summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2014-09-27 00:13:03 +0000
committerTim Harder <radhermit@gentoo.org>2014-09-27 00:13:03 +0000
commit0a8dc8d78552a684ac774a0467360e5c2094e009 (patch)
tree109374fbadf35ecc23c1fbbb26d020d099acaf48 /net-dns/unbound
parentVersion bump (bug #523242). (diff)
downloadgentoo-2-0a8dc8d78552a684ac774a0467360e5c2094e009.tar.gz
gentoo-2-0a8dc8d78552a684ac774a0467360e5c2094e009.tar.bz2
gentoo-2-0a8dc8d78552a684ac774a0467360e5c2094e009.zip
Remove ldns dep since it's bundled and locally modified now.
(Portage version: 2.2.13/cvs/Linux x86_64, signed Manifest commit with key 4F064CA3)
Diffstat (limited to 'net-dns/unbound')
-rw-r--r--net-dns/unbound/ChangeLog8
-rw-r--r--net-dns/unbound/unbound-1.4.22-r1.ebuild (renamed from net-dns/unbound/unbound-1.4.22.ebuild)4
2 files changed, 8 insertions, 4 deletions
diff --git a/net-dns/unbound/ChangeLog b/net-dns/unbound/ChangeLog
index 6339d3d11d6c..e0e109646cdf 100644
--- a/net-dns/unbound/ChangeLog
+++ b/net-dns/unbound/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for net-dns/unbound
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/unbound/ChangeLog,v 1.72 2014/08/21 14:23:59 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/unbound/ChangeLog,v 1.73 2014/09/27 00:13:03 radhermit Exp $
+
+*unbound-1.4.22-r1 (27 Sep 2014)
+
+ 27 Sep 2014; Tim Harder <radhermit@gentoo.org> -unbound-1.4.22.ebuild,
+ +unbound-1.4.22-r1.ebuild:
+ Remove ldns dep since it's bundled and locally modified now.
21 Aug 2014; Raúl Porcel <armin76@gentoo.org> unbound-1.4.19.ebuild,
unbound-1.4.20.ebuild, unbound-1.4.21.ebuild, unbound-1.4.21-r1.ebuild,
diff --git a/net-dns/unbound/unbound-1.4.22.ebuild b/net-dns/unbound/unbound-1.4.22-r1.ebuild
index 4b0d651d404d..c03a011a88af 100644
--- a/net-dns/unbound/unbound-1.4.22.ebuild
+++ b/net-dns/unbound/unbound-1.4.22-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/unbound/unbound-1.4.22.ebuild,v 1.5 2014/08/21 14:23:59 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/unbound/unbound-1.4.22-r1.ebuild,v 1.1 2014/09/27 00:13:03 radhermit Exp $
EAPI=5
PYTHON_COMPAT=( python{2_6,2_7} )
@@ -25,7 +25,6 @@ REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
RDEPEND=">=dev-libs/expat-2.1.0-r3[${MULTILIB_USEDEP}]
>=dev-libs/libevent-2.0.21[${MULTILIB_USEDEP}]
>=dev-libs/openssl-1.0.1h-r2[${MULTILIB_USEDEP}]
- >=net-libs/ldns-1.6.16-r1[ecdsa,ssl,gost?,${MULTILIB_USEDEP}]
python? ( ${PYTHON_DEPS} )
selinux? ( sec-policy/selinux-bind )"
@@ -74,7 +73,6 @@ multilib_src_configure() {
$(use_with threads pthreads) \
--disable-rpath \
--enable-ecdsa \
- --with-ldns="${EPREFIX}"/usr \
--with-libevent="${EPREFIX}"/usr \
--with-pidfile="${EPREFIX}"/var/run/unbound.pid \
--with-rootkey-file="${EPREFIX}"/etc/dnssec/root-anchors.txt \