summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Portnoy <avenj@gentoo.org>2004-06-23 19:53:54 +0000
committerJon Portnoy <avenj@gentoo.org>2004-06-23 19:53:54 +0000
commita1dcdbee267d9bcd05263fc645ced3ae9acb499c (patch)
treed20c65d951385abab65b87436566971bd62abbf5
parentUpdate TODOs. (diff)
downloadhistorical-a1dcdbee267d9bcd05263fc645ced3ae9acb499c.tar.gz
historical-a1dcdbee267d9bcd05263fc645ced3ae9acb499c.tar.bz2
historical-a1dcdbee267d9bcd05263fc645ced3ae9acb499c.zip
version bump
-rw-r--r--net-dns/dnsmasq/ChangeLog7
-rw-r--r--net-dns/dnsmasq/Manifest14
-rw-r--r--net-dns/dnsmasq/dnsmasq-2.9.ebuild44
-rw-r--r--net-dns/dnsmasq/files/digest-dnsmasq-2.91
4 files changed, 59 insertions, 7 deletions
diff --git a/net-dns/dnsmasq/ChangeLog b/net-dns/dnsmasq/ChangeLog
index 99be3e42b704..51c8ce70e452 100644
--- a/net-dns/dnsmasq/ChangeLog
+++ b/net-dns/dnsmasq/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-dns/dnsmasq
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/dnsmasq/ChangeLog,v 1.38 2004/06/06 20:57:27 weeve Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/dnsmasq/ChangeLog,v 1.39 2004/06/23 19:53:54 avenj Exp $
+
+*dnsmasq-2.9 (23 Jun 2004)
+
+ 23 Jun 2004; Jon Portnoy <avenj@gentoo.org> dnsmasq-2.9.ebuild :
+ Version bump.
06 Jun 2004; Jason Wever <weeve@gentoo.org> dnsmasq-2.8-r1.ebuild:
Stable on sparc.
diff --git a/net-dns/dnsmasq/Manifest b/net-dns/dnsmasq/Manifest
index 401fb19099be..7823a4084537 100644
--- a/net-dns/dnsmasq/Manifest
+++ b/net-dns/dnsmasq/Manifest
@@ -1,14 +1,16 @@
-MD5 720a4a376ab6f41cd3afc482b64ece15 ChangeLog 4492
+MD5 1e621670301f99ee2df14a4547e18a34 ChangeLog 4603
+MD5 ac2bd92062fa54eeb46242f2b4467f46 dnsmasq-2.8-r1.ebuild 1032
MD5 a977f8f7fa0df899437242142fc0b0db dnsmasq-2.5-r1.ebuild 1017
-MD5 b252196d31328a098f0de4141296bbdd dnsmasq-2.8-r1.ebuild 1033
-MD5 adc6e3a000b5e58b100056a96c51cd90 dnsmasq-2.5.ebuild 962
+MD5 e5c316eb1299c32a192421c4b9b0b1a3 dnsmasq-2.8.ebuild 969
MD5 51334b67d2cbed22e0efec4143bc6ff0 metadata.xml 245
MD5 0aaca7081ddae8a75c1467d0a4bd8703 dnsmasq-2.7.ebuild 969
-MD5 e5c316eb1299c32a192421c4b9b0b1a3 dnsmasq-2.8.ebuild 969
-MD5 9740ffe29b6d012b66cd2e532b8915ce files/digest-dnsmasq-2.5-r1 62
+MD5 adc6e3a000b5e58b100056a96c51cd90 dnsmasq-2.5.ebuild 962
+MD5 c90d1d4ca2332847c1fd704221f984df dnsmasq-2.9.ebuild 1034
+MD5 39075dfeab4bbded5f0e8680df29e414 files/digest-dnsmasq-2.8 63
MD5 39075dfeab4bbded5f0e8680df29e414 files/digest-dnsmasq-2.8-r1 63
MD5 9740ffe29b6d012b66cd2e532b8915ce files/digest-dnsmasq-2.5 62
+MD5 9740ffe29b6d012b66cd2e532b8915ce files/digest-dnsmasq-2.5-r1 62
MD5 5e027efa4f84b63cf41e3e9865aa0016 files/dnsmasq-init 510
MD5 16d59635b60089542c398b2b76af09de files/dnsmasq.confd 348
MD5 c1cc976385b3ebe0fb4f72e3795e1e4c files/digest-dnsmasq-2.7 62
-MD5 39075dfeab4bbded5f0e8680df29e414 files/digest-dnsmasq-2.8 63
+MD5 d48a297550b42f81be10bd5fcf4e15a7 files/digest-dnsmasq-2.9 63
diff --git a/net-dns/dnsmasq/dnsmasq-2.9.ebuild b/net-dns/dnsmasq/dnsmasq-2.9.ebuild
new file mode 100644
index 000000000000..384f0033298f
--- /dev/null
+++ b/net-dns/dnsmasq/dnsmasq-2.9.ebuild
@@ -0,0 +1,44 @@
+# 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.9.ebuild,v 1.1 2004/06/23 19:53:54 avenj Exp $
+
+MY_P="${P/_/}"
+MY_PV="${PV/_rc*/}"
+DESCRIPTION="Small forwarding DNS server for local networks"
+HOMEPAGE="http://www.thekelleys.org.uk/dnsmasq/"
+SRC_URI="http://www.thekelleys.org.uk/dnsmasq/${MY_P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86 ~ppc ~sparc ~mips ~arm ~amd64 ~ia64 ~s390"
+IUSE=""
+
+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 || die
+ doman dnsmasq.8
+ dodoc CHANGELOG FAQ
+ dohtml *.html
+
+ exeinto /etc/init.d
+ newexe ${FILESDIR}/dnsmasq-init dnsmasq
+ insinto /etc/conf.d
+ newins ${FILESDIR}/dnsmasq.confd dnsmasq
+ insinto /etc
+ newins dnsmasq.conf.example dnsmasq.conf
+}
diff --git a/net-dns/dnsmasq/files/digest-dnsmasq-2.9 b/net-dns/dnsmasq/files/digest-dnsmasq-2.9
new file mode 100644
index 000000000000..9194746e927c
--- /dev/null
+++ b/net-dns/dnsmasq/files/digest-dnsmasq-2.9
@@ -0,0 +1 @@
+MD5 d3f365eaba2f60b115c97116d382e98c dnsmasq-2.9.tar.gz 104552