summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2014-11-27 23:48:22 +0000
committerAndreas K. Hüttel <dilfridge@gentoo.org>2014-11-27 23:48:22 +0000
commit19e16c10f434fd6c4f7741170ad7664b57fb81a4 (patch)
tree4e14c33250a766b14fc1ff4b3141a8769c2d5cdb /dev-vcs
parentRemove call to perl-module_pkg_postinst, does not do anything outside perl-core (diff)
downloadgentoo-2-19e16c10f434fd6c4f7741170ad7664b57fb81a4.tar.gz
gentoo-2-19e16c10f434fd6c4f7741170ad7664b57fb81a4.tar.bz2
gentoo-2-19e16c10f434fd6c4f7741170ad7664b57fb81a4.zip
Remove call to perl-module_pkg_postinst, does not do anything outside perl-core
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key EBE6A336BE19039C!)
Diffstat (limited to 'dev-vcs')
-rw-r--r--dev-vcs/subversion/ChangeLog8
-rw-r--r--dev-vcs/subversion/subversion-1.7.18.ebuild4
-rw-r--r--dev-vcs/subversion/subversion-1.8.10-r1.ebuild4
-rw-r--r--dev-vcs/subversion/subversion-1.8.10.ebuild4
-rw-r--r--dev-vcs/subversion/subversion-1.8.9.ebuild4
5 files changed, 11 insertions, 13 deletions
diff --git a/dev-vcs/subversion/ChangeLog b/dev-vcs/subversion/ChangeLog
index a31ad5dab9a2..768bc9baff1d 100644
--- a/dev-vcs/subversion/ChangeLog
+++ b/dev-vcs/subversion/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-vcs/subversion
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/subversion/ChangeLog,v 1.202 2014/11/22 18:39:26 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/subversion/ChangeLog,v 1.203 2014/11/27 23:48:22 dilfridge Exp $
+
+ 27 Nov 2014; Andreas K. Huettel <dilfridge@gentoo.org>
+ subversion-1.7.18.ebuild, subversion-1.8.9.ebuild, subversion-1.8.10.ebuild,
+ subversion-1.8.10-r1.ebuild:
+ Remove call to perl-module_pkg_postinst, does not do anything outside
+ perl-core
22 Nov 2014; Andreas K. Huettel <dilfridge@gentoo.org>
subversion-1.7.18.ebuild, subversion-1.8.9.ebuild, subversion-1.8.10.ebuild,
diff --git a/dev-vcs/subversion/subversion-1.7.18.ebuild b/dev-vcs/subversion/subversion-1.7.18.ebuild
index c68f6ba6415a..1f271bb43fa9 100644
--- a/dev-vcs/subversion/subversion-1.7.18.ebuild
+++ b/dev-vcs/subversion/subversion-1.7.18.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-vcs/subversion/subversion-1.7.18.ebuild,v 1.9 2014/11/22 18:39:26 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/subversion/subversion-1.7.18.ebuild,v 1.10 2014/11/27 23:48:22 dilfridge Exp $
EAPI=5
PYTHON_COMPAT=( python{2_6,2_7} )
@@ -424,8 +424,6 @@ pkg_preinst() {
}
pkg_postinst() {
- use perl && perl-module_pkg_postinst
-
if [[ -n "${CHANGED_BDB_VERSION}" ]]; then
ewarn "You upgraded from an older version of Berkeley DB and may experience"
ewarn "problems with your repository. Run the following commands as root to fix it:"
diff --git a/dev-vcs/subversion/subversion-1.8.10-r1.ebuild b/dev-vcs/subversion/subversion-1.8.10-r1.ebuild
index b626c527e47a..0bee67632086 100644
--- a/dev-vcs/subversion/subversion-1.8.10-r1.ebuild
+++ b/dev-vcs/subversion/subversion-1.8.10-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/dev-vcs/subversion/subversion-1.8.10-r1.ebuild,v 1.3 2014/11/22 18:39:26 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/subversion/subversion-1.8.10-r1.ebuild,v 1.4 2014/11/27 23:48:22 dilfridge Exp $
EAPI=5
PYTHON_COMPAT=( python{2_6,2_7} )
@@ -443,8 +443,6 @@ pkg_preinst() {
}
pkg_postinst() {
- use perl && perl-module_pkg_postinst
-
if [[ -n "${CHANGED_BDB_VERSION}" ]] ; then
ewarn "You upgraded from an older version of Berkeley DB and may experience"
ewarn "problems with your repository. Run the following commands as root to fix it:"
diff --git a/dev-vcs/subversion/subversion-1.8.10.ebuild b/dev-vcs/subversion/subversion-1.8.10.ebuild
index f744ff244a7f..7abf0e9b943f 100644
--- a/dev-vcs/subversion/subversion-1.8.10.ebuild
+++ b/dev-vcs/subversion/subversion-1.8.10.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-vcs/subversion/subversion-1.8.10.ebuild,v 1.10 2014/11/22 18:39:26 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/subversion/subversion-1.8.10.ebuild,v 1.11 2014/11/27 23:48:22 dilfridge Exp $
EAPI=5
PYTHON_COMPAT=( python{2_6,2_7} )
@@ -442,8 +442,6 @@ pkg_preinst() {
}
pkg_postinst() {
- use perl && perl-module_pkg_postinst
-
if [[ -n "${CHANGED_BDB_VERSION}" ]] ; then
ewarn "You upgraded from an older version of Berkeley DB and may experience"
ewarn "problems with your repository. Run the following commands as root to fix it:"
diff --git a/dev-vcs/subversion/subversion-1.8.9.ebuild b/dev-vcs/subversion/subversion-1.8.9.ebuild
index d2d8a04aa473..6f269d81e160 100644
--- a/dev-vcs/subversion/subversion-1.8.9.ebuild
+++ b/dev-vcs/subversion/subversion-1.8.9.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-vcs/subversion/subversion-1.8.9.ebuild,v 1.13 2014/11/22 18:39:26 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/subversion/subversion-1.8.9.ebuild,v 1.14 2014/11/27 23:48:22 dilfridge Exp $
EAPI=5
PYTHON_COMPAT=( python{2_6,2_7} )
@@ -437,8 +437,6 @@ pkg_preinst() {
}
pkg_postinst() {
- use perl && perl-module_pkg_postinst
-
if [[ -n "${CHANGED_BDB_VERSION}" ]] ; then
ewarn "You upgraded from an older version of Berkeley DB and may experience"
ewarn "problems with your repository. Run the following commands as root to fix it:"