summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Hill <dirtyepic@gentoo.org>2007-02-03 21:35:13 +0000
committerRyan Hill <dirtyepic@gentoo.org>2007-02-03 21:35:13 +0000
commit7243c3c0682de1a593d2465a7c86a636191b58da (patch)
treeced734d415d58ebd7d8add251eecf07dfbabdfea /dev-util
parentRegenerate digest in Manifest2 format. (diff)
downloadgentoo-2-7243c3c0682de1a593d2465a7c86a636191b58da.tar.gz
gentoo-2-7243c3c0682de1a593d2465a7c86a636191b58da.tar.bz2
gentoo-2-7243c3c0682de1a593d2465a7c86a636191b58da.zip
Remove old versions depending on wxpython-2.4
(Portage version: 2.1.2-r7)
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/boa-constructor/ChangeLog8
-rw-r--r--dev-util/boa-constructor/boa-constructor-0.3.0_alpha.ebuild51
-rw-r--r--dev-util/boa-constructor/boa-constructor-0.3.1_alpha.ebuild52
-rw-r--r--dev-util/boa-constructor/files/digest-boa-constructor-0.3.0_alpha1
-rw-r--r--dev-util/boa-constructor/files/digest-boa-constructor-0.3.1_alpha1
5 files changed, 6 insertions, 107 deletions
diff --git a/dev-util/boa-constructor/ChangeLog b/dev-util/boa-constructor/ChangeLog
index 24539c59f694..b502e6c7d07c 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-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/boa-constructor/ChangeLog,v 1.26 2006/12/29 18:40:13 dertobi123 Exp $
+# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/boa-constructor/ChangeLog,v 1.27 2007/02/03 21:35:13 dirtyepic Exp $
+
+ 03 Feb 2007; Ryan Hill <dirtyepic@gentoo.org>
+ -boa-constructor-0.3.0_alpha.ebuild, -boa-constructor-0.3.1_alpha.ebuild:
+ Remove old versions depending on wxpython-2.4
29 Dec 2006; Tobias Scherbaum <dertobi123@gentoo.org>
boa-constructor-0.4.0_alpha.ebuild:
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
deleted file mode 100644
index 4c7f9075943a..000000000000
--- a/dev-util/boa-constructor/boa-constructor-0.3.0_alpha.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2005 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.5 2005/04/24 12:41:51 hansmi 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*
- 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/boa-constructor-0.3.1_alpha.ebuild b/dev-util/boa-constructor/boa-constructor-0.3.1_alpha.ebuild
deleted file mode 100644
index 6abd0a3b2403..000000000000
--- a/dev-util/boa-constructor/boa-constructor-0.3.1_alpha.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# 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.1_alpha.ebuild,v 1.2 2004/11/13 18:03:50 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}.zip"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="~x86 ~sparc ~ppc"
-IUSE=""
-
-RDEPEND=">=dev-lang/python-2.0
- =dev-python/wxpython-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
deleted file mode 100644
index 4b3d098a0017..000000000000
--- a/dev-util/boa-constructor/files/digest-boa-constructor-0.3.0_alpha
+++ /dev/null
@@ -1 +0,0 @@
-MD5 99a07930858327877017a7c6ef4eea14 boa-constructor-0.3.0.src.zip 2642933
diff --git a/dev-util/boa-constructor/files/digest-boa-constructor-0.3.1_alpha b/dev-util/boa-constructor/files/digest-boa-constructor-0.3.1_alpha
deleted file mode 100644
index b2ae8752ffbf..000000000000
--- a/dev-util/boa-constructor/files/digest-boa-constructor-0.3.1_alpha
+++ /dev/null
@@ -1 +0,0 @@
-MD5 4e6097108e5a242ffd41292d1ac0ae75 boa-constructor-0.3.1.zip 2642998