On Sun, Mar 29, 2009 at 04:52, flocke <[email protected]> wrote:
> On Sat, 28 Mar 2009 20:04:07 -0400
> Daenyth Blank <[email protected]> wrote:
>
>> On Sat, Mar 28, 2009 at 18:56, flocke <[email protected]> wrote:
>> > I uploaded it because perl-object-event in [community] was out of date, 
>> > but now it is up to date again so this package is not longer needed!
>> > Thanks!
>>
>> In the future, please don't do that. Send a mail to the mailing list
>> with your updated PKGBUILD if you're unable to contact the package
>> maintainer.
>>
>> Deleted
>
> This was one of my first PKGBUILDS, it was in a time when I don't even knew 
> about this list ;)
> I have a second package of this kind: [1] If someon could update the 
> perl-anyevent package in [extra] you can remove this too!
>
> [1] http://aur.archlinux.org/packages.php?ID=22851
>
> PKGBUILD:
>
> # Contributor: Jakob Nixdorf <[email protected]>
>
> pkgname=perl-anyevent
> pkgver=4.35
> pkgrel=1
> pkgdesc="Provide framework for multiple event loops"
> depends=('perl>=5.10.0' 'glibc')
> license=('GPL' 'PerlArtistic')
> url="http://search.cpan.org/~mlehmann/AnyEvent-4.33/";
> source=(http://search.cpan.org/CPAN/authors/id/M/ML/MLEHMANN/AnyEvent-$pkgver.tar.gz)
> md5sums=('f1d7066a576aab2be15e78ea238036d0')
> options=('!emptydirs')
> arch=(i686 x86_64)
> build()
> {
>  cd $startdir/src/AnyEvent-$pkgver
>
>  perl Makefile.PL INSTALLDIRS=vendor || return 1
>  make || return 1
>  make DESTDIR=$startdir/pkg install || return 1
>  rm $startdir/pkg/usr/lib/perl5/core_perl/perllocal.pod
>  rm $startdir/pkg/usr/lib/perl5/vendor_perl/auto/AnyEvent/.packlist
> }
>
> --
> flocke <[email protected]>
>

Deleted from AUR, and I'm CCing this to the anyevent maintainer.

Reply via email to