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 A88E41581B7 for ; Sun, 4 Feb 2024 22:22:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E5FA42BC024; Sun, 4 Feb 2024 22:22:31 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 CDA0B2BC024 for ; Sun, 4 Feb 2024 22:22:31 +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 1BDBB34317B for ; Sun, 4 Feb 2024 22:22:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5CC0314C8 for ; Sun, 4 Feb 2024 22:22:28 +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: <1707085322.616dcb78eb671fcc765a35a815e15e0a4ec5d18c.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-apps/xmore/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-apps/xmore/Manifest x11-apps/xmore/xmore-1.0.4.ebuild X-VCS-Directories: x11-apps/xmore/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 616dcb78eb671fcc765a35a815e15e0a4ec5d18c X-VCS-Branch: master Date: Sun, 4 Feb 2024 22:22:28 +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: 01491de5-9a20-4ede-ba52-4b5cf97074cc X-Archives-Hash: 39a5137b7e813be2d71267ea84e75ed5 commit: 616dcb78eb671fcc765a35a815e15e0a4ec5d18c Author: Matt Turner gentoo org> AuthorDate: Sun Feb 4 22:21:24 2024 +0000 Commit: Matt Turner gentoo org> CommitDate: Sun Feb 4 22:22:02 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=616dcb78 x11-apps/xmore: Version bump to 1.0.4 Signed-off-by: Matt Turner gentoo.org> x11-apps/xmore/Manifest | 1 + x11-apps/xmore/xmore-1.0.4.ebuild | 17 +++++++++++++++++ 2 files changed, 18 insertions(+) diff --git a/x11-apps/xmore/Manifest b/x11-apps/xmore/Manifest index b22af194a51c..069fe9fea7cc 100644 --- a/x11-apps/xmore/Manifest +++ b/x11-apps/xmore/Manifest @@ -1 +1,2 @@ DIST xmore-1.0.3.tar.bz2 127587 BLAKE2B f59c9b6b7a134694dc7df5540c75a4331785ef7da0c5b40618923a3d1d53a543f7a54b7b8383f2e816b4f478056f6c0b1c6a4ce212c50b4fca75a307057c3f54 SHA512 e3e44831cd87a54bb585f80ef0d87f69dc35f6c834a73241aad9f6e2b0999b53c51a0a3f915a94ae4d6dc9bdfb9f60b6576f0bdcec441443abd98efa6c51b1d3 +DIST xmore-1.0.4.tar.xz 122624 BLAKE2B 98d14c6f0e1e1bd839b4bc13fccdd047cb8328c8b372d6fd281e51190193cd6738df855be7b0f157db7d7f24361a04d56f010115f882a7883900ba54f842d2ff SHA512 52ac9bca78431f5f830b4607ff2cc375ab90e11380e0d4d3e591689359806cc7c7ec92c713d4d65742f40407e4f407c372759e5d03e30a30dfd866e6d5c6f6f7 diff --git a/x11-apps/xmore/xmore-1.0.4.ebuild b/x11-apps/xmore/xmore-1.0.4.ebuild new file mode 100644 index 000000000000..84238fccaa09 --- /dev/null +++ b/x11-apps/xmore/xmore-1.0.4.ebuild @@ -0,0 +1,17 @@ +# 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="plain text display program for the X Window System" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86" + +RDEPEND=" + x11-libs/libXaw + x11-libs/libXt +" +DEPEND="${RDEPEND} + x11-base/xorg-proto +"