summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Portnoy <avenj@gentoo.org>2003-11-10 23:28:24 +0000
committerJon Portnoy <avenj@gentoo.org>2003-11-10 23:28:24 +0000
commitbe151e7fdfdafe1c90c23079274bf3192ea6f413 (patch)
treea4a463825af177bcc10ee84cb9d6ea576ab5cd75 /net-dns/dnsmasq
parentVersion bump (diff)
downloadgentoo-2-be151e7fdfdafe1c90c23079274bf3192ea6f413.tar.gz
gentoo-2-be151e7fdfdafe1c90c23079274bf3192ea6f413.tar.bz2
gentoo-2-be151e7fdfdafe1c90c23079274bf3192ea6f413.zip
Version bump
Diffstat (limited to 'net-dns/dnsmasq')
-rw-r--r--net-dns/dnsmasq/ChangeLog7
-rw-r--r--net-dns/dnsmasq/Manifest4
-rw-r--r--net-dns/dnsmasq/dnsmasq-1.18.ebuild33
-rw-r--r--net-dns/dnsmasq/files/digest-dnsmasq-1.181
4 files changed, 42 insertions, 3 deletions
diff --git a/net-dns/dnsmasq/ChangeLog b/net-dns/dnsmasq/ChangeLog
index 0a5821d137ff..47edd19845b1 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.13 2003/10/11 20:47:46 avenj Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/dnsmasq/ChangeLog,v 1.14 2003/11/10 23:28:20 avenj Exp $
+
+*dnsmasq-1.18 (10 Nov 2003)
+
+ 10 Nov 2003; Jon Portnoy <avenj@gentoo.org> dnsmasq-1.18.ebuild :
+ Version bump.
*dnsmasq-1.17 (11 Oct 2003)
diff --git a/net-dns/dnsmasq/Manifest b/net-dns/dnsmasq/Manifest
index 2d8dc5fb18d4..320859dc4d65 100644
--- a/net-dns/dnsmasq/Manifest
+++ b/net-dns/dnsmasq/Manifest
@@ -1,5 +1,5 @@
-MD5 84484c9938d693907a84380891b104cb ChangeLog 1698
-MD5 96e8ba2aa46425362de7870725e7a3ea dnsmasq-1.18.ebuild 859
+MD5 cf8198af50dcb30217425602d97c8984 ChangeLog 1698
+MD5 54dda7cc238bfac72f189e1821992e3c dnsmasq-1.18.ebuild 859
MD5 43e94090ea26a3beec40b4882d9fa935 dnsmasq-1.14.ebuild 845
MD5 aeb2263167262bb94874a51da5499427 dnsmasq-1.15.ebuild 851
MD5 e4ae96e0307eaf8265d1d251f35a9fc5 dnsmasq-1.16.ebuild 850
diff --git a/net-dns/dnsmasq/dnsmasq-1.18.ebuild b/net-dns/dnsmasq/dnsmasq-1.18.ebuild
new file mode 100644
index 000000000000..ae8c992ca495
--- /dev/null
+++ b/net-dns/dnsmasq/dnsmasq-1.18.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.18.ebuild,v 1.1 2003/11/10 23:28:20 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 ~amd64"
+
+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.18 b/net-dns/dnsmasq/files/digest-dnsmasq-1.18
new file mode 100644
index 000000000000..42cf0f3ca7b0
--- /dev/null
+++ b/net-dns/dnsmasq/files/digest-dnsmasq-1.18
@@ -0,0 +1 @@
+MD5 a90478d2248009ada61ed5bee87c034c dnsmasq-1.18.tar.gz 70839