summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-news/rawdog/rawdog-2.12.ebuild')
-rw-r--r--net-news/rawdog/rawdog-2.12.ebuild12
1 files changed, 8 insertions, 4 deletions
diff --git a/net-news/rawdog/rawdog-2.12.ebuild b/net-news/rawdog/rawdog-2.12.ebuild
index 83b37cec6bb4..591869dfea32 100644
--- a/net-news/rawdog/rawdog-2.12.ebuild
+++ b/net-news/rawdog/rawdog-2.12.ebuild
@@ -1,12 +1,15 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-news/rawdog/rawdog-2.12.ebuild,v 1.7 2009/07/17 18:15:22 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-news/rawdog/rawdog-2.12.ebuild,v 1.8 2010/04/16 00:17:45 arfrever Exp $
+
+EAPI="3"
+PYTHON_DEPEND="2"
+SUPPORT_PYTHON_ABIS="1"
-NEED_PYTHON=2.2
inherit distutils
DESCRIPTION="Rawdog - RSS Aggregator Without Delusions Of Grandeur"
-HOMEPAGE="http://offog.org/code/rawdog.html"
+HOMEPAGE="http://offog.org/code/rawdog.html http://pypi.python.org/pypi/rawdog"
SRC_URI="http://offog.org/files/${P}.tar.gz"
LICENSE="GPL-2"
@@ -16,6 +19,7 @@ IUSE=""
DEPEND=""
RDEPEND=""
+RESTRICT_PYTHON_ABIS="3.*"
DOCS="NEWS PLUGINS config style.css"
PYTHON_MODNAME="rawdoglib"