[arch-commits] Commit in perl-mime-tools/repos/extra-any (PKGBUILD PKGBUILD)

Antonio Rojas arojas at archlinux.org
Wed May 3 17:26:45 UTC 2017


    Date: Wednesday, May 3, 2017 @ 17:26:45
  Author: arojas
Revision: 295229

archrelease: copy trunk to extra-any

Added:
  perl-mime-tools/repos/extra-any/PKGBUILD
    (from rev 295228, perl-mime-tools/trunk/PKGBUILD)
Deleted:
  perl-mime-tools/repos/extra-any/PKGBUILD

----------+
 PKGBUILD |   70 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 35 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-05-03 17:26:27 UTC (rev 295228)
+++ PKGBUILD	2017-05-03 17:26:45 UTC (rev 295229)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
-# Contributor: François Charette <firmicus ατ gmx δοτ net>
-
-pkgname=perl-mime-tools
-pkgver=5.508
-pkgrel=1
-pkgdesc="Parses streams to create MIME entities"
-arch=('any')
-url="http://search.cpan.org/dist/MIME-tools"
-license=('GPL' 'PerlArtistic')
-depends=('perl-mailtools' 'perl-io-stringy' 'perl-convert-binhex')
-options=('!emptydirs')
-provides=('perl-mime-body=5.428.0' 'perl-mime-decoder' 'perl-mime-decoder-base64'
-	'perl-mime-decoder-binary' 'perl-mime-decoder-binhex' 'perl-mime-decoder-gzip64'
-	'perl-mime-decoder-nbit' 'perl-mime-decoder-quotedprint' 'perl-mime-decoder-uu'
-	'perl-mime-entity' 'perl-mime-field-contdisp=5.428.0' 'perl-mime-field-contraenc=5.428.0'
-	'perl-mime-field-conttype=5.428.0' 'perl-mime-field-paramval=5.428.0' 'perl-mime-head=5.428.0'
-	'perl-mime-parser' 'perl-mime-parser-filer' 'perl-mime-parser-reader'
-	'perl-mime-parser-results' 'perl-mime-worddecoder' 'perl-mime-words=5.428.0')
-source=("http://www.cpan.org/authors/id/D/DS/DSKOLL/MIME-tools-${pkgver}.tar.gz") 
-md5sums=('75067d7497ffdcc50cf0009a7bccc3d2')
-
-build() {
-  cd  "${srcdir}/MIME-tools-${pkgver}"
-
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-package() {
-  cd  "${srcdir}/MIME-tools-${pkgver}"
-
-  make install DESTDIR="${pkgdir}"
-}

Copied: perl-mime-tools/repos/extra-any/PKGBUILD (from rev 295228, perl-mime-tools/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-05-03 17:26:45 UTC (rev 295229)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
+# Contributor: François Charette <firmicus ατ gmx δοτ net>
+
+pkgname=perl-mime-tools
+pkgver=5.509
+pkgrel=1
+pkgdesc="Parses streams to create MIME entities"
+arch=('any')
+url="http://search.cpan.org/dist/MIME-tools"
+license=('GPL' 'PerlArtistic')
+depends=('perl-mailtools' 'perl-io-stringy' 'perl-convert-binhex')
+options=('!emptydirs')
+provides=('perl-mime-body=5.428.0' 'perl-mime-decoder' 'perl-mime-decoder-base64'
+	'perl-mime-decoder-binary' 'perl-mime-decoder-binhex' 'perl-mime-decoder-gzip64'
+	'perl-mime-decoder-nbit' 'perl-mime-decoder-quotedprint' 'perl-mime-decoder-uu'
+	'perl-mime-entity' 'perl-mime-field-contdisp=5.428.0' 'perl-mime-field-contraenc=5.428.0'
+	'perl-mime-field-conttype=5.428.0' 'perl-mime-field-paramval=5.428.0' 'perl-mime-head=5.428.0'
+	'perl-mime-parser' 'perl-mime-parser-filer' 'perl-mime-parser-reader'
+	'perl-mime-parser-results' 'perl-mime-worddecoder' 'perl-mime-words=5.428.0')
+source=("http://www.cpan.org/authors/id/D/DS/DSKOLL/MIME-tools-${pkgver}.tar.gz") 
+md5sums=('a2f0e07da2ff4b0478908544cc4b40fa')
+
+build() {
+  cd  "${srcdir}/MIME-tools-${pkgver}"
+
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd  "${srcdir}/MIME-tools-${pkgver}"
+
+  make install DESTDIR="${pkgdir}"
+}



More information about the arch-commits mailing list