summaryrefslogtreecommitdiffstats
path: root/perl-ack
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2012-12-16 11:51:24 +0100
committerFlorian Pritz <bluewind@xinu.at>2012-12-16 11:51:24 +0100
commitc6000c9d9949b3326fb82f02431899ab6774b960 (patch)
tree2453cd564b0f382f3d8ccd893df8ebe2e9aeda71 /perl-ack
parent453f0f12918af35bd8e1e5f049841360f37d62e4 (diff)
downloadaur-packages-c6000c9d9949b3326fb82f02431899ab6774b960.tar.gz
aur-packages-c6000c9d9949b3326fb82f02431899ab6774b960.tar.xz
big cleanup
Diffstat (limited to 'perl-ack')
-rw-r--r--perl-ack/ChangeLog24
-rw-r--r--perl-ack/PKGBUILD29
2 files changed, 0 insertions, 53 deletions
diff --git a/perl-ack/ChangeLog b/perl-ack/ChangeLog
deleted file mode 100644
index 62c4e9f..0000000
--- a/perl-ack/ChangeLog
+++ /dev/null
@@ -1,24 +0,0 @@
-2009-12-20 Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
-
- * 1.92-1 :
- Updated to the latest version.
-
-
-2009-09-11 Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
-
- * 1.90-1 :
- Updated to the latest version.
- Make as 'any' package.
- Use build() and package() in PKGBUILD.
-
-
-2009-05-21 Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
-
- * 1.88-2 :
- Replaced in my '# Contributor:' line by '# Maintainer:'
-
-
-2009-03-02 Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
-
- * 1.88-1 :
- Initial release
diff --git a/perl-ack/PKGBUILD b/perl-ack/PKGBUILD
deleted file mode 100644
index 463514a..0000000
--- a/perl-ack/PKGBUILD
+++ /dev/null
@@ -1,29 +0,0 @@
-# Maintainer: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
-
-pkgname=perl-ack
-_pkgname=ack
-pkgver=1.92
-pkgrel=1
-pkgdesc='A grep-like tool tailored to working with large trees of source'
-arch=('any')
-license=('GPL' 'PerlArtistic')
-url="http://search.cpan.org/dist/${_pkgname}"
-depends=('perl>=5.10.0' 'perl-file-next')
-options=(!emptydirs)
-
-source=(http://search.cpan.org/CPAN/authors/id/P/PE/PETDANCE/${_pkgname}-$pkgver.tar.gz)
-md5sums=('c25b5a16d0a27386a75c91d531b86cea')
-
-build() {
- cd $srcdir/${_pkgname}-$pkgver
-
- PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor || return 1
-
- make || return 1
-}
-
-package() {
- cd $srcdir/${_pkgname}-$pkgver
-
- make install DESTDIR=$pkgdir || return 1
-}