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 9DA48138AE9 for ; Thu, 28 Dec 2017 22:07:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C2383E0E67; Thu, 28 Dec 2017 22:07:53 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 95343E0E67 for ; Thu, 28 Dec 2017 22:07:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 2DCB233BF0F for ; Thu, 28 Dec 2017 22:07:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E3C02AFBF for ; Thu, 28 Dec 2017 22:07:48 +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: <1514498844.89f0b0367f6336456b336b3e7f6df4a8f7885254.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-misc/kmarkdownwebview/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-misc/kmarkdownwebview/Manifest kde-misc/kmarkdownwebview/kmarkdownwebview-0.4.0.ebuild X-VCS-Directories: kde-misc/kmarkdownwebview/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 89f0b0367f6336456b336b3e7f6df4a8f7885254 X-VCS-Branch: master Date: Thu, 28 Dec 2017 22:07:48 +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-Archives-Salt: 946e388a-9c01-4e39-84a4-a8dbd9095e67 X-Archives-Hash: f5d79ec60ded008d558d4d0948fb07b8 commit: 89f0b0367f6336456b336b3e7f6df4a8f7885254 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Dec 28 21:44:48 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Dec 28 22:07:24 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89f0b036 kde-misc/kmarkdownwebview: 0.4.0 version bump Package-Manager: Portage-2.3.19, Repoman-2.3.6 kde-misc/kmarkdownwebview/Manifest | 1 + .../kmarkdownwebview/kmarkdownwebview-0.4.0.ebuild | 38 ++++++++++++++++++++++ 2 files changed, 39 insertions(+) diff --git a/kde-misc/kmarkdownwebview/Manifest b/kde-misc/kmarkdownwebview/Manifest index 1076204fa28..06ca64ffaa9 100644 --- a/kde-misc/kmarkdownwebview/Manifest +++ b/kde-misc/kmarkdownwebview/Manifest @@ -1,2 +1,3 @@ DIST kmarkdownwebview-0.2.0.tar.xz 52148 BLAKE2B 71053212b168c4caf47ff879e7201a057169f517f591c0ad9d5d331a9b64651750a2eb129bce95e9ce321e479376825e5c949537096cd2e23b0b2ee7d2913883 SHA512 6419238b52a2ae82a5496d1afb82ef809e9a43c9ed8e6e5f27457087ddc8aad0ffeae99d287d2d3644da04f07e29b795a59ab2e6bc54658f267bd466844da1e7 DIST kmarkdownwebview-0.3.0.tar.xz 55764 BLAKE2B e076a4c54b4ae72a587bd988b590489d36e537bbca4522dfb99181052e13e68c16cabc37d0a5775f86832a787b16fe09561392af8bdaceb6fb9b2adc38cf7979 SHA512 a6f1f8d721e1417a8f6028d3373a8e8107fb0ee5b809511dfe4ca0acd79531dd354918100d51f6b253fa54dc8367eede7116010756d10b59be810e12057fa612 +DIST kmarkdownwebview-0.4.0.tar.xz 57728 BLAKE2B 7149f13987d1e204071ad6a030a40371065c016b94a56e7d4688b7d806ea1eee6cd543498d38ae540fc48fadd7fcbdd55842546a5f9ad337599d5edfec728a34 SHA512 3ea108441e6f35d04156b567b0aed25ce6a6f96311b69e6a6f3cfc71a4eb9b9613d36a127da19fc71dfe5118f14064f725a994dd667560699b33830482c2d380 diff --git a/kde-misc/kmarkdownwebview/kmarkdownwebview-0.4.0.ebuild b/kde-misc/kmarkdownwebview/kmarkdownwebview-0.4.0.ebuild new file mode 100644 index 00000000000..48060d54cb7 --- /dev/null +++ b/kde-misc/kmarkdownwebview/kmarkdownwebview-0.4.0.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit kde5 + +DESCRIPTION="KPart for rendering Markdown content" +HOMEPAGE="https://frinring.wordpress.com/2017/09/14/kmarkdownwebview-0-1-0/" +SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz" + +LICENSE="!webkit? ( BSD ) LGPL-2.1+" +KEYWORDS="~amd64" +IUSE="webkit" + +DEPEND=" + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kparts) + $(add_frameworks_dep kxmlgui) + $(add_qt_dep qtgui) + $(add_qt_dep qtwidgets) + webkit? ( $(add_qt_dep qtwebkit) ) + !webkit? ( + $(add_qt_dep qtwebchannel) + $(add_qt_dep qtwebengine 'widgets') + ) +" +RDEPEND="${DEPEND}" + +src_configure() { + local mycmakeargs=( + -DUSE_QTWEBKIT=$(usex webkit) + ) + + kde5_src_configure +}