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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C5F57158042 for ; Wed, 13 Nov 2024 01:38:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1E490E07D7; Wed, 13 Nov 2024 01:38:59 +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 0227AE07D7 for ; Wed, 13 Nov 2024 01:38:58 +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 D7963342FB8 for ; Wed, 13 Nov 2024 01:38:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DE79B17EC for ; Wed, 13 Nov 2024 01:38:55 +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: <1731461907.362655da252ab0b321b91599770706d16fa20704.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/xcompmgr/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/xcompmgr/Manifest x11-misc/xcompmgr/xcompmgr-1.1.10.ebuild X-VCS-Directories: x11-misc/xcompmgr/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 362655da252ab0b321b91599770706d16fa20704 X-VCS-Branch: master Date: Wed, 13 Nov 2024 01:38:55 +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: ef4365d6-b596-4cb0-9291-89edab60a614 X-Archives-Hash: ba0af6ce13db70680502de1cc3bda49d commit: 362655da252ab0b321b91599770706d16fa20704 Author: Matt Turner gentoo org> AuthorDate: Wed Nov 13 01:25:20 2024 +0000 Commit: Matt Turner gentoo org> CommitDate: Wed Nov 13 01:38:27 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=362655da x11-misc/xcompmgr: Version bump to 1.1.10 Signed-off-by: Matt Turner gentoo.org> x11-misc/xcompmgr/Manifest | 1 + x11-misc/xcompmgr/xcompmgr-1.1.10.ebuild | 21 +++++++++++++++++++++ 2 files changed, 22 insertions(+) diff --git a/x11-misc/xcompmgr/Manifest b/x11-misc/xcompmgr/Manifest index 2aba4b8c52e9..a05d0e825498 100644 --- a/x11-misc/xcompmgr/Manifest +++ b/x11-misc/xcompmgr/Manifest @@ -1 +1,2 @@ +DIST xcompmgr-1.1.10.tar.xz 133224 BLAKE2B 277f81cde9ae6a79b81e58754c4dc7baeec5b7e6b47abae044a13be5973b4c30968e7961720e831ad86e0a2b1d282d8529a607a2e510c7090658a1b288cf315b SHA512 6dd5c72d6859489580dabdb96e3b572931cec7c426022213007c92df2d805a8f01a7f3dc5e8493f6e550bb809f71a50ca1630f50555d47b8d5b4b2726d7b8b12 DIST xcompmgr-1.1.9.tar.xz 132676 BLAKE2B ece3717d582df62dcaaabb347d07ffda373f9660a74688b9637ea824eb9ac32003bddf323d9b1478f3abdf51b68005abb4c024720a75689d1ed70b45a8e026c2 SHA512 699117492af7fd84b36d317dcbf422d5ec86a7f21e29370caa737cd940d8ff866a5c8704ba2e7bd17a64e085d77fd23b628263d619813dead85cd669ff5b860e diff --git a/x11-misc/xcompmgr/xcompmgr-1.1.10.ebuild b/x11-misc/xcompmgr/xcompmgr-1.1.10.ebuild new file mode 100644 index 000000000000..f8a21d074620 --- /dev/null +++ b/x11-misc/xcompmgr/xcompmgr-1.1.10.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +XORG_MODULE=app/ +XORG_TARBALL_SUFFIX="xz" +inherit xorg-3 + +DESCRIPTION="X Compositing manager" +KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~sparc ~x86" + +RDEPEND=" + x11-libs/libXrender + x11-libs/libXdamage + x11-libs/libXfixes + x11-libs/libXcomposite + x11-libs/libXext +" +DEPEND="${RDEPEND} + x11-base/xorg-proto"