diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2014-11-17 23:26:00 +0000 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2014-11-17 23:26:00 +0000 |
commit | b59f473887cbfc84f4fc3e8d4165a916b190f40c (patch) | |
tree | 4efb9c5a3fdec39ef7d4bca76d89dd0ad71c9e2e /dev-libs/libsolv | |
parent | Replace fixlocalpod with perl_delete_localpod (diff) | |
download | gentoo-2-b59f473887cbfc84f4fc3e8d4165a916b190f40c.tar.gz gentoo-2-b59f473887cbfc84f4fc3e8d4165a916b190f40c.tar.bz2 gentoo-2-b59f473887cbfc84f4fc3e8d4165a916b190f40c.zip |
Replace fixlocalpod with perl_delete_localpod
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key EBE6A336BE19039C!)
Diffstat (limited to 'dev-libs/libsolv')
-rw-r--r-- | dev-libs/libsolv/ChangeLog | 6 | ||||
-rw-r--r-- | dev-libs/libsolv/libsolv-0.3.0.ebuild | 6 | ||||
-rw-r--r-- | dev-libs/libsolv/libsolv-0.6.6.ebuild | 4 |
3 files changed, 10 insertions, 6 deletions
diff --git a/dev-libs/libsolv/ChangeLog b/dev-libs/libsolv/ChangeLog index e3e855a892d6..6760b060d6c7 100644 --- a/dev-libs/libsolv/ChangeLog +++ b/dev-libs/libsolv/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-libs/libsolv # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libsolv/ChangeLog,v 1.5 2014/10/09 07:04:11 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libsolv/ChangeLog,v 1.6 2014/11/17 23:26:00 dilfridge Exp $ + + 17 Nov 2014; Andreas K. Huettel <dilfridge@gentoo.org> libsolv-0.3.0.ebuild, + libsolv-0.6.6.ebuild: + Replace fixlocalpod with perl_delete_localpod *libsolv-0.6.6 (09 Oct 2014) diff --git a/dev-libs/libsolv/libsolv-0.3.0.ebuild b/dev-libs/libsolv/libsolv-0.3.0.ebuild index 4d4b9c5be506..8e676f1594b7 100644 --- a/dev-libs/libsolv/libsolv-0.3.0.ebuild +++ b/dev-libs/libsolv/libsolv-0.3.0.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/dev-libs/libsolv/libsolv-0.3.0.ebuild,v 1.4 2013/07/24 20:15:37 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libsolv/libsolv-0.3.0.ebuild,v 1.5 2014/11/17 23:26:00 dilfridge Exp $ EAPI=5 @@ -88,5 +88,5 @@ src_configure() { src_install() { cmake-utils_src_install - use perl && fixlocalpod + use perl && perl_delete_localpod } diff --git a/dev-libs/libsolv/libsolv-0.6.6.ebuild b/dev-libs/libsolv/libsolv-0.6.6.ebuild index 24ece959f466..e64d8d56e813 100644 --- a/dev-libs/libsolv/libsolv-0.6.6.ebuild +++ b/dev-libs/libsolv/libsolv-0.6.6.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/dev-libs/libsolv/libsolv-0.6.6.ebuild,v 1.1 2014/10/09 07:04:11 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libsolv/libsolv-0.6.6.ebuild,v 1.2 2014/11/17 23:26:00 dilfridge Exp $ EAPI=5 @@ -88,5 +88,5 @@ src_configure() { src_install() { cmake-utils_src_install - use perl && fixlocalpod + use perl && perl_delete_localpod } |