blob: b305b06b9b8e9e4cd6936c6cfe533c7214d36ffe (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# Copyright 1999-2009 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.4 2009/06/29 15:50:45 darkside Exp $
NEED_PYTHON=2.2
inherit distutils
DESCRIPTION="Rawdog - RSS Aggregator Without Delusions Of Grandeur"
HOMEPAGE="http://offog.org/code/rawdog.html"
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"
|