commit:     f894b53b5a89157b1a880e2ff5e3cae70192f6fe
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 12 23:24:11 2015 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Thu Feb 12 23:24:11 2015 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=f894b53b

[dev-libs/extra-cmake-modules] Version bump

Package-Manager: portage-2.2.17

---
 .../extra-cmake-modules-1.7.0.ebuild               | 46 ++++++++++++++++++++++
 1 file changed, 46 insertions(+)

diff --git a/dev-libs/extra-cmake-modules/extra-cmake-modules-1.7.0.ebuild 
b/dev-libs/extra-cmake-modules/extra-cmake-modules-1.7.0.ebuild
new file mode 100644
index 0000000..87f9c08
--- /dev/null
+++ b/dev-libs/extra-cmake-modules/extra-cmake-modules-1.7.0.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2015 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 versionator cmake-utils python-any-r1
+
+FRAMEWORKS_DIR=5.$(get_version_component_range 2)
+
+DESCRIPTION="Extra modules and scripts for CMake"
+HOMEPAGE="https://projects.kde.org/projects/kdesupport/extra-cmake-modules";
+SRC_URI="mirror://kde/stable/frameworks/${FRAMEWORKS_DIR}/${P}.tar.xz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+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
+}

Reply via email to