[arch-commits] Commit in perl-term-read-password/repos/community-any (2 files)

Sergej Pupykin spupykin at nymeria.archlinux.org
Tue Jul 1 14:22:21 UTC 2014


    Date: Tuesday, July 1, 2014 @ 16:22:20
  Author: spupykin
Revision: 114295

archrelease: copy trunk to community-any

Added:
  perl-term-read-password/repos/community-any/PKGBUILD
    (from rev 114294, perl-term-read-password/trunk/PKGBUILD)
Deleted:
  perl-term-read-password/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2014-07-01 14:22:04 UTC (rev 114294)
+++ PKGBUILD	2014-07-01 14:22:20 UTC (rev 114295)
@@ -1,23 +0,0 @@
-# $Id: PKGBUILD 65932 2012-02-22 13:46:59Z spupykin $
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: Wael Nasreddine <gandalf at siemens-mobiles.org>
-
-pkgname=perl-term-read-password
-pkgver=0.11
-pkgrel=4
-pkgdesc="lets you ask the user for a password without echoing"
-arch=('any')
-license=('GPL' 'PerlArtistic')
-depends=('perl')
-url="http://search.cpan.org/dist/Term-ReadPassword"
-source=(http://cpan.org/modules/by-module/Term/Term-ReadPassword-$pkgver.tar.gz)
-md5sums=('e4e611f2a1efcf99c2b0c0488dd615e6')
-
-build() {
-  cd $srcdir/Term-ReadPassword-$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-term-read-password/repos/community-any/PKGBUILD (from rev 114294, perl-term-read-password/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2014-07-01 14:22:20 UTC (rev 114295)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Wael Nasreddine <gandalf at siemens-mobiles.org>
+
+pkgname=perl-term-read-password
+pkgver=0.11
+pkgrel=5
+pkgdesc="lets you ask the user for a password without echoing"
+arch=('any')
+license=('GPL' 'PerlArtistic')
+depends=('perl')
+url="http://search.cpan.org/dist/Term-ReadPassword"
+source=(http://cpan.org/modules/by-module/Term/Term-ReadPassword-$pkgver.tar.gz)
+md5sums=('e4e611f2a1efcf99c2b0c0488dd615e6')
+
+build() {
+  cd $srcdir/Term-ReadPassword-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd $srcdir/Term-ReadPassword-$pkgver
+  make install DESTDIR=$pkgdir
+  find $pkgdir -name '.packlist' -delete
+  find $pkgdir -name '*.pod' -delete
+}




More information about the arch-commits mailing list