diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2011-12-07 23:07:59 +0000 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2011-12-07 23:07:59 +0000 |
commit | db45c292ecf68c4e3ae852fe72978be89cc4896d (patch) | |
tree | c38f10259fa64113923374a0af6a1f0587661d21 /kde-base/marble | |
parent | Version bump. (diff) | |
download | gentoo-2-db45c292ecf68c4e3ae852fe72978be89cc4896d.tar.gz gentoo-2-db45c292ecf68c4e3ae852fe72978be89cc4896d.tar.bz2 gentoo-2-db45c292ecf68c4e3ae852fe72978be89cc4896d.zip |
Drop KDE 4.7.2
(Portage version: 2.1.10.39/cvs/Linux x86_64)
Diffstat (limited to 'kde-base/marble')
-rw-r--r-- | kde-base/marble/ChangeLog | 6 | ||||
-rw-r--r-- | kde-base/marble/marble-4.7.2-r1.ebuild | 69 |
2 files changed, 5 insertions, 70 deletions
diff --git a/kde-base/marble/ChangeLog b/kde-base/marble/ChangeLog index 9f31d4cdbc78..e6ee6575fa6b 100644 --- a/kde-base/marble/ChangeLog +++ b/kde-base/marble/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for kde-base/marble # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/marble/ChangeLog,v 1.116 2011/12/07 22:13:45 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/marble/ChangeLog,v 1.117 2011/12/07 23:07:29 dilfridge Exp $ + + 07 Dec 2011; Andreas K. Huettel <dilfridge@gentoo.org> + -marble-4.7.2-r1.ebuild: + Drop KDE 4.7.2 07 Dec 2011; Markos Chandras <hwoarang@gentoo.org> marble-4.7.3.ebuild: Stable on amd64 wrt bug #388279 diff --git a/kde-base/marble/marble-4.7.2-r1.ebuild b/kde-base/marble/marble-4.7.2-r1.ebuild deleted file mode 100644 index 48d36522ef7a..000000000000 --- a/kde-base/marble/marble-4.7.2-r1.ebuild +++ /dev/null @@ -1,69 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/marble/marble-4.7.2-r1.ebuild,v 1.3 2011/11/03 10:52:25 tampakrap Exp $ - -EAPI=4 - -KDE_HANDBOOK="optional" -KDE_REQUIRED="optional" -CPPUNIT_REQUIRED="optional" -PYTHON_DEPEND="python? 2" -KDE_SCM="git" -inherit kde4-base python - -DESCRIPTION="Generic geographical map widget" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" -IUSE="debug designer-plugin gps +kde plasma python" - -# tests fail / segfault. Last checked for 4.2.88 -RESTRICT=test - -DEPEND=" - gps? ( >=sci-geosciences/gpsd-2.95[qt4] ) - python? ( - >=dev-python/PyQt4-4.4.4-r1 - kde? ( $(add_kdebase_dep pykde4) ) - ) -" -RDEPEND="${DEPEND} -" - -PATCHES=( - "${FILESDIR}/${PN}-4.7-magic-r1.patch" -) - -pkg_setup() { - python_set_active_version 2 - python_pkg_setup - kde4-base_pkg_setup -} - -src_prepare() { - kde4-base_src_prepare - python_convert_shebangs -r $(python_get_version) . -} - -src_configure() { - mycmakeargs=( - $(cmake-utils_use_with designer-plugin DESIGNER_PLUGIN) - $(cmake-utils_use python EXPERIMENTAL_PYTHON_BINDINGS) - $(cmake-utils_use_with python PyQt4) - $(cmake-utils_use_with python PythonLibrary) - $(cmake-utils_use_with python SIP) - $(cmake-utils_use_with gps libgps) - -DWITH_liblocation=0 - ) - use kde || mycmakeargs=( - -DQTONLY=ON - ${mycmakeargs[@]} - ) - use kde && mycmakeargs=( - $(cmake-utils_use_with plasma) - $(cmake-utils_use_with python PyKDE4) - ${mycmakeargs[@]} - ) - - find "${S}/marble/src/bindings/python/sip" -name "*.sip" | xargs -- sed -i 's/#include <marble\//#include </' - - kde4-base_src_configure -} |