From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id E5E241387D3 for ; Sat, 25 Oct 2014 15:10:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 53BD9E0784; Sat, 25 Oct 2014 15:10:41 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 01E9FE0784 for ; Sat, 25 Oct 2014 15:10:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BBE99340472 for ; Sat, 25 Oct 2014 15:10:39 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5FE648B5C for ; Sat, 25 Oct 2014 15:10:38 +0000 (UTC) From: "Manuel Rüger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Manuel Rüger" Message-ID: <1414249827.67957deadb186de2d24a2dce6ca932985bbc4f28.mrueg@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: dev-libs/extra-cmake-modules/ X-VCS-Repository: proj/kde X-VCS-Files: dev-libs/extra-cmake-modules/extra-cmake-modules-1.3.0.ebuild X-VCS-Directories: dev-libs/extra-cmake-modules/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: 67957deadb186de2d24a2dce6ca932985bbc4f28 X-VCS-Branch: master Date: Sat, 25 Oct 2014 15:10:38 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: c7684650-1ec7-4557-8cc8-1cfdcb218275 X-Archives-Hash: ae2857802a2aa8503a19846a69221a1a commit: 67957deadb186de2d24a2dce6ca932985bbc4f28 Author: Manuel Rüger gentoo org> AuthorDate: Sat Oct 25 15:10:27 2014 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Sat Oct 25 15:10:27 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=67957dea [dev-libs/extra-cmake-modules] Moved to the tree. Package-Manager: portage-2.2.14 --- .../extra-cmake-modules-1.3.0.ebuild | 44 ---------------------- 1 file changed, 44 deletions(-) diff --git a/dev-libs/extra-cmake-modules/extra-cmake-modules-1.3.0.ebuild b/dev-libs/extra-cmake-modules/extra-cmake-modules-1.3.0.ebuild deleted file mode 100644 index 807e3ee..0000000 --- a/dev-libs/extra-cmake-modules/extra-cmake-modules-1.3.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.3.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 -}