diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-07-25 04:13:27 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-07-25 04:13:27 +0000 |
commit | 30abe78b3fdb7defcba0bef73460d139ec73bcf3 (patch) | |
tree | 6a774ad94fe0a42d637cba9568a07d89fcc2eaa4 /dev-perl/IO-Tty | |
parent | repoman fixes (diff) | |
download | gentoo-2-30abe78b3fdb7defcba0bef73460d139ec73bcf3.tar.gz gentoo-2-30abe78b3fdb7defcba0bef73460d139ec73bcf3.tar.bz2 gentoo-2-30abe78b3fdb7defcba0bef73460d139ec73bcf3.zip |
repoman'd
Diffstat (limited to 'dev-perl/IO-Tty')
-rw-r--r-- | dev-perl/IO-Tty/IO-Tty-0.04.ebuild | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/dev-perl/IO-Tty/IO-Tty-0.04.ebuild b/dev-perl/IO-Tty/IO-Tty-0.04.ebuild index 2175cf040282..f8bae33e3997 100644 --- a/dev-perl/IO-Tty/IO-Tty-0.04.ebuild +++ b/dev-perl/IO-Tty/IO-Tty-0.04.ebuild @@ -1,14 +1,16 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. +# Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-Tty/IO-Tty-0.04.ebuild,v 1.3 2002/07/11 06:30:22 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-Tty/IO-Tty-0.04.ebuild,v 1.4 2002/07/25 04:13:26 seemant Exp $ -DESCRIPTION="IO::Tty and IO::Pty modules for Perl" -HOMEPAGE="http://cpan.valueclick.com/authors/id/G/GB/GBARR/${P}.readme" +inherit perl-module S=${WORKDIR}/${P} +DESCRIPTION="IO::Tty and IO::Pty modules for Perl" +HOMEPAGE="http://cpan.valueclick.com/authors/id/G/GB/GBARR/${P}.readme" SRC_URI="http://cpan.valueclick.com/authors/id/G/GB/GBARR/${P}.tar.gz" - -inherit perl-module +SLOT="0" +LICENSE="Artistic" +KEYWORDS="x86" mymake="/usr" |