public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: games-util/gamepick/
@ 2016-06-29 23:19 Austin English
  0 siblings, 0 replies; 4+ messages in thread
From: Austin English @ 2016-06-29 23:19 UTC (permalink / raw
  To: gentoo-commits

commit:     aab599ebe4c129829468303881ca71a29e93d223
Author:     Austin English <wizardedit <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 29 23:05:30 2016 +0000
Commit:     Austin English <wizardedit <AT> gentoo <DOT> org>
CommitDate: Wed Jun 29 23:05:30 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aab599eb

games-util/gamepick: remove depreacted games eclass

Also update to EAPI 6

Gentoo-Bug: https://bugs.gentoo.org/574082

Package-Manager: portage-2.2.28

 games-util/gamepick/gamepick-0.35-r1.ebuild | 32 +++++++++++++++++++++++++++++
 1 file changed, 32 insertions(+)

diff --git a/games-util/gamepick/gamepick-0.35-r1.ebuild b/games-util/gamepick/gamepick-0.35-r1.ebuild
new file mode 100644
index 0000000..6271a2f
--- /dev/null
+++ b/games-util/gamepick/gamepick-0.35-r1.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit eutils
+
+DESCRIPTION="Launch opengl games with custom graphic settings"
+HOMEPAGE="http://www.rillion.net/gamepick/index.html"
+SRC_URI="http://www.rillion.net/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="x11-libs/gtk+:2"
+DEPEND="${RDEPEND}
+	virtual/pkgconfig"
+
+src_prepare() {
+	default
+	sed -i \
+		-e 's/-O2//' \
+		src/Makefile.in || die
+}
+
+src_install() {
+	default
+	newicon ${PN}-48x48.xpm ${PN}.xpm
+	make_desktop_entry ${PN} ${PN}
+}


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

* [gentoo-commits] repo/gentoo:master commit in: games-util/gamepick/
@ 2017-12-21  1:57 David Seifert
  0 siblings, 0 replies; 4+ messages in thread
From: David Seifert @ 2017-12-21  1:57 UTC (permalink / raw
  To: gentoo-commits

commit:     e08e11d7698cd47deb9f6466e2cf973bec7503a0
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 20 21:30:33 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Thu Dec 21 01:56:31 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e08e11d7

games-util/gamepick: Remove old

Package-Manager: Portage-2.3.16, Repoman-2.3.6

 games-util/gamepick/gamepick-0.35.ebuild | 40 --------------------------------
 1 file changed, 40 deletions(-)

diff --git a/games-util/gamepick/gamepick-0.35.ebuild b/games-util/gamepick/gamepick-0.35.ebuild
deleted file mode 100644
index 8363fa083f3..00000000000
--- a/games-util/gamepick/gamepick-0.35.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils games
-
-DESCRIPTION="Launch opengl games with custom graphic settings"
-HOMEPAGE="http://www.rillion.net/gamepick/index.html"
-SRC_URI="http://www.rillion.net/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="x11-libs/gtk+:2"
-DEPEND="${RDEPEND}
-	virtual/pkgconfig"
-
-src_prepare() {
-	sed -i \
-		-e "s:/etc:${GAMES_SYSCONFDIR}:" \
-		src/gamepick.h || die
-
-	sed -i \
-		-e 's/-O2//' \
-		src/Makefile.in || die
-}
-
-src_install() {
-	default
-
-	dodir "${GAMES_SYSCONFDIR}"
-	touch "${D}/${GAMES_SYSCONFDIR}"/${PN}.conf
-
-	newicon gamepick-48x48.xpm ${PN}.xpm
-	make_desktop_entry ${PN} ${PN}
-
-	prepgamesdirs
-}


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

* [gentoo-commits] repo/gentoo:master commit in: games-util/gamepick/
@ 2021-04-04  9:52 Sam James
  0 siblings, 0 replies; 4+ messages in thread
From: Sam James @ 2021-04-04  9:52 UTC (permalink / raw
  To: gentoo-commits

commit:     750e48f9798b38aadfa3180d9f2bef9bd7225dae
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Apr  4 09:29:55 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Apr  4 09:51:55 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=750e48f9

games-util/gamepick: port to EAPI 7, eutils--, desktop++

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

 games-util/gamepick/gamepick-0.35-r1.ebuild | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/games-util/gamepick/gamepick-0.35-r1.ebuild b/games-util/gamepick/gamepick-0.35-r1.ebuild
index 0929757f8c4..097f39d276a 100644
--- a/games-util/gamepick/gamepick-0.35-r1.ebuild
+++ b/games-util/gamepick/gamepick-0.35-r1.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
-inherit eutils
+EAPI=7
+
+inherit desktop
 
 DESCRIPTION="Launch opengl games with custom graphic settings"
 HOMEPAGE="http://www.rillion.net/gamepick/index.html"
@@ -11,11 +12,10 @@ SRC_URI="http://www.rillion.net/${PN}/${P}.tar.gz"
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE=""
 
 RDEPEND="x11-libs/gtk+:2"
-DEPEND="${RDEPEND}
-	virtual/pkgconfig"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
 
 src_prepare() {
 	default


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

* [gentoo-commits] repo/gentoo:master commit in: games-util/gamepick/
@ 2023-03-05  3:16 Sam James
  0 siblings, 0 replies; 4+ messages in thread
From: Sam James @ 2023-03-05  3:16 UTC (permalink / raw
  To: gentoo-commits

commit:     e5e9c92ef72d51cbe8e9a99204574d26e132a951
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Mar  5 03:13:06 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Mar  5 03:13:06 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5e9c92e

games-util/gamepick: fix configure w/ clang 16

Closes: https://bugs.gentoo.org/898998
Signed-off-by: Sam James <sam <AT> gentoo.org>

 .../{gamepick-0.35-r1.ebuild => gamepick-0.35-r2.ebuild}       | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/games-util/gamepick/gamepick-0.35-r1.ebuild b/games-util/gamepick/gamepick-0.35-r2.ebuild
similarity index 82%
rename from games-util/gamepick/gamepick-0.35-r1.ebuild
rename to games-util/gamepick/gamepick-0.35-r2.ebuild
index 097f39d276ab..5c150da179cb 100644
--- a/games-util/gamepick/gamepick-0.35-r1.ebuild
+++ b/games-util/gamepick/gamepick-0.35-r2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
-inherit desktop
+inherit autotools desktop
 
 DESCRIPTION="Launch opengl games with custom graphic settings"
 HOMEPAGE="http://www.rillion.net/gamepick/index.html"
@@ -19,9 +19,13 @@ BDEPEND="virtual/pkgconfig"
 
 src_prepare() {
 	default
+
 	sed -i \
 		-e 's/-O2//' \
 		src/Makefile.in || die
+
+	# Clang 16, bug #898998
+	eautoreconf
 }
 
 src_install() {


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

end of thread, other threads:[~2023-03-05  3:16 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-03-05  3:16 [gentoo-commits] repo/gentoo:master commit in: games-util/gamepick/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2021-04-04  9:52 Sam James
2017-12-21  1:57 David Seifert
2016-06-29 23:19 Austin English

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