commit: a7df24522e17b62f7738b789b6473e23c6c64d22 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org> AuthorDate: Sat Feb 20 10:24:23 2016 +0000 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org> CommitDate: Sat Feb 20 10:24:59 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7df2452
app-dicts/dictd-wn: Old. Package-Manager: portage-2.2.27 app-dicts/dictd-wn/Manifest | 2 -- app-dicts/dictd-wn/dictd-wn-1.5-r1.ebuild | 22 ---------------------- app-dicts/dictd-wn/dictd-wn-2.0.ebuild | 30 ------------------------------ 3 files changed, 54 deletions(-) diff --git a/app-dicts/dictd-wn/Manifest b/app-dicts/dictd-wn/Manifest index fef5b97..e57ede5 100644 --- a/app-dicts/dictd-wn/Manifest +++ b/app-dicts/dictd-wn/Manifest @@ -1,3 +1 @@ -DIST dict-wn-1.5-pre.tar.gz 8464107 SHA256 5c5fc0e7d82332f5e3f1f23e1ea97ea229d129f765f824d61b67be652bd7ed6d SHA512 729ca258bc08a3ff6f8afaf1b42c6575caaacbaaa8684e840f5957390bc7045da14b2ea3d3fa3e8b0f362a727bd88fde0c5d3ea0210bd472c0ff5b50553ba43d WHIRLPOOL bac0473e2c4778f77a6d2e3509a81b7a0796ee2dccf4375bcd38170ca25ab9165d0b457cfee8a023e38c0d141c47b3b144ead7c9b52d3aab47c130240edf1cde -DIST dict-wn-2.0.tar.gz 8160961 SHA256 db14005b0ba122c2c5994d59b9d25534d8fe9a89d5b2426cad91fbed2a04c266 SHA512 597c788c8300b6942495042b4f24518d44123506a5a71a48cd55411d42c224d267f25ae1f9edc4fc764a0c5ade3ca1defe5657fc8f3b416a284caa42b5a2fede WHIRLPOOL e88810aa8e0a842698db7fd86676497029be6d71df134e0a38407d2a424462ec6f243be5cf4c71d6e48e27c3c861fd835f703bf03986a8ddd1101b53ba869d79 DIST dict-wn_3.0-33_all.deb 10610306 SHA256 2e5460d58dba859163aaa172e5ebabbec116016144df48c46fb5af6c42727302 SHA512 94a72c4fc8d8864abfb4372742f82534977d9472ef3751e58dd017e4ee78db0d541614c54a47634c9d1fbc25eec136f6dc5146845e971f87447ff091ac0278cb WHIRLPOOL 8a7cc6713e9a43ee5a01cbc720498e428ac1ce9b78bf116bbfc2fb28181b036dab1fae35095762f9f0d6d105f972b77e27048855774f88b96b1f8def92edcf98 diff --git a/app-dicts/dictd-wn/dictd-wn-1.5-r1.ebuild b/app-dicts/dictd-wn/dictd-wn-1.5-r1.ebuild deleted file mode 100644 index fdb26f3..0000000 --- a/app-dicts/dictd-wn/dictd-wn-1.5-r1.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -MY_P=${P/td/t}-pre -DESCRIPTION="WordNet for dict" -HOMEPAGE="http://www.dict.org/" -SRC_URI="ftp://ftp.dict.org/pub/dict/pre/${MY_P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -IUSE="" -KEYWORDS="x86 ppc sparc amd64 ppc64" - -DEPEND=">=app-text/dictd-1.5.5" - -S=${WORKDIR} - -src_install() { - insinto /usr/lib/dict - doins wn.dict.dz wn.index || die -} diff --git a/app-dicts/dictd-wn/dictd-wn-2.0.ebuild b/app-dicts/dictd-wn/dictd-wn-2.0.ebuild deleted file mode 100644 index 1b56748..0000000 --- a/app-dicts/dictd-wn/dictd-wn-2.0.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -inherit eutils - -MY_P=${P/td/t} -DESCRIPTION="WordNet for dict" -HOMEPAGE="http://www.dict.org/" -SRC_URI="ftp://ftp.dict.org/pub/dict/${MY_P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -IUSE="" -KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" - -DEPEND=">=app-text/dictd-1.5.5" - -S="${WORKDIR}/${MY_P}" - -src_compile() { - econf || die "configure failed" - emake || die "compile failed" - emake db || die "compile database failed" -} - -src_install() { - insinto /usr/lib/dict - doins wn.dict.dz wn.index || die -}