diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2014-08-27 14:14:12 +0000 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2014-08-27 14:14:12 +0000 |
commit | 3c087e93caa5beaaa8db157462a43a6349523c5e (patch) | |
tree | cb836528d0d1550f9b2b1579ad69fd4f5d52ec5d /app-dicts | |
parent | Convert to a python-single-r1 and bash-completion-r1. (diff) | |
download | gentoo-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')
-rw-r--r-- | app-dicts/kasumi/ChangeLog | 6 | ||||
-rw-r--r-- | app-dicts/kasumi/kasumi-2.3-r1.ebuild | 42 | ||||
-rw-r--r-- | app-dicts/kasumi/kasumi-2.4.ebuild | 34 |
3 files changed, 5 insertions, 77 deletions
diff --git a/app-dicts/kasumi/ChangeLog b/app-dicts/kasumi/ChangeLog index 55b97adf5bf8..8dba69dcdeff 100644 --- a/app-dicts/kasumi/ChangeLog +++ b/app-dicts/kasumi/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-dicts/kasumi # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/kasumi/ChangeLog,v 1.46 2014/04/02 10:52:21 tomwij Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/kasumi/ChangeLog,v 1.47 2014/08/27 14:14:12 mrueg Exp $ + + 27 Aug 2014; Manuel Rüger <mrueg@gentoo.org> -kasumi-2.3-r1.ebuild, + -kasumi-2.4.ebuild: + NMU: Cleanup EAPI1 ebuilds. *kasumi-2.5-r1 (02 Apr 2014) diff --git a/app-dicts/kasumi/kasumi-2.3-r1.ebuild b/app-dicts/kasumi/kasumi-2.3-r1.ebuild deleted file mode 100644 index 7082c74f31a2..000000000000 --- a/app-dicts/kasumi/kasumi-2.3-r1.ebuild +++ /dev/null @@ -1,42 +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.3-r1.ebuild,v 1.5 2012/05/03 02:18:37 jdhore Exp $ - -EAPI="1" - -inherit eutils - -DESCRIPTION="Anthy dictionary maintenance tool" -HOMEPAGE="http://kasumi.sourceforge.jp/" -SRC_URI="mirror://sourceforge.jp/${PN}/27825/${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_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}"/${P}-gcc43.patch -} - -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 -} 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 -} |