summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/pottymouth/pottymouth-2.2.1.ebuild')
-rw-r--r--dev-python/pottymouth/pottymouth-2.2.1.ebuild29
1 files changed, 0 insertions, 29 deletions
diff --git a/dev-python/pottymouth/pottymouth-2.2.1.ebuild b/dev-python/pottymouth/pottymouth-2.2.1.ebuild
deleted file mode 100644
index 54926b0ad..000000000
--- a/dev-python/pottymouth/pottymouth-2.2.1.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="2"
-PYTHON_DEPEND="2"
-SUPPORT_PYTHON_ABIS="1"
-
-inherit distutils eutils
-
-MY_P=PottyMouth-${PV}
-DESCRIPTION="A python library that scrubs untrusted text to valid, nice-looking, completely safe XHTML"
-HOMEPAGE="http://glyphobet.net/pottymouth/"
-SRC_URI="http://dev.gentooexperimental.org/~dreeevil/${MY_P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RESTRICT_PYTHON_ABIS="3.*"
-
-S=${WORKDIR}/${MY_P}
-
-DOCS="readme.html"
-
-src_prepare() {
- epatch "${FILESDIR}/${PN}-2.1.2-fix-setup.patch" || die
-}