diff options
author | Vadim Misbakh-Soloviov <mva@gentoo.org> | 2024-01-15 09:48:24 +0700 |
---|---|---|
committer | Vadim Misbakh-Soloviov <mva@gentoo.org> | 2024-01-15 09:48:24 +0700 |
commit | 26b5ffdb5311da4ef21a27c4b79783e6c6f6a260 (patch) | |
tree | b5358ddfd2c746a61258c446b52fd9bafd05d9b9 /games-action/cave_story_plus | |
parent | games-action/psychonauts: Drop in favour of packages in the main repo (diff) | |
download | gamerlay-26b5ffdb5311da4ef21a27c4b79783e6c6f6a260.tar.gz gamerlay-26b5ffdb5311da4ef21a27c4b79783e6c6f6a260.tar.bz2 gamerlay-26b5ffdb5311da4ef21a27c4b79783e6c6f6a260.zip |
games-action/cave_story_plus: migrate to EAPI8
Signed-off-by: Vadim Misbakh-Soloviov <mva@gentoo.org>
Diffstat (limited to 'games-action/cave_story_plus')
-rw-r--r-- | games-action/cave_story_plus/Manifest | 2 | ||||
-rw-r--r-- | games-action/cave_story_plus/cave_story_plus-100-r1.ebuild | 11 | ||||
-rw-r--r-- | games-action/cave_story_plus/metadata.xml | 9 |
3 files changed, 8 insertions, 14 deletions
diff --git a/games-action/cave_story_plus/Manifest b/games-action/cave_story_plus/Manifest index 1525725..f427c55 100644 --- a/games-action/cave_story_plus/Manifest +++ b/games-action/cave_story_plus/Manifest @@ -1 +1 @@ -DIST cave_story_plus-linux-r100.tar.bz2 89895045 SHA256 3eea507acdcf543393e9215d1d66b61a00d37a4e451294ab241a121fd4185bc8 SHA512 7ed8ddfba3cd1e36f0bcd2c6cf5923d35639a08918305c0fffb1e4020f1e7778e4f040dcfd1395b229697cf1a3122576736955370f891f0a5bf272a89d05167b WHIRLPOOL 6ae6d113b3cabfff33459ef88aa9f7a9d7bc9aa0716cf8554f90d7a704ef31bfc85aab021cea06da44c91f44822d467edc327db3165c7d0aaa6fea4ba05a5101 +DIST cave_story_plus-linux-r100.tar.bz2 89895045 SHA256 3eea507acdcf543393e9215d1d66b61a00d37a4e451294ab241a121fd4185bc8 SHA512 7ed8ddfba3cd1e36f0bcd2c6cf5923d35639a08918305c0fffb1e4020f1e7778e4f040dcfd1395b229697cf1a3122576736955370f891f0a5bf272a89d05167b diff --git a/games-action/cave_story_plus/cave_story_plus-100-r1.ebuild b/games-action/cave_story_plus/cave_story_plus-100-r1.ebuild index 8938bc7..75449bc 100644 --- a/games-action/cave_story_plus/cave_story_plus-100-r1.ebuild +++ b/games-action/cave_story_plus/cave_story_plus-100-r1.ebuild @@ -1,18 +1,17 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 -inherit desktop eutils +inherit desktop wrapper DESCRIPTION="2D action-adventure game with semil-linear storyline" HOMEPAGE="https://www.nicalis.com/games/cavestory+" SLOT="0" LICENSE="HPND" -KEYWORDS="-* ~amd64 ~x86" +KEYWORDS="~amd64 ~x86" RESTRICT="fetch strip" -IUSE="" SRC_URI=" ${PN}-linux-r${PV}.tar.bz2 @@ -60,7 +59,7 @@ S="${WORKDIR}/${MY_PN/+/Plus}" pkg_nofetch() { ewarn - ewarn "Place ${A} to ${DISTDIR}" + ewarn "Please, fetch the package from HB and place it to ${PORTAGE_ACTUAL_DISTDIR}/${A}" ewarn } diff --git a/games-action/cave_story_plus/metadata.xml b/games-action/cave_story_plus/metadata.xml index 82f98e8..af43f01 100644 --- a/games-action/cave_story_plus/metadata.xml +++ b/games-action/cave_story_plus/metadata.xml @@ -2,13 +2,8 @@ <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> <maintainer type="person"> -<email>mva@mva.name</email> -<description> -If you have any issues, please contact me, or try to find me in IRC on Freenode, OFTC or RusNet. -</description> +<email>mva+gamerlay@gentoo.org</email> +<description>If you have any issues, please contact me, or try to find me in IRC on Libara.Chat</description> <name>Vadim A. Misbakh-Soloviov</name> </maintainer> -<longdescription>FIXME</longdescription> -<use> -</use> </pkgmetadata> |