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

Felix Yan fyan at nymeria.archlinux.org
Mon Jun 30 03:56:08 UTC 2014


    Date: Monday, June 30, 2014 @ 05:56:08
  Author: fyan
Revision: 215592

archrelease: copy trunk to extra-any

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

----------+
 PKGBUILD |   57 +++++++++++++++++++++++++++++----------------------------
 1 file changed, 29 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2014-06-30 03:55:34 UTC (rev 215591)
+++ PKGBUILD	2014-06-30 03:56:08 UTC (rev 215592)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: eric <eric at archlinux.org>
-# Contributor: Eric Johnson <eric at coding-zone.com>
-
-pkgname=perl-appconfig
-_realname=AppConfig
-pkgver=1.66
-pkgrel=4
-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>=5.10.0')
-options=(!emptydirs)
-source=(http://www.cpan.org/authors/id/A/AB/ABW/${_realname}-${pkgver}.tar.gz)
-md5sums=('21aa4d1bf70a49a94c2dc9293389b3a0')
-
-build() {
-  cd ${srcdir}/${_realname}-${pkgver}
-  # install module in vendor directories.
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-package() {
-  cd ${srcdir}/${_realname}-${pkgver}
-  make install DESTDIR=${pkgdir}
-}

Copied: perl-appconfig/repos/extra-any/PKGBUILD (from rev 215591, perl-appconfig/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2014-06-30 03:56:08 UTC (rev 215592)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at gmail.com>
+# Contributor: eric <eric at archlinux.org>
+# Contributor: Eric Johnson <eric at coding-zone.com>
+
+pkgname=perl-appconfig
+_realname=AppConfig
+pkgver=1.66
+pkgrel=5
+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>=5.10.0')
+options=(!emptydirs)
+source=(http://www.cpan.org/authors/id/A/AB/ABW/${_realname}-${pkgver}.tar.gz)
+md5sums=('21aa4d1bf70a49a94c2dc9293389b3a0')
+
+build() {
+  cd ${srcdir}/${_realname}-${pkgver}
+  # install module in vendor directories.
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd ${srcdir}/${_realname}-${pkgver}
+  make install DESTDIR=${pkgdir}
+}




More information about the arch-commits mailing list