[arch-commits] Commit in perl/trunk (PKGBUILD perl.install)
Florian Pritz
bluewind at nymeria.archlinux.org
Sun Jan 12 11:59:47 UTC 2014
Date: Sunday, January 12, 2014 @ 12:59:47
Author: bluewind
Revision: 203522
upgpkg: perl 5.18.2-2
remove unnecessary install file and coreutils/sh dep
Modified:
perl/trunk/PKGBUILD
Deleted:
perl/trunk/perl.install
--------------+
PKGBUILD | 5 ++---
perl.install | 10 ----------
2 files changed, 2 insertions(+), 13 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2014-01-12 11:33:06 UTC (rev 203521)
+++ PKGBUILD 2014-01-12 11:59:47 UTC (rev 203522)
@@ -7,18 +7,17 @@
pkgname=perl
pkgver=5.18.2
-pkgrel=1
+pkgrel=2
pkgdesc="A highly capable, feature-rich programming language"
arch=(i686 x86_64)
license=('GPL' 'PerlArtistic')
url="http://www.perl.org"
groups=('base')
-depends=('gdbm' 'db' 'coreutils' 'glibc' 'sh')
+depends=('gdbm' 'db' 'glibc')
source=(http://www.cpan.org/src/5.0/perl-${pkgver}.tar.bz2
perlbin.sh
perlbin.csh
provides.pl)
-install=perl.install
options=('makeflags' '!purge')
md5sums=('d549b16ee4e9210988da39193a9389c1'
'5ed2542fdb9a60682f215bd33701e61a'
Deleted: perl.install
===================================================================
--- perl.install 2014-01-12 11:33:06 UTC (rev 203521)
+++ perl.install 2014-01-12 11:59:47 UTC (rev 203522)
@@ -1,10 +0,0 @@
-# arg 1: the new package version
-post_install() {
- for ver in 5.8.{0,1,2,3,4,5,6,7,8}; do
- [ -h usr/lib/perl5/$ver ] && rm usr/lib/perl5/$ver
- [ -h usr/lib/perl5/site_perl/$ver ] && rm usr/lib/perl5/site_perl/$ver
- [ -h usr/bin/perl$ver ] && rm usr/bin/perl$ver
- done
- return 0
-}
-
More information about the arch-commits
mailing list