From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E65B21382C5 for ; Sun, 9 May 2021 13:31:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 37645E05C1; Sun, 9 May 2021 13:31:55 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1FAE8E05C1 for ; Sun, 9 May 2021 13:31:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3F57B335CEE for ; Sun, 9 May 2021 13:31:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0139A5C4 for ; Sun, 9 May 2021 13:31:46 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1620566973.a158a74cc260e52f93a60bbe7b514f9098d10514.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/xcpc/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/xcpc/Manifest app-emulation/xcpc/xcpc-0.37.0.ebuild X-VCS-Directories: app-emulation/xcpc/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: a158a74cc260e52f93a60bbe7b514f9098d10514 X-VCS-Branch: master Date: Sun, 9 May 2021 13:31:46 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 17750a60-5734-412d-8f55-33477fd7cff0 X-Archives-Hash: 55da0f57f311b5bc857d13186204077b commit: a158a74cc260e52f93a60bbe7b514f9098d10514 Author: David Seifert gentoo org> AuthorDate: Sun May 9 13:29:33 2021 +0000 Commit: David Seifert gentoo org> CommitDate: Sun May 9 13:29:33 2021 +0000 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 00000000000..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 +}