diff options
author | 2012-07-09 19:33:27 +0000 | |
---|---|---|
committer | 2012-07-09 19:33:27 +0000 | |
commit | 82f53c737c84a2ab78e36b2c4acab219694b7fec (patch) | |
tree | 378e2a80c38c20936d69e2adfe4d641a7b3d4d27 /dev-python/oosuite/oosuite-0.39.ebuild | |
parent | Fix build with GCC 4.7 wrt bug #425254. Bump EAPI, add missing deps, drop use... (diff) | |
download | gentoo-2-82f53c737c84a2ab78e36b2c4acab219694b7fec.tar.gz gentoo-2-82f53c737c84a2ab78e36b2c4acab219694b7fec.tar.bz2 gentoo-2-82f53c737c84a2ab78e36b2c4acab219694b7fec.zip |
more cleaning of obsolete
(Portage version: 2.2.01.20757-prefix/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/oosuite/oosuite-0.39.ebuild')
-rw-r--r-- | dev-python/oosuite/oosuite-0.39.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/dev-python/oosuite/oosuite-0.39.ebuild b/dev-python/oosuite/oosuite-0.39.ebuild index 5b8a9530b487..eff1cb793db6 100644 --- a/dev-python/oosuite/oosuite-0.39.ebuild +++ b/dev-python/oosuite/oosuite-0.39.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/oosuite/oosuite-0.39.ebuild,v 1.1 2012/07/09 19:14:39 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/oosuite/oosuite-0.39.ebuild,v 1.2 2012/07/09 19:33:27 bicatali Exp $ EAPI=4 @@ -38,14 +38,13 @@ DEPEND="app-arch/unzip S="${WORKDIR}/PythonPackages" src_prepare() { - #epatch "${FILESDIR}"/${PN}-0.37-no-init-msg.patch OO_DIRS="DerApproximator FuncDesigner OpenOpt SpaceFuncs" find . -name "*COPYING*" -delete # move all examples and tests to ease installation in proper directory mkdir "${WORKDIR}/examples" local d e for d in ${OO_DIRS}; do - mkdir "${WORKDIR}/examples/${d}" + mkdir "${WORKDIR}/examples/${d}" for e in $(find ${d} -type d -name examples -or -name tests -or -name doc); do mv ${e} "${WORKDIR}/examples/${d}/" || die done |