public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Ryan Hill (dirtyepic)" <dirtyepic@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in media-gfx/fontypython: ChangeLog fontypython-0.4.2.3.ebuild
Date: Sun, 11 Apr 2010 01:18:25 +0000 (UTC)	[thread overview]
Message-ID: <20100411011825.53E942C04A@corvid.gentoo.org> (raw)

dirtyepic    10/04/11 01:18:25

  Modified:             ChangeLog fontypython-0.4.2.3.ebuild
  Log:
  Support multiple ABIs.
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.12                 media-gfx/fontypython/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/fontypython/ChangeLog?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/fontypython/ChangeLog?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/fontypython/ChangeLog?r1=1.11&r2=1.12

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/fontypython/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog	10 Apr 2010 23:54:06 -0000	1.11
+++ ChangeLog	11 Apr 2010 01:18:25 -0000	1.12
@@ -1,6 +1,9 @@
 # ChangeLog for media-gfx/fontypython
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/fontypython/ChangeLog,v 1.11 2010/04/10 23:54:06 dirtyepic Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/fontypython/ChangeLog,v 1.12 2010/04/11 01:18:25 dirtyepic Exp $
+
+  11 Apr 2010; Ryan Hill <dirtyepic@gentoo.org> fontypython-0.4.2.3.ebuild:
+  Support multiple ABIs.
 
   10 Apr 2010; Ryan Hill <dirtyepic@gentoo.org> fontypython-0.4.2.3.ebuild:
   Call python_set_active_version.



1.5                  media-gfx/fontypython/fontypython-0.4.2.3.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/fontypython/fontypython-0.4.2.3.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/fontypython/fontypython-0.4.2.3.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/fontypython/fontypython-0.4.2.3.ebuild?r1=1.4&r2=1.5

Index: fontypython-0.4.2.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/fontypython/fontypython-0.4.2.3.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- fontypython-0.4.2.3.ebuild	10 Apr 2010 23:54:06 -0000	1.4
+++ fontypython-0.4.2.3.ebuild	11 Apr 2010 01:18:25 -0000	1.5
@@ -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/media-gfx/fontypython/fontypython-0.4.2.3.ebuild,v 1.4 2010/04/10 23:54:06 dirtyepic Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/fontypython/fontypython-0.4.2.3.ebuild,v 1.5 2010/04/11 01:18:25 dirtyepic Exp $
 
 EAPI=2
 
-PYTHON_DEPEND="2:2.6"
+PYTHON_DEPEND="2:2.5"
+SUPPORT_PYTHON_ABIS="1"
+
 inherit distutils multilib python
 
 DESCRIPTION="Font preview application"
@@ -22,12 +24,9 @@
 	x11-libs/wxGTK:2.8[-debug]"
 RDEPEND="${DEPEND}"
 
+RESTRICT_PYTHON_ABIS="2.4 3*"
 PYTHON_MODNAME="fontypythonmodules"
 
-pkg_setup() {
-	python_set_active_version 2.6
-}
-
 src_install() {
 	distutils_src_install
 	doman "${S}"/fontypython.1






             reply	other threads:[~2010-04-11  1:18 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-04-11  1:18 Ryan Hill (dirtyepic) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2010-05-22 13:46 [gentoo-commits] gentoo-x86 commit in media-gfx/fontypython: ChangeLog fontypython-0.4.2.3.ebuild Pacho Ramos (pacho)
2010-04-26 10:51 Christian Faulhammer (fauli)
2010-04-10 23:54 Ryan Hill (dirtyepic)
2009-10-26  5:25 Ryan Hill (dirtyepic)

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=20100411011825.53E942C04A@corvid.gentoo.org \
    --to=dirtyepic@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