summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2015-10-01 21:49:50 +1000
committerMichael Palimaka <kensington@gentoo.org>2015-10-01 21:50:17 +1000
commit1c41ed0cdfa48c64e340d4a4c5b101268fff34a8 (patch)
treec0bc3a7b1d6fcf430aed6b20d3e1b993db5b2665 /app-office/kraft/kraft-0.59.ebuild
parentdev-libs/openssl: fix file collision with app-misc/c_rehash (diff)
downloadgentoo-1c41ed0cdfa48c64e340d4a4c5b101268fff34a8.tar.gz
gentoo-1c41ed0cdfa48c64e340d4a4c5b101268fff34a8.tar.bz2
gentoo-1c41ed0cdfa48c64e340d4a4c5b101268fff34a8.zip
app-office/kraft: version bump
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'app-office/kraft/kraft-0.59.ebuild')
-rw-r--r--app-office/kraft/kraft-0.59.ebuild29
1 files changed, 29 insertions, 0 deletions
diff --git a/app-office/kraft/kraft-0.59.ebuild b/app-office/kraft/kraft-0.59.ebuild
new file mode 100644
index 000000000000..39be85def576
--- /dev/null
+++ b/app-office/kraft/kraft-0.59.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+KDE_LINGUAS="ast bg bs cs da de en_GB eo es et fi fr ga gl hu it ja lt mai mr nds
+nl pl pt pt_BR ru sk sv tr ug uk zh_CN"
+inherit kde4-base
+
+DESCRIPTION="Software for operating a small business, helping create documents such as offers and invoices"
+HOMEPAGE="http://www.volle-kraft-voraus.de/"
+SRC_URI="mirror://sourceforge/kraft/${P}.tar.xz"
+
+LICENSE="GPL-2"
+SLOT="4"
+KEYWORDS="~amd64 ~x86"
+IUSE="debug"
+
+DEPEND="
+ dev-cpp/ctemplate
+ dev-qt/qtcore:4
+ dev-qt/qtgui:4
+ dev-qt/qtsql:4[mysql,sqlite]
+ $(add_kdebase_dep kdepimlibs)
+"
+RDEPEND="${DEPEND}"
+
+DOCS=( AUTHORS Changes.txt README Releasenotes.txt TODO )