diff options
author | Ian Delaney <idella4@gentoo.org> | 2014-04-16 06:45:34 +0000 |
---|---|---|
committer | Ian Delaney <idella4@gentoo.org> | 2014-04-16 06:45:34 +0000 |
commit | bfc01ee5e76f7785faa00680f32b501c55be906e (patch) | |
tree | cc5ffaad7539119547fbde7d97519ade9e473114 /net-news/rawdog/rawdog-2.19.ebuild | |
parent | add pypy support (diff) | |
download | gentoo-2-bfc01ee5e76f7785faa00680f32b501c55be906e.tar.gz gentoo-2-bfc01ee5e76f7785faa00680f32b501c55be906e.tar.bz2 gentoo-2-bfc01ee5e76f7785faa00680f32b501c55be906e.zip |
bump
Diffstat (limited to 'net-news/rawdog/rawdog-2.19.ebuild')
-rw-r--r-- | net-news/rawdog/rawdog-2.19.ebuild | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/net-news/rawdog/rawdog-2.19.ebuild b/net-news/rawdog/rawdog-2.19.ebuild new file mode 100644 index 000000000000..a2b051de202e --- /dev/null +++ b/net-news/rawdog/rawdog-2.19.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-news/rawdog/rawdog-2.19.ebuild,v 1.1 2014/04/16 06:45:34 idella4 Exp $ + +EAPI=5 +PYTHON_COMPAT=( python2_7 pypy ) + +inherit distutils-r1 + +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="" |