[arch-commits] Commit in perl-term-readline-gnu/repos (8 files)

Daniel Wallace dwallace at nymeria.archlinux.org
Sun Feb 3 00:44:54 UTC 2013


    Date: Sunday, February 3, 2013 @ 01:44:54
  Author: dwallace
Revision: 83559

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

Added:
  perl-term-readline-gnu/repos/community-i686/PKGBUILD
    (from rev 83558, perl-term-readline-gnu/trunk/PKGBUILD)
  perl-term-readline-gnu/repos/community-i686/termcap-bad-ncurses-good.patch
    (from rev 83558, perl-term-readline-gnu/trunk/termcap-bad-ncurses-good.patch)
  perl-term-readline-gnu/repos/community-x86_64/PKGBUILD
    (from rev 83558, perl-term-readline-gnu/trunk/PKGBUILD)
  perl-term-readline-gnu/repos/community-x86_64/termcap-bad-ncurses-good.patch
    (from rev 83558, perl-term-readline-gnu/trunk/termcap-bad-ncurses-good.patch)
Deleted:
  perl-term-readline-gnu/repos/community-i686/PKGBUILD
  perl-term-readline-gnu/repos/community-i686/termcap-bad-ncurses-good.patch
  perl-term-readline-gnu/repos/community-x86_64/PKGBUILD
  perl-term-readline-gnu/repos/community-x86_64/termcap-bad-ncurses-good.patch

-------------------------------------------------+
 community-i686/PKGBUILD                         |   97 ++++++++++------------
 community-i686/termcap-bad-ncurses-good.patch   |   36 ++++----
 community-x86_64/PKGBUILD                       |   97 ++++++++++------------
 community-x86_64/termcap-bad-ncurses-good.patch |   36 ++++----
 4 files changed, 132 insertions(+), 134 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2013-02-03 00:44:24 UTC (rev 83558)
+++ community-i686/PKGBUILD	2013-02-03 00:44:54 UTC (rev 83559)
@@ -1,49 +0,0 @@
-# $Id$
-# CPAN Name  : Term-ReadLine-Gnu
-# Maintainer: Daniel Wallace <danielwallace at gtmanfred dot com>
-# Contributor: jason ryan <jasonwryan at gmail.com>
-# Contributor: AUR Perl <aurperl at juster.info>
-# Generator  : CPANPLUS::Dist::Arch 1.15
-
-pkgname=perl-term-readline-gnu
-pkgver=1.20
-pkgrel=4
-pkgdesc="GNU Readline XS library wrapper"
-arch=('i686' 'x86_64')
-license=('PerlArtistic' 'GPL')
-options=('!emptydirs')
-depends=('perl>=5.7')
-url='http://search.cpan.org/dist/Term-ReadLine-Gnu'
-source=('http://search.cpan.org/CPAN/authors/id/H/HA/HAYASHI/Term-ReadLine-Gnu-1.20.tar.gz'
-  'termcap-bad-ncurses-good.patch')
-md5sums=('fa33510193b89a2ada74fcef00816322'
-  'a000706b89792f822b5ec20baa370910')
-_distdir="${srcdir}/Term-ReadLine-Gnu-1.20"
-
-build() {
-  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=""                 \
-      PERL_AUTOINSTALL=--skipdeps                            \
-      PERL_MM_OPT="INSTALLDIRS=vendor DESTDIR='$pkgdir'"     \
-      PERL_MB_OPT="--installdirs vendor --destdir '$pkgdir'" \
-      MODULEBUILDRC=/dev/null
-
-    cd "$_distdir"
-    patch --forward -p1 < "${srcdir}/termcap-bad-ncurses-good.patch"
-    /usr/bin/perl Makefile.PL
-    make
-  )
-}
-
-check() {
-  cd "$_distdir"
-  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=""
-    make test
-  )
-}
-
-package() {
-  cd "$_distdir"
-  make install
-  find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
-}
-

Copied: perl-term-readline-gnu/repos/community-i686/PKGBUILD (from rev 83558, perl-term-readline-gnu/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-02-03 00:44:54 UTC (rev 83559)
@@ -0,0 +1,48 @@
+# $Id$
+# CPAN Name  : Term-ReadLine-Gnu
+# Maintainer: Daniel Wallace <danielwallace at gtmanfred dot com>
+# Contributor: jason ryan <jasonwryan at gmail.com>
+# Contributor: AUR Perl <aurperl at juster.info>
+# Generator  : CPANPLUS::Dist::Arch 1.15
+
+pkgname=perl-term-readline-gnu
+pkgver=1.20
+pkgrel=5
+pkgdesc="GNU Readline XS library wrapper"
+arch=('i686' 'x86_64')
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('perl>=5.7')
+url='http://search.cpan.org/dist/Term-ReadLine-Gnu'
+source=('http://search.cpan.org/CPAN/authors/id/H/HA/HAYASHI/Term-ReadLine-Gnu-1.20.tar.gz'
+  'termcap-bad-ncurses-good.patch')
+md5sums=('fa33510193b89a2ada74fcef00816322'
+  'a000706b89792f822b5ec20baa370910')
+_distdir="${srcdir}/Term-ReadLine-Gnu-1.20"
+
+build() {
+   export PERL_MM_USE_DEFAULT=1 PERL5LIB=""                 \
+      PERL_AUTOINSTALL=--skipdeps                            \
+      PERL_MM_OPT="INSTALLDIRS=vendor"     \
+      PERL_MB_OPT="--installdirs vendor" \
+      MODULEBUILDRC=/dev/null
+
+    cd "$_distdir"
+    patch --forward -p1 < "${srcdir}/termcap-bad-ncurses-good.patch"
+    /usr/bin/perl Makefile.PL
+    make
+  
+}
+
+check() {
+  cd "$_distdir"
+  export PERL_MM_USE_DEFAULT=1 PERL5LIB=""
+    make test
+}
+
+package() {
+  cd "$_distdir"
+  make pure_install PERL_INSTALL_ROOT="$pkgdir"
+  find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
+}
+

Deleted: community-i686/termcap-bad-ncurses-good.patch
===================================================================
--- community-i686/termcap-bad-ncurses-good.patch	2013-02-03 00:44:24 UTC (rev 83558)
+++ community-i686/termcap-bad-ncurses-good.patch	2013-02-03 00:44:54 UTC (rev 83559)
@@ -1,18 +0,0 @@
---- Term-ReadLine-Gnu-1.20/Makefile.PL	2010-05-02 06:37:55.000000000 -0400
-+++ Term-ReadLine-Gnu-1.20-patched/Makefile.PL	2011-07-30 16:16:54.000000000 -0400
-@@ -58,8 +58,13 @@
-     # know why AIX prefers curses.
-     # libtermcap.a on HPUX cannot be used for dynamically linked binary.
-     # Old Cygwin may require setting false (0).
--    my $PREFER_CURSES = $Config{osname} eq 'aix' || $Config{osname} eq 'hpux'
--			|| $Config{osname} eq 'cygwin';
-+    # my $PREFER_CURSES = $Config{osname} eq 'aix' || $Config{osname} eq 'hpux'
-+	# 		|| $Config{osname} eq 'cygwin';
-+
-+    # Hack for ArchLinux by Justin Davis <aurperl at juster.us>
-+    # Don't use termcap! readline is linked with ncurses so I know it's
-+    # available. termcap causes this module to crash for some people.
-+    my $PREFER_CURSES = 1;
-     my $TERMCAP_LIB = (! $PREFER_CURSES && &search_lib('-ltermcap'))
- 	|| &search_lib('-lncurses')
- 	    || &search_lib('-lcurses');

Copied: perl-term-readline-gnu/repos/community-i686/termcap-bad-ncurses-good.patch (from rev 83558, perl-term-readline-gnu/trunk/termcap-bad-ncurses-good.patch)
===================================================================
--- community-i686/termcap-bad-ncurses-good.patch	                        (rev 0)
+++ community-i686/termcap-bad-ncurses-good.patch	2013-02-03 00:44:54 UTC (rev 83559)
@@ -0,0 +1,18 @@
+--- Term-ReadLine-Gnu-1.20/Makefile.PL	2010-05-02 06:37:55.000000000 -0400
++++ Term-ReadLine-Gnu-1.20-patched/Makefile.PL	2011-07-30 16:16:54.000000000 -0400
+@@ -58,8 +58,13 @@
+     # know why AIX prefers curses.
+     # libtermcap.a on HPUX cannot be used for dynamically linked binary.
+     # Old Cygwin may require setting false (0).
+-    my $PREFER_CURSES = $Config{osname} eq 'aix' || $Config{osname} eq 'hpux'
+-			|| $Config{osname} eq 'cygwin';
++    # my $PREFER_CURSES = $Config{osname} eq 'aix' || $Config{osname} eq 'hpux'
++	# 		|| $Config{osname} eq 'cygwin';
++
++    # Hack for ArchLinux by Justin Davis <aurperl at juster.us>
++    # Don't use termcap! readline is linked with ncurses so I know it's
++    # available. termcap causes this module to crash for some people.
++    my $PREFER_CURSES = 1;
+     my $TERMCAP_LIB = (! $PREFER_CURSES && &search_lib('-ltermcap'))
+ 	|| &search_lib('-lncurses')
+ 	    || &search_lib('-lcurses');

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2013-02-03 00:44:24 UTC (rev 83558)
+++ community-x86_64/PKGBUILD	2013-02-03 00:44:54 UTC (rev 83559)
@@ -1,49 +0,0 @@
-# $Id$
-# CPAN Name  : Term-ReadLine-Gnu
-# Maintainer: Daniel Wallace <danielwallace at gtmanfred dot com>
-# Contributor: jason ryan <jasonwryan at gmail.com>
-# Contributor: AUR Perl <aurperl at juster.info>
-# Generator  : CPANPLUS::Dist::Arch 1.15
-
-pkgname=perl-term-readline-gnu
-pkgver=1.20
-pkgrel=4
-pkgdesc="GNU Readline XS library wrapper"
-arch=('i686' 'x86_64')
-license=('PerlArtistic' 'GPL')
-options=('!emptydirs')
-depends=('perl>=5.7')
-url='http://search.cpan.org/dist/Term-ReadLine-Gnu'
-source=('http://search.cpan.org/CPAN/authors/id/H/HA/HAYASHI/Term-ReadLine-Gnu-1.20.tar.gz'
-  'termcap-bad-ncurses-good.patch')
-md5sums=('fa33510193b89a2ada74fcef00816322'
-  'a000706b89792f822b5ec20baa370910')
-_distdir="${srcdir}/Term-ReadLine-Gnu-1.20"
-
-build() {
-  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=""                 \
-      PERL_AUTOINSTALL=--skipdeps                            \
-      PERL_MM_OPT="INSTALLDIRS=vendor DESTDIR='$pkgdir'"     \
-      PERL_MB_OPT="--installdirs vendor --destdir '$pkgdir'" \
-      MODULEBUILDRC=/dev/null
-
-    cd "$_distdir"
-    patch --forward -p1 < "${srcdir}/termcap-bad-ncurses-good.patch"
-    /usr/bin/perl Makefile.PL
-    make
-  )
-}
-
-check() {
-  cd "$_distdir"
-  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=""
-    make test
-  )
-}
-
-package() {
-  cd "$_distdir"
-  make install
-  find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
-}
-

Copied: perl-term-readline-gnu/repos/community-x86_64/PKGBUILD (from rev 83558, perl-term-readline-gnu/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-02-03 00:44:54 UTC (rev 83559)
@@ -0,0 +1,48 @@
+# $Id$
+# CPAN Name  : Term-ReadLine-Gnu
+# Maintainer: Daniel Wallace <danielwallace at gtmanfred dot com>
+# Contributor: jason ryan <jasonwryan at gmail.com>
+# Contributor: AUR Perl <aurperl at juster.info>
+# Generator  : CPANPLUS::Dist::Arch 1.15
+
+pkgname=perl-term-readline-gnu
+pkgver=1.20
+pkgrel=5
+pkgdesc="GNU Readline XS library wrapper"
+arch=('i686' 'x86_64')
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('perl>=5.7')
+url='http://search.cpan.org/dist/Term-ReadLine-Gnu'
+source=('http://search.cpan.org/CPAN/authors/id/H/HA/HAYASHI/Term-ReadLine-Gnu-1.20.tar.gz'
+  'termcap-bad-ncurses-good.patch')
+md5sums=('fa33510193b89a2ada74fcef00816322'
+  'a000706b89792f822b5ec20baa370910')
+_distdir="${srcdir}/Term-ReadLine-Gnu-1.20"
+
+build() {
+   export PERL_MM_USE_DEFAULT=1 PERL5LIB=""                 \
+      PERL_AUTOINSTALL=--skipdeps                            \
+      PERL_MM_OPT="INSTALLDIRS=vendor"     \
+      PERL_MB_OPT="--installdirs vendor" \
+      MODULEBUILDRC=/dev/null
+
+    cd "$_distdir"
+    patch --forward -p1 < "${srcdir}/termcap-bad-ncurses-good.patch"
+    /usr/bin/perl Makefile.PL
+    make
+  
+}
+
+check() {
+  cd "$_distdir"
+  export PERL_MM_USE_DEFAULT=1 PERL5LIB=""
+    make test
+}
+
+package() {
+  cd "$_distdir"
+  make pure_install PERL_INSTALL_ROOT="$pkgdir"
+  find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
+}
+

Deleted: community-x86_64/termcap-bad-ncurses-good.patch
===================================================================
--- community-x86_64/termcap-bad-ncurses-good.patch	2013-02-03 00:44:24 UTC (rev 83558)
+++ community-x86_64/termcap-bad-ncurses-good.patch	2013-02-03 00:44:54 UTC (rev 83559)
@@ -1,18 +0,0 @@
---- Term-ReadLine-Gnu-1.20/Makefile.PL	2010-05-02 06:37:55.000000000 -0400
-+++ Term-ReadLine-Gnu-1.20-patched/Makefile.PL	2011-07-30 16:16:54.000000000 -0400
-@@ -58,8 +58,13 @@
-     # know why AIX prefers curses.
-     # libtermcap.a on HPUX cannot be used for dynamically linked binary.
-     # Old Cygwin may require setting false (0).
--    my $PREFER_CURSES = $Config{osname} eq 'aix' || $Config{osname} eq 'hpux'
--			|| $Config{osname} eq 'cygwin';
-+    # my $PREFER_CURSES = $Config{osname} eq 'aix' || $Config{osname} eq 'hpux'
-+	# 		|| $Config{osname} eq 'cygwin';
-+
-+    # Hack for ArchLinux by Justin Davis <aurperl at juster.us>
-+    # Don't use termcap! readline is linked with ncurses so I know it's
-+    # available. termcap causes this module to crash for some people.
-+    my $PREFER_CURSES = 1;
-     my $TERMCAP_LIB = (! $PREFER_CURSES && &search_lib('-ltermcap'))
- 	|| &search_lib('-lncurses')
- 	    || &search_lib('-lcurses');

Copied: perl-term-readline-gnu/repos/community-x86_64/termcap-bad-ncurses-good.patch (from rev 83558, perl-term-readline-gnu/trunk/termcap-bad-ncurses-good.patch)
===================================================================
--- community-x86_64/termcap-bad-ncurses-good.patch	                        (rev 0)
+++ community-x86_64/termcap-bad-ncurses-good.patch	2013-02-03 00:44:54 UTC (rev 83559)
@@ -0,0 +1,18 @@
+--- Term-ReadLine-Gnu-1.20/Makefile.PL	2010-05-02 06:37:55.000000000 -0400
++++ Term-ReadLine-Gnu-1.20-patched/Makefile.PL	2011-07-30 16:16:54.000000000 -0400
+@@ -58,8 +58,13 @@
+     # know why AIX prefers curses.
+     # libtermcap.a on HPUX cannot be used for dynamically linked binary.
+     # Old Cygwin may require setting false (0).
+-    my $PREFER_CURSES = $Config{osname} eq 'aix' || $Config{osname} eq 'hpux'
+-			|| $Config{osname} eq 'cygwin';
++    # my $PREFER_CURSES = $Config{osname} eq 'aix' || $Config{osname} eq 'hpux'
++	# 		|| $Config{osname} eq 'cygwin';
++
++    # Hack for ArchLinux by Justin Davis <aurperl at juster.us>
++    # Don't use termcap! readline is linked with ncurses so I know it's
++    # available. termcap causes this module to crash for some people.
++    my $PREFER_CURSES = 1;
+     my $TERMCAP_LIB = (! $PREFER_CURSES && &search_lib('-ltermcap'))
+ 	|| &search_lib('-lncurses')
+ 	    || &search_lib('-lcurses');




More information about the arch-commits mailing list