diff options
author | Michael Cummings <mcummings@gentoo.org> | 2002-10-25 14:31:12 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2002-10-25 14:31:12 +0000 |
commit | ce75d2fb2bb00f471cd8b6129775a306f213d05b (patch) | |
tree | ee066b87ce4942272d29012c116a29683638089e /dev-perl/IO-Tty | |
parent | close #9373 (diff) | |
download | gentoo-2-ce75d2fb2bb00f471cd8b6129775a306f213d05b.tar.gz gentoo-2-ce75d2fb2bb00f471cd8b6129775a306f213d05b.tar.bz2 gentoo-2-ce75d2fb2bb00f471cd8b6129775a306f213d05b.zip |
Updated version, fulfills deps for POE and other modules using IO::Pty and IO::Tty
Diffstat (limited to 'dev-perl/IO-Tty')
-rw-r--r-- | dev-perl/IO-Tty/ChangeLog | 10 | ||||
-rw-r--r-- | dev-perl/IO-Tty/IO-Tty-1.02.ebuild | 16 | ||||
-rw-r--r-- | dev-perl/IO-Tty/files/digest-IO-Tty-1.02 | 1 |
3 files changed, 26 insertions, 1 deletions
diff --git a/dev-perl/IO-Tty/ChangeLog b/dev-perl/IO-Tty/ChangeLog index 2328906bb489..087e252a8745 100644 --- a/dev-perl/IO-Tty/ChangeLog +++ b/dev-perl/IO-Tty/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for dev-perl/IO-Tty # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-Tty/ChangeLog,v 1.2 2002/07/31 13:17:08 cselkirk Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-Tty/ChangeLog,v 1.3 2002/10/25 14:31:12 mcummings Exp $ + +*IO-Tty-1.02 (25 Oct 2002) + + 25 Oct 2002; <mcummings@gentoo.org> IO-Tty-1.02.ebuild : + + Not sure why were keeping with IO-Tty that was five years old. The newer + version contains additional modules that are required by POE and other modules + that use IO. *IO-Tty-0.04 (11 May 2002) diff --git a/dev-perl/IO-Tty/IO-Tty-1.02.ebuild b/dev-perl/IO-Tty/IO-Tty-1.02.ebuild new file mode 100644 index 000000000000..a57f9eba33c5 --- /dev/null +++ b/dev-perl/IO-Tty/IO-Tty-1.02.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-Tty/IO-Tty-1.02.ebuild,v 1.1 2002/10/25 14:31:12 mcummings Exp $ + +inherit perl-module + +S=${WORKDIR}/${P} +DESCRIPTION="IO::Tty and IO::Pty modules for Perl" +HOMEPAGE="http://cpan.valueclick.com/authors/id/R/RG/RGIERSIG/${P}.readme" +SRC_URI="http://cpan.valueclick.com/authors/id/R/RG/RGIERSIG/${P}.tar.gz" + +SLOT="0" +LICENSE="Artistic" +KEYWORDS="x86 ppc sparc sparc64 alpha" + +mymake="/usr" diff --git a/dev-perl/IO-Tty/files/digest-IO-Tty-1.02 b/dev-perl/IO-Tty/files/digest-IO-Tty-1.02 new file mode 100644 index 000000000000..a6d6a4095cd7 --- /dev/null +++ b/dev-perl/IO-Tty/files/digest-IO-Tty-1.02 @@ -0,0 +1 @@ +MD5 875a8bc6e0643f4fc892dbe113e43286 IO-Tty-1.02.tar.gz 23105 |