diff --git a/app-text/cutemarked/Manifest b/app-text/cutemarked/Manifest deleted file mode 100644 index e255b8849598a..0000000000000 --- 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 d4f1373747d41..0000000000000 --- 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 2ce1469538f74..0000000000000 --- 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 8cf1fe5f1c30e..0000000000000 --- 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 5e585945902c9..0000000000000 --- 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 522f8101737db..0000000000000 --- 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 a9bab3f8345f2..9428cd4854133 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