[arch-commits] Commit in perl-user-identity/repos/community-any (PKGBUILD PKGBUILD)
Sergej Pupykin
spupykin at nymeria.archlinux.org
Fri Feb 14 09:19:19 UTC 2014
Date: Friday, February 14, 2014 @ 10:19:19
Author: spupykin
Revision: 105706
archrelease: copy trunk to community-any
Added:
perl-user-identity/repos/community-any/PKGBUILD
(from rev 105705, perl-user-identity/trunk/PKGBUILD)
Deleted:
perl-user-identity/repos/community-any/PKGBUILD
----------+
PKGBUILD | 50 +++++++++++++++++++++++++++-----------------------
1 file changed, 27 insertions(+), 23 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2014-02-14 09:19:10 UTC (rev 105705)
+++ PKGBUILD 2014-02-14 09:19:19 UTC (rev 105706)
@@ -1,23 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# This PKGBUILD was autocreated. See http://xtermin.us/archperl/ for details
-# Maintainer: Charles Mauch <cmauch at gmail.com>
-
-pkgname=perl-user-identity
-pkgver=0.93
-pkgrel=2
-pkgdesc="Perl/CPAN Module User::Identity : Define a person"
-arch=("any")
-url="http://search.cpan.org/~markov/User-Identity/"
-license=("GPL" "PerlArtistic")
-source=("http://www.cpan.org/authors/id/M/MA/MARKOV/User-Identity-$pkgver.tar.gz")
-md5sums=('c6efb646ea66ef7c479b0eed2a24480d')
-
-build() {
- cd $srcdir/User-Identity-$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-user-identity/repos/community-any/PKGBUILD (from rev 105705, perl-user-identity/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2014-02-14 09:19:19 UTC (rev 105706)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# This PKGBUILD was autocreated. See http://xtermin.us/archperl/ for details
+# Maintainer: Charles Mauch <cmauch at gmail.com>
+
+pkgname=perl-user-identity
+pkgver=0.94
+pkgrel=1
+pkgdesc="Perl/CPAN Module User::Identity : Define a person"
+arch=("any")
+url="http://search.cpan.org/~markov/User-Identity/"
+license=("GPL" "PerlArtistic")
+source=("http://www.cpan.org/authors/id/M/MA/MARKOV/User-Identity-$pkgver.tar.gz")
+md5sums=('01a6c673d2f066937a8d364ecfff90a0')
+
+build() {
+ cd $srcdir/User-Identity-$pkgver
+ PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+ make
+}
+
+package() {
+ cd $srcdir/User-Identity-$pkgver
+ make install DESTDIR=$pkgdir
+ find $pkgdir -name '.packlist' -delete
+ find $pkgdir -name '*.pod' -delete
+}
More information about the arch-commits
mailing list