From cd2ce3ebe33f7f60066c8a489f7736e273fd0636 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Tue, 27 Aug 2013 00:51:37 +0200 Subject: perl-file-tail has been moved into community MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- perl-file-tail [moved to community]/-watch- | 21 +++++++++++++++++++++ perl-file-tail [moved to community]/PKGBUILD | 27 +++++++++++++++++++++++++++ perl-file-tail/PKGBUILD | 27 --------------------------- perl-file-tail/watch | 21 --------------------- 4 files changed, 48 insertions(+), 48 deletions(-) create mode 100755 perl-file-tail [moved to community]/-watch- create mode 100644 perl-file-tail [moved to community]/PKGBUILD delete mode 100644 perl-file-tail/PKGBUILD delete mode 100755 perl-file-tail/watch diff --git a/perl-file-tail [moved to community]/-watch- b/perl-file-tail [moved to community]/-watch- new file mode 100755 index 0000000..2f81b76 --- /dev/null +++ b/perl-file-tail [moved to community]/-watch- @@ -0,0 +1,21 @@ +#!/bin/sh + +[ -f file-tail ] && rm file-tail + +wget 'http://search.cpan.org/~mgrabnar/File-Tail-0.99.3/Tail.pm' -O file-tail >/dev/null 2>/dev/null + +if [ $? = 0 ]; then + [ -f unfetchable ] && rm unfetchable + grep 'Module Version:' < file-tail | md5sum > new-sum + touch sum + if [ "$(cat sum)" = "$(cat new-sum)" ]; then + rm new-sum + else + mv new-sum sum + echo 'perl-file-tail' + fi +elif [ ! -f unfetchable ]; then + touch unfetchable + echo 'perl-file-tail (unfetchable)' +fi + diff --git a/perl-file-tail [moved to community]/PKGBUILD b/perl-file-tail [moved to community]/PKGBUILD new file mode 100644 index 0000000..f048c58 --- /dev/null +++ b/perl-file-tail [moved to community]/PKGBUILD @@ -0,0 +1,27 @@ +# Maintainer: Mattias Andrée <`base64 -d`(bWFhbmRyZWUK)@member.fsf.org> +# Previous maintainer: Kevin Piche + +pkgname=perl-file-tail +_realname=File-Tail +pkgver=0.99.3 +pkgrel=5 +pkgdesc="Perl/CPAN File::Tail module for reading from continously updated files" +arch=('any') +license=('PerlArtistic') +url="http://search.cpan.org/dist/${_realname}/" +depends=('perl>=5.10.0') +options=(!emptydirs) +source=(http://search.cpan.org/CPAN/authors/id/M/MG/MGRABNAR/${_realname}-$pkgver.tar.gz) +md5sums=('ef0fb7bcb4181ba593f4a09940f61d1c') + +build() { + cd $srcdir/${_realname}-$pkgver + # install module in vendor directories. + perl Makefile.PL INSTALLDIRS=vendor + make +} + +package() { + cd $srcdir/${_realname}-$pkgver + make install DESTDIR=${pkgdir} +} diff --git a/perl-file-tail/PKGBUILD b/perl-file-tail/PKGBUILD deleted file mode 100644 index f048c58..0000000 --- a/perl-file-tail/PKGBUILD +++ /dev/null @@ -1,27 +0,0 @@ -# Maintainer: Mattias Andrée <`base64 -d`(bWFhbmRyZWUK)@member.fsf.org> -# Previous maintainer: Kevin Piche - -pkgname=perl-file-tail -_realname=File-Tail -pkgver=0.99.3 -pkgrel=5 -pkgdesc="Perl/CPAN File::Tail module for reading from continously updated files" -arch=('any') -license=('PerlArtistic') -url="http://search.cpan.org/dist/${_realname}/" -depends=('perl>=5.10.0') -options=(!emptydirs) -source=(http://search.cpan.org/CPAN/authors/id/M/MG/MGRABNAR/${_realname}-$pkgver.tar.gz) -md5sums=('ef0fb7bcb4181ba593f4a09940f61d1c') - -build() { - cd $srcdir/${_realname}-$pkgver - # install module in vendor directories. - perl Makefile.PL INSTALLDIRS=vendor - make -} - -package() { - cd $srcdir/${_realname}-$pkgver - make install DESTDIR=${pkgdir} -} diff --git a/perl-file-tail/watch b/perl-file-tail/watch deleted file mode 100755 index 2f81b76..0000000 --- a/perl-file-tail/watch +++ /dev/null @@ -1,21 +0,0 @@ -#!/bin/sh - -[ -f file-tail ] && rm file-tail - -wget 'http://search.cpan.org/~mgrabnar/File-Tail-0.99.3/Tail.pm' -O file-tail >/dev/null 2>/dev/null - -if [ $? = 0 ]; then - [ -f unfetchable ] && rm unfetchable - grep 'Module Version:' < file-tail | md5sum > new-sum - touch sum - if [ "$(cat sum)" = "$(cat new-sum)" ]; then - rm new-sum - else - mv new-sum sum - echo 'perl-file-tail' - fi -elif [ ! -f unfetchable ]; then - touch unfetchable - echo 'perl-file-tail (unfetchable)' -fi - -- cgit v1.2.3-70-g09d2