public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: games-engines/gemrb/
@ 2015-11-02 18:06 Michael Sterrett
  0 siblings, 0 replies; 7+ messages in thread
From: Michael Sterrett @ 2015-11-02 18:06 UTC (permalink / raw
  To: gentoo-commits

commit:     7b86ed0944a4671d68a9498ed9fed43d869e998e
Author:     Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
AuthorDate: Mon Nov  2 18:06:07 2015 +0000
Commit:     Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
CommitDate: Mon Nov  2 18:06:07 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b86ed09

version bump (bug #564590)

Package-Manager: portage-2.2.20.1

 games-engines/gemrb/Manifest           |  1 +
 games-engines/gemrb/gemrb-0.8.3.ebuild | 79 ++++++++++++++++++++++++++++++++++
 2 files changed, 80 insertions(+)

diff --git a/games-engines/gemrb/Manifest b/games-engines/gemrb/Manifest
index b414d75..f6df919 100644
--- a/games-engines/gemrb/Manifest
+++ b/games-engines/gemrb/Manifest
@@ -1 +1,2 @@
 DIST gemrb-0.8.2.tar.gz 12302710 SHA256 57cc267f730d205774fa5a6db1f0dd88b97a8193dbece905d70cb50e433774ee SHA512 2a666537ca540f041122bcd1117cf591c5a223480a5c4c18eebaef6b446fc355c6078d54fcbc3a89b8ba35d7ecbaf53648394e383f0479e84da999fccea1f496 WHIRLPOOL 4ad8a39b937467e7e7a28dbae1d3d449789259124bb0be6dc916ef1396da9b3027ded802d906311ff53785288f423ae7d6fd4d3f339782fa259d6bb3de1c4a31
+DIST gemrb-0.8.3.tar.gz 12370971 SHA256 4996d4d66e60d9ec0c63b94f687c4a6d54f4fbbfb80304245e8ff0fa886f5664 SHA512 6f091ba54d129c47b6ad7c3b1da898c7ef79b80629b373527963a0b35096ccbf91650087c4884081d306da4be7b4cfa1dc2f6d931d7140d7eccb380d9806db1c WHIRLPOOL 4f0da79423dbe9bc0c5438dc0df148005e1c2981e545f7a0649162af1b32384ff9a398eabbcfaea477cec31ee65cc5b3586d7cfa82155a234e21dd4ff8e8bc5e

diff --git a/games-engines/gemrb/gemrb-0.8.3.ebuild b/games-engines/gemrb/gemrb-0.8.3.ebuild
new file mode 100644
index 0000000..7898a01
--- /dev/null
+++ b/games-engines/gemrb/gemrb-0.8.3.ebuild
@@ -0,0 +1,79 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+PYTHON_COMPAT=( python2_7 )
+WANT_CMAKE=always
+inherit eutils python-any-r1 cmake-utils gnome2-utils games
+
+DESCRIPTION="Reimplementation of the Infinity engine"
+HOMEPAGE="http://gemrb.sourceforge.net/"
+SRC_URI="mirror://sourceforge/gemrb/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="media-libs/freetype
+	media-libs/libpng:0
+	>=media-libs/libsdl-1.2[video]
+	media-libs/libvorbis
+	media-libs/openal
+	media-libs/sdl-mixer
+	sys-libs/zlib
+	${PYTHON_DEPS}"
+DEPEND="${RDEPEND}
+	virtual/pkgconfig"
+
+pkg_setup() {
+	python-any-r1_pkg_setup
+	games_pkg_setup
+}
+
+src_prepare() {
+	sed -i \
+		-e '/COPYING/d' \
+		CMakeLists.txt || die
+}
+
+src_configure() {
+	mycmakeargs=(
+		-DCMAKE_INSTALL_PREFIX="${GAMES_PREFIX}"
+		-DBIN_DIR="${GAMES_BINDIR}"
+		-DDATA_DIR="${GAMES_DATADIR}/gemrb"
+		-DSYSCONF_DIR="${GAMES_SYSCONFDIR}/gemrb"
+		-DLIB_DIR="$(games_get_libdir)"
+		-DMAN_DIR=/usr/share/man/man6
+		-DICON_DIR=/usr/share/pixmaps
+		-DMENU_DIR=/usr/share/applications
+		-DDOC_DIR="/usr/share/doc/${PF}"
+		-DSVG_DIR=/usr/share/icons/hicolor/scalable/apps
+		)
+	cmake-utils_src_configure
+}
+
+src_compile() {
+	cmake-utils_src_compile
+}
+
+src_install() {
+	DOCS="README NEWS AUTHORS" \
+		cmake-utils_src_install
+	prepgamesdirs
+}
+
+pkg_preinst() {
+	games_pkg_preinst
+	gnome2_icon_savelist
+}
+
+pkg_postinst() {
+	games_pkg_postinst
+	gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+	gnome2_icon_cache_update
+}


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

* [gentoo-commits] repo/gentoo:master commit in: games-engines/gemrb/
@ 2015-12-03 10:07 Agostino Sarubbo
  0 siblings, 0 replies; 7+ messages in thread
From: Agostino Sarubbo @ 2015-12-03 10:07 UTC (permalink / raw
  To: gentoo-commits

commit:     4be997b4fbc1dfefb8f4302bbe838022efc66ac8
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Thu Dec  3 10:06:32 2015 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Thu Dec  3 10:06:32 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4be997b4

games-engines/gemrb: amd64 stable wrt bug #567396

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="amd64"

 games-engines/gemrb/gemrb-0.8.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-engines/gemrb/gemrb-0.8.3.ebuild b/games-engines/gemrb/gemrb-0.8.3.ebuild
index 7898a01..57e9c28 100644
--- a/games-engines/gemrb/gemrb-0.8.3.ebuild
+++ b/games-engines/gemrb/gemrb-0.8.3.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/gemrb/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE=""
 
 RDEPEND="media-libs/freetype


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

* [gentoo-commits] repo/gentoo:master commit in: games-engines/gemrb/
@ 2015-12-03 13:28 Agostino Sarubbo
  0 siblings, 0 replies; 7+ messages in thread
From: Agostino Sarubbo @ 2015-12-03 13:28 UTC (permalink / raw
  To: gentoo-commits

commit:     0d6e05c057e4e353aa837787080cb573af45ff6a
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Thu Dec  3 13:27:36 2015 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Thu Dec  3 13:27:36 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d6e05c0

games-engines/gemrb: x86 stable wrt bug #567396

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 games-engines/gemrb/gemrb-0.8.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-engines/gemrb/gemrb-0.8.3.ebuild b/games-engines/gemrb/gemrb-0.8.3.ebuild
index 57e9c28..7262b62 100644
--- a/games-engines/gemrb/gemrb-0.8.3.ebuild
+++ b/games-engines/gemrb/gemrb-0.8.3.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/gemrb/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 RDEPEND="media-libs/freetype


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

* [gentoo-commits] repo/gentoo:master commit in: games-engines/gemrb/
@ 2016-11-11 19:39 Austin English
  0 siblings, 0 replies; 7+ messages in thread
From: Austin English @ 2016-11-11 19:39 UTC (permalink / raw
  To: gentoo-commits

commit:     9e1d5d91199a6f6bdc51eb1790d1d923888b1329
Author:     Austin English <wizardedit <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 10 23:00:14 2016 +0000
Commit:     Austin English <wizardedit <AT> gentoo <DOT> org>
CommitDate: Fri Nov 11 19:38:57 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e1d5d91

games-engines/gemrb: remove deprecated games eclass

Also update to EAPI 6

Gentoo-Bug: https://bugs.gentoo.org/574082

Package-Manager: portage-2.3.2

 games-engines/gemrb/gemrb-0.8.3-r1.ebuild | 77 +++++++++++++++++++++++++++++++
 1 file changed, 77 insertions(+)

diff --git a/games-engines/gemrb/gemrb-0.8.3-r1.ebuild b/games-engines/gemrb/gemrb-0.8.3-r1.ebuild
new file mode 100644
index 00000000..4c1ea0a
--- /dev/null
+++ b/games-engines/gemrb/gemrb-0.8.3-r1.ebuild
@@ -0,0 +1,77 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 )
+WANT_CMAKE=always
+inherit eutils python-any-r1 cmake-utils gnome2-utils
+
+DESCRIPTION="Reimplementation of the Infinity engine"
+HOMEPAGE="http://gemrb.sourceforge.net/"
+SRC_URI="mirror://sourceforge/gemrb/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="media-libs/freetype
+	media-libs/libpng:0
+	>=media-libs/libsdl-1.2[video]
+	media-libs/libvorbis
+	media-libs/openal
+	media-libs/sdl-mixer
+	sys-libs/zlib
+	${PYTHON_DEPS}"
+DEPEND="${RDEPEND}
+	virtual/pkgconfig"
+
+pkg_setup() {
+	python-any-r1_pkg_setup
+}
+
+src_prepare() {
+	default
+
+	sed -i \
+		-e '/COPYING/d' \
+		CMakeLists.txt || die
+}
+
+src_configure() {
+	mycmakeargs=(
+		-DBIN_DIR="/usr/bin"
+		-DCMAKE_INSTALL_PREFIX="/usr"
+		-DDATA_DIR="/usr/share/gemrb"
+		-DDOC_DIR="/usr/share/doc/${PF}"
+		-DICON_DIR=/usr/share/pixmaps
+		-DLIB_DIR="/usr/$(get_libdir)"
+		-DMAN_DIR=/usr/share/man/man6
+		-DMENU_DIR=/usr/share/applications
+		-DSVG_DIR=/usr/share/icons/hicolor/scalable/apps
+		-DSYSCONF_DIR="/etc/${PN}"
+		)
+	cmake-utils_src_configure
+}
+
+src_compile() {
+	cmake-utils_src_compile
+}
+
+src_install() {
+	DOCS="README NEWS AUTHORS" \
+		cmake-utils_src_install
+}
+
+pkg_preinst() {
+	gnome2_icon_savelist
+}
+
+pkg_postinst() {
+	gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+	gnome2_icon_cache_update
+}


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

* [gentoo-commits] repo/gentoo:master commit in: games-engines/gemrb/
@ 2017-05-01 16:17 David Seifert
  0 siblings, 0 replies; 7+ messages in thread
From: David Seifert @ 2017-05-01 16:17 UTC (permalink / raw
  To: gentoo-commits

commit:     6855ac7b26fa7352ab7329954cabcb091d36ed56
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Mon May  1 15:39:32 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Mon May  1 16:17:02 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6855ac7b

games-engines/gemrb: [QA] Remove WANT_CMAKE

* Other misc python fixes
Bug: https://bugs.gentoo.org/show_bug.cgi?id=616064
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Closes: https://github.com/gentoo/gentoo/pull/4528

 games-engines/gemrb/gemrb-0.8.3-r1.ebuild | 52 ++++++++++++++-----------------
 games-engines/gemrb/gemrb-0.8.3.ebuild    |  7 +++--
 2 files changed, 28 insertions(+), 31 deletions(-)

diff --git a/games-engines/gemrb/gemrb-0.8.3-r1.ebuild b/games-engines/gemrb/gemrb-0.8.3-r1.ebuild
index ef446bfd850..6ec09ffb527 100644
--- a/games-engines/gemrb/gemrb-0.8.3-r1.ebuild
+++ b/games-engines/gemrb/gemrb-0.8.3-r1.ebuild
@@ -1,10 +1,11 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
+
 PYTHON_COMPAT=( python2_7 )
-WANT_CMAKE=always
-inherit eutils python-any-r1 cmake-utils gnome2-utils
+
+inherit eutils gnome2-utils python-single-r1 cmake-utils
 
 DESCRIPTION="Reimplementation of the Infinity engine"
 HOMEPAGE="http://gemrb.sourceforge.net/"
@@ -14,9 +15,11 @@ LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE=""
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
-RDEPEND="media-libs/freetype
-	media-libs/libpng:0
+RDEPEND="
+	media-libs/freetype
+	media-libs/libpng:0=
 	>=media-libs/libsdl-1.2[video]
 	media-libs/libvorbis
 	media-libs/openal
@@ -26,12 +29,8 @@ RDEPEND="media-libs/freetype
 DEPEND="${RDEPEND}
 	virtual/pkgconfig"
 
-pkg_setup() {
-	python-any-r1_pkg_setup
-}
-
 src_prepare() {
-	default
+	cmake-utils_src_prepare
 
 	sed -i \
 		-e '/COPYING/d' \
@@ -39,28 +38,25 @@ src_prepare() {
 }
 
 src_configure() {
-	mycmakeargs=(
-		-DBIN_DIR="/usr/bin"
-		-DCMAKE_INSTALL_PREFIX="/usr"
-		-DDATA_DIR="/usr/share/gemrb"
-		-DDOC_DIR="/usr/share/doc/${PF}"
-		-DICON_DIR=/usr/share/pixmaps
-		-DLIB_DIR="/usr/$(get_libdir)"
-		-DMAN_DIR=/usr/share/man/man6
-		-DMENU_DIR=/usr/share/applications
-		-DSVG_DIR=/usr/share/icons/hicolor/scalable/apps
-		-DSYSCONF_DIR="/etc/${PN}"
-		)
+	local mycmakeargs=(
+		-DBIN_DIR=bin
+		-DDATA_DIR=share/gemrb
+		-DDOC_DIR=share/doc/${PF}
+		-DICON_DIR=share/pixmaps
+		-DLIB_DIR=$(get_libdir)
+		-DMAN_DIR=share/man/man6
+		-DMENU_DIR=share/applications
+		-DSVG_DIR=share/icons/hicolor/scalable/apps
+		-DSYSCONF_DIR=/etc/${PN}
+		# needed, causes massive QA warnings otherwise
+		-DCMAKE_SKIP_RPATH=ON
+	)
 	cmake-utils_src_configure
 }
 
-src_compile() {
-	cmake-utils_src_compile
-}
-
 src_install() {
-	DOCS="README NEWS AUTHORS" \
-		cmake-utils_src_install
+	cmake-utils_src_install
+	python_fix_shebang "${ED%/}"/usr/bin/extend2da.py
 }
 
 pkg_preinst() {

diff --git a/games-engines/gemrb/gemrb-0.8.3.ebuild b/games-engines/gemrb/gemrb-0.8.3.ebuild
index 6fbd80936e1..b7ba53323a6 100644
--- a/games-engines/gemrb/gemrb-0.8.3.ebuild
+++ b/games-engines/gemrb/gemrb-0.8.3.ebuild
@@ -1,9 +1,10 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
+
 PYTHON_COMPAT=( python2_7 )
-WANT_CMAKE=always
+
 inherit eutils python-any-r1 cmake-utils gnome2-utils games
 
 DESCRIPTION="Reimplementation of the Infinity engine"
@@ -38,7 +39,7 @@ src_prepare() {
 }
 
 src_configure() {
-	mycmakeargs=(
+	local mycmakeargs=(
 		-DCMAKE_INSTALL_PREFIX="${GAMES_PREFIX}"
 		-DBIN_DIR="${GAMES_BINDIR}"
 		-DDATA_DIR="${GAMES_DATADIR}/gemrb"


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

* [gentoo-commits] repo/gentoo:master commit in: games-engines/gemrb/
@ 2017-05-27 16:39 Agostino Sarubbo
  0 siblings, 0 replies; 7+ messages in thread
From: Agostino Sarubbo @ 2017-05-27 16:39 UTC (permalink / raw
  To: gentoo-commits

commit:     87a459be87ba54a4ce3a650a38b9bd706b4fa746
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Sat May 27 16:39:37 2017 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Sat May 27 16:39:37 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87a459be

games-engines/gemrb: amd64 stable wrt bug #619790

Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 games-engines/gemrb/gemrb-0.8.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-engines/gemrb/gemrb-0.8.3-r1.ebuild b/games-engines/gemrb/gemrb-0.8.3-r1.ebuild
index 6ec09ffb527..a3851438c66 100644
--- a/games-engines/gemrb/gemrb-0.8.3-r1.ebuild
+++ b/games-engines/gemrb/gemrb-0.8.3-r1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/gemrb/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE=""
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 


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

* [gentoo-commits] repo/gentoo:master commit in: games-engines/gemrb/
@ 2017-06-01  9:13 Agostino Sarubbo
  0 siblings, 0 replies; 7+ messages in thread
From: Agostino Sarubbo @ 2017-06-01  9:13 UTC (permalink / raw
  To: gentoo-commits

commit:     b53b916214319de55a266972f303f8a88eb0f1f4
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Thu Jun  1 09:11:59 2017 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Thu Jun  1 09:13:09 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b53b9162

games-engines/gemrb: x86 stable wrt bug #619790

Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 games-engines/gemrb/gemrb-0.8.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-engines/gemrb/gemrb-0.8.3-r1.ebuild b/games-engines/gemrb/gemrb-0.8.3-r1.ebuild
index a3851438c66..f12df7fc995 100644
--- a/games-engines/gemrb/gemrb-0.8.3-r1.ebuild
+++ b/games-engines/gemrb/gemrb-0.8.3-r1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/gemrb/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 


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

end of thread, other threads:[~2017-06-01  9:13 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-05-01 16:17 [gentoo-commits] repo/gentoo:master commit in: games-engines/gemrb/ David Seifert
  -- strict thread matches above, loose matches on Subject: below --
2017-06-01  9:13 Agostino Sarubbo
2017-05-27 16:39 Agostino Sarubbo
2016-11-11 19:39 Austin English
2015-12-03 13:28 Agostino Sarubbo
2015-12-03 10:07 Agostino Sarubbo
2015-11-02 18:06 Michael Sterrett

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