[arch-commits] Commit in perl-appconfig/repos/extra-any (PKGBUILD PKGBUILD)

Felix Yan fyan at archlinux.org
Mon Mar 2 06:03:31 UTC 2015


    Date: Monday, March 2, 2015 @ 07:03:30
  Author: fyan
Revision: 232407

archrelease: copy trunk to extra-any

Added:
  perl-appconfig/repos/extra-any/PKGBUILD
    (from rev 232406, perl-appconfig/trunk/PKGBUILD)
Deleted:
  perl-appconfig/repos/extra-any/PKGBUILD

----------+
 PKGBUILD |   66 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 33 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2015-03-02 06:03:09 UTC (rev 232406)
+++ PKGBUILD	2015-03-02 06:03:30 UTC (rev 232407)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: eric <eric at archlinux.org>
-# Contributor: Eric Johnson <eric at coding-zone.com>
-
-pkgname=perl-appconfig
-_realname=AppConfig
-pkgver=1.70
-pkgrel=1
-pkgdesc="Perl/CPAN AppConfig module - Read configuration files and parse command line arguments"
-arch=('any')
-license=('PerlArtistic' 'GPL')
-url="http://search.cpan.org/dist/${_realname}/"
-depends=('perl')
-options=(!emptydirs)
-source=(http://www.cpan.org/authors/id/N/NE/NEILB/${_realname}-${pkgver}.tar.gz)
-md5sums=('24cd67e65b1723d4bc838cde0b882038')
-
-build() {
-  cd "${srcdir}/${_realname}-${pkgver}"
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd "${srcdir}/${_realname}-${pkgver}"
-  make test
-}
-
-package() {
-  cd "${srcdir}/${_realname}-${pkgver}"
-  make install DESTDIR="${pkgdir}"
-}

Copied: perl-appconfig/repos/extra-any/PKGBUILD (from rev 232406, perl-appconfig/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2015-03-02 06:03:30 UTC (rev 232407)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: eric <eric at archlinux.org>
+# Contributor: Eric Johnson <eric at coding-zone.com>
+
+pkgname=perl-appconfig
+_realname=AppConfig
+pkgver=1.71
+pkgrel=1
+pkgdesc="Perl/CPAN AppConfig module - Read configuration files and parse command line arguments"
+arch=('any')
+license=('PerlArtistic' 'GPL')
+url="http://search.cpan.org/dist/${_realname}/"
+depends=('perl')
+options=('!emptydirs')
+source=("http://www.cpan.org/authors/id/N/NE/NEILB/${_realname}-${pkgver}.tar.gz")
+md5sums=('7747d9241561ed5567d5e134b8648707')
+
+build() {
+  cd "${srcdir}/${_realname}-${pkgver}"
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd "${srcdir}/${_realname}-${pkgver}"
+  make test
+}
+
+package() {
+  cd "${srcdir}/${_realname}-${pkgver}"
+  make install DESTDIR="${pkgdir}"
+}



More information about the arch-commits mailing list