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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C7A1D158086 for ; Fri, 26 Nov 2021 14:31:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B3F7E2BC00E; Fri, 26 Nov 2021 14:31:14 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D8FE02BC00E for ; Fri, 26 Nov 2021 14:31:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C743D34305B for ; Fri, 26 Nov 2021 14:31:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3ECB61DA for ; Fri, 26 Nov 2021 14:31:10 +0000 (UTC) From: "Maciej Barć" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Maciej Barć" Message-ID: <1637937015.11f66af6f4ed25dcf1d661af3d593ac8b30cbae0.xgqt@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-emulation/melonds/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-emulation/melonds/melonds-0.9.3-r1.ebuild games-emulation/melonds/melonds-0.9.3.ebuild games-emulation/melonds/melonds-9999.ebuild X-VCS-Directories: games-emulation/melonds/ X-VCS-Committer: xgqt X-VCS-Committer-Name: Maciej Barć X-VCS-Revision: 11f66af6f4ed25dcf1d661af3d593ac8b30cbae0 X-VCS-Branch: master Date: Fri, 26 Nov 2021 14:31:10 +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: b4b41a39-b351-4c23-8627-1d09c6c81315 X-Archives-Hash: 18763a295f8e27b08fa14927057c1a49 commit: 11f66af6f4ed25dcf1d661af3d593ac8b30cbae0 Author: Maciej Barć gentoo org> AuthorDate: Fri Nov 26 14:29:16 2021 +0000 Commit: Maciej Barć gentoo org> CommitDate: Fri Nov 26 14:30:15 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11f66af6 games-emulation/melonds: use readme.gentoo Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Maciej Barć gentoo.org> ...melonds-0.9.3.ebuild => melonds-0.9.3-r1.ebuild} | 21 +++++++++++++-------- games-emulation/melonds/melonds-9999.ebuild | 21 +++++++++++++-------- 2 files changed, 26 insertions(+), 16 deletions(-) diff --git a/games-emulation/melonds/melonds-0.9.3.ebuild b/games-emulation/melonds/melonds-0.9.3-r1.ebuild similarity index 78% rename from games-emulation/melonds/melonds-0.9.3.ebuild rename to games-emulation/melonds/melonds-0.9.3-r1.ebuild index 840aa5476022..0d497e9b94fc 100644 --- a/games-emulation/melonds/melonds-0.9.3.ebuild +++ b/games-emulation/melonds/melonds-0.9.3-r1.ebuild @@ -9,7 +9,7 @@ EAPI=8 MY_PN="melonDS" MY_P="${MY_PN}-${PV}" -inherit cmake flag-o-matic toolchain-funcs xdg +inherit cmake flag-o-matic readme.gentoo-r1 toolchain-funcs xdg DESCRIPTION="Nintendo DS emulator, sorta" HOMEPAGE=" @@ -46,6 +46,15 @@ RDEPEND="${DEPEND}" # used for JIT recompiler QA_EXECSTACK="usr/bin/melonDS" +DISABLE_AUTOFORMATTING="yes" +DOC_CONTENTS="You need the following files in order to run melonDS: +- bios7.bin +- bios9.bin +- firmware.bin +- romlist.bin +Place them in ~/.config/melonDS +Those files can be found somewhere on the Internet ;-)" + src_prepare() { cmake_src_prepare } @@ -68,16 +77,12 @@ src_install() { dolib.so "${BUILD_DIR}/src/teakra/src/libteakra.so" cmake_src_install + + readme.gentoo_create_doc } pkg_postinst() { xdg_pkg_postinst - elog "You need the following files in order to run melonDS:" - elog "- bios7.bin" - elog "- bios9.bin" - elog "- firmware.bin" - elog "- romlist.bin" - elog "Place them in ~/.config/melonDS" - elog "Those files can be found somewhere on the Internet ;-)" + readme.gentoo_print_elog } diff --git a/games-emulation/melonds/melonds-9999.ebuild b/games-emulation/melonds/melonds-9999.ebuild index 840aa5476022..0d497e9b94fc 100644 --- a/games-emulation/melonds/melonds-9999.ebuild +++ b/games-emulation/melonds/melonds-9999.ebuild @@ -9,7 +9,7 @@ EAPI=8 MY_PN="melonDS" MY_P="${MY_PN}-${PV}" -inherit cmake flag-o-matic toolchain-funcs xdg +inherit cmake flag-o-matic readme.gentoo-r1 toolchain-funcs xdg DESCRIPTION="Nintendo DS emulator, sorta" HOMEPAGE=" @@ -46,6 +46,15 @@ RDEPEND="${DEPEND}" # used for JIT recompiler QA_EXECSTACK="usr/bin/melonDS" +DISABLE_AUTOFORMATTING="yes" +DOC_CONTENTS="You need the following files in order to run melonDS: +- bios7.bin +- bios9.bin +- firmware.bin +- romlist.bin +Place them in ~/.config/melonDS +Those files can be found somewhere on the Internet ;-)" + src_prepare() { cmake_src_prepare } @@ -68,16 +77,12 @@ src_install() { dolib.so "${BUILD_DIR}/src/teakra/src/libteakra.so" cmake_src_install + + readme.gentoo_create_doc } pkg_postinst() { xdg_pkg_postinst - elog "You need the following files in order to run melonDS:" - elog "- bios7.bin" - elog "- bios9.bin" - elog "- firmware.bin" - elog "- romlist.bin" - elog "Place them in ~/.config/melonDS" - elog "Those files can be found somewhere on the Internet ;-)" + readme.gentoo_print_elog }