From: "Yixun Lan" <dlan@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/anydesk/
Date: Fri, 26 Apr 2024 23:26:36 +0000 (UTC) [thread overview]
Message-ID: <1714173927.13587f35faa0ec56e94b0da0ea81f89a0ffa8f67.dlan@gentoo> (raw)
commit: 13587f35faa0ec56e94b0da0ea81f89a0ffa8f67
Author: Jaco Kroon <jaco <AT> uls <DOT> co <DOT> za>
AuthorDate: Fri Apr 26 09:45:28 2024 +0000
Commit: Yixun Lan <dlan <AT> gentoo <DOT> org>
CommitDate: Fri Apr 26 23:25:27 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13587f35
net-misc/anydesk: drop 6.2.1-r1, 6.3.1
Remove versions for which downloads are no longer available.
Closes: https://bugs.gentoo.org/930649
Closes: https://github.com/gentoo/gentoo/pull/36431
Signed-off-by: Jaco Kroon <jaco <AT> uls.co.za>
Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>
net-misc/anydesk/Manifest | 2 -
net-misc/anydesk/anydesk-6.2.1-r1.ebuild | 102 -------------------------------
net-misc/anydesk/anydesk-6.3.1.ebuild | 102 -------------------------------
3 files changed, 206 deletions(-)
diff --git a/net-misc/anydesk/Manifest b/net-misc/anydesk/Manifest
index 0f95dd90f4dc..e3f805ac65a0 100644
--- a/net-misc/anydesk/Manifest
+++ b/net-misc/anydesk/Manifest
@@ -1,3 +1 @@
-DIST anydesk-6.2.1-amd64.tar.gz 6634159 BLAKE2B 03abb9c3a990a8e4b53505896ebef253c386f578a275ccbec55e85cbb27e5c0f140863c6dc407b1d0cc2f2975b63bcd13487e27425b16cd3fdb42fd71a646e97 SHA512 2a36eb0698d18d7f779a9c7b8a17b2a9964fc10ba1ce65a68555332e58fd316b8541ef5443c8f8a62a30711e8dd19174d599ac2cdccd581da645c6b6a7e000ae
-DIST anydesk-6.3.1-amd64.tar.gz 7050869 BLAKE2B d6cb708817947804a6c58a5d6edf7e49765fc962228c23aa89f37f8276f04f8501ca874190fe55ab4bb2efd9aea4e1f63e7750116e2351a7d452c8800f8c561b SHA512 f8985df5a58b17bf2f442b88b8a9211294c953987aeb267b91029bcc639f2a3679248613562916cef16897b87aab05e715313bd2be182c7929168d90ade2238f
DIST anydesk-6.3.2-amd64.tar.gz 7039607 BLAKE2B dfc628baef862bddb944b02d39c3e270a0ac4dbe88704099f8b9022e7e758a367093432b78e86bcc1d9432fabe1c2842c4e811e59541433cb75a9734e09cff08 SHA512 a0fac07d6beb085666f4414f592b5b26b0f699ebc0b1ad5a587317a0c46b0f92a8d3b3e2e0ab08ce9e6c4c1c15789f8396158cc87075e623e32ce714ad071612
diff --git a/net-misc/anydesk/anydesk-6.2.1-r1.ebuild b/net-misc/anydesk/anydesk-6.2.1-r1.ebuild
deleted file mode 100644
index 77d78ee0f0c6..000000000000
--- a/net-misc/anydesk/anydesk-6.2.1-r1.ebuild
+++ /dev/null
@@ -1,102 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-
-inherit desktop optfeature systemd xdg-utils
-
-DESCRIPTION="Feature rich multi-platform remote desktop application"
-HOMEPAGE="https://anydesk.com"
-SRC_URI="https://download.anydesk.com/linux/${P}-amd64.tar.gz
- https://download.anydesk.com/linux/generic-linux/${P}-amd64.tar.gz"
-
-# OpeSSL/SSLeay, libvpx, zlib, Xiph, xxHash
-LICENSE="AnyDesk-TOS BSD BSD-2 openssl ZLIB"
-SLOT="0"
-KEYWORDS="-* ~amd64"
-
-# x11-libs/gtkglext is required and cannot be mitigated: https://bugs.gentoo.org/868255
-RDEPEND="
- app-accessibility/at-spi2-core:2
- dev-libs/glib:2
- media-libs/fontconfig:1.0
- media-libs/freetype:2
- media-libs/glu
- media-libs/libglvnd
- sys-auth/polkit
- x11-libs/cairo
- x11-libs/gdk-pixbuf:2
- x11-libs/gtk+:2
- x11-libs/gtkglext
- x11-libs/libX11
- x11-libs/libxcb
- x11-libs/libXdamage
- x11-libs/libXext
- x11-libs/libXfixes
- x11-libs/libXi
- x11-libs/libxkbfile
- x11-libs/libXrandr
- x11-libs/libXrender
- x11-libs/libXtst
- x11-libs/pango
-"
-BDEPEND="dev-util/patchelf"
-
-RESTRICT="bindist mirror"
-
-QA_PREBUILT="opt/${PN}/*"
-
-src_install() {
- local dst="/opt/${PN}"
-
- exeinto ${dst}
- doexe ${PN}
-
- dodir /opt/bin
- dosym "${dst}/${PN}" "/opt/bin/${PN}"
-
- newinitd "${FILESDIR}/anydesk.init" anydesk
- systemd_newunit "${FILESDIR}/anydesk-4.0.1.service" anydesk.service
-
- insinto /usr/share/polkit-1/actions
- doins polkit-1/com.anydesk.anydesk.policy
-
- insinto /usr/share
- doins -r icons
-
- domenu "${FILESDIR}/anydesk.desktop"
-
- dodoc copyright README
-}
-
-pkg_postinst() {
- xdg_desktop_database_update
- xdg_icon_cache_update
-
- if [[ -z ${REPLACING_VERSIONS} ]]; then
- elog "To run AnyDesk as background service use:"
- elog
- elog "OpenRC:"
- elog "# rc-service anydesk start"
- elog "# rc-update add anydesk default"
- elog
- elog "Systemd:"
- elog "# systemctl start anydesk.service"
- elog "# systemctl enable anydesk.service"
- elog
- elog "Please see README at /usr/share/doc/${PF}/README.bz2 for"
- elog "further information about the linux version of AnyDesk."
- elog
- fi
-
- optfeature_header "AnyDesk additional tools:"
- optfeature "lsb_release" sys-apps/lsb-release
- optfeature "lspci" sys-apps/pciutils
- optfeature "lsusb" sys-apps/usbutils
- optfeature "sound support" media-libs/libcanberra[gtk2]
-}
-
-pkg_postrm() {
- xdg_desktop_database_update
- xdg_icon_cache_update
-}
diff --git a/net-misc/anydesk/anydesk-6.3.1.ebuild b/net-misc/anydesk/anydesk-6.3.1.ebuild
deleted file mode 100644
index 8da50cec7b3c..000000000000
--- a/net-misc/anydesk/anydesk-6.3.1.ebuild
+++ /dev/null
@@ -1,102 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-
-inherit desktop optfeature systemd xdg-utils
-
-DESCRIPTION="Feature rich multi-platform remote desktop application"
-HOMEPAGE="https://anydesk.com"
-SRC_URI="https://download.anydesk.com/linux/${P}-amd64.tar.gz
- https://download.anydesk.com/linux/generic-linux/${P}-amd64.tar.gz"
-
-# OpeSSL/SSLeay, libvpx, zlib, Xiph, xxHash
-LICENSE="AnyDesk-TOS BSD BSD-2 openssl ZLIB"
-SLOT="0"
-KEYWORDS="-* ~amd64"
-
-# x11-libs/gtkglext is required and cannot be mitigated: https://bugs.gentoo.org/868255
-RDEPEND="
- app-accessibility/at-spi2-core:2
- dev-libs/glib:2
- media-libs/fontconfig:1.0
- media-libs/freetype:2
- media-libs/glu
- media-libs/libglvnd
- sys-auth/polkit
- x11-libs/cairo
- x11-libs/gdk-pixbuf:2
- x11-libs/gtk+:2
- x11-libs/gtkglext
- x11-libs/libX11
- x11-libs/libxcb
- x11-libs/libXdamage
- x11-libs/libXext
- x11-libs/libXfixes
- x11-libs/libXi
- x11-libs/libxkbfile
- x11-libs/libXrandr
- x11-libs/libXrender
- x11-libs/libXtst
- x11-libs/pango
-"
-BDEPEND="dev-util/patchelf"
-
-RESTRICT="bindist mirror"
-
-QA_PREBUILT="opt/${PN}/*"
-
-src_install() {
- local dst="/opt/${PN}"
-
- exeinto ${dst}
- doexe ${PN}
-
- dodir /opt/bin
- dosym "${dst}/${PN}" "/opt/bin/${PN}"
-
- newinitd "${FILESDIR}/anydesk.init" anydesk
- systemd_newunit "${FILESDIR}/anydesk-4.0.1.service" anydesk.service
-
- insinto /usr/share/polkit-1/actions
- doins polkit-1/com.anydesk.anydesk.policy
-
- insinto /usr/share
- doins -r icons
-
- domenu "${FILESDIR}/anydesk.desktop"
-
- dodoc copyright README
-}
-
-pkg_postinst() {
- xdg_desktop_database_update
- xdg_icon_cache_update
-
- if [[ -z ${REPLACING_VERSIONS} ]]; then
- elog "To run AnyDesk as background service use:"
- elog
- elog "OpenRC:"
- elog "# rc-service anydesk start"
- elog "# rc-update add anydesk default"
- elog
- elog "Systemd:"
- elog "# systemctl start anydesk.service"
- elog "# systemctl enable anydesk.service"
- elog
- elog "Please see README at /usr/share/doc/${PF}/README.bz2 for"
- elog "further information about the linux version of AnyDesk."
- elog
- fi
-
- optfeature_header "AnyDesk additional tools:"
- optfeature "lsb_release" sys-apps/lsb-release
- optfeature "lspci" sys-apps/pciutils
- optfeature "lsusb" sys-apps/usbutils
- optfeature "sound support" media-libs/libcanberra[gtk2]
-}
-
-pkg_postrm() {
- xdg_desktop_database_update
- xdg_icon_cache_update
-}
next reply other threads:[~2024-04-26 23:26 UTC|newest]
Thread overview: 34+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-04-26 23:26 Yixun Lan [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-06-08 6:35 [gentoo-commits] repo/gentoo:master commit in: net-misc/anydesk/ Sam James
2025-06-08 6:35 Sam James
2025-05-06 11:16 Joonas Niilola
2025-05-06 11:16 Joonas Niilola
2025-02-10 13:28 Joonas Niilola
2025-02-10 13:28 Joonas Niilola
2024-11-06 11:41 Joonas Niilola
2024-04-26 23:26 Yixun Lan
2024-03-21 3:16 Sam James
2023-09-14 18:23 Arthur Zamarin
2023-02-28 14:23 Joonas Niilola
2023-01-04 9:20 Viorel Munteanu
2022-09-06 11:38 Matthew Smith
2022-08-26 16:03 Matthew Smith
2022-08-26 8:44 Matthew Smith
2022-08-26 8:44 Matthew Smith
2021-05-20 2:03 Jorge Manuel B. S. Vicetto
2021-02-04 22:31 Thomas Deutschmann
2020-12-17 19:25 Andreas Sturmlechner
2020-11-25 2:00 Jorge Manuel B. S. Vicetto
2020-09-13 11:19 Andreas Sturmlechner
2020-09-13 11:19 Andreas Sturmlechner
2020-08-30 8:18 Joonas Niilola
2020-08-03 18:26 Jorge Manuel B. S. Vicetto
2020-06-04 11:51 Jorge Manuel B. S. Vicetto
2020-05-22 1:15 Jorge Manuel B. S. Vicetto
2020-01-19 13:26 Andreas Sturmlechner
2019-12-08 8:41 Joonas Niilola
2019-12-08 8:41 Joonas Niilola
2019-12-07 12:47 Joonas Niilola
2019-12-03 13:35 Joonas Niilola
2019-11-28 16:34 Joonas Niilola
2019-05-22 12:37 Thomas Deutschmann
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1714173927.13587f35faa0ec56e94b0da0ea81f89a0ffa8f67.dlan@gentoo \
--to=dlan@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox