public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/robotframework-selenium2library: robotframework-selenium2library-9999.ebuild robotframework-selenium2library-1.5.0.ebuild ChangeLog
@ 2015-04-08  8:05 Michal Gorny (mgorny)
  0 siblings, 0 replies; only message in thread
From: Michal Gorny (mgorny) @ 2015-04-08  8:05 UTC (permalink / raw
  To: gentoo-commits

mgorny      15/04/08 08:05:06

  Modified:             robotframework-selenium2library-9999.ebuild
                        robotframework-selenium2library-1.5.0.ebuild
                        ChangeLog
  Log:
  Drop old Python implementations
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)

Revision  Changes    Path
1.3                  dev-python/robotframework-selenium2library/robotframework-selenium2library-9999.ebuild

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

Index: robotframework-selenium2library-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/robotframework-selenium2library/robotframework-selenium2library-9999.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- robotframework-selenium2library-9999.ebuild	7 Sep 2013 20:32:03 -0000	1.2
+++ robotframework-selenium2library-9999.ebuild	8 Apr 2015 08:05:06 -0000	1.3
@@ -1,9 +1,9 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/robotframework-selenium2library/robotframework-selenium2library-9999.ebuild,v 1.2 2013/09/07 20:32:03 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/robotframework-selenium2library/robotframework-selenium2library-9999.ebuild,v 1.3 2015/04/08 08:05:06 mgorny Exp $
 
 EAPI=5
-PYTHON_COMPAT=( python{2_6,2_7} )
+PYTHON_COMPAT=( python2_7 )
 
 inherit distutils-r1 git-r3
 



1.2                  dev-python/robotframework-selenium2library/robotframework-selenium2library-1.5.0.ebuild

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

Index: robotframework-selenium2library-1.5.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/robotframework-selenium2library/robotframework-selenium2library-1.5.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- robotframework-selenium2library-1.5.0.ebuild	1 Jan 2014 00:34:01 -0000	1.1
+++ robotframework-selenium2library-1.5.0.ebuild	8 Apr 2015 08:05:06 -0000	1.2
@@ -1,9 +1,9 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/robotframework-selenium2library/robotframework-selenium2library-1.5.0.ebuild,v 1.1 2014/01/01 00:34:01 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/robotframework-selenium2library/robotframework-selenium2library-1.5.0.ebuild,v 1.2 2015/04/08 08:05:06 mgorny Exp $
 
 EAPI=5
-PYTHON_COMPAT=( python{2_6,2_7} )
+PYTHON_COMPAT=( python2_7 )
 
 inherit distutils-r1
 



1.10                 dev-python/robotframework-selenium2library/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/robotframework-selenium2library/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog	19 Jan 2015 16:27:08 -0000	1.9
+++ ChangeLog	8 Apr 2015 08:05:06 -0000	1.10
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/robotframework-selenium2library
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/robotframework-selenium2library/ChangeLog,v 1.9 2015/01/19 16:27:08 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/robotframework-selenium2library/ChangeLog,v 1.10 2015/04/08 08:05:06 mgorny Exp $
+
+  08 Apr 2015; Michał Górny <mgorny@gentoo.org>
+  robotframework-selenium2library-1.5.0.ebuild,
+  robotframework-selenium2library-9999.ebuild:
+  Drop old Python implementations
 
   19 Jan 2015; Tim Harder <radhermit@gentoo.org> metadata.xml:
   Drop myself from metadata.
@@ -49,4 +54,3 @@
   +robotframework-selenium2library-1.1.0.ebuild,
   +robotframework-selenium2library-9999.ebuild, +metadata.xml:
   Initial import, ebuild by me.
-





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2015-04-08  8:07 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-08  8:05 [gentoo-commits] gentoo-x86 commit in dev-python/robotframework-selenium2library: robotframework-selenium2library-9999.ebuild robotframework-selenium2library-1.5.0.ebuild ChangeLog Michal Gorny (mgorny)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox