commit: 3cd809335a2ebe8b86ed0d6b3e0b490780aecd3c
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 16 00:39:55 2022 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> 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 <mattst88 <AT> 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"