summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2023-03-26 12:56:49 +0200
committerDavid Seifert <soap@gentoo.org>2023-03-26 12:56:49 +0200
commit26cc0116a1ad1e4ee0bd72ae520bf3905539043d (patch)
tree281791f6495698b4bfbb7b53f6d407412e4056d2
parentapp-text/reed: treeclean (diff)
downloadgentoo-26cc0116a1ad1e4ee0bd72ae520bf3905539043d.tar.gz
gentoo-26cc0116a1ad1e4ee0bd72ae520bf3905539043d.tar.bz2
gentoo-26cc0116a1ad1e4ee0bd72ae520bf3905539043d.zip
app-editors/notepadqq: treeclean
Closes: https://bugs.gentoo.org/732194 Signed-off-by: David Seifert <soap@gentoo.org>
-rw-r--r--app-editors/notepadqq/Manifest1
-rw-r--r--app-editors/notepadqq/metadata.xml8
-rw-r--r--app-editors/notepadqq/notepadqq-2.0.0_beta.ebuild59
-rw-r--r--app-editors/notepadqq/notepadqq-9999.ebuild59
-rw-r--r--profiles/package.mask6
5 files changed, 0 insertions, 133 deletions
diff --git a/app-editors/notepadqq/Manifest b/app-editors/notepadqq/Manifest
deleted file mode 100644
index a401586ab2e0..000000000000
--- a/app-editors/notepadqq/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST notepadqq-2.0.0_beta.tar.gz 4516680 BLAKE2B 9a16ab64134ab0d33a68cc528db6a50b8860c391130667a9213e3aa941e115b1e3acae5833ce4b8b52fc81aa8997c5389f5920cde86171cf5d960a7f58dbea99 SHA512 b2ae3493da1512f5f2e42ffc90529f3acfe81d75b7dd6e476f41b94e9b39e02c6fe355ea5ad40460d644ed76bca695d451721e19738c251c8ecb8acc0c0fb061
diff --git a/app-editors/notepadqq/metadata.xml b/app-editors/notepadqq/metadata.xml
deleted file mode 100644
index 2914b12afa9f..000000000000
--- a/app-editors/notepadqq/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <!-- maintainer-needed -->
- <upstream>
- <remote-id type="github">notepadqq/notepadqq</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/app-editors/notepadqq/notepadqq-2.0.0_beta.ebuild b/app-editors/notepadqq/notepadqq-2.0.0_beta.ebuild
deleted file mode 100644
index dd179921327f..000000000000
--- a/app-editors/notepadqq/notepadqq-2.0.0_beta.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit qmake-utils xdg
-
-DESCRIPTION="Notepad++-like editor for Linux"
-HOMEPAGE="https://notepadqq.com/s/"
-if [[ "${PV}" == 9999 ]] ; then
- inherit git-r3
- EGIT_REPO_URI="https://github.com/notepadqq/notepadqq.git"
-else
- SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV/_/-}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~amd64 ~x86"
- S="${WORKDIR}/${P/_/-}"
-fi
-
-LICENSE="GPL-3+"
-SLOT="0"
-IUSE=""
-
-RDEPEND="
- app-i18n/uchardet
- dev-qt/qtcore:5
- dev-qt/qtgui:5
- dev-qt/qtnetwork:5
- dev-qt/qtprintsupport:5
- dev-qt/qtsvg:5
- dev-qt/qtwebchannel:5
- dev-qt/qtwebengine:5
- dev-qt/qtwidgets:5
-"
-DEPEND="${RDEPEND}
- dev-qt/qttest:5
- dev-qt/qtwebsockets:5
-"
-BDEPEND="dev-qt/linguist-tools:5"
-
-src_prepare() {
- default
-
- # Silence a QA warning
- sed '/^OnlyShowIn/d' \
- -i support_files/shortcuts/notepadqq.desktop \
- || die
-}
-
-src_configure() {
- eqmake5 \
- LRELEASE="$(qt5_get_bindir)/lrelease" \
- QMAKE="$(qt5_get_bindir)/qmake" \
- PREFIX="${EPREFIX}/usr" \
- ${PN}.pro
-}
-
-src_install() {
- emake INSTALL_ROOT="${D}" install
-}
diff --git a/app-editors/notepadqq/notepadqq-9999.ebuild b/app-editors/notepadqq/notepadqq-9999.ebuild
deleted file mode 100644
index dd179921327f..000000000000
--- a/app-editors/notepadqq/notepadqq-9999.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit qmake-utils xdg
-
-DESCRIPTION="Notepad++-like editor for Linux"
-HOMEPAGE="https://notepadqq.com/s/"
-if [[ "${PV}" == 9999 ]] ; then
- inherit git-r3
- EGIT_REPO_URI="https://github.com/notepadqq/notepadqq.git"
-else
- SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV/_/-}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~amd64 ~x86"
- S="${WORKDIR}/${P/_/-}"
-fi
-
-LICENSE="GPL-3+"
-SLOT="0"
-IUSE=""
-
-RDEPEND="
- app-i18n/uchardet
- dev-qt/qtcore:5
- dev-qt/qtgui:5
- dev-qt/qtnetwork:5
- dev-qt/qtprintsupport:5
- dev-qt/qtsvg:5
- dev-qt/qtwebchannel:5
- dev-qt/qtwebengine:5
- dev-qt/qtwidgets:5
-"
-DEPEND="${RDEPEND}
- dev-qt/qttest:5
- dev-qt/qtwebsockets:5
-"
-BDEPEND="dev-qt/linguist-tools:5"
-
-src_prepare() {
- default
-
- # Silence a QA warning
- sed '/^OnlyShowIn/d' \
- -i support_files/shortcuts/notepadqq.desktop \
- || die
-}
-
-src_configure() {
- eqmake5 \
- LRELEASE="$(qt5_get_bindir)/lrelease" \
- QMAKE="$(qt5_get_bindir)/qmake" \
- PREFIX="${EPREFIX}/usr" \
- ${PN}.pro
-}
-
-src_install() {
- emake INSTALL_ROOT="${D}" install
-}
diff --git a/profiles/package.mask b/profiles/package.mask
index 6d5ed2af29ac..ae3bbb4da4ed 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -265,12 +265,6 @@ dev-python/trio-asyncio
# Removal on 2023-03-26. Bug #855548.
media-gfx/fim
-# Michał Górny <mgorny@gentoo.org> (2023-02-24)
-# Unmaintained with reported build failure. The last release is a beta
-# from 2019, the package had only marginal activity in 2020 and 2021.
-# Removal on 2023-03-26. Bug #732194.
-app-editors/notepadqq
-
# Ben Kohler <bkohler@gentoo.org> (2023-01-30)
# Breaks too many revdeps for now
=app-text/discount-3*