public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Arfrever Frehtes Taifersar Arahesis (arfrever)" <arfrever@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in www-client/pybugz: ChangeLog pybugz-0.8.0.ebuild
Date: Mon, 15 Nov 2010 15:50:59 +0000 (UTC)	[thread overview]
Message-ID: <20101115155059.52F6420051@flycatcher.gentoo.org> (raw)

arfrever    10/11/15 15:50:59

  Modified:             ChangeLog pybugz-0.8.0.ebuild
  Log:
  Fix dependencies.
  
  (Portage version: 2.2.0_alpha4_p23/cvs/Linux x86_64)

Revision  Changes    Path
1.67                 www-client/pybugz/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/pybugz/ChangeLog?rev=1.67&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/pybugz/ChangeLog?rev=1.67&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/pybugz/ChangeLog?r1=1.66&r2=1.67

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-client/pybugz/ChangeLog,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -r1.66 -r1.67
--- ChangeLog	30 Jul 2010 20:33:05 -0000	1.66
+++ ChangeLog	15 Nov 2010 15:50:59 -0000	1.67
@@ -1,6 +1,10 @@
 # ChangeLog for www-client/pybugz
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/pybugz/ChangeLog,v 1.66 2010/07/30 20:33:05 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/pybugz/ChangeLog,v 1.67 2010/11/15 15:50:59 arfrever Exp $
+
+  15 Nov 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+  pybugz-0.8.0.ebuild:
+  Fix dependencies.
 
 *pybugz-9999 (30 Jul 2010)
 



1.12                 www-client/pybugz/pybugz-0.8.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/pybugz/pybugz-0.8.0.ebuild?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/pybugz/pybugz-0.8.0.ebuild?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/pybugz/pybugz-0.8.0.ebuild?r1=1.11&r2=1.12

Index: pybugz-0.8.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-client/pybugz/pybugz-0.8.0.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- pybugz-0.8.0.ebuild	12 May 2010 22:08:51 -0000	1.11
+++ pybugz-0.8.0.ebuild	15 Nov 2010 15:50:59 -0000	1.12
@@ -1,10 +1,12 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/pybugz/pybugz-0.8.0.ebuild,v 1.11 2010/05/12 22:08:51 darkside Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/pybugz/pybugz-0.8.0.ebuild,v 1.12 2010/11/15 15:50:59 arfrever Exp $
 
 EAPI="2"
+PYTHON_DEPEND="2:2.5"
+PYTHON_USE_WITH="readline"
 SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="3*"
+RESTRICT_PYTHON_ABIS="2.4 3.*"
 PYTHON_MODNAME="bugz"
 
 inherit bash-completion distutils
@@ -16,9 +18,9 @@
 SLOT="0"
 KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86 ~ppc-aix ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
 IUSE="zsh-completion"
-DEPEND=">=dev-lang/python-2.5[readline]"
-RDEPEND="${DEPEND}
-	zsh-completion? ( app-shells/zsh )"
+
+DEPEND=""
+RDEPEND="zsh-completion? ( app-shells/zsh )"
 
 src_install() {
 	distutils_src_install






             reply	other threads:[~2010-11-15 15:51 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-11-15 15:50 Arfrever Frehtes Taifersar Arahesis (arfrever) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2010-05-12 22:08 [gentoo-commits] gentoo-x86 commit in www-client/pybugz: ChangeLog pybugz-0.8.0.ebuild Jeremy Olexa (darkside)
2010-01-25 18:32 Raul Porcel (armin76)
2010-01-17  5:58 Jonathan Callen (abcd)
2009-12-08 17:14 Brent Baude (ranger)
2009-11-28 17:54 Tiago Cunha (tcunha)
2009-11-26 17:04 Markus Meier (maekke)
2009-11-08 16:57 Tobias Klausmann (klausman)
2009-10-24 16:23 Gysbert Wassenaar (nixnut)
2009-10-21 16:59 Jeroen Roovers (jer)
2009-10-21  6:46 William Hubbs (williamh)
2009-09-03 16:23 William Hubbs (williamh)

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=20101115155059.52F6420051@flycatcher.gentoo.org \
    --to=arfrever@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