From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CB88D138350 for ; Sat, 29 Feb 2020 01:15:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 90E36E08F4; Sat, 29 Feb 2020 01:15:40 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 75D0AE08F4 for ; Sat, 29 Feb 2020 01:15:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 66E7B34F4C2 for ; Sat, 29 Feb 2020 01:15:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B028C17A for ; Sat, 29 Feb 2020 01:15:34 +0000 (UTC) From: "Azamat H. Hackimov" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Azamat H. Hackimov" Message-ID: <1582938752.7790bc99e6e8f2f12137a38032afb49aeed3d54a.winterheart@gentoo> Subject: [gentoo-commits] proj/gamerlay:master commit in: games-action/ardentryst/ X-VCS-Repository: proj/gamerlay X-VCS-Files: games-action/ardentryst/ardentryst-1.71.ebuild games-action/ardentryst/metadata.xml X-VCS-Directories: games-action/ardentryst/ X-VCS-Committer: winterheart X-VCS-Committer-Name: Azamat H. Hackimov X-VCS-Revision: 7790bc99e6e8f2f12137a38032afb49aeed3d54a X-VCS-Branch: master Date: Sat, 29 Feb 2020 01:15:34 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: e9ab7b4b-387b-4139-b8c4-b47d5a6d6028 X-Archives-Hash: 6587787649b2385e6b9e168eced7411f commit: 7790bc99e6e8f2f12137a38032afb49aeed3d54a Author: Azamat H. Hackimov gmail com> AuthorDate: Sat Feb 29 01:11:23 2020 +0000 Commit: Azamat H. Hackimov gentoo 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 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 @@ - - - - - frostworks@gmx.de - Marcel Unbehaun - -