diff options
author | Kyle Manna <nitro@gentoo.org> | 2002-07-09 21:42:58 +0000 |
---|---|---|
committer | Kyle Manna <nitro@gentoo.org> | 2002-07-09 21:42:58 +0000 |
commit | 2e15d8aac0a5ca9ec43aece6d85a0cd508dbffb1 (patch) | |
tree | cc67eee73d4970e3f0d2e46c5714b55b6e6313f4 /net-dns | |
parent | initial import, closes bug #4125 (diff) | |
download | historical-2e15d8aac0a5ca9ec43aece6d85a0cd508dbffb1.tar.gz historical-2e15d8aac0a5ca9ec43aece6d85a0cd508dbffb1.tar.bz2 historical-2e15d8aac0a5ca9ec43aece6d85a0cd508dbffb1.zip |
Added keywords, license, and slot.
Diffstat (limited to 'net-dns')
-rw-r--r-- | net-dns/bind-tools/bind-tools-9.2.1.ebuild | 6 | ||||
-rw-r--r-- | net-dns/bind/bind-8.2.3.ebuild | 6 | ||||
-rw-r--r-- | net-dns/bind/bind-9.2.1-r1.ebuild | 4 |
3 files changed, 12 insertions, 4 deletions
diff --git a/net-dns/bind-tools/bind-tools-9.2.1.ebuild b/net-dns/bind-tools/bind-tools-9.2.1.ebuild index 074a30ab4002..495b603d13e6 100644 --- a/net-dns/bind-tools/bind-tools-9.2.1.ebuild +++ b/net-dns/bind-tools/bind-tools-9.2.1.ebuild @@ -1,6 +1,5 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# Maintainer: Markus Krainer <markus-krainer@chello.at> # /space/gentoo/cvsroot/gentoo-x86/net-misc/bind-tools/bind-tools-9.1.3-r1.ebuild,v 1.1 2001/12/09 23:47:08 jerrya Exp MY_P=${P//-tools} @@ -9,8 +8,11 @@ DESCRIPTION="bind tools: dig, nslookup, and host" SRC_URI="ftp://ftp.isc.org/isc/bind9/${PV}/${MY_P}.tar.gz" HOMEPAGE="http://www.isc.org/BIND/bind9.html" -DEPEND="virtual/glibc" +KEYWORDS="x86" +LICENSE="as-is" +SLOT="0" +DEPEND="virtual/glibc" src_unpack() { unpack ${MY_P}.tar.gz diff --git a/net-dns/bind/bind-8.2.3.ebuild b/net-dns/bind/bind-8.2.3.ebuild index 7693573fd8bc..aa8e483c4917 100644 --- a/net-dns/bind/bind-8.2.3.ebuild +++ b/net-dns/bind/bind-8.2.3.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License, v2 or later # Author Daniel Robbins <drobbins@gentoo.org> # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-8.2.3.ebuild,v 1.1 2002/06/29 00:55:03 bangert Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-8.2.3.ebuild,v 1.2 2002/07/09 21:38:29 nitro Exp $ A="bind-src.tar.gz bind-doc.tar.gz" S=${WORKDIR}/src @@ -11,6 +11,10 @@ SRC_URI="ftp://ftp.isc.org/isc/bind/src/8.2.3/bind-src.tar.gz ftp://ftp.isc.org/isc/bind/src/8.2.3/bind-doc.tar.gz" HOMEPAGE="http://www.isc.org/products/BIND" +KEYWORDS="x86" +LICENSE="as-is" +SLOT="0" + DEPEND="virtual/glibc >=sys-apps/groff-1.16.1 >=sys-devel/flex-2.5.4" diff --git a/net-dns/bind/bind-9.2.1-r1.ebuild b/net-dns/bind/bind-9.2.1-r1.ebuild index aea385fa3444..70c07d03a564 100644 --- a/net-dns/bind/bind-9.2.1-r1.ebuild +++ b/net-dns/bind/bind-9.2.1-r1.ebuild @@ -1,11 +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/net-dns/bind/bind-9.2.1-r1.ebuild,v 1.1 2002/06/29 00:55:03 bangert Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.2.1-r1.ebuild,v 1.2 2002/07/09 21:38:29 nitro Exp $ S=${WORKDIR}/${P} DESCRIPTION="BIND - Name Server" SRC_URI="ftp://ftp.isc.org/isc/bind9/${PV}/${P}.tar.gz" HOMEPAGE="http://www.isc.org/products/BIND" + +KEYWORDS="x86" LICENSE="as-is" SLOT="0" |