Gentoo Archives: gentoo-commits

From: "Ulrich Mueller (ulm)" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-lang/snobol: snobol-0.99.44.ebuild ChangeLog snobol-1.1.ebuild snobol-0.99.4.ebuild
Date: Tue, 27 Nov 2012 19:41:52
Message-Id: 20121127194141.25CFC20C65@flycatcher.gentoo.org
1 ulm 12/11/27 19:41:41
2
3 Modified: snobol-0.99.44.ebuild ChangeLog snobol-1.1.ebuild
4 snobol-0.99.4.ebuild
5 Log:
6 Fix LICENSE, BSD-2 according to README file in tarball.
7
8 (Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key E7BE08CA7DC6EA25)
9
10 Revision Changes Path
11 1.5 dev-lang/snobol/snobol-0.99.44.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/snobol/snobol-0.99.44.ebuild?rev=1.5&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/snobol/snobol-0.99.44.ebuild?rev=1.5&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/snobol/snobol-0.99.44.ebuild?r1=1.4&r2=1.5
16
17 Index: snobol-0.99.44.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-lang/snobol/snobol-0.99.44.ebuild,v
20 retrieving revision 1.4
21 retrieving revision 1.5
22 diff -u -r1.4 -r1.5
23 --- snobol-0.99.44.ebuild 15 Feb 2006 06:59:39 -0000 1.4
24 +++ snobol-0.99.44.ebuild 27 Nov 2012 19:41:40 -0000 1.5
25 @@ -1,6 +1,6 @@
26 -# Copyright 1999-2006 Gentoo Foundation
27 +# Copyright 1999-2012 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/snobol/snobol-0.99.44.ebuild,v 1.4 2006/02/15 06:59:39 robbat2 Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/snobol/snobol-0.99.44.ebuild,v 1.5 2012/11/27 19:41:40 ulm Exp $
31
32 DESCRIPTION="Phil Budne's port of Macro SNOBOL4 in C, for modern machines"
33 HOMEPAGE="http://www.snobol4.org/csnobol4/"
34 @@ -8,13 +8,16 @@
35 MY_PN="snobol4"
36 MY_P="${MY_PN}-${PV}"
37 SRC_URI="ftp://ftp.snobol4.org/snobol4/beta/${MY_P}.tar.gz"
38 -LICENSE="as-is"
39 +
40 +LICENSE="BSD-2"
41 SLOT="0"
42 KEYWORDS="~x86"
43 IUSE=""
44 +
45 DEPEND="sys-devel/gcc
46 sys-devel/m4"
47 RDEPEND=""
48 +
49 S=${WORKDIR}/${MY_P}
50
51 src_unpack() {
52
53
54
55 1.13 dev-lang/snobol/ChangeLog
56
57 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/snobol/ChangeLog?rev=1.13&view=markup
58 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/snobol/ChangeLog?rev=1.13&content-type=text/plain
59 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/snobol/ChangeLog?r1=1.12&r2=1.13
60
61 Index: ChangeLog
62 ===================================================================
63 RCS file: /var/cvsroot/gentoo-x86/dev-lang/snobol/ChangeLog,v
64 retrieving revision 1.12
65 retrieving revision 1.13
66 diff -u -r1.12 -r1.13
67 --- ChangeLog 4 Oct 2012 15:32:51 -0000 1.12
68 +++ ChangeLog 27 Nov 2012 19:41:40 -0000 1.13
69 @@ -1,6 +1,10 @@
70 # ChangeLog for dev-lang/snobol
71 -# Copyright 2000-2012 Gentoo Foundation; Distributed under the GPL v2
72 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/snobol/ChangeLog,v 1.12 2012/10/04 15:32:51 ottxor Exp $
73 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
74 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/snobol/ChangeLog,v 1.13 2012/11/27 19:41:40 ulm Exp $
75 +
76 + 27 Nov 2012; Ulrich Müller <ulm@g.o> snobol-0.99.4.ebuild,
77 + snobol-0.99.44.ebuild, snobol-1.1.ebuild:
78 + Fix LICENSE, BSD-2 according to README file in tarball.
79
80 04 Oct 2012; Christoph Junghans <ottxor@g.o> snobol-1.1.ebuild:
81 added prefix support (bug #433848)
82
83
84
85 1.6 dev-lang/snobol/snobol-1.1.ebuild
86
87 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/snobol/snobol-1.1.ebuild?rev=1.6&view=markup
88 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/snobol/snobol-1.1.ebuild?rev=1.6&content-type=text/plain
89 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/snobol/snobol-1.1.ebuild?r1=1.5&r2=1.6
90
91 Index: snobol-1.1.ebuild
92 ===================================================================
93 RCS file: /var/cvsroot/gentoo-x86/dev-lang/snobol/snobol-1.1.ebuild,v
94 retrieving revision 1.5
95 retrieving revision 1.6
96 diff -u -r1.5 -r1.6
97 --- snobol-1.1.ebuild 4 Oct 2012 15:32:51 -0000 1.5
98 +++ snobol-1.1.ebuild 27 Nov 2012 19:41:40 -0000 1.6
99 @@ -1,6 +1,6 @@
100 # Copyright 1999-2012 Gentoo Foundation
101 # Distributed under the terms of the GNU General Public License v2
102 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/snobol/snobol-1.1.ebuild,v 1.5 2012/10/04 15:32:51 ottxor Exp $
103 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/snobol/snobol-1.1.ebuild,v 1.6 2012/11/27 19:41:40 ulm Exp $
104
105 EAPI=4
106
107 @@ -10,13 +10,16 @@
108 MY_P="${MY_PN}-${PV}"
109 #SRC_URI="ftp://ftp.snobol4.org/snobol4/${MY_P}.tar.gz ftp://ftp.ultimate.com/snobol/${MY_P}.tar.gz"
110 SRC_URI="mirror://snobol4/${MY_P}.tar.gz"
111 -LICENSE="as-is"
112 +
113 +LICENSE="BSD-2"
114 SLOT="0"
115 KEYWORDS="~x86"
116 IUSE=""
117 +
118 DEPEND="sys-devel/gcc
119 sys-devel/m4"
120 RDEPEND=""
121 +
122 S=${WORKDIR}/${MY_P}
123
124 src_prepare() {
125
126
127
128 1.5 dev-lang/snobol/snobol-0.99.4.ebuild
129
130 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/snobol/snobol-0.99.4.ebuild?rev=1.5&view=markup
131 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/snobol/snobol-0.99.4.ebuild?rev=1.5&content-type=text/plain
132 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/snobol/snobol-0.99.4.ebuild?r1=1.4&r2=1.5
133
134 Index: snobol-0.99.4.ebuild
135 ===================================================================
136 RCS file: /var/cvsroot/gentoo-x86/dev-lang/snobol/snobol-0.99.4.ebuild,v
137 retrieving revision 1.4
138 retrieving revision 1.5
139 diff -u -r1.4 -r1.5
140 --- snobol-0.99.4.ebuild 15 Feb 2006 06:59:39 -0000 1.4
141 +++ snobol-0.99.4.ebuild 27 Nov 2012 19:41:40 -0000 1.5
142 @@ -1,14 +1,16 @@
143 -# Copyright 1999-2006 Gentoo Foundation
144 +# Copyright 1999-2012 Gentoo Foundation
145 # Distributed under the terms of the GNU General Public License v2
146 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/snobol/snobol-0.99.4.ebuild,v 1.4 2006/02/15 06:59:39 robbat2 Exp $
147 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/snobol/snobol-0.99.4.ebuild,v 1.5 2012/11/27 19:41:40 ulm Exp $
148
149 DESCRIPTION="Phil Budne's port of Macro SNOBOL4 in C, for modern machines"
150 HOMEPAGE="http://www.snobol4.org/csnobol4/"
151 SRC_URI="mirror://snobol4/${P}.tar.gz"
152 -LICENSE="as-is"
153 +
154 +LICENSE="BSD-2"
155 SLOT="0"
156 KEYWORDS="~x86"
157 IUSE=""
158 +
159 DEPEND="sys-devel/gcc
160 sys-devel/m4"
161 RDEPEND=""