summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2014-11-19 19:46:46 +0000
committerAndreas K. Hüttel <dilfridge@gentoo.org>2014-11-19 19:46:46 +0000
commit2cbed70e214b54cc09d7e933134fbda6b814d738 (patch)
treed9049b82951ade975808d3e2950efe2995581697 /app-pda
parentRemove perl-module_pkg_preinst (diff)
downloadgentoo-2-2cbed70e214b54cc09d7e933134fbda6b814d738.tar.gz
gentoo-2-2cbed70e214b54cc09d7e933134fbda6b814d738.tar.bz2
gentoo-2-2cbed70e214b54cc09d7e933134fbda6b814d738.zip
Replace perl-module_pkg_preinst with perl_set_version
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key EBE6A336BE19039C!)
Diffstat (limited to 'app-pda')
-rw-r--r--app-pda/pilot-link/ChangeLog6
-rw-r--r--app-pda/pilot-link/pilot-link-0.12.5-r1.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/app-pda/pilot-link/ChangeLog b/app-pda/pilot-link/ChangeLog
index a67389001961..e21cb55acaf6 100644
--- a/app-pda/pilot-link/ChangeLog
+++ b/app-pda/pilot-link/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-pda/pilot-link
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/pilot-link/ChangeLog,v 1.77 2014/07/15 09:07:45 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/pilot-link/ChangeLog,v 1.78 2014/11/19 19:46:46 dilfridge Exp $
+
+ 19 Nov 2014; Andreas K. Huettel <dilfridge@gentoo.org>
+ pilot-link-0.12.5-r1.ebuild:
+ Replace perl-module_pkg_preinst with perl_set_version
15 Jul 2014; Mikle Kolyada <zlogene@gentoo.org> -pilot-link-0.12.5.ebuild,
pilot-link-0.12.5-r1.ebuild:
diff --git a/app-pda/pilot-link/pilot-link-0.12.5-r1.ebuild b/app-pda/pilot-link/pilot-link-0.12.5-r1.ebuild
index 813024973939..5cac25ac0ce7 100644
--- a/app-pda/pilot-link/pilot-link-0.12.5-r1.ebuild
+++ b/app-pda/pilot-link/pilot-link-0.12.5-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/app-pda/pilot-link/pilot-link-0.12.5-r1.ebuild,v 1.3 2014/07/15 09:07:45 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/pilot-link/pilot-link-0.12.5-r1.ebuild,v 1.4 2014/11/19 19:46:46 dilfridge Exp $
EAPI=5
@@ -104,6 +104,6 @@ src_install() {
}
pkg_preinst() {
- perl-module_pkg_preinst
+ perl_set_version
java-pkg-opt-2_pkg_preinst
}