summaryrefslogtreecommitdiff
path: root/dev-libs/extra-cmake-modules/extra-cmake-modules-1.2.0.ebuild
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2014-09-15 22:52:23 +1000
committerMichael Palimaka <kensington@gentoo.org>2014-09-15 22:52:36 +1000
commita7c45fd2b9123003ef7b3ef1c7bdb689a4407ef0 (patch)
tree9d032524aaaefd8b5864cd74a7b997ee95c05fdd /dev-libs/extra-cmake-modules/extra-cmake-modules-1.2.0.ebuild
parent1228183926eada75d3b9fa088d40b6229425d007 (diff)
downloadkde-a7c45fd2b9123003ef7b3ef1c7bdb689a4407ef0.tar.gz
kde-a7c45fd2b9123003ef7b3ef1c7bdb689a4407ef0.tar.bz2
kde-a7c45fd2b9123003ef7b3ef1c7bdb689a4407ef0.zip
[dev-libs/extra-cmake-modules] Version bump. Remove old.
This solves breakage with -DKDE_INSTALL_USE_QT_SYS_PATHS=ON. Package-Manager: portage-2.2.10
Diffstat (limited to 'dev-libs/extra-cmake-modules/extra-cmake-modules-1.2.0.ebuild')
-rw-r--r--dev-libs/extra-cmake-modules/extra-cmake-modules-1.2.0.ebuild44
1 files changed, 0 insertions, 44 deletions
diff --git a/dev-libs/extra-cmake-modules/extra-cmake-modules-1.2.0.ebuild b/dev-libs/extra-cmake-modules/extra-cmake-modules-1.2.0.ebuild
deleted file mode 100644
index 7ca73160e03..00000000000
--- a/dev-libs/extra-cmake-modules/extra-cmake-modules-1.2.0.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-PYTHON_COMPAT=( python{2_7,3_3,3_4} )
-
-inherit cmake-utils python-any-r1
-
-DESCRIPTION="Extra modules and scripts for CMake"
-HOMEPAGE="https://projects.kde.org/projects/kdesupport/extra-cmake-modules"
-SRC_URI="mirror://kde/stable/frameworks/5.2.0/${P}.tar.xz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="doc"
-
-DEPEND="
- app-arch/xz-utils
- >=dev-util/cmake-2.8.12
- doc? (
- ${PYTHON_DEPS}
- $(python_gen_any_dep 'dev-python/sphinx[${PYTHON_USEDEP}]')
- )
-"
-
-python_check_deps() {
- has_version "dev-python/sphinx[${PYTHON_USEDEP}]"
-}
-
-pkg_setup() {
- use doc && python-any-r1_pkg_setup
-}
-
-src_configure() {
- local mycmakeargs=(
- $(cmake-utils_use_build doc HTML_DOCS)
- $(cmake-utils_use_build doc MAN_DOCS)
- )
-
- cmake-utils_src_configure
-}