From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B517F1581E7 for ; Mon, 29 Apr 2024 13:49:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CA77DE29FE; Mon, 29 Apr 2024 13:49:14 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A40DAE29FE for ; Mon, 29 Apr 2024 13:49:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B0D9833BF08 for ; Mon, 29 Apr 2024 13:49:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4ACBF1513 for ; Mon, 29 Apr 2024 13:49:12 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1714398543.27aaf96d86ce53c80c967130a31cf0bec5a07c27.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-apps/xconsole/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-apps/xconsole/Manifest x11-apps/xconsole/xconsole-1.1.0.ebuild X-VCS-Directories: x11-apps/xconsole/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 27aaf96d86ce53c80c967130a31cf0bec5a07c27 X-VCS-Branch: master Date: Mon, 29 Apr 2024 13:49:12 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 64960c11-4900-46fe-8112-a20fce44768a X-Archives-Hash: 968040e430a69d41bfb46c40a945156a commit: 27aaf96d86ce53c80c967130a31cf0bec5a07c27 Author: Matt Turner gentoo org> AuthorDate: Mon Apr 29 13:47:32 2024 +0000 Commit: Matt Turner gentoo org> CommitDate: Mon Apr 29 13:49:03 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27aaf96d x11-apps/xconsole: Version bump to 1.1.0 Signed-off-by: Matt Turner gentoo.org> x11-apps/xconsole/Manifest | 1 + x11-apps/xconsole/xconsole-1.1.0.ebuild | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+) diff --git a/x11-apps/xconsole/Manifest b/x11-apps/xconsole/Manifest index d4c622697e1d..7884c848e3ce 100644 --- a/x11-apps/xconsole/Manifest +++ b/x11-apps/xconsole/Manifest @@ -1 +1,2 @@ DIST xconsole-1.0.8.tar.xz 129336 BLAKE2B 3c00072944594b02d5cbc88e8243198502a1a418e4f0c3e86badf659a62bada126323af1b21517368fd6a6204397714cb8769b7a1702fe9b8d884c057cc429ee SHA512 93fd8527abed4faaf0f6a3804ab08dbcb926b0aaf67fd814c003b6b1102e2f643be5362a020c7028ae928925ffd423df6eb456d4ed48cf30a4c5f00a7ce648fa +DIST xconsole-1.1.0.tar.xz 131900 BLAKE2B 2dacabbfb7b55b6dc2cae255a4a8c58dc8cd0130cc07ce1c2b5e6c68cdff270fad31487e0491ba670e126582359c033cbefe30c71639f8b2b2ce32e7d1e995d7 SHA512 1b5b1e1e15e3b988c159e924ac5c51734c4e37ed112815fc6bf6e36f80e840ccd904a4f0b0f27191e0dbf656d367a38873fd493a266887daa111e5266eebf37e diff --git a/x11-apps/xconsole/xconsole-1.1.0.ebuild b/x11-apps/xconsole/xconsole-1.1.0.ebuild new file mode 100644 index 000000000000..6f25981ab80f --- /dev/null +++ b/x11-apps/xconsole/xconsole-1.1.0.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2024 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"