loki_val 08/08/04 17:53:28
Modified: re2c-0.12.0.ebuild ChangeLog re2c-0.13.2.ebuild
Added: re2c-0.13.5.ebuild
Log:
Bump, with the blessings of robbat2 from IRC. Fix unquoted variable to please repoman.
(Portage version: 2.2_rc6/cvs/Linux 2.6.25.8 i686)
Revision Changes Path
1.11 dev-util/re2c/re2c-0.12.0.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/re2c/re2c-0.12.0.ebuild?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/re2c/re2c-0.12.0.ebuild?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/re2c/re2c-0.12.0.ebuild?r1=1.10&r2=1.11
Index: re2c-0.12.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/re2c/re2c-0.12.0.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- re2c-0.12.0.ebuild 14 Jul 2007 14:06:15 -0000 1.10
+++ re2c-0.12.0.ebuild 4 Aug 2008 17:53:28 -0000 1.11
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/re2c/re2c-0.12.0.ebuild,v 1.10 2007/07/14 14:06:15 drizzt Exp $
+# $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 $
inherit eutils
@@ -22,7 +22,7 @@
src_unpack() {
unpack ${A} || die
# Fix permissions
- chmod -R u+rw ${S}
+ chmod -R u+rw "${S}"
EPATCH_OPTS="-p1 -d ${S}" epatch "${FILESDIR}"/${PN}-0.9.11-gcc41.patch
}
1.49 dev-util/re2c/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/re2c/ChangeLog?rev=1.49&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/re2c/ChangeLog?rev=1.49&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/re2c/ChangeLog?r1=1.48&r2=1.49
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/re2c/ChangeLog,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- ChangeLog 7 Jun 2008 03:02:59 -0000 1.48
+++ ChangeLog 4 Aug 2008 17:53:28 -0000 1.49
@@ -1,6 +1,13 @@
# ChangeLog for dev-util/re2c
# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/re2c/ChangeLog,v 1.48 2008/06/07 03:02:59 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/re2c/ChangeLog,v 1.49 2008/08/04 17:53:28 loki_val Exp $
+
+*re2c-0.13.5 (04 Aug 2008)
+
+ 04 Aug 2008; Peter Alfredsen <loki_val@g.o> re2c-0.12.0.ebuild,
+ re2c-0.13.2.ebuild, +re2c-0.13.5.ebuild:
+ Bump, with the blessings of robbat2 from IRC. Fix unquoted variable to
+ please repoman.
07 Jun 2008; Robin H. Johnson <robbat2@g.o> -files/0.9.1-patch,
-re2c-0.9.1.ebuild, -re2c-0.9.3.ebuild, -re2c-0.9.10.ebuild,
1.2 dev-util/re2c/re2c-0.13.2.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/re2c/re2c-0.13.2.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/re2c/re2c-0.13.2.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/re2c/re2c-0.13.2.ebuild?r1=1.1&r2=1.2
Index: re2c-0.13.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/re2c/re2c-0.13.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- re2c-0.13.2.ebuild 19 Feb 2008 02:56:54 -0000 1.1
+++ re2c-0.13.2.ebuild 4 Aug 2008 17:53:28 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/re2c/re2c-0.13.2.ebuild,v 1.1 2008/02/19 02:56:54 robbat2 Exp $
+# $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 $
inherit eutils
@@ -22,7 +22,7 @@
src_unpack() {
unpack ${A} || die
# Fix permissions
- chmod -R u+rw ${S}
+ chmod -R u+rw "${S}"
EPATCH_OPTS="-p1 -d ${S}" epatch "${FILESDIR}"/${PN}-0.9.11-gcc41.patch
}
1.1 dev-util/re2c/re2c-0.13.5.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/re2c/re2c-0.13.5.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/re2c/re2c-0.13.5.ebuild?rev=1.1&content-type=text/plain
Index: re2c-0.13.5.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $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 $
inherit eutils
DESCRIPTION="tool for generating C-based recognizers from regular expressions"
HOMEPAGE="http://re2c.sourceforge.net/"
MY_PV="${PV/_/.}"
MY_P="${PN}-${MY_PV}"
SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
LICENSE="public-domain"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
IUSE=""
RDEPEND="virtual/libc"
DEPEND="${RDEPEND}"
S="${WORKDIR}/${MY_P}"
src_unpack() {
unpack ${A} || die
# Fix permissions
chmod -R u+rw "${S}"
EPATCH_OPTS="-p1 -d ${S}" epatch "${FILESDIR}"/${PN}-0.9.11-gcc41.patch
}
src_compile() {
econf || die
emake -e || die
}
src_install() {
dobin re2c || die "dobin failed"
doman re2c.1 || die "doman failed"
dodoc README CHANGELOG doc/* && \
docinto examples && \
dodoc examples/*.c examples/*.re || die "docs failed"
}
|