diff options
author | Yuval Yaari <yuval@gentoo.org> | 2008-04-28 23:33:13 +0000 |
---|---|---|
committer | Yuval Yaari <yuval@gentoo.org> | 2008-04-28 23:33:13 +0000 |
commit | f1a9217a4aefaaaa4bf94f6804932ef646ebc093 (patch) | |
tree | 2c50eb83071712bde09cae6ec8d8cc121ff14b48 /dev-perl | |
parent | Version bump (diff) | |
download | historical-f1a9217a4aefaaaa4bf94f6804932ef646ebc093.tar.gz historical-f1a9217a4aefaaaa4bf94f6804932ef646ebc093.tar.bz2 historical-f1a9217a4aefaaaa4bf94f6804932ef646ebc093.zip |
Version bump
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/Test-WWW-Mechanize/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/Test-WWW-Mechanize/Test-WWW-Mechanize-1.20.ebuild | 26 | ||||
-rw-r--r-- | dev-perl/WWW-Mechanize/ChangeLog | 9 | ||||
-rw-r--r-- | dev-perl/WWW-Mechanize/WWW-Mechanize-1.34.ebuild | 30 | ||||
-rw-r--r-- | dev-perl/Want/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/Want/Want-0.18.ebuild | 17 | ||||
-rw-r--r-- | dev-perl/YAML-Syck/ChangeLog | 9 | ||||
-rw-r--r-- | dev-perl/YAML-Syck/YAML-Syck-1.04.ebuild | 19 |
8 files changed, 119 insertions, 6 deletions
diff --git a/dev-perl/Test-WWW-Mechanize/ChangeLog b/dev-perl/Test-WWW-Mechanize/ChangeLog index a6648fda2569..e623a596f2e9 100644 --- a/dev-perl/Test-WWW-Mechanize/ChangeLog +++ b/dev-perl/Test-WWW-Mechanize/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/Test-WWW-Mechanize # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-WWW-Mechanize/ChangeLog,v 1.21 2008/01/23 19:18:38 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-WWW-Mechanize/ChangeLog,v 1.22 2008/04/28 23:33:13 yuval Exp $ + +*Test-WWW-Mechanize-1.20 (24 Apr 2008) + + 24 Apr 2008; Yuval Yaari <yuval@gentoo.org> + +Test-WWW-Mechanize-1.20.ebuild: + Version bump 23 Jan 2008; Raúl Porcel <armin76@gentoo.org> Test-WWW-Mechanize-1.16.ebuild: diff --git a/dev-perl/Test-WWW-Mechanize/Test-WWW-Mechanize-1.20.ebuild b/dev-perl/Test-WWW-Mechanize/Test-WWW-Mechanize-1.20.ebuild new file mode 100644 index 000000000000..302dbc171464 --- /dev/null +++ b/dev-perl/Test-WWW-Mechanize/Test-WWW-Mechanize-1.20.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-WWW-Mechanize/Test-WWW-Mechanize-1.20.ebuild,v 1.1 2008/04/28 23:33:13 yuval Exp $ + +inherit perl-module + +DESCRIPTION="Test::WWW::Mechanize is a subclass of WWW::Mechanize that +incorporates features for web application testing" +SRC_URI="mirror://cpan/authors/id/P/PE/PETDANCE/${P}.tar.gz" +HOMEPAGE="http://search.cpan.org/~petdance/${P}/" +IUSE="" +SLOT="0" +LICENSE="|| ( Artistic GPL-2 )" +KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86" +#SRC_TEST="do" + +DEPEND=">=dev-perl/WWW-Mechanize-1.24 + dev-perl/Carp-Assert-More + >=dev-perl/HTTP-Server-Simple-0.07 + dev-perl/URI + >=dev-perl/Test-LongString-0.07 + dev-lang/perl" + +src_compile() { + echo "y" | perl-module_src_compile +} diff --git a/dev-perl/WWW-Mechanize/ChangeLog b/dev-perl/WWW-Mechanize/ChangeLog index 4a8ae851e88b..59af273044e2 100644 --- a/dev-perl/WWW-Mechanize/ChangeLog +++ b/dev-perl/WWW-Mechanize/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/WWW-Mechanize -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Mechanize/ChangeLog,v 1.44 2007/11/10 18:07:47 armin76 Exp $ +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Mechanize/ChangeLog,v 1.45 2008/04/28 23:30:43 yuval Exp $ + +*WWW-Mechanize-1.34 (28 Apr 2008) + + 28 Apr 2008; Yuval Yaari <yuval@gentoo.org> +WWW-Mechanize-1.34.ebuild: + Version bump 10 Nov 2007; Raúl Porcel <armin76@gentoo.org> WWW-Mechanize-1.30.ebuild: ia64 stable diff --git a/dev-perl/WWW-Mechanize/WWW-Mechanize-1.34.ebuild b/dev-perl/WWW-Mechanize/WWW-Mechanize-1.34.ebuild new file mode 100644 index 000000000000..eab7c4e87824 --- /dev/null +++ b/dev-perl/WWW-Mechanize/WWW-Mechanize-1.34.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Mechanize/WWW-Mechanize-1.34.ebuild,v 1.1 2008/04/28 23:30:43 yuval Exp $ + +inherit perl-module + +DESCRIPTION="Handy web browsing in a Perl object" +SRC_URI="mirror://cpan/authors/id/P/PE/PETDANCE/${P}.tar.gz" +HOMEPAGE="http://search.cpan.org/~petdance/" +IUSE="test" +SLOT="0" +LICENSE="|| ( Artistic GPL-2 )" +KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86" + +# Bug in the tests - improper use of HTTP::Server +SRC_TEST="do" + +# configure to run the local tests, but not the ones which access the Internet +myconf="--local --mech-dump --nolive" + +DEPEND="dev-lang/perl + dev-perl/IO-Socket-SSL + >=dev-perl/libwww-perl-5.76 + >=dev-perl/URI-1.25 + >=dev-perl/HTML-Parser-3.34 + dev-perl/Test-LongString + test? ( dev-perl/Test-Pod + dev-perl/Test-Taint + dev-perl/Test-Warn + dev-perl/Test-Memory-Cycle )" diff --git a/dev-perl/Want/ChangeLog b/dev-perl/Want/ChangeLog index a20104896d62..c3aecee41c68 100644 --- a/dev-perl/Want/ChangeLog +++ b/dev-perl/Want/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/Want # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Want/ChangeLog,v 1.33 2008/03/28 08:44:40 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Want/ChangeLog,v 1.34 2008/04/28 23:28:58 yuval Exp $ + +*Want-0.18 (28 Apr 2008) + + 28 Apr 2008; Yuval Yaari <yuval@gentoo.org> +Want-0.18.ebuild: + Version bump 28 Mar 2008; Jeroen Roovers <jer@gentoo.org> Want-0.15.ebuild: Stable for HPPA too. diff --git a/dev-perl/Want/Want-0.18.ebuild b/dev-perl/Want/Want-0.18.ebuild new file mode 100644 index 000000000000..eabc5cd2bdfc --- /dev/null +++ b/dev-perl/Want/Want-0.18.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Want/Want-0.18.ebuild,v 1.1 2008/04/28 23:28:58 yuval Exp $ + +inherit perl-module + +DESCRIPTION="A generalisation of wantarray" +SRC_URI="mirror://cpan/authors/id/R/RO/ROBIN/${P}.tar.gz" +HOMEPAGE="http://www.cpan.org/~robin/${P}/" +SLOT="0" +LICENSE="|| ( Artistic GPL-2 )" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86" +IUSE="" + +SRC_TEST="do" + +DEPEND="dev-lang/perl" diff --git a/dev-perl/YAML-Syck/ChangeLog b/dev-perl/YAML-Syck/ChangeLog index 9db3b828c7c7..f76f733de98a 100644 --- a/dev-perl/YAML-Syck/ChangeLog +++ b/dev-perl/YAML-Syck/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/YAML-Syck -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/YAML-Syck/ChangeLog,v 1.10 2007/08/19 15:31:16 yuval Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/YAML-Syck/ChangeLog,v 1.11 2008/04/28 23:31:44 yuval Exp $ + +*YAML-Syck-1.04 (28 Apr 2008) + + 28 Apr 2008; Yuval Yaari <yuval@gentoo.org> +YAML-Syck-1.04.ebuild: + Version bump *YAML-Syck-0.96 (19 Aug 2007) diff --git a/dev-perl/YAML-Syck/YAML-Syck-1.04.ebuild b/dev-perl/YAML-Syck/YAML-Syck-1.04.ebuild new file mode 100644 index 000000000000..55565ee74214 --- /dev/null +++ b/dev-perl/YAML-Syck/YAML-Syck-1.04.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/YAML-Syck/YAML-Syck-1.04.ebuild,v 1.1 2008/04/28 23:31:44 yuval Exp $ + +inherit perl-module + +DESCRIPTION="Fast, lightweight YAML loader and dumper" +HOMEPAGE="http://search.cpan.org/~audreyt/" +SRC_URI="mirror://cpan/authors/id/A/AU/AUDREYT/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +SRC_TEST="do" + +DEPEND="|| ( dev-libs/syck >=dev-lang/ruby-1.8 ) + dev-lang/perl" |