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 CD9E71389E2 for ; Fri, 12 Dec 2014 20:37:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CFF32E08F3; Fri, 12 Dec 2014 20:37:05 +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 74E71E08F3 for ; Fri, 12 Dec 2014 20:37:05 +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 688D3340607 for ; Fri, 12 Dec 2014 20:37:04 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 14583C3E7 for ; Fri, 12 Dec 2014 20:37:03 +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: <1418416610.0e963256bd33fc045b179115d63ecaa469d90d95.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.5.0.ebuild X-VCS-Directories: dev-libs/extra-cmake-modules/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: 0e963256bd33fc045b179115d63ecaa469d90d95 X-VCS-Branch: master Date: Fri, 12 Dec 2014 20:37:03 +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: 8518432e-b4eb-4719-b201-8fff33dff2db X-Archives-Hash: c62d04309b45c3ac373e824842c33b27 commit: 0e963256bd33fc045b179115d63ecaa469d90d95 Author: Manuel Rüger gentoo org> AuthorDate: Fri Dec 12 20:36:50 2014 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Fri Dec 12 20:36:50 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=0e963256 [dev-libs/extra-cmake-modules] Fix SRC_URI Package-Manager: portage-2.2.15 --- dev-libs/extra-cmake-modules/extra-cmake-modules-1.5.0.ebuild | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/dev-libs/extra-cmake-modules/extra-cmake-modules-1.5.0.ebuild b/dev-libs/extra-cmake-modules/extra-cmake-modules-1.5.0.ebuild index 727e9cc..cd7a1f8 100644 --- a/dev-libs/extra-cmake-modules/extra-cmake-modules-1.5.0.ebuild +++ b/dev-libs/extra-cmake-modules/extra-cmake-modules-1.5.0.ebuild @@ -6,11 +6,13 @@ EAPI=5 PYTHON_COMPAT=( python{2_7,3_3,3_4} ) -inherit cmake-utils python-any-r1 +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/5.4/${P}.tar.xz" +SRC_URI="mirror://kde/stable/frameworks/${FRAMEWORKS_DIR}/${P}.tar.xz" LICENSE="BSD" SLOT="0"