public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/into: into-0.1.3.ebuild into-0.2.2.ebuild into-0.2.1.ebuild ChangeLog
@ 2015-06-24  8:39 Ian Delaney (idella4)
  0 siblings, 0 replies; only message in thread
From: Ian Delaney (idella4) @ 2015-06-24  8:39 UTC (permalink / raw
  To: gentoo-commits

idella4     15/06/24 08:39:20

  Modified:             into-0.1.3.ebuild into-0.2.2.ebuild
                        into-0.2.1.ebuild ChangeLog
  Log:
  add blocker to media-libs/urt to prevent file collisions, fixes bug #552448
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)

Revision  Changes    Path
1.4                  dev-python/into/into-0.1.3.ebuild

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

Index: into-0.1.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/into/into-0.1.3.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- into-0.1.3.ebuild	8 Mar 2015 23:50:49 -0000	1.3
+++ into-0.1.3.ebuild	24 Jun 2015 08:39:20 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/into/into-0.1.3.ebuild,v 1.3 2015/03/08 23:50:49 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/into/into-0.1.3.ebuild,v 1.4 2015/06/24 08:39:20 idella4 Exp $
 
 EAPI=5
 
@@ -16,5 +16,4 @@
 SLOT="0"
 KEYWORDS="amd64 x86"
 
-RDEPEND=""
-DEPEND="${RDEPEND}"
+DEPEND="!media-libs/urt" # Bug #552448



1.2                  dev-python/into/into-0.2.2.ebuild

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

Index: into-0.2.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/into/into-0.2.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- into-0.2.2.ebuild	18 Jun 2015 02:22:34 -0000	1.1
+++ into-0.2.2.ebuild	24 Jun 2015 08:39:20 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/into/into-0.2.2.ebuild,v 1.1 2015/06/18 02:22:34 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/into/into-0.2.2.ebuild,v 1.2 2015/06/24 08:39:20 idella4 Exp $
 
 EAPI=5
 
@@ -21,5 +21,6 @@
 		>=dev-python/pandas-0.15[${PYTHON_USEDEP}]
 		dev-python/toolz[${PYTHON_USEDEP}]
 		dev-python/multipledispatch[${PYTHON_USEDEP}]
-		dev-python/networkx[${PYTHON_USEDEP}]"
+		dev-python/networkx[${PYTHON_USEDEP}]
+		!media-libs/urt" # Bug #552448
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"



1.2                  dev-python/into/into-0.2.1.ebuild

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

Index: into-0.2.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/into/into-0.2.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- into-0.2.1.ebuild	1 Mar 2015 14:24:41 -0000	1.1
+++ into-0.2.1.ebuild	24 Jun 2015 08:39:20 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/into/into-0.2.1.ebuild,v 1.1 2015/03/01 14:24:41 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/into/into-0.2.1.ebuild,v 1.2 2015/06/24 08:39:20 idella4 Exp $
 
 EAPI=5
 
@@ -21,5 +21,6 @@
 		>=dev-python/pandas-0.15[${PYTHON_USEDEP}]
 		dev-python/toolz[${PYTHON_USEDEP}]
 		dev-python/multipledispatch[${PYTHON_USEDEP}]
-		dev-python/networkx[${PYTHON_USEDEP}]"
+		dev-python/networkx[${PYTHON_USEDEP}]
+		!media-libs/urt" # Bug #552448
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"



1.7                  dev-python/into/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/into/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog	18 Jun 2015 02:22:34 -0000	1.6
+++ ChangeLog	24 Jun 2015 08:39:20 -0000	1.7
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/into
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/into/ChangeLog,v 1.6 2015/06/18 02:22:34 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/into/ChangeLog,v 1.7 2015/06/24 08:39:20 idella4 Exp $
+
+  24 Jun 2015; Ian Delaney <idella4@gentoo.org> into-0.1.3.ebuild,
+  into-0.2.1.ebuild, into-0.2.2.ebuild:
+  add blocker to media-libs/urt to prevent file collisions, fixes bug #552448
 
 *into-0.2.2 (18 Jun 2015)
 





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

only message in thread, other threads:[~2015-06-24  8:39 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-24  8:39 [gentoo-commits] gentoo-x86 commit in dev-python/into: into-0.1.3.ebuild into-0.2.2.ebuild into-0.2.1.ebuild ChangeLog Ian Delaney (idella4)

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