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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 360571581E1 for ; Wed, 4 Dec 2024 23:00:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7F2BBE086F; Wed, 4 Dec 2024 23:00:23 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 59D28E086F for ; Wed, 4 Dec 2024 23:00:23 +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 53ECD340A12 for ; Wed, 4 Dec 2024 23:00:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ACDAB1E52 for ; Wed, 4 Dec 2024 23:00:20 +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: <1733353215.a376ed93a17f1a62e118813cfc67744d94d5232e.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.4.ebuild X-VCS-Directories: x11-apps/transset/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: a376ed93a17f1a62e118813cfc67744d94d5232e X-VCS-Branch: master Date: Wed, 4 Dec 2024 23:00:20 +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: 85e30277-a0e8-4f11-ae3a-007b62fb8652 X-Archives-Hash: aeb6724bea857c015f91969c8433f206 commit: a376ed93a17f1a62e118813cfc67744d94d5232e Author: Matt Turner gentoo org> AuthorDate: Wed Dec 4 22:57:09 2024 +0000 Commit: Matt Turner gentoo org> CommitDate: Wed Dec 4 23:00:15 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a376ed93 x11-apps/transset: Version bump to 1.0.4 Signed-off-by: Matt Turner gentoo.org> x11-apps/transset/Manifest | 1 + x11-apps/transset/transset-1.0.4.ebuild | 16 ++++++++++++++++ 2 files changed, 17 insertions(+) diff --git a/x11-apps/transset/Manifest b/x11-apps/transset/Manifest index 381e9687f3c5..02adcf7b8f01 100644 --- a/x11-apps/transset/Manifest +++ b/x11-apps/transset/Manifest @@ -1 +1,2 @@ DIST transset-1.0.3.tar.xz 121592 BLAKE2B 0bcace3235c7d96c0a3005f39692df01f7a78361664a23ca52f3adbda5f6994da3b7385257f43d8bf0ec8bd916e98fd867c9439eba13dbb1f86fc8fd3fe14817 SHA512 5e46713653f1c50676381aebe6bcb0adaa4c5d51217f54a3e73fec69a3f201871f0d3b65759e30bd871f439eb3ccf037203d5efc9b26a60a4f6fa02d0ffdca41 +DIST transset-1.0.4.tar.xz 127492 BLAKE2B 1b44221ea5a52d3215b653e63c6e10acccfce6dc80a3e2bb742b9bb6c2664f26e0d0ab25c8eded1fbd0733b03f88d5fe616eba1899e0863bd99d49836da54dbd SHA512 d077753ea3458bf553f2e1ec2c3cd5f75d5c70dfd2969456382ded03a937abde39286f3b647c4f098f883825b5d3b917d835dda9b4d3a4e998db53cbb73458ed diff --git a/x11-apps/transset/transset-1.0.4.ebuild b/x11-apps/transset/transset-1.0.4.ebuild new file mode 100644 index 000000000000..58bf8f3c942b --- /dev/null +++ b/x11-apps/transset/transset-1.0.4.ebuild @@ -0,0 +1,16 @@ +# 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="An utility for setting opacity property" + +LICENSE="SGI-B-2.0" +KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~x86" + +RDEPEND="x11-libs/libX11" +DEPEND="${RDEPEND} + x11-base/xorg-proto"