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 A3882138359 for ; Wed, 19 Aug 2020 15:21:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EA278E0917; Wed, 19 Aug 2020 15:21:22 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 D666FE0917 for ; Wed, 19 Aug 2020 15:21:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 8BA5434F54C for ; Wed, 19 Aug 2020 15:21:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0D55831A for ; Wed, 19 Aug 2020 15:21:20 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1597850435.1b2c38a725add6d6d04de60992c53717c72cc7cd.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-util/nml/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-util/nml/nml-0.4.5-r2.ebuild X-VCS-Directories: games-util/nml/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 1b2c38a725add6d6d04de60992c53717c72cc7cd X-VCS-Branch: master Date: Wed, 19 Aug 2020 15:21:20 +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: 83958a45-d328-4c53-8f52-2a68c8bac8a8 X-Archives-Hash: 56ffb3f941bb15b311cd08d740d1f004 commit: 1b2c38a725add6d6d04de60992c53717c72cc7cd Author: Conrad Kostecki gentoo org> AuthorDate: Wed Aug 19 15:20:35 2020 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Wed Aug 19 15:20:35 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b2c38a7 games-util/nml: drop old version Package-Manager: Portage-3.0.1, Repoman-2.3.23 Signed-off-by: Conrad Kostecki gentoo.org> games-util/nml/nml-0.4.5-r2.ebuild | 41 -------------------------------------- 1 file changed, 41 deletions(-) diff --git a/games-util/nml/nml-0.4.5-r2.ebuild b/games-util/nml/nml-0.4.5-r2.ebuild deleted file mode 100644 index 3588cfc60e8..00000000000 --- a/games-util/nml/nml-0.4.5-r2.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{6,7,8} ) - -inherit distutils-r1 - -DESCRIPTION="Compiler of NML files into GRF/NFO files" -HOMEPAGE="https://dev.openttdcoop.org/projects/nml" -SRC_URI="https://bundles.openttdcoop.org/nml/releases/${PV}/${P}.tar.gz" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="~amd64 ~arm ~x86" - -RDEPEND=" - dev-python/pillow[zlib,${PYTHON_USEDEP}] - dev-python/ply[${PYTHON_USEDEP}] -" - -DEPEND=" - ${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}] -" - -DOCS=( docs/{changelog,readme}.txt ) - -PATCHES=( - "${FILESDIR}"/${PN}-0.4.4-pillow3.patch - "${FILESDIR}"/${PN}-0.4.5-pillow6.patch - "${FILESDIR}"/${PN}-0.4.5-pillow7.patch - "${FILESDIR}"/${PN}-0.4.5-python38.patch -) - -src_install() { - distutils-r1_src_install - - doman docs/nmlc.1 -}