[arch-commits] Commit in perl-email-simple/repos/community-any (PKGBUILD PKGBUILD)

Sergej Pupykin spupykin at archlinux.org
Tue Jan 17 09:04:11 UTC 2017


    Date: Tuesday, January 17, 2017 @ 09:04:09
  Author: spupykin
Revision: 207672

archrelease: copy trunk to community-any

Added:
  perl-email-simple/repos/community-any/PKGBUILD
    (from rev 207671, perl-email-simple/trunk/PKGBUILD)
Deleted:
  perl-email-simple/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   64 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-01-17 09:03:57 UTC (rev 207671)
+++ PKGBUILD	2017-01-17 09:04:09 UTC (rev 207672)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: Sergej Pupykin <pupykin.s+aur at gmail.com>
-
-pkgname=perl-email-simple
-pkgver=2.210
-pkgrel=1
-pkgdesc="simple parsing of RFC2822 message format and headers "
-arch=('any')
-url="http://search.cpan.org/dist/Email-Simple"
-license=('GPL' 'PerlArtistic')
-depends=('perl' 'perl-email-date-format')
-provides=("perl-email-simple-creator=$pkgver")
-replaces=("perl-email-simple-creator")
-options=('!emptydirs')
-source=(http://www.cpan.org/authors/id/R/RJ/RJBS/Email-Simple-$pkgver.tar.gz)
-md5sums=('062fbe3dd8bc6ea7cdebfd7eea7728cc')
-
-build() {
-  cd  $srcdir/Email-Simple-$pkgver
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-package() {
-  cd  $srcdir/Email-Simple-$pkgver
-  make install DESTDIR=$pkgdir
-
-  find $pkgdir -name '.packlist' -delete
-  find $pkgdir -name '*.pod' -delete
-}
-

Copied: perl-email-simple/repos/community-any/PKGBUILD (from rev 207671, perl-email-simple/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-01-17 09:04:09 UTC (rev 207672)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Sergej Pupykin <pupykin.s+aur at gmail.com>
+
+pkgname=perl-email-simple
+pkgver=2.213
+pkgrel=1
+pkgdesc="simple parsing of RFC2822 message format and headers "
+arch=('any')
+url="http://search.cpan.org/dist/Email-Simple"
+license=('GPL' 'PerlArtistic')
+depends=('perl' 'perl-email-date-format')
+provides=("perl-email-simple-creator=$pkgver")
+replaces=("perl-email-simple-creator")
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/R/RJ/RJBS/Email-Simple-$pkgver.tar.gz)
+sha256sums=('cdb97a9d647231cc0f7207a31ed6ec5ffde6b8ac6504910dc378bf619ed57cc5')
+
+build() {
+  cd  "$srcdir"/Email-Simple-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd  "$srcdir"/Email-Simple-$pkgver
+  make install DESTDIR="$pkgdir"
+
+  find "$pkgdir" -name '.packlist' -delete
+  find "$pkgdir" -name '*.pod' -delete
+}
+



More information about the arch-commits mailing list