mr_bones_    14/04/25 05:59:49

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

Revision  Changes    Path
1.23                 games-util/nml/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-util/nml/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog   13 Dec 2013 15:27:00 -0000      1.22
+++ ChangeLog   25 Apr 2014 05:59:49 -0000      1.23
@@ -1,6 +1,11 @@
 # 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.22 2013/12/13 
15:27:00 hasufell Exp $
+# 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 $
+
+*nml-0.3.0 (25 Apr 2014)
+
+  25 Apr 2014; Michael Sterrett <[email protected]> +nml-0.3.0.ebuild:
+  version bump
 
   13 Dec 2013; Julian Ospald <[email protected]> nml-0.2.4-r2.ebuild:
   add PYTHON_USEDEP to dev-python/ply wrt #494156



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

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

Index: nml-0.3.0.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.0.ebuild,v 1.1 
2014/04/25 05:59:48 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}/${P}-src.tgz";

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}-src

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

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




Reply via email to