public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-util/uncrustify: uncrustify-0.56.ebuild uncrustify-0.52.ebuild ChangeLog uncrustify-0.53.ebuild uncrustify-0.55.ebuild
@ 2010-07-03  7:36 Fabian Groffen (grobian)
  0 siblings, 0 replies; only message in thread
From: Fabian Groffen (grobian) @ 2010-07-03  7:36 UTC (permalink / raw
  To: gentoo-commits

grobian     10/07/03 07:36:58

  Modified:             uncrustify-0.56.ebuild uncrustify-0.52.ebuild
                        ChangeLog uncrustify-0.53.ebuild
                        uncrustify-0.55.ebuild
  Log:
  Tests seem not to work with python3, depend on python2.
  (Portage version: 2.2.01.15352-prefix/cvs/Darwin powerpc)

Revision  Changes    Path
1.2                  dev-util/uncrustify/uncrustify-0.56.ebuild

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

Index: uncrustify-0.56.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/uncrustify/uncrustify-0.56.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- uncrustify-0.56.ebuild	8 Jun 2010 17:43:18 -0000	1.1
+++ uncrustify-0.56.ebuild	3 Jul 2010 07:36:58 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/uncrustify/uncrustify-0.56.ebuild,v 1.1 2010/06/08 17:43:18 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/uncrustify/uncrustify-0.56.ebuild,v 1.2 2010/07/03 07:36:58 grobian Exp $
 
 DESCRIPTION="C/C++/C#/D/Java/Pawn code indenter and beautifier"
 HOMEPAGE="http://uncrustify.sourceforge.net/"
@@ -11,12 +11,12 @@
 KEYWORDS="~amd64 ~x86 ~amd64-linux ~ppc-macos ~x86-solaris"
 IUSE="test"
 
-DEPEND="test? ( dev-lang/python )"
+DEPEND="test? ( =dev-lang/python-2* )"
 RDEPEND=""
 
 src_test() {
 	cd tests
-	./run_tests.py || die "tests failed"
+	python2 run_tests.py || die "tests failed"
 }
 
 src_install() {



1.2                  dev-util/uncrustify/uncrustify-0.52.ebuild

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

Index: uncrustify-0.52.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/uncrustify/uncrustify-0.52.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- uncrustify-0.52.ebuild	1 Oct 2009 17:43:44 -0000	1.1
+++ uncrustify-0.52.ebuild	3 Jul 2010 07:36:58 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/uncrustify/uncrustify-0.52.ebuild,v 1.1 2009/10/01 17:43:44 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/uncrustify/uncrustify-0.52.ebuild,v 1.2 2010/07/03 07:36:58 grobian Exp $
 
 DESCRIPTION="C/C++/C#/D/Java/Pawn code indenter and beautifier"
 HOMEPAGE="http://uncrustify.sourceforge.net/"
@@ -11,12 +11,12 @@
 KEYWORDS="~amd64 ~x86 ~ppc-macos ~x86-solaris"
 IUSE="test"
 
-DEPEND="test? ( dev-lang/python )"
+DEPEND="test? ( =dev-lang/python-2* )"
 RDEPEND=""
 
 src_test() {
 	cd tests
-	./run_tests.py || die "tests failed"
+	python2 run_tests.py || die "tests failed"
 }
 
 src_install() {



1.9                  dev-util/uncrustify/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/uncrustify/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog	25 Jun 2010 13:54:03 -0000	1.8
+++ ChangeLog	3 Jul 2010 07:36:58 -0000	1.9
@@ -1,6 +1,10 @@
 # ChangeLog for dev-util/uncrustify
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/uncrustify/ChangeLog,v 1.8 2010/06/25 13:54:03 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/uncrustify/ChangeLog,v 1.9 2010/07/03 07:36:58 grobian Exp $
+
+  03 Jul 2010; Fabian Groffen <grobian@gentoo.org> uncrustify-0.52.ebuild,
+  uncrustify-0.53.ebuild, uncrustify-0.55.ebuild, uncrustify-0.56.ebuild:
+  Tests seem not to work with python3, depend on python2.
 
   25 Jun 2010; Christian Faulhammer <fauli@gentoo.org>
   uncrustify-0.55.ebuild:



1.3                  dev-util/uncrustify/uncrustify-0.53.ebuild

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

Index: uncrustify-0.53.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/uncrustify/uncrustify-0.53.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- uncrustify-0.53.ebuild	9 Feb 2010 20:52:41 -0000	1.2
+++ uncrustify-0.53.ebuild	3 Jul 2010 07:36:58 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/uncrustify/uncrustify-0.53.ebuild,v 1.2 2010/02/09 20:52:41 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/uncrustify/uncrustify-0.53.ebuild,v 1.3 2010/07/03 07:36:58 grobian Exp $
 
 DESCRIPTION="C/C++/C#/D/Java/Pawn code indenter and beautifier"
 HOMEPAGE="http://uncrustify.sourceforge.net/"
@@ -11,12 +11,12 @@
 KEYWORDS="~amd64 ~x86 ~amd64-linux ~ppc-macos ~x86-solaris"
 IUSE="test"
 
-DEPEND="test? ( dev-lang/python )"
+DEPEND="test? ( =dev-lang/python-2* )"
 RDEPEND=""
 
 src_test() {
 	cd tests
-	./run_tests.py || die "tests failed"
+	python2 run_tests.py || die "tests failed"
 }
 
 src_install() {



1.4                  dev-util/uncrustify/uncrustify-0.55.ebuild

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

Index: uncrustify-0.55.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/uncrustify/uncrustify-0.55.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- uncrustify-0.55.ebuild	25 Jun 2010 13:54:03 -0000	1.3
+++ uncrustify-0.55.ebuild	3 Jul 2010 07:36:58 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/uncrustify/uncrustify-0.55.ebuild,v 1.3 2010/06/25 13:54:03 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/uncrustify/uncrustify-0.55.ebuild,v 1.4 2010/07/03 07:36:58 grobian Exp $
 
 DESCRIPTION="C/C++/C#/D/Java/Pawn code indenter and beautifier"
 HOMEPAGE="http://uncrustify.sourceforge.net/"
@@ -11,12 +11,12 @@
 KEYWORDS="amd64 x86 ~amd64-linux ~ppc-macos ~x86-solaris"
 IUSE="test"
 
-DEPEND="test? ( dev-lang/python )"
+DEPEND="test? ( =dev-lang/python-2* )"
 RDEPEND=""
 
 src_test() {
 	cd tests
-	./run_tests.py || die "tests failed"
+	python2 run_tests.py || die "tests failed"
 }
 
 src_install() {






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

only message in thread, other threads:[~2010-07-03  7:37 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-03  7:36 [gentoo-commits] gentoo-x86 commit in dev-util/uncrustify: uncrustify-0.56.ebuild uncrustify-0.52.ebuild ChangeLog uncrustify-0.53.ebuild uncrustify-0.55.ebuild Fabian Groffen (grobian)

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