diff options
author | 2003-06-10 23:38:50 +0000 | |
---|---|---|
committer | 2003-06-10 23:38:50 +0000 | |
commit | 4e2885fa5406a34327064fdf3a0dca1ecd3378a7 (patch) | |
tree | 7b6e2187e95fcf9ae140a1a14156b3154cb5b5bd /net-dns | |
parent | Version bump (diff) | |
download | historical-4e2885fa5406a34327064fdf3a0dca1ecd3378a7.tar.gz historical-4e2885fa5406a34327064fdf3a0dca1ecd3378a7.tar.bz2 historical-4e2885fa5406a34327064fdf3a0dca1ecd3378a7.zip |
Version bump
Diffstat (limited to 'net-dns')
-rw-r--r-- | net-dns/dnsmasq/Manifest | 4 | ||||
-rw-r--r-- | net-dns/dnsmasq/dnsmasq-1.13.ebuild | 33 | ||||
-rw-r--r-- | net-dns/dnsmasq/files/digest-dnsmasq-1.13 | 1 |
3 files changed, 36 insertions, 2 deletions
diff --git a/net-dns/dnsmasq/Manifest b/net-dns/dnsmasq/Manifest index fa03704d22f3..98190e2997a4 100644 --- a/net-dns/dnsmasq/Manifest +++ b/net-dns/dnsmasq/Manifest @@ -1,8 +1,8 @@ -MD5 d1fb0ed5aa93aa2ba20a1eb0f74f6967 ChangeLog 876 +MD5 6166d9ff7baa5dc2608d6e6f4aa15e4d ChangeLog 990 MD5 c7245758cac96444918878a82084050c dnsmasq-1.6.ebuild 833 MD5 e24854ba4ada66b4ec2bd613af7eb18f dnsmasq-1.9.ebuild 815 MD5 48f617ae36eb2bc358dc677449b06305 dnsmasq-1.12.ebuild 815 -MD5 2152b8b1c0435c8786b23a52d99b69f8 dnsmasq-1.13.ebuild 719 +MD5 3029977ffd50b47dc5d9dd60c6caf131 dnsmasq-1.13.ebuild 816 MD5 7a7086a6c14210c8004d788ee28aca82 files/digest-dnsmasq-1.6 62 MD5 a701fe51a3e2262f6a465d050b60b464 files/digest-dnsmasq-1.9 62 MD5 1e594453fe8d7f266eeb174392c343f5 files/dnsmasq-init 546 diff --git a/net-dns/dnsmasq/dnsmasq-1.13.ebuild b/net-dns/dnsmasq/dnsmasq-1.13.ebuild new file mode 100644 index 000000000000..27d0dd0e5ed2 --- /dev/null +++ b/net-dns/dnsmasq/dnsmasq-1.13.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.13.ebuild,v 1.1 2003/06/10 23:38:36 avenj 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 ~ppc ~sparc" + +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.13 b/net-dns/dnsmasq/files/digest-dnsmasq-1.13 new file mode 100644 index 000000000000..b74e0deed4de --- /dev/null +++ b/net-dns/dnsmasq/files/digest-dnsmasq-1.13 @@ -0,0 +1 @@ +MD5 fd39b3b436f369056980c98ba88a664b dnsmasq-1.13.tar.gz 60903 |