Gentoo Archives: gentoo-commits

From: "Peter Alfredsen (loki_val)" <loki_val@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/re2c: re2c-0.12.0.ebuild ChangeLog re2c-0.13.2.ebuild re2c-0.13.5.ebuild
Date: Mon, 04 Aug 2008 17:53:32
Message-Id: E1KQ4FM-0005Sf-U7@stork.gentoo.org
1 loki_val 08/08/04 17:53:28
2
3 Modified: re2c-0.12.0.ebuild ChangeLog re2c-0.13.2.ebuild
4 Added: re2c-0.13.5.ebuild
5 Log:
6 Bump, with the blessings of robbat2 from IRC. Fix unquoted variable to please repoman.
7 (Portage version: 2.2_rc6/cvs/Linux 2.6.25.8 i686)
8
9 Revision Changes Path
10 1.11 dev-util/re2c/re2c-0.12.0.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/re2c/re2c-0.12.0.ebuild?rev=1.11&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/re2c/re2c-0.12.0.ebuild?rev=1.11&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/re2c/re2c-0.12.0.ebuild?r1=1.10&r2=1.11
15
16 Index: re2c-0.12.0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-util/re2c/re2c-0.12.0.ebuild,v
19 retrieving revision 1.10
20 retrieving revision 1.11
21 diff -u -r1.10 -r1.11
22 --- re2c-0.12.0.ebuild 14 Jul 2007 14:06:15 -0000 1.10
23 +++ re2c-0.12.0.ebuild 4 Aug 2008 17:53:28 -0000 1.11
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2007 Gentoo Foundation
26 +# Copyright 1999-2008 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-util/re2c/re2c-0.12.0.ebuild,v 1.10 2007/07/14 14:06:15 drizzt Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-util/re2c/re2c-0.12.0.ebuild,v 1.11 2008/08/04 17:53:28 loki_val Exp $
30
31 inherit eutils
32
33 @@ -22,7 +22,7 @@
34 src_unpack() {
35 unpack ${A} || die
36 # Fix permissions
37 - chmod -R u+rw ${S}
38 + chmod -R u+rw "${S}"
39 EPATCH_OPTS="-p1 -d ${S}" epatch "${FILESDIR}"/${PN}-0.9.11-gcc41.patch
40 }
41
42
43
44
45 1.49 dev-util/re2c/ChangeLog
46
47 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/re2c/ChangeLog?rev=1.49&view=markup
48 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/re2c/ChangeLog?rev=1.49&content-type=text/plain
49 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/re2c/ChangeLog?r1=1.48&r2=1.49
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/dev-util/re2c/ChangeLog,v
54 retrieving revision 1.48
55 retrieving revision 1.49
56 diff -u -r1.48 -r1.49
57 --- ChangeLog 7 Jun 2008 03:02:59 -0000 1.48
58 +++ ChangeLog 4 Aug 2008 17:53:28 -0000 1.49
59 @@ -1,6 +1,13 @@
60 # ChangeLog for dev-util/re2c
61 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/dev-util/re2c/ChangeLog,v 1.48 2008/06/07 03:02:59 robbat2 Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/dev-util/re2c/ChangeLog,v 1.49 2008/08/04 17:53:28 loki_val Exp $
64 +
65 +*re2c-0.13.5 (04 Aug 2008)
66 +
67 + 04 Aug 2008; Peter Alfredsen <loki_val@g.o> re2c-0.12.0.ebuild,
68 + re2c-0.13.2.ebuild, +re2c-0.13.5.ebuild:
69 + Bump, with the blessings of robbat2 from IRC. Fix unquoted variable to
70 + please repoman.
71
72 07 Jun 2008; Robin H. Johnson <robbat2@g.o> -files/0.9.1-patch,
73 -re2c-0.9.1.ebuild, -re2c-0.9.3.ebuild, -re2c-0.9.10.ebuild,
74
75
76
77 1.2 dev-util/re2c/re2c-0.13.2.ebuild
78
79 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/re2c/re2c-0.13.2.ebuild?rev=1.2&view=markup
80 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/re2c/re2c-0.13.2.ebuild?rev=1.2&content-type=text/plain
81 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/re2c/re2c-0.13.2.ebuild?r1=1.1&r2=1.2
82
83 Index: re2c-0.13.2.ebuild
84 ===================================================================
85 RCS file: /var/cvsroot/gentoo-x86/dev-util/re2c/re2c-0.13.2.ebuild,v
86 retrieving revision 1.1
87 retrieving revision 1.2
88 diff -u -r1.1 -r1.2
89 --- re2c-0.13.2.ebuild 19 Feb 2008 02:56:54 -0000 1.1
90 +++ re2c-0.13.2.ebuild 4 Aug 2008 17:53:28 -0000 1.2
91 @@ -1,6 +1,6 @@
92 # Copyright 1999-2008 Gentoo Foundation
93 # Distributed under the terms of the GNU General Public License v2
94 -# $Header: /var/cvsroot/gentoo-x86/dev-util/re2c/re2c-0.13.2.ebuild,v 1.1 2008/02/19 02:56:54 robbat2 Exp $
95 +# $Header: /var/cvsroot/gentoo-x86/dev-util/re2c/re2c-0.13.2.ebuild,v 1.2 2008/08/04 17:53:28 loki_val Exp $
96
97 inherit eutils
98
99 @@ -22,7 +22,7 @@
100 src_unpack() {
101 unpack ${A} || die
102 # Fix permissions
103 - chmod -R u+rw ${S}
104 + chmod -R u+rw "${S}"
105 EPATCH_OPTS="-p1 -d ${S}" epatch "${FILESDIR}"/${PN}-0.9.11-gcc41.patch
106 }
107
108
109
110
111 1.1 dev-util/re2c/re2c-0.13.5.ebuild
112
113 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/re2c/re2c-0.13.5.ebuild?rev=1.1&view=markup
114 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/re2c/re2c-0.13.5.ebuild?rev=1.1&content-type=text/plain
115
116 Index: re2c-0.13.5.ebuild
117 ===================================================================
118 # Copyright 1999-2008 Gentoo Foundation
119 # Distributed under the terms of the GNU General Public License v2
120 # $Header: /var/cvsroot/gentoo-x86/dev-util/re2c/re2c-0.13.5.ebuild,v 1.1 2008/08/04 17:53:28 loki_val Exp $
121
122 inherit eutils
123
124 DESCRIPTION="tool for generating C-based recognizers from regular expressions"
125 HOMEPAGE="http://re2c.sourceforge.net/"
126 MY_PV="${PV/_/.}"
127 MY_P="${PN}-${MY_PV}"
128 SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
129
130 LICENSE="public-domain"
131 SLOT="0"
132 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
133 IUSE=""
134
135 RDEPEND="virtual/libc"
136 DEPEND="${RDEPEND}"
137 S="${WORKDIR}/${MY_P}"
138
139 src_unpack() {
140 unpack ${A} || die
141 # Fix permissions
142 chmod -R u+rw "${S}"
143 EPATCH_OPTS="-p1 -d ${S}" epatch "${FILESDIR}"/${PN}-0.9.11-gcc41.patch
144 }
145
146 src_compile() {
147 econf || die
148 emake -e || die
149 }
150
151 src_install() {
152 dobin re2c || die "dobin failed"
153 doman re2c.1 || die "doman failed"
154 dodoc README CHANGELOG doc/* && \
155 docinto examples && \
156 dodoc examples/*.c examples/*.re || die "docs failed"
157 }