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-util/byacc: byacc-1.9-r3.ebuild ChangeLog byacc-1.9-r2.ebuild
Date: Wed, 01 Feb 2012 13:32:54
Message-Id: 20120201133242.DDE412004B@flycatcher.gentoo.org
1 ulm 12/02/01 13:32:42
2
3 Modified: byacc-1.9-r3.ebuild ChangeLog
4 Removed: byacc-1.9-r2.ebuild
5 Log:
6 Remove old. Cosmetic changes.
7
8 (Portage version: 2.1.10.44/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.8 dev-util/byacc/byacc-1.9-r3.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/byacc/byacc-1.9-r3.ebuild?rev=1.8&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/byacc/byacc-1.9-r3.ebuild?rev=1.8&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/byacc/byacc-1.9-r3.ebuild?r1=1.7&r2=1.8
16
17 Index: byacc-1.9-r3.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-util/byacc/byacc-1.9-r3.ebuild,v
20 retrieving revision 1.7
21 retrieving revision 1.8
22 diff -u -r1.7 -r1.8
23 --- byacc-1.9-r3.ebuild 1 Feb 2012 09:03:57 -0000 1.7
24 +++ byacc-1.9-r3.ebuild 1 Feb 2012 13:32:42 -0000 1.8
25 @@ -1,12 +1,12 @@
26 # Copyright 1999-2012 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-util/byacc/byacc-1.9-r3.ebuild,v 1.7 2012/02/01 09:03:57 ssuominen Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-util/byacc/byacc-1.9-r3.ebuild,v 1.8 2012/02/01 13:32:42 ulm Exp $
30
31 EAPI=2
32
33 inherit eutils toolchain-funcs
34
35 -DESCRIPTION="the best variant of the Yacc parser generator"
36 +DESCRIPTION="The best variant of the Yacc parser generator"
37 HOMEPAGE="http://dickey.his.com/byacc/byacc.html"
38 SRC_URI="http://sources.isc.org/devel/tools/${P}.tar.gz"
39
40 @@ -20,14 +20,15 @@
41
42 # The following patch fixes yacc to run correctly on ia64 (and
43 # other 64-bit arches). See bug 46233
44 - epatch "${FILESDIR}"/byacc-1.9-ia64.patch
45 + epatch "${FILESDIR}"/${P}-ia64.patch
46
47 # avoid stack access error, bug 232005
48 epatch "${FILESDIR}"/${P}-CVE-2008-3196.patch
49 }
50
51 src_compile() {
52 - emake PROGRAM=byacc CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" CC="$(tc-getCC)" LINKER="$(tc-getCC)" || die
53 + emake PROGRAM=byacc CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" \
54 + CC="$(tc-getCC)" LINKER="$(tc-getCC)" || die
55 }
56
57 src_install() {
58
59
60
61 1.31 dev-util/byacc/ChangeLog
62
63 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/byacc/ChangeLog?rev=1.31&view=markup
64 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/byacc/ChangeLog?rev=1.31&content-type=text/plain
65 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/byacc/ChangeLog?r1=1.30&r2=1.31
66
67 Index: ChangeLog
68 ===================================================================
69 RCS file: /var/cvsroot/gentoo-x86/dev-util/byacc/ChangeLog,v
70 retrieving revision 1.30
71 retrieving revision 1.31
72 diff -u -r1.30 -r1.31
73 --- ChangeLog 1 Feb 2012 09:03:57 -0000 1.30
74 +++ ChangeLog 1 Feb 2012 13:32:42 -0000 1.31
75 @@ -1,6 +1,10 @@
76 # ChangeLog for dev-util/byacc
77 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
78 -# $Header: /var/cvsroot/gentoo-x86/dev-util/byacc/ChangeLog,v 1.30 2012/02/01 09:03:57 ssuominen Exp $
79 +# $Header: /var/cvsroot/gentoo-x86/dev-util/byacc/ChangeLog,v 1.31 2012/02/01 13:32:42 ulm Exp $
80 +
81 + 01 Feb 2012; Ulrich Müller <ulm@g.o> -byacc-1.9-r2.ebuild,
82 + byacc-1.9-r3.ebuild:
83 + Remove old. Cosmetic changes.
84
85 01 Feb 2012; Samuli Suominen <ssuominen@g.o> byacc-1.9-r3.ebuild:
86 ppc/ppc64 stable wrt #392813
87 @@ -8,7 +12,7 @@
88 15 Jan 2012; Raúl Porcel <armin76@g.o> byacc-1.9-r3.ebuild:
89 alpha/ia64/s390/sparc stable wrt #392813
90
91 - 03 Jan 2012; Ulrich Mueller <ulm@g.o> byacc-1.9-r3.ebuild:
92 + 03 Jan 2012; Ulrich Müller <ulm@g.o> byacc-1.9-r3.ebuild:
93 QA: Don't install MANIFEST with dodoc.
94
95 13 Dec 2011; Agostino Sarubbo <ago@g.o> byacc-1.9-r3.ebuild: