diff options
author | James Le Cuirot <chewi@gentoo.org> | 2018-01-24 22:32:42 +0000 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2018-01-24 22:38:17 +0000 |
commit | 7d556c994943405dcad87edd881ff317575b08f9 (patch) | |
tree | 9a356e58625d57c6e2d86fa5ba1d5d2953458f33 /net-p2p/vuze | |
parent | net-p2p/vuze: Drop old 5.6.0.0 (diff) | |
download | gentoo-7d556c994943405dcad87edd881ff317575b08f9.tar.gz gentoo-7d556c994943405dcad87edd881ff317575b08f9.tar.bz2 gentoo-7d556c994943405dcad87edd881ff317575b08f9.zip |
net-p2p/vuze: Drop notice about dev-java/swt[webkit]
webkit-gtk:2 is vulnerable and unmaintained. I think the Vuze HD
Network is dead anyway.
Package-Manager: Portage-2.3.20, Repoman-2.3.6
Diffstat (limited to 'net-p2p/vuze')
-rw-r--r-- | net-p2p/vuze/vuze-4.8.1.2-r1.ebuild | 8 | ||||
-rw-r--r-- | net-p2p/vuze/vuze-5.7.2.0.ebuild | 10 |
2 files changed, 2 insertions, 16 deletions
diff --git a/net-p2p/vuze/vuze-4.8.1.2-r1.ebuild b/net-p2p/vuze/vuze-4.8.1.2-r1.ebuild index 0c35e7b02cd3..760aa1db034d 100644 --- a/net-p2p/vuze/vuze-4.8.1.2-r1.ebuild +++ b/net-p2p/vuze/vuze-4.8.1.2-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -129,12 +129,6 @@ pkg_postinst() { elog "Using this config file you can start the console UI." elog - if ! has_version dev-java/swt:3.7[webkit]; then - elog - elog "Your dev-java/swt:3.7 was built without webkit support. Features such as Vuze HD Network will not work." - elog "Rebuild swt with USE=webkit (needs net-libs/webkit-gtk:2) to use these features." - fi - fdo-mime_desktop_database_update } diff --git a/net-p2p/vuze/vuze-5.7.2.0.ebuild b/net-p2p/vuze/vuze-5.7.2.0.ebuild index 65d8f1b6371f..01f5c404a7cd 100644 --- a/net-p2p/vuze/vuze-5.7.2.0.ebuild +++ b/net-p2p/vuze/vuze-5.7.2.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -36,14 +36,6 @@ DEPEND="${RDEPEND} PDEPEND="~net-p2p/vuze-coreplugins-${PV}" -pkg_pretend() { - if ! has_version dev-java/swt:3.8[webkit]; then - echo - ewarn "dev-java/swt:3.8 was built without webkit support." - ewarn "Web features such as Vuze HD Network will be disabled." - fi -} - src_unpack() { mkdir -p "${S}" && cd "${S}" unpack ${A} |