summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'games-util')
-rw-r--r--games-util/nml/ChangeLog6
-rw-r--r--games-util/nml/files/nml-0.4.0-build.patch10
-rw-r--r--games-util/nml/nml-0.4.0.ebuild32
3 files changed, 5 insertions, 43 deletions
diff --git a/games-util/nml/ChangeLog b/games-util/nml/ChangeLog
index 8e84e1431b6b..6b6c4a6f581e 100644
--- a/games-util/nml/ChangeLog
+++ b/games-util/nml/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for games-util/nml
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-util/nml/ChangeLog,v 1.37 2015/06/28 10:09:13 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-util/nml/ChangeLog,v 1.38 2015/07/08 05:39:30 mr_bones_ Exp $
+
+ 08 Jul 2015; Michael Sterrett <mr_bones_@gentoo.org>
+ -files/nml-0.4.0-build.patch, -nml-0.4.0.ebuild:
+ old
28 Jun 2015; Mikle Kolyada <zlogene@gentoo.org> nml-0.4.1.ebuild:
x86 stable wrt bug #553264
diff --git a/games-util/nml/files/nml-0.4.0-build.patch b/games-util/nml/files/nml-0.4.0-build.patch
deleted file mode 100644
index db9ff1ce5bdd..000000000000
--- a/games-util/nml/files/nml-0.4.0-build.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- nml-0.4.0.r5527-3b43d37dec19/setup.py.orig 2015-04-08 23:21:14.064215586 -0400
-+++ nml-0.4.0.r5527-3b43d37dec19/setup.py 2015-04-08 23:21:36.382452859 -0400
-@@ -35,6 +35,7 @@
- 'Programming Language :: Python :: 3.4',
- 'Topic :: Software Development :: Compilers',
- ],
-+ packages=['nml', 'nml.actions', 'nml.ast', 'nml.expression'],
- url='http://dev.openttdcoop.org/projects/nml',
- author='NML Development Team',
- author_email='nml-team@openttdcoop.org',
diff --git a/games-util/nml/nml-0.4.0.ebuild b/games-util/nml/nml-0.4.0.ebuild
deleted file mode 100644
index 81a994a2680e..000000000000
--- a/games-util/nml/nml-0.4.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-util/nml/nml-0.4.0.ebuild,v 1.5 2015/05/19 22:12:57 mr_bones_ Exp $
-
-EAPI=5
-PYTHON_COMPAT=( python{3_3,3_4} )
-EHG_REPO_URI="http://hg.openttdcoop.org/nml"
-EHG_REVISION="0.4.0"
-
-inherit mercurial distutils-r1
-
-DESCRIPTION="Compiler of NML files into grf/nfo files"
-HOMEPAGE="http://dev.openttdcoop.org/projects/nml"
-
-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}]"
-
-S=${WORKDIR}/${P}.r5527-3b43d37dec19
-
-DOCS=( docs/{changelog,readme}.txt )
-PATCHES=( "${FILESDIR}"/${P}-build.patch )
-
-src_install() {
- distutils-r1_src_install
- doman docs/nmlc.1
-}