[arch-commits] Commit in perl-file-basedir/repos/testing-any (PKGBUILD PKGBUILD)

Felix Yan fyan at archlinux.org
Sat Apr 4 09:35:39 UTC 2015


    Date: Saturday, April 4, 2015 @ 11:35:39
  Author: fyan
Revision: 235443

archrelease: copy trunk to testing-any

Added:
  perl-file-basedir/repos/testing-any/PKGBUILD
    (from rev 235442, perl-file-basedir/trunk/PKGBUILD)
Deleted:
  perl-file-basedir/repos/testing-any/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2015-04-04 09:35:31 UTC (rev 235442)
+++ PKGBUILD	2015-04-04 09:35:39 UTC (rev 235443)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: kevin <kevin at archlinux.org>
-# Contributor: K. Piche <kpiche at rogers.com>
-
-pkgname=perl-file-basedir
-_realname=File-BaseDir
-pkgver=0.04
-pkgrel=1
-pkgdesc='Use the Freedesktop.org base directory specification'
-arch=('any')
-license=('GPL' 'PerlArtistic')
-url="http://search.cpan.org/dist/${_realname}/"
-depends=('perl-ipc-system-simple' 'perl-file-which')
-makedepends=('perl-module-build>0.4205')
-checkdepends=('perl-test-pod' 'perl-test-pod-coverage')
-options=('!emptydirs')
-source=("http://search.cpan.org/CPAN/authors/id/K/KI/KIMRYAN/${_realname}-$pkgver.tar.gz")
-md5sums=('880e3d4c6b383a3b8c11a1cfe8f3c979')
-
-build() {
-  cd ${srcdir}/${_realname}-${pkgver}
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd ${srcdir}/${_realname}-${pkgver}
-  make test
-}
-
-package() {
-  cd ${srcdir}/${_realname}-${pkgver}
-  make install DESTDIR=${pkgdir}
-}

Copied: perl-file-basedir/repos/testing-any/PKGBUILD (from rev 235442, perl-file-basedir/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2015-04-04 09:35:39 UTC (rev 235443)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: kevin <kevin at archlinux.org>
+# Contributor: K. Piche <kpiche at rogers.com>
+
+pkgname=perl-file-basedir
+_realname=File-BaseDir
+pkgver=0.05
+pkgrel=1
+pkgdesc='Use the Freedesktop.org base directory specification'
+arch=('any')
+license=('GPL' 'PerlArtistic')
+url="http://search.cpan.org/dist/${_realname}/"
+depends=('perl-ipc-system-simple' 'perl-file-which')
+makedepends=('perl-module-build>0.4205')
+checkdepends=('perl-test-pod' 'perl-test-pod-coverage')
+options=('!emptydirs')
+source=("http://search.cpan.org/CPAN/authors/id/K/KI/KIMRYAN/${_realname}-$pkgver.tar.gz")
+md5sums=('e17d5e5b81c180b2940522d390ccb523')
+
+build() {
+  cd ${srcdir}/${_realname}-${pkgver}
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd ${srcdir}/${_realname}-${pkgver}
+  make test
+}
+
+package() {
+  cd ${srcdir}/${_realname}-${pkgver}
+  make install DESTDIR=${pkgdir}
+}



More information about the arch-commits mailing list