diff options
author | Corentin Chary <iksaif@gentoo.org> | 2012-07-22 07:38:45 +0000 |
---|---|---|
committer | Corentin Chary <iksaif@gentoo.org> | 2012-07-22 07:38:45 +0000 |
commit | 5059fc830c8096b384cf3fc12f13733e15c4ce47 (patch) | |
tree | 94e5a6fd0daabcac6ad09b437937ccaac09729c9 /dev-python/ansi2html | |
parent | New ebuild for ansi2html. (diff) | |
download | gentoo-2-5059fc830c8096b384cf3fc12f13733e15c4ce47.tar.gz gentoo-2-5059fc830c8096b384cf3fc12f13733e15c4ce47.tar.bz2 gentoo-2-5059fc830c8096b384cf3fc12f13733e15c4ce47.zip |
Remove useless workaround (there is a patch)
(Portage version: 2.1.11.7/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/ansi2html')
-rw-r--r-- | dev-python/ansi2html/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/ansi2html/ansi2html-0.9.1.ebuild | 10 |
2 files changed, 5 insertions, 10 deletions
diff --git a/dev-python/ansi2html/ChangeLog b/dev-python/ansi2html/ChangeLog index d6fd819087cf..c40d31f82c0e 100644 --- a/dev-python/ansi2html/ChangeLog +++ b/dev-python/ansi2html/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/ansi2html # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/ansi2html/ChangeLog,v 1.1 2012/07/22 07:37:10 iksaif Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/ansi2html/ChangeLog,v 1.2 2012/07/22 07:38:45 iksaif Exp $ + + 22 Jul 2012; Corentin Chary <iksaif@gentoo.org> ansi2html-0.9.1.ebuild: + Remove useless workaround (there is a patch) *ansi2html-0.9.1 (22 Jul 2012) diff --git a/dev-python/ansi2html/ansi2html-0.9.1.ebuild b/dev-python/ansi2html/ansi2html-0.9.1.ebuild index b97225cf2b80..316dacbabbc9 100644 --- a/dev-python/ansi2html/ansi2html-0.9.1.ebuild +++ b/dev-python/ansi2html/ansi2html-0.9.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/ansi2html/ansi2html-0.9.1.ebuild,v 1.1 2012/07/22 07:37:10 iksaif Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/ansi2html/ansi2html-0.9.1.ebuild,v 1.2 2012/07/22 07:38:45 iksaif Exp $ EAPI="4" @@ -34,11 +34,3 @@ src_prepare() { epatch "${FILESDIR}/${PN}-0.9.1-fix-sys-argv-in-tests.patch" fi } - -src_test() { - # Workaround for https://github.com/ralphbean/ansi2html/issues/17 - testing() { - nosetests - } - python_execute_function testing -} |