[arch-commits] Commit in perl-user-identity/repos/community-any (PKGBUILD PKGBUILD)

Sergej Pupykin spupykin at archlinux.org
Mon Nov 28 10:53:27 UTC 2016


    Date: Monday, November 28, 2016 @ 10:53:26
  Author: spupykin
Revision: 197115

archrelease: copy trunk to community-any

Added:
  perl-user-identity/repos/community-any/PKGBUILD
    (from rev 197114, perl-user-identity/trunk/PKGBUILD)
Deleted:
  perl-user-identity/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   54 +++++++++++++++++++++++++++---------------------------
 1 file changed, 27 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2016-11-28 10:53:16 UTC (rev 197114)
+++ PKGBUILD	2016-11-28 10:53:26 UTC (rev 197115)
@@ -1,27 +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.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
-}

Copied: perl-user-identity/repos/community-any/PKGBUILD (from rev 197114, perl-user-identity/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2016-11-28 10:53:26 UTC (rev 197115)
@@ -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.96
+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")
+sha256sums=('d67345753d36645d2b12914dead95fda0e71d2eecc69f41ea67fed6d032887ea')
+
+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