[arch-commits] Commit in perl-image-exiftool/repos/extra-any (PKGBUILD PKGBUILD)

Florian Pritz bluewind at archlinux.org
Sat Mar 14 12:22:39 UTC 2015


    Date: Saturday, March 14, 2015 @ 13:22:38
  Author: bluewind
Revision: 233795

archrelease: copy trunk to extra-any

Added:
  perl-image-exiftool/repos/extra-any/PKGBUILD
    (from rev 233794, perl-image-exiftool/trunk/PKGBUILD)
Deleted:
  perl-image-exiftool/repos/extra-any/PKGBUILD

----------+
 PKGBUILD |   76 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2015-03-14 12:22:34 UTC (rev 233794)
+++ PKGBUILD	2015-03-14 12:22:38 UTC (rev 233795)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Florian Pritz <bluewind at xinu.at>
-# Contributor: tobias <tobias at archlinux.org>
-# Contributor: Tobias Kieslich <tobias at justdreams.de>
-# Contributor: Firmicus <francois.archlinux.org>
-
-pkgname=perl-image-exiftool
-_srcname=Image-ExifTool
-pkgver=9.76
-pkgrel=1
-pkgdesc="Reader and rewriter of EXIF informations that supports raw files"
-arch=('any')
-url="http://search.cpan.org/perldoc?exiftool"
-license=('GPL')
-depends=('perl')
-provides=("perl-exiftool=$pkgver")
-replaces=("perl-exiftool")
-options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/E/EX/EXIFTOOL/${_srcname}-$pkgver.tar.gz)
-md5sums=('2dedfc6df3bf0fe04877f0335c0ac315')
-
-build() {
-  cd "${srcdir}/${_srcname}-${pkgver}"
-  # install module in vendor directories.
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd "${srcdir}/${_srcname}-${pkgver}"
-  make test
-}
-
-package() {
-  cd "${srcdir}/${_srcname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}
-

Copied: perl-image-exiftool/repos/extra-any/PKGBUILD (from rev 233794, perl-image-exiftool/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2015-03-14 12:22:38 UTC (rev 233795)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Florian Pritz <bluewind at xinu.at>
+# Contributor: tobias <tobias at archlinux.org>
+# Contributor: Tobias Kieslich <tobias at justdreams.de>
+# Contributor: Firmicus <francois.archlinux.org>
+
+pkgname=perl-image-exiftool
+_srcname=Image-ExifTool
+pkgver=9.90
+pkgrel=1
+pkgdesc="Reader and rewriter of EXIF informations that supports raw files"
+arch=('any')
+url="http://search.cpan.org/perldoc?exiftool"
+license=('GPL')
+depends=('perl')
+provides=("perl-exiftool=$pkgver")
+replaces=("perl-exiftool")
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/E/EX/EXIFTOOL/${_srcname}-$pkgver.tar.gz)
+md5sums=('4ce15d63f29f682763e77e7bb4685dec')
+
+build() {
+  cd "${srcdir}/${_srcname}-${pkgver}"
+  # install module in vendor directories.
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd "${srcdir}/${_srcname}-${pkgver}"
+  make test
+}
+
+package() {
+  cd "${srcdir}/${_srcname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}
+



More information about the arch-commits mailing list