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-lisp/sbcl: ChangeLog sbcl-1.0.27-r10.ebuild sbcl-1.0.26-r10.ebuild
Date: Mon, 27 Apr 2009 21:56:01
Message-Id: E1LyYnv-0003DC-HN@stork.gentoo.org
1 hkbst 09/04/27 21:55:59
2
3 Modified: ChangeLog sbcl-1.0.27-r10.ebuild
4 sbcl-1.0.26-r10.ebuild
5 Log:
6 temporarily restore timestamp hack
7 (Portage version: 2.1.6.11/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.157 dev-lisp/sbcl/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lisp/sbcl/ChangeLog?rev=1.157&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lisp/sbcl/ChangeLog?rev=1.157&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lisp/sbcl/ChangeLog?r1=1.156&r2=1.157
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/ChangeLog,v
19 retrieving revision 1.156
20 retrieving revision 1.157
21 diff -u -r1.156 -r1.157
22 --- ChangeLog 15 Apr 2009 23:12:34 -0000 1.156
23 +++ ChangeLog 27 Apr 2009 21:55:59 -0000 1.157
24 @@ -1,6 +1,10 @@
25 # ChangeLog for dev-lisp/sbcl
26 # Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/ChangeLog,v 1.156 2009/04/15 23:12:34 hkbst Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/ChangeLog,v 1.157 2009/04/27 21:55:59 hkbst Exp $
29 +
30 + 27 Apr 2009; Marijn Schouten <hkBst@g.o> sbcl-1.0.26-r10,
31 + sbcl-1.0.27-r10:
32 + temporarily restore timestamp hack
33
34 *sbcl-1.0.27-r10 (15 Apr 2009)
35
36
37
38
39 1.2 dev-lisp/sbcl/sbcl-1.0.27-r10.ebuild
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lisp/sbcl/sbcl-1.0.27-r10.ebuild?rev=1.2&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lisp/sbcl/sbcl-1.0.27-r10.ebuild?rev=1.2&content-type=text/plain
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lisp/sbcl/sbcl-1.0.27-r10.ebuild?r1=1.1&r2=1.2
44
45 Index: sbcl-1.0.27-r10.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/sbcl-1.0.27-r10.ebuild,v
48 retrieving revision 1.1
49 retrieving revision 1.2
50 diff -u -r1.1 -r1.2
51 --- sbcl-1.0.27-r10.ebuild 15 Apr 2009 23:12:34 -0000 1.1
52 +++ sbcl-1.0.27-r10.ebuild 27 Apr 2009 21:55:59 -0000 1.2
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2009 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/sbcl-1.0.27-r10.ebuild,v 1.1 2009/04/15 23:12:34 hkbst Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/sbcl-1.0.27-r10.ebuild,v 1.2 2009/04/27 21:55:59 hkbst Exp $
58
59 EAPI=2
60
61 @@ -176,4 +176,15 @@
62 echo "SBCL_HOME=/usr/$(get_libdir)/${PN}" > "${ENVD}"
63 echo "SBCL_SOURCE_ROOT=/usr/$(get_libdir)/${PN}/src" >> "${ENVD}"
64 doenvd "${ENVD}"
65 +
66 + impl-save-timestamp-hack sbcl
67 +}
68 +
69 +pkg_postinst() {
70 + standard-impl-postinst sbcl
71 }
72 +
73 +pkg_postrm() {
74 + standard-impl-postrm sbcl /usr/bin/sbcl
75 +}
76 +
77
78
79
80 1.2 dev-lisp/sbcl/sbcl-1.0.26-r10.ebuild
81
82 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lisp/sbcl/sbcl-1.0.26-r10.ebuild?rev=1.2&view=markup
83 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lisp/sbcl/sbcl-1.0.26-r10.ebuild?rev=1.2&content-type=text/plain
84 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lisp/sbcl/sbcl-1.0.26-r10.ebuild?r1=1.1&r2=1.2
85
86 Index: sbcl-1.0.26-r10.ebuild
87 ===================================================================
88 RCS file: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/sbcl-1.0.26-r10.ebuild,v
89 retrieving revision 1.1
90 retrieving revision 1.2
91 diff -u -r1.1 -r1.2
92 --- sbcl-1.0.26-r10.ebuild 11 Mar 2009 14:32:38 -0000 1.1
93 +++ sbcl-1.0.26-r10.ebuild 27 Apr 2009 21:55:59 -0000 1.2
94 @@ -1,6 +1,6 @@
95 # Copyright 1999-2009 Gentoo Foundation
96 # Distributed under the terms of the GNU General Public License v2
97 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/sbcl-1.0.26-r10.ebuild,v 1.1 2009/03/11 14:32:38 hkbst Exp $
98 +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/sbcl-1.0.26-r10.ebuild,v 1.2 2009/04/27 21:55:59 hkbst Exp $
99
100 EAPI=2
101
102 @@ -176,4 +176,15 @@
103 echo "SBCL_HOME=/usr/$(get_libdir)/${PN}" > "${ENVD}"
104 echo "SBCL_SOURCE_ROOT=/usr/$(get_libdir)/${PN}/src" >> "${ENVD}"
105 doenvd "${ENVD}"
106 +
107 + impl-save-timestamp-hack sbcl
108 +}
109 +
110 +pkg_postinst() {
111 + standard-impl-postinst sbcl
112 }
113 +
114 +pkg_postrm() {
115 + standard-impl-postrm sbcl /usr/bin/sbcl
116 +}
117 +