[gentoo-commits] repo/gentoo:master commit in: games-board/grhino/

2021-04-04 Thread Sam James
commit: d78f8caf75c5cd12f7185b91c0add7b17086be2d
Author: Sam James  gentoo  org>
AuthorDate: Sun Apr  4 07:01:41 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr  4 07:21:46 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d78f8caf

games-board/grhino: port to EAPI 7, eutils--

Signed-off-by: Sam James  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



[gentoo-commits] repo/gentoo:master commit in: games-board/grhino/

2020-06-02 Thread Andreas Sturmlechner
commit: 0385b979186d53a534c843cb9f17459d88215301
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Jun  2 16:19:51 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Jun  2 16:19:51 2020 +
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  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..000
--- 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 @@
   
 An Othello game with strong AI.
 
-  
-Install the GTP (Go/Game Text Protocol) frontend
-  
   
 rhino
   



[gentoo-commits] repo/gentoo:master commit in: games-board/grhino/

2019-04-11 Thread Pacho Ramos
commit: 437277baea869281de79cba4936a15ff0388bb86
Author: Pacho Ramos  gentoo  org>
AuthorDate: Thu Apr 11 15:46:32 2019 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Thu Apr 11 15:48:21 2019 +
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  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 000..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)
+}



[gentoo-commits] repo/gentoo:master commit in: games-board/grhino/

2016-09-07 Thread Austin English
commit: 1d767151f41db197dce27b06aa737fb6c834b259
Author: Austin English  gentoo  org>
AuthorDate: Wed Sep  7 18:48:18 2016 +
Commit: Austin English  gentoo  org>
CommitDate: Wed Sep  7 18:48:18 2016 +
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 ..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
+}