[arch-commits] Commit in perl-email-mime-attachment-stripper/repos/community-any (2 files)
Sergej Pupykin
spupykin at nymeria.archlinux.org
Tue Oct 29 10:20:16 UTC 2013
Date: Tuesday, October 29, 2013 @ 11:20:16
Author: spupykin
Revision: 99470
archrelease: copy trunk to community-any
Added:
perl-email-mime-attachment-stripper/repos/community-any/PKGBUILD
(from rev 99469, perl-email-mime-attachment-stripper/trunk/PKGBUILD)
Deleted:
perl-email-mime-attachment-stripper/repos/community-any/PKGBUILD
----------+
PKGBUILD | 52 ++++++++++++++++++++++++++++------------------------
1 file changed, 28 insertions(+), 24 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2013-10-29 10:20:05 UTC (rev 99469)
+++ PKGBUILD 2013-10-29 10:20:16 UTC (rev 99470)
@@ -1,24 +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-attachment-stripper
-pkgver=1.316
-pkgrel=3
-pkgdesc="strip the attachments from an email "
-arch=('any')
-url="http://search.cpan.org/dist/Email-MIME-Attachment-Stripper"
-license=('GPL' 'PerlArtistic')
-depends=('perl-email-mime-modifier>=1.442' 'perl-email-mime-contenttype>=1.0' 'perl-email-mime>=1.861')
-options=('!emptydirs')
-source=(http://www.cpan.org/authors/id/R/RJ/RJBS/Email-MIME-Attachment-Stripper-$pkgver.tar.gz)
-md5sums=('b86eb6a18144b24279517349da96b582')
-
-build() {
- cd $srcdir/Email-MIME-Attachment-Stripper-$pkgver
- PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
- make
- make install DESTDIR=$pkgdir
- find $pkgdir -name '.packlist' -delete
- find $pkgdir -name '*.pod' -delete
-}
Copied: perl-email-mime-attachment-stripper/repos/community-any/PKGBUILD (from rev 99469, perl-email-mime-attachment-stripper/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2013-10-29 10:20:16 UTC (rev 99470)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Sergej Pupykin <pupykin.s+aur at gmail.com>
+
+pkgname=perl-email-mime-attachment-stripper
+pkgver=1.317
+pkgrel=1
+pkgdesc="strip the attachments from an email "
+arch=('any')
+url="http://search.cpan.org/dist/Email-MIME-Attachment-Stripper"
+license=('GPL' 'PerlArtistic')
+depends=('perl-email-mime-modifier>=1.442' 'perl-email-mime-contenttype>=1.0' 'perl-email-mime>=1.861')
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/R/RJ/RJBS/Email-MIME-Attachment-Stripper-$pkgver.tar.gz)
+md5sums=('aa8a51d9795f24e409944c45ea16bf7b')
+
+build() {
+ cd $srcdir/Email-MIME-Attachment-Stripper-$pkgver
+ PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+ make
+}
+
+package() {
+ cd $srcdir/Email-MIME-Attachment-Stripper-$pkgver
+ make install DESTDIR=$pkgdir
+ find $pkgdir -name '.packlist' -delete
+ find $pkgdir -name '*.pod' -delete
+}
More information about the arch-commits
mailing list