diff options
author | Lukasz Strzygowski <lucass@gentoo.org> | 2006-09-07 18:20:01 +0000 |
---|---|---|
committer | Lukasz Strzygowski <lucass@gentoo.org> | 2006-09-07 18:20:01 +0000 |
commit | c8378f74dd6f00a24e6461eed48c35cccf8ca99c (patch) | |
tree | 8fcb8de64140152362f31b86b78b89f825208c36 /net-news/rawdog/rawdog-2.10.ebuild | |
parent | Stable on ppc64; bug #146725 (diff) | |
download | historical-c8378f74dd6f00a24e6461eed48c35cccf8ca99c.tar.gz historical-c8378f74dd6f00a24e6461eed48c35cccf8ca99c.tar.bz2 historical-c8378f74dd6f00a24e6461eed48c35cccf8ca99c.zip |
Version bump.
Package-Manager: portage-2.1.1_rc1-r2
Diffstat (limited to 'net-news/rawdog/rawdog-2.10.ebuild')
-rw-r--r-- | net-news/rawdog/rawdog-2.10.ebuild | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/net-news/rawdog/rawdog-2.10.ebuild b/net-news/rawdog/rawdog-2.10.ebuild new file mode 100644 index 000000000000..faa7b5bc4900 --- /dev/null +++ b/net-news/rawdog/rawdog-2.10.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.10.ebuild,v 1.1 2006/09/07 18:20:01 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" |