summaryrefslogtreecommitdiff
blob: a006b1a9727da6968519563f059233fae47c0649 (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
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/gnome-extra/zim/zim-0.17.ebuild,v 1.1 2007/02/27 16:03:29 steev Exp $

inherit perl-module

MY_P=Zim-${PV}
S="${WORKDIR}"/${MY_P}

DESCRIPTION="A desktop wiki"
HOMEPAGE="http://pardus-larus.student.utwente.nl/~pardus/projects/zim/"
SRC_URI="http://pardus-larus.student.utwente.nl/~pardus/downloads/Zim/${MY_P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="gnome spell"

DEPEND=">=dev-lang/perl-5.8.0
	>=x11-libs/gtk+-2.4.0
	virtual/perl-Storable
	virtual/perl-File-Spec
	dev-perl/File-BaseDir
	dev-perl/File-MimeInfo
	dev-perl/File-DesktopEntry
	dev-perl/gtk2-perl
	gnome? ( dev-perl/gtk2-trayicon )
	spell? ( dev-perl/gtk2-spell )"