public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/utidylib: utidylib-0.2-r2.ebuild ChangeLog
@ 2013-08-31 16:41 Michal Gorny (mgorny)
  0 siblings, 0 replies; 4+ messages in thread
From: Michal Gorny (mgorny) @ 2013-08-31 16:41 UTC (permalink / raw
  To: gentoo-commits

mgorny      13/08/31 16:41:52

  Modified:             ChangeLog
  Added:                utidylib-0.2-r2.ebuild
  Log:
  Convert to distutils-r1.
  
  (Portage version: 2.2.1_p7/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)

Revision  Changes    Path
1.15                 dev-python/utidylib/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/utidylib/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog	1 Mar 2012 23:40:55 -0000	1.14
+++ ChangeLog	31 Aug 2013 16:41:51 -0000	1.15
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/utidylib
-# 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 $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/utidylib/ChangeLog,v 1.15 2013/08/31 16:41:51 mgorny Exp $
+
+*utidylib-0.2-r2 (31 Aug 2013)
+
+  31 Aug 2013; Michał Górny <mgorny@gentoo.org> +utidylib-0.2-r2.ebuild:
+  Convert to distutils-r1.
 
   01 Mar 2012; Brent Baude <ranger@gentoo.org> utidylib-0.2-r1.ebuild:
   Marking utidylib-0.2-r1 ppc for bug 386673
@@ -55,4 +60,3 @@
   +utidylib-0.2.ebuild:
   New ebuild, based on a contribution from Andy Dustman <farcepest@gmail.com>
   (bug #79856).
-



1.1                  dev-python/utidylib/utidylib-0.2-r2.ebuild

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

Index: utidylib-0.2-r2.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/utidylib/utidylib-0.2-r2.ebuild,v 1.1 2013/08/31 16:41:51 mgorny Exp $

EAPI=5

PYTHON_COMPAT=( python{2_6,2_7} )

inherit distutils-r1

MY_P="uTidylib-${PV}"

DESCRIPTION="TidyLib Python wrapper"
HOMEPAGE="http://utidylib.berlios.de/"
SRC_URI="mirror://berlios/${PN}/${MY_P}.zip"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
IUSE="doc test"

RDEPEND="app-text/htmltidy"
DEPEND="${RDEPEND}
	app-arch/unzip
	doc? ( dev-python/epydoc[${PYTHON_USEDEP}] )
	test? ( dev-python/twisted-core[${PYTHON_USEDEP}] )"

S="${WORKDIR}/${MY_P}"

python_prepare_all() {
	local PATCHES=(
		"${FILESDIR}/${P}-no-docs-in-site-packages.patch"
		"${FILESDIR}/${P}-fix_tests.patch"
	)

	distutils-r1_python_prepare_all
}

python_compile_all() {
	if use doc; then
		"${PYTHON}" gendoc.py || die
	fi
}

python_test() {
	trial tidy || die "Tests fail with ${EPYTHON}"
}

python_install_all() {
	use doc && local HTML_DOCS=( apidoc/. )
	distutils-r1_python_install_all
}





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

* [gentoo-commits] gentoo-x86 commit in dev-python/utidylib: utidylib-0.2-r2.ebuild ChangeLog
@ 2015-04-08  8:05 Michal Gorny (mgorny)
  0 siblings, 0 replies; 4+ messages in thread
From: Michal Gorny (mgorny) @ 2015-04-08  8:05 UTC (permalink / raw
  To: gentoo-commits

mgorny      15/04/08 08:05:02

  Modified:             utidylib-0.2-r2.ebuild ChangeLog
  Log:
  Drop old Python implementations
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)

Revision  Changes    Path
1.2                  dev-python/utidylib/utidylib-0.2-r2.ebuild

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

Index: utidylib-0.2-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/utidylib/utidylib-0.2-r2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- utidylib-0.2-r2.ebuild	31 Aug 2013 16:41:51 -0000	1.1
+++ utidylib-0.2-r2.ebuild	8 Apr 2015 08:05:02 -0000	1.2
@@ -1,10 +1,10 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/utidylib/utidylib-0.2-r2.ebuild,v 1.1 2013/08/31 16:41:51 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/utidylib/utidylib-0.2-r2.ebuild,v 1.2 2015/04/08 08:05:02 mgorny Exp $
 
 EAPI=5
 
-PYTHON_COMPAT=( python{2_6,2_7} )
+PYTHON_COMPAT=( python2_7 )
 
 inherit distutils-r1
 



1.16                 dev-python/utidylib/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/utidylib/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog	31 Aug 2013 16:41:51 -0000	1.15
+++ ChangeLog	8 Apr 2015 08:05:02 -0000	1.16
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/utidylib
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/utidylib/ChangeLog,v 1.15 2013/08/31 16:41:51 mgorny Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/utidylib/ChangeLog,v 1.16 2015/04/08 08:05:02 mgorny Exp $
+
+  08 Apr 2015; Michał Górny <mgorny@gentoo.org> utidylib-0.2-r2.ebuild:
+  Drop old Python implementations
 
 *utidylib-0.2-r2 (31 Aug 2013)
 





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

* [gentoo-commits] gentoo-x86 commit in dev-python/utidylib: utidylib-0.2-r2.ebuild ChangeLog
@ 2015-06-22 23:36 Patrice Clement (monsieurp)
  0 siblings, 0 replies; 4+ messages in thread
From: Patrice Clement (monsieurp) @ 2015-06-22 23:36 UTC (permalink / raw
  To: gentoo-commits

monsieurp    15/06/22 23:36:07

  Modified:             utidylib-0.2-r2.ebuild ChangeLog
  Log:
  Stable for amd64. Fix bug 546480.
  
  Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 93491BB8)

Revision  Changes    Path
1.4                  dev-python/utidylib/utidylib-0.2-r2.ebuild

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

Index: utidylib-0.2-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/utidylib/utidylib-0.2-r2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- utidylib-0.2-r2.ebuild	8 May 2015 07:33:35 -0000	1.3
+++ utidylib-0.2-r2.ebuild	22 Jun 2015 23:36:07 -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/utidylib/utidylib-0.2-r2.ebuild,v 1.3 2015/05/08 07:33:35 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/utidylib/utidylib-0.2-r2.ebuild,v 1.4 2015/06/22 23:36:07 monsieurp Exp $
 
 EAPI=5
 
@@ -16,7 +16,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~ppc ~ppc64 ~x86"
 IUSE="doc test"
 
 RDEPEND="app-text/htmltidy"



1.18                 dev-python/utidylib/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/utidylib/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog	8 May 2015 07:33:35 -0000	1.17
+++ ChangeLog	22 Jun 2015 23:36:07 -0000	1.18
@@ -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.17 2015/05/08 07:33:35 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/utidylib/ChangeLog,v 1.18 2015/06/22 23:36:07 monsieurp Exp $
+
+  23 Jun 2015; Patrice Clement <monsieurp@gentoo.org> utidylib-0.2-r2.ebuild:
+  Stable for amd64. Fix bug 546480.
 
   08 May 2015; Justin Lecher <jlec@gentoo.org> metadata.xml,
   utidylib-0.2-r1.ebuild, utidylib-0.2-r2.ebuild:





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

* [gentoo-commits] gentoo-x86 commit in dev-python/utidylib: utidylib-0.2-r2.ebuild ChangeLog
@ 2015-06-22 23:38 Patrice Clement (monsieurp)
  0 siblings, 0 replies; 4+ messages in thread
From: Patrice Clement (monsieurp) @ 2015-06-22 23:38 UTC (permalink / raw
  To: gentoo-commits

monsieurp    15/06/22 23:38:12

  Modified:             utidylib-0.2-r2.ebuild ChangeLog
  Log:
  Retroactively marking x86+ppc+ppc64 stable via ALLARCHES. Fix bug 546480.
  
  Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 93491BB8)

Revision  Changes    Path
1.5                  dev-python/utidylib/utidylib-0.2-r2.ebuild

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

Index: utidylib-0.2-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/utidylib/utidylib-0.2-r2.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- utidylib-0.2-r2.ebuild	22 Jun 2015 23:36:07 -0000	1.4
+++ utidylib-0.2-r2.ebuild	22 Jun 2015 23:38:12 -0000	1.5
@@ -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/utidylib/utidylib-0.2-r2.ebuild,v 1.4 2015/06/22 23:36:07 monsieurp Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/utidylib/utidylib-0.2-r2.ebuild,v 1.5 2015/06/22 23:38:12 monsieurp Exp $
 
 EAPI=5
 
@@ -16,7 +16,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ppc ppc64 x86"
 IUSE="doc test"
 
 RDEPEND="app-text/htmltidy"



1.19                 dev-python/utidylib/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/utidylib/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog	22 Jun 2015 23:36:07 -0000	1.18
+++ ChangeLog	22 Jun 2015 23:38:12 -0000	1.19
@@ -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.18 2015/06/22 23:36:07 monsieurp Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/utidylib/ChangeLog,v 1.19 2015/06/22 23:38:12 monsieurp Exp $
+
+  23 Jun 2015; Patrice Clement <monsieurp@gentoo.org> utidylib-0.2-r2.ebuild:
+  Retroactively marking x86+ppc+ppc64 stable via ALLARCHES. Fix bug 546480.
 
   23 Jun 2015; Patrice Clement <monsieurp@gentoo.org> utidylib-0.2-r2.ebuild:
   Stable for amd64. Fix bug 546480.





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

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

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-08  8:05 [gentoo-commits] gentoo-x86 commit in dev-python/utidylib: utidylib-0.2-r2.ebuild ChangeLog Michal Gorny (mgorny)
  -- strict thread matches above, loose matches on Subject: below --
2015-06-22 23:38 Patrice Clement (monsieurp)
2015-06-22 23:36 Patrice Clement (monsieurp)
2013-08-31 16:41 Michal Gorny (mgorny)

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