summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Portnoy <avenj@gentoo.org>2004-01-29 18:36:33 +0000
committerJon Portnoy <avenj@gentoo.org>2004-01-29 18:36:33 +0000
commit026168cc3316add36f23406d53439cde126b8f3e (patch)
tree3d6500e11d91d5709cc1db20036679c6edb4a5ca /net-dns
parentVersion bump. Bugfixes and documentation updates relating to the new DHCP code. (diff)
downloadgentoo-2-026168cc3316add36f23406d53439cde126b8f3e.tar.gz
gentoo-2-026168cc3316add36f23406d53439cde126b8f3e.tar.bz2
gentoo-2-026168cc3316add36f23406d53439cde126b8f3e.zip
Version bump. Bugfixes and documentation updates relating to the new DHCP code.
Diffstat (limited to 'net-dns')
-rw-r--r--net-dns/dnsmasq/ChangeLog8
-rw-r--r--net-dns/dnsmasq/Manifest4
-rw-r--r--net-dns/dnsmasq/dnsmasq-2.1.ebuild42
-rw-r--r--net-dns/dnsmasq/files/digest-dnsmasq-2.11
4 files changed, 52 insertions, 3 deletions
diff --git a/net-dns/dnsmasq/ChangeLog b/net-dns/dnsmasq/ChangeLog
index 9b590bf6a719..59758f3ba4e4 100644
--- a/net-dns/dnsmasq/ChangeLog
+++ b/net-dns/dnsmasq/ChangeLog
@@ -1,6 +1,12 @@
# 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.19 2004/01/23 00:00:37 avenj Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/dnsmasq/ChangeLog,v 1.20 2004/01/29 18:36:21 avenj Exp $
+
+*dnsmasq-2.1 (29 Jan 2004)
+
+ 29 Jan 2004; Jon Portnoy <avenj@gentoo.org> dnsmasq-2.1.ebuild :
+ Version bump; bugfixes and documentation updates, especially for
+ the new DHCP code.
*dnsmasq-2.0 (22 Jan 2004)
diff --git a/net-dns/dnsmasq/Manifest b/net-dns/dnsmasq/Manifest
index 1ff20cfe9506..70c0bda470fb 100644
--- a/net-dns/dnsmasq/Manifest
+++ b/net-dns/dnsmasq/Manifest
@@ -1,8 +1,8 @@
-MD5 505f111e62a3dc32b8b5a2fafcee6bcf ChangeLog 2150
+MD5 ebe71dd626007de01006e74feab884d5 ChangeLog 2334
MD5 b9941da51acdbf36acbc43a34de0b024 dnsmasq-1.18.ebuild 857
MD5 96bdc240e958f99853cd59ae98fbfe06 dnsmasq-2.0_rc1.ebuild 961
MD5 b608c2b8666c1fadb48005bc52b24f87 dnsmasq-2.0.ebuild 957
-MD5 b608c2b8666c1fadb48005bc52b24f87 dnsmasq-2.1.ebuild 957
+MD5 bb9cddb438416888f4e77175ebcc60fa dnsmasq-2.1.ebuild 957
MD5 51334b67d2cbed22e0efec4143bc6ff0 metadata.xml 245
MD5 1829bd3553caea92919fb856187c91fc dnsmasq-1.17.ebuild 848
MD5 d5e8dd3af7d243913de2c5a9624d6fc2 files/digest-dnsmasq-1.18 63
diff --git a/net-dns/dnsmasq/dnsmasq-2.1.ebuild b/net-dns/dnsmasq/dnsmasq-2.1.ebuild
new file mode 100644
index 000000000000..70818ab3c36f
--- /dev/null
+++ b/net-dns/dnsmasq/dnsmasq-2.1.ebuild
@@ -0,0 +1,42 @@
+# 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.1.ebuild,v 1.1 2004/01/29 18:36:21 avenj Exp $
+
+DESCRIPTION="Small forwarding DNS server for local networks"
+HOMEPAGE="http://www.thekelleys.org.uk/dnsmasq/"
+
+MY_P="${P/_/}"
+MY_PV="${PV/_rc*/}"
+SRC_URI="http://www.thekelleys.org.uk/dnsmasq/${MY_P}.tar.gz"
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~x86 ~ppc ~sparc ~ia64 ~amd64"
+
+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
+ 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-2.1 b/net-dns/dnsmasq/files/digest-dnsmasq-2.1
new file mode 100644
index 000000000000..83dd1979a8a6
--- /dev/null
+++ b/net-dns/dnsmasq/files/digest-dnsmasq-2.1
@@ -0,0 +1 @@
+MD5 9883dc9f3b984b1f174bce6b40f62ec2 dnsmasq-2.1.tar.gz 84800