[arch-commits] Commit in perl-convert-binhex/repos/extra-any (4 files)

2016-03-12 Thread Antonio Rojas
Date: Saturday, March 12, 2016 @ 12:58:02
  Author: arojas
Revision: 261354

archrelease: copy trunk to extra-any

Added:
  perl-convert-binhex/repos/extra-any/PKGBUILD
(from rev 261353, perl-convert-binhex/trunk/PKGBUILD)
  perl-convert-binhex/repos/extra-any/perl-convert-binhex.install
(from rev 261353, perl-convert-binhex/trunk/perl-convert-binhex.install)
Deleted:
  perl-convert-binhex/repos/extra-any/PKGBUILD
  perl-convert-binhex/repos/extra-any/perl-convert-binhex.install

-+
 PKGBUILD|   64 +-
 perl-convert-binhex.install |   16 +-
 2 files changed, 40 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-03-12 11:57:35 UTC (rev 261353)
+++ PKGBUILD2016-03-12 11:58:02 UTC (rev 261354)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Contributor: Techlive Zheng 
-# Contributor: Jakub Fišer 
-# Contributor: Filip S. Adamsen 
-
-pkgname=perl-convert-binhex
-pkgver=1.123
-pkgrel=2
-pkgdesc="Perl module to extract data from Macintosh BinHex files"
-arch=('any')
-url="http://search.cpan.org/dist/Convert-BinHex/;
-license=('PerlArtistic')
-depends=('perl')
-options=('!emptydirs')
-install=${pkgname}.install
-source=("http://search.cpan.org/CPAN/authors/id/S/ST/STEPHEN/Convert-BinHex-$pkgver.tar.gz;)
-md5sums=('6957dee877c64918066ae27ca6069bfe')
-
-build() {
-  cd "${srcdir}/Convert-BinHex-${pkgver}"
-
-  # install module in vendor directories.
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-package() {
-  cd "${srcdir}/Convert-BinHex-${pkgver}"
-
-  make DESTDIR="${pkgdir}/" install
-}

Copied: perl-convert-binhex/repos/extra-any/PKGBUILD (from rev 261353, 
perl-convert-binhex/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-03-12 11:58:02 UTC (rev 261354)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: Techlive Zheng 
+# Contributor: Jakub Fišer 
+# Contributor: Filip S. Adamsen 
+
+pkgname=perl-convert-binhex
+pkgver=1.125
+pkgrel=1
+pkgdesc="Perl module to extract data from Macintosh BinHex files"
+arch=('any')
+url="http://search.cpan.org/dist/Convert-BinHex/;
+license=('PerlArtistic')
+depends=('perl')
+options=('!emptydirs')
+install=${pkgname}.install
+source=("http://search.cpan.org/CPAN/authors/id/S/ST/STEPHEN/Convert-BinHex-$pkgver.tar.gz;)
+md5sums=('2f485e1283387ead5b92243e1aacff9d')
+
+build() {
+  cd "${srcdir}/Convert-BinHex-${pkgver}"
+
+  # install module in vendor directories.
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd "${srcdir}/Convert-BinHex-${pkgver}"
+
+  make DESTDIR="${pkgdir}/" install
+}

Deleted: perl-convert-binhex.install
===
--- perl-convert-binhex.install 2016-03-12 11:57:35 UTC (rev 261353)
+++ perl-convert-binhex.install 2016-03-12 11:58:02 UTC (rev 261354)
@@ -1,8 +0,0 @@
-post_install() {
-  echo -n "module test... "
-  perl -mConvert::BinHex -e "exit 0;" 2> /dev/null && echo 'pass.' || echo 
'fail.'
-}
-
-post_upgrade() {
-  post_install
-}

Copied: perl-convert-binhex/repos/extra-any/perl-convert-binhex.install (from 
rev 261353, perl-convert-binhex/trunk/perl-convert-binhex.install)
===
--- perl-convert-binhex.install (rev 0)
+++ perl-convert-binhex.install 2016-03-12 11:58:02 UTC (rev 261354)
@@ -0,0 +1,8 @@
+post_install() {
+  echo -n "module test... "
+  perl -mConvert::BinHex -e "exit 0;" 2> /dev/null && echo 'pass.' || echo 
'fail.'
+}
+
+post_upgrade() {
+  post_install
+}


[arch-commits] Commit in perl-convert-binhex/repos/extra-any (4 files)

2013-11-09 Thread Giovanni Scafora
Date: Saturday, November 9, 2013 @ 09:00:57
  Author: giovanni
Revision: 199280

archrelease: copy trunk to extra-any

Added:
  perl-convert-binhex/repos/extra-any/PKGBUILD
(from rev 199279, perl-convert-binhex/trunk/PKGBUILD)
  perl-convert-binhex/repos/extra-any/perl-convert-binhex.install
(from rev 199279, perl-convert-binhex/trunk/perl-convert-binhex.install)
Deleted:
  perl-convert-binhex/repos/extra-any/PKGBUILD
  perl-convert-binhex/repos/extra-any/perl-convert-binhex.install

-+
 PKGBUILD|   68 +++---
 perl-convert-binhex.install |   16 -
 2 files changed, 40 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-11-09 08:00:53 UTC (rev 199279)
+++ PKGBUILD2013-11-09 08:00:57 UTC (rev 199280)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Techlive Zheng techlivezheng [at] gmail [dot] com
-# Contributor: Jakub Fišer mr [at] MikyMaus [dot] org
-# Contributor: Filip S. Adamsen fsa [at] fsadev [dot] com
-
-pkgname=perl-convert-binhex
-pkgver=1.123
-pkgrel=1
-pkgdesc=Perl module to extract data from Macintosh BinHex files
-arch=('any')
-url=http://search.cpan.org/~eryq/Convert-BinHex-1.119/;
-license=('PerlArtistic')
-depends=('perl')
-options=('!emptydirs')
-install=${pkgname}.install
-source=(http://search.cpan.org/CPAN/authors/id/S/ST/STEPHEN/Convert-BinHex-$pkgver.tar.gz;)
-md5sums=('6957dee877c64918066ae27ca6069bfe')
-
-build() {
-  cd ${srcdir}/Convert-BinHex-${pkgver}
-
-  # install module in vendor directories.
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-package() {
-  cd ${srcdir}/Convert-BinHex-${pkgver}
-
-  make DESTDIR=${pkgdir}/ install
-
-  # remove perllocal.pod and .packlist
-  find ${pkgdir} -name perllocal.pod -delete
-  find ${pkgdir} -name .packlist -delete
-}

Copied: perl-convert-binhex/repos/extra-any/PKGBUILD (from rev 199279, 
perl-convert-binhex/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-11-09 08:00:57 UTC (rev 199280)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Techlive Zheng techlivezheng [at] gmail [dot] com
+# Contributor: Jakub Fišer mr [at] MikyMaus [dot] org
+# Contributor: Filip S. Adamsen fsa [at] fsadev [dot] com
+
+pkgname=perl-convert-binhex
+pkgver=1.123
+pkgrel=2
+pkgdesc=Perl module to extract data from Macintosh BinHex files
+arch=('any')
+url=http://search.cpan.org/dist/Convert-BinHex/;
+license=('PerlArtistic')
+depends=('perl')
+options=('!emptydirs')
+install=${pkgname}.install
+source=(http://search.cpan.org/CPAN/authors/id/S/ST/STEPHEN/Convert-BinHex-$pkgver.tar.gz;)
+md5sums=('6957dee877c64918066ae27ca6069bfe')
+
+build() {
+  cd ${srcdir}/Convert-BinHex-${pkgver}
+
+  # install module in vendor directories.
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd ${srcdir}/Convert-BinHex-${pkgver}
+
+  make DESTDIR=${pkgdir}/ install
+}

Deleted: perl-convert-binhex.install
===
--- perl-convert-binhex.install 2013-11-09 08:00:53 UTC (rev 199279)
+++ perl-convert-binhex.install 2013-11-09 08:00:57 UTC (rev 199280)
@@ -1,8 +0,0 @@
-post_install() {
-  echo -n module test... 
-  perl -mConvert::BinHex -e exit 0; 2 /dev/null  echo 'pass.' || echo 
'fail.'
-}
-
-post_upgrade() {
-  post_install
-}

Copied: perl-convert-binhex/repos/extra-any/perl-convert-binhex.install (from 
rev 199279, perl-convert-binhex/trunk/perl-convert-binhex.install)
===
--- perl-convert-binhex.install (rev 0)
+++ perl-convert-binhex.install 2013-11-09 08:00:57 UTC (rev 199280)
@@ -0,0 +1,8 @@
+post_install() {
+  echo -n module test... 
+  perl -mConvert::BinHex -e exit 0; 2 /dev/null  echo 'pass.' || echo 
'fail.'
+}
+
+post_upgrade() {
+  post_install
+}



[arch-commits] Commit in perl-convert-binhex/repos/extra-any (4 files)

2013-10-27 Thread Giovanni Scafora
Date: Sunday, October 27, 2013 @ 17:37:26
  Author: giovanni
Revision: 197644

archrelease: copy trunk to extra-any

Added:
  perl-convert-binhex/repos/extra-any/PKGBUILD
(from rev 197643, perl-convert-binhex/trunk/PKGBUILD)
  perl-convert-binhex/repos/extra-any/perl-convert-binhex.install
(from rev 197643, perl-convert-binhex/trunk/perl-convert-binhex.install)
Deleted:
  perl-convert-binhex/repos/extra-any/PKGBUILD
  perl-convert-binhex/repos/extra-any/perl-convert-binhex.install

-+
 PKGBUILD|   72 +-
 perl-convert-binhex.install |   16 -
 2 files changed, 44 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-10-27 16:37:21 UTC (rev 197643)
+++ PKGBUILD2013-10-27 16:37:26 UTC (rev 197644)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Techlive Zheng techlivezheng [at] gmail [dot] com
-# Contributor: Jakub Fišer mr [at] MikyMaus [dot] org
-# Contributor: Filip S. Adamsen fsa [at] fsadev [dot] com
-
-pkgname=perl-convert-binhex
-pkgver=1.119
-pkgrel=4
-pkgdesc=Perl module to extract data from Macintosh BinHex files
-arch=('any')
-url=http://search.cpan.org/~eryq/Convert-BinHex-1.119/;
-license=('PerlArtistic')
-depends=('perl')
-options=('!emptydirs')
-install=${pkgname}.install
-source=(http://search.cpan.org/CPAN/authors/id/E/ER/ERYQ/Convert-BinHex-$pkgver.tar.gz;)
-md5sums=('ba70ad1772abac6270078f28197a7961')
-
-build() {
-  cd ${srcdir}/Convert-BinHex-${pkgver}
-
-  # install module in vendor directories.
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-package() {
-  cd ${srcdir}/Convert-BinHex-${pkgver}
-
-  make DESTDIR=${pkgdir}/ install
-
-  # remove perllocal.pod and .packlist
-  find ${pkgdir} -name perllocal.pod -delete
-  find ${pkgdir} -name .packlist -delete
-}

Copied: perl-convert-binhex/repos/extra-any/PKGBUILD (from rev 197643, 
perl-convert-binhex/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-10-27 16:37:26 UTC (rev 197644)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Techlive Zheng techlivezheng [at] gmail [dot] com
+# Contributor: Jakub Fišer mr [at] MikyMaus [dot] org
+# Contributor: Filip S. Adamsen fsa [at] fsadev [dot] com
+
+pkgname=perl-convert-binhex
+pkgver=1.123
+pkgrel=1
+pkgdesc=Perl module to extract data from Macintosh BinHex files
+arch=('any')
+url=http://search.cpan.org/~eryq/Convert-BinHex-1.119/;
+license=('PerlArtistic')
+depends=('perl')
+options=('!emptydirs')
+install=${pkgname}.install
+source=(http://search.cpan.org/CPAN/authors/id/S/ST/STEPHEN/Convert-BinHex-$pkgver.tar.gz;)
+md5sums=('6957dee877c64918066ae27ca6069bfe')
+
+build() {
+  cd ${srcdir}/Convert-BinHex-${pkgver}
+
+  # install module in vendor directories.
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd ${srcdir}/Convert-BinHex-${pkgver}
+
+  make DESTDIR=${pkgdir}/ install
+
+  # remove perllocal.pod and .packlist
+  find ${pkgdir} -name perllocal.pod -delete
+  find ${pkgdir} -name .packlist -delete
+}

Deleted: perl-convert-binhex.install
===
--- perl-convert-binhex.install 2013-10-27 16:37:21 UTC (rev 197643)
+++ perl-convert-binhex.install 2013-10-27 16:37:26 UTC (rev 197644)
@@ -1,8 +0,0 @@
-post_install() {
-  echo -n module test... 
-  perl -mConvert::BinHex -e exit 0; 2 /dev/null  echo 'pass.' || echo 
'fail.'
-}
-
-post_upgrade() {
-  post_install
-}

Copied: perl-convert-binhex/repos/extra-any/perl-convert-binhex.install (from 
rev 197643, perl-convert-binhex/trunk/perl-convert-binhex.install)
===
--- perl-convert-binhex.install (rev 0)
+++ perl-convert-binhex.install 2013-10-27 16:37:26 UTC (rev 197644)
@@ -0,0 +1,8 @@
+post_install() {
+  echo -n module test... 
+  perl -mConvert::BinHex -e exit 0; 2 /dev/null  echo 'pass.' || echo 
'fail.'
+}
+
+post_upgrade() {
+  post_install
+}



[arch-commits] Commit in perl-convert-binhex/repos/extra-any (4 files)

2011-11-30 Thread Giovanni Scafora
Date: Wednesday, November 30, 2011 @ 16:19:35
  Author: giovanni
Revision: 143927

archrelease: copy trunk to extra-any

Added:
  perl-convert-binhex/repos/extra-any/PKGBUILD
(from rev 143926, perl-convert-binhex/trunk/PKGBUILD)
  perl-convert-binhex/repos/extra-any/perl-convert-binhex.install
(from rev 143926, perl-convert-binhex/trunk/perl-convert-binhex.install)
Deleted:
  perl-convert-binhex/repos/extra-any/PKGBUILD
  perl-convert-binhex/repos/extra-any/perl-convert-binhex.install

-+
 PKGBUILD|   67 ++
 perl-convert-binhex.install |   16 +-
 2 files changed, 44 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2011-11-30 21:19:20 UTC (rev 143926)
+++ PKGBUILD2011-11-30 21:19:35 UTC (rev 143927)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Techlive Zheng techlivezheng [at] gmail [dot] com
-# Contributor: Jakub Fišer mr [at] MikyMaus [dot] org
-# Contributor: Filip S. Adamsen fsa [at] fsadev [dot] com
-
-pkgname=perl-convert-binhex
-pkgver=1.119
-pkgrel=3
-pkgdesc=Perl module to extract data from Macintosh BinHex files
-arch=('any')
-url=http://search.cpan.org/~eryq/Convert-BinHex-1.119/;
-license=('PerlArtistic')
-depends=('perl')
-options=('!emptydirs')
-install=${pkgname}.install
-source=(http://search.cpan.org/CPAN/authors/id/E/ER/ERYQ/Convert-BinHex-$pkgver.tar.gz;);
-md5sums=('ba70ad1772abac6270078f28197a7961')
-
-build() {
-  cd ${srcdir}/Convert-BinHex-${pkgver}
-
-  # install module in vendor directories.
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-  make DESTDIR=${pkgdir}/ install
-
-  # remove perllocal.pod and .packlist
-  find ${pkgdir} -name perllocal.pod -delete
-  find ${pkgdir} -name .packlist -delete
-}

Copied: perl-convert-binhex/repos/extra-any/PKGBUILD (from rev 143926, 
perl-convert-binhex/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2011-11-30 21:19:35 UTC (rev 143927)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Techlive Zheng techlivezheng [at] gmail [dot] com
+# Contributor: Jakub Fišer mr [at] MikyMaus [dot] org
+# Contributor: Filip S. Adamsen fsa [at] fsadev [dot] com
+
+pkgname=perl-convert-binhex
+pkgver=1.119
+pkgrel=4
+pkgdesc=Perl module to extract data from Macintosh BinHex files
+arch=('any')
+url=http://search.cpan.org/~eryq/Convert-BinHex-1.119/;
+license=('PerlArtistic')
+depends=('perl')
+options=('!emptydirs')
+install=${pkgname}.install
+source=(http://search.cpan.org/CPAN/authors/id/E/ER/ERYQ/Convert-BinHex-$pkgver.tar.gz;)
+md5sums=('ba70ad1772abac6270078f28197a7961')
+
+build() {
+  cd ${srcdir}/Convert-BinHex-${pkgver}
+
+  # install module in vendor directories.
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd ${srcdir}/Convert-BinHex-${pkgver}
+
+  make DESTDIR=${pkgdir}/ install
+
+  # remove perllocal.pod and .packlist
+  find ${pkgdir} -name perllocal.pod -delete
+  find ${pkgdir} -name .packlist -delete
+}

Deleted: perl-convert-binhex.install
===
--- perl-convert-binhex.install 2011-11-30 21:19:20 UTC (rev 143926)
+++ perl-convert-binhex.install 2011-11-30 21:19:35 UTC (rev 143927)
@@ -1,8 +0,0 @@
-post_install() {
-  echo -n module test... 
-  perl -mConvert::BinHex -e exit 0; 2 /dev/null  echo 'pass.' || echo 
'fail.'
-}
-
-post_upgrade() {
-  post_install
-}

Copied: perl-convert-binhex/repos/extra-any/perl-convert-binhex.install (from 
rev 143926, perl-convert-binhex/trunk/perl-convert-binhex.install)
===
--- perl-convert-binhex.install (rev 0)
+++ perl-convert-binhex.install 2011-11-30 21:19:35 UTC (rev 143927)
@@ -0,0 +1,8 @@
+post_install() {
+  echo -n module test... 
+  perl -mConvert::BinHex -e exit 0; 2 /dev/null  echo 'pass.' || echo 
'fail.'
+}
+
+post_upgrade() {
+  post_install
+}