diff --git a/Manifest.files.gz b/Manifest.files.gz index fa8f083e0200..a8ed210d1c0a 100644 Binary files a/Manifest.files.gz and b/Manifest.files.gz differ diff --git a/app-emacs/Manifest.gz b/app-emacs/Manifest.gz index 5d2c37dd61de..bcd7a6464957 100644 Binary files a/app-emacs/Manifest.gz and b/app-emacs/Manifest.gz differ diff --git a/app-emacs/evil/Manifest b/app-emacs/evil/Manifest index 7d4bc7aca163..6faeec26d4a4 100644 --- a/app-emacs/evil/Manifest +++ b/app-emacs/evil/Manifest @@ -1,2 +1 @@ DIST evil-1.14.0.tar.gz 410031 BLAKE2B 85613c3e69812ce9f34b23c57e9d3c86084332ef08b3a87a508db27db6cae3c255087b07bb94d2fa4614ec82f46856b75250d22dbae15cf5194740598975eced SHA512 9d45534ec3242f86cf39884647b495b0c7a4e06875ba7f4581f43b0f22216bd9deb9a09b39b3e5a25c004e5707ed24a275b8a59572bbcaea4ef37787320492f0 -DIST evil-1.2.14.tar.gz 544497 BLAKE2B 1230632dbcfc065a65aca673e87662c8c77c5ce93e2aeaefcd416e9c41971c08fa692c976a1635f504080de20d08357b7beb4efb65db8198dbdbb766459f7987 SHA512 300de4b4bc6924bef7ec4f58cb9c24b38e694e7c1c215bfc5e816523fc5887dee6ce333b322d7fe5c47497491d194ee7c7269fe36c692f8c4413a8e286b796b3 diff --git a/app-emacs/evil/evil-1.14.0.ebuild b/app-emacs/evil/evil-1.14.0.ebuild index 7bbcef190ae2..d0449cbc8999 100644 --- a/app-emacs/evil/evil-1.14.0.ebuild +++ b/app-emacs/evil/evil-1.14.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -18,6 +18,7 @@ RDEPEND=">=app-emacs/undo-tree-0.6.3" BDEPEND="${RDEPEND} sys-apps/texinfo" +PATCHES=( "${FILESDIR}"/${P}-emacs-28.patch ) ELISP_REMOVE="evil-pkg.el evil-tests.el evil-test-helpers.el" ELISP_TEXINFO="doc/build/texinfo/evil.texi" SITEFILE="50${PN}-gentoo.el" diff --git a/app-emacs/evil/evil-1.2.14.ebuild b/app-emacs/evil/evil-1.2.14.ebuild deleted file mode 100644 index 01082bccd41f..000000000000 --- a/app-emacs/evil/evil-1.2.14.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit elisp - -DESCRIPTION="Extensible vi layer for Emacs" -HOMEPAGE="https://github.com/emacs-evil/evil" -SRC_URI="https://github.com/emacs-evil/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-3+ FDL-1.3+" -SLOT="0" -KEYWORDS="amd64 x86" -RESTRICT="test" - -RDEPEND=">=app-emacs/undo-tree-0.6.3" -BDEPEND="${RDEPEND} - sys-apps/texinfo" - -ELISP_REMOVE="evil-pkg.el evil-tests.el evil-test-helpers.el" -ELISP_TEXINFO="doc/evil.texi" -SITEFILE="50${PN}-gentoo.el" -DOCS="CHANGES.org CONTRIBUTING.md README.md" diff --git a/app-emacs/evil/files/evil-1.14.0-emacs-28.patch b/app-emacs/evil/files/evil-1.14.0-emacs-28.patch new file mode 100644 index 000000000000..eb54a125232c --- /dev/null +++ b/app-emacs/evil/files/evil-1.14.0-emacs-28.patch @@ -0,0 +1,13 @@ +https://bugs.gentoo.org/836906 + +--- evil-1.2.14/evil-ex.el ++++ evil-1.2.14/evil-ex.el +@@ -592,7 +592,7 @@ + + (define-obsolete-function-alias + 'evil-ex-shell-command-completion-at-point +- 'comint-completion-at-point) ++ 'comint-completion-at-point "") + + (evil-ex-define-argument-type shell + "Shell argument type, supports completion." diff --git a/app-emacs/ledger-mode/Manifest b/app-emacs/ledger-mode/Manifest index 0e6f5cd230f2..ff587361ddb5 100644 --- a/app-emacs/ledger-mode/Manifest +++ b/app-emacs/ledger-mode/Manifest @@ -1,2 +1 @@ -DIST ledger-mode-3.1.1.tar.gz 55876 BLAKE2B 49dce2a58c278d3bca6ceba353766296609595609ce0976c8efdc6f17836ace4a0cc8676ab2de9522cafc036e97b2eaafe6fede1dd4d795201a676a2a519c761 SHA512 0d79e15f5a91eb361662761a3cc0a2d556584f3310e270b8a4db5648fea06022f74970faa5716e3726da902922eceabf4c8c5d281d02be66e8d785a4d7044d71 DIST ledger-mode-4.0.0.tar.gz 96248 BLAKE2B 776b63768a3251f5ee18b49ab90fd1fed8a33b7ef9169c1882f0b757889d6da81ae75936c417eb99efedb2bb90b85c8e4ef609970ca968f64775055b41a13875 SHA512 0ddc3c8652997a3ca0609f2e3ce53488e6317364e918ca29b8b42bfcf2992c4090d6fd894b3c361dc1032ea28cfa4ca8f522d1001ed95778bd1bba41dce0a0d1 diff --git a/app-emacs/ledger-mode/files/ledger-mode-4.0.0-emacs-28.patch b/app-emacs/ledger-mode/files/ledger-mode-4.0.0-emacs-28.patch new file mode 100644 index 000000000000..744aaaa7d438 --- /dev/null +++ b/app-emacs/ledger-mode/files/ledger-mode-4.0.0-emacs-28.patch @@ -0,0 +1,11 @@ +--- ledger-mode-4.0.0/ledger-report.el ++++ ledger-mode-4.0.0/ledger-report.el +@@ -584,7 +584,7 @@ + (set-window-configuration ledger-original-window-cfg) + (kill-buffer (get-buffer ledger-report-buffer-name))) + +-(define-obsolete-function-alias 'ledger-report-kill #'ledger-report-quit) ++(define-obsolete-function-alias 'ledger-report-kill #'ledger-report-quit "") + + (defun ledger-report-edit-reports () + "Edit the defined ledger reports." diff --git a/app-emacs/ledger-mode/ledger-mode-3.1.1.ebuild b/app-emacs/ledger-mode/ledger-mode-3.1.1.ebuild deleted file mode 100644 index 6453a3601379..000000000000 --- a/app-emacs/ledger-mode/ledger-mode-3.1.1.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit elisp - -DESCRIPTION="An Emacs major mode for editing ledger files" -HOMEPAGE="https://github.com/ledger/ledger-mode" -SRC_URI="https://github.com/ledger/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-2+ BSD" -SLOT="0" -KEYWORDS="amd64 x86" - -SITEFILE="50${PN}-gentoo.el" -ELISP_TEXINFO="doc/ledger-mode.texi" -BYTECOMPFLAGS+=" -l ledger-regex.el" - -RDEPEND="! + + + + + gnu-emacs@gentoo.org + Gentoo GNU Emacs project + + + https://github.com/integral-dw/org-superstar-mode/issues/ + integral-dw/org-superstar-mode + + diff --git a/app-emacs/org-superstar-mode/org-superstar-mode-1.5.0.ebuild b/app-emacs/org-superstar-mode/org-superstar-mode-1.5.0.ebuild new file mode 100644 index 000000000000..89f453b5e044 --- /dev/null +++ b/app-emacs/org-superstar-mode/org-superstar-mode-1.5.0.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +NEED_EMACS=26.1 + +inherit elisp + +DESCRIPTION="Prettify headings and plain lists in Org mode (use UTF8 bullets)" +HOMEPAGE="https://github.com/integral-dw/org-superstar-mode/" +SRC_URI="https://github.com/integral-dw/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-3+" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +DOCS=( DEMO.org README.org demos ) +SITEFILE="50${PN}-gentoo.el" + +src_test() { + emake EMACS="${EMACS}" EFLAGS="${EMACSFLAGS}" -C tests +} diff --git a/app-emacs/volume/files/volume-1.0-emacs-28.patch b/app-emacs/volume/files/volume-1.0-emacs-28.patch new file mode 100644 index 000000000000..8a26b0441ebf --- /dev/null +++ b/app-emacs/volume/files/volume-1.0-emacs-28.patch @@ -0,0 +1,40 @@ +https://bugs.gentoo.org/836904 + +--- a/volume.el ++++ b/volume.el +@@ -448,7 +448,7 @@ + + (when (fboundp 'define-obsolete-variable-alias) + (define-obsolete-variable-alias 'volume-amixer-control +- 'volume-amixer-default-channel)) ++ 'volume-amixer-default-channel "")) + + (defvar volume-amixer-current-channel volume-amixer-default-channel + "The name of the ALSA mixer channel to manipulate.") +@@ -562,7 +562,7 @@ + + (when (fboundp 'define-obsolete-function-alias) + (define-obsolete-function-alias 'volume-channel-name +- 'volume-channel-label)) ++ 'volume-channel-label "")) + + (defun volume-channels () + "Return the list of available channels." +@@ -775,7 +775,7 @@ + (volume-lower (* n 10))) + + (defalias 'volume-lower-more 'volume-lower-10) +-(make-obsolete 'volume-lower-more 'volume-lower-10) ++(make-obsolete 'volume-lower-more 'volume-lower-10 "") + + (defun volume-raise-10 (&optional n) + "Raise the volume by 10 N percentage units." +@@ -783,7 +783,7 @@ + (volume-raise (* n 10))) + + (defalias 'volume-raise-more 'volume-raise-10) +-(make-obsolete 'volume-raise-more 'volume-raise-10) ++(make-obsolete 'volume-raise-more 'volume-raise-10 "") + + (defun volume-lower-50 (&optional n) + "Lower the volume by 50 N percentage units." diff --git a/app-emacs/volume/metadata.xml b/app-emacs/volume/metadata.xml index 978a4ffa187c..9241744bc512 100644 --- a/app-emacs/volume/metadata.xml +++ b/app-emacs/volume/metadata.xml @@ -7,6 +7,6 @@ - dbrock/volume-el + dbrock/volume.el diff --git a/app-emacs/volume/volume-1.0-r1.ebuild b/app-emacs/volume/volume-1.0-r1.ebuild index 130913594d03..3bb752070488 100644 --- a/app-emacs/volume/volume-1.0-r1.ebuild +++ b/app-emacs/volume/volume-1.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -6,7 +6,7 @@ EAPI=7 inherit elisp DESCRIPTION="Tweak your sound card volume from Emacs" -HOMEPAGE="https://github.com/dbrock/volume-el" +HOMEPAGE="https://github.com/dbrock/volume.el" SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.el.bz2" LICENSE="GPL-2+" @@ -18,5 +18,8 @@ KEYWORDS="amd64 ppc sparc x86" # RDEPEND="|| ( media-sound/aumixer media-sound/alsa-utils )" -ELISP_PATCHES="${P}-mode-line.patch" +PATCHES=( + "${FILESDIR}"/${P}-mode-line.patch + "${FILESDIR}"/${P}-emacs-28.patch +) SITEFILE="50${PN}-gentoo.el" diff --git a/app-misc/Manifest.gz b/app-misc/Manifest.gz index db7e2802653c..80b1904da05e 100644 Binary files a/app-misc/Manifest.gz and b/app-misc/Manifest.gz differ diff --git a/app-misc/qcma/qcma-0.4.1-r1.ebuild b/app-misc/qcma/qcma-0.4.1-r2.ebuild similarity index 69% rename from app-misc/qcma/qcma-0.4.1-r1.ebuild rename to app-misc/qcma/qcma-0.4.1-r2.ebuild index ea81a432ca9f..011ad13717ee 100644 --- a/app-misc/qcma/qcma-0.4.1-r1.ebuild +++ b/app-misc/qcma/qcma-0.4.1-r2.ebuild @@ -22,12 +22,12 @@ DEPEND=" dev-qt/qtsql:5 dev-qt/qtwidgets:5 media-libs/vitamtp:0 - ffmpeg? ( media-video/ffmpeg:0 ) + ffmpeg? ( media-video/ffmpeg:= ) x11-libs/libnotify:0 " RDEPEND="${DEPEND}" BDEPEND=" - dev-qt/linguist-tools + dev-qt/linguist-tools:5 " src_prepare() { @@ -40,6 +40,14 @@ src_prepare() { } src_configure() { - lrelease common/resources/translations/*.ts - eqmake5 PREFIX="${D}"/usr qcma.pro CONFIG+="QT5_SUFFIX" $(usex ffmpeg "" CONFIG+="DISABLE_FFMPEG") + $(qt5_get_bindir)/lrelease common/resources/translations/*.ts || die + eqmake5 PREFIX="${EPREFIX}"/usr qcma.pro CONFIG+="QT5_SUFFIX" $(usex ffmpeg "" CONFIG+="DISABLE_FFMPEG") +} + +src_install() { + emake DESTDIR="${D}" INSTALL_ROOT="${ED}" install + einstalldocs + + insinto /usr/share/${PN}/translations + doins common/resources/translations/${PN}_*.qm } diff --git a/app-misc/qcma/qcma-0.4.1.ebuild b/app-misc/qcma/qcma-0.4.1.ebuild deleted file mode 100644 index f86fb4692e5c..000000000000 --- a/app-misc/qcma/qcma-0.4.1.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit qmake-utils - -DESCRIPTION="Cross-platform content manager assistant for the PS Vita" -HOMEPAGE="https://github.com/codestation/qcma" -SRC_URI="https://github.com/codestation/qcma/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~x86" -IUSE="+ffmpeg" - -DEPEND=" - dev-libs/glib:2 - dev-qt/qtcore:5 - dev-qt/qtgui:5 - dev-qt/qtnetwork:5 - dev-qt/qtsql:5 - dev-qt/qtwidgets:5 - media-libs/vitamtp:0 - ffmpeg? ( media-video/ffmpeg:0 ) - x11-libs/libnotify:0 -" -RDEPEND="${DEPEND}" -BDEPEND=" - dev-qt/linguist-tools -" - -src_prepare() { - # http://ffmpeg.org/pipermail/ffmpeg-devel/2018-February/225051.html - sed -r \ - -e '/av_register_all/d' \ - -i "${S}"/common/avdecoder.h || die "Failed to fix ffmpeg stuff" - rm ChangeLog || die "Failed to rm changelog" # Triggers QA warn (symlink to nowhere) - default -} - -src_configure() { - lrelease common/resources/translations/*.ts - eqmake5 PREFIX="${D}"/usr qcma.pro CONFIG+="QT5_SUFFIX" $(usex ffmpeg "" CONFIG+="DISABLE_FFMPEG") -} diff --git a/app-misc/qcma/qcma-0.4.2_pre20181227-r1.ebuild b/app-misc/qcma/qcma-0.4.2_pre20181227-r2.ebuild similarity index 70% rename from app-misc/qcma/qcma-0.4.2_pre20181227-r1.ebuild rename to app-misc/qcma/qcma-0.4.2_pre20181227-r2.ebuild index 5883caf3eddf..d294019b2044 100644 --- a/app-misc/qcma/qcma-0.4.2_pre20181227-r1.ebuild +++ b/app-misc/qcma/qcma-0.4.2_pre20181227-r2.ebuild @@ -24,12 +24,12 @@ DEPEND=" dev-qt/qtsql:5 dev-qt/qtwidgets:5 media-libs/vitamtp:0 - ffmpeg? ( media-video/ffmpeg:0 ) + ffmpeg? ( media-video/ffmpeg:= ) x11-libs/libnotify:0 " RDEPEND="${DEPEND}" BDEPEND=" - dev-qt/linguist-tools + dev-qt/linguist-tools:5 " src_prepare() { @@ -42,6 +42,14 @@ src_prepare() { } src_configure() { - lrelease common/resources/translations/*.ts - eqmake5 PREFIX="${D}"/usr qcma.pro CONFIG+="QT5_SUFFIX" $(usex ffmpeg "" CONFIG+="DISABLE_FFMPEG") + $(qt5_get_bindir)/lrelease common/resources/translations/*.ts || die + eqmake5 PREFIX="${EPREFIX}"/usr qcma.pro CONFIG+="QT5_SUFFIX" $(usex ffmpeg "" CONFIG+="DISABLE_FFMPEG") +} + +src_install() { + emake DESTDIR="${D}" INSTALL_ROOT="${ED}" install + einstalldocs + + insinto /usr/share/${PN}/translations + doins common/resources/translations/${PN}_*.qm } diff --git a/app-misc/qcma/qcma-0.4.2_pre20181227.ebuild b/app-misc/qcma/qcma-0.4.2_pre20181227.ebuild deleted file mode 100644 index 0341d187842a..000000000000 --- a/app-misc/qcma/qcma-0.4.2_pre20181227.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit qmake-utils vcs-snapshot - -GIT_COMMIT="65f0eab8ca0640447d2e84cdc5fadc66d2c07efb" - -DESCRIPTION="Cross-platform content manager assistant for the PS Vita" -HOMEPAGE="https://github.com/codestation/qcma" -SRC_URI="https://github.com/codestation/qcma/archive/${GIT_COMMIT}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~x86" -IUSE="+ffmpeg" - -DEPEND=" - dev-libs/glib:2 - dev-qt/qtcore:5 - dev-qt/qtgui:5 - dev-qt/qtnetwork:5 - dev-qt/qtsql:5 - dev-qt/qtwidgets:5 - media-libs/vitamtp:0 - ffmpeg? ( media-video/ffmpeg:0 ) - x11-libs/libnotify:0 -" -RDEPEND="${DEPEND}" -BDEPEND=" - dev-qt/linguist-tools -" - -src_prepare() { - # http://ffmpeg.org/pipermail/ffmpeg-devel/2018-February/225051.html - sed -r \ - -e '/av_register_all/d' \ - -i "${S}"/common/avdecoder.h || die "Failed to fix ffmpeg stuff" - rm ChangeLog || die "Failed to rm changelog" # Triggers QA warn (symlink to nowhere) - default -} - -src_configure() { - lrelease common/resources/translations/*.ts - eqmake5 PREFIX="${D}"/usr qcma.pro CONFIG+="QT5_SUFFIX" $(usex ffmpeg "" CONFIG+="DISABLE_FFMPEG") -} diff --git a/app-misc/qcma/qcma-9999.ebuild b/app-misc/qcma/qcma-9999.ebuild index 8522119a39a7..7b9f7476760f 100644 --- a/app-misc/qcma/qcma-9999.ebuild +++ b/app-misc/qcma/qcma-9999.ebuild @@ -22,12 +22,12 @@ DEPEND=" dev-qt/qtsql:5 dev-qt/qtwidgets:5 media-libs/vitamtp:0 - ffmpeg? ( media-video/ffmpeg:0 ) + ffmpeg? ( media-video/ffmpeg:= ) x11-libs/libnotify:0 " RDEPEND="${DEPEND}" BDEPEND=" - dev-qt/linguist-tools + dev-qt/linguist-tools:5 " src_prepare() { @@ -40,6 +40,14 @@ src_prepare() { } src_configure() { - lrelease common/resources/translations/*.ts - eqmake5 PREFIX="${D}"/usr qcma.pro CONFIG+="QT5_SUFFIX" $(usex ffmpeg "" CONFIG+="DISABLE_FFMPEG") + $(qt5_get_bindir)/lrelease common/resources/translations/*.ts || die + eqmake5 PREFIX="${EPREFIX}"/usr qcma.pro CONFIG+="QT5_SUFFIX" $(usex ffmpeg "" CONFIG+="DISABLE_FFMPEG") +} + +src_install() { + emake DESTDIR="${D}" INSTALL_ROOT="${ED}" install + einstalldocs + + insinto /usr/share/${PN}/translations + doins common/resources/translations/${PN}_*.qm } diff --git a/app-text/Manifest.gz b/app-text/Manifest.gz index 3b64be8a488d..597fd7bb392f 100644 Binary files a/app-text/Manifest.gz and b/app-text/Manifest.gz differ diff --git a/app-text/coolreader/metadata.xml b/app-text/coolreader/metadata.xml index d51eccb7c80f..5db08561fc93 100644 --- a/app-text/coolreader/metadata.xml +++ b/app-text/coolreader/metadata.xml @@ -12,6 +12,6 @@ Use x11-libs/wxGTK instead of Qt5 - crengine + buggins/coolreader diff --git a/dev-python/Manifest.gz b/dev-python/Manifest.gz index 5302a75c8bbe..b45854d8cd55 100644 Binary files a/dev-python/Manifest.gz and b/dev-python/Manifest.gz differ diff --git a/dev-python/autopep8/Manifest b/dev-python/autopep8/Manifest index 203514e99e97..effc4d3fa392 100644 --- a/dev-python/autopep8/Manifest +++ b/dev-python/autopep8/Manifest @@ -1,2 +1 @@ -DIST autopep8-1.5.7.tar.gz 121537 BLAKE2B 06f107cab210258fe71b8e912312520797122fd38e3e67fa0d6cf640806690e1255fec63c74c11ec39952a4a50964a3f622ca1166d29299c4f7a7031a1013202 SHA512 b8fb8b63400e74ea978f576cb47c99b0a4bb15a5d1cfeb6ffc25d2ecdad301762f99ddff5c75af3900b3560797d9289a15bbb87ddcf74077d39bde0abadd4da7 DIST autopep8-1.6.0.tar.gz 122165 BLAKE2B 606ccf7ab51b52db95287384f9b19fd0f72da9e8fb4537bf395651622a95f88d782679550e61816d60dd3faa2fa096c979575d60cbd95476fa1cd7cf2c4f4180 SHA512 f4ffd564ceb48ff1f37d0a051aa8fefc60595a68709045c13561d8ab73de48dce99cc12acf40559e587ba4f6fddd4727dd2b40691ce43c991d60dda2c8b0d617 diff --git a/dev-python/autopep8/autopep8-1.5.7.ebuild b/dev-python/autopep8/autopep8-1.5.7.ebuild deleted file mode 100644 index e6d7e406100a..000000000000 --- a/dev-python/autopep8/autopep8-1.5.7.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{7..10} pypy3 ) -PYTHON_REQ_USE="threads(+)" - -inherit distutils-r1 - -DESCRIPTION="Automatically formats Python code to conform to the PEP 8 style guide" -HOMEPAGE="https://github.com/hhatto/autopep8 https://pypi.org/project/autopep8/" -if [[ ${PV} == *9999* ]]; then - EGIT_REPO_URI="https://github.com/hhatto/${PN}.git" - inherit git-r3 -else - SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - KEYWORDS="~alpha amd64 ~arm64 ~ia64 ppc sparc x86 ~amd64-linux ~x86-linux" -fi - -LICENSE="MIT" -SLOT="0" - -RDEPEND=" - >=dev-python/pycodestyle-2.7.0[${PYTHON_USEDEP}] - dev-python/toml[${PYTHON_USEDEP}]" - -distutils_enable_tests setup.py diff --git a/dev-python/chameleon/Manifest b/dev-python/chameleon/Manifest index c2631240c51b..07573ec9b4b2 100644 --- a/dev-python/chameleon/Manifest +++ b/dev-python/chameleon/Manifest @@ -1 +1,2 @@ +DIST chameleon-3.10.0.gh.tar.gz 136996 BLAKE2B a622fa4d972dc0bea9532f0815b586e17d56fc4da94bad37f83fb29d2a94442da2a7d1ebd00fdfb0a877fcf9a2d269c2c3780ec9cf96ad772952b096a1ca1db2 SHA512 de59a4f1d0243beae91008f93741e9565831ea3b07c3f39e20e15ecc7220711a78bf475844fcaa9dc25f2376b0e937779ca28bd58f7c9b95fa2cf35cc7212117 DIST chameleon-3.9.1.gh.tar.gz 136555 BLAKE2B 277df179cd26f1edc6513bc6a80d6f7a7f9f95b1562efa23f454d7055ffbeaf59d7a726bfe8969505b0839138c7f97fdb810754bb0342060a79b23abecb3ad36 SHA512 53b0aeeef89df7cacc299dad20e05023c638e708604876ce5269f22bab00e5001b640123920aef0ef9a0f554bbd37d151bedfdfe55ec161defe6b6f3781d841e diff --git a/dev-python/chameleon/chameleon-3.10.0.ebuild b/dev-python/chameleon/chameleon-3.10.0.ebuild new file mode 100644 index 000000000000..1d224f95ca79 --- /dev/null +++ b/dev-python/chameleon/chameleon-3.10.0.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{8..10} pypy3 ) + +inherit distutils-r1 + +DESCRIPTION="Fast HTML/XML template compiler for Python" +HOMEPAGE=" + https://github.com/malthe/chameleon/ + https://pypi.org/project/Chameleon/ +" +SRC_URI=" + https://github.com/malthe/chameleon/archive/${PV}.tar.gz + -> ${P}.gh.tar.gz +" + +LICENSE="repoze" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +distutils_enable_tests unittest + +src_test() { + cd src || die + distutils-r1_src_test +} diff --git a/dev-python/editables/Manifest b/dev-python/editables/Manifest new file mode 100644 index 000000000000..638b7f405e29 --- /dev/null +++ b/dev-python/editables/Manifest @@ -0,0 +1 @@ +DIST editables-0.2.gh.tar.gz 6488 BLAKE2B 02c3e0c352effa902306f5c5a7b6b96cae74c8d8f620dabb3fa4df2568c5d730ecf3a078bfdab8ef87bfa29cb95b24563587de361337a8617fa0776b890b35d2 SHA512 39adc72f9710c28853ffebc9c0757f779e948bed7fc32f78bf52bc26ef4a6a5b351bf011bbf9353fc68e6ef2506481927c3558f8fd6650d61ac7a09591566b74 diff --git a/dev-python/editables/editables-0.2.ebuild b/dev-python/editables/editables-0.2.ebuild new file mode 100644 index 000000000000..ce912db63c45 --- /dev/null +++ b/dev-python/editables/editables-0.2.ebuild @@ -0,0 +1,25 @@ +# Copyright 2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( pypy3 python3_{8..10} ) + +inherit distutils-r1 + +DESCRIPTION="A Python library for creating 'editable wheels'" +HOMEPAGE=" + https://pypi.org/project/editables/ + https://github.com/pfmoore/editables/ +" +SRC_URI=" + https://github.com/mgorny/editables/archive/v${PV}.tar.gz + -> ${P}.gh.tar.gz +" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" + +distutils_enable_tests pytest diff --git a/dev-python/editables/metadata.xml b/dev-python/editables/metadata.xml new file mode 100644 index 000000000000..e973093a20df --- /dev/null +++ b/dev-python/editables/metadata.xml @@ -0,0 +1,11 @@ + + + + + python@gentoo.org + + + pfmoore/editables + editables + + diff --git a/dev-python/eradicate/Manifest b/dev-python/eradicate/Manifest index b5574785b132..83c173a3975f 100644 --- a/dev-python/eradicate/Manifest +++ b/dev-python/eradicate/Manifest @@ -1 +1,2 @@ DIST eradicate-2.0.0.tar.gz 8390 BLAKE2B 22dced2414622138655be80d1c10b746519d313959c7620cb54c4dc27247b0c29b7607c54934fe1dc379bec2cb729213b7ffb1d27f3f7f9b9a9d186aa9402674 SHA512 947a3890ccb1dbb52e73b37e632ae5ba1eff732d9d0b0dc127fa8dc908412e864fcda3203274d5eb1645b22f6e97a90ebb13cd4363a2360d6591475d909bdb96 +DIST eradicate-2.1.0.tar.gz 8706 BLAKE2B 5b5cab1c465c8295157bec1e8e39f0e33dbe31957da01ec44bbabf54a2b19c519a35cd7d2b92217d5395ce7397b3ae70175766a83b66d05e723fc5b5a019eb40 SHA512 a9b06745bceff909a1bbe34348b8e4c17d7f1e0ab3b554206633f350725c34a9b7238b3af6a40516081bc06aa86cdd593b27b90efa083ac024b0226f7cfc4df3 diff --git a/dev-python/eradicate/eradicate-2.1.0.ebuild b/dev-python/eradicate/eradicate-2.1.0.ebuild new file mode 100644 index 000000000000..3d56e702338b --- /dev/null +++ b/dev-python/eradicate/eradicate-2.1.0.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( pypy3 python3_{8..10} ) + +inherit distutils-r1 + +DESCRIPTION="Removes commented-out code from Python files" +HOMEPAGE="https://github.com/myint/eradicate" +# TODO: revert to PyPI tarball once it includes tests +# https://github.com/myint/eradicate/pull/28 +SRC_URI="https://github.com/myint/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" + +distutils_enable_tests unittest diff --git a/dev-python/pivy/pivy-0.6.6-r1.ebuild b/dev-python/pivy/pivy-0.6.6-r1.ebuild index be384a054672..50ca56ff2739 100644 --- a/dev-python/pivy/pivy-0.6.6-r1.ebuild +++ b/dev-python/pivy/pivy-0.6.6-r1.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8..9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1 diff --git a/dev-python/rpyc/Manifest b/dev-python/rpyc/Manifest index 5f6d96f50968..53b06ac7aae5 100644 --- a/dev-python/rpyc/Manifest +++ b/dev-python/rpyc/Manifest @@ -1 +1,2 @@ DIST rpyc-5.0.1.tar.gz 1258657 BLAKE2B 84d0bee67004928c26a1765a26267e3e8eb5dc09a8fd53c1d75ca691cf313a7563398626b7e89a8893415294721623206204784da01444708edb56aec8101719 SHA512 57b0d6b2dba33c7f6c9d204b4deae8ab08ed56e5799aa2c7ae4bcb8ab98486055090e3079d8b0d615fcd517111a6e02893dff85607aaca5497ae76429abe3148 +DIST rpyc-5.1.0.tar.gz 1260651 BLAKE2B 4be17e5de4b0475cd63b99bf20e55e3221149f974b9efec638e0387d71815a5a2e4ea782578152690e019e7b8a4ece17405eed6626578a9c9e379d0f4b589008 SHA512 e9783392f423abca6b488dff5be36dae066980004bd221ca5a1c451f0f9dc7e1daf749650106802f9159de619a8d5e2cd6dc90e9a5f49d16f01bbedd59b504cf diff --git a/dev-python/rpyc/rpyc-5.1.0.ebuild b/dev-python/rpyc/rpyc-5.1.0.ebuild new file mode 100644 index 000000000000..9e44ad9daed5 --- /dev/null +++ b/dev-python/rpyc/rpyc-5.1.0.ebuild @@ -0,0 +1,60 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +PYTHON_COMPAT=( python3_{8..10} ) + +inherit distutils-r1 + +DESCRIPTION="Remote Python Call (RPyC), a transparent and symmetric RPC library" +HOMEPAGE="https://rpyc.readthedocs.io/en/latest/ + https://pypi.org/project/rpyc/ + https://github.com/tomerfiliba-org/rpyc" +SRC_URI="https://github.com/tomerfiliba-org/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +# USE flags gdb, numpy are used *only* to run tests depending on these packages +IUSE="test numpy gdb" +RESTRICT="!test? ( test )" +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] + numpy? ( dev-python/numpy[${PYTHON_USEDEP}] dev-python/pandas[${PYTHON_USEDEP}] ) + gdb? ( sys-devel/gdb )" + +RDEPEND="dev-python/plumbum[${PYTHON_USEDEP}] + dev-python/gevent[${PYTHON_USEDEP}]" + +src_prepare() { + default + + # Windows specific test + rm tests/test_win32pipes.py || die "rm tests/test_win32pipes.py failed" + + # These tests require running sshd + rm tests/test_ssh.py tests/test_deploy.py || die "rm test_ssh.py test_deploy.py failed" + + # This test requires internet access + rm tests/test_registry.py || die "rm test_registry.py failed" + + # This test fails with NO_CIPHERS_AVAILABLE + rm tests/test_ssl.py || die "rm test_ssl.py failed" + + if ! use numpy + then rm tests/test_service_pickle.py || die "rm test_service_pickle.py failed" + fi + + if ! use gdb + then rm tests/test_gdb.py || die "rm test_gdb.py failed" + fi +} + +python_test() { + # for some reason, when tests are run via pytest or nose, some of them hung + pushd tests > /dev/null || die "pushd tests failed" + for x in test_*.py + do ${PYTHON} ${x} || die "${x} failed" + done + popd > /dev/null +} diff --git a/dev-python/sqlalchemy/Manifest b/dev-python/sqlalchemy/Manifest index a8231818fc7b..dbee9b2d4c8c 100644 --- a/dev-python/sqlalchemy/Manifest +++ b/dev-python/sqlalchemy/Manifest @@ -2,3 +2,4 @@ DIST SQLAlchemy-1.3.24.tar.gz 6353598 BLAKE2B 6eb92b20fa3412a1f1398e18e902e33383 DIST SQLAlchemy-1.4.31.tar.gz 7999646 BLAKE2B 4c394aaa4bc5636cc90f06017466c227b5e16fc54c3a9a42b18cc13906640e4710146325e870598f8905074bf6dad42ea524febc029b1dd5f063e978ebc9a442 SHA512 e54261fcf992845b2e6be47d23f530aec28c7517e6741b1b6a101b9888d3dc3162c1eeab0acc1edb33f56f1360bae3cdccdbcbff0e1e88e477c93d0cd910c17c DIST SQLAlchemy-1.4.32.tar.gz 8077546 BLAKE2B 8eb0b617cdc147da21722f3e9b7c9c0659c9bc02f0530c724a7c8afafa9ea018c0558b58baa0387d84627115d474e87996fe8c7768ac53d55a0c817bc8f167b7 SHA512 e9bc125cb531182c97c9588bc7b87028ec334efe63d81d0bee0e7f74b0ce88ac183236298a05cdac42f3a0241b543528bf6f225d199e4bf6d8199caca63581bd DIST SQLAlchemy-1.4.34.tar.gz 8133799 BLAKE2B ec8b14bf4df2d9188805bf49aac394d5944e234099bcb9f20cbbb4114c757bee5933d1fd7025e6eda01bf7be6603cae83ff751928783134031ddf1ccf5d36da7 SHA512 c3158dc2c52dd865d98b84ce4cf0adde38300504d5f5ff61f953927baf8f2264d53255f6e83e2ce2f720529f1e8b3e57e684d56a57fd6a0881bd4f1ba10b373f +DIST SQLAlchemy-1.4.35.tar.gz 8136388 BLAKE2B 01a47eab8e11daef133a218a7ef13fa149fb4616b531c3c6d227cc26e3264c259f42770b72335a9fbda5e66ae1ce242fcbe676a528ca1af896d990a84a1f1a57 SHA512 195ab35934bca36e7c4c2127f153eff31775f7f150163912f79143efae63911eded67d8645e08ede2c533c675d18c3c5796235e0c0f6d1e6ebb97664ac13f171 diff --git a/dev-python/sqlalchemy/sqlalchemy-1.4.35.ebuild b/dev-python/sqlalchemy/sqlalchemy-1.4.35.ebuild new file mode 100644 index 000000000000..00bf1bc4a0bc --- /dev/null +++ b/dev-python/sqlalchemy/sqlalchemy-1.4.35.ebuild @@ -0,0 +1,83 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( pypy3 python3_{8..10} ) +PYTHON_REQ_USE="sqlite?" + +inherit distutils-r1 optfeature + +MY_PN="SQLAlchemy" +MY_P="${MY_PN}-${PV/_beta/b}" + +DESCRIPTION="Python SQL toolkit and Object Relational Mapper" +HOMEPAGE=" + https://www.sqlalchemy.org/ + https://pypi.org/project/SQLAlchemy/ + https://github.com/sqlalchemy/sqlalchemy/ +" +SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz" +S="${WORKDIR}/${MY_P}" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" +IUSE="examples +sqlite test" + +BDEPEND=" + test? ( + $(python_gen_impl_dep sqlite) + ) +" + +distutils_enable_tests pytest + +EPYTEST_IGNORE=( + # hardcode call counts specific to Python versions + test/aaa_profiling +) + +src_prepare() { + sed -i -e '/greenlet/d' setup.cfg || die + distutils-r1_src_prepare +} + +python_test() { + local EPYTEST_DESELECT=() + [[ ${EPYTHON} == pypy3 ]] && EPYTEST_DESELECT+=( + test/ext/test_associationproxy.py::ProxyHybridTest::test_msg_fails_on_cls_access + ) + + # upstream's test suite is horribly hacky; it relies on disabling + # the warnings plugin and turning warnings into errors; this also + # means that any DeprecationWarnings from third-party plugins cause + # everything to explode + local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1 + local -x PYTEST_PLUGINS= + # upstream automagically depends on xdist when it is importable + if has_version "dev-python/pytest-xdist[${PYTHON_USEDEP}]"; then + PYTEST_PLUGINS+=xdist.plugin + fi + epytest +} + +python_install_all() { + if use examples; then + docompress -x "/usr/share/doc/${PF}/examples" + dodoc -r examples + fi + + distutils-r1_python_install_all +} + +pkg_postinst() { + optfeature "asyncio support" dev-python/greenlet + optfeature "MySQL support" \ + dev-python/mysqlclient \ + dev-python/pymysql \ + dev-python/mysql-connector-python + optfeature "mssql support" dev-python/pymssql + optfeature "postgresql support" dev-python/psycopg:2 +} diff --git a/dev-ruby/Manifest.gz b/dev-ruby/Manifest.gz index 0116dd4b6f88..dd879aaa5630 100644 Binary files a/dev-ruby/Manifest.gz and b/dev-ruby/Manifest.gz differ diff --git a/dev-ruby/fuubar/fuubar-2.5.1.ebuild b/dev-ruby/fuubar/fuubar-2.5.1.ebuild index 59cf9b5e01bb..f40745c62fef 100644 --- a/dev-ruby/fuubar/fuubar-2.5.1.ebuild +++ b/dev-ruby/fuubar/fuubar-2.5.1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -USE_RUBY="ruby25 ruby26 ruby27" +USE_RUBY="ruby26 ruby27 ruby30" RUBY_FAKEGEM_RECIPE_TEST="rspec3" diff --git a/dev-ruby/ox/Manifest b/dev-ruby/ox/Manifest index 9da24f8367c0..f1f84e6b9544 100644 --- a/dev-ruby/ox/Manifest +++ b/dev-ruby/ox/Manifest @@ -1,4 +1,4 @@ DIST ox-2.14.10.tar.gz 218705 BLAKE2B fc70af78d26655ec8dad64a180139446985590d57901f339b73de8c92142e0a695b23e09ac6eacb82f435b85b1a19bd700d7bdb4d2a3d220252233917a25ced9 SHA512 57a29c7dfc9990c91ce10a9f44afb2c1049b8d9a68e9c50b46cec4aa6dd7e20afc295853e55cb61eaf4054ed476350d43a8d9569a660663600e10adc819bbd51 -DIST ox-2.14.4.tar.gz 209459 BLAKE2B e5e029ac5050cd44d0b80c313afb7415495203562bd08b34d4028310e853654b287920531f59f11c149715145e5aa44d3a9b1b2c8eb1c13a1095dc78a5fab95a SHA512 885aee65ae4a833dc9fc1847201f1d922e0d615831674abaa2d8169a22913202e49d677ce792bfe2d71cc9990d5a7652684f0d55606daf5f4a538d24078b4496 +DIST ox-2.14.11.tar.gz 218731 BLAKE2B ca342a0cf87e9e80048511c82ade7d24fe8e59fc1efd96d24f50f5694a82527d3cbc37a762cd619ce5febd00323ccf566ffacd413a38e4516900c79e55a8cdd1 SHA512 9f34237fae1aa4c7c77e9dd01eda07fc5134e1fd5d0ca48c37bf2a52d4e257c049e71876c366bc63109727a0ee2fa37aec9fa8222f2902bdff57c3ecb87e8d84 DIST ox-2.14.8.tar.gz 218502 BLAKE2B e3838c52096c959fcdf2eae2156a79f1562cd13c8463f0a3f0ff54f9468059547e9bfc79f2a7b750f614fd77d5ae56189679fb55f9771903697864cc80b0831b SHA512 a07e7d074c681325c84cf7f381be7d1912b9de53cb41d11762fca15a6899a66bbf0ad751119416ec4640cde8c11dae967514fcfb16acae6f5be76d03f2b46eac DIST ox-2.14.9.tar.gz 218618 BLAKE2B 57f5a43cf565079a07b678f45e14764ef859620d2f66c5348362d6f08e7f9d3a2b358ff81b2c2455bdb39dbf562df6aca45557895abc30d0cc16657c979b8806 SHA512 e2f178b30ad8e94873e0f8e0ed95800963655ffe31c0af9af3231df5a2d769487204507bca91573a381550ef80b08b15414e6607c5236f5bb8994a719a5ea5cb diff --git a/dev-ruby/ox/ox-2.14.4.ebuild b/dev-ruby/ox/ox-2.14.11.ebuild similarity index 81% rename from dev-ruby/ox/ox-2.14.4.ebuild rename to dev-ruby/ox/ox-2.14.11.ebuild index e722008b945e..9d396a28c0f1 100644 --- a/dev-ruby/ox/ox-2.14.4.ebuild +++ b/dev-ruby/ox/ox-2.14.11.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 -USE_RUBY="ruby25 ruby26 ruby27 ruby30" +EAPI=8 +USE_RUBY="ruby26 ruby27 ruby30 ruby31" RUBY_FAKEGEM_EXTRADOC="README.md" @@ -18,7 +18,7 @@ HOMEPAGE="https://www.ohler.com/ox/ https://github.com/ohler55/ox" SRC_URI="https://github.com/ohler55/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" -KEYWORDS="amd64 ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" SLOT="0" IUSE="" diff --git a/dev-ruby/parallel/Manifest b/dev-ruby/parallel/Manifest index cbcdfa9e339b..746d76f3790a 100644 --- a/dev-ruby/parallel/Manifest +++ b/dev-ruby/parallel/Manifest @@ -1,2 +1,3 @@ DIST parallel-1.21.0.tar.gz 21772 BLAKE2B 307d097629faf5c1967c0f189dc9703df481c763736242856c594dd99975193d81331654580ecce97b675591f8d9c543a2ccc769966d91ceb1ded7c3ec949ac9 SHA512 cd0bce1abe2cd53015fee7f8080e05bbcd80798fe0a6fa0e120776018a382260bd070d1a14085ef3e6d7fb16a79c6a05f438d4f8b228cce7461efe5a1395b530 DIST parallel-1.22.0.tar.gz 23294 BLAKE2B 99bc41f132083402fe6ba9666d89941ce7672463c80676b8b558ce8a6915e996a1ec1d86476ab645796db79a63160677405c525c0696306dda270a54db1c8010 SHA512 2b993890234337e8eb1b22882423c8b2d73bfe7be386a7d2c9cf4f45620f3295f7c70b630b1607995e913d2307c043db658edb41b5c95f334f64bbd178cccf20 +DIST parallel-1.22.1.tar.gz 23294 BLAKE2B 11a3f902f8a6813b407035088adaf76fda5f27e0e33e7f210ce28fc66f4edf4f8d92a8b0f9501d24013a527f4205b79c6eda2c31f6fa4a646a18e6da5b20e702 SHA512 f106ac605a5998d0e5a43b7863f8400e49270c06e55b6342a84fed788e1e854a26a5e29ec31da9d96a4d403227d002691e27786c25e8d7542f3877bf097e55ad diff --git a/dev-ruby/parallel/parallel-1.22.1.ebuild b/dev-ruby/parallel/parallel-1.22.1.ebuild new file mode 100644 index 000000000000..74f033fe71cd --- /dev/null +++ b/dev-ruby/parallel/parallel-1.22.1.ebuild @@ -0,0 +1,48 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +USE_RUBY="ruby26 ruby27 ruby30" + +RUBY_FAKEGEM_RECIPE_TEST="rspec3" + +RUBY_FAKEGEM_EXTRAINSTALL="Readme.md" + +RUBY_FAKEGEM_GEMSPEC="parallel.gemspec" + +inherit ruby-fakegem + +DESCRIPTION="Run any code in parallel Processes or Threads" +HOMEPAGE="https://github.com/grosser/parallel" +LICENSE="MIT" +SRC_URI="https://github.com/grosser/parallel/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +KEYWORDS="~amd64 ~riscv" +SLOT="1" +IUSE="test" + +DEPEND+="test? ( sys-process/lsof sys-process/procps )" + +ruby_add_bdepend " + test? ( dev-ruby/ruby-progressbar dev-ruby/activerecord[sqlite] )" + +each_ruby_prepare() { + # Make sure the correct ruby is used for testing + sed -e 's:ruby :'${RUBY}' :' -i spec/parallel_spec.rb || die +} + +all_ruby_prepare() { + sed -i -e 's/git ls-files/find/' ${RUBY_FAKEGEM_GEMSPEC} || die + sed -i -e '/bundler/ s:^:#:' \ + -e '1i require "tempfile"' spec/cases/helper.rb || die + sed -i -e '3irequire "timeout"' spec/spec_helper.rb || die + + # Avoid fragile ar sqlite tests. They throw ReadOnly errors every now and then. + sed -i -e '/works with SQLite in/,/end/ s:^:#:' spec/parallel_spec.rb || die +} + +each_ruby_test() { + # Set RUBYLIB explicitly for the ruby's that get started from the specs. + TRAVIS=true RUBYLIB="lib" ${RUBY} -S rspec-3 spec || die +} diff --git a/dev-ruby/rspectacular/rspectacular-0.70.8-r1.ebuild b/dev-ruby/rspectacular/rspectacular-0.70.8-r1.ebuild index 5a7ded17eccf..2c02f801759e 100644 --- a/dev-ruby/rspectacular/rspectacular-0.70.8-r1.ebuild +++ b/dev-ruby/rspectacular/rspectacular-0.70.8-r1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -USE_RUBY="ruby24 ruby25 ruby26 ruby27" +USE_RUBY="ruby26 ruby27 ruby30" RUBY_FAKEGEM_TASK_TEST="" RUBY_FAKEGEM_EXTRADOC="README.md" diff --git a/dev-ruby/ruby-progressbar/ruby-progressbar-1.11.0.ebuild b/dev-ruby/ruby-progressbar/ruby-progressbar-1.11.0.ebuild index c66f149c92b3..4a0dda0d56ff 100644 --- a/dev-ruby/ruby-progressbar/ruby-progressbar-1.11.0.ebuild +++ b/dev-ruby/ruby-progressbar/ruby-progressbar-1.11.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -USE_RUBY="ruby25 ruby26 ruby27" +USE_RUBY="ruby26 ruby27 ruby30" RUBY_FAKEGEM_RECIPE_TEST="rspec3" diff --git a/eclass/Manifest.gz b/eclass/Manifest.gz index 891c6c0d6170..b5697b842ad2 100644 Binary files a/eclass/Manifest.gz and b/eclass/Manifest.gz differ diff --git a/eclass/vim-doc.eclass b/eclass/vim-doc.eclass index de28ddfdfee8..ba9d00f4f5e8 100644 --- a/eclass/vim-doc.eclass +++ b/eclass/vim-doc.eclass @@ -1,10 +1,10 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # @ECLASS: vim-doc.eclass # @MAINTAINER: # vim@gentoo.org -# @SUPPORTED_EAPIS: 6 7 8 +# @SUPPORTED_EAPIS: 6 7 # @BLURB: Eclass for vim{,-plugin}.eclass to update documentation tags. # @DESCRIPTION: # This eclass is used by vim.eclass and vim-plugin.eclass to update @@ -16,8 +16,8 @@ # DEPEND in vim-plugin or by whatever version of vim is being # installed by the eclass. -case ${EAPI} in - 6|7|8) ;; +case ${EAPI:-0} in + [67]) ;; *) die "${ECLASS}: EAPI ${EAPI:-0} not supported" ;; esac @@ -30,12 +30,12 @@ update_vim_helptags() { # This is where vim plugins are installed vimfiles="${EROOT}"/usr/share/vim/vimfiles - if [[ ${PN} != vim-core ]]; then + if [[ $PN != vim-core ]]; then # Find a suitable vim binary for updating tags :helptags vim=$(type -P vim 2>/dev/null) - [[ -z "${vim}" ]] && vim=$(type -P gvim 2>/dev/null) - [[ -z "${vim}" ]] && vim=$(type -P kvim 2>/dev/null) - if [[ -z "${vim}" ]]; then + [[ -z "$vim" ]] && vim=$(type -P gvim 2>/dev/null) + [[ -z "$vim" ]] && vim=$(type -P kvim 2>/dev/null) + if [[ -z "$vim" ]]; then ewarn "No suitable vim binary to rebuild documentation tags" fi fi @@ -50,32 +50,32 @@ update_vim_helptags() { # Install the documentation symlinks into the versioned vim # directory and run :helptags for d in "${EROOT%/}"/usr/share/vim/vim[0-9]*; do - [[ -d "${d}/doc" ]] || continue # catch a failed glob + [[ -d "$d/doc" ]] || continue # catch a failed glob # Remove links, and possibly remove stale dirs - find ${d}/doc -name \*.txt -type l | while read s; do - [[ $(readlink "${s}") = $vimfiles/* ]] && rm -f "${s}" + find $d/doc -name \*.txt -type l | while read s; do + [[ $(readlink "$s") = $vimfiles/* ]] && rm -f "$s" done - if [[ -f "${d}/doc/tags" && $(find "${d}" | wc -l | tr -d ' ') = 3 ]]; then + if [[ -f "$d/doc/tags" && $(find "$d" | wc -l | tr -d ' ') = 3 ]]; then # /usr/share/vim/vim61 # /usr/share/vim/vim61/doc # /usr/share/vim/vim61/doc/tags - einfo "Removing ${d}" - rm -r "${d}" + einfo "Removing $d" + rm -r "$d" continue fi # Re-create / install new links - if [[ -d "${vimfiles}"/doc ]]; then - ln -s "${vimfiles}"/doc/*.txt "${d}/doc" 2>/dev/null + if [[ -d $vimfiles/doc ]]; then + ln -s $vimfiles/doc/*.txt $d/doc 2>/dev/null fi # Update tags; need a vim binary for this - if [[ -n "${vim}" ]]; then - einfo "Updating documentation tags in ${d}" - DISPLAY= "${vim}" -u NONE -U NONE -T xterm -X -n -f \ + if [[ -n "$vim" ]]; then + einfo "Updating documentation tags in $d" + DISPLAY= $vim -u NONE -U NONE -T xterm -X -n -f \ '+set nobackup nomore' \ - "+helptags ${d}/doc" \ + "+helptags $d/doc" \ '+qa!' /dev/null fi done diff --git a/eclass/vim-plugin.eclass b/eclass/vim-plugin.eclass index d5cc5e7b4db2..50e727e98f4e 100644 --- a/eclass/vim-plugin.eclass +++ b/eclass/vim-plugin.eclass @@ -1,10 +1,10 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # @ECLASS: vim-plugin.eclass # @MAINTAINER: # vim@gentoo.org -# @SUPPORTED_EAPIS: 6 7 8 +# @SUPPORTED_EAPIS: 6 7 # @BLURB: used for installing vim plugins # @DESCRIPTION: # This eclass simplifies installation of app-vim plugins into @@ -13,11 +13,12 @@ # documentation, for which we make a special case via vim-doc.eclass. case ${EAPI} in - 6|7|8);; - *) die "${ECLASS}: EAPI ${EAPI:-0} unsupported (too old)";; + 6|7);; + *) die "EAPI ${EAPI:-0} unsupported (too old)";; esac inherit vim-doc +EXPORT_FUNCTIONS src_install pkg_postinst pkg_postrm VIM_PLUGIN_VIM_VERSION="${VIM_PLUGIN_VIM_VERSION:-7.3}" @@ -31,13 +32,13 @@ fi SLOT="0" # @FUNCTION: vim-plugin_src_install -# @USAGE: # @DESCRIPTION: # Overrides the default src_install phase. In order, this function: # * fixes file permission across all files in ${S}. # * installs help and documentation files. # * installs all files in "${ED}"/usr/share/vim/vimfiles. vim-plugin_src_install() { + has "${EAPI:-0}" 0 1 2 && ! use prefix && ED="${D}" # Install non-vim-help-docs einstalldocs @@ -52,7 +53,6 @@ vim-plugin_src_install() { } # @FUNCTION: vim-plugin_pkg_postinst -# @USAGE: # @DESCRIPTION: # Overrides the pkg_postinst phase for this eclass. # The following functions are called: @@ -71,6 +71,7 @@ vim-plugin_pkg_postinst() { # This function calls the update_vim_helptags and update_vim_afterscripts # functions and eventually removes a bunch of empty directories. vim-plugin_pkg_postrm() { + has "${EAPI:-0}" 0 1 2 && ! use prefix && EPREFIX= update_vim_helptags # from vim-doc update_vim_afterscripts # see below @@ -81,11 +82,12 @@ vim-plugin_pkg_postrm() { } # @FUNCTION: update_vim_afterscripts -# @USAGE: # @DESCRIPTION: # Creates scripts in /usr/share/vim/vimfiles/after/* # comprised of the snippets in /usr/share/vim/vimfiles/after/*/*.d update_vim_afterscripts() { + has "${EAPI:-0}" 0 1 2 && ! use prefix && EROOT="${ROOT}" + has "${EAPI:-0}" 0 1 2 && ! use prefix && EPREFIX= local d f afterdir="${EROOT}"/usr/share/vim/vimfiles/after # Nothing to do if the dir isn't there @@ -113,7 +115,6 @@ update_vim_afterscripts() { } # @FUNCTION: display_vim_plugin_help -# @USAGE: # @DESCRIPTION: # Displays a message with the plugin's help file if one is available. Uses the # VIM_PLUGIN_HELPFILES env var. If multiple help files are available, they @@ -159,5 +160,3 @@ display_vim_plugin_help() { fi fi } - -EXPORT_FUNCTIONS src_install pkg_postinst pkg_postrm diff --git a/mail-client/Manifest.gz b/mail-client/Manifest.gz index 328fd744abdf..ae3ad1a0e817 100644 Binary files a/mail-client/Manifest.gz and b/mail-client/Manifest.gz differ diff --git a/mail-client/thunderbird-bin/Manifest b/mail-client/thunderbird-bin/Manifest index 7cbfdf1f5c11..c2a956ffe1e5 100644 --- a/mail-client/thunderbird-bin/Manifest +++ b/mail-client/thunderbird-bin/Manifest @@ -1,65 +1,65 @@ -DIST thunderbird-91.7.0-af.xpi 561895 BLAKE2B ed4d0c6e98ce53ce4113052bc9ef496d997697d3d5873f8073324754f5b6b278734f12e78ee71448f472d0271f7eae3f055d15364e508af7844f524217c06dc4 SHA512 1f0bdfd7b8bb0e665ef12834b3c656b4cd6140893ef75ec83e20f82a90686a46cc4f573276402fd5fc4e6ded65aebca6af29d3e9adc0d2750574fc64dc1feb30 -DIST thunderbird-91.7.0-ar.xpi 665242 BLAKE2B dcd6571a1783edafc110bfd34b22ef8a9cd1216cbbc3b2b511af76afc66a7f0a013b96a64d286c495c7a49296adc7f0f20e9fd60aefa583d4bbaa5eb20c64ccb SHA512 a61d722e08007099b375ccd2552374ae8b3335919fc6efb7ae2a36898e824a09b00cf85510f8eb0fe43cd28847de238db849e98c240e610bd72f58d57d861094 -DIST thunderbird-91.7.0-ast.xpi 580510 BLAKE2B ba9ec3c24b2eb0f247521512d6334a7c9ea84711d22d6f716aa062dcb84eb2c83785a79aa1bda59ddffc563fe154935ab1b4d7aa436e7af683f7009da6fa96c9 SHA512 34065a120d6bf123dbd892d51ea336e94ffeb8a15d39f9c7d14eb57b04b434da8b488ad6c4cffbd28fc47f3f6ef544a5c4cb6eb34d012776d0991430c559e143 -DIST thunderbird-91.7.0-be.xpi 694743 BLAKE2B 68af9062c5b5f57495b604b6090d879601c23c9f2476fb86862348e063bbf5e4ce7bb22d4dac8284feac344797cd09aa033bc935f1943176115a5d2499fded6e SHA512 609a97ef78769c3f4d551e8f3e93a285a65bc4bc32c645ec97ad3f46524f55a2c88047bc828dfdcf0b7607202ca02759258bae1962e7ac4aa2f1ee79e44d8098 -DIST thunderbird-91.7.0-bg.xpi 690966 BLAKE2B 02e7ea9ede5fcb0095720c001cbe84088ad92600a4313eba75c5ceacc96cfb27feab6ee6d07abdebaf8dbb0d3233cb6a9040f86bb638c3ff1dbccfb25107e1dd SHA512 b6173dcbc40c60da34c1c382dd8bc5214595f6990b43572645b29f5b54ec2081cf560169bddb0c9bb8173e45d9c596ab715ce3d53e6eab3380b61ed44107df70 -DIST thunderbird-91.7.0-br.xpi 620586 BLAKE2B 9cd1d3f15fac93e40fea2ca86d02c31a3ff7f96aefe741505fc6f93cbf09bca6d7a841c7128fe8980c159e3d2c3581f7e35131c42e03f5d506f98c785db7d3d2 SHA512 b90becdfcaeefb93a0cf6d72574f9144582cc8bb39ffa46444b8e4d1cc9096d0b23d1f74408dcef91ad39baff310bce84305677b162eebdc3a5ab3a50c52d04d -DIST thunderbird-91.7.0-ca.xpi 645020 BLAKE2B 4952a29a84fae93e6ba6837f39d9c404f6a2ae193b76c7b472b382533d66ccce1d46c4e2f836599373ab38db2d26f52e0f7fe244603027352bd62ceb8915720e SHA512 80e0c0f942dcac0f0eb7d7d175117719fc48597041feaf04d9206eb1d82dfaf79b980c8ef3516e29d43ac2c9dab95ae06119149b50235678516bae811fd08560 -DIST thunderbird-91.7.0-cak.xpi 652066 BLAKE2B b8ae60edeb7fe56a0850e897872afd6340ee2472d38f91413b173a33b2cdcbed72220e9e73140825962fc65958883ae4f81102826a8917fb0ad3feedf957f89a SHA512 df124706819a86a37f441cf83fa422af01f7c2c37cfc332f9620fafb39e977d08acbd7650250f4b71f81b5fd1d547f3e48abab7a49630de5d77c30be11b06d33 -DIST thunderbird-91.7.0-cs.xpi 706861 BLAKE2B 451a8ea62c76f879ad96de9bb5e0750f64b3ae13f5f437d2d2ff4c0c3b50312233e6ba5b42951bf750a4a94a20863d7bef5a197f3f9927899c0c905842936568 SHA512 fb2e5f465952ab5fc75ef912b6a76e375d5f3fb09187ffb5fabd67e19507e85092e25aaab2eab9e3bb7f113d031b47d930860a95e7ec2e4c9fd090a61b7f01ef -DIST thunderbird-91.7.0-cy.xpi 683929 BLAKE2B 765be0c81612feb89d95377ffd8527670a8a74622f0a42f0508bb5ce1c5aad4ecc7f693b83602412c247b6fd7b9c0aae61e97149459082e809c86188772a2e1b SHA512 bcbaa82dd763a7992a873c78eef6d2efa56861a686dd95cd006b749b9f6ae4e09941e07438e538dc262d541578bc4bfb9cacaace89ed26b1ca0c1006c24c4dd4 -DIST thunderbird-91.7.0-da.xpi 663956 BLAKE2B 9e3d9cd838eb0757362081034269bdcaa2b2f25163defbd062b8bb480f5f1c5caf5e7c1245fd2b4328bf81736c9039cafc232edd72e544c10c0b1b70ff9ccc25 SHA512 bb37e05fdb535c7659a8124b3cbbac4369cf972f8ac7b5140a5b908415a9a87896d594fbf04c99c265ef827b732feedf11237c37af6f1adde82350b0b8df7e00 -DIST thunderbird-91.7.0-de.xpi 694810 BLAKE2B 2da68a653c3822c3ac7c167df2d00db879fc722d2a1dc9840120877846d91e7d6370b9ff241ffc46ebf3d74e2d65755dc1ed7c7144b7389d4748d5d36622ed43 SHA512 f785a40051c46dc5868b1eb398b278ae9bb9da264f7b9ef8ef4cfa38976fc833f93a2f17cf7753643d0ff2ee0ac7c0bd6ad9feb1e746a7db86fb9a9fdf5892f8 -DIST thunderbird-91.7.0-dsb.xpi 719349 BLAKE2B 086cee3778294e4b9352835468d1ec0ef72b466bb8b170833a205d5c2dc88eec861ac72997b16b073673851016187254effd1fb635074b2706e51b17c1594899 SHA512 9043304c11142eca7d5d7f40b5891063e31d52983de435f6ff6d86e18e5c5ec4b7e81bd9435a27e35b417bc2fa3069ab635d772ac386e2e0772c364c995e422d -DIST thunderbird-91.7.0-el.xpi 814592 BLAKE2B cc6c2a1d1dd3db505da72bfe506034ebf4f631c9897393cc1838a9428eb10d03afa0e5db0670ef308af72d028422b734aaa778a5b745f9bf4efe04e013c08f58 SHA512 98ea53c2802331281d5c714fcde0ff0dfcc61c313e1e782efeab95de1985cdeaa08d87b3007ebda45fddda802b41ea29da063ff982ba388d07a725fc8def92ba -DIST thunderbird-91.7.0-en-CA.xpi 640882 BLAKE2B 9882d6728f002cb9cf8f9653e3211c9eac429042e21185d3e87b91cebda3d6b606a4bb5ee9226acf1bd942bc87deaf74d43cebe40ad2d9373847bb3d69dc9dba SHA512 85cd95585195f51fa877860429b27494d8d6e783cfcd2da6f662e7ac27e4bca4169b219c9cd141f6d092788063c01247a337bb05d478aaba040ee30f97df72f8 -DIST thunderbird-91.7.0-en-GB.xpi 646450 BLAKE2B 4ce8ea3fdc4d47c184b70bd9e9e26f1a9f0438bcba2a23ee66cf187cb63352f25b334a08b05d81a391734b13ac5197d1630e87dd8d61988ee58d8d3b54ff5717 SHA512 0b6c6d31601ca1d7ccc4444b569e70e6f8c7be7cba8e5cefe58fdfaf2c283aa425d594164fefbb826281938f437fee8639608cc4241efd0dd48f2c918851990e -DIST thunderbird-91.7.0-es-AR.xpi 696014 BLAKE2B 502631e3d88cb4a795a7263470a9cca219ad77b6baed9d76072999f1b836574ed6a0ca429d014a5662016d9887bcaa7edb8c13d50fd6aa45e16f5d25c95cd110 SHA512 330dc0f1bae083fcd8b0731d858406fc87faf7e5304e7ec20d8455f006de6b316235e6834d1dd17c053b0705941ce628d7777da24712282966c5150d04f793f3 -DIST thunderbird-91.7.0-es-ES.xpi 592151 BLAKE2B d6b9a7ef1a14c98dc5cad3a61d54d57ded668251df7e13a1b1b7fd83b5044f5189a936ea96a21c18b97132c63ba97472e91913dd8704a359809047b6ffee58e2 SHA512 9e989ff753276323d5846491be9eb987fa7c2df7ed459aa5acefd6505f4baa83f9d46238b43d8891ed8f8ff805aacaf62560ef1f5177b8a5c6819384fd3bb764 -DIST thunderbird-91.7.0-et.xpi 649367 BLAKE2B 9b2c741b96298c3ab276c47ab41d503ccf54bd87a7318aa2933b19a87540f2efa5bba05163a48c9010b1545f9f3e7075a995a12032a4af92b547736a9c03ebc1 SHA512 bc168ea644851ad96d9deda9939dee6fcbf7be941e5740ab73303d2d5213df9a883c0882cc0db636ea01e573faf6c4c6de06adc1c26e849a80ad4a73d79fc7a0 -DIST thunderbird-91.7.0-eu.xpi 673427 BLAKE2B a22cc5a03d00b4f2cb3f9b6e639ae8776318472f7549b1aabab2948a597c7dd1080a208ac91475544515a244209874b0d8718520c6d4925d5ccf76f48e3872f5 SHA512 2f746cec39056a695426031c0c66b63b13794d9f55507f0a797155b65a2e9588a3dc23fe67a5b8d2422b6fca4b5545dd7dd57fc5af5e9f7c44efdc732fe2c71c -DIST thunderbird-91.7.0-fi.xpi 674033 BLAKE2B 9a735e85a28159af61be6c39723ad9af9214edf4b73a57faf5b7198822da0d63c0c2ca5f9397925114fa35bba01f7819662f1eb8002dbe568ace7427d5e77274 SHA512 9c2d22728d42d048ae4c05b44073f6d4883ebfd8d1a8ef071d760aef29930140ad6a64c6b71c0a4800e1d2840d683b508280a816e05c3e0574e93fbc0249296d -DIST thunderbird-91.7.0-fr.xpi 708188 BLAKE2B 5c07cfbe7dbbed7ce6d8a941ec864e9e906b07978da04383d0c122d8eb8c12056728ce146cc77695f9b187d66726d65fd9cea39c48df86698f2f8fbb45433360 SHA512 6487c694eccc34c6ed89a56c936cf1b31c7f9b1be5fb7e0e8e1a89449d5bb7188ddf81d705fe3719381123d252574e4ddc2577c330111b9a01d97ff749207afa -DIST thunderbird-91.7.0-fy-NL.xpi 689192 BLAKE2B 6b54b5550d40d3406447658fc1e5aa3068c52bc9c9c2132d9e61c897cdf3068b67034ae2379dacd749272a92d7085f10bad5658f55c365589edde7ddab3b1f47 SHA512 b99b6cef91a5d21e73ff169bb8649902e3e2a7f25ff06a159982e0c2194443e62438f4acc4b6f45c6caa65d896b67c61bf44041eece060cf934cf7be00a20aee -DIST thunderbird-91.7.0-ga-IE.xpi 613122 BLAKE2B db6781a8143474c3165e4b24ecb1c6fb9d20c5af52d6285ffdc04cb4c6026a0fdfcdc992b1824a7488c8192598ba31e6f472b1036a97bf61cc54060a61872eb5 SHA512 c1f7f79ebd86f7208af7dfb83f24b3c3d22b44af6c7df55c269ad2a7e29b08ec66e5e0b6c90323ff142494f425c011b827c0def3b2a385798275cf65b3215b64 -DIST thunderbird-91.7.0-gd.xpi 640646 BLAKE2B 8f64ca3282e7bd312249137a06bed3cb77e9cda4abc78678c6cd7dd2202d2fc1eac797eead1747fbcd749365fad3df78c9a0ac02c48b4f545951a986630795d2 SHA512 af694ca10b91f614a7f15bd399d8ebfdb0282f00a50a1e69e9fea3ae5fe52a421313613af2aa917142cb228fbcc581f50992274da525780317d07550f96c9556 -DIST thunderbird-91.7.0-gl.xpi 677615 BLAKE2B 3815b05dcc9468d641a1e27e26836d35b9f375ed314a7f87e41e38af6a705f1840720cc41ede1adf5ca4879cf07231db11f1923bc21504330631d80998566d3d SHA512 54d657273a3b70573fbf30007cbadd1cb1166e2ad65506cd65126cbc9318c3b13d04166f5c599d6be50139f326b8fb3875983c5acdac85533351281977c8eaec -DIST thunderbird-91.7.0-he.xpi 671908 BLAKE2B d5cbdbdd3a351072d13168582bce0587281ba4b93bb8d5f54a63fcaf070433d00b014c1b2dbfe5aacc252a1544d95636d5e08452231034697636ad91de9b8df9 SHA512 5c86c8431eeaaff22edd3a2832ab0430c8314f2056523b60360eb94dd148c2d85048d7313020e6f8fccf3febdac8a1ee2dd07c913bdcbe44ec74c951bfea0f8b -DIST thunderbird-91.7.0-hr.xpi 646309 BLAKE2B 7a311645bdc0e523b6db0af851a3a579c12e9fba5cc81f9385ed09fb14183bc916369a60766d0d340d75969b3fd5799eacc1cb3b50cdbfdee016d1eb4f8cef9b SHA512 5f023a91c87ca77572ab11dce5781d99230b9310f61e3cd353b31e67f53070f7651dcbf9af8edadafeaeeb6cbdcc3156911d93530cc5e44d4e90fea1a1ec693e -DIST thunderbird-91.7.0-hsb.xpi 716150 BLAKE2B ee0e7b958098969ff9660b04172c446262855babd870d4c3979acb6485df25d652dceb21ade9e132a16d3e5119a6c7f63a0947558bd49a138c948b44514bc74d SHA512 1f304f2dca8e75972c8ae164cf743e23437e37db4d3be8b463e2e0ab290f5f1ef3627a1117cf845438884d04baafa2351aa44b55129f8ea2428a88ff2321c433 -DIST thunderbird-91.7.0-hu.xpi 718772 BLAKE2B d3a692c06388fd1316ff0480869e087c7fb440ebb049764709b7bb45e54fcd328ddb07e83d20e386b5f80222fcc4ffecc09c6c9d794d7222f34890cc23563011 SHA512 ae17f5fe006d9f94d402f49efe86bb61e8e4e72e1d78778fd141f810ee096de429d4cc58a950423be6f9e5761c71984eb09c63dcc44eb2a187ad75ff0954ec37 -DIST thunderbird-91.7.0-id.xpi 644512 BLAKE2B 381f0b73ea8e42600070b1e4cbe63c8ca08751786540d8a0adaea8135c9d5a526c1acb2a99f3de567097422f75f2fcfd1b8c75bfa38ff01e09a4dba6175beaf0 SHA512 d003e7a338ad824b7a45a516881a858f20069608b918466a72b699e7409ce4959463573912c165c4f9ca4828501c47c99c330cde1aa0af80a452c080d97aa3ab -DIST thunderbird-91.7.0-is.xpi 678581 BLAKE2B f3a4cc6c07be1c2795fe30182f650a28dee7d29e75b9e8f21ef7548f3288b68eff09bbad1e745bd3cbd64f447ed766338d7e957bde98145062005eaf6f9487e9 SHA512 69d4175b0c64b98631a28ce4f11d88243d601d884a4d93a32333051bc70e996e3574864dfc0e7f6001467642b02a6b1e327a199cf2862f119c379ab1d954ee82 -DIST thunderbird-91.7.0-it.xpi 609978 BLAKE2B 136ef204cf6a1a5b3b71d9f966e0a9c5a010170501f52b8a0dd9a51f46ecfac01985b17768c48c3c359294f8f9d3c1a5c3547df70febf82c5805a8369fc0bb4a SHA512 31e7726c375a0a979d4f41a2c8169be04721b859b5644245fc965d53cf2623a2d255294de81b76162a6eb9b8f7c81ce861c0dcfef40e9b105d3073aab72aad03 -DIST thunderbird-91.7.0-ja.xpi 754200 BLAKE2B bab61bc0af9f22298ba0a1a6f8684d951eeeb1b6eeec0281379185f10d01e41f2a45cadd38a2dd7a12ed57a096f2d0fe31ef828efcc9cd6c17afeba882d6ff50 SHA512 a16b2968b609be3aa8991bf629720cda98e0bd59dcacda0e1af5f7290c88f58a02476f27ccc0b8d319024d86204c633d31662a25c32fe027c7077bb6e374eef7 -DIST thunderbird-91.7.0-ka.xpi 755748 BLAKE2B 85066632acb72ab703a6e7e52c326ed591bb7ae73ca767e6616460f32a660830feaf464b2f60b8cae438adb055cf8b3d44cef231a3494aa0c7040222b14f2c9d SHA512 5d6ae1d713dc95a591af95b78400adedb9cde9c5555c775488b944dc5c35876529bf23a2c69bf17a72f4efe2cc95298440860a6c4ecb1b86370988c459124ea4 -DIST thunderbird-91.7.0-kab.xpi 677012 BLAKE2B 0c67e59f85112cdb6521cc5752f467d845310fc2b4267352d9eac24f3eb41d4725aafe12a5688da1a64821a713acf910de5beb9ea4ff43a8d69165153a423418 SHA512 23cc0278accc2acceaf22fbd01767cf4d3dc9e820f71f28f6f3097f6ca82183505ac2988eb9ad5c05ddec1731e1279a3f2552b7ca2071c55995f9d62a6e6fe3b -DIST thunderbird-91.7.0-kk.xpi 745028 BLAKE2B c052047b91872958adf684554ac9ef915c29ef3795b11058b3a98836556e4642311d82124ee9a1c6a443b14b24186bb93579529cd0335801bf080432807742a5 SHA512 447a494116d33f4804fd0273ce54278fde19eff9a059d2b29df024759a10f633abf98cf45764438b410e63fbde636543767d10de82432c6a90cd91f8389d0446 -DIST thunderbird-91.7.0-ko.xpi 703524 BLAKE2B f92942197661dcde8fee696d55faa38841b53e471a10d9831b4d3206c7d380a1c4666289b30f3bc992aa6e4ad6d650a6c5f32e7018f2f6a950ac93ced91753a1 SHA512 8393c0f0964d9e86f872f7de0486dfb4af7ee34c9d023d996239ddbdc5e8368ccc2b01adfb4d83ebb79b678fc6f65a4d057ff5125483844e009abff80e63f37f -DIST thunderbird-91.7.0-lt.xpi 695676 BLAKE2B 9087137199a439bd52ad392c4343a674d57e2d24e61e425576b18026a8c5038d4491fab273cb1b3134395b4d704e77c5c1e7e37b90a99d736dc59c113cc2c8ad SHA512 f88e9e9ee428efc9387066b7d37a21cbe3f6d2cb99cb93addca773ec0c2379580383a4079cbeecce37c3e3b22798ad6f6a3964f0f6a71a5a7d9abf1efc2834e1 -DIST thunderbird-91.7.0-lv.xpi 618453 BLAKE2B 8e1515c8e9370075eba739f8f39c71918e7503df24bae8bd2c1e2335e3dc989831361476e26f92cecc206808f4afa05e18d468bdf14f8ee025703255288f2b66 SHA512 6ea1c3c8e34bbbd0e5b3693962261e511baf06e6f5d6934d9785a3f7cfde71ab0e79a977453276a5f966122d6af369fe6b7beb54f9983b4744071109a2148579 -DIST thunderbird-91.7.0-ms.xpi 578078 BLAKE2B ab4dba9be9bb578bebdbf07bdb7d57919b668b8c1dc77ef8271aa5149fec1eb4098de44db1b85a3c178cb1dc475da9d06dc895dae52d7e1c67b14923c034a8ed SHA512 d9b55e6d0db0f26f7f98c706c5add434ba5874e2abc231cc8e27863b218e771e218c006d696a4b2d44474059de92dca627d03ed1a487a9c1aee542baf407b4b0 -DIST thunderbird-91.7.0-nb-NO.xpi 652517 BLAKE2B 6671826fe37a2c124fb34f5e54590464d4a0601963435ff608d80f67d4efbb0831d88dd78deadbfb83b073df153131bd3750bb855f2e98abb56bb0afde93b38a SHA512 c20b5205e570e89ef159235290fecb19d924c35e7f9436e8c69407b7cf648cbb8c0173f492ac446a3815f96e21471064688da1c914b4f59ddc7a27b84d57fa27 -DIST thunderbird-91.7.0-nl.xpi 682119 BLAKE2B 34833e1acc107c191ce1264fb5ceaa113fb75218d6036f67149e298ec455b9a41452c964ad6e6f5dc00a47b9ef273f068d5e21bab5b8d22cae36cbd4283a66da SHA512 d302d3395bcfe16af4743c9c9068511a7a8ceca129dac45db2ffc231e872c0559f9b32493bf7f37210f97f8b40e5026c8e604884d310a6adab6e62d1d68b199b -DIST thunderbird-91.7.0-nn-NO.xpi 656077 BLAKE2B aa1119744daa2f6077df14eefb9c4a2292452809faa6b33f7590c85c6d24fe54dc8218d3bb9c524b2d73ce60a9696b2689ede14c9c4bd59855faeafeebdc7d32 SHA512 588be1b0d86e28b3864df899129971d94b5c2696eeb78b17f06b88821fec0530c27bc2e994faaa0d42c686939783267b7d221a80b3b317d3154530c91ead32b6 -DIST thunderbird-91.7.0-pa-IN.xpi 652275 BLAKE2B c0a477fb6e06e1776c029aee7344e5ed074437604e0a5251c7e0deaf3094fa0f071b052d8f7b99c6b6a6cb9e4f62eafb883171ba5458a3a2b880c11152ec184c SHA512 00308bc75aaa868ce937253513e0fda8a0ffa947780b4be760ab4d65cad239adbd15dec1152d72bffd3a82449e0668bdc133e45cc6f4d38355798dba257356be -DIST thunderbird-91.7.0-pl.xpi 692824 BLAKE2B 70c765253f1d089fffb40ee3ca543d49108253df35b59ac74dc382dfc39ae9357b1359cfc56b2b864530eda8a21066a4094a1b15e4c05b2555388b2e30aaae10 SHA512 4ba17db15c17c438354657f8f1c0490cc7949d169898f768f4aecdf069e12ad4fd38b9aba0135bfda4fafa9bbb00f4c69299d9f575f9e67066a347e47e5755a6 -DIST thunderbird-91.7.0-pt-BR.xpi 689676 BLAKE2B 2369b195a1a149b5aaea76d3b3f78f5c231bc05cd0977a2b28188754f2ad01bae280331d0f75f7d56389ed709db6db0deddea59f39926950be99085a9275acb6 SHA512 52ee5e2cc2f4735f0e7bd2a11d406bb59c3672cc83adff77b28cdc4f3d63446bc2e4f36d048c320aa1b07b99a7eb1e5f17d2ad9e67dac1c6771b8e27853cd0c9 -DIST thunderbird-91.7.0-pt-PT.xpi 673203 BLAKE2B 8266834f15947a709e644fdc8064ff00d979cb8f71c8700965b1497e61b5ea4c7e4f00e8bd6e8c9ea8fb699ffe4310f3e9d323ae52d549f648112c4aae0bbd26 SHA512 146fffbb8eec4ff6ac36a44e19b406fc0e1916dbb96c8f6cdb929954de34640151f9afe7d793778adfc178e885b94e2c2ddfd7d2e167f63cda7cbe385609cfea -DIST thunderbird-91.7.0-rm.xpi 684945 BLAKE2B 073bbd67ea2aabbcbb532ac3b6ac67c565888828ee78a8c27aa0115ec2c07f21e4b8fdbfbcb273783116458d1c3a3985cb0a69393dcddb2dc158f10dc4dc8f1f SHA512 f5430c39f8401d7e824a6792dde84d62076b7dc309cb6da963372248d87f36dde7ca6f3b2a81a89487c80b362bea95c4b4a4aeff32563c0ce014169b99468b79 -DIST thunderbird-91.7.0-ro.xpi 661276 BLAKE2B 72ba6fc4ce0c7d0a6a4c162987422e7b163103e44744fa99234f81d3a3c56843208c86a030653fd2705d39db7715b1855050862d1e76c683253a1e4c10eabc1c SHA512 c16fe889211f61ce493dbd50bfb90c586cb8f7e6a965469293ae616737c031007dceefcb271112d1301ad39e39f2e3f58daddbb822c425bb8e8e1596020286bc -DIST thunderbird-91.7.0-ru.xpi 791767 BLAKE2B 88c581d2db323cdd89266e9b83ca196275b23a33d2ba16da7802664ce834dbc991364b22067a0c756d51d2e1c2defee2b387f484eccfc926cac18dd4a57c5680 SHA512 6020e09a340eae3eae48e729d99bb0bedb5c44b9bf736c711de09695f2445b22dc77144de941f21120baa6c1967522e3e8115f2456119f86f04d08d6fe5e1135 -DIST thunderbird-91.7.0-sk.xpi 718684 BLAKE2B 5922b979258d570e272541f7f7ee43f2864fabe551c1ea3d36401250685e02e195c27a064e4b8b5f9555841d1c143186b945a55c60542e1543500f8094234f1e SHA512 50abb344ff790ca18c5a3a283b7dd3c737b965c55976627fd0e91f11a7ac0651be51381d73029775688019e52c354b2712f49afc443570aea1ae43b09adee76a -DIST thunderbird-91.7.0-sl.xpi 677316 BLAKE2B 5408b50f82601ae6a06b8f6425e554e6242b3fac911ca33a3ca14f971193c69f9836dd3e1f43b208ce102b8de8cb5cb5e9d78e1cd1ae853e9d558200394f7ea1 SHA512 4c08e7ca558ee87e67ed34cd3f7fb1fce2854479ef9ab510b1c071966f80b3899f478a50d67dacd0567e645437aa5b3bf30931161342a532b9154f016fd63a0a -DIST thunderbird-91.7.0-sq.xpi 700482 BLAKE2B 91f97be72fba9ac6100512e2c2bf7285991315d06d87101bb00fd71f77e4b9775af79ec4f8834f1a9c68eec8f60b19a0aa3f77098dd623024dca946b26f812ba SHA512 3a0c11a105c6bcfb395ee01954641e1f594ca5840ab0467ee866ad58a0f6d3984bd2f619fbe25c0d85d3a6ebf80310156c03f5e9f876cf6ac6a1ed61855f8232 -DIST thunderbird-91.7.0-sr.xpi 708977 BLAKE2B 72aa2cb1f889a50b416619865c8298b9d411f16595ac7f8515f964e0d39ad9dbb7d837dae831f56350a415693b8bc935e0eafb1a58e854c77e7fb9242014b666 SHA512 a005b30ab101b82d2666b50d0977a5676e761b5ea700bc6fabd049532ad967002d2b4ee92d6199507a49e1faef173ce4b09909d15274f759b363f95731369abd -DIST thunderbird-91.7.0-sv-SE.xpi 686484 BLAKE2B 70b400d2c85a719e63062cc84a607353a0ee4aea9f7481ed07c275566b12ddc36b548bce2bc5b4026f6474cac3d033e06231e0b277d6508a2716e9085206aefb SHA512 4de4489b621168ae04a51cee3686adb16e2def042f196c026a9ef543abaf93a01a57e683d8e6b2df153c09d01e2c8c32898271f23dffdf07b062759cf1b9e10d -DIST thunderbird-91.7.0-th.xpi 746638 BLAKE2B 34c5fde9fd2f4c641ef417fefb923e6218e3b94c4881f57897c3bf8f13b2429449e166f0e332a913887bd98ff6d453beed283f5325ec56baac97619549009060 SHA512 a2d301bb33660291f3771ce47c2beb2b75331eb1a0bcfa55a26e5e3f0647ed4aa24084c40c6d1adaada8a3353d9b2231577426ae08714afa3fd52b0927662d47 -DIST thunderbird-91.7.0-tr.xpi 695166 BLAKE2B 7e8a884f3fed23de1c6c14cba9fdfd33fc4aeecd27e7fd3e7b064c87eead01029591af9f0c51c3e3f4711d83f7b049bea29235d6f8d60496e5ac45044c4a7fbf SHA512 6e0f44387efb1f266847f685dcf63508056b9d69c7e05c3f7eb10bba11411213a2b63ed12f1594c4a3d3f2f8d849268094335053303d2a1d3196ac29e135bd80 -DIST thunderbird-91.7.0-uk.xpi 793449 BLAKE2B 93db2a7e13103de17bc5a1e351ce69bb55ff0ccfcc81b80f3716b24476acd777c98cfd3cc7ca08d9e5df2c2477ff46e5b938a48d2eae66d9625e9c7ae47e935e SHA512 f7770d351cb47cffa7047747f09385072de8367c900afeceea896795b69c42c403e8d30b15042e3d205e8c9640525209a6807cd806a042405ee7209b45960373 -DIST thunderbird-91.7.0-uz.xpi 591029 BLAKE2B 809117702552353933bea93aee7d5b1265a569f34d5ebd43d03bfcc8b0dbd010c62e6f7255e51bd81429476bb8ad438c7db525e60b30c175b4828983e4e7bf96 SHA512 caf1c6bec7cbb9945efb87214d2d3e0186ee05f4069fa77d6d531823a320e9665f29493a667eab0c4a61303f0428de709f0ff447daa3da8e07daec0583ca5074 -DIST thunderbird-91.7.0-vi.xpi 720551 BLAKE2B 894926fa3cbfe5fce7191eb1f34f11e09d36494af51fde180171785d13956d30fb8d90f988cf6f71e89ac8f0b805db76f38b708005402d8a85f8e151d61ca43b SHA512 6745dc0535f754186a28425d9c6c847c393883cf8c3cc5fcdd904a7b2426a2f92f68f0bbc3cabc162784c563f81a855b676096bcde21029262006ad247c97320 -DIST thunderbird-91.7.0-zh-CN.xpi 726136 BLAKE2B 2def8d6a98822e9c886002700417cf1a33db10551419da964fb818c31c7adc0dc47599ab8f4fb00f63373cabb8d20190d28ba7b7c5e6111e7522a96649d0b840 SHA512 5447b0b16597a500e3339d7282bcdd9e6927e719e8c8afa5c71cf608e7a18959be66a4cb3c49eb7400c8fac38ee0ad7d00b41ace819288eb1a9cc2456a32b7ae -DIST thunderbird-91.7.0-zh-TW.xpi 727309 BLAKE2B d6dc9650e74a0df619df07d17f3f694b72018fe2335e315c30a2efe0182cdec222ebc24a5b11de2b434a6ebd7e9c9309ea0410bd4d1f45bcc49eed79726aeed1 SHA512 14e74a10c7f0b213c39c0cb1a13d9951a6129d4b009c94c24ea4e346b6ac20d9250fd6a0541414d87af65267e7f6455fd343a6ffa1a2f51617f52bba2eec90a6 -DIST thunderbird-bin_i686-91.7.0.tar.bz2 74908418 BLAKE2B 8821043b787ccfcea4967d6b558db76e374e88f780d9691a88e7278511a903559ab5179c020b2ed975e2361affdbf4fc9dfd8d6e99f8499c7115ae60d3ca71f7 SHA512 7eea849f0e77a10c0ecff02485e5c532b517de11854488ddfb24ab7f206720ecf4d29bea483b5ae7e0c872a7d60da6ba0ce4eb67b2f6b504eee5f33575541484 -DIST thunderbird-bin_x86_64-91.7.0.tar.bz2 71860595 BLAKE2B 5d0612800e08707e4e6f7d0e43de92895caf37d21df3397788eac65163e80cb877454f711d07dbf2fe01a0e87d60a4f790e831629121b6f6a2edbe5f6ebe5ef3 SHA512 ae9dd15f657e2d4fd1aa7eccaf1459f6a8d66214b04143d4e72c9b4066c9e00212285a04b30188269ec7f0caca2fc3e656152485c87d7adb450c7e084fcbe3f5 +DIST thunderbird-91.8.0-af.xpi 561894 BLAKE2B 91b462c633b65cbf823b8e02b42f00feae17e258950f721e8975ca954324df4f1a734c1791bbe505529f1c54484710777c3512a19dcb89516ef055568020535e SHA512 95bc1cc1b5c57fe0480380dbdb492ef46fc6cb16c7f80c457cb121e5dcac0b573f5d936f57436153402ddc3f7afc70de25c3f36f19ef517497573e150b61f85b +DIST thunderbird-91.8.0-ar.xpi 665730 BLAKE2B e853ba424a52b3dbe1a7fa402e603d8176fa398850a28516b3bb2d4cfe4faf528d92db5619eba0b00b1ef218c01db8c74eb24e2e3d11e56e19ad615db8b1dcbd SHA512 209e45c161567e53b258dc715f16d8d4e3580ceba1be9d5e99cf5d05190e849884942bf0db91c4bcd1f4e883fcea03a4eb3da3022dd09c88282dd6fc422174a0 +DIST thunderbird-91.8.0-ast.xpi 580509 BLAKE2B 6ff86567fffecf527c5b814c1ad3a42d7a14e6329f624e34d74e199c5e90c44e39f387c24400c6d3b4ff4ee78fa3ebf7bebba101a5a8819046370830209b3fca SHA512 85f67ad13bdfde1a8c1420c877c1ae5626c11f84e3050c3541d516c4c98c74d02dbd318a1f99e6754175565528080c0b8638a87f14e453f952095c97be1a1ae6 +DIST thunderbird-91.8.0-be.xpi 695198 BLAKE2B 6549df276524bfbbadd2d6ac1db55c5c536ce4c9eae4630a95973bb9654c4f6c6f383485438a2d0cdf90bd408621f5abfa8e4ae177db991660aef7bcea1aadcf SHA512 28cc190fb20754aeb15080fb30f942753c96e7d6db3d3202a56dc5be56bcfd144855c8e2a51aa76039b59454ed46608c166a7372267dae818f4c426fd5e9cc6b +DIST thunderbird-91.8.0-bg.xpi 690996 BLAKE2B bfd70be5de08df5cd94c701e7d228ab593d874857d05a04e2c9fdd6428968c752fee68016a388a6762d3e472ff2ccad70a1616c85d671ea8192883a57030fc61 SHA512 26eea7ad31d509f329696e851e98750deaa6b181d8690af4b496213018af761db52dbeaad107094ba24e876555e93b9b056b97b2594cbfd1b0670cc3c1c5a559 +DIST thunderbird-91.8.0-br.xpi 620588 BLAKE2B 089ed23537dfac44b0ad0f77081ab059254211534a1a7cccc628b28a1edbdcf41bb63d46d15885d4ad55554018dc2de722f7c565af44cdc952e04660d8d12f9e SHA512 3de805556b0a6adeece0a985b333d131f51c6030bdc00dde7857fabdb28ae8796c3248c5f1ec5460b2a4f6240db2496cf716b6595235db894d855ca6aaa9cd00 +DIST thunderbird-91.8.0-ca.xpi 645975 BLAKE2B 9655a0ead07207bbc450b87317731faa946a580914e3d98fbbbb07e02e6c5cd465b0c94ee15dee511a623fefa580ad3b026f3871ac3e5a171e2c32475399ab78 SHA512 fa0cb42e7d9e4638e023de6a48a9e95c94304e6c124ca48503c8c2d5720ca4e3d6e8eb3bc3ad209bf4e3bc720a9fb50ae9c35ffca3de4c02d2578bd593a3bd07 +DIST thunderbird-91.8.0-cak.xpi 652065 BLAKE2B 7b1bb074cc76e4a53de73d2c63c21a01512a12f49cc7f5933a8b35b632cf6b4b9760a44e4fcad5830f0c3ba1e5ec97dc511ef92e6f0b03836d4784c57729f786 SHA512 b7faf048bcaa8230ade82cbb6b92097b727963ed5236b7d9c820639b09c616f214ec7f4eddc0ed58b1b30f1002af073a621f3c30b928324dac2817b30a506ca2 +DIST thunderbird-91.8.0-cs.xpi 711939 BLAKE2B 57117773304313d72cdbd9a6189f48b9c3f8a9328701be8686a2cfd8952a83ff49c60560aeb95565881e14cfe9b07be685e3f4fd6a51caf634638281a60fb1e6 SHA512 43b65f4d4e97c852bb52818df11e58843502a2ec6d5486c9392993ca3f93632b9638dfefc7af0ed701551156e1a569a3869c1e5de33a37c89544a090098cda87 +DIST thunderbird-91.8.0-cy.xpi 688888 BLAKE2B 9f90c4e5b4f595d3ec0622053982a5085c708b2b563c28d412858a07b25bf5648865b5ab8623a1cf6d78ecb3454d47b30e0de0def63241a052437375a318b701 SHA512 83851c82f6688d41abb048e8bb2b478cde284207883983695a5b5f82a87e7c0b871ec1273e8f8f8724954ed14004a521f0b6530684a3cefa94839a609017e6d0 +DIST thunderbird-91.8.0-da.xpi 674444 BLAKE2B c95cbca0e1f983cea1a94026cdaedc82b8f481183e2d6a10e082d280d5d3159bf714473afd7a123305f0d0223aa1b8c7dbb3ae583927b4808bed8daac74f7efa SHA512 726f44000fa27c02dc030bc460f6d54db32ba51c2cb3734d08821db02de53c6a1b3636a42af1e2fdf5da5185aae12f4e403581cbeba1996349d7059adf51f1da +DIST thunderbird-91.8.0-de.xpi 697527 BLAKE2B ce6894157eb98b0c44b03ed194abe3cc4cb4a7d9a2d8b6327409cef3c06b84872fc8d3e5bba66a4c5e22811ad60fe54c4303e95b388a72d5520d548ffc556e97 SHA512 49250b25927b681caf751335ad83187fb6b951a8bdb2506cc62efed5508b61a9edc0fc0a3f68a1c53c5088f96b3dc161e74877a900221653e1e94e1dfefadc5d +DIST thunderbird-91.8.0-dsb.xpi 723999 BLAKE2B b43b130e2af3ba412400cc1f464e56bc872f020aa3ac9429b764df0435d78cd26b913f85978799e1a217f7dae057efff5f5fff6eb2fbf92f1932cab0b8bf0a1e SHA512 0980f9c3e3da3441c9e9cf3f752ae2bcf04f17646d62f97a925c956689dc09c1d8d232d00a4624392daa52f4ccaf7c39414c3d04a02fd3908c7d2f33053c0d1f +DIST thunderbird-91.8.0-el.xpi 821180 BLAKE2B 2fa30afd1385d3e179528b2b171d5e52e223f791986a93dd9fc5981ff0410f68f5ec168db9c6f623da299d4419784647fb3313737b8226e9c9473ef476605198 SHA512 d8dd82504ebf59eb78a0806caee1f41f892e48bb11d809b69a2db4cc11fc2b1aa20e999162ac837296f047ba573d7c534067c79f2d75ad0b26065b7f9745aaae +DIST thunderbird-91.8.0-en-CA.xpi 647814 BLAKE2B 71c5033b1b26ebcf7a3abcea3dcc4cd9b4fa3df3f23a14d6f87387d05570e9d08eaddf21102b187cac2e770603159441d48487081cb457dd322800af71cf2b4d SHA512 972fb0fe5428b2691cd111d0f64367fb58c7021f18537180146dbd7751642fcaaa8a2174aeb77536c82af5b2dbd9b130051cfda7794a5c7ad0eb3bdff68cfef7 +DIST thunderbird-91.8.0-en-GB.xpi 650553 BLAKE2B 3fa7da4a741c8661857da3f208e8a8ad35cceba226d7a1de057bde45a634671b530f80be6befb83fed96b5143724a0cca126adc8370fb25e6751bfb8ac1eb9f0 SHA512 b58f571a15ad8241e4d2636f72ac069f5977ce3ea566b8f6db03921e1a550691a0583094b9420ad1738831665c4ff832d9f521dbc8fd72bf311c233cfb0440b3 +DIST thunderbird-91.8.0-es-AR.xpi 700496 BLAKE2B 17409c3e5af16b5f547b811468be17ad1e1ef9fbdcef77929112eb71cdd8f78b8d025386f6911bba41d966432384ceee187a30281f5aa467fece59f751abc161 SHA512 15490f30abdf75740b4b571e42a37d83c0ea176ae44752b9a130d7cd4c56eba74d7daa0cb887fd94be6b07fac812fd41e33b56b9ad9b2f430d272d28a360abf9 +DIST thunderbird-91.8.0-es-ES.xpi 630919 BLAKE2B edf81ecc4f5bf4e4239106f483dbb0ff44832e3ce7395b783e5270f82289f34c3e2e9abaeb6b22d952719537d130732dd19bf68ffaa3dd8b2dffe8e7bbdcaf03 SHA512 b0797cd8b1ed968ecc0f56545500bc69acd495b970fa91422b8e2ed1b759d8a92b9ae8de93ae04bb3c457e46beaecd5446ba02554336243ae84dfd45fe0038e0 +DIST thunderbird-91.8.0-et.xpi 672170 BLAKE2B 5bddb0c950b7f13dedc288f1cde32b514138bcd7b68ef271855f150a7bcd7c1b00fe8c646597a0dfb07746290cf0d189359f421b293c8e86389580efd2013b5b SHA512 82ab5f85fe4858b31da052f38b0e5450581e016314da9d144ffa82a50508d549deba7ed18d044ced903190290531dc68bbc892cef02aefa6015ebce7efa6c8db +DIST thunderbird-91.8.0-eu.xpi 678263 BLAKE2B 405b038f53980384bab4f0b40da87d168aa6b3c126fed787c108a79088cb097edb19fdea4fada37b7dc8f883e8b9069d20d822c3155ea084ab86f4fd33a8c9fc SHA512 e601e51e285f13e042769bd1783ef0ea4bbf4bc98701a5965d1781e9b86e979cc0df3f49930f1239a97004681c39743ee1498a30fc53ce28dd9154bf333bc7fb +DIST thunderbird-91.8.0-fi.xpi 676629 BLAKE2B 91a0df310c1efa4b47e0490faae286a01e8cb6f0a875bd85a4909c523dc67d3592c39452d88afcd8ed238758a4cc663d859096aa512346db1d642c5e1faa0781 SHA512 af14937b85a34d597ae11b2626280650f75cba26b94dda23e143d94c4e0fa52bc452fa156d6f04963f37ca4459bf6011b5a3b8aa72a1c0dcc204cacc3484fc85 +DIST thunderbird-91.8.0-fr.xpi 711453 BLAKE2B 721b600c9a6c9cfbc493bd17eb7918166a2aed6b2ca1bc09686288c70654d232f2ba6eb720bd38ea47bd4a16e6c300a74355f8304604cd58d26794b833715adf SHA512 057a3bd49bb50eeb86ac14839857029065fcd100ab087b9a247ef8033b895e4193c6a465fd0f8ebac42e5618f083367803e698c10998464a3a2e61059f263257 +DIST thunderbird-91.8.0-fy-NL.xpi 691880 BLAKE2B 4d358eb6264013aec6fb255e6d9677d2734b63d3e13ea56ec9e2a48da3cd1d9b0bad81b882a43466ccfa3e8c9b556332f51baabdb4e02d525344b87ebcae4a65 SHA512 fa3464d240184bff5937c52b230b4af6b9343a281a9a8d43927bbb31c935416ca7b996ad34615987eb89d8c9bfd1342b1cc8623242b73c40c64d3ef8a4c2e4c8 +DIST thunderbird-91.8.0-ga-IE.xpi 613124 BLAKE2B 0f91cdba04f1cd83049f785c5fc0eb3fc4ed5944d99bb02a41ea622c084865c374d9d1cad4e5ff0b6ca64f0e69b74aa081bd5c46cbd44492e77587283279cc54 SHA512 5cf99613fc798b12046c6c1326ed4d67ef1e11ffacdb27f80bee8da7e7ddac034ed6a7c02e387b8fbe7cc5f0755b5081818d50bd69f34fc9adab923bed499066 +DIST thunderbird-91.8.0-gd.xpi 640649 BLAKE2B bc0717c69f557d39688c11839414821f846f94e5752b48c0336eb5f985006350f74e4834eb7fcc5ef4a863d8a884751501e9ccfea980b22c1f5ea392c89ff62e SHA512 298b4441e8d262531763391d857d7de2f6f327b4ac06775783d53019d7512dd16f35655f7f4e565e405fe0e4edd91a9ed60c4126f72b2097584a8ff78504cd5d +DIST thunderbird-91.8.0-gl.xpi 677789 BLAKE2B de1523aeb7dd9a3f5080e0ba38785883d56c53402119f0faa2684e656c8953c3137c42b47b6cb908e517531ffdd845ae7210df0280d33784d3145100d7df06cd SHA512 2a19b357c916c805a41fe5846551bde08a463a8aafc5669d2f41abbbe9d5c4d3332a0a3b08f7aa1f204217935da1cf24eacca1486531b73c03a838bd14571e3b +DIST thunderbird-91.8.0-he.xpi 673191 BLAKE2B be07e8279df2d99709b1a0bab1fa481f963e44a539274fdc0cd742d37846ef170e6082521f0ae226809fde7fb61ac8622a76b6778773394f072b703cb804d632 SHA512 d4bfd6b0939ef8e2220cc45983d43b7afa14551a644a6de7f87b4a53b7f20060aff6476949ad4e47842e036eea30ad3118582b66c432752d74edb3ba1badec9c +DIST thunderbird-91.8.0-hr.xpi 653580 BLAKE2B c4f747c9668fb360dd1b95f73e2bae4b84db0728a5b09aa074c3f1e08f09227a5af4950fc91d6bc74407d3f9bedfbd49f91f2e14dc88e373bfac2f74e4abbe20 SHA512 d516404feeda698def0a70db061e4340622ff2bd5285cdb9ca3bc264e238619b31af50b8767fde8a86fbe74f223b7bd99a50a154094864784f0e57b25d2fbaf4 +DIST thunderbird-91.8.0-hsb.xpi 720812 BLAKE2B 02d24764d07118d7464b2e7c1e3adea97787bafe95f92a8e2570ab5d900d66991cfb5599aea8c593b1f6e1b9e458b7c352478dbec4180f8df2c3d1dbebeb68f4 SHA512 f47dd956d599cff3cca9095b405dd9b8876560b93a90c883fe35dcd840e07f0bfb76ecf28f0451abf694bc06e787e807393357159e912c750cad59178075db8c +DIST thunderbird-91.8.0-hu.xpi 723400 BLAKE2B cd1bc27ad150e67398054da416f730b5980d18fd610bd4611aaf1d4122d5575ec3c3f9f1c37fef77aef6a265ea0e0edaa15a477ce8a274977515121b29fab317 SHA512 460cbe5bb1617f7d2be22aa10cb7f592691700bec47756461c82f22d3789b3a1ef42a24d5ea391bf9242d6489ca25d1c6515b91f629b758a50e9166c8d4bd54b +DIST thunderbird-91.8.0-id.xpi 648250 BLAKE2B 5417b6a08c5c3dd1b0ccf7aa5ef5e3c4cbf4d4f6f468b7c1eca0e1444546b8e25ddb10d1601d42911952d5a1a55a5885057904912cdebe795f93672fe6ba529d SHA512 dc69edd053e4d0d8aed61ad6d92c6ab83b3001be5f43ef4a85e9974f3297587ee5c252372c3b08cfd26b70987391037789457906f8715705cc45662ea5f48b1f +DIST thunderbird-91.8.0-is.xpi 682261 BLAKE2B 8d754c2e43fc7a42b24aee7329e9a91728f41e15ca23206d185facb24aeca9b071ca3aef8fbff8b9b8d8fc718db5275080716bd08b02ca4ac749760eb3f56664 SHA512 c6dfd8ea989212de68c90f27b14e886d9f098f37a552dab2f03a4a5386e2963c545c83c570bfb027fba824f8fc427ca0add063120b05b6e05c45f899ff2af216 +DIST thunderbird-91.8.0-it.xpi 613333 BLAKE2B 28684b199b8267c18d1dc7a06bed6e08f948689ffe47ec63609ab0eb7bca2974ec5c2fb3ea38cd1c9b5543fd2d858576fcd1b014d5b274aab37d28f512616449 SHA512 37d0ee737637fc270b7729eda98324a25b92c3849e61ed33f7ada88ac91b9228942b7b91c7db882193798c1a54b716f9b8da82bc2600be3f755ca677a52f7022 +DIST thunderbird-91.8.0-ja.xpi 756466 BLAKE2B 40abc87f56c3503101244281040c259395ecd9bfd91313578437acd7391af4a76fb23c07f27ef66ef2d6b5d75fdbd7ed9cfad1da9c5f5370e105cf09a38510e3 SHA512 86ed9b15f311b747c0673fa5776486c10ac789da5bdf1a970dd2edc70452b8da5f693b361e87825b77b012fe5286bf2de84fe531f33e6448da9a8db7e455af42 +DIST thunderbird-91.8.0-ka.xpi 762629 BLAKE2B 8b4e63b2b7d1da8179867e19e82d739649b6e6cbe889c8cbe3ff2921d78e61e1d0d2f4612f6bdd9e6128565cd612495ace60f5714160afe43820bb6ef672b876 SHA512 84d6a450267952fe8d17a26365d5539cdc5d7c29a1d7d92fbeb3b063c404fcf15ee529a0514304307c828d29f174a3464013641a4a3d86c6743099215367b7d5 +DIST thunderbird-91.8.0-kab.xpi 677087 BLAKE2B e34b3329159282015859dfd7383f64d53128c3db47b8ec7763b28aee8693f1a965490e8865710f3763a4229dce872c33741cefa34798ad6e283958d76ad45c2b SHA512 33f8c9bc1b32aa2091d522bf7d16f9cb78265716e94b2de696380f07318be381ef74ead362f77dc029e1e48369f68eef8596b29e5a72771a8acc13205338c1f8 +DIST thunderbird-91.8.0-kk.xpi 745524 BLAKE2B 0a9e56371eba9bad979b13f4311ffc9287f19880556058e6a415782e4e25617c3d32246f470e0326c215d9e6e7c09e2830bf0b6150417c45a2cd2153b09bccfd SHA512 7dd5086a4e665423176b94bd246c2d52ab17b5c744d878e629f847ec5e7c13342ceb8ad3328bb4c83d4f1c8ac50c161915b05298b6c9a2057d7c240f2d6ed2ae +DIST thunderbird-91.8.0-ko.xpi 704769 BLAKE2B 613375caf04131d5ab907b18b0750b8d9eee8670f126b91450a89240d13fe9c19f1e3a7122a0bca6a83916492462f81b0b63f42b54eaf4c6582e67cbc5334e5e SHA512 cc94d9b5d655ea7139b5c6650e4661b5d3423e4e657bbc0858a0e005b232d48b76662faee5898c71dd00152eb7292caaa677f552176010e83cad9f0099fb7e92 +DIST thunderbird-91.8.0-lt.xpi 696044 BLAKE2B 693e3065862bd2c64c7a2873ce6f4958fcbc4fbcb03b47830440961f6f14f62473c73e905c859e2a67847926797656704babd9dfb1799e41bdb4438d6987defb SHA512 d6d843a87b7883ae9d2f9edd10770bba2ecc326c3418925c364654e605a3e22ffe7e3410b6b130cb734b4547ad57a965956e70261c10348aed57bbccfa14852c +DIST thunderbird-91.8.0-lv.xpi 618525 BLAKE2B 9a658e2fe5c802aa6aa4cc3d8b2a3bb834f3f4873c994c9e1fa035dce0df9ac747eb7ea8a87807e36a84bdcf8bc509302ea423db6a747e1ad63a23c8496209ae SHA512 c9c8d9e34dd1c9a95e36d557db0d4e1e18db0e0080c6e82a786d1061aa46f1d89465de9598fccdf97512c8c023a566a07e801f2c713a5893817a83fd671fd8a6 +DIST thunderbird-91.8.0-ms.xpi 578080 BLAKE2B 55210dc6f2bc929008c972da98b366e59836a16272464fcdfa391b421c056179f4b4ce2a69ac38432b5207f9ee46d902d26002dd047c567a358664ab741a77f2 SHA512 af148af6d77dccc7111cf84093c4d3c876d3ff597cf1e91eaf35ecfb21fd33e7eb7cf2a30b50655a636b15e651ea6d18e6d0eac6e90df15ba4ebb398c807c76d +DIST thunderbird-91.8.0-nb-NO.xpi 653327 BLAKE2B 1fd577995a7cc28ecbfb3984d3435836c5fb4c9b0e3d5cd7ce32cb68ee23af9e015384df0926fcf9fb54af5efc0bea0ce388cfc13786084985d54c1dad808b22 SHA512 ed1155fd22a92ad1c1f06f13cfe6f853bd18b7b6a1897f100f32d96f91d9463e331cd7dc74af7e2aa57a8139740ecc2c122dae7f221e44a5dd4341d30e5e9364 +DIST thunderbird-91.8.0-nl.xpi 685342 BLAKE2B c6c521084b429f5e79b18790e7c9c9336a672058c8616515871a231e1322e9582f63496c5ccaeca4ce57cc20b004da7e46f4439279c40ebf2f2dc0d0610bbec5 SHA512 b6db1edb5b518985705ecbeeeb6b5720c11780bd9b7ce2b2da4078fc339afe818715f20b1dfa246b29fdb8b129115d1af100feca0ceeb7815b841b042752dfff +DIST thunderbird-91.8.0-nn-NO.xpi 658572 BLAKE2B 0accb581df38e71e07161789070de7f5b9caafb51b661521f8554aecc090a835be12e268dc3fa7d1793b4717294d378f69948961c126cf95b6a6d3aa73b9b108 SHA512 a2dac86c96469c3a4d675d8017c67364bdc8fa88d94910a90a663eb425a7476db5b89c307400d64d0092dd9fde0ba9900b3948c036ce4be01d9ca90f4bf8aa43 +DIST thunderbird-91.8.0-pa-IN.xpi 652334 BLAKE2B 17140f837ecebc7294d504ab92e60313dd24aeeeae6befa62292aa06a91c654edd51fb23dbb74ddb84b56a79df7e9ef8cb07ad2ebc06c6c60aa69de06e92cc75 SHA512 c57d1de37b7df131a7ca47798f9a152d90bc3a0e940f3d522d4522ec901000ec4016960819d1d77d059ded8057110d9721349cdac30665b99a5a06c5aeca4095 +DIST thunderbird-91.8.0-pl.xpi 694112 BLAKE2B 61bff41eb8e80532349e38df87467508f6a50b219e6cb2414914b1432267902c8f6f72c179afede242e914a7b00c0e3828671d6e5ff78c8f526777af4f743365 SHA512 e485cad56e326c8dd8121366f7cda59e7904ae4c269318ec86973a31e0e111331ab082f42afb8298bf6825215bb7b6fe1a6374601859599a992f3913172ccc94 +DIST thunderbird-91.8.0-pt-BR.xpi 694133 BLAKE2B 9df2655b9a6afc0375d4e8671c3b02127742ff6de37d5bf0235e846cdb14b9cc60fd8e8effbcbfc64f0d63c806b14e901dd8b1c6927c3e8ce8dc56e39ba67aef SHA512 669f1be2d608e899ed0bfd1c8e5764847baeb8c061523de4d2a648d3ae03e8c528bb69ecdb0fa59c527ae64eda266040d5c30637296c234c3378ceb1aaf39662 +DIST thunderbird-91.8.0-pt-PT.xpi 674674 BLAKE2B 95aed11822bd01668063cd345d4e9927bcf312c17c71bbe94228cbcde9dcf396b12b779e329da5ae2710c21f8e046c56402ccfec9c11c8ffa460023b0a61954d SHA512 1f3a3dabbe9937b19ff46e14553829d3605f05d9466156a7e6f26f0813609e534a2b5b80de7529e3bca66a22941d18d5cf6837e95350891f1276727219d07e1d +DIST thunderbird-91.8.0-rm.xpi 687614 BLAKE2B 8f4eaeeaadf3508484567fa66b9e82b9a8280d554700ade05e7f4d0b22a2c0e6ae0e0c854b1367bf43548790d49a6ccf8630d773fa1debe0926e088925f6b8e4 SHA512 d93db38a8f4a435e609f46743c99b8eff760714e1daff365620be059b8a61fca53479b5e2155690bff7a343d86d2adbe308e1c6e818670b18e00a2f97a79257e +DIST thunderbird-91.8.0-ro.xpi 661346 BLAKE2B ccf870b835ca8c92f8077172f3e0f8fee832eecf0cd745367d58c8dbf604ed7b06821fac274f3ded7288984224def1624a690c931b684b4983a188cfda756131 SHA512 0b7df068486121555a5f9fd08c229322fdb889390d61138b1050b9d1c4c916683684d82187f8c7b0e5c5d63bcc82cba0b9597b81dd1406d1f19e31aa8876bf7e +DIST thunderbird-91.8.0-ru.xpi 793374 BLAKE2B 3ff88c83abec94f9a4e21d6a05c9b1870c1eefbaf179c698d7af3bf479e7cfa8a232533a6dbd2607acba8d6553128d04a81ecfa788a062ecddc8919624ecfa3b SHA512 a5f4fd48aae5719a38ae3a715b93146c184a50d7f5dd6a4f44db410c5b0b1464dd2819d5550c3e642950de32f4536b48fd3a2a76a4dfed8c9880be44ce6e2d15 +DIST thunderbird-91.8.0-sk.xpi 721093 BLAKE2B d65a0d2a52f1dcf7f73d2d37e73a86b1a7251b907fc5025c1dc65f33234a39cf809ca878c0a18b99edd1c419c0ddc2570fe0580e0cb2c6e8a1c14a150edab5ca SHA512 077c67f7ab72e8dc01038b14a96361ccf6dae8027f80079b63c9c7b2e146f31873754381106d89fd1b1034aa2a779cafd7e5fea752d603269fc6e14548b4b18f +DIST thunderbird-91.8.0-sl.xpi 682544 BLAKE2B 39575e474371b497ebb4e737a883cc46b949e2787691884b432fd21287f3c3a916611c7dc4a21bd9b044a4f93aa86631abd07ff57e473540b1d1479d719dc167 SHA512 9afd2a905473e78738814f19e12f3bb565ea8bfc0a4b3ec054b11c6cebf9e0fba996345381e0b0f66ea2a96f1f31dfdf8a5fc2dc6add82bbb03809c0f2e977f2 +DIST thunderbird-91.8.0-sq.xpi 703626 BLAKE2B bac45d0de92981b0f7065838bf1c51a8ce920701accf174620bd397f098835cf0b9b5cfa6207c890c17b56324451b1c574ed51e496aac6988fe3b76aeb48919b SHA512 7dd70b85c4e1c05aaede45b4c9d9e665d9715bd8d48936ca687e4b4b6adb4549fd656e48f0a70a2c0697342c4c235d5488772aa271f032a5e6da75147cde881c +DIST thunderbird-91.8.0-sr.xpi 710564 BLAKE2B ee9954ec5691acea9af05deda3bb2ef6612e5ed742c279188068d46dbd6912310f63527c1534cca5fb61276760c0657b97313903a8314500f487dcf30302f68a SHA512 96cfc5721c427861e1bacd80b0a3408fe88fe21fe8a3f9411b28e908b4df170faaad52c22fe0588e38c31acf685068a921d569318b2b1d5257dba2c753698e73 +DIST thunderbird-91.8.0-sv-SE.xpi 690968 BLAKE2B 504430e0af0a0dc50aa8dc986ab0e80b787a6fb4f2c1316a224b654e0803414334a0db7e2eac11cd599b5d878e9a7ced9805570dd1d3e31a157a1047e461be7d SHA512 3e5fe7bc5215e5432b9e62c130ff59f87c3ea79a6bcf337448d11bc1b41530d8046badd34e296f8f8531a9676fe642ef521820d1bd88ace0a693bd5e395c956f +DIST thunderbird-91.8.0-th.xpi 748756 BLAKE2B 059c3296baadcb3e746f0fe0b991aeaa5387701b6798a7bddc7f3dc2df8207d7285170bb23f2454b59e88b8c6e83a3e71ee57bcf61e0201150185de19a4660ff SHA512 02401e05f9a4a63d80f2667325beeb46e6d91fd027665908160baadea5ef1bd057436035d759636e6a420874e8b9a986f1d325ec546d87c92e51cd890c5bc7ad +DIST thunderbird-91.8.0-tr.xpi 699652 BLAKE2B c3ea88e1656ac821090605a9a8db74fc81cd5f72b0c5ec257980b567e803b28d0e9ba34e51b588ef956231fa0817bc01ff941b35bb5c085a716a187fe28903f7 SHA512 216954b928d041ea1641e596138a2801fbe17ec26cef08b41f54a89915943d722cb24c626aa4ae1dc5a7cb4bac887394c03790a9cc4aa6989a876538a55330bb +DIST thunderbird-91.8.0-uk.xpi 798482 BLAKE2B 19778ae8cfcb93b83ab540c78db6f2761cbac997d841a15bab931d3c75f67c4753674d13f15b3d0c3caaa2ab36834252e9bff1d6580aa1519d0f8c345a33635c SHA512 f20be53c19b00984d44bb3ae0636706b7f0f00567230a81f51904a8d5bff134a9b4fe92c2a100e93d9e9d36d639a3cba9d168778bb3394db2925844c18ce6950 +DIST thunderbird-91.8.0-uz.xpi 595925 BLAKE2B 6762aa6058ae6faae41e0ce356743b6fee09d42fb7b1ea7daf6c501b3dd9e2f03481885ccd39a26c59aa66bb2ceb396dcad53a34adf97913f0056c7a5753afc1 SHA512 de4107b5f69634b33bc807aba3a9a477580e7b1a19b159fb128b27152d030af342f895e3f88d7e7301e45af51b72bc11933805bce2cb47324f75a45b98447787 +DIST thunderbird-91.8.0-vi.xpi 725527 BLAKE2B 63e83e534406ff29e949211db05e9e4a174835cc81e66b1057834cc0fdabf520d63c06e53408dac6215c4138fedd8f0804b155ea80113a8f2fbb87a4b8f75c1c SHA512 eee86653547672465b561f9f1ce9c6bde733e9db05cebb5230471a0a016a7c5c389adf67f66c6312def5abac0c0551820756f0f49448bee0853aeb21c5dc5f27 +DIST thunderbird-91.8.0-zh-CN.xpi 730902 BLAKE2B f9b38733993da2958ac981c150fcbb0482909cb9930f9c0b00dd5392a66730ccf4ec0e64c384da0cda249a6758626131ee5651fd7113a59b90d12e6ade84908a SHA512 02642d349dd7abd54c6462c32db381777f863077de102e35d7b9a96f33b2447e83237592bff7ab7ddd8486714477fc144532887f0e25bde8a2d81bec5f4b2948 +DIST thunderbird-91.8.0-zh-TW.xpi 731944 BLAKE2B 96af2bc372640dd48408f261f05bb2a751404510606cb939e6142009a3cdeaf87f956120f82956504525d4a3e81a56d1ea3146490ea0a0443fd72c36bffe25e1 SHA512 3c0bbef2af7330e7ee760c22cb2d90f8adb1ba522309ab946745f5ecd734bf094633b943367c5d5235021d6bc000e5569df8e41380f582f7df8500b9eec40fa5 +DIST thunderbird-bin_i686-91.8.0.tar.bz2 75059923 BLAKE2B 0b70a324c3cefa9e3b0c648c67371fc6528e8f98057e2bf64054de0bf342c8283c3c2e6a0550428dac49611d0e1e75cc14b6c1e5d1cf8102bb3f2d270e0bd708 SHA512 ba65b7d022a55aeca9e48b96dae57a3b0ad0709316218130fdf074f3b67ba92139dd7e689d5bc0d4568b2d408c31bafcc39b7ae19531eb16b54ac462bdef12f0 +DIST thunderbird-bin_x86_64-91.8.0.tar.bz2 72021123 BLAKE2B f40ca07312eec7a3927dbafae2bcb2c6889ef14db2fb8da5be05080420bf3187f4a6a916e4bc7de3ebdeb055aee3ab12c040810316d46cdfd6f7c51839ab8dd7 SHA512 9e5c1c518817d6df8983ee71e567633b0e1f640a6844f22430abc620233740d445cfd57de2f9a8a25e83e6d61330e38ed703f46771a263b769700575674579fc diff --git a/mail-client/thunderbird-bin/thunderbird-bin-91.7.0.ebuild b/mail-client/thunderbird-bin/thunderbird-bin-91.8.0.ebuild similarity index 100% rename from mail-client/thunderbird-bin/thunderbird-bin-91.7.0.ebuild rename to mail-client/thunderbird-bin/thunderbird-bin-91.8.0.ebuild diff --git a/mail-client/thunderbird/Manifest b/mail-client/thunderbird/Manifest index d3b036c5793c..48353258f877 100644 --- a/mail-client/thunderbird/Manifest +++ b/mail-client/thunderbird/Manifest @@ -63,3 +63,67 @@ DIST thunderbird-91.7.0-vi.xpi 720551 BLAKE2B 894926fa3cbfe5fce7191eb1f34f11e09d DIST thunderbird-91.7.0-zh-CN.xpi 726136 BLAKE2B 2def8d6a98822e9c886002700417cf1a33db10551419da964fb818c31c7adc0dc47599ab8f4fb00f63373cabb8d20190d28ba7b7c5e6111e7522a96649d0b840 SHA512 5447b0b16597a500e3339d7282bcdd9e6927e719e8c8afa5c71cf608e7a18959be66a4cb3c49eb7400c8fac38ee0ad7d00b41ace819288eb1a9cc2456a32b7ae DIST thunderbird-91.7.0-zh-TW.xpi 727309 BLAKE2B d6dc9650e74a0df619df07d17f3f694b72018fe2335e315c30a2efe0182cdec222ebc24a5b11de2b434a6ebd7e9c9309ea0410bd4d1f45bcc49eed79726aeed1 SHA512 14e74a10c7f0b213c39c0cb1a13d9951a6129d4b009c94c24ea4e346b6ac20d9250fd6a0541414d87af65267e7f6455fd343a6ffa1a2f51617f52bba2eec90a6 DIST thunderbird-91.7.0.source.tar.xz 409451024 BLAKE2B 0fe4c7a2da979a8061b2cfe0dce43b675f8854549a20ddacccccb52e20ec814e3c13776ece89247c76e82496ecfd886c7d23d0997841a3c999803c917eee5651 SHA512 2afaee16f155edcb0bdb46ebe282a733cf041ec6f562aebd06f8b675e46917f6f500fcc532fc54d74f3f4b0b489a88934a2c6c304f849873de4bc2690b9056a0 +DIST thunderbird-91.8.0-af.xpi 561894 BLAKE2B 91b462c633b65cbf823b8e02b42f00feae17e258950f721e8975ca954324df4f1a734c1791bbe505529f1c54484710777c3512a19dcb89516ef055568020535e SHA512 95bc1cc1b5c57fe0480380dbdb492ef46fc6cb16c7f80c457cb121e5dcac0b573f5d936f57436153402ddc3f7afc70de25c3f36f19ef517497573e150b61f85b +DIST thunderbird-91.8.0-ar.xpi 665730 BLAKE2B e853ba424a52b3dbe1a7fa402e603d8176fa398850a28516b3bb2d4cfe4faf528d92db5619eba0b00b1ef218c01db8c74eb24e2e3d11e56e19ad615db8b1dcbd SHA512 209e45c161567e53b258dc715f16d8d4e3580ceba1be9d5e99cf5d05190e849884942bf0db91c4bcd1f4e883fcea03a4eb3da3022dd09c88282dd6fc422174a0 +DIST thunderbird-91.8.0-ast.xpi 580509 BLAKE2B 6ff86567fffecf527c5b814c1ad3a42d7a14e6329f624e34d74e199c5e90c44e39f387c24400c6d3b4ff4ee78fa3ebf7bebba101a5a8819046370830209b3fca SHA512 85f67ad13bdfde1a8c1420c877c1ae5626c11f84e3050c3541d516c4c98c74d02dbd318a1f99e6754175565528080c0b8638a87f14e453f952095c97be1a1ae6 +DIST thunderbird-91.8.0-be.xpi 695198 BLAKE2B 6549df276524bfbbadd2d6ac1db55c5c536ce4c9eae4630a95973bb9654c4f6c6f383485438a2d0cdf90bd408621f5abfa8e4ae177db991660aef7bcea1aadcf SHA512 28cc190fb20754aeb15080fb30f942753c96e7d6db3d3202a56dc5be56bcfd144855c8e2a51aa76039b59454ed46608c166a7372267dae818f4c426fd5e9cc6b +DIST thunderbird-91.8.0-bg.xpi 690996 BLAKE2B bfd70be5de08df5cd94c701e7d228ab593d874857d05a04e2c9fdd6428968c752fee68016a388a6762d3e472ff2ccad70a1616c85d671ea8192883a57030fc61 SHA512 26eea7ad31d509f329696e851e98750deaa6b181d8690af4b496213018af761db52dbeaad107094ba24e876555e93b9b056b97b2594cbfd1b0670cc3c1c5a559 +DIST thunderbird-91.8.0-br.xpi 620588 BLAKE2B 089ed23537dfac44b0ad0f77081ab059254211534a1a7cccc628b28a1edbdcf41bb63d46d15885d4ad55554018dc2de722f7c565af44cdc952e04660d8d12f9e SHA512 3de805556b0a6adeece0a985b333d131f51c6030bdc00dde7857fabdb28ae8796c3248c5f1ec5460b2a4f6240db2496cf716b6595235db894d855ca6aaa9cd00 +DIST thunderbird-91.8.0-ca.xpi 645975 BLAKE2B 9655a0ead07207bbc450b87317731faa946a580914e3d98fbbbb07e02e6c5cd465b0c94ee15dee511a623fefa580ad3b026f3871ac3e5a171e2c32475399ab78 SHA512 fa0cb42e7d9e4638e023de6a48a9e95c94304e6c124ca48503c8c2d5720ca4e3d6e8eb3bc3ad209bf4e3bc720a9fb50ae9c35ffca3de4c02d2578bd593a3bd07 +DIST thunderbird-91.8.0-cak.xpi 652065 BLAKE2B 7b1bb074cc76e4a53de73d2c63c21a01512a12f49cc7f5933a8b35b632cf6b4b9760a44e4fcad5830f0c3ba1e5ec97dc511ef92e6f0b03836d4784c57729f786 SHA512 b7faf048bcaa8230ade82cbb6b92097b727963ed5236b7d9c820639b09c616f214ec7f4eddc0ed58b1b30f1002af073a621f3c30b928324dac2817b30a506ca2 +DIST thunderbird-91.8.0-cs.xpi 711939 BLAKE2B 57117773304313d72cdbd9a6189f48b9c3f8a9328701be8686a2cfd8952a83ff49c60560aeb95565881e14cfe9b07be685e3f4fd6a51caf634638281a60fb1e6 SHA512 43b65f4d4e97c852bb52818df11e58843502a2ec6d5486c9392993ca3f93632b9638dfefc7af0ed701551156e1a569a3869c1e5de33a37c89544a090098cda87 +DIST thunderbird-91.8.0-cy.xpi 688888 BLAKE2B 9f90c4e5b4f595d3ec0622053982a5085c708b2b563c28d412858a07b25bf5648865b5ab8623a1cf6d78ecb3454d47b30e0de0def63241a052437375a318b701 SHA512 83851c82f6688d41abb048e8bb2b478cde284207883983695a5b5f82a87e7c0b871ec1273e8f8f8724954ed14004a521f0b6530684a3cefa94839a609017e6d0 +DIST thunderbird-91.8.0-da.xpi 674444 BLAKE2B c95cbca0e1f983cea1a94026cdaedc82b8f481183e2d6a10e082d280d5d3159bf714473afd7a123305f0d0223aa1b8c7dbb3ae583927b4808bed8daac74f7efa SHA512 726f44000fa27c02dc030bc460f6d54db32ba51c2cb3734d08821db02de53c6a1b3636a42af1e2fdf5da5185aae12f4e403581cbeba1996349d7059adf51f1da +DIST thunderbird-91.8.0-de.xpi 697527 BLAKE2B ce6894157eb98b0c44b03ed194abe3cc4cb4a7d9a2d8b6327409cef3c06b84872fc8d3e5bba66a4c5e22811ad60fe54c4303e95b388a72d5520d548ffc556e97 SHA512 49250b25927b681caf751335ad83187fb6b951a8bdb2506cc62efed5508b61a9edc0fc0a3f68a1c53c5088f96b3dc161e74877a900221653e1e94e1dfefadc5d +DIST thunderbird-91.8.0-dsb.xpi 723999 BLAKE2B b43b130e2af3ba412400cc1f464e56bc872f020aa3ac9429b764df0435d78cd26b913f85978799e1a217f7dae057efff5f5fff6eb2fbf92f1932cab0b8bf0a1e SHA512 0980f9c3e3da3441c9e9cf3f752ae2bcf04f17646d62f97a925c956689dc09c1d8d232d00a4624392daa52f4ccaf7c39414c3d04a02fd3908c7d2f33053c0d1f +DIST thunderbird-91.8.0-el.xpi 821180 BLAKE2B 2fa30afd1385d3e179528b2b171d5e52e223f791986a93dd9fc5981ff0410f68f5ec168db9c6f623da299d4419784647fb3313737b8226e9c9473ef476605198 SHA512 d8dd82504ebf59eb78a0806caee1f41f892e48bb11d809b69a2db4cc11fc2b1aa20e999162ac837296f047ba573d7c534067c79f2d75ad0b26065b7f9745aaae +DIST thunderbird-91.8.0-en-CA.xpi 647814 BLAKE2B 71c5033b1b26ebcf7a3abcea3dcc4cd9b4fa3df3f23a14d6f87387d05570e9d08eaddf21102b187cac2e770603159441d48487081cb457dd322800af71cf2b4d SHA512 972fb0fe5428b2691cd111d0f64367fb58c7021f18537180146dbd7751642fcaaa8a2174aeb77536c82af5b2dbd9b130051cfda7794a5c7ad0eb3bdff68cfef7 +DIST thunderbird-91.8.0-en-GB.xpi 650553 BLAKE2B 3fa7da4a741c8661857da3f208e8a8ad35cceba226d7a1de057bde45a634671b530f80be6befb83fed96b5143724a0cca126adc8370fb25e6751bfb8ac1eb9f0 SHA512 b58f571a15ad8241e4d2636f72ac069f5977ce3ea566b8f6db03921e1a550691a0583094b9420ad1738831665c4ff832d9f521dbc8fd72bf311c233cfb0440b3 +DIST thunderbird-91.8.0-es-AR.xpi 700496 BLAKE2B 17409c3e5af16b5f547b811468be17ad1e1ef9fbdcef77929112eb71cdd8f78b8d025386f6911bba41d966432384ceee187a30281f5aa467fece59f751abc161 SHA512 15490f30abdf75740b4b571e42a37d83c0ea176ae44752b9a130d7cd4c56eba74d7daa0cb887fd94be6b07fac812fd41e33b56b9ad9b2f430d272d28a360abf9 +DIST thunderbird-91.8.0-es-ES.xpi 630919 BLAKE2B edf81ecc4f5bf4e4239106f483dbb0ff44832e3ce7395b783e5270f82289f34c3e2e9abaeb6b22d952719537d130732dd19bf68ffaa3dd8b2dffe8e7bbdcaf03 SHA512 b0797cd8b1ed968ecc0f56545500bc69acd495b970fa91422b8e2ed1b759d8a92b9ae8de93ae04bb3c457e46beaecd5446ba02554336243ae84dfd45fe0038e0 +DIST thunderbird-91.8.0-et.xpi 672170 BLAKE2B 5bddb0c950b7f13dedc288f1cde32b514138bcd7b68ef271855f150a7bcd7c1b00fe8c646597a0dfb07746290cf0d189359f421b293c8e86389580efd2013b5b SHA512 82ab5f85fe4858b31da052f38b0e5450581e016314da9d144ffa82a50508d549deba7ed18d044ced903190290531dc68bbc892cef02aefa6015ebce7efa6c8db +DIST thunderbird-91.8.0-eu.xpi 678263 BLAKE2B 405b038f53980384bab4f0b40da87d168aa6b3c126fed787c108a79088cb097edb19fdea4fada37b7dc8f883e8b9069d20d822c3155ea084ab86f4fd33a8c9fc SHA512 e601e51e285f13e042769bd1783ef0ea4bbf4bc98701a5965d1781e9b86e979cc0df3f49930f1239a97004681c39743ee1498a30fc53ce28dd9154bf333bc7fb +DIST thunderbird-91.8.0-fi.xpi 676629 BLAKE2B 91a0df310c1efa4b47e0490faae286a01e8cb6f0a875bd85a4909c523dc67d3592c39452d88afcd8ed238758a4cc663d859096aa512346db1d642c5e1faa0781 SHA512 af14937b85a34d597ae11b2626280650f75cba26b94dda23e143d94c4e0fa52bc452fa156d6f04963f37ca4459bf6011b5a3b8aa72a1c0dcc204cacc3484fc85 +DIST thunderbird-91.8.0-fr.xpi 711453 BLAKE2B 721b600c9a6c9cfbc493bd17eb7918166a2aed6b2ca1bc09686288c70654d232f2ba6eb720bd38ea47bd4a16e6c300a74355f8304604cd58d26794b833715adf SHA512 057a3bd49bb50eeb86ac14839857029065fcd100ab087b9a247ef8033b895e4193c6a465fd0f8ebac42e5618f083367803e698c10998464a3a2e61059f263257 +DIST thunderbird-91.8.0-fy-NL.xpi 691880 BLAKE2B 4d358eb6264013aec6fb255e6d9677d2734b63d3e13ea56ec9e2a48da3cd1d9b0bad81b882a43466ccfa3e8c9b556332f51baabdb4e02d525344b87ebcae4a65 SHA512 fa3464d240184bff5937c52b230b4af6b9343a281a9a8d43927bbb31c935416ca7b996ad34615987eb89d8c9bfd1342b1cc8623242b73c40c64d3ef8a4c2e4c8 +DIST thunderbird-91.8.0-ga-IE.xpi 613124 BLAKE2B 0f91cdba04f1cd83049f785c5fc0eb3fc4ed5944d99bb02a41ea622c084865c374d9d1cad4e5ff0b6ca64f0e69b74aa081bd5c46cbd44492e77587283279cc54 SHA512 5cf99613fc798b12046c6c1326ed4d67ef1e11ffacdb27f80bee8da7e7ddac034ed6a7c02e387b8fbe7cc5f0755b5081818d50bd69f34fc9adab923bed499066 +DIST thunderbird-91.8.0-gd.xpi 640649 BLAKE2B bc0717c69f557d39688c11839414821f846f94e5752b48c0336eb5f985006350f74e4834eb7fcc5ef4a863d8a884751501e9ccfea980b22c1f5ea392c89ff62e SHA512 298b4441e8d262531763391d857d7de2f6f327b4ac06775783d53019d7512dd16f35655f7f4e565e405fe0e4edd91a9ed60c4126f72b2097584a8ff78504cd5d +DIST thunderbird-91.8.0-gl.xpi 677789 BLAKE2B de1523aeb7dd9a3f5080e0ba38785883d56c53402119f0faa2684e656c8953c3137c42b47b6cb908e517531ffdd845ae7210df0280d33784d3145100d7df06cd SHA512 2a19b357c916c805a41fe5846551bde08a463a8aafc5669d2f41abbbe9d5c4d3332a0a3b08f7aa1f204217935da1cf24eacca1486531b73c03a838bd14571e3b +DIST thunderbird-91.8.0-he.xpi 673191 BLAKE2B be07e8279df2d99709b1a0bab1fa481f963e44a539274fdc0cd742d37846ef170e6082521f0ae226809fde7fb61ac8622a76b6778773394f072b703cb804d632 SHA512 d4bfd6b0939ef8e2220cc45983d43b7afa14551a644a6de7f87b4a53b7f20060aff6476949ad4e47842e036eea30ad3118582b66c432752d74edb3ba1badec9c +DIST thunderbird-91.8.0-hr.xpi 653580 BLAKE2B c4f747c9668fb360dd1b95f73e2bae4b84db0728a5b09aa074c3f1e08f09227a5af4950fc91d6bc74407d3f9bedfbd49f91f2e14dc88e373bfac2f74e4abbe20 SHA512 d516404feeda698def0a70db061e4340622ff2bd5285cdb9ca3bc264e238619b31af50b8767fde8a86fbe74f223b7bd99a50a154094864784f0e57b25d2fbaf4 +DIST thunderbird-91.8.0-hsb.xpi 720812 BLAKE2B 02d24764d07118d7464b2e7c1e3adea97787bafe95f92a8e2570ab5d900d66991cfb5599aea8c593b1f6e1b9e458b7c352478dbec4180f8df2c3d1dbebeb68f4 SHA512 f47dd956d599cff3cca9095b405dd9b8876560b93a90c883fe35dcd840e07f0bfb76ecf28f0451abf694bc06e787e807393357159e912c750cad59178075db8c +DIST thunderbird-91.8.0-hu.xpi 723400 BLAKE2B cd1bc27ad150e67398054da416f730b5980d18fd610bd4611aaf1d4122d5575ec3c3f9f1c37fef77aef6a265ea0e0edaa15a477ce8a274977515121b29fab317 SHA512 460cbe5bb1617f7d2be22aa10cb7f592691700bec47756461c82f22d3789b3a1ef42a24d5ea391bf9242d6489ca25d1c6515b91f629b758a50e9166c8d4bd54b +DIST thunderbird-91.8.0-id.xpi 648250 BLAKE2B 5417b6a08c5c3dd1b0ccf7aa5ef5e3c4cbf4d4f6f468b7c1eca0e1444546b8e25ddb10d1601d42911952d5a1a55a5885057904912cdebe795f93672fe6ba529d SHA512 dc69edd053e4d0d8aed61ad6d92c6ab83b3001be5f43ef4a85e9974f3297587ee5c252372c3b08cfd26b70987391037789457906f8715705cc45662ea5f48b1f +DIST thunderbird-91.8.0-is.xpi 682261 BLAKE2B 8d754c2e43fc7a42b24aee7329e9a91728f41e15ca23206d185facb24aeca9b071ca3aef8fbff8b9b8d8fc718db5275080716bd08b02ca4ac749760eb3f56664 SHA512 c6dfd8ea989212de68c90f27b14e886d9f098f37a552dab2f03a4a5386e2963c545c83c570bfb027fba824f8fc427ca0add063120b05b6e05c45f899ff2af216 +DIST thunderbird-91.8.0-it.xpi 613333 BLAKE2B 28684b199b8267c18d1dc7a06bed6e08f948689ffe47ec63609ab0eb7bca2974ec5c2fb3ea38cd1c9b5543fd2d858576fcd1b014d5b274aab37d28f512616449 SHA512 37d0ee737637fc270b7729eda98324a25b92c3849e61ed33f7ada88ac91b9228942b7b91c7db882193798c1a54b716f9b8da82bc2600be3f755ca677a52f7022 +DIST thunderbird-91.8.0-ja.xpi 756466 BLAKE2B 40abc87f56c3503101244281040c259395ecd9bfd91313578437acd7391af4a76fb23c07f27ef66ef2d6b5d75fdbd7ed9cfad1da9c5f5370e105cf09a38510e3 SHA512 86ed9b15f311b747c0673fa5776486c10ac789da5bdf1a970dd2edc70452b8da5f693b361e87825b77b012fe5286bf2de84fe531f33e6448da9a8db7e455af42 +DIST thunderbird-91.8.0-ka.xpi 762629 BLAKE2B 8b4e63b2b7d1da8179867e19e82d739649b6e6cbe889c8cbe3ff2921d78e61e1d0d2f4612f6bdd9e6128565cd612495ace60f5714160afe43820bb6ef672b876 SHA512 84d6a450267952fe8d17a26365d5539cdc5d7c29a1d7d92fbeb3b063c404fcf15ee529a0514304307c828d29f174a3464013641a4a3d86c6743099215367b7d5 +DIST thunderbird-91.8.0-kab.xpi 677087 BLAKE2B e34b3329159282015859dfd7383f64d53128c3db47b8ec7763b28aee8693f1a965490e8865710f3763a4229dce872c33741cefa34798ad6e283958d76ad45c2b SHA512 33f8c9bc1b32aa2091d522bf7d16f9cb78265716e94b2de696380f07318be381ef74ead362f77dc029e1e48369f68eef8596b29e5a72771a8acc13205338c1f8 +DIST thunderbird-91.8.0-kk.xpi 745524 BLAKE2B 0a9e56371eba9bad979b13f4311ffc9287f19880556058e6a415782e4e25617c3d32246f470e0326c215d9e6e7c09e2830bf0b6150417c45a2cd2153b09bccfd SHA512 7dd5086a4e665423176b94bd246c2d52ab17b5c744d878e629f847ec5e7c13342ceb8ad3328bb4c83d4f1c8ac50c161915b05298b6c9a2057d7c240f2d6ed2ae +DIST thunderbird-91.8.0-ko.xpi 704769 BLAKE2B 613375caf04131d5ab907b18b0750b8d9eee8670f126b91450a89240d13fe9c19f1e3a7122a0bca6a83916492462f81b0b63f42b54eaf4c6582e67cbc5334e5e SHA512 cc94d9b5d655ea7139b5c6650e4661b5d3423e4e657bbc0858a0e005b232d48b76662faee5898c71dd00152eb7292caaa677f552176010e83cad9f0099fb7e92 +DIST thunderbird-91.8.0-lt.xpi 696044 BLAKE2B 693e3065862bd2c64c7a2873ce6f4958fcbc4fbcb03b47830440961f6f14f62473c73e905c859e2a67847926797656704babd9dfb1799e41bdb4438d6987defb SHA512 d6d843a87b7883ae9d2f9edd10770bba2ecc326c3418925c364654e605a3e22ffe7e3410b6b130cb734b4547ad57a965956e70261c10348aed57bbccfa14852c +DIST thunderbird-91.8.0-lv.xpi 618525 BLAKE2B 9a658e2fe5c802aa6aa4cc3d8b2a3bb834f3f4873c994c9e1fa035dce0df9ac747eb7ea8a87807e36a84bdcf8bc509302ea423db6a747e1ad63a23c8496209ae SHA512 c9c8d9e34dd1c9a95e36d557db0d4e1e18db0e0080c6e82a786d1061aa46f1d89465de9598fccdf97512c8c023a566a07e801f2c713a5893817a83fd671fd8a6 +DIST thunderbird-91.8.0-ms.xpi 578080 BLAKE2B 55210dc6f2bc929008c972da98b366e59836a16272464fcdfa391b421c056179f4b4ce2a69ac38432b5207f9ee46d902d26002dd047c567a358664ab741a77f2 SHA512 af148af6d77dccc7111cf84093c4d3c876d3ff597cf1e91eaf35ecfb21fd33e7eb7cf2a30b50655a636b15e651ea6d18e6d0eac6e90df15ba4ebb398c807c76d +DIST thunderbird-91.8.0-nb-NO.xpi 653327 BLAKE2B 1fd577995a7cc28ecbfb3984d3435836c5fb4c9b0e3d5cd7ce32cb68ee23af9e015384df0926fcf9fb54af5efc0bea0ce388cfc13786084985d54c1dad808b22 SHA512 ed1155fd22a92ad1c1f06f13cfe6f853bd18b7b6a1897f100f32d96f91d9463e331cd7dc74af7e2aa57a8139740ecc2c122dae7f221e44a5dd4341d30e5e9364 +DIST thunderbird-91.8.0-nl.xpi 685342 BLAKE2B c6c521084b429f5e79b18790e7c9c9336a672058c8616515871a231e1322e9582f63496c5ccaeca4ce57cc20b004da7e46f4439279c40ebf2f2dc0d0610bbec5 SHA512 b6db1edb5b518985705ecbeeeb6b5720c11780bd9b7ce2b2da4078fc339afe818715f20b1dfa246b29fdb8b129115d1af100feca0ceeb7815b841b042752dfff +DIST thunderbird-91.8.0-nn-NO.xpi 658572 BLAKE2B 0accb581df38e71e07161789070de7f5b9caafb51b661521f8554aecc090a835be12e268dc3fa7d1793b4717294d378f69948961c126cf95b6a6d3aa73b9b108 SHA512 a2dac86c96469c3a4d675d8017c67364bdc8fa88d94910a90a663eb425a7476db5b89c307400d64d0092dd9fde0ba9900b3948c036ce4be01d9ca90f4bf8aa43 +DIST thunderbird-91.8.0-pa-IN.xpi 652334 BLAKE2B 17140f837ecebc7294d504ab92e60313dd24aeeeae6befa62292aa06a91c654edd51fb23dbb74ddb84b56a79df7e9ef8cb07ad2ebc06c6c60aa69de06e92cc75 SHA512 c57d1de37b7df131a7ca47798f9a152d90bc3a0e940f3d522d4522ec901000ec4016960819d1d77d059ded8057110d9721349cdac30665b99a5a06c5aeca4095 +DIST thunderbird-91.8.0-pl.xpi 694112 BLAKE2B 61bff41eb8e80532349e38df87467508f6a50b219e6cb2414914b1432267902c8f6f72c179afede242e914a7b00c0e3828671d6e5ff78c8f526777af4f743365 SHA512 e485cad56e326c8dd8121366f7cda59e7904ae4c269318ec86973a31e0e111331ab082f42afb8298bf6825215bb7b6fe1a6374601859599a992f3913172ccc94 +DIST thunderbird-91.8.0-pt-BR.xpi 694133 BLAKE2B 9df2655b9a6afc0375d4e8671c3b02127742ff6de37d5bf0235e846cdb14b9cc60fd8e8effbcbfc64f0d63c806b14e901dd8b1c6927c3e8ce8dc56e39ba67aef SHA512 669f1be2d608e899ed0bfd1c8e5764847baeb8c061523de4d2a648d3ae03e8c528bb69ecdb0fa59c527ae64eda266040d5c30637296c234c3378ceb1aaf39662 +DIST thunderbird-91.8.0-pt-PT.xpi 674674 BLAKE2B 95aed11822bd01668063cd345d4e9927bcf312c17c71bbe94228cbcde9dcf396b12b779e329da5ae2710c21f8e046c56402ccfec9c11c8ffa460023b0a61954d SHA512 1f3a3dabbe9937b19ff46e14553829d3605f05d9466156a7e6f26f0813609e534a2b5b80de7529e3bca66a22941d18d5cf6837e95350891f1276727219d07e1d +DIST thunderbird-91.8.0-rm.xpi 687614 BLAKE2B 8f4eaeeaadf3508484567fa66b9e82b9a8280d554700ade05e7f4d0b22a2c0e6ae0e0c854b1367bf43548790d49a6ccf8630d773fa1debe0926e088925f6b8e4 SHA512 d93db38a8f4a435e609f46743c99b8eff760714e1daff365620be059b8a61fca53479b5e2155690bff7a343d86d2adbe308e1c6e818670b18e00a2f97a79257e +DIST thunderbird-91.8.0-ro.xpi 661346 BLAKE2B ccf870b835ca8c92f8077172f3e0f8fee832eecf0cd745367d58c8dbf604ed7b06821fac274f3ded7288984224def1624a690c931b684b4983a188cfda756131 SHA512 0b7df068486121555a5f9fd08c229322fdb889390d61138b1050b9d1c4c916683684d82187f8c7b0e5c5d63bcc82cba0b9597b81dd1406d1f19e31aa8876bf7e +DIST thunderbird-91.8.0-ru.xpi 793374 BLAKE2B 3ff88c83abec94f9a4e21d6a05c9b1870c1eefbaf179c698d7af3bf479e7cfa8a232533a6dbd2607acba8d6553128d04a81ecfa788a062ecddc8919624ecfa3b SHA512 a5f4fd48aae5719a38ae3a715b93146c184a50d7f5dd6a4f44db410c5b0b1464dd2819d5550c3e642950de32f4536b48fd3a2a76a4dfed8c9880be44ce6e2d15 +DIST thunderbird-91.8.0-sk.xpi 721093 BLAKE2B d65a0d2a52f1dcf7f73d2d37e73a86b1a7251b907fc5025c1dc65f33234a39cf809ca878c0a18b99edd1c419c0ddc2570fe0580e0cb2c6e8a1c14a150edab5ca SHA512 077c67f7ab72e8dc01038b14a96361ccf6dae8027f80079b63c9c7b2e146f31873754381106d89fd1b1034aa2a779cafd7e5fea752d603269fc6e14548b4b18f +DIST thunderbird-91.8.0-sl.xpi 682544 BLAKE2B 39575e474371b497ebb4e737a883cc46b949e2787691884b432fd21287f3c3a916611c7dc4a21bd9b044a4f93aa86631abd07ff57e473540b1d1479d719dc167 SHA512 9afd2a905473e78738814f19e12f3bb565ea8bfc0a4b3ec054b11c6cebf9e0fba996345381e0b0f66ea2a96f1f31dfdf8a5fc2dc6add82bbb03809c0f2e977f2 +DIST thunderbird-91.8.0-sq.xpi 703626 BLAKE2B bac45d0de92981b0f7065838bf1c51a8ce920701accf174620bd397f098835cf0b9b5cfa6207c890c17b56324451b1c574ed51e496aac6988fe3b76aeb48919b SHA512 7dd70b85c4e1c05aaede45b4c9d9e665d9715bd8d48936ca687e4b4b6adb4549fd656e48f0a70a2c0697342c4c235d5488772aa271f032a5e6da75147cde881c +DIST thunderbird-91.8.0-sr.xpi 710564 BLAKE2B ee9954ec5691acea9af05deda3bb2ef6612e5ed742c279188068d46dbd6912310f63527c1534cca5fb61276760c0657b97313903a8314500f487dcf30302f68a SHA512 96cfc5721c427861e1bacd80b0a3408fe88fe21fe8a3f9411b28e908b4df170faaad52c22fe0588e38c31acf685068a921d569318b2b1d5257dba2c753698e73 +DIST thunderbird-91.8.0-sv-SE.xpi 690968 BLAKE2B 504430e0af0a0dc50aa8dc986ab0e80b787a6fb4f2c1316a224b654e0803414334a0db7e2eac11cd599b5d878e9a7ced9805570dd1d3e31a157a1047e461be7d SHA512 3e5fe7bc5215e5432b9e62c130ff59f87c3ea79a6bcf337448d11bc1b41530d8046badd34e296f8f8531a9676fe642ef521820d1bd88ace0a693bd5e395c956f +DIST thunderbird-91.8.0-th.xpi 748756 BLAKE2B 059c3296baadcb3e746f0fe0b991aeaa5387701b6798a7bddc7f3dc2df8207d7285170bb23f2454b59e88b8c6e83a3e71ee57bcf61e0201150185de19a4660ff SHA512 02401e05f9a4a63d80f2667325beeb46e6d91fd027665908160baadea5ef1bd057436035d759636e6a420874e8b9a986f1d325ec546d87c92e51cd890c5bc7ad +DIST thunderbird-91.8.0-tr.xpi 699652 BLAKE2B c3ea88e1656ac821090605a9a8db74fc81cd5f72b0c5ec257980b567e803b28d0e9ba34e51b588ef956231fa0817bc01ff941b35bb5c085a716a187fe28903f7 SHA512 216954b928d041ea1641e596138a2801fbe17ec26cef08b41f54a89915943d722cb24c626aa4ae1dc5a7cb4bac887394c03790a9cc4aa6989a876538a55330bb +DIST thunderbird-91.8.0-uk.xpi 798482 BLAKE2B 19778ae8cfcb93b83ab540c78db6f2761cbac997d841a15bab931d3c75f67c4753674d13f15b3d0c3caaa2ab36834252e9bff1d6580aa1519d0f8c345a33635c SHA512 f20be53c19b00984d44bb3ae0636706b7f0f00567230a81f51904a8d5bff134a9b4fe92c2a100e93d9e9d36d639a3cba9d168778bb3394db2925844c18ce6950 +DIST thunderbird-91.8.0-uz.xpi 595925 BLAKE2B 6762aa6058ae6faae41e0ce356743b6fee09d42fb7b1ea7daf6c501b3dd9e2f03481885ccd39a26c59aa66bb2ceb396dcad53a34adf97913f0056c7a5753afc1 SHA512 de4107b5f69634b33bc807aba3a9a477580e7b1a19b159fb128b27152d030af342f895e3f88d7e7301e45af51b72bc11933805bce2cb47324f75a45b98447787 +DIST thunderbird-91.8.0-vi.xpi 725527 BLAKE2B 63e83e534406ff29e949211db05e9e4a174835cc81e66b1057834cc0fdabf520d63c06e53408dac6215c4138fedd8f0804b155ea80113a8f2fbb87a4b8f75c1c SHA512 eee86653547672465b561f9f1ce9c6bde733e9db05cebb5230471a0a016a7c5c389adf67f66c6312def5abac0c0551820756f0f49448bee0853aeb21c5dc5f27 +DIST thunderbird-91.8.0-zh-CN.xpi 730902 BLAKE2B f9b38733993da2958ac981c150fcbb0482909cb9930f9c0b00dd5392a66730ccf4ec0e64c384da0cda249a6758626131ee5651fd7113a59b90d12e6ade84908a SHA512 02642d349dd7abd54c6462c32db381777f863077de102e35d7b9a96f33b2447e83237592bff7ab7ddd8486714477fc144532887f0e25bde8a2d81bec5f4b2948 +DIST thunderbird-91.8.0-zh-TW.xpi 731944 BLAKE2B 96af2bc372640dd48408f261f05bb2a751404510606cb939e6142009a3cdeaf87f956120f82956504525d4a3e81a56d1ea3146490ea0a0443fd72c36bffe25e1 SHA512 3c0bbef2af7330e7ee760c22cb2d90f8adb1ba522309ab946745f5ecd734bf094633b943367c5d5235021d6bc000e5569df8e41380f582f7df8500b9eec40fa5 +DIST thunderbird-91.8.0.source.tar.xz 404452336 BLAKE2B d045244b587bec6a35561cfa1de0edfdd898e2f5b03373053fcab7584ecd3f3fbddd618763732ce320920de6f3af4033b19f7970e0a87cdd70c21daba4d0791b SHA512 147c7ad68b0a32cc0fd4405935836af1fa77bbce6a1e367b51ef9871e7fc2a8fe908a1d200be34326f4f339d272e62f619b75680201fe82d301ddd02e23824d5 diff --git a/mail-client/thunderbird/thunderbird-91.8.0.ebuild b/mail-client/thunderbird/thunderbird-91.8.0.ebuild new file mode 100644 index 000000000000..db68b9f2832b --- /dev/null +++ b/mail-client/thunderbird/thunderbird-91.8.0.ebuild @@ -0,0 +1,1137 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI="7" + +FIREFOX_PATCHSET="firefox-91esr-patches-06j.tar.xz" + +LLVM_MAX_SLOT=13 + +PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_REQ_USE="ncurses,sqlite,ssl" + +WANT_AUTOCONF="2.1" + +VIRTUALX_REQUIRED="pgo" + +MOZ_ESR= + +MOZ_PV=${PV} +MOZ_PV_SUFFIX= +if [[ ${PV} =~ (_(alpha|beta|rc).*)$ ]] ; then + MOZ_PV_SUFFIX=${BASH_REMATCH[1]} + + # Convert the ebuild version to the upstream Mozilla version + MOZ_PV="${MOZ_PV/_alpha/a}" # Handle alpha for SRC_URI + MOZ_PV="${MOZ_PV/_beta/b}" # Handle beta for SRC_URI + MOZ_PV="${MOZ_PV%%_rc*}" # Handle rc for SRC_URI +fi + +if [[ -n ${MOZ_ESR} ]] ; then + # ESR releases have slightly different version numbers + MOZ_PV="${MOZ_PV}esr" +fi + +MOZ_PN="${PN%-bin}" +MOZ_P="${MOZ_PN}-${MOZ_PV}" +MOZ_PV_DISTFILES="${MOZ_PV}${MOZ_PV_SUFFIX}" +MOZ_P_DISTFILES="${MOZ_PN}-${MOZ_PV_DISTFILES}" + +inherit autotools check-reqs desktop flag-o-matic gnome2-utils \ + llvm multiprocessing optfeature pax-utils python-any-r1 toolchain-funcs \ + virtualx xdg + +MOZ_SRC_BASE_URI="https://archive.mozilla.org/pub/${MOZ_PN}/releases/${MOZ_PV}" + +if [[ ${PV} == *_rc* ]] ; then + MOZ_SRC_BASE_URI="https://archive.mozilla.org/pub/${MOZ_PN}/candidates/${MOZ_PV}-candidates/build${PV##*_rc}" +fi + +PATCH_URIS=( + https://dev.gentoo.org/~{juippis,polynomial-c,whissi}/mozilla/patchsets/${FIREFOX_PATCHSET} +) + +SRC_URI="${MOZ_SRC_BASE_URI}/source/${MOZ_P}.source.tar.xz -> ${MOZ_P_DISTFILES}.source.tar.xz + ${PATCH_URIS[@]}" + +DESCRIPTION="Thunderbird Mail Client" +HOMEPAGE="https://www.thunderbird.net/" + +KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86" + +SLOT="0" +LICENSE="MPL-2.0 GPL-2 LGPL-2.1" + +IUSE="+clang cpu_flags_arm_neon dbus debug eme-free hardened hwaccel" +IUSE+=" jack lto +openh264 pgo pulseaudio sndio selinux" +IUSE+=" +system-av1 +system-harfbuzz +system-icu +system-jpeg +system-libevent +system-libvpx system-png +system-webp" +IUSE+=" wayland wifi" + +REQUIRED_USE="debug? ( !system-av1 ) + pgo? ( lto ) + wifi? ( dbus )" + +BDEPEND="${PYTHON_DEPS} + app-arch/unzip + app-arch/zip + >=dev-util/cbindgen-0.19.0 + >=net-libs/nodejs-10.23.1 + virtual/pkgconfig + >=virtual/rust-1.51.0 + || ( + ( + sys-devel/clang:13 + sys-devel/llvm:13 + clang? ( + =sys-devel/lld-13* + pgo? ( =sys-libs/compiler-rt-sanitizers-13*[profile] ) + ) + ) + ( + sys-devel/clang:12 + sys-devel/llvm:12 + clang? ( + =sys-devel/lld-12* + pgo? ( =sys-libs/compiler-rt-sanitizers-12*[profile] ) + ) + ) + ( + sys-devel/clang:11 + sys-devel/llvm:11 + clang? ( + =sys-devel/lld-11* + pgo? ( =sys-libs/compiler-rt-sanitizers-11*[profile] ) + ) + ) + ) + amd64? ( >=dev-lang/nasm-2.13 ) + x86? ( >=dev-lang/nasm-2.13 )" + +COMMON_DEPEND=" + >=dev-libs/nss-3.68 + >=dev-libs/nspr-4.32 + dev-libs/atk + dev-libs/expat + >=x11-libs/cairo-1.10[X] + >=x11-libs/gtk+-3.4.0:3[X] + x11-libs/gdk-pixbuf + >=x11-libs/pango-1.22.0 + >=media-libs/mesa-10.2:* + media-libs/fontconfig + >=media-libs/freetype-2.4.10 + kernel_linux? ( !pulseaudio? ( media-libs/alsa-lib ) ) + virtual/freedesktop-icon-theme + >=x11-libs/pixman-0.19.2 + >=dev-libs/glib-2.26:2 + >=sys-libs/zlib-1.2.3 + >=dev-libs/libffi-3.0.10:= + media-video/ffmpeg + x11-libs/libX11 + x11-libs/libxcb:= + x11-libs/libXcomposite + x11-libs/libXdamage + x11-libs/libXext + x11-libs/libXfixes + x11-libs/libXrender + x11-libs/libXt + dbus? ( + sys-apps/dbus + dev-libs/dbus-glib + ) + system-av1? ( + >=media-libs/dav1d-0.8.1:= + >=media-libs/libaom-1.0.0:= + ) + system-harfbuzz? ( + >=media-libs/harfbuzz-2.8.1:0= + >=media-gfx/graphite2-1.3.13 + ) + system-icu? ( >=dev-libs/icu-69.1:= ) + system-jpeg? ( >=media-libs/libjpeg-turbo-1.2.1 ) + system-libevent? ( >=dev-libs/libevent-2.0:0=[threads] ) + system-libvpx? ( >=media-libs/libvpx-1.8.2:0=[postproc] ) + system-png? ( >=media-libs/libpng-1.6.35:0=[apng] ) + system-webp? ( >=media-libs/libwebp-1.1.0:0= ) + wifi? ( + kernel_linux? ( + sys-apps/dbus + dev-libs/dbus-glib + net-misc/networkmanager + ) + ) + jack? ( virtual/jack ) + selinux? ( sec-policy/selinux-mozilla ) + sndio? ( media-sound/sndio )" + +RDEPEND="${COMMON_DEPEND} + jack? ( virtual/jack ) + openh264? ( media-libs/openh264:*[plugin] ) + pulseaudio? ( + || ( + media-sound/pulseaudio + >=media-sound/apulse-0.1.12-r4 + ) + ) + selinux? ( sec-policy/selinux-mozilla ) + !&2 + return 1 + fi + + if use clang ; then + if ! has_version -b "=sys-devel/lld-${LLVM_SLOT}*" ; then + einfo "=sys-devel/lld-${LLVM_SLOT}* is missing! Cannot use LLVM slot ${LLVM_SLOT} ..." >&2 + return 1 + fi + + if use pgo ; then + if ! has_version -b "=sys-libs/compiler-rt-sanitizers-${LLVM_SLOT}*" ; then + einfo "=sys-libs/compiler-rt-sanitizers-${LLVM_SLOT}* is missing! Cannot use LLVM slot ${LLVM_SLOT} ..." >&2 + return 1 + fi + fi + fi + + einfo "Using LLVM slot ${LLVM_SLOT} to build" >&2 +} + +MOZ_LANGS=( + af ar ast be bg br ca cak cs cy da de dsb + el en-CA en-GB en-US es-AR es-ES et eu + fi fr fy-NL ga-IE gd gl he hr hsb hu + id is it ja ka kab kk ko lt lv ms nb-NO nl nn-NO + pa-IN pl pt-BR pt-PT rm ro ru + sk sl sq sr sv-SE th tr uk uz vi zh-CN zh-TW +) + +mozilla_set_globals() { + # https://bugs.gentoo.org/587334 + local MOZ_TOO_REGIONALIZED_FOR_L10N=( + fy-NL ga-IE gu-IN hi-IN hy-AM nb-NO ne-NP nn-NO pa-IN sv-SE + ) + + local lang xflag + for lang in "${MOZ_LANGS[@]}" ; do + # en and en_US are handled internally + if [[ ${lang} == en ]] || [[ ${lang} == en-US ]] ; then + continue + fi + + # strip region subtag if $lang is in the list + if has ${lang} "${MOZ_TOO_REGIONALIZED_FOR_L10N[@]}" ; then + xflag=${lang%%-*} + else + xflag=${lang} + fi + + SRC_URI+=" l10n_${xflag/[_@]/-}? (" + SRC_URI+=" ${MOZ_SRC_BASE_URI}/linux-x86_64/xpi/${lang}.xpi -> ${MOZ_P_DISTFILES}-${lang}.xpi" + SRC_URI+=" )" + IUSE+=" l10n_${xflag/[_@]/-}" + done +} +mozilla_set_globals + +moz_clear_vendor_checksums() { + debug-print-function ${FUNCNAME} "$@" + + if [[ ${#} -ne 1 ]] ; then + die "${FUNCNAME} requires exact one argument" + fi + + einfo "Clearing cargo checksums for ${1} ..." + + sed -i \ + -e 's/\("files":{\)[^}]*/\1/' \ + "${S}"/third_party/rust/${1}/.cargo-checksum.json \ + || die +} + +moz_install_xpi() { + debug-print-function ${FUNCNAME} "$@" + + if [[ ${#} -lt 2 ]] ; then + die "${FUNCNAME} requires at least two arguments" + fi + + local DESTDIR=${1} + shift + + insinto "${DESTDIR}" + + local emid xpi_file xpi_tmp_dir + for xpi_file in "${@}" ; do + emid= + xpi_tmp_dir=$(mktemp -d --tmpdir="${T}") + + # Unpack XPI + unzip -qq "${xpi_file}" -d "${xpi_tmp_dir}" || die + + # Determine extension ID + if [[ -f "${xpi_tmp_dir}/install.rdf" ]] ; then + emid=$(sed -n -e '/install-manifest/,$ { /em:id/!d; s/.*[\">]\([^\"<>]*\)[\"<].*/\1/; p; q }' "${xpi_tmp_dir}/install.rdf") + [[ -z "${emid}" ]] && die "failed to determine extension id from install.rdf" + elif [[ -f "${xpi_tmp_dir}/manifest.json" ]] ; then + emid=$(sed -n -e 's/.*"id": "\([^"]*\)".*/\1/p' "${xpi_tmp_dir}/manifest.json") + [[ -z "${emid}" ]] && die "failed to determine extension id from manifest.json" + else + die "failed to determine extension id" + fi + + einfo "Installing ${emid}.xpi into ${ED}${DESTDIR} ..." + newins "${xpi_file}" "${emid}.xpi" + done +} + +mozconfig_add_options_ac() { + debug-print-function ${FUNCNAME} "$@" + + if [[ ${#} -lt 2 ]] ; then + die "${FUNCNAME} requires at least two arguments" + fi + + local reason=${1} + shift + + local option + for option in ${@} ; do + echo "ac_add_options ${option} # ${reason}" >>${MOZCONFIG} + done +} + +mozconfig_add_options_mk() { + debug-print-function ${FUNCNAME} "$@" + + if [[ ${#} -lt 2 ]] ; then + die "${FUNCNAME} requires at least two arguments" + fi + + local reason=${1} + shift + + local option + for option in ${@} ; do + echo "mk_add_options ${option} # ${reason}" >>${MOZCONFIG} + done +} + +mozconfig_use_enable() { + debug-print-function ${FUNCNAME} "$@" + + if [[ ${#} -lt 1 ]] ; then + die "${FUNCNAME} requires at least one arguments" + fi + + local flag=$(use_enable "${@}") + mozconfig_add_options_ac "$(use ${1} && echo +${1} || echo -${1})" "${flag}" +} + +mozconfig_use_with() { + debug-print-function ${FUNCNAME} "$@" + + if [[ ${#} -lt 1 ]] ; then + die "${FUNCNAME} requires at least one arguments" + fi + + local flag=$(use_with "${@}") + mozconfig_add_options_ac "$(use ${1} && echo +${1} || echo -${1})" "${flag}" +} + +pkg_pretend() { + if [[ ${MERGE_TYPE} != binary ]] ; then + if use pgo ; then + if ! has usersandbox $FEATURES ; then + die "You must enable usersandbox as X server can not run as root!" + fi + fi + + # Ensure we have enough disk space to compile + if use pgo || use lto || use debug ; then + CHECKREQS_DISK_BUILD="13500M" + else + CHECKREQS_DISK_BUILD="6400M" + fi + + check-reqs_pkg_pretend + fi +} + +pkg_setup() { + if [[ ${MERGE_TYPE} != binary ]] ; then + if use pgo ; then + if ! has userpriv ${FEATURES} ; then + eerror "Building ${PN} with USE=pgo and FEATURES=-userpriv is not supported!" + fi + fi + + # Ensure we have enough disk space to compile + if use pgo || use lto || use debug ; then + CHECKREQS_DISK_BUILD="13500M" + else + CHECKREQS_DISK_BUILD="6400M" + fi + + check-reqs_pkg_setup + + llvm_pkg_setup + + if use clang && use lto ; then + local version_lld=$(ld.lld --version 2>/dev/null | awk '{ print $2 }') + [[ -n ${version_lld} ]] && version_lld=$(ver_cut 1 "${version_lld}") + [[ -z ${version_lld} ]] && die "Failed to read ld.lld version!" + + local version_llvm_rust=$(rustc -Vv 2>/dev/null | grep -F -- 'LLVM version:' | awk '{ print $3 }') + [[ -n ${version_llvm_rust} ]] && version_llvm_rust=$(ver_cut 1 "${version_llvm_rust}") + [[ -z ${version_llvm_rust} ]] && die "Failed to read used LLVM version from rustc!" + + if ver_test "${version_lld}" -ne "${version_llvm_rust}" ; then + eerror "Rust is using LLVM version ${version_llvm_rust} but ld.lld version belongs to LLVM version ${version_lld}." + eerror "You will be unable to link ${CATEGORY}/${PN}. To proceed you have the following options:" + eerror " - Manually switch rust version using 'eselect rust' to match used LLVM version" + eerror " - Switch to dev-lang/rust[system-llvm] which will guarantee matching version" + eerror " - Build ${CATEGORY}/${PN} without USE=lto" + die "LLVM version used by Rust (${version_llvm_rust}) does not match with ld.lld version (${version_lld})!" + fi + fi + + if ! use clang && [[ $(gcc-major-version) -eq 11 ]] \ + && ! has_version -b ">sys-devel/gcc-11.1.0:11" ; then + # bug 792705 + eerror "Using GCC 11 to compile firefox is currently known to be broken (see bug #792705)." + die "Set USE=clang or select "${S}"/api-google.key || die + echo -n "${MOZ_API_KEY_LOCATION//gGaPi/}" > "${S}"/api-location.key || die + echo -n "${MOZ_API_KEY_MOZILLA//m0ap1/}" > "${S}"/api-mozilla.key || die + + xdg_src_prepare +} + +src_configure() { + # Show flags set at the beginning + einfo "Current BINDGEN_CFLAGS:\t${BINDGEN_CFLAGS:-no value set}" + einfo "Current CFLAGS:\t\t${CFLAGS:-no value set}" + einfo "Current CXXFLAGS:\t\t${CXXFLAGS:-no value set}" + einfo "Current LDFLAGS:\t\t${LDFLAGS:-no value set}" + einfo "Current RUSTFLAGS:\t\t${RUSTFLAGS:-no value set}" + + local have_switched_compiler= + if use clang && ! tc-is-clang ; then + # Force clang + einfo "Enforcing the use of clang due to USE=clang ..." + have_switched_compiler=yes + AR=llvm-ar + CC=${CHOST}-clang + CXX=${CHOST}-clang++ + NM=llvm-nm + RANLIB=llvm-ranlib + elif ! use clang && ! tc-is-gcc ; then + # Force gcc + have_switched_compiler=yes + einfo "Enforcing the use of gcc due to USE=-clang ..." + AR=gcc-ar + CC=${CHOST}-gcc + CXX=${CHOST}-g++ + NM=gcc-nm + RANLIB=gcc-ranlib + fi + + if [[ -n "${have_switched_compiler}" ]] ; then + # Because we switched active compiler we have to ensure + # that no unsupported flags are set + strip-unsupported-flags + fi + + # Ensure we use correct toolchain + export HOST_CC="$(tc-getBUILD_CC)" + export HOST_CXX="$(tc-getBUILD_CXX)" + tc-export CC CXX LD AR NM OBJDUMP RANLIB PKG_CONFIG + + # Pass the correct toolchain paths through cbindgen + if tc-is-cross-compiler ; then + export BINDGEN_CFLAGS="${SYSROOT:+--sysroot=${ESYSROOT}} --target=${CHOST} ${BINDGEN_CFLAGS-}" + fi + + # Set MOZILLA_FIVE_HOME + export MOZILLA_FIVE_HOME="/usr/$(get_libdir)/${PN}" + + # python/mach/mach/mixin/process.py fails to detect SHELL + export SHELL="${EPREFIX}/bin/bash" + + # Set state path + export MOZBUILD_STATE_PATH="${BUILD_DIR}" + + # Set MOZCONFIG + export MOZCONFIG="${S}/.mozconfig" + + # Initialize MOZCONFIG + mozconfig_add_options_ac '' --enable-application=comm/mail + + # Set Gentoo defaults + export MOZILLA_OFFICIAL=1 + + mozconfig_add_options_ac 'Gentoo default' \ + --allow-addon-sideload \ + --disable-cargo-incremental \ + --disable-crashreporter \ + --disable-install-strip \ + --disable-strip \ + --disable-updater \ + --enable-js-shell \ + --enable-official-branding \ + --enable-release \ + --enable-system-ffi \ + --enable-system-pixman \ + --host="${CBUILD:-${CHOST}}" \ + --libdir="${EPREFIX}/usr/$(get_libdir)" \ + --prefix="${EPREFIX}/usr" \ + --target="${CHOST}" \ + --without-ccache \ + --with-intl-api \ + --with-libclang-path="$(llvm-config --libdir)" \ + --with-system-nspr \ + --with-system-nss \ + --with-system-zlib \ + --with-toolchain-prefix="${CHOST}-" \ + --with-unsigned-addon-scopes=app,system \ + --x-includes="${SYSROOT}${EPREFIX}/usr/include" \ + --x-libraries="${SYSROOT}${EPREFIX}/usr/$(get_libdir)" + + # Set update channel + local update_channel=release + [[ -n ${MOZ_ESR} ]] && update_channel=esr + mozconfig_add_options_ac '' --update-channel=${update_channel} + + if ! use x86 && [[ ${CHOST} != armv*h* ]] ; then + mozconfig_add_options_ac '' --enable-rust-simd + fi + + if [[ -s "${S}/api-google.key" ]] ; then + local key_origin="Gentoo default" + if [[ $(cat "${S}/api-google.key" | md5sum | awk '{ print $1 }') != 709560c02f94b41f9ad2c49207be6c54 ]] ; then + key_origin="User value" + fi + + mozconfig_add_options_ac "${key_origin}" \ + --with-google-safebrowsing-api-keyfile="${S}/api-google.key" + else + einfo "Building without Google API key ..." + fi + + if [[ -s "${S}/api-location.key" ]] ; then + local key_origin="Gentoo default" + if [[ $(cat "${S}/api-location.key" | md5sum | awk '{ print $1 }') != ffb7895e35dedf832eb1c5d420ac7420 ]] ; then + key_origin="User value" + fi + + mozconfig_add_options_ac "${key_origin}" \ + --with-google-location-service-api-keyfile="${S}/api-location.key" + else + einfo "Building without Location API key ..." + fi + + if [[ -s "${S}/api-mozilla.key" ]] ; then + local key_origin="Gentoo default" + if [[ $(cat "${S}/api-mozilla.key" | md5sum | awk '{ print $1 }') != 3927726e9442a8e8fa0e46ccc39caa27 ]] ; then + key_origin="User value" + fi + + mozconfig_add_options_ac "${key_origin}" \ + --with-mozilla-api-keyfile="${S}/api-mozilla.key" + else + einfo "Building without Mozilla API key ..." + fi + + mozconfig_use_with system-av1 + mozconfig_use_with system-harfbuzz + mozconfig_use_with system-harfbuzz system-graphite2 + mozconfig_use_with system-icu + mozconfig_use_with system-jpeg + mozconfig_use_with system-libevent system-libevent "${SYSROOT}${EPREFIX}/usr" + mozconfig_use_with system-libvpx + mozconfig_use_with system-png + mozconfig_use_with system-webp + + mozconfig_use_enable dbus + + use eme-free && mozconfig_add_options_ac '+eme-free' --disable-eme + + if use hardened ; then + mozconfig_add_options_ac "+hardened" --enable-hardening + append-ldflags "-Wl,-z,relro -Wl,-z,now" + fi + + mozconfig_use_enable jack + + mozconfig_use_enable pulseaudio + # force the deprecated alsa sound code if pulseaudio is disabled + if use kernel_linux && ! use pulseaudio ; then + mozconfig_add_options_ac '-pulseaudio' --enable-alsa + fi + + mozconfig_use_enable sndio + + mozconfig_use_enable wifi necko-wifi + + if use wayland ; then + mozconfig_add_options_ac '+wayland' --enable-default-toolkit=cairo-gtk3-wayland + else + mozconfig_add_options_ac '' --enable-default-toolkit=cairo-gtk3 + fi + + if use lto ; then + if use clang ; then + # Upstream only supports lld when using clang + mozconfig_add_options_ac "forcing ld=lld due to USE=clang and USE=lto" --enable-linker=lld + + mozconfig_add_options_ac '+lto' --enable-lto=cross + else + # ld.gold is known to fail: + # /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.1/../../../../x86_64-pc-linux-gnu/bin/ld.gold: internal error in set_xindex, at /var/tmp/portage/sys-devel/binutils-2.37_p1-r1/work/binutils-2.37/gold/object.h:1050 + + # ThinLTO is currently broken, see bmo#1644409 + mozconfig_add_options_ac '+lto' --enable-lto=full + mozconfig_add_options_ac "linker is set to bfd" --enable-linker=bfd + fi + + if use pgo ; then + mozconfig_add_options_ac '+pgo' MOZ_PGO=1 + + if use clang ; then + # Used in build/pgo/profileserver.py + export LLVM_PROFDATA="llvm-profdata" + fi + fi + else + # Avoid auto-magic on linker + if use clang ; then + # This is upstream's default + mozconfig_add_options_ac "forcing ld=lld due to USE=clang" --enable-linker=lld + else + mozconfig_add_options_ac "linker is set to bfd" --enable-linker=bfd + fi + fi + + # LTO flag was handled via configure + filter-flags '-flto*' + + mozconfig_use_enable debug + if use debug ; then + mozconfig_add_options_ac '+debug' --disable-optimize + else + if is-flag '-g*' ; then + if use clang ; then + mozconfig_add_options_ac 'from CFLAGS' --enable-debug-symbols=$(get-flag '-g*') + else + mozconfig_add_options_ac 'from CFLAGS' --enable-debug-symbols + fi + else + mozconfig_add_options_ac 'Gentoo default' --disable-debug-symbols + fi + + if is-flag '-O0' ; then + mozconfig_add_options_ac "from CFLAGS" --enable-optimize=-O0 + elif is-flag '-O4' ; then + mozconfig_add_options_ac "from CFLAGS" --enable-optimize=-O4 + elif is-flag '-O3' ; then + mozconfig_add_options_ac "from CFLAGS" --enable-optimize=-O3 + elif is-flag '-O1' ; then + mozconfig_add_options_ac "from CFLAGS" --enable-optimize=-O1 + elif is-flag '-Os' ; then + mozconfig_add_options_ac "from CFLAGS" --enable-optimize=-Os + else + mozconfig_add_options_ac "Gentoo default" --enable-optimize=-O2 + fi + fi + + # Debug flag was handled via configure + filter-flags '-g*' + + # Optimization flag was handled via configure + filter-flags '-O*' + + # Modifications to better support ARM, bug #553364 + if use cpu_flags_arm_neon ; then + mozconfig_add_options_ac '+cpu_flags_arm_neon' --with-fpu=neon + + if ! tc-is-clang ; then + # thumb options aren't supported when using clang, bug 666966 + mozconfig_add_options_ac '+cpu_flags_arm_neon' \ + --with-thumb=yes \ + --with-thumb-interwork=no + fi + fi + + if [[ ${CHOST} == armv*h* ]] ; then + mozconfig_add_options_ac 'CHOST=armv*h*' --with-float-abi=hard + + if ! use system-libvpx ; then + sed -i \ + -e "s|softfp|hard|" \ + "${S}"/media/libvpx/moz.build \ + || die + fi + fi + + if use clang ; then + # https://bugzilla.mozilla.org/show_bug.cgi?id=1482204 + # https://bugzilla.mozilla.org/show_bug.cgi?id=1483822 + # toolkit/moz.configure Elfhack section: target.cpu in ('arm', 'x86', 'x86_64') + local disable_elf_hack= + if use amd64 ; then + disable_elf_hack=yes + elif use x86 ; then + disable_elf_hack=yes + elif use arm ; then + disable_elf_hack=yes + fi + + if [[ -n ${disable_elf_hack} ]] ; then + mozconfig_add_options_ac 'elf-hack is broken when using Clang' --disable-elf-hack + fi + elif tc-is-gcc ; then + if ver_test $(gcc-fullversion) -ge 10 ; then + einfo "Forcing -fno-tree-loop-vectorize to workaround GCC bug, see bug 758446 ..." + append-cxxflags -fno-tree-loop-vectorize + fi + fi + + # Additional ARCH support + case "${ARCH}" in + arm) + # Reduce the memory requirements for linking + if use clang ; then + # Nothing to do + :; + elif tc-ld-is-gold || use lto ; then + append-ldflags -Wl,--no-keep-memory + else + append-ldflags -Wl,--no-keep-memory -Wl,--reduce-memory-overheads + fi + ;; + esac + + if ! use elibc_glibc ; then + mozconfig_add_options_ac '!elibc_glibc' --disable-jemalloc + fi + + # Allow elfhack to work in combination with unstripped binaries + # when they would normally be larger than 2GiB. + append-ldflags "-Wl,--compress-debug-sections=zlib" + + # Make revdep-rebuild.sh happy; Also required for musl + append-ldflags -Wl,-rpath="${MOZILLA_FIVE_HOME}",--enable-new-dtags + + # Pass $MAKEOPTS to build system + export MOZ_MAKE_FLAGS="${MAKEOPTS}" + + # Use system's Python environment + export MACH_USE_SYSTEM_PYTHON=1 + + # Disable notification when build system has finished + export MOZ_NOSPAM=1 + + # Portage sets XARGS environment variable to "xargs -r" by default which + # breaks build system's check_prog() function which doesn't support arguments + mozconfig_add_options_ac 'Gentoo default' "XARGS=${EPREFIX}/usr/bin/xargs" + + # Set build dir + mozconfig_add_options_mk 'Gentoo default' "MOZ_OBJDIR=${BUILD_DIR}" + + # Show flags we will use + einfo "Build BINDGEN_CFLAGS:\t${BINDGEN_CFLAGS:-no value set}" + einfo "Build CFLAGS:\t\t${CFLAGS:-no value set}" + einfo "Build CXXFLAGS:\t\t${CXXFLAGS:-no value set}" + einfo "Build LDFLAGS:\t\t${LDFLAGS:-no value set}" + einfo "Build RUSTFLAGS:\t\t${RUSTFLAGS:-no value set}" + + # Handle EXTRA_CONF and show summary + local ac opt hash reason + + # Apply EXTRA_ECONF entries to $MOZCONFIG + if [[ -n ${EXTRA_ECONF} ]] ; then + IFS=\! read -a ac <<<${EXTRA_ECONF// --/\!} + for opt in "${ac[@]}"; do + mozconfig_add_options_ac "EXTRA_ECONF" --${opt#--} + done + fi + + echo + echo "==========================================================" + echo "Building ${PF} with the following configuration" + grep ^ac_add_options "${MOZCONFIG}" | while read ac opt hash reason; do + [[ -z ${hash} || ${hash} == \# ]] \ + || die "error reading mozconfig: ${ac} ${opt} ${hash} ${reason}" + printf " %-30s %s\n" "${opt}" "${reason:-mozilla.org default}" + done + echo "==========================================================" + echo + + ./mach configure || die +} + +src_compile() { + local virtx_cmd= + + if use pgo ; then + virtx_cmd=virtx + + # Reset and cleanup environment variables used by GNOME/XDG + gnome2_environment_reset + + addpredict /root + fi + + local -x GDK_BACKEND=x11 + + ${virtx_cmd} ./mach build --verbose \ + || die +} + +src_install() { + # xpcshell is getting called during install + pax-mark m \ + "${BUILD_DIR}"/dist/bin/xpcshell \ + "${BUILD_DIR}"/dist/bin/${PN} \ + "${BUILD_DIR}"/dist/bin/plugin-container + + DESTDIR="${D}" ./mach install || die + + # Upstream cannot ship symlink but we can (bmo#658850) + rm "${ED}${MOZILLA_FIVE_HOME}/${PN}-bin" || die + dosym ${PN} ${MOZILLA_FIVE_HOME}/${PN}-bin + + # Don't install llvm-symbolizer from sys-devel/llvm package + if [[ -f "${ED}${MOZILLA_FIVE_HOME}/llvm-symbolizer" ]] ; then + rm -v "${ED}${MOZILLA_FIVE_HOME}/llvm-symbolizer" || die + fi + + # Install policy (currently only used to disable application updates) + insinto "${MOZILLA_FIVE_HOME}/distribution" + newins "${FILESDIR}"/distribution.ini distribution.ini + newins "${FILESDIR}"/disable-auto-update.policy.json policies.json + + # Install system-wide preferences + local PREFS_DIR="${MOZILLA_FIVE_HOME}/defaults/pref" + insinto "${PREFS_DIR}" + newins "${FILESDIR}"/gentoo-default-prefs.js gentoo-prefs.js + + local GENTOO_PREFS="${ED}${PREFS_DIR}/gentoo-prefs.js" + + # Set dictionary path to use system hunspell + cat >>"${GENTOO_PREFS}" <<-EOF || die "failed to set spellchecker.dictionary_path pref" + pref("spellchecker.dictionary_path", "${EPREFIX}/usr/share/myspell"); + EOF + + # Force hwaccel prefs if USE=hwaccel is enabled + if use hwaccel ; then + cat "${FILESDIR}"/gentoo-hwaccel-prefs.js \ + >>"${GENTOO_PREFS}" \ + || die "failed to add prefs to force hardware-accelerated rendering to all-gentoo.js" + fi + + # Force the graphite pref if USE=system-harfbuzz is enabled, since the pref cannot disable it + if use system-harfbuzz ; then + cat >>"${GENTOO_PREFS}" <<-EOF || die "failed to set gfx.font_rendering.graphite.enabled pref" + sticky_pref("gfx.font_rendering.graphite.enabled", true); + EOF + fi + + # Install language packs + local langpacks=( $(find "${WORKDIR}/language_packs" -type f -name '*.xpi') ) + if [[ -n "${langpacks}" ]] ; then + moz_install_xpi "${MOZILLA_FIVE_HOME}/distribution/extensions" "${langpacks[@]}" + fi + + # Install icons + local icon_srcdir="${S}/comm/mail/branding/thunderbird" + local icon_symbolic_file="${icon_srcdir}/TB-symbolic.svg" + + insinto /usr/share/icons/hicolor/symbolic/apps + newins "${icon_symbolic_file}" ${PN}-symbolic.svg + + local icon size + for icon in "${icon_srcdir}"/default*.png ; do + size=${icon%.png} + size=${size##*/default} + + if [[ ${size} -eq 48 ]] ; then + newicon "${icon}" ${PN}.png + fi + + newicon -s ${size} "${icon}" ${PN}.png + done + + # Install menu + local app_name="Mozilla ${MOZ_PN^}" + local desktop_file="${FILESDIR}/icon/${PN}-r2.desktop" + local desktop_filename="${PN}.desktop" + local exec_command="${PN}" + local icon="${PN}" + local use_wayland="false" + + if use wayland ; then + use_wayland="true" + fi + + cp "${desktop_file}" "${WORKDIR}/${PN}.desktop-template" || die + + sed -i \ + -e "s:@NAME@:${app_name}:" \ + -e "s:@EXEC@:${exec_command}:" \ + -e "s:@ICON@:${icon}:" \ + "${WORKDIR}/${PN}.desktop-template" \ + || die + + newmenu "${WORKDIR}/${PN}.desktop-template" "${desktop_filename}" + + rm "${WORKDIR}/${PN}.desktop-template" || die + + # Install wrapper script + [[ -f "${ED}/usr/bin/${PN}" ]] && rm "${ED}/usr/bin/${PN}" + newbin "${FILESDIR}/${PN}-r1.sh" ${PN} + + # Update wrapper + sed -i \ + -e "s:@PREFIX@:${EPREFIX}/usr:" \ + -e "s:@MOZ_FIVE_HOME@:${MOZILLA_FIVE_HOME}:" \ + -e "s:@APULSELIB_DIR@:${apulselib}:" \ + -e "s:@DEFAULT_WAYLAND@:${use_wayland}:" \ + "${ED}/usr/bin/${PN}" \ + || die +} + +pkg_preinst() { + xdg_pkg_preinst + + # If the apulse libs are available in MOZILLA_FIVE_HOME then apulse + # does not need to be forced into the LD_LIBRARY_PATH + if use pulseaudio && has_version ">=media-sound/apulse-0.1.12-r4" ; then + einfo "APULSE found; Generating library symlinks for sound support ..." + local lib + pushd "${ED}${MOZILLA_FIVE_HOME}" &>/dev/null || die + for lib in ../apulse/libpulse{.so{,.0},-simple.so{,.0}} ; do + # A quickpkg rolled by hand will grab symlinks as part of the package, + # so we need to avoid creating them if they already exist. + if [[ ! -L ${lib##*/} ]] ; then + ln -s "${lib}" ${lib##*/} || die + fi + done + popd &>/dev/null || die + fi +} + +pkg_postinst() { + xdg_pkg_postinst + + if use pulseaudio && has_version ">=media-sound/apulse-0.1.12-r4" ; then + elog "Apulse was detected at merge time on this system and so it will always be" + elog "used for sound. If you wish to use pulseaudio instead please unmerge" + elog "media-sound/apulse." + elog + fi + + local show_doh_information + local show_shortcut_information + + if [[ -z "${REPLACING_VERSIONS}" ]] ; then + # New install; Tell user that DoH is disabled by default + show_doh_information=yes + show_shortcut_information=no + else + local replacing_version + for replacing_version in ${REPLACING_VERSIONS} ; do + if ver_test "${replacing_version}" -lt 91.0 ; then + # Tell user that we no longer install a shortcut + # per supported display protocol + show_shortcut_information=yes + fi + done + fi + + if [[ -n "${show_doh_information}" ]] ; then + elog + elog "Note regarding Trusted Recursive Resolver aka DNS-over-HTTPS (DoH):" + elog "Due to privacy concerns (encrypting DNS might be a good thing, sending all" + elog "DNS traffic to Cloudflare by default is not a good idea and applications" + elog "should respect OS configured settings), \"network.trr.mode\" was set to 5" + elog "(\"Off by choice\") by default." + elog "You can enable DNS-over-HTTPS in ${PN^}'s preferences." + fi + + if [[ -n "${show_shortcut_information}" ]] ; then + elog + elog "Since ${PN}-91.0 we no longer install multiple shortcuts for" + elog "each supported display protocol. Instead we will only install" + elog "one generic Mozilla ${PN^} shortcut." + elog "If you still want to be able to select between running Mozilla ${PN^}" + elog "on X11 or Wayland, you have to re-create these shortcuts on your own." + fi + + optfeature_header "Optional runtime features:" + optfeature "encrypted chat support" net-libs/libotr +} diff --git a/media-gfx/Manifest.gz b/media-gfx/Manifest.gz index ba3473388a62..9f4af56a64c1 100644 Binary files a/media-gfx/Manifest.gz and b/media-gfx/Manifest.gz differ diff --git a/media-gfx/asymptote/Manifest b/media-gfx/asymptote/Manifest index 0e636ffcfdeb..40dfa13c5991 100644 --- a/media-gfx/asymptote/Manifest +++ b/media-gfx/asymptote/Manifest @@ -1,3 +1,4 @@ DIST asymptote-2.70.src.tgz 4674495 BLAKE2B 126b2e99222e6ae438aaef89df00b8eae19118c3ef42d2fab0b0117f343911939e680d22e903b784213186a5d2eeeecb112afba1467562e7127c34de4bc66773 SHA512 24d60af361e3f0309a896ce8163da6fc0a9d6587efe726c5acf874dcb74f4d51b4bad8146a615ff54173ef06dac53117fd1cc09c77940271adc9f64cac6bcfe6 DIST asymptote-2.77.src.tgz 12519133 BLAKE2B afbd80b076348a12314a14511db4b369d8382b8da49b64b05e3d0c1c3f2546aa042a307b5f3eacbc3ecd7fd1b34d9aa34f83fd67c4d0bc240e44c49b058c9786 SHA512 1597543429a906927e20a2903c1a687ec19ef9467f6893760eed1896139379a964601ff057c8d3fd20b7bfbf0364827f53e768cc1d82498d078e3a69f88addec DIST asymptote-2.78.src.tgz 15274780 BLAKE2B 0c99aff54df79eabdf059cc0bb2cdd0832d7cc7ae83a2e3ab08116aa6bc75de44f7adfa096b7ed832fc96cd9db0bb41a490a8c5fd29716ad9a7852e52a98ad2b SHA512 dcc27ce608cb72b3979a87bd6e312774008a225b0936027c11bf1862e21dce5db6de9bf5db14c85ba1f7ed25ec77c3a57e2ecf58a73b46315daca11777910c24 +DIST asymptote-2.80.src.tgz 15054879 BLAKE2B bf1a569b1d752775630d6b775eed3119fba3327cd87af3963c13ec98269980a0d856cfedfe6271bea6a4e33ce58cbb0ae7aaafb0993351dbaa521d362ef41289 SHA512 cf79951c10fa327bf827c244ed9eed63c1229affe34786f5d397ec9f78df789c63f321ad548fa68fe9980c968262c16bcac4be5cef8898aaa9b89fde8a67d68d diff --git a/media-gfx/asymptote/asymptote-2.80.ebuild b/media-gfx/asymptote/asymptote-2.80.ebuild new file mode 100644 index 000000000000..5cb69e1f28af --- /dev/null +++ b/media-gfx/asymptote/asymptote-2.80.ebuild @@ -0,0 +1,242 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{8..10} ) + +inherit autotools elisp-common latex-package python-r1 + +DESCRIPTION="A vector graphics language that provides a framework for technical drawing" +HOMEPAGE="https://asymptote.sourceforge.io/" +SRC_URI="mirror://sourceforge/asymptote/${P}.src.tgz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~riscv ~x86 ~amd64-linux ~x86-linux ~ppc-macos" +IUSE="+boehm-gc context curl doc emacs examples fftw gsl +imagemagick latex lsp offscreen +opengl python sigsegv svg test vim-syntax X" +RESTRICT="!test? ( test )" + +REQUIRED_USE=" + ${PYTHON_REQUIRED_USE} + offscreen? ( opengl ) + doc? ( boehm-gc )" + +RDEPEND=" + >=sys-libs/ncurses-5.4-r5:0= + >=sys-libs/readline-4.3-r5:0= + net-libs/libtirpc:= + imagemagick? ( media-gfx/imagemagick[png] ) + opengl? ( media-libs/mesa[X(+)] media-libs/freeglut media-libs/glew:0 media-libs/glm ) + offscreen? ( media-libs/mesa[osmesa] ) + svg? ( app-text/dvisvgm ) + sigsegv? ( dev-libs/libsigsegv ) + boehm-gc? ( >=dev-libs/boehm-gc-7.0[cxx,threads] ) + fftw? ( >=sci-libs/fftw-3.0.1:= ) + gsl? ( sci-libs/gsl:= ) + python? ( ${PYTHON_DEPS} ) + curl? ( net-misc/curl ) + lsp? ( + dev-libs/boost + dev-libs/rapidjson + dev-libs/utfcpp + ) + X? ( + ${PYTHON_DEPS} + dev-python/PyQt5[${PYTHON_USEDEP},gui,widgets,svg] + dev-python/numpy + dev-python/pycson + >=gnome-base/librsvg-2.40 + ) + latex? ( + virtual/latex-base + >=dev-texlive/texlive-latexextra-2013 + ) + context? ( dev-texlive/texlive-context ) + emacs? ( >=app-editors/emacs-23.1:* ) + vim-syntax? ( || ( app-editors/vim app-editors/gvim ) )" +DEPEND="${RDEPEND} + dev-lang/perl + doc? ( + media-gfx/imagemagick[png] + virtual/texi2dvi + virtual/latex-base + app-text/ghostscript-gpl ) + test? ( app-text/ghostscript-gpl )" + +TEXMF=/usr/share/texmf-site + +PATCHES=( + # Changing pdf, ps, image viewers to xdg-open + "${FILESDIR}/${PN}-2.70-xdg-utils.patch" + + # Bug #322473 + "${FILESDIR}/${PN}-2.70-info.patch" +) + +src_prepare() { + sed -e "s:Datadir/doc/asymptote:Datadir/doc/${PF}:" \ + -i configure.ac \ + || die "sed configure.ac failed" + + default + eautoreconf +} + +src_configure() { + # for the CPPFLAGS see + # https://sourceforge.net/forum/forum.php?thread_id=1683277&forum_id=409349 + econf \ + CPPFLAGS=-DHAVE_SYS_TYPES_H \ + CFLAGS="${CXXFLAGS}" \ + --disable-gc-debug \ + --disable-gc-full-debug \ + --with-latex=/usr/share/texmf-site/tex/latex \ + --with-context=/usr/share/texmf-site/tex/context \ + $(use_enable boehm-gc gc system) \ + $(use_enable curl) \ + $(use_enable lsp) \ + $(use_enable fftw) \ + $(use_enable gsl) \ + $(use_enable opengl gl) \ + $(use_enable offscreen) \ + $(use_enable sigsegv) +} + +src_compile() { + default + + cd doc || die + emake asy.1 + einfo "Making info" + cd png || die + emake ${PN}.info + cd .. || die + if use doc; then + cd FAQ || die + emake + cd .. || die + # pdf + einfo "Making pdf docs" + export VARTEXFONTS="${T}"/fonts + # see bug #260606 + emake -j1 asymptote.pdf + emake CAD.pdf asy-latex.pdf asyRefCard.pdf + fi + cd .. || die + + if use emacs; then + einfo "Compiling emacs lisp files" + elisp-compile base/*.el + fi +} + +src_install() { + # the program + dobin asy + + # .asy files + insinto /usr/share/${PN} + doins -r base/*.asy base/*.js base/*.sh base/*.ps base/shaders base/webgl + chmod 755 "${D}"/usr/share/${PN}/shaders/* + + # documentation + dodoc README ReleaseNotes ChangeLog + cd doc || die + doman asy.1 + doinfo png/${PN}.info + if use doc; then + dodoc FAQ/asy-faq.ascii + dodoc CAD.pdf asy-latex.pdf asyRefCard.pdf asymptote.pdf + fi + cd .. || die + + # asymptote.py + if use python; then + python_moduleinto ${PN} + python_foreach_impl python_domodule aspy.py + python_foreach_impl python_domodule base/${PN}.py + fi + + # X GUI + if use X; then + cd GUI || die + python_setup + sed -e 1d -i xasy.py + echo "#!/usr/bin/env ${EPYTHON}" > xasy1 + cat xasy1 xasy.py > xasy + rm xasy1 xasy.py + mv xasy xasy.py + cd .. || die + python_domodule GUI + chmod 755 "${D}/$(python_get_sitedir)/${PN}/GUI/xasy.py" + dosym "$(python_get_sitedir)/${PN}/GUI/xasy.py" /usr/bin/xasy + doman doc/xasy.1x + fi + + # examples + if use examples; then + docinto examples + dodoc \ + examples/*.asy \ + examples/*.views \ + examples/*.dat \ + examples/*.bib \ + examples/*.png \ + examples/*.pdb1 \ + doc/*.asy \ + doc/*.csv \ + doc/*.dat \ + doc/pixel.pdf \ + doc/extra/*.asy + docinto examples/animations + dodoc examples/animations/*.asy + fi + + # LaTeX style + if use latex; then + cd doc || die + insinto "${TEXMF}"/tex/latex/${PN} + doins *.sty latexmkrc + if use examples; then + docinto examples + dodoc latexusage.tex externalprc.tex + docinto examples/animations + dodoc ../examples/animations/*.tex + fi + cd .. || die + fi + + # ConTeXt + if use context; then + insinto /usr/share/texmf-site/tex/context + doins doc/colo-asy.tex + fi + + # emacs mode + if use emacs; then + elisp-install ${PN} base/*.el base/*.elc asy-keywords.el + elisp-site-file-install "${FILESDIR}"/64${PN}-gentoo.el + fi + + # vim syntax + if use vim-syntax; then + insinto /usr/share/vim/vimfiles/syntax + doins base/asy.vim + insinto /usr/share/vim/vimfiles/ftdetect + doins base/asy_filetype.vim + fi +} + +pkg_postinst() { + use latex && latex-package_rehash + use emacs && elisp-site-regen + + elog 'Use the variable ASYMPTOTE_PSVIEWER to set the postscript viewer' + elog 'Use the variable ASYMPTOTE_PDFVIEWER to set the PDF viewer' +} + +pkg_postrm() { + use latex && latex-package_rehash + use emacs && elisp-site-regen +} diff --git a/media-gfx/freecad/freecad-0.19.4.ebuild b/media-gfx/freecad/freecad-0.19.4.ebuild index 743b82c2a4c3..fb3ed461c41c 100644 --- a/media-gfx/freecad/freecad-0.19.4.ebuild +++ b/media-gfx/freecad/freecad-0.19.4.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{8,9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit check-reqs cmake optfeature python-single-r1 xdg diff --git a/media-gfx/freecad/freecad-9999.ebuild b/media-gfx/freecad/freecad-9999.ebuild index 1891cda52e3d..f977510288c5 100644 --- a/media-gfx/freecad/freecad-9999.ebuild +++ b/media-gfx/freecad/freecad-9999.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{8,9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit check-reqs cmake optfeature python-single-r1 xdg diff --git a/metadata/Manifest.gz b/metadata/Manifest.gz index 985ba9935f25..ba7cb2a8e989 100644 Binary files a/metadata/Manifest.gz and b/metadata/Manifest.gz differ diff --git a/metadata/dtd/timestamp.chk b/metadata/dtd/timestamp.chk index 45a3153c5c26..2abbb6d1c88c 100644 --- a/metadata/dtd/timestamp.chk +++ b/metadata/dtd/timestamp.chk @@ -1 +1 @@ -Wed, 06 Apr 2022 09:39:06 +0000 +Wed, 06 Apr 2022 17:39:08 +0000 diff --git a/metadata/glsa/timestamp.chk b/metadata/glsa/timestamp.chk index 867f554ab179..2abbb6d1c88c 100644 --- a/metadata/glsa/timestamp.chk +++ b/metadata/glsa/timestamp.chk @@ -1 +1 @@ -Wed, 06 Apr 2022 09:39:07 +0000 +Wed, 06 Apr 2022 17:39:08 +0000 diff --git a/metadata/md5-cache/Manifest.gz b/metadata/md5-cache/Manifest.gz index 261e8be3b517..63d01822d880 100644 Binary files a/metadata/md5-cache/Manifest.gz and b/metadata/md5-cache/Manifest.gz differ diff --git a/metadata/md5-cache/app-editors/Manifest.gz b/metadata/md5-cache/app-editors/Manifest.gz index 64c401b5db69..79b2722e693a 100644 Binary files a/metadata/md5-cache/app-editors/Manifest.gz and b/metadata/md5-cache/app-editors/Manifest.gz differ diff --git a/metadata/md5-cache/app-editors/gvim-8.2.0814-r100 b/metadata/md5-cache/app-editors/gvim-8.2.0814-r100 index 8eb89b175b2d..25d8f6438073 100644 --- a/metadata/md5-cache/app-editors/gvim-8.2.0814-r100 +++ b/metadata/md5-cache/app-editors/gvim-8.2.0814-r100 @@ -12,5 +12,5 @@ REQUIRED_USE=lua? ( ^^ ( lua_single_target_luajit lua_single_target_lua5-1 ) ) p RESTRICT=test SLOT=0 SRC_URI=https://github.com/vim/vim/archive/v8.2.0814.tar.gz -> vim-8.2.0814.tar.gz https://dev.gentoo.org/~zlogene/distfiles/app-editors/vim/vim-8.2.0360-gentoo-patches.tar.xz -_eclasses_=bash-completion-r1 f5e7a020fd9c741740756aac61bf75ff eapi8-dosym cd7d420bb5be5ee079f27239ce76b8f5 edos2unix 33e347e171066657f91f8b0c72ec8773 eutils dab5d8ec471d025b79c9e6906bcf3bff flag-o-matic a500d7cc40da3de38c361e889153bdf7 lua-single f2c2fb82c912dd65d53bdae3613a331f lua-utils e69ff116248d78546ae1a234c086fe80 multilib 4a33c9008e5ee30cb8840a3fdc24df2b multiprocessing 61c959fc55c15c00bbb1079d6a71370b prefix eab3c99d77fe00506c109c8a736186f7 python-single-r1 a5747fe6dc0651d95cb78eddd5e160a8 python-utils-r1 59dddabd6a41ab69723654916142f63b ruby-single d832a35ebec5113ec8d275b948432e59 ruby-utils 707c7b16c28e3483e51d7ec7f7b0d5ed strip-linguas ac3ee41ee2d31d8c41a77c0838320cc7 toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 vim-doc 76675474e2c64e01f41faabd9b3ab580 wrapper 4a1902f969e5718126434fc35f3a0d9c xdg-utils fffb53a53cf17c9c0c998a3c0a590c7e +_eclasses_=bash-completion-r1 f5e7a020fd9c741740756aac61bf75ff eapi8-dosym cd7d420bb5be5ee079f27239ce76b8f5 edos2unix 33e347e171066657f91f8b0c72ec8773 eutils dab5d8ec471d025b79c9e6906bcf3bff flag-o-matic a500d7cc40da3de38c361e889153bdf7 lua-single f2c2fb82c912dd65d53bdae3613a331f lua-utils e69ff116248d78546ae1a234c086fe80 multilib 4a33c9008e5ee30cb8840a3fdc24df2b multiprocessing 61c959fc55c15c00bbb1079d6a71370b prefix eab3c99d77fe00506c109c8a736186f7 python-single-r1 a5747fe6dc0651d95cb78eddd5e160a8 python-utils-r1 59dddabd6a41ab69723654916142f63b ruby-single d832a35ebec5113ec8d275b948432e59 ruby-utils 707c7b16c28e3483e51d7ec7f7b0d5ed strip-linguas ac3ee41ee2d31d8c41a77c0838320cc7 toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 vim-doc e063cddf18e5d2f2cfb21388252579ec wrapper 4a1902f969e5718126434fc35f3a0d9c xdg-utils fffb53a53cf17c9c0c998a3c0a590c7e _md5_=5b51f18b7978cf74c13bedd915e1e367 diff --git a/metadata/md5-cache/app-editors/gvim-8.2.3428-r1 b/metadata/md5-cache/app-editors/gvim-8.2.3428-r1 index 163013dadb3e..6b9e82ef1867 100644 --- a/metadata/md5-cache/app-editors/gvim-8.2.3428-r1 +++ b/metadata/md5-cache/app-editors/gvim-8.2.3428-r1 @@ -12,5 +12,5 @@ REQUIRED_USE=lua? ( ^^ ( lua_single_target_luajit lua_single_target_lua5-1 ) ) p RESTRICT=test SLOT=0 SRC_URI=https://github.com/vim/vim/archive/v8.2.3428.tar.gz -> vim-8.2.3428.tar.gz https://dev.gentoo.org/~zlogene/distfiles/app-editors/vim/vim-8.2.0360-gentoo-patches.tar.xz -_eclasses_=bash-completion-r1 f5e7a020fd9c741740756aac61bf75ff eapi8-dosym cd7d420bb5be5ee079f27239ce76b8f5 edos2unix 33e347e171066657f91f8b0c72ec8773 eutils dab5d8ec471d025b79c9e6906bcf3bff flag-o-matic a500d7cc40da3de38c361e889153bdf7 lua-single f2c2fb82c912dd65d53bdae3613a331f lua-utils e69ff116248d78546ae1a234c086fe80 multilib 4a33c9008e5ee30cb8840a3fdc24df2b multiprocessing 61c959fc55c15c00bbb1079d6a71370b prefix eab3c99d77fe00506c109c8a736186f7 python-single-r1 a5747fe6dc0651d95cb78eddd5e160a8 python-utils-r1 59dddabd6a41ab69723654916142f63b ruby-single d832a35ebec5113ec8d275b948432e59 ruby-utils 707c7b16c28e3483e51d7ec7f7b0d5ed strip-linguas ac3ee41ee2d31d8c41a77c0838320cc7 toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 vim-doc 76675474e2c64e01f41faabd9b3ab580 wrapper 4a1902f969e5718126434fc35f3a0d9c xdg-utils fffb53a53cf17c9c0c998a3c0a590c7e +_eclasses_=bash-completion-r1 f5e7a020fd9c741740756aac61bf75ff eapi8-dosym cd7d420bb5be5ee079f27239ce76b8f5 edos2unix 33e347e171066657f91f8b0c72ec8773 eutils dab5d8ec471d025b79c9e6906bcf3bff flag-o-matic a500d7cc40da3de38c361e889153bdf7 lua-single f2c2fb82c912dd65d53bdae3613a331f lua-utils e69ff116248d78546ae1a234c086fe80 multilib 4a33c9008e5ee30cb8840a3fdc24df2b multiprocessing 61c959fc55c15c00bbb1079d6a71370b prefix eab3c99d77fe00506c109c8a736186f7 python-single-r1 a5747fe6dc0651d95cb78eddd5e160a8 python-utils-r1 59dddabd6a41ab69723654916142f63b ruby-single d832a35ebec5113ec8d275b948432e59 ruby-utils 707c7b16c28e3483e51d7ec7f7b0d5ed strip-linguas ac3ee41ee2d31d8c41a77c0838320cc7 toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 vim-doc e063cddf18e5d2f2cfb21388252579ec wrapper 4a1902f969e5718126434fc35f3a0d9c xdg-utils fffb53a53cf17c9c0c998a3c0a590c7e _md5_=7608f8ed7ea046d2ae224d126d800c80 diff --git a/metadata/md5-cache/app-editors/gvim-8.2.3567 b/metadata/md5-cache/app-editors/gvim-8.2.3567 index e07cd1f2c84e..7e054c9ea3c3 100644 --- a/metadata/md5-cache/app-editors/gvim-8.2.3567 +++ b/metadata/md5-cache/app-editors/gvim-8.2.3567 @@ -12,5 +12,5 @@ REQUIRED_USE=lua? ( ^^ ( lua_single_target_luajit lua_single_target_lua5-1 ) ) p RESTRICT=test SLOT=0 SRC_URI=https://github.com/vim/vim/archive/v8.2.3567.tar.gz -> vim-8.2.3567.tar.gz https://dev.gentoo.org/~zlogene/distfiles/app-editors/vim/vim-8.2.0360-gentoo-patches.tar.xz -_eclasses_=bash-completion-r1 f5e7a020fd9c741740756aac61bf75ff eapi8-dosym cd7d420bb5be5ee079f27239ce76b8f5 edos2unix 33e347e171066657f91f8b0c72ec8773 eutils dab5d8ec471d025b79c9e6906bcf3bff flag-o-matic a500d7cc40da3de38c361e889153bdf7 lua-single f2c2fb82c912dd65d53bdae3613a331f lua-utils e69ff116248d78546ae1a234c086fe80 multilib 4a33c9008e5ee30cb8840a3fdc24df2b multiprocessing 61c959fc55c15c00bbb1079d6a71370b prefix eab3c99d77fe00506c109c8a736186f7 python-single-r1 a5747fe6dc0651d95cb78eddd5e160a8 python-utils-r1 59dddabd6a41ab69723654916142f63b ruby-single d832a35ebec5113ec8d275b948432e59 ruby-utils 707c7b16c28e3483e51d7ec7f7b0d5ed strip-linguas ac3ee41ee2d31d8c41a77c0838320cc7 toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 vim-doc 76675474e2c64e01f41faabd9b3ab580 wrapper 4a1902f969e5718126434fc35f3a0d9c xdg-utils fffb53a53cf17c9c0c998a3c0a590c7e +_eclasses_=bash-completion-r1 f5e7a020fd9c741740756aac61bf75ff eapi8-dosym cd7d420bb5be5ee079f27239ce76b8f5 edos2unix 33e347e171066657f91f8b0c72ec8773 eutils dab5d8ec471d025b79c9e6906bcf3bff flag-o-matic a500d7cc40da3de38c361e889153bdf7 lua-single f2c2fb82c912dd65d53bdae3613a331f lua-utils e69ff116248d78546ae1a234c086fe80 multilib 4a33c9008e5ee30cb8840a3fdc24df2b multiprocessing 61c959fc55c15c00bbb1079d6a71370b prefix eab3c99d77fe00506c109c8a736186f7 python-single-r1 a5747fe6dc0651d95cb78eddd5e160a8 python-utils-r1 59dddabd6a41ab69723654916142f63b ruby-single d832a35ebec5113ec8d275b948432e59 ruby-utils 707c7b16c28e3483e51d7ec7f7b0d5ed strip-linguas ac3ee41ee2d31d8c41a77c0838320cc7 toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 vim-doc e063cddf18e5d2f2cfb21388252579ec wrapper 4a1902f969e5718126434fc35f3a0d9c xdg-utils fffb53a53cf17c9c0c998a3c0a590c7e _md5_=e9a1216aa0252cb3f13c6578bfbac053 diff --git a/metadata/md5-cache/app-editors/gvim-8.2.3582 b/metadata/md5-cache/app-editors/gvim-8.2.3582 index 816ff0cec176..29de2fe6aeb8 100644 --- a/metadata/md5-cache/app-editors/gvim-8.2.3582 +++ b/metadata/md5-cache/app-editors/gvim-8.2.3582 @@ -12,5 +12,5 @@ REQUIRED_USE=lua? ( ^^ ( lua_single_target_luajit lua_single_target_lua5-1 ) ) p RESTRICT=test SLOT=0 SRC_URI=https://github.com/vim/vim/archive/v8.2.3582.tar.gz -> vim-8.2.3582.tar.gz https://dev.gentoo.org/~zlogene/distfiles/app-editors/vim/vim-8.2.0360-gentoo-patches.tar.xz -_eclasses_=bash-completion-r1 f5e7a020fd9c741740756aac61bf75ff eapi8-dosym cd7d420bb5be5ee079f27239ce76b8f5 edos2unix 33e347e171066657f91f8b0c72ec8773 eutils dab5d8ec471d025b79c9e6906bcf3bff flag-o-matic a500d7cc40da3de38c361e889153bdf7 lua-single f2c2fb82c912dd65d53bdae3613a331f lua-utils e69ff116248d78546ae1a234c086fe80 multilib 4a33c9008e5ee30cb8840a3fdc24df2b multiprocessing 61c959fc55c15c00bbb1079d6a71370b prefix eab3c99d77fe00506c109c8a736186f7 python-single-r1 a5747fe6dc0651d95cb78eddd5e160a8 python-utils-r1 59dddabd6a41ab69723654916142f63b ruby-single d832a35ebec5113ec8d275b948432e59 ruby-utils 707c7b16c28e3483e51d7ec7f7b0d5ed strip-linguas ac3ee41ee2d31d8c41a77c0838320cc7 toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 vim-doc 76675474e2c64e01f41faabd9b3ab580 wrapper 4a1902f969e5718126434fc35f3a0d9c xdg-utils fffb53a53cf17c9c0c998a3c0a590c7e +_eclasses_=bash-completion-r1 f5e7a020fd9c741740756aac61bf75ff eapi8-dosym cd7d420bb5be5ee079f27239ce76b8f5 edos2unix 33e347e171066657f91f8b0c72ec8773 eutils dab5d8ec471d025b79c9e6906bcf3bff flag-o-matic a500d7cc40da3de38c361e889153bdf7 lua-single f2c2fb82c912dd65d53bdae3613a331f lua-utils e69ff116248d78546ae1a234c086fe80 multilib 4a33c9008e5ee30cb8840a3fdc24df2b multiprocessing 61c959fc55c15c00bbb1079d6a71370b prefix eab3c99d77fe00506c109c8a736186f7 python-single-r1 a5747fe6dc0651d95cb78eddd5e160a8 python-utils-r1 59dddabd6a41ab69723654916142f63b ruby-single d832a35ebec5113ec8d275b948432e59 ruby-utils 707c7b16c28e3483e51d7ec7f7b0d5ed strip-linguas ac3ee41ee2d31d8c41a77c0838320cc7 toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 vim-doc e063cddf18e5d2f2cfb21388252579ec wrapper 4a1902f969e5718126434fc35f3a0d9c xdg-utils fffb53a53cf17c9c0c998a3c0a590c7e _md5_=a46facedf0369443b215f8a27b3838db diff --git a/metadata/md5-cache/app-editors/gvim-8.2.3669 b/metadata/md5-cache/app-editors/gvim-8.2.3669 index 0ff4cadf68d2..953fa82a6880 100644 --- a/metadata/md5-cache/app-editors/gvim-8.2.3669 +++ b/metadata/md5-cache/app-editors/gvim-8.2.3669 @@ -12,5 +12,5 @@ REQUIRED_USE=lua? ( ^^ ( lua_single_target_luajit lua_single_target_lua5-1 ) ) p RESTRICT=test SLOT=0 SRC_URI=https://github.com/vim/vim/archive/v8.2.3669.tar.gz -> vim-8.2.3669.tar.gz https://dev.gentoo.org/~zlogene/distfiles/app-editors/vim/vim-8.2.0360-gentoo-patches.tar.xz -_eclasses_=bash-completion-r1 f5e7a020fd9c741740756aac61bf75ff eapi8-dosym cd7d420bb5be5ee079f27239ce76b8f5 edos2unix 33e347e171066657f91f8b0c72ec8773 eutils dab5d8ec471d025b79c9e6906bcf3bff flag-o-matic a500d7cc40da3de38c361e889153bdf7 lua-single f2c2fb82c912dd65d53bdae3613a331f lua-utils e69ff116248d78546ae1a234c086fe80 multilib 4a33c9008e5ee30cb8840a3fdc24df2b multiprocessing 61c959fc55c15c00bbb1079d6a71370b prefix eab3c99d77fe00506c109c8a736186f7 python-single-r1 a5747fe6dc0651d95cb78eddd5e160a8 python-utils-r1 59dddabd6a41ab69723654916142f63b ruby-single d832a35ebec5113ec8d275b948432e59 ruby-utils 707c7b16c28e3483e51d7ec7f7b0d5ed strip-linguas ac3ee41ee2d31d8c41a77c0838320cc7 toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 vim-doc 76675474e2c64e01f41faabd9b3ab580 wrapper 4a1902f969e5718126434fc35f3a0d9c xdg-utils fffb53a53cf17c9c0c998a3c0a590c7e +_eclasses_=bash-completion-r1 f5e7a020fd9c741740756aac61bf75ff eapi8-dosym cd7d420bb5be5ee079f27239ce76b8f5 edos2unix 33e347e171066657f91f8b0c72ec8773 eutils dab5d8ec471d025b79c9e6906bcf3bff flag-o-matic a500d7cc40da3de38c361e889153bdf7 lua-single f2c2fb82c912dd65d53bdae3613a331f lua-utils e69ff116248d78546ae1a234c086fe80 multilib 4a33c9008e5ee30cb8840a3fdc24df2b multiprocessing 61c959fc55c15c00bbb1079d6a71370b prefix eab3c99d77fe00506c109c8a736186f7 python-single-r1 a5747fe6dc0651d95cb78eddd5e160a8 python-utils-r1 59dddabd6a41ab69723654916142f63b ruby-single d832a35ebec5113ec8d275b948432e59 ruby-utils 707c7b16c28e3483e51d7ec7f7b0d5ed strip-linguas ac3ee41ee2d31d8c41a77c0838320cc7 toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 vim-doc e063cddf18e5d2f2cfb21388252579ec wrapper 4a1902f969e5718126434fc35f3a0d9c xdg-utils fffb53a53cf17c9c0c998a3c0a590c7e _md5_=e9a1216aa0252cb3f13c6578bfbac053 diff --git a/metadata/md5-cache/app-editors/gvim-8.2.3741 b/metadata/md5-cache/app-editors/gvim-8.2.3741 index 623504bada13..e3952b1f68ce 100644 --- a/metadata/md5-cache/app-editors/gvim-8.2.3741 +++ b/metadata/md5-cache/app-editors/gvim-8.2.3741 @@ -12,5 +12,5 @@ REQUIRED_USE=lua? ( ^^ ( lua_single_target_luajit lua_single_target_lua5-1 ) ) p RESTRICT=test SLOT=0 SRC_URI=https://github.com/vim/vim/archive/v8.2.3741.tar.gz -> vim-8.2.3741.tar.gz https://dev.gentoo.org/~zlogene/distfiles/app-editors/vim/vim-8.2.0360-gentoo-patches.tar.xz -_eclasses_=bash-completion-r1 f5e7a020fd9c741740756aac61bf75ff eapi8-dosym cd7d420bb5be5ee079f27239ce76b8f5 edos2unix 33e347e171066657f91f8b0c72ec8773 eutils dab5d8ec471d025b79c9e6906bcf3bff flag-o-matic a500d7cc40da3de38c361e889153bdf7 lua-single f2c2fb82c912dd65d53bdae3613a331f lua-utils e69ff116248d78546ae1a234c086fe80 multilib 4a33c9008e5ee30cb8840a3fdc24df2b multiprocessing 61c959fc55c15c00bbb1079d6a71370b prefix eab3c99d77fe00506c109c8a736186f7 python-single-r1 a5747fe6dc0651d95cb78eddd5e160a8 python-utils-r1 59dddabd6a41ab69723654916142f63b ruby-single d832a35ebec5113ec8d275b948432e59 ruby-utils 707c7b16c28e3483e51d7ec7f7b0d5ed strip-linguas ac3ee41ee2d31d8c41a77c0838320cc7 toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 vim-doc 76675474e2c64e01f41faabd9b3ab580 wrapper 4a1902f969e5718126434fc35f3a0d9c xdg-utils fffb53a53cf17c9c0c998a3c0a590c7e +_eclasses_=bash-completion-r1 f5e7a020fd9c741740756aac61bf75ff eapi8-dosym cd7d420bb5be5ee079f27239ce76b8f5 edos2unix 33e347e171066657f91f8b0c72ec8773 eutils dab5d8ec471d025b79c9e6906bcf3bff flag-o-matic a500d7cc40da3de38c361e889153bdf7 lua-single f2c2fb82c912dd65d53bdae3613a331f lua-utils e69ff116248d78546ae1a234c086fe80 multilib 4a33c9008e5ee30cb8840a3fdc24df2b multiprocessing 61c959fc55c15c00bbb1079d6a71370b prefix eab3c99d77fe00506c109c8a736186f7 python-single-r1 a5747fe6dc0651d95cb78eddd5e160a8 python-utils-r1 59dddabd6a41ab69723654916142f63b ruby-single d832a35ebec5113ec8d275b948432e59 ruby-utils 707c7b16c28e3483e51d7ec7f7b0d5ed strip-linguas ac3ee41ee2d31d8c41a77c0838320cc7 toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 vim-doc e063cddf18e5d2f2cfb21388252579ec wrapper 4a1902f969e5718126434fc35f3a0d9c xdg-utils fffb53a53cf17c9c0c998a3c0a590c7e _md5_=a46facedf0369443b215f8a27b3838db diff --git a/metadata/md5-cache/app-editors/gvim-8.2.3950 b/metadata/md5-cache/app-editors/gvim-8.2.3950 index c77e552cd5cd..82d9bcf50e7e 100644 --- a/metadata/md5-cache/app-editors/gvim-8.2.3950 +++ b/metadata/md5-cache/app-editors/gvim-8.2.3950 @@ -12,5 +12,5 @@ REQUIRED_USE=lua? ( ^^ ( lua_single_target_luajit lua_single_target_lua5-1 ) ) p RESTRICT=test SLOT=0 SRC_URI=https://github.com/vim/vim/archive/v8.2.3950.tar.gz -> vim-8.2.3950.tar.gz https://dev.gentoo.org/~zlogene/distfiles/app-editors/vim/vim-8.2.0360-gentoo-patches.tar.xz -_eclasses_=bash-completion-r1 f5e7a020fd9c741740756aac61bf75ff eapi8-dosym cd7d420bb5be5ee079f27239ce76b8f5 edos2unix 33e347e171066657f91f8b0c72ec8773 eutils dab5d8ec471d025b79c9e6906bcf3bff flag-o-matic a500d7cc40da3de38c361e889153bdf7 lua-single f2c2fb82c912dd65d53bdae3613a331f lua-utils e69ff116248d78546ae1a234c086fe80 multilib 4a33c9008e5ee30cb8840a3fdc24df2b multiprocessing 61c959fc55c15c00bbb1079d6a71370b prefix eab3c99d77fe00506c109c8a736186f7 python-single-r1 a5747fe6dc0651d95cb78eddd5e160a8 python-utils-r1 59dddabd6a41ab69723654916142f63b ruby-single d832a35ebec5113ec8d275b948432e59 ruby-utils 707c7b16c28e3483e51d7ec7f7b0d5ed strip-linguas ac3ee41ee2d31d8c41a77c0838320cc7 toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 vim-doc 76675474e2c64e01f41faabd9b3ab580 wrapper 4a1902f969e5718126434fc35f3a0d9c xdg-utils fffb53a53cf17c9c0c998a3c0a590c7e +_eclasses_=bash-completion-r1 f5e7a020fd9c741740756aac61bf75ff eapi8-dosym cd7d420bb5be5ee079f27239ce76b8f5 edos2unix 33e347e171066657f91f8b0c72ec8773 eutils dab5d8ec471d025b79c9e6906bcf3bff flag-o-matic a500d7cc40da3de38c361e889153bdf7 lua-single f2c2fb82c912dd65d53bdae3613a331f lua-utils e69ff116248d78546ae1a234c086fe80 multilib 4a33c9008e5ee30cb8840a3fdc24df2b multiprocessing 61c959fc55c15c00bbb1079d6a71370b prefix eab3c99d77fe00506c109c8a736186f7 python-single-r1 a5747fe6dc0651d95cb78eddd5e160a8 python-utils-r1 59dddabd6a41ab69723654916142f63b ruby-single d832a35ebec5113ec8d275b948432e59 ruby-utils 707c7b16c28e3483e51d7ec7f7b0d5ed strip-linguas ac3ee41ee2d31d8c41a77c0838320cc7 toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 vim-doc e063cddf18e5d2f2cfb21388252579ec wrapper 4a1902f969e5718126434fc35f3a0d9c xdg-utils fffb53a53cf17c9c0c998a3c0a590c7e _md5_=65eefe915703ade1e60093d8a33dcbe6 diff --git a/metadata/md5-cache/app-editors/gvim-8.2.4285 b/metadata/md5-cache/app-editors/gvim-8.2.4285 index e3af0d182a59..a4de152b733d 100644 --- a/metadata/md5-cache/app-editors/gvim-8.2.4285 +++ b/metadata/md5-cache/app-editors/gvim-8.2.4285 @@ -12,5 +12,5 @@ REQUIRED_USE=lua? ( ^^ ( lua_single_target_luajit lua_single_target_lua5-1 ) ) p RESTRICT=test SLOT=0 SRC_URI=https://github.com/vim/vim/archive/v8.2.4285.tar.gz -> vim-8.2.4285.tar.gz https://dev.gentoo.org/~zlogene/distfiles/app-editors/vim/vim-8.2.0360-gentoo-patches.tar.xz -_eclasses_=bash-completion-r1 f5e7a020fd9c741740756aac61bf75ff eapi8-dosym cd7d420bb5be5ee079f27239ce76b8f5 edos2unix 33e347e171066657f91f8b0c72ec8773 eutils dab5d8ec471d025b79c9e6906bcf3bff flag-o-matic a500d7cc40da3de38c361e889153bdf7 lua-single f2c2fb82c912dd65d53bdae3613a331f lua-utils e69ff116248d78546ae1a234c086fe80 multilib 4a33c9008e5ee30cb8840a3fdc24df2b multiprocessing 61c959fc55c15c00bbb1079d6a71370b prefix eab3c99d77fe00506c109c8a736186f7 python-single-r1 a5747fe6dc0651d95cb78eddd5e160a8 python-utils-r1 59dddabd6a41ab69723654916142f63b ruby-single d832a35ebec5113ec8d275b948432e59 ruby-utils 707c7b16c28e3483e51d7ec7f7b0d5ed strip-linguas ac3ee41ee2d31d8c41a77c0838320cc7 toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 vim-doc 76675474e2c64e01f41faabd9b3ab580 wrapper 4a1902f969e5718126434fc35f3a0d9c xdg-utils fffb53a53cf17c9c0c998a3c0a590c7e +_eclasses_=bash-completion-r1 f5e7a020fd9c741740756aac61bf75ff eapi8-dosym cd7d420bb5be5ee079f27239ce76b8f5 edos2unix 33e347e171066657f91f8b0c72ec8773 eutils dab5d8ec471d025b79c9e6906bcf3bff flag-o-matic a500d7cc40da3de38c361e889153bdf7 lua-single f2c2fb82c912dd65d53bdae3613a331f lua-utils e69ff116248d78546ae1a234c086fe80 multilib 4a33c9008e5ee30cb8840a3fdc24df2b multiprocessing 61c959fc55c15c00bbb1079d6a71370b prefix eab3c99d77fe00506c109c8a736186f7 python-single-r1 a5747fe6dc0651d95cb78eddd5e160a8 python-utils-r1 59dddabd6a41ab69723654916142f63b ruby-single d832a35ebec5113ec8d275b948432e59 ruby-utils 707c7b16c28e3483e51d7ec7f7b0d5ed strip-linguas ac3ee41ee2d31d8c41a77c0838320cc7 toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 vim-doc e063cddf18e5d2f2cfb21388252579ec wrapper 4a1902f969e5718126434fc35f3a0d9c xdg-utils fffb53a53cf17c9c0c998a3c0a590c7e _md5_=65eefe915703ade1e60093d8a33dcbe6 diff --git a/metadata/md5-cache/app-editors/gvim-8.2.4328 b/metadata/md5-cache/app-editors/gvim-8.2.4328 index b358561c8fdd..5281ba7a1148 100644 --- a/metadata/md5-cache/app-editors/gvim-8.2.4328 +++ b/metadata/md5-cache/app-editors/gvim-8.2.4328 @@ -12,5 +12,5 @@ REQUIRED_USE=lua? ( ^^ ( lua_single_target_luajit lua_single_target_lua5-1 ) ) p RESTRICT=test SLOT=0 SRC_URI=https://github.com/vim/vim/archive/v8.2.4328.tar.gz -> vim-8.2.4328.tar.gz https://dev.gentoo.org/~zlogene/distfiles/app-editors/vim/vim-8.2.0360-gentoo-patches.tar.xz -_eclasses_=bash-completion-r1 f5e7a020fd9c741740756aac61bf75ff eapi8-dosym cd7d420bb5be5ee079f27239ce76b8f5 edos2unix 33e347e171066657f91f8b0c72ec8773 eutils dab5d8ec471d025b79c9e6906bcf3bff flag-o-matic a500d7cc40da3de38c361e889153bdf7 lua-single f2c2fb82c912dd65d53bdae3613a331f lua-utils e69ff116248d78546ae1a234c086fe80 multilib 4a33c9008e5ee30cb8840a3fdc24df2b multiprocessing 61c959fc55c15c00bbb1079d6a71370b prefix eab3c99d77fe00506c109c8a736186f7 python-single-r1 a5747fe6dc0651d95cb78eddd5e160a8 python-utils-r1 59dddabd6a41ab69723654916142f63b ruby-single d832a35ebec5113ec8d275b948432e59 ruby-utils 707c7b16c28e3483e51d7ec7f7b0d5ed strip-linguas ac3ee41ee2d31d8c41a77c0838320cc7 toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 vim-doc 76675474e2c64e01f41faabd9b3ab580 wrapper 4a1902f969e5718126434fc35f3a0d9c xdg-utils fffb53a53cf17c9c0c998a3c0a590c7e +_eclasses_=bash-completion-r1 f5e7a020fd9c741740756aac61bf75ff eapi8-dosym cd7d420bb5be5ee079f27239ce76b8f5 edos2unix 33e347e171066657f91f8b0c72ec8773 eutils dab5d8ec471d025b79c9e6906bcf3bff flag-o-matic a500d7cc40da3de38c361e889153bdf7 lua-single f2c2fb82c912dd65d53bdae3613a331f lua-utils e69ff116248d78546ae1a234c086fe80 multilib 4a33c9008e5ee30cb8840a3fdc24df2b multiprocessing 61c959fc55c15c00bbb1079d6a71370b prefix eab3c99d77fe00506c109c8a736186f7 python-single-r1 a5747fe6dc0651d95cb78eddd5e160a8 python-utils-r1 59dddabd6a41ab69723654916142f63b ruby-single d832a35ebec5113ec8d275b948432e59 ruby-utils 707c7b16c28e3483e51d7ec7f7b0d5ed strip-linguas ac3ee41ee2d31d8c41a77c0838320cc7 toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 vim-doc e063cddf18e5d2f2cfb21388252579ec wrapper 4a1902f969e5718126434fc35f3a0d9c xdg-utils fffb53a53cf17c9c0c998a3c0a590c7e _md5_=9f8d64afa70db69319e54494df508df9 diff --git a/metadata/md5-cache/app-editors/gvim-8.2.4586 b/metadata/md5-cache/app-editors/gvim-8.2.4586 index a12eba109d58..b2315f081169 100644 --- a/metadata/md5-cache/app-editors/gvim-8.2.4586 +++ b/metadata/md5-cache/app-editors/gvim-8.2.4586 @@ -12,5 +12,5 @@ REQUIRED_USE=lua? ( ^^ ( lua_single_target_luajit lua_single_target_lua5-1 ) ) p RESTRICT=test SLOT=0 SRC_URI=https://github.com/vim/vim/archive/v8.2.4586.tar.gz -> vim-8.2.4586.tar.gz https://dev.gentoo.org/~zlogene/distfiles/app-editors/vim/vim-8.2.0360-gentoo-patches.tar.xz -_eclasses_=bash-completion-r1 f5e7a020fd9c741740756aac61bf75ff eapi8-dosym cd7d420bb5be5ee079f27239ce76b8f5 edos2unix 33e347e171066657f91f8b0c72ec8773 eutils dab5d8ec471d025b79c9e6906bcf3bff flag-o-matic a500d7cc40da3de38c361e889153bdf7 lua-single f2c2fb82c912dd65d53bdae3613a331f lua-utils e69ff116248d78546ae1a234c086fe80 multilib 4a33c9008e5ee30cb8840a3fdc24df2b multiprocessing 61c959fc55c15c00bbb1079d6a71370b prefix eab3c99d77fe00506c109c8a736186f7 python-single-r1 a5747fe6dc0651d95cb78eddd5e160a8 python-utils-r1 59dddabd6a41ab69723654916142f63b ruby-single d832a35ebec5113ec8d275b948432e59 ruby-utils 707c7b16c28e3483e51d7ec7f7b0d5ed strip-linguas ac3ee41ee2d31d8c41a77c0838320cc7 toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 vim-doc 76675474e2c64e01f41faabd9b3ab580 wrapper 4a1902f969e5718126434fc35f3a0d9c xdg-utils fffb53a53cf17c9c0c998a3c0a590c7e +_eclasses_=bash-completion-r1 f5e7a020fd9c741740756aac61bf75ff eapi8-dosym cd7d420bb5be5ee079f27239ce76b8f5 edos2unix 33e347e171066657f91f8b0c72ec8773 eutils dab5d8ec471d025b79c9e6906bcf3bff flag-o-matic a500d7cc40da3de38c361e889153bdf7 lua-single f2c2fb82c912dd65d53bdae3613a331f lua-utils e69ff116248d78546ae1a234c086fe80 multilib 4a33c9008e5ee30cb8840a3fdc24df2b multiprocessing 61c959fc55c15c00bbb1079d6a71370b prefix eab3c99d77fe00506c109c8a736186f7 python-single-r1 a5747fe6dc0651d95cb78eddd5e160a8 python-utils-r1 59dddabd6a41ab69723654916142f63b ruby-single d832a35ebec5113ec8d275b948432e59 ruby-utils 707c7b16c28e3483e51d7ec7f7b0d5ed strip-linguas ac3ee41ee2d31d8c41a77c0838320cc7 toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 vim-doc e063cddf18e5d2f2cfb21388252579ec wrapper 4a1902f969e5718126434fc35f3a0d9c xdg-utils fffb53a53cf17c9c0c998a3c0a590c7e _md5_=65eefe915703ade1e60093d8a33dcbe6 diff --git a/metadata/md5-cache/app-editors/gvim-9999 b/metadata/md5-cache/app-editors/gvim-9999 index 3ccfc25c3365..6fe9c6ec18c2 100644 --- a/metadata/md5-cache/app-editors/gvim-9999 +++ b/metadata/md5-cache/app-editors/gvim-9999 @@ -11,5 +11,5 @@ RDEPEND=~app-editors/vim-core-9999 >=app-eselect/eselect-vi-1.1 >=sys-libs/ncurs REQUIRED_USE=lua? ( ^^ ( lua_single_target_luajit lua_single_target_lua5-1 ) ) python? ( ^^ ( python_single_target_python3_8 python_single_target_python3_9 python_single_target_python3_10 ) ) RESTRICT=test SLOT=0 -_eclasses_=bash-completion-r1 f5e7a020fd9c741740756aac61bf75ff eapi8-dosym cd7d420bb5be5ee079f27239ce76b8f5 edos2unix 33e347e171066657f91f8b0c72ec8773 eutils dab5d8ec471d025b79c9e6906bcf3bff flag-o-matic a500d7cc40da3de38c361e889153bdf7 git-r3 b9ac6f96d2a88edb5b351df634dc5e53 lua-single f2c2fb82c912dd65d53bdae3613a331f lua-utils e69ff116248d78546ae1a234c086fe80 multilib 4a33c9008e5ee30cb8840a3fdc24df2b multiprocessing 61c959fc55c15c00bbb1079d6a71370b prefix eab3c99d77fe00506c109c8a736186f7 python-single-r1 a5747fe6dc0651d95cb78eddd5e160a8 python-utils-r1 59dddabd6a41ab69723654916142f63b ruby-single d832a35ebec5113ec8d275b948432e59 ruby-utils 707c7b16c28e3483e51d7ec7f7b0d5ed strip-linguas ac3ee41ee2d31d8c41a77c0838320cc7 toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 vim-doc 76675474e2c64e01f41faabd9b3ab580 wrapper 4a1902f969e5718126434fc35f3a0d9c xdg-utils fffb53a53cf17c9c0c998a3c0a590c7e +_eclasses_=bash-completion-r1 f5e7a020fd9c741740756aac61bf75ff eapi8-dosym cd7d420bb5be5ee079f27239ce76b8f5 edos2unix 33e347e171066657f91f8b0c72ec8773 eutils dab5d8ec471d025b79c9e6906bcf3bff flag-o-matic a500d7cc40da3de38c361e889153bdf7 git-r3 b9ac6f96d2a88edb5b351df634dc5e53 lua-single f2c2fb82c912dd65d53bdae3613a331f lua-utils e69ff116248d78546ae1a234c086fe80 multilib 4a33c9008e5ee30cb8840a3fdc24df2b multiprocessing 61c959fc55c15c00bbb1079d6a71370b prefix eab3c99d77fe00506c109c8a736186f7 python-single-r1 a5747fe6dc0651d95cb78eddd5e160a8 python-utils-r1 59dddabd6a41ab69723654916142f63b ruby-single d832a35ebec5113ec8d275b948432e59 ruby-utils 707c7b16c28e3483e51d7ec7f7b0d5ed strip-linguas ac3ee41ee2d31d8c41a77c0838320cc7 toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 vim-doc e063cddf18e5d2f2cfb21388252579ec wrapper 4a1902f969e5718126434fc35f3a0d9c xdg-utils fffb53a53cf17c9c0c998a3c0a590c7e _md5_=e9a1216aa0252cb3f13c6578bfbac053 diff --git a/metadata/md5-cache/app-editors/vim-8.2.0814-r100 b/metadata/md5-cache/app-editors/vim-8.2.0814-r100 index 2c4b920f86d2..740ab69818bf 100644 --- a/metadata/md5-cache/app-editors/vim-8.2.0814-r100 +++ b/metadata/md5-cache/app-editors/vim-8.2.0814-r100 @@ -11,5 +11,5 @@ RDEPEND=>=app-eselect/eselect-vi-1.1 >=sys-libs/ncurses-5.2-r2:0= nls? ( virtual REQUIRED_USE=lua? ( ^^ ( lua_single_target_luajit lua_single_target_lua5-1 ) ) python? ( ^^ ( python_single_target_python3_8 python_single_target_python3_9 python_single_target_python3_10 ) ) vim-pager? ( !minimal ) SLOT=0 SRC_URI=https://github.com/vim/vim/archive/v8.2.0814.tar.gz -> vim-8.2.0814.tar.gz https://dev.gentoo.org/~zlogene/distfiles/app-editors/vim/vim-8.2.0360-gentoo-patches.tar.xz -_eclasses_=bash-completion-r1 f5e7a020fd9c741740756aac61bf75ff desktop c0d27bf73aa08ca05b663dbd31fbef28 eapi8-dosym cd7d420bb5be5ee079f27239ce76b8f5 edos2unix 33e347e171066657f91f8b0c72ec8773 eutils dab5d8ec471d025b79c9e6906bcf3bff flag-o-matic a500d7cc40da3de38c361e889153bdf7 lua-single f2c2fb82c912dd65d53bdae3613a331f lua-utils e69ff116248d78546ae1a234c086fe80 multilib 4a33c9008e5ee30cb8840a3fdc24df2b multiprocessing 61c959fc55c15c00bbb1079d6a71370b python-single-r1 a5747fe6dc0651d95cb78eddd5e160a8 python-utils-r1 59dddabd6a41ab69723654916142f63b ruby-single d832a35ebec5113ec8d275b948432e59 ruby-utils 707c7b16c28e3483e51d7ec7f7b0d5ed strip-linguas ac3ee41ee2d31d8c41a77c0838320cc7 toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 vim-doc 76675474e2c64e01f41faabd9b3ab580 wrapper 4a1902f969e5718126434fc35f3a0d9c xdg-utils fffb53a53cf17c9c0c998a3c0a590c7e +_eclasses_=bash-completion-r1 f5e7a020fd9c741740756aac61bf75ff desktop c0d27bf73aa08ca05b663dbd31fbef28 eapi8-dosym cd7d420bb5be5ee079f27239ce76b8f5 edos2unix 33e347e171066657f91f8b0c72ec8773 eutils dab5d8ec471d025b79c9e6906bcf3bff flag-o-matic a500d7cc40da3de38c361e889153bdf7 lua-single f2c2fb82c912dd65d53bdae3613a331f lua-utils e69ff116248d78546ae1a234c086fe80 multilib 4a33c9008e5ee30cb8840a3fdc24df2b multiprocessing 61c959fc55c15c00bbb1079d6a71370b python-single-r1 a5747fe6dc0651d95cb78eddd5e160a8 python-utils-r1 59dddabd6a41ab69723654916142f63b ruby-single d832a35ebec5113ec8d275b948432e59 ruby-utils 707c7b16c28e3483e51d7ec7f7b0d5ed strip-linguas ac3ee41ee2d31d8c41a77c0838320cc7 toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 vim-doc e063cddf18e5d2f2cfb21388252579ec wrapper 4a1902f969e5718126434fc35f3a0d9c xdg-utils fffb53a53cf17c9c0c998a3c0a590c7e _md5_=6814d8776dd367efd37df44f839a1f47 diff --git a/metadata/md5-cache/app-editors/vim-8.2.3428-r1 b/metadata/md5-cache/app-editors/vim-8.2.3428-r1 index 86fd4f8f6acc..3340fc9766e8 100644 --- a/metadata/md5-cache/app-editors/vim-8.2.3428-r1 +++ b/metadata/md5-cache/app-editors/vim-8.2.3428-r1 @@ -11,5 +11,5 @@ RDEPEND=>=app-eselect/eselect-vi-1.1 >=sys-libs/ncurses-5.2-r2:0= nls? ( virtual REQUIRED_USE=lua? ( ^^ ( lua_single_target_luajit lua_single_target_lua5-1 ) ) python? ( ^^ ( python_single_target_python3_8 python_single_target_python3_9 python_single_target_python3_10 ) ) vim-pager? ( !minimal ) SLOT=0 SRC_URI=https://github.com/vim/vim/archive/v8.2.3428.tar.gz -> vim-8.2.3428.tar.gz https://dev.gentoo.org/~zlogene/distfiles/app-editors/vim/vim-8.2.0360-gentoo-patches.tar.xz -_eclasses_=bash-completion-r1 f5e7a020fd9c741740756aac61bf75ff desktop c0d27bf73aa08ca05b663dbd31fbef28 eapi8-dosym cd7d420bb5be5ee079f27239ce76b8f5 edos2unix 33e347e171066657f91f8b0c72ec8773 eutils dab5d8ec471d025b79c9e6906bcf3bff flag-o-matic a500d7cc40da3de38c361e889153bdf7 lua-single f2c2fb82c912dd65d53bdae3613a331f lua-utils e69ff116248d78546ae1a234c086fe80 multilib 4a33c9008e5ee30cb8840a3fdc24df2b multiprocessing 61c959fc55c15c00bbb1079d6a71370b python-single-r1 a5747fe6dc0651d95cb78eddd5e160a8 python-utils-r1 59dddabd6a41ab69723654916142f63b ruby-single d832a35ebec5113ec8d275b948432e59 ruby-utils 707c7b16c28e3483e51d7ec7f7b0d5ed strip-linguas ac3ee41ee2d31d8c41a77c0838320cc7 toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 vim-doc 76675474e2c64e01f41faabd9b3ab580 wrapper 4a1902f969e5718126434fc35f3a0d9c xdg-utils fffb53a53cf17c9c0c998a3c0a590c7e +_eclasses_=bash-completion-r1 f5e7a020fd9c741740756aac61bf75ff desktop c0d27bf73aa08ca05b663dbd31fbef28 eapi8-dosym cd7d420bb5be5ee079f27239ce76b8f5 edos2unix 33e347e171066657f91f8b0c72ec8773 eutils dab5d8ec471d025b79c9e6906bcf3bff flag-o-matic a500d7cc40da3de38c361e889153bdf7 lua-single f2c2fb82c912dd65d53bdae3613a331f lua-utils e69ff116248d78546ae1a234c086fe80 multilib 4a33c9008e5ee30cb8840a3fdc24df2b multiprocessing 61c959fc55c15c00bbb1079d6a71370b python-single-r1 a5747fe6dc0651d95cb78eddd5e160a8 python-utils-r1 59dddabd6a41ab69723654916142f63b ruby-single d832a35ebec5113ec8d275b948432e59 ruby-utils 707c7b16c28e3483e51d7ec7f7b0d5ed strip-linguas ac3ee41ee2d31d8c41a77c0838320cc7 toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 vim-doc e063cddf18e5d2f2cfb21388252579ec wrapper 4a1902f969e5718126434fc35f3a0d9c xdg-utils fffb53a53cf17c9c0c998a3c0a590c7e _md5_=01aa3296b811f246ae95394c2346549f diff --git a/metadata/md5-cache/app-editors/vim-8.2.3567 b/metadata/md5-cache/app-editors/vim-8.2.3567 index df6167d5b827..b8466ab65a1f 100644 --- a/metadata/md5-cache/app-editors/vim-8.2.3567 +++ b/metadata/md5-cache/app-editors/vim-8.2.3567 @@ -11,5 +11,5 @@ RDEPEND=>=app-eselect/eselect-vi-1.1 >=sys-libs/ncurses-5.2-r2:0= nls? ( virtual REQUIRED_USE=lua? ( ^^ ( lua_single_target_luajit lua_single_target_lua5-1 ) ) python? ( ^^ ( python_single_target_python3_8 python_single_target_python3_9 python_single_target_python3_10 ) ) vim-pager? ( !minimal ) SLOT=0 SRC_URI=https://github.com/vim/vim/archive/v8.2.3567.tar.gz -> vim-8.2.3567.tar.gz https://dev.gentoo.org/~zlogene/distfiles/app-editors/vim/vim-8.2.0360-gentoo-patches.tar.xz -_eclasses_=bash-completion-r1 f5e7a020fd9c741740756aac61bf75ff desktop c0d27bf73aa08ca05b663dbd31fbef28 eapi8-dosym cd7d420bb5be5ee079f27239ce76b8f5 edos2unix 33e347e171066657f91f8b0c72ec8773 eutils dab5d8ec471d025b79c9e6906bcf3bff flag-o-matic a500d7cc40da3de38c361e889153bdf7 lua-single f2c2fb82c912dd65d53bdae3613a331f lua-utils e69ff116248d78546ae1a234c086fe80 multilib 4a33c9008e5ee30cb8840a3fdc24df2b multiprocessing 61c959fc55c15c00bbb1079d6a71370b python-single-r1 a5747fe6dc0651d95cb78eddd5e160a8 python-utils-r1 59dddabd6a41ab69723654916142f63b ruby-single d832a35ebec5113ec8d275b948432e59 ruby-utils 707c7b16c28e3483e51d7ec7f7b0d5ed strip-linguas ac3ee41ee2d31d8c41a77c0838320cc7 toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 vim-doc 76675474e2c64e01f41faabd9b3ab580 wrapper 4a1902f969e5718126434fc35f3a0d9c xdg-utils fffb53a53cf17c9c0c998a3c0a590c7e +_eclasses_=bash-completion-r1 f5e7a020fd9c741740756aac61bf75ff desktop c0d27bf73aa08ca05b663dbd31fbef28 eapi8-dosym cd7d420bb5be5ee079f27239ce76b8f5 edos2unix 33e347e171066657f91f8b0c72ec8773 eutils dab5d8ec471d025b79c9e6906bcf3bff flag-o-matic a500d7cc40da3de38c361e889153bdf7 lua-single f2c2fb82c912dd65d53bdae3613a331f lua-utils e69ff116248d78546ae1a234c086fe80 multilib 4a33c9008e5ee30cb8840a3fdc24df2b multiprocessing 61c959fc55c15c00bbb1079d6a71370b python-single-r1 a5747fe6dc0651d95cb78eddd5e160a8 python-utils-r1 59dddabd6a41ab69723654916142f63b ruby-single d832a35ebec5113ec8d275b948432e59 ruby-utils 707c7b16c28e3483e51d7ec7f7b0d5ed strip-linguas ac3ee41ee2d31d8c41a77c0838320cc7 toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 vim-doc e063cddf18e5d2f2cfb21388252579ec wrapper 4a1902f969e5718126434fc35f3a0d9c xdg-utils fffb53a53cf17c9c0c998a3c0a590c7e _md5_=092beca38bb5478f00d279aacb371bfc diff --git a/metadata/md5-cache/app-editors/vim-8.2.3582 b/metadata/md5-cache/app-editors/vim-8.2.3582 index 8167dd98c861..013d45bba740 100644 --- a/metadata/md5-cache/app-editors/vim-8.2.3582 +++ b/metadata/md5-cache/app-editors/vim-8.2.3582 @@ -11,5 +11,5 @@ RDEPEND=>=app-eselect/eselect-vi-1.1 >=sys-libs/ncurses-5.2-r2:0= nls? ( virtual REQUIRED_USE=lua? ( ^^ ( lua_single_target_luajit lua_single_target_lua5-1 ) ) python? ( ^^ ( python_single_target_python3_8 python_single_target_python3_9 python_single_target_python3_10 ) ) vim-pager? ( !minimal ) SLOT=0 SRC_URI=https://github.com/vim/vim/archive/v8.2.3582.tar.gz -> vim-8.2.3582.tar.gz https://dev.gentoo.org/~zlogene/distfiles/app-editors/vim/vim-8.2.0360-gentoo-patches.tar.xz -_eclasses_=bash-completion-r1 f5e7a020fd9c741740756aac61bf75ff desktop c0d27bf73aa08ca05b663dbd31fbef28 eapi8-dosym cd7d420bb5be5ee079f27239ce76b8f5 edos2unix 33e347e171066657f91f8b0c72ec8773 eutils dab5d8ec471d025b79c9e6906bcf3bff flag-o-matic a500d7cc40da3de38c361e889153bdf7 lua-single f2c2fb82c912dd65d53bdae3613a331f lua-utils e69ff116248d78546ae1a234c086fe80 multilib 4a33c9008e5ee30cb8840a3fdc24df2b multiprocessing 61c959fc55c15c00bbb1079d6a71370b python-single-r1 a5747fe6dc0651d95cb78eddd5e160a8 python-utils-r1 59dddabd6a41ab69723654916142f63b ruby-single d832a35ebec5113ec8d275b948432e59 ruby-utils 707c7b16c28e3483e51d7ec7f7b0d5ed strip-linguas ac3ee41ee2d31d8c41a77c0838320cc7 toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 vim-doc 76675474e2c64e01f41faabd9b3ab580 wrapper 4a1902f969e5718126434fc35f3a0d9c xdg-utils fffb53a53cf17c9c0c998a3c0a590c7e +_eclasses_=bash-completion-r1 f5e7a020fd9c741740756aac61bf75ff desktop c0d27bf73aa08ca05b663dbd31fbef28 eapi8-dosym cd7d420bb5be5ee079f27239ce76b8f5 edos2unix 33e347e171066657f91f8b0c72ec8773 eutils dab5d8ec471d025b79c9e6906bcf3bff flag-o-matic a500d7cc40da3de38c361e889153bdf7 lua-single f2c2fb82c912dd65d53bdae3613a331f lua-utils e69ff116248d78546ae1a234c086fe80 multilib 4a33c9008e5ee30cb8840a3fdc24df2b multiprocessing 61c959fc55c15c00bbb1079d6a71370b python-single-r1 a5747fe6dc0651d95cb78eddd5e160a8 python-utils-r1 59dddabd6a41ab69723654916142f63b ruby-single d832a35ebec5113ec8d275b948432e59 ruby-utils 707c7b16c28e3483e51d7ec7f7b0d5ed strip-linguas ac3ee41ee2d31d8c41a77c0838320cc7 toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 vim-doc e063cddf18e5d2f2cfb21388252579ec wrapper 4a1902f969e5718126434fc35f3a0d9c xdg-utils fffb53a53cf17c9c0c998a3c0a590c7e _md5_=bf29c8ac7614c70819d6fc978f64c4c3 diff --git a/metadata/md5-cache/app-editors/vim-8.2.3669 b/metadata/md5-cache/app-editors/vim-8.2.3669 index bf87c6863636..00dc3c498eee 100644 --- a/metadata/md5-cache/app-editors/vim-8.2.3669 +++ b/metadata/md5-cache/app-editors/vim-8.2.3669 @@ -11,5 +11,5 @@ RDEPEND=>=app-eselect/eselect-vi-1.1 >=sys-libs/ncurses-5.2-r2:0= nls? ( virtual REQUIRED_USE=lua? ( ^^ ( lua_single_target_luajit lua_single_target_lua5-1 ) ) python? ( ^^ ( python_single_target_python3_8 python_single_target_python3_9 python_single_target_python3_10 ) ) vim-pager? ( !minimal ) SLOT=0 SRC_URI=https://github.com/vim/vim/archive/v8.2.3669.tar.gz -> vim-8.2.3669.tar.gz https://dev.gentoo.org/~zlogene/distfiles/app-editors/vim/vim-8.2.0360-gentoo-patches.tar.xz -_eclasses_=bash-completion-r1 f5e7a020fd9c741740756aac61bf75ff desktop c0d27bf73aa08ca05b663dbd31fbef28 eapi8-dosym cd7d420bb5be5ee079f27239ce76b8f5 edos2unix 33e347e171066657f91f8b0c72ec8773 eutils dab5d8ec471d025b79c9e6906bcf3bff flag-o-matic a500d7cc40da3de38c361e889153bdf7 lua-single f2c2fb82c912dd65d53bdae3613a331f lua-utils e69ff116248d78546ae1a234c086fe80 multilib 4a33c9008e5ee30cb8840a3fdc24df2b multiprocessing 61c959fc55c15c00bbb1079d6a71370b python-single-r1 a5747fe6dc0651d95cb78eddd5e160a8 python-utils-r1 59dddabd6a41ab69723654916142f63b ruby-single d832a35ebec5113ec8d275b948432e59 ruby-utils 707c7b16c28e3483e51d7ec7f7b0d5ed strip-linguas ac3ee41ee2d31d8c41a77c0838320cc7 toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 vim-doc 76675474e2c64e01f41faabd9b3ab580 wrapper 4a1902f969e5718126434fc35f3a0d9c xdg-utils fffb53a53cf17c9c0c998a3c0a590c7e +_eclasses_=bash-completion-r1 f5e7a020fd9c741740756aac61bf75ff desktop c0d27bf73aa08ca05b663dbd31fbef28 eapi8-dosym cd7d420bb5be5ee079f27239ce76b8f5 edos2unix 33e347e171066657f91f8b0c72ec8773 eutils dab5d8ec471d025b79c9e6906bcf3bff flag-o-matic a500d7cc40da3de38c361e889153bdf7 lua-single f2c2fb82c912dd65d53bdae3613a331f lua-utils e69ff116248d78546ae1a234c086fe80 multilib 4a33c9008e5ee30cb8840a3fdc24df2b multiprocessing 61c959fc55c15c00bbb1079d6a71370b python-single-r1 a5747fe6dc0651d95cb78eddd5e160a8 python-utils-r1 59dddabd6a41ab69723654916142f63b ruby-single d832a35ebec5113ec8d275b948432e59 ruby-utils 707c7b16c28e3483e51d7ec7f7b0d5ed strip-linguas ac3ee41ee2d31d8c41a77c0838320cc7 toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 vim-doc e063cddf18e5d2f2cfb21388252579ec wrapper 4a1902f969e5718126434fc35f3a0d9c xdg-utils fffb53a53cf17c9c0c998a3c0a590c7e _md5_=092beca38bb5478f00d279aacb371bfc diff --git a/metadata/md5-cache/app-editors/vim-8.2.3741 b/metadata/md5-cache/app-editors/vim-8.2.3741 index 8ce532d0a97a..69689395ca21 100644 --- a/metadata/md5-cache/app-editors/vim-8.2.3741 +++ b/metadata/md5-cache/app-editors/vim-8.2.3741 @@ -11,5 +11,5 @@ RDEPEND=>=app-eselect/eselect-vi-1.1 >=sys-libs/ncurses-5.2-r2:0= nls? ( virtual REQUIRED_USE=lua? ( ^^ ( lua_single_target_luajit lua_single_target_lua5-1 ) ) python? ( ^^ ( python_single_target_python3_8 python_single_target_python3_9 python_single_target_python3_10 ) ) vim-pager? ( !minimal ) SLOT=0 SRC_URI=https://github.com/vim/vim/archive/v8.2.3741.tar.gz -> vim-8.2.3741.tar.gz https://dev.gentoo.org/~zlogene/distfiles/app-editors/vim/vim-8.2.0360-gentoo-patches.tar.xz -_eclasses_=bash-completion-r1 f5e7a020fd9c741740756aac61bf75ff desktop c0d27bf73aa08ca05b663dbd31fbef28 eapi8-dosym cd7d420bb5be5ee079f27239ce76b8f5 edos2unix 33e347e171066657f91f8b0c72ec8773 eutils dab5d8ec471d025b79c9e6906bcf3bff flag-o-matic a500d7cc40da3de38c361e889153bdf7 lua-single f2c2fb82c912dd65d53bdae3613a331f lua-utils e69ff116248d78546ae1a234c086fe80 multilib 4a33c9008e5ee30cb8840a3fdc24df2b multiprocessing 61c959fc55c15c00bbb1079d6a71370b python-single-r1 a5747fe6dc0651d95cb78eddd5e160a8 python-utils-r1 59dddabd6a41ab69723654916142f63b ruby-single d832a35ebec5113ec8d275b948432e59 ruby-utils 707c7b16c28e3483e51d7ec7f7b0d5ed strip-linguas ac3ee41ee2d31d8c41a77c0838320cc7 toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 vim-doc 76675474e2c64e01f41faabd9b3ab580 wrapper 4a1902f969e5718126434fc35f3a0d9c xdg-utils fffb53a53cf17c9c0c998a3c0a590c7e +_eclasses_=bash-completion-r1 f5e7a020fd9c741740756aac61bf75ff desktop c0d27bf73aa08ca05b663dbd31fbef28 eapi8-dosym cd7d420bb5be5ee079f27239ce76b8f5 edos2unix 33e347e171066657f91f8b0c72ec8773 eutils dab5d8ec471d025b79c9e6906bcf3bff flag-o-matic a500d7cc40da3de38c361e889153bdf7 lua-single f2c2fb82c912dd65d53bdae3613a331f lua-utils e69ff116248d78546ae1a234c086fe80 multilib 4a33c9008e5ee30cb8840a3fdc24df2b multiprocessing 61c959fc55c15c00bbb1079d6a71370b python-single-r1 a5747fe6dc0651d95cb78eddd5e160a8 python-utils-r1 59dddabd6a41ab69723654916142f63b ruby-single d832a35ebec5113ec8d275b948432e59 ruby-utils 707c7b16c28e3483e51d7ec7f7b0d5ed strip-linguas ac3ee41ee2d31d8c41a77c0838320cc7 toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 vim-doc e063cddf18e5d2f2cfb21388252579ec wrapper 4a1902f969e5718126434fc35f3a0d9c xdg-utils fffb53a53cf17c9c0c998a3c0a590c7e _md5_=bf29c8ac7614c70819d6fc978f64c4c3 diff --git a/metadata/md5-cache/app-editors/vim-8.2.3950 b/metadata/md5-cache/app-editors/vim-8.2.3950 index f26e38b32aba..d24414fd2801 100644 --- a/metadata/md5-cache/app-editors/vim-8.2.3950 +++ b/metadata/md5-cache/app-editors/vim-8.2.3950 @@ -11,5 +11,5 @@ RDEPEND=>=app-eselect/eselect-vi-1.1 >=sys-libs/ncurses-5.2-r2:0= nls? ( virtual REQUIRED_USE=lua? ( ^^ ( lua_single_target_luajit lua_single_target_lua5-1 ) ) python? ( ^^ ( python_single_target_python3_8 python_single_target_python3_9 python_single_target_python3_10 ) ) vim-pager? ( !minimal ) SLOT=0 SRC_URI=https://github.com/vim/vim/archive/v8.2.3950.tar.gz -> vim-8.2.3950.tar.gz https://dev.gentoo.org/~zlogene/distfiles/app-editors/vim/vim-8.2.0360-gentoo-patches.tar.xz -_eclasses_=bash-completion-r1 f5e7a020fd9c741740756aac61bf75ff desktop c0d27bf73aa08ca05b663dbd31fbef28 eapi8-dosym cd7d420bb5be5ee079f27239ce76b8f5 edos2unix 33e347e171066657f91f8b0c72ec8773 eutils dab5d8ec471d025b79c9e6906bcf3bff flag-o-matic a500d7cc40da3de38c361e889153bdf7 lua-single f2c2fb82c912dd65d53bdae3613a331f lua-utils e69ff116248d78546ae1a234c086fe80 multilib 4a33c9008e5ee30cb8840a3fdc24df2b multiprocessing 61c959fc55c15c00bbb1079d6a71370b python-single-r1 a5747fe6dc0651d95cb78eddd5e160a8 python-utils-r1 59dddabd6a41ab69723654916142f63b ruby-single d832a35ebec5113ec8d275b948432e59 ruby-utils 707c7b16c28e3483e51d7ec7f7b0d5ed strip-linguas ac3ee41ee2d31d8c41a77c0838320cc7 toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 vim-doc 76675474e2c64e01f41faabd9b3ab580 wrapper 4a1902f969e5718126434fc35f3a0d9c xdg-utils fffb53a53cf17c9c0c998a3c0a590c7e +_eclasses_=bash-completion-r1 f5e7a020fd9c741740756aac61bf75ff desktop c0d27bf73aa08ca05b663dbd31fbef28 eapi8-dosym cd7d420bb5be5ee079f27239ce76b8f5 edos2unix 33e347e171066657f91f8b0c72ec8773 eutils dab5d8ec471d025b79c9e6906bcf3bff flag-o-matic a500d7cc40da3de38c361e889153bdf7 lua-single f2c2fb82c912dd65d53bdae3613a331f lua-utils e69ff116248d78546ae1a234c086fe80 multilib 4a33c9008e5ee30cb8840a3fdc24df2b multiprocessing 61c959fc55c15c00bbb1079d6a71370b python-single-r1 a5747fe6dc0651d95cb78eddd5e160a8 python-utils-r1 59dddabd6a41ab69723654916142f63b ruby-single d832a35ebec5113ec8d275b948432e59 ruby-utils 707c7b16c28e3483e51d7ec7f7b0d5ed strip-linguas ac3ee41ee2d31d8c41a77c0838320cc7 toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 vim-doc e063cddf18e5d2f2cfb21388252579ec wrapper 4a1902f969e5718126434fc35f3a0d9c xdg-utils fffb53a53cf17c9c0c998a3c0a590c7e _md5_=092beca38bb5478f00d279aacb371bfc diff --git a/metadata/md5-cache/app-editors/vim-8.2.4285 b/metadata/md5-cache/app-editors/vim-8.2.4285 index 251a4a5360cb..ed4889fc8cb3 100644 --- a/metadata/md5-cache/app-editors/vim-8.2.4285 +++ b/metadata/md5-cache/app-editors/vim-8.2.4285 @@ -11,5 +11,5 @@ RDEPEND=>=app-eselect/eselect-vi-1.1 >=sys-libs/ncurses-5.2-r2:0= nls? ( virtual REQUIRED_USE=lua? ( ^^ ( lua_single_target_luajit lua_single_target_lua5-1 ) ) python? ( ^^ ( python_single_target_python3_8 python_single_target_python3_9 python_single_target_python3_10 ) ) vim-pager? ( !minimal ) SLOT=0 SRC_URI=https://github.com/vim/vim/archive/v8.2.4285.tar.gz -> vim-8.2.4285.tar.gz https://dev.gentoo.org/~zlogene/distfiles/app-editors/vim/vim-8.2.0360-gentoo-patches.tar.xz -_eclasses_=bash-completion-r1 f5e7a020fd9c741740756aac61bf75ff desktop c0d27bf73aa08ca05b663dbd31fbef28 eapi8-dosym cd7d420bb5be5ee079f27239ce76b8f5 edos2unix 33e347e171066657f91f8b0c72ec8773 eutils dab5d8ec471d025b79c9e6906bcf3bff flag-o-matic a500d7cc40da3de38c361e889153bdf7 lua-single f2c2fb82c912dd65d53bdae3613a331f lua-utils e69ff116248d78546ae1a234c086fe80 multilib 4a33c9008e5ee30cb8840a3fdc24df2b multiprocessing 61c959fc55c15c00bbb1079d6a71370b python-single-r1 a5747fe6dc0651d95cb78eddd5e160a8 python-utils-r1 59dddabd6a41ab69723654916142f63b ruby-single d832a35ebec5113ec8d275b948432e59 ruby-utils 707c7b16c28e3483e51d7ec7f7b0d5ed strip-linguas ac3ee41ee2d31d8c41a77c0838320cc7 toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 vim-doc 76675474e2c64e01f41faabd9b3ab580 wrapper 4a1902f969e5718126434fc35f3a0d9c xdg-utils fffb53a53cf17c9c0c998a3c0a590c7e +_eclasses_=bash-completion-r1 f5e7a020fd9c741740756aac61bf75ff desktop c0d27bf73aa08ca05b663dbd31fbef28 eapi8-dosym cd7d420bb5be5ee079f27239ce76b8f5 edos2unix 33e347e171066657f91f8b0c72ec8773 eutils dab5d8ec471d025b79c9e6906bcf3bff flag-o-matic a500d7cc40da3de38c361e889153bdf7 lua-single f2c2fb82c912dd65d53bdae3613a331f lua-utils e69ff116248d78546ae1a234c086fe80 multilib 4a33c9008e5ee30cb8840a3fdc24df2b multiprocessing 61c959fc55c15c00bbb1079d6a71370b python-single-r1 a5747fe6dc0651d95cb78eddd5e160a8 python-utils-r1 59dddabd6a41ab69723654916142f63b ruby-single d832a35ebec5113ec8d275b948432e59 ruby-utils 707c7b16c28e3483e51d7ec7f7b0d5ed strip-linguas ac3ee41ee2d31d8c41a77c0838320cc7 toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 vim-doc e063cddf18e5d2f2cfb21388252579ec wrapper 4a1902f969e5718126434fc35f3a0d9c xdg-utils fffb53a53cf17c9c0c998a3c0a590c7e _md5_=092beca38bb5478f00d279aacb371bfc diff --git a/metadata/md5-cache/app-editors/vim-8.2.4328-r1 b/metadata/md5-cache/app-editors/vim-8.2.4328-r1 index 53111b4c8715..f82cf4ce9132 100644 --- a/metadata/md5-cache/app-editors/vim-8.2.4328-r1 +++ b/metadata/md5-cache/app-editors/vim-8.2.4328-r1 @@ -11,5 +11,5 @@ RDEPEND=>=app-eselect/eselect-vi-1.1 >=sys-libs/ncurses-5.2-r2:0= nls? ( virtual REQUIRED_USE=lua? ( ^^ ( lua_single_target_luajit lua_single_target_lua5-1 ) ) python? ( ^^ ( python_single_target_python3_8 python_single_target_python3_9 python_single_target_python3_10 ) ) vim-pager? ( !minimal ) SLOT=0 SRC_URI=https://github.com/vim/vim/archive/v8.2.4328.tar.gz -> vim-8.2.4328.tar.gz https://dev.gentoo.org/~zlogene/distfiles/app-editors/vim/vim-8.2.0360-gentoo-patches.tar.xz -_eclasses_=bash-completion-r1 f5e7a020fd9c741740756aac61bf75ff desktop c0d27bf73aa08ca05b663dbd31fbef28 eapi8-dosym cd7d420bb5be5ee079f27239ce76b8f5 edos2unix 33e347e171066657f91f8b0c72ec8773 eutils dab5d8ec471d025b79c9e6906bcf3bff flag-o-matic a500d7cc40da3de38c361e889153bdf7 lua-single f2c2fb82c912dd65d53bdae3613a331f lua-utils e69ff116248d78546ae1a234c086fe80 multilib 4a33c9008e5ee30cb8840a3fdc24df2b multiprocessing 61c959fc55c15c00bbb1079d6a71370b python-single-r1 a5747fe6dc0651d95cb78eddd5e160a8 python-utils-r1 59dddabd6a41ab69723654916142f63b ruby-single d832a35ebec5113ec8d275b948432e59 ruby-utils 707c7b16c28e3483e51d7ec7f7b0d5ed strip-linguas ac3ee41ee2d31d8c41a77c0838320cc7 toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 vim-doc 76675474e2c64e01f41faabd9b3ab580 wrapper 4a1902f969e5718126434fc35f3a0d9c xdg-utils fffb53a53cf17c9c0c998a3c0a590c7e +_eclasses_=bash-completion-r1 f5e7a020fd9c741740756aac61bf75ff desktop c0d27bf73aa08ca05b663dbd31fbef28 eapi8-dosym cd7d420bb5be5ee079f27239ce76b8f5 edos2unix 33e347e171066657f91f8b0c72ec8773 eutils dab5d8ec471d025b79c9e6906bcf3bff flag-o-matic a500d7cc40da3de38c361e889153bdf7 lua-single f2c2fb82c912dd65d53bdae3613a331f lua-utils e69ff116248d78546ae1a234c086fe80 multilib 4a33c9008e5ee30cb8840a3fdc24df2b multiprocessing 61c959fc55c15c00bbb1079d6a71370b python-single-r1 a5747fe6dc0651d95cb78eddd5e160a8 python-utils-r1 59dddabd6a41ab69723654916142f63b ruby-single d832a35ebec5113ec8d275b948432e59 ruby-utils 707c7b16c28e3483e51d7ec7f7b0d5ed strip-linguas ac3ee41ee2d31d8c41a77c0838320cc7 toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 vim-doc e063cddf18e5d2f2cfb21388252579ec wrapper 4a1902f969e5718126434fc35f3a0d9c xdg-utils fffb53a53cf17c9c0c998a3c0a590c7e _md5_=fe50831b1787fff19fd4195167215076 diff --git a/metadata/md5-cache/app-editors/vim-8.2.4586 b/metadata/md5-cache/app-editors/vim-8.2.4586 index e0532e999adc..f50cdc62b1ce 100644 --- a/metadata/md5-cache/app-editors/vim-8.2.4586 +++ b/metadata/md5-cache/app-editors/vim-8.2.4586 @@ -11,5 +11,5 @@ RDEPEND=>=app-eselect/eselect-vi-1.1 >=sys-libs/ncurses-5.2-r2:0= nls? ( virtual REQUIRED_USE=lua? ( ^^ ( lua_single_target_luajit lua_single_target_lua5-1 ) ) python? ( ^^ ( python_single_target_python3_8 python_single_target_python3_9 python_single_target_python3_10 ) ) vim-pager? ( !minimal ) SLOT=0 SRC_URI=https://github.com/vim/vim/archive/v8.2.4586.tar.gz -> vim-8.2.4586.tar.gz https://dev.gentoo.org/~zlogene/distfiles/app-editors/vim/vim-8.2.0360-gentoo-patches.tar.xz -_eclasses_=bash-completion-r1 f5e7a020fd9c741740756aac61bf75ff desktop c0d27bf73aa08ca05b663dbd31fbef28 eapi8-dosym cd7d420bb5be5ee079f27239ce76b8f5 edos2unix 33e347e171066657f91f8b0c72ec8773 eutils dab5d8ec471d025b79c9e6906bcf3bff flag-o-matic a500d7cc40da3de38c361e889153bdf7 lua-single f2c2fb82c912dd65d53bdae3613a331f lua-utils e69ff116248d78546ae1a234c086fe80 multilib 4a33c9008e5ee30cb8840a3fdc24df2b multiprocessing 61c959fc55c15c00bbb1079d6a71370b python-single-r1 a5747fe6dc0651d95cb78eddd5e160a8 python-utils-r1 59dddabd6a41ab69723654916142f63b ruby-single d832a35ebec5113ec8d275b948432e59 ruby-utils 707c7b16c28e3483e51d7ec7f7b0d5ed strip-linguas ac3ee41ee2d31d8c41a77c0838320cc7 toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 vim-doc 76675474e2c64e01f41faabd9b3ab580 wrapper 4a1902f969e5718126434fc35f3a0d9c xdg-utils fffb53a53cf17c9c0c998a3c0a590c7e +_eclasses_=bash-completion-r1 f5e7a020fd9c741740756aac61bf75ff desktop c0d27bf73aa08ca05b663dbd31fbef28 eapi8-dosym cd7d420bb5be5ee079f27239ce76b8f5 edos2unix 33e347e171066657f91f8b0c72ec8773 eutils dab5d8ec471d025b79c9e6906bcf3bff flag-o-matic a500d7cc40da3de38c361e889153bdf7 lua-single f2c2fb82c912dd65d53bdae3613a331f lua-utils e69ff116248d78546ae1a234c086fe80 multilib 4a33c9008e5ee30cb8840a3fdc24df2b multiprocessing 61c959fc55c15c00bbb1079d6a71370b python-single-r1 a5747fe6dc0651d95cb78eddd5e160a8 python-utils-r1 59dddabd6a41ab69723654916142f63b ruby-single d832a35ebec5113ec8d275b948432e59 ruby-utils 707c7b16c28e3483e51d7ec7f7b0d5ed strip-linguas ac3ee41ee2d31d8c41a77c0838320cc7 toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 vim-doc e063cddf18e5d2f2cfb21388252579ec wrapper 4a1902f969e5718126434fc35f3a0d9c xdg-utils fffb53a53cf17c9c0c998a3c0a590c7e _md5_=29903c568afad7ee06dc3a2df149ee0f diff --git a/metadata/md5-cache/app-editors/vim-9999 b/metadata/md5-cache/app-editors/vim-9999 index a46cfb6a2188..7f2476a5efa1 100644 --- a/metadata/md5-cache/app-editors/vim-9999 +++ b/metadata/md5-cache/app-editors/vim-9999 @@ -10,5 +10,5 @@ PROPERTIES=live RDEPEND=>=app-eselect/eselect-vi-1.1 >=sys-libs/ncurses-5.2-r2:0= nls? ( virtual/libintl ) acl? ( kernel_linux? ( sys-apps/acl ) ) crypt? ( dev-libs/libsodium:= ) cscope? ( dev-util/cscope ) gpm? ( >=sys-libs/gpm-1.19.3 ) lua? ( lua_single_target_luajit? ( dev-lang/luajit:= ) lua_single_target_lua5-1? ( dev-lang/lua:5.1 ) lua_single_target_lua5-1? ( dev-lang/lua:5.1[deprecated] ) ) ~app-editors/vim-core-9999 !=dev-lang/python-3.8.12_p1-r1:3.8[threads(+)] ) python_single_target_python3_9? ( >=dev-lang/python-3.9.9-r1:3.9[threads(+)] ) python_single_target_python3_10? ( >=dev-lang/python-3.10.0_p1-r1:3.10[threads(+)] ) ) racket? ( dev-scheme/racket ) ruby? ( || ( dev-lang/ruby:2.6 dev-lang/ruby:2.7 ) virtual/rubygems ) selinux? ( sys-libs/libselinux ) sound? ( media-libs/libcanberra ) tcl? ( dev-lang/tcl:0= ) X? ( x11-libs/libXt ) REQUIRED_USE=lua? ( ^^ ( lua_single_target_luajit lua_single_target_lua5-1 ) ) python? ( ^^ ( python_single_target_python3_8 python_single_target_python3_9 python_single_target_python3_10 ) ) vim-pager? ( !minimal ) SLOT=0 -_eclasses_=bash-completion-r1 f5e7a020fd9c741740756aac61bf75ff desktop c0d27bf73aa08ca05b663dbd31fbef28 eapi8-dosym cd7d420bb5be5ee079f27239ce76b8f5 edos2unix 33e347e171066657f91f8b0c72ec8773 eutils dab5d8ec471d025b79c9e6906bcf3bff flag-o-matic a500d7cc40da3de38c361e889153bdf7 git-r3 b9ac6f96d2a88edb5b351df634dc5e53 lua-single f2c2fb82c912dd65d53bdae3613a331f lua-utils e69ff116248d78546ae1a234c086fe80 multilib 4a33c9008e5ee30cb8840a3fdc24df2b multiprocessing 61c959fc55c15c00bbb1079d6a71370b python-single-r1 a5747fe6dc0651d95cb78eddd5e160a8 python-utils-r1 59dddabd6a41ab69723654916142f63b ruby-single d832a35ebec5113ec8d275b948432e59 ruby-utils 707c7b16c28e3483e51d7ec7f7b0d5ed strip-linguas ac3ee41ee2d31d8c41a77c0838320cc7 toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 vim-doc 76675474e2c64e01f41faabd9b3ab580 wrapper 4a1902f969e5718126434fc35f3a0d9c xdg-utils fffb53a53cf17c9c0c998a3c0a590c7e +_eclasses_=bash-completion-r1 f5e7a020fd9c741740756aac61bf75ff desktop c0d27bf73aa08ca05b663dbd31fbef28 eapi8-dosym cd7d420bb5be5ee079f27239ce76b8f5 edos2unix 33e347e171066657f91f8b0c72ec8773 eutils dab5d8ec471d025b79c9e6906bcf3bff flag-o-matic a500d7cc40da3de38c361e889153bdf7 git-r3 b9ac6f96d2a88edb5b351df634dc5e53 lua-single f2c2fb82c912dd65d53bdae3613a331f lua-utils e69ff116248d78546ae1a234c086fe80 multilib 4a33c9008e5ee30cb8840a3fdc24df2b multiprocessing 61c959fc55c15c00bbb1079d6a71370b python-single-r1 a5747fe6dc0651d95cb78eddd5e160a8 python-utils-r1 59dddabd6a41ab69723654916142f63b ruby-single d832a35ebec5113ec8d275b948432e59 ruby-utils 707c7b16c28e3483e51d7ec7f7b0d5ed strip-linguas ac3ee41ee2d31d8c41a77c0838320cc7 toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 vim-doc e063cddf18e5d2f2cfb21388252579ec wrapper 4a1902f969e5718126434fc35f3a0d9c xdg-utils fffb53a53cf17c9c0c998a3c0a590c7e _md5_=29903c568afad7ee06dc3a2df149ee0f diff --git a/metadata/md5-cache/app-editors/vim-core-8.2.0814 b/metadata/md5-cache/app-editors/vim-core-8.2.0814 index d778bcbc2363..8a85b692ef45 100644 --- a/metadata/md5-cache/app-editors/vim-core-8.2.0814 +++ b/metadata/md5-cache/app-editors/vim-core-8.2.0814 @@ -10,5 +10,5 @@ PDEPEND=!minimal? ( app-vim/gentoo-syntax ) RDEPEND=!! vim-8.2.0814.tar.gz https://dev.gentoo.org/~zlogene/distfiles/app-editors/vim/vim-8.2.0360-gentoo-patches.tar.xz -_eclasses_=bash-completion-r1 f5e7a020fd9c741740756aac61bf75ff desktop c0d27bf73aa08ca05b663dbd31fbef28 edos2unix 33e347e171066657f91f8b0c72ec8773 estack 055c42df72f76a4f45ec92b35e83cd56 eutils dab5d8ec471d025b79c9e6906bcf3bff flag-o-matic a500d7cc40da3de38c361e889153bdf7 multilib 4a33c9008e5ee30cb8840a3fdc24df2b prefix eab3c99d77fe00506c109c8a736186f7 strip-linguas ac3ee41ee2d31d8c41a77c0838320cc7 toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 vim-doc 76675474e2c64e01f41faabd9b3ab580 wrapper 4a1902f969e5718126434fc35f3a0d9c xdg-utils fffb53a53cf17c9c0c998a3c0a590c7e +_eclasses_=bash-completion-r1 f5e7a020fd9c741740756aac61bf75ff desktop c0d27bf73aa08ca05b663dbd31fbef28 edos2unix 33e347e171066657f91f8b0c72ec8773 estack 055c42df72f76a4f45ec92b35e83cd56 eutils dab5d8ec471d025b79c9e6906bcf3bff flag-o-matic a500d7cc40da3de38c361e889153bdf7 multilib 4a33c9008e5ee30cb8840a3fdc24df2b prefix eab3c99d77fe00506c109c8a736186f7 strip-linguas ac3ee41ee2d31d8c41a77c0838320cc7 toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 vim-doc e063cddf18e5d2f2cfb21388252579ec wrapper 4a1902f969e5718126434fc35f3a0d9c xdg-utils fffb53a53cf17c9c0c998a3c0a590c7e _md5_=54327f557cb1d11918aee348986273a0 diff --git a/metadata/md5-cache/app-editors/vim-core-8.2.3428 b/metadata/md5-cache/app-editors/vim-core-8.2.3428 index 76685d447235..1bc4eb4f9dc3 100644 --- a/metadata/md5-cache/app-editors/vim-core-8.2.3428 +++ b/metadata/md5-cache/app-editors/vim-core-8.2.3428 @@ -10,5 +10,5 @@ PDEPEND=!minimal? ( app-vim/gentoo-syntax ) RDEPEND=!! vim-8.2.3428.tar.gz https://dev.gentoo.org/~zlogene/distfiles/app-editors/vim/vim-8.2.0360-gentoo-patches.tar.xz -_eclasses_=bash-completion-r1 f5e7a020fd9c741740756aac61bf75ff desktop c0d27bf73aa08ca05b663dbd31fbef28 edos2unix 33e347e171066657f91f8b0c72ec8773 estack 055c42df72f76a4f45ec92b35e83cd56 eutils dab5d8ec471d025b79c9e6906bcf3bff flag-o-matic a500d7cc40da3de38c361e889153bdf7 multilib 4a33c9008e5ee30cb8840a3fdc24df2b prefix eab3c99d77fe00506c109c8a736186f7 strip-linguas ac3ee41ee2d31d8c41a77c0838320cc7 toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 vim-doc 76675474e2c64e01f41faabd9b3ab580 wrapper 4a1902f969e5718126434fc35f3a0d9c xdg-utils fffb53a53cf17c9c0c998a3c0a590c7e +_eclasses_=bash-completion-r1 f5e7a020fd9c741740756aac61bf75ff desktop c0d27bf73aa08ca05b663dbd31fbef28 edos2unix 33e347e171066657f91f8b0c72ec8773 estack 055c42df72f76a4f45ec92b35e83cd56 eutils dab5d8ec471d025b79c9e6906bcf3bff flag-o-matic a500d7cc40da3de38c361e889153bdf7 multilib 4a33c9008e5ee30cb8840a3fdc24df2b prefix eab3c99d77fe00506c109c8a736186f7 strip-linguas ac3ee41ee2d31d8c41a77c0838320cc7 toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 vim-doc e063cddf18e5d2f2cfb21388252579ec wrapper 4a1902f969e5718126434fc35f3a0d9c xdg-utils fffb53a53cf17c9c0c998a3c0a590c7e _md5_=ee6919a042a66680f567b63267d79a09 diff --git a/metadata/md5-cache/app-editors/vim-core-8.2.3567 b/metadata/md5-cache/app-editors/vim-core-8.2.3567 index b513444d7c7d..507f669a8c7c 100644 --- a/metadata/md5-cache/app-editors/vim-core-8.2.3567 +++ b/metadata/md5-cache/app-editors/vim-core-8.2.3567 @@ -10,5 +10,5 @@ PDEPEND=!minimal? ( app-vim/gentoo-syntax ) RDEPEND=!! vim-8.2.3567.tar.gz https://dev.gentoo.org/~zlogene/distfiles/app-editors/vim/vim-8.2.0360-gentoo-patches.tar.xz -_eclasses_=bash-completion-r1 f5e7a020fd9c741740756aac61bf75ff desktop c0d27bf73aa08ca05b663dbd31fbef28 edos2unix 33e347e171066657f91f8b0c72ec8773 estack 055c42df72f76a4f45ec92b35e83cd56 eutils dab5d8ec471d025b79c9e6906bcf3bff flag-o-matic a500d7cc40da3de38c361e889153bdf7 multilib 4a33c9008e5ee30cb8840a3fdc24df2b prefix eab3c99d77fe00506c109c8a736186f7 strip-linguas ac3ee41ee2d31d8c41a77c0838320cc7 toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 vim-doc 76675474e2c64e01f41faabd9b3ab580 wrapper 4a1902f969e5718126434fc35f3a0d9c xdg-utils fffb53a53cf17c9c0c998a3c0a590c7e +_eclasses_=bash-completion-r1 f5e7a020fd9c741740756aac61bf75ff desktop c0d27bf73aa08ca05b663dbd31fbef28 edos2unix 33e347e171066657f91f8b0c72ec8773 estack 055c42df72f76a4f45ec92b35e83cd56 eutils dab5d8ec471d025b79c9e6906bcf3bff flag-o-matic a500d7cc40da3de38c361e889153bdf7 multilib 4a33c9008e5ee30cb8840a3fdc24df2b prefix eab3c99d77fe00506c109c8a736186f7 strip-linguas ac3ee41ee2d31d8c41a77c0838320cc7 toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 vim-doc e063cddf18e5d2f2cfb21388252579ec wrapper 4a1902f969e5718126434fc35f3a0d9c xdg-utils fffb53a53cf17c9c0c998a3c0a590c7e _md5_=977ca20c10101cff971780e28122ebe9 diff --git a/metadata/md5-cache/app-editors/vim-core-8.2.3582 b/metadata/md5-cache/app-editors/vim-core-8.2.3582 index d6f785a05b9a..cd1af62a5440 100644 --- a/metadata/md5-cache/app-editors/vim-core-8.2.3582 +++ b/metadata/md5-cache/app-editors/vim-core-8.2.3582 @@ -10,5 +10,5 @@ PDEPEND=!minimal? ( app-vim/gentoo-syntax ) RDEPEND=!! vim-8.2.3582.tar.gz https://dev.gentoo.org/~zlogene/distfiles/app-editors/vim/vim-8.2.0360-gentoo-patches.tar.xz -_eclasses_=bash-completion-r1 f5e7a020fd9c741740756aac61bf75ff desktop c0d27bf73aa08ca05b663dbd31fbef28 edos2unix 33e347e171066657f91f8b0c72ec8773 estack 055c42df72f76a4f45ec92b35e83cd56 eutils dab5d8ec471d025b79c9e6906bcf3bff flag-o-matic a500d7cc40da3de38c361e889153bdf7 multilib 4a33c9008e5ee30cb8840a3fdc24df2b prefix eab3c99d77fe00506c109c8a736186f7 strip-linguas ac3ee41ee2d31d8c41a77c0838320cc7 toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 vim-doc 76675474e2c64e01f41faabd9b3ab580 wrapper 4a1902f969e5718126434fc35f3a0d9c xdg-utils fffb53a53cf17c9c0c998a3c0a590c7e +_eclasses_=bash-completion-r1 f5e7a020fd9c741740756aac61bf75ff desktop c0d27bf73aa08ca05b663dbd31fbef28 edos2unix 33e347e171066657f91f8b0c72ec8773 estack 055c42df72f76a4f45ec92b35e83cd56 eutils dab5d8ec471d025b79c9e6906bcf3bff flag-o-matic a500d7cc40da3de38c361e889153bdf7 multilib 4a33c9008e5ee30cb8840a3fdc24df2b prefix eab3c99d77fe00506c109c8a736186f7 strip-linguas ac3ee41ee2d31d8c41a77c0838320cc7 toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 vim-doc e063cddf18e5d2f2cfb21388252579ec wrapper 4a1902f969e5718126434fc35f3a0d9c xdg-utils fffb53a53cf17c9c0c998a3c0a590c7e _md5_=ec8ba9f09a231753c63b36af42c4dc33 diff --git a/metadata/md5-cache/app-editors/vim-core-8.2.3669 b/metadata/md5-cache/app-editors/vim-core-8.2.3669 index c167381e1a61..d9b652ff1f22 100644 --- a/metadata/md5-cache/app-editors/vim-core-8.2.3669 +++ b/metadata/md5-cache/app-editors/vim-core-8.2.3669 @@ -10,5 +10,5 @@ PDEPEND=!minimal? ( app-vim/gentoo-syntax ) RDEPEND=!! vim-8.2.3669.tar.gz https://dev.gentoo.org/~zlogene/distfiles/app-editors/vim/vim-8.2.0360-gentoo-patches.tar.xz -_eclasses_=bash-completion-r1 f5e7a020fd9c741740756aac61bf75ff desktop c0d27bf73aa08ca05b663dbd31fbef28 edos2unix 33e347e171066657f91f8b0c72ec8773 estack 055c42df72f76a4f45ec92b35e83cd56 eutils dab5d8ec471d025b79c9e6906bcf3bff flag-o-matic a500d7cc40da3de38c361e889153bdf7 multilib 4a33c9008e5ee30cb8840a3fdc24df2b prefix eab3c99d77fe00506c109c8a736186f7 strip-linguas ac3ee41ee2d31d8c41a77c0838320cc7 toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 vim-doc 76675474e2c64e01f41faabd9b3ab580 wrapper 4a1902f969e5718126434fc35f3a0d9c xdg-utils fffb53a53cf17c9c0c998a3c0a590c7e +_eclasses_=bash-completion-r1 f5e7a020fd9c741740756aac61bf75ff desktop c0d27bf73aa08ca05b663dbd31fbef28 edos2unix 33e347e171066657f91f8b0c72ec8773 estack 055c42df72f76a4f45ec92b35e83cd56 eutils dab5d8ec471d025b79c9e6906bcf3bff flag-o-matic a500d7cc40da3de38c361e889153bdf7 multilib 4a33c9008e5ee30cb8840a3fdc24df2b prefix eab3c99d77fe00506c109c8a736186f7 strip-linguas ac3ee41ee2d31d8c41a77c0838320cc7 toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 vim-doc e063cddf18e5d2f2cfb21388252579ec wrapper 4a1902f969e5718126434fc35f3a0d9c xdg-utils fffb53a53cf17c9c0c998a3c0a590c7e _md5_=977ca20c10101cff971780e28122ebe9 diff --git a/metadata/md5-cache/app-editors/vim-core-8.2.3741 b/metadata/md5-cache/app-editors/vim-core-8.2.3741 index 30546d9c9f29..f955390e09c1 100644 --- a/metadata/md5-cache/app-editors/vim-core-8.2.3741 +++ b/metadata/md5-cache/app-editors/vim-core-8.2.3741 @@ -10,5 +10,5 @@ PDEPEND=!minimal? ( app-vim/gentoo-syntax ) RDEPEND=!! vim-8.2.3741.tar.gz https://dev.gentoo.org/~zlogene/distfiles/app-editors/vim/vim-8.2.0360-gentoo-patches.tar.xz -_eclasses_=bash-completion-r1 f5e7a020fd9c741740756aac61bf75ff desktop c0d27bf73aa08ca05b663dbd31fbef28 edos2unix 33e347e171066657f91f8b0c72ec8773 estack 055c42df72f76a4f45ec92b35e83cd56 eutils dab5d8ec471d025b79c9e6906bcf3bff flag-o-matic a500d7cc40da3de38c361e889153bdf7 multilib 4a33c9008e5ee30cb8840a3fdc24df2b prefix eab3c99d77fe00506c109c8a736186f7 strip-linguas ac3ee41ee2d31d8c41a77c0838320cc7 toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 vim-doc 76675474e2c64e01f41faabd9b3ab580 wrapper 4a1902f969e5718126434fc35f3a0d9c xdg-utils fffb53a53cf17c9c0c998a3c0a590c7e +_eclasses_=bash-completion-r1 f5e7a020fd9c741740756aac61bf75ff desktop c0d27bf73aa08ca05b663dbd31fbef28 edos2unix 33e347e171066657f91f8b0c72ec8773 estack 055c42df72f76a4f45ec92b35e83cd56 eutils dab5d8ec471d025b79c9e6906bcf3bff flag-o-matic a500d7cc40da3de38c361e889153bdf7 multilib 4a33c9008e5ee30cb8840a3fdc24df2b prefix eab3c99d77fe00506c109c8a736186f7 strip-linguas ac3ee41ee2d31d8c41a77c0838320cc7 toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 vim-doc e063cddf18e5d2f2cfb21388252579ec wrapper 4a1902f969e5718126434fc35f3a0d9c xdg-utils fffb53a53cf17c9c0c998a3c0a590c7e _md5_=ec8ba9f09a231753c63b36af42c4dc33 diff --git a/metadata/md5-cache/app-editors/vim-core-8.2.3950 b/metadata/md5-cache/app-editors/vim-core-8.2.3950 index f1acd87e08e4..767a834307aa 100644 --- a/metadata/md5-cache/app-editors/vim-core-8.2.3950 +++ b/metadata/md5-cache/app-editors/vim-core-8.2.3950 @@ -10,5 +10,5 @@ PDEPEND=!minimal? ( app-vim/gentoo-syntax ) RDEPEND=!! vim-8.2.3950.tar.gz https://dev.gentoo.org/~zlogene/distfiles/app-editors/vim/vim-8.2.0360-gentoo-patches.tar.xz -_eclasses_=bash-completion-r1 f5e7a020fd9c741740756aac61bf75ff desktop c0d27bf73aa08ca05b663dbd31fbef28 edos2unix 33e347e171066657f91f8b0c72ec8773 estack 055c42df72f76a4f45ec92b35e83cd56 eutils dab5d8ec471d025b79c9e6906bcf3bff flag-o-matic a500d7cc40da3de38c361e889153bdf7 multilib 4a33c9008e5ee30cb8840a3fdc24df2b prefix eab3c99d77fe00506c109c8a736186f7 strip-linguas ac3ee41ee2d31d8c41a77c0838320cc7 toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 vim-doc 76675474e2c64e01f41faabd9b3ab580 wrapper 4a1902f969e5718126434fc35f3a0d9c xdg-utils fffb53a53cf17c9c0c998a3c0a590c7e +_eclasses_=bash-completion-r1 f5e7a020fd9c741740756aac61bf75ff desktop c0d27bf73aa08ca05b663dbd31fbef28 edos2unix 33e347e171066657f91f8b0c72ec8773 estack 055c42df72f76a4f45ec92b35e83cd56 eutils dab5d8ec471d025b79c9e6906bcf3bff flag-o-matic a500d7cc40da3de38c361e889153bdf7 multilib 4a33c9008e5ee30cb8840a3fdc24df2b prefix eab3c99d77fe00506c109c8a736186f7 strip-linguas ac3ee41ee2d31d8c41a77c0838320cc7 toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 vim-doc e063cddf18e5d2f2cfb21388252579ec wrapper 4a1902f969e5718126434fc35f3a0d9c xdg-utils fffb53a53cf17c9c0c998a3c0a590c7e _md5_=977ca20c10101cff971780e28122ebe9 diff --git a/metadata/md5-cache/app-editors/vim-core-8.2.4285 b/metadata/md5-cache/app-editors/vim-core-8.2.4285 index 7576bf71b705..dc6a43f0aa1e 100644 --- a/metadata/md5-cache/app-editors/vim-core-8.2.4285 +++ b/metadata/md5-cache/app-editors/vim-core-8.2.4285 @@ -10,5 +10,5 @@ PDEPEND=!minimal? ( app-vim/gentoo-syntax ) RDEPEND=!! vim-8.2.4285.tar.gz https://dev.gentoo.org/~zlogene/distfiles/app-editors/vim/vim-8.2.0360-gentoo-patches.tar.xz -_eclasses_=bash-completion-r1 f5e7a020fd9c741740756aac61bf75ff desktop c0d27bf73aa08ca05b663dbd31fbef28 edos2unix 33e347e171066657f91f8b0c72ec8773 estack 055c42df72f76a4f45ec92b35e83cd56 eutils dab5d8ec471d025b79c9e6906bcf3bff flag-o-matic a500d7cc40da3de38c361e889153bdf7 multilib 4a33c9008e5ee30cb8840a3fdc24df2b prefix eab3c99d77fe00506c109c8a736186f7 strip-linguas ac3ee41ee2d31d8c41a77c0838320cc7 toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 vim-doc 76675474e2c64e01f41faabd9b3ab580 wrapper 4a1902f969e5718126434fc35f3a0d9c xdg-utils fffb53a53cf17c9c0c998a3c0a590c7e +_eclasses_=bash-completion-r1 f5e7a020fd9c741740756aac61bf75ff desktop c0d27bf73aa08ca05b663dbd31fbef28 edos2unix 33e347e171066657f91f8b0c72ec8773 estack 055c42df72f76a4f45ec92b35e83cd56 eutils dab5d8ec471d025b79c9e6906bcf3bff flag-o-matic a500d7cc40da3de38c361e889153bdf7 multilib 4a33c9008e5ee30cb8840a3fdc24df2b prefix eab3c99d77fe00506c109c8a736186f7 strip-linguas ac3ee41ee2d31d8c41a77c0838320cc7 toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 vim-doc e063cddf18e5d2f2cfb21388252579ec wrapper 4a1902f969e5718126434fc35f3a0d9c xdg-utils fffb53a53cf17c9c0c998a3c0a590c7e _md5_=977ca20c10101cff971780e28122ebe9 diff --git a/metadata/md5-cache/app-editors/vim-core-8.2.4328-r1 b/metadata/md5-cache/app-editors/vim-core-8.2.4328-r1 index e8ca5bd18585..cb0bffc7ec19 100644 --- a/metadata/md5-cache/app-editors/vim-core-8.2.4328-r1 +++ b/metadata/md5-cache/app-editors/vim-core-8.2.4328-r1 @@ -10,5 +10,5 @@ PDEPEND=!minimal? ( app-vim/gentoo-syntax ) RDEPEND=!! vim-8.2.4328.tar.gz https://dev.gentoo.org/~zlogene/distfiles/app-editors/vim/vim-8.2.0360-gentoo-patches.tar.xz -_eclasses_=bash-completion-r1 f5e7a020fd9c741740756aac61bf75ff desktop c0d27bf73aa08ca05b663dbd31fbef28 edos2unix 33e347e171066657f91f8b0c72ec8773 estack 055c42df72f76a4f45ec92b35e83cd56 eutils dab5d8ec471d025b79c9e6906bcf3bff flag-o-matic a500d7cc40da3de38c361e889153bdf7 multilib 4a33c9008e5ee30cb8840a3fdc24df2b prefix eab3c99d77fe00506c109c8a736186f7 strip-linguas ac3ee41ee2d31d8c41a77c0838320cc7 toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 vim-doc 76675474e2c64e01f41faabd9b3ab580 wrapper 4a1902f969e5718126434fc35f3a0d9c xdg-utils fffb53a53cf17c9c0c998a3c0a590c7e +_eclasses_=bash-completion-r1 f5e7a020fd9c741740756aac61bf75ff desktop c0d27bf73aa08ca05b663dbd31fbef28 edos2unix 33e347e171066657f91f8b0c72ec8773 estack 055c42df72f76a4f45ec92b35e83cd56 eutils dab5d8ec471d025b79c9e6906bcf3bff flag-o-matic a500d7cc40da3de38c361e889153bdf7 multilib 4a33c9008e5ee30cb8840a3fdc24df2b prefix eab3c99d77fe00506c109c8a736186f7 strip-linguas ac3ee41ee2d31d8c41a77c0838320cc7 toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 vim-doc e063cddf18e5d2f2cfb21388252579ec wrapper 4a1902f969e5718126434fc35f3a0d9c xdg-utils fffb53a53cf17c9c0c998a3c0a590c7e _md5_=ec4dcdf71c5de5287a583b93e896b9e7 diff --git a/metadata/md5-cache/app-editors/vim-core-8.2.4586 b/metadata/md5-cache/app-editors/vim-core-8.2.4586 index d07e371237cc..97e9495a03ee 100644 --- a/metadata/md5-cache/app-editors/vim-core-8.2.4586 +++ b/metadata/md5-cache/app-editors/vim-core-8.2.4586 @@ -10,5 +10,5 @@ PDEPEND=!minimal? ( app-vim/gentoo-syntax ) RDEPEND=!! vim-8.2.4586.tar.gz https://dev.gentoo.org/~zlogene/distfiles/app-editors/vim/vim-8.2.0360-gentoo-patches.tar.xz -_eclasses_=bash-completion-r1 f5e7a020fd9c741740756aac61bf75ff desktop c0d27bf73aa08ca05b663dbd31fbef28 edos2unix 33e347e171066657f91f8b0c72ec8773 estack 055c42df72f76a4f45ec92b35e83cd56 eutils dab5d8ec471d025b79c9e6906bcf3bff flag-o-matic a500d7cc40da3de38c361e889153bdf7 multilib 4a33c9008e5ee30cb8840a3fdc24df2b prefix eab3c99d77fe00506c109c8a736186f7 strip-linguas ac3ee41ee2d31d8c41a77c0838320cc7 toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 vim-doc 76675474e2c64e01f41faabd9b3ab580 wrapper 4a1902f969e5718126434fc35f3a0d9c xdg-utils fffb53a53cf17c9c0c998a3c0a590c7e +_eclasses_=bash-completion-r1 f5e7a020fd9c741740756aac61bf75ff desktop c0d27bf73aa08ca05b663dbd31fbef28 edos2unix 33e347e171066657f91f8b0c72ec8773 estack 055c42df72f76a4f45ec92b35e83cd56 eutils dab5d8ec471d025b79c9e6906bcf3bff flag-o-matic a500d7cc40da3de38c361e889153bdf7 multilib 4a33c9008e5ee30cb8840a3fdc24df2b prefix eab3c99d77fe00506c109c8a736186f7 strip-linguas ac3ee41ee2d31d8c41a77c0838320cc7 toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 vim-doc e063cddf18e5d2f2cfb21388252579ec wrapper 4a1902f969e5718126434fc35f3a0d9c xdg-utils fffb53a53cf17c9c0c998a3c0a590c7e _md5_=23000194c6bda56721727c326c43b990 diff --git a/metadata/md5-cache/app-editors/vim-core-9999 b/metadata/md5-cache/app-editors/vim-core-9999 index af7e1e942cd6..2fb26f39d2d6 100644 --- a/metadata/md5-cache/app-editors/vim-core-9999 +++ b/metadata/md5-cache/app-editors/vim-core-9999 @@ -9,5 +9,5 @@ PDEPEND=!minimal? ( app-vim/gentoo-syntax ) PROPERTIES=live RDEPEND=!! evil-1.14.0.tar.gz _eclasses_=elisp ba40293f44b2e5c3c19d4671c19ce01a elisp-common f9c72486dbcb18b633c9d0949211d86e -_md5_=889f19f2b5762857269b0db26c8ac52d +_md5_=50b8e1d32b3f2d831bc8aed12898d21a diff --git a/metadata/md5-cache/app-emacs/evil-1.2.14 b/metadata/md5-cache/app-emacs/evil-1.2.14 deleted file mode 100644 index e1515143e37c..000000000000 --- a/metadata/md5-cache/app-emacs/evil-1.2.14 +++ /dev/null @@ -1,13 +0,0 @@ -BDEPEND=>=app-emacs/undo-tree-0.6.3 sys-apps/texinfo >=app-editors/emacs-23.1:* -DEFINED_PHASES=compile configure install postinst postrm prepare setup unpack -DESCRIPTION=Extensible vi layer for Emacs -EAPI=7 -HOMEPAGE=https://github.com/emacs-evil/evil -KEYWORDS=amd64 x86 -LICENSE=GPL-3+ FDL-1.3+ -RDEPEND=>=app-emacs/undo-tree-0.6.3 >=app-editors/emacs-23.1:* -RESTRICT=test -SLOT=0 -SRC_URI=https://github.com/emacs-evil/evil/archive/1.2.14.tar.gz -> evil-1.2.14.tar.gz -_eclasses_=elisp ba40293f44b2e5c3c19d4671c19ce01a elisp-common f9c72486dbcb18b633c9d0949211d86e -_md5_=e497eea5defd958116fc79cf46e2a8f8 diff --git a/metadata/md5-cache/app-emacs/ledger-mode-3.1.1 b/metadata/md5-cache/app-emacs/ledger-mode-3.1.1 deleted file mode 100644 index 24ba7a1cc74d..000000000000 --- a/metadata/md5-cache/app-emacs/ledger-mode-3.1.1 +++ /dev/null @@ -1,12 +0,0 @@ -BDEPEND=sys-apps/texinfo >=app-editors/emacs-23.1:* -DEFINED_PHASES=compile configure install postinst postrm prepare setup unpack -DESCRIPTION=An Emacs major mode for editing ledger files -EAPI=7 -HOMEPAGE=https://github.com/ledger/ledger-mode -KEYWORDS=amd64 x86 -LICENSE=GPL-2+ BSD -RDEPEND=!=app-editors/emacs-23.1:* -SLOT=0 -SRC_URI=https://github.com/ledger/ledger-mode/archive/v3.1.1.tar.gz -> ledger-mode-3.1.1.tar.gz -_eclasses_=elisp ba40293f44b2e5c3c19d4671c19ce01a elisp-common f9c72486dbcb18b633c9d0949211d86e -_md5_=ed80baa66e1aac1716bf72854d6e0bca diff --git a/metadata/md5-cache/app-emacs/ledger-mode-4.0.0 b/metadata/md5-cache/app-emacs/ledger-mode-4.0.0 index 5c49df852080..1309db21cafb 100644 --- a/metadata/md5-cache/app-emacs/ledger-mode-4.0.0 +++ b/metadata/md5-cache/app-emacs/ledger-mode-4.0.0 @@ -9,4 +9,4 @@ RDEPEND=!=app-editors/emacs-23.1:* SLOT=0 SRC_URI=https://github.com/ledger/ledger-mode/archive/v4.0.0.tar.gz -> ledger-mode-4.0.0.tar.gz _eclasses_=elisp ba40293f44b2e5c3c19d4671c19ce01a elisp-common f9c72486dbcb18b633c9d0949211d86e -_md5_=a594716a14e7e4d7c6d3c54c39ee2f8f +_md5_=37629b5802c494fb0f8195bf6c1dbe07 diff --git a/metadata/md5-cache/app-emacs/org-superstar-mode-1.5.0 b/metadata/md5-cache/app-emacs/org-superstar-mode-1.5.0 new file mode 100644 index 000000000000..515a679e2e49 --- /dev/null +++ b/metadata/md5-cache/app-emacs/org-superstar-mode-1.5.0 @@ -0,0 +1,12 @@ +BDEPEND=>=app-editors/emacs-26.1:* +DEFINED_PHASES=compile configure install postinst postrm prepare setup test unpack +DESCRIPTION=Prettify headings and plain lists in Org mode (use UTF8 bullets) +EAPI=8 +HOMEPAGE=https://github.com/integral-dw/org-superstar-mode/ +KEYWORDS=~amd64 ~x86 +LICENSE=GPL-3+ +RDEPEND=>=app-editors/emacs-26.1:* +SLOT=0 +SRC_URI=https://github.com/integral-dw/org-superstar-mode/archive/v1.5.0.tar.gz -> org-superstar-mode-1.5.0.tar.gz +_eclasses_=elisp ba40293f44b2e5c3c19d4671c19ce01a elisp-common f9c72486dbcb18b633c9d0949211d86e +_md5_=d2c10b39c551521910e253489e6af51e diff --git a/metadata/md5-cache/app-emacs/volume-1.0-r1 b/metadata/md5-cache/app-emacs/volume-1.0-r1 index 8dbbed13f1a5..8c94060085c6 100644 --- a/metadata/md5-cache/app-emacs/volume-1.0-r1 +++ b/metadata/md5-cache/app-emacs/volume-1.0-r1 @@ -2,11 +2,11 @@ BDEPEND=>=app-editors/emacs-23.1:* DEFINED_PHASES=compile configure install postinst postrm prepare setup unpack DESCRIPTION=Tweak your sound card volume from Emacs EAPI=7 -HOMEPAGE=https://github.com/dbrock/volume-el +HOMEPAGE=https://github.com/dbrock/volume.el KEYWORDS=amd64 ppc sparc x86 LICENSE=GPL-2+ RDEPEND=>=app-editors/emacs-23.1:* SLOT=0 SRC_URI=https://dev.gentoo.org/~ulm/distfiles/volume-1.0.el.bz2 _eclasses_=elisp ba40293f44b2e5c3c19d4671c19ce01a elisp-common f9c72486dbcb18b633c9d0949211d86e -_md5_=07dd3d30154daded0e4e58223dcbc814 +_md5_=5aa812e0f2f52b201796751703ed8411 diff --git a/metadata/md5-cache/app-misc/Manifest.gz b/metadata/md5-cache/app-misc/Manifest.gz index 28bf21e55786..4d02821b8af3 100644 Binary files a/metadata/md5-cache/app-misc/Manifest.gz and b/metadata/md5-cache/app-misc/Manifest.gz differ diff --git a/metadata/md5-cache/app-misc/qcma-0.4.1 b/metadata/md5-cache/app-misc/qcma-0.4.1 deleted file mode 100644 index 95625e14c0f9..000000000000 --- a/metadata/md5-cache/app-misc/qcma-0.4.1 +++ /dev/null @@ -1,14 +0,0 @@ -BDEPEND=dev-qt/linguist-tools -DEFINED_PHASES=configure prepare -DEPEND=dev-libs/glib:2 dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtnetwork:5 dev-qt/qtsql:5 dev-qt/qtwidgets:5 media-libs/vitamtp:0 ffmpeg? ( media-video/ffmpeg:0 ) x11-libs/libnotify:0 -DESCRIPTION=Cross-platform content manager assistant for the PS Vita -EAPI=7 -HOMEPAGE=https://github.com/codestation/qcma -IUSE=+ffmpeg -KEYWORDS=~amd64 ~arm ~arm64 ~x86 -LICENSE=GPL-3 -RDEPEND=dev-libs/glib:2 dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtnetwork:5 dev-qt/qtsql:5 dev-qt/qtwidgets:5 media-libs/vitamtp:0 ffmpeg? ( media-video/ffmpeg:0 ) x11-libs/libnotify:0 -SLOT=0 -SRC_URI=https://github.com/codestation/qcma/archive/v0.4.1.tar.gz -> qcma-0.4.1.tar.gz -_eclasses_=multilib 4a33c9008e5ee30cb8840a3fdc24df2b qmake-utils f5eb2f69fffe94292aaaf802fb21c8d1 toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 -_md5_=3ba7f140715c8d5ef76b30fa263dc31f diff --git a/metadata/md5-cache/app-misc/qcma-0.4.1-r1 b/metadata/md5-cache/app-misc/qcma-0.4.1-r2 similarity index 75% rename from metadata/md5-cache/app-misc/qcma-0.4.1-r1 rename to metadata/md5-cache/app-misc/qcma-0.4.1-r2 index 6636d914f0d7..4b6736a19b8c 100644 --- a/metadata/md5-cache/app-misc/qcma-0.4.1-r1 +++ b/metadata/md5-cache/app-misc/qcma-0.4.1-r2 @@ -1,14 +1,14 @@ -BDEPEND=dev-qt/linguist-tools -DEFINED_PHASES=configure prepare -DEPEND=dev-libs/glib:2 dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtnetwork:5 dev-qt/qtsql:5 dev-qt/qtwidgets:5 media-libs/vitamtp:0 ffmpeg? ( media-video/ffmpeg:0 ) x11-libs/libnotify:0 +BDEPEND=dev-qt/linguist-tools:5 +DEFINED_PHASES=configure install prepare +DEPEND=dev-libs/glib:2 dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtnetwork:5 dev-qt/qtsql:5 dev-qt/qtwidgets:5 media-libs/vitamtp:0 ffmpeg? ( media-video/ffmpeg:= ) x11-libs/libnotify:0 DESCRIPTION=Cross-platform content manager assistant for the PS Vita EAPI=8 HOMEPAGE=https://github.com/codestation/qcma IUSE=+ffmpeg KEYWORDS=~amd64 ~arm ~arm64 ~x86 LICENSE=GPL-3 -RDEPEND=dev-libs/glib:2 dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtnetwork:5 dev-qt/qtsql:5 dev-qt/qtwidgets:5 media-libs/vitamtp:0 ffmpeg? ( media-video/ffmpeg:0 ) x11-libs/libnotify:0 +RDEPEND=dev-libs/glib:2 dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtnetwork:5 dev-qt/qtsql:5 dev-qt/qtwidgets:5 media-libs/vitamtp:0 ffmpeg? ( media-video/ffmpeg:= ) x11-libs/libnotify:0 SLOT=0 SRC_URI=https://github.com/codestation/qcma/archive/v0.4.1.tar.gz -> qcma-0.4.1.tar.gz _eclasses_=multilib 4a33c9008e5ee30cb8840a3fdc24df2b qmake-utils f5eb2f69fffe94292aaaf802fb21c8d1 toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 -_md5_=c61a7a4af119e59fd8f52aa5ab1d9f2c +_md5_=2314120dcee217313889089a4f030c2b diff --git a/metadata/md5-cache/app-misc/qcma-0.4.2_pre20181227 b/metadata/md5-cache/app-misc/qcma-0.4.2_pre20181227 deleted file mode 100644 index ff0ba839b2e5..000000000000 --- a/metadata/md5-cache/app-misc/qcma-0.4.2_pre20181227 +++ /dev/null @@ -1,14 +0,0 @@ -BDEPEND=dev-qt/linguist-tools -DEFINED_PHASES=configure prepare unpack -DEPEND=dev-libs/glib:2 dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtnetwork:5 dev-qt/qtsql:5 dev-qt/qtwidgets:5 media-libs/vitamtp:0 ffmpeg? ( media-video/ffmpeg:0 ) x11-libs/libnotify:0 -DESCRIPTION=Cross-platform content manager assistant for the PS Vita -EAPI=7 -HOMEPAGE=https://github.com/codestation/qcma -IUSE=+ffmpeg -KEYWORDS=~amd64 ~arm ~arm64 ~x86 -LICENSE=GPL-3 -RDEPEND=dev-libs/glib:2 dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtnetwork:5 dev-qt/qtsql:5 dev-qt/qtwidgets:5 media-libs/vitamtp:0 ffmpeg? ( media-video/ffmpeg:0 ) x11-libs/libnotify:0 -SLOT=0 -SRC_URI=https://github.com/codestation/qcma/archive/65f0eab8ca0640447d2e84cdc5fadc66d2c07efb.tar.gz -> qcma-0.4.2_pre20181227.tar.gz -_eclasses_=multilib 4a33c9008e5ee30cb8840a3fdc24df2b qmake-utils f5eb2f69fffe94292aaaf802fb21c8d1 toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 vcs-snapshot 19dc666868420457132a7514d4621476 -_md5_=fca045393d9f60551f1c6c4f5459677f diff --git a/metadata/md5-cache/app-misc/qcma-0.4.2_pre20181227-r1 b/metadata/md5-cache/app-misc/qcma-0.4.2_pre20181227-r2 similarity index 77% rename from metadata/md5-cache/app-misc/qcma-0.4.2_pre20181227-r1 rename to metadata/md5-cache/app-misc/qcma-0.4.2_pre20181227-r2 index c050c996c597..6b753a96bdb5 100644 --- a/metadata/md5-cache/app-misc/qcma-0.4.2_pre20181227-r1 +++ b/metadata/md5-cache/app-misc/qcma-0.4.2_pre20181227-r2 @@ -1,14 +1,14 @@ -BDEPEND=dev-qt/linguist-tools -DEFINED_PHASES=configure prepare unpack -DEPEND=dev-libs/glib:2 dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtnetwork:5 dev-qt/qtsql:5 dev-qt/qtwidgets:5 media-libs/vitamtp:0 ffmpeg? ( media-video/ffmpeg:0 ) x11-libs/libnotify:0 +BDEPEND=dev-qt/linguist-tools:5 +DEFINED_PHASES=configure install prepare unpack +DEPEND=dev-libs/glib:2 dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtnetwork:5 dev-qt/qtsql:5 dev-qt/qtwidgets:5 media-libs/vitamtp:0 ffmpeg? ( media-video/ffmpeg:= ) x11-libs/libnotify:0 DESCRIPTION=Cross-platform content manager assistant for the PS Vita EAPI=8 HOMEPAGE=https://github.com/codestation/qcma IUSE=+ffmpeg KEYWORDS=~amd64 ~arm ~arm64 ~x86 LICENSE=GPL-3 -RDEPEND=dev-libs/glib:2 dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtnetwork:5 dev-qt/qtsql:5 dev-qt/qtwidgets:5 media-libs/vitamtp:0 ffmpeg? ( media-video/ffmpeg:0 ) x11-libs/libnotify:0 +RDEPEND=dev-libs/glib:2 dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtnetwork:5 dev-qt/qtsql:5 dev-qt/qtwidgets:5 media-libs/vitamtp:0 ffmpeg? ( media-video/ffmpeg:= ) x11-libs/libnotify:0 SLOT=0 SRC_URI=https://github.com/codestation/qcma/archive/65f0eab8ca0640447d2e84cdc5fadc66d2c07efb.tar.gz -> qcma-0.4.2_pre20181227.tar.gz _eclasses_=multilib 4a33c9008e5ee30cb8840a3fdc24df2b qmake-utils f5eb2f69fffe94292aaaf802fb21c8d1 toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 vcs-snapshot 19dc666868420457132a7514d4621476 -_md5_=2caf955b8eae10a3087f8c92b9af8339 +_md5_=cb8613a2ab380e20385ec32bcb41766a diff --git a/metadata/md5-cache/app-misc/qcma-9999 b/metadata/md5-cache/app-misc/qcma-9999 index ce5b848c6aac..77e05d879105 100644 --- a/metadata/md5-cache/app-misc/qcma-9999 +++ b/metadata/md5-cache/app-misc/qcma-9999 @@ -1,13 +1,13 @@ -BDEPEND=dev-qt/linguist-tools >=dev-vcs/git-1.8.2.1[curl] -DEFINED_PHASES=configure prepare unpack -DEPEND=dev-libs/glib:2 dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtnetwork:5 dev-qt/qtsql:5 dev-qt/qtwidgets:5 media-libs/vitamtp:0 ffmpeg? ( media-video/ffmpeg:0 ) x11-libs/libnotify:0 +BDEPEND=dev-qt/linguist-tools:5 >=dev-vcs/git-1.8.2.1[curl] +DEFINED_PHASES=configure install prepare unpack +DEPEND=dev-libs/glib:2 dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtnetwork:5 dev-qt/qtsql:5 dev-qt/qtwidgets:5 media-libs/vitamtp:0 ffmpeg? ( media-video/ffmpeg:= ) x11-libs/libnotify:0 DESCRIPTION=Cross-platform content manager assistant for the PS Vita EAPI=8 HOMEPAGE=https://github.com/codestation/qcma IUSE=+ffmpeg LICENSE=GPL-3 PROPERTIES=live -RDEPEND=dev-libs/glib:2 dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtnetwork:5 dev-qt/qtsql:5 dev-qt/qtwidgets:5 media-libs/vitamtp:0 ffmpeg? ( media-video/ffmpeg:0 ) x11-libs/libnotify:0 +RDEPEND=dev-libs/glib:2 dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtnetwork:5 dev-qt/qtsql:5 dev-qt/qtwidgets:5 media-libs/vitamtp:0 ffmpeg? ( media-video/ffmpeg:= ) x11-libs/libnotify:0 SLOT=0 _eclasses_=git-r3 b9ac6f96d2a88edb5b351df634dc5e53 multilib 4a33c9008e5ee30cb8840a3fdc24df2b qmake-utils f5eb2f69fffe94292aaaf802fb21c8d1 toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 -_md5_=2f7cab18a492abb6ae41c7e7acd9a49f +_md5_=7400c3856a9cd9e4901ceec4601116f5 diff --git a/metadata/md5-cache/app-misc/vifm-0.11 b/metadata/md5-cache/app-misc/vifm-0.11 index 002983cf6500..015aae155dd4 100644 --- a/metadata/md5-cache/app-misc/vifm-0.11 +++ b/metadata/md5-cache/app-misc/vifm-0.11 @@ -10,5 +10,5 @@ LICENSE=GPL-2 RDEPEND=>=sys-libs/ncurses-5.9-r3:0 magic? ( sys-apps/file ) gtk? ( x11-libs/gtk+:2 ) X? ( x11-libs/libX11 ) vim? ( || ( app-editors/vim app-editors/gvim ) ) vim-syntax? ( || ( app-editors/vim app-editors/gvim ) ) SLOT=0 SRC_URI=https://github.com/vifm/vifm/archive/v0.11.tar.gz -> vifm-0.11.tar.gz -_eclasses_=autotools ed3ef2014ee93d24bde80f0c0ea9732e gnuconfig 262062cef0ba4f22b397193da514a350 libtool 241a8f577b9781a42a7421e53448a44e multilib 4a33c9008e5ee30cb8840a3fdc24df2b toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 vim-doc 76675474e2c64e01f41faabd9b3ab580 xdg 6024fbc93167fad782e2032933654857 xdg-utils fffb53a53cf17c9c0c998a3c0a590c7e +_eclasses_=autotools ed3ef2014ee93d24bde80f0c0ea9732e gnuconfig 262062cef0ba4f22b397193da514a350 libtool 241a8f577b9781a42a7421e53448a44e multilib 4a33c9008e5ee30cb8840a3fdc24df2b toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 vim-doc e063cddf18e5d2f2cfb21388252579ec xdg 6024fbc93167fad782e2032933654857 xdg-utils fffb53a53cf17c9c0c998a3c0a590c7e _md5_=01c43791b488f179cd72dad96570cbeb diff --git a/metadata/md5-cache/app-misc/vifm-0.12 b/metadata/md5-cache/app-misc/vifm-0.12 index c332b0bc1c33..30f9559e9258 100644 --- a/metadata/md5-cache/app-misc/vifm-0.12 +++ b/metadata/md5-cache/app-misc/vifm-0.12 @@ -10,5 +10,5 @@ LICENSE=GPL-2 RDEPEND=>=sys-libs/ncurses-5.9-r3:0 magic? ( sys-apps/file ) gtk? ( x11-libs/gtk+:2 ) X? ( x11-libs/libX11 ) vim? ( || ( app-editors/vim app-editors/gvim ) ) vim-syntax? ( || ( app-editors/vim app-editors/gvim ) ) SLOT=0 SRC_URI=https://github.com/vifm/vifm/archive/v0.12.tar.gz -> vifm-0.12.tar.gz -_eclasses_=autotools ed3ef2014ee93d24bde80f0c0ea9732e gnuconfig 262062cef0ba4f22b397193da514a350 libtool 241a8f577b9781a42a7421e53448a44e multilib 4a33c9008e5ee30cb8840a3fdc24df2b toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 vim-doc 76675474e2c64e01f41faabd9b3ab580 xdg 6024fbc93167fad782e2032933654857 xdg-utils fffb53a53cf17c9c0c998a3c0a590c7e +_eclasses_=autotools ed3ef2014ee93d24bde80f0c0ea9732e gnuconfig 262062cef0ba4f22b397193da514a350 libtool 241a8f577b9781a42a7421e53448a44e multilib 4a33c9008e5ee30cb8840a3fdc24df2b toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 vim-doc e063cddf18e5d2f2cfb21388252579ec xdg 6024fbc93167fad782e2032933654857 xdg-utils fffb53a53cf17c9c0c998a3c0a590c7e _md5_=b61d050888d2abef41d6c0f418d9f1a8 diff --git a/metadata/md5-cache/app-misc/vifm-9999 b/metadata/md5-cache/app-misc/vifm-9999 index 8dc2480cac8d..564ca45f64e9 100644 --- a/metadata/md5-cache/app-misc/vifm-9999 +++ b/metadata/md5-cache/app-misc/vifm-9999 @@ -9,5 +9,5 @@ LICENSE=GPL-2 PROPERTIES=live RDEPEND=>=sys-libs/ncurses-5.9-r3:0 magic? ( sys-apps/file ) gtk? ( x11-libs/gtk+:2 ) X? ( x11-libs/libX11 ) vim? ( || ( app-editors/vim app-editors/gvim ) ) vim-syntax? ( || ( app-editors/vim app-editors/gvim ) ) SLOT=0 -_eclasses_=autotools ed3ef2014ee93d24bde80f0c0ea9732e git-r3 b9ac6f96d2a88edb5b351df634dc5e53 gnuconfig 262062cef0ba4f22b397193da514a350 libtool 241a8f577b9781a42a7421e53448a44e multilib 4a33c9008e5ee30cb8840a3fdc24df2b toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 vim-doc 76675474e2c64e01f41faabd9b3ab580 xdg 6024fbc93167fad782e2032933654857 xdg-utils fffb53a53cf17c9c0c998a3c0a590c7e +_eclasses_=autotools ed3ef2014ee93d24bde80f0c0ea9732e git-r3 b9ac6f96d2a88edb5b351df634dc5e53 gnuconfig 262062cef0ba4f22b397193da514a350 libtool 241a8f577b9781a42a7421e53448a44e multilib 4a33c9008e5ee30cb8840a3fdc24df2b toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 vim-doc e063cddf18e5d2f2cfb21388252579ec xdg 6024fbc93167fad782e2032933654857 xdg-utils fffb53a53cf17c9c0c998a3c0a590c7e _md5_=a48fb846738941a9c50f0272436a6cef diff --git a/metadata/md5-cache/app-vim/Manifest.gz b/metadata/md5-cache/app-vim/Manifest.gz index 54be6c3a2206..e8617d43fef1 100644 Binary files a/metadata/md5-cache/app-vim/Manifest.gz and b/metadata/md5-cache/app-vim/Manifest.gz differ diff --git a/metadata/md5-cache/app-vim/Vim-Jinja2-Syntax-0.0_pre20210604 b/metadata/md5-cache/app-vim/Vim-Jinja2-Syntax-0.0_pre20210604 index 0f69c7d50673..bea4cb7ad67a 100644 --- a/metadata/md5-cache/app-vim/Vim-Jinja2-Syntax-0.0_pre20210604 +++ b/metadata/md5-cache/app-vim/Vim-Jinja2-Syntax-0.0_pre20210604 @@ -8,5 +8,5 @@ LICENSE=BSD RDEPEND=|| ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 ) SLOT=0 SRC_URI=https://github.com/Glench/Vim-Jinja2-Syntax/archive/5d2496eb5fd4415c7ce062ccbcd53a3f0de93aa3.tar.gz -> Vim-Jinja2-Syntax-0.0_pre20210604.tar.gz -_eclasses_=vim-doc 76675474e2c64e01f41faabd9b3ab580 vim-plugin 1f214c929abd959ab2312ed512f624dc +_eclasses_=vim-doc e063cddf18e5d2f2cfb21388252579ec vim-plugin a7b5f19bc94a311ca1cf7127c8b84c41 _md5_=e41f3fb4712d79d42f430361c4474812 diff --git a/metadata/md5-cache/app-vim/ackvim-1.0.9-r1 b/metadata/md5-cache/app-vim/ackvim-1.0.9-r1 index f1cee70347ee..9f5ffe088cc1 100644 --- a/metadata/md5-cache/app-vim/ackvim-1.0.9-r1 +++ b/metadata/md5-cache/app-vim/ackvim-1.0.9-r1 @@ -8,5 +8,5 @@ LICENSE=vim RDEPEND=sys-apps/ack || ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 ) SLOT=0 SRC_URI=https://github.com/mileszs/ack.vim/archive/1.0.9.tar.gz -> ack.vim-1.0.9.tar.gz -_eclasses_=vim-doc 76675474e2c64e01f41faabd9b3ab580 vim-plugin 1f214c929abd959ab2312ed512f624dc +_eclasses_=vim-doc e063cddf18e5d2f2cfb21388252579ec vim-plugin a7b5f19bc94a311ca1cf7127c8b84c41 _md5_=2eee2a0b4c475257c75ff912bb592719 diff --git a/metadata/md5-cache/app-vim/airline-0.11 b/metadata/md5-cache/app-vim/airline-0.11 index 3574cbb93a1a..0c84a9cfd68e 100644 --- a/metadata/md5-cache/app-vim/airline-0.11 +++ b/metadata/md5-cache/app-vim/airline-0.11 @@ -8,5 +8,5 @@ LICENSE=MIT RDEPEND=|| ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 ) SLOT=0 SRC_URI=https://github.com/vim-airline/vim-airline/archive/v0.11.tar.gz -> airline-0.11.tar.gz -_eclasses_=vim-doc 76675474e2c64e01f41faabd9b3ab580 vim-plugin 1f214c929abd959ab2312ed512f624dc +_eclasses_=vim-doc e063cddf18e5d2f2cfb21388252579ec vim-plugin a7b5f19bc94a311ca1cf7127c8b84c41 _md5_=8d8599a1cc3db2f8360c08dfd50f1d1c diff --git a/metadata/md5-cache/app-vim/airline-9999 b/metadata/md5-cache/app-vim/airline-9999 index 23e1c73c0b06..a9ed33d3540b 100644 --- a/metadata/md5-cache/app-vim/airline-9999 +++ b/metadata/md5-cache/app-vim/airline-9999 @@ -8,5 +8,5 @@ LICENSE=MIT PROPERTIES=live RDEPEND=|| ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 ) SLOT=0 -_eclasses_=git-r3 b9ac6f96d2a88edb5b351df634dc5e53 vim-doc 76675474e2c64e01f41faabd9b3ab580 vim-plugin 1f214c929abd959ab2312ed512f624dc +_eclasses_=git-r3 b9ac6f96d2a88edb5b351df634dc5e53 vim-doc e063cddf18e5d2f2cfb21388252579ec vim-plugin a7b5f19bc94a311ca1cf7127c8b84c41 _md5_=308506a5798f6c10999fa648fe52e228 diff --git a/metadata/md5-cache/app-vim/airline-themes-0_pre20181021 b/metadata/md5-cache/app-vim/airline-themes-0_pre20181021 index 138bc2c716d5..fe8ec417d889 100644 --- a/metadata/md5-cache/app-vim/airline-themes-0_pre20181021 +++ b/metadata/md5-cache/app-vim/airline-themes-0_pre20181021 @@ -8,5 +8,5 @@ LICENSE=MIT RDEPEND=app-vim/airline || ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 ) SLOT=0 SRC_URI=https://dev.gentoo.org/~zlogene/distfiles/app-vim/airline-themes/airline-themes-0_pre20181021.tar.xz -_eclasses_=vim-doc 76675474e2c64e01f41faabd9b3ab580 vim-plugin 1f214c929abd959ab2312ed512f624dc +_eclasses_=vim-doc e063cddf18e5d2f2cfb21388252579ec vim-plugin a7b5f19bc94a311ca1cf7127c8b84c41 _md5_=08b7674d2ca4e57ef813a77c287677ba diff --git a/metadata/md5-cache/app-vim/airline-themes-9999 b/metadata/md5-cache/app-vim/airline-themes-9999 index 799839af9895..0a64aaf9cf89 100644 --- a/metadata/md5-cache/app-vim/airline-themes-9999 +++ b/metadata/md5-cache/app-vim/airline-themes-9999 @@ -7,5 +7,5 @@ LICENSE=MIT PROPERTIES=live RDEPEND=app-vim/airline || ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 ) SLOT=0 -_eclasses_=git-r3 b9ac6f96d2a88edb5b351df634dc5e53 vim-doc 76675474e2c64e01f41faabd9b3ab580 vim-plugin 1f214c929abd959ab2312ed512f624dc +_eclasses_=git-r3 b9ac6f96d2a88edb5b351df634dc5e53 vim-doc e063cddf18e5d2f2cfb21388252579ec vim-plugin a7b5f19bc94a311ca1cf7127c8b84c41 _md5_=7c611ae385f5ea9198aa07ba5e035fdf diff --git a/metadata/md5-cache/app-vim/align-43 b/metadata/md5-cache/app-vim/align-43 index aa2631d80d25..065d02d63810 100644 --- a/metadata/md5-cache/app-vim/align-43 +++ b/metadata/md5-cache/app-vim/align-43 @@ -8,5 +8,5 @@ LICENSE=vim RDEPEND=app-vim/cecutil || ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 ) SLOT=0 SRC_URI=mirror://gentoo/align-43.tar.bz2 https://dev.gentoo.org/~radhermit/vim/align-43.tar.bz2 -_eclasses_=vim-doc 76675474e2c64e01f41faabd9b3ab580 vim-plugin 1f214c929abd959ab2312ed512f624dc +_eclasses_=vim-doc e063cddf18e5d2f2cfb21388252579ec vim-plugin a7b5f19bc94a311ca1cf7127c8b84c41 _md5_=e451778f60ac3b1cc845b34f735e0411 diff --git a/metadata/md5-cache/app-vim/alternate-2.18-r2 b/metadata/md5-cache/app-vim/alternate-2.18-r2 index 11c09fc689e1..095191f577df 100644 --- a/metadata/md5-cache/app-vim/alternate-2.18-r2 +++ b/metadata/md5-cache/app-vim/alternate-2.18-r2 @@ -8,5 +8,5 @@ LICENSE=alternate RDEPEND=|| ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 ) SLOT=0 SRC_URI=https://github.com/vim-scripts/a.vim/archive/2.18.tar.gz -> alternate-2.18.tar.gz https://www.vim.org/scripts/download_script.php?src_id=6347 -> alternate.txt -_eclasses_=vim-doc 76675474e2c64e01f41faabd9b3ab580 vim-plugin 1f214c929abd959ab2312ed512f624dc +_eclasses_=vim-doc e063cddf18e5d2f2cfb21388252579ec vim-plugin a7b5f19bc94a311ca1cf7127c8b84c41 _md5_=84209f1aab31db4a2a932b8c8140bdc8 diff --git a/metadata/md5-cache/app-vim/ansiesc-12 b/metadata/md5-cache/app-vim/ansiesc-12 index 66396a302d3c..1a390e409222 100644 --- a/metadata/md5-cache/app-vim/ansiesc-12 +++ b/metadata/md5-cache/app-vim/ansiesc-12 @@ -8,5 +8,5 @@ LICENSE=public-domain RDEPEND=app-vim/cecutil || ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 ) SLOT=0 SRC_URI=mirror://gentoo/ansiesc-12.tar.bz2 https://dev.gentoo.org/~radhermit/vim/ansiesc-12.tar.bz2 -_eclasses_=vim-doc 76675474e2c64e01f41faabd9b3ab580 vim-plugin 1f214c929abd959ab2312ed512f624dc +_eclasses_=vim-doc e063cddf18e5d2f2cfb21388252579ec vim-plugin a7b5f19bc94a311ca1cf7127c8b84c41 _md5_=4d0011fa674ddb87a0a7f1d99edfe720 diff --git a/metadata/md5-cache/app-vim/ant_menu-0.5.7.1-r1 b/metadata/md5-cache/app-vim/ant_menu-0.5.7.1-r1 index 989fe06470f6..c8f5b45f457a 100644 --- a/metadata/md5-cache/app-vim/ant_menu-0.5.7.1-r1 +++ b/metadata/md5-cache/app-vim/ant_menu-0.5.7.1-r1 @@ -8,5 +8,5 @@ LICENSE=LGPL-2 RDEPEND=dev-java/ant || ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 ) SLOT=0 SRC_URI=mirror://gentoo/ant_menu-0.5.7.1.tar.bz2 https://dev.gentoo.org/~radhermit/vim/ant_menu-0.5.7.1.tar.bz2 -_eclasses_=vim-doc 76675474e2c64e01f41faabd9b3ab580 vim-plugin 1f214c929abd959ab2312ed512f624dc +_eclasses_=vim-doc e063cddf18e5d2f2cfb21388252579ec vim-plugin a7b5f19bc94a311ca1cf7127c8b84c41 _md5_=f4bdcd73a74b27106a873e4e8b10a262 diff --git a/metadata/md5-cache/app-vim/autoalign-14 b/metadata/md5-cache/app-vim/autoalign-14 index 47ad5bb42aeb..c5ca815f22ac 100644 --- a/metadata/md5-cache/app-vim/autoalign-14 +++ b/metadata/md5-cache/app-vim/autoalign-14 @@ -8,5 +8,5 @@ LICENSE=vim RDEPEND=>=app-vim/align-30 >=app-vim/cecutil-4 || ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 ) SLOT=0 SRC_URI=mirror://gentoo/autoalign-14.tar.xz https://dev.gentoo.org/~chutzpah/vim/autoalign-14.tar.xz -_eclasses_=vim-doc 76675474e2c64e01f41faabd9b3ab580 vim-plugin 1f214c929abd959ab2312ed512f624dc +_eclasses_=vim-doc e063cddf18e5d2f2cfb21388252579ec vim-plugin a7b5f19bc94a311ca1cf7127c8b84c41 _md5_=2528178041187337be05b29c3d37dc96 diff --git a/metadata/md5-cache/app-vim/bash-support-4.2.1 b/metadata/md5-cache/app-vim/bash-support-4.2.1 index 8d423080ba5c..ae4b362a77ff 100644 --- a/metadata/md5-cache/app-vim/bash-support-4.2.1 +++ b/metadata/md5-cache/app-vim/bash-support-4.2.1 @@ -8,5 +8,5 @@ LICENSE=public-domain RDEPEND=|| ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 ) SLOT=0 SRC_URI=mirror://gentoo/bash-support-4.2.1.tar.bz2 https://dev.gentoo.org/~radhermit/vim/bash-support-4.2.1.tar.bz2 -_eclasses_=vim-doc 76675474e2c64e01f41faabd9b3ab580 vim-plugin 1f214c929abd959ab2312ed512f624dc +_eclasses_=vim-doc e063cddf18e5d2f2cfb21388252579ec vim-plugin a7b5f19bc94a311ca1cf7127c8b84c41 _md5_=c974833191f877d2a586479a5ec02a41 diff --git a/metadata/md5-cache/app-vim/bash-support-4.3 b/metadata/md5-cache/app-vim/bash-support-4.3 index f62e55e54592..c3e9ea1ace90 100644 --- a/metadata/md5-cache/app-vim/bash-support-4.3 +++ b/metadata/md5-cache/app-vim/bash-support-4.3 @@ -9,5 +9,5 @@ LICENSE=public-domain RDEPEND=|| ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 ) SLOT=0 SRC_URI=https://www.vim.org/scripts/download_script.php?src_id=24452 -> bash-support-4.3.zip -_eclasses_=vim-doc 76675474e2c64e01f41faabd9b3ab580 vim-plugin 1f214c929abd959ab2312ed512f624dc +_eclasses_=vim-doc e063cddf18e5d2f2cfb21388252579ec vim-plugin a7b5f19bc94a311ca1cf7127c8b84c41 _md5_=e9f097f2d4a9dc8f081a8629adbd1609 diff --git a/metadata/md5-cache/app-vim/bnf-syntax-1.2-r2 b/metadata/md5-cache/app-vim/bnf-syntax-1.2-r2 index b41e4c77208a..6ab5e0836c57 100644 --- a/metadata/md5-cache/app-vim/bnf-syntax-1.2-r2 +++ b/metadata/md5-cache/app-vim/bnf-syntax-1.2-r2 @@ -8,5 +8,5 @@ LICENSE=vim.org RDEPEND=|| ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 ) SLOT=0 SRC_URI=mirror://gentoo/bnf-syntax-1.2.tar.bz2 https://dev.gentoo.org/~radhermit/vim/bnf-syntax-1.2.tar.bz2 -_eclasses_=vim-doc 76675474e2c64e01f41faabd9b3ab580 vim-plugin 1f214c929abd959ab2312ed512f624dc +_eclasses_=vim-doc e063cddf18e5d2f2cfb21388252579ec vim-plugin a7b5f19bc94a311ca1cf7127c8b84c41 _md5_=e3c8297df8d4d0c855dfc32068dacbfd diff --git a/metadata/md5-cache/app-vim/brainfuck-syntax-1.0.3-r1 b/metadata/md5-cache/app-vim/brainfuck-syntax-1.0.3-r1 index 4e0f31cc1097..d93f5646eb2f 100644 --- a/metadata/md5-cache/app-vim/brainfuck-syntax-1.0.3-r1 +++ b/metadata/md5-cache/app-vim/brainfuck-syntax-1.0.3-r1 @@ -8,5 +8,5 @@ LICENSE=BSD-2 RDEPEND=|| ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 ) SLOT=0 SRC_URI=mirror://gentoo/brainfuck-syntax-1.0.3.tar.bz2 https://dev.gentoo.org/~radhermit/vim/brainfuck-syntax-1.0.3.tar.bz2 -_eclasses_=vim-doc 76675474e2c64e01f41faabd9b3ab580 vim-plugin 1f214c929abd959ab2312ed512f624dc +_eclasses_=vim-doc e063cddf18e5d2f2cfb21388252579ec vim-plugin a7b5f19bc94a311ca1cf7127c8b84c41 _md5_=5d015045b608d2e805438cb4427d8dcd diff --git a/metadata/md5-cache/app-vim/breakpts-4.0-r1 b/metadata/md5-cache/app-vim/breakpts-4.0-r1 index ae381c7df5e5..8e7e67560f14 100644 --- a/metadata/md5-cache/app-vim/breakpts-4.0-r1 +++ b/metadata/md5-cache/app-vim/breakpts-4.0-r1 @@ -8,5 +8,5 @@ LICENSE=GPL-2 RDEPEND=|| ( >=app-editors/vim-7.0 >=app-editors/gvim-7.0 ) >=app-vim/multvals-3.6.1 >=app-vim/genutils-1.13 >=app-vim/foldutil-1.6 || ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 ) SLOT=0 SRC_URI=mirror://gentoo/breakpts-4.0.tar.bz2 https://dev.gentoo.org/~radhermit/vim/breakpts-4.0.tar.bz2 -_eclasses_=vim-doc 76675474e2c64e01f41faabd9b3ab580 vim-plugin 1f214c929abd959ab2312ed512f624dc +_eclasses_=vim-doc e063cddf18e5d2f2cfb21388252579ec vim-plugin a7b5f19bc94a311ca1cf7127c8b84c41 _md5_=459d8fbd967d3dd31b57747cae2c47d8 diff --git a/metadata/md5-cache/app-vim/breakpts-4.0-r2 b/metadata/md5-cache/app-vim/breakpts-4.0-r2 index cc06d2299f8d..50c95ffd5a93 100644 --- a/metadata/md5-cache/app-vim/breakpts-4.0-r2 +++ b/metadata/md5-cache/app-vim/breakpts-4.0-r2 @@ -9,5 +9,5 @@ LICENSE=GPL-2 RDEPEND=|| ( >=app-editors/vim-7.0 >=app-editors/gvim-7.0 ) >=app-vim/multvals-3.6.1 >=app-vim/genutils-1.13 >=app-vim/foldutil-1.6 || ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 ) SLOT=0 SRC_URI=https://www.vim.org/scripts/download_script.php?src_id=8142 -> breakpts-4.0.zip -_eclasses_=vim-doc 76675474e2c64e01f41faabd9b3ab580 vim-plugin 1f214c929abd959ab2312ed512f624dc +_eclasses_=vim-doc e063cddf18e5d2f2cfb21388252579ec vim-plugin a7b5f19bc94a311ca1cf7127c8b84c41 _md5_=22eedc9ddb91eace8abede60c7b8cd2a diff --git a/metadata/md5-cache/app-vim/bufexplorer-7.4.18 b/metadata/md5-cache/app-vim/bufexplorer-7.4.18 index d089855d196d..9c1c0def56f2 100644 --- a/metadata/md5-cache/app-vim/bufexplorer-7.4.18 +++ b/metadata/md5-cache/app-vim/bufexplorer-7.4.18 @@ -8,5 +8,5 @@ LICENSE=BSD RDEPEND=|| ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 ) SLOT=0 SRC_URI=https://github.com/jlanzarotta/bufexplorer/archive/v7.4.18.tar.gz -> bufexplorer-7.4.18.tar.gz -_eclasses_=vim-doc 76675474e2c64e01f41faabd9b3ab580 vim-plugin 1f214c929abd959ab2312ed512f624dc +_eclasses_=vim-doc e063cddf18e5d2f2cfb21388252579ec vim-plugin a7b5f19bc94a311ca1cf7127c8b84c41 _md5_=f331a1983899a0e4aba9b501e7c6ffc4 diff --git a/metadata/md5-cache/app-vim/bufexplorer-7.4.19 b/metadata/md5-cache/app-vim/bufexplorer-7.4.19 index 7840028c0cf2..9ce6c6afd823 100644 --- a/metadata/md5-cache/app-vim/bufexplorer-7.4.19 +++ b/metadata/md5-cache/app-vim/bufexplorer-7.4.19 @@ -8,5 +8,5 @@ LICENSE=BSD RDEPEND=|| ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 ) SLOT=0 SRC_URI=https://github.com/jlanzarotta/bufexplorer/archive/v7.4.19.tar.gz -> bufexplorer-7.4.19.tar.gz -_eclasses_=vim-doc 76675474e2c64e01f41faabd9b3ab580 vim-plugin 1f214c929abd959ab2312ed512f624dc +_eclasses_=vim-doc e063cddf18e5d2f2cfb21388252579ec vim-plugin a7b5f19bc94a311ca1cf7127c8b84c41 _md5_=e52cf25f9ad650546d0d626a49412acd diff --git a/metadata/md5-cache/app-vim/bufexplorer-9999 b/metadata/md5-cache/app-vim/bufexplorer-9999 index 19ca4ef87301..f9bf3d98e5ea 100644 --- a/metadata/md5-cache/app-vim/bufexplorer-9999 +++ b/metadata/md5-cache/app-vim/bufexplorer-9999 @@ -7,5 +7,5 @@ LICENSE=BSD PROPERTIES=live RDEPEND=|| ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 ) SLOT=0 -_eclasses_=git-r3 b9ac6f96d2a88edb5b351df634dc5e53 vim-doc 76675474e2c64e01f41faabd9b3ab580 vim-plugin 1f214c929abd959ab2312ed512f624dc +_eclasses_=git-r3 b9ac6f96d2a88edb5b351df634dc5e53 vim-doc e063cddf18e5d2f2cfb21388252579ec vim-plugin a7b5f19bc94a311ca1cf7127c8b84c41 _md5_=3b1a339b61d9f025f7d045e08a350d0e diff --git a/metadata/md5-cache/app-vim/c-support-6.1.1 b/metadata/md5-cache/app-vim/c-support-6.1.1 index 821cb9e5acae..33bfc1fd2821 100644 --- a/metadata/md5-cache/app-vim/c-support-6.1.1 +++ b/metadata/md5-cache/app-vim/c-support-6.1.1 @@ -8,5 +8,5 @@ LICENSE=public-domain RDEPEND=|| ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 ) SLOT=0 SRC_URI=mirror://gentoo/c-support-6.1.1.tar.bz2 https://dev.gentoo.org/~radhermit/vim/c-support-6.1.1.tar.bz2 -_eclasses_=vim-doc 76675474e2c64e01f41faabd9b3ab580 vim-plugin 1f214c929abd959ab2312ed512f624dc +_eclasses_=vim-doc e063cddf18e5d2f2cfb21388252579ec vim-plugin a7b5f19bc94a311ca1cf7127c8b84c41 _md5_=23af1601f091d19cceb35431d7d809f0 diff --git a/metadata/md5-cache/app-vim/calendar-2.9-r1 b/metadata/md5-cache/app-vim/calendar-2.9-r1 index 1b3ba5b2511d..4f0cde9b661a 100644 --- a/metadata/md5-cache/app-vim/calendar-2.9-r1 +++ b/metadata/md5-cache/app-vim/calendar-2.9-r1 @@ -8,5 +8,5 @@ LICENSE=vim RDEPEND=|| ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 ) SLOT=0 SRC_URI=mirror://gentoo/calendar-2.9.tar.bz2 https://dev.gentoo.org/~radhermit/vim/calendar-2.9.tar.bz2 -_eclasses_=vim-doc 76675474e2c64e01f41faabd9b3ab580 vim-plugin 1f214c929abd959ab2312ed512f624dc +_eclasses_=vim-doc e063cddf18e5d2f2cfb21388252579ec vim-plugin a7b5f19bc94a311ca1cf7127c8b84c41 _md5_=fe64d3177d8f4f9b3795b75eec003ecd diff --git a/metadata/md5-cache/app-vim/cctree-1.61-r1 b/metadata/md5-cache/app-vim/cctree-1.61-r1 index c9b32b3b2306..ffb7c54e6353 100644 --- a/metadata/md5-cache/app-vim/cctree-1.61-r1 +++ b/metadata/md5-cache/app-vim/cctree-1.61-r1 @@ -8,5 +8,5 @@ LICENSE=bufexplorer.vim RDEPEND=dev-util/cscope || ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 ) SLOT=0 SRC_URI=mirror://gentoo/cctree-1.61.tar.bz2 https://dev.gentoo.org/~radhermit/vim/cctree-1.61.tar.bz2 -_eclasses_=vim-doc 76675474e2c64e01f41faabd9b3ab580 vim-plugin 1f214c929abd959ab2312ed512f624dc +_eclasses_=vim-doc e063cddf18e5d2f2cfb21388252579ec vim-plugin a7b5f19bc94a311ca1cf7127c8b84c41 _md5_=608d78a654f35de7b8b36ad920ae90d1 diff --git a/metadata/md5-cache/app-vim/cecutil-17 b/metadata/md5-cache/app-vim/cecutil-17 index e8deb8454672..dd9b2862801b 100644 --- a/metadata/md5-cache/app-vim/cecutil-17 +++ b/metadata/md5-cache/app-vim/cecutil-17 @@ -8,5 +8,5 @@ LICENSE=vim RDEPEND=|| ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 ) SLOT=0 SRC_URI=mirror://gentoo/cecutil-17.tar.bz2 https://dev.gentoo.org/~radhermit/vim/cecutil-17.tar.bz2 -_eclasses_=vim-doc 76675474e2c64e01f41faabd9b3ab580 vim-plugin 1f214c929abd959ab2312ed512f624dc +_eclasses_=vim-doc e063cddf18e5d2f2cfb21388252579ec vim-plugin a7b5f19bc94a311ca1cf7127c8b84c41 _md5_=d1c20030f183d5277a170a19245bc162 diff --git a/metadata/md5-cache/app-vim/cfengine-syntax-20141019 b/metadata/md5-cache/app-vim/cfengine-syntax-20141019 index f53f8898dc7d..c20a12be9a19 100644 --- a/metadata/md5-cache/app-vim/cfengine-syntax-20141019 +++ b/metadata/md5-cache/app-vim/cfengine-syntax-20141019 @@ -8,5 +8,5 @@ LICENSE=GPL-3+ RDEPEND=|| ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 ) SLOT=0 SRC_URI=mirror://gentoo/cfengine-syntax-20141019.tar.bz2 https://dev.gentoo.org/~radhermit/vim/cfengine-syntax-20141019.tar.bz2 -_eclasses_=vim-doc 76675474e2c64e01f41faabd9b3ab580 vim-plugin 1f214c929abd959ab2312ed512f624dc +_eclasses_=vim-doc e063cddf18e5d2f2cfb21388252579ec vim-plugin a7b5f19bc94a311ca1cf7127c8b84c41 _md5_=458b46ae5e885090aab9734b8a46b10b diff --git a/metadata/md5-cache/app-vim/checkattach-0.17 b/metadata/md5-cache/app-vim/checkattach-0.17 index 2d388c79ab42..3f34a4cf41df 100644 --- a/metadata/md5-cache/app-vim/checkattach-0.17 +++ b/metadata/md5-cache/app-vim/checkattach-0.17 @@ -8,5 +8,5 @@ LICENSE=vim RDEPEND=|| ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 ) SLOT=0 SRC_URI=mirror://gentoo/checkattach-0.17.tar.bz2 https://dev.gentoo.org/~radhermit/vim/checkattach-0.17.tar.bz2 -_eclasses_=vim-doc 76675474e2c64e01f41faabd9b3ab580 vim-plugin 1f214c929abd959ab2312ed512f624dc +_eclasses_=vim-doc e063cddf18e5d2f2cfb21388252579ec vim-plugin a7b5f19bc94a311ca1cf7127c8b84c41 _md5_=34fc2ee6c173b3797df52e1050b43497 diff --git a/metadata/md5-cache/app-vim/closetag-0.9.1-r1 b/metadata/md5-cache/app-vim/closetag-0.9.1-r1 index 44ed45c85dc4..3e8a9a04016c 100644 --- a/metadata/md5-cache/app-vim/closetag-0.9.1-r1 +++ b/metadata/md5-cache/app-vim/closetag-0.9.1-r1 @@ -8,5 +8,5 @@ LICENSE=vim RDEPEND=|| ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 ) SLOT=0 SRC_URI=mirror://gentoo/closetag-0.9.1.tar.bz2 https://dev.gentoo.org/~radhermit/vim/closetag-0.9.1.tar.bz2 -_eclasses_=vim-doc 76675474e2c64e01f41faabd9b3ab580 vim-plugin 1f214c929abd959ab2312ed512f624dc +_eclasses_=vim-doc e063cddf18e5d2f2cfb21388252579ec vim-plugin a7b5f19bc94a311ca1cf7127c8b84c41 _md5_=222fa03e5ef198542c6b432f8fb7437e diff --git a/metadata/md5-cache/app-vim/cmdalias-3.0-r1 b/metadata/md5-cache/app-vim/cmdalias-3.0-r1 index cc4a2d39ca02..7f1e16c7cd27 100644 --- a/metadata/md5-cache/app-vim/cmdalias-3.0-r1 +++ b/metadata/md5-cache/app-vim/cmdalias-3.0-r1 @@ -8,5 +8,5 @@ LICENSE=GPL-2 RDEPEND=|| ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 ) SLOT=0 SRC_URI=mirror://gentoo/cmdalias-3.0.tar.bz2 https://dev.gentoo.org/~radhermit/vim/cmdalias-3.0.tar.bz2 -_eclasses_=vim-doc 76675474e2c64e01f41faabd9b3ab580 vim-plugin 1f214c929abd959ab2312ed512f624dc +_eclasses_=vim-doc e063cddf18e5d2f2cfb21388252579ec vim-plugin a7b5f19bc94a311ca1cf7127c8b84c41 _md5_=8a4db0295dc596c5dfeb5bd9af7fce3f diff --git a/metadata/md5-cache/app-vim/colorschemes-20140623-r1 b/metadata/md5-cache/app-vim/colorschemes-20140623-r1 index 2cee271582c2..4bad90f7736f 100644 --- a/metadata/md5-cache/app-vim/colorschemes-20140623-r1 +++ b/metadata/md5-cache/app-vim/colorschemes-20140623-r1 @@ -8,5 +8,5 @@ LICENSE=vim GPL-2 GPL-2+ GPL-3 GPL-3+ MIT BSD WTFPL-2 public-domain vim.org RDEPEND=|| ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 ) SLOT=0 SRC_URI=mirror://gentoo/colorschemes-20140623.tar.bz2 https://dev.gentoo.org/~radhermit/vim/colorschemes-20140623.tar.bz2 -_eclasses_=edos2unix 33e347e171066657f91f8b0c72ec8773 vim-doc 76675474e2c64e01f41faabd9b3ab580 vim-plugin 1f214c929abd959ab2312ed512f624dc +_eclasses_=edos2unix 33e347e171066657f91f8b0c72ec8773 vim-doc e063cddf18e5d2f2cfb21388252579ec vim-plugin a7b5f19bc94a311ca1cf7127c8b84c41 _md5_=6ecb0049dc9eb549fbc458c44abe14ad diff --git a/metadata/md5-cache/app-vim/colorsel-20100406 b/metadata/md5-cache/app-vim/colorsel-20100406 index 4a2ffa130d6a..a47eca1d28bc 100644 --- a/metadata/md5-cache/app-vim/colorsel-20100406 +++ b/metadata/md5-cache/app-vim/colorsel-20100406 @@ -8,5 +8,5 @@ LICENSE=public-domain RDEPEND=>=app-editors/gvim-7.0 || ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 ) SLOT=0 SRC_URI=https://www.vim.org/scripts/download_script.php?src_id=12789 -> colorsel-20100406.zip -_eclasses_=vim-doc 76675474e2c64e01f41faabd9b3ab580 vim-plugin 1f214c929abd959ab2312ed512f624dc +_eclasses_=vim-doc e063cddf18e5d2f2cfb21388252579ec vim-plugin a7b5f19bc94a311ca1cf7127c8b84c41 _md5_=58f0aa1517cd6b27feb700d7271710ee diff --git a/metadata/md5-cache/app-vim/command-t-5.0.3-r1 b/metadata/md5-cache/app-vim/command-t-5.0.3-r1 index 6d3faf9f956c..e1fae4103d9e 100644 --- a/metadata/md5-cache/app-vim/command-t-5.0.3-r1 +++ b/metadata/md5-cache/app-vim/command-t-5.0.3-r1 @@ -11,5 +11,5 @@ RDEPEND=|| ( app-editors/vim[ruby] app-editors/gvim[ruby] ) || ( >=app-editors/v REQUIRED_USE=|| ( ruby_targets_ruby26 ruby_targets_ruby27 ruby_targets_ruby30 ) SLOT=0 SRC_URI=https://github.com/wincent/command-t/archive/5.0.3.tar.gz -> command-t-5.0.3.tar.gz -_eclasses_=estack 055c42df72f76a4f45ec92b35e83cd56 multilib 4a33c9008e5ee30cb8840a3fdc24df2b ruby-ng 840098b934fa20199984384b02780370 ruby-utils 707c7b16c28e3483e51d7ec7f7b0d5ed toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 vim-doc 76675474e2c64e01f41faabd9b3ab580 vim-plugin 1f214c929abd959ab2312ed512f624dc +_eclasses_=estack 055c42df72f76a4f45ec92b35e83cd56 multilib 4a33c9008e5ee30cb8840a3fdc24df2b ruby-ng 840098b934fa20199984384b02780370 ruby-utils 707c7b16c28e3483e51d7ec7f7b0d5ed toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 vim-doc e063cddf18e5d2f2cfb21388252579ec vim-plugin a7b5f19bc94a311ca1cf7127c8b84c41 _md5_=31081c81d39e742467c4372c3739ca6d diff --git a/metadata/md5-cache/app-vim/csound-syntax-0.8.1 b/metadata/md5-cache/app-vim/csound-syntax-0.8.1 index 377a647636e5..1e73943ae1eb 100644 --- a/metadata/md5-cache/app-vim/csound-syntax-0.8.1 +++ b/metadata/md5-cache/app-vim/csound-syntax-0.8.1 @@ -8,5 +8,5 @@ LICENSE=MIT RDEPEND=|| ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 ) SLOT=0 SRC_URI=https://github.com/luisjure/csound-vim/archive/v0.8.1.tar.gz -> csound-syntax-0.8.1.tar.gz -_eclasses_=vim-doc 76675474e2c64e01f41faabd9b3ab580 vim-plugin 1f214c929abd959ab2312ed512f624dc +_eclasses_=vim-doc e063cddf18e5d2f2cfb21388252579ec vim-plugin a7b5f19bc94a311ca1cf7127c8b84c41 _md5_=afed93cb5d7b4ff5fc6fe3786e16cb2b diff --git a/metadata/md5-cache/app-vim/csound-syntax-20160804 b/metadata/md5-cache/app-vim/csound-syntax-20160804 index 6bae9a64dbbb..672cfd454c4b 100644 --- a/metadata/md5-cache/app-vim/csound-syntax-20160804 +++ b/metadata/md5-cache/app-vim/csound-syntax-20160804 @@ -8,5 +8,5 @@ LICENSE=MIT RDEPEND=|| ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 ) SLOT=0 SRC_URI=mirror://gentoo/csound-syntax-20160804.tar.bz2 https://dev.gentoo.org/~radhermit/vim/csound-syntax-20160804.tar.bz2 -_eclasses_=vim-doc 76675474e2c64e01f41faabd9b3ab580 vim-plugin 1f214c929abd959ab2312ed512f624dc +_eclasses_=vim-doc e063cddf18e5d2f2cfb21388252579ec vim-plugin a7b5f19bc94a311ca1cf7127c8b84c41 _md5_=f21217d805d5f392f3c51cb25924012c diff --git a/metadata/md5-cache/app-vim/csscomplete-1.0 b/metadata/md5-cache/app-vim/csscomplete-1.0 index a0bb46814031..a1b44ebd40c9 100644 --- a/metadata/md5-cache/app-vim/csscomplete-1.0 +++ b/metadata/md5-cache/app-vim/csscomplete-1.0 @@ -8,5 +8,5 @@ LICENSE=vim.org RDEPEND=|| ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 ) SLOT=0 SRC_URI=https://github.com/othree/csscomplete.vim/archive/1.0.tar.gz -> csscomplete-1.0.tar.gz -_eclasses_=vim-doc 76675474e2c64e01f41faabd9b3ab580 vim-plugin 1f214c929abd959ab2312ed512f624dc +_eclasses_=vim-doc e063cddf18e5d2f2cfb21388252579ec vim-plugin a7b5f19bc94a311ca1cf7127c8b84c41 _md5_=f21f75e7c53cb7efb3a1e5a8e2778f6b diff --git a/metadata/md5-cache/app-vim/csv-0.31-r1 b/metadata/md5-cache/app-vim/csv-0.31-r1 index 9141d1948413..934647dd7040 100644 --- a/metadata/md5-cache/app-vim/csv-0.31-r1 +++ b/metadata/md5-cache/app-vim/csv-0.31-r1 @@ -8,5 +8,5 @@ LICENSE=vim RDEPEND=|| ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 ) SLOT=0 SRC_URI=mirror://gentoo/csv-0.31.tar.bz2 https://dev.gentoo.org/~radhermit/vim/csv-0.31.tar.bz2 -_eclasses_=vim-doc 76675474e2c64e01f41faabd9b3ab580 vim-plugin 1f214c929abd959ab2312ed512f624dc +_eclasses_=vim-doc e063cddf18e5d2f2cfb21388252579ec vim-plugin a7b5f19bc94a311ca1cf7127c8b84c41 _md5_=8ac9f8c51bf6b9f7a5ffd2fe60e18ef6 diff --git a/metadata/md5-cache/app-vim/ctrlp-1.80 b/metadata/md5-cache/app-vim/ctrlp-1.80 index b238ad3a9901..dc7081f6ceb4 100644 --- a/metadata/md5-cache/app-vim/ctrlp-1.80 +++ b/metadata/md5-cache/app-vim/ctrlp-1.80 @@ -8,5 +8,5 @@ LICENSE=vim RDEPEND=|| ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 ) SLOT=0 SRC_URI=https://github.com/ctrlpvim/ctrlp.vim/archive/1.80.tar.gz -> ctrlp-1.80.tar.gz -_eclasses_=vim-doc 76675474e2c64e01f41faabd9b3ab580 vim-plugin 1f214c929abd959ab2312ed512f624dc +_eclasses_=vim-doc e063cddf18e5d2f2cfb21388252579ec vim-plugin a7b5f19bc94a311ca1cf7127c8b84c41 _md5_=944019784167acad3e18b68aab6bec1a diff --git a/metadata/md5-cache/app-vim/ctrlp-1.80_p20180418 b/metadata/md5-cache/app-vim/ctrlp-1.80_p20180418 index df209d8632d8..2092c5f82379 100644 --- a/metadata/md5-cache/app-vim/ctrlp-1.80_p20180418 +++ b/metadata/md5-cache/app-vim/ctrlp-1.80_p20180418 @@ -8,5 +8,5 @@ LICENSE=vim RDEPEND=|| ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 ) SLOT=0 SRC_URI=https://github.com/ctrlpvim/ctrlp.vim/archive/4b9e7cac612902a25498cca49f13475fe1a821a4.tar.gz -> ctrlp-1.80_p20180418.tar.gz -_eclasses_=vcs-snapshot 19dc666868420457132a7514d4621476 vim-doc 76675474e2c64e01f41faabd9b3ab580 vim-plugin 1f214c929abd959ab2312ed512f624dc +_eclasses_=vcs-snapshot 19dc666868420457132a7514d4621476 vim-doc e063cddf18e5d2f2cfb21388252579ec vim-plugin a7b5f19bc94a311ca1cf7127c8b84c41 _md5_=173e6809d113b0e1f56756cd3107c6ac diff --git a/metadata/md5-cache/app-vim/ctx-1.17-r1 b/metadata/md5-cache/app-vim/ctx-1.17-r1 index 52f1b74411e1..c58bcd19cc19 100644 --- a/metadata/md5-cache/app-vim/ctx-1.17-r1 +++ b/metadata/md5-cache/app-vim/ctx-1.17-r1 @@ -8,5 +8,5 @@ LICENSE=GPL-2 RDEPEND=!app-vim/enhancedcommentify || ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 ) SLOT=0 SRC_URI=mirror://gentoo/ctx-1.17.tar.bz2 https://dev.gentoo.org/~radhermit/vim/ctx-1.17.tar.bz2 -_eclasses_=vim-doc 76675474e2c64e01f41faabd9b3ab580 vim-plugin 1f214c929abd959ab2312ed512f624dc +_eclasses_=vim-doc e063cddf18e5d2f2cfb21388252579ec vim-plugin a7b5f19bc94a311ca1cf7127c8b84c41 _md5_=f34576dcadbb01f4b87ca77bba6c36c1 diff --git a/metadata/md5-cache/app-vim/curcmdmode-1.0-r1 b/metadata/md5-cache/app-vim/curcmdmode-1.0-r1 index e478949e5f12..e7b839181842 100644 --- a/metadata/md5-cache/app-vim/curcmdmode-1.0-r1 +++ b/metadata/md5-cache/app-vim/curcmdmode-1.0-r1 @@ -8,5 +8,5 @@ LICENSE=GPL-2 RDEPEND=app-vim/genutils || ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 ) SLOT=0 SRC_URI=mirror://gentoo/curcmdmode-1.0.tar.bz2 https://dev.gentoo.org/~radhermit/vim/curcmdmode-1.0.tar.bz2 -_eclasses_=vim-doc 76675474e2c64e01f41faabd9b3ab580 vim-plugin 1f214c929abd959ab2312ed512f624dc +_eclasses_=vim-doc e063cddf18e5d2f2cfb21388252579ec vim-plugin a7b5f19bc94a311ca1cf7127c8b84c41 _md5_=5360bebb8b8e6f58cc24e5670986653d diff --git a/metadata/md5-cache/app-vim/cvsmenu-1.147-r1 b/metadata/md5-cache/app-vim/cvsmenu-1.147-r1 index 87a16ecc8521..061563ed161d 100644 --- a/metadata/md5-cache/app-vim/cvsmenu-1.147-r1 +++ b/metadata/md5-cache/app-vim/cvsmenu-1.147-r1 @@ -8,5 +8,5 @@ LICENSE=LGPL-2 RDEPEND=dev-vcs/cvs || ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 ) SLOT=0 SRC_URI=mirror://gentoo/cvsmenu-1.147.tar.bz2 https://dev.gentoo.org/~radhermit/vim/cvsmenu-1.147.tar.bz2 -_eclasses_=vim-doc 76675474e2c64e01f41faabd9b3ab580 vim-plugin 1f214c929abd959ab2312ed512f624dc +_eclasses_=vim-doc e063cddf18e5d2f2cfb21388252579ec vim-plugin a7b5f19bc94a311ca1cf7127c8b84c41 _md5_=740fdb8d6b5c2499f844e499f5fdd257 diff --git a/metadata/md5-cache/app-vim/dbext-26.00 b/metadata/md5-cache/app-vim/dbext-26.00 index cbde64c871e7..a4c46fd00aa8 100644 --- a/metadata/md5-cache/app-vim/dbext-26.00 +++ b/metadata/md5-cache/app-vim/dbext-26.00 @@ -8,5 +8,5 @@ LICENSE=GPL-2 RDEPEND=|| ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 ) SLOT=0 SRC_URI=mirror://gentoo/dbext-26.00.tar.bz2 https://dev.gentoo.org/~radhermit/vim/dbext-26.00.tar.bz2 -_eclasses_=vim-doc 76675474e2c64e01f41faabd9b3ab580 vim-plugin 1f214c929abd959ab2312ed512f624dc +_eclasses_=vim-doc e063cddf18e5d2f2cfb21388252579ec vim-plugin a7b5f19bc94a311ca1cf7127c8b84c41 _md5_=5622978270657b426327143b95317a91 diff --git a/metadata/md5-cache/app-vim/detectindent-1.0_p20150908 b/metadata/md5-cache/app-vim/detectindent-1.0_p20150908 index 1ce9fcf69233..7c570979fd27 100644 --- a/metadata/md5-cache/app-vim/detectindent-1.0_p20150908 +++ b/metadata/md5-cache/app-vim/detectindent-1.0_p20150908 @@ -8,5 +8,5 @@ LICENSE=vim RDEPEND=|| ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 ) SLOT=0 SRC_URI=mirror://gentoo/detectindent-1.0_p20150908.tar.xz https://dev.gentoo.org/~chutzpah/vim/detectindent-1.0_p20150908.tar.xz -_eclasses_=vim-doc 76675474e2c64e01f41faabd9b3ab580 vim-plugin 1f214c929abd959ab2312ed512f624dc +_eclasses_=vim-doc e063cddf18e5d2f2cfb21388252579ec vim-plugin a7b5f19bc94a311ca1cf7127c8b84c41 _md5_=3dc48ec1212a69b591ff3be266f8fd67 diff --git a/metadata/md5-cache/app-vim/dhcpd-syntax-20030825-r1 b/metadata/md5-cache/app-vim/dhcpd-syntax-20030825-r1 index 441d22224964..b44897ad1c75 100644 --- a/metadata/md5-cache/app-vim/dhcpd-syntax-20030825-r1 +++ b/metadata/md5-cache/app-vim/dhcpd-syntax-20030825-r1 @@ -8,5 +8,5 @@ LICENSE=vim RDEPEND=|| ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 ) SLOT=0 SRC_URI=mirror://gentoo/dhcpd-syntax-20030825.tar.bz2 https://dev.gentoo.org/~radhermit/vim/dhcpd-syntax-20030825.tar.bz2 -_eclasses_=vim-doc 76675474e2c64e01f41faabd9b3ab580 vim-plugin 1f214c929abd959ab2312ed512f624dc +_eclasses_=vim-doc e063cddf18e5d2f2cfb21388252579ec vim-plugin a7b5f19bc94a311ca1cf7127c8b84c41 _md5_=0d5306e1053857cd8edfb3852616f5db diff --git a/metadata/md5-cache/app-vim/diffchar-8.2 b/metadata/md5-cache/app-vim/diffchar-8.2 index 1e2d62983c5c..17786fe32e62 100644 --- a/metadata/md5-cache/app-vim/diffchar-8.2 +++ b/metadata/md5-cache/app-vim/diffchar-8.2 @@ -8,5 +8,5 @@ LICENSE=vim.org RDEPEND=|| ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 ) SLOT=0 SRC_URI=https://github.com/rickhowe/diffchar.vim/archive/837334b268302cf6c597d88485aa8aad6a500b98.tar.gz -> diffchar-8.2.tar.gz -_eclasses_=vcs-snapshot 19dc666868420457132a7514d4621476 vim-doc 76675474e2c64e01f41faabd9b3ab580 vim-plugin 1f214c929abd959ab2312ed512f624dc +_eclasses_=vcs-snapshot 19dc666868420457132a7514d4621476 vim-doc e063cddf18e5d2f2cfb21388252579ec vim-plugin a7b5f19bc94a311ca1cf7127c8b84c41 _md5_=efa0af6f5367c544ae3f7acd4cc6f8d0 diff --git a/metadata/md5-cache/app-vim/diffchar-8.6 b/metadata/md5-cache/app-vim/diffchar-8.6 index 8b480946139e..a713518b9e24 100644 --- a/metadata/md5-cache/app-vim/diffchar-8.6 +++ b/metadata/md5-cache/app-vim/diffchar-8.6 @@ -8,5 +8,5 @@ LICENSE=vim.org RDEPEND=|| ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 ) SLOT=0 SRC_URI=https://github.com/rickhowe/diffchar.vim/archive/c889cc133e8c6a1ba9ff089a6b9a6b94bd345cb4.tar.gz -> diffchar-8.6.tar.gz -_eclasses_=vcs-snapshot 19dc666868420457132a7514d4621476 vim-doc 76675474e2c64e01f41faabd9b3ab580 vim-plugin 1f214c929abd959ab2312ed512f624dc +_eclasses_=vcs-snapshot 19dc666868420457132a7514d4621476 vim-doc e063cddf18e5d2f2cfb21388252579ec vim-plugin a7b5f19bc94a311ca1cf7127c8b84c41 _md5_=8f7d2644fb402ae7e535ec453017aa6b diff --git a/metadata/md5-cache/app-vim/dirdiff-1.1.5-r1 b/metadata/md5-cache/app-vim/dirdiff-1.1.5-r1 index 8efb5bcf089c..7729bcc3b61b 100644 --- a/metadata/md5-cache/app-vim/dirdiff-1.1.5-r1 +++ b/metadata/md5-cache/app-vim/dirdiff-1.1.5-r1 @@ -8,5 +8,5 @@ LICENSE=BSD RDEPEND=sys-apps/diffutils || ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 ) SLOT=0 SRC_URI=mirror://gentoo/dirdiff-1.1.5.tar.bz2 https://dev.gentoo.org/~radhermit/vim/dirdiff-1.1.5.tar.bz2 -_eclasses_=vim-doc 76675474e2c64e01f41faabd9b3ab580 vim-plugin 1f214c929abd959ab2312ed512f624dc +_eclasses_=vim-doc e063cddf18e5d2f2cfb21388252579ec vim-plugin a7b5f19bc94a311ca1cf7127c8b84c41 _md5_=d8067b81f1be2badc17438d80e534a3c diff --git a/metadata/md5-cache/app-vim/easy-align-2.10.0-r1 b/metadata/md5-cache/app-vim/easy-align-2.10.0-r1 index fc9c7703fead..03a3d4b2d919 100644 --- a/metadata/md5-cache/app-vim/easy-align-2.10.0-r1 +++ b/metadata/md5-cache/app-vim/easy-align-2.10.0-r1 @@ -8,5 +8,5 @@ LICENSE=MIT RDEPEND=|| ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 ) SLOT=0 SRC_URI=https://github.com/junegunn/vim-easy-align/archive/2.10.0.tar.gz -> easy-align-2.10.0.tar.gz -_eclasses_=vim-doc 76675474e2c64e01f41faabd9b3ab580 vim-plugin 1f214c929abd959ab2312ed512f624dc +_eclasses_=vim-doc e063cddf18e5d2f2cfb21388252579ec vim-plugin a7b5f19bc94a311ca1cf7127c8b84c41 _md5_=9aaede01a31ad85c6c4fb3eec27d77c1 diff --git a/metadata/md5-cache/app-vim/ebnf-syntax-1.1-r2 b/metadata/md5-cache/app-vim/ebnf-syntax-1.1-r2 index 3d6379292ee9..7cf5698b22bb 100644 --- a/metadata/md5-cache/app-vim/ebnf-syntax-1.1-r2 +++ b/metadata/md5-cache/app-vim/ebnf-syntax-1.1-r2 @@ -8,5 +8,5 @@ LICENSE=vim RDEPEND=|| ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 ) SLOT=0 SRC_URI=mirror://gentoo/ebnf-syntax-1.1.tar.bz2 https://dev.gentoo.org/~radhermit/vim/ebnf-syntax-1.1.tar.bz2 -_eclasses_=vim-doc 76675474e2c64e01f41faabd9b3ab580 vim-plugin 1f214c929abd959ab2312ed512f624dc +_eclasses_=vim-doc e063cddf18e5d2f2cfb21388252579ec vim-plugin a7b5f19bc94a311ca1cf7127c8b84c41 _md5_=40979936c7e730f551b964e94af394e2 diff --git a/metadata/md5-cache/app-vim/editorconfig-vim-1.1.1 b/metadata/md5-cache/app-vim/editorconfig-vim-1.1.1 index 4e834d243b83..87467bc8fae8 100644 --- a/metadata/md5-cache/app-vim/editorconfig-vim-1.1.1 +++ b/metadata/md5-cache/app-vim/editorconfig-vim-1.1.1 @@ -8,5 +8,5 @@ LICENSE=BSD-2 PSF-2 RDEPEND=|| ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 ) SLOT=0 SRC_URI=https://github.com/editorconfig/editorconfig-vim/archive/v1.1.1.tar.gz -> editorconfig-vim-1.1.1.tar.gz -_eclasses_=vim-doc 76675474e2c64e01f41faabd9b3ab580 vim-plugin 1f214c929abd959ab2312ed512f624dc +_eclasses_=vim-doc e063cddf18e5d2f2cfb21388252579ec vim-plugin a7b5f19bc94a311ca1cf7127c8b84c41 _md5_=3cc33f04ddf9bb35530cdfd0c65dbf63 diff --git a/metadata/md5-cache/app-vim/emmet-0.85-r1 b/metadata/md5-cache/app-vim/emmet-0.85-r1 index f9bb1220b8b8..4f48271074f2 100644 --- a/metadata/md5-cache/app-vim/emmet-0.85-r1 +++ b/metadata/md5-cache/app-vim/emmet-0.85-r1 @@ -8,5 +8,5 @@ LICENSE=BSD RDEPEND=|| ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 ) SLOT=0 SRC_URI=mirror://gentoo/emmet-0.85.tar.bz2 https://dev.gentoo.org/~radhermit/vim/emmet-0.85.tar.bz2 -_eclasses_=vim-doc 76675474e2c64e01f41faabd9b3ab580 vim-plugin 1f214c929abd959ab2312ed512f624dc +_eclasses_=vim-doc e063cddf18e5d2f2cfb21388252579ec vim-plugin a7b5f19bc94a311ca1cf7127c8b84c41 _md5_=d044d845d65724041f93a2f88ce31267 diff --git a/metadata/md5-cache/app-vim/emmet-9999 b/metadata/md5-cache/app-vim/emmet-9999 index 77371870298f..be4af927827d 100644 --- a/metadata/md5-cache/app-vim/emmet-9999 +++ b/metadata/md5-cache/app-vim/emmet-9999 @@ -7,5 +7,5 @@ LICENSE=BSD PROPERTIES=live RDEPEND=|| ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 ) SLOT=0 -_eclasses_=git-r3 b9ac6f96d2a88edb5b351df634dc5e53 vim-doc 76675474e2c64e01f41faabd9b3ab580 vim-plugin 1f214c929abd959ab2312ed512f624dc +_eclasses_=git-r3 b9ac6f96d2a88edb5b351df634dc5e53 vim-doc e063cddf18e5d2f2cfb21388252579ec vim-plugin a7b5f19bc94a311ca1cf7127c8b84c41 _md5_=a7e0fb8e9922aa58df99b1fad811f2dd diff --git a/metadata/md5-cache/app-vim/enhancedcommentify-2.3-r1 b/metadata/md5-cache/app-vim/enhancedcommentify-2.3-r1 index e4229e84f7a7..2777aa140a8d 100644 --- a/metadata/md5-cache/app-vim/enhancedcommentify-2.3-r1 +++ b/metadata/md5-cache/app-vim/enhancedcommentify-2.3-r1 @@ -8,5 +8,5 @@ LICENSE=BSD RDEPEND=sys-apps/sed !app-vim/ctx || ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 ) SLOT=0 SRC_URI=mirror://gentoo/enhancedcommentify-2.3.tar.bz2 https://dev.gentoo.org/~radhermit/vim/enhancedcommentify-2.3.tar.bz2 -_eclasses_=vim-doc 76675474e2c64e01f41faabd9b3ab580 vim-plugin 1f214c929abd959ab2312ed512f624dc +_eclasses_=vim-doc e063cddf18e5d2f2cfb21388252579ec vim-plugin a7b5f19bc94a311ca1cf7127c8b84c41 _md5_=0ed72b08384536d15c2e72bf928336ad diff --git a/metadata/md5-cache/app-vim/errsign-0.1-r1 b/metadata/md5-cache/app-vim/errsign-0.1-r1 index 30fb2f20e61f..0f1cd7be76d2 100644 --- a/metadata/md5-cache/app-vim/errsign-0.1-r1 +++ b/metadata/md5-cache/app-vim/errsign-0.1-r1 @@ -8,5 +8,5 @@ LICENSE=vim.org RDEPEND=|| ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 ) SLOT=0 SRC_URI=mirror://gentoo/errsign-0.1.tar.bz2 https://dev.gentoo.org/~radhermit/vim/errsign-0.1.tar.bz2 -_eclasses_=vim-doc 76675474e2c64e01f41faabd9b3ab580 vim-plugin 1f214c929abd959ab2312ed512f624dc +_eclasses_=vim-doc e063cddf18e5d2f2cfb21388252579ec vim-plugin a7b5f19bc94a311ca1cf7127c8b84c41 _md5_=798a826071ed4ccb39c3641c0604057a diff --git a/metadata/md5-cache/app-vim/eruby-syntax-2.0-r2 b/metadata/md5-cache/app-vim/eruby-syntax-2.0-r2 index ef5a7792c27e..b4db0cfe4ae6 100644 --- a/metadata/md5-cache/app-vim/eruby-syntax-2.0-r2 +++ b/metadata/md5-cache/app-vim/eruby-syntax-2.0-r2 @@ -8,5 +8,5 @@ LICENSE=vim.org RDEPEND=|| ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 ) SLOT=0 SRC_URI=mirror://gentoo/eruby-syntax-2.0.tar.bz2 https://dev.gentoo.org/~radhermit/vim/eruby-syntax-2.0.tar.bz2 -_eclasses_=vim-doc 76675474e2c64e01f41faabd9b3ab580 vim-plugin 1f214c929abd959ab2312ed512f624dc +_eclasses_=vim-doc e063cddf18e5d2f2cfb21388252579ec vim-plugin a7b5f19bc94a311ca1cf7127c8b84c41 _md5_=64aebfea8066d41595b85721a8aee09d diff --git a/metadata/md5-cache/app-vim/eselect-syntax-20070506-r2 b/metadata/md5-cache/app-vim/eselect-syntax-20070506-r2 index 6d776ac08b2d..7ab14fcbe276 100644 --- a/metadata/md5-cache/app-vim/eselect-syntax-20070506-r2 +++ b/metadata/md5-cache/app-vim/eselect-syntax-20070506-r2 @@ -8,5 +8,5 @@ LICENSE=vim RDEPEND=|| ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 ) SLOT=0 SRC_URI=mirror://gentoo/eselect-syntax-20070506.tar.bz2 -_eclasses_=vim-doc 76675474e2c64e01f41faabd9b3ab580 vim-plugin 1f214c929abd959ab2312ed512f624dc +_eclasses_=vim-doc e063cddf18e5d2f2cfb21388252579ec vim-plugin a7b5f19bc94a311ca1cf7127c8b84c41 _md5_=4d2016e6594c636c421423c037f2013e diff --git a/metadata/md5-cache/app-vim/exheres-syntax-20090310 b/metadata/md5-cache/app-vim/exheres-syntax-20090310 index b41a68a65e5e..c3b986995a6d 100644 --- a/metadata/md5-cache/app-vim/exheres-syntax-20090310 +++ b/metadata/md5-cache/app-vim/exheres-syntax-20090310 @@ -8,5 +8,5 @@ LICENSE=vim RDEPEND=|| ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 ) SLOT=0 SRC_URI=https://dev.exherbo.org/~ahf/pub/software/releases/exheres-syntax/exheres-syntax-20090310.tar.bz2 -_eclasses_=vim-doc 76675474e2c64e01f41faabd9b3ab580 vim-plugin 1f214c929abd959ab2312ed512f624dc +_eclasses_=vim-doc e063cddf18e5d2f2cfb21388252579ec vim-plugin a7b5f19bc94a311ca1cf7127c8b84c41 _md5_=f77857d5b56964ead1fd59063f6eb9ab diff --git a/metadata/md5-cache/app-vim/exheres-syntax-99999999 b/metadata/md5-cache/app-vim/exheres-syntax-99999999 index bd370a993cec..796ec9decca5 100644 --- a/metadata/md5-cache/app-vim/exheres-syntax-99999999 +++ b/metadata/md5-cache/app-vim/exheres-syntax-99999999 @@ -7,5 +7,5 @@ LICENSE=vim PROPERTIES=live RDEPEND=|| ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 ) SLOT=0 -_eclasses_=git-r3 b9ac6f96d2a88edb5b351df634dc5e53 vim-doc 76675474e2c64e01f41faabd9b3ab580 vim-plugin 1f214c929abd959ab2312ed512f624dc +_eclasses_=git-r3 b9ac6f96d2a88edb5b351df634dc5e53 vim-doc e063cddf18e5d2f2cfb21388252579ec vim-plugin a7b5f19bc94a311ca1cf7127c8b84c41 _md5_=df0558ee58c9818e05a5ab52fb62b57a diff --git a/metadata/md5-cache/app-vim/extra-syntax-4-r2 b/metadata/md5-cache/app-vim/extra-syntax-4-r2 index e276d852f7de..1e22097f40c4 100644 --- a/metadata/md5-cache/app-vim/extra-syntax-4-r2 +++ b/metadata/md5-cache/app-vim/extra-syntax-4-r2 @@ -7,5 +7,5 @@ KEYWORDS=amd64 ~mips ~ppc ppc64 x86 LICENSE=metapackage RDEPEND=app-vim/bnf-syntax app-vim/brainfuck-syntax app-vim/cfengine-syntax app-vim/dhcpd-syntax app-vim/ebnf-syntax app-vim/eruby-syntax app-vim/fluxbox-syntax app-vim/gentoo-syntax app-vim/gtk-syntax app-vim/help-extra-syntax app-vim/nagios-syntax app-vim/ntp-syntax app-vim/pgn-syntax app-vim/selinux-syntax app-vim/wikipedia-syntax app-vim/xquery-syntax app-vim/xsl-syntax || ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 ) SLOT=0 -_eclasses_=vim-doc 76675474e2c64e01f41faabd9b3ab580 vim-plugin 1f214c929abd959ab2312ed512f624dc +_eclasses_=vim-doc e063cddf18e5d2f2cfb21388252579ec vim-plugin a7b5f19bc94a311ca1cf7127c8b84c41 _md5_=0589a64d7502ed196f93c183e5d3a915 diff --git a/metadata/md5-cache/app-vim/ferret-4.0 b/metadata/md5-cache/app-vim/ferret-4.0 index 04ed60cd895b..4f2d9c583a9c 100644 --- a/metadata/md5-cache/app-vim/ferret-4.0 +++ b/metadata/md5-cache/app-vim/ferret-4.0 @@ -8,5 +8,5 @@ LICENSE=vim RDEPEND=|| ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 ) SLOT=0 SRC_URI=https://github.com/wincent/ferret/archive/4.0.tar.gz -> ferret-4.0.tar.gz -_eclasses_=vim-doc 76675474e2c64e01f41faabd9b3ab580 vim-plugin 1f214c929abd959ab2312ed512f624dc +_eclasses_=vim-doc e063cddf18e5d2f2cfb21388252579ec vim-plugin a7b5f19bc94a311ca1cf7127c8b84c41 _md5_=41e62ff7c9f7b9e49f06744c2cbcf439 diff --git a/metadata/md5-cache/app-vim/ferret-5.0 b/metadata/md5-cache/app-vim/ferret-5.0 index 268351000434..c364138a6307 100644 --- a/metadata/md5-cache/app-vim/ferret-5.0 +++ b/metadata/md5-cache/app-vim/ferret-5.0 @@ -8,5 +8,5 @@ LICENSE=vim RDEPEND=|| ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 ) SLOT=0 SRC_URI=https://github.com/wincent/ferret/archive/5.0.tar.gz -> ferret-5.0.tar.gz -_eclasses_=vim-doc 76675474e2c64e01f41faabd9b3ab580 vim-plugin 1f214c929abd959ab2312ed512f624dc +_eclasses_=vim-doc e063cddf18e5d2f2cfb21388252579ec vim-plugin a7b5f19bc94a311ca1cf7127c8b84c41 _md5_=c8b6862e4713b3dd0beca4b54e687abd diff --git a/metadata/md5-cache/app-vim/fluxbox-syntax-1.5-r1 b/metadata/md5-cache/app-vim/fluxbox-syntax-1.5-r1 index 04eaeaac6cd0..4ec46c9d4816 100644 --- a/metadata/md5-cache/app-vim/fluxbox-syntax-1.5-r1 +++ b/metadata/md5-cache/app-vim/fluxbox-syntax-1.5-r1 @@ -8,5 +8,5 @@ LICENSE=vim RDEPEND=app-vim/genindent || ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 ) SLOT=0 SRC_URI=mirror://gentoo/fluxbox-syntax-1.5.tar.bz2 https://dev.gentoo.org/~radhermit/vim/fluxbox-syntax-1.5.tar.bz2 -_eclasses_=vim-doc 76675474e2c64e01f41faabd9b3ab580 vim-plugin 1f214c929abd959ab2312ed512f624dc +_eclasses_=vim-doc e063cddf18e5d2f2cfb21388252579ec vim-plugin a7b5f19bc94a311ca1cf7127c8b84c41 _md5_=fcc68af51d8c0ee2002f82636a1a54fc diff --git a/metadata/md5-cache/app-vim/foldutil-3.0-r1 b/metadata/md5-cache/app-vim/foldutil-3.0-r1 index 616aa9b8ae3c..1016fdecc42b 100644 --- a/metadata/md5-cache/app-vim/foldutil-3.0-r1 +++ b/metadata/md5-cache/app-vim/foldutil-3.0-r1 @@ -8,5 +8,5 @@ LICENSE=GPL-2 RDEPEND=>=app-vim/genutils-2.0 || ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 ) SLOT=0 SRC_URI=mirror://gentoo/foldutil-3.0.tar.bz2 https://dev.gentoo.org/~radhermit/vim/foldutil-3.0.tar.bz2 -_eclasses_=vim-doc 76675474e2c64e01f41faabd9b3ab580 vim-plugin 1f214c929abd959ab2312ed512f624dc +_eclasses_=vim-doc e063cddf18e5d2f2cfb21388252579ec vim-plugin a7b5f19bc94a311ca1cf7127c8b84c41 _md5_=719478f821598ba4c5572921f61db4a2 diff --git a/metadata/md5-cache/app-vim/frawor-0.2.3 b/metadata/md5-cache/app-vim/frawor-0.2.3 index f838080a52a5..4f1037a78269 100644 --- a/metadata/md5-cache/app-vim/frawor-0.2.3 +++ b/metadata/md5-cache/app-vim/frawor-0.2.3 @@ -9,5 +9,5 @@ RDEPEND=|| ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 ) RESTRICT=test SLOT=0 SRC_URI=https://bitbucket.org/ZyX_I/frawor/downloads/frawor-0.2.3.tar.xz -_eclasses_=vim-doc 76675474e2c64e01f41faabd9b3ab580 vim-plugin 1f214c929abd959ab2312ed512f624dc +_eclasses_=vim-doc e063cddf18e5d2f2cfb21388252579ec vim-plugin a7b5f19bc94a311ca1cf7127c8b84c41 _md5_=1d2114f744e2834704b4d45e137bbfcd diff --git a/metadata/md5-cache/app-vim/frawor-0.2.3-r1 b/metadata/md5-cache/app-vim/frawor-0.2.3-r1 index f71842c9511d..52bc02192606 100644 --- a/metadata/md5-cache/app-vim/frawor-0.2.3-r1 +++ b/metadata/md5-cache/app-vim/frawor-0.2.3-r1 @@ -9,5 +9,5 @@ RDEPEND=|| ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 ) RESTRICT=test SLOT=0 SRC_URI=https://github.com/vim-scripts/frawor/archive/0.2.3.tar.gz -> frawor-0.2.3.tar.gz -_eclasses_=vim-doc 76675474e2c64e01f41faabd9b3ab580 vim-plugin 1f214c929abd959ab2312ed512f624dc +_eclasses_=vim-doc e063cddf18e5d2f2cfb21388252579ec vim-plugin a7b5f19bc94a311ca1cf7127c8b84c41 _md5_=97e1e3dc7bf8753f464aeb41d36a5af3 diff --git a/metadata/md5-cache/app-vim/fugitive-2.4 b/metadata/md5-cache/app-vim/fugitive-2.4 index 9732eb812d9c..f7a3f49e2598 100644 --- a/metadata/md5-cache/app-vim/fugitive-2.4 +++ b/metadata/md5-cache/app-vim/fugitive-2.4 @@ -8,5 +8,5 @@ LICENSE=vim RDEPEND=dev-vcs/git || ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 ) SLOT=0 SRC_URI=https://github.com/tpope/vim-fugitive/archive/v2.4.tar.gz -> fugitive-2.4.tar.gz -_eclasses_=vcs-snapshot 19dc666868420457132a7514d4621476 vim-doc 76675474e2c64e01f41faabd9b3ab580 vim-plugin 1f214c929abd959ab2312ed512f624dc +_eclasses_=vcs-snapshot 19dc666868420457132a7514d4621476 vim-doc e063cddf18e5d2f2cfb21388252579ec vim-plugin a7b5f19bc94a311ca1cf7127c8b84c41 _md5_=aea2817ab56aa2f5478b512532f282a7 diff --git a/metadata/md5-cache/app-vim/fugitive-2.5 b/metadata/md5-cache/app-vim/fugitive-2.5 index 7b1a8456a146..00d7951588fc 100644 --- a/metadata/md5-cache/app-vim/fugitive-2.5 +++ b/metadata/md5-cache/app-vim/fugitive-2.5 @@ -8,5 +8,5 @@ LICENSE=vim RDEPEND=dev-vcs/git || ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 ) SLOT=0 SRC_URI=https://github.com/tpope/vim-fugitive/archive/v2.5.tar.gz -> fugitive-2.5.tar.gz -_eclasses_=vim-doc 76675474e2c64e01f41faabd9b3ab580 vim-plugin 1f214c929abd959ab2312ed512f624dc +_eclasses_=vim-doc e063cddf18e5d2f2cfb21388252579ec vim-plugin a7b5f19bc94a311ca1cf7127c8b84c41 _md5_=42a25b5dd48e6b7d272d3b8c87693796 diff --git a/metadata/md5-cache/app-vim/fugitive-3.1 b/metadata/md5-cache/app-vim/fugitive-3.1 index 66314d8be58d..08f682359b6a 100644 --- a/metadata/md5-cache/app-vim/fugitive-3.1 +++ b/metadata/md5-cache/app-vim/fugitive-3.1 @@ -8,5 +8,5 @@ LICENSE=vim RDEPEND=dev-vcs/git || ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 ) SLOT=0 SRC_URI=https://github.com/tpope/vim-fugitive/archive/v3.1.tar.gz -> fugitive-3.1.tar.gz -_eclasses_=vim-doc 76675474e2c64e01f41faabd9b3ab580 vim-plugin 1f214c929abd959ab2312ed512f624dc +_eclasses_=vim-doc e063cddf18e5d2f2cfb21388252579ec vim-plugin a7b5f19bc94a311ca1cf7127c8b84c41 _md5_=0ae2ff45231ee7de6c97530b2224df66 diff --git a/metadata/md5-cache/app-vim/fugitive-3.2 b/metadata/md5-cache/app-vim/fugitive-3.2 index 493aa19ed813..020665098f78 100644 --- a/metadata/md5-cache/app-vim/fugitive-3.2 +++ b/metadata/md5-cache/app-vim/fugitive-3.2 @@ -8,5 +8,5 @@ LICENSE=vim RDEPEND=dev-vcs/git || ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 ) SLOT=0 SRC_URI=https://github.com/tpope/vim-fugitive/archive/v3.2.tar.gz -> fugitive-3.2.tar.gz -_eclasses_=vim-doc 76675474e2c64e01f41faabd9b3ab580 vim-plugin 1f214c929abd959ab2312ed512f624dc +_eclasses_=vim-doc e063cddf18e5d2f2cfb21388252579ec vim-plugin a7b5f19bc94a311ca1cf7127c8b84c41 _md5_=0ae2ff45231ee7de6c97530b2224df66 diff --git a/metadata/md5-cache/app-vim/fugitive-3.4 b/metadata/md5-cache/app-vim/fugitive-3.4 index 6d6831361621..dfc7c30d3724 100644 --- a/metadata/md5-cache/app-vim/fugitive-3.4 +++ b/metadata/md5-cache/app-vim/fugitive-3.4 @@ -8,5 +8,5 @@ LICENSE=vim RDEPEND=dev-vcs/git || ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 ) SLOT=0 SRC_URI=https://github.com/tpope/vim-fugitive/archive/v3.4.tar.gz -> fugitive-3.4.tar.gz -_eclasses_=vim-doc 76675474e2c64e01f41faabd9b3ab580 vim-plugin 1f214c929abd959ab2312ed512f624dc +_eclasses_=vim-doc e063cddf18e5d2f2cfb21388252579ec vim-plugin a7b5f19bc94a311ca1cf7127c8b84c41 _md5_=a62293749e14261c2f4685c12e6dc431 diff --git a/metadata/md5-cache/app-vim/fugitive-9999 b/metadata/md5-cache/app-vim/fugitive-9999 index 4c76212bd8f0..a31d060db4fa 100644 --- a/metadata/md5-cache/app-vim/fugitive-9999 +++ b/metadata/md5-cache/app-vim/fugitive-9999 @@ -8,5 +8,5 @@ LICENSE=vim PROPERTIES=live RDEPEND=dev-vcs/git || ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 ) SLOT=0 -_eclasses_=git-r3 b9ac6f96d2a88edb5b351df634dc5e53 vim-doc 76675474e2c64e01f41faabd9b3ab580 vim-plugin 1f214c929abd959ab2312ed512f624dc +_eclasses_=git-r3 b9ac6f96d2a88edb5b351df634dc5e53 vim-doc e063cddf18e5d2f2cfb21388252579ec vim-plugin a7b5f19bc94a311ca1cf7127c8b84c41 _md5_=0ae2ff45231ee7de6c97530b2224df66 diff --git a/metadata/md5-cache/app-vim/fuzzyfinder-4.2.2 b/metadata/md5-cache/app-vim/fuzzyfinder-4.2.2 index f86f0c386f4f..de5e565bf81d 100644 --- a/metadata/md5-cache/app-vim/fuzzyfinder-4.2.2 +++ b/metadata/md5-cache/app-vim/fuzzyfinder-4.2.2 @@ -8,5 +8,5 @@ LICENSE=MIT RDEPEND=app-vim/l9 || ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 ) SLOT=0 SRC_URI=https://www.vim.org/scripts/download_script.php?src_id=13961 -> fuzzyfinder-4.2.2.zip -_eclasses_=vim-doc 76675474e2c64e01f41faabd9b3ab580 vim-plugin 1f214c929abd959ab2312ed512f624dc +_eclasses_=vim-doc e063cddf18e5d2f2cfb21388252579ec vim-plugin a7b5f19bc94a311ca1cf7127c8b84c41 _md5_=aa59555b9fdec197f20950fa94f18668 diff --git a/metadata/md5-cache/app-vim/genindent-1.1-r1 b/metadata/md5-cache/app-vim/genindent-1.1-r1 index c756882d1138..a7015ffb0575 100644 --- a/metadata/md5-cache/app-vim/genindent-1.1-r1 +++ b/metadata/md5-cache/app-vim/genindent-1.1-r1 @@ -8,5 +8,5 @@ LICENSE=vim RDEPEND=|| ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 ) SLOT=0 SRC_URI=mirror://gentoo/genindent-1.1.tar.bz2 https://dev.gentoo.org/~radhermit/vim/genindent-1.1.tar.bz2 -_eclasses_=vim-doc 76675474e2c64e01f41faabd9b3ab580 vim-plugin 1f214c929abd959ab2312ed512f624dc +_eclasses_=vim-doc e063cddf18e5d2f2cfb21388252579ec vim-plugin a7b5f19bc94a311ca1cf7127c8b84c41 _md5_=c705f98ccb446ad315d86dedd7d3a6ea diff --git a/metadata/md5-cache/app-vim/gentoo-syntax-0.20211208 b/metadata/md5-cache/app-vim/gentoo-syntax-0.20211208 index 8e3952c90767..87701a801c17 100644 --- a/metadata/md5-cache/app-vim/gentoo-syntax-0.20211208 +++ b/metadata/md5-cache/app-vim/gentoo-syntax-0.20211208 @@ -9,5 +9,5 @@ LICENSE=vim RDEPEND=|| ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 ) SLOT=0 SRC_URI=https://gitweb.gentoo.org/proj/gentoo-syntax.git/snapshot/gentoo-syntax-20211208.tar.bz2 -_eclasses_=vim-doc 76675474e2c64e01f41faabd9b3ab580 vim-plugin 1f214c929abd959ab2312ed512f624dc +_eclasses_=vim-doc e063cddf18e5d2f2cfb21388252579ec vim-plugin a7b5f19bc94a311ca1cf7127c8b84c41 _md5_=4947335e63b874261e83bad90294be22 diff --git a/metadata/md5-cache/app-vim/gentoo-syntax-0.20220220 b/metadata/md5-cache/app-vim/gentoo-syntax-0.20220220 index 9ddf4724a6e9..bd5d44f35381 100644 --- a/metadata/md5-cache/app-vim/gentoo-syntax-0.20220220 +++ b/metadata/md5-cache/app-vim/gentoo-syntax-0.20220220 @@ -9,5 +9,5 @@ LICENSE=vim RDEPEND=|| ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 ) SLOT=0 SRC_URI=https://gitweb.gentoo.org/proj/gentoo-syntax.git/snapshot/gentoo-syntax-20220220.tar.bz2 -_eclasses_=vim-doc 76675474e2c64e01f41faabd9b3ab580 vim-plugin 1f214c929abd959ab2312ed512f624dc +_eclasses_=vim-doc e063cddf18e5d2f2cfb21388252579ec vim-plugin a7b5f19bc94a311ca1cf7127c8b84c41 _md5_=42c71b64d4c40fbe86a125d9c9242ee8 diff --git a/metadata/md5-cache/app-vim/gentoo-syntax-1 b/metadata/md5-cache/app-vim/gentoo-syntax-1 index ac3af592fb78..eed4381a3403 100644 --- a/metadata/md5-cache/app-vim/gentoo-syntax-1 +++ b/metadata/md5-cache/app-vim/gentoo-syntax-1 @@ -9,5 +9,5 @@ LICENSE=vim RDEPEND=|| ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 ) SLOT=0 SRC_URI=https://gitweb.gentoo.org/proj/gentoo-syntax.git/snapshot/gentoo-syntax-1.tar.bz2 -_eclasses_=vim-doc 76675474e2c64e01f41faabd9b3ab580 vim-plugin 1f214c929abd959ab2312ed512f624dc +_eclasses_=vim-doc e063cddf18e5d2f2cfb21388252579ec vim-plugin a7b5f19bc94a311ca1cf7127c8b84c41 _md5_=48a4db7e4f5b91ce2820988674176068 diff --git a/metadata/md5-cache/app-vim/gentoo-syntax-9999 b/metadata/md5-cache/app-vim/gentoo-syntax-9999 index 538c5c53ab8f..56482cb2829d 100644 --- a/metadata/md5-cache/app-vim/gentoo-syntax-9999 +++ b/metadata/md5-cache/app-vim/gentoo-syntax-9999 @@ -9,5 +9,5 @@ LICENSE=vim PROPERTIES=live RDEPEND=|| ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 ) SLOT=0 -_eclasses_=git-r3 b9ac6f96d2a88edb5b351df634dc5e53 vim-doc 76675474e2c64e01f41faabd9b3ab580 vim-plugin 1f214c929abd959ab2312ed512f624dc +_eclasses_=git-r3 b9ac6f96d2a88edb5b351df634dc5e53 vim-doc e063cddf18e5d2f2cfb21388252579ec vim-plugin a7b5f19bc94a311ca1cf7127c8b84c41 _md5_=1dde2fcd50787ad12d867944ad8856e8 diff --git a/metadata/md5-cache/app-vim/genutils-2.5-r1 b/metadata/md5-cache/app-vim/genutils-2.5-r1 index 5bf476c1f7f9..94d79cdf00de 100644 --- a/metadata/md5-cache/app-vim/genutils-2.5-r1 +++ b/metadata/md5-cache/app-vim/genutils-2.5-r1 @@ -8,5 +8,5 @@ LICENSE=GPL-3 RDEPEND=|| ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 ) SLOT=0 SRC_URI=https://www.vim.org/scripts/download_script.php?src_id=11399 -> genutils-2.5.zip -_eclasses_=vim-doc 76675474e2c64e01f41faabd9b3ab580 vim-plugin 1f214c929abd959ab2312ed512f624dc +_eclasses_=vim-doc e063cddf18e5d2f2cfb21388252579ec vim-plugin a7b5f19bc94a311ca1cf7127c8b84c41 _md5_=e9ae61156fac980c19c7b34a0c756490 diff --git a/metadata/md5-cache/app-vim/gist-7.3 b/metadata/md5-cache/app-vim/gist-7.3 index fe984e0541b0..b47e890c682c 100644 --- a/metadata/md5-cache/app-vim/gist-7.3 +++ b/metadata/md5-cache/app-vim/gist-7.3 @@ -8,5 +8,5 @@ LICENSE=BSD RDEPEND=app-vim/webapi net-misc/curl dev-vcs/git || ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 ) SLOT=0 SRC_URI=https://github.com/mattn/gist-vim/archive/7.3.tar.gz -> gist-7.3.tar.gz -_eclasses_=vim-doc 76675474e2c64e01f41faabd9b3ab580 vim-plugin 1f214c929abd959ab2312ed512f624dc +_eclasses_=vim-doc e063cddf18e5d2f2cfb21388252579ec vim-plugin a7b5f19bc94a311ca1cf7127c8b84c41 _md5_=4ad74697a065dd6df3bde149c5bef28e diff --git a/metadata/md5-cache/app-vim/git-patch-tags-0.2 b/metadata/md5-cache/app-vim/git-patch-tags-0.2 index e5a874b88b11..7e045c1ed8e9 100644 --- a/metadata/md5-cache/app-vim/git-patch-tags-0.2 +++ b/metadata/md5-cache/app-vim/git-patch-tags-0.2 @@ -8,5 +8,5 @@ LICENSE=GPL-2+ RDEPEND=|| ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 ) SLOT=0 SRC_URI=mirror://gentoo/git-patch-tags-0.2.tar.bz2 https://dev.gentoo.org/~radhermit/vim/git-patch-tags-0.2.tar.bz2 -_eclasses_=vim-doc 76675474e2c64e01f41faabd9b3ab580 vim-plugin 1f214c929abd959ab2312ed512f624dc +_eclasses_=vim-doc e063cddf18e5d2f2cfb21388252579ec vim-plugin a7b5f19bc94a311ca1cf7127c8b84c41 _md5_=d327aeb09778eb60ce4e6fdc928140bd diff --git a/metadata/md5-cache/app-vim/gitgutter-20180316 b/metadata/md5-cache/app-vim/gitgutter-20180316 index 3388c69991e2..bb99b15bd146 100644 --- a/metadata/md5-cache/app-vim/gitgutter-20180316 +++ b/metadata/md5-cache/app-vim/gitgutter-20180316 @@ -8,5 +8,5 @@ LICENSE=MIT RDEPEND=dev-vcs/git || ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 ) SLOT=0 SRC_URI=https://github.com/airblade/vim-gitgutter/archive/37bdd03d176c5e182c7e8dbdc79c3f71d2a04898.tar.gz -> gitgutter-20180316.tar.gz -_eclasses_=vcs-snapshot 19dc666868420457132a7514d4621476 vim-doc 76675474e2c64e01f41faabd9b3ab580 vim-plugin 1f214c929abd959ab2312ed512f624dc +_eclasses_=vcs-snapshot 19dc666868420457132a7514d4621476 vim-doc e063cddf18e5d2f2cfb21388252579ec vim-plugin a7b5f19bc94a311ca1cf7127c8b84c41 _md5_=31986e7af553048cab18529866d849e3 diff --git a/metadata/md5-cache/app-vim/gitgutter-20180815 b/metadata/md5-cache/app-vim/gitgutter-20180815 index f01a20cb82cc..c005c9918d38 100644 --- a/metadata/md5-cache/app-vim/gitgutter-20180815 +++ b/metadata/md5-cache/app-vim/gitgutter-20180815 @@ -8,5 +8,5 @@ LICENSE=MIT RDEPEND=dev-vcs/git || ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 ) SLOT=0 SRC_URI=https://github.com/airblade/vim-gitgutter/archive/50a7062909d91a290fae04219887b1b45f3138db.tar.gz -> gitgutter-20180815.tar.gz -_eclasses_=vcs-snapshot 19dc666868420457132a7514d4621476 vim-doc 76675474e2c64e01f41faabd9b3ab580 vim-plugin 1f214c929abd959ab2312ed512f624dc +_eclasses_=vcs-snapshot 19dc666868420457132a7514d4621476 vim-doc e063cddf18e5d2f2cfb21388252579ec vim-plugin a7b5f19bc94a311ca1cf7127c8b84c41 _md5_=fbf5d90f8b74664705b8e5354d8c8565 diff --git a/metadata/md5-cache/app-vim/gitgutter-99999999 b/metadata/md5-cache/app-vim/gitgutter-99999999 index b080b9a46af4..52af0194d186 100644 --- a/metadata/md5-cache/app-vim/gitgutter-99999999 +++ b/metadata/md5-cache/app-vim/gitgutter-99999999 @@ -7,5 +7,5 @@ LICENSE=MIT PROPERTIES=live RDEPEND=dev-vcs/git || ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 ) SLOT=0 -_eclasses_=git-r3 b9ac6f96d2a88edb5b351df634dc5e53 vim-doc 76675474e2c64e01f41faabd9b3ab580 vim-plugin 1f214c929abd959ab2312ed512f624dc +_eclasses_=git-r3 b9ac6f96d2a88edb5b351df634dc5e53 vim-doc e063cddf18e5d2f2cfb21388252579ec vim-plugin a7b5f19bc94a311ca1cf7127c8b84c41 _md5_=47e61422683e4ab568f8314454f44b0e diff --git a/metadata/md5-cache/app-vim/gitlog-5.1.0 b/metadata/md5-cache/app-vim/gitlog-5.1.0 index b5d5acfe79bc..b3134e39d6d7 100644 --- a/metadata/md5-cache/app-vim/gitlog-5.1.0 +++ b/metadata/md5-cache/app-vim/gitlog-5.1.0 @@ -8,5 +8,5 @@ LICENSE=Artistic RDEPEND=|| ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 ) SLOT=0 SRC_URI=https://github.com/PAntoine/vimgitlog/archive/version_5.1.0.tar.gz -> gitlog-5.1.0.tar.gz -_eclasses_=vim-doc 76675474e2c64e01f41faabd9b3ab580 vim-plugin 1f214c929abd959ab2312ed512f624dc +_eclasses_=vim-doc e063cddf18e5d2f2cfb21388252579ec vim-plugin a7b5f19bc94a311ca1cf7127c8b84c41 _md5_=cc3771a210a332a3a19f4fad35e9c445 diff --git a/metadata/md5-cache/app-vim/gitlog-6.0.0 b/metadata/md5-cache/app-vim/gitlog-6.0.0 index 679dfaf8611f..3c66212ed98f 100644 --- a/metadata/md5-cache/app-vim/gitlog-6.0.0 +++ b/metadata/md5-cache/app-vim/gitlog-6.0.0 @@ -8,5 +8,5 @@ LICENSE=Artistic RDEPEND=|| ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 ) SLOT=0 SRC_URI=https://github.com/PAntoine/vimgitlog/archive/version_6.0.0.tar.gz -> gitlog-6.0.0.tar.gz -_eclasses_=vim-doc 76675474e2c64e01f41faabd9b3ab580 vim-plugin 1f214c929abd959ab2312ed512f624dc +_eclasses_=vim-doc e063cddf18e5d2f2cfb21388252579ec vim-plugin a7b5f19bc94a311ca1cf7127c8b84c41 _md5_=ffaf3e979e660774215ed926ffcb7a4f diff --git a/metadata/md5-cache/app-vim/gitlog-9999 b/metadata/md5-cache/app-vim/gitlog-9999 index 37774121ae30..42b5a8096ab9 100644 --- a/metadata/md5-cache/app-vim/gitlog-9999 +++ b/metadata/md5-cache/app-vim/gitlog-9999 @@ -7,5 +7,5 @@ LICENSE=Artistic PROPERTIES=live RDEPEND=|| ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 ) SLOT=0 -_eclasses_=git-r3 b9ac6f96d2a88edb5b351df634dc5e53 vim-doc 76675474e2c64e01f41faabd9b3ab580 vim-plugin 1f214c929abd959ab2312ed512f624dc +_eclasses_=git-r3 b9ac6f96d2a88edb5b351df634dc5e53 vim-doc e063cddf18e5d2f2cfb21388252579ec vim-plugin a7b5f19bc94a311ca1cf7127c8b84c41 _md5_=ffaf3e979e660774215ed926ffcb7a4f diff --git a/metadata/md5-cache/app-vim/gitolite-syntax-20111225 b/metadata/md5-cache/app-vim/gitolite-syntax-20111225 index 32ef251fcb47..eac75095d122 100644 --- a/metadata/md5-cache/app-vim/gitolite-syntax-20111225 +++ b/metadata/md5-cache/app-vim/gitolite-syntax-20111225 @@ -8,5 +8,5 @@ LICENSE=Apache-2.0 RDEPEND=|| ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 ) SLOT=0 SRC_URI=mirror://gentoo/gitolite-syntax-20111225.tar.bz2 -_eclasses_=vim-doc 76675474e2c64e01f41faabd9b3ab580 vim-plugin 1f214c929abd959ab2312ed512f624dc +_eclasses_=vim-doc e063cddf18e5d2f2cfb21388252579ec vim-plugin a7b5f19bc94a311ca1cf7127c8b84c41 _md5_=4770a61cd80cc1f941127243924ef64a diff --git a/metadata/md5-cache/app-vim/gitolite-syntax-20130306 b/metadata/md5-cache/app-vim/gitolite-syntax-20130306 index 8015f86e0603..b9cd54b02684 100644 --- a/metadata/md5-cache/app-vim/gitolite-syntax-20130306 +++ b/metadata/md5-cache/app-vim/gitolite-syntax-20130306 @@ -8,5 +8,5 @@ LICENSE=Apache-2.0 RDEPEND=|| ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 ) SLOT=0 SRC_URI=https://github.com/tmatilai/gitolite.vim/archive/990634e95f209ffca96970da1c117c0f67697d89.tar.gz -> gitolite-syntax-20130306.tar.gz -_eclasses_=vim-doc 76675474e2c64e01f41faabd9b3ab580 vim-plugin 1f214c929abd959ab2312ed512f624dc +_eclasses_=vim-doc e063cddf18e5d2f2cfb21388252579ec vim-plugin a7b5f19bc94a311ca1cf7127c8b84c41 _md5_=6da0a06b02aa2cc50d66d3750344e947 diff --git a/metadata/md5-cache/app-vim/gitv-1.3.1 b/metadata/md5-cache/app-vim/gitv-1.3.1 index 41d157d5e34c..ca634492bafc 100644 --- a/metadata/md5-cache/app-vim/gitv-1.3.1 +++ b/metadata/md5-cache/app-vim/gitv-1.3.1 @@ -8,5 +8,5 @@ LICENSE=vim RDEPEND=dev-vcs/git app-vim/fugitive || ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 ) SLOT=0 SRC_URI=https://github.com/gregsexton/gitv/archive/v1.3.1.tar.gz -> gitv-1.3.1.tar.gz -_eclasses_=vim-doc 76675474e2c64e01f41faabd9b3ab580 vim-plugin 1f214c929abd959ab2312ed512f624dc +_eclasses_=vim-doc e063cddf18e5d2f2cfb21388252579ec vim-plugin a7b5f19bc94a311ca1cf7127c8b84c41 _md5_=6b03f0c64a92b5da626a68e7747bc26c diff --git a/metadata/md5-cache/app-vim/gitv-9999 b/metadata/md5-cache/app-vim/gitv-9999 index 13c345cd2632..d66fe1597a37 100644 --- a/metadata/md5-cache/app-vim/gitv-9999 +++ b/metadata/md5-cache/app-vim/gitv-9999 @@ -7,5 +7,5 @@ LICENSE=vim PROPERTIES=live RDEPEND=dev-vcs/git app-vim/fugitive || ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 ) SLOT=0 -_eclasses_=git-r3 b9ac6f96d2a88edb5b351df634dc5e53 vim-doc 76675474e2c64e01f41faabd9b3ab580 vim-plugin 1f214c929abd959ab2312ed512f624dc +_eclasses_=git-r3 b9ac6f96d2a88edb5b351df634dc5e53 vim-doc e063cddf18e5d2f2cfb21388252579ec vim-plugin a7b5f19bc94a311ca1cf7127c8b84c41 _md5_=b52cd7c6207c5e1990dfea4b48677507 diff --git a/metadata/md5-cache/app-vim/gnupg-2.6 b/metadata/md5-cache/app-vim/gnupg-2.6 index 6f3a54152444..ecdc6060fecb 100644 --- a/metadata/md5-cache/app-vim/gnupg-2.6 +++ b/metadata/md5-cache/app-vim/gnupg-2.6 @@ -8,5 +8,5 @@ LICENSE=GPL-2 RDEPEND=app-crypt/gnupg || ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 ) SLOT=0 SRC_URI=mirror://gentoo/gnupg-2.6.tar.bz2 https://dev.gentoo.org/~radhermit/vim/gnupg-2.6.tar.bz2 -_eclasses_=vim-doc 76675474e2c64e01f41faabd9b3ab580 vim-plugin 1f214c929abd959ab2312ed512f624dc +_eclasses_=vim-doc e063cddf18e5d2f2cfb21388252579ec vim-plugin a7b5f19bc94a311ca1cf7127c8b84c41 _md5_=fc9929901bdc803cfdb788e382dfa053 diff --git a/metadata/md5-cache/app-vim/gnupg-2.7.1 b/metadata/md5-cache/app-vim/gnupg-2.7.1 index 4a89ca5106c3..410760455446 100644 --- a/metadata/md5-cache/app-vim/gnupg-2.7.1 +++ b/metadata/md5-cache/app-vim/gnupg-2.7.1 @@ -9,5 +9,5 @@ LICENSE=GPL-2 RDEPEND=app-crypt/gnupg || ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 ) SLOT=0 SRC_URI=https://www.vim.org/scripts/download_script.php?src_id=27359 -> gnupg-2.7.1.zip -_eclasses_=vim-doc 76675474e2c64e01f41faabd9b3ab580 vim-plugin 1f214c929abd959ab2312ed512f624dc +_eclasses_=vim-doc e063cddf18e5d2f2cfb21388252579ec vim-plugin a7b5f19bc94a311ca1cf7127c8b84c41 _md5_=0cf7342fc9c13782e3d651d15e87641c diff --git a/metadata/md5-cache/app-vim/greputils-2.8-r1 b/metadata/md5-cache/app-vim/greputils-2.8-r1 index 838699aacb0f..21265bace241 100644 --- a/metadata/md5-cache/app-vim/greputils-2.8-r1 +++ b/metadata/md5-cache/app-vim/greputils-2.8-r1 @@ -8,5 +8,5 @@ LICENSE=GPL-2 RDEPEND=>=app-vim/genutils-1.18 >=app-vim/multvals-3.6.1 >=app-vim/cmdalias-1.0 || ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 ) SLOT=0 SRC_URI=mirror://gentoo/greputils-2.8.tar.bz2 https://dev.gentoo.org/~radhermit/vim/greputils-2.8.tar.bz2 -_eclasses_=vim-doc 76675474e2c64e01f41faabd9b3ab580 vim-plugin 1f214c929abd959ab2312ed512f624dc +_eclasses_=vim-doc e063cddf18e5d2f2cfb21388252579ec vim-plugin a7b5f19bc94a311ca1cf7127c8b84c41 _md5_=c04b1fe875f948a7564a84c84a3b0603 diff --git a/metadata/md5-cache/app-vim/gtk-syntax-20130716 b/metadata/md5-cache/app-vim/gtk-syntax-20130716 index 76076880d9e7..597a284e952c 100644 --- a/metadata/md5-cache/app-vim/gtk-syntax-20130716 +++ b/metadata/md5-cache/app-vim/gtk-syntax-20130716 @@ -8,5 +8,5 @@ LICENSE=vim RDEPEND=|| ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 ) SLOT=0 SRC_URI=mirror://gentoo/gtk-syntax-20130716.tar.bz2 https://dev.gentoo.org/~radhermit/vim/gtk-syntax-20130716.tar.bz2 -_eclasses_=vim-doc 76675474e2c64e01f41faabd9b3ab580 vim-plugin 1f214c929abd959ab2312ed512f624dc +_eclasses_=vim-doc e063cddf18e5d2f2cfb21388252579ec vim-plugin a7b5f19bc94a311ca1cf7127c8b84c41 _md5_=3de6e52e021bc8ed6ac54d9fcfde2afe diff --git a/metadata/md5-cache/app-vim/gundo-2.6.2-r3 b/metadata/md5-cache/app-vim/gundo-2.6.2-r3 index 306f28e1d6d0..b446544df244 100644 --- a/metadata/md5-cache/app-vim/gundo-2.6.2-r3 +++ b/metadata/md5-cache/app-vim/gundo-2.6.2-r3 @@ -10,5 +10,5 @@ RDEPEND=|| ( app-editors/vim[python,python_single_target_python3_8(-)?,python_si REQUIRED_USE=^^ ( python_single_target_python3_8 python_single_target_python3_9 python_single_target_python3_10 ) SLOT=0 SRC_URI=https://github.com/sjl/gundo.vim/archive/v2.6.2.tar.bz2 -> gundo-2.6.2.tar.bz2 -_eclasses_=eapi8-dosym cd7d420bb5be5ee079f27239ce76b8f5 multilib 4a33c9008e5ee30cb8840a3fdc24df2b multiprocessing 61c959fc55c15c00bbb1079d6a71370b python-single-r1 a5747fe6dc0651d95cb78eddd5e160a8 python-utils-r1 59dddabd6a41ab69723654916142f63b toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 vcs-snapshot 19dc666868420457132a7514d4621476 vim-doc 76675474e2c64e01f41faabd9b3ab580 vim-plugin 1f214c929abd959ab2312ed512f624dc +_eclasses_=eapi8-dosym cd7d420bb5be5ee079f27239ce76b8f5 multilib 4a33c9008e5ee30cb8840a3fdc24df2b multiprocessing 61c959fc55c15c00bbb1079d6a71370b python-single-r1 a5747fe6dc0651d95cb78eddd5e160a8 python-utils-r1 59dddabd6a41ab69723654916142f63b toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 vcs-snapshot 19dc666868420457132a7514d4621476 vim-doc e063cddf18e5d2f2cfb21388252579ec vim-plugin a7b5f19bc94a311ca1cf7127c8b84c41 _md5_=0815e6fa3b341cdcf9320063ab1777bc diff --git a/metadata/md5-cache/app-vim/haskellmode-20101118-r1 b/metadata/md5-cache/app-vim/haskellmode-20101118-r1 index 908c375d8765..e6d935753c37 100644 --- a/metadata/md5-cache/app-vim/haskellmode-20101118-r1 +++ b/metadata/md5-cache/app-vim/haskellmode-20101118-r1 @@ -8,5 +8,5 @@ LICENSE=BSD RDEPEND=dev-lang/ghc[doc] net-misc/wget || ( >=app-editors/vim-7.1 >=app-editors/gvim-7.1 ) SLOT=0 SRC_URI=http://code.haskell.org/~wwolff/haskellmode/haskellmode-20101118.tar.bz2 -_eclasses_=vim-doc 76675474e2c64e01f41faabd9b3ab580 vim-plugin 1f214c929abd959ab2312ed512f624dc +_eclasses_=vim-doc e063cddf18e5d2f2cfb21388252579ec vim-plugin a7b5f19bc94a311ca1cf7127c8b84c41 _md5_=f63d0cec323bc2d2a4afaeb5e2065a25 diff --git a/metadata/md5-cache/app-vim/help-extra-syntax-20050106-r2 b/metadata/md5-cache/app-vim/help-extra-syntax-20050106-r2 index 55fd4b1d92c6..278c52a213c6 100644 --- a/metadata/md5-cache/app-vim/help-extra-syntax-20050106-r2 +++ b/metadata/md5-cache/app-vim/help-extra-syntax-20050106-r2 @@ -8,5 +8,5 @@ LICENSE=public-domain RDEPEND=|| ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 ) SLOT=0 SRC_URI=mirror://gentoo/help-extra-syntax-20050106.tar.bz2 https://dev.gentoo.org/~radhermit/vim/help-extra-syntax-20050106.tar.bz2 -_eclasses_=vim-doc 76675474e2c64e01f41faabd9b3ab580 vim-plugin 1f214c929abd959ab2312ed512f624dc +_eclasses_=vim-doc e063cddf18e5d2f2cfb21388252579ec vim-plugin a7b5f19bc94a311ca1cf7127c8b84c41 _md5_=7ba0e197d29c3af08b62e12746bbd082 diff --git a/metadata/md5-cache/app-vim/increment-1.1-r1 b/metadata/md5-cache/app-vim/increment-1.1-r1 index 3486bc83ff3c..f0cfb3375fe1 100644 --- a/metadata/md5-cache/app-vim/increment-1.1-r1 +++ b/metadata/md5-cache/app-vim/increment-1.1-r1 @@ -8,5 +8,5 @@ LICENSE=vim.org RDEPEND=|| ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 ) SLOT=0 SRC_URI=mirror://gentoo/increment-1.1.tar.bz2 https://dev.gentoo.org/~radhermit/vim/increment-1.1.tar.bz2 -_eclasses_=vim-doc 76675474e2c64e01f41faabd9b3ab580 vim-plugin 1f214c929abd959ab2312ed512f624dc +_eclasses_=vim-doc e063cddf18e5d2f2cfb21388252579ec vim-plugin a7b5f19bc94a311ca1cf7127c8b84c41 _md5_=0c5b4fedc8148ff16713be5fd7e2c4d5 diff --git a/metadata/md5-cache/app-vim/indentpython-0.3 b/metadata/md5-cache/app-vim/indentpython-0.3 index 50dbba3a6483..56039188f521 100644 --- a/metadata/md5-cache/app-vim/indentpython-0.3 +++ b/metadata/md5-cache/app-vim/indentpython-0.3 @@ -8,5 +8,5 @@ LICENSE=vim.org RDEPEND=|| ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 ) SLOT=0 SRC_URI=https://github.com/vim-scripts/indentpython.vim/archive/0.3.tar.gz -> indentpython-0.3.tar.gz -_eclasses_=vim-doc 76675474e2c64e01f41faabd9b3ab580 vim-plugin 1f214c929abd959ab2312ed512f624dc +_eclasses_=vim-doc e063cddf18e5d2f2cfb21388252579ec vim-plugin a7b5f19bc94a311ca1cf7127c8b84c41 _md5_=8d4b57d31ef50b13aecdabd2a3541a5e diff --git a/metadata/md5-cache/app-vim/info-1.7-r2 b/metadata/md5-cache/app-vim/info-1.7-r2 index f6f093f83013..126c917315d4 100644 --- a/metadata/md5-cache/app-vim/info-1.7-r2 +++ b/metadata/md5-cache/app-vim/info-1.7-r2 @@ -8,5 +8,5 @@ LICENSE=BSD RDEPEND=|| ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 ) SLOT=0 SRC_URI=mirror://gentoo/info-1.7.tar.bz2 https://dev.gentoo.org/~radhermit/vim/info-1.7.tar.bz2 -_eclasses_=vim-doc 76675474e2c64e01f41faabd9b3ab580 vim-plugin 1f214c929abd959ab2312ed512f624dc +_eclasses_=vim-doc e063cddf18e5d2f2cfb21388252579ec vim-plugin a7b5f19bc94a311ca1cf7127c8b84c41 _md5_=78a8d1e9734df55c95480d176e991b77 diff --git a/metadata/md5-cache/app-vim/iris-1.0.0 b/metadata/md5-cache/app-vim/iris-1.0.0 index 5c215b6a0428..68b8af46dacd 100644 --- a/metadata/md5-cache/app-vim/iris-1.0.0 +++ b/metadata/md5-cache/app-vim/iris-1.0.0 @@ -10,5 +10,5 @@ RDEPEND=dev-python/imapclient python_targets_python3_8? ( >=dev-lang/python-3.8. REQUIRED_USE=|| ( python_targets_python3_8 ) SLOT=0 SRC_URI=https://github.com/soywod/iris.vim/archive/v1.0.0.tar.gz -> iris-1.0.0.tar.gz -_eclasses_=eapi8-dosym cd7d420bb5be5ee079f27239ce76b8f5 multibuild d26d81f242cb193d899a72bca423d0bd multilib 4a33c9008e5ee30cb8840a3fdc24df2b multiprocessing 61c959fc55c15c00bbb1079d6a71370b python-r1 8638751691200e941f26fe0ac3aef1d1 python-utils-r1 59dddabd6a41ab69723654916142f63b toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 vim-doc 76675474e2c64e01f41faabd9b3ab580 vim-plugin 1f214c929abd959ab2312ed512f624dc +_eclasses_=eapi8-dosym cd7d420bb5be5ee079f27239ce76b8f5 multibuild d26d81f242cb193d899a72bca423d0bd multilib 4a33c9008e5ee30cb8840a3fdc24df2b multiprocessing 61c959fc55c15c00bbb1079d6a71370b python-r1 8638751691200e941f26fe0ac3aef1d1 python-utils-r1 59dddabd6a41ab69723654916142f63b toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 vim-doc e063cddf18e5d2f2cfb21388252579ec vim-plugin a7b5f19bc94a311ca1cf7127c8b84c41 _md5_=dbd7ffc40e25fce1a71b7c97002e45fd diff --git a/metadata/md5-cache/app-vim/jedi-0.10.0 b/metadata/md5-cache/app-vim/jedi-0.10.0 index e26d1752caba..a0cf818a9754 100644 --- a/metadata/md5-cache/app-vim/jedi-0.10.0 +++ b/metadata/md5-cache/app-vim/jedi-0.10.0 @@ -12,5 +12,5 @@ REQUIRED_USE=^^ ( python_single_target_python3_8 python_single_target_python3_9 RESTRICT=test SLOT=0 SRC_URI=https://github.com/davidhalter/jedi-vim/archive/0.10.0.tar.gz -> jedi-0.10.0.tar.gz -_eclasses_=eapi8-dosym cd7d420bb5be5ee079f27239ce76b8f5 multilib 4a33c9008e5ee30cb8840a3fdc24df2b multiprocessing 61c959fc55c15c00bbb1079d6a71370b python-single-r1 a5747fe6dc0651d95cb78eddd5e160a8 python-utils-r1 59dddabd6a41ab69723654916142f63b toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 vim-doc 76675474e2c64e01f41faabd9b3ab580 vim-plugin 1f214c929abd959ab2312ed512f624dc +_eclasses_=eapi8-dosym cd7d420bb5be5ee079f27239ce76b8f5 multilib 4a33c9008e5ee30cb8840a3fdc24df2b multiprocessing 61c959fc55c15c00bbb1079d6a71370b python-single-r1 a5747fe6dc0651d95cb78eddd5e160a8 python-utils-r1 59dddabd6a41ab69723654916142f63b toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 vim-doc e063cddf18e5d2f2cfb21388252579ec vim-plugin a7b5f19bc94a311ca1cf7127c8b84c41 _md5_=dcdd0eada1dfe3062b313fb13c24cdfb diff --git a/metadata/md5-cache/app-vim/json-20150511 b/metadata/md5-cache/app-vim/json-20150511 index 98cb78a06fb6..df6ce8be4f99 100644 --- a/metadata/md5-cache/app-vim/json-20150511 +++ b/metadata/md5-cache/app-vim/json-20150511 @@ -8,5 +8,5 @@ LICENSE=MIT RDEPEND=|| ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 ) SLOT=0 SRC_URI=mirror://gentoo/json-20150511.tar.bz2 https://dev.gentoo.org/~radhermit/vim/json-20150511.tar.bz2 -_eclasses_=vim-doc 76675474e2c64e01f41faabd9b3ab580 vim-plugin 1f214c929abd959ab2312ed512f624dc +_eclasses_=vim-doc e063cddf18e5d2f2cfb21388252579ec vim-plugin a7b5f19bc94a311ca1cf7127c8b84c41 _md5_=9279712c42c56cf8e93950b3e9cd10a7 diff --git a/metadata/md5-cache/app-vim/l9-1.1 b/metadata/md5-cache/app-vim/l9-1.1 index b5b633e282b3..509178799965 100644 --- a/metadata/md5-cache/app-vim/l9-1.1 +++ b/metadata/md5-cache/app-vim/l9-1.1 @@ -8,5 +8,5 @@ LICENSE=MIT RDEPEND=|| ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 ) SLOT=0 SRC_URI=https://www.vim.org/scripts/download_script.php?src_id=13948 -> l9-1.1.zip -_eclasses_=vim-doc 76675474e2c64e01f41faabd9b3ab580 vim-plugin 1f214c929abd959ab2312ed512f624dc +_eclasses_=vim-doc e063cddf18e5d2f2cfb21388252579ec vim-plugin a7b5f19bc94a311ca1cf7127c8b84c41 _md5_=f670b18e574694f779b60f2bd58a8232 diff --git a/metadata/md5-cache/app-vim/languagetool-1.30 b/metadata/md5-cache/app-vim/languagetool-1.30 index 0972ab22cbab..bafd05aa6068 100644 --- a/metadata/md5-cache/app-vim/languagetool-1.30 +++ b/metadata/md5-cache/app-vim/languagetool-1.30 @@ -8,5 +8,5 @@ LICENSE=vim RDEPEND=app-text/languagetool || ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 ) SLOT=0 SRC_URI=mirror://gentoo/languagetool-1.30.tar.bz2 https://dev.gentoo.org/~radhermit/vim/languagetool-1.30.tar.bz2 -_eclasses_=vim-doc 76675474e2c64e01f41faabd9b3ab580 vim-plugin 1f214c929abd959ab2312ed512f624dc +_eclasses_=vim-doc e063cddf18e5d2f2cfb21388252579ec vim-plugin a7b5f19bc94a311ca1cf7127c8b84c41 _md5_=82360cb097280db05c9c4918babba7f5 diff --git a/metadata/md5-cache/app-vim/lightline-9999 b/metadata/md5-cache/app-vim/lightline-9999 index 937b60c8851c..9d82ce8b18ee 100644 --- a/metadata/md5-cache/app-vim/lightline-9999 +++ b/metadata/md5-cache/app-vim/lightline-9999 @@ -7,5 +7,5 @@ LICENSE=MIT PROPERTIES=live RDEPEND=|| ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 ) SLOT=0 -_eclasses_=git-r3 b9ac6f96d2a88edb5b351df634dc5e53 vim-doc 76675474e2c64e01f41faabd9b3ab580 vim-plugin 1f214c929abd959ab2312ed512f624dc +_eclasses_=git-r3 b9ac6f96d2a88edb5b351df634dc5e53 vim-doc e063cddf18e5d2f2cfb21388252579ec vim-plugin a7b5f19bc94a311ca1cf7127c8b84c41 _md5_=48459901ef0cf6d075c1aa31ef2d3a5f diff --git a/metadata/md5-cache/app-vim/locateopen-1.3-r1 b/metadata/md5-cache/app-vim/locateopen-1.3-r1 index 7e87d735c160..4474dbc35b44 100644 --- a/metadata/md5-cache/app-vim/locateopen-1.3-r1 +++ b/metadata/md5-cache/app-vim/locateopen-1.3-r1 @@ -8,5 +8,5 @@ LICENSE=vim RDEPEND=sys-apps/mlocate || ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 ) SLOT=0 SRC_URI=mirror://gentoo/locateopen-1.3.tar.bz2 https://dev.gentoo.org/~radhermit/vim/locateopen-1.3.tar.bz2 -_eclasses_=vim-doc 76675474e2c64e01f41faabd9b3ab580 vim-plugin 1f214c929abd959ab2312ed512f624dc +_eclasses_=vim-doc e063cddf18e5d2f2cfb21388252579ec vim-plugin a7b5f19bc94a311ca1cf7127c8b84c41 _md5_=3873545121ea00d3dc1676580df1ddab diff --git a/metadata/md5-cache/app-vim/lustyexplorer-4.3-r1 b/metadata/md5-cache/app-vim/lustyexplorer-4.3-r1 index 0f996ca63e56..bb4307a70076 100644 --- a/metadata/md5-cache/app-vim/lustyexplorer-4.3-r1 +++ b/metadata/md5-cache/app-vim/lustyexplorer-4.3-r1 @@ -8,5 +8,5 @@ LICENSE=bufexplorer.vim RDEPEND=|| ( app-editors/vim[ruby] app-editors/gvim[ruby] ) || ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 ) SLOT=0 SRC_URI=mirror://gentoo/lustyexplorer-4.3.tar.bz2 https://dev.gentoo.org/~radhermit/vim/lustyexplorer-4.3.tar.bz2 -_eclasses_=vim-doc 76675474e2c64e01f41faabd9b3ab580 vim-plugin 1f214c929abd959ab2312ed512f624dc +_eclasses_=vim-doc e063cddf18e5d2f2cfb21388252579ec vim-plugin a7b5f19bc94a311ca1cf7127c8b84c41 _md5_=07f9a6f76dfb828f91bcff1ff23fb21a diff --git a/metadata/md5-cache/app-vim/lustyexplorer-5.0 b/metadata/md5-cache/app-vim/lustyexplorer-5.0 index ea5b6ddf5018..d59b8b2c3cc8 100644 --- a/metadata/md5-cache/app-vim/lustyexplorer-5.0 +++ b/metadata/md5-cache/app-vim/lustyexplorer-5.0 @@ -9,5 +9,5 @@ LICENSE=bufexplorer.vim RDEPEND=|| ( app-editors/vim[ruby] app-editors/gvim[ruby] ) || ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 ) SLOT=0 SRC_URI=https://www.vim.org/scripts/download_script.php?src_id=26146 -> lusty-explorer-5.0.zip -_eclasses_=vim-doc 76675474e2c64e01f41faabd9b3ab580 vim-plugin 1f214c929abd959ab2312ed512f624dc +_eclasses_=vim-doc e063cddf18e5d2f2cfb21388252579ec vim-plugin a7b5f19bc94a311ca1cf7127c8b84c41 _md5_=d900bc96010ca78e951d6812dd425977 diff --git a/metadata/md5-cache/app-vim/matrix-1.10-r1 b/metadata/md5-cache/app-vim/matrix-1.10-r1 index fbda1b9e150b..f2a6f72ea290 100644 --- a/metadata/md5-cache/app-vim/matrix-1.10-r1 +++ b/metadata/md5-cache/app-vim/matrix-1.10-r1 @@ -8,5 +8,5 @@ LICENSE=vim.org RDEPEND=|| ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 ) SLOT=0 SRC_URI=mirror://gentoo/matrix-1.10.tar.bz2 https://dev.gentoo.org/~radhermit/vim/matrix-1.10.tar.bz2 -_eclasses_=vim-doc 76675474e2c64e01f41faabd9b3ab580 vim-plugin 1f214c929abd959ab2312ed512f624dc +_eclasses_=vim-doc e063cddf18e5d2f2cfb21388252579ec vim-plugin a7b5f19bc94a311ca1cf7127c8b84c41 _md5_=c09142ba42ab567619e86601beaceeea diff --git a/metadata/md5-cache/app-vim/mediawiki-20151115 b/metadata/md5-cache/app-vim/mediawiki-20151115 index f2d8df7453f1..72ebddf608bb 100644 --- a/metadata/md5-cache/app-vim/mediawiki-20151115 +++ b/metadata/md5-cache/app-vim/mediawiki-20151115 @@ -8,5 +8,5 @@ LICENSE=public-domain RDEPEND=!app-vim/wikipedia-syntax || ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 ) SLOT=0 SRC_URI=https://github.com/chikamichi/mediawiki.vim/archive/26e5737264354be41cb11d16d48132779795e168.tar.gz -> mediawiki-20151115.tar.gz -_eclasses_=vim-doc 76675474e2c64e01f41faabd9b3ab580 vim-plugin 1f214c929abd959ab2312ed512f624dc +_eclasses_=vim-doc e063cddf18e5d2f2cfb21388252579ec vim-plugin a7b5f19bc94a311ca1cf7127c8b84c41 _md5_=c247067827f60fc6513e8454f76ca4f2 diff --git a/metadata/md5-cache/app-vim/merginal-2.1.0 b/metadata/md5-cache/app-vim/merginal-2.1.0 index 2ef761c3b6ba..b3288b83c4bd 100644 --- a/metadata/md5-cache/app-vim/merginal-2.1.0 +++ b/metadata/md5-cache/app-vim/merginal-2.1.0 @@ -8,5 +8,5 @@ LICENSE=vim RDEPEND=app-vim/fugitive || ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 ) SLOT=0 SRC_URI=https://github.com/idanarye/vim-merginal/archive/2.1.0.tar.gz -> merginal-2.1.0.tar.gz -_eclasses_=vim-doc 76675474e2c64e01f41faabd9b3ab580 vim-plugin 1f214c929abd959ab2312ed512f624dc +_eclasses_=vim-doc e063cddf18e5d2f2cfb21388252579ec vim-plugin a7b5f19bc94a311ca1cf7127c8b84c41 _md5_=c7c8e93377f9d5242523f5846b13c43f diff --git a/metadata/md5-cache/app-vim/merginal-2.1.2 b/metadata/md5-cache/app-vim/merginal-2.1.2 index 1189996cf885..b9e8883aff91 100644 --- a/metadata/md5-cache/app-vim/merginal-2.1.2 +++ b/metadata/md5-cache/app-vim/merginal-2.1.2 @@ -8,5 +8,5 @@ LICENSE=vim RDEPEND=app-vim/fugitive || ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 ) SLOT=0 SRC_URI=https://github.com/idanarye/vim-merginal/archive/2.1.2.tar.gz -> merginal-2.1.2.tar.gz -_eclasses_=vim-doc 76675474e2c64e01f41faabd9b3ab580 vim-plugin 1f214c929abd959ab2312ed512f624dc +_eclasses_=vim-doc e063cddf18e5d2f2cfb21388252579ec vim-plugin a7b5f19bc94a311ca1cf7127c8b84c41 _md5_=5f5b2478e6533fb5c9f177a6fab8595c diff --git a/metadata/md5-cache/app-vim/merginal-9999 b/metadata/md5-cache/app-vim/merginal-9999 index 437b1b9094a6..de7c5d314859 100644 --- a/metadata/md5-cache/app-vim/merginal-9999 +++ b/metadata/md5-cache/app-vim/merginal-9999 @@ -8,5 +8,5 @@ LICENSE=vim PROPERTIES=live RDEPEND=app-vim/fugitive || ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 ) SLOT=0 -_eclasses_=git-r3 b9ac6f96d2a88edb5b351df634dc5e53 vim-doc 76675474e2c64e01f41faabd9b3ab580 vim-plugin 1f214c929abd959ab2312ed512f624dc +_eclasses_=git-r3 b9ac6f96d2a88edb5b351df634dc5e53 vim-doc e063cddf18e5d2f2cfb21388252579ec vim-plugin a7b5f19bc94a311ca1cf7127c8b84c41 _md5_=5f5b2478e6533fb5c9f177a6fab8595c diff --git a/metadata/md5-cache/app-vim/minibufexpl-6.5.2 b/metadata/md5-cache/app-vim/minibufexpl-6.5.2 index 357f48a92070..8fd337deb276 100644 --- a/metadata/md5-cache/app-vim/minibufexpl-6.5.2 +++ b/metadata/md5-cache/app-vim/minibufexpl-6.5.2 @@ -8,5 +8,5 @@ LICENSE=bufexplorer.vim RDEPEND=|| ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 ) SLOT=0 SRC_URI=https://github.com/fholgado/minibufexpl.vim/archive/v6.5.2.tar.gz -> minibufexpl-6.5.2.tar.gz -_eclasses_=vim-doc 76675474e2c64e01f41faabd9b3ab580 vim-plugin 1f214c929abd959ab2312ed512f624dc +_eclasses_=vim-doc e063cddf18e5d2f2cfb21388252579ec vim-plugin a7b5f19bc94a311ca1cf7127c8b84c41 _md5_=f104917f34ae4a4066530a66cb0b8a45 diff --git a/metadata/md5-cache/app-vim/molokai-0.1_p20151115 b/metadata/md5-cache/app-vim/molokai-0.1_p20151115 index 12c2ce7d73d7..1e31b48ef89d 100644 --- a/metadata/md5-cache/app-vim/molokai-0.1_p20151115 +++ b/metadata/md5-cache/app-vim/molokai-0.1_p20151115 @@ -8,5 +8,5 @@ LICENSE=vim RDEPEND=|| ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 ) SLOT=0 SRC_URI=https://github.com/tomasr/molokai/archive/c67bdfcdb31415aa0ade7f8c003261700a885476.tar.gz -> molokai-0.1_p20151115.tar.gz -_eclasses_=vcs-snapshot 19dc666868420457132a7514d4621476 vim-doc 76675474e2c64e01f41faabd9b3ab580 vim-plugin 1f214c929abd959ab2312ed512f624dc +_eclasses_=vcs-snapshot 19dc666868420457132a7514d4621476 vim-doc e063cddf18e5d2f2cfb21388252579ec vim-plugin a7b5f19bc94a311ca1cf7127c8b84c41 _md5_=38b721b74bea69a106ca909a4071ed8a diff --git a/metadata/md5-cache/app-vim/multiplesearch-1.3 b/metadata/md5-cache/app-vim/multiplesearch-1.3 index ddcd70e5750a..21115dd7f29e 100644 --- a/metadata/md5-cache/app-vim/multiplesearch-1.3 +++ b/metadata/md5-cache/app-vim/multiplesearch-1.3 @@ -8,5 +8,5 @@ LICENSE=vim RDEPEND=|| ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 ) SLOT=0 SRC_URI=https://www.vim.org/scripts/download_script.php?src_id=9276 -> multiplesearch-1.3.zip -_eclasses_=vim-doc 76675474e2c64e01f41faabd9b3ab580 vim-plugin 1f214c929abd959ab2312ed512f624dc +_eclasses_=vim-doc e063cddf18e5d2f2cfb21388252579ec vim-plugin a7b5f19bc94a311ca1cf7127c8b84c41 _md5_=443a99a1b028769eb8a228dd62b18bb0 diff --git a/metadata/md5-cache/app-vim/multvals-3.10-r1 b/metadata/md5-cache/app-vim/multvals-3.10-r1 index 7d364b4defe5..9f360a4e6cfc 100644 --- a/metadata/md5-cache/app-vim/multvals-3.10-r1 +++ b/metadata/md5-cache/app-vim/multvals-3.10-r1 @@ -8,5 +8,5 @@ LICENSE=GPL-2 RDEPEND=|| ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 ) SLOT=0 SRC_URI=mirror://gentoo/multvals-3.10.tar.bz2 https://dev.gentoo.org/~radhermit/vim/multvals-3.10.tar.bz2 -_eclasses_=vim-doc 76675474e2c64e01f41faabd9b3ab580 vim-plugin 1f214c929abd959ab2312ed512f624dc +_eclasses_=vim-doc e063cddf18e5d2f2cfb21388252579ec vim-plugin a7b5f19bc94a311ca1cf7127c8b84c41 _md5_=b52535649c6859875b8b05d13a59b8ff diff --git a/metadata/md5-cache/app-vim/nagios-syntax-1.8 b/metadata/md5-cache/app-vim/nagios-syntax-1.8 index 618c9d6f932a..5b6303de439a 100644 --- a/metadata/md5-cache/app-vim/nagios-syntax-1.8 +++ b/metadata/md5-cache/app-vim/nagios-syntax-1.8 @@ -8,5 +8,5 @@ LICENSE=vim.org RDEPEND=|| ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 ) SLOT=0 SRC_URI=https://dev.gentoo.org/~monsieurp/packages/nagios-syntax-1.8.tar.gz -_eclasses_=vim-doc 76675474e2c64e01f41faabd9b3ab580 vim-plugin 1f214c929abd959ab2312ed512f624dc +_eclasses_=vim-doc e063cddf18e5d2f2cfb21388252579ec vim-plugin a7b5f19bc94a311ca1cf7127c8b84c41 _md5_=a9886a79467448f352f82e44e5e90d84 diff --git a/metadata/md5-cache/app-vim/neocomplcache-7.1-r1 b/metadata/md5-cache/app-vim/neocomplcache-7.1-r1 index 2d0c9d09e11f..c5a08cb7dcf8 100644 --- a/metadata/md5-cache/app-vim/neocomplcache-7.1-r1 +++ b/metadata/md5-cache/app-vim/neocomplcache-7.1-r1 @@ -8,5 +8,5 @@ LICENSE=MIT RDEPEND=|| ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 ) SLOT=0 SRC_URI=mirror://gentoo/neocomplcache-7.1.tar.bz2 https://dev.gentoo.org/~radhermit/vim/neocomplcache-7.1.tar.bz2 -_eclasses_=vim-doc 76675474e2c64e01f41faabd9b3ab580 vim-plugin 1f214c929abd959ab2312ed512f624dc +_eclasses_=vim-doc e063cddf18e5d2f2cfb21388252579ec vim-plugin a7b5f19bc94a311ca1cf7127c8b84c41 _md5_=08e43b17170724c736b18f29697dbf99 diff --git a/metadata/md5-cache/app-vim/nerdcommenter-2.5.2 b/metadata/md5-cache/app-vim/nerdcommenter-2.5.2 index 14ce57a267b5..99fe0abe7e86 100644 --- a/metadata/md5-cache/app-vim/nerdcommenter-2.5.2 +++ b/metadata/md5-cache/app-vim/nerdcommenter-2.5.2 @@ -8,5 +8,5 @@ LICENSE=WTFPL-2 RDEPEND=|| ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 ) SLOT=0 SRC_URI=https://github.com/scrooloose/nerdcommenter/archive/2.5.2.tar.gz -> nerdcommenter-2.5.2.tar.gz -_eclasses_=vim-doc 76675474e2c64e01f41faabd9b3ab580 vim-plugin 1f214c929abd959ab2312ed512f624dc +_eclasses_=vim-doc e063cddf18e5d2f2cfb21388252579ec vim-plugin a7b5f19bc94a311ca1cf7127c8b84c41 _md5_=6065a3ef26714b85df56d343c05aab61 diff --git a/metadata/md5-cache/app-vim/nerdcommenter-9999 b/metadata/md5-cache/app-vim/nerdcommenter-9999 index 44192eb943b8..39fb6a1796b3 100644 --- a/metadata/md5-cache/app-vim/nerdcommenter-9999 +++ b/metadata/md5-cache/app-vim/nerdcommenter-9999 @@ -8,5 +8,5 @@ LICENSE=WTFPL-2 PROPERTIES=live RDEPEND=|| ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 ) SLOT=0 -_eclasses_=git-r3 b9ac6f96d2a88edb5b351df634dc5e53 vim-doc 76675474e2c64e01f41faabd9b3ab580 vim-plugin 1f214c929abd959ab2312ed512f624dc +_eclasses_=git-r3 b9ac6f96d2a88edb5b351df634dc5e53 vim-doc e063cddf18e5d2f2cfb21388252579ec vim-plugin a7b5f19bc94a311ca1cf7127c8b84c41 _md5_=fff6c5f34bf428c01725bb7cc5b24653 diff --git a/metadata/md5-cache/app-vim/nerdtree-5.0.0-r1 b/metadata/md5-cache/app-vim/nerdtree-5.0.0-r1 index 906a1ddbadb0..8f579506d119 100644 --- a/metadata/md5-cache/app-vim/nerdtree-5.0.0-r1 +++ b/metadata/md5-cache/app-vim/nerdtree-5.0.0-r1 @@ -8,5 +8,5 @@ LICENSE=WTFPL-2 RDEPEND=|| ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 ) SLOT=0 SRC_URI=https://github.com/scrooloose/nerdtree/archive/5.0.0.tar.gz -> nerdtree-5.0.0.tar.gz -_eclasses_=vim-doc 76675474e2c64e01f41faabd9b3ab580 vim-plugin 1f214c929abd959ab2312ed512f624dc +_eclasses_=vim-doc e063cddf18e5d2f2cfb21388252579ec vim-plugin a7b5f19bc94a311ca1cf7127c8b84c41 _md5_=a9f316d53ff944b35e66d1b4070bf50e diff --git a/metadata/md5-cache/app-vim/nerdtree-6.4.1 b/metadata/md5-cache/app-vim/nerdtree-6.4.1 index e63ad6c9938c..905875133df2 100644 --- a/metadata/md5-cache/app-vim/nerdtree-6.4.1 +++ b/metadata/md5-cache/app-vim/nerdtree-6.4.1 @@ -8,5 +8,5 @@ LICENSE=WTFPL-2 RDEPEND=|| ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 ) SLOT=0 SRC_URI=https://github.com/scrooloose/nerdtree/archive/6.4.1.tar.gz -> nerdtree-6.4.1.tar.gz -_eclasses_=vim-doc 76675474e2c64e01f41faabd9b3ab580 vim-plugin 1f214c929abd959ab2312ed512f624dc +_eclasses_=vim-doc e063cddf18e5d2f2cfb21388252579ec vim-plugin a7b5f19bc94a311ca1cf7127c8b84c41 _md5_=a9acd7afd7efbead48b45a47104dc54c diff --git a/metadata/md5-cache/app-vim/nerdtree-6.4.3 b/metadata/md5-cache/app-vim/nerdtree-6.4.3 index 4ea9ac35487f..72be33972569 100644 --- a/metadata/md5-cache/app-vim/nerdtree-6.4.3 +++ b/metadata/md5-cache/app-vim/nerdtree-6.4.3 @@ -8,5 +8,5 @@ LICENSE=WTFPL-2 RDEPEND=|| ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 ) SLOT=0 SRC_URI=https://github.com/scrooloose/nerdtree/archive/6.4.3.tar.gz -> nerdtree-6.4.3.tar.gz -_eclasses_=vim-doc 76675474e2c64e01f41faabd9b3ab580 vim-plugin 1f214c929abd959ab2312ed512f624dc +_eclasses_=vim-doc e063cddf18e5d2f2cfb21388252579ec vim-plugin a7b5f19bc94a311ca1cf7127c8b84c41 _md5_=90c2233bf788c851b5279585067e7ed1 diff --git a/metadata/md5-cache/app-vim/nerdtree-9999 b/metadata/md5-cache/app-vim/nerdtree-9999 index 5d72ecc64c4b..cd39cdffa4b0 100644 --- a/metadata/md5-cache/app-vim/nerdtree-9999 +++ b/metadata/md5-cache/app-vim/nerdtree-9999 @@ -8,5 +8,5 @@ LICENSE=WTFPL-2 PROPERTIES=live RDEPEND=|| ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 ) SLOT=0 -_eclasses_=git-r3 b9ac6f96d2a88edb5b351df634dc5e53 vim-doc 76675474e2c64e01f41faabd9b3ab580 vim-plugin 1f214c929abd959ab2312ed512f624dc +_eclasses_=git-r3 b9ac6f96d2a88edb5b351df634dc5e53 vim-doc e063cddf18e5d2f2cfb21388252579ec vim-plugin a7b5f19bc94a311ca1cf7127c8b84c41 _md5_=90c2233bf788c851b5279585067e7ed1 diff --git a/metadata/md5-cache/app-vim/nerdtree-tabs-1.4.7 b/metadata/md5-cache/app-vim/nerdtree-tabs-1.4.7 index fd69ba6bc855..d477d8104e42 100644 --- a/metadata/md5-cache/app-vim/nerdtree-tabs-1.4.7 +++ b/metadata/md5-cache/app-vim/nerdtree-tabs-1.4.7 @@ -8,5 +8,5 @@ LICENSE=Apache-2.0 RDEPEND=app-vim/nerdtree || ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 ) SLOT=0 SRC_URI=https://github.com/jistr/vim-nerdtree-tabs/archive/v1.4.7.tar.gz -> nerdtree-tabs-1.4.7.tar.gz -_eclasses_=vim-doc 76675474e2c64e01f41faabd9b3ab580 vim-plugin 1f214c929abd959ab2312ed512f624dc +_eclasses_=vim-doc e063cddf18e5d2f2cfb21388252579ec vim-plugin a7b5f19bc94a311ca1cf7127c8b84c41 _md5_=60df7f1cf3ae77a12a4478fae2b1ed3e diff --git a/metadata/md5-cache/app-vim/nginx-syntax-0.3.3 b/metadata/md5-cache/app-vim/nginx-syntax-0.3.3 index d73ef58d8fd7..641dcd40ec40 100644 --- a/metadata/md5-cache/app-vim/nginx-syntax-0.3.3 +++ b/metadata/md5-cache/app-vim/nginx-syntax-0.3.3 @@ -8,5 +8,5 @@ LICENSE=vim RDEPEND=|| ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 ) SLOT=0 SRC_URI=mirror://gentoo/nginx-syntax-0.3.3.tar.bz2 https://dev.gentoo.org/~radhermit/vim/nginx-syntax-0.3.3.tar.bz2 -_eclasses_=vim-doc 76675474e2c64e01f41faabd9b3ab580 vim-plugin 1f214c929abd959ab2312ed512f624dc +_eclasses_=vim-doc e063cddf18e5d2f2cfb21388252579ec vim-plugin a7b5f19bc94a311ca1cf7127c8b84c41 _md5_=e3b4dd0d7570c50b989ed6d411af5bd7 diff --git a/metadata/md5-cache/app-vim/ntp-syntax-20031001-r1 b/metadata/md5-cache/app-vim/ntp-syntax-20031001-r1 index 1e1f7bb038ac..51d53c021a39 100644 --- a/metadata/md5-cache/app-vim/ntp-syntax-20031001-r1 +++ b/metadata/md5-cache/app-vim/ntp-syntax-20031001-r1 @@ -8,5 +8,5 @@ LICENSE=vim RDEPEND=|| ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 ) SLOT=0 SRC_URI=mirror://gentoo/ntp-syntax-20031001.tar.bz2 https://dev.gentoo.org/~radhermit/vim/ntp-syntax-20031001.tar.bz2 -_eclasses_=vim-doc 76675474e2c64e01f41faabd9b3ab580 vim-plugin 1f214c929abd959ab2312ed512f624dc +_eclasses_=vim-doc e063cddf18e5d2f2cfb21388252579ec vim-plugin a7b5f19bc94a311ca1cf7127c8b84c41 _md5_=bf86945965c35bc6d3537b66cb546612 diff --git a/metadata/md5-cache/app-vim/omnicppcomplete-0.41 b/metadata/md5-cache/app-vim/omnicppcomplete-0.41 index e156027b1d63..b25cb9d89a45 100644 --- a/metadata/md5-cache/app-vim/omnicppcomplete-0.41 +++ b/metadata/md5-cache/app-vim/omnicppcomplete-0.41 @@ -8,5 +8,5 @@ LICENSE=vim.org RDEPEND=>=dev-util/ctags-5.7 || ( >=app-editors/vim-7.0 >=app-editors/gvim-7.0 ) SLOT=0 SRC_URI=https://www.vim.org/scripts/download_script.php?src_id=7722 -> omnicppcomplete-0.41.zip -_eclasses_=vim-doc 76675474e2c64e01f41faabd9b3ab580 vim-plugin 1f214c929abd959ab2312ed512f624dc +_eclasses_=vim-doc e063cddf18e5d2f2cfb21388252579ec vim-plugin a7b5f19bc94a311ca1cf7127c8b84c41 _md5_=eb5325b68a5ae8037270e79ee4959cbe diff --git a/metadata/md5-cache/app-vim/pathogen-2.4-r1 b/metadata/md5-cache/app-vim/pathogen-2.4-r1 index 7fea8d2a5c12..f784f076174f 100644 --- a/metadata/md5-cache/app-vim/pathogen-2.4-r1 +++ b/metadata/md5-cache/app-vim/pathogen-2.4-r1 @@ -8,5 +8,5 @@ LICENSE=vim RDEPEND=|| ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 ) SLOT=0 SRC_URI=https://github.com/tpope/vim-pathogen/archive/v2.4.tar.gz -> pathogen-2.4.tar.gz -_eclasses_=vim-doc 76675474e2c64e01f41faabd9b3ab580 vim-plugin 1f214c929abd959ab2312ed512f624dc +_eclasses_=vim-doc e063cddf18e5d2f2cfb21388252579ec vim-plugin a7b5f19bc94a311ca1cf7127c8b84c41 _md5_=02b724c9e1726172fb082e0191d88731 diff --git a/metadata/md5-cache/app-vim/pdv-1.0.1-r1 b/metadata/md5-cache/app-vim/pdv-1.0.1-r1 index 83741742546d..31b04c0f2d6c 100644 --- a/metadata/md5-cache/app-vim/pdv-1.0.1-r1 +++ b/metadata/md5-cache/app-vim/pdv-1.0.1-r1 @@ -8,5 +8,5 @@ LICENSE=GPL-2 RDEPEND=|| ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 ) SLOT=0 SRC_URI=mirror://gentoo/pdv-1.0.1.tar.bz2 https://dev.gentoo.org/~radhermit/vim/pdv-1.0.1.tar.bz2 -_eclasses_=vim-doc 76675474e2c64e01f41faabd9b3ab580 vim-plugin 1f214c929abd959ab2312ed512f624dc +_eclasses_=vim-doc e063cddf18e5d2f2cfb21388252579ec vim-plugin a7b5f19bc94a311ca1cf7127c8b84c41 _md5_=5d086a19c606a2d289b8537965f3344f diff --git a/metadata/md5-cache/app-vim/perl-support-5.3.2 b/metadata/md5-cache/app-vim/perl-support-5.3.2 index cf54d8ae9e65..4a5de56a27a5 100644 --- a/metadata/md5-cache/app-vim/perl-support-5.3.2 +++ b/metadata/md5-cache/app-vim/perl-support-5.3.2 @@ -8,5 +8,5 @@ LICENSE=GPL-2 GPL-2+ RDEPEND=dev-perl/Perl-Tags dev-perl/Perl-Critic || ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 ) SLOT=0 SRC_URI=mirror://gentoo/perl-support-5.3.2.tar.bz2 https://dev.gentoo.org/~radhermit/vim/perl-support-5.3.2.tar.bz2 -_eclasses_=vim-doc 76675474e2c64e01f41faabd9b3ab580 vim-plugin 1f214c929abd959ab2312ed512f624dc +_eclasses_=vim-doc e063cddf18e5d2f2cfb21388252579ec vim-plugin a7b5f19bc94a311ca1cf7127c8b84c41 _md5_=c8566da4b7bfe69c15e96f3105dffce8 diff --git a/metadata/md5-cache/app-vim/perl-support-5.4 b/metadata/md5-cache/app-vim/perl-support-5.4 index e43d13cbbcb2..25acf28ac422 100644 --- a/metadata/md5-cache/app-vim/perl-support-5.4 +++ b/metadata/md5-cache/app-vim/perl-support-5.4 @@ -8,5 +8,5 @@ LICENSE=GPL-2 GPL-2+ RDEPEND=!ppc? ( dev-perl/Devel-NYTProf ) dev-perl/Perl-Tidy dev-perl/Perl-Tags dev-perl/Perl-Critic || ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 ) SLOT=0 SRC_URI=https://github.com/WolfgangMehner/perl-support/archive/version-5.4.tar.gz -> perl-support-5.4.tar.gz -_eclasses_=vim-doc 76675474e2c64e01f41faabd9b3ab580 vim-plugin 1f214c929abd959ab2312ed512f624dc +_eclasses_=vim-doc e063cddf18e5d2f2cfb21388252579ec vim-plugin a7b5f19bc94a311ca1cf7127c8b84c41 _md5_=3f8d1f9d99d3d35842c8ed20171fbbf4 diff --git a/metadata/md5-cache/app-vim/perlomni-2.5 b/metadata/md5-cache/app-vim/perlomni-2.5 index 97ed5ae60933..f58775c0c696 100644 --- a/metadata/md5-cache/app-vim/perlomni-2.5 +++ b/metadata/md5-cache/app-vim/perlomni-2.5 @@ -8,5 +8,5 @@ LICENSE=vim.org RDEPEND=app-arch/unzip dev-lang/perl || ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 ) SLOT=0 SRC_URI=https://github.com/c9s/perlomni.vim/archive/v2.5.tar.gz -> perlomni-2.5.tar.gz -_eclasses_=vim-doc 76675474e2c64e01f41faabd9b3ab580 vim-plugin 1f214c929abd959ab2312ed512f624dc +_eclasses_=vim-doc e063cddf18e5d2f2cfb21388252579ec vim-plugin a7b5f19bc94a311ca1cf7127c8b84c41 _md5_=f4f7e9c9958e5fbd2f1aa468e2ce6d33 diff --git a/metadata/md5-cache/app-vim/pfsyntax-1.3 b/metadata/md5-cache/app-vim/pfsyntax-1.3 index f20ea31f02b4..c608379b57d8 100644 --- a/metadata/md5-cache/app-vim/pfsyntax-1.3 +++ b/metadata/md5-cache/app-vim/pfsyntax-1.3 @@ -8,5 +8,5 @@ LICENSE=vim RDEPEND=|| ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 ) SLOT=0 SRC_URI=https://github.com/vim-scripts/pf.vim/archive/1.3.tar.gz -> pfsyntax-1.3.tar.gz -_eclasses_=vim-doc 76675474e2c64e01f41faabd9b3ab580 vim-plugin 1f214c929abd959ab2312ed512f624dc +_eclasses_=vim-doc e063cddf18e5d2f2cfb21388252579ec vim-plugin a7b5f19bc94a311ca1cf7127c8b84c41 _md5_=659d0b2d67bc004a2dd1cf0ad75980d1 diff --git a/metadata/md5-cache/app-vim/pgn-syntax-1.0-r1 b/metadata/md5-cache/app-vim/pgn-syntax-1.0-r1 index fe04b0c33422..4eee242dcb11 100644 --- a/metadata/md5-cache/app-vim/pgn-syntax-1.0-r1 +++ b/metadata/md5-cache/app-vim/pgn-syntax-1.0-r1 @@ -8,5 +8,5 @@ LICENSE=vim.org RDEPEND=|| ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 ) SLOT=0 SRC_URI=mirror://gentoo/pgn-syntax-1.0.tar.bz2 https://dev.gentoo.org/~radhermit/vim/pgn-syntax-1.0.tar.bz2 -_eclasses_=vim-doc 76675474e2c64e01f41faabd9b3ab580 vim-plugin 1f214c929abd959ab2312ed512f624dc +_eclasses_=vim-doc e063cddf18e5d2f2cfb21388252579ec vim-plugin a7b5f19bc94a311ca1cf7127c8b84c41 _md5_=5e06fbf2f07f41e66122edfca69b74c2 diff --git a/metadata/md5-cache/app-vim/phpdocs-0.26-r1 b/metadata/md5-cache/app-vim/phpdocs-0.26-r1 index 21eaf3db39de..808a71de6e6b 100644 --- a/metadata/md5-cache/app-vim/phpdocs-0.26-r1 +++ b/metadata/md5-cache/app-vim/phpdocs-0.26-r1 @@ -8,5 +8,5 @@ LICENSE=vim RDEPEND=|| ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 ) SLOT=0 SRC_URI=mirror://gentoo/phpdocs-0.26.tar.bz2 https://dev.gentoo.org/~radhermit/vim/phpdocs-0.26.tar.bz2 -_eclasses_=vim-doc 76675474e2c64e01f41faabd9b3ab580 vim-plugin 1f214c929abd959ab2312ed512f624dc +_eclasses_=vim-doc e063cddf18e5d2f2cfb21388252579ec vim-plugin a7b5f19bc94a311ca1cf7127c8b84c41 _md5_=66c59936f96f504127ab770c69f214ff diff --git a/metadata/md5-cache/app-vim/project-1.4.1 b/metadata/md5-cache/app-vim/project-1.4.1 index a619b8fc83eb..7cf91872df7e 100644 --- a/metadata/md5-cache/app-vim/project-1.4.1 +++ b/metadata/md5-cache/app-vim/project-1.4.1 @@ -8,5 +8,5 @@ LICENSE=vim.org RDEPEND=|| ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 ) SLOT=0 SRC_URI=https://www.vim.org/scripts/download_script.php?src_id=6273 -> project-1.4.1.tar.gz -_eclasses_=vim-doc 76675474e2c64e01f41faabd9b3ab580 vim-plugin 1f214c929abd959ab2312ed512f624dc +_eclasses_=vim-doc e063cddf18e5d2f2cfb21388252579ec vim-plugin a7b5f19bc94a311ca1cf7127c8b84c41 _md5_=d5d2539082db30998603e56a4ac9e890 diff --git a/metadata/md5-cache/app-vim/puppet-syntax-3.0.1 b/metadata/md5-cache/app-vim/puppet-syntax-3.0.1 index 0d11578688cb..41a415c3497f 100644 --- a/metadata/md5-cache/app-vim/puppet-syntax-3.0.1 +++ b/metadata/md5-cache/app-vim/puppet-syntax-3.0.1 @@ -8,5 +8,5 @@ LICENSE=Apache-2.0 GPL-2 RDEPEND=!=app-editors/vim-7.3 >=app-editors/gvim-7.3 ) SLOT=0 SRC_URI=https://dev.gentoo.org/~tampakrap/tarballs/puppet-syntax-3.0.1.tar.gz -_eclasses_=vim-doc 76675474e2c64e01f41faabd9b3ab580 vim-plugin 1f214c929abd959ab2312ed512f624dc +_eclasses_=vim-doc e063cddf18e5d2f2cfb21388252579ec vim-plugin a7b5f19bc94a311ca1cf7127c8b84c41 _md5_=dd1d474268bbcfb24163a49e84465924 diff --git a/metadata/md5-cache/app-vim/pushpop-4.0-r1 b/metadata/md5-cache/app-vim/pushpop-4.0-r1 index 7a0c8b56a6fb..b27d65a36548 100644 --- a/metadata/md5-cache/app-vim/pushpop-4.0-r1 +++ b/metadata/md5-cache/app-vim/pushpop-4.0-r1 @@ -8,5 +8,5 @@ LICENSE=GPL-2 RDEPEND=>=app-vim/genutils-1.1 >=app-vim/cmdalias-1.0 || ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 ) SLOT=0 SRC_URI=mirror://gentoo/pushpop-4.0.tar.bz2 https://dev.gentoo.org/~radhermit/vim/pushpop-4.0.tar.bz2 -_eclasses_=vim-doc 76675474e2c64e01f41faabd9b3ab580 vim-plugin 1f214c929abd959ab2312ed512f624dc +_eclasses_=vim-doc e063cddf18e5d2f2cfb21388252579ec vim-plugin a7b5f19bc94a311ca1cf7127c8b84c41 _md5_=ad81a5d2b0f10616dc6a1add65530167 diff --git a/metadata/md5-cache/app-vim/pyclewn-2.1-r2 b/metadata/md5-cache/app-vim/pyclewn-2.1-r2 index e95f5204e361..a2e9e67a3c03 100644 --- a/metadata/md5-cache/app-vim/pyclewn-2.1-r2 +++ b/metadata/md5-cache/app-vim/pyclewn-2.1-r2 @@ -11,5 +11,5 @@ RDEPEND=|| ( app-editors/vim app-editors/gvim[netbeans] ) app-arch/vimball || ( REQUIRED_USE=|| ( python_targets_python3_8 python_targets_python3_9 ) || ( python_targets_python3_8 python_targets_python3_9 ) SLOT=0 SRC_URI=mirror://pypi/p/pyclewn/pyclewn-2.1.tar.gz -_eclasses_=distutils-r1 e91901adfcf0640d2daa4dc863ff5377 eapi8-dosym cd7d420bb5be5ee079f27239ce76b8f5 multibuild d26d81f242cb193d899a72bca423d0bd multilib 4a33c9008e5ee30cb8840a3fdc24df2b multiprocessing 61c959fc55c15c00bbb1079d6a71370b optfeature d524f291c80f9d21ad80fe978e3ca760 python-r1 8638751691200e941f26fe0ac3aef1d1 python-utils-r1 59dddabd6a41ab69723654916142f63b toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 vim-doc 76675474e2c64e01f41faabd9b3ab580 vim-plugin 1f214c929abd959ab2312ed512f624dc +_eclasses_=distutils-r1 e91901adfcf0640d2daa4dc863ff5377 eapi8-dosym cd7d420bb5be5ee079f27239ce76b8f5 multibuild d26d81f242cb193d899a72bca423d0bd multilib 4a33c9008e5ee30cb8840a3fdc24df2b multiprocessing 61c959fc55c15c00bbb1079d6a71370b optfeature d524f291c80f9d21ad80fe978e3ca760 python-r1 8638751691200e941f26fe0ac3aef1d1 python-utils-r1 59dddabd6a41ab69723654916142f63b toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 vim-doc e063cddf18e5d2f2cfb21388252579ec vim-plugin a7b5f19bc94a311ca1cf7127c8b84c41 _md5_=cdbd4ab10c2b8efaebe34e3f1809d459 diff --git a/metadata/md5-cache/app-vim/pydiction-1.2.3-r2 b/metadata/md5-cache/app-vim/pydiction-1.2.3-r2 index 933ad72c1af2..33d86876abc7 100644 --- a/metadata/md5-cache/app-vim/pydiction-1.2.3-r2 +++ b/metadata/md5-cache/app-vim/pydiction-1.2.3-r2 @@ -10,5 +10,5 @@ RDEPEND=python_targets_python3_8? ( >=dev-lang/python-3.8.12_p1-r1:3.8 ) python_ REQUIRED_USE=|| ( python_targets_python3_8 python_targets_python3_9 ) SLOT=0 SRC_URI=https://dev.gentoo.org/~monsieurp/packages/pydiction-1.2.3.zip -_eclasses_=eapi8-dosym cd7d420bb5be5ee079f27239ce76b8f5 multibuild d26d81f242cb193d899a72bca423d0bd multilib 4a33c9008e5ee30cb8840a3fdc24df2b multiprocessing 61c959fc55c15c00bbb1079d6a71370b python-r1 8638751691200e941f26fe0ac3aef1d1 python-utils-r1 59dddabd6a41ab69723654916142f63b toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 vim-doc 76675474e2c64e01f41faabd9b3ab580 vim-plugin 1f214c929abd959ab2312ed512f624dc +_eclasses_=eapi8-dosym cd7d420bb5be5ee079f27239ce76b8f5 multibuild d26d81f242cb193d899a72bca423d0bd multilib 4a33c9008e5ee30cb8840a3fdc24df2b multiprocessing 61c959fc55c15c00bbb1079d6a71370b python-r1 8638751691200e941f26fe0ac3aef1d1 python-utils-r1 59dddabd6a41ab69723654916142f63b toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 vim-doc e063cddf18e5d2f2cfb21388252579ec vim-plugin a7b5f19bc94a311ca1cf7127c8b84c41 _md5_=e0c0cac61d783747f4e46670a7c5a74d diff --git a/metadata/md5-cache/app-vim/pydoc-2.0-r1 b/metadata/md5-cache/app-vim/pydoc-2.0-r1 index 312711ac81a1..238862f3ad93 100644 --- a/metadata/md5-cache/app-vim/pydoc-2.0-r1 +++ b/metadata/md5-cache/app-vim/pydoc-2.0-r1 @@ -10,5 +10,5 @@ RDEPEND=python_single_target_python3_8? ( >=dev-lang/python-3.8.12_p1-r1:3.8 ) p REQUIRED_USE=^^ ( python_single_target_python3_8 python_single_target_python3_9 python_single_target_python3_10 ) SLOT=0 SRC_URI=https://github.com/fs111/pydoc.vim/tarball/2.0 -> pydoc-2.0.tar.gz -_eclasses_=eapi8-dosym cd7d420bb5be5ee079f27239ce76b8f5 multilib 4a33c9008e5ee30cb8840a3fdc24df2b multiprocessing 61c959fc55c15c00bbb1079d6a71370b python-single-r1 a5747fe6dc0651d95cb78eddd5e160a8 python-utils-r1 59dddabd6a41ab69723654916142f63b toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 vim-doc 76675474e2c64e01f41faabd9b3ab580 vim-plugin 1f214c929abd959ab2312ed512f624dc +_eclasses_=eapi8-dosym cd7d420bb5be5ee079f27239ce76b8f5 multilib 4a33c9008e5ee30cb8840a3fdc24df2b multiprocessing 61c959fc55c15c00bbb1079d6a71370b python-single-r1 a5747fe6dc0651d95cb78eddd5e160a8 python-utils-r1 59dddabd6a41ab69723654916142f63b toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 vim-doc e063cddf18e5d2f2cfb21388252579ec vim-plugin a7b5f19bc94a311ca1cf7127c8b84c41 _md5_=12c656089e068200f50d2fcb89eb51fd diff --git a/metadata/md5-cache/app-vim/pytest-1.1.4 b/metadata/md5-cache/app-vim/pytest-1.1.4 index b125f57b8041..7484000e0630 100644 --- a/metadata/md5-cache/app-vim/pytest-1.1.4 +++ b/metadata/md5-cache/app-vim/pytest-1.1.4 @@ -8,5 +8,5 @@ LICENSE=MIT RDEPEND=dev-python/pytest || ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 ) SLOT=0 SRC_URI=https://www.vim.org/scripts/download_script.php?src_id=18178 -> pytest-1.1.4.tar.gz -_eclasses_=vim-doc 76675474e2c64e01f41faabd9b3ab580 vim-plugin 1f214c929abd959ab2312ed512f624dc +_eclasses_=vim-doc e063cddf18e5d2f2cfb21388252579ec vim-plugin a7b5f19bc94a311ca1cf7127c8b84c41 _md5_=d03a3b652c5d1e2354aa2ed9a31837b0 diff --git a/metadata/md5-cache/app-vim/rails-5.2 b/metadata/md5-cache/app-vim/rails-5.2 index 5e688e39576e..2d778b6d9448 100644 --- a/metadata/md5-cache/app-vim/rails-5.2 +++ b/metadata/md5-cache/app-vim/rails-5.2 @@ -8,5 +8,5 @@ LICENSE=vim RDEPEND=|| ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 ) SLOT=0 SRC_URI=https://github.com/tpope/vim-rails/archive/v5.2.tar.gz -> rails-5.2.tar.gz -_eclasses_=vim-doc 76675474e2c64e01f41faabd9b3ab580 vim-plugin 1f214c929abd959ab2312ed512f624dc +_eclasses_=vim-doc e063cddf18e5d2f2cfb21388252579ec vim-plugin a7b5f19bc94a311ca1cf7127c8b84c41 _md5_=3ac7b63ea0177b7965417e0d896b6063 diff --git a/metadata/md5-cache/app-vim/rainbow_parentheses-1.0 b/metadata/md5-cache/app-vim/rainbow_parentheses-1.0 index 050636088fb0..c7d2b0b18ff7 100644 --- a/metadata/md5-cache/app-vim/rainbow_parentheses-1.0 +++ b/metadata/md5-cache/app-vim/rainbow_parentheses-1.0 @@ -8,5 +8,5 @@ LICENSE=vim RDEPEND=app-arch/unzip || ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 ) SLOT=0 SRC_URI=https://dev.gentoo.org/~monsieurp/packages/rainbow_parentheses-1.0.zip -_eclasses_=vim-doc 76675474e2c64e01f41faabd9b3ab580 vim-plugin 1f214c929abd959ab2312ed512f624dc +_eclasses_=vim-doc e063cddf18e5d2f2cfb21388252579ec vim-plugin a7b5f19bc94a311ca1cf7127c8b84c41 _md5_=7900297d4d84fe24a81a8e2beb35530f diff --git a/metadata/md5-cache/app-vim/recover-0.18 b/metadata/md5-cache/app-vim/recover-0.18 index 85e56c89be92..7320e2d2ca06 100644 --- a/metadata/md5-cache/app-vim/recover-0.18 +++ b/metadata/md5-cache/app-vim/recover-0.18 @@ -8,5 +8,5 @@ LICENSE=vim RDEPEND=|| ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 ) SLOT=0 SRC_URI=mirror://gentoo/recover-0.18.tar.bz2 https://dev.gentoo.org/~radhermit/vim/recover-0.18.tar.bz2 -_eclasses_=vim-doc 76675474e2c64e01f41faabd9b3ab580 vim-plugin 1f214c929abd959ab2312ed512f624dc +_eclasses_=vim-doc e063cddf18e5d2f2cfb21388252579ec vim-plugin a7b5f19bc94a311ca1cf7127c8b84c41 _md5_=bae55b532176a0a413a66603099aa4bc diff --git a/metadata/md5-cache/app-vim/reload-0.6.17-r1 b/metadata/md5-cache/app-vim/reload-0.6.17-r1 index cc40cd00f7e1..1c25f4f3ed2c 100644 --- a/metadata/md5-cache/app-vim/reload-0.6.17-r1 +++ b/metadata/md5-cache/app-vim/reload-0.6.17-r1 @@ -8,5 +8,5 @@ LICENSE=MIT RDEPEND=>=app-vim/vim-misc-1.8.5 || ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 ) SLOT=0 SRC_URI=https://github.com/xolox/vim-reload/archive/0.6.17.tar.gz -> reload-0.6.17.tar.gz -_eclasses_=vim-doc 76675474e2c64e01f41faabd9b3ab580 vim-plugin 1f214c929abd959ab2312ed512f624dc +_eclasses_=vim-doc e063cddf18e5d2f2cfb21388252579ec vim-plugin a7b5f19bc94a311ca1cf7127c8b84c41 _md5_=543e2def2809676a2ebe1f0212faa4c7 diff --git a/metadata/md5-cache/app-vim/repeat-1.1 b/metadata/md5-cache/app-vim/repeat-1.1 index 35f3c1e44b41..71527da7c805 100644 --- a/metadata/md5-cache/app-vim/repeat-1.1 +++ b/metadata/md5-cache/app-vim/repeat-1.1 @@ -8,5 +8,5 @@ LICENSE=vim RDEPEND=|| ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 ) SLOT=0 SRC_URI=https://github.com/tpope/vim-repeat/archive/v1.1.tar.gz -> repeat-1.1.tar.gz -_eclasses_=vim-doc 76675474e2c64e01f41faabd9b3ab580 vim-plugin 1f214c929abd959ab2312ed512f624dc +_eclasses_=vim-doc e063cddf18e5d2f2cfb21388252579ec vim-plugin a7b5f19bc94a311ca1cf7127c8b84c41 _md5_=912d256ad60a12a72f72d0678191bb38 diff --git a/metadata/md5-cache/app-vim/ri-browser-1.2-r1 b/metadata/md5-cache/app-vim/ri-browser-1.2-r1 index 29a701d51d2e..8ac8002092e8 100644 --- a/metadata/md5-cache/app-vim/ri-browser-1.2-r1 +++ b/metadata/md5-cache/app-vim/ri-browser-1.2-r1 @@ -8,5 +8,5 @@ LICENSE=public-domain RDEPEND=dev-lang/ruby || ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 ) SLOT=0 SRC_URI=mirror://gentoo/ri-browser-1.2.tar.bz2 https://dev.gentoo.org/~radhermit/vim/ri-browser-1.2.tar.bz2 -_eclasses_=vim-doc 76675474e2c64e01f41faabd9b3ab580 vim-plugin 1f214c929abd959ab2312ed512f624dc +_eclasses_=vim-doc e063cddf18e5d2f2cfb21388252579ec vim-plugin a7b5f19bc94a311ca1cf7127c8b84c41 _md5_=ec77108fa505ec00e6811dd0ba23d9cb diff --git a/metadata/md5-cache/app-vim/rust-vim-1_pre20210215 b/metadata/md5-cache/app-vim/rust-vim-1_pre20210215 index cbf7c1661dc8..f05b3d845600 100644 --- a/metadata/md5-cache/app-vim/rust-vim-1_pre20210215 +++ b/metadata/md5-cache/app-vim/rust-vim-1_pre20210215 @@ -8,5 +8,5 @@ LICENSE=|| ( MIT Apache-2.0 ) RDEPEND=|| ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 ) SLOT=0 SRC_URI=https://github.com/rust-lang/rust.vim/archive/87c745d8d506fc1eecc1d81df15d5bde1658a2fc.tar.gz -> rust-vim-1_pre20210215.tar.gz -_eclasses_=vim-doc 76675474e2c64e01f41faabd9b3ab580 vim-plugin 1f214c929abd959ab2312ed512f624dc +_eclasses_=vim-doc e063cddf18e5d2f2cfb21388252579ec vim-plugin a7b5f19bc94a311ca1cf7127c8b84c41 _md5_=a0d95160f77156632197ef60296a3dc6 diff --git a/metadata/md5-cache/app-vim/salt-vim-20151119 b/metadata/md5-cache/app-vim/salt-vim-20151119 index a71eca7bbf69..78498b4be3f3 100644 --- a/metadata/md5-cache/app-vim/salt-vim-20151119 +++ b/metadata/md5-cache/app-vim/salt-vim-20151119 @@ -8,5 +8,5 @@ LICENSE=Apache-2.0 RDEPEND=!<=app-admin/salt-2015.5.6 !~app-admin/salt-2015.8.0 !~app-admin/salt-2015.8.1 || ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 ) SLOT=0 SRC_URI=https://github.com/saltstack/salt-vim/archive/5b15d379fbcbb84f82c6a345abc08cea9d374be9.tar.gz -> salt-vim-20151119.tar.gz -_eclasses_=vim-doc 76675474e2c64e01f41faabd9b3ab580 vim-plugin 1f214c929abd959ab2312ed512f624dc +_eclasses_=vim-doc e063cddf18e5d2f2cfb21388252579ec vim-plugin a7b5f19bc94a311ca1cf7127c8b84c41 _md5_=7d0b291533c4db017d22ec952288966b diff --git a/metadata/md5-cache/app-vim/scala-syntax-1.0-r1 b/metadata/md5-cache/app-vim/scala-syntax-1.0-r1 index bc211c0b2910..a8d2bacef888 100644 --- a/metadata/md5-cache/app-vim/scala-syntax-1.0-r1 +++ b/metadata/md5-cache/app-vim/scala-syntax-1.0-r1 @@ -8,5 +8,5 @@ LICENSE=BSD RDEPEND=|| ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 ) SLOT=0 SRC_URI=https://dev.gentoo.org/~monsieurp/packages/scala-syntax-1.0.tar.gz -_eclasses_=vim-doc 76675474e2c64e01f41faabd9b3ab580 vim-plugin 1f214c929abd959ab2312ed512f624dc +_eclasses_=vim-doc e063cddf18e5d2f2cfb21388252579ec vim-plugin a7b5f19bc94a311ca1cf7127c8b84c41 _md5_=6940232e46fec0a04e6500997ca6a179 diff --git a/metadata/md5-cache/app-vim/screen-1.5 b/metadata/md5-cache/app-vim/screen-1.5 index 36ba1c9b6216..ddbb0edf27d8 100644 --- a/metadata/md5-cache/app-vim/screen-1.5 +++ b/metadata/md5-cache/app-vim/screen-1.5 @@ -8,5 +8,5 @@ LICENSE=public-domain RDEPEND=|| ( app-misc/screen app-misc/tmux ) || ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 ) SLOT=0 SRC_URI=https://github.com/vim-scripts/Screen-vim---gnu-screentmux/tarball/1.5 -> screen-1.5.tar.gz -_eclasses_=vcs-snapshot 19dc666868420457132a7514d4621476 vim-doc 76675474e2c64e01f41faabd9b3ab580 vim-plugin 1f214c929abd959ab2312ed512f624dc +_eclasses_=vcs-snapshot 19dc666868420457132a7514d4621476 vim-doc e063cddf18e5d2f2cfb21388252579ec vim-plugin a7b5f19bc94a311ca1cf7127c8b84c41 _md5_=b764e87b00ef1f0fbd72aebcae0b2997 diff --git a/metadata/md5-cache/app-vim/searchcomplete-1.1-r1 b/metadata/md5-cache/app-vim/searchcomplete-1.1-r1 index def041861aeb..5ab2bef93975 100644 --- a/metadata/md5-cache/app-vim/searchcomplete-1.1-r1 +++ b/metadata/md5-cache/app-vim/searchcomplete-1.1-r1 @@ -8,5 +8,5 @@ LICENSE=GPL-2 RDEPEND=|| ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 ) SLOT=0 SRC_URI=mirror://gentoo/searchcomplete-1.1.tar.bz2 https://dev.gentoo.org/~radhermit/vim/searchcomplete-1.1.tar.bz2 -_eclasses_=vim-doc 76675474e2c64e01f41faabd9b3ab580 vim-plugin 1f214c929abd959ab2312ed512f624dc +_eclasses_=vim-doc e063cddf18e5d2f2cfb21388252579ec vim-plugin a7b5f19bc94a311ca1cf7127c8b84c41 _md5_=6aebc1d9c851460ca8e59d421febc458 diff --git a/metadata/md5-cache/app-vim/securemodelines-20140926 b/metadata/md5-cache/app-vim/securemodelines-20140926 index 7cb3120f9e17..b9f7a55fc5d8 100644 --- a/metadata/md5-cache/app-vim/securemodelines-20140926 +++ b/metadata/md5-cache/app-vim/securemodelines-20140926 @@ -8,5 +8,5 @@ LICENSE=vim RDEPEND=|| ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 ) SLOT=0 SRC_URI=mirror://gentoo/securemodelines-20140926.tar.bz2 https://dev.gentoo.org/~radhermit/vim/securemodelines-20140926.tar.bz2 -_eclasses_=vim-doc 76675474e2c64e01f41faabd9b3ab580 vim-plugin 1f214c929abd959ab2312ed512f624dc +_eclasses_=vim-doc e063cddf18e5d2f2cfb21388252579ec vim-plugin a7b5f19bc94a311ca1cf7127c8b84c41 _md5_=e4a685bce75121b58e5f124dce9eeef5 diff --git a/metadata/md5-cache/app-vim/selinux-syntax-20041225-r1 b/metadata/md5-cache/app-vim/selinux-syntax-20041225-r1 index f93242db76f6..9311748a771f 100644 --- a/metadata/md5-cache/app-vim/selinux-syntax-20041225-r1 +++ b/metadata/md5-cache/app-vim/selinux-syntax-20041225-r1 @@ -8,5 +8,5 @@ LICENSE=vim RDEPEND=|| ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 ) SLOT=0 SRC_URI=mirror://gentoo/selinux-syntax-20041225.tar.bz2 https://dev.gentoo.org/~radhermit/vim/selinux-syntax-20041225.tar.bz2 -_eclasses_=vim-doc 76675474e2c64e01f41faabd9b3ab580 vim-plugin 1f214c929abd959ab2312ed512f624dc +_eclasses_=vim-doc e063cddf18e5d2f2cfb21388252579ec vim-plugin a7b5f19bc94a311ca1cf7127c8b84c41 _md5_=3f548828d91fa47f6ba6a225de262c93 diff --git a/metadata/md5-cache/app-vim/session-2.13.1 b/metadata/md5-cache/app-vim/session-2.13.1 index f454c40c94e9..8dfd3c5773f5 100644 --- a/metadata/md5-cache/app-vim/session-2.13.1 +++ b/metadata/md5-cache/app-vim/session-2.13.1 @@ -8,5 +8,5 @@ LICENSE=MIT RDEPEND=>=app-vim/vim-misc-1.17.6 || ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 ) SLOT=0 SRC_URI=https://github.com/xolox/vim-session/archive/2.13.1.tar.gz -> session-2.13.1.tar.gz -_eclasses_=vim-doc 76675474e2c64e01f41faabd9b3ab580 vim-plugin 1f214c929abd959ab2312ed512f624dc +_eclasses_=vim-doc e063cddf18e5d2f2cfb21388252579ec vim-plugin a7b5f19bc94a311ca1cf7127c8b84c41 _md5_=20204ba956894c7cd7387882c43ba628 diff --git a/metadata/md5-cache/app-vim/showmarks-2.2-r1 b/metadata/md5-cache/app-vim/showmarks-2.2-r1 index 43c930d5e28e..18ae50205b50 100644 --- a/metadata/md5-cache/app-vim/showmarks-2.2-r1 +++ b/metadata/md5-cache/app-vim/showmarks-2.2-r1 @@ -8,5 +8,5 @@ LICENSE=public-domain RDEPEND=|| ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 ) SLOT=0 SRC_URI=mirror://gentoo/showmarks-2.2.tar.bz2 https://dev.gentoo.org/~radhermit/vim/showmarks-2.2.tar.bz2 -_eclasses_=vim-doc 76675474e2c64e01f41faabd9b3ab580 vim-plugin 1f214c929abd959ab2312ed512f624dc +_eclasses_=vim-doc e063cddf18e5d2f2cfb21388252579ec vim-plugin a7b5f19bc94a311ca1cf7127c8b84c41 _md5_=fc62440b7a45f525c9914d78f455e4ec diff --git a/metadata/md5-cache/app-vim/sleuth-1.1 b/metadata/md5-cache/app-vim/sleuth-1.1 index f92807e17252..66baa1ed9e8f 100644 --- a/metadata/md5-cache/app-vim/sleuth-1.1 +++ b/metadata/md5-cache/app-vim/sleuth-1.1 @@ -8,5 +8,5 @@ LICENSE=vim RDEPEND=|| ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 ) SLOT=0 SRC_URI=mirror://gentoo/sleuth-1.1.tar.bz2 https://dev.gentoo.org/~radhermit/vim/sleuth-1.1.tar.bz2 -_eclasses_=vim-doc 76675474e2c64e01f41faabd9b3ab580 vim-plugin 1f214c929abd959ab2312ed512f624dc +_eclasses_=vim-doc e063cddf18e5d2f2cfb21388252579ec vim-plugin a7b5f19bc94a311ca1cf7127c8b84c41 _md5_=94e68688fa1d5a34fb95dc42821635e2 diff --git a/metadata/md5-cache/app-vim/snipmate-0.87-r1 b/metadata/md5-cache/app-vim/snipmate-0.87-r1 index 29d3a2730c8a..1a1e2dc6522d 100644 --- a/metadata/md5-cache/app-vim/snipmate-0.87-r1 +++ b/metadata/md5-cache/app-vim/snipmate-0.87-r1 @@ -8,5 +8,5 @@ LICENSE=MIT RDEPEND=app-vim/vim-addon-mw-utils app-vim/tlib || ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 ) SLOT=0 SRC_URI=https://github.com/garbas/vim-snipmate/archive/v0.87.tar.gz -> snipmate-0.87.tar.gz -_eclasses_=vim-doc 76675474e2c64e01f41faabd9b3ab580 vim-plugin 1f214c929abd959ab2312ed512f624dc +_eclasses_=vim-doc e063cddf18e5d2f2cfb21388252579ec vim-plugin a7b5f19bc94a311ca1cf7127c8b84c41 _md5_=74933c96aa1a0d47e4f2e9e0f623ab43 diff --git a/metadata/md5-cache/app-vim/splice-1.1.0-r3 b/metadata/md5-cache/app-vim/splice-1.1.0-r3 index 602f2f58b00c..a3d7814e7743 100644 --- a/metadata/md5-cache/app-vim/splice-1.1.0-r3 +++ b/metadata/md5-cache/app-vim/splice-1.1.0-r3 @@ -10,5 +10,5 @@ RDEPEND=python_single_target_python3_8? ( >=dev-lang/python-3.8.12_p1-r1:3.8 ) | REQUIRED_USE=^^ ( python_single_target_python3_8 ) SLOT=0 SRC_URI=https://bitbucket.org/sjl/splice.vim/get/v1.1.0.tar.gz -> splice-1.1.0.tar.gz -_eclasses_=eapi8-dosym cd7d420bb5be5ee079f27239ce76b8f5 multilib 4a33c9008e5ee30cb8840a3fdc24df2b multiprocessing 61c959fc55c15c00bbb1079d6a71370b python-single-r1 a5747fe6dc0651d95cb78eddd5e160a8 python-utils-r1 59dddabd6a41ab69723654916142f63b toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 vcs-snapshot 19dc666868420457132a7514d4621476 vim-doc 76675474e2c64e01f41faabd9b3ab580 vim-plugin 1f214c929abd959ab2312ed512f624dc +_eclasses_=eapi8-dosym cd7d420bb5be5ee079f27239ce76b8f5 multilib 4a33c9008e5ee30cb8840a3fdc24df2b multiprocessing 61c959fc55c15c00bbb1079d6a71370b python-single-r1 a5747fe6dc0651d95cb78eddd5e160a8 python-utils-r1 59dddabd6a41ab69723654916142f63b toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 vcs-snapshot 19dc666868420457132a7514d4621476 vim-doc e063cddf18e5d2f2cfb21388252579ec vim-plugin a7b5f19bc94a311ca1cf7127c8b84c41 _md5_=f4e0fb96a321e45d9f4421a06cd17835 diff --git a/metadata/md5-cache/app-vim/splice-1.1.0-r4 b/metadata/md5-cache/app-vim/splice-1.1.0-r4 index 0946a99294f2..dc40a26264c4 100644 --- a/metadata/md5-cache/app-vim/splice-1.1.0-r4 +++ b/metadata/md5-cache/app-vim/splice-1.1.0-r4 @@ -10,5 +10,5 @@ RDEPEND=python_single_target_python3_8? ( >=dev-lang/python-3.8.12_p1-r1:3.8 ) p REQUIRED_USE=^^ ( python_single_target_python3_8 python_single_target_python3_9 python_single_target_python3_10 ) SLOT=0 SRC_URI=https://github.com/sjl/splice.vim/archive/v1.1.0.tar.gz -> splice-1.1.0-github.tar.gz -_eclasses_=eapi8-dosym cd7d420bb5be5ee079f27239ce76b8f5 multilib 4a33c9008e5ee30cb8840a3fdc24df2b multiprocessing 61c959fc55c15c00bbb1079d6a71370b python-single-r1 a5747fe6dc0651d95cb78eddd5e160a8 python-utils-r1 59dddabd6a41ab69723654916142f63b toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 vim-doc 76675474e2c64e01f41faabd9b3ab580 vim-plugin 1f214c929abd959ab2312ed512f624dc +_eclasses_=eapi8-dosym cd7d420bb5be5ee079f27239ce76b8f5 multilib 4a33c9008e5ee30cb8840a3fdc24df2b multiprocessing 61c959fc55c15c00bbb1079d6a71370b python-single-r1 a5747fe6dc0651d95cb78eddd5e160a8 python-utils-r1 59dddabd6a41ab69723654916142f63b toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 vim-doc e063cddf18e5d2f2cfb21388252579ec vim-plugin a7b5f19bc94a311ca1cf7127c8b84c41 _md5_=9409f6cb31309cbbd886f5c103ce9857 diff --git a/metadata/md5-cache/app-vim/sudoedit-0.21 b/metadata/md5-cache/app-vim/sudoedit-0.21 index 9ed30af8a6fa..fc4e308c851f 100644 --- a/metadata/md5-cache/app-vim/sudoedit-0.21 +++ b/metadata/md5-cache/app-vim/sudoedit-0.21 @@ -8,5 +8,5 @@ LICENSE=vim RDEPEND=|| ( app-admin/sudo sys-apps/shadow ) || ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 ) SLOT=0 SRC_URI=mirror://gentoo/sudoedit-0.21.tar.bz2 https://dev.gentoo.org/~radhermit/vim/sudoedit-0.21.tar.bz2 -_eclasses_=vim-doc 76675474e2c64e01f41faabd9b3ab580 vim-plugin 1f214c929abd959ab2312ed512f624dc +_eclasses_=vim-doc e063cddf18e5d2f2cfb21388252579ec vim-plugin a7b5f19bc94a311ca1cf7127c8b84c41 _md5_=3ffd6819d9880cf432233e945375ce39 diff --git a/metadata/md5-cache/app-vim/supertab-2.1 b/metadata/md5-cache/app-vim/supertab-2.1 index 5e629d7f49be..0d062fbc04aa 100644 --- a/metadata/md5-cache/app-vim/supertab-2.1 +++ b/metadata/md5-cache/app-vim/supertab-2.1 @@ -8,5 +8,5 @@ LICENSE=BSD RDEPEND=|| ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 ) SLOT=0 SRC_URI=https://github.com/ervandew/supertab/archive/2.1.tar.gz -> supertab-2.1.tar.gz -_eclasses_=vim-doc 76675474e2c64e01f41faabd9b3ab580 vim-plugin 1f214c929abd959ab2312ed512f624dc +_eclasses_=vim-doc e063cddf18e5d2f2cfb21388252579ec vim-plugin a7b5f19bc94a311ca1cf7127c8b84c41 _md5_=c01da565336afdb92310a19d1c6c2ced diff --git a/metadata/md5-cache/app-vim/surround-2.1-r1 b/metadata/md5-cache/app-vim/surround-2.1-r1 index 9eaa5ff1d55d..62b09bf812c2 100644 --- a/metadata/md5-cache/app-vim/surround-2.1-r1 +++ b/metadata/md5-cache/app-vim/surround-2.1-r1 @@ -8,5 +8,5 @@ LICENSE=vim RDEPEND=|| ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 ) SLOT=0 SRC_URI=mirror://gentoo/surround-2.1.tar.bz2 https://dev.gentoo.org/~radhermit/vim/surround-2.1.tar.bz2 -_eclasses_=vim-doc 76675474e2c64e01f41faabd9b3ab580 vim-plugin 1f214c929abd959ab2312ed512f624dc +_eclasses_=vim-doc e063cddf18e5d2f2cfb21388252579ec vim-plugin a7b5f19bc94a311ca1cf7127c8b84c41 _md5_=07d590b2853b178af4e87afc9fb72f9d diff --git a/metadata/md5-cache/app-vim/syntastic-3.9.0 b/metadata/md5-cache/app-vim/syntastic-3.9.0 index c1cd35785ad7..c158d8183238 100644 --- a/metadata/md5-cache/app-vim/syntastic-3.9.0 +++ b/metadata/md5-cache/app-vim/syntastic-3.9.0 @@ -8,5 +8,5 @@ LICENSE=WTFPL-2 RDEPEND=|| ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 ) SLOT=0 SRC_URI=https://github.com/vim-syntastic/syntastic/archive/3.9.0.tar.gz -> syntastic-3.9.0.tar.gz -_eclasses_=vim-doc 76675474e2c64e01f41faabd9b3ab580 vim-plugin 1f214c929abd959ab2312ed512f624dc +_eclasses_=vim-doc e063cddf18e5d2f2cfb21388252579ec vim-plugin a7b5f19bc94a311ca1cf7127c8b84c41 _md5_=7b45fb38cc0b4436883dbef9096e3ab5 diff --git a/metadata/md5-cache/app-vim/syntastic-9999 b/metadata/md5-cache/app-vim/syntastic-9999 index 9b28f546c286..472a2222e062 100644 --- a/metadata/md5-cache/app-vim/syntastic-9999 +++ b/metadata/md5-cache/app-vim/syntastic-9999 @@ -8,5 +8,5 @@ LICENSE=WTFPL-2 PROPERTIES=live RDEPEND=|| ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 ) SLOT=0 -_eclasses_=git-r3 b9ac6f96d2a88edb5b351df634dc5e53 vim-doc 76675474e2c64e01f41faabd9b3ab580 vim-plugin 1f214c929abd959ab2312ed512f624dc +_eclasses_=git-r3 b9ac6f96d2a88edb5b351df634dc5e53 vim-doc e063cddf18e5d2f2cfb21388252579ec vim-plugin a7b5f19bc94a311ca1cf7127c8b84c41 _md5_=02d39f62eb0b4be46eb96de15419a21a diff --git a/metadata/md5-cache/app-vim/tagbar-2.7 b/metadata/md5-cache/app-vim/tagbar-2.7 index 99df781cff54..6d3345bfb388 100644 --- a/metadata/md5-cache/app-vim/tagbar-2.7 +++ b/metadata/md5-cache/app-vim/tagbar-2.7 @@ -8,5 +8,5 @@ LICENSE=vim RDEPEND=>=dev-util/ctags-5.5 || ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 ) SLOT=0 SRC_URI=https://github.com/majutsushi/tagbar/archive/v2.7.tar.gz -> tagbar-2.7.tar.gz -_eclasses_=vim-doc 76675474e2c64e01f41faabd9b3ab580 vim-plugin 1f214c929abd959ab2312ed512f624dc +_eclasses_=vim-doc e063cddf18e5d2f2cfb21388252579ec vim-plugin a7b5f19bc94a311ca1cf7127c8b84c41 _md5_=ad1f3c7b4f23601770d87b163fdd851a diff --git a/metadata/md5-cache/app-vim/taglist-4.6 b/metadata/md5-cache/app-vim/taglist-4.6 index 9f11f910be7e..20a068e71fb9 100644 --- a/metadata/md5-cache/app-vim/taglist-4.6 +++ b/metadata/md5-cache/app-vim/taglist-4.6 @@ -8,5 +8,5 @@ LICENSE=vim RDEPEND=dev-util/ctags || ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 ) SLOT=0 SRC_URI=mirror://gentoo/taglist-4.6.tar.bz2 https://dev.gentoo.org/~radhermit/vim/taglist-4.6.tar.bz2 -_eclasses_=vim-doc 76675474e2c64e01f41faabd9b3ab580 vim-plugin 1f214c929abd959ab2312ed512f624dc +_eclasses_=vim-doc e063cddf18e5d2f2cfb21388252579ec vim-plugin a7b5f19bc94a311ca1cf7127c8b84c41 _md5_=47a939a1eae3787d45b1d1d28423a854 diff --git a/metadata/md5-cache/app-vim/tasklist-1.0.1 b/metadata/md5-cache/app-vim/tasklist-1.0.1 index 3b383a285e15..d2043c7c0215 100644 --- a/metadata/md5-cache/app-vim/tasklist-1.0.1 +++ b/metadata/md5-cache/app-vim/tasklist-1.0.1 @@ -8,5 +8,5 @@ LICENSE=MIT RDEPEND=|| ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 ) SLOT=0 SRC_URI=https://github.com/vim-scripts/tasklist.vim/tarball/1.0.1 -> tasklist-1.0.1.tar.gz -_eclasses_=vcs-snapshot 19dc666868420457132a7514d4621476 vim-doc 76675474e2c64e01f41faabd9b3ab580 vim-plugin 1f214c929abd959ab2312ed512f624dc +_eclasses_=vcs-snapshot 19dc666868420457132a7514d4621476 vim-doc e063cddf18e5d2f2cfb21388252579ec vim-plugin a7b5f19bc94a311ca1cf7127c8b84c41 _md5_=0857fb2ffcf1cd49f312a79140b6a490 diff --git a/metadata/md5-cache/app-vim/tcomment-3.08.1 b/metadata/md5-cache/app-vim/tcomment-3.08.1 index 9bd70e3758ab..56ab00680cfb 100644 --- a/metadata/md5-cache/app-vim/tcomment-3.08.1 +++ b/metadata/md5-cache/app-vim/tcomment-3.08.1 @@ -8,5 +8,5 @@ LICENSE=GPL-3 RDEPEND=|| ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 ) SLOT=0 SRC_URI=https://github.com/tomtom/tcomment_vim/archive/3.08.1.tar.gz -> tcomment-3.08.1.tar.gz -_eclasses_=vim-doc 76675474e2c64e01f41faabd9b3ab580 vim-plugin 1f214c929abd959ab2312ed512f624dc +_eclasses_=vim-doc e063cddf18e5d2f2cfb21388252579ec vim-plugin a7b5f19bc94a311ca1cf7127c8b84c41 _md5_=ce167b7ff7a6e8d81217647f9ac4e0f1 diff --git a/metadata/md5-cache/app-vim/tcomment-9999 b/metadata/md5-cache/app-vim/tcomment-9999 index f2cf693cfe8b..2249d2f21a02 100644 --- a/metadata/md5-cache/app-vim/tcomment-9999 +++ b/metadata/md5-cache/app-vim/tcomment-9999 @@ -7,5 +7,5 @@ LICENSE=GPL-3 PROPERTIES=live RDEPEND=|| ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 ) SLOT=0 -_eclasses_=git-r3 b9ac6f96d2a88edb5b351df634dc5e53 vim-doc 76675474e2c64e01f41faabd9b3ab580 vim-plugin 1f214c929abd959ab2312ed512f624dc +_eclasses_=git-r3 b9ac6f96d2a88edb5b351df634dc5e53 vim-doc e063cddf18e5d2f2cfb21388252579ec vim-plugin a7b5f19bc94a311ca1cf7127c8b84c41 _md5_=67a9d0e025cefdd6fd8646ed1b9f6847 diff --git a/metadata/md5-cache/app-vim/thlnk-1.2.1-r1 b/metadata/md5-cache/app-vim/thlnk-1.2.1-r1 index 3d7d7ff889ca..cc85619807f2 100644 --- a/metadata/md5-cache/app-vim/thlnk-1.2.1-r1 +++ b/metadata/md5-cache/app-vim/thlnk-1.2.1-r1 @@ -8,5 +8,5 @@ LICENSE=GPL-2 RDEPEND=|| ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 ) SLOT=0 SRC_URI=mirror://gentoo/thlnk-1.2.1.tar.bz2 https://dev.gentoo.org/~radhermit/vim/thlnk-1.2.1.tar.bz2 -_eclasses_=vim-doc 76675474e2c64e01f41faabd9b3ab580 vim-plugin 1f214c929abd959ab2312ed512f624dc +_eclasses_=vim-doc e063cddf18e5d2f2cfb21388252579ec vim-plugin a7b5f19bc94a311ca1cf7127c8b84c41 _md5_=bab54303ed2e8c2ed8014f70416fd91f diff --git a/metadata/md5-cache/app-vim/tlib-1.22 b/metadata/md5-cache/app-vim/tlib-1.22 index c0a638f20921..a52c4482c5fe 100644 --- a/metadata/md5-cache/app-vim/tlib-1.22 +++ b/metadata/md5-cache/app-vim/tlib-1.22 @@ -8,5 +8,5 @@ LICENSE=GPL-3 RDEPEND=|| ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 ) SLOT=0 SRC_URI=https://github.com/tomtom/tlib_vim/archive/1.22.tar.gz -> tlib-1.22.tar.gz -_eclasses_=vim-doc 76675474e2c64e01f41faabd9b3ab580 vim-plugin 1f214c929abd959ab2312ed512f624dc +_eclasses_=vim-doc e063cddf18e5d2f2cfb21388252579ec vim-plugin a7b5f19bc94a311ca1cf7127c8b84c41 _md5_=df8d9cb0b1beff63c2ffd90ee9e9af35 diff --git a/metadata/md5-cache/app-vim/tlib-1.23 b/metadata/md5-cache/app-vim/tlib-1.23 index 81507dd671e9..1e24f51911d4 100644 --- a/metadata/md5-cache/app-vim/tlib-1.23 +++ b/metadata/md5-cache/app-vim/tlib-1.23 @@ -8,5 +8,5 @@ LICENSE=GPL-3 RDEPEND=|| ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 ) SLOT=0 SRC_URI=https://github.com/tomtom/tlib_vim/archive/1.23.tar.gz -> tlib-1.23.tar.gz -_eclasses_=vim-doc 76675474e2c64e01f41faabd9b3ab580 vim-plugin 1f214c929abd959ab2312ed512f624dc +_eclasses_=vim-doc e063cddf18e5d2f2cfb21388252579ec vim-plugin a7b5f19bc94a311ca1cf7127c8b84c41 _md5_=ccd42aea14a8f90bf3d6af65da272389 diff --git a/metadata/md5-cache/app-vim/tlib-1.27 b/metadata/md5-cache/app-vim/tlib-1.27 index 645a645ae032..84ec914d5246 100644 --- a/metadata/md5-cache/app-vim/tlib-1.27 +++ b/metadata/md5-cache/app-vim/tlib-1.27 @@ -8,5 +8,5 @@ LICENSE=GPL-3 RDEPEND=|| ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 ) SLOT=0 SRC_URI=https://github.com/tomtom/tlib_vim/archive/1.27.tar.gz -> tlib-1.27.tar.gz -_eclasses_=vim-doc 76675474e2c64e01f41faabd9b3ab580 vim-plugin 1f214c929abd959ab2312ed512f624dc +_eclasses_=vim-doc e063cddf18e5d2f2cfb21388252579ec vim-plugin a7b5f19bc94a311ca1cf7127c8b84c41 _md5_=f902e9345e1e5bf618720dffd3b4018c diff --git a/metadata/md5-cache/app-vim/tmpl-0.1-r1 b/metadata/md5-cache/app-vim/tmpl-0.1-r1 index d1694258cfa6..0b7e4e13ef5d 100644 --- a/metadata/md5-cache/app-vim/tmpl-0.1-r1 +++ b/metadata/md5-cache/app-vim/tmpl-0.1-r1 @@ -8,5 +8,5 @@ LICENSE=vim RDEPEND=|| ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 ) SLOT=0 SRC_URI=mirror://gentoo/tmpl-0.1.tar.bz2 https://dev.gentoo.org/~radhermit/vim/tmpl-0.1.tar.bz2 -_eclasses_=vim-doc 76675474e2c64e01f41faabd9b3ab580 vim-plugin 1f214c929abd959ab2312ed512f624dc +_eclasses_=vim-doc e063cddf18e5d2f2cfb21388252579ec vim-plugin a7b5f19bc94a311ca1cf7127c8b84c41 _md5_=ebbdbaa2f2db3f568db8b9b5fffaba52 diff --git a/metadata/md5-cache/app-vim/toggle-0.5-r1 b/metadata/md5-cache/app-vim/toggle-0.5-r1 index dbc9735dfa22..f5698cc4ea8b 100644 --- a/metadata/md5-cache/app-vim/toggle-0.5-r1 +++ b/metadata/md5-cache/app-vim/toggle-0.5-r1 @@ -8,5 +8,5 @@ LICENSE=GPL-2 RDEPEND=|| ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 ) SLOT=0 SRC_URI=mirror://gentoo/toggle-0.5.tar.bz2 https://dev.gentoo.org/~radhermit/vim/toggle-0.5.tar.bz2 -_eclasses_=vim-doc 76675474e2c64e01f41faabd9b3ab580 vim-plugin 1f214c929abd959ab2312ed512f624dc +_eclasses_=vim-doc e063cddf18e5d2f2cfb21388252579ec vim-plugin a7b5f19bc94a311ca1cf7127c8b84c41 _md5_=582252076d66381a224c28525ea72059 diff --git a/metadata/md5-cache/app-vim/tt2-syntax-1.13-r1 b/metadata/md5-cache/app-vim/tt2-syntax-1.13-r1 index b1574786c466..286d5b15caa0 100644 --- a/metadata/md5-cache/app-vim/tt2-syntax-1.13-r1 +++ b/metadata/md5-cache/app-vim/tt2-syntax-1.13-r1 @@ -8,5 +8,5 @@ LICENSE=vim RDEPEND=|| ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 ) SLOT=0 SRC_URI=mirror://gentoo/tt2-syntax-1.13.tar.bz2 https://dev.gentoo.org/~radhermit/vim/tt2-syntax-1.13.tar.bz2 -_eclasses_=vim-doc 76675474e2c64e01f41faabd9b3ab580 vim-plugin 1f214c929abd959ab2312ed512f624dc +_eclasses_=vim-doc e063cddf18e5d2f2cfb21388252579ec vim-plugin a7b5f19bc94a311ca1cf7127c8b84c41 _md5_=26003c7167b5bfe83e4cc8fb578cf72c diff --git a/metadata/md5-cache/app-vim/txtfmt-2.4-r1 b/metadata/md5-cache/app-vim/txtfmt-2.4-r1 index c3f0894cf74d..0a7e218948a6 100644 --- a/metadata/md5-cache/app-vim/txtfmt-2.4-r1 +++ b/metadata/md5-cache/app-vim/txtfmt-2.4-r1 @@ -8,5 +8,5 @@ LICENSE=public-domain RDEPEND=|| ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 ) SLOT=0 SRC_URI=https://www.vim.org/scripts/download_script.php?src_id=13856 -> txtfmt-2.4.tar.gz -_eclasses_=vim-doc 76675474e2c64e01f41faabd9b3ab580 vim-plugin 1f214c929abd959ab2312ed512f624dc +_eclasses_=vim-doc e063cddf18e5d2f2cfb21388252579ec vim-plugin a7b5f19bc94a311ca1cf7127c8b84c41 _md5_=cf6c5f72b305054937cc106660ccedd8 diff --git a/metadata/md5-cache/app-vim/txtfmt-3.1 b/metadata/md5-cache/app-vim/txtfmt-3.1 index 22f5e1cc5398..1f8d740357e5 100644 --- a/metadata/md5-cache/app-vim/txtfmt-3.1 +++ b/metadata/md5-cache/app-vim/txtfmt-3.1 @@ -8,5 +8,5 @@ LICENSE=public-domain RDEPEND=|| ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 ) SLOT=0 SRC_URI=https://www.vim.org/scripts/download_script.php?src_id=24489 -> txtfmt-3.1.tar.gz -_eclasses_=vim-doc 76675474e2c64e01f41faabd9b3ab580 vim-plugin 1f214c929abd959ab2312ed512f624dc +_eclasses_=vim-doc e063cddf18e5d2f2cfb21388252579ec vim-plugin a7b5f19bc94a311ca1cf7127c8b84c41 _md5_=58b0140f5a38d187fda7f862a2260e41 diff --git a/metadata/md5-cache/app-vim/udev-syntax-20051016-r2 b/metadata/md5-cache/app-vim/udev-syntax-20051016-r2 index fe42fc1648b7..f5b3678c4bbe 100644 --- a/metadata/md5-cache/app-vim/udev-syntax-20051016-r2 +++ b/metadata/md5-cache/app-vim/udev-syntax-20051016-r2 @@ -8,5 +8,5 @@ LICENSE=vim RDEPEND=|| ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 ) SLOT=0 SRC_URI=mirror://gentoo/udev-syntax-20051016.tar.bz2 https://dev.gentoo.org/~radhermit/vim/udev-syntax-20051016.tar.bz2 -_eclasses_=vim-doc 76675474e2c64e01f41faabd9b3ab580 vim-plugin 1f214c929abd959ab2312ed512f624dc +_eclasses_=vim-doc e063cddf18e5d2f2cfb21388252579ec vim-plugin a7b5f19bc94a311ca1cf7127c8b84c41 _md5_=ea54e516ed09fd342e083b16d667e00e diff --git a/metadata/md5-cache/app-vim/undotree-6.0 b/metadata/md5-cache/app-vim/undotree-6.0 index cda9dfd3d7af..e4faa31d862d 100644 --- a/metadata/md5-cache/app-vim/undotree-6.0 +++ b/metadata/md5-cache/app-vim/undotree-6.0 @@ -8,5 +8,5 @@ LICENSE=BSD RDEPEND=|| ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 ) SLOT=0 SRC_URI=https://github.com/mbbill/undotree/archive/rel_6.0.tar.gz -> undotree-6.0.tar.gz -_eclasses_=vcs-snapshot 19dc666868420457132a7514d4621476 vim-doc 76675474e2c64e01f41faabd9b3ab580 vim-plugin 1f214c929abd959ab2312ed512f624dc +_eclasses_=vcs-snapshot 19dc666868420457132a7514d4621476 vim-doc e063cddf18e5d2f2cfb21388252579ec vim-plugin a7b5f19bc94a311ca1cf7127c8b84c41 _md5_=6b24107152224a9d2b999523a865bd11 diff --git a/metadata/md5-cache/app-vim/undotree-9999 b/metadata/md5-cache/app-vim/undotree-9999 index db986e6f9829..a4424b978c3f 100644 --- a/metadata/md5-cache/app-vim/undotree-9999 +++ b/metadata/md5-cache/app-vim/undotree-9999 @@ -7,5 +7,5 @@ LICENSE=BSD PROPERTIES=live RDEPEND=|| ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 ) SLOT=0 -_eclasses_=git-r3 b9ac6f96d2a88edb5b351df634dc5e53 vim-doc 76675474e2c64e01f41faabd9b3ab580 vim-plugin 1f214c929abd959ab2312ed512f624dc +_eclasses_=git-r3 b9ac6f96d2a88edb5b351df634dc5e53 vim-doc e063cddf18e5d2f2cfb21388252579ec vim-plugin a7b5f19bc94a311ca1cf7127c8b84c41 _md5_=bc6b5d2995b36f175e7d2eb1667a5b27 diff --git a/metadata/md5-cache/app-vim/unite-4.0-r1 b/metadata/md5-cache/app-vim/unite-4.0-r1 index 20e8c7b47083..0df7663f8b6d 100644 --- a/metadata/md5-cache/app-vim/unite-4.0-r1 +++ b/metadata/md5-cache/app-vim/unite-4.0-r1 @@ -8,5 +8,5 @@ LICENSE=MIT RDEPEND=!app-vim/neocomplcache || ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 ) SLOT=0 SRC_URI=mirror://gentoo/unite-4.0.tar.bz2 https://dev.gentoo.org/~radhermit/vim/unite-4.0.tar.bz2 -_eclasses_=vim-doc 76675474e2c64e01f41faabd9b3ab580 vim-plugin 1f214c929abd959ab2312ed512f624dc +_eclasses_=vim-doc e063cddf18e5d2f2cfb21388252579ec vim-plugin a7b5f19bc94a311ca1cf7127c8b84c41 _md5_=a46e7cbb546406b4d6a2beeb982174f2 diff --git a/metadata/md5-cache/app-vim/unite-4.1 b/metadata/md5-cache/app-vim/unite-4.1 index 821260a86eb1..8410160df785 100644 --- a/metadata/md5-cache/app-vim/unite-4.1 +++ b/metadata/md5-cache/app-vim/unite-4.1 @@ -8,5 +8,5 @@ LICENSE=MIT RDEPEND=!app-vim/neocomplcache || ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 ) SLOT=0 SRC_URI=mirror://gentoo/unite-4.1.tar.bz2 https://dev.gentoo.org/~radhermit/vim/unite-4.1.tar.bz2 -_eclasses_=vim-doc 76675474e2c64e01f41faabd9b3ab580 vim-plugin 1f214c929abd959ab2312ed512f624dc +_eclasses_=vim-doc e063cddf18e5d2f2cfb21388252579ec vim-plugin a7b5f19bc94a311ca1cf7127c8b84c41 _md5_=c6c6d8eb1404aa65dbc0c3f43e7e7fe3 diff --git a/metadata/md5-cache/app-vim/uptime-1.3-r1 b/metadata/md5-cache/app-vim/uptime-1.3-r1 index 7928ff9de2d5..b3305a57d10a 100644 --- a/metadata/md5-cache/app-vim/uptime-1.3-r1 +++ b/metadata/md5-cache/app-vim/uptime-1.3-r1 @@ -8,5 +8,5 @@ LICENSE=vim RDEPEND=|| ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 ) SLOT=0 SRC_URI=mirror://gentoo/uptime-1.3.tar.bz2 https://dev.gentoo.org/~radhermit/vim/uptime-1.3.tar.bz2 -_eclasses_=vim-doc 76675474e2c64e01f41faabd9b3ab580 vim-plugin 1f214c929abd959ab2312ed512f624dc +_eclasses_=vim-doc e063cddf18e5d2f2cfb21388252579ec vim-plugin a7b5f19bc94a311ca1cf7127c8b84c41 _md5_=8075adcbd32a4b9b352574d0d48ec290 diff --git a/metadata/md5-cache/app-vim/vcscommand-1.99.47 b/metadata/md5-cache/app-vim/vcscommand-1.99.47 index 8417a2dc8136..6ef12edde980 100644 --- a/metadata/md5-cache/app-vim/vcscommand-1.99.47 +++ b/metadata/md5-cache/app-vim/vcscommand-1.99.47 @@ -8,5 +8,5 @@ LICENSE=MIT RDEPEND=!app-vim/cvscommand || ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 ) SLOT=0 SRC_URI=mirror://gentoo/vcscommand-1.99.47.tar.bz2 https://dev.gentoo.org/~radhermit/vim/vcscommand-1.99.47.tar.bz2 -_eclasses_=vim-doc 76675474e2c64e01f41faabd9b3ab580 vim-plugin 1f214c929abd959ab2312ed512f624dc +_eclasses_=vim-doc e063cddf18e5d2f2cfb21388252579ec vim-plugin a7b5f19bc94a311ca1cf7127c8b84c41 _md5_=77d4dcd28f5fb459dcd8ac623dfa168f diff --git a/metadata/md5-cache/app-vim/vim-addon-mw-utils-20121105 b/metadata/md5-cache/app-vim/vim-addon-mw-utils-20121105 index e365d2a09086..a5ed6cfcec51 100644 --- a/metadata/md5-cache/app-vim/vim-addon-mw-utils-20121105 +++ b/metadata/md5-cache/app-vim/vim-addon-mw-utils-20121105 @@ -8,5 +8,5 @@ LICENSE=GPL-3 RDEPEND=|| ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 ) SLOT=0 SRC_URI=mirror://gentoo/vim-addon-mw-utils-20121105.tar.bz2 https://dev.gentoo.org/~radhermit/vim/vim-addon-mw-utils-20121105.tar.bz2 -_eclasses_=vim-doc 76675474e2c64e01f41faabd9b3ab580 vim-plugin 1f214c929abd959ab2312ed512f624dc +_eclasses_=vim-doc e063cddf18e5d2f2cfb21388252579ec vim-plugin a7b5f19bc94a311ca1cf7127c8b84c41 _md5_=c0459fafaac49855452e842c4a4c5365 diff --git a/metadata/md5-cache/app-vim/vim-autoclose-2.0 b/metadata/md5-cache/app-vim/vim-autoclose-2.0 index bbccdd7be6f7..64d2a54c8175 100644 --- a/metadata/md5-cache/app-vim/vim-autoclose-2.0 +++ b/metadata/md5-cache/app-vim/vim-autoclose-2.0 @@ -8,5 +8,5 @@ LICENSE=vim RDEPEND=|| ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 ) SLOT=0 SRC_URI=https://dev.gentoo.org/~monsieurp/packages/vim-autoclose-2.0.tar.gz -_eclasses_=vim-doc 76675474e2c64e01f41faabd9b3ab580 vim-plugin 1f214c929abd959ab2312ed512f624dc +_eclasses_=vim-doc e063cddf18e5d2f2cfb21388252579ec vim-plugin a7b5f19bc94a311ca1cf7127c8b84c41 _md5_=f34db03388c12fcade26361f220b6c45 diff --git a/metadata/md5-cache/app-vim/vim-clang-format-0_pre20200506 b/metadata/md5-cache/app-vim/vim-clang-format-0_pre20200506 index 2ca3be2e434b..c1b68e06ddaf 100644 --- a/metadata/md5-cache/app-vim/vim-clang-format-0_pre20200506 +++ b/metadata/md5-cache/app-vim/vim-clang-format-0_pre20200506 @@ -8,5 +8,5 @@ LICENSE=MIT RDEPEND=sys-devel/clang || ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 ) SLOT=0 SRC_URI=https://github.com/rhysd/vim-clang-format/archive/95593b67723f23979cd7344ecfd049f2f917830f.tar.gz -> vim-clang-format-0_pre20200506.tar.gz -_eclasses_=vim-doc 76675474e2c64e01f41faabd9b3ab580 vim-plugin 1f214c929abd959ab2312ed512f624dc +_eclasses_=vim-doc e063cddf18e5d2f2cfb21388252579ec vim-plugin a7b5f19bc94a311ca1cf7127c8b84c41 _md5_=b951c5c6421154a83ae1ed2668fcd72f diff --git a/metadata/md5-cache/app-vim/vim-commentary-1.3_p20180530 b/metadata/md5-cache/app-vim/vim-commentary-1.3_p20180530 index 5ccb965933cb..16f9bb6553ba 100644 --- a/metadata/md5-cache/app-vim/vim-commentary-1.3_p20180530 +++ b/metadata/md5-cache/app-vim/vim-commentary-1.3_p20180530 @@ -8,5 +8,5 @@ LICENSE=MIT RDEPEND=|| ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 ) SLOT=0 SRC_URI=https://github.com/tpope/vim-commentary/archive/7f2127b1dfc57811112785985b46ff2289d72334.tar.gz -> vim-commentary-1.3_p20180530.tar.gz -_eclasses_=vcs-snapshot 19dc666868420457132a7514d4621476 vim-doc 76675474e2c64e01f41faabd9b3ab580 vim-plugin 1f214c929abd959ab2312ed512f624dc +_eclasses_=vcs-snapshot 19dc666868420457132a7514d4621476 vim-doc e063cddf18e5d2f2cfb21388252579ec vim-plugin a7b5f19bc94a311ca1cf7127c8b84c41 _md5_=bbbf5e12023dd203cd58d2587a656a66 diff --git a/metadata/md5-cache/app-vim/vim-flake8-1.6 b/metadata/md5-cache/app-vim/vim-flake8-1.6 index cb4721078f2b..359832ee6541 100644 --- a/metadata/md5-cache/app-vim/vim-flake8-1.6 +++ b/metadata/md5-cache/app-vim/vim-flake8-1.6 @@ -8,5 +8,5 @@ LICENSE=BSD RDEPEND=dev-python/flake8 || ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 ) SLOT=0 SRC_URI=https://github.com/nvie/vim-flake8/archive/1.6.tar.gz -> vim-flake8-1.6.tar.gz -_eclasses_=vim-doc 76675474e2c64e01f41faabd9b3ab580 vim-plugin 1f214c929abd959ab2312ed512f624dc +_eclasses_=vim-doc e063cddf18e5d2f2cfb21388252579ec vim-plugin a7b5f19bc94a311ca1cf7127c8b84c41 _md5_=f9ac2fbf18d73d0c7a5bd51bb810e3f5 diff --git a/metadata/md5-cache/app-vim/vim-go-1.13 b/metadata/md5-cache/app-vim/vim-go-1.13 index 29a13a4d7883..e5f351f75e89 100644 --- a/metadata/md5-cache/app-vim/vim-go-1.13 +++ b/metadata/md5-cache/app-vim/vim-go-1.13 @@ -9,5 +9,5 @@ RDEPEND=|| ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 ) RESTRICT=test SLOT=0 SRC_URI=https://github.com/fatih/vim-go/archive/v1.13.tar.gz -> vim-go-1.13.tar.gz -_eclasses_=vim-doc 76675474e2c64e01f41faabd9b3ab580 vim-plugin 1f214c929abd959ab2312ed512f624dc +_eclasses_=vim-doc e063cddf18e5d2f2cfb21388252579ec vim-plugin a7b5f19bc94a311ca1cf7127c8b84c41 _md5_=c0a15036e78a3b6e6e88e353af351fff diff --git a/metadata/md5-cache/app-vim/vim-go-1.19 b/metadata/md5-cache/app-vim/vim-go-1.19 index f309b46a696a..cb4be26fdc67 100644 --- a/metadata/md5-cache/app-vim/vim-go-1.19 +++ b/metadata/md5-cache/app-vim/vim-go-1.19 @@ -9,5 +9,5 @@ RDEPEND=|| ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 ) RESTRICT=test SLOT=0 SRC_URI=https://github.com/fatih/vim-go/archive/v1.19.tar.gz -> vim-go-1.19.tar.gz -_eclasses_=vim-doc 76675474e2c64e01f41faabd9b3ab580 vim-plugin 1f214c929abd959ab2312ed512f624dc +_eclasses_=vim-doc e063cddf18e5d2f2cfb21388252579ec vim-plugin a7b5f19bc94a311ca1cf7127c8b84c41 _md5_=3650bfe3902e2bbf050f9c5a37d1e2b2 diff --git a/metadata/md5-cache/app-vim/vim-go-1.20 b/metadata/md5-cache/app-vim/vim-go-1.20 index 75168e0becab..43beabc0eb29 100644 --- a/metadata/md5-cache/app-vim/vim-go-1.20 +++ b/metadata/md5-cache/app-vim/vim-go-1.20 @@ -9,5 +9,5 @@ RDEPEND=|| ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 ) RESTRICT=test SLOT=0 SRC_URI=https://github.com/fatih/vim-go/archive/v1.20.tar.gz -> vim-go-1.20.tar.gz -_eclasses_=vim-doc 76675474e2c64e01f41faabd9b3ab580 vim-plugin 1f214c929abd959ab2312ed512f624dc +_eclasses_=vim-doc e063cddf18e5d2f2cfb21388252579ec vim-plugin a7b5f19bc94a311ca1cf7127c8b84c41 _md5_=687a5934b83845d13219c0261afaa980 diff --git a/metadata/md5-cache/app-vim/vim-hoogle-1.3 b/metadata/md5-cache/app-vim/vim-hoogle-1.3 index 51cb5ff600b4..01cfe99a03af 100644 --- a/metadata/md5-cache/app-vim/vim-hoogle-1.3 +++ b/metadata/md5-cache/app-vim/vim-hoogle-1.3 @@ -8,5 +8,5 @@ LICENSE=vim.org RDEPEND=|| ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 ) SLOT=0 SRC_URI=https://github.com/Twinside/vim-hoogle/archive/31823f830843385f53a3da7a5bfaf678494383c4.tar.gz -> vim-hoogle-1.3.tar.gz -_eclasses_=vim-doc 76675474e2c64e01f41faabd9b3ab580 vim-plugin 1f214c929abd959ab2312ed512f624dc +_eclasses_=vim-doc e063cddf18e5d2f2cfb21388252579ec vim-plugin a7b5f19bc94a311ca1cf7127c8b84c41 _md5_=fc27d8bf42c1250e323cdb11fae79600 diff --git a/metadata/md5-cache/app-vim/vim-jq-0.0_pre20210226 b/metadata/md5-cache/app-vim/vim-jq-0.0_pre20210226 index 55d82ede2277..100d4a99c67f 100644 --- a/metadata/md5-cache/app-vim/vim-jq-0.0_pre20210226 +++ b/metadata/md5-cache/app-vim/vim-jq-0.0_pre20210226 @@ -8,5 +8,5 @@ LICENSE=vim RDEPEND=|| ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 ) SLOT=0 SRC_URI=https://github.com/bfrg/vim-jq/archive/0076ef5424894e17f0ab17f4d025a3b519008134.tar.gz -> vim-jq-0.0_pre20210226.tar.gz -_eclasses_=vim-doc 76675474e2c64e01f41faabd9b3ab580 vim-plugin 1f214c929abd959ab2312ed512f624dc +_eclasses_=vim-doc e063cddf18e5d2f2cfb21388252579ec vim-plugin a7b5f19bc94a311ca1cf7127c8b84c41 _md5_=27647fcd02b681964e64247def7c7940 diff --git a/metadata/md5-cache/app-vim/vim-jsonnet-0_pre20190502 b/metadata/md5-cache/app-vim/vim-jsonnet-0_pre20190502 index 7e6a3564e174..8181bc1bd4af 100644 --- a/metadata/md5-cache/app-vim/vim-jsonnet-0_pre20190502 +++ b/metadata/md5-cache/app-vim/vim-jsonnet-0_pre20190502 @@ -8,5 +8,5 @@ LICENSE=Apache-2.0 RDEPEND=dev-lang/jsonnet || ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 ) SLOT=0 SRC_URI=https://github.com/google/vim-jsonnet/archive/824dcfe76568dba38135332fc4729e2b2c4d9b3a.tar.gz -> vim-jsonnet-0_pre20190502.tar.gz -_eclasses_=vim-doc 76675474e2c64e01f41faabd9b3ab580 vim-plugin 1f214c929abd959ab2312ed512f624dc +_eclasses_=vim-doc e063cddf18e5d2f2cfb21388252579ec vim-plugin a7b5f19bc94a311ca1cf7127c8b84c41 _md5_=714c60d577f0e1e11000b6eb981261e2 diff --git a/metadata/md5-cache/app-vim/vim-latex-1.10.0-r2 b/metadata/md5-cache/app-vim/vim-latex-1.10.0-r2 index 36cf036dd5e8..e80c8543e175 100644 --- a/metadata/md5-cache/app-vim/vim-latex-1.10.0-r2 +++ b/metadata/md5-cache/app-vim/vim-latex-1.10.0-r2 @@ -10,5 +10,5 @@ RDEPEND=python_single_target_python3_8? ( >=dev-lang/python-3.8.12_p1-r1:3.8 ) p REQUIRED_USE=^^ ( python_single_target_python3_8 python_single_target_python3_9 python_single_target_python3_10 ) SLOT=0 SRC_URI=mirror://sourceforge/vim-latex/vim-latex-1.10.0.tar.gz -_eclasses_=eapi8-dosym cd7d420bb5be5ee079f27239ce76b8f5 multilib 4a33c9008e5ee30cb8840a3fdc24df2b multiprocessing 61c959fc55c15c00bbb1079d6a71370b python-single-r1 a5747fe6dc0651d95cb78eddd5e160a8 python-utils-r1 59dddabd6a41ab69723654916142f63b toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 vim-doc 76675474e2c64e01f41faabd9b3ab580 vim-plugin 1f214c929abd959ab2312ed512f624dc +_eclasses_=eapi8-dosym cd7d420bb5be5ee079f27239ce76b8f5 multilib 4a33c9008e5ee30cb8840a3fdc24df2b multiprocessing 61c959fc55c15c00bbb1079d6a71370b python-single-r1 a5747fe6dc0651d95cb78eddd5e160a8 python-utils-r1 59dddabd6a41ab69723654916142f63b toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 vim-doc e063cddf18e5d2f2cfb21388252579ec vim-plugin a7b5f19bc94a311ca1cf7127c8b84c41 _md5_=bf4bae2ba75149d25b0db48248c666b8 diff --git a/metadata/md5-cache/app-vim/vim-misc-1.17.6 b/metadata/md5-cache/app-vim/vim-misc-1.17.6 index cc64f3b82173..3e9b8ea78cf9 100644 --- a/metadata/md5-cache/app-vim/vim-misc-1.17.6 +++ b/metadata/md5-cache/app-vim/vim-misc-1.17.6 @@ -8,5 +8,5 @@ LICENSE=MIT RDEPEND=|| ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 ) SLOT=0 SRC_URI=https://github.com/xolox/vim-misc/archive/1.17.6.tar.gz -> vim-misc-1.17.6.tar.gz -_eclasses_=vim-doc 76675474e2c64e01f41faabd9b3ab580 vim-plugin 1f214c929abd959ab2312ed512f624dc +_eclasses_=vim-doc e063cddf18e5d2f2cfb21388252579ec vim-plugin a7b5f19bc94a311ca1cf7127c8b84c41 _md5_=f75af9a154093ee493d9592c33f72b65 diff --git a/metadata/md5-cache/app-vim/vim-multiple-cursors-2.2-r1 b/metadata/md5-cache/app-vim/vim-multiple-cursors-2.2-r1 index ad2c5104c185..dde444009dbc 100644 --- a/metadata/md5-cache/app-vim/vim-multiple-cursors-2.2-r1 +++ b/metadata/md5-cache/app-vim/vim-multiple-cursors-2.2-r1 @@ -8,5 +8,5 @@ LICENSE=MIT RDEPEND=|| ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 ) SLOT=0 SRC_URI=https://github.com/terryma/vim-multiple-cursors/archive/v2.2.tar.gz -> vim-multiple-cursors-2.2.tar.gz -_eclasses_=vim-doc 76675474e2c64e01f41faabd9b3ab580 vim-plugin 1f214c929abd959ab2312ed512f624dc +_eclasses_=vim-doc e063cddf18e5d2f2cfb21388252579ec vim-plugin a7b5f19bc94a311ca1cf7127c8b84c41 _md5_=1462dffe61240751816665abb916ac13 diff --git a/metadata/md5-cache/app-vim/vim-nftables-0_pre20200224 b/metadata/md5-cache/app-vim/vim-nftables-0_pre20200224 index 198665b95e44..b55e47d19887 100644 --- a/metadata/md5-cache/app-vim/vim-nftables-0_pre20200224 +++ b/metadata/md5-cache/app-vim/vim-nftables-0_pre20200224 @@ -8,5 +8,5 @@ LICENSE=MIT RDEPEND=|| ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 ) SLOT=0 SRC_URI=https://github.com/nfnty/vim-nftables/archive/01c7b97eff12fd4b624e6efa2c0468163db61ebc.tar.gz -> vim-nftables-0_pre20200224.tar.gz -_eclasses_=vim-doc 76675474e2c64e01f41faabd9b3ab580 vim-plugin 1f214c929abd959ab2312ed512f624dc +_eclasses_=vim-doc e063cddf18e5d2f2cfb21388252579ec vim-plugin a7b5f19bc94a311ca1cf7127c8b84c41 _md5_=1418fafebe897c138955eaebf9388d29 diff --git a/metadata/md5-cache/app-vim/vim-nftables-0_pre20200629-r1 b/metadata/md5-cache/app-vim/vim-nftables-0_pre20200629-r1 index 3a70a49bb4b0..06e1fbbf955c 100644 --- a/metadata/md5-cache/app-vim/vim-nftables-0_pre20200629-r1 +++ b/metadata/md5-cache/app-vim/vim-nftables-0_pre20200629-r1 @@ -8,5 +8,5 @@ LICENSE=MIT RDEPEND=|| ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 ) SLOT=0 SRC_URI=https://github.com/nfnty/vim-nftables/archive/26f8a506c6f3e41f1e4a8d6aa94c9a79a666bbff.tar.gz -> vim-nftables-0_pre20200629.tar.gz -_eclasses_=vim-doc 76675474e2c64e01f41faabd9b3ab580 vim-plugin 1f214c929abd959ab2312ed512f624dc +_eclasses_=vim-doc e063cddf18e5d2f2cfb21388252579ec vim-plugin a7b5f19bc94a311ca1cf7127c8b84c41 _md5_=7b0f7a6bcffad5e58a5d35bca5aed768 diff --git a/metadata/md5-cache/app-vim/vim-r-1.2.6 b/metadata/md5-cache/app-vim/vim-r-1.2.6 index 489ba30aef9e..bc4d382b3100 100644 --- a/metadata/md5-cache/app-vim/vim-r-1.2.6 +++ b/metadata/md5-cache/app-vim/vim-r-1.2.6 @@ -8,5 +8,5 @@ LICENSE=public-domain RDEPEND=dev-lang/R || ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 ) SLOT=0 SRC_URI=mirror://gentoo/vim-r-1.2.6.tar.bz2 https://dev.gentoo.org/~radhermit/vim/vim-r-1.2.6.tar.bz2 -_eclasses_=vim-doc 76675474e2c64e01f41faabd9b3ab580 vim-plugin 1f214c929abd959ab2312ed512f624dc +_eclasses_=vim-doc e063cddf18e5d2f2cfb21388252579ec vim-plugin a7b5f19bc94a311ca1cf7127c8b84c41 _md5_=aaa91dd1dbacd457e7ff2384af88f82a diff --git a/metadata/md5-cache/app-vim/vim-rest-console-2.6.0 b/metadata/md5-cache/app-vim/vim-rest-console-2.6.0 index c282e25984a5..af96a783793f 100644 --- a/metadata/md5-cache/app-vim/vim-rest-console-2.6.0 +++ b/metadata/md5-cache/app-vim/vim-rest-console-2.6.0 @@ -8,5 +8,5 @@ LICENSE=MIT RDEPEND=net-misc/curl || ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 ) SLOT=0 SRC_URI=https://github.com/diepm/vim-rest-console/archive/v2.6.0.tar.gz -> vim-rest-console-2.6.0.tar.gz -_eclasses_=vim-doc 76675474e2c64e01f41faabd9b3ab580 vim-plugin 1f214c929abd959ab2312ed512f624dc +_eclasses_=vim-doc e063cddf18e5d2f2cfb21388252579ec vim-plugin a7b5f19bc94a311ca1cf7127c8b84c41 _md5_=fff42e8716c08800e0f7d3b0ed3bb92c diff --git a/metadata/md5-cache/app-vim/vim-tmux-3.0.0 b/metadata/md5-cache/app-vim/vim-tmux-3.0.0 index a476cc823f24..5027dfa8b3ec 100644 --- a/metadata/md5-cache/app-vim/vim-tmux-3.0.0 +++ b/metadata/md5-cache/app-vim/vim-tmux-3.0.0 @@ -8,5 +8,5 @@ LICENSE=public-domain MIT RDEPEND=|| ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 ) SLOT=0 SRC_URI=https://github.com/tmux-plugins/vim-tmux/archive/v3.0.0.tar.gz -> vim-tmux-3.0.0.tar.gz -_eclasses_=vim-doc 76675474e2c64e01f41faabd9b3ab580 vim-plugin 1f214c929abd959ab2312ed512f624dc +_eclasses_=vim-doc e063cddf18e5d2f2cfb21388252579ec vim-plugin a7b5f19bc94a311ca1cf7127c8b84c41 _md5_=a221028943ddf0a2de349e6d2c6f855b diff --git a/metadata/md5-cache/app-vim/vim2hs-0.1_p20171106 b/metadata/md5-cache/app-vim/vim2hs-0.1_p20171106 index 9c71670eae1b..087eb5531aca 100644 --- a/metadata/md5-cache/app-vim/vim2hs-0.1_p20171106 +++ b/metadata/md5-cache/app-vim/vim2hs-0.1_p20171106 @@ -8,5 +8,5 @@ LICENSE=MIT RDEPEND=dev-lang/ghc || ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 ) SLOT=0 SRC_URI=https://github.com/dag/vim2hs/archive/f2afd55704bfe0a2d66e6b270d247e9b8a7b1664.tar.gz -> vim2hs-0.1_p20171106.tar.gz -_eclasses_=vcs-snapshot 19dc666868420457132a7514d4621476 vim-doc 76675474e2c64e01f41faabd9b3ab580 vim-plugin 1f214c929abd959ab2312ed512f624dc +_eclasses_=vcs-snapshot 19dc666868420457132a7514d4621476 vim-doc e063cddf18e5d2f2cfb21388252579ec vim-plugin a7b5f19bc94a311ca1cf7127c8b84c41 _md5_=136d66c3be6e260b9d18e8a72ef71dbc diff --git a/metadata/md5-cache/app-vim/vimagit-1.7.3 b/metadata/md5-cache/app-vim/vimagit-1.7.3 index 3b7d28271dd2..ae65093c3d6a 100644 --- a/metadata/md5-cache/app-vim/vimagit-1.7.3 +++ b/metadata/md5-cache/app-vim/vimagit-1.7.3 @@ -8,5 +8,5 @@ LICENSE=vim RDEPEND=dev-vcs/git || ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 ) SLOT=0 SRC_URI=https://github.com/jreybert/vimagit/archive/1.7.3.tar.gz -> vimagit-1.7.3.tar.gz -_eclasses_=vim-doc 76675474e2c64e01f41faabd9b3ab580 vim-plugin 1f214c929abd959ab2312ed512f624dc +_eclasses_=vim-doc e063cddf18e5d2f2cfb21388252579ec vim-plugin a7b5f19bc94a311ca1cf7127c8b84c41 _md5_=0b438af6f1c1b734f8cf6c2af9e96774 diff --git a/metadata/md5-cache/app-vim/vimagit-9999 b/metadata/md5-cache/app-vim/vimagit-9999 index 86a1a7a3f2c4..f7ad07b74c7b 100644 --- a/metadata/md5-cache/app-vim/vimagit-9999 +++ b/metadata/md5-cache/app-vim/vimagit-9999 @@ -7,5 +7,5 @@ LICENSE=vim PROPERTIES=live RDEPEND=dev-vcs/git || ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 ) SLOT=0 -_eclasses_=git-r3 b9ac6f96d2a88edb5b351df634dc5e53 vim-doc 76675474e2c64e01f41faabd9b3ab580 vim-plugin 1f214c929abd959ab2312ed512f624dc +_eclasses_=git-r3 b9ac6f96d2a88edb5b351df634dc5e53 vim-doc e063cddf18e5d2f2cfb21388252579ec vim-plugin a7b5f19bc94a311ca1cf7127c8b84c41 _md5_=0b438af6f1c1b734f8cf6c2af9e96774 diff --git a/metadata/md5-cache/app-vim/vimbuddy-0.9.2-r1 b/metadata/md5-cache/app-vim/vimbuddy-0.9.2-r1 index 274b563c4fa4..f8afeba0dbfc 100644 --- a/metadata/md5-cache/app-vim/vimbuddy-0.9.2-r1 +++ b/metadata/md5-cache/app-vim/vimbuddy-0.9.2-r1 @@ -8,5 +8,5 @@ LICENSE=public-domain RDEPEND=|| ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 ) SLOT=0 SRC_URI=https://github.com/vim-scripts/vimbuddy.vim/archive/0.9.2.tar.gz -> vimbuddy-0.9.2.tar.gz -_eclasses_=vim-doc 76675474e2c64e01f41faabd9b3ab580 vim-plugin 1f214c929abd959ab2312ed512f624dc +_eclasses_=vim-doc e063cddf18e5d2f2cfb21388252579ec vim-plugin a7b5f19bc94a311ca1cf7127c8b84c41 _md5_=d850451b30d5a4038caca10fa6319e68 diff --git a/metadata/md5-cache/app-vim/vimcdoc-1.9.0 b/metadata/md5-cache/app-vim/vimcdoc-1.9.0 index 79dd8846e34a..5793e2a5c699 100644 --- a/metadata/md5-cache/app-vim/vimcdoc-1.9.0 +++ b/metadata/md5-cache/app-vim/vimcdoc-1.9.0 @@ -8,5 +8,5 @@ LICENSE=vim.org RDEPEND=|| ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 ) SLOT=0 SRC_URI=mirror://sourceforge/vimcdoc/vimcdoc-1.9.0.tar.gz -_eclasses_=vim-doc 76675474e2c64e01f41faabd9b3ab580 vim-plugin 1f214c929abd959ab2312ed512f624dc +_eclasses_=vim-doc e063cddf18e5d2f2cfb21388252579ec vim-plugin a7b5f19bc94a311ca1cf7127c8b84c41 _md5_=cb77845350d433bf01c2fa789c0569bb diff --git a/metadata/md5-cache/app-vim/vimcdoc-2.1.0 b/metadata/md5-cache/app-vim/vimcdoc-2.1.0 index 42ac5747d34d..956fd8e01c8a 100644 --- a/metadata/md5-cache/app-vim/vimcdoc-2.1.0 +++ b/metadata/md5-cache/app-vim/vimcdoc-2.1.0 @@ -8,5 +8,5 @@ LICENSE=vim.org RDEPEND=|| ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 ) SLOT=0 SRC_URI=mirror://sourceforge/vimcdoc/vimcdoc-2.1.0.tar.gz -_eclasses_=vim-doc 76675474e2c64e01f41faabd9b3ab580 vim-plugin 1f214c929abd959ab2312ed512f624dc +_eclasses_=vim-doc e063cddf18e5d2f2cfb21388252579ec vim-plugin a7b5f19bc94a311ca1cf7127c8b84c41 _md5_=cb77845350d433bf01c2fa789c0569bb diff --git a/metadata/md5-cache/app-vim/vimclojure-2.3.6-r3 b/metadata/md5-cache/app-vim/vimclojure-2.3.6-r3 index 36597bccbc76..e792f2db1244 100644 --- a/metadata/md5-cache/app-vim/vimclojure-2.3.6-r3 +++ b/metadata/md5-cache/app-vim/vimclojure-2.3.6-r3 @@ -8,5 +8,5 @@ LICENSE=BSD RDEPEND=dev-lang/clojure || ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 ) SLOT=0 SRC_URI=https://github.com/vim-scripts/VimClojure/archive/2.3.6.tar.gz -> vimclojure-2.3.6.tar.gz -_eclasses_=vim-doc 76675474e2c64e01f41faabd9b3ab580 vim-plugin 1f214c929abd959ab2312ed512f624dc +_eclasses_=vim-doc e063cddf18e5d2f2cfb21388252579ec vim-plugin a7b5f19bc94a311ca1cf7127c8b84c41 _md5_=52ddf6ef97abe630e51850c96ad5c4ed diff --git a/metadata/md5-cache/app-vim/vimcommander-0.81 b/metadata/md5-cache/app-vim/vimcommander-0.81 index de007a8d1f98..b21dac9b6217 100644 --- a/metadata/md5-cache/app-vim/vimcommander-0.81 +++ b/metadata/md5-cache/app-vim/vimcommander-0.81 @@ -8,5 +8,5 @@ LICENSE=GPL-2 RDEPEND=|| ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 ) SLOT=0 SRC_URI=mirror://gentoo/vimcommander-0.81.tar.bz2 https://dev.gentoo.org/~radhermit/vim/vimcommander-0.81.tar.bz2 -_eclasses_=vim-doc 76675474e2c64e01f41faabd9b3ab580 vim-plugin 1f214c929abd959ab2312ed512f624dc +_eclasses_=vim-doc e063cddf18e5d2f2cfb21388252579ec vim-plugin a7b5f19bc94a311ca1cf7127c8b84c41 _md5_=584428898c3cd81533ef55afb58e5299 diff --git a/metadata/md5-cache/app-vim/vimoutliner-0.3.6-r1 b/metadata/md5-cache/app-vim/vimoutliner-0.3.6-r1 index 1b30a8c31f72..7dc761856934 100644 --- a/metadata/md5-cache/app-vim/vimoutliner-0.3.6-r1 +++ b/metadata/md5-cache/app-vim/vimoutliner-0.3.6-r1 @@ -8,5 +8,5 @@ LICENSE=GPL-2 RDEPEND=|| ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 ) SLOT=0 SRC_URI=https://github.com/vimoutliner/vimoutliner/archive/v0.3.6.tar.gz -> vimoutliner-0.3.6.tar.gz -_eclasses_=vim-doc 76675474e2c64e01f41faabd9b3ab580 vim-plugin 1f214c929abd959ab2312ed512f624dc +_eclasses_=vim-doc e063cddf18e5d2f2cfb21388252579ec vim-plugin a7b5f19bc94a311ca1cf7127c8b84c41 _md5_=e545d2de961d48ea32d144903b385057 diff --git a/metadata/md5-cache/app-vim/vimoutliner-0.4.0_p20180301-r2 b/metadata/md5-cache/app-vim/vimoutliner-0.4.0_p20180301-r2 index d5eff34b156d..7f53609dd6c1 100644 --- a/metadata/md5-cache/app-vim/vimoutliner-0.4.0_p20180301-r2 +++ b/metadata/md5-cache/app-vim/vimoutliner-0.4.0_p20180301-r2 @@ -10,5 +10,5 @@ RDEPEND=python_single_target_python3_8? ( >=dev-lang/python-3.8.12_p1-r1:3.8 ) p REQUIRED_USE=^^ ( python_single_target_python3_8 python_single_target_python3_9 ) SLOT=0 SRC_URI=https://github.com/vimoutliner/vimoutliner/archive/4f12628247940d98eedd594961695dc504261058.tar.gz -> vimoutliner-0.4.0_p20180301.tar.gz -_eclasses_=eapi8-dosym cd7d420bb5be5ee079f27239ce76b8f5 multilib 4a33c9008e5ee30cb8840a3fdc24df2b multiprocessing 61c959fc55c15c00bbb1079d6a71370b python-single-r1 a5747fe6dc0651d95cb78eddd5e160a8 python-utils-r1 59dddabd6a41ab69723654916142f63b toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 vcs-snapshot 19dc666868420457132a7514d4621476 vim-doc 76675474e2c64e01f41faabd9b3ab580 vim-plugin 1f214c929abd959ab2312ed512f624dc +_eclasses_=eapi8-dosym cd7d420bb5be5ee079f27239ce76b8f5 multilib 4a33c9008e5ee30cb8840a3fdc24df2b multiprocessing 61c959fc55c15c00bbb1079d6a71370b python-single-r1 a5747fe6dc0651d95cb78eddd5e160a8 python-utils-r1 59dddabd6a41ab69723654916142f63b toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 vcs-snapshot 19dc666868420457132a7514d4621476 vim-doc e063cddf18e5d2f2cfb21388252579ec vim-plugin a7b5f19bc94a311ca1cf7127c8b84c41 _md5_=069d8f366e21b60cfc3e4666f18a9bab diff --git a/metadata/md5-cache/app-vim/vimpython-1.13-r3 b/metadata/md5-cache/app-vim/vimpython-1.13-r3 index 734d0810218d..3e35bfcc26b8 100644 --- a/metadata/md5-cache/app-vim/vimpython-1.13-r3 +++ b/metadata/md5-cache/app-vim/vimpython-1.13-r3 @@ -10,5 +10,5 @@ RDEPEND=python_single_target_python3_8? ( >=dev-lang/python-3.8.12_p1-r1:3.8 ) p REQUIRED_USE=^^ ( python_single_target_python3_8 python_single_target_python3_9 python_single_target_python3_10 ) SLOT=0 SRC_URI=mirror://gentoo/vimpython-1.13.tar.bz2 https://dev.gentoo.org/~radhermit/vim/vimpython-1.13.tar.bz2 -_eclasses_=eapi8-dosym cd7d420bb5be5ee079f27239ce76b8f5 multilib 4a33c9008e5ee30cb8840a3fdc24df2b multiprocessing 61c959fc55c15c00bbb1079d6a71370b python-single-r1 a5747fe6dc0651d95cb78eddd5e160a8 python-utils-r1 59dddabd6a41ab69723654916142f63b toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 vim-doc 76675474e2c64e01f41faabd9b3ab580 vim-plugin 1f214c929abd959ab2312ed512f624dc +_eclasses_=eapi8-dosym cd7d420bb5be5ee079f27239ce76b8f5 multilib 4a33c9008e5ee30cb8840a3fdc24df2b multiprocessing 61c959fc55c15c00bbb1079d6a71370b python-single-r1 a5747fe6dc0651d95cb78eddd5e160a8 python-utils-r1 59dddabd6a41ab69723654916142f63b toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 vim-doc e063cddf18e5d2f2cfb21388252579ec vim-plugin a7b5f19bc94a311ca1cf7127c8b84c41 _md5_=3bafd44bbae40a5a65304dbc2aa8c937 diff --git a/metadata/md5-cache/app-vim/vimtex-1.5 b/metadata/md5-cache/app-vim/vimtex-1.5 index cacbbea192db..cbbe0a868fea 100644 --- a/metadata/md5-cache/app-vim/vimtex-1.5 +++ b/metadata/md5-cache/app-vim/vimtex-1.5 @@ -8,5 +8,5 @@ LICENSE=MIT RDEPEND=!app-vim/vim-latex !app-vim/automatictexplugin || ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 ) SLOT=0 SRC_URI=https://github.com/lervag/vimtex/archive/v1.5.tar.gz -> vimtex-1.5.tar.gz -_eclasses_=vim-doc 76675474e2c64e01f41faabd9b3ab580 vim-plugin 1f214c929abd959ab2312ed512f624dc +_eclasses_=vim-doc e063cddf18e5d2f2cfb21388252579ec vim-plugin a7b5f19bc94a311ca1cf7127c8b84c41 _md5_=fcc5271d306b5baf044bf4eecfe5fcb0 diff --git a/metadata/md5-cache/app-vim/vimtex-99999999 b/metadata/md5-cache/app-vim/vimtex-99999999 index 936a879e3c3c..191ef0a67e82 100644 --- a/metadata/md5-cache/app-vim/vimtex-99999999 +++ b/metadata/md5-cache/app-vim/vimtex-99999999 @@ -7,5 +7,5 @@ LICENSE=MIT PROPERTIES=live RDEPEND=!app-vim/vim-latex !app-vim/automatictexplugin || ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 ) SLOT=0 -_eclasses_=git-r3 b9ac6f96d2a88edb5b351df634dc5e53 vim-doc 76675474e2c64e01f41faabd9b3ab580 vim-plugin 1f214c929abd959ab2312ed512f624dc +_eclasses_=git-r3 b9ac6f96d2a88edb5b351df634dc5e53 vim-doc e063cddf18e5d2f2cfb21388252579ec vim-plugin a7b5f19bc94a311ca1cf7127c8b84c41 _md5_=7a4c74ae2a3bb616e1e25594d731c11c diff --git a/metadata/md5-cache/app-vim/voom-5.3-r1 b/metadata/md5-cache/app-vim/voom-5.3-r1 index 29d0a7c40cf8..09bc3c101b2a 100644 --- a/metadata/md5-cache/app-vim/voom-5.3-r1 +++ b/metadata/md5-cache/app-vim/voom-5.3-r1 @@ -10,5 +10,5 @@ RDEPEND=python_single_target_python3_8? ( >=dev-lang/python-3.8.12_p1-r1:3.8 ) p REQUIRED_USE=^^ ( python_single_target_python3_8 python_single_target_python3_9 python_single_target_python3_10 ) SLOT=0 SRC_URI=https://github.com/vim-voom/VOoM/archive/v5.3.tar.gz -> voom-5.3.tar.gz -_eclasses_=eapi8-dosym cd7d420bb5be5ee079f27239ce76b8f5 multilib 4a33c9008e5ee30cb8840a3fdc24df2b multiprocessing 61c959fc55c15c00bbb1079d6a71370b python-single-r1 a5747fe6dc0651d95cb78eddd5e160a8 python-utils-r1 59dddabd6a41ab69723654916142f63b toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 vim-doc 76675474e2c64e01f41faabd9b3ab580 vim-plugin 1f214c929abd959ab2312ed512f624dc +_eclasses_=eapi8-dosym cd7d420bb5be5ee079f27239ce76b8f5 multilib 4a33c9008e5ee30cb8840a3fdc24df2b multiprocessing 61c959fc55c15c00bbb1079d6a71370b python-single-r1 a5747fe6dc0651d95cb78eddd5e160a8 python-utils-r1 59dddabd6a41ab69723654916142f63b toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 vim-doc e063cddf18e5d2f2cfb21388252579ec vim-plugin a7b5f19bc94a311ca1cf7127c8b84c41 _md5_=f9b159b8fa6d6ed2c8dd5961cf767931 diff --git a/metadata/md5-cache/app-vim/webapi-0.3 b/metadata/md5-cache/app-vim/webapi-0.3 index 8b42a2b7acae..fd3a12ec7d9b 100644 --- a/metadata/md5-cache/app-vim/webapi-0.3 +++ b/metadata/md5-cache/app-vim/webapi-0.3 @@ -8,5 +8,5 @@ LICENSE=BSD RDEPEND=net-misc/curl || ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 ) SLOT=0 SRC_URI=https://github.com/mattn/webapi-vim/archive/0.3.tar.gz -> webapi-0.3.tar.gz -_eclasses_=vim-doc 76675474e2c64e01f41faabd9b3ab580 vim-plugin 1f214c929abd959ab2312ed512f624dc +_eclasses_=vim-doc e063cddf18e5d2f2cfb21388252579ec vim-plugin a7b5f19bc94a311ca1cf7127c8b84c41 _md5_=038718e97cc22d60f8717ab5b5c48784 diff --git a/metadata/md5-cache/app-vim/wikipedia-syntax-20101113-r1 b/metadata/md5-cache/app-vim/wikipedia-syntax-20101113-r1 index 85b5866fcacb..44b4c6bd72f6 100644 --- a/metadata/md5-cache/app-vim/wikipedia-syntax-20101113-r1 +++ b/metadata/md5-cache/app-vim/wikipedia-syntax-20101113-r1 @@ -8,5 +8,5 @@ LICENSE=CC-BY-SA-3.0 RDEPEND=|| ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 ) SLOT=0 SRC_URI=mirror://gentoo/wikipedia-syntax-20101113.tar.bz2 https://dev.gentoo.org/~radhermit/vim/wikipedia-syntax-20101113.tar.bz2 -_eclasses_=vim-doc 76675474e2c64e01f41faabd9b3ab580 vim-plugin 1f214c929abd959ab2312ed512f624dc +_eclasses_=vim-doc e063cddf18e5d2f2cfb21388252579ec vim-plugin a7b5f19bc94a311ca1cf7127c8b84c41 _md5_=98d232f59d43653be7cb67c060441103 diff --git a/metadata/md5-cache/app-vim/xquery-syntax-0.1-r2 b/metadata/md5-cache/app-vim/xquery-syntax-0.1-r2 index 6ad31726154d..7381fa2818bb 100644 --- a/metadata/md5-cache/app-vim/xquery-syntax-0.1-r2 +++ b/metadata/md5-cache/app-vim/xquery-syntax-0.1-r2 @@ -8,5 +8,5 @@ LICENSE=vim.org RDEPEND=|| ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 ) SLOT=0 SRC_URI=mirror://gentoo/xquery-syntax-0.1.tar.bz2 https://dev.gentoo.org/~radhermit/vim/xquery-syntax-0.1.tar.bz2 -_eclasses_=vim-doc 76675474e2c64e01f41faabd9b3ab580 vim-plugin 1f214c929abd959ab2312ed512f624dc +_eclasses_=vim-doc e063cddf18e5d2f2cfb21388252579ec vim-plugin a7b5f19bc94a311ca1cf7127c8b84c41 _md5_=ac61a9472b6cb86b675cc4d254e845f1 diff --git a/metadata/md5-cache/app-vim/xsl-syntax-0.3.11-r2 b/metadata/md5-cache/app-vim/xsl-syntax-0.3.11-r2 index 8ccd7374f370..a798bf18aba8 100644 --- a/metadata/md5-cache/app-vim/xsl-syntax-0.3.11-r2 +++ b/metadata/md5-cache/app-vim/xsl-syntax-0.3.11-r2 @@ -8,5 +8,5 @@ LICENSE=vim RDEPEND=|| ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 ) SLOT=0 SRC_URI=mirror://gentoo/xsl-syntax-0.3.11.tar.bz2 https://dev.gentoo.org/~radhermit/vim/xsl-syntax-0.3.11.tar.bz2 -_eclasses_=vim-doc 76675474e2c64e01f41faabd9b3ab580 vim-plugin 1f214c929abd959ab2312ed512f624dc +_eclasses_=vim-doc e063cddf18e5d2f2cfb21388252579ec vim-plugin a7b5f19bc94a311ca1cf7127c8b84c41 _md5_=76b1b8f823159e2ac604102cb837d2a4 diff --git a/metadata/md5-cache/app-vim/yankring-19.0 b/metadata/md5-cache/app-vim/yankring-19.0 index 7212de32c872..5c8f4f198ff0 100644 --- a/metadata/md5-cache/app-vim/yankring-19.0 +++ b/metadata/md5-cache/app-vim/yankring-19.0 @@ -8,5 +8,5 @@ LICENSE=vim RDEPEND=|| ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 ) SLOT=0 SRC_URI=mirror://gentoo/yankring-19.0.tar.bz2 https://dev.gentoo.org/~radhermit/vim/yankring-19.0.tar.bz2 -_eclasses_=vim-doc 76675474e2c64e01f41faabd9b3ab580 vim-plugin 1f214c929abd959ab2312ed512f624dc +_eclasses_=vim-doc e063cddf18e5d2f2cfb21388252579ec vim-plugin a7b5f19bc94a311ca1cf7127c8b84c41 _md5_=92b8037da5b70b838c848bfbb6e90fe3 diff --git a/metadata/md5-cache/app-vim/yankring-19.0-r1 b/metadata/md5-cache/app-vim/yankring-19.0-r1 index 5820ce3345af..120db5cab4c4 100644 --- a/metadata/md5-cache/app-vim/yankring-19.0-r1 +++ b/metadata/md5-cache/app-vim/yankring-19.0-r1 @@ -8,5 +8,5 @@ LICENSE=vim RDEPEND=|| ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 ) SLOT=0 SRC_URI=mirror://gentoo/yankring-19.0.tar.bz2 https://dev.gentoo.org/~radhermit/vim/yankring-19.0.tar.bz2 -_eclasses_=vim-doc 76675474e2c64e01f41faabd9b3ab580 vim-plugin 1f214c929abd959ab2312ed512f624dc +_eclasses_=vim-doc e063cddf18e5d2f2cfb21388252579ec vim-plugin a7b5f19bc94a311ca1cf7127c8b84c41 _md5_=ee305b0a601e9ab72e71e074a9e75c12 diff --git a/metadata/md5-cache/app-vim/zenburn-2.25 b/metadata/md5-cache/app-vim/zenburn-2.25 index 4dd20d920b97..024db2e8dbd0 100644 --- a/metadata/md5-cache/app-vim/zenburn-2.25 +++ b/metadata/md5-cache/app-vim/zenburn-2.25 @@ -8,5 +8,5 @@ LICENSE=GPL-1 RDEPEND=|| ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 ) SLOT=0 SRC_URI=https://github.com/jnurmine/Zenburn/archive/v2.25.tar.gz -> zenburn-2.25.tar.gz -_eclasses_=vim-doc 76675474e2c64e01f41faabd9b3ab580 vim-plugin 1f214c929abd959ab2312ed512f624dc +_eclasses_=vim-doc e063cddf18e5d2f2cfb21388252579ec vim-plugin a7b5f19bc94a311ca1cf7127c8b84c41 _md5_=7d545dea0f2efee36138a7f60e737960 diff --git a/metadata/md5-cache/app-vim/zoomwin-24-r1 b/metadata/md5-cache/app-vim/zoomwin-24-r1 index 0833e53bea0d..f42990994da6 100644 --- a/metadata/md5-cache/app-vim/zoomwin-24-r1 +++ b/metadata/md5-cache/app-vim/zoomwin-24-r1 @@ -8,5 +8,5 @@ LICENSE=vim RDEPEND=|| ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 ) SLOT=0 SRC_URI=mirror://gentoo/zoomwin-24.tar.bz2 https://dev.gentoo.org/~radhermit/vim/zoomwin-24.tar.bz2 -_eclasses_=vim-doc 76675474e2c64e01f41faabd9b3ab580 vim-plugin 1f214c929abd959ab2312ed512f624dc +_eclasses_=vim-doc e063cddf18e5d2f2cfb21388252579ec vim-plugin a7b5f19bc94a311ca1cf7127c8b84c41 _md5_=d24cde21087aa219ce0c5fe66b690c6c diff --git a/metadata/md5-cache/dev-python/Manifest.gz b/metadata/md5-cache/dev-python/Manifest.gz index d7f7cb10785a..d56752c4a81a 100644 Binary files a/metadata/md5-cache/dev-python/Manifest.gz and b/metadata/md5-cache/dev-python/Manifest.gz differ diff --git a/metadata/md5-cache/dev-python/autopep8-1.5.7 b/metadata/md5-cache/dev-python/autopep8-1.5.7 deleted file mode 100644 index ae2de22571a1..000000000000 --- a/metadata/md5-cache/dev-python/autopep8-1.5.7 +++ /dev/null @@ -1,15 +0,0 @@ -BDEPEND=test? ( >=dev-python/pycodestyle-2.7.0[python_targets_pypy3(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/toml[python_targets_pypy3(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] ) python_targets_pypy3? ( >=dev-python/pypy3-7.3.7-r1:0=[threads(+)] ) python_targets_python3_8? ( >=dev-lang/python-3.8.12_p1-r1:3.8[threads(+)] ) python_targets_python3_9? ( >=dev-lang/python-3.9.9-r1:3.9[threads(+)] ) python_targets_python3_10? ( >=dev-lang/python-3.10.0_p1-r1:3.10[threads(+)] ) >=dev-python/setuptools-42.0.2[python_targets_pypy3(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] -DEFINED_PHASES=compile configure install prepare test -DESCRIPTION=Automatically formats Python code to conform to the PEP 8 style guide -EAPI=7 -HOMEPAGE=https://github.com/hhatto/autopep8 https://pypi.org/project/autopep8/ -IUSE=test python_targets_pypy3 python_targets_python3_8 python_targets_python3_9 python_targets_python3_10 -KEYWORDS=~alpha amd64 ~arm64 ~ia64 ppc sparc x86 ~amd64-linux ~x86-linux -LICENSE=MIT -RDEPEND=>=dev-python/pycodestyle-2.7.0[python_targets_pypy3(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/toml[python_targets_pypy3(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] python_targets_pypy3? ( >=dev-python/pypy3-7.3.7-r1:0=[threads(+)] ) python_targets_python3_8? ( >=dev-lang/python-3.8.12_p1-r1:3.8[threads(+)] ) python_targets_python3_9? ( >=dev-lang/python-3.9.9-r1:3.9[threads(+)] ) python_targets_python3_10? ( >=dev-lang/python-3.10.0_p1-r1:3.10[threads(+)] ) -REQUIRED_USE=|| ( python_targets_pypy3 python_targets_python3_8 python_targets_python3_9 python_targets_python3_10 ) -RESTRICT=!test? ( test ) -SLOT=0 -SRC_URI=mirror://pypi/a/autopep8/autopep8-1.5.7.tar.gz -_eclasses_=distutils-r1 e91901adfcf0640d2daa4dc863ff5377 eapi8-dosym cd7d420bb5be5ee079f27239ce76b8f5 multibuild d26d81f242cb193d899a72bca423d0bd multilib 4a33c9008e5ee30cb8840a3fdc24df2b multiprocessing 61c959fc55c15c00bbb1079d6a71370b python-r1 8638751691200e941f26fe0ac3aef1d1 python-utils-r1 59dddabd6a41ab69723654916142f63b toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 -_md5_=d25cf1b019341d619409a8fc0b0a36b9 diff --git a/metadata/md5-cache/dev-python/chameleon-3.10.0 b/metadata/md5-cache/dev-python/chameleon-3.10.0 new file mode 100644 index 000000000000..0333fefc6375 --- /dev/null +++ b/metadata/md5-cache/dev-python/chameleon-3.10.0 @@ -0,0 +1,15 @@ +BDEPEND=test? ( dev-python/unittest-or-fail[python_targets_pypy3(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] ) python_targets_pypy3? ( >=dev-python/pypy3-7.3.7-r1:0= ) python_targets_python3_8? ( >=dev-lang/python-3.8.12_p1-r1:3.8 ) python_targets_python3_9? ( >=dev-lang/python-3.9.9-r1:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.0_p1-r1:3.10 ) >=dev-python/installer-0.4.0_p20220124[python_targets_pypy3(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/tomli-1.2.3[python_targets_pypy3(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/setuptools-60.5.0[python_targets_pypy3(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/wheel[python_targets_pypy3(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] +DEFINED_PHASES=compile configure install prepare test +DESCRIPTION=Fast HTML/XML template compiler for Python +EAPI=8 +HOMEPAGE=https://github.com/malthe/chameleon/ https://pypi.org/project/Chameleon/ +IUSE=test python_targets_pypy3 python_targets_python3_8 python_targets_python3_9 python_targets_python3_10 +KEYWORDS=~amd64 ~x86 +LICENSE=repoze +RDEPEND=python_targets_pypy3? ( >=dev-python/pypy3-7.3.7-r1:0= ) python_targets_python3_8? ( >=dev-lang/python-3.8.12_p1-r1:3.8 ) python_targets_python3_9? ( >=dev-lang/python-3.9.9-r1:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.0_p1-r1:3.10 ) +REQUIRED_USE=|| ( python_targets_pypy3 python_targets_python3_8 python_targets_python3_9 python_targets_python3_10 ) +RESTRICT=!test? ( test ) +SLOT=0 +SRC_URI=https://github.com/malthe/chameleon/archive/3.10.0.tar.gz -> chameleon-3.10.0.gh.tar.gz +_eclasses_=distutils-r1 e91901adfcf0640d2daa4dc863ff5377 multibuild d26d81f242cb193d899a72bca423d0bd multilib 4a33c9008e5ee30cb8840a3fdc24df2b multiprocessing 61c959fc55c15c00bbb1079d6a71370b python-r1 8638751691200e941f26fe0ac3aef1d1 python-utils-r1 59dddabd6a41ab69723654916142f63b toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 +_md5_=b5bf8cef2a0507201ba84403a9bbe07f diff --git a/metadata/md5-cache/dev-python/editables-0.2 b/metadata/md5-cache/dev-python/editables-0.2 new file mode 100644 index 000000000000..6cda7945e7ef --- /dev/null +++ b/metadata/md5-cache/dev-python/editables-0.2 @@ -0,0 +1,15 @@ +BDEPEND=test? ( >=dev-python/pytest-6.2.5-r2[python_targets_pypy3(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] ) python_targets_pypy3? ( >=dev-python/pypy3-7.3.7-r1:0= ) python_targets_python3_8? ( >=dev-lang/python-3.8.12_p1-r1:3.8 ) python_targets_python3_9? ( >=dev-lang/python-3.9.9-r1:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.0_p1-r1:3.10 ) >=dev-python/installer-0.4.0_p20220124[python_targets_pypy3(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/tomli-1.2.3[python_targets_pypy3(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/setuptools-60.5.0[python_targets_pypy3(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/wheel[python_targets_pypy3(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] +DEFINED_PHASES=compile configure install prepare test +DESCRIPTION=A Python library for creating 'editable wheels' +EAPI=8 +HOMEPAGE=https://pypi.org/project/editables/ https://github.com/pfmoore/editables/ +IUSE=test python_targets_pypy3 python_targets_python3_8 python_targets_python3_9 python_targets_python3_10 +KEYWORDS=~amd64 +LICENSE=MIT +RDEPEND=python_targets_pypy3? ( >=dev-python/pypy3-7.3.7-r1:0= ) python_targets_python3_8? ( >=dev-lang/python-3.8.12_p1-r1:3.8 ) python_targets_python3_9? ( >=dev-lang/python-3.9.9-r1:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.0_p1-r1:3.10 ) +REQUIRED_USE=|| ( python_targets_pypy3 python_targets_python3_8 python_targets_python3_9 python_targets_python3_10 ) +RESTRICT=!test? ( test ) +SLOT=0 +SRC_URI=https://github.com/mgorny/editables/archive/v0.2.tar.gz -> editables-0.2.gh.tar.gz +_eclasses_=distutils-r1 e91901adfcf0640d2daa4dc863ff5377 multibuild d26d81f242cb193d899a72bca423d0bd multilib 4a33c9008e5ee30cb8840a3fdc24df2b multiprocessing 61c959fc55c15c00bbb1079d6a71370b python-r1 8638751691200e941f26fe0ac3aef1d1 python-utils-r1 59dddabd6a41ab69723654916142f63b toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 +_md5_=cdeaf2685ad20c63af0e423412092f01 diff --git a/metadata/md5-cache/dev-python/eradicate-2.1.0 b/metadata/md5-cache/dev-python/eradicate-2.1.0 new file mode 100644 index 000000000000..9b712b3459cc --- /dev/null +++ b/metadata/md5-cache/dev-python/eradicate-2.1.0 @@ -0,0 +1,15 @@ +BDEPEND=test? ( dev-python/unittest-or-fail[python_targets_pypy3(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] ) python_targets_pypy3? ( >=dev-python/pypy3-7.3.7-r1:0= ) python_targets_python3_8? ( >=dev-lang/python-3.8.12_p1-r1:3.8 ) python_targets_python3_9? ( >=dev-lang/python-3.9.9-r1:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.0_p1-r1:3.10 ) >=dev-python/installer-0.4.0_p20220124[python_targets_pypy3(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/tomli-1.2.3[python_targets_pypy3(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/setuptools-60.5.0[python_targets_pypy3(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/wheel[python_targets_pypy3(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] +DEFINED_PHASES=compile configure install prepare test +DESCRIPTION=Removes commented-out code from Python files +EAPI=8 +HOMEPAGE=https://github.com/myint/eradicate +IUSE=test python_targets_pypy3 python_targets_python3_8 python_targets_python3_9 python_targets_python3_10 +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 +LICENSE=MIT +RDEPEND=python_targets_pypy3? ( >=dev-python/pypy3-7.3.7-r1:0= ) python_targets_python3_8? ( >=dev-lang/python-3.8.12_p1-r1:3.8 ) python_targets_python3_9? ( >=dev-lang/python-3.9.9-r1:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.0_p1-r1:3.10 ) +REQUIRED_USE=|| ( python_targets_pypy3 python_targets_python3_8 python_targets_python3_9 python_targets_python3_10 ) +RESTRICT=!test? ( test ) +SLOT=0 +SRC_URI=https://github.com/myint/eradicate/archive/v2.1.0.tar.gz -> eradicate-2.1.0.tar.gz +_eclasses_=distutils-r1 e91901adfcf0640d2daa4dc863ff5377 multibuild d26d81f242cb193d899a72bca423d0bd multilib 4a33c9008e5ee30cb8840a3fdc24df2b multiprocessing 61c959fc55c15c00bbb1079d6a71370b python-r1 8638751691200e941f26fe0ac3aef1d1 python-utils-r1 59dddabd6a41ab69723654916142f63b toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 +_md5_=fe131a0aa64bdd5a1c8442bbf9f4d414 diff --git a/metadata/md5-cache/dev-python/pivy-0.6.6-r1 b/metadata/md5-cache/dev-python/pivy-0.6.6-r1 index b7eae9403593..38925cb5be92 100644 --- a/metadata/md5-cache/dev-python/pivy-0.6.6-r1 +++ b/metadata/md5-cache/dev-python/pivy-0.6.6-r1 @@ -1,15 +1,15 @@ -BDEPEND=dev-lang/swig dev-util/cmake python_targets_python3_8? ( >=dev-lang/python-3.8.12_p1-r1:3.8 ) python_targets_python3_9? ( >=dev-lang/python-3.9.9-r1:3.9 ) >=dev-python/installer-0.4.0_p20220124[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/tomli-1.2.3[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/setuptools-60.5.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] dev-python/wheel[python_targets_python3_8(-)?,python_targets_python3_9(-)?] +BDEPEND=dev-lang/swig dev-util/cmake python_targets_python3_8? ( >=dev-lang/python-3.8.12_p1-r1:3.8 ) python_targets_python3_9? ( >=dev-lang/python-3.9.9-r1:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.0_p1-r1:3.10 ) >=dev-python/installer-0.4.0_p20220124[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/tomli-1.2.3[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/setuptools-60.5.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/wheel[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] DEFINED_PHASES=compile configure install prepare test DEPEND=>=media-libs/coin-4.0.0 quarter? ( media-libs/quarter ) soqt? ( >=media-libs/SoQt-1.6.0 ) DESCRIPTION=Coin3D bindings for Python EAPI=8 HOMEPAGE=https://github.com/coin3d/pivy -IUSE=+quarter soqt python_targets_python3_8 python_targets_python3_9 +IUSE=+quarter soqt python_targets_python3_8 python_targets_python3_9 python_targets_python3_10 KEYWORDS=amd64 x86 LICENSE=ISC -RDEPEND=>=media-libs/coin-4.0.0 quarter? ( media-libs/quarter ) soqt? ( >=media-libs/SoQt-1.6.0 ) python_targets_python3_8? ( >=dev-lang/python-3.8.12_p1-r1:3.8 ) python_targets_python3_9? ( >=dev-lang/python-3.9.9-r1:3.9 ) -REQUIRED_USE=|| ( python_targets_python3_8 python_targets_python3_9 ) || ( quarter soqt ) || ( python_targets_python3_8 python_targets_python3_9 ) +RDEPEND=>=media-libs/coin-4.0.0 quarter? ( media-libs/quarter ) soqt? ( >=media-libs/SoQt-1.6.0 ) python_targets_python3_8? ( >=dev-lang/python-3.8.12_p1-r1:3.8 ) python_targets_python3_9? ( >=dev-lang/python-3.9.9-r1:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.0_p1-r1:3.10 ) +REQUIRED_USE=|| ( python_targets_python3_8 python_targets_python3_9 python_targets_python3_10 ) || ( quarter soqt ) || ( python_targets_python3_8 python_targets_python3_9 python_targets_python3_10 ) SLOT=0 SRC_URI=https://github.com/coin3d/pivy/archive/0.6.6.tar.gz -> pivy-0.6.6.tar.gz _eclasses_=distutils-r1 e91901adfcf0640d2daa4dc863ff5377 multibuild d26d81f242cb193d899a72bca423d0bd multilib 4a33c9008e5ee30cb8840a3fdc24df2b multiprocessing 61c959fc55c15c00bbb1079d6a71370b python-r1 8638751691200e941f26fe0ac3aef1d1 python-utils-r1 59dddabd6a41ab69723654916142f63b toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 -_md5_=0131f8a8e73c72eb55e50f3461e84228 +_md5_=23ae234fdbb7f1ae11fdb37f2d3d8040 diff --git a/metadata/md5-cache/dev-python/rpyc-5.1.0 b/metadata/md5-cache/dev-python/rpyc-5.1.0 new file mode 100644 index 000000000000..985011fc17bd --- /dev/null +++ b/metadata/md5-cache/dev-python/rpyc-5.1.0 @@ -0,0 +1,16 @@ +BDEPEND=python_targets_python3_8? ( >=dev-lang/python-3.8.12_p1-r1:3.8 ) python_targets_python3_9? ( >=dev-lang/python-3.9.9-r1:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.0_p1-r1:3.10 ) >=dev-python/setuptools-42.0.2[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] +DEFINED_PHASES=compile configure install prepare test +DEPEND=dev-python/setuptools[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] numpy? ( dev-python/numpy[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/pandas[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] ) gdb? ( sys-devel/gdb ) +DESCRIPTION=Remote Python Call (RPyC), a transparent and symmetric RPC library +EAPI=7 +HOMEPAGE=https://rpyc.readthedocs.io/en/latest/ https://pypi.org/project/rpyc/ https://github.com/tomerfiliba-org/rpyc +IUSE=test numpy gdb python_targets_python3_8 python_targets_python3_9 python_targets_python3_10 +KEYWORDS=~amd64 ~x86 +LICENSE=MIT +RDEPEND=dev-python/plumbum[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/gevent[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] python_targets_python3_8? ( >=dev-lang/python-3.8.12_p1-r1:3.8 ) python_targets_python3_9? ( >=dev-lang/python-3.9.9-r1:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.0_p1-r1:3.10 ) +REQUIRED_USE=|| ( python_targets_python3_8 python_targets_python3_9 python_targets_python3_10 ) +RESTRICT=!test? ( test ) +SLOT=0 +SRC_URI=https://github.com/tomerfiliba-org/rpyc/archive/5.1.0.tar.gz -> rpyc-5.1.0.tar.gz +_eclasses_=distutils-r1 e91901adfcf0640d2daa4dc863ff5377 eapi8-dosym cd7d420bb5be5ee079f27239ce76b8f5 multibuild d26d81f242cb193d899a72bca423d0bd multilib 4a33c9008e5ee30cb8840a3fdc24df2b multiprocessing 61c959fc55c15c00bbb1079d6a71370b python-r1 8638751691200e941f26fe0ac3aef1d1 python-utils-r1 59dddabd6a41ab69723654916142f63b toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 +_md5_=5a24c76a0a896e28bc1a683503902599 diff --git a/metadata/md5-cache/dev-python/sqlalchemy-1.4.35 b/metadata/md5-cache/dev-python/sqlalchemy-1.4.35 new file mode 100644 index 000000000000..9f533d0d063f --- /dev/null +++ b/metadata/md5-cache/dev-python/sqlalchemy-1.4.35 @@ -0,0 +1,15 @@ +BDEPEND=test? ( python_targets_pypy3? ( >=dev-python/pypy3-7.3.7-r1:0=[sqlite] ) python_targets_python3_8? ( >=dev-lang/python-3.8.12_p1-r1:3.8[sqlite] ) python_targets_python3_9? ( >=dev-lang/python-3.9.9-r1:3.9[sqlite] ) python_targets_python3_10? ( >=dev-lang/python-3.10.0_p1-r1:3.10[sqlite] ) ) test? ( >=dev-python/pytest-6.2.5-r2[python_targets_pypy3(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] ) python_targets_pypy3? ( >=dev-python/pypy3-7.3.7-r1:0=[sqlite?] ) python_targets_python3_8? ( >=dev-lang/python-3.8.12_p1-r1:3.8[sqlite?] ) python_targets_python3_9? ( >=dev-lang/python-3.9.9-r1:3.9[sqlite?] ) python_targets_python3_10? ( >=dev-lang/python-3.10.0_p1-r1:3.10[sqlite?] ) >=dev-python/installer-0.4.0_p20220124[python_targets_pypy3(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/tomli-1.2.3[python_targets_pypy3(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/setuptools-60.5.0[python_targets_pypy3(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/wheel[python_targets_pypy3(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] +DEFINED_PHASES=compile configure install postinst prepare test +DESCRIPTION=Python SQL toolkit and Object Relational Mapper +EAPI=8 +HOMEPAGE=https://www.sqlalchemy.org/ https://pypi.org/project/SQLAlchemy/ https://github.com/sqlalchemy/sqlalchemy/ +IUSE=examples +sqlite test test python_targets_pypy3 python_targets_python3_8 python_targets_python3_9 python_targets_python3_10 +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris +LICENSE=MIT +RDEPEND=python_targets_pypy3? ( >=dev-python/pypy3-7.3.7-r1:0=[sqlite?] ) python_targets_python3_8? ( >=dev-lang/python-3.8.12_p1-r1:3.8[sqlite?] ) python_targets_python3_9? ( >=dev-lang/python-3.9.9-r1:3.9[sqlite?] ) python_targets_python3_10? ( >=dev-lang/python-3.10.0_p1-r1:3.10[sqlite?] ) +REQUIRED_USE=|| ( python_targets_pypy3 python_targets_python3_8 python_targets_python3_9 python_targets_python3_10 ) +RESTRICT=!test? ( test ) +SLOT=0 +SRC_URI=mirror://pypi/S/SQLAlchemy/SQLAlchemy-1.4.35.tar.gz +_eclasses_=distutils-r1 e91901adfcf0640d2daa4dc863ff5377 multibuild d26d81f242cb193d899a72bca423d0bd multilib 4a33c9008e5ee30cb8840a3fdc24df2b multiprocessing 61c959fc55c15c00bbb1079d6a71370b optfeature d524f291c80f9d21ad80fe978e3ca760 python-r1 8638751691200e941f26fe0ac3aef1d1 python-utils-r1 59dddabd6a41ab69723654916142f63b toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 +_md5_=abf4270671a545121bf63ba3e9daecdf diff --git a/metadata/md5-cache/dev-ruby/Manifest.gz b/metadata/md5-cache/dev-ruby/Manifest.gz index 55d049997a6b..c3fd70d17aad 100644 Binary files a/metadata/md5-cache/dev-ruby/Manifest.gz and b/metadata/md5-cache/dev-ruby/Manifest.gz differ diff --git a/metadata/md5-cache/dev-ruby/fuubar-2.5.1 b/metadata/md5-cache/dev-ruby/fuubar-2.5.1 index a9a0698be705..48929efd2478 100644 --- a/metadata/md5-cache/dev-ruby/fuubar-2.5.1 +++ b/metadata/md5-cache/dev-ruby/fuubar-2.5.1 @@ -1,16 +1,16 @@ -BDEPEND=test? ( ruby_targets_ruby26? ( dev-ruby/rspec:3[ruby_targets_ruby26(-)] >=dev-ruby/ruby-progressbar-1.4:0[ruby_targets_ruby26(-)] ) ruby_targets_ruby27? ( dev-ruby/rspec:3[ruby_targets_ruby27(-)] >=dev-ruby/ruby-progressbar-1.4:0[ruby_targets_ruby27(-)] ) ) ruby_targets_ruby26? ( dev-lang/ruby:2.6 ) ruby_targets_ruby27? ( dev-lang/ruby:2.7 ) ruby_targets_ruby26? ( doc? ( dev-ruby/rdoc[ruby_targets_ruby26(-)] ) ) ruby_targets_ruby27? ( doc? ( dev-ruby/rdoc[ruby_targets_ruby27(-)] ) ) ruby_targets_ruby26? ( test? ( dev-ruby/rspec:3[ruby_targets_ruby26(-)] ) ) ruby_targets_ruby27? ( test? ( dev-ruby/rspec:3[ruby_targets_ruby27(-)] ) ) ruby_targets_ruby26? ( virtual/rubygems[ruby_targets_ruby26(-)] ) ruby_targets_ruby27? ( virtual/rubygems[ruby_targets_ruby27(-)] ) test? ( ruby_targets_ruby26? ( virtual/rubygems[ruby_targets_ruby26(-)] ) ruby_targets_ruby27? ( virtual/rubygems[ruby_targets_ruby27(-)] ) ) +BDEPEND=test? ( ruby_targets_ruby26? ( dev-ruby/rspec:3[ruby_targets_ruby26(-)] >=dev-ruby/ruby-progressbar-1.4:0[ruby_targets_ruby26(-)] ) ruby_targets_ruby27? ( dev-ruby/rspec:3[ruby_targets_ruby27(-)] >=dev-ruby/ruby-progressbar-1.4:0[ruby_targets_ruby27(-)] ) ruby_targets_ruby30? ( dev-ruby/rspec:3[ruby_targets_ruby30(-)] >=dev-ruby/ruby-progressbar-1.4:0[ruby_targets_ruby30(-)] ) ) ruby_targets_ruby26? ( dev-lang/ruby:2.6 ) ruby_targets_ruby27? ( dev-lang/ruby:2.7 ) ruby_targets_ruby30? ( dev-lang/ruby:3.0 ) ruby_targets_ruby26? ( doc? ( dev-ruby/rdoc[ruby_targets_ruby26(-)] ) ) ruby_targets_ruby27? ( doc? ( dev-ruby/rdoc[ruby_targets_ruby27(-)] ) ) ruby_targets_ruby30? ( doc? ( dev-ruby/rdoc[ruby_targets_ruby30(-)] ) ) ruby_targets_ruby26? ( test? ( dev-ruby/rspec:3[ruby_targets_ruby26(-)] ) ) ruby_targets_ruby27? ( test? ( dev-ruby/rspec:3[ruby_targets_ruby27(-)] ) ) ruby_targets_ruby30? ( test? ( dev-ruby/rspec:3[ruby_targets_ruby30(-)] ) ) ruby_targets_ruby26? ( virtual/rubygems[ruby_targets_ruby26(-)] ) ruby_targets_ruby27? ( virtual/rubygems[ruby_targets_ruby27(-)] ) ruby_targets_ruby30? ( virtual/rubygems[ruby_targets_ruby30(-)] ) test? ( ruby_targets_ruby26? ( virtual/rubygems[ruby_targets_ruby26(-)] ) ruby_targets_ruby27? ( virtual/rubygems[ruby_targets_ruby27(-)] ) ruby_targets_ruby30? ( virtual/rubygems[ruby_targets_ruby30(-)] ) ) DEFINED_PHASES=compile configure install prepare setup test unpack -DEPEND=ruby_targets_ruby26? ( dev-lang/ruby:2.6 ) ruby_targets_ruby27? ( dev-lang/ruby:2.7 ) ruby_targets_ruby26? ( virtual/rubygems[ruby_targets_ruby26(-)] ) ruby_targets_ruby27? ( virtual/rubygems[ruby_targets_ruby27(-)] ) +DEPEND=ruby_targets_ruby26? ( dev-lang/ruby:2.6 ) ruby_targets_ruby27? ( dev-lang/ruby:2.7 ) ruby_targets_ruby30? ( dev-lang/ruby:3.0 ) ruby_targets_ruby26? ( virtual/rubygems[ruby_targets_ruby26(-)] ) ruby_targets_ruby27? ( virtual/rubygems[ruby_targets_ruby27(-)] ) ruby_targets_ruby30? ( virtual/rubygems[ruby_targets_ruby30(-)] ) DESCRIPTION=Instafailing RSpec progress bar formatter EAPI=7 HOMEPAGE=https://github.com/thekompanee/fuubar -IUSE=test ruby_targets_ruby26 ruby_targets_ruby27 doc test test +IUSE=test ruby_targets_ruby26 ruby_targets_ruby27 ruby_targets_ruby30 doc test test KEYWORDS=~amd64 ~hppa ~ppc ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris LICENSE=MIT -RDEPEND=ruby_targets_ruby26? ( dev-ruby/rspec:3[ruby_targets_ruby26(-)] >=dev-ruby/ruby-progressbar-1.4:0[ruby_targets_ruby26(-)] ) ruby_targets_ruby27? ( dev-ruby/rspec:3[ruby_targets_ruby27(-)] >=dev-ruby/ruby-progressbar-1.4:0[ruby_targets_ruby27(-)] ) ruby_targets_ruby26? ( dev-lang/ruby:2.6 ) ruby_targets_ruby27? ( dev-lang/ruby:2.7 ) ruby_targets_ruby26? ( virtual/rubygems[ruby_targets_ruby26(-)] ) ruby_targets_ruby27? ( virtual/rubygems[ruby_targets_ruby27(-)] ) -REQUIRED_USE=|| ( ruby_targets_ruby26 ruby_targets_ruby27 ) +RDEPEND=ruby_targets_ruby26? ( dev-ruby/rspec:3[ruby_targets_ruby26(-)] >=dev-ruby/ruby-progressbar-1.4:0[ruby_targets_ruby26(-)] ) ruby_targets_ruby27? ( dev-ruby/rspec:3[ruby_targets_ruby27(-)] >=dev-ruby/ruby-progressbar-1.4:0[ruby_targets_ruby27(-)] ) ruby_targets_ruby30? ( dev-ruby/rspec:3[ruby_targets_ruby30(-)] >=dev-ruby/ruby-progressbar-1.4:0[ruby_targets_ruby30(-)] ) ruby_targets_ruby26? ( dev-lang/ruby:2.6 ) ruby_targets_ruby27? ( dev-lang/ruby:2.7 ) ruby_targets_ruby30? ( dev-lang/ruby:3.0 ) ruby_targets_ruby26? ( virtual/rubygems[ruby_targets_ruby26(-)] ) ruby_targets_ruby27? ( virtual/rubygems[ruby_targets_ruby27(-)] ) ruby_targets_ruby30? ( virtual/rubygems[ruby_targets_ruby30(-)] ) +REQUIRED_USE=|| ( ruby_targets_ruby26 ruby_targets_ruby27 ruby_targets_ruby30 ) RESTRICT=!test? ( test ) !test? ( test ) !test? ( test ) SLOT=2 SRC_URI=https://github.com/thekompanee/fuubar/archive/releases/v2.5.1.tar.gz -> fuubar-2.5.1.tar.gz _eclasses_=estack 055c42df72f76a4f45ec92b35e83cd56 multilib 4a33c9008e5ee30cb8840a3fdc24df2b ruby-fakegem 08015e64ff76dc2e2b177418bc2acb08 ruby-ng 840098b934fa20199984384b02780370 ruby-utils 707c7b16c28e3483e51d7ec7f7b0d5ed toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 -_md5_=fd136d29e417ea3bfea6ba2f9eff5331 +_md5_=668eecdf83b935c8d733bef0380b81db diff --git a/metadata/md5-cache/dev-ruby/ox-2.14.11 b/metadata/md5-cache/dev-ruby/ox-2.14.11 new file mode 100644 index 000000000000..57db2a9e13df --- /dev/null +++ b/metadata/md5-cache/dev-ruby/ox-2.14.11 @@ -0,0 +1,16 @@ +BDEPEND=ruby_targets_ruby26? ( dev-lang/ruby:2.6 ) ruby_targets_ruby27? ( dev-lang/ruby:2.7 ) ruby_targets_ruby30? ( dev-lang/ruby:3.0 ) ruby_targets_ruby31? ( dev-lang/ruby:3.1 ) ruby_targets_ruby26? ( doc? ( dev-ruby/rdoc[ruby_targets_ruby26(-)] ) ) ruby_targets_ruby27? ( doc? ( dev-ruby/rdoc[ruby_targets_ruby27(-)] ) ) ruby_targets_ruby30? ( doc? ( dev-ruby/rdoc[ruby_targets_ruby30(-)] ) ) ruby_targets_ruby31? ( doc? ( dev-ruby/rdoc[ruby_targets_ruby31(-)] ) ) ruby_targets_ruby26? ( test? ( dev-ruby/rake[ruby_targets_ruby26(-)] ) ) ruby_targets_ruby27? ( test? ( dev-ruby/rake[ruby_targets_ruby27(-)] ) ) ruby_targets_ruby30? ( test? ( dev-ruby/rake[ruby_targets_ruby30(-)] ) ) ruby_targets_ruby31? ( test? ( dev-ruby/rake[ruby_targets_ruby31(-)] ) ) ruby_targets_ruby26? ( virtual/rubygems[ruby_targets_ruby26(-)] ) ruby_targets_ruby27? ( virtual/rubygems[ruby_targets_ruby27(-)] ) ruby_targets_ruby30? ( virtual/rubygems[ruby_targets_ruby30(-)] ) ruby_targets_ruby31? ( virtual/rubygems[ruby_targets_ruby31(-)] ) test? ( ruby_targets_ruby26? ( virtual/rubygems[ruby_targets_ruby26(-)] ) ruby_targets_ruby27? ( virtual/rubygems[ruby_targets_ruby27(-)] ) ruby_targets_ruby30? ( virtual/rubygems[ruby_targets_ruby30(-)] ) ruby_targets_ruby31? ( virtual/rubygems[ruby_targets_ruby31(-)] ) ) +DEFINED_PHASES=compile configure install prepare setup test unpack +DEPEND=ruby_targets_ruby26? ( dev-lang/ruby:2.6 ) ruby_targets_ruby27? ( dev-lang/ruby:2.7 ) ruby_targets_ruby30? ( dev-lang/ruby:3.0 ) ruby_targets_ruby31? ( dev-lang/ruby:3.1 ) ruby_targets_ruby26? ( virtual/rubygems[ruby_targets_ruby26(-)] ) ruby_targets_ruby27? ( virtual/rubygems[ruby_targets_ruby27(-)] ) ruby_targets_ruby30? ( virtual/rubygems[ruby_targets_ruby30(-)] ) ruby_targets_ruby31? ( virtual/rubygems[ruby_targets_ruby31(-)] ) +DESCRIPTION=A fast XML parser and Object marshaller +EAPI=8 +HOMEPAGE=https://www.ohler.com/ox/ https://github.com/ohler55/ox +IUSE=ruby_targets_ruby26 ruby_targets_ruby27 ruby_targets_ruby30 ruby_targets_ruby31 doc test test +KEYWORDS=~amd64 ~ppc ~ppc64 ~x86 +LICENSE=BSD +RDEPEND=ruby_targets_ruby26? ( dev-lang/ruby:2.6 ) ruby_targets_ruby27? ( dev-lang/ruby:2.7 ) ruby_targets_ruby30? ( dev-lang/ruby:3.0 ) ruby_targets_ruby31? ( dev-lang/ruby:3.1 ) ruby_targets_ruby26? ( virtual/rubygems[ruby_targets_ruby26(-)] ) ruby_targets_ruby27? ( virtual/rubygems[ruby_targets_ruby27(-)] ) ruby_targets_ruby30? ( virtual/rubygems[ruby_targets_ruby30(-)] ) ruby_targets_ruby31? ( virtual/rubygems[ruby_targets_ruby31(-)] ) +REQUIRED_USE=|| ( ruby_targets_ruby26 ruby_targets_ruby27 ruby_targets_ruby30 ruby_targets_ruby31 ) +RESTRICT=!test? ( test ) !test? ( test ) +SLOT=0 +SRC_URI=https://github.com/ohler55/ox/archive/v2.14.11.tar.gz -> ox-2.14.11.tar.gz +_eclasses_=estack 055c42df72f76a4f45ec92b35e83cd56 multilib 4a33c9008e5ee30cb8840a3fdc24df2b ruby-fakegem 08015e64ff76dc2e2b177418bc2acb08 ruby-ng 840098b934fa20199984384b02780370 ruby-utils 707c7b16c28e3483e51d7ec7f7b0d5ed toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 +_md5_=44af274c7a83f30602b109056963393a diff --git a/metadata/md5-cache/dev-ruby/ox-2.14.4 b/metadata/md5-cache/dev-ruby/ox-2.14.4 deleted file mode 100644 index 8e76a3ba67cb..000000000000 --- a/metadata/md5-cache/dev-ruby/ox-2.14.4 +++ /dev/null @@ -1,16 +0,0 @@ -BDEPEND=ruby_targets_ruby26? ( dev-lang/ruby:2.6 ) ruby_targets_ruby27? ( dev-lang/ruby:2.7 ) ruby_targets_ruby30? ( dev-lang/ruby:3.0 ) ruby_targets_ruby26? ( doc? ( dev-ruby/rdoc[ruby_targets_ruby26(-)] ) ) ruby_targets_ruby27? ( doc? ( dev-ruby/rdoc[ruby_targets_ruby27(-)] ) ) ruby_targets_ruby30? ( doc? ( dev-ruby/rdoc[ruby_targets_ruby30(-)] ) ) ruby_targets_ruby26? ( test? ( dev-ruby/rake[ruby_targets_ruby26(-)] ) ) ruby_targets_ruby27? ( test? ( dev-ruby/rake[ruby_targets_ruby27(-)] ) ) ruby_targets_ruby30? ( test? ( dev-ruby/rake[ruby_targets_ruby30(-)] ) ) ruby_targets_ruby26? ( virtual/rubygems[ruby_targets_ruby26(-)] ) ruby_targets_ruby27? ( virtual/rubygems[ruby_targets_ruby27(-)] ) ruby_targets_ruby30? ( virtual/rubygems[ruby_targets_ruby30(-)] ) test? ( ruby_targets_ruby26? ( virtual/rubygems[ruby_targets_ruby26(-)] ) ruby_targets_ruby27? ( virtual/rubygems[ruby_targets_ruby27(-)] ) ruby_targets_ruby30? ( virtual/rubygems[ruby_targets_ruby30(-)] ) ) -DEFINED_PHASES=compile configure install prepare setup test unpack -DEPEND=ruby_targets_ruby26? ( dev-lang/ruby:2.6 ) ruby_targets_ruby27? ( dev-lang/ruby:2.7 ) ruby_targets_ruby30? ( dev-lang/ruby:3.0 ) ruby_targets_ruby26? ( virtual/rubygems[ruby_targets_ruby26(-)] ) ruby_targets_ruby27? ( virtual/rubygems[ruby_targets_ruby27(-)] ) ruby_targets_ruby30? ( virtual/rubygems[ruby_targets_ruby30(-)] ) -DESCRIPTION=A fast XML parser and Object marshaller -EAPI=7 -HOMEPAGE=https://www.ohler.com/ox/ https://github.com/ohler55/ox -IUSE=ruby_targets_ruby26 ruby_targets_ruby27 ruby_targets_ruby30 doc test test -KEYWORDS=amd64 ~ppc ~ppc64 ~x86 -LICENSE=BSD -RDEPEND=ruby_targets_ruby26? ( dev-lang/ruby:2.6 ) ruby_targets_ruby27? ( dev-lang/ruby:2.7 ) ruby_targets_ruby30? ( dev-lang/ruby:3.0 ) ruby_targets_ruby26? ( virtual/rubygems[ruby_targets_ruby26(-)] ) ruby_targets_ruby27? ( virtual/rubygems[ruby_targets_ruby27(-)] ) ruby_targets_ruby30? ( virtual/rubygems[ruby_targets_ruby30(-)] ) -REQUIRED_USE=|| ( ruby_targets_ruby26 ruby_targets_ruby27 ruby_targets_ruby30 ) -RESTRICT=!test? ( test ) !test? ( test ) -SLOT=0 -SRC_URI=https://github.com/ohler55/ox/archive/v2.14.4.tar.gz -> ox-2.14.4.tar.gz -_eclasses_=estack 055c42df72f76a4f45ec92b35e83cd56 multilib 4a33c9008e5ee30cb8840a3fdc24df2b ruby-fakegem 08015e64ff76dc2e2b177418bc2acb08 ruby-ng 840098b934fa20199984384b02780370 ruby-utils 707c7b16c28e3483e51d7ec7f7b0d5ed toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 -_md5_=54121f88a21a6839c12151fa82f54ded diff --git a/metadata/md5-cache/dev-ruby/parallel-1.22.1 b/metadata/md5-cache/dev-ruby/parallel-1.22.1 new file mode 100644 index 000000000000..76255b017e76 --- /dev/null +++ b/metadata/md5-cache/dev-ruby/parallel-1.22.1 @@ -0,0 +1,16 @@ +BDEPEND=ruby_targets_ruby26? ( test? ( dev-ruby/ruby-progressbar[ruby_targets_ruby26(-)] dev-ruby/activerecord[ruby_targets_ruby26(-),sqlite] ) ) ruby_targets_ruby27? ( test? ( dev-ruby/ruby-progressbar[ruby_targets_ruby27(-)] dev-ruby/activerecord[ruby_targets_ruby27(-),sqlite] ) ) ruby_targets_ruby30? ( test? ( dev-ruby/ruby-progressbar[ruby_targets_ruby30(-)] dev-ruby/activerecord[ruby_targets_ruby30(-),sqlite] ) ) ruby_targets_ruby26? ( dev-lang/ruby:2.6 ) ruby_targets_ruby27? ( dev-lang/ruby:2.7 ) ruby_targets_ruby30? ( dev-lang/ruby:3.0 ) ruby_targets_ruby26? ( doc? ( dev-ruby/rdoc[ruby_targets_ruby26(-)] ) ) ruby_targets_ruby27? ( doc? ( dev-ruby/rdoc[ruby_targets_ruby27(-)] ) ) ruby_targets_ruby30? ( doc? ( dev-ruby/rdoc[ruby_targets_ruby30(-)] ) ) ruby_targets_ruby26? ( test? ( dev-ruby/rspec:3[ruby_targets_ruby26(-)] ) ) ruby_targets_ruby27? ( test? ( dev-ruby/rspec:3[ruby_targets_ruby27(-)] ) ) ruby_targets_ruby30? ( test? ( dev-ruby/rspec:3[ruby_targets_ruby30(-)] ) ) ruby_targets_ruby26? ( virtual/rubygems[ruby_targets_ruby26(-)] ) ruby_targets_ruby27? ( virtual/rubygems[ruby_targets_ruby27(-)] ) ruby_targets_ruby30? ( virtual/rubygems[ruby_targets_ruby30(-)] ) test? ( ruby_targets_ruby26? ( virtual/rubygems[ruby_targets_ruby26(-)] ) ruby_targets_ruby27? ( virtual/rubygems[ruby_targets_ruby27(-)] ) ruby_targets_ruby30? ( virtual/rubygems[ruby_targets_ruby30(-)] ) ) +DEFINED_PHASES=compile configure install prepare setup test unpack +DEPEND=test? ( sys-process/lsof sys-process/procps ) ruby_targets_ruby26? ( dev-lang/ruby:2.6 ) ruby_targets_ruby27? ( dev-lang/ruby:2.7 ) ruby_targets_ruby30? ( dev-lang/ruby:3.0 ) ruby_targets_ruby26? ( virtual/rubygems[ruby_targets_ruby26(-)] ) ruby_targets_ruby27? ( virtual/rubygems[ruby_targets_ruby27(-)] ) ruby_targets_ruby30? ( virtual/rubygems[ruby_targets_ruby30(-)] ) +DESCRIPTION=Run any code in parallel Processes or Threads +EAPI=8 +HOMEPAGE=https://github.com/grosser/parallel +IUSE=test ruby_targets_ruby26 ruby_targets_ruby27 ruby_targets_ruby30 doc test test +KEYWORDS=~amd64 ~riscv +LICENSE=MIT +RDEPEND=ruby_targets_ruby26? ( dev-lang/ruby:2.6 ) ruby_targets_ruby27? ( dev-lang/ruby:2.7 ) ruby_targets_ruby30? ( dev-lang/ruby:3.0 ) ruby_targets_ruby26? ( virtual/rubygems[ruby_targets_ruby26(-)] ) ruby_targets_ruby27? ( virtual/rubygems[ruby_targets_ruby27(-)] ) ruby_targets_ruby30? ( virtual/rubygems[ruby_targets_ruby30(-)] ) +REQUIRED_USE=|| ( ruby_targets_ruby26 ruby_targets_ruby27 ruby_targets_ruby30 ) +RESTRICT=!test? ( test ) !test? ( test ) +SLOT=1 +SRC_URI=https://github.com/grosser/parallel/archive/v1.22.1.tar.gz -> parallel-1.22.1.tar.gz +_eclasses_=estack 055c42df72f76a4f45ec92b35e83cd56 multilib 4a33c9008e5ee30cb8840a3fdc24df2b ruby-fakegem 08015e64ff76dc2e2b177418bc2acb08 ruby-ng 840098b934fa20199984384b02780370 ruby-utils 707c7b16c28e3483e51d7ec7f7b0d5ed toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 +_md5_=70c02c21abff2c1249c0e7bacca3e277 diff --git a/metadata/md5-cache/dev-ruby/rspectacular-0.70.8-r1 b/metadata/md5-cache/dev-ruby/rspectacular-0.70.8-r1 index 262b87174d51..319bb26cc48f 100644 --- a/metadata/md5-cache/dev-ruby/rspectacular-0.70.8-r1 +++ b/metadata/md5-cache/dev-ruby/rspectacular-0.70.8-r1 @@ -1,16 +1,16 @@ -BDEPEND=test? ( ruby_targets_ruby26? ( >=dev-ruby/rspec-3.1:3[ruby_targets_ruby26(-)] dev-ruby/fuubar:2[ruby_targets_ruby26(-)] dev-ruby/shoulda-matchers:3[ruby_targets_ruby26(-)] ) ruby_targets_ruby27? ( >=dev-ruby/rspec-3.1:3[ruby_targets_ruby27(-)] dev-ruby/fuubar:2[ruby_targets_ruby27(-)] dev-ruby/shoulda-matchers:3[ruby_targets_ruby27(-)] ) ) ruby_targets_ruby26? ( dev-lang/ruby:2.6 ) ruby_targets_ruby27? ( dev-lang/ruby:2.7 ) ruby_targets_ruby26? ( doc? ( dev-ruby/rdoc[ruby_targets_ruby26(-)] ) ) ruby_targets_ruby27? ( doc? ( dev-ruby/rdoc[ruby_targets_ruby27(-)] ) ) ruby_targets_ruby26? ( virtual/rubygems[ruby_targets_ruby26(-)] ) ruby_targets_ruby27? ( virtual/rubygems[ruby_targets_ruby27(-)] ) test? ( ruby_targets_ruby26? ( virtual/rubygems[ruby_targets_ruby26(-)] ) ruby_targets_ruby27? ( virtual/rubygems[ruby_targets_ruby27(-)] ) ) +BDEPEND=test? ( ruby_targets_ruby26? ( >=dev-ruby/rspec-3.1:3[ruby_targets_ruby26(-)] dev-ruby/fuubar:2[ruby_targets_ruby26(-)] dev-ruby/shoulda-matchers:3[ruby_targets_ruby26(-)] ) ruby_targets_ruby27? ( >=dev-ruby/rspec-3.1:3[ruby_targets_ruby27(-)] dev-ruby/fuubar:2[ruby_targets_ruby27(-)] dev-ruby/shoulda-matchers:3[ruby_targets_ruby27(-)] ) ruby_targets_ruby30? ( >=dev-ruby/rspec-3.1:3[ruby_targets_ruby30(-)] dev-ruby/fuubar:2[ruby_targets_ruby30(-)] dev-ruby/shoulda-matchers:3[ruby_targets_ruby30(-)] ) ) ruby_targets_ruby26? ( dev-lang/ruby:2.6 ) ruby_targets_ruby27? ( dev-lang/ruby:2.7 ) ruby_targets_ruby30? ( dev-lang/ruby:3.0 ) ruby_targets_ruby26? ( doc? ( dev-ruby/rdoc[ruby_targets_ruby26(-)] ) ) ruby_targets_ruby27? ( doc? ( dev-ruby/rdoc[ruby_targets_ruby27(-)] ) ) ruby_targets_ruby30? ( doc? ( dev-ruby/rdoc[ruby_targets_ruby30(-)] ) ) ruby_targets_ruby26? ( virtual/rubygems[ruby_targets_ruby26(-)] ) ruby_targets_ruby27? ( virtual/rubygems[ruby_targets_ruby27(-)] ) ruby_targets_ruby30? ( virtual/rubygems[ruby_targets_ruby30(-)] ) test? ( ruby_targets_ruby26? ( virtual/rubygems[ruby_targets_ruby26(-)] ) ruby_targets_ruby27? ( virtual/rubygems[ruby_targets_ruby27(-)] ) ruby_targets_ruby30? ( virtual/rubygems[ruby_targets_ruby30(-)] ) ) DEFINED_PHASES=compile configure install prepare setup test unpack -DEPEND=ruby_targets_ruby26? ( dev-lang/ruby:2.6 ) ruby_targets_ruby27? ( dev-lang/ruby:2.7 ) ruby_targets_ruby26? ( virtual/rubygems[ruby_targets_ruby26(-)] ) ruby_targets_ruby27? ( virtual/rubygems[ruby_targets_ruby27(-)] ) +DEPEND=ruby_targets_ruby26? ( dev-lang/ruby:2.6 ) ruby_targets_ruby27? ( dev-lang/ruby:2.7 ) ruby_targets_ruby30? ( dev-lang/ruby:3.0 ) ruby_targets_ruby26? ( virtual/rubygems[ruby_targets_ruby26(-)] ) ruby_targets_ruby27? ( virtual/rubygems[ruby_targets_ruby27(-)] ) ruby_targets_ruby30? ( virtual/rubygems[ruby_targets_ruby30(-)] ) DESCRIPTION=RSpec support and matchers EAPI=7 HOMEPAGE=https://github.com/thekompanee/rspectacular -IUSE=test ruby_targets_ruby26 ruby_targets_ruby27 doc test +IUSE=test ruby_targets_ruby26 ruby_targets_ruby27 ruby_targets_ruby30 doc test KEYWORDS=amd64 ~hppa ~ppc ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris LICENSE=MIT -RDEPEND=ruby_targets_ruby26? ( >=dev-ruby/rspec-3.1:3[ruby_targets_ruby26(-)] dev-ruby/fuubar:2[ruby_targets_ruby26(-)] dev-ruby/shoulda-matchers:3[ruby_targets_ruby26(-)] ) ruby_targets_ruby27? ( >=dev-ruby/rspec-3.1:3[ruby_targets_ruby27(-)] dev-ruby/fuubar:2[ruby_targets_ruby27(-)] dev-ruby/shoulda-matchers:3[ruby_targets_ruby27(-)] ) ruby_targets_ruby26? ( dev-lang/ruby:2.6 ) ruby_targets_ruby27? ( dev-lang/ruby:2.7 ) ruby_targets_ruby26? ( virtual/rubygems[ruby_targets_ruby26(-)] ) ruby_targets_ruby27? ( virtual/rubygems[ruby_targets_ruby27(-)] ) -REQUIRED_USE=|| ( ruby_targets_ruby26 ruby_targets_ruby27 ) +RDEPEND=ruby_targets_ruby26? ( >=dev-ruby/rspec-3.1:3[ruby_targets_ruby26(-)] dev-ruby/fuubar:2[ruby_targets_ruby26(-)] dev-ruby/shoulda-matchers:3[ruby_targets_ruby26(-)] ) ruby_targets_ruby27? ( >=dev-ruby/rspec-3.1:3[ruby_targets_ruby27(-)] dev-ruby/fuubar:2[ruby_targets_ruby27(-)] dev-ruby/shoulda-matchers:3[ruby_targets_ruby27(-)] ) ruby_targets_ruby30? ( >=dev-ruby/rspec-3.1:3[ruby_targets_ruby30(-)] dev-ruby/fuubar:2[ruby_targets_ruby30(-)] dev-ruby/shoulda-matchers:3[ruby_targets_ruby30(-)] ) ruby_targets_ruby26? ( dev-lang/ruby:2.6 ) ruby_targets_ruby27? ( dev-lang/ruby:2.7 ) ruby_targets_ruby30? ( dev-lang/ruby:3.0 ) ruby_targets_ruby26? ( virtual/rubygems[ruby_targets_ruby26(-)] ) ruby_targets_ruby27? ( virtual/rubygems[ruby_targets_ruby27(-)] ) ruby_targets_ruby30? ( virtual/rubygems[ruby_targets_ruby30(-)] ) +REQUIRED_USE=|| ( ruby_targets_ruby26 ruby_targets_ruby27 ruby_targets_ruby30 ) RESTRICT=!test? ( test ) !test? ( test ) SLOT=0 SRC_URI=https://rubygems.org/gems/rspectacular-0.70.8.gem _eclasses_=estack 055c42df72f76a4f45ec92b35e83cd56 multilib 4a33c9008e5ee30cb8840a3fdc24df2b ruby-fakegem 08015e64ff76dc2e2b177418bc2acb08 ruby-ng 840098b934fa20199984384b02780370 ruby-utils 707c7b16c28e3483e51d7ec7f7b0d5ed toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 -_md5_=41cf0360dd021313764bce09970a8de9 +_md5_=e5776a650ac7a6b69e652ee104ab2a99 diff --git a/metadata/md5-cache/dev-ruby/ruby-progressbar-1.11.0 b/metadata/md5-cache/dev-ruby/ruby-progressbar-1.11.0 index 31a81054a143..3ea1b53ba307 100644 --- a/metadata/md5-cache/dev-ruby/ruby-progressbar-1.11.0 +++ b/metadata/md5-cache/dev-ruby/ruby-progressbar-1.11.0 @@ -1,16 +1,16 @@ -BDEPEND=ruby_targets_ruby26? ( test? ( dev-ruby/rspectacular[ruby_targets_ruby26(-)] dev-ruby/timecop[ruby_targets_ruby26(-)] ) ) ruby_targets_ruby27? ( test? ( dev-ruby/rspectacular[ruby_targets_ruby27(-)] dev-ruby/timecop[ruby_targets_ruby27(-)] ) ) ruby_targets_ruby26? ( dev-lang/ruby:2.6 ) ruby_targets_ruby27? ( dev-lang/ruby:2.7 ) ruby_targets_ruby26? ( doc? ( dev-ruby/rdoc[ruby_targets_ruby26(-)] ) ) ruby_targets_ruby27? ( doc? ( dev-ruby/rdoc[ruby_targets_ruby27(-)] ) ) ruby_targets_ruby26? ( test? ( dev-ruby/rspec:3[ruby_targets_ruby26(-)] ) ) ruby_targets_ruby27? ( test? ( dev-ruby/rspec:3[ruby_targets_ruby27(-)] ) ) ruby_targets_ruby26? ( virtual/rubygems[ruby_targets_ruby26(-)] ) ruby_targets_ruby27? ( virtual/rubygems[ruby_targets_ruby27(-)] ) test? ( ruby_targets_ruby26? ( virtual/rubygems[ruby_targets_ruby26(-)] ) ruby_targets_ruby27? ( virtual/rubygems[ruby_targets_ruby27(-)] ) ) +BDEPEND=ruby_targets_ruby26? ( test? ( dev-ruby/rspectacular[ruby_targets_ruby26(-)] dev-ruby/timecop[ruby_targets_ruby26(-)] ) ) ruby_targets_ruby27? ( test? ( dev-ruby/rspectacular[ruby_targets_ruby27(-)] dev-ruby/timecop[ruby_targets_ruby27(-)] ) ) ruby_targets_ruby30? ( test? ( dev-ruby/rspectacular[ruby_targets_ruby30(-)] dev-ruby/timecop[ruby_targets_ruby30(-)] ) ) ruby_targets_ruby26? ( dev-lang/ruby:2.6 ) ruby_targets_ruby27? ( dev-lang/ruby:2.7 ) ruby_targets_ruby30? ( dev-lang/ruby:3.0 ) ruby_targets_ruby26? ( doc? ( dev-ruby/rdoc[ruby_targets_ruby26(-)] ) ) ruby_targets_ruby27? ( doc? ( dev-ruby/rdoc[ruby_targets_ruby27(-)] ) ) ruby_targets_ruby30? ( doc? ( dev-ruby/rdoc[ruby_targets_ruby30(-)] ) ) ruby_targets_ruby26? ( test? ( dev-ruby/rspec:3[ruby_targets_ruby26(-)] ) ) ruby_targets_ruby27? ( test? ( dev-ruby/rspec:3[ruby_targets_ruby27(-)] ) ) ruby_targets_ruby30? ( test? ( dev-ruby/rspec:3[ruby_targets_ruby30(-)] ) ) ruby_targets_ruby26? ( virtual/rubygems[ruby_targets_ruby26(-)] ) ruby_targets_ruby27? ( virtual/rubygems[ruby_targets_ruby27(-)] ) ruby_targets_ruby30? ( virtual/rubygems[ruby_targets_ruby30(-)] ) test? ( ruby_targets_ruby26? ( virtual/rubygems[ruby_targets_ruby26(-)] ) ruby_targets_ruby27? ( virtual/rubygems[ruby_targets_ruby27(-)] ) ruby_targets_ruby30? ( virtual/rubygems[ruby_targets_ruby30(-)] ) ) DEFINED_PHASES=compile configure install prepare setup test unpack -DEPEND=ruby_targets_ruby26? ( dev-lang/ruby:2.6 ) ruby_targets_ruby27? ( dev-lang/ruby:2.7 ) ruby_targets_ruby26? ( virtual/rubygems[ruby_targets_ruby26(-)] ) ruby_targets_ruby27? ( virtual/rubygems[ruby_targets_ruby27(-)] ) +DEPEND=ruby_targets_ruby26? ( dev-lang/ruby:2.6 ) ruby_targets_ruby27? ( dev-lang/ruby:2.7 ) ruby_targets_ruby30? ( dev-lang/ruby:3.0 ) ruby_targets_ruby26? ( virtual/rubygems[ruby_targets_ruby26(-)] ) ruby_targets_ruby27? ( virtual/rubygems[ruby_targets_ruby27(-)] ) ruby_targets_ruby30? ( virtual/rubygems[ruby_targets_ruby30(-)] ) DESCRIPTION=A Text Progress Bar Library for Ruby EAPI=7 HOMEPAGE=https://github.com/jfelchner/ruby-progressbar -IUSE=test ruby_targets_ruby26 ruby_targets_ruby27 doc test test +IUSE=test ruby_targets_ruby26 ruby_targets_ruby27 ruby_targets_ruby30 doc test test KEYWORDS=~amd64 ~hppa ~ppc ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris LICENSE=MIT -RDEPEND=ruby_targets_ruby26? ( dev-lang/ruby:2.6 ) ruby_targets_ruby27? ( dev-lang/ruby:2.7 ) ruby_targets_ruby26? ( virtual/rubygems[ruby_targets_ruby26(-)] ) ruby_targets_ruby27? ( virtual/rubygems[ruby_targets_ruby27(-)] ) -REQUIRED_USE=|| ( ruby_targets_ruby26 ruby_targets_ruby27 ) +RDEPEND=ruby_targets_ruby26? ( dev-lang/ruby:2.6 ) ruby_targets_ruby27? ( dev-lang/ruby:2.7 ) ruby_targets_ruby30? ( dev-lang/ruby:3.0 ) ruby_targets_ruby26? ( virtual/rubygems[ruby_targets_ruby26(-)] ) ruby_targets_ruby27? ( virtual/rubygems[ruby_targets_ruby27(-)] ) ruby_targets_ruby30? ( virtual/rubygems[ruby_targets_ruby30(-)] ) +REQUIRED_USE=|| ( ruby_targets_ruby26 ruby_targets_ruby27 ruby_targets_ruby30 ) RESTRICT=!test? ( test ) !test? ( test ) SLOT=0 SRC_URI=https://github.com/jfelchner/ruby-progressbar/archive/releases/v1.11.0.tar.gz -> ruby-progressbar-1.11.0.tar.gz _eclasses_=estack 055c42df72f76a4f45ec92b35e83cd56 multilib 4a33c9008e5ee30cb8840a3fdc24df2b ruby-fakegem 08015e64ff76dc2e2b177418bc2acb08 ruby-ng 840098b934fa20199984384b02780370 ruby-utils 707c7b16c28e3483e51d7ec7f7b0d5ed toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 -_md5_=5bdfbada69d1341742cb247092f140e5 +_md5_=9c3aee56b6f47d2533f195954881605c diff --git a/metadata/md5-cache/mail-client/Manifest.gz b/metadata/md5-cache/mail-client/Manifest.gz index 90ce6d1db66d..ab0ab2e9660d 100644 Binary files a/metadata/md5-cache/mail-client/Manifest.gz and b/metadata/md5-cache/mail-client/Manifest.gz differ diff --git a/metadata/md5-cache/mail-client/thunderbird-91.8.0 b/metadata/md5-cache/mail-client/thunderbird-91.8.0 new file mode 100644 index 000000000000..872ed06d8cd7 --- /dev/null +++ b/metadata/md5-cache/mail-client/thunderbird-91.8.0 @@ -0,0 +1,15 @@ +BDEPEND=|| ( >=dev-lang/python-3.10.0_p1-r1:3.10[ncurses,sqlite,ssl] >=dev-lang/python-3.9.9-r1:3.9[ncurses,sqlite,ssl] >=dev-lang/python-3.8.12_p1-r1:3.8[ncurses,sqlite,ssl] ) app-arch/unzip app-arch/zip >=dev-util/cbindgen-0.19.0 >=net-libs/nodejs-10.23.1 virtual/pkgconfig >=virtual/rust-1.51.0 || ( ( sys-devel/clang:13 sys-devel/llvm:13 clang? ( =sys-devel/lld-13* pgo? ( =sys-libs/compiler-rt-sanitizers-13*[profile] ) ) ) ( sys-devel/clang:12 sys-devel/llvm:12 clang? ( =sys-devel/lld-12* pgo? ( =sys-libs/compiler-rt-sanitizers-12*[profile] ) ) ) ( sys-devel/clang:11 sys-devel/llvm:11 clang? ( =sys-devel/lld-11* pgo? ( =sys-libs/compiler-rt-sanitizers-11*[profile] ) ) ) ) amd64? ( >=dev-lang/nasm-2.13 ) x86? ( >=dev-lang/nasm-2.13 ) sys-devel/gnuconfig >=app-portage/elt-patches-20170815 || ( >=sys-devel/automake-1.16.4:1.16 ) ~sys-devel/autoconf-2.13 >=sys-devel/libtool-2.4 pgo? ( x11-base/xorg-server[xvfb] x11-apps/xhost ) +DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup unpack +DEPEND=>=dev-libs/nss-3.68 >=dev-libs/nspr-4.32 dev-libs/atk dev-libs/expat >=x11-libs/cairo-1.10[X] >=x11-libs/gtk+-3.4.0:3[X] x11-libs/gdk-pixbuf >=x11-libs/pango-1.22.0 >=media-libs/mesa-10.2:* media-libs/fontconfig >=media-libs/freetype-2.4.10 kernel_linux? ( !pulseaudio? ( media-libs/alsa-lib ) ) virtual/freedesktop-icon-theme >=x11-libs/pixman-0.19.2 >=dev-libs/glib-2.26:2 >=sys-libs/zlib-1.2.3 >=dev-libs/libffi-3.0.10:= media-video/ffmpeg x11-libs/libX11 x11-libs/libxcb:= x11-libs/libXcomposite x11-libs/libXdamage x11-libs/libXext x11-libs/libXfixes x11-libs/libXrender x11-libs/libXt dbus? ( sys-apps/dbus dev-libs/dbus-glib ) system-av1? ( >=media-libs/dav1d-0.8.1:= >=media-libs/libaom-1.0.0:= ) system-harfbuzz? ( >=media-libs/harfbuzz-2.8.1:0= >=media-gfx/graphite2-1.3.13 ) system-icu? ( >=dev-libs/icu-69.1:= ) system-jpeg? ( >=media-libs/libjpeg-turbo-1.2.1 ) system-libevent? ( >=dev-libs/libevent-2.0:0=[threads] ) system-libvpx? ( >=media-libs/libvpx-1.8.2:0=[postproc] ) system-png? ( >=media-libs/libpng-1.6.35:0=[apng] ) system-webp? ( >=media-libs/libwebp-1.1.0:0= ) wifi? ( kernel_linux? ( sys-apps/dbus dev-libs/dbus-glib net-misc/networkmanager ) ) jack? ( virtual/jack ) selinux? ( sec-policy/selinux-mozilla ) sndio? ( media-sound/sndio ) x11-libs/libICE x11-libs/libSM pulseaudio? ( || ( media-sound/pulseaudio >=media-sound/apulse-0.1.12-r4[sdk] ) ) wayland? ( >=x11-libs/gtk+-3.11:3[wayland] ) amd64? ( virtual/opengl ) x86? ( virtual/opengl ) !!sys-devel/llvm:0 dev-util/desktop-file-utils x11-misc/shared-mime-info +DESCRIPTION=Thunderbird Mail Client +EAPI=7 +HOMEPAGE=https://www.thunderbird.net/ +IUSE=+clang cpu_flags_arm_neon dbus debug eme-free hardened hwaccel jack lto +openh264 pgo pulseaudio sndio selinux +system-av1 +system-harfbuzz +system-icu +system-jpeg +system-libevent +system-libvpx system-png +system-webp wayland wifi l10n_af l10n_ar l10n_ast l10n_be l10n_bg l10n_br l10n_ca l10n_cak l10n_cs l10n_cy l10n_da l10n_de l10n_dsb l10n_el l10n_en-CA l10n_en-GB l10n_es-AR l10n_es-ES l10n_et l10n_eu l10n_fi l10n_fr l10n_fy l10n_ga l10n_gd l10n_gl l10n_he l10n_hr l10n_hsb l10n_hu l10n_id l10n_is l10n_it l10n_ja l10n_ka l10n_kab l10n_kk l10n_ko l10n_lt l10n_lv l10n_ms l10n_nb l10n_nl l10n_nn l10n_pa l10n_pl l10n_pt-BR l10n_pt-PT l10n_rm l10n_ro l10n_ru l10n_sk l10n_sl l10n_sq l10n_sr l10n_sv l10n_th l10n_tr l10n_uk l10n_uz l10n_vi l10n_zh-CN l10n_zh-TW pgo +KEYWORDS=~amd64 ~arm64 ~ppc64 ~x86 +LICENSE=MPL-2.0 GPL-2 LGPL-2.1 +RDEPEND=>=dev-libs/nss-3.68 >=dev-libs/nspr-4.32 dev-libs/atk dev-libs/expat >=x11-libs/cairo-1.10[X] >=x11-libs/gtk+-3.4.0:3[X] x11-libs/gdk-pixbuf >=x11-libs/pango-1.22.0 >=media-libs/mesa-10.2:* media-libs/fontconfig >=media-libs/freetype-2.4.10 kernel_linux? ( !pulseaudio? ( media-libs/alsa-lib ) ) virtual/freedesktop-icon-theme >=x11-libs/pixman-0.19.2 >=dev-libs/glib-2.26:2 >=sys-libs/zlib-1.2.3 >=dev-libs/libffi-3.0.10:= media-video/ffmpeg x11-libs/libX11 x11-libs/libxcb:= x11-libs/libXcomposite x11-libs/libXdamage x11-libs/libXext x11-libs/libXfixes x11-libs/libXrender x11-libs/libXt dbus? ( sys-apps/dbus dev-libs/dbus-glib ) system-av1? ( >=media-libs/dav1d-0.8.1:= >=media-libs/libaom-1.0.0:= ) system-harfbuzz? ( >=media-libs/harfbuzz-2.8.1:0= >=media-gfx/graphite2-1.3.13 ) system-icu? ( >=dev-libs/icu-69.1:= ) system-jpeg? ( >=media-libs/libjpeg-turbo-1.2.1 ) system-libevent? ( >=dev-libs/libevent-2.0:0=[threads] ) system-libvpx? ( >=media-libs/libvpx-1.8.2:0=[postproc] ) system-png? ( >=media-libs/libpng-1.6.35:0=[apng] ) system-webp? ( >=media-libs/libwebp-1.1.0:0= ) wifi? ( kernel_linux? ( sys-apps/dbus dev-libs/dbus-glib net-misc/networkmanager ) ) jack? ( virtual/jack ) selinux? ( sec-policy/selinux-mozilla ) sndio? ( media-sound/sndio ) jack? ( virtual/jack ) openh264? ( media-libs/openh264:*[plugin] ) pulseaudio? ( || ( media-sound/pulseaudio >=media-sound/apulse-0.1.12-r4 ) ) selinux? ( sec-policy/selinux-mozilla ) ! thunderbird-91.8.0.source.tar.xz https://dev.gentoo.org/~juippis/mozilla/patchsets/firefox-91esr-patches-06j.tar.xz https://dev.gentoo.org/~polynomial-c/mozilla/patchsets/firefox-91esr-patches-06j.tar.xz https://dev.gentoo.org/~whissi/mozilla/patchsets/firefox-91esr-patches-06j.tar.xz l10n_af? ( https://archive.mozilla.org/pub/thunderbird/releases/91.8.0/linux-x86_64/xpi/af.xpi -> thunderbird-91.8.0-af.xpi ) l10n_ar? ( https://archive.mozilla.org/pub/thunderbird/releases/91.8.0/linux-x86_64/xpi/ar.xpi -> thunderbird-91.8.0-ar.xpi ) l10n_ast? ( https://archive.mozilla.org/pub/thunderbird/releases/91.8.0/linux-x86_64/xpi/ast.xpi -> thunderbird-91.8.0-ast.xpi ) l10n_be? ( https://archive.mozilla.org/pub/thunderbird/releases/91.8.0/linux-x86_64/xpi/be.xpi -> thunderbird-91.8.0-be.xpi ) l10n_bg? ( https://archive.mozilla.org/pub/thunderbird/releases/91.8.0/linux-x86_64/xpi/bg.xpi -> thunderbird-91.8.0-bg.xpi ) l10n_br? ( https://archive.mozilla.org/pub/thunderbird/releases/91.8.0/linux-x86_64/xpi/br.xpi -> thunderbird-91.8.0-br.xpi ) l10n_ca? ( https://archive.mozilla.org/pub/thunderbird/releases/91.8.0/linux-x86_64/xpi/ca.xpi -> thunderbird-91.8.0-ca.xpi ) l10n_cak? ( https://archive.mozilla.org/pub/thunderbird/releases/91.8.0/linux-x86_64/xpi/cak.xpi -> thunderbird-91.8.0-cak.xpi ) l10n_cs? ( https://archive.mozilla.org/pub/thunderbird/releases/91.8.0/linux-x86_64/xpi/cs.xpi -> thunderbird-91.8.0-cs.xpi ) l10n_cy? ( https://archive.mozilla.org/pub/thunderbird/releases/91.8.0/linux-x86_64/xpi/cy.xpi -> thunderbird-91.8.0-cy.xpi ) l10n_da? ( https://archive.mozilla.org/pub/thunderbird/releases/91.8.0/linux-x86_64/xpi/da.xpi -> thunderbird-91.8.0-da.xpi ) l10n_de? ( https://archive.mozilla.org/pub/thunderbird/releases/91.8.0/linux-x86_64/xpi/de.xpi -> thunderbird-91.8.0-de.xpi ) l10n_dsb? ( https://archive.mozilla.org/pub/thunderbird/releases/91.8.0/linux-x86_64/xpi/dsb.xpi -> thunderbird-91.8.0-dsb.xpi ) l10n_el? ( https://archive.mozilla.org/pub/thunderbird/releases/91.8.0/linux-x86_64/xpi/el.xpi -> thunderbird-91.8.0-el.xpi ) l10n_en-CA? ( https://archive.mozilla.org/pub/thunderbird/releases/91.8.0/linux-x86_64/xpi/en-CA.xpi -> thunderbird-91.8.0-en-CA.xpi ) l10n_en-GB? ( https://archive.mozilla.org/pub/thunderbird/releases/91.8.0/linux-x86_64/xpi/en-GB.xpi -> thunderbird-91.8.0-en-GB.xpi ) l10n_es-AR? ( https://archive.mozilla.org/pub/thunderbird/releases/91.8.0/linux-x86_64/xpi/es-AR.xpi -> thunderbird-91.8.0-es-AR.xpi ) l10n_es-ES? ( https://archive.mozilla.org/pub/thunderbird/releases/91.8.0/linux-x86_64/xpi/es-ES.xpi -> thunderbird-91.8.0-es-ES.xpi ) l10n_et? ( https://archive.mozilla.org/pub/thunderbird/releases/91.8.0/linux-x86_64/xpi/et.xpi -> thunderbird-91.8.0-et.xpi ) l10n_eu? ( https://archive.mozilla.org/pub/thunderbird/releases/91.8.0/linux-x86_64/xpi/eu.xpi -> thunderbird-91.8.0-eu.xpi ) l10n_fi? ( https://archive.mozilla.org/pub/thunderbird/releases/91.8.0/linux-x86_64/xpi/fi.xpi -> thunderbird-91.8.0-fi.xpi ) l10n_fr? ( https://archive.mozilla.org/pub/thunderbird/releases/91.8.0/linux-x86_64/xpi/fr.xpi -> thunderbird-91.8.0-fr.xpi ) l10n_fy? ( https://archive.mozilla.org/pub/thunderbird/releases/91.8.0/linux-x86_64/xpi/fy-NL.xpi -> thunderbird-91.8.0-fy-NL.xpi ) l10n_ga? ( https://archive.mozilla.org/pub/thunderbird/releases/91.8.0/linux-x86_64/xpi/ga-IE.xpi -> thunderbird-91.8.0-ga-IE.xpi ) l10n_gd? ( https://archive.mozilla.org/pub/thunderbird/releases/91.8.0/linux-x86_64/xpi/gd.xpi -> thunderbird-91.8.0-gd.xpi ) l10n_gl? ( https://archive.mozilla.org/pub/thunderbird/releases/91.8.0/linux-x86_64/xpi/gl.xpi -> thunderbird-91.8.0-gl.xpi ) l10n_he? ( https://archive.mozilla.org/pub/thunderbird/releases/91.8.0/linux-x86_64/xpi/he.xpi -> thunderbird-91.8.0-he.xpi ) l10n_hr? ( https://archive.mozilla.org/pub/thunderbird/releases/91.8.0/linux-x86_64/xpi/hr.xpi -> thunderbird-91.8.0-hr.xpi ) l10n_hsb? ( https://archive.mozilla.org/pub/thunderbird/releases/91.8.0/linux-x86_64/xpi/hsb.xpi -> thunderbird-91.8.0-hsb.xpi ) l10n_hu? ( https://archive.mozilla.org/pub/thunderbird/releases/91.8.0/linux-x86_64/xpi/hu.xpi -> thunderbird-91.8.0-hu.xpi ) l10n_id? ( https://archive.mozilla.org/pub/thunderbird/releases/91.8.0/linux-x86_64/xpi/id.xpi -> thunderbird-91.8.0-id.xpi ) l10n_is? ( https://archive.mozilla.org/pub/thunderbird/releases/91.8.0/linux-x86_64/xpi/is.xpi -> thunderbird-91.8.0-is.xpi ) l10n_it? ( https://archive.mozilla.org/pub/thunderbird/releases/91.8.0/linux-x86_64/xpi/it.xpi -> thunderbird-91.8.0-it.xpi ) l10n_ja? ( https://archive.mozilla.org/pub/thunderbird/releases/91.8.0/linux-x86_64/xpi/ja.xpi -> thunderbird-91.8.0-ja.xpi ) l10n_ka? ( https://archive.mozilla.org/pub/thunderbird/releases/91.8.0/linux-x86_64/xpi/ka.xpi -> thunderbird-91.8.0-ka.xpi ) l10n_kab? ( https://archive.mozilla.org/pub/thunderbird/releases/91.8.0/linux-x86_64/xpi/kab.xpi -> thunderbird-91.8.0-kab.xpi ) l10n_kk? ( https://archive.mozilla.org/pub/thunderbird/releases/91.8.0/linux-x86_64/xpi/kk.xpi -> thunderbird-91.8.0-kk.xpi ) l10n_ko? ( https://archive.mozilla.org/pub/thunderbird/releases/91.8.0/linux-x86_64/xpi/ko.xpi -> thunderbird-91.8.0-ko.xpi ) l10n_lt? ( https://archive.mozilla.org/pub/thunderbird/releases/91.8.0/linux-x86_64/xpi/lt.xpi -> thunderbird-91.8.0-lt.xpi ) l10n_lv? ( https://archive.mozilla.org/pub/thunderbird/releases/91.8.0/linux-x86_64/xpi/lv.xpi -> thunderbird-91.8.0-lv.xpi ) l10n_ms? ( https://archive.mozilla.org/pub/thunderbird/releases/91.8.0/linux-x86_64/xpi/ms.xpi -> thunderbird-91.8.0-ms.xpi ) l10n_nb? ( https://archive.mozilla.org/pub/thunderbird/releases/91.8.0/linux-x86_64/xpi/nb-NO.xpi -> thunderbird-91.8.0-nb-NO.xpi ) l10n_nl? ( https://archive.mozilla.org/pub/thunderbird/releases/91.8.0/linux-x86_64/xpi/nl.xpi -> thunderbird-91.8.0-nl.xpi ) l10n_nn? ( https://archive.mozilla.org/pub/thunderbird/releases/91.8.0/linux-x86_64/xpi/nn-NO.xpi -> thunderbird-91.8.0-nn-NO.xpi ) l10n_pa? ( https://archive.mozilla.org/pub/thunderbird/releases/91.8.0/linux-x86_64/xpi/pa-IN.xpi -> thunderbird-91.8.0-pa-IN.xpi ) l10n_pl? ( https://archive.mozilla.org/pub/thunderbird/releases/91.8.0/linux-x86_64/xpi/pl.xpi -> thunderbird-91.8.0-pl.xpi ) l10n_pt-BR? ( https://archive.mozilla.org/pub/thunderbird/releases/91.8.0/linux-x86_64/xpi/pt-BR.xpi -> thunderbird-91.8.0-pt-BR.xpi ) l10n_pt-PT? ( https://archive.mozilla.org/pub/thunderbird/releases/91.8.0/linux-x86_64/xpi/pt-PT.xpi -> thunderbird-91.8.0-pt-PT.xpi ) l10n_rm? ( https://archive.mozilla.org/pub/thunderbird/releases/91.8.0/linux-x86_64/xpi/rm.xpi -> thunderbird-91.8.0-rm.xpi ) l10n_ro? ( https://archive.mozilla.org/pub/thunderbird/releases/91.8.0/linux-x86_64/xpi/ro.xpi -> thunderbird-91.8.0-ro.xpi ) l10n_ru? ( https://archive.mozilla.org/pub/thunderbird/releases/91.8.0/linux-x86_64/xpi/ru.xpi -> thunderbird-91.8.0-ru.xpi ) l10n_sk? ( https://archive.mozilla.org/pub/thunderbird/releases/91.8.0/linux-x86_64/xpi/sk.xpi -> thunderbird-91.8.0-sk.xpi ) l10n_sl? ( https://archive.mozilla.org/pub/thunderbird/releases/91.8.0/linux-x86_64/xpi/sl.xpi -> thunderbird-91.8.0-sl.xpi ) l10n_sq? ( https://archive.mozilla.org/pub/thunderbird/releases/91.8.0/linux-x86_64/xpi/sq.xpi -> thunderbird-91.8.0-sq.xpi ) l10n_sr? ( https://archive.mozilla.org/pub/thunderbird/releases/91.8.0/linux-x86_64/xpi/sr.xpi -> thunderbird-91.8.0-sr.xpi ) l10n_sv? ( https://archive.mozilla.org/pub/thunderbird/releases/91.8.0/linux-x86_64/xpi/sv-SE.xpi -> thunderbird-91.8.0-sv-SE.xpi ) l10n_th? ( https://archive.mozilla.org/pub/thunderbird/releases/91.8.0/linux-x86_64/xpi/th.xpi -> thunderbird-91.8.0-th.xpi ) l10n_tr? ( https://archive.mozilla.org/pub/thunderbird/releases/91.8.0/linux-x86_64/xpi/tr.xpi -> thunderbird-91.8.0-tr.xpi ) l10n_uk? ( https://archive.mozilla.org/pub/thunderbird/releases/91.8.0/linux-x86_64/xpi/uk.xpi -> thunderbird-91.8.0-uk.xpi ) l10n_uz? ( https://archive.mozilla.org/pub/thunderbird/releases/91.8.0/linux-x86_64/xpi/uz.xpi -> thunderbird-91.8.0-uz.xpi ) l10n_vi? ( https://archive.mozilla.org/pub/thunderbird/releases/91.8.0/linux-x86_64/xpi/vi.xpi -> thunderbird-91.8.0-vi.xpi ) l10n_zh-CN? ( https://archive.mozilla.org/pub/thunderbird/releases/91.8.0/linux-x86_64/xpi/zh-CN.xpi -> thunderbird-91.8.0-zh-CN.xpi ) l10n_zh-TW? ( https://archive.mozilla.org/pub/thunderbird/releases/91.8.0/linux-x86_64/xpi/zh-TW.xpi -> thunderbird-91.8.0-zh-TW.xpi ) +_eclasses_=autotools ed3ef2014ee93d24bde80f0c0ea9732e check-reqs 82234bf011d5453330773cd5fc3f0199 desktop c0d27bf73aa08ca05b663dbd31fbef28 eapi8-dosym cd7d420bb5be5ee079f27239ce76b8f5 edos2unix 33e347e171066657f91f8b0c72ec8773 eutils dab5d8ec471d025b79c9e6906bcf3bff flag-o-matic a500d7cc40da3de38c361e889153bdf7 gnome2-utils 2116cec8f46f4d1b0a88c5b1f1575dd3 gnuconfig 262062cef0ba4f22b397193da514a350 libtool 241a8f577b9781a42a7421e53448a44e llvm 6f88d422e49b917bf254b2594f3d903c multilib 4a33c9008e5ee30cb8840a3fdc24df2b multiprocessing 61c959fc55c15c00bbb1079d6a71370b optfeature d524f291c80f9d21ad80fe978e3ca760 pax-utils 91d47e5d20627c717aa878b9167c62a8 python-any-r1 9006edf4b9c90f9ba1dc9ea9fee1b0bd python-utils-r1 59dddabd6a41ab69723654916142f63b strip-linguas ac3ee41ee2d31d8c41a77c0838320cc7 toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 virtualx 975d49ff3b3f451efe7a95f230532135 wrapper 4a1902f969e5718126434fc35f3a0d9c xdg 6024fbc93167fad782e2032933654857 xdg-utils fffb53a53cf17c9c0c998a3c0a590c7e +_md5_=460fd479cdf883f83a98afc5c0287b5e diff --git a/metadata/md5-cache/mail-client/thunderbird-bin-91.7.0 b/metadata/md5-cache/mail-client/thunderbird-bin-91.7.0 deleted file mode 100644 index 6ce156959603..000000000000 --- a/metadata/md5-cache/mail-client/thunderbird-bin-91.7.0 +++ /dev/null @@ -1,15 +0,0 @@ -BDEPEND=app-arch/unzip alsa? ( !pulseaudio? ( dev-util/patchelf ) ) -DEFINED_PHASES=install postinst postrm preinst prepare unpack -DEPEND=alsa? ( !pulseaudio? ( media-sound/apulse ) ) dev-util/desktop-file-utils x11-misc/shared-mime-info -DESCRIPTION=Thunderbird Mail Client -EAPI=7 -HOMEPAGE=https://www.thunderbird.net/ -IUSE=+alsa +ffmpeg +pulseaudio selinux wayland l10n_af l10n_ar l10n_ast l10n_be l10n_bg l10n_br l10n_ca l10n_cak l10n_cs l10n_cy l10n_da l10n_de l10n_dsb l10n_el l10n_en-CA l10n_en-GB l10n_es-AR l10n_es-ES l10n_et l10n_eu l10n_fi l10n_fr l10n_fy l10n_ga l10n_gd l10n_gl l10n_he l10n_hr l10n_hsb l10n_hu l10n_id l10n_is l10n_it l10n_ja l10n_ka l10n_kab l10n_kk l10n_ko l10n_lt l10n_lv l10n_ms l10n_nb l10n_nl l10n_nn l10n_pa l10n_pl l10n_pt-BR l10n_pt-PT l10n_rm l10n_ro l10n_ru l10n_sk l10n_sl l10n_sq l10n_sr l10n_sv l10n_th l10n_tr l10n_uk l10n_uz l10n_vi l10n_zh-CN l10n_zh-TW -KEYWORDS=-* amd64 x86 -LICENSE=MPL-2.0 GPL-2 LGPL-2.1 -RDEPEND=alsa? ( !pulseaudio? ( media-sound/apulse ) ) dev-libs/atk dev-libs/dbus-glib >=dev-libs/glib-2.26:2 media-libs/fontconfig >=media-libs/freetype-2.4.10 sys-apps/dbus virtual/freedesktop-icon-theme >=x11-libs/cairo-1.10[X] x11-libs/gdk-pixbuf >=x11-libs/gtk+-3.11:3[wayland?] x11-libs/libxcb x11-libs/libX11 x11-libs/libXcomposite x11-libs/libXcursor x11-libs/libXdamage x11-libs/libXext x11-libs/libXfixes x11-libs/libXi x11-libs/libXrender x11-libs/libXt >=x11-libs/pango-1.22.0 ffmpeg? ( media-video/ffmpeg ) pulseaudio? ( media-sound/pulseaudio ) selinux? ( sec-policy/selinux-mozilla ) -RESTRICT=strip -SLOT=0/91 -SRC_URI=amd64? ( https://archive.mozilla.org/pub/thunderbird/releases/91.7.0/linux-x86_64/en-US/thunderbird-91.7.0.tar.bz2 -> thunderbird-bin_x86_64-91.7.0.tar.bz2 ) x86? ( https://archive.mozilla.org/pub/thunderbird/releases/91.7.0/linux-i686/en-US/thunderbird-91.7.0.tar.bz2 -> thunderbird-bin_i686-91.7.0.tar.bz2 ) l10n_af? ( https://archive.mozilla.org/pub/thunderbird/releases/91.7.0/linux-x86_64/xpi/af.xpi -> thunderbird-91.7.0-af.xpi ) l10n_ar? ( https://archive.mozilla.org/pub/thunderbird/releases/91.7.0/linux-x86_64/xpi/ar.xpi -> thunderbird-91.7.0-ar.xpi ) l10n_ast? ( https://archive.mozilla.org/pub/thunderbird/releases/91.7.0/linux-x86_64/xpi/ast.xpi -> thunderbird-91.7.0-ast.xpi ) l10n_be? ( https://archive.mozilla.org/pub/thunderbird/releases/91.7.0/linux-x86_64/xpi/be.xpi -> thunderbird-91.7.0-be.xpi ) l10n_bg? ( https://archive.mozilla.org/pub/thunderbird/releases/91.7.0/linux-x86_64/xpi/bg.xpi -> thunderbird-91.7.0-bg.xpi ) l10n_br? ( https://archive.mozilla.org/pub/thunderbird/releases/91.7.0/linux-x86_64/xpi/br.xpi -> thunderbird-91.7.0-br.xpi ) l10n_ca? ( https://archive.mozilla.org/pub/thunderbird/releases/91.7.0/linux-x86_64/xpi/ca.xpi -> thunderbird-91.7.0-ca.xpi ) l10n_cak? ( https://archive.mozilla.org/pub/thunderbird/releases/91.7.0/linux-x86_64/xpi/cak.xpi -> thunderbird-91.7.0-cak.xpi ) l10n_cs? ( https://archive.mozilla.org/pub/thunderbird/releases/91.7.0/linux-x86_64/xpi/cs.xpi -> thunderbird-91.7.0-cs.xpi ) l10n_cy? ( https://archive.mozilla.org/pub/thunderbird/releases/91.7.0/linux-x86_64/xpi/cy.xpi -> thunderbird-91.7.0-cy.xpi ) l10n_da? ( https://archive.mozilla.org/pub/thunderbird/releases/91.7.0/linux-x86_64/xpi/da.xpi -> thunderbird-91.7.0-da.xpi ) l10n_de? ( https://archive.mozilla.org/pub/thunderbird/releases/91.7.0/linux-x86_64/xpi/de.xpi -> thunderbird-91.7.0-de.xpi ) l10n_dsb? ( https://archive.mozilla.org/pub/thunderbird/releases/91.7.0/linux-x86_64/xpi/dsb.xpi -> thunderbird-91.7.0-dsb.xpi ) l10n_el? ( https://archive.mozilla.org/pub/thunderbird/releases/91.7.0/linux-x86_64/xpi/el.xpi -> thunderbird-91.7.0-el.xpi ) l10n_en-CA? ( https://archive.mozilla.org/pub/thunderbird/releases/91.7.0/linux-x86_64/xpi/en-CA.xpi -> thunderbird-91.7.0-en-CA.xpi ) l10n_en-GB? ( https://archive.mozilla.org/pub/thunderbird/releases/91.7.0/linux-x86_64/xpi/en-GB.xpi -> thunderbird-91.7.0-en-GB.xpi ) l10n_es-AR? ( https://archive.mozilla.org/pub/thunderbird/releases/91.7.0/linux-x86_64/xpi/es-AR.xpi -> thunderbird-91.7.0-es-AR.xpi ) l10n_es-ES? ( https://archive.mozilla.org/pub/thunderbird/releases/91.7.0/linux-x86_64/xpi/es-ES.xpi -> thunderbird-91.7.0-es-ES.xpi ) l10n_et? ( https://archive.mozilla.org/pub/thunderbird/releases/91.7.0/linux-x86_64/xpi/et.xpi -> thunderbird-91.7.0-et.xpi ) l10n_eu? ( https://archive.mozilla.org/pub/thunderbird/releases/91.7.0/linux-x86_64/xpi/eu.xpi -> thunderbird-91.7.0-eu.xpi ) l10n_fi? ( https://archive.mozilla.org/pub/thunderbird/releases/91.7.0/linux-x86_64/xpi/fi.xpi -> thunderbird-91.7.0-fi.xpi ) l10n_fr? ( https://archive.mozilla.org/pub/thunderbird/releases/91.7.0/linux-x86_64/xpi/fr.xpi -> thunderbird-91.7.0-fr.xpi ) l10n_fy? ( https://archive.mozilla.org/pub/thunderbird/releases/91.7.0/linux-x86_64/xpi/fy-NL.xpi -> thunderbird-91.7.0-fy-NL.xpi ) l10n_ga? ( https://archive.mozilla.org/pub/thunderbird/releases/91.7.0/linux-x86_64/xpi/ga-IE.xpi -> thunderbird-91.7.0-ga-IE.xpi ) l10n_gd? ( https://archive.mozilla.org/pub/thunderbird/releases/91.7.0/linux-x86_64/xpi/gd.xpi -> thunderbird-91.7.0-gd.xpi ) l10n_gl? ( https://archive.mozilla.org/pub/thunderbird/releases/91.7.0/linux-x86_64/xpi/gl.xpi -> thunderbird-91.7.0-gl.xpi ) l10n_he? ( https://archive.mozilla.org/pub/thunderbird/releases/91.7.0/linux-x86_64/xpi/he.xpi -> thunderbird-91.7.0-he.xpi ) l10n_hr? ( https://archive.mozilla.org/pub/thunderbird/releases/91.7.0/linux-x86_64/xpi/hr.xpi -> thunderbird-91.7.0-hr.xpi ) l10n_hsb? ( https://archive.mozilla.org/pub/thunderbird/releases/91.7.0/linux-x86_64/xpi/hsb.xpi -> thunderbird-91.7.0-hsb.xpi ) l10n_hu? ( https://archive.mozilla.org/pub/thunderbird/releases/91.7.0/linux-x86_64/xpi/hu.xpi -> thunderbird-91.7.0-hu.xpi ) l10n_id? ( https://archive.mozilla.org/pub/thunderbird/releases/91.7.0/linux-x86_64/xpi/id.xpi -> thunderbird-91.7.0-id.xpi ) l10n_is? ( https://archive.mozilla.org/pub/thunderbird/releases/91.7.0/linux-x86_64/xpi/is.xpi -> thunderbird-91.7.0-is.xpi ) l10n_it? ( https://archive.mozilla.org/pub/thunderbird/releases/91.7.0/linux-x86_64/xpi/it.xpi -> thunderbird-91.7.0-it.xpi ) l10n_ja? ( https://archive.mozilla.org/pub/thunderbird/releases/91.7.0/linux-x86_64/xpi/ja.xpi -> thunderbird-91.7.0-ja.xpi ) l10n_ka? ( https://archive.mozilla.org/pub/thunderbird/releases/91.7.0/linux-x86_64/xpi/ka.xpi -> thunderbird-91.7.0-ka.xpi ) l10n_kab? ( https://archive.mozilla.org/pub/thunderbird/releases/91.7.0/linux-x86_64/xpi/kab.xpi -> thunderbird-91.7.0-kab.xpi ) l10n_kk? ( https://archive.mozilla.org/pub/thunderbird/releases/91.7.0/linux-x86_64/xpi/kk.xpi -> thunderbird-91.7.0-kk.xpi ) l10n_ko? ( https://archive.mozilla.org/pub/thunderbird/releases/91.7.0/linux-x86_64/xpi/ko.xpi -> thunderbird-91.7.0-ko.xpi ) l10n_lt? ( https://archive.mozilla.org/pub/thunderbird/releases/91.7.0/linux-x86_64/xpi/lt.xpi -> thunderbird-91.7.0-lt.xpi ) l10n_lv? ( https://archive.mozilla.org/pub/thunderbird/releases/91.7.0/linux-x86_64/xpi/lv.xpi -> thunderbird-91.7.0-lv.xpi ) l10n_ms? ( https://archive.mozilla.org/pub/thunderbird/releases/91.7.0/linux-x86_64/xpi/ms.xpi -> thunderbird-91.7.0-ms.xpi ) l10n_nb? ( https://archive.mozilla.org/pub/thunderbird/releases/91.7.0/linux-x86_64/xpi/nb-NO.xpi -> thunderbird-91.7.0-nb-NO.xpi ) l10n_nl? ( https://archive.mozilla.org/pub/thunderbird/releases/91.7.0/linux-x86_64/xpi/nl.xpi -> thunderbird-91.7.0-nl.xpi ) l10n_nn? ( https://archive.mozilla.org/pub/thunderbird/releases/91.7.0/linux-x86_64/xpi/nn-NO.xpi -> thunderbird-91.7.0-nn-NO.xpi ) l10n_pa? ( https://archive.mozilla.org/pub/thunderbird/releases/91.7.0/linux-x86_64/xpi/pa-IN.xpi -> thunderbird-91.7.0-pa-IN.xpi ) l10n_pl? ( https://archive.mozilla.org/pub/thunderbird/releases/91.7.0/linux-x86_64/xpi/pl.xpi -> thunderbird-91.7.0-pl.xpi ) l10n_pt-BR? ( https://archive.mozilla.org/pub/thunderbird/releases/91.7.0/linux-x86_64/xpi/pt-BR.xpi -> thunderbird-91.7.0-pt-BR.xpi ) l10n_pt-PT? ( https://archive.mozilla.org/pub/thunderbird/releases/91.7.0/linux-x86_64/xpi/pt-PT.xpi -> thunderbird-91.7.0-pt-PT.xpi ) l10n_rm? ( https://archive.mozilla.org/pub/thunderbird/releases/91.7.0/linux-x86_64/xpi/rm.xpi -> thunderbird-91.7.0-rm.xpi ) l10n_ro? ( https://archive.mozilla.org/pub/thunderbird/releases/91.7.0/linux-x86_64/xpi/ro.xpi -> thunderbird-91.7.0-ro.xpi ) l10n_ru? ( https://archive.mozilla.org/pub/thunderbird/releases/91.7.0/linux-x86_64/xpi/ru.xpi -> thunderbird-91.7.0-ru.xpi ) l10n_sk? ( https://archive.mozilla.org/pub/thunderbird/releases/91.7.0/linux-x86_64/xpi/sk.xpi -> thunderbird-91.7.0-sk.xpi ) l10n_sl? ( https://archive.mozilla.org/pub/thunderbird/releases/91.7.0/linux-x86_64/xpi/sl.xpi -> thunderbird-91.7.0-sl.xpi ) l10n_sq? ( https://archive.mozilla.org/pub/thunderbird/releases/91.7.0/linux-x86_64/xpi/sq.xpi -> thunderbird-91.7.0-sq.xpi ) l10n_sr? ( https://archive.mozilla.org/pub/thunderbird/releases/91.7.0/linux-x86_64/xpi/sr.xpi -> thunderbird-91.7.0-sr.xpi ) l10n_sv? ( https://archive.mozilla.org/pub/thunderbird/releases/91.7.0/linux-x86_64/xpi/sv-SE.xpi -> thunderbird-91.7.0-sv-SE.xpi ) l10n_th? ( https://archive.mozilla.org/pub/thunderbird/releases/91.7.0/linux-x86_64/xpi/th.xpi -> thunderbird-91.7.0-th.xpi ) l10n_tr? ( https://archive.mozilla.org/pub/thunderbird/releases/91.7.0/linux-x86_64/xpi/tr.xpi -> thunderbird-91.7.0-tr.xpi ) l10n_uk? ( https://archive.mozilla.org/pub/thunderbird/releases/91.7.0/linux-x86_64/xpi/uk.xpi -> thunderbird-91.7.0-uk.xpi ) l10n_uz? ( https://archive.mozilla.org/pub/thunderbird/releases/91.7.0/linux-x86_64/xpi/uz.xpi -> thunderbird-91.7.0-uz.xpi ) l10n_vi? ( https://archive.mozilla.org/pub/thunderbird/releases/91.7.0/linux-x86_64/xpi/vi.xpi -> thunderbird-91.7.0-vi.xpi ) l10n_zh-CN? ( https://archive.mozilla.org/pub/thunderbird/releases/91.7.0/linux-x86_64/xpi/zh-CN.xpi -> thunderbird-91.7.0-zh-CN.xpi ) l10n_zh-TW? ( https://archive.mozilla.org/pub/thunderbird/releases/91.7.0/linux-x86_64/xpi/zh-TW.xpi -> thunderbird-91.7.0-zh-TW.xpi ) -_eclasses_=desktop c0d27bf73aa08ca05b663dbd31fbef28 optfeature d524f291c80f9d21ad80fe978e3ca760 pax-utils 91d47e5d20627c717aa878b9167c62a8 xdg 6024fbc93167fad782e2032933654857 xdg-utils fffb53a53cf17c9c0c998a3c0a590c7e -_md5_=d7396f06944d577e37a32bd5325116ce diff --git a/metadata/md5-cache/mail-client/thunderbird-bin-91.8.0 b/metadata/md5-cache/mail-client/thunderbird-bin-91.8.0 new file mode 100644 index 000000000000..62d8652a34f0 --- /dev/null +++ b/metadata/md5-cache/mail-client/thunderbird-bin-91.8.0 @@ -0,0 +1,15 @@ +BDEPEND=app-arch/unzip alsa? ( !pulseaudio? ( dev-util/patchelf ) ) +DEFINED_PHASES=install postinst postrm preinst prepare unpack +DEPEND=alsa? ( !pulseaudio? ( media-sound/apulse ) ) dev-util/desktop-file-utils x11-misc/shared-mime-info +DESCRIPTION=Thunderbird Mail Client +EAPI=7 +HOMEPAGE=https://www.thunderbird.net/ +IUSE=+alsa +ffmpeg +pulseaudio selinux wayland l10n_af l10n_ar l10n_ast l10n_be l10n_bg l10n_br l10n_ca l10n_cak l10n_cs l10n_cy l10n_da l10n_de l10n_dsb l10n_el l10n_en-CA l10n_en-GB l10n_es-AR l10n_es-ES l10n_et l10n_eu l10n_fi l10n_fr l10n_fy l10n_ga l10n_gd l10n_gl l10n_he l10n_hr l10n_hsb l10n_hu l10n_id l10n_is l10n_it l10n_ja l10n_ka l10n_kab l10n_kk l10n_ko l10n_lt l10n_lv l10n_ms l10n_nb l10n_nl l10n_nn l10n_pa l10n_pl l10n_pt-BR l10n_pt-PT l10n_rm l10n_ro l10n_ru l10n_sk l10n_sl l10n_sq l10n_sr l10n_sv l10n_th l10n_tr l10n_uk l10n_uz l10n_vi l10n_zh-CN l10n_zh-TW +KEYWORDS=-* amd64 x86 +LICENSE=MPL-2.0 GPL-2 LGPL-2.1 +RDEPEND=alsa? ( !pulseaudio? ( media-sound/apulse ) ) dev-libs/atk dev-libs/dbus-glib >=dev-libs/glib-2.26:2 media-libs/fontconfig >=media-libs/freetype-2.4.10 sys-apps/dbus virtual/freedesktop-icon-theme >=x11-libs/cairo-1.10[X] x11-libs/gdk-pixbuf >=x11-libs/gtk+-3.11:3[wayland?] x11-libs/libxcb x11-libs/libX11 x11-libs/libXcomposite x11-libs/libXcursor x11-libs/libXdamage x11-libs/libXext x11-libs/libXfixes x11-libs/libXi x11-libs/libXrender x11-libs/libXt >=x11-libs/pango-1.22.0 ffmpeg? ( media-video/ffmpeg ) pulseaudio? ( media-sound/pulseaudio ) selinux? ( sec-policy/selinux-mozilla ) +RESTRICT=strip +SLOT=0/91 +SRC_URI=amd64? ( https://archive.mozilla.org/pub/thunderbird/releases/91.8.0/linux-x86_64/en-US/thunderbird-91.8.0.tar.bz2 -> thunderbird-bin_x86_64-91.8.0.tar.bz2 ) x86? ( https://archive.mozilla.org/pub/thunderbird/releases/91.8.0/linux-i686/en-US/thunderbird-91.8.0.tar.bz2 -> thunderbird-bin_i686-91.8.0.tar.bz2 ) l10n_af? ( https://archive.mozilla.org/pub/thunderbird/releases/91.8.0/linux-x86_64/xpi/af.xpi -> thunderbird-91.8.0-af.xpi ) l10n_ar? ( https://archive.mozilla.org/pub/thunderbird/releases/91.8.0/linux-x86_64/xpi/ar.xpi -> thunderbird-91.8.0-ar.xpi ) l10n_ast? ( https://archive.mozilla.org/pub/thunderbird/releases/91.8.0/linux-x86_64/xpi/ast.xpi -> thunderbird-91.8.0-ast.xpi ) l10n_be? ( https://archive.mozilla.org/pub/thunderbird/releases/91.8.0/linux-x86_64/xpi/be.xpi -> thunderbird-91.8.0-be.xpi ) l10n_bg? ( https://archive.mozilla.org/pub/thunderbird/releases/91.8.0/linux-x86_64/xpi/bg.xpi -> thunderbird-91.8.0-bg.xpi ) l10n_br? ( https://archive.mozilla.org/pub/thunderbird/releases/91.8.0/linux-x86_64/xpi/br.xpi -> thunderbird-91.8.0-br.xpi ) l10n_ca? ( https://archive.mozilla.org/pub/thunderbird/releases/91.8.0/linux-x86_64/xpi/ca.xpi -> thunderbird-91.8.0-ca.xpi ) l10n_cak? ( https://archive.mozilla.org/pub/thunderbird/releases/91.8.0/linux-x86_64/xpi/cak.xpi -> thunderbird-91.8.0-cak.xpi ) l10n_cs? ( https://archive.mozilla.org/pub/thunderbird/releases/91.8.0/linux-x86_64/xpi/cs.xpi -> thunderbird-91.8.0-cs.xpi ) l10n_cy? ( https://archive.mozilla.org/pub/thunderbird/releases/91.8.0/linux-x86_64/xpi/cy.xpi -> thunderbird-91.8.0-cy.xpi ) l10n_da? ( https://archive.mozilla.org/pub/thunderbird/releases/91.8.0/linux-x86_64/xpi/da.xpi -> thunderbird-91.8.0-da.xpi ) l10n_de? ( https://archive.mozilla.org/pub/thunderbird/releases/91.8.0/linux-x86_64/xpi/de.xpi -> thunderbird-91.8.0-de.xpi ) l10n_dsb? ( https://archive.mozilla.org/pub/thunderbird/releases/91.8.0/linux-x86_64/xpi/dsb.xpi -> thunderbird-91.8.0-dsb.xpi ) l10n_el? ( https://archive.mozilla.org/pub/thunderbird/releases/91.8.0/linux-x86_64/xpi/el.xpi -> thunderbird-91.8.0-el.xpi ) l10n_en-CA? ( https://archive.mozilla.org/pub/thunderbird/releases/91.8.0/linux-x86_64/xpi/en-CA.xpi -> thunderbird-91.8.0-en-CA.xpi ) l10n_en-GB? ( https://archive.mozilla.org/pub/thunderbird/releases/91.8.0/linux-x86_64/xpi/en-GB.xpi -> thunderbird-91.8.0-en-GB.xpi ) l10n_es-AR? ( https://archive.mozilla.org/pub/thunderbird/releases/91.8.0/linux-x86_64/xpi/es-AR.xpi -> thunderbird-91.8.0-es-AR.xpi ) l10n_es-ES? ( https://archive.mozilla.org/pub/thunderbird/releases/91.8.0/linux-x86_64/xpi/es-ES.xpi -> thunderbird-91.8.0-es-ES.xpi ) l10n_et? ( https://archive.mozilla.org/pub/thunderbird/releases/91.8.0/linux-x86_64/xpi/et.xpi -> thunderbird-91.8.0-et.xpi ) l10n_eu? ( https://archive.mozilla.org/pub/thunderbird/releases/91.8.0/linux-x86_64/xpi/eu.xpi -> thunderbird-91.8.0-eu.xpi ) l10n_fi? ( https://archive.mozilla.org/pub/thunderbird/releases/91.8.0/linux-x86_64/xpi/fi.xpi -> thunderbird-91.8.0-fi.xpi ) l10n_fr? ( https://archive.mozilla.org/pub/thunderbird/releases/91.8.0/linux-x86_64/xpi/fr.xpi -> thunderbird-91.8.0-fr.xpi ) l10n_fy? ( https://archive.mozilla.org/pub/thunderbird/releases/91.8.0/linux-x86_64/xpi/fy-NL.xpi -> thunderbird-91.8.0-fy-NL.xpi ) l10n_ga? ( https://archive.mozilla.org/pub/thunderbird/releases/91.8.0/linux-x86_64/xpi/ga-IE.xpi -> thunderbird-91.8.0-ga-IE.xpi ) l10n_gd? ( https://archive.mozilla.org/pub/thunderbird/releases/91.8.0/linux-x86_64/xpi/gd.xpi -> thunderbird-91.8.0-gd.xpi ) l10n_gl? ( https://archive.mozilla.org/pub/thunderbird/releases/91.8.0/linux-x86_64/xpi/gl.xpi -> thunderbird-91.8.0-gl.xpi ) l10n_he? ( https://archive.mozilla.org/pub/thunderbird/releases/91.8.0/linux-x86_64/xpi/he.xpi -> thunderbird-91.8.0-he.xpi ) l10n_hr? ( https://archive.mozilla.org/pub/thunderbird/releases/91.8.0/linux-x86_64/xpi/hr.xpi -> thunderbird-91.8.0-hr.xpi ) l10n_hsb? ( https://archive.mozilla.org/pub/thunderbird/releases/91.8.0/linux-x86_64/xpi/hsb.xpi -> thunderbird-91.8.0-hsb.xpi ) l10n_hu? ( https://archive.mozilla.org/pub/thunderbird/releases/91.8.0/linux-x86_64/xpi/hu.xpi -> thunderbird-91.8.0-hu.xpi ) l10n_id? ( https://archive.mozilla.org/pub/thunderbird/releases/91.8.0/linux-x86_64/xpi/id.xpi -> thunderbird-91.8.0-id.xpi ) l10n_is? ( https://archive.mozilla.org/pub/thunderbird/releases/91.8.0/linux-x86_64/xpi/is.xpi -> thunderbird-91.8.0-is.xpi ) l10n_it? ( https://archive.mozilla.org/pub/thunderbird/releases/91.8.0/linux-x86_64/xpi/it.xpi -> thunderbird-91.8.0-it.xpi ) l10n_ja? ( https://archive.mozilla.org/pub/thunderbird/releases/91.8.0/linux-x86_64/xpi/ja.xpi -> thunderbird-91.8.0-ja.xpi ) l10n_ka? ( https://archive.mozilla.org/pub/thunderbird/releases/91.8.0/linux-x86_64/xpi/ka.xpi -> thunderbird-91.8.0-ka.xpi ) l10n_kab? ( https://archive.mozilla.org/pub/thunderbird/releases/91.8.0/linux-x86_64/xpi/kab.xpi -> thunderbird-91.8.0-kab.xpi ) l10n_kk? ( https://archive.mozilla.org/pub/thunderbird/releases/91.8.0/linux-x86_64/xpi/kk.xpi -> thunderbird-91.8.0-kk.xpi ) l10n_ko? ( https://archive.mozilla.org/pub/thunderbird/releases/91.8.0/linux-x86_64/xpi/ko.xpi -> thunderbird-91.8.0-ko.xpi ) l10n_lt? ( https://archive.mozilla.org/pub/thunderbird/releases/91.8.0/linux-x86_64/xpi/lt.xpi -> thunderbird-91.8.0-lt.xpi ) l10n_lv? ( https://archive.mozilla.org/pub/thunderbird/releases/91.8.0/linux-x86_64/xpi/lv.xpi -> thunderbird-91.8.0-lv.xpi ) l10n_ms? ( https://archive.mozilla.org/pub/thunderbird/releases/91.8.0/linux-x86_64/xpi/ms.xpi -> thunderbird-91.8.0-ms.xpi ) l10n_nb? ( https://archive.mozilla.org/pub/thunderbird/releases/91.8.0/linux-x86_64/xpi/nb-NO.xpi -> thunderbird-91.8.0-nb-NO.xpi ) l10n_nl? ( https://archive.mozilla.org/pub/thunderbird/releases/91.8.0/linux-x86_64/xpi/nl.xpi -> thunderbird-91.8.0-nl.xpi ) l10n_nn? ( https://archive.mozilla.org/pub/thunderbird/releases/91.8.0/linux-x86_64/xpi/nn-NO.xpi -> thunderbird-91.8.0-nn-NO.xpi ) l10n_pa? ( https://archive.mozilla.org/pub/thunderbird/releases/91.8.0/linux-x86_64/xpi/pa-IN.xpi -> thunderbird-91.8.0-pa-IN.xpi ) l10n_pl? ( https://archive.mozilla.org/pub/thunderbird/releases/91.8.0/linux-x86_64/xpi/pl.xpi -> thunderbird-91.8.0-pl.xpi ) l10n_pt-BR? ( https://archive.mozilla.org/pub/thunderbird/releases/91.8.0/linux-x86_64/xpi/pt-BR.xpi -> thunderbird-91.8.0-pt-BR.xpi ) l10n_pt-PT? ( https://archive.mozilla.org/pub/thunderbird/releases/91.8.0/linux-x86_64/xpi/pt-PT.xpi -> thunderbird-91.8.0-pt-PT.xpi ) l10n_rm? ( https://archive.mozilla.org/pub/thunderbird/releases/91.8.0/linux-x86_64/xpi/rm.xpi -> thunderbird-91.8.0-rm.xpi ) l10n_ro? ( https://archive.mozilla.org/pub/thunderbird/releases/91.8.0/linux-x86_64/xpi/ro.xpi -> thunderbird-91.8.0-ro.xpi ) l10n_ru? ( https://archive.mozilla.org/pub/thunderbird/releases/91.8.0/linux-x86_64/xpi/ru.xpi -> thunderbird-91.8.0-ru.xpi ) l10n_sk? ( https://archive.mozilla.org/pub/thunderbird/releases/91.8.0/linux-x86_64/xpi/sk.xpi -> thunderbird-91.8.0-sk.xpi ) l10n_sl? ( https://archive.mozilla.org/pub/thunderbird/releases/91.8.0/linux-x86_64/xpi/sl.xpi -> thunderbird-91.8.0-sl.xpi ) l10n_sq? ( https://archive.mozilla.org/pub/thunderbird/releases/91.8.0/linux-x86_64/xpi/sq.xpi -> thunderbird-91.8.0-sq.xpi ) l10n_sr? ( https://archive.mozilla.org/pub/thunderbird/releases/91.8.0/linux-x86_64/xpi/sr.xpi -> thunderbird-91.8.0-sr.xpi ) l10n_sv? ( https://archive.mozilla.org/pub/thunderbird/releases/91.8.0/linux-x86_64/xpi/sv-SE.xpi -> thunderbird-91.8.0-sv-SE.xpi ) l10n_th? ( https://archive.mozilla.org/pub/thunderbird/releases/91.8.0/linux-x86_64/xpi/th.xpi -> thunderbird-91.8.0-th.xpi ) l10n_tr? ( https://archive.mozilla.org/pub/thunderbird/releases/91.8.0/linux-x86_64/xpi/tr.xpi -> thunderbird-91.8.0-tr.xpi ) l10n_uk? ( https://archive.mozilla.org/pub/thunderbird/releases/91.8.0/linux-x86_64/xpi/uk.xpi -> thunderbird-91.8.0-uk.xpi ) l10n_uz? ( https://archive.mozilla.org/pub/thunderbird/releases/91.8.0/linux-x86_64/xpi/uz.xpi -> thunderbird-91.8.0-uz.xpi ) l10n_vi? ( https://archive.mozilla.org/pub/thunderbird/releases/91.8.0/linux-x86_64/xpi/vi.xpi -> thunderbird-91.8.0-vi.xpi ) l10n_zh-CN? ( https://archive.mozilla.org/pub/thunderbird/releases/91.8.0/linux-x86_64/xpi/zh-CN.xpi -> thunderbird-91.8.0-zh-CN.xpi ) l10n_zh-TW? ( https://archive.mozilla.org/pub/thunderbird/releases/91.8.0/linux-x86_64/xpi/zh-TW.xpi -> thunderbird-91.8.0-zh-TW.xpi ) +_eclasses_=desktop c0d27bf73aa08ca05b663dbd31fbef28 optfeature d524f291c80f9d21ad80fe978e3ca760 pax-utils 91d47e5d20627c717aa878b9167c62a8 xdg 6024fbc93167fad782e2032933654857 xdg-utils fffb53a53cf17c9c0c998a3c0a590c7e +_md5_=d7396f06944d577e37a32bd5325116ce diff --git a/metadata/md5-cache/media-gfx/Manifest.gz b/metadata/md5-cache/media-gfx/Manifest.gz index 1e4b8c94b497..a0fab054252b 100644 Binary files a/metadata/md5-cache/media-gfx/Manifest.gz and b/metadata/md5-cache/media-gfx/Manifest.gz differ diff --git a/metadata/md5-cache/media-gfx/asymptote-2.80 b/metadata/md5-cache/media-gfx/asymptote-2.80 new file mode 100644 index 000000000000..f30cba7366ca --- /dev/null +++ b/metadata/md5-cache/media-gfx/asymptote-2.80 @@ -0,0 +1,16 @@ +BDEPEND=sys-devel/gnuconfig >=app-portage/elt-patches-20170815 || ( >=sys-devel/automake-1.16.4:1.16 ) >=sys-devel/autoconf-2.71 >=sys-devel/libtool-2.4 +DEFINED_PHASES=compile configure install postinst postrm prepare +DEPEND=>=sys-libs/ncurses-5.4-r5:0= >=sys-libs/readline-4.3-r5:0= net-libs/libtirpc:= imagemagick? ( media-gfx/imagemagick[png] ) opengl? ( media-libs/mesa[X(+)] media-libs/freeglut media-libs/glew:0 media-libs/glm ) offscreen? ( media-libs/mesa[osmesa] ) svg? ( app-text/dvisvgm ) sigsegv? ( dev-libs/libsigsegv ) boehm-gc? ( >=dev-libs/boehm-gc-7.0[cxx,threads] ) fftw? ( >=sci-libs/fftw-3.0.1:= ) gsl? ( sci-libs/gsl:= ) python? ( python_targets_python3_8? ( >=dev-lang/python-3.8.12_p1-r1:3.8 ) python_targets_python3_9? ( >=dev-lang/python-3.9.9-r1:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.0_p1-r1:3.10 ) ) curl? ( net-misc/curl ) lsp? ( dev-libs/boost dev-libs/rapidjson dev-libs/utfcpp ) X? ( python_targets_python3_8? ( >=dev-lang/python-3.8.12_p1-r1:3.8 ) python_targets_python3_9? ( >=dev-lang/python-3.9.9-r1:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.0_p1-r1:3.10 ) dev-python/PyQt5[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?,gui,widgets,svg] dev-python/numpy dev-python/pycson >=gnome-base/librsvg-2.40 ) latex? ( virtual/latex-base >=dev-texlive/texlive-latexextra-2013 ) context? ( dev-texlive/texlive-context ) emacs? ( >=app-editors/emacs-23.1:* ) vim-syntax? ( || ( app-editors/vim app-editors/gvim ) ) dev-lang/perl doc? ( media-gfx/imagemagick[png] virtual/texi2dvi virtual/latex-base app-text/ghostscript-gpl ) test? ( app-text/ghostscript-gpl ) virtual/latex-base >=sys-apps/texinfo-4.2-r5 +DESCRIPTION=A vector graphics language that provides a framework for technical drawing +EAPI=7 +HOMEPAGE=https://asymptote.sourceforge.io/ +IUSE=+boehm-gc context curl doc emacs examples fftw gsl +imagemagick latex lsp offscreen +opengl python sigsegv svg test vim-syntax X python_targets_python3_8 python_targets_python3_9 python_targets_python3_10 +KEYWORDS=~amd64 ~ppc ~riscv ~x86 ~amd64-linux ~x86-linux ~ppc-macos +LICENSE=GPL-3 +RDEPEND=>=sys-libs/ncurses-5.4-r5:0= >=sys-libs/readline-4.3-r5:0= net-libs/libtirpc:= imagemagick? ( media-gfx/imagemagick[png] ) opengl? ( media-libs/mesa[X(+)] media-libs/freeglut media-libs/glew:0 media-libs/glm ) offscreen? ( media-libs/mesa[osmesa] ) svg? ( app-text/dvisvgm ) sigsegv? ( dev-libs/libsigsegv ) boehm-gc? ( >=dev-libs/boehm-gc-7.0[cxx,threads] ) fftw? ( >=sci-libs/fftw-3.0.1:= ) gsl? ( sci-libs/gsl:= ) python? ( python_targets_python3_8? ( >=dev-lang/python-3.8.12_p1-r1:3.8 ) python_targets_python3_9? ( >=dev-lang/python-3.9.9-r1:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.0_p1-r1:3.10 ) ) curl? ( net-misc/curl ) lsp? ( dev-libs/boost dev-libs/rapidjson dev-libs/utfcpp ) X? ( python_targets_python3_8? ( >=dev-lang/python-3.8.12_p1-r1:3.8 ) python_targets_python3_9? ( >=dev-lang/python-3.9.9-r1:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.0_p1-r1:3.10 ) dev-python/PyQt5[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?,gui,widgets,svg] dev-python/numpy dev-python/pycson >=gnome-base/librsvg-2.40 ) latex? ( virtual/latex-base >=dev-texlive/texlive-latexextra-2013 ) context? ( dev-texlive/texlive-context ) emacs? ( >=app-editors/emacs-23.1:* ) vim-syntax? ( || ( app-editors/vim app-editors/gvim ) ) virtual/latex-base +REQUIRED_USE=|| ( python_targets_python3_8 python_targets_python3_9 python_targets_python3_10 ) offscreen? ( opengl ) doc? ( boehm-gc ) +RESTRICT=!test? ( test ) +SLOT=0 +SRC_URI=mirror://sourceforge/asymptote/asymptote-2.80.src.tgz +_eclasses_=autotools ed3ef2014ee93d24bde80f0c0ea9732e eapi8-dosym cd7d420bb5be5ee079f27239ce76b8f5 elisp-common f9c72486dbcb18b633c9d0949211d86e gnuconfig 262062cef0ba4f22b397193da514a350 latex-package 223c086dd062dba43b89726880f9f0c2 libtool 241a8f577b9781a42a7421e53448a44e multibuild d26d81f242cb193d899a72bca423d0bd multilib 4a33c9008e5ee30cb8840a3fdc24df2b multiprocessing 61c959fc55c15c00bbb1079d6a71370b python-r1 8638751691200e941f26fe0ac3aef1d1 python-utils-r1 59dddabd6a41ab69723654916142f63b toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 +_md5_=ed0bc88bf76f6a4339ba881778d62982 diff --git a/metadata/md5-cache/media-gfx/freecad-0.19.4 b/metadata/md5-cache/media-gfx/freecad-0.19.4 index cb67648163a1..1490d4814e37 100644 --- a/metadata/md5-cache/media-gfx/freecad-0.19.4 +++ b/metadata/md5-cache/media-gfx/freecad-0.19.4 @@ -1,16 +1,16 @@ BDEPEND=app-text/dos2unix dev-lang/swig dev-util/ninja >=dev-util/cmake-3.20.5 DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test -DEPEND=python_single_target_python3_8? ( >=dev-lang/python-3.8.12_p1-r1:3.8 ) python_single_target_python3_9? ( >=dev-lang/python-3.9.9-r1:3.9 ) dev-libs/OpenNI2[opengl(+)] dev-libs/libspnav[X] dev-libs/xerces-c[icu] dev-qt/designer:5 dev-qt/qtconcurrent:5 dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtnetwork:5 dev-qt/qtopengl:5 dev-qt/qtprintsupport:5 dev-qt/qtsvg:5 dev-qt/qtwebengine:5[widgets] dev-qt/qtwidgets:5 dev-qt/qtx11extras:5 dev-qt/qtxml:5 >=media-libs/coin-4.0.0 media-libs/freetype media-libs/qhull:= sci-libs/flann[openmp] sci-libs/hdf5:=[fortran,zlib] >=sci-libs/med-4.0.0-r1[python,python_single_target_python3_8(-)?,python_single_target_python3_9(-)?] =sci-libs/pcl-1.8.1:=[opengl,openni2(+),qt5(+),vtk(+)] ) python_single_target_python3_8? ( dev-libs/boost:=[python,threads(+),python_targets_python3_8(-)] dev-python/matplotlib[python_targets_python3_8(-)] dev-python/numpy[python_targets_python3_8(-)] >=dev-python/pivy-0.6.5[python_targets_python3_8(-)] dev-python/pybind11[python_targets_python3_8(-)] dev-python/pyside2[gui,svg,python_targets_python3_8(-)] dev-python/shiboken2[python_targets_python3_8(-)] addonmgr? ( dev-python/GitPython[python_targets_python3_8(-)] ) fem? ( dev-python/ply[python_targets_python3_8(-)] ) ) python_single_target_python3_9? ( dev-libs/boost:=[python,threads(+),python_targets_python3_9(-)] dev-python/matplotlib[python_targets_python3_9(-)] dev-python/numpy[python_targets_python3_9(-)] >=dev-python/pivy-0.6.5[python_targets_python3_9(-)] dev-python/pybind11[python_targets_python3_9(-)] dev-python/pyside2[gui,svg,python_targets_python3_9(-)] dev-python/shiboken2[python_targets_python3_9(-)] addonmgr? ( dev-python/GitPython[python_targets_python3_9(-)] ) fem? ( dev-python/ply[python_targets_python3_9(-)] ) ) >=dev-cpp/eigen-3.3.1:3 +DEPEND=python_single_target_python3_8? ( >=dev-lang/python-3.8.12_p1-r1:3.8 ) python_single_target_python3_9? ( >=dev-lang/python-3.9.9-r1:3.9 ) python_single_target_python3_10? ( >=dev-lang/python-3.10.0_p1-r1:3.10 ) dev-libs/OpenNI2[opengl(+)] dev-libs/libspnav[X] dev-libs/xerces-c[icu] dev-qt/designer:5 dev-qt/qtconcurrent:5 dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtnetwork:5 dev-qt/qtopengl:5 dev-qt/qtprintsupport:5 dev-qt/qtsvg:5 dev-qt/qtwebengine:5[widgets] dev-qt/qtwidgets:5 dev-qt/qtx11extras:5 dev-qt/qtxml:5 >=media-libs/coin-4.0.0 media-libs/freetype media-libs/qhull:= sci-libs/flann[openmp] sci-libs/hdf5:=[fortran,zlib] >=sci-libs/med-4.0.0-r1[python,python_single_target_python3_8(-)?,python_single_target_python3_9(-)?,python_single_target_python3_10(-)?] =sci-libs/pcl-1.8.1:=[opengl,openni2(+),qt5(+),vtk(+)] ) python_single_target_python3_8? ( dev-libs/boost:=[python,threads(+),python_targets_python3_8(-)] dev-python/matplotlib[python_targets_python3_8(-)] dev-python/numpy[python_targets_python3_8(-)] >=dev-python/pivy-0.6.5[python_targets_python3_8(-)] dev-python/pybind11[python_targets_python3_8(-)] dev-python/pyside2[gui,svg,python_targets_python3_8(-)] dev-python/shiboken2[python_targets_python3_8(-)] addonmgr? ( dev-python/GitPython[python_targets_python3_8(-)] ) fem? ( dev-python/ply[python_targets_python3_8(-)] ) ) python_single_target_python3_9? ( dev-libs/boost:=[python,threads(+),python_targets_python3_9(-)] dev-python/matplotlib[python_targets_python3_9(-)] dev-python/numpy[python_targets_python3_9(-)] >=dev-python/pivy-0.6.5[python_targets_python3_9(-)] dev-python/pybind11[python_targets_python3_9(-)] dev-python/pyside2[gui,svg,python_targets_python3_9(-)] dev-python/shiboken2[python_targets_python3_9(-)] addonmgr? ( dev-python/GitPython[python_targets_python3_9(-)] ) fem? ( dev-python/ply[python_targets_python3_9(-)] ) ) python_single_target_python3_10? ( dev-libs/boost:=[python,threads(+),python_targets_python3_10(-)] dev-python/matplotlib[python_targets_python3_10(-)] dev-python/numpy[python_targets_python3_10(-)] >=dev-python/pivy-0.6.5[python_targets_python3_10(-)] dev-python/pybind11[python_targets_python3_10(-)] dev-python/pyside2[gui,svg,python_targets_python3_10(-)] dev-python/shiboken2[python_targets_python3_10(-)] addonmgr? ( dev-python/GitPython[python_targets_python3_10(-)] ) fem? ( dev-python/ply[python_targets_python3_10(-)] ) ) >=dev-cpp/eigen-3.3.1:3 DESCRIPTION=QT based Computer Aided Design application EAPI=8 HOMEPAGE=https://www.freecadweb.org/ https://github.com/FreeCAD/FreeCAD -IUSE=debug headless pcl test +addonmgr +drawing +fem +idf +image +inspection +material +openscad +part-design +path +points +raytracing +robot +show +surface +techdraw +tux cloud plot ship python_single_target_python3_8 python_single_target_python3_9 +IUSE=debug headless pcl test +addonmgr +drawing +fem +idf +image +inspection +material +openscad +part-design +path +points +raytracing +robot +show +surface +techdraw +tux cloud plot ship python_single_target_python3_8 python_single_target_python3_9 python_single_target_python3_10 KEYWORDS=~amd64 LICENSE=LGPL-2 CC-BY-SA-4.0 -RDEPEND=python_single_target_python3_8? ( >=dev-lang/python-3.8.12_p1-r1:3.8 ) python_single_target_python3_9? ( >=dev-lang/python-3.9.9-r1:3.9 ) dev-libs/OpenNI2[opengl(+)] dev-libs/libspnav[X] dev-libs/xerces-c[icu] dev-qt/designer:5 dev-qt/qtconcurrent:5 dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtnetwork:5 dev-qt/qtopengl:5 dev-qt/qtprintsupport:5 dev-qt/qtsvg:5 dev-qt/qtwebengine:5[widgets] dev-qt/qtwidgets:5 dev-qt/qtx11extras:5 dev-qt/qtxml:5 >=media-libs/coin-4.0.0 media-libs/freetype media-libs/qhull:= sci-libs/flann[openmp] sci-libs/hdf5:=[fortran,zlib] >=sci-libs/med-4.0.0-r1[python,python_single_target_python3_8(-)?,python_single_target_python3_9(-)?] =sci-libs/pcl-1.8.1:=[opengl,openni2(+),qt5(+),vtk(+)] ) python_single_target_python3_8? ( dev-libs/boost:=[python,threads(+),python_targets_python3_8(-)] dev-python/matplotlib[python_targets_python3_8(-)] dev-python/numpy[python_targets_python3_8(-)] >=dev-python/pivy-0.6.5[python_targets_python3_8(-)] dev-python/pybind11[python_targets_python3_8(-)] dev-python/pyside2[gui,svg,python_targets_python3_8(-)] dev-python/shiboken2[python_targets_python3_8(-)] addonmgr? ( dev-python/GitPython[python_targets_python3_8(-)] ) fem? ( dev-python/ply[python_targets_python3_8(-)] ) ) python_single_target_python3_9? ( dev-libs/boost:=[python,threads(+),python_targets_python3_9(-)] dev-python/matplotlib[python_targets_python3_9(-)] dev-python/numpy[python_targets_python3_9(-)] >=dev-python/pivy-0.6.5[python_targets_python3_9(-)] dev-python/pybind11[python_targets_python3_9(-)] dev-python/pyside2[gui,svg,python_targets_python3_9(-)] dev-python/shiboken2[python_targets_python3_9(-)] addonmgr? ( dev-python/GitPython[python_targets_python3_9(-)] ) fem? ( dev-python/ply[python_targets_python3_9(-)] ) ) -REQUIRED_USE=^^ ( python_single_target_python3_8 python_single_target_python3_9 ) inspection? ( points ) path? ( robot ) ship? ( image plot ) techdraw? ( drawing ) +RDEPEND=python_single_target_python3_8? ( >=dev-lang/python-3.8.12_p1-r1:3.8 ) python_single_target_python3_9? ( >=dev-lang/python-3.9.9-r1:3.9 ) python_single_target_python3_10? ( >=dev-lang/python-3.10.0_p1-r1:3.10 ) dev-libs/OpenNI2[opengl(+)] dev-libs/libspnav[X] dev-libs/xerces-c[icu] dev-qt/designer:5 dev-qt/qtconcurrent:5 dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtnetwork:5 dev-qt/qtopengl:5 dev-qt/qtprintsupport:5 dev-qt/qtsvg:5 dev-qt/qtwebengine:5[widgets] dev-qt/qtwidgets:5 dev-qt/qtx11extras:5 dev-qt/qtxml:5 >=media-libs/coin-4.0.0 media-libs/freetype media-libs/qhull:= sci-libs/flann[openmp] sci-libs/hdf5:=[fortran,zlib] >=sci-libs/med-4.0.0-r1[python,python_single_target_python3_8(-)?,python_single_target_python3_9(-)?,python_single_target_python3_10(-)?] =sci-libs/pcl-1.8.1:=[opengl,openni2(+),qt5(+),vtk(+)] ) python_single_target_python3_8? ( dev-libs/boost:=[python,threads(+),python_targets_python3_8(-)] dev-python/matplotlib[python_targets_python3_8(-)] dev-python/numpy[python_targets_python3_8(-)] >=dev-python/pivy-0.6.5[python_targets_python3_8(-)] dev-python/pybind11[python_targets_python3_8(-)] dev-python/pyside2[gui,svg,python_targets_python3_8(-)] dev-python/shiboken2[python_targets_python3_8(-)] addonmgr? ( dev-python/GitPython[python_targets_python3_8(-)] ) fem? ( dev-python/ply[python_targets_python3_8(-)] ) ) python_single_target_python3_9? ( dev-libs/boost:=[python,threads(+),python_targets_python3_9(-)] dev-python/matplotlib[python_targets_python3_9(-)] dev-python/numpy[python_targets_python3_9(-)] >=dev-python/pivy-0.6.5[python_targets_python3_9(-)] dev-python/pybind11[python_targets_python3_9(-)] dev-python/pyside2[gui,svg,python_targets_python3_9(-)] dev-python/shiboken2[python_targets_python3_9(-)] addonmgr? ( dev-python/GitPython[python_targets_python3_9(-)] ) fem? ( dev-python/ply[python_targets_python3_9(-)] ) ) python_single_target_python3_10? ( dev-libs/boost:=[python,threads(+),python_targets_python3_10(-)] dev-python/matplotlib[python_targets_python3_10(-)] dev-python/numpy[python_targets_python3_10(-)] >=dev-python/pivy-0.6.5[python_targets_python3_10(-)] dev-python/pybind11[python_targets_python3_10(-)] dev-python/pyside2[gui,svg,python_targets_python3_10(-)] dev-python/shiboken2[python_targets_python3_10(-)] addonmgr? ( dev-python/GitPython[python_targets_python3_10(-)] ) fem? ( dev-python/ply[python_targets_python3_10(-)] ) ) +REQUIRED_USE=^^ ( python_single_target_python3_8 python_single_target_python3_9 python_single_target_python3_10 ) inspection? ( points ) path? ( robot ) ship? ( image plot ) techdraw? ( drawing ) RESTRICT=!test? ( test ) SLOT=0 SRC_URI=https://github.com/FreeCAD/FreeCAD/archive/refs/tags/0.19.4.tar.gz -> freecad-0.19.4.tar.gz https://raw.githubusercontent.com/waebbl/waebbl-gentoo/master/patches/freecad-0.19.2-0005-Make-smesh-compile-with-vtk9.patch.xz _eclasses_=check-reqs 82234bf011d5453330773cd5fc3f0199 cmake 3c38df051095289667b6f09ebd0cc149 flag-o-matic a500d7cc40da3de38c361e889153bdf7 multilib 4a33c9008e5ee30cb8840a3fdc24df2b multiprocessing 61c959fc55c15c00bbb1079d6a71370b ninja-utils fef481272d4a8e136a7d8a0fb1329384 optfeature d524f291c80f9d21ad80fe978e3ca760 python-single-r1 a5747fe6dc0651d95cb78eddd5e160a8 python-utils-r1 59dddabd6a41ab69723654916142f63b toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 xdg 6024fbc93167fad782e2032933654857 xdg-utils fffb53a53cf17c9c0c998a3c0a590c7e -_md5_=a8eb3ff529b99ec35fb8c03b6fe09ccd +_md5_=21bdf275fa80853e0a42c73f6871e598 diff --git a/metadata/md5-cache/media-gfx/freecad-9999 b/metadata/md5-cache/media-gfx/freecad-9999 index 5802bed99563..acace84ccd20 100644 --- a/metadata/md5-cache/media-gfx/freecad-9999 +++ b/metadata/md5-cache/media-gfx/freecad-9999 @@ -1,15 +1,15 @@ BDEPEND=app-text/dos2unix dev-lang/swig dev-util/ninja >=dev-util/cmake-3.20.5 >=dev-vcs/git-1.8.2.1[curl] DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack -DEPEND=python_single_target_python3_8? ( >=dev-lang/python-3.8.12_p1-r1:3.8 ) python_single_target_python3_9? ( >=dev-lang/python-3.9.9-r1:3.9 ) dev-libs/OpenNI2[opengl(+)] dev-libs/libspnav[X] dev-libs/xerces-c[icu] dev-qt/designer:5 dev-qt/qtconcurrent:5 dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtnetwork:5 dev-qt/qtopengl:5 dev-qt/qtprintsupport:5 dev-qt/qtsvg:5 dev-qt/qtwebengine:5[widgets] dev-qt/qtwidgets:5 dev-qt/qtx11extras:5 dev-qt/qtxml:5 >=media-libs/coin-4.0.0 media-libs/freetype media-libs/qhull:= sci-libs/flann[openmp] sci-libs/hdf5:=[fortran,zlib] >=sci-libs/med-4.0.0-r1[python,python_single_target_python3_8(-)?,python_single_target_python3_9(-)?] sci-libs/opencascade:=[vtk(+)] sci-libs/orocos_kdl:= sys-libs/zlib virtual/glu virtual/libusb:1 virtual/opengl cloud? ( dev-libs/openssl:= net-misc/curl ) fem? ( sci-libs/vtk:=[boost(+),python,qt5,rendering,python_single_target_python3_8(-)?,python_single_target_python3_9(-)?] ) openscad? ( media-gfx/openscad ) pcl? ( sci-libs/pcl:=[opengl,openni2(+),qt5(+),vtk(+)] ) python_single_target_python3_8? ( dev-libs/boost:=[python,threads(+),python_targets_python3_8(-)] dev-python/matplotlib[python_targets_python3_8(-)] dev-python/numpy[python_targets_python3_8(-)] >=dev-python/pivy-0.6.5[python_targets_python3_8(-)] dev-python/pybind11[python_targets_python3_8(-)] dev-python/pyside2[gui,svg,webchannel,webengine,python_targets_python3_8(-)] dev-python/shiboken2[python_targets_python3_8(-)] addonmgr? ( dev-python/GitPython[python_targets_python3_8(-)] ) fem? ( dev-python/ply[python_targets_python3_8(-)] ) ) python_single_target_python3_9? ( dev-libs/boost:=[python,threads(+),python_targets_python3_9(-)] dev-python/matplotlib[python_targets_python3_9(-)] dev-python/numpy[python_targets_python3_9(-)] >=dev-python/pivy-0.6.5[python_targets_python3_9(-)] dev-python/pybind11[python_targets_python3_9(-)] dev-python/pyside2[gui,svg,webchannel,webengine,python_targets_python3_9(-)] dev-python/shiboken2[python_targets_python3_9(-)] addonmgr? ( dev-python/GitPython[python_targets_python3_9(-)] ) fem? ( dev-python/ply[python_targets_python3_9(-)] ) ) >=dev-cpp/eigen-3.3.1:3 +DEPEND=python_single_target_python3_8? ( >=dev-lang/python-3.8.12_p1-r1:3.8 ) python_single_target_python3_9? ( >=dev-lang/python-3.9.9-r1:3.9 ) python_single_target_python3_10? ( >=dev-lang/python-3.10.0_p1-r1:3.10 ) dev-libs/OpenNI2[opengl(+)] dev-libs/libspnav[X] dev-libs/xerces-c[icu] dev-qt/designer:5 dev-qt/qtconcurrent:5 dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtnetwork:5 dev-qt/qtopengl:5 dev-qt/qtprintsupport:5 dev-qt/qtsvg:5 dev-qt/qtwebengine:5[widgets] dev-qt/qtwidgets:5 dev-qt/qtx11extras:5 dev-qt/qtxml:5 >=media-libs/coin-4.0.0 media-libs/freetype media-libs/qhull:= sci-libs/flann[openmp] sci-libs/hdf5:=[fortran,zlib] >=sci-libs/med-4.0.0-r1[python,python_single_target_python3_8(-)?,python_single_target_python3_9(-)?,python_single_target_python3_10(-)?] sci-libs/opencascade:=[vtk(+)] sci-libs/orocos_kdl:= sys-libs/zlib virtual/glu virtual/libusb:1 virtual/opengl cloud? ( dev-libs/openssl:= net-misc/curl ) fem? ( sci-libs/vtk:=[boost(+),python,qt5,rendering,python_single_target_python3_8(-)?,python_single_target_python3_9(-)?,python_single_target_python3_10(-)?] ) openscad? ( media-gfx/openscad ) pcl? ( sci-libs/pcl:=[opengl,openni2(+),qt5(+),vtk(+)] ) python_single_target_python3_8? ( dev-libs/boost:=[python,threads(+),python_targets_python3_8(-)] dev-python/matplotlib[python_targets_python3_8(-)] dev-python/numpy[python_targets_python3_8(-)] >=dev-python/pivy-0.6.5[python_targets_python3_8(-)] dev-python/pybind11[python_targets_python3_8(-)] dev-python/pyside2[gui,svg,webchannel,webengine,python_targets_python3_8(-)] dev-python/shiboken2[python_targets_python3_8(-)] addonmgr? ( dev-python/GitPython[python_targets_python3_8(-)] ) fem? ( dev-python/ply[python_targets_python3_8(-)] ) ) python_single_target_python3_9? ( dev-libs/boost:=[python,threads(+),python_targets_python3_9(-)] dev-python/matplotlib[python_targets_python3_9(-)] dev-python/numpy[python_targets_python3_9(-)] >=dev-python/pivy-0.6.5[python_targets_python3_9(-)] dev-python/pybind11[python_targets_python3_9(-)] dev-python/pyside2[gui,svg,webchannel,webengine,python_targets_python3_9(-)] dev-python/shiboken2[python_targets_python3_9(-)] addonmgr? ( dev-python/GitPython[python_targets_python3_9(-)] ) fem? ( dev-python/ply[python_targets_python3_9(-)] ) ) python_single_target_python3_10? ( dev-libs/boost:=[python,threads(+),python_targets_python3_10(-)] dev-python/matplotlib[python_targets_python3_10(-)] dev-python/numpy[python_targets_python3_10(-)] >=dev-python/pivy-0.6.5[python_targets_python3_10(-)] dev-python/pybind11[python_targets_python3_10(-)] dev-python/pyside2[gui,svg,webchannel,webengine,python_targets_python3_10(-)] dev-python/shiboken2[python_targets_python3_10(-)] addonmgr? ( dev-python/GitPython[python_targets_python3_10(-)] ) fem? ( dev-python/ply[python_targets_python3_10(-)] ) ) >=dev-cpp/eigen-3.3.1:3 DESCRIPTION=QT based Computer Aided Design application EAPI=8 HOMEPAGE=https://www.freecadweb.org/ https://github.com/FreeCAD/FreeCAD -IUSE=debug headless pcl test +addonmgr +fem +idf +image +inspection +material +openscad +part-design +path +points +raytracing +robot +show +surface +techdraw +tux cloud plot ship python_single_target_python3_8 python_single_target_python3_9 +IUSE=debug headless pcl test +addonmgr +fem +idf +image +inspection +material +openscad +part-design +path +points +raytracing +robot +show +surface +techdraw +tux cloud plot ship python_single_target_python3_8 python_single_target_python3_9 python_single_target_python3_10 LICENSE=LGPL-2 CC-BY-SA-4.0 PROPERTIES=live -RDEPEND=python_single_target_python3_8? ( >=dev-lang/python-3.8.12_p1-r1:3.8 ) python_single_target_python3_9? ( >=dev-lang/python-3.9.9-r1:3.9 ) dev-libs/OpenNI2[opengl(+)] dev-libs/libspnav[X] dev-libs/xerces-c[icu] dev-qt/designer:5 dev-qt/qtconcurrent:5 dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtnetwork:5 dev-qt/qtopengl:5 dev-qt/qtprintsupport:5 dev-qt/qtsvg:5 dev-qt/qtwebengine:5[widgets] dev-qt/qtwidgets:5 dev-qt/qtx11extras:5 dev-qt/qtxml:5 >=media-libs/coin-4.0.0 media-libs/freetype media-libs/qhull:= sci-libs/flann[openmp] sci-libs/hdf5:=[fortran,zlib] >=sci-libs/med-4.0.0-r1[python,python_single_target_python3_8(-)?,python_single_target_python3_9(-)?] sci-libs/opencascade:=[vtk(+)] sci-libs/orocos_kdl:= sys-libs/zlib virtual/glu virtual/libusb:1 virtual/opengl cloud? ( dev-libs/openssl:= net-misc/curl ) fem? ( sci-libs/vtk:=[boost(+),python,qt5,rendering,python_single_target_python3_8(-)?,python_single_target_python3_9(-)?] ) openscad? ( media-gfx/openscad ) pcl? ( sci-libs/pcl:=[opengl,openni2(+),qt5(+),vtk(+)] ) python_single_target_python3_8? ( dev-libs/boost:=[python,threads(+),python_targets_python3_8(-)] dev-python/matplotlib[python_targets_python3_8(-)] dev-python/numpy[python_targets_python3_8(-)] >=dev-python/pivy-0.6.5[python_targets_python3_8(-)] dev-python/pybind11[python_targets_python3_8(-)] dev-python/pyside2[gui,svg,webchannel,webengine,python_targets_python3_8(-)] dev-python/shiboken2[python_targets_python3_8(-)] addonmgr? ( dev-python/GitPython[python_targets_python3_8(-)] ) fem? ( dev-python/ply[python_targets_python3_8(-)] ) ) python_single_target_python3_9? ( dev-libs/boost:=[python,threads(+),python_targets_python3_9(-)] dev-python/matplotlib[python_targets_python3_9(-)] dev-python/numpy[python_targets_python3_9(-)] >=dev-python/pivy-0.6.5[python_targets_python3_9(-)] dev-python/pybind11[python_targets_python3_9(-)] dev-python/pyside2[gui,svg,webchannel,webengine,python_targets_python3_9(-)] dev-python/shiboken2[python_targets_python3_9(-)] addonmgr? ( dev-python/GitPython[python_targets_python3_9(-)] ) fem? ( dev-python/ply[python_targets_python3_9(-)] ) ) -REQUIRED_USE=^^ ( python_single_target_python3_8 python_single_target_python3_9 ) inspection? ( points ) path? ( robot ) ship? ( image plot ) +RDEPEND=python_single_target_python3_8? ( >=dev-lang/python-3.8.12_p1-r1:3.8 ) python_single_target_python3_9? ( >=dev-lang/python-3.9.9-r1:3.9 ) python_single_target_python3_10? ( >=dev-lang/python-3.10.0_p1-r1:3.10 ) dev-libs/OpenNI2[opengl(+)] dev-libs/libspnav[X] dev-libs/xerces-c[icu] dev-qt/designer:5 dev-qt/qtconcurrent:5 dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtnetwork:5 dev-qt/qtopengl:5 dev-qt/qtprintsupport:5 dev-qt/qtsvg:5 dev-qt/qtwebengine:5[widgets] dev-qt/qtwidgets:5 dev-qt/qtx11extras:5 dev-qt/qtxml:5 >=media-libs/coin-4.0.0 media-libs/freetype media-libs/qhull:= sci-libs/flann[openmp] sci-libs/hdf5:=[fortran,zlib] >=sci-libs/med-4.0.0-r1[python,python_single_target_python3_8(-)?,python_single_target_python3_9(-)?,python_single_target_python3_10(-)?] sci-libs/opencascade:=[vtk(+)] sci-libs/orocos_kdl:= sys-libs/zlib virtual/glu virtual/libusb:1 virtual/opengl cloud? ( dev-libs/openssl:= net-misc/curl ) fem? ( sci-libs/vtk:=[boost(+),python,qt5,rendering,python_single_target_python3_8(-)?,python_single_target_python3_9(-)?,python_single_target_python3_10(-)?] ) openscad? ( media-gfx/openscad ) pcl? ( sci-libs/pcl:=[opengl,openni2(+),qt5(+),vtk(+)] ) python_single_target_python3_8? ( dev-libs/boost:=[python,threads(+),python_targets_python3_8(-)] dev-python/matplotlib[python_targets_python3_8(-)] dev-python/numpy[python_targets_python3_8(-)] >=dev-python/pivy-0.6.5[python_targets_python3_8(-)] dev-python/pybind11[python_targets_python3_8(-)] dev-python/pyside2[gui,svg,webchannel,webengine,python_targets_python3_8(-)] dev-python/shiboken2[python_targets_python3_8(-)] addonmgr? ( dev-python/GitPython[python_targets_python3_8(-)] ) fem? ( dev-python/ply[python_targets_python3_8(-)] ) ) python_single_target_python3_9? ( dev-libs/boost:=[python,threads(+),python_targets_python3_9(-)] dev-python/matplotlib[python_targets_python3_9(-)] dev-python/numpy[python_targets_python3_9(-)] >=dev-python/pivy-0.6.5[python_targets_python3_9(-)] dev-python/pybind11[python_targets_python3_9(-)] dev-python/pyside2[gui,svg,webchannel,webengine,python_targets_python3_9(-)] dev-python/shiboken2[python_targets_python3_9(-)] addonmgr? ( dev-python/GitPython[python_targets_python3_9(-)] ) fem? ( dev-python/ply[python_targets_python3_9(-)] ) ) python_single_target_python3_10? ( dev-libs/boost:=[python,threads(+),python_targets_python3_10(-)] dev-python/matplotlib[python_targets_python3_10(-)] dev-python/numpy[python_targets_python3_10(-)] >=dev-python/pivy-0.6.5[python_targets_python3_10(-)] dev-python/pybind11[python_targets_python3_10(-)] dev-python/pyside2[gui,svg,webchannel,webengine,python_targets_python3_10(-)] dev-python/shiboken2[python_targets_python3_10(-)] addonmgr? ( dev-python/GitPython[python_targets_python3_10(-)] ) fem? ( dev-python/ply[python_targets_python3_10(-)] ) ) +REQUIRED_USE=^^ ( python_single_target_python3_8 python_single_target_python3_9 python_single_target_python3_10 ) inspection? ( points ) path? ( robot ) ship? ( image plot ) RESTRICT=!test? ( test ) SLOT=0 _eclasses_=check-reqs 82234bf011d5453330773cd5fc3f0199 cmake 3c38df051095289667b6f09ebd0cc149 flag-o-matic a500d7cc40da3de38c361e889153bdf7 git-r3 b9ac6f96d2a88edb5b351df634dc5e53 multilib 4a33c9008e5ee30cb8840a3fdc24df2b multiprocessing 61c959fc55c15c00bbb1079d6a71370b ninja-utils fef481272d4a8e136a7d8a0fb1329384 optfeature d524f291c80f9d21ad80fe978e3ca760 python-single-r1 a5747fe6dc0651d95cb78eddd5e160a8 python-utils-r1 59dddabd6a41ab69723654916142f63b toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 xdg 6024fbc93167fad782e2032933654857 xdg-utils fffb53a53cf17c9c0c998a3c0a590c7e -_md5_=1e0ae90cf18cfec3185e9437cbb192f0 +_md5_=8907ceb96c22c3498091791991d5a18b diff --git a/metadata/md5-cache/net-print/Manifest.gz b/metadata/md5-cache/net-print/Manifest.gz index ad302db9ece7..14af03a46b0d 100644 Binary files a/metadata/md5-cache/net-print/Manifest.gz and b/metadata/md5-cache/net-print/Manifest.gz differ diff --git a/metadata/md5-cache/net-print/hplip-3.20.11-r2 b/metadata/md5-cache/net-print/hplip-3.20.11-r2 deleted file mode 100644 index be227d68e949..000000000000 --- a/metadata/md5-cache/net-print/hplip-3.20.11-r2 +++ /dev/null @@ -1,15 +0,0 @@ -BDEPEND=virtual/pkgconfig sys-devel/gnuconfig >=app-portage/elt-patches-20170815 =sys-devel/automake-1.13* >=sys-devel/autoconf-2.71 >=sys-devel/libtool-2.4 virtual/pkgconfig -DEFINED_PHASES=configure install postinst prepare setup -DEPEND=net-print/cups sys-apps/dbus virtual/jpeg:0 hpijs? ( net-print/cups-filters[foomatic] ) !libusb0? ( virtual/libusb:1 ) libusb0? ( virtual/libusb:0 ) python_single_target_python3_8? ( >=dev-lang/python-3.8.12_p1-r1:3.8[threads(+),xml] ) python_single_target_python3_9? ( >=dev-lang/python-3.9.9-r1:3.9[threads(+),xml] ) !minimal? ( scanner? ( media-gfx/sane-backends ) snmp? ( dev-libs/openssl:0= net-analyzer/net-snmp:= net-dns/avahi[dbus,python,python_single_target_python3_8(-)?,python_single_target_python3_9(-)?] ) ) -DESCRIPTION=HP Linux Imaging and Printing - Print, scan, fax drivers and service tools -EAPI=7 -HOMEPAGE=https://developers.hp.com/hp-linux-imaging-and-printing -IUSE=doc fax +hpcups hpijs kde libnotify libusb0 minimal parport policykit qt5 scanner +snmp static-ppds X python_single_target_python3_8 python_single_target_python3_9 -KEYWORDS=amd64 arm arm64 ppc ppc64 x86 -LICENSE=GPL-2 -RDEPEND=net-print/cups sys-apps/dbus virtual/jpeg:0 hpijs? ( net-print/cups-filters[foomatic] ) !libusb0? ( virtual/libusb:1 ) libusb0? ( virtual/libusb:0 ) python_single_target_python3_8? ( >=dev-lang/python-3.8.12_p1-r1:3.8[threads(+),xml] ) python_single_target_python3_9? ( >=dev-lang/python-3.9.9-r1:3.9[threads(+),xml] ) !minimal? ( scanner? ( media-gfx/sane-backends ) snmp? ( dev-libs/openssl:0= net-analyzer/net-snmp:= net-dns/avahi[dbus,python,python_single_target_python3_8(-)?,python_single_target_python3_9(-)?] ) ) app-text/ghostscript-gpl !minimal? ( python_single_target_python3_8? ( dev-python/pygobject:3[python_targets_python3_8(-)] ) python_single_target_python3_9? ( dev-python/pygobject:3[python_targets_python3_9(-)] ) kernel_linux? ( virtual/udev ) python_single_target_python3_8? ( >=dev-python/dbus-python-1.2.0-r1[python_targets_python3_8(-)] dev-python/distro[python_targets_python3_8(-)] fax? ( dev-python/reportlab[python_targets_python3_8(-)] ) qt5? ( >=dev-python/PyQt5-5.5.1[dbus,gui,widgets,python_targets_python3_8(-)] libnotify? ( dev-python/notify2[python_targets_python3_8(-)] ) ) scanner? ( >=dev-python/reportlab-3.2[python_targets_python3_8(-)] >=dev-python/pillow-3.1.1[python_targets_python3_8(-)] X? ( || ( kde? ( kde-misc/skanlite ) media-gfx/xsane media-gfx/sane-frontends ) ) ) ) python_single_target_python3_9? ( >=dev-python/dbus-python-1.2.0-r1[python_targets_python3_9(-)] dev-python/distro[python_targets_python3_9(-)] fax? ( dev-python/reportlab[python_targets_python3_9(-)] ) qt5? ( >=dev-python/PyQt5-5.5.1[dbus,gui,widgets,python_targets_python3_9(-)] libnotify? ( dev-python/notify2[python_targets_python3_9(-)] ) ) scanner? ( >=dev-python/reportlab-3.2[python_targets_python3_9(-)] >=dev-python/pillow-3.1.1[python_targets_python3_9(-)] X? ( || ( kde? ( kde-misc/skanlite ) media-gfx/xsane media-gfx/sane-frontends ) ) ) ) ) policykit? ( sys-auth/polkit ) -REQUIRED_USE=^^ ( python_single_target_python3_8 python_single_target_python3_9 ) -SLOT=0 -SRC_URI=mirror://sourceforge/hplip/hplip-3.20.11.tar.gz https://dev.gentoo.org/~billie/distfiles/hplip-3.20.11-patches-2.tar.xz -_eclasses_=autotools ed3ef2014ee93d24bde80f0c0ea9732e eapi8-dosym cd7d420bb5be5ee079f27239ce76b8f5 gnuconfig 262062cef0ba4f22b397193da514a350 libtool 241a8f577b9781a42a7421e53448a44e linux-info 8b7b99d1e4401a7a903cdfe1d2bf29de multilib 4a33c9008e5ee30cb8840a3fdc24df2b multiprocessing 61c959fc55c15c00bbb1079d6a71370b python-single-r1 a5747fe6dc0651d95cb78eddd5e160a8 python-utils-r1 59dddabd6a41ab69723654916142f63b readme.gentoo-r1 b776ad4b42f564c406a95c41ccb42c55 toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 udev 2d229ad4bfa09058e0184b1ca900db32 -_md5_=fbeda7744a5094b1b940d8b84d0f4708 diff --git a/metadata/md5-cache/net-print/hplip-3.21.12 b/metadata/md5-cache/net-print/hplip-3.21.12 deleted file mode 100644 index 1f7a7c3bdc68..000000000000 --- a/metadata/md5-cache/net-print/hplip-3.21.12 +++ /dev/null @@ -1,15 +0,0 @@ -BDEPEND=virtual/pkgconfig sys-devel/gnuconfig >=app-portage/elt-patches-20170815 || ( >=sys-devel/automake-1.16.4:1.16 ) >=sys-devel/autoconf-2.71 >=sys-devel/libtool-2.4 virtual/pkgconfig -DEFINED_PHASES=configure install postinst prepare setup -DEPEND=net-print/cups sys-apps/dbus virtual/jpeg:0 hpijs? ( net-print/cups-filters[foomatic] ) !libusb0? ( virtual/libusb:1 ) libusb0? ( virtual/libusb:0 ) python_single_target_python3_8? ( >=dev-lang/python-3.8.12_p1-r1:3.8[threads(+),xml] ) python_single_target_python3_9? ( >=dev-lang/python-3.9.9-r1:3.9[threads(+),xml] ) python_single_target_python3_10? ( >=dev-lang/python-3.10.0_p1-r1:3.10[threads(+),xml] ) !minimal? ( scanner? ( media-gfx/sane-backends ) snmp? ( dev-libs/openssl:0= net-analyzer/net-snmp:= net-dns/avahi[dbus,python,python_single_target_python3_8(-)?,python_single_target_python3_9(-)?,python_single_target_python3_10(-)?] ) ) -DESCRIPTION=HP Linux Imaging and Printing - Print, scan, fax drivers and service tools -EAPI=8 -HOMEPAGE=https://developers.hp.com/hp-linux-imaging-and-printing -IUSE=doc fax +hpcups hpijs kde libnotify libusb0 minimal parport policykit qt5 scanner +snmp static-ppds X python_single_target_python3_8 python_single_target_python3_9 python_single_target_python3_10 -KEYWORDS=~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 -LICENSE=GPL-2 -RDEPEND=net-print/cups sys-apps/dbus virtual/jpeg:0 hpijs? ( net-print/cups-filters[foomatic] ) !libusb0? ( virtual/libusb:1 ) libusb0? ( virtual/libusb:0 ) python_single_target_python3_8? ( >=dev-lang/python-3.8.12_p1-r1:3.8[threads(+),xml] ) python_single_target_python3_9? ( >=dev-lang/python-3.9.9-r1:3.9[threads(+),xml] ) python_single_target_python3_10? ( >=dev-lang/python-3.10.0_p1-r1:3.10[threads(+),xml] ) !minimal? ( scanner? ( media-gfx/sane-backends ) snmp? ( dev-libs/openssl:0= net-analyzer/net-snmp:= net-dns/avahi[dbus,python,python_single_target_python3_8(-)?,python_single_target_python3_9(-)?,python_single_target_python3_10(-)?] ) ) app-text/ghostscript-gpl !minimal? ( python_single_target_python3_8? ( dev-python/pygobject:3[python_targets_python3_8(-)] ) python_single_target_python3_9? ( dev-python/pygobject:3[python_targets_python3_9(-)] ) python_single_target_python3_10? ( dev-python/pygobject:3[python_targets_python3_10(-)] ) kernel_linux? ( virtual/udev ) python_single_target_python3_8? ( >=dev-python/dbus-python-1.2.0-r1[python_targets_python3_8(-)] dev-python/distro[python_targets_python3_8(-)] fax? ( dev-python/reportlab[python_targets_python3_8(-)] ) qt5? ( >=dev-python/PyQt5-5.5.1[dbus,gui,widgets,python_targets_python3_8(-)] libnotify? ( dev-python/notify2[python_targets_python3_8(-)] ) ) scanner? ( >=dev-python/reportlab-3.2[python_targets_python3_8(-)] >=dev-python/pillow-3.1.1[python_targets_python3_8(-)] X? ( || ( kde? ( kde-misc/skanlite ) media-gfx/xsane media-gfx/sane-frontends ) ) ) ) python_single_target_python3_9? ( >=dev-python/dbus-python-1.2.0-r1[python_targets_python3_9(-)] dev-python/distro[python_targets_python3_9(-)] fax? ( dev-python/reportlab[python_targets_python3_9(-)] ) qt5? ( >=dev-python/PyQt5-5.5.1[dbus,gui,widgets,python_targets_python3_9(-)] libnotify? ( dev-python/notify2[python_targets_python3_9(-)] ) ) scanner? ( >=dev-python/reportlab-3.2[python_targets_python3_9(-)] >=dev-python/pillow-3.1.1[python_targets_python3_9(-)] X? ( || ( kde? ( kde-misc/skanlite ) media-gfx/xsane media-gfx/sane-frontends ) ) ) ) python_single_target_python3_10? ( >=dev-python/dbus-python-1.2.0-r1[python_targets_python3_10(-)] dev-python/distro[python_targets_python3_10(-)] fax? ( dev-python/reportlab[python_targets_python3_10(-)] ) qt5? ( >=dev-python/PyQt5-5.5.1[dbus,gui,widgets,python_targets_python3_10(-)] libnotify? ( dev-python/notify2[python_targets_python3_10(-)] ) ) scanner? ( >=dev-python/reportlab-3.2[python_targets_python3_10(-)] >=dev-python/pillow-3.1.1[python_targets_python3_10(-)] X? ( || ( kde? ( kde-misc/skanlite ) media-gfx/xsane media-gfx/sane-frontends ) ) ) ) ) policykit? ( sys-auth/polkit ) -REQUIRED_USE=^^ ( python_single_target_python3_8 python_single_target_python3_9 python_single_target_python3_10 ) -SLOT=0 -SRC_URI=mirror://sourceforge/hplip/hplip-3.21.12.tar.gz https://dev.gentoo.org/~billie/distfiles/hplip-3.21.10-patches-1.tar.xz -_eclasses_=autotools ed3ef2014ee93d24bde80f0c0ea9732e gnuconfig 262062cef0ba4f22b397193da514a350 libtool 241a8f577b9781a42a7421e53448a44e linux-info 8b7b99d1e4401a7a903cdfe1d2bf29de multilib 4a33c9008e5ee30cb8840a3fdc24df2b multiprocessing 61c959fc55c15c00bbb1079d6a71370b python-single-r1 a5747fe6dc0651d95cb78eddd5e160a8 python-utils-r1 59dddabd6a41ab69723654916142f63b readme.gentoo-r1 b776ad4b42f564c406a95c41ccb42c55 toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 udev 2d229ad4bfa09058e0184b1ca900db32 -_md5_=b0558445dae787bf1cbd3ad44bf8b04c diff --git a/metadata/md5-cache/net-print/hplip-plugin-3.20.11 b/metadata/md5-cache/net-print/hplip-plugin-3.20.11 deleted file mode 100644 index 6481d50971b4..000000000000 --- a/metadata/md5-cache/net-print/hplip-plugin-3.20.11 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=install unpack -DESCRIPTION=Proprietary plugins and firmware for HPLIP -EAPI=7 -HOMEPAGE=https://developers.hp.com/hp-linux-imaging-and-printing/plugins -IUSE=orblite -KEYWORDS=amd64 arm x86 -LICENSE=hplip-plugin -RDEPEND=~net-print/hplip-3.20.11 virtual/udev orblite? ( media-gfx/sane-backends >=sys-libs/glibc-2.26 virtual/libusb:0 ) -RESTRICT=mirror -SLOT=0 -SRC_URI=https://developers.hp.com/sites/default/files/hplip-3.20.11-plugin.run -_eclasses_=multilib 4a33c9008e5ee30cb8840a3fdc24df2b toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 unpacker 697382d119fd3d195f110b7979184285 -_md5_=41fd29dd363e98f7ada70cce96ab4d40 diff --git a/metadata/md5-cache/net-print/hplip-plugin-3.21.12 b/metadata/md5-cache/net-print/hplip-plugin-3.21.12 deleted file mode 100644 index 50c313977805..000000000000 --- a/metadata/md5-cache/net-print/hplip-plugin-3.21.12 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=install unpack -DESCRIPTION=Proprietary plugins and firmware for HPLIP -EAPI=8 -HOMEPAGE=https://developers.hp.com/hp-linux-imaging-and-printing/plugins -IUSE=orblite -KEYWORDS=~amd64 ~arm ~arm64 ~x86 -LICENSE=hplip-plugin -RDEPEND=~net-print/hplip-3.21.12 virtual/udev orblite? ( media-gfx/sane-backends >=sys-libs/glibc-2.26 virtual/libusb:0 ) -RESTRICT=mirror -SLOT=0 -SRC_URI=https://developers.hp.com/sites/default/files/hplip-3.21.12-plugin.run -_eclasses_=multilib 4a33c9008e5ee30cb8840a3fdc24df2b toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 unpacker 697382d119fd3d195f110b7979184285 -_md5_=0474a188c7f683c8d5b7b341da7f211e diff --git a/metadata/md5-cache/net-proxy/Manifest.gz b/metadata/md5-cache/net-proxy/Manifest.gz index 46274c6bda2d..55c19b6c44aa 100644 Binary files a/metadata/md5-cache/net-proxy/Manifest.gz and b/metadata/md5-cache/net-proxy/Manifest.gz differ diff --git a/metadata/md5-cache/net-proxy/haproxy-2.0.25 b/metadata/md5-cache/net-proxy/haproxy-2.0.25 index df11a427b840..2bc325e5eff6 100644 --- a/metadata/md5-cache/net-proxy/haproxy-2.0.25 +++ b/metadata/md5-cache/net-proxy/haproxy-2.0.25 @@ -1,15 +1,15 @@ BDEPEND=virtual/pkgconfig virtual/pkgconfig DEFINED_PHASES=compile install postinst setup -DEPEND=crypt? ( virtual/libcrypt:= ) pcre? ( dev-libs/libpcre pcre-jit? ( dev-libs/libpcre[jit] ) ) pcre2? ( dev-libs/libpcre2:= pcre2-jit? ( dev-libs/libpcre2:=[jit] ) ) ssl? ( dev-libs/openssl:0= ) slz? ( dev-libs/libslz:= ) systemd? ( sys-apps/systemd ) zlib? ( sys-libs/zlib ) lua? ( lua_single_target_lua5-3? ( dev-lang/lua:5.3 ) ) device-atlas? ( dev-libs/device-atlas-api-c ) +DEPEND=crypt? ( virtual/libcrypt:= ) pcre? ( dev-libs/libpcre pcre-jit? ( dev-libs/libpcre[jit] ) ) pcre2? ( dev-libs/libpcre2:= pcre2-jit? ( dev-libs/libpcre2:=[jit] ) ) ssl? ( dev-libs/openssl:0= ) slz? ( dev-libs/libslz:= ) systemd? ( sys-apps/systemd ) zlib? ( sys-libs/zlib ) lua? ( lua_single_target_lua5-3? ( dev-lang/lua:5.3 ) ) DESCRIPTION=A TCP/HTTP reverse proxy for high availability environments EAPI=7 HOMEPAGE=http://www.haproxy.org -IUSE=+crypt doc examples slz +net_ns +pcre pcre-jit pcre2 pcre2-jit prometheus-exporter ssl systemd +threads tools vim-syntax +zlib lua device-atlas 51degrees wurfl +lua_single_target_lua5-3 +IUSE=+crypt doc examples slz +net_ns +pcre pcre-jit pcre2 pcre2-jit prometheus-exporter ssl systemd +threads tools vim-syntax +zlib lua 51degrees wurfl +lua_single_target_lua5-3 KEYWORDS=amd64 arm ppc x86 LICENSE=GPL-2 LGPL-2.1 -RDEPEND=crypt? ( virtual/libcrypt:= ) pcre? ( dev-libs/libpcre pcre-jit? ( dev-libs/libpcre[jit] ) ) pcre2? ( dev-libs/libpcre2:= pcre2-jit? ( dev-libs/libpcre2:=[jit] ) ) ssl? ( dev-libs/openssl:0= ) slz? ( dev-libs/libslz:= ) systemd? ( sys-apps/systemd ) zlib? ( sys-libs/zlib ) lua? ( lua_single_target_lua5-3? ( dev-lang/lua:5.3 ) ) device-atlas? ( dev-libs/device-atlas-api-c ) acct-group/haproxy acct-user/haproxy -REQUIRED_USE=pcre-jit? ( pcre ) pcre2-jit? ( pcre2 ) pcre? ( !pcre2 ) lua? ( ^^ ( lua_single_target_lua5-3 ) ) device-atlas? ( pcre ) ?? ( slz zlib ) +RDEPEND=crypt? ( virtual/libcrypt:= ) pcre? ( dev-libs/libpcre pcre-jit? ( dev-libs/libpcre[jit] ) ) pcre2? ( dev-libs/libpcre2:= pcre2-jit? ( dev-libs/libpcre2:=[jit] ) ) ssl? ( dev-libs/openssl:0= ) slz? ( dev-libs/libslz:= ) systemd? ( sys-apps/systemd ) zlib? ( sys-libs/zlib ) lua? ( lua_single_target_lua5-3? ( dev-lang/lua:5.3 ) ) acct-group/haproxy acct-user/haproxy +REQUIRED_USE=pcre-jit? ( pcre ) pcre2-jit? ( pcre2 ) pcre? ( !pcre2 ) lua? ( ^^ ( lua_single_target_lua5-3 ) ) ?? ( slz zlib ) SLOT=0/2.0 SRC_URI=http://haproxy.1wt.eu/download/2.0/src/haproxy-2.0.25.tar.gz _eclasses_=edos2unix 33e347e171066657f91f8b0c72ec8773 eutils dab5d8ec471d025b79c9e6906bcf3bff flag-o-matic a500d7cc40da3de38c361e889153bdf7 linux-info 8b7b99d1e4401a7a903cdfe1d2bf29de lua-single f2c2fb82c912dd65d53bdae3613a331f lua-utils e69ff116248d78546ae1a234c086fe80 multilib 4a33c9008e5ee30cb8840a3fdc24df2b strip-linguas ac3ee41ee2d31d8c41a77c0838320cc7 systemd 2736b403a83f194b59b767f3b344c2c1 toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 wrapper 4a1902f969e5718126434fc35f3a0d9c -_md5_=40a13cca012a79aac96b53544b15a546 +_md5_=09151a048c879da37027395ca8fa1f22 diff --git a/metadata/md5-cache/net-proxy/haproxy-2.0.27 b/metadata/md5-cache/net-proxy/haproxy-2.0.27 index ca2ee0dcca78..75b002f8761d 100644 --- a/metadata/md5-cache/net-proxy/haproxy-2.0.27 +++ b/metadata/md5-cache/net-proxy/haproxy-2.0.27 @@ -1,15 +1,15 @@ BDEPEND=virtual/pkgconfig virtual/pkgconfig DEFINED_PHASES=compile install postinst setup -DEPEND=crypt? ( virtual/libcrypt:= ) pcre? ( dev-libs/libpcre pcre-jit? ( dev-libs/libpcre[jit] ) ) pcre2? ( dev-libs/libpcre2:= pcre2-jit? ( dev-libs/libpcre2:=[jit] ) ) ssl? ( dev-libs/openssl:0= ) slz? ( dev-libs/libslz:= ) systemd? ( sys-apps/systemd ) zlib? ( sys-libs/zlib ) lua? ( lua_single_target_lua5-3? ( dev-lang/lua:5.3 ) ) device-atlas? ( dev-libs/device-atlas-api-c ) +DEPEND=crypt? ( virtual/libcrypt:= ) pcre? ( dev-libs/libpcre pcre-jit? ( dev-libs/libpcre[jit] ) ) pcre2? ( dev-libs/libpcre2:= pcre2-jit? ( dev-libs/libpcre2:=[jit] ) ) ssl? ( dev-libs/openssl:0= ) slz? ( dev-libs/libslz:= ) systemd? ( sys-apps/systemd ) zlib? ( sys-libs/zlib ) lua? ( lua_single_target_lua5-3? ( dev-lang/lua:5.3 ) ) DESCRIPTION=A TCP/HTTP reverse proxy for high availability environments EAPI=7 HOMEPAGE=http://www.haproxy.org -IUSE=+crypt doc examples slz +net_ns +pcre pcre-jit pcre2 pcre2-jit prometheus-exporter ssl systemd +threads tools vim-syntax +zlib lua device-atlas 51degrees wurfl +lua_single_target_lua5-3 +IUSE=+crypt doc examples slz +net_ns +pcre pcre-jit pcre2 pcre2-jit prometheus-exporter ssl systemd +threads tools vim-syntax +zlib lua 51degrees wurfl +lua_single_target_lua5-3 KEYWORDS=amd64 ~arm ~ppc x86 LICENSE=GPL-2 LGPL-2.1 -RDEPEND=crypt? ( virtual/libcrypt:= ) pcre? ( dev-libs/libpcre pcre-jit? ( dev-libs/libpcre[jit] ) ) pcre2? ( dev-libs/libpcre2:= pcre2-jit? ( dev-libs/libpcre2:=[jit] ) ) ssl? ( dev-libs/openssl:0= ) slz? ( dev-libs/libslz:= ) systemd? ( sys-apps/systemd ) zlib? ( sys-libs/zlib ) lua? ( lua_single_target_lua5-3? ( dev-lang/lua:5.3 ) ) device-atlas? ( dev-libs/device-atlas-api-c ) acct-group/haproxy acct-user/haproxy -REQUIRED_USE=pcre-jit? ( pcre ) pcre2-jit? ( pcre2 ) pcre? ( !pcre2 ) lua? ( ^^ ( lua_single_target_lua5-3 ) ) device-atlas? ( pcre ) ?? ( slz zlib ) +RDEPEND=crypt? ( virtual/libcrypt:= ) pcre? ( dev-libs/libpcre pcre-jit? ( dev-libs/libpcre[jit] ) ) pcre2? ( dev-libs/libpcre2:= pcre2-jit? ( dev-libs/libpcre2:=[jit] ) ) ssl? ( dev-libs/openssl:0= ) slz? ( dev-libs/libslz:= ) systemd? ( sys-apps/systemd ) zlib? ( sys-libs/zlib ) lua? ( lua_single_target_lua5-3? ( dev-lang/lua:5.3 ) ) acct-group/haproxy acct-user/haproxy +REQUIRED_USE=pcre-jit? ( pcre ) pcre2-jit? ( pcre2 ) pcre? ( !pcre2 ) lua? ( ^^ ( lua_single_target_lua5-3 ) ) ?? ( slz zlib ) SLOT=0/2.0 SRC_URI=http://haproxy.1wt.eu/download/2.0/src/haproxy-2.0.27.tar.gz _eclasses_=edos2unix 33e347e171066657f91f8b0c72ec8773 eutils dab5d8ec471d025b79c9e6906bcf3bff flag-o-matic a500d7cc40da3de38c361e889153bdf7 linux-info 8b7b99d1e4401a7a903cdfe1d2bf29de lua-single f2c2fb82c912dd65d53bdae3613a331f lua-utils e69ff116248d78546ae1a234c086fe80 multilib 4a33c9008e5ee30cb8840a3fdc24df2b strip-linguas ac3ee41ee2d31d8c41a77c0838320cc7 systemd 2736b403a83f194b59b767f3b344c2c1 toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 wrapper 4a1902f969e5718126434fc35f3a0d9c -_md5_=3789e6489bbe7ec808368e4bcac80196 +_md5_=f743b48293d5f260e6a2965182e4e31b diff --git a/metadata/md5-cache/net-proxy/haproxy-2.0.28 b/metadata/md5-cache/net-proxy/haproxy-2.0.28-r1 similarity index 82% rename from metadata/md5-cache/net-proxy/haproxy-2.0.28 rename to metadata/md5-cache/net-proxy/haproxy-2.0.28-r1 index 02d24f72f877..b7f8e7cd0810 100644 --- a/metadata/md5-cache/net-proxy/haproxy-2.0.28 +++ b/metadata/md5-cache/net-proxy/haproxy-2.0.28-r1 @@ -1,15 +1,15 @@ BDEPEND=virtual/pkgconfig virtual/pkgconfig DEFINED_PHASES=compile install postinst setup -DEPEND=crypt? ( virtual/libcrypt:= ) pcre? ( dev-libs/libpcre pcre-jit? ( dev-libs/libpcre[jit] ) ) pcre2? ( dev-libs/libpcre2:= pcre2-jit? ( dev-libs/libpcre2:=[jit] ) ) ssl? ( dev-libs/openssl:0= ) slz? ( dev-libs/libslz:= ) systemd? ( sys-apps/systemd ) zlib? ( sys-libs/zlib ) lua? ( lua_single_target_lua5-3? ( dev-lang/lua:5.3 ) ) device-atlas? ( dev-libs/device-atlas-api-c ) +DEPEND=crypt? ( virtual/libcrypt:= ) pcre? ( dev-libs/libpcre pcre-jit? ( dev-libs/libpcre[jit] ) ) pcre2? ( dev-libs/libpcre2:= pcre2-jit? ( dev-libs/libpcre2:=[jit] ) ) ssl? ( dev-libs/openssl:0= ) slz? ( dev-libs/libslz:= ) systemd? ( sys-apps/systemd ) zlib? ( sys-libs/zlib ) lua? ( lua_single_target_lua5-3? ( dev-lang/lua:5.3 ) ) DESCRIPTION=A TCP/HTTP reverse proxy for high availability environments EAPI=7 HOMEPAGE=http://www.haproxy.org -IUSE=+crypt doc examples slz +net_ns +pcre pcre-jit pcre2 pcre2-jit prometheus-exporter ssl systemd +threads tools vim-syntax +zlib lua device-atlas 51degrees wurfl +lua_single_target_lua5-3 +IUSE=+crypt doc examples slz +net_ns +pcre pcre-jit pcre2 pcre2-jit prometheus-exporter ssl systemd +threads tools vim-syntax +zlib lua 51degrees wurfl +lua_single_target_lua5-3 KEYWORDS=~amd64 ~arm ~ppc ~x86 LICENSE=GPL-2 LGPL-2.1 -RDEPEND=crypt? ( virtual/libcrypt:= ) pcre? ( dev-libs/libpcre pcre-jit? ( dev-libs/libpcre[jit] ) ) pcre2? ( dev-libs/libpcre2:= pcre2-jit? ( dev-libs/libpcre2:=[jit] ) ) ssl? ( dev-libs/openssl:0= ) slz? ( dev-libs/libslz:= ) systemd? ( sys-apps/systemd ) zlib? ( sys-libs/zlib ) lua? ( lua_single_target_lua5-3? ( dev-lang/lua:5.3 ) ) device-atlas? ( dev-libs/device-atlas-api-c ) acct-group/haproxy acct-user/haproxy -REQUIRED_USE=pcre-jit? ( pcre ) pcre2-jit? ( pcre2 ) pcre? ( !pcre2 ) lua? ( ^^ ( lua_single_target_lua5-3 ) ) device-atlas? ( pcre ) ?? ( slz zlib ) +RDEPEND=crypt? ( virtual/libcrypt:= ) pcre? ( dev-libs/libpcre pcre-jit? ( dev-libs/libpcre[jit] ) ) pcre2? ( dev-libs/libpcre2:= pcre2-jit? ( dev-libs/libpcre2:=[jit] ) ) ssl? ( dev-libs/openssl:0= ) slz? ( dev-libs/libslz:= ) systemd? ( sys-apps/systemd ) zlib? ( sys-libs/zlib ) lua? ( lua_single_target_lua5-3? ( dev-lang/lua:5.3 ) ) acct-group/haproxy acct-user/haproxy +REQUIRED_USE=pcre-jit? ( pcre ) pcre2-jit? ( pcre2 ) pcre? ( !pcre2 ) lua? ( ^^ ( lua_single_target_lua5-3 ) ) ?? ( slz zlib ) SLOT=0/2.0 SRC_URI=http://haproxy.1wt.eu/download/2.0/src/haproxy-2.0.28.tar.gz _eclasses_=edos2unix 33e347e171066657f91f8b0c72ec8773 eutils dab5d8ec471d025b79c9e6906bcf3bff flag-o-matic a500d7cc40da3de38c361e889153bdf7 linux-info 8b7b99d1e4401a7a903cdfe1d2bf29de lua-single f2c2fb82c912dd65d53bdae3613a331f lua-utils e69ff116248d78546ae1a234c086fe80 multilib 4a33c9008e5ee30cb8840a3fdc24df2b strip-linguas ac3ee41ee2d31d8c41a77c0838320cc7 systemd 2736b403a83f194b59b767f3b344c2c1 toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 wrapper 4a1902f969e5718126434fc35f3a0d9c -_md5_=2d2e5c5a05c147bbca47144c1cb4e8d1 +_md5_=361fdd8080a3f35965d9044e62dbbf89 diff --git a/metadata/md5-cache/net-proxy/haproxy-2.0.9999 b/metadata/md5-cache/net-proxy/haproxy-2.0.9999 index aa65e724add2..b0e7a37548fb 100644 --- a/metadata/md5-cache/net-proxy/haproxy-2.0.9999 +++ b/metadata/md5-cache/net-proxy/haproxy-2.0.9999 @@ -1,14 +1,14 @@ BDEPEND=virtual/pkgconfig virtual/pkgconfig >=dev-vcs/git-1.8.2.1[curl] DEFINED_PHASES=compile install postinst setup unpack -DEPEND=crypt? ( virtual/libcrypt:= ) pcre? ( dev-libs/libpcre pcre-jit? ( dev-libs/libpcre[jit] ) ) pcre2? ( dev-libs/libpcre2:= pcre2-jit? ( dev-libs/libpcre2:=[jit] ) ) ssl? ( dev-libs/openssl:0= ) slz? ( dev-libs/libslz:= ) systemd? ( sys-apps/systemd ) zlib? ( sys-libs/zlib ) lua? ( lua_single_target_lua5-3? ( dev-lang/lua:5.3 ) ) device-atlas? ( dev-libs/device-atlas-api-c ) +DEPEND=crypt? ( virtual/libcrypt:= ) pcre? ( dev-libs/libpcre pcre-jit? ( dev-libs/libpcre[jit] ) ) pcre2? ( dev-libs/libpcre2:= pcre2-jit? ( dev-libs/libpcre2:=[jit] ) ) ssl? ( dev-libs/openssl:0= ) slz? ( dev-libs/libslz:= ) systemd? ( sys-apps/systemd ) zlib? ( sys-libs/zlib ) lua? ( lua_single_target_lua5-3? ( dev-lang/lua:5.3 ) ) DESCRIPTION=A TCP/HTTP reverse proxy for high availability environments EAPI=7 HOMEPAGE=http://www.haproxy.org -IUSE=+crypt doc examples slz +net_ns +pcre pcre-jit pcre2 pcre2-jit prometheus-exporter ssl systemd +threads tools vim-syntax +zlib lua device-atlas 51degrees wurfl +lua_single_target_lua5-3 +IUSE=+crypt doc examples slz +net_ns +pcre pcre-jit pcre2 pcre2-jit prometheus-exporter ssl systemd +threads tools vim-syntax +zlib lua 51degrees wurfl +lua_single_target_lua5-3 LICENSE=GPL-2 LGPL-2.1 PROPERTIES=live -RDEPEND=crypt? ( virtual/libcrypt:= ) pcre? ( dev-libs/libpcre pcre-jit? ( dev-libs/libpcre[jit] ) ) pcre2? ( dev-libs/libpcre2:= pcre2-jit? ( dev-libs/libpcre2:=[jit] ) ) ssl? ( dev-libs/openssl:0= ) slz? ( dev-libs/libslz:= ) systemd? ( sys-apps/systemd ) zlib? ( sys-libs/zlib ) lua? ( lua_single_target_lua5-3? ( dev-lang/lua:5.3 ) ) device-atlas? ( dev-libs/device-atlas-api-c ) acct-group/haproxy acct-user/haproxy -REQUIRED_USE=pcre-jit? ( pcre ) pcre2-jit? ( pcre2 ) pcre? ( !pcre2 ) lua? ( ^^ ( lua_single_target_lua5-3 ) ) device-atlas? ( pcre ) ?? ( slz zlib ) +RDEPEND=crypt? ( virtual/libcrypt:= ) pcre? ( dev-libs/libpcre pcre-jit? ( dev-libs/libpcre[jit] ) ) pcre2? ( dev-libs/libpcre2:= pcre2-jit? ( dev-libs/libpcre2:=[jit] ) ) ssl? ( dev-libs/openssl:0= ) slz? ( dev-libs/libslz:= ) systemd? ( sys-apps/systemd ) zlib? ( sys-libs/zlib ) lua? ( lua_single_target_lua5-3? ( dev-lang/lua:5.3 ) ) acct-group/haproxy acct-user/haproxy +REQUIRED_USE=pcre-jit? ( pcre ) pcre2-jit? ( pcre2 ) pcre? ( !pcre2 ) lua? ( ^^ ( lua_single_target_lua5-3 ) ) ?? ( slz zlib ) SLOT=0/2.0 _eclasses_=edos2unix 33e347e171066657f91f8b0c72ec8773 eutils dab5d8ec471d025b79c9e6906bcf3bff flag-o-matic a500d7cc40da3de38c361e889153bdf7 git-r3 b9ac6f96d2a88edb5b351df634dc5e53 linux-info 8b7b99d1e4401a7a903cdfe1d2bf29de lua-single f2c2fb82c912dd65d53bdae3613a331f lua-utils e69ff116248d78546ae1a234c086fe80 multilib 4a33c9008e5ee30cb8840a3fdc24df2b strip-linguas ac3ee41ee2d31d8c41a77c0838320cc7 systemd 2736b403a83f194b59b767f3b344c2c1 toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 wrapper 4a1902f969e5718126434fc35f3a0d9c -_md5_=2d2e5c5a05c147bbca47144c1cb4e8d1 +_md5_=361fdd8080a3f35965d9044e62dbbf89 diff --git a/metadata/md5-cache/net-proxy/haproxy-2.2.17 b/metadata/md5-cache/net-proxy/haproxy-2.2.17 index c13c4469c21d..eebb97c012af 100644 --- a/metadata/md5-cache/net-proxy/haproxy-2.2.17 +++ b/metadata/md5-cache/net-proxy/haproxy-2.2.17 @@ -1,15 +1,15 @@ BDEPEND=virtual/pkgconfig virtual/pkgconfig DEFINED_PHASES=compile install postinst setup -DEPEND=crypt? ( virtual/libcrypt:= ) pcre? ( dev-libs/libpcre pcre-jit? ( dev-libs/libpcre[jit] ) ) pcre2? ( dev-libs/libpcre2:= pcre2-jit? ( dev-libs/libpcre2:=[jit] ) ) ssl? ( dev-libs/openssl:0= ) slz? ( dev-libs/libslz:= ) systemd? ( sys-apps/systemd ) zlib? ( sys-libs/zlib ) lua? ( lua_single_target_lua5-3? ( dev-lang/lua:5.3 ) ) device-atlas? ( dev-libs/device-atlas-api-c ) +DEPEND=crypt? ( virtual/libcrypt:= ) pcre? ( dev-libs/libpcre pcre-jit? ( dev-libs/libpcre[jit] ) ) pcre2? ( dev-libs/libpcre2:= pcre2-jit? ( dev-libs/libpcre2:=[jit] ) ) ssl? ( dev-libs/openssl:0= ) slz? ( dev-libs/libslz:= ) systemd? ( sys-apps/systemd ) zlib? ( sys-libs/zlib ) lua? ( lua_single_target_lua5-3? ( dev-lang/lua:5.3 ) ) DESCRIPTION=A TCP/HTTP reverse proxy for high availability environments EAPI=7 HOMEPAGE=http://www.haproxy.org -IUSE=+crypt doc examples slz +net_ns +pcre pcre-jit pcre2 pcre2-jit prometheus-exporter ssl systemd +threads tools vim-syntax +zlib lua device-atlas 51degrees wurfl +lua_single_target_lua5-3 +IUSE=+crypt doc examples slz +net_ns +pcre pcre-jit pcre2 pcre2-jit prometheus-exporter ssl systemd +threads tools vim-syntax +zlib lua 51degrees wurfl +lua_single_target_lua5-3 KEYWORDS=amd64 arm ppc x86 LICENSE=GPL-2 LGPL-2.1 -RDEPEND=crypt? ( virtual/libcrypt:= ) pcre? ( dev-libs/libpcre pcre-jit? ( dev-libs/libpcre[jit] ) ) pcre2? ( dev-libs/libpcre2:= pcre2-jit? ( dev-libs/libpcre2:=[jit] ) ) ssl? ( dev-libs/openssl:0= ) slz? ( dev-libs/libslz:= ) systemd? ( sys-apps/systemd ) zlib? ( sys-libs/zlib ) lua? ( lua_single_target_lua5-3? ( dev-lang/lua:5.3 ) ) device-atlas? ( dev-libs/device-atlas-api-c ) acct-group/haproxy acct-user/haproxy -REQUIRED_USE=pcre-jit? ( pcre ) pcre2-jit? ( pcre2 ) pcre? ( !pcre2 ) lua? ( ^^ ( lua_single_target_lua5-3 ) ) device-atlas? ( pcre ) ?? ( slz zlib ) +RDEPEND=crypt? ( virtual/libcrypt:= ) pcre? ( dev-libs/libpcre pcre-jit? ( dev-libs/libpcre[jit] ) ) pcre2? ( dev-libs/libpcre2:= pcre2-jit? ( dev-libs/libpcre2:=[jit] ) ) ssl? ( dev-libs/openssl:0= ) slz? ( dev-libs/libslz:= ) systemd? ( sys-apps/systemd ) zlib? ( sys-libs/zlib ) lua? ( lua_single_target_lua5-3? ( dev-lang/lua:5.3 ) ) acct-group/haproxy acct-user/haproxy +REQUIRED_USE=pcre-jit? ( pcre ) pcre2-jit? ( pcre2 ) pcre? ( !pcre2 ) lua? ( ^^ ( lua_single_target_lua5-3 ) ) ?? ( slz zlib ) SLOT=0/2.2 SRC_URI=http://haproxy.1wt.eu/download/2.2/src/haproxy-2.2.17.tar.gz _eclasses_=edos2unix 33e347e171066657f91f8b0c72ec8773 eutils dab5d8ec471d025b79c9e6906bcf3bff flag-o-matic a500d7cc40da3de38c361e889153bdf7 linux-info 8b7b99d1e4401a7a903cdfe1d2bf29de lua-single f2c2fb82c912dd65d53bdae3613a331f lua-utils e69ff116248d78546ae1a234c086fe80 multilib 4a33c9008e5ee30cb8840a3fdc24df2b strip-linguas ac3ee41ee2d31d8c41a77c0838320cc7 systemd 2736b403a83f194b59b767f3b344c2c1 toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 wrapper 4a1902f969e5718126434fc35f3a0d9c -_md5_=40a13cca012a79aac96b53544b15a546 +_md5_=09151a048c879da37027395ca8fa1f22 diff --git a/metadata/md5-cache/net-proxy/haproxy-2.2.21 b/metadata/md5-cache/net-proxy/haproxy-2.2.21 index ee41f58e4454..c5a0c184a949 100644 --- a/metadata/md5-cache/net-proxy/haproxy-2.2.21 +++ b/metadata/md5-cache/net-proxy/haproxy-2.2.21 @@ -1,15 +1,15 @@ BDEPEND=virtual/pkgconfig virtual/pkgconfig DEFINED_PHASES=compile install postinst setup -DEPEND=crypt? ( virtual/libcrypt:= ) pcre? ( dev-libs/libpcre pcre-jit? ( dev-libs/libpcre[jit] ) ) pcre2? ( dev-libs/libpcre2:= pcre2-jit? ( dev-libs/libpcre2:=[jit] ) ) ssl? ( dev-libs/openssl:0= ) slz? ( dev-libs/libslz:= ) systemd? ( sys-apps/systemd ) zlib? ( sys-libs/zlib ) lua? ( lua_single_target_lua5-3? ( dev-lang/lua:5.3 ) ) device-atlas? ( dev-libs/device-atlas-api-c ) +DEPEND=crypt? ( virtual/libcrypt:= ) pcre? ( dev-libs/libpcre pcre-jit? ( dev-libs/libpcre[jit] ) ) pcre2? ( dev-libs/libpcre2:= pcre2-jit? ( dev-libs/libpcre2:=[jit] ) ) ssl? ( dev-libs/openssl:0= ) slz? ( dev-libs/libslz:= ) systemd? ( sys-apps/systemd ) zlib? ( sys-libs/zlib ) lua? ( lua_single_target_lua5-3? ( dev-lang/lua:5.3 ) ) DESCRIPTION=A TCP/HTTP reverse proxy for high availability environments EAPI=7 HOMEPAGE=http://www.haproxy.org -IUSE=+crypt doc examples slz +net_ns +pcre pcre-jit pcre2 pcre2-jit prometheus-exporter ssl systemd +threads tools vim-syntax +zlib lua device-atlas 51degrees wurfl +lua_single_target_lua5-3 +IUSE=+crypt doc examples slz +net_ns +pcre pcre-jit pcre2 pcre2-jit prometheus-exporter ssl systemd +threads tools vim-syntax +zlib lua 51degrees wurfl +lua_single_target_lua5-3 KEYWORDS=amd64 ~arm ~ppc x86 LICENSE=GPL-2 LGPL-2.1 -RDEPEND=crypt? ( virtual/libcrypt:= ) pcre? ( dev-libs/libpcre pcre-jit? ( dev-libs/libpcre[jit] ) ) pcre2? ( dev-libs/libpcre2:= pcre2-jit? ( dev-libs/libpcre2:=[jit] ) ) ssl? ( dev-libs/openssl:0= ) slz? ( dev-libs/libslz:= ) systemd? ( sys-apps/systemd ) zlib? ( sys-libs/zlib ) lua? ( lua_single_target_lua5-3? ( dev-lang/lua:5.3 ) ) device-atlas? ( dev-libs/device-atlas-api-c ) acct-group/haproxy acct-user/haproxy -REQUIRED_USE=pcre-jit? ( pcre ) pcre2-jit? ( pcre2 ) pcre? ( !pcre2 ) lua? ( ^^ ( lua_single_target_lua5-3 ) ) device-atlas? ( pcre ) ?? ( slz zlib ) +RDEPEND=crypt? ( virtual/libcrypt:= ) pcre? ( dev-libs/libpcre pcre-jit? ( dev-libs/libpcre[jit] ) ) pcre2? ( dev-libs/libpcre2:= pcre2-jit? ( dev-libs/libpcre2:=[jit] ) ) ssl? ( dev-libs/openssl:0= ) slz? ( dev-libs/libslz:= ) systemd? ( sys-apps/systemd ) zlib? ( sys-libs/zlib ) lua? ( lua_single_target_lua5-3? ( dev-lang/lua:5.3 ) ) acct-group/haproxy acct-user/haproxy +REQUIRED_USE=pcre-jit? ( pcre ) pcre2-jit? ( pcre2 ) pcre? ( !pcre2 ) lua? ( ^^ ( lua_single_target_lua5-3 ) ) ?? ( slz zlib ) SLOT=0/2.2 SRC_URI=http://haproxy.1wt.eu/download/2.2/src/haproxy-2.2.21.tar.gz _eclasses_=edos2unix 33e347e171066657f91f8b0c72ec8773 eutils dab5d8ec471d025b79c9e6906bcf3bff flag-o-matic a500d7cc40da3de38c361e889153bdf7 linux-info 8b7b99d1e4401a7a903cdfe1d2bf29de lua-single f2c2fb82c912dd65d53bdae3613a331f lua-utils e69ff116248d78546ae1a234c086fe80 multilib 4a33c9008e5ee30cb8840a3fdc24df2b strip-linguas ac3ee41ee2d31d8c41a77c0838320cc7 systemd 2736b403a83f194b59b767f3b344c2c1 toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 wrapper 4a1902f969e5718126434fc35f3a0d9c -_md5_=3789e6489bbe7ec808368e4bcac80196 +_md5_=f743b48293d5f260e6a2965182e4e31b diff --git a/metadata/md5-cache/net-proxy/haproxy-2.2.22 b/metadata/md5-cache/net-proxy/haproxy-2.2.22-r1 similarity index 82% rename from metadata/md5-cache/net-proxy/haproxy-2.2.22 rename to metadata/md5-cache/net-proxy/haproxy-2.2.22-r1 index 14f206d73a75..39e1b43e8b87 100644 --- a/metadata/md5-cache/net-proxy/haproxy-2.2.22 +++ b/metadata/md5-cache/net-proxy/haproxy-2.2.22-r1 @@ -1,15 +1,15 @@ BDEPEND=virtual/pkgconfig virtual/pkgconfig DEFINED_PHASES=compile install postinst setup -DEPEND=crypt? ( virtual/libcrypt:= ) pcre? ( dev-libs/libpcre pcre-jit? ( dev-libs/libpcre[jit] ) ) pcre2? ( dev-libs/libpcre2:= pcre2-jit? ( dev-libs/libpcre2:=[jit] ) ) ssl? ( dev-libs/openssl:0= ) slz? ( dev-libs/libslz:= ) systemd? ( sys-apps/systemd ) zlib? ( sys-libs/zlib ) lua? ( lua_single_target_lua5-3? ( dev-lang/lua:5.3 ) ) device-atlas? ( dev-libs/device-atlas-api-c ) +DEPEND=crypt? ( virtual/libcrypt:= ) pcre? ( dev-libs/libpcre pcre-jit? ( dev-libs/libpcre[jit] ) ) pcre2? ( dev-libs/libpcre2:= pcre2-jit? ( dev-libs/libpcre2:=[jit] ) ) ssl? ( dev-libs/openssl:0= ) slz? ( dev-libs/libslz:= ) systemd? ( sys-apps/systemd ) zlib? ( sys-libs/zlib ) lua? ( lua_single_target_lua5-3? ( dev-lang/lua:5.3 ) ) DESCRIPTION=A TCP/HTTP reverse proxy for high availability environments EAPI=7 HOMEPAGE=http://www.haproxy.org -IUSE=+crypt doc examples slz +net_ns +pcre pcre-jit pcre2 pcre2-jit prometheus-exporter ssl systemd +threads tools vim-syntax +zlib lua device-atlas 51degrees wurfl +lua_single_target_lua5-3 +IUSE=+crypt doc examples slz +net_ns +pcre pcre-jit pcre2 pcre2-jit prometheus-exporter ssl systemd +threads tools vim-syntax +zlib lua 51degrees wurfl +lua_single_target_lua5-3 KEYWORDS=~amd64 ~arm ~ppc ~x86 LICENSE=GPL-2 LGPL-2.1 -RDEPEND=crypt? ( virtual/libcrypt:= ) pcre? ( dev-libs/libpcre pcre-jit? ( dev-libs/libpcre[jit] ) ) pcre2? ( dev-libs/libpcre2:= pcre2-jit? ( dev-libs/libpcre2:=[jit] ) ) ssl? ( dev-libs/openssl:0= ) slz? ( dev-libs/libslz:= ) systemd? ( sys-apps/systemd ) zlib? ( sys-libs/zlib ) lua? ( lua_single_target_lua5-3? ( dev-lang/lua:5.3 ) ) device-atlas? ( dev-libs/device-atlas-api-c ) acct-group/haproxy acct-user/haproxy -REQUIRED_USE=pcre-jit? ( pcre ) pcre2-jit? ( pcre2 ) pcre? ( !pcre2 ) lua? ( ^^ ( lua_single_target_lua5-3 ) ) device-atlas? ( pcre ) ?? ( slz zlib ) +RDEPEND=crypt? ( virtual/libcrypt:= ) pcre? ( dev-libs/libpcre pcre-jit? ( dev-libs/libpcre[jit] ) ) pcre2? ( dev-libs/libpcre2:= pcre2-jit? ( dev-libs/libpcre2:=[jit] ) ) ssl? ( dev-libs/openssl:0= ) slz? ( dev-libs/libslz:= ) systemd? ( sys-apps/systemd ) zlib? ( sys-libs/zlib ) lua? ( lua_single_target_lua5-3? ( dev-lang/lua:5.3 ) ) acct-group/haproxy acct-user/haproxy +REQUIRED_USE=pcre-jit? ( pcre ) pcre2-jit? ( pcre2 ) pcre? ( !pcre2 ) lua? ( ^^ ( lua_single_target_lua5-3 ) ) ?? ( slz zlib ) SLOT=0/2.2 SRC_URI=http://haproxy.1wt.eu/download/2.2/src/haproxy-2.2.22.tar.gz _eclasses_=edos2unix 33e347e171066657f91f8b0c72ec8773 eutils dab5d8ec471d025b79c9e6906bcf3bff flag-o-matic a500d7cc40da3de38c361e889153bdf7 linux-info 8b7b99d1e4401a7a903cdfe1d2bf29de lua-single f2c2fb82c912dd65d53bdae3613a331f lua-utils e69ff116248d78546ae1a234c086fe80 multilib 4a33c9008e5ee30cb8840a3fdc24df2b strip-linguas ac3ee41ee2d31d8c41a77c0838320cc7 systemd 2736b403a83f194b59b767f3b344c2c1 toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 wrapper 4a1902f969e5718126434fc35f3a0d9c -_md5_=2d2e5c5a05c147bbca47144c1cb4e8d1 +_md5_=361fdd8080a3f35965d9044e62dbbf89 diff --git a/metadata/md5-cache/net-proxy/haproxy-2.2.9999 b/metadata/md5-cache/net-proxy/haproxy-2.2.9999 index 73d6439314d1..82b825206d77 100644 --- a/metadata/md5-cache/net-proxy/haproxy-2.2.9999 +++ b/metadata/md5-cache/net-proxy/haproxy-2.2.9999 @@ -1,14 +1,14 @@ BDEPEND=virtual/pkgconfig virtual/pkgconfig >=dev-vcs/git-1.8.2.1[curl] DEFINED_PHASES=compile install postinst setup unpack -DEPEND=crypt? ( virtual/libcrypt:= ) pcre? ( dev-libs/libpcre pcre-jit? ( dev-libs/libpcre[jit] ) ) pcre2? ( dev-libs/libpcre2:= pcre2-jit? ( dev-libs/libpcre2:=[jit] ) ) ssl? ( dev-libs/openssl:0= ) slz? ( dev-libs/libslz:= ) systemd? ( sys-apps/systemd ) zlib? ( sys-libs/zlib ) lua? ( lua_single_target_lua5-3? ( dev-lang/lua:5.3 ) ) device-atlas? ( dev-libs/device-atlas-api-c ) +DEPEND=crypt? ( virtual/libcrypt:= ) pcre? ( dev-libs/libpcre pcre-jit? ( dev-libs/libpcre[jit] ) ) pcre2? ( dev-libs/libpcre2:= pcre2-jit? ( dev-libs/libpcre2:=[jit] ) ) ssl? ( dev-libs/openssl:0= ) slz? ( dev-libs/libslz:= ) systemd? ( sys-apps/systemd ) zlib? ( sys-libs/zlib ) lua? ( lua_single_target_lua5-3? ( dev-lang/lua:5.3 ) ) DESCRIPTION=A TCP/HTTP reverse proxy for high availability environments EAPI=7 HOMEPAGE=http://www.haproxy.org -IUSE=+crypt doc examples slz +net_ns +pcre pcre-jit pcre2 pcre2-jit prometheus-exporter ssl systemd +threads tools vim-syntax +zlib lua device-atlas 51degrees wurfl +lua_single_target_lua5-3 +IUSE=+crypt doc examples slz +net_ns +pcre pcre-jit pcre2 pcre2-jit prometheus-exporter ssl systemd +threads tools vim-syntax +zlib lua 51degrees wurfl +lua_single_target_lua5-3 LICENSE=GPL-2 LGPL-2.1 PROPERTIES=live -RDEPEND=crypt? ( virtual/libcrypt:= ) pcre? ( dev-libs/libpcre pcre-jit? ( dev-libs/libpcre[jit] ) ) pcre2? ( dev-libs/libpcre2:= pcre2-jit? ( dev-libs/libpcre2:=[jit] ) ) ssl? ( dev-libs/openssl:0= ) slz? ( dev-libs/libslz:= ) systemd? ( sys-apps/systemd ) zlib? ( sys-libs/zlib ) lua? ( lua_single_target_lua5-3? ( dev-lang/lua:5.3 ) ) device-atlas? ( dev-libs/device-atlas-api-c ) acct-group/haproxy acct-user/haproxy -REQUIRED_USE=pcre-jit? ( pcre ) pcre2-jit? ( pcre2 ) pcre? ( !pcre2 ) lua? ( ^^ ( lua_single_target_lua5-3 ) ) device-atlas? ( pcre ) ?? ( slz zlib ) +RDEPEND=crypt? ( virtual/libcrypt:= ) pcre? ( dev-libs/libpcre pcre-jit? ( dev-libs/libpcre[jit] ) ) pcre2? ( dev-libs/libpcre2:= pcre2-jit? ( dev-libs/libpcre2:=[jit] ) ) ssl? ( dev-libs/openssl:0= ) slz? ( dev-libs/libslz:= ) systemd? ( sys-apps/systemd ) zlib? ( sys-libs/zlib ) lua? ( lua_single_target_lua5-3? ( dev-lang/lua:5.3 ) ) acct-group/haproxy acct-user/haproxy +REQUIRED_USE=pcre-jit? ( pcre ) pcre2-jit? ( pcre2 ) pcre? ( !pcre2 ) lua? ( ^^ ( lua_single_target_lua5-3 ) ) ?? ( slz zlib ) SLOT=0/2.2 _eclasses_=edos2unix 33e347e171066657f91f8b0c72ec8773 eutils dab5d8ec471d025b79c9e6906bcf3bff flag-o-matic a500d7cc40da3de38c361e889153bdf7 git-r3 b9ac6f96d2a88edb5b351df634dc5e53 linux-info 8b7b99d1e4401a7a903cdfe1d2bf29de lua-single f2c2fb82c912dd65d53bdae3613a331f lua-utils e69ff116248d78546ae1a234c086fe80 multilib 4a33c9008e5ee30cb8840a3fdc24df2b strip-linguas ac3ee41ee2d31d8c41a77c0838320cc7 systemd 2736b403a83f194b59b767f3b344c2c1 toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 wrapper 4a1902f969e5718126434fc35f3a0d9c -_md5_=2d2e5c5a05c147bbca47144c1cb4e8d1 +_md5_=361fdd8080a3f35965d9044e62dbbf89 diff --git a/metadata/md5-cache/net-proxy/haproxy-2.4.14 b/metadata/md5-cache/net-proxy/haproxy-2.4.14 index 068035e0086a..ec218e1d8422 100644 --- a/metadata/md5-cache/net-proxy/haproxy-2.4.14 +++ b/metadata/md5-cache/net-proxy/haproxy-2.4.14 @@ -1,15 +1,15 @@ BDEPEND=virtual/pkgconfig virtual/pkgconfig DEFINED_PHASES=compile install postinst setup -DEPEND=crypt? ( virtual/libcrypt:= ) pcre? ( dev-libs/libpcre pcre-jit? ( dev-libs/libpcre[jit] ) ) pcre2? ( dev-libs/libpcre2:= pcre2-jit? ( dev-libs/libpcre2:=[jit] ) ) ssl? ( dev-libs/openssl:0= ) systemd? ( sys-apps/systemd ) zlib? ( sys-libs/zlib ) lua? ( lua_single_target_lua5-3? ( dev-lang/lua:5.3 ) ) device-atlas? ( dev-libs/device-atlas-api-c ) +DEPEND=crypt? ( virtual/libcrypt:= ) pcre? ( dev-libs/libpcre pcre-jit? ( dev-libs/libpcre[jit] ) ) pcre2? ( dev-libs/libpcre2:= pcre2-jit? ( dev-libs/libpcre2:=[jit] ) ) ssl? ( dev-libs/openssl:0= ) systemd? ( sys-apps/systemd ) zlib? ( sys-libs/zlib ) lua? ( lua_single_target_lua5-3? ( dev-lang/lua:5.3 ) ) DESCRIPTION=A TCP/HTTP reverse proxy for high availability environments EAPI=7 HOMEPAGE=http://www.haproxy.org -IUSE=+crypt doc examples +slz +net_ns +pcre pcre-jit pcre2 pcre2-jit prometheus-exporter ssl systemd +threads tools vim-syntax zlib lua device-atlas 51degrees wurfl +lua_single_target_lua5-3 +IUSE=+crypt doc examples +slz +net_ns +pcre pcre-jit pcre2 pcre2-jit prometheus-exporter ssl systemd +threads tools vim-syntax zlib lua 51degrees wurfl +lua_single_target_lua5-3 KEYWORDS=amd64 ~arm ~arm64 ~ppc x86 LICENSE=GPL-2 LGPL-2.1 -RDEPEND=crypt? ( virtual/libcrypt:= ) pcre? ( dev-libs/libpcre pcre-jit? ( dev-libs/libpcre[jit] ) ) pcre2? ( dev-libs/libpcre2:= pcre2-jit? ( dev-libs/libpcre2:=[jit] ) ) ssl? ( dev-libs/openssl:0= ) systemd? ( sys-apps/systemd ) zlib? ( sys-libs/zlib ) lua? ( lua_single_target_lua5-3? ( dev-lang/lua:5.3 ) ) device-atlas? ( dev-libs/device-atlas-api-c ) acct-group/haproxy acct-user/haproxy -REQUIRED_USE=pcre-jit? ( pcre ) pcre2-jit? ( pcre2 ) pcre? ( !pcre2 ) lua? ( ^^ ( lua_single_target_lua5-3 ) ) device-atlas? ( pcre ) ?? ( slz zlib ) +RDEPEND=crypt? ( virtual/libcrypt:= ) pcre? ( dev-libs/libpcre pcre-jit? ( dev-libs/libpcre[jit] ) ) pcre2? ( dev-libs/libpcre2:= pcre2-jit? ( dev-libs/libpcre2:=[jit] ) ) ssl? ( dev-libs/openssl:0= ) systemd? ( sys-apps/systemd ) zlib? ( sys-libs/zlib ) lua? ( lua_single_target_lua5-3? ( dev-lang/lua:5.3 ) ) acct-group/haproxy acct-user/haproxy +REQUIRED_USE=pcre-jit? ( pcre ) pcre2-jit? ( pcre2 ) pcre? ( !pcre2 ) lua? ( ^^ ( lua_single_target_lua5-3 ) ) ?? ( slz zlib ) SLOT=0/2.4 SRC_URI=http://haproxy.1wt.eu/download/2.4/src/haproxy-2.4.14.tar.gz _eclasses_=edos2unix 33e347e171066657f91f8b0c72ec8773 eutils dab5d8ec471d025b79c9e6906bcf3bff flag-o-matic a500d7cc40da3de38c361e889153bdf7 linux-info 8b7b99d1e4401a7a903cdfe1d2bf29de lua-single f2c2fb82c912dd65d53bdae3613a331f lua-utils e69ff116248d78546ae1a234c086fe80 multilib 4a33c9008e5ee30cb8840a3fdc24df2b strip-linguas ac3ee41ee2d31d8c41a77c0838320cc7 systemd 2736b403a83f194b59b767f3b344c2c1 toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 wrapper 4a1902f969e5718126434fc35f3a0d9c -_md5_=bbf778417cfc4004b6c854ed59987436 +_md5_=d88b6f73782759a488c513e7e3ea3656 diff --git a/metadata/md5-cache/net-proxy/haproxy-2.4.15 b/metadata/md5-cache/net-proxy/haproxy-2.4.15-r1 similarity index 78% rename from metadata/md5-cache/net-proxy/haproxy-2.4.15 rename to metadata/md5-cache/net-proxy/haproxy-2.4.15-r1 index 87305e7301f3..7c8f988da363 100644 --- a/metadata/md5-cache/net-proxy/haproxy-2.4.15 +++ b/metadata/md5-cache/net-proxy/haproxy-2.4.15-r1 @@ -1,15 +1,15 @@ BDEPEND=virtual/pkgconfig virtual/pkgconfig DEFINED_PHASES=compile install postinst setup -DEPEND=crypt? ( virtual/libcrypt:= ) pcre? ( dev-libs/libpcre pcre-jit? ( dev-libs/libpcre[jit] ) ) pcre2? ( dev-libs/libpcre2:= pcre2-jit? ( dev-libs/libpcre2:=[jit] ) ) ssl? ( dev-libs/openssl:0= ) systemd? ( sys-apps/systemd ) zlib? ( sys-libs/zlib ) lua? ( lua_single_target_lua5-3? ( dev-lang/lua:5.3 ) ) device-atlas? ( dev-libs/device-atlas-api-c ) +DEPEND=crypt? ( virtual/libcrypt:= ) pcre? ( dev-libs/libpcre pcre-jit? ( dev-libs/libpcre[jit] ) ) pcre2? ( dev-libs/libpcre2:= pcre2-jit? ( dev-libs/libpcre2:=[jit] ) ) ssl? ( dev-libs/openssl:0= ) systemd? ( sys-apps/systemd ) zlib? ( sys-libs/zlib ) lua? ( lua_single_target_lua5-3? ( dev-lang/lua:5.3 ) ) DESCRIPTION=A TCP/HTTP reverse proxy for high availability environments EAPI=7 HOMEPAGE=http://www.haproxy.org -IUSE=+crypt doc examples +slz +net_ns +pcre pcre-jit pcre2 pcre2-jit prometheus-exporter ssl systemd +threads tools vim-syntax zlib lua device-atlas 51degrees wurfl +lua_single_target_lua5-3 +IUSE=+crypt doc examples +slz +net_ns +pcre pcre-jit pcre2 pcre2-jit prometheus-exporter ssl systemd +threads tools vim-syntax zlib lua 51degrees wurfl +lua_single_target_lua5-3 KEYWORDS=~amd64 ~arm ~arm64 ~ppc ~x86 LICENSE=GPL-2 LGPL-2.1 -RDEPEND=crypt? ( virtual/libcrypt:= ) pcre? ( dev-libs/libpcre pcre-jit? ( dev-libs/libpcre[jit] ) ) pcre2? ( dev-libs/libpcre2:= pcre2-jit? ( dev-libs/libpcre2:=[jit] ) ) ssl? ( dev-libs/openssl:0= ) systemd? ( sys-apps/systemd ) zlib? ( sys-libs/zlib ) lua? ( lua_single_target_lua5-3? ( dev-lang/lua:5.3 ) ) device-atlas? ( dev-libs/device-atlas-api-c ) acct-group/haproxy acct-user/haproxy -REQUIRED_USE=pcre-jit? ( pcre ) pcre2-jit? ( pcre2 ) pcre? ( !pcre2 ) lua? ( ^^ ( lua_single_target_lua5-3 ) ) device-atlas? ( pcre ) ?? ( slz zlib ) +RDEPEND=crypt? ( virtual/libcrypt:= ) pcre? ( dev-libs/libpcre pcre-jit? ( dev-libs/libpcre[jit] ) ) pcre2? ( dev-libs/libpcre2:= pcre2-jit? ( dev-libs/libpcre2:=[jit] ) ) ssl? ( dev-libs/openssl:0= ) systemd? ( sys-apps/systemd ) zlib? ( sys-libs/zlib ) lua? ( lua_single_target_lua5-3? ( dev-lang/lua:5.3 ) ) acct-group/haproxy acct-user/haproxy +REQUIRED_USE=pcre-jit? ( pcre ) pcre2-jit? ( pcre2 ) pcre? ( !pcre2 ) lua? ( ^^ ( lua_single_target_lua5-3 ) ) ?? ( slz zlib ) SLOT=0/2.4 SRC_URI=http://haproxy.1wt.eu/download/2.4/src/haproxy-2.4.15.tar.gz _eclasses_=edos2unix 33e347e171066657f91f8b0c72ec8773 eutils dab5d8ec471d025b79c9e6906bcf3bff flag-o-matic a500d7cc40da3de38c361e889153bdf7 linux-info 8b7b99d1e4401a7a903cdfe1d2bf29de lua-single f2c2fb82c912dd65d53bdae3613a331f lua-utils e69ff116248d78546ae1a234c086fe80 multilib 4a33c9008e5ee30cb8840a3fdc24df2b strip-linguas ac3ee41ee2d31d8c41a77c0838320cc7 systemd 2736b403a83f194b59b767f3b344c2c1 toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 wrapper 4a1902f969e5718126434fc35f3a0d9c -_md5_=4660142ac53c103adc39857505749c85 +_md5_=080e594b901299a62bbc818516ce5f6e diff --git a/metadata/md5-cache/net-proxy/haproxy-2.4.4 b/metadata/md5-cache/net-proxy/haproxy-2.4.4 index 6216d207fb12..44803ff57f64 100644 --- a/metadata/md5-cache/net-proxy/haproxy-2.4.4 +++ b/metadata/md5-cache/net-proxy/haproxy-2.4.4 @@ -1,15 +1,15 @@ BDEPEND=virtual/pkgconfig virtual/pkgconfig DEFINED_PHASES=compile install postinst setup -DEPEND=crypt? ( virtual/libcrypt:= ) pcre? ( dev-libs/libpcre pcre-jit? ( dev-libs/libpcre[jit] ) ) pcre2? ( dev-libs/libpcre2:= pcre2-jit? ( dev-libs/libpcre2:=[jit] ) ) ssl? ( dev-libs/openssl:0= ) systemd? ( sys-apps/systemd ) zlib? ( sys-libs/zlib ) lua? ( lua_single_target_lua5-3? ( dev-lang/lua:5.3 ) ) device-atlas? ( dev-libs/device-atlas-api-c ) +DEPEND=crypt? ( virtual/libcrypt:= ) pcre? ( dev-libs/libpcre pcre-jit? ( dev-libs/libpcre[jit] ) ) pcre2? ( dev-libs/libpcre2:= pcre2-jit? ( dev-libs/libpcre2:=[jit] ) ) ssl? ( dev-libs/openssl:0= ) systemd? ( sys-apps/systemd ) zlib? ( sys-libs/zlib ) lua? ( lua_single_target_lua5-3? ( dev-lang/lua:5.3 ) ) DESCRIPTION=A TCP/HTTP reverse proxy for high availability environments EAPI=7 HOMEPAGE=http://www.haproxy.org -IUSE=+crypt doc examples +slz +net_ns +pcre pcre-jit pcre2 pcre2-jit prometheus-exporter ssl systemd +threads tools vim-syntax zlib lua device-atlas 51degrees wurfl +lua_single_target_lua5-3 +IUSE=+crypt doc examples +slz +net_ns +pcre pcre-jit pcre2 pcre2-jit prometheus-exporter ssl systemd +threads tools vim-syntax zlib lua 51degrees wurfl +lua_single_target_lua5-3 KEYWORDS=amd64 arm ~arm64 ppc x86 LICENSE=GPL-2 LGPL-2.1 -RDEPEND=crypt? ( virtual/libcrypt:= ) pcre? ( dev-libs/libpcre pcre-jit? ( dev-libs/libpcre[jit] ) ) pcre2? ( dev-libs/libpcre2:= pcre2-jit? ( dev-libs/libpcre2:=[jit] ) ) ssl? ( dev-libs/openssl:0= ) systemd? ( sys-apps/systemd ) zlib? ( sys-libs/zlib ) lua? ( lua_single_target_lua5-3? ( dev-lang/lua:5.3 ) ) device-atlas? ( dev-libs/device-atlas-api-c ) acct-group/haproxy acct-user/haproxy -REQUIRED_USE=pcre-jit? ( pcre ) pcre2-jit? ( pcre2 ) pcre? ( !pcre2 ) lua? ( ^^ ( lua_single_target_lua5-3 ) ) device-atlas? ( pcre ) ?? ( slz zlib ) +RDEPEND=crypt? ( virtual/libcrypt:= ) pcre? ( dev-libs/libpcre pcre-jit? ( dev-libs/libpcre[jit] ) ) pcre2? ( dev-libs/libpcre2:= pcre2-jit? ( dev-libs/libpcre2:=[jit] ) ) ssl? ( dev-libs/openssl:0= ) systemd? ( sys-apps/systemd ) zlib? ( sys-libs/zlib ) lua? ( lua_single_target_lua5-3? ( dev-lang/lua:5.3 ) ) acct-group/haproxy acct-user/haproxy +REQUIRED_USE=pcre-jit? ( pcre ) pcre2-jit? ( pcre2 ) pcre? ( !pcre2 ) lua? ( ^^ ( lua_single_target_lua5-3 ) ) ?? ( slz zlib ) SLOT=0/2.4 SRC_URI=http://haproxy.1wt.eu/download/2.4/src/haproxy-2.4.4.tar.gz _eclasses_=edos2unix 33e347e171066657f91f8b0c72ec8773 eutils dab5d8ec471d025b79c9e6906bcf3bff flag-o-matic a500d7cc40da3de38c361e889153bdf7 linux-info 8b7b99d1e4401a7a903cdfe1d2bf29de lua-single f2c2fb82c912dd65d53bdae3613a331f lua-utils e69ff116248d78546ae1a234c086fe80 multilib 4a33c9008e5ee30cb8840a3fdc24df2b strip-linguas ac3ee41ee2d31d8c41a77c0838320cc7 systemd 2736b403a83f194b59b767f3b344c2c1 toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 wrapper 4a1902f969e5718126434fc35f3a0d9c -_md5_=7a948dff7d9f47a565bbe4d8c35e7c82 +_md5_=06be841a9f768b504172e1fb81843929 diff --git a/metadata/md5-cache/net-proxy/haproxy-2.4.9999 b/metadata/md5-cache/net-proxy/haproxy-2.4.9999 index d47913fcf45e..75b8fa750bd8 100644 --- a/metadata/md5-cache/net-proxy/haproxy-2.4.9999 +++ b/metadata/md5-cache/net-proxy/haproxy-2.4.9999 @@ -1,14 +1,14 @@ BDEPEND=virtual/pkgconfig virtual/pkgconfig >=dev-vcs/git-1.8.2.1[curl] DEFINED_PHASES=compile install postinst setup unpack -DEPEND=crypt? ( virtual/libcrypt:= ) pcre? ( dev-libs/libpcre pcre-jit? ( dev-libs/libpcre[jit] ) ) pcre2? ( dev-libs/libpcre2:= pcre2-jit? ( dev-libs/libpcre2:=[jit] ) ) ssl? ( dev-libs/openssl:0= ) systemd? ( sys-apps/systemd ) zlib? ( sys-libs/zlib ) lua? ( lua_single_target_lua5-3? ( dev-lang/lua:5.3 ) ) device-atlas? ( dev-libs/device-atlas-api-c ) +DEPEND=crypt? ( virtual/libcrypt:= ) pcre? ( dev-libs/libpcre pcre-jit? ( dev-libs/libpcre[jit] ) ) pcre2? ( dev-libs/libpcre2:= pcre2-jit? ( dev-libs/libpcre2:=[jit] ) ) ssl? ( dev-libs/openssl:0= ) systemd? ( sys-apps/systemd ) zlib? ( sys-libs/zlib ) lua? ( lua_single_target_lua5-3? ( dev-lang/lua:5.3 ) ) DESCRIPTION=A TCP/HTTP reverse proxy for high availability environments EAPI=7 HOMEPAGE=http://www.haproxy.org -IUSE=+crypt doc examples +slz +net_ns +pcre pcre-jit pcre2 pcre2-jit prometheus-exporter ssl systemd +threads tools vim-syntax zlib lua device-atlas 51degrees wurfl +lua_single_target_lua5-3 +IUSE=+crypt doc examples +slz +net_ns +pcre pcre-jit pcre2 pcre2-jit prometheus-exporter ssl systemd +threads tools vim-syntax zlib lua 51degrees wurfl +lua_single_target_lua5-3 LICENSE=GPL-2 LGPL-2.1 PROPERTIES=live -RDEPEND=crypt? ( virtual/libcrypt:= ) pcre? ( dev-libs/libpcre pcre-jit? ( dev-libs/libpcre[jit] ) ) pcre2? ( dev-libs/libpcre2:= pcre2-jit? ( dev-libs/libpcre2:=[jit] ) ) ssl? ( dev-libs/openssl:0= ) systemd? ( sys-apps/systemd ) zlib? ( sys-libs/zlib ) lua? ( lua_single_target_lua5-3? ( dev-lang/lua:5.3 ) ) device-atlas? ( dev-libs/device-atlas-api-c ) acct-group/haproxy acct-user/haproxy -REQUIRED_USE=pcre-jit? ( pcre ) pcre2-jit? ( pcre2 ) pcre? ( !pcre2 ) lua? ( ^^ ( lua_single_target_lua5-3 ) ) device-atlas? ( pcre ) ?? ( slz zlib ) +RDEPEND=crypt? ( virtual/libcrypt:= ) pcre? ( dev-libs/libpcre pcre-jit? ( dev-libs/libpcre[jit] ) ) pcre2? ( dev-libs/libpcre2:= pcre2-jit? ( dev-libs/libpcre2:=[jit] ) ) ssl? ( dev-libs/openssl:0= ) systemd? ( sys-apps/systemd ) zlib? ( sys-libs/zlib ) lua? ( lua_single_target_lua5-3? ( dev-lang/lua:5.3 ) ) acct-group/haproxy acct-user/haproxy +REQUIRED_USE=pcre-jit? ( pcre ) pcre2-jit? ( pcre2 ) pcre? ( !pcre2 ) lua? ( ^^ ( lua_single_target_lua5-3 ) ) ?? ( slz zlib ) SLOT=0/2.4 _eclasses_=edos2unix 33e347e171066657f91f8b0c72ec8773 eutils dab5d8ec471d025b79c9e6906bcf3bff flag-o-matic a500d7cc40da3de38c361e889153bdf7 git-r3 b9ac6f96d2a88edb5b351df634dc5e53 linux-info 8b7b99d1e4401a7a903cdfe1d2bf29de lua-single f2c2fb82c912dd65d53bdae3613a331f lua-utils e69ff116248d78546ae1a234c086fe80 multilib 4a33c9008e5ee30cb8840a3fdc24df2b strip-linguas ac3ee41ee2d31d8c41a77c0838320cc7 systemd 2736b403a83f194b59b767f3b344c2c1 toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 wrapper 4a1902f969e5718126434fc35f3a0d9c -_md5_=4660142ac53c103adc39857505749c85 +_md5_=080e594b901299a62bbc818516ce5f6e diff --git a/metadata/md5-cache/net-proxy/haproxy-2.5.4 b/metadata/md5-cache/net-proxy/haproxy-2.5.4 index b285b943fd12..5095dc4d114b 100644 --- a/metadata/md5-cache/net-proxy/haproxy-2.5.4 +++ b/metadata/md5-cache/net-proxy/haproxy-2.5.4 @@ -1,15 +1,15 @@ BDEPEND=virtual/pkgconfig virtual/pkgconfig DEFINED_PHASES=compile install postinst setup -DEPEND=crypt? ( virtual/libcrypt:= ) pcre? ( dev-libs/libpcre pcre-jit? ( dev-libs/libpcre[jit] ) ) pcre2? ( dev-libs/libpcre2:= pcre2-jit? ( dev-libs/libpcre2:=[jit] ) ) ssl? ( dev-libs/openssl:0= ) systemd? ( sys-apps/systemd ) zlib? ( sys-libs/zlib ) lua? ( lua_single_target_lua5-3? ( dev-lang/lua:5.3 ) ) device-atlas? ( dev-libs/device-atlas-api-c ) +DEPEND=crypt? ( virtual/libcrypt:= ) pcre? ( dev-libs/libpcre pcre-jit? ( dev-libs/libpcre[jit] ) ) pcre2? ( dev-libs/libpcre2:= pcre2-jit? ( dev-libs/libpcre2:=[jit] ) ) ssl? ( dev-libs/openssl:0= ) systemd? ( sys-apps/systemd ) zlib? ( sys-libs/zlib ) lua? ( lua_single_target_lua5-3? ( dev-lang/lua:5.3 ) ) DESCRIPTION=A TCP/HTTP reverse proxy for high availability environments EAPI=7 HOMEPAGE=http://www.haproxy.org -IUSE=+crypt doc examples +slz +net_ns +pcre pcre-jit pcre2 pcre2-jit prometheus-exporter ssl systemd +threads tools vim-syntax zlib lua device-atlas 51degrees wurfl +lua_single_target_lua5-3 +IUSE=+crypt doc examples +slz +net_ns +pcre pcre-jit pcre2 pcre2-jit prometheus-exporter ssl systemd +threads tools vim-syntax zlib lua 51degrees wurfl +lua_single_target_lua5-3 KEYWORDS=amd64 ~arm ~arm64 ~ppc x86 LICENSE=GPL-2 LGPL-2.1 -RDEPEND=crypt? ( virtual/libcrypt:= ) pcre? ( dev-libs/libpcre pcre-jit? ( dev-libs/libpcre[jit] ) ) pcre2? ( dev-libs/libpcre2:= pcre2-jit? ( dev-libs/libpcre2:=[jit] ) ) ssl? ( dev-libs/openssl:0= ) systemd? ( sys-apps/systemd ) zlib? ( sys-libs/zlib ) lua? ( lua_single_target_lua5-3? ( dev-lang/lua:5.3 ) ) device-atlas? ( dev-libs/device-atlas-api-c ) acct-group/haproxy acct-user/haproxy -REQUIRED_USE=pcre-jit? ( pcre ) pcre2-jit? ( pcre2 ) pcre? ( !pcre2 ) lua? ( ^^ ( lua_single_target_lua5-3 ) ) device-atlas? ( pcre ) ?? ( slz zlib ) +RDEPEND=crypt? ( virtual/libcrypt:= ) pcre? ( dev-libs/libpcre pcre-jit? ( dev-libs/libpcre[jit] ) ) pcre2? ( dev-libs/libpcre2:= pcre2-jit? ( dev-libs/libpcre2:=[jit] ) ) ssl? ( dev-libs/openssl:0= ) systemd? ( sys-apps/systemd ) zlib? ( sys-libs/zlib ) lua? ( lua_single_target_lua5-3? ( dev-lang/lua:5.3 ) ) acct-group/haproxy acct-user/haproxy +REQUIRED_USE=pcre-jit? ( pcre ) pcre2-jit? ( pcre2 ) pcre? ( !pcre2 ) lua? ( ^^ ( lua_single_target_lua5-3 ) ) ?? ( slz zlib ) SLOT=0/2.5 SRC_URI=http://haproxy.1wt.eu/download/2.5/src/haproxy-2.5.4.tar.gz _eclasses_=edos2unix 33e347e171066657f91f8b0c72ec8773 eutils dab5d8ec471d025b79c9e6906bcf3bff flag-o-matic a500d7cc40da3de38c361e889153bdf7 linux-info 8b7b99d1e4401a7a903cdfe1d2bf29de lua-single f2c2fb82c912dd65d53bdae3613a331f lua-utils e69ff116248d78546ae1a234c086fe80 multilib 4a33c9008e5ee30cb8840a3fdc24df2b strip-linguas ac3ee41ee2d31d8c41a77c0838320cc7 systemd 2736b403a83f194b59b767f3b344c2c1 toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 wrapper 4a1902f969e5718126434fc35f3a0d9c -_md5_=bbf778417cfc4004b6c854ed59987436 +_md5_=d88b6f73782759a488c513e7e3ea3656 diff --git a/metadata/md5-cache/net-proxy/haproxy-2.5.5 b/metadata/md5-cache/net-proxy/haproxy-2.5.5-r1 similarity index 78% rename from metadata/md5-cache/net-proxy/haproxy-2.5.5 rename to metadata/md5-cache/net-proxy/haproxy-2.5.5-r1 index c443374113cd..7503b5a6c49a 100644 --- a/metadata/md5-cache/net-proxy/haproxy-2.5.5 +++ b/metadata/md5-cache/net-proxy/haproxy-2.5.5-r1 @@ -1,15 +1,15 @@ BDEPEND=virtual/pkgconfig virtual/pkgconfig DEFINED_PHASES=compile install postinst setup -DEPEND=crypt? ( virtual/libcrypt:= ) pcre? ( dev-libs/libpcre pcre-jit? ( dev-libs/libpcre[jit] ) ) pcre2? ( dev-libs/libpcre2:= pcre2-jit? ( dev-libs/libpcre2:=[jit] ) ) ssl? ( dev-libs/openssl:0= ) systemd? ( sys-apps/systemd ) zlib? ( sys-libs/zlib ) lua? ( lua_single_target_lua5-3? ( dev-lang/lua:5.3 ) ) device-atlas? ( dev-libs/device-atlas-api-c ) +DEPEND=crypt? ( virtual/libcrypt:= ) pcre? ( dev-libs/libpcre pcre-jit? ( dev-libs/libpcre[jit] ) ) pcre2? ( dev-libs/libpcre2:= pcre2-jit? ( dev-libs/libpcre2:=[jit] ) ) ssl? ( dev-libs/openssl:0= ) systemd? ( sys-apps/systemd ) zlib? ( sys-libs/zlib ) lua? ( lua_single_target_lua5-3? ( dev-lang/lua:5.3 ) ) DESCRIPTION=A TCP/HTTP reverse proxy for high availability environments EAPI=7 HOMEPAGE=http://www.haproxy.org -IUSE=+crypt doc examples +slz +net_ns +pcre pcre-jit pcre2 pcre2-jit prometheus-exporter ssl systemd +threads tools vim-syntax zlib lua device-atlas 51degrees wurfl +lua_single_target_lua5-3 +IUSE=+crypt doc examples +slz +net_ns +pcre pcre-jit pcre2 pcre2-jit prometheus-exporter ssl systemd +threads tools vim-syntax zlib lua 51degrees wurfl +lua_single_target_lua5-3 KEYWORDS=~amd64 ~arm ~arm64 ~ppc ~x86 LICENSE=GPL-2 LGPL-2.1 -RDEPEND=crypt? ( virtual/libcrypt:= ) pcre? ( dev-libs/libpcre pcre-jit? ( dev-libs/libpcre[jit] ) ) pcre2? ( dev-libs/libpcre2:= pcre2-jit? ( dev-libs/libpcre2:=[jit] ) ) ssl? ( dev-libs/openssl:0= ) systemd? ( sys-apps/systemd ) zlib? ( sys-libs/zlib ) lua? ( lua_single_target_lua5-3? ( dev-lang/lua:5.3 ) ) device-atlas? ( dev-libs/device-atlas-api-c ) acct-group/haproxy acct-user/haproxy -REQUIRED_USE=pcre-jit? ( pcre ) pcre2-jit? ( pcre2 ) pcre? ( !pcre2 ) lua? ( ^^ ( lua_single_target_lua5-3 ) ) device-atlas? ( pcre ) ?? ( slz zlib ) +RDEPEND=crypt? ( virtual/libcrypt:= ) pcre? ( dev-libs/libpcre pcre-jit? ( dev-libs/libpcre[jit] ) ) pcre2? ( dev-libs/libpcre2:= pcre2-jit? ( dev-libs/libpcre2:=[jit] ) ) ssl? ( dev-libs/openssl:0= ) systemd? ( sys-apps/systemd ) zlib? ( sys-libs/zlib ) lua? ( lua_single_target_lua5-3? ( dev-lang/lua:5.3 ) ) acct-group/haproxy acct-user/haproxy +REQUIRED_USE=pcre-jit? ( pcre ) pcre2-jit? ( pcre2 ) pcre? ( !pcre2 ) lua? ( ^^ ( lua_single_target_lua5-3 ) ) ?? ( slz zlib ) SLOT=0/2.5 SRC_URI=http://haproxy.1wt.eu/download/2.5/src/haproxy-2.5.5.tar.gz _eclasses_=edos2unix 33e347e171066657f91f8b0c72ec8773 eutils dab5d8ec471d025b79c9e6906bcf3bff flag-o-matic a500d7cc40da3de38c361e889153bdf7 linux-info 8b7b99d1e4401a7a903cdfe1d2bf29de lua-single f2c2fb82c912dd65d53bdae3613a331f lua-utils e69ff116248d78546ae1a234c086fe80 multilib 4a33c9008e5ee30cb8840a3fdc24df2b strip-linguas ac3ee41ee2d31d8c41a77c0838320cc7 systemd 2736b403a83f194b59b767f3b344c2c1 toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 wrapper 4a1902f969e5718126434fc35f3a0d9c -_md5_=4660142ac53c103adc39857505749c85 +_md5_=080e594b901299a62bbc818516ce5f6e diff --git a/metadata/md5-cache/net-proxy/haproxy-2.5.9999 b/metadata/md5-cache/net-proxy/haproxy-2.5.9999 index bb5f91e7131a..e2e0a5dd681c 100644 --- a/metadata/md5-cache/net-proxy/haproxy-2.5.9999 +++ b/metadata/md5-cache/net-proxy/haproxy-2.5.9999 @@ -1,14 +1,14 @@ BDEPEND=virtual/pkgconfig virtual/pkgconfig >=dev-vcs/git-1.8.2.1[curl] DEFINED_PHASES=compile install postinst setup unpack -DEPEND=crypt? ( virtual/libcrypt:= ) pcre? ( dev-libs/libpcre pcre-jit? ( dev-libs/libpcre[jit] ) ) pcre2? ( dev-libs/libpcre2:= pcre2-jit? ( dev-libs/libpcre2:=[jit] ) ) ssl? ( dev-libs/openssl:0= ) systemd? ( sys-apps/systemd ) zlib? ( sys-libs/zlib ) lua? ( lua_single_target_lua5-3? ( dev-lang/lua:5.3 ) ) device-atlas? ( dev-libs/device-atlas-api-c ) +DEPEND=crypt? ( virtual/libcrypt:= ) pcre? ( dev-libs/libpcre pcre-jit? ( dev-libs/libpcre[jit] ) ) pcre2? ( dev-libs/libpcre2:= pcre2-jit? ( dev-libs/libpcre2:=[jit] ) ) ssl? ( dev-libs/openssl:0= ) systemd? ( sys-apps/systemd ) zlib? ( sys-libs/zlib ) lua? ( lua_single_target_lua5-3? ( dev-lang/lua:5.3 ) ) DESCRIPTION=A TCP/HTTP reverse proxy for high availability environments EAPI=7 HOMEPAGE=http://www.haproxy.org -IUSE=+crypt doc examples +slz +net_ns +pcre pcre-jit pcre2 pcre2-jit prometheus-exporter ssl systemd +threads tools vim-syntax zlib lua device-atlas 51degrees wurfl +lua_single_target_lua5-3 +IUSE=+crypt doc examples +slz +net_ns +pcre pcre-jit pcre2 pcre2-jit prometheus-exporter ssl systemd +threads tools vim-syntax zlib lua 51degrees wurfl +lua_single_target_lua5-3 LICENSE=GPL-2 LGPL-2.1 PROPERTIES=live -RDEPEND=crypt? ( virtual/libcrypt:= ) pcre? ( dev-libs/libpcre pcre-jit? ( dev-libs/libpcre[jit] ) ) pcre2? ( dev-libs/libpcre2:= pcre2-jit? ( dev-libs/libpcre2:=[jit] ) ) ssl? ( dev-libs/openssl:0= ) systemd? ( sys-apps/systemd ) zlib? ( sys-libs/zlib ) lua? ( lua_single_target_lua5-3? ( dev-lang/lua:5.3 ) ) device-atlas? ( dev-libs/device-atlas-api-c ) acct-group/haproxy acct-user/haproxy -REQUIRED_USE=pcre-jit? ( pcre ) pcre2-jit? ( pcre2 ) pcre? ( !pcre2 ) lua? ( ^^ ( lua_single_target_lua5-3 ) ) device-atlas? ( pcre ) ?? ( slz zlib ) +RDEPEND=crypt? ( virtual/libcrypt:= ) pcre? ( dev-libs/libpcre pcre-jit? ( dev-libs/libpcre[jit] ) ) pcre2? ( dev-libs/libpcre2:= pcre2-jit? ( dev-libs/libpcre2:=[jit] ) ) ssl? ( dev-libs/openssl:0= ) systemd? ( sys-apps/systemd ) zlib? ( sys-libs/zlib ) lua? ( lua_single_target_lua5-3? ( dev-lang/lua:5.3 ) ) acct-group/haproxy acct-user/haproxy +REQUIRED_USE=pcre-jit? ( pcre ) pcre2-jit? ( pcre2 ) pcre? ( !pcre2 ) lua? ( ^^ ( lua_single_target_lua5-3 ) ) ?? ( slz zlib ) SLOT=0/2.5 _eclasses_=edos2unix 33e347e171066657f91f8b0c72ec8773 eutils dab5d8ec471d025b79c9e6906bcf3bff flag-o-matic a500d7cc40da3de38c361e889153bdf7 git-r3 b9ac6f96d2a88edb5b351df634dc5e53 linux-info 8b7b99d1e4401a7a903cdfe1d2bf29de lua-single f2c2fb82c912dd65d53bdae3613a331f lua-utils e69ff116248d78546ae1a234c086fe80 multilib 4a33c9008e5ee30cb8840a3fdc24df2b strip-linguas ac3ee41ee2d31d8c41a77c0838320cc7 systemd 2736b403a83f194b59b767f3b344c2c1 toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 wrapper 4a1902f969e5718126434fc35f3a0d9c -_md5_=4660142ac53c103adc39857505749c85 +_md5_=080e594b901299a62bbc818516ce5f6e diff --git a/metadata/md5-cache/net-proxy/haproxy-9999 b/metadata/md5-cache/net-proxy/haproxy-9999 new file mode 100644 index 000000000000..fbaf5f0f226f --- /dev/null +++ b/metadata/md5-cache/net-proxy/haproxy-9999 @@ -0,0 +1,14 @@ +BDEPEND=virtual/pkgconfig virtual/pkgconfig >=dev-vcs/git-1.8.2.1[curl] +DEFINED_PHASES=compile install postinst setup unpack +DEPEND=crypt? ( virtual/libcrypt:= ) pcre? ( dev-libs/libpcre pcre-jit? ( dev-libs/libpcre[jit] ) ) pcre2? ( dev-libs/libpcre2:= pcre2-jit? ( dev-libs/libpcre2:=[jit] ) ) ssl? ( dev-libs/openssl:0= ) systemd? ( sys-apps/systemd ) zlib? ( sys-libs/zlib ) lua? ( lua_single_target_lua5-3? ( dev-lang/lua:5.3 ) ) +DESCRIPTION=A TCP/HTTP reverse proxy for high availability environments +EAPI=7 +HOMEPAGE=http://www.haproxy.org +IUSE=+crypt doc examples +slz +net_ns +pcre pcre-jit pcre2 pcre2-jit prometheus-exporter ssl systemd +threads tools vim-syntax zlib lua 51degrees wurfl +lua_single_target_lua5-3 +LICENSE=GPL-2 LGPL-2.1 +PROPERTIES=live +RDEPEND=crypt? ( virtual/libcrypt:= ) pcre? ( dev-libs/libpcre pcre-jit? ( dev-libs/libpcre[jit] ) ) pcre2? ( dev-libs/libpcre2:= pcre2-jit? ( dev-libs/libpcre2:=[jit] ) ) ssl? ( dev-libs/openssl:0= ) systemd? ( sys-apps/systemd ) zlib? ( sys-libs/zlib ) lua? ( lua_single_target_lua5-3? ( dev-lang/lua:5.3 ) ) acct-group/haproxy acct-user/haproxy +REQUIRED_USE=pcre-jit? ( pcre ) pcre2-jit? ( pcre2 ) pcre? ( !pcre2 ) lua? ( ^^ ( lua_single_target_lua5-3 ) ) ?? ( slz zlib ) +SLOT=0/9999 +_eclasses_=edos2unix 33e347e171066657f91f8b0c72ec8773 eutils dab5d8ec471d025b79c9e6906bcf3bff flag-o-matic a500d7cc40da3de38c361e889153bdf7 git-r3 b9ac6f96d2a88edb5b351df634dc5e53 linux-info 8b7b99d1e4401a7a903cdfe1d2bf29de lua-single f2c2fb82c912dd65d53bdae3613a331f lua-utils e69ff116248d78546ae1a234c086fe80 multilib 4a33c9008e5ee30cb8840a3fdc24df2b strip-linguas ac3ee41ee2d31d8c41a77c0838320cc7 systemd 2736b403a83f194b59b767f3b344c2c1 toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 wrapper 4a1902f969e5718126434fc35f3a0d9c +_md5_=c42d97a331303375542dc9111b32f8c0 diff --git a/metadata/md5-cache/sci-geosciences/Manifest.gz b/metadata/md5-cache/sci-geosciences/Manifest.gz index 5a146ac1325f..a41c9ccb7652 100644 Binary files a/metadata/md5-cache/sci-geosciences/Manifest.gz and b/metadata/md5-cache/sci-geosciences/Manifest.gz differ diff --git a/metadata/md5-cache/sci-geosciences/gpxlab-0.7.0 b/metadata/md5-cache/sci-geosciences/gpxlab-0.7.0 index baeecc299c12..430c1166370e 100644 --- a/metadata/md5-cache/sci-geosciences/gpxlab-0.7.0 +++ b/metadata/md5-cache/sci-geosciences/gpxlab-0.7.0 @@ -10,4 +10,4 @@ RDEPEND=dev-qt/qtcore:5 dev-qt/qtwidgets:5 dev-qt/qtgui:5 dev-qt/qtprintsupport: SLOT=0 SRC_URI=https://github.com/BourgeoisLab/GPXLab/archive/refs/tags/v0.7.0.tar.gz -> gpxlab-0.7.0.tar.gz _eclasses_=desktop c0d27bf73aa08ca05b663dbd31fbef28 multilib 4a33c9008e5ee30cb8840a3fdc24df2b plocale 7ce00136a77130df46fbbd5966f98a61 qmake-utils f5eb2f69fffe94292aaaf802fb21c8d1 toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 xdg 6024fbc93167fad782e2032933654857 xdg-utils fffb53a53cf17c9c0c998a3c0a590c7e -_md5_=25c9480e0c476ef0a724ddc1e075f0cd +_md5_=b94f7d6cf2a83b02824c550c9c1ad7be diff --git a/metadata/md5-cache/sci-geosciences/gpxsee-10.4 b/metadata/md5-cache/sci-geosciences/gpxsee-10.5 similarity index 88% rename from metadata/md5-cache/sci-geosciences/gpxsee-10.4 rename to metadata/md5-cache/sci-geosciences/gpxsee-10.5 index c2cd73c92c67..3fa4aaf813cf 100644 --- a/metadata/md5-cache/sci-geosciences/gpxsee-10.4 +++ b/metadata/md5-cache/sci-geosciences/gpxsee-10.5 @@ -8,6 +8,6 @@ KEYWORDS=~amd64 ~x86 LICENSE=GPL-3 RDEPEND=dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 dev-qt/qtconcurrent:5 dev-qt/qtnetwork:5 dev-qt/qtprintsupport:5 dev-qt/qtsql:5 dev-qt/qtpositioning:5 SLOT=0 -SRC_URI=https://github.com/tumic0/GPXSee/archive/10.4.tar.gz -> gpxsee-10.4.tar.gz +SRC_URI=https://github.com/tumic0/GPXSee/archive/10.5.tar.gz -> gpxsee-10.5.tar.gz _eclasses_=desktop c0d27bf73aa08ca05b663dbd31fbef28 multilib 4a33c9008e5ee30cb8840a3fdc24df2b plocale 7ce00136a77130df46fbbd5966f98a61 qmake-utils f5eb2f69fffe94292aaaf802fb21c8d1 toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 xdg 6024fbc93167fad782e2032933654857 xdg-utils fffb53a53cf17c9c0c998a3c0a590c7e -_md5_=099432b3671255bf6cc20c3663ad6bef +_md5_=d0af26b65d873492fffe03bc504ff266 diff --git a/metadata/md5-cache/sci-libs/Manifest.gz b/metadata/md5-cache/sci-libs/Manifest.gz index 187fe08a967a..9596a8ba1461 100644 Binary files a/metadata/md5-cache/sci-libs/Manifest.gz and b/metadata/md5-cache/sci-libs/Manifest.gz differ diff --git a/metadata/md5-cache/sci-libs/vtk-9.0.3-r4 b/metadata/md5-cache/sci-libs/vtk-9.0.3-r4 index 7ba82b04d52c..8b13e569873a 100644 --- a/metadata/md5-cache/sci-libs/vtk-9.0.3-r4 +++ b/metadata/md5-cache/sci-libs/vtk-9.0.3-r4 @@ -1,16 +1,16 @@ BDEPEND=mpi? ( app-admin/chrpath ) openmp? ( || ( sys-devel/gcc[openmp(+)] sys-devel/clang-runtime[openmp(+)] ) ) dev-util/ninja >=dev-util/cmake-3.20.5 test? ( x11-base/xorg-server[xvfb] x11-apps/xhost ) DEFINED_PHASES=compile configure install postinst preinst prepare prerm pretend setup test -DEPEND=app-arch/lz4 app-arch/xz-utils dev-db/sqlite dev-cpp/eigen[cuda?,openmp?] dev-libs/double-conversion:= dev-libs/expat dev-libs/icu:= dev-libs/libxml2:2 dev-libs/pugixml media-libs/freetype media-libs/libogg media-libs/libpng media-libs/libtheora media-libs/tiff =virtual/jdk-1.8:* ) json? ( dev-libs/jsoncpp:= ) mpi? ( sci-libs/h5part sys-cluster/openmpi[cxx,romio] ) mysql? ( dev-db/mariadb-connector-c ) odbc? ( dev-db/unixODBC ) offscreen? ( media-libs/mesa[osmesa] ) postgres? ( dev-db/postgresql:= ) python? ( python_single_target_python3_8? ( >=dev-lang/python-3.8.12_p1-r1:3.8 ) python_single_target_python3_9? ( >=dev-lang/python-3.9.9-r1:3.9 ) ) qt5? ( dev-qt/qtcore:5 dev-qt/qtsql:5 dev-qt/qtwidgets:5 ) rendering? ( media-libs/freeglut media-libs/glew:= =dev-java/java-config-2.2.0-r3 ) +DEPEND=app-arch/lz4 app-arch/xz-utils dev-db/sqlite dev-cpp/eigen[cuda?,openmp?] dev-libs/double-conversion:= dev-libs/expat dev-libs/icu:= dev-libs/libxml2:2 dev-libs/pugixml media-libs/freetype media-libs/libogg media-libs/libpng media-libs/libtheora media-libs/tiff =virtual/jdk-1.8:* ) json? ( dev-libs/jsoncpp:= ) mpi? ( sci-libs/h5part sys-cluster/openmpi[cxx,romio] ) mysql? ( dev-db/mariadb-connector-c ) odbc? ( dev-db/unixODBC ) offscreen? ( media-libs/mesa[osmesa] ) postgres? ( dev-db/postgresql:= ) python? ( python_single_target_python3_8? ( >=dev-lang/python-3.8.12_p1-r1:3.8 ) python_single_target_python3_9? ( >=dev-lang/python-3.9.9-r1:3.9 ) python_single_target_python3_10? ( >=dev-lang/python-3.10.0_p1-r1:3.10 ) ) qt5? ( dev-qt/qtcore:5 dev-qt/qtsql:5 dev-qt/qtwidgets:5 ) rendering? ( media-libs/freeglut media-libs/glew:= =dev-java/java-config-2.2.0-r3 ) DESCRIPTION=The Visualization Toolkit EAPI=7 HOMEPAGE=https://www.vtk.org/ -IUSE=+X all-modules boost cuda doc examples ffmpeg gdal imaging java +json kits mpi mysql odbc offscreen openmp pegtl postgres python qt5 +rendering tbb theora tk video_cards_nvidia views web java python_single_target_python3_8 python_single_target_python3_9 test +IUSE=+X all-modules boost cuda doc examples ffmpeg gdal imaging java +json kits mpi mysql odbc offscreen openmp pegtl postgres python qt5 +rendering tbb theora tk video_cards_nvidia views web java python_single_target_python3_8 python_single_target_python3_9 python_single_target_python3_10 test KEYWORDS=~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux LICENSE=BSD LGPL-2 -RDEPEND=app-arch/lz4 app-arch/xz-utils dev-db/sqlite dev-cpp/eigen[cuda?,openmp?] dev-libs/double-conversion:= dev-libs/expat dev-libs/icu:= dev-libs/libxml2:2 dev-libs/pugixml media-libs/freetype media-libs/libogg media-libs/libpng media-libs/libtheora media-libs/tiff =virtual/jdk-1.8:* ) json? ( dev-libs/jsoncpp:= ) mpi? ( sci-libs/h5part sys-cluster/openmpi[cxx,romio] ) mysql? ( dev-db/mariadb-connector-c ) odbc? ( dev-db/unixODBC ) offscreen? ( media-libs/mesa[osmesa] ) postgres? ( dev-db/postgresql:= ) python? ( python_single_target_python3_8? ( >=dev-lang/python-3.8.12_p1-r1:3.8 ) python_single_target_python3_9? ( >=dev-lang/python-3.9.9-r1:3.9 ) ) qt5? ( dev-qt/qtcore:5 dev-qt/qtsql:5 dev-qt/qtwidgets:5 ) rendering? ( media-libs/freeglut media-libs/glew:= =dev-java/java-config-2.2.0-r3 ) -REQUIRED_USE=all-modules? ( boost ffmpeg gdal imaging mysql odbc postgres qt5 rendering theora views ) cuda? ( X video_cards_nvidia ) java? ( rendering ) python? ( ^^ ( python_single_target_python3_8 python_single_target_python3_9 ) ) qt5? ( X rendering ) tk? ( X rendering python ) web? ( python ) ^^ ( X offscreen ) +RDEPEND=app-arch/lz4 app-arch/xz-utils dev-db/sqlite dev-cpp/eigen[cuda?,openmp?] dev-libs/double-conversion:= dev-libs/expat dev-libs/icu:= dev-libs/libxml2:2 dev-libs/pugixml media-libs/freetype media-libs/libogg media-libs/libpng media-libs/libtheora media-libs/tiff =virtual/jdk-1.8:* ) json? ( dev-libs/jsoncpp:= ) mpi? ( sci-libs/h5part sys-cluster/openmpi[cxx,romio] ) mysql? ( dev-db/mariadb-connector-c ) odbc? ( dev-db/unixODBC ) offscreen? ( media-libs/mesa[osmesa] ) postgres? ( dev-db/postgresql:= ) python? ( python_single_target_python3_8? ( >=dev-lang/python-3.8.12_p1-r1:3.8 ) python_single_target_python3_9? ( >=dev-lang/python-3.9.9-r1:3.9 ) python_single_target_python3_10? ( >=dev-lang/python-3.10.0_p1-r1:3.10 ) ) qt5? ( dev-qt/qtcore:5 dev-qt/qtsql:5 dev-qt/qtwidgets:5 ) rendering? ( media-libs/freeglut media-libs/glew:= =dev-java/java-config-2.2.0-r3 ) +REQUIRED_USE=all-modules? ( boost ffmpeg gdal imaging mysql odbc postgres qt5 rendering theora views ) cuda? ( X video_cards_nvidia ) java? ( rendering ) python? ( ^^ ( python_single_target_python3_8 python_single_target_python3_9 python_single_target_python3_10 ) ) qt5? ( X rendering ) tk? ( X rendering python ) web? ( python ) ^^ ( X offscreen ) RESTRICT=!test? ( test ) SLOT=0/9.0 SRC_URI=https://www.vtk.org/files/release/9.0/VTK-9.0.3.tar.gz https://www.vtk.org/files/release/9.0/VTKData-9.0.3.tar.gz doc? ( https://www.vtk.org/files/release/9.0/vtkDocHtml-9.0.3.tar.gz ) examples? ( https://www.vtk.org/files/release/9.0/VTKLargeData-9.0.3.tar.gz ) test? ( https://www.vtk.org/files/release/9.0/VTKLargeData-9.0.3.tar.gz ) _eclasses_=check-reqs 82234bf011d5453330773cd5fc3f0199 cmake 3c38df051095289667b6f09ebd0cc149 cuda 15edbf8fd9df209322f42c06ecf59a96 eapi8-dosym cd7d420bb5be5ee079f27239ce76b8f5 edos2unix 33e347e171066657f91f8b0c72ec8773 eutils dab5d8ec471d025b79c9e6906bcf3bff flag-o-matic a500d7cc40da3de38c361e889153bdf7 java-pkg-opt-2 a71433e535af8faae0c0f6c861a32054 java-utils-2 5faae27f317e090a61b74f53f5e0cbc9 multilib 4a33c9008e5ee30cb8840a3fdc24df2b multiprocessing 61c959fc55c15c00bbb1079d6a71370b ninja-utils fef481272d4a8e136a7d8a0fb1329384 python-single-r1 a5747fe6dc0651d95cb78eddd5e160a8 python-utils-r1 59dddabd6a41ab69723654916142f63b strip-linguas ac3ee41ee2d31d8c41a77c0838320cc7 toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 virtualx 975d49ff3b3f451efe7a95f230532135 webapp d872f28d7595b70dd46545199ef35fb0 wrapper 4a1902f969e5718126434fc35f3a0d9c xdg-utils fffb53a53cf17c9c0c998a3c0a590c7e -_md5_=b0aadfec45dc56c4d0abe2464d910d62 +_md5_=5167a058a56aed53ec97cb56f67a805a diff --git a/metadata/md5-cache/sys-devel/Manifest.gz b/metadata/md5-cache/sys-devel/Manifest.gz index 0ffd80ec3cea..ca4346f56812 100644 Binary files a/metadata/md5-cache/sys-devel/Manifest.gz and b/metadata/md5-cache/sys-devel/Manifest.gz differ diff --git a/metadata/md5-cache/sys-devel/clang-14.0.0.9999 b/metadata/md5-cache/sys-devel/clang-14.0.0.9999 index 4fc0d014a7cd..35a8049ee6a6 100644 --- a/metadata/md5-cache/sys-devel/clang-14.0.0.9999 +++ b/metadata/md5-cache/sys-devel/clang-14.0.0.9999 @@ -14,4 +14,4 @@ RESTRICT=!test? ( test ) !test? ( test ) SLOT=14 SRC_URI=https://dev.gentoo.org/~mgorny/dist/llvm/llvm-gentoo-patchset-9999-r3.tar.xz _eclasses_=cmake 3c38df051095289667b6f09ebd0cc149 eapi8-dosym cd7d420bb5be5ee079f27239ce76b8f5 edos2unix 33e347e171066657f91f8b0c72ec8773 eutils dab5d8ec471d025b79c9e6906bcf3bff flag-o-matic a500d7cc40da3de38c361e889153bdf7 git-r3 b9ac6f96d2a88edb5b351df634dc5e53 llvm 6f88d422e49b917bf254b2594f3d903c llvm.org 44c7f547a6f337bc8e2c139b291a1591 multibuild d26d81f242cb193d899a72bca423d0bd multilib 4a33c9008e5ee30cb8840a3fdc24df2b multilib-build 05f207909a804c9174bc39a00547d598 multilib-minimal 4b0f1857965db8869a729948d5277e0b multiprocessing 61c959fc55c15c00bbb1079d6a71370b ninja-utils fef481272d4a8e136a7d8a0fb1329384 prefix eab3c99d77fe00506c109c8a736186f7 python-single-r1 a5747fe6dc0651d95cb78eddd5e160a8 python-utils-r1 59dddabd6a41ab69723654916142f63b strip-linguas ac3ee41ee2d31d8c41a77c0838320cc7 toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 wrapper 4a1902f969e5718126434fc35f3a0d9c xdg-utils fffb53a53cf17c9c0c998a3c0a590c7e -_md5_=2c437edefa6ab18264d9afba87033a79 +_md5_=a77f8f9dae8482bcb1f4261415ce52fb diff --git a/metadata/md5-cache/sys-devel/clang-15.0.0.9999 b/metadata/md5-cache/sys-devel/clang-15.0.0.9999 index 9f1e3e897efb..bdfa5c526191 100644 --- a/metadata/md5-cache/sys-devel/clang-15.0.0.9999 +++ b/metadata/md5-cache/sys-devel/clang-15.0.0.9999 @@ -14,4 +14,4 @@ RESTRICT=!test? ( test ) !test? ( test ) SLOT=15 SRC_URI=https://dev.gentoo.org/~mgorny/dist/llvm/llvm-gentoo-patchset-9999-r3.tar.xz _eclasses_=cmake 3c38df051095289667b6f09ebd0cc149 eapi8-dosym cd7d420bb5be5ee079f27239ce76b8f5 edos2unix 33e347e171066657f91f8b0c72ec8773 eutils dab5d8ec471d025b79c9e6906bcf3bff flag-o-matic a500d7cc40da3de38c361e889153bdf7 git-r3 b9ac6f96d2a88edb5b351df634dc5e53 llvm 6f88d422e49b917bf254b2594f3d903c llvm.org 44c7f547a6f337bc8e2c139b291a1591 multibuild d26d81f242cb193d899a72bca423d0bd multilib 4a33c9008e5ee30cb8840a3fdc24df2b multilib-build 05f207909a804c9174bc39a00547d598 multilib-minimal 4b0f1857965db8869a729948d5277e0b multiprocessing 61c959fc55c15c00bbb1079d6a71370b ninja-utils fef481272d4a8e136a7d8a0fb1329384 prefix eab3c99d77fe00506c109c8a736186f7 python-single-r1 a5747fe6dc0651d95cb78eddd5e160a8 python-utils-r1 59dddabd6a41ab69723654916142f63b strip-linguas ac3ee41ee2d31d8c41a77c0838320cc7 toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 wrapper 4a1902f969e5718126434fc35f3a0d9c xdg-utils fffb53a53cf17c9c0c998a3c0a590c7e -_md5_=2c437edefa6ab18264d9afba87033a79 +_md5_=a77f8f9dae8482bcb1f4261415ce52fb diff --git a/metadata/md5-cache/virtual/Manifest.gz b/metadata/md5-cache/virtual/Manifest.gz index 85ebcba26ac9..807d789dbe16 100644 Binary files a/metadata/md5-cache/virtual/Manifest.gz and b/metadata/md5-cache/virtual/Manifest.gz differ diff --git a/metadata/md5-cache/virtual/jpeg-100 b/metadata/md5-cache/virtual/jpeg-100-r1 similarity index 60% rename from metadata/md5-cache/virtual/jpeg-100 rename to metadata/md5-cache/virtual/jpeg-100-r1 index cb8ba7af5398..02407882a609 100644 --- a/metadata/md5-cache/virtual/jpeg-100 +++ b/metadata/md5-cache/virtual/jpeg-100-r1 @@ -3,7 +3,7 @@ DESCRIPTION=Virtual to select between libjpeg-turbo and IJG jpeg for source-base EAPI=7 IUSE=static-libs abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_s390_32 abi_s390_64 KEYWORDS=~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris -RDEPEND=|| ( >=media-libs/libjpeg-turbo-1.5.3-r2:0[static-libs?,abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/jpeg-9c:0[static-libs?,abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) +RDEPEND=>=media-libs/libjpeg-turbo-1.5.3-r2:0[static-libs?,abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] SLOT=0 _eclasses_=multibuild d26d81f242cb193d899a72bca423d0bd multilib 4a33c9008e5ee30cb8840a3fdc24df2b multilib-build 05f207909a804c9174bc39a00547d598 toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 -_md5_=e91d52a4ffe30ab96f34d6e5c4999ede +_md5_=be9e7c36dc5169cd1967934c6f27914a diff --git a/metadata/md5-cache/www-client/Manifest.gz b/metadata/md5-cache/www-client/Manifest.gz index cb0bc5170141..1f149a80ed8c 100644 Binary files a/metadata/md5-cache/www-client/Manifest.gz and b/metadata/md5-cache/www-client/Manifest.gz differ diff --git a/metadata/md5-cache/www-client/opera-85.0.4341.47 b/metadata/md5-cache/www-client/opera-85.0.4341.60 similarity index 82% rename from metadata/md5-cache/www-client/opera-85.0.4341.47 rename to metadata/md5-cache/www-client/opera-85.0.4341.60 index 57bf18b5fd44..5a99b0f181f1 100644 --- a/metadata/md5-cache/www-client/opera-85.0.4341.47 +++ b/metadata/md5-cache/www-client/opera-85.0.4341.60 @@ -8,6 +8,6 @@ LICENSE=OPERA-2018 RDEPEND=app-accessibility/at-spi2-atk:2 app-accessibility/at-spi2-core:2 dev-libs/atk dev-libs/expat dev-libs/glib:2 dev-libs/nspr dev-libs/nss gnome-base/gsettings-desktop-schemas media-libs/alsa-lib media-libs/mesa[gbm(+)] net-misc/curl net-print/cups sys-apps/dbus sys-libs/glibc x11-libs/cairo x11-libs/gdk-pixbuf x11-libs/gtk+:3 x11-libs/libdrm x11-libs/libxcb x11-libs/libxkbcommon x11-libs/libxshmfence x11-libs/libX11 x11-libs/libXcomposite x11-libs/libXdamage x11-libs/libXext x11-libs/libXfixes x11-libs/libXrandr x11-libs/pango RESTRICT=bindist mirror strip SLOT=0 -SRC_URI=https://download1.operacdn.com/pub/opera/desktop/85.0.4341.47/linux/opera-stable_85.0.4341.47_amd64.deb https://download2.operacdn.com/pub/opera/desktop/85.0.4341.47/linux/opera-stable_85.0.4341.47_amd64.deb https://download3.operacdn.com/pub/opera/desktop/85.0.4341.47/linux/opera-stable_85.0.4341.47_amd64.deb https://download4.operacdn.com/pub/opera/desktop/85.0.4341.47/linux/opera-stable_85.0.4341.47_amd64.deb proprietary-codecs? ( mirror+https://dev.gentoo.org/~sultan/distfiles/www-client/opera/opera-ffmpeg-codecs-99.0.4818.2.tar.xz ) +SRC_URI=https://download1.operacdn.com/pub/opera/desktop/85.0.4341.60/linux/opera-stable_85.0.4341.60_amd64.deb https://download2.operacdn.com/pub/opera/desktop/85.0.4341.60/linux/opera-stable_85.0.4341.60_amd64.deb https://download3.operacdn.com/pub/opera/desktop/85.0.4341.60/linux/opera-stable_85.0.4341.60_amd64.deb https://download4.operacdn.com/pub/opera/desktop/85.0.4341.60/linux/opera-stable_85.0.4341.60_amd64.deb proprietary-codecs? ( mirror+https://dev.gentoo.org/~sultan/distfiles/www-client/opera/opera-ffmpeg-codecs-99.0.4818.2.tar.xz ) _eclasses_=chromium-2 fe5bb568da464344d16c90acb1c6e91e linux-info 8b7b99d1e4401a7a903cdfe1d2bf29de multilib 4a33c9008e5ee30cb8840a3fdc24df2b pax-utils 91d47e5d20627c717aa878b9167c62a8 toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 unpacker 697382d119fd3d195f110b7979184285 xdg 6024fbc93167fad782e2032933654857 xdg-utils fffb53a53cf17c9c0c998a3c0a590c7e _md5_=197c56c328dfa94323285aebc3a834a4 diff --git a/metadata/md5-cache/www-client/opera-developer-86.0.4359.0-r1 b/metadata/md5-cache/www-client/opera-developer-87.0.4382.0 similarity index 79% rename from metadata/md5-cache/www-client/opera-developer-86.0.4359.0-r1 rename to metadata/md5-cache/www-client/opera-developer-87.0.4382.0 index 0b1080ca3448..2554205ebdaf 100644 --- a/metadata/md5-cache/www-client/opera-developer-86.0.4359.0-r1 +++ b/metadata/md5-cache/www-client/opera-developer-87.0.4382.0 @@ -8,6 +8,6 @@ LICENSE=OPERA-2018 RDEPEND=app-accessibility/at-spi2-atk:2 app-accessibility/at-spi2-core:2 dev-libs/atk dev-libs/expat dev-libs/glib:2 dev-libs/nspr dev-libs/nss gnome-base/gsettings-desktop-schemas media-libs/alsa-lib media-libs/mesa[gbm(+)] net-misc/curl net-print/cups sys-apps/dbus sys-libs/glibc x11-libs/cairo x11-libs/gdk-pixbuf x11-libs/gtk+:3 x11-libs/libdrm x11-libs/libxcb x11-libs/libxkbcommon x11-libs/libxshmfence x11-libs/libX11 x11-libs/libXcomposite x11-libs/libXdamage x11-libs/libXext x11-libs/libXfixes x11-libs/libXrandr x11-libs/pango RESTRICT=bindist mirror strip SLOT=0 -SRC_URI=https://download1.operacdn.com/pub/opera-developer/86.0.4359.0/linux/opera-developer_86.0.4359.0_amd64.deb https://download2.operacdn.com/pub/opera-developer/86.0.4359.0/linux/opera-developer_86.0.4359.0_amd64.deb https://download3.operacdn.com/pub/opera-developer/86.0.4359.0/linux/opera-developer_86.0.4359.0_amd64.deb https://download4.operacdn.com/pub/opera-developer/86.0.4359.0/linux/opera-developer_86.0.4359.0_amd64.deb proprietary-codecs? ( mirror+https://dev.gentoo.org/~sultan/distfiles/www-client/opera/opera-ffmpeg-codecs-100.0.4896.20.tar.xz ) +SRC_URI=https://download1.operacdn.com/pub/opera-developer/87.0.4382.0/linux/opera-developer_87.0.4382.0_amd64.deb https://download2.operacdn.com/pub/opera-developer/87.0.4382.0/linux/opera-developer_87.0.4382.0_amd64.deb https://download3.operacdn.com/pub/opera-developer/87.0.4382.0/linux/opera-developer_87.0.4382.0_amd64.deb https://download4.operacdn.com/pub/opera-developer/87.0.4382.0/linux/opera-developer_87.0.4382.0_amd64.deb proprietary-codecs? ( mirror+https://dev.gentoo.org/~sultan/distfiles/www-client/opera/opera-ffmpeg-codecs-100.0.4896.20.tar.xz ) _eclasses_=chromium-2 fe5bb568da464344d16c90acb1c6e91e linux-info 8b7b99d1e4401a7a903cdfe1d2bf29de multilib 4a33c9008e5ee30cb8840a3fdc24df2b pax-utils 91d47e5d20627c717aa878b9167c62a8 toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 unpacker 697382d119fd3d195f110b7979184285 xdg 6024fbc93167fad782e2032933654857 xdg-utils fffb53a53cf17c9c0c998a3c0a590c7e _md5_=38ad1556b6fb9daf5f944e36d3369844 diff --git a/metadata/md5-cache/x11-misc/Manifest.gz b/metadata/md5-cache/x11-misc/Manifest.gz index c812c57238c1..7d302c5620ed 100644 Binary files a/metadata/md5-cache/x11-misc/Manifest.gz and b/metadata/md5-cache/x11-misc/Manifest.gz differ diff --git a/metadata/md5-cache/x11-misc/spnavcfg-1.0 b/metadata/md5-cache/x11-misc/spnavcfg-1.0 new file mode 100644 index 000000000000..f081287461dc --- /dev/null +++ b/metadata/md5-cache/x11-misc/spnavcfg-1.0 @@ -0,0 +1,12 @@ +DEFINED_PHASES=compile configure +DEPEND=>=dev-libs/libspnav-1[X] dev-qt/qtcore dev-qt/qtgui dev-qt/qtwidgets x11-libs/libX11 virtual/pkgconfig +DESCRIPTION=GTK-based GUI to configure a space navigator device +EAPI=7 +HOMEPAGE=http://spacenav.sourceforge.net/ +KEYWORDS=~amd64 ~x86 +LICENSE=GPL-3 +RDEPEND=>=dev-libs/libspnav-1[X] dev-qt/qtcore dev-qt/qtgui dev-qt/qtwidgets x11-libs/libX11 >=app-misc/spacenavd-1[X] +SLOT=0 +SRC_URI=mirror://sourceforge/project/spacenav/spacenavd%20config%20gui/spnavcfg%201.0/spnavcfg-1.0.tar.gz +_eclasses_=multilib 4a33c9008e5ee30cb8840a3fdc24df2b toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 +_md5_=afadc7c3eb6baa3c590ce26ef418d925 diff --git a/metadata/news/timestamp.chk b/metadata/news/timestamp.chk index 867f554ab179..2abbb6d1c88c 100644 --- a/metadata/news/timestamp.chk +++ b/metadata/news/timestamp.chk @@ -1 +1 @@ -Wed, 06 Apr 2022 09:39:07 +0000 +Wed, 06 Apr 2022 17:39:08 +0000 diff --git a/metadata/timestamp b/metadata/timestamp index f5793a1d7a63..482d204accc2 100644 --- a/metadata/timestamp +++ b/metadata/timestamp @@ -1 +1 @@ -Wed Apr 6 09:39:06 AM UTC 2022 +Wed Apr 6 05:39:08 PM UTC 2022 diff --git a/metadata/timestamp.chk b/metadata/timestamp.chk index 53b212d07f21..d2a8c32289a8 100644 --- a/metadata/timestamp.chk +++ b/metadata/timestamp.chk @@ -1 +1 @@ -Wed, 06 Apr 2022 10:00:01 +0000 +Wed, 06 Apr 2022 18:00:01 +0000 diff --git a/metadata/timestamp.commit b/metadata/timestamp.commit index c1b0a8364304..92d5cb16a75a 100644 --- a/metadata/timestamp.commit +++ b/metadata/timestamp.commit @@ -1 +1 @@ -1be5f0481baa1f858f37341ca8ae8157e8385a40 1649237512 2022-04-06T09:31:52+00:00 +75319af4b4faa0e8c7d4fde6712fc7ea56693dfd 1649266200 2022-04-06T17:30:00+00:00 diff --git a/metadata/timestamp.x b/metadata/timestamp.x index 58f610c10f0b..c4c9808d8cc7 100644 --- a/metadata/timestamp.x +++ b/metadata/timestamp.x @@ -1 +1 @@ -1649237701 Wed 06 Apr 2022 09:35:01 AM UTC +1649266501 Wed 06 Apr 2022 05:35:01 PM UTC diff --git a/metadata/xml-schema/timestamp.chk b/metadata/xml-schema/timestamp.chk index 867f554ab179..2abbb6d1c88c 100644 --- a/metadata/xml-schema/timestamp.chk +++ b/metadata/xml-schema/timestamp.chk @@ -1 +1 @@ -Wed, 06 Apr 2022 09:39:07 +0000 +Wed, 06 Apr 2022 17:39:08 +0000 diff --git a/net-print/Manifest.gz b/net-print/Manifest.gz index 9ae1c37130e6..6852e65af8bd 100644 Binary files a/net-print/Manifest.gz and b/net-print/Manifest.gz differ diff --git a/net-print/hplip-plugin/Manifest b/net-print/hplip-plugin/Manifest index 88e4acb316cf..115ec594bdd8 100644 --- a/net-print/hplip-plugin/Manifest +++ b/net-print/hplip-plugin/Manifest @@ -1,3 +1 @@ -DIST hplip-3.20.11-plugin.run 11514293 BLAKE2B b3b7698a45e5e68a25ec1216e736484d26546b657f4a519a153acf0280847667e7ca81afc988f722668746281857d51d9e1703857514ffe5b57dea85f2bae4d3 SHA512 9075c1ac8e8f6e12d33b81b633025259f54352ea00271eec07ee898fd9a164445519608fc9ea61a7157845a4a03f87c28f486c7994f0d7db81d11d3fe51f1876 -DIST hplip-3.21.12-plugin.run 11487224 BLAKE2B 601f70d6d75bc0172b6de647af43afa0ec047eb8b0a9a37611f2496d43daf1d4de4b705d6e58cb209910d7341811dc365d7aeb60d738f5e8ede71337bf36b58e SHA512 5bf6c0d7fb10f9108baac5d9c0c62f080b15cb227ae39c6647111d6dd39a3f97ab1044bccce781f224b5886842da5bd5063d3ce05db374a43e57a7152c52683b DIST hplip-3.22.2-plugin.run 11487296 BLAKE2B 2c953e85b3ef299066aaf158121f4a3db68b00f2e2df3cb35acc78a54a466e8a3e204592fbfa2128acb87c0f9b258178cd29faf4e93600ee4b10fe81b93f213b SHA512 5efa533863bec3e7e5fc354411216e6e4232c2bbc15a062ff829296e1357c523333df8221a341b10c940022708299a33449020e633a9873205b568959327cb24 diff --git a/net-print/hplip-plugin/hplip-plugin-3.20.11.ebuild b/net-print/hplip-plugin/hplip-plugin-3.20.11.ebuild deleted file mode 100644 index 0524ab3f3cae..000000000000 --- a/net-print/hplip-plugin/hplip-plugin-3.20.11.ebuild +++ /dev/null @@ -1,72 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit unpacker - -DESCRIPTION="Proprietary plugins and firmware for HPLIP" -HOMEPAGE="https://developers.hp.com/hp-linux-imaging-and-printing/plugins" -SRC_URI="https://developers.hp.com/sites/default/files/hplip-${PV}-plugin.run" -LICENSE="hplip-plugin" -SLOT="0" -KEYWORDS="amd64 arm x86" -IUSE="orblite" - -RDEPEND=" - ~net-print/hplip-${PV} - virtual/udev - orblite? ( - media-gfx/sane-backends - >=sys-libs/glibc-2.26 - virtual/libusb:0 - ) -" -DEPEND="" - -S=${WORKDIR} - -HPLIP_HOME=/usr/share/hplip - -# Binary prebuilt package -QA_PREBUILT="${HPLIP_HOME}/*.so" - -# License does not allow us to redistribute the "source" package -RESTRICT="mirror" - -src_install() { - local hplip_arch - case "${ARCH}" in - amd64) hplip_arch="x86_64" ;; - arm) hplip_arch="arm32" ;; - x86) hplip_arch="x86_32" ;; - *) die "Unsupported architecture." ;; - esac - - insinto "${HPLIP_HOME}"/data/firmware - doins *.fw.gz - - for plugin in *-${hplip_arch}.so; do - local plugin_type=prnt - case "${plugin}" in - bb_orblite-*) - use orblite || continue - plugin_type=scan ;; - bb_*) - plugin_type=scan ;; - fax_*) - plugin_type=fax ;; - esac - - exeinto "${HPLIP_HOME}"/${plugin_type}/plugins - newexe ${plugin} ${plugin/-${hplip_arch}} - done - - insinto /var/lib/hp - newins - hplip.state <<-_EOF_ - [plugin] - installed = 1 - eula = 1 - version = ${PV} - _EOF_ -} diff --git a/net-print/hplip-plugin/hplip-plugin-3.21.12.ebuild b/net-print/hplip-plugin/hplip-plugin-3.21.12.ebuild deleted file mode 100644 index 354cee23d950..000000000000 --- a/net-print/hplip-plugin/hplip-plugin-3.21.12.ebuild +++ /dev/null @@ -1,73 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit unpacker - -DESCRIPTION="Proprietary plugins and firmware for HPLIP" -HOMEPAGE="https://developers.hp.com/hp-linux-imaging-and-printing/plugins" -SRC_URI="https://developers.hp.com/sites/default/files/hplip-${PV}-plugin.run" -LICENSE="hplip-plugin" -SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~x86" -IUSE="orblite" - -RDEPEND=" - ~net-print/hplip-${PV} - virtual/udev - orblite? ( - media-gfx/sane-backends - >=sys-libs/glibc-2.26 - virtual/libusb:0 - ) -" -DEPEND="" - -S=${WORKDIR} - -HPLIP_HOME=/usr/share/hplip - -# Binary prebuilt package -QA_PREBUILT="${HPLIP_HOME}/*.so" - -# License does not allow us to redistribute the "source" package -RESTRICT="mirror" - -src_install() { - local hplip_arch - case "${ARCH}" in - amd64) hplip_arch="x86_64" ;; - arm) hplip_arch="arm32" ;; - arm64) hplip_arch="arm64" ;; - x86) hplip_arch="x86_32" ;; - *) die "Unsupported architecture." ;; - esac - - insinto "${HPLIP_HOME}"/data/firmware - doins *.fw.gz - - for plugin in *-${hplip_arch}.so; do - local plugin_type=prnt - case "${plugin}" in - bb_orblite-*) - use orblite || continue - plugin_type=scan ;; - bb_*) - plugin_type=scan ;; - fax_*) - plugin_type=fax ;; - esac - - exeinto "${HPLIP_HOME}"/${plugin_type}/plugins - newexe ${plugin} ${plugin/-${hplip_arch}} - done - - insinto /var/lib/hp - newins - hplip.state <<-_EOF_ - [plugin] - installed = 1 - eula = 1 - version = ${PV} - _EOF_ -} diff --git a/net-print/hplip/Manifest b/net-print/hplip/Manifest index 38745c145495..feb10818918e 100644 --- a/net-print/hplip/Manifest +++ b/net-print/hplip/Manifest @@ -1,6 +1,2 @@ -DIST hplip-3.20.11-patches-2.tar.xz 18140 BLAKE2B a0271d0c6fcfaa53c68ab00c4c6cfc121e4eef0368b7eff04677ccbd8b897897352fe44a111693d0d45ee1b40bc3c783984f23a35faedfa2fa0da52018aade3c SHA512 8d00d48e295572df19b6edf0efce005f6bae6e051cce5d618575f5e226e2c32896111ddc1a193d4aacfadbe9d7f525761b0ea2564277f4c263b3df5bc86c1f40 -DIST hplip-3.20.11.tar.gz 26301441 BLAKE2B 14667f33cc50b2887c8434ada7327a82e16b9acbcdc75d3a50c0261ec9aef3fada9be81e6c0cbdfb4d29914630799c6406893644386db99c0ce86245cca38cc2 SHA512 f583fb4140a29c5e21956c3e51fe3620baa65d33b40447af419d7fc61473a1148a1873216a84e89be785b155ee8e9aebd5e3eb19d2ded82b8415b1a35de1b55d -DIST hplip-3.21.10-patches-1.tar.xz 17700 BLAKE2B a5d60802a3a9b76b18c0cc4d880b649c2ffceb38b9a0b1857e86eac6a4e840272ce8764db6544b273071e361bb29ae6863df64a3b39bcede2a37ea55c1957fe8 SHA512 d8cda2abadc9b0184bf6669e648fa060a9f0f78e9fcaa3998424b968d01c8a1e1e7ebf371c2614b3d1fbf9052c35368bd65ae265946367a72785ff88f753df8b -DIST hplip-3.21.12.tar.gz 27314194 BLAKE2B 8ab204f9f655d5792aaeb729b416a994c7661a540602f755c58887d2b5694e85fab3fc9c800620de128979b43724d16603447e875c40e2530bb5566599535311 SHA512 b101a6958dbfa2b717b85bf38b05d682b9fe68ed3d08e2f6039485ac428867de66381e869c1d4ab2bd22e13a751704ca19915dd90661561c8dd68883a72ace2d DIST hplip-3.22.2-patches-1.tar.xz 17564 BLAKE2B df4d3c71679000febe68730fd88c81a82283874200d86934318b602fc1fb51f6d90a42effb5fbfef38a98ef6a150f9dc139ca3edeb519d9ac11f98ba7ef7ec63 SHA512 df3716b59bbdd87696900f111d3a0c7d27a474826d343503af43bb625f0796696ffdd24383564f5ff3e600f7ae8f5092700ffc9d130b6d5f812750c8856f6ef8 DIST hplip-3.22.2.tar.gz 27341972 BLAKE2B d262307430b5a4ca05f2a58cdadc212e93b73141906c0852a2b9b2ced33b942dbec6d9f2fc1f79773d3d37a9d71f37b5fe457ba574d7bf826cd3afeb80d4f05d SHA512 9cde954a11bae2e2ad6120d8fe103ab52409c906dde4c1e82fa7a9e5e265e0a71e0578e3117a8b4508e2c7c87f05052d32b14b39b89e3e59baf7a4055ac5579f diff --git a/net-print/hplip/hplip-3.20.11-r2.ebuild b/net-print/hplip/hplip-3.20.11-r2.ebuild deleted file mode 100644 index b005d106d680..000000000000 --- a/net-print/hplip/hplip-3.20.11-r2.ebuild +++ /dev/null @@ -1,287 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{8,9} ) -PYTHON_REQ_USE="threads(+),xml" - -# 14 and 15 spit out a lot of warnings about subdirs -WANT_AUTOMAKE="1.13" - -inherit autotools linux-info python-single-r1 readme.gentoo-r1 udev - -DESCRIPTION="HP Linux Imaging and Printing - Print, scan, fax drivers and service tools" -HOMEPAGE="https://developers.hp.com/hp-linux-imaging-and-printing" -SRC_URI="mirror://sourceforge/hplip/${P}.tar.gz - https://dev.gentoo.org/~billie/distfiles/${PN}-3.20.11-patches-2.tar.xz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 arm arm64 ppc ppc64 x86" - -IUSE="doc fax +hpcups hpijs kde libnotify libusb0 minimal parport policykit qt5 scanner +snmp static-ppds X" - -COMMON_DEPEND=" - net-print/cups - sys-apps/dbus - virtual/jpeg:0 - hpijs? ( net-print/cups-filters[foomatic] ) - !libusb0? ( virtual/libusb:1 ) - libusb0? ( virtual/libusb:0 ) - ${PYTHON_DEPS} - !minimal? ( - scanner? ( - media-gfx/sane-backends - ) - snmp? ( - dev-libs/openssl:0= - net-analyzer/net-snmp:= - net-dns/avahi[dbus,python,${PYTHON_SINGLE_USEDEP}] - ) - ) -" -BDEPEND=" - virtual/pkgconfig -" -DEPEND=" - ${COMMON_DEPEND} -" -RDEPEND=" - ${COMMON_DEPEND} - app-text/ghostscript-gpl - !minimal? ( - $(python_gen_cond_dep 'dev-python/pygobject:3[${PYTHON_USEDEP}]' 'python3*') - kernel_linux? ( virtual/udev ) - $(python_gen_cond_dep ' - >=dev-python/dbus-python-1.2.0-r1[${PYTHON_USEDEP}] - dev-python/distro[${PYTHON_USEDEP}] - fax? ( dev-python/reportlab[${PYTHON_USEDEP}] ) - qt5? ( - >=dev-python/PyQt5-5.5.1[dbus,gui,widgets,${PYTHON_USEDEP}] - libnotify? ( dev-python/notify2[${PYTHON_USEDEP}] ) - ) - scanner? ( - >=dev-python/reportlab-3.2[${PYTHON_USEDEP}] - >=dev-python/pillow-3.1.1[${PYTHON_USEDEP}] - X? ( - || ( - kde? ( kde-misc/skanlite ) - media-gfx/xsane - media-gfx/sane-frontends - ) - ) - ) - ') - ) - policykit? ( sys-auth/polkit ) -" - -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -PATCHES=( - "${WORKDIR}/patches" -) - -CONFIG_CHECK="~PARPORT ~PPDEV" -ERROR_PARPORT="Please make sure kernel parallel port support is enabled (PARPORT and PPDEV)." - -#DISABLE_AUTOFORMATTING="yes" -DOC_CONTENTS=" -For more information on setting up your printer please take -a look at the hplip section of the gentoo printing guide: -https://wiki.gentoo.org/wiki/Printing -" - -pkg_setup() { - python-single-r1_pkg_setup - - use scanner && ! use X && ewarn "You need USE=X for the scanner GUI." - - use parport && linux-info_pkg_setup - - if use minimal ; then - ewarn "Installing driver portions only, make sure you know what you are doing." - ewarn "Depending on the USE flags set for hpcups or hpijs the appropiate driver" - ewarn "is installed. If both USE flags are set hpijs overrides hpcups." - ewarn "This also disables fax, network, scanner and gui support!" - fi - - if ! use hpcups && ! use hpijs ; then - ewarn "Installing neither hpcups (USE=-hpcups) nor hpijs (USE=-hpijs) driver," - ewarn "which is probably not what you want." - ewarn "You will almost certainly not be able to print." - fi -} - -src_prepare() { - default - - python_fix_shebang . - - # Make desktop files follow the specification - # Gentoo bug: https://bugs.gentoo.org/show_bug.cgi?id=443680 - # Upstream bug: https://bugs.launchpad.net/hplip/+bug/1080324 - sed -i -e '/^Categories=/s/Application;//' \ - -e '/^Encoding=.*/d' hplip.desktop.in || die - sed -i -e '/^Categories=/s/Application;//' \ - -e '/^Version=.*/d' \ - -e '/^Comment=.*/d' hplip-systray.desktop.in || die - - # Fix for Gentoo bug https://bugs.gentoo.org/show_bug.cgi?id=345725 - # Upstream bug: https://bugs.launchpad.net/hplip/+bug/880847, - # https://bugs.launchpad.net/hplip/+bug/500086 - local udevdir=$(get_udevdir) - sed -i -e "s|/etc/udev|${udevdir}|g" \ - $(find . -type f -exec grep -l /etc/udev {} +) || die - - # Force recognition of Gentoo distro by hp-check - sed -i \ - -e "s:file('/etc/issue', 'r').read():'Gentoo':" \ - installer/core_install.py || die - - eautoreconf -} - -src_configure() { - local drv_build minimal_build - - if use hpcups ; then - drv_build="$(use_enable hpcups hpcups-install)" - if use static-ppds ; then - drv_build="${drv_build} --enable-cups-ppd-install" - drv_build="${drv_build} --disable-cups-drv-install" - else - drv_build="${drv_build} --enable-cups-drv-install" - drv_build="${drv_build} --disable-cups-ppd-install" - fi - else - drv_build="--disable-hpcups-install" - drv_build="${drv_build} --disable-cups-drv-install" - drv_build="${drv_build} --disable-cups-ppd-install" - fi - - if use hpijs ; then - drv_build="${drv_build} $(use_enable hpijs hpijs-install)" - if use static-ppds ; then - drv_build="${drv_build} --enable-foomatic-ppd-install" - drv_build="${drv_build} --disable-foomatic-drv-install" - else - drv_build="${drv_build} --enable-foomatic-drv-install" - drv_build="${drv_build} --disable-foomatic-ppd-install" - fi - else - drv_build="${drv_build} --disable-hpijs-install" - drv_build="${drv_build} --disable-foomatic-drv-install" - drv_build="${drv_build} --disable-foomatic-ppd-install" - fi - - if use minimal ; then - if use hpijs ; then - minimal_build="--enable-hpijs-only-build" - else - minimal_build="--disable-hpijs-only-build" - fi - if use hpcups ; then - minimal_build="${minimal_build} --enable-hpcups-only-build" - else - minimal_build="${minimal_build} --disable-hpcups-only-build" - fi - minimal_build="${minimal_build} --disable-fax-build" - minimal_build="${minimal_build} --disable-network-build" - minimal_build="${minimal_build} --disable-scan-build" - minimal_build="${minimal_build} --disable-gui-build" - else - if use fax ; then - minimal_build="${minimal_build} --enable-fax-build" - else - minimal_build="${minimal_build} --disable-fax-build" - fi - if use snmp ; then - minimal_build="${minimal_build} --enable-network-build" - else - minimal_build="${minimal_build} --disable-network-build" - fi - if use scanner ; then - minimal_build="${minimal_build} --enable-scan-build" - else - minimal_build="${minimal_build} --disable-scan-build" - fi - if use qt5 ; then - minimal_build="${minimal_build} --enable-qt5" - minimal_build="${minimal_build} --enable-gui-build" - else - minimal_build="${minimal_build} --disable-gui-build" - minimal_build="${minimal_build} --disable-qt5" - fi - fi - - # disable class driver for now - econf \ - --disable-class-driver \ - --disable-foomatic-rip-hplip-install \ - --disable-cups11-build \ - --disable-lite-build \ - --disable-shadow-build \ - --disable-qt3 \ - --disable-qt4 \ - --disable-udev_sysfs_rules \ - --with-cupsbackenddir=$(cups-config --serverbin)/backend \ - --with-cupsfilterdir=$(cups-config --serverbin)/filter \ - --with-docdir=/usr/share/doc/${PF} \ - --with-htmldir=/usr/share/doc/${PF}/html \ - --enable-hpps-install \ - --enable-dbus-build \ - ${drv_build} \ - ${minimal_build} \ - $(use_enable doc doc-build) \ - $(use_enable libusb0 libusb01_build) \ - $(use_enable parport pp-build) \ - $(use_enable policykit) - - # hpijs ppds are created at configure time but are not installed (3.17.11) - - # Use system foomatic-rip for hpijs driver instead of foomatic-rip-hplip - # The hpcups driver does not use foomatic-rip - #local i - #for i in ppd/hpijs/*.ppd.gz ; do - # rm -f ${i}.temp || die - # gunzip -c ${i} | sed 's/foomatic-rip-hplip/foomatic-rip/g' | \ - # gzip > ${i}.temp || die - # mv ${i}.temp ${i} || die - #done -} - -src_install() { - # Disable parallel install - # Gentoo Bug: https://bugs.gentoo.org/show_bug.cgi?id=578018 - emake -j1 DESTDIR="${D}" install - einstalldocs - # default - - # Installed by sane-backends - # Gentoo Bug: https://bugs.gentoo.org/show_bug.cgi?id=201023 - rm -f "${ED}"/etc/sane.d/dll.conf || die - - # Remove desktop and autostart files - # Gentoo Bug: https://bugs.gentoo.org/show_bug.cgi?id=638770 - use qt5 || { - rm -Rf "${ED}"/usr/share/applications "${ED}"/etc/xdg - } - - rm -f "${ED}"/usr/share/doc/${PF}/{copyright,README_LIBJPG,COPYING} || die - rmdir --ignore-fail-on-non-empty "${ED}"/usr/share/doc/${PF}/ || die - - # Remove hal fdi files - rm -rf "${ED}"/usr/share/hal || die - - find "${D}" -name '*.la' -delete || die - - python_optimize "${ED}"/usr/share/hplip - - readme.gentoo_create_doc -} - -pkg_postinst() { - readme.gentoo_print_elog -} diff --git a/net-print/hplip/hplip-3.21.12.ebuild b/net-print/hplip/hplip-3.21.12.ebuild deleted file mode 100644 index 9473b1dc2ea5..000000000000 --- a/net-print/hplip/hplip-3.21.12.ebuild +++ /dev/null @@ -1,285 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{8,9,10} ) -PYTHON_REQ_USE="threads(+),xml" - -inherit autotools linux-info python-single-r1 readme.gentoo-r1 udev - -DESCRIPTION="HP Linux Imaging and Printing - Print, scan, fax drivers and service tools" -HOMEPAGE="https://developers.hp.com/hp-linux-imaging-and-printing" -SRC_URI="mirror://sourceforge/hplip/${P}.tar.gz - https://dev.gentoo.org/~billie/distfiles/${PN}-3.21.10-patches-1.tar.xz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" - -IUSE="doc fax +hpcups hpijs kde libnotify libusb0 minimal parport policykit qt5 scanner +snmp static-ppds X" - -COMMON_DEPEND=" - net-print/cups - sys-apps/dbus - virtual/jpeg:0 - hpijs? ( net-print/cups-filters[foomatic] ) - !libusb0? ( virtual/libusb:1 ) - libusb0? ( virtual/libusb:0 ) - ${PYTHON_DEPS} - !minimal? ( - scanner? ( - media-gfx/sane-backends - ) - snmp? ( - dev-libs/openssl:0= - net-analyzer/net-snmp:= - net-dns/avahi[dbus,python,${PYTHON_SINGLE_USEDEP}] - ) - ) -" -BDEPEND=" - virtual/pkgconfig -" -DEPEND=" - ${COMMON_DEPEND} -" -RDEPEND=" - ${COMMON_DEPEND} - app-text/ghostscript-gpl - !minimal? ( - $(python_gen_cond_dep 'dev-python/pygobject:3[${PYTHON_USEDEP}]' 'python3*') - kernel_linux? ( virtual/udev ) - $(python_gen_cond_dep ' - >=dev-python/dbus-python-1.2.0-r1[${PYTHON_USEDEP}] - dev-python/distro[${PYTHON_USEDEP}] - fax? ( dev-python/reportlab[${PYTHON_USEDEP}] ) - qt5? ( - >=dev-python/PyQt5-5.5.1[dbus,gui,widgets,${PYTHON_USEDEP}] - libnotify? ( dev-python/notify2[${PYTHON_USEDEP}] ) - ) - scanner? ( - >=dev-python/reportlab-3.2[${PYTHON_USEDEP}] - >=dev-python/pillow-3.1.1[${PYTHON_USEDEP}] - X? ( - || ( - kde? ( kde-misc/skanlite ) - media-gfx/xsane - media-gfx/sane-frontends - ) - ) - ) - ') - ) - policykit? ( sys-auth/polkit ) -" - -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -PATCHES=( - "${WORKDIR}/patches" -) - -CONFIG_CHECK="~PARPORT ~PPDEV" -ERROR_PARPORT="Please make sure kernel parallel port support is enabled (PARPORT and PPDEV)." - -#DISABLE_AUTOFORMATTING="yes" -DOC_CONTENTS=" -For more information on setting up your printer please take -a look at the hplip section of the gentoo printing guide: -https://wiki.gentoo.org/wiki/Printing -" - -pkg_setup() { - python-single-r1_pkg_setup - - use scanner && ! use X && ewarn "You need USE=X for the scanner GUI." - - use parport && linux-info_pkg_setup - - if use minimal ; then - ewarn "Installing driver portions only, make sure you know what you are doing." - ewarn "Depending on the USE flags set for hpcups or hpijs the appropiate driver" - ewarn "is installed. If both USE flags are set hpijs overrides hpcups." - ewarn "This also disables fax, network, scanner and gui support!" - fi - - if ! use hpcups && ! use hpijs ; then - ewarn "Installing neither hpcups (USE=-hpcups) nor hpijs (USE=-hpijs) driver," - ewarn "which is probably not what you want." - ewarn "You will almost certainly not be able to print." - fi -} - -src_prepare() { - default - - python_fix_shebang . - - # Make desktop files follow the specification - # Gentoo bug: https://bugs.gentoo.org/show_bug.cgi?id=443680 - # Upstream bug: https://bugs.launchpad.net/hplip/+bug/1080324 - sed -i -e '/^Categories=/s/Application;//' \ - -e '/^Encoding=.*/d' hplip.desktop.in || die - sed -i -e '/^Categories=/s/Application;//' \ - -e '/^Version=.*/d' \ - -e '/^Comment=.*/d' hplip-systray.desktop.in || die - - # Fix for Gentoo bug https://bugs.gentoo.org/show_bug.cgi?id=345725 - # Upstream bug: https://bugs.launchpad.net/hplip/+bug/880847, - # https://bugs.launchpad.net/hplip/+bug/500086 - local udevdir=$(get_udevdir) - sed -i -e "s|/etc/udev|${udevdir}|g" \ - $(find . -type f -exec grep -l /etc/udev {} +) || die - - # Force recognition of Gentoo distro by hp-check - sed -i \ - -e "s:file('/etc/issue', 'r').read():'Gentoo':" \ - installer/core_install.py || die - - eautoreconf -} - -src_configure() { - local drv_build minimal_build - - if use hpcups ; then - drv_build="$(use_enable hpcups hpcups-install)" - if use static-ppds ; then - drv_build="${drv_build} --enable-cups-ppd-install" - drv_build="${drv_build} --disable-cups-drv-install" - else - drv_build="${drv_build} --enable-cups-drv-install" - drv_build="${drv_build} --disable-cups-ppd-install" - fi - else - drv_build="--disable-hpcups-install" - drv_build="${drv_build} --disable-cups-drv-install" - drv_build="${drv_build} --disable-cups-ppd-install" - fi - - if use hpijs ; then - drv_build="${drv_build} $(use_enable hpijs hpijs-install)" - if use static-ppds ; then - drv_build="${drv_build} --enable-foomatic-ppd-install" - drv_build="${drv_build} --disable-foomatic-drv-install" - else - drv_build="${drv_build} --enable-foomatic-drv-install" - drv_build="${drv_build} --disable-foomatic-ppd-install" - fi - else - drv_build="${drv_build} --disable-hpijs-install" - drv_build="${drv_build} --disable-foomatic-drv-install" - drv_build="${drv_build} --disable-foomatic-ppd-install" - fi - - if use minimal ; then - if use hpijs ; then - minimal_build="--enable-hpijs-only-build" - else - minimal_build="--disable-hpijs-only-build" - fi - if use hpcups ; then - minimal_build="${minimal_build} --enable-hpcups-only-build" - else - minimal_build="${minimal_build} --disable-hpcups-only-build" - fi - minimal_build="${minimal_build} --disable-fax-build" - minimal_build="${minimal_build} --disable-network-build" - minimal_build="${minimal_build} --disable-scan-build" - minimal_build="${minimal_build} --disable-gui-build" - else - if use fax ; then - minimal_build="${minimal_build} --enable-fax-build" - else - minimal_build="${minimal_build} --disable-fax-build" - fi - if use snmp ; then - minimal_build="${minimal_build} --enable-network-build" - else - minimal_build="${minimal_build} --disable-network-build" - fi - if use scanner ; then - minimal_build="${minimal_build} --enable-scan-build" - else - minimal_build="${minimal_build} --disable-scan-build" - fi - if use qt5 ; then - minimal_build="${minimal_build} --enable-qt5" - minimal_build="${minimal_build} --enable-gui-build" - else - minimal_build="${minimal_build} --disable-gui-build" - minimal_build="${minimal_build} --disable-qt5" - fi - fi - - # disable class driver for now - econf \ - --disable-class-driver \ - --disable-cups11-build \ - --disable-foomatic-rip-hplip-install \ - --disable-imageProcessor-build \ - --disable-lite-build \ - --disable-shadow-build \ - --disable-qt3 \ - --disable-qt4 \ - --disable-udev_sysfs_rules \ - --with-cupsbackenddir=$(cups-config --serverbin)/backend \ - --with-cupsfilterdir=$(cups-config --serverbin)/filter \ - --with-docdir=/usr/share/doc/${PF} \ - --with-htmldir=/usr/share/doc/${PF}/html \ - --enable-hpps-install \ - --enable-dbus-build \ - ${drv_build} \ - ${minimal_build} \ - $(use_enable doc doc-build) \ - $(use_enable libusb0 libusb01_build) \ - $(use_enable parport pp-build) \ - $(use_enable policykit) - - # hpijs ppds are created at configure time but are not installed (3.17.11) - - # Use system foomatic-rip for hpijs driver instead of foomatic-rip-hplip - # The hpcups driver does not use foomatic-rip - #local i - #for i in ppd/hpijs/*.ppd.gz ; do - # rm -f ${i}.temp || die - # gunzip -c ${i} | sed 's/foomatic-rip-hplip/foomatic-rip/g' | \ - # gzip > ${i}.temp || die - # mv ${i}.temp ${i} || die - #done -} - -src_install() { - # Disable parallel install - # Gentoo Bug: https://bugs.gentoo.org/show_bug.cgi?id=578018 - emake -j1 DESTDIR="${D}" install - einstalldocs - # default - - # Installed by sane-backends - # Gentoo Bug: https://bugs.gentoo.org/show_bug.cgi?id=201023 - rm -f "${ED}"/etc/sane.d/dll.conf || die - - # Remove desktop and autostart files - # Gentoo Bug: https://bugs.gentoo.org/show_bug.cgi?id=638770 - use qt5 || { - rm -Rf "${ED}"/usr/share/applications "${ED}"/etc/xdg - } - - rm -f "${ED}"/usr/share/doc/${PF}/{copyright,README_LIBJPG,COPYING} || die - rmdir --ignore-fail-on-non-empty "${ED}"/usr/share/doc/${PF}/ || die - - # Remove hal fdi files - rm -rf "${ED}"/usr/share/hal || die - - find "${D}" -name '*.la' -delete || die - - python_optimize "${ED}"/usr/share/hplip - - readme.gentoo_create_doc -} - -pkg_postinst() { - readme.gentoo_print_elog -} diff --git a/net-proxy/Manifest.gz b/net-proxy/Manifest.gz index 349c4a24cdba..92abe83d3f41 100644 Binary files a/net-proxy/Manifest.gz and b/net-proxy/Manifest.gz differ diff --git a/net-proxy/haproxy/files/haproxy.initd-r7 b/net-proxy/haproxy/files/haproxy.initd-r7 new file mode 100644 index 000000000000..95f27d676b6c --- /dev/null +++ b/net-proxy/haproxy/files/haproxy.initd-r7 @@ -0,0 +1,85 @@ +#!/sbin/openrc-run +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +extra_commands="checkconfig" +extra_started_commands="reload" + +command="/usr/sbin/haproxy" + +pidfile="${HAPROXY_PIDFILE:-/run/${SVCNAME}.pid}" + +configs= + +if [ -z "${CONFIGS}" ]; then + if [ -f "/etc/haproxy/${SVCNAME}.cfg" ]; then + CONFIGS=/etc/haproxy/${SVCNAME}.cfg + elif [ -f "/etc/${SVCNAME}.cfg" ]; then + CONFIGS=/etc/${SVCNAME}.cfg # Deprecated + fi +fi + +for conf in $CONFIGS; do + configs="${configs} -f ${conf}" +done + +command_args="-D -W -p ${pidfile} ${configs} ${HAPROXY_OPTS}" + +depend() { + need net + use dns logger +} + +checkconfig() { + if [ -z "${CONFIGS}" ]; then + eerror "No config(s) has been specified" + return 1 + fi + + for conf in $CONFIGS; do + if [ ! -f "${conf}" ]; then + eerror "${conf} does not exist!" + return 1 + fi + done + + ebegin "Checking ${CONFIGS}" + $command -q -c $configs $HAPROXY_OPTS + eend $? +} + +start_pre() { + if [ "${RC_CMD}" != "restart" ]; then + checkconfig || return 1 + fi +} + +stop_pre() { + if [ "${RC_CMD}" = "restart" ]; then + checkconfig || return 1 + fi +} + +stop() { + local _t _pid + + _t="$(mktemp)" + for _pid in $(cat ${pidfile}) ; do + echo "${_pid}" > "${_t}" + start-stop-daemon --stop --pidfile="${_t}" + done + rm -f "${_t}" +} + +reload() { + checkconfig || { eerror "Reloading failed, please fix your config(s) first"; return 1; } + + if [ "$(command -v reload_seamless)" = "reload_seamless" ]; then + einfo "Calling user-defined reload_seamless()" + reload_seamless || { eerror "reload_seamless() failed!"; return 1; } + fi + + ebegin "Reloading ${SVCNAME}" + $command -D -p "${pidfile}" $configs $HAPROXY_OPTS -sf $(cat "${pidfile}") + eend $? +} diff --git a/net-proxy/haproxy/haproxy-2.0.25.ebuild b/net-proxy/haproxy/haproxy-2.0.25.ebuild index df8535c8e732..6009c169081c 100644 --- a/net-proxy/haproxy/haproxy-2.0.25.ebuild +++ b/net-proxy/haproxy/haproxy-2.0.25.ebuild @@ -16,19 +16,18 @@ if [[ ${PV} != *9999 ]]; then SRC_URI="http://haproxy.1wt.eu/download/$(ver_cut 1-2)/src/${MY_P}.tar.gz" KEYWORDS="amd64 arm ppc x86" else - EGIT_REPO_URI="http://git.haproxy.org/git/haproxy-$(ver_cut 1-2).git/" + EGIT_REPO_URI="https://git.haproxy.org/git/haproxy-$(ver_cut 1-2).git/" EGIT_BRANCH=master fi LICENSE="GPL-2 LGPL-2.1" SLOT="0/$(ver_cut 1-2)" IUSE="+crypt doc examples slz +net_ns +pcre pcre-jit pcre2 pcre2-jit prometheus-exporter -ssl systemd +threads tools vim-syntax +zlib lua device-atlas 51degrees wurfl" +ssl systemd +threads tools vim-syntax +zlib lua 51degrees wurfl" REQUIRED_USE="pcre-jit? ( pcre ) pcre2-jit? ( pcre2 ) pcre? ( !pcre2 ) lua? ( ${LUA_REQUIRED_USE} ) - device-atlas? ( pcre ) ?? ( slz zlib )" BDEPEND="virtual/pkgconfig" @@ -48,8 +47,7 @@ DEPEND=" slz? ( dev-libs/libslz:= ) systemd? ( sys-apps/systemd ) zlib? ( sys-libs/zlib ) - lua? ( ${LUA_DEPS} ) - device-atlas? ( dev-libs/device-atlas-api-c )" + lua? ( ${LUA_DEPS} )" RDEPEND="${DEPEND} acct-group/haproxy acct-user/haproxy" @@ -96,7 +94,6 @@ src_compile() { args+=( $(haproxy_use zlib ZLIB) ) args+=( $(haproxy_use lua LUA) ) args+=( $(haproxy_use 51degrees 51DEGREES) ) - args+=( $(haproxy_use device-atlas DEVICEATLAS) ) args+=( $(haproxy_use wurfl WURFL) ) args+=( $(haproxy_use systemd SYSTEMD) ) diff --git a/net-proxy/haproxy/haproxy-2.0.27.ebuild b/net-proxy/haproxy/haproxy-2.0.27.ebuild index 7befecfd31b2..75cceb7c91f7 100644 --- a/net-proxy/haproxy/haproxy-2.0.27.ebuild +++ b/net-proxy/haproxy/haproxy-2.0.27.ebuild @@ -16,19 +16,18 @@ if [[ ${PV} != *9999 ]]; then SRC_URI="http://haproxy.1wt.eu/download/$(ver_cut 1-2)/src/${MY_P}.tar.gz" KEYWORDS="amd64 ~arm ~ppc x86" else - EGIT_REPO_URI="http://git.haproxy.org/git/haproxy-$(ver_cut 1-2).git/" + EGIT_REPO_URI="https://git.haproxy.org/git/haproxy-$(ver_cut 1-2).git/" EGIT_BRANCH=master fi LICENSE="GPL-2 LGPL-2.1" SLOT="0/$(ver_cut 1-2)" IUSE="+crypt doc examples slz +net_ns +pcre pcre-jit pcre2 pcre2-jit prometheus-exporter -ssl systemd +threads tools vim-syntax +zlib lua device-atlas 51degrees wurfl" +ssl systemd +threads tools vim-syntax +zlib lua 51degrees wurfl" REQUIRED_USE="pcre-jit? ( pcre ) pcre2-jit? ( pcre2 ) pcre? ( !pcre2 ) lua? ( ${LUA_REQUIRED_USE} ) - device-atlas? ( pcre ) ?? ( slz zlib )" BDEPEND="virtual/pkgconfig" @@ -48,8 +47,7 @@ DEPEND=" slz? ( dev-libs/libslz:= ) systemd? ( sys-apps/systemd ) zlib? ( sys-libs/zlib ) - lua? ( ${LUA_DEPS} ) - device-atlas? ( dev-libs/device-atlas-api-c )" + lua? ( ${LUA_DEPS} )" RDEPEND="${DEPEND} acct-group/haproxy acct-user/haproxy" @@ -96,7 +94,6 @@ src_compile() { args+=( $(haproxy_use zlib ZLIB) ) args+=( $(haproxy_use lua LUA) ) args+=( $(haproxy_use 51degrees 51DEGREES) ) - args+=( $(haproxy_use device-atlas DEVICEATLAS) ) args+=( $(haproxy_use wurfl WURFL) ) args+=( $(haproxy_use systemd SYSTEMD) ) diff --git a/net-proxy/haproxy/haproxy-2.0.28.ebuild b/net-proxy/haproxy/haproxy-2.0.28-r1.ebuild similarity index 93% rename from net-proxy/haproxy/haproxy-2.0.28.ebuild rename to net-proxy/haproxy/haproxy-2.0.28-r1.ebuild index c6b8f8086643..f85333d3df83 100644 --- a/net-proxy/haproxy/haproxy-2.0.28.ebuild +++ b/net-proxy/haproxy/haproxy-2.0.28-r1.ebuild @@ -16,19 +16,18 @@ if [[ ${PV} != *9999 ]]; then SRC_URI="http://haproxy.1wt.eu/download/$(ver_cut 1-2)/src/${MY_P}.tar.gz" KEYWORDS="~amd64 ~arm ~ppc ~x86" else - EGIT_REPO_URI="http://git.haproxy.org/git/haproxy-$(ver_cut 1-2).git/" + EGIT_REPO_URI="https://git.haproxy.org/git/haproxy-$(ver_cut 1-2).git/" EGIT_BRANCH=master fi LICENSE="GPL-2 LGPL-2.1" SLOT="0/$(ver_cut 1-2)" IUSE="+crypt doc examples slz +net_ns +pcre pcre-jit pcre2 pcre2-jit prometheus-exporter -ssl systemd +threads tools vim-syntax +zlib lua device-atlas 51degrees wurfl" +ssl systemd +threads tools vim-syntax +zlib lua 51degrees wurfl" REQUIRED_USE="pcre-jit? ( pcre ) pcre2-jit? ( pcre2 ) pcre? ( !pcre2 ) lua? ( ${LUA_REQUIRED_USE} ) - device-atlas? ( pcre ) ?? ( slz zlib )" BDEPEND="virtual/pkgconfig" @@ -48,8 +47,7 @@ DEPEND=" slz? ( dev-libs/libslz:= ) systemd? ( sys-apps/systemd ) zlib? ( sys-libs/zlib ) - lua? ( ${LUA_DEPS} ) - device-atlas? ( dev-libs/device-atlas-api-c )" + lua? ( ${LUA_DEPS} )" RDEPEND="${DEPEND} acct-group/haproxy acct-user/haproxy" @@ -96,7 +94,6 @@ src_compile() { args+=( $(haproxy_use zlib ZLIB) ) args+=( $(haproxy_use lua LUA) ) args+=( $(haproxy_use 51degrees 51DEGREES) ) - args+=( $(haproxy_use device-atlas DEVICEATLAS) ) args+=( $(haproxy_use wurfl WURFL) ) args+=( $(haproxy_use systemd SYSTEMD) ) @@ -130,7 +127,7 @@ src_install() { dosym ../sbin/haproxy /usr/bin/haproxy newconfd "${FILESDIR}/${PN}.confd" ${PN} - newinitd "${FILESDIR}/${PN}.initd-r6" ${PN} + newinitd "${FILESDIR}/${PN}.initd-r7" ${PN} doman doc/haproxy.1 diff --git a/net-proxy/haproxy/haproxy-2.0.9999.ebuild b/net-proxy/haproxy/haproxy-2.0.9999.ebuild index c6b8f8086643..f85333d3df83 100644 --- a/net-proxy/haproxy/haproxy-2.0.9999.ebuild +++ b/net-proxy/haproxy/haproxy-2.0.9999.ebuild @@ -16,19 +16,18 @@ if [[ ${PV} != *9999 ]]; then SRC_URI="http://haproxy.1wt.eu/download/$(ver_cut 1-2)/src/${MY_P}.tar.gz" KEYWORDS="~amd64 ~arm ~ppc ~x86" else - EGIT_REPO_URI="http://git.haproxy.org/git/haproxy-$(ver_cut 1-2).git/" + EGIT_REPO_URI="https://git.haproxy.org/git/haproxy-$(ver_cut 1-2).git/" EGIT_BRANCH=master fi LICENSE="GPL-2 LGPL-2.1" SLOT="0/$(ver_cut 1-2)" IUSE="+crypt doc examples slz +net_ns +pcre pcre-jit pcre2 pcre2-jit prometheus-exporter -ssl systemd +threads tools vim-syntax +zlib lua device-atlas 51degrees wurfl" +ssl systemd +threads tools vim-syntax +zlib lua 51degrees wurfl" REQUIRED_USE="pcre-jit? ( pcre ) pcre2-jit? ( pcre2 ) pcre? ( !pcre2 ) lua? ( ${LUA_REQUIRED_USE} ) - device-atlas? ( pcre ) ?? ( slz zlib )" BDEPEND="virtual/pkgconfig" @@ -48,8 +47,7 @@ DEPEND=" slz? ( dev-libs/libslz:= ) systemd? ( sys-apps/systemd ) zlib? ( sys-libs/zlib ) - lua? ( ${LUA_DEPS} ) - device-atlas? ( dev-libs/device-atlas-api-c )" + lua? ( ${LUA_DEPS} )" RDEPEND="${DEPEND} acct-group/haproxy acct-user/haproxy" @@ -96,7 +94,6 @@ src_compile() { args+=( $(haproxy_use zlib ZLIB) ) args+=( $(haproxy_use lua LUA) ) args+=( $(haproxy_use 51degrees 51DEGREES) ) - args+=( $(haproxy_use device-atlas DEVICEATLAS) ) args+=( $(haproxy_use wurfl WURFL) ) args+=( $(haproxy_use systemd SYSTEMD) ) @@ -130,7 +127,7 @@ src_install() { dosym ../sbin/haproxy /usr/bin/haproxy newconfd "${FILESDIR}/${PN}.confd" ${PN} - newinitd "${FILESDIR}/${PN}.initd-r6" ${PN} + newinitd "${FILESDIR}/${PN}.initd-r7" ${PN} doman doc/haproxy.1 diff --git a/net-proxy/haproxy/haproxy-2.2.17.ebuild b/net-proxy/haproxy/haproxy-2.2.17.ebuild index df8535c8e732..6009c169081c 100644 --- a/net-proxy/haproxy/haproxy-2.2.17.ebuild +++ b/net-proxy/haproxy/haproxy-2.2.17.ebuild @@ -16,19 +16,18 @@ if [[ ${PV} != *9999 ]]; then SRC_URI="http://haproxy.1wt.eu/download/$(ver_cut 1-2)/src/${MY_P}.tar.gz" KEYWORDS="amd64 arm ppc x86" else - EGIT_REPO_URI="http://git.haproxy.org/git/haproxy-$(ver_cut 1-2).git/" + EGIT_REPO_URI="https://git.haproxy.org/git/haproxy-$(ver_cut 1-2).git/" EGIT_BRANCH=master fi LICENSE="GPL-2 LGPL-2.1" SLOT="0/$(ver_cut 1-2)" IUSE="+crypt doc examples slz +net_ns +pcre pcre-jit pcre2 pcre2-jit prometheus-exporter -ssl systemd +threads tools vim-syntax +zlib lua device-atlas 51degrees wurfl" +ssl systemd +threads tools vim-syntax +zlib lua 51degrees wurfl" REQUIRED_USE="pcre-jit? ( pcre ) pcre2-jit? ( pcre2 ) pcre? ( !pcre2 ) lua? ( ${LUA_REQUIRED_USE} ) - device-atlas? ( pcre ) ?? ( slz zlib )" BDEPEND="virtual/pkgconfig" @@ -48,8 +47,7 @@ DEPEND=" slz? ( dev-libs/libslz:= ) systemd? ( sys-apps/systemd ) zlib? ( sys-libs/zlib ) - lua? ( ${LUA_DEPS} ) - device-atlas? ( dev-libs/device-atlas-api-c )" + lua? ( ${LUA_DEPS} )" RDEPEND="${DEPEND} acct-group/haproxy acct-user/haproxy" @@ -96,7 +94,6 @@ src_compile() { args+=( $(haproxy_use zlib ZLIB) ) args+=( $(haproxy_use lua LUA) ) args+=( $(haproxy_use 51degrees 51DEGREES) ) - args+=( $(haproxy_use device-atlas DEVICEATLAS) ) args+=( $(haproxy_use wurfl WURFL) ) args+=( $(haproxy_use systemd SYSTEMD) ) diff --git a/net-proxy/haproxy/haproxy-2.2.21.ebuild b/net-proxy/haproxy/haproxy-2.2.21.ebuild index 7befecfd31b2..75cceb7c91f7 100644 --- a/net-proxy/haproxy/haproxy-2.2.21.ebuild +++ b/net-proxy/haproxy/haproxy-2.2.21.ebuild @@ -16,19 +16,18 @@ if [[ ${PV} != *9999 ]]; then SRC_URI="http://haproxy.1wt.eu/download/$(ver_cut 1-2)/src/${MY_P}.tar.gz" KEYWORDS="amd64 ~arm ~ppc x86" else - EGIT_REPO_URI="http://git.haproxy.org/git/haproxy-$(ver_cut 1-2).git/" + EGIT_REPO_URI="https://git.haproxy.org/git/haproxy-$(ver_cut 1-2).git/" EGIT_BRANCH=master fi LICENSE="GPL-2 LGPL-2.1" SLOT="0/$(ver_cut 1-2)" IUSE="+crypt doc examples slz +net_ns +pcre pcre-jit pcre2 pcre2-jit prometheus-exporter -ssl systemd +threads tools vim-syntax +zlib lua device-atlas 51degrees wurfl" +ssl systemd +threads tools vim-syntax +zlib lua 51degrees wurfl" REQUIRED_USE="pcre-jit? ( pcre ) pcre2-jit? ( pcre2 ) pcre? ( !pcre2 ) lua? ( ${LUA_REQUIRED_USE} ) - device-atlas? ( pcre ) ?? ( slz zlib )" BDEPEND="virtual/pkgconfig" @@ -48,8 +47,7 @@ DEPEND=" slz? ( dev-libs/libslz:= ) systemd? ( sys-apps/systemd ) zlib? ( sys-libs/zlib ) - lua? ( ${LUA_DEPS} ) - device-atlas? ( dev-libs/device-atlas-api-c )" + lua? ( ${LUA_DEPS} )" RDEPEND="${DEPEND} acct-group/haproxy acct-user/haproxy" @@ -96,7 +94,6 @@ src_compile() { args+=( $(haproxy_use zlib ZLIB) ) args+=( $(haproxy_use lua LUA) ) args+=( $(haproxy_use 51degrees 51DEGREES) ) - args+=( $(haproxy_use device-atlas DEVICEATLAS) ) args+=( $(haproxy_use wurfl WURFL) ) args+=( $(haproxy_use systemd SYSTEMD) ) diff --git a/net-proxy/haproxy/haproxy-2.2.22.ebuild b/net-proxy/haproxy/haproxy-2.2.22-r1.ebuild similarity index 93% rename from net-proxy/haproxy/haproxy-2.2.22.ebuild rename to net-proxy/haproxy/haproxy-2.2.22-r1.ebuild index c6b8f8086643..f85333d3df83 100644 --- a/net-proxy/haproxy/haproxy-2.2.22.ebuild +++ b/net-proxy/haproxy/haproxy-2.2.22-r1.ebuild @@ -16,19 +16,18 @@ if [[ ${PV} != *9999 ]]; then SRC_URI="http://haproxy.1wt.eu/download/$(ver_cut 1-2)/src/${MY_P}.tar.gz" KEYWORDS="~amd64 ~arm ~ppc ~x86" else - EGIT_REPO_URI="http://git.haproxy.org/git/haproxy-$(ver_cut 1-2).git/" + EGIT_REPO_URI="https://git.haproxy.org/git/haproxy-$(ver_cut 1-2).git/" EGIT_BRANCH=master fi LICENSE="GPL-2 LGPL-2.1" SLOT="0/$(ver_cut 1-2)" IUSE="+crypt doc examples slz +net_ns +pcre pcre-jit pcre2 pcre2-jit prometheus-exporter -ssl systemd +threads tools vim-syntax +zlib lua device-atlas 51degrees wurfl" +ssl systemd +threads tools vim-syntax +zlib lua 51degrees wurfl" REQUIRED_USE="pcre-jit? ( pcre ) pcre2-jit? ( pcre2 ) pcre? ( !pcre2 ) lua? ( ${LUA_REQUIRED_USE} ) - device-atlas? ( pcre ) ?? ( slz zlib )" BDEPEND="virtual/pkgconfig" @@ -48,8 +47,7 @@ DEPEND=" slz? ( dev-libs/libslz:= ) systemd? ( sys-apps/systemd ) zlib? ( sys-libs/zlib ) - lua? ( ${LUA_DEPS} ) - device-atlas? ( dev-libs/device-atlas-api-c )" + lua? ( ${LUA_DEPS} )" RDEPEND="${DEPEND} acct-group/haproxy acct-user/haproxy" @@ -96,7 +94,6 @@ src_compile() { args+=( $(haproxy_use zlib ZLIB) ) args+=( $(haproxy_use lua LUA) ) args+=( $(haproxy_use 51degrees 51DEGREES) ) - args+=( $(haproxy_use device-atlas DEVICEATLAS) ) args+=( $(haproxy_use wurfl WURFL) ) args+=( $(haproxy_use systemd SYSTEMD) ) @@ -130,7 +127,7 @@ src_install() { dosym ../sbin/haproxy /usr/bin/haproxy newconfd "${FILESDIR}/${PN}.confd" ${PN} - newinitd "${FILESDIR}/${PN}.initd-r6" ${PN} + newinitd "${FILESDIR}/${PN}.initd-r7" ${PN} doman doc/haproxy.1 diff --git a/net-proxy/haproxy/haproxy-2.2.9999.ebuild b/net-proxy/haproxy/haproxy-2.2.9999.ebuild index c6b8f8086643..f85333d3df83 100644 --- a/net-proxy/haproxy/haproxy-2.2.9999.ebuild +++ b/net-proxy/haproxy/haproxy-2.2.9999.ebuild @@ -16,19 +16,18 @@ if [[ ${PV} != *9999 ]]; then SRC_URI="http://haproxy.1wt.eu/download/$(ver_cut 1-2)/src/${MY_P}.tar.gz" KEYWORDS="~amd64 ~arm ~ppc ~x86" else - EGIT_REPO_URI="http://git.haproxy.org/git/haproxy-$(ver_cut 1-2).git/" + EGIT_REPO_URI="https://git.haproxy.org/git/haproxy-$(ver_cut 1-2).git/" EGIT_BRANCH=master fi LICENSE="GPL-2 LGPL-2.1" SLOT="0/$(ver_cut 1-2)" IUSE="+crypt doc examples slz +net_ns +pcre pcre-jit pcre2 pcre2-jit prometheus-exporter -ssl systemd +threads tools vim-syntax +zlib lua device-atlas 51degrees wurfl" +ssl systemd +threads tools vim-syntax +zlib lua 51degrees wurfl" REQUIRED_USE="pcre-jit? ( pcre ) pcre2-jit? ( pcre2 ) pcre? ( !pcre2 ) lua? ( ${LUA_REQUIRED_USE} ) - device-atlas? ( pcre ) ?? ( slz zlib )" BDEPEND="virtual/pkgconfig" @@ -48,8 +47,7 @@ DEPEND=" slz? ( dev-libs/libslz:= ) systemd? ( sys-apps/systemd ) zlib? ( sys-libs/zlib ) - lua? ( ${LUA_DEPS} ) - device-atlas? ( dev-libs/device-atlas-api-c )" + lua? ( ${LUA_DEPS} )" RDEPEND="${DEPEND} acct-group/haproxy acct-user/haproxy" @@ -96,7 +94,6 @@ src_compile() { args+=( $(haproxy_use zlib ZLIB) ) args+=( $(haproxy_use lua LUA) ) args+=( $(haproxy_use 51degrees 51DEGREES) ) - args+=( $(haproxy_use device-atlas DEVICEATLAS) ) args+=( $(haproxy_use wurfl WURFL) ) args+=( $(haproxy_use systemd SYSTEMD) ) @@ -130,7 +127,7 @@ src_install() { dosym ../sbin/haproxy /usr/bin/haproxy newconfd "${FILESDIR}/${PN}.confd" ${PN} - newinitd "${FILESDIR}/${PN}.initd-r6" ${PN} + newinitd "${FILESDIR}/${PN}.initd-r7" ${PN} doman doc/haproxy.1 diff --git a/net-proxy/haproxy/haproxy-2.4.14.ebuild b/net-proxy/haproxy/haproxy-2.4.14.ebuild index aa233e7e1450..931074ca6e03 100644 --- a/net-proxy/haproxy/haproxy-2.4.14.ebuild +++ b/net-proxy/haproxy/haproxy-2.4.14.ebuild @@ -16,19 +16,18 @@ if [[ ${PV} != *9999 ]]; then SRC_URI="http://haproxy.1wt.eu/download/$(ver_cut 1-2)/src/${MY_P}.tar.gz" KEYWORDS="amd64 ~arm ~arm64 ~ppc x86" else - EGIT_REPO_URI="http://git.haproxy.org/git/haproxy-$(ver_cut 1-2).git/" + EGIT_REPO_URI="https://git.haproxy.org/git/haproxy-$(ver_cut 1-2).git/" EGIT_BRANCH=master fi LICENSE="GPL-2 LGPL-2.1" SLOT="0/$(ver_cut 1-2)" IUSE="+crypt doc examples +slz +net_ns +pcre pcre-jit pcre2 pcre2-jit prometheus-exporter -ssl systemd +threads tools vim-syntax zlib lua device-atlas 51degrees wurfl" +ssl systemd +threads tools vim-syntax zlib lua 51degrees wurfl" REQUIRED_USE="pcre-jit? ( pcre ) pcre2-jit? ( pcre2 ) pcre? ( !pcre2 ) lua? ( ${LUA_REQUIRED_USE} ) - device-atlas? ( pcre ) ?? ( slz zlib )" BDEPEND="virtual/pkgconfig" @@ -47,8 +46,7 @@ DEPEND=" ) systemd? ( sys-apps/systemd ) zlib? ( sys-libs/zlib ) - lua? ( ${LUA_DEPS} ) - device-atlas? ( dev-libs/device-atlas-api-c )" + lua? ( ${LUA_DEPS} )" RDEPEND="${DEPEND} acct-group/haproxy acct-user/haproxy" @@ -91,7 +89,6 @@ src_compile() { args+=( $(haproxy_use zlib ZLIB) ) args+=( $(haproxy_use lua LUA) ) args+=( $(haproxy_use 51degrees 51DEGREES) ) - args+=( $(haproxy_use device-atlas DEVICEATLAS) ) args+=( $(haproxy_use wurfl WURFL) ) args+=( $(haproxy_use systemd SYSTEMD) ) args+=( $(haproxy_use prometheus-exporter PROMEX) ) @@ -102,7 +99,7 @@ src_compile() { fi # HAProxy really needs some of those "SPEC_CFLAGS", like -fno-strict-aliasing - emake CFLAGS="${CFLAGS} \$(SPEC_CFLAGS)" LDFLAGS="${LDFLAGS}" CC="$(tc-getCC)" EXTRA_OBJS="${EXTRA_OBJS}" TARGET_LDFLAGS="${TARGET_LDFLAGS}" PCRE_LIB=${ESYSROOT}/usr/$(get_libdir) ${args[@]} + emake CFLAGS="${CFLAGS} \$(SPEC_CFLAGS)" LDFLAGS="${LDFLAGS}" CC="$(tc-getCC)" EXTRA_OBJS="${EXTRA_OBJS}" TARGET_LDFLAGS="${TARGET_LDFLAGS}" PCRE_LIB=${ESYSROOT}/usr/$(get_libdir) ${args[@]} emake -C admin/systemd CFLAGS="${CFLAGS} \$(SPEC_CFLAGS)" LDFLAGS="${LDFLAGS}" CC="$(tc-getCC)" EXTRA_OBJS="${EXTRA_OBJS}" TARGET_LDFLAGS="${TARGET_LDFLAGS}" PCRE_LIB=${ESYSROOT}/usr/$(get_libdir) SBINDIR=/usr/sbin if use tools ; then diff --git a/net-proxy/haproxy/haproxy-2.4.15.ebuild b/net-proxy/haproxy/haproxy-2.4.15-r1.ebuild similarity index 92% rename from net-proxy/haproxy/haproxy-2.4.15.ebuild rename to net-proxy/haproxy/haproxy-2.4.15-r1.ebuild index 518bddb92d94..e50349eab9a2 100644 --- a/net-proxy/haproxy/haproxy-2.4.15.ebuild +++ b/net-proxy/haproxy/haproxy-2.4.15-r1.ebuild @@ -16,19 +16,18 @@ if [[ ${PV} != *9999 ]]; then SRC_URI="http://haproxy.1wt.eu/download/$(ver_cut 1-2)/src/${MY_P}.tar.gz" KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86" else - EGIT_REPO_URI="http://git.haproxy.org/git/haproxy-$(ver_cut 1-2).git/" + EGIT_REPO_URI="https://git.haproxy.org/git/haproxy-$(ver_cut 1-2).git/" EGIT_BRANCH=master fi LICENSE="GPL-2 LGPL-2.1" SLOT="0/$(ver_cut 1-2)" IUSE="+crypt doc examples +slz +net_ns +pcre pcre-jit pcre2 pcre2-jit prometheus-exporter -ssl systemd +threads tools vim-syntax zlib lua device-atlas 51degrees wurfl" +ssl systemd +threads tools vim-syntax zlib lua 51degrees wurfl" REQUIRED_USE="pcre-jit? ( pcre ) pcre2-jit? ( pcre2 ) pcre? ( !pcre2 ) lua? ( ${LUA_REQUIRED_USE} ) - device-atlas? ( pcre ) ?? ( slz zlib )" BDEPEND="virtual/pkgconfig" @@ -47,8 +46,7 @@ DEPEND=" ) systemd? ( sys-apps/systemd ) zlib? ( sys-libs/zlib ) - lua? ( ${LUA_DEPS} ) - device-atlas? ( dev-libs/device-atlas-api-c )" + lua? ( ${LUA_DEPS} )" RDEPEND="${DEPEND} acct-group/haproxy acct-user/haproxy" @@ -91,7 +89,6 @@ src_compile() { args+=( $(haproxy_use zlib ZLIB) ) args+=( $(haproxy_use lua LUA) ) args+=( $(haproxy_use 51degrees 51DEGREES) ) - args+=( $(haproxy_use device-atlas DEVICEATLAS) ) args+=( $(haproxy_use wurfl WURFL) ) args+=( $(haproxy_use systemd SYSTEMD) ) args+=( $(haproxy_use prometheus-exporter PROMEX) ) @@ -102,7 +99,7 @@ src_compile() { fi # HAProxy really needs some of those "SPEC_CFLAGS", like -fno-strict-aliasing - emake CFLAGS="${CFLAGS} \$(SPEC_CFLAGS)" LDFLAGS="${LDFLAGS}" CC="$(tc-getCC)" EXTRA_OBJS="${EXTRA_OBJS}" TARGET_LDFLAGS="${TARGET_LDFLAGS}" PCRE_LIB=${ESYSROOT}/usr/$(get_libdir) ${args[@]} + emake CFLAGS="${CFLAGS} \$(SPEC_CFLAGS)" LDFLAGS="${LDFLAGS}" CC="$(tc-getCC)" EXTRA_OBJS="${EXTRA_OBJS}" TARGET_LDFLAGS="${TARGET_LDFLAGS}" PCRE_LIB=${ESYSROOT}/usr/$(get_libdir) ${args[@]} emake -C admin/systemd CFLAGS="${CFLAGS} \$(SPEC_CFLAGS)" LDFLAGS="${LDFLAGS}" CC="$(tc-getCC)" EXTRA_OBJS="${EXTRA_OBJS}" TARGET_LDFLAGS="${TARGET_LDFLAGS}" PCRE_LIB=${ESYSROOT}/usr/$(get_libdir) SBINDIR=/usr/sbin if use tools ; then @@ -125,7 +122,7 @@ src_install() { dosym ../sbin/haproxy /usr/bin/haproxy newconfd "${FILESDIR}/${PN}.confd" ${PN} - newinitd "${FILESDIR}/${PN}.initd-r6" ${PN} + newinitd "${FILESDIR}/${PN}.initd-r7" ${PN} doman doc/haproxy.1 diff --git a/net-proxy/haproxy/haproxy-2.4.4.ebuild b/net-proxy/haproxy/haproxy-2.4.4.ebuild index edc38bcd2865..08d54556db63 100644 --- a/net-proxy/haproxy/haproxy-2.4.4.ebuild +++ b/net-proxy/haproxy/haproxy-2.4.4.ebuild @@ -16,19 +16,18 @@ if [[ ${PV} != *9999 ]]; then SRC_URI="http://haproxy.1wt.eu/download/$(ver_cut 1-2)/src/${MY_P}.tar.gz" KEYWORDS="amd64 arm ~arm64 ppc x86" else - EGIT_REPO_URI="http://git.haproxy.org/git/haproxy-$(ver_cut 1-2).git/" + EGIT_REPO_URI="https://git.haproxy.org/git/haproxy-$(ver_cut 1-2).git/" EGIT_BRANCH=master fi LICENSE="GPL-2 LGPL-2.1" SLOT="0/$(ver_cut 1-2)" IUSE="+crypt doc examples +slz +net_ns +pcre pcre-jit pcre2 pcre2-jit prometheus-exporter -ssl systemd +threads tools vim-syntax zlib lua device-atlas 51degrees wurfl" +ssl systemd +threads tools vim-syntax zlib lua 51degrees wurfl" REQUIRED_USE="pcre-jit? ( pcre ) pcre2-jit? ( pcre2 ) pcre? ( !pcre2 ) lua? ( ${LUA_REQUIRED_USE} ) - device-atlas? ( pcre ) ?? ( slz zlib )" BDEPEND="virtual/pkgconfig" @@ -47,8 +46,7 @@ DEPEND=" ) systemd? ( sys-apps/systemd ) zlib? ( sys-libs/zlib ) - lua? ( ${LUA_DEPS} ) - device-atlas? ( dev-libs/device-atlas-api-c )" + lua? ( ${LUA_DEPS} )" RDEPEND="${DEPEND} acct-group/haproxy acct-user/haproxy" @@ -91,7 +89,6 @@ src_compile() { args+=( $(haproxy_use zlib ZLIB) ) args+=( $(haproxy_use lua LUA) ) args+=( $(haproxy_use 51degrees 51DEGREES) ) - args+=( $(haproxy_use device-atlas DEVICEATLAS) ) args+=( $(haproxy_use wurfl WURFL) ) args+=( $(haproxy_use systemd SYSTEMD) ) args+=( $(haproxy_use prometheus-exporter PROMEX) ) @@ -102,7 +99,7 @@ src_compile() { fi # HAProxy really needs some of those "SPEC_CFLAGS", like -fno-strict-aliasing - emake CFLAGS="${CFLAGS} \$(SPEC_CFLAGS)" LDFLAGS="${LDFLAGS}" CC="$(tc-getCC)" EXTRA_OBJS="${EXTRA_OBJS}" TARGET_LDFLAGS="${TARGET_LDFLAGS}" PCRE_LIB=${ESYSROOT}/usr/$(get_libdir) ${args[@]} + emake CFLAGS="${CFLAGS} \$(SPEC_CFLAGS)" LDFLAGS="${LDFLAGS}" CC="$(tc-getCC)" EXTRA_OBJS="${EXTRA_OBJS}" TARGET_LDFLAGS="${TARGET_LDFLAGS}" PCRE_LIB=${ESYSROOT}/usr/$(get_libdir) ${args[@]} emake -C admin/systemd CFLAGS="${CFLAGS} \$(SPEC_CFLAGS)" LDFLAGS="${LDFLAGS}" CC="$(tc-getCC)" EXTRA_OBJS="${EXTRA_OBJS}" TARGET_LDFLAGS="${TARGET_LDFLAGS}" PCRE_LIB=${ESYSROOT}/usr/$(get_libdir) SBINDIR=/usr/sbin if use tools ; then diff --git a/net-proxy/haproxy/haproxy-2.4.9999.ebuild b/net-proxy/haproxy/haproxy-2.4.9999.ebuild index 518bddb92d94..e50349eab9a2 100644 --- a/net-proxy/haproxy/haproxy-2.4.9999.ebuild +++ b/net-proxy/haproxy/haproxy-2.4.9999.ebuild @@ -16,19 +16,18 @@ if [[ ${PV} != *9999 ]]; then SRC_URI="http://haproxy.1wt.eu/download/$(ver_cut 1-2)/src/${MY_P}.tar.gz" KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86" else - EGIT_REPO_URI="http://git.haproxy.org/git/haproxy-$(ver_cut 1-2).git/" + EGIT_REPO_URI="https://git.haproxy.org/git/haproxy-$(ver_cut 1-2).git/" EGIT_BRANCH=master fi LICENSE="GPL-2 LGPL-2.1" SLOT="0/$(ver_cut 1-2)" IUSE="+crypt doc examples +slz +net_ns +pcre pcre-jit pcre2 pcre2-jit prometheus-exporter -ssl systemd +threads tools vim-syntax zlib lua device-atlas 51degrees wurfl" +ssl systemd +threads tools vim-syntax zlib lua 51degrees wurfl" REQUIRED_USE="pcre-jit? ( pcre ) pcre2-jit? ( pcre2 ) pcre? ( !pcre2 ) lua? ( ${LUA_REQUIRED_USE} ) - device-atlas? ( pcre ) ?? ( slz zlib )" BDEPEND="virtual/pkgconfig" @@ -47,8 +46,7 @@ DEPEND=" ) systemd? ( sys-apps/systemd ) zlib? ( sys-libs/zlib ) - lua? ( ${LUA_DEPS} ) - device-atlas? ( dev-libs/device-atlas-api-c )" + lua? ( ${LUA_DEPS} )" RDEPEND="${DEPEND} acct-group/haproxy acct-user/haproxy" @@ -91,7 +89,6 @@ src_compile() { args+=( $(haproxy_use zlib ZLIB) ) args+=( $(haproxy_use lua LUA) ) args+=( $(haproxy_use 51degrees 51DEGREES) ) - args+=( $(haproxy_use device-atlas DEVICEATLAS) ) args+=( $(haproxy_use wurfl WURFL) ) args+=( $(haproxy_use systemd SYSTEMD) ) args+=( $(haproxy_use prometheus-exporter PROMEX) ) @@ -102,7 +99,7 @@ src_compile() { fi # HAProxy really needs some of those "SPEC_CFLAGS", like -fno-strict-aliasing - emake CFLAGS="${CFLAGS} \$(SPEC_CFLAGS)" LDFLAGS="${LDFLAGS}" CC="$(tc-getCC)" EXTRA_OBJS="${EXTRA_OBJS}" TARGET_LDFLAGS="${TARGET_LDFLAGS}" PCRE_LIB=${ESYSROOT}/usr/$(get_libdir) ${args[@]} + emake CFLAGS="${CFLAGS} \$(SPEC_CFLAGS)" LDFLAGS="${LDFLAGS}" CC="$(tc-getCC)" EXTRA_OBJS="${EXTRA_OBJS}" TARGET_LDFLAGS="${TARGET_LDFLAGS}" PCRE_LIB=${ESYSROOT}/usr/$(get_libdir) ${args[@]} emake -C admin/systemd CFLAGS="${CFLAGS} \$(SPEC_CFLAGS)" LDFLAGS="${LDFLAGS}" CC="$(tc-getCC)" EXTRA_OBJS="${EXTRA_OBJS}" TARGET_LDFLAGS="${TARGET_LDFLAGS}" PCRE_LIB=${ESYSROOT}/usr/$(get_libdir) SBINDIR=/usr/sbin if use tools ; then @@ -125,7 +122,7 @@ src_install() { dosym ../sbin/haproxy /usr/bin/haproxy newconfd "${FILESDIR}/${PN}.confd" ${PN} - newinitd "${FILESDIR}/${PN}.initd-r6" ${PN} + newinitd "${FILESDIR}/${PN}.initd-r7" ${PN} doman doc/haproxy.1 diff --git a/net-proxy/haproxy/haproxy-2.5.4.ebuild b/net-proxy/haproxy/haproxy-2.5.4.ebuild index aa233e7e1450..931074ca6e03 100644 --- a/net-proxy/haproxy/haproxy-2.5.4.ebuild +++ b/net-proxy/haproxy/haproxy-2.5.4.ebuild @@ -16,19 +16,18 @@ if [[ ${PV} != *9999 ]]; then SRC_URI="http://haproxy.1wt.eu/download/$(ver_cut 1-2)/src/${MY_P}.tar.gz" KEYWORDS="amd64 ~arm ~arm64 ~ppc x86" else - EGIT_REPO_URI="http://git.haproxy.org/git/haproxy-$(ver_cut 1-2).git/" + EGIT_REPO_URI="https://git.haproxy.org/git/haproxy-$(ver_cut 1-2).git/" EGIT_BRANCH=master fi LICENSE="GPL-2 LGPL-2.1" SLOT="0/$(ver_cut 1-2)" IUSE="+crypt doc examples +slz +net_ns +pcre pcre-jit pcre2 pcre2-jit prometheus-exporter -ssl systemd +threads tools vim-syntax zlib lua device-atlas 51degrees wurfl" +ssl systemd +threads tools vim-syntax zlib lua 51degrees wurfl" REQUIRED_USE="pcre-jit? ( pcre ) pcre2-jit? ( pcre2 ) pcre? ( !pcre2 ) lua? ( ${LUA_REQUIRED_USE} ) - device-atlas? ( pcre ) ?? ( slz zlib )" BDEPEND="virtual/pkgconfig" @@ -47,8 +46,7 @@ DEPEND=" ) systemd? ( sys-apps/systemd ) zlib? ( sys-libs/zlib ) - lua? ( ${LUA_DEPS} ) - device-atlas? ( dev-libs/device-atlas-api-c )" + lua? ( ${LUA_DEPS} )" RDEPEND="${DEPEND} acct-group/haproxy acct-user/haproxy" @@ -91,7 +89,6 @@ src_compile() { args+=( $(haproxy_use zlib ZLIB) ) args+=( $(haproxy_use lua LUA) ) args+=( $(haproxy_use 51degrees 51DEGREES) ) - args+=( $(haproxy_use device-atlas DEVICEATLAS) ) args+=( $(haproxy_use wurfl WURFL) ) args+=( $(haproxy_use systemd SYSTEMD) ) args+=( $(haproxy_use prometheus-exporter PROMEX) ) @@ -102,7 +99,7 @@ src_compile() { fi # HAProxy really needs some of those "SPEC_CFLAGS", like -fno-strict-aliasing - emake CFLAGS="${CFLAGS} \$(SPEC_CFLAGS)" LDFLAGS="${LDFLAGS}" CC="$(tc-getCC)" EXTRA_OBJS="${EXTRA_OBJS}" TARGET_LDFLAGS="${TARGET_LDFLAGS}" PCRE_LIB=${ESYSROOT}/usr/$(get_libdir) ${args[@]} + emake CFLAGS="${CFLAGS} \$(SPEC_CFLAGS)" LDFLAGS="${LDFLAGS}" CC="$(tc-getCC)" EXTRA_OBJS="${EXTRA_OBJS}" TARGET_LDFLAGS="${TARGET_LDFLAGS}" PCRE_LIB=${ESYSROOT}/usr/$(get_libdir) ${args[@]} emake -C admin/systemd CFLAGS="${CFLAGS} \$(SPEC_CFLAGS)" LDFLAGS="${LDFLAGS}" CC="$(tc-getCC)" EXTRA_OBJS="${EXTRA_OBJS}" TARGET_LDFLAGS="${TARGET_LDFLAGS}" PCRE_LIB=${ESYSROOT}/usr/$(get_libdir) SBINDIR=/usr/sbin if use tools ; then diff --git a/net-proxy/haproxy/haproxy-2.5.5.ebuild b/net-proxy/haproxy/haproxy-2.5.5-r1.ebuild similarity index 92% rename from net-proxy/haproxy/haproxy-2.5.5.ebuild rename to net-proxy/haproxy/haproxy-2.5.5-r1.ebuild index 518bddb92d94..e50349eab9a2 100644 --- a/net-proxy/haproxy/haproxy-2.5.5.ebuild +++ b/net-proxy/haproxy/haproxy-2.5.5-r1.ebuild @@ -16,19 +16,18 @@ if [[ ${PV} != *9999 ]]; then SRC_URI="http://haproxy.1wt.eu/download/$(ver_cut 1-2)/src/${MY_P}.tar.gz" KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86" else - EGIT_REPO_URI="http://git.haproxy.org/git/haproxy-$(ver_cut 1-2).git/" + EGIT_REPO_URI="https://git.haproxy.org/git/haproxy-$(ver_cut 1-2).git/" EGIT_BRANCH=master fi LICENSE="GPL-2 LGPL-2.1" SLOT="0/$(ver_cut 1-2)" IUSE="+crypt doc examples +slz +net_ns +pcre pcre-jit pcre2 pcre2-jit prometheus-exporter -ssl systemd +threads tools vim-syntax zlib lua device-atlas 51degrees wurfl" +ssl systemd +threads tools vim-syntax zlib lua 51degrees wurfl" REQUIRED_USE="pcre-jit? ( pcre ) pcre2-jit? ( pcre2 ) pcre? ( !pcre2 ) lua? ( ${LUA_REQUIRED_USE} ) - device-atlas? ( pcre ) ?? ( slz zlib )" BDEPEND="virtual/pkgconfig" @@ -47,8 +46,7 @@ DEPEND=" ) systemd? ( sys-apps/systemd ) zlib? ( sys-libs/zlib ) - lua? ( ${LUA_DEPS} ) - device-atlas? ( dev-libs/device-atlas-api-c )" + lua? ( ${LUA_DEPS} )" RDEPEND="${DEPEND} acct-group/haproxy acct-user/haproxy" @@ -91,7 +89,6 @@ src_compile() { args+=( $(haproxy_use zlib ZLIB) ) args+=( $(haproxy_use lua LUA) ) args+=( $(haproxy_use 51degrees 51DEGREES) ) - args+=( $(haproxy_use device-atlas DEVICEATLAS) ) args+=( $(haproxy_use wurfl WURFL) ) args+=( $(haproxy_use systemd SYSTEMD) ) args+=( $(haproxy_use prometheus-exporter PROMEX) ) @@ -102,7 +99,7 @@ src_compile() { fi # HAProxy really needs some of those "SPEC_CFLAGS", like -fno-strict-aliasing - emake CFLAGS="${CFLAGS} \$(SPEC_CFLAGS)" LDFLAGS="${LDFLAGS}" CC="$(tc-getCC)" EXTRA_OBJS="${EXTRA_OBJS}" TARGET_LDFLAGS="${TARGET_LDFLAGS}" PCRE_LIB=${ESYSROOT}/usr/$(get_libdir) ${args[@]} + emake CFLAGS="${CFLAGS} \$(SPEC_CFLAGS)" LDFLAGS="${LDFLAGS}" CC="$(tc-getCC)" EXTRA_OBJS="${EXTRA_OBJS}" TARGET_LDFLAGS="${TARGET_LDFLAGS}" PCRE_LIB=${ESYSROOT}/usr/$(get_libdir) ${args[@]} emake -C admin/systemd CFLAGS="${CFLAGS} \$(SPEC_CFLAGS)" LDFLAGS="${LDFLAGS}" CC="$(tc-getCC)" EXTRA_OBJS="${EXTRA_OBJS}" TARGET_LDFLAGS="${TARGET_LDFLAGS}" PCRE_LIB=${ESYSROOT}/usr/$(get_libdir) SBINDIR=/usr/sbin if use tools ; then @@ -125,7 +122,7 @@ src_install() { dosym ../sbin/haproxy /usr/bin/haproxy newconfd "${FILESDIR}/${PN}.confd" ${PN} - newinitd "${FILESDIR}/${PN}.initd-r6" ${PN} + newinitd "${FILESDIR}/${PN}.initd-r7" ${PN} doman doc/haproxy.1 diff --git a/net-proxy/haproxy/haproxy-2.5.9999.ebuild b/net-proxy/haproxy/haproxy-2.5.9999.ebuild index 518bddb92d94..e50349eab9a2 100644 --- a/net-proxy/haproxy/haproxy-2.5.9999.ebuild +++ b/net-proxy/haproxy/haproxy-2.5.9999.ebuild @@ -16,19 +16,18 @@ if [[ ${PV} != *9999 ]]; then SRC_URI="http://haproxy.1wt.eu/download/$(ver_cut 1-2)/src/${MY_P}.tar.gz" KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86" else - EGIT_REPO_URI="http://git.haproxy.org/git/haproxy-$(ver_cut 1-2).git/" + EGIT_REPO_URI="https://git.haproxy.org/git/haproxy-$(ver_cut 1-2).git/" EGIT_BRANCH=master fi LICENSE="GPL-2 LGPL-2.1" SLOT="0/$(ver_cut 1-2)" IUSE="+crypt doc examples +slz +net_ns +pcre pcre-jit pcre2 pcre2-jit prometheus-exporter -ssl systemd +threads tools vim-syntax zlib lua device-atlas 51degrees wurfl" +ssl systemd +threads tools vim-syntax zlib lua 51degrees wurfl" REQUIRED_USE="pcre-jit? ( pcre ) pcre2-jit? ( pcre2 ) pcre? ( !pcre2 ) lua? ( ${LUA_REQUIRED_USE} ) - device-atlas? ( pcre ) ?? ( slz zlib )" BDEPEND="virtual/pkgconfig" @@ -47,8 +46,7 @@ DEPEND=" ) systemd? ( sys-apps/systemd ) zlib? ( sys-libs/zlib ) - lua? ( ${LUA_DEPS} ) - device-atlas? ( dev-libs/device-atlas-api-c )" + lua? ( ${LUA_DEPS} )" RDEPEND="${DEPEND} acct-group/haproxy acct-user/haproxy" @@ -91,7 +89,6 @@ src_compile() { args+=( $(haproxy_use zlib ZLIB) ) args+=( $(haproxy_use lua LUA) ) args+=( $(haproxy_use 51degrees 51DEGREES) ) - args+=( $(haproxy_use device-atlas DEVICEATLAS) ) args+=( $(haproxy_use wurfl WURFL) ) args+=( $(haproxy_use systemd SYSTEMD) ) args+=( $(haproxy_use prometheus-exporter PROMEX) ) @@ -102,7 +99,7 @@ src_compile() { fi # HAProxy really needs some of those "SPEC_CFLAGS", like -fno-strict-aliasing - emake CFLAGS="${CFLAGS} \$(SPEC_CFLAGS)" LDFLAGS="${LDFLAGS}" CC="$(tc-getCC)" EXTRA_OBJS="${EXTRA_OBJS}" TARGET_LDFLAGS="${TARGET_LDFLAGS}" PCRE_LIB=${ESYSROOT}/usr/$(get_libdir) ${args[@]} + emake CFLAGS="${CFLAGS} \$(SPEC_CFLAGS)" LDFLAGS="${LDFLAGS}" CC="$(tc-getCC)" EXTRA_OBJS="${EXTRA_OBJS}" TARGET_LDFLAGS="${TARGET_LDFLAGS}" PCRE_LIB=${ESYSROOT}/usr/$(get_libdir) ${args[@]} emake -C admin/systemd CFLAGS="${CFLAGS} \$(SPEC_CFLAGS)" LDFLAGS="${LDFLAGS}" CC="$(tc-getCC)" EXTRA_OBJS="${EXTRA_OBJS}" TARGET_LDFLAGS="${TARGET_LDFLAGS}" PCRE_LIB=${ESYSROOT}/usr/$(get_libdir) SBINDIR=/usr/sbin if use tools ; then @@ -125,7 +122,7 @@ src_install() { dosym ../sbin/haproxy /usr/bin/haproxy newconfd "${FILESDIR}/${PN}.confd" ${PN} - newinitd "${FILESDIR}/${PN}.initd-r6" ${PN} + newinitd "${FILESDIR}/${PN}.initd-r7" ${PN} doman doc/haproxy.1 diff --git a/net-proxy/haproxy/haproxy-9999.ebuild b/net-proxy/haproxy/haproxy-9999.ebuild new file mode 100644 index 000000000000..4b1f8887b4de --- /dev/null +++ b/net-proxy/haproxy/haproxy-9999.ebuild @@ -0,0 +1,179 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI="7" + +LUA_COMPAT=( lua5-3 ) + +[[ ${PV} == *9999 ]] && SCM="git-r3" +inherit toolchain-funcs flag-o-matic lua-single systemd linux-info ${SCM} + +MY_P="${PN}-${PV/_beta/-dev}" + +DESCRIPTION="A TCP/HTTP reverse proxy for high availability environments" +HOMEPAGE="http://www.haproxy.org" +if [[ ${PV} != *9999 ]]; then + SRC_URI="http://haproxy.1wt.eu/download/$(ver_cut 1-2)/src/${MY_P}.tar.gz" + KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86" +else + EGIT_REPO_URI="https://git.haproxy.org/git/haproxy.git/" + EGIT_BRANCH=master +fi + +LICENSE="GPL-2 LGPL-2.1" +SLOT="0/${PV}" +IUSE="+crypt doc examples +slz +net_ns +pcre pcre-jit pcre2 pcre2-jit prometheus-exporter +ssl systemd +threads tools vim-syntax zlib lua 51degrees wurfl" +REQUIRED_USE="pcre-jit? ( pcre ) + pcre2-jit? ( pcre2 ) + pcre? ( !pcre2 ) + lua? ( ${LUA_REQUIRED_USE} ) + ?? ( slz zlib )" + +BDEPEND="virtual/pkgconfig" +DEPEND=" + crypt? ( virtual/libcrypt:= ) + pcre? ( + dev-libs/libpcre + pcre-jit? ( dev-libs/libpcre[jit] ) + ) + pcre2? ( + dev-libs/libpcre2:= + pcre2-jit? ( dev-libs/libpcre2:=[jit] ) + ) + ssl? ( + dev-libs/openssl:0= + ) + systemd? ( sys-apps/systemd ) + zlib? ( sys-libs/zlib ) + lua? ( ${LUA_DEPS} )" +RDEPEND="${DEPEND} + acct-group/haproxy + acct-user/haproxy" + +S="${WORKDIR}/${MY_P}" + +DOCS=( CHANGELOG CONTRIBUTING MAINTAINERS README ) +EXTRAS=( admin/halog admin/iprange dev/tcploop dev/hpack ) + +haproxy_use() { + (( $# != 2 )) && die "${FUNCNAME} " + + usex "${1}" "USE_${2}=1" "USE_${2}=" +} + +pkg_setup() { + use lua && lua-single_pkg_setup + if use net_ns; then + CONFIG_CHECK="~NET_NS" + linux-info_pkg_setup + fi +} + +src_compile() { + local -a args=( + V=1 + TARGET=linux-glibc + ) + + # TODO: PCRE2_WIDTH? + args+=( $(haproxy_use threads THREAD) ) + args+=( $(haproxy_use crypt LIBCRYPT) ) + args+=( $(haproxy_use net_ns NS) ) + args+=( $(haproxy_use pcre PCRE) ) + args+=( $(haproxy_use pcre-jit PCRE_JIT) ) + args+=( $(haproxy_use pcre2 PCRE2) ) + args+=( $(haproxy_use pcre2-jit PCRE2_JIT) ) + args+=( $(haproxy_use ssl OPENSSL) ) + args+=( $(haproxy_use slz SLZ) ) + args+=( $(haproxy_use zlib ZLIB) ) + args+=( $(haproxy_use lua LUA) ) + args+=( $(haproxy_use 51degrees 51DEGREES) ) + args+=( $(haproxy_use wurfl WURFL) ) + args+=( $(haproxy_use systemd SYSTEMD) ) + args+=( $(haproxy_use prometheus-exporter PROMEX) ) + + # Bug #668002 + if use ppc || use arm || use hppa; then + TARGET_LDFLAGS=-latomic + fi + + # HAProxy really needs some of those "SPEC_CFLAGS", like -fno-strict-aliasing + emake CFLAGS="${CFLAGS} \$(SPEC_CFLAGS)" LDFLAGS="${LDFLAGS}" CC="$(tc-getCC)" EXTRA_OBJS="${EXTRA_OBJS}" TARGET_LDFLAGS="${TARGET_LDFLAGS}" PCRE_LIB=${ESYSROOT}/usr/$(get_libdir) ${args[@]} + emake -C admin/systemd CFLAGS="${CFLAGS} \$(SPEC_CFLAGS)" LDFLAGS="${LDFLAGS}" CC="$(tc-getCC)" EXTRA_OBJS="${EXTRA_OBJS}" TARGET_LDFLAGS="${TARGET_LDFLAGS}" PCRE_LIB=${ESYSROOT}/usr/$(get_libdir) SBINDIR=/usr/sbin + + if use tools ; then + for extra in ${EXTRAS[@]} ; do + if [ "${extra}" = "admin/halog" ]; then + emake CFLAGS="${CFLAGS} \$(SPEC_CFLAGS)" LDFLAGS="${LDFLAGS}" CC="$(tc-getCC)" EXTRA_OBJS="${EXTRA_OBJS}" TARGET_LDFLAGS="${TARGET_LDFLAGS}" PCRE_LIB=${ESYSROOT}/usr/$(get_libdir) ${args[@]} admin/halog/halog + elif [ "${extra}" = "dev/hpack" ]; then + emake CFLAGS="${CFLAGS} \$(SPEC_CFLAGS)" LDFLAGS="${LDFLAGS}" CC="$(tc-getCC)" EXTRA_OBJS="${EXTRA_OBJS}" TARGET_LDFLAGS="${TARGET_LDFLAGS}" PCRE_LIB=${ESYSROOT}/usr/$(get_libdir) ${args[@]} dev/hpack/{decode,gen-enc,gen-rht} + else + # Those two includes are a workaround for hpack Makefile missing those + emake -C ${extra} \ + CFLAGS="${CFLAGS} -I../../include/ -I../../ebtree/" OPTIMIZE="${CFLAGS}" LDFLAGS="${LDFLAGS}" CC="$(tc-getCC)" ${args[@]} + fi + done + fi +} + +src_install() { + dosbin haproxy + dosym ../sbin/haproxy /usr/bin/haproxy + + newconfd "${FILESDIR}/${PN}.confd" ${PN} + newinitd "${FILESDIR}/${PN}.initd-r7" ${PN} + + doman doc/haproxy.1 + + systemd_dounit admin/systemd/haproxy.service + + einstalldocs + + # The errorfiles are used by upstream defaults. + insinto /etc/haproxy/errors/ + doins examples/errorfiles/* + + if use doc; then + dodoc ROADMAP doc/*.txt + #if use lua; then + # TODO: doc/lua-api/ + #fi + fi + + if use tools ; then + has admin/halog "${EXTRAS[@]}" && dobin admin/halog/halog + has admin/iprange "${EXTRAS[@]}" && { newbin admin/iprange/iprange haproxy_iprange; newbin admin/iprange/ip6range haproxy_ip6range; } + has dev/tcploop "${EXTRAS[@]}" && newbin dev/tcploop/tcploop haproxy_tcploop + has dev/hpack "${EXTRAS[@]}" && { + newbin dev/hpack/gen-rht haproxy_gen-rht + newbin dev/hpack/gen-enc haproxy_gen-enc + newbin dev/hpack/decode haproxy_decode + } + fi + + if use examples ; then + docinto examples + dodoc examples/*.cfg + dodoc doc/seamless_reload.txt + fi + + if use vim-syntax ; then + insinto /usr/share/vim/vimfiles/syntax + doins admin/syntax-highlight/haproxy.vim + fi +} + +pkg_postinst() { + if [[ ! -f "${EROOT}/etc/haproxy/haproxy.cfg" ]] ; then + ewarn "You need to create /etc/haproxy/haproxy.cfg before you start the haproxy service." + ewarn "It's best practice to not run haproxy as root, user and group haproxy was therefore created." + ewarn "Make use of them with the \"user\" and \"group\" directives." + + if [[ -d "${EROOT}/usr/share/doc/${PF}" ]]; then + einfo "Please consult the installed documentation for learning the configuration file's syntax." + einfo "The documentation and sample configuration files are installed here:" + einfo " ${EROOT}/usr/share/doc/${PF}" + fi + fi +} diff --git a/net-proxy/haproxy/metadata.xml b/net-proxy/haproxy/metadata.xml index 8af84e6006a6..8cd6d3d7e5f2 100644 --- a/net-proxy/haproxy/metadata.xml +++ b/net-proxy/haproxy/metadata.xml @@ -26,7 +26,6 @@ Also build the prometheus exporter Use dev-libs/libslz compression library Install additional tools (halog, iprange) - Use dev-libs/device-atlas-api-c library Device Detection using 51 Degrees Device Detection using WURFL diff --git a/profiles/Manifest.gz b/profiles/Manifest.gz index a56ac2296ef1..da2236cb5e08 100644 Binary files a/profiles/Manifest.gz and b/profiles/Manifest.gz differ diff --git a/profiles/package.mask b/profiles/package.mask index d019ce6fd454..22b061e6be36 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -33,6 +33,11 @@ #--- END OF EXAMPLES --- +# David Seifert (2022-04-06) +# Unsupported branches, no consumers left, removal on 2023-01-01. +sys-devel/automake:1.13 +sys-devel/automake:1.15 + # Andreas Sturmlechner (2022-04-05) # First version with py3 buildsystem support. # May be succeeded quickly by another snapshot. diff --git a/profiles/use.local.desc b/profiles/use.local.desc index eda05dbfc74f..c51121ebbe6b 100644 --- a/profiles/use.local.desc +++ b/profiles/use.local.desc @@ -6849,7 +6849,6 @@ net-print/hplip:static-ppds - Use statically-generated PPDs instead of Dynamic P net-print/hplip-plugin:orblite - Install the ORBlite scanner plugin net-print/kyocera-1x2x-mfp-driver:rastertokpsl-fix - Use custom wrapper script to sanitize arguments before passing to 'rastertokpsl' filter program net-proxy/haproxy:51degrees - Device Detection using 51 Degrees -net-proxy/haproxy:device-atlas - Use dev-libs/device-atlas-api-c library net-proxy/haproxy:net_ns - Enable network namespace support (CONFIG_NET_NS) net-proxy/haproxy:pcre-jit - Use JIT support for PCRE net-proxy/haproxy:pcre2 - Enable PCRE2 RegEx support diff --git a/sci-geosciences/Manifest.gz b/sci-geosciences/Manifest.gz index 513238380570..04e775640c3f 100644 Binary files a/sci-geosciences/Manifest.gz and b/sci-geosciences/Manifest.gz differ diff --git a/sci-geosciences/gpxlab/gpxlab-0.7.0.ebuild b/sci-geosciences/gpxlab/gpxlab-0.7.0.ebuild index c93b27d0c00c..46bc19a557dc 100644 --- a/sci-geosciences/gpxlab/gpxlab-0.7.0.ebuild +++ b/sci-geosciences/gpxlab/gpxlab-0.7.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -41,7 +41,7 @@ src_prepare() { } src_compile() { - lrelease ${MY_PN}.pro + $(qt5_get_bindir)/lrelease ${MY_PN}.pro || die "lrelease failed" eqmake5 ${MY_PN}.pro emake } diff --git a/sci-geosciences/gpxsee/Manifest b/sci-geosciences/gpxsee/Manifest index cd60e3deffc5..b6e485b2e6f6 100644 --- a/sci-geosciences/gpxsee/Manifest +++ b/sci-geosciences/gpxsee/Manifest @@ -1,2 +1,2 @@ -DIST gpxsee-10.4.tar.gz 5112577 BLAKE2B f5abace946a0eb16cff1f9aab27a731d2a9f3b0123da6e505a4f620a1e8f5ba060fba718676466f9b4f4103963dfce4fadc50c90a29048f37f4848f0f01835df SHA512 f3ac6fca6602da90edea50adafd907f9b631ce45c4ddaa438cd57ed5ca63cc3f6882792bb5789ca669f7e7e0adbebcddc24d140de6b8c32097c265ce63067a4f +DIST gpxsee-10.5.tar.gz 5123489 BLAKE2B 9e7155adc340d3e8af708563cf2aba2e03a47c4180a144d79521913339020f20be416bd14d95b33041653135167d8123899f6008474beef8e1665924eaa0c339 SHA512 ee24a1555fc18f2aa21307e4fe255312d5e166b107bf0a9e10104cb977cb5d59888e7ec99aad83adf5fc36e7a9eb04a039450d96b4248ad52c08fce0dd76c035 DIST gpxsee-9.12.tar.gz 4977257 BLAKE2B 30060478cef417f8d9fe87878ecc1338336e48906eaa3eb7735d086b47fa8a7cc2154e8719e0f92109d4e4f881d90f6ebe1f6088a9684fdde42672c4eef9d664 SHA512 47c414f5a6fd61b93119820b24f49a73575a260c986e3403776322f15ff514de82a23444369ef4803fa82c512f9af49f5acc28e719633173c7961f2d34b7cd4b diff --git a/sci-geosciences/gpxsee/gpxsee-10.4.ebuild b/sci-geosciences/gpxsee/gpxsee-10.5.ebuild similarity index 94% rename from sci-geosciences/gpxsee/gpxsee-10.4.ebuild rename to sci-geosciences/gpxsee/gpxsee-10.5.ebuild index 3fa77cf3df47..f37db04afe41 100644 --- a/sci-geosciences/gpxsee/gpxsee-10.4.ebuild +++ b/sci-geosciences/gpxsee/gpxsee-10.5.ebuild @@ -44,7 +44,7 @@ src_prepare() { } src_compile() { - lrelease gpxsee.pro + $(qt5_get_bindir)/lrelease gpxsee.pro || die "lrelease failed" eqmake5 gpxsee.pro emake } diff --git a/sci-libs/Manifest.gz b/sci-libs/Manifest.gz index abd306e4d249..4a001bec7af1 100644 Binary files a/sci-libs/Manifest.gz and b/sci-libs/Manifest.gz differ diff --git a/sci-libs/vtk/vtk-9.0.3-r4.ebuild b/sci-libs/vtk/vtk-9.0.3-r4.ebuild index 0e926465c515..0848a5f8b4e5 100644 --- a/sci-libs/vtk/vtk-9.0.3-r4.ebuild +++ b/sci-libs/vtk/vtk-9.0.3-r4.ebuild @@ -7,7 +7,7 @@ EAPI=7 # - add USE flag for remote modules? Those modules can be downloaded # properly before building. -PYTHON_COMPAT=( python3_{8,9} ) +PYTHON_COMPAT=( python3_{8..10} ) WEBAPP_OPTIONAL=yes WEBAPP_MANUAL_SLOT=yes diff --git a/sys-devel/Manifest.gz b/sys-devel/Manifest.gz index af15c50af62a..0679373f9a49 100644 Binary files a/sys-devel/Manifest.gz and b/sys-devel/Manifest.gz differ diff --git a/sys-devel/clang/clang-14.0.0.9999.ebuild b/sys-devel/clang/clang-14.0.0.9999.ebuild index a30ff8ddf23e..4cb70129b171 100644 --- a/sys-devel/clang/clang-14.0.0.9999.ebuild +++ b/sys-devel/clang/clang-14.0.0.9999.ebuild @@ -105,10 +105,6 @@ check_distribution_components() { clang-libraries|distribution) continue ;; - # headers for clang-tidy static library - clang-tidy-headers) - continue - ;; # tools clang|clangd|clang-*) ;; @@ -194,6 +190,7 @@ get_distribution_components() { clang-query clang-reorder-fields clang-tidy + clang-tidy-headers clangd find-all-symbols modularize @@ -350,6 +347,7 @@ src_install() { # Move runtime headers to /usr/lib/clang, where they belong mv "${ED}"/usr/include/clangrt "${ED}"/usr/lib/clang || die # move (remaining) wrapped headers back + mv "${T}"/clang-tidy "${ED}"/usr/include/ || die mv "${ED}"/usr/include "${ED}"/usr/lib/llvm/${SLOT}/include || die # Apply CHOST and version suffix to clang tools @@ -395,6 +393,11 @@ multilib_src_install() { rm -rf "${ED}"/usr/include || die mv "${ED}"/usr/lib/llvm/${SLOT}/include "${ED}"/usr/include || die mv "${ED}"/usr/lib/llvm/${SLOT}/$(get_libdir)/clang "${ED}"/usr/include/clangrt || die + if multilib_is_native_abi; then + # don't wrap clang-tidy headers, the list is too long + # (they're fine for non-native ABI but enabling the targets is problematic) + mv "${ED}"/usr/include/clang-tidy "${T}/" || die + fi } multilib_src_install_all() { diff --git a/sys-devel/clang/clang-15.0.0.9999.ebuild b/sys-devel/clang/clang-15.0.0.9999.ebuild index a30ff8ddf23e..4cb70129b171 100644 --- a/sys-devel/clang/clang-15.0.0.9999.ebuild +++ b/sys-devel/clang/clang-15.0.0.9999.ebuild @@ -105,10 +105,6 @@ check_distribution_components() { clang-libraries|distribution) continue ;; - # headers for clang-tidy static library - clang-tidy-headers) - continue - ;; # tools clang|clangd|clang-*) ;; @@ -194,6 +190,7 @@ get_distribution_components() { clang-query clang-reorder-fields clang-tidy + clang-tidy-headers clangd find-all-symbols modularize @@ -350,6 +347,7 @@ src_install() { # Move runtime headers to /usr/lib/clang, where they belong mv "${ED}"/usr/include/clangrt "${ED}"/usr/lib/clang || die # move (remaining) wrapped headers back + mv "${T}"/clang-tidy "${ED}"/usr/include/ || die mv "${ED}"/usr/include "${ED}"/usr/lib/llvm/${SLOT}/include || die # Apply CHOST and version suffix to clang tools @@ -395,6 +393,11 @@ multilib_src_install() { rm -rf "${ED}"/usr/include || die mv "${ED}"/usr/lib/llvm/${SLOT}/include "${ED}"/usr/include || die mv "${ED}"/usr/lib/llvm/${SLOT}/$(get_libdir)/clang "${ED}"/usr/include/clangrt || die + if multilib_is_native_abi; then + # don't wrap clang-tidy headers, the list is too long + # (they're fine for non-native ABI but enabling the targets is problematic) + mv "${ED}"/usr/include/clang-tidy "${T}/" || die + fi } multilib_src_install_all() { diff --git a/virtual/Manifest.gz b/virtual/Manifest.gz index b1c847c951e9..2a323238a4ff 100644 Binary files a/virtual/Manifest.gz and b/virtual/Manifest.gz differ diff --git a/virtual/jpeg/jpeg-100.ebuild b/virtual/jpeg/jpeg-100-r1.ebuild similarity index 68% rename from virtual/jpeg/jpeg-100.ebuild rename to virtual/jpeg/jpeg-100-r1.ebuild index 9f8f55c5ff20..871f682b4bfb 100644 --- a/virtual/jpeg/jpeg-100.ebuild +++ b/virtual/jpeg/jpeg-100-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -10,7 +10,6 @@ SLOT="0" KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="static-libs" -RDEPEND="|| ( - >=media-libs/libjpeg-turbo-1.5.3-r2:0[static-libs?,${MULTILIB_USEDEP}] - >=media-libs/jpeg-9c:0[static-libs?,${MULTILIB_USEDEP}] - )" +RDEPEND=" + >=media-libs/libjpeg-turbo-1.5.3-r2:0[static-libs?,${MULTILIB_USEDEP}] +" diff --git a/www-client/Manifest.gz b/www-client/Manifest.gz index b5e0a5afe172..1eb5519d1c7b 100644 Binary files a/www-client/Manifest.gz and b/www-client/Manifest.gz differ diff --git a/www-client/opera-developer/Manifest b/www-client/opera-developer/Manifest index 23b5f2249fa7..851ddd60338e 100644 --- a/www-client/opera-developer/Manifest +++ b/www-client/opera-developer/Manifest @@ -1,4 +1,4 @@ -DIST opera-developer_86.0.4359.0_amd64.deb 84302996 BLAKE2B b0d847f05a724026e5eed29f995a51db7d379f093a1bd03fa14ffa83d19426ef59e2defeb6a9fe8b660c6d7c1119308079b467151b8389820d12536cc62d8a1b SHA512 6720d1aa7ccf968419fa85c8d307db7bf1d74669a89c42ada8ec1f3157f58a635ae3e903a1dd0cb01f729921dbde646cab7ba103db932a7a085fa08bd5173f83 DIST opera-developer_87.0.4366.0_amd64.deb 84566188 BLAKE2B e725f0cc2b06d72131fc4a5b9a2f090bfeef388669582a12e863e3c1f50ea8a0591c5177cbd9cba3338f7e1d704400f580108b689d86b9a5ecc4a7c168d947d2 SHA512 9f0a3bcf64b3fbe85e81bb9db275799bd18681db288d1ebcb87d1dbe7881a66ae577e005620b6b0c9933cd0427ce6a76ce5da4a5e2799f617d3ef24fe2dfc605 DIST opera-developer_87.0.4374.0_amd64.deb 84474932 BLAKE2B 414eb6032c03e6107f88daceb48ab480422addc7cfb1e14cdb81277778033a91e19f34350071cae7d057344165a30d865839ed0667068b2683808764d77860e4 SHA512 46d159f72e094cb516a1a76667c4c357b8b5e61bfa40eb8355856ba5eb8ff924170ba398e556252e7c8c527a83db0cdaef39db4393f29c9d344e0950bbcce550 +DIST opera-developer_87.0.4382.0_amd64.deb 84943804 BLAKE2B 60c36aed32734956300d7c61acb6a35535a42a4f604fce57ebf5fe9032698eb21e4d8fb615228c1654a15e8c0a379991db08f0213e4f8daf6d2c462b1c191a53 SHA512 126cdd7ad16510a88507d7b7a74351a0e30c6ca306ea28964c5c8c59fb3b3bb8ab0f18eff08298d0a0380163c13c2f98b167d466cc132838cf38504f512cc64a DIST opera-ffmpeg-codecs-100.0.4896.20.tar.xz 1393360 BLAKE2B be608a42042b2713fff66716c171959609e06d94b6c56cd8081e05313915378eff25c7098228ff6727a430c9f02bd4e9c9dcce4e715f09e10ac62d89ccd6ae1c SHA512 7dab4a091ac3562cd9c09cf37bc70edf9000ad1b3d31f27278e2edc68b9f55fd4f821ebc90a761ae5803542195718015c859e107344b31a5f7f9ad6cf028df42 diff --git a/www-client/opera-developer/opera-developer-86.0.4359.0-r1.ebuild b/www-client/opera-developer/opera-developer-87.0.4382.0.ebuild similarity index 100% rename from www-client/opera-developer/opera-developer-86.0.4359.0-r1.ebuild rename to www-client/opera-developer/opera-developer-87.0.4382.0.ebuild diff --git a/www-client/opera/Manifest b/www-client/opera/Manifest index 23eaa4a6a114..66c314b7d189 100644 --- a/www-client/opera/Manifest +++ b/www-client/opera/Manifest @@ -1,2 +1,2 @@ DIST opera-ffmpeg-codecs-99.0.4818.2.tar.xz 1394204 BLAKE2B b18569d0adef52d88f0c39391da330e3df5fae1fa323dcda82d6d432c5e8bc9c24008cbff61eeded6a61255ef0fabf4a1cef554b3acad42c500cbfde89c254dc SHA512 8ab7836c663a540e34a92f7a38571b968bf23fd44af554ee8ba3b7affb991031bf9aba2a848e68e478e7431efccf4410c7398bacee831f1b16be91dd65b151bb -DIST opera-stable_85.0.4341.47_amd64.deb 84419040 BLAKE2B 3fb28023f6b5fa8df72e9ee5bfd12b65ea6d8903186310a5a9aff415bdda1b01241618cbc05990fa2c510928be874639f1526e5d6e0ba496189e0fe07c50e31e SHA512 c3a0471b7cf995daed3530bbb92eebd7b441c7886a461db5d1b7691a1dbf453754bcadddc63dcb23214a9c97b36bb3c8c3f8b1a450d457b2ea8091552559587c +DIST opera-stable_85.0.4341.60_amd64.deb 84345940 BLAKE2B d45f63de694dd313bdbd114895ff8e19374298355c2c5f3648ab3b62cc42da36b46ce110e306cfd8d5b7c6009cc27c0d3a637e6a97f3e3ec428d68ca59370cba SHA512 c847bac2aea48646133ee64fea8ce59612cebc8610ba011f6c9553b275497ecfdacc65a755910a64528ea3812adc10a46fba2da5bedc5c9e5cdb430693193441 diff --git a/www-client/opera/opera-85.0.4341.47.ebuild b/www-client/opera/opera-85.0.4341.60.ebuild similarity index 100% rename from www-client/opera/opera-85.0.4341.47.ebuild rename to www-client/opera/opera-85.0.4341.60.ebuild diff --git a/x11-misc/Manifest.gz b/x11-misc/Manifest.gz index d5eb379718b1..c0c6ff680cf9 100644 Binary files a/x11-misc/Manifest.gz and b/x11-misc/Manifest.gz differ diff --git a/x11-misc/spnavcfg/Manifest b/x11-misc/spnavcfg/Manifest index 37c190bfda17..2f8e6a85d95d 100644 --- a/x11-misc/spnavcfg/Manifest +++ b/x11-misc/spnavcfg/Manifest @@ -1 +1,2 @@ DIST spnavcfg-0.3.1.tar.gz 215460 BLAKE2B f2bd35022399ec085d5c8b08c7514fdac8e974b33e9923a79446fa9552827d5986abf136fdb95ed31d7dbec419eb34ce13039955c6255cff971ffedcd3cc8a02 SHA512 b5e0ef2036eebc971298d95e8a91bd89ade956933919a4a5dc062fd977ff159bba392b0092ac36142fb317a9758c26319b07680b473f9957eda0163146be5408 +DIST spnavcfg-1.0.tar.gz 496695 BLAKE2B 59d79cc1707881ba50e809c73a41cb94dbfd15e5e184114190efa2394fe4b53f25960a828611007a200687a3e9827bc4df30d3d06ca3764b23573a1f51fb2974 SHA512 271d1d66fdfb4aff9faa521c51c776dbccf77320b0783a5dbdcc4a28d4190ef3ba6c3d277d706dafc35e2e6ceed1d244d346d4a91cf8e1f5ba3141c24d065ea8 diff --git a/x11-misc/spnavcfg/spnavcfg-1.0.ebuild b/x11-misc/spnavcfg/spnavcfg-1.0.ebuild new file mode 100644 index 000000000000..f2b2fbed5906 --- /dev/null +++ b/x11-misc/spnavcfg/spnavcfg-1.0.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit toolchain-funcs + +DESCRIPTION="GTK-based GUI to configure a space navigator device" +HOMEPAGE="http://spacenav.sourceforge.net/" +SRC_URI="mirror://sourceforge/project/spacenav/spacenavd%20config%20gui/${PN}%20${PV}/${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +COMMON_DEPEND=">=dev-libs/libspnav-1[X] + dev-qt/qtcore + dev-qt/qtgui + dev-qt/qtwidgets + x11-libs/libX11" +DEPEND="${COMMON_DEPEND} + virtual/pkgconfig" +RDEPEND="${COMMON_DEPEND} + >=app-misc/spacenavd-1[X]" + +src_configure() { + econf --disable-debug --disable-opt +} + +src_compile() { + emake CC="$(tc-getCC)" +}