diff options
Diffstat (limited to 'net-news/rawdog/rawdog-2.17.ebuild')
-rw-r--r-- | net-news/rawdog/rawdog-2.17.ebuild | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/net-news/rawdog/rawdog-2.17.ebuild b/net-news/rawdog/rawdog-2.17.ebuild new file mode 100644 index 000000000000..965f3a7e2793 --- /dev/null +++ b/net-news/rawdog/rawdog-2.17.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-news/rawdog/rawdog-2.17.ebuild,v 1.1 2013/08/26 10:21:09 patrick Exp $ + +EAPI="3" +PYTHON_DEPEND="2" +SUPPORT_PYTHON_ABIS="1" +RESTRICT_PYTHON_ABIS="3.*" + +inherit distutils + +DESCRIPTION="Rawdog - RSS Aggregator Without Delusions Of Grandeur" +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" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~s390 ~sparc ~x86" +IUSE="" + +DEPEND="" +RDEPEND="" + +DOCS="NEWS PLUGINS config style.css" +PYTHON_MODNAME="rawdoglib" |