commit: 984d4934d579810a3fd870cdee487a0a984b1f98 Author: Azamat H. Hackimov <azamat.hackimov <AT> gmail <DOT> com> AuthorDate: Sat Nov 10 21:44:47 2018 +0000 Commit: Azamat H. Hackimov <winterheart <AT> gentoo <DOT> ru> CommitDate: Sat Nov 10 23:44:20 2018 +0000 URL: https://gitweb.gentoo.org/proj/gamerlay.git/commit/?id=984d4934
games-action/cave_story_plus: minor fixes to package Signed-off-by: Azamat H. Hackimov <azamat.hackimov <AT> gmail.com> Package-Manager: Portage-2.3.49, Repoman-2.3.11 .../cave_story_plus/cave_story_plus-100.ebuild | 31 +++++++++++----------- games-action/cave_story_plus/metadata.xml | 12 ++++----- 2 files changed, 21 insertions(+), 22 deletions(-) diff --git a/games-action/cave_story_plus/cave_story_plus-100.ebuild b/games-action/cave_story_plus/cave_story_plus-100.ebuild index 3496f16..baed6bc 100644 --- a/games-action/cave_story_plus/cave_story_plus-100.ebuild +++ b/games-action/cave_story_plus/cave_story_plus-100.ebuild @@ -1,16 +1,15 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -# $Header: $ -EAPI="5" +EAPI=5 inherit games DESCRIPTION="2D action-adventure game with semil-linear storyline" -HOMEPAGE="http://www.nicalis.com/games.php?game=cavestory" +HOMEPAGE="https://www.nicalis.com/games/cavestory+" SLOT="0" -LICENSE="as-is" +LICENSE="HPND" KEYWORDS="-* ~amd64 ~x86" RESTRICT="fetch strip" IUSE="" @@ -44,14 +43,14 @@ RDEPEND=" x11-libs/libXxf86vm x86? ( x11-libs/libXi ) amd64? ( - media-libs/aalib - net-libs/libasyncns - sys-apps/attr - sys-apps/dbus - sys-apps/tcp-wrappers - sys-libs/gpm - sys-libs/libcap - sys-libs/ncurses + media-libs/aalib + net-libs/libasyncns + sys-apps/attr + sys-apps/dbus + sys-apps/tcp-wrappers + sys-libs/gpm + sys-libs/libcap + sys-libs/ncurses:0 ) " DEPEND="${RDEPEND}" @@ -60,9 +59,9 @@ MY_PN="CaveStory+" S="${WORKDIR}/${MY_PN/+/Plus}" pkg_nofetch() { - ewarn - ewarn "Place ${A} to ${DISTDIR}" - ewarn + ewarn + ewarn "Place ${A} to ${DISTDIR}" + ewarn } src_install() { diff --git a/games-action/cave_story_plus/metadata.xml b/games-action/cave_story_plus/metadata.xml index 23da526..82f98e8 100644 --- a/games-action/cave_story_plus/metadata.xml +++ b/games-action/cave_story_plus/metadata.xml @@ -1,12 +1,12 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<maintainer> - <email>[email protected]</email> - <description> - If you have any issues, please contact me, or try to find me in IRC on Freenode, OFTC or RusNet. - </description> - <name>Vadim A. Misbakh-Soloviov</name> +<maintainer type="person"> +<email>[email protected]</email> +<description> +If you have any issues, please contact me, or try to find me in IRC on Freenode, OFTC or RusNet. +</description> +<name>Vadim A. Misbakh-Soloviov</name> </maintainer> <longdescription>FIXME</longdescription> <use>
