From 1d955e4fba16c2c0fd0e7be19cc488259c049970 Mon Sep 17 00:00:00 2001 From: Ionen Wolkens Date: Thu, 11 Aug 2022 10:10:36 -0400 Subject: games-arcade/cob: EAPI6->8, update links, add missing icon No replacement found for links wrt bug #680664, so No_homepage/mirror. Closes: https://bugs.gentoo.org/680664 Signed-off-by: Ionen Wolkens --- games-arcade/cob/Manifest | 1 + games-arcade/cob/cob-0.9-r1.ebuild | 27 --------------------------- games-arcade/cob/cob-0.9-r2.ebuild | 31 +++++++++++++++++++++++++++++++ 3 files changed, 32 insertions(+), 27 deletions(-) delete mode 100644 games-arcade/cob/cob-0.9-r1.ebuild create mode 100644 games-arcade/cob/cob-0.9-r2.ebuild (limited to 'games-arcade/cob') diff --git a/games-arcade/cob/Manifest b/games-arcade/cob/Manifest index 3f73042b7290..5c3011b55732 100644 --- a/games-arcade/cob/Manifest +++ b/games-arcade/cob/Manifest @@ -1 +1,2 @@ DIST cob-0.9.tar.gz 712618 BLAKE2B f73bec711f4e2c7907cf987fdd12207556752e05f5cf98f9818ef470c2bc2fa95f03c8c4a2f6c114b87d5c00cf3b17da3a1d127869b7ee548d5bd0d05d4c4114 SHA512 1a329bb06a25137c1dc9d65cff949ed1b0ca7445ecf897375be71581c35f0bc563008fc7607d650a660a405f2282b0329148487bd29b6a053478b61d932bdf4d +DIST cob.png 755 BLAKE2B d560e5b72275c174d4285f54e900f8fb82e54fd358df7aa07c37e9e75974fc776293faa9cb9c26c4aacbe28961462432b3d97193365533851b7c5179e291a6c2 SHA512 201e8c4d534532d22417e6a96832061e0286ade7e2fc768b9391114e86565cb38365674dbee19f13029e43b55dba7332ccd9536ff26629e3f7382090b8224882 diff --git a/games-arcade/cob/cob-0.9-r1.ebuild b/games-arcade/cob/cob-0.9-r1.ebuild deleted file mode 100644 index 8851838f489d..000000000000 --- a/games-arcade/cob/cob-0.9-r1.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -inherit desktop - -DESCRIPTION="Cruising on Broadway: a painting-type game" -HOMEPAGE="http://www.autismuk.freeserve.co.uk/" -SRC_URI="http://www.autismuk.freeserve.co.uk/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~x86" -IUSE="" - -DEPEND="media-libs/libsdl[joystick,sound,video]" -RDEPEND="${DEPEND}" - -PATCHES=( - "${FILESDIR}"/${P}-gcc43.patch - "${FILESDIR}"/${P}-gcc44.patch -) - -src_install() { - default - make_desktop_entry ${PN} "Cruising on Broadway" -} diff --git a/games-arcade/cob/cob-0.9-r2.ebuild b/games-arcade/cob/cob-0.9-r2.ebuild new file mode 100644 index 000000000000..b45c2ee9e74b --- /dev/null +++ b/games-arcade/cob/cob-0.9-r2.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit desktop + +DESCRIPTION="Cruising on Broadway: a painting-type game" +HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage" +SRC_URI=" + mirror://gentoo/${P}.tar.gz + https://dev.gentoo.org/~ionen/distfiles/${PN}.png" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~x86" + +RDEPEND="media-libs/libsdl[joystick,sound,video]" +DEPEND="${RDEPEND}" + +PATCHES=( + "${FILESDIR}"/${P}-gcc43.patch + "${FILESDIR}"/${P}-gcc44.patch +) + +src_install() { + default + + doicon "${DISTDIR}"/${PN}.png + make_desktop_entry ${PN} "Cruising on Broadway" +} -- cgit v1.2.3-65-gdbad