[arch-commits] Commit in perl-device-serialport/repos (6 files)

Florian Pritz bluewind at archlinux.org
Sun Jun 5 11:27:52 UTC 2016


    Date: Sunday, June 5, 2016 @ 13:27:52
  Author: bluewind
Revision: 177919

db-move: moved perl-device-serialport from [community-testing] to [community] (i686, x86_64)

Added:
  perl-device-serialport/repos/community-i686/PKGBUILD
    (from rev 177918, perl-device-serialport/repos/community-testing-i686/PKGBUILD)
  perl-device-serialport/repos/community-x86_64/PKGBUILD
    (from rev 177918, perl-device-serialport/repos/community-testing-x86_64/PKGBUILD)
Deleted:
  perl-device-serialport/repos/community-i686/PKGBUILD
  perl-device-serialport/repos/community-testing-i686/
  perl-device-serialport/repos/community-testing-x86_64/
  perl-device-serialport/repos/community-x86_64/PKGBUILD

---------------------------+
 /PKGBUILD                 |   72 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   36 ----------------------
 community-x86_64/PKGBUILD |   36 ----------------------
 3 files changed, 72 insertions(+), 72 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2016-06-05 11:27:49 UTC (rev 177918)
+++ community-i686/PKGBUILD	2016-06-05 11:27:52 UTC (rev 177919)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: Ross melin <rdmelin at gmail.com>
-
-pkgname=perl-device-serialport
-pkgver=1.04
-pkgrel=7
-pkgdesc="POSIX clone of Win32::SerialPort"
-arch=('i686' 'x86_64')
-url="http://search.cpan.org/dist/Device-SerialPort"
-license=('GPL' 'PerlArtistic')
-depends=('perl')
-options=('!emptydirs')
-source=(http://www.cpan.org/authors/id/C/CO/COOK/Device-SerialPort-$pkgver.tar.gz)
-md5sums=('82c698151f934eb28c65d1838cee7d9e')
-
-build() {
-  cd  $srcdir/Device-SerialPort-$pkgver
-  eval `perl -V:archname`
-  PERL_MM_USE_DEFAULT=1 /usr/bin/perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-package() {
-  cd  $srcdir/Device-SerialPort-$pkgver
-  make DESTDIR=$pkgdir install
-  find $pkgdir -name '.packlist' -delete
-  find $pkgdir -name '*.pod' -delete
-# template start; name=perl-binary-module-dependency; version=1;
-if [[ $(find "$pkgdir/usr/lib/perl5/" -name "*.so") ]]; then
-	_perlver_min=$(perl -e '$v = $^V->{version}; print $v->[0].".".($v->[1]);')
-	_perlver_max=$(perl -e '$v = $^V->{version}; print $v->[0].".".($v->[1]+1);')
-	depends+=("perl>=$_perlver_min" "perl<$_perlver_max")
-fi
-# template end;
-}

Copied: perl-device-serialport/repos/community-i686/PKGBUILD (from rev 177918, perl-device-serialport/repos/community-testing-i686/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-06-05 11:27:52 UTC (rev 177919)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Ross melin <rdmelin at gmail.com>
+
+pkgname=perl-device-serialport
+pkgver=1.04
+pkgrel=8
+pkgdesc="POSIX clone of Win32::SerialPort"
+arch=('i686' 'x86_64')
+url="http://search.cpan.org/dist/Device-SerialPort"
+license=('GPL' 'PerlArtistic')
+depends=('perl')
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/C/CO/COOK/Device-SerialPort-$pkgver.tar.gz)
+md5sums=('82c698151f934eb28c65d1838cee7d9e')
+
+build() {
+  cd  $srcdir/Device-SerialPort-$pkgver
+  eval `perl -V:archname`
+  PERL_MM_USE_DEFAULT=1 /usr/bin/perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd  $srcdir/Device-SerialPort-$pkgver
+  make DESTDIR=$pkgdir install
+  find $pkgdir -name '.packlist' -delete
+  find $pkgdir -name '*.pod' -delete
+# template start; name=perl-binary-module-dependency; version=1;
+if [[ $(find "$pkgdir/usr/lib/perl5/" -name "*.so") ]]; then
+	_perlver_min=$(perl -e '$v = $^V->{version}; print $v->[0].".".($v->[1]);')
+	_perlver_max=$(perl -e '$v = $^V->{version}; print $v->[0].".".($v->[1]+1);')
+	depends+=("perl>=$_perlver_min" "perl<$_perlver_max")
+fi
+# template end;
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2016-06-05 11:27:49 UTC (rev 177918)
+++ community-x86_64/PKGBUILD	2016-06-05 11:27:52 UTC (rev 177919)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: Ross melin <rdmelin at gmail.com>
-
-pkgname=perl-device-serialport
-pkgver=1.04
-pkgrel=7
-pkgdesc="POSIX clone of Win32::SerialPort"
-arch=('i686' 'x86_64')
-url="http://search.cpan.org/dist/Device-SerialPort"
-license=('GPL' 'PerlArtistic')
-depends=('perl')
-options=('!emptydirs')
-source=(http://www.cpan.org/authors/id/C/CO/COOK/Device-SerialPort-$pkgver.tar.gz)
-md5sums=('82c698151f934eb28c65d1838cee7d9e')
-
-build() {
-  cd  $srcdir/Device-SerialPort-$pkgver
-  eval `perl -V:archname`
-  PERL_MM_USE_DEFAULT=1 /usr/bin/perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-package() {
-  cd  $srcdir/Device-SerialPort-$pkgver
-  make DESTDIR=$pkgdir install
-  find $pkgdir -name '.packlist' -delete
-  find $pkgdir -name '*.pod' -delete
-# template start; name=perl-binary-module-dependency; version=1;
-if [[ $(find "$pkgdir/usr/lib/perl5/" -name "*.so") ]]; then
-	_perlver_min=$(perl -e '$v = $^V->{version}; print $v->[0].".".($v->[1]);')
-	_perlver_max=$(perl -e '$v = $^V->{version}; print $v->[0].".".($v->[1]+1);')
-	depends+=("perl>=$_perlver_min" "perl<$_perlver_max")
-fi
-# template end;
-}

Copied: perl-device-serialport/repos/community-x86_64/PKGBUILD (from rev 177918, perl-device-serialport/repos/community-testing-x86_64/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-06-05 11:27:52 UTC (rev 177919)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Ross melin <rdmelin at gmail.com>
+
+pkgname=perl-device-serialport
+pkgver=1.04
+pkgrel=8
+pkgdesc="POSIX clone of Win32::SerialPort"
+arch=('i686' 'x86_64')
+url="http://search.cpan.org/dist/Device-SerialPort"
+license=('GPL' 'PerlArtistic')
+depends=('perl')
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/C/CO/COOK/Device-SerialPort-$pkgver.tar.gz)
+md5sums=('82c698151f934eb28c65d1838cee7d9e')
+
+build() {
+  cd  $srcdir/Device-SerialPort-$pkgver
+  eval `perl -V:archname`
+  PERL_MM_USE_DEFAULT=1 /usr/bin/perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd  $srcdir/Device-SerialPort-$pkgver
+  make DESTDIR=$pkgdir install
+  find $pkgdir -name '.packlist' -delete
+  find $pkgdir -name '*.pod' -delete
+# template start; name=perl-binary-module-dependency; version=1;
+if [[ $(find "$pkgdir/usr/lib/perl5/" -name "*.so") ]]; then
+	_perlver_min=$(perl -e '$v = $^V->{version}; print $v->[0].".".($v->[1]);')
+	_perlver_max=$(perl -e '$v = $^V->{version}; print $v->[0].".".($v->[1]+1);')
+	depends+=("perl>=$_perlver_min" "perl<$_perlver_max")
+fi
+# template end;
+}



More information about the arch-commits mailing list