public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-misc/kmarkdownwebview/
Date: Sat, 30 Sep 2017 21:05:23 +0000 (UTC)	[thread overview]
Message-ID: <1506805503.7efeddac22f42d0b06df56df82f36f9b688b6fcb.asturm@gentoo> (raw)

commit:     7efeddac22f42d0b06df56df82f36f9b688b6fcb
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 30 20:47:27 2017 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Sep 30 21:05:03 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7efeddac

kde-misc/kmarkdownwebview: Drop old

Package-Manager: Portage-2.3.10, Repoman-2.3.3

 kde-misc/kmarkdownwebview/Manifest                 |  1 -
 .../kmarkdownwebview/kmarkdownwebview-0.1.0.ebuild | 38 ----------------------
 2 files changed, 39 deletions(-)

diff --git a/kde-misc/kmarkdownwebview/Manifest b/kde-misc/kmarkdownwebview/Manifest
index 3b7564cb308..b48f43be690 100644
--- a/kde-misc/kmarkdownwebview/Manifest
+++ b/kde-misc/kmarkdownwebview/Manifest
@@ -1,2 +1 @@
-DIST kmarkdownwebview-0.1.0.tar.xz 33444 SHA256 361fec6c4fa9396975e788cfe759b1c45a2ccfc2b83e64b5105869ef312a5410 SHA512 0d02f89594fcd67f898158b4869b9810c5055f663c3e33284c577253ea0e98ecc5d62eb1e0df01e8e5c4685e1a90784abf24b9b8b8fb5af0f6277120e592a2f2 WHIRLPOOL 3b6ab8806da8a862beb05279a1c55983debdf1eb0dcde7573447c62ad1029af98388291fc7f1f6c5f7ba483f33f4349ea09f11b9848689958669dfd5fe68c592
 DIST kmarkdownwebview-0.2.0.tar.xz 52148 SHA256 c5a73c02bd2761d1786b080148e465ef69e4686d17e6adfc047350f36e7f6b16 SHA512 6419238b52a2ae82a5496d1afb82ef809e9a43c9ed8e6e5f27457087ddc8aad0ffeae99d287d2d3644da04f07e29b795a59ab2e6bc54658f267bd466844da1e7 WHIRLPOOL a58f5350e81fca0f5070cb962ee1648adf76ee1b52544fe8e9316a4e772acd8afc423d6770514d13a9dbaf2332cc723914239c1cd314f6aa0f3e5f635c65588a

diff --git a/kde-misc/kmarkdownwebview/kmarkdownwebview-0.1.0.ebuild b/kde-misc/kmarkdownwebview/kmarkdownwebview-0.1.0.ebuild
deleted file mode 100644
index 48060d54cb7..00000000000
--- a/kde-misc/kmarkdownwebview/kmarkdownwebview-0.1.0.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# 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
-}


             reply	other threads:[~2017-09-30 21:05 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-09-30 21:05 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2020-11-02 14:14 [gentoo-commits] repo/gentoo:master commit in: kde-misc/kmarkdownwebview/ Andreas Sturmlechner
2020-11-02 12:02 Sam James
2020-09-21 22:08 Andreas Sturmlechner
2020-01-12 11:47 Andreas Sturmlechner
2020-01-12 11:47 Andreas Sturmlechner
2019-03-24 12:20 Andreas Sturmlechner
2019-03-24 10:23 Mikle Kolyada
2019-02-18 18:21 Andreas Sturmlechner
2019-02-11 16:24 Andreas Sturmlechner
2019-02-11 16:22 Mikle Kolyada
2019-02-07 15:21 Andreas Sturmlechner
2019-01-12 22:06 Andreas Sturmlechner
2018-10-09 11:20 Andreas Sturmlechner
2018-10-09 11:20 Andreas Sturmlechner
2018-06-07 16:57 Andreas Sturmlechner
2018-06-07 10:13 Agostino Sarubbo
2018-04-03 15:18 Andreas Sturmlechner
2018-04-03 15:18 Andreas Sturmlechner
2018-04-03 15:18 Andreas Sturmlechner
2018-02-13  0:24 Andreas Sturmlechner
2017-12-28 22:07 Andreas Sturmlechner
2017-12-28 22:07 Andreas Sturmlechner
2017-11-04  0:46 Michael Palimaka
2017-09-30 21:05 Andreas Sturmlechner
2017-09-15 10:40 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=1506805503.7efeddac22f42d0b06df56df82f36f9b688b6fcb.asturm@gentoo \
    --to=asturm@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