Gentoo Archives: gentoo-commits

From: Michael Sterrett <mr_bones_@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-util/nml/
Date: Tue, 29 Dec 2015 07:41:26
Message-Id: 1451374839.9f0b4b642b64cd5c97ef465fbf5a091ab4dba8dd.mr_bones_@gentoo
1 commit: 9f0b4b642b64cd5c97ef465fbf5a091ab4dba8dd
2 Author: Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
3 AuthorDate: Tue Dec 29 03:57:42 2015 +0000
4 Commit: Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
5 CommitDate: Tue Dec 29 07:40:39 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f0b4b64
7
8 old
9
10 Package-Manager: portage-2.2.24
11
12 games-util/nml/Manifest | 1 -
13 games-util/nml/nml-0.4.1.ebuild | 27 ---------------------------
14 2 files changed, 28 deletions(-)
15
16 diff --git a/games-util/nml/Manifest b/games-util/nml/Manifest
17 index 8d29069..d546ef6 100644
18 --- a/games-util/nml/Manifest
19 +++ b/games-util/nml/Manifest
20 @@ -1,2 +1 @@
21 -DIST nml-0.4.1.tar.gz 377419 SHA256 f53c06a209655407a8e9604f15bb30f137c20b3754ceb9449b4904a1956d0ae0 SHA512 3ac1b3c716b62975261fc55d5a70eba1616d65a4e68e0520da63d6be4a85646dce7fc5f17b9ae896eb8e232d756f9604b9dbc020a76020f5cd73b0419e11f006 WHIRLPOOL c122ad3301f9f5e4f4cba85c776675e66984b82123db81a97d79d3e266231afebc611d8203f9a532a23b9c485595031aa9c1b1e6f3987d67118d85b4cce49cf0
22 DIST nml-0.4.2.tar.gz 377834 SHA256 eb4c2107682f14c58c5fbffc5f26c206fd3c8fc6972a3e28478e3e7f2bb773d7 SHA512 0d9c9f1de91cd91962aeacc0e5c59b351a2e4729f97d7fc2eb49f6d6487c1e1a7a98fb8f793689520c6e828fd6cdf39e952f13d0dc2f198234e3e6ad47fe6d8b WHIRLPOOL d4d994125c04c53528ae4cf9e3ca4643d2ef1e71636453404196b200a275649b2846683406bbae6f76e98573ea92962c23e295adeba3f6086026c0b8fd676c75
23
24 diff --git a/games-util/nml/nml-0.4.1.ebuild b/games-util/nml/nml-0.4.1.ebuild
25 deleted file mode 100644
26 index edf6834..0000000
27 --- a/games-util/nml/nml-0.4.1.ebuild
28 +++ /dev/null
29 @@ -1,27 +0,0 @@
30 -# Copyright 1999-2015 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -# $Id$
33 -
34 -EAPI=5
35 -PYTHON_COMPAT=( python{3_3,3_4} )
36 -inherit distutils-r1
37 -
38 -DESCRIPTION="Compiler of NML files into grf/nfo files"
39 -HOMEPAGE="http://dev.openttdcoop.org/projects/nml"
40 -SRC_URI="http://bundles.openttdcoop.org/nml/releases/${PV}/${P}.tar.gz"
41 -
42 -LICENSE="GPL-2"
43 -SLOT="0"
44 -KEYWORDS="amd64 ~arm ~ppc x86"
45 -
46 -RDEPEND="dev-python/pillow[zlib,${PYTHON_USEDEP}]
47 - dev-python/ply[${PYTHON_USEDEP}]"
48 -DEPEND="${RDEPEND}
49 - dev-python/setuptools[${PYTHON_USEDEP}]"
50 -
51 -DOCS=( docs/{changelog,readme}.txt )
52 -
53 -src_install() {
54 - distutils-r1_src_install
55 - doman docs/nmlc.1
56 -}