[arch-commits] Commit in perl-datetime-locale/repos/community-any (PKGBUILD PKGBUILD)

Sergej Pupykin spupykin at nymeria.archlinux.org
Tue Jul 1 13:52:25 UTC 2014


    Date: Tuesday, July 1, 2014 @ 15:52:24
  Author: spupykin
Revision: 114181

archrelease: copy trunk to community-any

Added:
  perl-datetime-locale/repos/community-any/PKGBUILD
    (from rev 114180, perl-datetime-locale/trunk/PKGBUILD)
Deleted:
  perl-datetime-locale/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   52 ++++++++++++++++++++++++++++------------------------
 1 file changed, 28 insertions(+), 24 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2014-07-01 13:52:15 UTC (rev 114180)
+++ PKGBUILD	2014-07-01 13:52:24 UTC (rev 114181)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: François Charette <firmicus ατ gmx δοτ net>
-
-pkgname=perl-datetime-locale
-pkgver=0.45
-pkgrel=2
-pkgdesc="Localization support for DateTime.pm "
-arch=(any)
-url="http://search.cpan.org/dist/DateTime-Locale"
-license=('GPL' 'PerlArtistic')
-depends=('perl-params-validate' 'perl-list-moreutils')
-options=('!emptydirs')
-source=(http://www.cpan.org/authors/id/D/DR/DROLSKY/DateTime-Locale-$pkgver.tar.gz)
-md5sums=('8ba6a4b70f8fa7d987529c2e2c708862')
-
-build() {
-  cd  $srcdir/DateTime-Locale-$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-datetime-locale/repos/community-any/PKGBUILD (from rev 114180, perl-datetime-locale/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2014-07-01 13:52:24 UTC (rev 114181)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: François Charette <firmicus ατ gmx δοτ net>
+
+pkgname=perl-datetime-locale
+pkgver=0.45
+pkgrel=3
+pkgdesc="Localization support for DateTime.pm "
+arch=(any)
+url="http://search.cpan.org/dist/DateTime-Locale"
+license=('GPL' 'PerlArtistic')
+depends=('perl-params-validate' 'perl-list-moreutils')
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/D/DR/DROLSKY/DateTime-Locale-$pkgver.tar.gz)
+md5sums=('8ba6a4b70f8fa7d987529c2e2c708862')
+
+build() {
+  cd  $srcdir/DateTime-Locale-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd  $srcdir/DateTime-Locale-$pkgver
+  make install DESTDIR=$pkgdir
+  find $pkgdir -name '.packlist' -delete
+  find $pkgdir -name '*.pod' -delete
+}




More information about the arch-commits mailing list