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

Felix Yan fyan at archlinux.org
Tue Jan 13 10:04:32 UTC 2015


    Date: Tuesday, January 13, 2015 @ 11:04:31
  Author: fyan
Revision: 228957

archrelease: copy trunk to extra-any

Added:
  perl-encode-locale/repos/extra-any/PKGBUILD
    (from rev 228956, perl-encode-locale/trunk/PKGBUILD)
Deleted:
  perl-encode-locale/repos/extra-any/PKGBUILD

----------+
 PKGBUILD |   60 ++++++++++++++++++++++++++++++------------------------------
 1 file changed, 30 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2015-01-13 10:04:08 UTC (rev 228956)
+++ PKGBUILD	2015-01-13 10:04:31 UTC (rev 228957)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer:
-
-pkgname=perl-encode-locale
-pkgver=1.03
-pkgrel=2
-pkgdesc="Determine the locale encoding"
-arch=('any')
-url="http://search.cpan.org/dist/Encode-Locale"
-license=('PerlArtistic' 'GPL')
-depends=('perl')
-options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/Encode-Locale-$pkgver.tar.gz)
-sha1sums=('b37c3dbb98b56d31cc8af35a548096bfbf44820f')
-
-build() {
-  cd Encode-Locale-$pkgver
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd Encode-Locale-$pkgver
-  make test
-}
-
-package() {
-  cd Encode-Locale-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: perl-encode-locale/repos/extra-any/PKGBUILD (from rev 228956, perl-encode-locale/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2015-01-13 10:04:31 UTC (rev 228957)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=perl-encode-locale
+pkgver=1.04
+pkgrel=1
+pkgdesc="Determine the locale encoding"
+arch=('any')
+url="http://search.cpan.org/dist/Encode-Locale"
+license=('PerlArtistic' 'GPL')
+depends=('perl')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/Encode-Locale-$pkgver.tar.gz)
+sha1sums=('1f525d437d0cfc18443aaa29597b14ceaeb240c2')
+
+build() {
+  cd Encode-Locale-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Encode-Locale-$pkgver
+  make test
+}
+
+package() {
+  cd Encode-Locale-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list