* [gentoo-commits] repo/gentoo:master commit in: games-board/grhino/
@ 2016-09-07 18:48 Austin English
0 siblings, 0 replies; 4+ messages in thread
From: Austin English @ 2016-09-07 18:48 UTC (permalink / raw
To: gentoo-commits
commit: 1d767151f41db197dce27b06aa737fb6c834b259
Author: Austin English <wizardedit <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 7 18:48:18 2016 +0000
Commit: Austin English <wizardedit <AT> gentoo <DOT> org>
CommitDate: Wed Sep 7 18:48:18 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d767151
games-board/grhino: remove deprecated games eclass
Also update to EAPI 6
Gentoo-Bug: https://bugs.gentoo.org/574082
Package-Manager: portage-2.3.0
games-board/grhino/grhino-0.16.1-r1.ebuild | 48 ++++++++++++++++++++++++++++++
1 file changed, 48 insertions(+)
diff --git a/games-board/grhino/grhino-0.16.1-r1.ebuild b/games-board/grhino/grhino-0.16.1-r1.ebuild
new file mode 100644
index 00000000..3d650c1
--- /dev/null
+++ b/games-board/grhino/grhino-0.16.1-r1.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit eutils
+
+DESCRIPTION="Reversi game for GNOME, supporting the Go/Game Text Protocol"
+HOMEPAGE="http://rhino.sourceforge.net/"
+SRC_URI="mirror://sourceforge/rhino/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="gnome gtp nls"
+
+RDEPEND="gnome? ( =gnome-base/libgnomeui-2* )
+ nls? ( virtual/libintl )"
+DEPEND="${RDEPEND}
+ nls? ( sys-devel/gettext )"
+
+src_prepare() {
+ default
+
+ sed -i '/^(\|locale\|help\|omf\|icon\|)/s:@datadir@:/usr/share:' \
+ Makefile.in || die
+}
+
+src_configure() {
+ if use gnome || use gtp; then
+ econf \
+ --localedir=/usr/share/locale \
+ $(use_enable gnome) \
+ $(use_enable gtp) \
+ $(use_enable nls)
+ else
+ econf \
+ --localedir=/usr/share/locale \
+ --enable-gtp \
+ --disable-gnome \
+ $(use_enable nls)
+ fi
+}
+
+src_install() {
+ default
+ use gnome && make_desktop_entry ${PN} GRhino
+}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-board/grhino/
@ 2019-04-11 15:48 Pacho Ramos
0 siblings, 0 replies; 4+ messages in thread
From: Pacho Ramos @ 2019-04-11 15:48 UTC (permalink / raw
To: gentoo-commits
commit: 437277baea869281de79cba4936a15ff0388bb86
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 11 15:46:32 2019 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Thu Apr 11 15:48:21 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=437277ba
games-board/grhino: Disable optional libgnome2 support
Closes: https://bugs.gentoo.org/608432
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
games-board/grhino/grhino-0.16.1-r2.ebuild | 36 ++++++++++++++++++++++++++++++
1 file changed, 36 insertions(+)
diff --git a/games-board/grhino/grhino-0.16.1-r2.ebuild b/games-board/grhino/grhino-0.16.1-r2.ebuild
new file mode 100644
index 00000000000..004aa040e4f
--- /dev/null
+++ b/games-board/grhino/grhino-0.16.1-r2.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit eutils
+
+DESCRIPTION="Reversi game for GNOME, supporting the Go/Game Text Protocol"
+HOMEPAGE="http://rhino.sourceforge.net/"
+SRC_URI="mirror://sourceforge/rhino/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="nls"
+
+RDEPEND="
+ nls? ( virtual/libintl )
+"
+DEPEND="${RDEPEND}
+ nls? ( sys-devel/gettext )
+"
+
+src_prepare() {
+ default
+
+ sed -i '/^(\|locale\|help\|omf\|icon\|)/s:@datadir@:/usr/share:' \
+ Makefile.in || die
+}
+
+src_configure() {
+ econf \
+ --localedir=/usr/share/locale \
+ --enable-gtp \
+ --disable-gnome \
+ $(use_enable nls)
+}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-board/grhino/
@ 2020-06-02 16:33 Andreas Sturmlechner
0 siblings, 0 replies; 4+ messages in thread
From: Andreas Sturmlechner @ 2020-06-02 16:33 UTC (permalink / raw
To: gentoo-commits
commit: 0385b979186d53a534c843cb9f17459d88215301
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 2 16:19:51 2020 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Jun 2 16:19:51 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0385b979
games-board/grhino: Drop 0.16.1-r1, libgnomeui--
Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
games-board/grhino/grhino-0.16.1-r1.ebuild | 47 ------------------------------
games-board/grhino/metadata.xml | 3 --
2 files changed, 50 deletions(-)
diff --git a/games-board/grhino/grhino-0.16.1-r1.ebuild b/games-board/grhino/grhino-0.16.1-r1.ebuild
deleted file mode 100644
index 2697f40697f..00000000000
--- a/games-board/grhino/grhino-0.16.1-r1.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit eutils
-
-DESCRIPTION="Reversi game for GNOME, supporting the Go/Game Text Protocol"
-HOMEPAGE="http://rhino.sourceforge.net/"
-SRC_URI="mirror://sourceforge/rhino/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="gnome gtp nls"
-
-RDEPEND="gnome? ( =gnome-base/libgnomeui-2* )
- nls? ( virtual/libintl )"
-DEPEND="${RDEPEND}
- nls? ( sys-devel/gettext )"
-
-src_prepare() {
- default
-
- sed -i '/^(\|locale\|help\|omf\|icon\|)/s:@datadir@:/usr/share:' \
- Makefile.in || die
-}
-
-src_configure() {
- if use gnome || use gtp; then
- econf \
- --localedir=/usr/share/locale \
- $(use_enable gnome) \
- $(use_enable gtp) \
- $(use_enable nls)
- else
- econf \
- --localedir=/usr/share/locale \
- --enable-gtp \
- --disable-gnome \
- $(use_enable nls)
- fi
-}
-
-src_install() {
- default
- use gnome && make_desktop_entry ${PN} GRhino
-}
diff --git a/games-board/grhino/metadata.xml b/games-board/grhino/metadata.xml
index 5a4a37d191d..08b07391781 100644
--- a/games-board/grhino/metadata.xml
+++ b/games-board/grhino/metadata.xml
@@ -8,9 +8,6 @@
<longdescription lang="en">
An Othello game with strong AI.
</longdescription>
- <use>
- <flag name="gtp">Install the GTP (Go/Game Text Protocol) frontend</flag>
- </use>
<upstream>
<remote-id type="sourceforge">rhino</remote-id>
</upstream>
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-board/grhino/
@ 2021-04-04 7:22 Sam James
0 siblings, 0 replies; 4+ messages in thread
From: Sam James @ 2021-04-04 7:22 UTC (permalink / raw
To: gentoo-commits
commit: d78f8caf75c5cd12f7185b91c0add7b17086be2d
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 4 07:01:41 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Apr 4 07:21:46 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d78f8caf
games-board/grhino: port to EAPI 7, eutils--
Signed-off-by: Sam James <sam <AT> gentoo.org>
games-board/grhino/grhino-0.16.1-r2.ebuild | 10 ++++------
1 file changed, 4 insertions(+), 6 deletions(-)
diff --git a/games-board/grhino/grhino-0.16.1-r2.ebuild b/games-board/grhino/grhino-0.16.1-r2.ebuild
index 004aa040e4f..f9bb6602c36 100644
--- a/games-board/grhino/grhino-0.16.1-r2.ebuild
+++ b/games-board/grhino/grhino-0.16.1-r2.ebuild
@@ -1,8 +1,7 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
-inherit eutils
+EAPI=7
DESCRIPTION="Reversi game for GNOME, supporting the Go/Game Text Protocol"
HOMEPAGE="http://rhino.sourceforge.net/"
@@ -16,9 +15,8 @@ IUSE="nls"
RDEPEND="
nls? ( virtual/libintl )
"
-DEPEND="${RDEPEND}
- nls? ( sys-devel/gettext )
-"
+DEPEND="${RDEPEND}"
+BDEPEND="nls? ( sys-devel/gettext )"
src_prepare() {
default
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2021-04-04 7:22 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-04-04 7:22 [gentoo-commits] repo/gentoo:master commit in: games-board/grhino/ Sam James
-- strict thread matches above, loose matches on Subject: below --
2020-06-02 16:33 Andreas Sturmlechner
2019-04-11 15:48 Pacho Ramos
2016-09-07 18:48 Austin English
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox