commit:     049c2dbd88d9fbb0521aad943705d195505d2681
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Tue Jul  8 18:32:39 2014 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Tue Jul  8 18:32:39 2014 +0000
URL:        
http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=049c2dbd

[dev-libs/extra-cmake-modules] Remove old.

Package-Manager: portage-2.2.10

---
 .../extra-cmake-modules-0.0.14.ebuild              | 44 ----------------------
 1 file changed, 44 deletions(-)

diff --git a/dev-libs/extra-cmake-modules/extra-cmake-modules-0.0.14.ebuild 
b/dev-libs/extra-cmake-modules/extra-cmake-modules-0.0.14.ebuild
deleted file mode 100644
index 9095675..0000000
--- a/dev-libs/extra-cmake-modules/extra-cmake-modules-0.0.14.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_2,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/unstable/frameworks/4.100.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
-}

Reply via email to