summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2015-02-05 03:55:59 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2015-02-05 03:55:59 +0000
commitc0f90c999cc2c063fb722401ecb154477e095cf9 (patch)
tree453401531404bffa402323ef02e2da4bb7f92bdc /games-simulation
parentold (diff)
downloadgentoo-2-c0f90c999cc2c063fb722401ecb154477e095cf9.tar.gz
gentoo-2-c0f90c999cc2c063fb722401ecb154477e095cf9.tar.bz2
gentoo-2-c0f90c999cc2c063fb722401ecb154477e095cf9.zip
old
(Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'games-simulation')
-rw-r--r--games-simulation/qct/ChangeLog5
-rw-r--r--games-simulation/qct/qct-0.7.ebuild44
2 files changed, 4 insertions, 45 deletions
diff --git a/games-simulation/qct/ChangeLog b/games-simulation/qct/ChangeLog
index f7d8c2435a74..c809df9a4fb8 100644
--- a/games-simulation/qct/ChangeLog
+++ b/games-simulation/qct/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for games-simulation/qct
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-simulation/qct/ChangeLog,v 1.12 2015/01/28 10:22:18 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-simulation/qct/ChangeLog,v 1.13 2015/02/05 03:55:59 mr_bones_ Exp $
+
+ 05 Feb 2015; Michael Sterrett <mr_bones_@gentoo.org> -qct-0.7.ebuild:
+ old
28 Jan 2015; Agostino Sarubbo <ago@gentoo.org> qct-0.7-r1.ebuild:
Stable for ppc, wrt bug #534170
diff --git a/games-simulation/qct/qct-0.7.ebuild b/games-simulation/qct/qct-0.7.ebuild
deleted file mode 100644
index bdfacaef1208..000000000000
--- a/games-simulation/qct/qct-0.7.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-simulation/qct/qct-0.7.ebuild,v 1.10 2010/10/18 19:17:41 mr_bones_ Exp $
-
-EAPI=2
-PYTHON_DEPEND="2"
-inherit eutils python games
-
-DESCRIPTION="Quiet Console Town puts you in the place of the mayor of a budding new console RPG city"
-HOMEPAGE="http://llynmir.net/qct"
-SRC_URI="http://www.sourcefiles.org/Games/Role_Play/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE=""
-
-DEPEND=">=dev-python/pygame-1.5.5"
-
-S=${WORKDIR}/${PN}
-
-src_prepare() {
- epatch "${FILESDIR}"/${P}-constant.patch
- python_convert_shebangs -r 2 .
-}
-
-src_install() {
- local destdir="${GAMES_DATADIR}/${PN}"
- insinto "${destdir}"
- exeinto "${destdir}"
-
- dodoc README
- doins *.py *.png
- doexe qct.py
-
- games_make_wrapper qct "./qct.py" "${destdir}"
-
- prepgamesdirs
-}
-
-pkg_setup() {
- python_set_active_version 2
- games_pkg_setup
-}