summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/feedparser/feedparser-4.0.2.ebuild')
-rw-r--r--dev-python/feedparser/feedparser-4.0.2.ebuild23
1 files changed, 0 insertions, 23 deletions
diff --git a/dev-python/feedparser/feedparser-4.0.2.ebuild b/dev-python/feedparser/feedparser-4.0.2.ebuild
deleted file mode 100644
index ea1686e01a47..000000000000
--- a/dev-python/feedparser/feedparser-4.0.2.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/feedparser/feedparser-4.0.2.ebuild,v 1.2 2006/01/24 22:20:02 chutzpah Exp $
-
-inherit distutils
-
-DESCRIPTION="Parse RSS and Atom feeds in Python"
-HOMEPAGE="http://www.feedparser.org/"
-SRC_URI="mirror://sourceforge/feedparser/${P}.zip"
-LICENSE="PYTHON"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-DEPEND="app-arch/unzip"
-S=${WORKDIR}
-
-PYTHON_MODNAME="feedparser"
-DOCS="README LICENSE"
-
-src_install() {
- distutils_src_install
- dohtml docs/*
-}