diff options
author | Damon Conway <kabau@gentoo.org> | 2002-07-31 17:50:11 +0000 |
---|---|---|
committer | Damon Conway <kabau@gentoo.org> | 2002-07-31 17:50:11 +0000 |
commit | c24293bae96699561f0cb9ad25c5d5ef8eb04aa8 (patch) | |
tree | b2991f02d49a71708e0a3d156101d5b2531334eb /app-text | |
parent | initial ebuild of xcin (diff) | |
download | gentoo-2-c24293bae96699561f0cb9ad25c5d5ef8eb04aa8.tar.gz gentoo-2-c24293bae96699561f0cb9ad25c5d5ef8eb04aa8.tar.bz2 gentoo-2-c24293bae96699561f0cb9ad25c5d5ef8eb04aa8.zip |
Added SLOT, LICENSE, KEYWORDS
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/dictd-dicts/dictd-dicts-1.0.ebuild | 6 | ||||
-rw-r--r-- | app-text/dictd-elements/dictd-elements-2000.22.07-r1.ebuild | 6 | ||||
-rw-r--r-- | app-text/dictd-foldoc/dictd-foldoc-2001.03.13-r1.ebuild | 6 |
3 files changed, 15 insertions, 3 deletions
diff --git a/app-text/dictd-dicts/dictd-dicts-1.0.ebuild b/app-text/dictd-dicts/dictd-dicts-1.0.ebuild index f48dc9eaa1c7..53cfe681f4b4 100644 --- a/app-text/dictd-dicts/dictd-dicts-1.0.ebuild +++ b/app-text/dictd-dicts/dictd-dicts-1.0.ebuild @@ -1,9 +1,13 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/app-text/dictd-dicts/dictd-dicts-1.0.ebuild,v 1.3 2002/07/11 06:30:18 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/dictd-dicts/dictd-dicts-1.0.ebuild,v 1.4 2002/07/31 17:46:35 kabau Exp $ DESCRIPTION="A package to simplify installation of all dictd dictionaries" +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86" + DEOEND="" RDEPEND="app-text/dictd-devils diff --git a/app-text/dictd-elements/dictd-elements-2000.22.07-r1.ebuild b/app-text/dictd-elements/dictd-elements-2000.22.07-r1.ebuild index 132660c7c2d2..648925957e24 100644 --- a/app-text/dictd-elements/dictd-elements-2000.22.07-r1.ebuild +++ b/app-text/dictd-elements/dictd-elements-2000.22.07-r1.ebuild @@ -1,7 +1,7 @@ # 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-elements/dictd-elements-2000.22.07-r1.ebuild,v 1.3 2002/04/27 08:40:20 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/dictd-elements/dictd-elements-2000.22.07-r1.ebuild,v 1.4 2002/07/31 17:48:43 kabau Exp $ MY_P=elements-20001107-pre S=${WORKDIR} @@ -11,6 +11,10 @@ HOMEPAGE="http://www.dict.org" DEPEND=">=app-text/dictd-1.5.5" +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86" + src_install () { dodir /usr/lib/dict insinto /usr/lib/dict diff --git a/app-text/dictd-foldoc/dictd-foldoc-2001.03.13-r1.ebuild b/app-text/dictd-foldoc/dictd-foldoc-2001.03.13-r1.ebuild index 08e5702bec90..bf909db847dc 100644 --- a/app-text/dictd-foldoc/dictd-foldoc-2001.03.13-r1.ebuild +++ b/app-text/dictd-foldoc/dictd-foldoc-2001.03.13-r1.ebuild @@ -1,7 +1,7 @@ # 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-foldoc/dictd-foldoc-2001.03.13-r1.ebuild,v 1.3 2002/04/27 08:39:30 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/dictd-foldoc/dictd-foldoc-2001.03.13-r1.ebuild,v 1.4 2002/07/31 17:50:11 kabau Exp $ MY_P=foldoc-20010313 S=${WORKDIR} @@ -11,6 +11,10 @@ HOMEPAGE="http://www.dict.org" DEPEND=">=app-text/dictd-1.5.5" +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86" + src_install () { dodir /usr/lib/dict insinto /usr/lib/dict |