sys-apps/qjournalctl: treeclean

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
Anna (cybertailor) Vyalkova
2026-03-01 12:41:20 +05:00
parent 5f316a04ac
commit ac850f03ca
4 changed files with 0 additions and 49 deletions

View File

@@ -1 +0,0 @@
DIST qjournalctl-0.6.4.tar.gz 49894 BLAKE2B 14413140f30afadca07d00fceefe6be18fd23dd249110d804b37f396529599711b2497aa33a4cf48fd4ebfccc1509f20d596b90f838ad863f4730ff8cef97683 SHA512 c250081e5189c9136ca0044232597a23438aa69a368806dfd4f6fcbb6ffc2f999d6ee02794b785a14920547e80879a4e7404128f65c2dba81b30bf813d95d9e6

View File

@@ -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>ahvenas@gmail.com</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>

View File

@@ -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
}