diff options
author | Dan Armak <danarmak@gentoo.org> | 2002-05-21 18:14:07 +0000 |
---|---|---|
committer | Dan Armak <danarmak@gentoo.org> | 2002-05-21 18:14:07 +0000 |
commit | f64bb3e6f09b71bac53c09b962ce046d38e49c3e (patch) | |
tree | 7ced4ec8ac85de2796d64643f4e91816a021705a /dev-libs | |
parent | eclass update - removing old eclasses (debug,inherit,functions) for which sup... (diff) | |
download | historical-f64bb3e6f09b71bac53c09b962ce046d38e49c3e.tar.gz historical-f64bb3e6f09b71bac53c09b962ce046d38e49c3e.tar.bz2 historical-f64bb3e6f09b71bac53c09b962ce046d38e49c3e.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-libs')
-rw-r--r-- | dev-libs/atk/atk-1.0.1-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-libs/atk/atk-1.0.1-r2.ebuild | 4 |
2 files changed, 2 insertions, 6 deletions
diff --git a/dev-libs/atk/atk-1.0.1-r1.ebuild b/dev-libs/atk/atk-1.0.1-r1.ebuild index 4342772eb532..192150ef54af 100644 --- a/dev-libs/atk/atk-1.0.1-r1.ebuild +++ b/dev-libs/atk/atk-1.0.1-r1.ebuild @@ -1,12 +1,10 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Spider <spider.gentoo@darkmere.wanfear.com> -# $Header: /var/cvsroot/gentoo-x86/dev-libs/atk/atk-1.0.1-r1.ebuild,v 1.2 2002/04/27 23:08:36 bangert Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/atk/atk-1.0.1-r1.ebuild,v 1.3 2002/05/21 18:14:07 danarmak Exp $ # ACONFVER=2.52f # AMAKEVER=1.5b -# Source inherit.eclass and inherit AutoTools -# . /usr/portage/eclass/inherit.eclass || die # inherit autotools SLOT="1" S=${WORKDIR}/${P} diff --git a/dev-libs/atk/atk-1.0.1-r2.ebuild b/dev-libs/atk/atk-1.0.1-r2.ebuild index 88da14dd986c..c7eda44fd702 100644 --- a/dev-libs/atk/atk-1.0.1-r2.ebuild +++ b/dev-libs/atk/atk-1.0.1-r2.ebuild @@ -1,12 +1,10 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Spider <spider.gentoo@darkmere.wanfear.com> -# $Header: /var/cvsroot/gentoo-x86/dev-libs/atk/atk-1.0.1-r2.ebuild,v 1.2 2002/04/27 23:08:36 bangert Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/atk/atk-1.0.1-r2.ebuild,v 1.3 2002/05/21 18:14:07 danarmak Exp $ # ACONFVER=2.52f # AMAKEVER=1.5b -# Source inherit.eclass and inherit AutoTools -# . /usr/portage/eclass/inherit.eclass || die # inherit autotools SLOT="1" S=${WORKDIR}/${P} |