dev-libs/kdiagram: New package

Import from kde overlay. Initial ebuild by Karol Herbst <git@karolherbst.de>.
Improvements by several people. Needed by KDE Applications 16.12.

Package-Manager: Portage-2.3.3, Repoman-2.3.1
This commit is contained in:
Johannes Huber
2016-12-16 18:54:17 +01:00
parent 12a8cbe6a8
commit ec32f93ea2
3 changed files with 33 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST kdiagram-2.6.0.tar.xz 683792 SHA256 02788dad7e15c64b74a2d1073c5910469ab4cf46ba905030c1713dce45981882 SHA512 243839e23171f5deafb167e5a05f1a2841f0294c9f7944cd2580c9e72830a7082a84e4dddd70da620751bcad4086325747e2308872dc272404540b13d91e4ca3 WHIRLPOOL 237819a1f412c08054fc051c09fa4d2e19e63b7d00787cfb404f0d466dbd49b9bae60130a68ae33ac241083716cf5826aebfcda67d988d006bd805c8b68d9e75

View File

@@ -0,0 +1,24 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=6
inherit kde5
DESCRIPTION="Powerful libraries (KChart, KGantt) for creating business diagrams"
HOMEPAGE="https://www.kde.org/"
IUSE=""
if [[ ${KDE_BUILD_TYPE} = release ]]; then
KEYWORDS="~amd64 ~x86"
SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz"
fi
DEPEND="
$(add_qt_dep qtgui)
$(add_qt_dep qtprintsupport)
$(add_qt_dep qtsvg)
$(add_qt_dep qtwidgets)
"
RDEPEND="${DEPEND}"

View File

@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>kde@gentoo.org</email>
<name>Gentoo KDE Project</name>
</maintainer>
</pkgmetadata>