summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Portnoy <avenj@gentoo.org>2004-09-12 18:45:13 +0000
committerJon Portnoy <avenj@gentoo.org>2004-09-12 18:45:13 +0000
commit0259de4e9910bb9f2eefdfa8b3c007573224280c (patch)
tree334dff56a39d8cb329bbba69545cb6b50e6293ec /net-dns
parentre-added uclibc patches and masked for testing. uses new toolchain.eclass (diff)
downloadhistorical-0259de4e9910bb9f2eefdfa8b3c007573224280c.tar.gz
historical-0259de4e9910bb9f2eefdfa8b3c007573224280c.tar.bz2
historical-0259de4e9910bb9f2eefdfa8b3c007573224280c.zip
Version bump
Diffstat (limited to 'net-dns')
-rw-r--r--net-dns/dnsmasq/ChangeLog8
-rw-r--r--net-dns/dnsmasq/Manifest18
-rw-r--r--net-dns/dnsmasq/dnsmasq-2.14.ebuild40
-rw-r--r--net-dns/dnsmasq/files/digest-dnsmasq-2.141
4 files changed, 53 insertions, 14 deletions
diff --git a/net-dns/dnsmasq/ChangeLog b/net-dns/dnsmasq/ChangeLog
index 4aad9c9fde2a..e5c3c002a060 100644
--- a/net-dns/dnsmasq/ChangeLog
+++ b/net-dns/dnsmasq/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for net-dns/dnsmasq
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/dnsmasq/ChangeLog,v 1.48 2004/08/14 18:36:59 avenj Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/dnsmasq/ChangeLog,v 1.49 2004/09/12 18:45:13 avenj Exp $
+
+*dnsmasq-2.14 (12 Sep 2004)
+
+ 12 Sep 2004; Jon Portnoy <avenj@gentoo.org> dnsmasq-2.14.ebuild :
+ Version bump, upstream summarizes changes as "a collection of
+ tweaks to the DHCP server"
*dnsmasq-2.13 (14 Aug 2004)
diff --git a/net-dns/dnsmasq/Manifest b/net-dns/dnsmasq/Manifest
index 5d639639b10e..1ea5e06b327a 100644
--- a/net-dns/dnsmasq/Manifest
+++ b/net-dns/dnsmasq/Manifest
@@ -1,22 +1,14 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
-MD5 1a46b2c57afd2616d4360e5e4bec5c78 ChangeLog 5774
+MD5 1ac1b5ed51538dcbef913d64ec61447e ChangeLog 5965
+MD5 23413334748a2b9bb5bee14e1bd2e231 dnsmasq-2.8-r1.ebuild 1027
MD5 26b4f1cdd80b7aee01db99e5ecf2ec0f dnsmasq-2.5-r1.ebuild 1018
+MD5 cda4a1f79a0b97ab668d8bf1a7c9be7b dnsmasq-2.14.ebuild 923
MD5 51334b67d2cbed22e0efec4143bc6ff0 metadata.xml 245
-MD5 23413334748a2b9bb5bee14e1bd2e231 dnsmasq-2.8-r1.ebuild 1027
MD5 7a4b20cff20e1240e4ba113c04e6880b dnsmasq-2.13.ebuild 924
MD5 fa3cc9b3e71bac3b5d4b9330a40ccade dnsmasq-2.9.ebuild 1023
+MD5 088c015866ccd21fcb147094476a89cb files/digest-dnsmasq-2.14 64
+MD5 39075dfeab4bbded5f0e8680df29e414 files/digest-dnsmasq-2.8-r1 63
MD5 9740ffe29b6d012b66cd2e532b8915ce files/digest-dnsmasq-2.5-r1 62
MD5 51224c4bafcccf490d6de12440f681e5 files/dnsmasq-init 504
MD5 fc1326c5ef78a5ba4a73f6261806579f files/dnsmasq.confd 339
MD5 6a1f2d0e8629951259975bc9f17ee8b3 files/digest-dnsmasq-2.13 64
MD5 d48a297550b42f81be10bd5fcf4e15a7 files/digest-dnsmasq-2.9 63
-MD5 39075dfeab4bbded5f0e8680df29e414 files/digest-dnsmasq-2.8-r1 63
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.9.8 (GNU/Linux)
-
-iD8DBQFBHmXgHTu7gpaalycRAnSzAKCx/aU3zYLOnJbcVgjfr72AyOUdcQCg5fGd
-MQTY1IO8KNWIZu/K70XomW0=
-=N/f8
------END PGP SIGNATURE-----
diff --git a/net-dns/dnsmasq/dnsmasq-2.14.ebuild b/net-dns/dnsmasq/dnsmasq-2.14.ebuild
new file mode 100644
index 000000000000..6a19d03773c8
--- /dev/null
+++ b/net-dns/dnsmasq/dnsmasq-2.14.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-dns/dnsmasq/dnsmasq-2.14.ebuild,v 1.1 2004/09/12 18:45:13 avenj Exp $
+
+MY_P="${P/_/}"
+MY_PV="${PV/_rc*/}"
+DESCRIPTION="Small forwarding DNS server"
+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/libc
+ >=sys-apps/sed-4"
+
+S="${WORKDIR}/${PN}-${MY_PV}"
+
+src_compile() {
+ emake || die
+}
+
+src_install() {
+ make \
+ PREFIX=/usr \
+ MANDIR=/usr/share/man \
+ DESTDIR=${D} \
+ install || die
+ 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.14 b/net-dns/dnsmasq/files/digest-dnsmasq-2.14
new file mode 100644
index 000000000000..f56377a02eb2
--- /dev/null
+++ b/net-dns/dnsmasq/files/digest-dnsmasq-2.14
@@ -0,0 +1 @@
+MD5 1c74004d500fa15a5afea4c1542b4eed dnsmasq-2.14.tar.gz 124658