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

Felix Yan fyan at archlinux.org
Tue Apr 21 06:28:04 UTC 2015


    Date: Tuesday, April 21, 2015 @ 08:28:03
  Author: fyan
Revision: 237847

archrelease: copy trunk to extra-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2015-04-21 06:27:45 UTC (rev 237846)
+++ PKGBUILD	2015-04-21 06:28:03 UTC (rev 237847)
@@ -1,36 +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.06
-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')
-makedepends=('perl-module-build>0.4205')
-checkdepends=('perl-test-pod' 'perl-test-pod-coverage' 'perl-file-which' 'xdg-user-dirs')
-options=('!emptydirs')
-source=("http://search.cpan.org/CPAN/authors/id/K/KI/KIMRYAN/${_realname}-$pkgver.tar.gz")
-md5sums=('13cd49e695e559b85a4543ed7ad80004')
-
-build() {
-  cd "${srcdir}/${_realname}-${pkgver}"
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  mkdir .config
-  cd "${srcdir}/${_realname}-${pkgver}"
-  HOME="$srcdir" make test
-}
-
-package() {
-  cd ${srcdir}/${_realname}-${pkgver}
-  make install DESTDIR=${pkgdir}
-}

Copied: perl-file-basedir/repos/extra-any/PKGBUILD (from rev 237846, perl-file-basedir/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2015-04-21 06:28:03 UTC (rev 237847)
@@ -0,0 +1,36 @@
+# $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.07
+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')
+makedepends=('perl-module-build>0.4205')
+checkdepends=('perl-test-pod' 'perl-test-pod-coverage' 'perl-file-which' 'xdg-user-dirs')
+options=('!emptydirs')
+source=("http://search.cpan.org/CPAN/authors/id/K/KI/KIMRYAN/${_realname}-$pkgver.tar.gz")
+md5sums=('5d10401970d209049c8491d2906c3e13')
+
+build() {
+  cd "${srcdir}/${_realname}-${pkgver}"
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  mkdir .config
+  cd "${srcdir}/${_realname}-${pkgver}"
+  HOME="$srcdir" make test
+}
+
+package() {
+  cd ${srcdir}/${_realname}-${pkgver}
+  make install DESTDIR=${pkgdir}
+}



More information about the arch-commits mailing list