* [gentoo-commits] proj/sci:master commit in: dev-util/ccache-clang/
@ 2012-05-29 18:37 Christoph Junghans
0 siblings, 0 replies; 2+ messages in thread
From: Christoph Junghans @ 2012-05-29 18:37 UTC (permalink / raw
To: gentoo-commits
commit: 33e53b425aabbef13f61fc67601a6e69734e8d0b
Author: Christoph Junghans <ottxor <AT> gentoo <DOT> org>
AuthorDate: Tue May 29 18:36:20 2012 +0000
Commit: Christoph Junghans <kleiner_otti <AT> gmx <DOT> de>
CommitDate: Tue May 29 18:36:20 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=33e53b42
initial commit
(Portage version: 2.2.0_alpha108/git/Linux i686, unsigned Manifest commit)
---
dev-util/ccache-clang/ChangeLog | 10 ++++++++
dev-util/ccache-clang/ccache-clang-0.1.ebuild | 29 +++++++++++++++++++++++++
dev-util/ccache-clang/metadata.xml | 8 +++++++
3 files changed, 47 insertions(+), 0 deletions(-)
diff --git a/dev-util/ccache-clang/ChangeLog b/dev-util/ccache-clang/ChangeLog
new file mode 100644
index 0000000..ad15e3c
--- /dev/null
+++ b/dev-util/ccache-clang/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for dev-util/ccache-clang
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*ccache-clang-0.1 (29 May 2012)
+
+ 29 May 2012; Christoph Junghans <ottxor@gentoo.org> +ccache-clang-0.1.ebuild,
+ +metadata.xml:
+ initial commit
+
diff --git a/dev-util/ccache-clang/ccache-clang-0.1.ebuild b/dev-util/ccache-clang/ccache-clang-0.1.ebuild
new file mode 100644
index 0000000..efc0230
--- /dev/null
+++ b/dev-util/ccache-clang/ccache-clang-0.1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+inherit multilib
+
+DESCRIPTION="dev-util/ccache symlinks for sys-devel/clang"
+HOMEPAGE="http://ccache.samba.org/"
+SRC_URI=""
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE=""
+
+RDEPEND="
+ dev-util/ccache
+ sys-devel/clang
+ "
+DEPEND=""
+
+S="${T}"
+
+src_install() {
+ dosym "/usr/bin/ccache" "/usr/$(get_libdir)/ccache/bin/clang"
+ dosym "/usr/bin/ccache" "/usr/$(get_libdir)/ccache/bin/clang++"
+}
diff --git a/dev-util/ccache-clang/metadata.xml b/dev-util/ccache-clang/metadata.xml
new file mode 100644
index 0000000..745b9e1
--- /dev/null
+++ b/dev-util/ccache-clang/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer>
+ <email>ottxor@gentoo.org</email>
+ <name>Christoph Junghans</name>
+ </maintainer>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-util/ccache-clang/
@ 2012-12-24 23:34 Christoph Junghans
0 siblings, 0 replies; 2+ messages in thread
From: Christoph Junghans @ 2012-12-24 23:34 UTC (permalink / raw
To: gentoo-commits
commit: da704d17604151aae803904f9f51957be25e6cd3
Author: Christoph Junghans <ottxor <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 24 22:48:02 2012 +0000
Commit: Christoph Junghans <kleiner_otti <AT> gmx <DOT> de>
CommitDate: Mon Dec 24 22:48:02 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=da704d17
added ~amd64
Package-Manager: portage-2.2.0_alpha149
---
dev-util/ccache-clang/ChangeLog | 4 +++-
dev-util/ccache-clang/ccache-clang-0.1.ebuild | 4 ++--
2 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/dev-util/ccache-clang/ChangeLog b/dev-util/ccache-clang/ChangeLog
index ad15e3c..01c5bbc 100644
--- a/dev-util/ccache-clang/ChangeLog
+++ b/dev-util/ccache-clang/ChangeLog
@@ -2,9 +2,11 @@
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 24 Dec 2012; Christoph Junghans <ottxor@gentoo.org> ccache-clang-0.1.ebuild:
+ added ~amd64
+
*ccache-clang-0.1 (29 May 2012)
29 May 2012; Christoph Junghans <ottxor@gentoo.org> +ccache-clang-0.1.ebuild,
+metadata.xml:
initial commit
-
diff --git a/dev-util/ccache-clang/ccache-clang-0.1.ebuild b/dev-util/ccache-clang/ccache-clang-0.1.ebuild
index efc0230..ef65d85 100644
--- a/dev-util/ccache-clang/ccache-clang-0.1.ebuild
+++ b/dev-util/ccache-clang/ccache-clang-0.1.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-EAPI=4
+EAPI=5
inherit multilib
@@ -12,7 +12,7 @@ SRC_URI=""
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~x86"
+KEYWORDS="~x86 ~amd64"
IUSE=""
RDEPEND="
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-12-24 23:35 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-24 23:34 [gentoo-commits] proj/sci:master commit in: dev-util/ccache-clang/ Christoph Junghans
-- strict thread matches above, loose matches on Subject: below --
2012-05-29 18:37 Christoph Junghans
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox