public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in www-apps/nikola: nikola-7.1.0.ebuild ChangeLog nikola-7.2.0.ebuild
@ 2014-11-24  8:56 Tobias Klausmann (klausman)
  0 siblings, 0 replies; only message in thread
From: Tobias Klausmann (klausman) @ 2014-11-24  8:56 UTC (permalink / raw
  To: gentoo-commits

klausman    14/11/24 08:56:24

  Modified:             nikola-7.1.0.ebuild ChangeLog nikola-7.2.0.ebuild
  Log:
  Newer versions of Nikola handle configparser internally, obviating the use of d-p/configparser
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key CE5D54E8)

Revision  Changes    Path
1.2                  www-apps/nikola/nikola-7.1.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/nikola/nikola-7.1.0.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/nikola/nikola-7.1.0.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/nikola/nikola-7.1.0.ebuild?r1=1.1&r2=1.2

Index: nikola-7.1.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-apps/nikola/nikola-7.1.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- nikola-7.1.0.ebuild	30 Sep 2014 05:49:59 -0000	1.1
+++ nikola-7.1.0.ebuild	24 Nov 2014 08:56:24 -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/www-apps/nikola/nikola-7.1.0.ebuild,v 1.1 2014/09/30 05:49:59 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/nikola/nikola-7.1.0.ebuild,v 1.2 2014/11/24 08:56:24 klausman Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_7,3_3} )
@@ -26,7 +26,6 @@
 
 DEPEND=">=dev-python/docutils-0.12[${PYTHON_USEDEP}]" # needs rst2man to build manpage
 RDEPEND="${DEPEND}
-	python_targets_python2_7? ( dev-python/configparser[python_targets_python2_7] )
 	>=dev-python/blinker-1.3[${PYTHON_USEDEP}]
 	dev-python/colorama[${PYTHON_USEDEP}]
 	>=dev-python/doit-0.23.0[${PYTHON_USEDEP}]



1.22                 www-apps/nikola/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/nikola/ChangeLog?rev=1.22&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/nikola/ChangeLog?rev=1.22&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/nikola/ChangeLog?r1=1.21&r2=1.22

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-apps/nikola/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog	3 Nov 2014 13:42:56 -0000	1.21
+++ ChangeLog	24 Nov 2014 08:56:24 -0000	1.22
@@ -1,6 +1,11 @@
 # ChangeLog for www-apps/nikola
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/nikola/ChangeLog,v 1.21 2014/11/03 13:42:56 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/nikola/ChangeLog,v 1.22 2014/11/24 08:56:24 klausman Exp $
+
+  24 Nov 2014; Tobias Klausmann <klausman@gentoo.org> nikola-7.1.0.ebuild,
+  nikola-7.2.0.ebuild:
+  Newer versions of Nikola handle configparser internally, obviating the use of
+  d-p/configparser
 
 *nikola-7.2.0 (03 Nov 2014)
 



1.2                  www-apps/nikola/nikola-7.2.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/nikola/nikola-7.2.0.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/nikola/nikola-7.2.0.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/nikola/nikola-7.2.0.ebuild?r1=1.1&r2=1.2

Index: nikola-7.2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-apps/nikola/nikola-7.2.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- nikola-7.2.0.ebuild	3 Nov 2014 13:42:56 -0000	1.1
+++ nikola-7.2.0.ebuild	24 Nov 2014 08:56:24 -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/www-apps/nikola/nikola-7.2.0.ebuild,v 1.1 2014/11/03 13:42:56 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/nikola/nikola-7.2.0.ebuild,v 1.2 2014/11/24 08:56:24 klausman Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_7,3_3} )
@@ -26,7 +26,6 @@
 
 DEPEND=">=dev-python/docutils-0.12[${PYTHON_USEDEP}]" # needs rst2man to build manpage
 RDEPEND="${DEPEND}
-	python_targets_python2_7? ( dev-python/configparser[python_targets_python2_7] )
 	>=dev-python/blinker-1.3[${PYTHON_USEDEP}]
 	dev-python/colorama[${PYTHON_USEDEP}]
 	>=dev-python/doit-0.23.0[${PYTHON_USEDEP}]





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

only message in thread, other threads:[~2014-11-24  8:56 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-24  8:56 [gentoo-commits] gentoo-x86 commit in www-apps/nikola: nikola-7.1.0.ebuild ChangeLog nikola-7.2.0.ebuild Tobias Klausmann (klausman)

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