summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2013-11-12 03:18:29 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2013-11-12 03:18:29 +0000
commit2bdb8c4cf9e78b7942bfb21830942631a01848aa (patch)
tree004de548bd926e1b252b53478bd5ee64e104cf99 /games-util
parentTemporarily masking gcc 4.8.2 #491052 (diff)
downloadgentoo-2-2bdb8c4cf9e78b7942bfb21830942631a01848aa.tar.gz
gentoo-2-2bdb8c4cf9e78b7942bfb21830942631a01848aa.tar.bz2
gentoo-2-2bdb8c4cf9e78b7942bfb21830942631a01848aa.zip
old
(Portage version: 2.2.7/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'games-util')
-rw-r--r--games-util/nml/ChangeLog6
-rw-r--r--games-util/nml/nml-0.2.3.ebuild33
-rw-r--r--games-util/nml/nml-0.2.4-r1.ebuild34
3 files changed, 5 insertions, 68 deletions
diff --git a/games-util/nml/ChangeLog b/games-util/nml/ChangeLog
index 2c218cfd2c09..81753e2bf76f 100644
--- a/games-util/nml/ChangeLog
+++ b/games-util/nml/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for games-util/nml
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-util/nml/ChangeLog,v 1.20 2013/09/16 04:00:02 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-util/nml/ChangeLog,v 1.21 2013/11/12 03:18:29 mr_bones_ Exp $
+
+ 12 Nov 2013; Michael Sterrett <mr_bones_@gentoo.org> -nml-0.2.3.ebuild,
+ -nml-0.2.4-r1.ebuild:
+ old
16 Sep 2013; Michael Sterrett <mr_bones_@gentoo.org> nml-0.2.4-r2.ebuild:
virtual/python-imaging -> dev-python/pillow[zlib,] since the virtual is going
diff --git a/games-util/nml/nml-0.2.3.ebuild b/games-util/nml/nml-0.2.3.ebuild
deleted file mode 100644
index fa4c70519f9d..000000000000
--- a/games-util/nml/nml-0.2.3.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-util/nml/nml-0.2.3.ebuild,v 1.9 2012/12/31 16:32:33 ago Exp $
-
-EAPI=4
-PYTHON_DEPEND="2:2.5"
-inherit distutils
-
-DESCRIPTION="Compiler of NML files into grf/nfo files"
-HOMEPAGE="http://dev.openttdcoop.org/projects/nml"
-SRC_URI="http://bundles.openttdcoop.org/${PN}/releases/${PV}/${P}.src.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86"
-IUSE=""
-
-RDEPEND="dev-python/imaging
- dev-python/ply"
-DEPEND="${RDEPEND}
- dev-python/setuptools"
-
-DOCS="docs/changelog.txt docs/readme.txt"
-
-pkg_setup() {
- python_set_active_version 2
- python_pkg_setup
-}
-
-src_install() {
- distutils_src_install
- doman docs/nmlc.1
-}
diff --git a/games-util/nml/nml-0.2.4-r1.ebuild b/games-util/nml/nml-0.2.4-r1.ebuild
deleted file mode 100644
index 738b5cb3401d..000000000000
--- a/games-util/nml/nml-0.2.4-r1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-util/nml/nml-0.2.4-r1.ebuild,v 1.5 2013/09/05 19:44:51 mgorny Exp $
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_6 python2_7 )
-
-inherit eutils 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}.src.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~ppc x86"
-IUSE=""
-
-RDEPEND="virtual/python-imaging
- dev-python/ply"
-DEPEND="${RDEPEND}
- dev-python/setuptools[${PYTHON_USEDEP}]"
-
-DOCS=( docs/{changelog,readme}.txt )
-
-src_prepare() {
- epatch "${FILESDIR}"/${P}-pillow.patch
-}
-
-src_install() {
- distutils-r1_src_install
- doman docs/nmlc.1
-}