From e4b9f141e31db1e069e3bcf5b1fb81af77b0cace Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Tue, 12 Jul 2022 13:33:15 +0100 Subject: gentoo auto-resync : 12:07:2022 - 13:33:15 --- app-emulation/Manifest.gz | Bin 14819 -> 14821 bytes app-emulation/xcpc/Manifest | 2 +- app-emulation/xcpc/xcpc-0.37.0-r1.ebuild | 29 +++++++++++++++++++++++++++++ app-emulation/xcpc/xcpc-0.37.0.ebuild | 29 ----------------------------- 4 files changed, 30 insertions(+), 30 deletions(-) create mode 100644 app-emulation/xcpc/xcpc-0.37.0-r1.ebuild delete mode 100644 app-emulation/xcpc/xcpc-0.37.0.ebuild (limited to 'app-emulation') diff --git a/app-emulation/Manifest.gz b/app-emulation/Manifest.gz index 3ee76561f47e..77ffb6f60317 100644 Binary files a/app-emulation/Manifest.gz and b/app-emulation/Manifest.gz differ diff --git a/app-emulation/xcpc/Manifest b/app-emulation/xcpc/Manifest index bfde16966709..be79e9068949 100644 --- a/app-emulation/xcpc/Manifest +++ b/app-emulation/xcpc/Manifest @@ -1,3 +1,3 @@ DIST xcpc-0.37.0.tar.gz 1094259 BLAKE2B 670de05f53d05d375c9cb252e672f8fa9027419302b521b88dc1904ec99571fa95b390bfdc5eea3eb2355730c02a955c10cbc2f29d7e4c52506173e8f5d6c540 SHA512 8579711595ac5234c1c8a6e9d0279950c97966a2a8919d4f0ba404c5bd5609f299ab0b5131d6973f5decfc12bff184facf3009522bef568a108b5cfb7e74be11 -EBUILD xcpc-0.37.0.ebuild 585 BLAKE2B 790bcce0cd13fcd5ba9dfd6e9b6478f3dfe597a3aeaeac55e781fecb18141373811c797ff1499f7b7e219470ed28ba31f43aa2ae10fa053e8ea9954e1ea8605e SHA512 adc95d07d1a76abb8b4c964ca762a669439585863c19dae746bbdaafb11aa524355b93c4fe6c32458942d48fa0b1a65be922f6162fbc33434f75353aee128945 +EBUILD xcpc-0.37.0-r1.ebuild 585 BLAKE2B 385c25b10c5be93dfc03333f9a84cab2d66eb96943a075f50b52b6c2cdb352031502b2c57ec20830f89ad05a4435a5bca45f6b9e09f2e55b2c8575c5fcdf444b SHA512 aef83c0966e608f088304485ad8acb9d0982ec11cd2c30f9e4bce73e565f4c488146f56b4e1470d633cfccaa2464a3d2836e6ebb5bec61b1d3c588c5033047dc MISC metadata.xml 242 BLAKE2B 3019d549c7d2470f0023c341301eb3afefbaef9a88c11b8d298fe9c1ee00dd608aad08b82cbb541ca2c14e6d8552d8b8c5583417af222de78778493e16309e49 SHA512 636789cd124d40c7852b049194f9f0bfbe8904dadc5607186d50a6ca8ed4a2b1b16bedad56688cf093bf5d919728422f5d880afb3a66204f57054ec31761022f diff --git a/app-emulation/xcpc/xcpc-0.37.0-r1.ebuild b/app-emulation/xcpc/xcpc-0.37.0-r1.ebuild new file mode 100644 index 000000000000..130b749e94db --- /dev/null +++ b/app-emulation/xcpc/xcpc-0.37.0-r1.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +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 +} diff --git a/app-emulation/xcpc/xcpc-0.37.0.ebuild b/app-emulation/xcpc/xcpc-0.37.0.ebuild deleted file mode 100644 index eb524341b0bd..000000000000 --- a/app-emulation/xcpc/xcpc-0.37.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 -} -- cgit v1.2.3