[gentoo-commits] repo/gentoo:master commit in: x11-apps/smproxy/
commit: 1d974503d4f7c91eb7c597c292104523b9f6cd62 Author: Arthur Zamarin gentoo org> AuthorDate: Sat Nov 12 15:49:38 2022 + Commit: Arthur Zamarin gentoo org> CommitDate: Sat Nov 12 15:49:38 2022 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d974503 x11-apps/smproxy: Stabilize 1.0.7 arm64, #880793 Signed-off-by: Arthur Zamarin gentoo.org> x11-apps/smproxy/smproxy-1.0.7.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-apps/smproxy/smproxy-1.0.7.ebuild b/x11-apps/smproxy/smproxy-1.0.7.ebuild index 5f912f38e9a8..1be709097e35 100644 --- a/x11-apps/smproxy/smproxy-1.0.7.ebuild +++ b/x11-apps/smproxy/smproxy-1.0.7.ebuild @@ -6,7 +6,7 @@ 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" +KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" RDEPEND=" x11-libs/libSM
[gentoo-commits] repo/gentoo:master commit in: x11-apps/smproxy/
commit: 3cd809335a2ebe8b86ed0d6b3e0b490780aecd3c Author: Matt Turner gentoo org> AuthorDate: Sun Oct 16 00:39:55 2022 + Commit: Matt Turner gentoo org> CommitDate: Sun Oct 16 00:55:13 2022 + 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 ..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"
[gentoo-commits] repo/gentoo:master commit in: x11-apps/smproxy/
commit: 9a648f4719b51fbfa75aa76ff540d8ee6b743962 Author: Volkmar W. Pogatzki pogatzki net> AuthorDate: Thu Mar 11 10:03:14 2021 + Commit: Matt Turner gentoo org> CommitDate: Sat Mar 13 04:14:14 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a648f47 x11-apps/smproxy: EAPI 7 Signed-off-by: Volkmar W. Pogatzki pogatzki.net> Signed-off-by: Matt Turner gentoo.org> x11-apps/smproxy/smproxy-1.0.6-r1.ebuild | 16 1 file changed, 16 insertions(+) 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 000..04ff1c27740 --- /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"
[gentoo-commits] repo/gentoo:master commit in: x11-apps/smproxy/
commit: b78ac987444230eab57f6d4cdd8d4d6d87b312b6 Author: Matt Turner gentoo org> AuthorDate: Fri May 25 04:37:04 2018 + Commit: Matt Turner gentoo org> CommitDate: Fri May 25 04:37:04 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b78ac987 x11-apps/smproxy: Drop old versions x11-apps/smproxy/Manifest | 1 - x11-apps/smproxy/smproxy-1.0.5.ebuild | 14 -- 2 files changed, 15 deletions(-) diff --git a/x11-apps/smproxy/Manifest b/x11-apps/smproxy/Manifest index 6a1a916c56f..9badd36f865 100644 --- a/x11-apps/smproxy/Manifest +++ b/x11-apps/smproxy/Manifest @@ -1,2 +1 @@ -DIST smproxy-1.0.5.tar.bz2 118207 BLAKE2B 79afc9787ddc36d43de9679cdb6ad8a76db19433e3c54b02a80349b9ed71431b3e3274e69da915d379f363a6810a6a84b3d68c1fb6490d41e67df6f36427c4f9 SHA512 88ea92d468e1e46e473bda5bf355f0b2a98b178c5aa54e1fd29d9038a39fe843a7122a853e983034ffe6f5be3ed7b85f8b51266e4a4d1677a755ab6d4c30040e DIST smproxy-1.0.6.tar.bz2 132046 BLAKE2B b1eeba52730da79ed9f374636631c0400df997b2c5ab5ce18f1644ea6de7c55ba2914978d0b8b88f0cc455a0b5a65513fd7e29d2a374e7464fed14e007f8cf96 SHA512 4945c92c0f07c5dba5698889f415e78ce406939f4a36eb977309488c27385ce4ce04235c4e850a90a451fea8d7885ded7c6b18db71335c7731b38aaeefa9fcb7 diff --git a/x11-apps/smproxy/smproxy-1.0.5.ebuild b/x11-apps/smproxy/smproxy-1.0.5.ebuild deleted file mode 100644 index 491d36494d8..000 --- a/x11-apps/smproxy/smproxy-1.0.5.ebuild +++ /dev/null @@ -1,14 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=4 -inherit xorg-2 - -DESCRIPTION="Session Manager Proxy" - -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd" -IUSE="" - -RDEPEND="x11-libs/libXt - x11-libs/libXmu" -DEPEND="${RDEPEND}"
[gentoo-commits] repo/gentoo:master commit in: x11-apps/smproxy/
commit: 731dc74677e9f4e27e87b0714e5c546d17a8b2ba Author: Steev Klimaszewski gentoo org> AuthorDate: Fri Mar 4 06:37:40 2016 + Commit: Stephen Klimaszewski gentoo org> CommitDate: Fri Mar 4 06:37:40 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=731dc746 x11-apps/smproxy: Keyword 1.0.6 for ~arm64 Tested on Cortex-A53 Package-Manager: portage-2.2.27 x11-apps/smproxy/smproxy-1.0.6.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-apps/smproxy/smproxy-1.0.6.ebuild b/x11-apps/smproxy/smproxy-1.0.6.ebuild index c64e190..9995aa3 100644 --- a/x11-apps/smproxy/smproxy-1.0.6.ebuild +++ b/x11-apps/smproxy/smproxy-1.0.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -7,7 +7,7 @@ inherit xorg-2 DESCRIPTION="Session Manager Proxy" -KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd" +KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd" IUSE="" RDEPEND="x11-libs/libXt
[gentoo-commits] repo/gentoo:master commit in: x11-apps/smproxy/
commit: 812922db13360600120274e2978316c05d43c5cc Author: Markus Meier gentoo org> AuthorDate: Sat Dec 19 21:17:21 2015 + Commit: Markus Meier gentoo org> CommitDate: Sat Dec 19 21:17:21 2015 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=812922db x11-apps/smproxy: arm stable, bug #559062 Package-Manager: portage-2.2.26 RepoMan-Options: --include-arches="arm" x11-apps/smproxy/smproxy-1.0.6.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-apps/smproxy/smproxy-1.0.6.ebuild b/x11-apps/smproxy/smproxy-1.0.6.ebuild index c152da5..f9aa5a7 100644 --- a/x11-apps/smproxy/smproxy-1.0.6.ebuild +++ b/x11-apps/smproxy/smproxy-1.0.6.ebuild @@ -7,7 +7,7 @@ inherit xorg-2 DESCRIPTION="Session Manager Proxy" -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd" +KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd" IUSE="" RDEPEND="x11-libs/libXt