From: "Michael Palimaka" <kensington@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/kreport/
Date: Sat, 12 Aug 2017 09:05:16 +0000 (UTC) [thread overview]
Message-ID: <1502528708.e86e31e2ff2b6bdb65a449ae9368847ccc0cc4c0.kensington@gentoo> (raw)
commit: e86e31e2ff2b6bdb65a449ae9368847ccc0cc4c0
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 12 09:04:55 2017 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sat Aug 12 09:05:08 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e86e31e2
dev-libs/kreport: verison bump 3.0.2
Package-Manager: Portage-2.3.6, Repoman-2.3.3
dev-libs/kreport/Manifest | 1 +
dev-libs/kreport/kreport-3.0.2.ebuild | 48 +++++++++++++++++++++++++++++++++++
2 files changed, 49 insertions(+)
diff --git a/dev-libs/kreport/Manifest b/dev-libs/kreport/Manifest
index cd74929bcee..2667e5b7657 100644
--- a/dev-libs/kreport/Manifest
+++ b/dev-libs/kreport/Manifest
@@ -1 +1,2 @@
DIST kreport-3.0.1.tar.xz 227944 SHA256 7a6cc7fa104bbdf0168625b365cb79cf4b6e70d6c97ead5f56a2bd921ade1401 SHA512 29a4d53ff063c35dd147e6e9b90c24fa79d94e76807eac0ea8fe3ddc17d465afdd4107805880325d9d2837c7026a678d77c3710123d8187f214f6006eaea0953 WHIRLPOOL a7e017f78fe845e3776920bc894a0807d4fa43d1027e835d9685ad6001e760b66def8307113589af1ef08f492d99edb56a40ef7861f67f55f8204f9263284cf2
+DIST kreport-3.0.2.tar.xz 227508 SHA256 e04ea806381ec9fe40f63103e6ef45685a586faa5c85807347d733231cdca3fd SHA512 25580783b1424d66608c48c6f0e254a9c27802b11157eaa199a50b05122f904b970b82cc747c7d8020ebede9bac1b30667e22a6b9c23a6e481055aa3c0a407ea WHIRLPOOL 9f732f35fcfa4137b9ed696af50de6071cf43b5054fdb325fb8e5ef70329fcb5e3f737179417aa02e242e740bf378b5b9eb88df08181f7263fc5ab42e4243b10
diff --git a/dev-libs/kreport/kreport-3.0.2.ebuild b/dev-libs/kreport/kreport-3.0.2.ebuild
new file mode 100644
index 00000000000..db2df1cc5ac
--- /dev/null
+++ b/dev-libs/kreport/kreport-3.0.2.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 )
+
+KDE_TEST="true"
+VIRTUALX_REQUIRED="test"
+inherit kde5 python-any-r1
+
+DESCRIPTION="Framework for creation and generation of reports in multiple formats"
+[[ ${KDE_BUILD_TYPE} != live ]] && SRC_URI="mirror://kde/stable/${PN}/src/${P}.tar.xz"
+
+LICENSE="LGPL-2+"
+KEYWORDS="~amd64 ~x86"
+IUSE="marble +scripting webkit"
+
+RESTRICT+=" test"
+
+RDEPEND="
+ $(add_frameworks_dep kconfig)
+ $(add_frameworks_dep kcoreaddons)
+ $(add_frameworks_dep kguiaddons)
+ $(add_frameworks_dep kwidgetsaddons)
+ $(add_qt_dep qtgui)
+ $(add_qt_dep qtprintsupport)
+ $(add_qt_dep qtwidgets)
+ $(add_qt_dep qtxml)
+ dev-libs/kproperty
+ marble? ( $(add_kdeapps_dep marble '' '' '5=') )
+ scripting? ( $(add_qt_dep qtdeclarative) )
+ webkit? ( $(add_qt_dep qtwebkit) )
+"
+DEPEND="${RDEPEND}
+ ${PYTHON_DEPS}
+"
+
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+src_configure() {
+ local mycmakeargs=(
+ $(cmake-utils_use_find_package marble Marble)
+ $(cmake-utils_use_find_package webkit Qt5WebKitWidgets)
+ -DKREPORT_SCRIPTING=$(usex scripting)
+ )
+ kde5_src_configure
+}
next reply other threads:[~2017-08-12 9:05 UTC|newest]
Thread overview: 28+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-08-12 9:05 Michael Palimaka [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-04-20 12:57 [gentoo-commits] repo/gentoo:master commit in: dev-libs/kreport/ Andreas Sturmlechner
2022-10-25 20:04 Andreas Sturmlechner
2022-06-07 11:34 Andreas Sturmlechner
2022-06-02 6:08 Agostino Sarubbo
2022-06-02 6:05 Agostino Sarubbo
2021-10-05 7:39 Jakov Smolić
2021-01-07 17:30 Andreas Sturmlechner
2021-01-07 15:04 Sam James
2020-12-29 7:56 Sam James
2020-01-12 13:18 Andreas Sturmlechner
2019-05-19 20:55 Andreas Sturmlechner
2019-05-19 20:45 Mikle Kolyada
2019-05-19 13:14 Thomas Deutschmann
2019-04-18 17:56 Andreas Sturmlechner
2018-05-09 6:32 Andreas Sturmlechner
2018-05-08 7:11 Agostino Sarubbo
2018-05-07 0:24 Thomas Deutschmann
2018-03-18 1:17 Michael Palimaka
2017-09-26 14:32 Michael Palimaka
2017-09-26 14:32 Michael Palimaka
2017-07-08 2:48 Michael Palimaka
2017-07-04 15:49 Agostino Sarubbo
2017-07-04 10:17 Agostino Sarubbo
2017-07-01 11:18 Michael Palimaka
2017-03-19 0:18 Michael Palimaka
2016-11-19 10:58 Michael Palimaka
2016-11-09 13:14 Michael Palimaka
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=1502528708.e86e31e2ff2b6bdb65a449ae9368847ccc0cc4c0.kensington@gentoo \
--to=kensington@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