Gentoo Archives: gentoo-commits

From: Christoph Junghans <kleiner_otti@×××.de>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: dev-util/ccache-clang/
Date: Tue, 29 May 2012 18:37:20
Message-Id: 1338316580.33e53b425aabbef13f61fc67601a6e69734e8d0b.kleiner_otti@gentoo
1 commit: 33e53b425aabbef13f61fc67601a6e69734e8d0b
2 Author: Christoph Junghans <ottxor <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 29 18:36:20 2012 +0000
4 Commit: Christoph Junghans <kleiner_otti <AT> gmx <DOT> de>
5 CommitDate: Tue May 29 18:36:20 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=33e53b42
7
8 initial commit
9
10 (Portage version: 2.2.0_alpha108/git/Linux i686, unsigned Manifest commit)
11
12 ---
13 dev-util/ccache-clang/ChangeLog | 10 ++++++++
14 dev-util/ccache-clang/ccache-clang-0.1.ebuild | 29 +++++++++++++++++++++++++
15 dev-util/ccache-clang/metadata.xml | 8 +++++++
16 3 files changed, 47 insertions(+), 0 deletions(-)
17
18 diff --git a/dev-util/ccache-clang/ChangeLog b/dev-util/ccache-clang/ChangeLog
19 new file mode 100644
20 index 0000000..ad15e3c
21 --- /dev/null
22 +++ b/dev-util/ccache-clang/ChangeLog
23 @@ -0,0 +1,10 @@
24 +# ChangeLog for dev-util/ccache-clang
25 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
26 +# $Header: $
27 +
28 +*ccache-clang-0.1 (29 May 2012)
29 +
30 + 29 May 2012; Christoph Junghans <ottxor@g.o> +ccache-clang-0.1.ebuild,
31 + +metadata.xml:
32 + initial commit
33 +
34
35 diff --git a/dev-util/ccache-clang/ccache-clang-0.1.ebuild b/dev-util/ccache-clang/ccache-clang-0.1.ebuild
36 new file mode 100644
37 index 0000000..efc0230
38 --- /dev/null
39 +++ b/dev-util/ccache-clang/ccache-clang-0.1.ebuild
40 @@ -0,0 +1,29 @@
41 +# Copyright 1999-2012 Gentoo Foundation
42 +# Distributed under the terms of the GNU General Public License v2
43 +# $Header: $
44 +
45 +EAPI=4
46 +
47 +inherit multilib
48 +
49 +DESCRIPTION="dev-util/ccache symlinks for sys-devel/clang"
50 +HOMEPAGE="http://ccache.samba.org/"
51 +SRC_URI=""
52 +
53 +LICENSE="GPL-2"
54 +SLOT="0"
55 +KEYWORDS="~x86"
56 +IUSE=""
57 +
58 +RDEPEND="
59 + dev-util/ccache
60 + sys-devel/clang
61 + "
62 +DEPEND=""
63 +
64 +S="${T}"
65 +
66 +src_install() {
67 + dosym "/usr/bin/ccache" "/usr/$(get_libdir)/ccache/bin/clang"
68 + dosym "/usr/bin/ccache" "/usr/$(get_libdir)/ccache/bin/clang++"
69 +}
70
71 diff --git a/dev-util/ccache-clang/metadata.xml b/dev-util/ccache-clang/metadata.xml
72 new file mode 100644
73 index 0000000..745b9e1
74 --- /dev/null
75 +++ b/dev-util/ccache-clang/metadata.xml
76 @@ -0,0 +1,8 @@
77 +<?xml version="1.0" encoding="UTF-8"?>
78 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
79 +<pkgmetadata>
80 + <maintainer>
81 + <email>ottxor@g.o</email>
82 + <name>Christoph Junghans</name>
83 + </maintainer>
84 +</pkgmetadata>