[arch-commits] Commit in perl-email-simple/repos/community-any (PKGBUILD PKGBUILD)
Sergej Pupykin
spupykin at archlinux.org
Sat Mar 12 11:10:08 UTC 2016
Date: Saturday, March 12, 2016 @ 12:10:08
Author: spupykin
Revision: 166270
archrelease: copy trunk to community-any
Added:
perl-email-simple/repos/community-any/PKGBUILD
(from rev 166269, 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 2016-03-12 11:09:58 UTC (rev 166269)
+++ PKGBUILD 2016-03-12 11:10:08 UTC (rev 166270)
@@ -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.203
-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=('bb4bd46417522d86ae21186370c9b49d')
-
-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 166269, perl-email-simple/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2016-03-12 11:10:08 UTC (rev 166270)
@@ -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.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
+}
+
More information about the arch-commits
mailing list