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 B929D158020 for ; Sun, 16 Oct 2022 00:55:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EBD83E086A; Sun, 16 Oct 2022 00:55:21 +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 CCD41E086A for ; Sun, 16 Oct 2022 00:55:21 +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 9D902340D68 for ; Sun, 16 Oct 2022 00:55:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D5DC8615 for ; Sun, 16 Oct 2022 00:55:18 +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: <1665881713.3cd809335a2ebe8b86ed0d6b3e0b490780aecd3c.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-apps/smproxy/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-apps/smproxy/Manifest x11-apps/smproxy/smproxy-1.0.7.ebuild X-VCS-Directories: x11-apps/smproxy/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 3cd809335a2ebe8b86ed0d6b3e0b490780aecd3c X-VCS-Branch: master Date: Sun, 16 Oct 2022 00:55:18 +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: 6b04e6cf-c9a4-4b82-8ee8-58f3fcfcad1a X-Archives-Hash: 6857749a250f8c4950c859b6df7f85f4 commit: 3cd809335a2ebe8b86ed0d6b3e0b490780aecd3c Author: Matt Turner gentoo org> AuthorDate: Sun Oct 16 00:39:55 2022 +0000 Commit: Matt Turner gentoo org> CommitDate: Sun Oct 16 00:55:13 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3cd80933 x11-apps/smproxy: Version bump to 1.0.7 Signed-off-by: Matt Turner gentoo.org> x11-apps/smproxy/Manifest | 1 + x11-apps/smproxy/smproxy-1.0.7.ebuild | 17 +++++++++++++++++ 2 files changed, 18 insertions(+) diff --git a/x11-apps/smproxy/Manifest b/x11-apps/smproxy/Manifest index 9badd36f8653..aefe9b77dd85 100644 --- a/x11-apps/smproxy/Manifest +++ b/x11-apps/smproxy/Manifest @@ -1 +1,2 @@ DIST smproxy-1.0.6.tar.bz2 132046 BLAKE2B b1eeba52730da79ed9f374636631c0400df997b2c5ab5ce18f1644ea6de7c55ba2914978d0b8b88f0cc455a0b5a65513fd7e29d2a374e7464fed14e007f8cf96 SHA512 4945c92c0f07c5dba5698889f415e78ce406939f4a36eb977309488c27385ce4ce04235c4e850a90a451fea8d7885ded7c6b18db71335c7731b38aaeefa9fcb7 +DIST smproxy-1.0.7.tar.xz 129044 BLAKE2B dd1736d972d079487bd45f77272523c2772a7aad612ffe719aa9c190df112ec68a372e2b7e673263f246be57f199ec288f5077faad8b6a3936cbbf7fa5b9b433 SHA512 cd6a6933b74f76ae65fb16504e57871724bc1102eae1d02e801e99c3fe73fe44e27f87cef3fbf9f75f369d18197b53bb677d637d94cc8185b55acae0cbd44f21 diff --git a/x11-apps/smproxy/smproxy-1.0.7.ebuild b/x11-apps/smproxy/smproxy-1.0.7.ebuild new file mode 100644 index 000000000000..5f912f38e9a8 --- /dev/null +++ b/x11-apps/smproxy/smproxy-1.0.7.ebuild @@ -0,0 +1,17 @@ +# 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="Session Manager Proxy" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" + +RDEPEND=" + x11-libs/libSM + x11-libs/libICE + x11-libs/libXt + x11-libs/libXmu" +DEPEND="${RDEPEND} + x11-base/xorg-proto"