From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from <gentoo-commits+bounces-355520-garchives=archives.gentoo.org@lists.gentoo.org>) id 1QYP1w-0002W4-Kk for garchives@archives.gentoo.org; Sun, 19 Jun 2011 20:55:41 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1DAB11C07A; Sun, 19 Jun 2011 20:55:31 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id DD58D1C07A for <gentoo-commits@lists.gentoo.org>; Sun, 19 Jun 2011 20:55:30 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6A0F01CC002 for <gentoo-commits@lists.gentoo.org>; Sun, 19 Jun 2011 20:55:30 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 92B2A8003C for <gentoo-commits@lists.gentoo.org>; Sun, 19 Jun 2011 20:55:29 +0000 (UTC) From: "Alexey Shvetsov" <alexxy@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexey Shvetsov" <alexxy@gentoo.org> Message-ID: <f6fd509c4445661c5b90419afb9b7a7b2099e6bf.alexxy@gentoo> Subject: [gentoo-commits] dev/alexxy:master commit in: dev-libs/clover/ X-VCS-Repository: dev/alexxy X-VCS-Files: dev-libs/clover/Manifest dev-libs/clover/clover-9999.ebuild X-VCS-Directories: dev-libs/clover/ X-VCS-Committer: alexxy X-VCS-Committer-Name: Alexey Shvetsov X-VCS-Revision: f6fd509c4445661c5b90419afb9b7a7b2099e6bf Date: Sun, 19 Jun 2011 20:55:29 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: e73bcac2c15a1b915af51a80c9d7587b commit: f6fd509c4445661c5b90419afb9b7a7b2099e6bf Author: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org> AuthorDate: Sun Jun 19 20:54:54 2011 +0000 Commit: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org> CommitDate: Sun Jun 19 20:54:54 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Ddev/alexxy.git;a=3D= commit;h=3Df6fd509c [clover] install includes --- dev-libs/clover/Manifest | 2 +- dev-libs/clover/clover-9999.ebuild | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletions(-) diff --git a/dev-libs/clover/Manifest b/dev-libs/clover/Manifest index cb82a19..3c516c3 100644 --- a/dev-libs/clover/Manifest +++ b/dev-libs/clover/Manifest @@ -1 +1 @@ -EBUILD clover-9999.ebuild 568 RMD160 6bde18887744a5e39ca9bdf64a8e5b162d6= a8e36 SHA1 1b3fbe38a109ee80ad9c4b8ef2bea3944ed65d59 SHA256 726edb6c8c7ed1= b5f36cd440a29dfc6794018f6bb36025204779b33cd91f0e11 +EBUILD clover-9999.ebuild 656 RMD160 52ba96b23e2feb5e7a3804901b75db40617= 5bfe5 SHA1 9be49348587f3132c2b40200d223e3be3c7dd6c2 SHA256 537dbc70f1756c= 30d30ce5214e9568d69c827b6c15445fe6b6fe74964f5fe5a9 diff --git a/dev-libs/clover/clover-9999.ebuild b/dev-libs/clover/clover-= 9999.ebuild index 7426502..921150d 100644 --- a/dev-libs/clover/clover-9999.ebuild +++ b/dev-libs/clover/clover-9999.ebuild @@ -26,3 +26,9 @@ src_unpack() { default [[ $PV =3D 9999* ]] && git-2_src_unpack } + +src_install() { + cmake-utils_src_install + insinto /usr/include + doins -r includes/CL +}