diff options
author | Damon Conway <kabau@gentoo.org> | 2002-07-31 17:38:04 +0000 |
---|---|---|
committer | Damon Conway <kabau@gentoo.org> | 2002-07-31 17:38:04 +0000 |
commit | 7e702c4e6dc1c94cf71b2df73a31a80bdfe5c76f (patch) | |
tree | f8ae29a2ad82335e876f6fa7afe91c5aa9a5cc23 /app-text | |
parent | License file for app-i18n/xcin (diff) | |
download | historical-7e702c4e6dc1c94cf71b2df73a31a80bdfe5c76f.tar.gz historical-7e702c4e6dc1c94cf71b2df73a31a80bdfe5c76f.tar.bz2 historical-7e702c4e6dc1c94cf71b2df73a31a80bdfe5c76f.zip |
Added SLOT, LICENSE, KEYWORDS
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/dictd/dictd-1.5.5-r2.ebuild | 5 | ||||
-rw-r--r-- | app-text/dictd/dictd-1.5.5-r3.ebuild | 5 | ||||
-rw-r--r-- | app-text/dictd/dictd-1.5.5-r6.ebuild | 6 |
3 files changed, 13 insertions, 3 deletions
diff --git a/app-text/dictd/dictd-1.5.5-r2.ebuild b/app-text/dictd/dictd-1.5.5-r2.ebuild index 3d053740b548..ea3567b13bca 100644 --- a/app-text/dictd/dictd-1.5.5-r2.ebuild +++ b/app-text/dictd/dictd-1.5.5-r2.ebuild @@ -1,7 +1,7 @@ # 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/dictd-1.5.5-r2.ebuild,v 1.3 2002/04/27 08:29:57 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/dictd/dictd-1.5.5-r2.ebuild,v 1.4 2002/07/31 17:38:04 kabau Exp $ S=${WORKDIR}/${P} DESCRIPTION="Dictionary Client/Server for the DICT protocol" @@ -10,6 +10,9 @@ HOMEPAGE="http://www.dict.org" DEPEND="virtual/glibc" +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86" src_compile() { diff --git a/app-text/dictd/dictd-1.5.5-r3.ebuild b/app-text/dictd/dictd-1.5.5-r3.ebuild index bf2403639faf..4094d7a1be33 100644 --- a/app-text/dictd/dictd-1.5.5-r3.ebuild +++ b/app-text/dictd/dictd-1.5.5-r3.ebuild @@ -1,7 +1,7 @@ # 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/dictd-1.5.5-r3.ebuild,v 1.2 2002/04/27 08:29:57 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/dictd/dictd-1.5.5-r3.ebuild,v 1.3 2002/07/31 17:38:04 kabau Exp $ S=${WORKDIR}/${P} DESCRIPTION="Dictionary Client/Server for the DICT protocol" @@ -10,6 +10,9 @@ HOMEPAGE="http://www.dict.org" DEPEND="virtual/glibc" +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86" src_compile() { diff --git a/app-text/dictd/dictd-1.5.5-r6.ebuild b/app-text/dictd/dictd-1.5.5-r6.ebuild index 01b48c10e934..f5573d7a6975 100644 --- a/app-text/dictd/dictd-1.5.5-r6.ebuild +++ b/app-text/dictd/dictd-1.5.5-r6.ebuild @@ -1,7 +1,7 @@ # 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/dictd-1.5.5-r6.ebuild,v 1.3 2002/04/27 08:29:57 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/dictd/dictd-1.5.5-r6.ebuild,v 1.4 2002/07/31 17:38:04 kabau Exp $ S=${WORKDIR}/${P} DESCRIPTION="Dictionary Client/Server for the DICT protocol" @@ -10,6 +10,10 @@ HOMEPAGE="http://www.dict.org" DEPEND="virtual/glibc sys-devel/gcc" +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86" + src_compile() { ./configure --prefix=/usr --mandir=/usr/share/man \ |