diff options
author | Patrick Lauer <patrick@gentoo.org> | 2011-12-27 09:06:01 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2011-12-27 09:06:01 +0000 |
commit | 5153b6defd0bcf454ed4384c506d5a4c8f772d22 (patch) | |
tree | a6736886d7b3e2eaac93b1a93552d6ccb92c6d29 /dev-python/shiboken | |
parent | Initial import for rails 3.1. (diff) | |
download | gentoo-2-5153b6defd0bcf454ed4384c506d5a4c8f772d22.tar.gz gentoo-2-5153b6defd0bcf454ed4384c506d5a4c8f772d22.tar.bz2 gentoo-2-5153b6defd0bcf454ed4384c506d5a4c8f772d22.zip |
Remove unneeded version
(Portage version: 2.2.0_alpha81/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/shiboken')
-rw-r--r-- | dev-python/shiboken/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/shiboken/shiboken-1.0.9.ebuild | 44 |
2 files changed, 4 insertions, 45 deletions
diff --git a/dev-python/shiboken/ChangeLog b/dev-python/shiboken/ChangeLog index 006ca541a4ae..9e3a2e7a927e 100644 --- a/dev-python/shiboken/ChangeLog +++ b/dev-python/shiboken/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/shiboken # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/shiboken/ChangeLog,v 1.14 2011/12/27 09:03:20 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/shiboken/ChangeLog,v 1.15 2011/12/27 09:06:01 patrick Exp $ + + 27 Dec 2011; Patrick Lauer <patrick@gentoo.org> -shiboken-1.0.9.ebuild: + Remove unneeded version *shiboken-1.0.10 (27 Dec 2011) diff --git a/dev-python/shiboken/shiboken-1.0.9.ebuild b/dev-python/shiboken/shiboken-1.0.9.ebuild deleted file mode 100644 index 8c4a30a5d620..000000000000 --- a/dev-python/shiboken/shiboken-1.0.9.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/shiboken/shiboken-1.0.9.ebuild,v 1.2 2011/12/27 09:03:20 patrick Exp $ - -EAPI=3 - -PYTHON_DEPEND="2:2.5" - -inherit python versionator cmake-utils - -MY_PV=$(replace_version_separator '_' '~') -MY_P=${PN}-${MY_PV} - -DESCRIPTION="A tool for creating Python bindings for C++ libraries" -HOMEPAGE="http://www.pyside.org/" -SRC_URI="http://www.pyside.org/files/${MY_P}.tar.bz2" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="debug test" - -DEPEND=">=dev-python/apiextractor-0.10.8 - >=dev-python/generatorrunner-0.6.14 - >=x11-libs/qt-core-4.7.0" -RDEPEND="${DEPEND} - !dev-python/boostpythongenerator" - -PATCHES=( "${FILESDIR}/${PN}-1.0.9-fix-pkgconfig.patch" ) - -DOCS=( ChangeLog ) - -S=${WORKDIR}/${MY_P} - -pkg_setup() { - python_set_active_version 2 -} - -src_configure() { - local mycmakeargs=( - $(cmake-utils_use_build test TESTS) - ) - cmake-utils_src_configure -} |