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

Sergej Pupykin spupykin at archlinux.org
Thu May 4 09:11:11 UTC 2017


    Date: Thursday, May 4, 2017 @ 09:11:10
  Author: spupykin
Revision: 226899

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-05-04 09:11:00 UTC (rev 226898)
+++ PKGBUILD	2017-05-04 09:11:10 UTC (rev 226899)
@@ -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-mime
-pkgver=1.937
-pkgrel=1
-pkgdesc="Easy MIME message parsing"
-arch=('any')
-url="http://search.cpan.org/dist/Email-MIME"
-license=('GPL' 'PerlArtistic')
-depends=('perl-email-mime-encodings>=1.3' 'perl-mime-types>=1.13'
-	 'perl-email-simple>=2.003' 'perl-email-mime-contenttype>=1.011'
-	 'perl-email-messageid')
-provides=("perl-email-mime-creator=$pkgver" "perl-email-mime-modifier=$pkgver")
-replaces=("perl-email-mime-creator" "perl-email-mime-modifier")
-options=('!emptydirs')
-source=(http://www.cpan.org/authors/id/R/RJ/RJBS/Email-MIME-$pkgver.tar.gz)
-md5sums=('3eb77e100ad9eb72e5b500a803b2bde6')
-
-build() {
-  cd  $srcdir/Email-MIME-$pkgver
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-package(){
-  cd  $srcdir/Email-MIME-$pkgver
-  make install DESTDIR=$pkgdir
-  find $pkgdir -name '.packlist' -delete
-  find $pkgdir -name '*.pod' -delete
-}

Copied: perl-email-mime/repos/community-any/PKGBUILD (from rev 226898, perl-email-mime/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-05-04 09:11:10 UTC (rev 226899)
@@ -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-mime
+pkgver=1.940
+pkgrel=1
+pkgdesc="Easy MIME message parsing"
+arch=('any')
+url="http://search.cpan.org/dist/Email-MIME"
+license=('GPL' 'PerlArtistic')
+depends=('perl-email-mime-encodings>=1.3' 'perl-mime-types>=1.13'
+	 'perl-email-simple>=2.003' 'perl-email-mime-contenttype>=1.011'
+	 'perl-email-messageid')
+provides=("perl-email-mime-creator=$pkgver" "perl-email-mime-modifier=$pkgver")
+replaces=("perl-email-mime-creator" "perl-email-mime-modifier")
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/R/RJ/RJBS/Email-MIME-$pkgver.tar.gz)
+sha256sums=('39ba0ad419c60db6dec22040bc6362502b925afde942dc4df2b85866425edd5e')
+
+build() {
+  cd  "$srcdir"/Email-MIME-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package(){
+  cd  "$srcdir"/Email-MIME-$pkgver
+  make install DESTDIR="$pkgdir"
+  find "$pkgdir" -name '.packlist' -delete
+  find "$pkgdir" -name '*.pod' -delete
+}



More information about the arch-commits mailing list