summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2014-11-16 20:25:35 +0000
committerAndreas K. Hüttel <dilfridge@gentoo.org>2014-11-16 20:25:35 +0000
commite702c6ffb97374b1134715504d5365e55afed2f2 (patch)
tree3874344bd02ed348f5a63ea5af438048ae8318b9 /app-misc/hivex
parentMake calling perlinfo trigger a real warning (diff)
downloadgentoo-2-e702c6ffb97374b1134715504d5365e55afed2f2.tar.gz
gentoo-2-e702c6ffb97374b1134715504d5365e55afed2f2.tar.bz2
gentoo-2-e702c6ffb97374b1134715504d5365e55afed2f2.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 'app-misc/hivex')
-rw-r--r--app-misc/hivex/ChangeLog8
-rw-r--r--app-misc/hivex/hivex-1.3.2-r2.ebuild6
-rw-r--r--app-misc/hivex/hivex-1.3.7-r1.ebuild6
3 files changed, 12 insertions, 8 deletions
diff --git a/app-misc/hivex/ChangeLog b/app-misc/hivex/ChangeLog
index 7d7f62ee81b1..e745df26852d 100644
--- a/app-misc/hivex/ChangeLog
+++ b/app-misc/hivex/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-misc/hivex
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/hivex/ChangeLog,v 1.23 2013/07/14 07:34:54 qnikst Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-misc/hivex/ChangeLog,v 1.24 2014/11/16 20:25:35 dilfridge Exp $
+
+ 16 Nov 2014; Andreas K. Huettel <dilfridge@gentoo.org> hivex-1.3.2-r2.ebuild,
+ hivex-1.3.7-r1.ebuild:
+ Replace fixlocalpod with perl_delete_localpod
14 Jul 2013; Alexander Vershilov <qnikst@gentoo.org> -hivex-1.3.5-r1.ebuild,
-hivex-1.3.6-r1.ebuild, -hivex-1.3.6-r2.ebuild, -hivex-1.3.6.ebuild,
diff --git a/app-misc/hivex/hivex-1.3.2-r2.ebuild b/app-misc/hivex/hivex-1.3.2-r2.ebuild
index fbc702916f0e..2b3dcd8ad42e 100644
--- a/app-misc/hivex/hivex-1.3.2-r2.ebuild
+++ b/app-misc/hivex/hivex-1.3.2-r2.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/app-misc/hivex/hivex-1.3.2-r2.ebuild,v 1.3 2013/03/31 09:03:29 maksbotan Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/hivex/hivex-1.3.2-r2.ebuild,v 1.4 2014/11/16 20:25:35 dilfridge Exp $
EAPI=5
@@ -78,6 +78,6 @@ src_install() {
autotools-utils_src_install "LINGUAS=""${LINGUAS}"""
if use perl; then
- fixlocalpod
+ perl_delete_localpod
fi
}
diff --git a/app-misc/hivex/hivex-1.3.7-r1.ebuild b/app-misc/hivex/hivex-1.3.7-r1.ebuild
index e566fa83280b..2402d0e41977 100644
--- a/app-misc/hivex/hivex-1.3.7-r1.ebuild
+++ b/app-misc/hivex/hivex-1.3.7-r1.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/app-misc/hivex/hivex-1.3.7-r1.ebuild,v 1.1 2013/03/31 09:03:29 maksbotan Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/hivex/hivex-1.3.7-r1.ebuild,v 1.2 2014/11/16 20:25:35 dilfridge Exp $
EAPI=5
@@ -109,7 +109,7 @@ src_install() {
autotools-utils_src_install "LINGUAS=""${LINGUAS}"""
if use perl; then
- fixlocalpod
+ perl_delete_localpod
fi
if use python; then
compile_and_install() {