summaryrefslogtreecommitdiffstats
path: root/abs
diff options
context:
space:
mode:
authorCecil Hugh Watson <knoppmyth@gmail.com>2009-06-06 06:10:29 (GMT)
committerCecil Hugh Watson <knoppmyth@gmail.com>2009-06-06 06:10:29 (GMT)
commit3d3022399bd4f53ab44767a38ea59adb8f3051a2 (patch)
treec298b69fcb6c6b7fa49d51a50f03193f4b5a5198 /abs
parent2d02247187371f7c47922c2aa00473a756dab5be (diff)
downloadlinhes_pkgbuild-3d3022399bd4f53ab44767a38ea59adb8f3051a2.zip
linhes_pkgbuild-3d3022399bd4f53ab44767a38ea59adb8f3051a2.tar.gz
linhes_pkgbuild-3d3022399bd4f53ab44767a38ea59adb8f3051a2.tar.bz2
Bumped version, created group shepherd-dep to allow for easy install.
Diffstat (limited to 'abs')
-rw-r--r--abs/core-testing/perl_modules/perl-algorithm-diff/PKGBUILD3
-rw-r--r--abs/core-testing/perl_modules/perl-digest-sha1/PKGBUILD4
-rw-r--r--abs/core-testing/perl_modules/perl-javascript/PKGBUILD3
-rw-r--r--abs/core-testing/perl_modules/perl-list-compare/PKGBUILD3
-rw-r--r--abs/core-testing/perl_modules/perl-pathtools/PKGBUILD4
5 files changed, 10 insertions, 7 deletions
diff --git a/abs/core-testing/perl_modules/perl-algorithm-diff/PKGBUILD b/abs/core-testing/perl_modules/perl-algorithm-diff/PKGBUILD
index 38be2cc..d185772 100644
--- a/abs/core-testing/perl_modules/perl-algorithm-diff/PKGBUILD
+++ b/abs/core-testing/perl_modules/perl-algorithm-diff/PKGBUILD
@@ -2,13 +2,14 @@
# Maintainer: Charles Mauch <cmauch@gmail.com>
pkgname=perl-algorithm-diff
pkgver=1.1902
-pkgrel=3
+pkgrel=4
pkgdesc="Perl/CPAN Module Algorithm::Diff : Diff also Longest Common Subsequence"
arch=("i686" "x86_64")
url="http://search.cpan.org/TYEMQ/Algorithm-Diff"
license=("GPL" "Artistic")
source=("http://www.cpan.org/authors/id/T/TY/TYEMQ/Algorithm-Diff-1.1902.tar.gz")
md5sums=("ff3e17ae485f8adfb8857b183991fbce")
+groups=('shepherd-dep')
build() {
cd $startdir/src/Algorithm-Diff-1.1902
PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor || return 1
diff --git a/abs/core-testing/perl_modules/perl-digest-sha1/PKGBUILD b/abs/core-testing/perl_modules/perl-digest-sha1/PKGBUILD
index 7a3a414..7bf6976 100644
--- a/abs/core-testing/perl_modules/perl-digest-sha1/PKGBUILD
+++ b/abs/core-testing/perl_modules/perl-digest-sha1/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=perl-digest-sha1
_realname=Digest-SHA1
pkgver=2.11
-pkgrel=3
+pkgrel=4
pkgdesc="Perl Module: Interface to the SHA-1 Algorithm."
arch=(i686 x86_64)
license=('PerlArtistic')
@@ -16,7 +16,7 @@ source=(http://www.cpan.org/authors/id/G/GA/GAAS/${_realname}-${pkgver}.tar.gz)
replaces=('digest-sha1')
provides=('digest-sha1')
md5sums=('2449bfe21d6589c96eebf94dae24df6b')
-
+groups=('shepherd-dep')
build() {
cd ${startdir}/src/${_realname}-${pkgver}
# install module in vendor directories.
diff --git a/abs/core-testing/perl_modules/perl-javascript/PKGBUILD b/abs/core-testing/perl_modules/perl-javascript/PKGBUILD
index 8ce00cb..564e2d9 100644
--- a/abs/core-testing/perl_modules/perl-javascript/PKGBUILD
+++ b/abs/core-testing/perl_modules/perl-javascript/PKGBUILD
@@ -1,7 +1,7 @@
pkgname=perl-javascript
_realname=JavaScript
pkgver=1.12
-pkgrel=1
+pkgrel=2
pkgdesc="get name of current working directory"
arch=('i686' 'x86_64')
url="http://search.cpan.org/~KWILLIAMS/Path-Class"
@@ -11,6 +11,7 @@ depends=('perl>=5.10.0' spidermonkey)
options=('!emptydirs')
source=(http://search.cpan.org/CPAN/authors/id/C/CL/CLAESJAC/JavaScript-$pkgver.tar.gz)
#source=(http://search.cpan.org/CPAN/authors/id/T/TB/TBUSCH/JavaScript-SpiderMonkey-0.19.tar.gz)
+groups=('shepherd-dep')
build() {
cd $startdir/src/$_realname-$pkgver
JS_INC=/usr/include/js PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor || return 1
diff --git a/abs/core-testing/perl_modules/perl-list-compare/PKGBUILD b/abs/core-testing/perl_modules/perl-list-compare/PKGBUILD
index c1406c1..7480b98 100644
--- a/abs/core-testing/perl_modules/perl-list-compare/PKGBUILD
+++ b/abs/core-testing/perl_modules/perl-list-compare/PKGBUILD
@@ -4,12 +4,13 @@
pkgname=perl-list-compare
_realname=List-Compare
pkgver=0.37
-pkgrel=1
+pkgrel=2
pkgdesc="List::Compare - Compare elements of two or more lists"
arch=(i686 x86_64)
license=('PerlArtistic')
url="http://search.cpan.org/dist/${_realname}/"
depends=('perlxml' 'perl>=5.10.0')
+groups=('shepherd-dep')
options=('!emptydirs')
source=(ftp://ftp.cpan.org/pub/CPAN/authors/id/J/JK/JKEENAN/${_realname}-${pkgver}.tar.gz)
md5sums=('7c730dd58cc31a5bbb8eb7006edd1704')
diff --git a/abs/core-testing/perl_modules/perl-pathtools/PKGBUILD b/abs/core-testing/perl_modules/perl-pathtools/PKGBUILD
index 11e69ab..db11a6f 100644
--- a/abs/core-testing/perl_modules/perl-pathtools/PKGBUILD
+++ b/abs/core-testing/perl_modules/perl-pathtools/PKGBUILD
@@ -1,7 +1,7 @@
pkgname=perl-pathtools
pkgver=3.29
-pkgrel=1
+pkgrel=2
pkgdesc="get name of current working directory"
arch=('i686' 'x86_64')
url="http://search.cpan.org/~KWILLIAMS/Path-Class"
@@ -10,7 +10,7 @@ license=('GPL' 'PerlArtistic')
depends=('perl>=5.10.0')
options=('!emptydirs')
source=(http://search.cpan.org/CPAN/authors/id/S/SM/SMUELLER/PathTools-$pkgver.tar.gz)
-
+groups=('shepherd-dep')
build() {
cd $startdir/src/PathTools-$pkgver
PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor || return 1