* [gentoo-commits] repo/proj/guru:dev commit in: sys-apps/qjournalctl/
@ 2020-08-03 11:04 Henrik Pihl
0 siblings, 0 replies; 2+ messages in thread
From: Henrik Pihl @ 2020-08-03 11:04 UTC (permalink / raw
To: gentoo-commits
commit: 71c9571977827e6d5a52171edc82f883795fbdc5
Author: Henrik Pihl <ahvenas <AT> gmail <DOT> com>
AuthorDate: Mon Aug 3 11:04:13 2020 +0000
Commit: Henrik Pihl <ahvenas <AT> gmail <DOT> com>
CommitDate: Mon Aug 3 11:04:13 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=71c95719
sys-apps/qjournalctl: new package
GUI for journalctl.
Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Henrik Pihl <ahvenas <AT> gmail.com>
sys-apps/qjournalctl/Manifest | 1 +
sys-apps/qjournalctl/metadata.xml | 12 ++++++++++
sys-apps/qjournalctl/qjournalctl-0.6.2.ebuild | 34 +++++++++++++++++++++++++++
3 files changed, 47 insertions(+)
diff --git a/sys-apps/qjournalctl/Manifest b/sys-apps/qjournalctl/Manifest
new file mode 100644
index 0000000..35cf133
--- /dev/null
+++ b/sys-apps/qjournalctl/Manifest
@@ -0,0 +1 @@
+DIST v0.6.2.tar.gz 43669 BLAKE2B e93c8d3db61cfc7e51cad876752ad7b5154d333cbc023c0f8793018ec518dd7e48fc8698f23e642df6c37a4d99f3b083b48ec8903826aebc50e1f9ec7c2ef762 SHA512 573e6de8348954a6687eb347d36d6c30b7ee7c2088b62bd4b22fae12ecf1dc563308ce2d7228a71c2747b6cb22081e3adf50dfae6a36c1fd9966f6f40492f2f0
diff --git a/sys-apps/qjournalctl/metadata.xml b/sys-apps/qjournalctl/metadata.xml
new file mode 100644
index 0000000..ddd17d3
--- /dev/null
+++ b/sys-apps/qjournalctl/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>ahvenas@gmail.com</email>
+ <name>Henrik Pihl</name>
+ </maintainer>
+ <longdescription>
+ A graphical user interface which displays the systemd's journal and
+ lets the user filter the output without the command line.
+ </longdescription>
+</pkgmetadata>
diff --git a/sys-apps/qjournalctl/qjournalctl-0.6.2.ebuild b/sys-apps/qjournalctl/qjournalctl-0.6.2.ebuild
new file mode 100644
index 0000000..a566492
--- /dev/null
+++ b/sys-apps/qjournalctl/qjournalctl-0.6.2.ebuild
@@ -0,0 +1,34 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+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"
+#MY_P="${PN}-v${PV}"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+DOCS=( "CHANGELOG.md" "README.md" )
+
+DEPEND="dev-qt/qtcore
+ dev-qt/qtgui
+ dev-qt/qtwidgets
+ net-libs/libssh"
+RDEPEND="${DEPEND}"
+BDEPEND=""
+
+src_prepare() {
+ default
+ eqmake5
+}
+
+src_install() {
+ emake INSTALL_ROOT="${D}" install
+ einstalldocs
+}
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: sys-apps/qjournalctl/
@ 2021-03-28 10:52 Andrew Ammerlaan
0 siblings, 0 replies; 2+ messages in thread
From: Andrew Ammerlaan @ 2021-03-28 10:52 UTC (permalink / raw
To: gentoo-commits
commit: 8abb858983c27ef36663b47a8cc771ab93fe4296
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Sun Mar 28 10:46:26 2021 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Sun Mar 28 10:46:26 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8abb8589
sys-apps/qjournalctl: properly name tarball
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
sys-apps/qjournalctl/Manifest | 2 +-
sys-apps/qjournalctl/qjournalctl-0.6.2.ebuild | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/sys-apps/qjournalctl/Manifest b/sys-apps/qjournalctl/Manifest
index 35cf133fd..3a076e9ef 100644
--- a/sys-apps/qjournalctl/Manifest
+++ b/sys-apps/qjournalctl/Manifest
@@ -1 +1 @@
-DIST v0.6.2.tar.gz 43669 BLAKE2B e93c8d3db61cfc7e51cad876752ad7b5154d333cbc023c0f8793018ec518dd7e48fc8698f23e642df6c37a4d99f3b083b48ec8903826aebc50e1f9ec7c2ef762 SHA512 573e6de8348954a6687eb347d36d6c30b7ee7c2088b62bd4b22fae12ecf1dc563308ce2d7228a71c2747b6cb22081e3adf50dfae6a36c1fd9966f6f40492f2f0
+DIST qjournalctl-0.6.2.tar.gz 43669 BLAKE2B e93c8d3db61cfc7e51cad876752ad7b5154d333cbc023c0f8793018ec518dd7e48fc8698f23e642df6c37a4d99f3b083b48ec8903826aebc50e1f9ec7c2ef762 SHA512 573e6de8348954a6687eb347d36d6c30b7ee7c2088b62bd4b22fae12ecf1dc563308ce2d7228a71c2747b6cb22081e3adf50dfae6a36c1fd9966f6f40492f2f0
diff --git a/sys-apps/qjournalctl/qjournalctl-0.6.2.ebuild b/sys-apps/qjournalctl/qjournalctl-0.6.2.ebuild
index a56649222..57e0b6058 100644
--- a/sys-apps/qjournalctl/qjournalctl-0.6.2.ebuild
+++ b/sys-apps/qjournalctl/qjournalctl-0.6.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2020 Gentoo Authors
+# Copyright 2020-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -7,7 +7,7 @@ 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"
+SRC_URI="https://github.com/pentix/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
#MY_P="${PN}-v${PV}"
LICENSE="GPL-3"
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-03-28 10:52 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-08-03 11:04 [gentoo-commits] repo/proj/guru:dev commit in: sys-apps/qjournalctl/ Henrik Pihl
-- strict thread matches above, loose matches on Subject: below --
2021-03-28 10:52 Andrew Ammerlaan
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox