summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Delaney <idella4@gentoo.org>2014-12-20 12:42:00 +0000
committerIan Delaney <idella4@gentoo.org>2014-12-20 12:42:00 +0000
commit7c37e54cd56107a9460b9cada596eec9b63351a3 (patch)
treee5fe5fffc691f923e55b84ae6e13d37deb3fb2e2 /dev-python/html2text
parentrm old (diff)
downloadgentoo-2-7c37e54cd56107a9460b9cada596eec9b63351a3.tar.gz
gentoo-2-7c37e54cd56107a9460b9cada596eec9b63351a3.tar.bz2
gentoo-2-7c37e54cd56107a9460b9cada596eec9b63351a3.zip
rm old
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Diffstat (limited to 'dev-python/html2text')
-rw-r--r--dev-python/html2text/ChangeLog6
-rw-r--r--dev-python/html2text/html2text-3.02.ebuild27
-rw-r--r--dev-python/html2text/html2text-3.200.3-r1.ebuild25
3 files changed, 5 insertions, 53 deletions
diff --git a/dev-python/html2text/ChangeLog b/dev-python/html2text/ChangeLog
index 25e70a7f4475..10fc7a561b03 100644
--- a/dev-python/html2text/ChangeLog
+++ b/dev-python/html2text/ChangeLog
@@ -1,6 +1,10 @@
# 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.19 2014/12/02 13:45:41 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/html2text/ChangeLog,v 1.20 2014/12/20 12:42:00 idella4 Exp $
+
+ 20 Dec 2014; Ian Delaney <idella4@gentoo.org> -html2text-3.02.ebuild,
+ -html2text-3.200.3-r1.ebuild:
+ rm old
02 Dec 2014; Ian Delaney <idella4@gentoo.org> html2text-2014.4.5-r1.ebuild:
clean old impl
diff --git a/dev-python/html2text/html2text-3.02.ebuild b/dev-python/html2text/html2text-3.02.ebuild
deleted file mode 100644
index 82e5b95e33e1..000000000000
--- a/dev-python/html2text/html2text-3.02.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# 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-3.02.ebuild,v 1.4 2014/08/10 21:11:59 slyfox Exp $
-
-EAPI="3"
-SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="*-jython"
-
-inherit distutils
-
-DESCRIPTION="Turn HTML into equivalent Markdown-structured text"
-HOMEPAGE="http://www.aaronsw.com/2002/html2text/ https://github.com/aaronsw/html2text http://pypi.python.org/pypi/html2text"
-SRC_URI="https://github.com/aaronsw/html2text/tarball/${PV}/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND="dev-python/chardet
- dev-python/feedparser"
-DEPEND="${RDEPEND}
- dev-python/setuptools"
-
-S="${WORKDIR}/aaronsw-${PN}-d9bf7d6"
-
-PYTHON_MODNAME="html2text.py"
diff --git a/dev-python/html2text/html2text-3.200.3-r1.ebuild b/dev-python/html2text/html2text-3.200.3-r1.ebuild
deleted file mode 100644
index eaa4c2a4fbfe..000000000000
--- a/dev-python/html2text/html2text-3.200.3-r1.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# 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-3.200.3-r1.ebuild,v 1.4 2014/08/10 21:11:59 slyfox Exp $
-
-EAPI=5
-PYTHON_COMPAT=( python{2_{6,7},3_{2,3}} pypy pypy2_0 )
-
-inherit distutils-r1
-
-DESCRIPTION="Turn HTML into equivalent Markdown-structured text"
-HOMEPAGE="http://www.aaronsw.com/2002/html2text/
- https://github.com/aaronsw/html2text http://pypi.python.org/pypi/html2text"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="dev-python/chardet[${PYTHON_USEDEP}]
- dev-python/feedparser[${PYTHON_USEDEP}]
- dev-python/setuptools[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}"
-
-PATCHES=( "${FILESDIR}/${PN}-rename.patch" )