From 3061614150905eb9fe7dbcdc98b4eaae9e1addc7 Mon Sep 17 00:00:00 2001 From: Burak Sezer Date: Fri, 23 Apr 2010 11:39:18 +0000 Subject: first commit --- app-text/harman/Manifest | 2 ++ app-text/harman/harman-0.8.ebuild | 22 ++++++++++++++++++++++ 2 files changed, 24 insertions(+) create mode 100644 app-text/harman/Manifest create mode 100644 app-text/harman/harman-0.8.ebuild (limited to 'app-text') diff --git a/app-text/harman/Manifest b/app-text/harman/Manifest new file mode 100644 index 0000000..1949f05 --- /dev/null +++ b/app-text/harman/Manifest @@ -0,0 +1,2 @@ +DIST harman-0.8.tar.gz 158653 RMD160 e7cbbe053d766396469a379e3a8c0bc24da6daaa SHA1 c3d0fa696115a0827a36c6abd0e2c44a839efa78 SHA256 342626bfae26ec7cf30df2db750200d989accee1752abd7b5894471c7dc37d6e +EBUILD harman-0.8.ebuild 507 RMD160 159c51100f8e826e66dd164eb7d7524038fbba41 SHA1 37b183ce427634251b9701d1d3a83de6fab851bb SHA256 39c697ebdc9ff79804e3ed169d2acd66948d982be22231abd0ad29f9120a2908 diff --git a/app-text/harman/harman-0.8.ebuild b/app-text/harman/harman-0.8.ebuild new file mode 100644 index 0000000..f7073b8 --- /dev/null +++ b/app-text/harman/harman-0.8.ebuild @@ -0,0 +1,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" -- cgit v1.2.3-65-gdbad