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 E95371387FD for ; Mon, 9 Jun 2014 10:03:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5DD84E0A76; Mon, 9 Jun 2014 10:03:42 +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 DB11DE0A76 for ; Mon, 9 Jun 2014 10:03:41 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0D02734008C for ; Mon, 9 Jun 2014 10:03:41 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 48E12182D4 for ; Mon, 9 Jun 2014 10:03:39 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1402308189.3d6cbea09e85bfe903c542eaa519220eb1a0eb0e.kensington@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-0.0.13.ebuild X-VCS-Directories: dev-libs/extra-cmake-modules/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 3d6cbea09e85bfe903c542eaa519220eb1a0eb0e X-VCS-Branch: master Date: Mon, 9 Jun 2014 10:03:39 +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: 502c5e3d-30c4-47f8-8053-a0368734c5fc X-Archives-Hash: 818f315c579821168c054bf73b746a7f commit: 3d6cbea09e85bfe903c542eaa519220eb1a0eb0e Author: Michael Palimaka gentoo org> AuthorDate: Mon Jun 9 10:03:09 2014 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Mon Jun 9 10:03:09 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=3d6cbea0 [dev-libs/extra-cmake-modules] Remove old. Package-Manager: portage-2.2.10 --- .../extra-cmake-modules-0.0.13.ebuild | 45 ---------------------- 1 file changed, 45 deletions(-) diff --git a/dev-libs/extra-cmake-modules/extra-cmake-modules-0.0.13.ebuild b/dev-libs/extra-cmake-modules/extra-cmake-modules-0.0.13.ebuild deleted file mode 100644 index ec2be14..0000000 --- a/dev-libs/extra-cmake-modules/extra-cmake-modules-0.0.13.ebuild +++ /dev/null @@ -1,45 +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.99.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() { - # demos not working - local mycmakeargs=( - $(cmake-utils_use_build doc HTML_DOCS) - $(cmake-utils_use_build doc MAN_DOCS) - ) - - cmake-utils_src_configure -}