From: "Johannes Huber" <johu@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/kdiagram/
Date: Fri, 16 Dec 2016 18:38:46 +0000 (UTC) [thread overview]
Message-ID: <1481913517.ec32f93ea2da78a4f549d675492ab25328f088b3.johu@gentoo> (raw)
commit: ec32f93ea2da78a4f549d675492ab25328f088b3
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 16 17:54:17 2016 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Fri Dec 16 18:38:37 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec32f93e
dev-libs/kdiagram: New package
Import from kde overlay. Initial ebuild by Karol Herbst <git <AT> karolherbst.de>.
Improvements by several people. Needed by KDE Applications 16.12.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
dev-libs/kdiagram/Manifest | 1 +
dev-libs/kdiagram/kdiagram-2.6.0.ebuild | 24 ++++++++++++++++++++++++
dev-libs/kdiagram/metadata.xml | 8 ++++++++
3 files changed, 33 insertions(+)
diff --git a/dev-libs/kdiagram/Manifest b/dev-libs/kdiagram/Manifest
new file mode 100644
index 00000000..876d8e0
--- /dev/null
+++ b/dev-libs/kdiagram/Manifest
@@ -0,0 +1 @@
+DIST kdiagram-2.6.0.tar.xz 683792 SHA256 02788dad7e15c64b74a2d1073c5910469ab4cf46ba905030c1713dce45981882 SHA512 243839e23171f5deafb167e5a05f1a2841f0294c9f7944cd2580c9e72830a7082a84e4dddd70da620751bcad4086325747e2308872dc272404540b13d91e4ca3 WHIRLPOOL 237819a1f412c08054fc051c09fa4d2e19e63b7d00787cfb404f0d466dbd49b9bae60130a68ae33ac241083716cf5826aebfcda67d988d006bd805c8b68d9e75
diff --git a/dev-libs/kdiagram/kdiagram-2.6.0.ebuild b/dev-libs/kdiagram/kdiagram-2.6.0.ebuild
new file mode 100644
index 00000000..9c83508
--- /dev/null
+++ b/dev-libs/kdiagram/kdiagram-2.6.0.ebuild
@@ -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}"
diff --git a/dev-libs/kdiagram/metadata.xml b/dev-libs/kdiagram/metadata.xml
new file mode 100644
index 00000000..2fdbf33
--- /dev/null
+++ b/dev-libs/kdiagram/metadata.xml
@@ -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>
next reply other threads:[~2016-12-16 18:38 UTC|newest]
Thread overview: 39+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-12-16 18:38 Johannes Huber [this message]
-- strict thread matches above, loose matches on Subject: below --
2017-02-21 22:45 [gentoo-commits] repo/gentoo:master commit in: dev-libs/kdiagram/ Andreas Sturmlechner
2017-07-04 10:17 Agostino Sarubbo
2017-07-04 15:49 Agostino Sarubbo
2017-10-29 11:06 Andreas Sturmlechner
2017-10-30 13:29 Michael Palimaka
2018-04-18 16:46 Johannes Huber
2018-10-10 3:13 Thomas Deutschmann
2018-10-11 18:45 Andreas Sturmlechner
2018-10-11 18:45 Andreas Sturmlechner
2019-05-25 8:36 Mikle Kolyada
2019-06-04 20:58 Thomas Deutschmann
2019-06-04 22:00 Andreas Sturmlechner
2019-07-29 13:04 Aaron Bauman
2020-01-12 13:18 Andreas Sturmlechner
2020-03-29 13:32 Andreas Sturmlechner
2020-04-12 19:49 Andreas Sturmlechner
2020-04-12 19:49 Andreas Sturmlechner
2020-04-21 11:26 Andreas Sturmlechner
2020-05-10 9:15 Mikle Kolyada
2020-05-10 9:19 Mikle Kolyada
2020-05-10 17:42 Mart Raudsepp
2020-09-05 16:17 Thomas Deutschmann
2020-09-05 21:22 Sam James
2020-09-06 4:11 Sam James
2020-09-06 16:46 Andreas Sturmlechner
2020-10-27 0:30 Andreas Sturmlechner
2021-01-15 16:53 Andreas Sturmlechner
2021-02-18 22:03 Sam James
2021-02-19 19:32 Thomas Deutschmann
2021-02-21 4:30 Sam James
2021-02-21 10:16 Andreas Sturmlechner
2021-12-29 13:46 Yixun Lan
2022-12-26 10:17 Andreas Sturmlechner
2023-12-17 23:02 Andreas Sturmlechner
2024-06-13 19:26 Sam James
2024-07-06 13:21 Jakov Smolić
2024-07-21 16:43 Arthur Zamarin
2024-08-09 8:39 Arthur Zamarin
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1481913517.ec32f93ea2da78a4f549d675492ab25328f088b3.johu@gentoo \
--to=johu@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox