[arch-commits] Commit in perl-time-modules/repos/community-any (PKGBUILD PKGBUILD)

Sébastien Luttringer seblu at nymeria.archlinux.org
Fri Sep 13 23:18:03 UTC 2013


    Date: Saturday, September 14, 2013 @ 01:18:02
  Author: seblu
Revision: 97139

archrelease: copy trunk to community-any

Added:
  perl-time-modules/repos/community-any/PKGBUILD
    (from rev 97138, perl-time-modules/trunk/PKGBUILD)
Deleted:
  perl-time-modules/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2013-09-13 23:17:57 UTC (rev 97138)
+++ PKGBUILD	2013-09-13 23:18:02 UTC (rev 97139)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer <seblu at aur.archlinux.org>
-# Contributor: Alessandro Sagratini <ale_sagra at hotmail dot com>
-# Contributor: Philippe LUC <philfifi at gmail.com>
-
-pkgname=perl-time-modules
-pkgver=2011.0517
-pkgrel=1
-pkgdesc='Perl time related module'
-url="http://search.cpan.org/~muir/Time-modules-$pkgver/"
-license=('GPL' 'PerlArtistic')
-options=('!emptydirs')
-arch=('any')
-source=("http://search.cpan.org/CPAN/authors/id/M/MU/MUIR/modules/Time-modules-$pkgver.tar.gz")
-md5sums=('67204ebc06211a877665765f91dc4e51')
-
-build() {
-  cd Time-modules-$pkgver
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-package() {
-  cd Time-modules-$pkgver
-  make install DESTDIR="$pkgdir/"
-}
-
-# vim:set ts=2 sw=2 ft=sh et:

Copied: perl-time-modules/repos/community-any/PKGBUILD (from rev 97138, perl-time-modules/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2013-09-13 23:18:02 UTC (rev 97139)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Alessandro Sagratini <ale_sagra at hotmail dot com>
+# Contributor: Philippe LUC <philfifi at gmail.com>
+
+pkgname=perl-time-modules
+pkgver=2013.0912
+pkgrel=1
+pkgdesc='Perl time related modules'
+url='http://search.cpan.org/~muir/Time-modules/'
+license=('GPL' 'PerlArtistic')
+options=('!emptydirs')
+arch=('any')
+source=("http://search.cpan.org/CPAN/authors/id/M/MU/MUIR/modules/Time-modules-$pkgver.tar.gz")
+md5sums=('a4330144e24c356ca4c925d14e5ab06b')
+
+build() {
+  cd Time-modules-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd Time-modules-$pkgver
+  make install DESTDIR="$pkgdir/"
+}
+
+# vim:set ts=2 sw=2 et:




More information about the arch-commits mailing list