commit:     122f33d3d416692e223663dca0fa3ffdc55205d0
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 18 18:47:33 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Jul 18 20:58:02 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=122f33d3

app-office/libreoffice: Drop USE vlc

Does not work, is not maintained.

Bug: https://bugs.gentoo.org/686958
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 app-office/libreoffice/libreoffice-6.2.9999.ebuild | 5 ++---
 app-office/libreoffice/libreoffice-9999.ebuild     | 5 ++---
 2 files changed, 4 insertions(+), 6 deletions(-)

diff --git a/app-office/libreoffice/libreoffice-6.2.9999.ebuild 
b/app-office/libreoffice/libreoffice-6.2.9999.ebuild
index 64438bc0c90..fc96b41d6be 100644
--- a/app-office/libreoffice/libreoffice-6.2.9999.ebuild
+++ b/app-office/libreoffice/libreoffice-6.2.9999.ebuild
@@ -63,7 +63,7 @@ unset ADDONS_SRC
 LO_EXTS="nlpsolver scripting-beanshell scripting-javascript wiki-publisher"
 
 IUSE="accessibility bluetooth +branding coinmp +cups dbus debug eds firebird
-googledrive gstreamer +gtk gtk2 kde ldap +mariadb odk pdfimport postgres test 
vlc
+googledrive gstreamer +gtk gtk2 kde ldap +mariadb odk pdfimport postgres test
 $(printf 'libreoffice_extensions_%s ' ${LO_EXTS})"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE}
@@ -234,7 +234,6 @@ RDEPEND="${COMMON_DEPEND}
        || ( x11-misc/xdg-utils kde-plasma/kde-cli-tools )
        java? ( >=virtual/jre-1.6 )
        kde? ( kde-frameworks/breeze-icons:* )
-       vlc? ( media-video/vlc )
 "
 if [[ ${MY_PV} != *9999* ]] && [[ ${PV} != *_* ]]; then
        PDEPEND="=app-office/libreoffice-l10n-$(ver_cut 1-2)*"
@@ -413,6 +412,7 @@ src_configure() {
                --disable-openssl
                --disable-pdfium
                --disable-report-builder
+               --disable-vlc
                --with-build-version="${gentoo_buildid}"
                --enable-extension-integration
                --with-external-dict-dir="${EPREFIX}/usr/share/myspell"
@@ -447,7 +447,6 @@ src_configure() {
                $(use_enable odk)
                $(use_enable pdfimport)
                $(use_enable postgres postgresql-sdbc)
-               $(use_enable vlc)
                $(use_with accessibility lxml)
                $(use_with coinmp system-coinmp)
                $(use_with googledrive gdrive-client-id 
${google_default_client_id})

diff --git a/app-office/libreoffice/libreoffice-9999.ebuild 
b/app-office/libreoffice/libreoffice-9999.ebuild
index 2a035a036e8..647dba7af7a 100644
--- a/app-office/libreoffice/libreoffice-9999.ebuild
+++ b/app-office/libreoffice/libreoffice-9999.ebuild
@@ -63,7 +63,7 @@ unset ADDONS_SRC
 LO_EXTS="nlpsolver scripting-beanshell scripting-javascript wiki-publisher"
 
 IUSE="accessibility bluetooth +branding coinmp +cups dbus debug eds firebird
-googledrive gstreamer +gtk gtk2 kde ldap +mariadb odk pdfimport postgres test 
vlc
+googledrive gstreamer +gtk gtk2 kde ldap +mariadb odk pdfimport postgres test
 $(printf 'libreoffice_extensions_%s ' ${LO_EXTS})"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE}
@@ -234,7 +234,6 @@ RDEPEND="${COMMON_DEPEND}
        || ( x11-misc/xdg-utils kde-plasma/kde-cli-tools )
        java? ( >=virtual/jre-1.6 )
        kde? ( kde-frameworks/breeze-icons:* )
-       vlc? ( media-video/vlc )
 "
 if [[ ${MY_PV} != *9999* ]] && [[ ${PV} != *_* ]]; then
        PDEPEND="=app-office/libreoffice-l10n-$(ver_cut 1-2)*"
@@ -411,6 +410,7 @@ src_configure() {
                --disable-openssl
                --disable-pdfium
                --disable-report-builder
+               --disable-vlc
                --with-build-version="${gentoo_buildid}"
                --enable-extension-integration
                --with-external-dict-dir="${EPREFIX}/usr/share/myspell"
@@ -445,7 +445,6 @@ src_configure() {
                $(use_enable odk)
                $(use_enable pdfimport)
                $(use_enable postgres postgresql-sdbc)
-               $(use_enable vlc)
                $(use_with accessibility lxml)
                $(use_with coinmp system-coinmp)
                $(use_with googledrive gdrive-client-id 
${google_default_client_id})

Reply via email to