public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michael Sterrett (mr_bones_)" <mr_bones_@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in games-util/nml: ChangeLog nml-0.2.3.ebuild
Date: Wed, 18 Apr 2012 17:35:49 +0000 (UTC)	[thread overview]
Message-ID: <20120418173549.AF1FA2004B@flycatcher.gentoo.org> (raw)

mr_bones_    12/04/18 17:35:49

  Modified:             ChangeLog nml-0.2.3.ebuild
  Log:
  call python_pkg_setup; tidy
  
  (Portage version: 2.1.10.49/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  games-util/nml/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-util/nml/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog	18 Apr 2012 15:26:14 -0000	1.2
+++ ChangeLog	18 Apr 2012 17:35:49 -0000	1.3
@@ -1,6 +1,9 @@
 # ChangeLog for games-util/nml
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-util/nml/ChangeLog,v 1.2 2012/04/18 15:26:14 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-util/nml/ChangeLog,v 1.3 2012/04/18 17:35:49 mr_bones_ Exp $
+
+  18 Apr 2012; Michael Sterrett <mr_bones_@gentoo.org> nml-0.2.3.ebuild:
+  call python_pkg_setup; tidy
 
   18 Apr 2012; Tomáš Chvátal <scarabeus@gentoo.org> nml-0.2.3.ebuild:
   Aparently does not build with py3. Fixes bug#412527. Thanks to



1.3                  games-util/nml/nml-0.2.3.ebuild

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

Index: nml-0.2.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-util/nml/nml-0.2.3.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- nml-0.2.3.ebuild	18 Apr 2012 15:26:14 -0000	1.2
+++ nml-0.2.3.ebuild	18 Apr 2012 17:35:49 -0000	1.3
@@ -1,11 +1,9 @@
 # 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.3.ebuild,v 1.2 2012/04/18 15:26:14 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-util/nml/nml-0.2.3.ebuild,v 1.3 2012/04/18 17:35:49 mr_bones_ Exp $
 
 EAPI=4
-
 PYTHON_DEPEND="2:2.5"
-
 inherit distutils
 
 DESCRIPTION="Compiler of NML files into grf/nfo files"
@@ -17,15 +15,14 @@
 KEYWORDS="~amd64 ~ppc ~x86"
 IUSE=""
 
-RDEPEND="
-	dev-python/imaging
-	dev-python/ply
-"
-DEPEND="${RDEPEND}"
+RDEPEND="dev-python/imaging
+	dev-python/ply"
+DEPEND=${RDEPEND}
 
 DOCS="docs/changelog.txt docs/readme.txt"
 
 pkg_setup() {
+	python_pkg_setup
 	python_set_active_version 2
 }
 






             reply	other threads:[~2012-04-18 17:36 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-04-18 17:35 Michael Sterrett (mr_bones_) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2012-04-19 11:02 [gentoo-commits] gentoo-x86 commit in games-util/nml: ChangeLog nml-0.2.3.ebuild Andreas Schuerch (nativemad)
2012-04-19 11:53 Agostino Sarubbo (ago)
2012-06-27 17:41 Markus Meier (maekke)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20120418173549.AF1FA2004B@flycatcher.gentoo.org \
    --to=mr_bones_@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox