diff options
author | David Holm <dholm@gentoo.org> | 2004-04-25 15:38:02 +0000 |
---|---|---|
committer | David Holm <dholm@gentoo.org> | 2004-04-25 15:38:02 +0000 |
commit | f7aac6b6f7c14179ad359857a4c64e72e6013b08 (patch) | |
tree | b4761eb0d13a775cc345a19b09966a129851293b /dev-util/boa-constructor | |
parent | Automatically replacing -funroll-all-loops with -funroll-loops. (diff) | |
download | historical-f7aac6b6f7c14179ad359857a4c64e72e6013b08.tar.gz historical-f7aac6b6f7c14179ad359857a4c64e72e6013b08.tar.bz2 historical-f7aac6b6f7c14179ad359857a4c64e72e6013b08.zip |
Added to ~ppc
Diffstat (limited to 'dev-util/boa-constructor')
-rw-r--r-- | dev-util/boa-constructor/ChangeLog | 8 | ||||
-rw-r--r-- | dev-util/boa-constructor/Manifest | 4 | ||||
-rw-r--r-- | dev-util/boa-constructor/boa-constructor-0.2.3_alpha.ebuild | 4 |
3 files changed, 10 insertions, 6 deletions
diff --git a/dev-util/boa-constructor/ChangeLog b/dev-util/boa-constructor/ChangeLog index 7fb3e3d10753..b4d5c79ecebc 100644 --- a/dev-util/boa-constructor/ChangeLog +++ b/dev-util/boa-constructor/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-util/boa-constructor -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/boa-constructor/ChangeLog,v 1.8 2004/02/23 13:07:21 bazik Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/boa-constructor/ChangeLog,v 1.9 2004/04/25 15:38:02 dholm Exp $ + + 25 Apr 2004; David Holm <dholm@gentoo.org> + boa-constructor-0.2.3_alpha.ebuild: + Added to ~ppc. 23 Feb 2004; Sven Blumenstein <bazik@gentoo.org> boa-constructor-0.2.3_alpha.ebuild: diff --git a/dev-util/boa-constructor/Manifest b/dev-util/boa-constructor/Manifest index 5f980d33c8ba..f5c15d55974b 100644 --- a/dev-util/boa-constructor/Manifest +++ b/dev-util/boa-constructor/Manifest @@ -1,6 +1,6 @@ -MD5 38e330b4bc65ad1dc12a3dd91ad2e7fa ChangeLog 737 +MD5 7f920e1a14d92fb3ed062eff8f2f4a05 ChangeLog 838 MD5 b7032a6491fd5c114df59b6b0074c8db boa-constructor-0.1.0_alpha.ebuild 1228 -MD5 adeb53e5da21ed419a25888781b31671 boa-constructor-0.2.3_alpha.ebuild 1202 +MD5 124e8c063cc103ec63e1a928c720cd00 boa-constructor-0.2.3_alpha.ebuild 1207 MD5 c7d787181bdb8ed9fa88ad2bb5ed7de7 files/boa-constructor 384 MD5 9c8b887e6848c9222fad7eb5c252f5db files/digest-boa-constructor-0.1.0_alpha 81 MD5 e12855e2a10fb73665d3c7c2c11d66fa files/digest-boa-constructor-0.2.3_alpha 75 diff --git a/dev-util/boa-constructor/boa-constructor-0.2.3_alpha.ebuild b/dev-util/boa-constructor/boa-constructor-0.2.3_alpha.ebuild index 8f253ed19729..fcf97734f667 100644 --- a/dev-util/boa-constructor/boa-constructor-0.2.3_alpha.ebuild +++ b/dev-util/boa-constructor/boa-constructor-0.2.3_alpha.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/boa-constructor/boa-constructor-0.2.3_alpha.ebuild,v 1.5 2004/02/23 13:07:21 bazik Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/boa-constructor/boa-constructor-0.2.3_alpha.ebuild,v 1.6 2004/04/25 15:38:02 dholm Exp $ BOA=${P/_alpha/} S=${WORKDIR}/${BOA} @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/boa-constructor/${BOA}.src.zip" SLOT="0" LICENSE="GPL-2" -KEYWORDS="x86 sparc" +KEYWORDS="x86 sparc ~ppc" RDEPEND=">=dev-lang/python-2.0 >=dev-python/wxPython-2.4.0.6 |