summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Vermeulen <swift@gentoo.org>2013-08-16 15:47:07 +0000
committerSven Vermeulen <swift@gentoo.org>2013-08-16 15:47:07 +0000
commite95dcbb4afbab701651bce11387ecaf1685af1d3 (patch)
treeb989a5885dc5c1a66c320cb5dcf8881351f9848d /net-dns
parentFix date. (diff)
downloadgentoo-2-e95dcbb4afbab701651bce11387ecaf1685af1d3.tar.gz
gentoo-2-e95dcbb4afbab701651bce11387ecaf1685af1d3.tar.bz2
gentoo-2-e95dcbb4afbab701651bce11387ecaf1685af1d3.zip
Adding dependency on selinux-dnsmasq if USE=selinux is set
(Portage version: 2.1.12.2/cvs/Linux x86_64, signed Manifest commit with key 0xCDBA2FDB)
Diffstat (limited to 'net-dns')
-rw-r--r--net-dns/dnsmasq/ChangeLog6
-rw-r--r--net-dns/dnsmasq/dnsmasq-2.63-r1.ebuild7
-rw-r--r--net-dns/dnsmasq/dnsmasq-2.63.ebuild7
-rw-r--r--net-dns/dnsmasq/dnsmasq-2.65.ebuild7
-rw-r--r--net-dns/dnsmasq/dnsmasq-2.66.ebuild7
5 files changed, 21 insertions, 13 deletions
diff --git a/net-dns/dnsmasq/ChangeLog b/net-dns/dnsmasq/ChangeLog
index 9143e9a9cc87..b88d1c8b79df 100644
--- a/net-dns/dnsmasq/ChangeLog
+++ b/net-dns/dnsmasq/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-dns/dnsmasq
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/dnsmasq/ChangeLog,v 1.244 2013/06/09 16:02:13 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/dnsmasq/ChangeLog,v 1.245 2013/08/16 15:47:07 swift Exp $
+
+ 16 Aug 2013; Sven Vermeulen <swift@gentoo.org> dnsmasq-2.63-r1.ebuild,
+ dnsmasq-2.63.ebuild, dnsmasq-2.65.ebuild, dnsmasq-2.66.ebuild:
+ Adding dependency on selinux-dnsmasq if USE=selinux is set
09 Jun 2013; Agostino Sarubbo <ago@gentoo.org> dnsmasq-2.66.ebuild:
Stable for sh, wrt bug #453170
diff --git a/net-dns/dnsmasq/dnsmasq-2.63-r1.ebuild b/net-dns/dnsmasq/dnsmasq-2.63-r1.ebuild
index 9edac1932309..1157ec9c554c 100644
--- a/net-dns/dnsmasq/dnsmasq-2.63-r1.ebuild
+++ b/net-dns/dnsmasq/dnsmasq-2.63-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/dnsmasq/dnsmasq-2.63-r1.ebuild,v 1.2 2013/01/15 01:05:50 chutzpah Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/dnsmasq/dnsmasq-2.63-r1.ebuild,v 1.3 2013/08/16 15:47:07 swift Exp $
EAPI=4
@@ -13,7 +13,7 @@ SRC_URI="http://www.thekelleys.org.uk/dnsmasq/${P}.tar.xz"
LICENSE="|| ( GPL-2 GPL-3 )"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd"
-IUSE="conntrack dbus +dhcp dhcp-tools idn ipv6 lua nls script tftp"
+IUSE="conntrack dbus +dhcp dhcp-tools idn ipv6 lua nls script selinux tftp"
DM_LINGUAS="de es fi fr id it no pl pt_BR ro"
for dm_lingua in ${DM_LINGUAS}; do
IUSE+=" linguas_${dm_lingua}"
@@ -26,7 +26,8 @@ RDEPEND="dbus? ( sys-apps/dbus )
nls? (
sys-devel/gettext
net-dns/libidn
- )"
+ )
+ selinux? ( sec-policy/selinux-dnsmasq )"
DEPEND="${RDEPEND}
virtual/pkgconfig
diff --git a/net-dns/dnsmasq/dnsmasq-2.63.ebuild b/net-dns/dnsmasq/dnsmasq-2.63.ebuild
index 0596f4c3b481..f8dbdf8bd89e 100644
--- a/net-dns/dnsmasq/dnsmasq-2.63.ebuild
+++ b/net-dns/dnsmasq/dnsmasq-2.63.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/dnsmasq/dnsmasq-2.63.ebuild,v 1.8 2013/01/15 01:05:50 chutzpah Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/dnsmasq/dnsmasq-2.63.ebuild,v 1.9 2013/08/16 15:47:07 swift Exp $
EAPI=4
@@ -13,7 +13,7 @@ SRC_URI="http://www.thekelleys.org.uk/dnsmasq/${P}.tar.xz"
LICENSE="|| ( GPL-2 GPL-3 )"
SLOT="0"
KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd"
-IUSE="conntrack dbus +dhcp idn ipv6 lua nls script tftp"
+IUSE="conntrack dbus +dhcp idn ipv6 lua nls script selinux tftp"
DM_LINGUAS="de es fi fr id it no pl pt_BR ro"
for dm_lingua in ${DM_LINGUAS}; do
IUSE+=" linguas_${dm_lingua}"
@@ -26,7 +26,8 @@ RDEPEND="dbus? ( sys-apps/dbus )
nls? (
sys-devel/gettext
net-dns/libidn
- )"
+ )
+ selinux? ( sec-policy/selinux-dnsmasq )"
DEPEND="${RDEPEND}
virtual/pkgconfig
diff --git a/net-dns/dnsmasq/dnsmasq-2.65.ebuild b/net-dns/dnsmasq/dnsmasq-2.65.ebuild
index 491aa41876f4..d480f4941bfc 100644
--- a/net-dns/dnsmasq/dnsmasq-2.65.ebuild
+++ b/net-dns/dnsmasq/dnsmasq-2.65.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/dnsmasq/dnsmasq-2.65.ebuild,v 1.1 2013/01/15 01:05:50 chutzpah Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/dnsmasq/dnsmasq-2.65.ebuild,v 1.2 2013/08/16 15:47:07 swift Exp $
EAPI=5
@@ -13,7 +13,7 @@ SRC_URI="http://www.thekelleys.org.uk/dnsmasq/${P}.tar.xz"
LICENSE="|| ( GPL-2 GPL-3 )"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd"
-IUSE="conntrack dbus +dhcp dhcp-tools idn ipv6 lua nls script tftp"
+IUSE="conntrack dbus +dhcp dhcp-tools idn ipv6 lua nls script selinux tftp"
DM_LINGUAS="de es fi fr id it no pl pt_BR ro"
for dm_lingua in ${DM_LINGUAS}; do
IUSE+=" linguas_${dm_lingua}"
@@ -26,7 +26,8 @@ RDEPEND="dbus? ( sys-apps/dbus )
nls? (
sys-devel/gettext
net-dns/libidn
- )"
+ )
+ selinux? ( sec-policy/selinux-dnsmasq )"
DEPEND="${RDEPEND}
virtual/pkgconfig
diff --git a/net-dns/dnsmasq/dnsmasq-2.66.ebuild b/net-dns/dnsmasq/dnsmasq-2.66.ebuild
index 4ca82aefbed1..9b914bfd690d 100644
--- a/net-dns/dnsmasq/dnsmasq-2.66.ebuild
+++ b/net-dns/dnsmasq/dnsmasq-2.66.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/dnsmasq/dnsmasq-2.66.ebuild,v 1.12 2013/06/09 16:02:13 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/dnsmasq/dnsmasq-2.66.ebuild,v 1.13 2013/08/16 15:47:07 swift Exp $
EAPI=5
@@ -13,7 +13,7 @@ SRC_URI="http://www.thekelleys.org.uk/dnsmasq/${P}.tar.xz"
LICENSE="|| ( GPL-2 GPL-3 )"
SLOT="0"
KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd"
-IUSE="auth-dns conntrack dbus +dhcp dhcp-tools idn ipv6 lua nls script tftp"
+IUSE="auth-dns conntrack dbus +dhcp dhcp-tools idn ipv6 lua nls script selinux tftp"
DM_LINGUAS="de es fi fr id it no pl pt_BR ro"
for dm_lingua in ${DM_LINGUAS}; do
IUSE+=" linguas_${dm_lingua}"
@@ -26,7 +26,8 @@ RDEPEND="dbus? ( sys-apps/dbus )
nls? (
sys-devel/gettext
net-dns/libidn
- )"
+ )
+ selinux? ( sec-policy/selinux-dnsmasq )"
DEPEND="${RDEPEND}
virtual/pkgconfig