diff options
author | 2015-02-27 15:22:13 +0000 | |
---|---|---|
committer | 2015-02-27 15:22:13 +0000 | |
commit | 4208abbfaa5b4b066a992ae276273e7c9eeb6832 (patch) | |
tree | 59533520ec3e3d8cb900610f7d322855fa853c88 /app-dicts | |
parent | Add ruby22. Drop jruby. (diff) | |
download | gentoo-2-4208abbfaa5b4b066a992ae276273e7c9eeb6832.tar.gz gentoo-2-4208abbfaa5b4b066a992ae276273e7c9eeb6832.tar.bz2 gentoo-2-4208abbfaa5b4b066a992ae276273e7c9eeb6832.zip |
Remove old.
(Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 0x06B1F38DCA45A1EC!)
Diffstat (limited to 'app-dicts')
-rw-r--r-- | app-dicts/dictd-vera/ChangeLog | 6 | ||||
-rw-r--r-- | app-dicts/dictd-vera/dictd-vera-1.21a.ebuild | 36 |
2 files changed, 5 insertions, 37 deletions
diff --git a/app-dicts/dictd-vera/ChangeLog b/app-dicts/dictd-vera/ChangeLog index c92230c2086a..99ed835c53f2 100644 --- a/app-dicts/dictd-vera/ChangeLog +++ b/app-dicts/dictd-vera/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-dicts/dictd-vera # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/dictd-vera/ChangeLog,v 1.35 2015/02/27 11:04:46 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/dictd-vera/ChangeLog,v 1.36 2015/02/27 15:22:13 kensington Exp $ + + 27 Feb 2015; Michael Palimaka <kensington@gentoo.org> + -dictd-vera-1.21a.ebuild: + Remove old. 27 Feb 2015; Agostino Sarubbo <ago@gentoo.org> dictd-vera-1.22.ebuild: Stable for sparc, wrt bug #534834 diff --git a/app-dicts/dictd-vera/dictd-vera-1.21a.ebuild b/app-dicts/dictd-vera/dictd-vera-1.21a.ebuild deleted file mode 100644 index b217166eebfd..000000000000 --- a/app-dicts/dictd-vera/dictd-vera-1.21a.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/dictd-vera/dictd-vera-1.21a.ebuild,v 1.6 2014/03/12 10:13:02 ago Exp $ - -EAPI=5 - -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} - -src_compile () { -# sed -f debian/dict-vera/sedfile vera.? >vera1 || die -# sed '1,2!s/^/ /' vera. > vera || die -# cat vera1>>vera || die - cat vera.[0-9a-z] | /usr/bin/dictfmt -f -u http://home.snafu.de/ohei \ - -s "V.E.R.A. -- Virtual Entity of Relevant Acronyms" \ - vera || die - /usr/bin/dictzip -v vera.dict || die -} - -src_install () { - dodir /usr/lib/dict - insinto /usr/lib/dict - doins vera.dict.dz - doins vera.index - dodoc changelog README -} |