commit: ac850f03ca81f2acb3d54650501803437c2fe3fb Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in> AuthorDate: Sun Mar 1 07:41:20 2026 +0000 Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in> CommitDate: Sun Mar 1 07:44:12 2026 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ac850f03
sys-apps/qjournalctl: treeclean Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in> profiles/package.mask | 1 - sys-apps/qjournalctl/Manifest | 1 - sys-apps/qjournalctl/metadata.xml | 15 ------------- sys-apps/qjournalctl/qjournalctl-0.6.4.ebuild | 32 --------------------------- 4 files changed, 49 deletions(-) diff --git a/profiles/package.mask b/profiles/package.mask index f32134f06a..2ad4bf42c7 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -77,7 +77,6 @@ media-libs/alvr # Removal after 2026-02-27 media-sound/6pm media-sound/add64 -sys-apps/qjournalctl # Anna (cybertailor) Vyalkova <[email protected]> (2025-05-24) # Depends on masked net-libs/stem. diff --git a/sys-apps/qjournalctl/Manifest b/sys-apps/qjournalctl/Manifest deleted file mode 100644 index f03ffe20c1..0000000000 --- a/sys-apps/qjournalctl/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST qjournalctl-0.6.4.tar.gz 49894 BLAKE2B 14413140f30afadca07d00fceefe6be18fd23dd249110d804b37f396529599711b2497aa33a4cf48fd4ebfccc1509f20d596b90f838ad863f4730ff8cef97683 SHA512 c250081e5189c9136ca0044232597a23438aa69a368806dfd4f6fcbb6ffc2f999d6ee02794b785a14920547e80879a4e7404128f65c2dba81b30bf813d95d9e6 diff --git a/sys-apps/qjournalctl/metadata.xml b/sys-apps/qjournalctl/metadata.xml deleted file mode 100644 index 8711c70e2a..0000000000 --- a/sys-apps/qjournalctl/metadata.xml +++ /dev/null @@ -1,15 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>[email protected]</email> - <name>Henrik Pihl</name> - </maintainer> - <longdescription lang="en"> - A graphical user interface which displays the systemd's journal and - lets the user filter the output without the command line. - </longdescription> - <upstream> - <remote-id type="github">pentix/qjournalctl</remote-id> - </upstream> -</pkgmetadata> diff --git a/sys-apps/qjournalctl/qjournalctl-0.6.4.ebuild b/sys-apps/qjournalctl/qjournalctl-0.6.4.ebuild deleted file mode 100644 index 54c2057baf..0000000000 --- a/sys-apps/qjournalctl/qjournalctl-0.6.4.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 2020-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit qmake-utils - -DESCRIPTION="Qt-based GUI for systemd's journalctl command" -HOMEPAGE="https://github.com/pentix/qjournalctl" -SRC_URI="https://github.com/pentix/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" -#MY_P="${PN}-v${PV}" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -DOCS=( "CHANGELOG.md" "README.md" ) - -DEPEND="dev-qt/qtcore:5 - dev-qt/qtgui:5 - dev-qt/qtwidgets:5 - net-libs/libssh" -RDEPEND="${DEPEND}" - -src_prepare() { - default - eqmake5 -} - -src_install() { - emake INSTALL_ROOT="${D}" install - einstalldocs -}
