diff options
author | Donny Davies <woodchip@gentoo.org> | 2002-10-13 06:26:56 +0000 |
---|---|---|
committer | Donny Davies <woodchip@gentoo.org> | 2002-10-13 06:26:56 +0000 |
commit | 6a2e54813d05f0ffa8f652f1b2409fec3f274823 (patch) | |
tree | 1a92909cf71f50528b9ae4e989fa7c8a14753437 /net-dns/dnsmasq | |
parent | add ttmkfdir2 and other patches (diff) | |
download | gentoo-2-6a2e54813d05f0ffa8f652f1b2409fec3f274823.tar.gz gentoo-2-6a2e54813d05f0ffa8f652f1b2409fec3f274823.tar.bz2 gentoo-2-6a2e54813d05f0ffa8f652f1b2409fec3f274823.zip |
#8910; other arches: test & add your keywords!
Diffstat (limited to 'net-dns/dnsmasq')
-rw-r--r-- | net-dns/dnsmasq/ChangeLog | 11 | ||||
-rw-r--r-- | net-dns/dnsmasq/dnsmasq-1.9.ebuild | 33 | ||||
-rw-r--r-- | net-dns/dnsmasq/files/digest-dnsmasq-1.9 | 1 | ||||
-rw-r--r-- | net-dns/dnsmasq/files/dnsmasq.confd | 4 |
4 files changed, 44 insertions, 5 deletions
diff --git a/net-dns/dnsmasq/ChangeLog b/net-dns/dnsmasq/ChangeLog index 5fb40b3a388b..8af555a867be 100644 --- a/net-dns/dnsmasq/ChangeLog +++ b/net-dns/dnsmasq/ChangeLog @@ -1,11 +1,16 @@ # ChangeLog for net-dns/dnsmasq # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/net-dns/dnsmasq/ChangeLog,v 1.2 2002/08/30 11:22:22 cybersystem Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/dnsmasq/ChangeLog,v 1.3 2002/10/13 06:26:56 woodchip Exp $ + +*dnsmasq-1.9 (12 Oct 2002) + + 12 Oct 2002; Donny Davies <woodchip@gentoo.org> : + Chase latest release; mark with ~x86. Close #8910. + +*dnsmasq-1.6 (6 Jun 2002) -*dnsmasq-1.6 (30 Aug 2002) 30 Aug 2002; Sascha Schwabbauer <cybersystem@gentoo.org> : Added ppc to keywords. -*dnsmasq-1.6 (6 Jun 2002) 6 Jun 2002; Donny Davies <woodchip@gentoo.org> : Based on a submission by bardur-gta@odense.kollegienet.dk; #2079. diff --git a/net-dns/dnsmasq/dnsmasq-1.9.ebuild b/net-dns/dnsmasq/dnsmasq-1.9.ebuild new file mode 100644 index 000000000000..795e4f57d17d --- /dev/null +++ b/net-dns/dnsmasq/dnsmasq-1.9.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-dns/dnsmasq/dnsmasq-1.9.ebuild,v 1.1 2002/10/13 06:26:56 woodchip Exp $ + +DESCRIPTION="Proxy DNS server" +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" + +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.9 b/net-dns/dnsmasq/files/digest-dnsmasq-1.9 new file mode 100644 index 000000000000..259a94d3d4e4 --- /dev/null +++ b/net-dns/dnsmasq/files/digest-dnsmasq-1.9 @@ -0,0 +1 @@ +MD5 ec58ad47bff421447d7faff3c0e35b80 dnsmasq-1.9.tar.gz 44513 diff --git a/net-dns/dnsmasq/files/dnsmasq.confd b/net-dns/dnsmasq/files/dnsmasq.confd index c87c1cc7946b..64fe04330f5a 100644 --- a/net-dns/dnsmasq/files/dnsmasq.confd +++ b/net-dns/dnsmasq/files/dnsmasq.confd @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-dns/dnsmasq/files/dnsmasq.confd,v 1.1 2002/06/29 00:55:03 bangert Exp $ +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-dns/dnsmasq/files/dnsmasq.confd,v 1.2 2002/10/13 06:26:56 woodchip Exp $ # Config file for /etc/init.d/dnsmasq |