diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2013-01-30 21:50:26 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2013-01-30 21:50:26 +0000 |
commit | dad0d7b099bc5f5b960a0c5a00a55ff2a31c94a6 (patch) | |
tree | 378d143e6d3bb0dfc2497ad13befe0e65b1b4230 /games-util | |
parent | old (diff) | |
download | gentoo-2-dad0d7b099bc5f5b960a0c5a00a55ff2a31c94a6.tar.gz gentoo-2-dad0d7b099bc5f5b960a0c5a00a55ff2a31c94a6.tar.bz2 gentoo-2-dad0d7b099bc5f5b960a0c5a00a55ff2a31c94a6.zip |
old
(Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'games-util')
-rw-r--r-- | games-util/nml/ChangeLog | 5 | ||||
-rw-r--r-- | games-util/nml/nml-0.2.4.ebuild | 33 |
2 files changed, 4 insertions, 34 deletions
diff --git a/games-util/nml/ChangeLog b/games-util/nml/ChangeLog index 6380ec099c40..769f51b257de 100644 --- a/games-util/nml/ChangeLog +++ b/games-util/nml/ChangeLog @@ -1,6 +1,9 @@ # 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.11 2013/01/17 16:04:36 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-util/nml/ChangeLog,v 1.12 2013/01/30 21:50:26 mr_bones_ Exp $ + + 30 Jan 2013; Michael Sterrett <mr_bones_@gentoo.org> -nml-0.2.4.ebuild: + old *nml-0.2.4-r1 (17 Jan 2013) diff --git a/games-util/nml/nml-0.2.4.ebuild b/games-util/nml/nml-0.2.4.ebuild deleted file mode 100644 index 665f2cd7a18f..000000000000 --- a/games-util/nml/nml-0.2.4.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.4.ebuild,v 1.2 2012/12/29 16:31:14 pinkbyte 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/nml/releases/${PV}/${P}.src.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~arm ~ppc ~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 -} |