diff options
author | Dan Armak <danarmak@gentoo.org> | 2002-05-21 18:14:11 +0000 |
---|---|---|
committer | Dan Armak <danarmak@gentoo.org> | 2002-05-21 18:14:11 +0000 |
commit | 9743612c750e5b99fcf78113a3ab7323a07984f2 (patch) | |
tree | 86bc8d409c0a971066d23d4ae97ffb1c475c71c8 /net-misc/knetload | |
parent | eclass update - removing old eclasses (debug,inherit,functions) for which sup... (diff) | |
download | historical-9743612c750e5b99fcf78113a3ab7323a07984f2.tar.gz historical-9743612c750e5b99fcf78113a3ab7323a07984f2.tar.bz2 historical-9743612c750e5b99fcf78113a3ab7323a07984f2.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 'net-misc/knetload')
-rw-r--r-- | net-misc/knetload/knetload-1.91-r2.ebuild | 4 | ||||
-rw-r--r-- | net-misc/knetload/knetload-1.94.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net-misc/knetload/knetload-1.91-r2.ebuild b/net-misc/knetload/knetload-1.91-r2.ebuild index 7a4e76986fae..e2d75e2e20fd 100644 --- a/net-misc/knetload/knetload-1.91-r2.ebuild +++ b/net-misc/knetload/knetload-1.91-r2.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Philippe Namias <pnamias@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-misc/knetload/knetload-1.91-r2.ebuild,v 1.3 2001/12/23 21:35:16 danarmak Exp $ -. /usr/portage/eclass/inherit.eclass || die +# $Header: /var/cvsroot/gentoo-x86/net-misc/knetload/knetload-1.91-r2.ebuild,v 1.4 2002/05/21 18:14:11 danarmak Exp $ + inherit kde-base || die need-kde 2.1.1 diff --git a/net-misc/knetload/knetload-1.94.ebuild b/net-misc/knetload/knetload-1.94.ebuild index f239e6680d05..98ca38009704 100644 --- a/net-misc/knetload/knetload-1.94.ebuild +++ b/net-misc/knetload/knetload-1.94.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Philippe Namias <pnamias@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-misc/knetload/knetload-1.94.ebuild,v 1.1 2002/04/13 11:54:11 danarmak Exp $ -. /usr/portage/eclass/inherit.eclass || die +# $Header: /var/cvsroot/gentoo-x86/net-misc/knetload/knetload-1.94.ebuild,v 1.2 2002/05/21 18:14:11 danarmak Exp $ + inherit kde-base || die need-kde 3 |