From 4f2d7949f03e1c198bc888f2d05f421d35c57e21 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 9 Oct 2017 18:53:29 +0100 Subject: reinit the tree, so we can have metadata --- app-emulation/coldfire/coldfire-0.3.1.ebuild | 29 ++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 app-emulation/coldfire/coldfire-0.3.1.ebuild (limited to 'app-emulation/coldfire/coldfire-0.3.1.ebuild') diff --git a/app-emulation/coldfire/coldfire-0.3.1.ebuild b/app-emulation/coldfire/coldfire-0.3.1.ebuild new file mode 100644 index 000000000000..ac3e77cd5aa0 --- /dev/null +++ b/app-emulation/coldfire/coldfire-0.3.1.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI="2" + +inherit eutils + +DESCRIPTION="Motorola Coldfire Emulator" +HOMEPAGE="http://www.slicer.ca/coldfire/" +SRC_URI="http://www.slicer.ca/coldfire/files/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="" + +DEPEND="sys-libs/ncurses + sys-libs/readline" + +src_prepare() { + epatch "${FILESDIR}"/${P}-build.patch + epatch "${FILESDIR}"/${P}-headers.patch +} + +src_install() { + dodir /usr/bin + einstall || die + dodoc CONTRIBUTORS HACKING README +} -- cgit v1.2.3