diff options
author | Joonas Niilola <juippis@gentoo.org> | 2021-06-16 08:06:54 +0300 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2021-06-16 08:30:28 +0300 |
commit | b9a81ade94539ff7e95b209e587a976505de0f27 (patch) | |
tree | 856e0c9b08bc5120f0bbd08041224e535524f002 /app-dicts/dictd-vera | |
parent | app-dicts/dictd-vera: stabilize ALLARCHES (diff) | |
download | gentoo-b9a81ade94539ff7e95b209e587a976505de0f27.tar.gz gentoo-b9a81ade94539ff7e95b209e587a976505de0f27.tar.bz2 gentoo-b9a81ade94539ff7e95b209e587a976505de0f27.zip |
app-dicts/dictd-vera: drop old
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'app-dicts/dictd-vera')
-rw-r--r-- | app-dicts/dictd-vera/dictd-vera-1.24.ebuild | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/app-dicts/dictd-vera/dictd-vera-1.24.ebuild b/app-dicts/dictd-vera/dictd-vera-1.24.ebuild deleted file mode 100644 index 8e3e3a677a39..000000000000 --- a/app-dicts/dictd-vera/dictd-vera-1.24.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DESCRIPTION="V.E.R.A. -- Virtual Entity of Relevant Acronyms for dict" -HOMEPAGE="http://home.snafu.de/ohei/vera/vueber-e.html" -SRC_URI="mirror://gnu/vera/vera-${PV}.tar.gz" - -SLOT="0" -LICENSE="FDL-1.3" -KEYWORDS="amd64 ppc ppc64 sparc x86" - -DEPEND=">=app-text/dictd-1.5.5" -RDEPEND="${DEPEND}" - -S=${WORKDIR}/vera-${PV} -PATCHES=( - "${FILESDIR}"/${P}-U+D7.patch -) - -src_compile() { - cat vera.[0-9a-z] | dictfmt -f -u http://home.snafu.de/ohei \ - -s "V.E.R.A. -- Virtual Entity of Relevant Acronyms" \ - vera || die - dictzip -v vera.dict || die -} - -src_install() { - insinto /usr/lib/dict - doins vera.dict.dz - doins vera.index - - dodoc changelog README -} |