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

commit:     8480f8e44558232d10b6890d06796610d7d6d1d6
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 16 20:10:53 2018 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Mon Apr 16 20:26:43 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8480f8e4

games-arcade/gnujump: Drop old

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 games-arcade/gnujump/gnujump-1.0.8.ebuild | 35 -------------------------------
 1 file changed, 35 deletions(-)

diff --git a/games-arcade/gnujump/gnujump-1.0.8.ebuild b/games-arcade/gnujump/gnujump-1.0.8.ebuild
deleted file mode 100644
index 5232fcb51fe..00000000000
--- a/games-arcade/gnujump/gnujump-1.0.8.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils flag-o-matic games
-
-DESCRIPTION="Xjump clone with added features"
-HOMEPAGE="http://gnujump.es.gnu.org"
-SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="media-libs/libsdl[sound,video]
-	media-libs/sdl-image[png]
-	media-libs/sdl-mixer[vorbis]
-	virtual/opengl
-	x11-libs/libX11"
-RDEPEND=${DEPEND}
-
-src_prepare() {
-	append-libs -lm
-}
-
-src_install() {
-	DOCS=( AUTHORS ChangeLog README )
-	default
-
-	newicon skins/xjump/hero1.0.png ${PN}.png
-	make_desktop_entry ${PN} "GNUjump"
-
-	prepgamesdirs
-}


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

* [gentoo-commits] repo/gentoo:master commit in: games-arcade/gnujump/
@ 2018-04-16 20:26 Pacho Ramos
  0 siblings, 0 replies; 3+ messages in thread
From: Pacho Ramos @ 2018-04-16 20:26 UTC (permalink / raw
  To: gentoo-commits

commit:     b5a558e85c81195af4db66f5c1f1f7591eaf59f3
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 16 20:10:41 2018 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Mon Apr 16 20:26:42 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5a558e8

games-arcade/gnujump: Stop using games.eclass

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 games-arcade/gnujump/gnujump-1.0.8-r1.ebuild | 35 ++++++++++++++++++++++++++++
 1 file changed, 35 insertions(+)

diff --git a/games-arcade/gnujump/gnujump-1.0.8-r1.ebuild b/games-arcade/gnujump/gnujump-1.0.8-r1.ebuild
new file mode 100644
index 00000000000..271171a2cf0
--- /dev/null
+++ b/games-arcade/gnujump/gnujump-1.0.8-r1.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit desktop flag-o-matic
+
+DESCRIPTION="Xjump clone with added features"
+HOMEPAGE="http://gnujump.es.gnu.org"
+SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="media-libs/libsdl[sound,video]
+	media-libs/sdl-image[png]
+	media-libs/sdl-mixer[vorbis]
+	virtual/opengl
+	x11-libs/libX11
+"
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+	default
+	append-libs -lm
+}
+
+src_install() {
+	default
+	einstalldocs
+
+	newicon skins/xjump/hero1.0.png ${PN}.png
+	make_desktop_entry ${PN} "GNUjump"
+}


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

* [gentoo-commits] repo/gentoo:master commit in: games-arcade/gnujump/
@ 2022-08-13  9:10 Ionen Wolkens
  0 siblings, 0 replies; 3+ messages in thread
From: Ionen Wolkens @ 2022-08-13  9:10 UTC (permalink / raw
  To: gentoo-commits

commit:     776348e61153753cf279b0a9092d29e77cdc8007
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 13 05:27:19 2022 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Sat Aug 13 09:00:06 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=776348e6

games-arcade/gnujump: set some upstream metadata

github is a mirror but is official and may be useful to have here too

Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 games-arcade/gnujump/metadata.xml | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

diff --git a/games-arcade/gnujump/metadata.xml b/games-arcade/gnujump/metadata.xml
index 1c3ba213c494..0f5219c82e8e 100644
--- a/games-arcade/gnujump/metadata.xml
+++ b/games-arcade/gnujump/metadata.xml
@@ -1,8 +1,12 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-<maintainer type="project">
-	<email>games@gentoo.org</email>
-	<name>Gentoo Games Project</name>
-</maintainer>
+	<maintainer type="project">
+		<email>games@gentoo.org</email>
+		<name>Gentoo Games Project</name>
+	</maintainer>
+	<upstream>
+		<bugs-to>https://savannah.gnu.org/bugs/?group=gnujump</bugs-to>
+		<remote-id type="github">arximboldi/gnujump</remote-id>
+	</upstream>
 </pkgmetadata>


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

end of thread, other threads:[~2022-08-13  9:10 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-08-13  9:10 [gentoo-commits] repo/gentoo:master commit in: games-arcade/gnujump/ Ionen Wolkens
  -- strict thread matches above, loose matches on Subject: below --
2018-04-16 20:26 Pacho Ramos
2018-04-16 20:26 Pacho Ramos

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