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 9AA58158094 for ; Tue, 12 Jul 2022 23:55:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AEB5AE0A5E; Tue, 12 Jul 2022 23:55:28 +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 4C6C6E0A59 for ; Tue, 12 Jul 2022 23:55: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 57307340D39 for ; Tue, 12 Jul 2022 23:55:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 97D9053E for ; Tue, 12 Jul 2022 23:55: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: <1657670043.5443ebe907656ec52181b41b4f6021b6b91c1bec.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-apps/xmag/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-apps/xmag/Manifest x11-apps/xmag/xmag-1.0.7.ebuild X-VCS-Directories: x11-apps/xmag/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 5443ebe907656ec52181b41b4f6021b6b91c1bec X-VCS-Branch: master Date: Tue, 12 Jul 2022 23:55: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: fa37626d-7408-406b-8657-8e85017cf00e X-Archives-Hash: 22bfc3c835dc9ab10246b60e8945e981 commit: 5443ebe907656ec52181b41b4f6021b6b91c1bec Author: Matt Turner gentoo org> AuthorDate: Tue Jul 12 22:47:03 2022 +0000 Commit: Matt Turner gentoo org> CommitDate: Tue Jul 12 23:54:03 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5443ebe9 x11-apps/xmag: Version bump to 1.0.7 Signed-off-by: Matt Turner gentoo.org> x11-apps/xmag/Manifest | 1 + x11-apps/xmag/xmag-1.0.7.ebuild | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+) diff --git a/x11-apps/xmag/Manifest b/x11-apps/xmag/Manifest index 99f291da951b..70040100595a 100644 --- a/x11-apps/xmag/Manifest +++ b/x11-apps/xmag/Manifest @@ -1 +1,2 @@ DIST xmag-1.0.6.tar.bz2 143112 BLAKE2B f53d7f564c71100e5903c19ee86aae3405cbc56258c89a5ad3d5e583649e1c2a862fef875c6de18c462e103da2afcd4fcfc9927188e7a4e8b980c7d80b2c4c64 SHA512 98f3c8e0c58f31cd4f1736ba9c5cd68dba3b2e2de6191988de8ae3e91b1d310803461840189ad56be45ee57c9ca05a2c63544a49b02ce6f79f2ebc14c59613de +DIST xmag-1.0.7.tar.xz 137660 BLAKE2B aa809a5e36d5e05524ab78d2382e15b2294439927ee7b441d246134120cef360fc2eb32b0611874a4bc4b45613a8e0fcc0e6cd595fea3fbd5a919aba593d90d9 SHA512 d35ac5d977b9f3bd03fb919bf178f68bdbc6ef2a57915b407d836fce0582f5cb78d0b79043bb6f8d015464ca113deb09469c3b724aed03901a4c3fc4a9982984 diff --git a/x11-apps/xmag/xmag-1.0.7.ebuild b/x11-apps/xmag/xmag-1.0.7.ebuild new file mode 100644 index 000000000000..9e5c389509ca --- /dev/null +++ b/x11-apps/xmag/xmag-1.0.7.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="X.Org xmag application" + +KEYWORDS="~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86" + +RDEPEND=" + x11-libs/libXaw + x11-libs/libXmu + x11-libs/libXt + x11-libs/libX11" +DEPEND="${RDEPEND} + x11-base/xorg-proto"