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

Sergej Pupykin spupykin at nymeria.archlinux.org
Tue Oct 29 10:21:21 UTC 2013


    Date: Tuesday, October 29, 2013 @ 11:21:20
  Author: spupykin
Revision: 99480

archrelease: copy trunk to community-any

Added:
  perl-email-simple/repos/community-any/PKGBUILD
    (from rev 99479, 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	2013-10-29 10:21:11 UTC (rev 99479)
+++ PKGBUILD	2013-10-29 10:21:20 UTC (rev 99480)
@@ -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.201
-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=('2131e35dffa63d189a917f9317009ad7')
-
-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 99479, perl-email-simple/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2013-10-29 10:21:20 UTC (rev 99480)
@@ -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.202
+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=('db62a3612275685db8e91da81faf461f')
+
+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