[arch-commits] Commit in perl-config-ini/repos/community-any (PKGBUILD PKGBUILD)

Sébastien Luttringer seblu at nymeria.archlinux.org
Sat Feb 1 10:12:27 UTC 2014


    Date: Saturday, February 1, 2014 @ 11:12:27
  Author: seblu
Revision: 105131

archrelease: copy trunk to community-any

Added:
  perl-config-ini/repos/community-any/PKGBUILD
    (from rev 105130, perl-config-ini/trunk/PKGBUILD)
Deleted:
  perl-config-ini/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   68 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2014-02-01 10:12:17 UTC (rev 105130)
+++ PKGBUILD	2014-02-01 10:12:27 UTC (rev 105131)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-# Contributor: Alessandro Sagratini <ale_sagra at hotmail dot com>
-# Contributor: zlowly <zlowly at gmail.com>
-
-pkgname=perl-config-ini
-pkgver=0.021
-pkgrel=1
-pkgdesc='Perl/CPAN Module Config::INI - simple .ini-file format'
-arch=('any')
-license=('GPL' 'PerlArtistic')
-depends=('perl-io-string' 'perl-mixin-linewise' 'perl-capture-tiny')
-options=('!emptydirs')
-url='http://search.cpan.org/~rjbs/Config-INI/'
-source=("http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/Config-INI-$pkgver.tar.gz")
-md5sums=('cc78f120031a5e536658222a06f9317f')
-
-build() {
-  cd Config-INI-$pkgver
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd Config-INI-$pkgver
-  make test
-}
-
-package() {
-  cd Config-INI-$pkgver
-  make install DESTDIR="$pkgdir"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: perl-config-ini/repos/community-any/PKGBUILD (from rev 105130, perl-config-ini/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2014-02-01 10:12:27 UTC (rev 105131)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Alessandro Sagratini <ale_sagra at hotmail dot com>
+# Contributor: zlowly <zlowly at gmail.com>
+
+pkgname=perl-config-ini
+pkgver=0.022
+pkgrel=1
+pkgdesc='Perl/CPAN Module Config::INI - simple .ini-file format'
+arch=('any')
+license=('GPL' 'PerlArtistic')
+depends=('perl-io-string' 'perl-mixin-linewise' 'perl-capture-tiny')
+options=('!emptydirs')
+url='http://search.cpan.org/~rjbs/Config-INI/'
+source=("http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/Config-INI-$pkgver.tar.gz")
+md5sums=('4fb588e8fea91849232ccf3d1383db8e')
+
+build() {
+  cd Config-INI-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Config-INI-$pkgver
+  make test
+}
+
+package() {
+  cd Config-INI-$pkgver
+  make install DESTDIR="$pkgdir"
+}
+
+# vim:set ts=2 sw=2 et:




More information about the arch-commits mailing list