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

Sergej Pupykin spupykin at archlinux.org
Tue Dec 23 22:20:03 UTC 2014


    Date: Tuesday, December 23, 2014 @ 23:20:03
  Author: spupykin
Revision: 124438

archrelease: copy trunk to community-any

Added:
  perl-email-mime/repos/community-any/PKGBUILD
    (from rev 124437, 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	2014-12-23 22:19:57 UTC (rev 124437)
+++ PKGBUILD	2014-12-23 22:20:03 UTC (rev 124438)
@@ -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.926
-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=('fd8b06d1bf7b8599bdcf808f49908451')
-
-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 124437, perl-email-mime/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2014-12-23 22:20:03 UTC (rev 124438)
@@ -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.928
+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=('3d5d8b4651f74ce08e9e598d0a92be5c')
+
+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