mgorny      14/07/06 12:54:39

  Modified:             irker-2.11.ebuild irker-2.9.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.2                  net-irc/irker/irker-2.11.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/irker/irker-2.11.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/irker/irker-2.11.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/irker/irker-2.11.ebuild?r1=1.1&r2=1.2

Index: irker-2.11.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-irc/irker/irker-2.11.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- irker-2.11.ebuild   30 Jun 2014 04:03:30 -0000      1.1
+++ irker-2.11.ebuild   6 Jul 2014 12:54:39 -0000       1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/irker/irker-2.11.ebuild,v 1.1 
2014/06/30 04:03:30 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/irker/irker-2.11.ebuild,v 1.2 
2014/07/06 12:54:39 mgorny Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
@@ -17,8 +17,7 @@
 KEYWORDS="~amd64 ~x86"
 IUSE=""
 
-DEPEND="virtual/python-argparse[${PYTHON_USEDEP}]
-       app-text/docbook-xml-dtd:4.1.2
+DEPEND="app-text/docbook-xml-dtd:4.1.2
        app-text/xmlto"
 
 src_prepare() {



1.2                  net-irc/irker/irker-2.9.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/irker/irker-2.9.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/irker/irker-2.9.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/irker/irker-2.9.ebuild?r1=1.1&r2=1.2

Index: irker-2.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-irc/irker/irker-2.9.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- irker-2.9.ebuild    12 Jun 2014 03:16:00 -0000      1.1
+++ irker-2.9.ebuild    6 Jul 2014 12:54:39 -0000       1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/irker/irker-2.9.ebuild,v 1.1 
2014/06/12 03:16:00 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/irker/irker-2.9.ebuild,v 1.2 
2014/07/06 12:54:39 mgorny Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
@@ -17,8 +17,7 @@
 KEYWORDS="~amd64 ~x86"
 IUSE=""
 
-DEPEND="virtual/python-argparse[${PYTHON_USEDEP}]
-       app-text/docbook-xml-dtd:4.1.2
+DEPEND="app-text/docbook-xml-dtd:4.1.2
        app-text/xmlto"
 
 src_prepare() {



1.17                 net-irc/irker/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/irker/ChangeLog?rev=1.17&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/irker/ChangeLog?rev=1.17&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/irker/ChangeLog?r1=1.16&r2=1.17

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-irc/irker/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog   30 Jun 2014 04:03:30 -0000      1.16
+++ ChangeLog   6 Jul 2014 12:54:39 -0000       1.17
@@ -1,6 +1,11 @@
 # ChangeLog for net-irc/irker
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/irker/ChangeLog,v 1.16 2014/06/30 
04:03:30 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/irker/ChangeLog,v 1.17 2014/07/06 
12:54:39 mgorny Exp $
+
+  06 Jul 2014; Michał Górny <mgo...@gentoo.org> irker-2.11.ebuild,
+  irker-2.9.ebuild:
+  Clean up obsolete dependencies on virtual/python-argparse and virtual/python-
+  unittest2 (those packages were only required for <=python-2.6).
 
 *irker-2.11 (30 Jun 2014)
 




Reply via email to