Gentoo Archives: gentoo-commits

From: "Julian Ospald (hasufell)" <hasufell@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-util/nml: ChangeLog nml-0.2.4-r2.ebuild
Date: Tue, 30 Jul 2013 12:39:54
Message-Id: 20130730123947.8EBBC2171C@flycatcher.gentoo.org
1 hasufell 13/07/30 12:39:47
2
3 Modified: ChangeLog
4 Added: nml-0.2.4-r2.ebuild
5 Log:
6 revbump wrt #477448, don't overwrite distutils-r1_src_prepare
7
8 (Portage version: 2.2.0_alpha191/cvs/Linux x86_64, signed Manifest commit with key E73C35B3)
9
10 Revision Changes Path
11 1.16 games-util/nml/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/nml/ChangeLog?rev=1.16&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/nml/ChangeLog?rev=1.16&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/nml/ChangeLog?r1=1.15&r2=1.16
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/games-util/nml/ChangeLog,v
20 retrieving revision 1.15
21 retrieving revision 1.16
22 diff -u -r1.15 -r1.16
23 --- ChangeLog 20 Jul 2013 16:09:22 -0000 1.15
24 +++ ChangeLog 30 Jul 2013 12:39:47 -0000 1.16
25 @@ -1,6 +1,11 @@
26 # ChangeLog for games-util/nml
27 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/games-util/nml/ChangeLog,v 1.15 2013/07/20 16:09:22 mr_bones_ Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/games-util/nml/ChangeLog,v 1.16 2013/07/30 12:39:47 hasufell Exp $
30 +
31 +*nml-0.2.4-r2 (30 Jul 2013)
32 +
33 + 30 Jul 2013; Julian Ospald <hasufell@g.o> +nml-0.2.4-r2.ebuild:
34 + revbump wrt #477448, don't overwrite distutils-r1_src_prepare
35
36 20 Jul 2013; Michael Sterrett <mr_bones_@g.o>
37 +files/nml-0.2.4-pillow.patch, nml-0.2.4-r1.ebuild:
38
39
40
41 1.1 games-util/nml/nml-0.2.4-r2.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/nml/nml-0.2.4-r2.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/nml/nml-0.2.4-r2.ebuild?rev=1.1&content-type=text/plain
45
46 Index: nml-0.2.4-r2.ebuild
47 ===================================================================
48 # Copyright 1999-2013 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/games-util/nml/nml-0.2.4-r2.ebuild,v 1.1 2013/07/30 12:39:47 hasufell Exp $
51
52 EAPI=5
53
54 PYTHON_COMPAT=( python2_5 python2_6 python2_7 )
55
56 inherit distutils-r1
57
58 DESCRIPTION="Compiler of NML files into grf/nfo files"
59 HOMEPAGE="http://dev.openttdcoop.org/projects/nml"
60 SRC_URI="http://bundles.openttdcoop.org/nml/releases/${PV}/${P}.src.tar.gz"
61
62 LICENSE="GPL-2"
63 SLOT="0"
64 KEYWORDS="~amd64 ~arm ~ppc ~x86"
65 IUSE=""
66
67 RDEPEND="virtual/python-imaging
68 dev-python/ply"
69 DEPEND="${RDEPEND}
70 dev-python/setuptools[${PYTHON_USEDEP}]"
71
72 DOCS=( docs/{changelog,readme}.txt )
73 PATCHES=( "${FILESDIR}/${P}-pillow.patch" )
74
75 src_install() {
76 distutils-r1_src_install
77 doman docs/nmlc.1
78 }