Gentoo Archives: gentoo-commits

From: "Fabian Groffen (grobian)" <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/ccache: ccache-2.4-r7.ebuild ccache-2.4-r6.ebuild ChangeLog
Date: Sat, 12 Jan 2008 21:09:51
Message-Id: E1JDnbw-0002Cm-NH@stork.gentoo.org
1 grobian 08/01/12 21:09:48
2
3 Modified: ccache-2.4-r7.ebuild ccache-2.4-r6.ebuild ChangeLog
4 Log:
5 Remove ppc-macos bits
6 (Portage version: 2.1.3.19)
7
8 Revision Changes Path
9 1.3 dev-util/ccache/ccache-2.4-r7.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/ccache/ccache-2.4-r7.ebuild?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/ccache/ccache-2.4-r7.ebuild?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/ccache/ccache-2.4-r7.ebuild?r1=1.2&r2=1.3
14
15 Index: ccache-2.4-r7.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-util/ccache/ccache-2.4-r7.ebuild,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- ccache-2.4-r7.ebuild 12 Jul 2007 01:05:42 -0000 1.2
22 +++ ccache-2.4-r7.ebuild 12 Jan 2008 21:09:48 -0000 1.3
23 @@ -1,6 +1,6 @@
24 -# Copyright 1999-2007 Gentoo Foundation
25 +# Copyright 1999-2008 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-util/ccache/ccache-2.4-r7.ebuild,v 1.2 2007/07/12 01:05:42 mr_bones_ Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-util/ccache/ccache-2.4-r7.ebuild,v 1.3 2008/01/12 21:09:48 grobian Exp $
29
30 inherit eutils autotools multilib
31
32 @@ -44,13 +44,8 @@
33 dobin "${FILESDIR}"/ccache-config || die
34
35 diropts -m0700
36 - if use ppc-macos; then
37 - dodir /var/root/.ccache
38 - keepdir /var/root/.ccache
39 - else
40 - dodir /root/.ccache
41 - keepdir /root/.ccache
42 - fi
43 + dodir /root/.ccache
44 + keepdir /root/.ccache
45 }
46
47 pkg_preinst() {
48
49
50
51 1.16 dev-util/ccache/ccache-2.4-r6.ebuild
52
53 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/ccache/ccache-2.4-r6.ebuild?rev=1.16&view=markup
54 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/ccache/ccache-2.4-r6.ebuild?rev=1.16&content-type=text/plain
55 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/ccache/ccache-2.4-r6.ebuild?r1=1.15&r2=1.16
56
57 Index: ccache-2.4-r6.ebuild
58 ===================================================================
59 RCS file: /var/cvsroot/gentoo-x86/dev-util/ccache/ccache-2.4-r6.ebuild,v
60 retrieving revision 1.15
61 retrieving revision 1.16
62 diff -u -r1.15 -r1.16
63 --- ccache-2.4-r6.ebuild 12 Jul 2007 01:05:42 -0000 1.15
64 +++ ccache-2.4-r6.ebuild 12 Jan 2008 21:09:48 -0000 1.16
65 @@ -1,6 +1,6 @@
66 -# Copyright 1999-2007 Gentoo Foundation
67 +# Copyright 1999-2008 Gentoo Foundation
68 # Distributed under the terms of the GNU General Public License v2
69 -# $Header: /var/cvsroot/gentoo-x86/dev-util/ccache/ccache-2.4-r6.ebuild,v 1.15 2007/07/12 01:05:42 mr_bones_ Exp $
70 +# $Header: /var/cvsroot/gentoo-x86/dev-util/ccache/ccache-2.4-r6.ebuild,v 1.16 2008/01/12 21:09:48 grobian Exp $
71
72 WANT_AUTOCONF="latest"
73 inherit eutils autotools
74 @@ -45,13 +45,8 @@
75 dobin "${FILESDIR}"/ccache-config || die
76
77 diropts -m0700
78 - if use ppc-macos; then
79 - dodir /var/root/.ccache
80 - keepdir /var/root/.ccache
81 - else
82 - dodir /root/.ccache
83 - keepdir /root/.ccache
84 - fi
85 + dodir /root/.ccache
86 + keepdir /root/.ccache
87 }
88
89 pkg_preinst() {
90
91
92
93 1.64 dev-util/ccache/ChangeLog
94
95 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/ccache/ChangeLog?rev=1.64&view=markup
96 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/ccache/ChangeLog?rev=1.64&content-type=text/plain
97 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/ccache/ChangeLog?r1=1.63&r2=1.64
98
99 Index: ChangeLog
100 ===================================================================
101 RCS file: /var/cvsroot/gentoo-x86/dev-util/ccache/ChangeLog,v
102 retrieving revision 1.63
103 retrieving revision 1.64
104 diff -u -r1.63 -r1.64
105 --- ChangeLog 31 Dec 2007 02:36:04 -0000 1.63
106 +++ ChangeLog 12 Jan 2008 21:09:48 -0000 1.64
107 @@ -1,6 +1,10 @@
108 # ChangeLog for dev-util/ccache
109 -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
110 -# $Header: /var/cvsroot/gentoo-x86/dev-util/ccache/ChangeLog,v 1.63 2007/12/31 02:36:04 dirtyepic Exp $
111 +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
112 +# $Header: /var/cvsroot/gentoo-x86/dev-util/ccache/ChangeLog,v 1.64 2008/01/12 21:09:48 grobian Exp $
113 +
114 + 12 Jan 2008; Fabian Groffen <grobian@g.o> ccache-2.4-r6.ebuild,
115 + ccache-2.4-r7.ebuild:
116 + Remove ppc-macos bits
117
118 31 Dec 2007; Ryan Hill <dirtyepic@g.o> metadata.xml:
119 Add toolchain and robbat2 as maintainer.
120
121
122
123 --
124 gentoo-commits@l.g.o mailing list