aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Junghans <ottxor@gentoo.org>2012-05-29 11:36:20 -0700
committerChristoph Junghans <ottxor@gentoo.org>2012-05-29 11:36:20 -0700
commit33e53b425aabbef13f61fc67601a6e69734e8d0b (patch)
tree9b79492cee8ee8353548de39d1359a2b43874e8a
parentfixed EAPI bump (diff)
downloadsci-33e53b425aabbef13f61fc67601a6e69734e8d0b.tar.gz
sci-33e53b425aabbef13f61fc67601a6e69734e8d0b.tar.bz2
sci-33e53b425aabbef13f61fc67601a6e69734e8d0b.zip
initial commit
(Portage version: 2.2.0_alpha108/git/Linux i686, unsigned Manifest commit)
-rw-r--r--dev-util/ccache-clang/ChangeLog10
-rw-r--r--dev-util/ccache-clang/ccache-clang-0.1.ebuild29
-rw-r--r--dev-util/ccache-clang/metadata.xml8
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 000000000..ad15e3c6b
--- /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 000000000..efc0230d9
--- /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 000000000..745b9e1ce
--- /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>