[arch-commits] Commit in perl-variable-magic/repos (4 files)
Sergej Pupykin
spupykin at archlinux.org
Mon Oct 10 10:47:57 UTC 2016
Date: Monday, October 10, 2016 @ 10:47:57
Author: spupykin
Revision: 191850
archrelease: copy trunk to community-i686, community-x86_64
Added:
perl-variable-magic/repos/community-i686/PKGBUILD
(from rev 191849, perl-variable-magic/trunk/PKGBUILD)
perl-variable-magic/repos/community-x86_64/PKGBUILD
(from rev 191849, perl-variable-magic/trunk/PKGBUILD)
Deleted:
perl-variable-magic/repos/community-i686/PKGBUILD
perl-variable-magic/repos/community-x86_64/PKGBUILD
---------------------------+
/PKGBUILD | 110 ++++++++++++++++++++++++++++++++++++++++++++
community-i686/PKGBUILD | 55 ----------------------
community-x86_64/PKGBUILD | 55 ----------------------
3 files changed, 110 insertions(+), 110 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2016-10-10 10:47:40 UTC (rev 191849)
+++ community-i686/PKGBUILD 2016-10-10 10:47:57 UTC (rev 191850)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <arch+pub at sergej.pp.ru>
-# Maintainer: Maxwell Pray a.k.a. Synthead <synthead at gmail.com>
-# Contributor: Justin Davis <jrcd83 at gmail.com>
-
-pkgname="perl-variable-magic"
-_cpanname="Variable-Magic"
-pkgver=0.59
-pkgrel=2
-pkgdesc="Associate user-defined magic to variables from Perl."
-arch=("i686" "x86_64")
-license=("PerlArtistic" "GPL")
-options=("!emptydirs")
-depends=("perl")
-url="http://search.cpan.org/dist/$_cpanname"
-source=("http://search.cpan.org/CPAN/authors/id/V/VP/VPIT/$_cpanname-$pkgver.tar.gz")
-
-# Function to change to the working directory and set
-# environment variables to override undesired options.
-prepareEnvironment() {
- cd "$srcdir/$_cpanname-$pkgver"
- export \
- PERL_MM_USE_DEFAULT="1" \
- PERL_AUTOINSTALL="--skipdeps" \
- PERL_MM_OPT="INSTALLDIRS=vendor DESTDIR='${pkgdir//\'/\\\'}'" \
- PERL_MB_OPT="--installdirs vendor --destdir '${pkgdir//\'/\\\'}'" \
- MODULEBUILDRC="/dev/null"
-}
-md5sums=('f43b0182fe4b0f38bcdb69a4a838785e')
-
-build() {
- prepareEnvironment
- /usr/bin/perl Makefile.PL
- make
-}
-
-check() {
- prepareEnvironment
- make test
-}
-
-package() {
- prepareEnvironment
- make install
-
- # Remove "perllocal.pod" and ".packlist".
- 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-variable-magic/repos/community-i686/PKGBUILD (from rev 191849, perl-variable-magic/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-10-10 10:47:57 UTC (rev 191850)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Sergej Pupykin <arch+pub at sergej.pp.ru>
+# Maintainer: Maxwell Pray a.k.a. Synthead <synthead at gmail.com>
+# Contributor: Justin Davis <jrcd83 at gmail.com>
+
+pkgname="perl-variable-magic"
+_cpanname="Variable-Magic"
+pkgver=0.60
+pkgrel=1
+pkgdesc="Associate user-defined magic to variables from Perl."
+arch=("i686" "x86_64")
+license=("PerlArtistic" "GPL")
+options=("!emptydirs")
+depends=("perl")
+url="http://search.cpan.org/dist/$_cpanname"
+source=("http://search.cpan.org/CPAN/authors/id/V/VP/VPIT/$_cpanname-$pkgver.tar.gz")
+
+# Function to change to the working directory and set
+# environment variables to override undesired options.
+prepareEnvironment() {
+ cd "$srcdir/$_cpanname-$pkgver"
+ export \
+ PERL_MM_USE_DEFAULT="1" \
+ PERL_AUTOINSTALL="--skipdeps" \
+ PERL_MM_OPT="INSTALLDIRS=vendor DESTDIR='${pkgdir//\'/\\\'}'" \
+ PERL_MB_OPT="--installdirs vendor --destdir '${pkgdir//\'/\\\'}'" \
+ MODULEBUILDRC="/dev/null"
+}
+md5sums=('ddc93efff919735e2f4e2306a4b3c81a')
+
+build() {
+ prepareEnvironment
+ /usr/bin/perl Makefile.PL
+ make
+}
+
+check() {
+ prepareEnvironment
+ make test
+}
+
+package() {
+ prepareEnvironment
+ make install
+
+ # Remove "perllocal.pod" and ".packlist".
+ 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-10-10 10:47:40 UTC (rev 191849)
+++ community-x86_64/PKGBUILD 2016-10-10 10:47:57 UTC (rev 191850)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <arch+pub at sergej.pp.ru>
-# Maintainer: Maxwell Pray a.k.a. Synthead <synthead at gmail.com>
-# Contributor: Justin Davis <jrcd83 at gmail.com>
-
-pkgname="perl-variable-magic"
-_cpanname="Variable-Magic"
-pkgver=0.59
-pkgrel=2
-pkgdesc="Associate user-defined magic to variables from Perl."
-arch=("i686" "x86_64")
-license=("PerlArtistic" "GPL")
-options=("!emptydirs")
-depends=("perl")
-url="http://search.cpan.org/dist/$_cpanname"
-source=("http://search.cpan.org/CPAN/authors/id/V/VP/VPIT/$_cpanname-$pkgver.tar.gz")
-
-# Function to change to the working directory and set
-# environment variables to override undesired options.
-prepareEnvironment() {
- cd "$srcdir/$_cpanname-$pkgver"
- export \
- PERL_MM_USE_DEFAULT="1" \
- PERL_AUTOINSTALL="--skipdeps" \
- PERL_MM_OPT="INSTALLDIRS=vendor DESTDIR='${pkgdir//\'/\\\'}'" \
- PERL_MB_OPT="--installdirs vendor --destdir '${pkgdir//\'/\\\'}'" \
- MODULEBUILDRC="/dev/null"
-}
-md5sums=('f43b0182fe4b0f38bcdb69a4a838785e')
-
-build() {
- prepareEnvironment
- /usr/bin/perl Makefile.PL
- make
-}
-
-check() {
- prepareEnvironment
- make test
-}
-
-package() {
- prepareEnvironment
- make install
-
- # Remove "perllocal.pod" and ".packlist".
- 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-variable-magic/repos/community-x86_64/PKGBUILD (from rev 191849, perl-variable-magic/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2016-10-10 10:47:57 UTC (rev 191850)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Sergej Pupykin <arch+pub at sergej.pp.ru>
+# Maintainer: Maxwell Pray a.k.a. Synthead <synthead at gmail.com>
+# Contributor: Justin Davis <jrcd83 at gmail.com>
+
+pkgname="perl-variable-magic"
+_cpanname="Variable-Magic"
+pkgver=0.60
+pkgrel=1
+pkgdesc="Associate user-defined magic to variables from Perl."
+arch=("i686" "x86_64")
+license=("PerlArtistic" "GPL")
+options=("!emptydirs")
+depends=("perl")
+url="http://search.cpan.org/dist/$_cpanname"
+source=("http://search.cpan.org/CPAN/authors/id/V/VP/VPIT/$_cpanname-$pkgver.tar.gz")
+
+# Function to change to the working directory and set
+# environment variables to override undesired options.
+prepareEnvironment() {
+ cd "$srcdir/$_cpanname-$pkgver"
+ export \
+ PERL_MM_USE_DEFAULT="1" \
+ PERL_AUTOINSTALL="--skipdeps" \
+ PERL_MM_OPT="INSTALLDIRS=vendor DESTDIR='${pkgdir//\'/\\\'}'" \
+ PERL_MB_OPT="--installdirs vendor --destdir '${pkgdir//\'/\\\'}'" \
+ MODULEBUILDRC="/dev/null"
+}
+md5sums=('ddc93efff919735e2f4e2306a4b3c81a')
+
+build() {
+ prepareEnvironment
+ /usr/bin/perl Makefile.PL
+ make
+}
+
+check() {
+ prepareEnvironment
+ make test
+}
+
+package() {
+ prepareEnvironment
+ make install
+
+ # Remove "perllocal.pod" and ".packlist".
+ 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