summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAzamat H. Hackimov <azamat.hackimov@gmail.com>2020-02-29 04:11:23 +0300
committerAzamat H. Hackimov <azamat.hackimov@gmail.com>2020-02-29 04:12:32 +0300
commit7790bc99e6e8f2f12137a38032afb49aeed3d54a (patch)
tree3624fadd45f0dec33e1f23f37825eaa2fe1218e8 /games-action
parentgames-puzzle/londonlaw: remove package (diff)
downloadgamerlay-7790bc99e6e8f2f12137a38032afb49aeed3d54a.tar.gz
gamerlay-7790bc99e6e8f2f12137a38032afb49aeed3d54a.tar.bz2
gamerlay-7790bc99e6e8f2f12137a38032afb49aeed3d54a.zip
games-action/ardentryst: remove package
Python 2.7 only package. Signed-off-by: Azamat H. Hackimov <azamat.hackimov@gmail.com>
Diffstat (limited to 'games-action')
-rw-r--r--games-action/ardentryst/Manifest1
-rw-r--r--games-action/ardentryst/ardentryst-1.71.ebuild37
-rw-r--r--games-action/ardentryst/metadata.xml8
3 files changed, 0 insertions, 46 deletions
diff --git a/games-action/ardentryst/Manifest b/games-action/ardentryst/Manifest
deleted file mode 100644
index 792afab..0000000
--- a/games-action/ardentryst/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST ardentryst1.71.tar.gz 26651674 SHA256 2b7385ab9abbc28b86dab2c2f3ed31bf03a37a24ddf5439ebf30819be8f986a9 SHA512 022bd8076d6cc1595f10d1bc76c14599e1afef671e2dbfa061029183c15e85f45ef820a84ef868f90f76115f573c16cd497da990bd465915c2c1435d4079ac03 WHIRLPOOL cb64e11cc2cafcf0775401d29278c4eade16866f03f64f5cd651a7e87f007a7d13c89b02f61451352830ea2cdff8c537d021c238d4d5a5d552a8076326355e7c
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>