From: "Tim Harder (radhermit)" <radhermit@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/pycrypto: pycrypto-2.6.1.ebuild ChangeLog
Date: Wed, 2 Apr 2014 19:22:24 +0000 (UTC) [thread overview]
Message-ID: <20140402192224.1A49020060@flycatcher.gentoo.org> (raw)
radhermit 14/04/02 19:22:24
Modified: pycrypto-2.6.1.ebuild ChangeLog
Log:
Add python3_4 support.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Revision Changes Path
1.12 dev-python/pycrypto/pycrypto-2.6.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pycrypto/pycrypto-2.6.1.ebuild?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pycrypto/pycrypto-2.6.1.ebuild?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pycrypto/pycrypto-2.6.1.ebuild?r1=1.11&r2=1.12
Index: pycrypto-2.6.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pycrypto/pycrypto-2.6.1.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- pycrypto-2.6.1.ebuild 19 Nov 2013 18:48:53 -0000 1.11
+++ pycrypto-2.6.1.ebuild 2 Apr 2014 19:22:23 -0000 1.12
@@ -1,10 +1,10 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pycrypto/pycrypto-2.6.1.ebuild,v 1.11 2013/11/19 18:48:53 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pycrypto/pycrypto-2.6.1.ebuild,v 1.12 2014/04/02 19:22:23 radhermit Exp $
EAPI=5
-PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
+PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} )
inherit distutils-r1
1.157 dev-python/pycrypto/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pycrypto/ChangeLog?rev=1.157&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pycrypto/ChangeLog?rev=1.157&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pycrypto/ChangeLog?r1=1.156&r2=1.157
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pycrypto/ChangeLog,v
retrieving revision 1.156
retrieving revision 1.157
diff -u -r1.156 -r1.157
--- ChangeLog 19 Nov 2013 18:48:53 -0000 1.156
+++ ChangeLog 2 Apr 2014 19:22:23 -0000 1.157
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/pycrypto
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pycrypto/ChangeLog,v 1.156 2013/11/19 18:48:53 grobian Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pycrypto/ChangeLog,v 1.157 2014/04/02 19:22:23 radhermit Exp $
+
+ 02 Apr 2014; Tim Harder <radhermit@gentoo.org> pycrypto-2.6.1.ebuild:
+ Add python3_4 support.
19 Nov 2013; Fabian Groffen <grobian@gentoo.org> pycrypto-2.6.1.ebuild:
Marked ~m68k-mint, bug #491080
next reply other threads:[~2014-04-02 19:22 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-04-02 19:22 Tim Harder (radhermit) [this message]
-- strict thread matches above, loose matches on Subject: below --
2015-04-08 8:05 [gentoo-commits] gentoo-x86 commit in dev-python/pycrypto: pycrypto-2.6.1.ebuild ChangeLog Michal Gorny (mgorny)
2014-10-25 5:51 Ian Delaney (idella4)
2013-11-19 18:48 Fabian Groffen (grobian)
2013-11-12 20:13 Agostino Sarubbo (ago)
2013-11-03 11:24 Agostino Sarubbo (ago)
2013-11-02 8:03 Agostino Sarubbo (ago)
2013-11-02 7:33 Agostino Sarubbo (ago)
2013-11-01 20:51 Agostino Sarubbo (ago)
2013-11-01 18:09 Agostino Sarubbo (ago)
2013-10-31 15:55 Agostino Sarubbo (ago)
2013-10-31 15:54 Agostino Sarubbo (ago)
2013-10-29 17:07 Jeroen Roovers (jer)
2013-10-20 8:54 Dirkjan Ochtman (djc)
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=20140402192224.1A49020060@flycatcher.gentoo.org \
--to=radhermit@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