diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2014-11-16 20:48:53 +0000 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2014-11-16 20:48:53 +0000 |
commit | bc3443d79984192f0c39714619b793630a14fbb6 (patch) | |
tree | 7d766ecd4ae457324336b42018f23d2fbba38bb5 /media-libs | |
parent | Replace fixlocalpod with perl_delete_localpod (diff) | |
download | gentoo-2-bc3443d79984192f0c39714619b793630a14fbb6.tar.gz gentoo-2-bc3443d79984192f0c39714619b793630a14fbb6.tar.bz2 gentoo-2-bc3443d79984192f0c39714619b793630a14fbb6.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 'media-libs')
-rw-r--r-- | media-libs/ming/ChangeLog | 6 | ||||
-rw-r--r-- | media-libs/ming/ming-0.4.4-r1.ebuild | 4 | ||||
-rw-r--r-- | media-libs/ming/ming-0.4.5.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/media-libs/ming/ChangeLog b/media-libs/ming/ChangeLog index 09a35992e16c..ed3ad2df6f18 100644 --- a/media-libs/ming/ChangeLog +++ b/media-libs/ming/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-libs/ming # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/ming/ChangeLog,v 1.108 2014/11/09 17:58:40 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/ming/ChangeLog,v 1.109 2014/11/16 20:48:53 dilfridge Exp $ + + 16 Nov 2014; Andreas K. Huettel <dilfridge@gentoo.org> ming-0.4.4-r1.ebuild, + ming-0.4.5.ebuild: + Replace fixlocalpod with perl_delete_localpod *ming-0.4.4-r1 (09 Nov 2014) diff --git a/media-libs/ming/ming-0.4.4-r1.ebuild b/media-libs/ming/ming-0.4.4-r1.ebuild index 15eac619f535..6714d5dd1506 100644 --- a/media-libs/ming/ming-0.4.4-r1.ebuild +++ b/media-libs/ming/ming-0.4.4-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/media-libs/ming/ming-0.4.4-r1.ebuild,v 1.1 2014/11/09 17:58:40 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/ming/ming-0.4.4-r1.ebuild,v 1.2 2014/11/16 20:48:53 dilfridge Exp $ EAPI=5 @@ -93,7 +93,7 @@ src_compile() { src_install() { autotools-utils_src_install INSTALLDIRS="vendor" - fixlocalpod + perl_delete_localpod use python && python_clean_installation_image diff --git a/media-libs/ming/ming-0.4.5.ebuild b/media-libs/ming/ming-0.4.5.ebuild index 5ab3eddc2a5a..21369d1b514d 100644 --- a/media-libs/ming/ming-0.4.5.ebuild +++ b/media-libs/ming/ming-0.4.5.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/media-libs/ming/ming-0.4.5.ebuild,v 1.2 2014/08/29 20:31:03 axs Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/ming/ming-0.4.5.ebuild,v 1.3 2014/11/16 20:48:53 dilfridge Exp $ EAPI=5 @@ -99,7 +99,7 @@ src_install() { autotools-utils_src_install INSTALLDIRS="vendor" - fixlocalpod + perl_delete_localpod if use php; then cd "${S}"/php_ext |