public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in www-misc/reflector: reflector-2011.05.13.1.ebuild ChangeLog
@ 2012-10-29 16:39 Michal Gorny (mgorny)
  0 siblings, 0 replies; 2+ messages in thread
From: Michal Gorny (mgorny) @ 2012-10-29 16:39 UTC (permalink / raw
  To: gentoo-commits

mgorny      12/10/29 16:39:49

  Modified:             reflector-2011.05.13.1.ebuild ChangeLog
  Log:
  Use virtual for argparse.
  
  (Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key 42B9401D)

Revision  Changes    Path
1.3                  www-misc/reflector/reflector-2011.05.13.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-misc/reflector/reflector-2011.05.13.1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-misc/reflector/reflector-2011.05.13.1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-misc/reflector/reflector-2011.05.13.1.ebuild?r1=1.2&r2=1.3

Index: reflector-2011.05.13.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-misc/reflector/reflector-2011.05.13.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- reflector-2011.05.13.1.ebuild	20 May 2011 12:59:17 -0000	1.2
+++ reflector-2011.05.13.1.ebuild	29 Oct 2012 16:39:49 -0000	1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-misc/reflector/reflector-2011.05.13.1.ebuild,v 1.2 2011/05/20 12:59:17 binki Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-misc/reflector/reflector-2011.05.13.1.ebuild,v 1.3 2012/10/29 16:39:49 mgorny Exp $
 
 EAPI=3
 
@@ -20,7 +20,7 @@
 KEYWORDS="~amd64"
 IUSE=""
 
-RDEPEND="dev-python/argparse"
+RDEPEND="virtual/python-argparse"
 
 S=${WORKDIR}/${PN}
 



1.3                  www-misc/reflector/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-misc/reflector/ChangeLog?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-misc/reflector/ChangeLog?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-misc/reflector/ChangeLog?r1=1.2&r2=1.3

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-misc/reflector/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog	20 May 2011 12:59:17 -0000	1.2
+++ ChangeLog	29 Oct 2012 16:39:49 -0000	1.3
@@ -1,6 +1,9 @@
 # ChangeLog for www-misc/reflector
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-misc/reflector/ChangeLog,v 1.2 2011/05/20 12:59:17 binki Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/www-misc/reflector/ChangeLog,v 1.3 2012/10/29 16:39:49 mgorny Exp $
+
+  29 Oct 2012; Michał Górny <mgorny@gentoo.org> reflector-2011.05.13.1.ebuild:
+  Use virtual for argparse.
 
   20 May 2011; Nathan Phillip Brink <binki@gentoo.org>
   reflector-2011.05.13.1.ebuild:
@@ -12,4 +15,3 @@
   13 May 2011; Nathan Phillip Brink <binki@gentoo.org>
   +reflector-2011.05.13.1.ebuild, +metadata.xml:
   Add new ebuild for www-misc/reflector-2011.05.13.1 fixing bug 317831.
-





^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in www-misc/reflector: reflector-2011.05.13.1.ebuild ChangeLog
@ 2014-07-06 12:57 Michal Gorny (mgorny)
  0 siblings, 0 replies; 2+ messages in thread
From: Michal Gorny (mgorny) @ 2014-07-06 12:57 UTC (permalink / raw
  To: gentoo-commits

mgorny      14/07/06 12:57:09

  Modified:             reflector-2011.05.13.1.ebuild ChangeLog
  Log:
  Clean up obsolete dependencies on virtual/python-argparse and virtual/python-unittest2 (those packages were only required for <=python-2.6).
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)

Revision  Changes    Path
1.4                  www-misc/reflector/reflector-2011.05.13.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-misc/reflector/reflector-2011.05.13.1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-misc/reflector/reflector-2011.05.13.1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-misc/reflector/reflector-2011.05.13.1.ebuild?r1=1.3&r2=1.4

Index: reflector-2011.05.13.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-misc/reflector/reflector-2011.05.13.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- reflector-2011.05.13.1.ebuild	29 Oct 2012 16:39:49 -0000	1.3
+++ reflector-2011.05.13.1.ebuild	6 Jul 2014 12:57:08 -0000	1.4
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-misc/reflector/reflector-2011.05.13.1.ebuild,v 1.3 2012/10/29 16:39:49 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-misc/reflector/reflector-2011.05.13.1.ebuild,v 1.4 2014/07/06 12:57:08 mgorny Exp $
 
 EAPI=3
 
@@ -20,8 +20,6 @@
 KEYWORDS="~amd64"
 IUSE=""
 
-RDEPEND="virtual/python-argparse"
-
 S=${WORKDIR}/${PN}
 
 PYTHON_MODNAME="Reflector.py"



1.4                  www-misc/reflector/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-misc/reflector/ChangeLog?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-misc/reflector/ChangeLog?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-misc/reflector/ChangeLog?r1=1.3&r2=1.4

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-misc/reflector/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog	29 Oct 2012 16:39:49 -0000	1.3
+++ ChangeLog	6 Jul 2014 12:57:08 -0000	1.4
@@ -1,6 +1,10 @@
 # ChangeLog for www-misc/reflector
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-misc/reflector/ChangeLog,v 1.3 2012/10/29 16:39:49 mgorny Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/www-misc/reflector/ChangeLog,v 1.4 2014/07/06 12:57:08 mgorny Exp $
+
+  06 Jul 2014; Michał Górny <mgorny@gentoo.org> reflector-2011.05.13.1.ebuild:
+  Clean up obsolete dependencies on virtual/python-argparse and virtual/python-
+  unittest2 (those packages were only required for <=python-2.6).
 
   29 Oct 2012; Michał Górny <mgorny@gentoo.org> reflector-2011.05.13.1.ebuild:
   Use virtual for argparse.





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-07-06 12:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-29 16:39 [gentoo-commits] gentoo-x86 commit in www-misc/reflector: reflector-2011.05.13.1.ebuild ChangeLog Michal Gorny (mgorny)
  -- strict thread matches above, loose matches on Subject: below --
2014-07-06 12:57 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