[arch-commits] Commit in perl-xml-namespacesupport/trunk (PKGBUILD)

2011-11-30 Thread Giovanni Scafora
Date: Wednesday, November 30, 2011 @ 17:08:00
  Author: giovanni
Revision: 143951

upgpkg: perl-xml-namespacesupport 1.11-2

rebuild

Modified:
  perl-xml-namespacesupport/trunk/PKGBUILD

--+
 PKGBUILD |   15 ++-
 1 file changed, 10 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-11-30 22:03:46 UTC (rev 143950)
+++ PKGBUILD2011-11-30 22:08:00 UTC (rev 143951)
@@ -4,23 +4,28 @@
 
 pkgname=perl-xml-namespacesupport
 pkgver=1.11
-pkgrel=1
+pkgrel=2
 pkgdesc="Generic namespace helpers (ported from SAX2)"
 arch=('any')
 url="http://search.cpan.org/dist/XML-NamespaceSupport";
 license=('GPL')
 depends=('perl')
 options=('!emptydirs')
-source=(http://www.cpan.org/authors/id/P/PE/PERIGRIN/XML-NamespaceSupport-${pkgver}.tar.gz)
+source=("http://www.cpan.org/authors/id/P/PE/PERIGRIN/XML-NamespaceSupport-${pkgver}.tar.gz";)
 md5sums=('222cca76161cd956d724286d36b607da')
 
 build() {
   cd  "${srcdir}/XML-NamespaceSupport-${pkgver}"
 
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor || return 1 
-  make || return 1
-  make install DESTDIR="${pkgdir}" || return 1
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
 
+package() {
+  cd  "${srcdir}/XML-NamespaceSupport-${pkgver}"
+
+  make install DESTDIR="${pkgdir}"
+
   find ${pkgdir} -name '.packlist' -delete
   find ${pkgdir} -name '*.pod' -delete
 }



[arch-commits] Commit in perl-xml-namespacesupport/trunk (PKGBUILD)

2014-07-03 Thread Felix Yan
Date: Friday, July 4, 2014 @ 06:17:32
  Author: fyan
Revision: 216465

upgpkg: perl-xml-namespacesupport 1.11-3

mtree rebuild

Modified:
  perl-xml-namespacesupport/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-07-04 04:15:45 UTC (rev 216464)
+++ PKGBUILD2014-07-04 04:17:32 UTC (rev 216465)
@@ -4,7 +4,7 @@
 
 pkgname=perl-xml-namespacesupport
 pkgver=1.11
-pkgrel=2
+pkgrel=3
 pkgdesc="Generic namespace helpers (ported from SAX2)"
 arch=('any')
 url="http://search.cpan.org/dist/XML-NamespaceSupport";



[arch-commits] Commit in perl-xml-namespacesupport/trunk (PKGBUILD)

2010-02-06 Thread Giovanni Scafora
Date: Saturday, February 6, 2010 @ 08:45:10
  Author: giovanni
Revision: 67348

upgpkg: perl-xml-namespacesupport 1.09-5
Added to extra as mythtv dep

Modified:
  perl-xml-namespacesupport/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-02-06 13:42:33 UTC (rev 67347)
+++ PKGBUILD2010-02-06 13:45:10 UTC (rev 67348)
@@ -19,7 +19,7 @@
 
   PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor || return 1 
   make || return 1
-  make install DESTDIR="${pkgdir} || return 1
+  make install DESTDIR="${pkgdir}" || return 1
 
   find ${pkgdir} -name '.packlist' -delete
   find ${pkgdir} -name '*.pod' -delete



[arch-commits] Commit in perl-xml-namespacesupport/trunk (PKGBUILD)

2010-02-12 Thread Giovanni Scafora
Date: Friday, February 12, 2010 @ 22:18:06
  Author: giovanni
Revision: 68528

upgpkg: perl-xml-namespacesupport 1.10-1
upstream release

Modified:
  perl-xml-namespacesupport/trunk/PKGBUILD

--+
 PKGBUILD |   14 +++---
 1 file changed, 7 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-02-13 03:08:26 UTC (rev 68527)
+++ PKGBUILD2010-02-13 03:18:06 UTC (rev 68528)
@@ -3,16 +3,16 @@
 # Contributor: François Charette 
 
 pkgname=perl-xml-namespacesupport
-pkgver=1.09
-pkgrel=5
+pkgver=1.10
+pkgrel=1
 pkgdesc="Generic namespace helpers (ported from SAX2)"
-arch=('i686' 'x86_64')
+arch=('any')
 url="http://search.cpan.org/dist/XML-NamespaceSupport";
-license=('GPL' 'PerlArtistic')
-depends=('perl>=5.10.0')
+license=('GPL')
+depends=('perl')
 options=('!emptydirs')
-source=(http://www.cpan.org/authors/id/R/RB/RBERJON/XML-NamespaceSupport-$pkgver.tar.gz)
 
-md5sums=('b0867d7b599d8a63ba630fa6227936fe')
+source=(http://www.cpan.org/authors/id/P/PE/PERIGRIN/XML-NamespaceSupport-${pkgver}.tar.gz)
+md5sums=('0a760067d4b517672f064e911679c509')
 
 build() {
   cd  "${srcdir}/XML-NamespaceSupport-${pkgver}"



[arch-commits] Commit in perl-xml-namespacesupport/trunk (PKGBUILD)

2010-08-21 Thread Giovanni Scafora
Date: Saturday, August 21, 2010 @ 13:40:35
  Author: giovanni
Revision: 88252

upgpkg: perl-xml-namespacesupport 1.11-1
upstream release

Modified:
  perl-xml-namespacesupport/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-08-21 16:00:17 UTC (rev 88251)
+++ PKGBUILD2010-08-21 17:40:35 UTC (rev 88252)
@@ -3,7 +3,7 @@
 # Contributor: François Charette 
 
 pkgname=perl-xml-namespacesupport
-pkgver=1.10
+pkgver=1.11
 pkgrel=1
 pkgdesc="Generic namespace helpers (ported from SAX2)"
 arch=('any')
@@ -12,7 +12,7 @@
 depends=('perl')
 options=('!emptydirs')
 
source=(http://www.cpan.org/authors/id/P/PE/PERIGRIN/XML-NamespaceSupport-${pkgver}.tar.gz)
-md5sums=('0a760067d4b517672f064e911679c509')
+md5sums=('222cca76161cd956d724286d36b607da')
 
 build() {
   cd  "${srcdir}/XML-NamespaceSupport-${pkgver}"



[arch-commits] Commit in perl-xml-namespacesupport/trunk (PKGBUILD)

2017-05-04 Thread Antonio Rojas
Date: Thursday, May 4, 2017 @ 07:11:39
  Author: arojas
Revision: 295259

Update to 1.12

Modified:
  perl-xml-namespacesupport/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-05-04 06:54:09 UTC (rev 295258)
+++ PKGBUILD2017-05-04 07:11:39 UTC (rev 295259)
@@ -3,8 +3,8 @@
 # Contributor: François Charette 
 
 pkgname=perl-xml-namespacesupport
-pkgver=1.11
-pkgrel=3
+pkgver=1.12
+pkgrel=1
 pkgdesc="Generic namespace helpers (ported from SAX2)"
 arch=('any')
 url="http://search.cpan.org/dist/XML-NamespaceSupport";
@@ -12,7 +12,7 @@
 depends=('perl')
 options=('!emptydirs')
 
source=("http://www.cpan.org/authors/id/P/PE/PERIGRIN/XML-NamespaceSupport-${pkgver}.tar.gz";)
-md5sums=('222cca76161cd956d724286d36b607da')
+md5sums=('a8916c6d095bcf073e1108af02e78c97')
 
 build() {
   cd  "${srcdir}/XML-NamespaceSupport-${pkgver}"


[arch-commits] Commit in perl-xml-namespacesupport/trunk (PKGBUILD)

2017-06-01 Thread Felix Yan
Date: Thursday, June 1, 2017 @ 08:48:06
  Author: felixonmars
Revision: 297062

Perl 5.26 rebuild

Modified:
  perl-xml-namespacesupport/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-06-01 08:48:04 UTC (rev 297061)
+++ PKGBUILD2017-06-01 08:48:06 UTC (rev 297062)
@@ -4,7 +4,7 @@
 
 pkgname=perl-xml-namespacesupport
 pkgver=1.12
-pkgrel=1
+pkgrel=2
 pkgdesc="Generic namespace helpers (ported from SAX2)"
 arch=('any')
 url="http://search.cpan.org/dist/XML-NamespaceSupport";


[arch-commits] Commit in perl-xml-namespacesupport/trunk (PKGBUILD)

2020-05-16 Thread Evangelos Foutras via arch-commits
Date: Saturday, May 16, 2020 @ 10:30:25
  Author: foutrelis
Revision: 384143

upgpkg: perl-xml-namespacesupport 1.12-4: reproducibility rebuild

Modified:
  perl-xml-namespacesupport/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-05-16 10:30:04 UTC (rev 384142)
+++ PKGBUILD2020-05-16 10:30:25 UTC (rev 384143)
@@ -3,7 +3,7 @@
 
 pkgname=perl-xml-namespacesupport
 pkgver=1.12
-pkgrel=3
+pkgrel=4
 pkgdesc="Generic namespace helpers (ported from SAX2)"
 arch=('any')
 url="https://search.cpan.org/dist/XML-NamespaceSupport";


[arch-commits] Commit in perl-xml-namespacesupport/trunk (PKGBUILD)

2019-05-21 Thread Antonio Rojas via arch-commits
Date: Tuesday, May 21, 2019 @ 21:55:37
  Author: arojas
Revision: 353766

https

Modified:
  perl-xml-namespacesupport/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-05-21 21:55:07 UTC (rev 353765)
+++ PKGBUILD2019-05-21 21:55:37 UTC (rev 353766)
@@ -6,7 +6,7 @@
 pkgrel=3
 pkgdesc="Generic namespace helpers (ported from SAX2)"
 arch=('any')
-url="http://search.cpan.org/dist/XML-NamespaceSupport";
+url="https://search.cpan.org/dist/XML-NamespaceSupport";
 license=('GPL')
 depends=('perl')
 options=('!emptydirs')


[arch-commits] Commit in perl-xml-namespacesupport/trunk (PKGBUILD)

2018-11-08 Thread Felix Yan via arch-commits
Date: Thursday, November 8, 2018 @ 12:46:48
  Author: felixonmars
Revision: 338370

update source and format

Modified:
  perl-xml-namespacesupport/trunk/PKGBUILD

--+
 PKGBUILD |   12 ++--
 1 file changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-11-08 12:45:50 UTC (rev 338369)
+++ PKGBUILD2018-11-08 12:46:48 UTC (rev 338370)
@@ -10,11 +10,11 @@
 license=('GPL')
 depends=('perl')
 options=('!emptydirs')
-source=("http://www.cpan.org/authors/id/P/PE/PERIGRIN/XML-NamespaceSupport-${pkgver}.tar.gz";)
+source=("https://www.cpan.org/authors/id/P/PE/PERIGRIN/XML-NamespaceSupport-${pkgver}.tar.gz";)
 md5sums=('a8916c6d095bcf073e1108af02e78c97')
 
 build() {
-  cd  "${srcdir}/XML-NamespaceSupport-${pkgver}"
+  cd XML-NamespaceSupport-$pkgver
 
   PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
   make
@@ -21,10 +21,10 @@
 }
 
 package() {
-  cd  "${srcdir}/XML-NamespaceSupport-${pkgver}"
+  cd XML-NamespaceSupport-$pkgver
 
-  make install DESTDIR="${pkgdir}"
+  make install DESTDIR="$pkgdir"
 
-  find ${pkgdir} -name '.packlist' -delete
-  find ${pkgdir} -name '*.pod' -delete
+  find "$pkgdir" -name '.packlist' -delete
+  find "$pkgdir" -name '*.pod' -delete
 }


[arch-commits] Commit in perl-xml-namespacesupport/trunk (PKGBUILD)

2018-11-09 Thread Felix Yan via arch-commits
Date: Friday, November 9, 2018 @ 23:17:12
  Author: felixonmars
Revision: 338763

PIE/BUILDINFO rebuild

Modified:
  perl-xml-namespacesupport/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-11-09 23:17:10 UTC (rev 338762)
+++ PKGBUILD2018-11-09 23:17:12 UTC (rev 338763)
@@ -3,7 +3,7 @@
 
 pkgname=perl-xml-namespacesupport
 pkgver=1.12
-pkgrel=2
+pkgrel=3
 pkgdesc="Generic namespace helpers (ported from SAX2)"
 arch=('any')
 url="http://search.cpan.org/dist/XML-NamespaceSupport";