public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/html2text: html2text-2014.4.5-r1.ebuild ChangeLog
@ 2014-05-31  1:51 Patrick Lauer (patrick)
  0 siblings, 0 replies; 5+ messages in thread
From: Patrick Lauer (patrick) @ 2014-05-31  1:51 UTC (permalink / raw
  To: gentoo-commits

patrick     14/05/31 01:51:49

  Modified:             html2text-2014.4.5-r1.ebuild ChangeLog
  Log:
  Whitespace
  
  (Portage version: 2.2.10/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.2                  dev-python/html2text/html2text-2014.4.5-r1.ebuild

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

Index: html2text-2014.4.5-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/html2text/html2text-2014.4.5-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- html2text-2014.4.5-r1.ebuild	30 May 2014 01:33:05 -0000	1.1
+++ html2text-2014.4.5-r1.ebuild	31 May 2014 01:51:49 -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/dev-python/html2text/html2text-2014.4.5-r1.ebuild,v 1.1 2014/05/30 01:33:05 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/html2text/html2text-2014.4.5-r1.ebuild,v 1.2 2014/05/31 01:51:49 patrick Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_7,3_{2,3}} pypy pypy2_0 )
@@ -22,7 +22,7 @@
 	dev-python/setuptools[${PYTHON_USEDEP}]"
 DEPEND="${RDEPEND}"
 
-PATCHES=( "${FILESDIR}/${PN}-rename.patch" 
+PATCHES=( "${FILESDIR}/${PN}-rename.patch"
 	"${FILESDIR}/${PN}-noinstall-test.patch" )
 
 src_test() {



1.15                 dev-python/html2text/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/html2text/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog	30 May 2014 01:33:05 -0000	1.14
+++ ChangeLog	31 May 2014 01:51:49 -0000	1.15
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/html2text
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/html2text/ChangeLog,v 1.14 2014/05/30 01:33:05 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/html2text/ChangeLog,v 1.15 2014/05/31 01:51:49 patrick Exp $
+
+  31 May 2014; Patrick Lauer <patrick@gentoo.org> html2text-2014.4.5-r1.ebuild:
+  Whitespace
 
 *html2text-2014.4.5-r1 (30 May 2014)
 





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

* [gentoo-commits] gentoo-x86 commit in dev-python/html2text: html2text-2014.4.5-r1.ebuild ChangeLog
@ 2014-12-02 13:45 Ian Delaney (idella4)
  0 siblings, 0 replies; 5+ messages in thread
From: Ian Delaney (idella4) @ 2014-12-02 13:45 UTC (permalink / raw
  To: gentoo-commits

idella4     14/12/02 13:45:41

  Modified:             html2text-2014.4.5-r1.ebuild ChangeLog
  Log:
  clean old impl
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)

Revision  Changes    Path
1.5                  dev-python/html2text/html2text-2014.4.5-r1.ebuild

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

Index: html2text-2014.4.5-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/html2text/html2text-2014.4.5-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- html2text-2014.4.5-r1.ebuild	15 Oct 2014 22:33:01 -0000	1.4
+++ html2text-2014.4.5-r1.ebuild	2 Dec 2014 13:45:41 -0000	1.5
@@ -1,11 +1,11 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/html2text/html2text-2014.4.5-r1.ebuild,v 1.4 2014/10/15 22:33:01 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/html2text/html2text-2014.4.5-r1.ebuild,v 1.5 2014/12/02 13:45:41 idella4 Exp $
 
 EAPI=5
-PYTHON_COMPAT=( python{2_7,3_{2,3,4}} pypy )
+PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
 
-inherit python-utils-r1 distutils-r1
+inherit distutils-r1
 
 DESCRIPTION="Turn HTML into equivalent Markdown-structured text"
 HOMEPAGE="https://github.com/html2text/html2text



1.19                 dev-python/html2text/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/html2text/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog	25 Nov 2014 20:59:19 -0000	1.18
+++ ChangeLog	2 Dec 2014 13:45:41 -0000	1.19
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/html2text
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/html2text/ChangeLog,v 1.18 2014/11/25 20:59:19 sping Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/html2text/ChangeLog,v 1.19 2014/12/02 13:45:41 idella4 Exp $
+
+  02 Dec 2014; Ian Delaney <idella4@gentoo.org> html2text-2014.4.5-r1.ebuild:
+  clean old impl
 
   25 Nov 2014; Sebastian Pipping <sping@gentoo.org> metadata.xml:
   Remove myself as a maintainer





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

* [gentoo-commits] gentoo-x86 commit in dev-python/html2text: html2text-2014.4.5-r1.ebuild ChangeLog
@ 2015-03-27 16:26 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 5+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-03-27 16:26 UTC (permalink / raw
  To: gentoo-commits

ago         15/03/27 16:26:47

  Modified:             html2text-2014.4.5-r1.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #530474
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.6                  dev-python/html2text/html2text-2014.4.5-r1.ebuild

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

Index: html2text-2014.4.5-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/html2text/html2text-2014.4.5-r1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- html2text-2014.4.5-r1.ebuild	2 Dec 2014 13:45:41 -0000	1.5
+++ html2text-2014.4.5-r1.ebuild	27 Mar 2015 16:26:47 -0000	1.6
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 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/html2text/html2text-2014.4.5-r1.ebuild,v 1.5 2014/12/02 13:45:41 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/html2text/html2text-2014.4.5-r1.ebuild,v 1.6 2015/03/27 16:26:47 ago Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
@@ -14,7 +14,7 @@
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE=""
 
 RDEPEND="dev-python/chardet[${PYTHON_USEDEP}]



1.21                 dev-python/html2text/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/html2text/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog	20 Dec 2014 12:42:00 -0000	1.20
+++ ChangeLog	27 Mar 2015 16:26:47 -0000	1.21
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/html2text
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/html2text/ChangeLog,v 1.20 2014/12/20 12:42:00 idella4 Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/html2text/ChangeLog,v 1.21 2015/03/27 16:26:47 ago Exp $
+
+  27 Mar 2015; Agostino Sarubbo <ago@gentoo.org> html2text-2014.4.5-r1.ebuild:
+  Stable for amd64, wrt bug #530474
 
   20 Dec 2014; Ian Delaney <idella4@gentoo.org> -html2text-3.02.ebuild,
   -html2text-3.200.3-r1.ebuild:





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

* [gentoo-commits] gentoo-x86 commit in dev-python/html2text: html2text-2014.4.5-r1.ebuild ChangeLog
@ 2015-04-19  7:02 Pacho Ramos (pacho)
  0 siblings, 0 replies; 5+ messages in thread
From: Pacho Ramos (pacho) @ 2015-04-19  7:02 UTC (permalink / raw
  To: gentoo-commits

pacho       15/04/19 07:02:14

  Modified:             html2text-2014.4.5-r1.ebuild ChangeLog
  Log:
  x86 stable wrt bug #530474
  
  (Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key A188FBD4)

Revision  Changes    Path
1.7                  dev-python/html2text/html2text-2014.4.5-r1.ebuild

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

Index: html2text-2014.4.5-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/html2text/html2text-2014.4.5-r1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- html2text-2014.4.5-r1.ebuild	27 Mar 2015 16:26:47 -0000	1.6
+++ html2text-2014.4.5-r1.ebuild	19 Apr 2015 07:02:14 -0000	1.7
@@ -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/html2text/html2text-2014.4.5-r1.ebuild,v 1.6 2015/03/27 16:26:47 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/html2text/html2text-2014.4.5-r1.ebuild,v 1.7 2015/04/19 07:02:14 pacho Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
@@ -14,7 +14,7 @@
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 RDEPEND="dev-python/chardet[${PYTHON_USEDEP}]



1.22                 dev-python/html2text/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/html2text/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog	27 Mar 2015 16:26:47 -0000	1.21
+++ ChangeLog	19 Apr 2015 07:02:14 -0000	1.22
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/html2text
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/html2text/ChangeLog,v 1.21 2015/03/27 16:26:47 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/html2text/ChangeLog,v 1.22 2015/04/19 07:02:14 pacho Exp $
+
+  19 Apr 2015; Pacho Ramos <pacho@gentoo.org> html2text-2014.4.5-r1.ebuild:
+  x86 stable wrt bug #530474
 
   27 Mar 2015; Agostino Sarubbo <ago@gentoo.org> html2text-2014.4.5-r1.ebuild:
   Stable for amd64, wrt bug #530474





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

* [gentoo-commits] gentoo-x86 commit in dev-python/html2text: html2text-2014.4.5-r1.ebuild ChangeLog
@ 2015-08-04  0:06 Ian Delaney (idella4)
  0 siblings, 0 replies; 5+ messages in thread
From: Ian Delaney (idella4) @ 2015-08-04  0:06 UTC (permalink / raw
  To: gentoo-commits

idella4     15/08/04 00:06:29

  Modified:             html2text-2014.4.5-r1.ebuild ChangeLog
  Log:
  correction to entry of deps, fix test phase, fixes bug #556362
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)

Revision  Changes    Path
1.8                  dev-python/html2text/html2text-2014.4.5-r1.ebuild

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

Index: html2text-2014.4.5-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/html2text/html2text-2014.4.5-r1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- html2text-2014.4.5-r1.ebuild	19 Apr 2015 07:02:14 -0000	1.7
+++ html2text-2014.4.5-r1.ebuild	4 Aug 2015 00:06:29 -0000	1.8
@@ -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/html2text/html2text-2014.4.5-r1.ebuild,v 1.7 2015/04/19 07:02:14 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/html2text/html2text-2014.4.5-r1.ebuild,v 1.8 2015/08/04 00:06:29 idella4 Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
@@ -10,25 +10,21 @@
 DESCRIPTION="Turn HTML into equivalent Markdown-structured text"
 HOMEPAGE="https://github.com/html2text/html2text
 	https://github.com/Alir3z4/html2text http://pypi.python.org/pypi/html2text"
-SRC_URI="https://github.com/Alir3z4/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"  # PyPI one missing test data files
+SRC_URI="https://github.com/Alir3z4/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS="amd64 x86"
-IUSE=""
+IUSE="test"
 
 RDEPEND="dev-python/chardet[${PYTHON_USEDEP}]
-	dev-python/feedparser[${PYTHON_USEDEP}]
-	dev-python/setuptools[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}"
+		dev-python/feedparser[${PYTHON_USEDEP}]"
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+	test? ( ${RDEPEND} )"
 
 PATCHES=( "${FILESDIR}/${PN}-rename.patch"
 	"${FILESDIR}/${PN}-noinstall-test.patch" )
 
-src_test() {
-	impl_specific() {
-		python_export PYTHON_SITEDIR
-		PYTHONPATH="${D}${PYTHON_SITEDIR}" "${PYTHON}" test/test_html2text.py -v || die
-	}
-	python_foreach_impl impl_specific
+python_test() {
+	"${PYTHON}" test/test_html2text.py -v || die
 }



1.25                 dev-python/html2text/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/html2text/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog	7 Jun 2015 13:30:30 -0000	1.24
+++ ChangeLog	4 Aug 2015 00:06:29 -0000	1.25
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/html2text
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/html2text/ChangeLog,v 1.24 2015/06/07 13:30:30 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/html2text/ChangeLog,v 1.25 2015/08/04 00:06:29 idella4 Exp $
+
+  04 Aug 2015; Ian Delaney <idella4@gentoo.org> html2text-2014.4.5-r1.ebuild:
+  correction to entry of deps, fix test phase, fixes bug #556362
 
   07 Jun 2015; Justin Lecher <jlec@gentoo.org> metadata.xml:
   Add github to remote-id in metadata.xml





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

end of thread, other threads:[~2015-08-04  0:06 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-19  7:02 [gentoo-commits] gentoo-x86 commit in dev-python/html2text: html2text-2014.4.5-r1.ebuild ChangeLog Pacho Ramos (pacho)
  -- strict thread matches above, loose matches on Subject: below --
2015-08-04  0:06 Ian Delaney (idella4)
2015-03-27 16:26 Agostino Sarubbo (ago)
2014-12-02 13:45 Ian Delaney (idella4)
2014-05-31  1:51 Patrick Lauer (patrick)

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