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

Florian Pritz bluewind at archlinux.org
Sun Jun 5 11:29:03 UTC 2016


    Date: Sunday, June 5, 2016 @ 13:29:03
  Author: bluewind
Revision: 177938

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

Added:
  perl-lchown/repos/community-i686/PKGBUILD
    (from rev 177937, perl-lchown/repos/community-testing-i686/PKGBUILD)
  perl-lchown/repos/community-x86_64/PKGBUILD
    (from rev 177937, perl-lchown/repos/community-testing-x86_64/PKGBUILD)
Deleted:
  perl-lchown/repos/community-i686/PKGBUILD
  perl-lchown/repos/community-testing-i686/
  perl-lchown/repos/community-testing-x86_64/
  perl-lchown/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2016-06-05 11:28:56 UTC (rev 177937)
+++ community-i686/PKGBUILD	2016-06-05 11:29:03 UTC (rev 177938)
@@ -1,45 +0,0 @@
-# Maintainer: Florian Pritz <bluewind at xinu.at>
-
-pkgname=perl-lchown
-pkgver=1.01
-pkgrel=4
-pkgdesc="use the lchown(2) system call from Perl"
-arch=(i686 x86_64)
-license=(PerlArtistic GPL)
-options=(!emptydirs)
-depends=('perl')
-makedepends=('perl-module-build')
-url=https://metacpan.org/release/Lchown
-source=("http://search.cpan.org/CPAN/authors/id/N/NC/NCLEATON/Lchown-${pkgver}.tar.gz")
-md5sums=('e3db31be650437eb5d9bfc4da6252ee3')
-
-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 "${srcdir}/Lchown-${pkgver}"
-    /usr/bin/perl Build.PL
-    ./Build
-}
-
-check() {
-    export PERL_MM_USE_DEFAULT=1 PERL5LIB=""
-    cd "${srcdir}/Lchown-${pkgver}"
-    ./Build test
-}
-
-package() {
-    cd "${srcdir}/Lchown-${pkgver}"
-    ./Build install
-    find "$pkgdir" -name .packlist -o -name perllocal.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-lchown/repos/community-i686/PKGBUILD (from rev 177937, perl-lchown/repos/community-testing-i686/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-06-05 11:29:03 UTC (rev 177938)
@@ -0,0 +1,45 @@
+# Maintainer: Florian Pritz <bluewind at xinu.at>
+
+pkgname=perl-lchown
+pkgver=1.01
+pkgrel=5
+pkgdesc="use the lchown(2) system call from Perl"
+arch=(i686 x86_64)
+license=(PerlArtistic GPL)
+options=(!emptydirs)
+depends=('perl')
+makedepends=('perl-module-build')
+url=https://metacpan.org/release/Lchown
+source=("http://search.cpan.org/CPAN/authors/id/N/NC/NCLEATON/Lchown-${pkgver}.tar.gz")
+md5sums=('e3db31be650437eb5d9bfc4da6252ee3')
+
+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 "${srcdir}/Lchown-${pkgver}"
+    /usr/bin/perl Build.PL
+    ./Build
+}
+
+check() {
+    export PERL_MM_USE_DEFAULT=1 PERL5LIB=""
+    cd "${srcdir}/Lchown-${pkgver}"
+    ./Build test
+}
+
+package() {
+    cd "${srcdir}/Lchown-${pkgver}"
+    ./Build install
+    find "$pkgdir" -name .packlist -o -name perllocal.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:28:56 UTC (rev 177937)
+++ community-x86_64/PKGBUILD	2016-06-05 11:29:03 UTC (rev 177938)
@@ -1,45 +0,0 @@
-# Maintainer: Florian Pritz <bluewind at xinu.at>
-
-pkgname=perl-lchown
-pkgver=1.01
-pkgrel=4
-pkgdesc="use the lchown(2) system call from Perl"
-arch=(i686 x86_64)
-license=(PerlArtistic GPL)
-options=(!emptydirs)
-depends=('perl')
-makedepends=('perl-module-build')
-url=https://metacpan.org/release/Lchown
-source=("http://search.cpan.org/CPAN/authors/id/N/NC/NCLEATON/Lchown-${pkgver}.tar.gz")
-md5sums=('e3db31be650437eb5d9bfc4da6252ee3')
-
-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 "${srcdir}/Lchown-${pkgver}"
-    /usr/bin/perl Build.PL
-    ./Build
-}
-
-check() {
-    export PERL_MM_USE_DEFAULT=1 PERL5LIB=""
-    cd "${srcdir}/Lchown-${pkgver}"
-    ./Build test
-}
-
-package() {
-    cd "${srcdir}/Lchown-${pkgver}"
-    ./Build install
-    find "$pkgdir" -name .packlist -o -name perllocal.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-lchown/repos/community-x86_64/PKGBUILD (from rev 177937, perl-lchown/repos/community-testing-x86_64/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-06-05 11:29:03 UTC (rev 177938)
@@ -0,0 +1,45 @@
+# Maintainer: Florian Pritz <bluewind at xinu.at>
+
+pkgname=perl-lchown
+pkgver=1.01
+pkgrel=5
+pkgdesc="use the lchown(2) system call from Perl"
+arch=(i686 x86_64)
+license=(PerlArtistic GPL)
+options=(!emptydirs)
+depends=('perl')
+makedepends=('perl-module-build')
+url=https://metacpan.org/release/Lchown
+source=("http://search.cpan.org/CPAN/authors/id/N/NC/NCLEATON/Lchown-${pkgver}.tar.gz")
+md5sums=('e3db31be650437eb5d9bfc4da6252ee3')
+
+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 "${srcdir}/Lchown-${pkgver}"
+    /usr/bin/perl Build.PL
+    ./Build
+}
+
+check() {
+    export PERL_MM_USE_DEFAULT=1 PERL5LIB=""
+    cd "${srcdir}/Lchown-${pkgver}"
+    ./Build test
+}
+
+package() {
+    cd "${srcdir}/Lchown-${pkgver}"
+    ./Build install
+    find "$pkgdir" -name .packlist -o -name perllocal.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