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 4450D15808B for ; Mon, 4 Apr 2022 02:34:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2C2CAE0919; Mon, 4 Apr 2022 02:34:28 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 077A3E0919 for ; Mon, 4 Apr 2022 02:34:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 CDFA23413EF for ; Mon, 4 Apr 2022 02:34:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 24C46398 for ; Mon, 4 Apr 2022 02:34:24 +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: <1649039639.64d99447eb16ea7acd448c20d1cb8d3691c0097d.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-apps/xedit/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-apps/xedit/Manifest x11-apps/xedit/xedit-1.2.3.ebuild X-VCS-Directories: x11-apps/xedit/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 64d99447eb16ea7acd448c20d1cb8d3691c0097d X-VCS-Branch: master Date: Mon, 4 Apr 2022 02:34:24 +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: 17489fc8-d833-4758-bae4-2c0a68f4209e X-Archives-Hash: 18c2dc0d72e62d6b8a65291a86d69fea commit: 64d99447eb16ea7acd448c20d1cb8d3691c0097d Author: Matt Turner gentoo org> AuthorDate: Mon Apr 4 02:27:18 2022 +0000 Commit: Matt Turner gentoo org> CommitDate: Mon Apr 4 02:33:59 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64d99447 x11-apps/xedit: Version bump to 1.2.3 Signed-off-by: Matt Turner gentoo.org> x11-apps/xedit/Manifest | 1 + x11-apps/xedit/xedit-1.2.3.ebuild | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+) diff --git a/x11-apps/xedit/Manifest b/x11-apps/xedit/Manifest index 482d9970402c..20c4fb029c19 100644 --- a/x11-apps/xedit/Manifest +++ b/x11-apps/xedit/Manifest @@ -1 +1,2 @@ DIST xedit-1.2.2.tar.bz2 525861 BLAKE2B 608f3f2b06d14f99a71d9eaf45114ba71271957f584c685236bd78e2f7c9a6e969ce15de72a7530a41835b951caa800a7cb0c45d71a4790aab5fe703d654e912 SHA512 24d8e23a2ad1a2e81f6606928bb032f25b70b76da83b65341367bc4111d011abe89f9e30402d057854f2ccdaa9c1ef0d7c55bf29b81ab2d050a8f448cf3eeb5d +DIST xedit-1.2.3.tar.xz 480288 BLAKE2B 15dabc6952228246b2fcd67c33298ce75ebd3a943e930d3e5110c4b32a8c5b7340f5127b64d9bda9819fa3bcb4bebe870e4bcca0ecf5310f4b765f488d88c61d SHA512 1089c35ef961e53f74cc7d892960e1ee7f0da17529e3173e7f7764b0eb4ee94d1e068cb177d8502ca55c1dd6808962d4b1427e303adc7e6db80be8828557f45a diff --git a/x11-apps/xedit/xedit-1.2.3.ebuild b/x11-apps/xedit/xedit-1.2.3.ebuild new file mode 100644 index 000000000000..decfcc8270fb --- /dev/null +++ b/x11-apps/xedit/xedit-1.2.3.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="simple text editor for X" + +KEYWORDS="~amd64 ~arm64 ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86" + +RDEPEND=" + x11-libs/libXaw + x11-libs/libXt + x11-libs/libXmu + x11-libs/libX11" +DEPEND="${RDEPEND} + x11-base/xorg-proto"