summaryrefslogtreecommitdiff
path: root/x11-apps/smproxy
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-03-20 14:27:17 +0000
committerV3n3RiX <venerix@redcorelinux.org>2021-03-20 14:27:17 +0000
commit5bb9ff1ee56d2b5e75e01a7f066d8b0cec84ec02 (patch)
tree66e860a5099bcad013f1cf667255dc372a7c11b3 /x11-apps/smproxy
parent7218e1b46bceac05841e90472501742d905fb3fc (diff)
gentoo resync : 20.03.2021
Diffstat (limited to 'x11-apps/smproxy')
-rw-r--r--x11-apps/smproxy/Manifest1
-rw-r--r--x11-apps/smproxy/smproxy-1.0.6-r1.ebuild16
2 files changed, 17 insertions, 0 deletions
diff --git a/x11-apps/smproxy/Manifest b/x11-apps/smproxy/Manifest
index 4314dc8e1661..7006ca05e468 100644
--- a/x11-apps/smproxy/Manifest
+++ b/x11-apps/smproxy/Manifest
@@ -1,3 +1,4 @@
DIST smproxy-1.0.6.tar.bz2 132046 BLAKE2B b1eeba52730da79ed9f374636631c0400df997b2c5ab5ce18f1644ea6de7c55ba2914978d0b8b88f0cc455a0b5a65513fd7e29d2a374e7464fed14e007f8cf96 SHA512 4945c92c0f07c5dba5698889f415e78ce406939f4a36eb977309488c27385ce4ce04235c4e850a90a451fea8d7885ded7c6b18db71335c7731b38aaeefa9fcb7
+EBUILD smproxy-1.0.6-r1.ebuild 337 BLAKE2B 1bda74df12cf2f1640f55fa22302c66770d698ea0de0cb0c2ab5efab888482740d3bcd6fce0c34516de0c3c985c52d27431e5cb538f27903b129ab2d28dfb24f SHA512 4602212b08aae54af4648a63a27d9d58a5c20fd0d2a49058d01a17988d8d670c9362a5a5dcc3457d42093f0cfe156f1d4467662d289c9cf0792b8a88cbe0b9cc
EBUILD smproxy-1.0.6.ebuild 315 BLAKE2B 0de031517e4a864abcbc1d78ffdf1030a6b1c715a52e4b10d47e046244463dfca3e1ea2ac671c5fb0e36cffaffed7a73f2a4f1ebb0f6ea68c86285725714bfbb SHA512 514338b38212aaf888c1ec0eb721fd65f80272cc249b7481140a3f2698f0b8feab787ccd7dc896929cdf2117e93b6e9189ab88ae182433fa35e3f1f9ef80eed9
MISC metadata.xml 230 BLAKE2B 70bf59e64305ef14908197f2aa7ffbc1769ade265097da68e001245451658af5921760c91cb74aae717543ea0017e2471fd94bfc5c4c447d2d60e2c23aa3b007 SHA512 d7a2643abd1904cc5ff4d91cbb6f1baeb7f75fd1db542c5e14f19412f4f0bd4b903f8e703a7662ba7482c79dac5529057760b6427599d35e0842755fd946e057
diff --git a/x11-apps/smproxy/smproxy-1.0.6-r1.ebuild b/x11-apps/smproxy/smproxy-1.0.6-r1.ebuild
new file mode 100644
index 000000000000..04ff1c27740e
--- /dev/null
+++ b/x11-apps/smproxy/smproxy-1.0.6-r1.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit xorg-3
+
+DESCRIPTION="Session Manager Proxy"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
+
+RDEPEND="
+ x11-libs/libXt
+ x11-libs/libXmu"
+DEPEND="${RDEPEND}
+ x11-base/xorg-proto"