From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 0C47F1388C2 for ; Tue, 29 Dec 2015 07:41:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2035821C015; Tue, 29 Dec 2015 07:41:24 +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 3572421C015 for ; Tue, 29 Dec 2015 07:41:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3632734072E for ; Tue, 29 Dec 2015 07:41:22 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1ACE6CF0 for ; Tue, 29 Dec 2015 07:41:19 +0000 (UTC) From: "Michael Sterrett" 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" Message-ID: <1451374839.9f0b4b642b64cd5c97ef465fbf5a091ab4dba8dd.mr_bones_@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.1.ebuild X-VCS-Directories: games-util/nml/ X-VCS-Committer: mr_bones_ X-VCS-Committer-Name: Michael Sterrett X-VCS-Revision: 9f0b4b642b64cd5c97ef465fbf5a091ab4dba8dd X-VCS-Branch: master Date: Tue, 29 Dec 2015 07:41:19 +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-Archives-Salt: 658d4009-4030-409c-b86d-b561e677e612 X-Archives-Hash: ac9c99f6cccfe0fb6c8e40f8d17bfbb1 commit: 9f0b4b642b64cd5c97ef465fbf5a091ab4dba8dd Author: Michael Sterrett gentoo org> AuthorDate: Tue Dec 29 03:57:42 2015 +0000 Commit: Michael Sterrett gentoo org> CommitDate: Tue Dec 29 07:40:39 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f0b4b64 old Package-Manager: portage-2.2.24 games-util/nml/Manifest | 1 - games-util/nml/nml-0.4.1.ebuild | 27 --------------------------- 2 files changed, 28 deletions(-) diff --git a/games-util/nml/Manifest b/games-util/nml/Manifest index 8d29069..d546ef6 100644 --- a/games-util/nml/Manifest +++ b/games-util/nml/Manifest @@ -1,2 +1 @@ -DIST nml-0.4.1.tar.gz 377419 SHA256 f53c06a209655407a8e9604f15bb30f137c20b3754ceb9449b4904a1956d0ae0 SHA512 3ac1b3c716b62975261fc55d5a70eba1616d65a4e68e0520da63d6be4a85646dce7fc5f17b9ae896eb8e232d756f9604b9dbc020a76020f5cd73b0419e11f006 WHIRLPOOL c122ad3301f9f5e4f4cba85c776675e66984b82123db81a97d79d3e266231afebc611d8203f9a532a23b9c485595031aa9c1b1e6f3987d67118d85b4cce49cf0 DIST nml-0.4.2.tar.gz 377834 SHA256 eb4c2107682f14c58c5fbffc5f26c206fd3c8fc6972a3e28478e3e7f2bb773d7 SHA512 0d9c9f1de91cd91962aeacc0e5c59b351a2e4729f97d7fc2eb49f6d6487c1e1a7a98fb8f793689520c6e828fd6cdf39e952f13d0dc2f198234e3e6ad47fe6d8b WHIRLPOOL d4d994125c04c53528ae4cf9e3ca4643d2ef1e71636453404196b200a275649b2846683406bbae6f76e98573ea92962c23e295adeba3f6086026c0b8fd676c75 diff --git a/games-util/nml/nml-0.4.1.ebuild b/games-util/nml/nml-0.4.1.ebuild deleted file mode 100644 index edf6834..0000000 --- a/games-util/nml/nml-0.4.1.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 -PYTHON_COMPAT=( python{3_3,3_4} ) -inherit distutils-r1 - -DESCRIPTION="Compiler of NML files into grf/nfo files" -HOMEPAGE="http://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 ~ppc 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 ) - -src_install() { - distutils-r1_src_install - doman docs/nmlc.1 -}