[arch-commits] Commit in perl-mail-box-parser-c/repos/community-staging-x86_64 (2 files)

Evangelos Foutras foutrelis at archlinux.org
Sat Jun 1 14:15:12 UTC 2019


    Date: Saturday, June 1, 2019 @ 14:15:12
  Author: foutrelis
Revision: 476480

archrelease: copy trunk to community-staging-x86_64

Added:
  perl-mail-box-parser-c/repos/community-staging-x86_64/PKGBUILD
    (from rev 476479, perl-mail-box-parser-c/trunk/PKGBUILD)
Deleted:
  perl-mail-box-parser-c/repos/community-staging-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-06-01 14:15:07 UTC (rev 476479)
+++ PKGBUILD	2019-06-01 14:15:12 UTC (rev 476480)
@@ -1,30 +0,0 @@
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Maintainer: Charles Mauch <cmauch at gmail.com>
-
-pkgname=perl-mail-box-parser-c
-pkgver=3.008
-pkgrel=6
-pkgdesc="Perl/CPAN Module Mail::Box::Parser::C : extends MailBox with the speed of C"
-arch=("x86_64")
-url="https://search.cpan.org/dist/Mail-Box-Parser-C"
-license=("GPL" "PerlArtistic")
-options=('!emptydirs')
-source=("https://www.cpan.org/authors/id/M/MA/MARKOV/Mail-Box-Parser-C-${pkgver}.tar.gz")
-sha256sums=('43fdb60a3e023137529e642bf5a22385fc43d1ab3826277cc7e170e9a104d62c')
-
-build() {
-  cd Mail-Box-Parser-C-${pkgver}
-
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-
-  make
-}
-
-package() {
-  cd Mail-Box-Parser-C-${pkgver}
-
-  make install DESTDIR="$pkgdir"
-
-  find "$pkgdir" -name '.packlist' -delete
-  find "$pkgdir" -name '*.pod' -delete
-}

Copied: perl-mail-box-parser-c/repos/community-staging-x86_64/PKGBUILD (from rev 476479, perl-mail-box-parser-c/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-06-01 14:15:12 UTC (rev 476480)
@@ -0,0 +1,30 @@
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Maintainer: Charles Mauch <cmauch at gmail.com>
+
+pkgname=perl-mail-box-parser-c
+pkgver=3.008
+pkgrel=7
+pkgdesc="Perl/CPAN Module Mail::Box::Parser::C : extends MailBox with the speed of C"
+arch=("x86_64")
+url="https://search.cpan.org/dist/Mail-Box-Parser-C"
+license=("GPL" "PerlArtistic")
+options=('!emptydirs')
+source=("https://www.cpan.org/authors/id/M/MA/MARKOV/Mail-Box-Parser-C-${pkgver}.tar.gz")
+sha256sums=('43fdb60a3e023137529e642bf5a22385fc43d1ab3826277cc7e170e9a104d62c')
+
+build() {
+  cd Mail-Box-Parser-C-${pkgver}
+
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+
+  make
+}
+
+package() {
+  cd Mail-Box-Parser-C-${pkgver}
+
+  make install DESTDIR="$pkgdir"
+
+  find "$pkgdir" -name '.packlist' -delete
+  find "$pkgdir" -name '*.pod' -delete
+}



More information about the arch-commits mailing list