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

Sergej Pupykin spupykin at archlinux.org
Thu Feb 15 19:06:29 UTC 2018


    Date: Thursday, February 15, 2018 @ 19:06:28
  Author: spupykin
Revision: 294764

archrelease: copy trunk to community-any

Added:
  perl-email-simple/repos/community-any/PKGBUILD
    (from rev 294763, 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	2018-02-15 19:06:14 UTC (rev 294763)
+++ PKGBUILD	2018-02-15 19:06:28 UTC (rev 294764)
@@ -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.213
-pkgrel=2
-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
-}
-

Copied: perl-email-simple/repos/community-any/PKGBUILD (from rev 294763, perl-email-simple/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-02-15 19:06:28 UTC (rev 294764)
@@ -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.214
+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=(https://www.cpan.org/authors/id/R/RJ/RJBS/Email-Simple-$pkgver.tar.gz)
+sha256sums=('b2f02b37441ea60efbddebbd675017d26bb767e9a4de3e0fc30b5410a1416b92')
+
+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