mr_bones_ 15/05/19 22:12:57 Modified: nml-0.4.0.ebuild nml-0.4.1.ebuild ChangeLog Log: restore mercurial stuff and remove unnecessary SRC_URI. (Portage version: 2.2.18/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path 1.5 games-util/nml/nml-0.4.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/nml/nml-0.4.0.ebuild?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/nml/nml-0.4.0.ebuild?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/nml/nml-0.4.0.ebuild?r1=1.4&r2=1.5 Index: nml-0.4.0.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-util/nml/nml-0.4.0.ebuild,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- nml-0.4.0.ebuild 13 May 2015 16:45:53 -0000 1.4 +++ nml-0.4.0.ebuild 19 May 2015 22:12:57 -0000 1.5 @@ -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" 1.2 games-util/nml/nml-0.4.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/nml/nml-0.4.1.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/nml/nml-0.4.1.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/nml/nml-0.4.1.ebuild?r1=1.1&r2=1.2 Index: nml-0.4.1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-util/nml/nml-0.4.1.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- nml-0.4.1.ebuild 13 May 2015 16:49:32 -0000 1.1 +++ nml-0.4.1.ebuild 19 May 2015 22:12:57 -0000 1.2 @@ -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" 1.35 games-util/nml/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/nml/ChangeLog?rev=1.35&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/nml/ChangeLog?rev=1.35&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/nml/ChangeLog?r1=1.34&r2=1.35 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-util/nml/ChangeLog,v retrieving revision 1.34 retrieving revision 1.35 diff -u -r1.34 -r1.35 --- ChangeLog 13 May 2015 16:49:32 -0000 1.34 +++ ChangeLog 19 May 2015 22:12:57 -0000 1.35 @@ -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 <[email protected]> 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)
