idella4 14/10/25 06:45:32
Modified: ChangeLog
Added: ansi2html-1.0.7.ebuild
Removed: ansi2html-0.9.4.ebuild ansi2html-1.0.2.ebuild
ansi2html-0.9.1-r1.ebuild ansi2html-1.0.5.ebuild
ansi2html-0.9.3-r1.ebuild ansi2html-0.10.0.ebuild
Log:
bump; clean old impls, add py3.4, tidy deps, add man page to install, upgrade
DOCS
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key
0xB8072B0D)
Revision Changes Path
1.17 dev-python/ansi2html/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/ansi2html/ChangeLog?rev=1.17&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/ansi2html/ChangeLog?rev=1.17&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/ansi2html/ChangeLog?r1=1.16&r2=1.17
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/ansi2html/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog 31 Mar 2014 20:48:37 -0000 1.16
+++ ChangeLog 25 Oct 2014 06:45:32 -0000 1.17
@@ -1,6 +1,15 @@
# ChangeLog for dev-python/ansi2html
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/ansi2html/ChangeLog,v 1.16
2014/03/31 20:48:37 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/ansi2html/ChangeLog,v 1.17
2014/10/25 06:45:32 idella4 Exp $
+
+*ansi2html-1.0.7 (25 Oct 2014)
+
+ 25 Oct 2014; Ian Delaney <[email protected]> +ansi2html-1.0.7.ebuild,
+ -ansi2html-0.10.0.ebuild, -ansi2html-0.9.1-r1.ebuild,
+ -ansi2html-0.9.3-r1.ebuild, -ansi2html-0.9.4.ebuild, -ansi2html-1.0.2.ebuild,
+ -ansi2html-1.0.5.ebuild:
+ bump; clean old impls, add py3.4, tidy deps, add man page to install, upgrade
+ DOCS
31 Mar 2014; Michał Górny <[email protected]> ansi2html-0.10.0.ebuild,
ansi2html-0.9.3-r1.ebuild, ansi2html-0.9.4.ebuild, ansi2html-1.0.2.ebuild,
1.1 dev-python/ansi2html/ansi2html-1.0.7.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/ansi2html/ansi2html-1.0.7.ebuild?rev=1.1&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/ansi2html/ansi2html-1.0.7.ebuild?rev=1.1&content-type=text/plain
Index: ansi2html-1.0.7.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header:
/var/cvsroot/gentoo-x86/dev-python/ansi2html/ansi2html-1.0.7.ebuild,v 1.1
2014/10/25 06:45:32 idella4 Exp $
EAPI=5
PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
inherit distutils-r1
DESCRIPTION="Convert text with ANSI color codes to HTML"
HOMEPAGE="http://pypi.python.org/pypi/ansi2html
https://github.com/ralphbean/ansi2html"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="GPL-3+"
SLOT="0"
KEYWORDS="~amd64 ~arm ~x86"
IUSE="test"
RDEPEND="dev-python/six[${PYTHON_USEDEP}]"
DEPEND="test? ( ${RDEPEND}
dev-python/nose[${PYTHON_USEDEP}]
$(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]'
python2_7 pypy)
)
dev-python/setuptools[${PYTHON_USEDEP}]"
python_test() {
nosetests -w tests || die "Tests fail with ${EPYTHON}"
}
python_install_all() {
doman man/ansi2html.1
DOCS=( README.rst man/ansi2html.1.txt )
distutils-r1_python_install_all
}