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>[email protected]</email>
- <name>Marcel Unbehaun</name>
-</maintainer>
-</pkgmetadata>