public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: games-board/gmchess/
@ 2015-12-23 20:38 Pacho Ramos
  0 siblings, 0 replies; 5+ messages in thread
From: Pacho Ramos @ 2015-12-23 20:38 UTC (permalink / raw
  To: gentoo-commits

commit:     9c2b997188c8b5bd04bcdf240c746423799abcd3
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 23 19:58:17 2015 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Wed Dec 23 20:38:06 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c2b9971

games-board/gmchess: Fix building with latest glibmm/libsigc++

Package-Manager: portage-2.2.26

 games-board/gmchess/gmchess-0.29.6-r1.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/games-board/gmchess/gmchess-0.29.6-r1.ebuild b/games-board/gmchess/gmchess-0.29.6-r1.ebuild
index d1e290c..2777f8d 100644
--- a/games-board/gmchess/gmchess-0.29.6-r1.ebuild
+++ b/games-board/gmchess/gmchess-0.29.6-r1.ebuild
@@ -3,7 +3,7 @@
 # $Id$
 
 EAPI=5
-inherit autotools libtool gnome2-utils games
+inherit autotools flag-o-matic libtool gnome2-utils games
 
 DESCRIPTION="Chinese chess with gtkmm and c++"
 HOMEPAGE="https://code.google.com/p/gmchess/"
@@ -28,6 +28,7 @@ src_prepare() {
 }
 
 src_configure() {
+	append-cxxflags -std=c++11
 	egamesconf \
 		--disable-static \
 		--localedir='/usr/share/locale'


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

* [gentoo-commits] repo/gentoo:master commit in: games-board/gmchess/
@ 2018-02-10 10:43 James Le Cuirot
  0 siblings, 0 replies; 5+ messages in thread
From: James Le Cuirot @ 2018-02-10 10:43 UTC (permalink / raw
  To: gentoo-commits

commit:     de6c560fd40e65d4c0b6ae4ee635a13d81ba9fe7
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Fri Feb  9 17:26:16 2018 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Sat Feb 10 10:42:55 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de6c560f

games-board/gmchess: fix HOMEPAGE

 games-board/gmchess/gmchess-0.29.6-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/games-board/gmchess/gmchess-0.29.6-r2.ebuild b/games-board/gmchess/gmchess-0.29.6-r2.ebuild
index a89d41d0433..007c5027012 100644
--- a/games-board/gmchess/gmchess-0.29.6-r2.ebuild
+++ b/games-board/gmchess/gmchess-0.29.6-r2.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 inherit autotools flag-o-matic libtool gnome2-utils
 
 DESCRIPTION="Chinese chess with gtkmm and c++"
-HOMEPAGE="https://code.google.com/p/gmchess/"
+HOMEPAGE="https://github.com/lerosua/gmchess"
 SRC_URI="https://${PN}.googlecode.com/files/${P}.tar.bz2"
 RESTRICT="test"
 


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

* [gentoo-commits] repo/gentoo:master commit in: games-board/gmchess/
@ 2021-02-13 13:24 James Le Cuirot
  0 siblings, 0 replies; 5+ messages in thread
From: James Le Cuirot @ 2021-02-13 13:24 UTC (permalink / raw
  To: gentoo-commits

commit:     f555a59b0d73f4fd27edba2ea3c3baab58a37ef3
Author:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 13 13:23:14 2021 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Sat Feb 13 13:23:54 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f555a59b

games-board/gmchess: Drop old 0.29.6-r2

Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>

 games-board/gmchess/gmchess-0.29.6-r2.ebuild | 57 ----------------------------
 1 file changed, 57 deletions(-)

diff --git a/games-board/gmchess/gmchess-0.29.6-r2.ebuild b/games-board/gmchess/gmchess-0.29.6-r2.ebuild
deleted file mode 100644
index e46a6f84334..00000000000
--- a/games-board/gmchess/gmchess-0.29.6-r2.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit autotools flag-o-matic libtool gnome2-utils ltprune
-
-DESCRIPTION="Chinese chess with gtkmm and c++"
-HOMEPAGE="https://github.com/lerosua/gmchess"
-SRC_URI="https://${PN}.googlecode.com/files/${P}.tar.bz2"
-RESTRICT="test"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="dev-cpp/gtkmm:2.4"
-RDEPEND=${DEPEND}
-
-PATCHES=(
-	"${FILESDIR}"/${P}-gentoo-r1.patch
-)
-
-src_prepare() {
-	default
-	mv configure.{in,ac}
-	eautoreconf
-}
-
-src_configure() {
-	append-cxxflags -std=c++11
-	econf \
-		--disable-static \
-		--localedir='/usr/share/locale'
-}
-
-src_install() {
-	emake DESTDIR="${D}" \
-		itlocaledir='/usr/share/locale' \
-		pixmapsdir='/usr/share/pixmaps' \
-		desktopdir='/usr/share/applications' \
-		install
-	dodoc AUTHORS NEWS README
-	prune_libtool_files
-}
-
-pkg_preinst() {
-	gnome2_icon_savelist
-}
-
-pkg_postinst() {
-	gnome2_icon_cache_update
-}
-
-pkg_postrm() {
-	gnome2_icon_cache_update
-}


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

* [gentoo-commits] repo/gentoo:master commit in: games-board/gmchess/
@ 2021-02-13 13:24 James Le Cuirot
  0 siblings, 0 replies; 5+ messages in thread
From: James Le Cuirot @ 2021-02-13 13:24 UTC (permalink / raw
  To: gentoo-commits

commit:     ecc60587f29a886ff8546f81612f1377d547aa41
Author:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 13 13:22:34 2021 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Sat Feb 13 13:23:51 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ecc60587

games-board/gmchess: xdg eclass, fix prefix

Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>

 games-board/gmchess/gmchess-0.29.6-r3.ebuild | 20 ++++----------------
 1 file changed, 4 insertions(+), 16 deletions(-)

diff --git a/games-board/gmchess/gmchess-0.29.6-r3.ebuild b/games-board/gmchess/gmchess-0.29.6-r3.ebuild
index 67efbf955c4..fbd0e59250a 100644
--- a/games-board/gmchess/gmchess-0.29.6-r3.ebuild
+++ b/games-board/gmchess/gmchess-0.29.6-r3.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-inherit autotools flag-o-matic libtool gnome2-utils
+inherit autotools flag-o-matic xdg
 
 DESCRIPTION="Chinese chess with gtkmm and c++"
 HOMEPAGE="https://github.com/lerosua/gmchess"
@@ -38,22 +38,10 @@ src_configure() {
 
 src_install() {
 	emake DESTDIR="${D}" \
-		itlocaledir='/usr/share/locale' \
-		pixmapsdir='/usr/share/pixmaps' \
-		desktopdir='/usr/share/applications' \
+		localedir="${EPREFIX}"/usr/share/locale \
+		pixmapsdir="${EPREFIX}"/usr/share/pixmaps \
+		desktopdir="${EPREFIX}"/usr/share/applications \
 		install
 	dodoc AUTHORS NEWS README
 	find "${ED}" -name "*.la" -delete || die
 }
-
-pkg_preinst() {
-	gnome2_icon_savelist
-}
-
-pkg_postinst() {
-	gnome2_icon_cache_update
-}
-
-pkg_postrm() {
-	gnome2_icon_cache_update
-}


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

* [gentoo-commits] repo/gentoo:master commit in: games-board/gmchess/
@ 2023-06-04 16:05 Arthur Zamarin
  0 siblings, 0 replies; 5+ messages in thread
From: Arthur Zamarin @ 2023-06-04 16:05 UTC (permalink / raw
  To: gentoo-commits

commit:     80de6e185b2d62f5e7e7da9bdbf51a9ecaf080d3
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sun Jun  4 16:04:33 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sun Jun  4 16:04:33 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80de6e18

games-board/gmchess: Keyword 0.29.6-r3 arm64, #907772

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 games-board/gmchess/gmchess-0.29.6-r3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/games-board/gmchess/gmchess-0.29.6-r3.ebuild b/games-board/gmchess/gmchess-0.29.6-r3.ebuild
index fbd0e59250a6..ba541bf6c9ea 100644
--- a/games-board/gmchess/gmchess-0.29.6-r3.ebuild
+++ b/games-board/gmchess/gmchess-0.29.6-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -11,7 +11,7 @@ RESTRICT="test"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~x86"
 IUSE=""
 
 DEPEND="dev-cpp/gtkmm:2.4"


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

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

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-12-23 20:38 [gentoo-commits] repo/gentoo:master commit in: games-board/gmchess/ Pacho Ramos
  -- strict thread matches above, loose matches on Subject: below --
2018-02-10 10:43 James Le Cuirot
2021-02-13 13:24 James Le Cuirot
2021-02-13 13:24 James Le Cuirot
2023-06-04 16:05 Arthur Zamarin

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