From: "Mike Frysinger (vapier)" <vapier@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in app-emulation/coldfire: ChangeLog coldfire-0.3.1.ebuild coldfire-0.2.2.ebuild
Date: Sun, 10 Oct 2010 04:44:06 +0000 (UTC) [thread overview]
Message-ID: <20101010044406.6CC382004C@flycatcher.gentoo.org> (raw)
vapier 10/10/10 04:44:06
Modified: ChangeLog coldfire-0.3.1.ebuild
Removed: coldfire-0.2.2.ebuild
Log:
Fix by Christophe LEFEBVRE for doc install #314661 by Diego E. Pettenò. Clean up the build system a bit #336092 by Diego E. Pettenò.
(Portage version: 2.2_rc86/cvs/Linux x86_64)
Revision Changes Path
1.5 app-emulation/coldfire/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/coldfire/ChangeLog?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/coldfire/ChangeLog?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/coldfire/ChangeLog?r1=1.4&r2=1.5
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/coldfire/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog 21 Feb 2007 21:41:22 -0000 1.4
+++ ChangeLog 10 Oct 2010 04:44:06 -0000 1.5
@@ -1,6 +1,12 @@
# ChangeLog for app-emulation/coldfire
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/coldfire/ChangeLog,v 1.4 2007/02/21 21:41:22 peper Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/coldfire/ChangeLog,v 1.5 2010/10/10 04:44:06 vapier Exp $
+
+ 10 Oct 2010; Mike Frysinger <vapier@gentoo.org> -coldfire-0.2.2.ebuild,
+ coldfire-0.3.1.ebuild, +files/coldfire-0.3.1-build.patch,
+ +files/coldfire-0.3.1-headers.patch:
+ Fix by Christophe LEFEBVRE for doc install #314661 by Diego E. Pettenò.
+ Clean up the build system a bit #336092 by Diego E. Pettenò.
21 Feb 2007; Piotr Jaroszyński <peper@gentoo.org> ChangeLog:
Transition to Manifest2.
1.2 app-emulation/coldfire/coldfire-0.3.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/coldfire/coldfire-0.3.1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/coldfire/coldfire-0.3.1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/coldfire/coldfire-0.3.1.ebuild?r1=1.1&r2=1.2
Index: coldfire-0.3.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/coldfire/coldfire-0.3.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- coldfire-0.3.1.ebuild 3 May 2006 03:26:05 -0000 1.1
+++ coldfire-0.3.1.ebuild 10 Oct 2010 04:44:06 -0000 1.2
@@ -1,6 +1,10 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/coldfire/coldfire-0.3.1.ebuild,v 1.1 2006/05/03 03:26:05 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/coldfire/coldfire-0.3.1.ebuild,v 1.2 2010/10/10 04:44:06 vapier Exp $
+
+EAPI="2"
+
+inherit eutils
DESCRIPTION="Motorola Coldfire Emulator"
HOMEPAGE="http://www.slicer.ca/coldfire/"
@@ -14,13 +18,13 @@
DEPEND="sys-libs/ncurses
sys-libs/readline"
-src_compile() {
- econf || die
- emake -j1 || die
+src_prepare() {
+ epatch "${FILESDIR}"/${P}-build.patch
+ epatch "${FILESDIR}"/${P}-headers.patch
}
src_install() {
dodir /usr/bin
einstall || die
- dodoc AUTHORS HACKING README
+ dodoc CONTRIBUTORS HACKING README
}
reply other threads:[~2010-10-10 5:03 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20101010044406.6CC382004C@flycatcher.gentoo.org \
--to=vapier@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox