diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-04-27 08:58:44 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-04-27 08:58:44 +0000 |
commit | 843ceef7ba051e66ccf0e0fc13ddb953b07f4841 (patch) | |
tree | 53698cc4eed6cdcc7440a892dbf2febbc933aaf7 /app-text/dictd-vera | |
parent | added SLOT (diff) | |
download | historical-843ceef7ba051e66ccf0e0fc13ddb953b07f4841.tar.gz historical-843ceef7ba051e66ccf0e0fc13ddb953b07f4841.tar.bz2 historical-843ceef7ba051e66ccf0e0fc13ddb953b07f4841.zip |
cleanup
Diffstat (limited to 'app-text/dictd-vera')
-rw-r--r-- | app-text/dictd-vera/dictd-vera-1.7-r1.ebuild | 9 | ||||
-rw-r--r-- | app-text/dictd-vera/dictd-vera-1.7.ebuild | 39 | ||||
-rw-r--r-- | app-text/dictd-vera/files/digest-dictd-vera-1.7 | 1 |
3 files changed, 4 insertions, 45 deletions
diff --git a/app-text/dictd-vera/dictd-vera-1.7-r1.ebuild b/app-text/dictd-vera/dictd-vera-1.7-r1.ebuild index 3e2ace5049f5..f89f1bfae08a 100644 --- a/app-text/dictd-vera/dictd-vera-1.7-r1.ebuild +++ b/app-text/dictd-vera/dictd-vera-1.7-r1.ebuild @@ -1,13 +1,12 @@ -# Copyright 1999-2001 Gentoo Technologies, Inc. +# Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Michael Conrad Tilstra <michael@gentoo.org> <tadpol@tadpol.org> -# $Header: /var/cvsroot/gentoo-x86/app-text/dictd-vera/dictd-vera-1.7-r1.ebuild,v 1.1 2001/06/09 19:22:43 michael Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/dictd-vera/dictd-vera-1.7-r1.ebuild,v 1.2 2002/04/27 08:47:03 seemant Exp $ -#P= -A=vera_1.7.tar.gz +MY_P=vera_${PV} S=${WORKDIR} DESCRIPTION="" -SRC_URI="ftp://ftp.dict.org/pub/dict/pre/${A}" +SRC_URI="ftp://ftp.dict.org/pub/dict/pre/${MY_P}.tar.gz" HOMEPAGE="http://www.dict.org" DEPEND=">=app-text/dictd-1.5.5" diff --git a/app-text/dictd-vera/dictd-vera-1.7.ebuild b/app-text/dictd-vera/dictd-vera-1.7.ebuild deleted file mode 100644 index 9ca3ca8bcbaa..000000000000 --- a/app-text/dictd-vera/dictd-vera-1.7.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2001 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Michael Conrad Tilstra <michael@gentoo.org> <tadpol@tadpol.org> -# $Header: /var/cvsroot/gentoo-x86/app-text/dictd-vera/dictd-vera-1.7.ebuild,v 1.2 2001/04/24 22:58:35 michael Exp $ - -#P= -A=vera_1.7.tar.gz -S=${WORKDIR} -DESCRIPTION="" -SRC_URI="ftp://ftp.dict.org/pub/dict/pre/${A}" -HOMEPAGE="http://www.dict.org" - -DEPEND=">=app-text/dictd-1.5.5" - -src_install () { - dodir /usr/lib/dict - insinto /usr/lib/dict - doins vera.dict - doins vera.index -} - -pkg_postinst() { -if [ -f /etc/dict/dictd.conf ]; then -cat >> /etc/dict/dictd.conf << __EOF__ -database vera { data "/usr/lib/dict/vera.dict" - index "/usr/lib/dict/vera.index" } -__EOF__ -fi -} - -pkg_postrm() { -if [ -f /etc/dict/dictd.conf ]; then - cat /etc/dict/dictd.conf | sed -e '/vera/d' > /etc/dict/dictd.conf.$$ - mv /etc/dict/dictd.conf.$$ /etc/dict/dictd.conf -fi -} - - -# vim: ai et sw=4 ts=4 diff --git a/app-text/dictd-vera/files/digest-dictd-vera-1.7 b/app-text/dictd-vera/files/digest-dictd-vera-1.7 deleted file mode 100644 index 7740f553d22f..000000000000 --- a/app-text/dictd-vera/files/digest-dictd-vera-1.7 +++ /dev/null @@ -1 +0,0 @@ -MD5 c2168e23b32fb695a728c913b052e3c2 vera_1.7.tar.gz 196508 |