summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2014-10-09 19:44:34 +0000
committerAndreas K. Hüttel <dilfridge@gentoo.org>2014-10-09 19:44:34 +0000
commit5a8e4c699c50ad0ade03f734d104cbcaf1209530 (patch)
tree84bbc77e81c1a08e0fac6138e9ab452fd17028e0 /app-admin
parentRemove short <longdescription>. (diff)
downloadgentoo-2-5a8e4c699c50ad0ade03f734d104cbcaf1209530.tar.gz
gentoo-2-5a8e4c699c50ad0ade03f734d104cbcaf1209530.tar.bz2
gentoo-2-5a8e4c699c50ad0ade03f734d104cbcaf1209530.zip
The libperl ebuild is only a dummy and will be removed; libperl is provided by dev-lang/perl.
(Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with key EBE6A336BE19039C!)
Diffstat (limited to 'app-admin')
-rw-r--r--app-admin/collectd/ChangeLog7
-rw-r--r--app-admin/collectd/collectd-5.2.2.ebuild6
-rw-r--r--app-admin/collectd/collectd-5.3.0.ebuild6
-rw-r--r--app-admin/collectd/collectd-5.4.0.ebuild6
-rw-r--r--app-admin/collectd/collectd-5.4.1.ebuild6
5 files changed, 18 insertions, 13 deletions
diff --git a/app-admin/collectd/ChangeLog b/app-admin/collectd/ChangeLog
index e11fa3c60070..07cc08675b2b 100644
--- a/app-admin/collectd/ChangeLog
+++ b/app-admin/collectd/ChangeLog
@@ -1,6 +1,11 @@
# 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.61 2014/07/14 12:03:33 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/collectd/ChangeLog,v 1.62 2014/10/09 19:44:34 dilfridge Exp $
+
+ 09 Oct 2014; Andreas K. Huettel <dilfridge@gentoo.org> collectd-5.2.2.ebuild,
+ collectd-5.3.0.ebuild, collectd-5.4.0.ebuild, collectd-5.4.1.ebuild:
+ The libperl ebuild is only a dummy and will be removed; libperl is provided
+ by dev-lang/perl.
14 Jul 2014; Jeroen Roovers <jer@gentoo.org> metadata.xml:
Whitespace.
diff --git a/app-admin/collectd/collectd-5.2.2.ebuild b/app-admin/collectd/collectd-5.2.2.ebuild
index c6eb781686e7..755703b2df78 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.4 2014/06/30 19:17:49 swift Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/collectd/collectd-5.2.2.ebuild,v 1.5 2014/10/09 19:44:34 dilfridge Exp $
EAPI="4"
@@ -55,7 +55,7 @@ unset plugin
COMMON_DEPEND="
dev-libs/libgcrypt:0
sys-devel/libtool
- perl? ( dev-lang/perl[ithreads] ( || ( sys-devel/libperl[ithreads] >=sys-devel/libperl-5.10 ) ) )
+ perl? ( dev-lang/perl[ithreads] )
selinux? ( sec-policy/selinux-collectd )
collectd_plugins_apache? ( net-misc/curl )
collectd_plugins_ascent? ( net-misc/curl dev-libs/libxml2 )
@@ -79,7 +79,7 @@ COMMON_DEPEND="
collectd_plugins_nut? ( sys-power/nut )
collectd_plugins_onewire? ( sys-fs/owfs )
collectd_plugins_oracle? ( >=dev-db/oracle-instantclient-basic-11.2.0.1.0 )
- collectd_plugins_perl? ( dev-lang/perl[ithreads] ( || ( sys-devel/libperl[ithreads] >=sys-devel/libperl-5.10 ) ) )
+ collectd_plugins_perl? ( dev-lang/perl[ithreads] )
collectd_plugins_ping? ( net-libs/liboping )
collectd_plugins_postgresql? ( >=dev-db/postgresql-base-8.2 )
collectd_plugins_python? ( =dev-lang/python-2* )
diff --git a/app-admin/collectd/collectd-5.3.0.ebuild b/app-admin/collectd/collectd-5.3.0.ebuild
index 2ef2c4f96bc0..1af20aa253d7 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.4 2014/06/30 19:17:49 swift Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/collectd/collectd-5.3.0.ebuild,v 1.5 2014/10/09 19:44:34 dilfridge Exp $
EAPI="4"
@@ -55,7 +55,7 @@ unset plugin
COMMON_DEPEND="
dev-libs/libgcrypt:0
sys-devel/libtool
- perl? ( dev-lang/perl[ithreads] ( || ( sys-devel/libperl[ithreads] >=sys-devel/libperl-5.10 ) ) )
+ perl? ( dev-lang/perl[ithreads] )
selinux? ( sec-policy/selinux-collectd )
collectd_plugins_apache? ( net-misc/curl )
collectd_plugins_ascent? ( net-misc/curl dev-libs/libxml2 )
@@ -79,7 +79,7 @@ COMMON_DEPEND="
collectd_plugins_nut? ( sys-power/nut )
collectd_plugins_onewire? ( sys-fs/owfs )
collectd_plugins_oracle? ( >=dev-db/oracle-instantclient-basic-11.2.0.1.0 )
- collectd_plugins_perl? ( dev-lang/perl[ithreads] ( || ( sys-devel/libperl[ithreads] >=sys-devel/libperl-5.10 ) ) )
+ collectd_plugins_perl? ( dev-lang/perl[ithreads] )
collectd_plugins_ping? ( net-libs/liboping )
collectd_plugins_postgresql? ( >=dev-db/postgresql-base-8.2 )
collectd_plugins_python? ( =dev-lang/python-2* )
diff --git a/app-admin/collectd/collectd-5.4.0.ebuild b/app-admin/collectd/collectd-5.4.0.ebuild
index 2b13f20b22a7..5d3c5119528b 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.4 2014/06/30 19:17:49 swift Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/collectd/collectd-5.4.0.ebuild,v 1.5 2014/10/09 19:44:34 dilfridge Exp $
EAPI="5"
@@ -55,7 +55,7 @@ unset plugin
COMMON_DEPEND="
dev-libs/libgcrypt:0
sys-devel/libtool
- perl? ( dev-lang/perl[ithreads] ( || ( sys-devel/libperl[ithreads] >=sys-devel/libperl-5.10 ) ) )
+ perl? ( dev-lang/perl:=[ithreads] )
selinux? ( sec-policy/selinux-collectd )
collectd_plugins_apache? ( net-misc/curl )
collectd_plugins_ascent? ( net-misc/curl dev-libs/libxml2 )
@@ -80,7 +80,7 @@ COMMON_DEPEND="
collectd_plugins_nut? ( sys-power/nut )
collectd_plugins_onewire? ( sys-fs/owfs )
collectd_plugins_oracle? ( dev-db/oracle-instantclient-basic )
- collectd_plugins_perl? ( dev-lang/perl[ithreads] ( || ( sys-devel/libperl[ithreads] >=sys-devel/libperl-5.10 ) ) )
+ collectd_plugins_perl? ( dev-lang/perl:=[ithreads] )
collectd_plugins_ping? ( net-libs/liboping )
collectd_plugins_postgresql? ( dev-db/postgresql-base )
collectd_plugins_python? ( =dev-lang/python-2* )
diff --git a/app-admin/collectd/collectd-5.4.1.ebuild b/app-admin/collectd/collectd-5.4.1.ebuild
index 5b8e28446f16..03a8af9bedf5 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.2 2014/06/30 19:17:49 swift Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/collectd/collectd-5.4.1.ebuild,v 1.3 2014/10/09 19:44:34 dilfridge Exp $
EAPI="5"
@@ -55,7 +55,7 @@ unset plugin
COMMON_DEPEND="
dev-libs/libgcrypt:0
sys-devel/libtool
- perl? ( dev-lang/perl[ithreads] ( || ( sys-devel/libperl[ithreads] >=sys-devel/libperl-5.10 ) ) )
+ perl? ( dev-lang/perl:=[ithreads] )
selinux? ( sec-policy/selinux-collectd )
collectd_plugins_apache? ( net-misc/curl )
collectd_plugins_ascent? ( net-misc/curl dev-libs/libxml2 )
@@ -80,7 +80,7 @@ COMMON_DEPEND="
collectd_plugins_nut? ( sys-power/nut )
collectd_plugins_onewire? ( sys-fs/owfs )
collectd_plugins_oracle? ( dev-db/oracle-instantclient-basic )
- collectd_plugins_perl? ( dev-lang/perl[ithreads] ( || ( sys-devel/libperl[ithreads] >=sys-devel/libperl-5.10 ) ) )
+ collectd_plugins_perl? ( dev-lang/perl:=[ithreads] )
collectd_plugins_ping? ( net-libs/liboping )
collectd_plugins_postgresql? ( dev-db/postgresql-base )
collectd_plugins_python? ( =dev-lang/python-2* )