public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/gamerlay:master commit in: games-action/ardentryst/
@ 2018-11-10 23:44 Azamat H. Hackimov
  0 siblings, 0 replies; 3+ messages in thread
From: Azamat H. Hackimov @ 2018-11-10 23:44 UTC (permalink / raw
  To: gentoo-commits

commit:     0c457c3834397b84ed424b656f62d014b539ea27
Author:     Azamat H. Hackimov <azamat.hackimov <AT> gmail <DOT> com>
AuthorDate: Sat Nov 10 21:31:17 2018 +0000
Commit:     Azamat H. Hackimov <winterheart <AT> gentoo <DOT> ru>
CommitDate: Sat Nov 10 23:44:20 2018 +0000
URL:        https://gitweb.gentoo.org/proj/gamerlay.git/commit/?id=0c457c38

games-action/ardentryst: minor fixes for packages

Signed-off-by: Azamat H. Hackimov <azamat.hackimov <AT> gmail.com>
Package-Manager: Portage-2.3.49, Repoman-2.3.11

 games-action/ardentryst/ardentryst-1.71.ebuild | 5 ++---
 games-action/ardentryst/metadata.xml           | 2 +-
 2 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/games-action/ardentryst/ardentryst-1.71.ebuild b/games-action/ardentryst/ardentryst-1.71.ebuild
index 368a2a1..3d1783e 100644
--- a/games-action/ardentryst/ardentryst-1.71.ebuild
+++ b/games-action/ardentryst/ardentryst-1.71.ebuild
@@ -1,12 +1,11 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
-# $Header: $
 
 inherit games
 
 MY_P=${P/-/}
 
-DESCRIPTION="An action/RPG sidescoller, focused not just on fighting, but on story and character development."
+DESCRIPTION="An action/RPG sidescoller, focused on story and character development."
 HOMEPAGE="http://jordan.trudgett.com/"
 SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
 

diff --git a/games-action/ardentryst/metadata.xml b/games-action/ardentryst/metadata.xml
index 5d0ede2..1811bf7 100644
--- a/games-action/ardentryst/metadata.xml
+++ b/games-action/ardentryst/metadata.xml
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-<maintainer>
+<maintainer type="person">
 	<email>frostworks@gmx.de</email>
 	<name>Marcel Unbehaun</name>
 </maintainer>


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

* [gentoo-commits] proj/gamerlay:master commit in: games-action/ardentryst/
@ 2018-12-13 23:35 Azamat H. Hackimov
  0 siblings, 0 replies; 3+ messages in thread
From: Azamat H. Hackimov @ 2018-12-13 23:35 UTC (permalink / raw
  To: gentoo-commits

commit:     b0b45b7b2073b6cf347023bc0fe31921e1865a50
Author:     Azamat H. Hackimov <azamat.hackimov <AT> gmail <DOT> com>
AuthorDate: Thu Dec 13 22:10:32 2018 +0000
Commit:     Azamat H. Hackimov <winterheart <AT> gentoo <DOT> ru>
CommitDate: Thu Dec 13 22:10:32 2018 +0000
URL:        https://gitweb.gentoo.org/proj/gamerlay.git/commit/?id=b0b45b7b

games-action/ardentryst: fix installation

Signed-off-by: Azamat H. Hackimov <azamat.hackimov <AT> gmail.com>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 games-action/ardentryst/ardentryst-1.71.ebuild | 17 ++++++++++++-----
 1 file changed, 12 insertions(+), 5 deletions(-)

diff --git a/games-action/ardentryst/ardentryst-1.71.ebuild b/games-action/ardentryst/ardentryst-1.71.ebuild
index 3d1783e..37b4f77 100644
--- a/games-action/ardentryst/ardentryst-1.71.ebuild
+++ b/games-action/ardentryst/ardentryst-1.71.ebuild
@@ -1,7 +1,10 @@
 # Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-inherit games
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 )
+inherit eutils python-single-r1
 
 MY_P=${P/-/}
 
@@ -14,17 +17,21 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE=""
 
-RDEPEND="dev-python/pygame"
+RDEPEND="dev-python/pygame[${PYTHON_USEDEP}]"
 DEPEND="${RDEPEND}"
 
 S=${WORKDIR}/${MY_P}
 
+pkg_setup() {
+	python-single-r1_pkg_setup
+}
+
 src_install() {
-	insinto "${GAMES_DATADIR}/${PN}"
+	insinto "/usr/share/${PN}"
 	doins -r Base Data Demos Fonts Levels Music Sounds OPR.txt *.py *.dig *.xml || die "doins failed"
-	games_make_wrapper ${PN} "python ./ardentryst.py" "${GAMES_DATADIR}/${PN}"
+	python_optimize ${ED%/}/usr/share/${PN}
+	make_wrapper ${PN} "${EPYTHON} ./ardentryst.py" "/usr/share/${PN}"
 	newicon Data/icon.png ${PN}.png
 	make_desktop_entry ${PN} Ardentryst
 	dodoc help.txt || die
-	prepgamesdirs
 }


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

* [gentoo-commits] proj/gamerlay:master commit in: games-action/ardentryst/
@ 2020-02-29  1:15 Azamat H. Hackimov
  0 siblings, 0 replies; 3+ messages in thread
From: Azamat H. Hackimov @ 2020-02-29  1:15 UTC (permalink / raw
  To: gentoo-commits

commit:     7790bc99e6e8f2f12137a38032afb49aeed3d54a
Author:     Azamat H. Hackimov <azamat.hackimov <AT> gmail <DOT> com>
AuthorDate: Sat Feb 29 01:11:23 2020 +0000
Commit:     Azamat H. Hackimov <winterheart <AT> gentoo <DOT> ru>
CommitDate: Sat Feb 29 01:12:32 2020 +0000
URL:        https://gitweb.gentoo.org/proj/gamerlay.git/commit/?id=7790bc99

games-action/ardentryst: remove package

Python 2.7 only package.
Signed-off-by: Azamat H. Hackimov <azamat.hackimov <AT> gmail.com>

 games-action/ardentryst/ardentryst-1.71.ebuild | 37 --------------------------
 games-action/ardentryst/metadata.xml           |  8 ------
 2 files changed, 45 deletions(-)

diff --git a/games-action/ardentryst/ardentryst-1.71.ebuild b/games-action/ardentryst/ardentryst-1.71.ebuild
deleted file mode 100644
index 37b4f77..0000000
--- a/games-action/ardentryst/ardentryst-1.71.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 )
-inherit eutils python-single-r1
-
-MY_P=${P/-/}
-
-DESCRIPTION="An action/RPG sidescoller, focused on story and character development."
-HOMEPAGE="http://jordan.trudgett.com/"
-SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="dev-python/pygame[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}"
-
-S=${WORKDIR}/${MY_P}
-
-pkg_setup() {
-	python-single-r1_pkg_setup
-}
-
-src_install() {
-	insinto "/usr/share/${PN}"
-	doins -r Base Data Demos Fonts Levels Music Sounds OPR.txt *.py *.dig *.xml || die "doins failed"
-	python_optimize ${ED%/}/usr/share/${PN}
-	make_wrapper ${PN} "${EPYTHON} ./ardentryst.py" "/usr/share/${PN}"
-	newicon Data/icon.png ${PN}.png
-	make_desktop_entry ${PN} Ardentryst
-	dodoc help.txt || die
-}

diff --git a/games-action/ardentryst/metadata.xml b/games-action/ardentryst/metadata.xml
deleted file mode 100644
index 1811bf7..0000000
--- a/games-action/ardentryst/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<maintainer type="person">
-	<email>frostworks@gmx.de</email>
-	<name>Marcel Unbehaun</name>
-</maintainer>
-</pkgmetadata>


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

end of thread, other threads:[~2020-02-29  1:15 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-02-29  1:15 [gentoo-commits] proj/gamerlay:master commit in: games-action/ardentryst/ Azamat H. Hackimov
  -- strict thread matches above, loose matches on Subject: below --
2018-12-13 23:35 Azamat H. Hackimov
2018-11-10 23:44 Azamat H. Hackimov

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