public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/utidylib: ChangeLog utidylib-0.2-r1.ebuild
@ 2010-02-07 20:40 Peter Volkov (pva)
  0 siblings, 0 replies; 7+ messages in thread
From: Peter Volkov (pva) @ 2010-02-07 20:40 UTC (permalink / raw
  To: gentoo-commits

pva         10/02/07 20:40:18

  Modified:             ChangeLog utidylib-0.2-r1.ebuild
  Log:
  Add inherit eutils: epatch is defined there.
  (Portage version: 2.1.7.17/cvs/Linux x86_64)

Revision  Changes    Path
1.9                  dev-python/utidylib/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/utidylib/ChangeLog?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/utidylib/ChangeLog?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/utidylib/ChangeLog?r1=1.8&r2=1.9

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/utidylib/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog	25 Jul 2009 16:13:11 -0000	1.8
+++ ChangeLog	7 Feb 2010 20:40:17 -0000	1.9
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/utidylib
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/utidylib/ChangeLog,v 1.8 2009/07/25 16:13:11 neurogeek Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/utidylib/ChangeLog,v 1.9 2010/02/07 20:40:17 pva Exp $
+
+  07 Feb 2010; Peter Volkov <pva@gentoo.org> utidylib-0.2-r1.ebuild:
+  Add inherit eutils: epatch is defined there.
 
 *utidylib-0.2-r1 (25 Jul 2009)
 



1.2                  dev-python/utidylib/utidylib-0.2-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/utidylib/utidylib-0.2-r1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/utidylib/utidylib-0.2-r1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/utidylib/utidylib-0.2-r1.ebuild?r1=1.1&r2=1.2

Index: utidylib-0.2-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/utidylib/utidylib-0.2-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- utidylib-0.2-r1.ebuild	25 Jul 2009 16:13:11 -0000	1.1
+++ utidylib-0.2-r1.ebuild	7 Feb 2010 20:40:17 -0000	1.2
@@ -1,9 +1,9 @@
-# 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-python/utidylib/utidylib-0.2-r1.ebuild,v 1.1 2009/07/25 16:13:11 neurogeek Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/utidylib/utidylib-0.2-r1.ebuild,v 1.2 2010/02/07 20:40:17 pva Exp $
 
 EAPI="2"
-inherit distutils
+inherit eutils distutils
 
 MY_P="uTidylib-${PV}"
 






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

* [gentoo-commits] gentoo-x86 commit in dev-python/utidylib: ChangeLog utidylib-0.2-r1.ebuild
@ 2010-04-03 19:27 Arfrever Frehtes Taifersar Arahesis (arfrever)
  0 siblings, 0 replies; 7+ messages in thread
From: Arfrever Frehtes Taifersar Arahesis (arfrever) @ 2010-04-03 19:27 UTC (permalink / raw
  To: gentoo-commits

arfrever    10/04/03 19:27:55

  Modified:             ChangeLog utidylib-0.2-r1.ebuild
  Log:
  Set SUPPORT_PYTHON_ABIS.
  (Portage version: HEAD/cvs/Linux x86_64)

Revision  Changes    Path
1.10                 dev-python/utidylib/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/utidylib/ChangeLog?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/utidylib/ChangeLog?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/utidylib/ChangeLog?r1=1.9&r2=1.10

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/utidylib/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog	7 Feb 2010 20:40:17 -0000	1.9
+++ ChangeLog	3 Apr 2010 19:27:55 -0000	1.10
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/utidylib
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/utidylib/ChangeLog,v 1.9 2010/02/07 20:40:17 pva Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/utidylib/ChangeLog,v 1.10 2010/04/03 19:27:55 arfrever Exp $
+
+  03 Apr 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+  utidylib-0.2-r1.ebuild:
+  Set SUPPORT_PYTHON_ABIS.
 
   07 Feb 2010; Peter Volkov <pva@gentoo.org> utidylib-0.2-r1.ebuild:
   Add inherit eutils: epatch is defined there.



1.3                  dev-python/utidylib/utidylib-0.2-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/utidylib/utidylib-0.2-r1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/utidylib/utidylib-0.2-r1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/utidylib/utidylib-0.2-r1.ebuild?r1=1.2&r2=1.3

Index: utidylib-0.2-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/utidylib/utidylib-0.2-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- utidylib-0.2-r1.ebuild	7 Feb 2010 20:40:17 -0000	1.2
+++ utidylib-0.2-r1.ebuild	3 Apr 2010 19:27:55 -0000	1.3
@@ -1,9 +1,13 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/utidylib/utidylib-0.2-r1.ebuild,v 1.2 2010/02/07 20:40:17 pva Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/utidylib/utidylib-0.2-r1.ebuild,v 1.3 2010/04/03 19:27:55 arfrever Exp $
 
-EAPI="2"
-inherit eutils distutils
+EAPI="3"
+PYTHON_DEPEND="2"
+SUPPORT_PYTHON_ABIS="1"
+DISTUTILS_SRC_TEST="trial tidy"
+
+inherit distutils eutils
 
 MY_P="uTidylib-${PV}"
 
@@ -14,20 +18,20 @@
 LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~amd64 ~ppc64 ~x86"
-IUSE="doc test"
+IUSE="doc"
 
-RDEPEND=">=dev-lang/python-2.3
-	app-text/htmltidy
-	dev-python/ctypes"
+RDEPEND="app-text/htmltidy"
 DEPEND="${RDEPEND}
 	app-arch/unzip
-	doc? ( dev-python/epydoc )
-	test? ( dev-python/twisted )"
+	doc? ( dev-python/epydoc )"
+RESTRICT_PYTHON_ABIS="3.*"
 
-PYTHON_MODNAME="tidy"
 S="${WORKDIR}/${MY_P}"
 
+PYTHON_MODNAME="tidy"
+
 src_prepare(){
+	distutils_src_prepare
 	epatch "${FILESDIR}/${P}-no-docs-in-site-packages.patch"
 	epatch "${FILESDIR}/${P}-fix_tests.patch"
 }
@@ -35,16 +39,10 @@
 src_compile() {
 	distutils_src_compile
 	if use doc; then
-		python gendoc.py || die "building api docs failed"
+		"$(PYTHON -f)" gendoc.py || die "Generation of documentation failed"
 	fi
 }
 
-src_test() {
-	einfo "${S}"
-	einfo "$(ls ${S}/foo.htm)"
-	PYTHONPATH="." trial tidy || die "tests failed"
-}
-
 src_install() {
 	distutils_src_install
 	use doc && dohtml -r apidoc






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

* [gentoo-commits] gentoo-x86 commit in dev-python/utidylib: ChangeLog utidylib-0.2-r1.ebuild
@ 2010-07-18 23:27 Markos Chandras (hwoarang)
  0 siblings, 0 replies; 7+ messages in thread
From: Markos Chandras (hwoarang) @ 2010-07-18 23:27 UTC (permalink / raw
  To: gentoo-commits

hwoarang    10/07/18 23:27:48

  Modified:             ChangeLog utidylib-0.2-r1.ebuild
  Log:
  Stable on amd64 wrt bug #328509
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.11                 dev-python/utidylib/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/utidylib/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog	3 Apr 2010 19:27:55 -0000	1.10
+++ ChangeLog	18 Jul 2010 23:27:48 -0000	1.11
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/utidylib
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/utidylib/ChangeLog,v 1.10 2010/04/03 19:27:55 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/utidylib/ChangeLog,v 1.11 2010/07/18 23:27:48 hwoarang Exp $
+
+  18 Jul 2010; Markos Chandras <hwoarang@gentoo.org> utidylib-0.2-r1.ebuild:
+  Stable on amd64 wrt bug #328509
 
   03 Apr 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
   utidylib-0.2-r1.ebuild:



1.5                  dev-python/utidylib/utidylib-0.2-r1.ebuild

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

Index: utidylib-0.2-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/utidylib/utidylib-0.2-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- utidylib-0.2-r1.ebuild	3 Apr 2010 19:30:55 -0000	1.4
+++ utidylib-0.2-r1.ebuild	18 Jul 2010 23:27:48 -0000	1.5
@@ -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-python/utidylib/utidylib-0.2-r1.ebuild,v 1.4 2010/04/03 19:30:55 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/utidylib/utidylib-0.2-r1.ebuild,v 1.5 2010/07/18 23:27:48 hwoarang Exp $
 
 EAPI="3"
 PYTHON_DEPEND="2:2.5"
@@ -17,7 +17,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~ppc64 ~x86"
 IUSE="doc"
 
 RDEPEND="app-text/htmltidy"






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

* [gentoo-commits] gentoo-x86 commit in dev-python/utidylib: ChangeLog utidylib-0.2-r1.ebuild
@ 2011-06-08 16:22 Kacper Kowalik (xarthisius)
  0 siblings, 0 replies; 7+ messages in thread
From: Kacper Kowalik (xarthisius) @ 2011-06-08 16:22 UTC (permalink / raw
  To: gentoo-commits

xarthisius    11/06/08 16:22:14

  Modified:             ChangeLog utidylib-0.2-r1.ebuild
  Log:
  Marked ~ppc wrt #366541
  
  (Portage version: 2.2.0_alpha36/cvs/Linux x86_64)

Revision  Changes    Path
1.12                 dev-python/utidylib/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/utidylib/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog	18 Jul 2010 23:27:48 -0000	1.11
+++ ChangeLog	8 Jun 2011 16:22:14 -0000	1.12
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/utidylib
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/utidylib/ChangeLog,v 1.11 2010/07/18 23:27:48 hwoarang Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/utidylib/ChangeLog,v 1.12 2011/06/08 16:22:14 xarthisius Exp $
+
+  08 Jun 2011; Kacper Kowalik <xarthisius@gentoo.org> utidylib-0.2-r1.ebuild:
+  Marked ~ppc wrt #366541
 
   18 Jul 2010; Markos Chandras <hwoarang@gentoo.org> utidylib-0.2-r1.ebuild:
   Stable on amd64 wrt bug #328509



1.6                  dev-python/utidylib/utidylib-0.2-r1.ebuild

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

Index: utidylib-0.2-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/utidylib/utidylib-0.2-r1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- utidylib-0.2-r1.ebuild	18 Jul 2010 23:27:48 -0000	1.5
+++ utidylib-0.2-r1.ebuild	8 Jun 2011 16:22:14 -0000	1.6
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/utidylib/utidylib-0.2-r1.ebuild,v 1.5 2010/07/18 23:27:48 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/utidylib/utidylib-0.2-r1.ebuild,v 1.6 2011/06/08 16:22:14 xarthisius Exp $
 
 EAPI="3"
 PYTHON_DEPEND="2:2.5"
@@ -17,7 +17,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~ppc ~ppc64 ~x86"
 IUSE="doc"
 
 RDEPEND="app-text/htmltidy"






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

* [gentoo-commits] gentoo-x86 commit in dev-python/utidylib: ChangeLog utidylib-0.2-r1.ebuild
@ 2011-12-11 22:03 Markus Meier (maekke)
  0 siblings, 0 replies; 7+ messages in thread
From: Markus Meier (maekke) @ 2011-12-11 22:03 UTC (permalink / raw
  To: gentoo-commits

maekke      11/12/11 22:03:18

  Modified:             ChangeLog utidylib-0.2-r1.ebuild
  Log:
  x86 stable, bug #386673
  
  (Portage version: 2.1.10.40/cvs/Linux x86_64)

Revision  Changes    Path
1.13                 dev-python/utidylib/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/utidylib/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog	8 Jun 2011 16:22:14 -0000	1.12
+++ ChangeLog	11 Dec 2011 22:03:18 -0000	1.13
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/utidylib
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/utidylib/ChangeLog,v 1.12 2011/06/08 16:22:14 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/utidylib/ChangeLog,v 1.13 2011/12/11 22:03:18 maekke Exp $
+
+  11 Dec 2011; Markus Meier <maekke@gentoo.org> utidylib-0.2-r1.ebuild:
+  x86 stable, bug #386673
 
   08 Jun 2011; Kacper Kowalik <xarthisius@gentoo.org> utidylib-0.2-r1.ebuild:
   Marked ~ppc wrt #366541



1.7                  dev-python/utidylib/utidylib-0.2-r1.ebuild

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

Index: utidylib-0.2-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/utidylib/utidylib-0.2-r1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- utidylib-0.2-r1.ebuild	8 Jun 2011 16:22:14 -0000	1.6
+++ utidylib-0.2-r1.ebuild	11 Dec 2011 22:03:18 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/utidylib/utidylib-0.2-r1.ebuild,v 1.6 2011/06/08 16:22:14 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/utidylib/utidylib-0.2-r1.ebuild,v 1.7 2011/12/11 22:03:18 maekke Exp $
 
 EAPI="3"
 PYTHON_DEPEND="2:2.5"
@@ -17,7 +17,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~ppc ~ppc64 x86"
 IUSE="doc"
 
 RDEPEND="app-text/htmltidy"






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

* [gentoo-commits] gentoo-x86 commit in dev-python/utidylib: ChangeLog utidylib-0.2-r1.ebuild
@ 2012-03-01 23:40 Brent Baude (ranger)
  0 siblings, 0 replies; 7+ messages in thread
From: Brent Baude (ranger) @ 2012-03-01 23:40 UTC (permalink / raw
  To: gentoo-commits

ranger      12/03/01 23:40:55

  Modified:             ChangeLog utidylib-0.2-r1.ebuild
  Log:
  Marking utidylib-0.2-r1 ppc for bug 386673
  
  (Portage version: 2.1.10.11/cvs/Linux ppc64)

Revision  Changes    Path
1.14                 dev-python/utidylib/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/utidylib/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog	11 Dec 2011 22:03:18 -0000	1.13
+++ ChangeLog	1 Mar 2012 23:40:55 -0000	1.14
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/utidylib
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/utidylib/ChangeLog,v 1.13 2011/12/11 22:03:18 maekke Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/utidylib/ChangeLog,v 1.14 2012/03/01 23:40:55 ranger Exp $
+
+  01 Mar 2012; Brent Baude <ranger@gentoo.org> utidylib-0.2-r1.ebuild:
+  Marking utidylib-0.2-r1 ppc for bug 386673
 
   11 Dec 2011; Markus Meier <maekke@gentoo.org> utidylib-0.2-r1.ebuild:
   x86 stable, bug #386673



1.8                  dev-python/utidylib/utidylib-0.2-r1.ebuild

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

Index: utidylib-0.2-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/utidylib/utidylib-0.2-r1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- utidylib-0.2-r1.ebuild	11 Dec 2011 22:03:18 -0000	1.7
+++ utidylib-0.2-r1.ebuild	1 Mar 2012 23:40:55 -0000	1.8
@@ -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/dev-python/utidylib/utidylib-0.2-r1.ebuild,v 1.7 2011/12/11 22:03:18 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/utidylib/utidylib-0.2-r1.ebuild,v 1.8 2012/03/01 23:40:55 ranger Exp $
 
 EAPI="3"
 PYTHON_DEPEND="2:2.5"
@@ -17,7 +17,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~ppc64 x86"
+KEYWORDS="amd64 ppc ~ppc64 x86"
 IUSE="doc"
 
 RDEPEND="app-text/htmltidy"






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

* [gentoo-commits] gentoo-x86 commit in dev-python/utidylib: ChangeLog utidylib-0.2-r1.ebuild
@ 2015-06-23 18:38 Manuel Rueger (mrueg)
  0 siblings, 0 replies; 7+ messages in thread
From: Manuel Rueger (mrueg) @ 2015-06-23 18:38 UTC (permalink / raw
  To: gentoo-commits

mrueg       15/06/23 18:38:51

  Modified:             ChangeLog
  Removed:              utidylib-0.2-r1.ebuild
  Log:
  Remove old.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key )

Revision  Changes    Path
1.20                 dev-python/utidylib/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/utidylib/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog	22 Jun 2015 23:38:12 -0000	1.19
+++ ChangeLog	23 Jun 2015 18:38:51 -0000	1.20
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/utidylib
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/utidylib/ChangeLog,v 1.19 2015/06/22 23:38:12 monsieurp Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/utidylib/ChangeLog,v 1.20 2015/06/23 18:38:51 mrueg Exp $
+
+  23 Jun 2015; Manuel Rüger <mrueg@gentoo.org> -utidylib-0.2-r1.ebuild:
+  Remove old.
 
   23 Jun 2015; Patrice Clement <monsieurp@gentoo.org> utidylib-0.2-r2.ebuild:
   Retroactively marking x86+ppc+ppc64 stable via ALLARCHES. Fix bug 546480.





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

end of thread, other threads:[~2015-06-23 18:39 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-11 22:03 [gentoo-commits] gentoo-x86 commit in dev-python/utidylib: ChangeLog utidylib-0.2-r1.ebuild Markus Meier (maekke)
  -- strict thread matches above, loose matches on Subject: below --
2015-06-23 18:38 Manuel Rueger (mrueg)
2012-03-01 23:40 Brent Baude (ranger)
2011-06-08 16:22 Kacper Kowalik (xarthisius)
2010-07-18 23:27 Markos Chandras (hwoarang)
2010-04-03 19:27 Arfrever Frehtes Taifersar Arahesis (arfrever)
2010-02-07 20:40 Peter Volkov (pva)

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