public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: games-rpg/wastesedge/
@ 2016-10-27 18:55 Austin English
  0 siblings, 0 replies; 8+ messages in thread
From: Austin English @ 2016-10-27 18:55 UTC (permalink / raw
  To: gentoo-commits

commit:     a9ad9aca0eadec6dc64e418d7e2c446854a3dd10
Author:     Austin English <wizardedit <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 27 18:47:19 2016 +0000
Commit:     Austin English <wizardedit <AT> gentoo <DOT> org>
CommitDate: Thu Oct 27 18:55:01 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9ad9aca

games-rpg/wastesedge: remove deprecated games eclass

Also update to EAPI 6

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

Package-Manager: portage-2.3.2

 games-rpg/wastesedge/wastesedge-0.3.5-r1.ebuild | 39 +++++++++++++++++++++++++
 1 file changed, 39 insertions(+)

diff --git a/games-rpg/wastesedge/wastesedge-0.3.5-r1.ebuild b/games-rpg/wastesedge/wastesedge-0.3.5-r1.ebuild
new file mode 100644
index 00000000..bf6b95b
--- /dev/null
+++ b/games-rpg/wastesedge/wastesedge-0.3.5-r1.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 )
+inherit eutils python-single-r1
+
+DESCRIPTION="role playing game to showcase the adonthell engine"
+HOMEPAGE="http://adonthell.linuxgames.com/"
+SRC_URI="https://savannah.nongnu.org/download/adonthell/${PN}-src-${PV}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE="nls"
+RESTRICT="userpriv"
+
+RDEPEND="${PYTHON_DEPS}
+	>=games-rpg/adonthell-0.3.5-r2[${PYTHON_USEDEP}]
+	nls? ( virtual/libintl )"
+DEPEND="${RDEPEND}
+	nls? ( sys-devel/gettext )"
+
+pkg_setup() {
+	python-single-r1_pkg_setup
+}
+
+src_configure(){
+	econf \
+		$(use_enable nls) \
+		--with-adonthell-binary="/usr/bin/adonthell"
+}
+
+src_install(){
+	emake DESTDIR="${D}" pixmapdir=/usr/share/pixmaps install
+	dodoc AUTHORS ChangeLog NEWS PLAYING README
+	make_desktop_entry adonthell-wastesedge "Waste's Edge" wastesedge_32x32
+}


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

* [gentoo-commits] repo/gentoo:master commit in: games-rpg/wastesedge/
@ 2016-10-27 18:55 Austin English
  0 siblings, 0 replies; 8+ messages in thread
From: Austin English @ 2016-10-27 18:55 UTC (permalink / raw
  To: gentoo-commits

commit:     2a2f7d997e60e16ad47cf1bb370d1710027db3a2
Author:     Austin English <wizardedit <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 27 18:54:31 2016 +0000
Commit:     Austin English <wizardedit <AT> gentoo <DOT> org>
CommitDate: Thu Oct 27 18:55:01 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a2f7d99

games-rpg/wastesedge: deplock wastesedge-0.3.5 to games-rpg/adonthell-0.3.5-r1

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

Package-Manager: portage-2.3.2

 games-rpg/wastesedge/wastesedge-0.3.5.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/games-rpg/wastesedge/wastesedge-0.3.5.ebuild b/games-rpg/wastesedge/wastesedge-0.3.5.ebuild
index b374920..c13541b 100644
--- a/games-rpg/wastesedge/wastesedge-0.3.5.ebuild
+++ b/games-rpg/wastesedge/wastesedge-0.3.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -17,7 +17,7 @@ IUSE="nls"
 RESTRICT="userpriv"
 
 RDEPEND="${PYTHON_DEPS}
-	>=games-rpg/adonthell-0.3.5-r1[${PYTHON_USEDEP}]
+	=games-rpg/adonthell-0.3.5-r1[${PYTHON_USEDEP}]
 	nls? ( virtual/libintl )"
 DEPEND="${RDEPEND}
 	nls? ( sys-devel/gettext )"


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

* [gentoo-commits] repo/gentoo:master commit in: games-rpg/wastesedge/
@ 2019-04-14 12:48 James Le Cuirot
  0 siblings, 0 replies; 8+ messages in thread
From: James Le Cuirot @ 2019-04-14 12:48 UTC (permalink / raw
  To: gentoo-commits

commit:     fd74fbb177cb0373e0856067a980bcdca00969f0
Author:     Wim Muskee <wimmuskee <AT> gmail <DOT> com>
AuthorDate: Sun Apr 14 10:30:41 2019 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Sun Apr 14 12:48:41 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd74fbb1

games-rpg/wastesedge: update HOMEPAGE

Closes: https://bugs.gentoo.org/626672
Signed-off-by: Wim Muskee <wimmuskee <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/11677
Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>

 games-rpg/wastesedge/wastesedge-0.3.5-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/games-rpg/wastesedge/wastesedge-0.3.5-r1.ebuild b/games-rpg/wastesedge/wastesedge-0.3.5-r1.ebuild
index 2f28fcfac7b..380732ee998 100644
--- a/games-rpg/wastesedge/wastesedge-0.3.5-r1.ebuild
+++ b/games-rpg/wastesedge/wastesedge-0.3.5-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -6,7 +6,7 @@ PYTHON_COMPAT=( python2_7 )
 inherit eutils python-single-r1
 
 DESCRIPTION="role playing game to showcase the adonthell engine"
-HOMEPAGE="http://adonthell.linuxgames.com/"
+HOMEPAGE="http://adonthell.nongnu.org/download/"
 SRC_URI="https://savannah.nongnu.org/download/adonthell/${PN}-src-${PV}.tar.gz"
 
 LICENSE="GPL-2"


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

* [gentoo-commits] repo/gentoo:master commit in: games-rpg/wastesedge/
@ 2020-02-09 16:25 Michał Górny
  0 siblings, 0 replies; 8+ messages in thread
From: Michał Górny @ 2020-02-09 16:25 UTC (permalink / raw
  To: gentoo-commits

commit:     e3eb6e32a0bf6a778da699ab94489f8f8fc32463
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Feb  7 14:10:25 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Feb  9 16:22:01 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3eb6e32

games-rpg/wastesedge: Switch to PYTHON_SINGLE_USEDEP

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 .../{wastesedge-0.3.5-r1.ebuild => wastesedge-0.3.5-r2.ebuild}        | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/games-rpg/wastesedge/wastesedge-0.3.5-r1.ebuild b/games-rpg/wastesedge/wastesedge-0.3.5-r2.ebuild
similarity index 89%
rename from games-rpg/wastesedge/wastesedge-0.3.5-r1.ebuild
rename to games-rpg/wastesedge/wastesedge-0.3.5-r2.ebuild
index 380732ee998..48a424de17d 100644
--- a/games-rpg/wastesedge/wastesedge-0.3.5-r1.ebuild
+++ b/games-rpg/wastesedge/wastesedge-0.3.5-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -17,7 +17,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 RESTRICT="userpriv"
 
 RDEPEND="${PYTHON_DEPS}
-	>=games-rpg/adonthell-0.3.5-r2[${PYTHON_USEDEP}]
+	>=games-rpg/adonthell-0.3.5-r2[${PYTHON_SINGLE_USEDEP}]
 	nls? ( virtual/libintl )"
 DEPEND="${RDEPEND}
 	nls? ( sys-devel/gettext )"


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

* [gentoo-commits] repo/gentoo:master commit in: games-rpg/wastesedge/
@ 2020-10-02  6:43 Joonas Niilola
  0 siblings, 0 replies; 8+ messages in thread
From: Joonas Niilola @ 2020-10-02  6:43 UTC (permalink / raw
  To: gentoo-commits

commit:     6653abca2456076d73612ef533a3e6bffacb153a
Author:     Azamat H. Hackimov <azamat.hackimov <AT> gmail <DOT> com>
AuthorDate: Wed Sep  9 17:19:04 2020 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Fri Oct  2 06:41:15 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6653abca

games-rpg/wastesedge: remove old version

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Azamat H. Hackimov <azamat.hackimov <AT> gmail.com>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 games-rpg/wastesedge/Manifest                   |  1 -
 games-rpg/wastesedge/wastesedge-0.3.5-r2.ebuild | 35 -------------------------
 2 files changed, 36 deletions(-)

diff --git a/games-rpg/wastesedge/Manifest b/games-rpg/wastesedge/Manifest
index 8af214741d5..790a719f4ca 100644
--- a/games-rpg/wastesedge/Manifest
+++ b/games-rpg/wastesedge/Manifest
@@ -1,2 +1 @@
-DIST wastesedge-src-0.3.5.tar.gz 10749912 BLAKE2B ec4cd1135cd09c92937c8749905872b635e72575662bb7c1e188281e47ec0a285045aced378659fed20942c4bc7e67f11fa95e1cf0fe220c0be0f3b6527aa754 SHA512 d4c77eb1bde2c28002e4f56a6bfa5f816ea53de7061b5e60635f15c670ff45c3a18e3316b92007f74033a62538503f14b67e1175cf22c718c22ca1021dc7af3b
 DIST wastesedge-src-0.3.8.tar.gz 20779629 BLAKE2B 40a63298ea9b704407fcac244f22a3e26190fec37cb0dae0e18e55478d866a215a6be6e1bd08ef2d303894aca2edd09e7b299ae9c2da21d999f47c6d799fde83 SHA512 410e01d803b6ff72c4c0d8f035c5e3228c2311bc200359ecb748be63474ae0afb8609cc9daed940670d02190fa3c047ea2a2cd116b7680398cdcc7523a64c386

diff --git a/games-rpg/wastesedge/wastesedge-0.3.5-r2.ebuild b/games-rpg/wastesedge/wastesedge-0.3.5-r2.ebuild
deleted file mode 100644
index 1e576c82d44..00000000000
--- a/games-rpg/wastesedge/wastesedge-0.3.5-r2.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python2_7 )
-inherit eutils python-single-r1
-
-DESCRIPTION="role playing game to showcase the adonthell engine"
-HOMEPAGE="http://adonthell.nongnu.org/download/"
-SRC_URI="https://savannah.nongnu.org/download/adonthell/${PN}-src-${PV}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="nls"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-RESTRICT="userpriv"
-
-RDEPEND="${PYTHON_DEPS}
-	>=games-rpg/adonthell-0.3.5-r2[${PYTHON_SINGLE_USEDEP}]
-	nls? ( virtual/libintl )"
-DEPEND="${RDEPEND}
-	nls? ( sys-devel/gettext )"
-
-src_configure() {
-	econf \
-		$(use_enable nls) \
-		--with-adonthell-binary="/usr/bin/adonthell"
-}
-
-src_install() {
-	emake DESTDIR="${D}" pixmapdir=/usr/share/pixmaps install
-	dodoc AUTHORS ChangeLog NEWS PLAYING README
-	make_desktop_entry adonthell-wastesedge "Waste's Edge" wastesedge_32x32
-}


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

* [gentoo-commits] repo/gentoo:master commit in: games-rpg/wastesedge/
@ 2020-10-02  6:43 Joonas Niilola
  0 siblings, 0 replies; 8+ messages in thread
From: Joonas Niilola @ 2020-10-02  6:43 UTC (permalink / raw
  To: gentoo-commits

commit:     1144a00cf2ebea3f5afc49118d380a39c7a62679
Author:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Fri Oct  2 06:41:55 2020 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Fri Oct  2 06:41:55 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1144a00c

games-rpg/wastesedge: inherit xdg for xdg_icon_cache_update()

Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 games-rpg/wastesedge/wastesedge-0.3.8.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/games-rpg/wastesedge/wastesedge-0.3.8.ebuild b/games-rpg/wastesedge/wastesedge-0.3.8.ebuild
index 8e420c1b4f8..1138036c0ac 100644
--- a/games-rpg/wastesedge/wastesedge-0.3.8.ebuild
+++ b/games-rpg/wastesedge/wastesedge-0.3.8.ebuild
@@ -2,9 +2,10 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
+
 PYTHON_COMPAT=( python3_{6,7,8} )
 
-inherit autotools python-single-r1
+inherit autotools python-single-r1 xdg
 
 DESCRIPTION="Role playing game to showcase the adonthell engine"
 HOMEPAGE="http://adonthell.nongnu.org/download/"


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

* [gentoo-commits] repo/gentoo:master commit in: games-rpg/wastesedge/
@ 2021-06-02 10:56 Ionen Wolkens
  0 siblings, 0 replies; 8+ messages in thread
From: Ionen Wolkens @ 2021-06-02 10:56 UTC (permalink / raw
  To: gentoo-commits

commit:     36b0ef816d231fe6a581d4c0d99d12bda82e6842
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Wed Jun  2 10:30:18 2021 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Wed Jun  2 10:53:47 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36b0ef81

games-rpg/wastesedge: add python3_9 compat

Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 games-rpg/wastesedge/wastesedge-0.3.8.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/games-rpg/wastesedge/wastesedge-0.3.8.ebuild b/games-rpg/wastesedge/wastesedge-0.3.8.ebuild
index 15fd6d52467..0e76d3dde1f 100644
--- a/games-rpg/wastesedge/wastesedge-0.3.8.ebuild
+++ b/games-rpg/wastesedge/wastesedge-0.3.8.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7,8} )
+PYTHON_COMPAT=( python3_{8,9} )
 
 inherit autotools python-single-r1 xdg
 


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

* [gentoo-commits] repo/gentoo:master commit in: games-rpg/wastesedge/
@ 2022-02-12  3:07 Ionen Wolkens
  0 siblings, 0 replies; 8+ messages in thread
From: Ionen Wolkens @ 2022-02-12  3:07 UTC (permalink / raw
  To: gentoo-commits

commit:     80aea3f94b01e30d048313bea8270fdbc8fd0d35
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 12 02:42:13 2022 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Sat Feb 12 03:07:10 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80aea3f9

games-rpg/wastesedge: enable py3.10 + respect EPREFIX

Rather than add ${EPREFIX}, remove the full path which is also
what the wrapper script uses either way.

Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 games-rpg/wastesedge/wastesedge-0.3.8.ebuild | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/games-rpg/wastesedge/wastesedge-0.3.8.ebuild b/games-rpg/wastesedge/wastesedge-0.3.8.ebuild
index 0e76d3dde1fd..b010d29884b0 100644
--- a/games-rpg/wastesedge/wastesedge-0.3.8.ebuild
+++ b/games-rpg/wastesedge/wastesedge-0.3.8.ebuild
@@ -1,10 +1,9 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{8,9} )
-
+PYTHON_COMPAT=( python3_{8..10} )
 inherit autotools python-single-r1 xdg
 
 DESCRIPTION="Role playing game to showcase the adonthell engine"
@@ -34,5 +33,5 @@ src_prepare() {
 src_configure() {
 	econf \
 		$(use_enable nls) \
-		--with-adonthell-binary="/usr/bin/adonthell"
+		--with-adonthell-binary=adonthell
 }


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

end of thread, other threads:[~2022-02-12  3:07 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-06-02 10:56 [gentoo-commits] repo/gentoo:master commit in: games-rpg/wastesedge/ Ionen Wolkens
  -- strict thread matches above, loose matches on Subject: below --
2022-02-12  3:07 Ionen Wolkens
2020-10-02  6:43 Joonas Niilola
2020-10-02  6:43 Joonas Niilola
2020-02-09 16:25 Michał Górny
2019-04-14 12:48 James Le Cuirot
2016-10-27 18:55 Austin English
2016-10-27 18:55 Austin English

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