public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/sci:master commit in: dev-util/ccache-clang/, dev-util/ccache-icc/
@ 2012-12-27 21:44 Christoph Junghans
  0 siblings, 0 replies; only message in thread
From: Christoph Junghans @ 2012-12-27 21:44 UTC (permalink / raw
  To: gentoo-commits

commit:     681e7d6a3dd12adc41a1b082d91a2eaf0d881e4b
Author:     Christoph Junghans <ottxor <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 27 21:16:18 2012 +0000
Commit:     Christoph Junghans <kleiner_otti <AT> gmx <DOT> de>
CommitDate: Thu Dec 27 21:16:18 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=681e7d6a

ccache-{clang,icc} are part of ccache now

---
 dev-util/ccache-clang/ChangeLog               |   12 ----------
 dev-util/ccache-clang/ccache-clang-0.1.ebuild |   29 -------------------------
 dev-util/ccache-clang/metadata.xml            |    8 -------
 dev-util/ccache-icc/ChangeLog                 |   15 -------------
 dev-util/ccache-icc/ccache-icc-0.1.ebuild     |   29 -------------------------
 dev-util/ccache-icc/metadata.xml              |    8 -------
 6 files changed, 0 insertions(+), 101 deletions(-)

diff --git a/dev-util/ccache-clang/ChangeLog b/dev-util/ccache-clang/ChangeLog
deleted file mode 100644
index 01c5bbc..0000000
--- a/dev-util/ccache-clang/ChangeLog
+++ /dev/null
@@ -1,12 +0,0 @@
-# ChangeLog for dev-util/ccache-clang
-# 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
deleted file mode 100644
index ef65d85..0000000
--- a/dev-util/ccache-clang/ccache-clang-0.1.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-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 ~amd64"
-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
deleted file mode 100644
index 745b9e1..0000000
--- a/dev-util/ccache-clang/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?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>

diff --git a/dev-util/ccache-icc/ChangeLog b/dev-util/ccache-icc/ChangeLog
deleted file mode 100644
index ba821d3..0000000
--- a/dev-util/ccache-icc/ChangeLog
+++ /dev/null
@@ -1,15 +0,0 @@
-# ChangeLog for dev-util/ccache-icc
-# 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
-
-*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
deleted file mode 100644
index 1634653..0000000
--- a/dev-util/ccache-icc/ccache-icc-0.1.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-inherit multilib
-
-DESCRIPTION="dev-util/ccache symlinks for dev-lang/icc"
-HOMEPAGE="http://ccache.samba.org/"
-SRC_URI=""
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="
-	dev-util/ccache
-	dev-lang/icc
-	"
-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"
-}

diff --git a/dev-util/ccache-icc/metadata.xml b/dev-util/ccache-icc/metadata.xml
deleted file mode 100644
index 745b9e1..0000000
--- a/dev-util/ccache-icc/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?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] only message in thread

only message in thread, other threads:[~2012-12-27 21:44 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-27 21:44 [gentoo-commits] proj/sci:master commit in: dev-util/ccache-clang/, dev-util/ccache-icc/ Christoph Junghans

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