summaryrefslogtreecommitdiff
blob: be3d57a301bdab87cd175ab8c25a937748974c61 (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-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-gfx/keyjnote/keyjnote-0.10.2.ebuild,v 1.4 2010/02/10 22:17:42 ssuominen Exp $

EAPI=2

DESCRIPTION="Pdf viewer and presentation program"
HOMEPAGE="http://keyjnote.sf.net"
SRC_URI="mirror://sourceforge/${PN}/KeyJnote-${PV}.tar.gz"

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

S="${WORKDIR}/KeyJnote-${PV}"

DEPEND=">=dev-lang/python-2.3
		dev-python/pyopengl
		dev-python/pygame
		dev-python/imaging
		|| ( >=app-text/poppler-0.12.3-r3[utils] app-text/ghostscript-gpl )
		app-text/pdftk"

src_install() {
	newbin keyjnote.py keyjnote || die
	dodoc demo.pdf keyjnote.html || die
}