* [gentoo-commits] gentoo-x86 commit in dev-util/btyacc: btyacc-3.0.ebuild ChangeLog
@ 2008-10-31 6:19 Stephanie J. Lockwood-Childs (wormo)
0 siblings, 0 replies; 2+ messages in thread
From: Stephanie J. Lockwood-Childs (wormo) @ 2008-10-31 6:19 UTC (permalink / raw
To: gentoo-commits
wormo 08/10/31 06:19:16
Modified: btyacc-3.0.ebuild ChangeLog
Log:
include missing header since gcc-4.3 is pickier about such things,
patch courtesy of Elias Pipping (bug #240950)
(Portage version: 2.1.4.5)
Revision Changes Path
1.8 dev-util/btyacc/btyacc-3.0.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/btyacc/btyacc-3.0.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/btyacc/btyacc-3.0.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/btyacc/btyacc-3.0.ebuild?r1=1.7&r2=1.8
Index: btyacc-3.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/btyacc/btyacc-3.0.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- btyacc-3.0.ebuild 24 Apr 2005 12:44:30 -0000 1.7
+++ btyacc-3.0.ebuild 31 Oct 2008 06:19:16 -0000 1.8
@@ -1,6 +1,8 @@
-# Copyright 1999-2005 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/btyacc/btyacc-3.0.ebuild,v 1.7 2005/04/24 12:44:30 hansmi Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/btyacc/btyacc-3.0.ebuild,v 1.8 2008/10/31 06:19:16 wormo Exp $
+
+inherit eutils
MY_P=${P/./-}
IUSE=""
@@ -12,7 +14,13 @@
SLOT="0"
KEYWORDS="x86 ppc"
DEPEND="virtual/libc"
-S=${WORKDIR}
+S="${WORKDIR}"
+
+src_unpack() {
+ unpack ${A}
+ cd "${S}"
+ epatch "${FILESDIR}/${P}-includes.patch"
+}
src_compile() {
emake CFLAGS="${CFLAGS}" LDFLAGS= || die
1.9 dev-util/btyacc/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/btyacc/ChangeLog?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/btyacc/ChangeLog?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/btyacc/ChangeLog?r1=1.8&r2=1.9
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/btyacc/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog 15 May 2007 09:10:31 -0000 1.8
+++ ChangeLog 31 Oct 2008 06:19:16 -0000 1.9
@@ -1,6 +1,11 @@
# ChangeLog for dev-util/btyacc
-# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/btyacc/ChangeLog,v 1.8 2007/05/15 09:10:31 bangert Exp $
+# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/btyacc/ChangeLog,v 1.9 2008/10/31 06:19:16 wormo Exp $
+
+ 31 Oct 2008; Stephanie Lockwood-Childs <wormo@gentoo.org>
+ +files/btyacc-3.0-includes.patch, btyacc-3.0.ebuild:
+ include missing header since gcc-4.3 is pickier about such things,
+ patch courtesy of Elias Pipping (bug #240950)
14 May 2007; Thilo Bangert <bangert@gentoo.org> metadata.xml:
add <herd>no-herd</herd>
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-util/btyacc: btyacc-3.0.ebuild ChangeLog
@ 2009-09-23 17:41 Patrick Lauer (patrick)
0 siblings, 0 replies; 2+ messages in thread
From: Patrick Lauer (patrick) @ 2009-09-23 17:41 UTC (permalink / raw
To: gentoo-commits
patrick 09/09/23 17:41:23
Modified: btyacc-3.0.ebuild ChangeLog
Log:
Remove virtual/libc
(Portage version: 2.2_rc41/cvs/Linux x86_64)
Revision Changes Path
1.9 dev-util/btyacc/btyacc-3.0.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/btyacc/btyacc-3.0.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/btyacc/btyacc-3.0.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/btyacc/btyacc-3.0.ebuild?r1=1.8&r2=1.9
Index: btyacc-3.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/btyacc/btyacc-3.0.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- btyacc-3.0.ebuild 31 Oct 2008 06:19:16 -0000 1.8
+++ btyacc-3.0.ebuild 23 Sep 2009 17:41:22 -0000 1.9
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/btyacc/btyacc-3.0.ebuild,v 1.8 2008/10/31 06:19:16 wormo Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/btyacc/btyacc-3.0.ebuild,v 1.9 2009/09/23 17:41:22 patrick Exp $
inherit eutils
@@ -13,7 +13,7 @@
LICENSE="freedist"
SLOT="0"
KEYWORDS="x86 ppc"
-DEPEND="virtual/libc"
+DEPEND=""
S="${WORKDIR}"
src_unpack() {
1.11 dev-util/btyacc/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/btyacc/ChangeLog?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/btyacc/ChangeLog?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/btyacc/ChangeLog?r1=1.10&r2=1.11
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/btyacc/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog 4 Sep 2009 13:34:14 -0000 1.10
+++ ChangeLog 23 Sep 2009 17:41:22 -0000 1.11
@@ -1,6 +1,9 @@
# ChangeLog for dev-util/btyacc
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/btyacc/ChangeLog,v 1.10 2009/09/04 13:34:14 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/btyacc/ChangeLog,v 1.11 2009/09/23 17:41:22 patrick Exp $
+
+ 23 Sep 2009; Patrick Lauer <patrick@gentoo.org> btyacc-3.0.ebuild:
+ Remove virtual/libc
*btyacc-3.0-r1 (04 Sep 2009)
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-09-23 17:41 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-31 6:19 [gentoo-commits] gentoo-x86 commit in dev-util/btyacc: btyacc-3.0.ebuild ChangeLog Stephanie J. Lockwood-Childs (wormo)
-- strict thread matches above, loose matches on Subject: below --
2009-09-23 17:41 Patrick Lauer (patrick)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox