commit:     1d955e4fba16c2c0fd0e7be19cc488259c049970
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 11 14:10:36 2022 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Thu Aug 11 18:44:06 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d955e4f

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 <ionen <AT> gentoo.org>

 games-arcade/cob/Manifest                            |  1 +
 .../cob/{cob-0.9-r1.ebuild => cob-0.9-r2.ebuild}     | 20 ++++++++++++--------
 2 files changed, 13 insertions(+), 8 deletions(-)

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-r2.ebuild
similarity index 52%
rename from games-arcade/cob/cob-0.9-r1.ebuild
rename to games-arcade/cob/cob-0.9-r2.ebuild
index 8851838f489d..b45c2ee9e74b 100644
--- a/games-arcade/cob/cob-0.9-r1.ebuild
+++ b/games-arcade/cob/cob-0.9-r2.ebuild
@@ -1,20 +1,22 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
+
 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";
+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"
+LICENSE="GPL-2+"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~x86"
-IUSE=""
 
-DEPEND="media-libs/libsdl[joystick,sound,video]"
-RDEPEND="${DEPEND}"
+RDEPEND="media-libs/libsdl[joystick,sound,video]"
+DEPEND="${RDEPEND}"
 
 PATCHES=(
        "${FILESDIR}"/${P}-gcc43.patch
@@ -23,5 +25,7 @@ PATCHES=(
 
 src_install() {
        default
+
+       doicon "${DISTDIR}"/${PN}.png
        make_desktop_entry ${PN} "Cruising on Broadway"
 }

Reply via email to