summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Portnoy <avenj@gentoo.org>2003-06-10 23:38:50 +0000
committerJon Portnoy <avenj@gentoo.org>2003-06-10 23:38:50 +0000
commit32a79895311200df328f4a7a98813156d1d0e731 (patch)
tree546221a3f141daa25fc1d1a75f4b474966120a9d /net-dns
parentVersion bump (diff)
downloadgentoo-2-32a79895311200df328f4a7a98813156d1d0e731.tar.gz
gentoo-2-32a79895311200df328f4a7a98813156d1d0e731.tar.bz2
gentoo-2-32a79895311200df328f4a7a98813156d1d0e731.zip
Version bump
Diffstat (limited to 'net-dns')
-rw-r--r--net-dns/dnsmasq/ChangeLog7
-rw-r--r--net-dns/dnsmasq/Manifest4
-rw-r--r--net-dns/dnsmasq/dnsmasq-1.13.ebuild33
-rw-r--r--net-dns/dnsmasq/files/digest-dnsmasq-1.131
4 files changed, 42 insertions, 3 deletions
diff --git a/net-dns/dnsmasq/ChangeLog b/net-dns/dnsmasq/ChangeLog
index ffef086eec1e..7208037258a4 100644
--- a/net-dns/dnsmasq/ChangeLog
+++ b/net-dns/dnsmasq/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-dns/dnsmasq
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/dnsmasq/ChangeLog,v 1.8 2003/04/23 01:35:55 avenj Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/dnsmasq/ChangeLog,v 1.9 2003/06/10 23:38:36 avenj Exp $
+
+*dnsmasq-1.13 (10 Jun 2003)
+
+ 10 Jun 2003; Jon Portnoy <avenj@gentoo.org> dnsmasq-1.13.ebuild :
+ Version bump.
*dnsmasq-1.12 (22 Apr 2003)
diff --git a/net-dns/dnsmasq/Manifest b/net-dns/dnsmasq/Manifest
index fa03704d22f3..98190e2997a4 100644
--- a/net-dns/dnsmasq/Manifest
+++ b/net-dns/dnsmasq/Manifest
@@ -1,8 +1,8 @@
-MD5 d1fb0ed5aa93aa2ba20a1eb0f74f6967 ChangeLog 876
+MD5 6166d9ff7baa5dc2608d6e6f4aa15e4d ChangeLog 990
MD5 c7245758cac96444918878a82084050c dnsmasq-1.6.ebuild 833
MD5 e24854ba4ada66b4ec2bd613af7eb18f dnsmasq-1.9.ebuild 815
MD5 48f617ae36eb2bc358dc677449b06305 dnsmasq-1.12.ebuild 815
-MD5 2152b8b1c0435c8786b23a52d99b69f8 dnsmasq-1.13.ebuild 719
+MD5 3029977ffd50b47dc5d9dd60c6caf131 dnsmasq-1.13.ebuild 816
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.13.ebuild b/net-dns/dnsmasq/dnsmasq-1.13.ebuild
new file mode 100644
index 000000000000..27d0dd0e5ed2
--- /dev/null
+++ b/net-dns/dnsmasq/dnsmasq-1.13.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.13.ebuild,v 1.1 2003/06/10 23:38: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/files/digest-dnsmasq-1.13 b/net-dns/dnsmasq/files/digest-dnsmasq-1.13
new file mode 100644
index 000000000000..b74e0deed4de
--- /dev/null
+++ b/net-dns/dnsmasq/files/digest-dnsmasq-1.13
@@ -0,0 +1 @@
+MD5 fd39b3b436f369056980c98ba88a664b dnsmasq-1.13.tar.gz 60903