public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: games-util/xgamer/
@ 2017-03-19  4:12 Kent Fredric
  0 siblings, 0 replies; 2+ messages in thread
From: Kent Fredric @ 2017-03-19  4:12 UTC (permalink / raw
  To: gentoo-commits

commit:     1ae5ffa3b6c2c3b11d2472d0721af2602fb5bb8e
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 19 03:23:15 2017 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sun Mar 19 03:50:01 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ae5ffa3

games-util/xgamer: Fix dep on dev-perl/Gtk2

Package-Manager: Portage-2.3.4, Repoman-2.3.2

 games-util/xgamer/xgamer-0.6.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/games-util/xgamer/xgamer-0.6.2.ebuild b/games-util/xgamer/xgamer-0.6.2.ebuild
index 6b2a12d1c61..1cfa19c337b 100644
--- a/games-util/xgamer/xgamer-0.6.2.ebuild
+++ b/games-util/xgamer/xgamer-0.6.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -15,7 +15,7 @@ IUSE=""
 
 RDEPEND=">=dev-lang/perl-5.10
 	>=x11-libs/gtk+-2.18:2
-	>=dev-perl/gtk2-perl-1.120
+	>=dev-perl/Gtk2-1.120
 	virtual/perl-File-Path
 	virtual/perl-File-Spec
 	virtual/perl-File-Temp


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

* [gentoo-commits] repo/gentoo:master commit in: games-util/xgamer/
@ 2022-07-02 21:50 Sam James
  0 siblings, 0 replies; 2+ messages in thread
From: Sam James @ 2022-07-02 21:50 UTC (permalink / raw
  To: gentoo-commits

commit:     38421fb08a828adf7375f5290a978ee131b418e2
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jul  2 21:43:28 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jul  2 21:49:51 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38421fb0

games-util/xgamer: update EAPI 6->8

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

 .../{xgamer-0.6.2.ebuild => xgamer-0.6.2-r1.ebuild}    | 18 ++++++++----------
 1 file changed, 8 insertions(+), 10 deletions(-)

diff --git a/games-util/xgamer/xgamer-0.6.2.ebuild b/games-util/xgamer/xgamer-0.6.2-r1.ebuild
similarity index 74%
rename from games-util/xgamer/xgamer-0.6.2.ebuild
rename to games-util/xgamer/xgamer-0.6.2-r1.ebuild
index ab29f4ccbd52..5e9550c89395 100644
--- a/games-util/xgamer/xgamer-0.6.2.ebuild
+++ b/games-util/xgamer/xgamer-0.6.2-r1.ebuild
@@ -1,17 +1,18 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
-inherit perl-module
+EAPI=8
+
+inherit optfeature perl-module
 
 DESCRIPTION="A launcher for starting games in a second X session"
 HOMEPAGE="https://code.google.com/p/xgamer/"
 SRC_URI="https://xgamer.googlecode.com/files/${P}.tar.gz"
+S="${WORKDIR}"/${PN}
 
 LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE=""
 
 RDEPEND=">=dev-lang/perl-5.10
 	>=x11-libs/gtk+-2.18:2
@@ -24,10 +25,8 @@ RDEPEND=">=dev-lang/perl-5.10
 	dev-perl/glib-perl
 	x11-misc/numlockx
 	media-gfx/feh"
-DEPEND="${RDEPEND}
-	dev-perl/Module-Build"
-
-S=${WORKDIR}/${PN}
+DEPEND="${RDEPEND}"
+BDEPEND="dev-perl/Module-Build"
 
 PATCHES=(
 	"${FILESDIR}"/${P}-desktopfile.patch
@@ -35,6 +34,5 @@ PATCHES=(
 )
 
 pkg_postinst() {
-	elog "optional dependencies:"
-	elog "  x11-wm/openbox (integrates well)"
+	optfeature "Integrates well for window management" x11-wm/openbox
 }


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

end of thread, other threads:[~2022-07-02 21:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-07-02 21:50 [gentoo-commits] repo/gentoo:master commit in: games-util/xgamer/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2017-03-19  4:12 Kent Fredric

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