app-emulation/xcpc: New ebuild
authorChema Alonso Josa <nimiux@gentoo.org>
Sun, 20 Nov 2016 19:12:34 +0000 (20:12 +0100)
committerChema Alonso Josa <nimiux@gentoo.org>
Sun, 20 Nov 2016 19:12:34 +0000 (20:12 +0100)
Package-Manager: portage-2.3.0

app-emulation/xcpc/Manifest [new file with mode: 0644]
app-emulation/xcpc/metadata.xml [new file with mode: 0644]
app-emulation/xcpc/xcpc-20070122.ebuild [new file with mode: 0644]

diff --git a/app-emulation/xcpc/Manifest b/app-emulation/xcpc/Manifest
new file mode 100644 (file)
index 0000000..10a85a1
--- /dev/null
@@ -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 (file)
index 0000000..cd8c274
--- /dev/null
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+       <maintainer type="person">
+               <email>nimiux@gentoo.org</email>
+               <name>Chema Alonso Josa</name>
+       </maintainer>
+</pkgmetadata>
diff --git a/app-emulation/xcpc/xcpc-20070122.ebuild b/app-emulation/xcpc/xcpc-20070122.ebuild
new file mode 100644 (file)
index 0000000..07f33bf
--- /dev/null
@@ -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"