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 8BACA138334 for ; Thu, 13 Dec 2018 23:35:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4C2BAE0E5E; Thu, 13 Dec 2018 23:35:09 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 219BEE0E5E for ; Thu, 13 Dec 2018 23:35:08 +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 5B54C335C94 for ; Thu, 13 Dec 2018 23:35:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A876F4E5 for ; Thu, 13 Dec 2018 23:35:05 +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: <1544737997.097b90afc26dcebc54325df0f67cf0d8277460bc.winterheart@gentoo> Subject: [gentoo-commits] proj/gamerlay:master commit in: dev-games/mcedit/ X-VCS-Repository: proj/gamerlay X-VCS-Files: dev-games/mcedit/mcedit-0.1.8_p665.ebuild dev-games/mcedit/metadata.xml X-VCS-Directories: dev-games/mcedit/ X-VCS-Committer: winterheart X-VCS-Committer-Name: Azamat H. Hackimov X-VCS-Revision: 097b90afc26dcebc54325df0f67cf0d8277460bc X-VCS-Branch: master Date: Thu, 13 Dec 2018 23:35:05 +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: 61c79218-e63b-435a-b184-5b0367ccb3f6 X-Archives-Hash: 77f6e25dcaaf4d7b775fc2bcb2bf53b7 commit: 097b90afc26dcebc54325df0f67cf0d8277460bc Author: Azamat H. Hackimov gmail com> AuthorDate: Thu Dec 13 21:43:29 2018 +0000 Commit: Azamat H. Hackimov gentoo ru> CommitDate: Thu Dec 13 21:53:17 2018 +0000 URL: https://gitweb.gentoo.org/proj/gamerlay.git/commit/?id=097b90af [dev-games/mcedit] Removed package Does not runs, QA errors, unsupported. Signed-off-by: Azamat H. Hackimov gmail.com> dev-games/mcedit/mcedit-0.1.8_p665.ebuild | 31 ------------------------------- dev-games/mcedit/metadata.xml | 10 ---------- 2 files changed, 41 deletions(-) diff --git a/dev-games/mcedit/mcedit-0.1.8_p665.ebuild b/dev-games/mcedit/mcedit-0.1.8_p665.ebuild deleted file mode 100644 index 7eece8d..0000000 --- a/dev-games/mcedit/mcedit-0.1.8_p665.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2018 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -PYTHON_COMPAT=( python2_7 ) -inherit eutils versionator distutils-r1 - -DESCRIPTION="MCEdit, Minecraft World Editor" -HOMEPAGE="https://github.com/mcedit/mcedit" -MY_PVP="$(get_version_component_range 4)" -MY_PV="$(get_version_component_range 1-3)build${MY_PVP#p}" - -SRC_URI="https://github.com/${PN}/${PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz" -LICENSE="BSD" -SLOT=0 -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND=" - >=dev-python/pyopengl-3.0.2 - dev-python/pygame - dev-python/pyyaml - dev-python/numpy - " -S=${WORKDIR}/${PN}-${MY_PV} - -src_prepare() { - sed \ - -e '/from\ esky import/d' \ - -i "${S}/setup.py" -} diff --git a/dev-games/mcedit/metadata.xml b/dev-games/mcedit/metadata.xml deleted file mode 100644 index 1479d5a..0000000 --- a/dev-games/mcedit/metadata.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - - vortexius@gmail.com - - - MCEdit is an open-source, BSD-licenced world editor for the viral indie hit Minecraft - -