public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: games-arcade/berusky/
@ 2018-04-15 12:08 Pacho Ramos
  0 siblings, 0 replies; 4+ messages in thread
From: Pacho Ramos @ 2018-04-15 12:08 UTC (permalink / raw
  To: gentoo-commits

commit:     2a4f9ff2bfda0b6746434f33e8cee7106a495da0
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 15 12:03:27 2018 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Apr 15 12:07:59 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a4f9ff2

games-arcade/berusky: Stop using games.eclass

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 games-arcade/berusky/berusky-1.7.1-r1.ebuild | 33 ++++++++++++++++++++++++++++
 1 file changed, 33 insertions(+)

diff --git a/games-arcade/berusky/berusky-1.7.1-r1.ebuild b/games-arcade/berusky/berusky-1.7.1-r1.ebuild
new file mode 100644
index 00000000000..d56b0203f7d
--- /dev/null
+++ b/games-arcade/berusky/berusky-1.7.1-r1.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit desktop gnome2
+
+DATAFILE="${PN}-data-1.7"
+DESCRIPTION="Free logic game based on an ancient puzzle named Sokoban"
+HOMEPAGE="http://anakreon.cz/?q=node/1"
+SRC_URI="http://www.anakreon.cz/download/${P}.tar.gz
+	http://www.anakreon.cz/download/${DATAFILE}.tar.gz
+	https://dev.gentoo.org/~hasufell/distfiles/${PN}.png"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+	media-libs/libsdl[X,video]
+	media-libs/sdl-image[png]
+	x11-libs/gtk+:2
+"
+DEPEND="${RDEPEND}
+	virtual/pkgconfig
+"
+
+src_install() {
+	gnome2_src_install
+	rm -rf "${ED}"/usr/doc
+	doicon -s 32 "${DISTDIR}"/${PN}.png
+	make_desktop_entry ${PN}
+}


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

* [gentoo-commits] repo/gentoo:master commit in: games-arcade/berusky/
@ 2020-06-27 20:51 Aaron Bauman
  0 siblings, 0 replies; 4+ messages in thread
From: Aaron Bauman @ 2020-06-27 20:51 UTC (permalink / raw
  To: gentoo-commits

commit:     72f67ced4698fd8bab71b0b2e33432491c468809
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Fri Jun 26 11:55:43 2020 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sat Jun 27 20:48:28 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72f67ced

games-arcade/berusky: use HTTPS, fix LICENSE

Package-Manager: Portage-2.3.101, Repoman-2.3.22
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>

 games-arcade/berusky/berusky-1.7.1-r1.ebuild | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/games-arcade/berusky/berusky-1.7.1-r1.ebuild b/games-arcade/berusky/berusky-1.7.1-r1.ebuild
index d56b0203f7d..57077ecfc39 100644
--- a/games-arcade/berusky/berusky-1.7.1-r1.ebuild
+++ b/games-arcade/berusky/berusky-1.7.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -6,12 +6,12 @@ inherit desktop gnome2
 
 DATAFILE="${PN}-data-1.7"
 DESCRIPTION="Free logic game based on an ancient puzzle named Sokoban"
-HOMEPAGE="http://anakreon.cz/?q=node/1"
-SRC_URI="http://www.anakreon.cz/download/${P}.tar.gz
-	http://www.anakreon.cz/download/${DATAFILE}.tar.gz
+HOMEPAGE="https://anakreon.cz/?q=node/1"
+SRC_URI="https://www.anakreon.cz/download/${P}.tar.gz
+	https://www.anakreon.cz/download/${DATAFILE}.tar.gz
 	https://dev.gentoo.org/~hasufell/distfiles/${PN}.png"
 
-LICENSE="GPL-2"
+LICENSE="GPL-2+"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE=""


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

* [gentoo-commits] repo/gentoo:master commit in: games-arcade/berusky/
@ 2021-04-30 23:27 Sam James
  0 siblings, 0 replies; 4+ messages in thread
From: Sam James @ 2021-04-30 23:27 UTC (permalink / raw
  To: gentoo-commits

commit:     49ac612a1ded78dbd720cce8ae0c2034d7c4ccaa
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 30 10:25:21 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Apr 30 23:27:14 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49ac612a

games-arcade/berusky: fix patch

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

 games-arcade/berusky/berusky-1.7.1-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-arcade/berusky/berusky-1.7.1-r2.ebuild b/games-arcade/berusky/berusky-1.7.1-r2.ebuild
index 66d347e826c..c14feec0074 100644
--- a/games-arcade/berusky/berusky-1.7.1-r2.ebuild
+++ b/games-arcade/berusky/berusky-1.7.1-r2.ebuild
@@ -25,7 +25,7 @@ DEPEND="${RDEPEND}"
 BDEPEND="virtual/pkgconfig"
 
 PATCHES=(
-	"${FILESDIR}"/${PN}-1.7.1-r1-gentoo.patch
+	"${FILESDIR}"/${PN}-1.7.1-r2-gentoo.patch
 )
 
 src_prepare() {


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

* [gentoo-commits] repo/gentoo:master commit in: games-arcade/berusky/
@ 2021-05-07 16:24 David Seifert
  0 siblings, 0 replies; 4+ messages in thread
From: David Seifert @ 2021-05-07 16:24 UTC (permalink / raw
  To: gentoo-commits

commit:     d4eb94b6fbf7a414e69ed3f8edb9712d9dc69758
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Fri May  7 16:24:06 2021 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Fri May  7 16:24:06 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4eb94b6

games-arcade/berusky: Fix build against GCC 11

Closes: https://bugs.gentoo.org/787287
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 games-arcade/berusky/berusky-1.7.1-r2.ebuild | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/games-arcade/berusky/berusky-1.7.1-r2.ebuild b/games-arcade/berusky/berusky-1.7.1-r2.ebuild
index c14feec0074..65f429dfe17 100644
--- a/games-arcade/berusky/berusky-1.7.1-r2.ebuild
+++ b/games-arcade/berusky/berusky-1.7.1-r2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit desktop gnome2
+inherit desktop flag-o-matic gnome2
 
 DATAFILE="${PN}-data-1.7"
 DESCRIPTION="Free logic game based on an ancient puzzle named Sokoban"
@@ -34,6 +34,14 @@ src_prepare() {
 	default
 }
 
+src_configure() {
+	# https://bugs.gentoo.org/787287
+	# clashes with C++17's "std::byte" type
+	append-cxxflags -std=c++14
+
+	default
+}
+
 src_install() {
 	gnome2_src_install
 


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

end of thread, other threads:[~2021-05-07 16:24 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-04-30 23:27 [gentoo-commits] repo/gentoo:master commit in: games-arcade/berusky/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2021-05-07 16:24 David Seifert
2020-06-27 20:51 Aaron Bauman
2018-04-15 12:08 Pacho Ramos

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