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 E5210198005 for ; Mon, 11 Mar 2013 15:11:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 75CEBE0539; Mon, 11 Mar 2013 15:11:11 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0FC83E0539 for ; Mon, 11 Mar 2013 15:11:10 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1EC2A33BE52 for ; Mon, 11 Mar 2013 15:11:10 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id AE10EE4079 for ; Mon, 11 Mar 2013 15:11:08 +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: <1363014621.a6699c95723de54563002f033f81fce7dc81d8e0.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-9999.ebuild dev-libs/extra-cmake-modules/metadata.xml X-VCS-Directories: dev-libs/extra-cmake-modules/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: a6699c95723de54563002f033f81fce7dc81d8e0 X-VCS-Branch: master Date: Mon, 11 Mar 2013 15:11:08 +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: 266d552e-afab-42ac-b0d2-edc8fab71809 X-Archives-Hash: f04abc041baa495549d55b0a3dd84157 commit: a6699c95723de54563002f033f81fce7dc81d8e0 Author: Michael Palimaka gentoo org> AuthorDate: Mon Mar 11 15:08:54 2013 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Mon Mar 11 15:10:21 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=a6699c95 [dev-libs/extra-cmake-modules] New package. Package-Manager: portage-2.1.11.55 --- .../extra-cmake-modules-9999.ebuild | 23 ++++++++++++++++++++ dev-libs/extra-cmake-modules/metadata.xml | 5 ++++ 2 files changed, 28 insertions(+), 0 deletions(-) diff --git a/dev-libs/extra-cmake-modules/extra-cmake-modules-9999.ebuild b/dev-libs/extra-cmake-modules/extra-cmake-modules-9999.ebuild new file mode 100644 index 0000000..5b34d95 --- /dev/null +++ b/dev-libs/extra-cmake-modules/extra-cmake-modules-9999.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +inherit kde4-base + +DESCRIPTION="Extra modules and scripts for CMake" +HOMEPAGE="http://www.kde.org/" + +LICENSE="BSD" +SLOT=0 +KEYWORDS="" +IUSE="debug" + +RESTRICT="test" + +src_prepare() { + kde4-base_src_prepare + + sed -e 's|man/man7|share/&|' -i CMakeLists.txt || die +} diff --git a/dev-libs/extra-cmake-modules/metadata.xml b/dev-libs/extra-cmake-modules/metadata.xml new file mode 100644 index 0000000..a23f444 --- /dev/null +++ b/dev-libs/extra-cmake-modules/metadata.xml @@ -0,0 +1,5 @@ + + + + kde +