app-office/libreoffice: Drop USE vlc
authorAndreas Sturmlechner <asturm@gentoo.org>
Thu, 18 Jul 2019 18:47:33 +0000 (20:47 +0200)
committerAndreas Sturmlechner <asturm@gentoo.org>
Thu, 18 Jul 2019 20:58:02 +0000 (22:58 +0200)
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@gentoo.org>
app-office/libreoffice/libreoffice-6.2.9999.ebuild
app-office/libreoffice/libreoffice-9999.ebuild

index 64438bc0c90ab3f911a761e6e6dadfc6b392de3e..fc96b41d6bee8d7c81a4b5b5bc68d4d2872c24d8 100644 (file)
@@ -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})
index 2a035a036e8b01335a88749d392caa5733378bae..647dba7af7a438577c8a3c6e8a0c85cd995fb358 100644 (file)
@@ -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})