summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2012-06-16 12:13:56 +0000
committerPacho Ramos <pacho@gentoo.org>2012-06-16 12:13:56 +0000
commitb2877a67af1ddcb9628c1b0d5e3fa610c8612e7e (patch)
treefe4bb313c45a967e5b512d3e047c6c19901a9a02 /app-dicts/sumika/sumika-0.12.ebuild
parentRemove package (diff)
downloadgentoo-2-b2877a67af1ddcb9628c1b0d5e3fa610c8612e7e.tar.gz
gentoo-2-b2877a67af1ddcb9628c1b0d5e3fa610c8612e7e.tar.bz2
gentoo-2-b2877a67af1ddcb9628c1b0d5e3fa610c8612e7e.zip
Remove package
Diffstat (limited to 'app-dicts/sumika/sumika-0.12.ebuild')
-rw-r--r--app-dicts/sumika/sumika-0.12.ebuild35
1 files changed, 0 insertions, 35 deletions
diff --git a/app-dicts/sumika/sumika-0.12.ebuild b/app-dicts/sumika/sumika-0.12.ebuild
deleted file mode 100644
index 27a5000bd04f..000000000000
--- a/app-dicts/sumika/sumika-0.12.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-dicts/sumika/sumika-0.12.ebuild,v 1.10 2011/03/27 10:12:38 nirbheek Exp $
-
-EAPI="1"
-
-DESCRIPTION="management utility for dictionaries of Anthy, SKK, Canna and PRIME"
-HOMEPAGE="http://sumika.sourceforge.jp/"
-SRC_URI="mirror://sourceforge.jp/${PN}/9450/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86 ppc"
-IUSE="nls"
-
-RDEPEND=">=x11-libs/gtk+-2.2:2
- >=dev-libs/glib-2.2:2
- dev-libs/gdome2
- nls? ( virtual/libintl )"
-
-DEPEND="${RDEPEND}
- nls? ( sys-devel/gettext )"
-
-src_compile() {
- econf $(use_enable nls) || die
- emake || die
-}
-
-src_install() {
- make DESTDIR="${D}" install || die
-
- # we have our own place for docs
- dodir /usr/share/doc
- mv "${D}/usr/doc/${PN}" "${D}/usr/share/doc/${PF}"
-}