blob: 40b7f46ba03f5d0bba838325dd8e5af57c3c4a9b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-www/liferea/liferea-0.4.6b.ebuild,v 1.3 2004/03/06 11:53:51 liquidx Exp $
inherit gnome2
DESCRIPTION="News Aggregator for RDF/RSS/CDF/Atom/Echo/etc similar to FeedReader."
HOMEPAGE="http://liferea.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86 ~amd64"
IUSE=""
DEPEND=">=x11-libs/gtk+-2.0.0
>=dev-libs/libxml2-2.5
=gnome-extra/libgtkhtml-2*
>=gnome-base/gnome-vfs-2
>=gnome-base/gconf-2"
DOCS="README AUTHORS ChangeLog COPYING"
|