[arch-commits] Commit in perl-time-hires/repos (3 files)

Florian Pritz bluewind at archlinux.org
Sat Jun 2 10:28:28 UTC 2012


    Date: Saturday, June 2, 2012 @ 06:28:27
  Author: bluewind
Revision: 160559

db-move: moved perl-time-hires from [testing] to [extra] (x86_64)

Added:
  perl-time-hires/repos/extra-x86_64/PKGBUILD
    (from rev 160459, perl-time-hires/repos/testing-x86_64/PKGBUILD)
Deleted:
  perl-time-hires/repos/extra-x86_64/PKGBUILD
  perl-time-hires/repos/testing-x86_64/

----------+
 PKGBUILD |   70 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 35 insertions(+), 35 deletions(-)

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2012-06-02 10:28:25 UTC (rev 160558)
+++ extra-x86_64/PKGBUILD	2012-06-02 10:28:27 UTC (rev 160559)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
-# Contributor: mezcal <fila at pruda dot com>
-
-pkgname=perl-time-hires
-pkgver=1.9725
-pkgrel=1
-pkgdesc="Perl module: high resolution time, sleep, and alarm"
-arch=('i686' 'x86_64')
-license=('PerlArtistic')
-url="http://search.cpan.org/dist/Time-HiRes/"
-depends=('perl')
-options=(!emptydirs)
-source=("http://search.cpan.org/CPAN/authors/id/Z/ZE/ZEFRAM/Time-HiRes-${pkgver}.tar.gz")
-md5sums=('cb1108c076d26f3d2fed0bb91313135a')
-
-build() {
-  cd "${srcdir}/Time-HiRes-${pkgver}"
-
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-
-  make
-}
-
-check() {
-  cd "${srcdir}/Time-HiRes-${pkgver}"
-
-  make test
-}
-
-package() {
-  cd "${srcdir}/Time-HiRes-${pkgver}"
-
-  make install DESTDIR="${pkgdir}"
-}

Copied: perl-time-hires/repos/extra-x86_64/PKGBUILD (from rev 160459, perl-time-hires/repos/testing-x86_64/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2012-06-02 10:28:27 UTC (rev 160559)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
+# Contributor: mezcal <fila at pruda dot com>
+
+pkgname=perl-time-hires
+pkgver=1.9725
+pkgrel=2
+pkgdesc="Perl module: high resolution time, sleep, and alarm"
+arch=('i686' 'x86_64')
+license=('PerlArtistic')
+url="http://search.cpan.org/dist/Time-HiRes/"
+depends=('perl')
+options=(!emptydirs)
+source=("http://search.cpan.org/CPAN/authors/id/Z/ZE/ZEFRAM/Time-HiRes-${pkgver}.tar.gz")
+md5sums=('cb1108c076d26f3d2fed0bb91313135a')
+
+build() {
+  cd "${srcdir}/Time-HiRes-${pkgver}"
+
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+
+  make
+}
+
+check() {
+  cd "${srcdir}/Time-HiRes-${pkgver}"
+
+  make test
+}
+
+package() {
+  cd "${srcdir}/Time-HiRes-${pkgver}"
+
+  make install DESTDIR="${pkgdir}"
+}




More information about the arch-commits mailing list