summaryrefslogtreecommitdiff
blob: f7073b8c208a9854f4e6aa7e74f38f6ec5a70769 (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-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI="2"

inherit distutils

DESCRIPTION="HARMAN is a free software that can be used to merge, split and cut PDF documents."
HOMEPAGE="http://www.istihza.com"
SRC_URI="http://www.istihza.com/harman/${P}/anakaynak/${P}.tar.gz"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~x86"
IUSE=""

DEPEND=">=dev-lang/python-2.5
		sys-devel/gettext"
RDEPEND="${DEPEND}
		dev-python/pyPdf
		dev-python/pygtk"