blob: f1a6e245b864978f292731d8f6ba5a01c369489e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/gnome-extra/apotheke/apotheke-0.1.ebuild,v 1.9 2003/07/09 15:40:55 liquidx Exp $
inherit gnome2
IUSE=""
DESCRIPTION="A seperate Nautilus view, which gives you detailed information about CVS managed directories."
SRC_URI="ftp://ftp.berlios.de/pub/apotheke/${P}.tar.gz"
HOMEPAGE="http://apotheke.berlios.de/"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86 sparc"
RDEPEND=">=x11-libs/gtk+-2
>=dev-libs/glib-2
>=gnome-base/gnome-vfs-2
>=gnome-base/libgnome-2
>=gnome-base/gconf-2
>=gnome-base/libglade-2
>=gnome-base/nautilus-2
app-admin/fam-oss"
DEPEND="${RDEPEND}
sys-devel/gettext
dev-util/intltool
dev-util/pkgconfig"
DOCS="AUTHORS ChangeLog COPYING INSTALL NEWS README"
|