summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaúl Porcel <armin76@gentoo.org>2014-08-21 14:20:13 +0000
committerRaúl Porcel <armin76@gentoo.org>2014-08-21 14:20:13 +0000
commitd3913ff2567ca599ef312eb3772b99f89b680d6d (patch)
tree2bc1263d18cafa54b3aef92b0b94561ccf7a9fc1 /net-dns
parentAdd ~sparc wrt #488294 (diff)
downloadgentoo-2-d3913ff2567ca599ef312eb3772b99f89b680d6d.tar.gz
gentoo-2-d3913ff2567ca599ef312eb3772b99f89b680d6d.tar.bz2
gentoo-2-d3913ff2567ca599ef312eb3772b99f89b680d6d.zip
Add ~sparc wrt bug #441688
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0xF6AD3240)
Diffstat (limited to 'net-dns')
-rw-r--r--net-dns/unbound/ChangeLog7
-rw-r--r--net-dns/unbound/unbound-1.4.19.ebuild6
-rw-r--r--net-dns/unbound/unbound-1.4.20.ebuild6
-rw-r--r--net-dns/unbound/unbound-1.4.21-r1.ebuild4
-rw-r--r--net-dns/unbound/unbound-1.4.21-r2.ebuild4
-rw-r--r--net-dns/unbound/unbound-1.4.21.ebuild6
-rw-r--r--net-dns/unbound/unbound-1.4.22.ebuild4
7 files changed, 21 insertions, 16 deletions
diff --git a/net-dns/unbound/ChangeLog b/net-dns/unbound/ChangeLog
index 4d33eee74c2b..7c61107b56f6 100644
--- a/net-dns/unbound/ChangeLog
+++ b/net-dns/unbound/ChangeLog
@@ -1,6 +1,11 @@
# 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.70 2014/06/20 19:27:34 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/unbound/ChangeLog,v 1.71 2014/08/21 14:20:13 armin76 Exp $
+
+ 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,
+ unbound-1.4.21-r2.ebuild, unbound-1.4.22.ebuild:
+ Add ~sparc wrt bug #441688
20 Jun 2014; Fabian Groffen <grobian@gentoo.org> unbound-1.4.22.ebuild:
Fix for Prefix, based on patch by Matthias Maier, bug #501172
diff --git a/net-dns/unbound/unbound-1.4.19.ebuild b/net-dns/unbound/unbound-1.4.19.ebuild
index e10aaf0ce9b5..f40a2a3639d7 100644
--- a/net-dns/unbound/unbound-1.4.19.ebuild
+++ b/net-dns/unbound/unbound-1.4.19.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# 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.19.ebuild,v 1.1 2013/01/31 22:36:15 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/unbound/unbound-1.4.19.ebuild,v 1.2 2014/08/21 14:20:13 armin76 Exp $
EAPI="4"
PYTHON_DEPEND="python? 2"
@@ -15,7 +15,7 @@ SRC_URI="http://unbound.net/downloads/${P}.tar.gz"
LICENSE="BSD GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~x86 ~x64-macos"
+KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x64-macos"
IUSE="debug gost python selinux static-libs test threads"
RDEPEND="dev-libs/expat
diff --git a/net-dns/unbound/unbound-1.4.20.ebuild b/net-dns/unbound/unbound-1.4.20.ebuild
index 89b9c5c9cc85..d6e8754fc046 100644
--- a/net-dns/unbound/unbound-1.4.20.ebuild
+++ b/net-dns/unbound/unbound-1.4.20.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# 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.20.ebuild,v 1.5 2013/09/05 18:59:06 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/unbound/unbound-1.4.20.ebuild,v 1.6 2014/08/21 14:20:13 armin76 Exp $
EAPI=5
PYTHON_COMPAT=( python{2_6,2_7} )
@@ -13,7 +13,7 @@ SRC_URI="http://unbound.net/downloads/${P}.tar.gz"
LICENSE="BSD GPL-2"
SLOT="0"
-KEYWORDS="amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 x86 ~x64-macos"
+KEYWORDS="amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~x64-macos"
IUSE="debug gost python selinux static-libs test threads"
REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
diff --git a/net-dns/unbound/unbound-1.4.21-r1.ebuild b/net-dns/unbound/unbound-1.4.21-r1.ebuild
index 0c383d15b36c..7705e22a7788 100644
--- a/net-dns/unbound/unbound-1.4.21-r1.ebuild
+++ b/net-dns/unbound/unbound-1.4.21-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.21-r1.ebuild,v 1.3 2014/01/14 14:00:24 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/unbound/unbound-1.4.21-r1.ebuild,v 1.4 2014/08/21 14:20:13 armin76 Exp $
EAPI=5
PYTHON_COMPAT=( python{2_6,2_7} )
@@ -13,7 +13,7 @@ SRC_URI="http://unbound.net/downloads/${P}.tar.gz"
LICENSE="BSD GPL-2"
SLOT="0"
-KEYWORDS="amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 x86 ~x64-macos"
+KEYWORDS="amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~x64-macos"
IUSE="debug gost python selinux static-libs test threads"
REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
diff --git a/net-dns/unbound/unbound-1.4.21-r2.ebuild b/net-dns/unbound/unbound-1.4.21-r2.ebuild
index f03d27273f64..ce11b23dc626 100644
--- a/net-dns/unbound/unbound-1.4.21-r2.ebuild
+++ b/net-dns/unbound/unbound-1.4.21-r2.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.21-r2.ebuild,v 1.2 2014/06/19 08:46:05 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/unbound/unbound-1.4.21-r2.ebuild,v 1.3 2014/08/21 14:20:13 armin76 Exp $
EAPI=5
PYTHON_COMPAT=( python{2_6,2_7} )
@@ -13,7 +13,7 @@ SRC_URI="http://unbound.net/downloads/${P}.tar.gz"
LICENSE="BSD GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~x86 ~x64-macos"
+KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x64-macos"
IUSE="debug gost python selinux static-libs test threads"
REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
diff --git a/net-dns/unbound/unbound-1.4.21.ebuild b/net-dns/unbound/unbound-1.4.21.ebuild
index 96b16c612883..315fc14afafd 100644
--- a/net-dns/unbound/unbound-1.4.21.ebuild
+++ b/net-dns/unbound/unbound-1.4.21.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# 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.21.ebuild,v 1.1 2013/09/21 06:31:10 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/unbound/unbound-1.4.21.ebuild,v 1.2 2014/08/21 14:20:13 armin76 Exp $
EAPI=5
PYTHON_COMPAT=( python{2_6,2_7} )
@@ -13,7 +13,7 @@ SRC_URI="http://unbound.net/downloads/${P}.tar.gz"
LICENSE="BSD GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~x86 ~x64-macos"
+KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x64-macos"
IUSE="debug gost python selinux static-libs test threads"
REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
diff --git a/net-dns/unbound/unbound-1.4.22.ebuild b/net-dns/unbound/unbound-1.4.22.ebuild
index 3606fe5af5b9..b4d5a396f17c 100644
--- a/net-dns/unbound/unbound-1.4.22.ebuild
+++ b/net-dns/unbound/unbound-1.4.22.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.3 2014/06/20 19:27:34 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/unbound/unbound-1.4.22.ebuild,v 1.4 2014/08/21 14:20:13 armin76 Exp $
EAPI=5
PYTHON_COMPAT=( python{2_6,2_7} )
@@ -13,7 +13,7 @@ SRC_URI="http://unbound.net/downloads/${P}.tar.gz"
LICENSE="BSD GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~x86 ~x64-macos"
+KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x64-macos"
IUSE="debug gost python selinux static-libs test threads"
REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"