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 5AF56158023 for ; Sat, 3 Dec 2022 23:49:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E8B92E086F; Sat, 3 Dec 2022 23:49:18 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4A129E07E1 for ; Sat, 3 Dec 2022 23:49:18 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 15C95341516 for ; Sat, 3 Dec 2022 23:49:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3BB065BF for ; Sat, 3 Dec 2022 23:49:15 +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: <1670111348.287b29e426c64051d95afc73eff1fa5f8e15148d.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-apps/transset/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-apps/transset/Manifest x11-apps/transset/transset-1.0.3.ebuild X-VCS-Directories: x11-apps/transset/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 287b29e426c64051d95afc73eff1fa5f8e15148d X-VCS-Branch: master Date: Sat, 3 Dec 2022 23:49:15 +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: 130b0d69-5f49-4e07-9d2e-0687243d88f2 X-Archives-Hash: ded4e775f41230a25b9ad51c5d563df6 commit: 287b29e426c64051d95afc73eff1fa5f8e15148d Author: Matt Turner gentoo org> AuthorDate: Sat Dec 3 23:43:06 2022 +0000 Commit: Matt Turner gentoo org> CommitDate: Sat Dec 3 23:49:08 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=287b29e4 x11-apps/transset: Version bump to 1.0.3 Signed-off-by: Matt Turner gentoo.org> x11-apps/transset/Manifest | 1 + x11-apps/transset/transset-1.0.3.ebuild | 16 ++++++++++++++++ 2 files changed, 17 insertions(+) diff --git a/x11-apps/transset/Manifest b/x11-apps/transset/Manifest index a92be8f53f3f..c46979e5064b 100644 --- a/x11-apps/transset/Manifest +++ b/x11-apps/transset/Manifest @@ -1 +1,2 @@ DIST transset-1.0.2.tar.bz2 127774 BLAKE2B fba4e8dc6eb3b3ea1285af9fccacc2d46cddbf17a086084c3db395bb5d78e6f13a348e2733c8b42efd2993dc053c01a4e6761c479506ba5d84a8715a956303c0 SHA512 f7a658cae70e211a0455420efbfacee0f3032821d94e7a80ec6db32ced716c1ce013f38713915505998071c312cedd1bad08575dbadfbbeb94361b048623f874 +DIST transset-1.0.3.tar.xz 121592 BLAKE2B 0bcace3235c7d96c0a3005f39692df01f7a78361664a23ca52f3adbda5f6994da3b7385257f43d8bf0ec8bd916e98fd867c9439eba13dbb1f86fc8fd3fe14817 SHA512 5e46713653f1c50676381aebe6bcb0adaa4c5d51217f54a3e73fec69a3f201871f0d3b65759e30bd871f439eb3ccf037203d5efc9b26a60a4f6fa02d0ffdca41 diff --git a/x11-apps/transset/transset-1.0.3.ebuild b/x11-apps/transset/transset-1.0.3.ebuild new file mode 100644 index 000000000000..ac84c68d643d --- /dev/null +++ b/x11-apps/transset/transset-1.0.3.ebuild @@ -0,0 +1,16 @@ +# 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="An utility for setting opacity property" + +LICENSE="SGI-B-2.0" +KEYWORDS="~amd64 ~ppc64 ~x86" + +RDEPEND="x11-libs/libX11" +DEPEND="${RDEPEND} + x11-base/xorg-proto"