summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Portnoy <avenj@gentoo.org>2006-08-07 16:51:57 +0000
committerJon Portnoy <avenj@gentoo.org>2006-08-07 16:51:57 +0000
commite09d6d82dde082fae7d98cc9921a9328507576c7 (patch)
treebf61426147ef9b5948759c2e2e939e8f88466723 /net-dns/dnsmasq
parentppc stable, bug #142386 (diff)
downloadgentoo-2-e09d6d82dde082fae7d98cc9921a9328507576c7.tar.gz
gentoo-2-e09d6d82dde082fae7d98cc9921a9328507576c7.tar.bz2
gentoo-2-e09d6d82dde082fae7d98cc9921a9328507576c7.zip
Version bump, bugfix release
(Portage version: 2.1)
Diffstat (limited to 'net-dns/dnsmasq')
-rw-r--r--net-dns/dnsmasq/ChangeLog8
-rw-r--r--net-dns/dnsmasq/dnsmasq-2.33.ebuild46
-rw-r--r--net-dns/dnsmasq/files/digest-dnsmasq-2.333
3 files changed, 56 insertions, 1 deletions
diff --git a/net-dns/dnsmasq/ChangeLog b/net-dns/dnsmasq/ChangeLog
index 4138d2674b14..e81a4a92332a 100644
--- a/net-dns/dnsmasq/ChangeLog
+++ b/net-dns/dnsmasq/ChangeLog
@@ -1,7 +1,13 @@
# ChangeLog for net-dns/dnsmasq
# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/dnsmasq/ChangeLog,v 1.97 2006/06/16 17:52:03 avenj Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/dnsmasq/ChangeLog,v 1.98 2006/08/07 16:51:56 avenj Exp $
+*dnsmasq-2.33 (07 Aug 2006)
+
+ 07 Aug 2006; Jon Portnoy <avenj@gentoo.org> dnsmasq-2.33.ebuild :
+ Version bump, mainly bugfixes
+
+*dnsmasq-2.32 (16 Jun 2006)
16 Jun 2006; Jon Portnoy <avenj@gentoo.org> dnsmasq-2.32.ebuild :
Version bump plus a patch from tove@gentoo.org to respect
LDFLAGS, bug #136227.
diff --git a/net-dns/dnsmasq/dnsmasq-2.33.ebuild b/net-dns/dnsmasq/dnsmasq-2.33.ebuild
new file mode 100644
index 000000000000..e27c21d275a9
--- /dev/null
+++ b/net-dns/dnsmasq/dnsmasq-2.33.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-dns/dnsmasq/dnsmasq-2.33.ebuild,v 1.1 2006/08/07 16:51:56 avenj Exp $
+
+inherit eutils toolchain-funcs
+
+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="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~s390 ~sh ~sparc ~x86"
+IUSE=""
+
+RDEPEND=""
+DEPEND="${RDEPEND}
+ >=sys-apps/portage-2.0.51"
+
+S=${WORKDIR}/${PN}-${MY_PV}
+
+src_unpack() {
+ unpack ${A}
+ cd ${S}
+}
+
+src_compile() {
+ emake CC="$(tc-getCC)" || die
+}
+
+src_install() {
+ make \
+ PREFIX=/usr \
+ MANDIR=/usr/share/man \
+ DESTDIR="${D}" \
+ install || die
+ dodoc CHANGELOG FAQ
+ dohtml *.html
+
+ newinitd "${FILESDIR}"/dnsmasq-init dnsmasq
+ newconfd "${FILESDIR}"/dnsmasq.confd dnsmasq
+ insinto /etc
+ newins dnsmasq.conf.example dnsmasq.conf
+}
diff --git a/net-dns/dnsmasq/files/digest-dnsmasq-2.33 b/net-dns/dnsmasq/files/digest-dnsmasq-2.33
new file mode 100644
index 000000000000..90e412d0b28e
--- /dev/null
+++ b/net-dns/dnsmasq/files/digest-dnsmasq-2.33
@@ -0,0 +1,3 @@
+MD5 45696461b6e6bc929273b1191ca50447 dnsmasq-2.33.tar.gz 227113
+RMD160 ce50b7791546800537bcb4b1fddf41a185b2bda3 dnsmasq-2.33.tar.gz 227113
+SHA256 8507e20ba9286463cc871785b3fbfba81819512b224193b21dbabfd661bc0d14 dnsmasq-2.33.tar.gz 227113