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 46C981387FD for ; Fri, 12 Sep 2014 18:15:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4146CE084F; Fri, 12 Sep 2014 18:15:36 +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 D3AECE084F for ; Fri, 12 Sep 2014 18:15:35 +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 DEC29340242 for ; Fri, 12 Sep 2014 18:15:34 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9B33F54D9 for ; Fri, 12 Sep 2014 18:15:33 +0000 (UTC) From: "Johannes Huber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" Message-ID: <1410545712.e529feae76e953940e0a4c7db1d1b3c5897dbee4.johu@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.1.0.ebuild X-VCS-Directories: dev-libs/extra-cmake-modules/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: e529feae76e953940e0a4c7db1d1b3c5897dbee4 X-VCS-Branch: master Date: Fri, 12 Sep 2014 18:15:33 +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: 6bceaa3d-d887-4ce4-951a-b6c76cb2c115 X-Archives-Hash: f2a5a86bee08577f3f5e88832cac3e74 commit: e529feae76e953940e0a4c7db1d1b3c5897dbee4 Author: Johannes Huber gentoo org> AuthorDate: Fri Sep 12 18:15:12 2014 +0000 Commit: Johannes Huber gentoo org> CommitDate: Fri Sep 12 18:15:12 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=e529feae [dev-libs/extra-cmake-modules] Remove old Package-Manager: portage-2.2.12 --- .../extra-cmake-modules-1.1.0.ebuild | 44 ---------------------- 1 file changed, 44 deletions(-) diff --git a/dev-libs/extra-cmake-modules/extra-cmake-modules-1.1.0.ebuild b/dev-libs/extra-cmake-modules/extra-cmake-modules-1.1.0.ebuild deleted file mode 100644 index 708e0f6..0000000 --- a/dev-libs/extra-cmake-modules/extra-cmake-modules-1.1.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.1.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 -}