summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Portnoy <avenj@gentoo.org>2003-09-16 22:45:32 +0000
committerJon Portnoy <avenj@gentoo.org>2003-09-16 22:45:32 +0000
commit4d91dc2c2274c97279b19c935912f56a8f1dd484 (patch)
tree8f3e0eeb11062376697b0a656f64ea57f992d3fa /net-dns
parentVersion bump (diff)
downloadhistorical-4d91dc2c2274c97279b19c935912f56a8f1dd484.tar.gz
historical-4d91dc2c2274c97279b19c935912f56a8f1dd484.tar.bz2
historical-4d91dc2c2274c97279b19c935912f56a8f1dd484.zip
Version bump
Diffstat (limited to 'net-dns')
-rw-r--r--net-dns/dnsmasq/Manifest4
-rw-r--r--net-dns/dnsmasq/dnsmasq-1.15.ebuild33
-rw-r--r--net-dns/dnsmasq/files/digest-dnsmasq-1.151
3 files changed, 36 insertions, 2 deletions
diff --git a/net-dns/dnsmasq/Manifest b/net-dns/dnsmasq/Manifest
index 6a6625526e8e..10132cfcc933 100644
--- a/net-dns/dnsmasq/Manifest
+++ b/net-dns/dnsmasq/Manifest
@@ -1,10 +1,10 @@
-MD5 9202ba69785184e73cadf3e2b08cd9f9 ChangeLog 1315
+MD5 eb03f9f9087103720e380651b969377a ChangeLog 1315
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 3d7aef87d5b397a2972dc9bb9dc98662 dnsmasq-1.14.ebuild 846
-MD5 3d7aef87d5b397a2972dc9bb9dc98662 dnsmasq-1.15.ebuild 846
+MD5 b33735ab4b7ffb47f755839e5b187fbe dnsmasq-1.15.ebuild 846
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.15.ebuild b/net-dns/dnsmasq/dnsmasq-1.15.ebuild
new file mode 100644
index 000000000000..1d6079e0083f
--- /dev/null
+++ b/net-dns/dnsmasq/dnsmasq-1.15.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.15.ebuild,v 1.1 2003/09/16 22:45:29 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/files/digest-dnsmasq-1.15 b/net-dns/dnsmasq/files/digest-dnsmasq-1.15
new file mode 100644
index 000000000000..541800aa4f1a
--- /dev/null
+++ b/net-dns/dnsmasq/files/digest-dnsmasq-1.15
@@ -0,0 +1 @@
+MD5 5e617d406602ef16e8f480714b1c9b50 dnsmasq-1.15.tar.gz 64969