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/pycrypto: pycrypto-2.6.1.ebuild ChangeLog
Date: Sat, 25 Oct 2014 05:51:46 +0000 (UTC)	[thread overview]
Message-ID: <20141025055146.04DDE8B05@oystercatcher.gentoo.org> (raw)

idella4     14/10/25 05:51:46

  Modified:             pycrypto-2.6.1.ebuild ChangeLog
  Log:
  drop py2.6
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)

Revision  Changes    Path
1.13                 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.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pycrypto/pycrypto-2.6.1.ebuild?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pycrypto/pycrypto-2.6.1.ebuild?r1=1.12&r2=1.13

Index: pycrypto-2.6.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pycrypto/pycrypto-2.6.1.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- pycrypto-2.6.1.ebuild	2 Apr 2014 19:22:23 -0000	1.12
+++ pycrypto-2.6.1.ebuild	25 Oct 2014 05:51:45 -0000	1.13
@@ -1,10 +1,10 @@
 # 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.12 2014/04/02 19:22:23 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pycrypto/pycrypto-2.6.1.ebuild,v 1.13 2014/10/25 05:51:45 idella4 Exp $
 
 EAPI=5
 
-PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} )
+PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} )
 
 inherit distutils-r1
 



1.158                dev-python/pycrypto/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pycrypto/ChangeLog,v
retrieving revision 1.157
retrieving revision 1.158
diff -u -r1.157 -r1.158
--- ChangeLog	2 Apr 2014 19:22:23 -0000	1.157
+++ ChangeLog	25 Oct 2014 05:51:45 -0000	1.158
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/pycrypto
 # 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 $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pycrypto/ChangeLog,v 1.158 2014/10/25 05:51:45 idella4 Exp $
+
+  25 Oct 2014; Ian Delaney <idella4@gentoo.org> pycrypto-2.6.1.ebuild:
+  drop py2.6
 
   02 Apr 2014; Tim Harder <radhermit@gentoo.org> pycrypto-2.6.1.ebuild:
   Add python3_4 support.





             reply	other threads:[~2014-10-25  5:51 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-10-25  5:51 Ian Delaney (idella4) [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-04-02 19:22 Tim Harder (radhermit)
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=20141025055146.04DDE8B05@oystercatcher.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