summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Portnoy <avenj@gentoo.org>2004-03-03 20:56:26 +0000
committerJon Portnoy <avenj@gentoo.org>2004-03-03 20:56:26 +0000
commitb1acbf15cf68ad66a3b97b381b65b013c06b1f15 (patch)
tree7c7f19b92af070c01d2041d2ff0b9cb3d1fdac7c /net-dns
parentCleanup old ebuilds, stable keywords for 3.0.6 (Manifest recommit) (diff)
downloadgentoo-2-b1acbf15cf68ad66a3b97b381b65b013c06b1f15.tar.gz
gentoo-2-b1acbf15cf68ad66a3b97b381b65b013c06b1f15.tar.bz2
gentoo-2-b1acbf15cf68ad66a3b97b381b65b013c06b1f15.zip
Cleanup old ebuilds
Diffstat (limited to 'net-dns')
-rw-r--r--net-dns/dnsmasq/dnsmasq-1.17.ebuild33
-rw-r--r--net-dns/dnsmasq/dnsmasq-1.18.ebuild4
-rw-r--r--net-dns/dnsmasq/dnsmasq-2.0.ebuild42
-rw-r--r--net-dns/dnsmasq/dnsmasq-2.0_rc1.ebuild42
-rw-r--r--net-dns/dnsmasq/files/digest-dnsmasq-1.171
-rw-r--r--net-dns/dnsmasq/files/digest-dnsmasq-2.01
-rw-r--r--net-dns/dnsmasq/files/digest-dnsmasq-2.0_rc11
7 files changed, 2 insertions, 122 deletions
diff --git a/net-dns/dnsmasq/dnsmasq-1.17.ebuild b/net-dns/dnsmasq/dnsmasq-1.17.ebuild
deleted file mode 100644
index 9d47f88c0fde..000000000000
--- a/net-dns/dnsmasq/dnsmasq-1.17.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2004 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/dnsmasq/dnsmasq-1.17.ebuild,v 1.2 2004/01/04 18:55:20 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 f559063f01e4..3157bb11afe8 100644
--- a/net-dns/dnsmasq/dnsmasq-1.18.ebuild
+++ b/net-dns/dnsmasq/dnsmasq-1.18.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 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.4 2004/01/07 20:43:03 ciaranm Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/dnsmasq/dnsmasq-1.18.ebuild,v 1.5 2004/03/03 20:56:26 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/dnsmasq-2.0.ebuild b/net-dns/dnsmasq/dnsmasq-2.0.ebuild
deleted file mode 100644
index 0aad3d9fdd87..000000000000
--- a/net-dns/dnsmasq/dnsmasq-2.0.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2004 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/dnsmasq/dnsmasq-2.0.ebuild,v 1.1 2004/01/23 00:00:37 avenj Exp $
-
-DESCRIPTION="Small forwarding DNS server for local networks"
-HOMEPAGE="http://www.thekelleys.org.uk/dnsmasq/"
-
-MY_P="${P/_/}"
-MY_PV="${PV/_rc*/}"
-SRC_URI="http://www.thekelleys.org.uk/dnsmasq/${MY_P}.tar.gz"
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="~x86 ~ppc ~sparc ~ia64 ~amd64"
-
-DEPEND="virtual/glibc
- >=sys-apps/sed-4"
-
-
-S="${WORKDIR}/${PN}-${MY_PV}"
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- sed -i "s:-O2:\"${CFLAGS}\":" Makefile
- sed -i "s:-O2:\"${CFLAGS}\":" src/Makefile
-}
-
-src_compile() {
- emake || die
-}
-
-src_install() {
- dosbin src/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-2.0_rc1.ebuild b/net-dns/dnsmasq/dnsmasq-2.0_rc1.ebuild
deleted file mode 100644
index d36056e68b4c..000000000000
--- a/net-dns/dnsmasq/dnsmasq-2.0_rc1.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2004 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/dnsmasq/dnsmasq-2.0_rc1.ebuild,v 1.4 2004/01/15 17:36:17 avenj Exp $
-
-DESCRIPTION="Small forwarding DNS server for local networks"
-HOMEPAGE="http://www.thekelleys.org.uk/dnsmasq/"
-
-MY_P="${P/_/}"
-MY_PV="${PV/_rc*/}"
-SRC_URI="http://www.thekelleys.org.uk/dnsmasq/${MY_P}.tar.gz"
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="~x86 ~ppc ~sparc ~ia64 ~amd64"
-
-DEPEND="virtual/glibc
- >=sys-apps/sed-4"
-
-
-S="${WORKDIR}/${PN}-${MY_PV}"
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- sed -i "s:-O2:\"${CFLAGS}\":" Makefile
- sed -i "s:-O2:\"${CFLAGS}\":" src/Makefile
-}
-
-src_compile() {
- emake || die
-}
-
-src_install() {
- dosbin src/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/files/digest-dnsmasq-1.17 b/net-dns/dnsmasq/files/digest-dnsmasq-1.17
deleted file mode 100644
index 869381d05af4..000000000000
--- a/net-dns/dnsmasq/files/digest-dnsmasq-1.17
+++ /dev/null
@@ -1 +0,0 @@
-MD5 a449f21ad176aa953310fa1880137b41 dnsmasq-1.17.tar.gz 67945
diff --git a/net-dns/dnsmasq/files/digest-dnsmasq-2.0 b/net-dns/dnsmasq/files/digest-dnsmasq-2.0
deleted file mode 100644
index f2fd96e5e752..000000000000
--- a/net-dns/dnsmasq/files/digest-dnsmasq-2.0
+++ /dev/null
@@ -1 +0,0 @@
-MD5 28da6744bbd2bea9c0033c6461ce8271 dnsmasq-2.0.tar.gz 81632
diff --git a/net-dns/dnsmasq/files/digest-dnsmasq-2.0_rc1 b/net-dns/dnsmasq/files/digest-dnsmasq-2.0_rc1
deleted file mode 100644
index 37f6fefae3c8..000000000000
--- a/net-dns/dnsmasq/files/digest-dnsmasq-2.0_rc1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 066bdc914357cd79013e3c355e26e031 dnsmasq-2.0rc1.tar.gz 80867