summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2017-12-28 02:32:28 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2017-12-28 02:37:54 +0100
commit93a4521f87a6d6cdf3d1a45209eb400a55a91db7 (patch)
tree1d1afb19720a5b5771bc6fbe066dd994f6a69fff /app-office/kraft/kraft-0.59.ebuild
parentmedia-libs/mesa: Version bump to 17.3.1 (diff)
downloadgentoo-93a4521f87a6d6cdf3d1a45209eb400a55a91db7.tar.gz
gentoo-93a4521f87a6d6cdf3d1a45209eb400a55a91db7.tar.bz2
gentoo-93a4521f87a6d6cdf3d1a45209eb400a55a91db7.zip
app-office/kraft: Drop slot 4
Closes: https://bugs.gentoo.org/635058 Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'app-office/kraft/kraft-0.59.ebuild')
-rw-r--r--app-office/kraft/kraft-0.59.ebuild30
1 files changed, 0 insertions, 30 deletions
diff --git a/app-office/kraft/kraft-0.59.ebuild b/app-office/kraft/kraft-0.59.ebuild
deleted file mode 100644
index 48777bb0f346..000000000000
--- a/app-office/kraft/kraft-0.59.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-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"
-QT3SUPPORT_REQUIRED="true"
-SQL_REQUIRED="always"
-inherit kde4-base
-
-DESCRIPTION="Software for operating a small business, creating documents such as 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_kdeapps_dep kdepimlibs)
-"
-RDEPEND="${DEPEND}"
-
-DOCS=( AUTHORS Changes.txt README Releasenotes.txt TODO )