[arch-commits] Commit in perl-universal-isa/repos/community-any (PKGBUILD PKGBUILD)
Sergej Pupykin
spupykin at nymeria.archlinux.org
Tue Jul 1 14:34:12 UTC 2014
Date: Tuesday, July 1, 2014 @ 16:34:11
Author: spupykin
Revision: 114321
archrelease: copy trunk to community-any
Added:
perl-universal-isa/repos/community-any/PKGBUILD
(from rev 114320, perl-universal-isa/trunk/PKGBUILD)
Deleted:
perl-universal-isa/repos/community-any/PKGBUILD
----------+
PKGBUILD | 54 +++++++++++++++++++++++++++++-------------------------
1 file changed, 29 insertions(+), 25 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2014-07-01 14:34:02 UTC (rev 114320)
+++ PKGBUILD 2014-07-01 14:34:11 UTC (rev 114321)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# This PKGBUILD was generated by cpan4pacman via CPANPLUS::Dist::Pacman
-# Contributor: François Charette <firmicus ατ gmx δοτ net>
-
-pkgname=perl-universal-isa
-pkgver=1.20120726
-pkgrel=1
-pkgdesc="Attempt to recover from people calling UNIVERSAL::isa as a function "
-arch=('any')
-url="http://search.cpan.org/dist/UNIVERSAL-isa"
-license=('GPL' 'PerlArtistic')
-depends=('perl')
-options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/C/CH/CHROMATIC/UNIVERSAL-isa-$pkgver.tar.gz)
-md5sums=('d4a001886e24221d91de889209667d1c')
-
-build() {
- cd $srcdir/UNIVERSAL-isa-$pkgver
- PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
- make
- make install DESTDIR=$pkgdir
- find $pkgdir -name '.packlist' -delete
- find $pkgdir -name '*.pod' -delete
-}
Copied: perl-universal-isa/repos/community-any/PKGBUILD (from rev 114320, perl-universal-isa/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2014-07-01 14:34:11 UTC (rev 114321)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# This PKGBUILD was generated by cpan4pacman via CPANPLUS::Dist::Pacman
+# Contributor: François Charette <firmicus ατ gmx δοτ net>
+
+pkgname=perl-universal-isa
+pkgver=1.20120726
+pkgrel=2
+pkgdesc="Attempt to recover from people calling UNIVERSAL::isa as a function "
+arch=('any')
+url="http://search.cpan.org/dist/UNIVERSAL-isa"
+license=('GPL' 'PerlArtistic')
+depends=('perl')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/C/CH/CHROMATIC/UNIVERSAL-isa-$pkgver.tar.gz)
+md5sums=('d4a001886e24221d91de889209667d1c')
+
+build() {
+ cd $srcdir/UNIVERSAL-isa-$pkgver
+ PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+ make
+}
+
+package() {
+ cd $srcdir/UNIVERSAL-isa-$pkgver
+ make install DESTDIR=$pkgdir
+ find $pkgdir -name '.packlist' -delete
+ find $pkgdir -name '*.pod' -delete
+}
More information about the arch-commits
mailing list