diff options
author | Torsten Veller <tove@gentoo.org> | 2009-02-25 20:39:10 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2009-02-25 20:39:10 +0000 |
commit | 06267ba316abb2d27f7733413ea85bf4e6578dfb (patch) | |
tree | 70baffb2709f568818319c831d9816b5274e867f /dev-perl/IO-Tty | |
parent | Re-added pyparsing (hopefully temporarily) for proper outputs and stix-fonts ... (diff) | |
download | gentoo-2-06267ba316abb2d27f7733413ea85bf4e6578dfb.tar.gz gentoo-2-06267ba316abb2d27f7733413ea85bf4e6578dfb.tar.bz2 gentoo-2-06267ba316abb2d27f7733413ea85bf4e6578dfb.zip |
Version bump
(Portage version: 2.2_rc23/cvs/Linux i686)
Diffstat (limited to 'dev-perl/IO-Tty')
-rw-r--r-- | dev-perl/IO-Tty/ChangeLog | 9 | ||||
-rw-r--r-- | dev-perl/IO-Tty/IO-Tty-1.08.ebuild | 16 |
2 files changed, 23 insertions, 2 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}" |