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 A91F6138334 for ; Tue, 16 Apr 2019 20:42:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A9842E09DF; Tue, 16 Apr 2019 20:24:10 +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 8B730E09DF for ; Tue, 16 Apr 2019 20:24:10 +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 E726E34145F for ; Tue, 16 Apr 2019 20:24:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 60945584 for ; Tue, 16 Apr 2019 20:24:07 +0000 (UTC) From: "James Le Cuirot" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "James Le Cuirot" Message-ID: <1555446229.b2e4e4c6caeb8b7372d867faed193e080d2bd588.chewi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-util/nml/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-util/nml/Manifest games-util/nml/nml-0.4.4-r1.ebuild X-VCS-Directories: games-util/nml/ X-VCS-Committer: chewi X-VCS-Committer-Name: James Le Cuirot X-VCS-Revision: b2e4e4c6caeb8b7372d867faed193e080d2bd588 X-VCS-Branch: master Date: Tue, 16 Apr 2019 20:24:07 +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: 425bdfc1-3631-45a0-a039-dbd9464362df X-Archives-Hash: 02648bc477e41070cec58e6fb371041e commit: b2e4e4c6caeb8b7372d867faed193e080d2bd588 Author: James Le Cuirot gentoo org> AuthorDate: Tue Apr 16 20:23:49 2019 +0000 Commit: James Le Cuirot gentoo org> CommitDate: Tue Apr 16 20:23:49 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2e4e4c6 games-util/nml: Drop old 0.4.4-r1 Package-Manager: Portage-2.3.63, Repoman-2.3.12 Signed-off-by: James Le Cuirot gentoo.org> games-util/nml/Manifest | 1 - games-util/nml/nml-0.4.4-r1.ebuild | 27 --------------------------- 2 files changed, 28 deletions(-) diff --git a/games-util/nml/Manifest b/games-util/nml/Manifest index 32a52b50b61..ff784d437ac 100644 --- a/games-util/nml/Manifest +++ b/games-util/nml/Manifest @@ -1,2 +1 @@ -DIST nml-0.4.4.tar.gz 377998 BLAKE2B a65df2c371c1b1dda2469a968372f21f9f27e9739c8d8a9a0f582c126169921ee3ffc9745f6ef4ac21aebdeea35fd26385d3149e84d50381c4796b71b378571f SHA512 fd7b8d7abfc8b5ea694eedf00bbc4069a82de942178a58ec05e9d3efe7c8663103ffb6b98f7614ce165eb7cba42cb4c7589f77fb67dd95eb6293f62b3179c7b0 DIST nml-0.4.5.tar.gz 378578 BLAKE2B 1283cdcabd4cbaf12dda926b89c88a3942e9e4469879812abe372facd2c41ff20af0df792bbdadf71d9d3ad8d72e98e293fd903c880e77d3e4ee8a1b73e36ca9 SHA512 64b2f46a1c2e37fce8f51231094e30334f368b0db39c6a3977a144a798d8034d1abbe7c14af3921eb81f4b7caa193e7e53ccb9e27acd113e0407926b109ca952 diff --git a/games-util/nml/nml-0.4.4-r1.ebuild b/games-util/nml/nml-0.4.4-r1.ebuild deleted file mode 100644 index b50f0471e31..00000000000 --- a/games-util/nml/nml-0.4.4-r1.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -PYTHON_COMPAT=( python3_{4,5,6} ) -inherit distutils-r1 - -DESCRIPTION="Compiler of NML files into grf/nfo files" -HOMEPAGE="https://dev.openttdcoop.org/projects/nml" -SRC_URI="http://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}"/${P}-pillow3.patch ) - -src_install() { - distutils-r1_src_install - doman docs/nmlc.1 -}