diff options
author | Jon Portnoy <avenj@gentoo.org> | 2003-11-10 23:28:24 +0000 |
---|---|---|
committer | Jon Portnoy <avenj@gentoo.org> | 2003-11-10 23:28:24 +0000 |
commit | 0bc6b75a356370488180ff5db228ab493f12ac67 (patch) | |
tree | 247e285f6e69a3f7d6a21d2d036162925a8cd5bb /net-dns | |
parent | Version bump (diff) | |
download | historical-0bc6b75a356370488180ff5db228ab493f12ac67.tar.gz historical-0bc6b75a356370488180ff5db228ab493f12ac67.tar.bz2 historical-0bc6b75a356370488180ff5db228ab493f12ac67.zip |
Version bump
Diffstat (limited to 'net-dns')
-rw-r--r-- | net-dns/dnsmasq/Manifest | 4 | ||||
-rw-r--r-- | net-dns/dnsmasq/dnsmasq-1.18.ebuild | 33 | ||||
-rw-r--r-- | net-dns/dnsmasq/files/digest-dnsmasq-1.18 | 1 |
3 files changed, 36 insertions, 2 deletions
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 |