summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2022-07-10 21:26:15 -0700
committerMatt Turner <mattst88@gentoo.org>2022-07-10 21:57:53 -0700
commite24166c09f178460378837f90f3af6a33b7888cf (patch)
treeb864777dcedb136fe37c00424db5621416e15fce /x11-apps
parentx11-apps/xcmsdb: Version bump to 1.0.6 (diff)
downloadgentoo-e24166c09f178460378837f90f3af6a33b7888cf.tar.gz
gentoo-e24166c09f178460378837f90f3af6a33b7888cf.tar.bz2
gentoo-e24166c09f178460378837f90f3af6a33b7888cf.zip
x11-apps/xconsole: Version bump to 1.0.8
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-apps')
-rw-r--r--x11-apps/xconsole/Manifest1
-rw-r--r--x11-apps/xconsole/xconsole-1.0.8.ebuild19
2 files changed, 20 insertions, 0 deletions
diff --git a/x11-apps/xconsole/Manifest b/x11-apps/xconsole/Manifest
index d17c09368668..bf21b78850e6 100644
--- a/x11-apps/xconsole/Manifest
+++ b/x11-apps/xconsole/Manifest
@@ -1 +1,2 @@
DIST xconsole-1.0.7.tar.bz2 134832 BLAKE2B 20f9729d0aad2aceb1c7197b2ae45f65088dc39fb5980eb41a39935fb180ee7181c560ef180b0413b28adf36882a13fbdbd454d8b6dbb0cc06f69632f903b546 SHA512 89f391058ea99904587bd1dac9e31fa3ff06cf63b899abe6c06e4897bbc9919500dd4773873b1a452de4f54cc6999bd496022b6d8df9d4147804448abbdca2f9
+DIST xconsole-1.0.8.tar.xz 129336 BLAKE2B 3c00072944594b02d5cbc88e8243198502a1a418e4f0c3e86badf659a62bada126323af1b21517368fd6a6204397714cb8769b7a1702fe9b8d884c057cc429ee SHA512 93fd8527abed4faaf0f6a3804ab08dbcb926b0aaf67fd814c003b6b1102e2f643be5362a020c7028ae928925ffd423df6eb456d4ed48cf30a4c5f00a7ce648fa
diff --git a/x11-apps/xconsole/xconsole-1.0.8.ebuild b/x11-apps/xconsole/xconsole-1.0.8.ebuild
new file mode 100644
index 000000000000..50e7b833e274
--- /dev/null
+++ b/x11-apps/xconsole/xconsole-1.0.8.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+XORG_TARBALL_SUFFIX="xz"
+inherit xorg-3
+
+DESCRIPTION="monitor system console messages with X"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+
+RDEPEND="
+ x11-libs/libXaw
+ x11-libs/libXmu
+ x11-libs/libXt
+ x11-libs/libX11"
+DEPEND="${RDEPEND}
+ x11-base/xorg-proto"