[gentoo-commits] repo/gentoo:master commit in: games-arcade/cob/

2022-08-11 Thread Ionen Wolkens
commit: 1d955e4fba16c2c0fd0e7be19cc488259c049970
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Thu Aug 11 14:10:36 2022 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Thu Aug 11 18:44:06 2022 +
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  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"
 }



[gentoo-commits] repo/gentoo:master commit in: games-arcade/cob/

2018-04-15 Thread Pacho Ramos
commit: bb4bb94b446624fc8b75f106aeac9a365ced96fc
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sun Apr 15 18:21:21 2018 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sun Apr 15 19:00:20 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb4bb94b

games-arcade/cob: Drop old

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 games-arcade/cob/cob-0.9.ebuild | 28 
 1 file changed, 28 deletions(-)

diff --git a/games-arcade/cob/cob-0.9.ebuild b/games-arcade/cob/cob-0.9.ebuild
deleted file mode 100644
index 7393dae66ee..000
--- a/games-arcade/cob/cob-0.9.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils games
-
-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 ~x86-fbsd"
-IUSE=""
-
-DEPEND="media-libs/libsdl[joystick,sound,video]"
-RDEPEND=${DEPEND}
-
-src_prepare() {
-   epatch \
-   "${FILESDIR}"/${P}-gcc43.patch \
-   "${FILESDIR}"/${P}-gcc44.patch
-}
-
-src_install() {
-   default
-   prepgamesdirs
-}



[gentoo-commits] repo/gentoo:master commit in: games-arcade/cob/files/, games-arcade/cob/

2018-04-15 Thread Pacho Ramos
commit: 6e1d77efd8ab66ec3adff6d7058f6991adb1cff4
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sun Apr 15 18:21:12 2018 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sun Apr 15 19:00:18 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e1d77ef

games-arcade/cob: Stop using games.eclass

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 games-arcade/cob/cob-0.9-r1.ebuild | 27 +++
 games-arcade/cob/files/cob-0.9-gcc43.patch |  8 
 games-arcade/cob/files/cob-0.9-gcc44.patch | 12 ++--
 3 files changed, 37 insertions(+), 10 deletions(-)

diff --git a/games-arcade/cob/cob-0.9-r1.ebuild 
b/games-arcade/cob/cob-0.9-r1.ebuild
new file mode 100644
index 000..26d73169d35
--- /dev/null
+++ b/games-arcade/cob/cob-0.9-r1.ebuild
@@ -0,0 +1,27 @@
+# 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 ~x86-fbsd"
+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/files/cob-0.9-gcc43.patch 
b/games-arcade/cob/files/cob-0.9-gcc43.patch
index 6b1f574628d..bc7e6fb3e02 100644
--- a/games-arcade/cob/files/cob-0.9-gcc43.patch
+++ b/games-arcade/cob/files/cob-0.9-gcc43.patch
@@ -1,5 +1,5 @@
 cob/menu.cpp
-+++ cob/menu.cpp
+--- a/cob/menu.cpp
 b/cob/menu.cpp
 @@ -16,6 +16,7 @@
   ***/
  
@@ -8,8 +8,8 @@
  
  //
**
  //
 cob/sdw.hxx
-+++ cob/sdw.hxx
+--- a/cob/sdw.hxx
 b/cob/sdw.hxx
 @@ -19,6 +19,7 @@
  
  #include 

diff --git a/games-arcade/cob/files/cob-0.9-gcc44.patch 
b/games-arcade/cob/files/cob-0.9-gcc44.patch
index dd90b388e6d..02b4842617f 100644
--- a/games-arcade/cob/files/cob-0.9-gcc44.patch
+++ b/games-arcade/cob/files/cob-0.9-gcc44.patch
@@ -1,5 +1,5 @@
 cob/game.cpp
-+++ cob/game.cpp
+--- a/cob/game.cpp
 b/cob/game.cpp
 @@ -15,6 +15,7 @@
   * *
   ***/
@@ -8,8 +8,8 @@
  #include "cob.hxx"
  
  //
**
 cob/main.cpp
-+++ cob/main.cpp
+--- a/cob/main.cpp
 b/cob/main.cpp
 @@ -15,6 +15,7 @@
   * *
   ***/
@@ -18,8 +18,8 @@
  #include "cob.hxx"
  
  //
**
 cob/map.cpp
-+++ cob/map.cpp
+--- a/cob/map.cpp
 b/cob/map.cpp
 @@ -15,6 +15,7 @@
   * *
   ***/