"Event - A Generic Perl Event Loop" - i would have to lie if i knew exactly what this thing is (its some kinda network module), but i know that dvdrip needs it for clustering, and that should be a reason to have it in portage. -phoen][x-
Created attachment 272 [details] Event-0.85.ebuild
i changed the header of the ebuild. but u should also change dev-perl/Storable (the Event ebuild is a modified Storable ebuild), to not use the A= thingy. i'll paste the diff: --- Event-0.85.ebuild 2002-03-02 11:47:48.000000000 +0100 +++ Event-0.85.ebuild.old 2002-03-02 11:52:39.000000000 +0100 @@ -3,10 +3,11 @@ # phoen][x <eqc_phoenix@gmx.de> # $Header$ +A=${P}.tar.gz S=${WORKDIR}/${P} CATEGORY="dev-perl" DESCRIPTION="The Perl Event Module" -SRC_URI="http://www.cpan.org/modules/by-module/Event/${P}.tar.gz" +SRC_URI="http://www.cpan.org/modules/by-module/Event/${A}.tar.gz" HOMEPAGE="http://www.cpan.org/modules/by-module/Event/${P}.readme" DEPEND=">=sys-devel/perl-5"
i did modify the ebuild again, cause azarah told me not to use the "try"-commands anymore.this is the newest version of the whole ebuid: # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # phoen][x <eqc_phoenix@gmx.de> # $Header$ S=${WORKDIR}/${P} CATEGORY="dev-perl" DESCRIPTION="The Perl Event Module" SRC_URI="http://www.cpan.org/modules/by-module/Event/${P}.tar.gz" HOMEPAGE="http://www.cpan.org/modules/by-module/Event/${P}.readme" DEPEND=">=sys-devel/perl-5" src_compile() { perl Makefile.PL make || die } src_install () { make PREFIX=${D}/usr \ INSTALLMAN3DIR=${D}/usr/share/man/man3 install || die dodoc ChangeLog MANIFEST README }
added to portage as dev-perl/Event. thanks