summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Vermeulen <swift@gentoo.org>2014-06-30 19:17:49 +0000
committerSven Vermeulen <swift@gentoo.org>2014-06-30 19:17:49 +0000
commit8dd9ddfd2a3a1f56e5415f58d9fce56e27f7f628 (patch)
treea651854f6e774ebc35a4a14b27f97bdd03dd1492 /app-admin/collectd
parentStabilization of collectd policy (diff)
downloadgentoo-2-8dd9ddfd2a3a1f56e5415f58d9fce56e27f7f628.tar.gz
gentoo-2-8dd9ddfd2a3a1f56e5415f58d9fce56e27f7f628.tar.bz2
gentoo-2-8dd9ddfd2a3a1f56e5415f58d9fce56e27f7f628.zip
Add USE=selinux dependency to sec-policy/selinux-collectd
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x2EDD52403B68AF47)
Diffstat (limited to 'app-admin/collectd')
-rw-r--r--app-admin/collectd/ChangeLog6
-rw-r--r--app-admin/collectd/collectd-5.2.2.ebuild5
-rw-r--r--app-admin/collectd/collectd-5.3.0.ebuild5
-rw-r--r--app-admin/collectd/collectd-5.4.0.ebuild5
-rw-r--r--app-admin/collectd/collectd-5.4.1.ebuild5
5 files changed, 17 insertions, 9 deletions
diff --git a/app-admin/collectd/ChangeLog b/app-admin/collectd/ChangeLog
index 82dafdfe206f..13059d337c79 100644
--- a/app-admin/collectd/ChangeLog
+++ b/app-admin/collectd/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-admin/collectd
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/collectd/ChangeLog,v 1.59 2014/05/26 01:22:40 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/collectd/ChangeLog,v 1.60 2014/06/30 19:17:49 swift Exp $
+
+ 30 Jun 2014; Sven Vermeulen <swift@gentoo.org> collectd-5.2.2.ebuild,
+ collectd-5.3.0.ebuild, collectd-5.4.0.ebuild, collectd-5.4.1.ebuild:
+ Add USE=selinux dependency to sec-policy/selinux-collectd
*collectd-5.4.1 (26 May 2014)
diff --git a/app-admin/collectd/collectd-5.2.2.ebuild b/app-admin/collectd/collectd-5.2.2.ebuild
index 5557061e5d4a..c6eb781686e7 100644
--- a/app-admin/collectd/collectd-5.2.2.ebuild
+++ b/app-admin/collectd/collectd-5.2.2.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/app-admin/collectd/collectd-5.2.2.ebuild,v 1.3 2014/03/01 22:08:15 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/collectd/collectd-5.2.2.ebuild,v 1.4 2014/06/30 19:17:49 swift Exp $
EAPI="4"
@@ -16,7 +16,7 @@ SRC_URI="${HOMEPAGE}/files/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE="contrib debug kernel_linux kernel_FreeBSD kernel_Darwin perl static-libs"
+IUSE="contrib debug kernel_linux kernel_FreeBSD kernel_Darwin perl selinux static-libs"
# The plugin lists have to follow here since they extend IUSE
@@ -56,6 +56,7 @@ COMMON_DEPEND="
dev-libs/libgcrypt:0
sys-devel/libtool
perl? ( dev-lang/perl[ithreads] ( || ( sys-devel/libperl[ithreads] >=sys-devel/libperl-5.10 ) ) )
+ selinux? ( sec-policy/selinux-collectd )
collectd_plugins_apache? ( net-misc/curl )
collectd_plugins_ascent? ( net-misc/curl dev-libs/libxml2 )
collectd_plugins_bind? ( dev-libs/libxml2 )
diff --git a/app-admin/collectd/collectd-5.3.0.ebuild b/app-admin/collectd/collectd-5.3.0.ebuild
index 14d61b09fa2e..2ef2c4f96bc0 100644
--- a/app-admin/collectd/collectd-5.3.0.ebuild
+++ b/app-admin/collectd/collectd-5.3.0.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/app-admin/collectd/collectd-5.3.0.ebuild,v 1.3 2014/03/01 22:08:15 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/collectd/collectd-5.3.0.ebuild,v 1.4 2014/06/30 19:17:49 swift Exp $
EAPI="4"
@@ -16,7 +16,7 @@ SRC_URI="${HOMEPAGE}/files/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE="contrib debug kernel_linux kernel_FreeBSD kernel_Darwin perl static-libs"
+IUSE="contrib debug kernel_linux kernel_FreeBSD kernel_Darwin perl selinux static-libs"
# The plugin lists have to follow here since they extend IUSE
@@ -56,6 +56,7 @@ COMMON_DEPEND="
dev-libs/libgcrypt:0
sys-devel/libtool
perl? ( dev-lang/perl[ithreads] ( || ( sys-devel/libperl[ithreads] >=sys-devel/libperl-5.10 ) ) )
+ selinux? ( sec-policy/selinux-collectd )
collectd_plugins_apache? ( net-misc/curl )
collectd_plugins_ascent? ( net-misc/curl dev-libs/libxml2 )
collectd_plugins_bind? ( dev-libs/libxml2 )
diff --git a/app-admin/collectd/collectd-5.4.0.ebuild b/app-admin/collectd/collectd-5.4.0.ebuild
index d07db66b8858..2b13f20b22a7 100644
--- a/app-admin/collectd/collectd-5.4.0.ebuild
+++ b/app-admin/collectd/collectd-5.4.0.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/app-admin/collectd/collectd-5.4.0.ebuild,v 1.3 2014/03/01 22:08:15 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/collectd/collectd-5.4.0.ebuild,v 1.4 2014/06/30 19:17:49 swift Exp $
EAPI="5"
@@ -16,7 +16,7 @@ SRC_URI="${HOMEPAGE}/files/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE="contrib debug kernel_linux kernel_FreeBSD kernel_Darwin perl static-libs"
+IUSE="contrib debug kernel_linux kernel_FreeBSD kernel_Darwin perl selinux static-libs"
# The plugin lists have to follow here since they extend IUSE
@@ -56,6 +56,7 @@ COMMON_DEPEND="
dev-libs/libgcrypt:0
sys-devel/libtool
perl? ( dev-lang/perl[ithreads] ( || ( sys-devel/libperl[ithreads] >=sys-devel/libperl-5.10 ) ) )
+ selinux? ( sec-policy/selinux-collectd )
collectd_plugins_apache? ( net-misc/curl )
collectd_plugins_ascent? ( net-misc/curl dev-libs/libxml2 )
collectd_plugins_bind? ( dev-libs/libxml2 )
diff --git a/app-admin/collectd/collectd-5.4.1.ebuild b/app-admin/collectd/collectd-5.4.1.ebuild
index 4467bd17ab48..5b8e28446f16 100644
--- a/app-admin/collectd/collectd-5.4.1.ebuild
+++ b/app-admin/collectd/collectd-5.4.1.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/app-admin/collectd/collectd-5.4.1.ebuild,v 1.1 2014/05/26 01:22:40 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/collectd/collectd-5.4.1.ebuild,v 1.2 2014/06/30 19:17:49 swift Exp $
EAPI="5"
@@ -16,7 +16,7 @@ SRC_URI="${HOMEPAGE}/files/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE="contrib debug kernel_linux kernel_FreeBSD kernel_Darwin perl static-libs"
+IUSE="contrib debug kernel_linux kernel_FreeBSD kernel_Darwin perl selinux static-libs"
# The plugin lists have to follow here since they extend IUSE
@@ -56,6 +56,7 @@ COMMON_DEPEND="
dev-libs/libgcrypt:0
sys-devel/libtool
perl? ( dev-lang/perl[ithreads] ( || ( sys-devel/libperl[ithreads] >=sys-devel/libperl-5.10 ) ) )
+ selinux? ( sec-policy/selinux-collectd )
collectd_plugins_apache? ( net-misc/curl )
collectd_plugins_ascent? ( net-misc/curl dev-libs/libxml2 )
collectd_plugins_bind? ( dev-libs/libxml2 )