[arch-commits] Commit in perl-passwd-md5/repos/extra-any (4 files)

Pierre Schmitz pierre at archlinux.org
Sat Feb 25 13:19:55 UTC 2012


    Date: Saturday, February 25, 2012 @ 08:19:54
  Author: pierre
Revision: 151302

archrelease: copy trunk to extra-any

Added:
  perl-passwd-md5/repos/extra-any/PKGBUILD
    (from rev 151301, perl-passwd-md5/trunk/PKGBUILD)
  perl-passwd-md5/repos/extra-any/license.txt
    (from rev 151301, perl-passwd-md5/trunk/license.txt)
Deleted:
  perl-passwd-md5/repos/extra-any/PKGBUILD
  perl-passwd-md5/repos/extra-any/license.txt

-------------+
 PKGBUILD    |   70 ++++++++++++++++++++++++++++++----------------------------
 license.txt |   12 ++++-----
 2 files changed, 43 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2012-02-25 13:19:38 UTC (rev 151301)
+++ PKGBUILD	2012-02-25 13:19:54 UTC (rev 151302)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: kevin <kevin at wmpub.ca>
-# Contributor: Wael Nasreddine <gandalf at siemens-mobiles.org>
-
-pkgname=perl-passwd-md5
-_realname=Crypt-PasswdMD5
-pkgver=1.3
-pkgrel=4
-pkgdesc="Provides a crypt()-compatible interface to new MD5-based crypt()"
-arch=(any)
-license=('GPL' 'PerlArtistic')
-url="http://search.cpan.org/dist/${_realname}/"
-depends=('perl>=5.10.0')
-options=(!emptydirs)
-source=(http://search.cpan.org/CPAN/authors/id/L/LU/LUISMUNOZ/${_realname}-$pkgver.tar.gz)
-md5sums=('368205b1be8c0d4f807afe25d6fbd1ad')
-
-build() {
-  cd $srcdir/${_realname}-$pkgver
-  # install module in vendor directories.
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-  make test
-}
-
-package() {
-  cd $srcdir/${_realname}-$pkgver
-  make install DESTDIR=${pkgdir}
-
-  # remove perllocal.pod and .packlist
-  find ${pkgdir} -name perllocal.pod -delete
-  find ${pkgdir} -name .packlist -delete
-}

Copied: perl-passwd-md5/repos/extra-any/PKGBUILD (from rev 151301, perl-passwd-md5/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2012-02-25 13:19:54 UTC (rev 151302)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: kevin <kevin at wmpub.ca>
+# Contributor: Wael Nasreddine <gandalf at siemens-mobiles.org>
+
+pkgname=perl-passwd-md5
+_realname=Crypt-PasswdMD5
+pkgver=1.3
+pkgrel=5
+pkgdesc="Provides a crypt()-compatible interface to new MD5-based crypt()"
+arch=(any)
+license=('GPL' 'PerlArtistic')
+url="http://search.cpan.org/dist/${_realname}/"
+depends=('perl')
+options=('!emptydirs')
+source=("http://search.cpan.org/CPAN/authors/id/L/LU/LUISMUNOZ/${_realname}-$pkgver.tar.gz")
+md5sums=('368205b1be8c0d4f807afe25d6fbd1ad')
+
+build() {
+  cd $srcdir/${_realname}-$pkgver
+  # install module in vendor directories.
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd $srcdir/${_realname}-$pkgver
+  make test
+}
+
+package() {
+  cd $srcdir/${_realname}-$pkgver
+  make install DESTDIR=${pkgdir}
+
+  # remove perllocal.pod and .packlist
+  find ${pkgdir} -name perllocal.pod -delete
+  find ${pkgdir} -name .packlist -delete
+}

Deleted: license.txt
===================================================================
--- license.txt	2012-02-25 13:19:38 UTC (rev 151301)
+++ license.txt	2012-02-25 13:19:54 UTC (rev 151302)
@@ -1,6 +0,0 @@
-"THE BEER-WARE LICENSE" (Revision 42):
-<phk at login.dknet.dk>  wrote this  file.  As  long as  you  retain this
-notice you can  do whatever you want with this stuff.  If we meet some
-day, and you  think this stuff is worth  it, you can buy me  a beer in
-return.  Poul-Henning Kamp
-

Copied: perl-passwd-md5/repos/extra-any/license.txt (from rev 151301, perl-passwd-md5/trunk/license.txt)
===================================================================
--- license.txt	                        (rev 0)
+++ license.txt	2012-02-25 13:19:54 UTC (rev 151302)
@@ -0,0 +1,6 @@
+"THE BEER-WARE LICENSE" (Revision 42):
+<phk at login.dknet.dk>  wrote this  file.  As  long as  you  retain this
+notice you can  do whatever you want with this stuff.  If we meet some
+day, and you  think this stuff is worth  it, you can buy me  a beer in
+return.  Poul-Henning Kamp
+




More information about the arch-commits mailing list