summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Portnoy <avenj@gentoo.org>2003-10-11 20:54:47 +0000
committerJon Portnoy <avenj@gentoo.org>2003-10-11 20:54:47 +0000
commit04c435a53ab38caa1f4755681484e6cbde399f7e (patch)
tree0c65635f12f3450f68ba1ecd1118d75b1a893de4 /net-dns
parentVersion bump (diff)
downloadhistorical-04c435a53ab38caa1f4755681484e6cbde399f7e.tar.gz
historical-04c435a53ab38caa1f4755681484e6cbde399f7e.tar.bz2
historical-04c435a53ab38caa1f4755681484e6cbde399f7e.zip
removed old ebuilds
Diffstat (limited to 'net-dns')
-rw-r--r--net-dns/dnsmasq/Manifest8
-rw-r--r--net-dns/dnsmasq/dnsmasq-1.12.ebuild33
-rw-r--r--net-dns/dnsmasq/dnsmasq-1.13.ebuild33
-rw-r--r--net-dns/dnsmasq/dnsmasq-1.6.ebuild35
-rw-r--r--net-dns/dnsmasq/dnsmasq-1.9.ebuild33
-rw-r--r--net-dns/dnsmasq/files/digest-dnsmasq-1.121
-rw-r--r--net-dns/dnsmasq/files/digest-dnsmasq-1.131
-rw-r--r--net-dns/dnsmasq/files/digest-dnsmasq-1.61
-rw-r--r--net-dns/dnsmasq/files/digest-dnsmasq-1.91
9 files changed, 0 insertions, 146 deletions
diff --git a/net-dns/dnsmasq/Manifest b/net-dns/dnsmasq/Manifest
index 8742a6e7a921..575c5d5a057e 100644
--- a/net-dns/dnsmasq/Manifest
+++ b/net-dns/dnsmasq/Manifest
@@ -1,19 +1,11 @@
MD5 48a468c9dfc7144d41f8fda29285db95 ChangeLog 1584
-MD5 c7245758cac96444918878a82084050c dnsmasq-1.6.ebuild 833
-MD5 e24854ba4ada66b4ec2bd613af7eb18f dnsmasq-1.9.ebuild 815
-MD5 48f617ae36eb2bc358dc677449b06305 dnsmasq-1.12.ebuild 815
-MD5 1eb1bb00781c19d5f1ae43b6a9304977 dnsmasq-1.13.ebuild 814
MD5 43e94090ea26a3beec40b4882d9fa935 dnsmasq-1.14.ebuild 845
MD5 aeb2263167262bb94874a51da5499427 dnsmasq-1.15.ebuild 851
MD5 e4ae96e0307eaf8265d1d251f35a9fc5 dnsmasq-1.16.ebuild 850
MD5 75ed528e33e83ac57ce987793d740b5c metadata.xml 245
MD5 032fa6740472000be68e54e176ae43b6 dnsmasq-1.17.ebuild 848
-MD5 7a7086a6c14210c8004d788ee28aca82 files/digest-dnsmasq-1.6 62
-MD5 a701fe51a3e2262f6a465d050b60b464 files/digest-dnsmasq-1.9 62
MD5 1e594453fe8d7f266eeb174392c343f5 files/dnsmasq-init 546
MD5 16d59635b60089542c398b2b76af09de files/dnsmasq.confd 348
-MD5 1e2eb92b12429f8c5014c9fc3c57a1e3 files/digest-dnsmasq-1.12 63
-MD5 343762361a1495a1691a299bacea8b3c files/digest-dnsmasq-1.13 63
MD5 fa29f13e4f1b56b3a171759863f28e65 files/digest-dnsmasq-1.14 63
MD5 d88c30c764d51401740777a328b9d129 files/digest-dnsmasq-1.15 63
MD5 cf5a343934529c66d74abc3d5e61f1c6 files/digest-dnsmasq-1.16 63
diff --git a/net-dns/dnsmasq/dnsmasq-1.12.ebuild b/net-dns/dnsmasq/dnsmasq-1.12.ebuild
deleted file mode 100644
index 8d6257cfec8d..000000000000
--- a/net-dns/dnsmasq/dnsmasq-1.12.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.12.ebuild,v 1.2 2003/05/11 03:43:36 avenj Exp $
-
-DESCRIPTION="Proxy DNS server"
-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.13.ebuild b/net-dns/dnsmasq/dnsmasq-1.13.ebuild
deleted file mode 100644
index c71025728920..000000000000
--- a/net-dns/dnsmasq/dnsmasq-1.13.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.13.ebuild,v 1.2 2003/07/13 11:40:19 aliz Exp $
-
-DESCRIPTION="Proxy DNS server"
-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.6.ebuild b/net-dns/dnsmasq/dnsmasq-1.6.ebuild
deleted file mode 100644
index 96a47b123a08..000000000000
--- a/net-dns/dnsmasq/dnsmasq-1.6.ebuild
+++ /dev/null
@@ -1,35 +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.6.ebuild,v 1.7 2003/02/13 13:57:33 vapier Exp $
-
-S=${WORKDIR}/${P}
-DESCRIPTION="Proxy DNS server"
-SRC_URI="http://www.thekelleys.org.uk/dnsmasq/${P}.tar.gz"
-HOMEPAGE="http://www.thekelleys.org.uk/dnsmasq/"
-
-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.9.ebuild b/net-dns/dnsmasq/dnsmasq-1.9.ebuild
deleted file mode 100644
index 3c52f402f8f9..000000000000
--- a/net-dns/dnsmasq/dnsmasq-1.9.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.9.ebuild,v 1.6 2003/04/23 01:35:55 avenj Exp $
-
-DESCRIPTION="Proxy DNS server"
-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/files/digest-dnsmasq-1.12 b/net-dns/dnsmasq/files/digest-dnsmasq-1.12
deleted file mode 100644
index 470a4fcd4225..000000000000
--- a/net-dns/dnsmasq/files/digest-dnsmasq-1.12
+++ /dev/null
@@ -1 +0,0 @@
-MD5 41f4ef37bb38e7b50430d00de92d5789 dnsmasq-1.12.tar.gz 57590
diff --git a/net-dns/dnsmasq/files/digest-dnsmasq-1.13 b/net-dns/dnsmasq/files/digest-dnsmasq-1.13
deleted file mode 100644
index b74e0deed4de..000000000000
--- a/net-dns/dnsmasq/files/digest-dnsmasq-1.13
+++ /dev/null
@@ -1 +0,0 @@
-MD5 fd39b3b436f369056980c98ba88a664b dnsmasq-1.13.tar.gz 60903
diff --git a/net-dns/dnsmasq/files/digest-dnsmasq-1.6 b/net-dns/dnsmasq/files/digest-dnsmasq-1.6
deleted file mode 100644
index 17cdbe61a13e..000000000000
--- a/net-dns/dnsmasq/files/digest-dnsmasq-1.6
+++ /dev/null
@@ -1 +0,0 @@
-MD5 4b462d11b638ff755d262f27097a3a21 dnsmasq-1.6.tar.gz 40234
diff --git a/net-dns/dnsmasq/files/digest-dnsmasq-1.9 b/net-dns/dnsmasq/files/digest-dnsmasq-1.9
deleted file mode 100644
index 259a94d3d4e4..000000000000
--- a/net-dns/dnsmasq/files/digest-dnsmasq-1.9
+++ /dev/null
@@ -1 +0,0 @@
-MD5 ec58ad47bff421447d7faff3c0e35b80 dnsmasq-1.9.tar.gz 44513