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

Felix Yan fyan at nymeria.archlinux.org
Mon Jun 30 04:51:46 UTC 2014


    Date: Monday, June 30, 2014 @ 06:51:46
  Author: fyan
Revision: 215632

archrelease: copy trunk to extra-any

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

----------+
 PKGBUILD |   73 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 37 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2014-06-30 04:51:12 UTC (rev 215631)
+++ PKGBUILD	2014-06-30 04:51:46 UTC (rev 215632)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Kevin Piche <kevin at archlinux.org>
-# Contributor: Manolis Tzanidakis
-
-pkgname=perl-timedate
-_realname=TimeDate
-pkgver=2.30
-pkgrel=1
-pkgdesc="Date formating subroutines"
-arch=('any')
-license=('PerlArtistic')
-url="http://search.cpan.org/dist/${_realname}/"
-depends=('perl')
-replaces=('timedate')
-provides=('timedate')
-options=('!emptydirs')
-source=("http://www.cpan.org/authors/id/G/GB/GBARR/${_realname}-${pkgver}.tar.gz")
-md5sums=('b1d91153ac971347aee84292ed886c1c')
-
-build() {
-  cd ${_realname}-${pkgver}
-
-  # install module in vendor directories.
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd ${_realname}-${pkgver}
-  make test
-}
-
-package() {
-  cd ${_realname}-${pkgver}
-  make install DESTDIR="${pkgdir}"
-}

Copied: perl-timedate/repos/extra-any/PKGBUILD (from rev 215631, perl-timedate/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2014-06-30 04:51:46 UTC (rev 215632)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at gmail.com>
+# Contributor: Kevin Piche <kevin at archlinux.org>
+# Contributor: Manolis Tzanidakis
+
+pkgname=perl-timedate
+_realname=TimeDate
+pkgver=2.30
+pkgrel=2
+pkgdesc="Date formating subroutines"
+arch=('any')
+license=('PerlArtistic')
+url="http://search.cpan.org/dist/${_realname}/"
+depends=('perl')
+replaces=('timedate')
+provides=('timedate')
+options=('!emptydirs')
+source=("http://www.cpan.org/authors/id/G/GB/GBARR/${_realname}-${pkgver}.tar.gz")
+md5sums=('b1d91153ac971347aee84292ed886c1c')
+
+build() {
+  cd ${_realname}-${pkgver}
+
+  # install module in vendor directories.
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd ${_realname}-${pkgver}
+  make test
+}
+
+package() {
+  cd ${_realname}-${pkgver}
+  make install DESTDIR="${pkgdir}"
+}




More information about the arch-commits mailing list