Gentoo Archives: gentoo-commits

From: "Marijn Schouten (hkbst)" <hkbst@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-scheme/guile: guile-1.8.4.ebuild guile-1.8.3-r2.ebuild ChangeLog
Date: Thu, 21 Feb 2008 13:03:00
Message-Id: E1JSB4j-0006Ep-RJ@stork.gentoo.org
1 hkbst 08/02/21 13:02:57
2
3 Modified: guile-1.8.4.ebuild guile-1.8.3-r2.ebuild ChangeLog
4 Log:
5 since we don't know whether we are uninstalling or merely cleaning an old install, while leaving a new one, we CANNOT remove /usr/share/guile/site/slibcat, fixes bug 210893, again
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.2 dev-scheme/guile/guile-1.8.4.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-scheme/guile/guile-1.8.4.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-scheme/guile/guile-1.8.4.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-scheme/guile/guile-1.8.4.ebuild?r1=1.1&r2=1.2
14
15 Index: guile-1.8.4.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-scheme/guile/guile-1.8.4.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- guile-1.8.4.ebuild 20 Feb 2008 11:52:27 -0000 1.1
22 +++ guile-1.8.4.ebuild 21 Feb 2008 13:02:57 -0000 1.2
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-scheme/guile/guile-1.8.4.ebuild,v 1.1 2008/02/20 11:52:27 hkbst Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-scheme/guile/guile-1.8.4.ebuild,v 1.2 2008/02/21 13:02:57 hkbst Exp $
28
29 inherit eutils autotools flag-o-matic
30
31 @@ -77,6 +77,6 @@
32 fi
33 }
34
35 -pkg_prerm() {
36 +_pkg_prerm() {
37 rm -f "${ROOT}"/usr/share/guile/site/slibcat
38 }
39
40
41
42 1.9 dev-scheme/guile/guile-1.8.3-r2.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-scheme/guile/guile-1.8.3-r2.ebuild?rev=1.9&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-scheme/guile/guile-1.8.3-r2.ebuild?rev=1.9&content-type=text/plain
46 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-scheme/guile/guile-1.8.3-r2.ebuild?r1=1.8&r2=1.9
47
48 Index: guile-1.8.3-r2.ebuild
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/dev-scheme/guile/guile-1.8.3-r2.ebuild,v
51 retrieving revision 1.8
52 retrieving revision 1.9
53 diff -u -r1.8 -r1.9
54 --- guile-1.8.3-r2.ebuild 19 Feb 2008 19:53:14 -0000 1.8
55 +++ guile-1.8.3-r2.ebuild 21 Feb 2008 13:02:57 -0000 1.9
56 @@ -1,6 +1,6 @@
57 # Copyright 1999-2008 Gentoo Foundation
58 # Distributed under the terms of the GNU General Public License v2
59 -# $Header: /var/cvsroot/gentoo-x86/dev-scheme/guile/guile-1.8.3-r2.ebuild,v 1.8 2008/02/19 19:53:14 angelos Exp $
60 +# $Header: /var/cvsroot/gentoo-x86/dev-scheme/guile/guile-1.8.3-r2.ebuild,v 1.9 2008/02/21 13:02:57 hkbst Exp $
61
62 inherit eutils autotools flag-o-matic
63
64 @@ -79,6 +79,6 @@
65 fi
66 }
67
68 -pkg_prerm() {
69 +_pkg_prerm() {
70 rm -f "${ROOT}"/usr/share/guile/site/slibcat
71 }
72
73
74
75 1.48 dev-scheme/guile/ChangeLog
76
77 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-scheme/guile/ChangeLog?rev=1.48&view=markup
78 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-scheme/guile/ChangeLog?rev=1.48&content-type=text/plain
79 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-scheme/guile/ChangeLog?r1=1.47&r2=1.48
80
81 Index: ChangeLog
82 ===================================================================
83 RCS file: /var/cvsroot/gentoo-x86/dev-scheme/guile/ChangeLog,v
84 retrieving revision 1.47
85 retrieving revision 1.48
86 diff -u -r1.47 -r1.48
87 --- ChangeLog 20 Feb 2008 12:57:47 -0000 1.47
88 +++ ChangeLog 21 Feb 2008 13:02:57 -0000 1.48
89 @@ -1,6 +1,12 @@
90 # ChangeLog for dev-scheme/guile
91 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
92 -# $Header: /var/cvsroot/gentoo-x86/dev-scheme/guile/ChangeLog,v 1.47 2008/02/20 12:57:47 hkbst Exp $
93 +# $Header: /var/cvsroot/gentoo-x86/dev-scheme/guile/ChangeLog,v 1.48 2008/02/21 13:02:57 hkbst Exp $
94 +
95 + 21 Feb 2008; Marijn Schouten <hkBst@g.o> guile-1.8.3-r2.ebuild,
96 + guile-1.8.4.ebuild:
97 + since we don't know whether we are uninstalling or merely cleaning an old
98 + install, while leaving a new one, we CANNOT remove
99 + /usr/share/guile/site/slibcat, fixes bug 210893, again
100
101 20 Feb 2008; Marijn Schouten <hkBst@g.o> +guile-1.6.8.ebuild:
102 put guile-1.6.8 back as some ebuilds still depend on it, thanks to tove
103
104
105
106 --
107 gentoo-commits@l.g.o mailing list