diff options
author | Dan Armak <danarmak@gentoo.org> | 2002-05-21 18:14:08 +0000 |
---|---|---|
committer | Dan Armak <danarmak@gentoo.org> | 2002-05-21 18:14:08 +0000 |
commit | 4646551487536a18b3a3009805dca1eb934b6da1 (patch) | |
tree | 1bb128dce33e3fe8005a1b6fe2610bec49645cd9 /dev-perl/TermReadKey | |
parent | eclass update - removing old eclasses (debug,inherit,functions) for which sup... (diff) | |
download | historical-4646551487536a18b3a3009805dca1eb934b6da1.tar.gz historical-4646551487536a18b3a3009805dca1eb934b6da1.tar.bz2 historical-4646551487536a18b3a3009805dca1eb934b6da1.zip |
eclass update - removing old eclasses (debug,inherit,functions) for which support is in potage proper
(>=1.8.9_pre32). this breaks support for older portages i.e. profile 1.0_rc6 as warned on themailing
lists 2 weeks ago. the only change to all these ebuilds in the long list is removal of the redundant
". /usr/portage/eclass/inherit.eclass || die" line.
Diffstat (limited to 'dev-perl/TermReadKey')
-rw-r--r-- | dev-perl/TermReadKey/TermReadKey-2.19.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/TermReadKey/TermReadKey-2.19.ebuild b/dev-perl/TermReadKey/TermReadKey-2.19.ebuild index 4a9105c7b79a..74f4b117ffd7 100644 --- a/dev-perl/TermReadKey/TermReadKey-2.19.ebuild +++ b/dev-perl/TermReadKey/TermReadKey-2.19.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Per Wigren <wigren@home.se> -# $Header: /var/cvsroot/gentoo-x86/dev-perl/TermReadKey/TermReadKey-2.19.ebuild,v 1.1 2002/05/11 17:53:01 agenkin Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/TermReadKey/TermReadKey-2.19.ebuild,v 1.2 2002/05/21 18:14:08 danarmak Exp $ DESCRIPTION="Change terminal modes, and perform non-blocking reads." HOMEPAGE="http://cpan.valueclick.com/authors/id/J/JS/JSTOWE/${P}.readme" @@ -10,7 +10,7 @@ HOMEPAGE="http://cpan.valueclick.com/authors/id/J/JS/JSTOWE/${P}.readme" SRC_URI="http://cpan.valueclick.com/authors/id/J/JS/JSTOWE/${P}.tar.gz" S=${WORKDIR}/${P} -. /usr/portage/eclass/inherit.eclass || die + inherit perl-module mymake="/usr" |