mr_bones_    14/06/11 15:17:53

  Modified:             ChangeLog
  Added:                nml-0.3.1.ebuild
  Removed:              nml-0.3.0.ebuild
  Log:
  version bump; remove broken version
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.24                 games-util/nml/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/nml/ChangeLog?rev=1.24&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/nml/ChangeLog?rev=1.24&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/nml/ChangeLog?r1=1.23&r2=1.24

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-util/nml/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog   25 Apr 2014 05:59:49 -0000      1.23
+++ ChangeLog   11 Jun 2014 15:17:53 -0000      1.24
@@ -1,6 +1,12 @@
 # ChangeLog for games-util/nml
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-util/nml/ChangeLog,v 1.23 2014/04/25 
05:59:49 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-util/nml/ChangeLog,v 1.24 2014/06/11 
15:17:53 mr_bones_ Exp $
+
+*nml-0.3.1 (11 Jun 2014)
+
+  11 Jun 2014; Michael Sterrett <[email protected]> +nml-0.3.1.ebuild,
+  -nml-0.3.0.ebuild:
+  version bump; remove broken version
 
 *nml-0.3.0 (25 Apr 2014)
 



1.1                  games-util/nml/nml-0.3.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/nml/nml-0.3.1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/nml/nml-0.3.1.ebuild?rev=1.1&content-type=text/plain

Index: nml-0.3.1.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-util/nml/nml-0.3.1.ebuild,v 1.1 
2014/06/11 15:17:53 mr_bones_ Exp $

EAPI=5
PYTHON_COMPAT=( python2_6 python2_7 )

inherit 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-0.3.1.r5242-f6a3ae1163ab.tar.gz
 -> ${P}.tar.gz"

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}.r5242-f6a3ae1163ab

DOCS=( docs/{changelog,readme}.txt )

src_install() {
        distutils-r1_src_install
        doman docs/nmlc.1
}




Reply via email to