From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-860107-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id F3D5458973 for <garchives@archives.gentoo.org>; Thu, 28 Jan 2016 05:50:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F1E9F21C00D; Thu, 28 Jan 2016 05:50:41 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5DB1021C00D for <gentoo-commits@lists.gentoo.org>; Thu, 28 Jan 2016 05:50:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4F583340834 for <gentoo-commits@lists.gentoo.org>; Thu, 28 Jan 2016 05:50:40 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 199E6105C for <gentoo-commits@lists.gentoo.org>; Thu, 28 Jan 2016 05:50:39 +0000 (UTC) From: "Michael Sterrett" <mr_bones_@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Sterrett" <mr_bones_@gentoo.org> Message-ID: <1453960204.6522475f9fd95622eaafe9f24a8f4273a0d2dd1e.mr_bones_@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-simulation/qct/files/, games-simulation/qct/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-simulation/qct/Manifest games-simulation/qct/files/qct-0.7-constant.patch games-simulation/qct/metadata.xml games-simulation/qct/qct-0.7-r1.ebuild X-VCS-Directories: games-simulation/qct/files/ games-simulation/qct/ X-VCS-Committer: mr_bones_ X-VCS-Committer-Name: Michael Sterrett X-VCS-Revision: 6522475f9fd95622eaafe9f24a8f4273a0d2dd1e X-VCS-Branch: master Date: Thu, 28 Jan 2016 05:50:39 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 1f58e8d8-972b-4e7b-ad38-621c743c7e6a X-Archives-Hash: d8282ec32dd58e8e80067272aad519cd commit: 6522475f9fd95622eaafe9f24a8f4273a0d2dd1e Author: Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org> AuthorDate: Thu Jan 28 05:45:38 2016 +0000 Commit: Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org> CommitDate: Thu Jan 28 05:50:04 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6522475f games-simulation/qct: games-simulation/qct is gone games-simulation/qct/Manifest | 1 - games-simulation/qct/files/qct-0.7-constant.patch | 21 ---------- games-simulation/qct/metadata.xml | 8 ---- games-simulation/qct/qct-0.7-r1.ebuild | 49 ----------------------- 4 files changed, 79 deletions(-) diff --git a/games-simulation/qct/Manifest b/games-simulation/qct/Manifest deleted file mode 100644 index a16b1be..0000000 --- a/games-simulation/qct/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST qct-0.7.tar.gz 98126 SHA256 d24d72c594e0af188876622aa2f9ce46e5e288bb66826aedb3ee3244fe8dd87b SHA512 89784607be3420f62ee1c94610f0df1e2ef57e237aa24ca2bf6583c17470ded91e8b5eff4171d93471a35c99951a98721eba2e9facb0757461c4343fbffe8bac WHIRLPOOL 21f27e3590edecbcdeb40a3dcc0c72a2cfc7413d0f27f508387590429b3920344f5fc581b6cecc671fa4e4382ff231cf4e13a29da754a986685216d782d07faa diff --git a/games-simulation/qct/files/qct-0.7-constant.patch b/games-simulation/qct/files/qct-0.7-constant.patch deleted file mode 100644 index 43a01ea..0000000 --- a/games-simulation/qct/files/qct-0.7-constant.patch +++ /dev/null @@ -1,21 +0,0 @@ -Fix traceback from using wrong name. - -Patch by Peter `MathFox' Roozemaal. - -http://bugs.gentoo.org/97762 -http://sourceforge.net/tracker/index.php?func=detail&aid=801329&group_id=74836&atid=542163 - ---- qct/specializations.py -+++ qct/specializations.py -@@ -131,9 +131,9 @@ - mods = self.getModsFor('incomeMod', employer) - if resident: - if resident.job == trainer: -- return prospect.level * INCOMEMULT * mods -+ return prospect.level * constants.INCOMEMULT * mods - else: -- return prospect.level * INCOMEMULT / 2 * mods -+ return prospect.level * constants.INCOMEMULT / 2 * mods - else: - return 0 - diff --git a/games-simulation/qct/metadata.xml b/games-simulation/qct/metadata.xml deleted file mode 100644 index 78274e0..0000000 --- a/games-simulation/qct/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="project"> - <email>games@gentoo.org</email> - <name>Gentoo Games Project</name> -</maintainer> -</pkgmetadata> diff --git a/games-simulation/qct/qct-0.7-r1.ebuild b/games-simulation/qct/qct-0.7-r1.ebuild deleted file mode 100644 index 0875470..0000000 --- a/games-simulation/qct/qct-0.7-r1.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 -PYTHON_COMPAT=( python2_7 ) -inherit eutils python-single-r1 games - -DESCRIPTION="Quiet Console Town puts you in the place of the mayor of a budding new console RPG city" -HOMEPAGE="https://packages.gentoo.org/package/games-simulation/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[${PYTHON_USEDEP}]" -RDEPEND=${RDEPEND} -REQUIRED_USE=${PYTHON_REQUIRED_USE} - -S=${WORKDIR}/${PN} - -src_prepare() { - epatch "${FILESDIR}"/${P}-constant.patch - python_fix_shebang . -} - -src_install() { - # Ug. Someone fix this to install in $(games_get_libdir)/${PN} instead - local destdir="${GAMES_DATADIR}/${PN}" - insinto "${destdir}" - exeinto "${destdir}" - - dodoc README - doins *.py *.png - doexe qct.py - - python_optimize "${D}${GAMES_DATADIR}/${PN}" - - games_make_wrapper qct "./qct.py" "${destdir}" - - prepgamesdirs -} - -pkg_setup() { - python-single-r1_pkg_setup - games_pkg_setup -}