[arch-commits] Commit in perl-date-manip/repos/extra-any (PKGBUILD PKGBUILD)
Eric Bélanger
eric at nymeria.archlinux.org
Fri Jul 12 03:15:59 UTC 2013
Date: Friday, July 12, 2013 @ 05:15:58
Author: eric
Revision: 189973
archrelease: copy trunk to extra-any
Added:
perl-date-manip/repos/extra-any/PKGBUILD
(from rev 189972, perl-date-manip/trunk/PKGBUILD)
Deleted:
perl-date-manip/repos/extra-any/PKGBUILD
----------+
PKGBUILD | 55 ++++++++++++++++++++++++++-----------------------------
1 file changed, 26 insertions(+), 29 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2013-07-12 03:15:41 UTC (rev 189972)
+++ PKGBUILD 2013-07-12 03:15:58 UTC (rev 189973)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Kevin Piche <kevin at archlinux.org>
-# Contributor: Andrew Simmons <andrew.simmons at gmail.com>
-
-pkgname=perl-date-manip
-_realname=Date-Manip
-pkgver=6.39
-pkgrel=1
-pkgdesc="Date::Manip - date manipulation routines"
-arch=('any')
-license=('PerlArtistic')
-url="http://search.cpan.org/dist/${_realname}/"
-depends=('perl')
-options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/S/SB/SBECK/${_realname}-${pkgver}.tar.gz)
-md5sums=('dd91d884b5ff044134c2870b1de678c9')
-
-build() {
- cd "${srcdir}/${_realname}-${pkgver}"
-
- # install module in vendor directories.
- perl Build.PL installdirs=vendor
- perl Build
-}
-
-package() {
- cd "${srcdir}/${_realname}-${pkgver}"
- perl Build destdir="${pkgdir}" install
-}
Copied: perl-date-manip/repos/extra-any/PKGBUILD (from rev 189972, perl-date-manip/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2013-07-12 03:15:58 UTC (rev 189973)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Kevin Piche <kevin at archlinux.org>
+# Contributor: Andrew Simmons <andrew.simmons at gmail.com>
+
+pkgname=perl-date-manip
+pkgver=6.40
+pkgrel=1
+pkgdesc="Date::Manip - date manipulation routines"
+arch=('any')
+license=('PerlArtistic')
+url="http://search.cpan.org/dist/Date-Manip/"
+depends=('perl')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/S/SB/SBECK/Date-Manip-${pkgver}.tar.gz)
+md5sums=('ae57b05e8ec689de2f23c99639e0109d')
+
+build() {
+ cd Date-Manip-${pkgver}
+ perl Build.PL installdirs=vendor
+ perl Build
+}
+
+package() {
+ cd Date-Manip-${pkgver}
+ perl Build destdir="${pkgdir}" install
+}
More information about the arch-commits
mailing list