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/python-ldap: python-ldap-2.4.15.ebuild ChangeLog
Date: Thu, 26 Jun 2014 15:18:19 +0000 (UTC)	[thread overview]
Message-ID: <20140626151819.2361F2004E@flycatcher.gentoo.org> (raw)

idella4     14/06/26 15:18:19

  Modified:             python-ldap-2.4.15.ebuild ChangeLog
  Log:
  add pypy support
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)

Revision  Changes    Path
1.2                  dev-python/python-ldap/python-ldap-2.4.15.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-ldap/python-ldap-2.4.15.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-ldap/python-ldap-2.4.15.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-ldap/python-ldap-2.4.15.ebuild?r1=1.1&r2=1.2

Index: python-ldap-2.4.15.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/python-ldap/python-ldap-2.4.15.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- python-ldap-2.4.15.ebuild	14 May 2014 08:31:55 -0000	1.1
+++ python-ldap-2.4.15.ebuild	26 Jun 2014 15:18:18 -0000	1.2
@@ -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/python-ldap/python-ldap-2.4.15.ebuild,v 1.1 2014/05/14 08:31:55 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-ldap/python-ldap-2.4.15.ebuild,v 1.2 2014/06/26 15:18:18 idella4 Exp $
 
 EAPI=5
 
-# pypy: bug #458558 (wrong linker options due to not respecting CC)
-PYTHON_COMPAT=( python2_7 )
+# setup.py is written only for py2, which suits pypy
+PYTHON_COMPAT=( python2_7 pypy )
 
 inherit distutils-r1 multilib
 



1.134                dev-python/python-ldap/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/python-ldap/ChangeLog,v
retrieving revision 1.133
retrieving revision 1.134
diff -u -r1.133 -r1.134
--- ChangeLog	14 Jun 2014 10:38:54 -0000	1.133
+++ ChangeLog	26 Jun 2014 15:18:18 -0000	1.134
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/python-ldap
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/python-ldap/ChangeLog,v 1.133 2014/06/14 10:38:54 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-ldap/ChangeLog,v 1.134 2014/06/26 15:18:18 idella4 Exp $
+
+  26 Jun 2014; Ian Delaney <idella4@gentoo.org> python-ldap-2.4.15.ebuild:
+  add pypy support
 
   14 Jun 2014; Pawel Hajdan jr <phajdan.jr@gentoo.org>
   python-ldap-2.4.10-r1.ebuild:





             reply	other threads:[~2014-06-26 15:18 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-06-26 15:18 Ian Delaney (idella4) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2014-11-11 10:53 [gentoo-commits] gentoo-x86 commit in dev-python/python-ldap: python-ldap-2.4.15.ebuild ChangeLog Agostino Sarubbo (ago)
2014-11-04  9:23 Agostino Sarubbo (ago)
2014-11-02  9:09 Agostino Sarubbo (ago)
2014-11-01 17:56 Agostino Sarubbo (ago)
2014-10-31 15:57 Agostino Sarubbo (ago)
2014-10-30 10:02 Agostino Sarubbo (ago)
2014-10-29 10:33 Agostino Sarubbo (ago)
2014-05-14  8:31 Ian Delaney (idella4)

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=20140626151819.2361F2004E@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