[arch-commits] Commit in perl-file-pushd/repos/community-any (PKGBUILD PKGBUILD)

Sergej Pupykin spupykin at nymeria.archlinux.org
Thu May 15 14:15:38 UTC 2014


    Date: Thursday, May 15, 2014 @ 16:15:38
  Author: spupykin
Revision: 111191

archrelease: copy trunk to community-any

Added:
  perl-file-pushd/repos/community-any/PKGBUILD
    (from rev 111190, perl-file-pushd/trunk/PKGBUILD)
Deleted:
  perl-file-pushd/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   62 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 31 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2014-05-15 14:15:30 UTC (rev 111190)
+++ PKGBUILD	2014-05-15 14:15:38 UTC (rev 111191)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer:
-
-pkgname=perl-file-pushd
-pkgver=1.005
-pkgrel=1
-pkgdesc="Change directory temporarily for a limited scope"
-arch=('any')
-url="https://metacpan.org/release/File-pushd"
-license=('Apache')
-depends=('perl')
-makedepends=('perl-extutils-makemaker')
-options=('!emptydirs')
-source=("http://search.cpan.org/CPAN/authors/id/D/DA/DAGOLDEN/File-pushd-${pkgver}.tar.gz")
-md5sums=('2333b47261d38e7dbf7bf0b6d09f1cd6')
-
-build() {
-  cd File-pushd-${pkgver}
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd File-pushd-${pkgver}
-  make test
-}
-
-package() {
-  cd File-pushd-${pkgver}
-  make DESTDIR="$pkgdir" install
-}

Copied: perl-file-pushd/repos/community-any/PKGBUILD (from rev 111190, perl-file-pushd/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2014-05-15 14:15:38 UTC (rev 111191)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer:
+
+pkgname=perl-file-pushd
+pkgver=1.006
+pkgrel=1
+pkgdesc="Change directory temporarily for a limited scope"
+arch=('any')
+url="https://metacpan.org/release/File-pushd"
+license=('Apache')
+depends=('perl')
+makedepends=('perl-extutils-makemaker')
+options=('!emptydirs')
+source=("http://search.cpan.org/CPAN/authors/id/D/DA/DAGOLDEN/File-pushd-${pkgver}.tar.gz")
+md5sums=('11271246807662e9b3615ad7c0cab99b')
+
+build() {
+  cd File-pushd-${pkgver}
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd File-pushd-${pkgver}
+  make test
+}
+
+package() {
+  cd File-pushd-${pkgver}
+  make DESTDIR="$pkgdir" install
+}




More information about the arch-commits mailing list