[arch-commits] Commit in perl-device-serialport/repos/community-staging-x86_64 (2 files)

Felix Yan felixonmars at archlinux.org
Sat Jun 1 14:34:35 UTC 2019


    Date: Saturday, June 1, 2019 @ 14:34:34
  Author: felixonmars
Revision: 476515

archrelease: copy trunk to community-staging-x86_64

Added:
  perl-device-serialport/repos/community-staging-x86_64/PKGBUILD
    (from rev 476513, perl-device-serialport/trunk/PKGBUILD)
Deleted:
  perl-device-serialport/repos/community-staging-x86_64/PKGBUILD

----------+
 PKGBUILD |   56 ++++++++++++++++++++++++++++----------------------------
 1 file changed, 28 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-06-01 14:34:32 UTC (rev 476514)
+++ PKGBUILD	2019-06-01 14:34:34 UTC (rev 476515)
@@ -1,28 +0,0 @@
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: Ross melin <rdmelin at gmail.com>
-
-pkgname=perl-device-serialport
-pkgver=1.04
-pkgrel=13
-pkgdesc="POSIX clone of Win32::SerialPort"
-arch=('x86_64')
-url="https://search.cpan.org/dist/Device-SerialPort"
-license=('GPL' 'PerlArtistic')
-depends=('perl')
-options=('!emptydirs')
-source=(https://www.cpan.org/authors/id/C/CO/COOK/Device-SerialPort-$pkgver.tar.gz)
-sha256sums=('d392567cb39b4ea606c0e0acafd8ed72320311b995336ece5fcefcf9b150e9d7')
-
-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
-}

Copied: perl-device-serialport/repos/community-staging-x86_64/PKGBUILD (from rev 476513, perl-device-serialport/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-06-01 14:34:34 UTC (rev 476515)
@@ -0,0 +1,28 @@
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Ross melin <rdmelin at gmail.com>
+
+pkgname=perl-device-serialport
+pkgver=1.04
+pkgrel=14
+pkgdesc="POSIX clone of Win32::SerialPort"
+arch=('x86_64')
+url="https://search.cpan.org/dist/Device-SerialPort"
+license=('GPL' 'PerlArtistic')
+depends=('perl')
+options=('!emptydirs')
+source=(https://www.cpan.org/authors/id/C/CO/COOK/Device-SerialPort-$pkgver.tar.gz)
+sha256sums=('d392567cb39b4ea606c0e0acafd8ed72320311b995336ece5fcefcf9b150e9d7')
+
+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
+}



More information about the arch-commits mailing list