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 8A57E138334 for ; Tue, 9 Oct 2018 11:20:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 409A9E07E0; Tue, 9 Oct 2018 11:20:35 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 F1485E07DF for ; Tue, 9 Oct 2018 11:20:34 +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 AF49A335D03 for ; Tue, 9 Oct 2018 11:20:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9719342A for ; Tue, 9 Oct 2018 11:20:30 +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: <1539083944.ec8f058afc579d30386bcd90a2ba323cfbba29fd.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.5.2.ebuild X-VCS-Directories: kde-misc/kmarkdownwebview/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: ec8f058afc579d30386bcd90a2ba323cfbba29fd X-VCS-Branch: master Date: Tue, 9 Oct 2018 11:20:30 +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: 57542c4d-8113-4828-be35-0e4b2eddb661 X-Archives-Hash: ccd35845ffd2fe26c6cad6b40fe6e444 commit: ec8f058afc579d30386bcd90a2ba323cfbba29fd Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Oct 9 11:19:04 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Oct 9 11:19:04 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec8f058a kde-misc/kmarkdownwebview: Drop 0.5.2 Signed-off-by: Andreas Sturmlechner gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 kde-misc/kmarkdownwebview/Manifest | 1 - .../kmarkdownwebview/kmarkdownwebview-0.5.2.ebuild | 39 ---------------------- 2 files changed, 40 deletions(-) diff --git a/kde-misc/kmarkdownwebview/Manifest b/kde-misc/kmarkdownwebview/Manifest index 55601451386..5e7eac5a701 100644 --- a/kde-misc/kmarkdownwebview/Manifest +++ b/kde-misc/kmarkdownwebview/Manifest @@ -1,2 +1 @@ -DIST kmarkdownwebview-0.5.2.tar.xz 60468 BLAKE2B f484d7c9efe370fb56243ce1ffaf04b37f3f45c9a5922045efcf1c6441278256335c98022fee1f78afa4877f5563be764dcbfd2e19f13cf9bbc205384147cc6c SHA512 0e0ff8880ea372c2ee406ebd54a7fd8e19e68bbed7a03096ff39e773d80728220ccc90a5791728d467fe10d8174c5bda46f25577c081cede2690648fe9964b9c DIST kmarkdownwebview-0.5.3.tar.xz 62480 BLAKE2B ea8104b084e4be66aa37001cf7b1b159c8f7f03c2a32eb75d69aff2d447c9a57c1a5f0419137bfa790510bd8532a8bd7e171dae901d0bceab0cc193868069d83 SHA512 04864a069b502f0293d7b66c7ecfb4e32048611028f54b4e33cfcef4931fdc6a3947aff8c863975ea639bd2c3b9c8f2fbc27624247864e20862d050b032b6fc2 diff --git a/kde-misc/kmarkdownwebview/kmarkdownwebview-0.5.2.ebuild b/kde-misc/kmarkdownwebview/kmarkdownwebview-0.5.2.ebuild deleted file mode 100644 index e1551634f34..00000000000 --- a/kde-misc/kmarkdownwebview/kmarkdownwebview-0.5.2.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2018 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 kio) - $(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 -}