* [gentoo-commits] repo/gentoo:master commit in: app-emulation/coldfire/
@ 2018-05-29 20:10 Aaron Bauman
0 siblings, 0 replies; 2+ messages in thread
From: Aaron Bauman @ 2018-05-29 20:10 UTC (permalink / raw
To: gentoo-commits
commit: f0a10445105e7e4fd5b716b85d40c090a7d4d359
Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Tue May 29 19:19:26 2018 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Tue May 29 20:10:20 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0a10445
app-emulation/coldfire: add slots to DEPEND
Package-Manager: Portage-2.3.40, Repoman-2.3.9
app-emulation/coldfire/coldfire-0.3.1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-emulation/coldfire/coldfire-0.3.1.ebuild b/app-emulation/coldfire/coldfire-0.3.1.ebuild
index 91abcd06d00..21e97127297 100644
--- a/app-emulation/coldfire/coldfire-0.3.1.ebuild
+++ b/app-emulation/coldfire/coldfire-0.3.1.ebuild
@@ -12,8 +12,8 @@ SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""
-DEPEND="sys-libs/ncurses
- sys-libs/readline"
+DEPEND="sys-libs/ncurses:0=
+ sys-libs/readline:0="
PATCHES=(
"${FILESDIR}/${P}-build.patch"
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emulation/coldfire/
@ 2018-05-29 20:10 Aaron Bauman
0 siblings, 0 replies; 2+ messages in thread
From: Aaron Bauman @ 2018-05-29 20:10 UTC (permalink / raw
To: gentoo-commits
commit: 415fd7b149a2ab8c34711dacc8b6c0a6333f4a7e
Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Tue May 29 14:02:17 2018 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Tue May 29 20:10:05 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=415fd7b1
app-emulation/coldfire: bump EAPI and drop eutils
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Closes: https://github.com/gentoo/gentoo/pull/8640
app-emulation/coldfire/coldfire-0.3.1.ebuild | 17 +++++++----------
1 file changed, 7 insertions(+), 10 deletions(-)
diff --git a/app-emulation/coldfire/coldfire-0.3.1.ebuild b/app-emulation/coldfire/coldfire-0.3.1.ebuild
index ac3e77cd5aa..91abcd06d00 100644
--- a/app-emulation/coldfire/coldfire-0.3.1.ebuild
+++ b/app-emulation/coldfire/coldfire-0.3.1.ebuild
@@ -1,9 +1,7 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI="2"
-
-inherit eutils
+EAPI=7
DESCRIPTION="Motorola Coldfire Emulator"
HOMEPAGE="http://www.slicer.ca/coldfire/"
@@ -17,13 +15,12 @@ IUSE=""
DEPEND="sys-libs/ncurses
sys-libs/readline"
-src_prepare() {
- epatch "${FILESDIR}"/${P}-build.patch
- epatch "${FILESDIR}"/${P}-headers.patch
-}
+PATCHES=(
+ "${FILESDIR}/${P}-build.patch"
+ "${FILESDIR}/${P}-headers.patch"
+)
src_install() {
- dodir /usr/bin
- einstall || die
+ dobin coldfire
dodoc CONTRIBUTORS HACKING README
}
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2018-05-29 20:10 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-05-29 20:10 [gentoo-commits] repo/gentoo:master commit in: app-emulation/coldfire/ Aaron Bauman
-- strict thread matches above, loose matches on Subject: below --
2018-05-29 20:10 Aaron Bauman
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox