diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2015-05-19 22:12:57 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2015-05-19 22:12:57 +0000 |
commit | d2f051ce37b27a28f60081aa8e79bb3e9616e1a3 (patch) | |
tree | 5d6bb905808bdd86e62034edc2f884bac70235e3 /games-util | |
parent | Version bump; remove old (diff) | |
download | gentoo-2-d2f051ce37b27a28f60081aa8e79bb3e9616e1a3.tar.gz gentoo-2-d2f051ce37b27a28f60081aa8e79bb3e9616e1a3.tar.bz2 gentoo-2-d2f051ce37b27a28f60081aa8e79bb3e9616e1a3.zip |
restore mercurial stuff and remove unnecessary SRC_URI.
(Portage version: 2.2.18/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'games-util')
-rw-r--r-- | games-util/nml/ChangeLog | 6 | ||||
-rw-r--r-- | games-util/nml/nml-0.4.0.ebuild | 7 | ||||
-rw-r--r-- | games-util/nml/nml-0.4.1.ebuild | 3 |
3 files changed, 10 insertions, 6 deletions
diff --git a/games-util/nml/ChangeLog b/games-util/nml/ChangeLog index 19c0c8e1af71..256d7b97858c 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.34 2015/05/13 16:49:32 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-util/nml/ChangeLog,v 1.35 2015/05/19 22:12:57 mr_bones_ Exp $ + + 19 May 2015; Michael Sterrett <mr_bones_@gentoo.org> nml-0.4.0.ebuild, + nml-0.4.1.ebuild: + restore mercurial stuff and remove unnecessary SRC_URI. *nml-0.4.1 (13 May 2015) diff --git a/games-util/nml/nml-0.4.0.ebuild b/games-util/nml/nml-0.4.0.ebuild index 62e535a334d6..81a994a2680e 100644 --- a/games-util/nml/nml-0.4.0.ebuild +++ b/games-util/nml/nml-0.4.0.ebuild @@ -1,15 +1,16 @@ # 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.4 2015/05/13 16:45:53 mr_bones_ Exp $ +# $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 distutils-r1 +inherit mercurial 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}/nml-${PV}.r5527-3b43d37dec19.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" SLOT="0" diff --git a/games-util/nml/nml-0.4.1.ebuild b/games-util/nml/nml-0.4.1.ebuild index 8746b76483ef..b46fba9fdef7 100644 --- a/games-util/nml/nml-0.4.1.ebuild +++ b/games-util/nml/nml-0.4.1.ebuild @@ -1,10 +1,9 @@ # 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.1.ebuild,v 1.1 2015/05/13 16:49:32 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-util/nml/nml-0.4.1.ebuild,v 1.2 2015/05/19 22:12:57 mr_bones_ Exp $ EAPI=5 PYTHON_COMPAT=( python{3_3,3_4} ) - inherit distutils-r1 DESCRIPTION="Compiler of NML files into grf/nfo files" |