summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoonas Niilola <juippis@gentoo.org>2021-06-16 08:07:36 +0300
committerJoonas Niilola <juippis@gentoo.org>2021-06-16 08:30:29 +0300
commit2ba6983ba9d50bbaf279472ccb43278212ca9555 (patch)
treed9d814c8255c24fe4ef1d82d9b51d81d512e5a98 /app-dicts
parentapp-dicts/dictd-wn: stabilize ALLARCHES (diff)
downloadgentoo-2ba6983ba9d50bbaf279472ccb43278212ca9555.tar.gz
gentoo-2ba6983ba9d50bbaf279472ccb43278212ca9555.tar.bz2
gentoo-2ba6983ba9d50bbaf279472ccb43278212ca9555.zip
app-dicts/dictd-wn: drop old
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'app-dicts')
-rw-r--r--app-dicts/dictd-wn/dictd-wn-3.0_p33.ebuild26
1 files changed, 0 insertions, 26 deletions
diff --git a/app-dicts/dictd-wn/dictd-wn-3.0_p33.ebuild b/app-dicts/dictd-wn/dictd-wn-3.0_p33.ebuild
deleted file mode 100644
index 3b7a66430c38..000000000000
--- a/app-dicts/dictd-wn/dictd-wn-3.0_p33.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit unpacker
-
-DESCRIPTION="WordNet for dict"
-HOMEPAGE="https://wordnet.princeton.edu/"
-SRC_URI="mirror://debian/pool/main/w/wordnet/dict-wn_${PV/_p/-}_all.deb"
-
-LICENSE="Princeton"
-SLOT="0"
-KEYWORDS="amd64 ppc ppc64 sparc x86"
-
-DEPEND=">=app-text/dictd-1.5.5"
-
-S=${WORKDIR}
-
-src_unpack() {
- unpack_deb ${A}
-}
-
-src_install() {
- insinto /usr/lib/dict
- doins usr/share/dictd/{wn.dict.dz,wn.index}
-}