public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Ian Delaney (idella4)" <idella4@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/greenlet: greenlet-0.4.2.ebuild ChangeLog
Date: Fri, 23 May 2014 13:04:03 +0000 (UTC)	[thread overview]
Message-ID: <20140523130403.525EC2004C@flycatcher.gentoo.org> (raw)

idella4     14/05/23 13:04:03

  Modified:             greenlet-0.4.2.ebuild ChangeLog
  Log:
  drop py2.6 add py3.4
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)

Revision  Changes    Path
1.8                  dev-python/greenlet/greenlet-0.4.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/greenlet/greenlet-0.4.2.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/greenlet/greenlet-0.4.2.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/greenlet/greenlet-0.4.2.ebuild?r1=1.7&r2=1.8

Index: greenlet-0.4.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/greenlet/greenlet-0.4.2.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- greenlet-0.4.2.ebuild	19 Mar 2014 03:38:24 -0000	1.7
+++ greenlet-0.4.2.ebuild	23 May 2014 13:04:03 -0000	1.8
@@ -1,11 +1,11 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/greenlet/greenlet-0.4.2.ebuild,v 1.7 2014/03/19 03:38:24 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/greenlet/greenlet-0.4.2.ebuild,v 1.8 2014/05/23 13:04:03 idella4 Exp $
 
 EAPI=5
 
 # Note: greenlet is built-in in pypy
-PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
+PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} )
 
 inherit distutils-r1 flag-o-matic
 
@@ -24,7 +24,7 @@
 DISTUTILS_IN_SOURCE_BUILD=1
 
 python_compile() {
-	if [[ ${EPYTHON} == python2* ]]; then
+	if [[ ${EPYTHON} == python2.7 ]]; then
 		local CFLAGS=${CFLAGS} CXXFLAGS=${CXXFLAGS}
 		append-flags -fno-strict-aliasing
 	fi



1.28                 dev-python/greenlet/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/greenlet/ChangeLog?rev=1.28&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/greenlet/ChangeLog?rev=1.28&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/greenlet/ChangeLog?r1=1.27&r2=1.28

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/greenlet/ChangeLog,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- ChangeLog	19 Mar 2014 03:38:24 -0000	1.27
+++ ChangeLog	23 May 2014 13:04:03 -0000	1.28
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/greenlet
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/greenlet/ChangeLog,v 1.27 2014/03/19 03:38:24 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/greenlet/ChangeLog,v 1.28 2014/05/23 13:04:03 idella4 Exp $
+
+  23 May 2014; Ian Delaney <idella4@gentoo.org> greenlet-0.4.2.ebuild:
+  drop py2.6 add py3.4
 
   19 Mar 2014; Ian Delaney <idella4@gentoo.org> greenlet-0.4.2.ebuild:
   set to 'in source build' to fix tests run to fix Bug #503660 by maekke





             reply	other threads:[~2014-05-23 13:04 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-05-23 13:04 Ian Delaney (idella4) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2014-12-08 11:13 [gentoo-commits] gentoo-x86 commit in dev-python/greenlet: greenlet-0.4.2.ebuild ChangeLog Agostino Sarubbo (ago)
2014-03-19  3:38 Ian Delaney (idella4)
2014-03-16  2:31 Mike Frysinger (vapier)
2014-03-04 20:06 Agostino Sarubbo (ago)
2014-03-02 23:07 Pacho Ramos (pacho)
2014-01-14  3:09 Patrick Lauer (patrick)

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=20140523130403.525EC2004C@flycatcher.gentoo.org \
    --to=idella4@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