* [gentoo-commits] repo/gentoo:master commit in: profiles/, app-text/cutemarked/, app-text/cutemarked/files/
@ 2020-10-04 18:36 Andreas Sturmlechner
0 siblings, 0 replies; only message in thread
From: Andreas Sturmlechner @ 2020-10-04 18:36 UTC (permalink / raw
To: gentoo-commits
commit: 25d98aad8ea321d30f48f60ec66bb5cfda8d0696
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 4 18:31:22 2020 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> 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 <asturm <AT> 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 <QAction>
- #include <QFontComboBox>
- #include <QItemEditorFactory>
- #include <QKeySequence>
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 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>zx2c4@gentoo.org</email>
- <name>Jason A. Donenfeld</name>
- </maintainer>
- <upstream>
- <remote-id type="github">cloose/cutemarked</remote-id>
- </upstream>
-</pkgmetadata>
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 <asturm@gentoo.org> (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 <sbraz@gentoo.org> (2020-09-04)
# Masked for removal in 30 days, no revdeps. Dependency of
# previously removed dev-python/flask-bootstrap
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2020-10-04 18:37 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-10-04 18:36 [gentoo-commits] repo/gentoo:master commit in: profiles/, app-text/cutemarked/, app-text/cutemarked/files/ Andreas Sturmlechner
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox