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 4832D138359 for ; Sun, 4 Oct 2020 18:37:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 77AA8E0863; Sun, 4 Oct 2020 18:37:02 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 51B47E0863 for ; Sun, 4 Oct 2020 18:37:02 +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 E496C335D4E for ; Sun, 4 Oct 2020 18:37:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9CED937F for ; Sun, 4 Oct 2020 18:36:59 +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: <1601836572.25d98aad8ea321d30f48f60ec66bb5cfda8d0696.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/, app-text/cutemarked/, app-text/cutemarked/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/cutemarked/Manifest app-text/cutemarked/cutemarked-0.11.3-r1.ebuild app-text/cutemarked/files/cutemarked-0.11.1-respect-destdir.patch app-text/cutemarked/files/cutemarked-0.11.3-bgcolor.patch app-text/cutemarked/files/cutemarked-0.11.3-qaction-include.patch app-text/cutemarked/metadata.xml profiles/package.mask X-VCS-Directories: profiles/ app-text/cutemarked/ app-text/cutemarked/files/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 25d98aad8ea321d30f48f60ec66bb5cfda8d0696 X-VCS-Branch: master Date: Sun, 4 Oct 2020 18:36:59 +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: 3a0a352b-8063-4096-90e8-e3569a6dd244 X-Archives-Hash: da184aa67639412cebf9d83a12ae6136 commit: 25d98aad8ea321d30f48f60ec66bb5cfda8d0696 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Oct 4 18:31:22 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Oct 4 18:36:12 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25d98aad app-text/cutemarked: Remove last-rited package Closes: https://bugs.gentoo.org/684678 Signed-off-by: Andreas Sturmlechner gentoo.org> app-text/cutemarked/Manifest | 1 - app-text/cutemarked/cutemarked-0.11.3-r1.ebuild | 40 ---------------------- .../files/cutemarked-0.11.1-respect-destdir.patch | 24 ------------- .../files/cutemarked-0.11.3-bgcolor.patch | 12 ------- .../files/cutemarked-0.11.3-qaction-include.patch | 11 ------ app-text/cutemarked/metadata.xml | 11 ------ profiles/package.mask | 5 --- 7 files changed, 104 deletions(-) diff --git a/app-text/cutemarked/Manifest b/app-text/cutemarked/Manifest deleted file mode 100644 index e255b884959..00000000000 --- a/app-text/cutemarked/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST cutemarked-0.11.3.tar.gz 772238 BLAKE2B 1acc7291d968f26f87a1b2fc1070ca3a61053b8bba04c57d91917ed3dea6a5893b9cab41004cef044ddb656e3d334d177d6765db7624d33f91f749d5787b23b2 SHA512 3b776f6453812ce4afa37532bf03adce01ad3ec2fb0d848e3a0e5f18ca30be6f1e9f6b3c815917a96c9637c722d53a5bc249d5f58b209000d7d794239626ca30 diff --git a/app-text/cutemarked/cutemarked-0.11.3-r1.ebuild b/app-text/cutemarked/cutemarked-0.11.3-r1.ebuild deleted file mode 100644 index d4f1373747d..00000000000 --- a/app-text/cutemarked/cutemarked-0.11.3-r1.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit qmake-utils - -DESCRIPTION="Qt5 markdown editor" -HOMEPAGE="https://github.com/cloose/CuteMarkEd" -SRC_URI="https://github.com/cloose/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND=" - app-text/discount - app-text/hunspell - dev-qt/linguist-tools:5 - dev-qt/qtcore:5 - dev-qt/qtgui:5 - dev-qt/qtnetwork:5 - dev-qt/qtprintsupport:5 - dev-qt/qttest:5 - dev-qt/qtwebkit:5 -" -RDEPEND="${DEPEND}" - -S="${WORKDIR}/CuteMarkEd-${PV}" - -PATCHES=( - "${FILESDIR}/${PN}"-0.11.1-respect-destdir.patch - "${FILESDIR}/${PN}"-0.11.3-qaction-include.patch - "${FILESDIR}/${PN}"-0.11.3-bgcolor.patch -) - -src_configure() { - eqmake5 ROOT="${D}" CuteMarkEd.pro -} diff --git a/app-text/cutemarked/files/cutemarked-0.11.1-respect-destdir.patch b/app-text/cutemarked/files/cutemarked-0.11.1-respect-destdir.patch deleted file mode 100644 index 2ce1469538f..00000000000 --- a/app-text/cutemarked/files/cutemarked-0.11.1-respect-destdir.patch +++ /dev/null @@ -1,24 +0,0 @@ -diff -ru CuteMarkEd-0.11.1/app/app.pro CuteMarkEd-0.11.1-sane/app/app.pro ---- CuteMarkEd-0.11.1/app/app.pro 2015-07-06 12:02:22.000000000 +0200 -+++ CuteMarkEd-0.11.1-sane/app/app.pro 2015-07-09 14:53:29.398899757 +0200 -@@ -243,7 +243,7 @@ - ## INSTALLATION - - unix { -- isEmpty(PREFIX): PREFIX = /usr -+ isEmpty(PREFIX): PREFIX = $${ROOT}/usr - DATADIR = $${PREFIX}/share - - # install desktop file -diff -ru CuteMarkEd-0.11.1/fontawesomeicon/fontawesomeicon.pro CuteMarkEd-0.11.1-sane/fontawesomeicon/fontawesomeicon.pro ---- CuteMarkEd-0.11.1/fontawesomeicon/fontawesomeicon.pro 2015-07-06 12:02:22.000000000 +0200 -+++ CuteMarkEd-0.11.1-sane/fontawesomeicon/fontawesomeicon.pro 2015-07-09 14:52:45.867901697 +0200 -@@ -39,7 +39,7 @@ - - unix { - # install plugin -- target.path = $$[QT_INSTALL_PLUGINS]/iconengines -+ target.path = $${ROOT}/$$[QT_INSTALL_PLUGINS]/iconengines - INSTALLS += target - message("The project will be installed in $$[QT_INSTALL_PLUGINS]/iconengines") - } diff --git a/app-text/cutemarked/files/cutemarked-0.11.3-bgcolor.patch b/app-text/cutemarked/files/cutemarked-0.11.3-bgcolor.patch deleted file mode 100644 index 8cf1fe5f1c3..00000000000 --- a/app-text/cutemarked/files/cutemarked-0.11.3-bgcolor.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff --git a/app/styles/markdown.css b/app/styles/markdown.css -index 7c87385..607f025 100644 ---- a/app/styles/markdown.css -+++ b/app/styles/markdown.css -@@ -25,6 +25,7 @@ body{ - line-height: 1; - max-width: 960px; - padding: 30px; -+ background-color: #ffffff; - } - h1, h2, h3, h4 { - color: #111111; diff --git a/app-text/cutemarked/files/cutemarked-0.11.3-qaction-include.patch b/app-text/cutemarked/files/cutemarked-0.11.3-qaction-include.patch deleted file mode 100644 index 5e585945902..00000000000 --- a/app-text/cutemarked/files/cutemarked-0.11.3-qaction-include.patch +++ /dev/null @@ -1,11 +0,0 @@ -diff -Nru a/app/optionsdialog.cpp b/app/optionsdialog.cpp ---- a/app/optionsdialog.cpp 2016-03-28 13:48:50.000000000 +0200 -+++ b/app/optionsdialog.cpp 2018-06-05 07:28:09.086517828 +0200 -@@ -17,6 +17,7 @@ - #include "optionsdialog.h" - #include "ui_optionsdialog.h" - -+#include - #include - #include - #include diff --git a/app-text/cutemarked/metadata.xml b/app-text/cutemarked/metadata.xml deleted file mode 100644 index 522f8101737..00000000000 --- a/app-text/cutemarked/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - zx2c4@gentoo.org - Jason A. Donenfeld - - - cloose/cutemarked - - diff --git a/profiles/package.mask b/profiles/package.mask index a9bab3f8345..9428cd48541 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -554,11 +554,6 @@ dev-python/mini-amf # Masked for removal in 30 days. www-plugins/freshplayerplugin -# Andreas Sturmlechner (2020-09-04) -# Depends on deprecated dev-qt/qtwebkit, maintainer unresponsive for 1.5 yr.; -# Upstream dead, fork available, bug #684678. Masked for removal in 30 days. -app-text/cutemarked - # Louis Sautier (2020-09-04) # Masked for removal in 30 days, no revdeps. Dependency of # previously removed dev-python/flask-bootstrap