diff options
author | Jon Portnoy <avenj@gentoo.org> | 2003-12-15 07:15:44 +0000 |
---|---|---|
committer | Jon Portnoy <avenj@gentoo.org> | 2003-12-15 07:15:44 +0000 |
commit | bd476f20310be4a8051d308e835c98861c9a9f6f (patch) | |
tree | 1a288f558232515f76c46c028826eee81b01dfdd /net-dns | |
parent | Stable keywords and cleanup old ebuilds (diff) | |
download | gentoo-2-bd476f20310be4a8051d308e835c98861c9a9f6f.tar.gz gentoo-2-bd476f20310be4a8051d308e835c98861c9a9f6f.tar.bz2 gentoo-2-bd476f20310be4a8051d308e835c98861c9a9f6f.zip |
Stable keywords and cleanup old ebuilds
Diffstat (limited to 'net-dns')
-rw-r--r-- | net-dns/dnsmasq/Manifest | 8 | ||||
-rw-r--r-- | net-dns/dnsmasq/dnsmasq-1.14.ebuild | 33 | ||||
-rw-r--r-- | net-dns/dnsmasq/dnsmasq-1.15.ebuild | 33 | ||||
-rw-r--r-- | net-dns/dnsmasq/dnsmasq-1.16.ebuild | 33 | ||||
-rw-r--r-- | net-dns/dnsmasq/dnsmasq-1.18.ebuild | 4 | ||||
-rw-r--r-- | net-dns/dnsmasq/files/digest-dnsmasq-1.14 | 1 | ||||
-rw-r--r-- | net-dns/dnsmasq/files/digest-dnsmasq-1.15 | 1 | ||||
-rw-r--r-- | net-dns/dnsmasq/files/digest-dnsmasq-1.16 | 1 |
8 files changed, 3 insertions, 111 deletions
diff --git a/net-dns/dnsmasq/Manifest b/net-dns/dnsmasq/Manifest index 320859dc4d65..968df0bd27d7 100644 --- a/net-dns/dnsmasq/Manifest +++ b/net-dns/dnsmasq/Manifest @@ -1,14 +1,8 @@ MD5 cf8198af50dcb30217425602d97c8984 ChangeLog 1698 -MD5 54dda7cc238bfac72f189e1821992e3c dnsmasq-1.18.ebuild 859 -MD5 43e94090ea26a3beec40b4882d9fa935 dnsmasq-1.14.ebuild 845 -MD5 aeb2263167262bb94874a51da5499427 dnsmasq-1.15.ebuild 851 -MD5 e4ae96e0307eaf8265d1d251f35a9fc5 dnsmasq-1.16.ebuild 850 +MD5 03673ac8f5973a74104fc598e5094c57 dnsmasq-1.18.ebuild 856 MD5 75ed528e33e83ac57ce987793d740b5c metadata.xml 245 MD5 032fa6740472000be68e54e176ae43b6 dnsmasq-1.17.ebuild 848 MD5 d5e8dd3af7d243913de2c5a9624d6fc2 files/digest-dnsmasq-1.18 63 MD5 1e594453fe8d7f266eeb174392c343f5 files/dnsmasq-init 546 MD5 16d59635b60089542c398b2b76af09de files/dnsmasq.confd 348 -MD5 fa29f13e4f1b56b3a171759863f28e65 files/digest-dnsmasq-1.14 63 -MD5 d88c30c764d51401740777a328b9d129 files/digest-dnsmasq-1.15 63 -MD5 cf5a343934529c66d74abc3d5e61f1c6 files/digest-dnsmasq-1.16 63 MD5 8d9a8cc94d443db8d24af6bba6521dad files/digest-dnsmasq-1.17 63 diff --git a/net-dns/dnsmasq/dnsmasq-1.14.ebuild b/net-dns/dnsmasq/dnsmasq-1.14.ebuild deleted file mode 100644 index 1212a87c0004..000000000000 --- a/net-dns/dnsmasq/dnsmasq-1.14.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/dnsmasq/dnsmasq-1.14.ebuild,v 1.2 2003/09/23 14:40:38 avenj Exp $ - -DESCRIPTION="Small forwarding DNS server for local networks" -HOMEPAGE="http://www.thekelleys.org.uk/dnsmasq/" - -SRC_URI="http://www.thekelleys.org.uk/dnsmasq/${P}.tar.gz" -DEPEND="virtual/glibc" -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="x86 ~ppc ~sparc" - -src_unpack() { - unpack ${A} ; cd ${S} - cp Makefile Makefile.orig - sed -e "s:-O2:${CFLAGS}:" Makefile.orig > Makefile -} - -src_compile() { - emake || die -} - -src_install() { - dosbin dnsmasq - doman dnsmasq.8 - dodoc CHANGELOG COPYING FAQ - dohtml *.html - exeinto /etc/init.d - newexe ${FILESDIR}/dnsmasq-init dnsmasq - insinto /etc/conf.d - newins ${FILESDIR}/dnsmasq.confd dnsmasq -} diff --git a/net-dns/dnsmasq/dnsmasq-1.15.ebuild b/net-dns/dnsmasq/dnsmasq-1.15.ebuild deleted file mode 100644 index 86bfed7dfc61..000000000000 --- a/net-dns/dnsmasq/dnsmasq-1.15.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/dnsmasq/dnsmasq-1.15.ebuild,v 1.2 2003/09/19 01:13:56 avenj Exp $ - -DESCRIPTION="Small forwarding DNS server for local networks" -HOMEPAGE="http://www.thekelleys.org.uk/dnsmasq/" - -SRC_URI="http://www.thekelleys.org.uk/dnsmasq/${P}.tar.gz" -DEPEND="virtual/glibc" -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="~x86 ~ppc ~sparc ia64" - -src_unpack() { - unpack ${A} ; cd ${S} - cp Makefile Makefile.orig - sed -e "s:-O2:${CFLAGS}:" Makefile.orig > Makefile -} - -src_compile() { - emake || die -} - -src_install() { - dosbin dnsmasq - doman dnsmasq.8 - dodoc CHANGELOG COPYING FAQ - dohtml *.html - exeinto /etc/init.d - newexe ${FILESDIR}/dnsmasq-init dnsmasq - insinto /etc/conf.d - newins ${FILESDIR}/dnsmasq.confd dnsmasq -} diff --git a/net-dns/dnsmasq/dnsmasq-1.16.ebuild b/net-dns/dnsmasq/dnsmasq-1.16.ebuild deleted file mode 100644 index 4353879d6644..000000000000 --- a/net-dns/dnsmasq/dnsmasq-1.16.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/dnsmasq/dnsmasq-1.16.ebuild,v 1.2 2003/10/01 15:17:17 avenj Exp $ - -DESCRIPTION="Small forwarding DNS server for local networks" -HOMEPAGE="http://www.thekelleys.org.uk/dnsmasq/" - -SRC_URI="http://www.thekelleys.org.uk/dnsmasq/${P}.tar.gz" -DEPEND="virtual/glibc" -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="x86 ~ppc ~sparc ia64" - -src_unpack() { - unpack ${A} ; cd ${S} - cp Makefile Makefile.orig - sed -e "s:-O2:${CFLAGS}:" Makefile.orig > Makefile -} - -src_compile() { - emake || die -} - -src_install() { - dosbin dnsmasq - doman dnsmasq.8 - dodoc CHANGELOG COPYING FAQ - dohtml *.html - exeinto /etc/init.d - newexe ${FILESDIR}/dnsmasq-init dnsmasq - insinto /etc/conf.d - newins ${FILESDIR}/dnsmasq.confd dnsmasq -} diff --git a/net-dns/dnsmasq/dnsmasq-1.18.ebuild b/net-dns/dnsmasq/dnsmasq-1.18.ebuild index ae8c992ca495..56ee64f42acf 100644 --- a/net-dns/dnsmasq/dnsmasq-1.18.ebuild +++ b/net-dns/dnsmasq/dnsmasq-1.18.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/dnsmasq/dnsmasq-1.18.ebuild,v 1.1 2003/11/10 23:28:20 avenj Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/dnsmasq/dnsmasq-1.18.ebuild,v 1.2 2003/12/15 07:15:36 avenj Exp $ DESCRIPTION="Small forwarding DNS server for local networks" HOMEPAGE="http://www.thekelleys.org.uk/dnsmasq/" @@ -9,7 +9,7 @@ SRC_URI="http://www.thekelleys.org.uk/dnsmasq/${P}.tar.gz" DEPEND="virtual/glibc" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~x86 ~ppc ~sparc ~ia64 ~amd64" +KEYWORDS="x86 ~ppc ~sparc ia64 amd64" src_unpack() { unpack ${A} ; cd ${S} diff --git a/net-dns/dnsmasq/files/digest-dnsmasq-1.14 b/net-dns/dnsmasq/files/digest-dnsmasq-1.14 deleted file mode 100644 index 2a142b8c8cc7..000000000000 --- a/net-dns/dnsmasq/files/digest-dnsmasq-1.14 +++ /dev/null @@ -1 +0,0 @@ -MD5 173c1ef8dc8637b59c6f361358d78d68 dnsmasq-1.14.tar.gz 64214 diff --git a/net-dns/dnsmasq/files/digest-dnsmasq-1.15 b/net-dns/dnsmasq/files/digest-dnsmasq-1.15 deleted file mode 100644 index 541800aa4f1a..000000000000 --- a/net-dns/dnsmasq/files/digest-dnsmasq-1.15 +++ /dev/null @@ -1 +0,0 @@ -MD5 5e617d406602ef16e8f480714b1c9b50 dnsmasq-1.15.tar.gz 64969 diff --git a/net-dns/dnsmasq/files/digest-dnsmasq-1.16 b/net-dns/dnsmasq/files/digest-dnsmasq-1.16 deleted file mode 100644 index d9285686bb03..000000000000 --- a/net-dns/dnsmasq/files/digest-dnsmasq-1.16 +++ /dev/null @@ -1 +0,0 @@ -MD5 df7d02a7f47c9a0cf53d11307f1accab dnsmasq-1.16.tar.gz 67321 |