diff options
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/POE/ChangeLog | 9 | ||||
-rw-r--r-- | dev-perl/POE/POE-0.23-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-perl/POE/POE-0.23.ebuild | 4 | ||||
-rw-r--r-- | dev-perl/POE/POE-0.26.ebuild | 4 | ||||
-rw-r--r-- | dev-perl/POE/POE-0.30.09.ebuild | 43 | ||||
-rw-r--r-- | dev-perl/POE/files/digest-POE-0.30.09 | 1 |
6 files changed, 57 insertions, 8 deletions
diff --git a/dev-perl/POE/ChangeLog b/dev-perl/POE/ChangeLog index 6f6a4f215651..495f41655946 100644 --- a/dev-perl/POE/ChangeLog +++ b/dev-perl/POE/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/POE -# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/POE/ChangeLog,v 1.15 2004/12/30 00:17:01 ciaranm Exp $ +# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/POE/ChangeLog,v 1.16 2005/03/06 15:39:09 mcummings Exp $ + +*POE-0.30.09 (06 Mar 2005) + + 06 Mar 2005; Michael Cummings <mcummings@gentoo.org> +POE-0.30.09.ebuild: + New version of POE 30 Dec 2004; Ciaran McCreesh <ciaranm@gentoo.org> : Change encoding to UTF-8 for GLEP 31 compliance diff --git a/dev-perl/POE/POE-0.23-r1.ebuild b/dev-perl/POE/POE-0.23-r1.ebuild index d85f72c4029b..56c0496856e5 100644 --- a/dev-perl/POE/POE-0.23-r1.ebuild +++ b/dev-perl/POE/POE-0.23-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/POE/POE-0.23-r1.ebuild,v 1.10 2004/07/14 20:15:43 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/POE/POE-0.23-r1.ebuild,v 1.11 2005/03/06 15:39:09 mcummings Exp $ IUSE="gtk tcltk libwww ncurses" diff --git a/dev-perl/POE/POE-0.23.ebuild b/dev-perl/POE/POE-0.23.ebuild index 6db51b347c4d..a27a9d5537e9 100644 --- a/dev-perl/POE/POE-0.23.ebuild +++ b/dev-perl/POE/POE-0.23.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/POE/POE-0.23.ebuild,v 1.10 2004/07/14 20:15:43 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/POE/POE-0.23.ebuild,v 1.11 2005/03/06 15:39:09 mcummings Exp $ IUSE="gtk tcltk libwww ncurses" diff --git a/dev-perl/POE/POE-0.26.ebuild b/dev-perl/POE/POE-0.26.ebuild index cc6825084806..40f2f1e7389b 100644 --- a/dev-perl/POE/POE-0.26.ebuild +++ b/dev-perl/POE/POE-0.26.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/POE/POE-0.26.ebuild,v 1.7 2004/07/14 20:15:43 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/POE/POE-0.26.ebuild,v 1.8 2005/03/06 15:39:09 mcummings Exp $ IUSE="gtk ipv6 libwww ncurses tcltk" diff --git a/dev-perl/POE/POE-0.30.09.ebuild b/dev-perl/POE/POE-0.30.09.ebuild new file mode 100644 index 000000000000..0e989606f592 --- /dev/null +++ b/dev-perl/POE/POE-0.30.09.ebuild @@ -0,0 +1,43 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/POE/POE-0.30.09.ebuild,v 1.1 2005/03/06 15:39:09 mcummings Exp $ + +IUSE="gtk ipv6 libwww ncurses tcltk" + +inherit perl-module +MY_PV=${PV/30.09/3009} +MY_P=${PN}-${MY_PV} +S=${WORKDIR}/${MY_P} + +DESCRIPTION="A framework for creating multitasking programs in Perl" +HOMEPAGE="http://poe.perl.org" +HOMEPAGE="http://search.cpan.org/~rcaputo/${MY_P}/" +SRC_URI="mirror://cpan/authors/id/R/RC/RCAPUTO/${MY_P}.tar.gz" + +SLOT="0" +LICENSE="as-is" +KEYWORDS="~x86 ~sparc" + +DEPEND="${DEPEND} + dev-perl/ExtUtils-AutoInstall + >=dev-perl/Event-1.00 + >=dev-perl/Time-HiRes-1.59 + >=dev-perl/Compress-Zlib-1.33 + >=dev-perl/Storable-2.12 + >=dev-perl/IO-Tty-1.02 + dev-perl/Filter + dev-perl/FreezeThaw + >=dev-perl/Test-Simple-0.54 + >=dev-perl/TermReadKey-2.21 + ipv6? ( >=dev-perl/Socket6-0.14 ) + tcltk? ( >=dev-perl/perl-tk-800.027 ) + gtk? ( >=dev-perl/gtk-perl-0.7009 ) + libwww? ( >=dev-perl/libwww-perl-5.79 + >=dev-perl/URI-1.30) + ncurses? ( >=dev-perl/Curses-1.08 )" + +mymake="/usr" + +src_compile() { + echo "n" | perl-module_src_compile +} diff --git a/dev-perl/POE/files/digest-POE-0.30.09 b/dev-perl/POE/files/digest-POE-0.30.09 new file mode 100644 index 000000000000..dc0045251554 --- /dev/null +++ b/dev-perl/POE/files/digest-POE-0.30.09 @@ -0,0 +1 @@ +MD5 fbeea25b45ab7f8b899ae9dec1cb004e POE-0.3009.tar.gz 363625 |