public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-util/ccache: ccache-3.1.9.ebuild ChangeLog
@ 2013-01-06 17:56 Mike Frysinger (vapier)
  0 siblings, 0 replies; 14+ messages in thread
From: Mike Frysinger (vapier) @ 2013-01-06 17:56 UTC (permalink / raw
  To: gentoo-commits

vapier      13/01/06 17:56:24

  Modified:             ChangeLog
  Added:                ccache-3.1.9.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.0_alpha144/cvs/Linux x86_64, signed Manifest commit with key FB7C4156)

Revision  Changes    Path
1.109                dev-util/ccache/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/ccache/ChangeLog?rev=1.109&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/ccache/ChangeLog?rev=1.109&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/ccache/ChangeLog?r1=1.108&r2=1.109

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/ccache/ChangeLog,v
retrieving revision 1.108
retrieving revision 1.109
diff -u -r1.108 -r1.109
--- ChangeLog	29 Dec 2012 17:26:04 -0000	1.108
+++ ChangeLog	6 Jan 2013 17:56:24 -0000	1.109
@@ -1,6 +1,11 @@
 # ChangeLog for dev-util/ccache
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/ccache/ChangeLog,v 1.108 2012/12/29 17:26:04 armin76 Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/ccache/ChangeLog,v 1.109 2013/01/06 17:56:24 vapier Exp $
+
+*ccache-3.1.9 (06 Jan 2013)
+
+  06 Jan 2013; Mike Frysinger <vapier@gentoo.org> +ccache-3.1.9.ebuild:
+  Version bump.
 
   29 Dec 2012; Raúl Porcel <armin76@gentoo.org> ccache-3.1.8.ebuild:
   alpha/m68k/s390/sh stable wrt #441308



1.1                  dev-util/ccache/ccache-3.1.9.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/ccache/ccache-3.1.9.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/ccache/ccache-3.1.9.ebuild?rev=1.1&content-type=text/plain

Index: ccache-3.1.9.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/ccache/ccache-3.1.9.ebuild,v 1.1 2013/01/06 17:56:24 vapier Exp $

EAPI="4"

inherit multilib eutils

DESCRIPTION="fast compiler cache"
HOMEPAGE="http://ccache.samba.org/"
SRC_URI="http://samba.org/ftp/ccache/${P}.tar.xz"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
IUSE=""

RDEPEND="sys-libs/zlib"
DEPEND="${RDEPEND}
	app-arch/xz-utils"

src_prepare() {
	# make sure we always use system zlib
	rm -rf zlib
	epatch "${FILESDIR}"/${PN}-3.1.7-no-perl.patch #421609
	sed \
		-e "/^LIBDIR=/s:lib:$(get_libdir):" \
		"${FILESDIR}"/ccache-config > ccache-config || die
}

src_install() {
	default
	dodoc AUTHORS.txt MANUAL.txt NEWS.txt README.txt

	dobin ccache-config
}

pkg_postinst() {
	"${ROOT}"/usr/bin/ccache-config --install-links
	"${ROOT}"/usr/bin/ccache-config --install-links ${CHOST}

	# nuke broken symlinks from previous versions that shouldn't exist
	rm -f "${ROOT}/usr/$(get_libdir)/ccache/bin/${CHOST}-cc"
	[[ -d "${ROOT}/usr/$(get_libdir)/ccache.backup" ]] && \
		rm -rf "${ROOT}/usr/$(get_libdir)/ccache.backup"

	elog "To use ccache with **non-Portage** C compiling, add"
	elog "/usr/$(get_libdir)/ccache/bin to the beginning of your path, before /usr/bin."
	elog "Portage 2.0.46-r11+ will automatically take advantage of ccache with"
	elog "no additional steps.  If this is your first install of ccache, type"
	elog "something like this to set a maximum cache size of 2GB:"
	elog "# ccache -M 2G"
	elog
	elog "If you are upgrading from an older version than 3.x you should clear"
	elog "all of your caches like so:"
	elog "# CCACHE_DIR='${CCACHE_DIR:-${PORTAGE_TMPDIR}/ccache}' ccache -C"
}





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

* [gentoo-commits] gentoo-x86 commit in dev-util/ccache: ccache-3.1.9.ebuild ChangeLog
@ 2013-02-18 11:02 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 14+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-02-18 11:02 UTC (permalink / raw
  To: gentoo-commits

ago         13/02/18 11:02:09

  Modified:             ccache-3.1.9.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #457342
  
  (Portage version: 2.1.11.50/cvs/Linux x86_64, signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.2                  dev-util/ccache/ccache-3.1.9.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/ccache/ccache-3.1.9.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/ccache/ccache-3.1.9.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/ccache/ccache-3.1.9.ebuild?r1=1.1&r2=1.2

Index: ccache-3.1.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/ccache/ccache-3.1.9.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ccache-3.1.9.ebuild	6 Jan 2013 17:56:24 -0000	1.1
+++ ccache-3.1.9.ebuild	18 Feb 2013 11:02:09 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/ccache/ccache-3.1.9.ebuild,v 1.1 2013/01/06 17:56:24 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/ccache/ccache-3.1.9.ebuild,v 1.2 2013/02/18 11:02:09 ago Exp $
 
 EAPI="4"
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
 IUSE=""
 
 RDEPEND="sys-libs/zlib"



1.110                dev-util/ccache/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/ccache/ChangeLog?rev=1.110&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/ccache/ChangeLog?rev=1.110&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/ccache/ChangeLog?r1=1.109&r2=1.110

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/ccache/ChangeLog,v
retrieving revision 1.109
retrieving revision 1.110
diff -u -r1.109 -r1.110
--- ChangeLog	6 Jan 2013 17:56:24 -0000	1.109
+++ ChangeLog	18 Feb 2013 11:02:09 -0000	1.110
@@ -1,6 +1,9 @@
 # ChangeLog for dev-util/ccache
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/ccache/ChangeLog,v 1.109 2013/01/06 17:56:24 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/ccache/ChangeLog,v 1.110 2013/02/18 11:02:09 ago Exp $
+
+  18 Feb 2013; Agostino Sarubbo <ago@gentoo.org> ccache-3.1.9.ebuild:
+  Stable for amd64, wrt bug #457342
 
 *ccache-3.1.9 (06 Jan 2013)
 





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

* [gentoo-commits] gentoo-x86 commit in dev-util/ccache: ccache-3.1.9.ebuild ChangeLog
@ 2013-02-18 11:06 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 14+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-02-18 11:06 UTC (permalink / raw
  To: gentoo-commits

ago         13/02/18 11:06:57

  Modified:             ccache-3.1.9.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #457342
  
  (Portage version: 2.1.11.50/cvs/Linux x86_64, signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.3                  dev-util/ccache/ccache-3.1.9.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/ccache/ccache-3.1.9.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/ccache/ccache-3.1.9.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/ccache/ccache-3.1.9.ebuild?r1=1.2&r2=1.3

Index: ccache-3.1.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/ccache/ccache-3.1.9.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ccache-3.1.9.ebuild	18 Feb 2013 11:02:09 -0000	1.2
+++ ccache-3.1.9.ebuild	18 Feb 2013 11:06:57 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/ccache/ccache-3.1.9.ebuild,v 1.2 2013/02/18 11:02:09 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/ccache/ccache-3.1.9.ebuild,v 1.3 2013/02/18 11:06:57 ago Exp $
 
 EAPI="4"
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd"
 IUSE=""
 
 RDEPEND="sys-libs/zlib"



1.111                dev-util/ccache/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/ccache/ChangeLog?rev=1.111&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/ccache/ChangeLog?rev=1.111&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/ccache/ChangeLog?r1=1.110&r2=1.111

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/ccache/ChangeLog,v
retrieving revision 1.110
retrieving revision 1.111
diff -u -r1.110 -r1.111
--- ChangeLog	18 Feb 2013 11:02:09 -0000	1.110
+++ ChangeLog	18 Feb 2013 11:06:57 -0000	1.111
@@ -1,6 +1,9 @@
 # ChangeLog for dev-util/ccache
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/ccache/ChangeLog,v 1.110 2013/02/18 11:02:09 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/ccache/ChangeLog,v 1.111 2013/02/18 11:06:57 ago Exp $
+
+  18 Feb 2013; Agostino Sarubbo <ago@gentoo.org> ccache-3.1.9.ebuild:
+  Stable for x86, wrt bug #457342
 
   18 Feb 2013; Agostino Sarubbo <ago@gentoo.org> ccache-3.1.9.ebuild:
   Stable for amd64, wrt bug #457342





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

* [gentoo-commits] gentoo-x86 commit in dev-util/ccache: ccache-3.1.9.ebuild ChangeLog
@ 2013-02-18 20:36 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 14+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-02-18 20:36 UTC (permalink / raw
  To: gentoo-commits

ago         13/02/18 20:36:29

  Modified:             ccache-3.1.9.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #457342
  
  (Portage version: 2.1.11.50/cvs/Linux ppc64, signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.4                  dev-util/ccache/ccache-3.1.9.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/ccache/ccache-3.1.9.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/ccache/ccache-3.1.9.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/ccache/ccache-3.1.9.ebuild?r1=1.3&r2=1.4

Index: ccache-3.1.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/ccache/ccache-3.1.9.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ccache-3.1.9.ebuild	18 Feb 2013 11:06:57 -0000	1.3
+++ ccache-3.1.9.ebuild	18 Feb 2013 20:36:29 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/ccache/ccache-3.1.9.ebuild,v 1.3 2013/02/18 11:06:57 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/ccache/ccache-3.1.9.ebuild,v 1.4 2013/02/18 20:36:29 ago Exp $
 
 EAPI="4"
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd"
 IUSE=""
 
 RDEPEND="sys-libs/zlib"



1.112                dev-util/ccache/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/ccache/ChangeLog?rev=1.112&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/ccache/ChangeLog?rev=1.112&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/ccache/ChangeLog?r1=1.111&r2=1.112

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/ccache/ChangeLog,v
retrieving revision 1.111
retrieving revision 1.112
diff -u -r1.111 -r1.112
--- ChangeLog	18 Feb 2013 11:06:57 -0000	1.111
+++ ChangeLog	18 Feb 2013 20:36:29 -0000	1.112
@@ -1,6 +1,9 @@
 # ChangeLog for dev-util/ccache
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/ccache/ChangeLog,v 1.111 2013/02/18 11:06:57 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/ccache/ChangeLog,v 1.112 2013/02/18 20:36:29 ago Exp $
+
+  18 Feb 2013; Agostino Sarubbo <ago@gentoo.org> ccache-3.1.9.ebuild:
+  Stable for ppc, wrt bug #457342
 
   18 Feb 2013; Agostino Sarubbo <ago@gentoo.org> ccache-3.1.9.ebuild:
   Stable for x86, wrt bug #457342





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

* [gentoo-commits] gentoo-x86 commit in dev-util/ccache: ccache-3.1.9.ebuild ChangeLog
@ 2013-02-18 21:04 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 14+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-02-18 21:04 UTC (permalink / raw
  To: gentoo-commits

ago         13/02/18 21:04:28

  Modified:             ccache-3.1.9.ebuild ChangeLog
  Log:
  Stable for ppc64, wrt bug #457342
  
  (Portage version: 2.1.11.50/cvs/Linux ppc64, signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.5                  dev-util/ccache/ccache-3.1.9.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/ccache/ccache-3.1.9.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/ccache/ccache-3.1.9.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/ccache/ccache-3.1.9.ebuild?r1=1.4&r2=1.5

Index: ccache-3.1.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/ccache/ccache-3.1.9.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ccache-3.1.9.ebuild	18 Feb 2013 20:36:29 -0000	1.4
+++ ccache-3.1.9.ebuild	18 Feb 2013 21:04:28 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/ccache/ccache-3.1.9.ebuild,v 1.4 2013/02/18 20:36:29 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/ccache/ccache-3.1.9.ebuild,v 1.5 2013/02/18 21:04:28 ago Exp $
 
 EAPI="4"
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd"
 IUSE=""
 
 RDEPEND="sys-libs/zlib"



1.113                dev-util/ccache/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/ccache/ChangeLog?rev=1.113&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/ccache/ChangeLog?rev=1.113&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/ccache/ChangeLog?r1=1.112&r2=1.113

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/ccache/ChangeLog,v
retrieving revision 1.112
retrieving revision 1.113
diff -u -r1.112 -r1.113
--- ChangeLog	18 Feb 2013 20:36:29 -0000	1.112
+++ ChangeLog	18 Feb 2013 21:04:28 -0000	1.113
@@ -1,6 +1,9 @@
 # ChangeLog for dev-util/ccache
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/ccache/ChangeLog,v 1.112 2013/02/18 20:36:29 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/ccache/ChangeLog,v 1.113 2013/02/18 21:04:28 ago Exp $
+
+  18 Feb 2013; Agostino Sarubbo <ago@gentoo.org> ccache-3.1.9.ebuild:
+  Stable for ppc64, wrt bug #457342
 
   18 Feb 2013; Agostino Sarubbo <ago@gentoo.org> ccache-3.1.9.ebuild:
   Stable for ppc, wrt bug #457342





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

* [gentoo-commits] gentoo-x86 commit in dev-util/ccache: ccache-3.1.9.ebuild ChangeLog
@ 2013-02-19 16:37 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 14+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-02-19 16:37 UTC (permalink / raw
  To: gentoo-commits

ago         13/02/19 16:37:37

  Modified:             ccache-3.1.9.ebuild ChangeLog
  Log:
  Stable for alpha, wrt bug #457342
  
  (Portage version: 2.1.11.50/cvs/Linux ppc64, signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.6                  dev-util/ccache/ccache-3.1.9.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/ccache/ccache-3.1.9.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/ccache/ccache-3.1.9.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/ccache/ccache-3.1.9.ebuild?r1=1.5&r2=1.6

Index: ccache-3.1.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/ccache/ccache-3.1.9.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ccache-3.1.9.ebuild	18 Feb 2013 21:04:28 -0000	1.5
+++ ccache-3.1.9.ebuild	19 Feb 2013 16:37:37 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/ccache/ccache-3.1.9.ebuild,v 1.5 2013/02/18 21:04:28 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/ccache/ccache-3.1.9.ebuild,v 1.6 2013/02/19 16:37:37 ago Exp $
 
 EAPI="4"
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd"
 IUSE=""
 
 RDEPEND="sys-libs/zlib"



1.114                dev-util/ccache/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/ccache/ChangeLog?rev=1.114&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/ccache/ChangeLog?rev=1.114&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/ccache/ChangeLog?r1=1.113&r2=1.114

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/ccache/ChangeLog,v
retrieving revision 1.113
retrieving revision 1.114
diff -u -r1.113 -r1.114
--- ChangeLog	18 Feb 2013 21:04:28 -0000	1.113
+++ ChangeLog	19 Feb 2013 16:37:37 -0000	1.114
@@ -1,6 +1,9 @@
 # ChangeLog for dev-util/ccache
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/ccache/ChangeLog,v 1.113 2013/02/18 21:04:28 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/ccache/ChangeLog,v 1.114 2013/02/19 16:37:37 ago Exp $
+
+  19 Feb 2013; Agostino Sarubbo <ago@gentoo.org> ccache-3.1.9.ebuild:
+  Stable for alpha, wrt bug #457342
 
   18 Feb 2013; Agostino Sarubbo <ago@gentoo.org> ccache-3.1.9.ebuild:
   Stable for ppc64, wrt bug #457342





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

* [gentoo-commits] gentoo-x86 commit in dev-util/ccache: ccache-3.1.9.ebuild ChangeLog
@ 2013-02-19 21:06 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 14+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-02-19 21:06 UTC (permalink / raw
  To: gentoo-commits

ago         13/02/19 21:06:11

  Modified:             ccache-3.1.9.ebuild ChangeLog
  Log:
  Stable for arm, wrt bug #457342
  
  (Portage version: 2.1.11.50/cvs/Linux ppc64, signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.7                  dev-util/ccache/ccache-3.1.9.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/ccache/ccache-3.1.9.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/ccache/ccache-3.1.9.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/ccache/ccache-3.1.9.ebuild?r1=1.6&r2=1.7

Index: ccache-3.1.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/ccache/ccache-3.1.9.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ccache-3.1.9.ebuild	19 Feb 2013 16:37:37 -0000	1.6
+++ ccache-3.1.9.ebuild	19 Feb 2013 21:06:10 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/ccache/ccache-3.1.9.ebuild,v 1.6 2013/02/19 16:37:37 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/ccache/ccache-3.1.9.ebuild,v 1.7 2013/02/19 21:06:10 ago Exp $
 
 EAPI="4"
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 arm ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd"
 IUSE=""
 
 RDEPEND="sys-libs/zlib"



1.115                dev-util/ccache/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/ccache/ChangeLog?rev=1.115&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/ccache/ChangeLog?rev=1.115&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/ccache/ChangeLog?r1=1.114&r2=1.115

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/ccache/ChangeLog,v
retrieving revision 1.114
retrieving revision 1.115
diff -u -r1.114 -r1.115
--- ChangeLog	19 Feb 2013 16:37:37 -0000	1.114
+++ ChangeLog	19 Feb 2013 21:06:10 -0000	1.115
@@ -1,6 +1,9 @@
 # ChangeLog for dev-util/ccache
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/ccache/ChangeLog,v 1.114 2013/02/19 16:37:37 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/ccache/ChangeLog,v 1.115 2013/02/19 21:06:10 ago Exp $
+
+  19 Feb 2013; Agostino Sarubbo <ago@gentoo.org> ccache-3.1.9.ebuild:
+  Stable for arm, wrt bug #457342
 
   19 Feb 2013; Agostino Sarubbo <ago@gentoo.org> ccache-3.1.9.ebuild:
   Stable for alpha, wrt bug #457342





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

* [gentoo-commits] gentoo-x86 commit in dev-util/ccache: ccache-3.1.9.ebuild ChangeLog
@ 2013-02-20 10:09 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 14+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-02-20 10:09 UTC (permalink / raw
  To: gentoo-commits

ago         13/02/20 10:09:59

  Modified:             ccache-3.1.9.ebuild ChangeLog
  Log:
  Stable for s390, wrt bug #457342
  
  (Portage version: 2.1.11.50/cvs/Linux ppc64, signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.8                  dev-util/ccache/ccache-3.1.9.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/ccache/ccache-3.1.9.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/ccache/ccache-3.1.9.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/ccache/ccache-3.1.9.ebuild?r1=1.7&r2=1.8

Index: ccache-3.1.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/ccache/ccache-3.1.9.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ccache-3.1.9.ebuild	19 Feb 2013 21:06:10 -0000	1.7
+++ ccache-3.1.9.ebuild	20 Feb 2013 10:09:59 -0000	1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/ccache/ccache-3.1.9.ebuild,v 1.7 2013/02/19 21:06:10 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/ccache/ccache-3.1.9.ebuild,v 1.8 2013/02/20 10:09:59 ago Exp $
 
 EAPI="4"
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 arm ~hppa ~ia64 ~m68k ~mips ppc ppc64 s390 ~sh ~sparc x86 ~x86-fbsd"
 IUSE=""
 
 RDEPEND="sys-libs/zlib"



1.116                dev-util/ccache/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/ccache/ChangeLog?rev=1.116&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/ccache/ChangeLog?rev=1.116&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/ccache/ChangeLog?r1=1.115&r2=1.116

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/ccache/ChangeLog,v
retrieving revision 1.115
retrieving revision 1.116
diff -u -r1.115 -r1.116
--- ChangeLog	19 Feb 2013 21:06:10 -0000	1.115
+++ ChangeLog	20 Feb 2013 10:09:59 -0000	1.116
@@ -1,6 +1,9 @@
 # ChangeLog for dev-util/ccache
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/ccache/ChangeLog,v 1.115 2013/02/19 21:06:10 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/ccache/ChangeLog,v 1.116 2013/02/20 10:09:59 ago Exp $
+
+  20 Feb 2013; Agostino Sarubbo <ago@gentoo.org> ccache-3.1.9.ebuild:
+  Stable for s390, wrt bug #457342
 
   19 Feb 2013; Agostino Sarubbo <ago@gentoo.org> ccache-3.1.9.ebuild:
   Stable for arm, wrt bug #457342





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

* [gentoo-commits] gentoo-x86 commit in dev-util/ccache: ccache-3.1.9.ebuild ChangeLog
@ 2013-02-21 13:37 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 14+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-02-21 13:37 UTC (permalink / raw
  To: gentoo-commits

ago         13/02/21 13:37:53

  Modified:             ccache-3.1.9.ebuild ChangeLog
  Log:
  Stable for ia64, wrt bug #457342
  
  (Portage version: 2.1.11.50/cvs/Linux ppc64, signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.9                  dev-util/ccache/ccache-3.1.9.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/ccache/ccache-3.1.9.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/ccache/ccache-3.1.9.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/ccache/ccache-3.1.9.ebuild?r1=1.8&r2=1.9

Index: ccache-3.1.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/ccache/ccache-3.1.9.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ccache-3.1.9.ebuild	20 Feb 2013 10:09:59 -0000	1.8
+++ ccache-3.1.9.ebuild	21 Feb 2013 13:37:53 -0000	1.9
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/ccache/ccache-3.1.9.ebuild,v 1.8 2013/02/20 10:09:59 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/ccache/ccache-3.1.9.ebuild,v 1.9 2013/02/21 13:37:53 ago Exp $
 
 EAPI="4"
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~hppa ~ia64 ~m68k ~mips ppc ppc64 s390 ~sh ~sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 arm ~hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh ~sparc x86 ~x86-fbsd"
 IUSE=""
 
 RDEPEND="sys-libs/zlib"



1.117                dev-util/ccache/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/ccache/ChangeLog?rev=1.117&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/ccache/ChangeLog?rev=1.117&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/ccache/ChangeLog?r1=1.116&r2=1.117

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/ccache/ChangeLog,v
retrieving revision 1.116
retrieving revision 1.117
diff -u -r1.116 -r1.117
--- ChangeLog	20 Feb 2013 10:09:59 -0000	1.116
+++ ChangeLog	21 Feb 2013 13:37:53 -0000	1.117
@@ -1,6 +1,9 @@
 # ChangeLog for dev-util/ccache
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/ccache/ChangeLog,v 1.116 2013/02/20 10:09:59 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/ccache/ChangeLog,v 1.117 2013/02/21 13:37:53 ago Exp $
+
+  21 Feb 2013; Agostino Sarubbo <ago@gentoo.org> ccache-3.1.9.ebuild:
+  Stable for ia64, wrt bug #457342
 
   20 Feb 2013; Agostino Sarubbo <ago@gentoo.org> ccache-3.1.9.ebuild:
   Stable for s390, wrt bug #457342





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

* [gentoo-commits] gentoo-x86 commit in dev-util/ccache: ccache-3.1.9.ebuild ChangeLog
@ 2013-02-21 16:13 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 14+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-02-21 16:13 UTC (permalink / raw
  To: gentoo-commits

ago         13/02/21 16:13:46

  Modified:             ccache-3.1.9.ebuild ChangeLog
  Log:
  Stable for sparc, wrt bug #457342
  
  (Portage version: 2.1.11.50/cvs/Linux ppc64, signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.10                 dev-util/ccache/ccache-3.1.9.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/ccache/ccache-3.1.9.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/ccache/ccache-3.1.9.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/ccache/ccache-3.1.9.ebuild?r1=1.9&r2=1.10

Index: ccache-3.1.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/ccache/ccache-3.1.9.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ccache-3.1.9.ebuild	21 Feb 2013 13:37:53 -0000	1.9
+++ ccache-3.1.9.ebuild	21 Feb 2013 16:13:46 -0000	1.10
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/ccache/ccache-3.1.9.ebuild,v 1.9 2013/02/21 13:37:53 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/ccache/ccache-3.1.9.ebuild,v 1.10 2013/02/21 16:13:46 ago Exp $
 
 EAPI="4"
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh ~sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 arm ~hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh sparc x86 ~x86-fbsd"
 IUSE=""
 
 RDEPEND="sys-libs/zlib"



1.118                dev-util/ccache/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/ccache/ChangeLog?rev=1.118&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/ccache/ChangeLog?rev=1.118&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/ccache/ChangeLog?r1=1.117&r2=1.118

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/ccache/ChangeLog,v
retrieving revision 1.117
retrieving revision 1.118
diff -u -r1.117 -r1.118
--- ChangeLog	21 Feb 2013 13:37:53 -0000	1.117
+++ ChangeLog	21 Feb 2013 16:13:46 -0000	1.118
@@ -1,6 +1,9 @@
 # ChangeLog for dev-util/ccache
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/ccache/ChangeLog,v 1.117 2013/02/21 13:37:53 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/ccache/ChangeLog,v 1.118 2013/02/21 16:13:46 ago Exp $
+
+  21 Feb 2013; Agostino Sarubbo <ago@gentoo.org> ccache-3.1.9.ebuild:
+  Stable for sparc, wrt bug #457342
 
   21 Feb 2013; Agostino Sarubbo <ago@gentoo.org> ccache-3.1.9.ebuild:
   Stable for ia64, wrt bug #457342





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

* [gentoo-commits] gentoo-x86 commit in dev-util/ccache: ccache-3.1.9.ebuild ChangeLog
@ 2013-03-01 12:47 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 14+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-03-01 12:47 UTC (permalink / raw
  To: gentoo-commits

ago         13/03/01 12:47:52

  Modified:             ccache-3.1.9.ebuild ChangeLog
  Log:
  Stable for sh, wrt bug #457342
  
  (Portage version: 2.1.11.52/cvs/Linux ppc64, signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.12                 dev-util/ccache/ccache-3.1.9.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/ccache/ccache-3.1.9.ebuild?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/ccache/ccache-3.1.9.ebuild?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/ccache/ccache-3.1.9.ebuild?r1=1.11&r2=1.12

Index: ccache-3.1.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/ccache/ccache-3.1.9.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ccache-3.1.9.ebuild	26 Feb 2013 14:44:00 -0000	1.11
+++ ccache-3.1.9.ebuild	1 Mar 2013 12:47:52 -0000	1.12
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/ccache/ccache-3.1.9.ebuild,v 1.11 2013/02/26 14:44:00 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/ccache/ccache-3.1.9.ebuild,v 1.12 2013/03/01 12:47:52 ago Exp $
 
 EAPI="4"
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 arm hppa ia64 ~m68k ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd"
 IUSE=""
 
 RDEPEND="sys-libs/zlib"



1.120                dev-util/ccache/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/ccache/ChangeLog?rev=1.120&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/ccache/ChangeLog?rev=1.120&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/ccache/ChangeLog?r1=1.119&r2=1.120

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/ccache/ChangeLog,v
retrieving revision 1.119
retrieving revision 1.120
diff -u -r1.119 -r1.120
--- ChangeLog	26 Feb 2013 14:44:00 -0000	1.119
+++ ChangeLog	1 Mar 2013 12:47:52 -0000	1.120
@@ -1,6 +1,9 @@
 # ChangeLog for dev-util/ccache
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/ccache/ChangeLog,v 1.119 2013/02/26 14:44:00 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/ccache/ChangeLog,v 1.120 2013/03/01 12:47:52 ago Exp $
+
+  01 Mar 2013; Agostino Sarubbo <ago@gentoo.org> ccache-3.1.9.ebuild:
+  Stable for sh, wrt bug #457342
 
   26 Feb 2013; Jeroen Roovers <jer@gentoo.org> ccache-3.1.9.ebuild:
   Stable for HPPA (bug #457342).





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

* [gentoo-commits] gentoo-x86 commit in dev-util/ccache: ccache-3.1.9.ebuild ChangeLog
@ 2013-03-23  9:10 Mike Frysinger (vapier)
  0 siblings, 0 replies; 14+ messages in thread
From: Mike Frysinger (vapier) @ 2013-03-23  9:10 UTC (permalink / raw
  To: gentoo-commits

vapier      13/03/23 09:10:24

  Modified:             ccache-3.1.9.ebuild ChangeLog
  Log:
  Add fix from upstream for tests w/gcc-3.8 #461966 by Ryan Hill.
  
  (Portage version: 2.2.0_alpha164/cvs/Linux x86_64, signed Manifest commit with key FB7C4156)

Revision  Changes    Path
1.13                 dev-util/ccache/ccache-3.1.9.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/ccache/ccache-3.1.9.ebuild?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/ccache/ccache-3.1.9.ebuild?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/ccache/ccache-3.1.9.ebuild?r1=1.12&r2=1.13

Index: ccache-3.1.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/ccache/ccache-3.1.9.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ccache-3.1.9.ebuild	1 Mar 2013 12:47:52 -0000	1.12
+++ ccache-3.1.9.ebuild	23 Mar 2013 09:10:24 -0000	1.13
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/ccache/ccache-3.1.9.ebuild,v 1.12 2013/03/01 12:47:52 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/ccache/ccache-3.1.9.ebuild,v 1.13 2013/03/23 09:10:24 vapier Exp $
 
 EAPI="4"
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~m68k ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd"
 IUSE=""
 
 RDEPEND="sys-libs/zlib"
@@ -23,6 +23,7 @@
 	# make sure we always use system zlib
 	rm -rf zlib
 	epatch "${FILESDIR}"/${PN}-3.1.7-no-perl.patch #421609
+	epatch "${FILESDIR}"/${P}-test-gcc-3.8.patch #461966
 	sed \
 		-e "/^LIBDIR=/s:lib:$(get_libdir):" \
 		"${FILESDIR}"/ccache-config > ccache-config || die



1.121                dev-util/ccache/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/ccache/ChangeLog?rev=1.121&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/ccache/ChangeLog?rev=1.121&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/ccache/ChangeLog?r1=1.120&r2=1.121

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/ccache/ChangeLog,v
retrieving revision 1.120
retrieving revision 1.121
diff -u -r1.120 -r1.121
--- ChangeLog	1 Mar 2013 12:47:52 -0000	1.120
+++ ChangeLog	23 Mar 2013 09:10:24 -0000	1.121
@@ -1,6 +1,10 @@
 # ChangeLog for dev-util/ccache
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/ccache/ChangeLog,v 1.120 2013/03/01 12:47:52 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/ccache/ChangeLog,v 1.121 2013/03/23 09:10:24 vapier Exp $
+
+  23 Mar 2013; Mike Frysinger <vapier@gentoo.org>
+  +files/ccache-3.1.9-test-gcc-3.8.patch, ccache-3.1.9.ebuild:
+  Add fix from upstream for tests w/gcc-3.8 #461966 by Ryan Hill.
 
   01 Mar 2013; Agostino Sarubbo <ago@gentoo.org> ccache-3.1.9.ebuild:
   Stable for sh, wrt bug #457342





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

* [gentoo-commits] gentoo-x86 commit in dev-util/ccache: ccache-3.1.9.ebuild ChangeLog
@ 2013-04-06 18:28 Mike Frysinger (vapier)
  0 siblings, 0 replies; 14+ messages in thread
From: Mike Frysinger (vapier) @ 2013-04-06 18:28 UTC (permalink / raw
  To: gentoo-commits

vapier      13/04/06 18:28:19

  Modified:             ccache-3.1.9.ebuild ChangeLog
  Log:
  Only show ccache messages on first emerge #458624 by Pacho Ramos.
  
  (Portage version: 2.2.0_alpha170/cvs/Linux x86_64, signed Manifest commit with key FB7C4156)

Revision  Changes    Path
1.14                 dev-util/ccache/ccache-3.1.9.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/ccache/ccache-3.1.9.ebuild?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/ccache/ccache-3.1.9.ebuild?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/ccache/ccache-3.1.9.ebuild?r1=1.13&r2=1.14

Index: ccache-3.1.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/ccache/ccache-3.1.9.ebuild,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ccache-3.1.9.ebuild	23 Mar 2013 09:10:24 -0000	1.13
+++ ccache-3.1.9.ebuild	6 Apr 2013 18:28:19 -0000	1.14
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/ccache/ccache-3.1.9.ebuild,v 1.13 2013/03/23 09:10:24 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/ccache/ccache-3.1.9.ebuild,v 1.14 2013/04/06 18:28:19 vapier Exp $
 
 EAPI="4"
 
@@ -45,14 +45,18 @@
 	[[ -d "${ROOT}/usr/$(get_libdir)/ccache.backup" ]] && \
 		rm -rf "${ROOT}/usr/$(get_libdir)/ccache.backup"
 
-	elog "To use ccache with **non-Portage** C compiling, add"
-	elog "/usr/$(get_libdir)/ccache/bin to the beginning of your path, before /usr/bin."
-	elog "Portage 2.0.46-r11+ will automatically take advantage of ccache with"
-	elog "no additional steps.  If this is your first install of ccache, type"
-	elog "something like this to set a maximum cache size of 2GB:"
-	elog "# ccache -M 2G"
-	elog
-	elog "If you are upgrading from an older version than 3.x you should clear"
-	elog "all of your caches like so:"
-	elog "# CCACHE_DIR='${CCACHE_DIR:-${PORTAGE_TMPDIR}/ccache}' ccache -C"
+	if [[ -z ${REPLACING_VERSIONS} ]] ; then
+		elog "To use ccache with **non-Portage** C compiling, add"
+		elog "/usr/$(get_libdir)/ccache/bin to the beginning of your path, before /usr/bin."
+		elog "Portage 2.0.46-r11+ will automatically take advantage of ccache with"
+		elog "no additional steps."
+		elog
+		elog "You might want to set a maximum cache size:"
+		elog "# ccache -M 2G"
+	fi
+	if has_version "<${CATEGORY}/${PN}-3" ; then
+		elog "If you are upgrading from an older version than 3.x you should clear"
+		elog "all of your caches like so:"
+		elog "# CCACHE_DIR='${CCACHE_DIR:-${PORTAGE_TMPDIR}/ccache}' ccache -C"
+	fi
 }



1.122                dev-util/ccache/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/ccache/ChangeLog?rev=1.122&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/ccache/ChangeLog?rev=1.122&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/ccache/ChangeLog?r1=1.121&r2=1.122

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/ccache/ChangeLog,v
retrieving revision 1.121
retrieving revision 1.122
diff -u -r1.121 -r1.122
--- ChangeLog	23 Mar 2013 09:10:24 -0000	1.121
+++ ChangeLog	6 Apr 2013 18:28:19 -0000	1.122
@@ -1,6 +1,9 @@
 # ChangeLog for dev-util/ccache
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/ccache/ChangeLog,v 1.121 2013/03/23 09:10:24 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/ccache/ChangeLog,v 1.122 2013/04/06 18:28:19 vapier Exp $
+
+  06 Apr 2013; Mike Frysinger <vapier@gentoo.org> ccache-3.1.9.ebuild:
+  Only show ccache messages on first emerge #458624 by Pacho Ramos.
 
   23 Mar 2013; Mike Frysinger <vapier@gentoo.org>
   +files/ccache-3.1.9-test-gcc-3.8.patch, ccache-3.1.9.ebuild:





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

* [gentoo-commits] gentoo-x86 commit in dev-util/ccache: ccache-3.1.9.ebuild ChangeLog
@ 2013-04-24  5:44 Ryan Hill (dirtyepic)
  0 siblings, 0 replies; 14+ messages in thread
From: Ryan Hill (dirtyepic) @ 2013-04-24  5:44 UTC (permalink / raw
  To: gentoo-commits

dirtyepic    13/04/24 05:44:24

  Modified:             ccache-3.1.9.ebuild ChangeLog
  Log:
  Fix -Wp,MMD test failure with gcc-4.8 and correct patch name.
  
  (Portage version: 2.2.0_alpha173/cvs/Linux x86_64, signed Manifest commit with key 957A8463)

Revision  Changes    Path
1.15                 dev-util/ccache/ccache-3.1.9.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/ccache/ccache-3.1.9.ebuild?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/ccache/ccache-3.1.9.ebuild?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/ccache/ccache-3.1.9.ebuild?r1=1.14&r2=1.15

Index: ccache-3.1.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/ccache/ccache-3.1.9.ebuild,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ccache-3.1.9.ebuild	6 Apr 2013 18:28:19 -0000	1.14
+++ ccache-3.1.9.ebuild	24 Apr 2013 05:44:24 -0000	1.15
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/ccache/ccache-3.1.9.ebuild,v 1.14 2013/04/06 18:28:19 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/ccache/ccache-3.1.9.ebuild,v 1.15 2013/04/24 05:44:24 dirtyepic Exp $
 
 EAPI="4"
 
@@ -23,7 +23,7 @@
 	# make sure we always use system zlib
 	rm -rf zlib
 	epatch "${FILESDIR}"/${PN}-3.1.7-no-perl.patch #421609
-	epatch "${FILESDIR}"/${P}-test-gcc-3.8.patch #461966
+	epatch "${FILESDIR}"/${P}-test-gcc-4.8.patch #461966
 	sed \
 		-e "/^LIBDIR=/s:lib:$(get_libdir):" \
 		"${FILESDIR}"/ccache-config > ccache-config || die



1.123                dev-util/ccache/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/ccache/ChangeLog?rev=1.123&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/ccache/ChangeLog?rev=1.123&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/ccache/ChangeLog?r1=1.122&r2=1.123

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/ccache/ChangeLog,v
retrieving revision 1.122
retrieving revision 1.123
diff -u -r1.122 -r1.123
--- ChangeLog	6 Apr 2013 18:28:19 -0000	1.122
+++ ChangeLog	24 Apr 2013 05:44:24 -0000	1.123
@@ -1,6 +1,11 @@
 # ChangeLog for dev-util/ccache
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/ccache/ChangeLog,v 1.122 2013/04/06 18:28:19 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/ccache/ChangeLog,v 1.123 2013/04/24 05:44:24 dirtyepic Exp $
+
+  24 Apr 2013; Ryan Hill <dirtyepic@gentoo.org> ccache-3.1.9.ebuild,
+  -files/ccache-3.1.9-test-gcc-3.8.patch,
+  +files/ccache-3.1.9-test-gcc-4.8.patch:
+  Fix -Wp,MMD test failure with gcc-4.8 and correct patch name.
 
   06 Apr 2013; Mike Frysinger <vapier@gentoo.org> ccache-3.1.9.ebuild:
   Only show ccache messages on first emerge #458624 by Pacho Ramos.





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

end of thread, other threads:[~2013-04-24  5:44 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-18 11:06 [gentoo-commits] gentoo-x86 commit in dev-util/ccache: ccache-3.1.9.ebuild ChangeLog Agostino Sarubbo (ago)
  -- strict thread matches above, loose matches on Subject: below --
2013-04-24  5:44 Ryan Hill (dirtyepic)
2013-04-06 18:28 Mike Frysinger (vapier)
2013-03-23  9:10 Mike Frysinger (vapier)
2013-03-01 12:47 Agostino Sarubbo (ago)
2013-02-21 16:13 Agostino Sarubbo (ago)
2013-02-21 13:37 Agostino Sarubbo (ago)
2013-02-20 10:09 Agostino Sarubbo (ago)
2013-02-19 21:06 Agostino Sarubbo (ago)
2013-02-19 16:37 Agostino Sarubbo (ago)
2013-02-18 21:04 Agostino Sarubbo (ago)
2013-02-18 20:36 Agostino Sarubbo (ago)
2013-02-18 11:02 Agostino Sarubbo (ago)
2013-01-06 17:56 Mike Frysinger (vapier)

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