diff options
Diffstat (limited to 'net-news/rawdog/rawdog-2.9.ebuild')
-rw-r--r-- | net-news/rawdog/rawdog-2.9.ebuild | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/net-news/rawdog/rawdog-2.9.ebuild b/net-news/rawdog/rawdog-2.9.ebuild new file mode 100644 index 000000000000..443f0ea2fc0b --- /dev/null +++ b/net-news/rawdog/rawdog-2.9.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-news/rawdog/rawdog-2.9.ebuild,v 1.1 2006/06/21 20:28:09 lucass Exp $ + +inherit distutils + +DESCRIPTION="Rawdog - RSS Aggregator Without Delusions Of Grandeur" +SRC_URI="http://offog.org/files/${P}.tar.gz" +HOMEPAGE="http://offog.org/code/rawdog.html" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~s390 ~sparc ~x86" +LICENSE="GPL-2" +SLOT="0" +IUSE="" +DOCS="NEWS PLUGINS config style.css" |