* [gentoo-commits] gentoo-x86 commit in dev-util/as11: ChangeLog as11-1.0.ebuild
@ 2009-08-04 21:39 Victor Ostorga (vostorga)
0 siblings, 0 replies; 3+ messages in thread
From: Victor Ostorga (vostorga) @ 2009-08-04 21:39 UTC (permalink / raw
To: gentoo-commits
vostorga 09/08/04 21:39:45
Modified: ChangeLog as11-1.0.ebuild
Log:
Respecting CC variable, bug #243968
(Portage version: 2.1.6.13/cvs/Linux i686)
Revision Changes Path
1.7 dev-util/as11/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/as11/ChangeLog?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/as11/ChangeLog?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/as11/ChangeLog?r1=1.6&r2=1.7
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/as11/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog 15 May 2007 09:10:31 -0000 1.6
+++ ChangeLog 4 Aug 2009 21:39:45 -0000 1.7
@@ -1,6 +1,9 @@
# ChangeLog for dev-util/as11
-# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/as11/ChangeLog,v 1.6 2007/05/15 09:10:31 bangert Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/as11/ChangeLog,v 1.7 2009/08/04 21:39:45 vostorga Exp $
+
+ 04 Aug 2009; <vostorga@gentoo.org> as11-1.0.ebuild:
+ Respecting CC variable, bug #243968
14 May 2007; Thilo Bangert <bangert@gentoo.org> metadata.xml:
add <herd>no-herd</herd>
1.7 dev-util/as11/as11-1.0.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/as11/as11-1.0.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/as11/as11-1.0.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/as11/as11-1.0.ebuild?r1=1.6&r2=1.7
Index: as11-1.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/as11/as11-1.0.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- as11-1.0.ebuild 12 Jul 2007 01:05:42 -0000 1.6
+++ as11-1.0.ebuild 4 Aug 2009 21:39:45 -0000 1.7
@@ -1,6 +1,8 @@
-# Copyright 1999-2005 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/as11/as11-1.0.ebuild,v 1.6 2007/07/12 01:05:42 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/as11/as11-1.0.ebuild,v 1.7 2009/08/04 21:39:45 vostorga Exp $
+
+inherit toolchain-funcs
DESCRIPTION="Motorola's AS11 Assembler for the 68HC11"
HOMEPAGE="http://www.ai.mit.edu/people/rsargent/as11.html"
@@ -17,7 +19,7 @@
RDEPEND=""
src_compile() {
- emake || die "Compile failed"
+ emake CC="$(tc-getCC)" || die "Compile failed"
}
src_install() {
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-util/as11: ChangeLog as11-1.0.ebuild
@ 2009-09-23 17:40 Patrick Lauer (patrick)
0 siblings, 0 replies; 3+ messages in thread
From: Patrick Lauer (patrick) @ 2009-09-23 17:40 UTC (permalink / raw
To: gentoo-commits
patrick 09/09/23 17:40:07
Modified: ChangeLog as11-1.0.ebuild
Log:
Remove virtual/libc
(Portage version: 2.2_rc41/cvs/Linux x86_64)
Revision Changes Path
1.8 dev-util/as11/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/as11/ChangeLog?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/as11/ChangeLog?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/as11/ChangeLog?r1=1.7&r2=1.8
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/as11/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog 4 Aug 2009 21:39:45 -0000 1.7
+++ ChangeLog 23 Sep 2009 17:40:06 -0000 1.8
@@ -1,6 +1,9 @@
# ChangeLog for dev-util/as11
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/as11/ChangeLog,v 1.7 2009/08/04 21:39:45 vostorga Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/as11/ChangeLog,v 1.8 2009/09/23 17:40:06 patrick Exp $
+
+ 23 Sep 2009; Patrick Lauer <patrick@gentoo.org> as11-1.0.ebuild:
+ Remove virtual/libc
04 Aug 2009; <vostorga@gentoo.org> as11-1.0.ebuild:
Respecting CC variable, bug #243968
1.8 dev-util/as11/as11-1.0.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/as11/as11-1.0.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/as11/as11-1.0.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/as11/as11-1.0.ebuild?r1=1.7&r2=1.8
Index: as11-1.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/as11/as11-1.0.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- as11-1.0.ebuild 4 Aug 2009 21:39:45 -0000 1.7
+++ as11-1.0.ebuild 23 Sep 2009 17:40:06 -0000 1.8
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/as11/as11-1.0.ebuild,v 1.7 2009/08/04 21:39:45 vostorga Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/as11/as11-1.0.ebuild,v 1.8 2009/09/23 17:40:06 patrick Exp $
inherit toolchain-funcs
@@ -15,7 +15,7 @@
S=${WORKDIR}/${PN}
-DEPEND="virtual/libc"
+DEPEND=""
RDEPEND=""
src_compile() {
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-util/as11: ChangeLog as11-1.0.ebuild
@ 2010-10-02 14:52 Thomas Beierlein (tomjbe)
0 siblings, 0 replies; 3+ messages in thread
From: Thomas Beierlein (tomjbe) @ 2010-10-02 14:52 UTC (permalink / raw
To: gentoo-commits
tomjbe 10/10/02 14:52:28
Modified: ChangeLog as11-1.0.ebuild
Log:
Make package respecting LDFLAGS (bug #338143). Tested on amd64 and keyworded.
(Portage version: 2.1.9.13/cvs/Linux x86_64)
Revision Changes Path
1.9 dev-util/as11/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/as11/ChangeLog?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/as11/ChangeLog?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/as11/ChangeLog?r1=1.8&r2=1.9
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/as11/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog 23 Sep 2009 17:40:06 -0000 1.8
+++ ChangeLog 2 Oct 2010 14:52:28 -0000 1.9
@@ -1,6 +1,10 @@
# ChangeLog for dev-util/as11
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/as11/ChangeLog,v 1.8 2009/09/23 17:40:06 patrick Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/as11/ChangeLog,v 1.9 2010/10/02 14:52:28 tomjbe Exp $
+
+ 02 Oct 2010; Thomas Beierlein <tomjbe@gentoo.org> as11-1.0.ebuild:
+ Make package respecting LDFLAGS (bug #338143). Tested on amd64 and
+ keyworded.
23 Sep 2009; Patrick Lauer <patrick@gentoo.org> as11-1.0.ebuild:
Remove virtual/libc
1.9 dev-util/as11/as11-1.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/as11/as11-1.0.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/as11/as11-1.0.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/as11/as11-1.0.ebuild?r1=1.8&r2=1.9
Index: as11-1.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/as11/as11-1.0.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- as11-1.0.ebuild 23 Sep 2009 17:40:06 -0000 1.8
+++ as11-1.0.ebuild 2 Oct 2010 14:52:28 -0000 1.9
@@ -1,6 +1,8 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/as11/as11-1.0.ebuild,v 1.8 2009/09/23 17:40:06 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/as11/as11-1.0.ebuild,v 1.9 2010/10/02 14:52:28 tomjbe Exp $
+
+EAPI="2"
inherit toolchain-funcs
@@ -10,7 +12,7 @@
LICENSE="freedist"
SLOT="0"
-KEYWORDS="~x86 ~ppc"
+KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""
S=${WORKDIR}/${PN}
@@ -18,6 +20,10 @@
DEPEND=""
RDEPEND=""
+src_prepare() {
+ sed -i -e "s/ -o/\$(LDFLAGS) -o/g" Makefile || die
+}
+
src_compile() {
emake CC="$(tc-getCC)" || die "Compile failed"
}
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2010-10-02 14:52 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-02 14:52 [gentoo-commits] gentoo-x86 commit in dev-util/as11: ChangeLog as11-1.0.ebuild Thomas Beierlein (tomjbe)
-- strict thread matches above, loose matches on Subject: below --
2009-09-23 17:40 Patrick Lauer (patrick)
2009-08-04 21:39 Victor Ostorga (vostorga)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox