public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/sci:master commit in: dev-util/ccache-icc/
@ 2012-05-29 18:27 Christoph Junghans
  0 siblings, 0 replies; 3+ messages in thread
From: Christoph Junghans @ 2012-05-29 18:27 UTC (permalink / raw
  To: gentoo-commits

commit:     c37a5249f79727b3d4ad81903f5bd482d46ffdf5
Author:     Christoph Junghans <ottxor <AT> gentoo <DOT> org>
AuthorDate: Tue May 29 18:26:53 2012 +0000
Commit:     Christoph Junghans <kleiner_otti <AT> gmx <DOT> de>
CommitDate: Tue May 29 18:26:53 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=c37a5249

initial commit

(Portage version: 2.2.0_alpha108/git/Linux i686, unsigned Manifest commit)

---
 dev-util/ccache-icc/ChangeLog             |   10 ++++++++++
 dev-util/ccache-icc/ccache-icc-0.1.ebuild |   27 +++++++++++++++++++++++++++
 dev-util/ccache-icc/metadata.xml          |    8 ++++++++
 3 files changed, 45 insertions(+), 0 deletions(-)

diff --git a/dev-util/ccache-icc/ChangeLog b/dev-util/ccache-icc/ChangeLog
new file mode 100644
index 0000000..b80cad1
--- /dev/null
+++ b/dev-util/ccache-icc/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for dev-util/ccache-icc
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*ccache-icc-0.1 (29 May 2012)
+
+  29 May 2012; Christoph Junghans <ottxor@gentoo.org> +ccache-icc-0.1.ebuild,
+  +metadata.xml:
+  initial commit
+

diff --git a/dev-util/ccache-icc/ccache-icc-0.1.ebuild b/dev-util/ccache-icc/ccache-icc-0.1.ebuild
new file mode 100644
index 0000000..ced760c
--- /dev/null
+++ b/dev-util/ccache-icc/ccache-icc-0.1.ebuild
@@ -0,0 +1,27 @@
+# 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 dev-lang/icc"
+HOMEPAGE="http://ccache.samba.org/"
+SRC_URI=""
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE=""
+
+RDEPEND="
+	dev-util/ccache
+	dev-lang/icc
+	"
+DEPEND=""
+
+src_install() {
+	dosym "/usr/bin/ccache" "/usr/$(get_libdir)/ccache/bin/icc"
+	dosym "/usr/bin/ccache" "/usr/$(get_libdir)/ccache/bin/icpc"
+}

diff --git a/dev-util/ccache-icc/metadata.xml b/dev-util/ccache-icc/metadata.xml
new file mode 100644
index 0000000..745b9e1
--- /dev/null
+++ b/dev-util/ccache-icc/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] 3+ messages in thread

* [gentoo-commits] proj/sci:master commit in: dev-util/ccache-icc/
@ 2012-05-29 18:32 Christoph Junghans
  0 siblings, 0 replies; 3+ messages in thread
From: Christoph Junghans @ 2012-05-29 18:32 UTC (permalink / raw
  To: gentoo-commits

commit:     7398c6235029f8712d2f31e869c2f2f135cd1ead
Author:     Christoph Junghans <ottxor <AT> gentoo <DOT> org>
AuthorDate: Tue May 29 18:31:55 2012 +0000
Commit:     Christoph Junghans <kleiner_otti <AT> gmx <DOT> de>
CommitDate: Tue May 29 18:31:55 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=7398c623

fixed EAPI bump

(Portage version: 2.2.0_alpha108/git/Linux i686, unsigned Manifest commit)

---
 dev-util/ccache-icc/ChangeLog             |    3 +++
 dev-util/ccache-icc/ccache-icc-0.1.ebuild |    2 ++
 2 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/dev-util/ccache-icc/ChangeLog b/dev-util/ccache-icc/ChangeLog
index b80cad1..09be589 100644
--- a/dev-util/ccache-icc/ChangeLog
+++ b/dev-util/ccache-icc/ChangeLog
@@ -2,6 +2,9 @@
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  29 May 2012; Christoph Junghans <ottxor@gentoo.org> ccache-icc-0.1.ebuild:
+  fixed EAPI bump
+
 *ccache-icc-0.1 (29 May 2012)
 
   29 May 2012; Christoph Junghans <ottxor@gentoo.org> +ccache-icc-0.1.ebuild,

diff --git a/dev-util/ccache-icc/ccache-icc-0.1.ebuild b/dev-util/ccache-icc/ccache-icc-0.1.ebuild
index ced760c..cbdb80a 100644
--- a/dev-util/ccache-icc/ccache-icc-0.1.ebuild
+++ b/dev-util/ccache-icc/ccache-icc-0.1.ebuild
@@ -21,6 +21,8 @@ RDEPEND="
 	"
 DEPEND=""
 
+S="${T}"
+
 src_install() {
 	dosym "/usr/bin/ccache" "/usr/$(get_libdir)/ccache/bin/icc"
 	dosym "/usr/bin/ccache" "/usr/$(get_libdir)/ccache/bin/icpc"



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] proj/sci:master commit in: dev-util/ccache-icc/
@ 2012-12-24 23:34 Christoph Junghans
  0 siblings, 0 replies; 3+ messages in thread
From: Christoph Junghans @ 2012-12-24 23:34 UTC (permalink / raw
  To: gentoo-commits

commit:     c32e75d5e491f092c6855afe66099773ef1a2ccd
Author:     Christoph Junghans <ottxor <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 24 23:30:58 2012 +0000
Commit:     Christoph Junghans <kleiner_otti <AT> gmx <DOT> de>
CommitDate: Mon Dec 24 23:32:11 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=c32e75d5

added ~amd64

Package-Manager: portage-2.2.0_alpha149

---
 dev-util/ccache-icc/ChangeLog             |    4 +++-
 dev-util/ccache-icc/ccache-icc-0.1.ebuild |    4 ++--
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/dev-util/ccache-icc/ChangeLog b/dev-util/ccache-icc/ChangeLog
index 09be589..ba821d3 100644
--- a/dev-util/ccache-icc/ChangeLog
+++ b/dev-util/ccache-icc/ChangeLog
@@ -2,6 +2,9 @@
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  24 Dec 2012; Christoph Junghans <ottxor@gentoo.org> ccache-icc-0.1.ebuild:
+  added ~amd64
+
   29 May 2012; Christoph Junghans <ottxor@gentoo.org> ccache-icc-0.1.ebuild:
   fixed EAPI bump
 
@@ -10,4 +13,3 @@
   29 May 2012; Christoph Junghans <ottxor@gentoo.org> +ccache-icc-0.1.ebuild,
   +metadata.xml:
   initial commit
-

diff --git a/dev-util/ccache-icc/ccache-icc-0.1.ebuild b/dev-util/ccache-icc/ccache-icc-0.1.ebuild
index cbdb80a..1634653 100644
--- a/dev-util/ccache-icc/ccache-icc-0.1.ebuild
+++ b/dev-util/ccache-icc/ccache-icc-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="~amd64 ~x86"
 IUSE=""
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-12-24 23:35 UTC | newest]

Thread overview: 3+ 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-icc/ Christoph Junghans
  -- strict thread matches above, loose matches on Subject: below --
2012-05-29 18:32 Christoph Junghans
2012-05-29 18:27 Christoph Junghans

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox