commit:     530c1890f80df8f69175c4fd01eb92f20267327c
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 13 20:45:38 2016 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Sun Mar 13 20:45:38 2016 +0000
URL:        https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=530c1890

net-dns/ndjbdns: Add snapshot

Package-Manager: portage-2.2.28

 net-dns/ndjbdns/Manifest                      |  1 +
 net-dns/ndjbdns/ndjbdns-1.06_p20151013.ebuild | 26 ++++++++++++++++++++++++++
 2 files changed, 27 insertions(+)

diff --git a/net-dns/ndjbdns/Manifest b/net-dns/ndjbdns/Manifest
index e636b80..f70db25 100644
--- a/net-dns/ndjbdns/Manifest
+++ b/net-dns/ndjbdns/Manifest
@@ -1 +1,2 @@
 DIST ndjbdns-1.06.tar.gz 303313 SHA256 
5ce5a7c5031f220a85fc8bca903f2d3cf484ff77e4c85e7144a0e2a5922a1127 SHA512 
da13677ffb04e93cf6f5b4531276459a3ae6846a14e9a60456fcfcd16bd85843790d70dffb1226f182646aa8bfc8ba7e9f79ac07a0f060958a3815a228c3754f
 WHIRLPOOL 
28478ae0ea9c96263ede2386659c613a900bb8db03c3ec21f0b8a3398d1799414e3d48a5fcd6b3b6ecd700c3fa7b1728235241abe8b9da84f00dd7847fc1f0d9
+DIST ndjbdns-1.06_p20151013.tar.gz 210764 SHA256 
0cfaf4d953b758fbecceb0703a441378562b37196bca5ae4804fbd674667bb74 SHA512 
5d049d0c4ea0bd6e865e2c87216f9798059c11909cd52d3d038de91aac80c5440eaab88ad964fe751e9e7f5e01c18d521da15eec97e4094f10570800248593cf
 WHIRLPOOL 
8f2f89bcd34ff677f953a0e1356648b8d466b09cee1925c745fadf238879471340f51570f159e8960a0f709f8d5afed64cb78aca88617794be31ed6193609ecc

diff --git a/net-dns/ndjbdns/ndjbdns-1.06_p20151013.ebuild 
b/net-dns/ndjbdns/ndjbdns-1.06_p20151013.ebuild
new file mode 100644
index 0000000..e0eb7be
--- /dev/null
+++ b/net-dns/ndjbdns/ndjbdns-1.06_p20151013.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit autotools vcs-snapshot
+
+DESCRIPTION="Fork of djbdns a collection of DNS client/server software"
+HOMEPAGE="http://pjp.dgplug.org/djbdns/index.html";
+COMMIT_ID="64d371b6f887621de7bf8bd495be10442b2accd0"
+SRC_URI="https://github.com/pjps/${PN}/archive/${COMMIT_ID}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+RDEPEND="!!net-dns/djbdns
+       !!sys-apps/ucspi-tcp"
+
+src_prepare() {
+       sed -i -e '/^AM_CFLAGS/s|-g -O2 ||g' Makefile.am || die
+       sed -i -e 's#/rc.d##' etc/init.d/Makefile.am || die
+       eautoreconf
+}

Reply via email to