From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3CA3B138334 for ; Sat, 12 Oct 2019 21:13:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 69568E0894; Sat, 12 Oct 2019 21:13:54 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3B095E0894 for ; Sat, 12 Oct 2019 21:13:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6966534BCAF for ; Sat, 12 Oct 2019 21:13:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 14086883 for ; Sat, 12 Oct 2019 21:13:51 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1570914795.4eb2a5e27aaa3a68864b9a2eb83c256ca703761d.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/kuickshow/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/kuickshow/Manifest media-gfx/kuickshow/kuickshow-0.10.1.ebuild X-VCS-Directories: media-gfx/kuickshow/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 4eb2a5e27aaa3a68864b9a2eb83c256ca703761d X-VCS-Branch: master Date: Sat, 12 Oct 2019 21:13:51 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 91c78e1d-b288-47c7-952a-777c746abc99 X-Archives-Hash: 428cd237425d0a066faf88507bae5618 commit: 4eb2a5e27aaa3a68864b9a2eb83c256ca703761d Author: Christian Gerloff gmx net> AuthorDate: Sat Oct 12 19:07:44 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Oct 12 21:13:15 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4eb2a5e2 media-gfx/kuickshow: bump version to 0.10.1 Signed-off-by: Christian Gerloff gmx.net> Bug: https://bugs.gentoo.org/696524 Package-Manager: Portage-2.3.69, Repoman-2.3.11 Closes: https://github.com/gentoo/gentoo/pull/13266 Signed-off-by: Andreas Sturmlechner gentoo.org> media-gfx/kuickshow/Manifest | 1 + media-gfx/kuickshow/kuickshow-0.10.1.ebuild | 39 +++++++++++++++++++++++++++++ 2 files changed, 40 insertions(+) diff --git a/media-gfx/kuickshow/Manifest b/media-gfx/kuickshow/Manifest index e2e40d87347..eb77dd4c853 100644 --- a/media-gfx/kuickshow/Manifest +++ b/media-gfx/kuickshow/Manifest @@ -1 +1,2 @@ DIST kuickshow-0.10.0-r1.tar.xz 879364 BLAKE2B 43ef0306988a4154bfdf33e1b5858d3985cdb9134adf5a657854ac14ad0a12ec13265e287b479baa5096f5eaa1b35515cb6d44a51a83eaf1c19f3401541f2c42 SHA512 d65082959d784884fb4411c3e3f6145606bc3f02d7a8c63421d216e8ae6da89dcb5e57ba0ab88b5a1cd31368ff111700cc58f98b74a1e481e6109173d253fd29 +DIST kuickshow-0.10.1.tar.xz 896900 BLAKE2B 50e6bf055a76d0668fe6f92d411610908e9098b5cb14df89403d7e6462941e137390e14a6828c790c1b7067b9f596e70c40d40e2a64c6a0887b1f11251911219 SHA512 c2d812a0e97be1b5b0db1f6c90dc1347be2ffccd48403b46e637549b608a395cdcdb6b36e842b1c5039d18861cfbafd4dc7283bb69f530548a3b5193a586d4dc diff --git a/media-gfx/kuickshow/kuickshow-0.10.1.ebuild b/media-gfx/kuickshow/kuickshow-0.10.1.ebuild new file mode 100644 index 00000000000..b75ef6343d8 --- /dev/null +++ b/media-gfx/kuickshow/kuickshow-0.10.1.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +KDE_HANDBOOK="forceoptional" +inherit kde5 + +DESCRIPTION="Image viewer based on KDE Frameworks" +HOMEPAGE="https://userbase.kde.org/KuickShow" +SRC_URI="mirror://kde/stable/${PN}/${PV}/${P}.tar.xz" + +LICENSE="GPL-2" +KEYWORDS="~amd64 ~x86" +IUSE="debug" + +DEPEND=" + $(add_frameworks_dep kcompletion) + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kiconthemes) + $(add_frameworks_dep kinit) + $(add_frameworks_dep kio) + $(add_frameworks_dep kjobwidgets) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kwindowsystem) + $(add_frameworks_dep kxmlgui) + $(add_qt_dep qtgui) + $(add_qt_dep qtprintsupport) + $(add_qt_dep qtwidgets) + $(add_qt_dep qtx11extras) + media-libs/imlib + x11-libs/libX11 +" +RDEPEND="${DEPEND} + !media-gfx/kuickshow:4 +"