summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2014-08-27 14:14:12 +0000
committerManuel Rüger <mrueg@gentoo.org>2014-08-27 14:14:12 +0000
commit3c087e93caa5beaaa8db157462a43a6349523c5e (patch)
treecb836528d0d1550f9b2b1579ad69fd4f5d52ec5d /app-dicts/kasumi/kasumi-2.4.ebuild
parentConvert to a python-single-r1 and bash-completion-r1. (diff)
downloadgentoo-2-3c087e93caa5beaaa8db157462a43a6349523c5e.tar.gz
gentoo-2-3c087e93caa5beaaa8db157462a43a6349523c5e.tar.bz2
gentoo-2-3c087e93caa5beaaa8db157462a43a6349523c5e.zip
NMU: Cleanup EAPI1 ebuilds.
(Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'app-dicts/kasumi/kasumi-2.4.ebuild')
-rw-r--r--app-dicts/kasumi/kasumi-2.4.ebuild34
1 files changed, 0 insertions, 34 deletions
diff --git a/app-dicts/kasumi/kasumi-2.4.ebuild b/app-dicts/kasumi/kasumi-2.4.ebuild
deleted file mode 100644
index fc287794c1e4..000000000000
--- a/app-dicts/kasumi/kasumi-2.4.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-dicts/kasumi/kasumi-2.4.ebuild,v 1.3 2012/05/03 02:18:37 jdhore Exp $
-
-EAPI="1"
-
-DESCRIPTION="Anthy dictionary maintenance tool"
-HOMEPAGE="http://kasumi.sourceforge.jp/"
-SRC_URI="mirror://sourceforge.jp/${PN}/37311/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd"
-IUSE="nls"
-
-RDEPEND=">=x11-libs/gtk+-2.4:2
- nls? ( virtual/libintl )
- virtual/libiconv
- >=app-i18n/anthy-6131"
-
-DEPEND="${RDEPEND}
- virtual/pkgconfig
- nls? ( sys-devel/gettext )"
-
-src_compile() {
- econf $(use_enable nls) || die "econf failed"
- emake || die "emake failed"
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
-
- dodoc README ChangeLog AUTHORS
-}