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-mud/lyntin: ChangeLog lyntin-4.2.ebuild
Date: Mon, 19 Jan 2009 23:25:20 +0000	[thread overview]
Message-ID: <E1LP3Ue-00051N-UH@stork.gentoo.org> (raw)

mr_bones_    09/01/19 23:25:20

  Modified:             ChangeLog lyntin-4.2.ebuild
  Log:
  EAPI=2; add use-based deps
  (Portage version: 2.1.6.4/cvs/Linux 2.6.27.8 i686)

Revision  Changes    Path
1.9                  games-mud/lyntin/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-mud/lyntin/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog	7 Dec 2008 13:50:29 -0000	1.8
+++ ChangeLog	19 Jan 2009 23:25:20 -0000	1.9
@@ -1,6 +1,9 @@
 # ChangeLog for games-mud/lyntin
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-mud/lyntin/ChangeLog,v 1.8 2008/12/07 13:50:29 mr_bones_ Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-mud/lyntin/ChangeLog,v 1.9 2009/01/19 23:25:20 mr_bones_ Exp $
+
+  19 Jan 2009; Michael Sterrett <mr_bones_@gentoo.org> lyntin-4.2.ebuild:
+  EAPI=2; add use-based deps
 
 *lyntin-4.2 (07 Dec 2008)
 



1.2                  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.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-mud/lyntin/lyntin-4.2.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-mud/lyntin/lyntin-4.2.ebuild?r1=1.1&r2=1.2

Index: lyntin-4.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-mud/lyntin/lyntin-4.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- lyntin-4.2.ebuild	7 Dec 2008 13:50:29 -0000	1.1
+++ lyntin-4.2.ebuild	19 Jan 2009 23:25:20 -0000	1.2
@@ -1,7 +1,8 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 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.1 2008/12/07 13:50:29 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-mud/lyntin/lyntin-4.2.ebuild,v 1.2 2009/01/19 23:25:20 mr_bones_ Exp $
 
+EAPI=2
 inherit eutils games distutils
 
 DESCRIPTION="tintin mud client clone implemented in Python"
@@ -13,19 +14,10 @@
 KEYWORDS="~amd64 ~ppc ~x86"
 IUSE="tk"
 
-DEPEND=">=dev-lang/python-2.2.3"
+DEPEND=">=dev-lang/python-2.2.3[tk?]"
 
 DOCS="COMMANDS PKG-INFO HACKING README"
 
-pkg_setup() {
-	games_pkg_setup
-	if use tk && ! built_with_use dev-lang/python tk ; then
-		eerror "You need to emerge python with USE=tk set."
-		echo
-		die "missing tkinter support with installed python"
-	fi
-}
-
 src_install() {
 	distutils_src_install
 	dogamesbin "${D}/usr/bin/runlyntin" || die "dogamesbin failed"






             reply	other threads:[~2009-01-19 23:25 UTC|newest]

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