summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2009-09-10 03:12:45 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2009-09-10 03:12:45 +0000
commit885424b301c137c43c74681072d54c676205601d (patch)
treee640a2bcbb98182c2b192fa3dfdc70a4a9d92291 /dev-python/feedparser
parentBuild documentation (bug #278994). (diff)
downloadgentoo-2-885424b301c137c43c74681072d54c676205601d.tar.gz
gentoo-2-885424b301c137c43c74681072d54c676205601d.tar.bz2
gentoo-2-885424b301c137c43c74681072d54c676205601d.zip
Fix dependencies (bug #265936).
(Portage version: 14221-svn/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/feedparser')
-rw-r--r--dev-python/feedparser/ChangeLog8
-rw-r--r--dev-python/feedparser/feedparser-4.1.ebuild9
2 files changed, 13 insertions, 4 deletions
diff --git a/dev-python/feedparser/ChangeLog b/dev-python/feedparser/ChangeLog
index 3ea73bf914db..b4e17b6b4f12 100644
--- a/dev-python/feedparser/ChangeLog
+++ b/dev-python/feedparser/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/feedparser
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/feedparser/ChangeLog,v 1.15 2008/05/11 16:45:55 corsair Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/feedparser/ChangeLog,v 1.16 2009/09/10 03:12:45 arfrever Exp $
+
+ 10 Sep 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+ feedparser-4.1.ebuild:
+ Fix dependencies (bug #265936).
11 May 2008; Markus Rothe <corsair@gentoo.org> feedparser-4.1.ebuild:
Stable on ppc64; bug #221147
diff --git a/dev-python/feedparser/feedparser-4.1.ebuild b/dev-python/feedparser/feedparser-4.1.ebuild
index 4a7cb42dfec5..663b15a809a5 100644
--- a/dev-python/feedparser/feedparser-4.1.ebuild
+++ b/dev-python/feedparser/feedparser-4.1.ebuild
@@ -1,17 +1,22 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/feedparser/feedparser-4.1.ebuild,v 1.12 2008/05/11 16:45:55 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/feedparser/feedparser-4.1.ebuild,v 1.13 2009/09/10 03:12:45 arfrever Exp $
+
+EAPI="2"
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="alpha amd64 ia64 ppc ppc64 ~sparc x86 ~x86-fbsd"
IUSE=""
+
DEPEND="app-arch/unzip"
+RDEPEND=""
S=${WORKDIR}
DOCS="LICENSE"