diff options
author | Torsten Veller <tove@gentoo.org> | 2009-02-25 20:43:57 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2009-02-25 20:43:57 +0000 |
commit | bd17fcbec99a41f714049b8ae8709bb3a646fbd7 (patch) | |
tree | d31c069309fb7e3d0ab10a13b2646805e450d9a9 /dev-perl | |
parent | amd64 stable, bug #257585 (diff) | |
download | historical-bd17fcbec99a41f714049b8ae8709bb3a646fbd7.tar.gz historical-bd17fcbec99a41f714049b8ae8709bb3a646fbd7.tar.bz2 historical-bd17fcbec99a41f714049b8ae8709bb3a646fbd7.zip |
Version bump
Package-Manager: portage-2.2_rc23/cvs/Linux i686
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/IO-Tty/ChangeLog | 9 | ||||
-rw-r--r-- | dev-perl/IO-Tty/IO-Tty-1.08.ebuild | 16 | ||||
-rw-r--r-- | dev-perl/JSON/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/JSON/JSON-2.14.ebuild | 18 |
4 files changed, 47 insertions, 3 deletions
diff --git a/dev-perl/IO-Tty/ChangeLog b/dev-perl/IO-Tty/ChangeLog index b00d407a13ce..c5aac0134850 100644 --- a/dev-perl/IO-Tty/ChangeLog +++ b/dev-perl/IO-Tty/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/IO-Tty -# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-Tty/ChangeLog,v 1.28 2008/09/10 19:10:44 tove Exp $ +# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-Tty/ChangeLog,v 1.29 2009/02/25 20:39:10 tove Exp $ + +*IO-Tty-1.08 (25 Feb 2009) + + 25 Feb 2009; Torsten Veller <tove@gentoo.org> +IO-Tty-1.08.ebuild: + Version bump 10 Sep 2008; Torsten Veller <tove@gentoo.org> -IO-Tty-1.02-r1.ebuild, -IO-Tty-1.05.ebuild, IO-Tty-1.07.ebuild: diff --git a/dev-perl/IO-Tty/IO-Tty-1.08.ebuild b/dev-perl/IO-Tty/IO-Tty-1.08.ebuild new file mode 100644 index 000000000000..38f83c62bf69 --- /dev/null +++ b/dev-perl/IO-Tty/IO-Tty-1.08.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-Tty/IO-Tty-1.08.ebuild,v 1.1 2009/02/25 20:39:10 tove Exp $ + +MODULE_AUTHOR=RGIERSIG +inherit perl-module + +DESCRIPTION="IO::Tty and IO::Pty modules for Perl" + +LICENSE="|| ( Artistic GPL-2 )" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +IUSE="" + +DEPEND="dev-lang/perl" +RDEPEND="${DEPEND}" diff --git a/dev-perl/JSON/ChangeLog b/dev-perl/JSON/ChangeLog index 51c17227fb6c..9f77b6699043 100644 --- a/dev-perl/JSON/ChangeLog +++ b/dev-perl/JSON/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/JSON # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/JSON/ChangeLog,v 1.7 2009/02/22 08:53:56 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/JSON/ChangeLog,v 1.8 2009/02/25 20:43:57 tove Exp $ + +*JSON-2.14 (25 Feb 2009) + + 25 Feb 2009; Torsten Veller <tove@gentoo.org> +JSON-2.14.ebuild: + Version bump *JSON-2.13 (22 Feb 2009) diff --git a/dev-perl/JSON/JSON-2.14.ebuild b/dev-perl/JSON/JSON-2.14.ebuild new file mode 100644 index 000000000000..c54a2a8d3406 --- /dev/null +++ b/dev-perl/JSON/JSON-2.14.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/JSON/JSON-2.14.ebuild,v 1.1 2009/02/25 20:43:57 tove Exp $ + +MODULE_AUTHOR=MAKAMAKA +inherit perl-module + +DESCRIPTION="parse and convert to JSON (JavaScript Object Notation)" + +LICENSE="|| ( Artistic GPL-2 )" +SLOT="0" +KEYWORDS="~amd64 ~sparc ~x86" +IUSE="" + +DEPEND="dev-lang/perl" +RDEPEND="${DEPEND}" + +SRC_TEST="do" |