Date: Tuesday, August 6, 2013 @ 13:51:02
  Author: spupykin
Revision: 95154

archrelease: copy trunk to community-i686, community-x86_64

Added:
  perl-crypt-blowfish/repos/community-i686/PKGBUILD
    (from rev 95153, perl-crypt-blowfish/trunk/PKGBUILD)
  perl-crypt-blowfish/repos/community-x86_64/PKGBUILD
    (from rev 95153, perl-crypt-blowfish/trunk/PKGBUILD)
Deleted:
  perl-crypt-blowfish/repos/community-i686/PKGBUILD
  perl-crypt-blowfish/repos/community-i686/perl-5.18.patch
  perl-crypt-blowfish/repos/community-x86_64/PKGBUILD
  perl-crypt-blowfish/repos/community-x86_64/perl-5.18.patch

----------------------------------+
 /PKGBUILD                        |   52 +++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD          |   33 -----------------------
 community-i686/perl-5.18.patch   |   13 ---------
 community-x86_64/PKGBUILD        |   33 -----------------------
 community-x86_64/perl-5.18.patch |   13 ---------
 5 files changed, 52 insertions(+), 92 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD     2013-08-06 11:50:45 UTC (rev 95153)
+++ community-i686/PKGBUILD     2013-08-06 11:51:02 UTC (rev 95154)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <[email protected]>
-# Maintainer: Charles Mauch <[email protected]>
-
-pkgname=perl-crypt-blowfish
-pkgver=2.12
-pkgrel=6
-pkgdesc="Perl/CPAN Module Crypt::Blowfish : XSbased implementation of Blowfish"
-arch=("i686" "x86_64")
-url="http://search.cpan.org/dist/Crypt-Blowfish";
-license=("GPL" "PerlArtistic")
-source=("http://search.cpan.org/CPAN/authors/id/D/DP/DPARIS/Crypt-Blowfish-$pkgver.tar.gz";
-       "perl-5.18.patch")
-md5sums=('a0eca17addc8bdaf38c044c365a8800c'
-         '700129e690f239f9c1a318fffd3504c7')
-
-prepare() {
-  cd $srcdir/Crypt-Blowfish-$pkgver
-  patch -p1 <$srcdir/perl-5.18.patch
-}
-
-build() {
-  cd $srcdir/Crypt-Blowfish-$pkgver
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor 
-  make
-}
-
-package() {
-  cd $srcdir/Crypt-Blowfish-$pkgver
-  make pure_install doc_install DESTDIR=$pkgdir
-  find $pkgdir -name '.packlist' -delete
-  find $pkgdir -name '*.pod' -delete
-}

Copied: perl-crypt-blowfish/repos/community-i686/PKGBUILD (from rev 95153, 
perl-crypt-blowfish/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD                             (rev 0)
+++ community-i686/PKGBUILD     2013-08-06 11:51:02 UTC (rev 95154)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Sergej Pupykin <[email protected]>
+# Maintainer: Charles Mauch <[email protected]>
+
+pkgname=perl-crypt-blowfish
+pkgver=2.14
+pkgrel=1
+pkgdesc="Perl/CPAN Module Crypt::Blowfish : XSbased implementation of Blowfish"
+arch=("i686" "x86_64")
+url="http://search.cpan.org/dist/Crypt-Blowfish";
+license=("GPL" "PerlArtistic")
+source=("http://search.cpan.org/CPAN/authors/id/D/DP/DPARIS/Crypt-Blowfish-$pkgver.tar.gz";)
+md5sums=('792b43cd4e49d2c2cf4a9f6990ff7d1b')
+
+build() {
+  cd $srcdir/Crypt-Blowfish-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor 
+  make
+}
+
+package() {
+  cd $srcdir/Crypt-Blowfish-$pkgver
+  make pure_install doc_install DESTDIR=$pkgdir
+  find $pkgdir -name '.packlist' -delete
+  find $pkgdir -name '*.pod' -delete
+}

Deleted: community-i686/perl-5.18.patch
===================================================================
--- community-i686/perl-5.18.patch      2013-08-06 11:50:45 UTC (rev 95153)
+++ community-i686/perl-5.18.patch      2013-08-06 11:51:02 UTC (rev 95154)
@@ -1,13 +0,0 @@
-diff -wbBur Crypt-Blowfish-2.12.org/Blowfish.xs Crypt-Blowfish-2.12/Blowfish.xs
---- Crypt-Blowfish-2.12.org/Blowfish.xs        2000-11-30 09:25:21.000000000 
+0300
-+++ Crypt-Blowfish-2.12/Blowfish.xs    2013-05-20 15:31:52.481940353 +0400
-@@ -63,8 +63,7 @@
-                       output = sv_newmortal();
-               output_len = 8;
- 
--              if (!SvUPGRADE(output, SVt_PV))
--                      croak("cannot use output argument as lvalue");
-+              SvUPGRADE(output, SVt_PV);
- 
-               /* blowfish_crypt_8bytes(input, SvGROW(output, 8), ks, dir); */
-               /* HP-UX (HP cc) fix below, thanks Addi! */

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD   2013-08-06 11:50:45 UTC (rev 95153)
+++ community-x86_64/PKGBUILD   2013-08-06 11:51:02 UTC (rev 95154)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <[email protected]>
-# Maintainer: Charles Mauch <[email protected]>
-
-pkgname=perl-crypt-blowfish
-pkgver=2.12
-pkgrel=6
-pkgdesc="Perl/CPAN Module Crypt::Blowfish : XSbased implementation of Blowfish"
-arch=("i686" "x86_64")
-url="http://search.cpan.org/dist/Crypt-Blowfish";
-license=("GPL" "PerlArtistic")
-source=("http://search.cpan.org/CPAN/authors/id/D/DP/DPARIS/Crypt-Blowfish-$pkgver.tar.gz";
-       "perl-5.18.patch")
-md5sums=('a0eca17addc8bdaf38c044c365a8800c'
-         '700129e690f239f9c1a318fffd3504c7')
-
-prepare() {
-  cd $srcdir/Crypt-Blowfish-$pkgver
-  patch -p1 <$srcdir/perl-5.18.patch
-}
-
-build() {
-  cd $srcdir/Crypt-Blowfish-$pkgver
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor 
-  make
-}
-
-package() {
-  cd $srcdir/Crypt-Blowfish-$pkgver
-  make pure_install doc_install DESTDIR=$pkgdir
-  find $pkgdir -name '.packlist' -delete
-  find $pkgdir -name '*.pod' -delete
-}

Copied: perl-crypt-blowfish/repos/community-x86_64/PKGBUILD (from rev 95153, 
perl-crypt-blowfish/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD                           (rev 0)
+++ community-x86_64/PKGBUILD   2013-08-06 11:51:02 UTC (rev 95154)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Sergej Pupykin <[email protected]>
+# Maintainer: Charles Mauch <[email protected]>
+
+pkgname=perl-crypt-blowfish
+pkgver=2.14
+pkgrel=1
+pkgdesc="Perl/CPAN Module Crypt::Blowfish : XSbased implementation of Blowfish"
+arch=("i686" "x86_64")
+url="http://search.cpan.org/dist/Crypt-Blowfish";
+license=("GPL" "PerlArtistic")
+source=("http://search.cpan.org/CPAN/authors/id/D/DP/DPARIS/Crypt-Blowfish-$pkgver.tar.gz";)
+md5sums=('792b43cd4e49d2c2cf4a9f6990ff7d1b')
+
+build() {
+  cd $srcdir/Crypt-Blowfish-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor 
+  make
+}
+
+package() {
+  cd $srcdir/Crypt-Blowfish-$pkgver
+  make pure_install doc_install DESTDIR=$pkgdir
+  find $pkgdir -name '.packlist' -delete
+  find $pkgdir -name '*.pod' -delete
+}

Deleted: community-x86_64/perl-5.18.patch
===================================================================
--- community-x86_64/perl-5.18.patch    2013-08-06 11:50:45 UTC (rev 95153)
+++ community-x86_64/perl-5.18.patch    2013-08-06 11:51:02 UTC (rev 95154)
@@ -1,13 +0,0 @@
-diff -wbBur Crypt-Blowfish-2.12.org/Blowfish.xs Crypt-Blowfish-2.12/Blowfish.xs
---- Crypt-Blowfish-2.12.org/Blowfish.xs        2000-11-30 09:25:21.000000000 
+0300
-+++ Crypt-Blowfish-2.12/Blowfish.xs    2013-05-20 15:31:52.481940353 +0400
-@@ -63,8 +63,7 @@
-                       output = sv_newmortal();
-               output_len = 8;
- 
--              if (!SvUPGRADE(output, SVt_PV))
--                      croak("cannot use output argument as lvalue");
-+              SvUPGRADE(output, SVt_PV);
- 
-               /* blowfish_crypt_8bytes(input, SvGROW(output, 8), ks, dir); */
-               /* HP-UX (HP cc) fix below, thanks Addi! */

Reply via email to