diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2018-01-01 17:44:17 +0100 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2018-01-01 17:44:17 +0100 |
commit | 3ebd023fcad95958aa004fe80160ec3124338856 (patch) | |
tree | 27bdc551cf71312c769693f0909b4aa6ae064f13 /net-dns/ldns-utils | |
parent | dev-vcs/colorcvs: EAPI bump, bug 605728 (diff) | |
download | gentoo-3ebd023fcad95958aa004fe80160ec3124338856.tar.gz gentoo-3ebd023fcad95958aa004fe80160ec3124338856.tar.bz2 gentoo-3ebd023fcad95958aa004fe80160ec3124338856.zip |
net-dns/ldns-utils: Drop old, bug 605728
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'net-dns/ldns-utils')
-rw-r--r-- | net-dns/ldns-utils/Manifest | 1 | ||||
-rw-r--r-- | net-dns/ldns-utils/files/1.6.12-cflags.patch | 22 | ||||
-rw-r--r-- | net-dns/ldns-utils/ldns-utils-1.6.12.ebuild | 61 |
3 files changed, 0 insertions, 84 deletions
diff --git a/net-dns/ldns-utils/Manifest b/net-dns/ldns-utils/Manifest index 038fe334d4a2..308877613938 100644 --- a/net-dns/ldns-utils/Manifest +++ b/net-dns/ldns-utils/Manifest @@ -1,3 +1,2 @@ -DIST ldns-1.6.12.tar.gz 1057607 BLAKE2B c9f20afb850b7ce8849996a808ef29bb3c5596416350854805b9e212925ec58be1440acfdf5f9b2fb2d47c86605eb05f8bb8aceebc0ed9a23cabbad96839e052 SHA512 f928be35a5c0bc2b918f005dd592cc531451f373ed9d77a54d5207a2a80b9d525faabf75bba75483d3476cfeff75a66ad4d9527a84a983216dae4fac30213773 DIST ldns-1.6.17.tar.gz 1315403 BLAKE2B 67cf163c0fc529730f6de6a7ed3c581a2fdc3be7eb3f1d2cdc4ff51c98e6b78f93fab96d19d665f2dc8592f80d92ec5d3dd16da9760124f0604eb48c09ffd201 SHA512 5de42b4b8622591db51efb0956735deee9cd5e0bee12249a03b65c5b45d7c51bf9c2edb310ef9d7431af49aef77d968bfa2455a7dedfa80cde3d433436c83785 DIST ldns-1.7.0.tar.gz 1304424 BLAKE2B 2f37aa2d00c1d9cf18711bd4f873f4722df01c4f4d0f627e054f04b2473c0fbf19449e293a130d5c8b98dcebafeb3d7b3f5923ae0244bd80139cea77f2171e06 SHA512 8a4e48bcc2a244b92447a9830b60efbb656fb7955f3559ef2eb6f8e724c4c0208776350c44ccf7dcf1ffe0b7b9d9ccc4cbddc5bc16e8888db494ab4d0bce3bd8 diff --git a/net-dns/ldns-utils/files/1.6.12-cflags.patch b/net-dns/ldns-utils/files/1.6.12-cflags.patch deleted file mode 100644 index 5e14a20ad37c..000000000000 --- a/net-dns/ldns-utils/files/1.6.12-cflags.patch +++ /dev/null @@ -1,22 +0,0 @@ -diff -Naur ldns-1.6.12.orig/drill/configure.ac ldns-1.6.12/drill/configure.ac ---- ldns-1.6.12.orig/drill/configure.ac 2011-11-17 00:48:16.000000000 +0900 -+++ ldns-1.6.12/drill/configure.ac 2012-01-12 00:20:51.944503474 +0900 -@@ -33,7 +33,6 @@ - ACX_CHECK_COMPILER_FLAG(xc99, [C99FLAG="-xc99"]) - - AC_TYPE_SIZE_T --ACX_CHECK_COMPILER_FLAG(O2, [CFLAGS="$CFLAGS -O2"]) - - ACX_CHECK_COMPILER_FLAG_NEEDED($C99FLAG -D__EXTENSIONS__ -D_BSD_SOURCE -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600, - [ -diff -Naur ldns-1.6.12.orig/examples/configure.ac ldns-1.6.12/examples/configure.ac ---- ldns-1.6.12.orig/examples/configure.ac 2011-09-29 22:04:19.000000000 +0900 -+++ ldns-1.6.12/examples/configure.ac 2012-01-12 00:21:03.191504702 +0900 -@@ -31,7 +31,6 @@ - - - AC_TYPE_SIZE_T --ACX_CHECK_COMPILER_FLAG(O2, [CFLAGS="$CFLAGS -O2"]) - - ACX_CHECK_COMPILER_FLAG_NEEDED($C99FLAG -D__EXTENSIONS__ -D_BSD_SOURCE -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600, - [ diff --git a/net-dns/ldns-utils/ldns-utils-1.6.12.ebuild b/net-dns/ldns-utils/ldns-utils-1.6.12.ebuild deleted file mode 100644 index 6b15334d520a..000000000000 --- a/net-dns/ldns-utils/ldns-utils-1.6.12.ebuild +++ /dev/null @@ -1,61 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="3" -inherit autotools eutils - -MY_P="${P/-utils}" -DESCRIPTION="Set of utilities to simplify various dns(sec) tasks" -HOMEPAGE="http://www.nlnetlabs.nl/projects/ldns/" -SRC_URI="http://www.nlnetlabs.nl/downloads/ldns/${MY_P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 ppc x86" -IUSE="examples gost ssl" - -DEPEND=">=net-libs/ldns-${PV}[gost?,ssl?] - examples? ( net-libs/libpcap )" -RDEPEND="${DEPEND}" - -S="${WORKDIR}/${MY_P}" - -src_prepare() { - # bug #369339 - epatch "${FILESDIR}/1.6.12-cflags.patch" - - ( cd drill && eautoreconf ) - ( cd examples && eautoreconf ) -} - -src_configure() { - cd "${S}"/drill - econf $(use_with ssl) || die - - if use examples; then - cd "${S}"/examples - econf \ - $(use_enable gost) \ - $(use_enable ssl sha2) \ - $(use_with ssl) || die - fi -} - -src_compile() { - emake -C drill || die "emake for drill failed" - if use examples; then - emake -C examples || die "emake for examples failed" - fi -} - -src_install() { - cd "${S}"/drill - emake DESTDIR="${D}" install || die "emake install for drill failed" - dodoc ChangeLog.22-nov-2005 README REGRESSIONS || die - - if use examples; then - cd "${S}"/examples - emake DESTDIR="${D}" install || die "emake install for examples failed" - newdoc README README.examples || die - fi -} |