diff options
author | Jason Wever <weeve@gentoo.org> | 2004-04-19 04:10:32 +0000 |
---|---|---|
committer | Jason Wever <weeve@gentoo.org> | 2004-04-19 04:10:32 +0000 |
commit | 1f209252da1e850823f7ab086822bdbb7570d22a (patch) | |
tree | 2101d8d793fe886ab163d4525318e460c5752e30 /dev-util/scons | |
parent | ver bump (diff) | |
download | gentoo-2-1f209252da1e850823f7ab086822bdbb7570d22a.tar.gz gentoo-2-1f209252da1e850823f7ab086822bdbb7570d22a.tar.bz2 gentoo-2-1f209252da1e850823f7ab086822bdbb7570d22a.zip |
Stable on sparc.
Diffstat (limited to 'dev-util/scons')
-rw-r--r-- | dev-util/scons/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/scons/scons-0.0.9.ebuild | 4 | ||||
-rw-r--r-- | dev-util/scons/scons-0.94-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-util/scons/scons-0.94-r2.ebuild | 4 |
4 files changed, 10 insertions, 7 deletions
diff --git a/dev-util/scons/ChangeLog b/dev-util/scons/ChangeLog index b1d511171274..42982660cc89 100644 --- a/dev-util/scons/ChangeLog +++ b/dev-util/scons/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/scons # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/scons/ChangeLog,v 1.13 2004/04/04 16:28:30 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/scons/ChangeLog,v 1.14 2004/04/19 04:10:32 weeve Exp $ + + 18 Apr 2004; Jason Wever <weeve@gentoo.org> scons-0.94-r2.ebuild: + Stable on sparc. *scons-0.95 (04 Apr 2004) diff --git a/dev-util/scons/scons-0.0.9.ebuild b/dev-util/scons/scons-0.0.9.ebuild index c860c53bb23d..0a19bede6de0 100644 --- a/dev-util/scons/scons-0.0.9.ebuild +++ b/dev-util/scons/scons-0.0.9.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/scons/scons-0.0.9.ebuild,v 1.4 2003/10/13 10:53:44 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/scons/scons-0.0.9.ebuild,v 1.5 2004/04/19 04:10:32 weeve Exp $ MY_P=${PN}-0.09 S=${WORKDIR}/${MY_P} diff --git a/dev-util/scons/scons-0.94-r1.ebuild b/dev-util/scons/scons-0.94-r1.ebuild index c9bb9e5ef9f2..cdb7cc6e52c3 100644 --- a/dev-util/scons/scons-0.94-r1.ebuild +++ b/dev-util/scons/scons-0.94-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/scons/scons-0.94-r1.ebuild,v 1.2 2004/02/22 22:35:24 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/scons/scons-0.94-r1.ebuild,v 1.3 2004/04/19 04:10:32 weeve Exp $ inherit distutils diff --git a/dev-util/scons/scons-0.94-r2.ebuild b/dev-util/scons/scons-0.94-r2.ebuild index b9c2ffccbd4b..06a0e4e09f66 100644 --- a/dev-util/scons/scons-0.94-r2.ebuild +++ b/dev-util/scons/scons-0.94-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/scons/scons-0.94-r2.ebuild,v 1.2 2004/04/04 16:28:30 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/scons/scons-0.94-r2.ebuild,v 1.3 2004/04/19 04:10:32 weeve Exp $ inherit python distutils @@ -11,7 +11,7 @@ HOMEPAGE="http://www.scons.org" SLOT="0" LICENSE="as-is" -KEYWORDS="x86 ~ppc ~sparc ~alpha ~hppa ~mips ~amd64 ~ia64" +KEYWORDS="x86 ~ppc sparc ~alpha ~hppa ~mips ~amd64 ~ia64" DEPEND=">=dev-lang/python-2.0" |