* [gentoo-commits] dev/mrueg:master commit in: net-dns/ndjbdns/
@ 2016-02-04 22:13 Manuel Rüger
0 siblings, 0 replies; 4+ messages in thread
From: Manuel Rüger @ 2016-02-04 22:13 UTC (permalink / raw
To: gentoo-commits
commit: 8511a4c942fb202cbfb8c03744e8d6cc5d853826
Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 4 22:13:15 2016 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Thu Feb 4 22:13:15 2016 +0000
URL: https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=8511a4c9
net-dns/ndjbdns: Initial version
Based on ebuild from Gentoo bug #420013
Package-Manager: portage-2.2.27
net-dns/ndjbdns/Manifest | 1 +
net-dns/ndjbdns/metadata.xml | 8 ++++++++
net-dns/ndjbdns/ndjbdns-1.06.ebuild | 22 ++++++++++++++++++++++
3 files changed, 31 insertions(+)
diff --git a/net-dns/ndjbdns/Manifest b/net-dns/ndjbdns/Manifest
new file mode 100644
index 0000000..e636b80
--- /dev/null
+++ b/net-dns/ndjbdns/Manifest
@@ -0,0 +1 @@
+DIST ndjbdns-1.06.tar.gz 303313 SHA256 5ce5a7c5031f220a85fc8bca903f2d3cf484ff77e4c85e7144a0e2a5922a1127 SHA512 da13677ffb04e93cf6f5b4531276459a3ae6846a14e9a60456fcfcd16bd85843790d70dffb1226f182646aa8bfc8ba7e9f79ac07a0f060958a3815a228c3754f WHIRLPOOL 28478ae0ea9c96263ede2386659c613a900bb8db03c3ec21f0b8a3398d1799414e3d48a5fcd6b3b6ecd700c3fa7b1728235241abe8b9da84f00dd7847fc1f0d9
diff --git a/net-dns/ndjbdns/metadata.xml b/net-dns/ndjbdns/metadata.xml
new file mode 100644
index 0000000..bfcb697
--- /dev/null
+++ b/net-dns/ndjbdns/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer>
+ <email>mrueg@gentoo.org</email>
+ <name>Manuel Rüger</name>
+ </maintainer>
+</pkgmetadata>
diff --git a/net-dns/ndjbdns/ndjbdns-1.06.ebuild b/net-dns/ndjbdns/ndjbdns-1.06.ebuild
new file mode 100644
index 0000000..6ea78c0
--- /dev/null
+++ b/net-dns/ndjbdns/ndjbdns-1.06.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit autotools
+
+DESCRIPTION="Fork of djbdns a collection of DNS client/server software"
+HOMEPAGE="http://pjp.dgplug.org/djbdns/index.html"
+SRC_URI="http://pjp.dgplug.org/djbdns/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+src_prepare() {
+ sed -i -e '/^AM_CFLAGS/s|-g -O2 ||g' Makefile.am || die
+ sed -i -e 's#/rc.d##' etc/init.d/Makefile.in || die
+ eautoreconf
+}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] dev/mrueg:master commit in: net-dns/ndjbdns/
@ 2016-02-04 22:16 Manuel Rüger
0 siblings, 0 replies; 4+ messages in thread
From: Manuel Rüger @ 2016-02-04 22:16 UTC (permalink / raw
To: gentoo-commits
commit: 870d4145387e6cb5127b80740810fe0c412e63ad
Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 4 22:16:40 2016 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Thu Feb 4 22:16:40 2016 +0000
URL: https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=870d4145
net-dns/ndjbdns: Add a blocker on net-dns/djbdns
Package-Manager: portage-2.2.27
net-dns/ndjbdns/ndjbdns-1.06.ebuild | 2 ++
1 file changed, 2 insertions(+)
diff --git a/net-dns/ndjbdns/ndjbdns-1.06.ebuild b/net-dns/ndjbdns/ndjbdns-1.06.ebuild
index 6ea78c0..406f8df 100644
--- a/net-dns/ndjbdns/ndjbdns-1.06.ebuild
+++ b/net-dns/ndjbdns/ndjbdns-1.06.ebuild
@@ -15,6 +15,8 @@ SLOT="0"
KEYWORDS="~amd64"
IUSE=""
+RDEPEND="!!net-dns/djbdns"
+
src_prepare() {
sed -i -e '/^AM_CFLAGS/s|-g -O2 ||g' Makefile.am || die
sed -i -e 's#/rc.d##' etc/init.d/Makefile.in || die
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] dev/mrueg:master commit in: net-dns/ndjbdns/
@ 2016-02-04 22:47 Manuel Rüger
0 siblings, 0 replies; 4+ messages in thread
From: Manuel Rüger @ 2016-02-04 22:47 UTC (permalink / raw
To: gentoo-commits
commit: 5ec20f57d7a37cf048b680b83cab534d596f5b7a
Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 4 22:47:17 2016 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Thu Feb 4 22:47:17 2016 +0000
URL: https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=5ec20f57
net-dns/ndjbdns: Add blocker on sys-apps/ucspi-tcp
Package-Manager: portage-2.2.27
net-dns/ndjbdns/ndjbdns-1.06.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/net-dns/ndjbdns/ndjbdns-1.06.ebuild b/net-dns/ndjbdns/ndjbdns-1.06.ebuild
index 406f8df..f016d07 100644
--- a/net-dns/ndjbdns/ndjbdns-1.06.ebuild
+++ b/net-dns/ndjbdns/ndjbdns-1.06.ebuild
@@ -15,7 +15,8 @@ SLOT="0"
KEYWORDS="~amd64"
IUSE=""
-RDEPEND="!!net-dns/djbdns"
+RDEPEND="!!net-dns/djbdns
+ !!sys-apps/ucspi-tcp"
src_prepare() {
sed -i -e '/^AM_CFLAGS/s|-g -O2 ||g' Makefile.am || die
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] dev/mrueg:master commit in: net-dns/ndjbdns/
@ 2016-03-13 20:45 Manuel Rüger
0 siblings, 0 replies; 4+ messages in thread
From: Manuel Rüger @ 2016-03-13 20:45 UTC (permalink / raw
To: gentoo-commits
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
+}
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2016-03-13 20:45 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-04 22:16 [gentoo-commits] dev/mrueg:master commit in: net-dns/ndjbdns/ Manuel Rüger
-- strict thread matches above, loose matches on Subject: below --
2016-03-13 20:45 Manuel Rüger
2016-02-04 22:47 Manuel Rüger
2016-02-04 22:13 Manuel Rüger
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox