Gentoo Archives: gentoo-commits

From: "Azamat H. Hackimov" <winterheart@××××××.ru>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gamerlay:master commit in: games-action/ardentryst/
Date: Sat, 29 Feb 2020 01:15:47
Message-Id: 1582938752.7790bc99e6e8f2f12137a38032afb49aeed3d54a.winterheart@gentoo
1 commit: 7790bc99e6e8f2f12137a38032afb49aeed3d54a
2 Author: Azamat H. Hackimov <azamat.hackimov <AT> gmail <DOT> com>
3 AuthorDate: Sat Feb 29 01:11:23 2020 +0000
4 Commit: Azamat H. Hackimov <winterheart <AT> gentoo <DOT> ru>
5 CommitDate: Sat Feb 29 01:12:32 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/gamerlay.git/commit/?id=7790bc99
7
8 games-action/ardentryst: remove package
9
10 Python 2.7 only package.
11 Signed-off-by: Azamat H. Hackimov <azamat.hackimov <AT> gmail.com>
12
13 games-action/ardentryst/ardentryst-1.71.ebuild | 37 --------------------------
14 games-action/ardentryst/metadata.xml | 8 ------
15 2 files changed, 45 deletions(-)
16
17 diff --git a/games-action/ardentryst/ardentryst-1.71.ebuild b/games-action/ardentryst/ardentryst-1.71.ebuild
18 deleted file mode 100644
19 index 37b4f77..0000000
20 --- a/games-action/ardentryst/ardentryst-1.71.ebuild
21 +++ /dev/null
22 @@ -1,37 +0,0 @@
23 -# Copyright 1999-2018 Gentoo Authors
24 -# Distributed under the terms of the GNU General Public License v2
25 -
26 -EAPI=6
27 -
28 -PYTHON_COMPAT=( python2_7 )
29 -inherit eutils python-single-r1
30 -
31 -MY_P=${P/-/}
32 -
33 -DESCRIPTION="An action/RPG sidescoller, focused on story and character development."
34 -HOMEPAGE="http://jordan.trudgett.com/"
35 -SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
36 -
37 -LICENSE="GPL-3"
38 -SLOT="0"
39 -KEYWORDS="~amd64 ~x86"
40 -IUSE=""
41 -
42 -RDEPEND="dev-python/pygame[${PYTHON_USEDEP}]"
43 -DEPEND="${RDEPEND}"
44 -
45 -S=${WORKDIR}/${MY_P}
46 -
47 -pkg_setup() {
48 - python-single-r1_pkg_setup
49 -}
50 -
51 -src_install() {
52 - insinto "/usr/share/${PN}"
53 - doins -r Base Data Demos Fonts Levels Music Sounds OPR.txt *.py *.dig *.xml || die "doins failed"
54 - python_optimize ${ED%/}/usr/share/${PN}
55 - make_wrapper ${PN} "${EPYTHON} ./ardentryst.py" "/usr/share/${PN}"
56 - newicon Data/icon.png ${PN}.png
57 - make_desktop_entry ${PN} Ardentryst
58 - dodoc help.txt || die
59 -}
60
61 diff --git a/games-action/ardentryst/metadata.xml b/games-action/ardentryst/metadata.xml
62 deleted file mode 100644
63 index 1811bf7..0000000
64 --- a/games-action/ardentryst/metadata.xml
65 +++ /dev/null
66 @@ -1,8 +0,0 @@
67 -<?xml version="1.0" encoding="UTF-8"?>
68 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
69 -<pkgmetadata>
70 -<maintainer type="person">
71 - <email>frostworks@×××.de</email>
72 - <name>Marcel Unbehaun</name>
73 -</maintainer>
74 -</pkgmetadata>