[gentoo-commits] repo/gentoo:master commit in: app-emulation/xcpc/

2022-07-12 Thread David Seifert
commit: 4f786e4fb3c5456988558098960f63bcac59e715
Author: David Seifert  gentoo  org>
AuthorDate: Tue Jul 12 11:13:40 2022 +
Commit: David Seifert  gentoo  org>
CommitDate: Tue Jul 12 11:13:40 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f786e4f

app-emulation/xcpc: update EAPI 7 -> 8

Signed-off-by: David Seifert  gentoo.org>

 app-emulation/xcpc/{xcpc-0.37.0.ebuild => xcpc-0.37.0-r1.ebuild} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-emulation/xcpc/xcpc-0.37.0.ebuild 
b/app-emulation/xcpc/xcpc-0.37.0-r1.ebuild
similarity index 92%
rename from app-emulation/xcpc/xcpc-0.37.0.ebuild
rename to app-emulation/xcpc/xcpc-0.37.0-r1.ebuild
index eb524341b0bd..130b749e94db 100644
--- a/app-emulation/xcpc/xcpc-0.37.0.ebuild
+++ b/app-emulation/xcpc/xcpc-0.37.0-r1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 inherit xdg
 



[gentoo-commits] repo/gentoo:master commit in: app-emulation/xcpc/

2021-05-09 Thread David Seifert
commit: a158a74cc260e52f93a60bbe7b514f9098d10514
Author: David Seifert  gentoo  org>
AuthorDate: Sun May  9 13:29:33 2021 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun May  9 13:29:33 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a158a74c

app-emulation/xcpc: Bump to 0.37.0

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: David Seifert  gentoo.org>

 app-emulation/xcpc/Manifest   |  1 +
 app-emulation/xcpc/xcpc-0.37.0.ebuild | 29 +
 2 files changed, 30 insertions(+)

diff --git a/app-emulation/xcpc/Manifest b/app-emulation/xcpc/Manifest
index 8a47bbf9ec4..df9a27c61fe 100644
--- a/app-emulation/xcpc/Manifest
+++ b/app-emulation/xcpc/Manifest
@@ -1,2 +1,3 @@
 DIST xcpc-0.35.0.tar.gz 1058202 BLAKE2B 
f5002fcc69a078cd05c05a981522edd15900295136419157f997effd81a89f7452cec335bbdba0be3b303bdc8f8537d4aac255ee7cf4e9ec53cc1143413ad1c1
 SHA512 
667db6db33f2cab85647960edb5b1c200037bfc464527a60eca85c31549360226893853a38d98e657bde111a28aca47d9741b16b13284759b66cb6213da27458
 DIST xcpc-0.36.0.tar.gz 1092363 BLAKE2B 
4f799aefa417f6e2c04c0c3760c4d15b10b863f528e5051cfe90ea5a8ccb4c3f83fb592bbf510a351c02dc42a2a2a42f9fcb33b65a5e2dd997feeb5ea22f5342
 SHA512 
0cf6e718daf6b7db981aa607036e57eddb2ae18665393b0a691d8fd6978278ca077ae45a205eae93b6107b83d5d219702018f1afcda84ae7b83a7b6d68a68cba
+DIST xcpc-0.37.0.tar.gz 1094259 BLAKE2B 
670de05f53d05d375c9cb252e672f8fa9027419302b521b88dc1904ec99571fa95b390bfdc5eea3eb2355730c02a955c10cbc2f29d7e4c52506173e8f5d6c540
 SHA512 
8579711595ac5234c1c8a6e9d0279950c97966a2a8919d4f0ba404c5bd5609f299ab0b5131d6973f5decfc12bff184facf3009522bef568a108b5cfb7e74be11

diff --git a/app-emulation/xcpc/xcpc-0.37.0.ebuild 
b/app-emulation/xcpc/xcpc-0.37.0.ebuild
new file mode 100644
index 000..add31369b9f
--- /dev/null
+++ b/app-emulation/xcpc/xcpc-0.37.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit xdg
+
+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="https://bitbucket.org/ponceto/xcpc/downloads/${P}.tar.gz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+   app-arch/bzip2
+   sys-libs/zlib
+   x11-libs/gtk+:3
+   x11-libs/libX11
+   x11-libs/libXext"
+DEPEND="${RDEPEND}"
+
+src_configure() {
+   econf \
+   --disable-athena \
+   --disable-motif2 \
+   --with-x11-toolkit=gtk3
+}



[gentoo-commits] repo/gentoo:master commit in: app-emulation/xcpc/

2021-05-09 Thread David Seifert
commit: 4b386ad2c2182503de7e39cd96a3c2d1a4d752b6
Author: David Seifert  gentoo  org>
AuthorDate: Sun May  9 13:29:36 2021 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun May  9 13:29:36 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b386ad2

app-emulation/xcpc: Remove old 0.35.0-r1, 0.36.0

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: David Seifert  gentoo.org>

 app-emulation/xcpc/Manifest  |  2 --
 app-emulation/xcpc/xcpc-0.35.0-r1.ebuild | 29 -
 app-emulation/xcpc/xcpc-0.36.0.ebuild| 29 -
 3 files changed, 60 deletions(-)

diff --git a/app-emulation/xcpc/Manifest b/app-emulation/xcpc/Manifest
index df9a27c61fe..23162f00274 100644
--- a/app-emulation/xcpc/Manifest
+++ b/app-emulation/xcpc/Manifest
@@ -1,3 +1 @@
-DIST xcpc-0.35.0.tar.gz 1058202 BLAKE2B 
f5002fcc69a078cd05c05a981522edd15900295136419157f997effd81a89f7452cec335bbdba0be3b303bdc8f8537d4aac255ee7cf4e9ec53cc1143413ad1c1
 SHA512 
667db6db33f2cab85647960edb5b1c200037bfc464527a60eca85c31549360226893853a38d98e657bde111a28aca47d9741b16b13284759b66cb6213da27458
-DIST xcpc-0.36.0.tar.gz 1092363 BLAKE2B 
4f799aefa417f6e2c04c0c3760c4d15b10b863f528e5051cfe90ea5a8ccb4c3f83fb592bbf510a351c02dc42a2a2a42f9fcb33b65a5e2dd997feeb5ea22f5342
 SHA512 
0cf6e718daf6b7db981aa607036e57eddb2ae18665393b0a691d8fd6978278ca077ae45a205eae93b6107b83d5d219702018f1afcda84ae7b83a7b6d68a68cba
 DIST xcpc-0.37.0.tar.gz 1094259 BLAKE2B 
670de05f53d05d375c9cb252e672f8fa9027419302b521b88dc1904ec99571fa95b390bfdc5eea3eb2355730c02a955c10cbc2f29d7e4c52506173e8f5d6c540
 SHA512 
8579711595ac5234c1c8a6e9d0279950c97966a2a8919d4f0ba404c5bd5609f299ab0b5131d6973f5decfc12bff184facf3009522bef568a108b5cfb7e74be11

diff --git a/app-emulation/xcpc/xcpc-0.35.0-r1.ebuild 
b/app-emulation/xcpc/xcpc-0.35.0-r1.ebuild
deleted file mode 100644
index c70f06d7fd5..000
--- a/app-emulation/xcpc/xcpc-0.35.0-r1.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit xdg
-
-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="https://bitbucket.org/ponceto/xcpc/downloads/${P}.tar.gz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64"
-
-DEPEND="
-   app-arch/bzip2
-   sys-libs/zlib
-   x11-libs/libX11
-   x11-libs/libXext
-   x11-libs/libXt
-   x11-libs/motif"
-RDEPEND="${DEPEND}"
-
-src_configure() {
-   econf \
-   --disable-athena \
-   --enable-motif2
-}

diff --git a/app-emulation/xcpc/xcpc-0.36.0.ebuild 
b/app-emulation/xcpc/xcpc-0.36.0.ebuild
deleted file mode 100644
index add31369b9f..000
--- a/app-emulation/xcpc/xcpc-0.36.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit xdg
-
-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="https://bitbucket.org/ponceto/xcpc/downloads/${P}.tar.gz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="
-   app-arch/bzip2
-   sys-libs/zlib
-   x11-libs/gtk+:3
-   x11-libs/libX11
-   x11-libs/libXext"
-DEPEND="${RDEPEND}"
-
-src_configure() {
-   econf \
-   --disable-athena \
-   --disable-motif2 \
-   --with-x11-toolkit=gtk3
-}



[gentoo-commits] repo/gentoo:master commit in: app-emulation/xcpc/

2021-04-25 Thread David Seifert
commit: 4bbae9322ea97f3db31b511accfc8ea243f2cbc2
Author: David Seifert  gentoo  org>
AuthorDate: Sun Apr 25 13:20:50 2021 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Apr 25 13:20:50 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4bbae932

app-emulation/xcpc: Bump to 0.36.0

* Now with GTK 3 support

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: David Seifert  gentoo.org>

 app-emulation/xcpc/Manifest   |  1 +
 app-emulation/xcpc/xcpc-0.36.0.ebuild | 29 +
 2 files changed, 30 insertions(+)

diff --git a/app-emulation/xcpc/Manifest b/app-emulation/xcpc/Manifest
index b4ebc547667..8a47bbf9ec4 100644
--- a/app-emulation/xcpc/Manifest
+++ b/app-emulation/xcpc/Manifest
@@ -1 +1,2 @@
 DIST xcpc-0.35.0.tar.gz 1058202 BLAKE2B 
f5002fcc69a078cd05c05a981522edd15900295136419157f997effd81a89f7452cec335bbdba0be3b303bdc8f8537d4aac255ee7cf4e9ec53cc1143413ad1c1
 SHA512 
667db6db33f2cab85647960edb5b1c200037bfc464527a60eca85c31549360226893853a38d98e657bde111a28aca47d9741b16b13284759b66cb6213da27458
+DIST xcpc-0.36.0.tar.gz 1092363 BLAKE2B 
4f799aefa417f6e2c04c0c3760c4d15b10b863f528e5051cfe90ea5a8ccb4c3f83fb592bbf510a351c02dc42a2a2a42f9fcb33b65a5e2dd997feeb5ea22f5342
 SHA512 
0cf6e718daf6b7db981aa607036e57eddb2ae18665393b0a691d8fd6978278ca077ae45a205eae93b6107b83d5d219702018f1afcda84ae7b83a7b6d68a68cba

diff --git a/app-emulation/xcpc/xcpc-0.36.0.ebuild 
b/app-emulation/xcpc/xcpc-0.36.0.ebuild
new file mode 100644
index 000..add31369b9f
--- /dev/null
+++ b/app-emulation/xcpc/xcpc-0.36.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit xdg
+
+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="https://bitbucket.org/ponceto/xcpc/downloads/${P}.tar.gz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+   app-arch/bzip2
+   sys-libs/zlib
+   x11-libs/gtk+:3
+   x11-libs/libX11
+   x11-libs/libXext"
+DEPEND="${RDEPEND}"
+
+src_configure() {
+   econf \
+   --disable-athena \
+   --disable-motif2 \
+   --with-x11-toolkit=gtk3
+}



[gentoo-commits] repo/gentoo:master commit in: app-emulation/xcpc/

2021-04-21 Thread David Seifert
commit: f48903ce7e579a76231049b830e87bf16b95abc3
Author: David Seifert  gentoo  org>
AuthorDate: Wed Apr 21 08:51:45 2021 +
Commit: David Seifert  gentoo  org>
CommitDate: Wed Apr 21 08:51:45 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f48903ce

app-emulation/xcpc: Switch to using motif

* Upstream prefer Motif over Athena as toolkit.

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: David Seifert  gentoo.org>

 app-emulation/xcpc/{xcpc-0.35.0.ebuild => xcpc-0.35.0-r1.ebuild} | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/app-emulation/xcpc/xcpc-0.35.0.ebuild 
b/app-emulation/xcpc/xcpc-0.35.0-r1.ebuild
similarity index 87%
rename from app-emulation/xcpc/xcpc-0.35.0.ebuild
rename to app-emulation/xcpc/xcpc-0.35.0-r1.ebuild
index 4bf1ea8845d..c70f06d7fd5 100644
--- a/app-emulation/xcpc/xcpc-0.35.0.ebuild
+++ b/app-emulation/xcpc/xcpc-0.35.0-r1.ebuild
@@ -17,13 +17,13 @@ DEPEND="
app-arch/bzip2
sys-libs/zlib
x11-libs/libX11
-   x11-libs/libXaw
x11-libs/libXext
-   x11-libs/libXt"
+   x11-libs/libXt
+   x11-libs/motif"
 RDEPEND="${DEPEND}"
 
 src_configure() {
econf \
-   --enable-athena \
-   --disable-motif2
+   --disable-athena \
+   --enable-motif2
 }



[gentoo-commits] repo/gentoo:master commit in: app-emulation/xcpc/

2021-04-20 Thread David Seifert
commit: 9cc1a58d37773aa9836ad50e6236fad779ba3980
Author: David Seifert  gentoo  org>
AuthorDate: Tue Apr 20 10:54:44 2021 +
Commit: David Seifert  gentoo  org>
CommitDate: Tue Apr 20 10:54:44 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9cc1a58d

app-emulation/xcpc: Remove old 20070122

Closes: https://bugs.gentoo.org/662202
Closes: https://bugs.gentoo.org/692440
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: David Seifert  gentoo.org>

 app-emulation/xcpc/Manifest |  1 -
 app-emulation/xcpc/xcpc-20070122.ebuild | 15 ---
 2 files changed, 16 deletions(-)

diff --git a/app-emulation/xcpc/Manifest b/app-emulation/xcpc/Manifest
index bf09a91920d..b4ebc547667 100644
--- a/app-emulation/xcpc/Manifest
+++ b/app-emulation/xcpc/Manifest
@@ -1,2 +1 @@
 DIST xcpc-0.35.0.tar.gz 1058202 BLAKE2B 
f5002fcc69a078cd05c05a981522edd15900295136419157f997effd81a89f7452cec335bbdba0be3b303bdc8f8537d4aac255ee7cf4e9ec53cc1143413ad1c1
 SHA512 
667db6db33f2cab85647960edb5b1c200037bfc464527a60eca85c31549360226893853a38d98e657bde111a28aca47d9741b16b13284759b66cb6213da27458
-DIST xcpc-20070122.tar.gz 496627 BLAKE2B 
13fc9974e3810fa4ef45e90764641cb0a220657055829d1ec9a185c1a894234d3a654581e317327ac5937454b9dfab14af2654775157041edcc0176975753835
 SHA512 
7f5700340fbbf23d2f2111e31ce803c846799ef6681cf63e28bc67564e092534fc4140cb99d718fae9126668ee8f3053bbd097537c04637b5b809ce7b986dd26

diff --git a/app-emulation/xcpc/xcpc-20070122.ebuild 
b/app-emulation/xcpc/xcpc-20070122.ebuild
deleted file mode 100644
index bfe344f8985..000
--- a/app-emulation/xcpc/xcpc-20070122.ebuild
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-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"



[gentoo-commits] repo/gentoo:master commit in: app-emulation/xcpc/

2021-04-20 Thread David Seifert
commit: 7eb5f9d25bc73d00ddd0b10df50e14feee8cc569
Author: David Seifert  gentoo  org>
AuthorDate: Tue Apr 20 10:54:41 2021 +
Commit: David Seifert  gentoo  org>
CommitDate: Tue Apr 20 10:54:41 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7eb5f9d2

app-emulation/xcpc: Bump to 0.35.0

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: David Seifert  gentoo.org>

 app-emulation/xcpc/Manifest   |  1 +
 app-emulation/xcpc/xcpc-0.35.0.ebuild | 29 +
 2 files changed, 30 insertions(+)

diff --git a/app-emulation/xcpc/Manifest b/app-emulation/xcpc/Manifest
index 202bdb898f5..bf09a91920d 100644
--- a/app-emulation/xcpc/Manifest
+++ b/app-emulation/xcpc/Manifest
@@ -1 +1,2 @@
+DIST xcpc-0.35.0.tar.gz 1058202 BLAKE2B 
f5002fcc69a078cd05c05a981522edd15900295136419157f997effd81a89f7452cec335bbdba0be3b303bdc8f8537d4aac255ee7cf4e9ec53cc1143413ad1c1
 SHA512 
667db6db33f2cab85647960edb5b1c200037bfc464527a60eca85c31549360226893853a38d98e657bde111a28aca47d9741b16b13284759b66cb6213da27458
 DIST xcpc-20070122.tar.gz 496627 BLAKE2B 
13fc9974e3810fa4ef45e90764641cb0a220657055829d1ec9a185c1a894234d3a654581e317327ac5937454b9dfab14af2654775157041edcc0176975753835
 SHA512 
7f5700340fbbf23d2f2111e31ce803c846799ef6681cf63e28bc67564e092534fc4140cb99d718fae9126668ee8f3053bbd097537c04637b5b809ce7b986dd26

diff --git a/app-emulation/xcpc/xcpc-0.35.0.ebuild 
b/app-emulation/xcpc/xcpc-0.35.0.ebuild
new file mode 100644
index 000..4bf1ea8845d
--- /dev/null
+++ b/app-emulation/xcpc/xcpc-0.35.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit xdg
+
+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="https://bitbucket.org/ponceto/xcpc/downloads/${P}.tar.gz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64"
+
+DEPEND="
+   app-arch/bzip2
+   sys-libs/zlib
+   x11-libs/libX11
+   x11-libs/libXaw
+   x11-libs/libXext
+   x11-libs/libXt"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+   econf \
+   --enable-athena \
+   --disable-motif2
+}



[gentoo-commits] repo/gentoo:master commit in: app-emulation/xcpc/

2016-11-20 Thread José María Alonso
commit: c75433fbdada203c503397e18706ca94e4c78fa2
Author: Chema Alonso Josa  gentoo  org>
AuthorDate: Sun Nov 20 19:12:34 2016 +
Commit: José María Alonso  gentoo  org>
CommitDate: Sun Nov 20 19:12:34 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c75433fb

app-emulation/xcpc: New ebuild

Package-Manager: portage-2.3.0

 app-emulation/xcpc/Manifest |  1 +
 app-emulation/xcpc/metadata.xml |  8 
 app-emulation/xcpc/xcpc-20070122.ebuild | 16 
 3 files changed, 25 insertions(+)

diff --git a/app-emulation/xcpc/Manifest b/app-emulation/xcpc/Manifest
new file mode 100644
index ..10a85a1
--- /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 ..cd8c274
--- /dev/null
+++ b/app-emulation/xcpc/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   nim...@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 ..07f33bf
--- /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"