summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Portnoy <avenj@gentoo.org>2003-10-11 20:47:49 +0000
committerJon Portnoy <avenj@gentoo.org>2003-10-11 20:47:49 +0000
commite0d5a39553c8a99f05c2a3c5bb3e0e79869f660f (patch)
tree1d00b51a081dc0965045c331fbece7966f7db306 /net-dns
parentVersion bump (diff)
downloadhistorical-e0d5a39553c8a99f05c2a3c5bb3e0e79869f660f.tar.gz
historical-e0d5a39553c8a99f05c2a3c5bb3e0e79869f660f.tar.bz2
historical-e0d5a39553c8a99f05c2a3c5bb3e0e79869f660f.zip
Version bump
Diffstat (limited to 'net-dns')
-rw-r--r--net-dns/dnsmasq/Manifest4
-rw-r--r--net-dns/dnsmasq/dnsmasq-1.17.ebuild33
-rw-r--r--net-dns/dnsmasq/files/digest-dnsmasq-1.171
3 files changed, 36 insertions, 2 deletions
diff --git a/net-dns/dnsmasq/Manifest b/net-dns/dnsmasq/Manifest
index 80d37b4d54d0..8742a6e7a921 100644
--- a/net-dns/dnsmasq/Manifest
+++ b/net-dns/dnsmasq/Manifest
@@ -1,4 +1,4 @@
-MD5 d64097d0bb786787a73e662881db13f8 ChangeLog 1584
+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
@@ -7,7 +7,7 @@ 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 c819417a2191dbdb4db08cc83abe634a dnsmasq-1.17.ebuild 859
+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
diff --git a/net-dns/dnsmasq/dnsmasq-1.17.ebuild b/net-dns/dnsmasq/dnsmasq-1.17.ebuild
new file mode 100644
index 000000000000..7bc3c657b029
--- /dev/null
+++ b/net-dns/dnsmasq/dnsmasq-1.17.ebuild
@@ -0,0 +1,33 @@
+# 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.17.ebuild,v 1.1 2003/10/11 20:47:46 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/files/digest-dnsmasq-1.17 b/net-dns/dnsmasq/files/digest-dnsmasq-1.17
new file mode 100644
index 000000000000..869381d05af4
--- /dev/null
+++ b/net-dns/dnsmasq/files/digest-dnsmasq-1.17
@@ -0,0 +1 @@
+MD5 a449f21ad176aa953310fa1880137b41 dnsmasq-1.17.tar.gz 67945