public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: games-arcade/retrobattle/
@ 2018-04-23 19:17 Pacho Ramos
  0 siblings, 0 replies; 3+ messages in thread
From: Pacho Ramos @ 2018-04-23 19:17 UTC (permalink / raw
  To: gentoo-commits

commit:     d81b89ce24dd6a97f345d5358bde2659db35c734
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 23 18:41:19 2018 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Mon Apr 23 19:17:19 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d81b89ce

games-arcade/retrobattle: Drop old

Package-Manager: Portage-2.3.31, Repoman-2.3.9

 games-arcade/retrobattle/retrobattle-1.0.0.ebuild | 40 -----------------------
 1 file changed, 40 deletions(-)

diff --git a/games-arcade/retrobattle/retrobattle-1.0.0.ebuild b/games-arcade/retrobattle/retrobattle-1.0.0.ebuild
deleted file mode 100644
index 08d9cc1ccf3..00000000000
--- a/games-arcade/retrobattle/retrobattle-1.0.0.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils games
-
-MY_P="${PN}-src-${PV}"
-DESCRIPTION="A NES-like platform arcade game"
-HOMEPAGE="http://remar.se/andreas/retrobattle/"
-SRC_URI="http://remar.se/andreas/retrobattle/files/${MY_P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-# test is incomplete
-RESTRICT="test"
-
-DEPEND="media-libs/libsdl[X,sound,video]
-	media-libs/sdl-mixer[wav]"
-RDEPEND="${DEPEND}"
-S=${WORKDIR}/${MY_P}/src
-
-src_prepare() {
-	epatch "${FILESDIR}"/${P}-{build,sound,gcc6}.patch
-}
-
-src_install() {
-	insinto "${GAMES_DATADIR}"/${PN}
-	doins -r "${WORKDIR}"/${MY_P}/data
-
-	# wrapper to pass datadir location
-	newgamesbin "${WORKDIR}"/${MY_P}/${PN} ${PN}.bin
-	games_make_wrapper ${PN} "${PN}.bin \"${GAMES_DATADIR}/${PN}\""
-
-	make_desktop_entry ${PN}
-	dodoc "${WORKDIR}"/${MY_P}/{manual.txt,README}
-
-	prepgamesdirs
-}


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: games-arcade/retrobattle/
@ 2018-08-27 21:23 James Le Cuirot
  0 siblings, 0 replies; 3+ messages in thread
From: James Le Cuirot @ 2018-08-27 21:23 UTC (permalink / raw
  To: gentoo-commits

commit:     cf9e0c104d5b2ae5b333a09bbb69c2665f8efc2a
Author:     Marty E. Plummer <hanetzer <AT> startmail <DOT> com>
AuthorDate: Fri Aug  3 01:23:49 2018 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Mon Aug 27 21:23:02 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf9e0c10

games-arcade/retrobattle: add explicit desktop inheritance

eutils may not always inherit desktop

Package-Manager: Portage-2.3.44, Repoman-2.3.10

 games-arcade/retrobattle/retrobattle-1.0.0-r1.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/games-arcade/retrobattle/retrobattle-1.0.0-r1.ebuild b/games-arcade/retrobattle/retrobattle-1.0.0-r1.ebuild
index 411ae4f5701..e283c6299a0 100644
--- a/games-arcade/retrobattle/retrobattle-1.0.0-r1.ebuild
+++ b/games-arcade/retrobattle/retrobattle-1.0.0-r1.ebuild
@@ -2,7 +2,8 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-inherit eutils
+
+inherit desktop eutils
 
 MY_P="${PN}-src-${PV}"
 DESCRIPTION="A NES-like platform arcade game"


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: games-arcade/retrobattle/
@ 2021-04-04  6:33 Sam James
  0 siblings, 0 replies; 3+ messages in thread
From: Sam James @ 2021-04-04  6:33 UTC (permalink / raw
  To: gentoo-commits

commit:     f820b218e398948a1c51a969b1822f0ab91508d8
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Apr  4 06:14:30 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Apr  4 06:32:22 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f820b218

games-arcade/retrobattle: eutils->wrapper

Signed-off-by: Sam James <sam <AT> gentoo.org>

 .../retrobattle/retrobattle-1.0.0-r1.ebuild         | 21 ++++++++++++---------
 1 file changed, 12 insertions(+), 9 deletions(-)

diff --git a/games-arcade/retrobattle/retrobattle-1.0.0-r1.ebuild b/games-arcade/retrobattle/retrobattle-1.0.0-r1.ebuild
index e283c6299a0..7bbb9fa2dc2 100644
--- a/games-arcade/retrobattle/retrobattle-1.0.0-r1.ebuild
+++ b/games-arcade/retrobattle/retrobattle-1.0.0-r1.ebuild
@@ -1,29 +1,32 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
-inherit desktop eutils
+inherit desktop wrapper
 
 MY_P="${PN}-src-${PV}"
 DESCRIPTION="A NES-like platform arcade game"
 HOMEPAGE="http://remar.se/andreas/retrobattle/"
 SRC_URI="http://remar.se/andreas/retrobattle/files/${MY_P}.tar.bz2"
+S="${WORKDIR}/${MY_P}/src"
 
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE=""
+
 # test is incomplete
 RESTRICT="test"
 
-DEPEND="media-libs/libsdl[X,sound,video]
-	media-libs/sdl-mixer[wav]"
+DEPEND="
+	media-libs/libsdl[X,sound,video]
+	media-libs/sdl-mixer[wav]
+"
 RDEPEND="${DEPEND}"
 
-S="${WORKDIR}/${MY_P}/src"
-
-PATCHES=( "${FILESDIR}"/${P}-{build,sound,gcc6}.patch )
+PATCHES=(
+	"${FILESDIR}"/${P}-{build,sound,gcc6}.patch
+)
 
 src_install() {
 	insinto /usr/share/${PN}


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-04-04  6:33 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-04-04  6:33 [gentoo-commits] repo/gentoo:master commit in: games-arcade/retrobattle/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2018-08-27 21:23 James Le Cuirot
2018-04-23 19:17 Pacho Ramos

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox