[arch-commits] Commit in perl-locale-gettext/repos/staging-x86_64 (PKGBUILD PKGBUILD)

Evangelos Foutras foutrelis at archlinux.org
Sat Jun 1 14:11:43 UTC 2019


    Date: Saturday, June 1, 2019 @ 14:11:43
  Author: foutrelis
Revision: 354720

archrelease: copy trunk to staging-x86_64

Added:
  perl-locale-gettext/repos/staging-x86_64/PKGBUILD
    (from rev 354719, perl-locale-gettext/trunk/PKGBUILD)
Deleted:
  perl-locale-gettext/repos/staging-x86_64/PKGBUILD

----------+
 PKGBUILD |   78 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 39 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-06-01 14:11:39 UTC (rev 354719)
+++ PKGBUILD	2019-06-01 14:11:43 UTC (rev 354720)
@@ -1,39 +0,0 @@
-# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
-# Contributor: Mark Rosenstand <mark at borkware.net>
-# Contributor: Paul Mattal <paul at archlinux.org>
-
-pkgname=perl-locale-gettext
-_realname=Locale-gettext
-pkgver=1.07
-pkgrel=7
-pkgdesc="Permits access from Perl to the gettext() family of functions"
-arch=('x86_64')
-license=('GPL' 'PerlArtistic')
-url="https://search.cpan.org/dist/${_realname}/"
-depends=('gettext' 'perl')
-options=(!emptydirs)
-source=("https://search.cpan.org/CPAN/authors/id/P/PV/PVANDRY/${_realname}-${pkgver}.tar.gz")
-md5sums=('bc652758af65c24500f1d06a77415019')
-
-build() {
-  cd "${srcdir}/${_realname}-${pkgver}"
-
-  # install module in vendor directories.
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd "${srcdir}/${_realname}-${pkgver}"
-
-  make test
-}
-
-package() {
-  cd "${srcdir}/${_realname}-${pkgver}"
-  make install DESTDIR="${pkgdir}"
-
-  # remove perllocal.pod and .packlist
-  find "${pkgdir}" -name perllocal.pod -delete
-  find "${pkgdir}" -name .packlist -delete
-}

Copied: perl-locale-gettext/repos/staging-x86_64/PKGBUILD (from rev 354719, perl-locale-gettext/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-06-01 14:11:43 UTC (rev 354720)
@@ -0,0 +1,39 @@
+# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
+# Contributor: Mark Rosenstand <mark at borkware.net>
+# Contributor: Paul Mattal <paul at archlinux.org>
+
+pkgname=perl-locale-gettext
+_realname=Locale-gettext
+pkgver=1.07
+pkgrel=8
+pkgdesc="Permits access from Perl to the gettext() family of functions"
+arch=('x86_64')
+license=('GPL' 'PerlArtistic')
+url="https://search.cpan.org/dist/${_realname}/"
+depends=('gettext' 'perl')
+options=(!emptydirs)
+source=("https://search.cpan.org/CPAN/authors/id/P/PV/PVANDRY/${_realname}-${pkgver}.tar.gz")
+md5sums=('bc652758af65c24500f1d06a77415019')
+
+build() {
+  cd "${srcdir}/${_realname}-${pkgver}"
+
+  # install module in vendor directories.
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd "${srcdir}/${_realname}-${pkgver}"
+
+  make test
+}
+
+package() {
+  cd "${srcdir}/${_realname}-${pkgver}"
+  make install DESTDIR="${pkgdir}"
+
+  # remove perllocal.pod and .packlist
+  find "${pkgdir}" -name perllocal.pod -delete
+  find "${pkgdir}" -name .packlist -delete
+}



More information about the arch-commits mailing list