commit:     d60617bb5c7260e18ef0811794c0df745521d6cf
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 29 23:14:45 2017 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Nov 29 23:19:21 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d60617bb

profiles: Remove last-rited packages

Closes: https://bugs.gentoo.org/620708
Closes: https://bugs.gentoo.org/620742

 app-crypt/kencfs/Manifest                          |  1 -
 app-crypt/kencfs/files/kencfs-1.4.0-encfs5.patch   | 13 ----
 app-crypt/kencfs/files/kencfs-1.6.2-desktop.patch  | 11 ---
 app-crypt/kencfs/kencfs-1.6.4.ebuild               | 45 ------------
 app-crypt/kencfs/metadata.xml                      |  8 ---
 media-sound/google-musicmanager/Manifest           |  6 --
 .../google-musicmanager-1.0.129.6633_beta.ebuild   | 82 ----------------------
 .../google-musicmanager-1.0.221.5230_beta.ebuild   | 80 ---------------------
 .../google-musicmanager-1.0.243.1116_beta.ebuild   | 80 ---------------------
 media-sound/google-musicmanager/metadata.xml       | 11 ---
 net-voip/vidyodesktop/Manifest                     |  4 --
 net-voip/vidyodesktop/metadata.xml                 | 11 ---
 .../vidyodesktop/vidyodesktop-3.6.3.017.ebuild     | 74 -------------------
 .../vidyodesktop/vidyodesktop-3.6.7.010.ebuild     | 74 -------------------
 profiles/package.mask                              | 16 -----
 15 files changed, 516 deletions(-)

diff --git a/app-crypt/kencfs/Manifest b/app-crypt/kencfs/Manifest
deleted file mode 100644
index b4eeda38bc3..00000000000
--- a/app-crypt/kencfs/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST kencfs-1.6.4.tar.gz 221386 SHA256 
3e88cd2bf0d11ce83746fb5b1e385f172ed506cde922ee2811f9cdbaaa80c4ca SHA512 
44dacd0a17194b61d2d73820851b496d6052dbab3893a030db2e63c1be0d1569d80cc75ce0c179381e98b60c5e27ccead8ee257f53f57dea508808616abb514d
 WHIRLPOOL 
8b7f372c8c8304f3a3249a74a565ea77c4c3f255c6db3cf66a2a62951be1b8010e9696dc5d5ac44ea1e39d189c63e4a1ccf562cd4886578e8a2383756e48d24b

diff --git a/app-crypt/kencfs/files/kencfs-1.4.0-encfs5.patch 
b/app-crypt/kencfs/files/kencfs-1.4.0-encfs5.patch
deleted file mode 100644
index 6687ac0f1f9..00000000000
--- a/app-crypt/kencfs/files/kencfs-1.4.0-encfs5.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-Support older encfs5 volumes wrt Gentoo bug #446652.
-
---- a/fsDialog.cpp
-+++ b/fsDialog.cpp
-@@ -161,7 +161,7 @@
- 
-     arg << cr << pm << "-S";
-     p->start(prg,arg);
--    if (! QFile::exists(cr+"/.encfs6.xml")) p->write("\n");
-+    if (! (QFile::exists(cr+"/.encfs6.xml") || QFile::exists(cr+"/.encfs5")) 
) p->write("\n");
-     p->write(pw.toLocal8Bit().data());
-     p->write("\n");
-     p->waitForFinished();

diff --git a/app-crypt/kencfs/files/kencfs-1.6.2-desktop.patch 
b/app-crypt/kencfs/files/kencfs-1.6.2-desktop.patch
deleted file mode 100644
index 2d8683f11e4..00000000000
--- a/app-crypt/kencfs/files/kencfs-1.6.2-desktop.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/kencfs.desktop
-+++ b/kencfs.desktop
-@@ -2,7 +2,7 @@
- Name=KEncFS
- Exec=kencfs
- Icon=kencfs/kencfs-icon
--Categories=System;Security
-+Categories=Qt;KDE;System;Security;
- Terminal=false
- Type=Application
- StartupNotify=false

diff --git a/app-crypt/kencfs/kencfs-1.6.4.ebuild 
b/app-crypt/kencfs/kencfs-1.6.4.ebuild
deleted file mode 100644
index 8f8da5d243d..00000000000
--- a/app-crypt/kencfs/kencfs-1.6.4.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit qmake-utils
-
-DESCRIPTION="GUI frontend for encfs"
-HOMEPAGE="https://www.linux-apps.com/content/show.php?content=134003";
-SRC_URI="https://dl.opendesktop.org/api/files/download/id/1486311191/${P}.tar.gz";
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-DEPEND="
-       dev-qt/qtcore:4
-       dev-qt/qtgui:4
-       kde-frameworks/kdelibs:4
-"
-RDEPEND="${DEPEND}
-       kde-frameworks/kwallet:5
-       sys-fs/encfs
-"
-
-PATCHES=(
-       "${FILESDIR}/${PN}-1.4.0-encfs5.patch"
-       "${FILESDIR}/${PN}-1.6.2-desktop.patch"
-)
-
-src_prepare() {
-       default
-
-       sed -i ${PN}.pro -e "/^doc.path =/s/${PN}/${PF}/" \
-               || die "sed docdir failed"
-}
-
-src_configure() {
-       eqmake4
-}
-
-src_install() {
-       emake INSTALL_ROOT="${D}" install
-}

diff --git a/app-crypt/kencfs/metadata.xml b/app-crypt/kencfs/metadata.xml
deleted file mode 100644
index 2fdbf33d963..00000000000
--- a/app-crypt/kencfs/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-       <maintainer type="project">
-               <email>k...@gentoo.org</email>
-               <name>Gentoo KDE Project</name>
-       </maintainer>
-</pkgmetadata>

diff --git a/media-sound/google-musicmanager/Manifest 
b/media-sound/google-musicmanager/Manifest
deleted file mode 100644
index b16baee4627..00000000000
--- a/media-sound/google-musicmanager/Manifest
+++ /dev/null
@@ -1,6 +0,0 @@
-DIST google-musicmanager-beta_1.0.129.6633-r0_amd64.deb 4040482 SHA256 
79af991409d69b0759d75b90b0c754a5e1bd71ec291adc48b368ff1ac4b902bb SHA512 
c3e605078ecff45804e1e7b9019ed8cadd108f7a4a6101ea197116fb0d783014cd9d74e883d88808bc841b64fc2495ad16ba2617d165415e6f1fda706e39cc34
 WHIRLPOOL 
dbb3e23d0872dbcee4895f560b351a9dfda214d42760d808c09a6108f9281b85e13785c2efe652e7398112896c8a931032da52708192a93593a42c5e88c4d28e
-DIST google-musicmanager-beta_1.0.129.6633-r0_i386.deb 3977534 SHA256 
7914e3e6e2adb2e952ebaf383db5e04727c29cfa83401007f29977f6c5ff6873 SHA512 
3e7ad72477dae3ad63aaf0bc6def013049d6c0dabc7c3f063c567d9b69dbffcb75d24dd0fad21752e587629fa96bc57302cf79b17979ed281ef603df1e2c7c5e
 WHIRLPOOL 
b7635a00a5c736f13940cecfd7c98bc2fca64da89f0aca24f72aa5ee4edeba1bcebd6e2f11c758b039b01bf5313290dd0499b88eb2e2912a612bd4e2fc4c627d
-DIST google-musicmanager-beta_1.0.221.5230-r0_amd64.deb 4330938 SHA256 
67e063d58508a4b8df37ea0b87c9a33e54143be3653daabe16b1276ffed21ac0 SHA512 
cf093c2f8e3010432ce5fcd0614fbece0d02c082cfad1d82c39a5b7498d92f9cfc3f275c0dec8a1090841ce296169adce3353111aeb2bf5990f242be78ccc04d
 WHIRLPOOL 
4d24fa84422ab280be018b07ab79c9ece627f4f00d2d800d3b817dc0f1cd77222505ceda0071a3ef1b8792aa73eb7c0e2bae3ec17cb4951e4e533a3ee71b3a81
-DIST google-musicmanager-beta_1.0.221.5230-r0_i386.deb 4189032 SHA256 
31b48b6df317dec41ec5d3c5b6e19ea89ac6eb200d90bb28beab087dfab70c61 SHA512 
276071acecc143b65dd5a14a60b7dfb1245818e6c3bb569883d1dab83841f228d6537b161446cf0bb2c115f95844da21951d94bb88e60e6494d0f5e8d0c3f19a
 WHIRLPOOL 
6a0a38732ac301a6130d978f1b7bdcfd1b8949aa8954a47ea09c0dfc4298dfbcc029c3f6ef7ccd5a126feeedaf546e0729f79275f18496472177853ef85d931d
-DIST google-musicmanager-beta_1.0.243.1116-r0_amd64.deb 4361868 SHA256 
54f97f449136e173492d36084f2c01244b84f02d6e223fb8a40661093e0bec7c SHA512 
7af9d085b819be630bfa9e5f8668721c64cecd2052f4eaab4d1b15be25be2b0e442ac33a5e790c80ed68f27d4ece16d64aaef85c2bb97cf3fe24a084aec48d55
 WHIRLPOOL 
5a088ca30995e0231f2bed0effeb954c49435f4ee92d714b64339c6212e05c33aab8af21f6f90d5c0994cd7252ab7bf0a831d0c6ee931a51140a1b07bbddf83f
-DIST google-musicmanager-beta_1.0.243.1116-r0_i386.deb 4221330 SHA256 
121a7939015e2270afa3f1c73554102e2b4f2e6a31482ff7be5e7c28dd101d3c SHA512 
e579fddc34d0ae1633310e5deabc815d3e8a64bec1754c0d6ce2dd829fb7eece41e43cab862047f88469eec3190d1829e9968765ae12e4da8cd28ebe6f7688f5
 WHIRLPOOL 
1a9c385c9a94519fb9490eef1b6b99ba4ef48b4b52f8b06c2a6aea88e482ccb216d122da7327c905ef98d791abdce574de0f7a82f52dc037787666b6a73dc74a

diff --git 
a/media-sound/google-musicmanager/google-musicmanager-1.0.129.6633_beta.ebuild 
b/media-sound/google-musicmanager/google-musicmanager-1.0.129.6633_beta.ebuild
deleted file mode 100644
index 77dc118a56b..00000000000
--- 
a/media-sound/google-musicmanager/google-musicmanager-1.0.129.6633_beta.ebuild
+++ /dev/null
@@ -1,82 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit eutils unpacker
-
-#https://dl.google.com/linux/musicmanager/deb/dists/stable/main/binary-i386/Packages
-MY_URL="https://dl.google.com/linux/musicmanager/deb/pool/main/${P:0:1}/${PN}-beta";
-MY_PKG="${PN}-beta_${PV/_beta}-r0_i386.deb"
-
-DESCRIPTION="Google Music Manager is a application for adding music to your 
Google Music library"
-HOMEPAGE="https://music.google.com";
-SRC_URI="x86? ( ${MY_URL}/${MY_PKG} )
-       amd64? ( ${MY_URL}/${MY_PKG/i386/amd64} )"
-
-LICENSE="Google-TOS Apache-2.0 MIT LGPL-2.1 gSOAP BSD FDL-1.2 MPL-1.1 openssl 
ZLIB libtiff"
-SLOT="0"
-KEYWORDS="-* amd64 x86"
-IUSE="log"
-
-OBSOLETE="yes"
-[[ $OBSOLETE = yes ]] && RESTRICT="fetch strip" || RESTRICT="strip mirror"
-
-RDEPEND="
-       dev-libs/expat
-       dev-qt/qtcore:4
-       dev-qt/qtgui:4
-       dev-qt/qtwebkit:4
-       media-libs/flac
-       media-libs/libvorbis
-       net-dns/libidn
-       sys-libs/glibc
-       log? ( dev-libs/log4cxx )
-       "
-
-DEPEND="app-arch/xz-utils
-       app-admin/chrpath"
-
-INSTALL_BASE="opt/google/musicmanager"
-
-QA_TEXTRELS="${INSTALL_BASE}/libmpgdec.so.0"
-
-QA_FLAGS_IGNORED="${INSTALL_BASE}/.*"
-
-S="${WORKDIR}/${INSTALL_BASE}"
-
-pkg_nofetch() {
-       if [[ ${OBSOLETE} = yes ]]; then
-               elog "This version is no longer available from Google and the 
license prevents mirroring."
-               elog "This ebuild is intended for users who already downloaded 
it previously and have problems"
-               elog "with ${PV}+. If you can get the distfile from e.g. 
another computer of yours, or search"
-               use amd64 && MY_PKG="${MY_PKG/i386/amd64}"
-               elog "it with google: 
https://www.google.com/search?q=intitle:%22index+of%22+${MY_PKG}";
-               elog "and copy the file ${MY_PKG} to ${DISTDIR}."
-       else
-               einfo "This version is no longer available from Google."
-               einfo "Note that Gentoo cannot mirror the distfiles due to 
license reasons, so we have to follow the bump."
-               einfo "Please file a version bump bug on 
https://bugs.gentoo.org (search        existing bugs for ${PN} first!)."
-       fi
-}
-
-src_install() {
-       insinto "/${INSTALL_BASE}"
-       doins config.json product_logo* lang.*.qm
-
-       exeinto "/${INSTALL_BASE}"
-       chrpath -d MusicManager || die
-       doexe MusicManager google-musicmanager minidump_upload
-       #TODO unbundle this
-       doexe libaacdec.so libaudioenc.so.0 libmpgdec.so.0 libid3tag.so
-
-       dosym /"${INSTALL_BASE}"/google-musicmanager 
/opt/bin/google-musicmanager
-
-       local icon size
-       for icon in product_logo_*.png; do
-               size=${icon#product_logo_}
-               size=${size%.png}
-               newicon -s "${size}" "${icon}" ${PN}.png
-       done
-       domenu ${PN}.desktop
-}

diff --git 
a/media-sound/google-musicmanager/google-musicmanager-1.0.221.5230_beta.ebuild 
b/media-sound/google-musicmanager/google-musicmanager-1.0.221.5230_beta.ebuild
deleted file mode 100644
index 75911e316b3..00000000000
--- 
a/media-sound/google-musicmanager/google-musicmanager-1.0.221.5230_beta.ebuild
+++ /dev/null
@@ -1,80 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit eutils unpacker
-
-#https://dl.google.com/linux/musicmanager/deb/dists/stable/main/binary-i386/Packages
-MY_URL="https://dl.google.com/linux/musicmanager/deb/pool/main/${P:0:1}/${PN}-beta";
-MY_PKG="${PN}-beta_${PV/_beta}-r0_i386.deb"
-
-DESCRIPTION="An application for adding music to your Google Music library"
-HOMEPAGE="https://music.google.com";
-SRC_URI="x86? ( ${MY_URL}/${MY_PKG} )
-       amd64? ( ${MY_URL}/${MY_PKG/i386/amd64} )"
-
-LICENSE="Google-TOS Apache-2.0 MIT LGPL-2.1 gSOAP BSD FDL-1.2 MPL-1.1 openssl 
ZLIB libtiff"
-SLOT="0"
-KEYWORDS="-* ~amd64 ~x86"
-IUSE="log"
-
-OBSOLETE="yes"
-[[ $OBSOLETE = yes ]] && RESTRICT="fetch strip" || RESTRICT="strip mirror"
-
-RDEPEND="
-       dev-libs/expat
-       dev-qt/qtcore:4
-       dev-qt/qtgui:4
-       dev-qt/qtwebkit:4
-       media-libs/flac
-       media-libs/libvorbis
-       net-dns/libidn
-       sys-libs/glibc
-       log? ( dev-libs/log4cxx )
-       "
-
-DEPEND="app-arch/xz-utils
-       app-admin/chrpath"
-
-INSTALL_BASE="opt/google/musicmanager"
-
-QA_PREBUILT="${INSTALL_BASE}/.*"
-
-S="${WORKDIR}/${INSTALL_BASE}"
-
-pkg_nofetch() {
-       if [[ ${OBSOLETE} = yes ]]; then
-               elog "This version is no longer available from Google and the 
license prevents mirroring."
-               elog "This ebuild is intended for users who already downloaded 
it previously and have problems"
-               elog "with ${PV}+. If you can get the distfile from e.g. 
another computer of yours, or search"
-               use amd64 && MY_PKG="${MY_PKG/i386/amd64}"
-               elog "it with google: 
https://www.google.com/search?q=intitle:%22index+of%22+${MY_PKG}";
-               elog "and copy the file ${MY_PKG} to ${DISTDIR}."
-       else
-               einfo "This version is no longer available from Google."
-               einfo "Note that Gentoo cannot mirror the distfiles due to 
license reasons, so we have to follow the bump."
-               einfo "Please file a version bump bug on 
https://bugs.gentoo.org (search        existing bugs for ${PN} first!)."
-       fi
-}
-
-src_install() {
-       insinto "/${INSTALL_BASE}"
-       doins config.json product_logo* lang.*.qm
-
-       exeinto "/${INSTALL_BASE}"
-       chrpath -d MusicManager || die
-       doexe MusicManager google-musicmanager minidump_upload
-       #TODO unbundle this
-       doexe libaacdec.so libaudioenc.so.0 libmpgdec.so.0 libid3tag.so
-
-       dosym /"${INSTALL_BASE}"/google-musicmanager 
/opt/bin/google-musicmanager
-
-       local icon size
-       for icon in product_logo_*.png; do
-               size=${icon#product_logo_}
-               size=${size%.png}
-               newicon -s "${size}" "${icon}" ${PN}.png
-       done
-       domenu ${PN}.desktop
-}

diff --git 
a/media-sound/google-musicmanager/google-musicmanager-1.0.243.1116_beta.ebuild 
b/media-sound/google-musicmanager/google-musicmanager-1.0.243.1116_beta.ebuild
deleted file mode 100644
index 58d3736b625..00000000000
--- 
a/media-sound/google-musicmanager/google-musicmanager-1.0.243.1116_beta.ebuild
+++ /dev/null
@@ -1,80 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit eutils unpacker
-
-#https://dl.google.com/linux/musicmanager/deb/dists/stable/main/binary-i386/Packages
-MY_URL="https://dl.google.com/linux/musicmanager/deb/pool/main/${P:0:1}/${PN}-beta";
-MY_PKG="${PN}-beta_${PV/_beta}-r0_i386.deb"
-
-DESCRIPTION="An application for adding music to your Google Music library"
-HOMEPAGE="https://music.google.com";
-SRC_URI="x86? ( ${MY_URL}/${MY_PKG} )
-       amd64? ( ${MY_URL}/${MY_PKG/i386/amd64} )"
-
-LICENSE="Google-TOS Apache-2.0 MIT LGPL-2.1 gSOAP BSD FDL-1.2 MPL-1.1 openssl 
ZLIB libtiff"
-SLOT="0"
-KEYWORDS="-* ~amd64 ~x86"
-IUSE="log"
-
-OBSOLETE="no"
-[[ $OBSOLETE = yes ]] && RESTRICT="fetch strip" || RESTRICT="strip mirror"
-
-RDEPEND="
-       dev-libs/expat
-       dev-qt/qtcore:4
-       dev-qt/qtgui:4
-       dev-qt/qtwebkit:4
-       media-libs/flac
-       media-libs/libvorbis
-       net-dns/libidn
-       sys-libs/glibc
-       log? ( dev-libs/log4cxx )
-       "
-
-DEPEND="app-arch/xz-utils
-       app-admin/chrpath"
-
-INSTALL_BASE="opt/google/musicmanager"
-
-QA_PREBUILT="${INSTALL_BASE}/*"
-
-S="${WORKDIR}/${INSTALL_BASE}"
-
-pkg_nofetch() {
-       if [[ ${OBSOLETE} = yes ]]; then
-               elog "This version is no longer available from Google and the 
license prevents mirroring."
-               elog "This ebuild is intended for users who already downloaded 
it previously and have problems"
-               elog "with ${PV}+. If you can get the distfile from e.g. 
another computer of yours, or search"
-               use amd64 && MY_PKG="${MY_PKG/i386/amd64}"
-               elog "it with google: 
https://www.google.com/search?q=intitle:%22index+of%22+${MY_PKG}";
-               elog "and copy the file ${MY_PKG} to ${DISTDIR}."
-       else
-               einfo "This version is no longer available from Google."
-               einfo "Note that Gentoo cannot mirror the distfiles due to 
license reasons, so we have to follow the bump."
-               einfo "Please file a version bump bug on 
https://bugs.gentoo.org (search        existing bugs for ${PN} first!)."
-       fi
-}
-
-src_install() {
-       insinto "/${INSTALL_BASE}"
-       doins config.json product_logo* lang.*.qm
-
-       exeinto "/${INSTALL_BASE}"
-       chrpath -d MusicManager || die
-       doexe MusicManager google-musicmanager minidump_upload
-       #TODO unbundle this
-       doexe libaacdec.so libaudioenc.so.0 libmpgdec.so.0 libid3tag.so
-
-       dosym /"${INSTALL_BASE}"/google-musicmanager 
/opt/bin/google-musicmanager
-
-       local icon size
-       for icon in product_logo_*.png; do
-               size=${icon#product_logo_}
-               size=${size%.png}
-               newicon -s "${size}" "${icon}" ${PN}.png
-       done
-       domenu ${PN}.desktop
-}

diff --git a/media-sound/google-musicmanager/metadata.xml 
b/media-sound/google-musicmanager/metadata.xml
deleted file mode 100644
index 8b1c84134af..00000000000
--- a/media-sound/google-musicmanager/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-       <maintainer type="person">
-               <email>jungh...@gentoo.org</email>
-               <name>Christoph Junghans</name>
-       </maintainer>
-       <use>
-               <flag name="log">Enables advanced logging through 
<pkg>dev-libs/log4cxx</pkg></flag>
-       </use>
-</pkgmetadata>

diff --git a/net-voip/vidyodesktop/Manifest b/net-voip/vidyodesktop/Manifest
deleted file mode 100644
index 87645da2550..00000000000
--- a/net-voip/vidyodesktop/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-DIST VidyoDesktopInstaller-ubuntu-TAG_VD_3_6_3_017.deb 10024308 SHA256 
99dfdaf061cedda8cefa379c92e0f1147fb2f09ea2ba931846b413119f5dc12e SHA512 
dcf2e96c11fcf2fd99fb5d2c6315125ab6bbc6ddb41711d7f06a8b8e1f49646f99b6a60411784a0176c446c0c874922756c5f0f75b9fe30b11c16ca7b8a5d4c6
 WHIRLPOOL 
29357c2985a0e027fa6dc34a278a9ce1da99b73e7a2ec243b9cb09c3d3aa4821b064f805bf54fdd8457cc829e22c453170a3d20f5773576d1c11deb05fd78c7c
-DIST VidyoDesktopInstaller-ubuntu-TAG_VD_3_6_7_010.deb 10033570 SHA256 
fdb5c1c403c324e67efeffa6aa0eb7b73ef5c443b12394c468aa7ac6b5aa6b74 SHA512 
53676aae7715ca6eb60c9e4331209a4b192bf90664b1047edfa473c6a20943a5e87e0006e9e458ca36593530f1e96d10e6e2cc54f29ddd8eb10b898a3f68ed27
 WHIRLPOOL 
cf3b091c890972de6edfa3cd4b15843e0a57949ee509d4eba0871d826966e8895dbb8bbf9c3a1187bb4e9e34bd02e66b31190c7a813c605ada9e6b2256a9388a
-DIST VidyoDesktopInstaller-ubuntu64-TAG_VD_3_6_3_017.deb 10485826 SHA256 
9d2455dc29bfa7db5cf3ec535ffd2a8c86c5a71f78d7d89c40dbd744b2c15707 SHA512 
a70f9b5c23ff57ccacf205dee1f4c1741792fb047cf608c0457a825e187888dcfd2dd47c537763398f1fa0a8d344c1a197b9cfcb8696200a70a814f845c64b35
 WHIRLPOOL 
8f2992e294ddb2fc5196f53a8ff2f25fe31a5cc5ef902bec6142addd5f1aa9ce04923048ef12758e2d28b624f9107a942a5ebb118d21ec337b6a0b7fdbb732f0
-DIST VidyoDesktopInstaller-ubuntu64-TAG_VD_3_6_7_010.deb 10495754 SHA256 
752a6a1ee7d08362bde9c3c32801f13c48b78226b92879fe1afbcc3eac1ed3d1 SHA512 
eb2672443c45332198ea1361d8f6cd6a0e12fb83fa031a1896dd8784c2b1d01c099ede7e09c3de0c183db9688b1709337e7a5abcf3d172bb53caa20500fe6cad
 WHIRLPOOL 
08f3c3b2f30c46c36cfdc531bf734ee5403a4f972b9e70da75f1e8b9e4529178ec2a4591e517e3fae25dccd6313df12f31fb40d856f922c788ed18df139e3a90

diff --git a/net-voip/vidyodesktop/metadata.xml 
b/net-voip/vidyodesktop/metadata.xml
deleted file mode 100644
index 74415b2c807..00000000000
--- a/net-voip/vidyodesktop/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-<maintainer type="person">
-<email>prometheanf...@gentoo.org</email>
-<name>Matthew Thode</name>
-</maintainer>
-<longdescription lang="en">
-A client used to connect to a Vidyo server to facilitate face to face 
communications.
-</longdescription>
-</pkgmetadata>

diff --git a/net-voip/vidyodesktop/vidyodesktop-3.6.3.017.ebuild 
b/net-voip/vidyodesktop/vidyodesktop-3.6.3.017.ebuild
deleted file mode 100644
index 688d7811374..00000000000
--- a/net-voip/vidyodesktop/vidyodesktop-3.6.3.017.ebuild
+++ /dev/null
@@ -1,74 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit eutils versionator unpacker
-
-DESCRIPTION="Enterprise video conferencing platform"
-HOMEPAGE="http://www.vidyo.com/";
-SRC_URI="
-       amd64? ( 
https://demo.vidyo.com/upload/VidyoDesktopInstaller-ubuntu64-TAG_VD_$(replace_all_version_separators
 _).deb )
-       x86?   ( 
https://demo.vidyo.com/upload/VidyoDesktopInstaller-ubuntu-TAG_VD_$(replace_all_version_separators
 _).deb )
-"
-
-LICENSE="Vidyo-EULA"
-SLOT="0"
-RESTRICT="mirror strip"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-S="${WORKDIR}"
-
-QA_PREBUILT="
-       /opt/vidyo/VidyoDesktop/RenderCheck
-       /opt/vidyo/VidyoDesktop/VidyoDesktopInstallHelper
-       /opt/vidyo/VidyoDesktop/VidyoDesktop
-"
-
-DEPEND=""
-RDEPEND="
-       app-arch/bzip2
-       dev-libs/expat
-       dev-libs/glib
-       dev-libs/libffi
-       sys-apps/util-linux
-       sys-libs/glibc
-       sys-devel/gcc
-       media-libs/alsa-lib
-       media-libs/fontconfig
-       media-libs/freetype
-       media-libs/glu
-       media-libs/libpng
-       media-libs/mesa
-       net-dns/libidn
-       sys-libs/zlib
-       x11-libs/libdrm
-       x11-libs/libICE
-       x11-libs/libSM
-       x11-libs/libX11
-       x11-libs/libXau
-       x11-libs/libxcb
-       x11-libs/libXdamage
-       x11-libs/libXdmcp
-       x11-libs/libXext
-       x11-libs/libXfixes
-       x11-libs/libXrandr
-       x11-libs/libXrender
-       x11-libs/libXScrnSaver
-       x11-libs/libXv
-       x11-libs/libXxf86vm
-       dev-qt/qtcore:4
-       dev-qt/qtgui:4
-       dev-qt/qtwebkit:4
-"
-
-src_install() {
-       cp -a opt "${D}"
-       doicon usr/share/pixmaps/vidyo_icon.png
-       dodoc opt/vidyo/VidyoDesktop/license.txt
-       rm "${D}opt/vidyo/VidyoDesktop/license.txt"
-       exeinto /opt/bin
-       doexe usr/bin/VidyoDesktop
-       make_desktop_entry VidyoDesktop VidyoDesktop vidyo_icon 
'AudioVideo;Network;'
-}

diff --git a/net-voip/vidyodesktop/vidyodesktop-3.6.7.010.ebuild 
b/net-voip/vidyodesktop/vidyodesktop-3.6.7.010.ebuild
deleted file mode 100644
index 7c40aa7498f..00000000000
--- a/net-voip/vidyodesktop/vidyodesktop-3.6.7.010.ebuild
+++ /dev/null
@@ -1,74 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit eutils versionator unpacker
-
-DESCRIPTION="Enterprise video conferencing platform"
-HOMEPAGE="http://www.vidyo.com/";
-SRC_URI="
-       amd64? ( 
https://client-downloads.vidyoclouddev.com/VidyoDesktopInstaller-ubuntu64-TAG_VD_$(replace_all_version_separators
 _).deb )
-       x86?   ( 
https://client-downloads.vidyoclouddev.com/VidyoDesktopInstaller-ubuntu-TAG_VD_$(replace_all_version_separators
 _).deb )
-"
-
-LICENSE="Vidyo-EULA"
-SLOT="0"
-RESTRICT="mirror strip"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-S="${WORKDIR}"
-
-QA_PREBUILT="
-       /opt/vidyo/VidyoDesktop/RenderCheck
-       /opt/vidyo/VidyoDesktop/VidyoDesktopInstallHelper
-       /opt/vidyo/VidyoDesktop/VidyoDesktop
-"
-
-DEPEND=""
-RDEPEND="
-       app-arch/bzip2
-       dev-libs/expat
-       dev-libs/glib
-       dev-libs/libffi
-       sys-apps/util-linux
-       sys-libs/glibc
-       sys-devel/gcc
-       media-libs/alsa-lib
-       media-libs/fontconfig
-       media-libs/freetype
-       media-libs/glu
-       media-libs/libpng
-       media-libs/mesa
-       net-dns/libidn
-       sys-libs/zlib
-       x11-libs/libdrm
-       x11-libs/libICE
-       x11-libs/libSM
-       x11-libs/libX11
-       x11-libs/libXau
-       x11-libs/libxcb
-       x11-libs/libXdamage
-       x11-libs/libXdmcp
-       x11-libs/libXext
-       x11-libs/libXfixes
-       x11-libs/libXrandr
-       x11-libs/libXrender
-       x11-libs/libXScrnSaver
-       x11-libs/libXv
-       x11-libs/libXxf86vm
-       dev-qt/qtcore:4
-       dev-qt/qtgui:4
-       dev-qt/qtwebkit:4
-"
-
-src_install() {
-       cp -a opt "${ED}"
-       doicon usr/share/pixmaps/vidyo_icon.png
-       dodoc opt/vidyo/VidyoDesktop/license.txt
-       rm "${ED}opt/vidyo/VidyoDesktop/license.txt"
-       exeinto /opt/bin
-       doexe usr/bin/VidyoDesktop
-       make_desktop_entry VidyoDesktop VidyoDesktop vidyo_icon 
'AudioVideo;Network;'
-}

diff --git a/profiles/package.mask b/profiles/package.mask
index 9c351cb0e4e..ca2bfa8eb34 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -255,22 +255,6 @@ app-text/jmupdf
 # Masked for removal in 30 days.
 app-backup/obnam
 
-# Andreas Sturmlechner <ast...@gentoo.org> (30 Oct 2017)
-# Requires dead and vulnerable qtwebkit4.
-# Masked for removal in 30 days. Bug #620708
-media-sound/google-musicmanager
-
-# Andreas Sturmlechner <ast...@gentoo.org> (30 Oct 2017)
-# Requires dead and vulnerable qtwebkit4.
-# Masked for removal in 30 days. Bug #620742
-net-voip/vidyodesktop
-
-# Andreas Sturmlechner <ast...@gentoo.org> (29 Oct 2017)
-# Dead upstream, depends on dead kdelibs4/Qt4.
-# Use kde-plasma/plasma-vault or app-crypt/kencfs-plasma instead.
-# Masked for removal in 30 days.
-app-crypt/kencfs
-
 # Mike Gilbert <flop...@gentoo.org> (28 Oct 2017)
 # Tests segfault, bug 635732.
 # No updates upstream since 2013.

Reply via email to