public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Alfredo Tupone (tupone)" <tupone@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in games-mud/lyntin: ChangeLog lyntin-4.2.ebuild
Date: Thu, 22 Apr 2010 08:32:10 +0000 (UTC)	[thread overview]
Message-ID: <20100422083210.580F329541@corvid.gentoo.org> (raw)

tupone      10/04/22 08:32:10

  Modified:             ChangeLog lyntin-4.2.ebuild
  Log:
  Force python2 fixing bug #312257
  (Portage version: 2.1.8.3/cvs/Linux i686)

Revision  Changes    Path
1.13                 games-mud/lyntin/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-mud/lyntin/ChangeLog?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-mud/lyntin/ChangeLog?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-mud/lyntin/ChangeLog?r1=1.12&r2=1.13

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-mud/lyntin/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog	2 Mar 2010 13:45:49 -0000	1.12
+++ ChangeLog	22 Apr 2010 08:32:10 -0000	1.13
@@ -1,6 +1,9 @@
 # ChangeLog for games-mud/lyntin
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-mud/lyntin/ChangeLog,v 1.12 2010/03/02 13:45:49 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-mud/lyntin/ChangeLog,v 1.13 2010/04/22 08:32:10 tupone Exp $
+
+  22 Apr 2010; Tupone Alfredo <tupone@gentoo.org> lyntin-4.2.ebuild:
+  Force python2 fixing bug #312257 by arfrever@gentoo.org
 
   02 Mar 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org> lyntin-4.2.ebuild:
   x86 stable wrt bug #303485



1.6                  games-mud/lyntin/lyntin-4.2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-mud/lyntin/lyntin-4.2.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-mud/lyntin/lyntin-4.2.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-mud/lyntin/lyntin-4.2.ebuild?r1=1.5&r2=1.6

Index: lyntin-4.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-mud/lyntin/lyntin-4.2.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- lyntin-4.2.ebuild	2 Mar 2010 13:45:49 -0000	1.5
+++ lyntin-4.2.ebuild	22 Apr 2010 08:32:10 -0000	1.6
@@ -1,9 +1,14 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-mud/lyntin/lyntin-4.2.ebuild,v 1.5 2010/03/02 13:45:49 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-mud/lyntin/lyntin-4.2.ebuild,v 1.6 2010/04/22 08:32:10 tupone Exp $
 
 EAPI=2
-inherit eutils games distutils
+
+PYTHON_DEPEND="2"
+PYTHON_USE_WITH_OPT="tk"
+PYTHON_USE_WITH="tk"
+
+inherit eutils python games distutils
 
 DESCRIPTION="tintin mud client clone implemented in Python"
 HOMEPAGE="http://lyntin.sourceforge.net/"
@@ -14,10 +19,16 @@
 KEYWORDS="~amd64 ppc x86"
 IUSE="tk"
 
-DEPEND=">=dev-lang/python-2.2.3[tk?]"
+DEPEND=""
 
 DOCS="COMMANDS PKG-INFO HACKING README"
 
+pkg_setup() {
+	python_set_active_version 2
+	python_pkg_setup
+	games_pkg_setup
+}
+
 src_install() {
 	distutils_src_install
 	dogamesbin "${D}/usr/bin/runlyntin" || die "dogamesbin failed"






             reply	other threads:[~2010-04-22  8:32 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-04-22  8:32 Alfredo Tupone (tupone) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2014-08-28  7:47 [gentoo-commits] gentoo-x86 commit in games-mud/lyntin: ChangeLog lyntin-4.2.ebuild Michael Sterrett (mr_bones_)
2011-04-06 20:10 Arfrever Frehtes Taifersar Arahesis (arfrever)
2010-07-07 19:59 Alfredo Tupone (tupone)
2010-05-22 15:03 Pacho Ramos (pacho)
2010-03-02 13:45 PaweA Hajdan (phajdan.jr)
2010-02-10  5:08 Joseph Jezak (josejx)
2009-10-14 21:34 Michael Sterrett (mr_bones_)
2009-01-19 23:25 Michael Sterrett (mr_bones_)

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=20100422083210.580F329541@corvid.gentoo.org \
    --to=tupone@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