commit:     26cc0116a1ad1e4ee0bd72ae520bf3905539043d
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 26 10:56:49 2023 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Mar 26 10:56:49 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26cc0116

app-editors/notepadqq: treeclean

Closes: https://bugs.gentoo.org/732194
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 app-editors/notepadqq/Manifest                    |  1 -
 app-editors/notepadqq/metadata.xml                |  8 ---
 app-editors/notepadqq/notepadqq-2.0.0_beta.ebuild | 59 -----------------------
 app-editors/notepadqq/notepadqq-9999.ebuild       | 59 -----------------------
 profiles/package.mask                             |  6 ---
 5 files changed, 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 <[email protected]> (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 <[email protected]> (2023-01-30)
 # Breaks too many revdeps for now
 =app-text/discount-3*

Reply via email to