blob: 7158f667e82817bb89b9a9b1ac0bc595b20b26c2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/drivel/drivel-0.9.1.ebuild,v 1.4 2003/09/05 22:13:37 msterret Exp $
inherit gnome2
IUSE=""
DESCRIPTION="Drivel is a LiveJournal client for the GNOME desktop."
HOMEPAGE="http://sourceforge.net/project/drivel/"
SRC_URI="mirror://sourceforge/drivel/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86 ~ppc"
RDEPEND=">=x11-libs/gtk+-2.0.0
>=gnome-base/libgnomeui-2.0.3
>=gnome-base/gconf-1.2.1
>=net-ftp/curl-7.10"
DEPEND="${RDEPEND}
>=dev-util/pkgconfig-0.12.0"
DOCS="AUTHORS COPYING ChangeLog INSTALL NEWS README"
|