diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2014-11-16 22:51:07 +0000 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2014-11-16 22:51:07 +0000 |
commit | 0e44e53772765d2d4170d100ecbaed8b29269b52 (patch) | |
tree | 5d53e4a059d8840646dcc551f4313fe85d672745 /www-apache/libapreq2 | |
parent | Replace fixlocalpod with perl_delete_localpod (diff) | |
download | gentoo-2-0e44e53772765d2d4170d100ecbaed8b29269b52.tar.gz gentoo-2-0e44e53772765d2d4170d100ecbaed8b29269b52.tar.bz2 gentoo-2-0e44e53772765d2d4170d100ecbaed8b29269b52.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 'www-apache/libapreq2')
-rw-r--r-- | www-apache/libapreq2/ChangeLog | 6 | ||||
-rw-r--r-- | www-apache/libapreq2/libapreq2-2.13-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/www-apache/libapreq2/ChangeLog b/www-apache/libapreq2/ChangeLog index 94bd19322955..0b040c833b28 100644 --- a/www-apache/libapreq2/ChangeLog +++ b/www-apache/libapreq2/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for www-apache/libapreq2 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-apache/libapreq2/ChangeLog,v 1.50 2014/08/28 18:48:20 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apache/libapreq2/ChangeLog,v 1.51 2014/11/16 22:51:07 dilfridge Exp $ + + 16 Nov 2014; Andreas K. Huettel <dilfridge@gentoo.org> + libapreq2-2.13-r1.ebuild: + Replace fixlocalpod with perl_delete_localpod 28 Aug 2014; Mikle Kolyada <zlogene@gentoo.org> -libapreq2-2.13.ebuild, libapreq2-2.13-r1.ebuild: diff --git a/www-apache/libapreq2/libapreq2-2.13-r1.ebuild b/www-apache/libapreq2/libapreq2-2.13-r1.ebuild index 65962825c12f..beecbcf929e6 100644 --- a/www-apache/libapreq2/libapreq2-2.13-r1.ebuild +++ b/www-apache/libapreq2/libapreq2-2.13-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/www-apache/libapreq2/libapreq2-2.13-r1.ebuild,v 1.2 2014/08/28 18:48:20 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apache/libapreq2/libapreq2-2.13-r1.ebuild,v 1.3 2014/11/16 22:51:07 dilfridge Exp $ EAPI=5 @@ -54,7 +54,7 @@ src_install() { make DESTDIR="${D}" INSTALLDIRS=vendor install || die "make install failed" doman docs/man/man3/*.3 - fixlocalpod + perl_delete_localpod for i in $(find "${D}" -type f -not -name '*.so'); do if file ${i} | grep -i " text"; then |