diff options
author | Rob Cakebread <pythonhead@gentoo.org> | 2004-08-19 04:14:12 +0000 |
---|---|---|
committer | Rob Cakebread <pythonhead@gentoo.org> | 2004-08-19 04:14:12 +0000 |
commit | a576dd819c32fb738bb5a76a31fe5c1cd05c468f (patch) | |
tree | 45c4ea7ca1f6d15936b5a3db7422559319f149d4 /dev-util/boa-constructor | |
parent | Fixed USE logic (Manifest recommit) (diff) | |
download | gentoo-2-a576dd819c32fb738bb5a76a31fe5c1cd05c468f.tar.gz gentoo-2-a576dd819c32fb738bb5a76a31fe5c1cd05c468f.tar.bz2 gentoo-2-a576dd819c32fb738bb5a76a31fe5c1cd05c468f.zip |
Version bump. bug# 60825
Diffstat (limited to 'dev-util/boa-constructor')
-rw-r--r-- | dev-util/boa-constructor/ChangeLog | 8 | ||||
-rw-r--r-- | dev-util/boa-constructor/Manifest | 14 | ||||
-rw-r--r-- | dev-util/boa-constructor/boa-constructor-0.3.0_alpha.ebuild | 51 | ||||
-rw-r--r-- | dev-util/boa-constructor/files/digest-boa-constructor-0.3.0_alpha | 1 |
4 files changed, 62 insertions, 12 deletions
diff --git a/dev-util/boa-constructor/ChangeLog b/dev-util/boa-constructor/ChangeLog index fdc1d52fca7d..137d8256506b 100644 --- a/dev-util/boa-constructor/ChangeLog +++ b/dev-util/boa-constructor/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-util/boa-constructor # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/boa-constructor/ChangeLog,v 1.12 2004/07/03 12:23:40 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/boa-constructor/ChangeLog,v 1.13 2004/08/19 04:14:12 pythonhead Exp $ + +*boa-constructor-0.3.0_alpha (18 Aug 2004) + + 18 Aug 2004; Rob Cakebread <pythonhead@gentoo.org> + +boa-constructor-0.3.0_alpha.ebuild: + Version bump. bug# 60825 03 Jul 2004; Bryan Østergaard <kloeri@gentoo.org> boa-constructor-0.1.0_alpha.ebuild, boa-constructor-0.2.3_alpha.ebuild, diff --git a/dev-util/boa-constructor/Manifest b/dev-util/boa-constructor/Manifest index 6a973fb145f3..aaeef40a3f25 100644 --- a/dev-util/boa-constructor/Manifest +++ b/dev-util/boa-constructor/Manifest @@ -1,19 +1,11 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -MD5 0b5b64b6db1a6d513a0512e7549b4c6c ChangeLog 1231 +MD5 2af67b91edb0f9414a64e3c7c3f9d13d ChangeLog 1395 MD5 a4544ba1bb059873482d635b0e655fd5 boa-constructor-0.1.0_alpha.ebuild 1226 MD5 429e2282b41a4e76fbe921bfffa95fce boa-constructor-0.2.3_alpha.ebuild 1209 MD5 7d2c5102ec2eba9abe0ee7544856861e boa-constructor-0.2.8_pre20040620.ebuild 1162 MD5 7e8237fba7a4dfcc01d7501289d125ed metadata.xml 270 +MD5 229229dca51ef3a929a9722f96ebcbb7 boa-constructor-0.3.0_alpha.ebuild 1141 MD5 023746a90d880f9f8c94118089d5d531 files/boa-constructor 387 MD5 9c8b887e6848c9222fad7eb5c252f5db files/digest-boa-constructor-0.1.0_alpha 81 MD5 e12855e2a10fb73665d3c7c2c11d66fa files/digest-boa-constructor-0.2.3_alpha 75 MD5 9ce8d0c471cb4659d5b5a0efea54f69e files/digest-boa-constructor-0.2.8_pre20040620 87 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.2.4 (GNU/Linux) - -iD8DBQFA+ewimdTrptrqvGERAm38AJ9V2jRRi1P+uFYDL96eamCXzZQk4wCfRqHx -TnPvenSogn+uniiWmligmV0= -=/dIo ------END PGP SIGNATURE----- +MD5 b923e7ad0c6fede07186966b20b7e428 files/digest-boa-constructor-0.3.0_alpha 75 diff --git a/dev-util/boa-constructor/boa-constructor-0.3.0_alpha.ebuild b/dev-util/boa-constructor/boa-constructor-0.3.0_alpha.ebuild new file mode 100644 index 000000000000..70b99d75d063 --- /dev/null +++ b/dev-util/boa-constructor/boa-constructor-0.3.0_alpha.ebuild @@ -0,0 +1,51 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/boa-constructor/boa-constructor-0.3.0_alpha.ebuild,v 1.1 2004/08/19 04:14:12 pythonhead Exp $ + +BOA=${P/_alpha/} +S=${WORKDIR}/${BOA} +DESCRIPTION="Python GUI RAD development tool." +HOMEPAGE="http://boa-constructor.sourceforge.net/" +SRC_URI="mirror://sourceforge/boa-constructor/${BOA}.src.zip" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="~x86 ~sparc ~ppc" +IUSE="" + +RDEPEND=">=dev-lang/python-2.0 + >=dev-python/wxpython-2.4.2.4 + dev-libs/expat" + +DEPEND="${RDEPEND} + app-arch/unzip" + +src_compile() { + python -c "import compileall; compileall.compile_dir('.', force=1)" +} + +src_install () { + local pv=`python -V 2>&1 | sed -e 's:Python \([0-9].[0-9]\).*:\1:'` + local boadir="/usr/lib/python${pv}/site-packages/boa" + + local dir + for dir in `find . -type d` + do + insinto "${boadir}/${dir}" + cd "${dir}" + local file + for file in * + do + [ -f "${file}" ] && doins "${file}" + done + cd "${S}" + done + + insinto "${boadir}" + insinto "${boadir}/Plug-ins" + doins Plug-ins/* + + dobin "${FILESDIR}/boa-constructor" + + dodoc Bugs.txt Changes.txt Credits.txt README.txt +} diff --git a/dev-util/boa-constructor/files/digest-boa-constructor-0.3.0_alpha b/dev-util/boa-constructor/files/digest-boa-constructor-0.3.0_alpha new file mode 100644 index 000000000000..4b3d098a0017 --- /dev/null +++ b/dev-util/boa-constructor/files/digest-boa-constructor-0.3.0_alpha @@ -0,0 +1 @@ +MD5 99a07930858327877017a7c6ef4eea14 boa-constructor-0.3.0.src.zip 2642933 |