Gentoo Archives: gentoo-commits

From: Jeroen Roovers <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-dicts/dictd-wn/
Date: Sat, 20 Feb 2016 10:25:07
Message-Id: 1455963899.a7df24522e17b62f7738b789b6473e23c6c64d22.jer@gentoo
1 commit: a7df24522e17b62f7738b789b6473e23c6c64d22
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 20 10:24:23 2016 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 20 10:24:59 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7df2452
7
8 app-dicts/dictd-wn: Old.
9
10 Package-Manager: portage-2.2.27
11
12 app-dicts/dictd-wn/Manifest | 2 --
13 app-dicts/dictd-wn/dictd-wn-1.5-r1.ebuild | 22 ----------------------
14 app-dicts/dictd-wn/dictd-wn-2.0.ebuild | 30 ------------------------------
15 3 files changed, 54 deletions(-)
16
17 diff --git a/app-dicts/dictd-wn/Manifest b/app-dicts/dictd-wn/Manifest
18 index fef5b97..e57ede5 100644
19 --- a/app-dicts/dictd-wn/Manifest
20 +++ b/app-dicts/dictd-wn/Manifest
21 @@ -1,3 +1 @@
22 -DIST dict-wn-1.5-pre.tar.gz 8464107 SHA256 5c5fc0e7d82332f5e3f1f23e1ea97ea229d129f765f824d61b67be652bd7ed6d SHA512 729ca258bc08a3ff6f8afaf1b42c6575caaacbaaa8684e840f5957390bc7045da14b2ea3d3fa3e8b0f362a727bd88fde0c5d3ea0210bd472c0ff5b50553ba43d WHIRLPOOL bac0473e2c4778f77a6d2e3509a81b7a0796ee2dccf4375bcd38170ca25ab9165d0b457cfee8a023e38c0d141c47b3b144ead7c9b52d3aab47c130240edf1cde
23 -DIST dict-wn-2.0.tar.gz 8160961 SHA256 db14005b0ba122c2c5994d59b9d25534d8fe9a89d5b2426cad91fbed2a04c266 SHA512 597c788c8300b6942495042b4f24518d44123506a5a71a48cd55411d42c224d267f25ae1f9edc4fc764a0c5ade3ca1defe5657fc8f3b416a284caa42b5a2fede WHIRLPOOL e88810aa8e0a842698db7fd86676497029be6d71df134e0a38407d2a424462ec6f243be5cf4c71d6e48e27c3c861fd835f703bf03986a8ddd1101b53ba869d79
24 DIST dict-wn_3.0-33_all.deb 10610306 SHA256 2e5460d58dba859163aaa172e5ebabbec116016144df48c46fb5af6c42727302 SHA512 94a72c4fc8d8864abfb4372742f82534977d9472ef3751e58dd017e4ee78db0d541614c54a47634c9d1fbc25eec136f6dc5146845e971f87447ff091ac0278cb WHIRLPOOL 8a7cc6713e9a43ee5a01cbc720498e428ac1ce9b78bf116bbfc2fb28181b036dab1fae35095762f9f0d6d105f972b77e27048855774f88b96b1f8def92edcf98
25
26 diff --git a/app-dicts/dictd-wn/dictd-wn-1.5-r1.ebuild b/app-dicts/dictd-wn/dictd-wn-1.5-r1.ebuild
27 deleted file mode 100644
28 index fdb26f3..0000000
29 --- a/app-dicts/dictd-wn/dictd-wn-1.5-r1.ebuild
30 +++ /dev/null
31 @@ -1,22 +0,0 @@
32 -# Copyright 1999-2005 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -# $Id$
35 -
36 -MY_P=${P/td/t}-pre
37 -DESCRIPTION="WordNet for dict"
38 -HOMEPAGE="http://www.dict.org/"
39 -SRC_URI="ftp://ftp.dict.org/pub/dict/pre/${MY_P}.tar.gz"
40 -
41 -LICENSE="GPL-2"
42 -SLOT="0"
43 -IUSE=""
44 -KEYWORDS="x86 ppc sparc amd64 ppc64"
45 -
46 -DEPEND=">=app-text/dictd-1.5.5"
47 -
48 -S=${WORKDIR}
49 -
50 -src_install() {
51 - insinto /usr/lib/dict
52 - doins wn.dict.dz wn.index || die
53 -}
54
55 diff --git a/app-dicts/dictd-wn/dictd-wn-2.0.ebuild b/app-dicts/dictd-wn/dictd-wn-2.0.ebuild
56 deleted file mode 100644
57 index 1b56748..0000000
58 --- a/app-dicts/dictd-wn/dictd-wn-2.0.ebuild
59 +++ /dev/null
60 @@ -1,30 +0,0 @@
61 -# Copyright 1999-2009 Gentoo Foundation
62 -# Distributed under the terms of the GNU General Public License v2
63 -# $Id$
64 -
65 -inherit eutils
66 -
67 -MY_P=${P/td/t}
68 -DESCRIPTION="WordNet for dict"
69 -HOMEPAGE="http://www.dict.org/"
70 -SRC_URI="ftp://ftp.dict.org/pub/dict/${MY_P}.tar.gz"
71 -
72 -LICENSE="GPL-2"
73 -SLOT="0"
74 -IUSE=""
75 -KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
76 -
77 -DEPEND=">=app-text/dictd-1.5.5"
78 -
79 -S="${WORKDIR}/${MY_P}"
80 -
81 -src_compile() {
82 - econf || die "configure failed"
83 - emake || die "compile failed"
84 - emake db || die "compile database failed"
85 -}
86 -
87 -src_install() {
88 - insinto /usr/lib/dict
89 - doins wn.dict.dz wn.index || die
90 -}