From: Chema Alonso Josa Date: Sun, 20 Nov 2016 19:12:34 +0000 (+0100) Subject: app-emulation/xcpc: New ebuild X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=c75433fbdada203c503397e18706ca94e4c78fa2;p=gentoo.git app-emulation/xcpc: New ebuild Package-Manager: portage-2.3.0 --- diff --git a/app-emulation/xcpc/Manifest b/app-emulation/xcpc/Manifest new file mode 100644 index 000000000000..10a85a115751 --- /dev/null +++ b/app-emulation/xcpc/Manifest @@ -0,0 +1 @@ +DIST xcpc-20070122.tar.gz 496627 SHA256 f63899248cb665375850855b9f3b201fe052f88f0883f75aa4d9fbef2b5cba43 SHA512 7f5700340fbbf23d2f2111e31ce803c846799ef6681cf63e28bc67564e092534fc4140cb99d718fae9126668ee8f3053bbd097537c04637b5b809ce7b986dd26 WHIRLPOOL 8cc734e6672460426d394274d8c6c1180f2d466ec0fd3529c10e6d576356ceff793bb63b004286e36ea899598098f6cea007deaebcfc3e71668f7d05441ec60e diff --git a/app-emulation/xcpc/metadata.xml b/app-emulation/xcpc/metadata.xml new file mode 100644 index 000000000000..cd8c274bc1eb --- /dev/null +++ b/app-emulation/xcpc/metadata.xml @@ -0,0 +1,8 @@ + + + + + nimiux@gentoo.org + Chema Alonso Josa + + diff --git a/app-emulation/xcpc/xcpc-20070122.ebuild b/app-emulation/xcpc/xcpc-20070122.ebuild new file mode 100644 index 000000000000..07f33bf43c1e --- /dev/null +++ b/app-emulation/xcpc/xcpc-20070122.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +DESCRIPTION="XCPC is a portable Amstrad CPC 464/664/6128 emulator written in C." +HOMEPAGE="http://www.xcpc-emulator.net/doku.php/index" +SRC_URI="http://sourceforge.net/projects/${PN}/files/${PN}/${P}/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +RDEPEND="app-emulation/libdsk"