diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2012-12-08 11:53:45 +0000 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2012-12-08 11:53:45 +0000 |
commit | 6b11c982db02a383e84cd168d17f7f33c49cbf11 (patch) | |
tree | 07dbb85126348d4f13e0dda7134a7313085efe2b /kde-base/marble | |
parent | [bump] dev-perl/IO-Socket-IP-0.180.0 (diff) | |
download | gentoo-2-6b11c982db02a383e84cd168d17f7f33c49cbf11.tar.gz gentoo-2-6b11c982db02a383e84cd168d17f7f33c49cbf11.tar.bz2 gentoo-2-6b11c982db02a383e84cd168d17f7f33c49cbf11.zip |
Drop KDE 4.8
(Portage version: 2.2.0_alpha144/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7887F787)
Diffstat (limited to 'kde-base/marble')
-rw-r--r-- | kde-base/marble/ChangeLog | 5 | ||||
-rw-r--r-- | kde-base/marble/marble-4.8.5.ebuild | 85 |
2 files changed, 4 insertions, 86 deletions
diff --git a/kde-base/marble/ChangeLog b/kde-base/marble/ChangeLog index e8da42fccb31..0aaf8e47600d 100644 --- a/kde-base/marble/ChangeLog +++ b/kde-base/marble/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for kde-base/marble # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/marble/ChangeLog,v 1.166 2012/12/05 16:58:27 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/marble/ChangeLog,v 1.167 2012/12/08 11:53:13 dilfridge Exp $ + + 08 Dec 2012; Andreas K. Huettel <dilfridge@gentoo.org> -marble-4.8.5.ebuild: + Drop KDE 4.8 *marble-4.9.4 (05 Dec 2012) diff --git a/kde-base/marble/marble-4.8.5.ebuild b/kde-base/marble/marble-4.8.5.ebuild deleted file mode 100644 index d9e8f68c46aa..000000000000 --- a/kde-base/marble/marble-4.8.5.ebuild +++ /dev/null @@ -1,85 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/marble/marble-4.8.5.ebuild,v 1.4 2012/09/03 12:20:12 scarabeus 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 test" - -# tests fail / segfault. Last checked for 4.9.0 -RESTRICT="test" - -RDEPEND=" - x11-libs/qt-core:4 - x11-libs/qt-declarative:4 - x11-libs/qt-gui:4[dbus] - x11-libs/qt-script:4 - x11-libs/qt-sql:4 - x11-libs/qt-svg:4 - x11-libs/qt-webkit:4 - gps? ( >=sci-geosciences/gpsd-2.95[qt4] ) - python? ( - >=dev-python/PyQt4-4.4.4-r1 - kde? ( $(add_kdebase_dep pykde4) ) - ) -" -DEPEND=" - ${RDEPEND} - test? ( x11-libs/qt-test:4 ) -" -# the qt dependencies are needed because with USE=-kde nothing is pulled in -# by default... bugs 414165 & 429346 - -REQUIRED_USE=" - plasma? ( kde ) - python? ( kde ) -" - -pkg_setup() { - python_set_active_version 2 - kde4-base_pkg_setup - python_pkg_setup -} - -src_prepare() { - kde4-base_src_prepare - python_convert_shebangs -r $(python_get_version) . -} - -src_configure() { - local 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) - $(cmake-utils_use !kde QTONLY) - $(cmake-utils_use_with plasma) - -DBUILD_MARBLE_TESTS=OFF - -DWITH_liblocation=0 - $(use kde && cmake-utils_use_with python PyKDE4) - ) - - kde4-base_src_configure -} - -src_test() { - if use kde; then - elog "Marble tests can only be run in the qt-only version" - else - local mycmakeargs=( - -DBUILD_MARBLE_TESTS=ON - ) - kde4-base_src_test - fi -} |