[arch-commits] Commit in perl-libintl-perl/repos (4 files)

Felix Yan fyan at archlinux.org
Thu Apr 9 01:11:01 UTC 2015


    Date: Thursday, April 9, 2015 @ 03:11:00
  Author: fyan
Revision: 235797

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  perl-libintl-perl/repos/extra-i686/PKGBUILD
    (from rev 235796, perl-libintl-perl/trunk/PKGBUILD)
  perl-libintl-perl/repos/extra-x86_64/PKGBUILD
    (from rev 235796, perl-libintl-perl/trunk/PKGBUILD)
Deleted:
  perl-libintl-perl/repos/extra-i686/PKGBUILD
  perl-libintl-perl/repos/extra-x86_64/PKGBUILD

-----------------------+
 /PKGBUILD             |   66 ++++++++++++++++++++++++++++++++++++++++++++++++
 extra-i686/PKGBUILD   |   34 ------------------------
 extra-x86_64/PKGBUILD |   34 ------------------------
 3 files changed, 66 insertions(+), 68 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2015-04-09 01:10:30 UTC (rev 235796)
+++ extra-i686/PKGBUILD	2015-04-09 01:11:00 UTC (rev 235797)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at gmail.com>
-# Contributor: kevin <kevin at archlinux.org>
-# Contributor: Tobias Kieslich <tobias at justdreams.de>
-
-pkgname=perl-libintl-perl
-_realname=libintl-perl
-pkgver=1.23
-pkgrel=3
-pkgdesc="Perl Module: Localization support"
-arch=('i686' 'x86_64')
-license=('LGPL')
-url="http://search.cpan.org/dist/${_realname}/"
-depends=('gettext' 'perl')
-options=('!emptydirs')
-source=(http://www.cpan.org/authors/id/G/GU/GUIDO/${_realname}-$pkgver.tar.gz)
-md5sums=('2e79dc842af1c9efc14fbe6664dc89bf')
-
-build() {
-  cd "${srcdir}/${_realname}-$pkgver"
-  # install module in vendor directories.
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd "${srcdir}/${_realname}-$pkgver"
-  make test
-}
-
-package() {
-  cd "${srcdir}/${_realname}-$pkgver"
-  make install DESTDIR="${pkgdir}"
-}

Copied: perl-libintl-perl/repos/extra-i686/PKGBUILD (from rev 235796, perl-libintl-perl/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2015-04-09 01:11:00 UTC (rev 235797)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: kevin <kevin at archlinux.org>
+# Contributor: Tobias Kieslich <tobias at justdreams.de>
+
+pkgname=perl-libintl-perl
+_realname=libintl-perl
+pkgver=1.24
+pkgrel=1
+pkgdesc="Perl Module: Localization support"
+arch=('i686' 'x86_64')
+license=('LGPL')
+url="http://search.cpan.org/dist/${_realname}/"
+depends=('gettext' 'perl')
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/G/GU/GUIDO/${_realname}-$pkgver.tar.gz)
+md5sums=('66f989c07541e32325b0557b89aead8f')
+
+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}"
+}

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2015-04-09 01:10:30 UTC (rev 235796)
+++ extra-x86_64/PKGBUILD	2015-04-09 01:11:00 UTC (rev 235797)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at gmail.com>
-# Contributor: kevin <kevin at archlinux.org>
-# Contributor: Tobias Kieslich <tobias at justdreams.de>
-
-pkgname=perl-libintl-perl
-_realname=libintl-perl
-pkgver=1.23
-pkgrel=3
-pkgdesc="Perl Module: Localization support"
-arch=('i686' 'x86_64')
-license=('LGPL')
-url="http://search.cpan.org/dist/${_realname}/"
-depends=('gettext' 'perl')
-options=('!emptydirs')
-source=(http://www.cpan.org/authors/id/G/GU/GUIDO/${_realname}-$pkgver.tar.gz)
-md5sums=('2e79dc842af1c9efc14fbe6664dc89bf')
-
-build() {
-  cd "${srcdir}/${_realname}-$pkgver"
-  # install module in vendor directories.
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd "${srcdir}/${_realname}-$pkgver"
-  make test
-}
-
-package() {
-  cd "${srcdir}/${_realname}-$pkgver"
-  make install DESTDIR="${pkgdir}"
-}

Copied: perl-libintl-perl/repos/extra-x86_64/PKGBUILD (from rev 235796, perl-libintl-perl/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2015-04-09 01:11:00 UTC (rev 235797)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: kevin <kevin at archlinux.org>
+# Contributor: Tobias Kieslich <tobias at justdreams.de>
+
+pkgname=perl-libintl-perl
+_realname=libintl-perl
+pkgver=1.24
+pkgrel=1
+pkgdesc="Perl Module: Localization support"
+arch=('i686' 'x86_64')
+license=('LGPL')
+url="http://search.cpan.org/dist/${_realname}/"
+depends=('gettext' 'perl')
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/G/GU/GUIDO/${_realname}-$pkgver.tar.gz)
+md5sums=('66f989c07541e32325b0557b89aead8f')
+
+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