diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-05-10 14:50:44 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-05-10 14:50:44 +0000 |
commit | 6d961c32698bacba46df4a1c41195d3af3299842 (patch) | |
tree | 6dac8c8e9e77c84d4a94972ec64bfeefac6af997 /app-dicts/eblook | |
parent | Remove old (diff) | |
download | gentoo-2-6d961c32698bacba46df4a1c41195d3af3299842.tar.gz gentoo-2-6d961c32698bacba46df4a1c41195d3af3299842.tar.bz2 gentoo-2-6d961c32698bacba46df4a1c41195d3af3299842.zip |
Remove old
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Diffstat (limited to 'app-dicts/eblook')
-rw-r--r-- | app-dicts/eblook/ChangeLog | 6 | ||||
-rw-r--r-- | app-dicts/eblook/eblook-1.5.1.ebuild | 37 | ||||
-rw-r--r-- | app-dicts/eblook/eblook-1.6.ebuild | 29 |
3 files changed, 5 insertions, 67 deletions
diff --git a/app-dicts/eblook/ChangeLog b/app-dicts/eblook/ChangeLog index a69e7cfabfae..f9ac38578998 100644 --- a/app-dicts/eblook/ChangeLog +++ b/app-dicts/eblook/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-dicts/eblook # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/eblook/ChangeLog,v 1.15 2012/04/25 16:08:24 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/eblook/ChangeLog,v 1.16 2012/05/10 14:50:43 ago Exp $ + + 10 May 2012; Agostino Sarubbo <ago@gentoo.org> -eblook-1.5.1.ebuild, + -eblook-1.6.ebuild: + Remove old 25 Apr 2012; Justin Lecher <jlec@gentoo.org> eblook-1.5.1.ebuild, eblook-1.6.ebuild, eblook-1.6.1.ebuild: diff --git a/app-dicts/eblook/eblook-1.5.1.ebuild b/app-dicts/eblook/eblook-1.5.1.ebuild deleted file mode 100644 index 459b1d526d82..000000000000 --- a/app-dicts/eblook/eblook-1.5.1.ebuild +++ /dev/null @@ -1,37 +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/eblook/eblook-1.5.1.ebuild,v 1.12 2012/04/25 16:08:24 jlec Exp $ - -inherit eutils autotools - -IUSE="" - -DESCRIPTION="EBlook is an interactive search utility for electronic dictionaries" -HOMEPAGE="http://openlab.ring.gr.jp/edict/eblook/" -SRC_URI="http://openlab.ring.gr.jp/edict/eblook/dist/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86" - -RDEPEND="!>=dev-libs/eb-4.1 - >=dev-libs/eb-3.3.4" -DEPEND="${RDEPEND} - >=sys-devel/autoconf-2.53" - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}/${P}-eb4-gentoo.diff" - eautoreconf -} - -src_compile() { - econf --with-eb-conf=/etc/eb.conf - emake || die -} - -src_install() { - make DESTDIR="${D}" install || die - dodoc AUTHORS ChangeLog INSTALL NEWS README VERSION -} diff --git a/app-dicts/eblook/eblook-1.6.ebuild b/app-dicts/eblook/eblook-1.6.ebuild deleted file mode 100644 index 92987019fcab..000000000000 --- a/app-dicts/eblook/eblook-1.6.ebuild +++ /dev/null @@ -1,29 +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/eblook/eblook-1.6.ebuild,v 1.11 2012/04/25 16:08:25 jlec Exp $ - -IUSE="" - -DESCRIPTION="EBlook is an interactive search utility for electronic dictionaries" -HOMEPAGE="http://openlab.ring.gr.jp/edict/eblook/" -SRC_URI="http://openlab.ring.gr.jp/edict/eblook/dist/${P/_/}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86 ppc" - -DEPEND="!>=dev-libs/eb-4.1 - >=dev-libs/eb-3.3.4" - -S="${WORKDIR}/${P%_*}" - -src_compile() { - econf --with-eb-conf=/etc/eb.conf - emake || die -} - -src_install() { - make DESTDIR="${D}" install || die - - dodoc AUTHORS ChangeLog INSTALL NEWS README VERSION -} |