diff --git a/Manifest.files.gz b/Manifest.files.gz index b6a694b53b82..6df1bcc4cfcb 100644 Binary files a/Manifest.files.gz and b/Manifest.files.gz differ diff --git a/acct-group/Manifest.gz b/acct-group/Manifest.gz new file mode 100644 index 000000000000..61ddb9243d3f Binary files /dev/null and b/acct-group/Manifest.gz differ diff --git a/acct-group/ftp/Manifest b/acct-group/ftp/Manifest new file mode 100644 index 000000000000..e69de29bb2d1 diff --git a/acct-group/ftp/ftp-0.ebuild b/acct-group/ftp/ftp-0.ebuild new file mode 100644 index 000000000000..73978ac12484 --- /dev/null +++ b/acct-group/ftp/ftp-0.ebuild @@ -0,0 +1,9 @@ +# Copyright 2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit acct-group + +DESCRIPTION="File Transfer Protocol server user" +ACCT_GROUP_ID=21 diff --git a/acct-group/ftp/metadata.xml b/acct-group/ftp/metadata.xml new file mode 100644 index 000000000000..7a38bb900964 --- /dev/null +++ b/acct-group/ftp/metadata.xml @@ -0,0 +1,5 @@ + + + + + diff --git a/acct-group/gamestat/Manifest b/acct-group/gamestat/Manifest new file mode 100644 index 000000000000..e69de29bb2d1 diff --git a/acct-group/gamestat/gamestat-0.ebuild b/acct-group/gamestat/gamestat-0.ebuild new file mode 100644 index 000000000000..4c1adef56951 --- /dev/null +++ b/acct-group/gamestat/gamestat-0.ebuild @@ -0,0 +1,9 @@ +# Copyright 2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit acct-group + +DESCRIPTION="Group for shared high-score and game state files" +ACCT_GROUP_ID=36 diff --git a/acct-group/gamestat/metadata.xml b/acct-group/gamestat/metadata.xml new file mode 100644 index 000000000000..1caeb780975a --- /dev/null +++ b/acct-group/gamestat/metadata.xml @@ -0,0 +1,11 @@ + + + + + ulm@gentoo.org + + + games@gentoo.org + Gentoo Games Project + + diff --git a/acct-group/mail/Manifest b/acct-group/mail/Manifest new file mode 100644 index 000000000000..e69de29bb2d1 diff --git a/acct-group/mail/mail-0.ebuild b/acct-group/mail/mail-0.ebuild new file mode 100644 index 000000000000..3e6491a31e24 --- /dev/null +++ b/acct-group/mail/mail-0.ebuild @@ -0,0 +1,9 @@ +# Copyright 2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit acct-group + +DESCRIPTION="Mail program group" +ACCT_GROUP_ID=12 diff --git a/acct-group/mail/metadata.xml b/acct-group/mail/metadata.xml new file mode 100644 index 000000000000..e6f3bf582ab7 --- /dev/null +++ b/acct-group/mail/metadata.xml @@ -0,0 +1,8 @@ + + + + + eras@gentoo.org + Eray Aslan + + diff --git a/acct-group/metadata.xml b/acct-group/metadata.xml new file mode 100644 index 000000000000..5834b0513b70 --- /dev/null +++ b/acct-group/metadata.xml @@ -0,0 +1,7 @@ + + + + + The acct-group category contains packages for system groups. + + diff --git a/acct-user/Manifest.gz b/acct-user/Manifest.gz new file mode 100644 index 000000000000..8eb4114778a7 Binary files /dev/null and b/acct-user/Manifest.gz differ diff --git a/acct-user/ftp/Manifest b/acct-user/ftp/Manifest new file mode 100644 index 000000000000..e69de29bb2d1 diff --git a/acct-user/ftp/ftp-0.ebuild b/acct-user/ftp/ftp-0.ebuild new file mode 100644 index 000000000000..e33e289397a2 --- /dev/null +++ b/acct-user/ftp/ftp-0.ebuild @@ -0,0 +1,14 @@ +# Copyright 2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit acct-user + +DESCRIPTION="File Transfer Protocol server user" +ACCT_USER_ID=21 +ACCT_USER_HOME=/home/ftp +ACCT_USER_HOME_OWNER=root:ftp +ACCT_USER_GROUPS=( ftp ) + +acct-user_add_deps diff --git a/acct-user/ftp/metadata.xml b/acct-user/ftp/metadata.xml new file mode 100644 index 000000000000..7a38bb900964 --- /dev/null +++ b/acct-user/ftp/metadata.xml @@ -0,0 +1,5 @@ + + + + + diff --git a/acct-user/mail/Manifest b/acct-user/mail/Manifest new file mode 100644 index 000000000000..e69de29bb2d1 diff --git a/acct-user/mail/mail-0.ebuild b/acct-user/mail/mail-0.ebuild new file mode 100644 index 000000000000..0b4854eb984e --- /dev/null +++ b/acct-user/mail/mail-0.ebuild @@ -0,0 +1,15 @@ +# Copyright 2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit acct-user + +DESCRIPTION="Mail program user" +ACCT_USER_ID=8 +ACCT_USER_HOME=/var/spool/mail +ACCT_USER_HOME_OWNER=root:mail +ACCT_USER_HOME_PERMS=03775 +ACCT_USER_GROUPS=( mail ) + +acct-user_add_deps diff --git a/acct-user/mail/metadata.xml b/acct-user/mail/metadata.xml new file mode 100644 index 000000000000..e6f3bf582ab7 --- /dev/null +++ b/acct-user/mail/metadata.xml @@ -0,0 +1,8 @@ + + + + + eras@gentoo.org + Eray Aslan + + diff --git a/acct-user/metadata.xml b/acct-user/metadata.xml new file mode 100644 index 000000000000..377c832369b8 --- /dev/null +++ b/acct-user/metadata.xml @@ -0,0 +1,7 @@ + + + + + The acct-user category contains packages for system users. + + diff --git a/acct-user/postmaster/Manifest b/acct-user/postmaster/Manifest new file mode 100644 index 000000000000..e69de29bb2d1 diff --git a/acct-user/postmaster/metadata.xml b/acct-user/postmaster/metadata.xml new file mode 100644 index 000000000000..e6f3bf582ab7 --- /dev/null +++ b/acct-user/postmaster/metadata.xml @@ -0,0 +1,8 @@ + + + + + eras@gentoo.org + Eray Aslan + + diff --git a/acct-user/postmaster/postmaster-0.ebuild b/acct-user/postmaster/postmaster-0.ebuild new file mode 100644 index 000000000000..6f182fb97170 --- /dev/null +++ b/acct-user/postmaster/postmaster-0.ebuild @@ -0,0 +1,15 @@ +# Copyright 2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit acct-user + +DESCRIPTION="Postmaster user" +ACCT_USER_ID=14 +ACCT_USER_HOME=/var/spool/mail +ACCT_USER_HOME_OWNER=root:mail +ACCT_USER_HOME_PERMS=03775 +ACCT_USER_GROUPS=( mail ) + +acct-user_add_deps diff --git a/app-admin/Manifest.gz b/app-admin/Manifest.gz index 96f64ffc77d0..b4ddcfdea3cd 100644 Binary files a/app-admin/Manifest.gz and b/app-admin/Manifest.gz differ diff --git a/app-admin/puppetserver/puppetserver-6.4.0.ebuild b/app-admin/puppetserver/puppetserver-6.4.0.ebuild index 04fc3966a1c0..e064d2554eb5 100644 --- a/app-admin/puppetserver/puppetserver-6.4.0.ebuild +++ b/app-admin/puppetserver/puppetserver-6.4.0.ebuild @@ -107,7 +107,7 @@ src_install() { fperms -R 700 /var/log/puppetlabs/puppetserver insinto /opt/puppetlabs/server/data doins ext/build-scripts/jruby-gem-list.txt - doins ext/build-scripts/mri-gem-list.txt + doins ext/build-scripts/mri-gem-list-no-dependencies.txt insopts -m 0644 insinto /usr/lib/tmpfiles.d newins ext/puppetserver.tmpfiles.conf puppetserver.conf diff --git a/app-arch/Manifest.gz b/app-arch/Manifest.gz index 30aa9afd88ba..ac5ddeb9a6cb 100644 Binary files a/app-arch/Manifest.gz and b/app-arch/Manifest.gz differ diff --git a/app-arch/zip/zip-3.0-r3.ebuild b/app-arch/zip/zip-3.0-r3.ebuild index 0d6f2bd4ad63..22aeb260c169 100644 --- a/app-arch/zip/zip-3.0-r3.ebuild +++ b/app-arch/zip/zip-3.0-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="4" @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/infozip/${MY_P}.zip" LICENSE="Info-ZIP" SLOT="0" -KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh sparc x86 ~x64-cygwin ~amd64-fbsd ~x86-fbsd" +KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh sparc x86 ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux" IUSE="bzip2 crypt natspec unicode" RDEPEND="bzip2? ( app-arch/bzip2 ) diff --git a/app-editors/Manifest.gz b/app-editors/Manifest.gz index aa765b02360a..cdb8ea256e89 100644 Binary files a/app-editors/Manifest.gz and b/app-editors/Manifest.gz differ diff --git a/app-editors/emacs-vcs/emacs-vcs-26.2.90.ebuild b/app-editors/emacs-vcs/emacs-vcs-26.2.90.ebuild index 25c6c336d34e..b117bcb7ba99 100644 --- a/app-editors/emacs-vcs/emacs-vcs-26.2.90.ebuild +++ b/app-editors/emacs-vcs/emacs-vcs-26.2.90.ebuild @@ -37,6 +37,7 @@ RDEPEND="sys-libs/ncurses:0= acl? ( virtual/acl ) alsa? ( media-libs/alsa-lib ) dbus? ( sys-apps/dbus ) + games? ( acct-group/gamestat ) gpm? ( sys-libs/gpm ) !inotify? ( gfile? ( >=dev-libs/glib-2.28.6 ) ) kerberos? ( virtual/krb5 ) diff --git a/app-editors/emacs-vcs/emacs-vcs-26.2.9999.ebuild b/app-editors/emacs-vcs/emacs-vcs-26.2.9999.ebuild index 25c6c336d34e..b117bcb7ba99 100644 --- a/app-editors/emacs-vcs/emacs-vcs-26.2.9999.ebuild +++ b/app-editors/emacs-vcs/emacs-vcs-26.2.9999.ebuild @@ -37,6 +37,7 @@ RDEPEND="sys-libs/ncurses:0= acl? ( virtual/acl ) alsa? ( media-libs/alsa-lib ) dbus? ( sys-apps/dbus ) + games? ( acct-group/gamestat ) gpm? ( sys-libs/gpm ) !inotify? ( gfile? ( >=dev-libs/glib-2.28.6 ) ) kerberos? ( virtual/krb5 ) diff --git a/app-editors/emacs-vcs/emacs-vcs-27.0.50_pre20180831.ebuild b/app-editors/emacs-vcs/emacs-vcs-27.0.50_pre20180831.ebuild index 4937bb3b82d0..f02acbed5ae3 100644 --- a/app-editors/emacs-vcs/emacs-vcs-27.0.50_pre20180831.ebuild +++ b/app-editors/emacs-vcs/emacs-vcs-27.0.50_pre20180831.ebuild @@ -38,6 +38,7 @@ RDEPEND="sys-libs/ncurses:0= acl? ( virtual/acl ) alsa? ( media-libs/alsa-lib ) dbus? ( sys-apps/dbus ) + games? ( acct-group/gamestat ) gmp? ( dev-libs/gmp:0= ) gpm? ( sys-libs/gpm ) !inotify? ( gfile? ( >=dev-libs/glib-2.28.6 ) ) diff --git a/app-editors/emacs-vcs/emacs-vcs-27.0.9999.ebuild b/app-editors/emacs-vcs/emacs-vcs-27.0.9999.ebuild index b85c17d93f6a..a37170c18181 100644 --- a/app-editors/emacs-vcs/emacs-vcs-27.0.9999.ebuild +++ b/app-editors/emacs-vcs/emacs-vcs-27.0.9999.ebuild @@ -38,6 +38,7 @@ RDEPEND="sys-libs/ncurses:0= acl? ( virtual/acl ) alsa? ( media-libs/alsa-lib ) dbus? ( sys-apps/dbus ) + games? ( acct-group/gamestat ) gmp? ( dev-libs/gmp:0= ) gpm? ( sys-libs/gpm ) !inotify? ( gfile? ( >=dev-libs/glib-2.28.6 ) ) diff --git a/app-editors/emacs/emacs-23.4-r18.ebuild b/app-editors/emacs/emacs-23.4-r18.ebuild index a2dc5c33a129..146b89d291c9 100644 --- a/app-editors/emacs/emacs-23.4-r18.ebuild +++ b/app-editors/emacs/emacs-23.4-r18.ebuild @@ -23,6 +23,7 @@ RDEPEND="sys-libs/ncurses:0= net-libs/liblockfile kerberos? ( virtual/krb5 ) alsa? ( media-libs/alsa-lib ) + games? ( acct-group/gamestat ) gpm? ( sys-libs/gpm ) dbus? ( sys-apps/dbus ) X? ( diff --git a/app-editors/emacs/emacs-24.5-r5.ebuild b/app-editors/emacs/emacs-24.5-r5.ebuild index 60507ed72e68..2227bcb15207 100644 --- a/app-editors/emacs/emacs-24.5-r5.ebuild +++ b/app-editors/emacs/emacs-24.5-r5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -23,6 +23,7 @@ RDEPEND="sys-libs/ncurses:0= acl? ( virtual/acl ) alsa? ( media-libs/alsa-lib ) dbus? ( sys-apps/dbus ) + games? ( acct-group/gamestat ) gpm? ( sys-libs/gpm ) !inotify? ( gfile? ( >=dev-libs/glib-2.28.6 ) ) kerberos? ( virtual/krb5 ) diff --git a/app-editors/emacs/emacs-24.5-r7.ebuild b/app-editors/emacs/emacs-24.5-r7.ebuild index 37153b7595ec..9fd6f8a9d669 100644 --- a/app-editors/emacs/emacs-24.5-r7.ebuild +++ b/app-editors/emacs/emacs-24.5-r7.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -23,6 +23,7 @@ RDEPEND="sys-libs/ncurses:0= acl? ( virtual/acl ) alsa? ( media-libs/alsa-lib ) dbus? ( sys-apps/dbus ) + games? ( acct-group/gamestat ) gpm? ( sys-libs/gpm ) !inotify? ( gfile? ( >=dev-libs/glib-2.28.6 ) ) kerberos? ( virtual/krb5 ) diff --git a/app-editors/emacs/emacs-25.3-r6.ebuild b/app-editors/emacs/emacs-25.3-r6.ebuild index 282f14f91bc3..4460ba42b16b 100644 --- a/app-editors/emacs/emacs-25.3-r6.ebuild +++ b/app-editors/emacs/emacs-25.3-r6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -23,6 +23,7 @@ RDEPEND="sys-libs/ncurses:0= acl? ( virtual/acl ) alsa? ( media-libs/alsa-lib ) dbus? ( sys-apps/dbus ) + games? ( acct-group/gamestat ) gpm? ( sys-libs/gpm ) !inotify? ( gfile? ( >=dev-libs/glib-2.28.6 ) ) kerberos? ( virtual/krb5 ) diff --git a/app-editors/emacs/emacs-26.1-r3.ebuild b/app-editors/emacs/emacs-26.1-r3.ebuild index b04bf6d305ee..6d608a10706c 100644 --- a/app-editors/emacs/emacs-26.1-r3.ebuild +++ b/app-editors/emacs/emacs-26.1-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -22,6 +22,7 @@ RDEPEND="sys-libs/ncurses:0= acl? ( virtual/acl ) alsa? ( media-libs/alsa-lib ) dbus? ( sys-apps/dbus ) + games? ( acct-group/gamestat ) gpm? ( sys-libs/gpm ) !inotify? ( gfile? ( >=dev-libs/glib-2.28.6 ) ) kerberos? ( virtual/krb5 ) diff --git a/app-editors/emacs/emacs-26.2.ebuild b/app-editors/emacs/emacs-26.2.ebuild index 2c7db3be3fd1..e59446915a36 100644 --- a/app-editors/emacs/emacs-26.2.ebuild +++ b/app-editors/emacs/emacs-26.2.ebuild @@ -11,7 +11,7 @@ SRC_URI="mirror://gnu/emacs/${P}.tar.xz" LICENSE="GPL-3+ FDL-1.3+ BSD HPND MIT W3C unicode PSF-2" SLOT="26" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" IUSE="acl alsa aqua athena cairo dbus dynamic-loading games gconf gfile gif gpm gsettings gtk gtk2 gzip-el imagemagick +inotify jpeg kerberos lcms libxml2 livecd m17n-lib mailutils motif png selinux sound source ssl svg systemd +threads tiff toolkit-scroll-bars wide-int X Xaw3d xft +xpm xwidgets zlib" REQUIRED_USE="?? ( aqua X )" @@ -21,6 +21,7 @@ RDEPEND="sys-libs/ncurses:0= acl? ( virtual/acl ) alsa? ( media-libs/alsa-lib ) dbus? ( sys-apps/dbus ) + games? ( acct-group/gamestat ) gpm? ( sys-libs/gpm ) !inotify? ( gfile? ( >=dev-libs/glib-2.28.6 ) ) kerberos? ( virtual/krb5 ) diff --git a/app-emacs/Manifest.gz b/app-emacs/Manifest.gz index d8145716e9b7..95cd0531aecf 100644 Binary files a/app-emacs/Manifest.gz and b/app-emacs/Manifest.gz differ diff --git a/app-emacs/apel/Manifest b/app-emacs/apel/Manifest index 4ae2aa39ddc9..bab93f88e479 100644 --- a/app-emacs/apel/Manifest +++ b/app-emacs/apel/Manifest @@ -1,2 +1,3 @@ DIST apel-10.8-030_Use-new-style-backquotes.patch.gz 7869 BLAKE2B 93b93a089693a2fec68033b44f1cf96117fcdcb9dad5dbbf4283a79cd19f358c2a3bdc80ce2f7517e8b396182141583a371c21a8df7db7d05156ffd16987a872 SHA512 4074dc612feb2d63637bea2e9303423d4e9e035fad7f440d2da5331a6adc08f5ec61abb5087c2c4c72ec8931d1ccc4db3ffd061bcf3150d20c222c8df2e0b274 DIST apel-10.8.tar.gz 126326 BLAKE2B 6fc8f04006a971e9d48dbf5f7b43e201a4f5fa515210bb69829bc3b0f05aba2e9f205915e6117e20220ae5b48a6543520533dc95a90754a30ff3fb8094779901 SHA512 39f13f15ec0a078d8f8dfe797899474cf4dfeb0bf7b8432a0c05bb38cf134d805c171a66b3d3efd074fbf294d68006d1e1d49903e45f1991d79cdcb4cca4aa9d +DIST apel-10.8_p20190407.tar.gz 94808 BLAKE2B 47540e8c3ce96cc91efefe521942a3df4ee8423c7796d7e66b14bed7e9d662469a0767dd4863ae130fb114a1f9335d95abd13d61b6811e039db75e28679ac0f6 SHA512 6c780b0643f248e2a1409f1cea794dc6be515ee2ae766ead0834996bd9c13852492af1b9c343c4efda06fd057fae0c1b8a1ffc6b55b1469afbc7cbf1b579ea68 diff --git a/app-emacs/apel/apel-10.8_p20190407.ebuild b/app-emacs/apel/apel-10.8_p20190407.ebuild new file mode 100644 index 000000000000..6dd02e5f803a --- /dev/null +++ b/app-emacs/apel/apel-10.8_p20190407.ebuild @@ -0,0 +1,46 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit elisp + +DESCRIPTION="A Portable Emacs Library is a library for making portable Emacs Lisp programs" +HOMEPAGE="https://github.com/wanderlust/apel" +GITHUB_SHA1="d146ddbf8818e81d3577d5eee7825d377bec0c73" +SRC_URI="${HOMEPAGE}/archive/${GITHUB_SHA1}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris" + +S="${WORKDIR}/${PN}-${GITHUB_SHA1}" + +src_prepare() { + elisp_src_prepare + cat <<-EOF >>APEL-CFG || die + (setq APEL_PREFIX "apel") + (setq EMU_PREFIX "apel") + EOF +} + +src_compile() { + emake PREFIX="${ED}/usr" \ + LISPDIR="${ED}/${SITELISP}" \ + VERSION_SPECIFIC_LISPDIR="${ED}/${SITELISP}" +} + +src_install() { + emake PREFIX="${ED}/usr" \ + LISPDIR="${ED}/${SITELISP}" \ + VERSION_SPECIFIC_LISPDIR="${ED}/${SITELISP}" \ + install + elisp-site-file-install "${FILESDIR}/50apel-gentoo.el" + dodoc ChangeLog README* +} + +pkg_postinst() { + elisp-site-regen + elog "See the README.en file in /usr/share/doc/${PF} for tips" + elog "on how to customize this package." +} diff --git a/app-emacs/ecb/ecb-2.50_pre20170728.ebuild b/app-emacs/ecb/ecb-2.50_pre20170728.ebuild index 15d6ed4c6d14..b4cbb0a5f6d7 100644 --- a/app-emacs/ecb/ecb-2.50_pre20170728.ebuild +++ b/app-emacs/ecb/ecb-2.50_pre20170728.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -12,7 +12,7 @@ SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.tar.xz" LICENSE="GPL-2+" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos" +KEYWORDS="amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos" IUSE="java" RDEPEND="java? ( app-emacs/jde )" diff --git a/app-emacs/emacs-common-gentoo/emacs-common-gentoo-1.6-r2.ebuild b/app-emacs/emacs-common-gentoo/emacs-common-gentoo-1.6-r2.ebuild new file mode 100644 index 000000000000..e7d0b6437284 --- /dev/null +++ b/app-emacs/emacs-common-gentoo/emacs-common-gentoo-1.6-r2.ebuild @@ -0,0 +1,104 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit elisp-common desktop xdg-utils gnome2-utils readme.gentoo-r1 + +DESCRIPTION="Common files needed by all GNU Emacs versions" +HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Emacs" +SRC_URI="https://dev.gentoo.org/~ulm/emacs/${P}.tar.xz" + +LICENSE="GPL-3+" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" +IUSE="games X" + +RDEPEND="games? ( acct-group/gamestat )" +DEPEND="${RDEPEND}" +PDEPEND="virtual/emacs" + +src_install() { + insinto "${SITELISP}" + doins subdirs.el + newins site-gentoo.el{,.orig} + + keepdir /etc/emacs + insinto /etc/emacs + doins site-start.el + + if use games; then + keepdir /var/games/emacs + fowners 0:gamestat /var/games/emacs + fperms g+w /var/games/emacs + fi + + if use X; then + local i + domenu emacs.desktop emacsclient.desktop || die + + pushd icons || die + newicon sink.png emacs-sink.png + newicon emacs25_48.png emacs.png + for i in 16 24 32 48 128; do + [[ ${i} -le 48 ]] && newicon -s ${i} emacs22_${i}.png emacs22.png + newicon -s ${i} emacs23_${i}.png emacs23.png + newicon -s ${i} emacs25_${i}.png emacs.png + done + doicon -s scalable emacs23.svg + newicon -s scalable emacs25.svg emacs.svg + popd + + gnome2_icon_savelist + fi + + DOC_CONTENTS="All site initialisation for Gentoo-installed packages is + added to ${SITELISP}/site-gentoo.el. In order for this site + initialisation to be loaded for all users automatically, a default + site startup file /etc/emacs/site-start.el is installed. You are + responsible for maintenance of this file. + \n\nAlternatively, individual users can add the following command: + \n\n(require 'site-gentoo) + \n\nto their ~/.emacs initialisation files, or, for greater + flexibility, users may load single package-specific initialisation + files from the ${SITELISP}/site-gentoo.d/ directory." + readme.gentoo_create_doc +} + +pkg_preinst() { + # make sure that site-gentoo.el exists since site-start.el requires it + if [[ ! -f ${ED}${SITELISP}/site-gentoo.el ]]; then #554518 + mv "${ED}${SITELISP}"/site-gentoo.el{.orig,} || die + fi + if [[ -d ${EROOT}${SITELISP} ]]; then + elisp-site-regen + cp "${EROOT}${SITELISP}/site-gentoo.el" "${ED}${SITELISP}/" || die + fi + + if use games; then + local f + for f in /var/games/emacs/{snake,tetris}-scores; do + if [[ -e ${EROOT}${f} ]]; then + cp "${EROOT}${f}" "${ED}${f}" || die + fi + touch "${ED}${f}" || die + chgrp gamestat "${ED}${f}" || die + chmod g+w "${ED}${f}" || die + done + fi +} + +pkg_postinst() { + if use X; then + xdg_desktop_database_update + gnome2_icon_cache_update + fi + readme.gentoo_print_elog +} + +pkg_postrm() { + if use X; then + xdg_desktop_database_update + gnome2_icon_cache_update + fi +} diff --git a/app-emacs/ess/ess-18.10.2-r1.ebuild b/app-emacs/ess/ess-18.10.2-r1.ebuild index 9152a7ea4f81..d3e752cbe2d4 100644 --- a/app-emacs/ess/ess-18.10.2-r1.ebuild +++ b/app-emacs/ess/ess-18.10.2-r1.ebuild @@ -11,7 +11,7 @@ SRC_URI="http://ess.r-project.org/downloads/ess/${P}.tgz" LICENSE="GPL-2+ GPL-3+ Texinfo-manual" SLOT="0" -KEYWORDS="~amd64 ~arm ~ppc ~x86 ~amd64-linux ~x86-linux ~x86-macos" +KEYWORDS="amd64 ~arm ~ppc ~x86 ~amd64-linux ~x86-linux ~x86-macos" RESTRICT="test" BDEPEND="app-text/texi2html diff --git a/app-emacs/flim/Manifest b/app-emacs/flim/Manifest index adcf62df6d1b..a6c93d8f7fd2 100644 --- a/app-emacs/flim/Manifest +++ b/app-emacs/flim/Manifest @@ -1 +1,2 @@ DIST flim-1.14.9.tar.gz 182065 BLAKE2B e15779e93a422bc2c2b82ab5969f2b3d30a31d47b96769abf89bfe7e9aebf74e5f0f0e87270bcc187bdaf3e1af4bdd663c7d6661f1adc9575af0e4ba1dd316f1 SHA512 a272a30f27cea24f537b9bf3a6dbb25113deff0ab8e1c03bd802e4d32d673d567d282297ed9e4d35217f069699a1fc25bfdde09778171a188dfa46f49e9bb7dd +DIST flim-1.14.9_p20190526.tar.gz 173261 BLAKE2B f28b0d1474d894fd93d9899fe66bc88d6669cc6bdbb2511dcd0b2f13c05abbe42ad4cc06e2de34664204f3ddbb3cb4f09e232394419892b3fd8e71c1ab3aab75 SHA512 8991c460bf9eb411e89edb8fb05088cc09dc354e4c14d7accba26d922b2d1041742e96d8a64407ee8dd2574984c5b3a8fbd66e828c8f8fadc55f8da6428d634e diff --git a/app-emacs/flim/flim-1.14.9_p20190526.ebuild b/app-emacs/flim/flim-1.14.9_p20190526.ebuild new file mode 100644 index 000000000000..6bdc1e10d71f --- /dev/null +++ b/app-emacs/flim/flim-1.14.9_p20190526.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit elisp + +DESCRIPTION="A library to provide basic features about message representation or encoding" +HOMEPAGE="https://github.com/wanderlust/flim" +GITHUB_SHA1="e4bd54fd7d335215b54f7ef27ed974c8cd68d472" +SRC_URI="${HOMEPAGE}/archive/${GITHUB_SHA1}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris" + +DEPEND=">=app-emacs/apel-10.8" +RDEPEND="${DEPEND} + !app-emacs/limit" + +S="${WORKDIR}/${PN}-${GITHUB_SHA1}" +SITEFILE="60${PN}-gentoo.el" + +src_compile() { + emake PREFIX="${ED}/usr" \ + LISPDIR="${ED}/${SITELISP}" \ + VERSION_SPECIFIC_LISPDIR="${ED}/${SITELISP}" +} + +src_install() { + emake PREFIX="${ED}/usr" \ + LISPDIR="${ED}/${SITELISP}" \ + VERSION_SPECIFIC_LISPDIR="${ED}/${SITELISP}" install + + elisp-site-file-install "${FILESDIR}/${SITEFILE}" + + dodoc FLIM-API.en NEWS VERSION README* ChangeLog +} diff --git a/app-emacs/mu-cite/Manifest b/app-emacs/mu-cite/Manifest index 5531468d2f71..60c7ecd3e7c0 100644 --- a/app-emacs/mu-cite/Manifest +++ b/app-emacs/mu-cite/Manifest @@ -1,2 +1,2 @@ -DIST mu-cite-200709030413.tar.gz 19439 BLAKE2B 279627608af2759ee5fe566c315f8c2be168e0e4a01bc179ae7289f6c990f4a569d59288b02097a3230271ec4c1ba6aefa3db9e46271eb476eb50e912bacc9d0 SHA512 aee355abf8d77ca9ce6d5d2f00e5e8d9a1123b82bb15169bbbdf22c9447c37f1d200ffe1cd05abb61f1011c0d9731d3300d0e5bbf6f10ca6155c00a610a46703 DIST mu-cite-201202272330.tar.gz 19212 BLAKE2B d52378258b3804e2867d6f8f6f471a73eebb3ff955df70a2ddc5dfd91d6ada2ea2349d44e86c81e1c314b88787b08b39f40238b22760a74b77f8393361aecdcc SHA512 78013bed020c46baeecf56bcd155eb6058d11b1d61a0af55b075454601e3cd1a992bdad887e125ffd569782a38e4509d60efdc431ded501c35da096133b475b8 +DIST mu-cite-201808232348.tar.gz 20443 BLAKE2B 814ebbd3ab45af4af65fee54884a1960a0cecccd07e1e0e084e860fcab4884ca0d97f4042f14f530b8ead4ee4347d13dbde9ecc96f5e82121bad44e0b93855ac SHA512 5a30124041ea5a807f5d8ea8a1ef18afcc7020d3f2d2bee4dd163fa1098d37d27b43db81c1b538bf1d1b06720840fb5c3f95d999fddd624437dd251fa061f699 diff --git a/app-emacs/mu-cite/metadata.xml b/app-emacs/mu-cite/metadata.xml index c59c7fc25206..eea0cf345971 100644 --- a/app-emacs/mu-cite/metadata.xml +++ b/app-emacs/mu-cite/metadata.xml @@ -10,4 +10,7 @@ Cjk + + Include support for app-emacs/bbdb + diff --git a/app-emacs/mu-cite/mu-cite-8.1_p201202272330.ebuild b/app-emacs/mu-cite/mu-cite-8.1_p201202272330.ebuild index 63f2fdaec660..0bf16aaea004 100644 --- a/app-emacs/mu-cite/mu-cite-8.1_p201202272330.ebuild +++ b/app-emacs/mu-cite/mu-cite-8.1_p201202272330.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -15,7 +15,8 @@ SLOT="0" KEYWORDS="~amd64 ~x86" RDEPEND="app-emacs/apel - virtual/emacs-flim" + app-emacs/flim" +DEPEND="${RDEPEND}" SITEFILE="50${PN}-gentoo.el" DOCS="ChangeLog NEWS README.en" diff --git a/app-emacs/mu-cite/mu-cite-8.1_p200709030413.ebuild b/app-emacs/mu-cite/mu-cite-8.1_p201808232348.ebuild similarity index 52% rename from app-emacs/mu-cite/mu-cite-8.1_p200709030413.ebuild rename to app-emacs/mu-cite/mu-cite-8.1_p201808232348.ebuild index 63f2fdaec660..b27d88c3a9c4 100644 --- a/app-emacs/mu-cite/mu-cite-8.1_p200709030413.ebuild +++ b/app-emacs/mu-cite/mu-cite-8.1_p201808232348.ebuild @@ -1,27 +1,30 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 inherit elisp MY_P="${PN}-${PV#*_p}" DESCRIPTION="Message citation utilities for emacsen" -HOMEPAGE="http://www.jpl.org/elips/mu/" -SRC_URI="http://www.jpl.org/elips/mu/snapshots/${MY_P}.tar.gz" +HOMEPAGE="https://www.jpl.org/elips/mu/" +SRC_URI="https://www.jpl.org/elips/mu/snapshots/${MY_P}.tar.gz" LICENSE="GPL-2+" SLOT="0" KEYWORDS="~amd64 ~x86" +IUSE="bbdb" RDEPEND="app-emacs/apel - virtual/emacs-flim" + app-emacs/flim + bbdb? ( app-emacs/bbdb )" +DEPEND="${RDEPEND}" +S="${WORKDIR}/${MY_P}" SITEFILE="50${PN}-gentoo.el" DOCS="ChangeLog NEWS README.en" -S="${WORKDIR}/${MY_P}" - -src_compile() { - emake EMACS=emacs +src_prepare() { + elisp_src_prepare + use bbdb || rm mu-bbdb.el || die } diff --git a/app-emacs/semi/Manifest b/app-emacs/semi/Manifest index 73743402f2aa..936ec5cf4e47 100644 --- a/app-emacs/semi/Manifest +++ b/app-emacs/semi/Manifest @@ -1 +1,2 @@ DIST semi-1.14.6.tar.gz 142549 BLAKE2B e417b305ad814b2a23fad4fd37057395efb47bdb61778aa167149eda4277cda47dc81148821d9e4ad3225a858c77f781a6565c3e49747d78882b9401fd5fbac1 SHA512 1011271c58414f4ca23da079f16f273b408643e0d9f4961db321b65c1ed9a7d4ca66a7d7cb5b0c9fa2b4904fa992c9188858de6131180ee30132d3cadaeef33f +DIST semi-1.14.7_p20190517.tar.gz 152636 BLAKE2B a22b1f9a5de0a695de2d8e342ca313af05c12a1c0b597890d926496e9ce240e3329365700f91e6268cf399976ec067163ac8197c7a643e499d70851501f63798 SHA512 d25c940fdd0a048d21079d905ae91521a1f1247b8f78145baeba24c994c0d5b30985a76c909a793f82f6253b323fb4699bbf059ea48037bb49ae92505b0c6d18 diff --git a/app-emacs/semi/semi-1.14.6-r2.ebuild b/app-emacs/semi/semi-1.14.6-r2.ebuild index 5555c415b5d7..7d4fcf4b0e63 100644 --- a/app-emacs/semi/semi-1.14.6-r2.ebuild +++ b/app-emacs/semi/semi-1.14.6-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -15,7 +15,7 @@ KEYWORDS="alpha amd64 ppc sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-maco IUSE="l10n_ja" DEPEND=">=app-emacs/apel-10.6 - virtual/emacs-flim" + app-emacs/flim" RDEPEND="${DEPEND}" ELISP_PATCHES="${PN}-info.patch" diff --git a/app-emacs/semi/semi-1.14.7_p20190517.ebuild b/app-emacs/semi/semi-1.14.7_p20190517.ebuild new file mode 100644 index 000000000000..0641b8318049 --- /dev/null +++ b/app-emacs/semi/semi-1.14.7_p20190517.ebuild @@ -0,0 +1,52 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit elisp + +DESCRIPTION="A library to provide MIME feature for GNU Emacs" +HOMEPAGE="https://github.com/wanderlust/semi" +GITHUB_SHA1="4cf114c95fb49ad75eb6916f678b45b04bad8122" +SRC_URI="${HOMEPAGE}/archive/${GITHUB_SHA1}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" +IUSE="l10n_ja" + +DEPEND=">=app-emacs/apel-10.8 + >=app-emacs/flim-1.14.9" +RDEPEND="${DEPEND}" + +S="${WORKDIR}/${PN}-${GITHUB_SHA1}" +ELISP_PATCHES="${PN}-info.patch" +SITEFILE="65${PN}-gentoo.el" + +src_compile() { + emake PREFIX="${ED}"/usr \ + LISPDIR="${ED}/${SITELISP}" \ + VERSION_SPECIFIC_LISPDIR="${ED}/${SITELISP}" + + ${EMACS} ${EMACSFLAGS} --visit mime-ui-en.texi -f texi2info || die + if use l10n_ja; then + ${EMACS} ${EMACSFLAGS} \ + --eval "(set-default-coding-systems 'iso-2022-jp)" \ + --visit mime-ui-ja.texi -f texi2info || die + fi +} + +src_install() { + emake PREFIX="${ED}/usr" \ + LISPDIR="${ED}/${SITELISP}" \ + VERSION_SPECIFIC_LISPDIR="${ED}/${SITELISP}" install + + elisp-site-file-install "${FILESDIR}/${SITEFILE}" + + doinfo mime-ui-en.info + dodoc README.en ChangeLog VERSION NEWS + if use l10n_ja; then + doinfo mime-ui-ja.info + dodoc README.ja + fi +} diff --git a/app-emacs/undo-tree/undo-tree-0.6.6.ebuild b/app-emacs/undo-tree/undo-tree-0.6.6.ebuild index dbbb135425c7..9be59c1e5c29 100644 --- a/app-emacs/undo-tree/undo-tree-0.6.6.ebuild +++ b/app-emacs/undo-tree/undo-tree-0.6.6.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.el.xz" LICENSE="GPL-3+" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" SITEFILE="50${PN}-gentoo.el" DOC_CONTENTS="To enable undo trees globally, place '(global-undo-tree-mode)' diff --git a/app-emacs/wanderlust/Manifest b/app-emacs/wanderlust/Manifest index ced02cca3ea2..a73fcda30639 100644 --- a/app-emacs/wanderlust/Manifest +++ b/app-emacs/wanderlust/Manifest @@ -1,4 +1,3 @@ -DIST wanderlust-2.14.0-20050405.patch.gz 3926 BLAKE2B 0986f743e512cc7216554585c1c62af659fe35873bfcdfdb520e4085ec2606360ae1a29566ac756ad0e7f03cc51d1e5c0bd7460c8448ceb6251004d887858885 SHA512 103e8eda374eab453363f3a735d877e313ff341e09abd66093bd090b404738d42d98edf5d1c9c8e8966963bf972d462aebc28ea6e470126af9266188247c4044 DIST wanderlust-2.15.9_p20130619.tar.xz 818124 BLAKE2B b6bbd6f63d862f81a5a0c194f0fe1b276303f75f8ffde29c844f1f7d2d8ef55f1c211ac1d0b6c3357c2507b2abe73ba1c4c8f5fc65e067d93eb6bf23fd8490a6 SHA512 91bdcc1b29370b7be7a2072f4d8c638b3c0604ba31b5419952b848af268e73a3f199f07a88caabec56f66b38013e0f9cd7c1de26b46d1062ddff782e8080d4e0 DIST wanderlust-2.15.9_p20180814-git.tar.gz 1207081 BLAKE2B f52259b15040287f0afcf0768b3ae3237415b44960e205e48d4b658f3e522db993b87bac59ee3d9ba94ad26c830beaf26d9cf5f03830fcb1f01e4f5567ee4804 SHA512 67616cc1d35b25af1b56fa800943ad0c7e7d9b35f99c48fac96b77a68a3eb8db02b36525021ff8bba4d181530505face2a58725b7dff33b1bfe4f48a4314949f -DIST wl-2.14.0.tar.gz 1101505 BLAKE2B 5ceb3a8e294b230d48d50134e3dc07b9e19a9470907a488a2e41e53da54a8826a50cb53c06c5f3f1a5bdd1b5760bc6acd6cc75a25e63d092f1a9b80b3f073ed5 SHA512 edb49c0c9ddbd50cba4ce4cdd1b2d609cee9553d063aeb4775d0b43e0ed83cc6374aa47b11b3ff94a55827f7a9a29f7c1054e0fd9b3a5a25a2c410b241d268d2 +DIST wanderlust-2.15.9_p20190623.tar.gz 1210223 BLAKE2B 50416e27062a9837c18660ea9a1a7a3ff596639763965b09925ca16c89617d159b9aa5d08d93d8b5c6a504da2b048df8b4c489d4fc11ff6abc530f741a5d8fb9 SHA512 369f8d93af4d0d98f66c4c8500aa3535e3f772d8a1920c1bdc434f0d9078555f40d0d4278937d97bccf0f417cf1b1fdeb6c8a891d42b2675fb7737382425c91d diff --git a/app-emacs/wanderlust/files/wanderlust-2.14.0-smtp-end-of-line.patch b/app-emacs/wanderlust/files/wanderlust-2.14.0-smtp-end-of-line.patch deleted file mode 100644 index f03542522ed2..000000000000 --- a/app-emacs/wanderlust/files/wanderlust-2.14.0-smtp-end-of-line.patch +++ /dev/null @@ -1,16 +0,0 @@ -http://bugs.gentoo.org/280248 -Don't bind smtp-end-of-line. Patch from upstream CVS, by Yoichi NAKAYAMA. - ---- wl/wl-draft.el 28 Jan 2006 09:03:41 -0000 1.258 -+++ wl/wl-draft.el 9 Feb 2006 03:57:39 -0000 1.259 -@@ -147,10 +147,6 @@ - (if (eq wl-smtp-connection-type 'ssl) - #'open-ssl-stream - smtp-open-connection-function)) -- (smtp-end-of-line -- (if (eq wl-smtp-connection-type 'ssl) -- "\n" -- smtp-end-of-line)) - smtp-sasl-user-name smtp-sasl-properties sasl-read-passphrase) - (setq smtp-sasl-user-name wl-smtp-posting-user - smtp-sasl-properties (when wl-smtp-authenticate-realm diff --git a/app-emacs/wanderlust/files/wanderlust-2.14.0-texinfo-garbage.patch b/app-emacs/wanderlust/files/wanderlust-2.14.0-texinfo-garbage.patch deleted file mode 100644 index 6be41a99b70c..000000000000 --- a/app-emacs/wanderlust/files/wanderlust-2.14.0-texinfo-garbage.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- wl-2.14.0-orig/doc/wl.texi 2005-02-25 16:05:48.000000000 +0100 -+++ wl-2.14.0/doc/wl.texi 2009-08-10 16:15:29.000000000 +0200 -@@ -4329,7 +4329,7 @@ - - @item wl-summary-resend-use-cache - @vindex wl-summary-resend-use-cache --The initial setting is @code{nil}¡£If non-nil, messages are resend -+The initial setting is @code{nil}. If non-nil, messages are resend - using cache even in the offline status. Note that if you use cache, - the message identity is not guaranteed. - diff --git a/app-emacs/wanderlust/wanderlust-2.15.9_p20130619.ebuild b/app-emacs/wanderlust/wanderlust-2.15.9_p20130619.ebuild index 51d5a4750a4c..d655a9b90794 100644 --- a/app-emacs/wanderlust/wanderlust-2.15.9_p20130619.ebuild +++ b/app-emacs/wanderlust/wanderlust-2.15.9_p20130619.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -16,7 +16,7 @@ KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" IUSE="bbdb ssl l10n_ja" DEPEND=">=app-emacs/apel-10.6 - virtual/emacs-flim + app-emacs/flim app-emacs/semi bbdb? ( app-emacs/bbdb )" RDEPEND="${DEPEND}" diff --git a/app-emacs/wanderlust/wanderlust-2.15.9_p20180814.ebuild b/app-emacs/wanderlust/wanderlust-2.15.9_p20180814.ebuild index 6885a08624db..b425c3ba6b4e 100644 --- a/app-emacs/wanderlust/wanderlust-2.15.9_p20180814.ebuild +++ b/app-emacs/wanderlust/wanderlust-2.15.9_p20180814.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -17,7 +17,7 @@ KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" IUSE="bbdb ssl l10n_ja" DEPEND=">=app-emacs/apel-10.6 - virtual/emacs-flim + app-emacs/flim app-emacs/semi bbdb? ( app-emacs/bbdb )" RDEPEND="${DEPEND}" diff --git a/app-emacs/wanderlust/wanderlust-2.14.0-r6.ebuild b/app-emacs/wanderlust/wanderlust-2.15.9_p20190623.ebuild similarity index 62% rename from app-emacs/wanderlust/wanderlust-2.14.0-r6.ebuild rename to app-emacs/wanderlust/wanderlust-2.15.9_p20190623.ebuild index 1f0b3fc12a3e..232c0e9e7dee 100644 --- a/app-emacs/wanderlust/wanderlust-2.14.0-r6.ebuild +++ b/app-emacs/wanderlust/wanderlust-2.15.9_p20190623.ebuild @@ -1,32 +1,27 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 inherit elisp -MY_P="wl-${PV/_/}" DESCRIPTION="Yet Another Message Interface on Emacsen" -HOMEPAGE="http://www.gohome.org/wl/" -SRC_URI="ftp://ftp.gohome.org/wl/stable/${MY_P}.tar.gz - ftp://ftp.gohome.org/wl/beta/${MY_P}.tar.gz - mirror://gentoo/${P}-20050405.patch.gz" +HOMEPAGE="https://github.com/wanderlust/wanderlust" +GITHUB_SHA1="b9a529a54b9e7eafa4ed230ad28efffe0d25a20e" +SRC_URI="${HOMEPAGE}/archive/${GITHUB_SHA1}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2+" SLOT="0" -KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" +KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" IUSE="bbdb ssl l10n_ja" -DEPEND=">=app-emacs/apel-10.6 - virtual/emacs-flim - app-emacs/semi +DEPEND=">=app-emacs/apel-10.8 + >=app-emacs/flim-1.14.9 + >=app-emacs/semi-1.14.7 bbdb? ( app-emacs/bbdb )" RDEPEND="${DEPEND}" -S="${WORKDIR}/${MY_P}" -ELISP_PATCHES="${P}-20050405.patch - ${P}-smtp-end-of-line.patch - ${P}-texinfo-garbage.patch" +S="${WORKDIR}/${PN}-${GITHUB_SHA1}" SITEFILE="50${PN}-gentoo.el" src_configure() { @@ -52,7 +47,7 @@ src_install() { insinto "${SITEETC}/wl/samples/en" doins samples/en/* doinfo doc/wl*.info - dodoc BUGS ChangeLog INSTALL NEWS README + dodoc BUGS ChangeLog INSTALL NEWS README.md if use l10n_ja; then insinto "${SITEETC}/wl/samples/ja" diff --git a/app-emulation/Manifest.gz b/app-emulation/Manifest.gz index 21fedc93e3e2..8e6b467a0f5b 100644 Binary files a/app-emulation/Manifest.gz and b/app-emulation/Manifest.gz differ diff --git a/app-emulation/docker-compose/Manifest b/app-emulation/docker-compose/Manifest index fdfb476798a7..ffe2528f81e1 100644 --- a/app-emulation/docker-compose/Manifest +++ b/app-emulation/docker-compose/Manifest @@ -1,2 +1,3 @@ DIST docker-compose-1.23.2.tar.gz 302950 BLAKE2B b96db2e718bd6b05f6a35829749570320209def17b7536e402b9991b56e05a2d8da97fbd8d79d8125d9df6ff361a181fbfd71346a33a68704db0327a92757f66 SHA512 baa233c84ac770798ba3d8d256687630b331d774a8d60f3c0d5046aa0a74c8c3b8b0b8bc4431f3bc7d5b7a54f0646f5e2fd14d5af31db37cb546e86c96c8c1db DIST docker-compose-1.24.0.tar.gz 307601 BLAKE2B cb2a6f96e14c04d0279b25c075182d8f09e5a622e4cee2ce74995224e3a8634cc5f22ccc548b7754bbeb11630c1e638386cb1a6df927b3619cb6e7e3595aac6c SHA512 318c6bf9877147de09526b4d49c3fd86012d85626e7a9a15863ca55a60e10fa85b27429605045d0aaa993dddd3bc2e5f23cbb76856276a874e84793b878a3e86 +DIST docker-compose-1.24.1.tar.gz 307749 BLAKE2B 7ded0a4b82a7a9beb9de38752f38998ca4ea9421e5ed5630627820ec7e250ad6f03f6788bcbebe8bc0dd4c064d275bb4ca5a6055a95b6a0f72d7ae9038ec7f22 SHA512 9b8632ef263b8dfa678e8b99b46e00441f779716a524280ce25f62fcd2605f400723b7790c466338374c34653946dc2c5d7f09593ddd892fee3409c2a2fd1a5f diff --git a/app-emulation/docker-compose/docker-compose-1.24.1.ebuild b/app-emulation/docker-compose/docker-compose-1.24.1.ebuild new file mode 100644 index 000000000000..1efb5d463ed5 --- /dev/null +++ b/app-emulation/docker-compose/docker-compose-1.24.1.ebuild @@ -0,0 +1,67 @@ +# Copyright 2018-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python{2_7,3_6} ) + +inherit bash-completion-r1 distutils-r1 + +DESCRIPTION="Multi-container orchestration for Docker" +HOMEPAGE="https://github.com/docker/compose" +SRC_URI="https://github.com/docker/compose/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64" +IUSE="test" + +RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}] + >=dev-python/cached-property-1.2.0[${PYTHON_USEDEP}] + >=dev-python/docker-py-3.7.0[${PYTHON_USEDEP}] + >=dev-python/dockerpty-0.4.1[${PYTHON_USEDEP}] + >=dev-python/docopt-0.6.1[${PYTHON_USEDEP}] + >=dev-python/jsonschema-2.5.1[${PYTHON_USEDEP}] + dev-python/paramiko[${PYTHON_USEDEP}] + >=dev-python/PySocks-1.6.0[${PYTHON_USEDEP}] + >=dev-python/pyyaml-3.10[${PYTHON_USEDEP}] + >=dev-python/requests-2.18.1[${PYTHON_USEDEP}] + >=dev-python/six-1.3.0[${PYTHON_USEDEP}] + >=dev-python/texttable-0.9.0[${PYTHON_USEDEP}] + >=dev-python/websocket-client-0.32.0[${PYTHON_USEDEP}] + $(python_gen_cond_dep '>=dev-python/enum34-1.0.4[${PYTHON_USEDEP}]' 'python2_7' ) + $(python_gen_cond_dep '>=dev-python/ipaddress-1.0.16[${PYTHON_USEDEP}]' 'python2_7' ) + $(python_gen_cond_dep '>=dev-python/backports-ssl-match-hostname-3.5[${PYTHON_USEDEP}]' 'python2_7' )" + +DEPEND="${RDEPEND} + test? ( dev-python/pytest[${PYTHON_USEDEP}] + $(python_gen_cond_dep '>=dev-python/mock-1.0.1[${PYTHON_USEDEP}]' 'python2_7' ) )" + +S="${WORKDIR}/compose-${PV}" + +PATCHES=( + # Bug #679968 -- https://bugs.gentoo.org/679968 + # Bug #681002 -- https://bugs.gentoo.org/681002 + "${FILESDIR}"/${PN}-1.24.0-setup-py.patch +) + +src_prepare() { + # Address QA issue "docker-compose.exe: missing alias (symlink) for completed command." + sed 's,^\(complete.*\) docker-compose\.exe\(.*\),\1\2,' -i contrib/completion/bash/docker-compose || die + + default +} + +python_test() { + distutils_install_for_testing + ${PYTHON} -m pytest tests/unit/ || die "tests failed under ${EPYTHON}" +} + +python_install_all() { + newbashcomp contrib/completion/bash/docker-compose ${PN} + + insinto /usr/share/zsh/site-functions + doins contrib/completion/zsh/* + + distutils-r1_python_install_all +} diff --git a/app-emulation/docker/Manifest b/app-emulation/docker/Manifest index 40619db8ec71..162e9f958f7f 100644 --- a/app-emulation/docker/Manifest +++ b/app-emulation/docker/Manifest @@ -1,3 +1,4 @@ DIST docker-18.09.5.tar.gz 15256899 BLAKE2B c55ef822b3e655b0bec9585de6ee346e73d48d388225141097768db9f5ddaeca2d1937274a7131e3e301686e2214a9ed2051dd72c07893bcfccb00424d02df73 SHA512 a6012d202761d6449e347b03759d92f5f45309e72562fd4a619b2a21c62b3f50b1256d2e4820317aa6b412f1eecda66dbd960d322293699433417a5f7ee73486 DIST docker-18.09.6.tar.gz 15257416 BLAKE2B e0f93f09c403f043d3b2f390d50da83565b0520d18b695a8166aa240817cc713eb9eff314d4c7eeba242c25e35c0b6a9ea3a7f1d661d6aca4a40f7e77856a05d SHA512 f05fc78f5891fa0308878690576e245eebb1e72f306f5b629b0e82dc96a04812202a2393ee6fd352bc59a1c5d29d398f0d6cddf545d57b483a051d14d7a0ee28 DIST docker-18.09.6_p20190604.tar.gz 15259344 BLAKE2B f958063ab9fc851fda13117210dade6b7fb211426c9565c62f2786a2b5878194ea052f866da1b2e489bd75d622cdf77bafccc538377cc5c261f86f50163cb151 SHA512 da518f07cfd9f90ad46796f5047156ef517fa75ff27daa16ab16b868b7f1c9822cb61ce2ee558b1632c4acfdd8d74a608f5b6cb5cb5ca932aca5bf42d497d6a9 +DIST docker-18.09.7_rc1.tar.gz 15264071 BLAKE2B d124cff1e32cedda35d8d0fac074a2227d078673639e99a1313e42b73b2c84b0c97af5470d3d4c8f2684e93898ab9d081fe536cd4e428ef8a8a5639761bd380b SHA512 377a07c7a1515a8f08c412d2117e10d9c9100a4a55dc5df69e8a8b822362b0b41812b3d4ee8fc8a1e7bc7258c15ee3da6aa42c7bc71fd86def1f6cda9f1566cd diff --git a/app-emulation/docker/docker-18.09.7_rc1.ebuild b/app-emulation/docker/docker-18.09.7_rc1.ebuild new file mode 100644 index 000000000000..445bb43dc5ae --- /dev/null +++ b/app-emulation/docker/docker-18.09.7_rc1.ebuild @@ -0,0 +1,300 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +EGO_PN="github.com/docker/docker-ce" + +if [[ ${PV} = *9999* ]]; then + # Docker cannot be fetched via "go get", thanks to autogenerated code + EGIT_REPO_URI="https://${EGO_PN}.git" + EGIT_CHECKOUT_DIR="${WORKDIR}/${P}/src/${EGO_PN}" + inherit git-r3 +else + DOCKER_GITCOMMIT="e97b22c" + MY_PV=${PV/_/-} + SRC_URI="https://${EGO_PN}/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz" + KEYWORDS="~amd64 ~arm ~arm64" + [ "$DOCKER_GITCOMMIT" ] || die "DOCKER_GITCOMMIT must be added manually for each bump!" + inherit golang-vcs-snapshot +fi +inherit bash-completion-r1 golang-base linux-info systemd udev user + +DESCRIPTION="The core functions you need to create Docker images and run Docker containers" +HOMEPAGE="https://dockerproject.org" +LICENSE="Apache-2.0" +SLOT="0" +IUSE="apparmor aufs btrfs +container-init device-mapper hardened +overlay pkcs11 seccomp" + +# https://github.com/docker/docker/blob/master/project/PACKAGERS.md#build-dependencies +CDEPEND=" + >=dev-db/sqlite-3.7.9:3 + device-mapper? ( + >=sys-fs/lvm2-2.02.89[thin] + ) + seccomp? ( >=sys-libs/libseccomp-2.2.1 ) + apparmor? ( sys-libs/libapparmor ) +" + +DEPEND=" + ${CDEPEND} + + dev-go/go-md2man + + btrfs? ( + >=sys-fs/btrfs-progs-3.16.1 + ) +" + +# https://github.com/docker/docker/blob/master/project/PACKAGERS.md#runtime-dependencies +# https://github.com/docker/docker/blob/master/project/PACKAGERS.md#optional-dependencies +RDEPEND=" + ${CDEPEND} + >=net-firewall/iptables-1.4 + sys-process/procps + >=dev-vcs/git-1.7 + >=app-arch/xz-utils-4.9 + dev-libs/libltdl + ~app-emulation/containerd-1.2.6 + ~app-emulation/runc-1.0.0_rc8[apparmor?,seccomp?] + ~app-emulation/docker-proxy-0.8.0_p20190513 + container-init? ( >=sys-process/tini-0.18.0[static] ) +" + +RESTRICT="installsources strip" + +S="${WORKDIR}/${P}/src/${EGO_PN}" + +# see "contrib/check-config.sh" from upstream's sources +CONFIG_CHECK=" + ~NAMESPACES ~NET_NS ~PID_NS ~IPC_NS ~UTS_NS + ~CGROUPS ~CGROUP_CPUACCT ~CGROUP_DEVICE ~CGROUP_FREEZER ~CGROUP_SCHED ~CPUSETS ~MEMCG + ~KEYS + ~VETH ~BRIDGE ~BRIDGE_NETFILTER + ~NF_NAT_IPV4 ~IP_NF_FILTER ~IP_NF_TARGET_MASQUERADE + ~NETFILTER_XT_MATCH_ADDRTYPE ~NETFILTER_XT_MATCH_CONNTRACK ~NETFILTER_XT_MATCH_IPVS + ~IP_NF_NAT ~NF_NAT ~NF_NAT_NEEDED + ~POSIX_MQUEUE + + ~USER_NS + ~SECCOMP + ~CGROUP_PIDS + ~MEMCG_SWAP ~MEMCG_SWAP_ENABLED + + ~BLK_CGROUP ~BLK_DEV_THROTTLING ~IOSCHED_CFQ ~CFQ_GROUP_IOSCHED + ~CGROUP_PERF + ~CGROUP_HUGETLB + ~NET_CLS_CGROUP + ~CFS_BANDWIDTH ~FAIR_GROUP_SCHED ~RT_GROUP_SCHED + ~IP_VS ~IP_VS_PROTO_TCP ~IP_VS_PROTO_UDP ~IP_VS_NFCT ~IP_VS_RR + + ~VXLAN + ~CRYPTO ~CRYPTO_AEAD ~CRYPTO_GCM ~CRYPTO_SEQIV ~CRYPTO_GHASH ~XFRM_ALGO ~XFRM_USER + ~IPVLAN + ~MACVLAN ~DUMMY +" + +ERROR_KEYS="CONFIG_KEYS: is mandatory" +ERROR_MEMCG_SWAP="CONFIG_MEMCG_SWAP: is required if you wish to limit swap usage of containers" +ERROR_RESOURCE_COUNTERS="CONFIG_RESOURCE_COUNTERS: is optional for container statistics gathering" + +ERROR_BLK_CGROUP="CONFIG_BLK_CGROUP: is optional for container statistics gathering" +ERROR_IOSCHED_CFQ="CONFIG_IOSCHED_CFQ: is optional for container statistics gathering" +ERROR_CGROUP_PERF="CONFIG_CGROUP_PERF: is optional for container statistics gathering" +ERROR_CFS_BANDWIDTH="CONFIG_CFS_BANDWIDTH: is optional for container statistics gathering" +ERROR_XFRM_ALGO="CONFIG_XFRM_ALGO: is optional for secure networks" +ERROR_XFRM_USER="CONFIG_XFRM_USER: is optional for secure networks" + +pkg_setup() { + if kernel_is lt 3 10; then + ewarn "" + ewarn "Using Docker with kernels older than 3.10 is unstable and unsupported." + ewarn " - http://docs.docker.com/engine/installation/binaries/#check-kernel-dependencies" + fi + + if kernel_is le 3 18; then + CONFIG_CHECK+=" + ~RESOURCE_COUNTERS + " + fi + + if kernel_is le 3 13; then + CONFIG_CHECK+=" + ~NETPRIO_CGROUP + " + else + CONFIG_CHECK+=" + ~CGROUP_NET_PRIO + " + fi + + if kernel_is lt 4 5; then + CONFIG_CHECK+=" + ~MEMCG_KMEM + " + ERROR_MEMCG_KMEM="CONFIG_MEMCG_KMEM: is optional" + fi + + if kernel_is lt 4 7; then + CONFIG_CHECK+=" + ~DEVPTS_MULTIPLE_INSTANCES + " + fi + + if use aufs; then + CONFIG_CHECK+=" + ~AUFS_FS + ~EXT4_FS_POSIX_ACL ~EXT4_FS_SECURITY + " + ERROR_AUFS_FS="CONFIG_AUFS_FS: is required to be set if and only if aufs-sources are used instead of aufs4/aufs3" + fi + + if use btrfs; then + CONFIG_CHECK+=" + ~BTRFS_FS + ~BTRFS_FS_POSIX_ACL + " + fi + + if use device-mapper; then + CONFIG_CHECK+=" + ~BLK_DEV_DM ~DM_THIN_PROVISIONING ~EXT4_FS ~EXT4_FS_POSIX_ACL ~EXT4_FS_SECURITY + " + fi + + if use overlay; then + CONFIG_CHECK+=" + ~OVERLAY_FS ~EXT4_FS_SECURITY ~EXT4_FS_POSIX_ACL + " + fi + + linux-info_pkg_setup + + # create docker group for the code checking for it in /etc/group + enewgroup docker +} + +src_compile() { + export GOPATH="${WORKDIR}/${P}" + + # setup CFLAGS and LDFLAGS for separate build target + # see https://github.com/tianon/docker-overlay/pull/10 + export CGO_CFLAGS="-I${ROOT}/usr/include" + export CGO_LDFLAGS="-L${ROOT}/usr/$(get_libdir)" + + # if we're building from a tarball, we need the GITCOMMIT value + [ "$DOCKER_GITCOMMIT" ] && export DOCKER_GITCOMMIT + + # fake golang layout + ln -s docker-ce/components/engine ../docker || die + ln -s docker-ce/components/cli ../cli || die + + # let's set up some optional features :) + export DOCKER_BUILDTAGS='' + for gd in aufs btrfs device-mapper overlay; do + if ! use $gd; then + DOCKER_BUILDTAGS+=" exclude_graphdriver_${gd//-/}" + fi + done + + for tag in apparmor pkcs11 seccomp; do + if use $tag; then + DOCKER_BUILDTAGS+=" $tag" + fi + done + + pushd components/engine || die + + if use hardened; then + sed -i "s/EXTLDFLAGS_STATIC='/&-fno-PIC /" hack/make.sh || die + grep -q -- '-fno-PIC' hack/make.sh || die 'hardened sed failed' + sed "s/LDFLAGS_STATIC_DOCKER='/&-extldflags -fno-PIC /" \ + -i hack/make/dynbinary-daemon || die + grep -q -- '-fno-PIC' hack/make/dynbinary-daemon || die 'hardened sed failed' + fi + + # build daemon + VERSION="$(cat ../../VERSION)" \ + ./hack/make.sh dynbinary || die 'dynbinary failed' + + popd || die # components/engine + + pushd components/cli || die + + # build cli + emake \ + LDFLAGS="$(usex hardened '-extldflags -fno-PIC' '')" \ + VERSION="$(cat ../../VERSION)" \ + GITCOMMIT="${DOCKER_GITCOMMIT}" \ + DISABLE_WARN_OUTSIDE_CONTAINER=1 \ + dynbinary || die + + # build man pages + go build -o gen-manpages github.com/docker/cli/man || die + ./gen-manpages --root . --target ./man/man1 || die + ./man/md2man-all.sh -q || die + rm gen-manpages || die + # see "components/cli/scripts/docs/generate-man.sh" (which also does "go get" for go-md2man) + + popd || die # components/cli +} + +src_install() { + dosym containerd /usr/bin/docker-containerd + dosym containerd-shim /usr/bin/docker-containerd-shim + dosym runc /usr/bin/docker-runc + use container-init && dosym tini /usr/bin/docker-init + + pushd components/engine || die + newbin "$(readlink -f bundles/latest/dynbinary-daemon/dockerd)" dockerd + + newinitd contrib/init/openrc/docker.initd docker + newconfd contrib/init/openrc/docker.confd docker + + systemd_dounit contrib/init/systemd/docker.{service,socket} + + udev_dorules contrib/udev/*.rules + + dodoc AUTHORS CONTRIBUTING.md CHANGELOG.md NOTICE README.md + dodoc -r docs/* + + insinto /usr/share/vim/vimfiles + doins -r contrib/syntax/vim/ftdetect + doins -r contrib/syntax/vim/syntax + + # note: intentionally not using "doins" so that we preserve +x bits + dodir /usr/share/${PN}/contrib + cp -R contrib/* "${ED}/usr/share/${PN}/contrib" + popd || die # components/engine + + pushd components/cli || die + + newbin build/docker-* docker + + doman man/man*/* + + dobashcomp contrib/completion/bash/* + insinto /usr/share/fish/vendor_completions.d/ + doins contrib/completion/fish/docker.fish + insinto /usr/share/zsh/site-functions + doins contrib/completion/zsh/_* + popd || die # components/cli +} + +pkg_postinst() { + udev_reload + + elog + elog "To use Docker, the Docker daemon must be running as root. To automatically" + elog "start the Docker daemon at boot, add Docker to the default runlevel:" + elog " rc-update add docker default" + elog "Similarly for systemd:" + elog " systemctl enable docker.service" + elog + elog "To use Docker as a non-root user, add yourself to the 'docker' group:" + elog " usermod -aG docker youruser" + elog + + elog " Devicemapper storage driver has been deprecated" + elog " It will be removed in a future release" +} diff --git a/app-eselect/Manifest.gz b/app-eselect/Manifest.gz index dd9a8f92dd00..ff07bb4e5fb1 100644 Binary files a/app-eselect/Manifest.gz and b/app-eselect/Manifest.gz differ diff --git a/app-eselect/eselect-blas/eselect-blas-0.2.ebuild b/app-eselect/eselect-blas/eselect-blas-0.2.ebuild new file mode 100644 index 000000000000..083ca34022d9 --- /dev/null +++ b/app-eselect/eselect-blas/eselect-blas-0.2.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION="BLAS/CBLAS module for eselect" +HOMEPAGE="https://www.gentoo.org" +SRC_URI="" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris" +IUSE="" + +# Need skel.bash lib +RDEPEND=( ">=app-admin/eselect-1.0.5" + "!app-eselect/eselect-cblas" ) +DEPEND="${RDEPEND}" + +S="${WORKDIR}" + +src_install() { + local MODULEDIR="/usr/share/eselect/modules" + local MODULE="blas" + insinto ${MODULEDIR} + newins "${FILESDIR}"/${MODULE}.eselect-${PVR} ${MODULE}.eselect + doman "${FILESDIR}"/blas.eselect.5 +} diff --git a/app-eselect/eselect-blas/files/blas.eselect-0.2 b/app-eselect/eselect-blas/files/blas.eselect-0.2 new file mode 100644 index 000000000000..001ddb941e82 --- /dev/null +++ b/app-eselect/eselect-blas/files/blas.eselect-0.2 @@ -0,0 +1,168 @@ +# -*-eselect-*- vim: ft=eselect +# Copyright 2019 Gentoo Foundation +# Distributed under the terms of the GNU GPL version 2 or later + +inherit config tests multilib skel + +MODULE="BLAS/CBLAS" +IFACE="blas" +DESCRIPTION="Manage installed alternatives of $MODULE shared objects" +MAINTAINER="lumin@debian.org" +VERSION="20190621" + +### helper utility to find all available BLAS/CBLAS implementations +find_targets_in() { + [[ $# -eq 1 ]] || die -q "in which libdir?" + + local cand + for cand in ${EROOT}/etc/env.d/blas/$1/*; do + [[ "config" = $(basename ${cand}) ]] && continue + [[ -r ${cand} ]] && basename ${cand} + done +} + +### helper utility to validate a BLAS/CBLAS library directory +validate_blaslibdir() { + [[ -d $1 ]] || return 2 # dir doesn't exist + [[ -r "${1}/libblas.so.3" ]] && [[ -r "${1}/libblas.so" ]] \ + && [[ -r "${1}/libcblas.so.3" ]] && [[ -r "${1}/libcblas.so" ]] \ + || return 1 +} + +### show action +do_show() { + # do_show -- show both lib64 and lib32 selection + # do_show libxx -- show libxx selection + local libdir cur libdirs=( $(list_libdirs) ) + + # if manually specified libdirs + if [[ ! $# -eq 0 ]]; then + for libdir in $@; do + has $libdir ${libdirs[@]} || die -q "invalid libdir '$libdir'!" + done + libdirs=( $@ ) + fi + + for libdir in ${libdirs[@]}; do + [[ ! -d ${EROOT}/usr/$libdir ]] && continue + [[ ! -r ${EROOT}/etc/env.d/blas/${libdir}/config ]] && continue + cur=$(load_config ${EROOT}/etc/env.d/blas/${libdir}/config CURRENT) + echo ${libdir}: $cur + done +} + +### list action +do_list() { + local i cur targets + local libdir libdirs=( $(list_libdirs) ) + + # if manually specified libdirs + if [[ ! $# -eq 0 ]]; then + for libdir in $@; do + has $libdir ${libdirs[@]} || die -q "invalid libdir '$libdir'!" + done + libdirs=( $@ ) + fi + + for libdir in ${libdirs[@]}; do + [[ ! -d ${EROOT}/usr/$libdir ]] || [[ -L ${EROOT}/usr/$libdir ]] && continue + targets=( $(find_targets_in $libdir) ) + cur=$(load_config ${EROOT}/etc/env.d/blas/${libdir}/config CURRENT) + + write_list_start "Available BLAS/CBLAS ($libdir) candidates:" + for (( i = 0; i < ${#targets[@]}; i++ )); do + [[ ${targets[i]} = $cur ]] \ + && targets[i]=$(highlight_marker "${targets[i]}") + done + write_numbered_list -m "(none found)" "${targets[@]}" + done +} + +### validate action +describe_validate() { + echo "validate candidates and remove invalid ones" +} + +do_validate() { + local i ldpath targets target candidate + local libdir libdirs=( $(list_libdirs) ) + for libdir in ${libdirs[@]}; do + [[ ! -d ${EROOT}/usr/$libdir ]] || [[ -L ${EROOT}/usr/$libdir ]] && continue + targets=( $(find_targets_in $libdir) ) + for target in ${targets[@]}; do + candidate=${EROOT}/etc/env.d/blas/${libdir}/${target} + ldpath=$(load_config $candidate LDPATH) + if ! validate_blaslibdir $ldpath; then + echo "Removing invalid BLAS/CBLAS candidate ($candidate) ..." + rm -v $candidate + fi + done + done +} + +### set action + +describe_set() { + echo "Activate one of the installed $MODULE implementations" +} + +describe_set_parameters() { + echo "[] " +} + +describe_set_options() { + echo "libdir: lib64 or lib32. Will use the native one when omitted." + echo "implementation : implementation name or number (from 'list' action)" +} + +do_set() { + local libdirs=( $(list_libdirs) ) + local targets libdir ldconf libpath impl + + # check argument existence + [[ $# -eq 1 ]] || [[ $# -eq 2 ]] || \ + die -q "Please specify [] to activate!" + # read argumenets + if [[ $# -eq 2 ]]; then libdir="$1"; else libdir="$(get_libdir)"; fi + if [[ $# -eq 2 ]]; then impl="$2"; else impl="$1"; fi + # validate arguments + has "$libdir" "${libdirs[@]}" || die -q "Invalid libdir ($libdir) !" + targets=( $(find_targets_in $libdir) ) + if ! has "$impl" "${targets[@]}"; then + if [[ ${impl} -gt 0 ]] && [[ ${impl} -le ${#targets[@]} ]]; then + impl=${targets[(${impl} - 1)]} + else + die -q "Invalid impl ($impl) !" + fi + fi + # store the configuration to env.d + store_config ${EROOT}/etc/env.d/blas/${libdir}/config CURRENT "${impl}" + # generate ld.so.conf file + ldconf="${EROOT}/etc/ld.so.conf.d/81-blas-${libdir}.conf" + libpath=$(load_config ${EROOT}/etc/env.d/blas/${libdir}/${impl} LDPATH) + truncate -s0 $ldconf + echo "# Auto-generated by eselect::blas. DON'T EDIT." >> $ldconf + echo "$libpath" >> $ldconf + + # refresh cache. env-update will call ldconfig (see + # portage::env_update.py) so we don't need to call it explicitly. + env-update +} + +### add action +describe_add_parameters() { + echo " " +} + +describe_add_options() { + echo "libdir : library directory where $MODULE implementation is installed (lib, lib64, etc.)" + echo "dir : directory containing lib{,c}blas.so{.3}" + echo "impl : name of the $MODULE implementation" +} + +do_add() { + [[ $# -eq 3 ]] \ + || die -q "Please specify to activate!" + validate_blaslibdir $2 || die -q "invalid blas libdir!" + store_config ${EROOT}/etc/env.d/blas/$1/$3 LDPATH $2 +} diff --git a/app-eselect/eselect-blas/files/blas.eselect.5 b/app-eselect/eselect-blas/files/blas.eselect.5 index c9df9fde8d7f..9779268bc65b 100644 --- a/app-eselect/eselect-blas/files/blas.eselect.5 +++ b/app-eselect/eselect-blas/files/blas.eselect.5 @@ -1,22 +1,22 @@ -.TH "ESELECT" "5" "June 2006" "Gentoo Linux" "eselect" +.TH "ESELECT" "5" "June 2019" "Gentoo Linux" "eselect" .SH "NAME" blas.eselect \- The BLAS management module for Gentoo's eselect .SH "SYNOPSIS" \fBeselect blas\fR [\fBhelp\fR|\fBusage\fR] .br -\fBeselect blas\fR \fBlist\fR [\fIoptions\fR] +\fBeselect blas\fR \fBlist\fR [\fIlibdir\fR] .br \fBeselect blas\fR \fBadd\fR .br -\fBeselect blas\fR \fBset\fR \fIimplementation\fR [\fIoptions\fR] +\fBeselect blas\fR \fBset\fR [\fIlibdir\fR] \fIimplementation\fR .br -\fBeselect blas\fR \fBshow\fR [\fIoptions\fR] +\fBeselect blas\fR \fBshow\fR [\fIlibdir\fR] .SH "DESCRIPTION" \fBeselect\fR is Gentoo's configuration and management tool. It features modules that care for the individual administrative tasks. .SH "ACTION: LIST" -\fBeselect blas list\fR [\fIoptions\fR] +\fBeselect blas list\fR [\fIlibdir\fR] .br Displays an ordered list of installed BLAS implementations. It distinguishes between versions with different Application Binary Interfaces (e.g. x86/AMD64). Furthermore, it also distinguishes @@ -31,7 +31,7 @@ Installed BLAS for libdir \fBlib\fR [1] atlas * [2] reference -Possible \fIoptions\fR to the \fBlist\fR action are restrictions to +Possible \fIlibdir\fR to the \fBlist\fR action are restrictions to handle only certain ABI\-specific library directories. For example, \fBeselect blas list lib64\fR @@ -39,7 +39,7 @@ handle only certain ABI\-specific library directories. For example, lists only BLAS implementations found in \fB/usr/lib64\fR. .SH "ACTION: SHOW" -\fBeselect blas show\fR [\fIoptions\fR] +\fBeselect blas show\fR [\fIlibdir\fR] .br Shows your system's currently active BLAS implementations. @@ -49,17 +49,31 @@ lib: atlas .br lib64: reference -The same \fIoptions\fR that apply to the \fBlist\fR action can be used +The same \fIlibdir\fR that apply to the \fBlist\fR action can be used with the \fBshow\fR action to restrict it to given ABIs. .SH "ACTION: SET" -\fBeselect blas set\fR \fIimplementation\fR [\fIoptions\fR] +\fBeselect blas set\fR [\fIlibdir\fR] \fIimplementation\fR .br Sets your system's currently active BLAS implementations to \fIimplementation\fR. -The same \fIoptions\fR that apply to the \fBlist\fR action can be used +The same \fIlibdir\fR that apply to the \fBlist\fR action can be used with the \fBset\fR action to restrict it to given ABIs. phi / # eselect blas set atlas + +.SH "ACTION: VALIDATE" +\fBeselect blas validate\fR +.br +Validates BLAS/CBLAS candidates under the /etc/env.d directory and automatically +remove the invalid ones. + +.SH "ACTION: ADD" +\fBeselect blas add\fR \fIlibdir\fR \fIdir\fR \fIimpl\fR +.br +Add a new BLAS/CBLAS implementation. + .SH "AUTHOR" Danny van Dyk .br Donnie Berkholz +.br +Mo Zhou diff --git a/app-eselect/eselect-lapack/eselect-lapack-0.2.ebuild b/app-eselect/eselect-lapack/eselect-lapack-0.2.ebuild new file mode 100644 index 000000000000..5fcf3f21f415 --- /dev/null +++ b/app-eselect/eselect-lapack/eselect-lapack-0.2.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION="LAPACK module for eselect" +HOMEPAGE="https://www.gentoo.org" +SRC_URI="" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris" +IUSE="" + +# Need skel.bash lib +RDEPEND=( ">=app-admin/eselect-1.0.5" ) +DEPEND="${RDEPEND}" + +S="${WORKDIR}" + +src_install() { + local MODULEDIR="/usr/share/eselect/modules" + local MODULE="lapack" + insinto ${MODULEDIR} + newins "${FILESDIR}"/${MODULE}.eselect-${PVR} ${MODULE}.eselect + doman "${FILESDIR}"/lapack.eselect.5 +} diff --git a/app-eselect/eselect-lapack/files/lapack.eselect-0.2 b/app-eselect/eselect-lapack/files/lapack.eselect-0.2 new file mode 100644 index 000000000000..76c038e13f8c --- /dev/null +++ b/app-eselect/eselect-lapack/files/lapack.eselect-0.2 @@ -0,0 +1,167 @@ +# -*-eselect-*- vim: ft=eselect +# Copyright 2019 Gentoo Foundation +# Distributed under the terms of the GNU GPL version 2 or later + +inherit config tests multilib skel + +MODULE="LAPACK" +IFACE="lapack" +DESCRIPTION="Manage installed alternatives of $MODULE shared objects" +MAINTAINER="lumin@debian.org" +VERSION="20190621" + +### helper utility to find all available LAPACK implementations +find_targets_in() { + [[ $# -eq 1 ]] || die -q "in which libdir?" + + local cand + for cand in ${EROOT}/etc/env.d/lapack/$1/*; do + [[ "config" = $(basename ${cand}) ]] && continue + [[ -r ${cand} ]] && basename ${cand} + done +} + +### helper utility to validate a LAPACK library directory +validate_lapacklibdir() { + [[ -d $1 ]] || return 2 # dir doesn't exist + [[ -r "${1}/liblapack.so.3" ]] && [[ -r "${1}/liblapack.so" ]] \ + || return 1 +} + +### show action +do_show() { + # do_show -- show both lib64 and lib32 selection + # do_show libxx -- show libxx selection + local libdir cur libdirs=( $(list_libdirs) ) + + # if manually specified libdirs + if [[ ! $# -eq 0 ]]; then + for libdir in $@; do + has $libdir ${libdirs[@]} || die -q "invalid libdir '$libdir'!" + done + libdirs=( $@ ) + fi + + for libdir in ${libdirs[@]}; do + [[ ! -d ${EROOT}/usr/$libdir ]] && continue + [[ ! -r ${EROOT}/etc/env.d/lapack/${libdir}/config ]] && continue + cur=$(load_config ${EROOT}/etc/env.d/lapack/${libdir}/config CURRENT) + echo ${libdir}: $cur + done +} + +### list action +do_list() { + local i cur targets + local libdir libdirs=( $(list_libdirs) ) + + # if manually specified libdirs + if [[ ! $# -eq 0 ]]; then + for libdir in $@; do + has $libdir ${libdirs[@]} || die -q "invalid libdir '$libdir'!" + done + libdirs=( $@ ) + fi + + for libdir in ${libdirs[@]}; do + [[ ! -d ${EROOT}/usr/$libdir ]] || [[ -L ${EROOT}/usr/$libdir ]] && continue + targets=( $(find_targets_in $libdir) ) + cur=$(load_config ${EROOT}/etc/env.d/lapack/${libdir}/config CURRENT) + + write_list_start "Available LAPACK ($libdir) candidates:" + for (( i = 0; i < ${#targets[@]}; i++ )); do + [[ ${targets[i]} = $cur ]] \ + && targets[i]=$(highlight_marker "${targets[i]}") + done + write_numbered_list -m "(none found)" "${targets[@]}" + done +} + +### validate action +describe_validate() { + echo "validate candidates and remove invalid ones" +} + +do_validate() { + local i ldpath targets target candidate + local libdir libdirs=( $(list_libdirs) ) + for libdir in ${libdirs[@]}; do + [[ ! -d ${EROOT}/usr/$libdir ]] || [[ -L ${EROOT}/usr/$libdir ]] && continue + targets=( $(find_targets_in $libdir) ) + for target in ${targets[@]}; do + candidate=${EROOT}/etc/env.d/lapack/${libdir}/${target} + ldpath=$(load_config $candidate LDPATH) + if ! validate_lapacklibdir $ldpath; then + echo "Removing invalid LAPACK candidate ($candidate) ..." + rm -v $candidate + fi + done + done +} + +### set action + +describe_set() { + echo "Activate one of the installed $MODULE implementations" +} + +describe_set_parameters() { + echo "[] " +} + +describe_set_options() { + echo "libdir: lib64 or lib32. Will use the native one when omitted." + echo "implementation : implementation name or number (from 'list' action)" +} + +do_set() { + local libdirs=( $(list_libdirs) ) + local targets libdir ldconf libpath impl + + # check argument existence + [[ $# -eq 1 ]] || [[ $# -eq 2 ]] || \ + die -q "Please specify [] to activate!" + # read argumenets + if [[ $# -eq 2 ]]; then libdir="$1"; else libdir="$(get_libdir)"; fi + if [[ $# -eq 2 ]]; then impl="$2"; else impl="$1"; fi + # validate arguments + has "$libdir" "${libdirs[@]}" || die -q "Invalid libdir ($libdir) !" + targets=( $(find_targets_in $libdir) ) + if ! has "$impl" "${targets[@]}"; then + if [[ ${impl} -gt 0 ]] && [[ ${impl} -le ${#targets[@]} ]]; then + impl=${targets[(${impl} - 1)]} + else + die -q "Invalid impl ($impl) !" + fi + fi + # store the configuration to env.d + store_config ${EROOT}/etc/env.d/lapack/${libdir}/config CURRENT "${impl}" + # generate ld.so.conf file + ldconf="${EROOT}/etc/ld.so.conf.d/82-lapack-${libdir}.conf" + libpath=$(load_config ${EROOT}/etc/env.d/lapack/${libdir}/${impl} LDPATH) + truncate -s0 $ldconf + echo "# Auto-generated by eselect::lapack. DON'T EDIT." >> $ldconf + echo "$libpath" >> $ldconf + + # refresh cache. env-update will call ldconfig (see + # portage::env_update.py) so we don't need to call it explicitly. + env-update +} + +### add action +describe_add_parameters() { + echo " " +} + +describe_add_options() { + echo "libdir : library directory where $MODULE implementation is installed (lib, lib64, etc.)" + echo "dir : directory containing liblapack.so{.3}" + echo "impl : name of the $MODULE implementation" +} + +do_add() { + [[ $# -eq 3 ]] \ + || die -q "Please specify to activate!" + validate_lapacklibdir $2 || die -q "invalid lapack libdir!" + store_config ${EROOT}/etc/env.d/lapack/$1/$3 LDPATH $2 +} diff --git a/app-eselect/eselect-lapack/files/lapack.eselect.5 b/app-eselect/eselect-lapack/files/lapack.eselect.5 index 92730a7ac852..4a9b7bda213e 100644 --- a/app-eselect/eselect-lapack/files/lapack.eselect.5 +++ b/app-eselect/eselect-lapack/files/lapack.eselect.5 @@ -1,22 +1,22 @@ -.TH "ESELECT" "5" "June 2006" "Gentoo Linux" "eselect" +.TH "ESELECT" "5" "June 2019" "Gentoo Linux" "eselect" .SH "NAME" lapack.eselect \- The LAPACK management module for Gentoo's eselect .SH "SYNOPSIS" \fBeselect lapack\fR [\fBhelp\fR|\fBusage\fR] .br -\fBeselect lapack\fR \fBlist\fR [\fIoptions\fR] +\fBeselect lapack\fR \fBlist\fR [\fIlibdir\fR] .br \fBeselect lapack\fR \fBadd\fR .br -\fBeselect lapack\fR \fBset\fR \fIimplementation\fR [\fIoptions\fR] +\fBeselect lapack\fR \fBset\fR [\fIoptions\fR] \fIimplementation\fR .br -\fBeselect lapack\fR \fBshow\fR [\fIoptions\fR] +\fBeselect lapack\fR \fBshow\fR [\fIlibdir\fR] .SH "DESCRIPTION" \fBeselect\fR is Gentoo's configuration and management tool. It features modules that care for the individual administrative tasks. .SH "ACTION: LIST" -\fBeselect lapack list\fR [\fIoptions\fR] +\fBeselect lapack list\fR [\fIlibdir\fR] .br Displays an ordered list of installed LAPACK implementations. It distinguishes between versions with different Application Binary Interfaces (e.g. x86/AMD64). Furthermore, it also distinguishes @@ -39,7 +39,7 @@ handle only certain ABI\-specific library directories. For example, lists only LAPACK implementations found in \fB/usr/lib64\fR. .SH "ACTION: SHOW" -\fBeselect lapack show\fR [\fIoptions\fR] +\fBeselect lapack show\fR [\fIlibdir\fR] .br Shows your system's currently active LAPACK implementations. @@ -59,7 +59,21 @@ The same \fIoptions\fR that apply to the \fBlist\fR action can be used with the \fBset\fR action to restrict it to given ABIs. phi / # eselect lapack set atlas + +.SH "ACTION: VALIDATE" +\fBeselect lapack validate\fR +.br +Validates LAPACK candidates under the /etc/env.d directory and automatically +remove the invalid ones. + +.SH "ACTION: ADD" +\fBeselect lapack add\fR \fIlibdir\fR \fIdir\fR \fIimpl\fR +.br +Add a new LAPACK implementation. + .SH "AUTHOR" Danny van Dyk .br Donnie Berkholz +.br +Mo Zhou diff --git a/app-office/Manifest.gz b/app-office/Manifest.gz index 4df747e07972..db4e3354c2be 100644 Binary files a/app-office/Manifest.gz and b/app-office/Manifest.gz differ diff --git a/app-office/texmaker/texmaker-5.0.3.ebuild b/app-office/texmaker/texmaker-5.0.3.ebuild index 67bf85bbd1f0..5ec3513ae578 100644 --- a/app-office/texmaker/texmaker-5.0.3.ebuild +++ b/app-office/texmaker/texmaker-5.0.3.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://xm1math.net/texmaker/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="" BDEPEND=" diff --git a/app-portage/Manifest.gz b/app-portage/Manifest.gz index 564c765af9f4..f116727cfc5f 100644 Binary files a/app-portage/Manifest.gz and b/app-portage/Manifest.gz differ diff --git a/app-portage/prefix-toolkit/prefix-toolkit-0.ebuild b/app-portage/prefix-toolkit/prefix-toolkit-0.ebuild deleted file mode 100644 index ae2ca111babd..000000000000 --- a/app-portage/prefix-toolkit/prefix-toolkit-0.ebuild +++ /dev/null @@ -1,565 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DESCRIPTION="Utilities for users of Gentoo Prefix" -HOMEPAGE="https://prefix.gentoo.org/" -SRC_URI="" - -LICENSE="GPL-3" -SLOT="0" - -[[ ${PV} == 9999 ]] || -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt" - -DEPEND="" -RDEPEND=" - >sys-apps/portage-2.3.62 - !app-portage/prefix-chain-setup - !sys-apps/prefix-chain-utils - prefix-stack? ( - >=sys-apps/baselayout-prefix-2.6 - ) -" - -S="${WORKDIR}" - -my_unpack() { - local infile=$1 - local outfile=${2:-${infile}} - ebegin "extracting ${outfile}" - sed -ne "/^: ${infile} /,/EOIN/{/EOIN/d;p}" "${EBUILD}" \ - > "${outfile}" || die "Failed to unpack ${outfile}" - eend $? -} - -src_unpack() { - if use prefix-stack ; then - my_unpack prefix-stack.bash_login - my_unpack prefix-stack.bashrc - my_unpack prefix-stack.envd.99stack - my_unpack prefix-stack-ccwrap - local editor pager - for editor in "${EDITOR}" {"${EPREFIX}","${BROOT}"}/bin/nano - do - [[ -x ${editor} ]] || continue - done - for pager in "${PAGER}" {"${EPREFIX}","${BROOT}"}/usr/bin/less - do - [[ -x ${pager} ]] || continue - done - printf '%s\n' "EDITOR=\"${editor}\"" "PAGER=\"${pager}\"" > 000fallback - else - my_unpack prefix-stack-setup - fi - my_unpack startprefix -} - -my_prefixify() { - local ebash eenv - if use prefix-stack ; then - ebash="${BROOT}/bin/bash" - eenv="${BROOT}/usr/bin/env" - else - ebash="${EPREFIX}/bin/bash" - eenv="${EPREFIX}/usr/bin/env" - fi - - # the @=@ prevents repoman from believing we set readonly vars - sed -e "s,@GENTOO_PORTAGE_BPREFIX@,${BROOT},g" \ - -e "s,@GENTOO_PORTAGE_EPREFIX@,${EPREFIX},g" \ - -e "s,@GENTOO_PORTAGE_CHOST@,${CHOST},g" \ - -e "s,@GENTOO_PORTAGE_EBASH@,${ebash},g" \ - -e "s,@GENTOO_PORTAGE_EENV@,${eenv},g" \ - -e "s,@=@,=,g" \ - -i "$@" || die -} - -src_configure() { - # do not eprefixify during unpack, to allow userpatches to apply - my_prefixify * -} - -src_install-prefix-stack-ccwrap() { - # install toolchain wrapper. - local wrapperdir=/usr/${CHOST}/gcc-bin/${CHOST}-${PN}/${PV} - local wrappercfg=${CHOST}-${P} - - exeinto $wrapperdir - doexe prefix-stack-ccwrap - - local cc - for cc in \ - gcc \ - g++ \ - cpp \ - c++ \ - windres \ - ; do - dosym prefix-stack-ccwrap $wrapperdir/${CHOST}-${cc} - dosym ${CHOST}-${cc} $wrapperdir/${cc} - done - - # LDPATH is required to keep gcc-config happy :( - cat > ./${wrappercfg} <<-EOF - GCC_PATH="${EPREFIX}$wrapperdir" - LDPATH="${EPREFIX}$wrapperdir" - EOF - - insinto /etc/env.d/gcc - doins ./${wrappercfg} -} - -src_install() { - if use prefix-stack; then - src_install-prefix-stack-ccwrap - insinto /etc - doins prefix-stack.bash_login - insinto /etc/bash - newins prefix-stack.bashrc bashrc - newenvd prefix-stack.envd.99stack 99stack - doenvd 000fallback - else - dobin prefix-stack-setup - fi - exeinto / - doexe startprefix -} - -return 0 - -: startprefix <<'EOIN' -#!@GENTOO_PORTAGE_EBASH@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -# Fabian Groffen -- 2007-03-10 -# Enters the prefix environment by starting a login shell from the -# prefix. The SHELL environment variable is elevated in order to make -# applications that start login shells to work, such as `screen`. - -# if you come from a substantially polluted environment (another -# Prefix), a cleanup as follows resolves most oddities I've ever seen: -# env -i HOME=$HOME TERM=$TERM USER=$USER $SHELL -l -# hence this script starts the Prefix shell like this - -if [[ ${SHELL#@GENTOO_PORTAGE_EPREFIX@} != ${SHELL} ]] -then - echo "You appear to be in prefix already (SHELL=${SHELL})" > /dev/stderr - exit -1 -elif [[ ${SHELL#@GENTOO_PORTAGE_BPREFIX@} != ${SHELL} ]] && - [[ ${EPREFIX-unset} == '@GENTOO_PORTAGE_EPREFIX@' ]] -then - echo "You appear to be in stacked prefix already (EPREFIX=${EPREFIX})" > /dev/stderr - exit -1 -fi - -# What is our prefix? -EPREFIX@=@'@GENTOO_PORTAGE_EPREFIX@' -BPREFIX@=@'@GENTOO_PORTAGE_BPREFIX@' - -# not all systems have the same location for shells, however what it -# boils down to, is that we need to know what the shell is, and then we -# can find it in the bin dir of our prefix -for SHELL in \ - "${EPREFIX}/bin/${SHELL##*/}" \ - "${BPREFIX}/bin/${SHELL##*/}" \ - ${SHELL##*/} -do - [[ ${SHELL} == */* && -x ${SHELL} ]] && break -done - -# check if the shell exists -if [[ ${SHELL} != */* ]] -then - echo "Failed to find the Prefix shell, this is probably" > /dev/stderr - echo "because you didn't emerge the shell ${SHELL}" > /dev/stderr - exit 1 -fi - -# set the prefix shell in the environment -export SHELL - -# give a small notice -echo "Entering Gentoo Prefix ${EPREFIX}" -# start the login shell, clean the entire environment but what's needed -RETAIN="HOME=$HOME TERM=$TERM USER=$USER SHELL=$SHELL" -# PROFILEREAD is necessary on SUSE not to wipe the env on shell start -[[ -n ${PROFILEREAD} ]] && RETAIN+=" PROFILEREAD=$PROFILEREAD" -# ssh-agent is handy to keep, of if set, inherit it -[[ -n ${SSH_AUTH_SOCK} ]] && RETAIN+=" SSH_AUTH_SOCK=$SSH_AUTH_SOCK" -# if we're on some X terminal, makes sense to inherit that too -[[ -n ${DISPLAY} ]] && RETAIN+=" DISPLAY=$DISPLAY" -# do it! -if [[ ${SHELL#${EPREFIX}} != ${SHELL} ]] ; then - '@GENTOO_PORTAGE_EENV@' -i $RETAIN $SHELL -l -elif [[ ' bash ' == *" ${SHELL##*/} "* ]] ; then - # shell coming from different prefix would load it's own - # etc/profile upon -l, so we have to override - '@GENTOO_PORTAGE_EENV@' -i ${RETAIN} "${SHELL}" --rcfile "${EPREFIX}"/etc/prefix-stack.bash_login -i -else - echo "Only bash is supported with stacked Prefix (you have ${SHELL##*/}), sorry!" > /dev/stderr - exit 1 -fi -# and leave a message when we exit... the shell might return non-zero -# without having real problems, so don't send alarming messages about -# that -echo "Leaving Gentoo Prefix with exit status $?" -EOIN - -: prefix-stack.bashrc <<'EOIN' -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 -# -# In stacked Prefix there is no bash installed, yet -# etc/bash/bashrc from base Prefix still is useful. -# - -if [[ $- != *i* ]] ; then - # Shell is non-interactive, bashrc does not apply - return -fi - -if [[ -r @GENTOO_PORTAGE_BPREFIX@/etc/bash/bashrc ]] ; then - source '@GENTOO_PORTAGE_BPREFIX@/etc/bash/bashrc' - # only if base Prefix does have an etc/bash/bashrc, we also - # run bashrc snippets provided by packages in stacked Prefix - for sh in '@GENTOO_PORTAGE_EPREFIX@'/etc/bash/bashrc.d/* ; do - [[ -r ${sh} ]] && source "${sh}" - done - unset sh -else - # etc/profile does expect etc/bash/bashrc to set PS1 - PS1='\u@\h \w \$ ' -fi -EOIN - -: prefix-stack.bash_login <<'EOIN' -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 -# -# In stacked Prefix there is no bash installed, so there is -# no bash able to load this Prefix' profile as login shell. -# Instead, you can specify this one as bash rcfile to mimic -# a bash login shell using this stacked Prefix profile. -# - -if [[ -s '@GENTOO_PORTAGE_EPREFIX@/etc/profile' ]] ; then - . '@GENTOO_PORTAGE_EPREFIX@/etc/profile' -fi -if [[ -s ~/.bash_profile ]] ; then - . ~/.bash_profile -elif [[ -s ~/.bash_login ]] ; then - . ~/.bash_login -elif [[ -s ~/.profile ]] ; then - . ~/.profile -fi -EOIN - -: prefix-stack.envd.99stack <<'EOIN' -PKG_CONFIG_PATH@=@"@GENTOO_PORTAGE_EPREFIX@/usr/lib/pkgconfig:@GENTOO_PORTAGE_EPREFIX@/usr/share/pkgconfig" -PORTAGE_CONFIGROOT@=@"@GENTOO_PORTAGE_EPREFIX@" -EPREFIX@=@"@GENTOO_PORTAGE_EPREFIX@" -EOIN - -: prefix-stack-setup <<'EOIN' -#!@GENTOO_PORTAGE_EPREFIX@/bin/bash -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -PARENT_EPREFIX="@GENTOO_PORTAGE_EPREFIX@" -PARENT_CHOST="@GENTOO_PORTAGE_CHOST@" -CHILD_EPREFIX= -CHILD_PROFILE= - -# -# get ourselfs the functions.sh script for ebegin/eend/etc. -# -for f in \ - /lib/gentoo/functions.sh \ - /etc/init.d/functions.sh \ - /sbin/functions.sh \ -; do - if [[ -r ${PARENT_EPREFIX}${f} ]] ; then - . "${PARENT_EPREFIX}${f}" - f=found - break - fi -done - -if [[ ${f} != found ]] ; then - echo "Cannot find Gentoo functions, aborting." >&2 - exit 1 -fi - -for arg in "$@"; do - case "${arg}" in - --eprefix=*) CHILD_EPREFIX="${arg#--eprefix=}" ;; - --profile=*) CHILD_PROFILE="${arg#--profile=}" ;; - - --help) - einfo "$0 usage:" - einfo " --eprefix=[PATH] Path to new EPREFIX to create stacked to the prefix" - einfo " where this script is installed (${PARENT_EPREFIX})" - einfo " --profile=[PATH] The absolute path to the profile to use. This path" - einfo " must point to a directory within ${PARENT_EPREFIX}" - exit 0 - ;; - esac -done - -# -# sanity check of given values -# - -test -n "${CHILD_EPREFIX}" || { eerror "no eprefix argument given"; exit 1; } -test -d "${CHILD_EPREFIX}" && { eerror "${CHILD_EPREFIX} already exists"; exit 1; } -test -n "${CHILD_PROFILE}" || { eerror "no profile argument given"; exit 1; } -test -d "${CHILD_PROFILE}" || { eerror "${CHILD_PROFILE} does not exist"; exit 1; } - -einfo "creating stacked prefix ${CHILD_EPREFIX}" - -# -# functions needed below. -# -eend_exit() { - eend $1 - [[ $1 != 0 ]] && exit 1 -} - -# -# create the directories required to bootstrap the least. -# -ebegin "creating directory structure" -( - set -e - mkdir -p "${CHILD_EPREFIX}"/etc/portage/profile/use.mask - mkdir -p "${CHILD_EPREFIX}"/etc/portage/profile/use.force - mkdir -p "${CHILD_EPREFIX}"/etc/portage/env - mkdir -p "${CHILD_EPREFIX}"/etc/portage/package.env - ln -s "${PARENT_EPREFIX}"/etc/portage/repos.conf "${CHILD_EPREFIX}"/etc/portage/repos.conf -) -eend_exit $? - -# -# create a make.conf and set PORTDIR and PORTAGE_TMPDIR -# -ebegin "creating make.conf" -( - set -e - echo "#" - echo "# The following values where taken from the parent prefix's" - echo "# environment. Feel free to adopt them as you like." - echo "#" - echo "CFLAGS=\"$(portageq envvar CFLAGS)\"" - echo "CXXFLAGS=\"$(portageq envvar CXXFLAGS)\"" - echo "MAKEOPTS=\"$(portageq envvar MAKEOPTS)\"" - niceness=$(portageq envvar PORTAGE_NICENESS || true) - [[ -n ${niceness} ]] && - echo "PORTAGE_NICENESS=\"${niceness}\"" - echo - echo "# Mirrors from parent prefix." - echo "GENTOO_MIRRORS=\"$(portageq envvar GENTOO_MIRRORS || true)\"" - echo - echo "# Below comes the prefix-stack setup. Only change things" - echo "# if you know exactly what you are doing!" - echo "EPREFIX=\"${CHILD_EPREFIX}\"" - echo "PORTAGE_OVERRIDE_EPREFIX=\"${PARENT_EPREFIX}\"" - echo "BROOT=\"${PARENT_EPREFIX}\"" -) > "${CHILD_EPREFIX}"/etc/portage/make.conf -eend_exit $? - -ebegin "creating use.mask/prefix-stack" -printf -- '-%s\n' prefix{,-guest,-stack} > "${CHILD_EPREFIX}"/etc/portage/profile/use.mask/prefix-stack -eend_exit $? - -ebegin "creating use.force/prefix-stack" -printf -- '%s\n' prefix{,-guest,-stack} > "${CHILD_EPREFIX}"/etc/portage/profile/use.force/prefix-stack -eend_exit $? - -ebegin "creating env/host-cc.conf" -cat > "${CHILD_EPREFIX}"/etc/portage/env/host-cc.conf <<-EOM - CC=${PARENT_CHOST}-gcc - CXX=${PARENT_CHOST}-g++ - EOM -eend_exit $? - -ebegin "creating package.env/prefix-stack" -cat > "${CHILD_EPREFIX}"/etc/portage/package.env/prefix-stack <<-'EOM' - # merge with the parent's chost. this forces the use of the parent - # compiler, which generally would be illegal - this is an exception. - # This is required for example on winnt, because the wrapper has to - # be able to use/resolve symlinks, etc. native winnt binaries miss - # that ability, but cygwin binaries don't. - sys-devel/gcc-config host-cc.conf - sys-apps/gentoo-functions host-cc.conf - EOM -eend_exit $? - -# -# create the make.profile symlinks. -# -ebegin "creating make.profile" -( - ln -s "${CHILD_PROFILE}" "${CHILD_EPREFIX}/etc/portage/make.profile" -) -eend_exit $? - -# -# adjust permissions of generated files. -# -ebegin "adjusting permissions" -( - set -e - chmod 644 "${CHILD_EPREFIX}"/etc/portage/make.conf - chmod 644 "${CHILD_EPREFIX}"/etc/portage/env/host-cc.conf - chmod 644 "${CHILD_EPREFIX}"/etc/portage/package.env/prefix-stack -) -eend_exit $? - -# -# now merge some basics. -# -ebegin "installing required basic packages" -( - set -e - export PORTAGE_CONFIGROOT@=@"${CHILD_EPREFIX}" - export EPREFIX@=@"${CHILD_EPREFIX}" - export PORTAGE_OVERRIDE_EPREFIX@=@"${PARENT_EPREFIX}" - -# # this -pv is there to avoid the global update output, which is -# # there on the first emerge run. (thus, just cosmetics). -# emerge --pretend --oneshot --nodeps baselayout-prefix - - # let baselayout create the directories - USE@=@"${USE} build" \ - emerge --verbose --nodeps --oneshot \ - '>=baselayout-prefix-2.6' - - # Record the prefix-toolkit into @world file, as it provides the - # env.d telling the PM to manage this stacked Prefix, but may not - # (unlike baselayout) be part of @system set per the profile. - emerge --verbose --nodeps \ - prefix-toolkit - - emerge --verbose --nodeps --oneshot \ - gentoo-functions \ - elt-patches \ - gnuconfig \ - gcc-config - - # select the stack wrapper profile from gcc-config - env -i PORTAGE_CONFIGROOT="${CHILD_EPREFIX}" "$(type -P bash)" "${CHILD_EPREFIX}"/usr/bin/gcc-config 1 - - # do this _after_ selecting the correct compiler! - emerge --verbose --nodeps --oneshot \ - libtool -) -eend_exit $? - -# -# wow, all ok :) -# -ewarn -ewarn "all done. don't forget to tune ${CHILD_EPREFIX}/etc/portage/make.conf." -ewarn "to enter the new prefix, run \"${CHILD_EPREFIX}/startprefix\"." -ewarn -EOIN - -: prefix-stack-ccwrap <<'EOIN' -#!@GENTOO_PORTAGE_BPREFIX@/bin/bash - -if [ -r /cygdrive/. ]; then - winpath2unix() { cygpath -u "$1"; } - unixpath2win() { cygpath -w "$1"; } -fi - -myself=${0##*/} # basename $0 -link_dirs=() -opts=() -chost="@GENTOO_PORTAGE_CHOST@" -prefix="@GENTOO_PORTAGE_EPREFIX@" -absprefix=${prefix} -if [[ ${chost} == *"-winnt"* ]]; then - # we may get called from windows binary, like pkgdata in dev-libs/icu - # in this case, PATH elements get the "/dev/fs/C/WINDOWS/SUA" prefix - absprefix=$(winpath2unix "$(unixpath2win "${absprefix}")") -fi -[[ ${myself} == *windres* ]] && mode=compile || mode=link -orig_args=("$@") - -for opt in "$@" -do - case "$opt" in - -L) - link_dirs=("${link_dirs[@]}" "-L$1") - shift - ;; - -L*) - link_dirs=("${link_dirs[@]}" "${opt}") - ;; - *) - case "${opt}" in - -v) - # -v done right: only use mode version if -v is the _only_ - # argument on the command line. - [[ ${#orig_args[@]} -gt 1 ]] || mode=version - ;; - --version) mode=version ;; - -c|-E|-S) mode=compile ;; - -print-search-dirs) mode=dirs ;; - esac - opts=("${opts[@]}" "${opt}") - ;; - esac -done - -# remove any path to current prefix, need base prefix only -new_path= -save_ifs=$IFS -IFS=':' -for p in $PATH -do - IFS=$save_ifs - [[ ${p#${absprefix}} != "${p}" ]] && continue - if [[ -z "${new_path}" ]]; then - new_path="${p}" - else - new_path="${new_path}:${p}" - fi -done -IFS=$save_ifs - -PATH=${new_path} - -# binutils-config's ldwrapper understands '-R' for aix and hpux too. -# parity (winnt) understands -rpath only ... -case "${chost}" in -*-winnt*) rpath_opt="-Wl,-rpath," ;; -*) rpath_opt="-Wl,-R," ;; -esac - -pfx_link=("-L${prefix}/usr/lib" "-L${prefix}/lib") -pfx_link_r=("${rpath_opt}${prefix}/lib" "${rpath_opt}${prefix}/usr/lib") -pfx_comp=("-I${prefix}/include" "-I${prefix}/usr/include") - -# ensure we run the right chost program in base prefix -[[ ${myself} == *-*-*-* ]] || myself=${chost}-${myself#${chost}-} - -case "$mode" in -link) exec "${myself}" "${link_dirs[@]}" "${pfx_link[@]}" "${opts[@]}" "${pfx_comp[@]}" "${pfx_link_r[@]}" ;; -compile) exec "${myself}" "${link_dirs[@]}" "${opts[@]}" "${pfx_comp[@]}" ;; -version) exec "${myself}" "${orig_args[@]}" ;; -dirs) - "${myself}" "${orig_args[@]}" | while read line; do - if [[ "${line}" == "libraries: ="* ]]; then - echo "libraries: =${prefix}/usr/lib:${prefix}/lib:${line#"libraries: ="}" - else - echo "${line}" - fi - done - ;; -*) echo "cannot infer ${myself}'s mode from comamnd line arguments"; exit 1 ;; -esac -EOIN diff --git a/app-portage/prefix-toolkit/prefix-toolkit-1.ebuild b/app-portage/prefix-toolkit/prefix-toolkit-1.ebuild deleted file mode 100644 index 0b61ff486871..000000000000 --- a/app-portage/prefix-toolkit/prefix-toolkit-1.ebuild +++ /dev/null @@ -1,567 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DESCRIPTION="Utilities for users of Gentoo Prefix" -HOMEPAGE="https://prefix.gentoo.org/" -SRC_URI="" - -LICENSE="GPL-3" -SLOT="0" - -[[ ${PV} == 9999 ]] || -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt" - -BDEPEND=" - >sys-apps/portage-2.3.62 -" -DEPEND="" -RDEPEND=" - !app-portage/prefix-chain-setup - !sys-apps/prefix-chain-utils - prefix-stack? ( - >=sys-apps/baselayout-prefix-2.6 - ) -" - -S="${WORKDIR}" - -my_unpack() { - local infile=$1 - local outfile=${2:-${infile}} - ebegin "extracting ${outfile}" - sed -ne "/^: ${infile} /,/EOIN/{/EOIN/d;p}" "${EBUILD}" \ - > "${outfile}" || die "Failed to unpack ${outfile}" - eend $? -} - -src_unpack() { - if use prefix-stack ; then - my_unpack prefix-stack.bash_login - my_unpack prefix-stack.bashrc - my_unpack prefix-stack.envd.99stack - my_unpack prefix-stack-ccwrap - local editor pager - for editor in "${EDITOR}" {"${EPREFIX}","${BROOT}"}/bin/nano - do - [[ -x ${editor} ]] || continue - done - for pager in "${PAGER}" {"${EPREFIX}","${BROOT}"}/usr/bin/less - do - [[ -x ${pager} ]] || continue - done - printf '%s\n' "EDITOR=\"${editor}\"" "PAGER=\"${pager}\"" > 000fallback - else - my_unpack prefix-stack-setup - fi - my_unpack startprefix -} - -my_prefixify() { - local ebash eenv - if use prefix-stack ; then - ebash="${BROOT}/bin/bash" - eenv="${BROOT}/usr/bin/env" - else - ebash="${EPREFIX}/bin/bash" - eenv="${EPREFIX}/usr/bin/env" - fi - - # the @=@ prevents repoman from believing we set readonly vars - sed -e "s,@GENTOO_PORTAGE_BPREFIX@,${BROOT},g" \ - -e "s,@GENTOO_PORTAGE_EPREFIX@,${EPREFIX},g" \ - -e "s,@GENTOO_PORTAGE_CHOST@,${CHOST},g" \ - -e "s,@GENTOO_PORTAGE_EBASH@,${ebash},g" \ - -e "s,@GENTOO_PORTAGE_EENV@,${eenv},g" \ - -e "s,@=@,=,g" \ - -i "$@" || die -} - -src_configure() { - # do not eprefixify during unpack, to allow userpatches to apply - my_prefixify * -} - -src_install-prefix-stack-ccwrap() { - # install toolchain wrapper. - local wrapperdir=/usr/${CHOST}/gcc-bin/${CHOST}-${PN}/${PV} - local wrappercfg=${CHOST}-${P} - - exeinto $wrapperdir - doexe prefix-stack-ccwrap - - local cc - for cc in \ - gcc \ - g++ \ - cpp \ - c++ \ - windres \ - ; do - dosym prefix-stack-ccwrap $wrapperdir/${CHOST}-${cc} - dosym ${CHOST}-${cc} $wrapperdir/${cc} - done - - # LDPATH is required to keep gcc-config happy :( - cat > ./${wrappercfg} <<-EOF - GCC_PATH="${EPREFIX}$wrapperdir" - LDPATH="${EPREFIX}$wrapperdir" - EOF - - insinto /etc/env.d/gcc - doins ./${wrappercfg} -} - -src_install() { - if use prefix-stack; then - src_install-prefix-stack-ccwrap - insinto /etc - doins prefix-stack.bash_login - insinto /etc/bash - newins prefix-stack.bashrc bashrc - newenvd prefix-stack.envd.99stack 99stack - doenvd 000fallback - else - dobin prefix-stack-setup - fi - exeinto / - doexe startprefix -} - -return 0 - -: startprefix <<'EOIN' -#!@GENTOO_PORTAGE_EBASH@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -# Fabian Groffen -- 2007-03-10 -# Enters the prefix environment by starting a login shell from the -# prefix. The SHELL environment variable is elevated in order to make -# applications that start login shells to work, such as `screen`. - -# if you come from a substantially polluted environment (another -# Prefix), a cleanup as follows resolves most oddities I've ever seen: -# env -i HOME=$HOME TERM=$TERM USER=$USER $SHELL -l -# hence this script starts the Prefix shell like this - -if [[ ${SHELL#@GENTOO_PORTAGE_EPREFIX@} != ${SHELL} ]] -then - echo "You appear to be in prefix already (SHELL=${SHELL})" > /dev/stderr - exit -1 -elif [[ ${SHELL#@GENTOO_PORTAGE_BPREFIX@} != ${SHELL} ]] && - [[ ${EPREFIX-unset} == '@GENTOO_PORTAGE_EPREFIX@' ]] -then - echo "You appear to be in stacked prefix already (EPREFIX=${EPREFIX})" > /dev/stderr - exit -1 -fi - -# What is our prefix? -EPREFIX@=@'@GENTOO_PORTAGE_EPREFIX@' -BPREFIX@=@'@GENTOO_PORTAGE_BPREFIX@' - -# not all systems have the same location for shells, however what it -# boils down to, is that we need to know what the shell is, and then we -# can find it in the bin dir of our prefix -for SHELL in \ - "${EPREFIX}/bin/${SHELL##*/}" \ - "${BPREFIX}/bin/${SHELL##*/}" \ - ${SHELL##*/} -do - [[ ${SHELL} == */* && -x ${SHELL} ]] && break -done - -# check if the shell exists -if [[ ${SHELL} != */* ]] -then - echo "Failed to find the Prefix shell, this is probably" > /dev/stderr - echo "because you didn't emerge the shell ${SHELL}" > /dev/stderr - exit 1 -fi - -# set the prefix shell in the environment -export SHELL - -# give a small notice -echo "Entering Gentoo Prefix ${EPREFIX}" -# start the login shell, clean the entire environment but what's needed -RETAIN="HOME=$HOME TERM=$TERM USER=$USER SHELL=$SHELL" -# PROFILEREAD is necessary on SUSE not to wipe the env on shell start -[[ -n ${PROFILEREAD} ]] && RETAIN+=" PROFILEREAD=$PROFILEREAD" -# ssh-agent is handy to keep, of if set, inherit it -[[ -n ${SSH_AUTH_SOCK} ]] && RETAIN+=" SSH_AUTH_SOCK=$SSH_AUTH_SOCK" -# if we're on some X terminal, makes sense to inherit that too -[[ -n ${DISPLAY} ]] && RETAIN+=" DISPLAY=$DISPLAY" -# do it! -if [[ ${SHELL#${EPREFIX}} != ${SHELL} ]] ; then - '@GENTOO_PORTAGE_EENV@' -i $RETAIN $SHELL -l -elif [[ ' bash ' == *" ${SHELL##*/} "* ]] ; then - # shell coming from different prefix would load it's own - # etc/profile upon -l, so we have to override - '@GENTOO_PORTAGE_EENV@' -i ${RETAIN} "${SHELL}" --rcfile "${EPREFIX}"/etc/prefix-stack.bash_login -i -else - echo "Only bash is supported with stacked Prefix (you have ${SHELL##*/}), sorry!" > /dev/stderr - exit 1 -fi -# and leave a message when we exit... the shell might return non-zero -# without having real problems, so don't send alarming messages about -# that -echo "Leaving Gentoo Prefix with exit status $?" -EOIN - -: prefix-stack.bashrc <<'EOIN' -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 -# -# In stacked Prefix there is no bash installed, yet -# etc/bash/bashrc from base Prefix still is useful. -# - -if [[ $- != *i* ]] ; then - # Shell is non-interactive, bashrc does not apply - return -fi - -if [[ -r @GENTOO_PORTAGE_BPREFIX@/etc/bash/bashrc ]] ; then - source '@GENTOO_PORTAGE_BPREFIX@/etc/bash/bashrc' - # only if base Prefix does have an etc/bash/bashrc, we also - # run bashrc snippets provided by packages in stacked Prefix - for sh in '@GENTOO_PORTAGE_EPREFIX@'/etc/bash/bashrc.d/* ; do - [[ -r ${sh} ]] && source "${sh}" - done - unset sh -else - # etc/profile does expect etc/bash/bashrc to set PS1 - PS1='\u@\h \w \$ ' -fi -EOIN - -: prefix-stack.bash_login <<'EOIN' -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 -# -# In stacked Prefix there is no bash installed, so there is -# no bash able to load this Prefix' profile as login shell. -# Instead, you can specify this one as bash rcfile to mimic -# a bash login shell using this stacked Prefix profile. -# - -if [[ -s '@GENTOO_PORTAGE_EPREFIX@/etc/profile' ]] ; then - . '@GENTOO_PORTAGE_EPREFIX@/etc/profile' -fi -if [[ -s ~/.bash_profile ]] ; then - . ~/.bash_profile -elif [[ -s ~/.bash_login ]] ; then - . ~/.bash_login -elif [[ -s ~/.profile ]] ; then - . ~/.profile -fi -EOIN - -: prefix-stack.envd.99stack <<'EOIN' -PKG_CONFIG_PATH@=@"@GENTOO_PORTAGE_EPREFIX@/usr/lib/pkgconfig:@GENTOO_PORTAGE_EPREFIX@/usr/share/pkgconfig" -PORTAGE_CONFIGROOT@=@"@GENTOO_PORTAGE_EPREFIX@" -EPREFIX@=@"@GENTOO_PORTAGE_EPREFIX@" -EOIN - -: prefix-stack-setup <<'EOIN' -#!@GENTOO_PORTAGE_EPREFIX@/bin/bash -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -PARENT_EPREFIX="@GENTOO_PORTAGE_EPREFIX@" -PARENT_CHOST="@GENTOO_PORTAGE_CHOST@" -CHILD_EPREFIX= -CHILD_PROFILE= - -# -# get ourselfs the functions.sh script for ebegin/eend/etc. -# -for f in \ - /lib/gentoo/functions.sh \ - /etc/init.d/functions.sh \ - /sbin/functions.sh \ -; do - if [[ -r ${PARENT_EPREFIX}${f} ]] ; then - . "${PARENT_EPREFIX}${f}" - f=found - break - fi -done - -if [[ ${f} != found ]] ; then - echo "Cannot find Gentoo functions, aborting." >&2 - exit 1 -fi - -for arg in "$@"; do - case "${arg}" in - --eprefix=*) CHILD_EPREFIX="${arg#--eprefix=}" ;; - --profile=*) CHILD_PROFILE="${arg#--profile=}" ;; - - --help) - einfo "$0 usage:" - einfo " --eprefix=[PATH] Path to new EPREFIX to create stacked to the prefix" - einfo " where this script is installed (${PARENT_EPREFIX})" - einfo " --profile=[PATH] The absolute path to the profile to use. This path" - einfo " must point to a directory within ${PARENT_EPREFIX}" - exit 0 - ;; - esac -done - -# -# sanity check of given values -# - -test -n "${CHILD_EPREFIX}" || { eerror "no eprefix argument given"; exit 1; } -test -d "${CHILD_EPREFIX}" && { eerror "${CHILD_EPREFIX} already exists"; exit 1; } -test -n "${CHILD_PROFILE}" || { eerror "no profile argument given"; exit 1; } -test -d "${CHILD_PROFILE}" || { eerror "${CHILD_PROFILE} does not exist"; exit 1; } - -einfo "creating stacked prefix ${CHILD_EPREFIX}" - -# -# functions needed below. -# -eend_exit() { - eend $1 - [[ $1 != 0 ]] && exit 1 -} - -# -# create the directories required to bootstrap the least. -# -ebegin "creating directory structure" -( - set -e - mkdir -p "${CHILD_EPREFIX}"/etc/portage/profile/use.mask - mkdir -p "${CHILD_EPREFIX}"/etc/portage/profile/use.force - mkdir -p "${CHILD_EPREFIX}"/etc/portage/env - mkdir -p "${CHILD_EPREFIX}"/etc/portage/package.env - ln -s "${PARENT_EPREFIX}"/etc/portage/repos.conf "${CHILD_EPREFIX}"/etc/portage/repos.conf -) -eend_exit $? - -# -# create a make.conf and set PORTDIR and PORTAGE_TMPDIR -# -ebegin "creating make.conf" -( - set -e - echo "#" - echo "# The following values where taken from the parent prefix's" - echo "# environment. Feel free to adopt them as you like." - echo "#" - echo "CFLAGS=\"$(portageq envvar CFLAGS)\"" - echo "CXXFLAGS=\"$(portageq envvar CXXFLAGS)\"" - echo "MAKEOPTS=\"$(portageq envvar MAKEOPTS)\"" - niceness=$(portageq envvar PORTAGE_NICENESS || true) - [[ -n ${niceness} ]] && - echo "PORTAGE_NICENESS=\"${niceness}\"" - echo - echo "# Mirrors from parent prefix." - echo "GENTOO_MIRRORS=\"$(portageq envvar GENTOO_MIRRORS || true)\"" - echo - echo "# Below comes the prefix-stack setup. Only change things" - echo "# if you know exactly what you are doing!" - echo "EPREFIX=\"${CHILD_EPREFIX}\"" - echo "PORTAGE_OVERRIDE_EPREFIX=\"${PARENT_EPREFIX}\"" - echo "BROOT=\"${PARENT_EPREFIX}\"" -) > "${CHILD_EPREFIX}"/etc/portage/make.conf -eend_exit $? - -ebegin "creating use.mask/prefix-stack" -printf -- '-%s\n' prefix{,-guest,-stack} > "${CHILD_EPREFIX}"/etc/portage/profile/use.mask/prefix-stack -eend_exit $? - -ebegin "creating use.force/prefix-stack" -printf -- '%s\n' prefix{,-guest,-stack} > "${CHILD_EPREFIX}"/etc/portage/profile/use.force/prefix-stack -eend_exit $? - -ebegin "creating env/host-cc.conf" -cat > "${CHILD_EPREFIX}"/etc/portage/env/host-cc.conf <<-EOM - CC=${PARENT_CHOST}-gcc - CXX=${PARENT_CHOST}-g++ - EOM -eend_exit $? - -ebegin "creating package.env/prefix-stack" -cat > "${CHILD_EPREFIX}"/etc/portage/package.env/prefix-stack <<-'EOM' - # merge with the parent's chost. this forces the use of the parent - # compiler, which generally would be illegal - this is an exception. - # This is required for example on winnt, because the wrapper has to - # be able to use/resolve symlinks, etc. native winnt binaries miss - # that ability, but cygwin binaries don't. - sys-devel/gcc-config host-cc.conf - sys-apps/gentoo-functions host-cc.conf - EOM -eend_exit $? - -# -# create the make.profile symlinks. -# -ebegin "creating make.profile" -( - ln -s "${CHILD_PROFILE}" "${CHILD_EPREFIX}/etc/portage/make.profile" -) -eend_exit $? - -# -# adjust permissions of generated files. -# -ebegin "adjusting permissions" -( - set -e - chmod 644 "${CHILD_EPREFIX}"/etc/portage/make.conf - chmod 644 "${CHILD_EPREFIX}"/etc/portage/env/host-cc.conf - chmod 644 "${CHILD_EPREFIX}"/etc/portage/package.env/prefix-stack -) -eend_exit $? - -# -# now merge some basics. -# -ebegin "installing required basic packages" -( - set -e - export PORTAGE_CONFIGROOT@=@"${CHILD_EPREFIX}" - export EPREFIX@=@"${CHILD_EPREFIX}" - export PORTAGE_OVERRIDE_EPREFIX@=@"${PARENT_EPREFIX}" - -# # this -pv is there to avoid the global update output, which is -# # there on the first emerge run. (thus, just cosmetics). -# emerge --pretend --oneshot --nodeps baselayout-prefix - - # let baselayout create the directories - USE@=@"${USE} build" \ - emerge --verbose --nodeps --oneshot \ - '>=baselayout-prefix-2.6' - - # Record the prefix-toolkit into @world file, as it provides the - # env.d telling the PM to manage this stacked Prefix, but may not - # (unlike baselayout) be part of @system set per the profile. - emerge --verbose --nodeps \ - prefix-toolkit - - emerge --verbose --nodeps --oneshot \ - gentoo-functions \ - elt-patches \ - gnuconfig \ - gcc-config - - # select the stack wrapper profile from gcc-config - env -i PORTAGE_CONFIGROOT="${CHILD_EPREFIX}" "$(type -P bash)" "${CHILD_EPREFIX}"/usr/bin/gcc-config 1 - - # do this _after_ selecting the correct compiler! - emerge --verbose --nodeps --oneshot \ - libtool -) -eend_exit $? - -# -# wow, all ok :) -# -ewarn -ewarn "all done. don't forget to tune ${CHILD_EPREFIX}/etc/portage/make.conf." -ewarn "to enter the new prefix, run \"${CHILD_EPREFIX}/startprefix\"." -ewarn -EOIN - -: prefix-stack-ccwrap <<'EOIN' -#!@GENTOO_PORTAGE_BPREFIX@/bin/bash - -if [ -r /cygdrive/. ]; then - winpath2unix() { cygpath -u "$1"; } - unixpath2win() { cygpath -w "$1"; } -fi - -myself=${0##*/} # basename $0 -link_dirs=() -opts=() -chost="@GENTOO_PORTAGE_CHOST@" -prefix="@GENTOO_PORTAGE_EPREFIX@" -absprefix=${prefix} -if [[ ${chost} == *"-winnt"* ]]; then - # we may get called from windows binary, like pkgdata in dev-libs/icu - # in this case, PATH elements get the "/dev/fs/C/WINDOWS/SUA" prefix - absprefix=$(winpath2unix "$(unixpath2win "${absprefix}")") -fi -[[ ${myself} == *windres* ]] && mode=compile || mode=link -orig_args=("$@") - -for opt in "$@" -do - case "$opt" in - -L) - link_dirs=("${link_dirs[@]}" "-L$1") - shift - ;; - -L*) - link_dirs=("${link_dirs[@]}" "${opt}") - ;; - *) - case "${opt}" in - -v) - # -v done right: only use mode version if -v is the _only_ - # argument on the command line. - [[ ${#orig_args[@]} -gt 1 ]] || mode=version - ;; - --version) mode=version ;; - -c|-E|-S) mode=compile ;; - -print-search-dirs) mode=dirs ;; - esac - opts=("${opts[@]}" "${opt}") - ;; - esac -done - -# remove any path to current prefix, need base prefix only -new_path= -save_ifs=$IFS -IFS=':' -for p in $PATH -do - IFS=$save_ifs - [[ ${p#${absprefix}} != "${p}" ]] && continue - if [[ -z "${new_path}" ]]; then - new_path="${p}" - else - new_path="${new_path}:${p}" - fi -done -IFS=$save_ifs - -PATH=${new_path} - -# binutils-config's ldwrapper understands '-R' for aix and hpux too. -# parity (winnt) understands -rpath only ... -case "${chost}" in -*-winnt*) rpath_opt="-Wl,-rpath," ;; -*) rpath_opt="-Wl,-R," ;; -esac - -pfx_link=("-L${prefix}/usr/lib" "-L${prefix}/lib") -pfx_link_r=("${rpath_opt}${prefix}/lib" "${rpath_opt}${prefix}/usr/lib") -pfx_comp=("-I${prefix}/include" "-I${prefix}/usr/include") - -# ensure we run the right chost program in base prefix -[[ ${myself} == *-*-*-* ]] || myself=${chost}-${myself#${chost}-} - -case "$mode" in -link) exec "${myself}" "${link_dirs[@]}" "${pfx_link[@]}" "${opts[@]}" "${pfx_comp[@]}" "${pfx_link_r[@]}" ;; -compile) exec "${myself}" "${link_dirs[@]}" "${opts[@]}" "${pfx_comp[@]}" ;; -version) exec "${myself}" "${orig_args[@]}" ;; -dirs) - "${myself}" "${orig_args[@]}" | while read line; do - if [[ "${line}" == "libraries: ="* ]]; then - echo "libraries: =${prefix}/usr/lib:${prefix}/lib:${line#"libraries: ="}" - else - echo "${line}" - fi - done - ;; -*) echo "cannot infer ${myself}'s mode from comamnd line arguments"; exit 1 ;; -esac -EOIN diff --git a/app-portage/prefix-toolkit/prefix-toolkit-2.ebuild b/app-portage/prefix-toolkit/prefix-toolkit-2.ebuild deleted file mode 100644 index 21c172139b10..000000000000 --- a/app-portage/prefix-toolkit/prefix-toolkit-2.ebuild +++ /dev/null @@ -1,614 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DESCRIPTION="Utilities for users of Gentoo Prefix" -HOMEPAGE="https://prefix.gentoo.org/" -SRC_URI="" - -LICENSE="GPL-3" -SLOT="0" - -[[ ${PV} == 9999 ]] || -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt" - -DEPEND=" - !app-portage/prefix-chain-setup - !sys-apps/prefix-chain-utils -" -BDEPEND="${DEPEND} - >sys-apps/portage-2.3.62 -" -# In prefix-stack, these dependencies actually are the @system set, -# as we rely on the base prefix anyway for package management, -# which should have a proper @system set. -# See als: pkg_preinst -RDEPEND="${DEPEND} - prefix-stack? ( - >=sys-apps/baselayout-prefix-2.6 - sys-apps/gentoo-functions - app-portage/elt-patches - sys-devel/gnuconfig - sys-devel/gcc-config - ) -" - -S="${WORKDIR}" - -my_unpack() { - local infile=$1 - local outfile=${2:-${infile}} - ebegin "extracting ${outfile}" - sed -ne "/^: ${infile} /,/EOIN/{/EOIN/d;p}" "${EBUILD}" \ - > "${outfile}" || die "Failed to unpack ${outfile}" - eend $? -} - -src_unpack() { - if use prefix-stack ; then - my_unpack prefix-stack.bash_login - my_unpack prefix-stack.bashrc - my_unpack prefix-stack.envd.99stack - my_unpack prefix-stack-ccwrap - local editor pager - for editor in "${EDITOR}" {"${EPREFIX}","${BROOT}"}/bin/nano - do - [[ -x ${editor} ]] || continue - done - for pager in "${PAGER}" {"${EPREFIX}","${BROOT}"}/usr/bin/less - do - [[ -x ${pager} ]] || continue - done - printf '%s\n' "EDITOR=\"${editor}\"" "PAGER=\"${pager}\"" > 000fallback - else - my_unpack prefix-stack-setup - fi - my_unpack startprefix -} - -my_prefixify() { - local ebash eenv - if use prefix-stack ; then - ebash="${BROOT}/bin/bash" - eenv="${BROOT}/usr/bin/env" - else - ebash="${EPREFIX}/bin/bash" - eenv="${EPREFIX}/usr/bin/env" - fi - - # the @=@ prevents repoman from believing we set readonly vars - sed -e "s,@GENTOO_PORTAGE_BPREFIX@,${BROOT},g" \ - -e "s,@GENTOO_PORTAGE_EPREFIX@,${EPREFIX},g" \ - -e "s,@GENTOO_PORTAGE_CHOST@,${CHOST},g" \ - -e "s,@GENTOO_PORTAGE_EBASH@,${ebash},g" \ - -e "s,@GENTOO_PORTAGE_EENV@,${eenv},g" \ - -e "s,@=@,=,g" \ - -i "$@" || die -} - -src_configure() { - # do not eprefixify during unpack, to allow userpatches to apply - my_prefixify * -} - -src_install-prefix-stack-ccwrap() { - # install toolchain wrapper. - local wrapperdir=/usr/${CHOST}/gcc-bin/${CHOST}-${PN}/${PV} - local wrappercfg=${CHOST}-${P} - - exeinto $wrapperdir - doexe prefix-stack-ccwrap - - local cc - for cc in \ - gcc \ - g++ \ - cpp \ - c++ \ - windres \ - ; do - dosym prefix-stack-ccwrap $wrapperdir/${CHOST}-${cc} - dosym ${CHOST}-${cc} $wrapperdir/${cc} - done - - # LDPATH is required to keep gcc-config happy :( - cat > ./${wrappercfg} <<-EOF - GCC_PATH="${EPREFIX}$wrapperdir" - LDPATH="${EPREFIX}$wrapperdir" - EOF - - insinto /etc/env.d/gcc - doins ./${wrappercfg} -} - -src_install() { - if use prefix-stack; then - src_install-prefix-stack-ccwrap - insinto /etc - doins prefix-stack.bash_login - insinto /etc/bash - newins prefix-stack.bashrc bashrc - newenvd prefix-stack.envd.99stack 99stack - doenvd 000fallback - else - dobin prefix-stack-setup - fi - exeinto / - doexe startprefix -} - -pkg_preinst() { - use prefix-stack || return 0 - ebegin "Purging @system package set for prefix stack" - # In prefix stack we empty out the @system set defined via make.profile, - # as we may be using some normal profile, but that @system set applies - # to the base prefix only. - # Instead, we only put ourselve into the @system set, and have additional - # @system packages in our RDEPEND. - my_lsprofile() { - ( - cd -P "${1:-.}" || exit 1 - [[ -r ./parent ]] && - for p in $( "${ED}${systemset}" - local p - for p in $(my_lsprofile "${EPREFIX}"/etc/portage/make.profile) - do - [[ -s ${p}/${systemset##*/} ]] || continue - awk '/^[ \t]*[^-#]/{print "-" $1 " # maintained by '"${PN}-${PVR}"'"}' \ - < "${p}"/packages || die - done | sort -u >> "${ED}${systemset}" - [[ ${PIPESTATUS[@]} == "0 0" ]] || die "failed to collect for ${systemset}" - echo "*${CATEGORY}/${PN} # maintained by ${PN}-${PVR}" >> "${ED}${systemset}" || die - eend $? -} - -return 0 - -: startprefix <<'EOIN' -#!@GENTOO_PORTAGE_EBASH@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -# Fabian Groffen -- 2007-03-10 -# Enters the prefix environment by starting a login shell from the -# prefix. The SHELL environment variable is elevated in order to make -# applications that start login shells to work, such as `screen`. - -# if you come from a substantially polluted environment (another -# Prefix), a cleanup as follows resolves most oddities I've ever seen: -# env -i HOME=$HOME TERM=$TERM USER=$USER $SHELL -l -# hence this script starts the Prefix shell like this - -if [[ ${SHELL#@GENTOO_PORTAGE_EPREFIX@} != ${SHELL} ]] -then - echo "You appear to be in prefix already (SHELL=${SHELL})" > /dev/stderr - exit -1 -elif [[ ${SHELL#@GENTOO_PORTAGE_BPREFIX@} != ${SHELL} ]] && - [[ ${EPREFIX-unset} == '@GENTOO_PORTAGE_EPREFIX@' ]] -then - echo "You appear to be in stacked prefix already (EPREFIX=${EPREFIX})" > /dev/stderr - exit -1 -fi - -# What is our prefix? -EPREFIX@=@'@GENTOO_PORTAGE_EPREFIX@' -BPREFIX@=@'@GENTOO_PORTAGE_BPREFIX@' - -# not all systems have the same location for shells, however what it -# boils down to, is that we need to know what the shell is, and then we -# can find it in the bin dir of our prefix -for SHELL in \ - "${EPREFIX}/bin/${SHELL##*/}" \ - "${BPREFIX}/bin/${SHELL##*/}" \ - ${SHELL##*/} -do - [[ ${SHELL} == */* && -x ${SHELL} ]] && break -done - -# check if the shell exists -if [[ ${SHELL} != */* ]] -then - echo "Failed to find the Prefix shell, this is probably" > /dev/stderr - echo "because you didn't emerge the shell ${SHELL}" > /dev/stderr - exit 1 -fi - -# set the prefix shell in the environment -export SHELL - -# give a small notice -echo "Entering Gentoo Prefix ${EPREFIX}" -# start the login shell, clean the entire environment but what's needed -RETAIN="HOME=$HOME TERM=$TERM USER=$USER SHELL=$SHELL" -# PROFILEREAD is necessary on SUSE not to wipe the env on shell start -[[ -n ${PROFILEREAD} ]] && RETAIN+=" PROFILEREAD=$PROFILEREAD" -# ssh-agent is handy to keep, of if set, inherit it -[[ -n ${SSH_AUTH_SOCK} ]] && RETAIN+=" SSH_AUTH_SOCK=$SSH_AUTH_SOCK" -# if we're on some X terminal, makes sense to inherit that too -[[ -n ${DISPLAY} ]] && RETAIN+=" DISPLAY=$DISPLAY" -# do it! -if [[ ${SHELL#${EPREFIX}} != ${SHELL} ]] ; then - '@GENTOO_PORTAGE_EENV@' -i $RETAIN $SHELL -l -elif [[ ' bash ' == *" ${SHELL##*/} "* ]] ; then - # shell coming from different prefix would load it's own - # etc/profile upon -l, so we have to override - '@GENTOO_PORTAGE_EENV@' -i ${RETAIN} "${SHELL}" --rcfile "${EPREFIX}"/etc/prefix-stack.bash_login -i -else - echo "Only bash is supported with stacked Prefix (you have ${SHELL##*/}), sorry!" > /dev/stderr - exit 1 -fi -# and leave a message when we exit... the shell might return non-zero -# without having real problems, so don't send alarming messages about -# that -echo "Leaving Gentoo Prefix with exit status $?" -EOIN - -: prefix-stack.bashrc <<'EOIN' -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 -# -# In stacked Prefix there is no bash installed, yet -# etc/bash/bashrc from base Prefix still is useful. -# - -if [[ $- != *i* ]] ; then - # Shell is non-interactive, bashrc does not apply - return -fi - -if [[ -r @GENTOO_PORTAGE_BPREFIX@/etc/bash/bashrc ]] ; then - source '@GENTOO_PORTAGE_BPREFIX@/etc/bash/bashrc' - # only if base Prefix does have an etc/bash/bashrc, we also - # run bashrc snippets provided by packages in stacked Prefix - for sh in '@GENTOO_PORTAGE_EPREFIX@'/etc/bash/bashrc.d/* ; do - [[ -r ${sh} ]] && source "${sh}" - done - unset sh -else - # etc/profile does expect etc/bash/bashrc to set PS1 - PS1='\u@\h \w \$ ' -fi -EOIN - -: prefix-stack.bash_login <<'EOIN' -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 -# -# In stacked Prefix there is no bash installed, so there is -# no bash able to load this Prefix' profile as login shell. -# Instead, you can specify this one as bash rcfile to mimic -# a bash login shell using this stacked Prefix profile. -# - -if [[ -s '@GENTOO_PORTAGE_EPREFIX@/etc/profile' ]] ; then - . '@GENTOO_PORTAGE_EPREFIX@/etc/profile' -fi -if [[ -s ~/.bash_profile ]] ; then - . ~/.bash_profile -elif [[ -s ~/.bash_login ]] ; then - . ~/.bash_login -elif [[ -s ~/.profile ]] ; then - . ~/.profile -fi -EOIN - -: prefix-stack.envd.99stack <<'EOIN' -PKG_CONFIG_PATH@=@"@GENTOO_PORTAGE_EPREFIX@/usr/lib/pkgconfig:@GENTOO_PORTAGE_EPREFIX@/usr/share/pkgconfig" -PORTAGE_CONFIGROOT@=@"@GENTOO_PORTAGE_EPREFIX@" -EPREFIX@=@"@GENTOO_PORTAGE_EPREFIX@" -EOIN - -: prefix-stack-setup <<'EOIN' -#!@GENTOO_PORTAGE_EPREFIX@/bin/bash -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -PARENT_EPREFIX="@GENTOO_PORTAGE_EPREFIX@" -PARENT_CHOST="@GENTOO_PORTAGE_CHOST@" -CHILD_EPREFIX= -CHILD_PROFILE= - -# -# get ourselfs the functions.sh script for ebegin/eend/etc. -# -for f in \ - /lib/gentoo/functions.sh \ - /etc/init.d/functions.sh \ - /sbin/functions.sh \ -; do - if [[ -r ${PARENT_EPREFIX}${f} ]] ; then - . "${PARENT_EPREFIX}${f}" - f=found - break - fi -done - -if [[ ${f} != found ]] ; then - echo "Cannot find Gentoo functions, aborting." >&2 - exit 1 -fi - -for arg in "$@"; do - case "${arg}" in - --eprefix=*) CHILD_EPREFIX="${arg#--eprefix=}" ;; - --profile=*) CHILD_PROFILE="${arg#--profile=}" ;; - - --help) - einfo "$0 usage:" - einfo " --eprefix=[PATH] Path to new EPREFIX to create stacked to the prefix" - einfo " where this script is installed (${PARENT_EPREFIX})" - einfo " --profile=[PATH] The absolute path to the profile to use. This path" - einfo " must point to a directory within ${PARENT_EPREFIX}" - exit 0 - ;; - esac -done - -# -# sanity check of given values -# - -test -n "${CHILD_EPREFIX}" || { eerror "no eprefix argument given"; exit 1; } -test -d "${CHILD_EPREFIX}" && { eerror "${CHILD_EPREFIX} already exists"; exit 1; } -test -n "${CHILD_PROFILE}" || { eerror "no profile argument given"; exit 1; } -test -d "${CHILD_PROFILE}" || { eerror "${CHILD_PROFILE} does not exist"; exit 1; } - -einfo "creating stacked prefix ${CHILD_EPREFIX}" - -# -# functions needed below. -# -eend_exit() { - eend $1 - [[ $1 != 0 ]] && exit 1 -} - -# -# create the directories required to bootstrap the least. -# -ebegin "creating directory structure" -( - set -e - mkdir -p "${CHILD_EPREFIX}"/etc/portage/profile/use.mask - mkdir -p "${CHILD_EPREFIX}"/etc/portage/profile/use.force - mkdir -p "${CHILD_EPREFIX}"/etc/portage/env - mkdir -p "${CHILD_EPREFIX}"/etc/portage/package.env - ln -s "${PARENT_EPREFIX}"/etc/portage/repos.conf "${CHILD_EPREFIX}"/etc/portage/repos.conf -) -eend_exit $? - -# -# create a make.conf and set PORTDIR and PORTAGE_TMPDIR -# -ebegin "creating make.conf" -( - set -e - echo "#" - echo "# The following values where taken from the parent prefix's" - echo "# environment. Feel free to adopt them as you like." - echo "#" - echo "CFLAGS=\"$(portageq envvar CFLAGS)\"" - echo "CXXFLAGS=\"$(portageq envvar CXXFLAGS)\"" - echo "MAKEOPTS=\"$(portageq envvar MAKEOPTS)\"" - niceness=$(portageq envvar PORTAGE_NICENESS || true) - [[ -n ${niceness} ]] && - echo "PORTAGE_NICENESS=\"${niceness}\"" - echo - echo "# Mirrors from parent prefix." - echo "GENTOO_MIRRORS=\"$(portageq envvar GENTOO_MIRRORS || true)\"" - echo - echo "# Below comes the prefix-stack setup. Only change things" - echo "# if you know exactly what you are doing!" - echo "EPREFIX=\"${CHILD_EPREFIX}\"" - echo "PORTAGE_OVERRIDE_EPREFIX=\"${PARENT_EPREFIX}\"" - echo "BROOT=\"${PARENT_EPREFIX}\"" -) > "${CHILD_EPREFIX}"/etc/portage/make.conf -eend_exit $? - -ebegin "creating use.mask/prefix-stack" -printf -- '-%s\n' prefix{,-guest,-stack} > "${CHILD_EPREFIX}"/etc/portage/profile/use.mask/prefix-stack -eend_exit $? - -ebegin "creating use.force/prefix-stack" -printf -- '%s\n' prefix{,-guest,-stack} > "${CHILD_EPREFIX}"/etc/portage/profile/use.force/prefix-stack -eend_exit $? - -ebegin "creating env/host-cc.conf" -cat > "${CHILD_EPREFIX}"/etc/portage/env/host-cc.conf <<-EOM - CC=${PARENT_CHOST}-gcc - CXX=${PARENT_CHOST}-g++ - EOM -eend_exit $? - -ebegin "creating package.env/prefix-stack" -cat > "${CHILD_EPREFIX}"/etc/portage/package.env/prefix-stack <<-'EOM' - # merge with the parent's chost. this forces the use of the parent - # compiler, which generally would be illegal - this is an exception. - # This is required for example on winnt, because the wrapper has to - # be able to use/resolve symlinks, etc. native winnt binaries miss - # that ability, but cygwin binaries don't. - sys-devel/gcc-config host-cc.conf - sys-apps/gentoo-functions host-cc.conf - EOM -eend_exit $? - -# -# create the make.profile symlinks. -# -ebegin "creating make.profile" -( - ln -s "${CHILD_PROFILE}" "${CHILD_EPREFIX}/etc/portage/make.profile" -) -eend_exit $? - -# -# adjust permissions of generated files. -# -ebegin "adjusting permissions" -( - set -e - chmod 644 "${CHILD_EPREFIX}"/etc/portage/make.conf - chmod 644 "${CHILD_EPREFIX}"/etc/portage/env/host-cc.conf - chmod 644 "${CHILD_EPREFIX}"/etc/portage/package.env/prefix-stack -) -eend_exit $? - -# -# now merge some basics. -# -ebegin "installing required basic packages" -( - set -e - export PORTAGE_CONFIGROOT@=@"${CHILD_EPREFIX}" - export EPREFIX@=@"${CHILD_EPREFIX}" - export PORTAGE_OVERRIDE_EPREFIX@=@"${PARENT_EPREFIX}" - - # let baselayout create the directories - USE@=@"${USE} build" \ - emerge --verbose --nodeps --oneshot \ - '>=baselayout-prefix-2.6' - - # In prefix-stack, app-portage/prefix-toolkit does - # install/update an etc/portage/profile/packages file, - # removing all @system packages from current make.profile, - # and adding itself to @system set instead. - emerge --verbose --nodeps --oneshot \ - app-portage/prefix-toolkit - - # In prefix-stack, prefix-toolkit does have an RDEPEND on them, - # to hold them in the @system set. - emerge --verbose --nodeps --oneshot \ - sys-apps/gentoo-functions \ - app-portage/elt-patches \ - sys-devel/gnuconfig \ - sys-devel/gcc-config - - # select the stack wrapper profile from gcc-config - env -i PORTAGE_CONFIGROOT="${CHILD_EPREFIX}" \ - "$(type -P bash)" "${CHILD_EPREFIX}"/usr/bin/gcc-config 1 -) -eend_exit $? - -# -# wow, all ok :) -# -ewarn -ewarn "all done. don't forget to tune ${CHILD_EPREFIX}/etc/portage/make.conf." -ewarn "to enter the new prefix, run \"${CHILD_EPREFIX}/startprefix\"." -ewarn -EOIN - -: prefix-stack-ccwrap <<'EOIN' -#!@GENTOO_PORTAGE_BPREFIX@/bin/bash - -if [ -r /cygdrive/. ]; then - winpath2unix() { cygpath -u "$1"; } - unixpath2win() { cygpath -w "$1"; } -fi - -myself=${0##*/} # basename $0 -link_dirs=() -opts=() -chost="@GENTOO_PORTAGE_CHOST@" -prefix="@GENTOO_PORTAGE_EPREFIX@" -absprefix=${prefix} -if [[ ${chost} == *"-winnt"* ]]; then - # we may get called from windows binary, like pkgdata in dev-libs/icu - # in this case, PATH elements get the "/dev/fs/C/WINDOWS/SUA" prefix - absprefix=$(winpath2unix "$(unixpath2win "${absprefix}")") -fi -[[ ${myself} == *windres* ]] && mode=compile || mode=link -orig_args=("$@") - -for opt in "$@" -do - case "$opt" in - -L) - link_dirs=("${link_dirs[@]}" "-L$1") - shift - ;; - -L*) - link_dirs=("${link_dirs[@]}" "${opt}") - ;; - *) - case "${opt}" in - -v) - # -v done right: only use mode version if -v is the _only_ - # argument on the command line. - [[ ${#orig_args[@]} -gt 1 ]] || mode=version - ;; - --version) mode=version ;; - -c|-E|-S) mode=compile ;; - -print-search-dirs) mode=dirs ;; - esac - opts=("${opts[@]}" "${opt}") - ;; - esac -done - -# remove any path to current prefix, need base prefix only -new_path= -save_ifs=$IFS -IFS=':' -for p in $PATH -do - IFS=$save_ifs - [[ ${p#${absprefix}} != "${p}" ]] && continue - if [[ -z "${new_path}" ]]; then - new_path="${p}" - else - new_path="${new_path}:${p}" - fi -done -IFS=$save_ifs - -PATH=${new_path} - -pfx_comp=("-I${prefix}/include" "-I${prefix}/usr/include") -pfx_link=("-L${prefix}/usr/lib" "-L${prefix}/lib") -# binutils-config's ldwrapper understands '-R' for aix and hpux too. -pfx_link_r=("-Wl,-R,${prefix}/lib" "-Wl,-R,${prefix}/usr/lib") -case "${chost}" in -*-winnt*) - # parity (winnt) understands -rpath only ... - pfx_link_r=("-Wl,-rpath,${prefix}/lib" "-Wl,-rpath,${prefix}/usr/lib") - ;; -*-linux*) - # With gcc, -isystem would avoid warning messages in installed headers, - # but that breaks with AIX host headers. - pfx_comp=("-isystem" "${prefix}/include" "-isystem" "${prefix}/usr/include") - ;; -esac - -# ensure we run the right chost program in base prefix -[[ ${myself} == *-*-*-* ]] || myself=${chost}-${myself#${chost}-} - -case "$mode" in -link) exec "${myself}" "${link_dirs[@]}" "${pfx_link[@]}" "${opts[@]}" "${pfx_comp[@]}" "${pfx_link_r[@]}" ;; -compile) exec "${myself}" "${link_dirs[@]}" "${opts[@]}" "${pfx_comp[@]}" ;; -version) exec "${myself}" "${orig_args[@]}" ;; -dirs) - "${myself}" "${orig_args[@]}" | while read line; do - if [[ "${line}" == "libraries: ="* ]]; then - echo "libraries: =${prefix}/usr/lib:${prefix}/lib:${line#"libraries: ="}" - else - echo "${line}" - fi - done - ;; -*) echo "cannot infer ${myself}'s mode from comamnd line arguments"; exit 1 ;; -esac -EOIN diff --git a/app-text/Manifest.gz b/app-text/Manifest.gz index 7d16161a6b1f..d284cb751e28 100644 Binary files a/app-text/Manifest.gz and b/app-text/Manifest.gz differ diff --git a/app-text/ronn/ronn-0.7.3-r3.ebuild b/app-text/ronn/ronn-0.7.3-r3.ebuild index 491c5abab355..9c72157f73c1 100644 --- a/app-text/ronn/ronn-0.7.3-r3.ebuild +++ b/app-text/ronn/ronn-0.7.3-r3.ebuild @@ -14,7 +14,7 @@ HOMEPAGE="https://github.com/rtomayko/ronn/" LICENSE="MIT" SLOT="0" -KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~x64-macos ~x64-solaris" +KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris" IUSE="" diff --git a/app-text/xchm/Manifest b/app-text/xchm/Manifest index 1691b48d3ea6..4efdabefd7ac 100644 --- a/app-text/xchm/Manifest +++ b/app-text/xchm/Manifest @@ -1,3 +1,3 @@ DIST xchm-1.23.tar.gz 474274 BLAKE2B de73c04e68b876edefb1d45d9e982bcce6fd3afa06f8704d05fa5cae710d9724ed20ca50be9022570832da9954ba2af141a66e5b3ab02554441c84bac1d6ffed SHA512 c0df4362ff6db8136b20f62a76e7e93185375f6ef9eeeb1001e27ead9806d486332573ba8c3ca1863a70ce6b1d3bcc6d3af48d42add719312774dccfd7d18c90 -DIST xchm-1.28.tar.gz 984545 BLAKE2B b91e6983823a3f08b2df296c7d651e1a3a017824034d86dc5cb51dd327fa240e098afe5c5a186d27d57f54e02e2c6546cfe8e82acfd21d89b2cbbedd2ed9a829 SHA512 5d773b097ec813d991ceba4842c5cf967d4f2d0e20c84aff636615a92d000bac36d5ebf244a18f416928bd9b24792a5baf19397694201372478cd13111080630 DIST xchm-1.29.tar.gz 972533 BLAKE2B e114047f4c3e19bb4d4c28a74997c76c54a2dc286f1f0691f105824be693e3b51c7618717b5b5b5f3604ab3f4fa89d703e071a36be0bd05529b6f44710b0bd20 SHA512 678cea2947d58e9b173379d6df809be603ca77431a3181ee45e3c1f4a4a55a6c10a395eecb5c25feb14ad361d044355ae313d537f0abc9278c6e5ab37a8768f6 +DIST xchm-1.30.tar.gz 981171 BLAKE2B 6b2077e9cf8fa849121cee3681bd390218de1ce83c9c49117a186ddef107b15ee8f491eb93ae41ba8a2ea07ede306883ef0f8f0c357142e9ca333bdea8ebc50a SHA512 896d94f4fa3b728e37985b1a2e918596e20bed0a43cf90711d27ebfdcbe49e4a0794c17e1f6cfefb6f272adcc7fb22464e2c25c15d0f0afcbe94b867899eb1a5 diff --git a/app-text/xchm/xchm-1.28.ebuild b/app-text/xchm/xchm-1.30.ebuild similarity index 76% rename from app-text/xchm/xchm-1.28.ebuild rename to app-text/xchm/xchm-1.30.ebuild index 8a1516c32201..2784ed8aac1c 100644 --- a/app-text/xchm/xchm-1.28.ebuild +++ b/app-text/xchm/xchm-1.30.ebuild @@ -3,7 +3,7 @@ EAPI=6 WX_GTK_VER="3.0-gtk3" -inherit autotools wxwidgets xdg-utils +inherit wxwidgets xdg-utils DESCRIPTION="Utility for viewing Compiled HTML Help (CHM) files" HOMEPAGE="https://github.com/rzvncj/xCHM/" @@ -27,7 +27,6 @@ DEPEND=" src_prepare() { setup-wxwidgets default - eautoreconf # Still needed on the next release? } src_configure() { @@ -35,14 +34,10 @@ src_configure() { } src_install() { - emake DESTDIR="${D}" install + default dodoc AUTHORS README ChangeLog - cp "${D}"/usr/share/pixmaps/xchm-32.xpm "${D}"/usr/share/pixmaps/xchm.xpm - rm -f "${D}"/usr/share/pixmaps/xchm-*.xpm - rm -f "${D}"/usr/share/pixmaps/xchmdoc*.xpm - domenu "${FILESDIR}"/xchm.desktop insinto /usr/share/mime/packages doins "${FILESDIR}"/xchm.xml @@ -50,10 +45,12 @@ src_install() { pkg_postinst() { xdg_desktop_database_update + xdg_icon_cache_update xdg_mimeinfo_database_update } pkg_postrm() { xdg_desktop_database_update + xdg_icon_cache_update xdg_mimeinfo_database_update } diff --git a/app-text/xchm/xchm-9999.ebuild b/app-text/xchm/xchm-9999.ebuild index bff0e4a4ffac..b291398e22f6 100644 --- a/app-text/xchm/xchm-9999.ebuild +++ b/app-text/xchm/xchm-9999.ebuild @@ -35,14 +35,10 @@ src_configure() { } src_install() { - emake DESTDIR="${D}" install + default dodoc AUTHORS README ChangeLog - cp "${D}"/usr/share/pixmaps/xchm-32.xpm "${D}"/usr/share/pixmaps/xchm.xpm - rm -f "${D}"/usr/share/pixmaps/xchm-*.xpm - rm -f "${D}"/usr/share/pixmaps/xchmdoc*.xpm - domenu "${FILESDIR}"/xchm.desktop insinto /usr/share/mime/packages doins "${FILESDIR}"/xchm.xml @@ -50,10 +46,12 @@ src_install() { pkg_postinst() { xdg_desktop_database_update + xdg_icon_cache_update xdg_mimeinfo_database_update } pkg_postrm() { xdg_desktop_database_update + xdg_icon_cache_update xdg_mimeinfo_database_update } diff --git a/dev-ada/Manifest.gz b/dev-ada/Manifest.gz index 5a72f4a6725f..1b0da9d29deb 100644 Binary files a/dev-ada/Manifest.gz and b/dev-ada/Manifest.gz differ diff --git a/dev-ada/libadalang-tools/libadalang-tools-2019.ebuild b/dev-ada/libadalang-tools/libadalang-tools-2019.ebuild index f73772562dc8..283494661fa1 100644 --- a/dev-ada/libadalang-tools/libadalang-tools-2019.ebuild +++ b/dev-ada/libadalang-tools/libadalang-tools-2019.ebuild @@ -18,7 +18,8 @@ IUSE="gnat_2016 gnat_2017 gnat_2018 +gnat_2019" RDEPEND="" DEPEND="${RDEPEND} - dev-ada/libadalang[gnat_2016(-)?,gnat_2017(-)?,gnat_2018(-)?,gnat_2019(-)?,static-libs] + dev-ada/libadalang[gnat_2016(-)?] + dev-ada/libadalang[gnat_2017(-)?,gnat_2018(-)?,gnat_2019(-)?,static-libs] dev-ada/gprbuild[gnat_2016(-)?,gnat_2017(-)?,gnat_2018(-)?,gnat_2019(-)?]" S="${WORKDIR}"/${MYP}-src diff --git a/dev-ada/libadalang/libadalang-2018-r1.ebuild b/dev-ada/libadalang/libadalang-2018-r1.ebuild index 635ac1d49b1c..1fff1c6e5bfc 100644 --- a/dev-ada/libadalang/libadalang-2018-r1.ebuild +++ b/dev-ada/libadalang/libadalang-2018-r1.ebuild @@ -16,16 +16,17 @@ SRC_URI="http://mirrors.cdn.adacore.com/art/5b0cf9adc7a4475263382c18 LICENSE="GPL-3 gcc-runtime-library-exception-3.1" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="gnat_2016 gnat_2017 +gnat_2018 gnat_2019 +shared static-libs" +IUSE="gnat_2017 +gnat_2018 gnat_2019 +shared static-libs" RDEPEND="dev-python/pyyaml - dev-ada/gnatcoll-bindings[gnat_2016(-)?,gnat_2017(-)?,gnat_2018(-)?,gnat_2019(-)?] + dev-ada/gnatcoll-bindings[gnat_2017(-)?,gnat_2018(-)?,gnat_2019(-)?] dev-ada/gnatcoll-bindings[iconv,shared=,static-libs=] ${PYTHON_DEPS}" DEPEND="${RDEPEND} ~dev-ada/langkit-2018 - dev-ada/gprbuild[gnat_2016(-)?,gnat_2017(-)?,gnat_2018(-)?,gnat_2019(-)?]" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" + dev-ada/gprbuild[gnat_2017(-)?,gnat_2018(-)?,gnat_2019(-)?]" +REQUIRED_USE="${PYTHON_REQUIRED_USE} + ^^ ( gnat_2017 gnat_2018 gnat_2019 )" S="${WORKDIR}"/${MYP} diff --git a/dev-ada/libadalang/libadalang-2018.ebuild b/dev-ada/libadalang/libadalang-2018.ebuild index 6ac7ffb8994b..2f0bf1aa8eee 100644 --- a/dev-ada/libadalang/libadalang-2018.ebuild +++ b/dev-ada/libadalang/libadalang-2018.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -23,7 +23,7 @@ RDEPEND="dev-python/pyyaml dev-ada/gnatcoll-bindings[iconv,shared=,static-libs=] ${PYTHON_DEPS}" DEPEND="${RDEPEND} - >=dev-ada/langkit-2018" + ~dev-ada/langkit-2018" REQUIRED_USE="${PYTHON_REQUIRED_USE}" S="${WORKDIR}"/${MYP} diff --git a/dev-ada/libadalang/libadalang-2019.ebuild b/dev-ada/libadalang/libadalang-2019.ebuild index 823b7b6d2d1c..b9b7080104d1 100644 --- a/dev-ada/libadalang/libadalang-2019.ebuild +++ b/dev-ada/libadalang/libadalang-2019.ebuild @@ -26,7 +26,8 @@ DEPEND="${RDEPEND} dev-ada/gprbuild[gnat_2018(-)?,gnat_2019(-)?] >=dev-ada/langkit-2019" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" +REQUIRED_USE="${PYTHON_REQUIRED_USE} + ^^ ( gnat_2018 gnat_2019 )" S="${WORKDIR}"/${MYP} diff --git a/dev-lang/Manifest.gz b/dev-lang/Manifest.gz index 1e637d381c7c..80c69a58082b 100644 Binary files a/dev-lang/Manifest.gz and b/dev-lang/Manifest.gz differ diff --git a/dev-lang/elixir/Manifest b/dev-lang/elixir/Manifest index 6c9c2b326a6b..6b51993eb59f 100644 --- a/dev-lang/elixir/Manifest +++ b/dev-lang/elixir/Manifest @@ -2,3 +2,4 @@ DIST elixir-1.4.5.tar.gz 1829098 BLAKE2B bc8e2beafe53c3af507215d913558e295370ed8 DIST elixir-1.6.6.tar.gz 2078742 BLAKE2B 4a793ac55db97c1d604d5f0012758d039f4a26eff5866a2ad2b90010f8477a8f62cc8f01a391f93133c927c5da5494b6d10b76f087a4af1206da977b0ec14a17 SHA512 62010100274b99423bb6a660e34ef53a702250a09371ef4b49ec03a3afe8761611b3734aea31763afa361560eb74c6d23e022d4d9bc4453c1bdef36bb37f9b4d DIST elixir-1.8.1.tar.gz 2177865 BLAKE2B 2f078849eb7ebd8a5b1ac3e894e6340146a0e72c462a251be529d404128478a4e4c913653e85797a3ced035de38ae4de93b84f65df9b6174206e41e00da9e3dd SHA512 114970707505cbf89f8fa55d5c54989dded7feb39cb3674e88f64e19f1a0680086ae49c856fb76fb7eaf0142fa0a0b81b1d5b9570825e05f083a9c580b0ca017 DIST elixir-1.8.2.tar.gz 2178731 BLAKE2B d96d86f2919556f1f60656e61b0cca121abf9a9de2b31d7d3a17d24f11211107dd9e92ac502cbc9e165aad360ad9a8a20948fa9be73f6cae7ab00eb7dd07fb83 SHA512 0b30fec1cdc85884c1076e10c6e594b1855a325ae8c070bb3bd9af11998b21b273d7185b59954183b1fd525a2852a61be9c2eec54d9adb8ec1fdeb0200714857 +DIST elixir-1.9.0.tar.gz 2247212 BLAKE2B b448e6440a991a22674d5afb047279088bc271972f6bc4d75a2bd95ddd1ef493b34c55dac9d378b569181459a0b374e96cbbdce30541691f74470dbe5563de89 SHA512 3ecdbb2565cdaf51d6119b5dba42b4b180484aea96e9fe1f85febfb7c3f185b869aab94a22b5052dd84073be1a50ecb97d76dd1bc87f7fdc38a12cff65d2caf6 diff --git a/dev-lang/elixir/elixir-1.9.0.ebuild b/dev-lang/elixir/elixir-1.9.0.ebuild new file mode 100644 index 000000000000..e82dfcd159dd --- /dev/null +++ b/dev-lang/elixir/elixir-1.9.0.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION="Elixir programming language" +HOMEPAGE="https://elixir-lang.org" +SRC_URI="https://github.com/elixir-lang/elixir/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="Apache-2.0 ErlPL-1.1" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~sparc ~x86" +IUSE="" + +DEPEND=">=dev-lang/erlang-18[ssl]" +# 'mix' tool collides with sci-biology/phylip, bug #537514 +RDEPEND="${DEPEND} + !!sci-biology/phylip +" + +src_compile() { + emake Q="" +} + +src_install() { + emake DESTDIR="${D}" LIBDIR="$(get_libdir)" PREFIX="${EPREFIX}/usr" install + dodoc README.md CHANGELOG.md CODE_OF_CONDUCT.md +} diff --git a/dev-lang/go/go-1.12.5.ebuild b/dev-lang/go/go-1.12.5.ebuild index b48fe53d64d1..daee1d59a92e 100644 --- a/dev-lang/go/go-1.12.5.ebuild +++ b/dev-lang/go/go-1.12.5.ebuild @@ -37,7 +37,7 @@ case ${PV} in case ${PV} in *_beta*|*_rc*) ;; *) - KEYWORDS="-* amd64 arm ~arm64 ~ppc64 ~s390 x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x64-macos ~x64-solaris" + KEYWORDS="-* amd64 arm ~arm64 ~ppc64 ~s390 x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris" # The upstream tests fail under portage but pass if the build is # run according to their documentation [1]. # I am restricting the tests on released versions until this is diff --git a/dev-lang/go/go-9999.ebuild b/dev-lang/go/go-9999.ebuild index deea6d5a588f..8c8928317700 100644 --- a/dev-lang/go/go-9999.ebuild +++ b/dev-lang/go/go-9999.ebuild @@ -37,7 +37,7 @@ case ${PV} in case ${PV} in *_beta*|*_rc*) ;; *) - KEYWORDS="-* ~amd64 ~arm ~arm64 ~ppc64 ~s390 ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x64-macos ~x64-solaris" + KEYWORDS="-* ~amd64 ~arm ~arm64 ~ppc64 ~s390 ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris" # The upstream tests fail under portage but pass if the build is # run according to their documentation [1]. # I am restricting the tests on released versions until this is diff --git a/dev-libs/Manifest.gz b/dev-libs/Manifest.gz index 84cf9f3a5b25..966df72348c0 100644 Binary files a/dev-libs/Manifest.gz and b/dev-libs/Manifest.gz differ diff --git a/dev-libs/cudnn/Manifest b/dev-libs/cudnn/Manifest index 15c4291ed7c8..5e0ac8a214a3 100644 --- a/dev-libs/cudnn/Manifest +++ b/dev-libs/cudnn/Manifest @@ -1,6 +1,7 @@ DIST cudnn-10.0-linux-x64-v7.4.1.5.tgz 422699128 BLAKE2B e13b22428f011a4ad6532bfa35d836f23ea6298ad220eaea6c3a6fac7694f1c6b6920255690fac10d84388fb2bec7cc60a0319bd1816b20eac134c7b112822b9 SHA512 fd065c23b27416e2ace5f0eee854ea4a5e04f6ab4cf3a38cf806bb37a45d29756c3f138dfa01b991e96410de3668e0bb9d3cfc19cb7da7113c1f10d4147fcf67 DIST cudnn-10.0-linux-x64-v7.4.2.24.tgz 424488399 BLAKE2B 9883cccf146e3ca3a05b8e7ebb2d265da3b7e05949ebb76369a865aa1c2c55c217b21a7847417264712882cc882b25380e5978e58c74279eb208ec593d85e919 SHA512 1e1533a62355bbebc3df62b4c0f306195c7301334390511fae2e0f071d58451edda69b72c3a257fd16470fe3ac5d3ec00aaf208dee2e30d7db0c1f9300a9c663 DIST cudnn-10.1-linux-x64-v7.5.0.56.tgz 471291852 BLAKE2B 966a84e983631c827d7852e1dee0a87d80b61521a3c7c836c746f6ce5b60afb1da955a692dce5f0166600707c1f060231d7062d78acdf6085deb37c023301b8d SHA512 875e50669f7ab0b8f52e793285041c0a33dfc951a562869258dd22f85c94cc924c87325253f39fa64c4386768eafd3b0fe181188ef6dd5707f57fc88a6495e36 +DIST cudnn-10.1-linux-x64-v7.6.0.64.tgz 500810447 BLAKE2B cfe884dd3b2a5ca4641844a0b5df22420148bcd9092b9ad81a45560f901d36e3ab228e7b5fed85519094f4b68be46cbb631368d67166cbef2546b94185a9058d SHA512 c8d2c6efdb79940f5d475057b1e11246038b894990f58a620635e03d561ec3987806c0bccee8c12d0d3d8c4b5bf5211e46faa2c12918520af61f36bd36eb1738 DIST cudnn-8.0-linux-x64-v6.0.tgz 201134139 BLAKE2B a7e616c671272a3a0f0c51b93646c8c60302c3dec85b71144e011bc3460d0ce80ff75d39869c05c4ef183d2d09aff31bb470a3fd3fd3d79b581a7a2d5a349279 SHA512 ddeeacb5b449920d942a26b98c353d78fd6f7d7fb3b3ce42a078626473efdda25c7ae641232702d62eb5749e39ecfd03e88346119c920c19348ac3ee82d3ff47 DIST cudnn-9.1-linux-x64-v7.tgz 343081241 BLAKE2B 22c2fbef38a05e7929ccc28410dfdbff906b2c3e97e0419cf83988c2fc2340005e4a944d43b1a215b0c3458b2cad03480b7e537ae93861924c28ec1010a530fb SHA512 7eadb64a3d5e49aec2761e6f7dc0295c1d356910b114eed450c47081fc81b6e3b7748f3a4153f6a9d957691e3689cd52823bfa12816b1950dfc8794d6f332749 DIST cudnn-9.2-linux-x64-v7.1.tgz 421083972 BLAKE2B 1a1dd6708132d6ad6f8f541694b1406de4a26b7bb78b6198bc8ec5ddde2172d0cc0dc540c7c446a2f941ad11cfafa562235d17129ab8e6aa641433c35c8d31d6 SHA512 2f67c905976eb041512eb012a7cc98e1f408ec867f6a1d9d440afbcddc622c03c40de10386e44e4ab138c1a4ad040d39b0e9243f68e22975ca27ec297be25c5d diff --git a/dev-libs/cudnn/cudnn-7.6.0.64.ebuild b/dev-libs/cudnn/cudnn-7.6.0.64.ebuild new file mode 100644 index 000000000000..2f134235f5ae --- /dev/null +++ b/dev-libs/cudnn/cudnn-7.6.0.64.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +CUDA_PV=10.1 + +DESCRIPTION="NVIDIA Accelerated Deep Learning on GPU library" +HOMEPAGE="https://developer.nvidia.com/cuDNN" + +MY_PV_MAJOR=$(ver_cut 1-2) +SRC_URI="cudnn-${CUDA_PV}-linux-x64-v${PV}.tgz" + +SLOT="0/7" +KEYWORDS="~amd64 ~amd64-linux" +RESTRICT="fetch" +LICENSE="NVIDIA-cuDNN" +QA_PREBUILT="*" + +S="${WORKDIR}" + +DEPEND="=dev-util/nvidia-cuda-toolkit-${CUDA_PV}*" +RDEPEND="${DEPEND}" + +src_install() { + insinto /opt/cuda + doins cuda/NVIDIA_SLA_cuDNN_Support.txt + + insinto /opt/cuda/targets/x86_64-linux/include + doins -r cuda/include/* + + insinto /opt/cuda/targets/x86_64-linux/lib + doins -r cuda/lib*/* +} diff --git a/dev-libs/libical/libical-3.0.5.ebuild b/dev-libs/libical/libical-3.0.5.ebuild index 5cc9fc766696..836b5ccf5ef9 100644 --- a/dev-libs/libical/libical-3.0.5.ebuild +++ b/dev-libs/libical/libical-3.0.5.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://github.com/${PN}/${PN}/releases/download/v${PV}/${P}.tar.gz" LICENSE="|| ( MPL-2.0 LGPL-2.1 )" SLOT="0/3" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" IUSE="berkdb doc examples static-libs test" BDEPEND=" diff --git a/dev-libs/libinput/Manifest b/dev-libs/libinput/Manifest index 031ec2d3f46c..94b0e5dca973 100644 --- a/dev-libs/libinput/Manifest +++ b/dev-libs/libinput/Manifest @@ -1,3 +1,3 @@ DIST libinput-1.12.6.tar.xz 518784 BLAKE2B 7462f47be3628f9c66ef5b7c8265b588bd0ca328bafe91932f5341a010ac882648b4e7cfd0db241ae526836172e0829d68d21f8966d2be8b49f4e1c0c40df018 SHA512 02ad90c77a0c8c27fd96ec34e1546c5f0947ced49bad386372c1ef7c41b3b2157c39020f0766f20aaf2ab3c97128567e169279bea21115ced39499dda325d2ef -DIST libinput-1.13.1.tar.xz 529516 BLAKE2B 9eb9952ca2762470ee3e9ac0eab6b11c4b404b2702cd81b9f0720e539124a8f71a032803cf77105bbdce412b3c5d4a7fee4e24b8d3ceae991bd2ee9b3460e373 SHA512 a19deec802e704038df0901c103a82a3370f56e0299f4cc1b6aa84c1832a66fb638e6f9d0fa708b51df6c3b939cdc1271e4ff547c645c566be03dce0bc9ff7e0 DIST libinput-1.13.2.tar.xz 529488 BLAKE2B 489f962ca0b0385817fc76a5bc7254143d12c07e32a91dd118dca53fcdd6eaf5d2eef8aa5c5598a2aadda9e4a20b8a4c9340b60dee8286cd322fe2d294f1f6b7 SHA512 26f11c5274c26acc38b9b5729195010c0799a9563f1eb0e0cd67e323f8ed73b0fc8db8584ec8fdf1b726417f64c2daeb54832167079832626c8c1190fccf459f +DIST libinput-1.13.3.tar.xz 530916 BLAKE2B af88659252d509c22ad255963353109ad9cf05171b3bf2222f6d71872b6d2675a524c54a6ec0af28e1eab484dfeb91a9cd9db227084ffbfd6469d5726c4c882f SHA512 427ec838975444571770e129ef78fd42e4438a11e89ed0b3fc98793184d00c0ca8ed282eab2045cc6cb345804ad6fce1061af563b4f41d75405cdf2f09cb01e1 diff --git a/dev-libs/libinput/libinput-1.13.1.ebuild b/dev-libs/libinput/libinput-1.13.3.ebuild similarity index 96% rename from dev-libs/libinput/libinput-1.13.1.ebuild rename to dev-libs/libinput/libinput-1.13.3.ebuild index bc7c6286e491..fd529371d3d1 100644 --- a/dev-libs/libinput/libinput-1.13.1.ebuild +++ b/dev-libs/libinput/libinput-1.13.3.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://www.freedesktop.org/software/${PN}/${P}.tar.xz" LICENSE="MIT" SLOT="0/10" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86" IUSE="doc input_devices_wacom" # Tests require write access to udev rules directory which is a no-no for live system. # Other tests are just about logs, exported symbols and autotest of the test library. diff --git a/dev-libs/libpcre/libpcre-8.43.ebuild b/dev-libs/libpcre/libpcre-8.43.ebuild index a24c0d8e03f0..3a5b54a20a8f 100644 --- a/dev-libs/libpcre/libpcre-8.43.ebuild +++ b/dev-libs/libpcre/libpcre-8.43.ebuild @@ -18,7 +18,7 @@ fi LICENSE="BSD" SLOT="3" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt" IUSE="bzip2 +cxx +jit libedit pcre16 pcre32 +readline +recursion-limit static-libs unicode zlib" REQUIRED_USE="readline? ( !libedit ) libedit? ( !readline )" diff --git a/dev-libs/librdkafka/Manifest b/dev-libs/librdkafka/Manifest index 17d47e8af2b8..d367b203cfd7 100644 --- a/dev-libs/librdkafka/Manifest +++ b/dev-libs/librdkafka/Manifest @@ -2,3 +2,4 @@ DIST librdkafka-0.11.5.tar.gz 1984510 BLAKE2B 55a27482275726233b5c9b39dfac1b9f34 DIST librdkafka-0.11.6.tar.gz 1994337 BLAKE2B 7b61e6ba02c5ed58c20e604d6765f6a57ff63ab0c61f2a4c64eff55bfb6c854ef089ac9eea9acc6d44b6abdb6d1425ff23e9d4e6037c733bc5719d6b69c74ae0 SHA512 9657dc53220bbff3eb44941cff2f50ab7f71a82f7486d64ea14f67eabd4abe8c67f225a752cc1f0339439a1cc512e99ade6536d087857979cd198c0102015718 DIST librdkafka-1.0.0.tar.gz 2465603 BLAKE2B 7006dc421ae5c2c991853f4ede9d99e7dd308b49372a7c2c859ecc0e6ee7aa3b6cda9af7a71a5813610630b564bd65c6cf18ecaefd1a1880545838d7758aea88 SHA512 15ac1e4c9042debf8d4df602ccdc5eccae3a37b305be24d724fcaffc3d1d0aafa708fc8e29d6af51f51ed6c7daf74b3041b8b9b0444e6702cd73479c8078859a DIST librdkafka-1.0.1.tar.gz 2466259 BLAKE2B a391d57b21711853ce7df338070512f715f3a49ead2b4f7eb1fe5500699c1891821e6bbd4b87d3debea6852eb85094aba161cb3ca95aee3c592a38be4933ecff SHA512 094599e974236814c03e688eaa5e39d817cca110ff691501826268c45653fcd6b21b60e741140a1f7ffccd49902247f08fcec82475be2e9f85feaa4340b32d4c +DIST librdkafka-1.1.0.tar.gz 2511445 BLAKE2B 00c20361058d537d045da6961afc45e40e0ac641918df9eb457937dc3ca566639b81d8aa10cc6ed2f57988eded180f3d2eaea72ca4b910a652b93b54b9388253 SHA512 35561399b07278a09a51245c5503c86eb0cc8971692b4e65a332144bfb71e2e86d4ceaf1804534b6a416bcace74cef493b6465c20b32c14de97f45f2854359c6 diff --git a/dev-libs/librdkafka/files/librdkafka-1.1.0-remove-automagic-on-zstd.patch b/dev-libs/librdkafka/files/librdkafka-1.1.0-remove-automagic-on-zstd.patch new file mode 100644 index 000000000000..792bb4535703 --- /dev/null +++ b/dev-libs/librdkafka/files/librdkafka-1.1.0-remove-automagic-on-zstd.patch @@ -0,0 +1,29 @@ +commit 828e10cb9331fc5bd48fb1d6fdb8e08cd5fb27ea +Author: Thomas Deutschmann +AuthorDate: Mon Apr 29 18:57:10 2019 +0200 +Commit: Thomas Deutschmann +CommitDate: Mon Jun 24 23:52:25 2019 +0200 + + configure: Add option to disable automagic dependency on zstd + + This commit will add an option which will allow you to explicit disable + zstd usage. + +diff --git a/mklove/modules/configure.libzstd b/mklove/modules/configure.libzstd +index d9599d82..cb82c128 100644 +--- a/mklove/modules/configure.libzstd ++++ b/mklove/modules/configure.libzstd +@@ -9,8 +9,12 @@ + # mkl_check libzstd [] + # + ++mkl_toggle_option "Feature" ENABLE_ZSTD "--enable-zstd" "Enable support for ZSTD compression" "y" ++ + function manual_checks { +- local action=$1 ++ local action=${1:-disable} ++ ++ [[ $ENABLE_ZSTD == y ]] || return 0 + + mkl_meta_set "libzstd" "brew" "zstd" + mkl_meta_set "libzstd" "apk" "zstd-dev zstd-static" diff --git a/dev-libs/librdkafka/librdkafka-1.1.0.ebuild b/dev-libs/librdkafka/librdkafka-1.1.0.ebuild new file mode 100644 index 000000000000..d47d633d5484 --- /dev/null +++ b/dev-libs/librdkafka/librdkafka-1.1.0.ebuild @@ -0,0 +1,78 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI="7" + +inherit toolchain-funcs + +DESCRIPTION="Apache Kafka C/C++ client library" +HOMEPAGE="https://github.com/edenhill/librdkafka" + +if [[ ${PV} == "9999" ]]; then + EGIT_REPO_URI="https://github.com/edenhill/${PN}.git" + + inherit git-r3 +else + SRC_URI="https://github.com/edenhill/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~x86" +fi + +LICENSE="BSD-2" + +# subslot = soname version +SLOT="0/1" + +IUSE="lz4 sasl ssl static-libs zstd" + +LIB_DEPEND=" + lz4? ( app-arch/lz4:=[static-libs(+)] ) + sasl? ( dev-libs/cyrus-sasl:=[static-libs(+)] ) + ssl? ( dev-libs/openssl:0=[static-libs(+)] ) + zstd? ( app-arch/zstd:=[static-libs(+)] ) + sys-libs/zlib:=[static-libs(+)] +" + +RDEPEND="!static-libs? ( ${LIB_DEPEND//\[static-libs(+)]} )" + +DEPEND=" + ${RDEPEND} + virtual/pkgconfig + static-libs? ( ${LIB_DEPEND} ) +" + +PATCHES=( "${FILESDIR}"/${PN}-1.1.0-remove-automagic-on-zstd.patch ) + +src_configure() { + tc-export CC CXX LD NM OBJDUMP PKG_CONFIG STRIP + + local myeconf=( + --no-cache + --no-download + --disable-debug-symbols + $(use_enable lz4) + $(use_enable sasl) + $(usex static-libs '--enable-static' '') + $(use_enable ssl) + $(use_enable zstd) + ) + + econf ${myeconf[@]} +} + +src_test() { + emake -C tests run_local +} + +src_install() { + local DOCS=( + README.md + CONFIGURATION.md + INTRODUCTION.md + ) + + default + + if ! use static-libs; then + find "${ED}"/usr/lib* -name '*.la' -o -name '*.a' -delete || die + fi +} diff --git a/dev-libs/nss/Manifest b/dev-libs/nss/Manifest index 559d38aabacd..f48684c335e3 100644 --- a/dev-libs/nss/Manifest +++ b/dev-libs/nss/Manifest @@ -1,5 +1,6 @@ DIST nss-3.40.1.tar.gz 23311074 BLAKE2B 9cd723e983a3f70748b0734bb2a6cc1ddfa280f1c167c3b1b371a58900fb3d9b3bf3482293bb8614d39ffb538bcca815a2aedbe03d2d643731817452f82bc2ca SHA512 464ae843161e8deb911975d2117e8bf1194a968689b4ce70f9a12d5a33dba7ddd69f1248ec45244139c30fcc87678b206a4e124f032b26ead8bf894e4e8d0564 DIST nss-3.42.1.tar.gz 23416408 BLAKE2B 9c008ce599f3cc4de50af3a32f680e16058a42df7a844aa8f151c729a1c783177d8410b0aa2ea9887f5e69a359d84b655b78808fd817b8ccdeae458d9c7b4488 SHA512 468e1d4ea9d2b832c7b8975443ee6fe2790b39cbbd9f8e3d8428a43f47cce0e81d5ca21e3566701b75bcd4af09110c0134e204b2850d30ecfd6347ec27e6e265 +DIST nss-3.44.1.tar.gz 75986343 BLAKE2B b0a91ffdf879c8fd684abcb92480dd465466e83d3bad346d937bae285543705d10817527ed4f5ddbb618ad52103d4aedfc25e03053225010abc80267d2f94034 SHA512 eb8777701a25b54377026633b6bf284e4c62308012058355f348a7c57525afe96db74a07de41ba01754e316a7dff06689de527359a5474ed7ab606779c4cf169 DIST nss-3.44.tar.gz 23474704 BLAKE2B 8e3b49c7dd4ca1795eff0af55bcf8c8586a5658f0d671306d166dd8d758cc056858dbaf028d5e4ea4bba40e473aa246251f07ed7108bc2f40990b53aea40a1a6 SHA512 c4d7343a66f91c5888a121e266d1f1471da798a21d608a29caf598a828725e4bf9ea7411a105b23335f20bd7c12788dad567922ceeaebeb0c98fbf9bbe4006f7 DIST nss-cacert-class1-class3.patch 22950 BLAKE2B 9d5e60df5f161a3c27c41e5a9419440a54f888eda454e3cde5ebe626d4075b65cf9938b5144d0fb022377f4bd415bff5e5c67d104409860aa9391b3eb8872c68 SHA512 a5aa740bf110a3f0262e3f1ef2fc739ac2b44f042e220039d48aee8e97cd764d5c10718220364f4098aba955882bd02cadb5481512388971a8290312f88a7df0 DIST nss-pem-20160329.tar.xz 27732 BLAKE2B 7c23133a7bfb969d8eac98fb6311e76ab60c5d6601c7329f3c492da30c017e66d64a1f8bc827dd36e52e65c1a1ec02b58816442aaf410345c5ed759a02264b84 SHA512 5834b06e4c64205447573d4f4c8989e20986ae67ee00eebce3817eb73794a6355a404143ba1c676ec302ceefaf9df103cb879b1d4ff14ba4e3790dbee3e40eb2 diff --git a/dev-libs/nss/nss-3.44.1.ebuild b/dev-libs/nss/nss-3.44.1.ebuild new file mode 100644 index 000000000000..bd22251e6050 --- /dev/null +++ b/dev-libs/nss/nss-3.44.1.ebuild @@ -0,0 +1,373 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit eutils flag-o-matic multilib toolchain-funcs multilib-minimal + +NSPR_VER="4.16" +RTM_NAME="NSS_${PV//./_}_RTM" +# Rev of https://git.fedorahosted.org/cgit/nss-pem.git +PEM_GIT_REV="429b0222759d8ad8e6dcd29e62875ae3efd69116" +PEM_P="${PN}-pem-20160329" + +DESCRIPTION="Mozilla's Network Security Services library that implements PKI support" +HOMEPAGE="http://www.mozilla.org/projects/security/pki/nss/" +SRC_URI="https://archive.mozilla.org/pub/security/nss/releases/${RTM_NAME}/src/${P}.tar.gz + cacert? ( https://dev.gentoo.org/~axs/distfiles/${PN}-cacert-class1-class3.patch ) + nss-pem? ( https://dev.gentoo.org/~polynomial-c/${PEM_P}.tar.xz )" + +LICENSE="|| ( MPL-2.0 GPL-2 LGPL-2.1 )" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +IUSE="cacert +nss-pem utils" +CDEPEND=">=dev-db/sqlite-3.8.2[${MULTILIB_USEDEP}] + >=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}]" +DEPEND=">=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}] + >=dev-libs/nspr-${NSPR_VER}[${MULTILIB_USEDEP}] + ${CDEPEND}" +RDEPEND=">=dev-libs/nspr-${NSPR_VER}[${MULTILIB_USEDEP}] + ${CDEPEND} +" + +RESTRICT="test" + +S="${WORKDIR}/${P}/${PN}" + +MULTILIB_CHOST_TOOLS=( + /usr/bin/nss-config +) + +PATCHES=( + # Custom changes for gentoo + "${FILESDIR}/${PN}-3.32-gentoo-fixups.patch" + "${FILESDIR}/${PN}-3.21-gentoo-fixup-warnings.patch" + "${FILESDIR}/${PN}-3.23-hppa-byte_order.patch" +) + +src_unpack() { + unpack ${A} + if use nss-pem ; then + mv "${PN}"/lib/ckfw/pem/ "${S}"/lib/ckfw/ || die + fi +} + +src_prepare() { + if use nss-pem ; then + PATCHES+=( + "${FILESDIR}/${PN}-3.21-enable-pem.patch" + ) + fi + if use cacert ; then #521462 + PATCHES+=( + "${DISTDIR}/${PN}-cacert-class1-class3.patch" + ) + fi + + default + + pushd coreconf >/dev/null || die + # hack nspr paths + echo 'INCLUDES += -I$(DIST)/include/dbm' \ + >> headers.mk || die "failed to append include" + + # modify install path + sed -e '/CORE_DEPTH/s:SOURCE_PREFIX.*$:SOURCE_PREFIX = $(CORE_DEPTH)/dist:' \ + -i source.mk || die + + # Respect LDFLAGS + sed -i -e 's/\$(MKSHLIB) -o/\$(MKSHLIB) \$(LDFLAGS) -o/g' rules.mk + popd >/dev/null || die + + # Fix pkgconfig file for Prefix + sed -i -e "/^PREFIX =/s:= /usr:= ${EPREFIX}/usr:" \ + config/Makefile || die + + # use host shlibsign if need be #436216 + if tc-is-cross-compiler ; then + sed -i \ + -e 's:"${2}"/shlibsign:shlibsign:' \ + cmd/shlibsign/sign.sh || die + fi + + # dirty hack + sed -i -e "/CRYPTOLIB/s:\$(SOFTOKEN_LIB_DIR):../freebl/\$(OBJDIR):" \ + lib/ssl/config.mk || die + sed -i -e "/CRYPTOLIB/s:\$(SOFTOKEN_LIB_DIR):../../lib/freebl/\$(OBJDIR):" \ + cmd/platlibs.mk || die + + multilib_copy_sources + + strip-flags +} + +multilib_src_configure() { + # Ensure we stay multilib aware + sed -i -e "/@libdir@/ s:lib64:$(get_libdir):" config/Makefile || die +} + +nssarch() { + # Most of the arches are the same as $ARCH + local t=${1:-${CHOST}} + case ${t} in + aarch64*)echo "aarch64";; + hppa*) echo "parisc";; + i?86*) echo "i686";; + x86_64*) echo "x86_64";; + *) tc-arch ${t};; + esac +} + +nssbits() { + local cc cppflags="${1}CPPFLAGS" cflags="${1}CFLAGS" + if [[ ${1} == BUILD_ ]]; then + cc=$(tc-getBUILD_CC) + else + cc=$(tc-getCC) + fi + echo > "${T}"/test.c || die + ${cc} ${!cppflags} ${!cflags} -c "${T}"/test.c -o "${T}/${1}test.o" || die + case $(file "${T}/${1}test.o") in + *32-bit*x86-64*) echo USE_X32=1;; + *64-bit*|*ppc64*|*x86_64*) echo USE_64=1;; + *32-bit*|*ppc*|*i386*) ;; + *) die "Failed to detect whether ${cc} builds 64bits or 32bits, disable distcc if you're using it, please";; + esac +} + +multilib_src_compile() { + # use ABI to determine bit'ness, or fallback if unset + local buildbits mybits + case "${ABI}" in + n32) mybits="USE_N32=1";; + x32) mybits="USE_X32=1";; + s390x|*64) mybits="USE_64=1";; + ${DEFAULT_ABI}) + einfo "Running compilation test to determine bit'ness" + mybits=$(nssbits) + ;; + esac + # bitness of host may differ from target + if tc-is-cross-compiler; then + buildbits=$(nssbits BUILD_) + fi + + local makeargs=( + CC="$(tc-getCC)" + CCC="$(tc-getCXX)" + AR="$(tc-getAR) rc \$@" + RANLIB="$(tc-getRANLIB)" + OPTIMIZER= + ${mybits} + ) + + # Take care of nspr settings #436216 + local myCPPFLAGS="${CPPFLAGS} $($(tc-getPKG_CONFIG) nspr --cflags)" + unset NSPR_INCLUDE_DIR + + # Do not let `uname` be used. + if use kernel_linux ; then + makeargs+=( + OS_TARGET=Linux + OS_RELEASE=2.6 + OS_TEST="$(nssarch)" + ) + fi + + export NSS_ENABLE_WERROR=0 #567158 + export BUILD_OPT=1 + export NSS_USE_SYSTEM_SQLITE=1 + export NSDISTMODE=copy + export NSS_ENABLE_ECC=1 + export FREEBL_NO_DEPEND=1 + export FREEBL_LOWHASH=1 + export NSS_SEED_ONLY_DEV_URANDOM=1 + export ASFLAGS="" + + local d + + # Build the host tools first. + LDFLAGS="${BUILD_LDFLAGS}" \ + XCFLAGS="${BUILD_CFLAGS}" \ + NSPR_LIB_DIR="${T}/fakedir" \ + emake -j1 -C coreconf \ + CC="$(tc-getBUILD_CC)" \ + ${buildbits:-${mybits}} + makeargs+=( NSINSTALL="${PWD}/$(find -type f -name nsinstall)" ) + + # Then build the target tools. + for d in . lib/dbm ; do + CPPFLAGS="${myCPPFLAGS}" \ + XCFLAGS="${CFLAGS} ${CPPFLAGS}" \ + NSPR_LIB_DIR="${T}/fakedir" \ + emake -j1 "${makeargs[@]}" -C ${d} + done +} + +# Altering these 3 libraries breaks the CHK verification. +# All of the following cause it to break: +# - stripping +# - prelink +# - ELF signing +# http://www.mozilla.org/projects/security/pki/nss/tech-notes/tn6.html +# Either we have to NOT strip them, or we have to forcibly resign after +# stripping. +#local_libdir="$(get_libdir)" +#export STRIP_MASK=" +# */${local_libdir}/libfreebl3.so* +# */${local_libdir}/libnssdbm3.so* +# */${local_libdir}/libsoftokn3.so*" + +export NSS_CHK_SIGN_LIBS="freebl3 nssdbm3 softokn3" + +generate_chk() { + local shlibsign="$1" + local libdir="$2" + einfo "Resigning core NSS libraries for FIPS validation" + shift 2 + local i + for i in ${NSS_CHK_SIGN_LIBS} ; do + local libname=lib${i}.so + local chkname=lib${i}.chk + "${shlibsign}" \ + -i "${libdir}"/${libname} \ + -o "${libdir}"/${chkname}.tmp \ + && mv -f \ + "${libdir}"/${chkname}.tmp \ + "${libdir}"/${chkname} \ + || die "Failed to sign ${libname}" + done +} + +cleanup_chk() { + local libdir="$1" + shift 1 + local i + for i in ${NSS_CHK_SIGN_LIBS} ; do + local libfname="${libdir}/lib${i}.so" + # If the major version has changed, then we have old chk files. + [ ! -f "${libfname}" -a -f "${libfname}.chk" ] \ + && rm -f "${libfname}.chk" + done +} + +multilib_src_install() { + pushd dist >/dev/null || die + + dodir /usr/$(get_libdir) + cp -L */lib/*$(get_libname) "${ED%/}"/usr/$(get_libdir) || die "copying shared libs failed" + local i + for i in crmf freebl nssb nssckfw ; do + cp -L */lib/lib${i}.a "${ED%/}"/usr/$(get_libdir) || die "copying libs failed" + done + + # Install nss-config and pkgconfig file + dodir /usr/bin + cp -L */bin/nss-config "${ED%/}"/usr/bin || die + dodir /usr/$(get_libdir)/pkgconfig + cp -L */lib/pkgconfig/nss.pc "${ED%/}"/usr/$(get_libdir)/pkgconfig || die + + # create an nss-softokn.pc from nss.pc for libfreebl and some private headers + # bug 517266 + sed -e 's#Libs:#Libs: -lfreebl#' \ + -e 's#Cflags:#Cflags: -I${includedir}/private#' \ + */lib/pkgconfig/nss.pc >"${ED%/}"/usr/$(get_libdir)/pkgconfig/nss-softokn.pc \ + || die "could not create nss-softokn.pc" + + # all the include files + insinto /usr/include/nss + doins public/nss/*.{h,api} + insinto /usr/include/nss/private + doins private/nss/{blapi,alghmac}.h + + popd >/dev/null || die + + local f nssutils + # Always enabled because we need it for chk generation. + nssutils=( shlibsign ) + + if multilib_is_native_abi ; then + if use utils; then + # The tests we do not need to install. + #nssutils_test="bltest crmftest dbtest dertimetest + #fipstest remtest sdrtest" + # checkcert utils has been removed in nss-3.22: + # https://bugzilla.mozilla.org/show_bug.cgi?id=1187545 + # https://hg.mozilla.org/projects/nss/rev/df1729d37870 + # certcgi has been removed in nss-3.36: + # https://bugzilla.mozilla.org/show_bug.cgi?id=1426602 + nssutils+=( + addbuiltin + atob + baddbdir + btoa + certutil + cmsutil + conflict + crlutil + derdump + digest + makepqg + mangle + modutil + multinit + nonspr10 + ocspclnt + oidcalc + p7content + p7env + p7sign + p7verify + pk11mode + pk12util + pp + rsaperf + selfserv + signtool + signver + ssltap + strsclnt + symkeyutil + tstclnt + vfychain + vfyserv + ) + # install man-pages for utils (bug #516810) + doman doc/nroff/*.1 + fi + pushd dist/*/bin >/dev/null || die + for f in ${nssutils[@]}; do + dobin ${f} + done + popd >/dev/null || die + fi + + # Prelink breaks the CHK files. We don't have any reliable way to run + # shlibsign after prelink. + dodir /etc/prelink.conf.d + printf -- "-b ${EPREFIX}/usr/$(get_libdir)/lib%s.so\n" ${NSS_CHK_SIGN_LIBS} \ + > "${ED%/}"/etc/prelink.conf.d/nss.conf +} + +pkg_postinst() { + multilib_pkg_postinst() { + # We must re-sign the libraries AFTER they are stripped. + local shlibsign="${EROOT}/usr/bin/shlibsign" + # See if we can execute it (cross-compiling & such). #436216 + "${shlibsign}" -h >&/dev/null + if [[ $? -gt 1 ]] ; then + shlibsign="shlibsign" + fi + generate_chk "${shlibsign}" "${EROOT}"/usr/$(get_libdir) + } + + multilib_foreach_abi multilib_pkg_postinst +} + +pkg_postrm() { + multilib_pkg_postrm() { + cleanup_chk "${EROOT}"/usr/$(get_libdir) + } + + multilib_foreach_abi multilib_pkg_postrm +} diff --git a/dev-perl/Manifest.gz b/dev-perl/Manifest.gz index 67b07a2ccb1f..389b50294c21 100644 Binary files a/dev-perl/Manifest.gz and b/dev-perl/Manifest.gz differ diff --git a/dev-perl/TAP-Parser-SourceHandler-pgTAP/Manifest b/dev-perl/TAP-Parser-SourceHandler-pgTAP/Manifest index fb6ca69fe262..c9f6f88b8144 100644 --- a/dev-perl/TAP-Parser-SourceHandler-pgTAP/Manifest +++ b/dev-perl/TAP-Parser-SourceHandler-pgTAP/Manifest @@ -1,2 +1,3 @@ DIST TAP-Parser-SourceHandler-pgTAP-3.33.tar.gz 23838 BLAKE2B dc89ef65a46117e05a7e220ea34afe0e405262f1cd645b1e062be10ea029fadd378df50de9c9325853b894ac96e630b622a17c59fce02a26aa670d55760628b3 SHA512 c905fcbde050513916c2aafe8482a8631ee12e3b042cef3280e6ac697a6a208082597728548666cb145038c1af897648bfdd9ec6dcba7c0f77f948c9722ad363 DIST TAP-Parser-SourceHandler-pgTAP-3.34.tar.gz 24247 BLAKE2B d017def87552fa6776eef35f05b1defd399600f0bbae1d6a9850642efa70e96ef1f02e28aad9cfb327db8803a47b6e842f607b941801809ef8518bb2e7cf2b45 SHA512 dafeb8d24085c2e477157bb1ee1d89e6072f143c1955123462305789841a6ed509d19460d6d9abe2ff440ef752b95feb390b6ed4fca692c8365f75323ede4662 +DIST TAP-Parser-SourceHandler-pgTAP-3.35.tar.gz 24620 BLAKE2B 1a63a550f83bbe4bc2c6be97bde8940a2b8ff69a31999df94ed6dc124ca7e16b2ccd3e45217ba1fd833f520c9498e9804153de121abe9f4f038bb433e3c1ceaf SHA512 10fb0a3d76896c454ab11672503eb586c93d016f9c76d92688ecfcd60e687eeef1cc6f8313395b9863b5a6c594191ad3b78e9dad39c5a8a9a5da2f190d41838a diff --git a/dev-perl/TAP-Parser-SourceHandler-pgTAP/TAP-Parser-SourceHandler-pgTAP-3.350.0.ebuild b/dev-perl/TAP-Parser-SourceHandler-pgTAP/TAP-Parser-SourceHandler-pgTAP-3.350.0.ebuild new file mode 100644 index 000000000000..b1df0623d539 --- /dev/null +++ b/dev-perl/TAP-Parser-SourceHandler-pgTAP/TAP-Parser-SourceHandler-pgTAP-3.350.0.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DIST_AUTHOR=DWHEELER +DIST_VERSION=3.35 +inherit perl-module + +DESCRIPTION="Stream TAP from pgTAP test scripts" + +SLOT="0" +KEYWORDS="~amd64" +IUSE="test" + +RDEPEND="virtual/perl-Test-Harness" +DEPEND="${RDEPEND} + >=dev-perl/Module-Build-0.300.0 + test? ( + >=virtual/perl-Test-Simple-0.880.0 + ) +" diff --git a/dev-perl/Test-CleanNamespaces/Manifest b/dev-perl/Test-CleanNamespaces/Manifest index 54b1cb62c210..a57ebc8f1875 100644 --- a/dev-perl/Test-CleanNamespaces/Manifest +++ b/dev-perl/Test-CleanNamespaces/Manifest @@ -1,2 +1,3 @@ DIST Test-CleanNamespaces-0.18.tar.gz 31439 BLAKE2B bb89bffb89a0adda6552e1f925c7490b0895ee706482966e8fe2ff76fdea9cf497c7066e53443c8ffd4bf8404c8a6925bfdebd5d7c7d7c0d1e04714e1ffb74ca SHA512 5e6d732eedff64990a20c16ca5b54441515bde557d63c9d685080e9e1fe709c7adc63f38dcaa83f9e2d78976754b57b720d22448dd30d20cd9343191229ecd6f DIST Test-CleanNamespaces-0.22.tar.gz 34307 BLAKE2B d07e7980870e05a9d16d6a9ac842c6c4374168b72b2351a42b7f5908ddf1fc5bae883c184f9ffd9a52b2c21e48298c0ffe3f8531d2226bf08a130260c4074079 SHA512 9ccb456aa502421e7fe4a5b91f629596cff04fdee2211288e4b8b3b2faeb1a9049d31e2a5ca4ce332914759ffa35d8027a1ccdcd157618e99545cb071d8797cc +DIST Test-CleanNamespaces-0.24.tar.gz 36740 BLAKE2B 77b42fec35eea417e65c2d80f749d2540f3a9e9748b8f13da8c2357b3da841ac465e70c097a46bd0b795a8822f744393a9181f1247186e31c5751b3f264e5ff3 SHA512 f99d3dea0af3ae654819c72ed9672234953edf5c8e5f3c6271a578761ee371e2ed670df07a8a8c2adba91c42404ac94b8d479acc91ae16a4536c0f2fd99809a7 diff --git a/dev-perl/Test-CleanNamespaces/Test-CleanNamespaces-0.240.0.ebuild b/dev-perl/Test-CleanNamespaces/Test-CleanNamespaces-0.240.0.ebuild new file mode 100644 index 000000000000..7e721ad8f987 --- /dev/null +++ b/dev-perl/Test-CleanNamespaces/Test-CleanNamespaces-0.240.0.ebuild @@ -0,0 +1,50 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DIST_AUTHOR=ETHER +DIST_VERSION=0.24 +inherit perl-module + +DESCRIPTION="Check for uncleaned imports" + +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +IUSE="test minimal" + +# r:Test::Builder -> Test-Simple +# t:Scalar::Util -> Scalar-List-Utils +# t:Test::Tester -> ( Ugh ) +RDEPEND=" + !minimal? ( + dev-perl/Package-Stash-XS + ) + >=virtual/perl-Exporter-5.570.0 + virtual/perl-File-Spec + dev-perl/Module-Runtime + >=dev-perl/Package-Stash-0.140.0 + dev-perl/Sub-Identify + virtual/perl-Test-Simple +" +DEPEND="${RDEPEND} + >=virtual/perl-CPAN-Meta-Requirements-2.120.620 + virtual/perl-ExtUtils-MakeMaker + virtual/perl-Module-Metadata + !=virtual/perl-CPAN-Meta-2.120.900 + ) + dev-perl/File-pushd + virtual/perl-Scalar-List-Utils + dev-perl/Sub-Exporter + dev-perl/Test-Deep + dev-perl/Test-Needs + >=virtual/perl-Test-Simple-1.1.10 + >=dev-perl/Test-Warnings-0.9.0 + virtual/perl-if + dev-perl/namespace-clean + virtual/perl-parent + ) +" diff --git a/dev-python/Manifest.gz b/dev-python/Manifest.gz index ac69f81ae709..018050d86432 100644 Binary files a/dev-python/Manifest.gz and b/dev-python/Manifest.gz differ diff --git a/dev-python/autobahn/autobahn-18.3.1.ebuild b/dev-python/autobahn/autobahn-18.3.1.ebuild index 2ba2f23aedf8..97f79aca94e5 100644 --- a/dev-python/autobahn/autobahn-18.3.1.ebuild +++ b/dev-python/autobahn/autobahn-18.3.1.ebuild @@ -17,7 +17,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz" SLOT="0" LICENSE="MIT" -KEYWORDS="~amd64 ~arm ~arm64 ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux" IUSE="crypt test" RDEPEND=" diff --git a/dev-python/automat/automat-0.7.0.ebuild b/dev-python/automat/automat-0.7.0.ebuild index 948692f5b3b7..3363ce4d7d58 100644 --- a/dev-python/automat/automat-0.7.0.ebuild +++ b/dev-python/automat/automat-0.7.0.ebuild @@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${MYPN:0:1}/${MYPN}/${MYP}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~amd64-linux" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux" IUSE="examples test" RDEPEND=" diff --git a/dev-python/aws-sam-translator/Manifest b/dev-python/aws-sam-translator/Manifest new file mode 100644 index 000000000000..eb46b6cecbd4 --- /dev/null +++ b/dev-python/aws-sam-translator/Manifest @@ -0,0 +1 @@ +DIST aws-sam-translator-1.11.0.tar.gz 96492 BLAKE2B 4025492501d17699b64041a94704d0ec491ffb02a4b7e48c2647101be4d504b6a8c08a9a043c2d964a51d1ef7b40e4fd1d993f9d3b38b5b75460a7d0117b9f49 SHA512 e008248ef3401ffe58590c6d68667f67e5963e416656daea545c8d938ab8cb5d8b1c9c7f5aea2d53cedfd74b1fb8677e99a93a8a78235198b18c14df957d0c74 diff --git a/dev-python/aws-sam-translator/aws-sam-translator-1.11.0.ebuild b/dev-python/aws-sam-translator/aws-sam-translator-1.11.0.ebuild new file mode 100644 index 000000000000..43c8b5ac9611 --- /dev/null +++ b/dev-python/aws-sam-translator/aws-sam-translator-1.11.0.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +PYTHON_COMPAT=( python2_7 python3_{5,6,7} ) + +inherit distutils-r1 + +DESCRIPTION="A library that transform SAM templates into AWS CloudFormation templates" +HOMEPAGE="https://github.com/awslabs/serverless-application-model https://pypi.org/project/aws-sam-translator/" +SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="" +RDEPEND="virtual/python-enum34[${PYTHON_USEDEP}] + >=dev-python/boto3-1.5[${PYTHON_USEDEP}] + >=dev-python/jsonschema-2.6[${PYTHON_USEDEP}] + >=dev-python/six-1.11[${PYTHON_USEDEP}]" +DEPEND="${RDEPEND} + dev-python/setuptools[${PYTHON_USEDEP}]" +RESTRICT="test" + +python_test() { + PYTHONPATH=${BUILD_DIR}/lib \ + esetup.py test || die "tests failed with ${EPYTHON}" +} diff --git a/dev-python/aws-sam-translator/metadata.xml b/dev-python/aws-sam-translator/metadata.xml new file mode 100644 index 000000000000..de0ced977a97 --- /dev/null +++ b/dev-python/aws-sam-translator/metadata.xml @@ -0,0 +1,13 @@ + + + + + zmedico@gentoo.org + Zac Medico + + + awslabs/serverless-application-model + aws-sam-translator + https://github.com/awslabs/serverless-application-model/issues + + diff --git a/dev-python/aws-xray-sdk-python/Manifest b/dev-python/aws-xray-sdk-python/Manifest new file mode 100644 index 000000000000..f891c6b42fe1 --- /dev/null +++ b/dev-python/aws-xray-sdk-python/Manifest @@ -0,0 +1 @@ +DIST aws-xray-sdk-2.4.2.tar.gz 66737 BLAKE2B 5f062299ad28ee12d4f90bbdcb03d691fb9a5888054eae4759b9a0e916f720e71a9b9e01fd4d11106499395c5c1aa1ec90ec4874301a34657cd04b00cb5450e3 SHA512 3d12e96a54a2fc65bd6b6772b1e9cc72c09620d9a8b900780afb6c4051b88f0ada1e2da2e31bf93c37a881514e2ae79692a287a63b44845e0e2b8cb33109f81f diff --git a/dev-python/aws-xray-sdk-python/aws-xray-sdk-python-2.4.2.ebuild b/dev-python/aws-xray-sdk-python/aws-xray-sdk-python-2.4.2.ebuild new file mode 100644 index 000000000000..8247d997b00b --- /dev/null +++ b/dev-python/aws-xray-sdk-python/aws-xray-sdk-python-2.4.2.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +PYTHON_COMPAT=( python2_7 python3_{5,6,7} ) + +inherit distutils-r1 + +MY_PN=${PN%-python} +MY_P=${MY_PN}-${PV} +DESCRIPTION="AWS X-Ray SDK for Python" +HOMEPAGE="https://github.com/aws/aws-xray-sdk-python https://pypi.org/project/aws-xray-sdk/" +SRC_URI="mirror://pypi/${P:0:1}/${MY_PN}/${MY_P}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="" +RDEPEND=">=dev-python/botocore-1.12.122[${PYTHON_USEDEP}] + dev-python/future[${PYTHON_USEDEP}] + dev-python/jsonpickle[${PYTHON_USEDEP}] + dev-python/wrapt[${PYTHON_USEDEP}] + virtual/python-enum34[${PYTHON_USEDEP}]" +DEPEND="${RDEPEND} + dev-python/setuptools[${PYTHON_USEDEP}]" +RESTRICT="test" +S=${WORKDIR}/${MY_P} + +python_test() { + esetup.py test || die "tests failed with ${EPYTHON}" +} diff --git a/dev-python/aws-xray-sdk-python/metadata.xml b/dev-python/aws-xray-sdk-python/metadata.xml new file mode 100644 index 000000000000..80f5a6bc406b --- /dev/null +++ b/dev-python/aws-xray-sdk-python/metadata.xml @@ -0,0 +1,13 @@ + + + + + zmedico@gentoo.org + Zac Medico + + + aws/aws-xray-sdk-python + aws-xray-sdk + https://github.com/aws/aws-xray-sdk-python/issues + + diff --git a/dev-python/backports-tempfile/Manifest b/dev-python/backports-tempfile/Manifest new file mode 100644 index 000000000000..2e3778ca3bd6 --- /dev/null +++ b/dev-python/backports-tempfile/Manifest @@ -0,0 +1 @@ +DIST backports.tempfile-1.0.tar.gz 10262 BLAKE2B 9436c8a3eb7fa6da17dad4466ab030f62b93a19103e519efcbe79e35cf0687ca2960666a9337cdc2929aeeed3790a7ee0441377755b1f1e2a8192b07ed7f049a SHA512 1f3cf634e289704e96bd8483289415aae896d95a16f5ac9b226ba879497675d76148399770966bd2ef14a02d3c8848516a9b39cc400819023b06254b5b0500dc diff --git a/dev-python/backports-tempfile/backports-tempfile-1.0.ebuild b/dev-python/backports-tempfile/backports-tempfile-1.0.ebuild new file mode 100644 index 000000000000..632139290b10 --- /dev/null +++ b/dev-python/backports-tempfile/backports-tempfile-1.0.ebuild @@ -0,0 +1,43 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +PYTHON_COMPAT=( python2_7 python3_{5,6,7} ) + +inherit distutils-r1 + +MY_PN=${PN/-/.} +MY_P=${MY_PN}-${PV} + +DESCRIPTION="Backport of new features in Python's tempfile module" +HOMEPAGE="https://github.com/PiDelport/backports.tempfile https://pypi.org/project/backports.tempfile/" +SRC_URI="mirror://pypi/${P:0:1}/${MY_PN}/${MY_P}.tar.gz" + +LICENSE="PSF-2.3" +SLOT="0" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="" +RDEPEND="dev-python/backports[${PYTHON_USEDEP}] + dev-python/backports-weakref[${PYTHON_USEDEP}]" +DEPEND="${RDEPEND} + dev-python/setuptools[${PYTHON_USEDEP}]" +# Tests require backports.test.support +RESTRICT="test" +S="${WORKDIR}/${MY_P}" + +python_prepare_all() { + sed -e "s|'setuptools_scm'||" \ + -i setup.py || die + distutils-r1_python_prepare_all +} + +python_test() { + PYTHONPATH="${BUILD_DIR}/lib" \ + "${PYTHON:-python}" tests/test_tempfile.py || die "tests failed with ${EPYTHON}" +} + +python_install() { + # avoid a collision with dev-python/backports + rm "${BUILD_DIR}"/lib/backports/__init__.py || die + distutils-r1_python_install --skip-build +} diff --git a/dev-python/backports-tempfile/metadata.xml b/dev-python/backports-tempfile/metadata.xml new file mode 100644 index 000000000000..ab950267ea60 --- /dev/null +++ b/dev-python/backports-tempfile/metadata.xml @@ -0,0 +1,13 @@ + + + + + zmedico@gentoo.org + Zac Medico + + + PiDelport/backports.tempfile + backports.tempfile + https://github.com/PiDelport/backports.tempfile/issues + + diff --git a/dev-python/backports-weakref/Manifest b/dev-python/backports-weakref/Manifest new file mode 100644 index 000000000000..6b5303d586cd --- /dev/null +++ b/dev-python/backports-weakref/Manifest @@ -0,0 +1 @@ +DIST backports.weakref-1.0.post1.tar.gz 10574 BLAKE2B a53a64dc22d8d1ac93a157bef4a858156f620593ae3d9e69b99762298e9aed73a04fd0557d98f53eed8816e746869718bc028aeda619330ce7c031f8b6f346b1 SHA512 27fb7ffd3313e62ca5ac220efe5ce0a9ae2ba8a589c80d3c5cf98741e913da7f713e1ecf2af848510383f574fa3bc3b7b3c21e6696f0a252fb517fe836c07cc7 diff --git a/dev-python/backports-weakref/backports-weakref-1.0_p1.ebuild b/dev-python/backports-weakref/backports-weakref-1.0_p1.ebuild new file mode 100644 index 000000000000..027168047eab --- /dev/null +++ b/dev-python/backports-weakref/backports-weakref-1.0_p1.ebuild @@ -0,0 +1,42 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +PYTHON_COMPAT=( python2_7 python3_{5,6,7} ) + +inherit distutils-r1 + +MY_PN=${PN/-/.} +MY_P=${MY_PN}-${PV/_p/.post} + +DESCRIPTION="Backport of new features in Python's weakref module" +HOMEPAGE="https://github.com/PiDelport/backports.weakref https://pypi.org/project/backports.weakref/" +SRC_URI="mirror://pypi/${P:0:1}/${MY_PN}/${MY_P}.tar.gz" + +LICENSE="PSF-2.3" +SLOT="0" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="" +RDEPEND="dev-python/backports[${PYTHON_USEDEP}]" +DEPEND="${RDEPEND} + dev-python/setuptools[${PYTHON_USEDEP}]" +# Tests require backports.test.support +RESTRICT="test" +S="${WORKDIR}/${MY_P}" + +python_prepare_all() { + sed -e "s|'setuptools_scm'||" \ + -i setup.py || die + distutils-r1_python_prepare_all +} + +python_test() { + PYTHONPATH="${BUILD_DIR}/lib" \ + "${PYTHON:-python}" tests/test_weakref.py || die "tests failed with ${EPYTHON}" +} + +python_install() { + # avoid a collision with dev-python/backports + rm "${BUILD_DIR}"/lib/backports/__init__.py || die + distutils-r1_python_install --skip-build +} diff --git a/dev-python/backports-weakref/metadata.xml b/dev-python/backports-weakref/metadata.xml new file mode 100644 index 000000000000..5cdefd31d132 --- /dev/null +++ b/dev-python/backports-weakref/metadata.xml @@ -0,0 +1,13 @@ + + + + + zmedico@gentoo.org + Zac Medico + + + PiDelport/backports.weakref + backports.weakref + https://github.com/PiDelport/backports.weakref/issues + + diff --git a/dev-python/bitarray/bitarray-0.8.3.ebuild b/dev-python/bitarray/bitarray-0.8.3.ebuild index 80bd2089c939..28cb5b7fa3fd 100644 --- a/dev-python/bitarray/bitarray-0.8.3.ebuild +++ b/dev-python/bitarray/bitarray-0.8.3.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python{2_7,3_5,3_6} ) +PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} ) inherit distutils-r1 @@ -13,8 +13,8 @@ SRC_URI="mirror://pypi/b/${PN}/${P}.tar.gz" SLOT="0" LICENSE="PSF-2" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~amd64-fbsd" +KEYWORDS="~amd64 ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux" python_test() { - "${PYTHON}" ${PN}/test_${PN}.py || die "Tests fail with ${EPYTHON}" + "${EPYTHON}" bitarray/test_bitarray.py -v || die "Tests fail with ${EPYTHON}" } diff --git a/dev-python/cbor/cbor-1.0.0.ebuild b/dev-python/cbor/cbor-1.0.0.ebuild index 9f15f4216716..3db5b91c12d5 100644 --- a/dev-python/cbor/cbor-1.0.0.ebuild +++ b/dev-python/cbor/cbor-1.0.0.ebuild @@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="amd64 arm ~arm64 x86" +KEYWORDS="amd64 arm ~arm64 x86 ~amd64-linux ~x86-linux" IUSE="" DEPEND="" diff --git a/dev-python/cfn-python-lint/Manifest b/dev-python/cfn-python-lint/Manifest new file mode 100644 index 000000000000..9e6559bedb90 --- /dev/null +++ b/dev-python/cfn-python-lint/Manifest @@ -0,0 +1 @@ +DIST cfn-lint-0.21.6.tar.gz 2149548 BLAKE2B 36bb80d8b656eddc0e0a00e4728e46ff05f12ff93d70295a045602f09d570880bf087f25165ed21641e80f096b93e3cf4c9cf97b6498b330dc53beaba67aa492 SHA512 c263e6e5ccd03ff5b843e9d4ebd74844f1b4053fa766f5300e4cc66745c42e82771e6af73cf950c81bb66f09b4afd5d438bdcf8489a3b9d61d562a7145d04297 diff --git a/dev-python/cfn-python-lint/cfn-python-lint-0.21.6.ebuild b/dev-python/cfn-python-lint/cfn-python-lint-0.21.6.ebuild new file mode 100644 index 000000000000..6c7860dfb01f --- /dev/null +++ b/dev-python/cfn-python-lint/cfn-python-lint-0.21.6.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +PYTHON_COMPAT=( python2_7 python3_{5,6,7} ) + +inherit distutils-r1 + +MY_PN=cfn-lint +MY_P=${MY_PN}-${PV} +DESCRIPTION="CloudFormation Linter" +HOMEPAGE="https://pypi.org/project/cfn-lint/ https://github.com/aws-cloudformation/cfn-python-lint" +SRC_URI="mirror://pypi/${P:0:1}/${MY_PN}/${MY_P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" + +RDEPEND=" + dev-python/jsonpatch[${PYTHON_USEDEP}] + >=dev-python/jsonschema-2.6[${PYTHON_USEDEP}] + >=dev-python/aws-sam-translator-1.10.0[${PYTHON_USEDEP}] + >=dev-python/pathlib2-2.3.0[${PYTHON_USEDEP}] + dev-python/pyyaml[${PYTHON_USEDEP}] + >=dev-python/requests-2.15.0[${PYTHON_USEDEP}] + dev-python/setuptools[${PYTHON_USEDEP}] + >=dev-python/six-1.11[${PYTHON_USEDEP}] +" +DEPEND="${RDEPEND} + dev-python/setuptools[${PYTHON_USEDEP}]" +S=${WORKDIR}/${MY_P} diff --git a/dev-python/cfn-python-lint/metadata.xml b/dev-python/cfn-python-lint/metadata.xml new file mode 100644 index 000000000000..8b111978657d --- /dev/null +++ b/dev-python/cfn-python-lint/metadata.xml @@ -0,0 +1,13 @@ + + + + + zmedico@gentoo.org + Zac Medico + + + aws-cloudformation/cfn-python-lint + cfn-lint + https://github.com/aws-cloudformation/cfn-python-lint/issues + + diff --git a/dev-python/constantly/constantly-15.1.0-r1.ebuild b/dev-python/constantly/constantly-15.1.0-r1.ebuild index 000f0918350e..c5ad25a45091 100644 --- a/dev-python/constantly/constantly-15.1.0-r1.ebuild +++ b/dev-python/constantly/constantly-15.1.0-r1.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://github.com/twisted/constantly/archive/${PV}.tar.gz -> ${P}.gh.t LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~amd64-linux" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux" IUSE="test" RDEPEND="" diff --git a/dev-python/defusedxml/defusedxml-0.5.0.ebuild b/dev-python/defusedxml/defusedxml-0.5.0.ebuild index 08a065568029..044af3f6429d 100644 --- a/dev-python/defusedxml/defusedxml-0.5.0.ebuild +++ b/dev-python/defusedxml/defusedxml-0.5.0.ebuild @@ -11,7 +11,7 @@ inherit distutils-r1 DESCRIPTION="XML bomb protection for Python stdlib modules, an xml serialiser" HOMEPAGE="https://bitbucket.org/tiran/defusedxml https://pypi.org/project/defusedxml/" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" -KEYWORDS="alpha amd64 arm arm64 hppa ia64 ppc ppc64 s390 ~sh sparc x86 ~amd64-fbsd ~amd64-linux" +KEYWORDS="alpha amd64 arm arm64 hppa ia64 ppc ppc64 s390 ~sh sparc x86 ~amd64-fbsd ~amd64-linux ~x86-linux" IUSE="examples" LICENSE="PSF-2" diff --git a/dev-python/feedparser/feedparser-5.2.1.ebuild b/dev-python/feedparser/feedparser-5.2.1.ebuild index 24dc06b507ab..8a2807be96e5 100644 --- a/dev-python/feedparser/feedparser-5.2.1.ebuild +++ b/dev-python/feedparser/feedparser-5.2.1.ebuild @@ -3,7 +3,7 @@ EAPI=5 -PYTHON_COMPAT=( python2_7 python3_{5,6} pypy{,3} ) +PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy{,3} ) inherit distutils-r1 diff --git a/dev-python/futures/futures-3.2.0.ebuild b/dev-python/futures/futures-3.2.0.ebuild index 493a8499aec4..c4f2d8caa84c 100644 --- a/dev-python/futures/futures-3.2.0.ebuild +++ b/dev-python/futures/futures-3.2.0.ebuild @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="PSF-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 s390 ~sh ~sparc ~x86 ~amd64-fbsd ~amd64-linux" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 s390 ~sh ~sparc ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux" IUSE="doc" DEPEND=" diff --git a/dev-python/git-review/git-review-1.27.0.ebuild b/dev-python/git-review/git-review-1.27.0.ebuild index 28dfcf4daf6f..a238bf2d7236 100644 --- a/dev-python/git-review/git-review-1.27.0.ebuild +++ b/dev-python/git-review/git-review-1.27.0.ebuild @@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="amd64 x86" +KEYWORDS="amd64 x86 ~x64-cygwin ~amd64-linux ~x86-linux" IUSE="" DEPEND=" diff --git a/dev-python/hyperlink/hyperlink-18.0.0.ebuild b/dev-python/hyperlink/hyperlink-18.0.0.ebuild index 23dc4055ee0c..a1191546df81 100644 --- a/dev-python/hyperlink/hyperlink-18.0.0.ebuild +++ b/dev-python/hyperlink/hyperlink-18.0.0.ebuild @@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD MIT" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~amd64-linux" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux" IUSE="test" RDEPEND="" diff --git a/dev-python/incremental/incremental-17.5.0.ebuild b/dev-python/incremental/incremental-17.5.0.ebuild index ca1fb238edd7..4455b80d7d30 100644 --- a/dev-python/incremental/incremental-17.5.0.ebuild +++ b/dev-python/incremental/incremental-17.5.0.ebuild @@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~amd64-linux" +KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux" IUSE="" RDEPEND="" diff --git a/dev-python/jsondiff/Manifest b/dev-python/jsondiff/Manifest new file mode 100644 index 000000000000..ec5b32ac77ee --- /dev/null +++ b/dev-python/jsondiff/Manifest @@ -0,0 +1 @@ +DIST jsondiff-1.1.2.tar.gz 7803 BLAKE2B cbfcfdb2c6c3bb721b4db43aca1d66649257db2cd9feb9655015e621fcd90c72af087696b9553a10ac89cdaf5f23d8748463e1a13bdb19207e34e12e66629544 SHA512 ca96bb80a6f7a34c8c5bcde74856dc1c4935b3e2979330ecfc33432aff83968e671b2aaf310c77f2c7d431be1ae6e20a960879700ba3c903a09a48b23d4c0288 diff --git a/dev-python/jsondiff/jsondiff-1.1.2.ebuild b/dev-python/jsondiff/jsondiff-1.1.2.ebuild new file mode 100644 index 000000000000..4f246f930991 --- /dev/null +++ b/dev-python/jsondiff/jsondiff-1.1.2.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +PYTHON_COMPAT=( python2_7 python3_{5,6,7} ) + +inherit distutils-r1 + +DESCRIPTION="Diff JSON and JSON-like structures in Python" +HOMEPAGE="https://github.com/xlwings/jsondiff https://pypi.org/project/jsondiff/" +SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="" +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" +# tests require nose_random +RESTRICT="test" + +python_prepare_all() { + # Avoid file collision with jsonpatch's jsondiff cli. + sed -e "/'jsondiff=jsondiff.cli:main'/d" -i setup.py || die + distutils-r1_python_prepare_all +} + +python_test() { + esetup.py test || die "tests failed with ${EPYTHON}" +} + +python_install_all() { + distutils-r1_python_install_all +} diff --git a/dev-python/jsondiff/metadata.xml b/dev-python/jsondiff/metadata.xml new file mode 100644 index 000000000000..ff1d5858ae38 --- /dev/null +++ b/dev-python/jsondiff/metadata.xml @@ -0,0 +1,13 @@ + + + + + zmedico@gentoo.org + Zac Medico + + + xlwings/jsondiff + jsondiff + https://github.com/xlwings/jsondiff/issues + + diff --git a/dev-python/jsonpickle/Manifest b/dev-python/jsonpickle/Manifest index 39dfe23fc4b6..de068698e2f3 100644 --- a/dev-python/jsonpickle/Manifest +++ b/dev-python/jsonpickle/Manifest @@ -1 +1,2 @@ DIST jsonpickle-0.9.3.tar.gz 60489 BLAKE2B 4767809a3bd5816343e9081bdaf45cdec8dfd1e28b832675e01ae415c1ac081d0a84e2827051520999d11d0dc28a62bdd09285cf384fff0f941d3a571064e2bf SHA512 38de2ab2c15e0e28323a8cc83b0c0b0631f2f678f620e8738fee19c71492f011aa7eec428b859574a0066b9e24a08bde911a283736757964035befe3042f2e06 +DIST jsonpickle-1.2.tar.gz 74693 BLAKE2B 65f9c18b8693351995f84815d27f2d86ab65fe7a620cda0d346b88db56de45ff6aa21b7ae941e8820e16e184d9a5ac55d56caf112f3930083e63b50751fe2dd8 SHA512 0a5bfb2e77175c9174ee1783301c613e25fcfa60f07e610206d1e1e34053e90b21b12bc1b1045dd03ff2d4efe5940d85d852800037ca01397994c022f0ffb2c6 diff --git a/dev-python/jsonpickle/jsonpickle-1.2.ebuild b/dev-python/jsonpickle/jsonpickle-1.2.ebuild new file mode 100644 index 000000000000..f4a6601fd81f --- /dev/null +++ b/dev-python/jsonpickle/jsonpickle-1.2.ebuild @@ -0,0 +1,49 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python2_7 python3_{5,6,7} ) + +inherit distutils-r1 + +DESCRIPTION="Python library for serializing any arbitrary object graph into JSON" +HOMEPAGE="https://github.com/jsonpickle/jsonpickle/ https://pypi.org/project/jsonpickle/" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux" +IUSE="doc test" + +# There are optional json backends serializer/deserializers in addition to those selected here +# jsonlib, yajl. +RDEPEND="dev-python/simplejson[${PYTHON_USEDEP}] + dev-python/feedparser[${PYTHON_USEDEP}] + dev-python/ujson[${PYTHON_USEDEP}] + " +DEPEND="test? ( ${RDEPEND} ) + doc? ( dev-python/sphinx[${PYTHON_USEDEP}] + $(python_gen_cond_dep 'dev-python/sphinxtogithub[${PYTHON_USEDEP}]' python2_7) )" + +python_prepare_all() { + # Prevent un-needed d'loading during doc build + sed -e "s/, 'sphinx.ext.intersphinx'//" -i docs/source/conf.py || die + distutils-r1_python_prepare_all +} + +python_compile_all() { + use doc && { python_setup python2_7 && sphinx-build -b html -c docs/source/ docs/source/ docs/source/html || die; } +} + +python_test() { + # An apparent regression in tests + # https://github.com/jsonpickle/jsonpickle/issues/124 + einfo "testsuite has optional tests for package demjson" + ${PYTHON} tests/runtests.py || die +} + +python_install_all() { + use doc && local HTML_DOCS=( docs/source/html/. ) + distutils-r1_python_install_all +} diff --git a/dev-python/m2r/m2r-0.1.14.ebuild b/dev-python/m2r/m2r-0.1.14.ebuild index d1ca28818631..c7376dade390 100644 --- a/dev-python/m2r/m2r-0.1.14.ebuild +++ b/dev-python/m2r/m2r-0.1.14.ebuild @@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~amd64-linux" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux" IUSE="test" RDEPEND=" diff --git a/dev-python/moto/Manifest b/dev-python/moto/Manifest index de5f905db667..d5e90c894b68 100644 --- a/dev-python/moto/Manifest +++ b/dev-python/moto/Manifest @@ -1,2 +1,3 @@ DIST moto-0.4.30.tar.gz 614008 BLAKE2B 2868ab25414e488299cb521ce814239698466d69e806245fd86ceb9d5835d08fa530f2da0a5a16f595a88b3c0e421cc264f361bc68d31841726896826240fbab SHA512 ece27979911f46adbb0aec9aa3755b13c09ced00b24ea136ab9c8a8a992550e9c38dac15d8b0c71822953f070761083253ee5fb5cbe44a4b108d140ab4407699 DIST moto-1.0.1.tar.gz 731617 BLAKE2B 6f20c07c0635a8c10f8f70530aeaac5ed7c2136d4fc87ff57774a95f4d2e1ea8cf1100b9f0871b29138cec9059de5746a9c01104d856f8248edbb648cc4a78e0 SHA512 3171ea3e8f9d267960a7b82caf7e42b86fceba5a80e96d35b849e4e72b7fc6aed94090161219a520f9c1b4050f7de12e0f6c0d560ab1f90ca43fc0387b62d377 +DIST moto-1.3.8.tar.gz 1571716 BLAKE2B 8e79808d8488bcf8c15e8b5a55e93392ceb5f642f1f52c0af441cecb7adfe23a718f6d283e473e5dab82ddd21bcbed36ecb52b444cbd933405d13c8818e4f74d SHA512 901556249a2a28885b7f77e9f2c209b06391efcea66b78ce3c16edec14bcd03b251c37ef5d800d8f7a35180d59ce7568a68bcebf18e25b092eb5de801db6c587 diff --git a/dev-python/moto/moto-1.3.8.ebuild b/dev-python/moto/moto-1.3.8.ebuild new file mode 100644 index 000000000000..3849836febed --- /dev/null +++ b/dev-python/moto/moto-1.3.8.ebuild @@ -0,0 +1,70 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +PYTHON_COMPAT=( python2_7 python3_{5,6,7} ) + +inherit distutils-r1 + +DESCRIPTION="Mock library for boto" +HOMEPAGE="https://github.com/spulec/moto" +SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" + +IUSE="test" +RESTRICT="!test? ( test )" + +RDEPEND=" + dev-python/aws-xray-sdk-python[${PYTHON_USEDEP}] + dev-python/backports-tempfile[${PYTHON_USEDEP}] + dev-python/cfn-python-lint[${PYTHON_USEDEP}] + dev-python/cookies[${PYTHON_USEDEP}] + dev-python/dicttoxml[${PYTHON_USEDEP}] + >=dev-python/docker-py-2.5.1[${PYTHON_USEDEP}] + >=dev-python/jinja-2.8[${PYTHON_USEDEP}] + dev-python/jsondiff[${PYTHON_USEDEP}] + >=dev-python/boto-2.36.0[${PYTHON_USEDEP}] + >=dev-python/boto3-1.6.16[${PYTHON_USEDEP}] + >=dev-python/botocore-1.12.13[${PYTHON_USEDEP}] + dev-python/flask[${PYTHON_USEDEP}] + dev-python/pretty-yaml[${PYTHON_USEDEP}] + dev-python/python-dateutil[${PYTHON_USEDEP}] + dev-python/pytz[${PYTHON_USEDEP}] + dev-python/python-dateutil[${PYTHON_USEDEP}] + dev-python/python-jose[${PYTHON_USEDEP}] + dev-python/requests[${PYTHON_USEDEP}] + dev-python/xmltodict[${PYTHON_USEDEP}] + dev-python/six[${PYTHON_USEDEP}] + dev-python/werkzeug[${PYTHON_USEDEP}] +" +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] + test? ( ${RDEPEND} + dev-python/freezegun[${PYTHON_USEDEP}] + dev-python/mock[${PYTHON_USEDEP}] + dev-python/nose[${PYTHON_USEDEP}] + dev-python/responses[${PYTHON_USEDEP}] + >=dev-python/sure-1.4.11[${PYTHON_USEDEP}] + ) +" + +python_prepare_all() { + # Disable tests that fail with network-sandbox. + sed -e 's|^\(def \)\(test_context_manager()\)|\1_\2|' \ + -e 's|^\(def \)\(test_decorator_start_and_stop()\)|\1_\2|' \ + -i tests/test_core/test_decorator_calls.py || die + + # Disable tests that fail with userpriv. + sed -e 's|^\(def \)\(test_invoke_function_from_sns()\)|\1_\2|' \ + -e 's|^\(def \)\(test_invoke_requestresponse_function()\)|\1_\2|' \ + -i tests/test_awslambda/test_lambda.py || die + + distutils-r1_python_prepare_all +} + +python_test() { + PYTHONPATH=${BUILDDIR}/lib \ + nosetests -sv ./tests || die +} diff --git a/dev-python/pbr/pbr-5.1.1.ebuild b/dev-python/pbr/pbr-5.1.1.ebuild index 6b887279b330..59bf982d33f9 100644 --- a/dev-python/pbr/pbr-5.1.1.ebuild +++ b/dev-python/pbr/pbr-5.1.1.ebuild @@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~hppa ~mips ~s390 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~amd64 ~arm64 ~hppa ~mips ~s390 ~x86 ~x64-cygwin ~amd64-linux ~x86-linux" #KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux" #KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux" IUSE="test" diff --git a/dev-python/py-ubjson/py-ubjson-0.11.0.ebuild b/dev-python/py-ubjson/py-ubjson-0.11.0.ebuild index 9d539e717e1d..d7e4b709f1bc 100644 --- a/dev-python/py-ubjson/py-ubjson-0.11.0.ebuild +++ b/dev-python/py-ubjson/py-ubjson-0.11.0.ebuild @@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux" IUSE="" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" diff --git a/dev-python/pyasn1-modules/pyasn1-modules-0.2.1.ebuild b/dev-python/pyasn1-modules/pyasn1-modules-0.2.1.ebuild index 8b39ecc4d924..4898b0c27315 100644 --- a/dev-python/pyasn1-modules/pyasn1-modules-0.2.1.ebuild +++ b/dev-python/pyasn1-modules/pyasn1-modules-0.2.1.ebuild @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux" +KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux" IUSE="test" RDEPEND=">=dev-python/pyasn1-0.4.1[${PYTHON_USEDEP}]" diff --git a/dev-python/pyhamcrest/pyhamcrest-1.9.0-r1.ebuild b/dev-python/pyhamcrest/pyhamcrest-1.9.0-r1.ebuild index 6824c3807675..21d36581c516 100644 --- a/dev-python/pyhamcrest/pyhamcrest-1.9.0-r1.ebuild +++ b/dev-python/pyhamcrest/pyhamcrest-1.9.0-r1.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://github.com/hamcrest/PyHamcrest/archive/V${PV}.tar.gz -> ${MY_PN LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~sh ~amd64-fbsd ~amd64-linux" +KEYWORDS="~alpha ~amd64 ~arm ~sh ~amd64-fbsd ~amd64-linux ~x86-linux" IUSE="doc examples test" RDEPEND=">=dev-python/six-1.4[${PYTHON_USEDEP}]" diff --git a/dev-python/pyjwt/pyjwt-1.7.1.ebuild b/dev-python/pyjwt/pyjwt-1.7.1.ebuild index f33db9856c96..ae65e8a6c4c0 100644 --- a/dev-python/pyjwt/pyjwt-1.7.1.ebuild +++ b/dev-python/pyjwt/pyjwt-1.7.1.ebuild @@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz" LICENSE=" MIT" SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 x86" +KEYWORDS="amd64 ~arm ~arm64 x86 ~amd64-linux ~x86-linux" IUSE="test" RDEPEND="" diff --git a/dev-python/pynacl/pynacl-1.3.0.ebuild b/dev-python/pynacl/pynacl-1.3.0.ebuild index 0e882379de60..3e5e29f6dece 100644 --- a/dev-python/pynacl/pynacl-1.3.0.ebuild +++ b/dev-python/pynacl/pynacl-1.3.0.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://github.com/pyca/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-fbsd" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux" IUSE="test" RDEPEND=" diff --git a/dev-python/pyqrcode/pyqrcode-1.2.1.ebuild b/dev-python/pyqrcode/pyqrcode-1.2.1.ebuild index 5cddca1d3c3b..609f10c59677 100644 --- a/dev-python/pyqrcode/pyqrcode-1.2.1.ebuild +++ b/dev-python/pyqrcode/pyqrcode-1.2.1.ebuild @@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 arm ~arm64 x86" +KEYWORDS="amd64 arm ~arm64 x86 ~amd64-linux ~x86-linux" IUSE="png" RDEPEND=" diff --git a/dev-python/python-jose/Manifest b/dev-python/python-jose/Manifest new file mode 100644 index 000000000000..0906e01b6a56 --- /dev/null +++ b/dev-python/python-jose/Manifest @@ -0,0 +1 @@ +DIST python-jose-3.0.1.tar.gz 86726 BLAKE2B 82ad3cd1139b367d179e965aaf0e33f3592883da6b21ecb3a91e9fe98ff05dbe358e56156a3d34366ffc0d7bfa9efbcdef67c41307d803ac16144a0c0ac3570b SHA512 a39c3aa9acc6bcc0030e4435e499581043a820c54aa1a4b67ae478cf95f96f28755b03fa4453e484932a64865a61613a1ff4afe30249216e8f392638485693d7 diff --git a/dev-python/python-jose/metadata.xml b/dev-python/python-jose/metadata.xml new file mode 100644 index 000000000000..78d20636d80e --- /dev/null +++ b/dev-python/python-jose/metadata.xml @@ -0,0 +1,13 @@ + + + + + zmedico@gentoo.org + Zac Medico + + + mpdavis/python-jose + python-jose + https://github.com/mpdavis/python-jose/issues + + diff --git a/dev-python/python-jose/python-jose-3.0.1.ebuild b/dev-python/python-jose/python-jose-3.0.1.ebuild new file mode 100644 index 000000000000..e304330420f5 --- /dev/null +++ b/dev-python/python-jose/python-jose-3.0.1.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +PYTHON_COMPAT=( python2_7 python3_{5,6,7} ) + +inherit distutils-r1 + +DESCRIPTION="A JavaScript Object Signing and Encryption (JOSE) implementation in Python" +HOMEPAGE="https://github.com/mpdavis/python-jose https://pypi.org/project/python-jose/" +# pypi tarball lacks unit tests +#SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" +SRC_URI="https://github.com/mpdavis/python-jose/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="test" +RESTRICT="!test? ( test )" +RDEPEND="dev-python/cryptography[${PYTHON_USEDEP}] + dev-python/ecdsa[${PYTHON_USEDEP}] + dev-python/pyasn1[${PYTHON_USEDEP}] + >=dev-python/pycryptodome-3.3.1[${PYTHON_USEDEP}] + dev-python/rsa[${PYTHON_USEDEP}] + dev-python/six[${PYTHON_USEDEP}]" +DEPEND="${RDEPEND} + dev-python/setuptools[${PYTHON_USEDEP}] + test? ( + dev-python/pytest[${PYTHON_USEDEP}] + dev-python/pytest-cov[${PYTHON_USEDEP}] + )" + +python_test() { + esetup.py test || die "tests failed with ${EPYTHON}" +} diff --git a/dev-python/pytrie/pytrie-0.3.1.ebuild b/dev-python/pytrie/pytrie-0.3.1.ebuild index 2193998d888e..15cdea2a11c0 100644 --- a/dev-python/pytrie/pytrie-0.3.1.ebuild +++ b/dev-python/pytrie/pytrie-0.3.1.ebuild @@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux" DEPEND="dev-python/sortedcontainers[${PYTHON_USEDEP}]" RDEPEND="${DEPEND}" diff --git a/dev-python/ruamel-std-pathlib/Manifest b/dev-python/ruamel-std-pathlib/Manifest index 4755eec233b9..bba6a7265cd3 100644 --- a/dev-python/ruamel-std-pathlib/Manifest +++ b/dev-python/ruamel-std-pathlib/Manifest @@ -1 +1,2 @@ DIST ruamel-std-pathlib-0.6.3.tar.gz 19520 BLAKE2B b403338cec80b38104f012c2b2626d473f12d557c2300d606462f2eb009bac72cec65b2f4e5a88192832a99dfc28573ea9ba8e7b73078ad8bac77136dd929040 SHA512 1210d8f7ae77c6358fc857c3ee447b2eb9802eaa31a210804acd74ec23dfd6ac9dec90dd7b21c79dcb4845dff4ad3614dd615c4798d3d7a39cc3a877cb9b63b0 +DIST ruamel-std-pathlib-0.6.4.tar.gz 20719 BLAKE2B 7189b10e61c941d2bba9bcbff3b61f2ad52849d78160b181721fef3bf3a9170aac823631e1743de98d1c132e38092a38781c9c8d0d213e4b94cc1e6051edb2b7 SHA512 591aec63c14c269d6b0838ae4867d58bd0642cf84cff841eda53a4d60f076ba68fdcb54d7e2932b248ee61feb773bf28b6309947886d350af34ed9f580c9d939 diff --git a/dev-python/ruamel-std-pathlib/metadata.xml b/dev-python/ruamel-std-pathlib/metadata.xml index 8f2f19173a83..c7efd631c106 100644 --- a/dev-python/ruamel-std-pathlib/metadata.xml +++ b/dev-python/ruamel-std-pathlib/metadata.xml @@ -1,14 +1,14 @@ - - fkmclane@gmail.com - Foster McLane - andrey_utkin@gentoo.org Andrey Utkin + + fkmclane@gmail.com + Foster McLane + ruamel/std.pathlib ruamel.std.pathlib diff --git a/dev-python/ruamel-std-pathlib/ruamel-std-pathlib-0.6.4.ebuild b/dev-python/ruamel-std-pathlib/ruamel-std-pathlib-0.6.4.ebuild new file mode 100644 index 000000000000..7e6f20629557 --- /dev/null +++ b/dev-python/ruamel-std-pathlib/ruamel-std-pathlib-0.6.4.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( python3_{5,6,7} ) + +inherit distutils-r1 vcs-snapshot + +MY_PN="${PN//-/.}" + +DESCRIPTION="Ruamel enhancements to pathlib and pathlib2" +HOMEPAGE="https://pypi.org/project/ruamel.std.pathlib/ https://bitbucket.org/ruamel/std.pathlib" +SRC_URI="https://bitbucket.org/${MY_PN/.//}/get/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~arm64 ~x86" +IUSE="test" + +RDEPEND="" +DEPEND=" + ${RDEPEND} + dev-python/setuptools[${PYTHON_USEDEP}] + test? ( + dev-python/flake8[${PYTHON_USEDEP}] + dev-python/pytest[${PYTHON_USEDEP}] + ) +" + +python_test() { + py.test -v _test/test_*.py || die +} + +python_install() { + distutils-r1_python_install --single-version-externally-managed + find "${ED}" -name '*.pth' -delete || die +} diff --git a/dev-python/ruamel-yaml/Manifest b/dev-python/ruamel-yaml/Manifest index 0bb606c556a2..035fab16b846 100644 --- a/dev-python/ruamel-yaml/Manifest +++ b/dev-python/ruamel-yaml/Manifest @@ -1,2 +1,3 @@ DIST ruamel-yaml-0.15.35.tar.gz 344241 BLAKE2B 3e77f5da4e2a7f64099da1d79a108adfb093c5e47baaf11611462637ec6e29091924088e0ce261b21283a0ab07123da45a1ea7b0c522692d1e96cdcc27502541 SHA512 9e335d627db20b85ec0384f16d7ea03c310c01e84517e7b9bced1af9289fe542b87eb31da8ad960b17d26f35f2cc33a87a5a5b976e0e5ca587339b21b4b53fca DIST ruamel-yaml-0.15.96.tar.gz 399206 BLAKE2B e17f25d9501dad9fd17688b003d33fb0015b700f3c51d405710ccc0635263ced7a86140a3ed7a4aecaaf9e2e73f2eff17b99e96fbd9d9c1be3e9110c28758a62 SHA512 be76a03c46ce8826eda365791e212783243b64781318a998cc48c201bafb9af6b318e7544241fa10ce211e25bd6b26d3e57ef6a1fcb0c1be6dc4552c341e5492 +DIST ruamel-yaml-0.15.97.tar.gz 400728 BLAKE2B 04b957ba7739ceebcfc802d86252ace5bba8960cc75ff0bea00ef8ba25e945e80ef878a9699d1a8d1664ed8e39d23eb47542f2bf70e0628b1bd1904d80e8c034 SHA512 2c61609867147c3fd9fde77d03c589848765a068893197ae4aab4417933a7f54b46c4eb81e9359d116fd45a37f5e5e357ab3ea19d0b19455f2ab3c022a40349e diff --git a/dev-python/ruamel-yaml/metadata.xml b/dev-python/ruamel-yaml/metadata.xml index 8c9ad6241320..e81f94cd2794 100644 --- a/dev-python/ruamel-yaml/metadata.xml +++ b/dev-python/ruamel-yaml/metadata.xml @@ -1,14 +1,14 @@ - - fkmclane@gmail.com - Foster McLane - andrey_utkin@gentoo.org Andrey Utkin + + fkmclane@gmail.com + Foster McLane + ruamel/yaml ruamel.yaml diff --git a/dev-python/ruamel-yaml/ruamel-yaml-0.15.97.ebuild b/dev-python/ruamel-yaml/ruamel-yaml-0.15.97.ebuild new file mode 100644 index 000000000000..f1dd453a1207 --- /dev/null +++ b/dev-python/ruamel-yaml/ruamel-yaml-0.15.97.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( python3_{5,6,7} ) + +inherit distutils-r1 vcs-snapshot + +DESCRIPTION="YAML parser/emitter that supports roundtrip comment preservation" +HOMEPAGE="https://pypi.org/project/ruamel.yaml/ https://bitbucket.org/ruamel/yaml" +MY_PN="${PN//-/.}" +SRC_URI="https://bitbucket.org/${MY_PN/.//}/get/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~arm64 ~x86" +IUSE="test" + +DEPEND=" + dev-python/setuptools[${PYTHON_USEDEP}] + test? ( + dev-python/flake8[${PYTHON_USEDEP}] + dev-python/pytest[${PYTHON_USEDEP}] + dev-python/ruamel-std-pathlib[${PYTHON_USEDEP}] + ) +" + +python_test() { + # This file produced by setup.py breaks finding system-wide installed + # ruamel.std.pathlib due to shared namespace + rm "${BUILD_DIR}/lib/ruamel/__init__.py" || die + + py.test -v _test/test_*.py || die +} + +python_install() { + distutils-r1_python_install --single-version-externally-managed + find "${ED}" -name '*.pth' -delete || die +} diff --git a/dev-python/service_identity/service_identity-17.0.0-r1.ebuild b/dev-python/service_identity/service_identity-17.0.0-r1.ebuild index 3451b3452247..f153bc88f5c0 100644 --- a/dev-python/service_identity/service_identity-17.0.0-r1.ebuild +++ b/dev-python/service_identity/service_identity-17.0.0-r1.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://github.com/pyca/service_identity/archive/${PV}.tar.gz -> ${P}.g LICENSE=" MIT" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~amd64-linux" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux" IUSE="doc test" RDEPEND=" diff --git a/dev-python/soappy/soappy-0.12.22.ebuild b/dev-python/soappy/soappy-0.12.22.ebuild index 3cdbe5adc915..26ea4a60a540 100644 --- a/dev-python/soappy/soappy-0.12.22.ebuild +++ b/dev-python/soappy/soappy-0.12.22.ebuild @@ -17,7 +17,7 @@ SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.zip" LICENSE="BSD" SLOT="0" -KEYWORDS="alpha amd64 arm arm64 hppa ia64 ppc ppc64 s390 ~sh sparc x86 ~amd64-fbsd ~amd64-linux" +KEYWORDS="alpha amd64 arm arm64 hppa ia64 ppc ppc64 s390 ~sh sparc x86 ~amd64-fbsd ~amd64-linux ~x86-linux" IUSE="examples ssl" diff --git a/dev-python/sqlalchemy-migrate/sqlalchemy-migrate-0.12.0.ebuild b/dev-python/sqlalchemy-migrate/sqlalchemy-migrate-0.12.0.ebuild index ff55b1a73d86..b45e9b97e52c 100644 --- a/dev-python/sqlalchemy-migrate/sqlalchemy-migrate-0.12.0.ebuild +++ b/dev-python/sqlalchemy-migrate/sqlalchemy-migrate-0.12.0.ebuild @@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 ~s390 ~sh sparc x86" +KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 ~s390 ~sh sparc x86 ~amd64-linux ~x86-linux" IUSE="doc" CDEPEND=">=dev-python/pbr-1.8.0[${PYTHON_USEDEP}]" diff --git a/dev-python/tempita/tempita-0.5.3-r2.ebuild b/dev-python/tempita/tempita-0.5.3-r2.ebuild index 5d73a31b3788..f0f7d351d2d0 100644 --- a/dev-python/tempita/tempita-0.5.3-r2.ebuild +++ b/dev-python/tempita/tempita-0.5.3-r2.ebuild @@ -16,7 +16,7 @@ SRC_URI="https://bitbucket.org/ianb/${PN}/get/${MY_COMMIT}.tar.gz -> ${P}-bitbuc LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux" IUSE="doc test" BDEPEND=" diff --git a/dev-python/trollius/trollius-2.1.ebuild b/dev-python/trollius/trollius-2.1.ebuild index 53f2c1cf532a..e48d446fcf48 100644 --- a/dev-python/trollius/trollius-2.1.ebuild +++ b/dev-python/trollius/trollius-2.1.ebuild @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="amd64 arm ~arm64 x86" +KEYWORDS="amd64 arm ~arm64 x86 ~amd64-linux ~x86-linux" RDEPEND="virtual/python-futures[${PYTHON_USEDEP}]" DEPEND="${RDEPEND} diff --git a/dev-python/twisted/twisted-18.7.0.ebuild b/dev-python/twisted/twisted-18.7.0.ebuild index 3a89c887bebf..a3d79b03733a 100644 --- a/dev-python/twisted/twisted-18.7.0.ebuild +++ b/dev-python/twisted/twisted-18.7.0.ebuild @@ -19,7 +19,7 @@ SRC_URI="${SRC_URI}/${TWISTED_RELEASE}/${TWISTED_P}.tar.bz2 # Dropped keywords due to new deps not keyworded #KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh ~x86 ~x86-fbsd ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -KEYWORDS="~amd64 ~arm ~mips ~s390 ~sh ~amd64-fbsd ~amd64-linux" +KEYWORDS="~amd64 ~arm ~mips ~s390 ~sh ~amd64-fbsd ~amd64-linux ~x86-linux" LICENSE="MIT" SLOT="0" diff --git a/dev-python/txaio/txaio-2.9.0.ebuild b/dev-python/txaio/txaio-2.9.0.ebuild index 8edd4804382a..947a153fb9e8 100644 --- a/dev-python/txaio/txaio-2.9.0.ebuild +++ b/dev-python/txaio/txaio-2.9.0.ebuild @@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux" IUSE="doc test" RDEPEND=" diff --git a/dev-python/typing/typing-3.6.4-r1.ebuild b/dev-python/typing/typing-3.6.4-r1.ebuild index c20796641b5f..c74ab766569d 100644 --- a/dev-python/typing/typing-3.6.4-r1.ebuild +++ b/dev-python/typing/typing-3.6.4-r1.ebuild @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="PSF-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-fbsd ~amd64-linux ~x64-solaris" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~x64-solaris" IUSE="" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" diff --git a/dev-python/u-msgpack/u-msgpack-2.4.1.ebuild b/dev-python/u-msgpack/u-msgpack-2.4.1.ebuild index cd17ed911254..ed14463094b6 100644 --- a/dev-python/u-msgpack/u-msgpack-2.4.1.ebuild +++ b/dev-python/u-msgpack/u-msgpack-2.4.1.ebuild @@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sparc x86 ~amd64-fbsd" +KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sparc x86 ~amd64-fbsd ~amd64-linux ~x86-linux" IUSE="test" RDEPEND="" diff --git a/dev-python/ujson/ujson-1.35.ebuild b/dev-python/ujson/ujson-1.35.ebuild index 59f05a077fb4..e74f14482d79 100644 --- a/dev-python/ujson/ujson-1.35.ebuild +++ b/dev-python/ujson/ujson-1.35.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{5,6} ) +PYTHON_COMPAT=( python2_7 python3_{5,6,7} ) inherit distutils-r1 @@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 arm x86" +KEYWORDS="amd64 arm x86 ~amd64-linux ~x86-linux" IUSE="test" RESTRICT="!test? ( test )" diff --git a/dev-python/wstools/wstools-0.4.5-r1.ebuild b/dev-python/wstools/wstools-0.4.5-r1.ebuild index 71653c7f358b..1a86936da3ee 100644 --- a/dev-python/wstools/wstools-0.4.5-r1.ebuild +++ b/dev-python/wstools/wstools-0.4.5-r1.ebuild @@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~amd64-linux ~x64-macos ~x86-macos" +KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos" IUSE="test" RDEPEND=" diff --git a/dev-ruby/Manifest.gz b/dev-ruby/Manifest.gz index 3daa9810ce08..c0013462eacb 100644 Binary files a/dev-ruby/Manifest.gz and b/dev-ruby/Manifest.gz differ diff --git a/dev-ruby/did_you_mean/did_you_mean-1.1.2.ebuild b/dev-ruby/did_you_mean/did_you_mean-1.1.2.ebuild index b7328c4ce375..2b7957f10758 100644 --- a/dev-ruby/did_you_mean/did_you_mean-1.1.2.ebuild +++ b/dev-ruby/did_you_mean/did_you_mean-1.1.2.ebuild @@ -14,7 +14,7 @@ HOMEPAGE="https://github.com/yuki24/did_you_mean" LICENSE="MIT" SLOT="2.4" -KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 ~amd64-fbsd ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" all_ruby_prepare() { diff --git a/dev-ruby/did_you_mean/did_you_mean-1.2.1.ebuild b/dev-ruby/did_you_mean/did_you_mean-1.2.1.ebuild index d62fc2030695..d173ac891323 100644 --- a/dev-ruby/did_you_mean/did_you_mean-1.2.1.ebuild +++ b/dev-ruby/did_you_mean/did_you_mean-1.2.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -14,7 +14,7 @@ HOMEPAGE="https://github.com/yuki24/did_you_mean" LICENSE="MIT" SLOT="2.5" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" all_ruby_prepare() { diff --git a/dev-ruby/did_you_mean/did_you_mean-1.3.0.ebuild b/dev-ruby/did_you_mean/did_you_mean-1.3.0.ebuild index aea6c6973898..aa7778cb36c8 100644 --- a/dev-ruby/did_you_mean/did_you_mean-1.3.0.ebuild +++ b/dev-ruby/did_you_mean/did_you_mean-1.3.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -14,7 +14,7 @@ HOMEPAGE="https://github.com/yuki24/did_you_mean" LICENSE="MIT" SLOT="2.6" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" all_ruby_prepare() { diff --git a/dev-ruby/fast_xs/fast_xs-0.8.0-r2.ebuild b/dev-ruby/fast_xs/fast_xs-0.8.0-r2.ebuild index 1f051c86dce3..c8d176efc958 100644 --- a/dev-ruby/fast_xs/fast_xs-0.8.0-r2.ebuild +++ b/dev-ruby/fast_xs/fast_xs-0.8.0-r2.ebuild @@ -17,7 +17,7 @@ HOMEPAGE="https://github.com/brianmario/fast_xs" LICENSE="MIT" SLOT="0" -KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~x64-macos ~x64-solaris ~x86-solaris" +KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris ~x86-solaris" IUSE="" ruby_add_bdepend "test? ( dev-ruby/rack )" diff --git a/dev-ruby/kpeg/kpeg-1.1.0-r1.ebuild b/dev-ruby/kpeg/kpeg-1.1.0-r1.ebuild index 35b00355e7ee..2e7cec56d9ea 100644 --- a/dev-ruby/kpeg/kpeg-1.1.0-r1.ebuild +++ b/dev-ruby/kpeg/kpeg-1.1.0-r1.ebuild @@ -13,7 +13,7 @@ HOMEPAGE="https://github.com/evanphx/kpeg" LICENSE="MIT" SLOT="1" -KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="test" PATCHES=( "${FILESDIR}/${P}-utf8.patch" ) diff --git a/dev-ruby/mustache/mustache-1.1.0.ebuild b/dev-ruby/mustache/mustache-1.1.0.ebuild index 8a42ace79b02..dac6491d9dab 100644 --- a/dev-ruby/mustache/mustache-1.1.0.ebuild +++ b/dev-ruby/mustache/mustache-1.1.0.ebuild @@ -17,7 +17,7 @@ HOMEPAGE="https://mustache.github.com/" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x64-macos ~x64-solaris" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris" IUSE="" ruby_add_bdepend "doc? ( app-text/ronn )" diff --git a/dev-ruby/net-telnet/net-telnet-0.2.0.ebuild b/dev-ruby/net-telnet/net-telnet-0.2.0.ebuild index 8feb2650110b..1a8bbaedbe75 100644 --- a/dev-ruby/net-telnet/net-telnet-0.2.0.ebuild +++ b/dev-ruby/net-telnet/net-telnet-0.2.0.ebuild @@ -20,7 +20,7 @@ SRC_URI="https://github.com/ruby/net-telnet/archive/v${PV}.tar.gz -> ${P}.tar.gz LICENSE="|| ( Ruby-BSD BSD-2 )" SLOT="1" -KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="test" ruby_add_bdepend "test? ( dev-ruby/minitest )" diff --git a/dev-ruby/power_assert/power_assert-1.1.4.ebuild b/dev-ruby/power_assert/power_assert-1.1.4.ebuild index fffecd78e0c7..636377560786 100644 --- a/dev-ruby/power_assert/power_assert-1.1.4.ebuild +++ b/dev-ruby/power_assert/power_assert-1.1.4.ebuild @@ -16,7 +16,7 @@ HOMEPAGE="https://github.com/k-tsj/power_assert" SRC_URI="https://github.com/k-tsj/power_assert/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="|| ( Ruby BSD-2 )" -KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" SLOT="0" IUSE="" diff --git a/dev-ruby/rdiscount/rdiscount-2.2.0.1.ebuild b/dev-ruby/rdiscount/rdiscount-2.2.0.1.ebuild index 1ad5ee1e4fa8..28e30f07be3a 100644 --- a/dev-ruby/rdiscount/rdiscount-2.2.0.1.ebuild +++ b/dev-ruby/rdiscount/rdiscount-2.2.0.1.ebuild @@ -17,7 +17,7 @@ HOMEPAGE="https://github.com/rtomayko/rdiscount" LICENSE="MIT" SLOT="0" -KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~x64-macos ~x64-solaris" +KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris" IUSE="" all_ruby_prepare() { diff --git a/dev-ruby/rdoc/rdoc-6.1.1.ebuild b/dev-ruby/rdoc/rdoc-6.1.1.ebuild index 111d431e3e63..eab6ffb64278 100644 --- a/dev-ruby/rdoc/rdoc-6.1.1.ebuild +++ b/dev-ruby/rdoc/rdoc-6.1.1.ebuild @@ -18,7 +18,7 @@ HOMEPAGE="https://github.com/ruby/rdoc/" SRC_URI="https://github.com/ruby/rdoc/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="Ruby MIT" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" SLOT="0" IUSE="" diff --git a/dev-ruby/test-unit/test-unit-3.3.3.ebuild b/dev-ruby/test-unit/test-unit-3.3.3.ebuild index da020d3b86e0..45fa46d7a4a2 100644 --- a/dev-ruby/test-unit/test-unit-3.3.3.ebuild +++ b/dev-ruby/test-unit/test-unit-3.3.3.ebuild @@ -14,7 +14,7 @@ HOMEPAGE="https://rubygems.org/gems/test-unit" LICENSE="|| ( Ruby GPL-2 ) PSF-2" SLOT="2" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="doc test" ruby_add_rdepend "dev-ruby/power_assert" diff --git a/dev-ruby/xmlrpc/xmlrpc-0.3.0.ebuild b/dev-ruby/xmlrpc/xmlrpc-0.3.0.ebuild index 15ee011a619d..9ecbdd985be0 100644 --- a/dev-ruby/xmlrpc/xmlrpc-0.3.0.ebuild +++ b/dev-ruby/xmlrpc/xmlrpc-0.3.0.ebuild @@ -18,7 +18,7 @@ SRC_URI="https://github.com/ruby/xmlrpc/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="Ruby" SLOT="0" -KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="test" ruby_add_bdepend "test? ( dev-ruby/test-unit )" diff --git a/dev-tex/Manifest.gz b/dev-tex/Manifest.gz index f87887de384e..93de1caf420d 100644 Binary files a/dev-tex/Manifest.gz and b/dev-tex/Manifest.gz differ diff --git a/dev-tex/latexdiff/Manifest b/dev-tex/latexdiff/Manifest index 3145619bd9f0..c2d082adc2fb 100644 --- a/dev-tex/latexdiff/Manifest +++ b/dev-tex/latexdiff/Manifest @@ -1,2 +1,3 @@ DIST latexdiff-1.1.0.zip 466029 BLAKE2B 5efe78845f6bcd2a3c8af8e889cb868047a8131268e903bc465068fd1f9de419426738eb1d4014ca92adf28714a6af0650cfe03c31f4303830978f558c15c225 SHA512 04af20386b0e611f73d981242747316da6376967fef611a29927b66a7a129bec49c7224655378c6f9fc744f8d69cf2ac977d0f50278d3686c98dcdc4aef0b675 DIST latexdiff-1.2.1.tar.gz 1780064 BLAKE2B d657d5d36bcb759889a582b4aac38ae67d99a17bc30fb37d627e9d496df40a1523871e31968333f07b1ad94b521faf91336b225f7466ef382713d48a803f1444 SHA512 9917a0eee36e5bff7c13e5690e743fa34aa7c1347a6509961aa4484094433854c6742a4c1605087db1902a57537fda2b49b071e98b015a5535379c27ccc1fd46 +DIST latexdiff-1.3.0.tar.gz 1791127 BLAKE2B e394dcf29d529f47a87eb7615d0da42a2d30c0e3a40938903cee75c2241ee8543713ee735f94f9eb9fe59829be85a5dad681183d96b2651e0e09d20ecae9e207 SHA512 d1b47ff4733bbba0ecadd71e6c54362b78ad8e97cac54b99b9ead4565dd0a56a8a5d4ce27866cabb4dc43c47a3c2230ce7743909f2d30bb94ecbae75c6ecbaae diff --git a/dev-tex/latexdiff/latexdiff-1.3.0.ebuild b/dev-tex/latexdiff/latexdiff-1.3.0.ebuild new file mode 100644 index 000000000000..d293d8d31f6c --- /dev/null +++ b/dev-tex/latexdiff/latexdiff-1.3.0.ebuild @@ -0,0 +1,49 @@ +# Copyright 1999-2019 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION="Compare two latex files and mark up significant differences" +HOMEPAGE="https://www.ctan.org/tex-archive/support/latexdiff/ https://github.com/ftilmann/latexdiff/" + +if [[ ${PV} == *9999* ]] ; then + inherit git-r3 + EGIT_REPO_URI="https://github.com/ftilmann/latexdiff.git" +else + SRC_URI="https://github.com/ftilmann/latexdiff/archive/${PV}.tar.gz -> ${P}.tar.gz" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +fi + +LICENSE="GPL-3" +SLOT="0" + +IUSE="test" + +RDEPEND=" + >=dev-lang/perl-5.8 + virtual/latex-base + dev-texlive/texlive-plaingeneric + dev-perl/Algorithm-Diff +" +DEPEND="${RDEPEND} + dev-perl/Pod-LaTeX +" +BDEPEND=" + test? ( app-shells/tcsh ) +" + +src_compile() { + export VARTEXFONTS="${T}/fonts" + PATH="${S}/dist:${PATH}" emake -j1 distribution +} + +src_test() { + emake test +} + +src_install() { + cd dist || die + dobin latexdiff latexrevise latexdiff-vc + doman latexdiff.1 latexrevise.1 latexdiff-vc.1 + dodoc README doc/latexdiff-man.pdf +} diff --git a/dev-tex/latexdiff/latexdiff-9999.ebuild b/dev-tex/latexdiff/latexdiff-9999.ebuild index c68835644e52..d293d8d31f6c 100644 --- a/dev-tex/latexdiff/latexdiff-9999.ebuild +++ b/dev-tex/latexdiff/latexdiff-9999.ebuild @@ -1,17 +1,17 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 DESCRIPTION="Compare two latex files and mark up significant differences" -HOMEPAGE="http://www.ctan.org/tex-archive/support/latexdiff/ https://github.com/ftilmann/latexdiff/" +HOMEPAGE="https://www.ctan.org/tex-archive/support/latexdiff/ https://github.com/ftilmann/latexdiff/" if [[ ${PV} == *9999* ]] ; then inherit git-r3 EGIT_REPO_URI="https://github.com/ftilmann/latexdiff.git" else SRC_URI="https://github.com/ftilmann/latexdiff/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~s390 ~sh ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" fi LICENSE="GPL-3" @@ -27,6 +27,8 @@ RDEPEND=" " DEPEND="${RDEPEND} dev-perl/Pod-LaTeX +" +BDEPEND=" test? ( app-shells/tcsh ) " diff --git a/dev-tex/latexmk/Manifest b/dev-tex/latexmk/Manifest index 3e4cb0f74da4..eebe47a32734 100644 --- a/dev-tex/latexmk/Manifest +++ b/dev-tex/latexmk/Manifest @@ -7,3 +7,4 @@ DIST latexmk-448.zip 452245 BLAKE2B 4b033a6eecdb366e4e5e4b8accfc839e7638c1fa7909 DIST latexmk-452c.zip 391327 BLAKE2B 1cde3f3005382958bba10c6bd513e3887eefeff5114bc5ed327a528c56b3b77bf9a1b51907c8bab0d50817f6bee63d15b4373e83799231a815000f6b797c0053 SHA512 164837066a285e3ffca938eb735c35b253b2dba2addf1ae2b2db5155b0586f6f4e626faf86eb630f97ce296c03c5c1c2f0f3c61445a75b9132aff009d683aeba DIST latexmk-453a.zip 368805 BLAKE2B 5bca05dd0196c43a1cc1e58e8036b66d8ce5825e2fc53e824cf6028c47ab4c420f0cff6b9e2ca205377d1784ce955bd24ba1be1a89f304b296550b5ca76d40c3 SHA512 401789383f75ecd78820dadf968e60ede762be0d9a781488e07a0a8239e213ae04959777a6ea87fc6b2bb64315ce00bdda25f7f25542370b5edf2ae5af9ba46e DIST latexmk-456.zip 425179 BLAKE2B 1cd2fcaff070bb9809a263763164f364f13146ba4a5115494824dfe422b2b58906aa9e9ee7ce02238961c77da2e828e6a73a56e7397efa77003b8237fa949fe5 SHA512 ff169ff677367125b32e7641e9fabc66d9fb015e6cf1433d39c598baf17a926e0d29c975c4a8fa8ed482b4bc57ff177cfedc058ebdc83a3abadde50f9a490d91 +DIST latexmk-465.zip 447290 BLAKE2B 2f11667e674122aad88604aad3f61da1503d220b27bae9b95c29922fc6304c227c5c5257666a6de3da6f6dee77b466d7e3c6f06fc6c03f4102cce43879765dd0 SHA512 132cdd95c0274f98946b37a0c1554a82bb649dcd61284386f3005aa78895d51c382d5d8f6cf1ecd8ece60c1877a0dc80660367e0ad82a44036334b3f4634ee86 diff --git a/dev-tex/latexmk/latexmk-456.ebuild b/dev-tex/latexmk/latexmk-456.ebuild index 19b2d48eef83..28f017a30167 100644 --- a/dev-tex/latexmk/latexmk-456.ebuild +++ b/dev-tex/latexmk/latexmk-456.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -11,7 +11,7 @@ SRC_URI="http://www.phys.psu.edu/~collins/software/latexmk/${P}.zip" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos" RDEPEND="virtual/latex-base dev-lang/perl" diff --git a/dev-tex/latexmk/latexmk-465.ebuild b/dev-tex/latexmk/latexmk-465.ebuild new file mode 100644 index 000000000000..79b8be565a2d --- /dev/null +++ b/dev-tex/latexmk/latexmk-465.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit bash-completion-r1 + +DESCRIPTION="Perl script for automatically building LaTeX documents" +HOMEPAGE="http://www.phys.psu.edu/~collins/software/latexmk/" +SRC_URI="http://www.phys.psu.edu/~collins/software/latexmk/${P}.zip" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos" + +RDEPEND="virtual/latex-base + dev-lang/perl" +DEPEND="${RDEPEND} + app-arch/unzip" + +S="${WORKDIR}/${PN}" + +src_install() { + newbin latexmk.pl latexmk + doman latexmk.1 + dodoc CHANGES README latexmk.pdf latexmk.txt + dodoc -r example_rcfiles extra-scripts + newbashcomp "${FILESDIR}"/completion.bash-2 ${PN} +} diff --git a/dev-texlive/Manifest.gz b/dev-texlive/Manifest.gz index c5f8fc70f1df..110adfdba102 100644 Binary files a/dev-texlive/Manifest.gz and b/dev-texlive/Manifest.gz differ diff --git a/dev-texlive/texlive-latexextra/files/exsheets-syntax.patch b/dev-texlive/texlive-latexextra/files/exsheets-syntax.patch new file mode 100644 index 000000000000..3b6763488a60 --- /dev/null +++ b/dev-texlive/texlive-latexextra/files/exsheets-syntax.patch @@ -0,0 +1,20 @@ +--- a/texmf-dist/tex/latex/exsheets/exsheets.sty 2017-02-11 00:30:33.000000000 +0100 ++++ b/texmf-dist/tex/latex/exsheets/exsheets.sty 2019-06-09 10:13:30.917543183 +0200 +@@ -2760,7 +2760,7 @@ + } + } + +-\cs_new_protected:Npn \__exsheets_blank_skip:N #1 ++\cs_new_protected:Npn \__exsheets_blank_skip:n #1 + { + \bool_if:NTF \l__exsheets_blank_width_bool + { \dim_set:Nn \l__exsheets_tmpa_dim {#1} } +@@ -2791,7 +2791,7 @@ + } + { \exsheets_write_blank:n { \skip_horizontal:N \l__exsheets_tmpa_dim } } + } +-\cs_generate_variant:Nn \__exsheets_blank_skip:N { n } ++\cs_generate_variant:Nn \__exsheets_blank_skip:n { n, V } + + % the following code from Heiko Oberdieck in d.c.t.t served as inspiration + % and basis for the \blank command: diff --git a/dev-texlive/texlive-latexextra/files/lstlinebgrd-syntax.patch b/dev-texlive/texlive-latexextra/files/lstlinebgrd-syntax.patch new file mode 100644 index 000000000000..16f9da12d056 --- /dev/null +++ b/dev-texlive/texlive-latexextra/files/lstlinebgrd-syntax.patch @@ -0,0 +1,16 @@ +--- a/texmf-dist/tex/latex/lstaddons/lstlinebgrd.sty 2019-06-21 16:32:09.158990775 +0200 ++++ b/texmf-dist/tex/latex/lstaddons/lstlinebgrd.sty 2019-06-21 16:31:45.408991817 +0200 +@@ -27,10 +27,10 @@ + \lst@Key{numbers}{none}{% + \def\lst@PlaceNumber{\lst@linebgrd}% + \lstKV@SwitchCases{#1}% +- {none&\\% +- left&\def\lst@PlaceNumber{\llap{\normalfont ++ {none:\\% ++ left:\def\lst@PlaceNumber{\llap{\normalfont + \lst@numberstyle{\thelstnumber}\kern\lst@numbersep}\lst@linebgrd}\\% +- right&\def\lst@PlaceNumber{\rlap{\normalfont ++ right:\def\lst@PlaceNumber{\rlap{\normalfont + \kern\linewidth \kern\lst@numbersep + \lst@numberstyle{\thelstnumber}}\lst@linebgrd}% + }{\PackageError{Listings}{Numbers #1 unknown}\@ehc}} diff --git a/dev-texlive/texlive-latexextra/files/vpe_invocation.patch b/dev-texlive/texlive-latexextra/files/vpe_invocation.patch index e4c114ec1a08..06f4534fd5b8 100644 --- a/dev-texlive/texlive-latexextra/files/vpe_invocation.patch +++ b/dev-texlive/texlive-latexextra/files/vpe_invocation.patch @@ -3,8 +3,8 @@ https://bugs.gentoo.org/show_bug.cgi?id=289818 Index: work/texmf-dist/scripts/vpe/vpe.pl =================================================================== ---- work.orig/texmf-dist/scripts/vpe/vpe.pl -+++ work/texmf-dist/scripts/vpe/vpe.pl +--- a/texmf-dist/scripts/vpe/vpe.pl ++++ b/texmf-dist/scripts/vpe/vpe.pl @@ -1,5 +1,4 @@ -eval '(exit $?0)' && eval 'exec perl -S $0 ${1+"$@"}' && eval 'exec perl -S $0 $argv:q' - if 0; diff --git a/dev-texlive/texlive-latexextra/texlive-latexextra-2019-r1.ebuild b/dev-texlive/texlive-latexextra/texlive-latexextra-2019-r2.ebuild similarity index 99% rename from dev-texlive/texlive-latexextra/texlive-latexextra-2019-r1.ebuild rename to dev-texlive/texlive-latexextra/texlive-latexextra-2019-r2.ebuild index 964814d49359..e9ab3f8e0036 100644 --- a/dev-texlive/texlive-latexextra/texlive-latexextra-2019-r1.ebuild +++ b/dev-texlive/texlive-latexextra/texlive-latexextra-2019-r2.ebuild @@ -37,3 +37,7 @@ TEXLIVE_MODULE_BINSCRIPTS=" texmf-dist/scripts/exceltex/exceltex texmf-dist/scripts/makedtx/makedtx.pl " + +PATCHES=( "${FILESDIR}"/exsheets-syntax.patch + "${FILESDIR}"/lstlinebgrd-syntax.patch + "${FILESDIR}"/vpe_invocation.patch ) diff --git a/dev-util/Manifest.gz b/dev-util/Manifest.gz index 2c0ae3c196d4..a17eeb7a08fe 100644 Binary files a/dev-util/Manifest.gz and b/dev-util/Manifest.gz differ diff --git a/dev-util/buildbot/buildbot-1.3.0.ebuild b/dev-util/buildbot/buildbot-1.3.0.ebuild index 8b9107a2b5c9..ef67bc4187ac 100644 --- a/dev-util/buildbot/buildbot-1.3.0.ebuild +++ b/dev-util/buildbot/buildbot-1.3.0.ebuild @@ -22,7 +22,7 @@ SLOT="0" if [[ ${PV} == *9999 ]]; then KEYWORDS="" else - KEYWORDS="~amd64" + KEYWORDS="~amd64 ~amd64-linux ~x86-linux" fi IUSE="crypt doc docker examples irc test" diff --git a/dev-util/buildbot/buildbot-9999.ebuild b/dev-util/buildbot/buildbot-9999.ebuild index 8b9107a2b5c9..ef67bc4187ac 100644 --- a/dev-util/buildbot/buildbot-9999.ebuild +++ b/dev-util/buildbot/buildbot-9999.ebuild @@ -22,7 +22,7 @@ SLOT="0" if [[ ${PV} == *9999 ]]; then KEYWORDS="" else - KEYWORDS="~amd64" + KEYWORDS="~amd64 ~amd64-linux ~x86-linux" fi IUSE="crypt doc docker examples irc test" diff --git a/dev-util/colm/colm-0.13.0.5.ebuild b/dev-util/colm/colm-0.13.0.5.ebuild index d1aab6a6b73b..4292b617eac2 100644 --- a/dev-util/colm/colm-0.13.0.5.ebuild +++ b/dev-util/colm/colm-0.13.0.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -9,7 +9,7 @@ SRC_URI="https://www.colm.net/files/${PN}/${P}.tar.gz" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~x86 ~amd64-linux ~x86-linux" IUSE="" DEPEND="app-text/asciidoc" diff --git a/dev-util/colm/colm-0.13.0.6.ebuild b/dev-util/colm/colm-0.13.0.6.ebuild index fab1897a2181..4292b617eac2 100644 --- a/dev-util/colm/colm-0.13.0.6.ebuild +++ b/dev-util/colm/colm-0.13.0.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -9,7 +9,7 @@ SRC_URI="https://www.colm.net/files/${PN}/${P}.tar.gz" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~x86 ~amd64-linux ~x86-linux" IUSE="" DEPEND="app-text/asciidoc" diff --git a/dev-util/kdevelop-pg-qt/kdevelop-pg-qt-2.2.0.ebuild b/dev-util/kdevelop-pg-qt/kdevelop-pg-qt-2.2.0.ebuild index e9ebafe8d759..560d82ba9b47 100644 --- a/dev-util/kdevelop-pg-qt/kdevelop-pg-qt-2.2.0.ebuild +++ b/dev-util/kdevelop-pg-qt/kdevelop-pg-qt-2.2.0.ebuild @@ -8,7 +8,7 @@ inherit kde5 if [[ ${KDE_BUILD_TYPE} = release ]]; then SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz" - KEYWORDS="~amd64 ~x86" + KEYWORDS="amd64 ~x86" fi DESCRIPTION="LL(1) parser generator used mainly by KDevelop language plugins" diff --git a/dev-util/meson/meson-0.48.2.ebuild b/dev-util/meson/meson-0.48.2.ebuild index a6397466e0dc..b6374c8e969f 100644 --- a/dev-util/meson/meson-0.48.2.ebuild +++ b/dev-util/meson/meson-0.48.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 2016-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 diff --git a/dev-util/meson/meson-0.49.2.ebuild b/dev-util/meson/meson-0.49.2.ebuild index 21f7a7a357fb..795f89a188d2 100644 --- a/dev-util/meson/meson-0.49.2.ebuild +++ b/dev-util/meson/meson-0.49.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 2016-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 diff --git a/dev-util/meson/meson-0.50.1.ebuild b/dev-util/meson/meson-0.50.1.ebuild index 83b65dee1a17..b89067ab3b59 100644 --- a/dev-util/meson/meson-0.50.1.ebuild +++ b/dev-util/meson/meson-0.50.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 2016-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 diff --git a/dev-util/meson/meson-9999.ebuild b/dev-util/meson/meson-9999.ebuild index 651c71444791..34e716a091c8 100644 --- a/dev-util/meson/meson-9999.ebuild +++ b/dev-util/meson/meson-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 2016-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 diff --git a/dev-util/nvidia-cuda-toolkit/Manifest b/dev-util/nvidia-cuda-toolkit/Manifest index c6ef0b44ee50..33a355068f46 100644 --- a/dev-util/nvidia-cuda-toolkit/Manifest +++ b/dev-util/nvidia-cuda-toolkit/Manifest @@ -1,5 +1,6 @@ DIST cuda_10.0.130_410.48_linux.run 2020126691 BLAKE2B f784f41c06d81b6f89d07e756347fb94148f79e5fd50650fc340feb6b49dcc2bedd05cf4c7c2662da39955f9393efc048aa17fa921aad86e182186fb6d98ec50 SHA512 409ea4cc6aa0fe7063450e77c3b67b9b41aab1bbe556db673fb1a80610b20bd52e2020bf94034a92ab68c721d3d5739500bae4bd7a3558b2d8e73730a3b4ea25 DIST cuda_10.1.105_418.39_linux.run 2423314285 BLAKE2B 924872eaaa4e8ecd6b81765c91d5e538d968e4fc88792a805339dd9cae15dd70372f310d39b9668d76cadbab875e3c4abcfca5a5cf71e4d83c9db056dc02f51c SHA512 07cdc053989758e4cdccaad566cae7127fa79780ad85033ea52d33cc4c43c9de08e88dd087390c58b542e51703f256859cdf51a018ee57e6a412f45fb9561622 +DIST cuda_10.1.168_418.67_linux.run 2526901749 BLAKE2B ed2207400730600c63895cc894e02a14dce59c6293f198ea2a94f6dd0fab25a005d4754f91376c267cb95f3fdc66ee08e4353ec17b69d28881c59190b9eb4746 SHA512 85635012ec7081e200fb46f973852939f9709e802f495c288d5f31ff1fbd283a578fdaca0afa8955e6e0c7ca6c4862428da5168e0938b48390952d8633350910 DIST cuda_6.5.14_linux_32.run 76788277 BLAKE2B 75e79dce6cac5155bde8a3cafa945047c489b10272f8a3b94bf55d499df4b9c8b82506a81a20f9fd816bd4fd0514e515a6435399db1cb62b027c76490bd4dfae SHA512 89649ee0f4543b37037b7c8f5ed0b8bd502512afb4d93e3158b3df4786123be05a5288986b5abbfe15c14eb010777d2527b715225bea96a354a898c34e4a2fcc DIST cuda_6.5.14_linux_64.run 972320904 BLAKE2B 4a4361fb7a90989ec4b4aa433189e7b358e5a2272fb9b9c59429e0014ac14e3b8de1b247ee98dc30c3f3ee4cc009eca4fdd86027bd3b9527a683353d60bdf5c6 SHA512 fecca731b86955f5bc7b09d88b02951e3ee5d4b1f1cf5f92658227a029b87cd35d6ac22956a5fa0afe62dcdc57191f1d12bb08c9f7cc05128727cd8455947b1e DIST cuda_6.5.19_linux_32.run 81882112 BLAKE2B cf55ef7c969503c156431fc56301ed4e9a1234ae0cb867f12649636069f35e56bf6fc9df7482b6baade45d78c8baa2d98c41a28696da59294e0f575c4a0344ce SHA512 1ce9bd6b472b7e4f1fb181eb340dfcb757714d59a89aaa02146cfe1a97c8ccb7eb7699b4ec823276f277eb4d82d95050eaba17e7ed5fd2e47b9b5d78531c5d4e diff --git a/dev-util/nvidia-cuda-toolkit/nvidia-cuda-toolkit-10.1.168.ebuild b/dev-util/nvidia-cuda-toolkit/nvidia-cuda-toolkit-10.1.168.ebuild new file mode 100644 index 000000000000..d71931efe5ef --- /dev/null +++ b/dev-util/nvidia-cuda-toolkit/nvidia-cuda-toolkit-10.1.168.ebuild @@ -0,0 +1,148 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit check-reqs cuda toolchain-funcs unpacker + +MYD=$(ver_cut 1-2 ${PV}) +DRIVER_PV="418.67" + +DESCRIPTION="NVIDIA CUDA Toolkit (compiler and friends)" +HOMEPAGE="https://developer.nvidia.com/cuda-zone" +SRC_URI="https://developer.nvidia.com/compute/cuda/${MYD}/Prod/local_installers/cuda_${PV}_${DRIVER_PV}_linux.run -> cuda_${PV}_${DRIVER_PV}_linux.run" + +LICENSE="NVIDIA-CUDA" +SLOT="0/${PV}" +KEYWORDS="-* ~amd64 ~amd64-linux" +IUSE="debugger doc eclipse profiler" + +DEPEND="" +RDEPEND="${DEPEND} + =x11-drivers/nvidia-drivers-396.24[X,uvm] + debugger? ( + sys-libs/libtermcap-compat + sys-libs/ncurses:5/5[tinfo] + ) + eclipse? ( >=virtual/jre-1.6 ) + profiler? ( >=virtual/jre-1.6 )" + +S="${WORKDIR}" + +QA_PREBUILT="opt/cuda/*" + +CHECKREQS_DISK_BUILD="6100M" + +pkg_setup() { + # We don't like to run cuda_pkg_setup as it depends on us + check-reqs_pkg_setup +} + +src_prepare() { + local cuda_supported_gcc + + cuda_supported_gcc="4.7 4.8 4.9 5.3 5.4 6.3 6.4 7.2 7.3 8.2 8.3" + + sed \ + -e "s:CUDA_SUPPORTED_GCC:${cuda_supported_gcc}:g" \ + "${FILESDIR}"/cuda-config.in > "${T}"/cuda-config || die + + default +} + +src_install() { + local i remove=( doc jre run_files install-linux.pl cuda-installer.pl ) + local cudadir=/opt/cuda + local ecudadir="${EPREFIX}${cudadir}" + + cd builds/cuda-toolkit + if use doc; then + DOCS+=( doc/pdf/. ) + HTML_DOCS+=( doc/html/. ) + fi + einstalldocs + + mv doc/man/man3/{,cuda-}deprecated.3 || die + doman doc/man/man*/* + + use debugger || remove+=( bin/cuda-gdb bin/cuda-gdbserver extras/Debugger share/gdb extras/cuda-gdb-${PV}.src.tar.gz ) + + if use profiler; then + # hack found in install-linux.pl + for i in nvvp nsight; do + cat > bin/${i} <<- EOF || die + #!/usr/bin/env sh + LD_LIBRARY_PATH=\${LD_LIBRARY_PATH}:${ecudadir}/lib:${ecudadir}/lib64 \ + UBUNTU_MENUPROXY=0 LIBOVERLAY_SCROLLBAR=0 \ + ${ecudadir}/lib${i}/${i} -vm ${EPREFIX}/usr/bin/java + EOF + chmod a+x bin/${i} || die + done + else + use eclipse || remove+=( libnvvp libnsight nsightee_plugins NsightCompute-2019.1 NsightSystems-2018.3 bin/nsight bin/nsight_ee_plugins_manage.sh bin/nvvp bin/computeprof ) + remove+=( extras/CUPTI bin/nvprof ) + fi + + for i in "${remove[@]}"; do + ebegin "Cleaning ${i}..." + rm -rf "${i}" || die + eend + done + + dodir ${cudadir} + into ${cudadir} + + # Install binaries separately to make sure the X permission is set + local bindirs=( bin nvvm/bin extras/demo_suite ) + for i in $(find "${bindirs[@]}" -maxdepth 1 -type f); do + exeinto ${cudadir}/${i%/*} + doexe ${i} + rm ${i} || die + done + + # Install the rest + insinto ${cudadir} + doins -r * + + cat > "${T}"/99cuda <<- EOF || die + PATH=${ecudadir}/bin$(usex profiler ":${ecudadir}/libnvvp" "") + ROOTPATH=${ecudadir}/bin + LDPATH=${ecudadir}/lib64:${ecudadir}/lib:${ecudadir}/nvvm/lib64 + EOF + doenvd "${T}"/99cuda + + use profiler && \ + make_wrapper nvprof "${ecudadir}/bin/nvprof" "." "${ecudadir}/lib64:${ecudadir}/lib" + + dobin "${T}"/cuda-config +} + +pkg_postinst_check() { + local a b + a="$(${EROOT%/}/opt/cuda/bin/cuda-config -s)" + b="0.0" + for v in $a; do + if ver_test "${v}" -gt "${b}"; then + b="${v}" + fi + done + + # if gcc and if not gcc-version is at least greatest supported + if tc-is-gcc && \ + ver_test $(gcc-version) -gt ${b}; then + ewarn "" + ewarn "gcc >= ${b} will not work with CUDA" + ewarn "Make sure you set an earlier version of gcc with gcc-config" + ewarn "or append --compiler-bindir= pointing to a gcc bindir like" + ewarn "--compiler-bindir=${EPREFIX}/usr/*pc-linux-gnu/gcc-bin/gcc${b}" + ewarn "to the nvcc compiler flags" + ewarn "" + fi +} + +pkg_postinst() { + if [[ ${MERGE_TYPE} != binary ]]; then + pkg_postinst_check + fi +} diff --git a/dev-util/promu/promu-0.3.0.ebuild b/dev-util/promu/promu-0.3.0.ebuild index b9a06df89fb5..d6763b992e1d 100644 --- a/dev-util/promu/promu-0.3.0.ebuild +++ b/dev-util/promu/promu-0.3.0.ebuild @@ -24,7 +24,7 @@ src_prepare() { src_compile() { pushd src/${EGO_PN} || die - GO111MODULES=on GOCACHE="${T}/go-cache" GOPATH="${S}" go install -v github.com/prometheus/promu || die + GO111MODULE=on GOCACHE="${T}/go-cache" GOPATH="${S}" go install -v github.com/prometheus/promu || die popd || die } diff --git a/dev-util/radare2/Manifest b/dev-util/radare2/Manifest index 1170aab8afed..74a78d04d00f 100644 --- a/dev-util/radare2/Manifest +++ b/dev-util/radare2/Manifest @@ -1 +1,2 @@ DIST radare2-3.5.1.tar.gz 7083677 BLAKE2B 3d84e79d4e20e031b6cfdbabcf80922f977328bf7da8c2871924f9520ff87252d4df18a1239793c70f4b800bb7d5c4aef923e63c93aa15d86ae685ddda205da2 SHA512 24c2a45ed539830dcb8dc1585c27e45515c70989132f500527db0ca6795027eaa82ea54d1cd7fc73ddc49641a73148be963ade1648e92b5336d2e86335e2497a +DIST radare2-3.6.0.tar.gz 7339427 BLAKE2B 60ecd110ac4cafa38dd10f49321e984e98f189398f15196614fb096970cc2f24981ffbbd161fdd55621b65c45a8fb9f843f273bf245ac0ea2b4493981ab0477d SHA512 15c02b744892934bd0b4beeb146d8a0289244405214b62892d7e307cd42f6706aca16c1e02b6b2beb5b6869c5c5920cc291ffec8a690b5338c6973a5e1d7900e diff --git a/dev-util/radare2/radare2-3.6.0.ebuild b/dev-util/radare2/radare2-3.6.0.ebuild new file mode 100644 index 000000000000..0b3f4cfb432b --- /dev/null +++ b/dev-util/radare2/radare2-3.6.0.ebuild @@ -0,0 +1,56 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit bash-completion-r1 eutils + +DESCRIPTION="unix-like reverse engineering framework and commandline tools" +HOMEPAGE="http://www.radare.org" + +if [[ ${PV} == *9999 ]]; then + inherit git-r3 + EGIT_REPO_URI="https://github.com/radare/radare2" +else + SRC_URI="https://github.com/radare/radare2/archive/${PV}.tar.gz -> ${P}.tar.gz" + KEYWORDS="~amd64 ~arm ~arm64 ~x86" +fi + +LICENSE="GPL-2" +SLOT="0" +IUSE="ssl libressl" + +RDEPEND=" + dev-libs/capstone:0= + ssl? ( + !libressl? ( dev-libs/openssl:0= ) + libressl? ( dev-libs/libressl:0= ) + ) +" +DEPEND="${RDEPEND}" +BDEPEND="virtual/pkgconfig" + +src_configure() { + econf \ + --without-libuv \ + --with-syscapstone \ + $(use_with ssl openssl) +} + +src_install() { + default + + insinto /usr/share/zsh/site-functions + doins doc/zsh/_* + + newbashcomp doc/bash_autocompletion.sh "${PN}" + bashcomp_alias "${PN}" rafind2 r2 rabin2 rasm2 radiff2 + + # a workaround for unstable $(INSTALL) call, bug #574866 + local d + for d in doc/*; do + if [[ -d $d ]]; then + rm -rfv "$d" || die "failed to delete '$d'" + fi + done +} diff --git a/dev-util/ragel/ragel-7.0.0.10-r1.ebuild b/dev-util/ragel/ragel-7.0.0.10-r1.ebuild index 7b028b141644..26f9f2d52054 100644 --- a/dev-util/ragel/ragel-7.0.0.10-r1.ebuild +++ b/dev-util/ragel/ragel-7.0.0.10-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -11,7 +11,7 @@ SRC_URI="https://www.colm.net/files/ragel/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~x86 ~amd64-linux ~x86-linux" IUSE="vim-syntax" DEPEND="~dev-util/colm-0.13.0.5" diff --git a/dev-vcs/Manifest.gz b/dev-vcs/Manifest.gz index 9856b548d955..def0a0397b5d 100644 Binary files a/dev-vcs/Manifest.gz and b/dev-vcs/Manifest.gz differ diff --git a/dev-vcs/git-lfs/git-lfs-2.7.2.ebuild b/dev-vcs/git-lfs/git-lfs-2.7.2.ebuild index ed1c9a5d2cb1..b2d04c64f711 100644 --- a/dev-vcs/git-lfs/git-lfs-2.7.2.ebuild +++ b/dev-vcs/git-lfs/git-lfs-2.7.2.ebuild @@ -9,7 +9,7 @@ if [[ ${PV} == *9999 ]]; then inherit golang-build golang-vcs else SRC_URI="https://${EGO_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64" + KEYWORDS="~amd64 ~amd64-linux ~x86-linux" inherit golang-build golang-vcs-snapshot fi diff --git a/dev-vcs/git-lfs/git-lfs-9999.ebuild b/dev-vcs/git-lfs/git-lfs-9999.ebuild index 90878f67a22a..d20644148b1b 100644 --- a/dev-vcs/git-lfs/git-lfs-9999.ebuild +++ b/dev-vcs/git-lfs/git-lfs-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -9,7 +9,7 @@ if [[ ${PV} == *9999 ]]; then inherit golang-build golang-vcs else SRC_URI="https://${EGO_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64" + KEYWORDS="~amd64 ~amd64-linux ~x86-linux" inherit golang-build golang-vcs-snapshot fi diff --git a/games-fps/Manifest.gz b/games-fps/Manifest.gz index 99c567622c97..28b2ec219727 100644 Binary files a/games-fps/Manifest.gz and b/games-fps/Manifest.gz differ diff --git a/games-fps/freedm/freedm-0.11.3.ebuild b/games-fps/freedm/freedm-0.11.3.ebuild index 342ceb06a7fe..47c3ee76f4c5 100644 --- a/games-fps/freedm/freedm-0.11.3.ebuild +++ b/games-fps/freedm/freedm-0.11.3.ebuild @@ -16,6 +16,7 @@ RDEPEND=" games-fps/gzdoom games-engines/odamex games-fps/doomsday + games-fps/prboom-plus ) " diff --git a/games-fps/freedoom/freedoom-0.11.3-r1.ebuild b/games-fps/freedoom/freedoom-0.11.3-r1.ebuild index 2f5fd2f5c58a..b0297a0238e1 100644 --- a/games-fps/freedoom/freedoom-0.11.3-r1.ebuild +++ b/games-fps/freedoom/freedoom-0.11.3-r1.ebuild @@ -16,6 +16,7 @@ RDEPEND=" games-fps/gzdoom games-engines/odamex games-fps/doomsday + games-fps/prboom-plus ) " diff --git a/games-fps/prboom-plus/Manifest b/games-fps/prboom-plus/Manifest new file mode 100644 index 000000000000..74314aab3b53 --- /dev/null +++ b/games-fps/prboom-plus/Manifest @@ -0,0 +1 @@ +DIST prboom-plus-2.5.1.4.tar.gz 3007237 BLAKE2B 3dce8aad6fb521d13cf3e6b48a261f010b545bafa853860b284be0d0772f65b4fa0bfa965f7cb1869cc0d0eb21a4237e1873d08ff56d439cb3eed00f82bf12fb SHA512 625b75c5fe663bb3ba54bcd90f914ad7461c0860448f6f179180de26bea0a4d766739c50f96a8245687bc213742ec53bf6ffa26cde09772b3ae0bba91662213e diff --git a/games-fps/prboom-plus/files/prboom-plus-2.5.1.4-Remove-nonstandard-gamesdir-variable.patch b/games-fps/prboom-plus/files/prboom-plus-2.5.1.4-Remove-nonstandard-gamesdir-variable.patch new file mode 100644 index 000000000000..c64bd135937d --- /dev/null +++ b/games-fps/prboom-plus/files/prboom-plus-2.5.1.4-Remove-nonstandard-gamesdir-variable.patch @@ -0,0 +1,33 @@ +From d0aaa51e05da23c2b0ad46901c2f4b3cd0500681 Mon Sep 17 00:00:00 2001 +From: William Breathitt Gray +Date: Fri, 21 Jun 2019 17:31:01 +0900 +Subject: [PATCH] Remove nonstandard gamesdir variable + +The Autotools canonical method of configuring the program installation +directory is via the bindir variable (e.g. "--bindir=/usr/games/doom"). +--- + src/Makefile.am | 6 ++---- + 1 file changed, 2 insertions(+), 4 deletions(-) + +diff --git a/src/Makefile.am b/src/Makefile.am +index c20da98..9b3ab13 100644 +--- a/src/Makefile.am ++++ b/src/Makefile.am +@@ -8,12 +8,10 @@ + + SUBDIRS = SDL POSIX MAC PCSOUND TEXTSCREEN MUSIC + +-gamesdir=$(prefix)/games +- + if BUILD_SERVER +-games_PROGRAMS = prboom-plus prboom-plus-game-server ++bin_PROGRAMS = prboom-plus prboom-plus-game-server + else +-games_PROGRAMS = prboom-plus ++bin_PROGRAMS = prboom-plus + endif + + CFLAGS = @CFLAGS@ @SDL_CFLAGS@ +-- +2.22.0 + diff --git a/games-fps/prboom-plus/metadata.xml b/games-fps/prboom-plus/metadata.xml new file mode 100644 index 000000000000..c05b6d7832b5 --- /dev/null +++ b/games-fps/prboom-plus/metadata.xml @@ -0,0 +1,33 @@ + + + + + PrBoom+ is a Doom source port developed from the original PrBoom project. + + + vilhelm.gray@gmail.com + William Breathitt Gray + + + proxy-maint@gentoo.org + Proxy Maintainers + + + games@gentoo.org + Gentoo Games Project + + + Enable support for various tracker-style music formats via media-libs/dumb + Enable support for MIDI via media-sound/fluidsynth + Enable support for network play + Enable non-free components + Enable support for MIDI via media-libs/portmidi + Enable support for high-resolution texture support via media-libs/sdl-image + Enable support for MIDI via media-libs/sdl-mixer + + + https://sourceforge.net/p/prboom-plus/bugs + https://prboom-plus.sourceforge.net + prboom-plus + + diff --git a/games-fps/prboom-plus/prboom-plus-2.5.1.4.ebuild b/games-fps/prboom-plus/prboom-plus-2.5.1.4.ebuild new file mode 100644 index 000000000000..29196ddfd2ea --- /dev/null +++ b/games-fps/prboom-plus/prboom-plus-2.5.1.4.ebuild @@ -0,0 +1,68 @@ +# Copyright 2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit autotools desktop xdg + +DESCRIPTION="A Doom source port developed from the original PrBoom project" +HOMEPAGE="https://prboom-plus.sourceforge.net" +# We are using a github mirror here because the upstream tarball is missing the +# free dog assets; we should update SRC_URI to point to the upstream tarball +# once the free assets are present as expected +#SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" +SRC_URI="https://github.com/coelckers/prboom-plus/archive/f96f891d068dcc5ec52ed91056b46d27e9a8462d.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-2+ + nonfree? ( freedist ) + !nonfree? ( BSD )" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="dumb fluidsynth mad net nonfree +opengl pcre +png portmidi sdl-image +sdl-mixer vorbis" +REQUIRED_USE="sdl-image? ( opengl )" + +DEPEND=" + media-libs/libsdl[opengl?,joystick,sound,video] + dumb? ( media-libs/dumb ) + fluidsynth? ( media-sound/fluidsynth:= ) + mad? ( media-libs/libmad ) + net? ( media-libs/sdl-net ) + sdl-image? ( media-libs/sdl-image ) + pcre? ( dev-libs/libpcre:3 ) + png? ( media-libs/libpng:0= ) + portmidi? ( media-libs/portmidi ) + sdl-mixer? ( media-libs/sdl-mixer[midi] ) + vorbis? ( media-libs/libvorbis )" +RDEPEND="${DEPEND}" + +S="${WORKDIR}/prboom-plus-f96f891d068dcc5ec52ed91056b46d27e9a8462d/prboom2" +PATCHES="${FILESDIR}/${P}-Remove-nonstandard-gamesdir-variable.patch" + +src_prepare() { + xdg_src_prepare + eautoreconf +} + +src_configure() { + econf \ + --disable-cpu-opt \ + $(use_enable nonfree nonfree-graphics) \ + $(use_enable opengl gl) \ + $(use_with dumb) \ + $(use_with fluidsynth) \ + $(use_with mad) \ + $(use_with net) \ + $(use_with pcre) \ + $(use_with png) \ + $(use_with portmidi) \ + $(use_with sdl-image image) \ + $(use_with sdl-mixer mixer) \ + $(use_with vorbis vorbisfile) \ + --with-waddir="${EPREFIX}/usr/share/doom" +} + +src_install() { + default + newicon ICONS/prboom-plus.svg ${PN}.svg + make_desktop_entry "${PN}" "PrBoom+" +} diff --git a/games-fps/prboom/Manifest b/games-fps/prboom/Manifest deleted file mode 100644 index 44e5df82a2be..000000000000 --- a/games-fps/prboom/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST prboom-2.5.0.tar.gz 1049505 BLAKE2B eb044c091279e04bfb65f9fea26bb706be213510b82a95ebe9d482a7c5d2c2ca5a51776afb3af6e8cebeba5df2441922f2298e52c54414b56e98e637c6feb544 SHA512 9e25b55047c66931ea010751fb64484e466395b04dfb738ed9dc515bd8b78e1124a337da33bf7be6e97280016ed1f01c852d8bc12704bdb82074488d7b5d2894 -DIST prboom.png 4254 BLAKE2B cf70f0ee9d41ad41c3f326b30a12df90f76fdb788d252b29bce1925ef253ec272feedc7040a8bf33146f313517afdc038c66324b9c671d90a7db89a5da2569db SHA512 72631d253c6754484ab1c96c953ed37a734197fa851dc88156fd3d4fb8396a77347805233481470b936a504d08e06d994de1eba613e6bf70a89db8fc7ee9b1ac diff --git a/games-fps/prboom/files/prboom-2.5.0-libpng14.patch b/games-fps/prboom/files/prboom-2.5.0-libpng14.patch deleted file mode 100644 index 3dea0e7a983b..000000000000 --- a/games-fps/prboom/files/prboom-2.5.0-libpng14.patch +++ /dev/null @@ -1,22 +0,0 @@ -https://bugs.gentoo.org/show_bug.cgi?id=308739 - ---- a/src/SDL/i_sshot.c -+++ b/src/SDL/i_sshot.c -@@ -231,7 +231,7 @@ - if (fp) - { - png_struct *png_ptr = png_create_write_struct( -- PNG_LIBPNG_VER_STRING, png_error_ptr_NULL, error_fn, warning_fn); -+ PNG_LIBPNG_VER_STRING, NULL, error_fn, warning_fn); - - if (png_ptr) - { -@@ -279,7 +279,7 @@ - break; - } - } -- png_destroy_write_struct(&png_ptr, png_infopp_NULL); -+ png_destroy_write_struct(&png_ptr, NULL); - } - fclose(fp); - } diff --git a/games-fps/prboom/files/prboom-2.5.0-nvidia-test.c b/games-fps/prboom/files/prboom-2.5.0-nvidia-test.c deleted file mode 100644 index f9e4bd700f8a..000000000000 --- a/games-fps/prboom/files/prboom-2.5.0-nvidia-test.c +++ /dev/null @@ -1,3 +0,0 @@ -#include -PFNGLCOLORTABLEEXTPROC glColorTableEXT; -int main(){return 0;} diff --git a/games-fps/prboom/files/prboom-2.5.0-nvidia.patch b/games-fps/prboom/files/prboom-2.5.0-nvidia.patch deleted file mode 100644 index c602c784c13f..000000000000 --- a/games-fps/prboom/files/prboom-2.5.0-nvidia.patch +++ /dev/null @@ -1,48 +0,0 @@ ---- a/src/gl_intern.h.orig 2003-09-21 16:39:30.247451624 -0400 -+++ b/src/gl_intern.h 2003-09-21 16:39:41.610724144 -0400 -@@ -84,6 +84,6 @@ - #define min(a,b) ((a)<(b)?(a):(b)) - #endif - --PFNGLCOLORTABLEEXTPROC gld_ColorTableEXT; -+//PFNGLCOLORTABLEEXTPROC gld_ColorTableEXT; - - #endif // _GL_INTERN_H ---- a/src/gl_main.c.orig 2003-09-21 16:39:55.436622288 -0400 -+++ b/src/gl_main.c 2003-09-21 16:43:00.943420968 -0400 -@@ -285,6 +285,7 @@ - - if (strcasecmp(extension, "GL_EXT_texture_filter_anisotropic") == 0) - gl_texture_filter_anisotropic = true; -+/* - else if (strcasecmp(extension, "GL_EXT_paletted_texture") == 0) { - if (gl_use_paletted_texture) { - gl_paletted_texture = true; -@@ -304,6 +305,7 @@ - else - lprintf(LO_INFO,"using GL_EXT_shared_texture_palette\n",glGetString(GL_VENDOR)); - } -+*/ - - extension = p; - } while (*extension != '\0'); -@@ -761,7 +763,7 @@ - pal[transparent_pal_index*4+1]=0; - pal[transparent_pal_index*4+2]=0; - pal[transparent_pal_index*4+3]=0; -- gld_ColorTableEXT(GL_SHARED_TEXTURE_PALETTE_EXT, GL_RGBA, 256, GL_RGBA, GL_UNSIGNED_BYTE, pal); -+// gld_ColorTableEXT(GL_SHARED_TEXTURE_PALETTE_EXT, GL_RGBA, 256, GL_RGBA, GL_UNSIGNED_BYTE, pal); - W_UnlockLumpName("PLAYPAL"); - } else { - if (palette>0) ---- a/src/gl_texture.c.orig 2003-09-21 16:43:18.450759448 -0400 -+++ b/src/gl_texture.c 2003-09-21 16:43:39.549551944 -0400 -@@ -178,7 +178,7 @@ - pal[transparent_pal_index*4+1]=0; - pal[transparent_pal_index*4+2]=0; - pal[transparent_pal_index*4+3]=0; -- gld_ColorTableEXT(target, GL_RGBA, 256, GL_RGBA, GL_UNSIGNED_BYTE, pal); -+// gld_ColorTableEXT(target, GL_RGBA, 256, GL_RGBA, GL_UNSIGNED_BYTE, pal); - W_UnlockLumpName("PLAYPAL"); - } - diff --git a/games-fps/prboom/prboom-2.5.0-r1.ebuild b/games-fps/prboom/prboom-2.5.0-r1.ebuild deleted file mode 100644 index 9cb1017bc0a2..000000000000 --- a/games-fps/prboom/prboom-2.5.0-r1.ebuild +++ /dev/null @@ -1,91 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -inherit desktop readme.gentoo-r1 toolchain-funcs - -DESCRIPTION="Port of ID's doom to SDL and OpenGL" -HOMEPAGE="http://prboom.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz - mirror://gentoo/${PN}.png" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~arm ~x86" -IUSE="" - -RDEPEND=" - media-libs/libsdl[joystick,video] - media-libs/sdl-mixer - media-libs/sdl-net - ! /dev/null - local ret=$? - eend ${ret} "NVidia GL/prboom bug found ;(" - [ ${ret} -eq 0 ] || eapply "${FILESDIR}"/${P}-nvidia.patch - - eapply "${FILESDIR}"/${P}-libpng14.patch - - sed -i \ - -e '/^gamesdir/ s/\/games/\/bin/' \ - src/Makefile.in \ - || die "sed failed" - sed -i \ - -e 's/: install-docDATA/:/' \ - -e '/^SUBDIRS/ s/doc//' \ - Makefile.in \ - || die "sed failed" - sed -i \ - -e 's:-ffast-math $CFLAGS_OPT::' \ - configure \ - || die "sed configure failed" -} - -src_configure() { - # leave --disable-cpu-opt in otherwise the configure script - # will append -march=i686 and crap ... let the user's CFLAGS - # handle this ... - econf \ - --enable-gl \ - --disable-i386-asm \ - --disable-cpu-opt \ - --with-waddir="/usr/share/doom-data" -} - -src_install() { - default - - doman doc/*.{5,6} - - dodoc doc/README.* doc/*.txt - readme.gentoo_create_doc - - doicon "${DISTDIR}"/${PN}.png - make_desktop_entry ${PN} "PrBoom" -} - -pkg_postinst() { - readme.gentoo_print_elog -} diff --git a/kde-plasma/Manifest.gz b/kde-plasma/Manifest.gz index 9e6a003954a9..69966f5af6b8 100644 Binary files a/kde-plasma/Manifest.gz and b/kde-plasma/Manifest.gz differ diff --git a/kde-plasma/bluedevil/Manifest b/kde-plasma/bluedevil/Manifest index ef165121c714..2904402eda54 100644 --- a/kde-plasma/bluedevil/Manifest +++ b/kde-plasma/bluedevil/Manifest @@ -1,2 +1,2 @@ DIST bluedevil-5.15.5.tar.xz 158216 BLAKE2B 0f7fdf6cf700e09a7b3468163e65bbc314960531f6e6d73f599bae98f52f19287a25fc71bf4349dd27791de35a992235ae2a884950217640253e15ab6c92609b SHA512 fdcf1a203ca78f6f36e22fc8bbabb2ea8c3f3fd63d4ba6c37453ea6b32a41311347685be68454c25e4e238926dcc1b6cbdbeefaad3ed384b488054a6a4e0d54e -DIST bluedevil-5.16.1.tar.xz 158328 BLAKE2B 358362ba5973355cb2e95aa976cfdb904081af4ca63484f7952ded939d915ab3a348a13f3103ef61af3ada372813c57924ed5bc60588103b24611538d0e31f9e SHA512 657176a0f3015f2c3286724bd7c1950d1528663dbd57b19c1d76c2be1409dfc0b4a57f32b677b1d5a3b4aad1671c7cbb42ab08b5a1d2086adae71347b187a7b7 +DIST bluedevil-5.16.2.tar.xz 158312 BLAKE2B a0f8f0ad0a7c65770fdc8aa04c45d0dc135e13e7e619ba0949bceeec2955fe1e252d9173c202070df5cfa9db9feb911f25b1fd8c79ad4feaee1cabdd72a93b01 SHA512 d0b96a80fbe8073815da29c87f5520d0a566b7dc795fc1abfb494893a905a87895e437d6e07759e68ca39bac84eb6a8526dd133e9d613bdb004f0c08a5cd999a diff --git a/kde-plasma/bluedevil/bluedevil-5.16.1.ebuild b/kde-plasma/bluedevil/bluedevil-5.16.2.ebuild similarity index 100% rename from kde-plasma/bluedevil/bluedevil-5.16.1.ebuild rename to kde-plasma/bluedevil/bluedevil-5.16.2.ebuild diff --git a/kde-plasma/breeze-grub/Manifest b/kde-plasma/breeze-grub/Manifest index e42352e9aeb3..52f01e3725c5 100644 --- a/kde-plasma/breeze-grub/Manifest +++ b/kde-plasma/breeze-grub/Manifest @@ -1,2 +1,2 @@ DIST breeze-grub-5.15.5.tar.xz 3127888 BLAKE2B 0ee6733509a8e82e272e17ea6247dc3d32420e243c4989a04271a17b30e614d5b35f19a14aebc676fdffbcfe66130352ddde4b5c31acbb890e5a6aa8868d1db7 SHA512 fa95f67ab63382c12f9d5448fe114145c485b73ebc7eeefb4b3199c582707f88fdbc68dbd9c996a46d44004f0a0f759fe44b49d03391a399f8113b4494b64420 -DIST breeze-grub-5.16.1.tar.xz 3134876 BLAKE2B c53a60f56f53e5a61073b4577485bcc4672158833c10a4f965b7a8122232b6f6bb0f8418f0b2104194b1a1c2eba2f2f6cdbc0f5a4f670f2b03afcccf2d7175db SHA512 f1b8aa8c7d481dd1f77d91b18ffb386676e57fff80c1d2abbc6d6663a2cc84e7923e0d0feee1490d7a402d89e813500abac87240a64457cef0e18a13aba63b3f +DIST breeze-grub-5.16.2.tar.xz 3156296 BLAKE2B d7614ad8caab6a71574a73e0c9680e2284477851184f17bc3aff16e76f69a943995ac30b87015a4fb11c3c48ec82ee9742c653ad5aac7108934691ccb1854326 SHA512 5bbf98d7caae2dfb1ec7cacf31c2ea1cac9bdd651bc6e9d3b00ed216e17b00ba97d976bbbfc355756e13b2ebc32293fab735b7e5e8606916265daefe9a54a7bc diff --git a/kde-plasma/breeze-grub/breeze-grub-5.16.1.ebuild b/kde-plasma/breeze-grub/breeze-grub-5.16.2.ebuild similarity index 100% rename from kde-plasma/breeze-grub/breeze-grub-5.16.1.ebuild rename to kde-plasma/breeze-grub/breeze-grub-5.16.2.ebuild diff --git a/kde-plasma/breeze-gtk/Manifest b/kde-plasma/breeze-gtk/Manifest index 1435cb529f9c..801447ce2787 100644 --- a/kde-plasma/breeze-gtk/Manifest +++ b/kde-plasma/breeze-gtk/Manifest @@ -1,2 +1,2 @@ DIST breeze-gtk-5.15.5.tar.xz 47504 BLAKE2B 3a6d4c656e652004e1c3268978e31f476c08a78fcf27de178edd94c1b1f568fcef26b971e52b89037922eb7be86ff5eb6189e8816a6ce6dab5a50c7d951da84a SHA512 61416aa88b50cca55df03b6eb95f6d5f6f7700fb64730668d777155c5ec0a892d00b9dd659f8a4ab86ba0c857d7bb52954563cdb8df2498f8fdfbea95c1cdd59 -DIST breeze-gtk-5.16.1.tar.xz 47572 BLAKE2B 402f466ac4d6b9033515fc7704237d7d1f070fe95362c8cf12ca681332f64cfc25c0b3dc36a90afb4d4ea8208c797a9ce5d3fad69b6f267985d841363ed6891f SHA512 9000d26d4ba31b38c7bad3d61de6e5df9fe49ebd027b0b6617fda81fa6a16787ba2aded862590cff78a34e583eacd245f96100d9832e4effa9cf547d9180ffe8 +DIST breeze-gtk-5.16.2.tar.xz 47556 BLAKE2B 2e2e2c985bfa9932411d668c54e4243aa632b4bd21b08c076ce06661a0b790d7e496af5d186e55e38d4bd03380cc29def182071c14c23b8fdee9f3857cf58955 SHA512 26fc044e3f24b0bcc4108b1c1ce6b4ff01cae88e0493218fb857a2ebefadc22caf8db525f9a46f760c6e064bde547947ef57ac68b8aea572a622ab8c2f12f4ce diff --git a/kde-plasma/breeze-gtk/breeze-gtk-5.16.1.ebuild b/kde-plasma/breeze-gtk/breeze-gtk-5.16.2.ebuild similarity index 100% rename from kde-plasma/breeze-gtk/breeze-gtk-5.16.1.ebuild rename to kde-plasma/breeze-gtk/breeze-gtk-5.16.2.ebuild diff --git a/kde-plasma/breeze-plymouth/Manifest b/kde-plasma/breeze-plymouth/Manifest index 2a6c6d8823d9..5580dbba6414 100644 --- a/kde-plasma/breeze-plymouth/Manifest +++ b/kde-plasma/breeze-plymouth/Manifest @@ -1,2 +1,2 @@ DIST breeze-plymouth-5.15.5.tar.xz 105724 BLAKE2B 2ba7c8daf2997bf8f422e687ff5636398eb5d84867814177c73a2d004baacbc2a25131585757efd615069dabaadd23641d646806d884228b2ac95805576198db SHA512 74df266881cebf5f1378975f6768e43e73a3ca4f6d8f1d73a4026eb1d046b9386887d40e8e8ad59fb9c96c45a6f63aa9b6c41a8d1740eaab4db515ab4c5a5310 -DIST breeze-plymouth-5.16.1.tar.xz 105676 BLAKE2B aef2d8efb231b3008e848423adc5e4b5e78ca0edce724614b439afc3e5bd4fda4adec3407a4a051bac3b8c9a17b3985ce6fdc802440e1a4715c7d65338109e6d SHA512 66b2a6b568c061290707925a3b70f8d533e0f05ecf9fa1b6c25c25c646e3ca8db30756321e76525319ad8aeadd8d6ae2ef9df5e7a291d096815ca23a3f79756c +DIST breeze-plymouth-5.16.2.tar.xz 105716 BLAKE2B 0c51b176e09217392b21e54b4b80ec5a33328c6b3e5d997e0fdb81279b4fe96c3a3eedfa90854f51e8f04899763c1c303a39b11aee5bade99744504b6f282b5e SHA512 219316598e6fa219c564ffd781fbc26105b911ae8995dd4d289711e0d7c7b474cc4b58c4def6922ae33482b1206cd84f28f1f68349b8492441e363bc3a9f50e9 diff --git a/kde-plasma/breeze-plymouth/breeze-plymouth-5.16.1.ebuild b/kde-plasma/breeze-plymouth/breeze-plymouth-5.16.2.ebuild similarity index 100% rename from kde-plasma/breeze-plymouth/breeze-plymouth-5.16.1.ebuild rename to kde-plasma/breeze-plymouth/breeze-plymouth-5.16.2.ebuild diff --git a/kde-plasma/breeze/Manifest b/kde-plasma/breeze/Manifest index d44a5f4c2ad5..2f0d54d78947 100644 --- a/kde-plasma/breeze/Manifest +++ b/kde-plasma/breeze/Manifest @@ -1,2 +1,2 @@ DIST breeze-5.15.5.tar.xz 25144812 BLAKE2B 00a477883384924cf9d77d659e9df4e31d442b94bbb2ad7b502e4cfd4aa5f40a01918654a738ef92db6ada834a10a7197d56ecb2994218a24d2ec0b0830f887c SHA512 a83ab125ed55f5da6b4e74ceecea5bbf5dc0f2b589b88764b2c0e501bfdc514e7b911e8a93b6e491f9ff0a22055fe8fa6611203f50b75fd624d7427e6c532391 -DIST breeze-5.16.1.tar.xz 16593620 BLAKE2B 3a37d9e801d0c6080ebb2ce5813699ae9432b657858cf9dd74c4f9fe596f0e3ebf590d72f5a04b80b8441d3ed38893268cbadddf0acae51bd19efdca4a969410 SHA512 8b95456c22335d227dffd6600c83703cb4bc71c80a9fb6737e9a3798a1cd29f0d914ab8fd95e1510b1bef2aecc74c47bb86e0d7afd1e209bb914a1e51e05ea79 +DIST breeze-5.16.2.tar.xz 16593868 BLAKE2B a4fee19a8dfe1457841d4296a7e37c833f3ed5d1d78923e4226df306eaae85144f9283d3ca3128570445f5da88ba5c1c3a18b413f5d81599c8b495d87dfec7f5 SHA512 54cb009bef9520f18be35c8b6963ec8ca09a13149d476608bee8c79c8c86db1f3887b560f4f7500fa796ab2fdc8019b51f4ba17cb53fd0649fff08a399b9e267 diff --git a/kde-plasma/breeze/breeze-5.16.1.ebuild b/kde-plasma/breeze/breeze-5.16.2.ebuild similarity index 100% rename from kde-plasma/breeze/breeze-5.16.1.ebuild rename to kde-plasma/breeze/breeze-5.16.2.ebuild diff --git a/kde-plasma/discover/Manifest b/kde-plasma/discover/Manifest index 5d866f33ccbe..c27396c1b881 100644 --- a/kde-plasma/discover/Manifest +++ b/kde-plasma/discover/Manifest @@ -1,2 +1,2 @@ DIST discover-5.15.5.tar.xz 10447644 BLAKE2B 456acc6bbbea216cde7a535fa591ef76316ee07f5ba57e6b3c6c20536b21877eb210f381cba8cc7c114110f3f7ffc4244163174bf8ae95cd022ca05a4be16bed SHA512 fc94bf3d93423d6327951c8ba76c2a08c7bd19aafbca7333e159af7500d1a78b464f7b5824b9168c522f052ca6cd322e9b5a26abd74657b99c734bbc7b864a3d -DIST discover-5.16.1.tar.xz 10448112 BLAKE2B b07d0df05f5696433e65d1fdfcd0ebb04ec655740ffee90494f37de02371ade53ba2c9783dac6771d009a04c7bf82dcd67f991bca37fb334eebb68f1cc1c16b9 SHA512 b02578254684c9437d8e3cb3689023b6144ace5c2259ffb402c2700895c789b2b357ba6f76583bb73a31bc00f9fc69c04e7e40210698b7c836ee82b9da4cbabd +DIST discover-5.16.2.tar.xz 10448372 BLAKE2B 8a900c21006c67d77adfa14d8868ea1b7bd1cd479ed4969b28f7bf5cfda522c5847ebbb6a20c61bc2ddf4ffa3d04e330bfaabfc47196e85d8466f104b0a67e5e SHA512 240af3a512b4f63df825975f5090eae65dc8fa00742c692ca3de776a058431b2815562df6c1ae103676ad504581190679038464cbc28f060cb9bb2f8948a6a94 diff --git a/kde-plasma/discover/discover-5.16.1.ebuild b/kde-plasma/discover/discover-5.16.2.ebuild similarity index 100% rename from kde-plasma/discover/discover-5.16.1.ebuild rename to kde-plasma/discover/discover-5.16.2.ebuild diff --git a/kde-plasma/drkonqi/Manifest b/kde-plasma/drkonqi/Manifest index 32f3348f5a08..5413bfc5b3c9 100644 --- a/kde-plasma/drkonqi/Manifest +++ b/kde-plasma/drkonqi/Manifest @@ -1,2 +1,2 @@ DIST drkonqi-5.15.5.tar.xz 738752 BLAKE2B e0a48064a1881079f44c727a1bc08b9e8906b2c3e83a3def8b5fd406b6aa4d2982ebb885f3038692568293da2d933d521735724b34b40fbbcc96b139c1595740 SHA512 812206194f095a4862023a085ac2975c107e2774010598a6bf1b9b88b8dfa1e78819ac4012854d607a61bcba6dc954554ac178ccb3fd304ed27adddefa1fe8c9 -DIST drkonqi-5.16.1.tar.xz 741440 BLAKE2B 61d49e18225038f315b01d476568cbfa2b750d6698acc4677ddeb581d6d5969b93d590958684218b3dafb1dbdf7aea8b87186d2803140422dc6dbc273b72bb0d SHA512 ed150ec117063f793cef5801d63c37569b3abc6af4d54a83c602dba4dd2bea6af65624e51cc3b25db97b68d199e1477f3d237c9f82541d4a19c88867641af8aa +DIST drkonqi-5.16.2.tar.xz 741416 BLAKE2B af32b750073a53242b17a4e9c6931918a752c69a2d082b279d0a359c30e27d1f7f49c3ba6666211710fd7745a889466e8b564a84c753356d20c4f6c64b68887a SHA512 24f8edcb4e0a30b65169e50054548cb8dbc2d76f8b39f55f001f25e476a0f4c0b0a46b1aa37263adc95c7e07bac442c5ad8d98c8ba3651dd232283c66e70aeb9 diff --git a/kde-plasma/drkonqi/drkonqi-5.16.1.ebuild b/kde-plasma/drkonqi/drkonqi-5.16.2.ebuild similarity index 100% rename from kde-plasma/drkonqi/drkonqi-5.16.1.ebuild rename to kde-plasma/drkonqi/drkonqi-5.16.2.ebuild diff --git a/kde-plasma/kactivitymanagerd/Manifest b/kde-plasma/kactivitymanagerd/Manifest index 738b01bd6fe3..80485d93051d 100644 --- a/kde-plasma/kactivitymanagerd/Manifest +++ b/kde-plasma/kactivitymanagerd/Manifest @@ -1,2 +1,2 @@ DIST kactivitymanagerd-5.15.5.tar.xz 84756 BLAKE2B de13492cec3c4bdb29a8be01777c21cfc5c36c7f644d6d6fd7ef2bc502620031be1c94397e5b7806095a93e9e5eae7a5acfa149c3bc809635f3f3f43b01b1aa6 SHA512 9c9c066ccf7b56ecb0816be5db82dec7d89f9a834ef75a0f96d073d0d15470a57a84f811c17feb4edbf262fc44275d943fd7e06ec2bdb53860a4f6a4ea1b64d3 -DIST kactivitymanagerd-5.16.1.tar.xz 84772 BLAKE2B 64cf933ceae0aea00e3108e2d605fa5e680695483d7d3aeb8f88de8ba3350378b0af5fa1361b6fc1014734c912ad7f2ef8354d2a34878a43139be16cb33cffae SHA512 01502251c9796769af95cad953c5c748c58f1890fbbd274638966f7a632ad6ee95e83adaa01be13e0c3d4db44cdc90b913b3a36cad2e5e798b624cf18ce09736 +DIST kactivitymanagerd-5.16.2.tar.xz 84764 BLAKE2B b8ec9d69f631a927176c1855ba2f29b9c9fad0cba4175acd661239978d161476ba1beeb4642a9e83d78ea143e1dd1e159a6d3c66676153e254b24888c034b3fe SHA512 76ab32224c340e34c7a1c637fea76f59f60a96a26d2a7b0b70ddc08f24d88a8a05673c15cff45c5c2797929392a1ee703aa19253fc03a627a793fb7465e950a5 diff --git a/kde-plasma/kactivitymanagerd/kactivitymanagerd-5.16.1.ebuild b/kde-plasma/kactivitymanagerd/kactivitymanagerd-5.16.2.ebuild similarity index 100% rename from kde-plasma/kactivitymanagerd/kactivitymanagerd-5.16.1.ebuild rename to kde-plasma/kactivitymanagerd/kactivitymanagerd-5.16.2.ebuild diff --git a/kde-plasma/kde-cli-tools/Manifest b/kde-plasma/kde-cli-tools/Manifest index e78ad4249873..2465df65ce8d 100644 --- a/kde-plasma/kde-cli-tools/Manifest +++ b/kde-plasma/kde-cli-tools/Manifest @@ -1,2 +1,2 @@ DIST kde-cli-tools-5.15.5.tar.xz 585788 BLAKE2B 67693b592af030aac0b130b4233fe770eee2d4d4b82c7ee1997770403e7eb9138f997681a564e349a16ba9e119e95ceb7dba037f39f950f48a0a01a63f447770 SHA512 f7f9f8af72e6fe421a22bde996b5abd5ab194b7fb6b7252e63761658b143b98e8f49783b2a53f15b45c16a6dba6b064293237bd51ef7a61371293bdaea9359ff -DIST kde-cli-tools-5.16.1.tar.xz 587280 BLAKE2B 1d3972b71e09367453ccdf00e8680fd2c91c50d4045880eab5c1bae909940698dbec6ebd14561dc738eba13c15d7f5c9ca024a51cd8c8d5e817c8a56ddbea1a8 SHA512 7c96a75afc482e028d890ebddf1588c05e4d0ba57ca5ca4b424a2414fee2bb26bc2818c21b2cc1d91a0178046eb7fadbc3c48bf59ce167e9ed9887081a1baaf6 +DIST kde-cli-tools-5.16.2.tar.xz 587212 BLAKE2B 1c6918c5d999e2081fb87bc93998ebab2105cc75ada8fd7c469db503d05b4ded9a8dbe7f1ce519fd7cc5f41a472409b4f67511353724ebfc6730276232c91309 SHA512 330cb8c4e5e19cf9ff19daff6a37696fe7736daba089157a063114622034b4dd14b42d0869555a87620c956e7ab8b863b7e0efa70ffa4fee3496e8c76c7ad606 diff --git a/kde-plasma/kde-cli-tools/kde-cli-tools-5.16.1.ebuild b/kde-plasma/kde-cli-tools/kde-cli-tools-5.16.2.ebuild similarity index 100% rename from kde-plasma/kde-cli-tools/kde-cli-tools-5.16.1.ebuild rename to kde-plasma/kde-cli-tools/kde-cli-tools-5.16.2.ebuild diff --git a/kde-plasma/kde-gtk-config/Manifest b/kde-plasma/kde-gtk-config/Manifest index 8e1b117fd0ae..c675e675e9dc 100644 --- a/kde-plasma/kde-gtk-config/Manifest +++ b/kde-plasma/kde-gtk-config/Manifest @@ -1,2 +1,2 @@ DIST kde-gtk-config-5.15.5.tar.xz 156704 BLAKE2B 8c53c009c028ff15ab7ec1c8d8e5283c3b734ea92265962b3bb2459def86fbfe1f5b42af2b60eda1c92244e40b8ab5c0471e937ecdbd5564ab4551961400d78b SHA512 b783dd7451fe52a79e92e19c40f932456baa0522b81d982794f8677a26f0907bbf1f7817cf54c988d4aeb0e09f761e665e9f70dab270a7bacf54c391ff31f8df -DIST kde-gtk-config-5.16.1.tar.xz 154244 BLAKE2B f887b24ab34ef09549b810e091a24d0eb9365993ad450d35ea0964a48a2dee6e52bc008385eb2913271045c63fd37870f0da845c23426bf9a6b22e3b678383c1 SHA512 7e457b2a353656c9fcbbd11702ab28d69fe5d4004143a5b7e164511e6275cefe731a61f391da6f3edce2cf790c4ac2cd5616413da1fc1c8438447d98d5933e45 +DIST kde-gtk-config-5.16.2.tar.xz 154292 BLAKE2B cce0f392eb9ca3a79bcc195e382c2b7e3426aaa129667aef4ce6f33d03c7fb5a198adc792e06842d79ed595c9482d206c905604eb4802acc31945f173326cbc5 SHA512 5d0ba0a13ec7a3ef509141b5b34a63e63c65dd11159c8498b2b157c01e498f3538369070b9eb499a41cdf135ae10d2ca6caf16e28ab50ac981cb4dd77b09035a diff --git a/kde-plasma/kde-gtk-config/kde-gtk-config-5.16.1.ebuild b/kde-plasma/kde-gtk-config/kde-gtk-config-5.16.2.ebuild similarity index 100% rename from kde-plasma/kde-gtk-config/kde-gtk-config-5.16.1.ebuild rename to kde-plasma/kde-gtk-config/kde-gtk-config-5.16.2.ebuild diff --git a/kde-plasma/kdecoration/Manifest b/kde-plasma/kdecoration/Manifest index 8ee83309b738..cc24a69e7437 100644 --- a/kde-plasma/kdecoration/Manifest +++ b/kde-plasma/kdecoration/Manifest @@ -1,2 +1,2 @@ DIST kdecoration-5.15.5.tar.xz 42492 BLAKE2B c4b458e7b174b6ef395edca08e0c0d3787bb30596f76c538a8a537e31314f4f00f55751de92df80058e12ae0a3bc504af5c32aae7ee1b4664bb4495b71d4138a SHA512 8d004eacbf43726511eedfccd489eb91c2324aea948e9ecd111eb20b5bf89b4b88c3fefc237fe1d44029093e52bfa0cf58dcd641701364e51661b0ecff5f67e0 -DIST kdecoration-5.16.1.tar.xz 42808 BLAKE2B 6eea7611106da83ff3808eed7eeac30f3f772608d6348e61999cee7770bb7e7d9f17aba2ebc19c5dbd19deadff832119d2e9621a33327f3345aca0f438945411 SHA512 510c6c81186199c0abcf24514454d45f7a01048dacdf7f48b9e52533a0d7a76f983d4dd6c8593ae74c8f4b6819b35cadc11a0682844aab9233cc60821f74491a +DIST kdecoration-5.16.2.tar.xz 42800 BLAKE2B ca1fac9bef935e5a02c63a270519b1ebf39414153c60fa5dff67937ca62f17fb578c2ca149ae87e9e109d92e44ba1eaa1ab4e9dbb3a085f498ba9f06ea7bfd49 SHA512 e1c3d9dead0e277759d0e256b9297cb9eb1a58067ac76709e094edb606f78fcf3af1064214dd7561336b28bf49e0d14bd3d1f72e53d215780eaea90ff72db56e diff --git a/kde-plasma/kdecoration/kdecoration-5.16.1.ebuild b/kde-plasma/kdecoration/kdecoration-5.16.2.ebuild similarity index 100% rename from kde-plasma/kdecoration/kdecoration-5.16.1.ebuild rename to kde-plasma/kdecoration/kdecoration-5.16.2.ebuild diff --git a/kde-plasma/kdeplasma-addons/Manifest b/kde-plasma/kdeplasma-addons/Manifest index 9a07ee71f3ce..eebb14d858a5 100644 --- a/kde-plasma/kdeplasma-addons/Manifest +++ b/kde-plasma/kdeplasma-addons/Manifest @@ -1,2 +1,2 @@ DIST kdeplasma-addons-5.15.5.tar.xz 604584 BLAKE2B aab24f3f8fee18f4e54a7fdf4edbe35923bf96751f27a656d60b141987174f257ae19b77301dc9b77999ef0f8c439cc3cf71be75a2d4a0b9623e2d23e9ec66d7 SHA512 cc0dff694c71645072c6a56bedaa9067a4947906e5167cd55012868a1554beaa5278d2e4f41092be784c8cd9290c03b807f6622a24941dc0b0f733442355fc80 -DIST kdeplasma-addons-5.16.1.tar.xz 594404 BLAKE2B 0cd9c3467a560947db6ccaceba6ac106b003302db678ec457056ac614a16201958321b858fae4ad4b39e6307390f1e9f1c2c84326d8d8d1f06250eb77ea396d6 SHA512 c59ea5a663197464399197c77d8917f5a5c0004217dd287895409ea2b86140d7d8f7c78cc04ace5952abb27fd91038a6baeefb748db937871e38c2016f87ed2f +DIST kdeplasma-addons-5.16.2.tar.xz 594420 BLAKE2B d29d430350de21cf389a294b3e0f15e696c07d4dcc8354ce04427e8adc5a1a9eee67f07548fb33f8b711eae70e481960d2f1a15c95f924b2417afc3ac471ebda SHA512 7ee85d1fd9372da7168fbd99a291a5dc116049dd7113a40964756dcc8d3f3345eb9c85e46f128df10b3128365db727895cf70596b4359e5a2a3502bf20ad1bdd diff --git a/kde-plasma/kdeplasma-addons/kdeplasma-addons-5.16.1.ebuild b/kde-plasma/kdeplasma-addons/kdeplasma-addons-5.16.2.ebuild similarity index 100% rename from kde-plasma/kdeplasma-addons/kdeplasma-addons-5.16.1.ebuild rename to kde-plasma/kdeplasma-addons/kdeplasma-addons-5.16.2.ebuild diff --git a/kde-plasma/kgamma/Manifest b/kde-plasma/kgamma/Manifest index 35a6fa2a03f0..b0fb5e136f50 100644 --- a/kde-plasma/kgamma/Manifest +++ b/kde-plasma/kgamma/Manifest @@ -1,2 +1,2 @@ DIST kgamma5-5.15.5.tar.xz 79316 BLAKE2B 369445730b506756e0f18d0bf78106d1795ea2a426996c7e8f9cb8b335e26e427c5d0ce2f4abb3edf8948096058cb4f09e8a7ea82a22291c5bb2326dd01ac5f2 SHA512 fea6a5242aecf366b9c3e908b4d273efc8cae66ed0077d526d8e508425265cf4155503a999035ab5e73a646ed68131b783510634d553f653a964a5f8d8ac4fa0 -DIST kgamma5-5.16.1.tar.xz 79272 BLAKE2B dfdc21bf198209d2beddd676a833b3b9efb368dd375fce641572fa6a62203981b70a08dd4337a61627349ad6152734b941d2c8045cd41e2af1175422cc7b38ce SHA512 c18f6ef62a6976cfe131f2c2f8d5025b05e61b53c488c0f9a70518f3e9bdc21b7eaef4c291d77d57ce1ad4f15da165f3f2b012000ceed3d8ad5af8df16ef2db0 +DIST kgamma5-5.16.2.tar.xz 79348 BLAKE2B ab49ac8ab8eaf9907168ca705bf8c0bc400e51dacd28d45998d5c056ccbeed25628d454b241f13e00ba44af3295f15204d97be529b107378dde3abe7e3c1d135 SHA512 294efb111ef0debc91a45be92f4cae0c288a822424d6ff836adbc930c2660aec7547ec7677fe1481105e9e92013c502bb182f316f42e38d269fe6b684dc565a5 diff --git a/kde-plasma/kgamma/kgamma-5.16.1.ebuild b/kde-plasma/kgamma/kgamma-5.16.2.ebuild similarity index 100% rename from kde-plasma/kgamma/kgamma-5.16.1.ebuild rename to kde-plasma/kgamma/kgamma-5.16.2.ebuild diff --git a/kde-plasma/khotkeys/Manifest b/kde-plasma/khotkeys/Manifest index 1083ccfb2e2b..aecc4a23daa0 100644 --- a/kde-plasma/khotkeys/Manifest +++ b/kde-plasma/khotkeys/Manifest @@ -1,2 +1,2 @@ DIST khotkeys-5.15.5.tar.xz 1865968 BLAKE2B 109748767e2119b9b54d29eade0bda4d5c696e67b35c549b10d0de19b890dc07a24e4108c3877046ab7468a4f98b6fffa03a818da11c00febf1f168fba7cfec5 SHA512 ad6f99053d7be4c530233d5384f59cc77b3463e1864135cd45ca17ee3eb483f8d503c089963bb758905d0c9e80a3248331905af117e01bd10a24fb4a61be8f08 -DIST khotkeys-5.16.1.tar.xz 1865916 BLAKE2B 4196e07ae0c7e61d20c7292b901752fe6086a22940539c32a251485a8f451604f9898a6861e4d54ee0f0d9ce9ce63d5054d79902b7d67613629b79fa58a1d878 SHA512 9197cd6b64b6b3c584be97715c97a9bdf8c0874414b7958305bd7d289672bca7048ee8cead7d7daf392085c572dbd00f6f42dcf572420b7fa33f8e879abfb0c7 +DIST khotkeys-5.16.2.tar.xz 1865836 BLAKE2B 2f4f8318f7f33049fa3df3c4110185950d6d5cab3c8db1879081c47d778b0e182242a5b4e87a1b03b371931b8fd5b6ca89c79fe4f08a0fab2c5d454d476abada SHA512 b60ffd45539a9e3e6e4bf6cd3ed414c59598217f14d0d5ecb3137fbfea569dcce097accd2e7a1cfddd285513b62e70b05ce90ff00554c667a95f6dd1879afd8e diff --git a/kde-plasma/khotkeys/khotkeys-5.16.1.ebuild b/kde-plasma/khotkeys/khotkeys-5.16.2.ebuild similarity index 100% rename from kde-plasma/khotkeys/khotkeys-5.16.1.ebuild rename to kde-plasma/khotkeys/khotkeys-5.16.2.ebuild diff --git a/kde-plasma/kinfocenter/Manifest b/kde-plasma/kinfocenter/Manifest index 8f6da8f562f9..d7cf56507851 100644 --- a/kde-plasma/kinfocenter/Manifest +++ b/kde-plasma/kinfocenter/Manifest @@ -1,3 +1,3 @@ DIST glogo-small.png 24583 BLAKE2B 0af2ceae708e56f217120e5d8b880fb71401e3761ab26c4af5e74c0622368aa4e34b05160fae15fbfbbc832077810ab5c1e424826632748299fd22997cbe665c SHA512 648be463ec3812a2edcdab54d7a230bf2bd7e6895f4ffe72321d8fca28a5e1e0980f6e3b9a32f369c8369943ceb802a65a94b9dad820dcf2c81d4581d814cb48 DIST kinfocenter-5.15.5.tar.xz 1321684 BLAKE2B 51a3b49a5b724d187f58513c87f0618b1ee71d00e4ed51019017ae427602b7135d6bd9419714c431e3440f8a27152c4a72951d929b727f200c5cf1d72fc3ac84 SHA512 d75561edc65701097e4c9249f1cb7208e14ee1e99acbd6521606c99ac8e4ebe9ab42a804d8ef7bcde138d3189e3dbd9aaad088563ae6364418e6119639ac3974 -DIST kinfocenter-5.16.1.tar.xz 1322776 BLAKE2B fe75260eb57fe38231e6db4627d44dfff1bf34b4cb80ee886a5dbad02f6561ff061e55a0dd0598d142fa62716814d491f7d8f9b3d9bac877852e2c1d34b56465 SHA512 0515061a22950e3ffaa54364d163e9575dce10abdea3f4e46daa57ddf238eb6a58d967fa2f56e3a1ebebc118f3d58b80898c0abccd51078e8e94d347418d7815 +DIST kinfocenter-5.16.2.tar.xz 1323056 BLAKE2B 15ceaf7a02ee1f73b2e92c8bab4be895f56e8a180d2f3be99cca636e87c84d7d9e31ae6062c8b49629a2501c03a1ba6c03204f8d01b1533dd20da7ab305d9934 SHA512 3e9f1d0aeaee97788a32831beebb7b6bdf43e360c7d94c4c4e87f67349e379c26d27287df4f8148382a45b13471e414bb51f2bd9506c5eb93f6dd2cf79326c63 diff --git a/kde-plasma/kinfocenter/kinfocenter-5.16.1.ebuild b/kde-plasma/kinfocenter/kinfocenter-5.16.2.ebuild similarity index 100% rename from kde-plasma/kinfocenter/kinfocenter-5.16.1.ebuild rename to kde-plasma/kinfocenter/kinfocenter-5.16.2.ebuild diff --git a/kde-plasma/kmenuedit/Manifest b/kde-plasma/kmenuedit/Manifest index 94399d0fc042..ce36ac12eeca 100644 --- a/kde-plasma/kmenuedit/Manifest +++ b/kde-plasma/kmenuedit/Manifest @@ -1,2 +1,2 @@ DIST kmenuedit-5.15.5.tar.xz 810152 BLAKE2B 16471f36f678e628079901b66161fc81dc20ebef03d70d64716b618050068949ed790f2ab299a89c7a7f61534bb0fa325ac2277518a70f4a46de19bd9f5a03f0 SHA512 ef6883e554de54a3391653db8b9d307f39f2fb35401f3c1cca733641f0f2578d3dc0763c62ff4bb581b816b4699a693d9c5db6b52b2feaeece301f1777b9c818 -DIST kmenuedit-5.16.1.tar.xz 811496 BLAKE2B b18e88f2bdc64167fda8978cea229780663b9523e899d4959256399dae0c3d6af3b444cb14a9b2b901c117514f78f9a437d7043b8eec7c83ae62ab4a90d4e8a3 SHA512 5ef8ade7fcb494758d0de91cf493a3c1404a7c675ab3db4df164a5ee92c69582bfbb0e361c576021a3eb6d480abe362e0f0a3f6a91b1dd59d72fcab14266e9c5 +DIST kmenuedit-5.16.2.tar.xz 811428 BLAKE2B 8e112f0d2859572448499ecbba08708f606b061cacfe2b5afdc6249ea7d560951b2564ceeb9cc00db12a3da888fd74c52abc2c1b275e4cf05f746e73ec8274c9 SHA512 9490a4f7a83c71ad2ab686492e4a409e43f0df3bf308462b4514e2bf994c3e624199a1ebe39eb1c8940ab1c5b028f9cf74142598c329c491c5e8fc3a58d31d51 diff --git a/kde-plasma/kmenuedit/kmenuedit-5.16.1.ebuild b/kde-plasma/kmenuedit/kmenuedit-5.16.2.ebuild similarity index 100% rename from kde-plasma/kmenuedit/kmenuedit-5.16.1.ebuild rename to kde-plasma/kmenuedit/kmenuedit-5.16.2.ebuild diff --git a/kde-plasma/kscreen/Manifest b/kde-plasma/kscreen/Manifest index b56ed9067874..030f02986511 100644 --- a/kde-plasma/kscreen/Manifest +++ b/kde-plasma/kscreen/Manifest @@ -1,2 +1,2 @@ DIST kscreen-5.15.5.tar.xz 123736 BLAKE2B 038e67270053fcae648ed90a277c0b04455afa9dd788943b135ebad1d57bf7b0bc9d5c70629e530b900747454aec829e476245340f08c8d5aa855e677765318a SHA512 29776af422e5948f9563b94609472155e2c5ea762ba40d362cf76469f5f9347f56103b819ccbd2a4b9e8b88080c1d573adae6dd6648a36d817ba71eb93ade809 -DIST kscreen-5.16.1.tar.xz 122564 BLAKE2B 6263822d9c75d5a783ffb2bf97a3732dcf741e1b179bb4da2cc32c1900ae8dcca3a1dfc645d1a72d242cd2535b95cd6aca37f3feb3396388c6d71761c33bfb86 SHA512 f65a0fb8f34a125e1dec87f236766b033aaa972b5df052ab487029a31a61233db57e48d639911b44d5e2575626da1fe856cfd21cf3424014574fcc74995f3728 +DIST kscreen-5.16.2.tar.xz 122584 BLAKE2B 0a010e92ce25449559dd2044eee2ff470f448e8ef356673f779dc4ef4c28f8a0bf980b51dc6d1388376fb3fba95e4c2005d9de6b227dc1eabcfcfa26e14053b6 SHA512 4b4cf93d4b7d10de7a0f1b800d3cb888e764d8ce38e8cf2f51e6ae5739f52d3f975bd9063774a2ea3e6d10704d590797966ee2bfe6c70120ba286fc6a14b7e55 diff --git a/kde-plasma/kscreen/kscreen-5.16.1.ebuild b/kde-plasma/kscreen/kscreen-5.16.2.ebuild similarity index 100% rename from kde-plasma/kscreen/kscreen-5.16.1.ebuild rename to kde-plasma/kscreen/kscreen-5.16.2.ebuild diff --git a/kde-plasma/kscreenlocker/Manifest b/kde-plasma/kscreenlocker/Manifest index 0e8bfa79dc7e..532a32df2522 100644 --- a/kde-plasma/kscreenlocker/Manifest +++ b/kde-plasma/kscreenlocker/Manifest @@ -1,2 +1,2 @@ DIST kscreenlocker-5.15.5.tar.xz 122620 BLAKE2B bb9cc80585c74690227f2f72961ff2ee707778fd4eee541840df85d04da7b5a3e8f75c7378cc4de8e45c41e1b29b67725e9b23461a0e8ff4bb00aa046100f851 SHA512 95325d3ab07afea22a10e17a2bc0f4412d57b96385b6fc058d1b9785a07914e1ce89af7a8c773615f884263dc2136fd7c7eb112dcec9d516a267262c37d15d12 -DIST kscreenlocker-5.16.1.tar.xz 122576 BLAKE2B bdfe2a270462f147bd81484de21001ec73fb0023c1cc8862ef843cb188916fb132235fbdf5bb1894cba00120e6f15329290bb4d97d4c7d9aeb7641342708f133 SHA512 5aa7d4ef2cfcc5d95f7d83023df1275ebe2d52465182f8c5743af2067e98edb662d384081b24d8e2905157d8aebcda4a907bda95f1668306319f443a100f1d15 +DIST kscreenlocker-5.16.2.tar.xz 122620 BLAKE2B 8064c0e8b7c7348588871ba9f47c747953407b90750bd0afa710e8640abeb8d7560ae243e6243ae5e1678311e4259aa22a0a665b7aa40c4f8bfb7f225352e5c2 SHA512 c5b93cbeda5c223a09a59c9b9249bc3f18f06d5450f7f9a7ed49ea2344f7d573808014e63ec97b1ae88ba2b95af6c244da75b07897e7c8b7fd6f25a7a9bdc73a diff --git a/kde-plasma/kscreenlocker/kscreenlocker-5.16.1.ebuild b/kde-plasma/kscreenlocker/kscreenlocker-5.16.2.ebuild similarity index 100% rename from kde-plasma/kscreenlocker/kscreenlocker-5.16.1.ebuild rename to kde-plasma/kscreenlocker/kscreenlocker-5.16.2.ebuild diff --git a/kde-plasma/ksshaskpass/Manifest b/kde-plasma/ksshaskpass/Manifest index 8ffd61daff91..7816a885044e 100644 --- a/kde-plasma/ksshaskpass/Manifest +++ b/kde-plasma/ksshaskpass/Manifest @@ -1,2 +1,2 @@ DIST ksshaskpass-5.15.5.tar.xz 21304 BLAKE2B 8664f783d08d789aab81e40cc6d0a7248f0fe25bab20803579ce0c3869a412d2fc8fecf709b4bfe7d900dc7b9af59042d4e648d5b5730a8fb7108f4ac39ba362 SHA512 296581dafc7068a0e536fb3f10dbd56bd288bec5b93f96e5f7d7b03be6cf9f279dbdeccc8c53da21316fa18d758e92513d8f5441d9e80dfee452c26ef1dddcbc -DIST ksshaskpass-5.16.1.tar.xz 21368 BLAKE2B ccb238b867851ca821414f6f0230118bc1f8589bf06ab8e65a74312fb8c1f9e93fefc9eb511b6d65bfe4efb628aa2562297023e13ae983b406000933135da421 SHA512 1046c5e598b9c170767441d4ecff1f4def0e2f87fac97ab96dfe0ecb93dea903afb573172952c7d1362c9bad7ca8441a13c6a2922558a92bb6c9b13e316ea426 +DIST ksshaskpass-5.16.2.tar.xz 21360 BLAKE2B 0b35b339fae72e8ad0c375b1db3bf9a3159999e02b35481aa45479b55de1835e851ae593feb638fb05adfb271f5cb07e9ea03f2fe70088350677bfcc26237fb8 SHA512 c4a2ab73bd65157226016b7b2ab1ca95d66d4ae05b775075ab676ec7cddd73ec9bc56b17d2d76b052186f0e9aad4a388aece470f97ff0b809fb03decadf07d1f diff --git a/kde-plasma/ksshaskpass/ksshaskpass-5.16.1.ebuild b/kde-plasma/ksshaskpass/ksshaskpass-5.16.2.ebuild similarity index 100% rename from kde-plasma/ksshaskpass/ksshaskpass-5.16.1.ebuild rename to kde-plasma/ksshaskpass/ksshaskpass-5.16.2.ebuild diff --git a/kde-plasma/ksysguard/Manifest b/kde-plasma/ksysguard/Manifest index 8077609223b2..bea95892e2a8 100644 --- a/kde-plasma/ksysguard/Manifest +++ b/kde-plasma/ksysguard/Manifest @@ -1,2 +1,2 @@ DIST ksysguard-5.15.5.tar.xz 500116 BLAKE2B 1a22e419af79685e241265d392eed7502998df88168adc4292c8500a152a8d1142d56c4a34dee409b29745d8a07f889c241b3ab9ab8f09f3eec68d1ec5826c79 SHA512 ae74adac0a4b20d9ddcf9b172542a3c96de46adb66b2f6c1d4e5f97562572e365f777d1daffd82e677ca1be37e868425112f69bd6e85e51118dc557f66ab5b8e -DIST ksysguard-5.16.1.tar.xz 500428 BLAKE2B 394ebc2791fdaf9bdb766be939fd992100594886c47dd5ab5274032ab19ebb980096f1f0cf389816e61ed4f07fb2557cf60af31cc27e3c752ee46e938b07fb5a SHA512 eced94d925ae2ceea44e751cf74d4cd7d26fde553dc04e000a214a8c63c0e09be39261304ef0d5ba1bf2ef4fcc78ed4ab08ef386294063e425bc6873f697a4d6 +DIST ksysguard-5.16.2.tar.xz 500496 BLAKE2B 95aa0af969428e1c3325a501d978c3cdda429486af6e31905b824fbccdfd7395762770785c236c2c516234b7ab41b3719099623606faeea45f4edd4670dcf867 SHA512 3addf9fd9c7b30ec1c54edc9afdeef055a530cedef870defe1ac9360d4ba2003c430c06b5fd1ad8a40fd13744c1935c31800e6e3653e10aad369d11e03886728 diff --git a/kde-plasma/ksysguard/ksysguard-5.16.1.ebuild b/kde-plasma/ksysguard/ksysguard-5.16.2.ebuild similarity index 100% rename from kde-plasma/ksysguard/ksysguard-5.16.1.ebuild rename to kde-plasma/ksysguard/ksysguard-5.16.2.ebuild diff --git a/kde-plasma/kwallet-pam/Manifest b/kde-plasma/kwallet-pam/Manifest index 3d535e6aff8c..b8b85bf62e73 100644 --- a/kde-plasma/kwallet-pam/Manifest +++ b/kde-plasma/kwallet-pam/Manifest @@ -1,2 +1,2 @@ DIST kwallet-pam-5.15.5.tar.xz 19332 BLAKE2B b5d552500584888d6fd2662e7332623f51ec4a90885c983f492fbff8768b144a5d0bfff8e7466f68b833bbea436b9424b55f221402e1c9ddc8626be63910b521 SHA512 4a1a0b6f4d607a71b2dee3317acd0af1c76991a628be50d67c8231d756255577fe90e0f938050c8f6d6f295d5299deb8a88afbd7eac28050d3b905267bfd7636 -DIST kwallet-pam-5.16.1.tar.xz 19636 BLAKE2B 3feebe452cc6e00cf02d6587ccc5f9a91274122bf486430c230db6ab219905e916f632bd75c6cb2decb505ad3d5b4332583834a1b8fc5186c792818de4e5bd37 SHA512 7faf70097673e221630d2ae0e0b998223349dbe0ba81e7a038e1c604af0fffe398b2b18d55112c040e0fa974d92699dcf163576b529e368af3db06e68783af6f +DIST kwallet-pam-5.16.2.tar.xz 19644 BLAKE2B 75b3242dd876d90ed356d99cdaa60cc771d6240f6d2407636a73243ed77209d5a936380dfc8e612d18f65c1ecf0d0d13ac4aeda9b08936c238f977f8a7b8d1f6 SHA512 60273319ccccd199e9ff3e3a8509a9d46b70cd24ca36c633dfeb65ebaeb04fd6ac458a6a9ec029acacb11cb3d476bd6f7e898cb999c6a12d3ec3c386a79f3eb0 diff --git a/kde-plasma/kwallet-pam/kwallet-pam-5.16.1.ebuild b/kde-plasma/kwallet-pam/kwallet-pam-5.16.2.ebuild similarity index 100% rename from kde-plasma/kwallet-pam/kwallet-pam-5.16.1.ebuild rename to kde-plasma/kwallet-pam/kwallet-pam-5.16.2.ebuild diff --git a/kde-plasma/kwayland-integration/Manifest b/kde-plasma/kwayland-integration/Manifest index 57f1a6a0ded2..61b4fee0e13c 100644 --- a/kde-plasma/kwayland-integration/Manifest +++ b/kde-plasma/kwayland-integration/Manifest @@ -1,2 +1,2 @@ DIST kwayland-integration-5.15.5.tar.xz 18820 BLAKE2B b71beaff2c0722e1d824f833d130e2577c48716302210bf34f74fc3b5c9defd5b7501998a7f3e3bf922ca488ec16c36a18a7d881b53aff46e8e6bc60f34a0d45 SHA512 87051e785cedaf373c36cd17519e7e86d3110e6cd6c08fbff27b8fe4a890c1a935dbd6d096291dad2788be849c1c4e17bdb8014fdeb3383678a6b36cd30bab1c -DIST kwayland-integration-5.16.1.tar.xz 19508 BLAKE2B 84725172ff1dd59ca58ebb64439216c136644eef74a79a7a155d2d5cbb3d1dd1b9a2119d6886e3800bc246e3956643a4de06f34e9d9baa84bb0517854a808751 SHA512 cde816e04944cd262ab6b154672b54c0d736b366b47666930d3c83c9a6ef47067dbf0407cbc84a3a51cc9a2fe31f338bfe1f2d231e94ecbacd2f2403b9a5dea9 +DIST kwayland-integration-5.16.2.tar.xz 19508 BLAKE2B 0e00f8941d5f9696323e4a13bd8d9b65af2cfb26bd619e629f25e6acd7f0a4d3bc5a1958a98ce0cbfc4fba13e07feb16e980282747e6e2cd57b08d977def232a SHA512 706343c9c1c3067cf753cda73100b4f7b2d843cc1066ec2787219837767d8e80f7555464e542afd648e214d5d614ec8b495d187ad1e9134b04201eb62e627773 diff --git a/kde-plasma/kwayland-integration/kwayland-integration-5.16.1.ebuild b/kde-plasma/kwayland-integration/kwayland-integration-5.16.2.ebuild similarity index 100% rename from kde-plasma/kwayland-integration/kwayland-integration-5.16.1.ebuild rename to kde-plasma/kwayland-integration/kwayland-integration-5.16.2.ebuild diff --git a/kde-plasma/kwin/Manifest b/kde-plasma/kwin/Manifest index 7d7500b9612a..56e9f67418df 100644 --- a/kde-plasma/kwin/Manifest +++ b/kde-plasma/kwin/Manifest @@ -1,2 +1,2 @@ DIST kwin-5.15.5.tar.xz 6237440 BLAKE2B 6e1b2bccb9450a15cccdf258c9b75e5651539cb05619dec72f4c02ba555ca3a98f57d8565d1ba59a0e85436bffc7e1960f36dff7b7945789f577c28892a5871c SHA512 2ea3af33cf79e7acde996c87507d277f114f2491ff3090cb0335ce6d026ae06c6ad83aa3fd5b86bbb01791cca747291ce801fc2d93d20e6d7b88f709893a3f53 -DIST kwin-5.16.1.tar.xz 6262808 BLAKE2B 15798324668bfe0393305db6eea669cfe6a257499b16db72b5c809fa0838532a132c67d86d2a3da0f54a7311e8a14b6f69afd79d008848be63cfb13957f0dd1a SHA512 0f739ac0b60d6869b7a24b948c72a6371b11a6d40c8f3013228ef300f3963e374e69409f8e2699aa0cb3c07b1d2204f8d9dc2a56e09ca459b6024befd7c77aef +DIST kwin-5.16.2.tar.xz 6263100 BLAKE2B 17ab939117a850f1df333effc8dfc36cc23ea227fbb7a49266d1260e4074bb1d6faa111f399a7709987bbb55e1f3eb0789f7ce8e0a998199da0b8ba8a32aa645 SHA512 58821cc78a2dd5172fb5f57998dfff60eae5320ecd6ef23be079092ce19b9022b7aff7c26e0b41dedb6d4a33f31e20c7bb68f6b51ba404c6924166196e7d786d diff --git a/kde-plasma/kwin/kwin-5.16.1.ebuild b/kde-plasma/kwin/kwin-5.16.2.ebuild similarity index 100% rename from kde-plasma/kwin/kwin-5.16.1.ebuild rename to kde-plasma/kwin/kwin-5.16.2.ebuild diff --git a/kde-plasma/kwrited/Manifest b/kde-plasma/kwrited/Manifest index a865bd0adff4..4c2a34264369 100644 --- a/kde-plasma/kwrited/Manifest +++ b/kde-plasma/kwrited/Manifest @@ -1,2 +1,2 @@ DIST kwrited-5.15.5.tar.xz 20024 BLAKE2B 58648cd5867f0a07636e2ed9e299cea98237ccb4845aa1cd9897cb910ede6baff6def2e2f4ad42b4c90de0b5117c0c269efbc69a44636690a80b36235916236c SHA512 0c59ac76a64a20e49e14681bdf7a67194749a84ebb2224bcf183943d29f4e3669198d2a82a156a9d86b4865e1110e542dd5243045844ebc0e0bfa98bd6134089 -DIST kwrited-5.16.1.tar.xz 20012 BLAKE2B 73aba97aa5641574b4c4c5719569c7ca3ec55248eafcb86ef217cd36fd294e4e208a912919c392129b116d1018936584c516b803ff6ea6f844d27dd13cd62b30 SHA512 bd46db836ffa51469374fd1f60227d1279d1b626b00b4fce3fb2e27cf8a7d770f2c12b66f28d3bf8384122d956e1b9015c68d482a0c076cf65e64c06b9884992 +DIST kwrited-5.16.2.tar.xz 20016 BLAKE2B 6577bfb10908afba07e64fc176e24e52b1e24682a32f0c996bf62b9d36447dca88077557ec3ee6a14721ec13f2adae0f98548e552d7cb3fe19d3540025086fae SHA512 d9d917c52f3e79809c50ac16b3d7cd661ca8c1afe52d09b1b50b8e7fe3588f4cede153b45c635133e6515f21a0c453ab2fee52e33e2ca003eda78d1feb45d132 diff --git a/kde-plasma/kwrited/kwrited-5.16.1.ebuild b/kde-plasma/kwrited/kwrited-5.16.2.ebuild similarity index 100% rename from kde-plasma/kwrited/kwrited-5.16.1.ebuild rename to kde-plasma/kwrited/kwrited-5.16.2.ebuild diff --git a/kde-plasma/libkscreen/Manifest b/kde-plasma/libkscreen/Manifest index e04f926157f7..b9d2ecc70497 100644 --- a/kde-plasma/libkscreen/Manifest +++ b/kde-plasma/libkscreen/Manifest @@ -1,2 +1,2 @@ DIST libkscreen-5.15.5.tar.xz 81000 BLAKE2B 53193ee41d81576c8f87053dfb388ff1e13c1fc7800956228e9f3d5e776789d4649e41f39829152bd51ba0de9a1ca6fe87b63e0870327947dea939da05488c81 SHA512 038ea60f534edfd1ceaf523a2d00ecb53f62b6f64ce9900b1313f9ab25b7099146167cbce50b31c799644fb0d5c9522a9bcbaad81e9022feb7532c911b2ec030 -DIST libkscreen-5.16.1.tar.xz 80980 BLAKE2B 9cdcfa486c12a0fa6209187b8d884d4b50a4456c65c0f4897396a6775e465d2c14b40ef1c93070dcb8072c9bcba571612c22d656cd654338a0216a4d3330c1bf SHA512 6e9077a1bae1d202bf8c6110e03654d4c5a0e37af7dac4139df5efe9090a85c0b2f39a2c2636d699ff16a35985b674615bd0991343aff28e27d80d3c89a6616f +DIST libkscreen-5.16.2.tar.xz 80964 BLAKE2B b762620c63808fc105fc449aedf5cbc9300b14680477608f0a23481c66601c41a9b397383b91bd0aee7b479f08edb4bfeecbf8b7c588737c655094f34d479438 SHA512 6157bd38a2ceb6d0b009115c9fe7f0979c8b8ff2fb34ec1857c98fa3a602d602fc89cf082da7a9dc7bf4025a5acfcebecd036f238d737d49c87fe9b5d215de56 diff --git a/kde-plasma/libkscreen/libkscreen-5.16.1.ebuild b/kde-plasma/libkscreen/libkscreen-5.16.2.ebuild similarity index 100% rename from kde-plasma/libkscreen/libkscreen-5.16.1.ebuild rename to kde-plasma/libkscreen/libkscreen-5.16.2.ebuild diff --git a/kde-plasma/libksysguard/Manifest b/kde-plasma/libksysguard/Manifest index 31155e8071b1..07932c5d363b 100644 --- a/kde-plasma/libksysguard/Manifest +++ b/kde-plasma/libksysguard/Manifest @@ -1,2 +1,2 @@ DIST libksysguard-5.15.5.tar.xz 575900 BLAKE2B 0ebe2ae85bce2b11f8be215112504fea728e9f60e272813b9f6d2c54e51b3d60a77885ea8c95eccadaade8f929353342249bd0e7148558c0c1965ebbf7e0aac1 SHA512 a87f58c6a9237261e05b4fb1c315383fb3eacb294279c3ab3b553c0dca5e7e416a31bd685d47da4a8cc777bbcc09d9bac076b26340cf6262c7aaee903baf127f -DIST libksysguard-5.16.1.tar.xz 579992 BLAKE2B 4965ff2fd4245db275b000302ffbe4fdff6e3c039aca3845930c7b3d1c0970fdea203d62971e77be773e09b5a0fbf438f2a902c34dbf08ecd50ddcfeffb237de SHA512 72e03801a3d14e83511369777f3ec9bb9bb1c0ef4e1a9d9a7e9ada3eed1d3a7686bd1106a9903aa54b627953d7a02791b7e0552f460dc14f377bf113e665e399 +DIST libksysguard-5.16.2.tar.xz 579912 BLAKE2B 8e12e6dbcce98fc69872cde9834728df3a29f833432f58b957737597e5b782ffe2bd99b862db3e004ededbb481023376e96f028043676e632da40fd8031d387e SHA512 a321f6791c7a9132b1b8b26fe56c842555f4e63d9072b3ecc7c4746426981f1289155fbbc518405b161557253fcaa18a5fd84a41db26e418cc6cdbeb1a1fdc45 diff --git a/kde-plasma/libksysguard/libksysguard-5.16.1.ebuild b/kde-plasma/libksysguard/libksysguard-5.16.2.ebuild similarity index 100% rename from kde-plasma/libksysguard/libksysguard-5.16.1.ebuild rename to kde-plasma/libksysguard/libksysguard-5.16.2.ebuild diff --git a/kde-plasma/libkworkspace/Manifest b/kde-plasma/libkworkspace/Manifest index 3741f211fe55..c7f8eb53147b 100644 --- a/kde-plasma/libkworkspace/Manifest +++ b/kde-plasma/libkworkspace/Manifest @@ -1,2 +1,2 @@ DIST plasma-workspace-5.15.5.tar.xz 4713728 BLAKE2B 7ce14912bf0dc2556484b7b719b00e7296fb67d78faabb9e3c00fbfb56a41db04e27b5f94636142f07e88e24d51ff308025a50d719a940e1287943a35db93e79 SHA512 5d5429114a733d4328f7db6c8e3c7dfe5e04862f8083fcad40b21390efb309c58fd1b13cf63aa57f2842c38936b9fe1c60ad61fc601cf4f592b86285c2270bed -DIST plasma-workspace-5.16.1.tar.xz 4892428 BLAKE2B c228685516537b3abe79742094b82aff5b5b04043ab1f772eeeb4ac6ad6b2b4c3aec4227baa702ac8408ea764e1224931fbb59e0217ef2abd40118666c7ea6ce SHA512 7c33e539f5a2504e603767ed1792b099784aefe0aa1c818f771257e5983883df56dc1a304b079081f5d3d98cc863dae3799d7553ecbc48b79721d16fdbe2eef9 +DIST plasma-workspace-5.16.2.tar.xz 4895676 BLAKE2B b354afde0f51d4c894bcde5b829ca7c1a10475674836d511da74c2ee9486a14b49758c6a6d6334dd967eea8342c7f37f56301bcd7ce001f86be5eb9d2d680e3c SHA512 648d380bdf8de3b2443e5b24e58cd96e060a5f405785214d895beca26371d2396dd165ca4221527a23cee1294703a8af6d7e66ebf32859f3f5f9a09aa597321b diff --git a/kde-plasma/libkworkspace/libkworkspace-5.16.1.ebuild b/kde-plasma/libkworkspace/libkworkspace-5.16.2.ebuild similarity index 100% rename from kde-plasma/libkworkspace/libkworkspace-5.16.1.ebuild rename to kde-plasma/libkworkspace/libkworkspace-5.16.2.ebuild diff --git a/kde-plasma/milou/Manifest b/kde-plasma/milou/Manifest index d69735285a71..8e1869194315 100644 --- a/kde-plasma/milou/Manifest +++ b/kde-plasma/milou/Manifest @@ -1,2 +1,2 @@ DIST milou-5.15.5.tar.xz 57296 BLAKE2B 7dd8fa3da98836354072bd4eb67a92173d839ac0432da5bbedbbb3c68c3d1022cb572864e3c0b0335a36efd364676416d07b7258b0e5d17db6306884e8bacd82 SHA512 4b0a7a3edc1d50c64a226ae49e3660635838bd899939004d42a33492ba9f2255ef0c3575e2155f1ff7713c8396a95afcd8659bb61c48dee639962359a562565a -DIST milou-5.16.1.tar.xz 57372 BLAKE2B 9ecb74069b4ec37e66ac3d2e0c3b836c1a8cc8721c8ab698cde50acb0f7f1ee601ff2041b8e4b94f124ff9fbd7f9ac945f6016a280c9e18fe87dcad09116f57e SHA512 96f08f57c4d84645104c176f425cdb93d252c66c9c2e39a9fc2dfb8a15e98bf9d8128e7fb8fca9f97c8febf7eb9bde7210801dacadbf1d715df844f879209b2b +DIST milou-5.16.2.tar.xz 57476 BLAKE2B 2b0542007642342728e3acf461e4285bb9f0367d38e512e717bae70f43982ac4bc6e4909ad413d617fcc0968d3aa3ee0d2adf9c96b42334ea1ad1e284d5bc8da SHA512 13d1b0620b9ad1a307ce2114011cf76b29c7461b72267c0934abb461ca99e9aaa7d8c55ed86faa1915d8e1c8c7a6864036e177110322269851cb6e8707e16b98 diff --git a/kde-plasma/milou/milou-5.16.1.ebuild b/kde-plasma/milou/milou-5.16.2.ebuild similarity index 100% rename from kde-plasma/milou/milou-5.16.1.ebuild rename to kde-plasma/milou/milou-5.16.2.ebuild diff --git a/kde-plasma/oxygen/Manifest b/kde-plasma/oxygen/Manifest index d8dbb6f5aec0..053d66b578c0 100644 --- a/kde-plasma/oxygen/Manifest +++ b/kde-plasma/oxygen/Manifest @@ -1,2 +1,2 @@ DIST oxygen-5.15.5.tar.xz 4473020 BLAKE2B 1c7fbaac142e80ba14b7fa99645590299b3b0dbc973ff12aa23114d50a4cf61fffc274c066ad90925e7796e3475a00752926b417f18705fe5712a5bb120b0c67 SHA512 fed946bf50e7f58ee247bd63dab2a5c371bf6d2c75cc64924e3de8e9b00faa003e2949dc78cc1babb352a043389d7f285d96731cedf0200b660d99131db0ecd0 -DIST oxygen-5.16.1.tar.xz 4471840 BLAKE2B c9c6d5e185fcd884b9428b6e05a516e1aed57442ecf7b4100a693b8aee47e71689b453dd39e8adbeca700e5950bc889b8af8612260ff6a0a0d98319d3417c171 SHA512 9e06d1a7d53caa050fa0d32593524302db0bdef14d1f8c120ec02121e64039ede0dd4368b5450f7d07a9a12086189f2db7ec5e99b57490239758f353bca020ee +DIST oxygen-5.16.2.tar.xz 4473092 BLAKE2B 895af41410fa5509c07641b605e18dbf0884e8967fc97460505c9ee9712beba24b815aa7280a03d96301bfa2715e7d54e0e164cce9afbc28ea72c6d74a7a967e SHA512 ed563b9a57be14fdd2cb4f4c8f35e202f76db7026db40121e0371c91dd9f0320b69bf9b434073e126ea276382eee00c37e5f581a94a95f49c2c079c74808e311 diff --git a/kde-plasma/oxygen/oxygen-5.16.1.ebuild b/kde-plasma/oxygen/oxygen-5.16.2.ebuild similarity index 100% rename from kde-plasma/oxygen/oxygen-5.16.1.ebuild rename to kde-plasma/oxygen/oxygen-5.16.2.ebuild diff --git a/kde-plasma/plasma-browser-integration/Manifest b/kde-plasma/plasma-browser-integration/Manifest index d1232d64d34d..0912e48b3c7b 100644 --- a/kde-plasma/plasma-browser-integration/Manifest +++ b/kde-plasma/plasma-browser-integration/Manifest @@ -1,2 +1,2 @@ DIST plasma-browser-integration-5.15.5.tar.xz 118136 BLAKE2B fc5ead642b561ef383307fca9c06424ea17278fc951bb46f6555d31e7d9d7762a2e211054ba61a6ac83fcb817017745f9773402fdfb1a286fde5be301aadcb44 SHA512 c3f1ec7ebcb06ee6dc807e639cffb373cfe2d2eb549b18f7028e13991154107f474d923fcceea809399836bc3af6299993f91e7bfa85ce80e85c212640b1750c -DIST plasma-browser-integration-5.16.1.tar.xz 122676 BLAKE2B 2c785bf2a38ea7e71699ac2511310514afe5a0b94f9108fb4517f4373bd7d02113b65eae495421d0ac7bc4ed411ea13ccae4cdb8dd0397d81fbc1166d9d6e093 SHA512 5498b7a483d745db31ebfd5e4f3d2ed441d9c7aea268313482bdf4abf7097fc3939c2da34ff890878d6fcfb2eb60b3ab518c05a39f2c947616e3e05131e5ce2e +DIST plasma-browser-integration-5.16.2.tar.xz 122660 BLAKE2B 4955d1b698b2082e0db5b61df6c57c83a8a6379f27d3bb24d188bf6db415645c0ada9bf3c9b9272e33b1643bc901dae875e7a5e9a0d17dd375cb64f49627489b SHA512 1e3bbc15f9df4113bc66b02e6cd3e2d488d40db7e646ac6fb3e7b46b6cfb4ec4de32a8d88e4669f06e3d0b22965726ad2716aeb9f5f7ce8d73ebefd0e97c4384 diff --git a/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.16.1.ebuild b/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.16.2.ebuild similarity index 100% rename from kde-plasma/plasma-browser-integration/plasma-browser-integration-5.16.1.ebuild rename to kde-plasma/plasma-browser-integration/plasma-browser-integration-5.16.2.ebuild diff --git a/kde-plasma/plasma-desktop/Manifest b/kde-plasma/plasma-desktop/Manifest index 4f56dc372d80..fb7538b067ee 100644 --- a/kde-plasma/plasma-desktop/Manifest +++ b/kde-plasma/plasma-desktop/Manifest @@ -1,2 +1,2 @@ DIST plasma-desktop-5.15.5.tar.xz 9285792 BLAKE2B 27e44bf35b6c317e8e7d3074c089d1cf5106066e52d5be5fbec36096e1df86d5004fc84bc9693d8d396711f7a94ce5d709ee8c9a5b867ccdfaa5dd016ad14964 SHA512 ed7578d92a908bebc3bc42cd7900704253a7066f667deeed35d5efb291711a364a7026bf9d12510a8113f9d52d6e9297f500c5b04bd8f9522f071da0f240432c -DIST plasma-desktop-5.16.1.tar.xz 9490708 BLAKE2B d8cd9a179fdc277b25acdb6a33b4a94c960cada05ba5d14d56bd85feca56ac531843ddb2ab6db34fe7d9c47e008cdfd36babdca95654e4e21121ff97dcd895af SHA512 543e0c28c73a776e93089610603bd8a37e2b0295e9abf9476f62f841cc98c48edb94e34d92dabd596c88c75e7629b3d09b4ba1fe818a5a99fdd949c3b022f56d +DIST plasma-desktop-5.16.2.tar.xz 9491744 BLAKE2B 1052529706d1cdfab7bd8f4c32f4eaefcffdfe2a6e84e7e9ccaeb303e8282e3a462a467aa68641c8d5fdb8705fd4f86ae51ffd831f6c08ef85a4445e7e29e65c SHA512 6dfc604eaaecbb0425007476781babc52c065b1fe7102ac356f03ae9778b0ec79dcba73049317eedca1549ecc4117d6a08be4102ae412281e173079acac587e1 diff --git a/kde-plasma/plasma-desktop/plasma-desktop-5.16.1.ebuild b/kde-plasma/plasma-desktop/plasma-desktop-5.16.2.ebuild similarity index 100% rename from kde-plasma/plasma-desktop/plasma-desktop-5.16.1.ebuild rename to kde-plasma/plasma-desktop/plasma-desktop-5.16.2.ebuild diff --git a/kde-plasma/plasma-integration/Manifest b/kde-plasma/plasma-integration/Manifest index fc1422640adb..de24922a2f65 100644 --- a/kde-plasma/plasma-integration/Manifest +++ b/kde-plasma/plasma-integration/Manifest @@ -1,2 +1,2 @@ DIST plasma-integration-5.15.5.tar.xz 55380 BLAKE2B 8388641685477a1778d0ba455c4d2bbff36b0c64224c9a616e6174b1be4e7b7d1b800ac976f1ec90f84ca5945ec4ccac4db5c84d5a3862f6e485d55f8d134486 SHA512 544fce9aae17eb9bbf07267a6d05a8ca34bcb8d33fddb9021dd844e1f20f26df985ddc659b2996be01e49023650893c56748c7d5572810fab7e3e8b6d74b3837 -DIST plasma-integration-5.16.1.tar.xz 55728 BLAKE2B 63d0b7809be629e318c3ca09c2935eb183730b9ee215e1feeb7dc206491c78e90e566f1c00cbb230d30d04260e618861d4cdb9f38a5820a20eba0f38f72b80f0 SHA512 427697f72e56f2727cafc2e70a50c0d2b9497aaea6b2f5806707242499534f15fb0c1ffae6def513ad2671673099824e242043d222dba84a17287f21bebeb437 +DIST plasma-integration-5.16.2.tar.xz 55696 BLAKE2B 058727ca3a02b2da7c6c9c13929cdbb4a64212301fc53811ad76e11622d2a7196fb84e92f5543efb0f16ce82702acce29352079173182e7458b7182c4a6792d9 SHA512 0fcf0b6e0e5ede1a59c7bfa984d4237352eede23b5dae7d59c9fce624e7deda6b819f35c0ffc49d7dcf9fd32b908be20dfa808d8bd77ee84f31ed94f7442f0bb diff --git a/kde-plasma/plasma-integration/plasma-integration-5.16.1.ebuild b/kde-plasma/plasma-integration/plasma-integration-5.16.2.ebuild similarity index 100% rename from kde-plasma/plasma-integration/plasma-integration-5.16.1.ebuild rename to kde-plasma/plasma-integration/plasma-integration-5.16.2.ebuild diff --git a/kde-plasma/plasma-meta/plasma-meta-5.16.1.ebuild b/kde-plasma/plasma-meta/plasma-meta-5.16.2.ebuild similarity index 100% rename from kde-plasma/plasma-meta/plasma-meta-5.16.1.ebuild rename to kde-plasma/plasma-meta/plasma-meta-5.16.2.ebuild diff --git a/kde-plasma/plasma-nm/Manifest b/kde-plasma/plasma-nm/Manifest index 838a41abe5d0..e25f696a86b9 100644 --- a/kde-plasma/plasma-nm/Manifest +++ b/kde-plasma/plasma-nm/Manifest @@ -1,2 +1,2 @@ DIST plasma-nm-5.15.5.tar.xz 777140 BLAKE2B d75ad6c04587f5bc115268f2bef50e0f6dd2b8b86957ab1f43e284988039fb7d9530cb03d86f5c49bdf6747bbb6ad123c7bc527643fe7461ed91efc93c63e563 SHA512 f3f78f40b754de5afbd63c5713e684fe3d37ae25af5a9e6ba808647e0d7d4f23456ed4b94aa8138e1fab99e7f7d7e0dffb697e0e46c99bd312bad5e2a7b9833f -DIST plasma-nm-5.16.1.tar.xz 783080 BLAKE2B 2786f050893480b38e6008bccede00ce4b397aa4aa76721d62b2732a72ca4ee9a3009f2e1ad85bac8b6931385f657380e20d2c55f1e53f609240fcde75246949 SHA512 536eb45c4f6621a266f128717728f91b10cc0ab9ce583e574dd1eb082e65ffaf543aee11c273d40cbafa7cd215fabba52978dfc1c6507bd7dc8ce621685629de +DIST plasma-nm-5.16.2.tar.xz 784788 BLAKE2B 99bdb59638fd5024e3caa23347552af8cef4949b52d24e1b7a22216fc9244c35a6211ed5bd644ef8e8678b7270d4e23c7d94721faba9bb4d419370a7ee4a0fed SHA512 e8f6cfdeb2545c813c6d312f3a6d1f102905bdaf4728cd89da078f2c468fb53bf1788db113a85844b5d06571e8d776290dc8401330041220e45cc21987596fcc diff --git a/kde-plasma/plasma-nm/plasma-nm-5.16.1.ebuild b/kde-plasma/plasma-nm/plasma-nm-5.16.2.ebuild similarity index 100% rename from kde-plasma/plasma-nm/plasma-nm-5.16.1.ebuild rename to kde-plasma/plasma-nm/plasma-nm-5.16.2.ebuild diff --git a/kde-plasma/plasma-pa/Manifest b/kde-plasma/plasma-pa/Manifest index bde30d7b363e..803d93c9b743 100644 --- a/kde-plasma/plasma-pa/Manifest +++ b/kde-plasma/plasma-pa/Manifest @@ -1,2 +1,2 @@ DIST plasma-pa-5.15.5.tar.xz 95964 BLAKE2B 5177f5aa9944d1c61058791e977b8c2dcd92e8b8d0efffe0a80eba9123443e13683e26ffd94ade01fd6be585a5598953f2d4bfbd3775944d9e81148bbac793cc SHA512 e66c9ac36c7964738f7f2947120f6a243191c75faef2c9b4831410487b6274da782f8a51d29a1f6d3b7ae81a96eaa6115d0629fded0700777856a9307a15b5f6 -DIST plasma-pa-5.16.1.tar.xz 100584 BLAKE2B 404ecf0d8632bea54a529b77e1c79dedf83c7a1921a9720c046269dfd121939eb73fcff5b48b2357592d29c08376ba16395e93eb575687e50da224fcf2360c55 SHA512 2f8329be0be46364af057b9230a010dd7b46af2a15376179dbcbebd71b2134ffaef13fe4bb276020e2a45c75e6e04e8efd0eb185a9277b4e165c575c35712ef4 +DIST plasma-pa-5.16.2.tar.xz 100712 BLAKE2B cc2202a02ef1d2228cdeb9a7acc8bd10b65648fafe5a3027750f6df4d06032af71b96856b60e729354d87926fb9f7989705bbecc0710459b917dbdf125643424 SHA512 48ee899db002a946486d93bc81c0f046f6c6855a020d7557bb1625f116c61ef2d295e682401c77fa46bc2d7fdcd3d3337fe4c4df000b03718456bf20ef2ca4a1 diff --git a/kde-plasma/plasma-pa/plasma-pa-5.16.1.ebuild b/kde-plasma/plasma-pa/plasma-pa-5.16.2.ebuild similarity index 100% rename from kde-plasma/plasma-pa/plasma-pa-5.16.1.ebuild rename to kde-plasma/plasma-pa/plasma-pa-5.16.2.ebuild diff --git a/kde-plasma/plasma-sdk/Manifest b/kde-plasma/plasma-sdk/Manifest index 1968a7f1c9b8..e230dbeb2aad 100644 --- a/kde-plasma/plasma-sdk/Manifest +++ b/kde-plasma/plasma-sdk/Manifest @@ -1,2 +1,2 @@ DIST plasma-sdk-5.15.5.tar.xz 249732 BLAKE2B 305794c1c6098c2f5750dfd3b10506b5494e84256c6c1198b78668fa9d304d9af314e23ec026d4e5774f4c277a65911a109424839bd4b6c39f8a5fcfeb41eb3e SHA512 aff109eeb879b66b6e076ec333703f4e9202ea73f4c97fb05538755f1c0d96d41d2b01a2ff48c050632dbbd848cac4e528aa90be374fd4f2503140490a16753d -DIST plasma-sdk-5.16.1.tar.xz 250368 BLAKE2B adc4eae9c30f347b930d3643a738aefdadd4e4e92d2e5fc04df14a4c4614768cfc795cf15510e59b82451b1c4d63cc90a25408e61a2fda9847a1e9f3c0f738bb SHA512 8c759129d6b158b20bbe30c621f2960c66d6a8d319e32e7b9f4729d9d1684afd812b25b314e82470e200da2bb6a063d3b3cdedac567363a58aea99802cc1cf73 +DIST plasma-sdk-5.16.2.tar.xz 250460 BLAKE2B 1a90ce024a2662c13589b9a2c4534218bd84aee5dc7cddee832b63bd080ceef0034d04d925e4df4d6c831ecf0e993b328367199ec3a81b305503d3a31e9c40a3 SHA512 3450cd891bad048929a793893c7bfab9533f93ca37adc11ae66e88393bb32c02242e6aba71779f8fcc0f004cf02b20866de6864e7ccee4e16137e0fa59048945 diff --git a/kde-plasma/plasma-sdk/plasma-sdk-5.16.1.ebuild b/kde-plasma/plasma-sdk/plasma-sdk-5.16.2.ebuild similarity index 100% rename from kde-plasma/plasma-sdk/plasma-sdk-5.16.1.ebuild rename to kde-plasma/plasma-sdk/plasma-sdk-5.16.2.ebuild diff --git a/kde-plasma/plasma-vault/Manifest b/kde-plasma/plasma-vault/Manifest index 166297e53159..23c05f1928e2 100644 --- a/kde-plasma/plasma-vault/Manifest +++ b/kde-plasma/plasma-vault/Manifest @@ -1,2 +1,2 @@ DIST plasma-vault-5.15.5.tar.xz 123880 BLAKE2B d844b31bb0d40a61cc3df1a493730495a73adc2f7e9582279a4ca6d87aac15f45128340093c06b8e1c841abec7a0806acaa6a99525a1793202f3644359699ca2 SHA512 815f45163225ba692fb2b1745c7f99e1ae06509850e82f46807b17664728c2f3667844c42035000d04da6a360913a217edf6f6768bb50a910d316eb7770d929b -DIST plasma-vault-5.16.1.tar.xz 126904 BLAKE2B eddcb4f3149a7c1ba920f1a48edfebee66eb93ecbcaae45df2426588389c424c488849b825129b4a647c2ced9adc0dd4c1f2094d8c5e860b72aa72a281002c72 SHA512 53c2cdb90155f0fa23cfefa37c4762de258ab6c63f17c79f9570c4c475150eb70e86d1d736ca87d8ea21ced33101981f05a46e482ccaf97dcf02632da2079b63 +DIST plasma-vault-5.16.2.tar.xz 126916 BLAKE2B 66be04fce711cf12d0db3fd2b44bc3708d887c5c3742f8ddd4516c5d44424f249b51e1eadfbcddb00960ba90e18e9a365cdd17e8cb3613b635c2bada301f6701 SHA512 9f00e35f31b595ef30b3b99e92827537f85e803754f707491e23a7e7f6638887fbbe1bc55d3391f0766d0e66b03d62a583be9387d19d1a611d9a821ac3b4c5cd diff --git a/kde-plasma/plasma-vault/plasma-vault-5.16.1.ebuild b/kde-plasma/plasma-vault/plasma-vault-5.16.2.ebuild similarity index 100% rename from kde-plasma/plasma-vault/plasma-vault-5.16.1.ebuild rename to kde-plasma/plasma-vault/plasma-vault-5.16.2.ebuild diff --git a/kde-plasma/plasma-workspace-wallpapers/Manifest b/kde-plasma/plasma-workspace-wallpapers/Manifest index 6b59b04a09e2..f17a7e9a09d7 100644 --- a/kde-plasma/plasma-workspace-wallpapers/Manifest +++ b/kde-plasma/plasma-workspace-wallpapers/Manifest @@ -1,2 +1,2 @@ DIST plasma-workspace-wallpapers-5.15.5.tar.xz 24354892 BLAKE2B b3beb39f377d0fc8265ac2c2f18c07806b548b44cc0df6e3b69727d876235dd434019e2e4721168942454e08612f271e555bf76355f121edc1def03a1c4fa32c SHA512 088e22bea249be02c72c1fda974be1f9de3bfcfe009003de5bdddd256834679fe644ae4ff4e9090a99fd75d4c8b8681113e29f13b015bfdafe568a1871a43704 -DIST plasma-workspace-wallpapers-5.16.1.tar.xz 34173268 BLAKE2B 1e0222b1a2d9ed7ff3ac39014b3ad3160aa620f9800eecacf952720c819bf62bbc314fa89e08d13c97841abc1a07c2a44d47abc7d52cb71988033cb54c9e0130 SHA512 f37b6a411c1a8bec64088275e7ac8de0fa8d73856ea259f4506b44b73b7ba9c93a55525e02fc72cd4b4824a014f22392d23a6a0decf53f4acc2515671067651e +DIST plasma-workspace-wallpapers-5.16.2.tar.xz 34173364 BLAKE2B db942d681b1dc9ba125a15b900da9f02db6c5b0cd2c4b88fe46de8d3f818021445f4c03388e42dd2301303ee5e58b3ddc510ee1bfbc145f86fa318b501c67162 SHA512 717662e390149667aa378f9f5e630a7f6a653ffad597847cee623038687d653c2a613cb544cf14bf67605af462d2021db158d1bdc05f9207424a2c2e04f8f69e diff --git a/kde-plasma/plasma-workspace-wallpapers/plasma-workspace-wallpapers-5.16.1.ebuild b/kde-plasma/plasma-workspace-wallpapers/plasma-workspace-wallpapers-5.16.2.ebuild similarity index 100% rename from kde-plasma/plasma-workspace-wallpapers/plasma-workspace-wallpapers-5.16.1.ebuild rename to kde-plasma/plasma-workspace-wallpapers/plasma-workspace-wallpapers-5.16.2.ebuild diff --git a/kde-plasma/plasma-workspace/Manifest b/kde-plasma/plasma-workspace/Manifest index 3741f211fe55..c7f8eb53147b 100644 --- a/kde-plasma/plasma-workspace/Manifest +++ b/kde-plasma/plasma-workspace/Manifest @@ -1,2 +1,2 @@ DIST plasma-workspace-5.15.5.tar.xz 4713728 BLAKE2B 7ce14912bf0dc2556484b7b719b00e7296fb67d78faabb9e3c00fbfb56a41db04e27b5f94636142f07e88e24d51ff308025a50d719a940e1287943a35db93e79 SHA512 5d5429114a733d4328f7db6c8e3c7dfe5e04862f8083fcad40b21390efb309c58fd1b13cf63aa57f2842c38936b9fe1c60ad61fc601cf4f592b86285c2270bed -DIST plasma-workspace-5.16.1.tar.xz 4892428 BLAKE2B c228685516537b3abe79742094b82aff5b5b04043ab1f772eeeb4ac6ad6b2b4c3aec4227baa702ac8408ea764e1224931fbb59e0217ef2abd40118666c7ea6ce SHA512 7c33e539f5a2504e603767ed1792b099784aefe0aa1c818f771257e5983883df56dc1a304b079081f5d3d98cc863dae3799d7553ecbc48b79721d16fdbe2eef9 +DIST plasma-workspace-5.16.2.tar.xz 4895676 BLAKE2B b354afde0f51d4c894bcde5b829ca7c1a10475674836d511da74c2ee9486a14b49758c6a6d6334dd967eea8342c7f37f56301bcd7ce001f86be5eb9d2d680e3c SHA512 648d380bdf8de3b2443e5b24e58cd96e060a5f405785214d895beca26371d2396dd165ca4221527a23cee1294703a8af6d7e66ebf32859f3f5f9a09aa597321b diff --git a/kde-plasma/plasma-workspace/plasma-workspace-5.16.1.ebuild b/kde-plasma/plasma-workspace/plasma-workspace-5.16.2.ebuild similarity index 100% rename from kde-plasma/plasma-workspace/plasma-workspace-5.16.1.ebuild rename to kde-plasma/plasma-workspace/plasma-workspace-5.16.2.ebuild diff --git a/kde-plasma/plymouth-kcm/Manifest b/kde-plasma/plymouth-kcm/Manifest index 36ea21fdcdd4..e7991c1cdfb5 100644 --- a/kde-plasma/plymouth-kcm/Manifest +++ b/kde-plasma/plymouth-kcm/Manifest @@ -1,2 +1,2 @@ DIST plymouth-kcm-5.15.5.tar.xz 39588 BLAKE2B e7e418dda806645a4d1ae47f817208faebda82ff5670c20473ed19b9a939cfc9ce0be8b29e4bb04b412ade09c6e8fae2a19170d26414f6a22043e64aeee1145d SHA512 f38af7e5fa715531f2515c4452dcc5534c63b8cd6bd444232527a1ba3c1011289ef8b0cb772d40594a040ebd044652de1f8d9e3fd1146e2688fbbe8882a040ed -DIST plymouth-kcm-5.16.1.tar.xz 40016 BLAKE2B 856e6c52e84b147483dee5ccb1217bbcfbb739e6b52ad0c7bb41dda8af6e4cd9d41ec60503790a935170e77e6cd8a86496d4450b6dc9b72e3d151edf58924261 SHA512 cf9a9338f0f69ee4f79220f176ea288955118ceb472f554af7fea6deee0d2dc121d80116f6dedfa75eaa0d0c4628a8da61102ab564e64faafd44f8e81609940d +DIST plymouth-kcm-5.16.2.tar.xz 40068 BLAKE2B 97ffd4a1d38e4a0ffe10d9760cc0b40afde2cda42c881d8014213fc9fd6e480b15870933d2ec601bc8c081e4653fc26a4d2f216b701aedc74c330edbda65be8e SHA512 3f9b9716298f88ee6350996026554992b051a478c68def6184c4be829b85039d5d4f8821bf6226fd0327e83e84449fac9be8fd8e35c6e4706155855ea37d4d27 diff --git a/kde-plasma/plymouth-kcm/plymouth-kcm-5.16.1.ebuild b/kde-plasma/plymouth-kcm/plymouth-kcm-5.16.2.ebuild similarity index 100% rename from kde-plasma/plymouth-kcm/plymouth-kcm-5.16.1.ebuild rename to kde-plasma/plymouth-kcm/plymouth-kcm-5.16.2.ebuild diff --git a/kde-plasma/polkit-kde-agent/Manifest b/kde-plasma/polkit-kde-agent/Manifest index a408c4a24cfd..654f658a6fba 100644 --- a/kde-plasma/polkit-kde-agent/Manifest +++ b/kde-plasma/polkit-kde-agent/Manifest @@ -1,2 +1,2 @@ DIST polkit-kde-agent-1-5.15.5.tar.xz 42612 BLAKE2B 22ca9adad609eb5603aa7d50fbfcbf6cf17d96dc3f822acdd91d79b855396b32fa2261086269548a302cbd116cf3eb848a5bf1dc08640bbf678428044baee711 SHA512 030bbff94517a02f40bfdbaf0142834d95fc5299fcb126f3014268233e24598aecbad8b04ac1b6c4d3a0d4821a73b10ecba84f2e80af53782bf137e151455ed9 -DIST polkit-kde-agent-1-5.16.1.tar.xz 42984 BLAKE2B bc1858abc805b1f99523eea5d1c2039668097ab91e1e9ee46b5ce4419be6ac5a368ad508cda111bcd0b69054e8482fa0257412c816024fbaa533aadacf994e4a SHA512 221a76ee1a397b296dc4575bd21183a13f78ed9ce7290496d18e25135d612406f9608cc8e044f575d9d0a1fed8b6f69e70f68aee071433401bb9b651615ae02c +DIST polkit-kde-agent-1-5.16.2.tar.xz 43012 BLAKE2B 94225c4067c195debfd47c520689722b3b01a3839017606bde04d64681b3e604d6614fc31bfd9614bf4d737ea228925a36fdf004671957e3f97c3b28b9263bac SHA512 2914d6e81a8d3bc799bb246d5864542af13a004024f9811ab4f2a84be5962e350a1b7b0bfb007a4511d8cdd11d413af8101a2a3206009f71e7e37183c67b92ea diff --git a/kde-plasma/polkit-kde-agent/polkit-kde-agent-5.16.1.ebuild b/kde-plasma/polkit-kde-agent/polkit-kde-agent-5.16.2.ebuild similarity index 100% rename from kde-plasma/polkit-kde-agent/polkit-kde-agent-5.16.1.ebuild rename to kde-plasma/polkit-kde-agent/polkit-kde-agent-5.16.2.ebuild diff --git a/kde-plasma/powerdevil/Manifest b/kde-plasma/powerdevil/Manifest index de6f6a48ca09..f9a7be73f7fb 100644 --- a/kde-plasma/powerdevil/Manifest +++ b/kde-plasma/powerdevil/Manifest @@ -1,2 +1,2 @@ DIST powerdevil-5.15.5.tar.xz 599676 BLAKE2B baf8789982b640f8b09ddd66f2f5722df1da2c570267218e1216b8c4fec8160dc933da3cc2355d45ff475de4a5d0357f00ed84d1562f91a0534636bb092c863e SHA512 bc0a1af8eff7da7801b6644a2d28ff595b3052ebe0d59aa808c51dc1c3c3c787c7d7569cc59cca216757e57a67a4a957845792af78aeafb9a71d4ce37723b3b3 -DIST powerdevil-5.16.1.tar.xz 590044 BLAKE2B 54f76ab7cc127893dd1e281be51b9d684112ccee6e7b50e838199b80fce7c567932572737b59231b98b17999b0640b71c7fb2ce58b1811c74c593f24eb71af8e SHA512 4b7f7c728978289ac25fe9e54643b7bd486a67920d4d2aff0ee6767ecb3b989d6cafbc4a3b5c08cd2ba3e9b03d601d6b736fff0c73552fb8a2c4edc951ffabf9 +DIST powerdevil-5.16.2.tar.xz 590268 BLAKE2B 58999312fa629bdfd79c1ad5bfd7562bf3300f20a6c2df6a6f41918d72a0e58821c4dd4d84245f9d00a5964ed6d6914f5c30526e076e2faaaa3a1621707bd7ff SHA512 c93c886e186e4cd38fc4be0b457116483cde29f3fddd542472f2bee981ee91af7dd87eacbc0963fede50148cff3eee94fea6ecab1fe1c443aa0eb5b3249b66f0 diff --git a/kde-plasma/powerdevil/powerdevil-5.16.1.ebuild b/kde-plasma/powerdevil/powerdevil-5.16.2.ebuild similarity index 100% rename from kde-plasma/powerdevil/powerdevil-5.16.1.ebuild rename to kde-plasma/powerdevil/powerdevil-5.16.2.ebuild diff --git a/kde-plasma/sddm-kcm/Manifest b/kde-plasma/sddm-kcm/Manifest index 138e0230ef9c..6a53a85ffe8a 100644 --- a/kde-plasma/sddm-kcm/Manifest +++ b/kde-plasma/sddm-kcm/Manifest @@ -1,2 +1,2 @@ DIST sddm-kcm-5.15.5.tar.xz 61728 BLAKE2B 358de0f9a3e39f7bdc4f5ea46bb9f7f5fad6601a0eee91bcdb939313bfb24dd84e5df46fb8d9beaf97e3030f63cb0622ab5d3e1a1ec9452937a72661ccbc61dd SHA512 728dedc49670e2b80f48719f3b9f20407cfb580723e1b443eee789c0908d1b7ca70b6d083244df0c4d9db29a90707df50a148f775568abae417c4dfa53607535 -DIST sddm-kcm-5.16.1.tar.xz 62128 BLAKE2B a7bbbf5ce9f5621a975e93d5de0782768a077dc50914e58c62647b517b0490f51773ddb1ec158ead2bbf048c7ad9e892ff1a44b99bd04f969ba72f555b9c3a30 SHA512 462f9031a7fbce06cde8d7954f84fea22d177f79da263069a4f95efc125ae599baf044347d052efd2b95d351c50fea0aee7de5c8de4cf9721d714a3a7eaf1632 +DIST sddm-kcm-5.16.2.tar.xz 62176 BLAKE2B ea87fb2e5354465b2da4c70479bef8a79f4058c62ac85214c630b5d1e55aaa7d6722e4f4f10e370adb6e1a80c13a8d138dc5a7f0226a828859d2a26024621204 SHA512 d401873cb0411c0ca2834476b3ec10ef448175e57a09175a13bcb87cf654da7c171933244c385b19ee48874c67fcc037d91e8671eac430ca33d3f923afa3b10e diff --git a/kde-plasma/sddm-kcm/sddm-kcm-5.16.1.ebuild b/kde-plasma/sddm-kcm/sddm-kcm-5.16.2.ebuild similarity index 100% rename from kde-plasma/sddm-kcm/sddm-kcm-5.16.1.ebuild rename to kde-plasma/sddm-kcm/sddm-kcm-5.16.2.ebuild diff --git a/kde-plasma/systemsettings/Manifest b/kde-plasma/systemsettings/Manifest index 50e2532222df..6451d615c3ca 100644 --- a/kde-plasma/systemsettings/Manifest +++ b/kde-plasma/systemsettings/Manifest @@ -1,2 +1,2 @@ DIST systemsettings-5.15.5.tar.xz 182452 BLAKE2B 215706f06d842a4be26e5032087ab6eca7b19a93ba998eb46d90593796b351bde893234d7cb097326a58d78a30584312eaae9e0ce3addf44ecfee0553e6075d7 SHA512 9bf486096c8e22779354ce1cf1028f7e55c1dae98da2bd9fcfe496c761e819d26756490d75e531049e519c0ffc0eeb643577004e022c0b0a988730d833ce6ec7 -DIST systemsettings-5.16.1.tar.xz 178624 BLAKE2B 1e91f8d02d79623242bd64180967d75743206a4411b08d557d8d0351327f9841941ff4c593960b863118d9cdbbac4ed4ae29ec87e62b46fd5071065a0c11a49b SHA512 9ce6d49f94cbdf24b889111005d9d46e364805182f814c8094b71b0341899a45e45fba775218eda9708beba58cfd2155abcccbd04b514248c894e036af2a4777 +DIST systemsettings-5.16.2.tar.xz 178608 BLAKE2B 3dcfcdaa6ee779eca44d77289367e99d2a0535b488a07ab2c60e569812f8821a0dc7484a7932b3b5dc5ddb4c19d2bcf16a88b5ab4e44997be61d30021d12eae0 SHA512 89dce9344f8beaca33a72270c1a41e6362a8e2bf935a55beda42f9418ebc7ffa6dd337035cfcc9c047a97aff24beb4a1dcd4e55edc2f706d46d13d48ef90f498 diff --git a/kde-plasma/systemsettings/systemsettings-5.16.1.ebuild b/kde-plasma/systemsettings/systemsettings-5.16.2.ebuild similarity index 100% rename from kde-plasma/systemsettings/systemsettings-5.16.1.ebuild rename to kde-plasma/systemsettings/systemsettings-5.16.2.ebuild diff --git a/kde-plasma/user-manager/Manifest b/kde-plasma/user-manager/Manifest index 8da4d456a1ca..8bac7b5b6b14 100644 --- a/kde-plasma/user-manager/Manifest +++ b/kde-plasma/user-manager/Manifest @@ -1,2 +1,2 @@ DIST user-manager-5.15.5.tar.xz 546156 BLAKE2B 9b37eee3f88ce182aef023efedf288aed43edd7fa3212ba6549c2cc659e891f45cf20ebc8b573286c5b52cdee42d5367835c06c74d31fdb2d6eb7f20fe9a81f0 SHA512 7a8cc2e37fdfc0f99c317db4f4433559e662f0ae03faae9844d4c51b298fcc8906efd457c17898193687c088664008e41c1e158e64fd0af0c581bbb1f98a924d -DIST user-manager-5.16.1.tar.xz 547224 BLAKE2B 89baa7d973a895cec0d0f2f9387ed9c9b42f1679ac2d503a9c100bffd1bcb4588a847fb4c11f24ffc1697b9c427d4e17aa9d28b981ec4c8c1157bfa4d4aa8ce4 SHA512 bafb050abd9c6a95945e74401c655a5fd7843488933d4570ea1b52eaca4eb7b6aad7a2eb10299c3abb984c2e7c59e9a6d54316a56de84ca07693699251941ce1 +DIST user-manager-5.16.2.tar.xz 546816 BLAKE2B adc686773db8fd5d82cd6f633ff1d0c14ab2d3ce91bb6812241b415a1eade0388fb73c44d28941d789a61d76e8236e8acaa2ebcea43606d33ee9ab5de1e3ad52 SHA512 aa99db0a989666181f6e9881e710ecb924ce477103e217ee420339ddcad6de66970d444a52ca571b0bb2af99eb0b54a0f4864771120cc830f398d7fccaa380de diff --git a/kde-plasma/user-manager/user-manager-5.16.1.ebuild b/kde-plasma/user-manager/user-manager-5.16.2.ebuild similarity index 100% rename from kde-plasma/user-manager/user-manager-5.16.1.ebuild rename to kde-plasma/user-manager/user-manager-5.16.2.ebuild diff --git a/kde-plasma/xdg-desktop-portal-kde/Manifest b/kde-plasma/xdg-desktop-portal-kde/Manifest index ec16731d56be..609d03c0a23d 100644 --- a/kde-plasma/xdg-desktop-portal-kde/Manifest +++ b/kde-plasma/xdg-desktop-portal-kde/Manifest @@ -1,2 +1,2 @@ DIST xdg-desktop-portal-kde-5.15.5.tar.xz 60292 BLAKE2B 5e0f07ec5e57d978c444fc65e1aa70b04dea458d34d9c091da5699501995499fb877e90ae0272634fc7dd62fa192a99d7f800bf7627612e2eafb6763e3f732ca SHA512 f575c9a5273cef3ab34a7eb4be520cdec3344fd6729f79d4475f200a177fba40b265815136c4af18ce6e48c9736bb835af4d972c5563171ead2e4390e938fcbf -DIST xdg-desktop-portal-kde-5.16.1.tar.xz 61808 BLAKE2B 5d4865de6f8d460c71ee18792ea8120c6729ab8b25d81ee86822ace0c80dd0f1df8bb7c4bd4e8f485b8bc971af71606c47c27b275efd74911f935b794e3255b5 SHA512 dd7390232dc10100937993d77c7e509a33968f22da6646f678e33f7a898d0408cb4f78b2349edd697c3e4faffcbcc36d1df8588caa3f65bbe15e32abc5509af6 +DIST xdg-desktop-portal-kde-5.16.2.tar.xz 61824 BLAKE2B 96394430bf8139fd03bee65f2a72739d6e2cb0b700bad119afd260e1459b52e4e4c0b1dd971095e1e430a1132ed425a0d9086164f2f2d428b152bf96adb6a8d3 SHA512 f6533dea51f1b2ced81c5ba4f0d64295184cdfb755bd6aa996a0f1878743209d2b01eeafc1bcf250dff33a99b367a7470b95611be0f33f5bb681068beba57217 diff --git a/kde-plasma/xdg-desktop-portal-kde/xdg-desktop-portal-kde-5.16.1.ebuild b/kde-plasma/xdg-desktop-portal-kde/xdg-desktop-portal-kde-5.16.2.ebuild similarity index 100% rename from kde-plasma/xdg-desktop-portal-kde/xdg-desktop-portal-kde-5.16.1.ebuild rename to kde-plasma/xdg-desktop-portal-kde/xdg-desktop-portal-kde-5.16.2.ebuild diff --git a/kde-plasma/xembed-sni-proxy/Manifest b/kde-plasma/xembed-sni-proxy/Manifest index 3741f211fe55..c7f8eb53147b 100644 --- a/kde-plasma/xembed-sni-proxy/Manifest +++ b/kde-plasma/xembed-sni-proxy/Manifest @@ -1,2 +1,2 @@ DIST plasma-workspace-5.15.5.tar.xz 4713728 BLAKE2B 7ce14912bf0dc2556484b7b719b00e7296fb67d78faabb9e3c00fbfb56a41db04e27b5f94636142f07e88e24d51ff308025a50d719a940e1287943a35db93e79 SHA512 5d5429114a733d4328f7db6c8e3c7dfe5e04862f8083fcad40b21390efb309c58fd1b13cf63aa57f2842c38936b9fe1c60ad61fc601cf4f592b86285c2270bed -DIST plasma-workspace-5.16.1.tar.xz 4892428 BLAKE2B c228685516537b3abe79742094b82aff5b5b04043ab1f772eeeb4ac6ad6b2b4c3aec4227baa702ac8408ea764e1224931fbb59e0217ef2abd40118666c7ea6ce SHA512 7c33e539f5a2504e603767ed1792b099784aefe0aa1c818f771257e5983883df56dc1a304b079081f5d3d98cc863dae3799d7553ecbc48b79721d16fdbe2eef9 +DIST plasma-workspace-5.16.2.tar.xz 4895676 BLAKE2B b354afde0f51d4c894bcde5b829ca7c1a10475674836d511da74c2ee9486a14b49758c6a6d6334dd967eea8342c7f37f56301bcd7ce001f86be5eb9d2d680e3c SHA512 648d380bdf8de3b2443e5b24e58cd96e060a5f405785214d895beca26371d2396dd165ca4221527a23cee1294703a8af6d7e66ebf32859f3f5f9a09aa597321b diff --git a/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.16.1.ebuild b/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.16.2.ebuild similarity index 100% rename from kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.16.1.ebuild rename to kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.16.2.ebuild diff --git a/mail-client/Manifest.gz b/mail-client/Manifest.gz index 1bbca6a586fb..a13da624078f 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 2a5a0b39fcc0..1430966eb90d 100644 --- a/mail-client/thunderbird-bin/Manifest +++ b/mail-client/thunderbird-bin/Manifest @@ -56,60 +56,60 @@ DIST thunderbird-52.9.1-uk.xpi 652854 BLAKE2B bc5557a1df83f9b8ca0671fb7c76fe3a11 DIST thunderbird-52.9.1-vi.xpi 637163 BLAKE2B 95c18bab7d30dea4a8b2241290175c77a2b47e3b02346b734e728adadfa4656e4197ceb3328de4c5a12a076dcc7b4b412b0a32e3cdef41d888865e471b2601f2 SHA512 dec44726008af723e44146abb89754f9fd0684e3cce0f0db07c05d8a100a8a862e5f7ad028c0f7d3594965ec35251e7c357ac212fb78570463bd8c18174658c9 DIST thunderbird-52.9.1-zh-CN.xpi 593611 BLAKE2B 441b5332a08daca64282a8d4233c7d9dc2008c80c1ebeaf4d125d5c804755509b9b67dda3423cc9b9a9af3d29b386bb621b231e426bdd89879e2e620f2106dea SHA512 db0c8a338df861a43563c70fd73768a5db730ce39e7a8400de44ccada3edac1f7e3736edee5cff439df76ff17f2b4838701e95fa739f5aa04463539516a86f0b DIST thunderbird-52.9.1-zh-TW.xpi 595728 BLAKE2B 8e2f6bdb65418ae837cef54f042eb8aa8ae32e952cece4e3a5a8cd13a4ac99a56495b7cca900d7ecd10d82ab77ed334a8e27eba8d49aca066bd2bb7d7182deb4 SHA512 24f48563439450751066d49f609ac4df9d7e31d7cea36ce8f2ad8f38b04fc4d1be99d50463700c4ea2963948b0ec1c1b5323cada6a3b1480f1debe52d50c4f1e -DIST thunderbird-60.7.1-ar.xpi 627181 BLAKE2B 6258b86390fac648a6fa7eca46c4d12c0dcc4de5f35a6be138aff0b336cba59d9b96a930bdf953b0c4d803d6e0aa4e68d2e79e3ca1cf084a2af1446d29f0b29b SHA512 92803d3afbc90733612cc92ff3081a909a6eb761d76ba72f9663c43e0bbb0ccc3b59c5a11278dc9174d839db7182beeef2674617119f1ac9d01ad8e85b753dc5 -DIST thunderbird-60.7.1-ast.xpi 559642 BLAKE2B fa03f8cccfeeab7c9c7c9d57aaaa701b52b2eb1066db8f2ca0a77da6d5c29fb4b9b6439ad185696f6164209ca157939f68b8782a12f20f656f38857f10ff36b0 SHA512 efd41e5ded3b7613271f19ad77c0d6122667d499327aa0fe79c590657239647761497c562f13ba2ca4fc931317510846514b491ff86260331cb9e30ac488a03f -DIST thunderbird-60.7.1-be.xpi 659079 BLAKE2B db6888a97a8a2aaeffa50d336413f1cd4e5f65b55e05e0f37614ae9abc311be5547f8b9a5bdada2620ee85547e992fbff68889d81184fce22e692b379f610c44 SHA512 aeb87cd19cd8502ce71742142cc9ccdb2afc8241c164cec74ce64f2881b0fc1d50b6b2eabd91c15d8f31f779186ccb0c42a802a3a10c5b375a2d5d5dab109064 -DIST thunderbird-60.7.1-bg.xpi 669318 BLAKE2B e28bbdb9b01150f7c9ed06740964c4711faf93060764fb1639989f0cc7eeee5c60f963c457eef457dfa98e2575710f667d80f224dc2512d8b1a921a513e9946d SHA512 bb6db33a7fec0a9ad7381aad865e9877056d102a5839bf051cb91292d449c09793455277141530e7a5cae72b4d64293f6379f5dfd96e38b0d3121ab8aba35b76 -DIST thunderbird-60.7.1-br.xpi 580371 BLAKE2B 78a58df4c32e1fdcc0210a57b1dace485347e2ecaf80cafc863b788a352af19a89e1e3f20d5ac267d3578d32f519fa0b3cc792db11c92f31d61f2bde089e41b6 SHA512 61eab689c897fd5476438378ac9150470049c449feb6207c5710de697bdb54b185c7dc9f4bb0f899499bb6ae8526b6b79674d6a79f965c4cbbfb253672925447 -DIST thunderbird-60.7.1-ca.xpi 591971 BLAKE2B 1bf9fb869c01285f80127e2dc6793a7f41a42b04974024b525ba58097a134f41f3b263642abc4a52ee86bf5c6e4c4e64223edd0a4e601b307e7485a18463250a SHA512 d83aaf6ffc7f661893282e92470136909b2aab86cc1e575249d1591609cbf81f5b83f56270ae06a4c9bcefb808e8fb75e734f86519a593850e666cb70ad21a3c -DIST thunderbird-60.7.1-cs.xpi 611202 BLAKE2B 5dda4b474e4ab2cbb5e89cc9e3fe99457f4db1576fcd6ed233e1a977a7ba44c4c5aabc77844d70ea4f02967b02f92640dd9940baebb9b15a871b530749453c5b SHA512 8a1d376a54b537b1bcb15f6d51f6444dd81997f7c9223cf33fbafc5d27935947e223f1a5649fc1cc2a1a3b2365be1c51f8a58fdad1fc21ed933b971989d8f1f3 -DIST thunderbird-60.7.1-cy.xpi 586038 BLAKE2B 37b31f5aff47df0356c0a80822b1ea658a9e83f0aa5c0696624c68938e16697053826a89d7c6d6e888717b107d496e82af5f430748b3a9430532952ccac46907 SHA512 28a10b69a5bc213e712fa4611f0605a1df6141a292faf2c1d191e46112b07facdec6218847c26a8ed2a8f4707c4986031ba96c1817a460326431c3d09aa7bac9 -DIST thunderbird-60.7.1-da.xpi 570807 BLAKE2B dea35bb4c52b9cad44d72ea5f8cefa9adbf5a037d112c478a431a1335eff894e4d35881d382aabe8a1cb862107dc2451fac226b5e53d1d238a8a94ee1c4cccf4 SHA512 df12c017462e198a30773fc42e9ae00aeae150b3e6760cc496aa8acb52db4f3c0ece2a7db2731fc944130e52db34928c74ee118dd01a67f5bdd8336147816962 -DIST thunderbird-60.7.1-de.xpi 582574 BLAKE2B 1dfbf130b2de15190b473d6df590b5e95c529c2f267d73129b68b4a7a7da00c8a308159eb512908d349119938542dd0cd88611fff39586927afc8161f67bb8a5 SHA512 60f38eb1d21e7c1d57938803d8822282e79494aa8039c7b2d4a0e00abd49008d18575e4e1630e03671690112b028057391baff5fefb0a3da0511fa620d08a6d6 -DIST thunderbird-60.7.1-el.xpi 694860 BLAKE2B 275db6d2d9ef99de81699acd89a47ff0ce766fd05a9e5c9b68640d87edc159d4f3ba5645193472a3e2f1c639822213f81d2064821dcd54e8b44ee678f3aa68c6 SHA512 ee87c5dcfb60571c940c6359899a5a59f172a794f4a6e1961395096215a7b46f14f2a89e17acc40ce6bd2f0a8c824ddc49643edf823018179f0eeef4ae6550a3 -DIST thunderbird-60.7.1-en-GB.xpi 553896 BLAKE2B 8ea9310a9292ed219e01a2df8abaa09d59554c7458d3f3f4a8ccd576ede1668ea11a0662682336b6a898a164a7806e1a3e4588dc3103126b9591980a902e94e2 SHA512 bcdbca661911d918d908ac7855530444a2a9fd7f520dbadab881187bd910da3f8ae7db35af1f647c72b0fa2a6c3d9a338630688edb4b0d488f32d2aae35b11e5 -DIST thunderbird-60.7.1-es-AR.xpi 595048 BLAKE2B 55213b0ab75ceeb8eff73085c396bdd8c2b170f106fe74ff7bff9838667431ed1ed4a411d09092d651c87751d2363d444fe582daaf88e991af1faa7c03a9eab2 SHA512 2b8aa1dc08fe33e1c554f572cbead67efe7fae5428089b5257f25866d3814d647f552ed9a33014e0009a7a344d06ef9cf28ba2962b5469e96056127b3f413722 -DIST thunderbird-60.7.1-es-ES.xpi 492210 BLAKE2B 57cf99f4a5e693337b0b0a711ea4a1b50424da1fd9e49ecfa0ef42cbd12f055c002a0908ea752c305b500805c1b77ed1b62d68b47fd7bbe1cdd6b3b023c0cdea SHA512 fbbc92c859654329a6d06b177b721c8d77747242431da77af99be0370de41d9d8954042a01ab65be46d545c3c3fb89f21ae5fc2256cdd56015d3f2fcf4ccf0b6 -DIST thunderbird-60.7.1-et.xpi 570867 BLAKE2B b30277c36bd58e536cae59eb6e6d85becb19949e530ee07295a7a99281a83a510cd7c014aba6c3d39930dc5f7c8598e2c1673aeee6ebfad42bf7ae653453c18d SHA512 9c8abf32829bde2a10cc6c4c20f0d1678a75895e0194d517e7b631ee6dc20ba09a64a4d3c8ccb945171a7789dfa629a3689b1e496e595e213652c63833afefbb -DIST thunderbird-60.7.1-eu.xpi 581383 BLAKE2B 04989fc8e3b9949f8397effcaf0a1df0f73c6bf11bf1689e399fdc6096d5db4093e8a9cb13c211314637db8d30ec553580fb3131783fd2d68db04c4442e21ff8 SHA512 164f7d079801d1719df7ac0528ddab1d8c820a0d8083bcaa7bd8177504b6e79dc8741c0cae376f512ac0f55ec26b2eadb9542d69e4d641f12e6b7b588fa54134 -DIST thunderbird-60.7.1-fi.xpi 575755 BLAKE2B adcb873999e5907c139d206c1df5f89ce62c06edde394be8f044a6f4a3664cf73562984db19747992cfbfcac39c27a304b86626c41f361560244c9de9f612944 SHA512 b6cc97b781265e8d9d4135e8b5517de9661e9cfb09bb07dadb706730584098bbbbef81b4d7a3c03e5691248ef4069c6cbf8235afe3647b9c2fd4a7faa778a573 -DIST thunderbird-60.7.1-fr.xpi 608465 BLAKE2B a2d247c4369a6f181a4a0415a0d0c00d2d6aeef4541baef5e053a3c83d786a837982d138ffadea06131a65b49833f175916794f475561c986e31010380793464 SHA512 cbaeaf3af09c07dfc258b978bbe14dadb36443e2c375541329004f9900258877b198fb4183a51bf5e09d00caf600a2e5787a94e3b678fdf8c60b12e0bdf97232 -DIST thunderbird-60.7.1-fy-NL.xpi 593851 BLAKE2B 26541caff28974344e2f2e0c8891b4a918a32b77b0011e6a28b847bf9d556e20796895712826934c1bcbeada5361cc501c3ee1935e26a6ba199df87f35f27b7f SHA512 2584afa6f331f0a65963a1dca4b13428c21946a95886da382f7e7dfaec2f6d2a2761f78ffe3630b326952e3726535ac13593516586b6c9aa956f2a4ab5bd655b -DIST thunderbird-60.7.1-ga-IE.xpi 603507 BLAKE2B 6c474a19c58cc92015e6a919817ebf94dd3344dc82aaaf2cc085f53d458f151c176869e7573f0ceb8f11ce37e5bc15a8b089f7be7a13c91ccd2411353f7da1a6 SHA512 a4bd76bf72b9aa41699900e87e8b3cac88fc6e421b817ddea5ecb9d88dc3c4f644bedd5a3dd4aeb46ced4361350c51a0467c6d45242325d2c9cf1df7e7e72ae7 -DIST thunderbird-60.7.1-gd.xpi 599262 BLAKE2B a61b32e431bef81c8be80c7c9a0551c8a96274bf77e3cfa10cad1ef653af13a41d459e607b47505ddb3753bd5596c369a09550731e8c686895b979028cc47247 SHA512 ecf27919dcc96c3bee7153d28729765c3afd7b4a52403b13b5da2223a3825cc2df5281184d6b027a96e864d9b28b170bcdd50a4bfb9566f04ce4c0f55f92ee62 -DIST thunderbird-60.7.1-gl.xpi 580343 BLAKE2B 5f6100ffee2fd83d283656f22c0586f23b37c4f2aa2da39e86e08e9263715beaba3d8a41965f08688e6c7e2d5b40da4a50d73081528bfa18f1e79847c2799f35 SHA512 8f147e6c64d20f8e237bbfd2708fbdd80b243b1973ae7c43456a2e71305c7fc91649c7af90935bcc4d63bea72375dc46a2d1c212eea4f9854d2f673e05165a14 -DIST thunderbird-60.7.1-he.xpi 617143 BLAKE2B edabe35056b1580fcd50183ac80390337878faec1364e708a2953c4a551f8634e1eabea15ed51ac064c9612f397a5cbb77e4b8c81a43dfa3d4824b69564929fc SHA512 1dd5d3529889428e3da4105b5c66307d24e6c39797ef74ce9fa34a520d1dd76d032d42b4978a2135b903127f062452d3092d4c90ab7669566bceef37490303d4 -DIST thunderbird-60.7.1-hr.xpi 582238 BLAKE2B 4f56c4fe03564bb1afbc70a2a5a14abb70ce3547893c45096cbcca56885cb9f895d021c5114ffefac2b36733a30b9762c3292d77647f5b231f5168fe64a696c4 SHA512 dc620cdceb28bff5e290bc42fa52e45e92fbc63e21e3ec64b14bcaaf66a983418a069ef1979f1b881d356a93b3b36eb42ebe66150676e7d0e63941f7b3f4dcc7 -DIST thunderbird-60.7.1-hsb.xpi 615131 BLAKE2B 4ac3e66423a96b504e2d5dd21ab856994c178935825260eb6c45da7769d3d14c23525fba16d309adbf3c8e50def7d0e5dc7dec36f8acee4dd23d4e1ae56a3a9b SHA512 bab3e3bc04568f7c010ec7e7fe34f2b22bd77d1984d3555b490e5784f71e7e7812752949bbe0dad770c9a529331f521ec734022c30e7b0b4e2cdf974fde56a7e -DIST thunderbird-60.7.1-hu.xpi 615346 BLAKE2B 2a211e743aa491b8144ab4dd99fbf019d566a7ef8e1017e21da9e8a02599caf20b481e1e23022ac90ee67d63aa0ffc192e2373d1f010f6501f088077432be494 SHA512 b6d8712d27481e7bc0bf2b7239897c481a71639e82f352dba4e18285c37be45ccc9d12bb9eecbb2c2450adb3c22f4a4915ef67d0bc910406fcca3d4b59bc1f89 -DIST thunderbird-60.7.1-hy-AM.xpi 653530 BLAKE2B 18068db7340205edffdd2aadf0b2cd2d1550ac6952df8723a667460c2c753727a28d39e00a249970f11c145add199f372eed58ae8478d910d91ec4f0417e89a1 SHA512 b7e437d1fc596296a21ddbb9ca99a013cccc30a9b10eefb65de8f0261150557a4fec92313c553a807cbfeeace969bc73ee02f610609ddc7c640a30235f5769a3 -DIST thunderbird-60.7.1-id.xpi 568861 BLAKE2B 90bcedfb8d3c79d8720ce840d860ac5e87850e547e1d84d54db70819842bdd91205cb83e8b0fd47a2cffa6d361b8f3fd93a4faa63435aec64dab8abf5c998051 SHA512 12b81f41a124ae5445293ef9d48c3304c121783a5dfd0966b98e99fdaf22ddc85995d48a4e429a884c54db97b2662b1dadb9f92051532a1492e756ca13c7a1ea -DIST thunderbird-60.7.1-is.xpi 579048 BLAKE2B 5e3fdbac4def0f209dbc1997ecb8a145d07f40ebd0719f688c7689edb8dba7ee8b0218d203608b3e2b6a991a300375a200ef6a25a1814cb3edabb8ae5910794a SHA512 98a546e62dd7506898a5fbf087f06d5f82be5282ac0368d7dd7e0d198e6c8fbefb9a3f2b8399b96c414c9ad6902071079a15dfccb610441f5f768b038903ce8f -DIST thunderbird-60.7.1-it.xpi 477500 BLAKE2B b03a46130bbd362485434542430d010546449868848ca1a765bae71def1e549a419453098a3b631e97297c28b5e1f93e7cb130144c32af3726052d3f4d8cbf35 SHA512 2eaebd74efcd82009132cafa311801dad90527a3ff18e6abe7a7a87610fb87980ed5c9e6e68cdebbc413a74b053e0cc65e85ca168c6e5840a0a55832fe838d02 -DIST thunderbird-60.7.1-ja.xpi 653344 BLAKE2B c6ed25710c0f81a746cc7cb4b527a8f6ff11b6ce70ee3556e811cd42498f28565996c9e55550b4fa8719bb55e7e4102f6c5f6b9812352be91e77f095bc8bab35 SHA512 1e90af9f7d67731ed316660cdc6c0b6360cfe7fc833c414484c097cc71d08679dd536debea67605a92be8d1d72bf338d12cd4593431002ca2f64eb9fc799aa49 -DIST thunderbird-60.7.1-ko.xpi 619730 BLAKE2B e0a279bbd2a9c7385d96f93582021394bf0c9e6901a0862c7c60e373e69d3357ba5a455c9ce8d199fd882e177c61f0d1b127f921abd020027576b25209bee4bb SHA512 6c10e20bc61a984ca504ae9f51a873e3277263943957219e45932533c51ffac9cbd55292162b173778892a6b9dc9031669403551751688e64f9231611106e31b -DIST thunderbird-60.7.1-lt.xpi 605441 BLAKE2B edda1c1c02e934db9a1246feaac7c923ed86566184d8a8ceede79ed6b4b9a57b29aa3e63f0ab0ff3a04ee6540d63184dce0c16208f5b7090762caee139e71730 SHA512 051d3e7bba5492e6ff7063289546cde3ec6f7b18d70247bb6e0b39d943bf2f622292cd4ed24eae712f0cdeeb3e05975e3d39bf42164d427bb4e519f9bdc65fc5 -DIST thunderbird-60.7.1-nb-NO.xpi 577003 BLAKE2B 6bd12ff5ac32ccad254b5b1b6de595074adc02a6e7aa081903899bdda6c25eede27ed5ca2f8f78cdf42ac8e9d6cb917029f2cdb648b141a963c309cf5ba19db7 SHA512 f6e6ce0c8062fb6ce150585aeec69995a9d023700d8c3d652e572c01010c925f1edfec696b063a950a7df1ed34d3ee2f0f2298527c5426fd8faef6bb6beecb7a -DIST thunderbird-60.7.1-nl.xpi 583914 BLAKE2B 69d293057b487bf1ba6adf80d15dc4f55449ecaa0d81d5ffe9afbd3679bd3970b37e012319a78b2ee325dc657c8b996464e3f884227d8dbe052206f7c6bcefa9 SHA512 5b06abd65341670fd8ddfa440c94a14cc5623f8477f3d027758c4dba70e517982ce26e25dd135053906d56bef46c387e264dfd5ab694c8242eb04d9b007119fb -DIST thunderbird-60.7.1-nn-NO.xpi 576423 BLAKE2B 661ae8b246b020023898f701c96f41875d877196d8b11d8bbd37f779405e767fe4704468a38d9fc26608a35e889e868023851d3a442a04376649250189f5b292 SHA512 13307e070679e283b31f811033a608f4e98c007c4f08e6df9bbc1dae8b920fbf451ee3b58ec65deb7d153339f6364221bb3b8d1440487091ec6dbd4146aac515 -DIST thunderbird-60.7.1-pl.xpi 480725 BLAKE2B 5aa324e4925aebcad4a1932dc9e67f0518b7b2d73221c22eb0c0d020c77941bd402d85b051e7b19bd65c6954581bb0bef393c238725135d2a3e484dd7875b56c SHA512 b2bd274b8798f127ff40b2864315d5975513a98f71d2095bdf57aa373fc6a2fcd688165997986d57ff62136895117ac00fbfbeec93d23f3957193bc35cda185d -DIST thunderbird-60.7.1-pt-BR.xpi 588835 BLAKE2B acb1eec55253b1a37a3fa7a1a676f22a96ec661999178ca5ab5d92e6513fed087249ce1e7dd87a10626571cab372ac4029f71200a1dcf144994d00216513a7df SHA512 103c1d47b9c2852cd8b048c14e9e3fa4b55112a271ca236e36415090a7bfcbd4bfb7382ec772013a2dfa16c06a8e75228c0fb0e7954bdced71b09c55272c1837 -DIST thunderbird-60.7.1-pt-PT.xpi 593186 BLAKE2B c5225edadbaf984682a54c3886f2bb8a54f11778a20ad9b2542e43008c39d87a47a50ed8f6a03faaed0fab3d47c6a48fcb7109dfef052081f83f7ca04b5cc664 SHA512 38f4a7fcfad31762a7c592f9da1ea9975989dc7856095327ae61bf1a8d30706c67f163e8c407072005d4e02f210654ebcd6c883553a22b170e6fc9691870a490 -DIST thunderbird-60.7.1-rm.xpi 578384 BLAKE2B bd7ba70cc6afcbfb4fa952880eaad639597d796f68d014c1c7ae94dca85d8f35ebb3268311329227d04302bc491a4196a27262c9997d97831d77fa9c6ecf8a2a SHA512 e043efce207b2a311e79b6148327e2f1924b72a1c7dd8a5d3634cfaacdeb2ad4cf467e019b97a411ff1eadc91a9c3341caa3d4d2bee48c78427e8fb3e20d988d -DIST thunderbird-60.7.1-ro.xpi 584309 BLAKE2B ea42f9f1f847ab7afdfa4a12bfb6a89288e23b8deacaa49f75935d8f733b3ec428090fea151d65c8ee4a2746ab75a680c2820c3571a585b56775e6523e593835 SHA512 b3b7a94501f5bde993be50588ff8e7ecb0426ce996aac462c1f7364d7c06d24bfd87357c0a1d030576312cc9bbf0ea905fca99be435d3ccd308936c69f504567 -DIST thunderbird-60.7.1-ru.xpi 694706 BLAKE2B 58e94a445573181a721cad618ef3198c31c24d417c0cad354783386b3c628e2660bdd854072f1ccabafc29255a9f3409902a3616ed2e68d8b429db8e5504bb0d SHA512 26c04f8c429030e39662cd5c6d9fd4446f83bae48820930976bbe74b05ce106485ea9b0de4011f079009d1ae7cf0a2035eb44e8560791569612792ea340425bf -DIST thunderbird-60.7.1-si.xpi 647590 BLAKE2B c63c61786bcfbbed249dbc669a67747351fbe725da3a56c6cdb503faaa17d5c57b34126965eab7be209ba9a76f19e0d023e8c085b83784c9ed5a5434d6934753 SHA512 6b3aecf014d4d471d7c71e9e658dff54fae3d12187dd87227363612adb24ec2931b16b84fd7f9309d4839dbfac729a1edc36f9e19324a26ead0c8a00ad6a4f2e -DIST thunderbird-60.7.1-sk.xpi 612217 BLAKE2B 51f00c0a543d72172fd50a9dc2cc5831d7f06256b2afff61bf7c58953b8e4ec9dfd6f2e30e664991d8d620195741b93f41fce86d81c3347f19a624ce2b49c9cd SHA512 15d4ae43795c1fa9058def871034fcf800e64d29612c0d1701964e972809d2ec477b90ebc09745d844aac94eecd571264e166862338dff0a8530dbaae1aa6a7f -DIST thunderbird-60.7.1-sl.xpi 589947 BLAKE2B db65f76178ce93bda18d3b3a49efd15f55b2a31b9f4e4582d5b9e736a01556c5c7bf8a8128e15f434883bed9f681089740b0c47a6ceacedd4245f22ed6f91d2a SHA512 664994e70158e152cd49d811a26dd8d313e757fde80920139e8285505c96b6f0d58a11763fa4e3340b5ac655afe32c02f8eb90c09413103b7f45f3ffe76f36d3 -DIST thunderbird-60.7.1-sq.xpi 593096 BLAKE2B 287869a230039fed082fdb6d4f2d0f02ad8898c5ce5c0d2f5461a59eed5d5c5c095c28e2f6c2cd17a1ea21d5ff495d65a5aee20907236ad8d203272aa743549d SHA512 0d17db303883bbdbfa65e4525003f1e3c2a5faccbd8c4449df8f343de6a792c99d02b363215867644de4c0fb5bb012446fa5f739e051bfb441520101b5929de4 -DIST thunderbird-60.7.1-sr.xpi 641527 BLAKE2B 43d5fb15b426c1d64abc3abb465d097acf74512cefdce13a4d413b33929a54995b21910c3a53cac8a1583bc7daa9332b03998003f9234c4d8c7ee948992d6f2f SHA512 694dcb553f5783e2d0969bbacdd6033d12de018a8b7e309e90f6251fece27242cf3e6090e14aa06e4627904f6c180df2ba0a0c81c9d4eaac5383b58857b26c1c -DIST thunderbird-60.7.1-sv-SE.xpi 594079 BLAKE2B c5d89606de993aebe84f3262f6093c561e2172d52c8c12e01a6a8d87e4bf9bfc870f5b719acf11117db72e70f3be360c0a002d426a1156cf16e7f82ff7f73b87 SHA512 d4cb29bca278699014463b9aa749b1d30b4a0f4d5b65e3f8b8038d8010e418c292892cab9a680ac90098472d8e65a2b0922b102a2d251d685bd8618138fa7dc0 -DIST thunderbird-60.7.1-tr.xpi 598010 BLAKE2B b53a1608a1ebfac07c1c19a9c952915e401c3aea64bf0e5fe908c07109fcdfc6f82d7abc0815bf25d1c32af139475ab6891f159266ac667451c37df140ab8924 SHA512 77b4f22ad96c5755720b2fc2988d84da4d1aeac27944223a80e73f7ee28fbf8886c017947d0d1a95ee5e52d1552855eafbd551aa9e0108ccc592f0b9734cda56 -DIST thunderbird-60.7.1-uk.xpi 684154 BLAKE2B defe2fffc04641b286fedf059ee7b2f165d1aa40c14e8d4330c59775403bb136ed213e9cbac3be4e4d3a7d17dcf815d1f457d2e687bfae5659354ef6074543d2 SHA512 5fa143cc39386af2544c65b5ae94bf05ddcd4049efae3705840639b70c60f3ac646228375f9ea70e97a0c7e58675bf097c8aff996543a280970c951bff54e556 -DIST thunderbird-60.7.1-vi.xpi 637187 BLAKE2B c9183fb705e62e405984645ffd993cc3a6eb100045cb0f489faf0ac63fea53a09d97f23f5c9fd7e777f6b7b6bb63e40f8fcf826e13f40d58a07b27916376d5a5 SHA512 16d0edb61b98b380abeef70991571097fc04c88aa08b10c24c6643abc4b46cee0a9682eb1744f1235b44f5ac1d9c206c28dabc6404cdd6d4f7a60d5e108fba8f -DIST thunderbird-60.7.1-zh-CN.xpi 626282 BLAKE2B 1d16d7c29ff7ff6dab198de86fd9d54777b7f03da3b242ce29cc1e0f3b0957be3e22de3d6b78943626efe103976f48e1991ede92a01d241d880477b0222e489b SHA512 521772f2b37cc8be6a684193a210ffc7769d20344e33931e97dd6ff276032b4f4bfeff34e12216f3a3d8941d7ec7101d06eb03a9ec1d40d11ddcaa3f08acfd64 -DIST thunderbird-60.7.1-zh-TW.xpi 626188 BLAKE2B e1ff2e68dd08c964861c3f3449ab3e1a3b5e98a5636d354c1954f29a99621d389cebd859440ef758f60d61d9b985133b4652fbf1cc8f8206bbf417e774a3eda2 SHA512 3b91a1fb2d7ae4066ecfdbc69f321d74dced15328b4c3e8b5a3581692184d26205f6c82ec416795cb9aeb09564ab1264d043fe484cda3572ca1e4d2e00171b12 +DIST thunderbird-60.7.2-ar.xpi 627180 BLAKE2B 98e07743f498639cf2d1f1891c93d1810c1949b2e386d1efb838b453096ca669b7082108c2ee531ad09a03e4ac92a536cf7ba04b7e1033ee437e71d1a86e7108 SHA512 4aca808cb725aa700ff4be091aaff1d6bf02bd446b67bd318e9d24e5b77ec44e2050a39d34ae9355ec8c267ccff3a8a9550115b13b6fc61f014137ecdf65cc2b +DIST thunderbird-60.7.2-ast.xpi 559643 BLAKE2B 50affd682e07a51c9c9839d98ae2bfa13963a64739cf4666c0d720985aa4c74f8cb620bdc6473878a9251bebfe2550d87a7ab5925047d0641584fd078af42736 SHA512 8f0ceeec768b03d44d44013700103e1c1f072fd16b78218390bd6f37bb30d87124588dcc72df057eeb6412e47db16e01e194ef406b0294bbc5f245fc2cc3eb10 +DIST thunderbird-60.7.2-be.xpi 659079 BLAKE2B 874df5e34023d088a48dca5d050c0e3939cee6d0073146a110f8646454f48896f02e79e89e493a4dd30061f4a6b3aace57baabc16f55af4a89c234836c1ba3e7 SHA512 10f6d7ae046654911a7f0992b806b92da9cbe995da7d3f5a3fbefe29aa8b865ee8c842c8fc909290a1e2f8135842b1138d6fa1203708e919d07e43f248e4185a +DIST thunderbird-60.7.2-bg.xpi 669318 BLAKE2B 630bba5d7c2f79f8c7ac3adc8c8119af198fc84013372c1aaf2a2b1e7e10775ec2bd7e01ca809d997a79a88ada3a0b38b3ef7ff70d2f3f8973eb23b909686d5f SHA512 8325403d4284baf2d4c5dd1c322bacff932050190d7701a075964512503cec9d1fa325b9fce7968954e4bdf5feb3d094c8757d5c5dcdc63546a47e9eb8bae89f +DIST thunderbird-60.7.2-br.xpi 580371 BLAKE2B ab2b5f58e1916cfe4040d9aefd9abb0594b13705d701485668bb2187b7cda6155d24fa564af845f4d336e180457e110560ee42127a68f011393fd27bc6f94b58 SHA512 f38f68eba5292aeda34a9f76190eb860d5d6e3c13fa6f7130b15564df922a5afb451263d26f5095b206942daad3608f9061fd48bba8d3c0328eaff25c448fe98 +DIST thunderbird-60.7.2-ca.xpi 591972 BLAKE2B 329d24d7544d833b5d0abd6727b3c0a7973eb0cddab5382a24aef18348b6647587b4b758775345a539e3a795905b24c6101f56eaf837b2c601f68d626748a231 SHA512 a16b6ed229c23c64f25d7cffd5ceeeec6807ecf9d78cac3e0fcb0cbf63c820ca2b312b97a8b1218359d1583ce36969a08d4513a47bea98bc4b1e15a6f2287ef5 +DIST thunderbird-60.7.2-cs.xpi 611203 BLAKE2B 4849c9d661ba4331d6dfbb27c46905fadb2a2131f9be03c5eb5fb4ce4a55f890b3c87c63fa1fa14aa91ca12e3335abd7727d5a599fce6b29dd246ff39fd6e24e SHA512 e9d77ae328482e17ab022104565c799ade9dfcb80d22037b3e443fa6794cc82fb6f13db5af25e02f449af6b08e734e6148311a14a1b0ef6b4598bb5306b67d2b +DIST thunderbird-60.7.2-cy.xpi 586038 BLAKE2B 5527b106836a41733a1be1bc29e81a2becae276130234a79e11f5ddd5bdf7a4dc110edd55de9acf249226274e05afc8252eb3db0e0078725aaa9c8804a6df3d0 SHA512 d937738db0da179384461b0b0ec31302a19152ef3579adfe6c76c13c87617a7eda82eebc4a917b11082b13e8ba16ea58cf4f20f42cd80f52d5ebcca9c1cab625 +DIST thunderbird-60.7.2-da.xpi 570807 BLAKE2B e5e4417ac3e22e50b855c96dcd88f5e0bc276b04adc77c1f1a5908aeffe1c8e1b92b206daf7b0941c3959819b1a3d38b8f7f38e2793e32a0212855bb9308b196 SHA512 a6b3e24f490b9b8b6bd90d94c3bbde35502b0e18fd6949fc844b64ce42c89def0eb1bb52541a2811233b3ddc1695735ca78d761a8eb99adeba5b1c6010504327 +DIST thunderbird-60.7.2-de.xpi 582575 BLAKE2B 3d1a8a94fbcff0e7b9a7be0556ba0354fd303a24243ad7bcabced646b179c22ed98e9970f44261b58905f5df3bfe641711bdd81623dc8b40514447e903d7f994 SHA512 f509193cf16bd504f13f3d4c8a9cdaeb3dbaf0d6f4479f3bbbbac1abbbca6193eae43d79a8b2dfbb32b8a8bf09f24a58a6905372589f0968fd3e7c97ae27eca0 +DIST thunderbird-60.7.2-el.xpi 694861 BLAKE2B 41d260aab917ff7e6e2fb3356fa85172c3e00b3247adf7b6b4cb69aee5f9bb0dd4941d0312ff6b7b71a020d9072491e21a3a399234fa31105ff67f4aee4ad00f SHA512 77d0a72163e14e6e8ecde4cbf1fcf519ef319d709ebd798c73b38fcea327369896218a90c5020ca6ca83257d21527e87fb23685d80602fc5c76ae6d26cc680f1 +DIST thunderbird-60.7.2-en-GB.xpi 553896 BLAKE2B 117decabb1b43ea3674783816826d96511d10443943e0b4496868d65ae303f21997ac40f32be51824b7ed687a0035b605f85fcb9e1976157804275e23850152a SHA512 6730d1dfe7b0f63cbc71b4a3a02b7d0be3cfe2d58123073eaf2a3befc12b3a8c82a22b2bde87170cb59f0c2d34b2402beb27dce652ca457a9128571c13791a57 +DIST thunderbird-60.7.2-es-AR.xpi 595048 BLAKE2B 2c31f84a774d0e6cb8a31ba0358bfc8aecb058ccdb05f3cc1fbfae71af83caa88d5da1422411193ca94269ac36bc0220f7c61ec760dd7a7c278b22c3dd7bee70 SHA512 5c4a575399c9efcf33629e6579afb7ec6c5dbab90a3c589de77e9bcb678dba72817c80749171e699d3ac02d15745b153cf6150a8d4a9e6b62478250efa8ff98d +DIST thunderbird-60.7.2-es-ES.xpi 492210 BLAKE2B b19020a20fb772159e08c3f3e49e152aaba5f8b8e41330202c4e78b0dba1e2bbad3d5b74955f97cceed9f84274e28502aa5f7eece395e46e69c1f03abba670f5 SHA512 fb54f0ad9b6047d2dcbc9d4a77a2c521dd9c51071c5db31beee12b58005b5c3e1632a7fcc778b0e1bcb5c22912982af57d204cb9474949c1b64b5ba90b9ee45e +DIST thunderbird-60.7.2-et.xpi 570867 BLAKE2B d92a2343e398957b24c97032375c60612876c879436bf4928da602f760489ec4595c0b1999a3b07ef914b9e6ea8165ad7925a0b5aaff5e165cb201e157c06811 SHA512 c89eeda232a6276e6bd50d52d13afddad59bae7386267249cc1085babec1b0fd673714eb4112184a9ebffe3fef5b9f6b92e073d6ca991dd45c6fee3bc8996167 +DIST thunderbird-60.7.2-eu.xpi 581384 BLAKE2B 1c8316dc5bc71297c96e5657e0b5ba3da798dc8d9f5fe3eddd7cf057b1780106ff603058dd08ba29a821536b0f70fb512215388abd2504991cec7e80f556dd6f SHA512 ed9b078f303d5fdf58e3d53bc1de3026c2804ca1af5f70e09222b256e6fd1bb39422e0e761d6a52faa8563d79a11fbf41d0af66b2504a859b494a5b14d174d13 +DIST thunderbird-60.7.2-fi.xpi 575755 BLAKE2B e7135ad240ff96b237867054ea80076546d1c0577e099771133b6f940f0b65c735b5e428b9cff3368ef47318b478c49da1078b7528dea62e90ee3c608c9e50af SHA512 415c00736382343d104170bf51d9a324670cf55167d2359233b113baef7cb2cc40862301872b494f0dc61ecdbd183b531a62eb96a4b481792887b95d1c57c049 +DIST thunderbird-60.7.2-fr.xpi 608467 BLAKE2B 9e96597ca225a0e142611e2d152f3bf068345165fdebce231454d1900d5421740899a086c85bf57c6f4be811593bf65b01f3e176dfac12e7d538de5ccac5757d SHA512 25120acdf64468314ba10ad625e3bb520bb720351d7f60c626dd148d551eb679353368179224e27e22fc649056a7ba6680b4fb6538928227d27f40a2f6f336eb +DIST thunderbird-60.7.2-fy-NL.xpi 593851 BLAKE2B 266826144a4a43c248cc290793eb0692e8f0165e8707f254561a3657d4d3706b9a60de103741b476dbb7290cafc7b3406e30d8b03f9215b377edc70cfed1a2b9 SHA512 6153da7e0026e10b391d51d8a904920a0e0250fee0f152ecf286830a787491b171d5b11b7e1cbbbdf8e3ddfeb2de71090eddbf12617afcfd67ed0001900e843d +DIST thunderbird-60.7.2-ga-IE.xpi 603507 BLAKE2B 28539f49273a9554d174c5f10e6716d71b056c20a8aadeb4a202ec87c2e35989369cae0570ce0b0f52b7576f54287b65f8576595810f89d26dea72d9d94e519f SHA512 86d424e5b9879845f2c9c37038cb713845ce1f3d21986cf5c5bb12ad9e9ee275d6e89235e050c60b0b8331e3cd54c86ffcfdff31ff5d5643ab80ad50c5a81f36 +DIST thunderbird-60.7.2-gd.xpi 599262 BLAKE2B a9fd1bb3c4e4d887f7fec4065aeac1f510f7eb16171e500df41ee5daad80ae62c57f487ed611c4f233915081baf04e01b8fa9e5e23727d159756dcee4a7679c4 SHA512 8527fe0d4f48806d902ce360dd633fb42c0ab9460297fc4131682288f708f26da300df8613d687c4e5129a592e8a295045643e0f0401f15f9255dd0dd4c20967 +DIST thunderbird-60.7.2-gl.xpi 580343 BLAKE2B b695f381133218ffc2decc889e0429ca5353fc5e96b452128f93fd944d9b26594adce5ad3586ece0b86b05722c376a4f8bd79fa4aacedf9640babc4ca80b0655 SHA512 3aa9631d50fbd40d575b04d5150b9344d46b3ad3f31665711f6a0309f0449daa3f8374b0ad563ca637a2c5f951e897b01251ec593f14cf2c2383e914b3028881 +DIST thunderbird-60.7.2-he.xpi 617143 BLAKE2B a68b58c20618559515a3eee344d8b54d340a5a39a1bd1eb2df2c78f67b3d117cae581dd48911b48ac35fc3e6ff54e34bbcff3e7a0d1f8a60e529ce461e74ecea SHA512 ca8d12ff2785f51ece645d97ea608139d8e72faed80a366d0c49faa78da67b6a8cf8eebd2fb9cc6b373bb455b74b3263ae438a04ef9596f46e7d09eb909d88b6 +DIST thunderbird-60.7.2-hr.xpi 582238 BLAKE2B eb1c4fd4e52fb911ceae26f9122a7066575f68bf6b60a37737ac487885878c8affb07a5fe8980adb757b94e62114ca6f925f70f994c29521d382dc11cf9c4b60 SHA512 c6699d3bcc938eb866cb07f7092264749510f1505bd01871be6b325fe18708b3478e73fdc2c814b9b0c71d2fbeaa710baf98c8598dfc3761425dfd5f1bc839d9 +DIST thunderbird-60.7.2-hsb.xpi 615132 BLAKE2B 0df3acd06fe18b54e43c859518bebea23f5c60ad1cf550ac43803a59d4f96dbe137446930dd998be982b25b87c9fc1cefdba269a8d61add61f06229cba2c49d6 SHA512 092125c43ab329cc8c6904152860894beda20af11a8a8df9a681f1b61862e0edc637fc3312db59cb1f03870811f72dc0bcf369f00ffe2245c4ff260be43c84cb +DIST thunderbird-60.7.2-hu.xpi 615346 BLAKE2B 48ca3a04c8b24f635726326061c676a082dcf150d80f31b513eeb05780bedd96e1a7db45599b613517d3682efd71d48437772629f14458270c867d60d3bd59cf SHA512 0ff5a0f2478167927f19ec3016ef67b9fdb226ba1e7692b5fb336af0bf0f0e249773ad2278f41646081337de0e97120ec132a8b47960bd7c98ad86b3c4ad0fcc +DIST thunderbird-60.7.2-hy-AM.xpi 653530 BLAKE2B 82986446ef22dffe53714dd3615c802244ca12da47d6cc778874e9b3d8e6494d7ae43ee97e44df765a08a8f0d4c12597c126e40554a139ac0ed1fad372208df5 SHA512 632a68f5fda792d0d0cd6efbd3e3fed7a51ce70d05a184a63ad124412d6d4347c7e4fe69651d64dd837294fd2a5f199166a27df07e83b37026e39139c22523d7 +DIST thunderbird-60.7.2-id.xpi 568861 BLAKE2B 142fb948bc5428cb90b0b19f9e42e35a7656399c296ae4be1551483dc1c7b0d229b6bd641f339ad9cbe9c37a90afe0a42d54f1b94b1abd8a011af6c55cbf2ccf SHA512 4a5c5a3073b92cfc72628bebc50e5e71c613ae00cfb45a61f580db1be19dbdc83e555923e0d29470e08c9c07c0a4ba7ac0a340e3d562caa48982617503cf29bb +DIST thunderbird-60.7.2-is.xpi 579047 BLAKE2B 0304090b295dae4bea4270f4e4610ced4f67a729d7bd9b01b156d29ab66997d4cc916728817c895b560daf3e3f78669ff9b5a192d69714489efddb5b4442c1a9 SHA512 aaea3f9bcd07da7d6443e4867ab5e761c48226c3018b61f36c2ba5ce288179f3d2be67567d91c31c9643fbd18d156edab810881bc510cce303b6828d020f54e9 +DIST thunderbird-60.7.2-it.xpi 477501 BLAKE2B 52d6640d83734183ff3c89918a8d40cd30bceb3714231003b19e46cfe158c808fcb500199b8aaaad485eadd62e2bc520f6f5e321572e1291f5607d8fb8c56012 SHA512 225816b1853aeea433923aa588146a3495c22d17f79c3a5f3e6f38960f722f87f1b804aca4a0386b150e3329b34e1a57dfa2eec9413454f2291adaea4c32d200 +DIST thunderbird-60.7.2-ja.xpi 653344 BLAKE2B 4a12817a13e85861cd5267473f83eb2c597f88ce74ce382ede70c5bf792805c79d5b88a58dc8a1809fe1ab8c164f68ce063a1bedd1771635f38c6f28ceb067cb SHA512 4a17f939e19072cb79b0d8dec7701815403eba39bd1ba57a989b2441aecb4770868b232bc5ec44cd485b0ba2292609902a90dc660f7c4c9bf4a0f1f313c3f92b +DIST thunderbird-60.7.2-ko.xpi 619730 BLAKE2B 23bd17e52191c232bffd4caeea28e8fe06f188a242647cc8da8813d5ee3c80c43f77c82d1db363c2335f42aa4bb6edbabc13d8f157f044196284268c55765f8a SHA512 562d05d5456c10a5310a5fe976ed6760898f71e3ce57cf0bdb9ab65701d0d08d3c5fde1a9fd51179cc9ff94bdb9396337ff8a32cbda5bb99d29cde011ea71a2e +DIST thunderbird-60.7.2-lt.xpi 605441 BLAKE2B a39f52748ad3974517c3c49dec36d3dd0848823f9692e622ffb1c63982939d067e99568505259d5829fb859f4a72786b4a07e0eb03b53b1e39cc5f1330e63c42 SHA512 044b2dd8af4b9b640f009326c8fb226f4312744ee8493f7e5e22d1ef255ac114dcc3eb2c6b624f6c90eb95c097600e373099da9ffd12970ab617eebaa14da803 +DIST thunderbird-60.7.2-nb-NO.xpi 577004 BLAKE2B 41994efcf50c777bf93dc19c6d24394fc81603081ea129543576286212629203f6c2074415353c73cbc87c46d67f1ba7493791247381c4a34fc4bca4d9c20bae SHA512 6cba8f4c2aa70c76886eba0e66e293dcb6aaaf1571f24407f6d5751eeabb140069c4e3640ba8915272212bdc3aed3ad32892efbb5ef4ecd244d31087c1093dc5 +DIST thunderbird-60.7.2-nl.xpi 583913 BLAKE2B d40a77881c58ca5d281e803c7d6984475a8444b7be9388bd8bfa5f3e17438793cb5a97aa4964154c3a42ee89e117d0aa4bc6b8f4b838427f9b69f2f4b6e120a5 SHA512 a646d2d4e5bfc51e7553316222273c4c9378e9270eeaefa7937cef4882786913fe7a8a66660462f43da0aeaffa19dd302e3e7534279c886b2031abca369e73d2 +DIST thunderbird-60.7.2-nn-NO.xpi 576422 BLAKE2B c248d29628c30cbd07e4d525787a614db71fe6d8d2ec603997f3ffc0a389175034fc75bdb02d51d5f289f30c74ba60df045d20c6e6cd08eabb104949eff38de1 SHA512 b42e8c465e18d4c811ea351093e1c771330277611c99add60aeeaf142d0804008f61c92f7a60823d319dc6a7e9d686741b060d27255672835f5934d7df18dda6 +DIST thunderbird-60.7.2-pl.xpi 480725 BLAKE2B b205d4791f00ab4e612e043657de37dc6af4b4f383cba91b738539c9c36c121fecac2abae6736f692c98340eb4c00522d6c83c15b672bf3fd1e98854dff82a39 SHA512 f1dca27649bb92ba45d8bcf1a2124aa0d0fa875020c4550b22a83b81f15bcf372b2f93f31112f1b2832a523bfcd497361c8cea056f6803e0b0de231d4b99ae7d +DIST thunderbird-60.7.2-pt-BR.xpi 588835 BLAKE2B a227060c3c111db66bee9c2f787f4a9830fd0063947719232f0d84324118a0ec517e99a702b5e6ecfa16b5d5c2bbec2a1bd604631fe5dc527fa952edc53cfa74 SHA512 db290e4ec8821158751daa8e95fd11a5b931e4a28e4e5e44c22203c84eb58a74287eca6c1d1450df6155f608233df9c5575fed6320682080c2d7e814faf9d51b +DIST thunderbird-60.7.2-pt-PT.xpi 593186 BLAKE2B da23e107afab89e4e66212261ee5478f0a9ca617a8780b898df0120cb8c2929aa88ec79dce2ae2e9ff269e51213ecbc8bb3825edc3fa1a4b599426541315a5cb SHA512 c4038451b60f6cd2ef15707295602a3e8dee484a70851d8fdf1a69eaea52a3fdeb900e03892f8fbb0a53628aa7f01e2332ed86f03007b6ba0aa12c9bbc2e6a95 +DIST thunderbird-60.7.2-rm.xpi 578383 BLAKE2B ee4a231cd9ca5d6ad4489dcf21c7b2ce6a68f31842643da7893fb67da55e2ee7064b4272ed60f2b402d669b006a19a586751c1adb86f5ccd9bf9898b75ca6593 SHA512 a8d5513a31e0b8c55b4ec50fd22b0e7c73e531916b43cb0a9c89b8fc1ff13077f5fa583d7bda1cd5d0a96ea14a9a3223158e80f2e5b449684225654ce8af9001 +DIST thunderbird-60.7.2-ro.xpi 584307 BLAKE2B 49713a59c3115f016089105655b3efc6587a9fdbb483e48d4f997599d752447fcd5d2100a539bcdb0ff01e2be805866647fe830c8d82d39a0c197bface5c7912 SHA512 f5ef9dd61bb40ff78a755929ce4158d8f731fce035d47fa5c1bb35e3cff81760ec35d126575d731a68e3dc09f1db1dedb7f839e9ca084dc26d8375d52990298c +DIST thunderbird-60.7.2-ru.xpi 694706 BLAKE2B 3d8cf47fce32c6aadc3c10d7777160fb15f23194dfdd28b92137e56cf73c707a23d3ec7e99cd3863db86adb4999355831223d95562578ef335fe25c2167b9e4b SHA512 c8e820391559d2755756a28bcf2748de54333d2c64b90f420adea5b9ee63f1e3e5847426f155c3d33744b31b2752326ad9765309efd042a6c5f1bc334846dd45 +DIST thunderbird-60.7.2-si.xpi 647590 BLAKE2B ca20e0ec0f306dc82935d7806dd4d3623d8e0d58deb32fb6d3624bc9b0cd1466cece2e8d9bd5ded61f9f3aae2aa4ff947751a5e9fc09ff512d15ae6e436d1e29 SHA512 5de326cfa30013d07ef8e343a6cf8c054a8eb189cb79a9eccc0e2449d0059727d4e557db4b649461c0b2bd0bd7d7ecaaefa52ac5c68bd169139821ddce326de9 +DIST thunderbird-60.7.2-sk.xpi 612217 BLAKE2B edb4f89ff99a2fc60c2db4d6b2a6e081856678373fd2121845a9412081caa924174482b6db0f90a16a2d5d3583c6325ab4c9b50eb8e3b8f4dfa814ee7c02f808 SHA512 e02f8c2659c1ac1a8b70d8a4b1f891d90f9cb1bc948e2fa0bbc062fdf4f8e035e71e39cb8ac9c3e48c7e9f7eae7e179e8c2d1072e79102bc87493d42785ed826 +DIST thunderbird-60.7.2-sl.xpi 589947 BLAKE2B d20ad98125c2cc65cde6b69dafe2d36d0d2935b357b1f46ad514db9e89c7a7584a490816698377c470821ea75c473e032066aaef6b24a9e661a72a04feef9f5d SHA512 d544d3a57b3d3c21d43804ad75e9add2a6c1cc1ab15b0544c2a10f77fcd9fffacf88a263efff5094d6250083fa0d04b787980dce793a8de8122b4262a537ea5e +DIST thunderbird-60.7.2-sq.xpi 593096 BLAKE2B 12d497f4dfa6e46d2ba62442bef92009ba6005bc171f551c8b3c4669cbe8e790452f2c910661d5fe9b33e169515446e98c396042d37d58414f929782757fcbcb SHA512 8aa10288cc1aced6d6ca6da974f1ffa6ba1f1cbe5f1435d0a4779a7b06d6228ab976b7b1db219c8a650c1df5b7bfdc5930effc909353092fdd272fa94872a6d8 +DIST thunderbird-60.7.2-sr.xpi 641527 BLAKE2B 7b555e01afed11a7b668b02309c65375e259e1e42908066c771e59a141a436c1d7cff3e3e1db06b754a523c56ab4bb1983cd5fa5da814a15e2fd2c733ed271f5 SHA512 b2b1e5644c7d068fd6a9ad86d8b50833fdcba83300ec09ca15ce02eae456dfe287460a3641929f8a040168737e7e7fa56625ca93624836d5a89f1530201e2778 +DIST thunderbird-60.7.2-sv-SE.xpi 594077 BLAKE2B 0eaac3c7f1a2e28183b260bcab19fe2002e8fd4769ce569362b60f41c97bb5b09c25200e0574fe155ca3d205a9754f1eeb44843b5da597a77ead0028fd670d56 SHA512 cc8786143dec43b6b12b28d587eb68df6d1b5c5977d1909880251a7ceba7c84d7b9dce9f8f3dd8ed21b046392dc4bb4f4ee79306e20d5f7adbce80c029cf57ac +DIST thunderbird-60.7.2-tr.xpi 598010 BLAKE2B 13428e76dab2ebc5ce7f56944684effd1713a041228d508c2e32a2e7d7dc07ab65aae3bcec6b9c5ab00277499c3a30f17b14606bc5cac7978307427d6084a8ca SHA512 24ff9bf278ca96eda2b61dea8a5f96ec2cf19a0e4a0312a84226027d27d8c09b9359344e115908feee1d3cbf442746f55794e6a4fa007ab9b36d90db1dd0cf15 +DIST thunderbird-60.7.2-uk.xpi 684155 BLAKE2B 3ab679349b0536d9682bd9433c83f3950a120440888e74a2123f3b93f9335ffa9e5a4310011f8d0c17069416f93c1bcd2e13ebea08e694c78e6ee4aaa276589f SHA512 a49ffa3357865b9dddee981efd3479c3f37403273b24bc9bbdf00c3980958ca178b2612f38b6b6ebe6133f647de365d01e1a9f23d76fada583b265121f189719 +DIST thunderbird-60.7.2-vi.xpi 637187 BLAKE2B 548dd4e16045d30ccee93eb925891e16bc8e7f361e59a676e4fd23fc39123aeeb50c2f9772f35ad512daad48de8ff8e757709a67c87c87d6225d40245ea7e6a2 SHA512 5147a2a3878e74081de7a3f935d9a2f17b3d9e94b33abe3de07167617b482c0265b4d66ecadabe88370c1be0d24abcc67b0e9eb2b5fad52137cfd6b693b21fbd +DIST thunderbird-60.7.2-zh-CN.xpi 626283 BLAKE2B 7d8c138b0676ac3d1c19a04d322580bc150e7cab9965aaaf7c22e8609451e4522638b0b4d522861d689fa2260ea44d1e2d56895914cb7bf0db0a27c60fa9ed96 SHA512 c40f59109a2efe8cbabbe2018e17829dfa6dee6e6df54abe7b70c14eb843ea0e35974c5b19b5aa790d7ce2eab159ed9562ec215c595721b1102e4965149a5c08 +DIST thunderbird-60.7.2-zh-TW.xpi 626190 BLAKE2B 3c1214413fdff4463429d4450aeac80f194bf048d897f1ebd419d5f513f0312da01b83dc05f0f95a67e76ac0d7f5b24fa30e13905c90975b1ec34a42477c559a SHA512 3a49b28fdf5681f63ec9a2dd4477ba4ad43566e161090413d3d0a4711c1fd7804e480a3c848130281ddbc023e4d878928ba637dd57663b5aded75e0c10631efa DIST thunderbird-bin_i686-52.9.1.tar.bz2 51223475 BLAKE2B a30b4679ff844fc9f9752fc6048b266662708217021b65406d587c0f8e8c0793eae3f171465bee58bdfcd635a909398bc65d3d4f07c3cd986f9edcf069d06612 SHA512 69121dd8b2445e6304f4437c06e1b7f423b19d4069290c0709a3356680613964df138c417c3d258bc978d8709b9ada28548b43c93ea9122b64daa046d96a6d78 -DIST thunderbird-bin_i686-60.7.1.tar.bz2 52577980 BLAKE2B 2932b9e89b97eaf96c1aa2425b10c1e2eaca787a7d0c874e9e173215e07d545a390c80b1943f849d0d40167e22a68f0b9d9ee106410a582231a13c9919b87314 SHA512 7525d96dfa29f001491bfae13cba51a70de91980df8d2e7eed3d869f36a32a34dde76e7ef9bcee544090505f9918c7c6062b863e1f4d76875eb9fb3ff9c1f4f6 +DIST thunderbird-bin_i686-60.7.2.tar.bz2 52689679 BLAKE2B d9988fe230e583e0da969130234765993e14ee720dda097506549c9ecdd4f859e75b0951386b0b826a6f115c9e65b755c647bd81fbb19971b1a320ec83efc083 SHA512 82a20230237ff8e1997dced5a704f2ddcb2d08bd9dc8615a324a75179287c0bb7fb8a56a07feed62c36b6e5845fbfc6a70d0f8b70ed2cfa9f7769fc01a5e5546 DIST thunderbird-bin_x86_64-52.9.1.tar.bz2 49930254 BLAKE2B d0029fc31e02f6790953fa5bdd6057be9d9aa68151bc70c6effa91c17812604998cddd14ef71f2458331ecc85422dcc069311de944e7b10019f422e50fc88fff SHA512 98a35a81f77b58e6f5fca79ee5a56330f8184072c118b571245c7f686d2a196e0cca6f4df131bee066651fcf69b83ca076bb9dd68fa71dd766962694df8e43a7 -DIST thunderbird-bin_x86_64-60.7.1.tar.bz2 50518088 BLAKE2B b61d2ddf796384174e570b0ef3e2fd42f1fca7868926e36c8f193950d0abe61848adcc3f9ce735c9e414ab4b6eb74d91f522c940594616cb4ee05b7d9a4891d7 SHA512 6006ea1defd1b8cd6e99c66d51f7b598cd700804243f8f7ecb8ae1e611f9a6fbc5b2edc2c5672ac3547b0f9d88083eeae619a2b2ed68afa74742550c5c399576 +DIST thunderbird-bin_x86_64-60.7.2.tar.bz2 50473020 BLAKE2B 2ea71cc1ea7e1ba29c4c0c5175c16c4c346c1c2edb146a324cddd349abad7df260b14b14bd7a31b50bc3a0a064ac1e6019130a6c647483ddc28d39a55ae05b54 SHA512 1bb2e0449a0bc4021c46d0ca1f291d926b57277db4ecd89e6712eed9fbc6b2aed84e5bfe54885ab08f796e6909288b8159f7e843ba7183d2cc3f67cddda45f57 diff --git a/mail-client/thunderbird-bin/thunderbird-bin-60.7.1.ebuild b/mail-client/thunderbird-bin/thunderbird-bin-60.7.2.ebuild similarity index 100% rename from mail-client/thunderbird-bin/thunderbird-bin-60.7.1.ebuild rename to mail-client/thunderbird-bin/thunderbird-bin-60.7.2.ebuild diff --git a/mail-client/thunderbird/Manifest b/mail-client/thunderbird/Manifest index 1ed547089af7..97516985b1aa 100644 --- a/mail-client/thunderbird/Manifest +++ b/mail-client/thunderbird/Manifest @@ -1,5 +1,4 @@ DIST firefox-52.5-patches-02.tar.xz 15084 BLAKE2B 538dd61dbb7b290add4782b323a62f9ab4dbc57326a9a085710d207752118c504eb030a8741c1eed2e281c8d18e5453210b1905d71439250caa588137bbc37d0 SHA512 b80f9acaf49226cd5c2864714826c5b0e7e918e94c31ec81521b90c47edbb88ea85faa34fc22791efefbcd3867ddc413c563de58ca0f8ce21e10a3858899efce -DIST firefox-60.6-patches-06.tar.xz 36868 BLAKE2B c6be625593b7b7f4f71407c1b7e6c86dc60155a90a36817065dc0aabea8885649a7c8f59f41626485487687f9b27dfb32c0905df77c9185cb12e984e2dfbc463 SHA512 c30a4ac2d01828452221ada9f0d39d08fe3834ead2633b509816dc6ab2b65f48998ba164a00b29751d51b9ab67e27638f572c4db7b1381fc921456ab840efcfe DIST firefox-60.6-patches-07.tar.xz 37404 BLAKE2B 5516ff768bee0253131381fdba3e08785ab31bb29e44ad7f7e2956fb7624fafc9bf22f892ddbd0617e5e7d18500686a9975a60ea77d23a2853f35936cd142030 SHA512 3c4160e632155b0a239e22d0c1b1c701545b0f6d0915f9bdcf3b8431cee1abf650191ffafc5c3224a61279c8b1b52a80444c811a3914e16127411991c963292b DIST gdata-provider-3.3.tar.xz 85628 BLAKE2B 2ccde620b181a2d8678f50d7107373886f3b2e7d1d1e8861c4e42602cedb02108d28e0bf5e5cd9e31474356b70cb99baa7870e20436bc72e25cd8a8fc1353d14 SHA512 ae0c0e6fd42d6e7088256ca8a4be5b0bac84b2f331b51afdc982354caef60b6ba631d4f76bfba7523000b49235c8f8c63704d90acf24b34b14696b709be9342b DIST gdata-provider-4.4.1.tar.xz 78728 BLAKE2B bfe04d714334c38c932d2186ffd859583176ef455b283534c5f8f9e1ab7dc13bdfb8c15db6007de482ab015afc2b8524aad725380bec75ee5f59ea81d6307ba9 SHA512 6c9b5ac41a1064bd1799d2a2f633c3064b27f1294ac3c8908cdef6c1d2eea7b602f2f7bf240b71f507fe9ad286588f030e12f49a41b3bed7bbcc99f3021369f9 @@ -63,165 +62,57 @@ DIST thunderbird-52.9.1-zh-CN.xpi 593611 BLAKE2B 441b5332a08daca64282a8d4233c7d9 DIST thunderbird-52.9.1-zh-TW.xpi 595728 BLAKE2B 8e2f6bdb65418ae837cef54f042eb8aa8ae32e952cece4e3a5a8cd13a4ac99a56495b7cca900d7ecd10d82ab77ed334a8e27eba8d49aca066bd2bb7d7182deb4 SHA512 24f48563439450751066d49f609ac4df9d7e31d7cea36ce8f2ad8f38b04fc4d1be99d50463700c4ea2963948b0ec1c1b5323cada6a3b1480f1debe52d50c4f1e DIST thunderbird-52.9.1.source.tar.xz 230475264 BLAKE2B ec2763d21bf88779867f4478dfc544b5afbe1062ce51f09c1ecc423c3289f0cd91ae79bc87d726ae77d885290843631f36800fff18d802cd4a998966e7793b74 SHA512 0de80a5036b1e8a5a8549c546b4693cb285ee4d10f546f4b4aceed9e1d6c64b9dbafce7bacaaf057112130036f7b41fb2e0fa3343412140e6ac926dd94c27d23 DIST thunderbird-60.0-patches-0.tar.xz 10292 BLAKE2B a81ac6708389baff21accccac1511c1fc372324cac8bb3ee0f3b5d2a0690b6e22ef658b41c887b99168b43c4ea4bb0947d3e48ad9b7e80db558db22c976df868 SHA512 1dae465676b2ff4faae08ebf69e6bac46552bc0331659bf5f444c45b026e4c8d2fc46cd3758e3bd121716aa85d5dcc56de6483919f7f0077b9d9720574dbd1aa -DIST thunderbird-60.6.1-ar.xpi 627180 BLAKE2B 56df555c0681214450a28d1eb126a1e0ebad308049c2f64480dbf20f39b5e62ea5600ecf81052a2c13396044ce77c6d27ad0c1fb6453c329968ccfb505de16a9 SHA512 76a92d776fa1efd6db1a312ad6ca016ca1cd2b70eb62ed3e309417ee02a2fb78112295d58a0d1e092cf1b36440339643a3c290dd1098c6087d08fa39515157b3 -DIST thunderbird-60.6.1-ast.xpi 559642 BLAKE2B 77892bbbe45a04c60e62a01ca98f47aac139f282a5ac06eea62d2ce518ac6cbc8d6c3765d16f929c8792b5731feeb82491eeeeeba0ef6d0116442f1e569c0d51 SHA512 66130b52317bce1b92ca6d1922d56c062196bdd5e158239640e1d040830b5522227f13e86b1286f6ebf569a8de5491ab37b4e8d7af7c5965b2a7e5b14509235e -DIST thunderbird-60.6.1-be.xpi 659080 BLAKE2B bde346f25b24c2253c7c4ef034dc8ffa1d3b742254db95a0baf9dc2a00fdd27a22f9dd7e6d32ff288ac87e6302193f7e7e1aff0e76dcff0b64ef6b9acd6093f0 SHA512 95a8afbf179697f819704668951907709033bb10d7212e7b6741910b39960a7c9800e70f343022185d716ef689c1c43e10718d5245c64db4cb5fb128a3b641df -DIST thunderbird-60.6.1-bg.xpi 669318 BLAKE2B 59f3a7930b829cbb8bf4f681ca25dc364b4291717e535700573f708749b9e7fdfe7279366038f42e4c5352406261d4ce5453c84f48f213512b6c345a657308b2 SHA512 7c64c7b1363c6001d854cbdec400c28d775bc8fba500e7c743eb254604d5babacee3fa1c3bd49e48a523d73a5343c07d1b7f25c4d2580f07c5f899e88eec0aee -DIST thunderbird-60.6.1-br.xpi 580371 BLAKE2B 1bab764801789578565226c12bc379f893d566d29cdff87e40a75d1ff187c136eef7b155bbd66ec5c652f761f3c96c62d1f5fc47d7cbc2f4b17b9f63e024bbe2 SHA512 0fbca5fc5a2f959d620380831c37d8400da26f9bf7f190a0e62c6fe1e92324bcfaa6b3650d2a8251faf595c67af7a639147ecce70e1040461ab0cd7ef077f8aa -DIST thunderbird-60.6.1-ca.xpi 591971 BLAKE2B 79bccec3825b4060ca06a81df8e70f63d6e51a12db4290b3ee81f3cd962edbfc3b3221e97e7e175a1bd2d439a5633dcc646d966661bfd2a917d219294f9bb025 SHA512 7bd0c671582543825e1bba520cce6a86fc8fc43a163aa66fc87a2e02a27b4655c296510c069e54969e1db58666ac136c8a3f98d18b7eb6a562ad91e6f1a2de69 -DIST thunderbird-60.6.1-cs.xpi 611203 BLAKE2B 49367316e806fa0ca831952f3135da1249826321bb8f7b2436359256862a0289f3b445b62129f86ea16ac030b9a4cca6f72a062a81244ab9a5659169b3cc4863 SHA512 1195c6b4aa8d80222af7c05403bc32a0b61f3fb38c99361ce1da0face6ac9346eb2817bc27b1d07008fb05aef0f680a11cc43369c6494fa37a7330356faa857f -DIST thunderbird-60.6.1-cy.xpi 586038 BLAKE2B 8e8285a0e2f667cb439066a9d94095aea44dfd8cf0b8d8dc33eee06011523dcb376c20a95b80ea7e9350b0df65bf8c61090cd80eb66d4be3ca693bd7d00bfb29 SHA512 f9e1e3e41e5eb3b2967acd6c4af53d608c3cea47a603b31b0f95980801274a9378646497b4831f8feff48d8cb5f58734a8bba8a319c7138bc23d23ac4c998d34 -DIST thunderbird-60.6.1-da.xpi 570806 BLAKE2B 5c269f47ede5214938e3e9d11c782076dd956f37e90c957645518643247a1354e84da3e5fc7f3a7171fa1ab92c0f85f425834809f207432fd7a71cd0ba03e271 SHA512 be8c3e97f757e5d1a136b4426937091cbedcd8e4f8b34a0c4528e4135840c6f2bf21298547f7f0dc520cd94322d072ae06f57907104df09604fe362fc1c3bfb4 -DIST thunderbird-60.6.1-de.xpi 582575 BLAKE2B 09f5b688993a9ac04853c7f54db678cd98a7b6d8f8fd3ab5dc9dcca38536ccde33d056ba8aa48c3ca75c213e2ec4e30ba3137d98f44d5ff367d633451578d735 SHA512 35aab53e32835a70b78399385332497d9f3da61837d02cec4a022e467b1898ea856c62307a943fdad48bdd0841ce50967525adc935ef3d612f1931ab86336f95 -DIST thunderbird-60.6.1-el.xpi 694861 BLAKE2B 6544f2cce7fea4c5e1978d16bc900c7604e4c872ae8ee11afe9d5aee679dca3b4e167ada561a351455d07a57ed88ddb3c880ea52d4e87214c9428790ec222b48 SHA512 20a432ab1a333d1d00b05d9c51c8ef05dd0b647574702dcaff53a30413b751b651c04c6d170906dc95619ac8a6cfc449790d8a3e8ec518fa4c4a04852715426d -DIST thunderbird-60.6.1-en-GB.xpi 553896 BLAKE2B d6eeca840b7edc4a25b244f087899c5c7f69966b628b09b1533efe0a510e3ff5b731b92413994ad13b8268152407f96d502682cd810dd39d9ddb4d478c9437da SHA512 428b34d4f4c306b02d7fdf0a9407592f09ac7df28cf92a11b20e465619ce390777613a251ecce2f58f9e6630b805f5aaaab693bbdb23212fb4070eff019138e6 -DIST thunderbird-60.6.1-es-AR.xpi 595048 BLAKE2B db65638db4a983b0716a51610c0b74232462540ca621b55e8c66d0a6b045d1fbcb2b5d87235bbfa44ed62b4bfaa3c471cda1eefbafc2a3a1afffea4d24da26f5 SHA512 c04b8818b0cb74621519de6f26691171c9b5a962ac805947b377a59a0947c4ea4e1790aff820de0dd25f75da951484459da02cf08ac13272f2789df7b3fdc6f2 -DIST thunderbird-60.6.1-es-ES.xpi 492212 BLAKE2B fc793d13d8325093312e9df7ab7887a290e3b3fc32b0aa7b904276bbbf06812cf78caa06375b9fe1c257324f9d822dd08f5860f2ba049f2ca2d7a133a585f240 SHA512 6770519f277bda76c9398ff6d5b5c558b9af91df16813bc7669c418dc050dec0b590cfccdacf90a346f0aa7dc980272dc3ddcdc42a20c678d730f48bdc059ee2 -DIST thunderbird-60.6.1-et.xpi 570867 BLAKE2B de2f0bfc8747e8bdba1037aa7fed5854097ed3a8db6aad12b8cb72c916e5ec2756eccf942da3e516ff14df68f220b281ed70ce9307b346d66a90efbe85fba606 SHA512 a5118ae5d512d67efece65b5850f8409cf6f368a49170922e8fd085f68f7898686b78448db4d299fb6f5e36b71e309ef336abb5c22cd0cd48b80771b9a1d675c -DIST thunderbird-60.6.1-eu.xpi 581384 BLAKE2B bba0e11f1dc2e9c356f39519fa477b45694300cf782bbd8c89ab2947f781f11a413e83d89ac3e8b2c70de5d0065ba8bf2fcff23af942321a441042d15edeac77 SHA512 f91323065d5d504cabbb35bfd9e7e58a743cae0e6aa170d20ff37223f116ba943d4b0d4cd1253dfd69c2c26b53a481e7b4f68ff8cbfcd062bd09d8167b0868c8 -DIST thunderbird-60.6.1-fi.xpi 575753 BLAKE2B fc21093e645f5b303c2cee41fc3be39af8827739bdb8e221716784dddf28dabe737da3b2e901b9d56a6e6d5b204c4b79c216bf506ef4c8e71f21c4a08401aa4c SHA512 536ff18fa4c70b27da626161ed3c9d6072eb0d6eb33845a41a0170525bf8c2606b520fd3fd7082dbbe16a32dac21f7feb967f2e38683199009bff91dc0fd33ea -DIST thunderbird-60.6.1-fr.xpi 608467 BLAKE2B dacedb27256a10a8f73fd74e04d792370b4d11a0c029b535304ecb40a01e3381b12af9e32f36393ece37ed63c65a8cc9752fa35c1224daf66ae1108487e1a784 SHA512 7f9a9bd291041fb953ce60a36fe508dd64014e39ba31b0de3f304f9666ef1993ac95babce8b0c4ee7b74091228408904ee47c4719d3569293b9904c899fffae3 -DIST thunderbird-60.6.1-fy-NL.xpi 593851 BLAKE2B cffad3490c684dd4d8a45ac50ceed5e105aec9ad3dd67caecfda94ce4e67aa4e58097c3039a6d585537b7232661890efef42bfd20f0a67dbf29a19d6db596905 SHA512 f734d8ef90b5564be66a8ff408f48ef079c2281b4f86e17ae75a890b2493c13476104d3af2047b7b1873f56e1695fd8aff1f88517a37a9db0dfc0119cf28d1c6 -DIST thunderbird-60.6.1-ga-IE.xpi 603507 BLAKE2B 4c18496fd67549a93454c311898fa0840788c2419f7249e4cc70725feae457e64bcf7ad343f1cabb1ec2db71f615683d5f7ecd39fe7e2cad12c62d6cd8a0bf05 SHA512 1666dc8580aadc288a9d55b45472bc4a0b142b028e7b618467256827caef5b13b8bb35969ddee00f438092433b69c87e6fdc50b5a0d6d2f4abaf09c5279204cd -DIST thunderbird-60.6.1-gd.xpi 599262 BLAKE2B 5ed8121a874fd98fb8e3ceae85af80af6d2488938001e1e3198b9c638f33f5aee89496b42d5a67aa1381551e2a74ed74509bdeea846ec58669338960c3d13cfc SHA512 5b1a1459b8b86760223906e4aed08f8db333e90a0787c440b1a6aab52e585074a1fc7830e256cc5100633bf9558cadc6c724cd0743d800c2a1c9b96706acf685 -DIST thunderbird-60.6.1-gl.xpi 580343 BLAKE2B d832d4269022feb02c454fdd52ddbe3e1724beebc0cd62a8da2b7dd880bd2c6769c7d64125f276248dca68f4c5ed6e8b310fe01058ac5d352730cb54fa27622b SHA512 18d697932c0d876dc73509ad7503672e3cd9e4a02a24ce6fd6fb3dc952672b912bf9faa4f83cecb7163f1b61b378a317a109d34b82041f6fd4dae5c8e5fbfea8 -DIST thunderbird-60.6.1-he.xpi 617143 BLAKE2B c8026e3fe06bb793474aee2f38f443040eae0b1fe6914dd277746e431b6cbfb000b6d14438037b25cf60e2b99f306cfdac9f08d36f251a59661cd6166db808d2 SHA512 a66b5ef0762b8f8e5bc5e3a7eca502d1f6f8361486cc9b7f553b620a1e29941d0e4a5d2469345b74227cea7803d837044ef591464c63762deca22e52b2635548 -DIST thunderbird-60.6.1-hr.xpi 582239 BLAKE2B 17b4b673fd1ab24331697a8228d17e15a2ef1a5e54833f0548e7259cac80a5c350c886b4e5c1f27749c21ff2f5b3bb95055f423ab8fe59e773a8717d7897cb74 SHA512 02560a03cb36a7292f7b62d542d8da4e38ca19ac8a10708b79e9d8fc277fc4bb40c78332ae7b59b678368417fe1ca0f7ead7a80d16a99aa9a7f5b217a9e1e394 -DIST thunderbird-60.6.1-hsb.xpi 615132 BLAKE2B 90e293cca66d31dc009f8e24c4b636ff489359ddaac4ccb38bc3a579183f7f13fbd0a2726f57678f54132d35db1b6dbf780d20491e70d848bb7e6bb05aff90be SHA512 0797df56a44d4f6668b98b8de8d8fbe61ce3308f68e87773110d37e4ab57fc04a6fce525bd6819e3fa1c9906182dc2279dbc3d7949d7a5d314506e21f42214d5 -DIST thunderbird-60.6.1-hu.xpi 615345 BLAKE2B 2b319e984fea626351b1a0be98d40e564994e109c8e9a1b484b4f8b1a1aceba2c998a4ec6358a193a294b7c77cb73b68ae9ea36429a8f2be2c09bb08029dca4a SHA512 e8a77b8e2061e341aa4cee80ab54dd6a0a2f3b616d1772965b8b1b78d882dec8932287a97dcefecffa031b8737d8aee326cc84f7eaeb8dc2b91a729fbe70c666 -DIST thunderbird-60.6.1-hy-AM.xpi 653530 BLAKE2B 49327ccf28291884c9eed20aac24e039c9332bb2460afa49abb94dea36774c9922c1530fc1c2ab73f4d980819078e2186d0bc4843bf6809b4332d0db82642a75 SHA512 717f66080450dfdcdd2a92cd7a2e433b1d70b3d9b86c75f9878b62f89d9874b197e04faf30da3f1f4b79b707144b021111cb766117b838e7d79156b4de709655 -DIST thunderbird-60.6.1-id.xpi 568861 BLAKE2B ea2a7c14a9c241f399b5deab7d978d74432e8a2cba085e7926ae6146d88afa3cc7978cad4716b7d9e7c2e752f473bebbf8fa68982d98d1014a10f77f5c01f6df SHA512 d493e3af62839d0496f0a1706eed4e98872a4a34861b8fa3073c97d137ce241994e1c4af486b61a3b5025fb732b455c4f1fa4544f3eb4ea03697b13d49a62941 -DIST thunderbird-60.6.1-is.xpi 579047 BLAKE2B 0279ab9542c2c3de79f4e022a2546077a2b804ced254a7de9f333a92dc4877141164b8597f11e301f4e2bdafe2870bb7b2ee87b55f38fc6ec9efa6a2dfbc51fd SHA512 c2a6653b96ca1461ad3122fe46912fc03477dd4d389527f33ff68d0e0b259dc9db516c0dcc77018fc13f77082b082802fa8b53b012c22fe86dca61658d754375 -DIST thunderbird-60.6.1-it.xpi 477501 BLAKE2B 5a181544c71a5eda0ac986de20681b1ad35057f761f33e15d176af10a1f5196dd4ace8eceeea4fb56302bdee8fe756aa34991a1f527b0cbaba0b97d9eb30e229 SHA512 882bbd0ea3e3bae627141e401c993fb20074b35b8af8c88f243bc8e96cac8a1eff8f52bb3fce70ef1ce795e9dfc6fe9e22886bba15b2268fa7856f5f9d7d286b -DIST thunderbird-60.6.1-ja.xpi 653345 BLAKE2B fff1f041c0c4afdcaacc33e5610e2f96c07cbbbd8d6d3e88fa950e8b1895668ad81e7dcffc24757c00decac942390a12a117886bb01116d901a9ed74d1474712 SHA512 9e9a260c793bc24a672993425d9c79595d9f60d77e471ede66e47655f188651bfcfbd792f6471ae4a919c0995ff3db13664718d6a093309d3a2c5ea7f198fbe1 -DIST thunderbird-60.6.1-ko.xpi 619730 BLAKE2B 53545025b8b447950a3001a8c5482a242c649545fe8661e8b76d34a04398046eeab2552c1060749dcec015d86dacbdbb0568fe370dd7472870e6bbe9a53486d6 SHA512 3b5e468ef74c1263ad39bba3782c782a435d23b42396ad9930ca2ee1bdaa4ee63c7b997ba5311dee713a698cf153a3049b256c00a5d426990ea7fff9aa9c5537 -DIST thunderbird-60.6.1-lt.xpi 605441 BLAKE2B 2a1539e05054fe8862946986ac3ab059f4d4a895be82caef06eecacf26d9685f269129626fdfa915bafa88d7d15d5d6ef0102fdcabb8f53c5e85d43b2288b47f SHA512 6ba6e39b76e475b69323f6884011a75c96996db298a0fa33d133926b5b8195cf59f0a77e77e175c76d82219d4dc316b9eea461260bca1d78387565fde6c3f8ab -DIST thunderbird-60.6.1-nb-NO.xpi 577003 BLAKE2B 17edd7c8958e425d42d9e3cfaa6a084d483a67503110b0c7bd9650e69529677ecdc5615fdbe3036928f3773254bc3de7510e856197b97e6ed27e13f9b177820a SHA512 c99c3b848b1b2679b7f9efe991e9fdab75347f0b099024f87de4513aa2788c7f1ec8d5bb2d3cd5cfc0643799243c34a22fb953874181c7f26993c7ea9effbbbb -DIST thunderbird-60.6.1-nl.xpi 583913 BLAKE2B d183fbd95633ed502f5f39f7e1928607abae57751287c6af9f343234fc5689239b019bf9c69dcf3201a249730186ab5df39bce45978f347a1edcc16ca67cb2d1 SHA512 33ddfd5a506a172e336650d5a4146fb60219c716713da11f351760556148d6244836fe332ad746bdcf4ce016a20c93023bcce98933f114fb360c096180744598 -DIST thunderbird-60.6.1-nn-NO.xpi 576422 BLAKE2B 38d29121667495decfd1fe65ee5f57e6b4a45acfa30b17ecd8b32c279ce37936d85251b73bb17ed32fb159de66bdfb7ec428d948a0dba004ad9a6c58f6562113 SHA512 2ce727232396c2d9472fc8064defb45ec851990f08091d2aafa8ffad82e339c738877c5992886302ab52e3fb2c554802008f84e11c11f0b5dae8f19ed2c148c1 -DIST thunderbird-60.6.1-pl.xpi 480726 BLAKE2B 46816d99718c1deda1bf40f22ac5221fd7b8e8e4f3a20f1e169f41ed8ac21f8948fc47623021887b1f06833d5102e4d8acaf36103571014f831b2e13c254d46b SHA512 26466aec061073863c4d3cc4c41d1671b8014546158e9a823d070a0012b4c6d9189d9be0529d376a65e12365d2e5c06856ebaafa0302bfd013407c7d5fa2c225 -DIST thunderbird-60.6.1-pt-BR.xpi 588835 BLAKE2B 731210c3353f84750e9aeb71bf7edfed7b0a1f54af07d942d882331091fe230e50615fbd74d2194d0cef5d332ffcfef19cdedea3854ab8dbe3a9e5ea79ae185b SHA512 c67567cc20300f027a7849444a39e87ed0c84aee689d8acf0a5c8075fe9193987b777e64ba92a1c4f2169575c9ab961b5c09823a83d3cb8088c39876d9ab366f -DIST thunderbird-60.6.1-pt-PT.xpi 593186 BLAKE2B 39e7fac6b870f4ab654602e66a169fc45979bb4c2832fc380414464383096183da7f9b105da4b99ae5bf7d61e9b0ca29d20800109d24de6bb991801d0a4a1127 SHA512 3acbe9555bfc133d55c6b52665d6ad1861a49bb2c48af30c05b6bf280a58430451f0e5a633b3316b2af0a8bb42c7d2899ba08d23e1b478c66f5eaf32e792f194 -DIST thunderbird-60.6.1-rm.xpi 578384 BLAKE2B 012927b43d96cac27fc0ed7f162dfcec9b0b99db6244a7f08d776d2d25a62b5a1e78d0c2de0d1d466a66d350f36c9e78818fed320fe54149ba002edeb1237537 SHA512 3b261775cf3fa4c49e417cc197afb1d195133e0eda79357ccb8b8f72ca55ae19883846b94791c25672c77c872a4579867b71ba10c5fb5ad81a6967685403458b -DIST thunderbird-60.6.1-ro.xpi 584309 BLAKE2B f88d17092b06b52af6d99bfc2de0e57800dbe63cff0bccc05e3aa2d71c485534a55e4897f9381d98efafd7b97470d999333e3eed1d10d02c995b43208acb24d2 SHA512 9df01a511f05835ba9e16325a2ed7560b950c1838b9fa4fd02c3e699462a2fb87cb5657a0f5ad6f8168116e8425a20f15c5be2c623ecf1fc0766229e298e2e78 -DIST thunderbird-60.6.1-ru.xpi 694706 BLAKE2B 4fbdaf06a243e949d7fdf958282877f60e45b143278dc561608e4386f8daa0323951157b06f48cf5c42befae20c0943e8507af2e5a47109e4f216382f2bf2fbb SHA512 a54deccba86914d8329ffef7a88e3df713f5ecdd6f8097d521dcc3abc8c998b007ea3caebbb3a11d1cbff5f919bb3f6865e95a6159f90fe8c2b919194e5380f0 -DIST thunderbird-60.6.1-si.xpi 647590 BLAKE2B 59a4cd4e0974aec375a4647e02d5689bfbd9effc2a81c5c7b2b8d7f2fdab58d8c061481dd18a5ee9e8131408c525afecf662785956ededca619fdd6bd46df9ee SHA512 05535fa042e4132e619484a0ed26dbac4f7f994b963247c09c80a77fe65bfeb874ad7ff37ce55580c9126ba31a2cd9f8ec1890935e73a4fd970c81825aa08f50 -DIST thunderbird-60.6.1-sk.xpi 612217 BLAKE2B 872ef3246cdf6bde000711d2a20f50b60aea8f37a7adad0ac6898d4784c1544a1eaee60d276549e8313c21865e0111546d378e6db0e8620c986766e8a3c4b0b8 SHA512 b17f9dd8da97747ad68f67a1dc7fdb16c7bf767f0b4ac48fcb4097e919ed5a6dbade8fdec13983e8eca28ed9c0e93b9bef5afc58c591c13f997e882e71693a8d -DIST thunderbird-60.6.1-sl.xpi 589947 BLAKE2B 460d7aa48d1c71a51218478d360c29e287c315955cb3de9a60291af4f3df1136be9c3d3d9b68488185b38a63df271ca94b9b2ec9d8d853a989a4a3ed086eef91 SHA512 fe8e506c59e99c82676df6e96474c3cd59bba3d4921de8e71f197901560e95467601b46131d16e385d50d6126d074171de4577e358fb333491c35b89e5d51f14 -DIST thunderbird-60.6.1-sq.xpi 593096 BLAKE2B 5afad0959f8846b8ee87fd5f61284abe7fc8c3dad03273074b6df7fc650ebbacdc853b8eac9c1e6b9014a59f9620d77287249f27059499ae44a9f11b15cf9fa3 SHA512 25a624120288739b3c3294206e520e6e37fd7ffcf9852a4b23174ddcec9dc54f7c86f8301841f0ff2c7be90f8695bf00e029fba9878d31a51fb23fb649b2e32c -DIST thunderbird-60.6.1-sr.xpi 641527 BLAKE2B 3a344f50f94652b7bf3ac366efae3a91e308a1545af537539bdf5d4fc8c42fc77b86ca18970be33f18717f1b201810e566c2694fcaa44637cae87016d9ee0e95 SHA512 d8205f60219c3f2be1213c8cd7cdbae15c7ec8324f32153037b30369d3e195a4c5f18cf1496d0b0b1ee200b48ff5108921ad396948a00212a26e5b2f55512786 -DIST thunderbird-60.6.1-sv-SE.xpi 594079 BLAKE2B 9ce29b52d5477d9e7170965064fce88133b6af9147b47433afa921bf2e68452cc486b87975b27c96aa8ccefcd6268e4addbf9b7791e96400caa89a109c48ac9d SHA512 8bf32c59a206fda2b2536bda12b1dba06ce2e63579211a05396d516b49e6daed0b989f706d246b8d6226d85616c48d0e1cc61e1c0ede41c5d7049fb28df56203 -DIST thunderbird-60.6.1-tr.xpi 598011 BLAKE2B b5cfac69f4e7f1f2bc029fd7ddda8622c748cfa36120959c28bc6c0bf12acf3073e2696d4ce4d896002c3c84e4321c0a132b1759870cdcd46bfe96146e2c4096 SHA512 10828d6ff786a69c5f03e4fbd54df052a44b82b74b8b13b0237d225225e957c431ab8f782dbee4ba12b0b236655111bf10223ff33c28ec646c7560b1ab77a334 -DIST thunderbird-60.6.1-uk.xpi 684154 BLAKE2B 67d612a4d7b4e84f3cd9d42b902f99a7843cac1f9a441ec261d1e82778b7f587267191c87eede6a2ebbd79d4e14c0a9da1b2ad87a1dd78b7e227af1ef9fbf072 SHA512 16ccd2a079a9219af46568f2d087e35cd972dbf5dec1f67d52fdc1916b9c6a60b7b4c566685c9026bfdfe9b3f73ca03eb6faca9636affa55852654a22d7f3567 -DIST thunderbird-60.6.1-vi.xpi 637187 BLAKE2B 3ad95e1dc2626b24e7ae6d262594b3b384c5e8b87e27c75944c1f12059673067abd95cd8b506b9d131c239b3a243a66349f538dadcfb655acbe592dd7df6ec9d SHA512 a509932fe2ff82f7cb9bc9407c4253359d24fa60dd44795ce211a3488d1e49c4c56b79405dba240eaf0f60f3f4ca4228c7e30b064f339e7e53e0884d1be4da16 -DIST thunderbird-60.6.1-zh-CN.xpi 626283 BLAKE2B aeeb293e5c81323c2ca873d589ec5e6e187767e3535fdb1d039c547ed7bb661a134c84a76fa971ef72e2c1acca947ca7170fa7355797f51443e32618bbec63d6 SHA512 b668158ff20baacfea259b17b9b0f1993d59352b3ec47fa22b5fd337c8733fe966e75142b85fb65d6de30dfb5fc6be48f3fad6decfd9f0cc467f68bf8c49c884 -DIST thunderbird-60.6.1-zh-TW.xpi 626190 BLAKE2B a4b79f607151e532598ac7c4a1d834e83445601a0db304b249e569b592a21c3967b8f89535a45882dac5d5c851e4ad640c955e44bef5606840356f0c280d4563 SHA512 934f9ea341619e0eccd83472bac778767f10f3676c2d072f42301aaa9cdc0ce683a12fd51d9981fffd6b26cc8a61da0ed13b52f9b97914b8309b082fc4f8736d -DIST thunderbird-60.6.1.source.tar.xz 288706632 BLAKE2B bb72d9c92d36bcc4c0f9fe8f64b348322cb0891f3c7d2e13767e94fef7b055f2c34b55a6a81fb9ab48c2eca9f68c8bc00c0e4315937a4f736aed6956c7572ef6 SHA512 78e96aeb235a07ea3f53c4212a764e9b92dacd0e5d5561e454008a56d165a1e235ed05a8ecdb77efecf80f4c7f7ba2cf7a682c775047d7c175dfb50a1d9a42d2 -DIST thunderbird-60.7.0-ar.xpi 627179 BLAKE2B e44b3d60631cfb91354b6d3496a78f6e557389a75fda0401ccecc0d31b6afe138e0347cddc88da4b4cc251a0ea0ba0dc8f285b86f6623750cb285f05476c5477 SHA512 883d66276e6f1707c2f5b7f3d85f153442c0b3b631f99d1383021d42534f797ff180a762a0bbc89b42aecca8f9d72c6a1fdf38bdcd7b60fd2f3dd57c4e68ded0 -DIST thunderbird-60.7.0-ast.xpi 559643 BLAKE2B b695b1db5255aa8427615089cf0ac2a1e2bc2578ca5acbc67b83997a9a8f1f30a1916fd9533abd5727d9fab8f6879e7a26eece4487c9b104dd5e42fd5ded7613 SHA512 3c824e7aa2a24ff55a9a1d37e88e2d26438390213435dbd73444e8779576d666a11ac5fe950ed01bbe7183d6da13eb0d1177fe4db4b51ef1f91c119c7c056091 -DIST thunderbird-60.7.0-be.xpi 659079 BLAKE2B e941b324ec20df7e79938d16434f50da09b7fed6e3e960ca5471336290a1652be0cfc01dbb42ec3beee0863fc6c6ba45e0f0c26a90a2e18593ce6e6f85815f2c SHA512 ebbe507de6468ffbf6fa5ad3a743d4f36e5f75bec71faec5e459457ab193aa5fca1f69e81f917803021ed2084ac8c7cef4e443acf472f51d2d4a0faba599ed7c -DIST thunderbird-60.7.0-bg.xpi 669318 BLAKE2B 5241ea2d3a875f3412398b3fbbad11d394bb89757f3e410788a5d84e6c395f4d25b7a98823ff5d43b53de531ca4c82aa90816554ea346450f884e58e3ec5de7f SHA512 9d46354f830b16897bcef76513a8e0fdcb455d6538db4bb4f54ee2a3205e019fc7a8506f4e83e97a0d6de5d3eb30ff2658bb69e05cad03c26ed188836d91db70 -DIST thunderbird-60.7.0-br.xpi 580371 BLAKE2B 60f860ce8588090fead45274f58cc9bd6ffff56bbcbdeffaa17ebf81702811252f8e82d705dd1f19a536cb1078c815fbeff8607875cd5c42bcb0cb1c1e8829a1 SHA512 d3f777e8a5a8aaf65d950e0d2b66fc687c7227dc2818ad1190306388254837a1631d5a465277a0599d2fdb2f244cef2fa5f0194be26a4732bf2da49e768ee5ca -DIST thunderbird-60.7.0-ca.xpi 591972 BLAKE2B 1dad5ed4bbbdc9f26594c5c86c28227a45d14968fdcfd8d4464ad8e22a0df121b6f1f31e4e1f9ddab1cdbbdf49ea5dd8948ba9314e4ad77ef988f6b002e36e7b SHA512 be85e106167bd6debeaa74dc59178b95bd5a93958f5b715b569d89d9c7f032cf37968f5bb05cfd5802c0ac45122b4887dc429833603070ae8fe412fd0fe4e9d4 -DIST thunderbird-60.7.0-cs.xpi 611202 BLAKE2B 7215b341f09155d0d8d14465f4fba916d2b1d8a759f25734a51a96ea86df1009a5c320bb348ab6ad8bf54ae8c592beeb70a9d06aad3a5edee6a30d392f4460ce SHA512 7ed6afbe61f84863f8251fe5eb23ace79f51f177a95f02ff33aa669f1c33a09679554ce9a6f89f0b2deb802bfe4581834b8fe6fff1d05db51f4130d35a3399bc -DIST thunderbird-60.7.0-cy.xpi 586037 BLAKE2B fbf0dac01038df944e6fb80d3ea0fcb457f73cce092ae3fce62ff6099ffc58ddb81a91d0bf0f0735e77bdea4d8ada11579057c5149f96bbcf65fc8be6c1654d6 SHA512 68b0e0812ff73bbf81c25ab7f11fbcabf1f0acf58d65295d19557a5f4d71904e51f69fcd4c9449539c4adecc5d31115f7be700bdf349ba80ee7a64186ee4bfdf -DIST thunderbird-60.7.0-da.xpi 570806 BLAKE2B 3b53276bb0b317213c3b07dcb9c32506995edd8c25b79d6564960d08b6724fd0c35abf72f392aa5087a874825a2369b57c82206c74d19ac29f16e5900b86775d SHA512 7a56997f7ede542dd57531c3aacb7ad9ba21d59db0a5bf8a279bd53ea4a5d333cc61f3793b9b212a90e563a1d4db90f6f68ea1f2fb01ec2465780145a82f6ecf -DIST thunderbird-60.7.0-de.xpi 582574 BLAKE2B 329f74e03cbaf014f86be139a32a2853a34ec46fed452be5d591ce70978bee9853a4eb63f383d9521472c1410a5035bf5416eaaec79cc72ed3497774d1087d0f SHA512 fd0eb44c2b059482a0b3a94bd650764e4cd97ef0f6ff6a83a4909b25a03d62e2476d44c79f80c88acacdf75f445e1468abd5e357fb0803f37b4729bf57378fdd -DIST thunderbird-60.7.0-el.xpi 694861 BLAKE2B 884cf584aa1994f589d80296d07dc9645496fc506ef8fc3668b54deeba1abb714c0a8aa84b4d8fe80a988af9774068ce01f66bc347d510320d22e1835b029650 SHA512 25ad254876525f190a5f2e5350fab476059941ee1c4521cc21a052c9348a10e6c22b7826f4c109eb80521ef1fdd225568545420fbd91aed3e09b7e037f448abe -DIST thunderbird-60.7.0-en-GB.xpi 553897 BLAKE2B 85ba7cccdc1972225b39d5f4be16ca03dab3905b9dba5fcb785c70632fc9dd615f42432480c6c9f4bb0d6ec1e23bacdad18754b741a5496b3d42fb314ecd61d7 SHA512 024c6d8c1c934d49f59e7a79c44ab7aca6d4dfa273ee2e9cf4a5d8666dda941051166b494ec82fed8328050dda0643109c9cacf0d968be33bee56e9b39b97480 -DIST thunderbird-60.7.0-es-AR.xpi 595048 BLAKE2B b43c1eb33bffbe7f34a14e9750033fd7f4a159156e257ca950447102833348fb8813c475ba363ac5d23f3f93750b2cbfb707954e5777f793a722fcd8f2ae1a72 SHA512 90737ba05f527a78828de1c4a755d3509c8eb7183784af83d6b0f02be1b6e156de244e35918d41434e2c48bfe2cf84a235561fb7c0f02e68e00e671a3b79f5fb -DIST thunderbird-60.7.0-es-ES.xpi 492211 BLAKE2B 2c2ac7deb24005978cb0085caa455c836e0fbc8ca912ef5b1a23fa15317e5a9b7661bc9739c0c3f65cf28396d0ef177bccf092acf2bca63ab9412d8aa4953c75 SHA512 b261bf99b39836149d46b4349c8414657b295c293c7e40e420e53638e97d2fb851df2f94a49a80affd42671da98a508b9110e391bf685966b4c7b84ad1e65c7e -DIST thunderbird-60.7.0-et.xpi 570867 BLAKE2B 171ecc9c1118acf1a453578617eb1b6dd0a372ff0af06fc206d58e6c1cbf005e09ffe4a9694279b44a2defaf966c4a7799fd6d1e33c9e395206926f412545485 SHA512 0c24ebcd7c5c34bdefd9e9d9d9aee690765824cdae9f837fd5039d1919cd1bad0de99ac00f8968166617d35eccd086d913512e6cecbd0236062f3c13bdc2f7f5 -DIST thunderbird-60.7.0-eu.xpi 581384 BLAKE2B 2da6830c06321f9a7607b9eabcd56e65e8df1e791ed5728c30878f0b533fa4e79d570850bc8ac320cb872986f5b24240b2b28bd3e6bc772e489deb251f7bc1e1 SHA512 bc7430e33d91c74567b13350f8afb93b054e7020b22cbea00598b551cbfc3992286c84d41c7a1f01f7a8696bf5c7ff78486d0a08b2067b1efe2d7f13e3ecafc7 -DIST thunderbird-60.7.0-fi.xpi 575753 BLAKE2B 82ca90dc9515bfcff46d917ea6ec5618418d1bd8b72ca33d48efc1be4a536aff99b867c527faf8632c9fdb53141a10769f506324333a6a7629b45fb1b948ec32 SHA512 ab90d50ab0fe4a52d493ed0f2bfd3a682cbf933a493733116288c88d37b8878ec532dd284854c455dccb907409034a16284d4d4712767a769e909d276a2c3584 -DIST thunderbird-60.7.0-fr.xpi 608467 BLAKE2B 886cdbd1168bce75d0df68ffe607b708caccbd63639e3a8013e81e7d05427aa74be83dfc7c11d5e79b22d1b666a45567c10eef669cfe5ecc8486d6063b9fbd3d SHA512 5b2b8fd9282342624acb16ccb3d56a857aaf9c655fede058c2b8b3ea50adb02d95459e853b7234e3eb63766c1ae653a2a31cb30c6eafe457fba77b30c3e6fdd8 -DIST thunderbird-60.7.0-fy-NL.xpi 593851 BLAKE2B 74e93c62dd30c1fe828f0b7a241c0ff7685c7baa91543b82673abdb86b942ea50c5972dba743cc424d43600e8a5a435a963442eaa559e211d436d202c4ea40a2 SHA512 e8c51d9432cde5d270cfb5eab6a3c66bc17a8c771961d3b3791b2b744cdd372f95e612530ea55b8bb0eeb4b7b531b9d23175167015d1a50140e5cb203c3ba42b -DIST thunderbird-60.7.0-ga-IE.xpi 603507 BLAKE2B a1630cf930b20ce479a97619e239b499e2cd2b52f7ee01d385b458dff3b6940f2cb2703a891bff1e3e0c31d829622da97099a833dcb589947f714fcbf5bc2b4d SHA512 7818655dfb1dcdbb5ec05ad99333edf708eeae6de72f8d8c99826d205b7e27fb2cfbe5a0b59542c1312bc6d3985e2de7d4376fcb24cd34b55a252e82090d44bb -DIST thunderbird-60.7.0-gd.xpi 599262 BLAKE2B 5dc5411da2e9437ef6c2261d9bdc75306374bf11b01627a7ab0b005cffd781e175d3e6ab95fa42c2d19548f09daa7b8d9ed994edf76ca581c8d5f28e617e3192 SHA512 14f1ecda23ee70e01cbeb2c14e6700acbff6bf4a251b18f3dd1eb9abd53496f2deab7630871e8497fee77ef54d2df838270db43a0e134025da84ab6388bb9d25 -DIST thunderbird-60.7.0-gl.xpi 580343 BLAKE2B b19888ee810df59796c5dc939ed60735fbb8ca387687f285e632ddc21e5fdd67f6d76def1863286ad73b533e1c4366649a032368d1804f3797896edb870ab2ad SHA512 d5ff1133af2b0bd427fe60193374a5fda89ca8c00c3160c061878992b3728f4eb00472f5d1e0d612ea904b89120902eb4b9a3b65ae774ed4f93463d884399b47 -DIST thunderbird-60.7.0-he.xpi 617143 BLAKE2B ba2d240cc3a4af61addc45dc8e059fc8243e1c81c31209c8bbb2d1d7d184f8895621c0c91639352e98d4b973392cec764feb4f22b5a5a88a71ef758a306d1706 SHA512 07f7ddbb7d2f7412a2f3246e2b7cc0a46cd67339b0c8f30947f7cc27e14674e5ac86af78dfdfd674d7f43679b43bafa45631f31f51cb6cefbaef8b48093e6e40 -DIST thunderbird-60.7.0-hr.xpi 582239 BLAKE2B b37a4c2797453ec9aeacde3a598cd21d3cc00e37b463a10d7bba3152ae89d6032585949b4b852d37b0481561527b80cfde0b0b113be3db5107337a81b0ea94fd SHA512 13d52ed5aebfa416f08440c706b543622778db62bd4a8ada0af2d1867f4f03b5f621db801a29169714ebdd8bb885c8d0a18270152918e28876ab3236ff31e786 -DIST thunderbird-60.7.0-hsb.xpi 615132 BLAKE2B 80da5aa84cefc8fe60b106cf2d759bcd93623561ed2f411598c513ea28dd9cfe5dfd16d3189ce9f35c08021df37a068a42e18f83b84bdf8713f57bbb3bb2e6e3 SHA512 481ba888a3e01c92ea22ae8481da96f6b722411b3e80767826cd62a462b6efb08f305c365169e96992a6ab6527102d601b4c77dceb0793a525131bfd46a07266 -DIST thunderbird-60.7.0-hu.xpi 615347 BLAKE2B 5c5ca4e09120235b7eefd27c51feead044b6088fd1ffdf6e1c333be220b910f278c1b7dd74c25ff3185d0bba35a02638a6f4fcdccc6282bfd5bb7bbc96c6db85 SHA512 0449b1f4be4edba5f40e94a1c95907d86cf3496042eb9a04b67bb90d90d0c4a07d2e55b2f8ff2060171d60da15a3518c3a2fdfb8cf81278530eeaaf330b6b80d -DIST thunderbird-60.7.0-hy-AM.xpi 653530 BLAKE2B a9983e811c2ecfabf584493f86c88d9afb28e019a8410b51dd59b5234c698cb7ebd74455386f74e180798fc126f0ff79be58309c8df847340bf807fa5ba5a267 SHA512 b4106d70cea3cfa74e04cb9ecc409e4701fb4ec9ea332aaaba3dd7e6f578b2f68556a6455400953a990f8e2e23f2eed5822e36ce01e143cc2b480993e3289ea5 -DIST thunderbird-60.7.0-id.xpi 568860 BLAKE2B 869195e287a66861b9d39cd7f16dd7d4885aa403ff85e2bbf1eb47537ac284fa3b17dbd99687ecd22a7d71d7e51f24caf6398f7dfea819ac368bce1b6bf229a6 SHA512 2c6b5ef5f860a2388ffba87ee878bb1f630b947277eccb8e82f7bf3edcaff331f45df7d32cc2f9898134c91abd3708c764e2a6d5bfc4c7ae87124286e745c5c3 -DIST thunderbird-60.7.0-is.xpi 579047 BLAKE2B 1469368e5864a8e588bb2908c9ccbe0f0431290fd9f32f9151e560fc2a474470041aa6db60c4ae8fada123db1c6e5e96689bb4d93cbc6fd8d897c06dd242a337 SHA512 5fd1c0407d9fd2ebbebfe7588eea5223761013b889a5d296329e1f28f31a95cfc3248debd3186c17f24eedf2afb3dbc0992acaae86ea89001a09721397a81af0 -DIST thunderbird-60.7.0-it.xpi 477501 BLAKE2B 67e4bf9751b7084a8d7c20cc007b9c27d5751dd99738ac12dc0a35c80598166d4e53bbba772d4d43556bd45b6d32e60a94c1eb91bd903f2655a3bb4422c92b0c SHA512 26cd62702432aec555b3e1df582413b9777e52fadb85c76eaa7e69c08a2688009b28b8f91e1dbe406f680a6bb71e6c6c7fd518d012529a8278063b500480859e -DIST thunderbird-60.7.0-ja.xpi 653344 BLAKE2B 9aeeae89e462aa3aa7edf572b9f99d44441ab7dcf379befa7621d2703cba920760a9ef021fdcaa9d9170c3e3192700fa57e254449b9ba4f3df55225af25c53bd SHA512 1976e3d707d19f736cc7812b688d091aaef59f685d75e9d88105b17f2e3db1ec06b11e98437db344e2fe30846e8961efdf1c3b21a8df138d4135422492ca1941 -DIST thunderbird-60.7.0-ko.xpi 619730 BLAKE2B a31b1b171226b9e0b05dae70db4544d7f22a574a9d46ab6bc2c768756058a29109c1e88d27dd56b18e0167e67acf6d9cbb429fb4a05996f2e4926e2bb32dd4fe SHA512 d749be59c02819d0b6c8f7928589ff9d6717e39816fca227a6ae7919a019ba68fe7afdfb5737dbc1cb1e080ff9d6972875e4cf18e03612570cf1833de1ba3481 -DIST thunderbird-60.7.0-lt.xpi 605441 BLAKE2B 4a5e21e0f4110b7cc40966b9f11a9faec123d6fab137dab79eda47044a0fb1392243ba285fc15126a00a3cdd034d34eeab678f5fb96ae460a94acb08a3cd85bf SHA512 5d306fbb54eeca9283d39f13b7268bf67f926f13f3272e15e828e10b5bc4ca2902f94f08efa48139662c9401e59a66bc5f753f2aa051170897976597a6f6a703 -DIST thunderbird-60.7.0-nb-NO.xpi 577004 BLAKE2B 8f285d266b1e1870630413fd2d85a02dd9c153b0feabeff8318b6c96a216d7c094776fb65729d936f3f3ceb0758ad3828d6ff9d390c4bc870644730b8decd934 SHA512 0c1ec3d49b79d8fc8951bb0af4fc7ca8a0248740d3de5f0e0436e4f93f221e0221937325242ea7d70242524e1b2c6fab24b9b35e865728110b12ea9a8e7fcb1e -DIST thunderbird-60.7.0-nl.xpi 583913 BLAKE2B 7dfc64313b805edc1c428047ed81759d7a288186fbadf770dd36fe9d6065bd4ec0fd85be7398d250bd2c7a7b1b5ef9e71723a81735623c48892880d09e0c3761 SHA512 ef38964b43d4dfa2ef30237fa9fc0be4a4b39f2469e678c521a42bc9a218e1125dc16170a17bbfa045681eb4b0b6027e0be6dd607be9ed752dc9b6f0a21b3dbf -DIST thunderbird-60.7.0-nn-NO.xpi 576422 BLAKE2B 78d660393ef0c4d4fbdf01cc26f67f78c05cca00d2d7ff721e93adbd47bef728d78fc4d10ee1b4f582623f810ec26bff1caf149d931dd53ebd1ef5730a061ea2 SHA512 76625b479dfb3e4763f82ecb7ca5cc78b44152cf1d7fb14f746333cea0fe66d6afa3741037048cd458e28e05deb7977a6078278249a13b105fe54753423729e0 -DIST thunderbird-60.7.0-pl.xpi 480726 BLAKE2B dd21cf9e4668dfde95f9e947701928961cb52ebb543d57b5fca9694b6761a4586335e237b44df174cc353d617c1a7c7f87b002bd6c565979f469e223709b0d2c SHA512 b612f5843b4e60379cb4bbfeeea15e48f1e2c498ba81bd852cf11340f5b0db598b708c0b9f6a73badde41af45533a4f51e8f4b12b314eee5db710224be3625bd -DIST thunderbird-60.7.0-pt-BR.xpi 588833 BLAKE2B 166e391a6d55b1ae3864d7accfa7eefd917616f77c7e2646f49a921aa2c3d3f86b6d269a510cdd599bf24eaa8371c36271c84a17b6a8d4a8a355ae8a34ca8048 SHA512 e99b12a930f061603b687a7cf57fbdcacc5baf2813258ac29324ff328f5cd2fdeb5a00e3529e9494aa8fe7bcd57b2767a81d091d4eca47dd2de13327f77a31dc -DIST thunderbird-60.7.0-pt-PT.xpi 593186 BLAKE2B d86887311e0c0b8417951fde19016611ee816906cedd9d7d239dadb2bd9a5e376649ed2c1619007edafe476d2e29b56eaee60d4e7225b05dbd103cee37b43b29 SHA512 04d5bf4248107f394a0a111fa8d34ee2d0f883edad61a9a224af6069208e0e5f7a17f033026891352ac8e79a2d39995db73ef73026888f0723d361f8e754ded0 -DIST thunderbird-60.7.0-rm.xpi 578384 BLAKE2B b61f22ddac48a1f29cb650cd3032e21ed305b983ff25a6b959eca8fa7c4fecd5b662f361f6606d42131524f83adf3468cca203faa2f5f514473439479dfa812e SHA512 e4dc4199ce6e05a998e12e0f64325ed87269d42feb5b50eac2382dd0855ea4f653ddf43c37cfef562eb44e99e93dab59daff77bc52af2bdf2ba29b995f838ff2 -DIST thunderbird-60.7.0-ro.xpi 584309 BLAKE2B 4d499842356561a516648d558b413b3038e01ad5ab00fc834fad40168ef3a29fe291bb652ff260419815f5d005349ee04a341e0e1811dbc713d7cacc9324b884 SHA512 8bfdc388719c549a0fa710da9bc5be5d1fd9c18ea68d3a8471a93658de46620e909ae55601122ad8bdecc357f6975a159fc52a5840e1d02066000a7153941f15 -DIST thunderbird-60.7.0-ru.xpi 694706 BLAKE2B 561b6a32b33a2a7b9007037770d84c64336a4bb191b14cbb52b9526a5cbfb4307d4ec28666536c3261e443cc02a83bc2a5de88643dee901c37c0c4d4a6b4d876 SHA512 d72ce7f630b4df73786adede48b25152865a30559cff4135e022cb7820d711226c4df3e590f210dbd0753dae244e198a3e5a9397aefd92292c4df941b7f8845d -DIST thunderbird-60.7.0-si.xpi 647590 BLAKE2B d2dd3b316c6ab993c5dedf4a319b852849ce592fccfdf34403072b5f15dd578070e02561a50e9cdd84780e5f78af4ca0d3a3645af3cb81692dda0340fcdfd1f7 SHA512 ce7bb1770da2cc61f32eaba4235aa26feb9dc2889f94dd6f0b64ccb148de8a7473db0895460cf9ac0c3837c2000d4b376fd61f5cf1b25e2334b39cd3e4615705 -DIST thunderbird-60.7.0-sk.xpi 612216 BLAKE2B 5b94739af5f8a589ab55f50bb5c62ce7c699e2ab1e17bbae47968a11c6b4eb040caae0d2bc0f2af4d8871ff4a8ce43cb60cabedd67f2185f2dd127627dd1ae7e SHA512 563739554b1bc1e55a961ad79474b56488d0b6879d4de30cac0c522ac61cd437e0e7d2d741994716ccc572c359467c8a15445ee7924899862835e6d0820d9775 -DIST thunderbird-60.7.0-sl.xpi 589946 BLAKE2B 46b062525684404d009110b7df6de904c0b00ae63dc0a7dba197520b95d264fad27ec4bb6e8e0894742ab3076cf3d43c709c81e93e5756429329488c4ea2af58 SHA512 27955cca0aa63aea9efabe0f2dc6b886e3c876bb0c5921df7d2e3aa21e8fe8efa8e50c3e7b36c091e42e3fe30edbd2c6d1c6200344d802fe872cc68449b4efe3 -DIST thunderbird-60.7.0-sq.xpi 593096 BLAKE2B d1f8df07df73c44ed6795cc21dca939d6c64efd3feb1f1996028c96a76262e37e48e0f695e8ba739e3a9499f6c6c5309653c31b65e385af2324b2730b976da25 SHA512 ca597d4fb96481a27bd3431fb06072def1046611b7bb5cb2c48e117cece65c736d291e531484d3c7ebc56ede611559682a866c1ad1fe1735dc45b7918288c47a -DIST thunderbird-60.7.0-sr.xpi 641527 BLAKE2B 1a6f49eb5d57960043c0f2d6c93fc391e0cba01fa1d99048eec3a673d34cf30f2025b416bccb79108a004f48edd0fb7111f270a520fd950a2e9b46d5ae0fb059 SHA512 56c5a0856287680e7a8abc28b792ddfba28c1ce9eb234f624fe58cbc9534fac6b3cff1bbc4e765e957319b463ab303a2946e13badb1f93824bef8db6705359b3 -DIST thunderbird-60.7.0-sv-SE.xpi 594079 BLAKE2B d2db8648c68521c83b77270443d89927322eb25d23952e5f3df96e9ac387ec27eb4045c73fbe087d974f2e67328b80114c9519782df8dcfd9e37c67d10a89c1f SHA512 877b270f783196d1a1fa9b5a03a2e479c9a4899a2997b899b3cdf3bb5630c0b7b956fd7d9ca8a083f4e00420cf35a9c855bd13ae3dc878d0b83d2abfe9320be8 -DIST thunderbird-60.7.0-tr.xpi 598010 BLAKE2B efe77d23416611992d6997578a2bd4a8685a1b9ca32f2c9363d86423dac9a16a628d587f5d1ba52a1b3ca94ffc642e35806e14098ae72f3d2b03d9896eea866b SHA512 d58da490a846a6e986a19a3424cbee9ebccea246a4d27221c8ccfb72d7a30453b158302e4c48019434b35f793216601c2fd6531523ded209d63da05009e0c130 -DIST thunderbird-60.7.0-uk.xpi 684154 BLAKE2B b48c4b3bc74a0106ca14e867b3908b6b7b17f3e45a760b310e3b7d5d72bb294335a469f48f6bf66aa932fabb677e58232246017039aeaed031f5bab64f0079f5 SHA512 bb92dc6633387e58a7e8bd45ed75bb2b3d699200b4a5db4d4008127b07e1e3bb99af3131b7c6c3265f881d20f026fa6e9d632b30470730405be21470df81c757 -DIST thunderbird-60.7.0-vi.xpi 637188 BLAKE2B 321e96db5a8bd3f6736540fb842c19fe5f1552438623727e5a529a6afdd586fd56d2ce94d5621d1982af1b2bc420108742e734e84b94e44b998f94212ac78bff SHA512 691dc851c2e6f0dae45a1d88cd7ce2e55fc81efe6631180f2a2194df2297aa038e9358186b8a48f8f5c952e6e2347e6ba5a65f16abd8c0b1d58c4cc0596ff23c -DIST thunderbird-60.7.0-zh-CN.xpi 626283 BLAKE2B 3ef6939c58d31960c973c22804f46825ed67dd291bfac8bc804239ce86c4858c05931775f9c9000c33e2bcd5c884132ccff3bb9d68cc818780737054ed175a6b SHA512 a75581df56bd1807c6f260816576ff6880d0953f33a998dff10b27c6a2c8e453a1b9dee568e65bb6b485670e8636a420b1f1b5ba083f1e91812d5501959101d3 -DIST thunderbird-60.7.0-zh-TW.xpi 626190 BLAKE2B 64ea922eb098f0c741291ae80c780e40d6c76f9cc202d86693e74d89c9bc68aa3b84577c4450f5e276d05c93cbbed29d923993b67dd771e3065447c04ac05c76 SHA512 f0cc5932ef5bf6d8748eaaeecda18456b517214eb102ab8d1b41636102ab2d41c5756c14b85660f909916b40a5f91a9d3bda1e959df30e38f83fa9b78f2ac9f3 -DIST thunderbird-60.7.0.source.tar.xz 285728804 BLAKE2B bdf1e9e64291ce8793f1ba7b3a33da4674cbaf3db9b073310a12f6c1e38ed458436b6f5dc85b93bfe496b2eecb1fc8781e4e072d3a646e3a7f431210e7e445ec SHA512 60428b652bed985f463a6ebf765a384e3ef875b193a60e4b14de8bb96658adf471c7af0f0709d8edbbb014c7ab54f03ca72f2cea1b49cd05a49fe74c748d7328 -DIST thunderbird-60.7.1-ar.xpi 627181 BLAKE2B 6258b86390fac648a6fa7eca46c4d12c0dcc4de5f35a6be138aff0b336cba59d9b96a930bdf953b0c4d803d6e0aa4e68d2e79e3ca1cf084a2af1446d29f0b29b SHA512 92803d3afbc90733612cc92ff3081a909a6eb761d76ba72f9663c43e0bbb0ccc3b59c5a11278dc9174d839db7182beeef2674617119f1ac9d01ad8e85b753dc5 -DIST thunderbird-60.7.1-ast.xpi 559642 BLAKE2B fa03f8cccfeeab7c9c7c9d57aaaa701b52b2eb1066db8f2ca0a77da6d5c29fb4b9b6439ad185696f6164209ca157939f68b8782a12f20f656f38857f10ff36b0 SHA512 efd41e5ded3b7613271f19ad77c0d6122667d499327aa0fe79c590657239647761497c562f13ba2ca4fc931317510846514b491ff86260331cb9e30ac488a03f -DIST thunderbird-60.7.1-be.xpi 659079 BLAKE2B db6888a97a8a2aaeffa50d336413f1cd4e5f65b55e05e0f37614ae9abc311be5547f8b9a5bdada2620ee85547e992fbff68889d81184fce22e692b379f610c44 SHA512 aeb87cd19cd8502ce71742142cc9ccdb2afc8241c164cec74ce64f2881b0fc1d50b6b2eabd91c15d8f31f779186ccb0c42a802a3a10c5b375a2d5d5dab109064 -DIST thunderbird-60.7.1-bg.xpi 669318 BLAKE2B e28bbdb9b01150f7c9ed06740964c4711faf93060764fb1639989f0cc7eeee5c60f963c457eef457dfa98e2575710f667d80f224dc2512d8b1a921a513e9946d SHA512 bb6db33a7fec0a9ad7381aad865e9877056d102a5839bf051cb91292d449c09793455277141530e7a5cae72b4d64293f6379f5dfd96e38b0d3121ab8aba35b76 -DIST thunderbird-60.7.1-br.xpi 580371 BLAKE2B 78a58df4c32e1fdcc0210a57b1dace485347e2ecaf80cafc863b788a352af19a89e1e3f20d5ac267d3578d32f519fa0b3cc792db11c92f31d61f2bde089e41b6 SHA512 61eab689c897fd5476438378ac9150470049c449feb6207c5710de697bdb54b185c7dc9f4bb0f899499bb6ae8526b6b79674d6a79f965c4cbbfb253672925447 -DIST thunderbird-60.7.1-ca.xpi 591971 BLAKE2B 1bf9fb869c01285f80127e2dc6793a7f41a42b04974024b525ba58097a134f41f3b263642abc4a52ee86bf5c6e4c4e64223edd0a4e601b307e7485a18463250a SHA512 d83aaf6ffc7f661893282e92470136909b2aab86cc1e575249d1591609cbf81f5b83f56270ae06a4c9bcefb808e8fb75e734f86519a593850e666cb70ad21a3c -DIST thunderbird-60.7.1-cs.xpi 611202 BLAKE2B 5dda4b474e4ab2cbb5e89cc9e3fe99457f4db1576fcd6ed233e1a977a7ba44c4c5aabc77844d70ea4f02967b02f92640dd9940baebb9b15a871b530749453c5b SHA512 8a1d376a54b537b1bcb15f6d51f6444dd81997f7c9223cf33fbafc5d27935947e223f1a5649fc1cc2a1a3b2365be1c51f8a58fdad1fc21ed933b971989d8f1f3 -DIST thunderbird-60.7.1-cy.xpi 586038 BLAKE2B 37b31f5aff47df0356c0a80822b1ea658a9e83f0aa5c0696624c68938e16697053826a89d7c6d6e888717b107d496e82af5f430748b3a9430532952ccac46907 SHA512 28a10b69a5bc213e712fa4611f0605a1df6141a292faf2c1d191e46112b07facdec6218847c26a8ed2a8f4707c4986031ba96c1817a460326431c3d09aa7bac9 -DIST thunderbird-60.7.1-da.xpi 570807 BLAKE2B dea35bb4c52b9cad44d72ea5f8cefa9adbf5a037d112c478a431a1335eff894e4d35881d382aabe8a1cb862107dc2451fac226b5e53d1d238a8a94ee1c4cccf4 SHA512 df12c017462e198a30773fc42e9ae00aeae150b3e6760cc496aa8acb52db4f3c0ece2a7db2731fc944130e52db34928c74ee118dd01a67f5bdd8336147816962 -DIST thunderbird-60.7.1-de.xpi 582574 BLAKE2B 1dfbf130b2de15190b473d6df590b5e95c529c2f267d73129b68b4a7a7da00c8a308159eb512908d349119938542dd0cd88611fff39586927afc8161f67bb8a5 SHA512 60f38eb1d21e7c1d57938803d8822282e79494aa8039c7b2d4a0e00abd49008d18575e4e1630e03671690112b028057391baff5fefb0a3da0511fa620d08a6d6 -DIST thunderbird-60.7.1-el.xpi 694860 BLAKE2B 275db6d2d9ef99de81699acd89a47ff0ce766fd05a9e5c9b68640d87edc159d4f3ba5645193472a3e2f1c639822213f81d2064821dcd54e8b44ee678f3aa68c6 SHA512 ee87c5dcfb60571c940c6359899a5a59f172a794f4a6e1961395096215a7b46f14f2a89e17acc40ce6bd2f0a8c824ddc49643edf823018179f0eeef4ae6550a3 -DIST thunderbird-60.7.1-en-GB.xpi 553896 BLAKE2B 8ea9310a9292ed219e01a2df8abaa09d59554c7458d3f3f4a8ccd576ede1668ea11a0662682336b6a898a164a7806e1a3e4588dc3103126b9591980a902e94e2 SHA512 bcdbca661911d918d908ac7855530444a2a9fd7f520dbadab881187bd910da3f8ae7db35af1f647c72b0fa2a6c3d9a338630688edb4b0d488f32d2aae35b11e5 -DIST thunderbird-60.7.1-es-AR.xpi 595048 BLAKE2B 55213b0ab75ceeb8eff73085c396bdd8c2b170f106fe74ff7bff9838667431ed1ed4a411d09092d651c87751d2363d444fe582daaf88e991af1faa7c03a9eab2 SHA512 2b8aa1dc08fe33e1c554f572cbead67efe7fae5428089b5257f25866d3814d647f552ed9a33014e0009a7a344d06ef9cf28ba2962b5469e96056127b3f413722 -DIST thunderbird-60.7.1-es-ES.xpi 492210 BLAKE2B 57cf99f4a5e693337b0b0a711ea4a1b50424da1fd9e49ecfa0ef42cbd12f055c002a0908ea752c305b500805c1b77ed1b62d68b47fd7bbe1cdd6b3b023c0cdea SHA512 fbbc92c859654329a6d06b177b721c8d77747242431da77af99be0370de41d9d8954042a01ab65be46d545c3c3fb89f21ae5fc2256cdd56015d3f2fcf4ccf0b6 -DIST thunderbird-60.7.1-et.xpi 570867 BLAKE2B b30277c36bd58e536cae59eb6e6d85becb19949e530ee07295a7a99281a83a510cd7c014aba6c3d39930dc5f7c8598e2c1673aeee6ebfad42bf7ae653453c18d SHA512 9c8abf32829bde2a10cc6c4c20f0d1678a75895e0194d517e7b631ee6dc20ba09a64a4d3c8ccb945171a7789dfa629a3689b1e496e595e213652c63833afefbb -DIST thunderbird-60.7.1-eu.xpi 581383 BLAKE2B 04989fc8e3b9949f8397effcaf0a1df0f73c6bf11bf1689e399fdc6096d5db4093e8a9cb13c211314637db8d30ec553580fb3131783fd2d68db04c4442e21ff8 SHA512 164f7d079801d1719df7ac0528ddab1d8c820a0d8083bcaa7bd8177504b6e79dc8741c0cae376f512ac0f55ec26b2eadb9542d69e4d641f12e6b7b588fa54134 -DIST thunderbird-60.7.1-fi.xpi 575755 BLAKE2B adcb873999e5907c139d206c1df5f89ce62c06edde394be8f044a6f4a3664cf73562984db19747992cfbfcac39c27a304b86626c41f361560244c9de9f612944 SHA512 b6cc97b781265e8d9d4135e8b5517de9661e9cfb09bb07dadb706730584098bbbbef81b4d7a3c03e5691248ef4069c6cbf8235afe3647b9c2fd4a7faa778a573 -DIST thunderbird-60.7.1-fr.xpi 608465 BLAKE2B a2d247c4369a6f181a4a0415a0d0c00d2d6aeef4541baef5e053a3c83d786a837982d138ffadea06131a65b49833f175916794f475561c986e31010380793464 SHA512 cbaeaf3af09c07dfc258b978bbe14dadb36443e2c375541329004f9900258877b198fb4183a51bf5e09d00caf600a2e5787a94e3b678fdf8c60b12e0bdf97232 -DIST thunderbird-60.7.1-fy-NL.xpi 593851 BLAKE2B 26541caff28974344e2f2e0c8891b4a918a32b77b0011e6a28b847bf9d556e20796895712826934c1bcbeada5361cc501c3ee1935e26a6ba199df87f35f27b7f SHA512 2584afa6f331f0a65963a1dca4b13428c21946a95886da382f7e7dfaec2f6d2a2761f78ffe3630b326952e3726535ac13593516586b6c9aa956f2a4ab5bd655b -DIST thunderbird-60.7.1-ga-IE.xpi 603507 BLAKE2B 6c474a19c58cc92015e6a919817ebf94dd3344dc82aaaf2cc085f53d458f151c176869e7573f0ceb8f11ce37e5bc15a8b089f7be7a13c91ccd2411353f7da1a6 SHA512 a4bd76bf72b9aa41699900e87e8b3cac88fc6e421b817ddea5ecb9d88dc3c4f644bedd5a3dd4aeb46ced4361350c51a0467c6d45242325d2c9cf1df7e7e72ae7 -DIST thunderbird-60.7.1-gd.xpi 599262 BLAKE2B a61b32e431bef81c8be80c7c9a0551c8a96274bf77e3cfa10cad1ef653af13a41d459e607b47505ddb3753bd5596c369a09550731e8c686895b979028cc47247 SHA512 ecf27919dcc96c3bee7153d28729765c3afd7b4a52403b13b5da2223a3825cc2df5281184d6b027a96e864d9b28b170bcdd50a4bfb9566f04ce4c0f55f92ee62 -DIST thunderbird-60.7.1-gl.xpi 580343 BLAKE2B 5f6100ffee2fd83d283656f22c0586f23b37c4f2aa2da39e86e08e9263715beaba3d8a41965f08688e6c7e2d5b40da4a50d73081528bfa18f1e79847c2799f35 SHA512 8f147e6c64d20f8e237bbfd2708fbdd80b243b1973ae7c43456a2e71305c7fc91649c7af90935bcc4d63bea72375dc46a2d1c212eea4f9854d2f673e05165a14 -DIST thunderbird-60.7.1-he.xpi 617143 BLAKE2B edabe35056b1580fcd50183ac80390337878faec1364e708a2953c4a551f8634e1eabea15ed51ac064c9612f397a5cbb77e4b8c81a43dfa3d4824b69564929fc SHA512 1dd5d3529889428e3da4105b5c66307d24e6c39797ef74ce9fa34a520d1dd76d032d42b4978a2135b903127f062452d3092d4c90ab7669566bceef37490303d4 -DIST thunderbird-60.7.1-hr.xpi 582238 BLAKE2B 4f56c4fe03564bb1afbc70a2a5a14abb70ce3547893c45096cbcca56885cb9f895d021c5114ffefac2b36733a30b9762c3292d77647f5b231f5168fe64a696c4 SHA512 dc620cdceb28bff5e290bc42fa52e45e92fbc63e21e3ec64b14bcaaf66a983418a069ef1979f1b881d356a93b3b36eb42ebe66150676e7d0e63941f7b3f4dcc7 -DIST thunderbird-60.7.1-hsb.xpi 615131 BLAKE2B 4ac3e66423a96b504e2d5dd21ab856994c178935825260eb6c45da7769d3d14c23525fba16d309adbf3c8e50def7d0e5dc7dec36f8acee4dd23d4e1ae56a3a9b SHA512 bab3e3bc04568f7c010ec7e7fe34f2b22bd77d1984d3555b490e5784f71e7e7812752949bbe0dad770c9a529331f521ec734022c30e7b0b4e2cdf974fde56a7e -DIST thunderbird-60.7.1-hu.xpi 615346 BLAKE2B 2a211e743aa491b8144ab4dd99fbf019d566a7ef8e1017e21da9e8a02599caf20b481e1e23022ac90ee67d63aa0ffc192e2373d1f010f6501f088077432be494 SHA512 b6d8712d27481e7bc0bf2b7239897c481a71639e82f352dba4e18285c37be45ccc9d12bb9eecbb2c2450adb3c22f4a4915ef67d0bc910406fcca3d4b59bc1f89 -DIST thunderbird-60.7.1-hy-AM.xpi 653530 BLAKE2B 18068db7340205edffdd2aadf0b2cd2d1550ac6952df8723a667460c2c753727a28d39e00a249970f11c145add199f372eed58ae8478d910d91ec4f0417e89a1 SHA512 b7e437d1fc596296a21ddbb9ca99a013cccc30a9b10eefb65de8f0261150557a4fec92313c553a807cbfeeace969bc73ee02f610609ddc7c640a30235f5769a3 -DIST thunderbird-60.7.1-id.xpi 568861 BLAKE2B 90bcedfb8d3c79d8720ce840d860ac5e87850e547e1d84d54db70819842bdd91205cb83e8b0fd47a2cffa6d361b8f3fd93a4faa63435aec64dab8abf5c998051 SHA512 12b81f41a124ae5445293ef9d48c3304c121783a5dfd0966b98e99fdaf22ddc85995d48a4e429a884c54db97b2662b1dadb9f92051532a1492e756ca13c7a1ea -DIST thunderbird-60.7.1-is.xpi 579048 BLAKE2B 5e3fdbac4def0f209dbc1997ecb8a145d07f40ebd0719f688c7689edb8dba7ee8b0218d203608b3e2b6a991a300375a200ef6a25a1814cb3edabb8ae5910794a SHA512 98a546e62dd7506898a5fbf087f06d5f82be5282ac0368d7dd7e0d198e6c8fbefb9a3f2b8399b96c414c9ad6902071079a15dfccb610441f5f768b038903ce8f -DIST thunderbird-60.7.1-it.xpi 477500 BLAKE2B b03a46130bbd362485434542430d010546449868848ca1a765bae71def1e549a419453098a3b631e97297c28b5e1f93e7cb130144c32af3726052d3f4d8cbf35 SHA512 2eaebd74efcd82009132cafa311801dad90527a3ff18e6abe7a7a87610fb87980ed5c9e6e68cdebbc413a74b053e0cc65e85ca168c6e5840a0a55832fe838d02 -DIST thunderbird-60.7.1-ja.xpi 653344 BLAKE2B c6ed25710c0f81a746cc7cb4b527a8f6ff11b6ce70ee3556e811cd42498f28565996c9e55550b4fa8719bb55e7e4102f6c5f6b9812352be91e77f095bc8bab35 SHA512 1e90af9f7d67731ed316660cdc6c0b6360cfe7fc833c414484c097cc71d08679dd536debea67605a92be8d1d72bf338d12cd4593431002ca2f64eb9fc799aa49 -DIST thunderbird-60.7.1-ko.xpi 619730 BLAKE2B e0a279bbd2a9c7385d96f93582021394bf0c9e6901a0862c7c60e373e69d3357ba5a455c9ce8d199fd882e177c61f0d1b127f921abd020027576b25209bee4bb SHA512 6c10e20bc61a984ca504ae9f51a873e3277263943957219e45932533c51ffac9cbd55292162b173778892a6b9dc9031669403551751688e64f9231611106e31b -DIST thunderbird-60.7.1-lt.xpi 605441 BLAKE2B edda1c1c02e934db9a1246feaac7c923ed86566184d8a8ceede79ed6b4b9a57b29aa3e63f0ab0ff3a04ee6540d63184dce0c16208f5b7090762caee139e71730 SHA512 051d3e7bba5492e6ff7063289546cde3ec6f7b18d70247bb6e0b39d943bf2f622292cd4ed24eae712f0cdeeb3e05975e3d39bf42164d427bb4e519f9bdc65fc5 -DIST thunderbird-60.7.1-nb-NO.xpi 577003 BLAKE2B 6bd12ff5ac32ccad254b5b1b6de595074adc02a6e7aa081903899bdda6c25eede27ed5ca2f8f78cdf42ac8e9d6cb917029f2cdb648b141a963c309cf5ba19db7 SHA512 f6e6ce0c8062fb6ce150585aeec69995a9d023700d8c3d652e572c01010c925f1edfec696b063a950a7df1ed34d3ee2f0f2298527c5426fd8faef6bb6beecb7a -DIST thunderbird-60.7.1-nl.xpi 583914 BLAKE2B 69d293057b487bf1ba6adf80d15dc4f55449ecaa0d81d5ffe9afbd3679bd3970b37e012319a78b2ee325dc657c8b996464e3f884227d8dbe052206f7c6bcefa9 SHA512 5b06abd65341670fd8ddfa440c94a14cc5623f8477f3d027758c4dba70e517982ce26e25dd135053906d56bef46c387e264dfd5ab694c8242eb04d9b007119fb -DIST thunderbird-60.7.1-nn-NO.xpi 576423 BLAKE2B 661ae8b246b020023898f701c96f41875d877196d8b11d8bbd37f779405e767fe4704468a38d9fc26608a35e889e868023851d3a442a04376649250189f5b292 SHA512 13307e070679e283b31f811033a608f4e98c007c4f08e6df9bbc1dae8b920fbf451ee3b58ec65deb7d153339f6364221bb3b8d1440487091ec6dbd4146aac515 -DIST thunderbird-60.7.1-pl.xpi 480725 BLAKE2B 5aa324e4925aebcad4a1932dc9e67f0518b7b2d73221c22eb0c0d020c77941bd402d85b051e7b19bd65c6954581bb0bef393c238725135d2a3e484dd7875b56c SHA512 b2bd274b8798f127ff40b2864315d5975513a98f71d2095bdf57aa373fc6a2fcd688165997986d57ff62136895117ac00fbfbeec93d23f3957193bc35cda185d -DIST thunderbird-60.7.1-pt-BR.xpi 588835 BLAKE2B acb1eec55253b1a37a3fa7a1a676f22a96ec661999178ca5ab5d92e6513fed087249ce1e7dd87a10626571cab372ac4029f71200a1dcf144994d00216513a7df SHA512 103c1d47b9c2852cd8b048c14e9e3fa4b55112a271ca236e36415090a7bfcbd4bfb7382ec772013a2dfa16c06a8e75228c0fb0e7954bdced71b09c55272c1837 -DIST thunderbird-60.7.1-pt-PT.xpi 593186 BLAKE2B c5225edadbaf984682a54c3886f2bb8a54f11778a20ad9b2542e43008c39d87a47a50ed8f6a03faaed0fab3d47c6a48fcb7109dfef052081f83f7ca04b5cc664 SHA512 38f4a7fcfad31762a7c592f9da1ea9975989dc7856095327ae61bf1a8d30706c67f163e8c407072005d4e02f210654ebcd6c883553a22b170e6fc9691870a490 -DIST thunderbird-60.7.1-rm.xpi 578384 BLAKE2B bd7ba70cc6afcbfb4fa952880eaad639597d796f68d014c1c7ae94dca85d8f35ebb3268311329227d04302bc491a4196a27262c9997d97831d77fa9c6ecf8a2a SHA512 e043efce207b2a311e79b6148327e2f1924b72a1c7dd8a5d3634cfaacdeb2ad4cf467e019b97a411ff1eadc91a9c3341caa3d4d2bee48c78427e8fb3e20d988d -DIST thunderbird-60.7.1-ro.xpi 584309 BLAKE2B ea42f9f1f847ab7afdfa4a12bfb6a89288e23b8deacaa49f75935d8f733b3ec428090fea151d65c8ee4a2746ab75a680c2820c3571a585b56775e6523e593835 SHA512 b3b7a94501f5bde993be50588ff8e7ecb0426ce996aac462c1f7364d7c06d24bfd87357c0a1d030576312cc9bbf0ea905fca99be435d3ccd308936c69f504567 -DIST thunderbird-60.7.1-ru.xpi 694706 BLAKE2B 58e94a445573181a721cad618ef3198c31c24d417c0cad354783386b3c628e2660bdd854072f1ccabafc29255a9f3409902a3616ed2e68d8b429db8e5504bb0d SHA512 26c04f8c429030e39662cd5c6d9fd4446f83bae48820930976bbe74b05ce106485ea9b0de4011f079009d1ae7cf0a2035eb44e8560791569612792ea340425bf -DIST thunderbird-60.7.1-si.xpi 647590 BLAKE2B c63c61786bcfbbed249dbc669a67747351fbe725da3a56c6cdb503faaa17d5c57b34126965eab7be209ba9a76f19e0d023e8c085b83784c9ed5a5434d6934753 SHA512 6b3aecf014d4d471d7c71e9e658dff54fae3d12187dd87227363612adb24ec2931b16b84fd7f9309d4839dbfac729a1edc36f9e19324a26ead0c8a00ad6a4f2e -DIST thunderbird-60.7.1-sk.xpi 612217 BLAKE2B 51f00c0a543d72172fd50a9dc2cc5831d7f06256b2afff61bf7c58953b8e4ec9dfd6f2e30e664991d8d620195741b93f41fce86d81c3347f19a624ce2b49c9cd SHA512 15d4ae43795c1fa9058def871034fcf800e64d29612c0d1701964e972809d2ec477b90ebc09745d844aac94eecd571264e166862338dff0a8530dbaae1aa6a7f -DIST thunderbird-60.7.1-sl.xpi 589947 BLAKE2B db65f76178ce93bda18d3b3a49efd15f55b2a31b9f4e4582d5b9e736a01556c5c7bf8a8128e15f434883bed9f681089740b0c47a6ceacedd4245f22ed6f91d2a SHA512 664994e70158e152cd49d811a26dd8d313e757fde80920139e8285505c96b6f0d58a11763fa4e3340b5ac655afe32c02f8eb90c09413103b7f45f3ffe76f36d3 -DIST thunderbird-60.7.1-sq.xpi 593096 BLAKE2B 287869a230039fed082fdb6d4f2d0f02ad8898c5ce5c0d2f5461a59eed5d5c5c095c28e2f6c2cd17a1ea21d5ff495d65a5aee20907236ad8d203272aa743549d SHA512 0d17db303883bbdbfa65e4525003f1e3c2a5faccbd8c4449df8f343de6a792c99d02b363215867644de4c0fb5bb012446fa5f739e051bfb441520101b5929de4 -DIST thunderbird-60.7.1-sr.xpi 641527 BLAKE2B 43d5fb15b426c1d64abc3abb465d097acf74512cefdce13a4d413b33929a54995b21910c3a53cac8a1583bc7daa9332b03998003f9234c4d8c7ee948992d6f2f SHA512 694dcb553f5783e2d0969bbacdd6033d12de018a8b7e309e90f6251fece27242cf3e6090e14aa06e4627904f6c180df2ba0a0c81c9d4eaac5383b58857b26c1c -DIST thunderbird-60.7.1-sv-SE.xpi 594079 BLAKE2B c5d89606de993aebe84f3262f6093c561e2172d52c8c12e01a6a8d87e4bf9bfc870f5b719acf11117db72e70f3be360c0a002d426a1156cf16e7f82ff7f73b87 SHA512 d4cb29bca278699014463b9aa749b1d30b4a0f4d5b65e3f8b8038d8010e418c292892cab9a680ac90098472d8e65a2b0922b102a2d251d685bd8618138fa7dc0 -DIST thunderbird-60.7.1-tr.xpi 598010 BLAKE2B b53a1608a1ebfac07c1c19a9c952915e401c3aea64bf0e5fe908c07109fcdfc6f82d7abc0815bf25d1c32af139475ab6891f159266ac667451c37df140ab8924 SHA512 77b4f22ad96c5755720b2fc2988d84da4d1aeac27944223a80e73f7ee28fbf8886c017947d0d1a95ee5e52d1552855eafbd551aa9e0108ccc592f0b9734cda56 -DIST thunderbird-60.7.1-uk.xpi 684154 BLAKE2B defe2fffc04641b286fedf059ee7b2f165d1aa40c14e8d4330c59775403bb136ed213e9cbac3be4e4d3a7d17dcf815d1f457d2e687bfae5659354ef6074543d2 SHA512 5fa143cc39386af2544c65b5ae94bf05ddcd4049efae3705840639b70c60f3ac646228375f9ea70e97a0c7e58675bf097c8aff996543a280970c951bff54e556 -DIST thunderbird-60.7.1-vi.xpi 637187 BLAKE2B c9183fb705e62e405984645ffd993cc3a6eb100045cb0f489faf0ac63fea53a09d97f23f5c9fd7e777f6b7b6bb63e40f8fcf826e13f40d58a07b27916376d5a5 SHA512 16d0edb61b98b380abeef70991571097fc04c88aa08b10c24c6643abc4b46cee0a9682eb1744f1235b44f5ac1d9c206c28dabc6404cdd6d4f7a60d5e108fba8f -DIST thunderbird-60.7.1-zh-CN.xpi 626282 BLAKE2B 1d16d7c29ff7ff6dab198de86fd9d54777b7f03da3b242ce29cc1e0f3b0957be3e22de3d6b78943626efe103976f48e1991ede92a01d241d880477b0222e489b SHA512 521772f2b37cc8be6a684193a210ffc7769d20344e33931e97dd6ff276032b4f4bfeff34e12216f3a3d8941d7ec7101d06eb03a9ec1d40d11ddcaa3f08acfd64 -DIST thunderbird-60.7.1-zh-TW.xpi 626188 BLAKE2B e1ff2e68dd08c964861c3f3449ab3e1a3b5e98a5636d354c1954f29a99621d389cebd859440ef758f60d61d9b985133b4652fbf1cc8f8206bbf417e774a3eda2 SHA512 3b91a1fb2d7ae4066ecfdbc69f321d74dced15328b4c3e8b5a3581692184d26205f6c82ec416795cb9aeb09564ab1264d043fe484cda3572ca1e4d2e00171b12 -DIST thunderbird-60.7.1.source.tar.xz 284760060 BLAKE2B c390fae0b671bc9719d0630a24053bf98f3956e6b11514d793330ce63e0eea40c9f6cae8d22b4609f60279a1ecebd3d9708983c64aa0cd3b70b5380de064a828 SHA512 181d4aec12bb7bb910e24b0cfbc6e909df7bc8b14833ae76add54f9f0aca9cb88b0f9d53d5c3cfd81f8a4f297b0ac8ba8025b1e7977382ca77aaaa7b50afd78a +DIST thunderbird-60.7.2-ar.xpi 627180 BLAKE2B 98e07743f498639cf2d1f1891c93d1810c1949b2e386d1efb838b453096ca669b7082108c2ee531ad09a03e4ac92a536cf7ba04b7e1033ee437e71d1a86e7108 SHA512 4aca808cb725aa700ff4be091aaff1d6bf02bd446b67bd318e9d24e5b77ec44e2050a39d34ae9355ec8c267ccff3a8a9550115b13b6fc61f014137ecdf65cc2b +DIST thunderbird-60.7.2-ast.xpi 559643 BLAKE2B 50affd682e07a51c9c9839d98ae2bfa13963a64739cf4666c0d720985aa4c74f8cb620bdc6473878a9251bebfe2550d87a7ab5925047d0641584fd078af42736 SHA512 8f0ceeec768b03d44d44013700103e1c1f072fd16b78218390bd6f37bb30d87124588dcc72df057eeb6412e47db16e01e194ef406b0294bbc5f245fc2cc3eb10 +DIST thunderbird-60.7.2-be.xpi 659079 BLAKE2B 874df5e34023d088a48dca5d050c0e3939cee6d0073146a110f8646454f48896f02e79e89e493a4dd30061f4a6b3aace57baabc16f55af4a89c234836c1ba3e7 SHA512 10f6d7ae046654911a7f0992b806b92da9cbe995da7d3f5a3fbefe29aa8b865ee8c842c8fc909290a1e2f8135842b1138d6fa1203708e919d07e43f248e4185a +DIST thunderbird-60.7.2-bg.xpi 669318 BLAKE2B 630bba5d7c2f79f8c7ac3adc8c8119af198fc84013372c1aaf2a2b1e7e10775ec2bd7e01ca809d997a79a88ada3a0b38b3ef7ff70d2f3f8973eb23b909686d5f SHA512 8325403d4284baf2d4c5dd1c322bacff932050190d7701a075964512503cec9d1fa325b9fce7968954e4bdf5feb3d094c8757d5c5dcdc63546a47e9eb8bae89f +DIST thunderbird-60.7.2-br.xpi 580371 BLAKE2B ab2b5f58e1916cfe4040d9aefd9abb0594b13705d701485668bb2187b7cda6155d24fa564af845f4d336e180457e110560ee42127a68f011393fd27bc6f94b58 SHA512 f38f68eba5292aeda34a9f76190eb860d5d6e3c13fa6f7130b15564df922a5afb451263d26f5095b206942daad3608f9061fd48bba8d3c0328eaff25c448fe98 +DIST thunderbird-60.7.2-ca.xpi 591972 BLAKE2B 329d24d7544d833b5d0abd6727b3c0a7973eb0cddab5382a24aef18348b6647587b4b758775345a539e3a795905b24c6101f56eaf837b2c601f68d626748a231 SHA512 a16b6ed229c23c64f25d7cffd5ceeeec6807ecf9d78cac3e0fcb0cbf63c820ca2b312b97a8b1218359d1583ce36969a08d4513a47bea98bc4b1e15a6f2287ef5 +DIST thunderbird-60.7.2-cs.xpi 611203 BLAKE2B 4849c9d661ba4331d6dfbb27c46905fadb2a2131f9be03c5eb5fb4ce4a55f890b3c87c63fa1fa14aa91ca12e3335abd7727d5a599fce6b29dd246ff39fd6e24e SHA512 e9d77ae328482e17ab022104565c799ade9dfcb80d22037b3e443fa6794cc82fb6f13db5af25e02f449af6b08e734e6148311a14a1b0ef6b4598bb5306b67d2b +DIST thunderbird-60.7.2-cy.xpi 586038 BLAKE2B 5527b106836a41733a1be1bc29e81a2becae276130234a79e11f5ddd5bdf7a4dc110edd55de9acf249226274e05afc8252eb3db0e0078725aaa9c8804a6df3d0 SHA512 d937738db0da179384461b0b0ec31302a19152ef3579adfe6c76c13c87617a7eda82eebc4a917b11082b13e8ba16ea58cf4f20f42cd80f52d5ebcca9c1cab625 +DIST thunderbird-60.7.2-da.xpi 570807 BLAKE2B e5e4417ac3e22e50b855c96dcd88f5e0bc276b04adc77c1f1a5908aeffe1c8e1b92b206daf7b0941c3959819b1a3d38b8f7f38e2793e32a0212855bb9308b196 SHA512 a6b3e24f490b9b8b6bd90d94c3bbde35502b0e18fd6949fc844b64ce42c89def0eb1bb52541a2811233b3ddc1695735ca78d761a8eb99adeba5b1c6010504327 +DIST thunderbird-60.7.2-de.xpi 582575 BLAKE2B 3d1a8a94fbcff0e7b9a7be0556ba0354fd303a24243ad7bcabced646b179c22ed98e9970f44261b58905f5df3bfe641711bdd81623dc8b40514447e903d7f994 SHA512 f509193cf16bd504f13f3d4c8a9cdaeb3dbaf0d6f4479f3bbbbac1abbbca6193eae43d79a8b2dfbb32b8a8bf09f24a58a6905372589f0968fd3e7c97ae27eca0 +DIST thunderbird-60.7.2-el.xpi 694861 BLAKE2B 41d260aab917ff7e6e2fb3356fa85172c3e00b3247adf7b6b4cb69aee5f9bb0dd4941d0312ff6b7b71a020d9072491e21a3a399234fa31105ff67f4aee4ad00f SHA512 77d0a72163e14e6e8ecde4cbf1fcf519ef319d709ebd798c73b38fcea327369896218a90c5020ca6ca83257d21527e87fb23685d80602fc5c76ae6d26cc680f1 +DIST thunderbird-60.7.2-en-GB.xpi 553896 BLAKE2B 117decabb1b43ea3674783816826d96511d10443943e0b4496868d65ae303f21997ac40f32be51824b7ed687a0035b605f85fcb9e1976157804275e23850152a SHA512 6730d1dfe7b0f63cbc71b4a3a02b7d0be3cfe2d58123073eaf2a3befc12b3a8c82a22b2bde87170cb59f0c2d34b2402beb27dce652ca457a9128571c13791a57 +DIST thunderbird-60.7.2-es-AR.xpi 595048 BLAKE2B 2c31f84a774d0e6cb8a31ba0358bfc8aecb058ccdb05f3cc1fbfae71af83caa88d5da1422411193ca94269ac36bc0220f7c61ec760dd7a7c278b22c3dd7bee70 SHA512 5c4a575399c9efcf33629e6579afb7ec6c5dbab90a3c589de77e9bcb678dba72817c80749171e699d3ac02d15745b153cf6150a8d4a9e6b62478250efa8ff98d +DIST thunderbird-60.7.2-es-ES.xpi 492210 BLAKE2B b19020a20fb772159e08c3f3e49e152aaba5f8b8e41330202c4e78b0dba1e2bbad3d5b74955f97cceed9f84274e28502aa5f7eece395e46e69c1f03abba670f5 SHA512 fb54f0ad9b6047d2dcbc9d4a77a2c521dd9c51071c5db31beee12b58005b5c3e1632a7fcc778b0e1bcb5c22912982af57d204cb9474949c1b64b5ba90b9ee45e +DIST thunderbird-60.7.2-et.xpi 570867 BLAKE2B d92a2343e398957b24c97032375c60612876c879436bf4928da602f760489ec4595c0b1999a3b07ef914b9e6ea8165ad7925a0b5aaff5e165cb201e157c06811 SHA512 c89eeda232a6276e6bd50d52d13afddad59bae7386267249cc1085babec1b0fd673714eb4112184a9ebffe3fef5b9f6b92e073d6ca991dd45c6fee3bc8996167 +DIST thunderbird-60.7.2-eu.xpi 581384 BLAKE2B 1c8316dc5bc71297c96e5657e0b5ba3da798dc8d9f5fe3eddd7cf057b1780106ff603058dd08ba29a821536b0f70fb512215388abd2504991cec7e80f556dd6f SHA512 ed9b078f303d5fdf58e3d53bc1de3026c2804ca1af5f70e09222b256e6fd1bb39422e0e761d6a52faa8563d79a11fbf41d0af66b2504a859b494a5b14d174d13 +DIST thunderbird-60.7.2-fi.xpi 575755 BLAKE2B e7135ad240ff96b237867054ea80076546d1c0577e099771133b6f940f0b65c735b5e428b9cff3368ef47318b478c49da1078b7528dea62e90ee3c608c9e50af SHA512 415c00736382343d104170bf51d9a324670cf55167d2359233b113baef7cb2cc40862301872b494f0dc61ecdbd183b531a62eb96a4b481792887b95d1c57c049 +DIST thunderbird-60.7.2-fr.xpi 608467 BLAKE2B 9e96597ca225a0e142611e2d152f3bf068345165fdebce231454d1900d5421740899a086c85bf57c6f4be811593bf65b01f3e176dfac12e7d538de5ccac5757d SHA512 25120acdf64468314ba10ad625e3bb520bb720351d7f60c626dd148d551eb679353368179224e27e22fc649056a7ba6680b4fb6538928227d27f40a2f6f336eb +DIST thunderbird-60.7.2-fy-NL.xpi 593851 BLAKE2B 266826144a4a43c248cc290793eb0692e8f0165e8707f254561a3657d4d3706b9a60de103741b476dbb7290cafc7b3406e30d8b03f9215b377edc70cfed1a2b9 SHA512 6153da7e0026e10b391d51d8a904920a0e0250fee0f152ecf286830a787491b171d5b11b7e1cbbbdf8e3ddfeb2de71090eddbf12617afcfd67ed0001900e843d +DIST thunderbird-60.7.2-ga-IE.xpi 603507 BLAKE2B 28539f49273a9554d174c5f10e6716d71b056c20a8aadeb4a202ec87c2e35989369cae0570ce0b0f52b7576f54287b65f8576595810f89d26dea72d9d94e519f SHA512 86d424e5b9879845f2c9c37038cb713845ce1f3d21986cf5c5bb12ad9e9ee275d6e89235e050c60b0b8331e3cd54c86ffcfdff31ff5d5643ab80ad50c5a81f36 +DIST thunderbird-60.7.2-gd.xpi 599262 BLAKE2B a9fd1bb3c4e4d887f7fec4065aeac1f510f7eb16171e500df41ee5daad80ae62c57f487ed611c4f233915081baf04e01b8fa9e5e23727d159756dcee4a7679c4 SHA512 8527fe0d4f48806d902ce360dd633fb42c0ab9460297fc4131682288f708f26da300df8613d687c4e5129a592e8a295045643e0f0401f15f9255dd0dd4c20967 +DIST thunderbird-60.7.2-gl.xpi 580343 BLAKE2B b695f381133218ffc2decc889e0429ca5353fc5e96b452128f93fd944d9b26594adce5ad3586ece0b86b05722c376a4f8bd79fa4aacedf9640babc4ca80b0655 SHA512 3aa9631d50fbd40d575b04d5150b9344d46b3ad3f31665711f6a0309f0449daa3f8374b0ad563ca637a2c5f951e897b01251ec593f14cf2c2383e914b3028881 +DIST thunderbird-60.7.2-he.xpi 617143 BLAKE2B a68b58c20618559515a3eee344d8b54d340a5a39a1bd1eb2df2c78f67b3d117cae581dd48911b48ac35fc3e6ff54e34bbcff3e7a0d1f8a60e529ce461e74ecea SHA512 ca8d12ff2785f51ece645d97ea608139d8e72faed80a366d0c49faa78da67b6a8cf8eebd2fb9cc6b373bb455b74b3263ae438a04ef9596f46e7d09eb909d88b6 +DIST thunderbird-60.7.2-hr.xpi 582238 BLAKE2B eb1c4fd4e52fb911ceae26f9122a7066575f68bf6b60a37737ac487885878c8affb07a5fe8980adb757b94e62114ca6f925f70f994c29521d382dc11cf9c4b60 SHA512 c6699d3bcc938eb866cb07f7092264749510f1505bd01871be6b325fe18708b3478e73fdc2c814b9b0c71d2fbeaa710baf98c8598dfc3761425dfd5f1bc839d9 +DIST thunderbird-60.7.2-hsb.xpi 615132 BLAKE2B 0df3acd06fe18b54e43c859518bebea23f5c60ad1cf550ac43803a59d4f96dbe137446930dd998be982b25b87c9fc1cefdba269a8d61add61f06229cba2c49d6 SHA512 092125c43ab329cc8c6904152860894beda20af11a8a8df9a681f1b61862e0edc637fc3312db59cb1f03870811f72dc0bcf369f00ffe2245c4ff260be43c84cb +DIST thunderbird-60.7.2-hu.xpi 615346 BLAKE2B 48ca3a04c8b24f635726326061c676a082dcf150d80f31b513eeb05780bedd96e1a7db45599b613517d3682efd71d48437772629f14458270c867d60d3bd59cf SHA512 0ff5a0f2478167927f19ec3016ef67b9fdb226ba1e7692b5fb336af0bf0f0e249773ad2278f41646081337de0e97120ec132a8b47960bd7c98ad86b3c4ad0fcc +DIST thunderbird-60.7.2-hy-AM.xpi 653530 BLAKE2B 82986446ef22dffe53714dd3615c802244ca12da47d6cc778874e9b3d8e6494d7ae43ee97e44df765a08a8f0d4c12597c126e40554a139ac0ed1fad372208df5 SHA512 632a68f5fda792d0d0cd6efbd3e3fed7a51ce70d05a184a63ad124412d6d4347c7e4fe69651d64dd837294fd2a5f199166a27df07e83b37026e39139c22523d7 +DIST thunderbird-60.7.2-id.xpi 568861 BLAKE2B 142fb948bc5428cb90b0b19f9e42e35a7656399c296ae4be1551483dc1c7b0d229b6bd641f339ad9cbe9c37a90afe0a42d54f1b94b1abd8a011af6c55cbf2ccf SHA512 4a5c5a3073b92cfc72628bebc50e5e71c613ae00cfb45a61f580db1be19dbdc83e555923e0d29470e08c9c07c0a4ba7ac0a340e3d562caa48982617503cf29bb +DIST thunderbird-60.7.2-is.xpi 579047 BLAKE2B 0304090b295dae4bea4270f4e4610ced4f67a729d7bd9b01b156d29ab66997d4cc916728817c895b560daf3e3f78669ff9b5a192d69714489efddb5b4442c1a9 SHA512 aaea3f9bcd07da7d6443e4867ab5e761c48226c3018b61f36c2ba5ce288179f3d2be67567d91c31c9643fbd18d156edab810881bc510cce303b6828d020f54e9 +DIST thunderbird-60.7.2-it.xpi 477501 BLAKE2B 52d6640d83734183ff3c89918a8d40cd30bceb3714231003b19e46cfe158c808fcb500199b8aaaad485eadd62e2bc520f6f5e321572e1291f5607d8fb8c56012 SHA512 225816b1853aeea433923aa588146a3495c22d17f79c3a5f3e6f38960f722f87f1b804aca4a0386b150e3329b34e1a57dfa2eec9413454f2291adaea4c32d200 +DIST thunderbird-60.7.2-ja.xpi 653344 BLAKE2B 4a12817a13e85861cd5267473f83eb2c597f88ce74ce382ede70c5bf792805c79d5b88a58dc8a1809fe1ab8c164f68ce063a1bedd1771635f38c6f28ceb067cb SHA512 4a17f939e19072cb79b0d8dec7701815403eba39bd1ba57a989b2441aecb4770868b232bc5ec44cd485b0ba2292609902a90dc660f7c4c9bf4a0f1f313c3f92b +DIST thunderbird-60.7.2-ko.xpi 619730 BLAKE2B 23bd17e52191c232bffd4caeea28e8fe06f188a242647cc8da8813d5ee3c80c43f77c82d1db363c2335f42aa4bb6edbabc13d8f157f044196284268c55765f8a SHA512 562d05d5456c10a5310a5fe976ed6760898f71e3ce57cf0bdb9ab65701d0d08d3c5fde1a9fd51179cc9ff94bdb9396337ff8a32cbda5bb99d29cde011ea71a2e +DIST thunderbird-60.7.2-lt.xpi 605441 BLAKE2B a39f52748ad3974517c3c49dec36d3dd0848823f9692e622ffb1c63982939d067e99568505259d5829fb859f4a72786b4a07e0eb03b53b1e39cc5f1330e63c42 SHA512 044b2dd8af4b9b640f009326c8fb226f4312744ee8493f7e5e22d1ef255ac114dcc3eb2c6b624f6c90eb95c097600e373099da9ffd12970ab617eebaa14da803 +DIST thunderbird-60.7.2-nb-NO.xpi 577004 BLAKE2B 41994efcf50c777bf93dc19c6d24394fc81603081ea129543576286212629203f6c2074415353c73cbc87c46d67f1ba7493791247381c4a34fc4bca4d9c20bae SHA512 6cba8f4c2aa70c76886eba0e66e293dcb6aaaf1571f24407f6d5751eeabb140069c4e3640ba8915272212bdc3aed3ad32892efbb5ef4ecd244d31087c1093dc5 +DIST thunderbird-60.7.2-nl.xpi 583913 BLAKE2B d40a77881c58ca5d281e803c7d6984475a8444b7be9388bd8bfa5f3e17438793cb5a97aa4964154c3a42ee89e117d0aa4bc6b8f4b838427f9b69f2f4b6e120a5 SHA512 a646d2d4e5bfc51e7553316222273c4c9378e9270eeaefa7937cef4882786913fe7a8a66660462f43da0aeaffa19dd302e3e7534279c886b2031abca369e73d2 +DIST thunderbird-60.7.2-nn-NO.xpi 576422 BLAKE2B c248d29628c30cbd07e4d525787a614db71fe6d8d2ec603997f3ffc0a389175034fc75bdb02d51d5f289f30c74ba60df045d20c6e6cd08eabb104949eff38de1 SHA512 b42e8c465e18d4c811ea351093e1c771330277611c99add60aeeaf142d0804008f61c92f7a60823d319dc6a7e9d686741b060d27255672835f5934d7df18dda6 +DIST thunderbird-60.7.2-pl.xpi 480725 BLAKE2B b205d4791f00ab4e612e043657de37dc6af4b4f383cba91b738539c9c36c121fecac2abae6736f692c98340eb4c00522d6c83c15b672bf3fd1e98854dff82a39 SHA512 f1dca27649bb92ba45d8bcf1a2124aa0d0fa875020c4550b22a83b81f15bcf372b2f93f31112f1b2832a523bfcd497361c8cea056f6803e0b0de231d4b99ae7d +DIST thunderbird-60.7.2-pt-BR.xpi 588835 BLAKE2B a227060c3c111db66bee9c2f787f4a9830fd0063947719232f0d84324118a0ec517e99a702b5e6ecfa16b5d5c2bbec2a1bd604631fe5dc527fa952edc53cfa74 SHA512 db290e4ec8821158751daa8e95fd11a5b931e4a28e4e5e44c22203c84eb58a74287eca6c1d1450df6155f608233df9c5575fed6320682080c2d7e814faf9d51b +DIST thunderbird-60.7.2-pt-PT.xpi 593186 BLAKE2B da23e107afab89e4e66212261ee5478f0a9ca617a8780b898df0120cb8c2929aa88ec79dce2ae2e9ff269e51213ecbc8bb3825edc3fa1a4b599426541315a5cb SHA512 c4038451b60f6cd2ef15707295602a3e8dee484a70851d8fdf1a69eaea52a3fdeb900e03892f8fbb0a53628aa7f01e2332ed86f03007b6ba0aa12c9bbc2e6a95 +DIST thunderbird-60.7.2-rm.xpi 578383 BLAKE2B ee4a231cd9ca5d6ad4489dcf21c7b2ce6a68f31842643da7893fb67da55e2ee7064b4272ed60f2b402d669b006a19a586751c1adb86f5ccd9bf9898b75ca6593 SHA512 a8d5513a31e0b8c55b4ec50fd22b0e7c73e531916b43cb0a9c89b8fc1ff13077f5fa583d7bda1cd5d0a96ea14a9a3223158e80f2e5b449684225654ce8af9001 +DIST thunderbird-60.7.2-ro.xpi 584307 BLAKE2B 49713a59c3115f016089105655b3efc6587a9fdbb483e48d4f997599d752447fcd5d2100a539bcdb0ff01e2be805866647fe830c8d82d39a0c197bface5c7912 SHA512 f5ef9dd61bb40ff78a755929ce4158d8f731fce035d47fa5c1bb35e3cff81760ec35d126575d731a68e3dc09f1db1dedb7f839e9ca084dc26d8375d52990298c +DIST thunderbird-60.7.2-ru.xpi 694706 BLAKE2B 3d8cf47fce32c6aadc3c10d7777160fb15f23194dfdd28b92137e56cf73c707a23d3ec7e99cd3863db86adb4999355831223d95562578ef335fe25c2167b9e4b SHA512 c8e820391559d2755756a28bcf2748de54333d2c64b90f420adea5b9ee63f1e3e5847426f155c3d33744b31b2752326ad9765309efd042a6c5f1bc334846dd45 +DIST thunderbird-60.7.2-si.xpi 647590 BLAKE2B ca20e0ec0f306dc82935d7806dd4d3623d8e0d58deb32fb6d3624bc9b0cd1466cece2e8d9bd5ded61f9f3aae2aa4ff947751a5e9fc09ff512d15ae6e436d1e29 SHA512 5de326cfa30013d07ef8e343a6cf8c054a8eb189cb79a9eccc0e2449d0059727d4e557db4b649461c0b2bd0bd7d7ecaaefa52ac5c68bd169139821ddce326de9 +DIST thunderbird-60.7.2-sk.xpi 612217 BLAKE2B edb4f89ff99a2fc60c2db4d6b2a6e081856678373fd2121845a9412081caa924174482b6db0f90a16a2d5d3583c6325ab4c9b50eb8e3b8f4dfa814ee7c02f808 SHA512 e02f8c2659c1ac1a8b70d8a4b1f891d90f9cb1bc948e2fa0bbc062fdf4f8e035e71e39cb8ac9c3e48c7e9f7eae7e179e8c2d1072e79102bc87493d42785ed826 +DIST thunderbird-60.7.2-sl.xpi 589947 BLAKE2B d20ad98125c2cc65cde6b69dafe2d36d0d2935b357b1f46ad514db9e89c7a7584a490816698377c470821ea75c473e032066aaef6b24a9e661a72a04feef9f5d SHA512 d544d3a57b3d3c21d43804ad75e9add2a6c1cc1ab15b0544c2a10f77fcd9fffacf88a263efff5094d6250083fa0d04b787980dce793a8de8122b4262a537ea5e +DIST thunderbird-60.7.2-sq.xpi 593096 BLAKE2B 12d497f4dfa6e46d2ba62442bef92009ba6005bc171f551c8b3c4669cbe8e790452f2c910661d5fe9b33e169515446e98c396042d37d58414f929782757fcbcb SHA512 8aa10288cc1aced6d6ca6da974f1ffa6ba1f1cbe5f1435d0a4779a7b06d6228ab976b7b1db219c8a650c1df5b7bfdc5930effc909353092fdd272fa94872a6d8 +DIST thunderbird-60.7.2-sr.xpi 641527 BLAKE2B 7b555e01afed11a7b668b02309c65375e259e1e42908066c771e59a141a436c1d7cff3e3e1db06b754a523c56ab4bb1983cd5fa5da814a15e2fd2c733ed271f5 SHA512 b2b1e5644c7d068fd6a9ad86d8b50833fdcba83300ec09ca15ce02eae456dfe287460a3641929f8a040168737e7e7fa56625ca93624836d5a89f1530201e2778 +DIST thunderbird-60.7.2-sv-SE.xpi 594077 BLAKE2B 0eaac3c7f1a2e28183b260bcab19fe2002e8fd4769ce569362b60f41c97bb5b09c25200e0574fe155ca3d205a9754f1eeb44843b5da597a77ead0028fd670d56 SHA512 cc8786143dec43b6b12b28d587eb68df6d1b5c5977d1909880251a7ceba7c84d7b9dce9f8f3dd8ed21b046392dc4bb4f4ee79306e20d5f7adbce80c029cf57ac +DIST thunderbird-60.7.2-tr.xpi 598010 BLAKE2B 13428e76dab2ebc5ce7f56944684effd1713a041228d508c2e32a2e7d7dc07ab65aae3bcec6b9c5ab00277499c3a30f17b14606bc5cac7978307427d6084a8ca SHA512 24ff9bf278ca96eda2b61dea8a5f96ec2cf19a0e4a0312a84226027d27d8c09b9359344e115908feee1d3cbf442746f55794e6a4fa007ab9b36d90db1dd0cf15 +DIST thunderbird-60.7.2-uk.xpi 684155 BLAKE2B 3ab679349b0536d9682bd9433c83f3950a120440888e74a2123f3b93f9335ffa9e5a4310011f8d0c17069416f93c1bcd2e13ebea08e694c78e6ee4aaa276589f SHA512 a49ffa3357865b9dddee981efd3479c3f37403273b24bc9bbdf00c3980958ca178b2612f38b6b6ebe6133f647de365d01e1a9f23d76fada583b265121f189719 +DIST thunderbird-60.7.2-vi.xpi 637187 BLAKE2B 548dd4e16045d30ccee93eb925891e16bc8e7f361e59a676e4fd23fc39123aeeb50c2f9772f35ad512daad48de8ff8e757709a67c87c87d6225d40245ea7e6a2 SHA512 5147a2a3878e74081de7a3f935d9a2f17b3d9e94b33abe3de07167617b482c0265b4d66ecadabe88370c1be0d24abcc67b0e9eb2b5fad52137cfd6b693b21fbd +DIST thunderbird-60.7.2-zh-CN.xpi 626283 BLAKE2B 7d8c138b0676ac3d1c19a04d322580bc150e7cab9965aaaf7c22e8609451e4522638b0b4d522861d689fa2260ea44d1e2d56895914cb7bf0db0a27c60fa9ed96 SHA512 c40f59109a2efe8cbabbe2018e17829dfa6dee6e6df54abe7b70c14eb843ea0e35974c5b19b5aa790d7ce2eab159ed9562ec215c595721b1102e4965149a5c08 +DIST thunderbird-60.7.2-zh-TW.xpi 626190 BLAKE2B 3c1214413fdff4463429d4450aeac80f194bf048d897f1ebd419d5f513f0312da01b83dc05f0f95a67e76ac0d7f5b24fa30e13905c90975b1ec34a42477c559a SHA512 3a49b28fdf5681f63ec9a2dd4477ba4ad43566e161090413d3d0a4711c1fd7804e480a3c848130281ddbc023e4d878928ba637dd57663b5aded75e0c10631efa +DIST thunderbird-60.7.2.source.tar.xz 283874432 BLAKE2B 8d30fa0d20b2abd092d3093238f5358dfa96f0266e6e99d567c0b831e95617b7b35e9826b7fae969b93fb7730688eb347c7cfa23d766b65bc66b57ee29c852d2 SHA512 e889bbc75a72a7063122f4e49b702d921a1795d59e63597b8f42da1665863cf925498acda44bfcb4328b183be3413dab5f1f51d96bf4b867156ac15b3fa3e712 diff --git a/mail-client/thunderbird/thunderbird-60.6.1.ebuild b/mail-client/thunderbird/thunderbird-60.6.1.ebuild deleted file mode 100644 index d5fd619411f1..000000000000 --- a/mail-client/thunderbird/thunderbird-60.6.1.ebuild +++ /dev/null @@ -1,602 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -VIRTUALX_REQUIRED="pgo" -WANT_AUTOCONF="2.1" -MOZ_ESR="" -MOZ_LIGHTNING_VER="6.2.5" -MOZ_LIGHTNING_GDATA_VER="4.4.1" - -PYTHON_COMPAT=( python3_{5,6,7} ) -PYTHON_REQ_USE='ncurses,sqlite,ssl,threads(+)' - -# This list can be updated using scripts/get_langs.sh from the mozilla overlay -MOZ_LANGS=(ar ast be bg br ca cs cy da de el en en-GB en-US es-AR -es-ES et eu fi fr fy-NL ga-IE gd gl he hr hsb hu hy-AM id is it -ja ko lt nb-NO nl nn-NO pl pt-BR pt-PT rm ro ru si sk sl sq sr -sv-SE tr uk vi zh-CN zh-TW ) - -# Convert the ebuild version to the upstream mozilla version, used by mozlinguas -MOZ_PV="${PV/_beta/b}" - -# Patches -PATCHTB="thunderbird-60.0-patches-0" -PATCHFF="firefox-60.6-patches-06" - -MOZ_HTTP_URI="https://archive.mozilla.org/pub/${PN}/releases" - -# ESR releases have slightly version numbers -if [[ ${MOZ_ESR} == 1 ]]; then - MOZ_PV="${MOZ_PV}esr" -fi -MOZ_P="${PN}-${MOZ_PV}" - -LLVM_MAX_SLOT=8 - -inherit check-reqs flag-o-matic toolchain-funcs gnome2-utils llvm mozcoreconf-v6 pax-utils xdg-utils autotools mozlinguas-v2 - -DESCRIPTION="Thunderbird Mail Client" -HOMEPAGE="https://www.mozilla.org/thunderbird" - -KEYWORDS="amd64 x86 ~x86-fbsd ~amd64-linux ~x86-linux" -SLOT="0" -LICENSE="MPL-2.0 GPL-2 LGPL-2.1" -IUSE="bindist clang dbus debug hardened jack lightning neon pulseaudio - selinux startup-notification system-harfbuzz system-icu system-jpeg - system-libevent system-libvpx system-sqlite wifi" -RESTRICT="!bindist? ( bindist )" - -PATCH_URIS=( https://dev.gentoo.org/~{anarchy,axs,polynomial-c,whissi}/mozilla/patchsets/{${PATCHTB},${PATCHFF}}.tar.xz ) -SRC_URI="${SRC_URI} - ${MOZ_HTTP_URI}/${MOZ_PV}/source/${MOZ_P}.source.tar.xz - https://dev.gentoo.org/~axs/distfiles/lightning-${MOZ_LIGHTNING_VER}.tar.xz - lightning? ( https://dev.gentoo.org/~axs/distfiles/gdata-provider-${MOZ_LIGHTNING_GDATA_VER}.tar.xz ) - ${PATCH_URIS[@]}" - -ASM_DEPEND=">=dev-lang/yasm-1.1" - -CDEPEND=" - >=dev-libs/nss-3.36.7 - >=dev-libs/nspr-4.19 - >=app-text/hunspell-1.5.4:= - dev-libs/atk - dev-libs/expat - >=x11-libs/cairo-1.10[X] - >=x11-libs/gtk+-2.18:2 - >=x11-libs/gtk+-3.4.0:3 - x11-libs/gdk-pixbuf - >=x11-libs/pango-1.22.0 - >=media-libs/libpng-1.6.34:0=[apng] - >=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 - dbus? ( - >=sys-apps/dbus-0.60 - >=dev-libs/dbus-glib-0.72 - ) - startup-notification? ( >=x11-libs/startup-notification-0.8 ) - >=x11-libs/pixman-0.19.2 - >=dev-libs/glib-2.26:2 - >=sys-libs/zlib-1.2.3 - >=virtual/libffi-3.0.10:= - virtual/ffmpeg - x11-libs/libX11 - x11-libs/libXcomposite - x11-libs/libXdamage - x11-libs/libXext - x11-libs/libXfixes - x11-libs/libXrender - x11-libs/libXt - system-harfbuzz? ( - >=media-libs/harfbuzz-1.4.2:0= - >=media-gfx/graphite2-1.3.9-r1 - ) - system-icu? ( >=dev-libs/icu-59.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.5.0:0=[postproc] - =dev-db/sqlite-3.23.1:3[secure-delete,debug=] ) - wifi? ( - kernel_linux? ( - >=sys-apps/dbus-0.60 - >=dev-libs/dbus-glib-0.72 - net-misc/networkmanager - ) - ) - jack? ( virtual/jack )" - -DEPEND="${CDEPEND} - app-arch/zip - app-arch/unzip - >=sys-devel/binutils-2.30 - sys-apps/findutils - || ( - ( - sys-devel/clang:8 - !clang? ( sys-devel/llvm:8 ) - clang? ( - =sys-devel/lld-8* - sys-devel/llvm:8[gold] - ) - ) - ( - sys-devel/clang:7 - !clang? ( sys-devel/llvm:7 ) - clang? ( - =sys-devel/lld-7* - sys-devel/llvm:7[gold] - ) - ) - ( - sys-devel/clang:6 - !clang? ( sys-devel/llvm:6 ) - clang? ( - =sys-devel/lld-6* - sys-devel/llvm:6[gold] - ) - ) - ) - pulseaudio? ( media-sound/pulseaudio ) - elibc_glibc? ( - virtual/cargo - virtual/rust - ) - elibc_musl? ( - virtual/cargo - virtual/rust - ) - amd64? ( - ${ASM_DEPEND} - virtual/opengl - ) - x86? ( - ${ASM_DEPEND} - virtual/opengl - )" - -RDEPEND="${CDEPEND} - pulseaudio? ( - || ( - media-sound/pulseaudio - >=media-sound/apulse-0.1.9 - ) - ) - selinux? ( - sec-policy/selinux-mozilla - sec-policy/selinux-thunderbird - )" - -REQUIRED_USE="wifi? ( dbus )" - -S="${WORKDIR}/${MOZ_P%b[0-9]*}" - -BUILD_OBJ_DIR="${S}/tbird" - -llvm_check_deps() { - if ! has_version "sys-devel/clang:${LLVM_SLOT}" ; then - ewarn "sys-devel/clang:${LLVM_SLOT} is missing! Cannot use LLVM slot ${LLVM_SLOT} ..." - return 1 - fi - - if use clang ; then - if ! has_version "=sys-devel/lld-${LLVM_SLOT}*" ; then - ewarn "=sys-devel/lld-${LLVM_SLOT}* is missing! Cannot use LLVM slot ${LLVM_SLOT} ..." - return 1 - fi - fi - - einfo "Will use LLVM slot ${LLVM_SLOT}!" -} - -pkg_setup() { - moz_pkgsetup - - # Avoid PGO profiling problems due to enviroment leakage - # These should *always* be cleaned up anyway - unset DBUS_SESSION_BUS_ADDRESS \ - DISPLAY \ - ORBIT_SOCKETDIR \ - SESSION_MANAGER \ - XDG_SESSION_COOKIE \ - XAUTHORITY - - if ! use bindist ; then - elog "You are enabling official branding. You may not redistribute this build" - elog "to any users on your network or the internet. Doing so puts yourself into" - elog "a legal problem with Mozilla Foundation" - elog "You can disable it by emerging ${PN} _with_ the bindist USE-flag" - elog - fi - - addpredict /proc/self/oom_score_adj - - llvm_pkg_setup -} - -pkg_pretend() { - # Ensure we have enough disk space to compile - CHECKREQS_DISK_BUILD="4G" - check-reqs_pkg_setup -} - -src_unpack() { - unpack ${A} - - # Unpack language packs - mozlinguas_src_unpack -} - -src_prepare() { - # Apply our patchset from firefox to thunderbird as well - rm -f "${WORKDIR}"/firefox/2007_fix_nvidia_latest.patch \ - "${WORKDIR}"/firefox/2005_ffmpeg4.patch \ - "${WORKDIR}"/firefox/2012_update-cc-to-honor-CC.patch \ - || die - eapply "${WORKDIR}/firefox" - - eapply "${FILESDIR}"/thunderbird-60-sqlite3-fts3-tokenizer.patch - - # Ensure that are plugins dir is enabled as default - sed -i -e "s:/usr/lib/mozilla/plugins:/usr/lib/nsbrowser/plugins:" \ - "${S}"/xpcom/io/nsAppFileLocationProvider.cpp || die "sed failed to replace plugin path for 32bit!" - sed -i -e "s:/usr/lib64/mozilla/plugins:/usr/lib64/nsbrowser/plugins:" \ - "${S}"/xpcom/io/nsAppFileLocationProvider.cpp || die "sed failed to replace plugin path for 64bit!" - - # Don't error out when there's no files to be removed: - sed 's@\(xargs rm\)$@\1 -f@' \ - -i "${S}"/toolkit/mozapps/installer/packager.mk || die - - # Don't exit with error when some libs are missing which we have in - # system. - sed '/^MOZ_PKG_FATAL_WARNINGS/s@= 1@= 0@' \ - -i "${S}"/comm/mail/installer/Makefile.in || die - - # Apply our Thunderbird patchset - pushd "${S}"/comm &>/dev/null || die - eapply "${WORKDIR}"/thunderbird - - # NOT TRIGGERED starting with 60.3, as script just maps ${PV} without any actual - # check on lightning version or changes: - # - # Confirm the version of lightning being grabbed for langpacks is the same - # as that used in thunderbird - #local THIS_MOZ_LIGHTNING_VER=$(${PYTHON} calendar/lightning/build/makeversion.py ${PV}) - #if [[ ${MOZ_LIGHTNING_VER} != ${THIS_MOZ_LIGHTNING_VER} ]]; then - # eqawarn "The version of lightning used for localization differs from the version" - # eqawarn "in thunderbird. Please update MOZ_LIGHTNING_VER in the ebuild from ${MOZ_LIGHTNING_VER}" - # eqawarn "to ${THIS_MOZ_LIGHTNING_VER}" - #fi - - popd &>/dev/null || die - - # Allow user to apply any additional patches without modifing ebuild - eapply_user - - # Autotools configure is now called old-configure.in - # This works because there is still a configure.in that happens to be for the - # shell wrapper configure script - eautoreconf old-configure.in - - # Must run autoconf in js/src - cd "${S}"/js/src || die - eautoconf old-configure.in -} - -src_configure() { - # Add information about TERM to output (build.log) to aid debugging - # blessings problems - if [[ -n "${TERM}" ]] ; then - einfo "TERM is set to: \"${TERM}\"" - else - einfo "TERM is unset." - fi - - if use clang && ! tc-is-clang ; then - # Force clang - einfo "Enforcing the use of clang due to USE=clang ..." - CC=${CHOST}-clang - CXX=${CHOST}-clang++ - strip-unsupported-flags - elif ! use clang && ! tc-is-gcc ; then - # Force gcc - einfo "Enforcing the use of gcc due to USE=-clang ..." - CC=${CHOST}-gcc - CXX=${CHOST}-g++ - strip-unsupported-flags - fi - - #################################### - # - # mozconfig, CFLAGS and CXXFLAGS setup - # - #################################### - - mozconfig_init - # common config components - mozconfig_annotate 'system_libs' \ - --with-system-zlib \ - --with-system-bz2 - - # Must pass release in order to properly select linker - mozconfig_annotate 'Enable by Gentoo' --enable-release - - # Avoid auto-magic on linker - if use clang ; then - # This is upstream's default - mozconfig_annotate "forcing ld=lld due to USE=clang" --enable-linker=lld - elif tc-ld-is-gold ; then - mozconfig_annotate "linker is set to gold" --enable-linker=gold - else - mozconfig_annotate "linker is set to bfd" --enable-linker=bfd - fi - - # It doesn't compile on alpha without this LDFLAGS - use alpha && append-ldflags "-Wl,--no-relax" - - # Add full relro support for hardened - if use hardened; then - append-ldflags "-Wl,-z,relro,-z,now" - mozconfig_use_enable hardened hardening - fi - - # Modifications to better support ARM, bug 553364 - if use neon ; then - mozconfig_annotate '' --with-fpu=neon - - if ! tc-is-clang ; then - # thumb options aren't supported when using clang, bug 666966 - mozconfig_annotate '' --with-thumb=yes - mozconfig_annotate '' --with-thumb-interwork=no - fi - fi - if [[ ${CHOST} == armv*h* ]] ; then - mozconfig_annotate '' --with-float-abi=hard - if ! use system-libvpx ; then - sed -i -e "s|softfp|hard|" \ - "${S}"/media/libvpx/moz.build - fi - fi - - mozconfig_use_enable !bindist official-branding - # Enable position independent executables - mozconfig_annotate 'enabled by Gentoo' --enable-pie - - mozconfig_use_enable debug - mozconfig_use_enable debug tests - if ! use debug ; then - mozconfig_annotate 'disabled by Gentoo' --disable-debug-symbols - else - mozconfig_annotate 'enabled by Gentoo' --enable-debug-symbols - fi - # These are enabled by default in all mozilla applications - mozconfig_annotate '' --with-system-nspr --with-nspr-prefix="${SYSROOT}${EPREFIX}"/usr - mozconfig_annotate '' --with-system-nss --with-nss-prefix="${SYSROOT}${EPREFIX}"/usr - mozconfig_annotate '' --x-includes="${SYSROOT}${EPREFIX}"/usr/include \ - --x-libraries="${SYSROOT}${EPREFIX}"/usr/$(get_libdir) - mozconfig_annotate '' --prefix="${EPREFIX}"/usr - mozconfig_annotate '' --libdir="${EPREFIX}"/usr/$(get_libdir) - mozconfig_annotate 'Gentoo default' --enable-system-hunspell - mozconfig_annotate '' --disable-crashreporter - mozconfig_annotate 'Gentoo default' --with-system-png - mozconfig_annotate '' --enable-system-ffi - mozconfig_annotate '' --disable-gconf - mozconfig_annotate '' --with-intl-api - mozconfig_annotate '' --enable-system-pixman - # Instead of the standard --build= and --host=, mozilla uses --host instead - # of --build, and --target intstead of --host. - # Note, mozilla also has --build but it does not do what you think it does. - # Set both --target and --host as mozilla uses python to guess values otherwise - mozconfig_annotate '' --target="${CHOST}" - mozconfig_annotate '' --host="${CBUILD:-${CHOST}}" - if use system-libevent; then - mozconfig_annotate '' --with-system-libevent="${SYSROOT}${EPREFIX}"/usr - fi - - # skia has no support for big-endian platforms - if [[ $(tc-endian) == "big" ]]; then - mozconfig_annotate 'big endian target' --disable-skia - else - mozconfig_annotate '' --enable-skia - fi - - # use the gtk3 toolkit (the only one supported at this point) - mozconfig_annotate '' --enable-default-toolkit=cairo-gtk3 - - mozconfig_use_enable startup-notification - mozconfig_use_enable system-sqlite - mozconfig_use_with system-jpeg - mozconfig_use_with system-icu - mozconfig_use_with system-libvpx - mozconfig_use_with system-harfbuzz - mozconfig_use_with system-harfbuzz system-graphite2 - mozconfig_use_enable pulseaudio - # force the deprecated alsa sound code if pulseaudio is disabled - if use kernel_linux && ! use pulseaudio ; then - mozconfig_annotate '-pulseaudio' --enable-alsa - fi - - mozconfig_use_enable dbus - - mozconfig_use_enable wifi necko-wifi - - # enable JACK, bug 600002 - mozconfig_use_enable jack - - # Other tb-specific settings - mozconfig_annotate '' --with-user-appdir=.thunderbird - mozconfig_annotate '' --enable-ldap - mozconfig_annotate '' --enable-calendar - - # Disable built-in ccache support to avoid sandbox violation, #665420 - # Use FEATURES=ccache instead! - mozconfig_annotate '' --without-ccache - sed -i -e 's/ccache_stats = None/return None/' \ - python/mozbuild/mozbuild/controller/building.py || \ - die "Failed to disable ccache stats call" - - # Stylo is only broken on x86 builds - use x86 && mozconfig_annotate 'Upstream bug 1341234' --disable-stylo - - # Stylo is horribly broken on arm, renders GUI unusable - use arm && mozconfig_annotate 'breaks UI on arm' --disable-stylo - - if use clang ; then - # libprldap60.so: terminate called after throwing an instance of 'std::runtime_error', bug 667186 - mozconfig_annotate 'elf-hack is broken when using clang' --disable-elf-hack - elif use arm ; then - mozconfig_annotate 'elf-hack is broken on arm' --disable-elf-hack - fi - - # Use an objdir to keep things organized. - echo "mk_add_options MOZ_OBJDIR=${BUILD_OBJ_DIR}" >> "${S}"/.mozconfig - echo "mk_add_options XARGS=/usr/bin/xargs" >> "${S}"/.mozconfig - - mozlinguas_mozconfig - - # Finalize and report settings - mozconfig_final - - #################################### - # - # Configure and build - # - #################################### - - # Disable no-print-directory - MAKEOPTS=${MAKEOPTS/--no-print-directory/} - - if [[ $(gcc-major-version) -lt 4 ]]; then - append-cxxflags -fno-stack-protector - fi - - # workaround for funky/broken upstream configure... - SHELL="${SHELL:-${EPREFIX}/bin/bash}" MOZ_NOSPAM=1 \ - ./mach configure || die -} - -src_compile() { - MOZ_MAKE_FLAGS="${MAKEOPTS}" SHELL="${SHELL:-${EPREFIX}/bin/bash}" MOZ_NOSPAM=1 \ - ./mach build --verbose || die -} - -src_install() { - declare emid - cd "${BUILD_OBJ_DIR}" || die - - # Pax mark xpcshell for hardened support, only used for startupcache creation. - pax-mark m "${BUILD_OBJ_DIR}"/dist/bin/xpcshell - - # Copy our preference before omnijar is created. - cp "${FILESDIR}"/thunderbird-gentoo-default-prefs.js-2 \ - "${BUILD_OBJ_DIR}/dist/bin/defaults/pref/all-gentoo.js" \ - || die - - # set dictionary path, to use system hunspell - echo "pref(\"spellchecker.dictionary_path\", \"${EPREFIX}/usr/share/myspell\");" \ - >>"${BUILD_OBJ_DIR}/dist/bin/defaults/pref/all-gentoo.js" || die - - # force the graphite pref if system-harfbuzz is enabled, since the pref cant disable it - if use system-harfbuzz ; then - echo "sticky_pref(\"gfx.font_rendering.graphite.enabled\",true);" \ - >>"${BUILD_OBJ_DIR}/dist/bin/defaults/pref/all-gentoo.js" || die - fi - - # force cairo as the canvas renderer on platforms without skia support - if [[ $(tc-endian) == "big" ]] ; then - echo "sticky_pref(\"gfx.canvas.azure.backends\",\"cairo\");" \ - >>"${BUILD_OBJ_DIR}/dist/bin/defaults/pref/all-gentoo.js" || die - echo "sticky_pref(\"gfx.content.azure.backends\",\"cairo\");" \ - >>"${BUILD_OBJ_DIR}/dist/bin/defaults/pref/all-gentoo.js" || die - fi - - cd "${S}" || die - MOZ_MAKE_FLAGS="${MAKEOPTS}" SHELL="${SHELL:-${EPREFIX}/bin/bash}" MOZ_NOSPAM=1 \ - DESTDIR="${D}" ./mach install || die - - # Install language packs - MOZ_INSTALL_L10N_XPIFILE="1" mozlinguas_src_install - - local size sizes icon_path icon - if ! use bindist; then - icon_path="${S}/comm/mail/branding/thunderbird" - icon="${PN}-icon" - - domenu "${FILESDIR}"/icon/${PN}.desktop - else - icon_path="${S}/comm/mail/branding/nightly" - icon="${PN}-icon-unbranded" - - newmenu "${FILESDIR}"/icon/${PN}-unbranded.desktop \ - ${PN}.desktop - - sed -i -e "s:Mozilla\ Thunderbird:EarlyBird:g" \ - "${ED}"/usr/share/applications/${PN}.desktop - fi - - # Install a 48x48 icon into /usr/share/pixmaps for legacy DEs - newicon "${icon_path}"/default48.png "${icon}".png - # Install icons for menu entry - sizes="16 22 24 32 48 256" - for size in ${sizes}; do - newicon -s ${size} "${icon_path}/default${size}.png" "${icon}.png" - done - - local emid - # stage extra locales for lightning and install over existing - emid='{e2fda1a4-762b-4020-b5ad-a41df1933103}' - rm -f "${ED}"/${MOZILLA_FIVE_HOME}/distribution/extensions/${emid}.xpi || die - mozlinguas_xpistage_langpacks "${BUILD_OBJ_DIR}"/dist/bin/distribution/extensions/${emid} \ - "${WORKDIR}"/lightning-${MOZ_LIGHTNING_VER} lightning calendar - - mkdir -p "${T}/${emid}" || die - cp -RLp -t "${T}/${emid}" "${BUILD_OBJ_DIR}"/dist/bin/distribution/extensions/${emid}/* || die - insinto ${MOZILLA_FIVE_HOME}/distribution/extensions - doins -r "${T}/${emid}" - - if use lightning; then - # move lightning out of distribution/extensions and into extensions for app-global install - mv "${ED}"/${MOZILLA_FIVE_HOME}/{distribution,}/extensions/${emid} || die - - # stage extra locales for gdata-provider and install app-global - mozlinguas_xpistage_langpacks "${BUILD_OBJ_DIR}"/dist/xpi-stage/gdata-provider \ - "${WORKDIR}"/gdata-provider-${MOZ_LIGHTNING_GDATA_VER} - emid='{a62ef8ec-5fdc-40c2-873c-223b8a6925cc}' - mkdir -p "${T}/${emid}" || die - cp -RLp -t "${T}/${emid}" "${BUILD_OBJ_DIR}"/dist/xpi-stage/gdata-provider/* || die - - # manifest.json does not allow the addon to load, put install.rdf in place - # note, version number needs to be set properly - cp -RLp -t "${T}/${emid}" "${WORKDIR}"/gdata-provider-${MOZ_LIGHTNING_GDATA_VER}/install.rdf - sed -i -e '/em:version/ s/>[^<]*4.1=dev-lang/yasm-1.1" - -CDEPEND=" - >=dev-libs/nss-3.36.7 - >=dev-libs/nspr-4.19 - >=app-text/hunspell-1.5.4:= - dev-libs/atk - dev-libs/expat - >=x11-libs/cairo-1.10[X] - >=x11-libs/gtk+-2.18:2 - >=x11-libs/gtk+-3.4.0:3 - x11-libs/gdk-pixbuf - >=x11-libs/pango-1.22.0 - >=media-libs/libpng-1.6.34:0=[apng] - >=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 - dbus? ( - >=sys-apps/dbus-0.60 - >=dev-libs/dbus-glib-0.72 - ) - startup-notification? ( >=x11-libs/startup-notification-0.8 ) - >=x11-libs/pixman-0.19.2 - >=dev-libs/glib-2.26:2 - >=sys-libs/zlib-1.2.3 - >=virtual/libffi-3.0.10:= - virtual/ffmpeg - x11-libs/libX11 - x11-libs/libXcomposite - x11-libs/libXdamage - x11-libs/libXext - x11-libs/libXfixes - x11-libs/libXrender - x11-libs/libXt - system-harfbuzz? ( - >=media-libs/harfbuzz-1.4.2:0= - >=media-gfx/graphite2-1.3.9-r1 - ) - system-icu? ( >=dev-libs/icu-59.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.5.0:0=[postproc] - =dev-db/sqlite-3.23.1:3[secure-delete,debug=] ) - wifi? ( - kernel_linux? ( - >=sys-apps/dbus-0.60 - >=dev-libs/dbus-glib-0.72 - net-misc/networkmanager - ) - ) - jack? ( virtual/jack )" - -DEPEND="${CDEPEND} - app-arch/zip - app-arch/unzip - >=sys-devel/binutils-2.30 - sys-apps/findutils - || ( - ( - sys-devel/clang:8 - !clang? ( sys-devel/llvm:8 ) - clang? ( - =sys-devel/lld-8* - sys-devel/llvm:8[gold] - ) - ) - ( - sys-devel/clang:7 - !clang? ( sys-devel/llvm:7 ) - clang? ( - =sys-devel/lld-7* - sys-devel/llvm:7[gold] - ) - ) - ( - sys-devel/clang:6 - !clang? ( sys-devel/llvm:6 ) - clang? ( - =sys-devel/lld-6* - sys-devel/llvm:6[gold] - ) - ) - ) - pulseaudio? ( media-sound/pulseaudio ) - elibc_glibc? ( - virtual/cargo - virtual/rust - ) - elibc_musl? ( - virtual/cargo - virtual/rust - ) - amd64? ( - ${ASM_DEPEND} - virtual/opengl - ) - x86? ( - ${ASM_DEPEND} - virtual/opengl - )" - -RDEPEND="${CDEPEND} - pulseaudio? ( - || ( - media-sound/pulseaudio - >=media-sound/apulse-0.1.9 - ) - ) - selinux? ( - sec-policy/selinux-mozilla - sec-policy/selinux-thunderbird - )" - -REQUIRED_USE="wifi? ( dbus )" - -S="${WORKDIR}/${MOZ_P%b[0-9]*}" - -BUILD_OBJ_DIR="${S}/tbird" - -llvm_check_deps() { - if ! has_version "sys-devel/clang:${LLVM_SLOT}" ; then - ewarn "sys-devel/clang:${LLVM_SLOT} is missing! Cannot use LLVM slot ${LLVM_SLOT} ..." - return 1 - fi - - if use clang ; then - if ! has_version "=sys-devel/lld-${LLVM_SLOT}*" ; then - ewarn "=sys-devel/lld-${LLVM_SLOT}* is missing! Cannot use LLVM slot ${LLVM_SLOT} ..." - return 1 - fi - fi - - einfo "Will use LLVM slot ${LLVM_SLOT}!" -} - -pkg_setup() { - moz_pkgsetup - - # Avoid PGO profiling problems due to enviroment leakage - # These should *always* be cleaned up anyway - unset DBUS_SESSION_BUS_ADDRESS \ - DISPLAY \ - ORBIT_SOCKETDIR \ - SESSION_MANAGER \ - XDG_SESSION_COOKIE \ - XAUTHORITY - - if ! use bindist ; then - elog "You are enabling official branding. You may not redistribute this build" - elog "to any users on your network or the internet. Doing so puts yourself into" - elog "a legal problem with Mozilla Foundation" - elog "You can disable it by emerging ${PN} _with_ the bindist USE-flag" - elog - fi - - addpredict /proc/self/oom_score_adj - - llvm_pkg_setup -} - -pkg_pretend() { - # Ensure we have enough disk space to compile - CHECKREQS_DISK_BUILD="4G" - check-reqs_pkg_setup -} - -src_unpack() { - unpack ${A} - - # Unpack language packs - mozlinguas_src_unpack -} - -src_prepare() { - # Apply our patchset from firefox to thunderbird as well - rm -f "${WORKDIR}"/firefox/2007_fix_nvidia_latest.patch \ - "${WORKDIR}"/firefox/2005_ffmpeg4.patch \ - "${WORKDIR}"/firefox/2012_update-cc-to-honor-CC.patch \ - || die - eapply "${WORKDIR}/firefox" - - eapply "${FILESDIR}"/thunderbird-60-sqlite3-fts3-tokenizer.patch - - # Ensure that are plugins dir is enabled as default - sed -i -e "s:/usr/lib/mozilla/plugins:/usr/lib/nsbrowser/plugins:" \ - "${S}"/xpcom/io/nsAppFileLocationProvider.cpp || die "sed failed to replace plugin path for 32bit!" - sed -i -e "s:/usr/lib64/mozilla/plugins:/usr/lib64/nsbrowser/plugins:" \ - "${S}"/xpcom/io/nsAppFileLocationProvider.cpp || die "sed failed to replace plugin path for 64bit!" - - # Don't error out when there's no files to be removed: - sed 's@\(xargs rm\)$@\1 -f@' \ - -i "${S}"/toolkit/mozapps/installer/packager.mk || die - - # Don't exit with error when some libs are missing which we have in - # system. - sed '/^MOZ_PKG_FATAL_WARNINGS/s@= 1@= 0@' \ - -i "${S}"/comm/mail/installer/Makefile.in || die - - # Apply our Thunderbird patchset - pushd "${S}"/comm &>/dev/null || die - eapply "${WORKDIR}"/thunderbird - - # NOT TRIGGERED starting with 60.3, as script just maps ${PV} without any actual - # check on lightning version or changes: - # - # Confirm the version of lightning being grabbed for langpacks is the same - # as that used in thunderbird - #local THIS_MOZ_LIGHTNING_VER=$(${PYTHON} calendar/lightning/build/makeversion.py ${PV}) - #if [[ ${MOZ_LIGHTNING_VER} != ${THIS_MOZ_LIGHTNING_VER} ]]; then - # eqawarn "The version of lightning used for localization differs from the version" - # eqawarn "in thunderbird. Please update MOZ_LIGHTNING_VER in the ebuild from ${MOZ_LIGHTNING_VER}" - # eqawarn "to ${THIS_MOZ_LIGHTNING_VER}" - #fi - - popd &>/dev/null || die - - # Allow user to apply any additional patches without modifing ebuild - eapply_user - - # Autotools configure is now called old-configure.in - # This works because there is still a configure.in that happens to be for the - # shell wrapper configure script - eautoreconf old-configure.in - - # Must run autoconf in js/src - cd "${S}"/js/src || die - eautoconf old-configure.in -} - -src_configure() { - # Add information about TERM to output (build.log) to aid debugging - # blessings problems - if [[ -n "${TERM}" ]] ; then - einfo "TERM is set to: \"${TERM}\"" - else - einfo "TERM is unset." - fi - - if use clang && ! tc-is-clang ; then - # Force clang - einfo "Enforcing the use of clang due to USE=clang ..." - CC=${CHOST}-clang - CXX=${CHOST}-clang++ - strip-unsupported-flags - elif ! use clang && ! tc-is-gcc ; then - # Force gcc - einfo "Enforcing the use of gcc due to USE=-clang ..." - CC=${CHOST}-gcc - CXX=${CHOST}-g++ - strip-unsupported-flags - fi - - #################################### - # - # mozconfig, CFLAGS and CXXFLAGS setup - # - #################################### - - mozconfig_init - # common config components - mozconfig_annotate 'system_libs' \ - --with-system-zlib \ - --with-system-bz2 - - # Must pass release in order to properly select linker - mozconfig_annotate 'Enable by Gentoo' --enable-release - - # Avoid auto-magic on linker - if use clang ; then - # This is upstream's default - mozconfig_annotate "forcing ld=lld due to USE=clang" --enable-linker=lld - elif tc-ld-is-gold ; then - mozconfig_annotate "linker is set to gold" --enable-linker=gold - else - mozconfig_annotate "linker is set to bfd" --enable-linker=bfd - fi - - # It doesn't compile on alpha without this LDFLAGS - use alpha && append-ldflags "-Wl,--no-relax" - - # Add full relro support for hardened - if use hardened; then - append-ldflags "-Wl,-z,relro,-z,now" - mozconfig_use_enable hardened hardening - fi - - # Modifications to better support ARM, bug 553364 - if use neon ; then - mozconfig_annotate '' --with-fpu=neon - - if ! tc-is-clang ; then - # thumb options aren't supported when using clang, bug 666966 - mozconfig_annotate '' --with-thumb=yes - mozconfig_annotate '' --with-thumb-interwork=no - fi - fi - if [[ ${CHOST} == armv*h* ]] ; then - mozconfig_annotate '' --with-float-abi=hard - if ! use system-libvpx ; then - sed -i -e "s|softfp|hard|" \ - "${S}"/media/libvpx/moz.build - fi - fi - - mozconfig_use_enable !bindist official-branding - # Enable position independent executables - mozconfig_annotate 'enabled by Gentoo' --enable-pie - - mozconfig_use_enable debug - mozconfig_use_enable debug tests - if ! use debug ; then - mozconfig_annotate 'disabled by Gentoo' --disable-debug-symbols - else - mozconfig_annotate 'enabled by Gentoo' --enable-debug-symbols - fi - # These are enabled by default in all mozilla applications - mozconfig_annotate '' --with-system-nspr --with-nspr-prefix="${SYSROOT}${EPREFIX}"/usr - mozconfig_annotate '' --with-system-nss --with-nss-prefix="${SYSROOT}${EPREFIX}"/usr - mozconfig_annotate '' --x-includes="${SYSROOT}${EPREFIX}"/usr/include \ - --x-libraries="${SYSROOT}${EPREFIX}"/usr/$(get_libdir) - mozconfig_annotate '' --prefix="${EPREFIX}"/usr - mozconfig_annotate '' --libdir="${EPREFIX}"/usr/$(get_libdir) - mozconfig_annotate 'Gentoo default' --enable-system-hunspell - mozconfig_annotate '' --disable-crashreporter - mozconfig_annotate 'Gentoo default' --with-system-png - mozconfig_annotate '' --enable-system-ffi - mozconfig_annotate '' --disable-gconf - mozconfig_annotate '' --with-intl-api - mozconfig_annotate '' --enable-system-pixman - # Instead of the standard --build= and --host=, mozilla uses --host instead - # of --build, and --target intstead of --host. - # Note, mozilla also has --build but it does not do what you think it does. - # Set both --target and --host as mozilla uses python to guess values otherwise - mozconfig_annotate '' --target="${CHOST}" - mozconfig_annotate '' --host="${CBUILD:-${CHOST}}" - if use system-libevent; then - mozconfig_annotate '' --with-system-libevent="${SYSROOT}${EPREFIX}"/usr - fi - - # skia has no support for big-endian platforms - if [[ $(tc-endian) == "big" ]]; then - mozconfig_annotate 'big endian target' --disable-skia - else - mozconfig_annotate '' --enable-skia - fi - - # use the gtk3 toolkit (the only one supported at this point) - mozconfig_annotate '' --enable-default-toolkit=cairo-gtk3 - - mozconfig_use_enable startup-notification - mozconfig_use_enable system-sqlite - mozconfig_use_with system-jpeg - mozconfig_use_with system-icu - mozconfig_use_with system-libvpx - mozconfig_use_with system-harfbuzz - mozconfig_use_with system-harfbuzz system-graphite2 - mozconfig_use_enable pulseaudio - # force the deprecated alsa sound code if pulseaudio is disabled - if use kernel_linux && ! use pulseaudio ; then - mozconfig_annotate '-pulseaudio' --enable-alsa - fi - - mozconfig_use_enable dbus - - mozconfig_use_enable wifi necko-wifi - - # enable JACK, bug 600002 - mozconfig_use_enable jack - - # Other tb-specific settings - mozconfig_annotate '' --with-user-appdir=.thunderbird - mozconfig_annotate '' --enable-ldap - mozconfig_annotate '' --enable-calendar - - # Disable built-in ccache support to avoid sandbox violation, #665420 - # Use FEATURES=ccache instead! - mozconfig_annotate '' --without-ccache - sed -i -e 's/ccache_stats = None/return None/' \ - python/mozbuild/mozbuild/controller/building.py || \ - die "Failed to disable ccache stats call" - - # Stylo is only broken on x86 builds - use x86 && mozconfig_annotate 'Upstream bug 1341234' --disable-stylo - - # Stylo is horribly broken on arm, renders GUI unusable - use arm && mozconfig_annotate 'breaks UI on arm' --disable-stylo - - if use clang ; then - # libprldap60.so: terminate called after throwing an instance of 'std::runtime_error', bug 667186 - mozconfig_annotate 'elf-hack is broken when using clang' --disable-elf-hack - elif use arm ; then - mozconfig_annotate 'elf-hack is broken on arm' --disable-elf-hack - fi - - # Use an objdir to keep things organized. - echo "mk_add_options MOZ_OBJDIR=${BUILD_OBJ_DIR}" >> "${S}"/.mozconfig - echo "mk_add_options XARGS=/usr/bin/xargs" >> "${S}"/.mozconfig - - mozlinguas_mozconfig - - # Finalize and report settings - mozconfig_final - - #################################### - # - # Configure and build - # - #################################### - - # Disable no-print-directory - MAKEOPTS=${MAKEOPTS/--no-print-directory/} - - if [[ $(gcc-major-version) -lt 4 ]]; then - append-cxxflags -fno-stack-protector - fi - - # workaround for funky/broken upstream configure... - SHELL="${SHELL:-${EPREFIX}/bin/bash}" MOZ_NOSPAM=1 \ - ./mach configure || die -} - -src_compile() { - MOZ_MAKE_FLAGS="${MAKEOPTS}" SHELL="${SHELL:-${EPREFIX}/bin/bash}" MOZ_NOSPAM=1 \ - ./mach build --verbose || die -} - -src_install() { - declare emid - cd "${BUILD_OBJ_DIR}" || die - - # Pax mark xpcshell for hardened support, only used for startupcache creation. - pax-mark m "${BUILD_OBJ_DIR}"/dist/bin/xpcshell - - # Copy our preference before omnijar is created. - cp "${FILESDIR}"/thunderbird-gentoo-default-prefs.js-2 \ - "${BUILD_OBJ_DIR}/dist/bin/defaults/pref/all-gentoo.js" \ - || die - - # set dictionary path, to use system hunspell - echo "pref(\"spellchecker.dictionary_path\", \"${EPREFIX}/usr/share/myspell\");" \ - >>"${BUILD_OBJ_DIR}/dist/bin/defaults/pref/all-gentoo.js" || die - - # force the graphite pref if system-harfbuzz is enabled, since the pref cant disable it - if use system-harfbuzz ; then - echo "sticky_pref(\"gfx.font_rendering.graphite.enabled\",true);" \ - >>"${BUILD_OBJ_DIR}/dist/bin/defaults/pref/all-gentoo.js" || die - fi - - # force cairo as the canvas renderer on platforms without skia support - if [[ $(tc-endian) == "big" ]] ; then - echo "sticky_pref(\"gfx.canvas.azure.backends\",\"cairo\");" \ - >>"${BUILD_OBJ_DIR}/dist/bin/defaults/pref/all-gentoo.js" || die - echo "sticky_pref(\"gfx.content.azure.backends\",\"cairo\");" \ - >>"${BUILD_OBJ_DIR}/dist/bin/defaults/pref/all-gentoo.js" || die - fi - - cd "${S}" || die - MOZ_MAKE_FLAGS="${MAKEOPTS}" SHELL="${SHELL:-${EPREFIX}/bin/bash}" MOZ_NOSPAM=1 \ - DESTDIR="${D}" ./mach install || die - - # Install language packs - MOZ_INSTALL_L10N_XPIFILE="1" mozlinguas_src_install - - local size sizes icon_path icon - if ! use bindist; then - icon_path="${S}/comm/mail/branding/thunderbird" - icon="${PN}-icon" - - domenu "${FILESDIR}"/icon/${PN}.desktop - else - icon_path="${S}/comm/mail/branding/nightly" - icon="${PN}-icon-unbranded" - - newmenu "${FILESDIR}"/icon/${PN}-unbranded.desktop \ - ${PN}.desktop - - sed -i -e "s:Mozilla\ Thunderbird:EarlyBird:g" \ - "${ED}"/usr/share/applications/${PN}.desktop - fi - - # Install a 48x48 icon into /usr/share/pixmaps for legacy DEs - newicon "${icon_path}"/default48.png "${icon}".png - # Install icons for menu entry - sizes="16 22 24 32 48 256" - for size in ${sizes}; do - newicon -s ${size} "${icon_path}/default${size}.png" "${icon}.png" - done - - local emid - # stage extra locales for lightning and install over existing - emid='{e2fda1a4-762b-4020-b5ad-a41df1933103}' - rm -f "${ED}"/${MOZILLA_FIVE_HOME}/distribution/extensions/${emid}.xpi || die - mozlinguas_xpistage_langpacks "${BUILD_OBJ_DIR}"/dist/bin/distribution/extensions/${emid} \ - "${WORKDIR}"/lightning-${MOZ_LIGHTNING_VER} lightning calendar - - mkdir -p "${T}/${emid}" || die - cp -RLp -t "${T}/${emid}" "${BUILD_OBJ_DIR}"/dist/bin/distribution/extensions/${emid}/* || die - insinto ${MOZILLA_FIVE_HOME}/distribution/extensions - doins -r "${T}/${emid}" - - if use lightning; then - # move lightning out of distribution/extensions and into extensions for app-global install - mv "${ED}"/${MOZILLA_FIVE_HOME}/{distribution,}/extensions/${emid} || die - - # stage extra locales for gdata-provider and install app-global - mozlinguas_xpistage_langpacks "${BUILD_OBJ_DIR}"/dist/xpi-stage/gdata-provider \ - "${WORKDIR}"/gdata-provider-${MOZ_LIGHTNING_GDATA_VER} - emid='{a62ef8ec-5fdc-40c2-873c-223b8a6925cc}' - mkdir -p "${T}/${emid}" || die - cp -RLp -t "${T}/${emid}" "${BUILD_OBJ_DIR}"/dist/xpi-stage/gdata-provider/* || die - - # manifest.json does not allow the addon to load, put install.rdf in place - # note, version number needs to be set properly - cp -RLp -t "${T}/${emid}" "${WORKDIR}"/gdata-provider-${MOZ_LIGHTNING_GDATA_VER}/install.rdf - sed -i -e '/em:version/ s/>[^<]*4.1=media-libs/libfpx-1.3.0-r1 ) + graphviz? ( media-gfx/graphviz ) + heif? ( media-libs/libheif:= ) + jbig? ( >=media-libs/jbigkit-2:= ) + jpeg? ( virtual/jpeg:0 ) + jpeg2k? ( >=media-libs/openjpeg-2.1.0:2 ) + lcms? ( media-libs/lcms:2= ) + lqr? ( media-libs/liblqr ) + opencl? ( virtual/opencl ) + openexr? ( media-libs/openexr:0= ) + pango? ( x11-libs/pango ) + perl? ( >=dev-lang/perl-5.8.8:0= ) + png? ( media-libs/libpng:0= ) + postscript? ( app-text/ghostscript-gpl ) + raw? ( media-libs/libraw:= ) + svg? ( gnome-base/librsvg ) + tiff? ( media-libs/tiff:0= ) + truetype? ( + media-fonts/urw-fonts + >=media-libs/freetype-2 + ) + webp? ( media-libs/libwebp:0= ) + wmf? ( media-libs/libwmf ) + X? ( + x11-libs/libICE + x11-libs/libSM + x11-libs/libXext + x11-libs/libXt + ) + xml? ( dev-libs/libxml2:= ) + lzma? ( app-arch/xz-utils ) + zlib? ( sys-libs/zlib:= )" +DEPEND="${RDEPEND} + !media-gfx/graphicsmagick[imagemagick] + virtual/pkgconfig + X? ( x11-base/xorg-proto )" + +REQUIRED_USE="corefonts? ( truetype ) + test? ( corefonts )" + +S="${WORKDIR}/${MY_P}" + +src_prepare() { + default + + # Apply hardening #664236 + cp "${FILESDIR}"/policy-hardening.snippet "${S}" || die + sed -i -e '/^$/ { + r policy-hardening.snippet + d + }' \ + config/policy.xml || \ + die "Failed to apply hardening of policy.xml" + einfo "policy.xml hardened" + + elibtoolize # for Darwin modules + + # For testsuite, see https://bugs.gentoo.org/show_bug.cgi?id=500580#c3 + local mesa_cards ati_cards nvidia_cards render_cards + shopt -s nullglob + ati_cards=$(echo -n /dev/ati/card* | sed 's/ /:/g') + if test -n "${ati_cards}"; then + addpredict "${ati_cards}" + fi + mesa_cards=$(echo -n /dev/dri/card* | sed 's/ /:/g') + if test -n "${mesa_cards}"; then + addpredict "${mesa_cards}" + fi + nvidia_cards=$(echo -n /dev/nvidia** | sed 's/ /:/g') + if test -n "${nvidia_cards}"; then + addpredict "${nvidia_cards}" + fi + render_cards=$(echo -n /dev/dri/renderD128* | sed 's/ /:/g') + if test -n "${render_cards}"; then + addpredict "${render_cards}" + fi + shopt -u nullglob + addpredict /dev/nvidiactl +} + +src_configure() { + local depth=16 + use q8 && depth=8 + use q32 && depth=32 + + local openmp=disable + use openmp && { tc-has-openmp && openmp=enable; } + + use perl && perl_check_env + + [[ ${CHOST} == *-solaris* ]] && append-ldflags -lnsl -lsocket + + local myeconfargs=( + $(use_enable static-libs static) + $(use_enable hdri) + $(use_enable opencl) + --with-threads + --with-modules + --with-quantum-depth=${depth} + $(use_with cxx magick-plus-plus) + $(use_with perl) + --with-perl-options='INSTALLDIRS=vendor' + --with-gs-font-dir="${EPREFIX}"/usr/share/fonts/urw-fonts + $(use_with bzip2 bzlib) + $(use_with X x) + $(use_with zlib) + --without-autotrace + $(use_with postscript dps) + $(use_with djvu) + --with-dejavu-font-dir="${EPREFIX}"/usr/share/fonts/dejavu + $(use_with fftw) + $(use_with fpx) + $(use_with fontconfig) + $(use_with truetype freetype) + $(use_with postscript gslib) + $(use_with graphviz gvc) + $(use_with heif heic) + $(use_with jbig) + $(use_with jpeg) + $(use_with jpeg2k openjp2) + $(use_with lcms) + $(use_with lqr) + $(use_with lzma) + $(use_with openexr) + $(use_with pango) + $(use_with png) + $(use_with raw) + $(use_with svg rsvg) + $(use_with tiff) + $(use_with webp) + $(use_with corefonts windows-font-dir "${EPREFIX}"/usr/share/fonts/corefonts) + $(use_with wmf) + $(use_with xml) + --${openmp}-openmp + --with-gcc-arch=no-automagic + ) + CONFIG_SHELL=$(type -P bash) econf "${myeconfargs[@]}" +} + +src_test() { + # Install default (unrestricted) policy in $HOME for test suite #664238 + local _im_local_config_home="${HOME}/.config/ImageMagick" + mkdir -p "${_im_local_config_home}" || \ + die "Failed to create IM config dir in '${_im_local_config_home}'" + cp "${FILESDIR}"/policy.test.xml "${_im_local_config_home}/policy.xml" || \ + die "Failed to install default blank policy.xml in '${_im_local_config_home}'" + + local im_command= IM_COMMANDS=() + IM_COMMANDS+=( "identify -version | grep -q -- \"${MY_PV}\"" ) # Verify that we are using version we just built + IM_COMMANDS+=( "identify -list policy" ) # Verify that policy.xml is used + IM_COMMANDS+=( "emake check" ) # Run tests + + for im_command in "${IM_COMMANDS[@]}"; do + eval "${S}"/magick.sh \ + ${im_command} || \ + die "Failed to run \"${im_command}\"" + done +} + +src_install() { + # Ensure documentation installation files and paths with each release! + emake \ + DESTDIR="${D}" \ + DOCUMENTATION_PATH="${EPREFIX}"/usr/share/doc/${PF}/html \ + install + + rm -f "${ED%/}"/usr/share/doc/${PF}/html/{ChangeLog,LICENSE,NEWS.txt} + dodoc {AUTHORS,README}.txt ChangeLog + + if use perl; then + find "${ED}" -type f -name perllocal.pod -exec rm -f {} + + find "${ED}" -depth -mindepth 1 -type d -empty -exec rm -rf {} + + fi + + find "${ED}" -name '*.la' -exec sed -i -e "/^dependency_libs/s:=.*:='':" {} + + + if use opencl; then + cat <<-EOF > "${T}"/99${PN} + SANDBOX_PREDICT="/dev/nvidiactl:/dev/nvidia-uvm:/dev/ati/card:/dev/dri/card:/dev/dri/renderD128" + EOF + + insinto /etc/sandbox.d + doins "${T}"/99${PN} #472766 + fi + + insinto /usr/share/${PN} + doins config/*icm +} + +pkg_postinst() { + local _show_policy_xml_notice= + + if [[ -z "${REPLACING_VERSIONS}" ]]; then + # This is a new installation + _show_policy_xml_notice=yes + else + local v + for v in ${REPLACING_VERSIONS}; do + if ! ver_test "${v}" -gt "6.9.10.10-r2"; then + # This is an upgrade + _show_policy_xml_notice=yes + + # Show this elog only once + break + fi + done + fi + + if [[ -n "${_show_policy_xml_notice}" ]]; then + elog "For security reasons, a policy.xml file was installed in /etc/ImageMagick-6" + elog "which will prevent the usage of the following coders by default:" + elog "" + elog " - PS" + elog " - PS2" + elog " - PS3" + elog " - EPS" + elog " - PDF" + elog " - XPS" + fi +} diff --git a/media-gfx/imagemagick/imagemagick-7.0.8.50.ebuild b/media-gfx/imagemagick/imagemagick-7.0.8.50.ebuild new file mode 100644 index 000000000000..69c412db11b7 --- /dev/null +++ b/media-gfx/imagemagick/imagemagick-7.0.8.50.ebuild @@ -0,0 +1,256 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI="6" + +inherit eapi7-ver eutils flag-o-matic libtool perl-functions toolchain-funcs multilib + +if [[ ${PV} == "9999" ]] ; then + EGIT_REPO_URI="https://github.com/ImageMagick/ImageMagick.git" + inherit git-r3 + MY_P="imagemagick-9999" +else + MY_PV="$(ver_rs 3 '-')" + MY_P="ImageMagick-${MY_PV}" + SRC_URI="mirror://${PN}/${MY_P}.tar.xz" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +fi + +DESCRIPTION="A collection of tools and libraries for many image formats" +HOMEPAGE="https://www.imagemagick.org/" + +LICENSE="imagemagick" +SLOT="0/${PV}" +IUSE="bzip2 corefonts cxx djvu fftw fontconfig fpx graphviz hdri heif jbig jpeg jpeg2k lcms lqr lzma opencl openexr openmp pango perl png postscript q32 q8 raw static-libs svg test tiff truetype webp wmf X xml zlib" + +RDEPEND=" + dev-libs/libltdl:0 + bzip2? ( app-arch/bzip2 ) + corefonts? ( media-fonts/corefonts ) + djvu? ( app-text/djvu ) + fftw? ( sci-libs/fftw:3.0 ) + fontconfig? ( media-libs/fontconfig ) + fpx? ( >=media-libs/libfpx-1.3.0-r1 ) + graphviz? ( media-gfx/graphviz ) + heif? ( media-libs/libheif:= ) + jbig? ( >=media-libs/jbigkit-2:= ) + jpeg? ( virtual/jpeg:0 ) + jpeg2k? ( >=media-libs/openjpeg-2.1.0:2 ) + lcms? ( media-libs/lcms:2= ) + lqr? ( media-libs/liblqr ) + opencl? ( virtual/opencl ) + openexr? ( media-libs/openexr:0= ) + pango? ( x11-libs/pango ) + perl? ( >=dev-lang/perl-5.8.8:0= ) + png? ( media-libs/libpng:0= ) + postscript? ( app-text/ghostscript-gpl ) + raw? ( media-libs/libraw:= ) + svg? ( gnome-base/librsvg ) + tiff? ( media-libs/tiff:0= ) + truetype? ( + media-fonts/urw-fonts + >=media-libs/freetype-2 + ) + webp? ( media-libs/libwebp:0= ) + wmf? ( media-libs/libwmf ) + X? ( + x11-libs/libICE + x11-libs/libSM + x11-libs/libXext + x11-libs/libXt + ) + xml? ( dev-libs/libxml2:= ) + lzma? ( app-arch/xz-utils ) + zlib? ( sys-libs/zlib:= )" +DEPEND="${RDEPEND} + !media-gfx/graphicsmagick[imagemagick] + virtual/pkgconfig + X? ( x11-base/xorg-proto )" + +REQUIRED_USE="corefonts? ( truetype ) + test? ( corefonts )" + +S="${WORKDIR}/${MY_P}" + +src_prepare() { + default + + # Apply hardening #664236 + cp "${FILESDIR}"/policy-hardening.snippet "${S}" || die + sed -i -e '/^$/ { + r policy-hardening.snippet + d + }' \ + config/policy.xml || \ + die "Failed to apply hardening of policy.xml" + einfo "policy.xml hardened" + + elibtoolize # for Darwin modules + + # For testsuite, see https://bugs.gentoo.org/show_bug.cgi?id=500580#c3 + local ati_cards mesa_cards nvidia_cards render_cards + shopt -s nullglob + ati_cards=$(echo -n /dev/ati/card* | sed 's/ /:/g') + if test -n "${ati_cards}"; then + addpredict "${ati_cards}" + fi + mesa_cards=$(echo -n /dev/dri/card* | sed 's/ /:/g') + if test -n "${mesa_cards}"; then + addpredict "${mesa_cards}" + fi + nvidia_cards=$(echo -n /dev/nvidia* | sed 's/ /:/g') + if test -n "${nvidia_cards}"; then + addpredict "${nvidia_cards}" + fi + render_cards=$(echo -n /dev/dri/renderD128* | sed 's/ /:/g') + if test -n "${render_cards}"; then + addpredict "${render_cards}" + fi + shopt -u nullglob + addpredict /dev/nvidiactl +} + +src_configure() { + local depth=16 + use q8 && depth=8 + use q32 && depth=32 + + local openmp=disable + use openmp && { tc-has-openmp && openmp=enable; } + + use perl && perl_check_env + + [[ ${CHOST} == *-solaris* ]] && append-ldflags -lnsl -lsocket + + local myeconfargs=( + $(use_enable static-libs static) + $(use_enable hdri) + $(use_enable opencl) + --with-threads + --with-modules + --with-quantum-depth=${depth} + $(use_with cxx magick-plus-plus) + $(use_with perl) + --with-perl-options='INSTALLDIRS=vendor' + --with-gs-font-dir="${EPREFIX}"/usr/share/fonts/urw-fonts + $(use_with bzip2 bzlib) + $(use_with X x) + $(use_with zlib) + --without-autotrace + $(use_with postscript dps) + $(use_with djvu) + --with-dejavu-font-dir="${EPREFIX}"/usr/share/fonts/dejavu + $(use_with fftw) + $(use_with fpx) + $(use_with fontconfig) + $(use_with truetype freetype) + $(use_with postscript gslib) + $(use_with graphviz gvc) + $(use_with heif heic) + $(use_with jbig) + $(use_with jpeg) + $(use_with jpeg2k openjp2) + $(use_with lcms) + $(use_with lqr) + $(use_with lzma) + $(use_with openexr) + $(use_with pango) + $(use_with png) + $(use_with raw) + $(use_with svg rsvg) + $(use_with tiff) + $(use_with webp) + $(use_with corefonts windows-font-dir "${EPREFIX}"/usr/share/fonts/corefonts) + $(use_with wmf) + $(use_with xml) + --${openmp}-openmp + --with-gcc-arch=no-automagic + ) + CONFIG_SHELL=$(type -P bash) econf "${myeconfargs[@]}" +} + +src_test() { + # Install default (unrestricted) policy in $HOME for test suite #664238 + local _im_local_config_home="${HOME}/.config/ImageMagick" + mkdir -p "${_im_local_config_home}" || \ + die "Failed to create IM config dir in '${_im_local_config_home}'" + cp "${FILESDIR}"/policy.test.xml "${_im_local_config_home}/policy.xml" || \ + die "Failed to install default blank policy.xml in '${_im_local_config_home}'" + + local im_command= IM_COMMANDS=() + if [[ ${PV} == "9999" ]] ; then + IM_COMMANDS+=( "magick -version" ) # Show version we are using -- cannot verify because of live ebuild + else + IM_COMMANDS+=( "magick -version | grep -q -- \"${MY_PV}\"" ) # Verify that we are using version we just built + fi + IM_COMMANDS+=( "magick -list policy" ) # Verify that policy.xml is used + IM_COMMANDS+=( "emake check" ) # Run tests + + for im_command in "${IM_COMMANDS[@]}"; do + eval "${S}"/magick.sh \ + ${im_command} || \ + die "Failed to run \"${im_command}\"" + done +} + +src_install() { + # Ensure documentation installation files and paths with each release! + emake \ + DESTDIR="${D}" \ + DOCUMENTATION_PATH="${EPREFIX}"/usr/share/doc/${PF}/html \ + install + + rm -f "${ED%/}"/usr/share/doc/${PF}/html/{ChangeLog,LICENSE,NEWS.txt} + dodoc {AUTHORS,README}.txt ChangeLog + + if use perl; then + find "${ED}" -type f -name perllocal.pod -exec rm -f {} + + find "${ED}" -depth -mindepth 1 -type d -empty -exec rm -rf {} + + fi + + find "${ED}" -name '*.la' -exec sed -i -e "/^dependency_libs/s:=.*:='':" {} + + + if use opencl; then + cat <<-EOF > "${T}"/99${PN} + SANDBOX_PREDICT="/dev/nvidiactl:/dev/nvidia-uvm:/dev/ati/card:/dev/dri/card:/dev/dri/renderD128" + EOF + + insinto /etc/sandbox.d + doins "${T}"/99${PN} #472766 + fi + + insinto /usr/share/${PN} + doins config/*icm +} + +pkg_postinst() { + local _show_policy_xml_notice= + + if [[ -z "${REPLACING_VERSIONS}" ]]; then + # This is a new installation + _show_policy_xml_notice=yes + else + local v + for v in ${REPLACING_VERSIONS}; do + if ! ver_test "${v}" -gt "7.0.8.10-r2"; then + # This is an upgrade + _show_policy_xml_notice=yes + + # Show this elog only once + break + fi + done + fi + + if [[ -n "${_show_policy_xml_notice}" ]]; then + elog "For security reasons, a policy.xml file was installed in /etc/ImageMagick-7" + elog "which will prevent the usage of the following coders by default:" + elog "" + elog " - PS" + elog " - PS2" + elog " - PS3" + elog " - EPS" + elog " - PDF" + elog " - XPS" + fi +} diff --git a/media-gfx/phototonic/phototonic-2.1.ebuild b/media-gfx/phototonic/phototonic-2.1.ebuild index 46087619b847..bb861a81715c 100644 --- a/media-gfx/phototonic/phototonic-2.1.ebuild +++ b/media-gfx/phototonic/phototonic-2.1.ebuild @@ -1,12 +1,13 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 -inherit gnome2-utils qmake-utils xdg-utils +inherit qmake-utils xdg-utils DESCRIPTION="Image viewer and organizer" HOMEPAGE="https://github.com/oferkv/phototonic" + if [[ ${PV} = *9999* ]]; then inherit git-r3 EGIT_REPO_URI="https://github.com/oferkv/phototonic.git" @@ -20,9 +21,9 @@ SLOT="0" IUSE="svg tiff" RDEPEND=" - dev-qt/qtwidgets:5 - dev-qt/qtgui:5 dev-qt/qtcore:5 + dev-qt/qtgui:5 + dev-qt/qtwidgets:5 media-gfx/exiv2:= svg? ( dev-qt/qtsvg:5 ) tiff? ( dev-qt/qtimageformats:5 ) @@ -38,11 +39,11 @@ src_install() { } pkg_postinst() { - gnome2_icon_cache_update + xdg_icon_cache_update xdg_desktop_database_update } pkg_postrm() { - gnome2_icon_cache_update + xdg_icon_cache_update xdg_desktop_database_update } diff --git a/media-libs/Manifest.gz b/media-libs/Manifest.gz index c53e9e1e1c08..3199d4d05202 100644 Binary files a/media-libs/Manifest.gz and b/media-libs/Manifest.gz differ diff --git a/media-libs/giflib/Manifest b/media-libs/giflib/Manifest index 35697dc45aca..d53ffb9540f9 100644 --- a/media-libs/giflib/Manifest +++ b/media-libs/giflib/Manifest @@ -3,3 +3,4 @@ DIST giflib-5.0.6.tar.bz2 621073 BLAKE2B ae162c281755cae4d00bcbd07273f7c7488ae67 DIST giflib-5.1.4.tar.bz2 639703 BLAKE2B 5176fbd94c37a86a7f7a3964b6b5f2637d76ba5d40e594a0db52a3a09e22b915a0388fc9bd2f1446dcf66b3b9c0d76741583e4d5d3f7362fa3997e8b26503fc4 SHA512 32b5e342056c210e6478e9cb3b6ceec9594dcfaf34feea1eb4dad633a081ed4465bceee578c19165907cb47cb83912ac359ceea666a8e07dbbb5420f9928f96d DIST giflib-5.1.8.tar.gz 419065 BLAKE2B 4a42120758be15e765dae249d98d25164b40e64f933415412420163c0ed7fd6967d3958fff70478d5635a5bb9a6ed397f06ad6de510f2e97de5574b7c68d84d2 SHA512 d390917837a64de1912720ab8968e6b077c6be9f9a2f835faced44420f54d6d55d4e3543b9779ec65d399858856188fea93c170b253d0b83928f15548a14aba3 DIST giflib-5.1.9.tar.gz 385068 BLAKE2B 0c6765eb9a017fee8de28c9440434f3054f87ae65139a3f9f4a41145d4d86dfbd88ece54ea6f40c58054e0ab728a1d346c2f725843bcc34bfd75825e58b8f650 SHA512 b6350b39755e3eeba58b5fccf319bbaeee2db6564e13c8ce44d3652cc32d243c391def74b6b1529bc5e0d4573eff94b2ffa5faa90fc564a049122d3e23f1d184 +DIST giflib-5.2.1.tar.gz 444187 BLAKE2B 8c1e105bbb65dc7ab103976caed70834356440f381ec5118311882fb1c558bb65f6c1081e5767f9835087860de44df5dfcd2826f89744dded548d535736f27f0 SHA512 4550e53c21cb1191a4581e363fc9d0610da53f7898ca8320f0d3ef6711e76bdda2609c2df15dc94c45e28bff8de441f1227ec2da7ea827cb3c0405af4faa4736 diff --git a/media-libs/giflib/giflib-5.2.1.ebuild b/media-libs/giflib/giflib-5.2.1.ebuild new file mode 100644 index 000000000000..87eaf2bc7006 --- /dev/null +++ b/media-libs/giflib/giflib-5.2.1.ebuild @@ -0,0 +1,77 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit multilib-minimal toolchain-funcs + +DESCRIPTION="Library to handle, display and manipulate GIF images" +HOMEPAGE="https://sourceforge.net/projects/giflib/" +SRC_URI="mirror://sourceforge/giflib/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0/7" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +IUSE="doc static-libs" + +DEPEND="doc? ( app-text/xmlto )" + +PATCHES=( + "${FILESDIR}"/${PN}-5.1.9-gentoo.patch +) + +src_prepare() { + default + multilib_copy_sources +} + +multilib_src_compile() { + # Use reallocarray() from libc if available. + if $(tc-getCC) ${CPPFLAGS} ${CFLAGS} ${LDFLAGS} -D_GNU_SOURCE -o "${T}/reallocarray_test" -x c - <<< $'#include \nint main() {void *p = reallocarray(NULL, 0, 0);}' 2> /dev/null; then + local -x CPPFLAGS="${CPPFLAGS} -D_GNU_SOURCE -DHAVE_REALLOCARRAY" + sed -e "s/ openbsd-reallocarray\.c//" -i Makefile || die + rm openbsd-reallocarray.c || die + fi + + emake \ + CC="$(tc-getCC)" \ + CFLAGS="${CFLAGS} -std=gnu99 -fPIC -Wno-format-truncation" \ + LDFLAGS="${LDFLAGS}" \ + OFLAGS="" \ + all + + if use doc && multilib_is_native_abi; then + emake -C doc + fi +} + +multilib_src_install() { + emake \ + DESTDIR="${D}" \ + PREFIX="${EPREFIX}/usr" \ + LIBDIR="${EPREFIX}/usr/$(get_libdir)" \ + install + + if ! use static-libs ; then + find "${ED}" -name "*.a" -delete || die + fi + + if use doc && multilib_is_native_abi; then + docinto html + dodoc doc/*.html + fi +} + +multilib_src_install_all() { + docinto + dodoc ChangeLog NEWS README TODO + if use doc ; then + dodoc doc/*.txt + docinto html + dodoc -r doc/whatsinagif + fi +} + +multilib_src_test() { + emake -j1 check +} diff --git a/media-libs/liblo/liblo-0.30.ebuild b/media-libs/liblo/liblo-0.30.ebuild index 77076911f198..91c4be1b74f6 100644 --- a/media-libs/liblo/liblo-0.30.ebuild +++ b/media-libs/liblo/liblo-0.30.ebuild @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~ppc-macos" +KEYWORDS="amd64 ~ppc ~ppc64 ~x86 ~ppc-macos" IUSE="doc ipv6 static-libs" RESTRICT="test" diff --git a/media-libs/mesa/Manifest b/media-libs/mesa/Manifest index ef3c82d6a4e1..1c34728bb32f 100644 --- a/media-libs/mesa/Manifest +++ b/media-libs/mesa/Manifest @@ -1,3 +1,5 @@ DIST mesa-18.3.6.tar.xz 11882744 BLAKE2B f0f0de6d4c40cf01c6b9cb97d772c6386deb3d08f66f2731fe60eff21edfa822b6d7a293fbf9e426acddbb58445b9b0e3c0b1bc8ae05e8b19e802872571449c2 SHA512 3a6dcaba99185e28d162b130bbd760fe87e6072065958189b28f41ea287ef041397897e098d93218a64802cf11c73806f7400a866bd8e5ed69694fa15c147487 DIST mesa-19.0.6.tar.xz 11971284 BLAKE2B 264b3afe0701f288c5ba3f28f902e55f2c4888f79854b12b57faf29a27ed9141c6967cc6807a739604641a8fcfb5feb5315ba7f9ba85d3a3ea80cc2115ee7394 SHA512 320fd6b12ccd5e4a40dfc93546354848a38da09d90e4d5a1dae5d100b8106942acfc25ac3f705a2d3ab3b355162c74c7dfadbdb99a46cf2e5e0761f8542bfeb1 +DIST mesa-19.0.7.tar.xz 11968692 BLAKE2B 592800fc04544a0d93da229b70ca5640913bbd3a24ef9ce2666a511d0f890b8b7a02b588547c49cdaa6b53c184cea340eb53052482482478e8324f46a9ead0e4 SHA512 eda02c426ad642c1f783aa376533c4f93354e819f99fd0187a88be2afd109effc9365e8d5ffd676202b006399674572d26b806da7f4c96adb8111243330cd121 DIST mesa-19.1.0.tar.xz 10926676 BLAKE2B 87d21c2b79e6af7c020ca87d9ece79586d9a86ad4ce79df975b8bab4671d8d4f84b32e5146badeb337713ca6996338740b4d8f77ab4851f7b624fecc495c220e SHA512 25b186ae8037dedea5691e0b77b22f2065f3c877838378651726dfa1b34ef49dcc56f1dbd124e99285e5f14489db936a886a6740495b5b279e8363424bfb3433 +DIST mesa-19.1.1.tar.xz 10927620 BLAKE2B 503d7fb37144868c4e71e22fd310b7049265a6babf3b7ccd4f8d5a4db6a3b2e309e9e20006c913e02a0015750eaa9ca303165818b0b3542cdaa59e016817149c SHA512 73b190eeb0b5809217c04f39d90edc0844dac476d8284543013a4a8889a4be805bc15b43c91bbf0d3a36f35dc576e7085255f7012d207c74466e81cee7f67922 diff --git a/media-libs/mesa/mesa-19.0.7.ebuild b/media-libs/mesa/mesa-19.0.7.ebuild new file mode 100644 index 000000000000..6e5cc0499b8b --- /dev/null +++ b/media-libs/mesa/mesa-19.0.7.ebuild @@ -0,0 +1,525 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( python3_5 python3_6 python3_7 ) + +inherit llvm meson multilib-minimal pax-utils python-any-r1 + +OPENGL_DIR="xorg-x11" + +MY_P="${P/_/-}" + +DESCRIPTION="OpenGL-like graphic library for Linux" +HOMEPAGE="https://www.mesa3d.org/ https://mesa.freedesktop.org/" + +if [[ ${PV} == 9999 ]]; then + EGIT_REPO_URI="https://gitlab.freedesktop.org/mesa/mesa.git" + EXPERIMENTAL="true" + inherit git-r3 +else + SRC_URI="https://mesa.freedesktop.org/archive/${MY_P}.tar.xz" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris" +fi + +LICENSE="MIT" +SLOT="0" +RESTRICT=" + !test? ( test ) +" + +RADEON_CARDS="r100 r200 r300 r600 radeon radeonsi" +VIDEO_CARDS="${RADEON_CARDS} freedreno i915 i965 imx intel nouveau vc4 virgl vivante vmware" +for card in ${VIDEO_CARDS}; do + IUSE_VIDEO_CARDS+=" video_cards_${card}" +done + +IUSE="${IUSE_VIDEO_CARDS} + +classic d3d9 debug +dri3 +egl +gallium +gbm gles1 +gles2 +libglvnd +llvm + lm_sensors opencl osmesa pax_kernel pic selinux test unwind vaapi valgrind + vdpau vulkan wayland xa xvmc" + +REQUIRED_USE=" + d3d9? ( dri3 || ( video_cards_r300 video_cards_r600 video_cards_radeonsi video_cards_nouveau video_cards_vmware ) ) + gles1? ( egl ) + gles2? ( egl ) + vulkan? ( dri3 + || ( video_cards_i965 video_cards_radeonsi ) + video_cards_radeonsi? ( llvm ) ) + wayland? ( egl gbm ) + video_cards_freedreno? ( gallium ) + video_cards_intel? ( classic ) + video_cards_i915? ( || ( classic gallium ) ) + video_cards_i965? ( classic ) + video_cards_imx? ( gallium video_cards_vivante ) + video_cards_nouveau? ( || ( classic gallium ) ) + video_cards_radeon? ( || ( classic gallium ) + gallium? ( x86? ( llvm ) amd64? ( llvm ) ) ) + video_cards_r100? ( classic ) + video_cards_r200? ( classic ) + video_cards_r300? ( gallium x86? ( llvm ) amd64? ( llvm ) ) + video_cards_r600? ( gallium ) + video_cards_radeonsi? ( gallium llvm ) + video_cards_vc4? ( gallium ) + video_cards_virgl? ( gallium ) + video_cards_vivante? ( gallium gbm ) + video_cards_vmware? ( gallium ) +" + +LIBDRM_DEPSTRING=">=x11-libs/libdrm-2.4.97" +RDEPEND=" + !app-eselect/eselect-mesa + >=dev-libs/expat-2.1.0-r3:=[${MULTILIB_USEDEP}] + >=sys-libs/zlib-1.2.8[${MULTILIB_USEDEP}] + >=x11-libs/libX11-1.6.2:=[${MULTILIB_USEDEP}] + >=x11-libs/libxshmfence-1.1:=[${MULTILIB_USEDEP}] + >=x11-libs/libXdamage-1.1.4-r1:=[${MULTILIB_USEDEP}] + >=x11-libs/libXext-1.3.2:=[${MULTILIB_USEDEP}] + >=x11-libs/libXxf86vm-1.1.3:=[${MULTILIB_USEDEP}] + >=x11-libs/libxcb-1.13:=[${MULTILIB_USEDEP}] + x11-libs/libXfixes:=[${MULTILIB_USEDEP}] + libglvnd? ( + media-libs/libglvnd[${MULTILIB_USEDEP}] + !app-eselect/eselect-opengl + ) + !libglvnd? ( + >=app-eselect/eselect-opengl-1.3.0 + ) + gallium? ( + unwind? ( sys-libs/libunwind[${MULTILIB_USEDEP}] ) + llvm? ( + video_cards_radeonsi? ( + virtual/libelf:0=[${MULTILIB_USEDEP}] + ) + video_cards_r600? ( + virtual/libelf:0=[${MULTILIB_USEDEP}] + ) + video_cards_radeon? ( + virtual/libelf:0=[${MULTILIB_USEDEP}] + ) + ) + lm_sensors? ( sys-apps/lm_sensors:=[${MULTILIB_USEDEP}] ) + opencl? ( + dev-libs/ocl-icd[khronos-headers,${MULTILIB_USEDEP}] + dev-libs/libclc + virtual/libelf:0=[${MULTILIB_USEDEP}] + ) + vaapi? ( + >=x11-libs/libva-1.7.3:=[${MULTILIB_USEDEP}] + video_cards_nouveau? ( !<=x11-libs/libva-vdpau-driver-0.7.4-r3 ) + ) + vdpau? ( >=x11-libs/libvdpau-1.1:=[${MULTILIB_USEDEP}] ) + xvmc? ( >=x11-libs/libXvMC-1.0.8:=[${MULTILIB_USEDEP}] ) + ) + wayland? ( + >=dev-libs/wayland-1.15.0:=[${MULTILIB_USEDEP}] + >=dev-libs/wayland-protocols-1.8 + ) + ${LIBDRM_DEPSTRING}[video_cards_freedreno?,video_cards_nouveau?,video_cards_vc4?,video_cards_vivante?,video_cards_vmware?,${MULTILIB_USEDEP}] + + video_cards_intel? ( + !video_cards_i965? ( ${LIBDRM_DEPSTRING}[video_cards_intel] ) + ) + video_cards_i915? ( ${LIBDRM_DEPSTRING}[video_cards_intel] ) +" +for card in ${RADEON_CARDS}; do + RDEPEND="${RDEPEND} + video_cards_${card}? ( ${LIBDRM_DEPSTRING}[video_cards_radeon] ) + " +done +RDEPEND="${RDEPEND} + video_cards_radeonsi? ( ${LIBDRM_DEPSTRING}[video_cards_amdgpu] ) +" + +# Please keep the LLVM dependency block separate. Since LLVM is slotted, +# we need to *really* make sure we're not pulling one than more slot +# simultaneously. +# +# How to use it: +# 1. List all the working slots (with min versions) in ||, newest first. +# 2. Update the := to specify *max* version, e.g. < 9. +# 3. Specify LLVM_MAX_SLOT, e.g. 8. +LLVM_MAX_SLOT="8" +LLVM_DEPSTR=" + || ( + sys-devel/llvm:8[${MULTILIB_USEDEP}] + sys-devel/llvm:7[${MULTILIB_USEDEP}] + ) + =dev-python/mako-0.8.0[\${PYTHON_USEDEP}]") +" + +S="${WORKDIR}/${MY_P}" +EGIT_CHECKOUT_DIR=${S} + +QA_WX_LOAD=" +x86? ( + !pic? ( + usr/lib*/libglapi.so.0.0.0 + usr/lib*/libGLESv1_CM.so.1.0.0 + usr/lib*/libGLESv2.so.2.0.0 + usr/lib*/libGL.so.1.2.0 + usr/lib*/libOSMesa.so.8.0.0 + ) +)" + +llvm_check_deps() { + local flags=${MULTILIB_USEDEP} + if use video_cards_r600 || use video_cards_radeon || use video_cards_radeonsi + then + flags+=",llvm_targets_AMDGPU(-)" + fi + + if use opencl; then + has_version "sys-devel/clang[${flags}]" || return 1 + fi + has_version "sys-devel/llvm[${flags}]" +} + +pkg_pretend() { + if use opencl; then + if ! use video_cards_r600 && + ! use video_cards_radeonsi; then + ewarn "Ignoring USE=opencl since VIDEO_CARDS does not contain r600 or radeonsi" + fi + fi + + if use vaapi; then + if ! use video_cards_r600 && + ! use video_cards_radeonsi && + ! use video_cards_nouveau; then + ewarn "Ignoring USE=vaapi since VIDEO_CARDS does not contain r600, radeonsi, or nouveau" + fi + fi + + if use vdpau; then + if ! use video_cards_r300 && + ! use video_cards_r600 && + ! use video_cards_radeonsi && + ! use video_cards_nouveau; then + ewarn "Ignoring USE=vdpau since VIDEO_CARDS does not contain r300, r600, radeonsi, or nouveau" + fi + fi + + if use xa; then + if ! use video_cards_freedreno && + ! use video_cards_nouveau && + ! use video_cards_vmware; then + ewarn "Ignoring USE=xa since VIDEO_CARDS does not contain freedreno, nouveau, or vmware" + fi + fi + + if use xvmc; then + if ! use video_cards_r600 && + ! use video_cards_nouveau; then + ewarn "Ignoring USE=xvmc since VIDEO_CARDS does not contain r600 or nouveau" + fi + fi + + if ! use gallium; then + use lm_sensors && ewarn "Ignoring USE=lm_sensors since USE does not contain gallium" + use llvm && ewarn "Ignoring USE=llvm since USE does not contain gallium" + use opencl && ewarn "Ignoring USE=opencl since USE does not contain gallium" + use vaapi && ewarn "Ignoring USE=vaapi since USE does not contain gallium" + use vdpau && ewarn "Ignoring USE=vdpau since USE does not contain gallium" + use unwind && ewarn "Ignoring USE=unwind since USE does not contain gallium" + use xa && ewarn "Ignoring USE=xa since USE does not contain gallium" + use xvmc && ewarn "Ignoring USE=xvmc since USE does not contain gallium" + fi + + if ! use llvm; then + use opencl && ewarn "Ignoring USE=opencl since USE does not contain llvm" + fi +} + +python_check_deps() { + has_version --host-root ">=dev-python/mako-0.8.0[${PYTHON_USEDEP}]" +} + +pkg_setup() { + # warning message for bug 459306 + if use llvm && has_version sys-devel/llvm[!debug=]; then + ewarn "Mismatch between debug USE flags in media-libs/mesa and sys-devel/llvm" + ewarn "detected! This can cause problems. For details, see bug 459306." + fi + + if use llvm; then + llvm_pkg_setup + fi + python-any-r1_pkg_setup +} + +multilib_src_configure() { + local emesonargs=() + + if use classic; then + # Intel code + dri_driver_enable video_cards_i915 i915 + dri_driver_enable video_cards_i965 i965 + if ! use video_cards_i915 && \ + ! use video_cards_i965; then + dri_driver_enable video_cards_intel i915 i965 + fi + + # Nouveau code + dri_driver_enable video_cards_nouveau nouveau + + # ATI code + dri_driver_enable video_cards_r100 r100 + dri_driver_enable video_cards_r200 r200 + if ! use video_cards_r100 && \ + ! use video_cards_r200; then + dri_driver_enable video_cards_radeon r100 r200 + fi + fi + + emesonargs+=( -Dplatforms=x11,surfaceless$(use wayland && echo ",wayland")$(use gbm && echo ",drm") ) + + if use gallium; then + emesonargs+=( + $(meson_use llvm) + $(meson_use lm_sensors lmsensors) + $(meson_use unwind libunwind) + ) + + if use video_cards_r300 || + use video_cards_r600 || + use video_cards_radeonsi || + use video_cards_nouveau || + use video_cards_vmware; then + emesonargs+=($(meson_use d3d9 gallium-nine)) + else + emesonargs+=(-Dgallium-nine=false) + fi + + if use video_cards_r600 || + use video_cards_radeonsi || + use video_cards_nouveau; then + emesonargs+=($(meson_use vaapi gallium-va)) + use vaapi && emesonargs+=( -Dva-libs-path="${EPREFIX}"/usr/$(get_libdir)/va/drivers ) + else + emesonargs+=(-Dgallium-va=false) + fi + + if use video_cards_r300 || + use video_cards_r600 || + use video_cards_radeonsi || + use video_cards_nouveau; then + emesonargs+=($(meson_use vdpau gallium-vdpau)) + else + emesonargs+=(-Dgallium-vdpau=false) + fi + + if use video_cards_freedreno || + use video_cards_nouveau || + use video_cards_vmware; then + emesonargs+=($(meson_use xa gallium-xa)) + else + emesonargs+=(-Dgallium-xa=false) + fi + + if use video_cards_r600 || + use video_cards_nouveau; then + emesonargs+=($(meson_use xvmc gallium-xvmc)) + else + emesonargs+=(-Dgallium-xvmc=false) + fi + + gallium_enable video_cards_vc4 vc4 + gallium_enable video_cards_vivante etnaviv + gallium_enable video_cards_vmware svga + gallium_enable video_cards_nouveau nouveau + gallium_enable video_cards_imx imx + + # Only one i915 driver (classic vs gallium). Default to classic. + if ! use classic; then + gallium_enable video_cards_i915 i915 + if ! use video_cards_i915 && \ + ! use video_cards_i965; then + gallium_enable video_cards_intel i915 + fi + fi + + gallium_enable video_cards_r300 r300 + gallium_enable video_cards_r600 r600 + gallium_enable video_cards_radeonsi radeonsi + if ! use video_cards_r300 && \ + ! use video_cards_r600; then + gallium_enable video_cards_radeon r300 r600 + fi + + gallium_enable video_cards_freedreno freedreno + gallium_enable video_cards_virgl virgl + + # opencl stuff + emesonargs+=( + -Dgallium-opencl="$(usex opencl icd disabled)" + ) + fi + + if use vulkan; then + vulkan_enable video_cards_i965 intel + vulkan_enable video_cards_radeonsi amd + fi + + # x86 hardened pax_kernel needs glx-rts, bug 240956 + if [[ ${ABI} == x86 ]]; then + emesonargs+=( $(meson_use pax_kernel glx-read-only-text) ) + fi + + # on abi_x86_32 hardened we need to have asm disable + if [[ ${ABI} == x86* ]] && use pic; then + emesonargs+=( -Dasm=false ) + fi + + if use gallium; then + gallium_enable -- swrast + emesonargs+=( -Dosmesa=$(usex osmesa gallium none) ) + else + dri_driver_enable -- swrast + emesonargs+=( -Dosmesa=$(usex osmesa classic none) ) + fi + + driver_list() { + local drivers="$(sort -u <<< "${1// /$'\n'}")" + echo "${drivers//$'\n'/,}" + } + + emesonargs+=( + $(meson_use test build-tests) + -Dglx=dri + -Dshared-glapi=true + $(meson_use dri3) + $(meson_use egl) + $(meson_use gbm) + $(meson_use gles1) + $(meson_use gles2) + $(meson_use libglvnd glvnd) + $(meson_use selinux) + -Dvalgrind=$(usex valgrind auto false) + -Ddri-drivers=$(driver_list "${DRI_DRIVERS[*]}") + -Dgallium-drivers=$(driver_list "${GALLIUM_DRIVERS[*]}") + -Dvulkan-drivers=$(driver_list "${VULKAN_DRIVERS[*]}") + --buildtype $(usex debug debug plain) + -Db_ndebug=$(usex debug false true) + ) + meson_src_configure +} + +multilib_src_compile() { + meson_src_compile +} + +multilib_src_install() { + meson_src_install + + use libglvnd && rm -f "${D}"/usr/$(get_libdir)/libGLESv{1_CM,2}.so* +} + +multilib_src_install_all() { + einstalldocs +} + +multilib_src_test() { + meson test -v -C "${BUILD_DIR}" -t 100 +} + +pkg_postinst() { + # Switch to the xorg implementation. + echo + eselect opengl set --use-old ${OPENGL_DIR} +} + +# $1 - VIDEO_CARDS flag (check skipped for "--") +# other args - names of DRI drivers to enable +dri_driver_enable() { + if [[ $1 == -- ]] || use $1; then + shift + DRI_DRIVERS+=("$@") + fi +} + +gallium_enable() { + if [[ $1 == -- ]] || use $1; then + shift + GALLIUM_DRIVERS+=("$@") + fi +} + +vulkan_enable() { + if [[ $1 == -- ]] || use $1; then + shift + VULKAN_DRIVERS+=("$@") + fi +} diff --git a/media-libs/mesa/mesa-19.1.1.ebuild b/media-libs/mesa/mesa-19.1.1.ebuild new file mode 100644 index 000000000000..d1efde2b6aa7 --- /dev/null +++ b/media-libs/mesa/mesa-19.1.1.ebuild @@ -0,0 +1,540 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_5 python3_6 python3_7 ) + +inherit llvm meson multilib-minimal pax-utils python-any-r1 + +OPENGL_DIR="xorg-x11" + +MY_P="${P/_/-}" + +DESCRIPTION="OpenGL-like graphic library for Linux" +HOMEPAGE="https://www.mesa3d.org/ https://mesa.freedesktop.org/" + +if [[ ${PV} == 9999 ]]; then + EGIT_REPO_URI="https://gitlab.freedesktop.org/mesa/mesa.git" + EXPERIMENTAL="true" + inherit git-r3 +else + SRC_URI="https://mesa.freedesktop.org/archive/${MY_P}.tar.xz" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris" +fi + +LICENSE="MIT" +SLOT="0" +RESTRICT=" + !test? ( test ) +" + +RADEON_CARDS="r100 r200 r300 r600 radeon radeonsi" +VIDEO_CARDS="${RADEON_CARDS} freedreno i915 i965 intel iris nouveau vc4 virgl vivante vmware" +for card in ${VIDEO_CARDS}; do + IUSE_VIDEO_CARDS+=" video_cards_${card}" +done + +IUSE="${IUSE_VIDEO_CARDS} + +classic d3d9 debug +dri3 +egl +gallium +gbm gles1 +gles2 +libglvnd +llvm + lm_sensors opencl osmesa pax_kernel pic selinux test unwind vaapi valgrind + vdpau vulkan vulkan-overlay wayland xa xvmc" + +REQUIRED_USE=" + d3d9? ( dri3 || ( video_cards_iris video_cards_r300 video_cards_r600 video_cards_radeonsi video_cards_nouveau video_cards_vmware ) ) + gles1? ( egl ) + gles2? ( egl ) + vulkan? ( dri3 + || ( video_cards_i965 video_cards_iris video_cards_radeonsi ) + video_cards_radeonsi? ( llvm ) ) + vulkan-overlay? ( vulkan ) + wayland? ( egl gbm ) + video_cards_freedreno? ( gallium ) + video_cards_intel? ( classic ) + video_cards_i915? ( || ( classic gallium ) ) + video_cards_i965? ( classic ) + video_cards_iris? ( gallium ) + video_cards_nouveau? ( || ( classic gallium ) ) + video_cards_radeon? ( || ( classic gallium ) + gallium? ( x86? ( llvm ) amd64? ( llvm ) ) ) + video_cards_r100? ( classic ) + video_cards_r200? ( classic ) + video_cards_r300? ( gallium x86? ( llvm ) amd64? ( llvm ) ) + video_cards_r600? ( gallium ) + video_cards_radeonsi? ( gallium llvm ) + video_cards_vc4? ( gallium ) + video_cards_virgl? ( gallium ) + video_cards_vivante? ( gallium gbm ) + video_cards_vmware? ( gallium ) +" + +LIBDRM_DEPSTRING=">=x11-libs/libdrm-2.4.97" +RDEPEND=" + !app-eselect/eselect-mesa + >=dev-libs/expat-2.1.0-r3:=[${MULTILIB_USEDEP}] + >=sys-libs/zlib-1.2.8[${MULTILIB_USEDEP}] + >=x11-libs/libX11-1.6.2:=[${MULTILIB_USEDEP}] + >=x11-libs/libxshmfence-1.1:=[${MULTILIB_USEDEP}] + >=x11-libs/libXdamage-1.1.4-r1:=[${MULTILIB_USEDEP}] + >=x11-libs/libXext-1.3.2:=[${MULTILIB_USEDEP}] + >=x11-libs/libXxf86vm-1.1.3:=[${MULTILIB_USEDEP}] + >=x11-libs/libxcb-1.13:=[${MULTILIB_USEDEP}] + x11-libs/libXfixes:=[${MULTILIB_USEDEP}] + libglvnd? ( + media-libs/libglvnd[${MULTILIB_USEDEP}] + !app-eselect/eselect-opengl + ) + !libglvnd? ( + >=app-eselect/eselect-opengl-1.3.0 + ) + gallium? ( + unwind? ( sys-libs/libunwind[${MULTILIB_USEDEP}] ) + llvm? ( + video_cards_radeonsi? ( + virtual/libelf:0=[${MULTILIB_USEDEP}] + ) + video_cards_r600? ( + virtual/libelf:0=[${MULTILIB_USEDEP}] + ) + video_cards_radeon? ( + virtual/libelf:0=[${MULTILIB_USEDEP}] + ) + ) + lm_sensors? ( sys-apps/lm_sensors:=[${MULTILIB_USEDEP}] ) + opencl? ( + dev-libs/ocl-icd[khronos-headers,${MULTILIB_USEDEP}] + dev-libs/libclc + virtual/libelf:0=[${MULTILIB_USEDEP}] + ) + vaapi? ( + >=x11-libs/libva-1.7.3:=[${MULTILIB_USEDEP}] + video_cards_nouveau? ( !<=x11-libs/libva-vdpau-driver-0.7.4-r3 ) + ) + vdpau? ( >=x11-libs/libvdpau-1.1:=[${MULTILIB_USEDEP}] ) + xvmc? ( >=x11-libs/libXvMC-1.0.8:=[${MULTILIB_USEDEP}] ) + ) + wayland? ( + >=dev-libs/wayland-1.15.0:=[${MULTILIB_USEDEP}] + >=dev-libs/wayland-protocols-1.8 + ) + ${LIBDRM_DEPSTRING}[video_cards_freedreno?,video_cards_nouveau?,video_cards_vc4?,video_cards_vivante?,video_cards_vmware?,${MULTILIB_USEDEP}] + + video_cards_intel? ( + !video_cards_i965? ( ${LIBDRM_DEPSTRING}[video_cards_intel] ) + ) + video_cards_i915? ( ${LIBDRM_DEPSTRING}[video_cards_intel] ) + vulkan-overlay? ( dev-util/glslang:0=[${MULTILIB_USEDEP}] ) +" +for card in ${RADEON_CARDS}; do + RDEPEND="${RDEPEND} + video_cards_${card}? ( ${LIBDRM_DEPSTRING}[video_cards_radeon] ) + " +done +RDEPEND="${RDEPEND} + video_cards_radeonsi? ( ${LIBDRM_DEPSTRING}[video_cards_amdgpu] ) +" + +# Please keep the LLVM dependency block separate. Since LLVM is slotted, +# we need to *really* make sure we're not pulling one than more slot +# simultaneously. +# +# How to use it: +# 1. List all the working slots (with min versions) in ||, newest first. +# 2. Update the := to specify *max* version, e.g. < 10. +# 3. Specify LLVM_MAX_SLOT, e.g. 9. +LLVM_MAX_SLOT="9" +LLVM_DEPSTR=" + || ( + sys-devel/llvm:9[${MULTILIB_USEDEP}] + sys-devel/llvm:8[${MULTILIB_USEDEP}] + sys-devel/llvm:7[${MULTILIB_USEDEP}] + ) + sys-devel/llvm:=[${MULTILIB_USEDEP}] +" +LLVM_DEPSTR_AMDGPU=${LLVM_DEPSTR//]/,llvm_targets_AMDGPU(-)]} +CLANG_DEPSTR=${LLVM_DEPSTR//llvm/clang} +CLANG_DEPSTR_AMDGPU=${CLANG_DEPSTR//]/,llvm_targets_AMDGPU(-)]} +RDEPEND="${RDEPEND} + llvm? ( + opencl? ( + video_cards_r600? ( + ${CLANG_DEPSTR_AMDGPU} + ) + !video_cards_r600? ( + video_cards_radeonsi? ( + ${CLANG_DEPSTR_AMDGPU} + ) + ) + !video_cards_r600? ( + !video_cards_radeonsi? ( + video_cards_radeon? ( + ${CLANG_DEPSTR_AMDGPU} + ) + ) + ) + !video_cards_r600? ( + !video_cards_radeon? ( + !video_cards_radeonsi? ( + ${CLANG_DEPSTR} + ) + ) + ) + ) + !opencl? ( + video_cards_r600? ( + ${LLVM_DEPSTR_AMDGPU} + ) + !video_cards_r600? ( + video_cards_radeonsi? ( + ${LLVM_DEPSTR_AMDGPU} + ) + ) + !video_cards_r600? ( + !video_cards_radeonsi? ( + video_cards_radeon? ( + ${LLVM_DEPSTR_AMDGPU} + ) + ) + ) + !video_cards_r600? ( + !video_cards_radeon? ( + !video_cards_radeonsi? ( + ${LLVM_DEPSTR} + ) + ) + ) + ) + ) +" +unset {LLVM,CLANG}_DEPSTR{,_AMDGPU} + +DEPEND="${RDEPEND} + valgrind? ( dev-util/valgrind ) + x11-libs/libXrandr[${MULTILIB_USEDEP}] + x11-base/xorg-proto +" +BDEPEND=" + ${PYTHON_DEPS} + opencl? ( + >=sys-devel/gcc-4.6 + ) + sys-devel/bison + sys-devel/flex + sys-devel/gettext + virtual/pkgconfig + $(python_gen_any_dep ">=dev-python/mako-0.8.0[\${PYTHON_USEDEP}]") +" + +S="${WORKDIR}/${MY_P}" +EGIT_CHECKOUT_DIR=${S} + +QA_WX_LOAD=" +x86? ( + !pic? ( + usr/lib*/libglapi.so.0.0.0 + usr/lib*/libGLESv1_CM.so.1.0.0 + usr/lib*/libGLESv2.so.2.0.0 + usr/lib*/libGL.so.1.2.0 + usr/lib*/libOSMesa.so.8.0.0 + ) +)" + +llvm_check_deps() { + local flags=${MULTILIB_USEDEP} + if use video_cards_r600 || use video_cards_radeon || use video_cards_radeonsi + then + flags+=",llvm_targets_AMDGPU(-)" + fi + + if use opencl; then + has_version "sys-devel/clang[${flags}]" || return 1 + fi + has_version "sys-devel/llvm[${flags}]" +} + +pkg_pretend() { + if use opencl; then + if ! use video_cards_r600 && + ! use video_cards_radeonsi; then + ewarn "Ignoring USE=opencl since VIDEO_CARDS does not contain r600 or radeonsi" + fi + fi + + if use vaapi; then + if ! use video_cards_r600 && + ! use video_cards_radeonsi && + ! use video_cards_nouveau; then + ewarn "Ignoring USE=vaapi since VIDEO_CARDS does not contain r600, radeonsi, or nouveau" + fi + fi + + if use vdpau; then + if ! use video_cards_r300 && + ! use video_cards_r600 && + ! use video_cards_radeonsi && + ! use video_cards_nouveau; then + ewarn "Ignoring USE=vdpau since VIDEO_CARDS does not contain r300, r600, radeonsi, or nouveau" + fi + fi + + if use xa; then + if ! use video_cards_freedreno && + ! use video_cards_nouveau && + ! use video_cards_vmware; then + ewarn "Ignoring USE=xa since VIDEO_CARDS does not contain freedreno, nouveau, or vmware" + fi + fi + + if use xvmc; then + if ! use video_cards_r600 && + ! use video_cards_nouveau; then + ewarn "Ignoring USE=xvmc since VIDEO_CARDS does not contain r600 or nouveau" + fi + fi + + if ! use gallium; then + use lm_sensors && ewarn "Ignoring USE=lm_sensors since USE does not contain gallium" + use llvm && ewarn "Ignoring USE=llvm since USE does not contain gallium" + use opencl && ewarn "Ignoring USE=opencl since USE does not contain gallium" + use vaapi && ewarn "Ignoring USE=vaapi since USE does not contain gallium" + use vdpau && ewarn "Ignoring USE=vdpau since USE does not contain gallium" + use unwind && ewarn "Ignoring USE=unwind since USE does not contain gallium" + use xa && ewarn "Ignoring USE=xa since USE does not contain gallium" + use xvmc && ewarn "Ignoring USE=xvmc since USE does not contain gallium" + fi + + if ! use llvm; then + use opencl && ewarn "Ignoring USE=opencl since USE does not contain llvm" + fi +} + +python_check_deps() { + has_version -b ">=dev-python/mako-0.8.0[${PYTHON_USEDEP}]" +} + +pkg_setup() { + # warning message for bug 459306 + if use llvm && has_version sys-devel/llvm[!debug=]; then + ewarn "Mismatch between debug USE flags in media-libs/mesa and sys-devel/llvm" + ewarn "detected! This can cause problems. For details, see bug 459306." + fi + + if use llvm; then + llvm_pkg_setup + fi + python-any-r1_pkg_setup +} + +multilib_src_configure() { + local emesonargs=() + + if use classic; then + # Intel code + dri_driver_enable video_cards_i915 i915 + dri_driver_enable video_cards_i965 i965 + if ! use video_cards_i915 && \ + ! use video_cards_i965; then + dri_driver_enable video_cards_intel i915 i965 + fi + + # Nouveau code + dri_driver_enable video_cards_nouveau nouveau + + # ATI code + dri_driver_enable video_cards_r100 r100 + dri_driver_enable video_cards_r200 r200 + if ! use video_cards_r100 && \ + ! use video_cards_r200; then + dri_driver_enable video_cards_radeon r100 r200 + fi + fi + + emesonargs+=( -Dplatforms=x11,surfaceless$(use wayland && echo ",wayland")$(use gbm && echo ",drm") ) + + if use gallium; then + emesonargs+=( + $(meson_use llvm) + $(meson_use lm_sensors lmsensors) + $(meson_use unwind libunwind) + ) + + if use video_cards_iris || + use video_cards_r300 || + use video_cards_r600 || + use video_cards_radeonsi || + use video_cards_nouveau || + use video_cards_vmware; then + emesonargs+=($(meson_use d3d9 gallium-nine)) + else + emesonargs+=(-Dgallium-nine=false) + fi + + if use video_cards_r600 || + use video_cards_radeonsi || + use video_cards_nouveau; then + emesonargs+=($(meson_use vaapi gallium-va)) + use vaapi && emesonargs+=( -Dva-libs-path="${EPREFIX}"/usr/$(get_libdir)/va/drivers ) + else + emesonargs+=(-Dgallium-va=false) + fi + + if use video_cards_r300 || + use video_cards_r600 || + use video_cards_radeonsi || + use video_cards_nouveau; then + emesonargs+=($(meson_use vdpau gallium-vdpau)) + else + emesonargs+=(-Dgallium-vdpau=false) + fi + + if use video_cards_freedreno || + use video_cards_nouveau || + use video_cards_vmware; then + emesonargs+=($(meson_use xa gallium-xa)) + else + emesonargs+=(-Dgallium-xa=false) + fi + + if use video_cards_r600 || + use video_cards_nouveau; then + emesonargs+=($(meson_use xvmc gallium-xvmc)) + else + emesonargs+=(-Dgallium-xvmc=false) + fi + + if use video_cards_freedreno || + use video_cards_vc4 || + use video_cards_vivante; then + gallium_enable -- kmsro + fi + + gallium_enable video_cards_vc4 vc4 + gallium_enable video_cards_vivante etnaviv + gallium_enable video_cards_vmware svga + gallium_enable video_cards_nouveau nouveau + + # Only one i915 driver (classic vs gallium). Default to classic. + if ! use classic; then + gallium_enable video_cards_i915 i915 + if ! use video_cards_i915 && \ + ! use video_cards_i965; then + gallium_enable video_cards_intel i915 + fi + fi + + gallium_enable video_cards_iris iris + + gallium_enable video_cards_r300 r300 + gallium_enable video_cards_r600 r600 + gallium_enable video_cards_radeonsi radeonsi + if ! use video_cards_r300 && \ + ! use video_cards_r600; then + gallium_enable video_cards_radeon r300 r600 + fi + + gallium_enable video_cards_freedreno freedreno + gallium_enable video_cards_virgl virgl + + # opencl stuff + emesonargs+=( + -Dgallium-opencl="$(usex opencl icd disabled)" + ) + fi + + if use vulkan; then + vulkan_enable video_cards_i965 intel + vulkan_enable video_cards_iris intel + vulkan_enable video_cards_radeonsi amd + fi + + # x86 hardened pax_kernel needs glx-rts, bug 240956 + if [[ ${ABI} == x86 ]]; then + emesonargs+=( $(meson_use pax_kernel glx-read-only-text) ) + fi + + # on abi_x86_32 hardened we need to have asm disable + if [[ ${ABI} == x86* ]] && use pic; then + emesonargs+=( -Dasm=false ) + fi + + if use gallium; then + gallium_enable -- swrast + emesonargs+=( -Dosmesa=$(usex osmesa gallium none) ) + else + dri_driver_enable -- swrast + emesonargs+=( -Dosmesa=$(usex osmesa classic none) ) + fi + + driver_list() { + local drivers="$(sort -u <<< "${1// /$'\n'}")" + echo "${drivers//$'\n'/,}" + } + + emesonargs+=( + $(meson_use test build-tests) + -Dglx=dri + -Dshared-glapi=true + $(meson_use dri3) + $(meson_use egl) + $(meson_use gbm) + $(meson_use gles1) + $(meson_use gles2) + $(meson_use libglvnd glvnd) + $(meson_use selinux) + -Dvalgrind=$(usex valgrind auto false) + -Ddri-drivers=$(driver_list "${DRI_DRIVERS[*]}") + -Dgallium-drivers=$(driver_list "${GALLIUM_DRIVERS[*]}") + -Dvulkan-drivers=$(driver_list "${VULKAN_DRIVERS[*]}") + $(meson_use vulkan-overlay vulkan-overlay-layer) + --buildtype $(usex debug debug plain) + -Db_ndebug=$(usex debug false true) + ) + meson_src_configure +} + +multilib_src_compile() { + meson_src_compile +} + +multilib_src_install() { + meson_src_install + + use libglvnd && rm -f "${D}"/usr/$(get_libdir)/libGLESv{1_CM,2}.so* +} + +multilib_src_install_all() { + einstalldocs +} + +multilib_src_test() { + meson test -v -C "${BUILD_DIR}" -t 100 +} + +pkg_postinst() { + # Switch to the xorg implementation. + echo + eselect opengl set --use-old ${OPENGL_DIR} +} + +# $1 - VIDEO_CARDS flag (check skipped for "--") +# other args - names of DRI drivers to enable +dri_driver_enable() { + if [[ $1 == -- ]] || use $1; then + shift + DRI_DRIVERS+=("$@") + fi +} + +gallium_enable() { + if [[ $1 == -- ]] || use $1; then + shift + GALLIUM_DRIVERS+=("$@") + fi +} + +vulkan_enable() { + if [[ $1 == -- ]] || use $1; then + shift + VULKAN_DRIVERS+=("$@") + fi +} diff --git a/media-sound/Manifest.gz b/media-sound/Manifest.gz index d87c85d9c62f..0a5d71f90403 100644 Binary files a/media-sound/Manifest.gz and b/media-sound/Manifest.gz differ diff --git a/media-sound/mp3diags/Manifest b/media-sound/mp3diags/Manifest new file mode 100644 index 000000000000..1b9061be7b99 --- /dev/null +++ b/media-sound/mp3diags/Manifest @@ -0,0 +1 @@ +DIST MP3Diags-unstable-1.5.01.tar.gz 1234926 BLAKE2B f04a30d1418cde4b08aa744f2b280beac5af466a2657562ef9f8eafb3da84a357397975bb9c1cda4747a10ae1b9e0ac468f6666bd43c0f375fd99c2a90fd4698 SHA512 30ef7276e1be08c0d5d1d6af2a1f6f4fa61753fda65e0914c0e07a0823e1ba9a0e3a2718bde55d68e928cb965db510c80bd5f2419ac19d063edd1fa257a1ee18 diff --git a/games-fps/prboom/metadata.xml b/media-sound/mp3diags/metadata.xml similarity index 54% rename from games-fps/prboom/metadata.xml rename to media-sound/mp3diags/metadata.xml index 55dd7e52946f..757721839e47 100644 --- a/games-fps/prboom/metadata.xml +++ b/media-sound/mp3diags/metadata.xml @@ -1,11 +1,10 @@ - - games@gentoo.org - Gentoo Games Project + + kensington@gentoo.org - prboom + mp3diags diff --git a/media-sound/mp3diags/mp3diags-1.5.01.ebuild b/media-sound/mp3diags/mp3diags-1.5.01.ebuild new file mode 100644 index 000000000000..2d96e59d1931 --- /dev/null +++ b/media-sound/mp3diags/mp3diags-1.5.01.ebuild @@ -0,0 +1,56 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit desktop qmake-utils xdg-utils + +MY_PN=MP3Diags-unstable +MY_P=${MY_PN}-${PV} + +DESCRIPTION="Qt-based MP3 diagnosis and repair tool" +HOMEPAGE="http://mp3diags.sourceforge.net" +SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz" + +LICENSE="LGPL-3 GPL-2" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +DEPEND=" + dev-libs/boost:=[threads] + dev-qt/qtcore:5 + dev-qt/qtgui:5 + dev-qt/qtwidgets:5 + dev-qt/qtxml:5 + sys-libs/zlib +" +RDEPEND="${DEPEND} + dev-qt/qtsvg:5 +" + +S=${WORKDIR}/${MY_P} + +src_configure() { + eqmake5 ${PN}.pro +} + +src_install() { + dobin bin/${MY_PN} + dodoc changelog.txt + + local size + for size in 16 22 24 32 36 40 48; do + insinto /usr/share/icons/hicolor/${size}x${size}/apps + newins desktop/${MY_PN}${size}.png ${MY_PN}.png + done + domenu desktop/${MY_PN}.desktop +} + +pkg_postinst() { + xdg_icon_cache_update +} + +pkg_postrm() { + xdg_icon_cache_update +} diff --git a/metadata/Manifest.gz b/metadata/Manifest.gz index e90032cc4f86..e8f3897f8b82 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 b6ce7c2b47d9..7f6a20d3d94a 100644 --- a/metadata/dtd/timestamp.chk +++ b/metadata/dtd/timestamp.chk @@ -1 +1 @@ -Mon, 24 Jun 2019 07:38:53 +0000 +Tue, 25 Jun 2019 17:08:53 +0000 diff --git a/metadata/glsa/timestamp.chk b/metadata/glsa/timestamp.chk index b6ce7c2b47d9..7f6a20d3d94a 100644 --- a/metadata/glsa/timestamp.chk +++ b/metadata/glsa/timestamp.chk @@ -1 +1 @@ -Mon, 24 Jun 2019 07:38:53 +0000 +Tue, 25 Jun 2019 17:08:53 +0000 diff --git a/metadata/md5-cache/Manifest.gz b/metadata/md5-cache/Manifest.gz index aa36df9f6b24..1c1067c5bfab 100644 Binary files a/metadata/md5-cache/Manifest.gz and b/metadata/md5-cache/Manifest.gz differ diff --git a/metadata/md5-cache/acct-group/Manifest.gz b/metadata/md5-cache/acct-group/Manifest.gz new file mode 100644 index 000000000000..670d09416c85 Binary files /dev/null and b/metadata/md5-cache/acct-group/Manifest.gz differ diff --git a/metadata/md5-cache/acct-group/ftp-0 b/metadata/md5-cache/acct-group/ftp-0 new file mode 100644 index 000000000000..8a0328acbd9e --- /dev/null +++ b/metadata/md5-cache/acct-group/ftp-0 @@ -0,0 +1,8 @@ +DEFINED_PHASES=preinst pretend +DESCRIPTION=File Transfer Protocol server user +EAPI=7 +HOMEPAGE=https://www.gentoo.org/ +KEYWORDS=alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 ~riscv s390 sh sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris +SLOT=0 +_eclasses_=acct-group 088dff0f6953cf1081abd0ec90380618 user e68863263b1e8611dacf381bec5c8b2b +_md5_=e770669756dc3ee4457445a05f65adbf diff --git a/metadata/md5-cache/acct-group/gamestat-0 b/metadata/md5-cache/acct-group/gamestat-0 new file mode 100644 index 000000000000..44f93bd4861a --- /dev/null +++ b/metadata/md5-cache/acct-group/gamestat-0 @@ -0,0 +1,8 @@ +DEFINED_PHASES=preinst pretend +DESCRIPTION=Group for shared high-score and game state files +EAPI=7 +HOMEPAGE=https://www.gentoo.org/ +KEYWORDS=alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 ~riscv s390 sh sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris +SLOT=0 +_eclasses_=acct-group 088dff0f6953cf1081abd0ec90380618 user e68863263b1e8611dacf381bec5c8b2b +_md5_=388e0905310bf778877ef5218d2fa759 diff --git a/metadata/md5-cache/acct-group/mail-0 b/metadata/md5-cache/acct-group/mail-0 new file mode 100644 index 000000000000..21225f3b2763 --- /dev/null +++ b/metadata/md5-cache/acct-group/mail-0 @@ -0,0 +1,8 @@ +DEFINED_PHASES=preinst pretend +DESCRIPTION=Mail program group +EAPI=7 +HOMEPAGE=https://www.gentoo.org/ +KEYWORDS=alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 ~riscv s390 sh sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris +SLOT=0 +_eclasses_=acct-group 088dff0f6953cf1081abd0ec90380618 user e68863263b1e8611dacf381bec5c8b2b +_md5_=e3067d3d912fccf59b2f4b2256a57add diff --git a/metadata/md5-cache/acct-user/Manifest.gz b/metadata/md5-cache/acct-user/Manifest.gz new file mode 100644 index 000000000000..0fa5527c2ac9 Binary files /dev/null and b/metadata/md5-cache/acct-user/Manifest.gz differ diff --git a/metadata/md5-cache/acct-user/ftp-0 b/metadata/md5-cache/acct-user/ftp-0 new file mode 100644 index 000000000000..3bd61ee79a64 --- /dev/null +++ b/metadata/md5-cache/acct-user/ftp-0 @@ -0,0 +1,9 @@ +DEFINED_PHASES=install postinst preinst prerm pretend +DESCRIPTION=File Transfer Protocol server user +EAPI=7 +HOMEPAGE=https://www.gentoo.org/ +KEYWORDS=alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 ~riscv s390 sh sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris +RDEPEND=acct-group/ftp +SLOT=0 +_eclasses_=acct-user 627a655cffbed4fd4e1b06cb56fc33f4 user e68863263b1e8611dacf381bec5c8b2b +_md5_=c4f7d3e9113e45d0b587307d6bfd74d0 diff --git a/metadata/md5-cache/acct-user/mail-0 b/metadata/md5-cache/acct-user/mail-0 new file mode 100644 index 000000000000..50178deb4b19 --- /dev/null +++ b/metadata/md5-cache/acct-user/mail-0 @@ -0,0 +1,9 @@ +DEFINED_PHASES=install postinst preinst prerm pretend +DESCRIPTION=Mail program user +EAPI=7 +HOMEPAGE=https://www.gentoo.org/ +KEYWORDS=alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 ~riscv s390 sh sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris +RDEPEND=acct-group/mail +SLOT=0 +_eclasses_=acct-user 627a655cffbed4fd4e1b06cb56fc33f4 user e68863263b1e8611dacf381bec5c8b2b +_md5_=1d648f45e2af351c6b06ac91ecc6f5e6 diff --git a/metadata/md5-cache/acct-user/postmaster-0 b/metadata/md5-cache/acct-user/postmaster-0 new file mode 100644 index 000000000000..d503def7f488 --- /dev/null +++ b/metadata/md5-cache/acct-user/postmaster-0 @@ -0,0 +1,9 @@ +DEFINED_PHASES=install postinst preinst prerm pretend +DESCRIPTION=Postmaster user +EAPI=7 +HOMEPAGE=https://www.gentoo.org/ +KEYWORDS=alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 ~riscv s390 sh sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris +RDEPEND=acct-group/mail +SLOT=0 +_eclasses_=acct-user 627a655cffbed4fd4e1b06cb56fc33f4 user e68863263b1e8611dacf381bec5c8b2b +_md5_=4215e7d391c4c711aba698a9da6a2d73 diff --git a/metadata/md5-cache/app-admin/Manifest.gz b/metadata/md5-cache/app-admin/Manifest.gz index 01abc7dc0e39..147814501900 100644 Binary files a/metadata/md5-cache/app-admin/Manifest.gz and b/metadata/md5-cache/app-admin/Manifest.gz differ diff --git a/metadata/md5-cache/app-admin/puppetserver-6.4.0 b/metadata/md5-cache/app-admin/puppetserver-6.4.0 index 90d15ea56416..4024731d5ffe 100644 --- a/metadata/md5-cache/app-admin/puppetserver-6.4.0 +++ b/metadata/md5-cache/app-admin/puppetserver-6.4.0 @@ -10,4 +10,4 @@ RDEPEND=>=virtual/jdk-1.8.0 app-admin/puppet-agent[puppetdb?] SLOT=0 SRC_URI=https://downloads.puppetlabs.com/puppet/puppetserver-6.4.0.tar.gz _eclasses_=multilib 1d91b03d42ab6308b5f4f6b598ed110e systemd 71fd8d2065d102753fb9e4d20eaf3e9f toolchain-funcs 8c7f9d80beedd16f2e5a7f612c609529 user e68863263b1e8611dacf381bec5c8b2b -_md5_=7752c081359feb15c89b180ed20e36cd +_md5_=a99574843bbee27fb252e045def777a7 diff --git a/metadata/md5-cache/app-arch/Manifest.gz b/metadata/md5-cache/app-arch/Manifest.gz index 32e038cd3828..c14964114d37 100644 Binary files a/metadata/md5-cache/app-arch/Manifest.gz and b/metadata/md5-cache/app-arch/Manifest.gz differ diff --git a/metadata/md5-cache/app-arch/zip-3.0-r3 b/metadata/md5-cache/app-arch/zip-3.0-r3 index 7105194d85fd..e50ffc2b148c 100644 --- a/metadata/md5-cache/app-arch/zip-3.0-r3 +++ b/metadata/md5-cache/app-arch/zip-3.0-r3 @@ -4,10 +4,10 @@ DESCRIPTION=Info ZIP (encryption support) EAPI=4 HOMEPAGE=http://www.info-zip.org/ IUSE=bzip2 crypt natspec unicode -KEYWORDS=alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh sparc x86 ~x64-cygwin ~amd64-fbsd ~x86-fbsd +KEYWORDS=alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh sparc x86 ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux LICENSE=Info-ZIP RDEPEND=bzip2? ( app-arch/bzip2 ) natspec? ( dev-libs/libnatspec ) SLOT=0 SRC_URI=mirror://sourceforge/infozip/zip30.zip _eclasses_=desktop b1d22ac8bdd4679ab79c71aca235009d epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic 7ba73aee7fe4462b3a745e3645ab92ca ltprune 2729691420b6deeda2a90b1f1183fb55 multilib 1d91b03d42ab6308b5f4f6b598ed110e preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs 8c7f9d80beedd16f2e5a7f612c609529 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf -_md5_=56efd70c01bcf11b2c1232fdf43158f6 +_md5_=342b900f83191a52b4949de34d596b50 diff --git a/metadata/md5-cache/app-editors/Manifest.gz b/metadata/md5-cache/app-editors/Manifest.gz index 61e2ed675dce..62d69d186f35 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/emacs-23.4-r18 b/metadata/md5-cache/app-editors/emacs-23.4-r18 index 845bbd8b9d50..d00b55419f0b 100644 --- a/metadata/md5-cache/app-editors/emacs-23.4-r18 +++ b/metadata/md5-cache/app-editors/emacs-23.4-r18 @@ -1,15 +1,15 @@ BDEPEND=alsa? ( virtual/pkgconfig ) dbus? ( virtual/pkgconfig ) X? ( virtual/pkgconfig ) gzip-el? ( app-arch/gzip ) >=app-portage/elt-patches-20170815 !=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 DEFINED_PHASES=compile configure install postinst postrm preinst prepare -DEPEND=sys-libs/ncurses:0= >=app-eselect/eselect-emacs-1.16 >=app-emacs/emacs-common-gentoo-1.5[games?,X?] net-libs/liblockfile kerberos? ( virtual/krb5 ) alsa? ( media-libs/alsa-lib ) gpm? ( sys-libs/gpm ) dbus? ( sys-apps/dbus ) X? ( x11-libs/libICE x11-libs/libSM x11-libs/libX11 x11-misc/xbitmaps gconf? ( >=gnome-base/gconf-2.26.2 ) gif? ( media-libs/giflib:0= ) jpeg? ( virtual/jpeg:0= ) png? ( >=media-libs/libpng-1.4:0= ) svg? ( >=gnome-base/librsvg-2.0 ) tiff? ( media-libs/tiff:0 ) xpm? ( x11-libs/libXpm ) xft? ( media-libs/fontconfig media-libs/freetype x11-libs/libXft x11-libs/libXrender m17n-lib? ( >=dev-libs/libotf-0.9.4 >=dev-libs/m17n-lib-1.5.1 ) ) gtk? ( x11-libs/gtk+:2 ) !gtk? ( motif? ( >=x11-libs/motif-2.3:0 x11-libs/libXpm x11-libs/libXext x11-libs/libXmu x11-libs/libXt ) !motif? ( Xaw3d? ( x11-libs/libXaw3d x11-libs/libXext x11-libs/libXmu x11-libs/libXt ) !Xaw3d? ( athena? ( x11-libs/libXaw x11-libs/libXext x11-libs/libXmu x11-libs/libXt ) ) ) ) ) X? ( x11-base/xorg-proto ) +DEPEND=sys-libs/ncurses:0= >=app-eselect/eselect-emacs-1.16 >=app-emacs/emacs-common-gentoo-1.5[games?,X?] net-libs/liblockfile kerberos? ( virtual/krb5 ) alsa? ( media-libs/alsa-lib ) games? ( acct-group/gamestat ) gpm? ( sys-libs/gpm ) dbus? ( sys-apps/dbus ) X? ( x11-libs/libICE x11-libs/libSM x11-libs/libX11 x11-misc/xbitmaps gconf? ( >=gnome-base/gconf-2.26.2 ) gif? ( media-libs/giflib:0= ) jpeg? ( virtual/jpeg:0= ) png? ( >=media-libs/libpng-1.4:0= ) svg? ( >=gnome-base/librsvg-2.0 ) tiff? ( media-libs/tiff:0 ) xpm? ( x11-libs/libXpm ) xft? ( media-libs/fontconfig media-libs/freetype x11-libs/libXft x11-libs/libXrender m17n-lib? ( >=dev-libs/libotf-0.9.4 >=dev-libs/m17n-lib-1.5.1 ) ) gtk? ( x11-libs/gtk+:2 ) !gtk? ( motif? ( >=x11-libs/motif-2.3:0 x11-libs/libXpm x11-libs/libXext x11-libs/libXmu x11-libs/libXt ) !motif? ( Xaw3d? ( x11-libs/libXaw3d x11-libs/libXext x11-libs/libXmu x11-libs/libXt ) !Xaw3d? ( athena? ( x11-libs/libXaw x11-libs/libXext x11-libs/libXmu x11-libs/libXt ) ) ) ) ) X? ( x11-base/xorg-proto ) DESCRIPTION=The extensible, customizable, self-documenting real-time display editor EAPI=7 HOMEPAGE=https://www.gnu.org/software/emacs/ IUSE=alsa aqua athena dbus games gconf gif gpm gtk gzip-el jpeg kerberos livecd m17n-lib motif png sound source svg tiff toolkit-scroll-bars X Xaw3d xft +xpm KEYWORDS=alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos LICENSE=GPL-3+ FDL-1.3+ BSD HPND MIT W3C unicode PSF-2 -RDEPEND=sys-libs/ncurses:0= >=app-eselect/eselect-emacs-1.16 >=app-emacs/emacs-common-gentoo-1.5[games?,X?] net-libs/liblockfile kerberos? ( virtual/krb5 ) alsa? ( media-libs/alsa-lib ) gpm? ( sys-libs/gpm ) dbus? ( sys-apps/dbus ) X? ( x11-libs/libICE x11-libs/libSM x11-libs/libX11 x11-misc/xbitmaps gconf? ( >=gnome-base/gconf-2.26.2 ) gif? ( media-libs/giflib:0= ) jpeg? ( virtual/jpeg:0= ) png? ( >=media-libs/libpng-1.4:0= ) svg? ( >=gnome-base/librsvg-2.0 ) tiff? ( media-libs/tiff:0 ) xpm? ( x11-libs/libXpm ) xft? ( media-libs/fontconfig media-libs/freetype x11-libs/libXft x11-libs/libXrender m17n-lib? ( >=dev-libs/libotf-0.9.4 >=dev-libs/m17n-lib-1.5.1 ) ) gtk? ( x11-libs/gtk+:2 ) !gtk? ( motif? ( >=x11-libs/motif-2.3:0 x11-libs/libXpm x11-libs/libXext x11-libs/libXmu x11-libs/libXt ) !motif? ( Xaw3d? ( x11-libs/libXaw3d x11-libs/libXext x11-libs/libXmu x11-libs/libXt ) !Xaw3d? ( athena? ( x11-libs/libXaw x11-libs/libXext x11-libs/libXmu x11-libs/libXt ) ) ) ) ) !=app-eselect/eselect-emacs-1.16 >=app-emacs/emacs-common-gentoo-1.5[games?,X?] net-libs/liblockfile kerberos? ( virtual/krb5 ) alsa? ( media-libs/alsa-lib ) games? ( acct-group/gamestat ) gpm? ( sys-libs/gpm ) dbus? ( sys-apps/dbus ) X? ( x11-libs/libICE x11-libs/libSM x11-libs/libX11 x11-misc/xbitmaps gconf? ( >=gnome-base/gconf-2.26.2 ) gif? ( media-libs/giflib:0= ) jpeg? ( virtual/jpeg:0= ) png? ( >=media-libs/libpng-1.4:0= ) svg? ( >=gnome-base/librsvg-2.0 ) tiff? ( media-libs/tiff:0 ) xpm? ( x11-libs/libXpm ) xft? ( media-libs/fontconfig media-libs/freetype x11-libs/libXft x11-libs/libXrender m17n-lib? ( >=dev-libs/libotf-0.9.4 >=dev-libs/m17n-lib-1.5.1 ) ) gtk? ( x11-libs/gtk+:2 ) !gtk? ( motif? ( >=x11-libs/motif-2.3:0 x11-libs/libXpm x11-libs/libXext x11-libs/libXmu x11-libs/libXt ) !motif? ( Xaw3d? ( x11-libs/libXaw3d x11-libs/libXext x11-libs/libXmu x11-libs/libXt ) !Xaw3d? ( athena? ( x11-libs/libXaw x11-libs/libXext x11-libs/libXmu x11-libs/libXt ) ) ) ) ) !=app-eselect/eselect-emacs-1.16 >=app-emacs/emacs-common-gentoo-1.5[games?,X?] net-libs/liblockfile acl? ( virtual/acl ) alsa? ( media-libs/alsa-lib ) dbus? ( sys-apps/dbus ) gpm? ( sys-libs/gpm ) !inotify? ( gfile? ( >=dev-libs/glib-2.28.6 ) ) kerberos? ( virtual/krb5 ) libxml2? ( >=dev-libs/libxml2-2.2.0 ) selinux? ( sys-libs/libselinux ) ssl? ( net-libs/gnutls:0= ) zlib? ( sys-libs/zlib ) X? ( x11-libs/libICE x11-libs/libSM x11-libs/libX11 x11-libs/libXext x11-libs/libXinerama x11-libs/libXrandr x11-misc/xbitmaps gconf? ( >=gnome-base/gconf-2.26.2 ) gsettings? ( >=dev-libs/glib-2.28.6 ) gif? ( media-libs/giflib:0= ) jpeg? ( virtual/jpeg:0= ) png? ( >=media-libs/libpng-1.4:0= ) svg? ( >=gnome-base/librsvg-2.0 ) tiff? ( media-libs/tiff:0 ) xpm? ( x11-libs/libXpm ) imagemagick? ( >=media-gfx/imagemagick-6.6.2:0= =dev-libs/libotf-0.9.4 >=dev-libs/m17n-lib-1.5.1 ) ) gtk? ( gtk3? ( x11-libs/gtk+:3 ) !gtk3? ( x11-libs/gtk+:2 ) ) !gtk? ( motif? ( >=x11-libs/motif-2.3:0 x11-libs/libXpm x11-libs/libXmu x11-libs/libXt ) !motif? ( Xaw3d? ( x11-libs/libXaw3d x11-libs/libXmu x11-libs/libXt ) !Xaw3d? ( athena? ( x11-libs/libXaw x11-libs/libXmu x11-libs/libXt ) ) ) ) ) virtual/pkgconfig gzip-el? ( app-arch/gzip ) X? ( x11-base/xorg-proto ) >=app-portage/elt-patches-20170815 !=sys-devel/automake-1.16.1:1.16 >=sys-devel/automake-1.15.1:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 +DEPEND=sys-libs/ncurses:0= >=app-eselect/eselect-emacs-1.16 >=app-emacs/emacs-common-gentoo-1.5[games?,X?] net-libs/liblockfile acl? ( virtual/acl ) alsa? ( media-libs/alsa-lib ) dbus? ( sys-apps/dbus ) games? ( acct-group/gamestat ) gpm? ( sys-libs/gpm ) !inotify? ( gfile? ( >=dev-libs/glib-2.28.6 ) ) kerberos? ( virtual/krb5 ) libxml2? ( >=dev-libs/libxml2-2.2.0 ) selinux? ( sys-libs/libselinux ) ssl? ( net-libs/gnutls:0= ) zlib? ( sys-libs/zlib ) X? ( x11-libs/libICE x11-libs/libSM x11-libs/libX11 x11-libs/libXext x11-libs/libXinerama x11-libs/libXrandr x11-misc/xbitmaps gconf? ( >=gnome-base/gconf-2.26.2 ) gsettings? ( >=dev-libs/glib-2.28.6 ) gif? ( media-libs/giflib:0= ) jpeg? ( virtual/jpeg:0= ) png? ( >=media-libs/libpng-1.4:0= ) svg? ( >=gnome-base/librsvg-2.0 ) tiff? ( media-libs/tiff:0 ) xpm? ( x11-libs/libXpm ) imagemagick? ( >=media-gfx/imagemagick-6.6.2:0= =dev-libs/libotf-0.9.4 >=dev-libs/m17n-lib-1.5.1 ) ) gtk? ( gtk3? ( x11-libs/gtk+:3 ) !gtk3? ( x11-libs/gtk+:2 ) ) !gtk? ( motif? ( >=x11-libs/motif-2.3:0 x11-libs/libXpm x11-libs/libXmu x11-libs/libXt ) !motif? ( Xaw3d? ( x11-libs/libXaw3d x11-libs/libXmu x11-libs/libXt ) !Xaw3d? ( athena? ( x11-libs/libXaw x11-libs/libXmu x11-libs/libXt ) ) ) ) ) virtual/pkgconfig gzip-el? ( app-arch/gzip ) X? ( x11-base/xorg-proto ) >=app-portage/elt-patches-20170815 !=sys-devel/automake-1.16.1:1.16 >=sys-devel/automake-1.15.1:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 DESCRIPTION=The extensible, customizable, self-documenting real-time display editor EAPI=6 HOMEPAGE=https://www.gnu.org/software/emacs/ IUSE=acl alsa aqua athena dbus games gconf gfile gif gpm gsettings gtk +gtk3 gzip-el imagemagick +inotify jpeg kerberos libxml2 livecd m17n-lib motif png selinux sound source ssl svg tiff toolkit-scroll-bars wide-int X Xaw3d xft +xpm zlib KEYWORDS=alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos LICENSE=GPL-3+ FDL-1.3+ BSD HPND MIT W3C unicode PSF-2 -RDEPEND=sys-libs/ncurses:0= >=app-eselect/eselect-emacs-1.16 >=app-emacs/emacs-common-gentoo-1.5[games?,X?] net-libs/liblockfile acl? ( virtual/acl ) alsa? ( media-libs/alsa-lib ) dbus? ( sys-apps/dbus ) gpm? ( sys-libs/gpm ) !inotify? ( gfile? ( >=dev-libs/glib-2.28.6 ) ) kerberos? ( virtual/krb5 ) libxml2? ( >=dev-libs/libxml2-2.2.0 ) selinux? ( sys-libs/libselinux ) ssl? ( net-libs/gnutls:0= ) zlib? ( sys-libs/zlib ) X? ( x11-libs/libICE x11-libs/libSM x11-libs/libX11 x11-libs/libXext x11-libs/libXinerama x11-libs/libXrandr x11-misc/xbitmaps gconf? ( >=gnome-base/gconf-2.26.2 ) gsettings? ( >=dev-libs/glib-2.28.6 ) gif? ( media-libs/giflib:0= ) jpeg? ( virtual/jpeg:0= ) png? ( >=media-libs/libpng-1.4:0= ) svg? ( >=gnome-base/librsvg-2.0 ) tiff? ( media-libs/tiff:0 ) xpm? ( x11-libs/libXpm ) imagemagick? ( >=media-gfx/imagemagick-6.6.2:0= =dev-libs/libotf-0.9.4 >=dev-libs/m17n-lib-1.5.1 ) ) gtk? ( gtk3? ( x11-libs/gtk+:3 ) !gtk3? ( x11-libs/gtk+:2 ) ) !gtk? ( motif? ( >=x11-libs/motif-2.3:0 x11-libs/libXpm x11-libs/libXmu x11-libs/libXt ) !motif? ( Xaw3d? ( x11-libs/libXaw3d x11-libs/libXmu x11-libs/libXt ) !Xaw3d? ( athena? ( x11-libs/libXaw x11-libs/libXmu x11-libs/libXt ) ) ) ) ) !=app-eselect/eselect-emacs-1.16 >=app-emacs/emacs-common-gentoo-1.5[games?,X?] net-libs/liblockfile acl? ( virtual/acl ) alsa? ( media-libs/alsa-lib ) dbus? ( sys-apps/dbus ) games? ( acct-group/gamestat ) gpm? ( sys-libs/gpm ) !inotify? ( gfile? ( >=dev-libs/glib-2.28.6 ) ) kerberos? ( virtual/krb5 ) libxml2? ( >=dev-libs/libxml2-2.2.0 ) selinux? ( sys-libs/libselinux ) ssl? ( net-libs/gnutls:0= ) zlib? ( sys-libs/zlib ) X? ( x11-libs/libICE x11-libs/libSM x11-libs/libX11 x11-libs/libXext x11-libs/libXinerama x11-libs/libXrandr x11-misc/xbitmaps gconf? ( >=gnome-base/gconf-2.26.2 ) gsettings? ( >=dev-libs/glib-2.28.6 ) gif? ( media-libs/giflib:0= ) jpeg? ( virtual/jpeg:0= ) png? ( >=media-libs/libpng-1.4:0= ) svg? ( >=gnome-base/librsvg-2.0 ) tiff? ( media-libs/tiff:0 ) xpm? ( x11-libs/libXpm ) imagemagick? ( >=media-gfx/imagemagick-6.6.2:0= =dev-libs/libotf-0.9.4 >=dev-libs/m17n-lib-1.5.1 ) ) gtk? ( gtk3? ( x11-libs/gtk+:3 ) !gtk3? ( x11-libs/gtk+:2 ) ) !gtk? ( motif? ( >=x11-libs/motif-2.3:0 x11-libs/libXpm x11-libs/libXmu x11-libs/libXt ) !motif? ( Xaw3d? ( x11-libs/libXaw3d x11-libs/libXmu x11-libs/libXt ) !Xaw3d? ( athena? ( x11-libs/libXaw x11-libs/libXmu x11-libs/libXt ) ) ) ) ) !=app-portage/elt-patches-20170815 !=sys-devel/automake-1.16.1:1.16 >=sys-devel/automake-1.15.1:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 DEFINED_PHASES=compile configure install postinst postrm preinst prepare -DEPEND=sys-libs/ncurses:0= >=app-eselect/eselect-emacs-1.16 >=app-emacs/emacs-common-gentoo-1.5[games?,X?] net-libs/liblockfile acl? ( virtual/acl ) alsa? ( media-libs/alsa-lib ) dbus? ( sys-apps/dbus ) gpm? ( sys-libs/gpm ) !inotify? ( gfile? ( >=dev-libs/glib-2.28.6 ) ) kerberos? ( virtual/krb5 ) libxml2? ( >=dev-libs/libxml2-2.2.0 ) selinux? ( sys-libs/libselinux ) ssl? ( net-libs/gnutls:0= ) zlib? ( sys-libs/zlib ) X? ( x11-libs/libICE x11-libs/libSM x11-libs/libX11 x11-libs/libXext x11-libs/libXinerama x11-libs/libXrandr x11-misc/xbitmaps gconf? ( >=gnome-base/gconf-2.26.2 ) gsettings? ( >=dev-libs/glib-2.28.6 ) gif? ( media-libs/giflib:0= ) jpeg? ( virtual/jpeg:0= ) png? ( >=media-libs/libpng-1.4:0= ) svg? ( >=gnome-base/librsvg-2.0 ) tiff? ( media-libs/tiff:0 ) xpm? ( x11-libs/libXpm ) imagemagick? ( >=media-gfx/imagemagick-6.6.2:0= ) xft? ( media-libs/fontconfig media-libs/freetype x11-libs/libXft x11-libs/libXrender m17n-lib? ( >=dev-libs/libotf-0.9.4 >=dev-libs/m17n-lib-1.5.1 ) ) gtk? ( gtk2? ( x11-libs/gtk+:2 ) !gtk2? ( x11-libs/gtk+:3 ) ) !gtk? ( motif? ( >=x11-libs/motif-2.3:0 x11-libs/libXpm x11-libs/libXmu x11-libs/libXt ) !motif? ( Xaw3d? ( x11-libs/libXaw3d x11-libs/libXmu x11-libs/libXt ) !Xaw3d? ( athena? ( x11-libs/libXaw x11-libs/libXmu x11-libs/libXt ) ) ) ) ) X? ( x11-base/xorg-proto ) +DEPEND=sys-libs/ncurses:0= >=app-eselect/eselect-emacs-1.16 >=app-emacs/emacs-common-gentoo-1.5[games?,X?] net-libs/liblockfile acl? ( virtual/acl ) alsa? ( media-libs/alsa-lib ) dbus? ( sys-apps/dbus ) games? ( acct-group/gamestat ) gpm? ( sys-libs/gpm ) !inotify? ( gfile? ( >=dev-libs/glib-2.28.6 ) ) kerberos? ( virtual/krb5 ) libxml2? ( >=dev-libs/libxml2-2.2.0 ) selinux? ( sys-libs/libselinux ) ssl? ( net-libs/gnutls:0= ) zlib? ( sys-libs/zlib ) X? ( x11-libs/libICE x11-libs/libSM x11-libs/libX11 x11-libs/libXext x11-libs/libXinerama x11-libs/libXrandr x11-misc/xbitmaps gconf? ( >=gnome-base/gconf-2.26.2 ) gsettings? ( >=dev-libs/glib-2.28.6 ) gif? ( media-libs/giflib:0= ) jpeg? ( virtual/jpeg:0= ) png? ( >=media-libs/libpng-1.4:0= ) svg? ( >=gnome-base/librsvg-2.0 ) tiff? ( media-libs/tiff:0 ) xpm? ( x11-libs/libXpm ) imagemagick? ( >=media-gfx/imagemagick-6.6.2:0= ) xft? ( media-libs/fontconfig media-libs/freetype x11-libs/libXft x11-libs/libXrender m17n-lib? ( >=dev-libs/libotf-0.9.4 >=dev-libs/m17n-lib-1.5.1 ) ) gtk? ( gtk2? ( x11-libs/gtk+:2 ) !gtk2? ( x11-libs/gtk+:3 ) ) !gtk? ( motif? ( >=x11-libs/motif-2.3:0 x11-libs/libXpm x11-libs/libXmu x11-libs/libXt ) !motif? ( Xaw3d? ( x11-libs/libXaw3d x11-libs/libXmu x11-libs/libXt ) !Xaw3d? ( athena? ( x11-libs/libXaw x11-libs/libXmu x11-libs/libXt ) ) ) ) ) X? ( x11-base/xorg-proto ) DESCRIPTION=The extensible, customizable, self-documenting real-time display editor EAPI=7 HOMEPAGE=https://www.gnu.org/software/emacs/ IUSE=acl alsa aqua athena dbus games gconf gfile gif gpm gsettings gtk gtk2 gzip-el imagemagick +inotify jpeg kerberos libxml2 livecd m17n-lib motif png selinux sound source ssl svg tiff toolkit-scroll-bars wide-int X Xaw3d xft +xpm zlib KEYWORDS=alpha amd64 arm hppa ia64 ~mips ppc ~ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos LICENSE=GPL-3+ FDL-1.3+ BSD HPND MIT W3C unicode PSF-2 -RDEPEND=sys-libs/ncurses:0= >=app-eselect/eselect-emacs-1.16 >=app-emacs/emacs-common-gentoo-1.5[games?,X?] net-libs/liblockfile acl? ( virtual/acl ) alsa? ( media-libs/alsa-lib ) dbus? ( sys-apps/dbus ) gpm? ( sys-libs/gpm ) !inotify? ( gfile? ( >=dev-libs/glib-2.28.6 ) ) kerberos? ( virtual/krb5 ) libxml2? ( >=dev-libs/libxml2-2.2.0 ) selinux? ( sys-libs/libselinux ) ssl? ( net-libs/gnutls:0= ) zlib? ( sys-libs/zlib ) X? ( x11-libs/libICE x11-libs/libSM x11-libs/libX11 x11-libs/libXext x11-libs/libXinerama x11-libs/libXrandr x11-misc/xbitmaps gconf? ( >=gnome-base/gconf-2.26.2 ) gsettings? ( >=dev-libs/glib-2.28.6 ) gif? ( media-libs/giflib:0= ) jpeg? ( virtual/jpeg:0= ) png? ( >=media-libs/libpng-1.4:0= ) svg? ( >=gnome-base/librsvg-2.0 ) tiff? ( media-libs/tiff:0 ) xpm? ( x11-libs/libXpm ) imagemagick? ( >=media-gfx/imagemagick-6.6.2:0= ) xft? ( media-libs/fontconfig media-libs/freetype x11-libs/libXft x11-libs/libXrender m17n-lib? ( >=dev-libs/libotf-0.9.4 >=dev-libs/m17n-lib-1.5.1 ) ) gtk? ( gtk2? ( x11-libs/gtk+:2 ) !gtk2? ( x11-libs/gtk+:3 ) ) !gtk? ( motif? ( >=x11-libs/motif-2.3:0 x11-libs/libXpm x11-libs/libXmu x11-libs/libXt ) !motif? ( Xaw3d? ( x11-libs/libXaw3d x11-libs/libXmu x11-libs/libXt ) !Xaw3d? ( athena? ( x11-libs/libXaw x11-libs/libXmu x11-libs/libXt ) ) ) ) ) !=app-eselect/eselect-emacs-1.16 >=app-emacs/emacs-common-gentoo-1.5[games?,X?] net-libs/liblockfile acl? ( virtual/acl ) alsa? ( media-libs/alsa-lib ) dbus? ( sys-apps/dbus ) games? ( acct-group/gamestat ) gpm? ( sys-libs/gpm ) !inotify? ( gfile? ( >=dev-libs/glib-2.28.6 ) ) kerberos? ( virtual/krb5 ) libxml2? ( >=dev-libs/libxml2-2.2.0 ) selinux? ( sys-libs/libselinux ) ssl? ( net-libs/gnutls:0= ) zlib? ( sys-libs/zlib ) X? ( x11-libs/libICE x11-libs/libSM x11-libs/libX11 x11-libs/libXext x11-libs/libXinerama x11-libs/libXrandr x11-misc/xbitmaps gconf? ( >=gnome-base/gconf-2.26.2 ) gsettings? ( >=dev-libs/glib-2.28.6 ) gif? ( media-libs/giflib:0= ) jpeg? ( virtual/jpeg:0= ) png? ( >=media-libs/libpng-1.4:0= ) svg? ( >=gnome-base/librsvg-2.0 ) tiff? ( media-libs/tiff:0 ) xpm? ( x11-libs/libXpm ) imagemagick? ( >=media-gfx/imagemagick-6.6.2:0= ) xft? ( media-libs/fontconfig media-libs/freetype x11-libs/libXft x11-libs/libXrender m17n-lib? ( >=dev-libs/libotf-0.9.4 >=dev-libs/m17n-lib-1.5.1 ) ) gtk? ( gtk2? ( x11-libs/gtk+:2 ) !gtk2? ( x11-libs/gtk+:3 ) ) !gtk? ( motif? ( >=x11-libs/motif-2.3:0 x11-libs/libXpm x11-libs/libXmu x11-libs/libXt ) !motif? ( Xaw3d? ( x11-libs/libXaw3d x11-libs/libXmu x11-libs/libXt ) !Xaw3d? ( athena? ( x11-libs/libXaw x11-libs/libXmu x11-libs/libXt ) ) ) ) ) !=app-portage/elt-patches-20170815 !=sys-devel/automake-1.16.1:1.16 >=sys-devel/automake-1.15.1:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 DEFINED_PHASES=compile configure install postinst postrm preinst prepare -DEPEND=sys-libs/ncurses:0= >=app-eselect/eselect-emacs-1.16 >=app-emacs/emacs-common-gentoo-1.5[games?,X?] net-libs/liblockfile acl? ( virtual/acl ) alsa? ( media-libs/alsa-lib ) dbus? ( sys-apps/dbus ) gpm? ( sys-libs/gpm ) !inotify? ( gfile? ( >=dev-libs/glib-2.28.6 ) ) kerberos? ( virtual/krb5 ) libxml2? ( >=dev-libs/libxml2-2.2.0 ) selinux? ( sys-libs/libselinux ) ssl? ( net-libs/gnutls:0= ) zlib? ( sys-libs/zlib ) X? ( x11-libs/libICE x11-libs/libSM x11-libs/libX11 x11-libs/libXext x11-libs/libXfixes x11-libs/libXinerama x11-libs/libXrandr x11-libs/libxcb x11-misc/xbitmaps gconf? ( >=gnome-base/gconf-2.26.2 ) gsettings? ( >=dev-libs/glib-2.28.6 ) gif? ( media-libs/giflib:0= ) jpeg? ( virtual/jpeg:0= ) png? ( >=media-libs/libpng-1.4:0= ) svg? ( >=gnome-base/librsvg-2.0 ) tiff? ( media-libs/tiff:0 ) xpm? ( x11-libs/libXpm ) imagemagick? ( >=media-gfx/imagemagick-6.6.2:0= ) xft? ( media-libs/fontconfig media-libs/freetype x11-libs/libXft x11-libs/libXrender cairo? ( >=x11-libs/cairo-1.12.18 ) m17n-lib? ( >=dev-libs/libotf-0.9.4 >=dev-libs/m17n-lib-1.5.1 ) ) gtk? ( gtk2? ( x11-libs/gtk+:2 ) !gtk2? ( x11-libs/gtk+:3 ) ) !gtk? ( motif? ( >=x11-libs/motif-2.3:0 x11-libs/libXpm x11-libs/libXmu x11-libs/libXt ) !motif? ( Xaw3d? ( x11-libs/libXaw3d x11-libs/libXmu x11-libs/libXt ) !Xaw3d? ( athena? ( x11-libs/libXaw x11-libs/libXmu x11-libs/libXt ) ) ) ) ) X? ( x11-base/xorg-proto ) +DEPEND=sys-libs/ncurses:0= >=app-eselect/eselect-emacs-1.16 >=app-emacs/emacs-common-gentoo-1.5[games?,X?] net-libs/liblockfile acl? ( virtual/acl ) alsa? ( media-libs/alsa-lib ) dbus? ( sys-apps/dbus ) games? ( acct-group/gamestat ) gpm? ( sys-libs/gpm ) !inotify? ( gfile? ( >=dev-libs/glib-2.28.6 ) ) kerberos? ( virtual/krb5 ) libxml2? ( >=dev-libs/libxml2-2.2.0 ) selinux? ( sys-libs/libselinux ) ssl? ( net-libs/gnutls:0= ) zlib? ( sys-libs/zlib ) X? ( x11-libs/libICE x11-libs/libSM x11-libs/libX11 x11-libs/libXext x11-libs/libXfixes x11-libs/libXinerama x11-libs/libXrandr x11-libs/libxcb x11-misc/xbitmaps gconf? ( >=gnome-base/gconf-2.26.2 ) gsettings? ( >=dev-libs/glib-2.28.6 ) gif? ( media-libs/giflib:0= ) jpeg? ( virtual/jpeg:0= ) png? ( >=media-libs/libpng-1.4:0= ) svg? ( >=gnome-base/librsvg-2.0 ) tiff? ( media-libs/tiff:0 ) xpm? ( x11-libs/libXpm ) imagemagick? ( >=media-gfx/imagemagick-6.6.2:0= ) xft? ( media-libs/fontconfig media-libs/freetype x11-libs/libXft x11-libs/libXrender cairo? ( >=x11-libs/cairo-1.12.18 ) m17n-lib? ( >=dev-libs/libotf-0.9.4 >=dev-libs/m17n-lib-1.5.1 ) ) gtk? ( gtk2? ( x11-libs/gtk+:2 ) !gtk2? ( x11-libs/gtk+:3 ) ) !gtk? ( motif? ( >=x11-libs/motif-2.3:0 x11-libs/libXpm x11-libs/libXmu x11-libs/libXt ) !motif? ( Xaw3d? ( x11-libs/libXaw3d x11-libs/libXmu x11-libs/libXt ) !Xaw3d? ( athena? ( x11-libs/libXaw x11-libs/libXmu x11-libs/libXt ) ) ) ) ) X? ( x11-base/xorg-proto ) DESCRIPTION=The extensible, customizable, self-documenting real-time display editor EAPI=7 HOMEPAGE=https://www.gnu.org/software/emacs/ IUSE=acl alsa aqua athena cairo dbus dynamic-loading games gconf gfile gif gpm gsettings gtk gtk2 gzip-el imagemagick +inotify jpeg kerberos libxml2 livecd m17n-lib motif png selinux sound source ssl svg tiff toolkit-scroll-bars wide-int X Xaw3d xft +xpm zlib KEYWORDS=alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos LICENSE=GPL-3+ FDL-1.3+ BSD HPND MIT W3C unicode PSF-2 -RDEPEND=sys-libs/ncurses:0= >=app-eselect/eselect-emacs-1.16 >=app-emacs/emacs-common-gentoo-1.5[games?,X?] net-libs/liblockfile acl? ( virtual/acl ) alsa? ( media-libs/alsa-lib ) dbus? ( sys-apps/dbus ) gpm? ( sys-libs/gpm ) !inotify? ( gfile? ( >=dev-libs/glib-2.28.6 ) ) kerberos? ( virtual/krb5 ) libxml2? ( >=dev-libs/libxml2-2.2.0 ) selinux? ( sys-libs/libselinux ) ssl? ( net-libs/gnutls:0= ) zlib? ( sys-libs/zlib ) X? ( x11-libs/libICE x11-libs/libSM x11-libs/libX11 x11-libs/libXext x11-libs/libXfixes x11-libs/libXinerama x11-libs/libXrandr x11-libs/libxcb x11-misc/xbitmaps gconf? ( >=gnome-base/gconf-2.26.2 ) gsettings? ( >=dev-libs/glib-2.28.6 ) gif? ( media-libs/giflib:0= ) jpeg? ( virtual/jpeg:0= ) png? ( >=media-libs/libpng-1.4:0= ) svg? ( >=gnome-base/librsvg-2.0 ) tiff? ( media-libs/tiff:0 ) xpm? ( x11-libs/libXpm ) imagemagick? ( >=media-gfx/imagemagick-6.6.2:0= ) xft? ( media-libs/fontconfig media-libs/freetype x11-libs/libXft x11-libs/libXrender cairo? ( >=x11-libs/cairo-1.12.18 ) m17n-lib? ( >=dev-libs/libotf-0.9.4 >=dev-libs/m17n-lib-1.5.1 ) ) gtk? ( gtk2? ( x11-libs/gtk+:2 ) !gtk2? ( x11-libs/gtk+:3 ) ) !gtk? ( motif? ( >=x11-libs/motif-2.3:0 x11-libs/libXpm x11-libs/libXmu x11-libs/libXt ) !motif? ( Xaw3d? ( x11-libs/libXaw3d x11-libs/libXmu x11-libs/libXt ) !Xaw3d? ( athena? ( x11-libs/libXaw x11-libs/libXmu x11-libs/libXt ) ) ) ) ) !=app-eselect/eselect-emacs-1.16 >=app-emacs/emacs-common-gentoo-1.5[games?,X?] net-libs/liblockfile acl? ( virtual/acl ) alsa? ( media-libs/alsa-lib ) dbus? ( sys-apps/dbus ) games? ( acct-group/gamestat ) gpm? ( sys-libs/gpm ) !inotify? ( gfile? ( >=dev-libs/glib-2.28.6 ) ) kerberos? ( virtual/krb5 ) libxml2? ( >=dev-libs/libxml2-2.2.0 ) selinux? ( sys-libs/libselinux ) ssl? ( net-libs/gnutls:0= ) zlib? ( sys-libs/zlib ) X? ( x11-libs/libICE x11-libs/libSM x11-libs/libX11 x11-libs/libXext x11-libs/libXfixes x11-libs/libXinerama x11-libs/libXrandr x11-libs/libxcb x11-misc/xbitmaps gconf? ( >=gnome-base/gconf-2.26.2 ) gsettings? ( >=dev-libs/glib-2.28.6 ) gif? ( media-libs/giflib:0= ) jpeg? ( virtual/jpeg:0= ) png? ( >=media-libs/libpng-1.4:0= ) svg? ( >=gnome-base/librsvg-2.0 ) tiff? ( media-libs/tiff:0 ) xpm? ( x11-libs/libXpm ) imagemagick? ( >=media-gfx/imagemagick-6.6.2:0= ) xft? ( media-libs/fontconfig media-libs/freetype x11-libs/libXft x11-libs/libXrender cairo? ( >=x11-libs/cairo-1.12.18 ) m17n-lib? ( >=dev-libs/libotf-0.9.4 >=dev-libs/m17n-lib-1.5.1 ) ) gtk? ( gtk2? ( x11-libs/gtk+:2 ) !gtk2? ( x11-libs/gtk+:3 ) ) !gtk? ( motif? ( >=x11-libs/motif-2.3:0 x11-libs/libXpm x11-libs/libXmu x11-libs/libXt ) !motif? ( Xaw3d? ( x11-libs/libXaw3d x11-libs/libXmu x11-libs/libXt ) !Xaw3d? ( athena? ( x11-libs/libXaw x11-libs/libXmu x11-libs/libXt ) ) ) ) ) !=app-portage/elt-patches-20170815 !=sys-devel/automake-1.16.1:1.16 >=sys-devel/automake-1.15.1:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 DEFINED_PHASES=compile configure install postinst postrm preinst prepare -DEPEND=sys-libs/ncurses:0= >=app-eselect/eselect-emacs-1.16 >=app-emacs/emacs-common-gentoo-1.5[games?,X?] acl? ( virtual/acl ) alsa? ( media-libs/alsa-lib ) dbus? ( sys-apps/dbus ) gpm? ( sys-libs/gpm ) !inotify? ( gfile? ( >=dev-libs/glib-2.28.6 ) ) kerberos? ( virtual/krb5 ) lcms? ( media-libs/lcms:2 ) libxml2? ( >=dev-libs/libxml2-2.2.0 ) mailutils? ( net-mail/mailutils[clients] ) !mailutils? ( net-libs/liblockfile ) selinux? ( sys-libs/libselinux ) ssl? ( net-libs/gnutls:0= ) systemd? ( sys-apps/systemd ) zlib? ( sys-libs/zlib ) X? ( x11-libs/libICE x11-libs/libSM x11-libs/libX11 x11-libs/libXext x11-libs/libXfixes x11-libs/libXinerama x11-libs/libXrandr x11-libs/libxcb x11-misc/xbitmaps gconf? ( >=gnome-base/gconf-2.26.2 ) gsettings? ( >=dev-libs/glib-2.28.6 ) gif? ( media-libs/giflib:0= ) jpeg? ( virtual/jpeg:0= ) png? ( >=media-libs/libpng-1.4:0= ) svg? ( >=gnome-base/librsvg-2.0 ) tiff? ( media-libs/tiff:0 ) xpm? ( x11-libs/libXpm ) imagemagick? ( >=media-gfx/imagemagick-6.6.2:0= ) xft? ( media-libs/fontconfig media-libs/freetype x11-libs/libXft x11-libs/libXrender cairo? ( >=x11-libs/cairo-1.12.18 ) m17n-lib? ( >=dev-libs/libotf-0.9.4 >=dev-libs/m17n-lib-1.5.1 ) ) gtk? ( gtk2? ( x11-libs/gtk+:2 ) !gtk2? ( x11-libs/gtk+:3 xwidgets? ( net-libs/webkit-gtk:4= x11-libs/libXcomposite ) ) ) !gtk? ( motif? ( >=x11-libs/motif-2.3:0 x11-libs/libXpm x11-libs/libXmu x11-libs/libXt ) !motif? ( Xaw3d? ( x11-libs/libXaw3d x11-libs/libXmu x11-libs/libXt ) !Xaw3d? ( athena? ( x11-libs/libXaw x11-libs/libXmu x11-libs/libXt ) ) ) ) ) X? ( x11-base/xorg-proto ) +DEPEND=sys-libs/ncurses:0= >=app-eselect/eselect-emacs-1.16 >=app-emacs/emacs-common-gentoo-1.5[games?,X?] acl? ( virtual/acl ) alsa? ( media-libs/alsa-lib ) dbus? ( sys-apps/dbus ) games? ( acct-group/gamestat ) gpm? ( sys-libs/gpm ) !inotify? ( gfile? ( >=dev-libs/glib-2.28.6 ) ) kerberos? ( virtual/krb5 ) lcms? ( media-libs/lcms:2 ) libxml2? ( >=dev-libs/libxml2-2.2.0 ) mailutils? ( net-mail/mailutils[clients] ) !mailutils? ( net-libs/liblockfile ) selinux? ( sys-libs/libselinux ) ssl? ( net-libs/gnutls:0= ) systemd? ( sys-apps/systemd ) zlib? ( sys-libs/zlib ) X? ( x11-libs/libICE x11-libs/libSM x11-libs/libX11 x11-libs/libXext x11-libs/libXfixes x11-libs/libXinerama x11-libs/libXrandr x11-libs/libxcb x11-misc/xbitmaps gconf? ( >=gnome-base/gconf-2.26.2 ) gsettings? ( >=dev-libs/glib-2.28.6 ) gif? ( media-libs/giflib:0= ) jpeg? ( virtual/jpeg:0= ) png? ( >=media-libs/libpng-1.4:0= ) svg? ( >=gnome-base/librsvg-2.0 ) tiff? ( media-libs/tiff:0 ) xpm? ( x11-libs/libXpm ) imagemagick? ( >=media-gfx/imagemagick-6.6.2:0= ) xft? ( media-libs/fontconfig media-libs/freetype x11-libs/libXft x11-libs/libXrender cairo? ( >=x11-libs/cairo-1.12.18 ) m17n-lib? ( >=dev-libs/libotf-0.9.4 >=dev-libs/m17n-lib-1.5.1 ) ) gtk? ( gtk2? ( x11-libs/gtk+:2 ) !gtk2? ( x11-libs/gtk+:3 xwidgets? ( net-libs/webkit-gtk:4= x11-libs/libXcomposite ) ) ) !gtk? ( motif? ( >=x11-libs/motif-2.3:0 x11-libs/libXpm x11-libs/libXmu x11-libs/libXt ) !motif? ( Xaw3d? ( x11-libs/libXaw3d x11-libs/libXmu x11-libs/libXt ) !Xaw3d? ( athena? ( x11-libs/libXaw x11-libs/libXmu x11-libs/libXt ) ) ) ) ) X? ( x11-base/xorg-proto ) DESCRIPTION=The extensible, customizable, self-documenting real-time display editor EAPI=7 HOMEPAGE=https://www.gnu.org/software/emacs/ IUSE=acl alsa aqua athena cairo dbus dynamic-loading games gconf gfile gif gpm gsettings gtk gtk2 gzip-el imagemagick +inotify jpeg kerberos lcms libxml2 livecd m17n-lib mailutils motif png selinux sound source ssl svg systemd +threads tiff toolkit-scroll-bars wide-int X Xaw3d xft +xpm xwidgets zlib KEYWORDS=alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos LICENSE=GPL-3+ FDL-1.3+ BSD HPND MIT W3C unicode PSF-2 -RDEPEND=sys-libs/ncurses:0= >=app-eselect/eselect-emacs-1.16 >=app-emacs/emacs-common-gentoo-1.5[games?,X?] acl? ( virtual/acl ) alsa? ( media-libs/alsa-lib ) dbus? ( sys-apps/dbus ) gpm? ( sys-libs/gpm ) !inotify? ( gfile? ( >=dev-libs/glib-2.28.6 ) ) kerberos? ( virtual/krb5 ) lcms? ( media-libs/lcms:2 ) libxml2? ( >=dev-libs/libxml2-2.2.0 ) mailutils? ( net-mail/mailutils[clients] ) !mailutils? ( net-libs/liblockfile ) selinux? ( sys-libs/libselinux ) ssl? ( net-libs/gnutls:0= ) systemd? ( sys-apps/systemd ) zlib? ( sys-libs/zlib ) X? ( x11-libs/libICE x11-libs/libSM x11-libs/libX11 x11-libs/libXext x11-libs/libXfixes x11-libs/libXinerama x11-libs/libXrandr x11-libs/libxcb x11-misc/xbitmaps gconf? ( >=gnome-base/gconf-2.26.2 ) gsettings? ( >=dev-libs/glib-2.28.6 ) gif? ( media-libs/giflib:0= ) jpeg? ( virtual/jpeg:0= ) png? ( >=media-libs/libpng-1.4:0= ) svg? ( >=gnome-base/librsvg-2.0 ) tiff? ( media-libs/tiff:0 ) xpm? ( x11-libs/libXpm ) imagemagick? ( >=media-gfx/imagemagick-6.6.2:0= ) xft? ( media-libs/fontconfig media-libs/freetype x11-libs/libXft x11-libs/libXrender cairo? ( >=x11-libs/cairo-1.12.18 ) m17n-lib? ( >=dev-libs/libotf-0.9.4 >=dev-libs/m17n-lib-1.5.1 ) ) gtk? ( gtk2? ( x11-libs/gtk+:2 ) !gtk2? ( x11-libs/gtk+:3 xwidgets? ( net-libs/webkit-gtk:4= x11-libs/libXcomposite ) ) ) !gtk? ( motif? ( >=x11-libs/motif-2.3:0 x11-libs/libXpm x11-libs/libXmu x11-libs/libXt ) !motif? ( Xaw3d? ( x11-libs/libXaw3d x11-libs/libXmu x11-libs/libXt ) !Xaw3d? ( athena? ( x11-libs/libXaw x11-libs/libXmu x11-libs/libXt ) ) ) ) ) !=app-eselect/eselect-emacs-1.16 >=app-emacs/emacs-common-gentoo-1.5[games?,X?] acl? ( virtual/acl ) alsa? ( media-libs/alsa-lib ) dbus? ( sys-apps/dbus ) games? ( acct-group/gamestat ) gpm? ( sys-libs/gpm ) !inotify? ( gfile? ( >=dev-libs/glib-2.28.6 ) ) kerberos? ( virtual/krb5 ) lcms? ( media-libs/lcms:2 ) libxml2? ( >=dev-libs/libxml2-2.2.0 ) mailutils? ( net-mail/mailutils[clients] ) !mailutils? ( net-libs/liblockfile ) selinux? ( sys-libs/libselinux ) ssl? ( net-libs/gnutls:0= ) systemd? ( sys-apps/systemd ) zlib? ( sys-libs/zlib ) X? ( x11-libs/libICE x11-libs/libSM x11-libs/libX11 x11-libs/libXext x11-libs/libXfixes x11-libs/libXinerama x11-libs/libXrandr x11-libs/libxcb x11-misc/xbitmaps gconf? ( >=gnome-base/gconf-2.26.2 ) gsettings? ( >=dev-libs/glib-2.28.6 ) gif? ( media-libs/giflib:0= ) jpeg? ( virtual/jpeg:0= ) png? ( >=media-libs/libpng-1.4:0= ) svg? ( >=gnome-base/librsvg-2.0 ) tiff? ( media-libs/tiff:0 ) xpm? ( x11-libs/libXpm ) imagemagick? ( >=media-gfx/imagemagick-6.6.2:0= ) xft? ( media-libs/fontconfig media-libs/freetype x11-libs/libXft x11-libs/libXrender cairo? ( >=x11-libs/cairo-1.12.18 ) m17n-lib? ( >=dev-libs/libotf-0.9.4 >=dev-libs/m17n-lib-1.5.1 ) ) gtk? ( gtk2? ( x11-libs/gtk+:2 ) !gtk2? ( x11-libs/gtk+:3 xwidgets? ( net-libs/webkit-gtk:4= x11-libs/libXcomposite ) ) ) !gtk? ( motif? ( >=x11-libs/motif-2.3:0 x11-libs/libXpm x11-libs/libXmu x11-libs/libXt ) !motif? ( Xaw3d? ( x11-libs/libXaw3d x11-libs/libXmu x11-libs/libXt ) !Xaw3d? ( athena? ( x11-libs/libXaw x11-libs/libXmu x11-libs/libXt ) ) ) ) ) !=app-portage/elt-patches-20170815 !=sys-devel/automake-1.16.1:1.16 >=sys-devel/automake-1.15.1:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 DEFINED_PHASES=compile configure install postinst postrm preinst prepare -DEPEND=sys-libs/ncurses:0= >=app-eselect/eselect-emacs-1.16 >=app-emacs/emacs-common-gentoo-1.5[games?,X?] acl? ( virtual/acl ) alsa? ( media-libs/alsa-lib ) dbus? ( sys-apps/dbus ) gpm? ( sys-libs/gpm ) !inotify? ( gfile? ( >=dev-libs/glib-2.28.6 ) ) kerberos? ( virtual/krb5 ) lcms? ( media-libs/lcms:2 ) libxml2? ( >=dev-libs/libxml2-2.2.0 ) mailutils? ( net-mail/mailutils[clients] ) !mailutils? ( net-libs/liblockfile ) selinux? ( sys-libs/libselinux ) ssl? ( net-libs/gnutls:0= ) systemd? ( sys-apps/systemd ) zlib? ( sys-libs/zlib ) X? ( x11-libs/libICE x11-libs/libSM x11-libs/libX11 x11-libs/libXext x11-libs/libXfixes x11-libs/libXinerama x11-libs/libXrandr x11-libs/libxcb x11-misc/xbitmaps gconf? ( >=gnome-base/gconf-2.26.2 ) gsettings? ( >=dev-libs/glib-2.28.6 ) gif? ( media-libs/giflib:0= ) jpeg? ( virtual/jpeg:0= ) png? ( >=media-libs/libpng-1.4:0= ) svg? ( >=gnome-base/librsvg-2.0 ) tiff? ( media-libs/tiff:0 ) xpm? ( x11-libs/libXpm ) imagemagick? ( >=media-gfx/imagemagick-6.6.2:0= ) xft? ( media-libs/fontconfig media-libs/freetype x11-libs/libXft x11-libs/libXrender cairo? ( >=x11-libs/cairo-1.12.18 ) m17n-lib? ( >=dev-libs/libotf-0.9.4 >=dev-libs/m17n-lib-1.5.1 ) ) gtk? ( gtk2? ( x11-libs/gtk+:2 ) !gtk2? ( x11-libs/gtk+:3 xwidgets? ( net-libs/webkit-gtk:4= x11-libs/libXcomposite ) ) ) !gtk? ( motif? ( >=x11-libs/motif-2.3:0 x11-libs/libXpm x11-libs/libXmu x11-libs/libXt ) !motif? ( Xaw3d? ( x11-libs/libXaw3d x11-libs/libXmu x11-libs/libXt ) !Xaw3d? ( athena? ( x11-libs/libXaw x11-libs/libXmu x11-libs/libXt ) ) ) ) ) X? ( x11-base/xorg-proto ) +DEPEND=sys-libs/ncurses:0= >=app-eselect/eselect-emacs-1.16 >=app-emacs/emacs-common-gentoo-1.5[games?,X?] acl? ( virtual/acl ) alsa? ( media-libs/alsa-lib ) dbus? ( sys-apps/dbus ) games? ( acct-group/gamestat ) gpm? ( sys-libs/gpm ) !inotify? ( gfile? ( >=dev-libs/glib-2.28.6 ) ) kerberos? ( virtual/krb5 ) lcms? ( media-libs/lcms:2 ) libxml2? ( >=dev-libs/libxml2-2.2.0 ) mailutils? ( net-mail/mailutils[clients] ) !mailutils? ( net-libs/liblockfile ) selinux? ( sys-libs/libselinux ) ssl? ( net-libs/gnutls:0= ) systemd? ( sys-apps/systemd ) zlib? ( sys-libs/zlib ) X? ( x11-libs/libICE x11-libs/libSM x11-libs/libX11 x11-libs/libXext x11-libs/libXfixes x11-libs/libXinerama x11-libs/libXrandr x11-libs/libxcb x11-misc/xbitmaps gconf? ( >=gnome-base/gconf-2.26.2 ) gsettings? ( >=dev-libs/glib-2.28.6 ) gif? ( media-libs/giflib:0= ) jpeg? ( virtual/jpeg:0= ) png? ( >=media-libs/libpng-1.4:0= ) svg? ( >=gnome-base/librsvg-2.0 ) tiff? ( media-libs/tiff:0 ) xpm? ( x11-libs/libXpm ) imagemagick? ( >=media-gfx/imagemagick-6.6.2:0= ) xft? ( media-libs/fontconfig media-libs/freetype x11-libs/libXft x11-libs/libXrender cairo? ( >=x11-libs/cairo-1.12.18 ) m17n-lib? ( >=dev-libs/libotf-0.9.4 >=dev-libs/m17n-lib-1.5.1 ) ) gtk? ( gtk2? ( x11-libs/gtk+:2 ) !gtk2? ( x11-libs/gtk+:3 xwidgets? ( net-libs/webkit-gtk:4= x11-libs/libXcomposite ) ) ) !gtk? ( motif? ( >=x11-libs/motif-2.3:0 x11-libs/libXpm x11-libs/libXmu x11-libs/libXt ) !motif? ( Xaw3d? ( x11-libs/libXaw3d x11-libs/libXmu x11-libs/libXt ) !Xaw3d? ( athena? ( x11-libs/libXaw x11-libs/libXmu x11-libs/libXt ) ) ) ) ) X? ( x11-base/xorg-proto ) DESCRIPTION=The extensible, customizable, self-documenting real-time display editor EAPI=7 HOMEPAGE=https://www.gnu.org/software/emacs/ IUSE=acl alsa aqua athena cairo dbus dynamic-loading games gconf gfile gif gpm gsettings gtk gtk2 gzip-el imagemagick +inotify jpeg kerberos lcms libxml2 livecd m17n-lib mailutils motif png selinux sound source ssl svg systemd +threads tiff toolkit-scroll-bars wide-int X Xaw3d xft +xpm xwidgets zlib -KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos +KEYWORDS=~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos LICENSE=GPL-3+ FDL-1.3+ BSD HPND MIT W3C unicode PSF-2 -RDEPEND=sys-libs/ncurses:0= >=app-eselect/eselect-emacs-1.16 >=app-emacs/emacs-common-gentoo-1.5[games?,X?] acl? ( virtual/acl ) alsa? ( media-libs/alsa-lib ) dbus? ( sys-apps/dbus ) gpm? ( sys-libs/gpm ) !inotify? ( gfile? ( >=dev-libs/glib-2.28.6 ) ) kerberos? ( virtual/krb5 ) lcms? ( media-libs/lcms:2 ) libxml2? ( >=dev-libs/libxml2-2.2.0 ) mailutils? ( net-mail/mailutils[clients] ) !mailutils? ( net-libs/liblockfile ) selinux? ( sys-libs/libselinux ) ssl? ( net-libs/gnutls:0= ) systemd? ( sys-apps/systemd ) zlib? ( sys-libs/zlib ) X? ( x11-libs/libICE x11-libs/libSM x11-libs/libX11 x11-libs/libXext x11-libs/libXfixes x11-libs/libXinerama x11-libs/libXrandr x11-libs/libxcb x11-misc/xbitmaps gconf? ( >=gnome-base/gconf-2.26.2 ) gsettings? ( >=dev-libs/glib-2.28.6 ) gif? ( media-libs/giflib:0= ) jpeg? ( virtual/jpeg:0= ) png? ( >=media-libs/libpng-1.4:0= ) svg? ( >=gnome-base/librsvg-2.0 ) tiff? ( media-libs/tiff:0 ) xpm? ( x11-libs/libXpm ) imagemagick? ( >=media-gfx/imagemagick-6.6.2:0= ) xft? ( media-libs/fontconfig media-libs/freetype x11-libs/libXft x11-libs/libXrender cairo? ( >=x11-libs/cairo-1.12.18 ) m17n-lib? ( >=dev-libs/libotf-0.9.4 >=dev-libs/m17n-lib-1.5.1 ) ) gtk? ( gtk2? ( x11-libs/gtk+:2 ) !gtk2? ( x11-libs/gtk+:3 xwidgets? ( net-libs/webkit-gtk:4= x11-libs/libXcomposite ) ) ) !gtk? ( motif? ( >=x11-libs/motif-2.3:0 x11-libs/libXpm x11-libs/libXmu x11-libs/libXt ) !motif? ( Xaw3d? ( x11-libs/libXaw3d x11-libs/libXmu x11-libs/libXt ) !Xaw3d? ( athena? ( x11-libs/libXaw x11-libs/libXmu x11-libs/libXt ) ) ) ) ) !=app-eselect/eselect-emacs-1.16 >=app-emacs/emacs-common-gentoo-1.5[games?,X?] acl? ( virtual/acl ) alsa? ( media-libs/alsa-lib ) dbus? ( sys-apps/dbus ) games? ( acct-group/gamestat ) gpm? ( sys-libs/gpm ) !inotify? ( gfile? ( >=dev-libs/glib-2.28.6 ) ) kerberos? ( virtual/krb5 ) lcms? ( media-libs/lcms:2 ) libxml2? ( >=dev-libs/libxml2-2.2.0 ) mailutils? ( net-mail/mailutils[clients] ) !mailutils? ( net-libs/liblockfile ) selinux? ( sys-libs/libselinux ) ssl? ( net-libs/gnutls:0= ) systemd? ( sys-apps/systemd ) zlib? ( sys-libs/zlib ) X? ( x11-libs/libICE x11-libs/libSM x11-libs/libX11 x11-libs/libXext x11-libs/libXfixes x11-libs/libXinerama x11-libs/libXrandr x11-libs/libxcb x11-misc/xbitmaps gconf? ( >=gnome-base/gconf-2.26.2 ) gsettings? ( >=dev-libs/glib-2.28.6 ) gif? ( media-libs/giflib:0= ) jpeg? ( virtual/jpeg:0= ) png? ( >=media-libs/libpng-1.4:0= ) svg? ( >=gnome-base/librsvg-2.0 ) tiff? ( media-libs/tiff:0 ) xpm? ( x11-libs/libXpm ) imagemagick? ( >=media-gfx/imagemagick-6.6.2:0= ) xft? ( media-libs/fontconfig media-libs/freetype x11-libs/libXft x11-libs/libXrender cairo? ( >=x11-libs/cairo-1.12.18 ) m17n-lib? ( >=dev-libs/libotf-0.9.4 >=dev-libs/m17n-lib-1.5.1 ) ) gtk? ( gtk2? ( x11-libs/gtk+:2 ) !gtk2? ( x11-libs/gtk+:3 xwidgets? ( net-libs/webkit-gtk:4= x11-libs/libXcomposite ) ) ) !gtk? ( motif? ( >=x11-libs/motif-2.3:0 x11-libs/libXpm x11-libs/libXmu x11-libs/libXt ) !motif? ( Xaw3d? ( x11-libs/libXaw3d x11-libs/libXmu x11-libs/libXt ) !Xaw3d? ( athena? ( x11-libs/libXaw x11-libs/libXmu x11-libs/libXt ) ) ) ) ) !=app-portage/elt-patches-20170815 !=sys-devel/automake-1.16.1:1.16 >=sys-devel/automake-1.15.1:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 DEFINED_PHASES=compile configure install postinst postrm preinst prepare -DEPEND=sys-libs/ncurses:0= >=app-eselect/eselect-emacs-1.16 >=app-emacs/emacs-common-gentoo-1.5[games?,X?] acl? ( virtual/acl ) alsa? ( media-libs/alsa-lib ) dbus? ( sys-apps/dbus ) gpm? ( sys-libs/gpm ) !inotify? ( gfile? ( >=dev-libs/glib-2.28.6 ) ) kerberos? ( virtual/krb5 ) lcms? ( media-libs/lcms:2 ) libxml2? ( >=dev-libs/libxml2-2.2.0 ) mailutils? ( net-mail/mailutils[clients] ) !mailutils? ( net-libs/liblockfile ) selinux? ( sys-libs/libselinux ) ssl? ( net-libs/gnutls:0= ) systemd? ( sys-apps/systemd ) zlib? ( sys-libs/zlib ) X? ( x11-libs/libICE x11-libs/libSM x11-libs/libX11 x11-libs/libXext x11-libs/libXfixes x11-libs/libXinerama x11-libs/libXrandr x11-libs/libxcb x11-misc/xbitmaps gconf? ( >=gnome-base/gconf-2.26.2 ) gsettings? ( >=dev-libs/glib-2.28.6 ) gif? ( media-libs/giflib:0= ) jpeg? ( virtual/jpeg:0= ) png? ( >=media-libs/libpng-1.4:0= ) svg? ( >=gnome-base/librsvg-2.0 ) tiff? ( media-libs/tiff:0 ) xpm? ( x11-libs/libXpm ) imagemagick? ( >=media-gfx/imagemagick-6.6.2:0= =x11-libs/cairo-1.12.18 ) m17n-lib? ( >=dev-libs/libotf-0.9.4 >=dev-libs/m17n-lib-1.5.1 ) ) gtk? ( gtk2? ( x11-libs/gtk+:2 ) !gtk2? ( x11-libs/gtk+:3 xwidgets? ( net-libs/webkit-gtk:4= x11-libs/libXcomposite ) ) ) !gtk? ( motif? ( >=x11-libs/motif-2.3:0 x11-libs/libXpm x11-libs/libXmu x11-libs/libXt ) !motif? ( Xaw3d? ( x11-libs/libXaw3d x11-libs/libXmu x11-libs/libXt ) !Xaw3d? ( athena? ( x11-libs/libXaw x11-libs/libXmu x11-libs/libXt ) ) ) ) ) X? ( x11-base/xorg-proto ) +DEPEND=sys-libs/ncurses:0= >=app-eselect/eselect-emacs-1.16 >=app-emacs/emacs-common-gentoo-1.5[games?,X?] acl? ( virtual/acl ) alsa? ( media-libs/alsa-lib ) dbus? ( sys-apps/dbus ) games? ( acct-group/gamestat ) gpm? ( sys-libs/gpm ) !inotify? ( gfile? ( >=dev-libs/glib-2.28.6 ) ) kerberos? ( virtual/krb5 ) lcms? ( media-libs/lcms:2 ) libxml2? ( >=dev-libs/libxml2-2.2.0 ) mailutils? ( net-mail/mailutils[clients] ) !mailutils? ( net-libs/liblockfile ) selinux? ( sys-libs/libselinux ) ssl? ( net-libs/gnutls:0= ) systemd? ( sys-apps/systemd ) zlib? ( sys-libs/zlib ) X? ( x11-libs/libICE x11-libs/libSM x11-libs/libX11 x11-libs/libXext x11-libs/libXfixes x11-libs/libXinerama x11-libs/libXrandr x11-libs/libxcb x11-misc/xbitmaps gconf? ( >=gnome-base/gconf-2.26.2 ) gsettings? ( >=dev-libs/glib-2.28.6 ) gif? ( media-libs/giflib:0= ) jpeg? ( virtual/jpeg:0= ) png? ( >=media-libs/libpng-1.4:0= ) svg? ( >=gnome-base/librsvg-2.0 ) tiff? ( media-libs/tiff:0 ) xpm? ( x11-libs/libXpm ) imagemagick? ( >=media-gfx/imagemagick-6.6.2:0= =x11-libs/cairo-1.12.18 ) m17n-lib? ( >=dev-libs/libotf-0.9.4 >=dev-libs/m17n-lib-1.5.1 ) ) gtk? ( gtk2? ( x11-libs/gtk+:2 ) !gtk2? ( x11-libs/gtk+:3 xwidgets? ( net-libs/webkit-gtk:4= x11-libs/libXcomposite ) ) ) !gtk? ( motif? ( >=x11-libs/motif-2.3:0 x11-libs/libXpm x11-libs/libXmu x11-libs/libXt ) !motif? ( Xaw3d? ( x11-libs/libXaw3d x11-libs/libXmu x11-libs/libXt ) !Xaw3d? ( athena? ( x11-libs/libXaw x11-libs/libXmu x11-libs/libXt ) ) ) ) ) X? ( x11-base/xorg-proto ) DESCRIPTION=The extensible, customizable, self-documenting real-time display editor EAPI=7 HOMEPAGE=https://www.gnu.org/software/emacs/ IUSE=acl alsa aqua athena cairo dbus dynamic-loading games gconf gfile gif gpm gsettings gtk gtk2 gzip-el imagemagick +inotify jpeg kerberos lcms libxml2 livecd m17n-lib mailutils motif png selinux sound source ssl svg systemd +threads tiff toolkit-scroll-bars wide-int X Xaw3d xft +xpm xwidgets zlib KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos LICENSE=GPL-3+ FDL-1.3+ BSD HPND MIT W3C unicode PSF-2 -RDEPEND=sys-libs/ncurses:0= >=app-eselect/eselect-emacs-1.16 >=app-emacs/emacs-common-gentoo-1.5[games?,X?] acl? ( virtual/acl ) alsa? ( media-libs/alsa-lib ) dbus? ( sys-apps/dbus ) gpm? ( sys-libs/gpm ) !inotify? ( gfile? ( >=dev-libs/glib-2.28.6 ) ) kerberos? ( virtual/krb5 ) lcms? ( media-libs/lcms:2 ) libxml2? ( >=dev-libs/libxml2-2.2.0 ) mailutils? ( net-mail/mailutils[clients] ) !mailutils? ( net-libs/liblockfile ) selinux? ( sys-libs/libselinux ) ssl? ( net-libs/gnutls:0= ) systemd? ( sys-apps/systemd ) zlib? ( sys-libs/zlib ) X? ( x11-libs/libICE x11-libs/libSM x11-libs/libX11 x11-libs/libXext x11-libs/libXfixes x11-libs/libXinerama x11-libs/libXrandr x11-libs/libxcb x11-misc/xbitmaps gconf? ( >=gnome-base/gconf-2.26.2 ) gsettings? ( >=dev-libs/glib-2.28.6 ) gif? ( media-libs/giflib:0= ) jpeg? ( virtual/jpeg:0= ) png? ( >=media-libs/libpng-1.4:0= ) svg? ( >=gnome-base/librsvg-2.0 ) tiff? ( media-libs/tiff:0 ) xpm? ( x11-libs/libXpm ) imagemagick? ( >=media-gfx/imagemagick-6.6.2:0= =x11-libs/cairo-1.12.18 ) m17n-lib? ( >=dev-libs/libotf-0.9.4 >=dev-libs/m17n-lib-1.5.1 ) ) gtk? ( gtk2? ( x11-libs/gtk+:2 ) !gtk2? ( x11-libs/gtk+:3 xwidgets? ( net-libs/webkit-gtk:4= x11-libs/libXcomposite ) ) ) !gtk? ( motif? ( >=x11-libs/motif-2.3:0 x11-libs/libXpm x11-libs/libXmu x11-libs/libXt ) !motif? ( Xaw3d? ( x11-libs/libXaw3d x11-libs/libXmu x11-libs/libXt ) !Xaw3d? ( athena? ( x11-libs/libXaw x11-libs/libXmu x11-libs/libXt ) ) ) ) ) +RDEPEND=sys-libs/ncurses:0= >=app-eselect/eselect-emacs-1.16 >=app-emacs/emacs-common-gentoo-1.5[games?,X?] acl? ( virtual/acl ) alsa? ( media-libs/alsa-lib ) dbus? ( sys-apps/dbus ) games? ( acct-group/gamestat ) gpm? ( sys-libs/gpm ) !inotify? ( gfile? ( >=dev-libs/glib-2.28.6 ) ) kerberos? ( virtual/krb5 ) lcms? ( media-libs/lcms:2 ) libxml2? ( >=dev-libs/libxml2-2.2.0 ) mailutils? ( net-mail/mailutils[clients] ) !mailutils? ( net-libs/liblockfile ) selinux? ( sys-libs/libselinux ) ssl? ( net-libs/gnutls:0= ) systemd? ( sys-apps/systemd ) zlib? ( sys-libs/zlib ) X? ( x11-libs/libICE x11-libs/libSM x11-libs/libX11 x11-libs/libXext x11-libs/libXfixes x11-libs/libXinerama x11-libs/libXrandr x11-libs/libxcb x11-misc/xbitmaps gconf? ( >=gnome-base/gconf-2.26.2 ) gsettings? ( >=dev-libs/glib-2.28.6 ) gif? ( media-libs/giflib:0= ) jpeg? ( virtual/jpeg:0= ) png? ( >=media-libs/libpng-1.4:0= ) svg? ( >=gnome-base/librsvg-2.0 ) tiff? ( media-libs/tiff:0 ) xpm? ( x11-libs/libXpm ) imagemagick? ( >=media-gfx/imagemagick-6.6.2:0= =x11-libs/cairo-1.12.18 ) m17n-lib? ( >=dev-libs/libotf-0.9.4 >=dev-libs/m17n-lib-1.5.1 ) ) gtk? ( gtk2? ( x11-libs/gtk+:2 ) !gtk2? ( x11-libs/gtk+:3 xwidgets? ( net-libs/webkit-gtk:4= x11-libs/libXcomposite ) ) ) !gtk? ( motif? ( >=x11-libs/motif-2.3:0 x11-libs/libXpm x11-libs/libXmu x11-libs/libXt ) !motif? ( Xaw3d? ( x11-libs/libXaw3d x11-libs/libXmu x11-libs/libXt ) !Xaw3d? ( athena? ( x11-libs/libXaw x11-libs/libXmu x11-libs/libXt ) ) ) ) ) REQUIRED_USE=?? ( aqua X ) SLOT=26 SRC_URI=https://dev.gentoo.org/~ulm/distfiles/emacs-26.2.90.tar.xz mirror://gnu-alpha/emacs/pretest/emacs-26.2.90.tar.xz _eclasses_=autotools 1bf086cdd7356f5c9a4acd9727bd2065 elisp-common 23f47b2e1de7abf387105eddd1318738 eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic 7ba73aee7fe4462b3a745e3645ab92ca libtool f143db5a74ccd9ca28c1234deffede96 multilib 1d91b03d42ab6308b5f4f6b598ed110e readme.gentoo-r1 22ae82e140bdd95d17a34fd5fd733190 toolchain-funcs 8c7f9d80beedd16f2e5a7f612c609529 -_md5_=8a884bfbec4f6ce873f2bb4f4f5e4ffa +_md5_=cc090b8e60483cc5fcb632f0853c6832 diff --git a/metadata/md5-cache/app-editors/emacs-vcs-26.2.9999 b/metadata/md5-cache/app-editors/emacs-vcs-26.2.9999 index e3fbe0efefdb..672b741c7d04 100644 --- a/metadata/md5-cache/app-editors/emacs-vcs-26.2.9999 +++ b/metadata/md5-cache/app-editors/emacs-vcs-26.2.9999 @@ -1,13 +1,13 @@ BDEPEND=virtual/pkgconfig gzip-el? ( app-arch/gzip ) sys-apps/texinfo >=app-portage/elt-patches-20170815 !=sys-devel/automake-1.16.1:1.16 >=sys-devel/automake-1.15.1:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 >=dev-vcs/git-1.8.2.1[curl] DEFINED_PHASES=compile configure install postinst postrm preinst prepare unpack -DEPEND=sys-libs/ncurses:0= >=app-eselect/eselect-emacs-1.16 >=app-emacs/emacs-common-gentoo-1.5[games?,X?] acl? ( virtual/acl ) alsa? ( media-libs/alsa-lib ) dbus? ( sys-apps/dbus ) gpm? ( sys-libs/gpm ) !inotify? ( gfile? ( >=dev-libs/glib-2.28.6 ) ) kerberos? ( virtual/krb5 ) lcms? ( media-libs/lcms:2 ) libxml2? ( >=dev-libs/libxml2-2.2.0 ) mailutils? ( net-mail/mailutils[clients] ) !mailutils? ( net-libs/liblockfile ) selinux? ( sys-libs/libselinux ) ssl? ( net-libs/gnutls:0= ) systemd? ( sys-apps/systemd ) zlib? ( sys-libs/zlib ) X? ( x11-libs/libICE x11-libs/libSM x11-libs/libX11 x11-libs/libXext x11-libs/libXfixes x11-libs/libXinerama x11-libs/libXrandr x11-libs/libxcb x11-misc/xbitmaps gconf? ( >=gnome-base/gconf-2.26.2 ) gsettings? ( >=dev-libs/glib-2.28.6 ) gif? ( media-libs/giflib:0= ) jpeg? ( virtual/jpeg:0= ) png? ( >=media-libs/libpng-1.4:0= ) svg? ( >=gnome-base/librsvg-2.0 ) tiff? ( media-libs/tiff:0 ) xpm? ( x11-libs/libXpm ) imagemagick? ( >=media-gfx/imagemagick-6.6.2:0= =x11-libs/cairo-1.12.18 ) m17n-lib? ( >=dev-libs/libotf-0.9.4 >=dev-libs/m17n-lib-1.5.1 ) ) gtk? ( gtk2? ( x11-libs/gtk+:2 ) !gtk2? ( x11-libs/gtk+:3 xwidgets? ( net-libs/webkit-gtk:4= x11-libs/libXcomposite ) ) ) !gtk? ( motif? ( >=x11-libs/motif-2.3:0 x11-libs/libXpm x11-libs/libXmu x11-libs/libXt ) !motif? ( Xaw3d? ( x11-libs/libXaw3d x11-libs/libXmu x11-libs/libXt ) !Xaw3d? ( athena? ( x11-libs/libXaw x11-libs/libXmu x11-libs/libXt ) ) ) ) ) X? ( x11-base/xorg-proto ) +DEPEND=sys-libs/ncurses:0= >=app-eselect/eselect-emacs-1.16 >=app-emacs/emacs-common-gentoo-1.5[games?,X?] acl? ( virtual/acl ) alsa? ( media-libs/alsa-lib ) dbus? ( sys-apps/dbus ) games? ( acct-group/gamestat ) gpm? ( sys-libs/gpm ) !inotify? ( gfile? ( >=dev-libs/glib-2.28.6 ) ) kerberos? ( virtual/krb5 ) lcms? ( media-libs/lcms:2 ) libxml2? ( >=dev-libs/libxml2-2.2.0 ) mailutils? ( net-mail/mailutils[clients] ) !mailutils? ( net-libs/liblockfile ) selinux? ( sys-libs/libselinux ) ssl? ( net-libs/gnutls:0= ) systemd? ( sys-apps/systemd ) zlib? ( sys-libs/zlib ) X? ( x11-libs/libICE x11-libs/libSM x11-libs/libX11 x11-libs/libXext x11-libs/libXfixes x11-libs/libXinerama x11-libs/libXrandr x11-libs/libxcb x11-misc/xbitmaps gconf? ( >=gnome-base/gconf-2.26.2 ) gsettings? ( >=dev-libs/glib-2.28.6 ) gif? ( media-libs/giflib:0= ) jpeg? ( virtual/jpeg:0= ) png? ( >=media-libs/libpng-1.4:0= ) svg? ( >=gnome-base/librsvg-2.0 ) tiff? ( media-libs/tiff:0 ) xpm? ( x11-libs/libXpm ) imagemagick? ( >=media-gfx/imagemagick-6.6.2:0= =x11-libs/cairo-1.12.18 ) m17n-lib? ( >=dev-libs/libotf-0.9.4 >=dev-libs/m17n-lib-1.5.1 ) ) gtk? ( gtk2? ( x11-libs/gtk+:2 ) !gtk2? ( x11-libs/gtk+:3 xwidgets? ( net-libs/webkit-gtk:4= x11-libs/libXcomposite ) ) ) !gtk? ( motif? ( >=x11-libs/motif-2.3:0 x11-libs/libXpm x11-libs/libXmu x11-libs/libXt ) !motif? ( Xaw3d? ( x11-libs/libXaw3d x11-libs/libXmu x11-libs/libXt ) !Xaw3d? ( athena? ( x11-libs/libXaw x11-libs/libXmu x11-libs/libXt ) ) ) ) ) X? ( x11-base/xorg-proto ) DESCRIPTION=The extensible, customizable, self-documenting real-time display editor EAPI=7 HOMEPAGE=https://www.gnu.org/software/emacs/ IUSE=acl alsa aqua athena cairo dbus dynamic-loading games gconf gfile gif gpm gsettings gtk gtk2 gzip-el imagemagick +inotify jpeg kerberos lcms libxml2 livecd m17n-lib mailutils motif png selinux sound source ssl svg systemd +threads tiff toolkit-scroll-bars wide-int X Xaw3d xft +xpm xwidgets zlib LICENSE=GPL-3+ FDL-1.3+ BSD HPND MIT W3C unicode PSF-2 -RDEPEND=sys-libs/ncurses:0= >=app-eselect/eselect-emacs-1.16 >=app-emacs/emacs-common-gentoo-1.5[games?,X?] acl? ( virtual/acl ) alsa? ( media-libs/alsa-lib ) dbus? ( sys-apps/dbus ) gpm? ( sys-libs/gpm ) !inotify? ( gfile? ( >=dev-libs/glib-2.28.6 ) ) kerberos? ( virtual/krb5 ) lcms? ( media-libs/lcms:2 ) libxml2? ( >=dev-libs/libxml2-2.2.0 ) mailutils? ( net-mail/mailutils[clients] ) !mailutils? ( net-libs/liblockfile ) selinux? ( sys-libs/libselinux ) ssl? ( net-libs/gnutls:0= ) systemd? ( sys-apps/systemd ) zlib? ( sys-libs/zlib ) X? ( x11-libs/libICE x11-libs/libSM x11-libs/libX11 x11-libs/libXext x11-libs/libXfixes x11-libs/libXinerama x11-libs/libXrandr x11-libs/libxcb x11-misc/xbitmaps gconf? ( >=gnome-base/gconf-2.26.2 ) gsettings? ( >=dev-libs/glib-2.28.6 ) gif? ( media-libs/giflib:0= ) jpeg? ( virtual/jpeg:0= ) png? ( >=media-libs/libpng-1.4:0= ) svg? ( >=gnome-base/librsvg-2.0 ) tiff? ( media-libs/tiff:0 ) xpm? ( x11-libs/libXpm ) imagemagick? ( >=media-gfx/imagemagick-6.6.2:0= =x11-libs/cairo-1.12.18 ) m17n-lib? ( >=dev-libs/libotf-0.9.4 >=dev-libs/m17n-lib-1.5.1 ) ) gtk? ( gtk2? ( x11-libs/gtk+:2 ) !gtk2? ( x11-libs/gtk+:3 xwidgets? ( net-libs/webkit-gtk:4= x11-libs/libXcomposite ) ) ) !gtk? ( motif? ( >=x11-libs/motif-2.3:0 x11-libs/libXpm x11-libs/libXmu x11-libs/libXt ) !motif? ( Xaw3d? ( x11-libs/libXaw3d x11-libs/libXmu x11-libs/libXt ) !Xaw3d? ( athena? ( x11-libs/libXaw x11-libs/libXmu x11-libs/libXt ) ) ) ) ) +RDEPEND=sys-libs/ncurses:0= >=app-eselect/eselect-emacs-1.16 >=app-emacs/emacs-common-gentoo-1.5[games?,X?] acl? ( virtual/acl ) alsa? ( media-libs/alsa-lib ) dbus? ( sys-apps/dbus ) games? ( acct-group/gamestat ) gpm? ( sys-libs/gpm ) !inotify? ( gfile? ( >=dev-libs/glib-2.28.6 ) ) kerberos? ( virtual/krb5 ) lcms? ( media-libs/lcms:2 ) libxml2? ( >=dev-libs/libxml2-2.2.0 ) mailutils? ( net-mail/mailutils[clients] ) !mailutils? ( net-libs/liblockfile ) selinux? ( sys-libs/libselinux ) ssl? ( net-libs/gnutls:0= ) systemd? ( sys-apps/systemd ) zlib? ( sys-libs/zlib ) X? ( x11-libs/libICE x11-libs/libSM x11-libs/libX11 x11-libs/libXext x11-libs/libXfixes x11-libs/libXinerama x11-libs/libXrandr x11-libs/libxcb x11-misc/xbitmaps gconf? ( >=gnome-base/gconf-2.26.2 ) gsettings? ( >=dev-libs/glib-2.28.6 ) gif? ( media-libs/giflib:0= ) jpeg? ( virtual/jpeg:0= ) png? ( >=media-libs/libpng-1.4:0= ) svg? ( >=gnome-base/librsvg-2.0 ) tiff? ( media-libs/tiff:0 ) xpm? ( x11-libs/libXpm ) imagemagick? ( >=media-gfx/imagemagick-6.6.2:0= =x11-libs/cairo-1.12.18 ) m17n-lib? ( >=dev-libs/libotf-0.9.4 >=dev-libs/m17n-lib-1.5.1 ) ) gtk? ( gtk2? ( x11-libs/gtk+:2 ) !gtk2? ( x11-libs/gtk+:3 xwidgets? ( net-libs/webkit-gtk:4= x11-libs/libXcomposite ) ) ) !gtk? ( motif? ( >=x11-libs/motif-2.3:0 x11-libs/libXpm x11-libs/libXmu x11-libs/libXt ) !motif? ( Xaw3d? ( x11-libs/libXaw3d x11-libs/libXmu x11-libs/libXt ) !Xaw3d? ( athena? ( x11-libs/libXaw x11-libs/libXmu x11-libs/libXt ) ) ) ) ) REQUIRED_USE=?? ( aqua X ) SLOT=26 _eclasses_=autotools 1bf086cdd7356f5c9a4acd9727bd2065 elisp-common 23f47b2e1de7abf387105eddd1318738 eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic 7ba73aee7fe4462b3a745e3645ab92ca git-r3 0d4635eeb5a96cd5315597a47eba25c9 libtool f143db5a74ccd9ca28c1234deffede96 multilib 1d91b03d42ab6308b5f4f6b598ed110e readme.gentoo-r1 22ae82e140bdd95d17a34fd5fd733190 toolchain-funcs 8c7f9d80beedd16f2e5a7f612c609529 -_md5_=8a884bfbec4f6ce873f2bb4f4f5e4ffa +_md5_=cc090b8e60483cc5fcb632f0853c6832 diff --git a/metadata/md5-cache/app-editors/emacs-vcs-27.0.50_pre20180831 b/metadata/md5-cache/app-editors/emacs-vcs-27.0.50_pre20180831 index 6148bb249983..3e1c341e0f26 100644 --- a/metadata/md5-cache/app-editors/emacs-vcs-27.0.50_pre20180831 +++ b/metadata/md5-cache/app-editors/emacs-vcs-27.0.50_pre20180831 @@ -1,16 +1,16 @@ BDEPEND=virtual/pkgconfig gzip-el? ( app-arch/gzip ) >=app-portage/elt-patches-20170815 !=sys-devel/automake-1.16.1:1.16 >=sys-devel/automake-1.15.1:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 DEFINED_PHASES=compile configure install postinst postrm preinst prepare -DEPEND=sys-libs/ncurses:0= >=app-eselect/eselect-emacs-1.16 >=app-emacs/emacs-common-gentoo-1.5[games?,X?] acl? ( virtual/acl ) alsa? ( media-libs/alsa-lib ) dbus? ( sys-apps/dbus ) gmp? ( dev-libs/gmp:0= ) gpm? ( sys-libs/gpm ) !inotify? ( gfile? ( >=dev-libs/glib-2.28.6 ) ) json? ( dev-libs/jansson ) kerberos? ( virtual/krb5 ) lcms? ( media-libs/lcms:2 ) libxml2? ( >=dev-libs/libxml2-2.2.0 ) mailutils? ( net-mail/mailutils[clients] ) !mailutils? ( net-libs/liblockfile ) selinux? ( sys-libs/libselinux ) ssl? ( net-libs/gnutls:0= ) systemd? ( sys-apps/systemd ) zlib? ( sys-libs/zlib ) X? ( x11-libs/libICE x11-libs/libSM x11-libs/libX11 x11-libs/libXext x11-libs/libXfixes x11-libs/libXinerama x11-libs/libXrandr x11-libs/libxcb x11-misc/xbitmaps gconf? ( >=gnome-base/gconf-2.26.2 ) gsettings? ( >=dev-libs/glib-2.28.6 ) gif? ( media-libs/giflib:0= ) jpeg? ( virtual/jpeg:0= ) png? ( >=media-libs/libpng-1.4:0= ) svg? ( >=gnome-base/librsvg-2.0 ) tiff? ( media-libs/tiff:0 ) xpm? ( x11-libs/libXpm ) imagemagick? ( >=media-gfx/imagemagick-6.6.2:0= ) xft? ( media-libs/fontconfig media-libs/freetype x11-libs/libXft x11-libs/libXrender cairo? ( >=x11-libs/cairo-1.12.18 ) m17n-lib? ( >=dev-libs/libotf-0.9.4 >=dev-libs/m17n-lib-1.5.1 ) ) gtk? ( gtk2? ( x11-libs/gtk+:2 ) !gtk2? ( x11-libs/gtk+:3 xwidgets? ( net-libs/webkit-gtk:4= x11-libs/libXcomposite ) ) ) !gtk? ( motif? ( >=x11-libs/motif-2.3:0 x11-libs/libXpm x11-libs/libXmu x11-libs/libXt ) !motif? ( Xaw3d? ( x11-libs/libXaw3d x11-libs/libXmu x11-libs/libXt ) !Xaw3d? ( athena? ( x11-libs/libXaw x11-libs/libXmu x11-libs/libXt ) ) ) ) ) X? ( x11-base/xorg-proto ) +DEPEND=sys-libs/ncurses:0= >=app-eselect/eselect-emacs-1.16 >=app-emacs/emacs-common-gentoo-1.5[games?,X?] acl? ( virtual/acl ) alsa? ( media-libs/alsa-lib ) dbus? ( sys-apps/dbus ) games? ( acct-group/gamestat ) gmp? ( dev-libs/gmp:0= ) gpm? ( sys-libs/gpm ) !inotify? ( gfile? ( >=dev-libs/glib-2.28.6 ) ) json? ( dev-libs/jansson ) kerberos? ( virtual/krb5 ) lcms? ( media-libs/lcms:2 ) libxml2? ( >=dev-libs/libxml2-2.2.0 ) mailutils? ( net-mail/mailutils[clients] ) !mailutils? ( net-libs/liblockfile ) selinux? ( sys-libs/libselinux ) ssl? ( net-libs/gnutls:0= ) systemd? ( sys-apps/systemd ) zlib? ( sys-libs/zlib ) X? ( x11-libs/libICE x11-libs/libSM x11-libs/libX11 x11-libs/libXext x11-libs/libXfixes x11-libs/libXinerama x11-libs/libXrandr x11-libs/libxcb x11-misc/xbitmaps gconf? ( >=gnome-base/gconf-2.26.2 ) gsettings? ( >=dev-libs/glib-2.28.6 ) gif? ( media-libs/giflib:0= ) jpeg? ( virtual/jpeg:0= ) png? ( >=media-libs/libpng-1.4:0= ) svg? ( >=gnome-base/librsvg-2.0 ) tiff? ( media-libs/tiff:0 ) xpm? ( x11-libs/libXpm ) imagemagick? ( >=media-gfx/imagemagick-6.6.2:0= ) xft? ( media-libs/fontconfig media-libs/freetype x11-libs/libXft x11-libs/libXrender cairo? ( >=x11-libs/cairo-1.12.18 ) m17n-lib? ( >=dev-libs/libotf-0.9.4 >=dev-libs/m17n-lib-1.5.1 ) ) gtk? ( gtk2? ( x11-libs/gtk+:2 ) !gtk2? ( x11-libs/gtk+:3 xwidgets? ( net-libs/webkit-gtk:4= x11-libs/libXcomposite ) ) ) !gtk? ( motif? ( >=x11-libs/motif-2.3:0 x11-libs/libXpm x11-libs/libXmu x11-libs/libXt ) !motif? ( Xaw3d? ( x11-libs/libXaw3d x11-libs/libXmu x11-libs/libXt ) !Xaw3d? ( athena? ( x11-libs/libXaw x11-libs/libXmu x11-libs/libXt ) ) ) ) ) X? ( x11-base/xorg-proto ) DESCRIPTION=The extensible, customizable, self-documenting real-time display editor EAPI=7 HOMEPAGE=https://www.gnu.org/software/emacs/ IUSE=acl alsa aqua athena cairo dbus dynamic-loading games gconf gfile gif +gmp gpm gsettings gtk gtk2 gzip-el imagemagick +inotify jpeg json kerberos lcms libxml2 livecd m17n-lib mailutils motif png selinux sound source ssl svg systemd +threads tiff toolkit-scroll-bars wide-int X Xaw3d xft +xpm xwidgets zlib KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos LICENSE=GPL-3+ FDL-1.3+ BSD HPND MIT W3C unicode PSF-2 -RDEPEND=sys-libs/ncurses:0= >=app-eselect/eselect-emacs-1.16 >=app-emacs/emacs-common-gentoo-1.5[games?,X?] acl? ( virtual/acl ) alsa? ( media-libs/alsa-lib ) dbus? ( sys-apps/dbus ) gmp? ( dev-libs/gmp:0= ) gpm? ( sys-libs/gpm ) !inotify? ( gfile? ( >=dev-libs/glib-2.28.6 ) ) json? ( dev-libs/jansson ) kerberos? ( virtual/krb5 ) lcms? ( media-libs/lcms:2 ) libxml2? ( >=dev-libs/libxml2-2.2.0 ) mailutils? ( net-mail/mailutils[clients] ) !mailutils? ( net-libs/liblockfile ) selinux? ( sys-libs/libselinux ) ssl? ( net-libs/gnutls:0= ) systemd? ( sys-apps/systemd ) zlib? ( sys-libs/zlib ) X? ( x11-libs/libICE x11-libs/libSM x11-libs/libX11 x11-libs/libXext x11-libs/libXfixes x11-libs/libXinerama x11-libs/libXrandr x11-libs/libxcb x11-misc/xbitmaps gconf? ( >=gnome-base/gconf-2.26.2 ) gsettings? ( >=dev-libs/glib-2.28.6 ) gif? ( media-libs/giflib:0= ) jpeg? ( virtual/jpeg:0= ) png? ( >=media-libs/libpng-1.4:0= ) svg? ( >=gnome-base/librsvg-2.0 ) tiff? ( media-libs/tiff:0 ) xpm? ( x11-libs/libXpm ) imagemagick? ( >=media-gfx/imagemagick-6.6.2:0= ) xft? ( media-libs/fontconfig media-libs/freetype x11-libs/libXft x11-libs/libXrender cairo? ( >=x11-libs/cairo-1.12.18 ) m17n-lib? ( >=dev-libs/libotf-0.9.4 >=dev-libs/m17n-lib-1.5.1 ) ) gtk? ( gtk2? ( x11-libs/gtk+:2 ) !gtk2? ( x11-libs/gtk+:3 xwidgets? ( net-libs/webkit-gtk:4= x11-libs/libXcomposite ) ) ) !gtk? ( motif? ( >=x11-libs/motif-2.3:0 x11-libs/libXpm x11-libs/libXmu x11-libs/libXt ) !motif? ( Xaw3d? ( x11-libs/libXaw3d x11-libs/libXmu x11-libs/libXt ) !Xaw3d? ( athena? ( x11-libs/libXaw x11-libs/libXmu x11-libs/libXt ) ) ) ) ) +RDEPEND=sys-libs/ncurses:0= >=app-eselect/eselect-emacs-1.16 >=app-emacs/emacs-common-gentoo-1.5[games?,X?] acl? ( virtual/acl ) alsa? ( media-libs/alsa-lib ) dbus? ( sys-apps/dbus ) games? ( acct-group/gamestat ) gmp? ( dev-libs/gmp:0= ) gpm? ( sys-libs/gpm ) !inotify? ( gfile? ( >=dev-libs/glib-2.28.6 ) ) json? ( dev-libs/jansson ) kerberos? ( virtual/krb5 ) lcms? ( media-libs/lcms:2 ) libxml2? ( >=dev-libs/libxml2-2.2.0 ) mailutils? ( net-mail/mailutils[clients] ) !mailutils? ( net-libs/liblockfile ) selinux? ( sys-libs/libselinux ) ssl? ( net-libs/gnutls:0= ) systemd? ( sys-apps/systemd ) zlib? ( sys-libs/zlib ) X? ( x11-libs/libICE x11-libs/libSM x11-libs/libX11 x11-libs/libXext x11-libs/libXfixes x11-libs/libXinerama x11-libs/libXrandr x11-libs/libxcb x11-misc/xbitmaps gconf? ( >=gnome-base/gconf-2.26.2 ) gsettings? ( >=dev-libs/glib-2.28.6 ) gif? ( media-libs/giflib:0= ) jpeg? ( virtual/jpeg:0= ) png? ( >=media-libs/libpng-1.4:0= ) svg? ( >=gnome-base/librsvg-2.0 ) tiff? ( media-libs/tiff:0 ) xpm? ( x11-libs/libXpm ) imagemagick? ( >=media-gfx/imagemagick-6.6.2:0= ) xft? ( media-libs/fontconfig media-libs/freetype x11-libs/libXft x11-libs/libXrender cairo? ( >=x11-libs/cairo-1.12.18 ) m17n-lib? ( >=dev-libs/libotf-0.9.4 >=dev-libs/m17n-lib-1.5.1 ) ) gtk? ( gtk2? ( x11-libs/gtk+:2 ) !gtk2? ( x11-libs/gtk+:3 xwidgets? ( net-libs/webkit-gtk:4= x11-libs/libXcomposite ) ) ) !gtk? ( motif? ( >=x11-libs/motif-2.3:0 x11-libs/libXpm x11-libs/libXmu x11-libs/libXt ) !motif? ( Xaw3d? ( x11-libs/libXaw3d x11-libs/libXmu x11-libs/libXt ) !Xaw3d? ( athena? ( x11-libs/libXaw x11-libs/libXmu x11-libs/libXt ) ) ) ) ) REQUIRED_USE=?? ( aqua X ) RESTRICT=test SLOT=27 SRC_URI=https://dev.gentoo.org/~ulm/distfiles/emacs-27.0.50_pre20180831.tar.xz mirror://gnu-alpha/emacs/pretest/emacs-27.0.50_pre20180831.tar.xz _eclasses_=autotools 1bf086cdd7356f5c9a4acd9727bd2065 elisp-common 23f47b2e1de7abf387105eddd1318738 eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic 7ba73aee7fe4462b3a745e3645ab92ca libtool f143db5a74ccd9ca28c1234deffede96 multilib 1d91b03d42ab6308b5f4f6b598ed110e readme.gentoo-r1 22ae82e140bdd95d17a34fd5fd733190 toolchain-funcs 8c7f9d80beedd16f2e5a7f612c609529 -_md5_=444420f8b864ab883f8ac735ac6ea429 +_md5_=a7a61404bad0a95ab3099b13d843f505 diff --git a/metadata/md5-cache/app-editors/emacs-vcs-27.0.9999 b/metadata/md5-cache/app-editors/emacs-vcs-27.0.9999 index 138eec236a4f..e9301534e4d1 100644 --- a/metadata/md5-cache/app-editors/emacs-vcs-27.0.9999 +++ b/metadata/md5-cache/app-editors/emacs-vcs-27.0.9999 @@ -1,14 +1,14 @@ BDEPEND=virtual/pkgconfig gzip-el? ( app-arch/gzip ) sys-apps/texinfo >=app-portage/elt-patches-20170815 !=sys-devel/automake-1.16.1:1.16 >=sys-devel/automake-1.15.1:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 >=dev-vcs/git-1.8.2.1[curl] DEFINED_PHASES=compile configure install postinst postrm preinst prepare unpack -DEPEND=sys-libs/ncurses:0= >=app-eselect/eselect-emacs-1.16 >=app-emacs/emacs-common-gentoo-1.5[games?,X?] acl? ( virtual/acl ) alsa? ( media-libs/alsa-lib ) dbus? ( sys-apps/dbus ) gmp? ( dev-libs/gmp:0= ) gpm? ( sys-libs/gpm ) !inotify? ( gfile? ( >=dev-libs/glib-2.28.6 ) ) json? ( dev-libs/jansson ) kerberos? ( virtual/krb5 ) lcms? ( media-libs/lcms:2 ) libxml2? ( >=dev-libs/libxml2-2.2.0 ) mailutils? ( net-mail/mailutils[clients] ) !mailutils? ( net-libs/liblockfile ) selinux? ( sys-libs/libselinux ) ssl? ( net-libs/gnutls:0= ) systemd? ( sys-apps/systemd ) zlib? ( sys-libs/zlib ) X? ( x11-libs/libICE x11-libs/libSM x11-libs/libX11 x11-libs/libXext x11-libs/libXfixes x11-libs/libXinerama x11-libs/libXrandr x11-libs/libxcb x11-misc/xbitmaps gconf? ( >=gnome-base/gconf-2.26.2 ) gsettings? ( >=dev-libs/glib-2.28.6 ) gif? ( media-libs/giflib:0= ) jpeg? ( virtual/jpeg:0= ) png? ( >=media-libs/libpng-1.4:0= ) svg? ( >=gnome-base/librsvg-2.0 ) tiff? ( media-libs/tiff:0 ) xpm? ( x11-libs/libXpm ) imagemagick? ( >=media-gfx/imagemagick-6.6.2:0= ) xft? ( media-libs/fontconfig media-libs/freetype x11-libs/libXft x11-libs/libXrender cairo? ( >=x11-libs/cairo-1.12.18 ) m17n-lib? ( >=dev-libs/libotf-0.9.4 >=dev-libs/m17n-lib-1.5.1 ) ) gtk? ( gtk2? ( x11-libs/gtk+:2 ) !gtk2? ( x11-libs/gtk+:3 xwidgets? ( net-libs/webkit-gtk:4= x11-libs/libXcomposite ) ) ) !gtk? ( motif? ( >=x11-libs/motif-2.3:0 x11-libs/libXpm x11-libs/libXmu x11-libs/libXt ) !motif? ( Xaw3d? ( x11-libs/libXaw3d x11-libs/libXmu x11-libs/libXt ) !Xaw3d? ( athena? ( x11-libs/libXaw x11-libs/libXmu x11-libs/libXt ) ) ) ) ) X? ( x11-base/xorg-proto ) +DEPEND=sys-libs/ncurses:0= >=app-eselect/eselect-emacs-1.16 >=app-emacs/emacs-common-gentoo-1.5[games?,X?] acl? ( virtual/acl ) alsa? ( media-libs/alsa-lib ) dbus? ( sys-apps/dbus ) games? ( acct-group/gamestat ) gmp? ( dev-libs/gmp:0= ) gpm? ( sys-libs/gpm ) !inotify? ( gfile? ( >=dev-libs/glib-2.28.6 ) ) json? ( dev-libs/jansson ) kerberos? ( virtual/krb5 ) lcms? ( media-libs/lcms:2 ) libxml2? ( >=dev-libs/libxml2-2.2.0 ) mailutils? ( net-mail/mailutils[clients] ) !mailutils? ( net-libs/liblockfile ) selinux? ( sys-libs/libselinux ) ssl? ( net-libs/gnutls:0= ) systemd? ( sys-apps/systemd ) zlib? ( sys-libs/zlib ) X? ( x11-libs/libICE x11-libs/libSM x11-libs/libX11 x11-libs/libXext x11-libs/libXfixes x11-libs/libXinerama x11-libs/libXrandr x11-libs/libxcb x11-misc/xbitmaps gconf? ( >=gnome-base/gconf-2.26.2 ) gsettings? ( >=dev-libs/glib-2.28.6 ) gif? ( media-libs/giflib:0= ) jpeg? ( virtual/jpeg:0= ) png? ( >=media-libs/libpng-1.4:0= ) svg? ( >=gnome-base/librsvg-2.0 ) tiff? ( media-libs/tiff:0 ) xpm? ( x11-libs/libXpm ) imagemagick? ( >=media-gfx/imagemagick-6.6.2:0= ) xft? ( media-libs/fontconfig media-libs/freetype x11-libs/libXft x11-libs/libXrender cairo? ( >=x11-libs/cairo-1.12.18 ) m17n-lib? ( >=dev-libs/libotf-0.9.4 >=dev-libs/m17n-lib-1.5.1 ) ) gtk? ( gtk2? ( x11-libs/gtk+:2 ) !gtk2? ( x11-libs/gtk+:3 xwidgets? ( net-libs/webkit-gtk:4= x11-libs/libXcomposite ) ) ) !gtk? ( motif? ( >=x11-libs/motif-2.3:0 x11-libs/libXpm x11-libs/libXmu x11-libs/libXt ) !motif? ( Xaw3d? ( x11-libs/libXaw3d x11-libs/libXmu x11-libs/libXt ) !Xaw3d? ( athena? ( x11-libs/libXaw x11-libs/libXmu x11-libs/libXt ) ) ) ) ) X? ( x11-base/xorg-proto ) DESCRIPTION=The extensible, customizable, self-documenting real-time display editor EAPI=7 HOMEPAGE=https://www.gnu.org/software/emacs/ IUSE=acl alsa aqua athena cairo dbus dynamic-loading games gconf gfile gif +gmp gpm gsettings gtk gtk2 gzip-el imagemagick +inotify jpeg json kerberos lcms libxml2 livecd m17n-lib mailutils motif png selinux sound source ssl svg systemd +threads tiff toolkit-scroll-bars wide-int X Xaw3d xft +xpm xwidgets zlib LICENSE=GPL-3+ FDL-1.3+ BSD HPND MIT W3C unicode PSF-2 -RDEPEND=sys-libs/ncurses:0= >=app-eselect/eselect-emacs-1.16 >=app-emacs/emacs-common-gentoo-1.5[games?,X?] acl? ( virtual/acl ) alsa? ( media-libs/alsa-lib ) dbus? ( sys-apps/dbus ) gmp? ( dev-libs/gmp:0= ) gpm? ( sys-libs/gpm ) !inotify? ( gfile? ( >=dev-libs/glib-2.28.6 ) ) json? ( dev-libs/jansson ) kerberos? ( virtual/krb5 ) lcms? ( media-libs/lcms:2 ) libxml2? ( >=dev-libs/libxml2-2.2.0 ) mailutils? ( net-mail/mailutils[clients] ) !mailutils? ( net-libs/liblockfile ) selinux? ( sys-libs/libselinux ) ssl? ( net-libs/gnutls:0= ) systemd? ( sys-apps/systemd ) zlib? ( sys-libs/zlib ) X? ( x11-libs/libICE x11-libs/libSM x11-libs/libX11 x11-libs/libXext x11-libs/libXfixes x11-libs/libXinerama x11-libs/libXrandr x11-libs/libxcb x11-misc/xbitmaps gconf? ( >=gnome-base/gconf-2.26.2 ) gsettings? ( >=dev-libs/glib-2.28.6 ) gif? ( media-libs/giflib:0= ) jpeg? ( virtual/jpeg:0= ) png? ( >=media-libs/libpng-1.4:0= ) svg? ( >=gnome-base/librsvg-2.0 ) tiff? ( media-libs/tiff:0 ) xpm? ( x11-libs/libXpm ) imagemagick? ( >=media-gfx/imagemagick-6.6.2:0= ) xft? ( media-libs/fontconfig media-libs/freetype x11-libs/libXft x11-libs/libXrender cairo? ( >=x11-libs/cairo-1.12.18 ) m17n-lib? ( >=dev-libs/libotf-0.9.4 >=dev-libs/m17n-lib-1.5.1 ) ) gtk? ( gtk2? ( x11-libs/gtk+:2 ) !gtk2? ( x11-libs/gtk+:3 xwidgets? ( net-libs/webkit-gtk:4= x11-libs/libXcomposite ) ) ) !gtk? ( motif? ( >=x11-libs/motif-2.3:0 x11-libs/libXpm x11-libs/libXmu x11-libs/libXt ) !motif? ( Xaw3d? ( x11-libs/libXaw3d x11-libs/libXmu x11-libs/libXt ) !Xaw3d? ( athena? ( x11-libs/libXaw x11-libs/libXmu x11-libs/libXt ) ) ) ) ) +RDEPEND=sys-libs/ncurses:0= >=app-eselect/eselect-emacs-1.16 >=app-emacs/emacs-common-gentoo-1.5[games?,X?] acl? ( virtual/acl ) alsa? ( media-libs/alsa-lib ) dbus? ( sys-apps/dbus ) games? ( acct-group/gamestat ) gmp? ( dev-libs/gmp:0= ) gpm? ( sys-libs/gpm ) !inotify? ( gfile? ( >=dev-libs/glib-2.28.6 ) ) json? ( dev-libs/jansson ) kerberos? ( virtual/krb5 ) lcms? ( media-libs/lcms:2 ) libxml2? ( >=dev-libs/libxml2-2.2.0 ) mailutils? ( net-mail/mailutils[clients] ) !mailutils? ( net-libs/liblockfile ) selinux? ( sys-libs/libselinux ) ssl? ( net-libs/gnutls:0= ) systemd? ( sys-apps/systemd ) zlib? ( sys-libs/zlib ) X? ( x11-libs/libICE x11-libs/libSM x11-libs/libX11 x11-libs/libXext x11-libs/libXfixes x11-libs/libXinerama x11-libs/libXrandr x11-libs/libxcb x11-misc/xbitmaps gconf? ( >=gnome-base/gconf-2.26.2 ) gsettings? ( >=dev-libs/glib-2.28.6 ) gif? ( media-libs/giflib:0= ) jpeg? ( virtual/jpeg:0= ) png? ( >=media-libs/libpng-1.4:0= ) svg? ( >=gnome-base/librsvg-2.0 ) tiff? ( media-libs/tiff:0 ) xpm? ( x11-libs/libXpm ) imagemagick? ( >=media-gfx/imagemagick-6.6.2:0= ) xft? ( media-libs/fontconfig media-libs/freetype x11-libs/libXft x11-libs/libXrender cairo? ( >=x11-libs/cairo-1.12.18 ) m17n-lib? ( >=dev-libs/libotf-0.9.4 >=dev-libs/m17n-lib-1.5.1 ) ) gtk? ( gtk2? ( x11-libs/gtk+:2 ) !gtk2? ( x11-libs/gtk+:3 xwidgets? ( net-libs/webkit-gtk:4= x11-libs/libXcomposite ) ) ) !gtk? ( motif? ( >=x11-libs/motif-2.3:0 x11-libs/libXpm x11-libs/libXmu x11-libs/libXt ) !motif? ( Xaw3d? ( x11-libs/libXaw3d x11-libs/libXmu x11-libs/libXt ) !Xaw3d? ( athena? ( x11-libs/libXaw x11-libs/libXmu x11-libs/libXt ) ) ) ) ) REQUIRED_USE=?? ( aqua X ) RESTRICT=test SLOT=27 _eclasses_=autotools 1bf086cdd7356f5c9a4acd9727bd2065 elisp-common 23f47b2e1de7abf387105eddd1318738 eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic 7ba73aee7fe4462b3a745e3645ab92ca git-r3 0d4635eeb5a96cd5315597a47eba25c9 libtool f143db5a74ccd9ca28c1234deffede96 multilib 1d91b03d42ab6308b5f4f6b598ed110e readme.gentoo-r1 22ae82e140bdd95d17a34fd5fd733190 toolchain-funcs 8c7f9d80beedd16f2e5a7f612c609529 -_md5_=2bc0ccd9e2072248c1d100aed1cc08df +_md5_=633dbe1c5ebbf879f9f2036300806835 diff --git a/metadata/md5-cache/app-emacs/Manifest.gz b/metadata/md5-cache/app-emacs/Manifest.gz index 21be49fef883..40a53e92a696 100644 Binary files a/metadata/md5-cache/app-emacs/Manifest.gz and b/metadata/md5-cache/app-emacs/Manifest.gz differ diff --git a/metadata/md5-cache/app-emacs/apel-10.8_p20190407 b/metadata/md5-cache/app-emacs/apel-10.8_p20190407 new file mode 100644 index 000000000000..ae9de724d514 --- /dev/null +++ b/metadata/md5-cache/app-emacs/apel-10.8_p20190407 @@ -0,0 +1,12 @@ +BDEPEND=>=virtual/emacs-23 +DEFINED_PHASES=compile configure install postinst postrm prepare setup unpack +DESCRIPTION=A Portable Emacs Library is a library for making portable Emacs Lisp programs +EAPI=7 +HOMEPAGE=https://github.com/wanderlust/apel +KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris +LICENSE=GPL-2+ +RDEPEND=>=virtual/emacs-23 +SLOT=0 +SRC_URI=https://github.com/wanderlust/apel/archive/d146ddbf8818e81d3577d5eee7825d377bec0c73.tar.gz -> apel-10.8_p20190407.tar.gz +_eclasses_=elisp efe1c459331d853614b12c63ab169a32 elisp-common 23f47b2e1de7abf387105eddd1318738 +_md5_=2db17b536045e34cae64b94af3829bd6 diff --git a/metadata/md5-cache/app-emacs/ecb-2.50_pre20170728 b/metadata/md5-cache/app-emacs/ecb-2.50_pre20170728 index 02f4cc714737..70f2bbf1e294 100644 --- a/metadata/md5-cache/app-emacs/ecb-2.50_pre20170728 +++ b/metadata/md5-cache/app-emacs/ecb-2.50_pre20170728 @@ -5,10 +5,10 @@ DESCRIPTION=Source code browser for Emacs EAPI=7 HOMEPAGE=http://ecb.sourceforge.net/ IUSE=java -KEYWORDS=~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos +KEYWORDS=amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos LICENSE=GPL-2+ RDEPEND=java? ( app-emacs/jde ) >=virtual/emacs-23 SLOT=0 SRC_URI=https://dev.gentoo.org/~ulm/distfiles/ecb-2.50_pre20170728.tar.xz _eclasses_=elisp efe1c459331d853614b12c63ab169a32 elisp-common 23f47b2e1de7abf387105eddd1318738 readme.gentoo-r1 22ae82e140bdd95d17a34fd5fd733190 -_md5_=04260adf29af0d2919a190e7da4e09b6 +_md5_=10e14a7c057ccc2e44bb337839afc611 diff --git a/metadata/md5-cache/app-emacs/emacs-common-gentoo-1.6-r2 b/metadata/md5-cache/app-emacs/emacs-common-gentoo-1.6-r2 new file mode 100644 index 000000000000..51adfc54d8a7 --- /dev/null +++ b/metadata/md5-cache/app-emacs/emacs-common-gentoo-1.6-r2 @@ -0,0 +1,14 @@ +DEFINED_PHASES=install postinst postrm preinst +DEPEND=games? ( acct-group/gamestat ) +DESCRIPTION=Common files needed by all GNU Emacs versions +EAPI=7 +HOMEPAGE=https://wiki.gentoo.org/wiki/Project:Emacs +IUSE=games X +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris +LICENSE=GPL-3+ +PDEPEND=virtual/emacs +RDEPEND=games? ( acct-group/gamestat ) +SLOT=0 +SRC_URI=https://dev.gentoo.org/~ulm/emacs/emacs-common-gentoo-1.6.tar.xz +_eclasses_=desktop b1d22ac8bdd4679ab79c71aca235009d elisp-common 23f47b2e1de7abf387105eddd1318738 gnome2-utils 532371cfcba45b2ab0d2950547c97d95 readme.gentoo-r1 22ae82e140bdd95d17a34fd5fd733190 xdg-utils 14d00d009167652b1fa363e55effe213 +_md5_=ca00653bff62da40c804c55f79d78778 diff --git a/metadata/md5-cache/app-emacs/ess-18.10.2-r1 b/metadata/md5-cache/app-emacs/ess-18.10.2-r1 index 3f6924e46677..ad4faee4df24 100644 --- a/metadata/md5-cache/app-emacs/ess-18.10.2-r1 +++ b/metadata/md5-cache/app-emacs/ess-18.10.2-r1 @@ -3,11 +3,11 @@ DEFINED_PHASES=compile configure install postinst postrm prepare setup unpack DESCRIPTION=Emacs Speaks Statistics EAPI=7 HOMEPAGE=http://ess.r-project.org/ -KEYWORDS=~amd64 ~arm ~ppc ~x86 ~amd64-linux ~x86-linux ~x86-macos +KEYWORDS=amd64 ~arm ~ppc ~x86 ~amd64-linux ~x86-linux ~x86-macos LICENSE=GPL-2+ GPL-3+ Texinfo-manual RDEPEND=>=virtual/emacs-23 RESTRICT=test SLOT=0 SRC_URI=http://ess.r-project.org/downloads/ess/ess-18.10.2.tgz _eclasses_=elisp efe1c459331d853614b12c63ab169a32 elisp-common 23f47b2e1de7abf387105eddd1318738 readme.gentoo-r1 22ae82e140bdd95d17a34fd5fd733190 -_md5_=28f340b82982ee6c164ad762c4da7136 +_md5_=be841a48c941811f367b21ad221e4791 diff --git a/metadata/md5-cache/app-emacs/flim-1.14.9_p20190526 b/metadata/md5-cache/app-emacs/flim-1.14.9_p20190526 new file mode 100644 index 000000000000..6e7b7fa44648 --- /dev/null +++ b/metadata/md5-cache/app-emacs/flim-1.14.9_p20190526 @@ -0,0 +1,13 @@ +BDEPEND=>=virtual/emacs-23 +DEFINED_PHASES=compile configure install postinst postrm prepare setup unpack +DEPEND=>=app-emacs/apel-10.8 +DESCRIPTION=A library to provide basic features about message representation or encoding +EAPI=7 +HOMEPAGE=https://github.com/wanderlust/flim +KEYWORDS=~alpha ~amd64 ~ppc ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris +LICENSE=GPL-2+ +RDEPEND=>=app-emacs/apel-10.8 !app-emacs/limit >=virtual/emacs-23 +SLOT=0 +SRC_URI=https://github.com/wanderlust/flim/archive/e4bd54fd7d335215b54f7ef27ed974c8cd68d472.tar.gz -> flim-1.14.9_p20190526.tar.gz +_eclasses_=elisp efe1c459331d853614b12c63ab169a32 elisp-common 23f47b2e1de7abf387105eddd1318738 +_md5_=889c1cdc6b8c5b4369e6e2cf393fe713 diff --git a/metadata/md5-cache/app-emacs/mu-cite-8.1_p200709030413 b/metadata/md5-cache/app-emacs/mu-cite-8.1_p200709030413 deleted file mode 100644 index fe6650bcda50..000000000000 --- a/metadata/md5-cache/app-emacs/mu-cite-8.1_p200709030413 +++ /dev/null @@ -1,12 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm prepare setup unpack -DEPEND=>=virtual/emacs-23 -DESCRIPTION=Message citation utilities for emacsen -EAPI=5 -HOMEPAGE=http://www.jpl.org/elips/mu/ -KEYWORDS=~amd64 ~x86 -LICENSE=GPL-2+ -RDEPEND=app-emacs/apel virtual/emacs-flim >=virtual/emacs-23 -SLOT=0 -SRC_URI=http://www.jpl.org/elips/mu/snapshots/mu-cite-200709030413.tar.gz -_eclasses_=elisp efe1c459331d853614b12c63ab169a32 elisp-common 23f47b2e1de7abf387105eddd1318738 epatch a1bf4756dba418a7238f3be0cb010c54 -_md5_=1c9ca4574331eba118c53ba61eb61403 diff --git a/metadata/md5-cache/app-emacs/mu-cite-8.1_p201202272330 b/metadata/md5-cache/app-emacs/mu-cite-8.1_p201202272330 index dc77320be398..88265bbe13ec 100644 --- a/metadata/md5-cache/app-emacs/mu-cite-8.1_p201202272330 +++ b/metadata/md5-cache/app-emacs/mu-cite-8.1_p201202272330 @@ -1,12 +1,12 @@ DEFINED_PHASES=compile configure install postinst postrm prepare setup unpack -DEPEND=>=virtual/emacs-23 +DEPEND=app-emacs/apel app-emacs/flim >=virtual/emacs-23 DESCRIPTION=Message citation utilities for emacsen EAPI=5 HOMEPAGE=http://www.jpl.org/elips/mu/ KEYWORDS=~amd64 ~x86 LICENSE=GPL-2+ -RDEPEND=app-emacs/apel virtual/emacs-flim >=virtual/emacs-23 +RDEPEND=app-emacs/apel app-emacs/flim >=virtual/emacs-23 SLOT=0 SRC_URI=http://www.jpl.org/elips/mu/snapshots/mu-cite-201202272330.tar.gz _eclasses_=elisp efe1c459331d853614b12c63ab169a32 elisp-common 23f47b2e1de7abf387105eddd1318738 epatch a1bf4756dba418a7238f3be0cb010c54 -_md5_=1c9ca4574331eba118c53ba61eb61403 +_md5_=87bf6329e0ad574e5bb7860a6c474e41 diff --git a/metadata/md5-cache/app-emacs/mu-cite-8.1_p201808232348 b/metadata/md5-cache/app-emacs/mu-cite-8.1_p201808232348 new file mode 100644 index 000000000000..ccae8239bec9 --- /dev/null +++ b/metadata/md5-cache/app-emacs/mu-cite-8.1_p201808232348 @@ -0,0 +1,14 @@ +BDEPEND=>=virtual/emacs-23 +DEFINED_PHASES=compile configure install postinst postrm prepare setup unpack +DEPEND=app-emacs/apel app-emacs/flim bbdb? ( app-emacs/bbdb ) +DESCRIPTION=Message citation utilities for emacsen +EAPI=7 +HOMEPAGE=https://www.jpl.org/elips/mu/ +IUSE=bbdb +KEYWORDS=~amd64 ~x86 +LICENSE=GPL-2+ +RDEPEND=app-emacs/apel app-emacs/flim bbdb? ( app-emacs/bbdb ) >=virtual/emacs-23 +SLOT=0 +SRC_URI=https://www.jpl.org/elips/mu/snapshots/mu-cite-201808232348.tar.gz +_eclasses_=elisp efe1c459331d853614b12c63ab169a32 elisp-common 23f47b2e1de7abf387105eddd1318738 +_md5_=50589a3d4fa464af68770f11e71966df diff --git a/metadata/md5-cache/app-emacs/semi-1.14.6-r2 b/metadata/md5-cache/app-emacs/semi-1.14.6-r2 index 3e1054c304a6..26a9f31dc8c9 100644 --- a/metadata/md5-cache/app-emacs/semi-1.14.6-r2 +++ b/metadata/md5-cache/app-emacs/semi-1.14.6-r2 @@ -1,13 +1,13 @@ DEFINED_PHASES=compile configure install postinst postrm prepare setup unpack -DEPEND=>=app-emacs/apel-10.6 virtual/emacs-flim >=virtual/emacs-23 +DEPEND=>=app-emacs/apel-10.6 app-emacs/flim >=virtual/emacs-23 DESCRIPTION=A library to provide MIME feature for GNU Emacs EAPI=5 HOMEPAGE=http://git.chise.org/elisp/semi/ IUSE=l10n_ja KEYWORDS=alpha amd64 ppc sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos LICENSE=GPL-2+ -RDEPEND=>=app-emacs/apel-10.6 virtual/emacs-flim >=virtual/emacs-23 +RDEPEND=>=app-emacs/apel-10.6 app-emacs/flim >=virtual/emacs-23 SLOT=0 SRC_URI=http://git.chise.org/elisp/dist/semi/semi-1.14-for-flim-1.14/semi-1.14.6.tar.gz _eclasses_=desktop b1d22ac8bdd4679ab79c71aca235009d elisp efe1c459331d853614b12c63ab169a32 elisp-common 23f47b2e1de7abf387105eddd1318738 epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 ltprune 2729691420b6deeda2a90b1f1183fb55 multilib 1d91b03d42ab6308b5f4f6b598ed110e preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs 8c7f9d80beedd16f2e5a7f612c609529 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf -_md5_=c313275b501818bebe688ffb0a9e917c +_md5_=7d28ccd67c642bcee2d381672cf60502 diff --git a/metadata/md5-cache/app-emacs/semi-1.14.7_p20190517 b/metadata/md5-cache/app-emacs/semi-1.14.7_p20190517 new file mode 100644 index 000000000000..8872dfca9cbf --- /dev/null +++ b/metadata/md5-cache/app-emacs/semi-1.14.7_p20190517 @@ -0,0 +1,14 @@ +BDEPEND=>=virtual/emacs-23 +DEFINED_PHASES=compile configure install postinst postrm prepare setup unpack +DEPEND=>=app-emacs/apel-10.8 >=app-emacs/flim-1.14.9 +DESCRIPTION=A library to provide MIME feature for GNU Emacs +EAPI=7 +HOMEPAGE=https://github.com/wanderlust/semi +IUSE=l10n_ja +KEYWORDS=~alpha ~amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos +LICENSE=GPL-2+ +RDEPEND=>=app-emacs/apel-10.8 >=app-emacs/flim-1.14.9 >=virtual/emacs-23 +SLOT=0 +SRC_URI=https://github.com/wanderlust/semi/archive/4cf114c95fb49ad75eb6916f678b45b04bad8122.tar.gz -> semi-1.14.7_p20190517.tar.gz +_eclasses_=elisp efe1c459331d853614b12c63ab169a32 elisp-common 23f47b2e1de7abf387105eddd1318738 +_md5_=3a10bb33e9fe11898e9c0388f6215d34 diff --git a/metadata/md5-cache/app-emacs/undo-tree-0.6.6 b/metadata/md5-cache/app-emacs/undo-tree-0.6.6 index 3194fa7349eb..784a8b5c4b9c 100644 --- a/metadata/md5-cache/app-emacs/undo-tree-0.6.6 +++ b/metadata/md5-cache/app-emacs/undo-tree-0.6.6 @@ -3,10 +3,10 @@ DEFINED_PHASES=compile configure install postinst postrm prepare setup unpack DESCRIPTION=Undo trees and visualization EAPI=7 HOMEPAGE=http://www.dr-qubit.org/undo-tree.html -KEYWORDS=~amd64 ~x86 +KEYWORDS=amd64 ~x86 LICENSE=GPL-3+ RDEPEND=>=virtual/emacs-24 SLOT=0 SRC_URI=https://dev.gentoo.org/~ulm/distfiles/undo-tree-0.6.6.el.xz _eclasses_=elisp efe1c459331d853614b12c63ab169a32 elisp-common 23f47b2e1de7abf387105eddd1318738 readme.gentoo-r1 22ae82e140bdd95d17a34fd5fd733190 -_md5_=4b61c61ad480740c5cc07b42cb2cd8e1 +_md5_=e3743d6264e5af53ed21c6378914d9b5 diff --git a/metadata/md5-cache/app-emacs/wanderlust-2.14.0-r6 b/metadata/md5-cache/app-emacs/wanderlust-2.14.0-r6 deleted file mode 100644 index ac550c363baa..000000000000 --- a/metadata/md5-cache/app-emacs/wanderlust-2.14.0-r6 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm prepare setup unpack -DEPEND=>=app-emacs/apel-10.6 virtual/emacs-flim app-emacs/semi bbdb? ( app-emacs/bbdb ) >=virtual/emacs-23 -DESCRIPTION=Yet Another Message Interface on Emacsen -EAPI=5 -HOMEPAGE=http://www.gohome.org/wl/ -IUSE=bbdb ssl l10n_ja -KEYWORDS=amd64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos -LICENSE=GPL-2+ -RDEPEND=>=app-emacs/apel-10.6 virtual/emacs-flim app-emacs/semi bbdb? ( app-emacs/bbdb ) >=virtual/emacs-23 -SLOT=0 -SRC_URI=ftp://ftp.gohome.org/wl/stable/wl-2.14.0.tar.gz ftp://ftp.gohome.org/wl/beta/wl-2.14.0.tar.gz mirror://gentoo/wanderlust-2.14.0-20050405.patch.gz -_eclasses_=elisp efe1c459331d853614b12c63ab169a32 elisp-common 23f47b2e1de7abf387105eddd1318738 epatch a1bf4756dba418a7238f3be0cb010c54 -_md5_=688a39e7023189cc13e8eed0cfa09eab diff --git a/metadata/md5-cache/app-emacs/wanderlust-2.15.9_p20130619 b/metadata/md5-cache/app-emacs/wanderlust-2.15.9_p20130619 index c06d15735a27..0773074f10bc 100644 --- a/metadata/md5-cache/app-emacs/wanderlust-2.15.9_p20130619 +++ b/metadata/md5-cache/app-emacs/wanderlust-2.15.9_p20130619 @@ -1,13 +1,13 @@ DEFINED_PHASES=compile configure install postinst postrm prepare setup unpack -DEPEND=>=app-emacs/apel-10.6 virtual/emacs-flim app-emacs/semi bbdb? ( app-emacs/bbdb ) >=virtual/emacs-23 +DEPEND=>=app-emacs/apel-10.6 app-emacs/flim app-emacs/semi bbdb? ( app-emacs/bbdb ) >=virtual/emacs-23 DESCRIPTION=Yet Another Message Interface on Emacsen EAPI=6 HOMEPAGE=https://github.com/wanderlust/wanderlust https://www.emacswiki.org/emacs/WanderLust IUSE=bbdb ssl l10n_ja KEYWORDS=amd64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos LICENSE=GPL-2+ -RDEPEND=>=app-emacs/apel-10.6 virtual/emacs-flim app-emacs/semi bbdb? ( app-emacs/bbdb ) >=virtual/emacs-23 +RDEPEND=>=app-emacs/apel-10.6 app-emacs/flim app-emacs/semi bbdb? ( app-emacs/bbdb ) >=virtual/emacs-23 SLOT=0 SRC_URI=https://dev.gentoo.org/~ulm/distfiles/wanderlust-2.15.9_p20130619.tar.xz _eclasses_=elisp efe1c459331d853614b12c63ab169a32 elisp-common 23f47b2e1de7abf387105eddd1318738 -_md5_=43408f3b3b411ab323ab9808aacdf098 +_md5_=713957f6cba0e7593ef3e11cae0cb374 diff --git a/metadata/md5-cache/app-emacs/wanderlust-2.15.9_p20180814 b/metadata/md5-cache/app-emacs/wanderlust-2.15.9_p20180814 index 35ed247f9a10..d96f7992ebb2 100644 --- a/metadata/md5-cache/app-emacs/wanderlust-2.15.9_p20180814 +++ b/metadata/md5-cache/app-emacs/wanderlust-2.15.9_p20180814 @@ -1,13 +1,13 @@ DEFINED_PHASES=compile configure install postinst postrm prepare setup unpack -DEPEND=>=app-emacs/apel-10.6 virtual/emacs-flim app-emacs/semi bbdb? ( app-emacs/bbdb ) >=virtual/emacs-23 +DEPEND=>=app-emacs/apel-10.6 app-emacs/flim app-emacs/semi bbdb? ( app-emacs/bbdb ) >=virtual/emacs-23 DESCRIPTION=Yet Another Message Interface on Emacsen EAPI=6 HOMEPAGE=https://github.com/wanderlust/wanderlust IUSE=bbdb ssl l10n_ja KEYWORDS=~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos LICENSE=GPL-2+ -RDEPEND=>=app-emacs/apel-10.6 virtual/emacs-flim app-emacs/semi bbdb? ( app-emacs/bbdb ) >=virtual/emacs-23 +RDEPEND=>=app-emacs/apel-10.6 app-emacs/flim app-emacs/semi bbdb? ( app-emacs/bbdb ) >=virtual/emacs-23 SLOT=0 SRC_URI=https://github.com/wanderlust/wanderlust/archive/395826e99b84051396d503392f52462b6cb683a5.tar.gz -> wanderlust-2.15.9_p20180814-git.tar.gz _eclasses_=elisp efe1c459331d853614b12c63ab169a32 elisp-common 23f47b2e1de7abf387105eddd1318738 -_md5_=f0873d1d7547264a80d6c6e5dc36593d +_md5_=4455ac7c0a7d3b3e7c5f55b112e8a62a diff --git a/metadata/md5-cache/app-emacs/wanderlust-2.15.9_p20190623 b/metadata/md5-cache/app-emacs/wanderlust-2.15.9_p20190623 new file mode 100644 index 000000000000..f059edd010fd --- /dev/null +++ b/metadata/md5-cache/app-emacs/wanderlust-2.15.9_p20190623 @@ -0,0 +1,14 @@ +BDEPEND=>=virtual/emacs-23 +DEFINED_PHASES=compile configure install postinst postrm prepare setup unpack +DEPEND=>=app-emacs/apel-10.8 >=app-emacs/flim-1.14.9 >=app-emacs/semi-1.14.7 bbdb? ( app-emacs/bbdb ) +DESCRIPTION=Yet Another Message Interface on Emacsen +EAPI=7 +HOMEPAGE=https://github.com/wanderlust/wanderlust +IUSE=bbdb ssl l10n_ja +KEYWORDS=~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos +LICENSE=GPL-2+ +RDEPEND=>=app-emacs/apel-10.8 >=app-emacs/flim-1.14.9 >=app-emacs/semi-1.14.7 bbdb? ( app-emacs/bbdb ) >=virtual/emacs-23 +SLOT=0 +SRC_URI=https://github.com/wanderlust/wanderlust/archive/b9a529a54b9e7eafa4ed230ad28efffe0d25a20e.tar.gz -> wanderlust-2.15.9_p20190623.tar.gz +_eclasses_=elisp efe1c459331d853614b12c63ab169a32 elisp-common 23f47b2e1de7abf387105eddd1318738 +_md5_=8fbf3f81ea7443b344ec4447155e5fe7 diff --git a/metadata/md5-cache/app-emulation/Manifest.gz b/metadata/md5-cache/app-emulation/Manifest.gz index 7146c5b5b7e0..66a2dd99970b 100644 Binary files a/metadata/md5-cache/app-emulation/Manifest.gz and b/metadata/md5-cache/app-emulation/Manifest.gz differ diff --git a/metadata/md5-cache/app-emulation/docker-18.09.7_rc1 b/metadata/md5-cache/app-emulation/docker-18.09.7_rc1 new file mode 100644 index 000000000000..5ede57a2466c --- /dev/null +++ b/metadata/md5-cache/app-emulation/docker-18.09.7_rc1 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile install postinst setup unpack +DEPEND=>=dev-db/sqlite-3.7.9:3 device-mapper? ( >=sys-fs/lvm2-2.02.89[thin] ) seccomp? ( >=sys-libs/libseccomp-2.2.1 ) apparmor? ( sys-libs/libapparmor ) dev-go/go-md2man btrfs? ( >=sys-fs/btrfs-progs-3.16.1 ) >=dev-lang/go-1.10 virtual/pkgconfig virtual/pkgconfig +DESCRIPTION=The core functions you need to create Docker images and run Docker containers +EAPI=6 +HOMEPAGE=https://dockerproject.org +IUSE=apparmor aufs btrfs +container-init device-mapper hardened +overlay pkcs11 seccomp kernel_linux +KEYWORDS=~amd64 ~arm ~arm64 +LICENSE=Apache-2.0 +RDEPEND=>=dev-db/sqlite-3.7.9:3 device-mapper? ( >=sys-fs/lvm2-2.02.89[thin] ) seccomp? ( >=sys-libs/libseccomp-2.2.1 ) apparmor? ( sys-libs/libapparmor ) >=net-firewall/iptables-1.4 sys-process/procps >=dev-vcs/git-1.7 >=app-arch/xz-utils-4.9 dev-libs/libltdl ~app-emulation/containerd-1.2.6 ~app-emulation/runc-1.0.0_rc8[apparmor?,seccomp?] ~app-emulation/docker-proxy-0.8.0_p20190513 container-init? ( >=sys-process/tini-0.18.0[static] ) +RESTRICT=installsources strip +SLOT=0 +SRC_URI=https://github.com/docker/docker-ce/archive/v18.09.7-rc1.tar.gz -> docker-18.09.7_rc1.tar.gz +_eclasses_=bash-completion-r1 47a7402d95930413ce25ba8d857339bb eapi7-ver 756b3f27d8e46131d5cf3c51bd876446 golang-base c57d2c3f9e1a02d0feb8b87c7b689892 golang-vcs-snapshot 12177e83bede6f7fb87eae383864b40b linux-info 953c3b1c472dcadbf62098a9301327f2 multilib 1d91b03d42ab6308b5f4f6b598ed110e systemd 71fd8d2065d102753fb9e4d20eaf3e9f toolchain-funcs 8c7f9d80beedd16f2e5a7f612c609529 udev 7752f306eec7b286d00bdb47b763e7ac user e68863263b1e8611dacf381bec5c8b2b +_md5_=8ee7c661f632efefc6bed9fe9478b830 diff --git a/metadata/md5-cache/app-emulation/docker-compose-1.24.1 b/metadata/md5-cache/app-emulation/docker-compose-1.24.1 new file mode 100644 index 000000000000..8afd13e50b07 --- /dev/null +++ b/metadata/md5-cache/app-emulation/docker-compose-1.24.1 @@ -0,0 +1,15 @@ +BDEPEND=python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_6? ( dev-lang/python:3.6 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_6(-)] +DEFINED_PHASES=compile configure install prepare test +DEPEND=dev-python/setuptools[python_targets_python2_7(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_6(-)] >=dev-python/cached-property-1.2.0[python_targets_python2_7(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_6(-)] >=dev-python/docker-py-3.7.0[python_targets_python2_7(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_6(-)] >=dev-python/dockerpty-0.4.1[python_targets_python2_7(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_6(-)] >=dev-python/docopt-0.6.1[python_targets_python2_7(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_6(-)] >=dev-python/jsonschema-2.5.1[python_targets_python2_7(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_6(-)] dev-python/paramiko[python_targets_python2_7(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_6(-)] >=dev-python/PySocks-1.6.0[python_targets_python2_7(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_6(-)] >=dev-python/pyyaml-3.10[python_targets_python2_7(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_6(-)] >=dev-python/requests-2.18.1[python_targets_python2_7(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_6(-)] >=dev-python/six-1.3.0[python_targets_python2_7(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_6(-)] >=dev-python/texttable-0.9.0[python_targets_python2_7(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_6(-)] >=dev-python/websocket-client-0.32.0[python_targets_python2_7(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_6(-)] python_targets_python2_7? ( >=dev-python/enum34-1.0.4[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) python_targets_python2_7? ( >=dev-python/ipaddress-1.0.16[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) python_targets_python2_7? ( >=dev-python/backports-ssl-match-hostname-3.5[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) test? ( dev-python/pytest[python_targets_python2_7(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_6(-)] python_targets_python2_7? ( >=dev-python/mock-1.0.1[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) ) +DESCRIPTION=Multi-container orchestration for Docker +EAPI=7 +HOMEPAGE=https://github.com/docker/compose +IUSE=test python_targets_python2_7 python_targets_python3_6 +KEYWORDS=~amd64 +LICENSE=Apache-2.0 +RDEPEND=dev-python/setuptools[python_targets_python2_7(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_6(-)] >=dev-python/cached-property-1.2.0[python_targets_python2_7(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_6(-)] >=dev-python/docker-py-3.7.0[python_targets_python2_7(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_6(-)] >=dev-python/dockerpty-0.4.1[python_targets_python2_7(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_6(-)] >=dev-python/docopt-0.6.1[python_targets_python2_7(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_6(-)] >=dev-python/jsonschema-2.5.1[python_targets_python2_7(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_6(-)] dev-python/paramiko[python_targets_python2_7(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_6(-)] >=dev-python/PySocks-1.6.0[python_targets_python2_7(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_6(-)] >=dev-python/pyyaml-3.10[python_targets_python2_7(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_6(-)] >=dev-python/requests-2.18.1[python_targets_python2_7(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_6(-)] >=dev-python/six-1.3.0[python_targets_python2_7(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_6(-)] >=dev-python/texttable-0.9.0[python_targets_python2_7(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_6(-)] >=dev-python/websocket-client-0.32.0[python_targets_python2_7(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_6(-)] python_targets_python2_7? ( >=dev-python/enum34-1.0.4[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) python_targets_python2_7? ( >=dev-python/ipaddress-1.0.16[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) python_targets_python2_7? ( >=dev-python/backports-ssl-match-hostname-3.5[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_6? ( dev-lang/python:3.6 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_6(-)] +REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_6 ) +SLOT=0 +SRC_URI=https://github.com/docker/compose/archive/1.24.1.tar.gz -> docker-compose-1.24.1.tar.gz +_eclasses_=bash-completion-r1 47a7402d95930413ce25ba8d857339bb distutils-r1 30044897f9a75ab6414bdb19aa3c07d4 multibuild 40fe59465edacd730c644ec2bc197809 multilib 1d91b03d42ab6308b5f4f6b598ed110e multiprocessing cac3169468f893670dac3e7cb940e045 python-r1 ce1cd23cfdc1848e8e32743efe34f299 python-utils-r1 08e17157a6807add7db1f8d01e7e391f toolchain-funcs 8c7f9d80beedd16f2e5a7f612c609529 +_md5_=ccc364d9e7f46c263fc8b38d813b7079 diff --git a/metadata/md5-cache/app-eselect/Manifest.gz b/metadata/md5-cache/app-eselect/Manifest.gz index ae052ff8dc74..5e612a8c0ade 100644 Binary files a/metadata/md5-cache/app-eselect/Manifest.gz and b/metadata/md5-cache/app-eselect/Manifest.gz differ diff --git a/metadata/md5-cache/app-eselect/eselect-blas-0.2 b/metadata/md5-cache/app-eselect/eselect-blas-0.2 new file mode 100644 index 000000000000..33d1318e9143 --- /dev/null +++ b/metadata/md5-cache/app-eselect/eselect-blas-0.2 @@ -0,0 +1,10 @@ +DEFINED_PHASES=install +DEPEND=>=app-admin/eselect-1.0.5 +DESCRIPTION=BLAS/CBLAS module for eselect +EAPI=7 +HOMEPAGE=https://www.gentoo.org +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris +LICENSE=GPL-2 +RDEPEND=>=app-admin/eselect-1.0.5 +SLOT=0 +_md5_=42208c9f115c4dbec760737a22979fb4 diff --git a/metadata/md5-cache/app-eselect/eselect-lapack-0.2 b/metadata/md5-cache/app-eselect/eselect-lapack-0.2 new file mode 100644 index 000000000000..f0419528d2d4 --- /dev/null +++ b/metadata/md5-cache/app-eselect/eselect-lapack-0.2 @@ -0,0 +1,10 @@ +DEFINED_PHASES=install +DEPEND=>=app-admin/eselect-1.0.5 +DESCRIPTION=LAPACK module for eselect +EAPI=7 +HOMEPAGE=https://www.gentoo.org +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris +LICENSE=GPL-2 +RDEPEND=>=app-admin/eselect-1.0.5 +SLOT=0 +_md5_=adc95d9ed8f9848815f900c8143d986f diff --git a/metadata/md5-cache/app-office/Manifest.gz b/metadata/md5-cache/app-office/Manifest.gz index f278ae7b09e6..0d0e7b5e0299 100644 Binary files a/metadata/md5-cache/app-office/Manifest.gz and b/metadata/md5-cache/app-office/Manifest.gz differ diff --git a/metadata/md5-cache/app-office/texmaker-5.0.3 b/metadata/md5-cache/app-office/texmaker-5.0.3 index f2aaa720d002..a0f11a5f0d19 100644 --- a/metadata/md5-cache/app-office/texmaker-5.0.3 +++ b/metadata/md5-cache/app-office/texmaker-5.0.3 @@ -4,10 +4,10 @@ DEPEND=app-text/hunspell:= app-text/poppler[qt5] dev-qt/qtconcurrent:5 dev-qt/qt DESCRIPTION=A nice LaTeX-IDE EAPI=7 HOMEPAGE=https://xm1math.net/texmaker/ -KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux +KEYWORDS=amd64 ~x86 ~amd64-linux ~x86-linux LICENSE=GPL-2 RDEPEND=app-text/hunspell:= app-text/poppler[qt5] dev-qt/qtconcurrent:5 dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtlockedfile dev-qt/qtnetwork:5 dev-qt/qtprintsupport:5 dev-qt/qtscript:5 dev-qt/qtsingleapplication[X,qt5(+)] dev-qt/qtwebengine:5[widgets] dev-qt/qtwidgets:5 dev-qt/qtxml:5 sys-libs/zlib x11-libs/libX11 x11-libs/libXext app-text/ghostscript-gpl app-text/psutils media-libs/netpbm virtual/latex-base SLOT=0 SRC_URI=https://xm1math.net/texmaker/texmaker-5.0.3.tar.bz2 _eclasses_=estack 43ddf5aaffa7a8d0482df54d25a66a1f multilib 1d91b03d42ab6308b5f4f6b598ed110e qmake-utils bdf97e69a34b864d6d545f4ec3143ff7 readme.gentoo-r1 22ae82e140bdd95d17a34fd5fd733190 toolchain-funcs 8c7f9d80beedd16f2e5a7f612c609529 -_md5_=1458743215d6d0a96065320cf7813566 +_md5_=e3c84e08d873495da36772939e3409ae diff --git a/metadata/md5-cache/app-portage/Manifest.gz b/metadata/md5-cache/app-portage/Manifest.gz index 828483bfc5fc..9e7090d9faf5 100644 Binary files a/metadata/md5-cache/app-portage/Manifest.gz and b/metadata/md5-cache/app-portage/Manifest.gz differ diff --git a/metadata/md5-cache/app-portage/prefix-toolkit-0 b/metadata/md5-cache/app-portage/prefix-toolkit-0 deleted file mode 100644 index 5c4840e1a8e9..000000000000 --- a/metadata/md5-cache/app-portage/prefix-toolkit-0 +++ /dev/null @@ -1,9 +0,0 @@ -DEFINED_PHASES=configure install unpack -DESCRIPTION=Utilities for users of Gentoo Prefix -EAPI=7 -HOMEPAGE=https://prefix.gentoo.org/ -KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt -LICENSE=GPL-3 -RDEPEND=>sys-apps/portage-2.3.62 !app-portage/prefix-chain-setup !sys-apps/prefix-chain-utils prefix-stack? ( >=sys-apps/baselayout-prefix-2.6 ) -SLOT=0 -_md5_=a5f62effd9e37d39de30032edea57c3f diff --git a/metadata/md5-cache/app-portage/prefix-toolkit-1 b/metadata/md5-cache/app-portage/prefix-toolkit-1 deleted file mode 100644 index 6ea9ffeed11b..000000000000 --- a/metadata/md5-cache/app-portage/prefix-toolkit-1 +++ /dev/null @@ -1,10 +0,0 @@ -BDEPEND=>sys-apps/portage-2.3.62 -DEFINED_PHASES=configure install unpack -DESCRIPTION=Utilities for users of Gentoo Prefix -EAPI=7 -HOMEPAGE=https://prefix.gentoo.org/ -KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt -LICENSE=GPL-3 -RDEPEND=!app-portage/prefix-chain-setup !sys-apps/prefix-chain-utils prefix-stack? ( >=sys-apps/baselayout-prefix-2.6 ) -SLOT=0 -_md5_=c065bb627b943e59acac97ebae711ab4 diff --git a/metadata/md5-cache/app-portage/prefix-toolkit-2 b/metadata/md5-cache/app-portage/prefix-toolkit-2 deleted file mode 100644 index d9bae5f239de..000000000000 --- a/metadata/md5-cache/app-portage/prefix-toolkit-2 +++ /dev/null @@ -1,11 +0,0 @@ -BDEPEND=!app-portage/prefix-chain-setup !sys-apps/prefix-chain-utils >sys-apps/portage-2.3.62 -DEFINED_PHASES=configure install preinst unpack -DEPEND=!app-portage/prefix-chain-setup !sys-apps/prefix-chain-utils -DESCRIPTION=Utilities for users of Gentoo Prefix -EAPI=7 -HOMEPAGE=https://prefix.gentoo.org/ -KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt -LICENSE=GPL-3 -RDEPEND=!app-portage/prefix-chain-setup !sys-apps/prefix-chain-utils prefix-stack? ( >=sys-apps/baselayout-prefix-2.6 sys-apps/gentoo-functions app-portage/elt-patches sys-devel/gnuconfig sys-devel/gcc-config ) -SLOT=0 -_md5_=0f4c46c4782f4f8a5c2cb1b06476b867 diff --git a/metadata/md5-cache/app-text/Manifest.gz b/metadata/md5-cache/app-text/Manifest.gz index 0f1b9e627495..34012dad52da 100644 Binary files a/metadata/md5-cache/app-text/Manifest.gz and b/metadata/md5-cache/app-text/Manifest.gz differ diff --git a/metadata/md5-cache/app-text/ronn-0.7.3-r3 b/metadata/md5-cache/app-text/ronn-0.7.3-r3 index 4136026152d8..3555aedd66d0 100644 --- a/metadata/md5-cache/app-text/ronn-0.7.3-r3 +++ b/metadata/md5-cache/app-text/ronn-0.7.3-r3 @@ -4,11 +4,11 @@ DESCRIPTION=Converts simple, human readable textfiles to roff for terminal displ EAPI=5 HOMEPAGE=https://github.com/rtomayko/ronn/ IUSE=test elibc_FreeBSD ruby_targets_ruby24 ruby_targets_ruby25 ruby_targets_ruby26 test test -KEYWORDS=alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~x64-macos ~x64-solaris +KEYWORDS=alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris LICENSE=MIT RDEPEND=ruby_targets_ruby24? ( >=dev-ruby/hpricot-0.8.2[ruby_targets_ruby24] >=dev-ruby/mustache-0.7.0[ruby_targets_ruby24] >=dev-ruby/rdiscount-1.5.8[ruby_targets_ruby24] ) ruby_targets_ruby25? ( >=dev-ruby/hpricot-0.8.2[ruby_targets_ruby25] >=dev-ruby/mustache-0.7.0[ruby_targets_ruby25] >=dev-ruby/rdiscount-1.5.8[ruby_targets_ruby25] ) ruby_targets_ruby26? ( >=dev-ruby/hpricot-0.8.2[ruby_targets_ruby26] >=dev-ruby/mustache-0.7.0[ruby_targets_ruby26] >=dev-ruby/rdiscount-1.5.8[ruby_targets_ruby26] ) ruby_targets_ruby24? ( dev-lang/ruby:2.4 ) ruby_targets_ruby25? ( dev-lang/ruby:2.5 ) ruby_targets_ruby26? ( dev-lang/ruby:2.6 ) ruby_targets_ruby24? ( virtual/rubygems[ruby_targets_ruby24] ) ruby_targets_ruby25? ( virtual/rubygems[ruby_targets_ruby25] ) ruby_targets_ruby26? ( virtual/rubygems[ruby_targets_ruby26] ) REQUIRED_USE=|| ( ruby_targets_ruby24 ruby_targets_ruby25 ruby_targets_ruby26 ) SLOT=0 SRC_URI=mirror://rubygems/ronn-0.7.3.gem _eclasses_=desktop b1d22ac8bdd4679ab79c71aca235009d eapi7-ver 756b3f27d8e46131d5cf3c51bd876446 epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 java-utils-2 dd352559d0e143500ec878acc74da909 ltprune 2729691420b6deeda2a90b1f1183fb55 multilib 1d91b03d42ab6308b5f4f6b598ed110e preserve-libs ef207dc62baddfddfd39a164d9797648 ruby-fakegem 4044516b167f460104703fee4a3c7f5f ruby-ng fc1f9a4afc07d0afa5c83bfd16b7c4ae ruby-utils 10cec86289e60f4b0d731b2e4b545e5d toolchain-funcs 8c7f9d80beedd16f2e5a7f612c609529 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf versionator 2352c3fc97241f6a02042773c8287748 -_md5_=a622bb30641346963e63e7c78bac1f5a +_md5_=b04f5bab06919a404178962f40622c37 diff --git a/metadata/md5-cache/app-text/xchm-1.28 b/metadata/md5-cache/app-text/xchm-1.28 deleted file mode 100644 index 25a87812b31b..000000000000 --- a/metadata/md5-cache/app-text/xchm-1.28 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=configure install postinst postrm prepare -DEPEND=>=dev-libs/chmlib-0.36 x11-libs/wxGTK:3.0-gtk3[X] nls? ( virtual/libintl ) nls? ( sys-devel/gettext ) >=app-portage/elt-patches-20170815 !=sys-devel/automake-1.16.1:1.16 >=sys-devel/automake-1.15.1:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 -DESCRIPTION=Utility for viewing Compiled HTML Help (CHM) files -EAPI=6 -HOMEPAGE=https://github.com/rzvncj/xCHM/ -IUSE=nls -KEYWORDS=~amd64 ~ppc ~x86 -LICENSE=GPL-2 -RDEPEND=>=dev-libs/chmlib-0.36 x11-libs/wxGTK:3.0-gtk3[X] nls? ( virtual/libintl ) -SLOT=0 -SRC_URI=https://github.com/rzvncj/xCHM/releases/download/1.28/xchm-1.28.tar.gz -_eclasses_=autotools 1bf086cdd7356f5c9a4acd9727bd2065 desktop b1d22ac8bdd4679ab79c71aca235009d epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic 7ba73aee7fe4462b3a745e3645ab92ca libtool f143db5a74ccd9ca28c1234deffede96 ltprune 2729691420b6deeda2a90b1f1183fb55 multilib 1d91b03d42ab6308b5f4f6b598ed110e preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs 8c7f9d80beedd16f2e5a7f612c609529 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf wxwidgets ed63935305b6de2210ae97a407719d89 xdg-utils 14d00d009167652b1fa363e55effe213 -_md5_=5e4f1ca736a60cad98d16c369f82de88 diff --git a/metadata/md5-cache/app-text/xchm-1.30 b/metadata/md5-cache/app-text/xchm-1.30 new file mode 100644 index 000000000000..eb79b0303f21 --- /dev/null +++ b/metadata/md5-cache/app-text/xchm-1.30 @@ -0,0 +1,13 @@ +DEFINED_PHASES=configure install postinst postrm prepare +DEPEND=>=dev-libs/chmlib-0.36 x11-libs/wxGTK:3.0-gtk3[X] nls? ( virtual/libintl ) nls? ( sys-devel/gettext ) +DESCRIPTION=Utility for viewing Compiled HTML Help (CHM) files +EAPI=6 +HOMEPAGE=https://github.com/rzvncj/xCHM/ +IUSE=nls +KEYWORDS=~amd64 ~ppc ~x86 +LICENSE=GPL-2 +RDEPEND=>=dev-libs/chmlib-0.36 x11-libs/wxGTK:3.0-gtk3[X] nls? ( virtual/libintl ) +SLOT=0 +SRC_URI=https://github.com/rzvncj/xCHM/releases/download/1.30/xchm-1.30.tar.gz +_eclasses_=desktop b1d22ac8bdd4679ab79c71aca235009d epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic 7ba73aee7fe4462b3a745e3645ab92ca ltprune 2729691420b6deeda2a90b1f1183fb55 multilib 1d91b03d42ab6308b5f4f6b598ed110e preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs 8c7f9d80beedd16f2e5a7f612c609529 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf wxwidgets ed63935305b6de2210ae97a407719d89 xdg-utils 14d00d009167652b1fa363e55effe213 +_md5_=ce1a8470930580aad53d00076a4f3d28 diff --git a/metadata/md5-cache/app-text/xchm-9999 b/metadata/md5-cache/app-text/xchm-9999 index 62d57417ce80..1f142829d613 100644 --- a/metadata/md5-cache/app-text/xchm-9999 +++ b/metadata/md5-cache/app-text/xchm-9999 @@ -8,4 +8,4 @@ LICENSE=GPL-2 RDEPEND=>=dev-libs/chmlib-0.36 x11-libs/wxGTK:3.0-gtk3[X] nls? ( virtual/libintl ) SLOT=0 _eclasses_=autotools 1bf086cdd7356f5c9a4acd9727bd2065 desktop b1d22ac8bdd4679ab79c71aca235009d epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic 7ba73aee7fe4462b3a745e3645ab92ca git-r3 0d4635eeb5a96cd5315597a47eba25c9 libtool f143db5a74ccd9ca28c1234deffede96 ltprune 2729691420b6deeda2a90b1f1183fb55 multilib 1d91b03d42ab6308b5f4f6b598ed110e preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs 8c7f9d80beedd16f2e5a7f612c609529 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf wxwidgets ed63935305b6de2210ae97a407719d89 xdg-utils 14d00d009167652b1fa363e55effe213 -_md5_=6f8f8e6ad35e2e7950895fa392d000ba +_md5_=3565beda7981c94e46077de46f93ba51 diff --git a/metadata/md5-cache/dev-ada/Manifest.gz b/metadata/md5-cache/dev-ada/Manifest.gz index 6899a198c6e7..3c2e2106dc79 100644 Binary files a/metadata/md5-cache/dev-ada/Manifest.gz and b/metadata/md5-cache/dev-ada/Manifest.gz differ diff --git a/metadata/md5-cache/dev-ada/libadalang-2018 b/metadata/md5-cache/dev-ada/libadalang-2018 index 5b1a3a5091fd..8521a27a84c9 100644 --- a/metadata/md5-cache/dev-ada/libadalang-2018 +++ b/metadata/md5-cache/dev-ada/libadalang-2018 @@ -1,5 +1,5 @@ DEFINED_PHASES=compile configure install setup test -DEPEND=dev-python/pyyaml dev-ada/gnatcoll-bindings[gnat_2016=,gnat_2017=,gnat_2018=] dev-ada/gnatcoll-bindings[iconv,shared=,static-libs=] python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-),python_single_target_python2_7(+)] >=dev-ada/langkit-2018 +DEPEND=dev-python/pyyaml dev-ada/gnatcoll-bindings[gnat_2016=,gnat_2017=,gnat_2018=] dev-ada/gnatcoll-bindings[iconv,shared=,static-libs=] python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-),python_single_target_python2_7(+)] ~dev-ada/langkit-2018 DESCRIPTION=high performance semantic engine for the Ada programming language EAPI=6 HOMEPAGE=https://libre.adacore.com/ @@ -11,4 +11,4 @@ REQUIRED_USE=python_targets_python2_7 SLOT=0 SRC_URI=http://mirrors.cdn.adacore.com/art/5b0cf9adc7a4475263382c18 -> libadalang-gpl-2018-src.tar.gz _eclasses_=multilib 1d91b03d42ab6308b5f4f6b598ed110e python-single-r1 3a0fc81f484bfdbd9c2b7448015a36e4 python-utils-r1 08e17157a6807add7db1f8d01e7e391f toolchain-funcs 8c7f9d80beedd16f2e5a7f612c609529 -_md5_=7342d1f9a95d4409df2fe5cafa4d9de2 +_md5_=ac62fbdc2a5e7c1f2f584dc390ad1337 diff --git a/metadata/md5-cache/dev-ada/libadalang-2018-r1 b/metadata/md5-cache/dev-ada/libadalang-2018-r1 index 7b109dc98494..1ccfa404af9f 100644 --- a/metadata/md5-cache/dev-ada/libadalang-2018-r1 +++ b/metadata/md5-cache/dev-ada/libadalang-2018-r1 @@ -1,14 +1,14 @@ DEFINED_PHASES=compile configure install setup test -DEPEND=dev-python/pyyaml dev-ada/gnatcoll-bindings[gnat_2016(-)?,gnat_2017(-)?,gnat_2018(-)?,gnat_2019(-)?] dev-ada/gnatcoll-bindings[iconv,shared=,static-libs=] python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-),python_single_target_python2_7(+)] ~dev-ada/langkit-2018 dev-ada/gprbuild[gnat_2016(-)?,gnat_2017(-)?,gnat_2018(-)?,gnat_2019(-)?] +DEPEND=dev-python/pyyaml dev-ada/gnatcoll-bindings[gnat_2017(-)?,gnat_2018(-)?,gnat_2019(-)?] dev-ada/gnatcoll-bindings[iconv,shared=,static-libs=] python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-),python_single_target_python2_7(+)] ~dev-ada/langkit-2018 dev-ada/gprbuild[gnat_2017(-)?,gnat_2018(-)?,gnat_2019(-)?] DESCRIPTION=high performance semantic engine for the Ada programming language EAPI=6 HOMEPAGE=https://libre.adacore.com/ -IUSE=gnat_2016 gnat_2017 +gnat_2018 gnat_2019 +shared static-libs python_targets_python2_7 +IUSE=gnat_2017 +gnat_2018 gnat_2019 +shared static-libs python_targets_python2_7 KEYWORDS=~amd64 ~x86 LICENSE=GPL-3 gcc-runtime-library-exception-3.1 -RDEPEND=dev-python/pyyaml dev-ada/gnatcoll-bindings[gnat_2016(-)?,gnat_2017(-)?,gnat_2018(-)?,gnat_2019(-)?] dev-ada/gnatcoll-bindings[iconv,shared=,static-libs=] python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-),python_single_target_python2_7(+)] -REQUIRED_USE=python_targets_python2_7 +RDEPEND=dev-python/pyyaml dev-ada/gnatcoll-bindings[gnat_2017(-)?,gnat_2018(-)?,gnat_2019(-)?] dev-ada/gnatcoll-bindings[iconv,shared=,static-libs=] python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-),python_single_target_python2_7(+)] +REQUIRED_USE=python_targets_python2_7 ^^ ( gnat_2017 gnat_2018 gnat_2019 ) SLOT=0 SRC_URI=http://mirrors.cdn.adacore.com/art/5b0cf9adc7a4475263382c18 -> libadalang-gpl-2018-src.tar.gz _eclasses_=multilib 1d91b03d42ab6308b5f4f6b598ed110e python-single-r1 3a0fc81f484bfdbd9c2b7448015a36e4 python-utils-r1 08e17157a6807add7db1f8d01e7e391f toolchain-funcs 8c7f9d80beedd16f2e5a7f612c609529 -_md5_=c27cd3cee4cbe201bf43003b06f9919f +_md5_=b848910f808d92b29b791fc367f90a94 diff --git a/metadata/md5-cache/dev-ada/libadalang-2019 b/metadata/md5-cache/dev-ada/libadalang-2019 index e168466ba8b2..da3a34e50358 100644 --- a/metadata/md5-cache/dev-ada/libadalang-2019 +++ b/metadata/md5-cache/dev-ada/libadalang-2019 @@ -7,8 +7,8 @@ IUSE=gnat_2018 +gnat_2019 +shared static-libs python_targets_python2_7 KEYWORDS=~amd64 ~x86 LICENSE=GPL-3 gcc-runtime-library-exception-3.1 RDEPEND=dev-python/pyyaml dev-ada/gnatcoll-bindings[gnat_2018(-)?,gnat_2019(-)?] dev-ada/gnatcoll-bindings[iconv,shared=,static-libs=] python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-),python_single_target_python2_7(+)] -REQUIRED_USE=python_targets_python2_7 +REQUIRED_USE=python_targets_python2_7 ^^ ( gnat_2018 gnat_2019 ) SLOT=0 SRC_URI=http://mirrors.cdn.adacore.com/art/5cdf8f3331e87a8f1c967d27 -> libadalang-2019-20190510-19916-src.tar.gz _eclasses_=multilib 1d91b03d42ab6308b5f4f6b598ed110e python-single-r1 3a0fc81f484bfdbd9c2b7448015a36e4 python-utils-r1 08e17157a6807add7db1f8d01e7e391f toolchain-funcs 8c7f9d80beedd16f2e5a7f612c609529 -_md5_=521b38ad025715c3dbe9b524a3dd0771 +_md5_=299569cd5bc635abe4ae487501eab717 diff --git a/metadata/md5-cache/dev-ada/libadalang-tools-2019 b/metadata/md5-cache/dev-ada/libadalang-tools-2019 index 1438eb5ae8d4..f571218dd1e8 100644 --- a/metadata/md5-cache/dev-ada/libadalang-tools-2019 +++ b/metadata/md5-cache/dev-ada/libadalang-tools-2019 @@ -1,5 +1,5 @@ DEFINED_PHASES=compile install -DEPEND=dev-ada/libadalang[gnat_2016(-)?,gnat_2017(-)?,gnat_2018(-)?,gnat_2019(-)?,static-libs] dev-ada/gprbuild[gnat_2016(-)?,gnat_2017(-)?,gnat_2018(-)?,gnat_2019(-)?] +DEPEND=dev-ada/libadalang[gnat_2016(-)?] dev-ada/libadalang[gnat_2017(-)?,gnat_2018(-)?,gnat_2019(-)?,static-libs] dev-ada/gprbuild[gnat_2016(-)?,gnat_2017(-)?,gnat_2018(-)?,gnat_2019(-)?] DESCRIPTION=Libadalang-based tools: gnatpp, gnatmetric and gnatstub EAPI=7 HOMEPAGE=https://www.adacore.com/community @@ -9,4 +9,4 @@ LICENSE=GPL-3 SLOT=0 SRC_URI=http://mirrors.cdn.adacore.com/art/5cdf8f4e31e87a8f1d42509f -> libadalang-tools-2019-20190517-195C4-src.tar.gz _eclasses_=multiprocessing cac3169468f893670dac3e7cb940e045 -_md5_=3f7a832ab478f2a60b618bc0badec55a +_md5_=dcf1c89c4354aa745419b3dd7e27bdf9 diff --git a/metadata/md5-cache/dev-lang/Manifest.gz b/metadata/md5-cache/dev-lang/Manifest.gz index eca705abf0c9..ffc862e52f35 100644 Binary files a/metadata/md5-cache/dev-lang/Manifest.gz and b/metadata/md5-cache/dev-lang/Manifest.gz differ diff --git a/metadata/md5-cache/dev-lang/elixir-1.9.0 b/metadata/md5-cache/dev-lang/elixir-1.9.0 new file mode 100644 index 000000000000..4fc9547e745d --- /dev/null +++ b/metadata/md5-cache/dev-lang/elixir-1.9.0 @@ -0,0 +1,11 @@ +DEFINED_PHASES=compile install +DEPEND=>=dev-lang/erlang-18[ssl] +DESCRIPTION=Elixir programming language +EAPI=7 +HOMEPAGE=https://elixir-lang.org +KEYWORDS=~amd64 ~arm ~arm64 ~ia64 ~ppc ~sparc ~x86 +LICENSE=Apache-2.0 ErlPL-1.1 +RDEPEND=>=dev-lang/erlang-18[ssl] !!sci-biology/phylip +SLOT=0 +SRC_URI=https://github.com/elixir-lang/elixir/archive/v1.9.0.tar.gz -> elixir-1.9.0.tar.gz +_md5_=f2cfde5228ddcac141af10f7d5126c3e diff --git a/metadata/md5-cache/dev-lang/go-1.12.5 b/metadata/md5-cache/dev-lang/go-1.12.5 index 24698f763274..4556663979b5 100644 --- a/metadata/md5-cache/dev-lang/go-1.12.5 +++ b/metadata/md5-cache/dev-lang/go-1.12.5 @@ -4,11 +4,11 @@ DESCRIPTION=A concurrent garbage collected and typesafe programming language EAPI=7 HOMEPAGE=https://golang.org IUSE=gccgo system-bootstrap -KEYWORDS=-* amd64 arm ~arm64 ~ppc64 ~s390 x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x64-macos ~x64-solaris +KEYWORDS=-* amd64 arm ~arm64 ~ppc64 ~s390 x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris LICENSE=BSD RDEPEND=!=dev-libs/libwacom-0.20 ) >=dev-libs/libevdev-1.3 >=sys-libs/mtdev-1.1 virtual/libudev:= virtual/udev RESTRICT=test SLOT=0/10 -SRC_URI=https://www.freedesktop.org/software/libinput/libinput-1.13.1.tar.xz +SRC_URI=https://www.freedesktop.org/software/libinput/libinput-1.13.3.tar.xz _eclasses_=meson 2fbe03e3b496f82fd941bcdb9d351c91 multilib 1d91b03d42ab6308b5f4f6b598ed110e multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f python-any-r1 4900ae970f827a22d33d41bd8b8f9ace python-utils-r1 08e17157a6807add7db1f8d01e7e391f toolchain-funcs 8c7f9d80beedd16f2e5a7f612c609529 udev 7752f306eec7b286d00bdb47b763e7ac -_md5_=a72b4e0dd369c0aeccc622f25311718e +_md5_=7e0f1437102bb44ed3d73a8d677ceb9f diff --git a/metadata/md5-cache/dev-libs/libpcre-8.43 b/metadata/md5-cache/dev-libs/libpcre-8.43 index d1a67a9569e0..fc8065961394 100644 --- a/metadata/md5-cache/dev-libs/libpcre-8.43 +++ b/metadata/md5-cache/dev-libs/libpcre-8.43 @@ -4,11 +4,11 @@ DESCRIPTION=Perl-compatible regular expression library EAPI=6 HOMEPAGE=http://www.pcre.org/ IUSE=bzip2 +cxx +jit libedit pcre16 pcre32 +readline +recursion-limit static-libs unicode zlib abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_riscv_lp64d abi_riscv_lp64 abi_s390_32 abi_s390_64 -KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt LICENSE=BSD RDEPEND=bzip2? ( app-arch/bzip2 ) zlib? ( sys-libs/zlib ) libedit? ( dev-libs/libedit ) readline? ( sys-libs/readline:0= ) REQUIRED_USE=readline? ( !libedit ) libedit? ( !readline ) SLOT=3 SRC_URI=mirror://sourceforge/pcre/pcre-8.43.tar.bz2 ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-8.43.tar.bz2 _eclasses_=desktop b1d22ac8bdd4679ab79c71aca235009d epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic 7ba73aee7fe4462b3a745e3645ab92ca libtool f143db5a74ccd9ca28c1234deffede96 ltprune 2729691420b6deeda2a90b1f1183fb55 multibuild 40fe59465edacd730c644ec2bc197809 multilib 1d91b03d42ab6308b5f4f6b598ed110e multilib-build 0d0c25170069d06d0eb233154229af97 multilib-minimal 8bddda43703ba94d8341f4e247f97566 preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs 8c7f9d80beedd16f2e5a7f612c609529 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf -_md5_=2253815078bbdf84cb6b356a22332be1 +_md5_=b7f8740ce29de6a43e520f1ca257b7a0 diff --git a/metadata/md5-cache/dev-libs/librdkafka-1.1.0 b/metadata/md5-cache/dev-libs/librdkafka-1.1.0 new file mode 100644 index 000000000000..d50e170d7a1d --- /dev/null +++ b/metadata/md5-cache/dev-libs/librdkafka-1.1.0 @@ -0,0 +1,13 @@ +DEFINED_PHASES=configure install test +DEPEND=!static-libs? ( lz4? ( app-arch/lz4:= ) sasl? ( dev-libs/cyrus-sasl:= ) ssl? ( dev-libs/openssl:0= ) zstd? ( app-arch/zstd:= ) sys-libs/zlib:= ) virtual/pkgconfig static-libs? ( lz4? ( app-arch/lz4:=[static-libs(+)] ) sasl? ( dev-libs/cyrus-sasl:=[static-libs(+)] ) ssl? ( dev-libs/openssl:0=[static-libs(+)] ) zstd? ( app-arch/zstd:=[static-libs(+)] ) sys-libs/zlib:=[static-libs(+)] ) +DESCRIPTION=Apache Kafka C/C++ client library +EAPI=7 +HOMEPAGE=https://github.com/edenhill/librdkafka +IUSE=lz4 sasl ssl static-libs zstd +KEYWORDS=~amd64 ~arm ~arm64 ~hppa ~ppc ~x86 +LICENSE=BSD-2 +RDEPEND=!static-libs? ( lz4? ( app-arch/lz4:= ) sasl? ( dev-libs/cyrus-sasl:= ) ssl? ( dev-libs/openssl:0= ) zstd? ( app-arch/zstd:= ) sys-libs/zlib:= ) +SLOT=0/1 +SRC_URI=https://github.com/edenhill/librdkafka/archive/v1.1.0.tar.gz -> librdkafka-1.1.0.tar.gz +_eclasses_=multilib 1d91b03d42ab6308b5f4f6b598ed110e toolchain-funcs 8c7f9d80beedd16f2e5a7f612c609529 +_md5_=5b97de72eb00be3ce549943e69cbecd8 diff --git a/metadata/md5-cache/dev-libs/nss-3.44.1 b/metadata/md5-cache/dev-libs/nss-3.44.1 new file mode 100644 index 000000000000..fc9b3a590f2c --- /dev/null +++ b/metadata/md5-cache/dev-libs/nss-3.44.1 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install postinst postrm prepare test unpack +DEPEND=>=virtual/pkgconfig-0-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_riscv_lp64d(-)?,abi_riscv_lp64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=dev-libs/nspr-4.16[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_riscv_lp64d(-)?,abi_riscv_lp64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=dev-db/sqlite-3.8.2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_riscv_lp64d(-)?,abi_riscv_lp64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=sys-libs/zlib-1.2.8-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_riscv_lp64d(-)?,abi_riscv_lp64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] +DESCRIPTION=Mozilla's Network Security Services library that implements PKI support +EAPI=7 +HOMEPAGE=http://www.mozilla.org/projects/security/pki/nss/ +IUSE=cacert +nss-pem utils abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_riscv_lp64d abi_riscv_lp64 abi_s390_32 abi_s390_64 +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris +LICENSE=|| ( MPL-2.0 GPL-2 LGPL-2.1 ) +RDEPEND=>=dev-libs/nspr-4.16[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_riscv_lp64d(-)?,abi_riscv_lp64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=dev-db/sqlite-3.8.2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_riscv_lp64d(-)?,abi_riscv_lp64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=sys-libs/zlib-1.2.8-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_riscv_lp64d(-)?,abi_riscv_lp64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] +RESTRICT=test +SLOT=0 +SRC_URI=https://archive.mozilla.org/pub/security/nss/releases/NSS_3_44_1_RTM/src/nss-3.44.1.tar.gz cacert? ( https://dev.gentoo.org/~axs/distfiles/nss-cacert-class1-class3.patch ) nss-pem? ( https://dev.gentoo.org/~polynomial-c/nss-pem-20160329.tar.xz ) +_eclasses_=eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic 7ba73aee7fe4462b3a745e3645ab92ca multibuild 40fe59465edacd730c644ec2bc197809 multilib 1d91b03d42ab6308b5f4f6b598ed110e multilib-build 0d0c25170069d06d0eb233154229af97 multilib-minimal 8bddda43703ba94d8341f4e247f97566 toolchain-funcs 8c7f9d80beedd16f2e5a7f612c609529 +_md5_=d73bb1037f547cbea93db5d753fc4113 diff --git a/metadata/md5-cache/dev-perl/Manifest.gz b/metadata/md5-cache/dev-perl/Manifest.gz index 8eaae00840f6..04945f009e94 100644 Binary files a/metadata/md5-cache/dev-perl/Manifest.gz and b/metadata/md5-cache/dev-perl/Manifest.gz differ diff --git a/metadata/md5-cache/dev-perl/TAP-Parser-SourceHandler-pgTAP-3.350.0 b/metadata/md5-cache/dev-perl/TAP-Parser-SourceHandler-pgTAP-3.350.0 new file mode 100644 index 000000000000..5a6147da7561 --- /dev/null +++ b/metadata/md5-cache/dev-perl/TAP-Parser-SourceHandler-pgTAP-3.350.0 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=virtual/perl-Test-Harness >=dev-perl/Module-Build-0.300.0 test? ( >=virtual/perl-Test-Simple-0.880.0 ) dev-lang/perl:= +DESCRIPTION=Stream TAP from pgTAP test scripts +EAPI=6 +HOMEPAGE=https://metacpan.org/release/TAP-Parser-SourceHandler-pgTAP +IUSE=test +KEYWORDS=~amd64 +LICENSE=|| ( Artistic GPL-1+ ) +RDEPEND=virtual/perl-Test-Harness dev-lang/perl:= +SLOT=0 +SRC_URI=mirror://cpan/authors/id/D/DW/DWHEELER/TAP-Parser-SourceHandler-pgTAP-3.35.tar.gz +_eclasses_=multiprocessing cac3169468f893670dac3e7cb940e045 perl-functions f2e3420aed32cf1abe33b4129b842636 perl-module 71c828c354a4cddced2641dda2695de5 +_md5_=642a56b2c11600b5c23e526df7ee0910 diff --git a/metadata/md5-cache/dev-perl/Test-CleanNamespaces-0.240.0 b/metadata/md5-cache/dev-perl/Test-CleanNamespaces-0.240.0 new file mode 100644 index 000000000000..6d1a9f50ce5b --- /dev/null +++ b/metadata/md5-cache/dev-perl/Test-CleanNamespaces-0.240.0 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=!minimal? ( dev-perl/Package-Stash-XS ) >=virtual/perl-Exporter-5.570.0 virtual/perl-File-Spec dev-perl/Module-Runtime >=dev-perl/Package-Stash-0.140.0 dev-perl/Sub-Identify virtual/perl-Test-Simple >=virtual/perl-CPAN-Meta-Requirements-2.120.620 virtual/perl-ExtUtils-MakeMaker virtual/perl-Module-Metadata !=virtual/perl-CPAN-Meta-2.120.900 ) dev-perl/File-pushd virtual/perl-Scalar-List-Utils dev-perl/Sub-Exporter dev-perl/Test-Deep dev-perl/Test-Needs >=virtual/perl-Test-Simple-1.1.10 >=dev-perl/Test-Warnings-0.9.0 virtual/perl-if dev-perl/namespace-clean virtual/perl-parent ) dev-lang/perl:= +DESCRIPTION=Check for uncleaned imports +EAPI=6 +HOMEPAGE=https://metacpan.org/release/Test-CleanNamespaces +IUSE=test minimal +KEYWORDS=~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris +LICENSE=|| ( Artistic GPL-1+ ) +RDEPEND=!minimal? ( dev-perl/Package-Stash-XS ) >=virtual/perl-Exporter-5.570.0 virtual/perl-File-Spec dev-perl/Module-Runtime >=dev-perl/Package-Stash-0.140.0 dev-perl/Sub-Identify virtual/perl-Test-Simple dev-lang/perl:= +SLOT=0 +SRC_URI=mirror://cpan/authors/id/E/ET/ETHER/Test-CleanNamespaces-0.24.tar.gz +_eclasses_=multiprocessing cac3169468f893670dac3e7cb940e045 perl-functions f2e3420aed32cf1abe33b4129b842636 perl-module 71c828c354a4cddced2641dda2695de5 +_md5_=3afa19c5457c5dfffbe9868e78300cd7 diff --git a/metadata/md5-cache/dev-python/Manifest.gz b/metadata/md5-cache/dev-python/Manifest.gz index 33be8c02e91a..99022d1f1614 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/autobahn-18.3.1 b/metadata/md5-cache/dev-python/autobahn-18.3.1 index 10e977a80d9e..8abb7ac261d4 100644 --- a/metadata/md5-cache/dev-python/autobahn-18.3.1 +++ b/metadata/md5-cache/dev-python/autobahn-18.3.1 @@ -4,11 +4,11 @@ DESCRIPTION=WebSocket and WAMP for Twisted and Asyncio EAPI=5 HOMEPAGE=https://pypi.org/project/autobahn/ https://crossbar.io/autobahn/ https://github.com/crossbario/autobahn-python IUSE=crypt test python_targets_python2_7 python_targets_python3_5 python_targets_python3_6 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux LICENSE=MIT RDEPEND=python_targets_python2_7? ( >=dev-python/trollius-2.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) python_targets_python2_7? ( >=dev-python/futures-3.0.4[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) >=dev-python/cbor-1.0.0[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] >=dev-python/lz4-0.7.0[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] >=dev-python/py-ubjson-0.8.4[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] >=dev-python/six-1.10.0[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] >=dev-python/snappy-0.5[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] >=dev-python/twisted-16.6.0-r2[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] >=dev-python/txaio-2.7.0[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] >=dev-python/u-msgpack-2.1[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] >=dev-python/wsaccel-0.6.2[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] >=dev-python/zope-interface-3.6[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] crypt? ( >=dev-python/pyopenssl-16.2.0[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] >=dev-python/pynacl-1.0.1[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] >=dev-python/pytrie-0.2[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] >=dev-python/pyqrcode-1.1.0[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] >=dev-python/service_identity-16.0.0 ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_5 python_targets_python3_6 ) SLOT=0 SRC_URI=mirror://pypi/a/autobahn/autobahn-18.3.1.tar.gz _eclasses_=desktop b1d22ac8bdd4679ab79c71aca235009d distutils-r1 30044897f9a75ab6414bdb19aa3c07d4 epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 ltprune 2729691420b6deeda2a90b1f1183fb55 multibuild 40fe59465edacd730c644ec2bc197809 multilib 1d91b03d42ab6308b5f4f6b598ed110e multiprocessing cac3169468f893670dac3e7cb940e045 preserve-libs ef207dc62baddfddfd39a164d9797648 python-r1 ce1cd23cfdc1848e8e32743efe34f299 python-utils-r1 08e17157a6807add7db1f8d01e7e391f toolchain-funcs 8c7f9d80beedd16f2e5a7f612c609529 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf versionator 2352c3fc97241f6a02042773c8287748 xdg-utils 14d00d009167652b1fa363e55effe213 -_md5_=4c7d2d892ae58d6f15ea0f787e14fb83 +_md5_=4a3d9586b59f3881d1e08d5e4a216af0 diff --git a/metadata/md5-cache/dev-python/automat-0.7.0 b/metadata/md5-cache/dev-python/automat-0.7.0 index ce29fdc86b74..6b01f4dc6d8e 100644 --- a/metadata/md5-cache/dev-python/automat-0.7.0 +++ b/metadata/md5-cache/dev-python/automat-0.7.0 @@ -4,11 +4,11 @@ DESCRIPTION=Self-service finite-state machines for the programmer on the go EAPI=6 HOMEPAGE=https://github.com/glyph/automat https://pypi.org/project/Automat/ IUSE=examples test python_targets_pypy python_targets_python2_7 python_targets_python3_5 python_targets_python3_6 python_targets_python3_7 -KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~amd64-linux +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux LICENSE=MIT RDEPEND=dev-python/attrs[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] dev-python/six[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] python_targets_pypy? ( >=virtual/pypy-5:0= ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) python_targets_python3_7? ( dev-lang/python:3.7 ) >=dev-lang/python-exec-2:=[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] REQUIRED_USE=|| ( python_targets_pypy python_targets_python2_7 python_targets_python3_5 python_targets_python3_6 python_targets_python3_7 ) SLOT=0 SRC_URI=mirror://pypi/A/Automat/Automat-0.7.0.tar.gz _eclasses_=distutils-r1 30044897f9a75ab6414bdb19aa3c07d4 multibuild 40fe59465edacd730c644ec2bc197809 multilib 1d91b03d42ab6308b5f4f6b598ed110e multiprocessing cac3169468f893670dac3e7cb940e045 python-r1 ce1cd23cfdc1848e8e32743efe34f299 python-utils-r1 08e17157a6807add7db1f8d01e7e391f toolchain-funcs 8c7f9d80beedd16f2e5a7f612c609529 xdg-utils 14d00d009167652b1fa363e55effe213 -_md5_=606012111e8b586fa452a961e135f7a9 +_md5_=de1673c7061a8f4baf6fe566606e4589 diff --git a/metadata/md5-cache/dev-python/aws-sam-translator-1.11.0 b/metadata/md5-cache/dev-python/aws-sam-translator-1.11.0 new file mode 100644 index 000000000000..c8ab8c79c588 --- /dev/null +++ b/metadata/md5-cache/dev-python/aws-sam-translator-1.11.0 @@ -0,0 +1,16 @@ +BDEPEND=python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) python_targets_python3_7? ( dev-lang/python:3.7 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] +DEFINED_PHASES=compile configure install prepare test +DEPEND=virtual/python-enum34[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] >=dev-python/boto3-1.5[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] >=dev-python/jsonschema-2.6[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] >=dev-python/six-1.11[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] dev-python/setuptools[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] +DESCRIPTION=A library that transform SAM templates into AWS CloudFormation templates +EAPI=7 +HOMEPAGE=https://github.com/awslabs/serverless-application-model https://pypi.org/project/aws-sam-translator/ +IUSE=python_targets_python2_7 python_targets_python3_5 python_targets_python3_6 python_targets_python3_7 +KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux +LICENSE=Apache-2.0 +RDEPEND=virtual/python-enum34[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] >=dev-python/boto3-1.5[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] >=dev-python/jsonschema-2.6[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] >=dev-python/six-1.11[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) python_targets_python3_7? ( dev-lang/python:3.7 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] +REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_5 python_targets_python3_6 python_targets_python3_7 ) +RESTRICT=test +SLOT=0 +SRC_URI=mirror://pypi/a/aws-sam-translator/aws-sam-translator-1.11.0.tar.gz +_eclasses_=distutils-r1 30044897f9a75ab6414bdb19aa3c07d4 multibuild 40fe59465edacd730c644ec2bc197809 multilib 1d91b03d42ab6308b5f4f6b598ed110e multiprocessing cac3169468f893670dac3e7cb940e045 python-r1 ce1cd23cfdc1848e8e32743efe34f299 python-utils-r1 08e17157a6807add7db1f8d01e7e391f toolchain-funcs 8c7f9d80beedd16f2e5a7f612c609529 +_md5_=30863dbdeb6afbd7aa839aaa369ba5b2 diff --git a/metadata/md5-cache/dev-python/aws-xray-sdk-python-2.4.2 b/metadata/md5-cache/dev-python/aws-xray-sdk-python-2.4.2 new file mode 100644 index 000000000000..4a847a2fdc6c --- /dev/null +++ b/metadata/md5-cache/dev-python/aws-xray-sdk-python-2.4.2 @@ -0,0 +1,16 @@ +BDEPEND=python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) python_targets_python3_7? ( dev-lang/python:3.7 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] +DEFINED_PHASES=compile configure install prepare test +DEPEND=>=dev-python/botocore-1.12.122[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] dev-python/future[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] dev-python/jsonpickle[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] dev-python/wrapt[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] virtual/python-enum34[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] dev-python/setuptools[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] +DESCRIPTION=AWS X-Ray SDK for Python +EAPI=7 +HOMEPAGE=https://github.com/aws/aws-xray-sdk-python https://pypi.org/project/aws-xray-sdk/ +IUSE=python_targets_python2_7 python_targets_python3_5 python_targets_python3_6 python_targets_python3_7 +KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux +LICENSE=Apache-2.0 +RDEPEND=>=dev-python/botocore-1.12.122[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] dev-python/future[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] dev-python/jsonpickle[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] dev-python/wrapt[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] virtual/python-enum34[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) python_targets_python3_7? ( dev-lang/python:3.7 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] +REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_5 python_targets_python3_6 python_targets_python3_7 ) +RESTRICT=test +SLOT=0 +SRC_URI=mirror://pypi/a/aws-xray-sdk/aws-xray-sdk-2.4.2.tar.gz +_eclasses_=distutils-r1 30044897f9a75ab6414bdb19aa3c07d4 multibuild 40fe59465edacd730c644ec2bc197809 multilib 1d91b03d42ab6308b5f4f6b598ed110e multiprocessing cac3169468f893670dac3e7cb940e045 python-r1 ce1cd23cfdc1848e8e32743efe34f299 python-utils-r1 08e17157a6807add7db1f8d01e7e391f toolchain-funcs 8c7f9d80beedd16f2e5a7f612c609529 +_md5_=c1bf9e8340b25889992fa565e5c0c565 diff --git a/metadata/md5-cache/dev-python/backports-tempfile-1.0 b/metadata/md5-cache/dev-python/backports-tempfile-1.0 new file mode 100644 index 000000000000..099dd06092e2 --- /dev/null +++ b/metadata/md5-cache/dev-python/backports-tempfile-1.0 @@ -0,0 +1,16 @@ +BDEPEND=python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) python_targets_python3_7? ( dev-lang/python:3.7 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] +DEFINED_PHASES=compile configure install prepare test +DEPEND=dev-python/backports[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] dev-python/backports-weakref[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] dev-python/setuptools[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] +DESCRIPTION=Backport of new features in Python's tempfile module +EAPI=7 +HOMEPAGE=https://github.com/PiDelport/backports.tempfile https://pypi.org/project/backports.tempfile/ +IUSE=python_targets_python2_7 python_targets_python3_5 python_targets_python3_6 python_targets_python3_7 +KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux +LICENSE=PSF-2.3 +RDEPEND=dev-python/backports[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] dev-python/backports-weakref[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) python_targets_python3_7? ( dev-lang/python:3.7 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] +REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_5 python_targets_python3_6 python_targets_python3_7 ) +RESTRICT=test +SLOT=0 +SRC_URI=mirror://pypi/b/backports.tempfile/backports.tempfile-1.0.tar.gz +_eclasses_=distutils-r1 30044897f9a75ab6414bdb19aa3c07d4 multibuild 40fe59465edacd730c644ec2bc197809 multilib 1d91b03d42ab6308b5f4f6b598ed110e multiprocessing cac3169468f893670dac3e7cb940e045 python-r1 ce1cd23cfdc1848e8e32743efe34f299 python-utils-r1 08e17157a6807add7db1f8d01e7e391f toolchain-funcs 8c7f9d80beedd16f2e5a7f612c609529 +_md5_=346cb58dba720434dad04548ec1ffbad diff --git a/metadata/md5-cache/dev-python/backports-weakref-1.0_p1 b/metadata/md5-cache/dev-python/backports-weakref-1.0_p1 new file mode 100644 index 000000000000..0d7e37e2e2fa --- /dev/null +++ b/metadata/md5-cache/dev-python/backports-weakref-1.0_p1 @@ -0,0 +1,16 @@ +BDEPEND=python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) python_targets_python3_7? ( dev-lang/python:3.7 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] +DEFINED_PHASES=compile configure install prepare test +DEPEND=dev-python/backports[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] dev-python/setuptools[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] +DESCRIPTION=Backport of new features in Python's weakref module +EAPI=7 +HOMEPAGE=https://github.com/PiDelport/backports.weakref https://pypi.org/project/backports.weakref/ +IUSE=python_targets_python2_7 python_targets_python3_5 python_targets_python3_6 python_targets_python3_7 +KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux +LICENSE=PSF-2.3 +RDEPEND=dev-python/backports[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) python_targets_python3_7? ( dev-lang/python:3.7 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] +REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_5 python_targets_python3_6 python_targets_python3_7 ) +RESTRICT=test +SLOT=0 +SRC_URI=mirror://pypi/b/backports.weakref/backports.weakref-1.0.post1.tar.gz +_eclasses_=distutils-r1 30044897f9a75ab6414bdb19aa3c07d4 multibuild 40fe59465edacd730c644ec2bc197809 multilib 1d91b03d42ab6308b5f4f6b598ed110e multiprocessing cac3169468f893670dac3e7cb940e045 python-r1 ce1cd23cfdc1848e8e32743efe34f299 python-utils-r1 08e17157a6807add7db1f8d01e7e391f toolchain-funcs 8c7f9d80beedd16f2e5a7f612c609529 +_md5_=b40a395f306a3d88ad3a36b0fc34ee03 diff --git a/metadata/md5-cache/dev-python/bitarray-0.8.3 b/metadata/md5-cache/dev-python/bitarray-0.8.3 index d47f689c09d5..11a8aff77bcb 100644 --- a/metadata/md5-cache/dev-python/bitarray-0.8.3 +++ b/metadata/md5-cache/dev-python/bitarray-0.8.3 @@ -1,14 +1,14 @@ DEFINED_PHASES=compile configure install prepare test -DEPEND=python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] +DEPEND=python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) python_targets_python3_7? ( dev-lang/python:3.7 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] DESCRIPTION=efficient arrays of booleans -- C extension EAPI=6 HOMEPAGE=https://github.com/ilanschnell/bitarray https://pypi.org/project/bitarray/ -IUSE=python_targets_python2_7 python_targets_python3_5 python_targets_python3_6 -KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux ~amd64-fbsd +IUSE=python_targets_python2_7 python_targets_python3_5 python_targets_python3_6 python_targets_python3_7 +KEYWORDS=~amd64 ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux LICENSE=PSF-2 -RDEPEND=python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] -REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_5 python_targets_python3_6 ) +RDEPEND=python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) python_targets_python3_7? ( dev-lang/python:3.7 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] +REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_5 python_targets_python3_6 python_targets_python3_7 ) SLOT=0 SRC_URI=mirror://pypi/b/bitarray/bitarray-0.8.3.tar.gz _eclasses_=distutils-r1 30044897f9a75ab6414bdb19aa3c07d4 multibuild 40fe59465edacd730c644ec2bc197809 multilib 1d91b03d42ab6308b5f4f6b598ed110e multiprocessing cac3169468f893670dac3e7cb940e045 python-r1 ce1cd23cfdc1848e8e32743efe34f299 python-utils-r1 08e17157a6807add7db1f8d01e7e391f toolchain-funcs 8c7f9d80beedd16f2e5a7f612c609529 xdg-utils 14d00d009167652b1fa363e55effe213 -_md5_=4d448f3762a969343a943528e0a8d12d +_md5_=9b652fec5cbf0238b03baaf9a9200cba diff --git a/metadata/md5-cache/dev-python/cbor-1.0.0 b/metadata/md5-cache/dev-python/cbor-1.0.0 index 4f661f249b91..b7d2a0bdf0b5 100644 --- a/metadata/md5-cache/dev-python/cbor-1.0.0 +++ b/metadata/md5-cache/dev-python/cbor-1.0.0 @@ -4,11 +4,11 @@ DESCRIPTION=RFC 7049 - Concise Binary Object Representation EAPI=6 HOMEPAGE=https://bitbucket.org/bodhisnarkva/cbor https://pypi.org/project/cbor/ IUSE=python_targets_python2_7 python_targets_python3_5 python_targets_python3_6 -KEYWORDS=amd64 arm ~arm64 x86 +KEYWORDS=amd64 arm ~arm64 x86 ~amd64-linux ~x86-linux LICENSE=Apache-2.0 RDEPEND=python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_5 python_targets_python3_6 ) SLOT=0 SRC_URI=mirror://pypi/c/cbor/cbor-1.0.0.tar.gz _eclasses_=distutils-r1 30044897f9a75ab6414bdb19aa3c07d4 multibuild 40fe59465edacd730c644ec2bc197809 multilib 1d91b03d42ab6308b5f4f6b598ed110e multiprocessing cac3169468f893670dac3e7cb940e045 python-r1 ce1cd23cfdc1848e8e32743efe34f299 python-utils-r1 08e17157a6807add7db1f8d01e7e391f toolchain-funcs 8c7f9d80beedd16f2e5a7f612c609529 xdg-utils 14d00d009167652b1fa363e55effe213 -_md5_=d57a84558e79b8e3688d173ad97574e2 +_md5_=9d154e4a62f32bb54042ee9ff5b5d11d diff --git a/metadata/md5-cache/dev-python/cfn-python-lint-0.21.6 b/metadata/md5-cache/dev-python/cfn-python-lint-0.21.6 new file mode 100644 index 000000000000..ca2a16df78f3 --- /dev/null +++ b/metadata/md5-cache/dev-python/cfn-python-lint-0.21.6 @@ -0,0 +1,15 @@ +BDEPEND=python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) python_targets_python3_7? ( dev-lang/python:3.7 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] +DEFINED_PHASES=compile configure install prepare test +DEPEND=dev-python/jsonpatch[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] >=dev-python/jsonschema-2.6[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] >=dev-python/aws-sam-translator-1.10.0[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] >=dev-python/pathlib2-2.3.0[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] dev-python/pyyaml[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] >=dev-python/requests-2.15.0[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] dev-python/setuptools[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] >=dev-python/six-1.11[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] dev-python/setuptools[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] +DESCRIPTION=CloudFormation Linter +EAPI=7 +HOMEPAGE=https://pypi.org/project/cfn-lint/ https://github.com/aws-cloudformation/cfn-python-lint +IUSE=python_targets_python2_7 python_targets_python3_5 python_targets_python3_6 python_targets_python3_7 +KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux +LICENSE=MIT +RDEPEND=dev-python/jsonpatch[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] >=dev-python/jsonschema-2.6[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] >=dev-python/aws-sam-translator-1.10.0[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] >=dev-python/pathlib2-2.3.0[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] dev-python/pyyaml[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] >=dev-python/requests-2.15.0[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] dev-python/setuptools[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] >=dev-python/six-1.11[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) python_targets_python3_7? ( dev-lang/python:3.7 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] +REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_5 python_targets_python3_6 python_targets_python3_7 ) +SLOT=0 +SRC_URI=mirror://pypi/c/cfn-lint/cfn-lint-0.21.6.tar.gz +_eclasses_=distutils-r1 30044897f9a75ab6414bdb19aa3c07d4 multibuild 40fe59465edacd730c644ec2bc197809 multilib 1d91b03d42ab6308b5f4f6b598ed110e multiprocessing cac3169468f893670dac3e7cb940e045 python-r1 ce1cd23cfdc1848e8e32743efe34f299 python-utils-r1 08e17157a6807add7db1f8d01e7e391f toolchain-funcs 8c7f9d80beedd16f2e5a7f612c609529 +_md5_=c041ce2f86b82e54478658d6d1f064b0 diff --git a/metadata/md5-cache/dev-python/constantly-15.1.0-r1 b/metadata/md5-cache/dev-python/constantly-15.1.0-r1 index f1227a9f5981..866f13daeb83 100644 --- a/metadata/md5-cache/dev-python/constantly-15.1.0-r1 +++ b/metadata/md5-cache/dev-python/constantly-15.1.0-r1 @@ -4,11 +4,11 @@ DESCRIPTION=Symbolic constants in Python EAPI=6 HOMEPAGE=https://github.com/twisted/constantly https://pypi.org/project/constantly/ IUSE=test python_targets_python2_7 python_targets_python3_5 python_targets_python3_6 python_targets_python3_7 -KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~amd64-linux +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux LICENSE=MIT RDEPEND=python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) python_targets_python3_7? ( dev-lang/python:3.7 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_5 python_targets_python3_6 python_targets_python3_7 ) SLOT=0 SRC_URI=https://github.com/twisted/constantly/archive/15.1.0.tar.gz -> constantly-15.1.0.gh.tar.gz _eclasses_=distutils-r1 30044897f9a75ab6414bdb19aa3c07d4 multibuild 40fe59465edacd730c644ec2bc197809 multilib 1d91b03d42ab6308b5f4f6b598ed110e multiprocessing cac3169468f893670dac3e7cb940e045 python-r1 ce1cd23cfdc1848e8e32743efe34f299 python-utils-r1 08e17157a6807add7db1f8d01e7e391f toolchain-funcs 8c7f9d80beedd16f2e5a7f612c609529 xdg-utils 14d00d009167652b1fa363e55effe213 -_md5_=e7aad9c7e48ed28aa9d0f86a1852799a +_md5_=0616c5afc94306ea0f48862536f9f58e diff --git a/metadata/md5-cache/dev-python/defusedxml-0.5.0 b/metadata/md5-cache/dev-python/defusedxml-0.5.0 index 2fb11fb6e4b6..1c8bfc465445 100644 --- a/metadata/md5-cache/dev-python/defusedxml-0.5.0 +++ b/metadata/md5-cache/dev-python/defusedxml-0.5.0 @@ -4,11 +4,11 @@ DESCRIPTION=XML bomb protection for Python stdlib modules, an xml serialiser EAPI=5 HOMEPAGE=https://bitbucket.org/tiran/defusedxml https://pypi.org/project/defusedxml/ IUSE=examples python_targets_pypy python_targets_pypy3 python_targets_python2_7 python_targets_python3_5 python_targets_python3_6 python_targets_python3_7 -KEYWORDS=alpha amd64 arm arm64 hppa ia64 ppc ppc64 s390 ~sh sparc x86 ~amd64-fbsd ~amd64-linux +KEYWORDS=alpha amd64 arm arm64 hppa ia64 ppc ppc64 s390 ~sh sparc x86 ~amd64-fbsd ~amd64-linux ~x86-linux LICENSE=PSF-2 RDEPEND=python_targets_pypy? ( >=virtual/pypy-5:0=[xml(+)] ) python_targets_pypy3? ( >=virtual/pypy3-5:0=[xml(+)] ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[xml(+)] ) python_targets_python3_5? ( dev-lang/python:3.5[xml(+)] ) python_targets_python3_6? ( dev-lang/python:3.6[xml(+)] ) python_targets_python3_7? ( dev-lang/python:3.7[xml(+)] ) >=dev-lang/python-exec-2:=[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] REQUIRED_USE=|| ( python_targets_pypy python_targets_pypy3 python_targets_python2_7 python_targets_python3_5 python_targets_python3_6 python_targets_python3_7 ) SLOT=0 SRC_URI=mirror://pypi/d/defusedxml/defusedxml-0.5.0.tar.gz _eclasses_=desktop b1d22ac8bdd4679ab79c71aca235009d distutils-r1 30044897f9a75ab6414bdb19aa3c07d4 epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 ltprune 2729691420b6deeda2a90b1f1183fb55 multibuild 40fe59465edacd730c644ec2bc197809 multilib 1d91b03d42ab6308b5f4f6b598ed110e multiprocessing cac3169468f893670dac3e7cb940e045 preserve-libs ef207dc62baddfddfd39a164d9797648 python-r1 ce1cd23cfdc1848e8e32743efe34f299 python-utils-r1 08e17157a6807add7db1f8d01e7e391f toolchain-funcs 8c7f9d80beedd16f2e5a7f612c609529 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf xdg-utils 14d00d009167652b1fa363e55effe213 -_md5_=3c1d7b8955d85b9641b2f4c116c5f04d +_md5_=fb0aec871aee2f22e901ba7c93997962 diff --git a/metadata/md5-cache/dev-python/feedparser-5.2.1 b/metadata/md5-cache/dev-python/feedparser-5.2.1 index f09da3b710a2..603647986eba 100644 --- a/metadata/md5-cache/dev-python/feedparser-5.2.1 +++ b/metadata/md5-cache/dev-python/feedparser-5.2.1 @@ -1,15 +1,15 @@ DEFINED_PHASES=compile configure install prepare test -DEPEND=dev-python/setuptools[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] python_targets_pypy? ( >=virtual/pypy-5:0= ) python_targets_pypy3? ( >=virtual/pypy3-5:0= ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) >=dev-lang/python-exec-2:=[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] +DEPEND=dev-python/setuptools[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] python_targets_pypy? ( >=virtual/pypy-5:0= ) python_targets_pypy3? ( >=virtual/pypy3-5:0= ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) python_targets_python3_7? ( dev-lang/python:3.7 ) >=dev-lang/python-exec-2:=[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] DESCRIPTION=Parse RSS and Atom feeds in Python EAPI=5 HOMEPAGE=https://github.com/kurtmckee/feedparser https://pypi.org/project/feedparser/ -IUSE=python_targets_pypy python_targets_pypy3 python_targets_python2_7 python_targets_python3_5 python_targets_python3_6 +IUSE=python_targets_pypy python_targets_pypy3 python_targets_python2_7 python_targets_python3_5 python_targets_python3_6 python_targets_python3_7 KEYWORDS=alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 s390 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris LICENSE=BSD-2 PSF-2 -RDEPEND=python_targets_pypy? ( >=virtual/pypy-5:0= ) python_targets_pypy3? ( >=virtual/pypy3-5:0= ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) >=dev-lang/python-exec-2:=[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] -REQUIRED_USE=|| ( python_targets_pypy python_targets_pypy3 python_targets_python2_7 python_targets_python3_5 python_targets_python3_6 ) +RDEPEND=python_targets_pypy? ( >=virtual/pypy-5:0= ) python_targets_pypy3? ( >=virtual/pypy3-5:0= ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) python_targets_python3_7? ( dev-lang/python:3.7 ) >=dev-lang/python-exec-2:=[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] +REQUIRED_USE=|| ( python_targets_pypy python_targets_pypy3 python_targets_python2_7 python_targets_python3_5 python_targets_python3_6 python_targets_python3_7 ) RESTRICT=test SLOT=0 SRC_URI=mirror://pypi/f/feedparser/feedparser-5.2.1.tar.gz _eclasses_=desktop b1d22ac8bdd4679ab79c71aca235009d distutils-r1 30044897f9a75ab6414bdb19aa3c07d4 epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 ltprune 2729691420b6deeda2a90b1f1183fb55 multibuild 40fe59465edacd730c644ec2bc197809 multilib 1d91b03d42ab6308b5f4f6b598ed110e multiprocessing cac3169468f893670dac3e7cb940e045 preserve-libs ef207dc62baddfddfd39a164d9797648 python-r1 ce1cd23cfdc1848e8e32743efe34f299 python-utils-r1 08e17157a6807add7db1f8d01e7e391f toolchain-funcs 8c7f9d80beedd16f2e5a7f612c609529 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf xdg-utils 14d00d009167652b1fa363e55effe213 -_md5_=817204651058aa2a67e74b4ab0c7b0da +_md5_=5d0d0f643661070c92c813c3b1e30bd9 diff --git a/metadata/md5-cache/dev-python/futures-3.2.0 b/metadata/md5-cache/dev-python/futures-3.2.0 index 0010697b142f..2745712f508c 100644 --- a/metadata/md5-cache/dev-python/futures-3.2.0 +++ b/metadata/md5-cache/dev-python/futures-3.2.0 @@ -4,11 +4,11 @@ DESCRIPTION=Backport of the concurrent.futures package from Python 3.2 EAPI=6 HOMEPAGE=https://github.com/agronholm/pythonfutures https://pypi.org/project/futures/ IUSE=doc python_targets_pypy python_targets_python2_7 -KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 s390 ~sh ~sparc ~x86 ~amd64-fbsd ~amd64-linux +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 s390 ~sh ~sparc ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux LICENSE=PSF-2 RDEPEND=python_targets_pypy? ( >=virtual/pypy-5:0= ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) >=dev-lang/python-exec-2:=[python_targets_pypy(-)?,python_targets_python2_7(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-)] REQUIRED_USE=|| ( python_targets_pypy python_targets_python2_7 ) SLOT=0 SRC_URI=mirror://pypi/f/futures/futures-3.2.0.tar.gz _eclasses_=distutils-r1 30044897f9a75ab6414bdb19aa3c07d4 multibuild 40fe59465edacd730c644ec2bc197809 multilib 1d91b03d42ab6308b5f4f6b598ed110e multiprocessing cac3169468f893670dac3e7cb940e045 python-r1 ce1cd23cfdc1848e8e32743efe34f299 python-utils-r1 08e17157a6807add7db1f8d01e7e391f toolchain-funcs 8c7f9d80beedd16f2e5a7f612c609529 xdg-utils 14d00d009167652b1fa363e55effe213 -_md5_=560a0b2056e22c92999900ca68791d39 +_md5_=9a3124bb2b90a75b5ef61ee83588581d diff --git a/metadata/md5-cache/dev-python/git-review-1.27.0 b/metadata/md5-cache/dev-python/git-review-1.27.0 index c7483109fab3..a22da859a8ba 100644 --- a/metadata/md5-cache/dev-python/git-review-1.27.0 +++ b/metadata/md5-cache/dev-python/git-review-1.27.0 @@ -4,11 +4,11 @@ DESCRIPTION=Tool to submit code to Gerrit EAPI=6 HOMEPAGE=https://git.openstack.org/cgit/openstack-infra/git-review IUSE=python_targets_python2_7 python_targets_python3_5 python_targets_python3_6 -KEYWORDS=amd64 x86 +KEYWORDS=amd64 x86 ~x64-cygwin ~amd64-linux ~x86-linux LICENSE=Apache-2.0 RDEPEND=>=dev-python/requests-1.1[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_5 python_targets_python3_6 ) SLOT=0 SRC_URI=mirror://pypi/g/git-review/git-review-1.27.0.tar.gz _eclasses_=distutils-r1 30044897f9a75ab6414bdb19aa3c07d4 multibuild 40fe59465edacd730c644ec2bc197809 multilib 1d91b03d42ab6308b5f4f6b598ed110e multiprocessing cac3169468f893670dac3e7cb940e045 python-r1 ce1cd23cfdc1848e8e32743efe34f299 python-utils-r1 08e17157a6807add7db1f8d01e7e391f toolchain-funcs 8c7f9d80beedd16f2e5a7f612c609529 xdg-utils 14d00d009167652b1fa363e55effe213 -_md5_=654d72096bdb2dfa74341a2df45a94e6 +_md5_=f3c47c8f33e6194f12b67e84d8fa6601 diff --git a/metadata/md5-cache/dev-python/hyperlink-18.0.0 b/metadata/md5-cache/dev-python/hyperlink-18.0.0 index 5100e24a57be..1093fcc659b4 100644 --- a/metadata/md5-cache/dev-python/hyperlink-18.0.0 +++ b/metadata/md5-cache/dev-python/hyperlink-18.0.0 @@ -4,11 +4,11 @@ DESCRIPTION=A featureful, correct URL for Python EAPI=6 HOMEPAGE=https://github.com/python-hyper/hyperlink https://pypi.org/project/hyperlink/ IUSE=test python_targets_pypy python_targets_python2_7 python_targets_python3_5 python_targets_python3_6 python_targets_python3_7 -KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~amd64-linux +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux LICENSE=BSD MIT RDEPEND=python_targets_pypy? ( >=virtual/pypy-5:0= ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) python_targets_python3_7? ( dev-lang/python:3.7 ) >=dev-lang/python-exec-2:=[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] REQUIRED_USE=|| ( python_targets_pypy python_targets_python2_7 python_targets_python3_5 python_targets_python3_6 python_targets_python3_7 ) SLOT=0 SRC_URI=mirror://pypi/h/hyperlink/hyperlink-18.0.0.tar.gz _eclasses_=distutils-r1 30044897f9a75ab6414bdb19aa3c07d4 multibuild 40fe59465edacd730c644ec2bc197809 multilib 1d91b03d42ab6308b5f4f6b598ed110e multiprocessing cac3169468f893670dac3e7cb940e045 python-r1 ce1cd23cfdc1848e8e32743efe34f299 python-utils-r1 08e17157a6807add7db1f8d01e7e391f toolchain-funcs 8c7f9d80beedd16f2e5a7f612c609529 xdg-utils 14d00d009167652b1fa363e55effe213 -_md5_=7acbf336a9392512861e82bb0d10a7ab +_md5_=f13deaa3a813d91c672d89e98f9b2628 diff --git a/metadata/md5-cache/dev-python/incremental-17.5.0 b/metadata/md5-cache/dev-python/incremental-17.5.0 index 6ec43786fde7..c6a5ac91cb9d 100644 --- a/metadata/md5-cache/dev-python/incremental-17.5.0 +++ b/metadata/md5-cache/dev-python/incremental-17.5.0 @@ -4,11 +4,11 @@ DESCRIPTION=Incremental is a small library that versions your Python projects EAPI=6 HOMEPAGE=https://github.com/hawkowl/incremental https://pypi.org/project/incremental/ IUSE=python_targets_pypy python_targets_python2_7 python_targets_python3_5 python_targets_python3_6 python_targets_python3_7 -KEYWORDS=~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~amd64-linux +KEYWORDS=~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux LICENSE=MIT RDEPEND=python_targets_pypy? ( >=virtual/pypy-5:0= ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) python_targets_python3_7? ( dev-lang/python:3.7 ) >=dev-lang/python-exec-2:=[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] REQUIRED_USE=|| ( python_targets_pypy python_targets_python2_7 python_targets_python3_5 python_targets_python3_6 python_targets_python3_7 ) SLOT=0 SRC_URI=mirror://pypi/i/incremental/incremental-17.5.0.tar.gz _eclasses_=distutils-r1 30044897f9a75ab6414bdb19aa3c07d4 multibuild 40fe59465edacd730c644ec2bc197809 multilib 1d91b03d42ab6308b5f4f6b598ed110e multiprocessing cac3169468f893670dac3e7cb940e045 python-r1 ce1cd23cfdc1848e8e32743efe34f299 python-utils-r1 08e17157a6807add7db1f8d01e7e391f toolchain-funcs 8c7f9d80beedd16f2e5a7f612c609529 xdg-utils 14d00d009167652b1fa363e55effe213 -_md5_=2c08c70c75e9cd13bea44b54d2253934 +_md5_=e8b8ed0e6127e66961878a371fdc71cd diff --git a/metadata/md5-cache/dev-python/jsondiff-1.1.2 b/metadata/md5-cache/dev-python/jsondiff-1.1.2 new file mode 100644 index 000000000000..2c61db15d40d --- /dev/null +++ b/metadata/md5-cache/dev-python/jsondiff-1.1.2 @@ -0,0 +1,16 @@ +BDEPEND=python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) python_targets_python3_7? ( dev-lang/python:3.7 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] +DEFINED_PHASES=compile configure install prepare test +DEPEND=dev-python/setuptools[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] +DESCRIPTION=Diff JSON and JSON-like structures in Python +EAPI=7 +HOMEPAGE=https://github.com/xlwings/jsondiff https://pypi.org/project/jsondiff/ +IUSE=python_targets_python2_7 python_targets_python3_5 python_targets_python3_6 python_targets_python3_7 +KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux +LICENSE=MIT +RDEPEND=python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) python_targets_python3_7? ( dev-lang/python:3.7 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] +REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_5 python_targets_python3_6 python_targets_python3_7 ) +RESTRICT=test +SLOT=0 +SRC_URI=mirror://pypi/j/jsondiff/jsondiff-1.1.2.tar.gz +_eclasses_=distutils-r1 30044897f9a75ab6414bdb19aa3c07d4 multibuild 40fe59465edacd730c644ec2bc197809 multilib 1d91b03d42ab6308b5f4f6b598ed110e multiprocessing cac3169468f893670dac3e7cb940e045 python-r1 ce1cd23cfdc1848e8e32743efe34f299 python-utils-r1 08e17157a6807add7db1f8d01e7e391f toolchain-funcs 8c7f9d80beedd16f2e5a7f612c609529 +_md5_=10982060c96c76f74b38b89b429f09f3 diff --git a/metadata/md5-cache/dev-python/jsonpickle-1.2 b/metadata/md5-cache/dev-python/jsonpickle-1.2 new file mode 100644 index 000000000000..42f4325ab184 --- /dev/null +++ b/metadata/md5-cache/dev-python/jsonpickle-1.2 @@ -0,0 +1,15 @@ +BDEPEND=python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) python_targets_python3_7? ( dev-lang/python:3.7 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] +DEFINED_PHASES=compile configure install prepare test +DEPEND=test? ( dev-python/simplejson[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] dev-python/feedparser[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] dev-python/ujson[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] ) doc? ( dev-python/sphinx[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] python_targets_python2_7? ( dev-python/sphinxtogithub[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) ) +DESCRIPTION=Python library for serializing any arbitrary object graph into JSON +EAPI=7 +HOMEPAGE=https://github.com/jsonpickle/jsonpickle/ https://pypi.org/project/jsonpickle/ +IUSE=doc test python_targets_python2_7 python_targets_python3_5 python_targets_python3_6 python_targets_python3_7 +KEYWORDS=~amd64 ~arm ~x86 ~amd64-linux ~x86-linux +LICENSE=BSD +RDEPEND=dev-python/simplejson[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] dev-python/feedparser[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] dev-python/ujson[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) python_targets_python3_7? ( dev-lang/python:3.7 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] +REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_5 python_targets_python3_6 python_targets_python3_7 ) +SLOT=0 +SRC_URI=mirror://pypi/j/jsonpickle/jsonpickle-1.2.tar.gz +_eclasses_=distutils-r1 30044897f9a75ab6414bdb19aa3c07d4 multibuild 40fe59465edacd730c644ec2bc197809 multilib 1d91b03d42ab6308b5f4f6b598ed110e multiprocessing cac3169468f893670dac3e7cb940e045 python-r1 ce1cd23cfdc1848e8e32743efe34f299 python-utils-r1 08e17157a6807add7db1f8d01e7e391f toolchain-funcs 8c7f9d80beedd16f2e5a7f612c609529 +_md5_=64249e8e6b491a1a792e8225528a9f79 diff --git a/metadata/md5-cache/dev-python/m2r-0.1.14 b/metadata/md5-cache/dev-python/m2r-0.1.14 index 4aaf0ed81203..c4962406283a 100644 --- a/metadata/md5-cache/dev-python/m2r-0.1.14 +++ b/metadata/md5-cache/dev-python/m2r-0.1.14 @@ -4,11 +4,11 @@ DESCRIPTION=Markdown to reStructuredText converter EAPI=6 HOMEPAGE=https://github.com/miyakogi/m2r https://pypi.org/project/m2r/ IUSE=test python_targets_pypy python_targets_python2_7 python_targets_python3_5 python_targets_python3_6 python_targets_python3_7 -KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~amd64-linux +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux LICENSE=MIT RDEPEND=dev-python/mistune[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] dev-python/docutils[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] python_targets_pypy? ( >=virtual/pypy-5:0= ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) python_targets_python3_7? ( dev-lang/python:3.7 ) >=dev-lang/python-exec-2:=[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] REQUIRED_USE=|| ( python_targets_pypy python_targets_python2_7 python_targets_python3_5 python_targets_python3_6 python_targets_python3_7 ) SLOT=0 SRC_URI=mirror://pypi/m/m2r/m2r-0.1.14.tar.gz _eclasses_=distutils-r1 30044897f9a75ab6414bdb19aa3c07d4 multibuild 40fe59465edacd730c644ec2bc197809 multilib 1d91b03d42ab6308b5f4f6b598ed110e multiprocessing cac3169468f893670dac3e7cb940e045 python-r1 ce1cd23cfdc1848e8e32743efe34f299 python-utils-r1 08e17157a6807add7db1f8d01e7e391f toolchain-funcs 8c7f9d80beedd16f2e5a7f612c609529 xdg-utils 14d00d009167652b1fa363e55effe213 -_md5_=689ce0b054a9c7adfffe3126d16ecac2 +_md5_=4c4c10dc52ee8c5e696c45ad54ef8e70 diff --git a/metadata/md5-cache/dev-python/moto-1.3.8 b/metadata/md5-cache/dev-python/moto-1.3.8 new file mode 100644 index 000000000000..4c097d512e26 --- /dev/null +++ b/metadata/md5-cache/dev-python/moto-1.3.8 @@ -0,0 +1,16 @@ +BDEPEND=python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) python_targets_python3_7? ( dev-lang/python:3.7 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] +DEFINED_PHASES=compile configure install prepare test +DEPEND=dev-python/setuptools[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] test? ( dev-python/aws-xray-sdk-python[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] dev-python/backports-tempfile[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] dev-python/cfn-python-lint[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] dev-python/cookies[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] dev-python/dicttoxml[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] >=dev-python/docker-py-2.5.1[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] >=dev-python/jinja-2.8[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] dev-python/jsondiff[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] >=dev-python/boto-2.36.0[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] >=dev-python/boto3-1.6.16[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] >=dev-python/botocore-1.12.13[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] dev-python/flask[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] dev-python/pretty-yaml[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] dev-python/python-dateutil[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] dev-python/pytz[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] dev-python/python-dateutil[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] dev-python/python-jose[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] dev-python/requests[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] dev-python/xmltodict[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] dev-python/six[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] dev-python/werkzeug[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] dev-python/freezegun[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] dev-python/mock[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] dev-python/nose[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] dev-python/responses[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] >=dev-python/sure-1.4.11[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] ) +DESCRIPTION=Mock library for boto +EAPI=7 +HOMEPAGE=https://github.com/spulec/moto +IUSE=test python_targets_python2_7 python_targets_python3_5 python_targets_python3_6 python_targets_python3_7 +KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux +LICENSE=Apache-2.0 +RDEPEND=dev-python/aws-xray-sdk-python[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] dev-python/backports-tempfile[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] dev-python/cfn-python-lint[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] dev-python/cookies[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] dev-python/dicttoxml[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] >=dev-python/docker-py-2.5.1[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] >=dev-python/jinja-2.8[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] dev-python/jsondiff[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] >=dev-python/boto-2.36.0[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] >=dev-python/boto3-1.6.16[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] >=dev-python/botocore-1.12.13[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] dev-python/flask[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] dev-python/pretty-yaml[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] dev-python/python-dateutil[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] dev-python/pytz[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] dev-python/python-dateutil[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] dev-python/python-jose[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] dev-python/requests[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] dev-python/xmltodict[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] dev-python/six[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] dev-python/werkzeug[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) python_targets_python3_7? ( dev-lang/python:3.7 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] +REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_5 python_targets_python3_6 python_targets_python3_7 ) +RESTRICT=!test? ( test ) +SLOT=0 +SRC_URI=mirror://pypi/m/moto/moto-1.3.8.tar.gz +_eclasses_=distutils-r1 30044897f9a75ab6414bdb19aa3c07d4 multibuild 40fe59465edacd730c644ec2bc197809 multilib 1d91b03d42ab6308b5f4f6b598ed110e multiprocessing cac3169468f893670dac3e7cb940e045 python-r1 ce1cd23cfdc1848e8e32743efe34f299 python-utils-r1 08e17157a6807add7db1f8d01e7e391f toolchain-funcs 8c7f9d80beedd16f2e5a7f612c609529 +_md5_=82929c782c046467316b63dec6ddd89d diff --git a/metadata/md5-cache/dev-python/pbr-5.1.1 b/metadata/md5-cache/dev-python/pbr-5.1.1 index 05631f5846b8..113edd85b23b 100644 --- a/metadata/md5-cache/dev-python/pbr-5.1.1 +++ b/metadata/md5-cache/dev-python/pbr-5.1.1 @@ -4,11 +4,11 @@ DESCRIPTION=Inject some useful and sensible default behaviors into setuptools EAPI=6 HOMEPAGE=https://github.com/openstack-dev/pbr IUSE=test python_targets_pypy python_targets_pypy3 python_targets_python2_7 python_targets_python3_5 python_targets_python3_6 python_targets_python3_7 -KEYWORDS=~amd64 ~arm64 ~hppa ~mips ~s390 ~x86 ~amd64-linux ~x86-linux +KEYWORDS=~amd64 ~arm64 ~hppa ~mips ~s390 ~x86 ~x64-cygwin ~amd64-linux ~x86-linux LICENSE=Apache-2.0 RDEPEND=python_targets_pypy? ( >=virtual/pypy-5:0=[threads(+)] ) python_targets_pypy3? ( >=virtual/pypy3-5:0=[threads(+)] ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[threads(+)] ) python_targets_python3_5? ( dev-lang/python:3.5[threads(+)] ) python_targets_python3_6? ( dev-lang/python:3.6[threads(+)] ) python_targets_python3_7? ( dev-lang/python:3.7[threads(+)] ) >=dev-lang/python-exec-2:=[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] REQUIRED_USE=|| ( python_targets_pypy python_targets_pypy3 python_targets_python2_7 python_targets_python3_5 python_targets_python3_6 python_targets_python3_7 ) SLOT=0 SRC_URI=mirror://pypi/p/pbr/pbr-5.1.1.tar.gz _eclasses_=distutils-r1 30044897f9a75ab6414bdb19aa3c07d4 multibuild 40fe59465edacd730c644ec2bc197809 multilib 1d91b03d42ab6308b5f4f6b598ed110e multiprocessing cac3169468f893670dac3e7cb940e045 python-r1 ce1cd23cfdc1848e8e32743efe34f299 python-utils-r1 08e17157a6807add7db1f8d01e7e391f toolchain-funcs 8c7f9d80beedd16f2e5a7f612c609529 xdg-utils 14d00d009167652b1fa363e55effe213 -_md5_=1c9c56045c176129cddb331133baa993 +_md5_=ac3f75352deb4ddc70776067a8245028 diff --git a/metadata/md5-cache/dev-python/py-ubjson-0.11.0 b/metadata/md5-cache/dev-python/py-ubjson-0.11.0 index 00b49e1e1645..6168a938b0bf 100644 --- a/metadata/md5-cache/dev-python/py-ubjson-0.11.0 +++ b/metadata/md5-cache/dev-python/py-ubjson-0.11.0 @@ -4,11 +4,11 @@ DESCRIPTION=Universal Binary JSON encoder/decoder EAPI=6 HOMEPAGE=https://github.com/Iotic-Labs/py-ubjson https://pypi.org/project/py-ubjson/ IUSE=python_targets_python2_7 python_targets_python3_5 python_targets_python3_6 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux LICENSE=Apache-2.0 RDEPEND=dev-python/setuptools[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_5 python_targets_python3_6 ) SLOT=0 SRC_URI=mirror://pypi/p/py-ubjson/py-ubjson-0.11.0.tar.gz _eclasses_=distutils-r1 30044897f9a75ab6414bdb19aa3c07d4 multibuild 40fe59465edacd730c644ec2bc197809 multilib 1d91b03d42ab6308b5f4f6b598ed110e multiprocessing cac3169468f893670dac3e7cb940e045 python-r1 ce1cd23cfdc1848e8e32743efe34f299 python-utils-r1 08e17157a6807add7db1f8d01e7e391f toolchain-funcs 8c7f9d80beedd16f2e5a7f612c609529 xdg-utils 14d00d009167652b1fa363e55effe213 -_md5_=da4ef00da6619d61e49cae25cb9d411b +_md5_=40809838008dd8be64091c184e260882 diff --git a/metadata/md5-cache/dev-python/pyasn1-modules-0.2.1 b/metadata/md5-cache/dev-python/pyasn1-modules-0.2.1 index 5ad803cc8801..d8d97f38ad7c 100644 --- a/metadata/md5-cache/dev-python/pyasn1-modules-0.2.1 +++ b/metadata/md5-cache/dev-python/pyasn1-modules-0.2.1 @@ -4,11 +4,11 @@ DESCRIPTION=pyasn1 modules EAPI=6 HOMEPAGE=http://snmplabs.com/pyasn1/ https://github.com/etingof/pyasn1-modules/ IUSE=test python_targets_pypy python_targets_pypy3 python_targets_python2_7 python_targets_python3_5 python_targets_python3_6 python_targets_python3_7 -KEYWORDS=alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux +KEYWORDS=alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux LICENSE=BSD RDEPEND=>=dev-python/pyasn1-0.4.1[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] python_targets_pypy? ( >=virtual/pypy-5:0= ) python_targets_pypy3? ( >=virtual/pypy3-5:0= ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) python_targets_python3_7? ( dev-lang/python:3.7 ) >=dev-lang/python-exec-2:=[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] REQUIRED_USE=|| ( python_targets_pypy python_targets_pypy3 python_targets_python2_7 python_targets_python3_5 python_targets_python3_6 python_targets_python3_7 ) SLOT=0 SRC_URI=mirror://pypi/p/pyasn1-modules/pyasn1-modules-0.2.1.tar.gz _eclasses_=distutils-r1 30044897f9a75ab6414bdb19aa3c07d4 multibuild 40fe59465edacd730c644ec2bc197809 multilib 1d91b03d42ab6308b5f4f6b598ed110e multiprocessing cac3169468f893670dac3e7cb940e045 python-r1 ce1cd23cfdc1848e8e32743efe34f299 python-utils-r1 08e17157a6807add7db1f8d01e7e391f toolchain-funcs 8c7f9d80beedd16f2e5a7f612c609529 xdg-utils 14d00d009167652b1fa363e55effe213 -_md5_=46de0400fbec5ba5bca8c6e8c3587b88 +_md5_=ba855ed9c9d4dff72a004602d424c765 diff --git a/metadata/md5-cache/dev-python/pyhamcrest-1.9.0-r1 b/metadata/md5-cache/dev-python/pyhamcrest-1.9.0-r1 index 5bc6c6963b6d..3fc248d7e504 100644 --- a/metadata/md5-cache/dev-python/pyhamcrest-1.9.0-r1 +++ b/metadata/md5-cache/dev-python/pyhamcrest-1.9.0-r1 @@ -4,11 +4,11 @@ DESCRIPTION=Hamcrest framework for matcher objects EAPI=6 HOMEPAGE=https://github.com/hamcrest/PyHamcrest IUSE=doc examples test python_targets_python2_7 python_targets_python3_5 python_targets_python3_6 python_targets_python3_7 -KEYWORDS=~alpha ~amd64 ~arm ~sh ~amd64-fbsd ~amd64-linux +KEYWORDS=~alpha ~amd64 ~arm ~sh ~amd64-fbsd ~amd64-linux ~x86-linux LICENSE=BSD RDEPEND=>=dev-python/six-1.4[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) python_targets_python3_7? ( dev-lang/python:3.7 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_5 python_targets_python3_6 python_targets_python3_7 ) SLOT=0 SRC_URI=https://github.com/hamcrest/PyHamcrest/archive/V1.9.0.tar.gz -> PyHamcrest-1.9.0.gh.tar.gz _eclasses_=distutils-r1 30044897f9a75ab6414bdb19aa3c07d4 multibuild 40fe59465edacd730c644ec2bc197809 multilib 1d91b03d42ab6308b5f4f6b598ed110e multiprocessing cac3169468f893670dac3e7cb940e045 python-r1 ce1cd23cfdc1848e8e32743efe34f299 python-utils-r1 08e17157a6807add7db1f8d01e7e391f toolchain-funcs 8c7f9d80beedd16f2e5a7f612c609529 xdg-utils 14d00d009167652b1fa363e55effe213 -_md5_=de6ef0c0cd58e75a01a8d34e1b42933e +_md5_=3566804e5ab0fdb31b1880caa87eef20 diff --git a/metadata/md5-cache/dev-python/pyjwt-1.7.1 b/metadata/md5-cache/dev-python/pyjwt-1.7.1 index 5e8807ffb40a..ed47b065ac55 100644 --- a/metadata/md5-cache/dev-python/pyjwt-1.7.1 +++ b/metadata/md5-cache/dev-python/pyjwt-1.7.1 @@ -4,11 +4,11 @@ DESCRIPTION=JSON Web Token implementation in Python EAPI=6 HOMEPAGE=https://github.com/progrium/pyjwt https://pypi.org/project/PyJWT/ IUSE=test python_targets_pypy python_targets_python2_7 python_targets_python3_5 python_targets_python3_6 python_targets_python3_7 -KEYWORDS=amd64 ~arm ~arm64 x86 +KEYWORDS=amd64 ~arm ~arm64 x86 ~amd64-linux ~x86-linux LICENSE=MIT RDEPEND=python_targets_pypy? ( >=virtual/pypy-5:0= ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) python_targets_python3_7? ( dev-lang/python:3.7 ) >=dev-lang/python-exec-2:=[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] REQUIRED_USE=|| ( python_targets_pypy python_targets_python2_7 python_targets_python3_5 python_targets_python3_6 python_targets_python3_7 ) SLOT=0 SRC_URI=mirror://pypi/P/PyJWT/PyJWT-1.7.1.tar.gz _eclasses_=desktop b1d22ac8bdd4679ab79c71aca235009d distutils-r1 30044897f9a75ab6414bdb19aa3c07d4 epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 ltprune 2729691420b6deeda2a90b1f1183fb55 multibuild 40fe59465edacd730c644ec2bc197809 multilib 1d91b03d42ab6308b5f4f6b598ed110e multiprocessing cac3169468f893670dac3e7cb940e045 preserve-libs ef207dc62baddfddfd39a164d9797648 python-r1 ce1cd23cfdc1848e8e32743efe34f299 python-utils-r1 08e17157a6807add7db1f8d01e7e391f toolchain-funcs 8c7f9d80beedd16f2e5a7f612c609529 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf xdg-utils 14d00d009167652b1fa363e55effe213 -_md5_=77bfd96e3d11ec50b948dad77deab220 +_md5_=ea71712c034f1c400c5897c9465b9ef9 diff --git a/metadata/md5-cache/dev-python/pynacl-1.3.0 b/metadata/md5-cache/dev-python/pynacl-1.3.0 index 2300243f7243..16dd13cdc9c7 100644 --- a/metadata/md5-cache/dev-python/pynacl-1.3.0 +++ b/metadata/md5-cache/dev-python/pynacl-1.3.0 @@ -5,11 +5,11 @@ DESCRIPTION=Python binding to the Networking and Cryptography (NaCl) library EAPI=7 HOMEPAGE=https://github.com/pyca/pynacl/ https://pypi.org/project/PyNaCl/ IUSE=test python_targets_python2_7 python_targets_python3_5 python_targets_python3_6 python_targets_python3_7 -KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-fbsd +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux LICENSE=Apache-2.0 RDEPEND=dev-python/six[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] >=dev-python/cffi-1.4.1[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] dev-libs/libsodium:0/23 python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) python_targets_python3_7? ( dev-lang/python:3.7 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_5 python_targets_python3_6 python_targets_python3_7 ) SLOT=0 SRC_URI=https://github.com/pyca/pynacl/archive/1.3.0.tar.gz -> pynacl-1.3.0.tar.gz _eclasses_=distutils-r1 30044897f9a75ab6414bdb19aa3c07d4 multibuild 40fe59465edacd730c644ec2bc197809 multilib 1d91b03d42ab6308b5f4f6b598ed110e multiprocessing cac3169468f893670dac3e7cb940e045 python-r1 ce1cd23cfdc1848e8e32743efe34f299 python-utils-r1 08e17157a6807add7db1f8d01e7e391f toolchain-funcs 8c7f9d80beedd16f2e5a7f612c609529 -_md5_=ddfbabfb08197fef7ff5a258d28dde52 +_md5_=455225bf83f4eae1d4f502abe247a2b9 diff --git a/metadata/md5-cache/dev-python/pyqrcode-1.2.1 b/metadata/md5-cache/dev-python/pyqrcode-1.2.1 index c174f969bb22..5c4594529eec 100644 --- a/metadata/md5-cache/dev-python/pyqrcode-1.2.1 +++ b/metadata/md5-cache/dev-python/pyqrcode-1.2.1 @@ -4,11 +4,11 @@ DESCRIPTION=A pure Python QR code generator with SVG, EPS, PNG and terminal outp EAPI=6 HOMEPAGE=https://github.com/mnooner256/pyqrcode https://pypi.org/project/PyQRCode/ IUSE=png python_targets_python2_7 python_targets_python3_5 python_targets_python3_6 -KEYWORDS=amd64 arm ~arm64 x86 +KEYWORDS=amd64 arm ~arm64 x86 ~amd64-linux ~x86-linux LICENSE=BSD RDEPEND=png? ( dev-python/pypng[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_5 python_targets_python3_6 ) SLOT=0 SRC_URI=mirror://pypi/P/PyQRCode/PyQRCode-1.2.1.tar.gz -> pyqrcode-1.2.1.tar.gz _eclasses_=distutils-r1 30044897f9a75ab6414bdb19aa3c07d4 multibuild 40fe59465edacd730c644ec2bc197809 multilib 1d91b03d42ab6308b5f4f6b598ed110e multiprocessing cac3169468f893670dac3e7cb940e045 python-r1 ce1cd23cfdc1848e8e32743efe34f299 python-utils-r1 08e17157a6807add7db1f8d01e7e391f toolchain-funcs 8c7f9d80beedd16f2e5a7f612c609529 xdg-utils 14d00d009167652b1fa363e55effe213 -_md5_=ec3c6b02a548d087e17738fe50dcce80 +_md5_=e3f521e86559c50de72af80f97221683 diff --git a/metadata/md5-cache/dev-python/python-jose-3.0.1 b/metadata/md5-cache/dev-python/python-jose-3.0.1 new file mode 100644 index 000000000000..cd4ceab037fd --- /dev/null +++ b/metadata/md5-cache/dev-python/python-jose-3.0.1 @@ -0,0 +1,16 @@ +BDEPEND=python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) python_targets_python3_7? ( dev-lang/python:3.7 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] +DEFINED_PHASES=compile configure install prepare test +DEPEND=dev-python/cryptography[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] dev-python/ecdsa[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] dev-python/pyasn1[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] >=dev-python/pycryptodome-3.3.1[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] dev-python/rsa[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] dev-python/six[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] dev-python/setuptools[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] test? ( dev-python/pytest[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] dev-python/pytest-cov[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] ) +DESCRIPTION=A JavaScript Object Signing and Encryption (JOSE) implementation in Python +EAPI=7 +HOMEPAGE=https://github.com/mpdavis/python-jose https://pypi.org/project/python-jose/ +IUSE=test python_targets_python2_7 python_targets_python3_5 python_targets_python3_6 python_targets_python3_7 +KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux +LICENSE=MIT +RDEPEND=dev-python/cryptography[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] dev-python/ecdsa[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] dev-python/pyasn1[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] >=dev-python/pycryptodome-3.3.1[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] dev-python/rsa[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] dev-python/six[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) python_targets_python3_7? ( dev-lang/python:3.7 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] +REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_5 python_targets_python3_6 python_targets_python3_7 ) +RESTRICT=!test? ( test ) +SLOT=0 +SRC_URI=https://github.com/mpdavis/python-jose/archive/3.0.1.tar.gz -> python-jose-3.0.1.tar.gz +_eclasses_=distutils-r1 30044897f9a75ab6414bdb19aa3c07d4 multibuild 40fe59465edacd730c644ec2bc197809 multilib 1d91b03d42ab6308b5f4f6b598ed110e multiprocessing cac3169468f893670dac3e7cb940e045 python-r1 ce1cd23cfdc1848e8e32743efe34f299 python-utils-r1 08e17157a6807add7db1f8d01e7e391f toolchain-funcs 8c7f9d80beedd16f2e5a7f612c609529 +_md5_=c2e46c6d12d5da0eded1a804dc47d48b diff --git a/metadata/md5-cache/dev-python/pytrie-0.3.1 b/metadata/md5-cache/dev-python/pytrie-0.3.1 index fd2b2521ad0f..edc55aa6124a 100644 --- a/metadata/md5-cache/dev-python/pytrie-0.3.1 +++ b/metadata/md5-cache/dev-python/pytrie-0.3.1 @@ -4,11 +4,11 @@ DESCRIPTION=A pure Python implementation of the trie data structure EAPI=6 HOMEPAGE=https://github.com/gsakkis/pytrie/ https://pypi.org/project/PyTrie/ IUSE=python_targets_python2_7 python_targets_python3_5 python_targets_python3_6 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux LICENSE=BSD RDEPEND=dev-python/sortedcontainers[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_5 python_targets_python3_6 ) SLOT=0 SRC_URI=mirror://pypi/P/PyTrie/PyTrie-0.3.1.tar.gz -> pytrie-0.3.1.tar.gz _eclasses_=distutils-r1 30044897f9a75ab6414bdb19aa3c07d4 multibuild 40fe59465edacd730c644ec2bc197809 multilib 1d91b03d42ab6308b5f4f6b598ed110e multiprocessing cac3169468f893670dac3e7cb940e045 python-r1 ce1cd23cfdc1848e8e32743efe34f299 python-utils-r1 08e17157a6807add7db1f8d01e7e391f toolchain-funcs 8c7f9d80beedd16f2e5a7f612c609529 xdg-utils 14d00d009167652b1fa363e55effe213 -_md5_=3f80c3081d8db82df9ca09ae5d1129a3 +_md5_=9ffd0c8cdc993c51cefae166ca24d07a diff --git a/metadata/md5-cache/dev-python/ruamel-std-pathlib-0.6.4 b/metadata/md5-cache/dev-python/ruamel-std-pathlib-0.6.4 new file mode 100644 index 000000000000..4c01cf99a58a --- /dev/null +++ b/metadata/md5-cache/dev-python/ruamel-std-pathlib-0.6.4 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare test unpack +DEPEND=dev-python/setuptools[python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] test? ( dev-python/flake8[python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] dev-python/pytest[python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) python_targets_python3_7? ( dev-lang/python:3.7 ) >=dev-lang/python-exec-2:=[python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] +DESCRIPTION=Ruamel enhancements to pathlib and pathlib2 +EAPI=6 +HOMEPAGE=https://pypi.org/project/ruamel.std.pathlib/ https://bitbucket.org/ruamel/std.pathlib +IUSE=test python_targets_python3_5 python_targets_python3_6 python_targets_python3_7 +KEYWORDS=~amd64 ~arm64 ~x86 +LICENSE=MIT +RDEPEND=python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) python_targets_python3_7? ( dev-lang/python:3.7 ) >=dev-lang/python-exec-2:=[python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] +REQUIRED_USE=|| ( python_targets_python3_5 python_targets_python3_6 python_targets_python3_7 ) +SLOT=0 +SRC_URI=https://bitbucket.org/ruamel/std.pathlib/get/0.6.4.tar.gz -> ruamel-std-pathlib-0.6.4.tar.gz +_eclasses_=distutils-r1 30044897f9a75ab6414bdb19aa3c07d4 multibuild 40fe59465edacd730c644ec2bc197809 multilib 1d91b03d42ab6308b5f4f6b598ed110e multiprocessing cac3169468f893670dac3e7cb940e045 python-r1 ce1cd23cfdc1848e8e32743efe34f299 python-utils-r1 08e17157a6807add7db1f8d01e7e391f toolchain-funcs 8c7f9d80beedd16f2e5a7f612c609529 vcs-snapshot b77011b62e2053c646ad720defe6d921 xdg-utils 14d00d009167652b1fa363e55effe213 +_md5_=fd2e3864133ea31c831227a6a102abbd diff --git a/metadata/md5-cache/dev-python/ruamel-yaml-0.15.97 b/metadata/md5-cache/dev-python/ruamel-yaml-0.15.97 new file mode 100644 index 000000000000..8dd81f98f6b1 --- /dev/null +++ b/metadata/md5-cache/dev-python/ruamel-yaml-0.15.97 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare test unpack +DEPEND=dev-python/setuptools[python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] test? ( dev-python/flake8[python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] dev-python/pytest[python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] dev-python/ruamel-std-pathlib[python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) python_targets_python3_7? ( dev-lang/python:3.7 ) >=dev-lang/python-exec-2:=[python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] +DESCRIPTION=YAML parser/emitter that supports roundtrip comment preservation +EAPI=6 +HOMEPAGE=https://pypi.org/project/ruamel.yaml/ https://bitbucket.org/ruamel/yaml +IUSE=test python_targets_python3_5 python_targets_python3_6 python_targets_python3_7 +KEYWORDS=~amd64 ~arm64 ~x86 +LICENSE=MIT +RDEPEND=python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) python_targets_python3_7? ( dev-lang/python:3.7 ) >=dev-lang/python-exec-2:=[python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] +REQUIRED_USE=|| ( python_targets_python3_5 python_targets_python3_6 python_targets_python3_7 ) +SLOT=0 +SRC_URI=https://bitbucket.org/ruamel/yaml/get/0.15.97.tar.gz -> ruamel-yaml-0.15.97.tar.gz +_eclasses_=distutils-r1 30044897f9a75ab6414bdb19aa3c07d4 multibuild 40fe59465edacd730c644ec2bc197809 multilib 1d91b03d42ab6308b5f4f6b598ed110e multiprocessing cac3169468f893670dac3e7cb940e045 python-r1 ce1cd23cfdc1848e8e32743efe34f299 python-utils-r1 08e17157a6807add7db1f8d01e7e391f toolchain-funcs 8c7f9d80beedd16f2e5a7f612c609529 vcs-snapshot b77011b62e2053c646ad720defe6d921 xdg-utils 14d00d009167652b1fa363e55effe213 +_md5_=018e3ea8909983aea399c6e805dc85f1 diff --git a/metadata/md5-cache/dev-python/service_identity-17.0.0-r1 b/metadata/md5-cache/dev-python/service_identity-17.0.0-r1 index 3e45a2f5122a..e464158e3590 100644 --- a/metadata/md5-cache/dev-python/service_identity-17.0.0-r1 +++ b/metadata/md5-cache/dev-python/service_identity-17.0.0-r1 @@ -4,11 +4,11 @@ DESCRIPTION=Service identity verification for pyOpenSSL EAPI=5 HOMEPAGE=https://github.com/pyca/service_identity IUSE=doc test python_targets_pypy python_targets_python2_7 python_targets_python3_5 python_targets_python3_6 python_targets_python3_7 -KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~amd64-linux +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux LICENSE=MIT RDEPEND=dev-python/pyasn1[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] dev-python/pyasn1-modules[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] >=dev-python/pyopenssl-0.14[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] dev-python/attrs[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] python_targets_pypy? ( >=virtual/pypy-5:0= ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) python_targets_python3_7? ( dev-lang/python:3.7 ) >=dev-lang/python-exec-2:=[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] REQUIRED_USE=|| ( python_targets_pypy python_targets_python2_7 python_targets_python3_5 python_targets_python3_6 python_targets_python3_7 ) SLOT=0 SRC_URI=https://github.com/pyca/service_identity/archive/17.0.0.tar.gz -> service_identity-17.0.0.gh.tar.gz _eclasses_=desktop b1d22ac8bdd4679ab79c71aca235009d distutils-r1 30044897f9a75ab6414bdb19aa3c07d4 epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 ltprune 2729691420b6deeda2a90b1f1183fb55 multibuild 40fe59465edacd730c644ec2bc197809 multilib 1d91b03d42ab6308b5f4f6b598ed110e multiprocessing cac3169468f893670dac3e7cb940e045 preserve-libs ef207dc62baddfddfd39a164d9797648 python-r1 ce1cd23cfdc1848e8e32743efe34f299 python-utils-r1 08e17157a6807add7db1f8d01e7e391f toolchain-funcs 8c7f9d80beedd16f2e5a7f612c609529 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf xdg-utils 14d00d009167652b1fa363e55effe213 -_md5_=d899a4d3a5c6331bdd8a83573435034d +_md5_=bad9e4b09245753e898a1fe76513d216 diff --git a/metadata/md5-cache/dev-python/soappy-0.12.22 b/metadata/md5-cache/dev-python/soappy-0.12.22 index d4334f4d0079..5a2874007ca4 100644 --- a/metadata/md5-cache/dev-python/soappy-0.12.22 +++ b/metadata/md5-cache/dev-python/soappy-0.12.22 @@ -4,11 +4,11 @@ DESCRIPTION=SOAP Services for Python EAPI=5 HOMEPAGE=http://pywebsvcs.sourceforge.net/ https://pypi.org/project/SOAPpy/ IUSE=examples ssl python_targets_python2_7 -KEYWORDS=alpha amd64 arm arm64 hppa ia64 ppc ppc64 s390 ~sh sparc x86 ~amd64-fbsd ~amd64-linux +KEYWORDS=alpha amd64 arm arm64 hppa ia64 ppc ppc64 s390 ~sh sparc x86 ~amd64-fbsd ~amd64-linux ~x86-linux LICENSE=BSD RDEPEND=dev-python/wstools[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/defusedxml[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ssl? ( dev-python/m2crypto[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[ssl?,xml] ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] REQUIRED_USE=|| ( python_targets_python2_7 ) SLOT=0 SRC_URI=mirror://pypi/S/SOAPpy/SOAPpy-0.12.22.zip _eclasses_=desktop b1d22ac8bdd4679ab79c71aca235009d distutils-r1 30044897f9a75ab6414bdb19aa3c07d4 epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 ltprune 2729691420b6deeda2a90b1f1183fb55 multibuild 40fe59465edacd730c644ec2bc197809 multilib 1d91b03d42ab6308b5f4f6b598ed110e multiprocessing cac3169468f893670dac3e7cb940e045 preserve-libs ef207dc62baddfddfd39a164d9797648 python-r1 ce1cd23cfdc1848e8e32743efe34f299 python-utils-r1 08e17157a6807add7db1f8d01e7e391f toolchain-funcs 8c7f9d80beedd16f2e5a7f612c609529 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf xdg-utils 14d00d009167652b1fa363e55effe213 -_md5_=9dbbaff8c2c455384286f5d1f37286b4 +_md5_=4c1070e37a5877909c37a74eab10ef41 diff --git a/metadata/md5-cache/dev-python/sqlalchemy-migrate-0.12.0 b/metadata/md5-cache/dev-python/sqlalchemy-migrate-0.12.0 index 9bfc31b8638c..81c4ab132ecb 100644 --- a/metadata/md5-cache/dev-python/sqlalchemy-migrate-0.12.0 +++ b/metadata/md5-cache/dev-python/sqlalchemy-migrate-0.12.0 @@ -5,11 +5,11 @@ DESCRIPTION=SQLAlchemy Schema Migration Tools EAPI=7 HOMEPAGE=https://pypi.org/project/sqlalchemy-migrate/ IUSE=doc python_targets_python2_7 python_targets_python3_5 python_targets_python3_6 python_targets_python3_7 -KEYWORDS=alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 ~s390 ~sh sparc x86 +KEYWORDS=alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 ~s390 ~sh sparc x86 ~amd64-linux ~x86-linux LICENSE=MIT RDEPEND=>=dev-python/sqlalchemy-0.9.6[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] dev-python/decorator[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] >=dev-python/six-1.7.0[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] dev-python/python-sqlparse[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] >=dev-python/tempita-0.4[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) python_targets_python3_7? ( dev-lang/python:3.7 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_5 python_targets_python3_6 python_targets_python3_7 ) SLOT=0 SRC_URI=mirror://pypi/s/sqlalchemy-migrate/sqlalchemy-migrate-0.12.0.tar.gz _eclasses_=distutils-r1 30044897f9a75ab6414bdb19aa3c07d4 multibuild 40fe59465edacd730c644ec2bc197809 multilib 1d91b03d42ab6308b5f4f6b598ed110e multiprocessing cac3169468f893670dac3e7cb940e045 python-r1 ce1cd23cfdc1848e8e32743efe34f299 python-utils-r1 08e17157a6807add7db1f8d01e7e391f toolchain-funcs 8c7f9d80beedd16f2e5a7f612c609529 -_md5_=39bd0067cbbae07d63233c8cbfc1908a +_md5_=349f6af850f83262ececd5aa7de31649 diff --git a/metadata/md5-cache/dev-python/tempita-0.5.3-r2 b/metadata/md5-cache/dev-python/tempita-0.5.3-r2 index a7ff3f370fed..4ab8f149dac5 100644 --- a/metadata/md5-cache/dev-python/tempita-0.5.3-r2 +++ b/metadata/md5-cache/dev-python/tempita-0.5.3-r2 @@ -4,11 +4,11 @@ DESCRIPTION=A very small text templating language EAPI=7 HOMEPAGE=https://pypi.org/project/Tempita/ IUSE=doc test python_targets_pypy python_targets_pypy3 python_targets_python2_7 python_targets_python3_5 python_targets_python3_6 python_targets_python3_7 -KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux LICENSE=MIT RDEPEND=python_targets_pypy? ( >=virtual/pypy-5:0= ) python_targets_pypy3? ( >=virtual/pypy3-5:0= ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) python_targets_python3_7? ( dev-lang/python:3.7 ) >=dev-lang/python-exec-2:=[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] REQUIRED_USE=|| ( python_targets_pypy python_targets_pypy3 python_targets_python2_7 python_targets_python3_5 python_targets_python3_6 python_targets_python3_7 ) SLOT=0 SRC_URI=https://bitbucket.org/ianb/tempita/get/97392d008cc8.tar.gz -> tempita-0.5.3-bitbucket.tar.gz _eclasses_=distutils-r1 30044897f9a75ab6414bdb19aa3c07d4 multibuild 40fe59465edacd730c644ec2bc197809 multilib 1d91b03d42ab6308b5f4f6b598ed110e multiprocessing cac3169468f893670dac3e7cb940e045 python-r1 ce1cd23cfdc1848e8e32743efe34f299 python-utils-r1 08e17157a6807add7db1f8d01e7e391f toolchain-funcs 8c7f9d80beedd16f2e5a7f612c609529 -_md5_=48fa759f6db76522799e6deceb416ead +_md5_=e17f22ba3bd1c1339c2a2fc158130129 diff --git a/metadata/md5-cache/dev-python/trollius-2.1 b/metadata/md5-cache/dev-python/trollius-2.1 index 2c1e51b2e886..2aa584d31be9 100644 --- a/metadata/md5-cache/dev-python/trollius-2.1 +++ b/metadata/md5-cache/dev-python/trollius-2.1 @@ -4,11 +4,11 @@ DESCRIPTION=A port of the Tulip project (asyncio module, PEP3156) EAPI=5 HOMEPAGE=https://github.com/haypo/trollius https://pypi.org/project/trollius/ IUSE=python_targets_pypy python_targets_python2_7 python_targets_python3_5 python_targets_python3_6 -KEYWORDS=amd64 arm ~arm64 x86 +KEYWORDS=amd64 arm ~arm64 x86 ~amd64-linux ~x86-linux LICENSE=Apache-2.0 RDEPEND=virtual/python-futures[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] python_targets_pypy? ( >=virtual/pypy-5:0= ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) >=dev-lang/python-exec-2:=[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] REQUIRED_USE=|| ( python_targets_pypy python_targets_python2_7 python_targets_python3_5 python_targets_python3_6 ) SLOT=0 SRC_URI=mirror://pypi/t/trollius/trollius-2.1.tar.gz _eclasses_=desktop b1d22ac8bdd4679ab79c71aca235009d distutils-r1 30044897f9a75ab6414bdb19aa3c07d4 epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 ltprune 2729691420b6deeda2a90b1f1183fb55 multibuild 40fe59465edacd730c644ec2bc197809 multilib 1d91b03d42ab6308b5f4f6b598ed110e multiprocessing cac3169468f893670dac3e7cb940e045 preserve-libs ef207dc62baddfddfd39a164d9797648 python-r1 ce1cd23cfdc1848e8e32743efe34f299 python-utils-r1 08e17157a6807add7db1f8d01e7e391f toolchain-funcs 8c7f9d80beedd16f2e5a7f612c609529 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf xdg-utils 14d00d009167652b1fa363e55effe213 -_md5_=80b4a27cc83b2d01a37858f4f1487eb9 +_md5_=84a9c142aea03abf572488d321a3ac9d diff --git a/metadata/md5-cache/dev-python/twisted-18.7.0 b/metadata/md5-cache/dev-python/twisted-18.7.0 index bc48fe2965a0..35ad3760dcd0 100644 --- a/metadata/md5-cache/dev-python/twisted-18.7.0 +++ b/metadata/md5-cache/dev-python/twisted-18.7.0 @@ -5,11 +5,11 @@ DESCRIPTION=An asynchronous networking framework written in Python EAPI=7 HOMEPAGE=https://www.twistedmatrix.com/trac/ IUSE=conch crypt http2 serial +soap test python_targets_python2_7 python_targets_python3_5 python_targets_python3_6 python_targets_python3_7 -KEYWORDS=~amd64 ~arm ~mips ~s390 ~sh ~amd64-fbsd ~amd64-linux +KEYWORDS=~amd64 ~arm ~mips ~s390 ~sh ~amd64-fbsd ~amd64-linux ~x86-linux LICENSE=MIT RDEPEND=>=dev-python/attrs-17.4.0[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] >=dev-python/automat-0.3.0[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] >=dev-python/constantly-15.1.0[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] >=dev-python/hyperlink-17.1.1[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] >=dev-python/incremental-16.10.1[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] >=dev-python/pyhamcrest-1.9.0[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] >=dev-python/zope-interface-4.4.2[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] conch? ( dev-python/pyasn1[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] >=dev-python/cryptography-1.5.0[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] >=dev-python/appdirs-1.4.0[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] ) crypt? ( >=dev-python/pyopenssl-16.0.0[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] dev-python/service_identity[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] >=dev-python/idna-0.6[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] ) serial? ( >=dev-python/pyserial-3.0[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] ) soap? ( python_targets_python2_7? ( dev-python/soappy[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) ) http2? ( >=dev-python/hyper-h2-3.0.0[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] =dev-python/priority-1.1.0[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] =dev-lang/python-2.7.5-r2:2.7[threads(+)] ) python_targets_python3_5? ( dev-lang/python:3.5[threads(+)] ) python_targets_python3_6? ( dev-lang/python:3.6[threads(+)] ) python_targets_python3_7? ( dev-lang/python:3.7[threads(+)] ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_5 python_targets_python3_6 python_targets_python3_7 ) SLOT=0 SRC_URI=https://twistedmatrix.com/Releases/Twisted/18.7/Twisted-18.7.0.tar.bz2 https://dev.gentoo.org/~mgorny/dist/twisted-regen-cache.gz _eclasses_=distutils-r1 30044897f9a75ab6414bdb19aa3c07d4 multibuild 40fe59465edacd730c644ec2bc197809 multilib 1d91b03d42ab6308b5f4f6b598ed110e multiprocessing cac3169468f893670dac3e7cb940e045 python-r1 ce1cd23cfdc1848e8e32743efe34f299 python-utils-r1 08e17157a6807add7db1f8d01e7e391f toolchain-funcs 8c7f9d80beedd16f2e5a7f612c609529 -_md5_=dc788b8ac4d30b98fedf3a07e3e3c5fb +_md5_=fee72fde2f92641843c01baa9acd875c diff --git a/metadata/md5-cache/dev-python/txaio-2.9.0 b/metadata/md5-cache/dev-python/txaio-2.9.0 index a0650a2b236e..3642d1ed5800 100644 --- a/metadata/md5-cache/dev-python/txaio-2.9.0 +++ b/metadata/md5-cache/dev-python/txaio-2.9.0 @@ -4,11 +4,11 @@ DESCRIPTION=Compatibility API between asyncio/Twisted/Trollius EAPI=6 HOMEPAGE=https://github.com/crossbario/txaio https://pypi.org/project/txaio/ IUSE=doc test python_targets_python2_7 python_targets_python3_5 python_targets_python3_6 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux LICENSE=MIT RDEPEND=python_targets_python2_7? ( >=dev-python/trollius-2.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) python_targets_python2_7? ( >=dev-python/futures-3.0.3[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_5 python_targets_python3_6 ) SLOT=0 SRC_URI=mirror://pypi/t/txaio/txaio-2.9.0.tar.gz _eclasses_=distutils-r1 30044897f9a75ab6414bdb19aa3c07d4 multibuild 40fe59465edacd730c644ec2bc197809 multilib 1d91b03d42ab6308b5f4f6b598ed110e multiprocessing cac3169468f893670dac3e7cb940e045 python-r1 ce1cd23cfdc1848e8e32743efe34f299 python-utils-r1 08e17157a6807add7db1f8d01e7e391f toolchain-funcs 8c7f9d80beedd16f2e5a7f612c609529 xdg-utils 14d00d009167652b1fa363e55effe213 -_md5_=fd1652ca7023d786016942a6afcaed5c +_md5_=0b8049412458bb769fa310170b5ed6cd diff --git a/metadata/md5-cache/dev-python/typing-3.6.4-r1 b/metadata/md5-cache/dev-python/typing-3.6.4-r1 index 804c647fc581..da3cc1e681bd 100644 --- a/metadata/md5-cache/dev-python/typing-3.6.4-r1 +++ b/metadata/md5-cache/dev-python/typing-3.6.4-r1 @@ -4,11 +4,11 @@ DESCRIPTION=Type Hints for Python EAPI=6 HOMEPAGE=https://docs.python.org/3/library/typing.html https://pypi.org/project/typing/ IUSE=python_targets_pypy python_targets_python2_7 -KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-fbsd ~amd64-linux ~x64-solaris +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~x64-solaris LICENSE=PSF-2 RDEPEND=python_targets_pypy? ( >=virtual/pypy-5:0= ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) >=dev-lang/python-exec-2:=[python_targets_pypy(-)?,python_targets_python2_7(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-)] REQUIRED_USE=|| ( python_targets_pypy python_targets_python2_7 ) SLOT=0 SRC_URI=mirror://pypi/t/typing/typing-3.6.4.tar.gz _eclasses_=distutils-r1 30044897f9a75ab6414bdb19aa3c07d4 multibuild 40fe59465edacd730c644ec2bc197809 multilib 1d91b03d42ab6308b5f4f6b598ed110e multiprocessing cac3169468f893670dac3e7cb940e045 python-r1 ce1cd23cfdc1848e8e32743efe34f299 python-utils-r1 08e17157a6807add7db1f8d01e7e391f toolchain-funcs 8c7f9d80beedd16f2e5a7f612c609529 xdg-utils 14d00d009167652b1fa363e55effe213 -_md5_=5628663ecddfdde8a8dc84449803c346 +_md5_=68d101f08d6be297feb46b8b5e767d93 diff --git a/metadata/md5-cache/dev-python/u-msgpack-2.4.1 b/metadata/md5-cache/dev-python/u-msgpack-2.4.1 index 82a8ef015673..9e7046a9d5e7 100644 --- a/metadata/md5-cache/dev-python/u-msgpack-2.4.1 +++ b/metadata/md5-cache/dev-python/u-msgpack-2.4.1 @@ -4,11 +4,11 @@ DESCRIPTION=A portable, lightweight MessagePack serializer and deserializer EAPI=6 HOMEPAGE=https://github.com/vsergeev/u-msgpack-python https://pypi.org/project/u-msgpack-python/ IUSE=test python_targets_pypy python_targets_pypy3 python_targets_python2_7 python_targets_python3_5 python_targets_python3_6 python_targets_python3_7 -KEYWORDS=alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sparc x86 ~amd64-fbsd +KEYWORDS=alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sparc x86 ~amd64-fbsd ~amd64-linux ~x86-linux LICENSE=MIT RDEPEND=python_targets_pypy? ( >=virtual/pypy-5:0= ) python_targets_pypy3? ( >=virtual/pypy3-5:0= ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) python_targets_python3_7? ( dev-lang/python:3.7 ) >=dev-lang/python-exec-2:=[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] REQUIRED_USE=|| ( python_targets_pypy python_targets_pypy3 python_targets_python2_7 python_targets_python3_5 python_targets_python3_6 python_targets_python3_7 ) SLOT=0 SRC_URI=mirror://pypi/u/u-msgpack-python/u-msgpack-python-2.4.1.tar.gz -> u-msgpack-2.4.1.tar.gz _eclasses_=distutils-r1 30044897f9a75ab6414bdb19aa3c07d4 multibuild 40fe59465edacd730c644ec2bc197809 multilib 1d91b03d42ab6308b5f4f6b598ed110e multiprocessing cac3169468f893670dac3e7cb940e045 python-r1 ce1cd23cfdc1848e8e32743efe34f299 python-utils-r1 08e17157a6807add7db1f8d01e7e391f toolchain-funcs 8c7f9d80beedd16f2e5a7f612c609529 xdg-utils 14d00d009167652b1fa363e55effe213 -_md5_=27401fdba785dab7049b8e92061ebdf2 +_md5_=72d686ca647b7b04fce70d48cd85157f diff --git a/metadata/md5-cache/dev-python/ujson-1.35 b/metadata/md5-cache/dev-python/ujson-1.35 index 7a193251b385..9e551c78da9e 100644 --- a/metadata/md5-cache/dev-python/ujson-1.35 +++ b/metadata/md5-cache/dev-python/ujson-1.35 @@ -1,15 +1,15 @@ DEFINED_PHASES=compile configure install prepare test -DEPEND=dev-python/setuptools[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] test? ( python_targets_python2_7? ( dev-python/unittest2[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) dev-python/pytz[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] +DEPEND=dev-python/setuptools[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] test? ( python_targets_python2_7? ( dev-python/unittest2[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) dev-python/pytz[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) python_targets_python3_7? ( dev-lang/python:3.7 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] DESCRIPTION=Ultra fast JSON encoder and decoder for Python EAPI=6 HOMEPAGE=https://pypi.org/project/ujson/ -IUSE=test python_targets_python2_7 python_targets_python3_5 python_targets_python3_6 -KEYWORDS=amd64 arm x86 +IUSE=test python_targets_python2_7 python_targets_python3_5 python_targets_python3_6 python_targets_python3_7 +KEYWORDS=amd64 arm x86 ~amd64-linux ~x86-linux LICENSE=BSD -RDEPEND=python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] -REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_5 python_targets_python3_6 ) +RDEPEND=python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) python_targets_python3_7? ( dev-lang/python:3.7 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] +REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_5 python_targets_python3_6 python_targets_python3_7 ) RESTRICT=!test? ( test ) SLOT=0 SRC_URI=mirror://pypi/u/ujson/ujson-1.35.tar.gz _eclasses_=distutils-r1 30044897f9a75ab6414bdb19aa3c07d4 multibuild 40fe59465edacd730c644ec2bc197809 multilib 1d91b03d42ab6308b5f4f6b598ed110e multiprocessing cac3169468f893670dac3e7cb940e045 python-r1 ce1cd23cfdc1848e8e32743efe34f299 python-utils-r1 08e17157a6807add7db1f8d01e7e391f toolchain-funcs 8c7f9d80beedd16f2e5a7f612c609529 xdg-utils 14d00d009167652b1fa363e55effe213 -_md5_=90b52067fd94b49a838128c7eec41684 +_md5_=cabecc0c013cba3d12c5f980eb834149 diff --git a/metadata/md5-cache/dev-python/wstools-0.4.5-r1 b/metadata/md5-cache/dev-python/wstools-0.4.5-r1 index 548cc9c47fe9..57b03cc761a7 100644 --- a/metadata/md5-cache/dev-python/wstools-0.4.5-r1 +++ b/metadata/md5-cache/dev-python/wstools-0.4.5-r1 @@ -4,11 +4,11 @@ DESCRIPTION=WSDL parsing services package for Web Services for Python EAPI=6 HOMEPAGE=https://github.com/kiorky/wstools https://pypi.org/project/wstools/ IUSE=test python_targets_pypy python_targets_python2_7 python_targets_python3_5 python_targets_python3_6 python_targets_python3_7 -KEYWORDS=~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~amd64-linux ~x64-macos ~x86-macos +KEYWORDS=~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos LICENSE=BSD RDEPEND=dev-python/six[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] python_targets_pypy? ( >=virtual/pypy-5:0=[xml(+)] ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[xml(+)] ) python_targets_python3_5? ( dev-lang/python:3.5[xml(+)] ) python_targets_python3_6? ( dev-lang/python:3.6[xml(+)] ) python_targets_python3_7? ( dev-lang/python:3.7[xml(+)] ) >=dev-lang/python-exec-2:=[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] REQUIRED_USE=|| ( python_targets_pypy python_targets_python2_7 python_targets_python3_5 python_targets_python3_6 python_targets_python3_7 ) SLOT=0 SRC_URI=mirror://pypi/w/wstools/wstools-0.4.5.tar.gz _eclasses_=distutils-r1 30044897f9a75ab6414bdb19aa3c07d4 multibuild 40fe59465edacd730c644ec2bc197809 multilib 1d91b03d42ab6308b5f4f6b598ed110e multiprocessing cac3169468f893670dac3e7cb940e045 python-r1 ce1cd23cfdc1848e8e32743efe34f299 python-utils-r1 08e17157a6807add7db1f8d01e7e391f toolchain-funcs 8c7f9d80beedd16f2e5a7f612c609529 xdg-utils 14d00d009167652b1fa363e55effe213 -_md5_=ba71549ccc53afbeee1eab003ae7774f +_md5_=23e82c35e7d4f23adb79ff02991ceae2 diff --git a/metadata/md5-cache/dev-ruby/Manifest.gz b/metadata/md5-cache/dev-ruby/Manifest.gz index 15449f040657..79fdaed55ea9 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/did_you_mean-1.1.2 b/metadata/md5-cache/dev-ruby/did_you_mean-1.1.2 index 19bded92f632..5ae2c5a06597 100644 --- a/metadata/md5-cache/dev-ruby/did_you_mean-1.1.2 +++ b/metadata/md5-cache/dev-ruby/did_you_mean-1.1.2 @@ -4,11 +4,11 @@ DESCRIPTION='did you mean?'experience in Ruby EAPI=5 HOMEPAGE=https://github.com/yuki24/did_you_mean IUSE=elibc_FreeBSD ruby_targets_ruby24 test test -KEYWORDS=alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 ~amd64-fbsd ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris +KEYWORDS=alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris LICENSE=MIT RDEPEND=ruby_targets_ruby24? ( dev-lang/ruby:2.4 ) ruby_targets_ruby24? ( virtual/rubygems[ruby_targets_ruby24] ) REQUIRED_USE=|| ( ruby_targets_ruby24 ) SLOT=2.4 SRC_URI=mirror://rubygems/did_you_mean-1.1.2.gem _eclasses_=desktop b1d22ac8bdd4679ab79c71aca235009d eapi7-ver 756b3f27d8e46131d5cf3c51bd876446 epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 java-utils-2 dd352559d0e143500ec878acc74da909 ltprune 2729691420b6deeda2a90b1f1183fb55 multilib 1d91b03d42ab6308b5f4f6b598ed110e preserve-libs ef207dc62baddfddfd39a164d9797648 ruby-fakegem 4044516b167f460104703fee4a3c7f5f ruby-ng fc1f9a4afc07d0afa5c83bfd16b7c4ae ruby-utils 10cec86289e60f4b0d731b2e4b545e5d toolchain-funcs 8c7f9d80beedd16f2e5a7f612c609529 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf versionator 2352c3fc97241f6a02042773c8287748 -_md5_=23fc0f9381cedabb6455cf3ca09c6b68 +_md5_=a1443c92c3fd1e6fd824dc262a237220 diff --git a/metadata/md5-cache/dev-ruby/did_you_mean-1.2.1 b/metadata/md5-cache/dev-ruby/did_you_mean-1.2.1 index 5fc3d4404d38..ed47cbf3a580 100644 --- a/metadata/md5-cache/dev-ruby/did_you_mean-1.2.1 +++ b/metadata/md5-cache/dev-ruby/did_you_mean-1.2.1 @@ -4,11 +4,11 @@ DESCRIPTION='did you mean?'experience in Ruby EAPI=6 HOMEPAGE=https://github.com/yuki24/did_you_mean IUSE=elibc_FreeBSD ruby_targets_ruby25 test test -KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris LICENSE=MIT RDEPEND=ruby_targets_ruby25? ( dev-lang/ruby:2.5 ) ruby_targets_ruby25? ( virtual/rubygems[ruby_targets_ruby25] ) REQUIRED_USE=|| ( ruby_targets_ruby25 ) SLOT=2.5 SRC_URI=mirror://rubygems/did_you_mean-1.2.1.gem _eclasses_=desktop b1d22ac8bdd4679ab79c71aca235009d eapi7-ver 756b3f27d8e46131d5cf3c51bd876446 epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 java-utils-2 dd352559d0e143500ec878acc74da909 ltprune 2729691420b6deeda2a90b1f1183fb55 multilib 1d91b03d42ab6308b5f4f6b598ed110e preserve-libs ef207dc62baddfddfd39a164d9797648 ruby-fakegem 4044516b167f460104703fee4a3c7f5f ruby-ng fc1f9a4afc07d0afa5c83bfd16b7c4ae ruby-utils 10cec86289e60f4b0d731b2e4b545e5d toolchain-funcs 8c7f9d80beedd16f2e5a7f612c609529 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf versionator 2352c3fc97241f6a02042773c8287748 -_md5_=fef5b74764fa739db76864329d5caf75 +_md5_=ee80fd95af2c194d33f82bd9d13f1127 diff --git a/metadata/md5-cache/dev-ruby/did_you_mean-1.3.0 b/metadata/md5-cache/dev-ruby/did_you_mean-1.3.0 index 7d245db69e9f..056628775491 100644 --- a/metadata/md5-cache/dev-ruby/did_you_mean-1.3.0 +++ b/metadata/md5-cache/dev-ruby/did_you_mean-1.3.0 @@ -4,11 +4,11 @@ DESCRIPTION='did you mean?'experience in Ruby EAPI=6 HOMEPAGE=https://github.com/yuki24/did_you_mean IUSE=elibc_FreeBSD ruby_targets_ruby25 ruby_targets_ruby26 test test -KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris LICENSE=MIT RDEPEND=ruby_targets_ruby25? ( dev-lang/ruby:2.5 ) ruby_targets_ruby26? ( dev-lang/ruby:2.6 ) ruby_targets_ruby25? ( virtual/rubygems[ruby_targets_ruby25] ) ruby_targets_ruby26? ( virtual/rubygems[ruby_targets_ruby26] ) REQUIRED_USE=|| ( ruby_targets_ruby25 ruby_targets_ruby26 ) SLOT=2.6 SRC_URI=mirror://rubygems/did_you_mean-1.3.0.gem _eclasses_=desktop b1d22ac8bdd4679ab79c71aca235009d eapi7-ver 756b3f27d8e46131d5cf3c51bd876446 epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 java-utils-2 dd352559d0e143500ec878acc74da909 ltprune 2729691420b6deeda2a90b1f1183fb55 multilib 1d91b03d42ab6308b5f4f6b598ed110e preserve-libs ef207dc62baddfddfd39a164d9797648 ruby-fakegem 4044516b167f460104703fee4a3c7f5f ruby-ng fc1f9a4afc07d0afa5c83bfd16b7c4ae ruby-utils 10cec86289e60f4b0d731b2e4b545e5d toolchain-funcs 8c7f9d80beedd16f2e5a7f612c609529 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf versionator 2352c3fc97241f6a02042773c8287748 -_md5_=41f5d43ef70b3dc9dfdf5205c1d1c510 +_md5_=e03622872d1c655657d14cd58317f2bd diff --git a/metadata/md5-cache/dev-ruby/fast_xs-0.8.0-r2 b/metadata/md5-cache/dev-ruby/fast_xs-0.8.0-r2 index 91cc06b0449b..998cff8d058f 100644 --- a/metadata/md5-cache/dev-ruby/fast_xs-0.8.0-r2 +++ b/metadata/md5-cache/dev-ruby/fast_xs-0.8.0-r2 @@ -4,11 +4,11 @@ DESCRIPTION=fast_xs text escaping library ruby bindings EAPI=5 HOMEPAGE=https://github.com/brianmario/fast_xs IUSE=elibc_FreeBSD ruby_targets_ruby24 ruby_targets_ruby25 ruby_targets_ruby26 doc test test -KEYWORDS=alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~x64-macos ~x64-solaris ~x86-solaris +KEYWORDS=alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris ~x86-solaris LICENSE=MIT RDEPEND=ruby_targets_ruby24? ( dev-lang/ruby:2.4 ) ruby_targets_ruby25? ( dev-lang/ruby:2.5 ) ruby_targets_ruby26? ( dev-lang/ruby:2.6 ) ruby_targets_ruby24? ( virtual/rubygems[ruby_targets_ruby24] ) ruby_targets_ruby25? ( virtual/rubygems[ruby_targets_ruby25] ) ruby_targets_ruby26? ( virtual/rubygems[ruby_targets_ruby26] ) REQUIRED_USE=|| ( ruby_targets_ruby24 ruby_targets_ruby25 ruby_targets_ruby26 ) SLOT=0 SRC_URI=mirror://rubygems/fast_xs-0.8.0.gem _eclasses_=desktop b1d22ac8bdd4679ab79c71aca235009d eapi7-ver 756b3f27d8e46131d5cf3c51bd876446 epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 java-utils-2 dd352559d0e143500ec878acc74da909 ltprune 2729691420b6deeda2a90b1f1183fb55 multilib 1d91b03d42ab6308b5f4f6b598ed110e preserve-libs ef207dc62baddfddfd39a164d9797648 ruby-fakegem 4044516b167f460104703fee4a3c7f5f ruby-ng fc1f9a4afc07d0afa5c83bfd16b7c4ae ruby-utils 10cec86289e60f4b0d731b2e4b545e5d toolchain-funcs 8c7f9d80beedd16f2e5a7f612c609529 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf versionator 2352c3fc97241f6a02042773c8287748 -_md5_=8b606b61ef2f24b0a1fe00b2f05eddf0 +_md5_=d61c44e082cec4716820dc2a9f143c0b diff --git a/metadata/md5-cache/dev-ruby/kpeg-1.1.0-r1 b/metadata/md5-cache/dev-ruby/kpeg-1.1.0-r1 index dae5e8e9f536..0deb77314294 100644 --- a/metadata/md5-cache/dev-ruby/kpeg-1.1.0-r1 +++ b/metadata/md5-cache/dev-ruby/kpeg-1.1.0-r1 @@ -4,11 +4,11 @@ DESCRIPTION=A simple PEG library for Ruby EAPI=6 HOMEPAGE=https://github.com/evanphx/kpeg IUSE=test elibc_FreeBSD ruby_targets_ruby24 ruby_targets_ruby25 ruby_targets_ruby26 doc test test -KEYWORDS=alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris +KEYWORDS=alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris LICENSE=MIT RDEPEND=ruby_targets_ruby24? ( dev-lang/ruby:2.4 ) ruby_targets_ruby25? ( dev-lang/ruby:2.5 ) ruby_targets_ruby26? ( dev-lang/ruby:2.6 ) ruby_targets_ruby24? ( virtual/rubygems[ruby_targets_ruby24] ) ruby_targets_ruby25? ( virtual/rubygems[ruby_targets_ruby25] ) ruby_targets_ruby26? ( virtual/rubygems[ruby_targets_ruby26] ) REQUIRED_USE=|| ( ruby_targets_ruby24 ruby_targets_ruby25 ruby_targets_ruby26 ) SLOT=1 SRC_URI=mirror://rubygems/kpeg-1.1.0.gem _eclasses_=desktop b1d22ac8bdd4679ab79c71aca235009d eapi7-ver 756b3f27d8e46131d5cf3c51bd876446 epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 java-utils-2 dd352559d0e143500ec878acc74da909 ltprune 2729691420b6deeda2a90b1f1183fb55 multilib 1d91b03d42ab6308b5f4f6b598ed110e preserve-libs ef207dc62baddfddfd39a164d9797648 ruby-fakegem 4044516b167f460104703fee4a3c7f5f ruby-ng fc1f9a4afc07d0afa5c83bfd16b7c4ae ruby-utils 10cec86289e60f4b0d731b2e4b545e5d toolchain-funcs 8c7f9d80beedd16f2e5a7f612c609529 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf versionator 2352c3fc97241f6a02042773c8287748 -_md5_=e4f62408aaaae3ccf5127c6a5f662282 +_md5_=60216fd0480ade055519834753d25ed7 diff --git a/metadata/md5-cache/dev-ruby/mustache-1.1.0 b/metadata/md5-cache/dev-ruby/mustache-1.1.0 index 7778ba894b9c..6ba7c3a561c0 100644 --- a/metadata/md5-cache/dev-ruby/mustache-1.1.0 +++ b/metadata/md5-cache/dev-ruby/mustache-1.1.0 @@ -4,11 +4,11 @@ DESCRIPTION=Mustache is a framework-agnostic way to render logic-free views EAPI=6 HOMEPAGE=https://mustache.github.com/ IUSE=elibc_FreeBSD ruby_targets_ruby24 ruby_targets_ruby25 ruby_targets_ruby26 doc test -KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x64-macos ~x64-solaris +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris LICENSE=MIT RDEPEND=ruby_targets_ruby24? ( dev-lang/ruby:2.4 ) ruby_targets_ruby25? ( dev-lang/ruby:2.5 ) ruby_targets_ruby26? ( dev-lang/ruby:2.6 ) ruby_targets_ruby24? ( virtual/rubygems[ruby_targets_ruby24] ) ruby_targets_ruby25? ( virtual/rubygems[ruby_targets_ruby25] ) ruby_targets_ruby26? ( virtual/rubygems[ruby_targets_ruby26] ) REQUIRED_USE=|| ( ruby_targets_ruby24 ruby_targets_ruby25 ruby_targets_ruby26 ) SLOT=0 SRC_URI=mirror://rubygems/mustache-1.1.0.gem _eclasses_=desktop b1d22ac8bdd4679ab79c71aca235009d eapi7-ver 756b3f27d8e46131d5cf3c51bd876446 epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 java-utils-2 dd352559d0e143500ec878acc74da909 ltprune 2729691420b6deeda2a90b1f1183fb55 multilib 1d91b03d42ab6308b5f4f6b598ed110e preserve-libs ef207dc62baddfddfd39a164d9797648 ruby-fakegem 4044516b167f460104703fee4a3c7f5f ruby-ng fc1f9a4afc07d0afa5c83bfd16b7c4ae ruby-utils 10cec86289e60f4b0d731b2e4b545e5d toolchain-funcs 8c7f9d80beedd16f2e5a7f612c609529 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf versionator 2352c3fc97241f6a02042773c8287748 -_md5_=b30c6c93b36349638e61dd986cba69ac +_md5_=e8c46493bfff4555b2256b2db3fdfe83 diff --git a/metadata/md5-cache/dev-ruby/net-telnet-0.2.0 b/metadata/md5-cache/dev-ruby/net-telnet-0.2.0 index 72f0c8f70407..574eccf1c051 100644 --- a/metadata/md5-cache/dev-ruby/net-telnet-0.2.0 +++ b/metadata/md5-cache/dev-ruby/net-telnet-0.2.0 @@ -4,11 +4,11 @@ DESCRIPTION=Provides telnet client functionality EAPI=6 HOMEPAGE=https://github.com/ruby/net-telnet IUSE=test elibc_FreeBSD ruby_targets_ruby24 ruby_targets_ruby25 ruby_targets_ruby26 doc test test -KEYWORDS=~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris +KEYWORDS=~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris LICENSE=|| ( Ruby-BSD BSD-2 ) RDEPEND=ruby_targets_ruby24? ( dev-lang/ruby:2.4 ) ruby_targets_ruby25? ( dev-lang/ruby:2.5 ) ruby_targets_ruby26? ( dev-lang/ruby:2.6 ) ruby_targets_ruby24? ( virtual/rubygems[ruby_targets_ruby24] ) ruby_targets_ruby25? ( virtual/rubygems[ruby_targets_ruby25] ) ruby_targets_ruby26? ( virtual/rubygems[ruby_targets_ruby26] ) REQUIRED_USE=|| ( ruby_targets_ruby24 ruby_targets_ruby25 ruby_targets_ruby26 ) SLOT=1 SRC_URI=https://github.com/ruby/net-telnet/archive/v0.2.0.tar.gz -> net-telnet-0.2.0.tar.gz _eclasses_=desktop b1d22ac8bdd4679ab79c71aca235009d eapi7-ver 756b3f27d8e46131d5cf3c51bd876446 epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 java-utils-2 dd352559d0e143500ec878acc74da909 ltprune 2729691420b6deeda2a90b1f1183fb55 multilib 1d91b03d42ab6308b5f4f6b598ed110e preserve-libs ef207dc62baddfddfd39a164d9797648 ruby-fakegem 4044516b167f460104703fee4a3c7f5f ruby-ng fc1f9a4afc07d0afa5c83bfd16b7c4ae ruby-utils 10cec86289e60f4b0d731b2e4b545e5d toolchain-funcs 8c7f9d80beedd16f2e5a7f612c609529 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf versionator 2352c3fc97241f6a02042773c8287748 -_md5_=90f06ca0a12c67775297ae56196e49ad +_md5_=42ba46c0598f557c31cc5a9edd27c960 diff --git a/metadata/md5-cache/dev-ruby/power_assert-1.1.4 b/metadata/md5-cache/dev-ruby/power_assert-1.1.4 index 5d1b8a8ea912..e751f0608aca 100644 --- a/metadata/md5-cache/dev-ruby/power_assert-1.1.4 +++ b/metadata/md5-cache/dev-ruby/power_assert-1.1.4 @@ -4,11 +4,11 @@ DESCRIPTION=Shows each value of variables and method calls in the expression EAPI=6 HOMEPAGE=https://github.com/k-tsj/power_assert IUSE=elibc_FreeBSD ruby_targets_ruby24 ruby_targets_ruby25 ruby_targets_ruby26 doc test test -KEYWORDS=~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris +KEYWORDS=~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris LICENSE=|| ( Ruby BSD-2 ) RDEPEND=ruby_targets_ruby24? ( dev-lang/ruby:2.4 ) ruby_targets_ruby25? ( dev-lang/ruby:2.5 ) ruby_targets_ruby26? ( dev-lang/ruby:2.6 ) ruby_targets_ruby24? ( virtual/rubygems[ruby_targets_ruby24] ) ruby_targets_ruby25? ( virtual/rubygems[ruby_targets_ruby25] ) ruby_targets_ruby26? ( virtual/rubygems[ruby_targets_ruby26] ) REQUIRED_USE=|| ( ruby_targets_ruby24 ruby_targets_ruby25 ruby_targets_ruby26 ) SLOT=0 SRC_URI=https://github.com/k-tsj/power_assert/archive/v1.1.4.tar.gz -> power_assert-1.1.4.tar.gz _eclasses_=desktop b1d22ac8bdd4679ab79c71aca235009d eapi7-ver 756b3f27d8e46131d5cf3c51bd876446 epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 java-utils-2 dd352559d0e143500ec878acc74da909 ltprune 2729691420b6deeda2a90b1f1183fb55 multilib 1d91b03d42ab6308b5f4f6b598ed110e preserve-libs ef207dc62baddfddfd39a164d9797648 ruby-fakegem 4044516b167f460104703fee4a3c7f5f ruby-ng fc1f9a4afc07d0afa5c83bfd16b7c4ae ruby-utils 10cec86289e60f4b0d731b2e4b545e5d toolchain-funcs 8c7f9d80beedd16f2e5a7f612c609529 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf versionator 2352c3fc97241f6a02042773c8287748 -_md5_=b801e9789b713c8c9be187c364007c24 +_md5_=15f41a46df7f15c1e9c7af22b843aca8 diff --git a/metadata/md5-cache/dev-ruby/rdiscount-2.2.0.1 b/metadata/md5-cache/dev-ruby/rdiscount-2.2.0.1 index af57bd187f66..a40b88bf8369 100644 --- a/metadata/md5-cache/dev-ruby/rdiscount-2.2.0.1 +++ b/metadata/md5-cache/dev-ruby/rdiscount-2.2.0.1 @@ -4,11 +4,11 @@ DESCRIPTION=Implementation of John Gruber's Markdown EAPI=5 HOMEPAGE=https://github.com/rtomayko/rdiscount IUSE=elibc_FreeBSD ruby_targets_ruby24 ruby_targets_ruby25 ruby_targets_ruby26 doc test test -KEYWORDS=alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~x64-macos ~x64-solaris +KEYWORDS=alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris LICENSE=MIT RDEPEND=ruby_targets_ruby24? ( dev-lang/ruby:2.4 ) ruby_targets_ruby25? ( dev-lang/ruby:2.5 ) ruby_targets_ruby26? ( dev-lang/ruby:2.6 ) ruby_targets_ruby24? ( virtual/rubygems[ruby_targets_ruby24] ) ruby_targets_ruby25? ( virtual/rubygems[ruby_targets_ruby25] ) ruby_targets_ruby26? ( virtual/rubygems[ruby_targets_ruby26] ) REQUIRED_USE=|| ( ruby_targets_ruby24 ruby_targets_ruby25 ruby_targets_ruby26 ) SLOT=0 SRC_URI=mirror://rubygems/rdiscount-2.2.0.1.gem _eclasses_=desktop b1d22ac8bdd4679ab79c71aca235009d eapi7-ver 756b3f27d8e46131d5cf3c51bd876446 epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 java-utils-2 dd352559d0e143500ec878acc74da909 ltprune 2729691420b6deeda2a90b1f1183fb55 multilib 1d91b03d42ab6308b5f4f6b598ed110e preserve-libs ef207dc62baddfddfd39a164d9797648 ruby-fakegem 4044516b167f460104703fee4a3c7f5f ruby-ng fc1f9a4afc07d0afa5c83bfd16b7c4ae ruby-utils 10cec86289e60f4b0d731b2e4b545e5d toolchain-funcs 8c7f9d80beedd16f2e5a7f612c609529 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf versionator 2352c3fc97241f6a02042773c8287748 -_md5_=29e39ef7bea6008e0eeb54b774a7ec5a +_md5_=26454c3bda637d44ad6f63593db7076f diff --git a/metadata/md5-cache/dev-ruby/rdoc-6.1.1 b/metadata/md5-cache/dev-ruby/rdoc-6.1.1 index 2145a4ca0813..07adc8ec551a 100644 --- a/metadata/md5-cache/dev-ruby/rdoc-6.1.1 +++ b/metadata/md5-cache/dev-ruby/rdoc-6.1.1 @@ -4,11 +4,11 @@ DESCRIPTION=An extended version of the RDoc library from Ruby 1.8 EAPI=6 HOMEPAGE=https://github.com/ruby/rdoc/ IUSE=elibc_FreeBSD ruby_targets_ruby24 ruby_targets_ruby25 ruby_targets_ruby26 doc test test -KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris LICENSE=Ruby MIT RDEPEND=>=app-eselect/eselect-ruby-20181225 ruby_targets_ruby24? ( dev-lang/ruby:2.4 ) ruby_targets_ruby25? ( dev-lang/ruby:2.5 ) ruby_targets_ruby26? ( dev-lang/ruby:2.6 ) ruby_targets_ruby24? ( virtual/rubygems[ruby_targets_ruby24] ) ruby_targets_ruby25? ( virtual/rubygems[ruby_targets_ruby25] ) ruby_targets_ruby26? ( virtual/rubygems[ruby_targets_ruby26] ) REQUIRED_USE=|| ( ruby_targets_ruby24 ruby_targets_ruby25 ruby_targets_ruby26 ) SLOT=0 SRC_URI=https://github.com/ruby/rdoc/archive/v6.1.1.tar.gz -> rdoc-6.1.1.tar.gz _eclasses_=desktop b1d22ac8bdd4679ab79c71aca235009d eapi7-ver 756b3f27d8e46131d5cf3c51bd876446 epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 java-utils-2 dd352559d0e143500ec878acc74da909 ltprune 2729691420b6deeda2a90b1f1183fb55 multilib 1d91b03d42ab6308b5f4f6b598ed110e preserve-libs ef207dc62baddfddfd39a164d9797648 ruby-fakegem 4044516b167f460104703fee4a3c7f5f ruby-ng fc1f9a4afc07d0afa5c83bfd16b7c4ae ruby-utils 10cec86289e60f4b0d731b2e4b545e5d toolchain-funcs 8c7f9d80beedd16f2e5a7f612c609529 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf versionator 2352c3fc97241f6a02042773c8287748 -_md5_=d62cff748b574b943075802f8451ba55 +_md5_=e403e9bca7c9c013478d8276712b3254 diff --git a/metadata/md5-cache/dev-ruby/test-unit-3.3.3 b/metadata/md5-cache/dev-ruby/test-unit-3.3.3 index 734a7406b510..22a7490bee5a 100644 --- a/metadata/md5-cache/dev-ruby/test-unit-3.3.3 +++ b/metadata/md5-cache/dev-ruby/test-unit-3.3.3 @@ -4,11 +4,11 @@ DESCRIPTION=An xUnit family unit testing framework for Ruby EAPI=6 HOMEPAGE=https://rubygems.org/gems/test-unit IUSE=doc test test elibc_FreeBSD ruby_targets_ruby24 ruby_targets_ruby25 ruby_targets_ruby26 doc test test -KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris LICENSE=|| ( Ruby GPL-2 ) PSF-2 RDEPEND=ruby_targets_ruby24? ( dev-ruby/power_assert[ruby_targets_ruby24] ) ruby_targets_ruby25? ( dev-ruby/power_assert[ruby_targets_ruby25] ) ruby_targets_ruby26? ( dev-ruby/power_assert[ruby_targets_ruby26] ) ruby_targets_ruby24? ( dev-lang/ruby:2.4 ) ruby_targets_ruby25? ( dev-lang/ruby:2.5 ) ruby_targets_ruby26? ( dev-lang/ruby:2.6 ) ruby_targets_ruby24? ( virtual/rubygems[ruby_targets_ruby24] ) ruby_targets_ruby25? ( virtual/rubygems[ruby_targets_ruby25] ) ruby_targets_ruby26? ( virtual/rubygems[ruby_targets_ruby26] ) REQUIRED_USE=|| ( ruby_targets_ruby24 ruby_targets_ruby25 ruby_targets_ruby26 ) SLOT=2 SRC_URI=mirror://rubygems/test-unit-3.3.3.gem _eclasses_=desktop b1d22ac8bdd4679ab79c71aca235009d eapi7-ver 756b3f27d8e46131d5cf3c51bd876446 epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 java-utils-2 dd352559d0e143500ec878acc74da909 ltprune 2729691420b6deeda2a90b1f1183fb55 multilib 1d91b03d42ab6308b5f4f6b598ed110e preserve-libs ef207dc62baddfddfd39a164d9797648 ruby-fakegem 4044516b167f460104703fee4a3c7f5f ruby-ng fc1f9a4afc07d0afa5c83bfd16b7c4ae ruby-utils 10cec86289e60f4b0d731b2e4b545e5d toolchain-funcs 8c7f9d80beedd16f2e5a7f612c609529 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf versionator 2352c3fc97241f6a02042773c8287748 -_md5_=4061f59947a264b1a3796b8da2801f2e +_md5_=13085d8282f1ec16669de18a07ea60c0 diff --git a/metadata/md5-cache/dev-ruby/xmlrpc-0.3.0 b/metadata/md5-cache/dev-ruby/xmlrpc-0.3.0 index 655a1faa9cae..3c5d020ac536 100644 --- a/metadata/md5-cache/dev-ruby/xmlrpc-0.3.0 +++ b/metadata/md5-cache/dev-ruby/xmlrpc-0.3.0 @@ -4,11 +4,11 @@ DESCRIPTION=XMLRPC is a lightweight protocol that enables remote procedure calls EAPI=5 HOMEPAGE=https://github.com/ruby/xmlrpc IUSE=test elibc_FreeBSD ruby_targets_ruby24 ruby_targets_ruby25 ruby_targets_ruby26 doc test test -KEYWORDS=alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris +KEYWORDS=alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris LICENSE=Ruby RDEPEND=ruby_targets_ruby24? ( dev-lang/ruby:2.4 ) ruby_targets_ruby25? ( dev-lang/ruby:2.5 ) ruby_targets_ruby26? ( dev-lang/ruby:2.6 ) ruby_targets_ruby24? ( virtual/rubygems[ruby_targets_ruby24] ) ruby_targets_ruby25? ( virtual/rubygems[ruby_targets_ruby25] ) ruby_targets_ruby26? ( virtual/rubygems[ruby_targets_ruby26] ) REQUIRED_USE=|| ( ruby_targets_ruby24 ruby_targets_ruby25 ruby_targets_ruby26 ) SLOT=0 SRC_URI=https://github.com/ruby/xmlrpc/archive/v0.3.0.tar.gz -> xmlrpc-0.3.0.tar.gz _eclasses_=desktop b1d22ac8bdd4679ab79c71aca235009d eapi7-ver 756b3f27d8e46131d5cf3c51bd876446 epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 java-utils-2 dd352559d0e143500ec878acc74da909 ltprune 2729691420b6deeda2a90b1f1183fb55 multilib 1d91b03d42ab6308b5f4f6b598ed110e preserve-libs ef207dc62baddfddfd39a164d9797648 ruby-fakegem 4044516b167f460104703fee4a3c7f5f ruby-ng fc1f9a4afc07d0afa5c83bfd16b7c4ae ruby-utils 10cec86289e60f4b0d731b2e4b545e5d toolchain-funcs 8c7f9d80beedd16f2e5a7f612c609529 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf versionator 2352c3fc97241f6a02042773c8287748 -_md5_=9a0318d4d734aa8888bfe0d70d0e9329 +_md5_=2d4b25cfbe0dfd3cdf257b3ec8fe18d4 diff --git a/metadata/md5-cache/dev-tex/Manifest.gz b/metadata/md5-cache/dev-tex/Manifest.gz index ed155f649d4a..fd417828df71 100644 Binary files a/metadata/md5-cache/dev-tex/Manifest.gz and b/metadata/md5-cache/dev-tex/Manifest.gz differ diff --git a/metadata/md5-cache/dev-tex/latexdiff-1.3.0 b/metadata/md5-cache/dev-tex/latexdiff-1.3.0 new file mode 100644 index 000000000000..19ca6b6b077e --- /dev/null +++ b/metadata/md5-cache/dev-tex/latexdiff-1.3.0 @@ -0,0 +1,13 @@ +BDEPEND=test? ( app-shells/tcsh ) +DEFINED_PHASES=compile install test +DEPEND=>=dev-lang/perl-5.8 virtual/latex-base dev-texlive/texlive-plaingeneric dev-perl/Algorithm-Diff dev-perl/Pod-LaTeX +DESCRIPTION=Compare two latex files and mark up significant differences +EAPI=7 +HOMEPAGE=https://www.ctan.org/tex-archive/support/latexdiff/ https://github.com/ftilmann/latexdiff/ +IUSE=test +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos +LICENSE=GPL-3 +RDEPEND=>=dev-lang/perl-5.8 virtual/latex-base dev-texlive/texlive-plaingeneric dev-perl/Algorithm-Diff +SLOT=0 +SRC_URI=https://github.com/ftilmann/latexdiff/archive/1.3.0.tar.gz -> latexdiff-1.3.0.tar.gz +_md5_=6a2b57839b42f0207137220550b5de10 diff --git a/metadata/md5-cache/dev-tex/latexdiff-9999 b/metadata/md5-cache/dev-tex/latexdiff-9999 index adb81530fb59..0287c4292fec 100644 --- a/metadata/md5-cache/dev-tex/latexdiff-9999 +++ b/metadata/md5-cache/dev-tex/latexdiff-9999 @@ -1,11 +1,12 @@ +BDEPEND=test? ( app-shells/tcsh ) >=dev-vcs/git-1.8.2.1[curl] DEFINED_PHASES=compile install test unpack -DEPEND=>=dev-lang/perl-5.8 virtual/latex-base dev-texlive/texlive-plaingeneric dev-perl/Algorithm-Diff dev-perl/Pod-LaTeX test? ( app-shells/tcsh ) >=dev-vcs/git-1.8.2.1[curl] +DEPEND=>=dev-lang/perl-5.8 virtual/latex-base dev-texlive/texlive-plaingeneric dev-perl/Algorithm-Diff dev-perl/Pod-LaTeX DESCRIPTION=Compare two latex files and mark up significant differences -EAPI=6 -HOMEPAGE=http://www.ctan.org/tex-archive/support/latexdiff/ https://github.com/ftilmann/latexdiff/ +EAPI=7 +HOMEPAGE=https://www.ctan.org/tex-archive/support/latexdiff/ https://github.com/ftilmann/latexdiff/ IUSE=test LICENSE=GPL-3 RDEPEND=>=dev-lang/perl-5.8 virtual/latex-base dev-texlive/texlive-plaingeneric dev-perl/Algorithm-Diff SLOT=0 _eclasses_=git-r3 0d4635eeb5a96cd5315597a47eba25c9 -_md5_=8e57afe9159bc737a42d6c7a570175fa +_md5_=6a2b57839b42f0207137220550b5de10 diff --git a/metadata/md5-cache/dev-tex/latexmk-456 b/metadata/md5-cache/dev-tex/latexmk-456 index 83552ec0d0c6..bdf1e310ef46 100644 --- a/metadata/md5-cache/dev-tex/latexmk-456 +++ b/metadata/md5-cache/dev-tex/latexmk-456 @@ -3,10 +3,10 @@ DEPEND=virtual/latex-base dev-lang/perl app-arch/unzip DESCRIPTION=Perl script for automatically building LaTeX documents EAPI=7 HOMEPAGE=http://www.phys.psu.edu/~collins/software/latexmk/ -KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos +KEYWORDS=~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos LICENSE=GPL-2 RDEPEND=virtual/latex-base dev-lang/perl SLOT=0 SRC_URI=http://www.phys.psu.edu/~collins/software/latexmk/latexmk-456.zip _eclasses_=bash-completion-r1 47a7402d95930413ce25ba8d857339bb multilib 1d91b03d42ab6308b5f4f6b598ed110e toolchain-funcs 8c7f9d80beedd16f2e5a7f612c609529 -_md5_=93e0e76ef325fd5a746c04662bc38c65 +_md5_=13693de3a0a15695054af91a6545d8e3 diff --git a/metadata/md5-cache/dev-tex/latexmk-465 b/metadata/md5-cache/dev-tex/latexmk-465 new file mode 100644 index 000000000000..ec34eeeb13d1 --- /dev/null +++ b/metadata/md5-cache/dev-tex/latexmk-465 @@ -0,0 +1,12 @@ +DEFINED_PHASES=install +DEPEND=virtual/latex-base dev-lang/perl app-arch/unzip +DESCRIPTION=Perl script for automatically building LaTeX documents +EAPI=7 +HOMEPAGE=http://www.phys.psu.edu/~collins/software/latexmk/ +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos +LICENSE=GPL-2 +RDEPEND=virtual/latex-base dev-lang/perl +SLOT=0 +SRC_URI=http://www.phys.psu.edu/~collins/software/latexmk/latexmk-465.zip +_eclasses_=bash-completion-r1 47a7402d95930413ce25ba8d857339bb multilib 1d91b03d42ab6308b5f4f6b598ed110e toolchain-funcs 8c7f9d80beedd16f2e5a7f612c609529 +_md5_=0f95f8c13decc7384efcb9df4cea5e3d diff --git a/metadata/md5-cache/dev-texlive/Manifest.gz b/metadata/md5-cache/dev-texlive/Manifest.gz index 691435902fa6..651026c91dc1 100644 Binary files a/metadata/md5-cache/dev-texlive/Manifest.gz and b/metadata/md5-cache/dev-texlive/Manifest.gz differ diff --git a/metadata/md5-cache/dev-texlive/texlive-latexextra-2019-r1 b/metadata/md5-cache/dev-texlive/texlive-latexextra-2019-r2 similarity index 99% rename from metadata/md5-cache/dev-texlive/texlive-latexextra-2019-r1 rename to metadata/md5-cache/dev-texlive/texlive-latexextra-2019-r2 index 7317f2c03dad..e69fb95f9452 100644 --- a/metadata/md5-cache/dev-texlive/texlive-latexextra-2019-r1 +++ b/metadata/md5-cache/dev-texlive/texlive-latexextra-2019-r2 @@ -11,4 +11,4 @@ RDEPEND=>=dev-texlive/texlive-latexrecommended-2019 >=dev-texlive/texlive-pictur SLOT=0 SRC_URI=mirror://gentoo/texlive-module-2up-2019.tar.xz mirror://gentoo/texlive-module-ESIEEcv-2019.tar.xz mirror://gentoo/texlive-module-GS1-2019.tar.xz mirror://gentoo/texlive-module-HA-prosper-2019.tar.xz mirror://gentoo/texlive-module-Tabbing-2019.tar.xz mirror://gentoo/texlive-module-a0poster-2019.tar.xz mirror://gentoo/texlive-module-a4wide-2019.tar.xz mirror://gentoo/texlive-module-a5comb-2019.tar.xz mirror://gentoo/texlive-module-abraces-2019.tar.xz mirror://gentoo/texlive-module-abstract-2019.tar.xz mirror://gentoo/texlive-module-achemso-2019.tar.xz mirror://gentoo/texlive-module-acro-2019.tar.xz mirror://gentoo/texlive-module-acronym-2019.tar.xz mirror://gentoo/texlive-module-acroterm-2019.tar.xz mirror://gentoo/texlive-module-actuarialangle-2019.tar.xz mirror://gentoo/texlive-module-actuarialsymbol-2019.tar.xz mirror://gentoo/texlive-module-addfont-2019.tar.xz mirror://gentoo/texlive-module-addlines-2019.tar.xz mirror://gentoo/texlive-module-adjmulticol-2019.tar.xz mirror://gentoo/texlive-module-adjustbox-2019.tar.xz mirror://gentoo/texlive-module-adrconv-2019.tar.xz mirror://gentoo/texlive-module-advdate-2019.tar.xz mirror://gentoo/texlive-module-akktex-2019.tar.xz mirror://gentoo/texlive-module-akletter-2019.tar.xz mirror://gentoo/texlive-module-alertmessage-2019.tar.xz mirror://gentoo/texlive-module-alnumsec-2019.tar.xz mirror://gentoo/texlive-module-alterqcm-2019.tar.xz mirror://gentoo/texlive-module-altfont-2019.tar.xz mirror://gentoo/texlive-module-amsaddr-2019.tar.xz mirror://gentoo/texlive-module-animate-2019.tar.xz mirror://gentoo/texlive-module-anonchap-2019.tar.xz mirror://gentoo/texlive-module-answers-2019.tar.xz mirror://gentoo/texlive-module-anyfontsize-2019.tar.xz mirror://gentoo/texlive-module-appendix-2019.tar.xz mirror://gentoo/texlive-module-appendixnumberbeamer-2019.tar.xz mirror://gentoo/texlive-module-apptools-2019.tar.xz mirror://gentoo/texlive-module-arcs-2019.tar.xz mirror://gentoo/texlive-module-arrayjobx-2019.tar.xz mirror://gentoo/texlive-module-arraysort-2019.tar.xz mirror://gentoo/texlive-module-arydshln-2019.tar.xz mirror://gentoo/texlive-module-asciilist-2019.tar.xz mirror://gentoo/texlive-module-assignment-2019.tar.xz mirror://gentoo/texlive-module-assoccnt-2019.tar.xz mirror://gentoo/texlive-module-attachfile-2019.tar.xz mirror://gentoo/texlive-module-aurl-2019.tar.xz mirror://gentoo/texlive-module-authoraftertitle-2019.tar.xz mirror://gentoo/texlive-module-authorarchive-2019.tar.xz mirror://gentoo/texlive-module-authorindex-2019.tar.xz mirror://gentoo/texlive-module-autonum-2019.tar.xz mirror://gentoo/texlive-module-autopdf-2019.tar.xz mirror://gentoo/texlive-module-avremu-2019.tar.xz mirror://gentoo/texlive-module-background-2019.tar.xz mirror://gentoo/texlive-module-bankstatement-2019.tar.xz mirror://gentoo/texlive-module-bashful-2019.tar.xz mirror://gentoo/texlive-module-basicarith-2019.tar.xz mirror://gentoo/texlive-module-bchart-2019.tar.xz mirror://gentoo/texlive-module-beamer2thesis-2019.tar.xz mirror://gentoo/texlive-module-beamer-rl-2019.tar.xz mirror://gentoo/texlive-module-beameraudience-2019.tar.xz mirror://gentoo/texlive-module-beamerauxtheme-2019.tar.xz mirror://gentoo/texlive-module-beamercolorthemeowl-2019.tar.xz mirror://gentoo/texlive-module-beamerdarkthemes-2019.tar.xz mirror://gentoo/texlive-module-beamerposter-2019.tar.xz mirror://gentoo/texlive-module-beamersubframe-2019.tar.xz mirror://gentoo/texlive-module-beamertheme-cuerna-2019.tar.xz mirror://gentoo/texlive-module-beamertheme-detlevcm-2019.tar.xz mirror://gentoo/texlive-module-beamertheme-epyt-2019.tar.xz mirror://gentoo/texlive-module-beamertheme-focus-2019.tar.xz mirror://gentoo/texlive-module-beamertheme-light-2019.tar.xz mirror://gentoo/texlive-module-beamertheme-metropolis-2019.tar.xz mirror://gentoo/texlive-module-beamertheme-npbt-2019.tar.xz mirror://gentoo/texlive-module-beamertheme-phnompenh-2019.tar.xz mirror://gentoo/texlive-module-beamertheme-saintpetersburg-2019.tar.xz mirror://gentoo/texlive-module-beamertheme-upenn-bc-2019.tar.xz mirror://gentoo/texlive-module-beamerthemejltree-2019.tar.xz mirror://gentoo/texlive-module-beamerthemenirma-2019.tar.xz mirror://gentoo/texlive-module-beton-2019.tar.xz mirror://gentoo/texlive-module-bewerbung-2019.tar.xz mirror://gentoo/texlive-module-bez123-2019.tar.xz mirror://gentoo/texlive-module-bezos-2019.tar.xz mirror://gentoo/texlive-module-bhcexam-2019.tar.xz mirror://gentoo/texlive-module-bibletext-2019.tar.xz mirror://gentoo/texlive-module-bigfoot-2019.tar.xz mirror://gentoo/texlive-module-bigints-2019.tar.xz mirror://gentoo/texlive-module-biochemistry-colors-2019.tar.xz mirror://gentoo/texlive-module-bizcard-2019.tar.xz mirror://gentoo/texlive-module-blindtext-2019.tar.xz mirror://gentoo/texlive-module-blkarray-2019.tar.xz mirror://gentoo/texlive-module-block-2019.tar.xz mirror://gentoo/texlive-module-blowup-2019.tar.xz mirror://gentoo/texlive-module-bnumexpr-2019.tar.xz mirror://gentoo/texlive-module-boites-2019.tar.xz mirror://gentoo/texlive-module-bold-extra-2019.tar.xz mirror://gentoo/texlive-module-bookcover-2019.tar.xz mirror://gentoo/texlive-module-bookest-2019.tar.xz mirror://gentoo/texlive-module-booklet-2019.tar.xz mirror://gentoo/texlive-module-boolexpr-2019.tar.xz mirror://gentoo/texlive-module-bophook-2019.tar.xz mirror://gentoo/texlive-module-boxedminipage-2019.tar.xz mirror://gentoo/texlive-module-boxedminipage2e-2019.tar.xz mirror://gentoo/texlive-module-boxhandler-2019.tar.xz mirror://gentoo/texlive-module-bracketkey-2019.tar.xz mirror://gentoo/texlive-module-braket-2019.tar.xz mirror://gentoo/texlive-module-breakurl-2019.tar.xz mirror://gentoo/texlive-module-bullcntr-2019.tar.xz mirror://gentoo/texlive-module-bxcalc-2019.tar.xz mirror://gentoo/texlive-module-bxdpx-beamer-2019.tar.xz mirror://gentoo/texlive-module-bxdvidriver-2019.tar.xz mirror://gentoo/texlive-module-bxenclose-2019.tar.xz mirror://gentoo/texlive-module-bxnewfont-2019.tar.xz mirror://gentoo/texlive-module-bxpapersize-2019.tar.xz mirror://gentoo/texlive-module-bxpdfver-2019.tar.xz mirror://gentoo/texlive-module-bxtexlogo-2019.tar.xz mirror://gentoo/texlive-module-calcage-2019.tar.xz mirror://gentoo/texlive-module-calctab-2019.tar.xz mirror://gentoo/texlive-module-calculator-2019.tar.xz mirror://gentoo/texlive-module-calrsfs-2019.tar.xz mirror://gentoo/texlive-module-cals-2019.tar.xz mirror://gentoo/texlive-module-calxxxx-yyyy-2019.tar.xz mirror://gentoo/texlive-module-cancel-2019.tar.xz mirror://gentoo/texlive-module-canoniclayout-2019.tar.xz mirror://gentoo/texlive-module-capt-of-2019.tar.xz mirror://gentoo/texlive-module-captcont-2019.tar.xz mirror://gentoo/texlive-module-captdef-2019.tar.xz mirror://gentoo/texlive-module-carbohydrates-2019.tar.xz mirror://gentoo/texlive-module-cases-2019.tar.xz mirror://gentoo/texlive-module-casyl-2019.tar.xz mirror://gentoo/texlive-module-catchfilebetweentags-2019.tar.xz mirror://gentoo/texlive-module-catechis-2019.tar.xz mirror://gentoo/texlive-module-catoptions-2019.tar.xz mirror://gentoo/texlive-module-cbcoptic-2019.tar.xz mirror://gentoo/texlive-module-ccaption-2019.tar.xz mirror://gentoo/texlive-module-cclicenses-2019.tar.xz mirror://gentoo/texlive-module-cd-2019.tar.xz mirror://gentoo/texlive-module-cd-cover-2019.tar.xz mirror://gentoo/texlive-module-cdpbundl-2019.tar.xz mirror://gentoo/texlive-module-cellprops-2019.tar.xz mirror://gentoo/texlive-module-cellspace-2019.tar.xz mirror://gentoo/texlive-module-censor-2019.tar.xz mirror://gentoo/texlive-module-centeredline-2019.tar.xz mirror://gentoo/texlive-module-changebar-2019.tar.xz mirror://gentoo/texlive-module-changelayout-2019.tar.xz mirror://gentoo/texlive-module-changelog-2019.tar.xz mirror://gentoo/texlive-module-changepage-2019.tar.xz mirror://gentoo/texlive-module-changes-2019.tar.xz mirror://gentoo/texlive-module-chappg-2019.tar.xz mirror://gentoo/texlive-module-chapterfolder-2019.tar.xz mirror://gentoo/texlive-module-cheatsheet-2019.tar.xz mirror://gentoo/texlive-module-chet-2019.tar.xz mirror://gentoo/texlive-module-chextras-2019.tar.xz mirror://gentoo/texlive-module-childdoc-2019.tar.xz mirror://gentoo/texlive-module-chkfloat-2019.tar.xz mirror://gentoo/texlive-module-chletter-2019.tar.xz mirror://gentoo/texlive-module-chngcntr-2019.tar.xz mirror://gentoo/texlive-module-chronology-2019.tar.xz mirror://gentoo/texlive-module-circ-2019.tar.xz mirror://gentoo/texlive-module-classics-2019.tar.xz mirror://gentoo/texlive-module-classpack-2019.tar.xz mirror://gentoo/texlive-module-clefval-2019.tar.xz mirror://gentoo/texlive-module-cleveref-2019.tar.xz mirror://gentoo/texlive-module-clipboard-2019.tar.xz mirror://gentoo/texlive-module-clock-2019.tar.xz mirror://gentoo/texlive-module-cloze-2019.tar.xz mirror://gentoo/texlive-module-clrdblpg-2019.tar.xz mirror://gentoo/texlive-module-clrstrip-2019.tar.xz mirror://gentoo/texlive-module-cmdstring-2019.tar.xz mirror://gentoo/texlive-module-cmdtrack-2019.tar.xz mirror://gentoo/texlive-module-cmsd-2019.tar.xz mirror://gentoo/texlive-module-cnltx-2019.tar.xz mirror://gentoo/texlive-module-cntformats-2019.tar.xz mirror://gentoo/texlive-module-cntperchap-2019.tar.xz mirror://gentoo/texlive-module-codedoc-2019.tar.xz mirror://gentoo/texlive-module-codepage-2019.tar.xz mirror://gentoo/texlive-module-codesection-2019.tar.xz mirror://gentoo/texlive-module-collcell-2019.tar.xz mirror://gentoo/texlive-module-collectbox-2019.tar.xz mirror://gentoo/texlive-module-colophon-2019.tar.xz mirror://gentoo/texlive-module-colordoc-2019.tar.xz mirror://gentoo/texlive-module-colorinfo-2019.tar.xz mirror://gentoo/texlive-module-coloring-2019.tar.xz mirror://gentoo/texlive-module-colorspace-2019.tar.xz mirror://gentoo/texlive-module-colortab-2019.tar.xz mirror://gentoo/texlive-module-colorwav-2019.tar.xz mirror://gentoo/texlive-module-colorweb-2019.tar.xz mirror://gentoo/texlive-module-colourchange-2019.tar.xz mirror://gentoo/texlive-module-combelow-2019.tar.xz mirror://gentoo/texlive-module-combine-2019.tar.xz mirror://gentoo/texlive-module-comma-2019.tar.xz mirror://gentoo/texlive-module-commado-2019.tar.xz mirror://gentoo/texlive-module-commedit-2019.tar.xz mirror://gentoo/texlive-module-comment-2019.tar.xz mirror://gentoo/texlive-module-competences-2019.tar.xz mirror://gentoo/texlive-module-concepts-2019.tar.xz mirror://gentoo/texlive-module-concprog-2019.tar.xz mirror://gentoo/texlive-module-constants-2019.tar.xz mirror://gentoo/texlive-module-continue-2019.tar.xz mirror://gentoo/texlive-module-contour-2019.tar.xz mirror://gentoo/texlive-module-contracard-2019.tar.xz mirror://gentoo/texlive-module-conv-xkv-2019.tar.xz mirror://gentoo/texlive-module-cooking-2019.tar.xz mirror://gentoo/texlive-module-cooking-units-2019.tar.xz mirror://gentoo/texlive-module-cool-2019.tar.xz mirror://gentoo/texlive-module-coollist-2019.tar.xz mirror://gentoo/texlive-module-coolstr-2019.tar.xz mirror://gentoo/texlive-module-coolthms-2019.tar.xz mirror://gentoo/texlive-module-cooltooltips-2019.tar.xz mirror://gentoo/texlive-module-coordsys-2019.tar.xz mirror://gentoo/texlive-module-copyedit-2019.tar.xz mirror://gentoo/texlive-module-copyrightbox-2019.tar.xz mirror://gentoo/texlive-module-coseoul-2019.tar.xz mirror://gentoo/texlive-module-counttexruns-2019.tar.xz mirror://gentoo/texlive-module-courseoutline-2019.tar.xz mirror://gentoo/texlive-module-coursepaper-2019.tar.xz mirror://gentoo/texlive-module-coverpage-2019.tar.xz mirror://gentoo/texlive-module-cprotect-2019.tar.xz mirror://gentoo/texlive-module-crbox-2019.tar.xz mirror://gentoo/texlive-module-crossreference-2019.tar.xz mirror://gentoo/texlive-module-crossreftools-2019.tar.xz mirror://gentoo/texlive-module-csquotes-2019.tar.xz mirror://gentoo/texlive-module-css-colors-2019.tar.xz mirror://gentoo/texlive-module-csvsimple-2019.tar.xz mirror://gentoo/texlive-module-cuisine-2019.tar.xz mirror://gentoo/texlive-module-currency-2019.tar.xz mirror://gentoo/texlive-module-currfile-2019.tar.xz mirror://gentoo/texlive-module-cutwin-2019.tar.xz mirror://gentoo/texlive-module-cv-2019.tar.xz mirror://gentoo/texlive-module-cv4tw-2019.tar.xz mirror://gentoo/texlive-module-cweb-latex-2019.tar.xz mirror://gentoo/texlive-module-cyber-2019.tar.xz mirror://gentoo/texlive-module-cybercic-2019.tar.xz mirror://gentoo/texlive-module-dashbox-2019.tar.xz mirror://gentoo/texlive-module-dashrule-2019.tar.xz mirror://gentoo/texlive-module-dashundergaps-2019.tar.xz mirror://gentoo/texlive-module-dataref-2019.tar.xz mirror://gentoo/texlive-module-datatool-2019.tar.xz mirror://gentoo/texlive-module-dateiliste-2019.tar.xz mirror://gentoo/texlive-module-datenumber-2019.tar.xz mirror://gentoo/texlive-module-datetime-2019.tar.xz mirror://gentoo/texlive-module-datetime2-2019.tar.xz mirror://gentoo/texlive-module-datetime2-bahasai-2019.tar.xz mirror://gentoo/texlive-module-datetime2-basque-2019.tar.xz mirror://gentoo/texlive-module-datetime2-breton-2019.tar.xz mirror://gentoo/texlive-module-datetime2-bulgarian-2019.tar.xz mirror://gentoo/texlive-module-datetime2-catalan-2019.tar.xz mirror://gentoo/texlive-module-datetime2-croatian-2019.tar.xz mirror://gentoo/texlive-module-datetime2-czech-2019.tar.xz mirror://gentoo/texlive-module-datetime2-danish-2019.tar.xz mirror://gentoo/texlive-module-datetime2-dutch-2019.tar.xz mirror://gentoo/texlive-module-datetime2-en-fulltext-2019.tar.xz mirror://gentoo/texlive-module-datetime2-english-2019.tar.xz mirror://gentoo/texlive-module-datetime2-esperanto-2019.tar.xz mirror://gentoo/texlive-module-datetime2-estonian-2019.tar.xz mirror://gentoo/texlive-module-datetime2-finnish-2019.tar.xz mirror://gentoo/texlive-module-datetime2-french-2019.tar.xz mirror://gentoo/texlive-module-datetime2-galician-2019.tar.xz mirror://gentoo/texlive-module-datetime2-german-2019.tar.xz mirror://gentoo/texlive-module-datetime2-greek-2019.tar.xz mirror://gentoo/texlive-module-datetime2-hebrew-2019.tar.xz mirror://gentoo/texlive-module-datetime2-icelandic-2019.tar.xz mirror://gentoo/texlive-module-datetime2-irish-2019.tar.xz mirror://gentoo/texlive-module-datetime2-italian-2019.tar.xz mirror://gentoo/texlive-module-datetime2-it-fulltext-2019.tar.xz mirror://gentoo/texlive-module-datetime2-latin-2019.tar.xz mirror://gentoo/texlive-module-datetime2-lsorbian-2019.tar.xz mirror://gentoo/texlive-module-datetime2-magyar-2019.tar.xz mirror://gentoo/texlive-module-datetime2-norsk-2019.tar.xz mirror://gentoo/texlive-module-datetime2-polish-2019.tar.xz mirror://gentoo/texlive-module-datetime2-portuges-2019.tar.xz mirror://gentoo/texlive-module-datetime2-romanian-2019.tar.xz mirror://gentoo/texlive-module-datetime2-russian-2019.tar.xz mirror://gentoo/texlive-module-datetime2-samin-2019.tar.xz mirror://gentoo/texlive-module-datetime2-scottish-2019.tar.xz mirror://gentoo/texlive-module-datetime2-serbian-2019.tar.xz mirror://gentoo/texlive-module-datetime2-slovak-2019.tar.xz mirror://gentoo/texlive-module-datetime2-slovene-2019.tar.xz mirror://gentoo/texlive-module-datetime2-spanish-2019.tar.xz mirror://gentoo/texlive-module-datetime2-swedish-2019.tar.xz mirror://gentoo/texlive-module-datetime2-turkish-2019.tar.xz mirror://gentoo/texlive-module-datetime2-ukrainian-2019.tar.xz mirror://gentoo/texlive-module-datetime2-usorbian-2019.tar.xz mirror://gentoo/texlive-module-datetime2-welsh-2019.tar.xz mirror://gentoo/texlive-module-dblfloatfix-2019.tar.xz mirror://gentoo/texlive-module-decimal-2019.tar.xz mirror://gentoo/texlive-module-decorule-2019.tar.xz mirror://gentoo/texlive-module-delimtxt-2019.tar.xz mirror://gentoo/texlive-module-denisbdoc-2019.tar.xz mirror://gentoo/texlive-module-diagbox-2019.tar.xz mirror://gentoo/texlive-module-diagnose-2019.tar.xz mirror://gentoo/texlive-module-dialogl-2019.tar.xz mirror://gentoo/texlive-module-dichokey-2019.tar.xz mirror://gentoo/texlive-module-dinbrief-2019.tar.xz mirror://gentoo/texlive-module-directory-2019.tar.xz mirror://gentoo/texlive-module-dirtytalk-2019.tar.xz mirror://gentoo/texlive-module-dlfltxb-2019.tar.xz mirror://gentoo/texlive-module-dnaseq-2019.tar.xz mirror://gentoo/texlive-module-doclicense-2019.tar.xz mirror://gentoo/texlive-module-docmfp-2019.tar.xz mirror://gentoo/texlive-module-docmute-2019.tar.xz mirror://gentoo/texlive-module-doctools-2019.tar.xz mirror://gentoo/texlive-module-documentation-2019.tar.xz mirror://gentoo/texlive-module-doi-2019.tar.xz mirror://gentoo/texlive-module-dotarrow-2019.tar.xz mirror://gentoo/texlive-module-dotseqn-2019.tar.xz mirror://gentoo/texlive-module-download-2019.tar.xz mirror://gentoo/texlive-module-dox-2019.tar.xz mirror://gentoo/texlive-module-dpfloat-2019.tar.xz mirror://gentoo/texlive-module-dprogress-2019.tar.xz mirror://gentoo/texlive-module-drac-2019.tar.xz mirror://gentoo/texlive-module-draftcopy-2019.tar.xz mirror://gentoo/texlive-module-draftfigure-2019.tar.xz mirror://gentoo/texlive-module-draftwatermark-2019.tar.xz mirror://gentoo/texlive-module-dtk-2019.tar.xz mirror://gentoo/texlive-module-dtxdescribe-2019.tar.xz mirror://gentoo/texlive-module-dtxgallery-2019.tar.xz mirror://gentoo/texlive-module-duckuments-2019.tar.xz mirror://gentoo/texlive-module-ducksay-2019.tar.xz mirror://gentoo/texlive-module-dvdcoll-2019.tar.xz mirror://gentoo/texlive-module-dynamicnumber-2019.tar.xz mirror://gentoo/texlive-module-dynblocks-2019.tar.xz mirror://gentoo/texlive-module-ean13isbn-2019.tar.xz mirror://gentoo/texlive-module-easy-2019.tar.xz mirror://gentoo/texlive-module-easy-todo-2019.tar.xz mirror://gentoo/texlive-module-easyfig-2019.tar.xz mirror://gentoo/texlive-module-easyformat-2019.tar.xz mirror://gentoo/texlive-module-easylist-2019.tar.xz mirror://gentoo/texlive-module-easyreview-2019.tar.xz mirror://gentoo/texlive-module-ebezier-2019.tar.xz mirror://gentoo/texlive-module-ecclesiastic-2019.tar.xz mirror://gentoo/texlive-module-ecv-2019.tar.xz mirror://gentoo/texlive-module-ed-2019.tar.xz mirror://gentoo/texlive-module-edmargin-2019.tar.xz mirror://gentoo/texlive-module-eemeir-2019.tar.xz mirror://gentoo/texlive-module-efbox-2019.tar.xz mirror://gentoo/texlive-module-egplot-2019.tar.xz mirror://gentoo/texlive-module-ehhline-2019.tar.xz mirror://gentoo/texlive-module-elegantbook-2019.tar.xz mirror://gentoo/texlive-module-elegantnote-2019.tar.xz mirror://gentoo/texlive-module-elegantpaper-2019.tar.xz mirror://gentoo/texlive-module-elements-2019.tar.xz mirror://gentoo/texlive-module-ellipsis-2019.tar.xz mirror://gentoo/texlive-module-elmath-2019.tar.xz mirror://gentoo/texlive-module-elocalloc-2019.tar.xz mirror://gentoo/texlive-module-elpres-2019.tar.xz mirror://gentoo/texlive-module-elzcards-2019.tar.xz mirror://gentoo/texlive-module-emarks-2019.tar.xz mirror://gentoo/texlive-module-embedall-2019.tar.xz mirror://gentoo/texlive-module-embrac-2019.tar.xz mirror://gentoo/texlive-module-emptypage-2019.tar.xz mirror://gentoo/texlive-module-emulateapj-2019.tar.xz mirror://gentoo/texlive-module-endfloat-2019.tar.xz mirror://gentoo/texlive-module-endheads-2019.tar.xz mirror://gentoo/texlive-module-endnotes-2019.tar.xz mirror://gentoo/texlive-module-engpron-2019.tar.xz mirror://gentoo/texlive-module-engrec-2019.tar.xz mirror://gentoo/texlive-module-enotez-2019.tar.xz mirror://gentoo/texlive-module-enumitem-2019.tar.xz mirror://gentoo/texlive-module-enumitem-zref-2019.tar.xz mirror://gentoo/texlive-module-envbig-2019.tar.xz mirror://gentoo/texlive-module-environ-2019.tar.xz mirror://gentoo/texlive-module-epigraph-2019.tar.xz mirror://gentoo/texlive-module-epiolmec-2019.tar.xz mirror://gentoo/texlive-module-eqell-2019.tar.xz mirror://gentoo/texlive-module-eqlist-2019.tar.xz mirror://gentoo/texlive-module-eqnalign-2019.tar.xz mirror://gentoo/texlive-module-eqname-2019.tar.xz mirror://gentoo/texlive-module-eqparbox-2019.tar.xz mirror://gentoo/texlive-module-errata-2019.tar.xz mirror://gentoo/texlive-module-erw-l3-2019.tar.xz mirror://gentoo/texlive-module-esami-2019.tar.xz mirror://gentoo/texlive-module-esdiff-2019.tar.xz mirror://gentoo/texlive-module-esint-2019.tar.xz mirror://gentoo/texlive-module-esint-type1-2019.tar.xz mirror://gentoo/texlive-module-etaremune-2019.tar.xz mirror://gentoo/texlive-module-etextools-2019.tar.xz mirror://gentoo/texlive-module-etoc-2019.tar.xz mirror://gentoo/texlive-module-eukdate-2019.tar.xz mirror://gentoo/texlive-module-eulerpx-2019.tar.xz mirror://gentoo/texlive-module-europasscv-2019.tar.xz mirror://gentoo/texlive-module-everyhook-2019.tar.xz mirror://gentoo/texlive-module-everypage-2019.tar.xz mirror://gentoo/texlive-module-exam-2019.tar.xz mirror://gentoo/texlive-module-exam-n-2019.tar.xz mirror://gentoo/texlive-module-exam-randomizechoices-2019.tar.xz mirror://gentoo/texlive-module-examdesign-2019.tar.xz mirror://gentoo/texlive-module-exframe-2019.tar.xz mirror://gentoo/texlive-module-example-2019.tar.xz mirror://gentoo/texlive-module-examplep-2019.tar.xz mirror://gentoo/texlive-module-exceltex-2019.tar.xz mirror://gentoo/texlive-module-excludeonly-2019.tar.xz mirror://gentoo/texlive-module-exercise-2019.tar.xz mirror://gentoo/texlive-module-exercisebank-2019.tar.xz mirror://gentoo/texlive-module-exercisepoints-2019.tar.xz mirror://gentoo/texlive-module-exercises-2019.tar.xz mirror://gentoo/texlive-module-exp-testopt-2019.tar.xz mirror://gentoo/texlive-module-expdlist-2019.tar.xz mirror://gentoo/texlive-module-export-2019.tar.xz mirror://gentoo/texlive-module-exsheets-2019.tar.xz mirror://gentoo/texlive-module-exsol-2019.tar.xz mirror://gentoo/texlive-module-extract-2019.tar.xz mirror://gentoo/texlive-module-facsimile-2019.tar.xz mirror://gentoo/texlive-module-factura-2019.tar.xz mirror://gentoo/texlive-module-fancyhandout-2019.tar.xz mirror://gentoo/texlive-module-fancylabel-2019.tar.xz mirror://gentoo/texlive-module-fancynum-2019.tar.xz mirror://gentoo/texlive-module-fancypar-2019.tar.xz mirror://gentoo/texlive-module-fancyslides-2019.tar.xz mirror://gentoo/texlive-module-fancytabs-2019.tar.xz mirror://gentoo/texlive-module-fancytooltips-2019.tar.xz mirror://gentoo/texlive-module-fbox-2019.tar.xz mirror://gentoo/texlive-module-fcolumn-2019.tar.xz mirror://gentoo/texlive-module-fetchcls-2019.tar.xz mirror://gentoo/texlive-module-ffslides-2019.tar.xz mirror://gentoo/texlive-module-fgruler-2019.tar.xz mirror://gentoo/texlive-module-fibeamer-2019.tar.xz mirror://gentoo/texlive-module-fifo-stack-2019.tar.xz mirror://gentoo/texlive-module-figsize-2019.tar.xz mirror://gentoo/texlive-module-filecontents-2019.tar.xz mirror://gentoo/texlive-module-filecontentsdef-2019.tar.xz mirror://gentoo/texlive-module-filedate-2019.tar.xz mirror://gentoo/texlive-module-fileinfo-2019.tar.xz mirror://gentoo/texlive-module-filemod-2019.tar.xz mirror://gentoo/texlive-module-fink-2019.tar.xz mirror://gentoo/texlive-module-finstrut-2019.tar.xz mirror://gentoo/texlive-module-fithesis-2019.tar.xz mirror://gentoo/texlive-module-fixcmex-2019.tar.xz mirror://gentoo/texlive-module-fixfoot-2019.tar.xz mirror://gentoo/texlive-module-fixme-2019.tar.xz mirror://gentoo/texlive-module-fixmetodonotes-2019.tar.xz mirror://gentoo/texlive-module-fjodor-2019.tar.xz mirror://gentoo/texlive-module-flabels-2019.tar.xz mirror://gentoo/texlive-module-flacards-2019.tar.xz mirror://gentoo/texlive-module-flagderiv-2019.tar.xz mirror://gentoo/texlive-module-flashcards-2019.tar.xz mirror://gentoo/texlive-module-flashmovie-2019.tar.xz mirror://gentoo/texlive-module-flipbook-2019.tar.xz mirror://gentoo/texlive-module-flippdf-2019.tar.xz mirror://gentoo/texlive-module-floatflt-2019.tar.xz mirror://gentoo/texlive-module-floatrow-2019.tar.xz mirror://gentoo/texlive-module-flowfram-2019.tar.xz mirror://gentoo/texlive-module-fmp-2019.tar.xz mirror://gentoo/texlive-module-fmtcount-2019.tar.xz mirror://gentoo/texlive-module-fn2end-2019.tar.xz mirror://gentoo/texlive-module-fnbreak-2019.tar.xz mirror://gentoo/texlive-module-fncychap-2019.tar.xz mirror://gentoo/texlive-module-fncylab-2019.tar.xz mirror://gentoo/texlive-module-fnpara-2019.tar.xz mirror://gentoo/texlive-module-fnpct-2019.tar.xz mirror://gentoo/texlive-module-fnumprint-2019.tar.xz mirror://gentoo/texlive-module-foilhtml-2019.tar.xz mirror://gentoo/texlive-module-fontaxes-2019.tar.xz mirror://gentoo/texlive-module-fonttable-2019.tar.xz mirror://gentoo/texlive-module-footmisc-2019.tar.xz mirror://gentoo/texlive-module-footmisx-2019.tar.xz mirror://gentoo/texlive-module-footnotebackref-2019.tar.xz mirror://gentoo/texlive-module-footnoterange-2019.tar.xz mirror://gentoo/texlive-module-footnpag-2019.tar.xz mirror://gentoo/texlive-module-forarray-2019.tar.xz mirror://gentoo/texlive-module-foreign-2019.tar.xz mirror://gentoo/texlive-module-forloop-2019.tar.xz mirror://gentoo/texlive-module-formlett-2019.tar.xz mirror://gentoo/texlive-module-forms16be-2019.tar.xz mirror://gentoo/texlive-module-formular-2019.tar.xz mirror://gentoo/texlive-module-fragments-2019.tar.xz mirror://gentoo/texlive-module-frame-2019.tar.xz mirror://gentoo/texlive-module-framed-2019.tar.xz mirror://gentoo/texlive-module-frankenstein-2019.tar.xz mirror://gentoo/texlive-module-frege-2019.tar.xz mirror://gentoo/texlive-module-ftcap-2019.tar.xz mirror://gentoo/texlive-module-ftnxtra-2019.tar.xz mirror://gentoo/texlive-module-fullblck-2019.tar.xz mirror://gentoo/texlive-module-fullminipage-2019.tar.xz mirror://gentoo/texlive-module-fullwidth-2019.tar.xz mirror://gentoo/texlive-module-fundus-calligra-2019.tar.xz mirror://gentoo/texlive-module-fundus-cyr-2019.tar.xz mirror://gentoo/texlive-module-fundus-sueterlin-2019.tar.xz mirror://gentoo/texlive-module-fvextra-2019.tar.xz mirror://gentoo/texlive-module-fwlw-2019.tar.xz mirror://gentoo/texlive-module-gatherenum-2019.tar.xz mirror://gentoo/texlive-module-gauss-2019.tar.xz mirror://gentoo/texlive-module-gcard-2019.tar.xz mirror://gentoo/texlive-module-gcite-2019.tar.xz mirror://gentoo/texlive-module-gender-2019.tar.xz mirror://gentoo/texlive-module-genmpage-2019.tar.xz mirror://gentoo/texlive-module-getfiledate-2019.tar.xz mirror://gentoo/texlive-module-getitems-2019.tar.xz mirror://gentoo/texlive-module-ginpenc-2019.tar.xz mirror://gentoo/texlive-module-gitfile-info-2019.tar.xz mirror://gentoo/texlive-module-gitinfo-2019.tar.xz mirror://gentoo/texlive-module-gitinfo2-2019.tar.xz mirror://gentoo/texlive-module-gitlog-2019.tar.xz mirror://gentoo/texlive-module-gitver-2019.tar.xz mirror://gentoo/texlive-module-globalvals-2019.tar.xz mirror://gentoo/texlive-module-gloss-2019.tar.xz mirror://gentoo/texlive-module-glossaries-danish-2019.tar.xz mirror://gentoo/texlive-module-glossaries-dutch-2019.tar.xz mirror://gentoo/texlive-module-glossaries-english-2019.tar.xz mirror://gentoo/texlive-module-glossaries-estonian-2019.tar.xz mirror://gentoo/texlive-module-glossaries-extra-2019.tar.xz mirror://gentoo/texlive-module-glossaries-finnish-2019.tar.xz mirror://gentoo/texlive-module-glossaries-french-2019.tar.xz mirror://gentoo/texlive-module-glossaries-german-2019.tar.xz mirror://gentoo/texlive-module-glossaries-irish-2019.tar.xz mirror://gentoo/texlive-module-glossaries-italian-2019.tar.xz mirror://gentoo/texlive-module-glossaries-magyar-2019.tar.xz mirror://gentoo/texlive-module-glossaries-polish-2019.tar.xz mirror://gentoo/texlive-module-glossaries-portuges-2019.tar.xz mirror://gentoo/texlive-module-glossaries-serbian-2019.tar.xz mirror://gentoo/texlive-module-glossaries-slovene-2019.tar.xz mirror://gentoo/texlive-module-glossaries-spanish-2019.tar.xz mirror://gentoo/texlive-module-gmdoc-2019.tar.xz mirror://gentoo/texlive-module-gmdoc-enhance-2019.tar.xz mirror://gentoo/texlive-module-gmiflink-2019.tar.xz mirror://gentoo/texlive-module-gmutils-2019.tar.xz mirror://gentoo/texlive-module-gmverb-2019.tar.xz mirror://gentoo/texlive-module-grabbox-2019.tar.xz mirror://gentoo/texlive-module-graphbox-2019.tar.xz mirror://gentoo/texlive-module-graphicx-psmin-2019.tar.xz mirror://gentoo/texlive-module-graphicxbox-2019.tar.xz mirror://gentoo/texlive-module-grayhints-2019.tar.xz mirror://gentoo/texlive-module-grfpaste-2019.tar.xz mirror://gentoo/texlive-module-grid-2019.tar.xz mirror://gentoo/texlive-module-grid-system-2019.tar.xz mirror://gentoo/texlive-module-gridset-2019.tar.xz mirror://gentoo/texlive-module-gridslides-2019.tar.xz mirror://gentoo/texlive-module-guitlogo-2019.tar.xz mirror://gentoo/texlive-module-halloweenmath-2019.tar.xz mirror://gentoo/texlive-module-hackthefootline-2019.tar.xz mirror://gentoo/texlive-module-handin-2019.tar.xz mirror://gentoo/texlive-module-handout-2019.tar.xz mirror://gentoo/texlive-module-hang-2019.tar.xz mirror://gentoo/texlive-module-hanging-2019.tar.xz mirror://gentoo/texlive-module-hardwrap-2019.tar.xz mirror://gentoo/texlive-module-harnon-cv-2019.tar.xz mirror://gentoo/texlive-module-harpoon-2019.tar.xz mirror://gentoo/texlive-module-hc-2019.tar.xz mirror://gentoo/texlive-module-he-she-2019.tar.xz mirror://gentoo/texlive-module-hhtensor-2019.tar.xz mirror://gentoo/texlive-module-histogr-2019.tar.xz mirror://gentoo/texlive-module-hitec-2019.tar.xz mirror://gentoo/texlive-module-hletter-2019.tar.xz mirror://gentoo/texlive-module-hpsdiss-2019.tar.xz mirror://gentoo/texlive-module-hrefhide-2019.tar.xz mirror://gentoo/texlive-module-hvindex-2019.tar.xz mirror://gentoo/texlive-module-hypdvips-2019.tar.xz mirror://gentoo/texlive-module-hyper-2019.tar.xz mirror://gentoo/texlive-module-hyperbar-2019.tar.xz mirror://gentoo/texlive-module-hypernat-2019.tar.xz mirror://gentoo/texlive-module-hyperxmp-2019.tar.xz mirror://gentoo/texlive-module-hyphenat-2019.tar.xz mirror://gentoo/texlive-module-identkey-2019.tar.xz mirror://gentoo/texlive-module-idxcmds-2019.tar.xz mirror://gentoo/texlive-module-idxlayout-2019.tar.xz mirror://gentoo/texlive-module-iffont-2019.tar.xz mirror://gentoo/texlive-module-ifmslide-2019.tar.xz mirror://gentoo/texlive-module-ifmtarg-2019.tar.xz mirror://gentoo/texlive-module-ifnextok-2019.tar.xz mirror://gentoo/texlive-module-ifoddpage-2019.tar.xz mirror://gentoo/texlive-module-ifplatform-2019.tar.xz mirror://gentoo/texlive-module-ifthenx-2019.tar.xz mirror://gentoo/texlive-module-iitem-2019.tar.xz mirror://gentoo/texlive-module-image-gallery-2019.tar.xz mirror://gentoo/texlive-module-imakeidx-2019.tar.xz mirror://gentoo/texlive-module-import-2019.tar.xz mirror://gentoo/texlive-module-incgraph-2019.tar.xz mirror://gentoo/texlive-module-indextools-2019.tar.xz mirror://gentoo/texlive-module-inline-images-2019.tar.xz mirror://gentoo/texlive-module-inlinedef-2019.tar.xz mirror://gentoo/texlive-module-inputtrc-2019.tar.xz mirror://gentoo/texlive-module-interactiveworkbook-2019.tar.xz mirror://gentoo/texlive-module-interfaces-2019.tar.xz mirror://gentoo/texlive-module-intopdf-2019.tar.xz mirror://gentoo/texlive-module-inversepath-2019.tar.xz mirror://gentoo/texlive-module-invoice-2019.tar.xz mirror://gentoo/texlive-module-invoice-class-2019.tar.xz mirror://gentoo/texlive-module-invoice2-2019.tar.xz mirror://gentoo/texlive-module-iso-2019.tar.xz mirror://gentoo/texlive-module-iso10303-2019.tar.xz mirror://gentoo/texlive-module-isodate-2019.tar.xz mirror://gentoo/texlive-module-isodoc-2019.tar.xz mirror://gentoo/texlive-module-isonums-2019.tar.xz mirror://gentoo/texlive-module-isopt-2019.tar.xz mirror://gentoo/texlive-module-isorot-2019.tar.xz mirror://gentoo/texlive-module-isotope-2019.tar.xz mirror://gentoo/texlive-module-issuulinks-2019.tar.xz mirror://gentoo/texlive-module-iwhdp-2019.tar.xz mirror://gentoo/texlive-module-jlabels-2019.tar.xz mirror://gentoo/texlive-module-jslectureplanner-2019.tar.xz mirror://gentoo/texlive-module-jumplines-2019.tar.xz mirror://gentoo/texlive-module-jvlisting-2019.tar.xz mirror://gentoo/texlive-module-kalendarium-2019.tar.xz mirror://gentoo/texlive-module-kantlipsum-2019.tar.xz mirror://gentoo/texlive-module-kerntest-2019.tar.xz mirror://gentoo/texlive-module-keycommand-2019.tar.xz mirror://gentoo/texlive-module-keyfloat-2019.tar.xz mirror://gentoo/texlive-module-keyreader-2019.tar.xz mirror://gentoo/texlive-module-keyindex-2019.tar.xz mirror://gentoo/texlive-module-keystroke-2019.tar.xz mirror://gentoo/texlive-module-keyval2e-2019.tar.xz mirror://gentoo/texlive-module-keyvaltable-2019.tar.xz mirror://gentoo/texlive-module-kix-2019.tar.xz mirror://gentoo/texlive-module-knowledge-2019.tar.xz mirror://gentoo/texlive-module-koma-moderncvclassic-2019.tar.xz mirror://gentoo/texlive-module-koma-script-sfs-2019.tar.xz mirror://gentoo/texlive-module-komacv-2019.tar.xz mirror://gentoo/texlive-module-komacv-rg-2019.tar.xz mirror://gentoo/texlive-module-ktv-texdata-2019.tar.xz mirror://gentoo/texlive-module-l3build-2019.tar.xz mirror://gentoo/texlive-module-labbook-2019.tar.xz mirror://gentoo/texlive-module-labels-2019.tar.xz mirror://gentoo/texlive-module-labels4easylist-2019.tar.xz mirror://gentoo/texlive-module-labelschanged-2019.tar.xz mirror://gentoo/texlive-module-lastpackage-2019.tar.xz mirror://gentoo/texlive-module-lastpage-2019.tar.xz mirror://gentoo/texlive-module-latex-tds-2019.tar.xz mirror://gentoo/texlive-module-latex-uni8-2019.tar.xz mirror://gentoo/texlive-module-latexcolors-2019.tar.xz mirror://gentoo/texlive-module-latexdemo-2019.tar.xz mirror://gentoo/texlive-module-latexgit-2019.tar.xz mirror://gentoo/texlive-module-layouts-2019.tar.xz mirror://gentoo/texlive-module-lazylist-2019.tar.xz mirror://gentoo/texlive-module-lccaps-2019.tar.xz mirror://gentoo/texlive-module-lcd-2019.tar.xz mirror://gentoo/texlive-module-lcg-2019.tar.xz mirror://gentoo/texlive-module-leading-2019.tar.xz mirror://gentoo/texlive-module-lectures-2019.tar.xz mirror://gentoo/texlive-module-leftidx-2019.tar.xz mirror://gentoo/texlive-module-leipzig-2019.tar.xz mirror://gentoo/texlive-module-lengthconvert-2019.tar.xz mirror://gentoo/texlive-module-lettre-2019.tar.xz mirror://gentoo/texlive-module-lettrine-2019.tar.xz mirror://gentoo/texlive-module-lewis-2019.tar.xz mirror://gentoo/texlive-module-lhelp-2019.tar.xz mirror://gentoo/texlive-module-libgreek-2019.tar.xz mirror://gentoo/texlive-module-limap-2019.tar.xz mirror://gentoo/texlive-module-linegoal-2019.tar.xz mirror://gentoo/texlive-module-linop-2019.tar.xz mirror://gentoo/texlive-module-lipsum-2019.tar.xz mirror://gentoo/texlive-module-lisp-on-tex-2019.tar.xz mirror://gentoo/texlive-module-listing-2019.tar.xz mirror://gentoo/texlive-module-listlbls-2019.tar.xz mirror://gentoo/texlive-module-listliketab-2019.tar.xz mirror://gentoo/texlive-module-listofsymbols-2019.tar.xz mirror://gentoo/texlive-module-lkproof-2019.tar.xz mirror://gentoo/texlive-module-lmake-2019.tar.xz mirror://gentoo/texlive-module-locality-2019.tar.xz mirror://gentoo/texlive-module-localloc-2019.tar.xz mirror://gentoo/texlive-module-logbox-2019.tar.xz mirror://gentoo/texlive-module-logical-markup-utils-2019.tar.xz mirror://gentoo/texlive-module-logpap-2019.tar.xz mirror://gentoo/texlive-module-longfbox-2019.tar.xz mirror://gentoo/texlive-module-longfigure-2019.tar.xz mirror://gentoo/texlive-module-longnamefilelist-2019.tar.xz mirror://gentoo/texlive-module-loops-2019.tar.xz mirror://gentoo/texlive-module-lsc-2019.tar.xz mirror://gentoo/texlive-module-lstaddons-2019.tar.xz mirror://gentoo/texlive-module-lstfiracode-2019.tar.xz mirror://gentoo/texlive-module-lt3graph-2019.tar.xz mirror://gentoo/texlive-module-ltablex-2019.tar.xz mirror://gentoo/texlive-module-ltabptch-2019.tar.xz mirror://gentoo/texlive-module-ltxdockit-2019.tar.xz mirror://gentoo/texlive-module-ltxguidex-2019.tar.xz mirror://gentoo/texlive-module-ltxindex-2019.tar.xz mirror://gentoo/texlive-module-ltxkeys-2019.tar.xz mirror://gentoo/texlive-module-ltxnew-2019.tar.xz mirror://gentoo/texlive-module-ltxtools-2019.tar.xz mirror://gentoo/texlive-module-lua-check-hyphen-2019.tar.xz mirror://gentoo/texlive-module-luatodonotes-2019.tar.xz mirror://gentoo/texlive-module-macroswap-2019.tar.xz mirror://gentoo/texlive-module-magaz-2019.tar.xz mirror://gentoo/texlive-module-makecookbook-2019.tar.xz mirror://gentoo/texlive-module-mailing-2019.tar.xz mirror://gentoo/texlive-module-mailmerge-2019.tar.xz mirror://gentoo/texlive-module-makebarcode-2019.tar.xz mirror://gentoo/texlive-module-makebase-2019.tar.xz mirror://gentoo/texlive-module-makebox-2019.tar.xz mirror://gentoo/texlive-module-makecell-2019.tar.xz mirror://gentoo/texlive-module-makecirc-2019.tar.xz mirror://gentoo/texlive-module-makecmds-2019.tar.xz mirror://gentoo/texlive-module-makedtx-2019.tar.xz mirror://gentoo/texlive-module-makeglos-2019.tar.xz mirror://gentoo/texlive-module-mandi-2019.tar.xz mirror://gentoo/texlive-module-manfnt-2019.tar.xz mirror://gentoo/texlive-module-manuscript-2019.tar.xz mirror://gentoo/texlive-module-manyind-2019.tar.xz mirror://gentoo/texlive-module-marginfit-2019.tar.xz mirror://gentoo/texlive-module-marginfix-2019.tar.xz mirror://gentoo/texlive-module-marginnote-2019.tar.xz mirror://gentoo/texlive-module-markdown-2019.tar.xz mirror://gentoo/texlive-module-mathalpha-2019.tar.xz mirror://gentoo/texlive-module-mathastext-2019.tar.xz mirror://gentoo/texlive-module-mathexam-2019.tar.xz mirror://gentoo/texlive-module-mathfam256-2019.tar.xz mirror://gentoo/texlive-module-mathfont-2019.tar.xz mirror://gentoo/texlive-module-maybemath-2019.tar.xz mirror://gentoo/texlive-module-mcaption-2019.tar.xz mirror://gentoo/texlive-module-mceinleger-2019.tar.xz mirror://gentoo/texlive-module-mcexam-2019.tar.xz mirror://gentoo/texlive-module-mcite-2019.tar.xz mirror://gentoo/texlive-module-mciteplus-2019.tar.xz mirror://gentoo/texlive-module-mdframed-2019.tar.xz mirror://gentoo/texlive-module-media9-2019.tar.xz mirror://gentoo/texlive-module-medstarbeamer-2019.tar.xz mirror://gentoo/texlive-module-meetingmins-2019.tar.xz mirror://gentoo/texlive-module-memexsupp-2019.tar.xz mirror://gentoo/texlive-module-memory-2019.tar.xz mirror://gentoo/texlive-module-mensa-tex-2019.tar.xz mirror://gentoo/texlive-module-menu-2019.tar.xz mirror://gentoo/texlive-module-menukeys-2019.tar.xz mirror://gentoo/texlive-module-metalogox-2019.tar.xz mirror://gentoo/texlive-module-method-2019.tar.xz mirror://gentoo/texlive-module-metre-2019.tar.xz mirror://gentoo/texlive-module-mfirstuc-2019.tar.xz mirror://gentoo/texlive-module-mftinc-2019.tar.xz mirror://gentoo/texlive-module-mi-solns-2019.tar.xz mirror://gentoo/texlive-module-midpage-2019.tar.xz mirror://gentoo/texlive-module-minibox-2019.tar.xz mirror://gentoo/texlive-module-minidocument-2019.tar.xz mirror://gentoo/texlive-module-minifp-2019.tar.xz mirror://gentoo/texlive-module-minipage-marginpar-2019.tar.xz mirror://gentoo/texlive-module-minitoc-2019.tar.xz mirror://gentoo/texlive-module-minorrevision-2019.tar.xz mirror://gentoo/texlive-module-minted-2019.tar.xz mirror://gentoo/texlive-module-minutes-2019.tar.xz mirror://gentoo/texlive-module-mla-paper-2019.tar.xz mirror://gentoo/texlive-module-mlist-2019.tar.xz mirror://gentoo/texlive-module-mmap-2019.tar.xz mirror://gentoo/texlive-module-mnotes-2019.tar.xz mirror://gentoo/texlive-module-moderncv-2019.tar.xz mirror://gentoo/texlive-module-modernposter-2019.tar.xz mirror://gentoo/texlive-module-moderntimeline-2019.tar.xz mirror://gentoo/texlive-module-modref-2019.tar.xz mirror://gentoo/texlive-module-modroman-2019.tar.xz mirror://gentoo/texlive-module-modular-2019.tar.xz mirror://gentoo/texlive-module-monofill-2019.tar.xz mirror://gentoo/texlive-module-moodle-2019.tar.xz mirror://gentoo/texlive-module-moreenum-2019.tar.xz mirror://gentoo/texlive-module-morefloats-2019.tar.xz mirror://gentoo/texlive-module-morehype-2019.tar.xz mirror://gentoo/texlive-module-moresize-2019.tar.xz mirror://gentoo/texlive-module-moreverb-2019.tar.xz mirror://gentoo/texlive-module-morewrites-2019.tar.xz mirror://gentoo/texlive-module-movie15-2019.tar.xz mirror://gentoo/texlive-module-mparhack-2019.tar.xz mirror://gentoo/texlive-module-mpostinl-2019.tar.xz mirror://gentoo/texlive-module-msc-2019.tar.xz mirror://gentoo/texlive-module-msg-2019.tar.xz mirror://gentoo/texlive-module-mslapa-2019.tar.xz mirror://gentoo/texlive-module-mtgreek-2019.tar.xz mirror://gentoo/texlive-module-multenum-2019.tar.xz mirror://gentoo/texlive-module-multiaudience-2019.tar.xz mirror://gentoo/texlive-module-multibbl-2019.tar.xz mirror://gentoo/texlive-module-multicap-2019.tar.xz mirror://gentoo/texlive-module-multicolrule-2019.tar.xz mirror://gentoo/texlive-module-multidef-2019.tar.xz mirror://gentoo/texlive-module-multienv-2019.tar.xz mirror://gentoo/texlive-module-multiexpand-2019.tar.xz mirror://gentoo/texlive-module-multilang-2019.tar.xz mirror://gentoo/texlive-module-multirow-2019.tar.xz mirror://gentoo/texlive-module-mversion-2019.tar.xz mirror://gentoo/texlive-module-mwe-2019.tar.xz mirror://gentoo/texlive-module-mycv-2019.tar.xz mirror://gentoo/texlive-module-mylatexformat-2019.tar.xz mirror://gentoo/texlive-module-nag-2019.tar.xz mirror://gentoo/texlive-module-nameauth-2019.tar.xz mirror://gentoo/texlive-module-namespc-2019.tar.xz mirror://gentoo/texlive-module-ncclatex-2019.tar.xz mirror://gentoo/texlive-module-ncctools-2019.tar.xz mirror://gentoo/texlive-module-needspace-2019.tar.xz mirror://gentoo/texlive-module-nestquot-2019.tar.xz mirror://gentoo/texlive-module-newcommand-2019.tar.xz mirror://gentoo/texlive-module-newenviron-2019.tar.xz mirror://gentoo/texlive-module-newfile-2019.tar.xz mirror://gentoo/texlive-module-newlfm-2019.tar.xz mirror://gentoo/texlive-module-newspaper-2019.tar.xz mirror://gentoo/texlive-module-newunicodechar-2019.tar.xz mirror://gentoo/texlive-module-newvbtm-2019.tar.xz mirror://gentoo/texlive-module-newverbs-2019.tar.xz mirror://gentoo/texlive-module-nextpage-2019.tar.xz mirror://gentoo/texlive-module-nfssext-cfr-2019.tar.xz mirror://gentoo/texlive-module-nicefilelist-2019.tar.xz mirror://gentoo/texlive-module-niceframe-2019.tar.xz mirror://gentoo/texlive-module-nicetext-2019.tar.xz mirror://gentoo/texlive-module-nidanfloat-2019.tar.xz mirror://gentoo/texlive-module-nlctdoc-2019.tar.xz mirror://gentoo/texlive-module-noconflict-2019.tar.xz mirror://gentoo/texlive-module-noindentafter-2019.tar.xz mirror://gentoo/texlive-module-noitcrul-2019.tar.xz mirror://gentoo/texlive-module-nolbreaks-2019.tar.xz mirror://gentoo/texlive-module-nomencl-2019.tar.xz mirror://gentoo/texlive-module-nomentbl-2019.tar.xz mirror://gentoo/texlive-module-nonfloat-2019.tar.xz mirror://gentoo/texlive-module-nonumonpart-2019.tar.xz mirror://gentoo/texlive-module-nopageno-2019.tar.xz mirror://gentoo/texlive-module-normalcolor-2019.tar.xz mirror://gentoo/texlive-module-notes-2019.tar.xz mirror://gentoo/texlive-module-notespages-2019.tar.xz mirror://gentoo/texlive-module-notestex-2019.tar.xz mirror://gentoo/texlive-module-notoccite-2019.tar.xz mirror://gentoo/texlive-module-nowidow-2019.tar.xz mirror://gentoo/texlive-module-nox-2019.tar.xz mirror://gentoo/texlive-module-ntheorem-2019.tar.xz mirror://gentoo/texlive-module-numberedblock-2019.tar.xz mirror://gentoo/texlive-module-numname-2019.tar.xz mirror://gentoo/texlive-module-numprint-2019.tar.xz mirror://gentoo/texlive-module-numspell-2019.tar.xz mirror://gentoo/texlive-module-ocg-p-2019.tar.xz mirror://gentoo/texlive-module-ocgx-2019.tar.xz mirror://gentoo/texlive-module-ocgx2-2019.tar.xz mirror://gentoo/texlive-module-ocr-latex-2019.tar.xz mirror://gentoo/texlive-module-octavo-2019.tar.xz mirror://gentoo/texlive-module-oldstyle-2019.tar.xz mirror://gentoo/texlive-module-onlyamsmath-2019.tar.xz mirror://gentoo/texlive-module-opcit-2019.tar.xz mirror://gentoo/texlive-module-optidef-2019.tar.xz mirror://gentoo/texlive-module-optional-2019.tar.xz mirror://gentoo/texlive-module-options-2019.tar.xz mirror://gentoo/texlive-module-outline-2019.tar.xz mirror://gentoo/texlive-module-outliner-2019.tar.xz mirror://gentoo/texlive-module-outlines-2019.tar.xz mirror://gentoo/texlive-module-outlining-2019.tar.xz mirror://gentoo/texlive-module-overlays-2019.tar.xz mirror://gentoo/texlive-module-overpic-2019.tar.xz mirror://gentoo/texlive-module-padcount-2019.tar.xz mirror://gentoo/texlive-module-pagecolor-2019.tar.xz mirror://gentoo/texlive-module-pagecont-2019.tar.xz mirror://gentoo/texlive-module-pagenote-2019.tar.xz mirror://gentoo/texlive-module-pagerange-2019.tar.xz mirror://gentoo/texlive-module-pageslts-2019.tar.xz mirror://gentoo/texlive-module-paper-2019.tar.xz mirror://gentoo/texlive-module-papercdcase-2019.tar.xz mirror://gentoo/texlive-module-papermas-2019.tar.xz mirror://gentoo/texlive-module-papertex-2019.tar.xz mirror://gentoo/texlive-module-paracol-2019.tar.xz mirror://gentoo/texlive-module-parades-2019.tar.xz mirror://gentoo/texlive-module-paralist-2019.tar.xz mirror://gentoo/texlive-module-paresse-2019.tar.xz mirror://gentoo/texlive-module-parnotes-2019.tar.xz mirror://gentoo/texlive-module-parselines-2019.tar.xz mirror://gentoo/texlive-module-pas-cours-2019.tar.xz mirror://gentoo/texlive-module-pas-cv-2019.tar.xz mirror://gentoo/texlive-module-pas-tableur-2019.tar.xz mirror://gentoo/texlive-module-patch-2019.tar.xz mirror://gentoo/texlive-module-patchcmd-2019.tar.xz mirror://gentoo/texlive-module-pauldoc-2019.tar.xz mirror://gentoo/texlive-module-pawpict-2019.tar.xz mirror://gentoo/texlive-module-pbox-2019.tar.xz mirror://gentoo/texlive-module-pbsheet-2019.tar.xz mirror://gentoo/texlive-module-pdf14-2019.tar.xz mirror://gentoo/texlive-module-pdfcomment-2019.tar.xz mirror://gentoo/texlive-module-pdfcprot-2019.tar.xz mirror://gentoo/texlive-module-pdfmarginpar-2019.tar.xz mirror://gentoo/texlive-module-pdfoverlay-2019.tar.xz mirror://gentoo/texlive-module-pdfpagediff-2019.tar.xz mirror://gentoo/texlive-module-pdfpc-movie-2019.tar.xz mirror://gentoo/texlive-module-pdfprivacy-2019.tar.xz mirror://gentoo/texlive-module-pdfreview-2019.tar.xz mirror://gentoo/texlive-module-pdfscreen-2019.tar.xz mirror://gentoo/texlive-module-pdfslide-2019.tar.xz mirror://gentoo/texlive-module-pdfsync-2019.tar.xz mirror://gentoo/texlive-module-pdfwin-2019.tar.xz mirror://gentoo/texlive-module-pdfx-2019.tar.xz mirror://gentoo/texlive-module-pecha-2019.tar.xz mirror://gentoo/texlive-module-perltex-2019.tar.xz mirror://gentoo/texlive-module-permute-2019.tar.xz mirror://gentoo/texlive-module-petiteannonce-2019.tar.xz mirror://gentoo/texlive-module-phffullpagefigure-2019.tar.xz mirror://gentoo/texlive-module-phfnote-2019.tar.xz mirror://gentoo/texlive-module-phfparen-2019.tar.xz mirror://gentoo/texlive-module-phfqit-2019.tar.xz mirror://gentoo/texlive-module-phfquotetext-2019.tar.xz mirror://gentoo/texlive-module-phfsvnwatermark-2019.tar.xz mirror://gentoo/texlive-module-phfthm-2019.tar.xz mirror://gentoo/texlive-module-philex-2019.tar.xz mirror://gentoo/texlive-module-phonenumbers-2019.tar.xz mirror://gentoo/texlive-module-photo-2019.tar.xz mirror://gentoo/texlive-module-piff-2019.tar.xz mirror://gentoo/texlive-module-pkgloader-2019.tar.xz mirror://gentoo/texlive-module-placeins-2019.tar.xz mirror://gentoo/texlive-module-plantslabels-2019.tar.xz mirror://gentoo/texlive-module-plates-2019.tar.xz mirror://gentoo/texlive-module-plweb-2019.tar.xz mirror://gentoo/texlive-module-polynom-2019.tar.xz mirror://gentoo/texlive-module-polynomial-2019.tar.xz mirror://gentoo/texlive-module-polytable-2019.tar.xz mirror://gentoo/texlive-module-postcards-2019.tar.xz mirror://gentoo/texlive-module-poster-mac-2019.tar.xz mirror://gentoo/texlive-module-ppr-prv-2019.tar.xz mirror://gentoo/texlive-module-preprint-2019.tar.xz mirror://gentoo/texlive-module-pressrelease-2019.tar.xz mirror://gentoo/texlive-module-prettyref-2019.tar.xz mirror://gentoo/texlive-module-preview-2019.tar.xz mirror://gentoo/texlive-module-printlen-2019.tar.xz mirror://gentoo/texlive-module-probsoln-2019.tar.xz mirror://gentoo/texlive-module-program-2019.tar.xz mirror://gentoo/texlive-module-progress-2019.tar.xz mirror://gentoo/texlive-module-progressbar-2019.tar.xz mirror://gentoo/texlive-module-proofread-2019.tar.xz mirror://gentoo/texlive-module-properties-2019.tar.xz mirror://gentoo/texlive-module-prosper-2019.tar.xz mirror://gentoo/texlive-module-protex-2019.tar.xz mirror://gentoo/texlive-module-protocol-2019.tar.xz mirror://gentoo/texlive-module-psfragx-2019.tar.xz mirror://gentoo/texlive-module-pstool-2019.tar.xz mirror://gentoo/texlive-module-pstring-2019.tar.xz mirror://gentoo/texlive-module-pxgreeks-2019.tar.xz mirror://gentoo/texlive-module-pygmentex-2019.tar.xz mirror://gentoo/texlive-module-python-2019.tar.xz mirror://gentoo/texlive-module-qcm-2019.tar.xz mirror://gentoo/texlive-module-qstest-2019.tar.xz mirror://gentoo/texlive-module-qsymbols-2019.tar.xz mirror://gentoo/texlive-module-quicktype-2019.tar.xz mirror://gentoo/texlive-module-quotchap-2019.tar.xz mirror://gentoo/texlive-module-quoting-2019.tar.xz mirror://gentoo/texlive-module-quotmark-2019.tar.xz mirror://gentoo/texlive-module-ran_toks-2019.tar.xz mirror://gentoo/texlive-module-randtext-2019.tar.xz mirror://gentoo/texlive-module-rccol-2019.tar.xz mirror://gentoo/texlive-module-rcs-multi-2019.tar.xz mirror://gentoo/texlive-module-rcsinfo-2019.tar.xz mirror://gentoo/texlive-module-readarray-2019.tar.xz mirror://gentoo/texlive-module-realboxes-2019.tar.xz mirror://gentoo/texlive-module-recipe-2019.tar.xz mirror://gentoo/texlive-module-recipebook-2019.tar.xz mirror://gentoo/texlive-module-recipecard-2019.tar.xz mirror://gentoo/texlive-module-rectopma-2019.tar.xz mirror://gentoo/texlive-module-refcheck-2019.tar.xz mirror://gentoo/texlive-module-refenums-2019.tar.xz mirror://gentoo/texlive-module-reflectgraphics-2019.tar.xz mirror://gentoo/texlive-module-refman-2019.tar.xz mirror://gentoo/texlive-module-refstyle-2019.tar.xz mirror://gentoo/texlive-module-regcount-2019.tar.xz mirror://gentoo/texlive-module-regexpatch-2019.tar.xz mirror://gentoo/texlive-module-register-2019.tar.xz mirror://gentoo/texlive-module-regstats-2019.tar.xz mirror://gentoo/texlive-module-relenc-2019.tar.xz mirror://gentoo/texlive-module-relsize-2019.tar.xz mirror://gentoo/texlive-module-repeatindex-2019.tar.xz mirror://gentoo/texlive-module-repltext-2019.tar.xz mirror://gentoo/texlive-module-returntogrid-2019.tar.xz mirror://gentoo/texlive-module-rgltxdoc-2019.tar.xz mirror://gentoo/texlive-module-rjlparshap-2019.tar.xz mirror://gentoo/texlive-module-rlepsf-2019.tar.xz mirror://gentoo/texlive-module-rmpage-2019.tar.xz mirror://gentoo/texlive-module-robustcommand-2019.tar.xz mirror://gentoo/texlive-module-robustindex-2019.tar.xz mirror://gentoo/texlive-module-romanbar-2019.tar.xz mirror://gentoo/texlive-module-romanbarpagenumber-2019.tar.xz mirror://gentoo/texlive-module-romanneg-2019.tar.xz mirror://gentoo/texlive-module-romannum-2019.tar.xz mirror://gentoo/texlive-module-rotfloat-2019.tar.xz mirror://gentoo/texlive-module-rotpages-2019.tar.xz mirror://gentoo/texlive-module-roundbox-2019.tar.xz mirror://gentoo/texlive-module-rterface-2019.tar.xz mirror://gentoo/texlive-module-rtkinenc-2019.tar.xz mirror://gentoo/texlive-module-rulerbox-2019.tar.xz mirror://gentoo/texlive-module-rulercompass-2019.tar.xz mirror://gentoo/texlive-module-rvwrite-2019.tar.xz mirror://gentoo/texlive-module-sanitize-umlaut-2019.tar.xz mirror://gentoo/texlive-module-sauerj-2019.tar.xz mirror://gentoo/texlive-module-savefnmark-2019.tar.xz mirror://gentoo/texlive-module-savesym-2019.tar.xz mirror://gentoo/texlive-module-savetrees-2019.tar.xz mirror://gentoo/texlive-module-scale-2019.tar.xz mirror://gentoo/texlive-module-scalebar-2019.tar.xz mirror://gentoo/texlive-module-scalerel-2019.tar.xz mirror://gentoo/texlive-module-scanpages-2019.tar.xz mirror://gentoo/texlive-module-scrlttr2copy-2019.tar.xz mirror://gentoo/texlive-module-sdrt-2019.tar.xz mirror://gentoo/texlive-module-secdot-2019.tar.xz mirror://gentoo/texlive-module-sectionbox-2019.tar.xz mirror://gentoo/texlive-module-sectionbreak-2019.tar.xz mirror://gentoo/texlive-module-sectsty-2019.tar.xz mirror://gentoo/texlive-module-seealso-2019.tar.xz mirror://gentoo/texlive-module-selectp-2019.tar.xz mirror://gentoo/texlive-module-semantic-2019.tar.xz mirror://gentoo/texlive-module-semantic-markup-2019.tar.xz mirror://gentoo/texlive-module-semioneside-2019.tar.xz mirror://gentoo/texlive-module-semproc-2019.tar.xz mirror://gentoo/texlive-module-sepfootnotes-2019.tar.xz mirror://gentoo/texlive-module-seqsplit-2019.tar.xz mirror://gentoo/texlive-module-sesstime-2019.tar.xz mirror://gentoo/texlive-module-sf298-2019.tar.xz mirror://gentoo/texlive-module-sffms-2019.tar.xz mirror://gentoo/texlive-module-sfmath-2019.tar.xz mirror://gentoo/texlive-module-shadethm-2019.tar.xz mirror://gentoo/texlive-module-shadow-2019.tar.xz mirror://gentoo/texlive-module-shadowtext-2019.tar.xz mirror://gentoo/texlive-module-shapepar-2019.tar.xz mirror://gentoo/texlive-module-shdoc-2019.tar.xz mirror://gentoo/texlive-module-shipunov-2019.tar.xz mirror://gentoo/texlive-module-shorttoc-2019.tar.xz mirror://gentoo/texlive-module-show2e-2019.tar.xz mirror://gentoo/texlive-module-showcharinbox-2019.tar.xz mirror://gentoo/texlive-module-showdim-2019.tar.xz mirror://gentoo/texlive-module-showexpl-2019.tar.xz mirror://gentoo/texlive-module-showhyphens-2019.tar.xz mirror://gentoo/texlive-module-showlabels-2019.tar.xz mirror://gentoo/texlive-module-sidecap-2019.tar.xz mirror://gentoo/texlive-module-sidenotes-2019.tar.xz mirror://gentoo/texlive-module-silence-2019.tar.xz mirror://gentoo/texlive-module-simplecd-2019.tar.xz mirror://gentoo/texlive-module-simplecv-2019.tar.xz mirror://gentoo/texlive-module-simpleinvoice-2019.tar.xz mirror://gentoo/texlive-module-sitem-2019.tar.xz mirror://gentoo/texlive-module-skb-2019.tar.xz mirror://gentoo/texlive-module-skdoc-2019.tar.xz mirror://gentoo/texlive-module-skeycommand-2019.tar.xz mirror://gentoo/texlive-module-skeyval-2019.tar.xz mirror://gentoo/texlive-module-skrapport-2019.tar.xz mirror://gentoo/texlive-module-slantsc-2019.tar.xz mirror://gentoo/texlive-module-smalltableof-2019.tar.xz mirror://gentoo/texlive-module-smartunits-2019.tar.xz mirror://gentoo/texlive-module-smartref-2019.tar.xz mirror://gentoo/texlive-module-snapshot-2019.tar.xz mirror://gentoo/texlive-module-snotez-2019.tar.xz mirror://gentoo/texlive-module-soul-2019.tar.xz mirror://gentoo/texlive-module-spark-otf-2019.tar.xz mirror://gentoo/texlive-module-sparklines-2019.tar.xz mirror://gentoo/texlive-module-sphack-2019.tar.xz mirror://gentoo/texlive-module-splitindex-2019.tar.xz mirror://gentoo/texlive-module-spot-2019.tar.xz mirror://gentoo/texlive-module-spotcolor-2019.tar.xz mirror://gentoo/texlive-module-spreadtab-2019.tar.xz mirror://gentoo/texlive-module-spverbatim-2019.tar.xz mirror://gentoo/texlive-module-srbook-mem-2019.tar.xz mirror://gentoo/texlive-module-srcltx-2019.tar.xz mirror://gentoo/texlive-module-sseq-2019.tar.xz mirror://gentoo/texlive-module-sslides-2019.tar.xz mirror://gentoo/texlive-module-stack-2019.tar.xz mirror://gentoo/texlive-module-stackengine-2019.tar.xz mirror://gentoo/texlive-module-standalone-2019.tar.xz mirror://gentoo/texlive-module-stdclsdv-2019.tar.xz mirror://gentoo/texlive-module-stealcaps-2019.tar.xz mirror://gentoo/texlive-module-stdpage-2019.tar.xz mirror://gentoo/texlive-module-stex-2019.tar.xz mirror://gentoo/texlive-module-storebox-2019.tar.xz mirror://gentoo/texlive-module-storecmd-2019.tar.xz mirror://gentoo/texlive-module-stringstrings-2019.tar.xz mirror://gentoo/texlive-module-sttools-2019.tar.xz mirror://gentoo/texlive-module-stubs-2019.tar.xz mirror://gentoo/texlive-module-studenthandouts-2019.tar.xz mirror://gentoo/texlive-module-subdepth-2019.tar.xz mirror://gentoo/texlive-module-subeqn-2019.tar.xz mirror://gentoo/texlive-module-subeqnarray-2019.tar.xz mirror://gentoo/texlive-module-subfigmat-2019.tar.xz mirror://gentoo/texlive-module-subfigure-2019.tar.xz mirror://gentoo/texlive-module-subfiles-2019.tar.xz mirror://gentoo/texlive-module-subfloat-2019.tar.xz mirror://gentoo/texlive-module-substitutefont-2019.tar.xz mirror://gentoo/texlive-module-substr-2019.tar.xz mirror://gentoo/texlive-module-supertabular-2019.tar.xz mirror://gentoo/texlive-module-svg-2019.tar.xz mirror://gentoo/texlive-module-svgcolor-2019.tar.xz mirror://gentoo/texlive-module-svn-2019.tar.xz mirror://gentoo/texlive-module-svn-multi-2019.tar.xz mirror://gentoo/texlive-module-svn-prov-2019.tar.xz mirror://gentoo/texlive-module-syntax-2019.tar.xz mirror://gentoo/texlive-module-syntrace-2019.tar.xz mirror://gentoo/texlive-module-synttree-2019.tar.xz mirror://gentoo/texlive-module-tabfigures-2019.tar.xz mirror://gentoo/texlive-module-tableaux-2019.tar.xz mirror://gentoo/texlive-module-tablefootnote-2019.tar.xz mirror://gentoo/texlive-module-tableof-2019.tar.xz mirror://gentoo/texlive-module-tablestyles-2019.tar.xz mirror://gentoo/texlive-module-tablists-2019.tar.xz mirror://gentoo/texlive-module-tabls-2019.tar.xz mirror://gentoo/texlive-module-tablvar-2019.tar.xz mirror://gentoo/texlive-module-tabstackengine-2019.tar.xz mirror://gentoo/texlive-module-tabto-ltx-2019.tar.xz mirror://gentoo/texlive-module-tabu-2019.tar.xz mirror://gentoo/texlive-module-tabularborder-2019.tar.xz mirror://gentoo/texlive-module-tabularcalc-2019.tar.xz mirror://gentoo/texlive-module-tabularew-2019.tar.xz mirror://gentoo/texlive-module-tabulary-2019.tar.xz mirror://gentoo/texlive-module-tagging-2019.tar.xz mirror://gentoo/texlive-module-tagpair-2019.tar.xz mirror://gentoo/texlive-module-tagpdf-2019.tar.xz mirror://gentoo/texlive-module-talk-2019.tar.xz mirror://gentoo/texlive-module-tamefloats-2019.tar.xz mirror://gentoo/texlive-module-tasks-2019.tar.xz mirror://gentoo/texlive-module-tcldoc-2019.tar.xz mirror://gentoo/texlive-module-tcolorbox-2019.tar.xz mirror://gentoo/texlive-module-tdclock-2019.tar.xz mirror://gentoo/texlive-module-technics-2019.tar.xz mirror://gentoo/texlive-module-ted-2019.tar.xz mirror://gentoo/texlive-module-templatetools-2019.tar.xz mirror://gentoo/texlive-module-termcal-2019.tar.xz mirror://gentoo/texlive-module-termlist-2019.tar.xz mirror://gentoo/texlive-module-testhyphens-2019.tar.xz mirror://gentoo/texlive-module-testidx-2019.tar.xz mirror://gentoo/texlive-module-tex-label-2019.tar.xz mirror://gentoo/texlive-module-tex-locale-2019.tar.xz mirror://gentoo/texlive-module-texlogos-2019.tar.xz mirror://gentoo/texlive-module-texmate-2019.tar.xz mirror://gentoo/texlive-module-texments-2019.tar.xz mirror://gentoo/texlive-module-texpower-2019.tar.xz mirror://gentoo/texlive-module-texshade-2019.tar.xz mirror://gentoo/texlive-module-texvc-2019.tar.xz mirror://gentoo/texlive-module-textfit-2019.tar.xz mirror://gentoo/texlive-module-textmerg-2019.tar.xz mirror://gentoo/texlive-module-textpos-2019.tar.xz mirror://gentoo/texlive-module-textualicomma-2019.tar.xz mirror://gentoo/texlive-module-theoremref-2019.tar.xz mirror://gentoo/texlive-module-thinsp-2019.tar.xz mirror://gentoo/texlive-module-thmtools-2019.tar.xz mirror://gentoo/texlive-module-threadcol-2019.tar.xz mirror://gentoo/texlive-module-threeparttable-2019.tar.xz mirror://gentoo/texlive-module-threeparttablex-2019.tar.xz mirror://gentoo/texlive-module-thumb-2019.tar.xz mirror://gentoo/texlive-module-thumbs-2019.tar.xz mirror://gentoo/texlive-module-thumby-2019.tar.xz mirror://gentoo/texlive-module-ticket-2019.tar.xz mirror://gentoo/texlive-module-titlecaps-2019.tar.xz mirror://gentoo/texlive-module-titlefoot-2019.tar.xz mirror://gentoo/texlive-module-titlepic-2019.tar.xz mirror://gentoo/texlive-module-titleref-2019.tar.xz mirror://gentoo/texlive-module-titlesec-2019.tar.xz mirror://gentoo/texlive-module-titling-2019.tar.xz mirror://gentoo/texlive-module-tocbibind-2019.tar.xz mirror://gentoo/texlive-module-tocdata-2019.tar.xz mirror://gentoo/texlive-module-tocloft-2019.tar.xz mirror://gentoo/texlive-module-tocvsec2-2019.tar.xz mirror://gentoo/texlive-module-todo-2019.tar.xz mirror://gentoo/texlive-module-todonotes-2019.tar.xz mirror://gentoo/texlive-module-tokenizer-2019.tar.xz mirror://gentoo/texlive-module-toolbox-2019.tar.xz mirror://gentoo/texlive-module-topfloat-2019.tar.xz mirror://gentoo/texlive-module-topiclongtable-2019.tar.xz mirror://gentoo/texlive-module-totcount-2019.tar.xz mirror://gentoo/texlive-module-totpages-2019.tar.xz mirror://gentoo/texlive-module-translations-2019.tar.xz mirror://gentoo/texlive-module-trfsigns-2019.tar.xz mirror://gentoo/texlive-module-trimspaces-2019.tar.xz mirror://gentoo/texlive-module-trivfloat-2019.tar.xz mirror://gentoo/texlive-module-trsym-2019.tar.xz mirror://gentoo/texlive-module-truncate-2019.tar.xz mirror://gentoo/texlive-module-tucv-2019.tar.xz mirror://gentoo/texlive-module-turnthepage-2019.tar.xz mirror://gentoo/texlive-module-twoinone-2019.tar.xz mirror://gentoo/texlive-module-twoup-2019.tar.xz mirror://gentoo/texlive-module-txgreeks-2019.tar.xz mirror://gentoo/texlive-module-type1cm-2019.tar.xz mirror://gentoo/texlive-module-typed-checklist-2019.tar.xz mirror://gentoo/texlive-module-typeface-2019.tar.xz mirror://gentoo/texlive-module-typoaid-2019.tar.xz mirror://gentoo/texlive-module-typogrid-2019.tar.xz mirror://gentoo/texlive-module-uassign-2019.tar.xz mirror://gentoo/texlive-module-ucs-2019.tar.xz mirror://gentoo/texlive-module-uebungsblatt-2019.tar.xz mirror://gentoo/texlive-module-umoline-2019.tar.xz mirror://gentoo/texlive-module-underlin-2019.tar.xz mirror://gentoo/texlive-module-underoverlap-2019.tar.xz mirror://gentoo/texlive-module-undolabl-2019.tar.xz mirror://gentoo/texlive-module-units-2019.tar.xz mirror://gentoo/texlive-module-unravel-2019.tar.xz mirror://gentoo/texlive-module-upmethodology-2019.tar.xz mirror://gentoo/texlive-module-upquote-2019.tar.xz mirror://gentoo/texlive-module-uri-2019.tar.xz mirror://gentoo/texlive-module-ushort-2019.tar.xz mirror://gentoo/texlive-module-uspace-2019.tar.xz mirror://gentoo/texlive-module-uwmslide-2019.tar.xz mirror://gentoo/texlive-module-variablelm-2019.tar.xz mirror://gentoo/texlive-module-varindex-2019.tar.xz mirror://gentoo/texlive-module-varsfromjobname-2019.tar.xz mirror://gentoo/texlive-module-varwidth-2019.tar.xz mirror://gentoo/texlive-module-vdmlisting-2019.tar.xz mirror://gentoo/texlive-module-verbasef-2019.tar.xz mirror://gentoo/texlive-module-verbatimbox-2019.tar.xz mirror://gentoo/texlive-module-verbatimcopy-2019.tar.xz mirror://gentoo/texlive-module-verbdef-2019.tar.xz mirror://gentoo/texlive-module-verbments-2019.tar.xz mirror://gentoo/texlive-module-version-2019.tar.xz mirror://gentoo/texlive-module-versions-2019.tar.xz mirror://gentoo/texlive-module-versonotes-2019.tar.xz mirror://gentoo/texlive-module-vertbars-2019.tar.xz mirror://gentoo/texlive-module-vgrid-2019.tar.xz mirror://gentoo/texlive-module-vhistory-2019.tar.xz mirror://gentoo/texlive-module-vmargin-2019.tar.xz mirror://gentoo/texlive-module-volumes-2019.tar.xz mirror://gentoo/texlive-module-vpe-2019.tar.xz mirror://gentoo/texlive-module-vruler-2019.tar.xz mirror://gentoo/texlive-module-vtable-2019.tar.xz mirror://gentoo/texlive-module-vwcol-2019.tar.xz mirror://gentoo/texlive-module-wallcalendar-2019.tar.xz mirror://gentoo/texlive-module-wallpaper-2019.tar.xz mirror://gentoo/texlive-module-warning-2019.tar.xz mirror://gentoo/texlive-module-warpcol-2019.tar.xz mirror://gentoo/texlive-module-was-2019.tar.xz mirror://gentoo/texlive-module-webquiz-2019.tar.xz mirror://gentoo/texlive-module-widetable-2019.tar.xz mirror://gentoo/texlive-module-widows-and-orphans-2019.tar.xz mirror://gentoo/texlive-module-williams-2019.tar.xz mirror://gentoo/texlive-module-withargs-2019.tar.xz mirror://gentoo/texlive-module-wordcount-2019.tar.xz mirror://gentoo/texlive-module-wordlike-2019.tar.xz mirror://gentoo/texlive-module-worksheet-2019.tar.xz mirror://gentoo/texlive-module-wrapfig-2019.tar.xz mirror://gentoo/texlive-module-wtref-2019.tar.xz mirror://gentoo/texlive-module-xargs-2019.tar.xz mirror://gentoo/texlive-module-xassoccnt-2019.tar.xz mirror://gentoo/texlive-module-xbmks-2019.tar.xz mirror://gentoo/texlive-module-xcntperchap-2019.tar.xz mirror://gentoo/texlive-module-xcolor-material-2019.tar.xz mirror://gentoo/texlive-module-xcolor-solarized-2019.tar.xz mirror://gentoo/texlive-module-xcomment-2019.tar.xz mirror://gentoo/texlive-module-xcookybooky-2019.tar.xz mirror://gentoo/texlive-module-xcpdftips-2019.tar.xz mirror://gentoo/texlive-module-xdoc-2019.tar.xz mirror://gentoo/texlive-module-xellipsis-2019.tar.xz mirror://gentoo/texlive-module-xfakebold-2019.tar.xz mirror://gentoo/texlive-module-xfor-2019.tar.xz mirror://gentoo/texlive-module-xhfill-2019.tar.xz mirror://gentoo/texlive-module-xifthen-2019.tar.xz mirror://gentoo/texlive-module-xint-2019.tar.xz mirror://gentoo/texlive-module-xltabular-2019.tar.xz mirror://gentoo/texlive-module-xmpincl-2019.tar.xz mirror://gentoo/texlive-module-xnewcommand-2019.tar.xz mirror://gentoo/texlive-module-xoptarg-2019.tar.xz mirror://gentoo/texlive-module-xpatch-2019.tar.xz mirror://gentoo/texlive-module-xpeek-2019.tar.xz mirror://gentoo/texlive-module-xprintlen-2019.tar.xz mirror://gentoo/texlive-module-xpunctuate-2019.tar.xz mirror://gentoo/texlive-module-xsavebox-2019.tar.xz mirror://gentoo/texlive-module-xsim-2019.tar.xz mirror://gentoo/texlive-module-xstring-2019.tar.xz mirror://gentoo/texlive-module-xtab-2019.tar.xz mirror://gentoo/texlive-module-xurl-2019.tar.xz mirror://gentoo/texlive-module-xwatermark-2019.tar.xz mirror://gentoo/texlive-module-xytree-2019.tar.xz mirror://gentoo/texlive-module-yafoot-2019.tar.xz mirror://gentoo/texlive-module-yaletter-2019.tar.xz mirror://gentoo/texlive-module-yagusylo-2019.tar.xz mirror://gentoo/texlive-module-ycbook-2019.tar.xz mirror://gentoo/texlive-module-ydoc-2019.tar.xz mirror://gentoo/texlive-module-yplan-2019.tar.xz mirror://gentoo/texlive-module-zebra-goodies-2019.tar.xz mirror://gentoo/texlive-module-zed-csp-2019.tar.xz mirror://gentoo/texlive-module-ziffer-2019.tar.xz mirror://gentoo/texlive-module-zwgetfdate-2019.tar.xz mirror://gentoo/texlive-module-zwpagelayout-2019.tar.xz mirror://gentoo/texlive-module-collection-latexextra-2019.tar.xz doc? ( mirror://gentoo/texlive-module-2up.doc-2019.tar.xz mirror://gentoo/texlive-module-ESIEEcv.doc-2019.tar.xz mirror://gentoo/texlive-module-GS1.doc-2019.tar.xz mirror://gentoo/texlive-module-HA-prosper.doc-2019.tar.xz mirror://gentoo/texlive-module-Tabbing.doc-2019.tar.xz mirror://gentoo/texlive-module-a0poster.doc-2019.tar.xz mirror://gentoo/texlive-module-a4wide.doc-2019.tar.xz mirror://gentoo/texlive-module-a5comb.doc-2019.tar.xz mirror://gentoo/texlive-module-abraces.doc-2019.tar.xz mirror://gentoo/texlive-module-abstract.doc-2019.tar.xz mirror://gentoo/texlive-module-achemso.doc-2019.tar.xz mirror://gentoo/texlive-module-acro.doc-2019.tar.xz mirror://gentoo/texlive-module-acronym.doc-2019.tar.xz mirror://gentoo/texlive-module-acroterm.doc-2019.tar.xz mirror://gentoo/texlive-module-actuarialangle.doc-2019.tar.xz mirror://gentoo/texlive-module-actuarialsymbol.doc-2019.tar.xz mirror://gentoo/texlive-module-addfont.doc-2019.tar.xz mirror://gentoo/texlive-module-addlines.doc-2019.tar.xz mirror://gentoo/texlive-module-adjmulticol.doc-2019.tar.xz mirror://gentoo/texlive-module-adjustbox.doc-2019.tar.xz mirror://gentoo/texlive-module-adrconv.doc-2019.tar.xz mirror://gentoo/texlive-module-advdate.doc-2019.tar.xz mirror://gentoo/texlive-module-akktex.doc-2019.tar.xz mirror://gentoo/texlive-module-akletter.doc-2019.tar.xz mirror://gentoo/texlive-module-alertmessage.doc-2019.tar.xz mirror://gentoo/texlive-module-alnumsec.doc-2019.tar.xz mirror://gentoo/texlive-module-alterqcm.doc-2019.tar.xz mirror://gentoo/texlive-module-altfont.doc-2019.tar.xz mirror://gentoo/texlive-module-amsaddr.doc-2019.tar.xz mirror://gentoo/texlive-module-animate.doc-2019.tar.xz mirror://gentoo/texlive-module-anonchap.doc-2019.tar.xz mirror://gentoo/texlive-module-answers.doc-2019.tar.xz mirror://gentoo/texlive-module-anyfontsize.doc-2019.tar.xz mirror://gentoo/texlive-module-appendix.doc-2019.tar.xz mirror://gentoo/texlive-module-appendixnumberbeamer.doc-2019.tar.xz mirror://gentoo/texlive-module-apptools.doc-2019.tar.xz mirror://gentoo/texlive-module-arcs.doc-2019.tar.xz mirror://gentoo/texlive-module-arrayjobx.doc-2019.tar.xz mirror://gentoo/texlive-module-arraysort.doc-2019.tar.xz mirror://gentoo/texlive-module-arydshln.doc-2019.tar.xz mirror://gentoo/texlive-module-asciilist.doc-2019.tar.xz mirror://gentoo/texlive-module-assignment.doc-2019.tar.xz mirror://gentoo/texlive-module-assoccnt.doc-2019.tar.xz mirror://gentoo/texlive-module-attachfile.doc-2019.tar.xz mirror://gentoo/texlive-module-aurl.doc-2019.tar.xz mirror://gentoo/texlive-module-authoraftertitle.doc-2019.tar.xz mirror://gentoo/texlive-module-authorarchive.doc-2019.tar.xz mirror://gentoo/texlive-module-authorindex.doc-2019.tar.xz mirror://gentoo/texlive-module-autonum.doc-2019.tar.xz mirror://gentoo/texlive-module-autopdf.doc-2019.tar.xz mirror://gentoo/texlive-module-avremu.doc-2019.tar.xz mirror://gentoo/texlive-module-background.doc-2019.tar.xz mirror://gentoo/texlive-module-bankstatement.doc-2019.tar.xz mirror://gentoo/texlive-module-bashful.doc-2019.tar.xz mirror://gentoo/texlive-module-basicarith.doc-2019.tar.xz mirror://gentoo/texlive-module-bchart.doc-2019.tar.xz mirror://gentoo/texlive-module-beamer2thesis.doc-2019.tar.xz mirror://gentoo/texlive-module-beamer-rl.doc-2019.tar.xz mirror://gentoo/texlive-module-beameraudience.doc-2019.tar.xz mirror://gentoo/texlive-module-beamerauxtheme.doc-2019.tar.xz mirror://gentoo/texlive-module-beamercolorthemeowl.doc-2019.tar.xz mirror://gentoo/texlive-module-beamerdarkthemes.doc-2019.tar.xz mirror://gentoo/texlive-module-beamerposter.doc-2019.tar.xz mirror://gentoo/texlive-module-beamersubframe.doc-2019.tar.xz mirror://gentoo/texlive-module-beamertheme-cuerna.doc-2019.tar.xz mirror://gentoo/texlive-module-beamertheme-detlevcm.doc-2019.tar.xz mirror://gentoo/texlive-module-beamertheme-epyt.doc-2019.tar.xz mirror://gentoo/texlive-module-beamertheme-focus.doc-2019.tar.xz mirror://gentoo/texlive-module-beamertheme-light.doc-2019.tar.xz mirror://gentoo/texlive-module-beamertheme-metropolis.doc-2019.tar.xz mirror://gentoo/texlive-module-beamertheme-npbt.doc-2019.tar.xz mirror://gentoo/texlive-module-beamertheme-phnompenh.doc-2019.tar.xz mirror://gentoo/texlive-module-beamertheme-saintpetersburg.doc-2019.tar.xz mirror://gentoo/texlive-module-beamertheme-upenn-bc.doc-2019.tar.xz mirror://gentoo/texlive-module-beamerthemenirma.doc-2019.tar.xz mirror://gentoo/texlive-module-beton.doc-2019.tar.xz mirror://gentoo/texlive-module-bewerbung.doc-2019.tar.xz mirror://gentoo/texlive-module-bez123.doc-2019.tar.xz mirror://gentoo/texlive-module-bezos.doc-2019.tar.xz mirror://gentoo/texlive-module-bhcexam.doc-2019.tar.xz mirror://gentoo/texlive-module-bibletext.doc-2019.tar.xz mirror://gentoo/texlive-module-bigfoot.doc-2019.tar.xz mirror://gentoo/texlive-module-bigints.doc-2019.tar.xz mirror://gentoo/texlive-module-biochemistry-colors.doc-2019.tar.xz mirror://gentoo/texlive-module-bizcard.doc-2019.tar.xz mirror://gentoo/texlive-module-blindtext.doc-2019.tar.xz mirror://gentoo/texlive-module-blkarray.doc-2019.tar.xz mirror://gentoo/texlive-module-block.doc-2019.tar.xz mirror://gentoo/texlive-module-blowup.doc-2019.tar.xz mirror://gentoo/texlive-module-bnumexpr.doc-2019.tar.xz mirror://gentoo/texlive-module-boites.doc-2019.tar.xz mirror://gentoo/texlive-module-bold-extra.doc-2019.tar.xz mirror://gentoo/texlive-module-bookcover.doc-2019.tar.xz mirror://gentoo/texlive-module-bookest.doc-2019.tar.xz mirror://gentoo/texlive-module-booklet.doc-2019.tar.xz mirror://gentoo/texlive-module-boolexpr.doc-2019.tar.xz mirror://gentoo/texlive-module-bophook.doc-2019.tar.xz mirror://gentoo/texlive-module-boxedminipage.doc-2019.tar.xz mirror://gentoo/texlive-module-boxedminipage2e.doc-2019.tar.xz mirror://gentoo/texlive-module-boxhandler.doc-2019.tar.xz mirror://gentoo/texlive-module-bracketkey.doc-2019.tar.xz mirror://gentoo/texlive-module-braket.doc-2019.tar.xz mirror://gentoo/texlive-module-breakurl.doc-2019.tar.xz mirror://gentoo/texlive-module-bullcntr.doc-2019.tar.xz mirror://gentoo/texlive-module-bxcalc.doc-2019.tar.xz mirror://gentoo/texlive-module-bxdpx-beamer.doc-2019.tar.xz mirror://gentoo/texlive-module-bxdvidriver.doc-2019.tar.xz mirror://gentoo/texlive-module-bxenclose.doc-2019.tar.xz mirror://gentoo/texlive-module-bxnewfont.doc-2019.tar.xz mirror://gentoo/texlive-module-bxpapersize.doc-2019.tar.xz mirror://gentoo/texlive-module-bxpdfver.doc-2019.tar.xz mirror://gentoo/texlive-module-bxtexlogo.doc-2019.tar.xz mirror://gentoo/texlive-module-calcage.doc-2019.tar.xz mirror://gentoo/texlive-module-calctab.doc-2019.tar.xz mirror://gentoo/texlive-module-calculator.doc-2019.tar.xz mirror://gentoo/texlive-module-calrsfs.doc-2019.tar.xz mirror://gentoo/texlive-module-cals.doc-2019.tar.xz mirror://gentoo/texlive-module-calxxxx-yyyy.doc-2019.tar.xz mirror://gentoo/texlive-module-cancel.doc-2019.tar.xz mirror://gentoo/texlive-module-canoniclayout.doc-2019.tar.xz mirror://gentoo/texlive-module-capt-of.doc-2019.tar.xz mirror://gentoo/texlive-module-captcont.doc-2019.tar.xz mirror://gentoo/texlive-module-captdef.doc-2019.tar.xz mirror://gentoo/texlive-module-carbohydrates.doc-2019.tar.xz mirror://gentoo/texlive-module-cases.doc-2019.tar.xz mirror://gentoo/texlive-module-casyl.doc-2019.tar.xz mirror://gentoo/texlive-module-catchfilebetweentags.doc-2019.tar.xz mirror://gentoo/texlive-module-catechis.doc-2019.tar.xz mirror://gentoo/texlive-module-catoptions.doc-2019.tar.xz mirror://gentoo/texlive-module-cbcoptic.doc-2019.tar.xz mirror://gentoo/texlive-module-ccaption.doc-2019.tar.xz mirror://gentoo/texlive-module-cclicenses.doc-2019.tar.xz mirror://gentoo/texlive-module-cd.doc-2019.tar.xz mirror://gentoo/texlive-module-cd-cover.doc-2019.tar.xz mirror://gentoo/texlive-module-cdpbundl.doc-2019.tar.xz mirror://gentoo/texlive-module-cellprops.doc-2019.tar.xz mirror://gentoo/texlive-module-cellspace.doc-2019.tar.xz mirror://gentoo/texlive-module-censor.doc-2019.tar.xz mirror://gentoo/texlive-module-centeredline.doc-2019.tar.xz mirror://gentoo/texlive-module-changebar.doc-2019.tar.xz mirror://gentoo/texlive-module-changelayout.doc-2019.tar.xz mirror://gentoo/texlive-module-changelog.doc-2019.tar.xz mirror://gentoo/texlive-module-changepage.doc-2019.tar.xz mirror://gentoo/texlive-module-changes.doc-2019.tar.xz mirror://gentoo/texlive-module-chappg.doc-2019.tar.xz mirror://gentoo/texlive-module-chapterfolder.doc-2019.tar.xz mirror://gentoo/texlive-module-cheatsheet.doc-2019.tar.xz mirror://gentoo/texlive-module-chet.doc-2019.tar.xz mirror://gentoo/texlive-module-chextras.doc-2019.tar.xz mirror://gentoo/texlive-module-childdoc.doc-2019.tar.xz mirror://gentoo/texlive-module-chkfloat.doc-2019.tar.xz mirror://gentoo/texlive-module-chletter.doc-2019.tar.xz mirror://gentoo/texlive-module-chngcntr.doc-2019.tar.xz mirror://gentoo/texlive-module-chronology.doc-2019.tar.xz mirror://gentoo/texlive-module-circ.doc-2019.tar.xz mirror://gentoo/texlive-module-classics.doc-2019.tar.xz mirror://gentoo/texlive-module-classpack.doc-2019.tar.xz mirror://gentoo/texlive-module-clefval.doc-2019.tar.xz mirror://gentoo/texlive-module-cleveref.doc-2019.tar.xz mirror://gentoo/texlive-module-clipboard.doc-2019.tar.xz mirror://gentoo/texlive-module-clock.doc-2019.tar.xz mirror://gentoo/texlive-module-cloze.doc-2019.tar.xz mirror://gentoo/texlive-module-clrdblpg.doc-2019.tar.xz mirror://gentoo/texlive-module-clrstrip.doc-2019.tar.xz mirror://gentoo/texlive-module-cmdstring.doc-2019.tar.xz mirror://gentoo/texlive-module-cmdtrack.doc-2019.tar.xz mirror://gentoo/texlive-module-cmsd.doc-2019.tar.xz mirror://gentoo/texlive-module-cnltx.doc-2019.tar.xz mirror://gentoo/texlive-module-cntformats.doc-2019.tar.xz mirror://gentoo/texlive-module-cntperchap.doc-2019.tar.xz mirror://gentoo/texlive-module-codedoc.doc-2019.tar.xz mirror://gentoo/texlive-module-codepage.doc-2019.tar.xz mirror://gentoo/texlive-module-codesection.doc-2019.tar.xz mirror://gentoo/texlive-module-collcell.doc-2019.tar.xz mirror://gentoo/texlive-module-collectbox.doc-2019.tar.xz mirror://gentoo/texlive-module-colophon.doc-2019.tar.xz mirror://gentoo/texlive-module-colordoc.doc-2019.tar.xz mirror://gentoo/texlive-module-colorinfo.doc-2019.tar.xz mirror://gentoo/texlive-module-coloring.doc-2019.tar.xz mirror://gentoo/texlive-module-colorspace.doc-2019.tar.xz mirror://gentoo/texlive-module-colortab.doc-2019.tar.xz mirror://gentoo/texlive-module-colorwav.doc-2019.tar.xz mirror://gentoo/texlive-module-colorweb.doc-2019.tar.xz mirror://gentoo/texlive-module-colourchange.doc-2019.tar.xz mirror://gentoo/texlive-module-combelow.doc-2019.tar.xz mirror://gentoo/texlive-module-combine.doc-2019.tar.xz mirror://gentoo/texlive-module-comma.doc-2019.tar.xz mirror://gentoo/texlive-module-commado.doc-2019.tar.xz mirror://gentoo/texlive-module-commedit.doc-2019.tar.xz mirror://gentoo/texlive-module-comment.doc-2019.tar.xz mirror://gentoo/texlive-module-competences.doc-2019.tar.xz mirror://gentoo/texlive-module-concepts.doc-2019.tar.xz mirror://gentoo/texlive-module-concprog.doc-2019.tar.xz mirror://gentoo/texlive-module-constants.doc-2019.tar.xz mirror://gentoo/texlive-module-continue.doc-2019.tar.xz mirror://gentoo/texlive-module-contour.doc-2019.tar.xz mirror://gentoo/texlive-module-contracard.doc-2019.tar.xz mirror://gentoo/texlive-module-conv-xkv.doc-2019.tar.xz mirror://gentoo/texlive-module-cooking.doc-2019.tar.xz mirror://gentoo/texlive-module-cooking-units.doc-2019.tar.xz mirror://gentoo/texlive-module-cool.doc-2019.tar.xz mirror://gentoo/texlive-module-coollist.doc-2019.tar.xz mirror://gentoo/texlive-module-coolstr.doc-2019.tar.xz mirror://gentoo/texlive-module-coolthms.doc-2019.tar.xz mirror://gentoo/texlive-module-cooltooltips.doc-2019.tar.xz mirror://gentoo/texlive-module-coordsys.doc-2019.tar.xz mirror://gentoo/texlive-module-copyedit.doc-2019.tar.xz mirror://gentoo/texlive-module-copyrightbox.doc-2019.tar.xz mirror://gentoo/texlive-module-coseoul.doc-2019.tar.xz mirror://gentoo/texlive-module-counttexruns.doc-2019.tar.xz mirror://gentoo/texlive-module-courseoutline.doc-2019.tar.xz mirror://gentoo/texlive-module-coursepaper.doc-2019.tar.xz mirror://gentoo/texlive-module-coverpage.doc-2019.tar.xz mirror://gentoo/texlive-module-cprotect.doc-2019.tar.xz mirror://gentoo/texlive-module-crbox.doc-2019.tar.xz mirror://gentoo/texlive-module-crossreference.doc-2019.tar.xz mirror://gentoo/texlive-module-crossreftools.doc-2019.tar.xz mirror://gentoo/texlive-module-csquotes.doc-2019.tar.xz mirror://gentoo/texlive-module-css-colors.doc-2019.tar.xz mirror://gentoo/texlive-module-csvsimple.doc-2019.tar.xz mirror://gentoo/texlive-module-cuisine.doc-2019.tar.xz mirror://gentoo/texlive-module-currency.doc-2019.tar.xz mirror://gentoo/texlive-module-currfile.doc-2019.tar.xz mirror://gentoo/texlive-module-cutwin.doc-2019.tar.xz mirror://gentoo/texlive-module-cv.doc-2019.tar.xz mirror://gentoo/texlive-module-cv4tw.doc-2019.tar.xz mirror://gentoo/texlive-module-cweb-latex.doc-2019.tar.xz mirror://gentoo/texlive-module-cyber.doc-2019.tar.xz mirror://gentoo/texlive-module-cybercic.doc-2019.tar.xz mirror://gentoo/texlive-module-dashbox.doc-2019.tar.xz mirror://gentoo/texlive-module-dashrule.doc-2019.tar.xz mirror://gentoo/texlive-module-dashundergaps.doc-2019.tar.xz mirror://gentoo/texlive-module-dataref.doc-2019.tar.xz mirror://gentoo/texlive-module-datatool.doc-2019.tar.xz mirror://gentoo/texlive-module-dateiliste.doc-2019.tar.xz mirror://gentoo/texlive-module-datenumber.doc-2019.tar.xz mirror://gentoo/texlive-module-datetime.doc-2019.tar.xz mirror://gentoo/texlive-module-datetime2.doc-2019.tar.xz mirror://gentoo/texlive-module-datetime2-bahasai.doc-2019.tar.xz mirror://gentoo/texlive-module-datetime2-basque.doc-2019.tar.xz mirror://gentoo/texlive-module-datetime2-breton.doc-2019.tar.xz mirror://gentoo/texlive-module-datetime2-bulgarian.doc-2019.tar.xz mirror://gentoo/texlive-module-datetime2-catalan.doc-2019.tar.xz mirror://gentoo/texlive-module-datetime2-croatian.doc-2019.tar.xz mirror://gentoo/texlive-module-datetime2-czech.doc-2019.tar.xz mirror://gentoo/texlive-module-datetime2-danish.doc-2019.tar.xz mirror://gentoo/texlive-module-datetime2-dutch.doc-2019.tar.xz mirror://gentoo/texlive-module-datetime2-en-fulltext.doc-2019.tar.xz mirror://gentoo/texlive-module-datetime2-english.doc-2019.tar.xz mirror://gentoo/texlive-module-datetime2-esperanto.doc-2019.tar.xz mirror://gentoo/texlive-module-datetime2-estonian.doc-2019.tar.xz mirror://gentoo/texlive-module-datetime2-finnish.doc-2019.tar.xz mirror://gentoo/texlive-module-datetime2-french.doc-2019.tar.xz mirror://gentoo/texlive-module-datetime2-galician.doc-2019.tar.xz mirror://gentoo/texlive-module-datetime2-german.doc-2019.tar.xz mirror://gentoo/texlive-module-datetime2-greek.doc-2019.tar.xz mirror://gentoo/texlive-module-datetime2-hebrew.doc-2019.tar.xz mirror://gentoo/texlive-module-datetime2-icelandic.doc-2019.tar.xz mirror://gentoo/texlive-module-datetime2-irish.doc-2019.tar.xz mirror://gentoo/texlive-module-datetime2-italian.doc-2019.tar.xz mirror://gentoo/texlive-module-datetime2-it-fulltext.doc-2019.tar.xz mirror://gentoo/texlive-module-datetime2-latin.doc-2019.tar.xz mirror://gentoo/texlive-module-datetime2-lsorbian.doc-2019.tar.xz mirror://gentoo/texlive-module-datetime2-magyar.doc-2019.tar.xz mirror://gentoo/texlive-module-datetime2-norsk.doc-2019.tar.xz mirror://gentoo/texlive-module-datetime2-polish.doc-2019.tar.xz mirror://gentoo/texlive-module-datetime2-portuges.doc-2019.tar.xz mirror://gentoo/texlive-module-datetime2-romanian.doc-2019.tar.xz mirror://gentoo/texlive-module-datetime2-russian.doc-2019.tar.xz mirror://gentoo/texlive-module-datetime2-samin.doc-2019.tar.xz mirror://gentoo/texlive-module-datetime2-scottish.doc-2019.tar.xz mirror://gentoo/texlive-module-datetime2-serbian.doc-2019.tar.xz mirror://gentoo/texlive-module-datetime2-slovak.doc-2019.tar.xz mirror://gentoo/texlive-module-datetime2-slovene.doc-2019.tar.xz mirror://gentoo/texlive-module-datetime2-spanish.doc-2019.tar.xz mirror://gentoo/texlive-module-datetime2-swedish.doc-2019.tar.xz mirror://gentoo/texlive-module-datetime2-turkish.doc-2019.tar.xz mirror://gentoo/texlive-module-datetime2-ukrainian.doc-2019.tar.xz mirror://gentoo/texlive-module-datetime2-usorbian.doc-2019.tar.xz mirror://gentoo/texlive-module-datetime2-welsh.doc-2019.tar.xz mirror://gentoo/texlive-module-dblfloatfix.doc-2019.tar.xz mirror://gentoo/texlive-module-decimal.doc-2019.tar.xz mirror://gentoo/texlive-module-decorule.doc-2019.tar.xz mirror://gentoo/texlive-module-delimtxt.doc-2019.tar.xz mirror://gentoo/texlive-module-denisbdoc.doc-2019.tar.xz mirror://gentoo/texlive-module-diagbox.doc-2019.tar.xz mirror://gentoo/texlive-module-diagnose.doc-2019.tar.xz mirror://gentoo/texlive-module-dialogl.doc-2019.tar.xz mirror://gentoo/texlive-module-dichokey.doc-2019.tar.xz mirror://gentoo/texlive-module-dinbrief.doc-2019.tar.xz mirror://gentoo/texlive-module-directory.doc-2019.tar.xz mirror://gentoo/texlive-module-dirtytalk.doc-2019.tar.xz mirror://gentoo/texlive-module-dlfltxb.doc-2019.tar.xz mirror://gentoo/texlive-module-dnaseq.doc-2019.tar.xz mirror://gentoo/texlive-module-doclicense.doc-2019.tar.xz mirror://gentoo/texlive-module-docmfp.doc-2019.tar.xz mirror://gentoo/texlive-module-docmute.doc-2019.tar.xz mirror://gentoo/texlive-module-doctools.doc-2019.tar.xz mirror://gentoo/texlive-module-documentation.doc-2019.tar.xz mirror://gentoo/texlive-module-doi.doc-2019.tar.xz mirror://gentoo/texlive-module-dotarrow.doc-2019.tar.xz mirror://gentoo/texlive-module-dotseqn.doc-2019.tar.xz mirror://gentoo/texlive-module-download.doc-2019.tar.xz mirror://gentoo/texlive-module-dox.doc-2019.tar.xz mirror://gentoo/texlive-module-dpfloat.doc-2019.tar.xz mirror://gentoo/texlive-module-dprogress.doc-2019.tar.xz mirror://gentoo/texlive-module-drac.doc-2019.tar.xz mirror://gentoo/texlive-module-draftcopy.doc-2019.tar.xz mirror://gentoo/texlive-module-draftfigure.doc-2019.tar.xz mirror://gentoo/texlive-module-draftwatermark.doc-2019.tar.xz mirror://gentoo/texlive-module-dtk.doc-2019.tar.xz mirror://gentoo/texlive-module-dtxdescribe.doc-2019.tar.xz mirror://gentoo/texlive-module-dtxgallery.doc-2019.tar.xz mirror://gentoo/texlive-module-duckuments.doc-2019.tar.xz mirror://gentoo/texlive-module-ducksay.doc-2019.tar.xz mirror://gentoo/texlive-module-dvdcoll.doc-2019.tar.xz mirror://gentoo/texlive-module-dynamicnumber.doc-2019.tar.xz mirror://gentoo/texlive-module-dynblocks.doc-2019.tar.xz mirror://gentoo/texlive-module-ean13isbn.doc-2019.tar.xz mirror://gentoo/texlive-module-easy.doc-2019.tar.xz mirror://gentoo/texlive-module-easy-todo.doc-2019.tar.xz mirror://gentoo/texlive-module-easyfig.doc-2019.tar.xz mirror://gentoo/texlive-module-easyformat.doc-2019.tar.xz mirror://gentoo/texlive-module-easylist.doc-2019.tar.xz mirror://gentoo/texlive-module-easyreview.doc-2019.tar.xz mirror://gentoo/texlive-module-ebezier.doc-2019.tar.xz mirror://gentoo/texlive-module-ecclesiastic.doc-2019.tar.xz mirror://gentoo/texlive-module-ecv.doc-2019.tar.xz mirror://gentoo/texlive-module-ed.doc-2019.tar.xz mirror://gentoo/texlive-module-edmargin.doc-2019.tar.xz mirror://gentoo/texlive-module-eemeir.doc-2019.tar.xz mirror://gentoo/texlive-module-efbox.doc-2019.tar.xz mirror://gentoo/texlive-module-egplot.doc-2019.tar.xz mirror://gentoo/texlive-module-ehhline.doc-2019.tar.xz mirror://gentoo/texlive-module-elegantbook.doc-2019.tar.xz mirror://gentoo/texlive-module-elegantnote.doc-2019.tar.xz mirror://gentoo/texlive-module-elegantpaper.doc-2019.tar.xz mirror://gentoo/texlive-module-elements.doc-2019.tar.xz mirror://gentoo/texlive-module-ellipsis.doc-2019.tar.xz mirror://gentoo/texlive-module-elmath.doc-2019.tar.xz mirror://gentoo/texlive-module-elocalloc.doc-2019.tar.xz mirror://gentoo/texlive-module-elpres.doc-2019.tar.xz mirror://gentoo/texlive-module-elzcards.doc-2019.tar.xz mirror://gentoo/texlive-module-emarks.doc-2019.tar.xz mirror://gentoo/texlive-module-embedall.doc-2019.tar.xz mirror://gentoo/texlive-module-embrac.doc-2019.tar.xz mirror://gentoo/texlive-module-emptypage.doc-2019.tar.xz mirror://gentoo/texlive-module-emulateapj.doc-2019.tar.xz mirror://gentoo/texlive-module-endfloat.doc-2019.tar.xz mirror://gentoo/texlive-module-endheads.doc-2019.tar.xz mirror://gentoo/texlive-module-endnotes.doc-2019.tar.xz mirror://gentoo/texlive-module-engpron.doc-2019.tar.xz mirror://gentoo/texlive-module-engrec.doc-2019.tar.xz mirror://gentoo/texlive-module-enotez.doc-2019.tar.xz mirror://gentoo/texlive-module-enumitem.doc-2019.tar.xz mirror://gentoo/texlive-module-enumitem-zref.doc-2019.tar.xz mirror://gentoo/texlive-module-envbig.doc-2019.tar.xz mirror://gentoo/texlive-module-environ.doc-2019.tar.xz mirror://gentoo/texlive-module-epigraph.doc-2019.tar.xz mirror://gentoo/texlive-module-epiolmec.doc-2019.tar.xz mirror://gentoo/texlive-module-eqell.doc-2019.tar.xz mirror://gentoo/texlive-module-eqlist.doc-2019.tar.xz mirror://gentoo/texlive-module-eqnalign.doc-2019.tar.xz mirror://gentoo/texlive-module-eqparbox.doc-2019.tar.xz mirror://gentoo/texlive-module-errata.doc-2019.tar.xz mirror://gentoo/texlive-module-erw-l3.doc-2019.tar.xz mirror://gentoo/texlive-module-esami.doc-2019.tar.xz mirror://gentoo/texlive-module-esdiff.doc-2019.tar.xz mirror://gentoo/texlive-module-esint.doc-2019.tar.xz mirror://gentoo/texlive-module-esint-type1.doc-2019.tar.xz mirror://gentoo/texlive-module-etaremune.doc-2019.tar.xz mirror://gentoo/texlive-module-etextools.doc-2019.tar.xz mirror://gentoo/texlive-module-etoc.doc-2019.tar.xz mirror://gentoo/texlive-module-eukdate.doc-2019.tar.xz mirror://gentoo/texlive-module-eulerpx.doc-2019.tar.xz mirror://gentoo/texlive-module-europasscv.doc-2019.tar.xz mirror://gentoo/texlive-module-everyhook.doc-2019.tar.xz mirror://gentoo/texlive-module-everypage.doc-2019.tar.xz mirror://gentoo/texlive-module-exam.doc-2019.tar.xz mirror://gentoo/texlive-module-exam-n.doc-2019.tar.xz mirror://gentoo/texlive-module-exam-randomizechoices.doc-2019.tar.xz mirror://gentoo/texlive-module-examdesign.doc-2019.tar.xz mirror://gentoo/texlive-module-exframe.doc-2019.tar.xz mirror://gentoo/texlive-module-examplep.doc-2019.tar.xz mirror://gentoo/texlive-module-exceltex.doc-2019.tar.xz mirror://gentoo/texlive-module-excludeonly.doc-2019.tar.xz mirror://gentoo/texlive-module-exercise.doc-2019.tar.xz mirror://gentoo/texlive-module-exercisebank.doc-2019.tar.xz mirror://gentoo/texlive-module-exercisepoints.doc-2019.tar.xz mirror://gentoo/texlive-module-exercises.doc-2019.tar.xz mirror://gentoo/texlive-module-exp-testopt.doc-2019.tar.xz mirror://gentoo/texlive-module-expdlist.doc-2019.tar.xz mirror://gentoo/texlive-module-export.doc-2019.tar.xz mirror://gentoo/texlive-module-exsheets.doc-2019.tar.xz mirror://gentoo/texlive-module-exsol.doc-2019.tar.xz mirror://gentoo/texlive-module-extract.doc-2019.tar.xz mirror://gentoo/texlive-module-facsimile.doc-2019.tar.xz mirror://gentoo/texlive-module-factura.doc-2019.tar.xz mirror://gentoo/texlive-module-fancyhandout.doc-2019.tar.xz mirror://gentoo/texlive-module-fancylabel.doc-2019.tar.xz mirror://gentoo/texlive-module-fancynum.doc-2019.tar.xz mirror://gentoo/texlive-module-fancypar.doc-2019.tar.xz mirror://gentoo/texlive-module-fancyslides.doc-2019.tar.xz mirror://gentoo/texlive-module-fancytabs.doc-2019.tar.xz mirror://gentoo/texlive-module-fancytooltips.doc-2019.tar.xz mirror://gentoo/texlive-module-fbox.doc-2019.tar.xz mirror://gentoo/texlive-module-fcolumn.doc-2019.tar.xz mirror://gentoo/texlive-module-fetchcls.doc-2019.tar.xz mirror://gentoo/texlive-module-ffslides.doc-2019.tar.xz mirror://gentoo/texlive-module-fgruler.doc-2019.tar.xz mirror://gentoo/texlive-module-fibeamer.doc-2019.tar.xz mirror://gentoo/texlive-module-fifo-stack.doc-2019.tar.xz mirror://gentoo/texlive-module-figsize.doc-2019.tar.xz mirror://gentoo/texlive-module-filecontents.doc-2019.tar.xz mirror://gentoo/texlive-module-filecontentsdef.doc-2019.tar.xz mirror://gentoo/texlive-module-filedate.doc-2019.tar.xz mirror://gentoo/texlive-module-fileinfo.doc-2019.tar.xz mirror://gentoo/texlive-module-filemod.doc-2019.tar.xz mirror://gentoo/texlive-module-fink.doc-2019.tar.xz mirror://gentoo/texlive-module-finstrut.doc-2019.tar.xz mirror://gentoo/texlive-module-fithesis.doc-2019.tar.xz mirror://gentoo/texlive-module-fixcmex.doc-2019.tar.xz mirror://gentoo/texlive-module-fixfoot.doc-2019.tar.xz mirror://gentoo/texlive-module-fixme.doc-2019.tar.xz mirror://gentoo/texlive-module-fixmetodonotes.doc-2019.tar.xz mirror://gentoo/texlive-module-fjodor.doc-2019.tar.xz mirror://gentoo/texlive-module-flabels.doc-2019.tar.xz mirror://gentoo/texlive-module-flacards.doc-2019.tar.xz mirror://gentoo/texlive-module-flagderiv.doc-2019.tar.xz mirror://gentoo/texlive-module-flashcards.doc-2019.tar.xz mirror://gentoo/texlive-module-flashmovie.doc-2019.tar.xz mirror://gentoo/texlive-module-flipbook.doc-2019.tar.xz mirror://gentoo/texlive-module-flippdf.doc-2019.tar.xz mirror://gentoo/texlive-module-floatflt.doc-2019.tar.xz mirror://gentoo/texlive-module-floatrow.doc-2019.tar.xz mirror://gentoo/texlive-module-flowfram.doc-2019.tar.xz mirror://gentoo/texlive-module-fmp.doc-2019.tar.xz mirror://gentoo/texlive-module-fmtcount.doc-2019.tar.xz mirror://gentoo/texlive-module-fn2end.doc-2019.tar.xz mirror://gentoo/texlive-module-fnbreak.doc-2019.tar.xz mirror://gentoo/texlive-module-fncychap.doc-2019.tar.xz mirror://gentoo/texlive-module-fncylab.doc-2019.tar.xz mirror://gentoo/texlive-module-fnpara.doc-2019.tar.xz mirror://gentoo/texlive-module-fnpct.doc-2019.tar.xz mirror://gentoo/texlive-module-fnumprint.doc-2019.tar.xz mirror://gentoo/texlive-module-foilhtml.doc-2019.tar.xz mirror://gentoo/texlive-module-fontaxes.doc-2019.tar.xz mirror://gentoo/texlive-module-fonttable.doc-2019.tar.xz mirror://gentoo/texlive-module-footmisc.doc-2019.tar.xz mirror://gentoo/texlive-module-footmisx.doc-2019.tar.xz mirror://gentoo/texlive-module-footnotebackref.doc-2019.tar.xz mirror://gentoo/texlive-module-footnoterange.doc-2019.tar.xz mirror://gentoo/texlive-module-footnpag.doc-2019.tar.xz mirror://gentoo/texlive-module-forarray.doc-2019.tar.xz mirror://gentoo/texlive-module-foreign.doc-2019.tar.xz mirror://gentoo/texlive-module-forloop.doc-2019.tar.xz mirror://gentoo/texlive-module-formlett.doc-2019.tar.xz mirror://gentoo/texlive-module-forms16be.doc-2019.tar.xz mirror://gentoo/texlive-module-formular.doc-2019.tar.xz mirror://gentoo/texlive-module-fragments.doc-2019.tar.xz mirror://gentoo/texlive-module-frame.doc-2019.tar.xz mirror://gentoo/texlive-module-framed.doc-2019.tar.xz mirror://gentoo/texlive-module-frankenstein.doc-2019.tar.xz mirror://gentoo/texlive-module-frege.doc-2019.tar.xz mirror://gentoo/texlive-module-ftcap.doc-2019.tar.xz mirror://gentoo/texlive-module-ftnxtra.doc-2019.tar.xz mirror://gentoo/texlive-module-fullblck.doc-2019.tar.xz mirror://gentoo/texlive-module-fullminipage.doc-2019.tar.xz mirror://gentoo/texlive-module-fullwidth.doc-2019.tar.xz mirror://gentoo/texlive-module-fundus-calligra.doc-2019.tar.xz mirror://gentoo/texlive-module-fundus-sueterlin.doc-2019.tar.xz mirror://gentoo/texlive-module-fvextra.doc-2019.tar.xz mirror://gentoo/texlive-module-fwlw.doc-2019.tar.xz mirror://gentoo/texlive-module-gatherenum.doc-2019.tar.xz mirror://gentoo/texlive-module-gauss.doc-2019.tar.xz mirror://gentoo/texlive-module-gcard.doc-2019.tar.xz mirror://gentoo/texlive-module-gcite.doc-2019.tar.xz mirror://gentoo/texlive-module-gender.doc-2019.tar.xz mirror://gentoo/texlive-module-genmpage.doc-2019.tar.xz mirror://gentoo/texlive-module-getfiledate.doc-2019.tar.xz mirror://gentoo/texlive-module-getitems.doc-2019.tar.xz mirror://gentoo/texlive-module-ginpenc.doc-2019.tar.xz mirror://gentoo/texlive-module-gitfile-info.doc-2019.tar.xz mirror://gentoo/texlive-module-gitinfo.doc-2019.tar.xz mirror://gentoo/texlive-module-gitinfo2.doc-2019.tar.xz mirror://gentoo/texlive-module-gitlog.doc-2019.tar.xz mirror://gentoo/texlive-module-gitver.doc-2019.tar.xz mirror://gentoo/texlive-module-globalvals.doc-2019.tar.xz mirror://gentoo/texlive-module-gloss.doc-2019.tar.xz mirror://gentoo/texlive-module-glossaries-danish.doc-2019.tar.xz mirror://gentoo/texlive-module-glossaries-dutch.doc-2019.tar.xz mirror://gentoo/texlive-module-glossaries-english.doc-2019.tar.xz mirror://gentoo/texlive-module-glossaries-estonian.doc-2019.tar.xz mirror://gentoo/texlive-module-glossaries-extra.doc-2019.tar.xz mirror://gentoo/texlive-module-glossaries-finnish.doc-2019.tar.xz mirror://gentoo/texlive-module-glossaries-french.doc-2019.tar.xz mirror://gentoo/texlive-module-glossaries-german.doc-2019.tar.xz mirror://gentoo/texlive-module-glossaries-irish.doc-2019.tar.xz mirror://gentoo/texlive-module-glossaries-italian.doc-2019.tar.xz mirror://gentoo/texlive-module-glossaries-magyar.doc-2019.tar.xz mirror://gentoo/texlive-module-glossaries-polish.doc-2019.tar.xz mirror://gentoo/texlive-module-glossaries-portuges.doc-2019.tar.xz mirror://gentoo/texlive-module-glossaries-serbian.doc-2019.tar.xz mirror://gentoo/texlive-module-glossaries-slovene.doc-2019.tar.xz mirror://gentoo/texlive-module-glossaries-spanish.doc-2019.tar.xz mirror://gentoo/texlive-module-gmdoc.doc-2019.tar.xz mirror://gentoo/texlive-module-gmdoc-enhance.doc-2019.tar.xz mirror://gentoo/texlive-module-gmiflink.doc-2019.tar.xz mirror://gentoo/texlive-module-gmutils.doc-2019.tar.xz mirror://gentoo/texlive-module-gmverb.doc-2019.tar.xz mirror://gentoo/texlive-module-grabbox.doc-2019.tar.xz mirror://gentoo/texlive-module-graphbox.doc-2019.tar.xz mirror://gentoo/texlive-module-graphicx-psmin.doc-2019.tar.xz mirror://gentoo/texlive-module-graphicxbox.doc-2019.tar.xz mirror://gentoo/texlive-module-grayhints.doc-2019.tar.xz mirror://gentoo/texlive-module-grfpaste.doc-2019.tar.xz mirror://gentoo/texlive-module-grid.doc-2019.tar.xz mirror://gentoo/texlive-module-grid-system.doc-2019.tar.xz mirror://gentoo/texlive-module-gridset.doc-2019.tar.xz mirror://gentoo/texlive-module-gridslides.doc-2019.tar.xz mirror://gentoo/texlive-module-guitlogo.doc-2019.tar.xz mirror://gentoo/texlive-module-halloweenmath.doc-2019.tar.xz mirror://gentoo/texlive-module-hackthefootline.doc-2019.tar.xz mirror://gentoo/texlive-module-handin.doc-2019.tar.xz mirror://gentoo/texlive-module-handout.doc-2019.tar.xz mirror://gentoo/texlive-module-hang.doc-2019.tar.xz mirror://gentoo/texlive-module-hanging.doc-2019.tar.xz mirror://gentoo/texlive-module-hardwrap.doc-2019.tar.xz mirror://gentoo/texlive-module-harnon-cv.doc-2019.tar.xz mirror://gentoo/texlive-module-harpoon.doc-2019.tar.xz mirror://gentoo/texlive-module-hc.doc-2019.tar.xz mirror://gentoo/texlive-module-he-she.doc-2019.tar.xz mirror://gentoo/texlive-module-hhtensor.doc-2019.tar.xz mirror://gentoo/texlive-module-histogr.doc-2019.tar.xz mirror://gentoo/texlive-module-hitec.doc-2019.tar.xz mirror://gentoo/texlive-module-hletter.doc-2019.tar.xz mirror://gentoo/texlive-module-hpsdiss.doc-2019.tar.xz mirror://gentoo/texlive-module-hrefhide.doc-2019.tar.xz mirror://gentoo/texlive-module-hvindex.doc-2019.tar.xz mirror://gentoo/texlive-module-hypdvips.doc-2019.tar.xz mirror://gentoo/texlive-module-hyper.doc-2019.tar.xz mirror://gentoo/texlive-module-hyperbar.doc-2019.tar.xz mirror://gentoo/texlive-module-hypernat.doc-2019.tar.xz mirror://gentoo/texlive-module-hyperxmp.doc-2019.tar.xz mirror://gentoo/texlive-module-hyphenat.doc-2019.tar.xz mirror://gentoo/texlive-module-identkey.doc-2019.tar.xz mirror://gentoo/texlive-module-idxcmds.doc-2019.tar.xz mirror://gentoo/texlive-module-idxlayout.doc-2019.tar.xz mirror://gentoo/texlive-module-iffont.doc-2019.tar.xz mirror://gentoo/texlive-module-ifmslide.doc-2019.tar.xz mirror://gentoo/texlive-module-ifmtarg.doc-2019.tar.xz mirror://gentoo/texlive-module-ifnextok.doc-2019.tar.xz mirror://gentoo/texlive-module-ifoddpage.doc-2019.tar.xz mirror://gentoo/texlive-module-ifplatform.doc-2019.tar.xz mirror://gentoo/texlive-module-ifthenx.doc-2019.tar.xz mirror://gentoo/texlive-module-iitem.doc-2019.tar.xz mirror://gentoo/texlive-module-image-gallery.doc-2019.tar.xz mirror://gentoo/texlive-module-imakeidx.doc-2019.tar.xz mirror://gentoo/texlive-module-import.doc-2019.tar.xz mirror://gentoo/texlive-module-incgraph.doc-2019.tar.xz mirror://gentoo/texlive-module-indextools.doc-2019.tar.xz mirror://gentoo/texlive-module-inline-images.doc-2019.tar.xz mirror://gentoo/texlive-module-inlinedef.doc-2019.tar.xz mirror://gentoo/texlive-module-inputtrc.doc-2019.tar.xz mirror://gentoo/texlive-module-interactiveworkbook.doc-2019.tar.xz mirror://gentoo/texlive-module-interfaces.doc-2019.tar.xz mirror://gentoo/texlive-module-intopdf.doc-2019.tar.xz mirror://gentoo/texlive-module-inversepath.doc-2019.tar.xz mirror://gentoo/texlive-module-invoice.doc-2019.tar.xz mirror://gentoo/texlive-module-invoice-class.doc-2019.tar.xz mirror://gentoo/texlive-module-invoice2.doc-2019.tar.xz mirror://gentoo/texlive-module-iso.doc-2019.tar.xz mirror://gentoo/texlive-module-iso10303.doc-2019.tar.xz mirror://gentoo/texlive-module-isodate.doc-2019.tar.xz mirror://gentoo/texlive-module-isodoc.doc-2019.tar.xz mirror://gentoo/texlive-module-isonums.doc-2019.tar.xz mirror://gentoo/texlive-module-isopt.doc-2019.tar.xz mirror://gentoo/texlive-module-isorot.doc-2019.tar.xz mirror://gentoo/texlive-module-isotope.doc-2019.tar.xz mirror://gentoo/texlive-module-issuulinks.doc-2019.tar.xz mirror://gentoo/texlive-module-iwhdp.doc-2019.tar.xz mirror://gentoo/texlive-module-jlabels.doc-2019.tar.xz mirror://gentoo/texlive-module-jslectureplanner.doc-2019.tar.xz mirror://gentoo/texlive-module-jumplines.doc-2019.tar.xz mirror://gentoo/texlive-module-jvlisting.doc-2019.tar.xz mirror://gentoo/texlive-module-kalendarium.doc-2019.tar.xz mirror://gentoo/texlive-module-kantlipsum.doc-2019.tar.xz mirror://gentoo/texlive-module-kerntest.doc-2019.tar.xz mirror://gentoo/texlive-module-keycommand.doc-2019.tar.xz mirror://gentoo/texlive-module-keyfloat.doc-2019.tar.xz mirror://gentoo/texlive-module-keyreader.doc-2019.tar.xz mirror://gentoo/texlive-module-keyindex.doc-2019.tar.xz mirror://gentoo/texlive-module-keystroke.doc-2019.tar.xz mirror://gentoo/texlive-module-keyval2e.doc-2019.tar.xz mirror://gentoo/texlive-module-keyvaltable.doc-2019.tar.xz mirror://gentoo/texlive-module-kix.doc-2019.tar.xz mirror://gentoo/texlive-module-knowledge.doc-2019.tar.xz mirror://gentoo/texlive-module-koma-moderncvclassic.doc-2019.tar.xz mirror://gentoo/texlive-module-koma-script-sfs.doc-2019.tar.xz mirror://gentoo/texlive-module-komacv.doc-2019.tar.xz mirror://gentoo/texlive-module-komacv-rg.doc-2019.tar.xz mirror://gentoo/texlive-module-ktv-texdata.doc-2019.tar.xz mirror://gentoo/texlive-module-l3build.doc-2019.tar.xz mirror://gentoo/texlive-module-labbook.doc-2019.tar.xz mirror://gentoo/texlive-module-labels.doc-2019.tar.xz mirror://gentoo/texlive-module-labels4easylist.doc-2019.tar.xz mirror://gentoo/texlive-module-labelschanged.doc-2019.tar.xz mirror://gentoo/texlive-module-lastpackage.doc-2019.tar.xz mirror://gentoo/texlive-module-lastpage.doc-2019.tar.xz mirror://gentoo/texlive-module-latex-tds.doc-2019.tar.xz mirror://gentoo/texlive-module-latex-uni8.doc-2019.tar.xz mirror://gentoo/texlive-module-latexcolors.doc-2019.tar.xz mirror://gentoo/texlive-module-latexdemo.doc-2019.tar.xz mirror://gentoo/texlive-module-latexgit.doc-2019.tar.xz mirror://gentoo/texlive-module-layouts.doc-2019.tar.xz mirror://gentoo/texlive-module-lazylist.doc-2019.tar.xz mirror://gentoo/texlive-module-lccaps.doc-2019.tar.xz mirror://gentoo/texlive-module-lcd.doc-2019.tar.xz mirror://gentoo/texlive-module-lcg.doc-2019.tar.xz mirror://gentoo/texlive-module-leading.doc-2019.tar.xz mirror://gentoo/texlive-module-lectures.doc-2019.tar.xz mirror://gentoo/texlive-module-leftidx.doc-2019.tar.xz mirror://gentoo/texlive-module-leipzig.doc-2019.tar.xz mirror://gentoo/texlive-module-lengthconvert.doc-2019.tar.xz mirror://gentoo/texlive-module-lettre.doc-2019.tar.xz mirror://gentoo/texlive-module-lettrine.doc-2019.tar.xz mirror://gentoo/texlive-module-lewis.doc-2019.tar.xz mirror://gentoo/texlive-module-lhelp.doc-2019.tar.xz mirror://gentoo/texlive-module-libgreek.doc-2019.tar.xz mirror://gentoo/texlive-module-limap.doc-2019.tar.xz mirror://gentoo/texlive-module-linegoal.doc-2019.tar.xz mirror://gentoo/texlive-module-linop.doc-2019.tar.xz mirror://gentoo/texlive-module-lipsum.doc-2019.tar.xz mirror://gentoo/texlive-module-lisp-on-tex.doc-2019.tar.xz mirror://gentoo/texlive-module-listing.doc-2019.tar.xz mirror://gentoo/texlive-module-listlbls.doc-2019.tar.xz mirror://gentoo/texlive-module-listliketab.doc-2019.tar.xz mirror://gentoo/texlive-module-listofsymbols.doc-2019.tar.xz mirror://gentoo/texlive-module-lkproof.doc-2019.tar.xz mirror://gentoo/texlive-module-lmake.doc-2019.tar.xz mirror://gentoo/texlive-module-locality.doc-2019.tar.xz mirror://gentoo/texlive-module-localloc.doc-2019.tar.xz mirror://gentoo/texlive-module-logbox.doc-2019.tar.xz mirror://gentoo/texlive-module-logical-markup-utils.doc-2019.tar.xz mirror://gentoo/texlive-module-logpap.doc-2019.tar.xz mirror://gentoo/texlive-module-longfbox.doc-2019.tar.xz mirror://gentoo/texlive-module-longfigure.doc-2019.tar.xz mirror://gentoo/texlive-module-longnamefilelist.doc-2019.tar.xz mirror://gentoo/texlive-module-loops.doc-2019.tar.xz mirror://gentoo/texlive-module-lsc.doc-2019.tar.xz mirror://gentoo/texlive-module-lstaddons.doc-2019.tar.xz mirror://gentoo/texlive-module-lstfiracode.doc-2019.tar.xz mirror://gentoo/texlive-module-lt3graph.doc-2019.tar.xz mirror://gentoo/texlive-module-ltablex.doc-2019.tar.xz mirror://gentoo/texlive-module-ltabptch.doc-2019.tar.xz mirror://gentoo/texlive-module-ltxdockit.doc-2019.tar.xz mirror://gentoo/texlive-module-ltxguidex.doc-2019.tar.xz mirror://gentoo/texlive-module-ltxindex.doc-2019.tar.xz mirror://gentoo/texlive-module-ltxkeys.doc-2019.tar.xz mirror://gentoo/texlive-module-ltxnew.doc-2019.tar.xz mirror://gentoo/texlive-module-ltxtools.doc-2019.tar.xz mirror://gentoo/texlive-module-lua-check-hyphen.doc-2019.tar.xz mirror://gentoo/texlive-module-luatodonotes.doc-2019.tar.xz mirror://gentoo/texlive-module-macroswap.doc-2019.tar.xz mirror://gentoo/texlive-module-magaz.doc-2019.tar.xz mirror://gentoo/texlive-module-makecookbook.doc-2019.tar.xz mirror://gentoo/texlive-module-mailing.doc-2019.tar.xz mirror://gentoo/texlive-module-mailmerge.doc-2019.tar.xz mirror://gentoo/texlive-module-makebarcode.doc-2019.tar.xz mirror://gentoo/texlive-module-makebase.doc-2019.tar.xz mirror://gentoo/texlive-module-makebox.doc-2019.tar.xz mirror://gentoo/texlive-module-makecell.doc-2019.tar.xz mirror://gentoo/texlive-module-makecirc.doc-2019.tar.xz mirror://gentoo/texlive-module-makecmds.doc-2019.tar.xz mirror://gentoo/texlive-module-makedtx.doc-2019.tar.xz mirror://gentoo/texlive-module-makeglos.doc-2019.tar.xz mirror://gentoo/texlive-module-mandi.doc-2019.tar.xz mirror://gentoo/texlive-module-manuscript.doc-2019.tar.xz mirror://gentoo/texlive-module-manyind.doc-2019.tar.xz mirror://gentoo/texlive-module-marginfit.doc-2019.tar.xz mirror://gentoo/texlive-module-marginfix.doc-2019.tar.xz mirror://gentoo/texlive-module-marginnote.doc-2019.tar.xz mirror://gentoo/texlive-module-markdown.doc-2019.tar.xz mirror://gentoo/texlive-module-mathalpha.doc-2019.tar.xz mirror://gentoo/texlive-module-mathastext.doc-2019.tar.xz mirror://gentoo/texlive-module-mathexam.doc-2019.tar.xz mirror://gentoo/texlive-module-mathfam256.doc-2019.tar.xz mirror://gentoo/texlive-module-mathfont.doc-2019.tar.xz mirror://gentoo/texlive-module-maybemath.doc-2019.tar.xz mirror://gentoo/texlive-module-mcaption.doc-2019.tar.xz mirror://gentoo/texlive-module-mceinleger.doc-2019.tar.xz mirror://gentoo/texlive-module-mcexam.doc-2019.tar.xz mirror://gentoo/texlive-module-mcite.doc-2019.tar.xz mirror://gentoo/texlive-module-mciteplus.doc-2019.tar.xz mirror://gentoo/texlive-module-mdframed.doc-2019.tar.xz mirror://gentoo/texlive-module-media9.doc-2019.tar.xz mirror://gentoo/texlive-module-medstarbeamer.doc-2019.tar.xz mirror://gentoo/texlive-module-meetingmins.doc-2019.tar.xz mirror://gentoo/texlive-module-memexsupp.doc-2019.tar.xz mirror://gentoo/texlive-module-memory.doc-2019.tar.xz mirror://gentoo/texlive-module-mensa-tex.doc-2019.tar.xz mirror://gentoo/texlive-module-menu.doc-2019.tar.xz mirror://gentoo/texlive-module-menukeys.doc-2019.tar.xz mirror://gentoo/texlive-module-metalogox.doc-2019.tar.xz mirror://gentoo/texlive-module-method.doc-2019.tar.xz mirror://gentoo/texlive-module-metre.doc-2019.tar.xz mirror://gentoo/texlive-module-mfirstuc.doc-2019.tar.xz mirror://gentoo/texlive-module-mftinc.doc-2019.tar.xz mirror://gentoo/texlive-module-mi-solns.doc-2019.tar.xz mirror://gentoo/texlive-module-midpage.doc-2019.tar.xz mirror://gentoo/texlive-module-minibox.doc-2019.tar.xz mirror://gentoo/texlive-module-minidocument.doc-2019.tar.xz mirror://gentoo/texlive-module-minifp.doc-2019.tar.xz mirror://gentoo/texlive-module-minipage-marginpar.doc-2019.tar.xz mirror://gentoo/texlive-module-minitoc.doc-2019.tar.xz mirror://gentoo/texlive-module-minorrevision.doc-2019.tar.xz mirror://gentoo/texlive-module-minted.doc-2019.tar.xz mirror://gentoo/texlive-module-minutes.doc-2019.tar.xz mirror://gentoo/texlive-module-mla-paper.doc-2019.tar.xz mirror://gentoo/texlive-module-mlist.doc-2019.tar.xz mirror://gentoo/texlive-module-mmap.doc-2019.tar.xz mirror://gentoo/texlive-module-mnotes.doc-2019.tar.xz mirror://gentoo/texlive-module-moderncv.doc-2019.tar.xz mirror://gentoo/texlive-module-modernposter.doc-2019.tar.xz mirror://gentoo/texlive-module-moderntimeline.doc-2019.tar.xz mirror://gentoo/texlive-module-modref.doc-2019.tar.xz mirror://gentoo/texlive-module-modroman.doc-2019.tar.xz mirror://gentoo/texlive-module-modular.doc-2019.tar.xz mirror://gentoo/texlive-module-monofill.doc-2019.tar.xz mirror://gentoo/texlive-module-moodle.doc-2019.tar.xz mirror://gentoo/texlive-module-moreenum.doc-2019.tar.xz mirror://gentoo/texlive-module-morefloats.doc-2019.tar.xz mirror://gentoo/texlive-module-morehype.doc-2019.tar.xz mirror://gentoo/texlive-module-moresize.doc-2019.tar.xz mirror://gentoo/texlive-module-moreverb.doc-2019.tar.xz mirror://gentoo/texlive-module-morewrites.doc-2019.tar.xz mirror://gentoo/texlive-module-movie15.doc-2019.tar.xz mirror://gentoo/texlive-module-mparhack.doc-2019.tar.xz mirror://gentoo/texlive-module-mpostinl.doc-2019.tar.xz mirror://gentoo/texlive-module-msc.doc-2019.tar.xz mirror://gentoo/texlive-module-msg.doc-2019.tar.xz mirror://gentoo/texlive-module-mslapa.doc-2019.tar.xz mirror://gentoo/texlive-module-mtgreek.doc-2019.tar.xz mirror://gentoo/texlive-module-multenum.doc-2019.tar.xz mirror://gentoo/texlive-module-multiaudience.doc-2019.tar.xz mirror://gentoo/texlive-module-multibbl.doc-2019.tar.xz mirror://gentoo/texlive-module-multicap.doc-2019.tar.xz mirror://gentoo/texlive-module-multicolrule.doc-2019.tar.xz mirror://gentoo/texlive-module-multidef.doc-2019.tar.xz mirror://gentoo/texlive-module-multienv.doc-2019.tar.xz mirror://gentoo/texlive-module-multiexpand.doc-2019.tar.xz mirror://gentoo/texlive-module-multilang.doc-2019.tar.xz mirror://gentoo/texlive-module-multirow.doc-2019.tar.xz mirror://gentoo/texlive-module-mversion.doc-2019.tar.xz mirror://gentoo/texlive-module-mwe.doc-2019.tar.xz mirror://gentoo/texlive-module-mycv.doc-2019.tar.xz mirror://gentoo/texlive-module-mylatexformat.doc-2019.tar.xz mirror://gentoo/texlive-module-nag.doc-2019.tar.xz mirror://gentoo/texlive-module-nameauth.doc-2019.tar.xz mirror://gentoo/texlive-module-namespc.doc-2019.tar.xz mirror://gentoo/texlive-module-ncclatex.doc-2019.tar.xz mirror://gentoo/texlive-module-ncctools.doc-2019.tar.xz mirror://gentoo/texlive-module-needspace.doc-2019.tar.xz mirror://gentoo/texlive-module-newcommand.doc-2019.tar.xz mirror://gentoo/texlive-module-newenviron.doc-2019.tar.xz mirror://gentoo/texlive-module-newfile.doc-2019.tar.xz mirror://gentoo/texlive-module-newlfm.doc-2019.tar.xz mirror://gentoo/texlive-module-newspaper.doc-2019.tar.xz mirror://gentoo/texlive-module-newunicodechar.doc-2019.tar.xz mirror://gentoo/texlive-module-newvbtm.doc-2019.tar.xz mirror://gentoo/texlive-module-newverbs.doc-2019.tar.xz mirror://gentoo/texlive-module-nfssext-cfr.doc-2019.tar.xz mirror://gentoo/texlive-module-nicefilelist.doc-2019.tar.xz mirror://gentoo/texlive-module-niceframe.doc-2019.tar.xz mirror://gentoo/texlive-module-nicetext.doc-2019.tar.xz mirror://gentoo/texlive-module-nidanfloat.doc-2019.tar.xz mirror://gentoo/texlive-module-nlctdoc.doc-2019.tar.xz mirror://gentoo/texlive-module-noconflict.doc-2019.tar.xz mirror://gentoo/texlive-module-noindentafter.doc-2019.tar.xz mirror://gentoo/texlive-module-noitcrul.doc-2019.tar.xz mirror://gentoo/texlive-module-nolbreaks.doc-2019.tar.xz mirror://gentoo/texlive-module-nomencl.doc-2019.tar.xz mirror://gentoo/texlive-module-nomentbl.doc-2019.tar.xz mirror://gentoo/texlive-module-nonfloat.doc-2019.tar.xz mirror://gentoo/texlive-module-nonumonpart.doc-2019.tar.xz mirror://gentoo/texlive-module-nopageno.doc-2019.tar.xz mirror://gentoo/texlive-module-normalcolor.doc-2019.tar.xz mirror://gentoo/texlive-module-notes.doc-2019.tar.xz mirror://gentoo/texlive-module-notespages.doc-2019.tar.xz mirror://gentoo/texlive-module-notestex.doc-2019.tar.xz mirror://gentoo/texlive-module-notoccite.doc-2019.tar.xz mirror://gentoo/texlive-module-nowidow.doc-2019.tar.xz mirror://gentoo/texlive-module-nox.doc-2019.tar.xz mirror://gentoo/texlive-module-ntheorem.doc-2019.tar.xz mirror://gentoo/texlive-module-numberedblock.doc-2019.tar.xz mirror://gentoo/texlive-module-numname.doc-2019.tar.xz mirror://gentoo/texlive-module-numprint.doc-2019.tar.xz mirror://gentoo/texlive-module-numspell.doc-2019.tar.xz mirror://gentoo/texlive-module-ocg-p.doc-2019.tar.xz mirror://gentoo/texlive-module-ocgx.doc-2019.tar.xz mirror://gentoo/texlive-module-ocgx2.doc-2019.tar.xz mirror://gentoo/texlive-module-ocr-latex.doc-2019.tar.xz mirror://gentoo/texlive-module-octavo.doc-2019.tar.xz mirror://gentoo/texlive-module-oldstyle.doc-2019.tar.xz mirror://gentoo/texlive-module-onlyamsmath.doc-2019.tar.xz mirror://gentoo/texlive-module-opcit.doc-2019.tar.xz mirror://gentoo/texlive-module-optidef.doc-2019.tar.xz mirror://gentoo/texlive-module-optional.doc-2019.tar.xz mirror://gentoo/texlive-module-options.doc-2019.tar.xz mirror://gentoo/texlive-module-outline.doc-2019.tar.xz mirror://gentoo/texlive-module-outliner.doc-2019.tar.xz mirror://gentoo/texlive-module-outlines.doc-2019.tar.xz mirror://gentoo/texlive-module-outlining.doc-2019.tar.xz mirror://gentoo/texlive-module-overlays.doc-2019.tar.xz mirror://gentoo/texlive-module-overpic.doc-2019.tar.xz mirror://gentoo/texlive-module-padcount.doc-2019.tar.xz mirror://gentoo/texlive-module-pagecolor.doc-2019.tar.xz mirror://gentoo/texlive-module-pagecont.doc-2019.tar.xz mirror://gentoo/texlive-module-pagenote.doc-2019.tar.xz mirror://gentoo/texlive-module-pagerange.doc-2019.tar.xz mirror://gentoo/texlive-module-pageslts.doc-2019.tar.xz mirror://gentoo/texlive-module-paper.doc-2019.tar.xz mirror://gentoo/texlive-module-papercdcase.doc-2019.tar.xz mirror://gentoo/texlive-module-papermas.doc-2019.tar.xz mirror://gentoo/texlive-module-papertex.doc-2019.tar.xz mirror://gentoo/texlive-module-paracol.doc-2019.tar.xz mirror://gentoo/texlive-module-parades.doc-2019.tar.xz mirror://gentoo/texlive-module-paralist.doc-2019.tar.xz mirror://gentoo/texlive-module-paresse.doc-2019.tar.xz mirror://gentoo/texlive-module-parnotes.doc-2019.tar.xz mirror://gentoo/texlive-module-parselines.doc-2019.tar.xz mirror://gentoo/texlive-module-pas-cours.doc-2019.tar.xz mirror://gentoo/texlive-module-pas-cv.doc-2019.tar.xz mirror://gentoo/texlive-module-pas-tableur.doc-2019.tar.xz mirror://gentoo/texlive-module-patchcmd.doc-2019.tar.xz mirror://gentoo/texlive-module-pauldoc.doc-2019.tar.xz mirror://gentoo/texlive-module-pawpict.doc-2019.tar.xz mirror://gentoo/texlive-module-pbox.doc-2019.tar.xz mirror://gentoo/texlive-module-pbsheet.doc-2019.tar.xz mirror://gentoo/texlive-module-pdf14.doc-2019.tar.xz mirror://gentoo/texlive-module-pdfcomment.doc-2019.tar.xz mirror://gentoo/texlive-module-pdfcprot.doc-2019.tar.xz mirror://gentoo/texlive-module-pdfmarginpar.doc-2019.tar.xz mirror://gentoo/texlive-module-pdfoverlay.doc-2019.tar.xz mirror://gentoo/texlive-module-pdfpagediff.doc-2019.tar.xz mirror://gentoo/texlive-module-pdfpc-movie.doc-2019.tar.xz mirror://gentoo/texlive-module-pdfprivacy.doc-2019.tar.xz mirror://gentoo/texlive-module-pdfreview.doc-2019.tar.xz mirror://gentoo/texlive-module-pdfscreen.doc-2019.tar.xz mirror://gentoo/texlive-module-pdfslide.doc-2019.tar.xz mirror://gentoo/texlive-module-pdfsync.doc-2019.tar.xz mirror://gentoo/texlive-module-pdfwin.doc-2019.tar.xz mirror://gentoo/texlive-module-pdfx.doc-2019.tar.xz mirror://gentoo/texlive-module-pecha.doc-2019.tar.xz mirror://gentoo/texlive-module-perltex.doc-2019.tar.xz mirror://gentoo/texlive-module-permute.doc-2019.tar.xz mirror://gentoo/texlive-module-petiteannonce.doc-2019.tar.xz mirror://gentoo/texlive-module-phffullpagefigure.doc-2019.tar.xz mirror://gentoo/texlive-module-phfnote.doc-2019.tar.xz mirror://gentoo/texlive-module-phfparen.doc-2019.tar.xz mirror://gentoo/texlive-module-phfqit.doc-2019.tar.xz mirror://gentoo/texlive-module-phfquotetext.doc-2019.tar.xz mirror://gentoo/texlive-module-phfsvnwatermark.doc-2019.tar.xz mirror://gentoo/texlive-module-phfthm.doc-2019.tar.xz mirror://gentoo/texlive-module-philex.doc-2019.tar.xz mirror://gentoo/texlive-module-phonenumbers.doc-2019.tar.xz mirror://gentoo/texlive-module-photo.doc-2019.tar.xz mirror://gentoo/texlive-module-piff.doc-2019.tar.xz mirror://gentoo/texlive-module-pkgloader.doc-2019.tar.xz mirror://gentoo/texlive-module-placeins.doc-2019.tar.xz mirror://gentoo/texlive-module-plantslabels.doc-2019.tar.xz mirror://gentoo/texlive-module-plates.doc-2019.tar.xz mirror://gentoo/texlive-module-plweb.doc-2019.tar.xz mirror://gentoo/texlive-module-polynom.doc-2019.tar.xz mirror://gentoo/texlive-module-polynomial.doc-2019.tar.xz mirror://gentoo/texlive-module-polytable.doc-2019.tar.xz mirror://gentoo/texlive-module-postcards.doc-2019.tar.xz mirror://gentoo/texlive-module-poster-mac.doc-2019.tar.xz mirror://gentoo/texlive-module-ppr-prv.doc-2019.tar.xz mirror://gentoo/texlive-module-preprint.doc-2019.tar.xz mirror://gentoo/texlive-module-pressrelease.doc-2019.tar.xz mirror://gentoo/texlive-module-prettyref.doc-2019.tar.xz mirror://gentoo/texlive-module-preview.doc-2019.tar.xz mirror://gentoo/texlive-module-printlen.doc-2019.tar.xz mirror://gentoo/texlive-module-probsoln.doc-2019.tar.xz mirror://gentoo/texlive-module-program.doc-2019.tar.xz mirror://gentoo/texlive-module-progress.doc-2019.tar.xz mirror://gentoo/texlive-module-progressbar.doc-2019.tar.xz mirror://gentoo/texlive-module-proofread.doc-2019.tar.xz mirror://gentoo/texlive-module-properties.doc-2019.tar.xz mirror://gentoo/texlive-module-prosper.doc-2019.tar.xz mirror://gentoo/texlive-module-protex.doc-2019.tar.xz mirror://gentoo/texlive-module-protocol.doc-2019.tar.xz mirror://gentoo/texlive-module-psfragx.doc-2019.tar.xz mirror://gentoo/texlive-module-pstool.doc-2019.tar.xz mirror://gentoo/texlive-module-pstring.doc-2019.tar.xz mirror://gentoo/texlive-module-pxgreeks.doc-2019.tar.xz mirror://gentoo/texlive-module-pygmentex.doc-2019.tar.xz mirror://gentoo/texlive-module-python.doc-2019.tar.xz mirror://gentoo/texlive-module-qcm.doc-2019.tar.xz mirror://gentoo/texlive-module-qstest.doc-2019.tar.xz mirror://gentoo/texlive-module-qsymbols.doc-2019.tar.xz mirror://gentoo/texlive-module-quicktype.doc-2019.tar.xz mirror://gentoo/texlive-module-quotchap.doc-2019.tar.xz mirror://gentoo/texlive-module-quoting.doc-2019.tar.xz mirror://gentoo/texlive-module-quotmark.doc-2019.tar.xz mirror://gentoo/texlive-module-ran_toks.doc-2019.tar.xz mirror://gentoo/texlive-module-randtext.doc-2019.tar.xz mirror://gentoo/texlive-module-rccol.doc-2019.tar.xz mirror://gentoo/texlive-module-rcs-multi.doc-2019.tar.xz mirror://gentoo/texlive-module-rcsinfo.doc-2019.tar.xz mirror://gentoo/texlive-module-readarray.doc-2019.tar.xz mirror://gentoo/texlive-module-realboxes.doc-2019.tar.xz mirror://gentoo/texlive-module-recipe.doc-2019.tar.xz mirror://gentoo/texlive-module-recipebook.doc-2019.tar.xz mirror://gentoo/texlive-module-recipecard.doc-2019.tar.xz mirror://gentoo/texlive-module-rectopma.doc-2019.tar.xz mirror://gentoo/texlive-module-refcheck.doc-2019.tar.xz mirror://gentoo/texlive-module-refenums.doc-2019.tar.xz mirror://gentoo/texlive-module-reflectgraphics.doc-2019.tar.xz mirror://gentoo/texlive-module-refman.doc-2019.tar.xz mirror://gentoo/texlive-module-refstyle.doc-2019.tar.xz mirror://gentoo/texlive-module-regcount.doc-2019.tar.xz mirror://gentoo/texlive-module-regexpatch.doc-2019.tar.xz mirror://gentoo/texlive-module-register.doc-2019.tar.xz mirror://gentoo/texlive-module-regstats.doc-2019.tar.xz mirror://gentoo/texlive-module-relenc.doc-2019.tar.xz mirror://gentoo/texlive-module-relsize.doc-2019.tar.xz mirror://gentoo/texlive-module-repeatindex.doc-2019.tar.xz mirror://gentoo/texlive-module-repltext.doc-2019.tar.xz mirror://gentoo/texlive-module-returntogrid.doc-2019.tar.xz mirror://gentoo/texlive-module-rgltxdoc.doc-2019.tar.xz mirror://gentoo/texlive-module-rjlparshap.doc-2019.tar.xz mirror://gentoo/texlive-module-rlepsf.doc-2019.tar.xz mirror://gentoo/texlive-module-rmpage.doc-2019.tar.xz mirror://gentoo/texlive-module-robustcommand.doc-2019.tar.xz mirror://gentoo/texlive-module-robustindex.doc-2019.tar.xz mirror://gentoo/texlive-module-romanbar.doc-2019.tar.xz mirror://gentoo/texlive-module-romanbarpagenumber.doc-2019.tar.xz mirror://gentoo/texlive-module-romanneg.doc-2019.tar.xz mirror://gentoo/texlive-module-romannum.doc-2019.tar.xz mirror://gentoo/texlive-module-rotfloat.doc-2019.tar.xz mirror://gentoo/texlive-module-rotpages.doc-2019.tar.xz mirror://gentoo/texlive-module-roundbox.doc-2019.tar.xz mirror://gentoo/texlive-module-rterface.doc-2019.tar.xz mirror://gentoo/texlive-module-rtkinenc.doc-2019.tar.xz mirror://gentoo/texlive-module-rulerbox.doc-2019.tar.xz mirror://gentoo/texlive-module-rulercompass.doc-2019.tar.xz mirror://gentoo/texlive-module-rvwrite.doc-2019.tar.xz mirror://gentoo/texlive-module-sanitize-umlaut.doc-2019.tar.xz mirror://gentoo/texlive-module-sauerj.doc-2019.tar.xz mirror://gentoo/texlive-module-savefnmark.doc-2019.tar.xz mirror://gentoo/texlive-module-savetrees.doc-2019.tar.xz mirror://gentoo/texlive-module-scale.doc-2019.tar.xz mirror://gentoo/texlive-module-scalebar.doc-2019.tar.xz mirror://gentoo/texlive-module-scalerel.doc-2019.tar.xz mirror://gentoo/texlive-module-scanpages.doc-2019.tar.xz mirror://gentoo/texlive-module-scrlttr2copy.doc-2019.tar.xz mirror://gentoo/texlive-module-sdrt.doc-2019.tar.xz mirror://gentoo/texlive-module-secdot.doc-2019.tar.xz mirror://gentoo/texlive-module-sectionbox.doc-2019.tar.xz mirror://gentoo/texlive-module-sectionbreak.doc-2019.tar.xz mirror://gentoo/texlive-module-sectsty.doc-2019.tar.xz mirror://gentoo/texlive-module-seealso.doc-2019.tar.xz mirror://gentoo/texlive-module-selectp.doc-2019.tar.xz mirror://gentoo/texlive-module-semantic.doc-2019.tar.xz mirror://gentoo/texlive-module-semantic-markup.doc-2019.tar.xz mirror://gentoo/texlive-module-semioneside.doc-2019.tar.xz mirror://gentoo/texlive-module-semproc.doc-2019.tar.xz mirror://gentoo/texlive-module-sepfootnotes.doc-2019.tar.xz mirror://gentoo/texlive-module-seqsplit.doc-2019.tar.xz mirror://gentoo/texlive-module-sesstime.doc-2019.tar.xz mirror://gentoo/texlive-module-sf298.doc-2019.tar.xz mirror://gentoo/texlive-module-sffms.doc-2019.tar.xz mirror://gentoo/texlive-module-shadethm.doc-2019.tar.xz mirror://gentoo/texlive-module-shadow.doc-2019.tar.xz mirror://gentoo/texlive-module-shadowtext.doc-2019.tar.xz mirror://gentoo/texlive-module-shapepar.doc-2019.tar.xz mirror://gentoo/texlive-module-shdoc.doc-2019.tar.xz mirror://gentoo/texlive-module-shipunov.doc-2019.tar.xz mirror://gentoo/texlive-module-shorttoc.doc-2019.tar.xz mirror://gentoo/texlive-module-show2e.doc-2019.tar.xz mirror://gentoo/texlive-module-showcharinbox.doc-2019.tar.xz mirror://gentoo/texlive-module-showdim.doc-2019.tar.xz mirror://gentoo/texlive-module-showexpl.doc-2019.tar.xz mirror://gentoo/texlive-module-showhyphens.doc-2019.tar.xz mirror://gentoo/texlive-module-showlabels.doc-2019.tar.xz mirror://gentoo/texlive-module-sidecap.doc-2019.tar.xz mirror://gentoo/texlive-module-sidenotes.doc-2019.tar.xz mirror://gentoo/texlive-module-silence.doc-2019.tar.xz mirror://gentoo/texlive-module-simplecd.doc-2019.tar.xz mirror://gentoo/texlive-module-simplecv.doc-2019.tar.xz mirror://gentoo/texlive-module-simpleinvoice.doc-2019.tar.xz mirror://gentoo/texlive-module-sitem.doc-2019.tar.xz mirror://gentoo/texlive-module-skb.doc-2019.tar.xz mirror://gentoo/texlive-module-skdoc.doc-2019.tar.xz mirror://gentoo/texlive-module-skeycommand.doc-2019.tar.xz mirror://gentoo/texlive-module-skeyval.doc-2019.tar.xz mirror://gentoo/texlive-module-skrapport.doc-2019.tar.xz mirror://gentoo/texlive-module-slantsc.doc-2019.tar.xz mirror://gentoo/texlive-module-smalltableof.doc-2019.tar.xz mirror://gentoo/texlive-module-smartunits.doc-2019.tar.xz mirror://gentoo/texlive-module-smartref.doc-2019.tar.xz mirror://gentoo/texlive-module-snapshot.doc-2019.tar.xz mirror://gentoo/texlive-module-snotez.doc-2019.tar.xz mirror://gentoo/texlive-module-soul.doc-2019.tar.xz mirror://gentoo/texlive-module-spark-otf.doc-2019.tar.xz mirror://gentoo/texlive-module-sparklines.doc-2019.tar.xz mirror://gentoo/texlive-module-sphack.doc-2019.tar.xz mirror://gentoo/texlive-module-splitindex.doc-2019.tar.xz mirror://gentoo/texlive-module-spot.doc-2019.tar.xz mirror://gentoo/texlive-module-spotcolor.doc-2019.tar.xz mirror://gentoo/texlive-module-spreadtab.doc-2019.tar.xz mirror://gentoo/texlive-module-spverbatim.doc-2019.tar.xz mirror://gentoo/texlive-module-srbook-mem.doc-2019.tar.xz mirror://gentoo/texlive-module-srcltx.doc-2019.tar.xz mirror://gentoo/texlive-module-sseq.doc-2019.tar.xz mirror://gentoo/texlive-module-sslides.doc-2019.tar.xz mirror://gentoo/texlive-module-stackengine.doc-2019.tar.xz mirror://gentoo/texlive-module-standalone.doc-2019.tar.xz mirror://gentoo/texlive-module-stdclsdv.doc-2019.tar.xz mirror://gentoo/texlive-module-stealcaps.doc-2019.tar.xz mirror://gentoo/texlive-module-stdpage.doc-2019.tar.xz mirror://gentoo/texlive-module-stex.doc-2019.tar.xz mirror://gentoo/texlive-module-storebox.doc-2019.tar.xz mirror://gentoo/texlive-module-storecmd.doc-2019.tar.xz mirror://gentoo/texlive-module-stringstrings.doc-2019.tar.xz mirror://gentoo/texlive-module-sttools.doc-2019.tar.xz mirror://gentoo/texlive-module-stubs.doc-2019.tar.xz mirror://gentoo/texlive-module-studenthandouts.doc-2019.tar.xz mirror://gentoo/texlive-module-subdepth.doc-2019.tar.xz mirror://gentoo/texlive-module-subeqn.doc-2019.tar.xz mirror://gentoo/texlive-module-subeqnarray.doc-2019.tar.xz mirror://gentoo/texlive-module-subfigmat.doc-2019.tar.xz mirror://gentoo/texlive-module-subfigure.doc-2019.tar.xz mirror://gentoo/texlive-module-subfiles.doc-2019.tar.xz mirror://gentoo/texlive-module-subfloat.doc-2019.tar.xz mirror://gentoo/texlive-module-substitutefont.doc-2019.tar.xz mirror://gentoo/texlive-module-substr.doc-2019.tar.xz mirror://gentoo/texlive-module-supertabular.doc-2019.tar.xz mirror://gentoo/texlive-module-svg.doc-2019.tar.xz mirror://gentoo/texlive-module-svgcolor.doc-2019.tar.xz mirror://gentoo/texlive-module-svn.doc-2019.tar.xz mirror://gentoo/texlive-module-svn-multi.doc-2019.tar.xz mirror://gentoo/texlive-module-svn-prov.doc-2019.tar.xz mirror://gentoo/texlive-module-syntax.doc-2019.tar.xz mirror://gentoo/texlive-module-syntrace.doc-2019.tar.xz mirror://gentoo/texlive-module-synttree.doc-2019.tar.xz mirror://gentoo/texlive-module-tabfigures.doc-2019.tar.xz mirror://gentoo/texlive-module-tableaux.doc-2019.tar.xz mirror://gentoo/texlive-module-tablefootnote.doc-2019.tar.xz mirror://gentoo/texlive-module-tableof.doc-2019.tar.xz mirror://gentoo/texlive-module-tablestyles.doc-2019.tar.xz mirror://gentoo/texlive-module-tablists.doc-2019.tar.xz mirror://gentoo/texlive-module-tabls.doc-2019.tar.xz mirror://gentoo/texlive-module-tablvar.doc-2019.tar.xz mirror://gentoo/texlive-module-tabstackengine.doc-2019.tar.xz mirror://gentoo/texlive-module-tabto-ltx.doc-2019.tar.xz mirror://gentoo/texlive-module-tabu.doc-2019.tar.xz mirror://gentoo/texlive-module-tabularborder.doc-2019.tar.xz mirror://gentoo/texlive-module-tabularcalc.doc-2019.tar.xz mirror://gentoo/texlive-module-tabularew.doc-2019.tar.xz mirror://gentoo/texlive-module-tabulary.doc-2019.tar.xz mirror://gentoo/texlive-module-tagging.doc-2019.tar.xz mirror://gentoo/texlive-module-tagpair.doc-2019.tar.xz mirror://gentoo/texlive-module-tagpdf.doc-2019.tar.xz mirror://gentoo/texlive-module-talk.doc-2019.tar.xz mirror://gentoo/texlive-module-tamefloats.doc-2019.tar.xz mirror://gentoo/texlive-module-tasks.doc-2019.tar.xz mirror://gentoo/texlive-module-tcldoc.doc-2019.tar.xz mirror://gentoo/texlive-module-tcolorbox.doc-2019.tar.xz mirror://gentoo/texlive-module-tdclock.doc-2019.tar.xz mirror://gentoo/texlive-module-technics.doc-2019.tar.xz mirror://gentoo/texlive-module-ted.doc-2019.tar.xz mirror://gentoo/texlive-module-templatetools.doc-2019.tar.xz mirror://gentoo/texlive-module-termcal.doc-2019.tar.xz mirror://gentoo/texlive-module-termlist.doc-2019.tar.xz mirror://gentoo/texlive-module-testhyphens.doc-2019.tar.xz mirror://gentoo/texlive-module-testidx.doc-2019.tar.xz mirror://gentoo/texlive-module-tex-label.doc-2019.tar.xz mirror://gentoo/texlive-module-tex-locale.doc-2019.tar.xz mirror://gentoo/texlive-module-texmate.doc-2019.tar.xz mirror://gentoo/texlive-module-texments.doc-2019.tar.xz mirror://gentoo/texlive-module-texpower.doc-2019.tar.xz mirror://gentoo/texlive-module-texshade.doc-2019.tar.xz mirror://gentoo/texlive-module-texvc.doc-2019.tar.xz mirror://gentoo/texlive-module-textfit.doc-2019.tar.xz mirror://gentoo/texlive-module-textmerg.doc-2019.tar.xz mirror://gentoo/texlive-module-textpos.doc-2019.tar.xz mirror://gentoo/texlive-module-textualicomma.doc-2019.tar.xz mirror://gentoo/texlive-module-theoremref.doc-2019.tar.xz mirror://gentoo/texlive-module-thinsp.doc-2019.tar.xz mirror://gentoo/texlive-module-thmtools.doc-2019.tar.xz mirror://gentoo/texlive-module-threadcol.doc-2019.tar.xz mirror://gentoo/texlive-module-threeparttable.doc-2019.tar.xz mirror://gentoo/texlive-module-threeparttablex.doc-2019.tar.xz mirror://gentoo/texlive-module-thumb.doc-2019.tar.xz mirror://gentoo/texlive-module-thumbs.doc-2019.tar.xz mirror://gentoo/texlive-module-thumby.doc-2019.tar.xz mirror://gentoo/texlive-module-ticket.doc-2019.tar.xz mirror://gentoo/texlive-module-titlecaps.doc-2019.tar.xz mirror://gentoo/texlive-module-titlepic.doc-2019.tar.xz mirror://gentoo/texlive-module-titleref.doc-2019.tar.xz mirror://gentoo/texlive-module-titlesec.doc-2019.tar.xz mirror://gentoo/texlive-module-titling.doc-2019.tar.xz mirror://gentoo/texlive-module-tocbibind.doc-2019.tar.xz mirror://gentoo/texlive-module-tocdata.doc-2019.tar.xz mirror://gentoo/texlive-module-tocloft.doc-2019.tar.xz mirror://gentoo/texlive-module-tocvsec2.doc-2019.tar.xz mirror://gentoo/texlive-module-todo.doc-2019.tar.xz mirror://gentoo/texlive-module-todonotes.doc-2019.tar.xz mirror://gentoo/texlive-module-tokenizer.doc-2019.tar.xz mirror://gentoo/texlive-module-toolbox.doc-2019.tar.xz mirror://gentoo/texlive-module-topfloat.doc-2019.tar.xz mirror://gentoo/texlive-module-topiclongtable.doc-2019.tar.xz mirror://gentoo/texlive-module-totcount.doc-2019.tar.xz mirror://gentoo/texlive-module-totpages.doc-2019.tar.xz mirror://gentoo/texlive-module-translations.doc-2019.tar.xz mirror://gentoo/texlive-module-trfsigns.doc-2019.tar.xz mirror://gentoo/texlive-module-trimspaces.doc-2019.tar.xz mirror://gentoo/texlive-module-trivfloat.doc-2019.tar.xz mirror://gentoo/texlive-module-trsym.doc-2019.tar.xz mirror://gentoo/texlive-module-truncate.doc-2019.tar.xz mirror://gentoo/texlive-module-tucv.doc-2019.tar.xz mirror://gentoo/texlive-module-turnthepage.doc-2019.tar.xz mirror://gentoo/texlive-module-twoinone.doc-2019.tar.xz mirror://gentoo/texlive-module-twoup.doc-2019.tar.xz mirror://gentoo/texlive-module-txgreeks.doc-2019.tar.xz mirror://gentoo/texlive-module-type1cm.doc-2019.tar.xz mirror://gentoo/texlive-module-typed-checklist.doc-2019.tar.xz mirror://gentoo/texlive-module-typeface.doc-2019.tar.xz mirror://gentoo/texlive-module-typoaid.doc-2019.tar.xz mirror://gentoo/texlive-module-typogrid.doc-2019.tar.xz mirror://gentoo/texlive-module-uassign.doc-2019.tar.xz mirror://gentoo/texlive-module-ucs.doc-2019.tar.xz mirror://gentoo/texlive-module-uebungsblatt.doc-2019.tar.xz mirror://gentoo/texlive-module-umoline.doc-2019.tar.xz mirror://gentoo/texlive-module-underlin.doc-2019.tar.xz mirror://gentoo/texlive-module-underoverlap.doc-2019.tar.xz mirror://gentoo/texlive-module-undolabl.doc-2019.tar.xz mirror://gentoo/texlive-module-units.doc-2019.tar.xz mirror://gentoo/texlive-module-unravel.doc-2019.tar.xz mirror://gentoo/texlive-module-upmethodology.doc-2019.tar.xz mirror://gentoo/texlive-module-upquote.doc-2019.tar.xz mirror://gentoo/texlive-module-uri.doc-2019.tar.xz mirror://gentoo/texlive-module-ushort.doc-2019.tar.xz mirror://gentoo/texlive-module-uspace.doc-2019.tar.xz mirror://gentoo/texlive-module-uwmslide.doc-2019.tar.xz mirror://gentoo/texlive-module-variablelm.doc-2019.tar.xz mirror://gentoo/texlive-module-varindex.doc-2019.tar.xz mirror://gentoo/texlive-module-varsfromjobname.doc-2019.tar.xz mirror://gentoo/texlive-module-varwidth.doc-2019.tar.xz mirror://gentoo/texlive-module-vdmlisting.doc-2019.tar.xz mirror://gentoo/texlive-module-verbasef.doc-2019.tar.xz mirror://gentoo/texlive-module-verbatimbox.doc-2019.tar.xz mirror://gentoo/texlive-module-verbatimcopy.doc-2019.tar.xz mirror://gentoo/texlive-module-verbdef.doc-2019.tar.xz mirror://gentoo/texlive-module-verbments.doc-2019.tar.xz mirror://gentoo/texlive-module-version.doc-2019.tar.xz mirror://gentoo/texlive-module-versions.doc-2019.tar.xz mirror://gentoo/texlive-module-versonotes.doc-2019.tar.xz mirror://gentoo/texlive-module-vertbars.doc-2019.tar.xz mirror://gentoo/texlive-module-vgrid.doc-2019.tar.xz mirror://gentoo/texlive-module-vhistory.doc-2019.tar.xz mirror://gentoo/texlive-module-vmargin.doc-2019.tar.xz mirror://gentoo/texlive-module-volumes.doc-2019.tar.xz mirror://gentoo/texlive-module-vpe.doc-2019.tar.xz mirror://gentoo/texlive-module-vruler.doc-2019.tar.xz mirror://gentoo/texlive-module-vtable.doc-2019.tar.xz mirror://gentoo/texlive-module-vwcol.doc-2019.tar.xz mirror://gentoo/texlive-module-wallcalendar.doc-2019.tar.xz mirror://gentoo/texlive-module-wallpaper.doc-2019.tar.xz mirror://gentoo/texlive-module-warning.doc-2019.tar.xz mirror://gentoo/texlive-module-warpcol.doc-2019.tar.xz mirror://gentoo/texlive-module-was.doc-2019.tar.xz mirror://gentoo/texlive-module-webquiz.doc-2019.tar.xz mirror://gentoo/texlive-module-widetable.doc-2019.tar.xz mirror://gentoo/texlive-module-widows-and-orphans.doc-2019.tar.xz mirror://gentoo/texlive-module-williams.doc-2019.tar.xz mirror://gentoo/texlive-module-withargs.doc-2019.tar.xz mirror://gentoo/texlive-module-wordcount.doc-2019.tar.xz mirror://gentoo/texlive-module-wordlike.doc-2019.tar.xz mirror://gentoo/texlive-module-worksheet.doc-2019.tar.xz mirror://gentoo/texlive-module-wrapfig.doc-2019.tar.xz mirror://gentoo/texlive-module-wtref.doc-2019.tar.xz mirror://gentoo/texlive-module-xargs.doc-2019.tar.xz mirror://gentoo/texlive-module-xassoccnt.doc-2019.tar.xz mirror://gentoo/texlive-module-xbmks.doc-2019.tar.xz mirror://gentoo/texlive-module-xcntperchap.doc-2019.tar.xz mirror://gentoo/texlive-module-xcolor-material.doc-2019.tar.xz mirror://gentoo/texlive-module-xcolor-solarized.doc-2019.tar.xz mirror://gentoo/texlive-module-xcomment.doc-2019.tar.xz mirror://gentoo/texlive-module-xcookybooky.doc-2019.tar.xz mirror://gentoo/texlive-module-xcpdftips.doc-2019.tar.xz mirror://gentoo/texlive-module-xdoc.doc-2019.tar.xz mirror://gentoo/texlive-module-xellipsis.doc-2019.tar.xz mirror://gentoo/texlive-module-xfakebold.doc-2019.tar.xz mirror://gentoo/texlive-module-xfor.doc-2019.tar.xz mirror://gentoo/texlive-module-xhfill.doc-2019.tar.xz mirror://gentoo/texlive-module-xifthen.doc-2019.tar.xz mirror://gentoo/texlive-module-xint.doc-2019.tar.xz mirror://gentoo/texlive-module-xltabular.doc-2019.tar.xz mirror://gentoo/texlive-module-xmpincl.doc-2019.tar.xz mirror://gentoo/texlive-module-xnewcommand.doc-2019.tar.xz mirror://gentoo/texlive-module-xoptarg.doc-2019.tar.xz mirror://gentoo/texlive-module-xpatch.doc-2019.tar.xz mirror://gentoo/texlive-module-xpeek.doc-2019.tar.xz mirror://gentoo/texlive-module-xprintlen.doc-2019.tar.xz mirror://gentoo/texlive-module-xpunctuate.doc-2019.tar.xz mirror://gentoo/texlive-module-xsavebox.doc-2019.tar.xz mirror://gentoo/texlive-module-xsim.doc-2019.tar.xz mirror://gentoo/texlive-module-xstring.doc-2019.tar.xz mirror://gentoo/texlive-module-xtab.doc-2019.tar.xz mirror://gentoo/texlive-module-xurl.doc-2019.tar.xz mirror://gentoo/texlive-module-xwatermark.doc-2019.tar.xz mirror://gentoo/texlive-module-xytree.doc-2019.tar.xz mirror://gentoo/texlive-module-yafoot.doc-2019.tar.xz mirror://gentoo/texlive-module-yaletter.doc-2019.tar.xz mirror://gentoo/texlive-module-yagusylo.doc-2019.tar.xz mirror://gentoo/texlive-module-ycbook.doc-2019.tar.xz mirror://gentoo/texlive-module-ydoc.doc-2019.tar.xz mirror://gentoo/texlive-module-yplan.doc-2019.tar.xz mirror://gentoo/texlive-module-zebra-goodies.doc-2019.tar.xz mirror://gentoo/texlive-module-zed-csp.doc-2019.tar.xz mirror://gentoo/texlive-module-ziffer.doc-2019.tar.xz mirror://gentoo/texlive-module-zwgetfdate.doc-2019.tar.xz mirror://gentoo/texlive-module-zwpagelayout.doc-2019.tar.xz ) source? ( mirror://gentoo/texlive-module-ESIEEcv.source-2019.tar.xz mirror://gentoo/texlive-module-GS1.source-2019.tar.xz mirror://gentoo/texlive-module-HA-prosper.source-2019.tar.xz mirror://gentoo/texlive-module-Tabbing.source-2019.tar.xz mirror://gentoo/texlive-module-abstract.source-2019.tar.xz mirror://gentoo/texlive-module-achemso.source-2019.tar.xz mirror://gentoo/texlive-module-acronym.source-2019.tar.xz mirror://gentoo/texlive-module-acroterm.source-2019.tar.xz mirror://gentoo/texlive-module-actuarialangle.source-2019.tar.xz mirror://gentoo/texlive-module-actuarialsymbol.source-2019.tar.xz mirror://gentoo/texlive-module-addlines.source-2019.tar.xz mirror://gentoo/texlive-module-adjmulticol.source-2019.tar.xz mirror://gentoo/texlive-module-adjustbox.source-2019.tar.xz mirror://gentoo/texlive-module-adrconv.source-2019.tar.xz mirror://gentoo/texlive-module-alertmessage.source-2019.tar.xz mirror://gentoo/texlive-module-alnumsec.source-2019.tar.xz mirror://gentoo/texlive-module-altfont.source-2019.tar.xz mirror://gentoo/texlive-module-amsaddr.source-2019.tar.xz mirror://gentoo/texlive-module-animate.source-2019.tar.xz mirror://gentoo/texlive-module-answers.source-2019.tar.xz mirror://gentoo/texlive-module-appendix.source-2019.tar.xz mirror://gentoo/texlive-module-apptools.source-2019.tar.xz mirror://gentoo/texlive-module-arcs.source-2019.tar.xz mirror://gentoo/texlive-module-arraysort.source-2019.tar.xz mirror://gentoo/texlive-module-arydshln.source-2019.tar.xz mirror://gentoo/texlive-module-asciilist.source-2019.tar.xz mirror://gentoo/texlive-module-attachfile.source-2019.tar.xz mirror://gentoo/texlive-module-autonum.source-2019.tar.xz mirror://gentoo/texlive-module-autopdf.source-2019.tar.xz mirror://gentoo/texlive-module-avremu.source-2019.tar.xz mirror://gentoo/texlive-module-background.source-2019.tar.xz mirror://gentoo/texlive-module-basicarith.source-2019.tar.xz mirror://gentoo/texlive-module-beamercolorthemeowl.source-2019.tar.xz mirror://gentoo/texlive-module-beamersubframe.source-2019.tar.xz mirror://gentoo/texlive-module-beamertheme-cuerna.source-2019.tar.xz mirror://gentoo/texlive-module-beamertheme-metropolis.source-2019.tar.xz mirror://gentoo/texlive-module-beamertheme-saintpetersburg.source-2019.tar.xz mirror://gentoo/texlive-module-beton.source-2019.tar.xz mirror://gentoo/texlive-module-bewerbung.source-2019.tar.xz mirror://gentoo/texlive-module-bez123.source-2019.tar.xz mirror://gentoo/texlive-module-bhcexam.source-2019.tar.xz mirror://gentoo/texlive-module-bigfoot.source-2019.tar.xz mirror://gentoo/texlive-module-bizcard.source-2019.tar.xz mirror://gentoo/texlive-module-blindtext.source-2019.tar.xz mirror://gentoo/texlive-module-blowup.source-2019.tar.xz mirror://gentoo/texlive-module-bnumexpr.source-2019.tar.xz mirror://gentoo/texlive-module-boites.source-2019.tar.xz mirror://gentoo/texlive-module-bookcover.source-2019.tar.xz mirror://gentoo/texlive-module-booklet.source-2019.tar.xz mirror://gentoo/texlive-module-boolexpr.source-2019.tar.xz mirror://gentoo/texlive-module-bophook.source-2019.tar.xz mirror://gentoo/texlive-module-boxedminipage2e.source-2019.tar.xz mirror://gentoo/texlive-module-boxhandler.source-2019.tar.xz mirror://gentoo/texlive-module-breakurl.source-2019.tar.xz mirror://gentoo/texlive-module-bullcntr.source-2019.tar.xz mirror://gentoo/texlive-module-calcage.source-2019.tar.xz mirror://gentoo/texlive-module-calculator.source-2019.tar.xz mirror://gentoo/texlive-module-cals.source-2019.tar.xz mirror://gentoo/texlive-module-canoniclayout.source-2019.tar.xz mirror://gentoo/texlive-module-capt-of.source-2019.tar.xz mirror://gentoo/texlive-module-captcont.source-2019.tar.xz mirror://gentoo/texlive-module-catchfilebetweentags.source-2019.tar.xz mirror://gentoo/texlive-module-catechis.source-2019.tar.xz mirror://gentoo/texlive-module-ccaption.source-2019.tar.xz mirror://gentoo/texlive-module-cclicenses.source-2019.tar.xz mirror://gentoo/texlive-module-cd.source-2019.tar.xz mirror://gentoo/texlive-module-cd-cover.source-2019.tar.xz mirror://gentoo/texlive-module-cdpbundl.source-2019.tar.xz mirror://gentoo/texlive-module-cellprops.source-2019.tar.xz mirror://gentoo/texlive-module-changebar.source-2019.tar.xz mirror://gentoo/texlive-module-changepage.source-2019.tar.xz mirror://gentoo/texlive-module-changes.source-2019.tar.xz mirror://gentoo/texlive-module-chappg.source-2019.tar.xz mirror://gentoo/texlive-module-chapterfolder.source-2019.tar.xz mirror://gentoo/texlive-module-cheatsheet.source-2019.tar.xz mirror://gentoo/texlive-module-chextras.source-2019.tar.xz mirror://gentoo/texlive-module-childdoc.source-2019.tar.xz mirror://gentoo/texlive-module-chletter.source-2019.tar.xz mirror://gentoo/texlive-module-circ.source-2019.tar.xz mirror://gentoo/texlive-module-classpack.source-2019.tar.xz mirror://gentoo/texlive-module-clefval.source-2019.tar.xz mirror://gentoo/texlive-module-cleveref.source-2019.tar.xz mirror://gentoo/texlive-module-cloze.source-2019.tar.xz mirror://gentoo/texlive-module-clrdblpg.source-2019.tar.xz mirror://gentoo/texlive-module-clrstrip.source-2019.tar.xz mirror://gentoo/texlive-module-cmdtrack.source-2019.tar.xz mirror://gentoo/texlive-module-codepage.source-2019.tar.xz mirror://gentoo/texlive-module-codesection.source-2019.tar.xz mirror://gentoo/texlive-module-collcell.source-2019.tar.xz mirror://gentoo/texlive-module-collectbox.source-2019.tar.xz mirror://gentoo/texlive-module-colophon.source-2019.tar.xz mirror://gentoo/texlive-module-colordoc.source-2019.tar.xz mirror://gentoo/texlive-module-colorwav.source-2019.tar.xz mirror://gentoo/texlive-module-colorweb.source-2019.tar.xz mirror://gentoo/texlive-module-combine.source-2019.tar.xz mirror://gentoo/texlive-module-commado.source-2019.tar.xz mirror://gentoo/texlive-module-commedit.source-2019.tar.xz mirror://gentoo/texlive-module-competences.source-2019.tar.xz mirror://gentoo/texlive-module-constants.source-2019.tar.xz mirror://gentoo/texlive-module-continue.source-2019.tar.xz mirror://gentoo/texlive-module-contour.source-2019.tar.xz mirror://gentoo/texlive-module-contracard.source-2019.tar.xz mirror://gentoo/texlive-module-conv-xkv.source-2019.tar.xz mirror://gentoo/texlive-module-cooking.source-2019.tar.xz mirror://gentoo/texlive-module-cooking-units.source-2019.tar.xz mirror://gentoo/texlive-module-cool.source-2019.tar.xz mirror://gentoo/texlive-module-coollist.source-2019.tar.xz mirror://gentoo/texlive-module-coolstr.source-2019.tar.xz mirror://gentoo/texlive-module-coolthms.source-2019.tar.xz mirror://gentoo/texlive-module-cooltooltips.source-2019.tar.xz mirror://gentoo/texlive-module-coordsys.source-2019.tar.xz mirror://gentoo/texlive-module-copyedit.source-2019.tar.xz mirror://gentoo/texlive-module-counttexruns.source-2019.tar.xz mirror://gentoo/texlive-module-coverpage.source-2019.tar.xz mirror://gentoo/texlive-module-cprotect.source-2019.tar.xz mirror://gentoo/texlive-module-crossreference.source-2019.tar.xz mirror://gentoo/texlive-module-cuisine.source-2019.tar.xz mirror://gentoo/texlive-module-currency.source-2019.tar.xz mirror://gentoo/texlive-module-currfile.source-2019.tar.xz mirror://gentoo/texlive-module-cutwin.source-2019.tar.xz mirror://gentoo/texlive-module-cyber.source-2019.tar.xz mirror://gentoo/texlive-module-cybercic.source-2019.tar.xz mirror://gentoo/texlive-module-dashbox.source-2019.tar.xz mirror://gentoo/texlive-module-dashrule.source-2019.tar.xz mirror://gentoo/texlive-module-dashundergaps.source-2019.tar.xz mirror://gentoo/texlive-module-datatool.source-2019.tar.xz mirror://gentoo/texlive-module-dateiliste.source-2019.tar.xz mirror://gentoo/texlive-module-datenumber.source-2019.tar.xz mirror://gentoo/texlive-module-datetime.source-2019.tar.xz mirror://gentoo/texlive-module-datetime2.source-2019.tar.xz mirror://gentoo/texlive-module-datetime2-bahasai.source-2019.tar.xz mirror://gentoo/texlive-module-datetime2-basque.source-2019.tar.xz mirror://gentoo/texlive-module-datetime2-breton.source-2019.tar.xz mirror://gentoo/texlive-module-datetime2-bulgarian.source-2019.tar.xz mirror://gentoo/texlive-module-datetime2-catalan.source-2019.tar.xz mirror://gentoo/texlive-module-datetime2-croatian.source-2019.tar.xz mirror://gentoo/texlive-module-datetime2-czech.source-2019.tar.xz mirror://gentoo/texlive-module-datetime2-danish.source-2019.tar.xz mirror://gentoo/texlive-module-datetime2-dutch.source-2019.tar.xz mirror://gentoo/texlive-module-datetime2-en-fulltext.source-2019.tar.xz mirror://gentoo/texlive-module-datetime2-english.source-2019.tar.xz mirror://gentoo/texlive-module-datetime2-esperanto.source-2019.tar.xz mirror://gentoo/texlive-module-datetime2-estonian.source-2019.tar.xz mirror://gentoo/texlive-module-datetime2-finnish.source-2019.tar.xz mirror://gentoo/texlive-module-datetime2-french.source-2019.tar.xz mirror://gentoo/texlive-module-datetime2-galician.source-2019.tar.xz mirror://gentoo/texlive-module-datetime2-german.source-2019.tar.xz mirror://gentoo/texlive-module-datetime2-greek.source-2019.tar.xz mirror://gentoo/texlive-module-datetime2-hebrew.source-2019.tar.xz mirror://gentoo/texlive-module-datetime2-icelandic.source-2019.tar.xz mirror://gentoo/texlive-module-datetime2-irish.source-2019.tar.xz mirror://gentoo/texlive-module-datetime2-italian.source-2019.tar.xz mirror://gentoo/texlive-module-datetime2-it-fulltext.source-2019.tar.xz mirror://gentoo/texlive-module-datetime2-latin.source-2019.tar.xz mirror://gentoo/texlive-module-datetime2-lsorbian.source-2019.tar.xz mirror://gentoo/texlive-module-datetime2-magyar.source-2019.tar.xz mirror://gentoo/texlive-module-datetime2-norsk.source-2019.tar.xz mirror://gentoo/texlive-module-datetime2-polish.source-2019.tar.xz mirror://gentoo/texlive-module-datetime2-portuges.source-2019.tar.xz mirror://gentoo/texlive-module-datetime2-romanian.source-2019.tar.xz mirror://gentoo/texlive-module-datetime2-russian.source-2019.tar.xz mirror://gentoo/texlive-module-datetime2-samin.source-2019.tar.xz mirror://gentoo/texlive-module-datetime2-scottish.source-2019.tar.xz mirror://gentoo/texlive-module-datetime2-serbian.source-2019.tar.xz mirror://gentoo/texlive-module-datetime2-slovak.source-2019.tar.xz mirror://gentoo/texlive-module-datetime2-slovene.source-2019.tar.xz mirror://gentoo/texlive-module-datetime2-spanish.source-2019.tar.xz mirror://gentoo/texlive-module-datetime2-swedish.source-2019.tar.xz mirror://gentoo/texlive-module-datetime2-turkish.source-2019.tar.xz mirror://gentoo/texlive-module-datetime2-ukrainian.source-2019.tar.xz mirror://gentoo/texlive-module-datetime2-usorbian.source-2019.tar.xz mirror://gentoo/texlive-module-datetime2-welsh.source-2019.tar.xz mirror://gentoo/texlive-module-decimal.source-2019.tar.xz mirror://gentoo/texlive-module-decorule.source-2019.tar.xz mirror://gentoo/texlive-module-delimtxt.source-2019.tar.xz mirror://gentoo/texlive-module-denisbdoc.source-2019.tar.xz mirror://gentoo/texlive-module-diagbox.source-2019.tar.xz mirror://gentoo/texlive-module-dialogl.source-2019.tar.xz mirror://gentoo/texlive-module-dinbrief.source-2019.tar.xz mirror://gentoo/texlive-module-dirtytalk.source-2019.tar.xz mirror://gentoo/texlive-module-dnaseq.source-2019.tar.xz mirror://gentoo/texlive-module-doclicense.source-2019.tar.xz mirror://gentoo/texlive-module-docmfp.source-2019.tar.xz mirror://gentoo/texlive-module-docmute.source-2019.tar.xz mirror://gentoo/texlive-module-doctools.source-2019.tar.xz mirror://gentoo/texlive-module-documentation.source-2019.tar.xz mirror://gentoo/texlive-module-dotarrow.source-2019.tar.xz mirror://gentoo/texlive-module-dotseqn.source-2019.tar.xz mirror://gentoo/texlive-module-download.source-2019.tar.xz mirror://gentoo/texlive-module-dox.source-2019.tar.xz mirror://gentoo/texlive-module-dprogress.source-2019.tar.xz mirror://gentoo/texlive-module-drac.source-2019.tar.xz mirror://gentoo/texlive-module-draftcopy.source-2019.tar.xz mirror://gentoo/texlive-module-draftwatermark.source-2019.tar.xz mirror://gentoo/texlive-module-dtxdescribe.source-2019.tar.xz mirror://gentoo/texlive-module-duckuments.source-2019.tar.xz mirror://gentoo/texlive-module-ducksay.source-2019.tar.xz mirror://gentoo/texlive-module-dynamicnumber.source-2019.tar.xz mirror://gentoo/texlive-module-easyfig.source-2019.tar.xz mirror://gentoo/texlive-module-easyreview.source-2019.tar.xz mirror://gentoo/texlive-module-ebezier.source-2019.tar.xz mirror://gentoo/texlive-module-ecclesiastic.source-2019.tar.xz mirror://gentoo/texlive-module-ecv.source-2019.tar.xz mirror://gentoo/texlive-module-ed.source-2019.tar.xz mirror://gentoo/texlive-module-edmargin.source-2019.tar.xz mirror://gentoo/texlive-module-eemeir.source-2019.tar.xz mirror://gentoo/texlive-module-efbox.source-2019.tar.xz mirror://gentoo/texlive-module-egplot.source-2019.tar.xz mirror://gentoo/texlive-module-ellipsis.source-2019.tar.xz mirror://gentoo/texlive-module-elmath.source-2019.tar.xz mirror://gentoo/texlive-module-elocalloc.source-2019.tar.xz mirror://gentoo/texlive-module-elzcards.source-2019.tar.xz mirror://gentoo/texlive-module-emarks.source-2019.tar.xz mirror://gentoo/texlive-module-embedall.source-2019.tar.xz mirror://gentoo/texlive-module-emptypage.source-2019.tar.xz mirror://gentoo/texlive-module-endfloat.source-2019.tar.xz mirror://gentoo/texlive-module-endheads.source-2019.tar.xz mirror://gentoo/texlive-module-engpron.source-2019.tar.xz mirror://gentoo/texlive-module-engrec.source-2019.tar.xz mirror://gentoo/texlive-module-enumitem-zref.source-2019.tar.xz mirror://gentoo/texlive-module-environ.source-2019.tar.xz mirror://gentoo/texlive-module-epigraph.source-2019.tar.xz mirror://gentoo/texlive-module-epiolmec.source-2019.tar.xz mirror://gentoo/texlive-module-eqlist.source-2019.tar.xz mirror://gentoo/texlive-module-eqnalign.source-2019.tar.xz mirror://gentoo/texlive-module-eqparbox.source-2019.tar.xz mirror://gentoo/texlive-module-errata.source-2019.tar.xz mirror://gentoo/texlive-module-erw-l3.source-2019.tar.xz mirror://gentoo/texlive-module-esdiff.source-2019.tar.xz mirror://gentoo/texlive-module-esint.source-2019.tar.xz mirror://gentoo/texlive-module-etaremune.source-2019.tar.xz mirror://gentoo/texlive-module-etextools.source-2019.tar.xz mirror://gentoo/texlive-module-etoc.source-2019.tar.xz mirror://gentoo/texlive-module-eukdate.source-2019.tar.xz mirror://gentoo/texlive-module-everyhook.source-2019.tar.xz mirror://gentoo/texlive-module-everypage.source-2019.tar.xz mirror://gentoo/texlive-module-exam-n.source-2019.tar.xz mirror://gentoo/texlive-module-examdesign.source-2019.tar.xz mirror://gentoo/texlive-module-exframe.source-2019.tar.xz mirror://gentoo/texlive-module-exercise.source-2019.tar.xz mirror://gentoo/texlive-module-exercises.source-2019.tar.xz mirror://gentoo/texlive-module-exp-testopt.source-2019.tar.xz mirror://gentoo/texlive-module-expdlist.source-2019.tar.xz mirror://gentoo/texlive-module-export.source-2019.tar.xz mirror://gentoo/texlive-module-exsol.source-2019.tar.xz mirror://gentoo/texlive-module-extract.source-2019.tar.xz mirror://gentoo/texlive-module-facsimile.source-2019.tar.xz mirror://gentoo/texlive-module-factura.source-2019.tar.xz mirror://gentoo/texlive-module-fancylabel.source-2019.tar.xz mirror://gentoo/texlive-module-fancynum.source-2019.tar.xz mirror://gentoo/texlive-module-fancypar.source-2019.tar.xz mirror://gentoo/texlive-module-fancytabs.source-2019.tar.xz mirror://gentoo/texlive-module-fancytooltips.source-2019.tar.xz mirror://gentoo/texlive-module-fcolumn.source-2019.tar.xz mirror://gentoo/texlive-module-fetchcls.source-2019.tar.xz mirror://gentoo/texlive-module-fgruler.source-2019.tar.xz mirror://gentoo/texlive-module-fibeamer.source-2019.tar.xz mirror://gentoo/texlive-module-fifo-stack.source-2019.tar.xz mirror://gentoo/texlive-module-filecontents.source-2019.tar.xz mirror://gentoo/texlive-module-filecontentsdef.source-2019.tar.xz mirror://gentoo/texlive-module-filedate.source-2019.tar.xz mirror://gentoo/texlive-module-fileinfo.source-2019.tar.xz mirror://gentoo/texlive-module-fink.source-2019.tar.xz mirror://gentoo/texlive-module-finstrut.source-2019.tar.xz mirror://gentoo/texlive-module-fithesis.source-2019.tar.xz mirror://gentoo/texlive-module-fixcmex.source-2019.tar.xz mirror://gentoo/texlive-module-fixme.source-2019.tar.xz mirror://gentoo/texlive-module-fixmetodonotes.source-2019.tar.xz mirror://gentoo/texlive-module-flabels.source-2019.tar.xz mirror://gentoo/texlive-module-flagderiv.source-2019.tar.xz mirror://gentoo/texlive-module-flashcards.source-2019.tar.xz mirror://gentoo/texlive-module-flippdf.source-2019.tar.xz mirror://gentoo/texlive-module-floatflt.source-2019.tar.xz mirror://gentoo/texlive-module-floatrow.source-2019.tar.xz mirror://gentoo/texlive-module-flowfram.source-2019.tar.xz mirror://gentoo/texlive-module-fmp.source-2019.tar.xz mirror://gentoo/texlive-module-fmtcount.source-2019.tar.xz mirror://gentoo/texlive-module-fnbreak.source-2019.tar.xz mirror://gentoo/texlive-module-fnumprint.source-2019.tar.xz mirror://gentoo/texlive-module-foilhtml.source-2019.tar.xz mirror://gentoo/texlive-module-fontaxes.source-2019.tar.xz mirror://gentoo/texlive-module-fonttable.source-2019.tar.xz mirror://gentoo/texlive-module-footmisc.source-2019.tar.xz mirror://gentoo/texlive-module-footmisx.source-2019.tar.xz mirror://gentoo/texlive-module-footnoterange.source-2019.tar.xz mirror://gentoo/texlive-module-footnpag.source-2019.tar.xz mirror://gentoo/texlive-module-forarray.source-2019.tar.xz mirror://gentoo/texlive-module-foreign.source-2019.tar.xz mirror://gentoo/texlive-module-forloop.source-2019.tar.xz mirror://gentoo/texlive-module-forms16be.source-2019.tar.xz mirror://gentoo/texlive-module-formular.source-2019.tar.xz mirror://gentoo/texlive-module-frankenstein.source-2019.tar.xz mirror://gentoo/texlive-module-ftnxtra.source-2019.tar.xz mirror://gentoo/texlive-module-fullblck.source-2019.tar.xz mirror://gentoo/texlive-module-fullminipage.source-2019.tar.xz mirror://gentoo/texlive-module-fundus-calligra.source-2019.tar.xz mirror://gentoo/texlive-module-fundus-sueterlin.source-2019.tar.xz mirror://gentoo/texlive-module-fvextra.source-2019.tar.xz mirror://gentoo/texlive-module-gatherenum.source-2019.tar.xz mirror://gentoo/texlive-module-gcite.source-2019.tar.xz mirror://gentoo/texlive-module-gender.source-2019.tar.xz mirror://gentoo/texlive-module-genmpage.source-2019.tar.xz mirror://gentoo/texlive-module-getitems.source-2019.tar.xz mirror://gentoo/texlive-module-ginpenc.source-2019.tar.xz mirror://gentoo/texlive-module-gitfile-info.source-2019.tar.xz mirror://gentoo/texlive-module-glossaries-danish.source-2019.tar.xz mirror://gentoo/texlive-module-glossaries-dutch.source-2019.tar.xz mirror://gentoo/texlive-module-glossaries-english.source-2019.tar.xz mirror://gentoo/texlive-module-glossaries-estonian.source-2019.tar.xz mirror://gentoo/texlive-module-glossaries-extra.source-2019.tar.xz mirror://gentoo/texlive-module-glossaries-finnish.source-2019.tar.xz mirror://gentoo/texlive-module-glossaries-french.source-2019.tar.xz mirror://gentoo/texlive-module-glossaries-german.source-2019.tar.xz mirror://gentoo/texlive-module-glossaries-irish.source-2019.tar.xz mirror://gentoo/texlive-module-glossaries-italian.source-2019.tar.xz mirror://gentoo/texlive-module-glossaries-magyar.source-2019.tar.xz mirror://gentoo/texlive-module-glossaries-polish.source-2019.tar.xz mirror://gentoo/texlive-module-glossaries-portuges.source-2019.tar.xz mirror://gentoo/texlive-module-glossaries-serbian.source-2019.tar.xz mirror://gentoo/texlive-module-glossaries-slovene.source-2019.tar.xz mirror://gentoo/texlive-module-glossaries-spanish.source-2019.tar.xz mirror://gentoo/texlive-module-gmdoc-enhance.source-2019.tar.xz mirror://gentoo/texlive-module-grabbox.source-2019.tar.xz mirror://gentoo/texlive-module-graphbox.source-2019.tar.xz mirror://gentoo/texlive-module-graphicx-psmin.source-2019.tar.xz mirror://gentoo/texlive-module-graphicxbox.source-2019.tar.xz mirror://gentoo/texlive-module-grayhints.source-2019.tar.xz mirror://gentoo/texlive-module-grid.source-2019.tar.xz mirror://gentoo/texlive-module-gridset.source-2019.tar.xz mirror://gentoo/texlive-module-guitlogo.source-2019.tar.xz mirror://gentoo/texlive-module-halloweenmath.source-2019.tar.xz mirror://gentoo/texlive-module-hanging.source-2019.tar.xz mirror://gentoo/texlive-module-hardwrap.source-2019.tar.xz mirror://gentoo/texlive-module-hc.source-2019.tar.xz mirror://gentoo/texlive-module-hhtensor.source-2019.tar.xz mirror://gentoo/texlive-module-histogr.source-2019.tar.xz mirror://gentoo/texlive-module-hpsdiss.source-2019.tar.xz mirror://gentoo/texlive-module-hrefhide.source-2019.tar.xz mirror://gentoo/texlive-module-hyper.source-2019.tar.xz mirror://gentoo/texlive-module-hyperbar.source-2019.tar.xz mirror://gentoo/texlive-module-hyperxmp.source-2019.tar.xz mirror://gentoo/texlive-module-hyphenat.source-2019.tar.xz mirror://gentoo/texlive-module-idxlayout.source-2019.tar.xz mirror://gentoo/texlive-module-iffont.source-2019.tar.xz mirror://gentoo/texlive-module-ifmtarg.source-2019.tar.xz mirror://gentoo/texlive-module-ifnextok.source-2019.tar.xz mirror://gentoo/texlive-module-ifoddpage.source-2019.tar.xz mirror://gentoo/texlive-module-ifplatform.source-2019.tar.xz mirror://gentoo/texlive-module-iitem.source-2019.tar.xz mirror://gentoo/texlive-module-imakeidx.source-2019.tar.xz mirror://gentoo/texlive-module-indextools.source-2019.tar.xz mirror://gentoo/texlive-module-inlinedef.source-2019.tar.xz mirror://gentoo/texlive-module-inputtrc.source-2019.tar.xz mirror://gentoo/texlive-module-interfaces.source-2019.tar.xz mirror://gentoo/texlive-module-intopdf.source-2019.tar.xz mirror://gentoo/texlive-module-inversepath.source-2019.tar.xz mirror://gentoo/texlive-module-invoice2.source-2019.tar.xz mirror://gentoo/texlive-module-iso.source-2019.tar.xz mirror://gentoo/texlive-module-iso10303.source-2019.tar.xz mirror://gentoo/texlive-module-isodate.source-2019.tar.xz mirror://gentoo/texlive-module-isodoc.source-2019.tar.xz mirror://gentoo/texlive-module-isorot.source-2019.tar.xz mirror://gentoo/texlive-module-isotope.source-2019.tar.xz mirror://gentoo/texlive-module-issuulinks.source-2019.tar.xz mirror://gentoo/texlive-module-jvlisting.source-2019.tar.xz mirror://gentoo/texlive-module-kalendarium.source-2019.tar.xz mirror://gentoo/texlive-module-kantlipsum.source-2019.tar.xz mirror://gentoo/texlive-module-kerntest.source-2019.tar.xz mirror://gentoo/texlive-module-keycommand.source-2019.tar.xz mirror://gentoo/texlive-module-keyfloat.source-2019.tar.xz mirror://gentoo/texlive-module-keyindex.source-2019.tar.xz mirror://gentoo/texlive-module-keyvaltable.source-2019.tar.xz mirror://gentoo/texlive-module-knowledge.source-2019.tar.xz mirror://gentoo/texlive-module-komacv.source-2019.tar.xz mirror://gentoo/texlive-module-komacv-rg.source-2019.tar.xz mirror://gentoo/texlive-module-ktv-texdata.source-2019.tar.xz mirror://gentoo/texlive-module-l3build.source-2019.tar.xz mirror://gentoo/texlive-module-labbook.source-2019.tar.xz mirror://gentoo/texlive-module-labels.source-2019.tar.xz mirror://gentoo/texlive-module-labelschanged.source-2019.tar.xz mirror://gentoo/texlive-module-lastpackage.source-2019.tar.xz mirror://gentoo/texlive-module-lastpage.source-2019.tar.xz mirror://gentoo/texlive-module-latex-tds.source-2019.tar.xz mirror://gentoo/texlive-module-latexcolors.source-2019.tar.xz mirror://gentoo/texlive-module-latexdemo.source-2019.tar.xz mirror://gentoo/texlive-module-latexgit.source-2019.tar.xz mirror://gentoo/texlive-module-layouts.source-2019.tar.xz mirror://gentoo/texlive-module-lccaps.source-2019.tar.xz mirror://gentoo/texlive-module-lcd.source-2019.tar.xz mirror://gentoo/texlive-module-lcg.source-2019.tar.xz mirror://gentoo/texlive-module-leading.source-2019.tar.xz mirror://gentoo/texlive-module-leftidx.source-2019.tar.xz mirror://gentoo/texlive-module-leipzig.source-2019.tar.xz mirror://gentoo/texlive-module-lengthconvert.source-2019.tar.xz mirror://gentoo/texlive-module-lettrine.source-2019.tar.xz mirror://gentoo/texlive-module-lhelp.source-2019.tar.xz mirror://gentoo/texlive-module-libgreek.source-2019.tar.xz mirror://gentoo/texlive-module-limap.source-2019.tar.xz mirror://gentoo/texlive-module-linegoal.source-2019.tar.xz mirror://gentoo/texlive-module-lipsum.source-2019.tar.xz mirror://gentoo/texlive-module-listlbls.source-2019.tar.xz mirror://gentoo/texlive-module-listliketab.source-2019.tar.xz mirror://gentoo/texlive-module-listofsymbols.source-2019.tar.xz mirror://gentoo/texlive-module-lmake.source-2019.tar.xz mirror://gentoo/texlive-module-locality.source-2019.tar.xz mirror://gentoo/texlive-module-localloc.source-2019.tar.xz mirror://gentoo/texlive-module-logbox.source-2019.tar.xz mirror://gentoo/texlive-module-logpap.source-2019.tar.xz mirror://gentoo/texlive-module-longfigure.source-2019.tar.xz mirror://gentoo/texlive-module-longnamefilelist.source-2019.tar.xz mirror://gentoo/texlive-module-lstaddons.source-2019.tar.xz mirror://gentoo/texlive-module-ltxindex.source-2019.tar.xz mirror://gentoo/texlive-module-ltxnew.source-2019.tar.xz mirror://gentoo/texlive-module-luatodonotes.source-2019.tar.xz mirror://gentoo/texlive-module-macroswap.source-2019.tar.xz mirror://gentoo/texlive-module-mailing.source-2019.tar.xz mirror://gentoo/texlive-module-mailmerge.source-2019.tar.xz mirror://gentoo/texlive-module-makebase.source-2019.tar.xz mirror://gentoo/texlive-module-makebox.source-2019.tar.xz mirror://gentoo/texlive-module-makecell.source-2019.tar.xz mirror://gentoo/texlive-module-makecmds.source-2019.tar.xz mirror://gentoo/texlive-module-makedtx.source-2019.tar.xz mirror://gentoo/texlive-module-mandi.source-2019.tar.xz mirror://gentoo/texlive-module-manfnt.source-2019.tar.xz mirror://gentoo/texlive-module-manuscript.source-2019.tar.xz mirror://gentoo/texlive-module-marginfit.source-2019.tar.xz mirror://gentoo/texlive-module-marginfix.source-2019.tar.xz mirror://gentoo/texlive-module-marginnote.source-2019.tar.xz mirror://gentoo/texlive-module-markdown.source-2019.tar.xz mirror://gentoo/texlive-module-mathastext.source-2019.tar.xz mirror://gentoo/texlive-module-mathexam.source-2019.tar.xz mirror://gentoo/texlive-module-mathfont.source-2019.tar.xz mirror://gentoo/texlive-module-mcaption.source-2019.tar.xz mirror://gentoo/texlive-module-mcite.source-2019.tar.xz mirror://gentoo/texlive-module-mdframed.source-2019.tar.xz mirror://gentoo/texlive-module-media9.source-2019.tar.xz mirror://gentoo/texlive-module-meetingmins.source-2019.tar.xz mirror://gentoo/texlive-module-memory.source-2019.tar.xz mirror://gentoo/texlive-module-menu.source-2019.tar.xz mirror://gentoo/texlive-module-menukeys.source-2019.tar.xz mirror://gentoo/texlive-module-metalogox.source-2019.tar.xz mirror://gentoo/texlive-module-method.source-2019.tar.xz mirror://gentoo/texlive-module-metre.source-2019.tar.xz mirror://gentoo/texlive-module-mfirstuc.source-2019.tar.xz mirror://gentoo/texlive-module-mftinc.source-2019.tar.xz mirror://gentoo/texlive-module-mi-solns.source-2019.tar.xz mirror://gentoo/texlive-module-minibox.source-2019.tar.xz mirror://gentoo/texlive-module-minidocument.source-2019.tar.xz mirror://gentoo/texlive-module-minifp.source-2019.tar.xz mirror://gentoo/texlive-module-minipage-marginpar.source-2019.tar.xz mirror://gentoo/texlive-module-minted.source-2019.tar.xz mirror://gentoo/texlive-module-minutes.source-2019.tar.xz mirror://gentoo/texlive-module-mlist.source-2019.tar.xz mirror://gentoo/texlive-module-mnotes.source-2019.tar.xz mirror://gentoo/texlive-module-moderntimeline.source-2019.tar.xz mirror://gentoo/texlive-module-modref.source-2019.tar.xz mirror://gentoo/texlive-module-modroman.source-2019.tar.xz mirror://gentoo/texlive-module-monofill.source-2019.tar.xz mirror://gentoo/texlive-module-moodle.source-2019.tar.xz mirror://gentoo/texlive-module-morefloats.source-2019.tar.xz mirror://gentoo/texlive-module-morehype.source-2019.tar.xz mirror://gentoo/texlive-module-moresize.source-2019.tar.xz mirror://gentoo/texlive-module-moreverb.source-2019.tar.xz mirror://gentoo/texlive-module-morewrites.source-2019.tar.xz mirror://gentoo/texlive-module-mparhack.source-2019.tar.xz mirror://gentoo/texlive-module-mpostinl.source-2019.tar.xz mirror://gentoo/texlive-module-msg.source-2019.tar.xz mirror://gentoo/texlive-module-mtgreek.source-2019.tar.xz mirror://gentoo/texlive-module-multiaudience.source-2019.tar.xz mirror://gentoo/texlive-module-multibbl.source-2019.tar.xz mirror://gentoo/texlive-module-multicap.source-2019.tar.xz mirror://gentoo/texlive-module-multicolrule.source-2019.tar.xz mirror://gentoo/texlive-module-multidef.source-2019.tar.xz mirror://gentoo/texlive-module-multienv.source-2019.tar.xz mirror://gentoo/texlive-module-multiexpand.source-2019.tar.xz mirror://gentoo/texlive-module-multilang.source-2019.tar.xz mirror://gentoo/texlive-module-multirow.source-2019.tar.xz mirror://gentoo/texlive-module-mversion.source-2019.tar.xz mirror://gentoo/texlive-module-mwe.source-2019.tar.xz mirror://gentoo/texlive-module-mycv.source-2019.tar.xz mirror://gentoo/texlive-module-mylatexformat.source-2019.tar.xz mirror://gentoo/texlive-module-nag.source-2019.tar.xz mirror://gentoo/texlive-module-nameauth.source-2019.tar.xz mirror://gentoo/texlive-module-namespc.source-2019.tar.xz mirror://gentoo/texlive-module-ncctools.source-2019.tar.xz mirror://gentoo/texlive-module-needspace.source-2019.tar.xz mirror://gentoo/texlive-module-newfile.source-2019.tar.xz mirror://gentoo/texlive-module-newlfm.source-2019.tar.xz mirror://gentoo/texlive-module-newspaper.source-2019.tar.xz mirror://gentoo/texlive-module-newunicodechar.source-2019.tar.xz mirror://gentoo/texlive-module-newvbtm.source-2019.tar.xz mirror://gentoo/texlive-module-newverbs.source-2019.tar.xz mirror://gentoo/texlive-module-nicefilelist.source-2019.tar.xz mirror://gentoo/texlive-module-niceframe.source-2019.tar.xz mirror://gentoo/texlive-module-nicetext.source-2019.tar.xz mirror://gentoo/texlive-module-nidanfloat.source-2019.tar.xz mirror://gentoo/texlive-module-noitcrul.source-2019.tar.xz mirror://gentoo/texlive-module-nomencl.source-2019.tar.xz mirror://gentoo/texlive-module-nomentbl.source-2019.tar.xz mirror://gentoo/texlive-module-nonfloat.source-2019.tar.xz mirror://gentoo/texlive-module-nonumonpart.source-2019.tar.xz mirror://gentoo/texlive-module-normalcolor.source-2019.tar.xz mirror://gentoo/texlive-module-notes.source-2019.tar.xz mirror://gentoo/texlive-module-notespages.source-2019.tar.xz mirror://gentoo/texlive-module-nowidow.source-2019.tar.xz mirror://gentoo/texlive-module-ntheorem.source-2019.tar.xz mirror://gentoo/texlive-module-numprint.source-2019.tar.xz mirror://gentoo/texlive-module-ocgx.source-2019.tar.xz mirror://gentoo/texlive-module-octavo.source-2019.tar.xz mirror://gentoo/texlive-module-oldstyle.source-2019.tar.xz mirror://gentoo/texlive-module-onlyamsmath.source-2019.tar.xz mirror://gentoo/texlive-module-opcit.source-2019.tar.xz mirror://gentoo/texlive-module-outlining.source-2019.tar.xz mirror://gentoo/texlive-module-overpic.source-2019.tar.xz mirror://gentoo/texlive-module-padcount.source-2019.tar.xz mirror://gentoo/texlive-module-pagecolor.source-2019.tar.xz mirror://gentoo/texlive-module-pagecont.source-2019.tar.xz mirror://gentoo/texlive-module-pagenote.source-2019.tar.xz mirror://gentoo/texlive-module-pageslts.source-2019.tar.xz mirror://gentoo/texlive-module-paper.source-2019.tar.xz mirror://gentoo/texlive-module-papercdcase.source-2019.tar.xz mirror://gentoo/texlive-module-papermas.source-2019.tar.xz mirror://gentoo/texlive-module-papertex.source-2019.tar.xz mirror://gentoo/texlive-module-paracol.source-2019.tar.xz mirror://gentoo/texlive-module-paralist.source-2019.tar.xz mirror://gentoo/texlive-module-paresse.source-2019.tar.xz mirror://gentoo/texlive-module-parselines.source-2019.tar.xz mirror://gentoo/texlive-module-patch.source-2019.tar.xz mirror://gentoo/texlive-module-patchcmd.source-2019.tar.xz mirror://gentoo/texlive-module-pauldoc.source-2019.tar.xz mirror://gentoo/texlive-module-pawpict.source-2019.tar.xz mirror://gentoo/texlive-module-pbox.source-2019.tar.xz mirror://gentoo/texlive-module-pbsheet.source-2019.tar.xz mirror://gentoo/texlive-module-pdf14.source-2019.tar.xz mirror://gentoo/texlive-module-pdfcprot.source-2019.tar.xz mirror://gentoo/texlive-module-pdfoverlay.source-2019.tar.xz mirror://gentoo/texlive-module-pdfpc-movie.source-2019.tar.xz mirror://gentoo/texlive-module-pdfprivacy.source-2019.tar.xz mirror://gentoo/texlive-module-pdfx.source-2019.tar.xz mirror://gentoo/texlive-module-perltex.source-2019.tar.xz mirror://gentoo/texlive-module-permute.source-2019.tar.xz mirror://gentoo/texlive-module-phffullpagefigure.source-2019.tar.xz mirror://gentoo/texlive-module-phfnote.source-2019.tar.xz mirror://gentoo/texlive-module-phfparen.source-2019.tar.xz mirror://gentoo/texlive-module-phfqit.source-2019.tar.xz mirror://gentoo/texlive-module-phfquotetext.source-2019.tar.xz mirror://gentoo/texlive-module-phfsvnwatermark.source-2019.tar.xz mirror://gentoo/texlive-module-phfthm.source-2019.tar.xz mirror://gentoo/texlive-module-photo.source-2019.tar.xz mirror://gentoo/texlive-module-plweb.source-2019.tar.xz mirror://gentoo/texlive-module-polynom.source-2019.tar.xz mirror://gentoo/texlive-module-polynomial.source-2019.tar.xz mirror://gentoo/texlive-module-polytable.source-2019.tar.xz mirror://gentoo/texlive-module-ppr-prv.source-2019.tar.xz mirror://gentoo/texlive-module-preprint.source-2019.tar.xz mirror://gentoo/texlive-module-pressrelease.source-2019.tar.xz mirror://gentoo/texlive-module-prettyref.source-2019.tar.xz mirror://gentoo/texlive-module-preview.source-2019.tar.xz mirror://gentoo/texlive-module-probsoln.source-2019.tar.xz mirror://gentoo/texlive-module-proofread.source-2019.tar.xz mirror://gentoo/texlive-module-protocol.source-2019.tar.xz mirror://gentoo/texlive-module-psfragx.source-2019.tar.xz mirror://gentoo/texlive-module-pxgreeks.source-2019.tar.xz mirror://gentoo/texlive-module-qcm.source-2019.tar.xz mirror://gentoo/texlive-module-qstest.source-2019.tar.xz mirror://gentoo/texlive-module-qsymbols.source-2019.tar.xz mirror://gentoo/texlive-module-quotchap.source-2019.tar.xz mirror://gentoo/texlive-module-quoting.source-2019.tar.xz mirror://gentoo/texlive-module-quotmark.source-2019.tar.xz mirror://gentoo/texlive-module-ran_toks.source-2019.tar.xz mirror://gentoo/texlive-module-rccol.source-2019.tar.xz mirror://gentoo/texlive-module-rcs-multi.source-2019.tar.xz mirror://gentoo/texlive-module-rcsinfo.source-2019.tar.xz mirror://gentoo/texlive-module-realboxes.source-2019.tar.xz mirror://gentoo/texlive-module-recipecard.source-2019.tar.xz mirror://gentoo/texlive-module-reflectgraphics.source-2019.tar.xz mirror://gentoo/texlive-module-refman.source-2019.tar.xz mirror://gentoo/texlive-module-refstyle.source-2019.tar.xz mirror://gentoo/texlive-module-regcount.source-2019.tar.xz mirror://gentoo/texlive-module-regexpatch.source-2019.tar.xz mirror://gentoo/texlive-module-register.source-2019.tar.xz mirror://gentoo/texlive-module-regstats.source-2019.tar.xz mirror://gentoo/texlive-module-relenc.source-2019.tar.xz mirror://gentoo/texlive-module-repltext.source-2019.tar.xz mirror://gentoo/texlive-module-rgltxdoc.source-2019.tar.xz mirror://gentoo/texlive-module-rjlparshap.source-2019.tar.xz mirror://gentoo/texlive-module-robustcommand.source-2019.tar.xz mirror://gentoo/texlive-module-romanbar.source-2019.tar.xz mirror://gentoo/texlive-module-romanbarpagenumber.source-2019.tar.xz mirror://gentoo/texlive-module-romannum.source-2019.tar.xz mirror://gentoo/texlive-module-rotfloat.source-2019.tar.xz mirror://gentoo/texlive-module-rtkinenc.source-2019.tar.xz mirror://gentoo/texlive-module-rulercompass.source-2019.tar.xz mirror://gentoo/texlive-module-sauerj.source-2019.tar.xz mirror://gentoo/texlive-module-savefnmark.source-2019.tar.xz mirror://gentoo/texlive-module-savetrees.source-2019.tar.xz mirror://gentoo/texlive-module-scale.source-2019.tar.xz mirror://gentoo/texlive-module-scalebar.source-2019.tar.xz mirror://gentoo/texlive-module-sectsty.source-2019.tar.xz mirror://gentoo/texlive-module-seealso.source-2019.tar.xz mirror://gentoo/texlive-module-semantic.source-2019.tar.xz mirror://gentoo/texlive-module-semioneside.source-2019.tar.xz mirror://gentoo/texlive-module-semproc.source-2019.tar.xz mirror://gentoo/texlive-module-seqsplit.source-2019.tar.xz mirror://gentoo/texlive-module-sesstime.source-2019.tar.xz mirror://gentoo/texlive-module-sf298.source-2019.tar.xz mirror://gentoo/texlive-module-sffms.source-2019.tar.xz mirror://gentoo/texlive-module-shdoc.source-2019.tar.xz mirror://gentoo/texlive-module-shorttoc.source-2019.tar.xz mirror://gentoo/texlive-module-show2e.source-2019.tar.xz mirror://gentoo/texlive-module-showcharinbox.source-2019.tar.xz mirror://gentoo/texlive-module-showexpl.source-2019.tar.xz mirror://gentoo/texlive-module-showlabels.source-2019.tar.xz mirror://gentoo/texlive-module-sidecap.source-2019.tar.xz mirror://gentoo/texlive-module-sidenotes.source-2019.tar.xz mirror://gentoo/texlive-module-silence.source-2019.tar.xz mirror://gentoo/texlive-module-simplecd.source-2019.tar.xz mirror://gentoo/texlive-module-simplecv.source-2019.tar.xz mirror://gentoo/texlive-module-sitem.source-2019.tar.xz mirror://gentoo/texlive-module-skb.source-2019.tar.xz mirror://gentoo/texlive-module-skdoc.source-2019.tar.xz mirror://gentoo/texlive-module-skrapport.source-2019.tar.xz mirror://gentoo/texlive-module-slantsc.source-2019.tar.xz mirror://gentoo/texlive-module-snapshot.source-2019.tar.xz mirror://gentoo/texlive-module-soul.source-2019.tar.xz mirror://gentoo/texlive-module-splitindex.source-2019.tar.xz mirror://gentoo/texlive-module-spot.source-2019.tar.xz mirror://gentoo/texlive-module-spverbatim.source-2019.tar.xz mirror://gentoo/texlive-module-srcltx.source-2019.tar.xz mirror://gentoo/texlive-module-sseq.source-2019.tar.xz mirror://gentoo/texlive-module-stack.source-2019.tar.xz mirror://gentoo/texlive-module-standalone.source-2019.tar.xz mirror://gentoo/texlive-module-stdclsdv.source-2019.tar.xz mirror://gentoo/texlive-module-stealcaps.source-2019.tar.xz mirror://gentoo/texlive-module-stdpage.source-2019.tar.xz mirror://gentoo/texlive-module-stex.source-2019.tar.xz mirror://gentoo/texlive-module-storebox.source-2019.tar.xz mirror://gentoo/texlive-module-stringstrings.source-2019.tar.xz mirror://gentoo/texlive-module-sttools.source-2019.tar.xz mirror://gentoo/texlive-module-subdepth.source-2019.tar.xz mirror://gentoo/texlive-module-subeqn.source-2019.tar.xz mirror://gentoo/texlive-module-subeqnarray.source-2019.tar.xz mirror://gentoo/texlive-module-subfigure.source-2019.tar.xz mirror://gentoo/texlive-module-subfiles.source-2019.tar.xz mirror://gentoo/texlive-module-subfloat.source-2019.tar.xz mirror://gentoo/texlive-module-supertabular.source-2019.tar.xz mirror://gentoo/texlive-module-svg.source-2019.tar.xz mirror://gentoo/texlive-module-svn.source-2019.tar.xz mirror://gentoo/texlive-module-svn-multi.source-2019.tar.xz mirror://gentoo/texlive-module-svn-prov.source-2019.tar.xz mirror://gentoo/texlive-module-syntrace.source-2019.tar.xz mirror://gentoo/texlive-module-synttree.source-2019.tar.xz mirror://gentoo/texlive-module-tabfigures.source-2019.tar.xz mirror://gentoo/texlive-module-tablefootnote.source-2019.tar.xz mirror://gentoo/texlive-module-tableof.source-2019.tar.xz mirror://gentoo/texlive-module-tablestyles.source-2019.tar.xz mirror://gentoo/texlive-module-tablists.source-2019.tar.xz mirror://gentoo/texlive-module-tablvar.source-2019.tar.xz mirror://gentoo/texlive-module-tabu.source-2019.tar.xz mirror://gentoo/texlive-module-tabularborder.source-2019.tar.xz mirror://gentoo/texlive-module-tabularew.source-2019.tar.xz mirror://gentoo/texlive-module-tabulary.source-2019.tar.xz mirror://gentoo/texlive-module-talk.source-2019.tar.xz mirror://gentoo/texlive-module-tcldoc.source-2019.tar.xz mirror://gentoo/texlive-module-ted.source-2019.tar.xz mirror://gentoo/texlive-module-templatetools.source-2019.tar.xz mirror://gentoo/texlive-module-termcal.source-2019.tar.xz mirror://gentoo/texlive-module-termlist.source-2019.tar.xz mirror://gentoo/texlive-module-testhyphens.source-2019.tar.xz mirror://gentoo/texlive-module-testidx.source-2019.tar.xz mirror://gentoo/texlive-module-tex-label.source-2019.tar.xz mirror://gentoo/texlive-module-tex-locale.source-2019.tar.xz mirror://gentoo/texlive-module-texmate.source-2019.tar.xz mirror://gentoo/texlive-module-texments.source-2019.tar.xz mirror://gentoo/texlive-module-texpower.source-2019.tar.xz mirror://gentoo/texlive-module-texshade.source-2019.tar.xz mirror://gentoo/texlive-module-texvc.source-2019.tar.xz mirror://gentoo/texlive-module-textfit.source-2019.tar.xz mirror://gentoo/texlive-module-textmerg.source-2019.tar.xz mirror://gentoo/texlive-module-textpos.source-2019.tar.xz mirror://gentoo/texlive-module-textualicomma.source-2019.tar.xz mirror://gentoo/texlive-module-thmtools.source-2019.tar.xz mirror://gentoo/texlive-module-threadcol.source-2019.tar.xz mirror://gentoo/texlive-module-thumb.source-2019.tar.xz mirror://gentoo/texlive-module-thumbs.source-2019.tar.xz mirror://gentoo/texlive-module-titling.source-2019.tar.xz mirror://gentoo/texlive-module-tocbibind.source-2019.tar.xz mirror://gentoo/texlive-module-tocdata.source-2019.tar.xz mirror://gentoo/texlive-module-tocloft.source-2019.tar.xz mirror://gentoo/texlive-module-tocvsec2.source-2019.tar.xz mirror://gentoo/texlive-module-todo.source-2019.tar.xz mirror://gentoo/texlive-module-todonotes.source-2019.tar.xz mirror://gentoo/texlive-module-toolbox.source-2019.tar.xz mirror://gentoo/texlive-module-totcount.source-2019.tar.xz mirror://gentoo/texlive-module-totpages.source-2019.tar.xz mirror://gentoo/texlive-module-trfsigns.source-2019.tar.xz mirror://gentoo/texlive-module-trimspaces.source-2019.tar.xz mirror://gentoo/texlive-module-trivfloat.source-2019.tar.xz mirror://gentoo/texlive-module-trsym.source-2019.tar.xz mirror://gentoo/texlive-module-tucv.source-2019.tar.xz mirror://gentoo/texlive-module-twoup.source-2019.tar.xz mirror://gentoo/texlive-module-txgreeks.source-2019.tar.xz mirror://gentoo/texlive-module-type1cm.source-2019.tar.xz mirror://gentoo/texlive-module-typed-checklist.source-2019.tar.xz mirror://gentoo/texlive-module-typeface.source-2019.tar.xz mirror://gentoo/texlive-module-typogrid.source-2019.tar.xz mirror://gentoo/texlive-module-umoline.source-2019.tar.xz mirror://gentoo/texlive-module-underlin.source-2019.tar.xz mirror://gentoo/texlive-module-undolabl.source-2019.tar.xz mirror://gentoo/texlive-module-units.source-2019.tar.xz mirror://gentoo/texlive-module-unravel.source-2019.tar.xz mirror://gentoo/texlive-module-upquote.source-2019.tar.xz mirror://gentoo/texlive-module-uri.source-2019.tar.xz mirror://gentoo/texlive-module-ushort.source-2019.tar.xz mirror://gentoo/texlive-module-varindex.source-2019.tar.xz mirror://gentoo/texlive-module-versonotes.source-2019.tar.xz mirror://gentoo/texlive-module-vgrid.source-2019.tar.xz mirror://gentoo/texlive-module-vmargin.source-2019.tar.xz mirror://gentoo/texlive-module-volumes.source-2019.tar.xz mirror://gentoo/texlive-module-vwcol.source-2019.tar.xz mirror://gentoo/texlive-module-warpcol.source-2019.tar.xz mirror://gentoo/texlive-module-was.source-2019.tar.xz mirror://gentoo/texlive-module-widetable.source-2019.tar.xz mirror://gentoo/texlive-module-widows-and-orphans.source-2019.tar.xz mirror://gentoo/texlive-module-wordlike.source-2019.tar.xz mirror://gentoo/texlive-module-xargs.source-2019.tar.xz mirror://gentoo/texlive-module-xbmks.source-2019.tar.xz mirror://gentoo/texlive-module-xcolor-material.source-2019.tar.xz mirror://gentoo/texlive-module-xcolor-solarized.source-2019.tar.xz mirror://gentoo/texlive-module-xcookybooky.source-2019.tar.xz mirror://gentoo/texlive-module-xcpdftips.source-2019.tar.xz mirror://gentoo/texlive-module-xdoc.source-2019.tar.xz mirror://gentoo/texlive-module-xellipsis.source-2019.tar.xz mirror://gentoo/texlive-module-xfor.source-2019.tar.xz mirror://gentoo/texlive-module-xint.source-2019.tar.xz mirror://gentoo/texlive-module-xmpincl.source-2019.tar.xz mirror://gentoo/texlive-module-xpatch.source-2019.tar.xz mirror://gentoo/texlive-module-xpeek.source-2019.tar.xz mirror://gentoo/texlive-module-xpunctuate.source-2019.tar.xz mirror://gentoo/texlive-module-xsavebox.source-2019.tar.xz mirror://gentoo/texlive-module-xtab.source-2019.tar.xz mirror://gentoo/texlive-module-yafoot.source-2019.tar.xz mirror://gentoo/texlive-module-yaletter.source-2019.tar.xz mirror://gentoo/texlive-module-yagusylo.source-2019.tar.xz mirror://gentoo/texlive-module-ydoc.source-2019.tar.xz ) _eclasses_=texlive-common 9e2ec6f6212b1eed3c02777654057d2b texlive-module 6eb4d8a3a8a9065875db0daec376bdfc -_md5_=aab6e85b1d8cef93c243d5f00212a17e +_md5_=a8a87a53611836b8d52e026b03b2ffc3 diff --git a/metadata/md5-cache/dev-util/Manifest.gz b/metadata/md5-cache/dev-util/Manifest.gz index 536e17832fa3..37c561d243d9 100644 Binary files a/metadata/md5-cache/dev-util/Manifest.gz and b/metadata/md5-cache/dev-util/Manifest.gz differ diff --git a/metadata/md5-cache/dev-util/buildbot-1.3.0 b/metadata/md5-cache/dev-util/buildbot-1.3.0 index 5c783f5064ce..0e985eb50013 100644 --- a/metadata/md5-cache/dev-util/buildbot-1.3.0 +++ b/metadata/md5-cache/dev-util/buildbot-1.3.0 @@ -4,11 +4,11 @@ DESCRIPTION=BuildBot build automation system EAPI=6 HOMEPAGE=https://buildbot.net/ https://github.com/buildbot/buildbot https://pypi.org/project/buildbot/ IUSE=crypt doc docker examples irc test python_targets_python2_7 python_targets_python3_5 python_targets_python3_6 -KEYWORDS=~amd64 +KEYWORDS=~amd64 ~amd64-linux ~x86-linux LICENSE=GPL-2 RDEPEND=>=dev-python/jinja-2.1[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] >=dev-python/twisted-17.9.0[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] >=dev-python/autobahn-0.16.0[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] >=dev-python/sqlalchemy-0.8[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] >=dev-python/sqlalchemy-migrate-0.9[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] dev-python/future[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] >=dev-python/python-dateutil-1.5[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] >=dev-python/txaio-2.2.2[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] dev-python/pyjwt[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] >=dev-python/zope-interface-4.1.1[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] ~dev-util/buildbot-worker-1.3.0[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] crypt? ( >=dev-python/twisted-17.9.0[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),crypt] >=dev-python/pyopenssl-16.0.0[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] dev-python/idna[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] dev-python/service_identity[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] ) irc? ( dev-python/txrequests[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] ) docker? ( >=dev-python/docker-py-2.2.0[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[sqlite] ) python_targets_python3_5? ( dev-lang/python:3.5[sqlite] ) python_targets_python3_6? ( dev-lang/python:3.6[sqlite] ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_5 python_targets_python3_6 ) SLOT=0 SRC_URI=mirror://pypi/b/buildbot/buildbot-1.3.0.tar.gz _eclasses_=distutils-r1 30044897f9a75ab6414bdb19aa3c07d4 multibuild 40fe59465edacd730c644ec2bc197809 multilib 1d91b03d42ab6308b5f4f6b598ed110e multiprocessing cac3169468f893670dac3e7cb940e045 python-r1 ce1cd23cfdc1848e8e32743efe34f299 python-utils-r1 08e17157a6807add7db1f8d01e7e391f readme.gentoo-r1 22ae82e140bdd95d17a34fd5fd733190 systemd 71fd8d2065d102753fb9e4d20eaf3e9f toolchain-funcs 8c7f9d80beedd16f2e5a7f612c609529 user e68863263b1e8611dacf381bec5c8b2b xdg-utils 14d00d009167652b1fa363e55effe213 -_md5_=5a69a001301ad5048d3bd829a1a59b00 +_md5_=99e5d7067198277a333f152fd185115c diff --git a/metadata/md5-cache/dev-util/buildbot-9999 b/metadata/md5-cache/dev-util/buildbot-9999 index b13c015adc33..3da6bd6d4115 100644 --- a/metadata/md5-cache/dev-util/buildbot-9999 +++ b/metadata/md5-cache/dev-util/buildbot-9999 @@ -9,4 +9,4 @@ RDEPEND=>=dev-python/jinja-2.1[python_targets_python2_7(-)?,python_targets_pytho REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_5 python_targets_python3_6 ) SLOT=0 _eclasses_=distutils-r1 30044897f9a75ab6414bdb19aa3c07d4 git-r3 0d4635eeb5a96cd5315597a47eba25c9 multibuild 40fe59465edacd730c644ec2bc197809 multilib 1d91b03d42ab6308b5f4f6b598ed110e multiprocessing cac3169468f893670dac3e7cb940e045 python-r1 ce1cd23cfdc1848e8e32743efe34f299 python-utils-r1 08e17157a6807add7db1f8d01e7e391f readme.gentoo-r1 22ae82e140bdd95d17a34fd5fd733190 systemd 71fd8d2065d102753fb9e4d20eaf3e9f toolchain-funcs 8c7f9d80beedd16f2e5a7f612c609529 user e68863263b1e8611dacf381bec5c8b2b xdg-utils 14d00d009167652b1fa363e55effe213 -_md5_=5a69a001301ad5048d3bd829a1a59b00 +_md5_=99e5d7067198277a333f152fd185115c diff --git a/metadata/md5-cache/dev-util/colm-0.13.0.5 b/metadata/md5-cache/dev-util/colm-0.13.0.5 index 209b4a915ff7..a0079be61b52 100644 --- a/metadata/md5-cache/dev-util/colm-0.13.0.5 +++ b/metadata/md5-cache/dev-util/colm-0.13.0.5 @@ -3,8 +3,8 @@ DEPEND=app-text/asciidoc DESCRIPTION=COmputer Language Manipulation EAPI=6 HOMEPAGE=https://www.colm.net/open-source/colm/ -KEYWORDS=~amd64 ~arm ~arm64 ~ia64 ~x86 +KEYWORDS=~amd64 ~arm ~arm64 ~ia64 ~x86 ~amd64-linux ~x86-linux LICENSE=GPL-2 SLOT=0 SRC_URI=https://www.colm.net/files/colm/colm-0.13.0.5.tar.gz -_md5_=b44d9107655ac576ba73e3608c2337f9 +_md5_=9827f68f8e1624fa79112b580db8238d diff --git a/metadata/md5-cache/dev-util/colm-0.13.0.6 b/metadata/md5-cache/dev-util/colm-0.13.0.6 index a5974e927c4a..d1c5b86ce4e3 100644 --- a/metadata/md5-cache/dev-util/colm-0.13.0.6 +++ b/metadata/md5-cache/dev-util/colm-0.13.0.6 @@ -3,8 +3,8 @@ DEPEND=app-text/asciidoc DESCRIPTION=COmputer Language Manipulation EAPI=6 HOMEPAGE=https://www.colm.net/open-source/colm/ -KEYWORDS=~amd64 ~arm ~arm64 ~ia64 ~x86 +KEYWORDS=~amd64 ~arm ~arm64 ~ia64 ~x86 ~amd64-linux ~x86-linux LICENSE=GPL-2 SLOT=0 SRC_URI=https://www.colm.net/files/colm/colm-0.13.0.6.tar.gz -_md5_=42824b35884ba30223a482ea549a4084 +_md5_=9827f68f8e1624fa79112b580db8238d diff --git a/metadata/md5-cache/dev-util/kdevelop-pg-qt-2.2.0 b/metadata/md5-cache/dev-util/kdevelop-pg-qt-2.2.0 index eb4ecc2e2ac0..58b27365e495 100644 --- a/metadata/md5-cache/dev-util/kdevelop-pg-qt-2.2.0 +++ b/metadata/md5-cache/dev-util/kdevelop-pg-qt-2.2.0 @@ -5,10 +5,10 @@ DESCRIPTION=LL(1) parser generator used mainly by KDevelop language plugins EAPI=7 HOMEPAGE=https://www.kdevelop.org/ IUSE=debug test -KEYWORDS=~amd64 ~x86 +KEYWORDS=amd64 ~x86 LICENSE=LGPL-2+ LGPL-2.1+ RDEPEND=>=kde-frameworks/kf-env-4 || ( >=kde-frameworks/breeze-icons-5.57.0:5 kde-frameworks/oxygen-icons:* ) >=dev-qt/qtcore-5.11.1:5 SLOT=5 SRC_URI=mirror://kde/stable/kdevelop-pg-qt/2.2.0/src/kdevelop-pg-qt-2.2.0.tar.xz _eclasses_=cmake-utils 959a7fda0dce63de9a4e73a22294d6ec eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic 7ba73aee7fe4462b3a745e3645ab92ca kde5 d3b1e4258b75eed0a5062295d1758b25 kde5-functions 2dbbfc21b2646d8a3418041b240656a9 multilib 1d91b03d42ab6308b5f4f6b598ed110e multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f toolchain-funcs 8c7f9d80beedd16f2e5a7f612c609529 virtualx 401b718cc14d43a5a7fbe062c4851ba5 xdg c7ba313ea1eaf266f95cc6235f7d6a07 xdg-utils 14d00d009167652b1fa363e55effe213 -_md5_=129fb5699dd20ed7308a61c1d0e3f74d +_md5_=c2a536b24fd62c340533a51e2dcb0de1 diff --git a/metadata/md5-cache/dev-util/meson-0.48.2 b/metadata/md5-cache/dev-util/meson-0.48.2 index 1b65d141041c..45a48523f18b 100644 --- a/metadata/md5-cache/dev-util/meson-0.48.2 +++ b/metadata/md5-cache/dev-util/meson-0.48.2 @@ -12,4 +12,4 @@ RESTRICT=!test? ( test ) SLOT=0 SRC_URI=mirror://pypi/m/meson/meson-0.48.2.tar.gz _eclasses_=distutils-r1 30044897f9a75ab6414bdb19aa3c07d4 multibuild 40fe59465edacd730c644ec2bc197809 multilib 1d91b03d42ab6308b5f4f6b598ed110e multiprocessing cac3169468f893670dac3e7cb940e045 python-r1 ce1cd23cfdc1848e8e32743efe34f299 python-utils-r1 08e17157a6807add7db1f8d01e7e391f toolchain-funcs 8c7f9d80beedd16f2e5a7f612c609529 xdg-utils 14d00d009167652b1fa363e55effe213 -_md5_=bf216b5ec6766563dd94074feb7641b3 +_md5_=7ba9febd5b2b62f858c5b72e2b9fe455 diff --git a/metadata/md5-cache/dev-util/meson-0.49.2 b/metadata/md5-cache/dev-util/meson-0.49.2 index 33327a27cf44..c96b23d9bc4e 100644 --- a/metadata/md5-cache/dev-util/meson-0.49.2 +++ b/metadata/md5-cache/dev-util/meson-0.49.2 @@ -12,4 +12,4 @@ RESTRICT=!test? ( test ) SLOT=0 SRC_URI=mirror://pypi/m/meson/meson-0.49.2.tar.gz _eclasses_=distutils-r1 30044897f9a75ab6414bdb19aa3c07d4 multibuild 40fe59465edacd730c644ec2bc197809 multilib 1d91b03d42ab6308b5f4f6b598ed110e multiprocessing cac3169468f893670dac3e7cb940e045 python-r1 ce1cd23cfdc1848e8e32743efe34f299 python-utils-r1 08e17157a6807add7db1f8d01e7e391f toolchain-funcs 8c7f9d80beedd16f2e5a7f612c609529 xdg-utils 14d00d009167652b1fa363e55effe213 -_md5_=82963102a5abafcfa45ded700f26f04d +_md5_=a1c31ab1f37b181d82522ede0d6da279 diff --git a/metadata/md5-cache/dev-util/meson-0.50.1 b/metadata/md5-cache/dev-util/meson-0.50.1 index da44d42e5512..a0e4accbf6f9 100644 --- a/metadata/md5-cache/dev-util/meson-0.50.1 +++ b/metadata/md5-cache/dev-util/meson-0.50.1 @@ -13,4 +13,4 @@ RESTRICT=!test? ( test ) SLOT=0 SRC_URI=mirror://pypi/m/meson/meson-0.50.1.tar.gz _eclasses_=distutils-r1 30044897f9a75ab6414bdb19aa3c07d4 multibuild 40fe59465edacd730c644ec2bc197809 multilib 1d91b03d42ab6308b5f4f6b598ed110e multiprocessing cac3169468f893670dac3e7cb940e045 python-r1 ce1cd23cfdc1848e8e32743efe34f299 python-utils-r1 08e17157a6807add7db1f8d01e7e391f toolchain-funcs 8c7f9d80beedd16f2e5a7f612c609529 -_md5_=656f49999c685f5ed81ecdefa999bbfd +_md5_=1e43278e4f8655e942cc954d44a56ca8 diff --git a/metadata/md5-cache/dev-util/meson-9999 b/metadata/md5-cache/dev-util/meson-9999 index 284ba2939d7f..dd19371f6103 100644 --- a/metadata/md5-cache/dev-util/meson-9999 +++ b/metadata/md5-cache/dev-util/meson-9999 @@ -11,4 +11,4 @@ REQUIRED_USE=|| ( python_targets_python3_5 python_targets_python3_6 python_targe RESTRICT=!test? ( test ) SLOT=0 _eclasses_=distutils-r1 30044897f9a75ab6414bdb19aa3c07d4 git-r3 0d4635eeb5a96cd5315597a47eba25c9 multibuild 40fe59465edacd730c644ec2bc197809 multilib 1d91b03d42ab6308b5f4f6b598ed110e multiprocessing cac3169468f893670dac3e7cb940e045 python-r1 ce1cd23cfdc1848e8e32743efe34f299 python-utils-r1 08e17157a6807add7db1f8d01e7e391f toolchain-funcs 8c7f9d80beedd16f2e5a7f612c609529 -_md5_=9860e9b3c1b78d97bb4ca92f06bba041 +_md5_=9216d906a3629c2323f2d3e0ee09e97f diff --git a/metadata/md5-cache/dev-util/nvidia-cuda-toolkit-10.1.168 b/metadata/md5-cache/dev-util/nvidia-cuda-toolkit-10.1.168 new file mode 100644 index 000000000000..b2e9fe79cfb6 --- /dev/null +++ b/metadata/md5-cache/dev-util/nvidia-cuda-toolkit-10.1.168 @@ -0,0 +1,12 @@ +DEFINED_PHASES=install postinst prepare pretend setup unpack +DESCRIPTION=NVIDIA CUDA Toolkit (compiler and friends) +EAPI=7 +HOMEPAGE=https://developer.nvidia.com/cuda-zone +IUSE=debugger doc eclipse profiler +KEYWORDS=-* ~amd64 ~amd64-linux +LICENSE=NVIDIA-CUDA +RDEPEND==x11-drivers/nvidia-drivers-396.24[X,uvm] debugger? ( sys-libs/libtermcap-compat sys-libs/ncurses:5/5[tinfo] ) eclipse? ( >=virtual/jre-1.6 ) profiler? ( >=virtual/jre-1.6 ) +SLOT=0/10.1.168 +SRC_URI=https://developer.nvidia.com/compute/cuda/10.1/Prod/local_installers/cuda_10.1.168_418.67_linux.run -> cuda_10.1.168_418.67_linux.run +_eclasses_=check-reqs 2c6f909675083dce8430b648bf737cb0 cuda bb861e5221b7272ac90c2f12791c1e66 eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic 7ba73aee7fe4462b3a745e3645ab92ca multilib 1d91b03d42ab6308b5f4f6b598ed110e toolchain-funcs 8c7f9d80beedd16f2e5a7f612c609529 unpacker 3cd8bad0d31e525cd26be1bfa4e61631 +_md5_=74841bab68699b6a46ba8f8e2759e634 diff --git a/metadata/md5-cache/dev-util/promu-0.3.0 b/metadata/md5-cache/dev-util/promu-0.3.0 index 3f30f69d5dd9..8ea5b0c19780 100644 --- a/metadata/md5-cache/dev-util/promu-0.3.0 +++ b/metadata/md5-cache/dev-util/promu-0.3.0 @@ -9,4 +9,4 @@ RESTRICT=strip SLOT=0 SRC_URI=https://github.com/prometheus/promu/archive/v0.3.0.tar.gz -> promu-0.3.0.tar.gz _eclasses_=golang-base c57d2c3f9e1a02d0feb8b87c7b689892 golang-build dc25bafa8fc1305a4de66a0a448472e7 golang-vcs-snapshot 12177e83bede6f7fb87eae383864b40b -_md5_=d97bd529bbb16ff9047194c96186b091 +_md5_=9253fe990cba675bde3ce5ac0b30015c diff --git a/metadata/md5-cache/dev-util/radare2-3.6.0 b/metadata/md5-cache/dev-util/radare2-3.6.0 new file mode 100644 index 000000000000..4c41528d2f85 --- /dev/null +++ b/metadata/md5-cache/dev-util/radare2-3.6.0 @@ -0,0 +1,14 @@ +BDEPEND=virtual/pkgconfig +DEFINED_PHASES=configure install +DEPEND=dev-libs/capstone:0= ssl? ( !libressl? ( dev-libs/openssl:0= ) libressl? ( dev-libs/libressl:0= ) ) +DESCRIPTION=unix-like reverse engineering framework and commandline tools +EAPI=7 +HOMEPAGE=http://www.radare.org +IUSE=ssl libressl +KEYWORDS=~amd64 ~arm ~arm64 ~x86 +LICENSE=GPL-2 +RDEPEND=dev-libs/capstone:0= ssl? ( !libressl? ( dev-libs/openssl:0= ) libressl? ( dev-libs/libressl:0= ) ) +SLOT=0 +SRC_URI=https://github.com/radare/radare2/archive/3.6.0.tar.gz -> radare2-3.6.0.tar.gz +_eclasses_=bash-completion-r1 47a7402d95930413ce25ba8d857339bb eutils 6e6c2737b59a4b982de6fb3ecefd87f8 multilib 1d91b03d42ab6308b5f4f6b598ed110e toolchain-funcs 8c7f9d80beedd16f2e5a7f612c609529 +_md5_=03da0005c00178b3a42dc03ca101b4fc diff --git a/metadata/md5-cache/dev-util/ragel-7.0.0.10-r1 b/metadata/md5-cache/dev-util/ragel-7.0.0.10-r1 index 98d0447d2018..cd31862f2f1b 100644 --- a/metadata/md5-cache/dev-util/ragel-7.0.0.10-r1 +++ b/metadata/md5-cache/dev-util/ragel-7.0.0.10-r1 @@ -4,10 +4,10 @@ DESCRIPTION=Compiles finite state machines from regular languages into executabl EAPI=6 HOMEPAGE=https://www.colm.net/open-source/ragel/ IUSE=vim-syntax -KEYWORDS=~amd64 ~arm ~arm64 ~ia64 ~x86 +KEYWORDS=~amd64 ~arm ~arm64 ~ia64 ~x86 ~amd64-linux ~x86-linux LICENSE=GPL-2 RDEPEND=~dev-util/colm-0.13.0.5 SLOT=0 SRC_URI=https://www.colm.net/files/ragel/ragel-7.0.0.10.tar.gz _eclasses_=autotools 1bf086cdd7356f5c9a4acd9727bd2065 libtool f143db5a74ccd9ca28c1234deffede96 multilib 1d91b03d42ab6308b5f4f6b598ed110e toolchain-funcs 8c7f9d80beedd16f2e5a7f612c609529 -_md5_=48fcb4b3b25d43f54b79d4ac07297671 +_md5_=70d2552951ad3bd9df0ab40d14c5aa7f diff --git a/metadata/md5-cache/dev-vcs/Manifest.gz b/metadata/md5-cache/dev-vcs/Manifest.gz index 2d7ae4411fe8..8186c70e18c3 100644 Binary files a/metadata/md5-cache/dev-vcs/Manifest.gz and b/metadata/md5-cache/dev-vcs/Manifest.gz differ diff --git a/metadata/md5-cache/dev-vcs/git-lfs-2.7.2 b/metadata/md5-cache/dev-vcs/git-lfs-2.7.2 index 9772855fe21a..98310ff2845e 100644 --- a/metadata/md5-cache/dev-vcs/git-lfs-2.7.2 +++ b/metadata/md5-cache/dev-vcs/git-lfs-2.7.2 @@ -4,11 +4,11 @@ DESCRIPTION=command line extension and specification for managing large files wi EAPI=6 HOMEPAGE=https://git-lfs.github.com/ IUSE=+doc -KEYWORDS=~amd64 +KEYWORDS=~amd64 ~amd64-linux ~x86-linux LICENSE=MIT BSD BSD-2 BSD-4 Apache-2.0 RDEPEND=dev-vcs/git RESTRICT=strip SLOT=0 SRC_URI=https://github.com/git-lfs/git-lfs/archive/v2.7.2.tar.gz -> git-lfs-2.7.2.tar.gz _eclasses_=golang-base c57d2c3f9e1a02d0feb8b87c7b689892 golang-build dc25bafa8fc1305a4de66a0a448472e7 golang-vcs-snapshot 12177e83bede6f7fb87eae383864b40b -_md5_=8e044e27a6ce845d02ee0221ebdb5a9e +_md5_=520c957b2204d821967968296ccc283d diff --git a/metadata/md5-cache/dev-vcs/git-lfs-9999 b/metadata/md5-cache/dev-vcs/git-lfs-9999 index 72029fe60879..183d6ef82462 100644 --- a/metadata/md5-cache/dev-vcs/git-lfs-9999 +++ b/metadata/md5-cache/dev-vcs/git-lfs-9999 @@ -9,4 +9,4 @@ RDEPEND=dev-vcs/git RESTRICT=strip SLOT=0 _eclasses_=desktop b1d22ac8bdd4679ab79c71aca235009d epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 golang-base c57d2c3f9e1a02d0feb8b87c7b689892 golang-build dc25bafa8fc1305a4de66a0a448472e7 golang-vcs 8a25f35316654b44cae8d63717b1bf36 ltprune 2729691420b6deeda2a90b1f1183fb55 multilib 1d91b03d42ab6308b5f4f6b598ed110e preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs 8c7f9d80beedd16f2e5a7f612c609529 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf -_md5_=4e47233237c7eb8cfa491de168932f0f +_md5_=45f61e09011fd5cb19ac80812d12d132 diff --git a/metadata/md5-cache/games-fps/Manifest.gz b/metadata/md5-cache/games-fps/Manifest.gz index 8640fba63a70..3d469b9f662b 100644 Binary files a/metadata/md5-cache/games-fps/Manifest.gz and b/metadata/md5-cache/games-fps/Manifest.gz differ diff --git a/metadata/md5-cache/games-fps/freedm-0.11.3 b/metadata/md5-cache/games-fps/freedm-0.11.3 index f60dbfe4ccfa..9040dbc15a10 100644 --- a/metadata/md5-cache/games-fps/freedm-0.11.3 +++ b/metadata/md5-cache/games-fps/freedm-0.11.3 @@ -4,6 +4,6 @@ EAPI=7 HOMEPAGE=https://freedoom.github.io KEYWORDS=~amd64 ~x86 LICENSE=BSD -RDEPEND=~games-fps/freedm-data-0.11.3 || ( games-fps/gzdoom games-engines/odamex games-fps/doomsday ) +RDEPEND=~games-fps/freedm-data-0.11.3 || ( games-fps/gzdoom games-engines/odamex games-fps/doomsday games-fps/prboom-plus ) SLOT=0 -_md5_=40593df3903eada46f097d787cc96943 +_md5_=d591123d902aae745c7827dd619dbfb1 diff --git a/metadata/md5-cache/games-fps/freedoom-0.11.3-r1 b/metadata/md5-cache/games-fps/freedoom-0.11.3-r1 index 7a18ba1b57a7..62648aacb75d 100644 --- a/metadata/md5-cache/games-fps/freedoom-0.11.3-r1 +++ b/metadata/md5-cache/games-fps/freedoom-0.11.3-r1 @@ -4,6 +4,6 @@ EAPI=7 HOMEPAGE=https://freedoom.github.io KEYWORDS=~amd64 ~x86 LICENSE=BSD -RDEPEND=~games-fps/freedoom-data-0.11.3 || ( games-fps/gzdoom games-engines/odamex games-fps/doomsday ) +RDEPEND=~games-fps/freedoom-data-0.11.3 || ( games-fps/gzdoom games-engines/odamex games-fps/doomsday games-fps/prboom-plus ) SLOT=0 -_md5_=de0b4a429d6016d029d29a5b9893b567 +_md5_=2a382610f05767d2620b1a064bee5eba diff --git a/metadata/md5-cache/games-fps/prboom-2.5.0-r1 b/metadata/md5-cache/games-fps/prboom-2.5.0-r1 deleted file mode 100644 index 8c4a3f2dc901..000000000000 --- a/metadata/md5-cache/games-fps/prboom-2.5.0-r1 +++ /dev/null @@ -1,12 +0,0 @@ -DEFINED_PHASES=configure install postinst prepare -DEPEND=media-libs/libsdl[joystick,video] media-libs/sdl-mixer media-libs/sdl-net !=app-portage/elt-patches-20170815 !=sys-devel/automake-1.16.1:1.16 >=sys-devel/automake-1.15.1:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 +DEFINED_PHASES=configure install postinst postrm preinst prepare +DEPEND=media-libs/libsdl[opengl?,joystick,sound,video] dumb? ( media-libs/dumb ) fluidsynth? ( media-sound/fluidsynth:= ) mad? ( media-libs/libmad ) net? ( media-libs/sdl-net ) sdl-image? ( media-libs/sdl-image ) pcre? ( dev-libs/libpcre:3 ) png? ( media-libs/libpng:0= ) portmidi? ( media-libs/portmidi ) sdl-mixer? ( media-libs/sdl-mixer[midi] ) vorbis? ( media-libs/libvorbis ) dev-util/desktop-file-utils x11-misc/shared-mime-info +DESCRIPTION=A Doom source port developed from the original PrBoom project +EAPI=7 +HOMEPAGE=https://prboom-plus.sourceforge.net +IUSE=dumb fluidsynth mad net nonfree +opengl pcre +png portmidi sdl-image +sdl-mixer vorbis +KEYWORDS=~amd64 ~x86 +LICENSE=GPL-2+ nonfree? ( freedist ) !nonfree? ( BSD ) +RDEPEND=media-libs/libsdl[opengl?,joystick,sound,video] dumb? ( media-libs/dumb ) fluidsynth? ( media-sound/fluidsynth:= ) mad? ( media-libs/libmad ) net? ( media-libs/sdl-net ) sdl-image? ( media-libs/sdl-image ) pcre? ( dev-libs/libpcre:3 ) png? ( media-libs/libpng:0= ) portmidi? ( media-libs/portmidi ) sdl-mixer? ( media-libs/sdl-mixer[midi] ) vorbis? ( media-libs/libvorbis ) +REQUIRED_USE=sdl-image? ( opengl ) +SLOT=0 +SRC_URI=https://github.com/coelckers/prboom-plus/archive/f96f891d068dcc5ec52ed91056b46d27e9a8462d.tar.gz -> prboom-plus-2.5.1.4.tar.gz +_eclasses_=autotools 1bf086cdd7356f5c9a4acd9727bd2065 desktop b1d22ac8bdd4679ab79c71aca235009d libtool f143db5a74ccd9ca28c1234deffede96 multilib 1d91b03d42ab6308b5f4f6b598ed110e toolchain-funcs 8c7f9d80beedd16f2e5a7f612c609529 xdg c7ba313ea1eaf266f95cc6235f7d6a07 xdg-utils 14d00d009167652b1fa363e55effe213 +_md5_=2e76d90bf994b75e37ee79d63c450619 diff --git a/metadata/md5-cache/kde-plasma/Manifest.gz b/metadata/md5-cache/kde-plasma/Manifest.gz index 87e14777167e..c3955952c28f 100644 Binary files a/metadata/md5-cache/kde-plasma/Manifest.gz and b/metadata/md5-cache/kde-plasma/Manifest.gz differ diff --git a/metadata/md5-cache/kde-plasma/bluedevil-5.16.1 b/metadata/md5-cache/kde-plasma/bluedevil-5.16.2 similarity index 94% rename from metadata/md5-cache/kde-plasma/bluedevil-5.16.1 rename to metadata/md5-cache/kde-plasma/bluedevil-5.16.2 index 920f60bb47c2..b0c0ccdd74b8 100644 --- a/metadata/md5-cache/kde-plasma/bluedevil-5.16.1 +++ b/metadata/md5-cache/kde-plasma/bluedevil-5.16.2 @@ -7,8 +7,8 @@ HOMEPAGE=https://cgit.kde.org/bluedevil.git IUSE=debug KEYWORDS=~amd64 ~arm ~arm64 ~x86 LICENSE=GPL-2 -RDEPEND=>=kde-frameworks/bluez-qt-5.58.0:5 >=kde-frameworks/kconfig-5.58.0:5 >=kde-frameworks/kconfigwidgets-5.58.0:5 >=kde-frameworks/kcoreaddons-5.58.0:5 >=kde-frameworks/kded-5.58.0:5 >=kde-frameworks/kdbusaddons-5.58.0:5 >=kde-frameworks/ki18n-5.58.0:5 >=kde-frameworks/kiconthemes-5.58.0:5 >=kde-frameworks/kio-5.58.0:5 >=kde-frameworks/knotifications-5.58.0:5 >=kde-frameworks/kwidgetsaddons-5.58.0:5 >=kde-frameworks/kwindowsystem-5.58.0:5 >=kde-frameworks/plasma-5.58.0:5 >=dev-qt/qtdbus-5.12.3:5 >=dev-qt/qtdeclarative-5.12.3:5 >=dev-qt/qtgui-5.12.3:5 >=dev-qt/qtwidgets-5.12.3:5 >=kde-plasma/kde-cli-tools-5.16.1:5 >=kde-frameworks/kf-env-4 || ( >=kde-frameworks/breeze-icons-5.58.0:5 kde-frameworks/oxygen-icons:* ) >=dev-qt/qtcore-5.12.3:5 +RDEPEND=>=kde-frameworks/bluez-qt-5.58.0:5 >=kde-frameworks/kconfig-5.58.0:5 >=kde-frameworks/kconfigwidgets-5.58.0:5 >=kde-frameworks/kcoreaddons-5.58.0:5 >=kde-frameworks/kded-5.58.0:5 >=kde-frameworks/kdbusaddons-5.58.0:5 >=kde-frameworks/ki18n-5.58.0:5 >=kde-frameworks/kiconthemes-5.58.0:5 >=kde-frameworks/kio-5.58.0:5 >=kde-frameworks/knotifications-5.58.0:5 >=kde-frameworks/kwidgetsaddons-5.58.0:5 >=kde-frameworks/kwindowsystem-5.58.0:5 >=kde-frameworks/plasma-5.58.0:5 >=dev-qt/qtdbus-5.12.3:5 >=dev-qt/qtdeclarative-5.12.3:5 >=dev-qt/qtgui-5.12.3:5 >=dev-qt/qtwidgets-5.12.3:5 >=kde-plasma/kde-cli-tools-5.16.2:5 >=kde-frameworks/kf-env-4 || ( >=kde-frameworks/breeze-icons-5.58.0:5 kde-frameworks/oxygen-icons:* ) >=dev-qt/qtcore-5.12.3:5 SLOT=5 -SRC_URI=mirror://kde/stable/plasma/5.16.1/bluedevil-5.16.1.tar.xz +SRC_URI=mirror://kde/stable/plasma/5.16.2/bluedevil-5.16.2.tar.xz _eclasses_=cmake-utils 959a7fda0dce63de9a4e73a22294d6ec eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic 7ba73aee7fe4462b3a745e3645ab92ca kde5 d3b1e4258b75eed0a5062295d1758b25 kde5-functions 2dbbfc21b2646d8a3418041b240656a9 multilib 1d91b03d42ab6308b5f4f6b598ed110e multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f toolchain-funcs 8c7f9d80beedd16f2e5a7f612c609529 virtualx 401b718cc14d43a5a7fbe062c4851ba5 xdg c7ba313ea1eaf266f95cc6235f7d6a07 xdg-utils 14d00d009167652b1fa363e55effe213 _md5_=782dec248c87f9c5ade54a841a6573d2 diff --git a/metadata/md5-cache/kde-plasma/breeze-5.16.1 b/metadata/md5-cache/kde-plasma/breeze-5.16.2 similarity index 91% rename from metadata/md5-cache/kde-plasma/breeze-5.16.1 rename to metadata/md5-cache/kde-plasma/breeze-5.16.2 index 91f899997360..50d901ba2559 100644 --- a/metadata/md5-cache/kde-plasma/breeze-5.16.1 +++ b/metadata/md5-cache/kde-plasma/breeze-5.16.2 @@ -1,15 +1,15 @@ BDEPEND=dev-util/ninja >=dev-util/cmake-3.9.6 >=kde-frameworks/extra-cmake-modules-5.58.0:5 DEFINED_PHASES=compile configure install nofetch postinst postrm preinst prepare setup test unpack -DEPEND=>=kde-frameworks/frameworkintegration-5.58.0:5 >=kde-frameworks/kcmutils-5.58.0:5 >=kde-frameworks/kconfig-5.58.0:5 >=kde-frameworks/kconfigwidgets-5.58.0:5 >=kde-frameworks/kcoreaddons-5.58.0:5 >=kde-frameworks/kguiaddons-5.58.0:5 >=kde-frameworks/ki18n-5.58.0:5 >=kde-frameworks/kwidgetsaddons-5.58.0:5 >=kde-frameworks/kwindowsystem-5.58.0:5 >=kde-plasma/kdecoration-5.16.1:5 >=dev-qt/qtdbus-5.12.3:5 >=dev-qt/qtdeclarative-5.12.3:5 >=dev-qt/qtgui-5.12.3:5 >=dev-qt/qtwidgets-5.12.3:5 sci-libs/fftw:3.0= wayland? ( >=kde-frameworks/kwayland-5.58.0:5 ) X? ( >=dev-qt/qtx11extras-5.12.3:5 x11-libs/libxcb ) >=kde-frameworks/kpackage-5.58.0:5 dev-util/desktop-file-utils x11-misc/shared-mime-info >=dev-qt/qtcore-5.12.3:5 dev-util/desktop-file-utils +DEPEND=>=kde-frameworks/frameworkintegration-5.58.0:5 >=kde-frameworks/kcmutils-5.58.0:5 >=kde-frameworks/kconfig-5.58.0:5 >=kde-frameworks/kconfigwidgets-5.58.0:5 >=kde-frameworks/kcoreaddons-5.58.0:5 >=kde-frameworks/kguiaddons-5.58.0:5 >=kde-frameworks/ki18n-5.58.0:5 >=kde-frameworks/kwidgetsaddons-5.58.0:5 >=kde-frameworks/kwindowsystem-5.58.0:5 >=kde-plasma/kdecoration-5.16.2:5 >=dev-qt/qtdbus-5.12.3:5 >=dev-qt/qtdeclarative-5.12.3:5 >=dev-qt/qtgui-5.12.3:5 >=dev-qt/qtwidgets-5.12.3:5 sci-libs/fftw:3.0= wayland? ( >=kde-frameworks/kwayland-5.58.0:5 ) X? ( >=dev-qt/qtx11extras-5.12.3:5 x11-libs/libxcb ) >=kde-frameworks/kpackage-5.58.0:5 dev-util/desktop-file-utils x11-misc/shared-mime-info >=dev-qt/qtcore-5.12.3:5 dev-util/desktop-file-utils DESCRIPTION=Breeze visual style for the Plasma desktop EAPI=7 HOMEPAGE=https://cgit.kde.org/breeze.git IUSE=wayland X debug KEYWORDS=~amd64 ~arm ~arm64 ~x86 LICENSE=GPL-2 -PDEPEND=>=kde-frameworks/breeze-icons-5.58.0:5 >=kde-plasma/kde-cli-tools-5.16.1:5 -RDEPEND=>=kde-frameworks/frameworkintegration-5.58.0:5 >=kde-frameworks/kcmutils-5.58.0:5 >=kde-frameworks/kconfig-5.58.0:5 >=kde-frameworks/kconfigwidgets-5.58.0:5 >=kde-frameworks/kcoreaddons-5.58.0:5 >=kde-frameworks/kguiaddons-5.58.0:5 >=kde-frameworks/ki18n-5.58.0:5 >=kde-frameworks/kwidgetsaddons-5.58.0:5 >=kde-frameworks/kwindowsystem-5.58.0:5 >=kde-plasma/kdecoration-5.16.1:5 >=dev-qt/qtdbus-5.12.3:5 >=dev-qt/qtdeclarative-5.12.3:5 >=dev-qt/qtgui-5.12.3:5 >=dev-qt/qtwidgets-5.12.3:5 sci-libs/fftw:3.0= wayland? ( >=kde-frameworks/kwayland-5.58.0:5 ) X? ( >=dev-qt/qtx11extras-5.12.3:5 x11-libs/libxcb ) >=kde-frameworks/kf-env-4 || ( >=kde-frameworks/breeze-icons-5.58.0:5 kde-frameworks/oxygen-icons:* ) >=dev-qt/qtcore-5.12.3:5 +PDEPEND=>=kde-frameworks/breeze-icons-5.58.0:5 >=kde-plasma/kde-cli-tools-5.16.2:5 +RDEPEND=>=kde-frameworks/frameworkintegration-5.58.0:5 >=kde-frameworks/kcmutils-5.58.0:5 >=kde-frameworks/kconfig-5.58.0:5 >=kde-frameworks/kconfigwidgets-5.58.0:5 >=kde-frameworks/kcoreaddons-5.58.0:5 >=kde-frameworks/kguiaddons-5.58.0:5 >=kde-frameworks/ki18n-5.58.0:5 >=kde-frameworks/kwidgetsaddons-5.58.0:5 >=kde-frameworks/kwindowsystem-5.58.0:5 >=kde-plasma/kdecoration-5.16.2:5 >=dev-qt/qtdbus-5.12.3:5 >=dev-qt/qtdeclarative-5.12.3:5 >=dev-qt/qtgui-5.12.3:5 >=dev-qt/qtwidgets-5.12.3:5 sci-libs/fftw:3.0= wayland? ( >=kde-frameworks/kwayland-5.58.0:5 ) X? ( >=dev-qt/qtx11extras-5.12.3:5 x11-libs/libxcb ) >=kde-frameworks/kf-env-4 || ( >=kde-frameworks/breeze-icons-5.58.0:5 kde-frameworks/oxygen-icons:* ) >=dev-qt/qtcore-5.12.3:5 SLOT=5 -SRC_URI=mirror://kde/stable/plasma/5.16.1/breeze-5.16.1.tar.xz +SRC_URI=mirror://kde/stable/plasma/5.16.2/breeze-5.16.2.tar.xz _eclasses_=cmake-utils 959a7fda0dce63de9a4e73a22294d6ec eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic 7ba73aee7fe4462b3a745e3645ab92ca kde5 d3b1e4258b75eed0a5062295d1758b25 kde5-functions 2dbbfc21b2646d8a3418041b240656a9 multilib 1d91b03d42ab6308b5f4f6b598ed110e multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f toolchain-funcs 8c7f9d80beedd16f2e5a7f612c609529 virtualx 401b718cc14d43a5a7fbe062c4851ba5 xdg c7ba313ea1eaf266f95cc6235f7d6a07 xdg-utils 14d00d009167652b1fa363e55effe213 _md5_=5ea5a0fdc4f698843de4e13e567b2328 diff --git a/metadata/md5-cache/kde-plasma/breeze-grub-5.16.1 b/metadata/md5-cache/kde-plasma/breeze-grub-5.16.2 similarity index 93% rename from metadata/md5-cache/kde-plasma/breeze-grub-5.16.1 rename to metadata/md5-cache/kde-plasma/breeze-grub-5.16.2 index 673d95b0def4..cc7c59312df8 100644 --- a/metadata/md5-cache/kde-plasma/breeze-grub-5.16.1 +++ b/metadata/md5-cache/kde-plasma/breeze-grub-5.16.2 @@ -7,6 +7,6 @@ HOMEPAGE=https://kde.org/ KEYWORDS=~amd64 ~arm ~arm64 ~x86 LICENSE=GPL-3+ SLOT=5 -SRC_URI=mirror://kde/stable/plasma/5.16.1/breeze-grub-5.16.1.tar.xz +SRC_URI=mirror://kde/stable/plasma/5.16.2/breeze-grub-5.16.2.tar.xz _eclasses_=cmake-utils 959a7fda0dce63de9a4e73a22294d6ec eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic 7ba73aee7fe4462b3a745e3645ab92ca kde5 d3b1e4258b75eed0a5062295d1758b25 kde5-functions 2dbbfc21b2646d8a3418041b240656a9 multilib 1d91b03d42ab6308b5f4f6b598ed110e multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f toolchain-funcs 8c7f9d80beedd16f2e5a7f612c609529 virtualx 401b718cc14d43a5a7fbe062c4851ba5 xdg c7ba313ea1eaf266f95cc6235f7d6a07 xdg-utils 14d00d009167652b1fa363e55effe213 _md5_=c1397ee150e575dfdf9715d37001416e diff --git a/metadata/md5-cache/kde-plasma/breeze-gtk-5.16.1 b/metadata/md5-cache/kde-plasma/breeze-gtk-5.16.2 similarity index 92% rename from metadata/md5-cache/kde-plasma/breeze-gtk-5.16.1 rename to metadata/md5-cache/kde-plasma/breeze-gtk-5.16.2 index 347b036c53b0..32c23d0db3ea 100644 --- a/metadata/md5-cache/kde-plasma/breeze-gtk-5.16.1 +++ b/metadata/md5-cache/kde-plasma/breeze-gtk-5.16.2 @@ -1,4 +1,4 @@ -BDEPEND=|| ( dev-lang/python:3.7 dev-lang/python:3.6 dev-lang/python:3.5 ) >=kde-plasma/breeze-5.16.1:5 || ( ( dev-lang/python:3.7 dev-python/pycairo[python_targets_python3_7(-),python_single_target_python3_7(+)] ) ( dev-lang/python:3.6 dev-python/pycairo[python_targets_python3_6(-),python_single_target_python3_6(+)] ) ( dev-lang/python:3.5 dev-python/pycairo[python_targets_python3_5(-),python_single_target_python3_5(+)] ) ) dev-lang/sassc dev-util/ninja >=dev-util/cmake-3.9.6 >=kde-frameworks/extra-cmake-modules-5.58.0:5 +BDEPEND=|| ( dev-lang/python:3.7 dev-lang/python:3.6 dev-lang/python:3.5 ) >=kde-plasma/breeze-5.16.2:5 || ( ( dev-lang/python:3.7 dev-python/pycairo[python_targets_python3_7(-),python_single_target_python3_7(+)] ) ( dev-lang/python:3.6 dev-python/pycairo[python_targets_python3_6(-),python_single_target_python3_6(+)] ) ( dev-lang/python:3.5 dev-python/pycairo[python_targets_python3_5(-),python_single_target_python3_5(+)] ) ) dev-lang/sassc dev-util/ninja >=dev-util/cmake-3.9.6 >=kde-frameworks/extra-cmake-modules-5.58.0:5 DEFINED_PHASES=compile configure install nofetch postinst postrm preinst prepare setup test unpack DEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info >=dev-qt/qtcore-5.12.3:5 dev-util/desktop-file-utils DESCRIPTION=Official GTK+ port of Plasma's Breeze widget style @@ -9,6 +9,6 @@ KEYWORDS=~amd64 ~arm ~arm64 ~x86 LICENSE=LGPL-2.1+ RDEPEND=>=kde-frameworks/kf-env-4 || ( >=kde-frameworks/breeze-icons-5.58.0:5 kde-frameworks/oxygen-icons:* ) >=dev-qt/qtcore-5.12.3:5 SLOT=5 -SRC_URI=mirror://kde/stable/plasma/5.16.1/breeze-gtk-5.16.1.tar.xz +SRC_URI=mirror://kde/stable/plasma/5.16.2/breeze-gtk-5.16.2.tar.xz _eclasses_=cmake-utils 959a7fda0dce63de9a4e73a22294d6ec eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic 7ba73aee7fe4462b3a745e3645ab92ca kde5 d3b1e4258b75eed0a5062295d1758b25 kde5-functions 2dbbfc21b2646d8a3418041b240656a9 multilib 1d91b03d42ab6308b5f4f6b598ed110e multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f python-any-r1 4900ae970f827a22d33d41bd8b8f9ace python-utils-r1 08e17157a6807add7db1f8d01e7e391f toolchain-funcs 8c7f9d80beedd16f2e5a7f612c609529 virtualx 401b718cc14d43a5a7fbe062c4851ba5 xdg c7ba313ea1eaf266f95cc6235f7d6a07 xdg-utils 14d00d009167652b1fa363e55effe213 _md5_=642f317748abb40b5172164bbba9db0d diff --git a/metadata/md5-cache/kde-plasma/breeze-plymouth-5.16.1 b/metadata/md5-cache/kde-plasma/breeze-plymouth-5.16.2 similarity index 94% rename from metadata/md5-cache/kde-plasma/breeze-plymouth-5.16.1 rename to metadata/md5-cache/kde-plasma/breeze-plymouth-5.16.2 index 4ef174ca056f..77e54b78bcfd 100644 --- a/metadata/md5-cache/kde-plasma/breeze-plymouth-5.16.1 +++ b/metadata/md5-cache/kde-plasma/breeze-plymouth-5.16.2 @@ -9,6 +9,6 @@ KEYWORDS=~amd64 ~arm ~arm64 ~x86 LICENSE=GPL-2+ GPL-3+ RDEPEND=sys-boot/plymouth SLOT=5 -SRC_URI=mirror://kde/stable/plasma/5.16.1/breeze-plymouth-5.16.1.tar.xz +SRC_URI=mirror://kde/stable/plasma/5.16.2/breeze-plymouth-5.16.2.tar.xz _eclasses_=cmake-utils 959a7fda0dce63de9a4e73a22294d6ec eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic 7ba73aee7fe4462b3a745e3645ab92ca kde5 d3b1e4258b75eed0a5062295d1758b25 kde5-functions 2dbbfc21b2646d8a3418041b240656a9 multilib 1d91b03d42ab6308b5f4f6b598ed110e multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f toolchain-funcs 8c7f9d80beedd16f2e5a7f612c609529 virtualx 401b718cc14d43a5a7fbe062c4851ba5 xdg c7ba313ea1eaf266f95cc6235f7d6a07 xdg-utils 14d00d009167652b1fa363e55effe213 _md5_=a20f352fbb0e9571d09e39c84c4a83c2 diff --git a/metadata/md5-cache/kde-plasma/discover-5.16.1 b/metadata/md5-cache/kde-plasma/discover-5.16.2 similarity index 97% rename from metadata/md5-cache/kde-plasma/discover-5.16.1 rename to metadata/md5-cache/kde-plasma/discover-5.16.2 index 0273279c9a88..9ecac44009c5 100644 --- a/metadata/md5-cache/kde-plasma/discover-5.16.1 +++ b/metadata/md5-cache/kde-plasma/discover-5.16.2 @@ -9,6 +9,6 @@ KEYWORDS=~amd64 ~arm ~arm64 ~x86 LICENSE=GPL-2 RDEPEND=>=kde-frameworks/attica-5.58.0:5 >=kde-frameworks/kconfig-5.58.0:5 >=kde-frameworks/kconfigwidgets-5.58.0:5 >=kde-frameworks/kcoreaddons-5.58.0:5 >=kde-frameworks/kcrash-5.58.0:5 >=kde-frameworks/kdbusaddons-5.58.0:5 >=kde-frameworks/kdeclarative-5.58.0:5 >=kde-frameworks/ki18n-5.58.0:5 >=kde-frameworks/kio-5.58.0:5 >=kde-frameworks/kirigami-5.58.0:5 >=kde-frameworks/kitemmodels-5.58.0:5 >=kde-frameworks/knewstuff-5.58.0:5 >=kde-frameworks/knotifications-5.58.0:5 >=kde-frameworks/kwidgetsaddons-5.58.0:5 >=kde-frameworks/kxmlgui-5.58.0:5 >=dev-qt/qtconcurrent-5.12.3:5 >=dev-qt/qtdbus-5.12.3:5 >=dev-qt/qtdeclarative-5.12.3:5 >=dev-qt/qtgui-5.12.3:5 >=dev-qt/qtnetwork-5.12.3:5 >=dev-qt/qtwidgets-5.12.3:5 >=dev-qt/qtxml-5.12.3:5 firmware? ( sys-apps/fwupd ) >=kde-frameworks/kirigami-5.58.0:5 >=kde-frameworks/kf-env-4 || ( >=kde-frameworks/breeze-icons-5.58.0:5 kde-frameworks/oxygen-icons:* ) >=dev-qt/qtcore-5.12.3:5 SLOT=5 -SRC_URI=mirror://kde/stable/plasma/5.16.1/discover-5.16.1.tar.xz +SRC_URI=mirror://kde/stable/plasma/5.16.2/discover-5.16.2.tar.xz _eclasses_=cmake-utils 959a7fda0dce63de9a4e73a22294d6ec eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic 7ba73aee7fe4462b3a745e3645ab92ca kde5 d3b1e4258b75eed0a5062295d1758b25 kde5-functions 2dbbfc21b2646d8a3418041b240656a9 multilib 1d91b03d42ab6308b5f4f6b598ed110e multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f toolchain-funcs 8c7f9d80beedd16f2e5a7f612c609529 virtualx 401b718cc14d43a5a7fbe062c4851ba5 xdg c7ba313ea1eaf266f95cc6235f7d6a07 xdg-utils 14d00d009167652b1fa363e55effe213 _md5_=13b2c79f7888c5107c7144fed9306ac8 diff --git a/metadata/md5-cache/kde-plasma/drkonqi-5.16.1 b/metadata/md5-cache/kde-plasma/drkonqi-5.16.2 similarity index 97% rename from metadata/md5-cache/kde-plasma/drkonqi-5.16.1 rename to metadata/md5-cache/kde-plasma/drkonqi-5.16.2 index b0a3afad0f5f..3fa24dce6063 100644 --- a/metadata/md5-cache/kde-plasma/drkonqi-5.16.1 +++ b/metadata/md5-cache/kde-plasma/drkonqi-5.16.2 @@ -9,6 +9,6 @@ KEYWORDS=~amd64 ~arm ~arm64 ~x86 LICENSE=GPL-2 RDEPEND=>=kde-frameworks/kcompletion-5.58.0:5 >=kde-frameworks/kconfig-5.58.0:5 >=kde-frameworks/kconfigwidgets-5.58.0:5 >=kde-frameworks/kcoreaddons-5.58.0:5 >=kde-frameworks/kcrash-5.58.0:5 >=kde-frameworks/ki18n-5.58.0:5 >=kde-frameworks/kidletime-5.58.0:5 >=kde-frameworks/kio-5.58.0:5 >=kde-frameworks/kjobwidgets-5.58.0:5 >=kde-frameworks/knotifications-5.58.0:5 >=kde-frameworks/kservice-5.58.0:5 >=kde-frameworks/kwallet-5.58.0:5 >=kde-frameworks/kwayland-5.58.0:5 >=kde-frameworks/kwidgetsaddons-5.58.0:5 >=kde-frameworks/kxmlrpcclient-5.58.0:5 >=dev-qt/qtdbus-5.12.3:5 >=dev-qt/qtgui-5.12.3:5 >=dev-qt/qtwidgets-5.12.3:5 >=dev-qt/qtxml-5.12.3:5 X? ( >=dev-qt/qtx11extras-5.12.3:5 ) !=kde-frameworks/kf-env-4 || ( >=kde-frameworks/breeze-icons-5.58.0:5 kde-frameworks/oxygen-icons:* ) >=dev-qt/qtcore-5.12.3:5 SLOT=5 -SRC_URI=mirror://kde/stable/plasma/5.16.1/drkonqi-5.16.1.tar.xz +SRC_URI=mirror://kde/stable/plasma/5.16.2/drkonqi-5.16.2.tar.xz _eclasses_=cmake-utils 959a7fda0dce63de9a4e73a22294d6ec eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic 7ba73aee7fe4462b3a745e3645ab92ca kde5 d3b1e4258b75eed0a5062295d1758b25 kde5-functions 2dbbfc21b2646d8a3418041b240656a9 multilib 1d91b03d42ab6308b5f4f6b598ed110e multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f toolchain-funcs 8c7f9d80beedd16f2e5a7f612c609529 virtualx 401b718cc14d43a5a7fbe062c4851ba5 xdg c7ba313ea1eaf266f95cc6235f7d6a07 xdg-utils 14d00d009167652b1fa363e55effe213 _md5_=efa4d0ee095d923b3590b5cdfdd126e8 diff --git a/metadata/md5-cache/kde-plasma/kactivitymanagerd-5.16.1 b/metadata/md5-cache/kde-plasma/kactivitymanagerd-5.16.2 similarity index 96% rename from metadata/md5-cache/kde-plasma/kactivitymanagerd-5.16.1 rename to metadata/md5-cache/kde-plasma/kactivitymanagerd-5.16.2 index 9a8fd454dca0..7bb728febdf8 100644 --- a/metadata/md5-cache/kde-plasma/kactivitymanagerd-5.16.1 +++ b/metadata/md5-cache/kde-plasma/kactivitymanagerd-5.16.2 @@ -9,6 +9,6 @@ KEYWORDS=~amd64 ~arm ~arm64 ~x86 LICENSE=|| ( GPL-2 GPL-3 ) RDEPEND=>=kde-frameworks/kconfig-5.58.0:5 >=kde-frameworks/kcoreaddons-5.58.0:5 >=kde-frameworks/kcrash-5.58.0:5 >=kde-frameworks/kdbusaddons-5.58.0:5 >=kde-frameworks/kglobalaccel-5.58.0:5 >=kde-frameworks/ki18n-5.58.0:5 >=kde-frameworks/kio-5.58.0:5 >=kde-frameworks/kservice-5.58.0:5 >=kde-frameworks/kwindowsystem-5.58.0:5 >=kde-frameworks/kxmlgui-5.58.0:5 >=dev-qt/qtdbus-5.12.3:5 >=dev-qt/qtgui-5.12.3:5 >=dev-qt/qtsql-5.12.3:5[sqlite] >=dev-qt/qtwidgets-5.12.3:5 !=kde-frameworks/kf-env-4 || ( >=kde-frameworks/breeze-icons-5.58.0:5 kde-frameworks/oxygen-icons:* ) >=dev-qt/qtcore-5.12.3:5 SLOT=5 -SRC_URI=mirror://kde/stable/plasma/5.16.1/kactivitymanagerd-5.16.1.tar.xz +SRC_URI=mirror://kde/stable/plasma/5.16.2/kactivitymanagerd-5.16.2.tar.xz _eclasses_=cmake-utils 959a7fda0dce63de9a4e73a22294d6ec eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic 7ba73aee7fe4462b3a745e3645ab92ca kde5 d3b1e4258b75eed0a5062295d1758b25 kde5-functions 2dbbfc21b2646d8a3418041b240656a9 multilib 1d91b03d42ab6308b5f4f6b598ed110e multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f toolchain-funcs 8c7f9d80beedd16f2e5a7f612c609529 virtualx 401b718cc14d43a5a7fbe062c4851ba5 xdg c7ba313ea1eaf266f95cc6235f7d6a07 xdg-utils 14d00d009167652b1fa363e55effe213 _md5_=5ead27403a910770be3be14608fe0d77 diff --git a/metadata/md5-cache/kde-plasma/kde-cli-tools-5.16.1 b/metadata/md5-cache/kde-plasma/kde-cli-tools-5.16.2 similarity index 93% rename from metadata/md5-cache/kde-plasma/kde-cli-tools-5.16.1 rename to metadata/md5-cache/kde-plasma/kde-cli-tools-5.16.2 index 4bf7a9fe65c3..1301381aa468 100644 --- a/metadata/md5-cache/kde-plasma/kde-cli-tools-5.16.1 +++ b/metadata/md5-cache/kde-plasma/kde-cli-tools-5.16.2 @@ -1,16 +1,16 @@ BDEPEND=dev-util/ninja >=dev-util/cmake-3.9.6 test? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) >=kde-frameworks/extra-cmake-modules-5.58.0:5 handbook? ( >=kde-frameworks/kdoctools-5.58.0:5 ) DEFINED_PHASES=compile configure install nofetch postinst postrm preinst prepare setup test unpack -DEPEND=>=kde-frameworks/kactivities-5.58.0:5 >=kde-frameworks/kcmutils-5.58.0:5 >=kde-frameworks/kcompletion-5.58.0:5 >=kde-frameworks/kconfig-5.58.0:5 >=kde-frameworks/kconfigwidgets-5.58.0:5 >=kde-frameworks/kcoreaddons-5.58.0:5 >=kde-frameworks/kdeclarative-5.58.0:5 >=kde-frameworks/ki18n-5.58.0:5 >=kde-frameworks/kiconthemes-5.58.0:5 >=kde-frameworks/kio-5.58.0:5 >=kde-frameworks/kservice-5.58.0:5 >=kde-frameworks/kwidgetsaddons-5.58.0:5 >=kde-frameworks/kwindowsystem-5.58.0:5 >=kde-plasma/libkworkspace-5.16.1:5 >=dev-qt/qtdbus-5.12.3:5 >=dev-qt/qtgui-5.12.3:5 >=dev-qt/qtsvg-5.12.3:5 >=dev-qt/qtwidgets-5.12.3:5 kdesu? ( >=kde-frameworks/kdesu-5.58.0:5 ) X? ( >=dev-qt/qtx11extras-5.12.3:5 x11-libs/libX11 ) dev-util/desktop-file-utils x11-misc/shared-mime-info test? ( >=dev-qt/qttest-5.12.3:5 ) >=dev-qt/qtcore-5.12.3:5 dev-util/desktop-file-utils +DEPEND=>=kde-frameworks/kactivities-5.58.0:5 >=kde-frameworks/kcmutils-5.58.0:5 >=kde-frameworks/kcompletion-5.58.0:5 >=kde-frameworks/kconfig-5.58.0:5 >=kde-frameworks/kconfigwidgets-5.58.0:5 >=kde-frameworks/kcoreaddons-5.58.0:5 >=kde-frameworks/kdeclarative-5.58.0:5 >=kde-frameworks/ki18n-5.58.0:5 >=kde-frameworks/kiconthemes-5.58.0:5 >=kde-frameworks/kio-5.58.0:5 >=kde-frameworks/kservice-5.58.0:5 >=kde-frameworks/kwidgetsaddons-5.58.0:5 >=kde-frameworks/kwindowsystem-5.58.0:5 >=kde-plasma/libkworkspace-5.16.2:5 >=dev-qt/qtdbus-5.12.3:5 >=dev-qt/qtgui-5.12.3:5 >=dev-qt/qtsvg-5.12.3:5 >=dev-qt/qtwidgets-5.12.3:5 kdesu? ( >=kde-frameworks/kdesu-5.58.0:5 ) X? ( >=dev-qt/qtx11extras-5.12.3:5 x11-libs/libX11 ) dev-util/desktop-file-utils x11-misc/shared-mime-info test? ( >=dev-qt/qttest-5.12.3:5 ) >=dev-qt/qtcore-5.12.3:5 dev-util/desktop-file-utils DESCRIPTION=Tools based on KDE Frameworks 5 to better interact with the system EAPI=7 HOMEPAGE=https://cgit.kde.org/kde-cli-tools.git IUSE=kdesu X test debug +handbook test KEYWORDS=~amd64 ~arm ~arm64 ~x86 LICENSE=GPL-2 -RDEPEND=>=kde-frameworks/kactivities-5.58.0:5 >=kde-frameworks/kcmutils-5.58.0:5 >=kde-frameworks/kcompletion-5.58.0:5 >=kde-frameworks/kconfig-5.58.0:5 >=kde-frameworks/kconfigwidgets-5.58.0:5 >=kde-frameworks/kcoreaddons-5.58.0:5 >=kde-frameworks/kdeclarative-5.58.0:5 >=kde-frameworks/ki18n-5.58.0:5 >=kde-frameworks/kiconthemes-5.58.0:5 >=kde-frameworks/kio-5.58.0:5 >=kde-frameworks/kservice-5.58.0:5 >=kde-frameworks/kwidgetsaddons-5.58.0:5 >=kde-frameworks/kwindowsystem-5.58.0:5 >=kde-plasma/libkworkspace-5.16.1:5 >=dev-qt/qtdbus-5.12.3:5 >=dev-qt/qtgui-5.12.3:5 >=dev-qt/qtsvg-5.12.3:5 >=dev-qt/qtwidgets-5.12.3:5 kdesu? ( >=kde-frameworks/kdesu-5.58.0:5 ) X? ( >=dev-qt/qtx11extras-5.12.3:5 x11-libs/libX11 ) kdesu? ( sys-apps/dbus[X] ) >=kde-frameworks/kf-env-4 || ( >=kde-frameworks/breeze-icons-5.58.0:5 kde-frameworks/oxygen-icons:* ) >=dev-qt/qtcore-5.12.3:5 +RDEPEND=>=kde-frameworks/kactivities-5.58.0:5 >=kde-frameworks/kcmutils-5.58.0:5 >=kde-frameworks/kcompletion-5.58.0:5 >=kde-frameworks/kconfig-5.58.0:5 >=kde-frameworks/kconfigwidgets-5.58.0:5 >=kde-frameworks/kcoreaddons-5.58.0:5 >=kde-frameworks/kdeclarative-5.58.0:5 >=kde-frameworks/ki18n-5.58.0:5 >=kde-frameworks/kiconthemes-5.58.0:5 >=kde-frameworks/kio-5.58.0:5 >=kde-frameworks/kservice-5.58.0:5 >=kde-frameworks/kwidgetsaddons-5.58.0:5 >=kde-frameworks/kwindowsystem-5.58.0:5 >=kde-plasma/libkworkspace-5.16.2:5 >=dev-qt/qtdbus-5.12.3:5 >=dev-qt/qtgui-5.12.3:5 >=dev-qt/qtsvg-5.12.3:5 >=dev-qt/qtwidgets-5.12.3:5 kdesu? ( >=kde-frameworks/kdesu-5.58.0:5 ) X? ( >=dev-qt/qtx11extras-5.12.3:5 x11-libs/libX11 ) kdesu? ( sys-apps/dbus[X] ) >=kde-frameworks/kf-env-4 || ( >=kde-frameworks/breeze-icons-5.58.0:5 kde-frameworks/oxygen-icons:* ) >=dev-qt/qtcore-5.12.3:5 REQUIRED_USE=kdesu? ( X ) RESTRICT=test SLOT=5 -SRC_URI=mirror://kde/stable/plasma/5.16.1/kde-cli-tools-5.16.1.tar.xz +SRC_URI=mirror://kde/stable/plasma/5.16.2/kde-cli-tools-5.16.2.tar.xz _eclasses_=cmake-utils 959a7fda0dce63de9a4e73a22294d6ec eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic 7ba73aee7fe4462b3a745e3645ab92ca kde5 d3b1e4258b75eed0a5062295d1758b25 kde5-functions 2dbbfc21b2646d8a3418041b240656a9 multilib 1d91b03d42ab6308b5f4f6b598ed110e multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f toolchain-funcs 8c7f9d80beedd16f2e5a7f612c609529 virtualx 401b718cc14d43a5a7fbe062c4851ba5 xdg c7ba313ea1eaf266f95cc6235f7d6a07 xdg-utils 14d00d009167652b1fa363e55effe213 _md5_=65f4ac6f53c89a70ad3ffcd9aef2f290 diff --git a/metadata/md5-cache/kde-plasma/kde-gtk-config-5.16.1 b/metadata/md5-cache/kde-plasma/kde-gtk-config-5.16.2 similarity index 94% rename from metadata/md5-cache/kde-plasma/kde-gtk-config-5.16.1 rename to metadata/md5-cache/kde-plasma/kde-gtk-config-5.16.2 index 4eae586f75fa..d8511170f5b5 100644 --- a/metadata/md5-cache/kde-plasma/kde-gtk-config-5.16.1 +++ b/metadata/md5-cache/kde-plasma/kde-gtk-config-5.16.2 @@ -7,8 +7,8 @@ HOMEPAGE=https://cgit.kde.org/kde-gtk-config.git IUSE=test debug test KEYWORDS=~amd64 ~arm ~arm64 ~x86 LICENSE=GPL-3 -RDEPEND=>=kde-frameworks/karchive-5.58.0:5 >=kde-frameworks/kcmutils-5.58.0:5 >=kde-frameworks/kconfigwidgets-5.58.0:5 >=kde-frameworks/kcoreaddons-5.58.0:5 >=kde-frameworks/ki18n-5.58.0:5 >=kde-frameworks/kiconthemes-5.58.0:5 >=kde-frameworks/kio-5.58.0:5 >=kde-frameworks/knewstuff-5.58.0:5 >=kde-frameworks/kwidgetsaddons-5.58.0:5 >=dev-qt/qtgui-5.12.3:5 >=dev-qt/qtsvg-5.12.3:5 >=dev-qt/qtwidgets-5.12.3:5 dev-libs/glib:2 gnome-base/gsettings-desktop-schemas x11-libs/gtk+:2 x11-libs/gtk+:3 x11-libs/libXcursor >=kde-plasma/kde-cli-tools-5.16.1:5 >=kde-frameworks/kf-env-4 || ( >=kde-frameworks/breeze-icons-5.58.0:5 kde-frameworks/oxygen-icons:* ) >=dev-qt/qtcore-5.12.3:5 +RDEPEND=>=kde-frameworks/karchive-5.58.0:5 >=kde-frameworks/kcmutils-5.58.0:5 >=kde-frameworks/kconfigwidgets-5.58.0:5 >=kde-frameworks/kcoreaddons-5.58.0:5 >=kde-frameworks/ki18n-5.58.0:5 >=kde-frameworks/kiconthemes-5.58.0:5 >=kde-frameworks/kio-5.58.0:5 >=kde-frameworks/knewstuff-5.58.0:5 >=kde-frameworks/kwidgetsaddons-5.58.0:5 >=dev-qt/qtgui-5.12.3:5 >=dev-qt/qtsvg-5.12.3:5 >=dev-qt/qtwidgets-5.12.3:5 dev-libs/glib:2 gnome-base/gsettings-desktop-schemas x11-libs/gtk+:2 x11-libs/gtk+:3 x11-libs/libXcursor >=kde-plasma/kde-cli-tools-5.16.2:5 >=kde-frameworks/kf-env-4 || ( >=kde-frameworks/breeze-icons-5.58.0:5 kde-frameworks/oxygen-icons:* ) >=dev-qt/qtcore-5.12.3:5 SLOT=5 -SRC_URI=mirror://kde/stable/plasma/5.16.1/kde-gtk-config-5.16.1.tar.xz +SRC_URI=mirror://kde/stable/plasma/5.16.2/kde-gtk-config-5.16.2.tar.xz _eclasses_=cmake-utils 959a7fda0dce63de9a4e73a22294d6ec eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic 7ba73aee7fe4462b3a745e3645ab92ca kde5 d3b1e4258b75eed0a5062295d1758b25 kde5-functions 2dbbfc21b2646d8a3418041b240656a9 multilib 1d91b03d42ab6308b5f4f6b598ed110e multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f toolchain-funcs 8c7f9d80beedd16f2e5a7f612c609529 virtualx 401b718cc14d43a5a7fbe062c4851ba5 xdg c7ba313ea1eaf266f95cc6235f7d6a07 xdg-utils 14d00d009167652b1fa363e55effe213 _md5_=3fffc5ccee58c335225f968074303a61 diff --git a/metadata/md5-cache/kde-plasma/kdecoration-5.16.1 b/metadata/md5-cache/kde-plasma/kdecoration-5.16.2 similarity index 95% rename from metadata/md5-cache/kde-plasma/kdecoration-5.16.1 rename to metadata/md5-cache/kde-plasma/kdecoration-5.16.2 index 70bb3e67bd42..9c572fbf7b93 100644 --- a/metadata/md5-cache/kde-plasma/kdecoration-5.16.1 +++ b/metadata/md5-cache/kde-plasma/kdecoration-5.16.2 @@ -9,6 +9,6 @@ KEYWORDS=~amd64 ~arm ~arm64 ~x86 LICENSE=|| ( LGPL-2.1 LGPL-3 ) RDEPEND=>=kde-frameworks/ki18n-5.58.0:5 >=dev-qt/qtgui-5.12.3:5 >=kde-frameworks/kf-env-4 || ( >=kde-frameworks/breeze-icons-5.58.0:5 kde-frameworks/oxygen-icons:* ) >=dev-qt/qtcore-5.12.3:5 SLOT=5 -SRC_URI=mirror://kde/stable/plasma/5.16.1/kdecoration-5.16.1.tar.xz +SRC_URI=mirror://kde/stable/plasma/5.16.2/kdecoration-5.16.2.tar.xz _eclasses_=cmake-utils 959a7fda0dce63de9a4e73a22294d6ec eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic 7ba73aee7fe4462b3a745e3645ab92ca kde5 d3b1e4258b75eed0a5062295d1758b25 kde5-functions 2dbbfc21b2646d8a3418041b240656a9 multilib 1d91b03d42ab6308b5f4f6b598ed110e multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f toolchain-funcs 8c7f9d80beedd16f2e5a7f612c609529 virtualx 401b718cc14d43a5a7fbe062c4851ba5 xdg c7ba313ea1eaf266f95cc6235f7d6a07 xdg-utils 14d00d009167652b1fa363e55effe213 _md5_=cfcfbce9a8811ce32a25d7afdb475c38 diff --git a/metadata/md5-cache/kde-plasma/kdeplasma-addons-5.16.1 b/metadata/md5-cache/kde-plasma/kdeplasma-addons-5.16.2 similarity index 95% rename from metadata/md5-cache/kde-plasma/kdeplasma-addons-5.16.1 rename to metadata/md5-cache/kde-plasma/kdeplasma-addons-5.16.2 index 1a57ca4fd611..0b9e45dc20e6 100644 --- a/metadata/md5-cache/kde-plasma/kdeplasma-addons-5.16.1 +++ b/metadata/md5-cache/kde-plasma/kdeplasma-addons-5.16.2 @@ -7,8 +7,8 @@ HOMEPAGE=https://kde.org/ IUSE=share webengine debug KEYWORDS=~amd64 ~arm ~arm64 ~x86 LICENSE=GPL-2 LGPL-2 -RDEPEND=>=kde-frameworks/karchive-5.58.0:5 >=kde-frameworks/kconfig-5.58.0:5 >=kde-frameworks/kconfigwidgets-5.58.0:5 >=kde-frameworks/kcmutils-5.58.0:5 >=kde-frameworks/kcompletion-5.58.0:5 >=kde-frameworks/kcoreaddons-5.58.0:5 >=kde-frameworks/kdeclarative-5.58.0:5 >=kde-frameworks/kholidays-5.58.0:5 >=kde-frameworks/ki18n-5.58.0:5 >=kde-frameworks/kiconthemes-5.58.0:5 >=kde-frameworks/kio-5.58.0:5 >=kde-frameworks/knewstuff-5.58.0:5 >=kde-frameworks/knotifications-5.58.0:5 >=kde-frameworks/kpackage-5.58.0:5 >=kde-frameworks/kross-5.58.0:5 >=kde-frameworks/krunner-5.58.0:5 >=kde-frameworks/kservice-5.58.0:5 >=kde-frameworks/kunitconversion-5.58.0:5 >=kde-frameworks/kwidgetsaddons-5.58.0:5 >=kde-frameworks/kwindowsystem-5.58.0:5 >=kde-frameworks/kxmlgui-5.58.0:5 >=kde-frameworks/plasma-5.58.0:5 >=kde-frameworks/sonnet-5.58.0:5 >=dev-qt/qtdbus-5.12.3:5 >=dev-qt/qtdeclarative-5.12.3:5 >=dev-qt/qtgui-5.12.3:5 >=dev-qt/qtwidgets-5.12.3:5 share? ( >=kde-frameworks/purpose-5.58.0:5 ) webengine? ( >=dev-qt/qtwebengine-5.12.3:5 ) >=kde-plasma/plasma-workspace-5.16.1:5 >=dev-qt/qtquickcontrols-5.12.3:5 >=dev-qt/qtquickcontrols2-5.12.3:5 >=kde-frameworks/kf-env-4 || ( >=kde-frameworks/breeze-icons-5.58.0:5 kde-frameworks/oxygen-icons:* ) >=dev-qt/qtcore-5.12.3:5 +RDEPEND=>=kde-frameworks/karchive-5.58.0:5 >=kde-frameworks/kconfig-5.58.0:5 >=kde-frameworks/kconfigwidgets-5.58.0:5 >=kde-frameworks/kcmutils-5.58.0:5 >=kde-frameworks/kcompletion-5.58.0:5 >=kde-frameworks/kcoreaddons-5.58.0:5 >=kde-frameworks/kdeclarative-5.58.0:5 >=kde-frameworks/kholidays-5.58.0:5 >=kde-frameworks/ki18n-5.58.0:5 >=kde-frameworks/kiconthemes-5.58.0:5 >=kde-frameworks/kio-5.58.0:5 >=kde-frameworks/knewstuff-5.58.0:5 >=kde-frameworks/knotifications-5.58.0:5 >=kde-frameworks/kpackage-5.58.0:5 >=kde-frameworks/kross-5.58.0:5 >=kde-frameworks/krunner-5.58.0:5 >=kde-frameworks/kservice-5.58.0:5 >=kde-frameworks/kunitconversion-5.58.0:5 >=kde-frameworks/kwidgetsaddons-5.58.0:5 >=kde-frameworks/kwindowsystem-5.58.0:5 >=kde-frameworks/kxmlgui-5.58.0:5 >=kde-frameworks/plasma-5.58.0:5 >=kde-frameworks/sonnet-5.58.0:5 >=dev-qt/qtdbus-5.12.3:5 >=dev-qt/qtdeclarative-5.12.3:5 >=dev-qt/qtgui-5.12.3:5 >=dev-qt/qtwidgets-5.12.3:5 share? ( >=kde-frameworks/purpose-5.58.0:5 ) webengine? ( >=dev-qt/qtwebengine-5.12.3:5 ) >=kde-plasma/plasma-workspace-5.16.2:5 >=dev-qt/qtquickcontrols-5.12.3:5 >=dev-qt/qtquickcontrols2-5.12.3:5 >=kde-frameworks/kf-env-4 || ( >=kde-frameworks/breeze-icons-5.58.0:5 kde-frameworks/oxygen-icons:* ) >=dev-qt/qtcore-5.12.3:5 SLOT=5 -SRC_URI=mirror://kde/stable/plasma/5.16.1/kdeplasma-addons-5.16.1.tar.xz +SRC_URI=mirror://kde/stable/plasma/5.16.2/kdeplasma-addons-5.16.2.tar.xz _eclasses_=cmake-utils 959a7fda0dce63de9a4e73a22294d6ec eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic 7ba73aee7fe4462b3a745e3645ab92ca kde5 d3b1e4258b75eed0a5062295d1758b25 kde5-functions 2dbbfc21b2646d8a3418041b240656a9 multilib 1d91b03d42ab6308b5f4f6b598ed110e multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f toolchain-funcs 8c7f9d80beedd16f2e5a7f612c609529 virtualx 401b718cc14d43a5a7fbe062c4851ba5 xdg c7ba313ea1eaf266f95cc6235f7d6a07 xdg-utils 14d00d009167652b1fa363e55effe213 _md5_=b9be198e1b585f7a418f6a4621464670 diff --git a/metadata/md5-cache/kde-plasma/kgamma-5.16.1 b/metadata/md5-cache/kde-plasma/kgamma-5.16.2 similarity index 96% rename from metadata/md5-cache/kde-plasma/kgamma-5.16.1 rename to metadata/md5-cache/kde-plasma/kgamma-5.16.2 index 70f2ab5ed40a..3291c63107bf 100644 --- a/metadata/md5-cache/kde-plasma/kgamma-5.16.1 +++ b/metadata/md5-cache/kde-plasma/kgamma-5.16.2 @@ -9,6 +9,6 @@ KEYWORDS=~amd64 ~arm ~arm64 ~x86 LICENSE=GPL-2 RDEPEND=>=kde-frameworks/kconfig-5.58.0:5 >=kde-frameworks/kconfigwidgets-5.58.0:5 >=kde-frameworks/kcoreaddons-5.58.0:5 >=kde-frameworks/ki18n-5.58.0:5 >=dev-qt/qtgui-5.12.3:5 >=dev-qt/qtwidgets-5.12.3:5 x11-libs/libX11 x11-libs/libXxf86vm >=kde-frameworks/kf-env-4 || ( >=kde-frameworks/breeze-icons-5.58.0:5 kde-frameworks/oxygen-icons:* ) >=dev-qt/qtcore-5.12.3:5 SLOT=5 -SRC_URI=mirror://kde/stable/plasma/5.16.1/kgamma5-5.16.1.tar.xz +SRC_URI=mirror://kde/stable/plasma/5.16.2/kgamma5-5.16.2.tar.xz _eclasses_=cmake-utils 959a7fda0dce63de9a4e73a22294d6ec eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic 7ba73aee7fe4462b3a745e3645ab92ca kde5 d3b1e4258b75eed0a5062295d1758b25 kde5-functions 2dbbfc21b2646d8a3418041b240656a9 multilib 1d91b03d42ab6308b5f4f6b598ed110e multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f toolchain-funcs 8c7f9d80beedd16f2e5a7f612c609529 virtualx 401b718cc14d43a5a7fbe062c4851ba5 xdg c7ba313ea1eaf266f95cc6235f7d6a07 xdg-utils 14d00d009167652b1fa363e55effe213 _md5_=37866a53682eaed00e96acd9c8729631 diff --git a/metadata/md5-cache/kde-plasma/khotkeys-5.16.1 b/metadata/md5-cache/kde-plasma/khotkeys-5.16.2 similarity index 90% rename from metadata/md5-cache/kde-plasma/khotkeys-5.16.1 rename to metadata/md5-cache/kde-plasma/khotkeys-5.16.2 index 5333ae51adf5..ed0e61de2e42 100644 --- a/metadata/md5-cache/kde-plasma/khotkeys-5.16.1 +++ b/metadata/md5-cache/kde-plasma/khotkeys-5.16.2 @@ -1,14 +1,14 @@ BDEPEND=dev-util/ninja >=dev-util/cmake-3.9.6 >=kde-frameworks/extra-cmake-modules-5.58.0:5 handbook? ( >=kde-frameworks/kdoctools-5.58.0:5 ) DEFINED_PHASES=compile configure install nofetch postinst postrm preinst prepare setup test unpack -DEPEND=>=kde-frameworks/kcompletion-5.58.0:5 >=kde-frameworks/kconfig-5.58.0:5 >=kde-frameworks/kconfigwidgets-5.58.0:5 >=kde-frameworks/kcoreaddons-5.58.0:5 >=kde-frameworks/kdbusaddons-5.58.0:5 >=kde-frameworks/kdelibs4support-5.58.0:5[X] >=kde-frameworks/kglobalaccel-5.58.0:5 >=kde-frameworks/ki18n-5.58.0:5 >=kde-frameworks/kio-5.58.0:5 >=kde-frameworks/kservice-5.58.0:5 >=kde-frameworks/ktextwidgets-5.58.0:5 >=kde-frameworks/kwidgetsaddons-5.58.0:5 >=kde-frameworks/kwindowsystem-5.58.0:5 >=kde-frameworks/kxmlgui-5.58.0:5 >=kde-plasma/libkworkspace-5.16.1:5 >=dev-qt/qtdbus-5.12.3:5 >=dev-qt/qtgui-5.12.3:5 >=dev-qt/qtwidgets-5.12.3:5 >=dev-qt/qtx11extras-5.12.3:5 x11-libs/libX11 x11-libs/libXtst x11-base/xorg-proto x11-libs/libxcb x11-libs/libXtst dev-util/desktop-file-utils x11-misc/shared-mime-info >=dev-qt/qtcore-5.12.3:5 dev-util/desktop-file-utils +DEPEND=>=kde-frameworks/kcompletion-5.58.0:5 >=kde-frameworks/kconfig-5.58.0:5 >=kde-frameworks/kconfigwidgets-5.58.0:5 >=kde-frameworks/kcoreaddons-5.58.0:5 >=kde-frameworks/kdbusaddons-5.58.0:5 >=kde-frameworks/kdelibs4support-5.58.0:5[X] >=kde-frameworks/kglobalaccel-5.58.0:5 >=kde-frameworks/ki18n-5.58.0:5 >=kde-frameworks/kio-5.58.0:5 >=kde-frameworks/kservice-5.58.0:5 >=kde-frameworks/ktextwidgets-5.58.0:5 >=kde-frameworks/kwidgetsaddons-5.58.0:5 >=kde-frameworks/kwindowsystem-5.58.0:5 >=kde-frameworks/kxmlgui-5.58.0:5 >=kde-plasma/libkworkspace-5.16.2:5 >=dev-qt/qtdbus-5.12.3:5 >=dev-qt/qtgui-5.12.3:5 >=dev-qt/qtwidgets-5.12.3:5 >=dev-qt/qtx11extras-5.12.3:5 x11-libs/libX11 x11-libs/libXtst x11-base/xorg-proto x11-libs/libxcb x11-libs/libXtst dev-util/desktop-file-utils x11-misc/shared-mime-info >=dev-qt/qtcore-5.12.3:5 dev-util/desktop-file-utils DESCRIPTION=KDE Plasma workspace hotkey module EAPI=7 HOMEPAGE=https://kde.org/ IUSE=debug +handbook KEYWORDS=~amd64 ~arm ~arm64 ~x86 LICENSE=GPL-2 -RDEPEND=>=kde-frameworks/kcompletion-5.58.0:5 >=kde-frameworks/kconfig-5.58.0:5 >=kde-frameworks/kconfigwidgets-5.58.0:5 >=kde-frameworks/kcoreaddons-5.58.0:5 >=kde-frameworks/kdbusaddons-5.58.0:5 >=kde-frameworks/kdelibs4support-5.58.0:5[X] >=kde-frameworks/kglobalaccel-5.58.0:5 >=kde-frameworks/ki18n-5.58.0:5 >=kde-frameworks/kio-5.58.0:5 >=kde-frameworks/kservice-5.58.0:5 >=kde-frameworks/ktextwidgets-5.58.0:5 >=kde-frameworks/kwidgetsaddons-5.58.0:5 >=kde-frameworks/kwindowsystem-5.58.0:5 >=kde-frameworks/kxmlgui-5.58.0:5 >=kde-plasma/libkworkspace-5.16.1:5 >=dev-qt/qtdbus-5.12.3:5 >=dev-qt/qtgui-5.12.3:5 >=dev-qt/qtwidgets-5.12.3:5 >=dev-qt/qtx11extras-5.12.3:5 x11-libs/libX11 x11-libs/libXtst >=kde-frameworks/kded-5.58.0:5 >=kde-plasma/kde-cli-tools-5.16.1:5 >=kde-frameworks/kf-env-4 || ( >=kde-frameworks/breeze-icons-5.58.0:5 kde-frameworks/oxygen-icons:* ) >=dev-qt/qtcore-5.12.3:5 +RDEPEND=>=kde-frameworks/kcompletion-5.58.0:5 >=kde-frameworks/kconfig-5.58.0:5 >=kde-frameworks/kconfigwidgets-5.58.0:5 >=kde-frameworks/kcoreaddons-5.58.0:5 >=kde-frameworks/kdbusaddons-5.58.0:5 >=kde-frameworks/kdelibs4support-5.58.0:5[X] >=kde-frameworks/kglobalaccel-5.58.0:5 >=kde-frameworks/ki18n-5.58.0:5 >=kde-frameworks/kio-5.58.0:5 >=kde-frameworks/kservice-5.58.0:5 >=kde-frameworks/ktextwidgets-5.58.0:5 >=kde-frameworks/kwidgetsaddons-5.58.0:5 >=kde-frameworks/kwindowsystem-5.58.0:5 >=kde-frameworks/kxmlgui-5.58.0:5 >=kde-plasma/libkworkspace-5.16.2:5 >=dev-qt/qtdbus-5.12.3:5 >=dev-qt/qtgui-5.12.3:5 >=dev-qt/qtwidgets-5.12.3:5 >=dev-qt/qtx11extras-5.12.3:5 x11-libs/libX11 x11-libs/libXtst >=kde-frameworks/kded-5.58.0:5 >=kde-plasma/kde-cli-tools-5.16.2:5 >=kde-frameworks/kf-env-4 || ( >=kde-frameworks/breeze-icons-5.58.0:5 kde-frameworks/oxygen-icons:* ) >=dev-qt/qtcore-5.12.3:5 SLOT=5 -SRC_URI=mirror://kde/stable/plasma/5.16.1/khotkeys-5.16.1.tar.xz +SRC_URI=mirror://kde/stable/plasma/5.16.2/khotkeys-5.16.2.tar.xz _eclasses_=cmake-utils 959a7fda0dce63de9a4e73a22294d6ec eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic 7ba73aee7fe4462b3a745e3645ab92ca kde5 d3b1e4258b75eed0a5062295d1758b25 kde5-functions 2dbbfc21b2646d8a3418041b240656a9 multilib 1d91b03d42ab6308b5f4f6b598ed110e multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f toolchain-funcs 8c7f9d80beedd16f2e5a7f612c609529 virtualx 401b718cc14d43a5a7fbe062c4851ba5 xdg c7ba313ea1eaf266f95cc6235f7d6a07 xdg-utils 14d00d009167652b1fa363e55effe213 _md5_=42282941e91d0a51ffddbcbe31e39792 diff --git a/metadata/md5-cache/kde-plasma/kinfocenter-5.16.1 b/metadata/md5-cache/kde-plasma/kinfocenter-5.16.2 similarity index 96% rename from metadata/md5-cache/kde-plasma/kinfocenter-5.16.1 rename to metadata/md5-cache/kde-plasma/kinfocenter-5.16.2 index 4a8d1a69abe5..491f7b5c9469 100644 --- a/metadata/md5-cache/kde-plasma/kinfocenter-5.16.1 +++ b/metadata/md5-cache/kde-plasma/kinfocenter-5.16.2 @@ -7,9 +7,9 @@ HOMEPAGE=https://kde.org/applications/system/kinfocenter/ IUSE=gles2 ieee1394 +opengl +pci wayland debug +handbook KEYWORDS=~amd64 ~arm ~arm64 ~x86 LICENSE=GPL-2 -RDEPEND=>=kde-frameworks/kcmutils-5.58.0:5 >=kde-frameworks/kcompletion-5.58.0:5 >=kde-frameworks/kconfig-5.58.0:5 >=kde-frameworks/kconfigwidgets-5.58.0:5 >=kde-frameworks/kcoreaddons-5.58.0:5 >=kde-frameworks/kcrash-5.58.0:5 >=kde-frameworks/kdbusaddons-5.58.0:5 >=kde-frameworks/kdeclarative-5.58.0:5 >=kde-frameworks/ki18n-5.58.0:5 >=kde-frameworks/kiconthemes-5.58.0:5 >=kde-frameworks/kio-5.58.0:5 >=kde-frameworks/kpackage-5.58.0:5 >=kde-frameworks/kservice-5.58.0:5 >=kde-frameworks/kwidgetsaddons-5.58.0:5 >=kde-frameworks/kxmlgui-5.58.0:5 >=kde-frameworks/solid-5.58.0:5 >=dev-qt/qtdbus-5.12.3:5 >=dev-qt/qtdeclarative-5.12.3:5 >=dev-qt/qtgui-5.12.3:5 >=dev-qt/qtwidgets-5.12.3:5 x11-libs/libX11 ieee1394? ( sys-libs/libraw1394 ) opengl? ( >=dev-qt/qtgui-5.12.3:5[gles2=] media-libs/mesa[gles2?] !gles2? ( media-libs/glu ) ) pci? ( sys-apps/pciutils ) wayland? ( >=kde-frameworks/kwayland-5.58.0:5 media-libs/mesa[egl] ) >=kde-plasma/kde-cli-tools-5.16.1:5 >=dev-qt/qtquickcontrols2-5.12.3:5 !kde-apps/kcontrol:4 >=kde-frameworks/kf-env-4 || ( >=kde-frameworks/breeze-icons-5.58.0:5 kde-frameworks/oxygen-icons:* ) >=dev-qt/qtcore-5.12.3:5 +RDEPEND=>=kde-frameworks/kcmutils-5.58.0:5 >=kde-frameworks/kcompletion-5.58.0:5 >=kde-frameworks/kconfig-5.58.0:5 >=kde-frameworks/kconfigwidgets-5.58.0:5 >=kde-frameworks/kcoreaddons-5.58.0:5 >=kde-frameworks/kcrash-5.58.0:5 >=kde-frameworks/kdbusaddons-5.58.0:5 >=kde-frameworks/kdeclarative-5.58.0:5 >=kde-frameworks/ki18n-5.58.0:5 >=kde-frameworks/kiconthemes-5.58.0:5 >=kde-frameworks/kio-5.58.0:5 >=kde-frameworks/kpackage-5.58.0:5 >=kde-frameworks/kservice-5.58.0:5 >=kde-frameworks/kwidgetsaddons-5.58.0:5 >=kde-frameworks/kxmlgui-5.58.0:5 >=kde-frameworks/solid-5.58.0:5 >=dev-qt/qtdbus-5.12.3:5 >=dev-qt/qtdeclarative-5.12.3:5 >=dev-qt/qtgui-5.12.3:5 >=dev-qt/qtwidgets-5.12.3:5 x11-libs/libX11 ieee1394? ( sys-libs/libraw1394 ) opengl? ( >=dev-qt/qtgui-5.12.3:5[gles2=] media-libs/mesa[gles2?] !gles2? ( media-libs/glu ) ) pci? ( sys-apps/pciutils ) wayland? ( >=kde-frameworks/kwayland-5.58.0:5 media-libs/mesa[egl] ) >=kde-plasma/kde-cli-tools-5.16.2:5 >=dev-qt/qtquickcontrols2-5.12.3:5 !kde-apps/kcontrol:4 >=kde-frameworks/kf-env-4 || ( >=kde-frameworks/breeze-icons-5.58.0:5 kde-frameworks/oxygen-icons:* ) >=dev-qt/qtcore-5.12.3:5 REQUIRED_USE=wayland? ( || ( gles2 opengl ) ) SLOT=5 -SRC_URI=mirror://kde/stable/plasma/5.16.1/kinfocenter-5.16.1.tar.xz https://www.gentoo.org/assets/img/logo/gentoo-3d-small.png -> glogo-small.png +SRC_URI=mirror://kde/stable/plasma/5.16.2/kinfocenter-5.16.2.tar.xz https://www.gentoo.org/assets/img/logo/gentoo-3d-small.png -> glogo-small.png _eclasses_=cmake-utils 959a7fda0dce63de9a4e73a22294d6ec eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic 7ba73aee7fe4462b3a745e3645ab92ca kde5 d3b1e4258b75eed0a5062295d1758b25 kde5-functions 2dbbfc21b2646d8a3418041b240656a9 multilib 1d91b03d42ab6308b5f4f6b598ed110e multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f toolchain-funcs 8c7f9d80beedd16f2e5a7f612c609529 virtualx 401b718cc14d43a5a7fbe062c4851ba5 xdg c7ba313ea1eaf266f95cc6235f7d6a07 xdg-utils 14d00d009167652b1fa363e55effe213 _md5_=4ecb805a2b7df2514aaad671c9df940a diff --git a/metadata/md5-cache/kde-plasma/kmenuedit-5.16.1 b/metadata/md5-cache/kde-plasma/kmenuedit-5.16.2 similarity index 92% rename from metadata/md5-cache/kde-plasma/kmenuedit-5.16.1 rename to metadata/md5-cache/kde-plasma/kmenuedit-5.16.2 index ebd53e8d9270..d04dd2715701 100644 --- a/metadata/md5-cache/kde-plasma/kmenuedit-5.16.1 +++ b/metadata/md5-cache/kde-plasma/kmenuedit-5.16.2 @@ -1,14 +1,14 @@ BDEPEND=dev-util/ninja >=dev-util/cmake-3.9.6 >=kde-frameworks/extra-cmake-modules-5.58.0:5 handbook? ( >=kde-frameworks/kdoctools-5.58.0:5 ) DEFINED_PHASES=compile configure install nofetch postinst postrm preinst prepare setup test unpack -DEPEND=>=kde-frameworks/kcompletion-5.58.0:5 >=kde-frameworks/kconfig-5.58.0:5 >=kde-frameworks/kconfigwidgets-5.58.0:5 >=kde-frameworks/kcoreaddons-5.58.0:5 >=kde-frameworks/kdbusaddons-5.58.0:5 >=kde-frameworks/kdelibs4support-5.58.0:5 >=kde-frameworks/ki18n-5.58.0:5 >=kde-frameworks/kiconthemes-5.58.0:5 >=kde-frameworks/kio-5.58.0:5 >=kde-frameworks/kservice-5.58.0:5 >=kde-frameworks/kwidgetsaddons-5.58.0:5 >=kde-frameworks/kxmlgui-5.58.0:5 >=kde-frameworks/sonnet-5.58.0:5 >=dev-qt/qtdbus-5.12.3:5 >=dev-qt/qtgui-5.12.3:5 >=dev-qt/qtwidgets-5.12.3:5 >=dev-qt/qtxml-5.12.3:5 hotkeys? ( >=kde-plasma/khotkeys-5.16.1:5 ) >=kde-frameworks/kinit-5.58.0:5 dev-util/desktop-file-utils x11-misc/shared-mime-info >=dev-qt/qtcore-5.12.3:5 dev-util/desktop-file-utils +DEPEND=>=kde-frameworks/kcompletion-5.58.0:5 >=kde-frameworks/kconfig-5.58.0:5 >=kde-frameworks/kconfigwidgets-5.58.0:5 >=kde-frameworks/kcoreaddons-5.58.0:5 >=kde-frameworks/kdbusaddons-5.58.0:5 >=kde-frameworks/kdelibs4support-5.58.0:5 >=kde-frameworks/ki18n-5.58.0:5 >=kde-frameworks/kiconthemes-5.58.0:5 >=kde-frameworks/kio-5.58.0:5 >=kde-frameworks/kservice-5.58.0:5 >=kde-frameworks/kwidgetsaddons-5.58.0:5 >=kde-frameworks/kxmlgui-5.58.0:5 >=kde-frameworks/sonnet-5.58.0:5 >=dev-qt/qtdbus-5.12.3:5 >=dev-qt/qtgui-5.12.3:5 >=dev-qt/qtwidgets-5.12.3:5 >=dev-qt/qtxml-5.12.3:5 hotkeys? ( >=kde-plasma/khotkeys-5.16.2:5 ) >=kde-frameworks/kinit-5.58.0:5 dev-util/desktop-file-utils x11-misc/shared-mime-info >=dev-qt/qtcore-5.12.3:5 dev-util/desktop-file-utils DESCRIPTION=KDE Plasma menu editor EAPI=7 HOMEPAGE=https://cgit.kde.org/kmenuedit.git IUSE=+hotkeys debug +handbook KEYWORDS=~amd64 ~arm ~arm64 ~x86 LICENSE=GPL-2 -RDEPEND=>=kde-frameworks/kcompletion-5.58.0:5 >=kde-frameworks/kconfig-5.58.0:5 >=kde-frameworks/kconfigwidgets-5.58.0:5 >=kde-frameworks/kcoreaddons-5.58.0:5 >=kde-frameworks/kdbusaddons-5.58.0:5 >=kde-frameworks/kdelibs4support-5.58.0:5 >=kde-frameworks/ki18n-5.58.0:5 >=kde-frameworks/kiconthemes-5.58.0:5 >=kde-frameworks/kio-5.58.0:5 >=kde-frameworks/kservice-5.58.0:5 >=kde-frameworks/kwidgetsaddons-5.58.0:5 >=kde-frameworks/kxmlgui-5.58.0:5 >=kde-frameworks/sonnet-5.58.0:5 >=dev-qt/qtdbus-5.12.3:5 >=dev-qt/qtgui-5.12.3:5 >=dev-qt/qtwidgets-5.12.3:5 >=dev-qt/qtxml-5.12.3:5 hotkeys? ( >=kde-plasma/khotkeys-5.16.1:5 ) >=kde-frameworks/kf-env-4 || ( >=kde-frameworks/breeze-icons-5.58.0:5 kde-frameworks/oxygen-icons:* ) >=dev-qt/qtcore-5.12.3:5 +RDEPEND=>=kde-frameworks/kcompletion-5.58.0:5 >=kde-frameworks/kconfig-5.58.0:5 >=kde-frameworks/kconfigwidgets-5.58.0:5 >=kde-frameworks/kcoreaddons-5.58.0:5 >=kde-frameworks/kdbusaddons-5.58.0:5 >=kde-frameworks/kdelibs4support-5.58.0:5 >=kde-frameworks/ki18n-5.58.0:5 >=kde-frameworks/kiconthemes-5.58.0:5 >=kde-frameworks/kio-5.58.0:5 >=kde-frameworks/kservice-5.58.0:5 >=kde-frameworks/kwidgetsaddons-5.58.0:5 >=kde-frameworks/kxmlgui-5.58.0:5 >=kde-frameworks/sonnet-5.58.0:5 >=dev-qt/qtdbus-5.12.3:5 >=dev-qt/qtgui-5.12.3:5 >=dev-qt/qtwidgets-5.12.3:5 >=dev-qt/qtxml-5.12.3:5 hotkeys? ( >=kde-plasma/khotkeys-5.16.2:5 ) >=kde-frameworks/kf-env-4 || ( >=kde-frameworks/breeze-icons-5.58.0:5 kde-frameworks/oxygen-icons:* ) >=dev-qt/qtcore-5.12.3:5 SLOT=5 -SRC_URI=mirror://kde/stable/plasma/5.16.1/kmenuedit-5.16.1.tar.xz +SRC_URI=mirror://kde/stable/plasma/5.16.2/kmenuedit-5.16.2.tar.xz _eclasses_=cmake-utils 959a7fda0dce63de9a4e73a22294d6ec eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic 7ba73aee7fe4462b3a745e3645ab92ca kde5 d3b1e4258b75eed0a5062295d1758b25 kde5-functions 2dbbfc21b2646d8a3418041b240656a9 multilib 1d91b03d42ab6308b5f4f6b598ed110e multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f toolchain-funcs 8c7f9d80beedd16f2e5a7f612c609529 virtualx 401b718cc14d43a5a7fbe062c4851ba5 xdg c7ba313ea1eaf266f95cc6235f7d6a07 xdg-utils 14d00d009167652b1fa363e55effe213 _md5_=23e04be0c60b77627c041cb1b5cc2b07 diff --git a/metadata/md5-cache/kde-plasma/kscreen-5.16.1 b/metadata/md5-cache/kde-plasma/kscreen-5.16.2 similarity index 89% rename from metadata/md5-cache/kde-plasma/kscreen-5.16.1 rename to metadata/md5-cache/kde-plasma/kscreen-5.16.2 index e5a09f54620c..bc5fa3703695 100644 --- a/metadata/md5-cache/kde-plasma/kscreen-5.16.1 +++ b/metadata/md5-cache/kde-plasma/kscreen-5.16.2 @@ -1,15 +1,15 @@ BDEPEND=dev-util/ninja >=dev-util/cmake-3.9.6 >=kde-frameworks/extra-cmake-modules-5.58.0:5 DEFINED_PHASES=compile configure install nofetch postinst postrm preinst prepare setup test unpack -DEPEND=>=kde-frameworks/kconfig-5.58.0:5 >=kde-frameworks/kconfigwidgets-5.58.0:5 >=kde-frameworks/kcoreaddons-5.58.0:5 >=kde-frameworks/kdeclarative-5.58.0:5 >=kde-frameworks/kdbusaddons-5.58.0:5 >=kde-frameworks/kglobalaccel-5.58.0:5 >=kde-frameworks/ki18n-5.58.0:5 >=kde-frameworks/kiconthemes-5.58.0:5 >=kde-frameworks/kwidgetsaddons-5.58.0:5 >=kde-frameworks/kxmlgui-5.58.0:5 >=kde-frameworks/plasma-5.58.0:5 >=kde-plasma/libkscreen-5.16.1:5 >=dev-qt/qtdbus-5.12.3:5 >=dev-qt/qtdeclarative-5.12.3:5[widgets] >=dev-qt/qtgui-5.12.3:5 >=dev-qt/qtwidgets-5.12.3:5 dev-util/desktop-file-utils x11-misc/shared-mime-info test? ( >=dev-qt/qttest-5.12.3:5 ) >=dev-qt/qtcore-5.12.3:5 dev-util/desktop-file-utils +DEPEND=>=kde-frameworks/kconfig-5.58.0:5 >=kde-frameworks/kconfigwidgets-5.58.0:5 >=kde-frameworks/kcoreaddons-5.58.0:5 >=kde-frameworks/kdeclarative-5.58.0:5 >=kde-frameworks/kdbusaddons-5.58.0:5 >=kde-frameworks/kglobalaccel-5.58.0:5 >=kde-frameworks/ki18n-5.58.0:5 >=kde-frameworks/kiconthemes-5.58.0:5 >=kde-frameworks/kwidgetsaddons-5.58.0:5 >=kde-frameworks/kxmlgui-5.58.0:5 >=kde-frameworks/plasma-5.58.0:5 >=kde-plasma/libkscreen-5.16.2:5 >=dev-qt/qtdbus-5.12.3:5 >=dev-qt/qtdeclarative-5.12.3:5[widgets] >=dev-qt/qtgui-5.12.3:5 >=dev-qt/qtwidgets-5.12.3:5 dev-util/desktop-file-utils x11-misc/shared-mime-info test? ( >=dev-qt/qttest-5.12.3:5 ) >=dev-qt/qtcore-5.12.3:5 dev-util/desktop-file-utils DESCRIPTION=KDE Plasma screen management EAPI=7 HOMEPAGE=https://cgit.kde.org/kscreen.git IUSE=debug test KEYWORDS=~amd64 ~arm ~arm64 ~x86 LICENSE=GPL-2 -RDEPEND=>=kde-frameworks/kconfig-5.58.0:5 >=kde-frameworks/kconfigwidgets-5.58.0:5 >=kde-frameworks/kcoreaddons-5.58.0:5 >=kde-frameworks/kdeclarative-5.58.0:5 >=kde-frameworks/kdbusaddons-5.58.0:5 >=kde-frameworks/kglobalaccel-5.58.0:5 >=kde-frameworks/ki18n-5.58.0:5 >=kde-frameworks/kiconthemes-5.58.0:5 >=kde-frameworks/kwidgetsaddons-5.58.0:5 >=kde-frameworks/kxmlgui-5.58.0:5 >=kde-frameworks/plasma-5.58.0:5 >=kde-plasma/libkscreen-5.16.1:5 >=dev-qt/qtdbus-5.12.3:5 >=dev-qt/qtdeclarative-5.12.3:5[widgets] >=dev-qt/qtgui-5.12.3:5 >=dev-qt/qtwidgets-5.12.3:5 >=kde-plasma/kde-cli-tools-5.16.1:5 >=dev-qt/qtgraphicaleffects-5.12.3:5 >=kde-frameworks/kf-env-4 || ( >=kde-frameworks/breeze-icons-5.58.0:5 kde-frameworks/oxygen-icons:* ) >=dev-qt/qtcore-5.12.3:5 +RDEPEND=>=kde-frameworks/kconfig-5.58.0:5 >=kde-frameworks/kconfigwidgets-5.58.0:5 >=kde-frameworks/kcoreaddons-5.58.0:5 >=kde-frameworks/kdeclarative-5.58.0:5 >=kde-frameworks/kdbusaddons-5.58.0:5 >=kde-frameworks/kglobalaccel-5.58.0:5 >=kde-frameworks/ki18n-5.58.0:5 >=kde-frameworks/kiconthemes-5.58.0:5 >=kde-frameworks/kwidgetsaddons-5.58.0:5 >=kde-frameworks/kxmlgui-5.58.0:5 >=kde-frameworks/plasma-5.58.0:5 >=kde-plasma/libkscreen-5.16.2:5 >=dev-qt/qtdbus-5.12.3:5 >=dev-qt/qtdeclarative-5.12.3:5[widgets] >=dev-qt/qtgui-5.12.3:5 >=dev-qt/qtwidgets-5.12.3:5 >=kde-plasma/kde-cli-tools-5.16.2:5 >=dev-qt/qtgraphicaleffects-5.12.3:5 >=kde-frameworks/kf-env-4 || ( >=kde-frameworks/breeze-icons-5.58.0:5 kde-frameworks/oxygen-icons:* ) >=dev-qt/qtcore-5.12.3:5 RESTRICT=test SLOT=5 -SRC_URI=mirror://kde/stable/plasma/5.16.1/kscreen-5.16.1.tar.xz +SRC_URI=mirror://kde/stable/plasma/5.16.2/kscreen-5.16.2.tar.xz _eclasses_=cmake-utils 959a7fda0dce63de9a4e73a22294d6ec eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic 7ba73aee7fe4462b3a745e3645ab92ca kde5 d3b1e4258b75eed0a5062295d1758b25 kde5-functions 2dbbfc21b2646d8a3418041b240656a9 multilib 1d91b03d42ab6308b5f4f6b598ed110e multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f toolchain-funcs 8c7f9d80beedd16f2e5a7f612c609529 virtualx 401b718cc14d43a5a7fbe062c4851ba5 xdg c7ba313ea1eaf266f95cc6235f7d6a07 xdg-utils 14d00d009167652b1fa363e55effe213 _md5_=68bc237dd39fa2690430f359e9f7e06c diff --git a/metadata/md5-cache/kde-plasma/kscreenlocker-5.16.1 b/metadata/md5-cache/kde-plasma/kscreenlocker-5.16.2 similarity index 96% rename from metadata/md5-cache/kde-plasma/kscreenlocker-5.16.1 rename to metadata/md5-cache/kde-plasma/kscreenlocker-5.16.2 index 560126e383ee..185921ece029 100644 --- a/metadata/md5-cache/kde-plasma/kscreenlocker-5.16.1 +++ b/metadata/md5-cache/kde-plasma/kscreenlocker-5.16.2 @@ -7,11 +7,11 @@ HOMEPAGE=https://kde.org/ IUSE=consolekit +pam seccomp test debug test KEYWORDS=~amd64 ~arm ~arm64 ~x86 LICENSE=GPL-2 -PDEPEND=>=kde-plasma/kde-cli-tools-5.16.1:5 +PDEPEND=>=kde-plasma/kde-cli-tools-5.16.2:5 RDEPEND=>=kde-frameworks/kcmutils-5.58.0:5 >=kde-frameworks/kconfig-5.58.0:5 >=kde-frameworks/kconfigwidgets-5.58.0:5 >=kde-frameworks/kcoreaddons-5.58.0:5 >=kde-frameworks/kcrash-5.58.0:5 >=kde-frameworks/kdeclarative-5.58.0:5 >=kde-frameworks/kglobalaccel-5.58.0:5 >=kde-frameworks/ki18n-5.58.0:5 >=kde-frameworks/kidletime-5.58.0:5 >=kde-frameworks/knotifications-5.58.0:5 >=kde-frameworks/kpackage-5.58.0:5 >=kde-frameworks/ktextwidgets-5.58.0:5 >=kde-frameworks/kwayland-5.58.0:5 >=kde-frameworks/kwindowsystem-5.58.0:5 >=kde-frameworks/kxmlgui-5.58.0:5 >=kde-frameworks/solid-5.58.0:5 >=dev-qt/qtdbus-5.12.3:5 >=dev-qt/qtdeclarative-5.12.3:5[widgets] >=dev-qt/qtgui-5.12.3:5 >=dev-qt/qtnetwork-5.12.3:5 >=dev-qt/qtwidgets-5.12.3:5 >=dev-qt/qtx11extras-5.12.3:5 dev-libs/wayland x11-libs/libX11 x11-libs/libXi x11-libs/libxcb x11-libs/xcb-util-keysyms consolekit? ( sys-auth/consolekit ) pam? ( virtual/pam ) seccomp? ( sys-libs/libseccomp ) >=kde-frameworks/kf-env-4 || ( >=kde-frameworks/breeze-icons-5.58.0:5 kde-frameworks/oxygen-icons:* ) >=dev-qt/qtcore-5.12.3:5 REQUIRED_USE=seccomp? ( pam ) RESTRICT=test SLOT=5 -SRC_URI=mirror://kde/stable/plasma/5.16.1/kscreenlocker-5.16.1.tar.xz +SRC_URI=mirror://kde/stable/plasma/5.16.2/kscreenlocker-5.16.2.tar.xz _eclasses_=cmake-utils 959a7fda0dce63de9a4e73a22294d6ec eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic 7ba73aee7fe4462b3a745e3645ab92ca kde5 d3b1e4258b75eed0a5062295d1758b25 kde5-functions 2dbbfc21b2646d8a3418041b240656a9 multilib 1d91b03d42ab6308b5f4f6b598ed110e multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f pam 756a09f72c4cdbb55f2694c95f1e0860 toolchain-funcs 8c7f9d80beedd16f2e5a7f612c609529 virtualx 401b718cc14d43a5a7fbe062c4851ba5 xdg c7ba313ea1eaf266f95cc6235f7d6a07 xdg-utils 14d00d009167652b1fa363e55effe213 _md5_=1bdeec799f1b31a8f70b3276bcf84352 diff --git a/metadata/md5-cache/kde-plasma/ksshaskpass-5.16.1 b/metadata/md5-cache/kde-plasma/ksshaskpass-5.16.2 similarity index 96% rename from metadata/md5-cache/kde-plasma/ksshaskpass-5.16.1 rename to metadata/md5-cache/kde-plasma/ksshaskpass-5.16.2 index 43b5a5cf071d..a4b33dbda8cb 100644 --- a/metadata/md5-cache/kde-plasma/ksshaskpass-5.16.1 +++ b/metadata/md5-cache/kde-plasma/ksshaskpass-5.16.2 @@ -9,6 +9,6 @@ KEYWORDS=~amd64 ~arm ~arm64 ~x86 LICENSE=GPL-2 RDEPEND=>=kde-frameworks/kcoreaddons-5.58.0:5 >=kde-frameworks/ki18n-5.58.0:5 >=kde-frameworks/kwallet-5.58.0:5 >=kde-frameworks/kwidgetsaddons-5.58.0:5 >=dev-qt/qtwidgets-5.12.3:5 >=kde-frameworks/kf-env-4 || ( >=kde-frameworks/breeze-icons-5.58.0:5 kde-frameworks/oxygen-icons:* ) >=dev-qt/qtcore-5.12.3:5 SLOT=5 -SRC_URI=mirror://kde/stable/plasma/5.16.1/ksshaskpass-5.16.1.tar.xz +SRC_URI=mirror://kde/stable/plasma/5.16.2/ksshaskpass-5.16.2.tar.xz _eclasses_=cmake-utils 959a7fda0dce63de9a4e73a22294d6ec eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic 7ba73aee7fe4462b3a745e3645ab92ca kde5 d3b1e4258b75eed0a5062295d1758b25 kde5-functions 2dbbfc21b2646d8a3418041b240656a9 multilib 1d91b03d42ab6308b5f4f6b598ed110e multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f toolchain-funcs 8c7f9d80beedd16f2e5a7f612c609529 virtualx 401b718cc14d43a5a7fbe062c4851ba5 xdg c7ba313ea1eaf266f95cc6235f7d6a07 xdg-utils 14d00d009167652b1fa363e55effe213 _md5_=f9cb019a4dbd4584cf783d473f7ce246 diff --git a/metadata/md5-cache/kde-plasma/ksysguard-5.16.1 b/metadata/md5-cache/kde-plasma/ksysguard-5.16.2 similarity index 93% rename from metadata/md5-cache/kde-plasma/ksysguard-5.16.1 rename to metadata/md5-cache/kde-plasma/ksysguard-5.16.2 index bb03015efe94..61f94c8698b5 100644 --- a/metadata/md5-cache/kde-plasma/ksysguard-5.16.1 +++ b/metadata/md5-cache/kde-plasma/ksysguard-5.16.2 @@ -1,14 +1,14 @@ BDEPEND=dev-util/ninja >=dev-util/cmake-3.9.6 >=kde-frameworks/extra-cmake-modules-5.58.0:5 handbook? ( >=kde-frameworks/kdoctools-5.58.0:5 ) DEFINED_PHASES=compile configure install nofetch postinst postrm preinst prepare setup test unpack -DEPEND=>=kde-frameworks/kcompletion-5.58.0:5 >=kde-frameworks/kconfig-5.58.0:5 >=kde-frameworks/kconfigwidgets-5.58.0:5 >=kde-frameworks/kcoreaddons-5.58.0:5 >=kde-frameworks/kdbusaddons-5.58.0:5 >=kde-frameworks/ki18n-5.58.0:5 >=kde-frameworks/kiconthemes-5.58.0:5 >=kde-frameworks/kinit-5.58.0:5 >=kde-frameworks/kio-5.58.0:5 >=kde-frameworks/kitemviews-5.58.0:5 >=kde-frameworks/knewstuff-5.58.0:5 >=kde-frameworks/knotifications-5.58.0:5 >=kde-frameworks/kwidgetsaddons-5.58.0:5 >=kde-frameworks/kwindowsystem-5.58.0:5 >=kde-frameworks/kxmlgui-5.58.0:5 >=kde-plasma/libksysguard-5.16.1:5[-minimal(-)] >=dev-qt/qtdbus-5.12.3:5 >=dev-qt/qtgui-5.12.3:5 >=dev-qt/qtwidgets-5.12.3:5 >=dev-qt/qtxml-5.12.3:5 lm_sensors? ( sys-apps/lm_sensors:= ) dev-util/desktop-file-utils x11-misc/shared-mime-info >=dev-qt/qtcore-5.12.3:5 dev-util/desktop-file-utils +DEPEND=>=kde-frameworks/kcompletion-5.58.0:5 >=kde-frameworks/kconfig-5.58.0:5 >=kde-frameworks/kconfigwidgets-5.58.0:5 >=kde-frameworks/kcoreaddons-5.58.0:5 >=kde-frameworks/kdbusaddons-5.58.0:5 >=kde-frameworks/ki18n-5.58.0:5 >=kde-frameworks/kiconthemes-5.58.0:5 >=kde-frameworks/kinit-5.58.0:5 >=kde-frameworks/kio-5.58.0:5 >=kde-frameworks/kitemviews-5.58.0:5 >=kde-frameworks/knewstuff-5.58.0:5 >=kde-frameworks/knotifications-5.58.0:5 >=kde-frameworks/kwidgetsaddons-5.58.0:5 >=kde-frameworks/kwindowsystem-5.58.0:5 >=kde-frameworks/kxmlgui-5.58.0:5 >=kde-plasma/libksysguard-5.16.2:5[-minimal(-)] >=dev-qt/qtdbus-5.12.3:5 >=dev-qt/qtgui-5.12.3:5 >=dev-qt/qtwidgets-5.12.3:5 >=dev-qt/qtxml-5.12.3:5 lm_sensors? ( sys-apps/lm_sensors:= ) dev-util/desktop-file-utils x11-misc/shared-mime-info >=dev-qt/qtcore-5.12.3:5 dev-util/desktop-file-utils DESCRIPTION=Network-enabled task manager and system monitor EAPI=7 HOMEPAGE=https://kde.org/ IUSE=lm_sensors debug +handbook KEYWORDS=~amd64 ~arm ~arm64 ~x86 LICENSE=GPL-2+ -RDEPEND=>=kde-frameworks/kcompletion-5.58.0:5 >=kde-frameworks/kconfig-5.58.0:5 >=kde-frameworks/kconfigwidgets-5.58.0:5 >=kde-frameworks/kcoreaddons-5.58.0:5 >=kde-frameworks/kdbusaddons-5.58.0:5 >=kde-frameworks/ki18n-5.58.0:5 >=kde-frameworks/kiconthemes-5.58.0:5 >=kde-frameworks/kinit-5.58.0:5 >=kde-frameworks/kio-5.58.0:5 >=kde-frameworks/kitemviews-5.58.0:5 >=kde-frameworks/knewstuff-5.58.0:5 >=kde-frameworks/knotifications-5.58.0:5 >=kde-frameworks/kwidgetsaddons-5.58.0:5 >=kde-frameworks/kwindowsystem-5.58.0:5 >=kde-frameworks/kxmlgui-5.58.0:5 >=kde-plasma/libksysguard-5.16.1:5[-minimal(-)] >=dev-qt/qtdbus-5.12.3:5 >=dev-qt/qtgui-5.12.3:5 >=dev-qt/qtwidgets-5.12.3:5 >=dev-qt/qtxml-5.12.3:5 lm_sensors? ( sys-apps/lm_sensors:= ) >=kde-frameworks/kf-env-4 || ( >=kde-frameworks/breeze-icons-5.58.0:5 kde-frameworks/oxygen-icons:* ) >=dev-qt/qtcore-5.12.3:5 +RDEPEND=>=kde-frameworks/kcompletion-5.58.0:5 >=kde-frameworks/kconfig-5.58.0:5 >=kde-frameworks/kconfigwidgets-5.58.0:5 >=kde-frameworks/kcoreaddons-5.58.0:5 >=kde-frameworks/kdbusaddons-5.58.0:5 >=kde-frameworks/ki18n-5.58.0:5 >=kde-frameworks/kiconthemes-5.58.0:5 >=kde-frameworks/kinit-5.58.0:5 >=kde-frameworks/kio-5.58.0:5 >=kde-frameworks/kitemviews-5.58.0:5 >=kde-frameworks/knewstuff-5.58.0:5 >=kde-frameworks/knotifications-5.58.0:5 >=kde-frameworks/kwidgetsaddons-5.58.0:5 >=kde-frameworks/kwindowsystem-5.58.0:5 >=kde-frameworks/kxmlgui-5.58.0:5 >=kde-plasma/libksysguard-5.16.2:5[-minimal(-)] >=dev-qt/qtdbus-5.12.3:5 >=dev-qt/qtgui-5.12.3:5 >=dev-qt/qtwidgets-5.12.3:5 >=dev-qt/qtxml-5.12.3:5 lm_sensors? ( sys-apps/lm_sensors:= ) >=kde-frameworks/kf-env-4 || ( >=kde-frameworks/breeze-icons-5.58.0:5 kde-frameworks/oxygen-icons:* ) >=dev-qt/qtcore-5.12.3:5 SLOT=5 -SRC_URI=mirror://kde/stable/plasma/5.16.1/ksysguard-5.16.1.tar.xz +SRC_URI=mirror://kde/stable/plasma/5.16.2/ksysguard-5.16.2.tar.xz _eclasses_=cmake-utils 959a7fda0dce63de9a4e73a22294d6ec eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic 7ba73aee7fe4462b3a745e3645ab92ca kde5 d3b1e4258b75eed0a5062295d1758b25 kde5-functions 2dbbfc21b2646d8a3418041b240656a9 multilib 1d91b03d42ab6308b5f4f6b598ed110e multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f toolchain-funcs 8c7f9d80beedd16f2e5a7f612c609529 virtualx 401b718cc14d43a5a7fbe062c4851ba5 xdg c7ba313ea1eaf266f95cc6235f7d6a07 xdg-utils 14d00d009167652b1fa363e55effe213 _md5_=40e3968294808b72b8a2ac450a213bf4 diff --git a/metadata/md5-cache/kde-plasma/kwallet-pam-5.16.1 b/metadata/md5-cache/kde-plasma/kwallet-pam-5.16.2 similarity index 95% rename from metadata/md5-cache/kde-plasma/kwallet-pam-5.16.1 rename to metadata/md5-cache/kde-plasma/kwallet-pam-5.16.2 index 02e62811e8d1..b96ab05f1096 100644 --- a/metadata/md5-cache/kde-plasma/kwallet-pam-5.16.1 +++ b/metadata/md5-cache/kde-plasma/kwallet-pam-5.16.2 @@ -9,6 +9,6 @@ KEYWORDS=~amd64 ~arm ~arm64 ~x86 LICENSE=LGPL-2.1 RDEPEND=>=kde-frameworks/kwallet-5.58.0:5 dev-libs/libgcrypt:0= virtual/pam net-misc/socat >=kde-frameworks/kf-env-4 || ( >=kde-frameworks/breeze-icons-5.58.0:5 kde-frameworks/oxygen-icons:* ) >=dev-qt/qtcore-5.12.3:5 SLOT=5 -SRC_URI=mirror://kde/stable/plasma/5.16.1/kwallet-pam-5.16.1.tar.xz +SRC_URI=mirror://kde/stable/plasma/5.16.2/kwallet-pam-5.16.2.tar.xz _eclasses_=cmake-utils 959a7fda0dce63de9a4e73a22294d6ec eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic 7ba73aee7fe4462b3a745e3645ab92ca kde5 d3b1e4258b75eed0a5062295d1758b25 kde5-functions 2dbbfc21b2646d8a3418041b240656a9 multilib 1d91b03d42ab6308b5f4f6b598ed110e multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f toolchain-funcs 8c7f9d80beedd16f2e5a7f612c609529 virtualx 401b718cc14d43a5a7fbe062c4851ba5 xdg c7ba313ea1eaf266f95cc6235f7d6a07 xdg-utils 14d00d009167652b1fa363e55effe213 _md5_=e2051dff384d95e1d000a33414fe58ef diff --git a/metadata/md5-cache/kde-plasma/kwayland-integration-5.16.1 b/metadata/md5-cache/kde-plasma/kwayland-integration-5.16.2 similarity index 95% rename from metadata/md5-cache/kde-plasma/kwayland-integration-5.16.1 rename to metadata/md5-cache/kde-plasma/kwayland-integration-5.16.2 index 016976331db1..1a50935f3518 100644 --- a/metadata/md5-cache/kde-plasma/kwayland-integration-5.16.1 +++ b/metadata/md5-cache/kde-plasma/kwayland-integration-5.16.2 @@ -10,6 +10,6 @@ LICENSE=LGPL-2.1 RDEPEND=>=kde-frameworks/kidletime-5.58.0:5 >=kde-frameworks/kwayland-5.58.0:5 >=kde-frameworks/kwindowsystem-5.58.0:5 >=dev-qt/qtgui-5.12.3:5 >=dev-qt/qtwidgets-5.12.3:5 >=kde-frameworks/kf-env-4 || ( >=kde-frameworks/breeze-icons-5.58.0:5 kde-frameworks/oxygen-icons:* ) >=dev-qt/qtcore-5.12.3:5 RESTRICT=test SLOT=5 -SRC_URI=mirror://kde/stable/plasma/5.16.1/kwayland-integration-5.16.1.tar.xz +SRC_URI=mirror://kde/stable/plasma/5.16.2/kwayland-integration-5.16.2.tar.xz _eclasses_=cmake-utils 959a7fda0dce63de9a4e73a22294d6ec eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic 7ba73aee7fe4462b3a745e3645ab92ca kde5 d3b1e4258b75eed0a5062295d1758b25 kde5-functions 2dbbfc21b2646d8a3418041b240656a9 multilib 1d91b03d42ab6308b5f4f6b598ed110e multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f toolchain-funcs 8c7f9d80beedd16f2e5a7f612c609529 virtualx 401b718cc14d43a5a7fbe062c4851ba5 xdg c7ba313ea1eaf266f95cc6235f7d6a07 xdg-utils 14d00d009167652b1fa363e55effe213 _md5_=29355b48aa1e394727d2739f2ce2fc62 diff --git a/metadata/md5-cache/kde-plasma/kwin-5.16.1 b/metadata/md5-cache/kde-plasma/kwin-5.16.2 similarity index 92% rename from metadata/md5-cache/kde-plasma/kwin-5.16.1 rename to metadata/md5-cache/kde-plasma/kwin-5.16.2 index 1b3f753f1dc6..01b42a15d1ae 100644 --- a/metadata/md5-cache/kde-plasma/kwin-5.16.1 +++ b/metadata/md5-cache/kde-plasma/kwin-5.16.2 @@ -1,16 +1,16 @@ BDEPEND=dev-util/ninja >=dev-util/cmake-3.9.6 test? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) >=kde-frameworks/extra-cmake-modules-5.58.0:5 handbook? ( >=kde-frameworks/kdoctools-5.58.0:5 ) DEFINED_PHASES=compile configure install nofetch postinst postrm preinst prepare setup test unpack -DEPEND=>=kde-frameworks/kactivities-5.58.0:5 >=kde-frameworks/kauth-5.58.0:5 >=kde-frameworks/kcmutils-5.58.0:5 >=kde-frameworks/kcompletion-5.58.0:5 >=kde-frameworks/kconfig-5.58.0:5 >=kde-frameworks/kconfigwidgets-5.58.0:5 >=kde-frameworks/kcoreaddons-5.58.0:5 >=kde-frameworks/kcrash-5.58.0:5 >=kde-frameworks/kdeclarative-5.58.0:5 >=kde-frameworks/kglobalaccel-5.58.0:5= >=kde-frameworks/ki18n-5.58.0:5 >=kde-frameworks/kiconthemes-5.58.0:5 >=kde-frameworks/kidletime-5.58.0:5= >=kde-frameworks/kinit-5.58.0:5 >=kde-frameworks/kio-5.58.0:5 >=kde-frameworks/knewstuff-5.58.0:5 >=kde-frameworks/knotifications-5.58.0:5 >=kde-frameworks/kpackage-5.58.0:5 >=kde-frameworks/kservice-5.58.0:5 >=kde-frameworks/ktextwidgets-5.58.0:5 >=kde-frameworks/kwayland-5.58.0:5 >=kde-frameworks/kwidgetsaddons-5.58.0:5 >=kde-frameworks/kwindowsystem-5.58.0:5[X] >=kde-frameworks/kxmlgui-5.58.0:5 >=kde-frameworks/plasma-5.58.0:5 >=kde-plasma/breeze-5.16.1:5 >=kde-plasma/kdecoration-5.16.1:5 >=kde-plasma/kscreenlocker-5.16.1:5 >=dev-qt/qtdbus-5.12.3:5 >=dev-qt/qtdeclarative-5.12.3:5 >=dev-qt/qtgui-5.12.3:5=[gles2=] >=dev-qt/qtscript-5.12.3:5 >=dev-qt/qtsensors-5.12.3:5 >=dev-qt/qtwidgets-5.12.3:5 >=dev-qt/qtx11extras-5.12.3:5 >=dev-libs/libinput-1.9 >=dev-libs/wayland-1.2 media-libs/fontconfig media-libs/freetype media-libs/libepoxy media-libs/mesa[egl,gbm,gles2?,wayland] virtual/libudev:= x11-libs/libICE x11-libs/libSM x11-libs/libX11 x11-libs/libXi x11-libs/libdrm >=x11-libs/libxcb-1.10 >=x11-libs/libxkbcommon-0.7.0 x11-libs/xcb-util-cursor x11-libs/xcb-util-image x11-libs/xcb-util-keysyms x11-libs/xcb-util-wm caps? ( sys-libs/libcap ) >=dev-qt/designer-5.12.3:5 >=dev-qt/qtconcurrent-5.12.3:5 x11-base/xorg-proto dev-util/desktop-file-utils x11-misc/shared-mime-info test? ( >=dev-qt/qttest-5.12.3:5 ) >=dev-qt/qtcore-5.12.3:5 dev-util/desktop-file-utils +DEPEND=>=kde-frameworks/kactivities-5.58.0:5 >=kde-frameworks/kauth-5.58.0:5 >=kde-frameworks/kcmutils-5.58.0:5 >=kde-frameworks/kcompletion-5.58.0:5 >=kde-frameworks/kconfig-5.58.0:5 >=kde-frameworks/kconfigwidgets-5.58.0:5 >=kde-frameworks/kcoreaddons-5.58.0:5 >=kde-frameworks/kcrash-5.58.0:5 >=kde-frameworks/kdeclarative-5.58.0:5 >=kde-frameworks/kglobalaccel-5.58.0:5= >=kde-frameworks/ki18n-5.58.0:5 >=kde-frameworks/kiconthemes-5.58.0:5 >=kde-frameworks/kidletime-5.58.0:5= >=kde-frameworks/kinit-5.58.0:5 >=kde-frameworks/kio-5.58.0:5 >=kde-frameworks/knewstuff-5.58.0:5 >=kde-frameworks/knotifications-5.58.0:5 >=kde-frameworks/kpackage-5.58.0:5 >=kde-frameworks/kservice-5.58.0:5 >=kde-frameworks/ktextwidgets-5.58.0:5 >=kde-frameworks/kwayland-5.58.0:5 >=kde-frameworks/kwidgetsaddons-5.58.0:5 >=kde-frameworks/kwindowsystem-5.58.0:5[X] >=kde-frameworks/kxmlgui-5.58.0:5 >=kde-frameworks/plasma-5.58.0:5 >=kde-plasma/breeze-5.16.2:5 >=kde-plasma/kdecoration-5.16.2:5 >=kde-plasma/kscreenlocker-5.16.2:5 >=dev-qt/qtdbus-5.12.3:5 >=dev-qt/qtdeclarative-5.12.3:5 >=dev-qt/qtgui-5.12.3:5=[gles2=] >=dev-qt/qtscript-5.12.3:5 >=dev-qt/qtsensors-5.12.3:5 >=dev-qt/qtwidgets-5.12.3:5 >=dev-qt/qtx11extras-5.12.3:5 >=dev-libs/libinput-1.9 >=dev-libs/wayland-1.2 media-libs/fontconfig media-libs/freetype media-libs/libepoxy media-libs/mesa[egl,gbm,gles2?,wayland] virtual/libudev:= x11-libs/libICE x11-libs/libSM x11-libs/libX11 x11-libs/libXi x11-libs/libdrm >=x11-libs/libxcb-1.10 >=x11-libs/libxkbcommon-0.7.0 x11-libs/xcb-util-cursor x11-libs/xcb-util-image x11-libs/xcb-util-keysyms x11-libs/xcb-util-wm caps? ( sys-libs/libcap ) >=dev-qt/designer-5.12.3:5 >=dev-qt/qtconcurrent-5.12.3:5 x11-base/xorg-proto dev-util/desktop-file-utils x11-misc/shared-mime-info test? ( >=dev-qt/qttest-5.12.3:5 ) >=dev-qt/qtcore-5.12.3:5 dev-util/desktop-file-utils DESCRIPTION=Flexible, composited Window Manager for windowing systems on Linux EAPI=7 HOMEPAGE=https://kde.org/ IUSE=caps gles2 multimedia test debug +handbook test KEYWORDS=~amd64 ~arm ~arm64 ~x86 LICENSE=GPL-2+ -PDEPEND=>=kde-plasma/kde-cli-tools-5.16.1:5 -RDEPEND=>=kde-frameworks/kactivities-5.58.0:5 >=kde-frameworks/kauth-5.58.0:5 >=kde-frameworks/kcmutils-5.58.0:5 >=kde-frameworks/kcompletion-5.58.0:5 >=kde-frameworks/kconfig-5.58.0:5 >=kde-frameworks/kconfigwidgets-5.58.0:5 >=kde-frameworks/kcoreaddons-5.58.0:5 >=kde-frameworks/kcrash-5.58.0:5 >=kde-frameworks/kdeclarative-5.58.0:5 >=kde-frameworks/kglobalaccel-5.58.0:5= >=kde-frameworks/ki18n-5.58.0:5 >=kde-frameworks/kiconthemes-5.58.0:5 >=kde-frameworks/kidletime-5.58.0:5= >=kde-frameworks/kinit-5.58.0:5 >=kde-frameworks/kio-5.58.0:5 >=kde-frameworks/knewstuff-5.58.0:5 >=kde-frameworks/knotifications-5.58.0:5 >=kde-frameworks/kpackage-5.58.0:5 >=kde-frameworks/kservice-5.58.0:5 >=kde-frameworks/ktextwidgets-5.58.0:5 >=kde-frameworks/kwayland-5.58.0:5 >=kde-frameworks/kwidgetsaddons-5.58.0:5 >=kde-frameworks/kwindowsystem-5.58.0:5[X] >=kde-frameworks/kxmlgui-5.58.0:5 >=kde-frameworks/plasma-5.58.0:5 >=kde-plasma/breeze-5.16.1:5 >=kde-plasma/kdecoration-5.16.1:5 >=kde-plasma/kscreenlocker-5.16.1:5 >=dev-qt/qtdbus-5.12.3:5 >=dev-qt/qtdeclarative-5.12.3:5 >=dev-qt/qtgui-5.12.3:5=[gles2=] >=dev-qt/qtscript-5.12.3:5 >=dev-qt/qtsensors-5.12.3:5 >=dev-qt/qtwidgets-5.12.3:5 >=dev-qt/qtx11extras-5.12.3:5 >=dev-libs/libinput-1.9 >=dev-libs/wayland-1.2 media-libs/fontconfig media-libs/freetype media-libs/libepoxy media-libs/mesa[egl,gbm,gles2?,wayland] virtual/libudev:= x11-libs/libICE x11-libs/libSM x11-libs/libX11 x11-libs/libXi x11-libs/libdrm >=x11-libs/libxcb-1.10 >=x11-libs/libxkbcommon-0.7.0 x11-libs/xcb-util-cursor x11-libs/xcb-util-image x11-libs/xcb-util-keysyms x11-libs/xcb-util-wm caps? ( sys-libs/libcap ) >=kde-frameworks/kirigami-5.58.0:5 >=dev-qt/qtquickcontrols-5.12.3:5 >=dev-qt/qtquickcontrols2-5.12.3:5 >=dev-qt/qtvirtualkeyboard-5.12.3:5 multimedia? ( >=dev-qt/qtmultimedia-5.12.3:5[gstreamer,qml] ) >=kde-frameworks/kf-env-4 || ( >=kde-frameworks/breeze-icons-5.58.0:5 kde-frameworks/oxygen-icons:* ) >=dev-qt/qtcore-5.12.3:5 +PDEPEND=>=kde-plasma/kde-cli-tools-5.16.2:5 +RDEPEND=>=kde-frameworks/kactivities-5.58.0:5 >=kde-frameworks/kauth-5.58.0:5 >=kde-frameworks/kcmutils-5.58.0:5 >=kde-frameworks/kcompletion-5.58.0:5 >=kde-frameworks/kconfig-5.58.0:5 >=kde-frameworks/kconfigwidgets-5.58.0:5 >=kde-frameworks/kcoreaddons-5.58.0:5 >=kde-frameworks/kcrash-5.58.0:5 >=kde-frameworks/kdeclarative-5.58.0:5 >=kde-frameworks/kglobalaccel-5.58.0:5= >=kde-frameworks/ki18n-5.58.0:5 >=kde-frameworks/kiconthemes-5.58.0:5 >=kde-frameworks/kidletime-5.58.0:5= >=kde-frameworks/kinit-5.58.0:5 >=kde-frameworks/kio-5.58.0:5 >=kde-frameworks/knewstuff-5.58.0:5 >=kde-frameworks/knotifications-5.58.0:5 >=kde-frameworks/kpackage-5.58.0:5 >=kde-frameworks/kservice-5.58.0:5 >=kde-frameworks/ktextwidgets-5.58.0:5 >=kde-frameworks/kwayland-5.58.0:5 >=kde-frameworks/kwidgetsaddons-5.58.0:5 >=kde-frameworks/kwindowsystem-5.58.0:5[X] >=kde-frameworks/kxmlgui-5.58.0:5 >=kde-frameworks/plasma-5.58.0:5 >=kde-plasma/breeze-5.16.2:5 >=kde-plasma/kdecoration-5.16.2:5 >=kde-plasma/kscreenlocker-5.16.2:5 >=dev-qt/qtdbus-5.12.3:5 >=dev-qt/qtdeclarative-5.12.3:5 >=dev-qt/qtgui-5.12.3:5=[gles2=] >=dev-qt/qtscript-5.12.3:5 >=dev-qt/qtsensors-5.12.3:5 >=dev-qt/qtwidgets-5.12.3:5 >=dev-qt/qtx11extras-5.12.3:5 >=dev-libs/libinput-1.9 >=dev-libs/wayland-1.2 media-libs/fontconfig media-libs/freetype media-libs/libepoxy media-libs/mesa[egl,gbm,gles2?,wayland] virtual/libudev:= x11-libs/libICE x11-libs/libSM x11-libs/libX11 x11-libs/libXi x11-libs/libdrm >=x11-libs/libxcb-1.10 >=x11-libs/libxkbcommon-0.7.0 x11-libs/xcb-util-cursor x11-libs/xcb-util-image x11-libs/xcb-util-keysyms x11-libs/xcb-util-wm caps? ( sys-libs/libcap ) >=kde-frameworks/kirigami-5.58.0:5 >=dev-qt/qtquickcontrols-5.12.3:5 >=dev-qt/qtquickcontrols2-5.12.3:5 >=dev-qt/qtvirtualkeyboard-5.12.3:5 multimedia? ( >=dev-qt/qtmultimedia-5.12.3:5[gstreamer,qml] ) >=kde-frameworks/kf-env-4 || ( >=kde-frameworks/breeze-icons-5.58.0:5 kde-frameworks/oxygen-icons:* ) >=dev-qt/qtcore-5.12.3:5 RESTRICT=test SLOT=5 -SRC_URI=mirror://kde/stable/plasma/5.16.1/kwin-5.16.1.tar.xz +SRC_URI=mirror://kde/stable/plasma/5.16.2/kwin-5.16.2.tar.xz _eclasses_=cmake-utils 959a7fda0dce63de9a4e73a22294d6ec eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic 7ba73aee7fe4462b3a745e3645ab92ca kde5 d3b1e4258b75eed0a5062295d1758b25 kde5-functions 2dbbfc21b2646d8a3418041b240656a9 multilib 1d91b03d42ab6308b5f4f6b598ed110e multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f toolchain-funcs 8c7f9d80beedd16f2e5a7f612c609529 virtualx 401b718cc14d43a5a7fbe062c4851ba5 xdg c7ba313ea1eaf266f95cc6235f7d6a07 xdg-utils 14d00d009167652b1fa363e55effe213 _md5_=bdd4ba638c1e1dfa88ee58564acb435a diff --git a/metadata/md5-cache/kde-plasma/kwrited-5.16.1 b/metadata/md5-cache/kde-plasma/kwrited-5.16.2 similarity index 96% rename from metadata/md5-cache/kde-plasma/kwrited-5.16.1 rename to metadata/md5-cache/kde-plasma/kwrited-5.16.2 index 344c0d9823f2..2495f8fca2c3 100644 --- a/metadata/md5-cache/kde-plasma/kwrited-5.16.1 +++ b/metadata/md5-cache/kde-plasma/kwrited-5.16.2 @@ -9,6 +9,6 @@ KEYWORDS=~amd64 ~arm ~arm64 ~x86 LICENSE=GPL-2 RDEPEND=>=kde-frameworks/kcoreaddons-5.58.0:5 >=kde-frameworks/kdbusaddons-5.58.0:5 >=kde-frameworks/ki18n-5.58.0:5 >=kde-frameworks/knotifications-5.58.0:5 >=kde-frameworks/kpty-5.58.0:5 >=dev-qt/qtgui-5.12.3:5 >=dev-qt/qtwidgets-5.12.3:5 >=kde-frameworks/kf-env-4 || ( >=kde-frameworks/breeze-icons-5.58.0:5 kde-frameworks/oxygen-icons:* ) >=dev-qt/qtcore-5.12.3:5 SLOT=5 -SRC_URI=mirror://kde/stable/plasma/5.16.1/kwrited-5.16.1.tar.xz +SRC_URI=mirror://kde/stable/plasma/5.16.2/kwrited-5.16.2.tar.xz _eclasses_=cmake-utils 959a7fda0dce63de9a4e73a22294d6ec eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic 7ba73aee7fe4462b3a745e3645ab92ca kde5 d3b1e4258b75eed0a5062295d1758b25 kde5-functions 2dbbfc21b2646d8a3418041b240656a9 multilib 1d91b03d42ab6308b5f4f6b598ed110e multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f toolchain-funcs 8c7f9d80beedd16f2e5a7f612c609529 virtualx 401b718cc14d43a5a7fbe062c4851ba5 xdg c7ba313ea1eaf266f95cc6235f7d6a07 xdg-utils 14d00d009167652b1fa363e55effe213 _md5_=17ca5b495175260eb01d3a14e3e56b1d diff --git a/metadata/md5-cache/kde-plasma/libkscreen-5.16.1 b/metadata/md5-cache/kde-plasma/libkscreen-5.16.2 similarity index 96% rename from metadata/md5-cache/kde-plasma/libkscreen-5.16.1 rename to metadata/md5-cache/kde-plasma/libkscreen-5.16.2 index 84685d8f6961..6ad58254b2ec 100644 --- a/metadata/md5-cache/kde-plasma/libkscreen-5.16.1 +++ b/metadata/md5-cache/kde-plasma/libkscreen-5.16.2 @@ -10,6 +10,6 @@ LICENSE=GPL-2 RDEPEND=>=kde-frameworks/kwayland-5.58.0:5 >=dev-qt/qtdbus-5.12.3:5 >=dev-qt/qtgui-5.12.3:5 >=dev-qt/qtx11extras-5.12.3:5 x11-libs/libxcb >=kde-frameworks/kf-env-4 || ( >=kde-frameworks/breeze-icons-5.58.0:5 kde-frameworks/oxygen-icons:* ) >=dev-qt/qtcore-5.12.3:5 doc? ( >=dev-qt/qt-docs-5.12.3:5 ) RESTRICT=test SLOT=5/7 -SRC_URI=mirror://kde/stable/plasma/5.16.1/libkscreen-5.16.1.tar.xz +SRC_URI=mirror://kde/stable/plasma/5.16.2/libkscreen-5.16.2.tar.xz _eclasses_=cmake-utils 959a7fda0dce63de9a4e73a22294d6ec eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic 7ba73aee7fe4462b3a745e3645ab92ca kde5 d3b1e4258b75eed0a5062295d1758b25 kde5-functions 2dbbfc21b2646d8a3418041b240656a9 multilib 1d91b03d42ab6308b5f4f6b598ed110e multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f toolchain-funcs 8c7f9d80beedd16f2e5a7f612c609529 virtualx 401b718cc14d43a5a7fbe062c4851ba5 xdg c7ba313ea1eaf266f95cc6235f7d6a07 xdg-utils 14d00d009167652b1fa363e55effe213 _md5_=f8f0fc93f3156992d134e0844c745986 diff --git a/metadata/md5-cache/kde-plasma/libksysguard-5.16.1 b/metadata/md5-cache/kde-plasma/libksysguard-5.16.2 similarity index 97% rename from metadata/md5-cache/kde-plasma/libksysguard-5.16.1 rename to metadata/md5-cache/kde-plasma/libksysguard-5.16.2 index 8df7365112e5..ac80e9cb692d 100644 --- a/metadata/md5-cache/kde-plasma/libksysguard-5.16.1 +++ b/metadata/md5-cache/kde-plasma/libksysguard-5.16.2 @@ -9,6 +9,6 @@ KEYWORDS=~amd64 ~arm ~arm64 ~x86 LICENSE=LGPL-2+ RDEPEND=>=kde-frameworks/kauth-5.58.0:5 >=kde-frameworks/kcompletion-5.58.0:5 >=kde-frameworks/kconfig-5.58.0:5 >=kde-frameworks/kconfigwidgets-5.58.0:5 >=kde-frameworks/kcoreaddons-5.58.0:5 >=kde-frameworks/ki18n-5.58.0:5 >=kde-frameworks/kwidgetsaddons-5.58.0:5 >=kde-frameworks/kwindowsystem-5.58.0:5 >=dev-qt/qtdbus-5.12.3:5 >=dev-qt/qtgui-5.12.3:5 >=dev-qt/qtnetwork-5.12.3:5 >=dev-qt/qtwidgets-5.12.3:5 sys-libs/zlib webengine? ( >=dev-qt/qtwebengine-5.12.3:5 ) X? ( >=dev-qt/qtx11extras-5.12.3:5 x11-libs/libX11 x11-libs/libXres ) >=kde-frameworks/kf-env-4 || ( >=kde-frameworks/breeze-icons-5.58.0:5 kde-frameworks/oxygen-icons:* ) >=dev-qt/qtcore-5.12.3:5 SLOT=5 -SRC_URI=mirror://kde/stable/plasma/5.16.1/libksysguard-5.16.1.tar.xz +SRC_URI=mirror://kde/stable/plasma/5.16.2/libksysguard-5.16.2.tar.xz _eclasses_=cmake-utils 959a7fda0dce63de9a4e73a22294d6ec eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic 7ba73aee7fe4462b3a745e3645ab92ca kde5 d3b1e4258b75eed0a5062295d1758b25 kde5-functions 2dbbfc21b2646d8a3418041b240656a9 multilib 1d91b03d42ab6308b5f4f6b598ed110e multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f toolchain-funcs 8c7f9d80beedd16f2e5a7f612c609529 virtualx 401b718cc14d43a5a7fbe062c4851ba5 xdg c7ba313ea1eaf266f95cc6235f7d6a07 xdg-utils 14d00d009167652b1fa363e55effe213 _md5_=e88562caa48cb72e459e333f44237299 diff --git a/metadata/md5-cache/kde-plasma/libkworkspace-5.16.1 b/metadata/md5-cache/kde-plasma/libkworkspace-5.16.2 similarity index 92% rename from metadata/md5-cache/kde-plasma/libkworkspace-5.16.1 rename to metadata/md5-cache/kde-plasma/libkworkspace-5.16.2 index 34c47fbacf22..9ac7544f8a7e 100644 --- a/metadata/md5-cache/kde-plasma/libkworkspace-5.16.1 +++ b/metadata/md5-cache/kde-plasma/libkworkspace-5.16.2 @@ -1,6 +1,6 @@ BDEPEND=dev-util/ninja >=dev-util/cmake-3.9.6 >=kde-frameworks/extra-cmake-modules-5.58.0:5 DEFINED_PHASES=compile configure install nofetch postinst postrm preinst prepare setup test unpack -DEPEND=>=kde-frameworks/kcoreaddons-5.58.0:5 >=kde-frameworks/ki18n-5.58.0:5 >=kde-frameworks/kwindowsystem-5.58.0:5 >=kde-frameworks/plasma-5.58.0:5 >=dev-qt/qtdbus-5.12.3:5 >=dev-qt/qtx11extras-5.12.3:5 x11-libs/libICE x11-libs/libSM x11-libs/libX11 x11-libs/libXau >=kde-plasma/kwin-5.16.1:5 dev-util/desktop-file-utils x11-misc/shared-mime-info test? ( >=dev-qt/qttest-5.12.3:5 ) >=dev-qt/qtcore-5.12.3:5 dev-util/desktop-file-utils +DEPEND=>=kde-frameworks/kcoreaddons-5.58.0:5 >=kde-frameworks/ki18n-5.58.0:5 >=kde-frameworks/kwindowsystem-5.58.0:5 >=kde-frameworks/plasma-5.58.0:5 >=dev-qt/qtdbus-5.12.3:5 >=dev-qt/qtx11extras-5.12.3:5 x11-libs/libICE x11-libs/libSM x11-libs/libX11 x11-libs/libXau >=kde-plasma/kwin-5.16.2:5 dev-util/desktop-file-utils x11-misc/shared-mime-info test? ( >=dev-qt/qttest-5.12.3:5 ) >=dev-qt/qtcore-5.12.3:5 dev-util/desktop-file-utils DESCRIPTION=Workspace library to interact with the Plasma session manager EAPI=7 HOMEPAGE=https://kde.org/ @@ -9,6 +9,6 @@ KEYWORDS=~amd64 ~arm ~arm64 ~x86 LICENSE=GPL-2 RDEPEND=>=kde-frameworks/kcoreaddons-5.58.0:5 >=kde-frameworks/ki18n-5.58.0:5 >=kde-frameworks/kwindowsystem-5.58.0:5 >=kde-frameworks/plasma-5.58.0:5 >=dev-qt/qtdbus-5.12.3:5 >=dev-qt/qtx11extras-5.12.3:5 x11-libs/libICE x11-libs/libSM x11-libs/libX11 x11-libs/libXau !=kde-frameworks/kf-env-4 || ( >=kde-frameworks/breeze-icons-5.58.0:5 kde-frameworks/oxygen-icons:* ) >=dev-qt/qtcore-5.12.3:5 SLOT=5 -SRC_URI=mirror://kde/stable/plasma/5.16.1/plasma-workspace-5.16.1.tar.xz +SRC_URI=mirror://kde/stable/plasma/5.16.2/plasma-workspace-5.16.2.tar.xz _eclasses_=cmake-utils 959a7fda0dce63de9a4e73a22294d6ec eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic 7ba73aee7fe4462b3a745e3645ab92ca kde5 d3b1e4258b75eed0a5062295d1758b25 kde5-functions 2dbbfc21b2646d8a3418041b240656a9 multilib 1d91b03d42ab6308b5f4f6b598ed110e multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f toolchain-funcs 8c7f9d80beedd16f2e5a7f612c609529 virtualx 401b718cc14d43a5a7fbe062c4851ba5 xdg c7ba313ea1eaf266f95cc6235f7d6a07 xdg-utils 14d00d009167652b1fa363e55effe213 _md5_=03c08687ce46483b4a170d9d76b67aad diff --git a/metadata/md5-cache/kde-plasma/milou-5.16.1 b/metadata/md5-cache/kde-plasma/milou-5.16.2 similarity index 96% rename from metadata/md5-cache/kde-plasma/milou-5.16.1 rename to metadata/md5-cache/kde-plasma/milou-5.16.2 index 8bd796f43d5f..11308bc8837d 100644 --- a/metadata/md5-cache/kde-plasma/milou-5.16.1 +++ b/metadata/md5-cache/kde-plasma/milou-5.16.2 @@ -9,6 +9,6 @@ KEYWORDS=~amd64 ~arm ~arm64 ~x86 LICENSE=GPL-2 LGPL-2.1 RDEPEND=>=kde-frameworks/kconfig-5.58.0:5 >=kde-frameworks/kcoreaddons-5.58.0:5 >=kde-frameworks/kdeclarative-5.58.0:5 >=kde-frameworks/ki18n-5.58.0:5 >=kde-frameworks/krunner-5.58.0:5 >=kde-frameworks/kservice-5.58.0:5 >=kde-frameworks/plasma-5.58.0:5 >=dev-qt/qtdeclarative-5.12.3:5 >=dev-qt/qtgui-5.12.3:5 >=dev-qt/qtwidgets-5.12.3:5 >=kde-frameworks/kf-env-4 || ( >=kde-frameworks/breeze-icons-5.58.0:5 kde-frameworks/oxygen-icons:* ) >=dev-qt/qtcore-5.12.3:5 SLOT=5 -SRC_URI=mirror://kde/stable/plasma/5.16.1/milou-5.16.1.tar.xz +SRC_URI=mirror://kde/stable/plasma/5.16.2/milou-5.16.2.tar.xz _eclasses_=cmake-utils 959a7fda0dce63de9a4e73a22294d6ec eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic 7ba73aee7fe4462b3a745e3645ab92ca kde5 d3b1e4258b75eed0a5062295d1758b25 kde5-functions 2dbbfc21b2646d8a3418041b240656a9 multilib 1d91b03d42ab6308b5f4f6b598ed110e multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f toolchain-funcs 8c7f9d80beedd16f2e5a7f612c609529 virtualx 401b718cc14d43a5a7fbe062c4851ba5 xdg c7ba313ea1eaf266f95cc6235f7d6a07 xdg-utils 14d00d009167652b1fa363e55effe213 _md5_=c2843d0adb9d136761b9e191c4a0e5fd diff --git a/metadata/md5-cache/kde-plasma/oxygen-5.16.1 b/metadata/md5-cache/kde-plasma/oxygen-5.16.2 similarity index 90% rename from metadata/md5-cache/kde-plasma/oxygen-5.16.1 rename to metadata/md5-cache/kde-plasma/oxygen-5.16.2 index f03f84d60008..a45b3950d355 100644 --- a/metadata/md5-cache/kde-plasma/oxygen-5.16.1 +++ b/metadata/md5-cache/kde-plasma/oxygen-5.16.2 @@ -1,15 +1,15 @@ BDEPEND=dev-util/ninja >=dev-util/cmake-3.9.6 >=kde-frameworks/extra-cmake-modules-5.58.0:5 DEFINED_PHASES=compile configure install nofetch postinst postrm preinst prepare setup test unpack -DEPEND=>=kde-frameworks/frameworkintegration-5.58.0:5 >=kde-frameworks/kcmutils-5.58.0:5 >=kde-frameworks/kcompletion-5.58.0:5 >=kde-frameworks/kconfig-5.58.0:5 >=kde-frameworks/kconfigwidgets-5.58.0:5 >=kde-frameworks/kcoreaddons-5.58.0:5 >=kde-frameworks/kguiaddons-5.58.0:5 >=kde-frameworks/ki18n-5.58.0:5 >=kde-frameworks/kwidgetsaddons-5.58.0:5 >=kde-frameworks/kwindowsystem-5.58.0:5 >=kde-plasma/kdecoration-5.16.1:5 >=dev-qt/qtdbus-5.12.3:5 >=dev-qt/qtdeclarative-5.12.3:5 >=dev-qt/qtgui-5.12.3:5 >=dev-qt/qtwidgets-5.12.3:5 >=dev-qt/qtx11extras-5.12.3:5 x11-libs/libxcb wayland? ( >=kde-frameworks/kwayland-5.58.0:5 ) >=kde-frameworks/kservice-5.58.0:5 dev-util/desktop-file-utils x11-misc/shared-mime-info >=dev-qt/qtcore-5.12.3:5 dev-util/desktop-file-utils +DEPEND=>=kde-frameworks/frameworkintegration-5.58.0:5 >=kde-frameworks/kcmutils-5.58.0:5 >=kde-frameworks/kcompletion-5.58.0:5 >=kde-frameworks/kconfig-5.58.0:5 >=kde-frameworks/kconfigwidgets-5.58.0:5 >=kde-frameworks/kcoreaddons-5.58.0:5 >=kde-frameworks/kguiaddons-5.58.0:5 >=kde-frameworks/ki18n-5.58.0:5 >=kde-frameworks/kwidgetsaddons-5.58.0:5 >=kde-frameworks/kwindowsystem-5.58.0:5 >=kde-plasma/kdecoration-5.16.2:5 >=dev-qt/qtdbus-5.12.3:5 >=dev-qt/qtdeclarative-5.12.3:5 >=dev-qt/qtgui-5.12.3:5 >=dev-qt/qtwidgets-5.12.3:5 >=dev-qt/qtx11extras-5.12.3:5 x11-libs/libxcb wayland? ( >=kde-frameworks/kwayland-5.58.0:5 ) >=kde-frameworks/kservice-5.58.0:5 dev-util/desktop-file-utils x11-misc/shared-mime-info >=dev-qt/qtcore-5.12.3:5 dev-util/desktop-file-utils DESCRIPTION=Oxygen visual style for the Plasma desktop EAPI=7 HOMEPAGE=https://cgit.kde.org/oxygen.git IUSE=wayland debug KEYWORDS=~amd64 ~arm ~arm64 ~x86 LICENSE=GPL-2 -PDEPEND=>=kde-plasma/kde-cli-tools-5.16.1:5 -RDEPEND=>=kde-frameworks/frameworkintegration-5.58.0:5 >=kde-frameworks/kcmutils-5.58.0:5 >=kde-frameworks/kcompletion-5.58.0:5 >=kde-frameworks/kconfig-5.58.0:5 >=kde-frameworks/kconfigwidgets-5.58.0:5 >=kde-frameworks/kcoreaddons-5.58.0:5 >=kde-frameworks/kguiaddons-5.58.0:5 >=kde-frameworks/ki18n-5.58.0:5 >=kde-frameworks/kwidgetsaddons-5.58.0:5 >=kde-frameworks/kwindowsystem-5.58.0:5 >=kde-plasma/kdecoration-5.16.1:5 >=dev-qt/qtdbus-5.12.3:5 >=dev-qt/qtdeclarative-5.12.3:5 >=dev-qt/qtgui-5.12.3:5 >=dev-qt/qtwidgets-5.12.3:5 >=dev-qt/qtx11extras-5.12.3:5 x11-libs/libxcb wayland? ( >=kde-frameworks/kwayland-5.58.0:5 ) >=kde-frameworks/kf-env-4 || ( >=kde-frameworks/breeze-icons-5.58.0:5 kde-frameworks/oxygen-icons:* ) >=dev-qt/qtcore-5.12.3:5 +PDEPEND=>=kde-plasma/kde-cli-tools-5.16.2:5 +RDEPEND=>=kde-frameworks/frameworkintegration-5.58.0:5 >=kde-frameworks/kcmutils-5.58.0:5 >=kde-frameworks/kcompletion-5.58.0:5 >=kde-frameworks/kconfig-5.58.0:5 >=kde-frameworks/kconfigwidgets-5.58.0:5 >=kde-frameworks/kcoreaddons-5.58.0:5 >=kde-frameworks/kguiaddons-5.58.0:5 >=kde-frameworks/ki18n-5.58.0:5 >=kde-frameworks/kwidgetsaddons-5.58.0:5 >=kde-frameworks/kwindowsystem-5.58.0:5 >=kde-plasma/kdecoration-5.16.2:5 >=dev-qt/qtdbus-5.12.3:5 >=dev-qt/qtdeclarative-5.12.3:5 >=dev-qt/qtgui-5.12.3:5 >=dev-qt/qtwidgets-5.12.3:5 >=dev-qt/qtx11extras-5.12.3:5 x11-libs/libxcb wayland? ( >=kde-frameworks/kwayland-5.58.0:5 ) >=kde-frameworks/kf-env-4 || ( >=kde-frameworks/breeze-icons-5.58.0:5 kde-frameworks/oxygen-icons:* ) >=dev-qt/qtcore-5.12.3:5 SLOT=5 -SRC_URI=mirror://kde/stable/plasma/5.16.1/oxygen-5.16.1.tar.xz +SRC_URI=mirror://kde/stable/plasma/5.16.2/oxygen-5.16.2.tar.xz _eclasses_=cmake-utils 959a7fda0dce63de9a4e73a22294d6ec eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic 7ba73aee7fe4462b3a745e3645ab92ca kde5 d3b1e4258b75eed0a5062295d1758b25 kde5-functions 2dbbfc21b2646d8a3418041b240656a9 multilib 1d91b03d42ab6308b5f4f6b598ed110e multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f toolchain-funcs 8c7f9d80beedd16f2e5a7f612c609529 virtualx 401b718cc14d43a5a7fbe062c4851ba5 xdg c7ba313ea1eaf266f95cc6235f7d6a07 xdg-utils 14d00d009167652b1fa363e55effe213 _md5_=0558aaaf80ddca07264138174bfded5c diff --git a/metadata/md5-cache/kde-plasma/plasma-browser-integration-5.16.1 b/metadata/md5-cache/kde-plasma/plasma-browser-integration-5.16.2 similarity index 95% rename from metadata/md5-cache/kde-plasma/plasma-browser-integration-5.16.1 rename to metadata/md5-cache/kde-plasma/plasma-browser-integration-5.16.2 index 279ecad40f3d..ec6ffedc9305 100644 --- a/metadata/md5-cache/kde-plasma/plasma-browser-integration-5.16.1 +++ b/metadata/md5-cache/kde-plasma/plasma-browser-integration-5.16.2 @@ -9,6 +9,6 @@ KEYWORDS=~amd64 ~arm ~arm64 ~x86 LICENSE=GPL-3+ RDEPEND=>=kde-frameworks/kactivities-5.58.0:5 >=kde-frameworks/kconfig-5.58.0:5 >=kde-frameworks/kcoreaddons-5.58.0:5 >=kde-frameworks/kdbusaddons-5.58.0:5 >=kde-frameworks/ki18n-5.58.0:5 >=kde-frameworks/kio-5.58.0:5 >=kde-frameworks/knotifications-5.58.0:5 >=kde-frameworks/krunner-5.58.0:5 >=dev-qt/qtdbus-5.12.3:5 >=dev-qt/qtgui-5.12.3:5 >=dev-qt/qtwidgets-5.12.3:5 >=kde-frameworks/kf-env-4 || ( >=kde-frameworks/breeze-icons-5.58.0:5 kde-frameworks/oxygen-icons:* ) >=dev-qt/qtcore-5.12.3:5 SLOT=5 -SRC_URI=mirror://kde/stable/plasma/5.16.1/plasma-browser-integration-5.16.1.tar.xz +SRC_URI=mirror://kde/stable/plasma/5.16.2/plasma-browser-integration-5.16.2.tar.xz _eclasses_=cmake-utils 959a7fda0dce63de9a4e73a22294d6ec eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic 7ba73aee7fe4462b3a745e3645ab92ca kde5 d3b1e4258b75eed0a5062295d1758b25 kde5-functions 2dbbfc21b2646d8a3418041b240656a9 multilib 1d91b03d42ab6308b5f4f6b598ed110e multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f toolchain-funcs 8c7f9d80beedd16f2e5a7f612c609529 virtualx 401b718cc14d43a5a7fbe062c4851ba5 xdg c7ba313ea1eaf266f95cc6235f7d6a07 xdg-utils 14d00d009167652b1fa363e55effe213 _md5_=d7a5a4ea5f04cf7355dcf9d5e57cea13 diff --git a/metadata/md5-cache/kde-plasma/plasma-desktop-5.16.1 b/metadata/md5-cache/kde-plasma/plasma-desktop-5.16.2 similarity index 93% rename from metadata/md5-cache/kde-plasma/plasma-desktop-5.16.1 rename to metadata/md5-cache/kde-plasma/plasma-desktop-5.16.2 index 69433595cd1a..ed4cf163eac1 100644 --- a/metadata/md5-cache/kde-plasma/plasma-desktop-5.16.1 +++ b/metadata/md5-cache/kde-plasma/plasma-desktop-5.16.2 @@ -1,14 +1,14 @@ BDEPEND=dev-util/ninja >=dev-util/cmake-3.9.6 test? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) >=kde-frameworks/extra-cmake-modules-5.58.0:5 handbook? ( >=kde-frameworks/kdoctools-5.58.0:5 ) DEFINED_PHASES=compile configure install nofetch postinst postrm preinst prepare setup test unpack -DEPEND=>=kde-frameworks/attica-5.58.0:5 >=kde-frameworks/kactivities-5.58.0:5 >=kde-frameworks/kactivities-stats-5.58.0:5 >=kde-frameworks/karchive-5.58.0:5 >=kde-frameworks/kauth-5.58.0:5 >=kde-frameworks/kbookmarks-5.58.0:5 >=kde-frameworks/kcmutils-5.58.0:5 >=kde-frameworks/kcodecs-5.58.0:5 >=kde-frameworks/kcompletion-5.58.0:5 >=kde-frameworks/kconfig-5.58.0:5 >=kde-frameworks/kconfigwidgets-5.58.0:5 >=kde-frameworks/kcoreaddons-5.58.0:5 >=kde-frameworks/kdbusaddons-5.58.0:5 >=kde-frameworks/kdeclarative-5.58.0:5 >=kde-frameworks/kded-5.58.0:5 >=kde-frameworks/kdelibs4support-5.58.0:5 >=kde-frameworks/kemoticons-5.58.0:5 >=kde-frameworks/kglobalaccel-5.58.0:5 >=kde-frameworks/kguiaddons-5.58.0:5 >=kde-frameworks/ki18n-5.58.0:5 >=kde-frameworks/kiconthemes-5.58.0:5 >=kde-frameworks/kio-5.58.0:5 >=kde-frameworks/kitemmodels-5.58.0:5 >=kde-frameworks/kitemviews-5.58.0:5 >=kde-frameworks/kjobwidgets-5.58.0:5 >=kde-frameworks/knewstuff-5.58.0:5 >=kde-frameworks/knotifications-5.58.0:5 >=kde-frameworks/knotifyconfig-5.58.0:5 >=kde-frameworks/kparts-5.58.0:5 >=kde-frameworks/kpeople-5.58.0:5 >=kde-frameworks/krunner-5.58.0:5 >=kde-frameworks/kservice-5.58.0:5 >=kde-frameworks/kwallet-5.58.0:5 >=kde-frameworks/kwidgetsaddons-5.58.0:5 >=kde-frameworks/kwindowsystem-5.58.0:5 >=kde-frameworks/kxmlgui-5.58.0:5 >=kde-frameworks/plasma-5.58.0:5 >=kde-frameworks/solid-5.58.0:5 >=kde-frameworks/sonnet-5.58.0:5 >=kde-plasma/kwin-5.16.1:5 >=kde-plasma/plasma-workspace-5.16.1:5 >=dev-qt/qtconcurrent-5.12.3:5 >=dev-qt/qtdbus-5.12.3:5 >=dev-qt/qtdeclarative-5.12.3:5 >=dev-qt/qtgui-5.12.3:5 >=dev-qt/qtnetwork-5.12.3:5 >=dev-qt/qtprintsupport-5.12.3:5 >=dev-qt/qtsql-5.12.3:5 >=dev-qt/qtsvg-5.12.3:5 >=dev-qt/qtwidgets-5.12.3:5 >=dev-qt/qtx11extras-5.12.3:5 >=dev-qt/qtxml-5.12.3:5 media-libs/phonon[qt5(+)] x11-libs/libX11 x11-libs/libXcursor x11-libs/libXfixes x11-libs/libXi x11-libs/libxcb x11-libs/libxkbfile appstream? ( >=dev-libs/appstream-0.12.2[qt5] ) fontconfig? ( media-libs/fontconfig media-libs/freetype x11-libs/libXft x11-libs/xcb-util-image ) ibus? ( >=dev-qt/qtx11extras-5.12.3:5 app-i18n/ibus dev-libs/glib:2 x11-libs/libxcb x11-libs/xcb-util-keysyms ) scim? ( app-i18n/scim ) semantic-desktop? ( >=kde-frameworks/baloo-5.58.0:5 ) touchpad? ( x11-drivers/xf86-input-synaptics ) dev-libs/boost x11-base/xorg-proto fontconfig? ( x11-libs/libXrender ) mouse? ( x11-drivers/xf86-input-evdev x11-drivers/xf86-input-libinput ) dev-util/desktop-file-utils x11-misc/shared-mime-info test? ( >=dev-qt/qttest-5.12.3:5 ) >=dev-qt/qtcore-5.12.3:5 dev-util/desktop-file-utils +DEPEND=>=kde-frameworks/attica-5.58.0:5 >=kde-frameworks/kactivities-5.58.0:5 >=kde-frameworks/kactivities-stats-5.58.0:5 >=kde-frameworks/karchive-5.58.0:5 >=kde-frameworks/kauth-5.58.0:5 >=kde-frameworks/kbookmarks-5.58.0:5 >=kde-frameworks/kcmutils-5.58.0:5 >=kde-frameworks/kcodecs-5.58.0:5 >=kde-frameworks/kcompletion-5.58.0:5 >=kde-frameworks/kconfig-5.58.0:5 >=kde-frameworks/kconfigwidgets-5.58.0:5 >=kde-frameworks/kcoreaddons-5.58.0:5 >=kde-frameworks/kdbusaddons-5.58.0:5 >=kde-frameworks/kdeclarative-5.58.0:5 >=kde-frameworks/kded-5.58.0:5 >=kde-frameworks/kdelibs4support-5.58.0:5 >=kde-frameworks/kemoticons-5.58.0:5 >=kde-frameworks/kglobalaccel-5.58.0:5 >=kde-frameworks/kguiaddons-5.58.0:5 >=kde-frameworks/ki18n-5.58.0:5 >=kde-frameworks/kiconthemes-5.58.0:5 >=kde-frameworks/kio-5.58.0:5 >=kde-frameworks/kitemmodels-5.58.0:5 >=kde-frameworks/kitemviews-5.58.0:5 >=kde-frameworks/kjobwidgets-5.58.0:5 >=kde-frameworks/knewstuff-5.58.0:5 >=kde-frameworks/knotifications-5.58.0:5 >=kde-frameworks/knotifyconfig-5.58.0:5 >=kde-frameworks/kparts-5.58.0:5 >=kde-frameworks/kpeople-5.58.0:5 >=kde-frameworks/krunner-5.58.0:5 >=kde-frameworks/kservice-5.58.0:5 >=kde-frameworks/kwallet-5.58.0:5 >=kde-frameworks/kwidgetsaddons-5.58.0:5 >=kde-frameworks/kwindowsystem-5.58.0:5 >=kde-frameworks/kxmlgui-5.58.0:5 >=kde-frameworks/plasma-5.58.0:5 >=kde-frameworks/solid-5.58.0:5 >=kde-frameworks/sonnet-5.58.0:5 >=kde-plasma/kwin-5.16.2:5 >=kde-plasma/plasma-workspace-5.16.2:5 >=dev-qt/qtconcurrent-5.12.3:5 >=dev-qt/qtdbus-5.12.3:5 >=dev-qt/qtdeclarative-5.12.3:5 >=dev-qt/qtgui-5.12.3:5 >=dev-qt/qtnetwork-5.12.3:5 >=dev-qt/qtprintsupport-5.12.3:5 >=dev-qt/qtsql-5.12.3:5 >=dev-qt/qtsvg-5.12.3:5 >=dev-qt/qtwidgets-5.12.3:5 >=dev-qt/qtx11extras-5.12.3:5 >=dev-qt/qtxml-5.12.3:5 media-libs/phonon[qt5(+)] x11-libs/libX11 x11-libs/libXcursor x11-libs/libXfixes x11-libs/libXi x11-libs/libxcb x11-libs/libxkbfile appstream? ( >=dev-libs/appstream-0.12.2[qt5] ) fontconfig? ( media-libs/fontconfig media-libs/freetype x11-libs/libXft x11-libs/xcb-util-image ) ibus? ( >=dev-qt/qtx11extras-5.12.3:5 app-i18n/ibus dev-libs/glib:2 x11-libs/libxcb x11-libs/xcb-util-keysyms ) scim? ( app-i18n/scim ) semantic-desktop? ( >=kde-frameworks/baloo-5.58.0:5 ) touchpad? ( x11-drivers/xf86-input-synaptics ) dev-libs/boost x11-base/xorg-proto fontconfig? ( x11-libs/libXrender ) mouse? ( x11-drivers/xf86-input-evdev x11-drivers/xf86-input-libinput ) dev-util/desktop-file-utils x11-misc/shared-mime-info test? ( >=dev-qt/qttest-5.12.3:5 ) >=dev-qt/qtcore-5.12.3:5 dev-util/desktop-file-utils DESCRIPTION=KDE Plasma desktop EAPI=7 HOMEPAGE=https://kde.org/ IUSE=appstream +fontconfig ibus +mouse scim +semantic-desktop touchpad test debug +handbook test KEYWORDS=~amd64 ~arm ~arm64 ~x86 LICENSE=GPL-2 -RDEPEND=>=kde-frameworks/attica-5.58.0:5 >=kde-frameworks/kactivities-5.58.0:5 >=kde-frameworks/kactivities-stats-5.58.0:5 >=kde-frameworks/karchive-5.58.0:5 >=kde-frameworks/kauth-5.58.0:5 >=kde-frameworks/kbookmarks-5.58.0:5 >=kde-frameworks/kcmutils-5.58.0:5 >=kde-frameworks/kcodecs-5.58.0:5 >=kde-frameworks/kcompletion-5.58.0:5 >=kde-frameworks/kconfig-5.58.0:5 >=kde-frameworks/kconfigwidgets-5.58.0:5 >=kde-frameworks/kcoreaddons-5.58.0:5 >=kde-frameworks/kdbusaddons-5.58.0:5 >=kde-frameworks/kdeclarative-5.58.0:5 >=kde-frameworks/kded-5.58.0:5 >=kde-frameworks/kdelibs4support-5.58.0:5 >=kde-frameworks/kemoticons-5.58.0:5 >=kde-frameworks/kglobalaccel-5.58.0:5 >=kde-frameworks/kguiaddons-5.58.0:5 >=kde-frameworks/ki18n-5.58.0:5 >=kde-frameworks/kiconthemes-5.58.0:5 >=kde-frameworks/kio-5.58.0:5 >=kde-frameworks/kitemmodels-5.58.0:5 >=kde-frameworks/kitemviews-5.58.0:5 >=kde-frameworks/kjobwidgets-5.58.0:5 >=kde-frameworks/knewstuff-5.58.0:5 >=kde-frameworks/knotifications-5.58.0:5 >=kde-frameworks/knotifyconfig-5.58.0:5 >=kde-frameworks/kparts-5.58.0:5 >=kde-frameworks/kpeople-5.58.0:5 >=kde-frameworks/krunner-5.58.0:5 >=kde-frameworks/kservice-5.58.0:5 >=kde-frameworks/kwallet-5.58.0:5 >=kde-frameworks/kwidgetsaddons-5.58.0:5 >=kde-frameworks/kwindowsystem-5.58.0:5 >=kde-frameworks/kxmlgui-5.58.0:5 >=kde-frameworks/plasma-5.58.0:5 >=kde-frameworks/solid-5.58.0:5 >=kde-frameworks/sonnet-5.58.0:5 >=kde-plasma/kwin-5.16.1:5 >=kde-plasma/plasma-workspace-5.16.1:5 >=dev-qt/qtconcurrent-5.12.3:5 >=dev-qt/qtdbus-5.12.3:5 >=dev-qt/qtdeclarative-5.12.3:5 >=dev-qt/qtgui-5.12.3:5 >=dev-qt/qtnetwork-5.12.3:5 >=dev-qt/qtprintsupport-5.12.3:5 >=dev-qt/qtsql-5.12.3:5 >=dev-qt/qtsvg-5.12.3:5 >=dev-qt/qtwidgets-5.12.3:5 >=dev-qt/qtx11extras-5.12.3:5 >=dev-qt/qtxml-5.12.3:5 media-libs/phonon[qt5(+)] x11-libs/libX11 x11-libs/libXcursor x11-libs/libXfixes x11-libs/libXi x11-libs/libxcb x11-libs/libxkbfile appstream? ( >=dev-libs/appstream-0.12.2[qt5] ) fontconfig? ( media-libs/fontconfig media-libs/freetype x11-libs/libXft x11-libs/xcb-util-image ) ibus? ( >=dev-qt/qtx11extras-5.12.3:5 app-i18n/ibus dev-libs/glib:2 x11-libs/libxcb x11-libs/xcb-util-keysyms ) scim? ( app-i18n/scim ) semantic-desktop? ( >=kde-frameworks/baloo-5.58.0:5 ) touchpad? ( x11-drivers/xf86-input-synaptics ) >=kde-frameworks/kirigami-5.58.0:5 >=kde-frameworks/qqc2-desktop-style-5.58.0:5 >=kde-plasma/breeze-5.16.1:5 >=kde-plasma/kde-cli-tools-5.16.1:5 >=kde-plasma/oxygen-5.16.1:5 >=dev-qt/qtgraphicaleffects-5.12.3:5 >=dev-qt/qtquickcontrols2-5.12.3:5 sys-apps/util-linux x11-apps/setxkbmap !kde-apps/kcontrol !=kde-frameworks/kf-env-4 || ( >=kde-frameworks/breeze-icons-5.58.0:5 kde-frameworks/oxygen-icons:* ) >=dev-qt/qtcore-5.12.3:5 +RDEPEND=>=kde-frameworks/attica-5.58.0:5 >=kde-frameworks/kactivities-5.58.0:5 >=kde-frameworks/kactivities-stats-5.58.0:5 >=kde-frameworks/karchive-5.58.0:5 >=kde-frameworks/kauth-5.58.0:5 >=kde-frameworks/kbookmarks-5.58.0:5 >=kde-frameworks/kcmutils-5.58.0:5 >=kde-frameworks/kcodecs-5.58.0:5 >=kde-frameworks/kcompletion-5.58.0:5 >=kde-frameworks/kconfig-5.58.0:5 >=kde-frameworks/kconfigwidgets-5.58.0:5 >=kde-frameworks/kcoreaddons-5.58.0:5 >=kde-frameworks/kdbusaddons-5.58.0:5 >=kde-frameworks/kdeclarative-5.58.0:5 >=kde-frameworks/kded-5.58.0:5 >=kde-frameworks/kdelibs4support-5.58.0:5 >=kde-frameworks/kemoticons-5.58.0:5 >=kde-frameworks/kglobalaccel-5.58.0:5 >=kde-frameworks/kguiaddons-5.58.0:5 >=kde-frameworks/ki18n-5.58.0:5 >=kde-frameworks/kiconthemes-5.58.0:5 >=kde-frameworks/kio-5.58.0:5 >=kde-frameworks/kitemmodels-5.58.0:5 >=kde-frameworks/kitemviews-5.58.0:5 >=kde-frameworks/kjobwidgets-5.58.0:5 >=kde-frameworks/knewstuff-5.58.0:5 >=kde-frameworks/knotifications-5.58.0:5 >=kde-frameworks/knotifyconfig-5.58.0:5 >=kde-frameworks/kparts-5.58.0:5 >=kde-frameworks/kpeople-5.58.0:5 >=kde-frameworks/krunner-5.58.0:5 >=kde-frameworks/kservice-5.58.0:5 >=kde-frameworks/kwallet-5.58.0:5 >=kde-frameworks/kwidgetsaddons-5.58.0:5 >=kde-frameworks/kwindowsystem-5.58.0:5 >=kde-frameworks/kxmlgui-5.58.0:5 >=kde-frameworks/plasma-5.58.0:5 >=kde-frameworks/solid-5.58.0:5 >=kde-frameworks/sonnet-5.58.0:5 >=kde-plasma/kwin-5.16.2:5 >=kde-plasma/plasma-workspace-5.16.2:5 >=dev-qt/qtconcurrent-5.12.3:5 >=dev-qt/qtdbus-5.12.3:5 >=dev-qt/qtdeclarative-5.12.3:5 >=dev-qt/qtgui-5.12.3:5 >=dev-qt/qtnetwork-5.12.3:5 >=dev-qt/qtprintsupport-5.12.3:5 >=dev-qt/qtsql-5.12.3:5 >=dev-qt/qtsvg-5.12.3:5 >=dev-qt/qtwidgets-5.12.3:5 >=dev-qt/qtx11extras-5.12.3:5 >=dev-qt/qtxml-5.12.3:5 media-libs/phonon[qt5(+)] x11-libs/libX11 x11-libs/libXcursor x11-libs/libXfixes x11-libs/libXi x11-libs/libxcb x11-libs/libxkbfile appstream? ( >=dev-libs/appstream-0.12.2[qt5] ) fontconfig? ( media-libs/fontconfig media-libs/freetype x11-libs/libXft x11-libs/xcb-util-image ) ibus? ( >=dev-qt/qtx11extras-5.12.3:5 app-i18n/ibus dev-libs/glib:2 x11-libs/libxcb x11-libs/xcb-util-keysyms ) scim? ( app-i18n/scim ) semantic-desktop? ( >=kde-frameworks/baloo-5.58.0:5 ) touchpad? ( x11-drivers/xf86-input-synaptics ) >=kde-frameworks/kirigami-5.58.0:5 >=kde-frameworks/qqc2-desktop-style-5.58.0:5 >=kde-plasma/breeze-5.16.2:5 >=kde-plasma/kde-cli-tools-5.16.2:5 >=kde-plasma/oxygen-5.16.2:5 >=dev-qt/qtgraphicaleffects-5.12.3:5 >=dev-qt/qtquickcontrols2-5.12.3:5 sys-apps/util-linux x11-apps/setxkbmap !kde-apps/kcontrol !=kde-frameworks/kf-env-4 || ( >=kde-frameworks/breeze-icons-5.58.0:5 kde-frameworks/oxygen-icons:* ) >=dev-qt/qtcore-5.12.3:5 SLOT=5 -SRC_URI=mirror://kde/stable/plasma/5.16.1/plasma-desktop-5.16.1.tar.xz +SRC_URI=mirror://kde/stable/plasma/5.16.2/plasma-desktop-5.16.2.tar.xz _eclasses_=cmake-utils 959a7fda0dce63de9a4e73a22294d6ec eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic 7ba73aee7fe4462b3a745e3645ab92ca kde5 d3b1e4258b75eed0a5062295d1758b25 kde5-functions 2dbbfc21b2646d8a3418041b240656a9 multilib 1d91b03d42ab6308b5f4f6b598ed110e multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f toolchain-funcs 8c7f9d80beedd16f2e5a7f612c609529 virtualx 401b718cc14d43a5a7fbe062c4851ba5 xdg c7ba313ea1eaf266f95cc6235f7d6a07 xdg-utils 14d00d009167652b1fa363e55effe213 _md5_=235858f69589c5e9f7ef79688eee0976 diff --git a/metadata/md5-cache/kde-plasma/plasma-integration-5.16.1 b/metadata/md5-cache/kde-plasma/plasma-integration-5.16.2 similarity index 92% rename from metadata/md5-cache/kde-plasma/plasma-integration-5.16.1 rename to metadata/md5-cache/kde-plasma/plasma-integration-5.16.2 index 42258fbf68a9..a56a5dc8e0b9 100644 --- a/metadata/md5-cache/kde-plasma/plasma-integration-5.16.1 +++ b/metadata/md5-cache/kde-plasma/plasma-integration-5.16.2 @@ -1,15 +1,15 @@ BDEPEND=dev-util/ninja >=dev-util/cmake-3.9.6 test? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) >=kde-frameworks/extra-cmake-modules-5.58.0:5 DEFINED_PHASES=compile configure install nofetch postinst postrm preinst prepare setup test unpack -DEPEND=>=kde-frameworks/kcompletion-5.58.0:5 >=kde-frameworks/kconfig-5.58.0:5 >=kde-frameworks/kconfigwidgets-5.58.0:5 >=kde-frameworks/kcoreaddons-5.58.0:5 >=kde-frameworks/ki18n-5.58.0:5 >=kde-frameworks/kiconthemes-5.58.0:5 >=kde-frameworks/kio-5.58.0:5 >=kde-frameworks/kjobwidgets-5.58.0:5 >=kde-frameworks/knotifications-5.58.0:5 >=kde-frameworks/kwayland-5.58.0:5 >=kde-frameworks/kwidgetsaddons-5.58.0:5 >=kde-frameworks/kwindowsystem-5.58.0:5 >=kde-frameworks/kxmlgui-5.58.0:5 >=kde-plasma/breeze-5.16.1:5 >=dev-qt/qtdbus-5.12.3:5 >=dev-qt/qtgui-5.12.3:5=[dbus] >=dev-qt/qtquickcontrols2-5.12.3:5 >=dev-qt/qtwidgets-5.12.3:5 >=dev-qt/qtx11extras-5.12.3:5 x11-libs/libXcursor x11-libs/libxcb dev-util/desktop-file-utils x11-misc/shared-mime-info >=dev-qt/qtcore-5.12.3:5 dev-util/desktop-file-utils +DEPEND=>=kde-frameworks/kcompletion-5.58.0:5 >=kde-frameworks/kconfig-5.58.0:5 >=kde-frameworks/kconfigwidgets-5.58.0:5 >=kde-frameworks/kcoreaddons-5.58.0:5 >=kde-frameworks/ki18n-5.58.0:5 >=kde-frameworks/kiconthemes-5.58.0:5 >=kde-frameworks/kio-5.58.0:5 >=kde-frameworks/kjobwidgets-5.58.0:5 >=kde-frameworks/knotifications-5.58.0:5 >=kde-frameworks/kwayland-5.58.0:5 >=kde-frameworks/kwidgetsaddons-5.58.0:5 >=kde-frameworks/kwindowsystem-5.58.0:5 >=kde-frameworks/kxmlgui-5.58.0:5 >=kde-plasma/breeze-5.16.2:5 >=dev-qt/qtdbus-5.12.3:5 >=dev-qt/qtgui-5.12.3:5=[dbus] >=dev-qt/qtquickcontrols2-5.12.3:5 >=dev-qt/qtwidgets-5.12.3:5 >=dev-qt/qtx11extras-5.12.3:5 x11-libs/libXcursor x11-libs/libxcb dev-util/desktop-file-utils x11-misc/shared-mime-info >=dev-qt/qtcore-5.12.3:5 dev-util/desktop-file-utils DESCRIPTION=Qt Platform Theme integration plugins for the Plasma workspaces EAPI=7 HOMEPAGE=https://kde.org/ IUSE=test debug KEYWORDS=~amd64 ~arm ~arm64 ~x86 LICENSE=LGPL-2+ -RDEPEND=>=kde-frameworks/kcompletion-5.58.0:5 >=kde-frameworks/kconfig-5.58.0:5 >=kde-frameworks/kconfigwidgets-5.58.0:5 >=kde-frameworks/kcoreaddons-5.58.0:5 >=kde-frameworks/ki18n-5.58.0:5 >=kde-frameworks/kiconthemes-5.58.0:5 >=kde-frameworks/kio-5.58.0:5 >=kde-frameworks/kjobwidgets-5.58.0:5 >=kde-frameworks/knotifications-5.58.0:5 >=kde-frameworks/kwayland-5.58.0:5 >=kde-frameworks/kwidgetsaddons-5.58.0:5 >=kde-frameworks/kwindowsystem-5.58.0:5 >=kde-frameworks/kxmlgui-5.58.0:5 >=kde-plasma/breeze-5.16.1:5 >=dev-qt/qtdbus-5.12.3:5 >=dev-qt/qtgui-5.12.3:5=[dbus] >=dev-qt/qtquickcontrols2-5.12.3:5 >=dev-qt/qtwidgets-5.12.3:5 >=dev-qt/qtx11extras-5.12.3:5 x11-libs/libXcursor x11-libs/libxcb media-fonts/hack media-fonts/noto >=kde-frameworks/kf-env-4 || ( >=kde-frameworks/breeze-icons-5.58.0:5 kde-frameworks/oxygen-icons:* ) >=dev-qt/qtcore-5.12.3:5 +RDEPEND=>=kde-frameworks/kcompletion-5.58.0:5 >=kde-frameworks/kconfig-5.58.0:5 >=kde-frameworks/kconfigwidgets-5.58.0:5 >=kde-frameworks/kcoreaddons-5.58.0:5 >=kde-frameworks/ki18n-5.58.0:5 >=kde-frameworks/kiconthemes-5.58.0:5 >=kde-frameworks/kio-5.58.0:5 >=kde-frameworks/kjobwidgets-5.58.0:5 >=kde-frameworks/knotifications-5.58.0:5 >=kde-frameworks/kwayland-5.58.0:5 >=kde-frameworks/kwidgetsaddons-5.58.0:5 >=kde-frameworks/kwindowsystem-5.58.0:5 >=kde-frameworks/kxmlgui-5.58.0:5 >=kde-plasma/breeze-5.16.2:5 >=dev-qt/qtdbus-5.12.3:5 >=dev-qt/qtgui-5.12.3:5=[dbus] >=dev-qt/qtquickcontrols2-5.12.3:5 >=dev-qt/qtwidgets-5.12.3:5 >=dev-qt/qtx11extras-5.12.3:5 x11-libs/libXcursor x11-libs/libxcb media-fonts/hack media-fonts/noto >=kde-frameworks/kf-env-4 || ( >=kde-frameworks/breeze-icons-5.58.0:5 kde-frameworks/oxygen-icons:* ) >=dev-qt/qtcore-5.12.3:5 RESTRICT=test SLOT=5 -SRC_URI=mirror://kde/stable/plasma/5.16.1/plasma-integration-5.16.1.tar.xz +SRC_URI=mirror://kde/stable/plasma/5.16.2/plasma-integration-5.16.2.tar.xz _eclasses_=cmake-utils 959a7fda0dce63de9a4e73a22294d6ec eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic 7ba73aee7fe4462b3a745e3645ab92ca kde5 d3b1e4258b75eed0a5062295d1758b25 kde5-functions 2dbbfc21b2646d8a3418041b240656a9 multilib 1d91b03d42ab6308b5f4f6b598ed110e multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f toolchain-funcs 8c7f9d80beedd16f2e5a7f612c609529 virtualx 401b718cc14d43a5a7fbe062c4851ba5 xdg c7ba313ea1eaf266f95cc6235f7d6a07 xdg-utils 14d00d009167652b1fa363e55effe213 _md5_=f8d185bb96c568d5569f5644698e8c2c diff --git a/metadata/md5-cache/kde-plasma/plasma-meta-5.16.1 b/metadata/md5-cache/kde-plasma/plasma-meta-5.16.1 deleted file mode 100644 index 95999f28526a..000000000000 --- a/metadata/md5-cache/kde-plasma/plasma-meta-5.16.1 +++ /dev/null @@ -1,11 +0,0 @@ -DEFINED_PHASES=postinst -DESCRIPTION=Merge this to pull in all Plasma 5 packages -EAPI=7 -HOMEPAGE=https://kde.org/plasma-desktop -IUSE=bluetooth +browser-integration consolekit crypt +desktop-portal discover +display-manager elogind grub gtk +handbook +legacy-systray networkmanager pam plymouth +pm-utils pulseaudio +sddm sdk systemd +wallpapers -KEYWORDS=~amd64 ~arm ~arm64 ~x86 -LICENSE=metapackage -RDEPEND=>=kde-plasma/breeze-5.16.1:5 >=kde-plasma/drkonqi-5.16.1:5 >=kde-plasma/kactivitymanagerd-5.16.1:5 >=kde-plasma/kde-cli-tools-5.16.1:5 >=kde-plasma/kdecoration-5.16.1:5 >=kde-plasma/kdeplasma-addons-5.16.1:5 >=kde-plasma/kgamma-5.16.1:5 >=kde-plasma/khotkeys-5.16.1:5 >=kde-plasma/kinfocenter-5.16.1:5 >=kde-plasma/kmenuedit-5.16.1:5 >=kde-plasma/kscreen-5.16.1:5 >=kde-plasma/kscreenlocker-5.16.1:5 >=kde-plasma/ksshaskpass-5.16.1:5 >=kde-plasma/ksysguard-5.16.1:5 >=kde-plasma/kwayland-integration-5.16.1:5 >=kde-plasma/kwin-5.16.1:5 >=kde-plasma/kwrited-5.16.1:5 >=kde-plasma/libkscreen-5.16.1:5 >=kde-plasma/libksysguard-5.16.1:5 >=kde-plasma/milou-5.16.1:5 >=kde-plasma/oxygen-5.16.1:5 >=kde-plasma/plasma-desktop-5.16.1:5 >=kde-plasma/plasma-integration-5.16.1:5 >=kde-plasma/plasma-workspace-5.16.1:5 >=kde-plasma/polkit-kde-agent-5.16.1:5 >=kde-plasma/powerdevil-5.16.1:5 >=kde-plasma/systemsettings-5.16.1:5 >=kde-plasma/user-manager-5.16.1:5 sys-apps/dbus[elogind?,systemd?] sys-auth/polkit[elogind?,systemd?] sys-fs/udisks:2[elogind?,systemd?] bluetooth? ( >=kde-plasma/bluedevil-5.16.1:5 ) browser-integration? ( >=kde-plasma/plasma-browser-integration-5.16.1:5 ) consolekit? ( >=sys-auth/consolekit-1.0.1 pm-utils? ( sys-power/pm-utils ) ) crypt? ( >=kde-plasma/plasma-vault-5.16.1:5 ) desktop-portal? ( >=kde-plasma/xdg-desktop-portal-kde-5.16.1:5 ) discover? ( >=kde-plasma/discover-5.16.1:5 ) display-manager? ( sddm? ( >=kde-plasma/sddm-kcm-5.16.1:5 x11-misc/sddm[consolekit?,elogind?,systemd?] ) !sddm? ( x11-misc/lightdm ) ) grub? ( >=kde-plasma/breeze-grub-5.16.1:5 ) gtk? ( >=kde-plasma/breeze-gtk-5.16.1:5 >=kde-plasma/kde-gtk-config-5.16.1:5 ) handbook? ( kde-apps/khelpcenter:5 ) legacy-systray? ( >=kde-plasma/xembed-sni-proxy-5.16.1:5 ) networkmanager? ( >=kde-plasma/plasma-nm-5.16.1:5 net-misc/networkmanager[consolekit?,elogind?,systemd?] ) pam? ( >=kde-plasma/kwallet-pam-5.16.1:5 sys-auth/pambase[consolekit?,elogind?,systemd?] ) plymouth? ( >=kde-plasma/breeze-plymouth-5.16.1:5 >=kde-plasma/plymouth-kcm-5.16.1:5 ) pulseaudio? ( >=kde-plasma/plasma-pa-5.16.1:5 ) sdk? ( >=kde-plasma/plasma-sdk-5.16.1:5 ) wallpapers? ( >=kde-plasma/plasma-workspace-wallpapers-5.16.1:5 ) -REQUIRED_USE=?? ( consolekit elogind systemd ) -SLOT=5 -_md5_=9b58dad38a115af2496063cd559baf72 diff --git a/metadata/md5-cache/kde-plasma/plasma-meta-5.16.2 b/metadata/md5-cache/kde-plasma/plasma-meta-5.16.2 new file mode 100644 index 000000000000..c1a0469211a5 --- /dev/null +++ b/metadata/md5-cache/kde-plasma/plasma-meta-5.16.2 @@ -0,0 +1,11 @@ +DEFINED_PHASES=postinst +DESCRIPTION=Merge this to pull in all Plasma 5 packages +EAPI=7 +HOMEPAGE=https://kde.org/plasma-desktop +IUSE=bluetooth +browser-integration consolekit crypt +desktop-portal discover +display-manager elogind grub gtk +handbook +legacy-systray networkmanager pam plymouth +pm-utils pulseaudio +sddm sdk systemd +wallpapers +KEYWORDS=~amd64 ~arm ~arm64 ~x86 +LICENSE=metapackage +RDEPEND=>=kde-plasma/breeze-5.16.2:5 >=kde-plasma/drkonqi-5.16.2:5 >=kde-plasma/kactivitymanagerd-5.16.2:5 >=kde-plasma/kde-cli-tools-5.16.2:5 >=kde-plasma/kdecoration-5.16.2:5 >=kde-plasma/kdeplasma-addons-5.16.2:5 >=kde-plasma/kgamma-5.16.2:5 >=kde-plasma/khotkeys-5.16.2:5 >=kde-plasma/kinfocenter-5.16.2:5 >=kde-plasma/kmenuedit-5.16.2:5 >=kde-plasma/kscreen-5.16.2:5 >=kde-plasma/kscreenlocker-5.16.2:5 >=kde-plasma/ksshaskpass-5.16.2:5 >=kde-plasma/ksysguard-5.16.2:5 >=kde-plasma/kwayland-integration-5.16.2:5 >=kde-plasma/kwin-5.16.2:5 >=kde-plasma/kwrited-5.16.2:5 >=kde-plasma/libkscreen-5.16.2:5 >=kde-plasma/libksysguard-5.16.2:5 >=kde-plasma/milou-5.16.2:5 >=kde-plasma/oxygen-5.16.2:5 >=kde-plasma/plasma-desktop-5.16.2:5 >=kde-plasma/plasma-integration-5.16.2:5 >=kde-plasma/plasma-workspace-5.16.2:5 >=kde-plasma/polkit-kde-agent-5.16.2:5 >=kde-plasma/powerdevil-5.16.2:5 >=kde-plasma/systemsettings-5.16.2:5 >=kde-plasma/user-manager-5.16.2:5 sys-apps/dbus[elogind?,systemd?] sys-auth/polkit[elogind?,systemd?] sys-fs/udisks:2[elogind?,systemd?] bluetooth? ( >=kde-plasma/bluedevil-5.16.2:5 ) browser-integration? ( >=kde-plasma/plasma-browser-integration-5.16.2:5 ) consolekit? ( >=sys-auth/consolekit-1.0.1 pm-utils? ( sys-power/pm-utils ) ) crypt? ( >=kde-plasma/plasma-vault-5.16.2:5 ) desktop-portal? ( >=kde-plasma/xdg-desktop-portal-kde-5.16.2:5 ) discover? ( >=kde-plasma/discover-5.16.2:5 ) display-manager? ( sddm? ( >=kde-plasma/sddm-kcm-5.16.2:5 x11-misc/sddm[consolekit?,elogind?,systemd?] ) !sddm? ( x11-misc/lightdm ) ) grub? ( >=kde-plasma/breeze-grub-5.16.2:5 ) gtk? ( >=kde-plasma/breeze-gtk-5.16.2:5 >=kde-plasma/kde-gtk-config-5.16.2:5 ) handbook? ( kde-apps/khelpcenter:5 ) legacy-systray? ( >=kde-plasma/xembed-sni-proxy-5.16.2:5 ) networkmanager? ( >=kde-plasma/plasma-nm-5.16.2:5 net-misc/networkmanager[consolekit?,elogind?,systemd?] ) pam? ( >=kde-plasma/kwallet-pam-5.16.2:5 sys-auth/pambase[consolekit?,elogind?,systemd?] ) plymouth? ( >=kde-plasma/breeze-plymouth-5.16.2:5 >=kde-plasma/plymouth-kcm-5.16.2:5 ) pulseaudio? ( >=kde-plasma/plasma-pa-5.16.2:5 ) sdk? ( >=kde-plasma/plasma-sdk-5.16.2:5 ) wallpapers? ( >=kde-plasma/plasma-workspace-wallpapers-5.16.2:5 ) +REQUIRED_USE=?? ( consolekit elogind systemd ) +SLOT=5 +_md5_=9b58dad38a115af2496063cd559baf72 diff --git a/metadata/md5-cache/kde-plasma/plasma-nm-5.16.1 b/metadata/md5-cache/kde-plasma/plasma-nm-5.16.2 similarity index 96% rename from metadata/md5-cache/kde-plasma/plasma-nm-5.16.1 rename to metadata/md5-cache/kde-plasma/plasma-nm-5.16.2 index e9bee1eee0d9..3f466c59a2db 100644 --- a/metadata/md5-cache/kde-plasma/plasma-nm-5.16.1 +++ b/metadata/md5-cache/kde-plasma/plasma-nm-5.16.2 @@ -7,8 +7,8 @@ HOMEPAGE=https://kde.org/ IUSE=modemmanager openconnect teamd debug test KEYWORDS=~amd64 ~arm ~arm64 ~x86 LICENSE=GPL-2 LGPL-2.1 -RDEPEND=>=kde-frameworks/kcompletion-5.58.0:5 >=kde-frameworks/kconfig-5.58.0:5 >=kde-frameworks/kconfigwidgets-5.58.0:5 >=kde-frameworks/kcoreaddons-5.58.0:5 >=kde-frameworks/kdbusaddons-5.58.0:5 >=kde-frameworks/kdeclarative-5.58.0:5 >=kde-frameworks/ki18n-5.58.0:5 >=kde-frameworks/kiconthemes-5.58.0:5 >=kde-frameworks/kio-5.58.0:5 >=kde-frameworks/kitemviews-5.58.0:5 >=kde-frameworks/knotifications-5.58.0:5 >=kde-frameworks/kservice-5.58.0:5 >=kde-frameworks/kwallet-5.58.0:5 >=kde-frameworks/kwidgetsaddons-5.58.0:5 >=kde-frameworks/kwindowsystem-5.58.0:5 >=kde-frameworks/kxmlgui-5.58.0:5 >=kde-frameworks/networkmanager-qt-5.58.0:5[teamd=] >=kde-frameworks/plasma-5.58.0:5 >=kde-frameworks/solid-5.58.0:5 >=dev-qt/qtdbus-5.12.3:5 >=dev-qt/qtdeclarative-5.12.3:5 >=dev-qt/qtgui-5.12.3:5 >=dev-qt/qtnetwork-5.12.3:5 >=dev-qt/qtwidgets-5.12.3:5 >=app-crypt/qca-2.1.1:2[qt5(+)] net-misc/networkmanager[teamd=] modemmanager? ( >=kde-frameworks/modemmanager-qt-5.58.0:5 >=dev-qt/qtxml-5.12.3:5 net-misc/mobile-broadband-provider-info ) openconnect? ( >=dev-qt/qtxml-5.12.3:5 net-vpn/networkmanager-openconnect net-vpn/openconnect:= ) >=kde-plasma/kde-cli-tools-5.16.1:5 >=kde-frameworks/kf-env-4 || ( >=kde-frameworks/breeze-icons-5.58.0:5 kde-frameworks/oxygen-icons:* ) >=dev-qt/qtcore-5.12.3:5 +RDEPEND=>=kde-frameworks/kcompletion-5.58.0:5 >=kde-frameworks/kconfig-5.58.0:5 >=kde-frameworks/kconfigwidgets-5.58.0:5 >=kde-frameworks/kcoreaddons-5.58.0:5 >=kde-frameworks/kdbusaddons-5.58.0:5 >=kde-frameworks/kdeclarative-5.58.0:5 >=kde-frameworks/ki18n-5.58.0:5 >=kde-frameworks/kiconthemes-5.58.0:5 >=kde-frameworks/kio-5.58.0:5 >=kde-frameworks/kitemviews-5.58.0:5 >=kde-frameworks/knotifications-5.58.0:5 >=kde-frameworks/kservice-5.58.0:5 >=kde-frameworks/kwallet-5.58.0:5 >=kde-frameworks/kwidgetsaddons-5.58.0:5 >=kde-frameworks/kwindowsystem-5.58.0:5 >=kde-frameworks/kxmlgui-5.58.0:5 >=kde-frameworks/networkmanager-qt-5.58.0:5[teamd=] >=kde-frameworks/plasma-5.58.0:5 >=kde-frameworks/solid-5.58.0:5 >=dev-qt/qtdbus-5.12.3:5 >=dev-qt/qtdeclarative-5.12.3:5 >=dev-qt/qtgui-5.12.3:5 >=dev-qt/qtnetwork-5.12.3:5 >=dev-qt/qtwidgets-5.12.3:5 >=app-crypt/qca-2.1.1:2[qt5(+)] net-misc/networkmanager[teamd=] modemmanager? ( >=kde-frameworks/modemmanager-qt-5.58.0:5 >=dev-qt/qtxml-5.12.3:5 net-misc/mobile-broadband-provider-info ) openconnect? ( >=dev-qt/qtxml-5.12.3:5 net-vpn/networkmanager-openconnect net-vpn/openconnect:= ) >=kde-plasma/kde-cli-tools-5.16.2:5 >=kde-frameworks/kf-env-4 || ( >=kde-frameworks/breeze-icons-5.58.0:5 kde-frameworks/oxygen-icons:* ) >=dev-qt/qtcore-5.12.3:5 SLOT=5 -SRC_URI=mirror://kde/stable/plasma/5.16.1/plasma-nm-5.16.1.tar.xz +SRC_URI=mirror://kde/stable/plasma/5.16.2/plasma-nm-5.16.2.tar.xz _eclasses_=cmake-utils 959a7fda0dce63de9a4e73a22294d6ec eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic 7ba73aee7fe4462b3a745e3645ab92ca kde5 d3b1e4258b75eed0a5062295d1758b25 kde5-functions 2dbbfc21b2646d8a3418041b240656a9 multilib 1d91b03d42ab6308b5f4f6b598ed110e multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f toolchain-funcs 8c7f9d80beedd16f2e5a7f612c609529 virtualx 401b718cc14d43a5a7fbe062c4851ba5 xdg c7ba313ea1eaf266f95cc6235f7d6a07 xdg-utils 14d00d009167652b1fa363e55effe213 _md5_=08dc318254e933973fdcf79d4a10c06c diff --git a/metadata/md5-cache/kde-plasma/plasma-pa-5.16.1 b/metadata/md5-cache/kde-plasma/plasma-pa-5.16.2 similarity index 97% rename from metadata/md5-cache/kde-plasma/plasma-pa-5.16.1 rename to metadata/md5-cache/kde-plasma/plasma-pa-5.16.2 index 20c98c5dba50..b58b16d056c5 100644 --- a/metadata/md5-cache/kde-plasma/plasma-pa-5.16.1 +++ b/metadata/md5-cache/kde-plasma/plasma-pa-5.16.2 @@ -9,6 +9,6 @@ KEYWORDS=~amd64 ~arm ~arm64 ~x86 LICENSE=GPL-2 RDEPEND=>=kde-frameworks/kcoreaddons-5.58.0:5 >=kde-frameworks/kdeclarative-5.58.0:5 >=kde-frameworks/kglobalaccel-5.58.0:5 >=kde-frameworks/ki18n-5.58.0:5 >=kde-frameworks/plasma-5.58.0:5 >=dev-qt/qtdbus-5.12.3:5 >=dev-qt/qtdeclarative-5.12.3:5 >=dev-qt/qtgui-5.12.3:5 >=dev-qt/qtwidgets-5.12.3:5 dev-libs/glib:2 media-libs/libcanberra media-sound/pulseaudio >=kde-frameworks/kirigami-5.58.0:5 >=dev-qt/qtquickcontrols2-5.12.3:5 media-libs/libcanberra x11-themes/sound-theme-freedesktop >=kde-frameworks/kf-env-4 || ( >=kde-frameworks/breeze-icons-5.58.0:5 kde-frameworks/oxygen-icons:* ) >=dev-qt/qtcore-5.12.3:5 SLOT=5 -SRC_URI=mirror://kde/stable/plasma/5.16.1/plasma-pa-5.16.1.tar.xz +SRC_URI=mirror://kde/stable/plasma/5.16.2/plasma-pa-5.16.2.tar.xz _eclasses_=cmake-utils 959a7fda0dce63de9a4e73a22294d6ec eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic 7ba73aee7fe4462b3a745e3645ab92ca kde5 d3b1e4258b75eed0a5062295d1758b25 kde5-functions 2dbbfc21b2646d8a3418041b240656a9 multilib 1d91b03d42ab6308b5f4f6b598ed110e multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f toolchain-funcs 8c7f9d80beedd16f2e5a7f612c609529 virtualx 401b718cc14d43a5a7fbe062c4851ba5 xdg c7ba313ea1eaf266f95cc6235f7d6a07 xdg-utils 14d00d009167652b1fa363e55effe213 _md5_=910085d7450eca13315356742b4efb5f diff --git a/metadata/md5-cache/kde-plasma/plasma-sdk-5.16.1 b/metadata/md5-cache/kde-plasma/plasma-sdk-5.16.2 similarity index 97% rename from metadata/md5-cache/kde-plasma/plasma-sdk-5.16.1 rename to metadata/md5-cache/kde-plasma/plasma-sdk-5.16.2 index b6fbd1123cd7..fb185aa462d0 100644 --- a/metadata/md5-cache/kde-plasma/plasma-sdk-5.16.1 +++ b/metadata/md5-cache/kde-plasma/plasma-sdk-5.16.2 @@ -9,6 +9,6 @@ KEYWORDS=~amd64 ~arm ~arm64 ~x86 LICENSE=GPL-2 RDEPEND=>=kde-frameworks/karchive-5.58.0:5 >=kde-frameworks/kcompletion-5.58.0:5 >=kde-frameworks/kconfig-5.58.0:5 >=kde-frameworks/kconfigwidgets-5.58.0:5 >=kde-frameworks/kcoreaddons-5.58.0:5 >=kde-frameworks/kdbusaddons-5.58.0:5 >=kde-frameworks/kdeclarative-5.58.0:5 >=kde-frameworks/ki18n-5.58.0:5 >=kde-frameworks/kiconthemes-5.58.0:5 >=kde-frameworks/kio-5.58.0:5 >=kde-frameworks/kpackage-5.58.0:5 >=kde-frameworks/kservice-5.58.0:5 >=kde-frameworks/ktexteditor-5.58.0:5 >=kde-frameworks/kwidgetsaddons-5.58.0:5 >=kde-frameworks/plasma-5.58.0:5 >=dev-qt/qtdbus-5.12.3:5 >=dev-qt/qtdeclarative-5.12.3:5 >=dev-qt/qtgui-5.12.3:5 >=dev-qt/qtwidgets-5.12.3:5 >=dev-qt/qtxml-5.12.3:5 >=kde-frameworks/kirigami-5.58.0:5 >=kde-frameworks/kf-env-4 || ( >=kde-frameworks/breeze-icons-5.58.0:5 kde-frameworks/oxygen-icons:* ) >=dev-qt/qtcore-5.12.3:5 SLOT=5 -SRC_URI=mirror://kde/stable/plasma/5.16.1/plasma-sdk-5.16.1.tar.xz +SRC_URI=mirror://kde/stable/plasma/5.16.2/plasma-sdk-5.16.2.tar.xz _eclasses_=cmake-utils 959a7fda0dce63de9a4e73a22294d6ec eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic 7ba73aee7fe4462b3a745e3645ab92ca kde5 d3b1e4258b75eed0a5062295d1758b25 kde5-functions 2dbbfc21b2646d8a3418041b240656a9 multilib 1d91b03d42ab6308b5f4f6b598ed110e multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f toolchain-funcs 8c7f9d80beedd16f2e5a7f612c609529 virtualx 401b718cc14d43a5a7fbe062c4851ba5 xdg c7ba313ea1eaf266f95cc6235f7d6a07 xdg-utils 14d00d009167652b1fa363e55effe213 _md5_=ce71f3f8fede95c7c695f6a3111bc845 diff --git a/metadata/md5-cache/kde-plasma/plasma-vault-5.16.1 b/metadata/md5-cache/kde-plasma/plasma-vault-5.16.2 similarity index 92% rename from metadata/md5-cache/kde-plasma/plasma-vault-5.16.1 rename to metadata/md5-cache/kde-plasma/plasma-vault-5.16.2 index c2d163856584..58164f479198 100644 --- a/metadata/md5-cache/kde-plasma/plasma-vault-5.16.1 +++ b/metadata/md5-cache/kde-plasma/plasma-vault-5.16.2 @@ -1,14 +1,14 @@ BDEPEND=dev-util/ninja >=dev-util/cmake-3.9.6 >=kde-frameworks/extra-cmake-modules-5.58.0:5 DEFINED_PHASES=compile configure install nofetch postinst postrm preinst prepare setup test unpack -DEPEND=>=kde-frameworks/kactivities-5.58.0:5 >=kde-frameworks/kcodecs-5.58.0:5 >=kde-frameworks/kconfig-5.58.0:5 >=kde-frameworks/kconfigwidgets-5.58.0:5 >=kde-frameworks/kcoreaddons-5.58.0:5 >=kde-frameworks/kdbusaddons-5.58.0:5 >=kde-frameworks/ki18n-5.58.0:5 >=kde-frameworks/kio-5.58.0:5 >=kde-frameworks/plasma-5.58.0:5 >=kde-frameworks/kwidgetsaddons-5.58.0:5 >=kde-plasma/libksysguard-5.16.1:5 >=dev-qt/qtdbus-5.12.3:5 >=dev-qt/qtdeclarative-5.12.3:5 >=dev-qt/qtgui-5.12.3:5 >=dev-qt/qtwidgets-5.12.3:5 networkmanager? ( >=kde-frameworks/networkmanager-qt-5.58.0:5 ) dev-util/desktop-file-utils x11-misc/shared-mime-info >=dev-qt/qtcore-5.12.3:5 dev-util/desktop-file-utils +DEPEND=>=kde-frameworks/kactivities-5.58.0:5 >=kde-frameworks/kcodecs-5.58.0:5 >=kde-frameworks/kconfig-5.58.0:5 >=kde-frameworks/kconfigwidgets-5.58.0:5 >=kde-frameworks/kcoreaddons-5.58.0:5 >=kde-frameworks/kdbusaddons-5.58.0:5 >=kde-frameworks/ki18n-5.58.0:5 >=kde-frameworks/kio-5.58.0:5 >=kde-frameworks/plasma-5.58.0:5 >=kde-frameworks/kwidgetsaddons-5.58.0:5 >=kde-plasma/libksysguard-5.16.2:5 >=dev-qt/qtdbus-5.12.3:5 >=dev-qt/qtdeclarative-5.12.3:5 >=dev-qt/qtgui-5.12.3:5 >=dev-qt/qtwidgets-5.12.3:5 networkmanager? ( >=kde-frameworks/networkmanager-qt-5.58.0:5 ) dev-util/desktop-file-utils x11-misc/shared-mime-info >=dev-qt/qtcore-5.12.3:5 dev-util/desktop-file-utils DESCRIPTION=Plasma applet and services for creating encrypted vaults EAPI=7 HOMEPAGE=https://kde.org/ https://cukic.co/2017/02/03/vaults-encryption-in-plasma/ IUSE=networkmanager debug KEYWORDS=~amd64 ~arm ~arm64 ~x86 LICENSE=LGPL-3 -RDEPEND=>=kde-frameworks/kactivities-5.58.0:5 >=kde-frameworks/kcodecs-5.58.0:5 >=kde-frameworks/kconfig-5.58.0:5 >=kde-frameworks/kconfigwidgets-5.58.0:5 >=kde-frameworks/kcoreaddons-5.58.0:5 >=kde-frameworks/kdbusaddons-5.58.0:5 >=kde-frameworks/ki18n-5.58.0:5 >=kde-frameworks/kio-5.58.0:5 >=kde-frameworks/plasma-5.58.0:5 >=kde-frameworks/kwidgetsaddons-5.58.0:5 >=kde-plasma/libksysguard-5.16.1:5 >=dev-qt/qtdbus-5.12.3:5 >=dev-qt/qtdeclarative-5.12.3:5 >=dev-qt/qtgui-5.12.3:5 >=dev-qt/qtwidgets-5.12.3:5 networkmanager? ( >=kde-frameworks/networkmanager-qt-5.58.0:5 ) || ( >=sys-fs/cryfs-0.9.9 >=sys-fs/encfs-1.9.2 ) >=kde-frameworks/kf-env-4 || ( >=kde-frameworks/breeze-icons-5.58.0:5 kde-frameworks/oxygen-icons:* ) >=dev-qt/qtcore-5.12.3:5 +RDEPEND=>=kde-frameworks/kactivities-5.58.0:5 >=kde-frameworks/kcodecs-5.58.0:5 >=kde-frameworks/kconfig-5.58.0:5 >=kde-frameworks/kconfigwidgets-5.58.0:5 >=kde-frameworks/kcoreaddons-5.58.0:5 >=kde-frameworks/kdbusaddons-5.58.0:5 >=kde-frameworks/ki18n-5.58.0:5 >=kde-frameworks/kio-5.58.0:5 >=kde-frameworks/plasma-5.58.0:5 >=kde-frameworks/kwidgetsaddons-5.58.0:5 >=kde-plasma/libksysguard-5.16.2:5 >=dev-qt/qtdbus-5.12.3:5 >=dev-qt/qtdeclarative-5.12.3:5 >=dev-qt/qtgui-5.12.3:5 >=dev-qt/qtwidgets-5.12.3:5 networkmanager? ( >=kde-frameworks/networkmanager-qt-5.58.0:5 ) || ( >=sys-fs/cryfs-0.9.9 >=sys-fs/encfs-1.9.2 ) >=kde-frameworks/kf-env-4 || ( >=kde-frameworks/breeze-icons-5.58.0:5 kde-frameworks/oxygen-icons:* ) >=dev-qt/qtcore-5.12.3:5 SLOT=5 -SRC_URI=mirror://kde/stable/plasma/5.16.1/plasma-vault-5.16.1.tar.xz +SRC_URI=mirror://kde/stable/plasma/5.16.2/plasma-vault-5.16.2.tar.xz _eclasses_=cmake-utils 959a7fda0dce63de9a4e73a22294d6ec eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic 7ba73aee7fe4462b3a745e3645ab92ca kde5 d3b1e4258b75eed0a5062295d1758b25 kde5-functions 2dbbfc21b2646d8a3418041b240656a9 multilib 1d91b03d42ab6308b5f4f6b598ed110e multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f toolchain-funcs 8c7f9d80beedd16f2e5a7f612c609529 virtualx 401b718cc14d43a5a7fbe062c4851ba5 xdg c7ba313ea1eaf266f95cc6235f7d6a07 xdg-utils 14d00d009167652b1fa363e55effe213 _md5_=fc2f2a2a2cbfb39e827fa9fc7870b897 diff --git a/metadata/md5-cache/kde-plasma/plasma-workspace-5.16.1 b/metadata/md5-cache/kde-plasma/plasma-workspace-5.16.2 similarity index 92% rename from metadata/md5-cache/kde-plasma/plasma-workspace-5.16.1 rename to metadata/md5-cache/kde-plasma/plasma-workspace-5.16.2 index 0d55f2444f88..0065953ba92d 100644 --- a/metadata/md5-cache/kde-plasma/plasma-workspace-5.16.1 +++ b/metadata/md5-cache/kde-plasma/plasma-workspace-5.16.2 @@ -1,17 +1,17 @@ BDEPEND=dev-util/ninja >=dev-util/cmake-3.9.6 test? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) >=kde-frameworks/extra-cmake-modules-5.58.0:5 handbook? ( >=kde-frameworks/kdoctools-5.58.0:5 ) DEFINED_PHASES=compile configure install nofetch postinst postrm preinst prepare setup test unpack -DEPEND=>=kde-frameworks/kactivities-5.58.0:5 >=kde-frameworks/kauth-5.58.0:5 >=kde-frameworks/kbookmarks-5.58.0:5 >=kde-frameworks/kcompletion-5.58.0:5 >=kde-frameworks/kconfig-5.58.0:5 >=kde-frameworks/kconfigwidgets-5.58.0:5 >=kde-frameworks/kcoreaddons-5.58.0:5 >=kde-frameworks/kcrash-5.58.0:5 >=kde-frameworks/kdbusaddons-5.58.0:5 >=kde-frameworks/kdeclarative-5.58.0:5 >=kde-frameworks/kded-5.58.0:5 >=kde-frameworks/kdelibs4support-5.58.0:5 >=kde-frameworks/kglobalaccel-5.58.0:5 >=kde-frameworks/kguiaddons-5.58.0:5 >=kde-frameworks/ki18n-5.58.0:5 >=kde-frameworks/kiconthemes-5.58.0:5 >=kde-frameworks/kidletime-5.58.0:5 >=kde-frameworks/kio-5.58.0:5 >=kde-frameworks/kitemmodels-5.58.0:5 >=kde-frameworks/kitemviews-5.58.0:5 >=kde-frameworks/kjobwidgets-5.58.0:5 >=kde-frameworks/kjs-5.58.0:5 >=kde-frameworks/kjsembed-5.58.0:5 >=kde-frameworks/knewstuff-5.58.0:5 >=kde-frameworks/knotifications-5.58.0:5 >=kde-frameworks/knotifyconfig-5.58.0:5 >=kde-frameworks/kpackage-5.58.0:5 >=kde-frameworks/krunner-5.58.0:5 >=kde-frameworks/kservice-5.58.0:5 >=kde-frameworks/ktexteditor-5.58.0:5 >=kde-frameworks/ktextwidgets-5.58.0:5 >=kde-frameworks/kwallet-5.58.0:5 >=kde-frameworks/kwayland-5.58.0:5 >=kde-frameworks/kwidgetsaddons-5.58.0:5 >=kde-frameworks/kwindowsystem-5.58.0:5 >=kde-frameworks/kxmlgui-5.58.0:5 >=kde-frameworks/plasma-5.58.0:5 >=kde-frameworks/solid-5.58.0:5 >=kde-plasma/kscreenlocker-5.16.1:5 >=kde-plasma/kwin-5.16.1:5 >=kde-plasma/libksysguard-5.16.1:5 >=kde-plasma/libkworkspace-5.16.1:5 >=dev-qt/qtdbus-5.12.3:5 >=dev-qt/qtdeclarative-5.12.3:5[widgets] >=dev-qt/qtgui-5.12.3:5[jpeg] >=dev-qt/qtnetwork-5.12.3:5 >=dev-qt/qtsql-5.12.3:5 >=dev-qt/qtwidgets-5.12.3:5 >=dev-qt/qtx11extras-5.12.3:5 >=dev-qt/qtxml-5.12.3:5 media-libs/phonon[qt5(+)] sys-libs/zlib x11-libs/libICE x11-libs/libSM x11-libs/libX11 x11-libs/libXau x11-libs/libxcb x11-libs/libXfixes x11-libs/libXrender x11-libs/libXtst x11-libs/xcb-util x11-libs/xcb-util-image appstream? ( dev-libs/appstream[qt5] ) calendar? ( >=kde-frameworks/kholidays-5.58.0:5 ) geolocation? ( >=kde-frameworks/networkmanager-qt-5.58.0:5 ) gps? ( sci-geosciences/gpsd ) prison? ( >=kde-frameworks/prison-5.58.0:5 ) qalculate? ( sci-libs/libqalculate:= ) semantic-desktop? ( >=kde-frameworks/baloo-5.58.0:5 ) >=dev-qt/qtconcurrent-5.12.3:5 x11-base/xorg-proto dev-util/desktop-file-utils x11-misc/shared-mime-info test? ( >=dev-qt/qttest-5.12.3:5 ) >=dev-qt/qtcore-5.12.3:5 dev-util/desktop-file-utils +DEPEND=>=kde-frameworks/kactivities-5.58.0:5 >=kde-frameworks/kauth-5.58.0:5 >=kde-frameworks/kbookmarks-5.58.0:5 >=kde-frameworks/kcompletion-5.58.0:5 >=kde-frameworks/kconfig-5.58.0:5 >=kde-frameworks/kconfigwidgets-5.58.0:5 >=kde-frameworks/kcoreaddons-5.58.0:5 >=kde-frameworks/kcrash-5.58.0:5 >=kde-frameworks/kdbusaddons-5.58.0:5 >=kde-frameworks/kdeclarative-5.58.0:5 >=kde-frameworks/kded-5.58.0:5 >=kde-frameworks/kdelibs4support-5.58.0:5 >=kde-frameworks/kglobalaccel-5.58.0:5 >=kde-frameworks/kguiaddons-5.58.0:5 >=kde-frameworks/ki18n-5.58.0:5 >=kde-frameworks/kiconthemes-5.58.0:5 >=kde-frameworks/kidletime-5.58.0:5 >=kde-frameworks/kio-5.58.0:5 >=kde-frameworks/kitemmodels-5.58.0:5 >=kde-frameworks/kitemviews-5.58.0:5 >=kde-frameworks/kjobwidgets-5.58.0:5 >=kde-frameworks/kjs-5.58.0:5 >=kde-frameworks/kjsembed-5.58.0:5 >=kde-frameworks/knewstuff-5.58.0:5 >=kde-frameworks/knotifications-5.58.0:5 >=kde-frameworks/knotifyconfig-5.58.0:5 >=kde-frameworks/kpackage-5.58.0:5 >=kde-frameworks/krunner-5.58.0:5 >=kde-frameworks/kservice-5.58.0:5 >=kde-frameworks/ktexteditor-5.58.0:5 >=kde-frameworks/ktextwidgets-5.58.0:5 >=kde-frameworks/kwallet-5.58.0:5 >=kde-frameworks/kwayland-5.58.0:5 >=kde-frameworks/kwidgetsaddons-5.58.0:5 >=kde-frameworks/kwindowsystem-5.58.0:5 >=kde-frameworks/kxmlgui-5.58.0:5 >=kde-frameworks/plasma-5.58.0:5 >=kde-frameworks/solid-5.58.0:5 >=kde-plasma/kscreenlocker-5.16.2:5 >=kde-plasma/kwin-5.16.2:5 >=kde-plasma/libksysguard-5.16.2:5 >=kde-plasma/libkworkspace-5.16.2:5 >=dev-qt/qtdbus-5.12.3:5 >=dev-qt/qtdeclarative-5.12.3:5[widgets] >=dev-qt/qtgui-5.12.3:5[jpeg] >=dev-qt/qtnetwork-5.12.3:5 >=dev-qt/qtsql-5.12.3:5 >=dev-qt/qtwidgets-5.12.3:5 >=dev-qt/qtx11extras-5.12.3:5 >=dev-qt/qtxml-5.12.3:5 media-libs/phonon[qt5(+)] sys-libs/zlib x11-libs/libICE x11-libs/libSM x11-libs/libX11 x11-libs/libXau x11-libs/libxcb x11-libs/libXfixes x11-libs/libXrender x11-libs/libXtst x11-libs/xcb-util x11-libs/xcb-util-image appstream? ( dev-libs/appstream[qt5] ) calendar? ( >=kde-frameworks/kholidays-5.58.0:5 ) geolocation? ( >=kde-frameworks/networkmanager-qt-5.58.0:5 ) gps? ( sci-geosciences/gpsd ) prison? ( >=kde-frameworks/prison-5.58.0:5 ) qalculate? ( sci-libs/libqalculate:= ) semantic-desktop? ( >=kde-frameworks/baloo-5.58.0:5 ) >=dev-qt/qtconcurrent-5.12.3:5 x11-base/xorg-proto dev-util/desktop-file-utils x11-misc/shared-mime-info test? ( >=dev-qt/qttest-5.12.3:5 ) >=dev-qt/qtcore-5.12.3:5 dev-util/desktop-file-utils DESCRIPTION=KDE Plasma workspace EAPI=7 HOMEPAGE=https://kde.org/ IUSE=appstream +calendar geolocation gps prison qalculate +semantic-desktop systemd test debug +handbook test KEYWORDS=~amd64 ~arm ~arm64 ~x86 LICENSE=GPL-2 -PDEPEND=>=kde-plasma/kde-cli-tools-5.16.1:5 -RDEPEND=>=kde-frameworks/kactivities-5.58.0:5 >=kde-frameworks/kauth-5.58.0:5 >=kde-frameworks/kbookmarks-5.58.0:5 >=kde-frameworks/kcompletion-5.58.0:5 >=kde-frameworks/kconfig-5.58.0:5 >=kde-frameworks/kconfigwidgets-5.58.0:5 >=kde-frameworks/kcoreaddons-5.58.0:5 >=kde-frameworks/kcrash-5.58.0:5 >=kde-frameworks/kdbusaddons-5.58.0:5 >=kde-frameworks/kdeclarative-5.58.0:5 >=kde-frameworks/kded-5.58.0:5 >=kde-frameworks/kdelibs4support-5.58.0:5 >=kde-frameworks/kglobalaccel-5.58.0:5 >=kde-frameworks/kguiaddons-5.58.0:5 >=kde-frameworks/ki18n-5.58.0:5 >=kde-frameworks/kiconthemes-5.58.0:5 >=kde-frameworks/kidletime-5.58.0:5 >=kde-frameworks/kio-5.58.0:5 >=kde-frameworks/kitemmodels-5.58.0:5 >=kde-frameworks/kitemviews-5.58.0:5 >=kde-frameworks/kjobwidgets-5.58.0:5 >=kde-frameworks/kjs-5.58.0:5 >=kde-frameworks/kjsembed-5.58.0:5 >=kde-frameworks/knewstuff-5.58.0:5 >=kde-frameworks/knotifications-5.58.0:5 >=kde-frameworks/knotifyconfig-5.58.0:5 >=kde-frameworks/kpackage-5.58.0:5 >=kde-frameworks/krunner-5.58.0:5 >=kde-frameworks/kservice-5.58.0:5 >=kde-frameworks/ktexteditor-5.58.0:5 >=kde-frameworks/ktextwidgets-5.58.0:5 >=kde-frameworks/kwallet-5.58.0:5 >=kde-frameworks/kwayland-5.58.0:5 >=kde-frameworks/kwidgetsaddons-5.58.0:5 >=kde-frameworks/kwindowsystem-5.58.0:5 >=kde-frameworks/kxmlgui-5.58.0:5 >=kde-frameworks/plasma-5.58.0:5 >=kde-frameworks/solid-5.58.0:5 >=kde-plasma/kscreenlocker-5.16.1:5 >=kde-plasma/kwin-5.16.1:5 >=kde-plasma/libksysguard-5.16.1:5 >=kde-plasma/libkworkspace-5.16.1:5 >=dev-qt/qtdbus-5.12.3:5 >=dev-qt/qtdeclarative-5.12.3:5[widgets] >=dev-qt/qtgui-5.12.3:5[jpeg] >=dev-qt/qtnetwork-5.12.3:5 >=dev-qt/qtsql-5.12.3:5 >=dev-qt/qtwidgets-5.12.3:5 >=dev-qt/qtx11extras-5.12.3:5 >=dev-qt/qtxml-5.12.3:5 media-libs/phonon[qt5(+)] sys-libs/zlib x11-libs/libICE x11-libs/libSM x11-libs/libX11 x11-libs/libXau x11-libs/libxcb x11-libs/libXfixes x11-libs/libXrender x11-libs/libXtst x11-libs/xcb-util x11-libs/xcb-util-image appstream? ( dev-libs/appstream[qt5] ) calendar? ( >=kde-frameworks/kholidays-5.58.0:5 ) geolocation? ( >=kde-frameworks/networkmanager-qt-5.58.0:5 ) gps? ( sci-geosciences/gpsd ) prison? ( >=kde-frameworks/prison-5.58.0:5 ) qalculate? ( sci-libs/libqalculate:= ) semantic-desktop? ( >=kde-frameworks/baloo-5.58.0:5 ) >=kde-frameworks/kdesu-5.58.0:5 >=kde-frameworks/kirigami-5.58.0:5 >=kde-apps/kio-extras-18.12.3:5 >=kde-plasma/ksysguard-5.16.1:5 >=kde-plasma/milou-5.16.1:5 >=kde-plasma/plasma-integration-5.16.1:5 >=dev-qt/qdbus-5.12.3:5 >=dev-qt/qtgraphicaleffects-5.12.3:5 >=dev-qt/qtpaths-5.12.3:5 >=dev-qt/qtquickcontrols-5.12.3:5[widgets] >=dev-qt/qtquickcontrols2-5.12.3:5 app-text/iso-codes x11-apps/xmessage x11-apps/xprop x11-apps/xrdb x11-apps/xsetroot systemd? ( sys-apps/dbus[user-session] ) !systemd? ( sys-apps/dbus ) !=kde-frameworks/kf-env-4 || ( >=kde-frameworks/breeze-icons-5.58.0:5 kde-frameworks/oxygen-icons:* ) >=dev-qt/qtcore-5.12.3:5 +PDEPEND=>=kde-plasma/kde-cli-tools-5.16.2:5 +RDEPEND=>=kde-frameworks/kactivities-5.58.0:5 >=kde-frameworks/kauth-5.58.0:5 >=kde-frameworks/kbookmarks-5.58.0:5 >=kde-frameworks/kcompletion-5.58.0:5 >=kde-frameworks/kconfig-5.58.0:5 >=kde-frameworks/kconfigwidgets-5.58.0:5 >=kde-frameworks/kcoreaddons-5.58.0:5 >=kde-frameworks/kcrash-5.58.0:5 >=kde-frameworks/kdbusaddons-5.58.0:5 >=kde-frameworks/kdeclarative-5.58.0:5 >=kde-frameworks/kded-5.58.0:5 >=kde-frameworks/kdelibs4support-5.58.0:5 >=kde-frameworks/kglobalaccel-5.58.0:5 >=kde-frameworks/kguiaddons-5.58.0:5 >=kde-frameworks/ki18n-5.58.0:5 >=kde-frameworks/kiconthemes-5.58.0:5 >=kde-frameworks/kidletime-5.58.0:5 >=kde-frameworks/kio-5.58.0:5 >=kde-frameworks/kitemmodels-5.58.0:5 >=kde-frameworks/kitemviews-5.58.0:5 >=kde-frameworks/kjobwidgets-5.58.0:5 >=kde-frameworks/kjs-5.58.0:5 >=kde-frameworks/kjsembed-5.58.0:5 >=kde-frameworks/knewstuff-5.58.0:5 >=kde-frameworks/knotifications-5.58.0:5 >=kde-frameworks/knotifyconfig-5.58.0:5 >=kde-frameworks/kpackage-5.58.0:5 >=kde-frameworks/krunner-5.58.0:5 >=kde-frameworks/kservice-5.58.0:5 >=kde-frameworks/ktexteditor-5.58.0:5 >=kde-frameworks/ktextwidgets-5.58.0:5 >=kde-frameworks/kwallet-5.58.0:5 >=kde-frameworks/kwayland-5.58.0:5 >=kde-frameworks/kwidgetsaddons-5.58.0:5 >=kde-frameworks/kwindowsystem-5.58.0:5 >=kde-frameworks/kxmlgui-5.58.0:5 >=kde-frameworks/plasma-5.58.0:5 >=kde-frameworks/solid-5.58.0:5 >=kde-plasma/kscreenlocker-5.16.2:5 >=kde-plasma/kwin-5.16.2:5 >=kde-plasma/libksysguard-5.16.2:5 >=kde-plasma/libkworkspace-5.16.2:5 >=dev-qt/qtdbus-5.12.3:5 >=dev-qt/qtdeclarative-5.12.3:5[widgets] >=dev-qt/qtgui-5.12.3:5[jpeg] >=dev-qt/qtnetwork-5.12.3:5 >=dev-qt/qtsql-5.12.3:5 >=dev-qt/qtwidgets-5.12.3:5 >=dev-qt/qtx11extras-5.12.3:5 >=dev-qt/qtxml-5.12.3:5 media-libs/phonon[qt5(+)] sys-libs/zlib x11-libs/libICE x11-libs/libSM x11-libs/libX11 x11-libs/libXau x11-libs/libxcb x11-libs/libXfixes x11-libs/libXrender x11-libs/libXtst x11-libs/xcb-util x11-libs/xcb-util-image appstream? ( dev-libs/appstream[qt5] ) calendar? ( >=kde-frameworks/kholidays-5.58.0:5 ) geolocation? ( >=kde-frameworks/networkmanager-qt-5.58.0:5 ) gps? ( sci-geosciences/gpsd ) prison? ( >=kde-frameworks/prison-5.58.0:5 ) qalculate? ( sci-libs/libqalculate:= ) semantic-desktop? ( >=kde-frameworks/baloo-5.58.0:5 ) >=kde-frameworks/kdesu-5.58.0:5 >=kde-frameworks/kirigami-5.58.0:5 >=kde-apps/kio-extras-18.12.3:5 >=kde-plasma/ksysguard-5.16.2:5 >=kde-plasma/milou-5.16.2:5 >=kde-plasma/plasma-integration-5.16.2:5 >=dev-qt/qdbus-5.12.3:5 >=dev-qt/qtgraphicaleffects-5.12.3:5 >=dev-qt/qtpaths-5.12.3:5 >=dev-qt/qtquickcontrols-5.12.3:5[widgets] >=dev-qt/qtquickcontrols2-5.12.3:5 app-text/iso-codes x11-apps/xmessage x11-apps/xprop x11-apps/xrdb x11-apps/xsetroot systemd? ( sys-apps/dbus[user-session] ) !systemd? ( sys-apps/dbus ) !=kde-frameworks/kf-env-4 || ( >=kde-frameworks/breeze-icons-5.58.0:5 kde-frameworks/oxygen-icons:* ) >=dev-qt/qtcore-5.12.3:5 REQUIRED_USE=gps? ( geolocation ) RESTRICT=test SLOT=5 -SRC_URI=mirror://kde/stable/plasma/5.16.1/plasma-workspace-5.16.1.tar.xz +SRC_URI=mirror://kde/stable/plasma/5.16.2/plasma-workspace-5.16.2.tar.xz _eclasses_=cmake-utils 959a7fda0dce63de9a4e73a22294d6ec estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic 7ba73aee7fe4462b3a745e3645ab92ca kde5 d3b1e4258b75eed0a5062295d1758b25 kde5-functions 2dbbfc21b2646d8a3418041b240656a9 multilib 1d91b03d42ab6308b5f4f6b598ed110e multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f qmake-utils bdf97e69a34b864d6d545f4ec3143ff7 toolchain-funcs 8c7f9d80beedd16f2e5a7f612c609529 virtualx 401b718cc14d43a5a7fbe062c4851ba5 xdg c7ba313ea1eaf266f95cc6235f7d6a07 xdg-utils 14d00d009167652b1fa363e55effe213 _md5_=6d65c5df22f25767d91a3a7cb08f9b6f diff --git a/metadata/md5-cache/kde-plasma/plasma-workspace-wallpapers-5.16.1 b/metadata/md5-cache/kde-plasma/plasma-workspace-wallpapers-5.16.2 similarity index 92% rename from metadata/md5-cache/kde-plasma/plasma-workspace-wallpapers-5.16.1 rename to metadata/md5-cache/kde-plasma/plasma-workspace-wallpapers-5.16.2 index cfebc1a29789..f924d6b99d4f 100644 --- a/metadata/md5-cache/kde-plasma/plasma-workspace-wallpapers-5.16.1 +++ b/metadata/md5-cache/kde-plasma/plasma-workspace-wallpapers-5.16.2 @@ -7,6 +7,6 @@ HOMEPAGE=https://kde.org/ KEYWORDS=~amd64 ~arm ~arm64 ~ppc64 ~x86 LICENSE=GPL-2 SLOT=5 -SRC_URI=mirror://kde/stable/plasma/5.16.1/plasma-workspace-wallpapers-5.16.1.tar.xz +SRC_URI=mirror://kde/stable/plasma/5.16.2/plasma-workspace-wallpapers-5.16.2.tar.xz _eclasses_=cmake-utils 959a7fda0dce63de9a4e73a22294d6ec eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic 7ba73aee7fe4462b3a745e3645ab92ca kde5 d3b1e4258b75eed0a5062295d1758b25 kde5-functions 2dbbfc21b2646d8a3418041b240656a9 multilib 1d91b03d42ab6308b5f4f6b598ed110e multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f toolchain-funcs 8c7f9d80beedd16f2e5a7f612c609529 virtualx 401b718cc14d43a5a7fbe062c4851ba5 xdg c7ba313ea1eaf266f95cc6235f7d6a07 xdg-utils 14d00d009167652b1fa363e55effe213 _md5_=b6a51c29a96c3dcecae18fc61f4434e8 diff --git a/metadata/md5-cache/kde-plasma/plymouth-kcm-5.16.1 b/metadata/md5-cache/kde-plasma/plymouth-kcm-5.16.2 similarity index 94% rename from metadata/md5-cache/kde-plasma/plymouth-kcm-5.16.1 rename to metadata/md5-cache/kde-plasma/plymouth-kcm-5.16.2 index 68623432f4d6..f3a8a611e52f 100644 --- a/metadata/md5-cache/kde-plasma/plymouth-kcm-5.16.1 +++ b/metadata/md5-cache/kde-plasma/plymouth-kcm-5.16.2 @@ -7,8 +7,8 @@ HOMEPAGE=https://cgit.kde.org/plymouth-kcm.git IUSE=debug KEYWORDS=~amd64 ~arm ~arm64 ~x86 LICENSE=GPL-2+ -RDEPEND=>=kde-frameworks/karchive-5.58.0:5 >=kde-frameworks/kauth-5.58.0:5 >=kde-frameworks/kconfig-5.58.0:5 >=kde-frameworks/kcoreaddons-5.58.0:5 >=kde-frameworks/kdeclarative-5.58.0:5 >=kde-frameworks/ki18n-5.58.0:5 >=kde-frameworks/kio-5.58.0:5 >=kde-frameworks/knewstuff-5.58.0:5 >=kde-frameworks/kwidgetsaddons-5.58.0:5 >=dev-qt/qtdeclarative-5.12.3:5 >=dev-qt/qtgui-5.12.3:5 >=dev-qt/qtquickcontrols-5.12.3:5 >=dev-qt/qtwidgets-5.12.3:5 sys-boot/plymouth >=kde-plasma/kde-cli-tools-5.16.1:5 >=kde-frameworks/kf-env-4 || ( >=kde-frameworks/breeze-icons-5.58.0:5 kde-frameworks/oxygen-icons:* ) >=dev-qt/qtcore-5.12.3:5 +RDEPEND=>=kde-frameworks/karchive-5.58.0:5 >=kde-frameworks/kauth-5.58.0:5 >=kde-frameworks/kconfig-5.58.0:5 >=kde-frameworks/kcoreaddons-5.58.0:5 >=kde-frameworks/kdeclarative-5.58.0:5 >=kde-frameworks/ki18n-5.58.0:5 >=kde-frameworks/kio-5.58.0:5 >=kde-frameworks/knewstuff-5.58.0:5 >=kde-frameworks/kwidgetsaddons-5.58.0:5 >=dev-qt/qtdeclarative-5.12.3:5 >=dev-qt/qtgui-5.12.3:5 >=dev-qt/qtquickcontrols-5.12.3:5 >=dev-qt/qtwidgets-5.12.3:5 sys-boot/plymouth >=kde-plasma/kde-cli-tools-5.16.2:5 >=kde-frameworks/kf-env-4 || ( >=kde-frameworks/breeze-icons-5.58.0:5 kde-frameworks/oxygen-icons:* ) >=dev-qt/qtcore-5.12.3:5 SLOT=5 -SRC_URI=mirror://kde/stable/plasma/5.16.1/plymouth-kcm-5.16.1.tar.xz +SRC_URI=mirror://kde/stable/plasma/5.16.2/plymouth-kcm-5.16.2.tar.xz _eclasses_=cmake-utils 959a7fda0dce63de9a4e73a22294d6ec eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic 7ba73aee7fe4462b3a745e3645ab92ca kde5 d3b1e4258b75eed0a5062295d1758b25 kde5-functions 2dbbfc21b2646d8a3418041b240656a9 multilib 1d91b03d42ab6308b5f4f6b598ed110e multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f toolchain-funcs 8c7f9d80beedd16f2e5a7f612c609529 virtualx 401b718cc14d43a5a7fbe062c4851ba5 xdg c7ba313ea1eaf266f95cc6235f7d6a07 xdg-utils 14d00d009167652b1fa363e55effe213 _md5_=5281487aac735d2f34417ef1c09d0bbe diff --git a/metadata/md5-cache/kde-plasma/polkit-kde-agent-5.16.1 b/metadata/md5-cache/kde-plasma/polkit-kde-agent-5.16.2 similarity index 96% rename from metadata/md5-cache/kde-plasma/polkit-kde-agent-5.16.1 rename to metadata/md5-cache/kde-plasma/polkit-kde-agent-5.16.2 index d54be0d7c0ed..f57717e3d10a 100644 --- a/metadata/md5-cache/kde-plasma/polkit-kde-agent-5.16.1 +++ b/metadata/md5-cache/kde-plasma/polkit-kde-agent-5.16.2 @@ -9,6 +9,6 @@ KEYWORDS=~amd64 ~arm ~arm64 ~x86 LICENSE=GPL-2 RDEPEND=>=kde-frameworks/kcoreaddons-5.58.0:5 >=kde-frameworks/kcrash-5.58.0:5 >=kde-frameworks/kdbusaddons-5.58.0:5 >=kde-frameworks/ki18n-5.58.0:5 >=kde-frameworks/kiconthemes-5.58.0:5 >=kde-frameworks/kwidgetsaddons-5.58.0:5 >=kde-frameworks/kwindowsystem-5.58.0:5 >=dev-qt/qtdbus-5.12.3:5 >=dev-qt/qtgui-5.12.3:5 >=dev-qt/qtwidgets-5.12.3:5 >=sys-auth/polkit-qt-0.112.0[qt5(+)] !sys-auth/polkit-kde-agent:4[-minimal(-)] !sys-auth/polkit-kde-agent:5 >=kde-frameworks/kf-env-4 || ( >=kde-frameworks/breeze-icons-5.58.0:5 kde-frameworks/oxygen-icons:* ) >=dev-qt/qtcore-5.12.3:5 SLOT=5 -SRC_URI=mirror://kde/stable/plasma/5.16.1/polkit-kde-agent-1-5.16.1.tar.xz +SRC_URI=mirror://kde/stable/plasma/5.16.2/polkit-kde-agent-1-5.16.2.tar.xz _eclasses_=cmake-utils 959a7fda0dce63de9a4e73a22294d6ec eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic 7ba73aee7fe4462b3a745e3645ab92ca kde5 d3b1e4258b75eed0a5062295d1758b25 kde5-functions 2dbbfc21b2646d8a3418041b240656a9 multilib 1d91b03d42ab6308b5f4f6b598ed110e multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f toolchain-funcs 8c7f9d80beedd16f2e5a7f612c609529 virtualx 401b718cc14d43a5a7fbe062c4851ba5 xdg c7ba313ea1eaf266f95cc6235f7d6a07 xdg-utils 14d00d009167652b1fa363e55effe213 _md5_=9ec7ed651e518d9269322329088830fb diff --git a/metadata/md5-cache/kde-plasma/powerdevil-5.16.1 b/metadata/md5-cache/kde-plasma/powerdevil-5.16.2 similarity index 88% rename from metadata/md5-cache/kde-plasma/powerdevil-5.16.1 rename to metadata/md5-cache/kde-plasma/powerdevil-5.16.2 index a819a8f015c9..12464c3d5798 100644 --- a/metadata/md5-cache/kde-plasma/powerdevil-5.16.1 +++ b/metadata/md5-cache/kde-plasma/powerdevil-5.16.2 @@ -1,14 +1,14 @@ BDEPEND=dev-util/ninja >=dev-util/cmake-3.9.6 >=kde-frameworks/extra-cmake-modules-5.58.0:5 handbook? ( >=kde-frameworks/kdoctools-5.58.0:5 ) DEFINED_PHASES=compile configure install nofetch postinst postrm preinst prepare setup test unpack -DEPEND=>=kde-frameworks/kactivities-5.58.0:5 >=kde-frameworks/kauth-5.58.0:5[policykit] >=kde-frameworks/kcompletion-5.58.0:5 >=kde-frameworks/kconfig-5.58.0:5 >=kde-frameworks/kconfigwidgets-5.58.0:5 >=kde-frameworks/kcoreaddons-5.58.0:5 >=kde-frameworks/kcrash-5.58.0:5 >=kde-frameworks/kdbusaddons-5.58.0:5 >=kde-frameworks/kglobalaccel-5.58.0:5 >=kde-frameworks/ki18n-5.58.0:5 >=kde-frameworks/kidletime-5.58.0:5 >=kde-frameworks/kio-5.58.0:5 >=kde-frameworks/knotifications-5.58.0:5 >=kde-frameworks/knotifyconfig-5.58.0:5 >=kde-frameworks/kservice-5.58.0:5 >=kde-frameworks/kwayland-5.58.0:5 >=kde-frameworks/kwidgetsaddons-5.58.0:5 >=kde-frameworks/kxmlgui-5.58.0:5 >=kde-frameworks/solid-5.58.0:5 >=kde-plasma/libkscreen-5.16.1:5 >=kde-plasma/libkworkspace-5.16.1:5 >=dev-qt/qtdbus-5.12.3:5 >=dev-qt/qtgui-5.12.3:5 >=dev-qt/qtwidgets-5.12.3:5 >=dev-qt/qtx11extras-5.12.3:5 virtual/libudev:= x11-libs/libxcb brightness-control? ( app-misc/ddcutil ) wireless? ( >=kde-frameworks/bluez-qt-5.58.0:5 >=kde-frameworks/networkmanager-qt-5.58.0:5 ) dev-util/desktop-file-utils x11-misc/shared-mime-info >=dev-qt/qtcore-5.12.3:5 dev-util/desktop-file-utils +DEPEND=>=kde-frameworks/kactivities-5.58.0:5 >=kde-frameworks/kauth-5.58.0:5[policykit] >=kde-frameworks/kcompletion-5.58.0:5 >=kde-frameworks/kconfig-5.58.0:5 >=kde-frameworks/kconfigwidgets-5.58.0:5 >=kde-frameworks/kcoreaddons-5.58.0:5 >=kde-frameworks/kcrash-5.58.0:5 >=kde-frameworks/kdbusaddons-5.58.0:5 >=kde-frameworks/kglobalaccel-5.58.0:5 >=kde-frameworks/ki18n-5.58.0:5 >=kde-frameworks/kidletime-5.58.0:5 >=kde-frameworks/kio-5.58.0:5 >=kde-frameworks/knotifications-5.58.0:5 >=kde-frameworks/knotifyconfig-5.58.0:5 >=kde-frameworks/kservice-5.58.0:5 >=kde-frameworks/kwayland-5.58.0:5 >=kde-frameworks/kwidgetsaddons-5.58.0:5 >=kde-frameworks/kxmlgui-5.58.0:5 >=kde-frameworks/solid-5.58.0:5 >=kde-plasma/libkscreen-5.16.2:5 >=kde-plasma/libkworkspace-5.16.2:5 >=dev-qt/qtdbus-5.12.3:5 >=dev-qt/qtgui-5.12.3:5 >=dev-qt/qtwidgets-5.12.3:5 >=dev-qt/qtx11extras-5.12.3:5 virtual/libudev:= x11-libs/libxcb brightness-control? ( app-misc/ddcutil ) wireless? ( >=kde-frameworks/bluez-qt-5.58.0:5 >=kde-frameworks/networkmanager-qt-5.58.0:5 ) dev-util/desktop-file-utils x11-misc/shared-mime-info >=dev-qt/qtcore-5.12.3:5 dev-util/desktop-file-utils DESCRIPTION=Power management for KDE Plasma Shell EAPI=7 HOMEPAGE=https://cgit.kde.org/powerdevil.git IUSE=brightness-control +wireless debug +handbook KEYWORDS=~amd64 ~arm ~arm64 ~x86 LICENSE=GPL-2 -RDEPEND=>=kde-frameworks/kactivities-5.58.0:5 >=kde-frameworks/kauth-5.58.0:5[policykit] >=kde-frameworks/kcompletion-5.58.0:5 >=kde-frameworks/kconfig-5.58.0:5 >=kde-frameworks/kconfigwidgets-5.58.0:5 >=kde-frameworks/kcoreaddons-5.58.0:5 >=kde-frameworks/kcrash-5.58.0:5 >=kde-frameworks/kdbusaddons-5.58.0:5 >=kde-frameworks/kglobalaccel-5.58.0:5 >=kde-frameworks/ki18n-5.58.0:5 >=kde-frameworks/kidletime-5.58.0:5 >=kde-frameworks/kio-5.58.0:5 >=kde-frameworks/knotifications-5.58.0:5 >=kde-frameworks/knotifyconfig-5.58.0:5 >=kde-frameworks/kservice-5.58.0:5 >=kde-frameworks/kwayland-5.58.0:5 >=kde-frameworks/kwidgetsaddons-5.58.0:5 >=kde-frameworks/kxmlgui-5.58.0:5 >=kde-frameworks/solid-5.58.0:5 >=kde-plasma/libkscreen-5.16.1:5 >=kde-plasma/libkworkspace-5.16.1:5 >=dev-qt/qtdbus-5.12.3:5 >=dev-qt/qtgui-5.12.3:5 >=dev-qt/qtwidgets-5.12.3:5 >=dev-qt/qtx11extras-5.12.3:5 virtual/libudev:= x11-libs/libxcb brightness-control? ( app-misc/ddcutil ) wireless? ( >=kde-frameworks/bluez-qt-5.58.0:5 >=kde-frameworks/networkmanager-qt-5.58.0:5 ) >=kde-plasma/kde-cli-tools-5.16.1:5 >=sys-power/upower-0.9.23 >=kde-frameworks/kf-env-4 || ( >=kde-frameworks/breeze-icons-5.58.0:5 kde-frameworks/oxygen-icons:* ) >=dev-qt/qtcore-5.12.3:5 +RDEPEND=>=kde-frameworks/kactivities-5.58.0:5 >=kde-frameworks/kauth-5.58.0:5[policykit] >=kde-frameworks/kcompletion-5.58.0:5 >=kde-frameworks/kconfig-5.58.0:5 >=kde-frameworks/kconfigwidgets-5.58.0:5 >=kde-frameworks/kcoreaddons-5.58.0:5 >=kde-frameworks/kcrash-5.58.0:5 >=kde-frameworks/kdbusaddons-5.58.0:5 >=kde-frameworks/kglobalaccel-5.58.0:5 >=kde-frameworks/ki18n-5.58.0:5 >=kde-frameworks/kidletime-5.58.0:5 >=kde-frameworks/kio-5.58.0:5 >=kde-frameworks/knotifications-5.58.0:5 >=kde-frameworks/knotifyconfig-5.58.0:5 >=kde-frameworks/kservice-5.58.0:5 >=kde-frameworks/kwayland-5.58.0:5 >=kde-frameworks/kwidgetsaddons-5.58.0:5 >=kde-frameworks/kxmlgui-5.58.0:5 >=kde-frameworks/solid-5.58.0:5 >=kde-plasma/libkscreen-5.16.2:5 >=kde-plasma/libkworkspace-5.16.2:5 >=dev-qt/qtdbus-5.12.3:5 >=dev-qt/qtgui-5.12.3:5 >=dev-qt/qtwidgets-5.12.3:5 >=dev-qt/qtx11extras-5.12.3:5 virtual/libudev:= x11-libs/libxcb brightness-control? ( app-misc/ddcutil ) wireless? ( >=kde-frameworks/bluez-qt-5.58.0:5 >=kde-frameworks/networkmanager-qt-5.58.0:5 ) >=kde-plasma/kde-cli-tools-5.16.2:5 >=sys-power/upower-0.9.23 >=kde-frameworks/kf-env-4 || ( >=kde-frameworks/breeze-icons-5.58.0:5 kde-frameworks/oxygen-icons:* ) >=dev-qt/qtcore-5.12.3:5 SLOT=5 -SRC_URI=mirror://kde/stable/plasma/5.16.1/powerdevil-5.16.1.tar.xz +SRC_URI=mirror://kde/stable/plasma/5.16.2/powerdevil-5.16.2.tar.xz _eclasses_=cmake-utils 959a7fda0dce63de9a4e73a22294d6ec eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic 7ba73aee7fe4462b3a745e3645ab92ca kde5 d3b1e4258b75eed0a5062295d1758b25 kde5-functions 2dbbfc21b2646d8a3418041b240656a9 multilib 1d91b03d42ab6308b5f4f6b598ed110e multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f toolchain-funcs 8c7f9d80beedd16f2e5a7f612c609529 virtualx 401b718cc14d43a5a7fbe062c4851ba5 xdg c7ba313ea1eaf266f95cc6235f7d6a07 xdg-utils 14d00d009167652b1fa363e55effe213 _md5_=8110eac7b903084d2cbd539e0a7466b0 diff --git a/metadata/md5-cache/kde-plasma/sddm-kcm-5.16.1 b/metadata/md5-cache/kde-plasma/sddm-kcm-5.16.2 similarity index 94% rename from metadata/md5-cache/kde-plasma/sddm-kcm-5.16.1 rename to metadata/md5-cache/kde-plasma/sddm-kcm-5.16.2 index 74615d32168e..03db8ea729fb 100644 --- a/metadata/md5-cache/kde-plasma/sddm-kcm-5.16.1 +++ b/metadata/md5-cache/kde-plasma/sddm-kcm-5.16.2 @@ -7,8 +7,8 @@ HOMEPAGE=https://cgit.kde.org/sddm-kcm.git IUSE=debug KEYWORDS=~amd64 ~arm ~arm64 ~x86 LICENSE=GPL-2+ -RDEPEND=>=kde-frameworks/karchive-5.58.0:5 >=kde-frameworks/kauth-5.58.0:5 >=kde-frameworks/kconfig-5.58.0:5 >=kde-frameworks/kconfigwidgets-5.58.0:5 >=kde-frameworks/kcoreaddons-5.58.0:5 >=kde-frameworks/ki18n-5.58.0:5 >=kde-frameworks/kio-5.58.0:5 >=kde-frameworks/knewstuff-5.58.0:5 >=kde-frameworks/kwidgetsaddons-5.58.0:5 >=dev-qt/qtdeclarative-5.12.3:5[widgets] >=dev-qt/qtgui-5.12.3:5 >=dev-qt/qtwidgets-5.12.3:5 >=dev-qt/qtx11extras-5.12.3:5 x11-libs/libX11 x11-libs/libXcursor >=kde-plasma/kde-cli-tools-5.16.1:5 x11-misc/sddm >=kde-frameworks/kf-env-4 || ( >=kde-frameworks/breeze-icons-5.58.0:5 kde-frameworks/oxygen-icons:* ) >=dev-qt/qtcore-5.12.3:5 +RDEPEND=>=kde-frameworks/karchive-5.58.0:5 >=kde-frameworks/kauth-5.58.0:5 >=kde-frameworks/kconfig-5.58.0:5 >=kde-frameworks/kconfigwidgets-5.58.0:5 >=kde-frameworks/kcoreaddons-5.58.0:5 >=kde-frameworks/ki18n-5.58.0:5 >=kde-frameworks/kio-5.58.0:5 >=kde-frameworks/knewstuff-5.58.0:5 >=kde-frameworks/kwidgetsaddons-5.58.0:5 >=dev-qt/qtdeclarative-5.12.3:5[widgets] >=dev-qt/qtgui-5.12.3:5 >=dev-qt/qtwidgets-5.12.3:5 >=dev-qt/qtx11extras-5.12.3:5 x11-libs/libX11 x11-libs/libXcursor >=kde-plasma/kde-cli-tools-5.16.2:5 x11-misc/sddm >=kde-frameworks/kf-env-4 || ( >=kde-frameworks/breeze-icons-5.58.0:5 kde-frameworks/oxygen-icons:* ) >=dev-qt/qtcore-5.12.3:5 SLOT=5 -SRC_URI=mirror://kde/stable/plasma/5.16.1/sddm-kcm-5.16.1.tar.xz +SRC_URI=mirror://kde/stable/plasma/5.16.2/sddm-kcm-5.16.2.tar.xz _eclasses_=cmake-utils 959a7fda0dce63de9a4e73a22294d6ec eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic 7ba73aee7fe4462b3a745e3645ab92ca kde5 d3b1e4258b75eed0a5062295d1758b25 kde5-functions 2dbbfc21b2646d8a3418041b240656a9 multilib 1d91b03d42ab6308b5f4f6b598ed110e multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f toolchain-funcs 8c7f9d80beedd16f2e5a7f612c609529 virtualx 401b718cc14d43a5a7fbe062c4851ba5 xdg c7ba313ea1eaf266f95cc6235f7d6a07 xdg-utils 14d00d009167652b1fa363e55effe213 _md5_=6f142594fe8cebd9d913c5e19f79ce3d diff --git a/metadata/md5-cache/kde-plasma/systemsettings-5.16.1 b/metadata/md5-cache/kde-plasma/systemsettings-5.16.2 similarity index 92% rename from metadata/md5-cache/kde-plasma/systemsettings-5.16.1 rename to metadata/md5-cache/kde-plasma/systemsettings-5.16.2 index 99fe36769778..693bfa5368a4 100644 --- a/metadata/md5-cache/kde-plasma/systemsettings-5.16.1 +++ b/metadata/md5-cache/kde-plasma/systemsettings-5.16.2 @@ -1,14 +1,14 @@ BDEPEND=dev-util/ninja >=dev-util/cmake-3.9.6 >=kde-frameworks/extra-cmake-modules-5.58.0:5 handbook? ( >=kde-frameworks/kdoctools-5.58.0:5 ) DEFINED_PHASES=compile configure install nofetch postinst postrm preinst prepare setup test unpack -DEPEND=>=kde-frameworks/kactivities-5.58.0:5 >=kde-frameworks/kactivities-stats-5.58.0:5 >=kde-frameworks/kauth-5.58.0:5 >=kde-frameworks/kcmutils-5.58.0:5 >=kde-frameworks/kcompletion-5.58.0:5 >=kde-frameworks/kconfig-5.58.0:5 >=kde-frameworks/kconfigwidgets-5.58.0:5 >=kde-frameworks/kcoreaddons-5.58.0:5 >=kde-frameworks/kcrash-5.58.0:5 >=kde-frameworks/kdbusaddons-5.58.0:5 >=kde-frameworks/kdeclarative-5.58.0:5 >=kde-frameworks/ki18n-5.58.0:5 >=kde-frameworks/kiconthemes-5.58.0:5 >=kde-frameworks/kio-5.58.0:5 >=kde-frameworks/kitemviews-5.58.0:5 >=kde-frameworks/kpackage-5.58.0:5 >=kde-frameworks/kservice-5.58.0:5 >=kde-frameworks/kwidgetsaddons-5.58.0:5 >=kde-frameworks/kwindowsystem-5.58.0:5 >=kde-frameworks/kxmlgui-5.58.0:5 >=kde-plasma/libkworkspace-5.16.1:5 >=dev-qt/qtdbus-5.12.3:5 >=dev-qt/qtdeclarative-5.12.3:5[widgets] >=dev-qt/qtgui-5.12.3:5 >=dev-qt/qtwidgets-5.12.3:5 classic? ( >=kde-frameworks/khtml-5.58.0:5 ) dev-util/desktop-file-utils x11-misc/shared-mime-info >=dev-qt/qtcore-5.12.3:5 dev-util/desktop-file-utils +DEPEND=>=kde-frameworks/kactivities-5.58.0:5 >=kde-frameworks/kactivities-stats-5.58.0:5 >=kde-frameworks/kauth-5.58.0:5 >=kde-frameworks/kcmutils-5.58.0:5 >=kde-frameworks/kcompletion-5.58.0:5 >=kde-frameworks/kconfig-5.58.0:5 >=kde-frameworks/kconfigwidgets-5.58.0:5 >=kde-frameworks/kcoreaddons-5.58.0:5 >=kde-frameworks/kcrash-5.58.0:5 >=kde-frameworks/kdbusaddons-5.58.0:5 >=kde-frameworks/kdeclarative-5.58.0:5 >=kde-frameworks/ki18n-5.58.0:5 >=kde-frameworks/kiconthemes-5.58.0:5 >=kde-frameworks/kio-5.58.0:5 >=kde-frameworks/kitemviews-5.58.0:5 >=kde-frameworks/kpackage-5.58.0:5 >=kde-frameworks/kservice-5.58.0:5 >=kde-frameworks/kwidgetsaddons-5.58.0:5 >=kde-frameworks/kwindowsystem-5.58.0:5 >=kde-frameworks/kxmlgui-5.58.0:5 >=kde-plasma/libkworkspace-5.16.2:5 >=dev-qt/qtdbus-5.12.3:5 >=dev-qt/qtdeclarative-5.12.3:5[widgets] >=dev-qt/qtgui-5.12.3:5 >=dev-qt/qtwidgets-5.12.3:5 classic? ( >=kde-frameworks/khtml-5.58.0:5 ) dev-util/desktop-file-utils x11-misc/shared-mime-info >=dev-qt/qtcore-5.12.3:5 dev-util/desktop-file-utils DESCRIPTION=System settings utility EAPI=7 HOMEPAGE=https://kde.org/ IUSE=classic gtk debug +handbook KEYWORDS=~amd64 ~arm ~arm64 ~x86 LICENSE=GPL-2 -RDEPEND=>=kde-frameworks/kactivities-5.58.0:5 >=kde-frameworks/kactivities-stats-5.58.0:5 >=kde-frameworks/kauth-5.58.0:5 >=kde-frameworks/kcmutils-5.58.0:5 >=kde-frameworks/kcompletion-5.58.0:5 >=kde-frameworks/kconfig-5.58.0:5 >=kde-frameworks/kconfigwidgets-5.58.0:5 >=kde-frameworks/kcoreaddons-5.58.0:5 >=kde-frameworks/kcrash-5.58.0:5 >=kde-frameworks/kdbusaddons-5.58.0:5 >=kde-frameworks/kdeclarative-5.58.0:5 >=kde-frameworks/ki18n-5.58.0:5 >=kde-frameworks/kiconthemes-5.58.0:5 >=kde-frameworks/kio-5.58.0:5 >=kde-frameworks/kitemviews-5.58.0:5 >=kde-frameworks/kpackage-5.58.0:5 >=kde-frameworks/kservice-5.58.0:5 >=kde-frameworks/kwidgetsaddons-5.58.0:5 >=kde-frameworks/kwindowsystem-5.58.0:5 >=kde-frameworks/kxmlgui-5.58.0:5 >=kde-plasma/libkworkspace-5.16.1:5 >=dev-qt/qtdbus-5.12.3:5 >=dev-qt/qtdeclarative-5.12.3:5[widgets] >=dev-qt/qtgui-5.12.3:5 >=dev-qt/qtwidgets-5.12.3:5 classic? ( >=kde-frameworks/khtml-5.58.0:5 ) >=kde-frameworks/kirigami-5.58.0:5 gtk? ( >=kde-plasma/kde-gtk-config-5.16.1:5 ) >=kde-frameworks/kf-env-4 || ( >=kde-frameworks/breeze-icons-5.58.0:5 kde-frameworks/oxygen-icons:* ) >=dev-qt/qtcore-5.12.3:5 +RDEPEND=>=kde-frameworks/kactivities-5.58.0:5 >=kde-frameworks/kactivities-stats-5.58.0:5 >=kde-frameworks/kauth-5.58.0:5 >=kde-frameworks/kcmutils-5.58.0:5 >=kde-frameworks/kcompletion-5.58.0:5 >=kde-frameworks/kconfig-5.58.0:5 >=kde-frameworks/kconfigwidgets-5.58.0:5 >=kde-frameworks/kcoreaddons-5.58.0:5 >=kde-frameworks/kcrash-5.58.0:5 >=kde-frameworks/kdbusaddons-5.58.0:5 >=kde-frameworks/kdeclarative-5.58.0:5 >=kde-frameworks/ki18n-5.58.0:5 >=kde-frameworks/kiconthemes-5.58.0:5 >=kde-frameworks/kio-5.58.0:5 >=kde-frameworks/kitemviews-5.58.0:5 >=kde-frameworks/kpackage-5.58.0:5 >=kde-frameworks/kservice-5.58.0:5 >=kde-frameworks/kwidgetsaddons-5.58.0:5 >=kde-frameworks/kwindowsystem-5.58.0:5 >=kde-frameworks/kxmlgui-5.58.0:5 >=kde-plasma/libkworkspace-5.16.2:5 >=dev-qt/qtdbus-5.12.3:5 >=dev-qt/qtdeclarative-5.12.3:5[widgets] >=dev-qt/qtgui-5.12.3:5 >=dev-qt/qtwidgets-5.12.3:5 classic? ( >=kde-frameworks/khtml-5.58.0:5 ) >=kde-frameworks/kirigami-5.58.0:5 gtk? ( >=kde-plasma/kde-gtk-config-5.16.2:5 ) >=kde-frameworks/kf-env-4 || ( >=kde-frameworks/breeze-icons-5.58.0:5 kde-frameworks/oxygen-icons:* ) >=dev-qt/qtcore-5.12.3:5 SLOT=5 -SRC_URI=mirror://kde/stable/plasma/5.16.1/systemsettings-5.16.1.tar.xz +SRC_URI=mirror://kde/stable/plasma/5.16.2/systemsettings-5.16.2.tar.xz _eclasses_=cmake-utils 959a7fda0dce63de9a4e73a22294d6ec eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic 7ba73aee7fe4462b3a745e3645ab92ca kde5 d3b1e4258b75eed0a5062295d1758b25 kde5-functions 2dbbfc21b2646d8a3418041b240656a9 multilib 1d91b03d42ab6308b5f4f6b598ed110e multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f toolchain-funcs 8c7f9d80beedd16f2e5a7f612c609529 virtualx 401b718cc14d43a5a7fbe062c4851ba5 xdg c7ba313ea1eaf266f95cc6235f7d6a07 xdg-utils 14d00d009167652b1fa363e55effe213 _md5_=416319dbc832d681c1cb88e9eea10efd diff --git a/metadata/md5-cache/kde-plasma/user-manager-5.16.1 b/metadata/md5-cache/kde-plasma/user-manager-5.16.2 similarity index 97% rename from metadata/md5-cache/kde-plasma/user-manager-5.16.1 rename to metadata/md5-cache/kde-plasma/user-manager-5.16.2 index 73ec57ef2fa8..e59224fe1383 100644 --- a/metadata/md5-cache/kde-plasma/user-manager-5.16.1 +++ b/metadata/md5-cache/kde-plasma/user-manager-5.16.2 @@ -9,6 +9,6 @@ KEYWORDS=~amd64 ~arm ~arm64 ~x86 LICENSE=GPL-2 RDEPEND=>=kde-frameworks/kauth-5.58.0:5 >=kde-frameworks/kcmutils-5.58.0:5 >=kde-frameworks/kconfig-5.58.0:5 >=kde-frameworks/kconfigwidgets-5.58.0:5 >=kde-frameworks/kcoreaddons-5.58.0:5 >=kde-frameworks/ki18n-5.58.0:5 >=kde-frameworks/kiconthemes-5.58.0:5 >=kde-frameworks/kio-5.58.0:5 >=kde-frameworks/kwidgetsaddons-5.58.0:5 >=dev-qt/qtdbus-5.12.3:5 >=dev-qt/qtgui-5.12.3:5 >=dev-qt/qtwidgets-5.12.3:5 >=dev-libs/libpwquality-1.3.0 sys-apps/accountsservice >=kde-frameworks/kf-env-4 || ( >=kde-frameworks/breeze-icons-5.58.0:5 kde-frameworks/oxygen-icons:* ) >=dev-qt/qtcore-5.12.3:5 SLOT=5 -SRC_URI=mirror://kde/stable/plasma/5.16.1/user-manager-5.16.1.tar.xz +SRC_URI=mirror://kde/stable/plasma/5.16.2/user-manager-5.16.2.tar.xz _eclasses_=cmake-utils 959a7fda0dce63de9a4e73a22294d6ec eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic 7ba73aee7fe4462b3a745e3645ab92ca kde5 d3b1e4258b75eed0a5062295d1758b25 kde5-functions 2dbbfc21b2646d8a3418041b240656a9 multilib 1d91b03d42ab6308b5f4f6b598ed110e multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f toolchain-funcs 8c7f9d80beedd16f2e5a7f612c609529 virtualx 401b718cc14d43a5a7fbe062c4851ba5 xdg c7ba313ea1eaf266f95cc6235f7d6a07 xdg-utils 14d00d009167652b1fa363e55effe213 _md5_=594791d090ea427ca8efc3e60605c398 diff --git a/metadata/md5-cache/kde-plasma/xdg-desktop-portal-kde-5.16.1 b/metadata/md5-cache/kde-plasma/xdg-desktop-portal-kde-5.16.2 similarity index 96% rename from metadata/md5-cache/kde-plasma/xdg-desktop-portal-kde-5.16.1 rename to metadata/md5-cache/kde-plasma/xdg-desktop-portal-kde-5.16.2 index d7224663376f..00cf96a9d3be 100644 --- a/metadata/md5-cache/kde-plasma/xdg-desktop-portal-kde-5.16.1 +++ b/metadata/md5-cache/kde-plasma/xdg-desktop-portal-kde-5.16.2 @@ -9,6 +9,6 @@ KEYWORDS=~amd64 ~arm ~arm64 ~x86 LICENSE=LGPL-2+ RDEPEND=>=kde-frameworks/kcoreaddons-5.58.0:5 >=kde-frameworks/ki18n-5.58.0:5 >=kde-frameworks/kio-5.58.0:5 >=kde-frameworks/knotifications-5.58.0:5 >=kde-frameworks/kwidgetsaddons-5.58.0:5 >=dev-qt/qtdbus-5.12.3:5 >=dev-qt/qtgui-5.12.3:5 >=dev-qt/qtprintsupport-5.12.3:5[cups] >=dev-qt/qtwidgets-5.12.3:5 sys-apps/xdg-desktop-portal >=kde-frameworks/kf-env-4 || ( >=kde-frameworks/breeze-icons-5.58.0:5 kde-frameworks/oxygen-icons:* ) >=dev-qt/qtcore-5.12.3:5 SLOT=5 -SRC_URI=mirror://kde/stable/plasma/5.16.1/xdg-desktop-portal-kde-5.16.1.tar.xz +SRC_URI=mirror://kde/stable/plasma/5.16.2/xdg-desktop-portal-kde-5.16.2.tar.xz _eclasses_=cmake-utils 959a7fda0dce63de9a4e73a22294d6ec eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic 7ba73aee7fe4462b3a745e3645ab92ca kde5 d3b1e4258b75eed0a5062295d1758b25 kde5-functions 2dbbfc21b2646d8a3418041b240656a9 multilib 1d91b03d42ab6308b5f4f6b598ed110e multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f toolchain-funcs 8c7f9d80beedd16f2e5a7f612c609529 virtualx 401b718cc14d43a5a7fbe062c4851ba5 xdg c7ba313ea1eaf266f95cc6235f7d6a07 xdg-utils 14d00d009167652b1fa363e55effe213 _md5_=11277118af62926872d9e268b1898b4c diff --git a/metadata/md5-cache/kde-plasma/xembed-sni-proxy-5.16.1 b/metadata/md5-cache/kde-plasma/xembed-sni-proxy-5.16.2 similarity index 95% rename from metadata/md5-cache/kde-plasma/xembed-sni-proxy-5.16.1 rename to metadata/md5-cache/kde-plasma/xembed-sni-proxy-5.16.2 index 3bd2e89e8efb..bbe538f515bf 100644 --- a/metadata/md5-cache/kde-plasma/xembed-sni-proxy-5.16.1 +++ b/metadata/md5-cache/kde-plasma/xembed-sni-proxy-5.16.2 @@ -9,6 +9,6 @@ KEYWORDS=~amd64 ~arm ~arm64 ~x86 LICENSE=GPL-2 RDEPEND=>=kde-frameworks/extra-cmake-modules-5.58.0:5 >=kde-frameworks/kwindowsystem-5.58.0:5 >=dev-qt/qtcore-5.12.3:5 >=dev-qt/qtdbus-5.12.3:5 >=dev-qt/qtgui-5.12.3:5 >=dev-qt/qtx11extras-5.12.3:5 x11-libs/libxcb x11-libs/libXtst x11-libs/xcb-util-image !=dev-libs/nss-3.36.7 >=dev-libs/nspr-4.19 >=app-text/hunspell-1.5.4:= dev-libs/atk dev-libs/expat >=x11-libs/cairo-1.10[X] >=x11-libs/gtk+-2.18:2 >=x11-libs/gtk+-3.4.0:3 x11-libs/gdk-pixbuf >=x11-libs/pango-1.22.0 >=media-libs/libpng-1.6.34:0=[apng] >=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 dbus? ( >=sys-apps/dbus-0.60 >=dev-libs/dbus-glib-0.72 ) startup-notification? ( >=x11-libs/startup-notification-0.8 ) >=x11-libs/pixman-0.19.2 >=dev-libs/glib-2.26:2 >=sys-libs/zlib-1.2.3 >=virtual/libffi-3.0.10:= virtual/ffmpeg x11-libs/libX11 x11-libs/libXcomposite x11-libs/libXdamage x11-libs/libXext x11-libs/libXfixes x11-libs/libXrender x11-libs/libXt system-harfbuzz? ( >=media-libs/harfbuzz-1.4.2:0= >=media-gfx/graphite2-1.3.9-r1 ) system-icu? ( >=dev-libs/icu-59.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.5.0:0=[postproc] =dev-db/sqlite-3.23.1:3[secure-delete,debug=] ) wifi? ( kernel_linux? ( >=sys-apps/dbus-0.60 >=dev-libs/dbus-glib-0.72 net-misc/networkmanager ) ) jack? ( virtual/jack ) app-arch/zip app-arch/unzip >=sys-devel/binutils-2.30 sys-apps/findutils || ( ( sys-devel/clang:8 !clang? ( sys-devel/llvm:8 ) clang? ( =sys-devel/lld-8* sys-devel/llvm:8[gold] ) ) ( sys-devel/clang:7 !clang? ( sys-devel/llvm:7 ) clang? ( =sys-devel/lld-7* sys-devel/llvm:7[gold] ) ) ( sys-devel/clang:6 !clang? ( sys-devel/llvm:6 ) clang? ( =sys-devel/lld-6* sys-devel/llvm:6[gold] ) ) ) pulseaudio? ( media-sound/pulseaudio ) elibc_glibc? ( virtual/cargo virtual/rust ) elibc_musl? ( virtual/cargo virtual/rust ) amd64? ( >=dev-lang/yasm-1.1 virtual/opengl ) x86? ( >=dev-lang/yasm-1.1 virtual/opengl ) virtual/pkgconfig dev-lang/python:2.7[ncurses,sqlite,ssl,threads(+)] || ( dev-lang/python:3.7[ncurses,sqlite,ssl,threads(+)] dev-lang/python:3.6[ncurses,sqlite,ssl,threads(+)] dev-lang/python:3.5[ncurses,sqlite,ssl,threads(+)] ) >=app-portage/elt-patches-20170815 !=sys-devel/automake-1.16.1:1.16 >=sys-devel/automake-1.15.1:1.15 ) ~sys-devel/autoconf-2.13 >=sys-devel/libtool-2.4 app-arch/unzip -DESCRIPTION=Thunderbird Mail Client -EAPI=6 -HOMEPAGE=https://www.mozilla.org/thunderbird -IUSE=bindist clang dbus debug hardened jack lightning neon pulseaudio selinux startup-notification system-harfbuzz system-icu system-jpeg system-libevent system-libvpx system-sqlite wifi custom-cflags custom-optimization l10n_ar l10n_ast l10n_be l10n_bg l10n_br l10n_ca l10n_cs l10n_cy l10n_da l10n_de l10n_el 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_hy l10n_id l10n_is l10n_it l10n_ja l10n_ko l10n_lt l10n_nb l10n_nl l10n_nn l10n_pl l10n_pt-BR l10n_pt-PT l10n_rm l10n_ro l10n_ru l10n_si l10n_sk l10n_sl l10n_sq l10n_sr l10n_sv l10n_tr l10n_uk l10n_vi l10n_zh-CN l10n_zh-TW -KEYWORDS=amd64 x86 ~x86-fbsd ~amd64-linux ~x86-linux -LICENSE=MPL-2.0 GPL-2 LGPL-2.1 -RDEPEND=>=dev-libs/nss-3.36.7 >=dev-libs/nspr-4.19 >=app-text/hunspell-1.5.4:= dev-libs/atk dev-libs/expat >=x11-libs/cairo-1.10[X] >=x11-libs/gtk+-2.18:2 >=x11-libs/gtk+-3.4.0:3 x11-libs/gdk-pixbuf >=x11-libs/pango-1.22.0 >=media-libs/libpng-1.6.34:0=[apng] >=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 dbus? ( >=sys-apps/dbus-0.60 >=dev-libs/dbus-glib-0.72 ) startup-notification? ( >=x11-libs/startup-notification-0.8 ) >=x11-libs/pixman-0.19.2 >=dev-libs/glib-2.26:2 >=sys-libs/zlib-1.2.3 >=virtual/libffi-3.0.10:= virtual/ffmpeg x11-libs/libX11 x11-libs/libXcomposite x11-libs/libXdamage x11-libs/libXext x11-libs/libXfixes x11-libs/libXrender x11-libs/libXt system-harfbuzz? ( >=media-libs/harfbuzz-1.4.2:0= >=media-gfx/graphite2-1.3.9-r1 ) system-icu? ( >=dev-libs/icu-59.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.5.0:0=[postproc] =dev-db/sqlite-3.23.1:3[secure-delete,debug=] ) wifi? ( kernel_linux? ( >=sys-apps/dbus-0.60 >=dev-libs/dbus-glib-0.72 net-misc/networkmanager ) ) jack? ( virtual/jack ) pulseaudio? ( || ( media-sound/pulseaudio >=media-sound/apulse-0.1.9 ) ) selinux? ( sec-policy/selinux-mozilla sec-policy/selinux-thunderbird ) -REQUIRED_USE=wifi? ( dbus ) -RESTRICT=!bindist? ( bindist ) -SLOT=0 -SRC_URI=l10n_ar? ( https://archive.mozilla.org/pub/thunderbird/releases/60.6.1/linux-i686/xpi/ar.xpi -> thunderbird-60.6.1-ar.xpi ) l10n_ast? ( https://archive.mozilla.org/pub/thunderbird/releases/60.6.1/linux-i686/xpi/ast.xpi -> thunderbird-60.6.1-ast.xpi ) l10n_be? ( https://archive.mozilla.org/pub/thunderbird/releases/60.6.1/linux-i686/xpi/be.xpi -> thunderbird-60.6.1-be.xpi ) l10n_bg? ( https://archive.mozilla.org/pub/thunderbird/releases/60.6.1/linux-i686/xpi/bg.xpi -> thunderbird-60.6.1-bg.xpi ) l10n_br? ( https://archive.mozilla.org/pub/thunderbird/releases/60.6.1/linux-i686/xpi/br.xpi -> thunderbird-60.6.1-br.xpi ) l10n_ca? ( https://archive.mozilla.org/pub/thunderbird/releases/60.6.1/linux-i686/xpi/ca.xpi -> thunderbird-60.6.1-ca.xpi ) l10n_cs? ( https://archive.mozilla.org/pub/thunderbird/releases/60.6.1/linux-i686/xpi/cs.xpi -> thunderbird-60.6.1-cs.xpi ) l10n_cy? ( https://archive.mozilla.org/pub/thunderbird/releases/60.6.1/linux-i686/xpi/cy.xpi -> thunderbird-60.6.1-cy.xpi ) l10n_da? ( https://archive.mozilla.org/pub/thunderbird/releases/60.6.1/linux-i686/xpi/da.xpi -> thunderbird-60.6.1-da.xpi ) l10n_de? ( https://archive.mozilla.org/pub/thunderbird/releases/60.6.1/linux-i686/xpi/de.xpi -> thunderbird-60.6.1-de.xpi ) l10n_el? ( https://archive.mozilla.org/pub/thunderbird/releases/60.6.1/linux-i686/xpi/el.xpi -> thunderbird-60.6.1-el.xpi ) l10n_en-GB? ( https://archive.mozilla.org/pub/thunderbird/releases/60.6.1/linux-i686/xpi/en-GB.xpi -> thunderbird-60.6.1-en-GB.xpi ) l10n_es-AR? ( https://archive.mozilla.org/pub/thunderbird/releases/60.6.1/linux-i686/xpi/es-AR.xpi -> thunderbird-60.6.1-es-AR.xpi ) l10n_es-ES? ( https://archive.mozilla.org/pub/thunderbird/releases/60.6.1/linux-i686/xpi/es-ES.xpi -> thunderbird-60.6.1-es-ES.xpi ) l10n_et? ( https://archive.mozilla.org/pub/thunderbird/releases/60.6.1/linux-i686/xpi/et.xpi -> thunderbird-60.6.1-et.xpi ) l10n_eu? ( https://archive.mozilla.org/pub/thunderbird/releases/60.6.1/linux-i686/xpi/eu.xpi -> thunderbird-60.6.1-eu.xpi ) l10n_fi? ( https://archive.mozilla.org/pub/thunderbird/releases/60.6.1/linux-i686/xpi/fi.xpi -> thunderbird-60.6.1-fi.xpi ) l10n_fr? ( https://archive.mozilla.org/pub/thunderbird/releases/60.6.1/linux-i686/xpi/fr.xpi -> thunderbird-60.6.1-fr.xpi ) l10n_fy? ( https://archive.mozilla.org/pub/thunderbird/releases/60.6.1/linux-i686/xpi/fy-NL.xpi -> thunderbird-60.6.1-fy-NL.xpi ) l10n_ga? ( https://archive.mozilla.org/pub/thunderbird/releases/60.6.1/linux-i686/xpi/ga-IE.xpi -> thunderbird-60.6.1-ga-IE.xpi ) l10n_gd? ( https://archive.mozilla.org/pub/thunderbird/releases/60.6.1/linux-i686/xpi/gd.xpi -> thunderbird-60.6.1-gd.xpi ) l10n_gl? ( https://archive.mozilla.org/pub/thunderbird/releases/60.6.1/linux-i686/xpi/gl.xpi -> thunderbird-60.6.1-gl.xpi ) l10n_he? ( https://archive.mozilla.org/pub/thunderbird/releases/60.6.1/linux-i686/xpi/he.xpi -> thunderbird-60.6.1-he.xpi ) l10n_hr? ( https://archive.mozilla.org/pub/thunderbird/releases/60.6.1/linux-i686/xpi/hr.xpi -> thunderbird-60.6.1-hr.xpi ) l10n_hsb? ( https://archive.mozilla.org/pub/thunderbird/releases/60.6.1/linux-i686/xpi/hsb.xpi -> thunderbird-60.6.1-hsb.xpi ) l10n_hu? ( https://archive.mozilla.org/pub/thunderbird/releases/60.6.1/linux-i686/xpi/hu.xpi -> thunderbird-60.6.1-hu.xpi ) l10n_hy? ( https://archive.mozilla.org/pub/thunderbird/releases/60.6.1/linux-i686/xpi/hy-AM.xpi -> thunderbird-60.6.1-hy-AM.xpi ) l10n_id? ( https://archive.mozilla.org/pub/thunderbird/releases/60.6.1/linux-i686/xpi/id.xpi -> thunderbird-60.6.1-id.xpi ) l10n_is? ( https://archive.mozilla.org/pub/thunderbird/releases/60.6.1/linux-i686/xpi/is.xpi -> thunderbird-60.6.1-is.xpi ) l10n_it? ( https://archive.mozilla.org/pub/thunderbird/releases/60.6.1/linux-i686/xpi/it.xpi -> thunderbird-60.6.1-it.xpi ) l10n_ja? ( https://archive.mozilla.org/pub/thunderbird/releases/60.6.1/linux-i686/xpi/ja.xpi -> thunderbird-60.6.1-ja.xpi ) l10n_ko? ( https://archive.mozilla.org/pub/thunderbird/releases/60.6.1/linux-i686/xpi/ko.xpi -> thunderbird-60.6.1-ko.xpi ) l10n_lt? ( https://archive.mozilla.org/pub/thunderbird/releases/60.6.1/linux-i686/xpi/lt.xpi -> thunderbird-60.6.1-lt.xpi ) l10n_nb? ( https://archive.mozilla.org/pub/thunderbird/releases/60.6.1/linux-i686/xpi/nb-NO.xpi -> thunderbird-60.6.1-nb-NO.xpi ) l10n_nl? ( https://archive.mozilla.org/pub/thunderbird/releases/60.6.1/linux-i686/xpi/nl.xpi -> thunderbird-60.6.1-nl.xpi ) l10n_nn? ( https://archive.mozilla.org/pub/thunderbird/releases/60.6.1/linux-i686/xpi/nn-NO.xpi -> thunderbird-60.6.1-nn-NO.xpi ) l10n_pl? ( https://archive.mozilla.org/pub/thunderbird/releases/60.6.1/linux-i686/xpi/pl.xpi -> thunderbird-60.6.1-pl.xpi ) l10n_pt-BR? ( https://archive.mozilla.org/pub/thunderbird/releases/60.6.1/linux-i686/xpi/pt-BR.xpi -> thunderbird-60.6.1-pt-BR.xpi ) l10n_pt-PT? ( https://archive.mozilla.org/pub/thunderbird/releases/60.6.1/linux-i686/xpi/pt-PT.xpi -> thunderbird-60.6.1-pt-PT.xpi ) l10n_rm? ( https://archive.mozilla.org/pub/thunderbird/releases/60.6.1/linux-i686/xpi/rm.xpi -> thunderbird-60.6.1-rm.xpi ) l10n_ro? ( https://archive.mozilla.org/pub/thunderbird/releases/60.6.1/linux-i686/xpi/ro.xpi -> thunderbird-60.6.1-ro.xpi ) l10n_ru? ( https://archive.mozilla.org/pub/thunderbird/releases/60.6.1/linux-i686/xpi/ru.xpi -> thunderbird-60.6.1-ru.xpi ) l10n_si? ( https://archive.mozilla.org/pub/thunderbird/releases/60.6.1/linux-i686/xpi/si.xpi -> thunderbird-60.6.1-si.xpi ) l10n_sk? ( https://archive.mozilla.org/pub/thunderbird/releases/60.6.1/linux-i686/xpi/sk.xpi -> thunderbird-60.6.1-sk.xpi ) l10n_sl? ( https://archive.mozilla.org/pub/thunderbird/releases/60.6.1/linux-i686/xpi/sl.xpi -> thunderbird-60.6.1-sl.xpi ) l10n_sq? ( https://archive.mozilla.org/pub/thunderbird/releases/60.6.1/linux-i686/xpi/sq.xpi -> thunderbird-60.6.1-sq.xpi ) l10n_sr? ( https://archive.mozilla.org/pub/thunderbird/releases/60.6.1/linux-i686/xpi/sr.xpi -> thunderbird-60.6.1-sr.xpi ) l10n_sv? ( https://archive.mozilla.org/pub/thunderbird/releases/60.6.1/linux-i686/xpi/sv-SE.xpi -> thunderbird-60.6.1-sv-SE.xpi ) l10n_tr? ( https://archive.mozilla.org/pub/thunderbird/releases/60.6.1/linux-i686/xpi/tr.xpi -> thunderbird-60.6.1-tr.xpi ) l10n_uk? ( https://archive.mozilla.org/pub/thunderbird/releases/60.6.1/linux-i686/xpi/uk.xpi -> thunderbird-60.6.1-uk.xpi ) l10n_vi? ( https://archive.mozilla.org/pub/thunderbird/releases/60.6.1/linux-i686/xpi/vi.xpi -> thunderbird-60.6.1-vi.xpi ) l10n_zh-CN? ( https://archive.mozilla.org/pub/thunderbird/releases/60.6.1/linux-i686/xpi/zh-CN.xpi -> thunderbird-60.6.1-zh-CN.xpi ) l10n_zh-TW? ( https://archive.mozilla.org/pub/thunderbird/releases/60.6.1/linux-i686/xpi/zh-TW.xpi -> thunderbird-60.6.1-zh-TW.xpi ) https://archive.mozilla.org/pub/thunderbird/releases/60.6.1/source/thunderbird-60.6.1.source.tar.xz https://dev.gentoo.org/~axs/distfiles/lightning-6.2.5.tar.xz lightning? ( https://dev.gentoo.org/~axs/distfiles/gdata-provider-4.4.1.tar.xz ) https://dev.gentoo.org/~anarchy/mozilla/patchsets/thunderbird-60.0-patches-0.tar.xz https://dev.gentoo.org/~anarchy/mozilla/patchsets/firefox-60.6-patches-06.tar.xz https://dev.gentoo.org/~axs/mozilla/patchsets/thunderbird-60.0-patches-0.tar.xz https://dev.gentoo.org/~axs/mozilla/patchsets/firefox-60.6-patches-06.tar.xz https://dev.gentoo.org/~polynomial-c/mozilla/patchsets/thunderbird-60.0-patches-0.tar.xz https://dev.gentoo.org/~polynomial-c/mozilla/patchsets/firefox-60.6-patches-06.tar.xz https://dev.gentoo.org/~whissi/mozilla/patchsets/thunderbird-60.0-patches-0.tar.xz https://dev.gentoo.org/~whissi/mozilla/patchsets/firefox-60.6-patches-06.tar.xz -_eclasses_=autotools 1bf086cdd7356f5c9a4acd9727bd2065 check-reqs 2c6f909675083dce8430b648bf737cb0 desktop b1d22ac8bdd4679ab79c71aca235009d epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic 7ba73aee7fe4462b3a745e3645ab92ca gnome2-utils 532371cfcba45b2ab0d2950547c97d95 libtool f143db5a74ccd9ca28c1234deffede96 llvm 83a68dab6355a0f96b37fe96bc4f317c ltprune 2729691420b6deeda2a90b1f1183fb55 mozcoreconf-v6 50181e8c428d5e8bd3a2883c4a0bbb67 mozextension f47f008a138943f9e40e37c1fca10b24 mozlinguas-v2 7559b4e56a88d67da4e96e77296f723c multilib 1d91b03d42ab6308b5f4f6b598ed110e pax-utils db85a3c508cf82c45f24b2723791cc93 preserve-libs ef207dc62baddfddfd39a164d9797648 python-any-r1 4900ae970f827a22d33d41bd8b8f9ace python-utils-r1 08e17157a6807add7db1f8d01e7e391f toolchain-funcs 8c7f9d80beedd16f2e5a7f612c609529 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf versionator 2352c3fc97241f6a02042773c8287748 xdg-utils 14d00d009167652b1fa363e55effe213 -_md5_=a3431d22c1d6294d879c4ee02e9b519a diff --git a/metadata/md5-cache/mail-client/thunderbird-60.7.0 b/metadata/md5-cache/mail-client/thunderbird-60.7.0 deleted file mode 100644 index 62d65e04c3b9..000000000000 --- a/metadata/md5-cache/mail-client/thunderbird-60.7.0 +++ /dev/null @@ -1,15 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup unpack -DEPEND=>=dev-libs/nss-3.36.7 >=dev-libs/nspr-4.19 >=app-text/hunspell-1.5.4:= dev-libs/atk dev-libs/expat >=x11-libs/cairo-1.10[X] >=x11-libs/gtk+-2.18:2 >=x11-libs/gtk+-3.4.0:3 x11-libs/gdk-pixbuf >=x11-libs/pango-1.22.0 >=media-libs/libpng-1.6.34:0=[apng] >=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 dbus? ( >=sys-apps/dbus-0.60 >=dev-libs/dbus-glib-0.72 ) startup-notification? ( >=x11-libs/startup-notification-0.8 ) >=x11-libs/pixman-0.19.2 >=dev-libs/glib-2.26:2 >=sys-libs/zlib-1.2.3 >=virtual/libffi-3.0.10:= virtual/ffmpeg x11-libs/libX11 x11-libs/libXcomposite x11-libs/libXdamage x11-libs/libXext x11-libs/libXfixes x11-libs/libXrender x11-libs/libXt system-harfbuzz? ( >=media-libs/harfbuzz-1.4.2:0= >=media-gfx/graphite2-1.3.9-r1 ) system-icu? ( >=dev-libs/icu-59.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.5.0:0=[postproc] =dev-db/sqlite-3.23.1:3[secure-delete,debug=] ) wifi? ( kernel_linux? ( >=sys-apps/dbus-0.60 >=dev-libs/dbus-glib-0.72 net-misc/networkmanager ) ) jack? ( virtual/jack ) app-arch/zip app-arch/unzip >=sys-devel/binutils-2.30 sys-apps/findutils || ( ( sys-devel/clang:8 !clang? ( sys-devel/llvm:8 ) clang? ( =sys-devel/lld-8* sys-devel/llvm:8[gold] ) ) ( sys-devel/clang:7 !clang? ( sys-devel/llvm:7 ) clang? ( =sys-devel/lld-7* sys-devel/llvm:7[gold] ) ) ( sys-devel/clang:6 !clang? ( sys-devel/llvm:6 ) clang? ( =sys-devel/lld-6* sys-devel/llvm:6[gold] ) ) ) pulseaudio? ( media-sound/pulseaudio ) elibc_glibc? ( virtual/cargo virtual/rust ) elibc_musl? ( virtual/cargo virtual/rust ) amd64? ( >=dev-lang/yasm-1.1 virtual/opengl ) x86? ( >=dev-lang/yasm-1.1 virtual/opengl ) virtual/pkgconfig dev-lang/python:2.7[ncurses,sqlite,ssl,threads(+)] || ( dev-lang/python:3.7[ncurses,sqlite,ssl,threads(+)] dev-lang/python:3.6[ncurses,sqlite,ssl,threads(+)] dev-lang/python:3.5[ncurses,sqlite,ssl,threads(+)] ) >=app-portage/elt-patches-20170815 !=sys-devel/automake-1.16.1:1.16 >=sys-devel/automake-1.15.1:1.15 ) ~sys-devel/autoconf-2.13 >=sys-devel/libtool-2.4 app-arch/unzip -DESCRIPTION=Thunderbird Mail Client -EAPI=6 -HOMEPAGE=https://www.mozilla.org/thunderbird -IUSE=bindist clang dbus debug hardened jack lightning neon pulseaudio selinux startup-notification system-harfbuzz system-icu system-jpeg system-libevent system-libvpx system-sqlite wifi custom-cflags custom-optimization l10n_ar l10n_ast l10n_be l10n_bg l10n_br l10n_ca l10n_cs l10n_cy l10n_da l10n_de l10n_el 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_hy l10n_id l10n_is l10n_it l10n_ja l10n_ko l10n_lt l10n_nb l10n_nl l10n_nn l10n_pl l10n_pt-BR l10n_pt-PT l10n_rm l10n_ro l10n_ru l10n_si l10n_sk l10n_sl l10n_sq l10n_sr l10n_sv l10n_tr l10n_uk l10n_vi l10n_zh-CN l10n_zh-TW -KEYWORDS=~amd64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux -LICENSE=MPL-2.0 GPL-2 LGPL-2.1 -RDEPEND=>=dev-libs/nss-3.36.7 >=dev-libs/nspr-4.19 >=app-text/hunspell-1.5.4:= dev-libs/atk dev-libs/expat >=x11-libs/cairo-1.10[X] >=x11-libs/gtk+-2.18:2 >=x11-libs/gtk+-3.4.0:3 x11-libs/gdk-pixbuf >=x11-libs/pango-1.22.0 >=media-libs/libpng-1.6.34:0=[apng] >=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 dbus? ( >=sys-apps/dbus-0.60 >=dev-libs/dbus-glib-0.72 ) startup-notification? ( >=x11-libs/startup-notification-0.8 ) >=x11-libs/pixman-0.19.2 >=dev-libs/glib-2.26:2 >=sys-libs/zlib-1.2.3 >=virtual/libffi-3.0.10:= virtual/ffmpeg x11-libs/libX11 x11-libs/libXcomposite x11-libs/libXdamage x11-libs/libXext x11-libs/libXfixes x11-libs/libXrender x11-libs/libXt system-harfbuzz? ( >=media-libs/harfbuzz-1.4.2:0= >=media-gfx/graphite2-1.3.9-r1 ) system-icu? ( >=dev-libs/icu-59.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.5.0:0=[postproc] =dev-db/sqlite-3.23.1:3[secure-delete,debug=] ) wifi? ( kernel_linux? ( >=sys-apps/dbus-0.60 >=dev-libs/dbus-glib-0.72 net-misc/networkmanager ) ) jack? ( virtual/jack ) pulseaudio? ( || ( media-sound/pulseaudio >=media-sound/apulse-0.1.9 ) ) selinux? ( sec-policy/selinux-mozilla sec-policy/selinux-thunderbird ) -REQUIRED_USE=wifi? ( dbus ) -RESTRICT=!bindist? ( bindist ) -SLOT=0 -SRC_URI=l10n_ar? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.0/linux-i686/xpi/ar.xpi -> thunderbird-60.7.0-ar.xpi ) l10n_ast? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.0/linux-i686/xpi/ast.xpi -> thunderbird-60.7.0-ast.xpi ) l10n_be? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.0/linux-i686/xpi/be.xpi -> thunderbird-60.7.0-be.xpi ) l10n_bg? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.0/linux-i686/xpi/bg.xpi -> thunderbird-60.7.0-bg.xpi ) l10n_br? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.0/linux-i686/xpi/br.xpi -> thunderbird-60.7.0-br.xpi ) l10n_ca? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.0/linux-i686/xpi/ca.xpi -> thunderbird-60.7.0-ca.xpi ) l10n_cs? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.0/linux-i686/xpi/cs.xpi -> thunderbird-60.7.0-cs.xpi ) l10n_cy? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.0/linux-i686/xpi/cy.xpi -> thunderbird-60.7.0-cy.xpi ) l10n_da? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.0/linux-i686/xpi/da.xpi -> thunderbird-60.7.0-da.xpi ) l10n_de? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.0/linux-i686/xpi/de.xpi -> thunderbird-60.7.0-de.xpi ) l10n_el? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.0/linux-i686/xpi/el.xpi -> thunderbird-60.7.0-el.xpi ) l10n_en-GB? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.0/linux-i686/xpi/en-GB.xpi -> thunderbird-60.7.0-en-GB.xpi ) l10n_es-AR? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.0/linux-i686/xpi/es-AR.xpi -> thunderbird-60.7.0-es-AR.xpi ) l10n_es-ES? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.0/linux-i686/xpi/es-ES.xpi -> thunderbird-60.7.0-es-ES.xpi ) l10n_et? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.0/linux-i686/xpi/et.xpi -> thunderbird-60.7.0-et.xpi ) l10n_eu? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.0/linux-i686/xpi/eu.xpi -> thunderbird-60.7.0-eu.xpi ) l10n_fi? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.0/linux-i686/xpi/fi.xpi -> thunderbird-60.7.0-fi.xpi ) l10n_fr? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.0/linux-i686/xpi/fr.xpi -> thunderbird-60.7.0-fr.xpi ) l10n_fy? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.0/linux-i686/xpi/fy-NL.xpi -> thunderbird-60.7.0-fy-NL.xpi ) l10n_ga? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.0/linux-i686/xpi/ga-IE.xpi -> thunderbird-60.7.0-ga-IE.xpi ) l10n_gd? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.0/linux-i686/xpi/gd.xpi -> thunderbird-60.7.0-gd.xpi ) l10n_gl? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.0/linux-i686/xpi/gl.xpi -> thunderbird-60.7.0-gl.xpi ) l10n_he? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.0/linux-i686/xpi/he.xpi -> thunderbird-60.7.0-he.xpi ) l10n_hr? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.0/linux-i686/xpi/hr.xpi -> thunderbird-60.7.0-hr.xpi ) l10n_hsb? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.0/linux-i686/xpi/hsb.xpi -> thunderbird-60.7.0-hsb.xpi ) l10n_hu? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.0/linux-i686/xpi/hu.xpi -> thunderbird-60.7.0-hu.xpi ) l10n_hy? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.0/linux-i686/xpi/hy-AM.xpi -> thunderbird-60.7.0-hy-AM.xpi ) l10n_id? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.0/linux-i686/xpi/id.xpi -> thunderbird-60.7.0-id.xpi ) l10n_is? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.0/linux-i686/xpi/is.xpi -> thunderbird-60.7.0-is.xpi ) l10n_it? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.0/linux-i686/xpi/it.xpi -> thunderbird-60.7.0-it.xpi ) l10n_ja? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.0/linux-i686/xpi/ja.xpi -> thunderbird-60.7.0-ja.xpi ) l10n_ko? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.0/linux-i686/xpi/ko.xpi -> thunderbird-60.7.0-ko.xpi ) l10n_lt? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.0/linux-i686/xpi/lt.xpi -> thunderbird-60.7.0-lt.xpi ) l10n_nb? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.0/linux-i686/xpi/nb-NO.xpi -> thunderbird-60.7.0-nb-NO.xpi ) l10n_nl? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.0/linux-i686/xpi/nl.xpi -> thunderbird-60.7.0-nl.xpi ) l10n_nn? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.0/linux-i686/xpi/nn-NO.xpi -> thunderbird-60.7.0-nn-NO.xpi ) l10n_pl? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.0/linux-i686/xpi/pl.xpi -> thunderbird-60.7.0-pl.xpi ) l10n_pt-BR? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.0/linux-i686/xpi/pt-BR.xpi -> thunderbird-60.7.0-pt-BR.xpi ) l10n_pt-PT? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.0/linux-i686/xpi/pt-PT.xpi -> thunderbird-60.7.0-pt-PT.xpi ) l10n_rm? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.0/linux-i686/xpi/rm.xpi -> thunderbird-60.7.0-rm.xpi ) l10n_ro? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.0/linux-i686/xpi/ro.xpi -> thunderbird-60.7.0-ro.xpi ) l10n_ru? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.0/linux-i686/xpi/ru.xpi -> thunderbird-60.7.0-ru.xpi ) l10n_si? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.0/linux-i686/xpi/si.xpi -> thunderbird-60.7.0-si.xpi ) l10n_sk? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.0/linux-i686/xpi/sk.xpi -> thunderbird-60.7.0-sk.xpi ) l10n_sl? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.0/linux-i686/xpi/sl.xpi -> thunderbird-60.7.0-sl.xpi ) l10n_sq? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.0/linux-i686/xpi/sq.xpi -> thunderbird-60.7.0-sq.xpi ) l10n_sr? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.0/linux-i686/xpi/sr.xpi -> thunderbird-60.7.0-sr.xpi ) l10n_sv? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.0/linux-i686/xpi/sv-SE.xpi -> thunderbird-60.7.0-sv-SE.xpi ) l10n_tr? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.0/linux-i686/xpi/tr.xpi -> thunderbird-60.7.0-tr.xpi ) l10n_uk? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.0/linux-i686/xpi/uk.xpi -> thunderbird-60.7.0-uk.xpi ) l10n_vi? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.0/linux-i686/xpi/vi.xpi -> thunderbird-60.7.0-vi.xpi ) l10n_zh-CN? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.0/linux-i686/xpi/zh-CN.xpi -> thunderbird-60.7.0-zh-CN.xpi ) l10n_zh-TW? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.0/linux-i686/xpi/zh-TW.xpi -> thunderbird-60.7.0-zh-TW.xpi ) https://archive.mozilla.org/pub/thunderbird/releases/60.7.0/source/thunderbird-60.7.0.source.tar.xz https://dev.gentoo.org/~axs/distfiles/lightning-6.2.5.tar.xz lightning? ( https://dev.gentoo.org/~axs/distfiles/gdata-provider-4.4.1.tar.xz ) https://dev.gentoo.org/~anarchy/mozilla/patchsets/thunderbird-60.0-patches-0.tar.xz https://dev.gentoo.org/~anarchy/mozilla/patchsets/firefox-60.6-patches-07.tar.xz https://dev.gentoo.org/~axs/mozilla/patchsets/thunderbird-60.0-patches-0.tar.xz https://dev.gentoo.org/~axs/mozilla/patchsets/firefox-60.6-patches-07.tar.xz https://dev.gentoo.org/~polynomial-c/mozilla/patchsets/thunderbird-60.0-patches-0.tar.xz https://dev.gentoo.org/~polynomial-c/mozilla/patchsets/firefox-60.6-patches-07.tar.xz https://dev.gentoo.org/~whissi/mozilla/patchsets/thunderbird-60.0-patches-0.tar.xz https://dev.gentoo.org/~whissi/mozilla/patchsets/firefox-60.6-patches-07.tar.xz -_eclasses_=autotools 1bf086cdd7356f5c9a4acd9727bd2065 check-reqs 2c6f909675083dce8430b648bf737cb0 desktop b1d22ac8bdd4679ab79c71aca235009d epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic 7ba73aee7fe4462b3a745e3645ab92ca gnome2-utils 532371cfcba45b2ab0d2950547c97d95 libtool f143db5a74ccd9ca28c1234deffede96 llvm 83a68dab6355a0f96b37fe96bc4f317c ltprune 2729691420b6deeda2a90b1f1183fb55 mozcoreconf-v6 50181e8c428d5e8bd3a2883c4a0bbb67 mozextension f47f008a138943f9e40e37c1fca10b24 mozlinguas-v2 7559b4e56a88d67da4e96e77296f723c multilib 1d91b03d42ab6308b5f4f6b598ed110e pax-utils db85a3c508cf82c45f24b2723791cc93 preserve-libs ef207dc62baddfddfd39a164d9797648 python-any-r1 4900ae970f827a22d33d41bd8b8f9ace python-utils-r1 08e17157a6807add7db1f8d01e7e391f toolchain-funcs 8c7f9d80beedd16f2e5a7f612c609529 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf versionator 2352c3fc97241f6a02042773c8287748 xdg-utils 14d00d009167652b1fa363e55effe213 -_md5_=20df7e4fa9c1e65c87705f6bb09cbd1f diff --git a/metadata/md5-cache/mail-client/thunderbird-60.7.1 b/metadata/md5-cache/mail-client/thunderbird-60.7.2 similarity index 54% rename from metadata/md5-cache/mail-client/thunderbird-60.7.1 rename to metadata/md5-cache/mail-client/thunderbird-60.7.2 index 1afd6933d8b5..b9b1d25af7e9 100644 --- a/metadata/md5-cache/mail-client/thunderbird-60.7.1 +++ b/metadata/md5-cache/mail-client/thunderbird-60.7.2 @@ -10,6 +10,6 @@ RDEPEND=>=dev-libs/nss-3.36.7 >=dev-libs/nspr-4.19 >=app-text/hunspell-1.5.4:= d REQUIRED_USE=wifi? ( dbus ) RESTRICT=!bindist? ( bindist ) SLOT=0 -SRC_URI=l10n_ar? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.1/linux-i686/xpi/ar.xpi -> thunderbird-60.7.1-ar.xpi ) l10n_ast? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.1/linux-i686/xpi/ast.xpi -> thunderbird-60.7.1-ast.xpi ) l10n_be? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.1/linux-i686/xpi/be.xpi -> thunderbird-60.7.1-be.xpi ) l10n_bg? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.1/linux-i686/xpi/bg.xpi -> thunderbird-60.7.1-bg.xpi ) l10n_br? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.1/linux-i686/xpi/br.xpi -> thunderbird-60.7.1-br.xpi ) l10n_ca? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.1/linux-i686/xpi/ca.xpi -> thunderbird-60.7.1-ca.xpi ) l10n_cs? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.1/linux-i686/xpi/cs.xpi -> thunderbird-60.7.1-cs.xpi ) l10n_cy? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.1/linux-i686/xpi/cy.xpi -> thunderbird-60.7.1-cy.xpi ) l10n_da? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.1/linux-i686/xpi/da.xpi -> thunderbird-60.7.1-da.xpi ) l10n_de? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.1/linux-i686/xpi/de.xpi -> thunderbird-60.7.1-de.xpi ) l10n_el? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.1/linux-i686/xpi/el.xpi -> thunderbird-60.7.1-el.xpi ) l10n_en-GB? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.1/linux-i686/xpi/en-GB.xpi -> thunderbird-60.7.1-en-GB.xpi ) l10n_es-AR? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.1/linux-i686/xpi/es-AR.xpi -> thunderbird-60.7.1-es-AR.xpi ) l10n_es-ES? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.1/linux-i686/xpi/es-ES.xpi -> thunderbird-60.7.1-es-ES.xpi ) l10n_et? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.1/linux-i686/xpi/et.xpi -> thunderbird-60.7.1-et.xpi ) l10n_eu? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.1/linux-i686/xpi/eu.xpi -> thunderbird-60.7.1-eu.xpi ) l10n_fi? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.1/linux-i686/xpi/fi.xpi -> thunderbird-60.7.1-fi.xpi ) l10n_fr? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.1/linux-i686/xpi/fr.xpi -> thunderbird-60.7.1-fr.xpi ) l10n_fy? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.1/linux-i686/xpi/fy-NL.xpi -> thunderbird-60.7.1-fy-NL.xpi ) l10n_ga? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.1/linux-i686/xpi/ga-IE.xpi -> thunderbird-60.7.1-ga-IE.xpi ) l10n_gd? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.1/linux-i686/xpi/gd.xpi -> thunderbird-60.7.1-gd.xpi ) l10n_gl? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.1/linux-i686/xpi/gl.xpi -> thunderbird-60.7.1-gl.xpi ) l10n_he? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.1/linux-i686/xpi/he.xpi -> thunderbird-60.7.1-he.xpi ) l10n_hr? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.1/linux-i686/xpi/hr.xpi -> thunderbird-60.7.1-hr.xpi ) l10n_hsb? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.1/linux-i686/xpi/hsb.xpi -> thunderbird-60.7.1-hsb.xpi ) l10n_hu? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.1/linux-i686/xpi/hu.xpi -> thunderbird-60.7.1-hu.xpi ) l10n_hy? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.1/linux-i686/xpi/hy-AM.xpi -> thunderbird-60.7.1-hy-AM.xpi ) l10n_id? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.1/linux-i686/xpi/id.xpi -> thunderbird-60.7.1-id.xpi ) l10n_is? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.1/linux-i686/xpi/is.xpi -> thunderbird-60.7.1-is.xpi ) l10n_it? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.1/linux-i686/xpi/it.xpi -> thunderbird-60.7.1-it.xpi ) l10n_ja? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.1/linux-i686/xpi/ja.xpi -> thunderbird-60.7.1-ja.xpi ) l10n_ko? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.1/linux-i686/xpi/ko.xpi -> thunderbird-60.7.1-ko.xpi ) l10n_lt? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.1/linux-i686/xpi/lt.xpi -> thunderbird-60.7.1-lt.xpi ) l10n_nb? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.1/linux-i686/xpi/nb-NO.xpi -> thunderbird-60.7.1-nb-NO.xpi ) l10n_nl? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.1/linux-i686/xpi/nl.xpi -> thunderbird-60.7.1-nl.xpi ) l10n_nn? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.1/linux-i686/xpi/nn-NO.xpi -> thunderbird-60.7.1-nn-NO.xpi ) l10n_pl? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.1/linux-i686/xpi/pl.xpi -> thunderbird-60.7.1-pl.xpi ) l10n_pt-BR? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.1/linux-i686/xpi/pt-BR.xpi -> thunderbird-60.7.1-pt-BR.xpi ) l10n_pt-PT? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.1/linux-i686/xpi/pt-PT.xpi -> thunderbird-60.7.1-pt-PT.xpi ) l10n_rm? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.1/linux-i686/xpi/rm.xpi -> thunderbird-60.7.1-rm.xpi ) l10n_ro? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.1/linux-i686/xpi/ro.xpi -> thunderbird-60.7.1-ro.xpi ) l10n_ru? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.1/linux-i686/xpi/ru.xpi -> thunderbird-60.7.1-ru.xpi ) l10n_si? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.1/linux-i686/xpi/si.xpi -> thunderbird-60.7.1-si.xpi ) l10n_sk? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.1/linux-i686/xpi/sk.xpi -> thunderbird-60.7.1-sk.xpi ) l10n_sl? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.1/linux-i686/xpi/sl.xpi -> thunderbird-60.7.1-sl.xpi ) l10n_sq? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.1/linux-i686/xpi/sq.xpi -> thunderbird-60.7.1-sq.xpi ) l10n_sr? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.1/linux-i686/xpi/sr.xpi -> thunderbird-60.7.1-sr.xpi ) l10n_sv? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.1/linux-i686/xpi/sv-SE.xpi -> thunderbird-60.7.1-sv-SE.xpi ) l10n_tr? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.1/linux-i686/xpi/tr.xpi -> thunderbird-60.7.1-tr.xpi ) l10n_uk? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.1/linux-i686/xpi/uk.xpi -> thunderbird-60.7.1-uk.xpi ) l10n_vi? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.1/linux-i686/xpi/vi.xpi -> thunderbird-60.7.1-vi.xpi ) l10n_zh-CN? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.1/linux-i686/xpi/zh-CN.xpi -> thunderbird-60.7.1-zh-CN.xpi ) l10n_zh-TW? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.1/linux-i686/xpi/zh-TW.xpi -> thunderbird-60.7.1-zh-TW.xpi ) https://archive.mozilla.org/pub/thunderbird/releases/60.7.1/source/thunderbird-60.7.1.source.tar.xz https://dev.gentoo.org/~axs/distfiles/lightning-6.2.5.tar.xz lightning? ( https://dev.gentoo.org/~axs/distfiles/gdata-provider-4.4.1.tar.xz ) https://dev.gentoo.org/~anarchy/mozilla/patchsets/thunderbird-60.0-patches-0.tar.xz https://dev.gentoo.org/~anarchy/mozilla/patchsets/firefox-60.6-patches-07.tar.xz https://dev.gentoo.org/~axs/mozilla/patchsets/thunderbird-60.0-patches-0.tar.xz https://dev.gentoo.org/~axs/mozilla/patchsets/firefox-60.6-patches-07.tar.xz https://dev.gentoo.org/~polynomial-c/mozilla/patchsets/thunderbird-60.0-patches-0.tar.xz https://dev.gentoo.org/~polynomial-c/mozilla/patchsets/firefox-60.6-patches-07.tar.xz https://dev.gentoo.org/~whissi/mozilla/patchsets/thunderbird-60.0-patches-0.tar.xz https://dev.gentoo.org/~whissi/mozilla/patchsets/firefox-60.6-patches-07.tar.xz +SRC_URI=l10n_ar? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.2/linux-i686/xpi/ar.xpi -> thunderbird-60.7.2-ar.xpi ) l10n_ast? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.2/linux-i686/xpi/ast.xpi -> thunderbird-60.7.2-ast.xpi ) l10n_be? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.2/linux-i686/xpi/be.xpi -> thunderbird-60.7.2-be.xpi ) l10n_bg? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.2/linux-i686/xpi/bg.xpi -> thunderbird-60.7.2-bg.xpi ) l10n_br? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.2/linux-i686/xpi/br.xpi -> thunderbird-60.7.2-br.xpi ) l10n_ca? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.2/linux-i686/xpi/ca.xpi -> thunderbird-60.7.2-ca.xpi ) l10n_cs? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.2/linux-i686/xpi/cs.xpi -> thunderbird-60.7.2-cs.xpi ) l10n_cy? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.2/linux-i686/xpi/cy.xpi -> thunderbird-60.7.2-cy.xpi ) l10n_da? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.2/linux-i686/xpi/da.xpi -> thunderbird-60.7.2-da.xpi ) l10n_de? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.2/linux-i686/xpi/de.xpi -> thunderbird-60.7.2-de.xpi ) l10n_el? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.2/linux-i686/xpi/el.xpi -> thunderbird-60.7.2-el.xpi ) l10n_en-GB? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.2/linux-i686/xpi/en-GB.xpi -> thunderbird-60.7.2-en-GB.xpi ) l10n_es-AR? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.2/linux-i686/xpi/es-AR.xpi -> thunderbird-60.7.2-es-AR.xpi ) l10n_es-ES? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.2/linux-i686/xpi/es-ES.xpi -> thunderbird-60.7.2-es-ES.xpi ) l10n_et? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.2/linux-i686/xpi/et.xpi -> thunderbird-60.7.2-et.xpi ) l10n_eu? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.2/linux-i686/xpi/eu.xpi -> thunderbird-60.7.2-eu.xpi ) l10n_fi? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.2/linux-i686/xpi/fi.xpi -> thunderbird-60.7.2-fi.xpi ) l10n_fr? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.2/linux-i686/xpi/fr.xpi -> thunderbird-60.7.2-fr.xpi ) l10n_fy? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.2/linux-i686/xpi/fy-NL.xpi -> thunderbird-60.7.2-fy-NL.xpi ) l10n_ga? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.2/linux-i686/xpi/ga-IE.xpi -> thunderbird-60.7.2-ga-IE.xpi ) l10n_gd? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.2/linux-i686/xpi/gd.xpi -> thunderbird-60.7.2-gd.xpi ) l10n_gl? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.2/linux-i686/xpi/gl.xpi -> thunderbird-60.7.2-gl.xpi ) l10n_he? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.2/linux-i686/xpi/he.xpi -> thunderbird-60.7.2-he.xpi ) l10n_hr? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.2/linux-i686/xpi/hr.xpi -> thunderbird-60.7.2-hr.xpi ) l10n_hsb? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.2/linux-i686/xpi/hsb.xpi -> thunderbird-60.7.2-hsb.xpi ) l10n_hu? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.2/linux-i686/xpi/hu.xpi -> thunderbird-60.7.2-hu.xpi ) l10n_hy? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.2/linux-i686/xpi/hy-AM.xpi -> thunderbird-60.7.2-hy-AM.xpi ) l10n_id? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.2/linux-i686/xpi/id.xpi -> thunderbird-60.7.2-id.xpi ) l10n_is? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.2/linux-i686/xpi/is.xpi -> thunderbird-60.7.2-is.xpi ) l10n_it? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.2/linux-i686/xpi/it.xpi -> thunderbird-60.7.2-it.xpi ) l10n_ja? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.2/linux-i686/xpi/ja.xpi -> thunderbird-60.7.2-ja.xpi ) l10n_ko? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.2/linux-i686/xpi/ko.xpi -> thunderbird-60.7.2-ko.xpi ) l10n_lt? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.2/linux-i686/xpi/lt.xpi -> thunderbird-60.7.2-lt.xpi ) l10n_nb? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.2/linux-i686/xpi/nb-NO.xpi -> thunderbird-60.7.2-nb-NO.xpi ) l10n_nl? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.2/linux-i686/xpi/nl.xpi -> thunderbird-60.7.2-nl.xpi ) l10n_nn? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.2/linux-i686/xpi/nn-NO.xpi -> thunderbird-60.7.2-nn-NO.xpi ) l10n_pl? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.2/linux-i686/xpi/pl.xpi -> thunderbird-60.7.2-pl.xpi ) l10n_pt-BR? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.2/linux-i686/xpi/pt-BR.xpi -> thunderbird-60.7.2-pt-BR.xpi ) l10n_pt-PT? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.2/linux-i686/xpi/pt-PT.xpi -> thunderbird-60.7.2-pt-PT.xpi ) l10n_rm? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.2/linux-i686/xpi/rm.xpi -> thunderbird-60.7.2-rm.xpi ) l10n_ro? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.2/linux-i686/xpi/ro.xpi -> thunderbird-60.7.2-ro.xpi ) l10n_ru? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.2/linux-i686/xpi/ru.xpi -> thunderbird-60.7.2-ru.xpi ) l10n_si? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.2/linux-i686/xpi/si.xpi -> thunderbird-60.7.2-si.xpi ) l10n_sk? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.2/linux-i686/xpi/sk.xpi -> thunderbird-60.7.2-sk.xpi ) l10n_sl? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.2/linux-i686/xpi/sl.xpi -> thunderbird-60.7.2-sl.xpi ) l10n_sq? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.2/linux-i686/xpi/sq.xpi -> thunderbird-60.7.2-sq.xpi ) l10n_sr? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.2/linux-i686/xpi/sr.xpi -> thunderbird-60.7.2-sr.xpi ) l10n_sv? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.2/linux-i686/xpi/sv-SE.xpi -> thunderbird-60.7.2-sv-SE.xpi ) l10n_tr? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.2/linux-i686/xpi/tr.xpi -> thunderbird-60.7.2-tr.xpi ) l10n_uk? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.2/linux-i686/xpi/uk.xpi -> thunderbird-60.7.2-uk.xpi ) l10n_vi? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.2/linux-i686/xpi/vi.xpi -> thunderbird-60.7.2-vi.xpi ) l10n_zh-CN? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.2/linux-i686/xpi/zh-CN.xpi -> thunderbird-60.7.2-zh-CN.xpi ) l10n_zh-TW? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.2/linux-i686/xpi/zh-TW.xpi -> thunderbird-60.7.2-zh-TW.xpi ) https://archive.mozilla.org/pub/thunderbird/releases/60.7.2/source/thunderbird-60.7.2.source.tar.xz https://dev.gentoo.org/~axs/distfiles/lightning-6.2.5.tar.xz lightning? ( https://dev.gentoo.org/~axs/distfiles/gdata-provider-4.4.1.tar.xz ) https://dev.gentoo.org/~anarchy/mozilla/patchsets/thunderbird-60.0-patches-0.tar.xz https://dev.gentoo.org/~anarchy/mozilla/patchsets/firefox-60.6-patches-07.tar.xz https://dev.gentoo.org/~axs/mozilla/patchsets/thunderbird-60.0-patches-0.tar.xz https://dev.gentoo.org/~axs/mozilla/patchsets/firefox-60.6-patches-07.tar.xz https://dev.gentoo.org/~polynomial-c/mozilla/patchsets/thunderbird-60.0-patches-0.tar.xz https://dev.gentoo.org/~polynomial-c/mozilla/patchsets/firefox-60.6-patches-07.tar.xz https://dev.gentoo.org/~whissi/mozilla/patchsets/thunderbird-60.0-patches-0.tar.xz https://dev.gentoo.org/~whissi/mozilla/patchsets/firefox-60.6-patches-07.tar.xz _eclasses_=autotools 1bf086cdd7356f5c9a4acd9727bd2065 check-reqs 2c6f909675083dce8430b648bf737cb0 desktop b1d22ac8bdd4679ab79c71aca235009d epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic 7ba73aee7fe4462b3a745e3645ab92ca gnome2-utils 532371cfcba45b2ab0d2950547c97d95 libtool f143db5a74ccd9ca28c1234deffede96 llvm 83a68dab6355a0f96b37fe96bc4f317c ltprune 2729691420b6deeda2a90b1f1183fb55 mozcoreconf-v6 50181e8c428d5e8bd3a2883c4a0bbb67 mozextension f47f008a138943f9e40e37c1fca10b24 mozlinguas-v2 7559b4e56a88d67da4e96e77296f723c multilib 1d91b03d42ab6308b5f4f6b598ed110e pax-utils db85a3c508cf82c45f24b2723791cc93 preserve-libs ef207dc62baddfddfd39a164d9797648 python-any-r1 4900ae970f827a22d33d41bd8b8f9ace python-utils-r1 08e17157a6807add7db1f8d01e7e391f toolchain-funcs 8c7f9d80beedd16f2e5a7f612c609529 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf versionator 2352c3fc97241f6a02042773c8287748 xdg-utils 14d00d009167652b1fa363e55effe213 _md5_=cd34e5445e3513f8972748af3e3c5d2b diff --git a/metadata/md5-cache/mail-client/thunderbird-bin-60.7.1 b/metadata/md5-cache/mail-client/thunderbird-bin-60.7.1 deleted file mode 100644 index 052550da09e4..000000000000 --- a/metadata/md5-cache/mail-client/thunderbird-bin-60.7.1 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile install postinst postrm preinst prepare unpack -DEPEND=app-arch/unzip app-arch/zip app-arch/unzip -DESCRIPTION=Thunderbird Mail Client -EAPI=6 -HOMEPAGE=https://www.thunderbird.net/ -IUSE=+crashreporter +ffmpeg +pulseaudio selinux l10n_ar l10n_ast l10n_be l10n_bg l10n_br l10n_ca l10n_cs l10n_cy l10n_da l10n_de l10n_el 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_hy l10n_id l10n_is l10n_it l10n_ja l10n_ko l10n_lt l10n_nb l10n_nl l10n_nn l10n_pl l10n_pt-BR l10n_pt-PT l10n_rm l10n_ro l10n_ru l10n_si l10n_sk l10n_sl l10n_sq l10n_sr l10n_sv l10n_tr l10n_uk l10n_vi l10n_zh-CN l10n_zh-TW -KEYWORDS=-* amd64 x86 -LICENSE=MPL-2.0 GPL-2 LGPL-2.1 -RDEPEND=virtual/freedesktop-icon-theme dev-libs/atk >=sys-apps/dbus-0.60 >=dev-libs/dbus-glib-0.72 >=dev-libs/glib-2.26:2 >=media-libs/alsa-lib-1.0.16 media-libs/fontconfig >=media-libs/freetype-2.4.10:2 >=x11-libs/cairo-1.10[X] x11-libs/gdk-pixbuf:2 >=x11-libs/gtk+-2.18:2 >=x11-libs/gtk+-3.4.0:3 x11-libs/libX11 x11-libs/libXext x11-libs/libXrender x11-libs/libXt >=x11-libs/pango-1.22.0 pulseaudio? ( ! thunderbird-60.7.1-ar.xpi ) l10n_ast? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.1/linux-i686/xpi/ast.xpi -> thunderbird-60.7.1-ast.xpi ) l10n_be? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.1/linux-i686/xpi/be.xpi -> thunderbird-60.7.1-be.xpi ) l10n_bg? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.1/linux-i686/xpi/bg.xpi -> thunderbird-60.7.1-bg.xpi ) l10n_br? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.1/linux-i686/xpi/br.xpi -> thunderbird-60.7.1-br.xpi ) l10n_ca? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.1/linux-i686/xpi/ca.xpi -> thunderbird-60.7.1-ca.xpi ) l10n_cs? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.1/linux-i686/xpi/cs.xpi -> thunderbird-60.7.1-cs.xpi ) l10n_cy? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.1/linux-i686/xpi/cy.xpi -> thunderbird-60.7.1-cy.xpi ) l10n_da? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.1/linux-i686/xpi/da.xpi -> thunderbird-60.7.1-da.xpi ) l10n_de? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.1/linux-i686/xpi/de.xpi -> thunderbird-60.7.1-de.xpi ) l10n_el? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.1/linux-i686/xpi/el.xpi -> thunderbird-60.7.1-el.xpi ) l10n_en-GB? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.1/linux-i686/xpi/en-GB.xpi -> thunderbird-60.7.1-en-GB.xpi ) l10n_es-AR? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.1/linux-i686/xpi/es-AR.xpi -> thunderbird-60.7.1-es-AR.xpi ) l10n_es-ES? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.1/linux-i686/xpi/es-ES.xpi -> thunderbird-60.7.1-es-ES.xpi ) l10n_et? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.1/linux-i686/xpi/et.xpi -> thunderbird-60.7.1-et.xpi ) l10n_eu? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.1/linux-i686/xpi/eu.xpi -> thunderbird-60.7.1-eu.xpi ) l10n_fi? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.1/linux-i686/xpi/fi.xpi -> thunderbird-60.7.1-fi.xpi ) l10n_fr? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.1/linux-i686/xpi/fr.xpi -> thunderbird-60.7.1-fr.xpi ) l10n_fy? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.1/linux-i686/xpi/fy-NL.xpi -> thunderbird-60.7.1-fy-NL.xpi ) l10n_ga? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.1/linux-i686/xpi/ga-IE.xpi -> thunderbird-60.7.1-ga-IE.xpi ) l10n_gd? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.1/linux-i686/xpi/gd.xpi -> thunderbird-60.7.1-gd.xpi ) l10n_gl? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.1/linux-i686/xpi/gl.xpi -> thunderbird-60.7.1-gl.xpi ) l10n_he? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.1/linux-i686/xpi/he.xpi -> thunderbird-60.7.1-he.xpi ) l10n_hr? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.1/linux-i686/xpi/hr.xpi -> thunderbird-60.7.1-hr.xpi ) l10n_hsb? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.1/linux-i686/xpi/hsb.xpi -> thunderbird-60.7.1-hsb.xpi ) l10n_hu? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.1/linux-i686/xpi/hu.xpi -> thunderbird-60.7.1-hu.xpi ) l10n_hy? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.1/linux-i686/xpi/hy-AM.xpi -> thunderbird-60.7.1-hy-AM.xpi ) l10n_id? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.1/linux-i686/xpi/id.xpi -> thunderbird-60.7.1-id.xpi ) l10n_is? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.1/linux-i686/xpi/is.xpi -> thunderbird-60.7.1-is.xpi ) l10n_it? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.1/linux-i686/xpi/it.xpi -> thunderbird-60.7.1-it.xpi ) l10n_ja? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.1/linux-i686/xpi/ja.xpi -> thunderbird-60.7.1-ja.xpi ) l10n_ko? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.1/linux-i686/xpi/ko.xpi -> thunderbird-60.7.1-ko.xpi ) l10n_lt? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.1/linux-i686/xpi/lt.xpi -> thunderbird-60.7.1-lt.xpi ) l10n_nb? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.1/linux-i686/xpi/nb-NO.xpi -> thunderbird-60.7.1-nb-NO.xpi ) l10n_nl? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.1/linux-i686/xpi/nl.xpi -> thunderbird-60.7.1-nl.xpi ) l10n_nn? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.1/linux-i686/xpi/nn-NO.xpi -> thunderbird-60.7.1-nn-NO.xpi ) l10n_pl? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.1/linux-i686/xpi/pl.xpi -> thunderbird-60.7.1-pl.xpi ) l10n_pt-BR? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.1/linux-i686/xpi/pt-BR.xpi -> thunderbird-60.7.1-pt-BR.xpi ) l10n_pt-PT? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.1/linux-i686/xpi/pt-PT.xpi -> thunderbird-60.7.1-pt-PT.xpi ) l10n_rm? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.1/linux-i686/xpi/rm.xpi -> thunderbird-60.7.1-rm.xpi ) l10n_ro? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.1/linux-i686/xpi/ro.xpi -> thunderbird-60.7.1-ro.xpi ) l10n_ru? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.1/linux-i686/xpi/ru.xpi -> thunderbird-60.7.1-ru.xpi ) l10n_si? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.1/linux-i686/xpi/si.xpi -> thunderbird-60.7.1-si.xpi ) l10n_sk? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.1/linux-i686/xpi/sk.xpi -> thunderbird-60.7.1-sk.xpi ) l10n_sl? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.1/linux-i686/xpi/sl.xpi -> thunderbird-60.7.1-sl.xpi ) l10n_sq? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.1/linux-i686/xpi/sq.xpi -> thunderbird-60.7.1-sq.xpi ) l10n_sr? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.1/linux-i686/xpi/sr.xpi -> thunderbird-60.7.1-sr.xpi ) l10n_sv? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.1/linux-i686/xpi/sv-SE.xpi -> thunderbird-60.7.1-sv-SE.xpi ) l10n_tr? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.1/linux-i686/xpi/tr.xpi -> thunderbird-60.7.1-tr.xpi ) l10n_uk? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.1/linux-i686/xpi/uk.xpi -> thunderbird-60.7.1-uk.xpi ) l10n_vi? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.1/linux-i686/xpi/vi.xpi -> thunderbird-60.7.1-vi.xpi ) l10n_zh-CN? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.1/linux-i686/xpi/zh-CN.xpi -> thunderbird-60.7.1-zh-CN.xpi ) l10n_zh-TW? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.1/linux-i686/xpi/zh-TW.xpi -> thunderbird-60.7.1-zh-TW.xpi ) amd64? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.1/linux-x86_64/en-US/thunderbird-60.7.1.tar.bz2 -> thunderbird-bin_x86_64-60.7.1.tar.bz2 ) x86? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.1/linux-i686/en-US/thunderbird-60.7.1.tar.bz2 -> thunderbird-bin_i686-60.7.1.tar.bz2 ) https://dev.gentoo.org/~axs/distfiles/lightning-6.2.5.tar.xz -_eclasses_=desktop b1d22ac8bdd4679ab79c71aca235009d epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 gnome2-utils 532371cfcba45b2ab0d2950547c97d95 ltprune 2729691420b6deeda2a90b1f1183fb55 mozextension f47f008a138943f9e40e37c1fca10b24 mozlinguas-v2 7559b4e56a88d67da4e96e77296f723c multilib 1d91b03d42ab6308b5f4f6b598ed110e nsplugins 2049586e425364a1c5bdb004205d1758 pax-utils db85a3c508cf82c45f24b2723791cc93 preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs 8c7f9d80beedd16f2e5a7f612c609529 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf versionator 2352c3fc97241f6a02042773c8287748 xdg-utils 14d00d009167652b1fa363e55effe213 -_md5_=9ac1206f555d9479e2a180734fc1e2c4 diff --git a/metadata/md5-cache/mail-client/thunderbird-bin-60.7.2 b/metadata/md5-cache/mail-client/thunderbird-bin-60.7.2 new file mode 100644 index 000000000000..f9839e95de8b --- /dev/null +++ b/metadata/md5-cache/mail-client/thunderbird-bin-60.7.2 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile install postinst postrm preinst prepare unpack +DEPEND=app-arch/unzip app-arch/zip app-arch/unzip +DESCRIPTION=Thunderbird Mail Client +EAPI=6 +HOMEPAGE=https://www.thunderbird.net/ +IUSE=+crashreporter +ffmpeg +pulseaudio selinux l10n_ar l10n_ast l10n_be l10n_bg l10n_br l10n_ca l10n_cs l10n_cy l10n_da l10n_de l10n_el 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_hy l10n_id l10n_is l10n_it l10n_ja l10n_ko l10n_lt l10n_nb l10n_nl l10n_nn l10n_pl l10n_pt-BR l10n_pt-PT l10n_rm l10n_ro l10n_ru l10n_si l10n_sk l10n_sl l10n_sq l10n_sr l10n_sv l10n_tr l10n_uk l10n_vi l10n_zh-CN l10n_zh-TW +KEYWORDS=-* amd64 x86 +LICENSE=MPL-2.0 GPL-2 LGPL-2.1 +RDEPEND=virtual/freedesktop-icon-theme dev-libs/atk >=sys-apps/dbus-0.60 >=dev-libs/dbus-glib-0.72 >=dev-libs/glib-2.26:2 >=media-libs/alsa-lib-1.0.16 media-libs/fontconfig >=media-libs/freetype-2.4.10:2 >=x11-libs/cairo-1.10[X] x11-libs/gdk-pixbuf:2 >=x11-libs/gtk+-2.18:2 >=x11-libs/gtk+-3.4.0:3 x11-libs/libX11 x11-libs/libXext x11-libs/libXrender x11-libs/libXt >=x11-libs/pango-1.22.0 pulseaudio? ( ! thunderbird-60.7.2-ar.xpi ) l10n_ast? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.2/linux-i686/xpi/ast.xpi -> thunderbird-60.7.2-ast.xpi ) l10n_be? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.2/linux-i686/xpi/be.xpi -> thunderbird-60.7.2-be.xpi ) l10n_bg? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.2/linux-i686/xpi/bg.xpi -> thunderbird-60.7.2-bg.xpi ) l10n_br? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.2/linux-i686/xpi/br.xpi -> thunderbird-60.7.2-br.xpi ) l10n_ca? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.2/linux-i686/xpi/ca.xpi -> thunderbird-60.7.2-ca.xpi ) l10n_cs? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.2/linux-i686/xpi/cs.xpi -> thunderbird-60.7.2-cs.xpi ) l10n_cy? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.2/linux-i686/xpi/cy.xpi -> thunderbird-60.7.2-cy.xpi ) l10n_da? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.2/linux-i686/xpi/da.xpi -> thunderbird-60.7.2-da.xpi ) l10n_de? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.2/linux-i686/xpi/de.xpi -> thunderbird-60.7.2-de.xpi ) l10n_el? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.2/linux-i686/xpi/el.xpi -> thunderbird-60.7.2-el.xpi ) l10n_en-GB? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.2/linux-i686/xpi/en-GB.xpi -> thunderbird-60.7.2-en-GB.xpi ) l10n_es-AR? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.2/linux-i686/xpi/es-AR.xpi -> thunderbird-60.7.2-es-AR.xpi ) l10n_es-ES? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.2/linux-i686/xpi/es-ES.xpi -> thunderbird-60.7.2-es-ES.xpi ) l10n_et? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.2/linux-i686/xpi/et.xpi -> thunderbird-60.7.2-et.xpi ) l10n_eu? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.2/linux-i686/xpi/eu.xpi -> thunderbird-60.7.2-eu.xpi ) l10n_fi? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.2/linux-i686/xpi/fi.xpi -> thunderbird-60.7.2-fi.xpi ) l10n_fr? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.2/linux-i686/xpi/fr.xpi -> thunderbird-60.7.2-fr.xpi ) l10n_fy? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.2/linux-i686/xpi/fy-NL.xpi -> thunderbird-60.7.2-fy-NL.xpi ) l10n_ga? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.2/linux-i686/xpi/ga-IE.xpi -> thunderbird-60.7.2-ga-IE.xpi ) l10n_gd? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.2/linux-i686/xpi/gd.xpi -> thunderbird-60.7.2-gd.xpi ) l10n_gl? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.2/linux-i686/xpi/gl.xpi -> thunderbird-60.7.2-gl.xpi ) l10n_he? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.2/linux-i686/xpi/he.xpi -> thunderbird-60.7.2-he.xpi ) l10n_hr? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.2/linux-i686/xpi/hr.xpi -> thunderbird-60.7.2-hr.xpi ) l10n_hsb? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.2/linux-i686/xpi/hsb.xpi -> thunderbird-60.7.2-hsb.xpi ) l10n_hu? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.2/linux-i686/xpi/hu.xpi -> thunderbird-60.7.2-hu.xpi ) l10n_hy? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.2/linux-i686/xpi/hy-AM.xpi -> thunderbird-60.7.2-hy-AM.xpi ) l10n_id? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.2/linux-i686/xpi/id.xpi -> thunderbird-60.7.2-id.xpi ) l10n_is? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.2/linux-i686/xpi/is.xpi -> thunderbird-60.7.2-is.xpi ) l10n_it? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.2/linux-i686/xpi/it.xpi -> thunderbird-60.7.2-it.xpi ) l10n_ja? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.2/linux-i686/xpi/ja.xpi -> thunderbird-60.7.2-ja.xpi ) l10n_ko? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.2/linux-i686/xpi/ko.xpi -> thunderbird-60.7.2-ko.xpi ) l10n_lt? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.2/linux-i686/xpi/lt.xpi -> thunderbird-60.7.2-lt.xpi ) l10n_nb? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.2/linux-i686/xpi/nb-NO.xpi -> thunderbird-60.7.2-nb-NO.xpi ) l10n_nl? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.2/linux-i686/xpi/nl.xpi -> thunderbird-60.7.2-nl.xpi ) l10n_nn? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.2/linux-i686/xpi/nn-NO.xpi -> thunderbird-60.7.2-nn-NO.xpi ) l10n_pl? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.2/linux-i686/xpi/pl.xpi -> thunderbird-60.7.2-pl.xpi ) l10n_pt-BR? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.2/linux-i686/xpi/pt-BR.xpi -> thunderbird-60.7.2-pt-BR.xpi ) l10n_pt-PT? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.2/linux-i686/xpi/pt-PT.xpi -> thunderbird-60.7.2-pt-PT.xpi ) l10n_rm? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.2/linux-i686/xpi/rm.xpi -> thunderbird-60.7.2-rm.xpi ) l10n_ro? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.2/linux-i686/xpi/ro.xpi -> thunderbird-60.7.2-ro.xpi ) l10n_ru? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.2/linux-i686/xpi/ru.xpi -> thunderbird-60.7.2-ru.xpi ) l10n_si? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.2/linux-i686/xpi/si.xpi -> thunderbird-60.7.2-si.xpi ) l10n_sk? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.2/linux-i686/xpi/sk.xpi -> thunderbird-60.7.2-sk.xpi ) l10n_sl? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.2/linux-i686/xpi/sl.xpi -> thunderbird-60.7.2-sl.xpi ) l10n_sq? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.2/linux-i686/xpi/sq.xpi -> thunderbird-60.7.2-sq.xpi ) l10n_sr? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.2/linux-i686/xpi/sr.xpi -> thunderbird-60.7.2-sr.xpi ) l10n_sv? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.2/linux-i686/xpi/sv-SE.xpi -> thunderbird-60.7.2-sv-SE.xpi ) l10n_tr? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.2/linux-i686/xpi/tr.xpi -> thunderbird-60.7.2-tr.xpi ) l10n_uk? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.2/linux-i686/xpi/uk.xpi -> thunderbird-60.7.2-uk.xpi ) l10n_vi? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.2/linux-i686/xpi/vi.xpi -> thunderbird-60.7.2-vi.xpi ) l10n_zh-CN? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.2/linux-i686/xpi/zh-CN.xpi -> thunderbird-60.7.2-zh-CN.xpi ) l10n_zh-TW? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.2/linux-i686/xpi/zh-TW.xpi -> thunderbird-60.7.2-zh-TW.xpi ) amd64? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.2/linux-x86_64/en-US/thunderbird-60.7.2.tar.bz2 -> thunderbird-bin_x86_64-60.7.2.tar.bz2 ) x86? ( https://archive.mozilla.org/pub/thunderbird/releases/60.7.2/linux-i686/en-US/thunderbird-60.7.2.tar.bz2 -> thunderbird-bin_i686-60.7.2.tar.bz2 ) https://dev.gentoo.org/~axs/distfiles/lightning-6.2.5.tar.xz +_eclasses_=desktop b1d22ac8bdd4679ab79c71aca235009d epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 gnome2-utils 532371cfcba45b2ab0d2950547c97d95 ltprune 2729691420b6deeda2a90b1f1183fb55 mozextension f47f008a138943f9e40e37c1fca10b24 mozlinguas-v2 7559b4e56a88d67da4e96e77296f723c multilib 1d91b03d42ab6308b5f4f6b598ed110e nsplugins 2049586e425364a1c5bdb004205d1758 pax-utils db85a3c508cf82c45f24b2723791cc93 preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs 8c7f9d80beedd16f2e5a7f612c609529 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf versionator 2352c3fc97241f6a02042773c8287748 xdg-utils 14d00d009167652b1fa363e55effe213 +_md5_=9ac1206f555d9479e2a180734fc1e2c4 diff --git a/metadata/md5-cache/mail-mta/Manifest.gz b/metadata/md5-cache/mail-mta/Manifest.gz index dedd98bff769..901817ded448 100644 Binary files a/metadata/md5-cache/mail-mta/Manifest.gz and b/metadata/md5-cache/mail-mta/Manifest.gz differ diff --git a/metadata/md5-cache/mail-mta/postfix-3.5_pre20190518 b/metadata/md5-cache/mail-mta/postfix-3.5_pre20190621 similarity index 98% rename from metadata/md5-cache/mail-mta/postfix-3.5_pre20190518 rename to metadata/md5-cache/mail-mta/postfix-3.5_pre20190621 index ff12db3d03b3..62240223735b 100644 --- a/metadata/md5-cache/mail-mta/postfix-3.5_pre20190518 +++ b/metadata/md5-cache/mail-mta/postfix-3.5_pre20190621 @@ -10,6 +10,6 @@ LICENSE=|| ( IBM EPL-2.0 ) RDEPEND=>=dev-libs/libpcre-3.4 dev-lang/perl berkdb? ( >=sys-libs/db-3.2:* ) cdb? ( || ( >=dev-db/tinycdb-0.76 >=dev-db/cdb-0.75-r4 ) ) eai? ( dev-libs/icu:= ) ldap? ( net-nds/openldap ) ldap-bind? ( net-nds/openldap[sasl] ) lmdb? ( >=dev-db/lmdb-0.9.11 ) mysql? ( dev-db/mysql-connector-c:0= ) nis? ( net-libs/libnsl ) pam? ( virtual/pam ) postgres? ( dev-db/postgresql:* ) sasl? ( >=dev-libs/cyrus-sasl-2 ) sqlite? ( dev-db/sqlite:3 ) ssl? ( !libressl? ( dev-libs/openssl:0= ) libressl? ( >=dev-libs/libressl-2.9.1:0= ) ) memcached? ( net-misc/memcached ) net-mail/mailbase !mail-mta/courier !mail-mta/esmtp !mail-mta/exim !mail-mta/mini-qmail !mail-mta/msmtp[mta] !mail-mta/netqmail !mail-mta/nullmailer !mail-mta/qmail-ldap !mail-mta/sendmail !mail-mta/opensmtpd !=mail-mta/ssmtp-2.64-r2[mta] !net-mail/fastforward selinux? ( sec-policy/selinux-postfix ) REQUIRED_USE=ldap-bind? ( ldap sasl ) SLOT=0 -SRC_URI=ftp://ftp.porcupine.org/mirrors/postfix-release/experimental/postfix-3.5-20190518.tar.gz +SRC_URI=ftp://ftp.porcupine.org/mirrors/postfix-release/experimental/postfix-3.5-20190621.tar.gz _eclasses_=eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic 7ba73aee7fe4462b3a745e3645ab92ca multilib 1d91b03d42ab6308b5f4f6b598ed110e pam 756a09f72c4cdbb55f2694c95f1e0860 systemd 71fd8d2065d102753fb9e4d20eaf3e9f toolchain-funcs 8c7f9d80beedd16f2e5a7f612c609529 user e68863263b1e8611dacf381bec5c8b2b _md5_=dd4638dc950ada2822dc166670ae6fa3 diff --git a/metadata/md5-cache/media-gfx/Manifest.gz b/metadata/md5-cache/media-gfx/Manifest.gz index 19287d83cfca..01a415bb29fe 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/imagemagick-6.9.10.50 b/metadata/md5-cache/media-gfx/imagemagick-6.9.10.50 new file mode 100644 index 000000000000..6524513dee12 --- /dev/null +++ b/metadata/md5-cache/media-gfx/imagemagick-6.9.10.50 @@ -0,0 +1,15 @@ +DEFINED_PHASES=configure install postinst prepare test +DEPEND=dev-libs/libltdl:0 bzip2? ( app-arch/bzip2 ) corefonts? ( media-fonts/corefonts ) djvu? ( app-text/djvu ) fftw? ( sci-libs/fftw:3.0 ) fontconfig? ( media-libs/fontconfig ) fpx? ( >=media-libs/libfpx-1.3.0-r1 ) graphviz? ( media-gfx/graphviz ) heif? ( media-libs/libheif:= ) jbig? ( >=media-libs/jbigkit-2:= ) jpeg? ( virtual/jpeg:0 ) jpeg2k? ( >=media-libs/openjpeg-2.1.0:2 ) lcms? ( media-libs/lcms:2= ) lqr? ( media-libs/liblqr ) opencl? ( virtual/opencl ) openexr? ( media-libs/openexr:0= ) pango? ( x11-libs/pango ) perl? ( >=dev-lang/perl-5.8.8:0= ) png? ( media-libs/libpng:0= ) postscript? ( app-text/ghostscript-gpl ) raw? ( media-libs/libraw:= ) svg? ( gnome-base/librsvg ) tiff? ( media-libs/tiff:0= ) truetype? ( media-fonts/urw-fonts >=media-libs/freetype-2 ) webp? ( media-libs/libwebp:0= ) wmf? ( media-libs/libwmf ) X? ( x11-libs/libICE x11-libs/libSM x11-libs/libXext x11-libs/libXt ) xml? ( dev-libs/libxml2:= ) lzma? ( app-arch/xz-utils ) zlib? ( sys-libs/zlib:= ) !media-gfx/graphicsmagick[imagemagick] virtual/pkgconfig X? ( x11-base/xorg-proto ) >=app-portage/elt-patches-20170815 +DESCRIPTION=A collection of tools and libraries for many image formats +EAPI=6 +HOMEPAGE=https://www.imagemagick.org/ +IUSE=bzip2 corefonts cxx djvu fftw fontconfig fpx graphviz hdri heif jbig jpeg jpeg2k lcms lqr lzma opencl openexr openmp pango perl png postscript q32 q8 raw static-libs svg test tiff truetype webp wmf X xml zlib +KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris +LICENSE=imagemagick +RDEPEND=dev-libs/libltdl:0 bzip2? ( app-arch/bzip2 ) corefonts? ( media-fonts/corefonts ) djvu? ( app-text/djvu ) fftw? ( sci-libs/fftw:3.0 ) fontconfig? ( media-libs/fontconfig ) fpx? ( >=media-libs/libfpx-1.3.0-r1 ) graphviz? ( media-gfx/graphviz ) heif? ( media-libs/libheif:= ) jbig? ( >=media-libs/jbigkit-2:= ) jpeg? ( virtual/jpeg:0 ) jpeg2k? ( >=media-libs/openjpeg-2.1.0:2 ) lcms? ( media-libs/lcms:2= ) lqr? ( media-libs/liblqr ) opencl? ( virtual/opencl ) openexr? ( media-libs/openexr:0= ) pango? ( x11-libs/pango ) perl? ( >=dev-lang/perl-5.8.8:0= ) png? ( media-libs/libpng:0= ) postscript? ( app-text/ghostscript-gpl ) raw? ( media-libs/libraw:= ) svg? ( gnome-base/librsvg ) tiff? ( media-libs/tiff:0= ) truetype? ( media-fonts/urw-fonts >=media-libs/freetype-2 ) webp? ( media-libs/libwebp:0= ) wmf? ( media-libs/libwmf ) X? ( x11-libs/libICE x11-libs/libSM x11-libs/libXext x11-libs/libXt ) xml? ( dev-libs/libxml2:= ) lzma? ( app-arch/xz-utils ) zlib? ( sys-libs/zlib:= ) +REQUIRED_USE=corefonts? ( truetype ) test? ( corefonts ) +RESTRICT=perl? ( userpriv ) +SLOT=0/6.9.10.50 +SRC_URI=mirror://imagemagick/ImageMagick-6.9.10-50.tar.xz +_eclasses_=desktop b1d22ac8bdd4679ab79c71aca235009d eapi7-ver 756b3f27d8e46131d5cf3c51bd876446 epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic 7ba73aee7fe4462b3a745e3645ab92ca libtool f143db5a74ccd9ca28c1234deffede96 ltprune 2729691420b6deeda2a90b1f1183fb55 multilib 1d91b03d42ab6308b5f4f6b598ed110e perl-functions f2e3420aed32cf1abe33b4129b842636 preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs 8c7f9d80beedd16f2e5a7f612c609529 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf +_md5_=a5aaef979695a86c97543d756a403e64 diff --git a/metadata/md5-cache/media-gfx/imagemagick-7.0.8.50 b/metadata/md5-cache/media-gfx/imagemagick-7.0.8.50 new file mode 100644 index 000000000000..66ac30b553da --- /dev/null +++ b/metadata/md5-cache/media-gfx/imagemagick-7.0.8.50 @@ -0,0 +1,14 @@ +DEFINED_PHASES=configure install postinst prepare test +DEPEND=dev-libs/libltdl:0 bzip2? ( app-arch/bzip2 ) corefonts? ( media-fonts/corefonts ) djvu? ( app-text/djvu ) fftw? ( sci-libs/fftw:3.0 ) fontconfig? ( media-libs/fontconfig ) fpx? ( >=media-libs/libfpx-1.3.0-r1 ) graphviz? ( media-gfx/graphviz ) heif? ( media-libs/libheif:= ) jbig? ( >=media-libs/jbigkit-2:= ) jpeg? ( virtual/jpeg:0 ) jpeg2k? ( >=media-libs/openjpeg-2.1.0:2 ) lcms? ( media-libs/lcms:2= ) lqr? ( media-libs/liblqr ) opencl? ( virtual/opencl ) openexr? ( media-libs/openexr:0= ) pango? ( x11-libs/pango ) perl? ( >=dev-lang/perl-5.8.8:0= ) png? ( media-libs/libpng:0= ) postscript? ( app-text/ghostscript-gpl ) raw? ( media-libs/libraw:= ) svg? ( gnome-base/librsvg ) tiff? ( media-libs/tiff:0= ) truetype? ( media-fonts/urw-fonts >=media-libs/freetype-2 ) webp? ( media-libs/libwebp:0= ) wmf? ( media-libs/libwmf ) X? ( x11-libs/libICE x11-libs/libSM x11-libs/libXext x11-libs/libXt ) xml? ( dev-libs/libxml2:= ) lzma? ( app-arch/xz-utils ) zlib? ( sys-libs/zlib:= ) !media-gfx/graphicsmagick[imagemagick] virtual/pkgconfig X? ( x11-base/xorg-proto ) >=app-portage/elt-patches-20170815 +DESCRIPTION=A collection of tools and libraries for many image formats +EAPI=6 +HOMEPAGE=https://www.imagemagick.org/ +IUSE=bzip2 corefonts cxx djvu fftw fontconfig fpx graphviz hdri heif jbig jpeg jpeg2k lcms lqr lzma opencl openexr openmp pango perl png postscript q32 q8 raw static-libs svg test tiff truetype webp wmf X xml zlib +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris +LICENSE=imagemagick +RDEPEND=dev-libs/libltdl:0 bzip2? ( app-arch/bzip2 ) corefonts? ( media-fonts/corefonts ) djvu? ( app-text/djvu ) fftw? ( sci-libs/fftw:3.0 ) fontconfig? ( media-libs/fontconfig ) fpx? ( >=media-libs/libfpx-1.3.0-r1 ) graphviz? ( media-gfx/graphviz ) heif? ( media-libs/libheif:= ) jbig? ( >=media-libs/jbigkit-2:= ) jpeg? ( virtual/jpeg:0 ) jpeg2k? ( >=media-libs/openjpeg-2.1.0:2 ) lcms? ( media-libs/lcms:2= ) lqr? ( media-libs/liblqr ) opencl? ( virtual/opencl ) openexr? ( media-libs/openexr:0= ) pango? ( x11-libs/pango ) perl? ( >=dev-lang/perl-5.8.8:0= ) png? ( media-libs/libpng:0= ) postscript? ( app-text/ghostscript-gpl ) raw? ( media-libs/libraw:= ) svg? ( gnome-base/librsvg ) tiff? ( media-libs/tiff:0= ) truetype? ( media-fonts/urw-fonts >=media-libs/freetype-2 ) webp? ( media-libs/libwebp:0= ) wmf? ( media-libs/libwmf ) X? ( x11-libs/libICE x11-libs/libSM x11-libs/libXext x11-libs/libXt ) xml? ( dev-libs/libxml2:= ) lzma? ( app-arch/xz-utils ) zlib? ( sys-libs/zlib:= ) +REQUIRED_USE=corefonts? ( truetype ) test? ( corefonts ) +SLOT=0/7.0.8.50 +SRC_URI=mirror://imagemagick/ImageMagick-7.0.8-50.tar.xz +_eclasses_=desktop b1d22ac8bdd4679ab79c71aca235009d eapi7-ver 756b3f27d8e46131d5cf3c51bd876446 epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic 7ba73aee7fe4462b3a745e3645ab92ca libtool f143db5a74ccd9ca28c1234deffede96 ltprune 2729691420b6deeda2a90b1f1183fb55 multilib 1d91b03d42ab6308b5f4f6b598ed110e perl-functions f2e3420aed32cf1abe33b4129b842636 preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs 8c7f9d80beedd16f2e5a7f612c609529 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf +_md5_=7b0b4caa091b933ba34a42cb66e213d1 diff --git a/metadata/md5-cache/media-gfx/phototonic-2.1 b/metadata/md5-cache/media-gfx/phototonic-2.1 index 4e5b5fc4a5d7..96cf465629d9 100644 --- a/metadata/md5-cache/media-gfx/phototonic-2.1 +++ b/metadata/md5-cache/media-gfx/phototonic-2.1 @@ -1,13 +1,13 @@ DEFINED_PHASES=configure install postinst postrm -DEPEND=dev-qt/qtwidgets:5 dev-qt/qtgui:5 dev-qt/qtcore:5 media-gfx/exiv2:= svg? ( dev-qt/qtsvg:5 ) tiff? ( dev-qt/qtimageformats:5 ) +DEPEND=dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 media-gfx/exiv2:= svg? ( dev-qt/qtsvg:5 ) tiff? ( dev-qt/qtimageformats:5 ) DESCRIPTION=Image viewer and organizer -EAPI=6 +EAPI=7 HOMEPAGE=https://github.com/oferkv/phototonic IUSE=svg tiff KEYWORDS=~amd64 ~x86 LICENSE=GPL-3+ -RDEPEND=dev-qt/qtwidgets:5 dev-qt/qtgui:5 dev-qt/qtcore:5 media-gfx/exiv2:= svg? ( dev-qt/qtsvg:5 ) tiff? ( dev-qt/qtimageformats:5 ) +RDEPEND=dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 media-gfx/exiv2:= svg? ( dev-qt/qtsvg:5 ) tiff? ( dev-qt/qtimageformats:5 ) SLOT=0 SRC_URI=https://github.com/oferkv/phototonic/archive/v2.1.tar.gz -> phototonic-2.1.tar.gz -_eclasses_=desktop b1d22ac8bdd4679ab79c71aca235009d epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 gnome2-utils 532371cfcba45b2ab0d2950547c97d95 ltprune 2729691420b6deeda2a90b1f1183fb55 multilib 1d91b03d42ab6308b5f4f6b598ed110e preserve-libs ef207dc62baddfddfd39a164d9797648 qmake-utils bdf97e69a34b864d6d545f4ec3143ff7 toolchain-funcs 8c7f9d80beedd16f2e5a7f612c609529 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf xdg-utils 14d00d009167652b1fa363e55effe213 -_md5_=b46fc07254b6dd04c88f4c8d25a39197 +_eclasses_=estack 43ddf5aaffa7a8d0482df54d25a66a1f multilib 1d91b03d42ab6308b5f4f6b598ed110e qmake-utils bdf97e69a34b864d6d545f4ec3143ff7 toolchain-funcs 8c7f9d80beedd16f2e5a7f612c609529 xdg-utils 14d00d009167652b1fa363e55effe213 +_md5_=73bd864e46eb063a5823745e49c6949a diff --git a/metadata/md5-cache/media-libs/Manifest.gz b/metadata/md5-cache/media-libs/Manifest.gz index bc9f37ce6eeb..5947eb79f783 100644 Binary files a/metadata/md5-cache/media-libs/Manifest.gz and b/metadata/md5-cache/media-libs/Manifest.gz differ diff --git a/metadata/md5-cache/media-libs/giflib-5.2.1 b/metadata/md5-cache/media-libs/giflib-5.2.1 new file mode 100644 index 000000000000..43149158636c --- /dev/null +++ b/metadata/md5-cache/media-libs/giflib-5.2.1 @@ -0,0 +1,12 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=doc? ( app-text/xmlto ) +DESCRIPTION=Library to handle, display and manipulate GIF images +EAPI=7 +HOMEPAGE=https://sourceforge.net/projects/giflib/ +IUSE=doc static-libs abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_riscv_lp64d abi_riscv_lp64 abi_s390_32 abi_s390_64 +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris +LICENSE=MIT +SLOT=0/7 +SRC_URI=mirror://sourceforge/giflib/giflib-5.2.1.tar.gz +_eclasses_=multibuild 40fe59465edacd730c644ec2bc197809 multilib 1d91b03d42ab6308b5f4f6b598ed110e multilib-build 0d0c25170069d06d0eb233154229af97 multilib-minimal 8bddda43703ba94d8341f4e247f97566 toolchain-funcs 8c7f9d80beedd16f2e5a7f612c609529 +_md5_=dc0cc8a49eed1c5c508f9af0de070d38 diff --git a/metadata/md5-cache/media-libs/liblo-0.30 b/metadata/md5-cache/media-libs/liblo-0.30 index 267657b749f3..798e45b304b5 100644 --- a/metadata/md5-cache/media-libs/liblo-0.30 +++ b/metadata/md5-cache/media-libs/liblo-0.30 @@ -4,10 +4,10 @@ DESCRIPTION=Lightweight OSC (Open Sound Control) implementation EAPI=7 HOMEPAGE=https://sourceforge.net/projects/liblo/ IUSE=doc ipv6 static-libs -KEYWORDS=~amd64 ~ppc ~ppc64 ~x86 ~ppc-macos +KEYWORDS=amd64 ~ppc ~ppc64 ~x86 ~ppc-macos LICENSE=LGPL-2.1 RESTRICT=test SLOT=0 SRC_URI=mirror://sourceforge/liblo/liblo-0.30.tar.gz _eclasses_=autotools 1bf086cdd7356f5c9a4acd9727bd2065 libtool f143db5a74ccd9ca28c1234deffede96 multilib 1d91b03d42ab6308b5f4f6b598ed110e toolchain-funcs 8c7f9d80beedd16f2e5a7f612c609529 -_md5_=1dcb54767050f1f6bec143159749c4f1 +_md5_=91cd0cc9898b2d83f7acd99ec4373532 diff --git a/metadata/md5-cache/media-libs/mesa-19.0.7 b/metadata/md5-cache/media-libs/mesa-19.0.7 new file mode 100644 index 000000000000..27d5e91b8625 --- /dev/null +++ b/metadata/md5-cache/media-libs/mesa-19.0.7 @@ -0,0 +1,15 @@ +DEFINED_PHASES=compile configure install postinst pretend setup test +DEPEND=!app-eselect/eselect-mesa >=dev-libs/expat-2.1.0-r3:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_riscv_lp64d(-)?,abi_riscv_lp64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=sys-libs/zlib-1.2.8[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_riscv_lp64d(-)?,abi_riscv_lp64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=x11-libs/libX11-1.6.2:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_riscv_lp64d(-)?,abi_riscv_lp64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=x11-libs/libxshmfence-1.1:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_riscv_lp64d(-)?,abi_riscv_lp64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=x11-libs/libXdamage-1.1.4-r1:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_riscv_lp64d(-)?,abi_riscv_lp64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=x11-libs/libXext-1.3.2:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_riscv_lp64d(-)?,abi_riscv_lp64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=x11-libs/libXxf86vm-1.1.3:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_riscv_lp64d(-)?,abi_riscv_lp64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=x11-libs/libxcb-1.13:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_riscv_lp64d(-)?,abi_riscv_lp64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] x11-libs/libXfixes:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_riscv_lp64d(-)?,abi_riscv_lp64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] libglvnd? ( media-libs/libglvnd[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_riscv_lp64d(-)?,abi_riscv_lp64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] !app-eselect/eselect-opengl ) !libglvnd? ( >=app-eselect/eselect-opengl-1.3.0 ) gallium? ( unwind? ( sys-libs/libunwind[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_riscv_lp64d(-)?,abi_riscv_lp64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) llvm? ( video_cards_radeonsi? ( virtual/libelf:0=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_riscv_lp64d(-)?,abi_riscv_lp64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) video_cards_r600? ( virtual/libelf:0=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_riscv_lp64d(-)?,abi_riscv_lp64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) video_cards_radeon? ( virtual/libelf:0=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_riscv_lp64d(-)?,abi_riscv_lp64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) ) lm_sensors? ( sys-apps/lm_sensors:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_riscv_lp64d(-)?,abi_riscv_lp64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) opencl? ( dev-libs/ocl-icd[khronos-headers,abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_riscv_lp64d(-)?,abi_riscv_lp64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] dev-libs/libclc virtual/libelf:0=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_riscv_lp64d(-)?,abi_riscv_lp64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) vaapi? ( >=x11-libs/libva-1.7.3:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_riscv_lp64d(-)?,abi_riscv_lp64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] video_cards_nouveau? ( !<=x11-libs/libva-vdpau-driver-0.7.4-r3 ) ) vdpau? ( >=x11-libs/libvdpau-1.1:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_riscv_lp64d(-)?,abi_riscv_lp64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) xvmc? ( >=x11-libs/libXvMC-1.0.8:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_riscv_lp64d(-)?,abi_riscv_lp64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) ) wayland? ( >=dev-libs/wayland-1.15.0:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_riscv_lp64d(-)?,abi_riscv_lp64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=dev-libs/wayland-protocols-1.8 ) >=x11-libs/libdrm-2.4.97[video_cards_freedreno?,video_cards_nouveau?,video_cards_vc4?,video_cards_vivante?,video_cards_vmware?,abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_riscv_lp64d(-)?,abi_riscv_lp64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] video_cards_intel? ( !video_cards_i965? ( >=x11-libs/libdrm-2.4.97[video_cards_intel] ) ) video_cards_i915? ( >=x11-libs/libdrm-2.4.97[video_cards_intel] ) video_cards_r100? ( >=x11-libs/libdrm-2.4.97[video_cards_radeon] ) video_cards_r200? ( >=x11-libs/libdrm-2.4.97[video_cards_radeon] ) video_cards_r300? ( >=x11-libs/libdrm-2.4.97[video_cards_radeon] ) video_cards_r600? ( >=x11-libs/libdrm-2.4.97[video_cards_radeon] ) video_cards_radeon? ( >=x11-libs/libdrm-2.4.97[video_cards_radeon] ) video_cards_radeonsi? ( >=x11-libs/libdrm-2.4.97[video_cards_radeon] ) video_cards_radeonsi? ( >=x11-libs/libdrm-2.4.97[video_cards_amdgpu] ) llvm? ( opencl? ( video_cards_r600? ( || ( sys-devel/clang:8[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_riscv_lp64d(-)?,abi_riscv_lp64(-)?,abi_s390_32(-)?,abi_s390_64(-)?,llvm_targets_AMDGPU(-)] sys-devel/clang:7[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_riscv_lp64d(-)?,abi_riscv_lp64(-)?,abi_s390_32(-)?,abi_s390_64(-)?,llvm_targets_AMDGPU(-)] ) =sys-devel/gcc-4.6 ) sys-devel/bison sys-devel/flex sys-devel/gettext virtual/pkgconfig valgrind? ( dev-util/valgrind ) x11-base/xorg-proto x11-libs/libXrandr[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_riscv_lp64d(-)?,abi_riscv_lp64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] || ( ( dev-lang/python:3.7 >=dev-python/mako-0.8.0[python_targets_python3_7(-),python_single_target_python3_7(+)] ) ( dev-lang/python:3.6 >=dev-python/mako-0.8.0[python_targets_python3_6(-),python_single_target_python3_6(+)] ) ( dev-lang/python:3.5 >=dev-python/mako-0.8.0[python_targets_python3_5(-),python_single_target_python3_5(+)] ) ) >=dev-util/meson-0.48.2 >=dev-util/ninja-1.7.2 +DESCRIPTION=OpenGL-like graphic library for Linux +EAPI=6 +HOMEPAGE=https://www.mesa3d.org/ https://mesa.freedesktop.org/ +IUSE=video_cards_r100 video_cards_r200 video_cards_r300 video_cards_r600 video_cards_radeon video_cards_radeonsi video_cards_freedreno video_cards_i915 video_cards_i965 video_cards_imx video_cards_intel video_cards_nouveau video_cards_vc4 video_cards_virgl video_cards_vivante video_cards_vmware +classic d3d9 debug +dri3 +egl +gallium +gbm gles1 +gles2 +libglvnd +llvm lm_sensors opencl osmesa pax_kernel pic selinux test unwind vaapi valgrind vdpau vulkan wayland xa xvmc abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_riscv_lp64d abi_riscv_lp64 abi_s390_32 abi_s390_64 +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris +LICENSE=MIT +RDEPEND=!app-eselect/eselect-mesa >=dev-libs/expat-2.1.0-r3:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_riscv_lp64d(-)?,abi_riscv_lp64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=sys-libs/zlib-1.2.8[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_riscv_lp64d(-)?,abi_riscv_lp64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=x11-libs/libX11-1.6.2:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_riscv_lp64d(-)?,abi_riscv_lp64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=x11-libs/libxshmfence-1.1:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_riscv_lp64d(-)?,abi_riscv_lp64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=x11-libs/libXdamage-1.1.4-r1:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_riscv_lp64d(-)?,abi_riscv_lp64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=x11-libs/libXext-1.3.2:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_riscv_lp64d(-)?,abi_riscv_lp64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=x11-libs/libXxf86vm-1.1.3:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_riscv_lp64d(-)?,abi_riscv_lp64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=x11-libs/libxcb-1.13:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_riscv_lp64d(-)?,abi_riscv_lp64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] x11-libs/libXfixes:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_riscv_lp64d(-)?,abi_riscv_lp64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] libglvnd? ( media-libs/libglvnd[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_riscv_lp64d(-)?,abi_riscv_lp64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] !app-eselect/eselect-opengl ) !libglvnd? ( >=app-eselect/eselect-opengl-1.3.0 ) gallium? ( unwind? ( sys-libs/libunwind[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_riscv_lp64d(-)?,abi_riscv_lp64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) llvm? ( video_cards_radeonsi? ( virtual/libelf:0=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_riscv_lp64d(-)?,abi_riscv_lp64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) video_cards_r600? ( virtual/libelf:0=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_riscv_lp64d(-)?,abi_riscv_lp64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) video_cards_radeon? ( virtual/libelf:0=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_riscv_lp64d(-)?,abi_riscv_lp64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) ) lm_sensors? ( sys-apps/lm_sensors:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_riscv_lp64d(-)?,abi_riscv_lp64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) opencl? ( dev-libs/ocl-icd[khronos-headers,abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_riscv_lp64d(-)?,abi_riscv_lp64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] dev-libs/libclc virtual/libelf:0=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_riscv_lp64d(-)?,abi_riscv_lp64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) vaapi? ( >=x11-libs/libva-1.7.3:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_riscv_lp64d(-)?,abi_riscv_lp64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] video_cards_nouveau? ( !<=x11-libs/libva-vdpau-driver-0.7.4-r3 ) ) vdpau? ( >=x11-libs/libvdpau-1.1:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_riscv_lp64d(-)?,abi_riscv_lp64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) xvmc? ( >=x11-libs/libXvMC-1.0.8:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_riscv_lp64d(-)?,abi_riscv_lp64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) ) wayland? ( >=dev-libs/wayland-1.15.0:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_riscv_lp64d(-)?,abi_riscv_lp64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=dev-libs/wayland-protocols-1.8 ) >=x11-libs/libdrm-2.4.97[video_cards_freedreno?,video_cards_nouveau?,video_cards_vc4?,video_cards_vivante?,video_cards_vmware?,abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_riscv_lp64d(-)?,abi_riscv_lp64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] video_cards_intel? ( !video_cards_i965? ( >=x11-libs/libdrm-2.4.97[video_cards_intel] ) ) video_cards_i915? ( >=x11-libs/libdrm-2.4.97[video_cards_intel] ) video_cards_r100? ( >=x11-libs/libdrm-2.4.97[video_cards_radeon] ) video_cards_r200? ( >=x11-libs/libdrm-2.4.97[video_cards_radeon] ) video_cards_r300? ( >=x11-libs/libdrm-2.4.97[video_cards_radeon] ) video_cards_r600? ( >=x11-libs/libdrm-2.4.97[video_cards_radeon] ) video_cards_radeon? ( >=x11-libs/libdrm-2.4.97[video_cards_radeon] ) video_cards_radeonsi? ( >=x11-libs/libdrm-2.4.97[video_cards_radeon] ) video_cards_radeonsi? ( >=x11-libs/libdrm-2.4.97[video_cards_amdgpu] ) llvm? ( opencl? ( video_cards_r600? ( || ( sys-devel/clang:8[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_riscv_lp64d(-)?,abi_riscv_lp64(-)?,abi_s390_32(-)?,abi_s390_64(-)?,llvm_targets_AMDGPU(-)] sys-devel/clang:7[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_riscv_lp64d(-)?,abi_riscv_lp64(-)?,abi_s390_32(-)?,abi_s390_64(-)?,llvm_targets_AMDGPU(-)] ) =sys-devel/gcc-4.6 ) sys-devel/bison sys-devel/flex sys-devel/gettext virtual/pkgconfig || ( ( dev-lang/python:3.7 >=dev-python/mako-0.8.0[python_targets_python3_7(-),python_single_target_python3_7(+)] ) ( dev-lang/python:3.6 >=dev-python/mako-0.8.0[python_targets_python3_6(-),python_single_target_python3_6(+)] ) ( dev-lang/python:3.5 >=dev-python/mako-0.8.0[python_targets_python3_5(-),python_single_target_python3_5(+)] ) ) >=dev-util/meson-0.48.2 >=dev-util/ninja-1.7.2 +DEFINED_PHASES=compile configure install postinst pretend setup test +DEPEND=!app-eselect/eselect-mesa >=dev-libs/expat-2.1.0-r3:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_riscv_lp64d(-)?,abi_riscv_lp64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=sys-libs/zlib-1.2.8[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_riscv_lp64d(-)?,abi_riscv_lp64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=x11-libs/libX11-1.6.2:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_riscv_lp64d(-)?,abi_riscv_lp64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=x11-libs/libxshmfence-1.1:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_riscv_lp64d(-)?,abi_riscv_lp64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=x11-libs/libXdamage-1.1.4-r1:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_riscv_lp64d(-)?,abi_riscv_lp64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=x11-libs/libXext-1.3.2:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_riscv_lp64d(-)?,abi_riscv_lp64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=x11-libs/libXxf86vm-1.1.3:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_riscv_lp64d(-)?,abi_riscv_lp64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=x11-libs/libxcb-1.13:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_riscv_lp64d(-)?,abi_riscv_lp64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] x11-libs/libXfixes:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_riscv_lp64d(-)?,abi_riscv_lp64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] libglvnd? ( media-libs/libglvnd[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_riscv_lp64d(-)?,abi_riscv_lp64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] !app-eselect/eselect-opengl ) !libglvnd? ( >=app-eselect/eselect-opengl-1.3.0 ) gallium? ( unwind? ( sys-libs/libunwind[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_riscv_lp64d(-)?,abi_riscv_lp64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) llvm? ( video_cards_radeonsi? ( virtual/libelf:0=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_riscv_lp64d(-)?,abi_riscv_lp64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) video_cards_r600? ( virtual/libelf:0=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_riscv_lp64d(-)?,abi_riscv_lp64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) video_cards_radeon? ( virtual/libelf:0=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_riscv_lp64d(-)?,abi_riscv_lp64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) ) lm_sensors? ( sys-apps/lm_sensors:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_riscv_lp64d(-)?,abi_riscv_lp64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) opencl? ( dev-libs/ocl-icd[khronos-headers,abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_riscv_lp64d(-)?,abi_riscv_lp64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] dev-libs/libclc virtual/libelf:0=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_riscv_lp64d(-)?,abi_riscv_lp64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) vaapi? ( >=x11-libs/libva-1.7.3:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_riscv_lp64d(-)?,abi_riscv_lp64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] video_cards_nouveau? ( !<=x11-libs/libva-vdpau-driver-0.7.4-r3 ) ) vdpau? ( >=x11-libs/libvdpau-1.1:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_riscv_lp64d(-)?,abi_riscv_lp64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) xvmc? ( >=x11-libs/libXvMC-1.0.8:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_riscv_lp64d(-)?,abi_riscv_lp64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) ) wayland? ( >=dev-libs/wayland-1.15.0:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_riscv_lp64d(-)?,abi_riscv_lp64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=dev-libs/wayland-protocols-1.8 ) >=x11-libs/libdrm-2.4.97[video_cards_freedreno?,video_cards_nouveau?,video_cards_vc4?,video_cards_vivante?,video_cards_vmware?,abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_riscv_lp64d(-)?,abi_riscv_lp64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] video_cards_intel? ( !video_cards_i965? ( >=x11-libs/libdrm-2.4.97[video_cards_intel] ) ) video_cards_i915? ( >=x11-libs/libdrm-2.4.97[video_cards_intel] ) vulkan-overlay? ( dev-util/glslang:0=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_riscv_lp64d(-)?,abi_riscv_lp64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) video_cards_r100? ( >=x11-libs/libdrm-2.4.97[video_cards_radeon] ) video_cards_r200? ( >=x11-libs/libdrm-2.4.97[video_cards_radeon] ) video_cards_r300? ( >=x11-libs/libdrm-2.4.97[video_cards_radeon] ) video_cards_r600? ( >=x11-libs/libdrm-2.4.97[video_cards_radeon] ) video_cards_radeon? ( >=x11-libs/libdrm-2.4.97[video_cards_radeon] ) video_cards_radeonsi? ( >=x11-libs/libdrm-2.4.97[video_cards_radeon] ) video_cards_radeonsi? ( >=x11-libs/libdrm-2.4.97[video_cards_amdgpu] ) llvm? ( opencl? ( video_cards_r600? ( || ( sys-devel/clang:9[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_riscv_lp64d(-)?,abi_riscv_lp64(-)?,abi_s390_32(-)?,abi_s390_64(-)?,llvm_targets_AMDGPU(-)] sys-devel/clang:8[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_riscv_lp64d(-)?,abi_riscv_lp64(-)?,abi_s390_32(-)?,abi_s390_64(-)?,llvm_targets_AMDGPU(-)] sys-devel/clang:7[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_riscv_lp64d(-)?,abi_riscv_lp64(-)?,abi_s390_32(-)?,abi_s390_64(-)?,llvm_targets_AMDGPU(-)] ) sys-devel/clang:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_riscv_lp64d(-)?,abi_riscv_lp64(-)?,abi_s390_32(-)?,abi_s390_64(-)?,llvm_targets_AMDGPU(-)] ) !video_cards_r600? ( video_cards_radeonsi? ( || ( sys-devel/clang:9[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_riscv_lp64d(-)?,abi_riscv_lp64(-)?,abi_s390_32(-)?,abi_s390_64(-)?,llvm_targets_AMDGPU(-)] sys-devel/clang:8[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_riscv_lp64d(-)?,abi_riscv_lp64(-)?,abi_s390_32(-)?,abi_s390_64(-)?,llvm_targets_AMDGPU(-)] sys-devel/clang:7[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_riscv_lp64d(-)?,abi_riscv_lp64(-)?,abi_s390_32(-)?,abi_s390_64(-)?,llvm_targets_AMDGPU(-)] ) sys-devel/clang:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_riscv_lp64d(-)?,abi_riscv_lp64(-)?,abi_s390_32(-)?,abi_s390_64(-)?,llvm_targets_AMDGPU(-)] ) ) !video_cards_r600? ( !video_cards_radeonsi? ( video_cards_radeon? ( || ( sys-devel/clang:9[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_riscv_lp64d(-)?,abi_riscv_lp64(-)?,abi_s390_32(-)?,abi_s390_64(-)?,llvm_targets_AMDGPU(-)] sys-devel/clang:8[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_riscv_lp64d(-)?,abi_riscv_lp64(-)?,abi_s390_32(-)?,abi_s390_64(-)?,llvm_targets_AMDGPU(-)] sys-devel/clang:7[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_riscv_lp64d(-)?,abi_riscv_lp64(-)?,abi_s390_32(-)?,abi_s390_64(-)?,llvm_targets_AMDGPU(-)] ) sys-devel/clang:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_riscv_lp64d(-)?,abi_riscv_lp64(-)?,abi_s390_32(-)?,abi_s390_64(-)?,llvm_targets_AMDGPU(-)] ) ) ) !video_cards_r600? ( !video_cards_radeon? ( !video_cards_radeonsi? ( || ( sys-devel/clang:9[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_riscv_lp64d(-)?,abi_riscv_lp64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] sys-devel/clang:8[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_riscv_lp64d(-)?,abi_riscv_lp64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] sys-devel/clang:7[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_riscv_lp64d(-)?,abi_riscv_lp64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) sys-devel/clang:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_riscv_lp64d(-)?,abi_riscv_lp64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) ) ) ) !opencl? ( video_cards_r600? ( || ( sys-devel/llvm:9[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_riscv_lp64d(-)?,abi_riscv_lp64(-)?,abi_s390_32(-)?,abi_s390_64(-)?,llvm_targets_AMDGPU(-)] sys-devel/llvm:8[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_riscv_lp64d(-)?,abi_riscv_lp64(-)?,abi_s390_32(-)?,abi_s390_64(-)?,llvm_targets_AMDGPU(-)] sys-devel/llvm:7[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_riscv_lp64d(-)?,abi_riscv_lp64(-)?,abi_s390_32(-)?,abi_s390_64(-)?,llvm_targets_AMDGPU(-)] ) sys-devel/llvm:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_riscv_lp64d(-)?,abi_riscv_lp64(-)?,abi_s390_32(-)?,abi_s390_64(-)?,llvm_targets_AMDGPU(-)] ) !video_cards_r600? ( video_cards_radeonsi? ( || ( sys-devel/llvm:9[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_riscv_lp64d(-)?,abi_riscv_lp64(-)?,abi_s390_32(-)?,abi_s390_64(-)?,llvm_targets_AMDGPU(-)] sys-devel/llvm:8[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_riscv_lp64d(-)?,abi_riscv_lp64(-)?,abi_s390_32(-)?,abi_s390_64(-)?,llvm_targets_AMDGPU(-)] sys-devel/llvm:7[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_riscv_lp64d(-)?,abi_riscv_lp64(-)?,abi_s390_32(-)?,abi_s390_64(-)?,llvm_targets_AMDGPU(-)] ) sys-devel/llvm:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_riscv_lp64d(-)?,abi_riscv_lp64(-)?,abi_s390_32(-)?,abi_s390_64(-)?,llvm_targets_AMDGPU(-)] ) ) !video_cards_r600? ( !video_cards_radeonsi? ( video_cards_radeon? ( || ( sys-devel/llvm:9[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_riscv_lp64d(-)?,abi_riscv_lp64(-)?,abi_s390_32(-)?,abi_s390_64(-)?,llvm_targets_AMDGPU(-)] sys-devel/llvm:8[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_riscv_lp64d(-)?,abi_riscv_lp64(-)?,abi_s390_32(-)?,abi_s390_64(-)?,llvm_targets_AMDGPU(-)] sys-devel/llvm:7[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_riscv_lp64d(-)?,abi_riscv_lp64(-)?,abi_s390_32(-)?,abi_s390_64(-)?,llvm_targets_AMDGPU(-)] ) sys-devel/llvm:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_riscv_lp64d(-)?,abi_riscv_lp64(-)?,abi_s390_32(-)?,abi_s390_64(-)?,llvm_targets_AMDGPU(-)] ) ) ) !video_cards_r600? ( !video_cards_radeon? ( !video_cards_radeonsi? ( || ( sys-devel/llvm:9[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_riscv_lp64d(-)?,abi_riscv_lp64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] sys-devel/llvm:8[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_riscv_lp64d(-)?,abi_riscv_lp64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] sys-devel/llvm:7[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_riscv_lp64d(-)?,abi_riscv_lp64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) sys-devel/llvm:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_riscv_lp64d(-)?,abi_riscv_lp64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) ) ) ) ) valgrind? ( dev-util/valgrind ) x11-libs/libXrandr[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_riscv_lp64d(-)?,abi_riscv_lp64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] x11-base/xorg-proto +DESCRIPTION=OpenGL-like graphic library for Linux +EAPI=7 +HOMEPAGE=https://www.mesa3d.org/ https://mesa.freedesktop.org/ +IUSE=video_cards_r100 video_cards_r200 video_cards_r300 video_cards_r600 video_cards_radeon video_cards_radeonsi video_cards_freedreno video_cards_i915 video_cards_i965 video_cards_intel video_cards_iris video_cards_nouveau video_cards_vc4 video_cards_virgl video_cards_vivante video_cards_vmware +classic d3d9 debug +dri3 +egl +gallium +gbm gles1 +gles2 +libglvnd +llvm lm_sensors opencl osmesa pax_kernel pic selinux test unwind vaapi valgrind vdpau vulkan vulkan-overlay wayland xa xvmc abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_riscv_lp64d abi_riscv_lp64 abi_s390_32 abi_s390_64 +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris +LICENSE=MIT +RDEPEND=!app-eselect/eselect-mesa >=dev-libs/expat-2.1.0-r3:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_riscv_lp64d(-)?,abi_riscv_lp64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=sys-libs/zlib-1.2.8[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_riscv_lp64d(-)?,abi_riscv_lp64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=x11-libs/libX11-1.6.2:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_riscv_lp64d(-)?,abi_riscv_lp64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=x11-libs/libxshmfence-1.1:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_riscv_lp64d(-)?,abi_riscv_lp64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=x11-libs/libXdamage-1.1.4-r1:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_riscv_lp64d(-)?,abi_riscv_lp64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=x11-libs/libXext-1.3.2:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_riscv_lp64d(-)?,abi_riscv_lp64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=x11-libs/libXxf86vm-1.1.3:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_riscv_lp64d(-)?,abi_riscv_lp64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=x11-libs/libxcb-1.13:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_riscv_lp64d(-)?,abi_riscv_lp64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] x11-libs/libXfixes:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_riscv_lp64d(-)?,abi_riscv_lp64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] libglvnd? ( media-libs/libglvnd[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_riscv_lp64d(-)?,abi_riscv_lp64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] !app-eselect/eselect-opengl ) !libglvnd? ( >=app-eselect/eselect-opengl-1.3.0 ) gallium? ( unwind? ( sys-libs/libunwind[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_riscv_lp64d(-)?,abi_riscv_lp64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) llvm? ( video_cards_radeonsi? ( virtual/libelf:0=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_riscv_lp64d(-)?,abi_riscv_lp64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) video_cards_r600? ( virtual/libelf:0=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_riscv_lp64d(-)?,abi_riscv_lp64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) video_cards_radeon? ( virtual/libelf:0=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_riscv_lp64d(-)?,abi_riscv_lp64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) ) lm_sensors? ( sys-apps/lm_sensors:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_riscv_lp64d(-)?,abi_riscv_lp64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) opencl? ( dev-libs/ocl-icd[khronos-headers,abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_riscv_lp64d(-)?,abi_riscv_lp64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] dev-libs/libclc virtual/libelf:0=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_riscv_lp64d(-)?,abi_riscv_lp64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) vaapi? ( >=x11-libs/libva-1.7.3:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_riscv_lp64d(-)?,abi_riscv_lp64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] video_cards_nouveau? ( !<=x11-libs/libva-vdpau-driver-0.7.4-r3 ) ) vdpau? ( >=x11-libs/libvdpau-1.1:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_riscv_lp64d(-)?,abi_riscv_lp64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) xvmc? ( >=x11-libs/libXvMC-1.0.8:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_riscv_lp64d(-)?,abi_riscv_lp64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) ) wayland? ( >=dev-libs/wayland-1.15.0:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_riscv_lp64d(-)?,abi_riscv_lp64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=dev-libs/wayland-protocols-1.8 ) >=x11-libs/libdrm-2.4.97[video_cards_freedreno?,video_cards_nouveau?,video_cards_vc4?,video_cards_vivante?,video_cards_vmware?,abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_riscv_lp64d(-)?,abi_riscv_lp64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] video_cards_intel? ( !video_cards_i965? ( >=x11-libs/libdrm-2.4.97[video_cards_intel] ) ) video_cards_i915? ( >=x11-libs/libdrm-2.4.97[video_cards_intel] ) vulkan-overlay? ( dev-util/glslang:0=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_riscv_lp64d(-)?,abi_riscv_lp64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) video_cards_r100? ( >=x11-libs/libdrm-2.4.97[video_cards_radeon] ) video_cards_r200? ( >=x11-libs/libdrm-2.4.97[video_cards_radeon] ) video_cards_r300? ( >=x11-libs/libdrm-2.4.97[video_cards_radeon] ) video_cards_r600? ( >=x11-libs/libdrm-2.4.97[video_cards_radeon] ) video_cards_radeon? ( >=x11-libs/libdrm-2.4.97[video_cards_radeon] ) video_cards_radeonsi? ( >=x11-libs/libdrm-2.4.97[video_cards_radeon] ) video_cards_radeonsi? ( >=x11-libs/libdrm-2.4.97[video_cards_amdgpu] ) llvm? ( opencl? ( video_cards_r600? ( || ( sys-devel/clang:9[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_riscv_lp64d(-)?,abi_riscv_lp64(-)?,abi_s390_32(-)?,abi_s390_64(-)?,llvm_targets_AMDGPU(-)] sys-devel/clang:8[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_riscv_lp64d(-)?,abi_riscv_lp64(-)?,abi_s390_32(-)?,abi_s390_64(-)?,llvm_targets_AMDGPU(-)] sys-devel/clang:7[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_riscv_lp64d(-)?,abi_riscv_lp64(-)?,abi_s390_32(-)?,abi_s390_64(-)?,llvm_targets_AMDGPU(-)] ) sys-devel/clang:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_riscv_lp64d(-)?,abi_riscv_lp64(-)?,abi_s390_32(-)?,abi_s390_64(-)?,llvm_targets_AMDGPU(-)] ) !video_cards_r600? ( video_cards_radeonsi? ( || ( sys-devel/clang:9[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_riscv_lp64d(-)?,abi_riscv_lp64(-)?,abi_s390_32(-)?,abi_s390_64(-)?,llvm_targets_AMDGPU(-)] sys-devel/clang:8[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_riscv_lp64d(-)?,abi_riscv_lp64(-)?,abi_s390_32(-)?,abi_s390_64(-)?,llvm_targets_AMDGPU(-)] sys-devel/clang:7[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_riscv_lp64d(-)?,abi_riscv_lp64(-)?,abi_s390_32(-)?,abi_s390_64(-)?,llvm_targets_AMDGPU(-)] ) sys-devel/clang:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_riscv_lp64d(-)?,abi_riscv_lp64(-)?,abi_s390_32(-)?,abi_s390_64(-)?,llvm_targets_AMDGPU(-)] ) ) !video_cards_r600? ( !video_cards_radeonsi? ( video_cards_radeon? ( || ( sys-devel/clang:9[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_riscv_lp64d(-)?,abi_riscv_lp64(-)?,abi_s390_32(-)?,abi_s390_64(-)?,llvm_targets_AMDGPU(-)] sys-devel/clang:8[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_riscv_lp64d(-)?,abi_riscv_lp64(-)?,abi_s390_32(-)?,abi_s390_64(-)?,llvm_targets_AMDGPU(-)] sys-devel/clang:7[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_riscv_lp64d(-)?,abi_riscv_lp64(-)?,abi_s390_32(-)?,abi_s390_64(-)?,llvm_targets_AMDGPU(-)] ) sys-devel/clang:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_riscv_lp64d(-)?,abi_riscv_lp64(-)?,abi_s390_32(-)?,abi_s390_64(-)?,llvm_targets_AMDGPU(-)] ) ) ) !video_cards_r600? ( !video_cards_radeon? ( !video_cards_radeonsi? ( || ( sys-devel/clang:9[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_riscv_lp64d(-)?,abi_riscv_lp64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] sys-devel/clang:8[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_riscv_lp64d(-)?,abi_riscv_lp64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] sys-devel/clang:7[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_riscv_lp64d(-)?,abi_riscv_lp64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) sys-devel/clang:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_riscv_lp64d(-)?,abi_riscv_lp64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) ) ) ) !opencl? ( video_cards_r600? ( || ( sys-devel/llvm:9[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_riscv_lp64d(-)?,abi_riscv_lp64(-)?,abi_s390_32(-)?,abi_s390_64(-)?,llvm_targets_AMDGPU(-)] sys-devel/llvm:8[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_riscv_lp64d(-)?,abi_riscv_lp64(-)?,abi_s390_32(-)?,abi_s390_64(-)?,llvm_targets_AMDGPU(-)] sys-devel/llvm:7[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_riscv_lp64d(-)?,abi_riscv_lp64(-)?,abi_s390_32(-)?,abi_s390_64(-)?,llvm_targets_AMDGPU(-)] ) sys-devel/llvm:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_riscv_lp64d(-)?,abi_riscv_lp64(-)?,abi_s390_32(-)?,abi_s390_64(-)?,llvm_targets_AMDGPU(-)] ) !video_cards_r600? ( video_cards_radeonsi? ( || ( sys-devel/llvm:9[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_riscv_lp64d(-)?,abi_riscv_lp64(-)?,abi_s390_32(-)?,abi_s390_64(-)?,llvm_targets_AMDGPU(-)] sys-devel/llvm:8[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_riscv_lp64d(-)?,abi_riscv_lp64(-)?,abi_s390_32(-)?,abi_s390_64(-)?,llvm_targets_AMDGPU(-)] sys-devel/llvm:7[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_riscv_lp64d(-)?,abi_riscv_lp64(-)?,abi_s390_32(-)?,abi_s390_64(-)?,llvm_targets_AMDGPU(-)] ) sys-devel/llvm:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_riscv_lp64d(-)?,abi_riscv_lp64(-)?,abi_s390_32(-)?,abi_s390_64(-)?,llvm_targets_AMDGPU(-)] ) ) !video_cards_r600? ( !video_cards_radeonsi? ( video_cards_radeon? ( || ( sys-devel/llvm:9[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_riscv_lp64d(-)?,abi_riscv_lp64(-)?,abi_s390_32(-)?,abi_s390_64(-)?,llvm_targets_AMDGPU(-)] sys-devel/llvm:8[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_riscv_lp64d(-)?,abi_riscv_lp64(-)?,abi_s390_32(-)?,abi_s390_64(-)?,llvm_targets_AMDGPU(-)] sys-devel/llvm:7[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_riscv_lp64d(-)?,abi_riscv_lp64(-)?,abi_s390_32(-)?,abi_s390_64(-)?,llvm_targets_AMDGPU(-)] ) sys-devel/llvm:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_riscv_lp64d(-)?,abi_riscv_lp64(-)?,abi_s390_32(-)?,abi_s390_64(-)?,llvm_targets_AMDGPU(-)] ) ) ) !video_cards_r600? ( !video_cards_radeon? ( !video_cards_radeonsi? ( || ( sys-devel/llvm:9[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_riscv_lp64d(-)?,abi_riscv_lp64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] sys-devel/llvm:8[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_riscv_lp64d(-)?,abi_riscv_lp64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] sys-devel/llvm:7[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_riscv_lp64d(-)?,abi_riscv_lp64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) sys-devel/llvm:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_riscv_lp64d(-)?,abi_riscv_lp64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) ) ) ) ) +REQUIRED_USE=d3d9? ( dri3 || ( video_cards_iris video_cards_r300 video_cards_r600 video_cards_radeonsi video_cards_nouveau video_cards_vmware ) ) gles1? ( egl ) gles2? ( egl ) vulkan? ( dri3 || ( video_cards_i965 video_cards_iris video_cards_radeonsi ) video_cards_radeonsi? ( llvm ) ) vulkan-overlay? ( vulkan ) wayland? ( egl gbm ) video_cards_freedreno? ( gallium ) video_cards_intel? ( classic ) video_cards_i915? ( || ( classic gallium ) ) video_cards_i965? ( classic ) video_cards_iris? ( gallium ) video_cards_nouveau? ( || ( classic gallium ) ) video_cards_radeon? ( || ( classic gallium ) gallium? ( x86? ( llvm ) amd64? ( llvm ) ) ) video_cards_r100? ( classic ) video_cards_r200? ( classic ) video_cards_r300? ( gallium x86? ( llvm ) amd64? ( llvm ) ) video_cards_r600? ( gallium ) video_cards_radeonsi? ( gallium llvm ) video_cards_vc4? ( gallium ) video_cards_virgl? ( gallium ) video_cards_vivante? ( gallium gbm ) video_cards_vmware? ( gallium ) +RESTRICT=!test? ( test ) +SLOT=0 +SRC_URI=https://mesa.freedesktop.org/archive/mesa-19.1.1.tar.xz +_eclasses_=llvm 83a68dab6355a0f96b37fe96bc4f317c meson 2fbe03e3b496f82fd941bcdb9d351c91 multibuild 40fe59465edacd730c644ec2bc197809 multilib 1d91b03d42ab6308b5f4f6b598ed110e multilib-build 0d0c25170069d06d0eb233154229af97 multilib-minimal 8bddda43703ba94d8341f4e247f97566 multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f pax-utils db85a3c508cf82c45f24b2723791cc93 python-any-r1 4900ae970f827a22d33d41bd8b8f9ace python-utils-r1 08e17157a6807add7db1f8d01e7e391f toolchain-funcs 8c7f9d80beedd16f2e5a7f612c609529 +_md5_=db2e20106a8ac0a1cec3bc76bdfeca01 diff --git a/metadata/md5-cache/media-sound/Manifest.gz b/metadata/md5-cache/media-sound/Manifest.gz index 52b808c15c32..48d33a6a0d4e 100644 Binary files a/metadata/md5-cache/media-sound/Manifest.gz and b/metadata/md5-cache/media-sound/Manifest.gz differ diff --git a/metadata/md5-cache/media-sound/mp3diags-1.5.01 b/metadata/md5-cache/media-sound/mp3diags-1.5.01 new file mode 100644 index 000000000000..b6a03401397f --- /dev/null +++ b/metadata/md5-cache/media-sound/mp3diags-1.5.01 @@ -0,0 +1,12 @@ +DEFINED_PHASES=configure install postinst postrm +DEPEND=dev-libs/boost:=[threads] dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 dev-qt/qtxml:5 sys-libs/zlib +DESCRIPTION=Qt-based MP3 diagnosis and repair tool +EAPI=7 +HOMEPAGE=http://mp3diags.sourceforge.net +KEYWORDS=~amd64 +LICENSE=LGPL-3 GPL-2 +RDEPEND=dev-libs/boost:=[threads] dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 dev-qt/qtxml:5 sys-libs/zlib dev-qt/qtsvg:5 +SLOT=0 +SRC_URI=mirror://sourceforge/mp3diags/MP3Diags-unstable-1.5.01.tar.gz +_eclasses_=desktop b1d22ac8bdd4679ab79c71aca235009d estack 43ddf5aaffa7a8d0482df54d25a66a1f multilib 1d91b03d42ab6308b5f4f6b598ed110e qmake-utils bdf97e69a34b864d6d545f4ec3143ff7 toolchain-funcs 8c7f9d80beedd16f2e5a7f612c609529 xdg-utils 14d00d009167652b1fa363e55effe213 +_md5_=da52817485c4adb057bf584ba6af3855 diff --git a/metadata/md5-cache/net-dns/Manifest.gz b/metadata/md5-cache/net-dns/Manifest.gz index 385bb54cbcdc..0f9b3efc5190 100644 Binary files a/metadata/md5-cache/net-dns/Manifest.gz and b/metadata/md5-cache/net-dns/Manifest.gz differ diff --git a/metadata/md5-cache/net-dns/pdns-4.1.8 b/metadata/md5-cache/net-dns/pdns-4.1.8 deleted file mode 100644 index 1586ac83b218..000000000000 --- a/metadata/md5-cache/net-dns/pdns-4.1.8 +++ /dev/null @@ -1,15 +0,0 @@ -BDEPEND=virtual/pkgconfig doc? ( app-doc/doxygen ) -DEFINED_PHASES=compile configure install postinst preinst -DEPEND=libressl? ( dev-libs/libressl:= ) !libressl? ( dev-libs/openssl:= ) >=dev-libs/boost-1.35:= botan? ( dev-libs/botan:2= ) lua? ( !luajit? ( dev-lang/lua:= ) luajit? ( dev-lang/luajit:= ) ) mysql? ( dev-db/mysql-connector-c ) postgres? ( dev-db/postgresql:= ) ldap? ( >=net-nds/openldap-2.0.27-r4 app-crypt/mit-krb5 ) sqlite? ( dev-db/sqlite:3 ) opendbx? ( dev-db/opendbx ) geoip? ( >=dev-cpp/yaml-cpp-0.5.1:= dev-libs/geoip ) sodium? ( dev-libs/libsodium:= ) tinydns? ( >=dev-db/tinycdb-0.77 ) protobuf? ( dev-libs/protobuf ) -DESCRIPTION=The PowerDNS Daemon -EAPI=7 -HOMEPAGE=https://www.powerdns.com/ -IUSE=botan debug doc geoip ldap libressl lua luajit mydns mysql opendbx postgres protobuf remote sodium sqlite systemd tools tinydns test -KEYWORDS=amd64 x86 -LICENSE=GPL-2 -RDEPEND=libressl? ( dev-libs/libressl:= ) !libressl? ( dev-libs/openssl:= ) >=dev-libs/boost-1.35:= botan? ( dev-libs/botan:2= ) lua? ( !luajit? ( dev-lang/lua:= ) luajit? ( dev-lang/luajit:= ) ) mysql? ( dev-db/mysql-connector-c ) postgres? ( dev-db/postgresql:= ) ldap? ( >=net-nds/openldap-2.0.27-r4 app-crypt/mit-krb5 ) sqlite? ( dev-db/sqlite:3 ) opendbx? ( dev-db/opendbx ) geoip? ( >=dev-cpp/yaml-cpp-0.5.1:= dev-libs/geoip ) sodium? ( dev-libs/libsodium:= ) tinydns? ( >=dev-db/tinycdb-0.77 ) protobuf? ( dev-libs/protobuf ) -REQUIRED_USE=mydns? ( mysql ) -SLOT=0 -SRC_URI=https://downloads.powerdns.com/releases/pdns-4.1.8.tar.bz2 -_eclasses_=multilib 1d91b03d42ab6308b5f4f6b598ed110e toolchain-funcs 8c7f9d80beedd16f2e5a7f612c609529 user e68863263b1e8611dacf381bec5c8b2b -_md5_=1121cc524750160123c58d476b899358 diff --git a/metadata/md5-cache/net-dns/pdns-4.1.9 b/metadata/md5-cache/net-dns/pdns-4.1.9 deleted file mode 100644 index 7000b81efb0e..000000000000 --- a/metadata/md5-cache/net-dns/pdns-4.1.9 +++ /dev/null @@ -1,15 +0,0 @@ -BDEPEND=virtual/pkgconfig doc? ( app-doc/doxygen ) -DEFINED_PHASES=compile configure install postinst preinst -DEPEND=libressl? ( dev-libs/libressl:= ) !libressl? ( dev-libs/openssl:= ) >=dev-libs/boost-1.35:= botan? ( dev-libs/botan:2= ) lua? ( !luajit? ( dev-lang/lua:= ) luajit? ( dev-lang/luajit:= ) ) mysql? ( dev-db/mysql-connector-c ) postgres? ( dev-db/postgresql:= ) ldap? ( >=net-nds/openldap-2.0.27-r4 app-crypt/mit-krb5 ) sqlite? ( dev-db/sqlite:3 ) opendbx? ( dev-db/opendbx ) geoip? ( >=dev-cpp/yaml-cpp-0.5.1:= dev-libs/geoip ) sodium? ( dev-libs/libsodium:= ) tinydns? ( >=dev-db/tinycdb-0.77 ) protobuf? ( dev-libs/protobuf ) -DESCRIPTION=The PowerDNS Daemon -EAPI=7 -HOMEPAGE=https://www.powerdns.com/ -IUSE=botan debug doc geoip ldap libressl lua luajit mydns mysql opendbx postgres protobuf remote sodium sqlite systemd tools tinydns test -KEYWORDS=~amd64 ~x86 -LICENSE=GPL-2 -RDEPEND=libressl? ( dev-libs/libressl:= ) !libressl? ( dev-libs/openssl:= ) >=dev-libs/boost-1.35:= botan? ( dev-libs/botan:2= ) lua? ( !luajit? ( dev-lang/lua:= ) luajit? ( dev-lang/luajit:= ) ) mysql? ( dev-db/mysql-connector-c ) postgres? ( dev-db/postgresql:= ) ldap? ( >=net-nds/openldap-2.0.27-r4 app-crypt/mit-krb5 ) sqlite? ( dev-db/sqlite:3 ) opendbx? ( dev-db/opendbx ) geoip? ( >=dev-cpp/yaml-cpp-0.5.1:= dev-libs/geoip ) sodium? ( dev-libs/libsodium:= ) tinydns? ( >=dev-db/tinycdb-0.77 ) protobuf? ( dev-libs/protobuf ) -REQUIRED_USE=mydns? ( mysql ) -SLOT=0 -SRC_URI=https://downloads.powerdns.com/releases/pdns-4.1.9.tar.bz2 -_eclasses_=multilib 1d91b03d42ab6308b5f4f6b598ed110e toolchain-funcs 8c7f9d80beedd16f2e5a7f612c609529 user e68863263b1e8611dacf381bec5c8b2b -_md5_=1f11419a66304cef9152d46615931739 diff --git a/metadata/md5-cache/net-dns/pdns-recursor-4.2.0_rc1 b/metadata/md5-cache/net-dns/pdns-recursor-4.2.0_rc2 similarity index 98% rename from metadata/md5-cache/net-dns/pdns-recursor-4.2.0_rc1 rename to metadata/md5-cache/net-dns/pdns-recursor-4.2.0_rc2 index c6b27172bc2a..fe0f012764d8 100644 --- a/metadata/md5-cache/net-dns/pdns-recursor-4.2.0_rc1 +++ b/metadata/md5-cache/net-dns/pdns-recursor-4.2.0_rc2 @@ -8,6 +8,6 @@ IUSE=debug libressl luajit protobuf snmp sodium systemd LICENSE=GPL-2 RDEPEND=!luajit? ( >=dev-lang/lua-5.1:= ) luajit? ( dev-lang/luajit:= ) protobuf? ( dev-libs/protobuf >=dev-libs/boost-1.42:= ) systemd? ( sys-apps/systemd:0= ) snmp? ( net-analyzer/net-snmp ) sodium? ( dev-libs/libsodium:= ) libressl? ( dev-libs/libressl:= ) !libressl? ( dev-libs/openssl:= ) >=dev-libs/boost-1.35:= ! libbloom-1.5.tar.gz _eclasses_=multilib 1d91b03d42ab6308b5f4f6b598ed110e toolchain-funcs 8c7f9d80beedd16f2e5a7f612c609529 -_md5_=4ee834d0ebd76dab57e8e1fc894022e6 +_md5_=8be2fbf0977f39a206aa227efd0702ac diff --git a/metadata/md5-cache/net-libs/libcork-0.15.0 b/metadata/md5-cache/net-libs/libcork-0.15.0 index 59006961d43b..8847797ede49 100644 --- a/metadata/md5-cache/net-libs/libcork-0.15.0 +++ b/metadata/md5-cache/net-libs/libcork-0.15.0 @@ -3,10 +3,10 @@ DEPEND=dev-libs/check virtual/pkgconfig sys-devel/make >=dev-util/cmake-3.9.6 DESCRIPTION=A simple, easily embeddable cross-platform C library EAPI=6 HOMEPAGE=https://github.com/dcreager/libcork -KEYWORDS=~amd64 ~x86 +KEYWORDS=~amd64 ~arm ~arm64 ~x86 LICENSE=BSD RDEPEND=dev-libs/check SLOT=0 SRC_URI=https://github.com/dcreager/libcork/archive/0.15.0.tar.gz -> libcork-0.15.0.tar.gz _eclasses_=cmake-utils 959a7fda0dce63de9a4e73a22294d6ec desktop b1d22ac8bdd4679ab79c71aca235009d epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic 7ba73aee7fe4462b3a745e3645ab92ca ltprune 2729691420b6deeda2a90b1f1183fb55 multilib 1d91b03d42ab6308b5f4f6b598ed110e multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs 8c7f9d80beedd16f2e5a7f612c609529 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf xdg-utils 14d00d009167652b1fa363e55effe213 -_md5_=cc12205b25cd111f4c0cc4fd09322ed5 +_md5_=cb5accd735be2321fd0cfc8c76ea7e2d diff --git a/metadata/md5-cache/net-libs/libcorkipset-1.1.1.20150311_p8 b/metadata/md5-cache/net-libs/libcorkipset-1.1.1.20150311_p8 index a3827ccac38d..403d678621be 100644 --- a/metadata/md5-cache/net-libs/libcorkipset-1.1.1.20150311_p8 +++ b/metadata/md5-cache/net-libs/libcorkipset-1.1.1.20150311_p8 @@ -3,10 +3,10 @@ DEPEND=net-libs/libcork sys-devel/make >=dev-util/cmake-3.9.6 DESCRIPTION=A small C helper library for storing sets of IPv4 and IPv6 addresses EAPI=6 HOMEPAGE=https://github.com/rogers0/libcorkipset -KEYWORDS=~amd64 ~x86 +KEYWORDS=~amd64 ~arm ~arm64 ~x86 LICENSE=BSD RDEPEND=net-libs/libcork SLOT=0 SRC_URI=https://github.com/rogers0/libcorkipset/archive/debian/1.1.1+20150311-8.tar.gz -> libcorkipset-1.1.1.20150311_p8.tar.gz _eclasses_=cmake-utils 959a7fda0dce63de9a4e73a22294d6ec desktop b1d22ac8bdd4679ab79c71aca235009d epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic 7ba73aee7fe4462b3a745e3645ab92ca ltprune 2729691420b6deeda2a90b1f1183fb55 multilib 1d91b03d42ab6308b5f4f6b598ed110e multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs 8c7f9d80beedd16f2e5a7f612c609529 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf xdg-utils 14d00d009167652b1fa363e55effe213 -_md5_=39198e698a807cd7e445cdefaec4e2e4 +_md5_=f185aa517823212c8dd44f9e76ad4cfe diff --git a/metadata/md5-cache/net-libs/liblockfile-1.14-r1 b/metadata/md5-cache/net-libs/liblockfile-1.14-r1 new file mode 100644 index 000000000000..5035000f3a90 --- /dev/null +++ b/metadata/md5-cache/net-libs/liblockfile-1.14-r1 @@ -0,0 +1,12 @@ +DEFINED_PHASES=configure prepare +DEPEND=acct-group/mail >=app-portage/elt-patches-20170815 !=sys-devel/automake-1.16.1:1.16 >=sys-devel/automake-1.15.1:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 +DESCRIPTION=Implements functions designed to lock the standard mailboxes +EAPI=6 +HOMEPAGE=http://www.debian.org/ +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris +LICENSE=LGPL-2 +RDEPEND=acct-group/mail +SLOT=0 +SRC_URI=mirror://debian/pool/main/libl/liblockfile/liblockfile_1.14.orig.tar.gz +_eclasses_=autotools 1bf086cdd7356f5c9a4acd9727bd2065 libtool f143db5a74ccd9ca28c1234deffede96 multilib 1d91b03d42ab6308b5f4f6b598ed110e toolchain-funcs 8c7f9d80beedd16f2e5a7f612c609529 user e68863263b1e8611dacf381bec5c8b2b +_md5_=dd06ab5cca88b457e1fd0cdde31f3aaf diff --git a/metadata/md5-cache/net-libs/libssh2-1.9.0 b/metadata/md5-cache/net-libs/libssh2-1.9.0 new file mode 100644 index 000000000000..fb874c17e0b5 --- /dev/null +++ b/metadata/md5-cache/net-libs/libssh2-1.9.0 @@ -0,0 +1,16 @@ +BDEPEND=dev-util/ninja >=dev-util/cmake-3.9.6 +DEFINED_PHASES=compile configure install prepare test +DEPEND=gcrypt? ( >=dev-libs/libgcrypt-1.5.3:0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_riscv_lp64d(-)?,abi_riscv_lp64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) !gcrypt? ( mbedtls? ( net-libs/mbedtls[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_riscv_lp64d(-)?,abi_riscv_lp64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) !mbedtls? ( !libressl? ( >=dev-libs/openssl-1.0.1h-r2:0=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_riscv_lp64d(-)?,abi_riscv_lp64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) libressl? ( dev-libs/libressl:0=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_riscv_lp64d(-)?,abi_riscv_lp64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) ) ) zlib? ( >=sys-libs/zlib-1.2.8-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_riscv_lp64d(-)?,abi_riscv_lp64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) +DESCRIPTION=Library implementing the SSH2 protocol +EAPI=7 +HOMEPAGE=https://www.libssh2.org +IUSE=gcrypt libressl mbedtls zlib abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_riscv_lp64d abi_riscv_lp64 abi_s390_32 abi_s390_64 +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris +LICENSE=BSD +RDEPEND=gcrypt? ( >=dev-libs/libgcrypt-1.5.3:0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_riscv_lp64d(-)?,abi_riscv_lp64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) !gcrypt? ( mbedtls? ( net-libs/mbedtls[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_riscv_lp64d(-)?,abi_riscv_lp64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) !mbedtls? ( !libressl? ( >=dev-libs/openssl-1.0.1h-r2:0=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_riscv_lp64d(-)?,abi_riscv_lp64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) libressl? ( dev-libs/libressl:0=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_riscv_lp64d(-)?,abi_riscv_lp64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) ) ) zlib? ( >=sys-libs/zlib-1.2.8-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_riscv_lp64d(-)?,abi_riscv_lp64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) +REQUIRED_USE=?? ( gcrypt mbedtls ) +RESTRICT=test +SLOT=0 +SRC_URI=https://www.libssh2.org/download/libssh2-1.9.0.tar.gz +_eclasses_=cmake-multilib 9400794da450ca9e38faef6eefbb3957 cmake-utils 959a7fda0dce63de9a4e73a22294d6ec eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic 7ba73aee7fe4462b3a745e3645ab92ca multibuild 40fe59465edacd730c644ec2bc197809 multilib 1d91b03d42ab6308b5f4f6b598ed110e multilib-build 0d0c25170069d06d0eb233154229af97 multilib-minimal 8bddda43703ba94d8341f4e247f97566 multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f toolchain-funcs 8c7f9d80beedd16f2e5a7f612c609529 xdg-utils 14d00d009167652b1fa363e55effe213 +_md5_=cdb2384f38f31d01e865dfc9b515772e diff --git a/metadata/md5-cache/net-libs/libssh2-9999 b/metadata/md5-cache/net-libs/libssh2-9999 index 46205a7e3bff..d8be5c1528f8 100644 --- a/metadata/md5-cache/net-libs/libssh2-9999 +++ b/metadata/md5-cache/net-libs/libssh2-9999 @@ -1,7 +1,8 @@ +BDEPEND=>=dev-vcs/git-1.8.2.1[curl] dev-util/ninja >=dev-util/cmake-3.9.6 DEFINED_PHASES=compile configure install prepare test unpack -DEPEND=gcrypt? ( >=dev-libs/libgcrypt-1.5.3:0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_riscv_lp64d(-)?,abi_riscv_lp64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) !gcrypt? ( mbedtls? ( net-libs/mbedtls[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_riscv_lp64d(-)?,abi_riscv_lp64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) !mbedtls? ( !libressl? ( >=dev-libs/openssl-1.0.1h-r2:0=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_riscv_lp64d(-)?,abi_riscv_lp64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) libressl? ( dev-libs/libressl:0=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_riscv_lp64d(-)?,abi_riscv_lp64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) ) ) zlib? ( >=sys-libs/zlib-1.2.8-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_riscv_lp64d(-)?,abi_riscv_lp64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) >=dev-vcs/git-1.8.2.1[curl] sys-devel/make >=dev-util/cmake-3.9.6 +DEPEND=gcrypt? ( >=dev-libs/libgcrypt-1.5.3:0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_riscv_lp64d(-)?,abi_riscv_lp64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) !gcrypt? ( mbedtls? ( net-libs/mbedtls[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_riscv_lp64d(-)?,abi_riscv_lp64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) !mbedtls? ( !libressl? ( >=dev-libs/openssl-1.0.1h-r2:0=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_riscv_lp64d(-)?,abi_riscv_lp64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) libressl? ( dev-libs/libressl:0=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_riscv_lp64d(-)?,abi_riscv_lp64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) ) ) zlib? ( >=sys-libs/zlib-1.2.8-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_riscv_lp64d(-)?,abi_riscv_lp64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) DESCRIPTION=Library implementing the SSH2 protocol -EAPI=6 +EAPI=7 HOMEPAGE=https://www.libssh2.org IUSE=gcrypt libressl mbedtls zlib abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_riscv_lp64d abi_riscv_lp64 abi_s390_32 abi_s390_64 LICENSE=BSD @@ -9,5 +10,5 @@ RDEPEND=gcrypt? ( >=dev-libs/libgcrypt-1.5.3:0[abi_x86_32(-)?,abi_x86_64(-)?,abi REQUIRED_USE=?? ( gcrypt mbedtls ) RESTRICT=test SLOT=0 -_eclasses_=cmake-multilib 9400794da450ca9e38faef6eefbb3957 cmake-utils 959a7fda0dce63de9a4e73a22294d6ec desktop b1d22ac8bdd4679ab79c71aca235009d epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic 7ba73aee7fe4462b3a745e3645ab92ca git-r3 0d4635eeb5a96cd5315597a47eba25c9 ltprune 2729691420b6deeda2a90b1f1183fb55 multibuild 40fe59465edacd730c644ec2bc197809 multilib 1d91b03d42ab6308b5f4f6b598ed110e multilib-build 0d0c25170069d06d0eb233154229af97 multilib-minimal 8bddda43703ba94d8341f4e247f97566 multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs 8c7f9d80beedd16f2e5a7f612c609529 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf xdg-utils 14d00d009167652b1fa363e55effe213 -_md5_=413d1d7dd464397185cb78f1f395f4da +_eclasses_=cmake-multilib 9400794da450ca9e38faef6eefbb3957 cmake-utils 959a7fda0dce63de9a4e73a22294d6ec eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic 7ba73aee7fe4462b3a745e3645ab92ca git-r3 0d4635eeb5a96cd5315597a47eba25c9 multibuild 40fe59465edacd730c644ec2bc197809 multilib 1d91b03d42ab6308b5f4f6b598ed110e multilib-build 0d0c25170069d06d0eb233154229af97 multilib-minimal 8bddda43703ba94d8341f4e247f97566 multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f toolchain-funcs 8c7f9d80beedd16f2e5a7f612c609529 xdg-utils 14d00d009167652b1fa363e55effe213 +_md5_=5c0d31c5cf74adb4ff62a4fb9e4b7879 diff --git a/metadata/md5-cache/net-mail/Manifest.gz b/metadata/md5-cache/net-mail/Manifest.gz index 4f82bfdba6e0..1f59d844f523 100644 Binary files a/metadata/md5-cache/net-mail/Manifest.gz and b/metadata/md5-cache/net-mail/Manifest.gz differ diff --git a/metadata/md5-cache/net-mail/dovecot-2.3.6-r1 b/metadata/md5-cache/net-mail/dovecot-2.3.6-r1 new file mode 100644 index 000000000000..2101ce90623b --- /dev/null +++ b/metadata/md5-cache/net-mail/dovecot-2.3.6-r1 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install postinst prepare setup test +DEPEND=argon2? ( dev-libs/libsodium ) bzip2? ( app-arch/bzip2 ) caps? ( sys-libs/libcap ) kerberos? ( virtual/krb5 ) ldap? ( net-nds/openldap ) lua? ( dev-lang/lua:* ) lucene? ( >=dev-cpp/clucene-2.3 ) lzma? ( app-arch/xz-utils ) lz4? ( app-arch/lz4 ) mysql? ( dev-db/mysql-connector-c:0= ) pam? ( virtual/pam ) postgres? ( dev-db/postgresql:* !dev-db/postgresql[ldap,threads] ) selinux? ( sec-policy/selinux-dovecot ) solr? ( net-misc/curl dev-libs/expat ) sqlite? ( dev-db/sqlite:* ) !libressl? ( dev-libs/openssl:0 ) libressl? ( dev-libs/libressl ) suid? ( acct-group/mail ) tcpd? ( sys-apps/tcp-wrappers ) textcat? ( app-text/libexttextcat ) vpopmail? ( net-mail/vpopmail ) zlib? ( sys-libs/zlib ) virtual/libiconv dev-libs/icu:= >=app-portage/elt-patches-20170815 !=sys-devel/automake-1.16.1:1.16 >=sys-devel/automake-1.15.1:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 virtual/pkgconfig +DESCRIPTION=An IMAP and POP3 server written with security primarily in mind +EAPI=6 +HOMEPAGE=https://www.dovecot.org/ +IUSE=kerberos ldap lua mysql pam postgres sqlite vpopmail bzip2 lzma lz4 zlib argon2 caps doc ipv6 libressl lucene managesieve selinux sieve solr static-libs suid tcpd textcat +KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 +LICENSE=LGPL-2.1 MIT +RDEPEND=argon2? ( dev-libs/libsodium ) bzip2? ( app-arch/bzip2 ) caps? ( sys-libs/libcap ) kerberos? ( virtual/krb5 ) ldap? ( net-nds/openldap ) lua? ( dev-lang/lua:* ) lucene? ( >=dev-cpp/clucene-2.3 ) lzma? ( app-arch/xz-utils ) lz4? ( app-arch/lz4 ) mysql? ( dev-db/mysql-connector-c:0= ) pam? ( virtual/pam ) postgres? ( dev-db/postgresql:* !dev-db/postgresql[ldap,threads] ) selinux? ( sec-policy/selinux-dovecot ) solr? ( net-misc/curl dev-libs/expat ) sqlite? ( dev-db/sqlite:* ) !libressl? ( dev-libs/openssl:0 ) libressl? ( dev-libs/libressl ) suid? ( acct-group/mail ) tcpd? ( sys-apps/tcp-wrappers ) textcat? ( app-text/libexttextcat ) vpopmail? ( net-mail/vpopmail ) zlib? ( sys-libs/zlib ) virtual/libiconv dev-libs/icu:= net-mail/mailbase +SLOT=0 +SRC_URI=https://dovecot.org/releases/2.3/dovecot-2.3.6.tar.gz sieve? ( https://pigeonhole.dovecot.org/releases/2.3/dovecot-2.3-pigeonhole-0.5.6.tar.gz ) managesieve? ( https://pigeonhole.dovecot.org/releases/2.3/dovecot-2.3-pigeonhole-0.5.6.tar.gz ) +_eclasses_=autotools 1bf086cdd7356f5c9a4acd9727bd2065 eapi7-ver 756b3f27d8e46131d5cf3c51bd876446 libtool f143db5a74ccd9ca28c1234deffede96 multilib 1d91b03d42ab6308b5f4f6b598ed110e ssl-cert a1a4daed6b2479901759d6fe367c4c29 systemd 71fd8d2065d102753fb9e4d20eaf3e9f toolchain-funcs 8c7f9d80beedd16f2e5a7f612c609529 user e68863263b1e8611dacf381bec5c8b2b +_md5_=73f4b57c3e181e3f4900965f93e17f83 diff --git a/metadata/md5-cache/net-mail/fdm-2.0 b/metadata/md5-cache/net-mail/fdm-2.0 new file mode 100644 index 000000000000..02515256d0d0 --- /dev/null +++ b/metadata/md5-cache/net-mail/fdm-2.0 @@ -0,0 +1,13 @@ +DEFINED_PHASES=configure install preinst +DEPEND=!libressl? ( dev-libs/openssl:0= ) libressl? ( dev-libs/libressl:0= ) sys-libs/tdb pcre? ( dev-libs/libpcre ) +DESCRIPTION=fetch, filter and deliver mail +EAPI=7 +HOMEPAGE=https://github.com/nicm/fdm +IUSE=examples libressl pcre +KEYWORDS=~amd64 ~x86 +LICENSE=BSD +RDEPEND=!libressl? ( dev-libs/openssl:0= ) libressl? ( dev-libs/libressl:0= ) sys-libs/tdb pcre? ( dev-libs/libpcre ) +SLOT=0 +SRC_URI=https://github.com/nicm/fdm/releases/download/2.0/fdm-2.0.tar.gz +_eclasses_=user e68863263b1e8611dacf381bec5c8b2b +_md5_=c466a1b0f160d2aa8dea1341608f195a diff --git a/metadata/md5-cache/net-mail/mailbase-1.5-r1 b/metadata/md5-cache/net-mail/mailbase-1.5-r1 new file mode 100644 index 000000000000..e29dbd2ab084 --- /dev/null +++ b/metadata/md5-cache/net-mail/mailbase-1.5-r1 @@ -0,0 +1,11 @@ +DEFINED_PHASES=install +DESCRIPTION=MTA layout package +EAPI=7 +HOMEPAGE=https://www.gentoo.org/ +IUSE=pam +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd +LICENSE=GPL-2 +RDEPEND=acct-group/mail acct-user/mail acct-user/postmaster pam? ( virtual/pam ) +SLOT=0 +_eclasses_=eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic 7ba73aee7fe4462b3a745e3645ab92ca multilib 1d91b03d42ab6308b5f4f6b598ed110e pam 756a09f72c4cdbb55f2694c95f1e0860 toolchain-funcs 8c7f9d80beedd16f2e5a7f612c609529 +_md5_=21bb5366f91ef8b1ef04c7ba3947297d diff --git a/metadata/md5-cache/net-misc/Manifest.gz b/metadata/md5-cache/net-misc/Manifest.gz index 1485c359d7de..492e91b13acf 100644 Binary files a/metadata/md5-cache/net-misc/Manifest.gz and b/metadata/md5-cache/net-misc/Manifest.gz differ diff --git a/metadata/md5-cache/net-misc/iperf-3.7 b/metadata/md5-cache/net-misc/iperf-3.7 new file mode 100644 index 000000000000..1b918e346cef --- /dev/null +++ b/metadata/md5-cache/net-misc/iperf-3.7 @@ -0,0 +1,13 @@ +DEFINED_PHASES=configure install +DEPEND=!libressl? ( dev-libs/openssl:0= ) libressl? ( dev-libs/libressl:0= ) sctp? ( net-misc/lksctp-tools ) >=app-portage/elt-patches-20170815 !=sys-devel/automake-1.16.1:1.16 >=sys-devel/automake-1.15.1:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 +DESCRIPTION=A TCP, UDP, and SCTP network bandwidth measurement tool +EAPI=6 +HOMEPAGE=https://github.com/esnet/iperf/ +IUSE=libressl profiling sctp static-libs +KEYWORDS=~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint +LICENSE=BSD +RDEPEND=!libressl? ( dev-libs/openssl:0= ) libressl? ( dev-libs/libressl:0= ) sctp? ( net-misc/lksctp-tools ) +SLOT=3 +SRC_URI=https://github.com/esnet/iperf/archive/3.7.tar.gz -> iperf-3.7.tar.gz +_eclasses_=autotools 1bf086cdd7356f5c9a4acd9727bd2065 desktop b1d22ac8bdd4679ab79c71aca235009d epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 libtool f143db5a74ccd9ca28c1234deffede96 ltprune 2729691420b6deeda2a90b1f1183fb55 multilib 1d91b03d42ab6308b5f4f6b598ed110e preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs 8c7f9d80beedd16f2e5a7f612c609529 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf +_md5_=be7a237eb3fabde80513238320c62e06 diff --git a/metadata/md5-cache/net-misc/iperf-3.99999.99999 b/metadata/md5-cache/net-misc/iperf-3.99999.99999 index 3447f336eca4..23169f9fdfb4 100644 --- a/metadata/md5-cache/net-misc/iperf-3.99999.99999 +++ b/metadata/md5-cache/net-misc/iperf-3.99999.99999 @@ -8,4 +8,4 @@ LICENSE=BSD RDEPEND=!libressl? ( dev-libs/openssl:0= ) libressl? ( dev-libs/libressl:0= ) sctp? ( net-misc/lksctp-tools ) SLOT=3 _eclasses_=autotools 1bf086cdd7356f5c9a4acd9727bd2065 desktop b1d22ac8bdd4679ab79c71aca235009d epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 git-r3 0d4635eeb5a96cd5315597a47eba25c9 libtool f143db5a74ccd9ca28c1234deffede96 ltprune 2729691420b6deeda2a90b1f1183fb55 multilib 1d91b03d42ab6308b5f4f6b598ed110e preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs 8c7f9d80beedd16f2e5a7f612c609529 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf -_md5_=fef05b4da5c3f53c3538888d2413c25e +_md5_=e75719b0c7cd147d8150068d9ebd8f10 diff --git a/metadata/md5-cache/net-misc/smb4k-3.0.0-r1 b/metadata/md5-cache/net-misc/smb4k-3.0.0-r1 deleted file mode 100644 index 0afb7798c1dc..000000000000 --- a/metadata/md5-cache/net-misc/smb4k-3.0.0-r1 +++ /dev/null @@ -1,14 +0,0 @@ -BDEPEND=dev-util/ninja >=dev-util/cmake-3.9.6 >=kde-frameworks/extra-cmake-modules-5.57.0:5 handbook? ( >=kde-frameworks/kdoctools-5.57.0:5 ) -DEFINED_PHASES=compile configure install nofetch postinst postrm preinst prepare setup test unpack -DEPEND=>=kde-frameworks/kauth-5.57.0:5 >=kde-frameworks/kcompletion-5.57.0:5 >=kde-frameworks/kconfig-5.57.0:5 >=kde-frameworks/kconfigwidgets-5.57.0:5 >=kde-frameworks/kcoreaddons-5.57.0:5 >=kde-frameworks/kcrash-5.57.0:5 >=kde-frameworks/kdbusaddons-5.57.0:5 >=kde-frameworks/ki18n-5.57.0:5 >=kde-frameworks/kiconthemes-5.57.0:5 >=kde-frameworks/kio-5.57.0:5 >=kde-frameworks/kjobwidgets-5.57.0:5 >=kde-frameworks/knotifications-5.57.0:5 >=kde-frameworks/kwallet-5.57.0:5 >=kde-frameworks/kwidgetsaddons-5.57.0:5 >=kde-frameworks/kwindowsystem-5.57.0:5 >=kde-frameworks/kxmlgui-5.57.0:5 >=kde-frameworks/solid-5.57.0:5 >=dev-qt/qtdeclarative-5.11.1:5 >=dev-qt/qtgui-5.11.1:5 >=dev-qt/qtnetwork-5.11.1:5 >=dev-qt/qtprintsupport-5.11.1:5 >=dev-qt/qttest-5.11.1:5 >=dev-qt/qtwidgets-5.11.1:5 net-fs/samba[cups] dev-util/desktop-file-utils x11-misc/shared-mime-info >=dev-qt/qtcore-5.11.1:5 dev-util/desktop-file-utils -DESCRIPTION=Advanced network neighborhood browser -EAPI=7 -HOMEPAGE=https://sourceforge.net/p/smb4k/home/Home/ -IUSE=plasma debug +handbook -KEYWORDS=~amd64 ~x86 -LICENSE=GPL-2 -RDEPEND=>=kde-frameworks/kauth-5.57.0:5 >=kde-frameworks/kcompletion-5.57.0:5 >=kde-frameworks/kconfig-5.57.0:5 >=kde-frameworks/kconfigwidgets-5.57.0:5 >=kde-frameworks/kcoreaddons-5.57.0:5 >=kde-frameworks/kcrash-5.57.0:5 >=kde-frameworks/kdbusaddons-5.57.0:5 >=kde-frameworks/ki18n-5.57.0:5 >=kde-frameworks/kiconthemes-5.57.0:5 >=kde-frameworks/kio-5.57.0:5 >=kde-frameworks/kjobwidgets-5.57.0:5 >=kde-frameworks/knotifications-5.57.0:5 >=kde-frameworks/kwallet-5.57.0:5 >=kde-frameworks/kwidgetsaddons-5.57.0:5 >=kde-frameworks/kwindowsystem-5.57.0:5 >=kde-frameworks/kxmlgui-5.57.0:5 >=kde-frameworks/solid-5.57.0:5 >=dev-qt/qtdeclarative-5.11.1:5 >=dev-qt/qtgui-5.11.1:5 >=dev-qt/qtnetwork-5.11.1:5 >=dev-qt/qtprintsupport-5.11.1:5 >=dev-qt/qttest-5.11.1:5 >=dev-qt/qtwidgets-5.11.1:5 net-fs/samba[cups] plasma? ( >=kde-frameworks/plasma-5.57.0:5 >=dev-qt/qtquickcontrols2-5.11.1:5 ) >=kde-frameworks/kf-env-4 || ( >=kde-frameworks/breeze-icons-5.57.0:5 kde-frameworks/oxygen-icons:* ) >=dev-qt/qtcore-5.11.1:5 -SLOT=5 -SRC_URI=mirror://sourceforge/smb4k/smb4k-3.0.0.tar.xz -_eclasses_=cmake-utils 959a7fda0dce63de9a4e73a22294d6ec eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic 7ba73aee7fe4462b3a745e3645ab92ca kde5 d3b1e4258b75eed0a5062295d1758b25 kde5-functions 2dbbfc21b2646d8a3418041b240656a9 multilib 1d91b03d42ab6308b5f4f6b598ed110e multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f toolchain-funcs 8c7f9d80beedd16f2e5a7f612c609529 virtualx 401b718cc14d43a5a7fbe062c4851ba5 xdg c7ba313ea1eaf266f95cc6235f7d6a07 xdg-utils 14d00d009167652b1fa363e55effe213 -_md5_=615722c17aa8ff281a79c85c98c56f58 diff --git a/metadata/md5-cache/net-proxy/Manifest.gz b/metadata/md5-cache/net-proxy/Manifest.gz index cc7fb466c4b5..21ee474c99c8 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.0 b/metadata/md5-cache/net-proxy/haproxy-2.0.0 index c1cce0e420bb..74d5a0724e1c 100644 --- a/metadata/md5-cache/net-proxy/haproxy-2.0.0 +++ b/metadata/md5-cache/net-proxy/haproxy-2.0.0 @@ -4,7 +4,7 @@ DEPEND=pcre? ( dev-libs/libpcre pcre-jit? ( dev-libs/libpcre[jit] ) ) pcre2? ( d DESCRIPTION=A TCP/HTTP reverse proxy for high availability environments EAPI=7 HOMEPAGE=http://www.haproxy.org -IUSE=+crypt doc examples libressl slz +net_ns +pcre pcre-jit pcre2 pcre2-jit ssl systemd +threads tools vim-syntax +zlib lua device-atlas 51degrees wurfl kernel_linux +IUSE=+crypt doc examples libressl slz +net_ns +pcre pcre-jit pcre2 pcre2-jit prometheus-exporter ssl systemd +threads tools vim-syntax +zlib lua device-atlas 51degrees wurfl kernel_linux KEYWORDS=~amd64 ~arm ~ppc ~x86 LICENSE=GPL-2 LGPL-2.1 RDEPEND=pcre? ( dev-libs/libpcre pcre-jit? ( dev-libs/libpcre[jit] ) ) pcre2? ( dev-libs/libpcre pcre2-jit? ( dev-libs/libpcre2[jit] ) ) ssl? ( !libressl? ( dev-libs/openssl:0=[zlib?] ) libressl? ( dev-libs/libressl:0= ) ) slz? ( dev-libs/libslz:= ) zlib? ( sys-libs/zlib ) lua? ( dev-lang/lua:5.3 ) device-atlas? ( dev-libs/device-atlas-api-c ) @@ -12,4 +12,4 @@ REQUIRED_USE=pcre-jit? ( pcre ) pcre2-jit? ( pcre2 ) pcre? ( !pcre2 ) device-atl SLOT=0 SRC_URI=http://haproxy.1wt.eu/download/2.0/src/haproxy-2.0.0.tar.gz _eclasses_=eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic 7ba73aee7fe4462b3a745e3645ab92ca linux-info 953c3b1c472dcadbf62098a9301327f2 multilib 1d91b03d42ab6308b5f4f6b598ed110e systemd 71fd8d2065d102753fb9e4d20eaf3e9f toolchain-funcs 8c7f9d80beedd16f2e5a7f612c609529 user e68863263b1e8611dacf381bec5c8b2b -_md5_=774e6ba90fd20851abd9cbf55eba945a +_md5_=e90439f01c70e1cad9e9d0c9b2276767 diff --git a/metadata/md5-cache/net-proxy/shadowsocks-libev-3.2.4 b/metadata/md5-cache/net-proxy/shadowsocks-libev-3.2.4 deleted file mode 100644 index a15df57fa178..000000000000 --- a/metadata/md5-cache/net-proxy/shadowsocks-libev-3.2.4 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=configure install prepare setup -DEPEND=net-libs/mbedtls:= net-libs/libbloom net-libs/libcork net-libs/libcorkipset >=dev-libs/libsodium-1.0.8:= dev-libs/libev net-dns/c-ares dev-libs/libpcre sys-kernel/linux-headers doc? ( app-text/asciidoc app-text/xmlto ) >=app-portage/elt-patches-20170815 !=sys-devel/automake-1.16.1:1.16 >=sys-devel/automake-1.15.1:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 virtual/pkgconfig -DESCRIPTION=A lightweight secured SOCKS5 proxy for embedded devices and low end boxes -EAPI=6 -HOMEPAGE=https://github.com/shadowsocks/shadowsocks-libev -IUSE=debug doc -KEYWORDS=~amd64 ~x86 -LICENSE=GPL-3+ -RDEPEND=net-libs/mbedtls:= net-libs/libbloom net-libs/libcork net-libs/libcorkipset >=dev-libs/libsodium-1.0.8:= dev-libs/libev net-dns/c-ares dev-libs/libpcre -SLOT=0 -SRC_URI=https://github.com/shadowsocks/shadowsocks-libev/archive/v3.2.4.tar.gz -> shadowsocks-libev-3.2.4.tar.gz -_eclasses_=autotools 1bf086cdd7356f5c9a4acd9727bd2065 desktop b1d22ac8bdd4679ab79c71aca235009d epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 libtool f143db5a74ccd9ca28c1234deffede96 ltprune 2729691420b6deeda2a90b1f1183fb55 multilib 1d91b03d42ab6308b5f4f6b598ed110e preserve-libs ef207dc62baddfddfd39a164d9797648 systemd 71fd8d2065d102753fb9e4d20eaf3e9f toolchain-funcs 8c7f9d80beedd16f2e5a7f612c609529 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf -_md5_=f729929822b0b6e15c610c0975d6ec9a diff --git a/metadata/md5-cache/net-proxy/shadowsocks-libev-3.3.0 b/metadata/md5-cache/net-proxy/shadowsocks-libev-3.3.0 new file mode 100644 index 000000000000..cd13f8bf9d32 --- /dev/null +++ b/metadata/md5-cache/net-proxy/shadowsocks-libev-3.3.0 @@ -0,0 +1,14 @@ +BDEPEND=>=app-portage/elt-patches-20170815 !=sys-devel/automake-1.16.1:1.16 >=sys-devel/automake-1.15.1:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 virtual/pkgconfig +DEFINED_PHASES=configure install prepare setup +DEPEND=net-libs/mbedtls:= net-libs/libbloom net-libs/libcork net-libs/libcorkipset >=dev-libs/libsodium-1.0.8:= dev-libs/libev net-dns/c-ares dev-libs/libpcre sys-kernel/linux-headers doc? ( app-text/asciidoc app-text/xmlto ) +DESCRIPTION=A lightweight secured SOCKS5 proxy for embedded devices and low end boxes +EAPI=7 +HOMEPAGE=https://github.com/shadowsocks/shadowsocks-libev +IUSE=debug doc +KEYWORDS=~amd64 ~arm ~arm64 ~x86 +LICENSE=GPL-3+ +RDEPEND=net-libs/mbedtls:= net-libs/libbloom net-libs/libcork net-libs/libcorkipset >=dev-libs/libsodium-1.0.8:= dev-libs/libev net-dns/c-ares dev-libs/libpcre +SLOT=0 +SRC_URI=https://github.com/shadowsocks/shadowsocks-libev/archive/v3.3.0.tar.gz -> shadowsocks-libev-3.3.0.tar.gz +_eclasses_=autotools 1bf086cdd7356f5c9a4acd9727bd2065 eutils 6e6c2737b59a4b982de6fb3ecefd87f8 libtool f143db5a74ccd9ca28c1234deffede96 multilib 1d91b03d42ab6308b5f4f6b598ed110e systemd 71fd8d2065d102753fb9e4d20eaf3e9f toolchain-funcs 8c7f9d80beedd16f2e5a7f612c609529 +_md5_=9b6618911e421f590a7cd23d6046f256 diff --git a/metadata/md5-cache/net-wireless/Manifest.gz b/metadata/md5-cache/net-wireless/Manifest.gz index 116aa18920a5..d4fc2de6837e 100644 Binary files a/metadata/md5-cache/net-wireless/Manifest.gz and b/metadata/md5-cache/net-wireless/Manifest.gz differ diff --git a/metadata/md5-cache/net-wireless/hostapd-2.8 b/metadata/md5-cache/net-wireless/hostapd-2.8 new file mode 100644 index 000000000000..b22a98f9f066 --- /dev/null +++ b/metadata/md5-cache/net-wireless/hostapd-2.8 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install postinst prepare pretend unpack +DEPEND=libressl? ( dev-libs/libressl:0= ) !libressl? ( internal-tls? ( dev-libs/libtommath ) !internal-tls? ( dev-libs/openssl:0=[-bindist] ) ) kernel_linux? ( dev-libs/libnl:3 crda? ( net-wireless/crda ) ) netlink? ( net-libs/libnfnetlink ) sqlite? ( >=dev-db/sqlite-3 ) virtual/pkgconfig +DESCRIPTION=IEEE 802.11 wireless LAN Host AP daemon +EAPI=6 +HOMEPAGE=http://w1.fi +IUSE=internal-tls ipv6 libressl logwatch netlink sqlite +wps +crda savedconfig +KEYWORDS=~amd64 ~arm ~arm64 ~mips ~ppc ~x86 +LICENSE=BSD +RDEPEND=libressl? ( dev-libs/libressl:0= ) !libressl? ( internal-tls? ( dev-libs/libtommath ) !internal-tls? ( dev-libs/openssl:0=[-bindist] ) ) kernel_linux? ( dev-libs/libnl:3 crda? ( net-wireless/crda ) ) netlink? ( net-libs/libnfnetlink ) sqlite? ( >=dev-db/sqlite-3 ) +SLOT=0 +SRC_URI=https://dev.gentoo.org/~andrey_utkin/distfiles/net-wireless_hostapd_2.7-r2_extras.tar.xz https://w1.fi/releases/hostapd-2.8.tar.gz +_eclasses_=multilib 1d91b03d42ab6308b5f4f6b598ed110e portability 2b88d3ecc35035a3b8ab628b49cafb0e savedconfig 1de3f25f1039cd1772fbf707ef87dbe3 systemd 71fd8d2065d102753fb9e4d20eaf3e9f toolchain-funcs 8c7f9d80beedd16f2e5a7f612c609529 +_md5_=6461787f7b11efd0b6f3c6b7d92c3fb2 diff --git a/metadata/md5-cache/sci-geosciences/Manifest.gz b/metadata/md5-cache/sci-geosciences/Manifest.gz index 009db765563c..c777d3d4230a 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/laszip-3.4.1 b/metadata/md5-cache/sci-geosciences/laszip-3.4.1 index 8fbf3ecd6de3..337f398e0eb8 100644 --- a/metadata/md5-cache/sci-geosciences/laszip-3.4.1 +++ b/metadata/md5-cache/sci-geosciences/laszip-3.4.1 @@ -3,9 +3,9 @@ DEFINED_PHASES=compile configure install prepare test DESCRIPTION=Library for free and lossless compression of the LAS LiDAR format EAPI=7 HOMEPAGE=https://laszip.org/ -KEYWORDS=~amd64 ~ia64 ~ppc ~ppc64 ~x86 +KEYWORDS=amd64 ~ia64 ~ppc ~ppc64 ~x86 LICENSE=LGPL-2.1+ SLOT=0 SRC_URI=https://github.com/LASzip/LASzip/releases/download/3.4.1/laszip-src-3.4.1.tar.gz _eclasses_=cmake-utils 959a7fda0dce63de9a4e73a22294d6ec eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic 7ba73aee7fe4462b3a745e3645ab92ca multilib 1d91b03d42ab6308b5f4f6b598ed110e multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f toolchain-funcs 8c7f9d80beedd16f2e5a7f612c609529 xdg-utils 14d00d009167652b1fa363e55effe213 -_md5_=41937df8e3c659926f89eee746672779 +_md5_=f58c2ad2b1d6904c623ab05fcfd8ef02 diff --git a/metadata/md5-cache/sys-block/Manifest.gz b/metadata/md5-cache/sys-block/Manifest.gz index 4b6c2b41c188..e03e04711c93 100644 Binary files a/metadata/md5-cache/sys-block/Manifest.gz and b/metadata/md5-cache/sys-block/Manifest.gz differ diff --git a/metadata/md5-cache/sys-block/f3-7.2 b/metadata/md5-cache/sys-block/f3-7.2 new file mode 100644 index 000000000000..efd7edf6aae4 --- /dev/null +++ b/metadata/md5-cache/sys-block/f3-7.2 @@ -0,0 +1,12 @@ +DEFINED_PHASES=compile install prepare +DEPEND=extra? ( sys-block/parted virtual/udev ) +DESCRIPTION=Utilities to detect broken or counterfeit flash storage +EAPI=7 +HOMEPAGE=http://oss.digirati.com.br/f3/ https://github.com/AltraMayor/f3 +IUSE=extra +KEYWORDS=~amd64 ~arm64 ~x86 +LICENSE=GPL-3+ +SLOT=0 +SRC_URI=https://github.com/AltraMayor/f3/archive/v7.2.tar.gz -> f3-7.2.tar.gz +_eclasses_=eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic 7ba73aee7fe4462b3a745e3645ab92ca multilib 1d91b03d42ab6308b5f4f6b598ed110e toolchain-funcs 8c7f9d80beedd16f2e5a7f612c609529 +_md5_=4a2f42e310db6ab01dc6ab26d17fe154 diff --git a/metadata/md5-cache/sys-boot/Manifest.gz b/metadata/md5-cache/sys-boot/Manifest.gz index 2d34363fefad..eec1fab7a0b3 100644 Binary files a/metadata/md5-cache/sys-boot/Manifest.gz and b/metadata/md5-cache/sys-boot/Manifest.gz differ diff --git a/metadata/md5-cache/sys-boot/grub-2.02-r3 b/metadata/md5-cache/sys-boot/grub-2.02-r4 similarity index 98% rename from metadata/md5-cache/sys-boot/grub-2.02-r3 rename to metadata/md5-cache/sys-boot/grub-2.02-r4 index 386582ee14e7..05eb60640572 100644 --- a/metadata/md5-cache/sys-boot/grub-2.02-r3 +++ b/metadata/md5-cache/sys-boot/grub-2.02-r4 @@ -9,7 +9,7 @@ LICENSE=GPL-3 fonts? ( GPL-2-with-font-exception ) themes? ( BitstreamVera ) RDEPEND=app-arch/xz-utils >=sys-libs/ncurses-5.2-r5:0= debug? ( sdl? ( media-libs/libsdl ) ) device-mapper? ( >=sys-fs/lvm2-2.02.45 ) libzfs? ( sys-fs/zfs ) mount? ( sys-fs/fuse:0 ) truetype? ( media-libs/freetype:2= ) ppc? ( >=sys-apps/ibm-powerpc-utils-1.3.5 ) ppc64? ( >=sys-apps/ibm-powerpc-utils-1.3.5 ) kernel_linux? ( grub_platforms_efi-32? ( sys-boot/efibootmgr ) grub_platforms_efi-64? ( sys-boot/efibootmgr ) ) !multislot? ( !sys-boot/grub:0 !sys-boot/grub-static ) nls? ( sys-devel/gettext ) REQUIRED_USE=grub_platforms_coreboot? ( fonts ) grub_platforms_qemu? ( fonts ) grub_platforms_ieee1275? ( fonts ) grub_platforms_loongson? ( fonts ) RESTRICT=strip !test? ( test ) -SLOT=2/2.02-r3 +SLOT=2/2.02-r4 SRC_URI=mirror://gnu/grub/grub-2.02.tar.xz fonts? ( mirror://gnu/unifont/unifont-9.0.06/unifont-9.0.06.pcf.gz ) themes? ( mirror://sourceforge/dejavu/dejavu-sans-ttf-2.37.zip ) _eclasses_=autotools 1bf086cdd7356f5c9a4acd9727bd2065 bash-completion-r1 47a7402d95930413ce25ba8d857339bb desktop b1d22ac8bdd4679ab79c71aca235009d epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic 7ba73aee7fe4462b3a745e3645ab92ca libtool f143db5a74ccd9ca28c1234deffede96 ltprune 2729691420b6deeda2a90b1f1183fb55 multibuild 40fe59465edacd730c644ec2bc197809 multilib 1d91b03d42ab6308b5f4f6b598ed110e pax-utils db85a3c508cf82c45f24b2723791cc93 preserve-libs ef207dc62baddfddfd39a164d9797648 python-any-r1 4900ae970f827a22d33d41bd8b8f9ace python-utils-r1 08e17157a6807add7db1f8d01e7e391f toolchain-funcs 8c7f9d80beedd16f2e5a7f612c609529 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf -_md5_=690b24ecfbadf5be604351be1199fc03 +_md5_=1d858a9dbd7be7a732b8ac5795027465 diff --git a/metadata/md5-cache/sys-cluster/Manifest.gz b/metadata/md5-cache/sys-cluster/Manifest.gz index 8e015d834ab8..943ad3342539 100644 Binary files a/metadata/md5-cache/sys-cluster/Manifest.gz and b/metadata/md5-cache/sys-cluster/Manifest.gz differ diff --git a/metadata/md5-cache/sys-cluster/kube-apiserver-1.15.0 b/metadata/md5-cache/sys-cluster/kube-apiserver-1.15.0 new file mode 100644 index 000000000000..a6b933755358 --- /dev/null +++ b/metadata/md5-cache/sys-cluster/kube-apiserver-1.15.0 @@ -0,0 +1,12 @@ +DEFINED_PHASES=compile install prepare setup test unpack +DEPEND=dev-go/go-bindata >=dev-lang/go-1.11 >=dev-lang/go-1.10 +DESCRIPTION=Kubernetes API server +EAPI=6 +HOMEPAGE=https://github.com/kubernetes/kubernetes https://kubernetes.io +KEYWORDS=~amd64 +LICENSE=Apache-2.0 +RESTRICT=test +SLOT=0 +SRC_URI=https://github.com/kubernetes/kubernetes/archive/v1.15.0.tar.gz -> kubernetes-1.15.0.tar.gz +_eclasses_=golang-base c57d2c3f9e1a02d0feb8b87c7b689892 golang-build dc25bafa8fc1305a4de66a0a448472e7 golang-vcs-snapshot 12177e83bede6f7fb87eae383864b40b user e68863263b1e8611dacf381bec5c8b2b +_md5_=583afa17241e835873c261c6cf362ffa diff --git a/metadata/md5-cache/sys-cluster/kube-controller-manager-1.15.0 b/metadata/md5-cache/sys-cluster/kube-controller-manager-1.15.0 new file mode 100644 index 000000000000..0c100795db9b --- /dev/null +++ b/metadata/md5-cache/sys-cluster/kube-controller-manager-1.15.0 @@ -0,0 +1,12 @@ +DEFINED_PHASES=compile install prepare setup test unpack +DEPEND=dev-go/go-bindata >=dev-lang/go-1.11 >=dev-lang/go-1.10 +DESCRIPTION=Kubernetes Controller Manager +EAPI=6 +HOMEPAGE=https://github.com/kubernetes/kubernetes https://kubernetes.io +KEYWORDS=~amd64 +LICENSE=Apache-2.0 +RESTRICT=test +SLOT=0 +SRC_URI=https://github.com/kubernetes/kubernetes/archive/v1.15.0.tar.gz -> kubernetes-1.15.0.tar.gz +_eclasses_=golang-base c57d2c3f9e1a02d0feb8b87c7b689892 golang-build dc25bafa8fc1305a4de66a0a448472e7 golang-vcs-snapshot 12177e83bede6f7fb87eae383864b40b user e68863263b1e8611dacf381bec5c8b2b +_md5_=fa239f3ce983ed49bcbf4359fbd65afa diff --git a/metadata/md5-cache/sys-cluster/kubelet-1.10.12 b/metadata/md5-cache/sys-cluster/kube-proxy-1.15.0 similarity index 55% rename from metadata/md5-cache/sys-cluster/kubelet-1.10.12 rename to metadata/md5-cache/sys-cluster/kube-proxy-1.15.0 index 218c88f78dc4..b850b0349c7a 100644 --- a/metadata/md5-cache/sys-cluster/kubelet-1.10.12 +++ b/metadata/md5-cache/sys-cluster/kube-proxy-1.15.0 @@ -1,13 +1,13 @@ DEFINED_PHASES=compile install prepare test unpack -DEPEND=dev-go/go-bindata >=dev-lang/go-1.10 -DESCRIPTION=Kubernetes Node Agent +DEPEND=dev-go/go-bindata >=dev-lang/go-1.11 >=dev-lang/go-1.10 +DESCRIPTION=Kubernetes Proxy service EAPI=6 HOMEPAGE=https://github.com/kubernetes/kubernetes https://kubernetes.io -IUSE=hardened KEYWORDS=~amd64 LICENSE=Apache-2.0 +RDEPEND=net-firewall/conntrack-tools RESTRICT=test SLOT=0 -SRC_URI=https://github.com/kubernetes/kubernetes/archive/v1.10.12.tar.gz -> kubernetes-1.10.12.tar.gz +SRC_URI=https://github.com/kubernetes/kubernetes/archive/v1.15.0.tar.gz -> kubernetes-1.15.0.tar.gz _eclasses_=golang-base c57d2c3f9e1a02d0feb8b87c7b689892 golang-build dc25bafa8fc1305a4de66a0a448472e7 golang-vcs-snapshot 12177e83bede6f7fb87eae383864b40b -_md5_=72e6b382c6580c2ae2902dc371373222 +_md5_=55aeb7a564b39695fc0cd5bf65ed9902 diff --git a/metadata/md5-cache/sys-cluster/kube-scheduler-1.15.0 b/metadata/md5-cache/sys-cluster/kube-scheduler-1.15.0 new file mode 100644 index 000000000000..ffd111f6c04c --- /dev/null +++ b/metadata/md5-cache/sys-cluster/kube-scheduler-1.15.0 @@ -0,0 +1,12 @@ +DEFINED_PHASES=compile install prepare setup test unpack +DEPEND=dev-go/go-bindata >=dev-lang/go-1.11 >=dev-lang/go-1.10 +DESCRIPTION=Kubernetes Scheduler +EAPI=6 +HOMEPAGE=https://github.com/kubernetes/kubernetes https://kubernetes.io +KEYWORDS=~amd64 +LICENSE=Apache-2.0 +RESTRICT=test +SLOT=0 +SRC_URI=https://github.com/kubernetes/kubernetes/archive/v1.15.0.tar.gz -> kubernetes-1.15.0.tar.gz +_eclasses_=golang-base c57d2c3f9e1a02d0feb8b87c7b689892 golang-build dc25bafa8fc1305a4de66a0a448472e7 golang-vcs-snapshot 12177e83bede6f7fb87eae383864b40b user e68863263b1e8611dacf381bec5c8b2b +_md5_=b902e1e2d71212f733fb50894e5e87ce diff --git a/metadata/md5-cache/sys-cluster/kubeadm-1.14.2 b/metadata/md5-cache/sys-cluster/kubeadm-1.15.0 similarity index 81% rename from metadata/md5-cache/sys-cluster/kubeadm-1.14.2 rename to metadata/md5-cache/sys-cluster/kubeadm-1.15.0 index 53298d7439f8..66f1dff5f6d6 100644 --- a/metadata/md5-cache/sys-cluster/kubeadm-1.14.2 +++ b/metadata/md5-cache/sys-cluster/kubeadm-1.15.0 @@ -7,6 +7,6 @@ KEYWORDS=~amd64 LICENSE=Apache-2.0 RESTRICT=test SLOT=0 -SRC_URI=https://github.com/kubernetes/kubernetes/archive/v1.14.2.tar.gz -> kubernetes-1.14.2.tar.gz +SRC_URI=https://github.com/kubernetes/kubernetes/archive/v1.15.0.tar.gz -> kubernetes-1.15.0.tar.gz _eclasses_=bash-completion-r1 47a7402d95930413ce25ba8d857339bb golang-base c57d2c3f9e1a02d0feb8b87c7b689892 golang-build dc25bafa8fc1305a4de66a0a448472e7 golang-vcs-snapshot 12177e83bede6f7fb87eae383864b40b multilib 1d91b03d42ab6308b5f4f6b598ed110e toolchain-funcs 8c7f9d80beedd16f2e5a7f612c609529 -_md5_=fcb6587694b5f25ab39d19a03f0ab955 +_md5_=dbdcf427289f201b6cefb595d6cbf194 diff --git a/metadata/md5-cache/sys-cluster/kubectl-1.10.12 b/metadata/md5-cache/sys-cluster/kubectl-1.10.12 deleted file mode 100644 index 78cb0a13d08e..000000000000 --- a/metadata/md5-cache/sys-cluster/kubectl-1.10.12 +++ /dev/null @@ -1,12 +0,0 @@ -DEFINED_PHASES=compile install prepare test unpack -DEPEND=dev-go/go-bindata >=dev-lang/go-1.10 -DESCRIPTION=CLI to run commands against Kubernetes clusters -EAPI=6 -HOMEPAGE=https://github.com/kubernetes/kubernetes https://kubernetes.io -KEYWORDS=~amd64 -LICENSE=Apache-2.0 -RESTRICT=test -SLOT=0 -SRC_URI=https://github.com/kubernetes/kubernetes/archive/v1.10.12.tar.gz -> kubernetes-1.10.12.tar.gz -_eclasses_=bash-completion-r1 47a7402d95930413ce25ba8d857339bb golang-base c57d2c3f9e1a02d0feb8b87c7b689892 golang-build dc25bafa8fc1305a4de66a0a448472e7 golang-vcs-snapshot 12177e83bede6f7fb87eae383864b40b multilib 1d91b03d42ab6308b5f4f6b598ed110e toolchain-funcs 8c7f9d80beedd16f2e5a7f612c609529 -_md5_=41286532f1c58f95615ad90bfb910dbc diff --git a/metadata/md5-cache/sys-cluster/kubectl-1.11.6 b/metadata/md5-cache/sys-cluster/kubectl-1.11.6 deleted file mode 100644 index cd214b2e05fb..000000000000 --- a/metadata/md5-cache/sys-cluster/kubectl-1.11.6 +++ /dev/null @@ -1,12 +0,0 @@ -DEFINED_PHASES=compile install prepare test unpack -DEPEND=dev-go/go-bindata >=dev-lang/go-1.10 -DESCRIPTION=CLI to run commands against Kubernetes clusters -EAPI=6 -HOMEPAGE=https://github.com/kubernetes/kubernetes https://kubernetes.io -KEYWORDS=~amd64 -LICENSE=Apache-2.0 -RESTRICT=test -SLOT=0 -SRC_URI=https://github.com/kubernetes/kubernetes/archive/v1.11.6.tar.gz -> kubernetes-1.11.6.tar.gz -_eclasses_=bash-completion-r1 47a7402d95930413ce25ba8d857339bb golang-base c57d2c3f9e1a02d0feb8b87c7b689892 golang-build dc25bafa8fc1305a4de66a0a448472e7 golang-vcs-snapshot 12177e83bede6f7fb87eae383864b40b multilib 1d91b03d42ab6308b5f4f6b598ed110e toolchain-funcs 8c7f9d80beedd16f2e5a7f612c609529 -_md5_=41286532f1c58f95615ad90bfb910dbc diff --git a/metadata/md5-cache/sys-cluster/kubectl-1.12.6 b/metadata/md5-cache/sys-cluster/kubectl-1.12.6 deleted file mode 100644 index 13b9b5a5ae73..000000000000 --- a/metadata/md5-cache/sys-cluster/kubectl-1.12.6 +++ /dev/null @@ -1,12 +0,0 @@ -DEFINED_PHASES=compile install prepare test unpack -DEPEND=dev-go/go-bindata >=dev-lang/go-1.10 -DESCRIPTION=CLI to run commands against Kubernetes clusters -EAPI=6 -HOMEPAGE=https://github.com/kubernetes/kubernetes https://kubernetes.io -KEYWORDS=~amd64 -LICENSE=Apache-2.0 -RESTRICT=test -SLOT=0 -SRC_URI=https://github.com/kubernetes/kubernetes/archive/v1.12.6.tar.gz -> kubernetes-1.12.6.tar.gz -_eclasses_=bash-completion-r1 47a7402d95930413ce25ba8d857339bb golang-base c57d2c3f9e1a02d0feb8b87c7b689892 golang-build dc25bafa8fc1305a4de66a0a448472e7 golang-vcs-snapshot 12177e83bede6f7fb87eae383864b40b multilib 1d91b03d42ab6308b5f4f6b598ed110e toolchain-funcs 8c7f9d80beedd16f2e5a7f612c609529 -_md5_=41286532f1c58f95615ad90bfb910dbc diff --git a/metadata/md5-cache/sys-cluster/kubectl-1.13.5 b/metadata/md5-cache/sys-cluster/kubectl-1.13.5 deleted file mode 100644 index af5eaf0da7fd..000000000000 --- a/metadata/md5-cache/sys-cluster/kubectl-1.13.5 +++ /dev/null @@ -1,12 +0,0 @@ -DEFINED_PHASES=compile install prepare test unpack -DEPEND=>=dev-lang/go-1.11 dev-go/go-bindata >=dev-lang/go-1.10 -DESCRIPTION=CLI to run commands against Kubernetes clusters -EAPI=6 -HOMEPAGE=https://github.com/kubernetes/kubernetes https://kubernetes.io -KEYWORDS=amd64 -LICENSE=Apache-2.0 -RESTRICT=test -SLOT=0 -SRC_URI=https://github.com/kubernetes/kubernetes/archive/v1.13.5.tar.gz -> kubernetes-1.13.5.tar.gz -_eclasses_=bash-completion-r1 47a7402d95930413ce25ba8d857339bb golang-base c57d2c3f9e1a02d0feb8b87c7b689892 golang-build dc25bafa8fc1305a4de66a0a448472e7 golang-vcs-snapshot 12177e83bede6f7fb87eae383864b40b multilib 1d91b03d42ab6308b5f4f6b598ed110e toolchain-funcs 8c7f9d80beedd16f2e5a7f612c609529 -_md5_=ba12c44291037fe025993c6bda8613e7 diff --git a/metadata/md5-cache/sys-cluster/kubectl-1.13.6 b/metadata/md5-cache/sys-cluster/kubectl-1.13.6 deleted file mode 100644 index 97598e499985..000000000000 --- a/metadata/md5-cache/sys-cluster/kubectl-1.13.6 +++ /dev/null @@ -1,12 +0,0 @@ -DEFINED_PHASES=compile install prepare test unpack -DEPEND=>=dev-lang/go-1.11 dev-go/go-bindata >=dev-lang/go-1.10 -DESCRIPTION=CLI to run commands against Kubernetes clusters -EAPI=6 -HOMEPAGE=https://github.com/kubernetes/kubernetes https://kubernetes.io -KEYWORDS=~amd64 -LICENSE=Apache-2.0 -RESTRICT=test -SLOT=0 -SRC_URI=https://github.com/kubernetes/kubernetes/archive/v1.13.6.tar.gz -> kubernetes-1.13.6.tar.gz -_eclasses_=bash-completion-r1 47a7402d95930413ce25ba8d857339bb golang-base c57d2c3f9e1a02d0feb8b87c7b689892 golang-build dc25bafa8fc1305a4de66a0a448472e7 golang-vcs-snapshot 12177e83bede6f7fb87eae383864b40b multilib 1d91b03d42ab6308b5f4f6b598ed110e toolchain-funcs 8c7f9d80beedd16f2e5a7f612c609529 -_md5_=1e000ed162577ab325183ac791f2ab5a diff --git a/metadata/md5-cache/sys-cluster/kubectl-1.13.7 b/metadata/md5-cache/sys-cluster/kubectl-1.13.7 index 6e280527d3fc..8f56a1b195c7 100644 --- a/metadata/md5-cache/sys-cluster/kubectl-1.13.7 +++ b/metadata/md5-cache/sys-cluster/kubectl-1.13.7 @@ -3,10 +3,10 @@ DEPEND=>=dev-lang/go-1.11 dev-go/go-bindata >=dev-lang/go-1.10 DESCRIPTION=CLI to run commands against Kubernetes clusters EAPI=6 HOMEPAGE=https://github.com/kubernetes/kubernetes https://kubernetes.io -KEYWORDS=~amd64 +KEYWORDS=amd64 LICENSE=Apache-2.0 RESTRICT=test SLOT=0 SRC_URI=https://github.com/kubernetes/kubernetes/archive/v1.13.7.tar.gz -> kubernetes-1.13.7.tar.gz _eclasses_=bash-completion-r1 47a7402d95930413ce25ba8d857339bb golang-base c57d2c3f9e1a02d0feb8b87c7b689892 golang-build dc25bafa8fc1305a4de66a0a448472e7 golang-vcs-snapshot 12177e83bede6f7fb87eae383864b40b multilib 1d91b03d42ab6308b5f4f6b598ed110e toolchain-funcs 8c7f9d80beedd16f2e5a7f612c609529 -_md5_=1e000ed162577ab325183ac791f2ab5a +_md5_=ba12c44291037fe025993c6bda8613e7 diff --git a/metadata/md5-cache/sys-cluster/kubectl-1.14.1 b/metadata/md5-cache/sys-cluster/kubectl-1.14.1 deleted file mode 100644 index 2161b92c5cbf..000000000000 --- a/metadata/md5-cache/sys-cluster/kubectl-1.14.1 +++ /dev/null @@ -1,12 +0,0 @@ -DEFINED_PHASES=compile install prepare test unpack -DEPEND=>=dev-lang/go-1.12 dev-go/go-bindata >=dev-lang/go-1.10 -DESCRIPTION=CLI to run commands against Kubernetes clusters -EAPI=6 -HOMEPAGE=https://github.com/kubernetes/kubernetes https://kubernetes.io -KEYWORDS=~amd64 -LICENSE=Apache-2.0 -RESTRICT=test -SLOT=0 -SRC_URI=https://github.com/kubernetes/kubernetes/archive/v1.14.1.tar.gz -> kubernetes-1.14.1.tar.gz -_eclasses_=bash-completion-r1 47a7402d95930413ce25ba8d857339bb golang-base c57d2c3f9e1a02d0feb8b87c7b689892 golang-build dc25bafa8fc1305a4de66a0a448472e7 golang-vcs-snapshot 12177e83bede6f7fb87eae383864b40b multilib 1d91b03d42ab6308b5f4f6b598ed110e toolchain-funcs 8c7f9d80beedd16f2e5a7f612c609529 -_md5_=1967dc9a3a57363631512f7d5e70d87f diff --git a/metadata/md5-cache/sys-cluster/kubectl-1.14.2 b/metadata/md5-cache/sys-cluster/kubectl-1.14.2 deleted file mode 100644 index f35c4528e844..000000000000 --- a/metadata/md5-cache/sys-cluster/kubectl-1.14.2 +++ /dev/null @@ -1,12 +0,0 @@ -DEFINED_PHASES=compile install prepare test unpack -DEPEND=>=dev-lang/go-1.12 dev-go/go-bindata >=dev-lang/go-1.10 -DESCRIPTION=CLI to run commands against Kubernetes clusters -EAPI=6 -HOMEPAGE=https://github.com/kubernetes/kubernetes https://kubernetes.io -KEYWORDS=~amd64 -LICENSE=Apache-2.0 -RESTRICT=test -SLOT=0 -SRC_URI=https://github.com/kubernetes/kubernetes/archive/v1.14.2.tar.gz -> kubernetes-1.14.2.tar.gz -_eclasses_=bash-completion-r1 47a7402d95930413ce25ba8d857339bb golang-base c57d2c3f9e1a02d0feb8b87c7b689892 golang-build dc25bafa8fc1305a4de66a0a448472e7 golang-vcs-snapshot 12177e83bede6f7fb87eae383864b40b multilib 1d91b03d42ab6308b5f4f6b598ed110e toolchain-funcs 8c7f9d80beedd16f2e5a7f612c609529 -_md5_=1967dc9a3a57363631512f7d5e70d87f diff --git a/metadata/md5-cache/sys-cluster/kubectl-1.14.0 b/metadata/md5-cache/sys-cluster/kubectl-1.15.0 similarity index 86% rename from metadata/md5-cache/sys-cluster/kubectl-1.14.0 rename to metadata/md5-cache/sys-cluster/kubectl-1.15.0 index 01c3d41afeec..d35740154bee 100644 --- a/metadata/md5-cache/sys-cluster/kubectl-1.14.0 +++ b/metadata/md5-cache/sys-cluster/kubectl-1.15.0 @@ -7,6 +7,6 @@ KEYWORDS=~amd64 LICENSE=Apache-2.0 RESTRICT=test SLOT=0 -SRC_URI=https://github.com/kubernetes/kubernetes/archive/v1.14.0.tar.gz -> kubernetes-1.14.0.tar.gz +SRC_URI=https://github.com/kubernetes/kubernetes/archive/v1.15.0.tar.gz -> kubernetes-1.15.0.tar.gz _eclasses_=bash-completion-r1 47a7402d95930413ce25ba8d857339bb golang-base c57d2c3f9e1a02d0feb8b87c7b689892 golang-build dc25bafa8fc1305a4de66a0a448472e7 golang-vcs-snapshot 12177e83bede6f7fb87eae383864b40b multilib 1d91b03d42ab6308b5f4f6b598ed110e toolchain-funcs 8c7f9d80beedd16f2e5a7f612c609529 _md5_=1967dc9a3a57363631512f7d5e70d87f diff --git a/metadata/md5-cache/sys-cluster/kubelet-1.11.6 b/metadata/md5-cache/sys-cluster/kubelet-1.11.6 deleted file mode 100644 index a85409ddd2da..000000000000 --- a/metadata/md5-cache/sys-cluster/kubelet-1.11.6 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile install prepare test unpack -DEPEND=dev-go/go-bindata >=dev-lang/go-1.10 -DESCRIPTION=Kubernetes Node Agent -EAPI=6 -HOMEPAGE=https://github.com/kubernetes/kubernetes https://kubernetes.io -IUSE=hardened -KEYWORDS=~amd64 -LICENSE=Apache-2.0 -RESTRICT=test -SLOT=0 -SRC_URI=https://github.com/kubernetes/kubernetes/archive/v1.11.6.tar.gz -> kubernetes-1.11.6.tar.gz -_eclasses_=golang-base c57d2c3f9e1a02d0feb8b87c7b689892 golang-build dc25bafa8fc1305a4de66a0a448472e7 golang-vcs-snapshot 12177e83bede6f7fb87eae383864b40b -_md5_=72e6b382c6580c2ae2902dc371373222 diff --git a/metadata/md5-cache/sys-cluster/kubelet-1.12.6 b/metadata/md5-cache/sys-cluster/kubelet-1.12.6 deleted file mode 100644 index 591c3e39d8b3..000000000000 --- a/metadata/md5-cache/sys-cluster/kubelet-1.12.6 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile install prepare test unpack -DEPEND=dev-go/go-bindata >=dev-lang/go-1.10 -DESCRIPTION=Kubernetes Node Agent -EAPI=6 -HOMEPAGE=https://github.com/kubernetes/kubernetes https://kubernetes.io -IUSE=hardened -KEYWORDS=~amd64 -LICENSE=Apache-2.0 -RESTRICT=test -SLOT=0 -SRC_URI=https://github.com/kubernetes/kubernetes/archive/v1.12.6.tar.gz -> kubernetes-1.12.6.tar.gz -_eclasses_=golang-base c57d2c3f9e1a02d0feb8b87c7b689892 golang-build dc25bafa8fc1305a4de66a0a448472e7 golang-vcs-snapshot 12177e83bede6f7fb87eae383864b40b -_md5_=72e6b382c6580c2ae2902dc371373222 diff --git a/metadata/md5-cache/sys-cluster/kubelet-1.15.0 b/metadata/md5-cache/sys-cluster/kubelet-1.15.0 new file mode 100644 index 000000000000..58704be6eebb --- /dev/null +++ b/metadata/md5-cache/sys-cluster/kubelet-1.15.0 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile install prepare test unpack +DEPEND=dev-go/go-bindata >=dev-lang/go-1.11 >=dev-lang/go-1.10 virtual/pkgconfig +DESCRIPTION=Kubernetes Node Agent +EAPI=6 +HOMEPAGE=https://github.com/kubernetes/kubernetes https://kubernetes.io +IUSE=hardened +KEYWORDS=~amd64 +LICENSE=Apache-2.0 +RESTRICT=test +SLOT=0 +SRC_URI=https://github.com/kubernetes/kubernetes/archive/v1.15.0.tar.gz -> kubernetes-1.15.0.tar.gz +_eclasses_=golang-base c57d2c3f9e1a02d0feb8b87c7b689892 golang-build dc25bafa8fc1305a4de66a0a448472e7 golang-vcs-snapshot 12177e83bede6f7fb87eae383864b40b multilib 1d91b03d42ab6308b5f4f6b598ed110e systemd 71fd8d2065d102753fb9e4d20eaf3e9f toolchain-funcs 8c7f9d80beedd16f2e5a7f612c609529 +_md5_=a53524dc91a7f2e22d63c86e967cd156 diff --git a/metadata/md5-cache/sys-firmware/Manifest.gz b/metadata/md5-cache/sys-firmware/Manifest.gz index 87c7456630ec..8925b9f01ec0 100644 Binary files a/metadata/md5-cache/sys-firmware/Manifest.gz and b/metadata/md5-cache/sys-firmware/Manifest.gz differ diff --git a/metadata/md5-cache/sys-firmware/intel-microcode-20190514_p20190608 b/metadata/md5-cache/sys-firmware/intel-microcode-20190618_p20190623 similarity index 92% rename from metadata/md5-cache/sys-firmware/intel-microcode-20190514_p20190608 rename to metadata/md5-cache/sys-firmware/intel-microcode-20190618_p20190623 index 5111a04f3bce..cbf5fcc44f3b 100644 --- a/metadata/md5-cache/sys-firmware/intel-microcode-20190514_p20190608 +++ b/metadata/md5-cache/sys-firmware/intel-microcode-20190618_p20190623 @@ -10,6 +10,6 @@ RDEPEND=hostonly? ( sys-apps/iucode_tool ) REQUIRED_USE=|| ( initramfs split-ucode ) RESTRICT=binchecks bindist mirror strip SLOT=0 -SRC_URI=https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/archive/microcode-20190514.tar.gz https://dev.gentoo.org/~whissi/dist/intel-microcode/intel-microcode-collection-20190608.tar.xz +SRC_URI=https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/archive/microcode-20190618.tar.gz https://dev.gentoo.org/~whissi/dist/intel-microcode/intel-microcode-collection-20190623.tar.xz _eclasses_=eapi7-ver 756b3f27d8e46131d5cf3c51bd876446 linux-info 953c3b1c472dcadbf62098a9301327f2 mount-boot 1e82d96b7a7dcb483b412497a90bb646 multilib 1d91b03d42ab6308b5f4f6b598ed110e toolchain-funcs 8c7f9d80beedd16f2e5a7f612c609529 _md5_=c0177ee4ed4324001311edc0f8cd7300 diff --git a/metadata/md5-cache/sys-kernel/Manifest.gz b/metadata/md5-cache/sys-kernel/Manifest.gz index 42014714323f..c2fe388a599c 100644 Binary files a/metadata/md5-cache/sys-kernel/Manifest.gz and b/metadata/md5-cache/sys-kernel/Manifest.gz differ diff --git a/metadata/md5-cache/sys-kernel/gentoo-sources-4.14.130 b/metadata/md5-cache/sys-kernel/gentoo-sources-4.14.130 new file mode 100644 index 000000000000..608d6e6b7c8b --- /dev/null +++ b/metadata/md5-cache/sys-kernel/gentoo-sources-4.14.130 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile install postinst postrm preinst prepare setup test unpack +DEPEND=!build? ( sys-apps/sed >=sys-devel/binutils-2.11.90.0.31 ) +DESCRIPTION=Full sources including the Gentoo patchset for the 4.14 kernel tree +EAPI=6 +HOMEPAGE=https://dev.gentoo.org/~mpagano/genpatches +IUSE=experimental symlink build +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 +LICENSE=GPL-2 +RDEPEND=!build? ( dev-lang/perl sys-devel/bc sys-devel/bison sys-devel/flex sys-devel/make >=sys-libs/ncurses-5.2 virtual/libelf ) +RESTRICT=binchecks strip +SLOT=4.14.130 +SRC_URI=mirror://kernel/linux/kernel/v4.x/linux-4.14.tar.xz mirror://gentoo/genpatches-4.14-138.base.tar.xz mirror://gentoo/genpatches-4.14-138.extras.tar.xz experimental? ( mirror://gentoo/genpatches-4.14-138.experimental.tar.xz ) +_eclasses_=eapi7-ver 756b3f27d8e46131d5cf3c51bd876446 estack 43ddf5aaffa7a8d0482df54d25a66a1f kernel-2 12a17088d0306f0e3d3c97d58534409e multilib 1d91b03d42ab6308b5f4f6b598ed110e python-any-r1 4900ae970f827a22d33d41bd8b8f9ace python-utils-r1 08e17157a6807add7db1f8d01e7e391f toolchain-funcs 8c7f9d80beedd16f2e5a7f612c609529 +_md5_=cf856d06d7cd2d3e1425b6bb2adfaff4 diff --git a/metadata/md5-cache/sys-kernel/gentoo-sources-4.19.56 b/metadata/md5-cache/sys-kernel/gentoo-sources-4.19.56 new file mode 100644 index 000000000000..796c39ca99d8 --- /dev/null +++ b/metadata/md5-cache/sys-kernel/gentoo-sources-4.19.56 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile install postinst postrm preinst prepare setup test unpack +DEPEND=!build? ( sys-apps/sed >=sys-devel/binutils-2.11.90.0.31 ) +DESCRIPTION=Full sources including the Gentoo patchset for the 4.19 kernel tree +EAPI=6 +HOMEPAGE=https://dev.gentoo.org/~mpagano/genpatches +IUSE=experimental symlink build +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 +LICENSE=GPL-2 +RDEPEND=!build? ( dev-lang/perl sys-devel/bc sys-devel/bison sys-devel/flex sys-devel/make >=sys-libs/ncurses-5.2 virtual/libelf ) +RESTRICT=binchecks strip +SLOT=4.19.56 +SRC_URI=mirror://kernel/linux/kernel/v4.x/linux-4.19.tar.xz mirror://gentoo/genpatches-4.19-56.base.tar.xz mirror://gentoo/genpatches-4.19-56.extras.tar.xz experimental? ( mirror://gentoo/genpatches-4.19-56.experimental.tar.xz ) +_eclasses_=eapi7-ver 756b3f27d8e46131d5cf3c51bd876446 estack 43ddf5aaffa7a8d0482df54d25a66a1f kernel-2 12a17088d0306f0e3d3c97d58534409e multilib 1d91b03d42ab6308b5f4f6b598ed110e python-any-r1 4900ae970f827a22d33d41bd8b8f9ace python-utils-r1 08e17157a6807add7db1f8d01e7e391f toolchain-funcs 8c7f9d80beedd16f2e5a7f612c609529 +_md5_=68a87c279af96c507136c20bd9cd6db0 diff --git a/metadata/md5-cache/sys-kernel/gentoo-sources-5.1.15 b/metadata/md5-cache/sys-kernel/gentoo-sources-5.1.15 new file mode 100644 index 000000000000..7005d9ecf2ec --- /dev/null +++ b/metadata/md5-cache/sys-kernel/gentoo-sources-5.1.15 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile install postinst postrm preinst prepare setup test unpack +DEPEND=!build? ( sys-apps/sed >=sys-devel/binutils-2.11.90.0.31 ) +DESCRIPTION=Full sources including the Gentoo patchset for the 5.1 kernel tree +EAPI=6 +HOMEPAGE=https://dev.gentoo.org/~mpagano/genpatches +IUSE=experimental symlink build +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 +LICENSE=GPL-2 +RDEPEND=!build? ( dev-lang/perl sys-devel/bc sys-devel/bison sys-devel/flex sys-devel/make >=sys-libs/ncurses-5.2 virtual/libelf ) +RESTRICT=binchecks strip +SLOT=5.1.15 +SRC_URI=mirror://kernel/linux/kernel/v5.x/linux-5.1.tar.xz mirror://gentoo/genpatches-5.1-15.base.tar.xz mirror://gentoo/genpatches-5.1-15.extras.tar.xz experimental? ( mirror://gentoo/genpatches-5.1-15.experimental.tar.xz ) +_eclasses_=eapi7-ver 756b3f27d8e46131d5cf3c51bd876446 estack 43ddf5aaffa7a8d0482df54d25a66a1f kernel-2 12a17088d0306f0e3d3c97d58534409e multilib 1d91b03d42ab6308b5f4f6b598ed110e python-any-r1 4900ae970f827a22d33d41bd8b8f9ace python-utils-r1 08e17157a6807add7db1f8d01e7e391f toolchain-funcs 8c7f9d80beedd16f2e5a7f612c609529 +_md5_=4f61b6807ea5b05a6763f4b5fcefdcc1 diff --git a/metadata/md5-cache/sys-kernel/vanilla-sources-4.14.129 b/metadata/md5-cache/sys-kernel/vanilla-sources-4.14.130 similarity index 92% rename from metadata/md5-cache/sys-kernel/vanilla-sources-4.14.129 rename to metadata/md5-cache/sys-kernel/vanilla-sources-4.14.130 index a6c384ad4779..ed22b2672255 100644 --- a/metadata/md5-cache/sys-kernel/vanilla-sources-4.14.129 +++ b/metadata/md5-cache/sys-kernel/vanilla-sources-4.14.130 @@ -8,7 +8,7 @@ KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 LICENSE=GPL-2 RDEPEND=!build? ( dev-lang/perl sys-devel/bc sys-devel/bison sys-devel/flex sys-devel/make >=sys-libs/ncurses-5.2 virtual/libelf ) RESTRICT=binchecks strip -SLOT=4.14.129 -SRC_URI=mirror://kernel/linux/kernel/v4.x/patch-4.14.129.xz mirror://kernel/linux/kernel/v4.x/linux-4.14.tar.xz +SLOT=4.14.130 +SRC_URI=mirror://kernel/linux/kernel/v4.x/patch-4.14.130.xz mirror://kernel/linux/kernel/v4.x/linux-4.14.tar.xz _eclasses_=eapi7-ver 756b3f27d8e46131d5cf3c51bd876446 estack 43ddf5aaffa7a8d0482df54d25a66a1f kernel-2 12a17088d0306f0e3d3c97d58534409e multilib 1d91b03d42ab6308b5f4f6b598ed110e python-any-r1 4900ae970f827a22d33d41bd8b8f9ace python-utils-r1 08e17157a6807add7db1f8d01e7e391f toolchain-funcs 8c7f9d80beedd16f2e5a7f612c609529 _md5_=9e988693886cf9427c6bc538c9613582 diff --git a/metadata/md5-cache/sys-kernel/vanilla-sources-4.19.55 b/metadata/md5-cache/sys-kernel/vanilla-sources-4.19.56 similarity index 92% rename from metadata/md5-cache/sys-kernel/vanilla-sources-4.19.55 rename to metadata/md5-cache/sys-kernel/vanilla-sources-4.19.56 index 2354c0accc09..f4d4fd621928 100644 --- a/metadata/md5-cache/sys-kernel/vanilla-sources-4.19.55 +++ b/metadata/md5-cache/sys-kernel/vanilla-sources-4.19.56 @@ -8,7 +8,7 @@ KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 LICENSE=GPL-2 RDEPEND=!build? ( dev-lang/perl sys-devel/bc sys-devel/bison sys-devel/flex sys-devel/make >=sys-libs/ncurses-5.2 virtual/libelf ) RESTRICT=binchecks strip -SLOT=4.19.55 -SRC_URI=mirror://kernel/linux/kernel/v4.x/patch-4.19.55.xz mirror://kernel/linux/kernel/v4.x/linux-4.19.tar.xz +SLOT=4.19.56 +SRC_URI=mirror://kernel/linux/kernel/v4.x/patch-4.19.56.xz mirror://kernel/linux/kernel/v4.x/linux-4.19.tar.xz _eclasses_=eapi7-ver 756b3f27d8e46131d5cf3c51bd876446 estack 43ddf5aaffa7a8d0482df54d25a66a1f kernel-2 12a17088d0306f0e3d3c97d58534409e multilib 1d91b03d42ab6308b5f4f6b598ed110e python-any-r1 4900ae970f827a22d33d41bd8b8f9ace python-utils-r1 08e17157a6807add7db1f8d01e7e391f toolchain-funcs 8c7f9d80beedd16f2e5a7f612c609529 _md5_=9e988693886cf9427c6bc538c9613582 diff --git a/metadata/md5-cache/sys-kernel/vanilla-sources-5.1.14 b/metadata/md5-cache/sys-kernel/vanilla-sources-5.1.15 similarity index 92% rename from metadata/md5-cache/sys-kernel/vanilla-sources-5.1.14 rename to metadata/md5-cache/sys-kernel/vanilla-sources-5.1.15 index 16a1ea4dac51..83fc6fb56520 100644 --- a/metadata/md5-cache/sys-kernel/vanilla-sources-5.1.14 +++ b/metadata/md5-cache/sys-kernel/vanilla-sources-5.1.15 @@ -8,7 +8,7 @@ KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 LICENSE=GPL-2 RDEPEND=!build? ( dev-lang/perl sys-devel/bc sys-devel/bison sys-devel/flex sys-devel/make >=sys-libs/ncurses-5.2 virtual/libelf ) RESTRICT=binchecks strip -SLOT=5.1.14 -SRC_URI=mirror://kernel/linux/kernel/v5.x/patch-5.1.14.xz mirror://kernel/linux/kernel/v5.x/linux-5.1.tar.xz +SLOT=5.1.15 +SRC_URI=mirror://kernel/linux/kernel/v5.x/patch-5.1.15.xz mirror://kernel/linux/kernel/v5.x/linux-5.1.tar.xz _eclasses_=eapi7-ver 756b3f27d8e46131d5cf3c51bd876446 estack 43ddf5aaffa7a8d0482df54d25a66a1f kernel-2 12a17088d0306f0e3d3c97d58534409e multilib 1d91b03d42ab6308b5f4f6b598ed110e python-any-r1 4900ae970f827a22d33d41bd8b8f9ace python-utils-r1 08e17157a6807add7db1f8d01e7e391f toolchain-funcs 8c7f9d80beedd16f2e5a7f612c609529 _md5_=9e988693886cf9427c6bc538c9613582 diff --git a/metadata/md5-cache/virtual/Manifest.gz b/metadata/md5-cache/virtual/Manifest.gz index fadc3548a3d8..22390a504b9f 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/python-futures-1 b/metadata/md5-cache/virtual/python-futures-1 index cf866c3c8bb1..f578bc31de57 100644 --- a/metadata/md5-cache/virtual/python-futures-1 +++ b/metadata/md5-cache/virtual/python-futures-1 @@ -2,9 +2,9 @@ DEFINED_PHASES=- DESCRIPTION=A virtual for the Python concurrent.futures module EAPI=7 IUSE=python_targets_pypy python_targets_pypy3 python_targets_python2_7 python_targets_python3_5 python_targets_python3_6 python_targets_python3_7 -KEYWORDS=alpha amd64 arm arm64 hppa ia64 m68k ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~amd64-linux +KEYWORDS=alpha amd64 arm arm64 hppa ia64 m68k ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~amd64-linux ~x86-linux RDEPEND=python_targets_pypy? ( >=virtual/pypy-5:0= ) python_targets_pypy3? ( >=virtual/pypy3-5:0= ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) python_targets_python3_7? ( dev-lang/python:3.7 ) >=dev-lang/python-exec-2:=[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] python_targets_pypy? ( dev-python/futures[python_targets_pypy(-)?,-python_single_target_pypy(-),python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) python_targets_python2_7? ( dev-python/futures[python_targets_pypy(-)?,-python_single_target_pypy(-),python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) REQUIRED_USE=|| ( python_targets_pypy python_targets_pypy3 python_targets_python2_7 python_targets_python3_5 python_targets_python3_6 python_targets_python3_7 ) SLOT=0 _eclasses_=multibuild 40fe59465edacd730c644ec2bc197809 multilib 1d91b03d42ab6308b5f4f6b598ed110e python-r1 ce1cd23cfdc1848e8e32743efe34f299 python-utils-r1 08e17157a6807add7db1f8d01e7e391f toolchain-funcs 8c7f9d80beedd16f2e5a7f612c609529 -_md5_=6b4ce417affabfd65bdd475437d03010 +_md5_=1f8205ea3b9534c2f9e5614e74d80da6 diff --git a/metadata/md5-cache/virtual/python-typing-0-r1 b/metadata/md5-cache/virtual/python-typing-0-r1 index 17ed54b6c08e..70df5428065c 100644 --- a/metadata/md5-cache/virtual/python-typing-0-r1 +++ b/metadata/md5-cache/virtual/python-typing-0-r1 @@ -2,9 +2,9 @@ DEFINED_PHASES=- DESCRIPTION=A virtual for the Python typing module EAPI=6 IUSE=python_targets_pypy python_targets_pypy3 python_targets_python2_7 python_targets_python3_5 python_targets_python3_6 python_targets_python3_7 -KEYWORDS=alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sparc x86 ~amd64-fbsd ~amd64-linux ~x64-solaris +KEYWORDS=alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sparc x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~x64-solaris RDEPEND=python_targets_pypy? ( >=virtual/pypy-5:0= ) python_targets_pypy3? ( >=virtual/pypy3-5:0= ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) python_targets_python3_7? ( dev-lang/python:3.7 ) >=dev-lang/python-exec-2:=[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] python_targets_pypy? ( dev-python/typing[python_targets_pypy(-)?,-python_single_target_pypy(-),python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) python_targets_python2_7? ( dev-python/typing[python_targets_pypy(-)?,-python_single_target_pypy(-),python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) REQUIRED_USE=|| ( python_targets_pypy python_targets_pypy3 python_targets_python2_7 python_targets_python3_5 python_targets_python3_6 python_targets_python3_7 ) SLOT=0 _eclasses_=multibuild 40fe59465edacd730c644ec2bc197809 multilib 1d91b03d42ab6308b5f4f6b598ed110e python-r1 ce1cd23cfdc1848e8e32743efe34f299 python-utils-r1 08e17157a6807add7db1f8d01e7e391f toolchain-funcs 8c7f9d80beedd16f2e5a7f612c609529 -_md5_=c403bf025091e1fb5357382369c68275 +_md5_=1ccb0f41b525576ac0966730dfb00c51 diff --git a/metadata/md5-cache/www-apps/Manifest.gz b/metadata/md5-cache/www-apps/Manifest.gz index 9b3f9f380f5c..0cce0a5f420f 100644 Binary files a/metadata/md5-cache/www-apps/Manifest.gz and b/metadata/md5-cache/www-apps/Manifest.gz differ diff --git a/metadata/md5-cache/www-apps/phpBB-3.1.10-r1 b/metadata/md5-cache/www-apps/phpBB-3.1.10-r1 deleted file mode 100644 index b3bb644fde21..000000000000 --- a/metadata/md5-cache/www-apps/phpBB-3.1.10-r1 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=install postinst prerm setup -DEPEND=|| ( virtual/httpd-cgi virtual/httpd-fastcgi ) >=app-admin/webapp-config-1.50.15 -DESCRIPTION=An open-source bulletin board package -EAPI=6 -HOMEPAGE=https://www.phpbb.com/ -IUSE=ftp gd imagemagick mssql mysqli postgres sqlite xml zlib vhosts -KEYWORDS=~alpha ~amd64 ~arm64 ~ppc ~sparc ~x86 -LICENSE=GPL-2 -RDEPEND==virtual/httpd-php-5*:* =dev-lang/php-5*:*[ftp?,gd?,json,mssql?,mysqli?,postgres?,sqlite?,xml?,zlib?] imagemagick? ( virtual/imagemagick-tools ) >=app-admin/webapp-config-1.50.15 -SLOT=3.1.10-r1 -SRC_URI=https://download.phpbb.com/pub/release/3.1/3.1.10/phpBB-3.1.10.tar.bz2 -_eclasses_=webapp 16783e418aca3ffa461d68310bf7ab12 -_md5_=2ea6407e4834f999c1605fc0e9492c74 diff --git a/metadata/md5-cache/www-apps/phpBB-3.2.7 b/metadata/md5-cache/www-apps/phpBB-3.2.7 new file mode 100644 index 000000000000..37ddc9aa5794 --- /dev/null +++ b/metadata/md5-cache/www-apps/phpBB-3.2.7 @@ -0,0 +1,14 @@ +DEFINED_PHASES=install postinst prerm setup +DEPEND=|| ( virtual/httpd-cgi virtual/httpd-fastcgi ) >=app-admin/webapp-config-1.50.15 +DESCRIPTION=An open-source PHP-based bulletin board package +EAPI=7 +HOMEPAGE=https://www.phpbb.com/ +IUSE=ftp gd mssql mysqli postgres sqlite zlib vhosts +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~ppc ~sparc ~x86 +LICENSE=GPL-2 +RDEPEND=>=virtual/httpd-php-5.4:* >=dev-lang/php-5.4:*[ftp?,gd?,json,mssql?,mysqli?,postgres?,sqlite?,xml,zlib?] >=app-admin/webapp-config-1.50.15 +REQUIRED_USE=|| ( mssql mysqli postgres sqlite ) +SLOT=3.2.7 +SRC_URI=https://www.phpbb.com/files/release/phpBB-3.2.7.tar.bz2 +_eclasses_=webapp 16783e418aca3ffa461d68310bf7ab12 +_md5_=9cd5e7ae9b46143b2a3ddbef9cc83357 diff --git a/metadata/md5-cache/www-client/Manifest.gz b/metadata/md5-cache/www-client/Manifest.gz index b0360bd70809..5ec2ac1c2b13 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/chromium-75.0.3770.100 b/metadata/md5-cache/www-client/chromium-75.0.3770.100 index c44d70e271a8..17705fbf7a0f 100644 --- a/metadata/md5-cache/www-client/chromium-75.0.3770.100 +++ b/metadata/md5-cache/www-client/chromium-75.0.3770.100 @@ -13,4 +13,4 @@ RESTRICT=!system-ffmpeg? ( proprietary-codecs? ( bindist ) ) SLOT=0 SRC_URI=https://commondatastorage.googleapis.com/chromium-browser-official/chromium-75.0.3770.100.tar.xz _eclasses_=check-reqs 2c6f909675083dce8430b648bf737cb0 chromium-2 92ff174aa2b13d6ea0c4539533f0b2de desktop b1d22ac8bdd4679ab79c71aca235009d eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic 7ba73aee7fe4462b3a745e3645ab92ca linux-info 953c3b1c472dcadbf62098a9301327f2 multilib 1d91b03d42ab6308b5f4f6b598ed110e multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f pax-utils db85a3c508cf82c45f24b2723791cc93 portability 2b88d3ecc35035a3b8ab628b49cafb0e python-any-r1 4900ae970f827a22d33d41bd8b8f9ace python-utils-r1 08e17157a6807add7db1f8d01e7e391f readme.gentoo-r1 22ae82e140bdd95d17a34fd5fd733190 toolchain-funcs 8c7f9d80beedd16f2e5a7f612c609529 xdg-utils 14d00d009167652b1fa363e55effe213 -_md5_=ec7f1a15729036b07c416eac7f31da8b +_md5_=707a70527778833c9bddbc28dd140d8b diff --git a/metadata/md5-cache/www-client/chromium-76.0.3809.36 b/metadata/md5-cache/www-client/chromium-76.0.3809.36 index c9282a48f26c..5f5c6433daa7 100644 --- a/metadata/md5-cache/www-client/chromium-76.0.3809.36 +++ b/metadata/md5-cache/www-client/chromium-76.0.3809.36 @@ -13,4 +13,4 @@ RESTRICT=!system-ffmpeg? ( proprietary-codecs? ( bindist ) ) SLOT=0 SRC_URI=https://commondatastorage.googleapis.com/chromium-browser-official/chromium-76.0.3809.36.tar.xz _eclasses_=check-reqs 2c6f909675083dce8430b648bf737cb0 chromium-2 92ff174aa2b13d6ea0c4539533f0b2de desktop b1d22ac8bdd4679ab79c71aca235009d eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic 7ba73aee7fe4462b3a745e3645ab92ca linux-info 953c3b1c472dcadbf62098a9301327f2 multilib 1d91b03d42ab6308b5f4f6b598ed110e multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f pax-utils db85a3c508cf82c45f24b2723791cc93 portability 2b88d3ecc35035a3b8ab628b49cafb0e python-any-r1 4900ae970f827a22d33d41bd8b8f9ace python-utils-r1 08e17157a6807add7db1f8d01e7e391f readme.gentoo-r1 22ae82e140bdd95d17a34fd5fd733190 toolchain-funcs 8c7f9d80beedd16f2e5a7f612c609529 xdg-utils 14d00d009167652b1fa363e55effe213 -_md5_=fc3032290fb7f19862818157d0ac8cd4 +_md5_=3047f100425a02f647dd70aab5fbd666 diff --git a/metadata/md5-cache/www-client/opera-beta-62.0.3331.10 b/metadata/md5-cache/www-client/opera-beta-62.0.3331.16 similarity index 81% rename from metadata/md5-cache/www-client/opera-beta-62.0.3331.10 rename to metadata/md5-cache/www-client/opera-beta-62.0.3331.16 index 3680d6fac86f..a76eab5a1d72 100644 --- a/metadata/md5-cache/www-client/opera-beta-62.0.3331.10 +++ b/metadata/md5-cache/www-client/opera-beta-62.0.3331.16 @@ -7,6 +7,6 @@ KEYWORDS=~amd64 LICENSE=OPERA-2014 RDEPEND=dev-libs/expat dev-libs/glib:2 dev-libs/nspr dev-libs/nss gnome-base/gconf:2 media-libs/alsa-lib media-libs/fontconfig media-libs/freetype net-misc/curl net-print/cups sys-apps/dbus x11-libs/cairo x11-libs/gdk-pixbuf x11-libs/gtk+:3 x11-libs/libX11 x11-libs/libXScrnSaver x11-libs/libXcomposite x11-libs/libXcursor x11-libs/libXdamage x11-libs/libXext x11-libs/libXfixes x11-libs/libXi x11-libs/libXrandr x11-libs/libXrender x11-libs/libXtst x11-libs/libnotify x11-libs/pango[X] SLOT=0 -SRC_URI=amd64? ( https://download1.operacdn.com/pub/opera-beta/62.0.3331.10/linux/opera-beta_62.0.3331.10_amd64.deb https://download2.operacdn.com/pub/opera-beta/62.0.3331.10/linux/opera-beta_62.0.3331.10_amd64.deb https://download3.operacdn.com/pub/opera-beta/62.0.3331.10/linux/opera-beta_62.0.3331.10_amd64.deb https://download4.operacdn.com/pub/opera-beta/62.0.3331.10/linux/opera-beta_62.0.3331.10_amd64.deb ) +SRC_URI=amd64? ( https://download1.operacdn.com/pub/opera-beta/62.0.3331.16/linux/opera-beta_62.0.3331.16_amd64.deb https://download2.operacdn.com/pub/opera-beta/62.0.3331.16/linux/opera-beta_62.0.3331.16_amd64.deb https://download3.operacdn.com/pub/opera-beta/62.0.3331.16/linux/opera-beta_62.0.3331.16_amd64.deb https://download4.operacdn.com/pub/opera-beta/62.0.3331.16/linux/opera-beta_62.0.3331.16_amd64.deb ) _eclasses_=chromium-2 92ff174aa2b13d6ea0c4539533f0b2de eutils 6e6c2737b59a4b982de6fb3ecefd87f8 linux-info 953c3b1c472dcadbf62098a9301327f2 multilib 1d91b03d42ab6308b5f4f6b598ed110e toolchain-funcs 8c7f9d80beedd16f2e5a7f612c609529 unpacker 3cd8bad0d31e525cd26be1bfa4e61631 xdg-utils 14d00d009167652b1fa363e55effe213 _md5_=3a6af105b075ad391ce7d3274cbee92f diff --git a/metadata/md5-cache/www-client/opera-developer-63.0.3347.0 b/metadata/md5-cache/www-client/opera-developer-63.0.3359.0 similarity index 79% rename from metadata/md5-cache/www-client/opera-developer-63.0.3347.0 rename to metadata/md5-cache/www-client/opera-developer-63.0.3359.0 index 4c71e4920219..d652eea8bc92 100644 --- a/metadata/md5-cache/www-client/opera-developer-63.0.3347.0 +++ b/metadata/md5-cache/www-client/opera-developer-63.0.3359.0 @@ -7,6 +7,6 @@ KEYWORDS=~amd64 LICENSE=OPERA-2014 RDEPEND=dev-libs/expat dev-libs/glib:2 dev-libs/nspr dev-libs/nss gnome-base/gconf:2 media-libs/alsa-lib media-libs/fontconfig media-libs/freetype net-misc/curl net-print/cups sys-apps/dbus x11-libs/cairo x11-libs/gdk-pixbuf x11-libs/gtk+:3 x11-libs/libX11 x11-libs/libXScrnSaver x11-libs/libXcomposite x11-libs/libXcursor x11-libs/libXdamage x11-libs/libXext x11-libs/libXfixes x11-libs/libXi x11-libs/libXrandr x11-libs/libXrender x11-libs/libXtst x11-libs/libnotify x11-libs/pango[X] SLOT=0 -SRC_URI=amd64? ( https://download1.operacdn.com/pub/opera-developer/63.0.3347.0/linux/opera-developer_63.0.3347.0_amd64.deb https://download2.operacdn.com/pub/opera-developer/63.0.3347.0/linux/opera-developer_63.0.3347.0_amd64.deb https://download3.operacdn.com/pub/opera-developer/63.0.3347.0/linux/opera-developer_63.0.3347.0_amd64.deb https://download4.operacdn.com/pub/opera-developer/63.0.3347.0/linux/opera-developer_63.0.3347.0_amd64.deb ) +SRC_URI=amd64? ( https://download1.operacdn.com/pub/opera-developer/63.0.3359.0/linux/opera-developer_63.0.3359.0_amd64.deb https://download2.operacdn.com/pub/opera-developer/63.0.3359.0/linux/opera-developer_63.0.3359.0_amd64.deb https://download3.operacdn.com/pub/opera-developer/63.0.3359.0/linux/opera-developer_63.0.3359.0_amd64.deb https://download4.operacdn.com/pub/opera-developer/63.0.3359.0/linux/opera-developer_63.0.3359.0_amd64.deb ) _eclasses_=chromium-2 92ff174aa2b13d6ea0c4539533f0b2de eutils 6e6c2737b59a4b982de6fb3ecefd87f8 linux-info 953c3b1c472dcadbf62098a9301327f2 multilib 1d91b03d42ab6308b5f4f6b598ed110e toolchain-funcs 8c7f9d80beedd16f2e5a7f612c609529 unpacker 3cd8bad0d31e525cd26be1bfa4e61631 xdg-utils 14d00d009167652b1fa363e55effe213 _md5_=15a3756fba642990d5e49f40be495e5e diff --git a/metadata/md5-cache/www-servers/Manifest.gz b/metadata/md5-cache/www-servers/Manifest.gz index 522d9be19aff..e9f8ec3c8f43 100644 Binary files a/metadata/md5-cache/www-servers/Manifest.gz and b/metadata/md5-cache/www-servers/Manifest.gz differ diff --git a/metadata/md5-cache/www-servers/nginx-1.17.1 b/metadata/md5-cache/www-servers/nginx-1.17.1 new file mode 100644 index 000000000000..6b1586180df7 --- /dev/null +++ b/metadata/md5-cache/www-servers/nginx-1.17.1 @@ -0,0 +1,16 @@ +DEFINED_PHASES=compile configure install postinst prepare setup test +DEPEND=pcre? ( dev-libs/libpcre:= ) pcre-jit? ( dev-libs/libpcre:=[jit] ) ssl? ( !libressl? ( dev-libs/openssl:0= ) libressl? ( dev-libs/libressl:= ) ) http2? ( !libressl? ( >=dev-libs/openssl-1.0.1c:0= ) libressl? ( dev-libs/libressl:= ) ) http-cache? ( userland_GNU? ( !libressl? ( dev-libs/openssl:0= ) libressl? ( dev-libs/libressl:= ) ) ) nginx_modules_http_brotli? ( app-arch/brotli:= ) nginx_modules_http_geoip? ( dev-libs/geoip ) nginx_modules_http_geoip2? ( dev-libs/libmaxminddb:= ) nginx_modules_http_gunzip? ( sys-libs/zlib ) nginx_modules_http_gzip? ( sys-libs/zlib ) nginx_modules_http_gzip_static? ( sys-libs/zlib ) nginx_modules_http_image_filter? ( media-libs/gd:=[jpeg,png] ) nginx_modules_http_perl? ( >=dev-lang/perl-5.8:= ) nginx_modules_http_rewrite? ( dev-libs/libpcre:= ) nginx_modules_http_secure_link? ( userland_GNU? ( !libressl? ( dev-libs/openssl:0= ) libressl? ( dev-libs/libressl:= ) ) ) nginx_modules_http_xslt? ( dev-libs/libxml2:= dev-libs/libxslt ) nginx_modules_http_lua? ( dev-lang/luajit:2= ) nginx_modules_http_auth_pam? ( virtual/pam ) nginx_modules_http_metrics? ( dev-libs/yajl:= ) nginx_modules_http_dav_ext? ( dev-libs/libxml2 ) nginx_modules_http_security? ( dev-libs/apr:= dev-libs/apr-util:= dev-libs/libxml2:= net-misc/curl www-servers/apache ) nginx_modules_http_auth_ldap? ( net-nds/openldap[ssl?] ) nginx_modules_stream_geoip? ( dev-libs/geoip ) nginx_modules_stream_geoip2? ( dev-libs/libmaxminddb:= ) nginx_modules_http_brotli? ( virtual/pkgconfig ) nginx_modules_http_security? ( !=sys-devel/automake-1.16.1:1.16 >=sys-devel/automake-1.15.1:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 ) arm? ( dev-libs/libatomic_ops ) libatomic? ( dev-libs/libatomic_ops ) >=app-portage/elt-patches-20170815 virtual/pkgconfig +DESCRIPTION=Robust, small and high performance http and reverse proxy server +EAPI=6 +HOMEPAGE=https://nginx.org +IUSE=aio debug +http +http2 +http-cache +ipv6 libatomic libressl luajit +pcre pcre-jit rtmp selinux ssl threads userland_GNU vim-syntax +nginx_modules_http_access +nginx_modules_http_auth_basic +nginx_modules_http_autoindex +nginx_modules_http_browser +nginx_modules_http_charset +nginx_modules_http_empty_gif +nginx_modules_http_fastcgi +nginx_modules_http_geo +nginx_modules_http_grpc +nginx_modules_http_gzip +nginx_modules_http_limit_req +nginx_modules_http_limit_conn +nginx_modules_http_map +nginx_modules_http_memcached +nginx_modules_http_mirror +nginx_modules_http_proxy +nginx_modules_http_referer +nginx_modules_http_rewrite +nginx_modules_http_scgi +nginx_modules_http_ssi +nginx_modules_http_split_clients +nginx_modules_http_upstream_hash +nginx_modules_http_upstream_ip_hash +nginx_modules_http_upstream_keepalive +nginx_modules_http_upstream_least_conn +nginx_modules_http_upstream_zone +nginx_modules_http_userid +nginx_modules_http_uwsgi nginx_modules_http_addition nginx_modules_http_auth_request nginx_modules_http_dav nginx_modules_http_degradation nginx_modules_http_flv nginx_modules_http_geoip nginx_modules_http_gunzip nginx_modules_http_gzip_static nginx_modules_http_image_filter nginx_modules_http_mp4 nginx_modules_http_perl nginx_modules_http_random_index nginx_modules_http_realip nginx_modules_http_secure_link nginx_modules_http_slice nginx_modules_http_stub_status nginx_modules_http_sub nginx_modules_http_xslt nginx_modules_stream_access nginx_modules_stream_geo nginx_modules_stream_limit_conn nginx_modules_stream_map nginx_modules_stream_return nginx_modules_stream_split_clients nginx_modules_stream_upstream_hash nginx_modules_stream_upstream_least_conn nginx_modules_stream_upstream_zone nginx_modules_stream_geoip nginx_modules_stream_realip nginx_modules_stream_ssl_preread nginx_modules_mail_imap nginx_modules_mail_pop3 nginx_modules_mail_smtp nginx_modules_http_auth_ldap nginx_modules_http_auth_pam nginx_modules_http_brotli nginx_modules_http_cache_purge nginx_modules_http_dav_ext nginx_modules_http_echo nginx_modules_http_fancyindex nginx_modules_http_geoip2 nginx_modules_http_headers_more nginx_modules_http_javascript nginx_modules_http_lua nginx_modules_http_memc nginx_modules_http_metrics nginx_modules_http_mogilefs nginx_modules_http_naxsi nginx_modules_http_push_stream nginx_modules_http_security nginx_modules_http_slowfs_cache nginx_modules_http_sticky nginx_modules_http_upload_progress nginx_modules_http_upstream_check nginx_modules_http_vhost_traffic_status nginx_modules_stream_geoip2 nginx_modules_stream_javascript nginx_modules_http_spdy +KEYWORDS=~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux +LICENSE=BSD-2 BSD SSLeay MIT GPL-2 GPL-2+ nginx_modules_http_security? ( Apache-2.0 ) nginx_modules_http_push_stream? ( GPL-3 ) +PDEPEND=vim-syntax? ( app-vim/nginx-syntax ) +RDEPEND=pcre? ( dev-libs/libpcre:= ) pcre-jit? ( dev-libs/libpcre:=[jit] ) ssl? ( !libressl? ( dev-libs/openssl:0= ) libressl? ( dev-libs/libressl:= ) ) http2? ( !libressl? ( >=dev-libs/openssl-1.0.1c:0= ) libressl? ( dev-libs/libressl:= ) ) http-cache? ( userland_GNU? ( !libressl? ( dev-libs/openssl:0= ) libressl? ( dev-libs/libressl:= ) ) ) nginx_modules_http_brotli? ( app-arch/brotli:= ) nginx_modules_http_geoip? ( dev-libs/geoip ) nginx_modules_http_geoip2? ( dev-libs/libmaxminddb:= ) nginx_modules_http_gunzip? ( sys-libs/zlib ) nginx_modules_http_gzip? ( sys-libs/zlib ) nginx_modules_http_gzip_static? ( sys-libs/zlib ) nginx_modules_http_image_filter? ( media-libs/gd:=[jpeg,png] ) nginx_modules_http_perl? ( >=dev-lang/perl-5.8:= ) nginx_modules_http_rewrite? ( dev-libs/libpcre:= ) nginx_modules_http_secure_link? ( userland_GNU? ( !libressl? ( dev-libs/openssl:0= ) libressl? ( dev-libs/libressl:= ) ) ) nginx_modules_http_xslt? ( dev-libs/libxml2:= dev-libs/libxslt ) nginx_modules_http_lua? ( dev-lang/luajit:2= ) nginx_modules_http_auth_pam? ( virtual/pam ) nginx_modules_http_metrics? ( dev-libs/yajl:= ) nginx_modules_http_dav_ext? ( dev-libs/libxml2 ) nginx_modules_http_security? ( dev-libs/apr:= dev-libs/apr-util:= dev-libs/libxml2:= net-misc/curl www-servers/apache ) nginx_modules_http_auth_ldap? ( net-nds/openldap[ssl?] ) nginx_modules_stream_geoip? ( dev-libs/geoip ) nginx_modules_stream_geoip2? ( dev-libs/libmaxminddb:= ) selinux? ( sec-policy/selinux-nginx ) !www-servers/nginx:0 +REQUIRED_USE=pcre-jit? ( pcre ) nginx_modules_http_grpc? ( http2 ) nginx_modules_http_lua? ( luajit nginx_modules_http_rewrite ) nginx_modules_http_naxsi? ( pcre ) nginx_modules_http_dav_ext? ( nginx_modules_http_dav ) nginx_modules_http_metrics? ( nginx_modules_http_stub_status ) nginx_modules_http_security? ( pcre ) nginx_modules_http_push_stream? ( ssl ) +RESTRICT=test +SLOT=mainline +SRC_URI=https://nginx.org/download/nginx-1.17.1.tar.gz https://github.com/simpl/ngx_devel_kit/archive/v0.3.0.tar.gz -> ngx_devel_kit-0.3.0-r1.tar.gz nginx_modules_http_auth_ldap? ( https://github.com/kvspb/nginx-auth-ldap/archive/42d195d7a7575ebab1c369ad3fc5d78dc2c2669c.tar.gz -> nginx-auth-ldap-42d195d7a7575ebab1c369ad3fc5d78dc2c2669c.tar.gz ) nginx_modules_http_auth_pam? ( https://github.com/stogh/ngx_http_auth_pam_module/archive/v1.5.1.tar.gz -> ngx_http_auth_pam-1.5.1.tar.gz ) nginx_modules_http_brotli? ( https://github.com/eustas/ngx_brotli/archive/8104036af9cff4b1d34f22d00ba857e2a93a243c.tar.gz -> ngx_brotli-8104036af9cff4b1d34f22d00ba857e2a93a243c.tar.gz ) nginx_modules_http_cache_purge? ( http://labs.frickle.com/files/ngx_cache_purge-2.3.tar.gz -> ngx_http_cache_purge-2.3.tar.gz ) nginx_modules_http_dav_ext? ( https://github.com/arut/nginx-dav-ext-module/archive/v3.0.0.tar.gz -> ngx_http_dav_ext-3.0.0.tar.gz ) nginx_modules_http_echo? ( https://github.com/openresty/echo-nginx-module/archive/v0.61.tar.gz -> ngx_http_echo-0.61.tar.gz ) nginx_modules_http_fancyindex? ( https://github.com/aperezdc/ngx-fancyindex/archive/v0.4.3.tar.gz -> ngx_http_fancyindex-0.4.3.tar.gz ) nginx_modules_http_geoip2? ( https://github.com/leev/ngx_http_geoip2_module/archive/3.2.tar.gz -> ngx_http_geoip2_module-3.2.tar.gz ) nginx_modules_http_headers_more? ( https://github.com/agentzh/headers-more-nginx-module/archive/v0.33.tar.gz -> ngx_http_headers_more-0.33.tar.gz ) nginx_modules_http_javascript? ( https://github.com/nginx/njs/archive/0.3.3.tar.gz -> njs-0.3.3.tar.gz ) nginx_modules_http_lua? ( https://github.com/openresty/lua-nginx-module/archive/v0.10.15.tar.gz -> ngx_http_lua-0.10.15.tar.gz ) nginx_modules_http_memc? ( https://github.com/openresty/memc-nginx-module/archive/v0.19.tar.gz -> ngx_memc_module-0.19.tar.gz ) nginx_modules_http_metrics? ( https://github.com/madvertise/ngx_metrics/archive/v0.1.1.tar.gz -> ngx_metrics-0.1.1.tar.gz ) nginx_modules_http_mogilefs? ( https://github.com/vkholodkov/nginx-mogilefs-module/archive/1.0.4.tar.gz -> ngx_mogilefs_module-1.0.4.tar.gz ) nginx_modules_http_naxsi? ( https://github.com/nbs-system/naxsi/archive/0.56.tar.gz -> ngx_http_naxsi-0.56.tar.gz ) nginx_modules_http_push_stream? ( https://github.com/wandenberg/nginx-push-stream-module/archive/0.5.4.tar.gz -> ngx_http_push_stream-0.5.4.tar.gz ) nginx_modules_http_security? ( https://www.modsecurity.org/tarball/2.9.3/modsecurity-2.9.3.tar.gz -> modsecurity-2.9.3.tar.gz ) nginx_modules_http_slowfs_cache? ( http://labs.frickle.com/files/ngx_slowfs_cache-1.10.tar.gz -> ngx_http_slowfs_cache-1.10.tar.gz ) nginx_modules_http_sticky? ( https://bitbucket.org/nginx-goodies/nginx-sticky-module-ng/get/1.2.6-10-g08a395c66e42.tar.bz2 -> nginx_http_sticky_module_ng-1.2.6-10-g08a395c66e42.tar.bz2 ) nginx_modules_http_upload_progress? ( https://github.com/masterzen/nginx-upload-progress-module/archive/v0.9.2.tar.gz -> ngx_http_upload_progress-0.9.2-r1.tar.gz ) nginx_modules_http_upstream_check? ( https://github.com/yaoweibin/nginx_upstream_check_module/archive/9aecf15ec379fe98f62355c57b60c0bc83296f04.tar.gz -> ngx_http_upstream_check-9aecf15ec379fe98f62355c57b60c0bc83296f04.tar.gz ) nginx_modules_http_vhost_traffic_status? ( https://github.com/vozlt/nginx-module-vts/archive/46d85558e344dfe2b078ce757fd36c69a1ec2dd3.tar.gz -> ngx_http_vhost_traffic_status-46d85558e344dfe2b078ce757fd36c69a1ec2dd3.tar.gz ) nginx_modules_stream_geoip2? ( https://github.com/leev/ngx_http_geoip2_module/archive/3.2.tar.gz -> ngx_http_geoip2_module-3.2.tar.gz ) nginx_modules_stream_javascript? ( https://github.com/nginx/njs/archive/0.3.3.tar.gz -> njs-0.3.3.tar.gz ) rtmp? ( https://github.com/arut/nginx-rtmp-module/archive/v1.2.1.tar.gz -> ngx_rtmp-1.2.1.tar.gz ) +_eclasses_=autotools 1bf086cdd7356f5c9a4acd9727bd2065 desktop b1d22ac8bdd4679ab79c71aca235009d epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic 7ba73aee7fe4462b3a745e3645ab92ca libtool f143db5a74ccd9ca28c1234deffede96 ltprune 2729691420b6deeda2a90b1f1183fb55 multilib 1d91b03d42ab6308b5f4f6b598ed110e multiprocessing cac3169468f893670dac3e7cb940e045 pax-utils db85a3c508cf82c45f24b2723791cc93 perl-functions f2e3420aed32cf1abe33b4129b842636 perl-module 71c828c354a4cddced2641dda2695de5 preserve-libs ef207dc62baddfddfd39a164d9797648 ssl-cert a1a4daed6b2479901759d6fe367c4c29 systemd 71fd8d2065d102753fb9e4d20eaf3e9f toolchain-funcs 8c7f9d80beedd16f2e5a7f612c609529 user e68863263b1e8611dacf381bec5c8b2b vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf versionator 2352c3fc97241f6a02042773c8287748 +_md5_=65ded96821f5dbfc16e8378bbdcad9d4 diff --git a/metadata/md5-cache/x11-misc/Manifest.gz b/metadata/md5-cache/x11-misc/Manifest.gz index edea14096bc4..bb1ed849b381 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/lightdm-1.28.0 b/metadata/md5-cache/x11-misc/lightdm-1.28.0 index 240f8dc67360..f423519f3262 100644 --- a/metadata/md5-cache/x11-misc/lightdm-1.28.0 +++ b/metadata/md5-cache/x11-misc/lightdm-1.28.0 @@ -8,8 +8,9 @@ KEYWORDS=amd64 ~arm ~arm64 ppc ppc64 x86 LICENSE=GPL-3 LGPL-3 PDEPEND=gtk? ( x11-misc/lightdm-gtk-greeter ) RDEPEND=>=dev-libs/glib-2.44.0:2 dev-libs/libxml2 virtual/pam x11-libs/libX11 >=x11-libs/libxklavier-5 audit? ( sys-process/audit ) gnome? ( sys-apps/accountsservice ) introspection? ( >=dev-libs/gobject-introspection-1 ) qt5? ( dev-qt/qtcore:5 dev-qt/qtdbus:5 dev-qt/qtgui:5 ) >=sys-auth/pambase-20101024-r2 +REQUIRED_USE=vala? ( introspection ) RESTRICT=test SLOT=0 SRC_URI=https://github.com/CanonicalLtd/lightdm/releases/download/1.28.0/lightdm-1.28.0.tar.xz mirror://gentoo/introspection-20110205.m4.tar.bz2 _eclasses_=autotools 1bf086cdd7356f5c9a4acd9727bd2065 desktop b1d22ac8bdd4679ab79c71aca235009d epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic 7ba73aee7fe4462b3a745e3645ab92ca libtool f143db5a74ccd9ca28c1234deffede96 ltprune 2729691420b6deeda2a90b1f1183fb55 multilib 1d91b03d42ab6308b5f4f6b598ed110e pam 756a09f72c4cdbb55f2694c95f1e0860 preserve-libs ef207dc62baddfddfd39a164d9797648 qmake-utils bdf97e69a34b864d6d545f4ec3143ff7 readme.gentoo-r1 22ae82e140bdd95d17a34fd5fd733190 systemd 71fd8d2065d102753fb9e4d20eaf3e9f toolchain-funcs 8c7f9d80beedd16f2e5a7f612c609529 vala 682da46cf615b9f7a7d3680058139dcd vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf xdg-utils 14d00d009167652b1fa363e55effe213 -_md5_=d01c987f35ad757add320a4eaecc753d +_md5_=8d543d15d257412c16ad8e5fe479adea diff --git a/metadata/md5-cache/x11-misc/lightdm-1.30.0 b/metadata/md5-cache/x11-misc/lightdm-1.30.0 index 0272958c0952..b5f576e2f08c 100644 --- a/metadata/md5-cache/x11-misc/lightdm-1.30.0 +++ b/metadata/md5-cache/x11-misc/lightdm-1.30.0 @@ -9,8 +9,9 @@ KEYWORDS=~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 LICENSE=GPL-3 LGPL-3 PDEPEND=gtk? ( x11-misc/lightdm-gtk-greeter ) RDEPEND=>=dev-libs/glib-2.44.0:2 dev-libs/libxml2 virtual/pam x11-libs/libX11 >=x11-libs/libxklavier-5 audit? ( sys-process/audit ) gnome? ( sys-apps/accountsservice ) introspection? ( >=dev-libs/gobject-introspection-1 ) qt5? ( dev-qt/qtcore:5 dev-qt/qtdbus:5 dev-qt/qtgui:5 ) >=sys-auth/pambase-20101024-r2 +REQUIRED_USE=vala? ( introspection ) RESTRICT=test SLOT=0 SRC_URI=https://github.com/CanonicalLtd/lightdm/releases/download/1.30.0/lightdm-1.30.0.tar.xz mirror://gentoo/introspection-20110205.m4.tar.bz2 _eclasses_=autotools 1bf086cdd7356f5c9a4acd9727bd2065 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic 7ba73aee7fe4462b3a745e3645ab92ca libtool f143db5a74ccd9ca28c1234deffede96 multilib 1d91b03d42ab6308b5f4f6b598ed110e pam 756a09f72c4cdbb55f2694c95f1e0860 qmake-utils bdf97e69a34b864d6d545f4ec3143ff7 readme.gentoo-r1 22ae82e140bdd95d17a34fd5fd733190 systemd 71fd8d2065d102753fb9e4d20eaf3e9f toolchain-funcs 8c7f9d80beedd16f2e5a7f612c609529 user e68863263b1e8611dacf381bec5c8b2b vala 682da46cf615b9f7a7d3680058139dcd xdg-utils 14d00d009167652b1fa363e55effe213 -_md5_=25b333fe6ceb04cf8fa40c6d7e9ad625 +_md5_=07e482dd4c6f1be4a644cd27c47b538b diff --git a/metadata/md5-cache/x11-misc/screengrab-1.101 b/metadata/md5-cache/x11-misc/screengrab-1.101 index 209a2a7d2c77..786759ae51f0 100644 --- a/metadata/md5-cache/x11-misc/screengrab-1.101 +++ b/metadata/md5-cache/x11-misc/screengrab-1.101 @@ -4,10 +4,10 @@ DEPEND=>=dev-libs/libqtxdg-3.3.1 dev-qt/qtcore:5 dev-qt/qtdbus:5 dev-qt/qtgui:5 DESCRIPTION=Qt application for getting screenshots EAPI=7 HOMEPAGE=https://lxqt.org/ -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 ~arm ~arm64 ~x86 LICENSE=GPL-2+ LGPL-2.1+ RDEPEND=>=dev-libs/libqtxdg-3.3.1 dev-qt/qtcore:5 dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 dev-qt/qtx11extras:5 dev-qt/qtnetwork:5 kde-frameworks/kwindowsystem:5[X] x11-libs/libxcb x11-libs/libX11 SLOT=0 SRC_URI=https://downloads.lxqt.org/downloads/screengrab/1.101/screengrab-1.101.tar.xz _eclasses_=cmake-utils 959a7fda0dce63de9a4e73a22294d6ec eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic 7ba73aee7fe4462b3a745e3645ab92ca multilib 1d91b03d42ab6308b5f4f6b598ed110e multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f toolchain-funcs 8c7f9d80beedd16f2e5a7f612c609529 xdg-utils 14d00d009167652b1fa363e55effe213 -_md5_=4d34d2b0787d132590a07ad6307d0d27 +_md5_=151c4d64d9a5ccf8b0f8b0252350b4d5 diff --git a/metadata/md5-cache/x11-misc/shutter-0.94.3 b/metadata/md5-cache/x11-misc/shutter-0.94.3 new file mode 100644 index 000000000000..2e57e9bdf42b --- /dev/null +++ b/metadata/md5-cache/x11-misc/shutter-0.94.3 @@ -0,0 +1,12 @@ +DEFINED_PHASES=install postinst postrm prepare +DESCRIPTION=Feature-rich screenshot program +EAPI=7 +HOMEPAGE=http://shutter-project.org/ +IUSE=drawing +KEYWORDS=~amd64 ~x86 +LICENSE=GPL-3 +RDEPEND=dev-lang/perl drawing? ( dev-perl/Goo-Canvas ) dev-perl/libxml-perl dev-perl/gnome2-canvas dev-perl/gnome2-perl dev-perl/gnome2-wnck dev-perl/Gtk2-Unique dev-perl/Gtk2-ImageView dev-perl/File-DesktopEntry dev-perl/File-HomeDir dev-perl/File-Which dev-perl/JSON dev-perl/File-Copy-Recursive dev-perl/File-MimeInfo dev-perl/Locale-gettext dev-perl/Net-DBus dev-perl/Proc-Simple dev-perl/Proc-ProcessTable dev-perl/Sort-Naturally dev-perl/WWW-Mechanize dev-perl/X11-Protocol dev-perl/XML-Simple dev-perl/libwww-perl virtual/imagemagick-tools[perl] +SLOT=0 +SRC_URI=https://launchpad.net/shutter/0.9x/0.94.3/+download/shutter-0.94.3.tar.gz +_eclasses_=desktop b1d22ac8bdd4679ab79c71aca235009d xdg-utils 14d00d009167652b1fa363e55effe213 +_md5_=95e68b11b3ba853c248e27041f1dc58e diff --git a/metadata/news/timestamp.chk b/metadata/news/timestamp.chk index b6ce7c2b47d9..7f6a20d3d94a 100644 --- a/metadata/news/timestamp.chk +++ b/metadata/news/timestamp.chk @@ -1 +1 @@ -Mon, 24 Jun 2019 07:38:53 +0000 +Tue, 25 Jun 2019 17:08:53 +0000 diff --git a/metadata/timestamp b/metadata/timestamp index bbb6c2dc4d4b..124335cd1b13 100644 --- a/metadata/timestamp +++ b/metadata/timestamp @@ -1 +1 @@ -Mon Jun 24 07:38:53 UTC 2019 +Tue Jun 25 17:08:53 UTC 2019 diff --git a/metadata/timestamp.chk b/metadata/timestamp.chk index 8cebb1375038..7351ea38c7db 100644 --- a/metadata/timestamp.chk +++ b/metadata/timestamp.chk @@ -1 +1 @@ -Mon, 24 Jun 2019 08:00:01 +0000 +Tue, 25 Jun 2019 17:30:01 +0000 diff --git a/metadata/timestamp.commit b/metadata/timestamp.commit index abbe631de192..a018eaed4992 100644 --- a/metadata/timestamp.commit +++ b/metadata/timestamp.commit @@ -1 +1 @@ -1ed433c0c253ee8eece864c94fa1a38344e94eb7 1561361430 2019-06-24T07:30:30+00:00 +1b16d88e2ae438ce9f48b95ab779a3b9d2378980 1561478265 2019-06-25T15:57:45+00:00 diff --git a/metadata/timestamp.x b/metadata/timestamp.x index 3c13d469789e..40f186e7651e 100644 --- a/metadata/timestamp.x +++ b/metadata/timestamp.x @@ -1 +1 @@ -1561361701 Mon 24 Jun 2019 07:35:01 AM UTC +1561482301 Tue 25 Jun 2019 05:05:01 PM UTC diff --git a/metadata/xml-schema/timestamp.chk b/metadata/xml-schema/timestamp.chk index b6ce7c2b47d9..7f6a20d3d94a 100644 --- a/metadata/xml-schema/timestamp.chk +++ b/metadata/xml-schema/timestamp.chk @@ -1 +1 @@ -Mon, 24 Jun 2019 07:38:53 +0000 +Tue, 25 Jun 2019 17:08:53 +0000 diff --git a/net-dns/Manifest.gz b/net-dns/Manifest.gz index 8457a2d9bed4..ee24163a37c9 100644 Binary files a/net-dns/Manifest.gz and b/net-dns/Manifest.gz differ diff --git a/net-dns/pdns-recursor/Manifest b/net-dns/pdns-recursor/Manifest index ae7a48781631..2cf234d9d1ec 100644 --- a/net-dns/pdns-recursor/Manifest +++ b/net-dns/pdns-recursor/Manifest @@ -1,3 +1,3 @@ DIST pdns-recursor-4.1.12.tar.bz2 1245110 BLAKE2B 187fe117ab64f234d144d7e2d91a119afe1d6b0a45079f1f9527724081c64f594c8c5d5b4dbc6e25b4beef1fcdfb3e5caed8e5a434921bf6b66e07617d0fb6f9 SHA512 d228976937ede7e9f6b3375e573f5b436d9df7ae246e411b13acb095a1a58f12173b663acc364ce0fbdcc61b3d5522e101472a88da8f044e44541564f9915d9e DIST pdns-recursor-4.1.14.tar.bz2 1249908 BLAKE2B 8918cbfa2b8ef91b18b7ef79c94bb2ae5e73f2dd835e810aca6480b7338be19e9d151f6ace6cd42bba6c71123378b95811dfa570d31ce2aa3e141b9e49753c8e SHA512 9b1842df5d32f0f7a7080bedb98d8f9e36c08cbf7427c9ba1bd07bae40ef48ad4a843d6eaff336d1fe9869c209c05f4edf1117b994b6ed5818146445b28b3011 -DIST pdns-recursor-4.2.0-rc1.tar.bz2 1312628 BLAKE2B 9ab6462cbfad26bd5590af19ff0527d749e5e48aba21ac52603f0d481415491f584976de6c03fce1d6b6a3180226e343e0ed715678e1e0c523a9f25dc18ac47c SHA512 f524001d6303bb8aa83b90646915d7b5666056a8c177391ddd2fd94b610e9cca94a7f33cc65be39d76e57a0b823c87c5a16147bc7a92438ab0b2b8dc891e401a +DIST pdns-recursor-4.2.0-rc2.tar.bz2 1315766 BLAKE2B 59dc8002cc9c034f6bafc84e0a6148f0f2bc35118b15de646ec6d02421f2ae28f1bd8acc19fb428b801d49698d38766ab529547fb10eb1f6eab5299b3ded98a2 SHA512 1738c811713ffcd28f5036b1f67860f96ba0625d5ffa77344b5ec6ad547054ef40a1042b3bb1eeea7250b3037287bd01b57a40305d6555faa71c02733c1e0ce3 diff --git a/net-dns/pdns-recursor/pdns-recursor-4.2.0_rc1.ebuild b/net-dns/pdns-recursor/pdns-recursor-4.2.0_rc2.ebuild similarity index 100% rename from net-dns/pdns-recursor/pdns-recursor-4.2.0_rc1.ebuild rename to net-dns/pdns-recursor/pdns-recursor-4.2.0_rc2.ebuild diff --git a/net-dns/pdns/Manifest b/net-dns/pdns/Manifest index 59cb0d9fd405..bb90165f208a 100644 --- a/net-dns/pdns/Manifest +++ b/net-dns/pdns/Manifest @@ -1,4 +1,2 @@ DIST pdns-4.1.10.tar.bz2 1117663 BLAKE2B 9c1b8c608862b42019c6b753af950f940455538b439824e10d28a79a4f04fe926decf86f286d79c850f39e0df345d646ba774e5557cce1d44f6c120d8b2892a3 SHA512 59a7a52468f6daae8de01bb2b08d812906ef58047026369895341cfff253a5b9ba29d6a6b43a822f1632641eec34fa1afa6fbb5b0ba5e72ecce8e61787892136 -DIST pdns-4.1.8.tar.bz2 1116996 BLAKE2B df32e1e239f65a37570b1f3f6b7fd2384ea9ea4d60ecf6dc520441e7f004c9e17c1cb35358e1cd9b5080c85b6366354ae4b3e5eaeda20af18c6e411bb119bbc1 SHA512 1113745cdaa8fba591c176721893fb478e976861beee0cb6c0240e5afa6b68c9afae286579036b2ed77fffe76ca1e6f103cda915f8b7b875bcdc1253931ad935 -DIST pdns-4.1.9.tar.bz2 1117241 BLAKE2B 899cf7e3be2ddbc1d78b321f807306f5ffd17dfe272442738bfd88869bb052d6b44aed34b0f4345e194f8916659a43a3634e258e9b47ad954ab3b49e12cad2d0 SHA512 d415f5f7cb13c6fcb31ee13184201e986850e533c580b657183592552d04631bc3334696cbf8fbb549869a559aebd4a6cbd742a7e7dfbaf6997232116e356f56 DIST pdns-4.2.0-rc2.tar.bz2 1245187 BLAKE2B 30ee03752dafa02f5618ba26def1cb8d49b0f7f004b54fcb8d7640b0d60897ac9a9b13e918ab3aaee1d679af772aacd0591e9c9cd3bf6b1af79305e06cac1cdb SHA512 695589980fc35e73fc0e72f57034e2cfefd7b046100dc6f8740ac94dd50ee068453c72aa2ee5626e6cccfca1eeb5e3f036b844039db52d5c45f070d291002122 diff --git a/net-dns/pdns/pdns-4.1.8.ebuild b/net-dns/pdns/pdns-4.1.8.ebuild deleted file mode 100644 index ad05ab448209..000000000000 --- a/net-dns/pdns/pdns-4.1.8.ebuild +++ /dev/null @@ -1,157 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="7" - -inherit multilib user - -DESCRIPTION="The PowerDNS Daemon" -HOMEPAGE="https://www.powerdns.com/" -SRC_URI="https://downloads.powerdns.com/releases/${P/_/-}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" - -# other possible flags: -# db2: we lack the dep -# oracle: dito (need Oracle Client Libraries) -# xdb: (almost) dead, surely not supported - -IUSE="botan debug doc geoip ldap libressl lua luajit mydns mysql opendbx postgres protobuf remote sodium sqlite systemd tools tinydns test" - -REQUIRED_USE="mydns? ( mysql )" - -RDEPEND=" - libressl? ( dev-libs/libressl:= ) - !libressl? ( dev-libs/openssl:= ) - >=dev-libs/boost-1.35:= - botan? ( dev-libs/botan:2= ) - lua? ( - !luajit? ( dev-lang/lua:= ) - luajit? ( dev-lang/luajit:= ) - ) - mysql? ( dev-db/mysql-connector-c ) - postgres? ( dev-db/postgresql:= ) - ldap? ( >=net-nds/openldap-2.0.27-r4 app-crypt/mit-krb5 ) - sqlite? ( dev-db/sqlite:3 ) - opendbx? ( dev-db/opendbx ) - geoip? ( >=dev-cpp/yaml-cpp-0.5.1:= dev-libs/geoip ) - sodium? ( dev-libs/libsodium:= ) - tinydns? ( >=dev-db/tinycdb-0.77 ) - protobuf? ( dev-libs/protobuf )" -DEPEND="${RDEPEND}" -BDEPEND="virtual/pkgconfig - doc? ( app-doc/doxygen )" - -S="${WORKDIR}"/${P/_/-} - -src_configure() { - local dynmodules="pipe bind" # the default backends, always enabled - - #use db2 && dynmodules+=" db2" - use ldap && dynmodules+=" ldap" - use lua && dynmodules+=" lua" - use mydns && dynmodules+=" mydns" - use mysql && dynmodules+=" gmysql" - use opendbx && dynmodules+=" opendbx" - #use oracle && dynmodules+=" goracle oracle" - use postgres && dynmodules+=" gpgsql" - use remote && dynmodules+=" remote" - use sqlite && dynmodules+=" gsqlite3" - use tinydns && dynmodules+=" tinydns" - use geoip && dynmodules+=" geoip" - #use xdb && dynmodules+=" xdb" - - econf \ - --disable-static \ - --sysconfdir=/etc/powerdns \ - --libdir=/usr/$(get_libdir)/powerdns \ - --with-modules= \ - --with-dynmodules="${dynmodules}" \ - --with-mysql-lib=/usr/$(get_libdir) \ - $(use_enable botan) \ - $(use_enable debug verbose-logging) \ - $(use_enable test unit-tests) \ - $(use_enable tools) \ - $(use_enable systemd) \ - $(use_enable sodium libsodium) \ - $(usex lua "$(use_with !luajit lua) $(use_with luajit)" \ - '--without-lua --without-luajit') \ - $(use_with protobuf) \ - ${myconf} -} - -src_compile() { - default - use doc && emake -C codedocs codedocs -} - -src_install() { - default - - mv "${D}"/etc/powerdns/pdns.conf{-dist,} - - fperms 0700 /etc/powerdns - fperms 0600 /etc/powerdns/pdns.conf - - # set defaults: setuid=pdns, setgid=pdns - sed -i \ - -e 's/^# set\([ug]\)id=$/set\1id=pdns/g' \ - "${D}"/etc/powerdns/pdns.conf - - newinitd "${FILESDIR}"/pdns-r1 pdns - - keepdir /var/empty - - if use doc; then - docinto html - dodoc -r codedocs/html/. - fi - - # Install development headers - insinto /usr/include/pdns - doins pdns/*.hh - insinto /usr/include/pdns/backends/gsql - doins pdns/backends/gsql/*.hh - - if use ldap ; then - insinto /etc/openldap/schema - doins "${FILESDIR}"/dnsdomain2.schema - fi - - find "${D}" -name '*.la' -delete || die -} - -pkg_preinst() { - enewgroup pdns - enewuser pdns -1 -1 /var/empty pdns -} - -pkg_postinst() { - elog "PowerDNS provides multiple instances support. You can create more instances" - elog "by symlinking the pdns init script to another name." - elog - elog "The name must be in the format pdns. and PowerDNS will use the" - elog "/etc/powerdns/pdns-.conf configuration file instead of the default." - - if use ldap ; then - ewarn "The official LDAP backend module is only compile-tested by upstream." - ewarn "Try net-dns/pdns-ldap-backend if you have problems with it." - fi - - local old - for old in ${REPLACING_VERSIONS}; do - ver_test ${old} -lt 3.2 || continue - - ewarn "To fix a security bug (bug #458018) had the following" - ewarn "files/directories the world-readable bit removed (if set):" - ewarn " ${EPREFIX}/etc/powerdns" - ewarn " ${EPREFIX}/etc/powerdns/pdns.conf" - ewarn "Check if this is correct for your setup" - ewarn "This is a one-time change and will not happen on subsequent updates." - chmod o-rwx "${EPREFIX}"/etc/powerdns/{,pdns.conf} - - break - done -} diff --git a/net-dns/pdns/pdns-4.1.9.ebuild b/net-dns/pdns/pdns-4.1.9.ebuild deleted file mode 100644 index 9c4996e63d3b..000000000000 --- a/net-dns/pdns/pdns-4.1.9.ebuild +++ /dev/null @@ -1,157 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="7" - -inherit multilib user - -DESCRIPTION="The PowerDNS Daemon" -HOMEPAGE="https://www.powerdns.com/" -SRC_URI="https://downloads.powerdns.com/releases/${P/_/-}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -# other possible flags: -# db2: we lack the dep -# oracle: dito (need Oracle Client Libraries) -# xdb: (almost) dead, surely not supported - -IUSE="botan debug doc geoip ldap libressl lua luajit mydns mysql opendbx postgres protobuf remote sodium sqlite systemd tools tinydns test" - -REQUIRED_USE="mydns? ( mysql )" - -RDEPEND=" - libressl? ( dev-libs/libressl:= ) - !libressl? ( dev-libs/openssl:= ) - >=dev-libs/boost-1.35:= - botan? ( dev-libs/botan:2= ) - lua? ( - !luajit? ( dev-lang/lua:= ) - luajit? ( dev-lang/luajit:= ) - ) - mysql? ( dev-db/mysql-connector-c ) - postgres? ( dev-db/postgresql:= ) - ldap? ( >=net-nds/openldap-2.0.27-r4 app-crypt/mit-krb5 ) - sqlite? ( dev-db/sqlite:3 ) - opendbx? ( dev-db/opendbx ) - geoip? ( >=dev-cpp/yaml-cpp-0.5.1:= dev-libs/geoip ) - sodium? ( dev-libs/libsodium:= ) - tinydns? ( >=dev-db/tinycdb-0.77 ) - protobuf? ( dev-libs/protobuf )" -DEPEND="${RDEPEND}" -BDEPEND="virtual/pkgconfig - doc? ( app-doc/doxygen )" - -S="${WORKDIR}"/${P/_/-} - -src_configure() { - local dynmodules="pipe bind" # the default backends, always enabled - - #use db2 && dynmodules+=" db2" - use ldap && dynmodules+=" ldap" - use lua && dynmodules+=" lua" - use mydns && dynmodules+=" mydns" - use mysql && dynmodules+=" gmysql" - use opendbx && dynmodules+=" opendbx" - #use oracle && dynmodules+=" goracle oracle" - use postgres && dynmodules+=" gpgsql" - use remote && dynmodules+=" remote" - use sqlite && dynmodules+=" gsqlite3" - use tinydns && dynmodules+=" tinydns" - use geoip && dynmodules+=" geoip" - #use xdb && dynmodules+=" xdb" - - econf \ - --disable-static \ - --sysconfdir=/etc/powerdns \ - --libdir=/usr/$(get_libdir)/powerdns \ - --with-modules= \ - --with-dynmodules="${dynmodules}" \ - --with-mysql-lib=/usr/$(get_libdir) \ - $(use_enable botan) \ - $(use_enable debug verbose-logging) \ - $(use_enable test unit-tests) \ - $(use_enable tools) \ - $(use_enable systemd) \ - $(use_enable sodium libsodium) \ - $(usex lua "$(use_with !luajit lua) $(use_with luajit)" \ - '--without-lua --without-luajit') \ - $(use_with protobuf) \ - ${myconf} -} - -src_compile() { - default - use doc && emake -C codedocs codedocs -} - -src_install() { - default - - mv "${D}"/etc/powerdns/pdns.conf{-dist,} - - fperms 0700 /etc/powerdns - fperms 0600 /etc/powerdns/pdns.conf - - # set defaults: setuid=pdns, setgid=pdns - sed -i \ - -e 's/^# set\([ug]\)id=$/set\1id=pdns/g' \ - "${D}"/etc/powerdns/pdns.conf - - newinitd "${FILESDIR}"/pdns-r1 pdns - - keepdir /var/empty - - if use doc; then - docinto html - dodoc -r codedocs/html/. - fi - - # Install development headers - insinto /usr/include/pdns - doins pdns/*.hh - insinto /usr/include/pdns/backends/gsql - doins pdns/backends/gsql/*.hh - - if use ldap ; then - insinto /etc/openldap/schema - doins "${FILESDIR}"/dnsdomain2.schema - fi - - find "${D}" -name '*.la' -delete || die -} - -pkg_preinst() { - enewgroup pdns - enewuser pdns -1 -1 /var/empty pdns -} - -pkg_postinst() { - elog "PowerDNS provides multiple instances support. You can create more instances" - elog "by symlinking the pdns init script to another name." - elog - elog "The name must be in the format pdns. and PowerDNS will use the" - elog "/etc/powerdns/pdns-.conf configuration file instead of the default." - - if use ldap ; then - ewarn "The official LDAP backend module is only compile-tested by upstream." - ewarn "Try net-dns/pdns-ldap-backend if you have problems with it." - fi - - local old - for old in ${REPLACING_VERSIONS}; do - ver_test ${old} -lt 3.2 || continue - - ewarn "To fix a security bug (bug #458018) had the following" - ewarn "files/directories the world-readable bit removed (if set):" - ewarn " ${EPREFIX}/etc/powerdns" - ewarn " ${EPREFIX}/etc/powerdns/pdns.conf" - ewarn "Check if this is correct for your setup" - ewarn "This is a one-time change and will not happen on subsequent updates." - chmod o-rwx "${EPREFIX}"/etc/powerdns/{,pdns.conf} - - break - done -} diff --git a/net-ftp/Manifest.gz b/net-ftp/Manifest.gz index 5db5cc9849c6..e2104913b0ab 100644 Binary files a/net-ftp/Manifest.gz and b/net-ftp/Manifest.gz differ diff --git a/net-ftp/ftpbase/ftpbase-0.01-r3.ebuild b/net-ftp/ftpbase/ftpbase-0.01-r3.ebuild new file mode 100644 index 000000000000..c333840faa18 --- /dev/null +++ b/net-ftp/ftpbase/ftpbase-0.01-r3.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit eutils pam user + +DESCRIPTION="FTP layout package" +HOMEPAGE="https://www.gentoo.org/" +SRC_URI="" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" +IUSE="pam" + +DEPEND="pam? ( virtual/pam ) + ! ++ ++#include ++ ++static const char *USERNAME = "libssh2"; /* configured in Dockerfile */ ++static const char *KEY_FILE_PRIVATE = "key_ed25519"; ++static const char *KEY_FILE_PUBLIC = "key_ed25519.pub"; /* configured in Dockerfile */ ++ ++int test(LIBSSH2_SESSION *session) ++{ ++ int rc; ++ const char *userauth_list = NULL; ++ ++ userauth_list = libssh2_userauth_list(session, USERNAME, strlen(USERNAME)); ++ if(userauth_list == NULL) { ++ print_last_session_error("libssh2_userauth_list"); ++ return 1; ++ } ++ ++ if(strstr(userauth_list, "publickey") == NULL) { ++ fprintf(stderr, "'publickey' was expected in userauth list: %s\n", ++ userauth_list); ++ return 1; ++ } ++ ++ rc = libssh2_userauth_publickey_fromfile_ex( ++ session, USERNAME, strlen(USERNAME), KEY_FILE_PUBLIC, KEY_FILE_PRIVATE, ++ NULL); ++ if(rc != 0) { ++ print_last_session_error("libssh2_userauth_publickey_fromfile_ex"); ++ return 1; ++ } ++ ++ return 0; ++} +--- /dev/null ++++ b/tests/test_public_key_auth_succeeds_with_correct_encrypted_ed25519_key.c +@@ -0,0 +1,38 @@ ++#include "session_fixture.h" ++ ++#include ++ ++#include ++ ++static const char *USERNAME = "libssh2"; /* configured in Dockerfile */ ++static const char *PASSWORD = "libssh2"; ++static const char *KEY_FILE_PRIVATE = "key_ed25519_encrypted"; ++static const char *KEY_FILE_PUBLIC = "key_ed25519_encrypted.pub"; /* configured in Dockerfile */ ++ ++int test(LIBSSH2_SESSION *session) ++{ ++ int rc; ++ const char *userauth_list = NULL; ++ ++ userauth_list = libssh2_userauth_list(session, USERNAME, strlen(USERNAME)); ++ if(userauth_list == NULL) { ++ print_last_session_error("libssh2_userauth_list"); ++ return 1; ++ } ++ ++ if(strstr(userauth_list, "publickey") == NULL) { ++ fprintf(stderr, "'publickey' was expected in userauth list: %s\n", ++ userauth_list); ++ return 1; ++ } ++ ++ rc = libssh2_userauth_publickey_fromfile_ex( ++ session, USERNAME, strlen(USERNAME), KEY_FILE_PUBLIC, KEY_FILE_PRIVATE, ++ PASSWORD); ++ if(rc != 0) { ++ print_last_session_error("libssh2_userauth_publickey_fromfile_ex"); ++ return 1; ++ } ++ ++ return 0; ++} +--- /dev/null ++++ b/tests/test_public_key_auth_succeeds_with_correct_ed25519_key_from_mem.c +@@ -0,0 +1,97 @@ ++#include "session_fixture.h" ++ ++#include ++ ++#include ++#include ++ ++static const char *USERNAME = "libssh2"; /* configured in Dockerfile */ ++static const char *KEY_FILE_ED25519_PRIVATE = "key_ed25519"; ++ ++int read_file(const char *path, char **buf, size_t *len); ++ ++int test(LIBSSH2_SESSION *session) ++{ ++ int rc; ++ FILE *fp = NULL; ++ char *buffer = NULL; ++ size_t len = 0; ++ const char *userauth_list = NULL; ++ ++ userauth_list = libssh2_userauth_list(session, USERNAME, strlen(USERNAME)); ++ if(userauth_list == NULL) { ++ print_last_session_error("libssh2_userauth_list"); ++ return 1; ++ } ++ ++ if(strstr(userauth_list, "publickey") == NULL) { ++ fprintf(stderr, "'publickey' was expected in userauth list: %s\n", ++ userauth_list); ++ return 1; ++ } ++ ++ if(read_file(KEY_FILE_ED25519_PRIVATE, &buffer, &len)) { ++ fprintf(stderr, "Reading key file failed."); ++ return 1; ++ } ++ ++ rc = libssh2_userauth_publickey_frommemory(session, USERNAME, strlen(USERNAME), ++ NULL, 0, buffer, len, NULL); ++ ++ free(buffer); ++ ++ if(rc != 0) { ++ print_last_session_error("libssh2_userauth_publickey_fromfile_ex"); ++ return 1; ++ } ++ ++ return 0; ++} ++ ++int read_file(const char *path, char **out_buffer, size_t *out_len) ++{ ++ int rc; ++ FILE *fp = NULL; ++ char *buffer = NULL; ++ size_t len = 0; ++ ++ if(out_buffer == NULL || out_len == NULL || path == NULL) { ++ fprintf(stderr, "invalid params."); ++ return 1; ++ } ++ ++ *out_buffer = NULL; ++ *out_len = 0; ++ ++ fp = fopen(path, "r"); ++ ++ if(!fp) { ++ fprintf(stderr, "File could not be read."); ++ return 1; ++ } ++ ++ fseek(fp, 0L, SEEK_END); ++ len = ftell(fp); ++ rewind(fp); ++ ++ buffer = calloc(1, len + 1); ++ if(!buffer) { ++ fclose(fp); ++ fprintf(stderr, "Could not alloc memory."); ++ return 1; ++ } ++ ++ if(1 != fread(buffer, len, 1, fp)) { ++ fclose(fp); ++ free(buffer); ++ fprintf(stderr, "Could not read file into memory."); ++ return 1; ++ } ++ ++ fclose(fp); ++ ++ *out_buffer = buffer; ++ *out_len = len; ++ ++ return 0; ++} diff --git a/net-libs/libssh2/libssh2-1.9.0.ebuild b/net-libs/libssh2/libssh2-1.9.0.ebuild new file mode 100644 index 000000000000..12ad74fa242b --- /dev/null +++ b/net-libs/libssh2/libssh2-1.9.0.ebuild @@ -0,0 +1,57 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +inherit cmake-multilib + +DESCRIPTION="Library implementing the SSH2 protocol" +HOMEPAGE="https://www.libssh2.org" +SRC_URI="https://www.${PN}.org/download/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris" +IUSE="gcrypt libressl mbedtls zlib" +REQUIRED_USE="?? ( gcrypt mbedtls )" +RESTRICT="test" + +RDEPEND=" + gcrypt? ( >=dev-libs/libgcrypt-1.5.3:0[${MULTILIB_USEDEP}] ) + !gcrypt? ( + mbedtls? ( net-libs/mbedtls[${MULTILIB_USEDEP}] ) + !mbedtls? ( + !libressl? ( >=dev-libs/openssl-1.0.1h-r2:0=[${MULTILIB_USEDEP}] ) + libressl? ( dev-libs/libressl:0=[${MULTILIB_USEDEP}] ) + ) + ) + zlib? ( >=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}] ) +" +DEPEND=" + ${RDEPEND} +" + +PATCHES=( + "${FILESDIR}"/${PN}-1.8.0-mansyntax_sh.patch + "${FILESDIR}"/${PN}-1.9.0-missing.patch +) + +multilib_src_configure() { + local crypto_backend=OpenSSL + if use gcrypt; then + crypto_backend=Libgcrypt + elif use mbedtls; then + crypto_backend=mbedTLS + fi + + local mycmakeargs=( + -DBUILD_SHARED_LIBS=ON + -DCRYPTO_BACKEND=${crypto_backend} + -DENABLE_ZLIB_COMPRESSION=$(usex zlib) + ) + cmake-utils_src_configure +} + +multilib_src_install_all() { + einstalldocs + find "${ED}" -name '*.la' -delete || die +} diff --git a/net-libs/libssh2/libssh2-9999.ebuild b/net-libs/libssh2/libssh2-9999.ebuild index d1797b7dcfa7..5bf05457d9ad 100644 --- a/net-libs/libssh2/libssh2-9999.ebuild +++ b/net-libs/libssh2/libssh2-9999.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 inherit git-r3 cmake-multilib DESCRIPTION="Library implementing the SSH2 protocol" @@ -53,6 +53,4 @@ multilib_src_configure() { multilib_src_install_all() { einstalldocs find "${ED}" -name '*.la' -delete || die - mv "${ED}"/usr/share/doc/${PN}/* "${ED}"/usr/share/doc/${PF}/ || die - rm -r "${ED}"/usr/share/doc/${PN}/ || die } diff --git a/net-mail/Manifest.gz b/net-mail/Manifest.gz index 6707f4b71e33..40e877d4db5c 100644 Binary files a/net-mail/Manifest.gz and b/net-mail/Manifest.gz differ diff --git a/net-mail/dovecot/dovecot-2.3.6-r1.ebuild b/net-mail/dovecot/dovecot-2.3.6-r1.ebuild new file mode 100644 index 000000000000..20f2b5332e0c --- /dev/null +++ b/net-mail/dovecot/dovecot-2.3.6-r1.ebuild @@ -0,0 +1,291 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +# do not add a ssl USE flag. ssl is mandatory +SSL_DEPS_SKIP=1 +inherit autotools eapi7-ver ssl-cert systemd user + +MY_P="${P/_/.}" +#MY_S="${PN}-ce-${PV}" +major_minor="$(ver_cut 1-2)" +sieve_version="0.5.6" +if [[ ${PV} == *_rc* ]] ; then + rc_dir="rc/" +else + rc_dir="" +fi +SRC_URI="https://dovecot.org/releases/${major_minor}/${rc_dir}${MY_P}.tar.gz + sieve? ( + https://pigeonhole.dovecot.org/releases/${major_minor}/${rc_dir}${PN}-${major_minor}-pigeonhole-${sieve_version}.tar.gz + ) + managesieve? ( + https://pigeonhole.dovecot.org/releases/${major_minor}/${rc_dir}${PN}-${major_minor}-pigeonhole-${sieve_version}.tar.gz + ) " +DESCRIPTION="An IMAP and POP3 server written with security primarily in mind" +HOMEPAGE="https://www.dovecot.org/" + +SLOT="0" +LICENSE="LGPL-2.1 MIT" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86" + +IUSE_DOVECOT_AUTH="kerberos ldap lua mysql pam postgres sqlite vpopmail" +IUSE_DOVECOT_COMPRESS="bzip2 lzma lz4 zlib" +IUSE_DOVECOT_OTHER="argon2 caps doc ipv6 libressl lucene managesieve selinux sieve solr static-libs suid tcpd textcat" + +IUSE="${IUSE_DOVECOT_AUTH} ${IUSE_DOVECOT_STORAGE} ${IUSE_DOVECOT_COMPRESS} ${IUSE_DOVECOT_OTHER}" + +DEPEND="argon2? ( dev-libs/libsodium ) + bzip2? ( app-arch/bzip2 ) + caps? ( sys-libs/libcap ) + kerberos? ( virtual/krb5 ) + ldap? ( net-nds/openldap ) + lua? ( dev-lang/lua:* ) + lucene? ( >=dev-cpp/clucene-2.3 ) + lzma? ( app-arch/xz-utils ) + lz4? ( app-arch/lz4 ) + mysql? ( dev-db/mysql-connector-c:0= ) + pam? ( virtual/pam ) + postgres? ( dev-db/postgresql:* !dev-db/postgresql[ldap,threads] ) + selinux? ( sec-policy/selinux-dovecot ) + solr? ( net-misc/curl dev-libs/expat ) + sqlite? ( dev-db/sqlite:* ) + !libressl? ( dev-libs/openssl:0 ) + libressl? ( dev-libs/libressl ) + suid? ( acct-group/mail ) + tcpd? ( sys-apps/tcp-wrappers ) + textcat? ( app-text/libexttextcat ) + vpopmail? ( net-mail/vpopmail ) + zlib? ( sys-libs/zlib ) + virtual/libiconv + dev-libs/icu:=" + +RDEPEND="${DEPEND} + net-mail/mailbase" + +PATCHES=( + "${FILESDIR}/${PN}-userdb-passwd-fix.patch" +) + +pkg_setup() { + if use managesieve && ! use sieve; then + ewarn "managesieve USE flag selected but sieve USE flag unselected" + ewarn "sieve USE flag will be turned on" + fi + # default internal user + enewgroup dovecot 97 + enewuser dovecot 97 -1 /dev/null dovecot + # default login user + enewuser dovenull -1 -1 /dev/null +} + +src_prepare() { + default + # bug 657108 + elibtoolize + #eautoreconf +} + +src_configure() { + local conf="" + + if use postgres || use mysql || use sqlite; then + conf="${conf} --with-sql" + fi + + # turn valgrind tests off. Bug #340791 + VALGRIND=no econf \ + --with-rundir="${EPREFIX}/run/dovecot" \ + --with-statedir="${EPREFIX}/var/lib/dovecot" \ + --with-moduledir="${EPREFIX}/usr/$(get_libdir)/dovecot" \ + --without-stemmer \ + --disable-rpath \ + --without-libbsd \ + --with-icu \ + --with-ssl \ + --with-systemdsystemunitdir="$(systemd_get_systemunitdir)" \ + $( use_with argon2 sodium ) \ + $( use_with bzip2 bzlib ) \ + $( use_with caps libcap ) \ + $( use_with kerberos gssapi ) \ + $( use_with lua ) \ + $( use_with ldap ) \ + $( use_with lucene ) \ + $( use_with lz4 ) \ + $( use_with lzma ) \ + $( use_with mysql ) \ + $( use_with pam ) \ + $( use_with postgres pgsql ) \ + $( use_with sqlite ) \ + $( use_with solr ) \ + $( use_with tcpd libwrap ) \ + $( use_with textcat ) \ + $( use_with vpopmail ) \ + $( use_with zlib ) \ + $( use_enable static-libs static ) \ + ${conf} + + if use sieve || use managesieve ; then + # The sieve plugin needs this file to be build to determine the plugin + # directory and the list of libraries to link to. + emake dovecot-config + cd "../dovecot-${major_minor}-pigeonhole-${sieve_version}" || die "cd failed" + econf \ + $( use_enable static-libs static ) \ + --localstatedir="${EPREFIX%/}/var" \ + --enable-shared \ + --with-dovecot="${S}" \ + $( use_with managesieve ) + fi +} + +src_compile() { + default + if use sieve || use managesieve ; then + cd "../dovecot-${major_minor}-pigeonhole-${sieve_version}" || die "cd failed" + emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" + fi +} + +src_test() { + default + if use sieve || use managesieve ; then + cd "../dovecot-${major_minor}-pigeonhole-${sieve_version}" || die "cd failed" + default + fi +} + +src_install () { + default + + # insecure: + # use suid && fperms u+s /usr/libexec/dovecot/deliver + # better: + if use suid;then + einfo "Changing perms to allow deliver to be suided" + fowners root:mail "${EPREFIX}/usr/libexec/dovecot/dovecot-lda" + fperms 4750 "${EPREFIX}/usr/libexec/dovecot/dovecot-lda" + fi + + newinitd "${FILESDIR}"/dovecot.init-r6 dovecot + + rm -rf "${ED}"/usr/share/doc/dovecot + + dodoc AUTHORS NEWS README TODO + dodoc doc/*.{txt,cnf,xml,sh} + docinto example-config + dodoc doc/example-config/*.{conf,ext} + docinto example-config/conf.d + dodoc doc/example-config/conf.d/*.{conf,ext} + docinto wiki + dodoc doc/wiki/* + doman doc/man/*.{1,7} + + # Create the dovecot.conf file from the dovecot-example.conf file that + # the dovecot folks nicely left for us.... + local conf="${ED}/etc/dovecot/dovecot.conf" + local confd="${ED}/etc/dovecot/conf.d" + + insinto /etc/dovecot + doins doc/example-config/*.{conf,ext} + insinto /etc/dovecot/conf.d + doins doc/example-config/conf.d/*.{conf,ext} + fperms 0600 "${EPREFIX}"/etc/dovecot/dovecot-{ldap,sql}.conf.ext + rm -f "${confd}/../README" + + # .maildir is the Gentoo default + local mail_location="maildir:~/.maildir" + sed -i -e \ + "s|#mail_location =|mail_location = ${mail_location}|" \ + "${confd}/10-mail.conf" \ + || die "failed to update mail location settings in 10-mail.conf" + + # We're using pam files (imap and pop3) provided by mailbase + if use pam; then + sed -i -e '/driver = pam/,/^[ \t]*}/ s|#args = dovecot|args = "\*"|' \ + "${confd}/auth-system.conf.ext" \ + || die "failed to update PAM settings in auth-system.conf.ext" + # mailbase does not provide a sieve pam file + use managesieve && dosym imap /etc/pam.d/sieve + sed -i -e \ + 's/#!include auth-system.conf.ext/!include auth-system.conf.ext/' \ + "${confd}/10-auth.conf" \ + || die "failed to update PAM settings in 10-auth.conf" + fi + + # Disable ipv6 if necessary + if ! use ipv6; then + sed -i -e 's/^#listen = \*, ::/listen = \*/g' "${conf}" \ + || die "failed to update listen settings in dovecot.conf" + fi + + # Update ssl cert locations + sed -i -e 's:^#ssl = yes:ssl = yes:' "${confd}/10-ssl.conf" \ + || die "ssl conf failed" + sed -i -e 's:^ssl_cert =.*:ssl_cert = iperf -Create a profiled iperf3 binary +Install profiled iperf3 binary iperf3_profile diff --git a/net-misc/smb4k/Manifest b/net-misc/smb4k/Manifest index b51868bcbffc..3e9ac5d9f1ab 100644 --- a/net-misc/smb4k/Manifest +++ b/net-misc/smb4k/Manifest @@ -1,3 +1,2 @@ DIST smb4k-2.1.1.tar.xz 3718220 BLAKE2B 99258ac57d3b8ff2861b8635b6a0799a347f3934c8d070d41c09f49b69caa7b59f502db9041d1bc4f875ae15544254faaafaae6429200ddf5526a06812983e1f SHA512 d69cb9f4c22e2afdd111e73c3d99d6868f959aa5476ffe10620862d3659b5a4f3b814856b17a9dced7bf6dde524f5bcf224e62d413d2aa92b0bcc2272ddf22b7 -DIST smb4k-3.0.0.tar.xz 3825920 BLAKE2B 5439caa8f02fc93cd2065384e2b502abdca328fd186cb10ac0837d7eb289a2d62bedd81439a6d5b0e815edfb7fe168fcb70f0e645f3bae2d39a391d0688487f6 SHA512 b32a7151adb46b93e2c245136752435d3842e135baeb2b44343287d2eaf9f2aa5622a28b19df7d821390a35994f3ce204fdf20aeeac6ad67e9eb3b144ee22e33 DIST smb4k-3.0.1.tar.xz 3826160 BLAKE2B e42d761d67ae6b25e75fc673eb18838607dc36d5c76d4cba63257d09c2e138fcc3b1e3600163188117a020327645b7fe320d4a25f7455f2585cdbcf567e3d941 SHA512 de61d7dc2f63657056d721ac5ef5c12e8c8393b674163c2888a63a58f5779b0efcc47c2acaee782979c4bd9abc008eb457b6fce31d085b3e80c0970a195528b9 diff --git a/net-misc/smb4k/smb4k-3.0.0-r1.ebuild b/net-misc/smb4k/smb4k-3.0.0-r1.ebuild deleted file mode 100644 index fd64fcc60aab..000000000000 --- a/net-misc/smb4k/smb4k-3.0.0-r1.ebuild +++ /dev/null @@ -1,70 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -KDE_HANDBOOK="forceoptional" -inherit kde5 - -DESCRIPTION="Advanced network neighborhood browser" -HOMEPAGE="https://sourceforge.net/p/smb4k/home/Home/" - -if [[ ${KDE_BUILD_TYPE} = release ]]; then - SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz" - KEYWORDS="~amd64 ~x86" -fi - -LICENSE="GPL-2" -IUSE="plasma" - -DEPEND=" - $(add_frameworks_dep kauth) - $(add_frameworks_dep kcompletion) - $(add_frameworks_dep kconfig) - $(add_frameworks_dep kconfigwidgets) - $(add_frameworks_dep kcoreaddons) - $(add_frameworks_dep kcrash) - $(add_frameworks_dep kdbusaddons) - $(add_frameworks_dep ki18n) - $(add_frameworks_dep kiconthemes) - $(add_frameworks_dep kio) - $(add_frameworks_dep kjobwidgets) - $(add_frameworks_dep knotifications) - $(add_frameworks_dep kwallet) - $(add_frameworks_dep kwidgetsaddons) - $(add_frameworks_dep kwindowsystem) - $(add_frameworks_dep kxmlgui) - $(add_frameworks_dep solid) - $(add_qt_dep qtdeclarative) - $(add_qt_dep qtgui) - $(add_qt_dep qtnetwork) - $(add_qt_dep qtprintsupport) - $(add_qt_dep qttest) - $(add_qt_dep qtwidgets) - net-fs/samba[cups] -" -RDEPEND="${DEPEND} - plasma? ( - $(add_frameworks_dep plasma) - $(add_qt_dep qtquickcontrols2) - ) -" - -PATCHES=( "${FILESDIR}/${P}-fix-mount-readwrite-shares.patch" ) - -src_configure(){ - local mycmakeargs=( - -DINSTALL_PLASMOID=$(usex plasma) - ) - kde5_src_configure -} - -pkg_postinst() { - kde5_pkg_postinst - elog "Users of Samba 4.7 and above please note that for the time being," - elog "the following setting has to be added to or changed in the [global]" - elog "section of the smb.conf file:" - elog - elog "[global]" - elog "client max protocol = NT1" -} diff --git a/net-proxy/Manifest.gz b/net-proxy/Manifest.gz index 13cf7ab725ad..631b9402aad7 100644 Binary files a/net-proxy/Manifest.gz and b/net-proxy/Manifest.gz differ diff --git a/net-proxy/haproxy/haproxy-2.0.0.ebuild b/net-proxy/haproxy/haproxy-2.0.0.ebuild index e41593121e88..3924975aade7 100644 --- a/net-proxy/haproxy/haproxy-2.0.0.ebuild +++ b/net-proxy/haproxy/haproxy-2.0.0.ebuild @@ -20,8 +20,8 @@ fi LICENSE="GPL-2 LGPL-2.1" SLOT="0" -IUSE="+crypt doc examples libressl slz +net_ns +pcre pcre-jit pcre2 pcre2-jit ssl -systemd +threads tools vim-syntax +zlib lua device-atlas 51degrees wurfl" +IUSE="+crypt doc examples libressl slz +net_ns +pcre pcre-jit pcre2 pcre2-jit prometheus-exporter +ssl systemd +threads tools vim-syntax +zlib lua device-atlas 51degrees wurfl" REQUIRED_USE="pcre-jit? ( pcre ) pcre2-jit? ( pcre2 ) pcre? ( !pcre2 ) @@ -98,8 +98,12 @@ src_compile() { # For now, until the strict-aliasing breakage will be fixed append-cflags -fno-strict-aliasing + if use prometheus-exporter; then + EXTRA_OBJS="contrib/prometheus-exporter/service-prometheus.o" + fi + # HAProxy really needs some of those "SPEC_CFLAGS", like -fno-strict-aliasing - emake CFLAGS="${CFLAGS} \$(SPEC_CFLAGS)" LDFLAGS="${LDFLAGS}" CC=$(tc-getCC) ${args[@]} + emake CFLAGS="${CFLAGS} \$(SPEC_CFLAGS)" LDFLAGS="${LDFLAGS}" CC=$(tc-getCC) EXTRA_OBJS="${EXTRA_OBJS}" ${args[@]} emake -C contrib/systemd SBINDIR=/usr/sbin if use tools ; then diff --git a/net-proxy/haproxy/metadata.xml b/net-proxy/haproxy/metadata.xml index 6a09dde73e29..bb3436846b42 100644 --- a/net-proxy/haproxy/metadata.xml +++ b/net-proxy/haproxy/metadata.xml @@ -23,6 +23,7 @@ Use JIT support for PCRE Enable PCRE2 RegEx support Use JIT support for PCRE2 + Also build the prometheus exporter Use dev-libs/libslz compression library Install additional tools (halog, iprange) Use dev-libs/device-atlas-api-c library diff --git a/net-proxy/shadowsocks-libev/Manifest b/net-proxy/shadowsocks-libev/Manifest index e6839557c35f..1ac63c337013 100644 --- a/net-proxy/shadowsocks-libev/Manifest +++ b/net-proxy/shadowsocks-libev/Manifest @@ -1,2 +1,2 @@ -DIST shadowsocks-libev-3.2.4.tar.gz 277679 BLAKE2B 32d4d48c22951894e9aa64cd6d34f7586c61ab5ae994b263b272c07a05a019f9c493909f50f3ec027af29681885a65f51afe97dc959c508f107a5010974c8e11 SHA512 f8bd19d4f3f70cedd0f34a6a16975c3694ef36e85b278d4a7bb10520a43d71c83f81ceebcf20530cdd04b5000a8c742e0789fdbefa70fef6b5d1dc799ce34528 DIST shadowsocks-libev-3.2.5.tar.gz 278138 BLAKE2B 874471f134371d274ce274c096286dfe8a755e5423624df80df70321f017d9344516fd38f82df43033870588664dc626595157ab6c5022c9953bd9ce59dee2b8 SHA512 b4ca9f7c303c85a5bba9bf5d7a093c6dfde7a147d0335b449d4ee213cd3b9004c5220a099dcc78464a35c55f9cfe280d817daf934e2fda100f5e784f70091c0b +DIST shadowsocks-libev-3.3.0.tar.gz 278818 BLAKE2B e2f00082d6fe697560dc282f31ed98368390e750a7be33fd3230f4d4635b4aa8a8ace3bd82da8000defee468ae167c2b4fa1e836e79580deeeff3a53dc7b793c SHA512 7c93bddef07af9e79a7c6757a89f301000a6137e0951ee622c66c2e8d3aa70e157cfdf7798a718074f956f7c22dde0af1073781cf0b36d7e185dfd45a87f354b diff --git a/net-proxy/shadowsocks-libev/files/shadowsocks.initd b/net-proxy/shadowsocks-libev/files/shadowsocks.initd index e980bb2636e8..2ccd114485bb 100644 --- a/net-proxy/shadowsocks-libev/files/shadowsocks.initd +++ b/net-proxy/shadowsocks-libev/files/shadowsocks.initd @@ -1,5 +1,5 @@ #!/sbin/openrc-run -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 SS_CONFIG="/etc/shadowsocks-libev/shadowsocks.json" diff --git a/net-proxy/shadowsocks-libev/shadowsocks-libev-3.2.4.ebuild b/net-proxy/shadowsocks-libev/shadowsocks-libev-3.3.0.ebuild similarity index 95% rename from net-proxy/shadowsocks-libev/shadowsocks-libev-3.2.4.ebuild rename to net-proxy/shadowsocks-libev/shadowsocks-libev-3.3.0.ebuild index 03fc22b936a0..b6510c91d684 100644 --- a/net-proxy/shadowsocks-libev/shadowsocks-libev-3.2.4.ebuild +++ b/net-proxy/shadowsocks-libev/shadowsocks-libev-3.3.0.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 MY_PV="v${PV}" inherit autotools eutils systemd @@ -16,7 +16,7 @@ SRC_URI="https://github.com/shadowsocks/${PN}/archive/${MY_PV}.tar.gz -> ${P}.ta LICENSE="GPL-3+" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~x86" IUSE="debug doc" RDEPEND="net-libs/mbedtls:= @@ -54,7 +54,8 @@ src_configure() { src_install() { default - prune_libtool_files --all + + find "${D}" -name '*.la' -type f -delete || die dodir "/etc/${PN}" insinto "/etc/${PN}" diff --git a/net-wireless/Manifest.gz b/net-wireless/Manifest.gz index 4af92a5a349c..c916fdd14522 100644 Binary files a/net-wireless/Manifest.gz and b/net-wireless/Manifest.gz differ diff --git a/net-wireless/hostapd/Manifest b/net-wireless/hostapd/Manifest index f18f59bcb9b8..8224998b89c3 100644 --- a/net-wireless/hostapd/Manifest +++ b/net-wireless/hostapd/Manifest @@ -1,2 +1,3 @@ DIST hostapd-2.7.tar.gz 2101166 BLAKE2B 4e88b7f0d2c57a02edf4214bb35efa08e87a2cbdac4eda9934a40b09f8c046da6cca1250fe5714cb403eb81739bd99e04ea5a9fad62e47bcee4d72106170905d SHA512 1c9a210dfffb951fb667be19aa44ad8c66dccd2aed26cdab939185923550e3c1998a678ebe6975e560e1b3385bff2098f1b2cb773452ba66fb35246fdd3eb2c1 +DIST hostapd-2.8.tar.gz 2169018 BLAKE2B 29e331d8ebb52732d2548734fe9ea55d8401826da7a35962705335da7d81232c785ffa89d77e8ee848148d82bea1d9141cc4d515706eebacb267754829cf7ed6 SHA512 5a352517470912bcb87755a592238eac2d814a7089d4ba1ecb7969f172dbb746a4e9a6c0d47c0d7c4a6a86b04b14ac39147d729fdf3163371c1067490a4897aa DIST net-wireless_hostapd_2.7-r2_extras.tar.xz 1820 BLAKE2B 5c4daf0e4fcf5ae0803cdbe2aabcc75e89b1e92048e8a01894d73639a16b049174b37eca6b6206c337a2874a6e6d5588d50fa5b8a4813e7f6c22bf02efca852f SHA512 65bc4634c8314280ceab44d1f5d6d62092f4bca48253f107b076211020f6f6502388490aee907f9910846a25ba2da7e4122bdb1873eb2b12bf94e867e3295f4c diff --git a/net-wireless/hostapd/hostapd-2.8.ebuild b/net-wireless/hostapd/hostapd-2.8.ebuild new file mode 100644 index 000000000000..382256f224b1 --- /dev/null +++ b/net-wireless/hostapd/hostapd-2.8.ebuild @@ -0,0 +1,262 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI="6" + +inherit toolchain-funcs systemd savedconfig + +DESCRIPTION="IEEE 802.11 wireless LAN Host AP daemon" +HOMEPAGE="http://w1.fi" +EXTRAS_VER="2.7-r2" +EXTRAS_NAME="${CATEGORY}_${PN}_${EXTRAS_VER}_extras" +SRC_URI="https://dev.gentoo.org/~andrey_utkin/distfiles/${EXTRAS_NAME}.tar.xz" + +if [[ $PV == 9999 ]]; then + inherit git-r3 + EGIT_REPO_URI="https://w1.fi/hostap.git" +else + if [[ $PV =~ ^.*_p[0-9]{8}$ ]]; then + SRC_URI+=" https://dev.gentoo.org/~andrey_utkin/distfiles/${P}.tar.xz" + else + SRC_URI+=" https://w1.fi/releases/${P}.tar.gz" + fi + # Never stabilize snapshot ebuilds please + KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~x86" +fi + +LICENSE="BSD" +SLOT="0" +IUSE="internal-tls ipv6 libressl logwatch netlink sqlite +wps +crda" + +DEPEND=" + libressl? ( dev-libs/libressl:0= ) + !libressl? ( + internal-tls? ( dev-libs/libtommath ) + !internal-tls? ( dev-libs/openssl:0=[-bindist] ) + ) + kernel_linux? ( + dev-libs/libnl:3 + crda? ( net-wireless/crda ) + ) + netlink? ( net-libs/libnfnetlink ) + sqlite? ( >=dev-db/sqlite-3 )" + +RDEPEND="${DEPEND}" + +S="${S}/${PN}" + +pkg_pretend() { + if use internal-tls; then + if use libressl; then + elog "libressl flag takes precedence over internal-tls" + else + ewarn "internal-tls implementation is experimental and provides fewer features" + fi + fi +} + +src_unpack() { + # Override default one because we need the SRC_URI ones even in case of 9999 ebuilds + default + if [[ ${PV} == 9999 ]] ; then + git-r3_src_unpack + fi +} + +src_prepare() { + # Allow users to apply patches to src/drivers for example, + # i.e. anything outside ${S}/${PN} + pushd ../ >/dev/null || die + default + popd >/dev/null || die + + sed -i -e "s:/etc/hostapd:/etc/hostapd/hostapd:g" \ + "${S}/hostapd.conf" || die +} + +src_configure() { + local CONFIG="${S}/.config" + + restore_config "${CONFIG}" + if [[ -f "${CONFIG}" ]]; then + default_src_configure + return 0 + fi + + # toolchain setup + echo "CC = $(tc-getCC)" > ${CONFIG} + + # EAP authentication methods + echo "CONFIG_EAP=y" >> ${CONFIG} + echo "CONFIG_ERP=y" >> ${CONFIG} + echo "CONFIG_EAP_MD5=y" >> ${CONFIG} + + if use internal-tls && ! use libressl; then + echo "CONFIG_TLS=internal" >> ${CONFIG} + else + # SSL authentication methods + echo "CONFIG_EAP_FAST=y" >> ${CONFIG} + echo "CONFIG_EAP_TLS=y" >> ${CONFIG} + echo "CONFIG_EAP_TTLS=y" >> ${CONFIG} + echo "CONFIG_EAP_MSCHAPV2=y" >> ${CONFIG} + echo "CONFIG_EAP_PEAP=y" >> ${CONFIG} + echo "CONFIG_TLSV11=y" >> ${CONFIG} + echo "CONFIG_TLSV12=y" >> ${CONFIG} + echo "CONFIG_EAP_PWD=y" >> ${CONFIG} + fi + + if use wps; then + # Enable Wi-Fi Protected Setup + echo "CONFIG_WPS=y" >> ${CONFIG} + echo "CONFIG_WPS2=y" >> ${CONFIG} + echo "CONFIG_WPS_UPNP=y" >> ${CONFIG} + echo "CONFIG_WPS_NFC=y" >> ${CONFIG} + einfo "Enabling Wi-Fi Protected Setup support" + fi + + echo "CONFIG_EAP_IKEV2=y" >> ${CONFIG} + echo "CONFIG_EAP_TNC=y" >> ${CONFIG} + echo "CONFIG_EAP_GTC=y" >> ${CONFIG} + echo "CONFIG_EAP_SIM=y" >> ${CONFIG} + echo "CONFIG_EAP_AKA=y" >> ${CONFIG} + echo "CONFIG_EAP_AKA_PRIME=y" >> ${CONFIG} + echo "CONFIG_EAP_EKE=y" >> ${CONFIG} + echo "CONFIG_EAP_PAX=y" >> ${CONFIG} + echo "CONFIG_EAP_PSK=y" >> ${CONFIG} + echo "CONFIG_EAP_SAKE=y" >> ${CONFIG} + echo "CONFIG_EAP_GPSK=y" >> ${CONFIG} + echo "CONFIG_EAP_GPSK_SHA256=y" >> ${CONFIG} + + einfo "Enabling drivers: " + + # drivers + echo "CONFIG_DRIVER_HOSTAP=y" >> ${CONFIG} + einfo " HostAP driver enabled" + echo "CONFIG_DRIVER_WIRED=y" >> ${CONFIG} + einfo " Wired driver enabled" + echo "CONFIG_DRIVER_NONE=y" >> ${CONFIG} + einfo " None driver enabled" + + einfo " nl80211 driver enabled" + echo "CONFIG_DRIVER_NL80211=y" >> ${CONFIG} + + # epoll + echo "CONFIG_ELOOP_EPOLL=y" >> ${CONFIG} + + # misc + echo "CONFIG_DEBUG_FILE=y" >> ${CONFIG} + echo "CONFIG_PKCS12=y" >> ${CONFIG} + echo "CONFIG_RADIUS_SERVER=y" >> ${CONFIG} + echo "CONFIG_IAPP=y" >> ${CONFIG} + echo "CONFIG_IEEE80211R=y" >> ${CONFIG} + echo "CONFIG_IEEE80211W=y" >> ${CONFIG} + echo "CONFIG_IEEE80211N=y" >> ${CONFIG} + echo "CONFIG_IEEE80211AC=y" >> ${CONFIG} + echo "CONFIG_PEERKEY=y" >> ${CONFIG} + echo "CONFIG_RSN_PREAUTH=y" >> ${CONFIG} + echo "CONFIG_INTERWORKING=y" >> ${CONFIG} + echo "CONFIG_FULL_DYNAMIC_VLAN=y" >> ${CONFIG} + echo "CONFIG_HS20=y" >> ${CONFIG} + echo "CONFIG_WNM=y" >> ${CONFIG} + echo "CONFIG_FST=y" >> ${CONFIG} + echo "CONFIG_FST_TEST=y" >> ${CONFIG} + echo "CONFIG_ACS=y" >> ${CONFIG} + + if use netlink; then + # Netlink support + echo "CONFIG_VLAN_NETLINK=y" >> ${CONFIG} + fi + + if use ipv6; then + # IPv6 support + echo "CONFIG_IPV6=y" >> ${CONFIG} + fi + + if use sqlite; then + # Sqlite support + echo "CONFIG_SQLITE=y" >> ${CONFIG} + fi + + # If we are using libnl 2.0 and above, enable support for it + # Removed for now, since the 3.2 version is broken, and we don't + # support it. + if has_version ">=dev-libs/libnl-3.2"; then + echo "CONFIG_LIBNL32=y" >> .config + fi + + # TODO: Add support for BSD drivers + + default_src_configure +} + +src_compile() { + emake V=1 + + if use libressl || ! use internal-tls; then + emake V=1 nt_password_hash + emake V=1 hlr_auc_gw + fi +} + +src_install() { + insinto /etc/${PN} + doins ${PN}.{conf,accept,deny,eap_user,radius_clients,sim_db,wpa_psk} + + fperms -R 600 /etc/${PN} + + dosbin ${PN} + dobin ${PN}_cli + + if use libressl || ! use internal-tls; then + dobin nt_password_hash hlr_auc_gw + fi + + newinitd "${WORKDIR}/${EXTRAS_NAME}"/${PN}-init.d ${PN} + newconfd "${WORKDIR}/${EXTRAS_NAME}"/${PN}-conf.d ${PN} + systemd_dounit "${WORKDIR}/${EXTRAS_NAME}"/${PN}.service + + doman ${PN}{.8,_cli.1} + + dodoc ChangeLog README + use wps && dodoc README-WPS + + docinto examples + dodoc wired.conf + + if use logwatch; then + insinto /etc/log.d/conf/services/ + doins logwatch/${PN}.conf + + exeinto /etc/log.d/scripts/services/ + doexe logwatch/${PN} + fi + + save_config .config +} + +pkg_postinst() { + einfo + einfo "If you are running openRC you need to follow this instructions:" + einfo "In order to use ${PN} you need to set up your wireless card" + einfo "for master mode in /etc/conf.d/net and then start" + einfo "/etc/init.d/${PN}." + einfo + einfo "Example configuration:" + einfo + einfo "config_wlan0=( \"192.168.1.1/24\" )" + einfo "channel_wlan0=\"6\"" + einfo "essid_wlan0=\"test\"" + einfo "mode_wlan0=\"master\"" + einfo + #if [ -e "${KV_DIR}"/net/mac80211 ]; then + # einfo "This package now compiles against the headers installed by" + # einfo "the kernel source for the mac80211 driver. You should " + # einfo "re-emerge ${PN} after upgrading your kernel source." + #fi + + if use wps; then + einfo "You have enabled Wi-Fi Protected Setup support, please" + einfo "read the README-WPS file in /usr/share/doc/${P}" + einfo "for info on how to use WPS" + fi +} diff --git a/profiles/Manifest.gz b/profiles/Manifest.gz index c4634f5d4b72..1b765735da17 100644 Binary files a/profiles/Manifest.gz and b/profiles/Manifest.gz differ diff --git a/profiles/categories b/profiles/categories index 4ff0d5562001..0f45f8cd1732 100644 --- a/profiles/categories +++ b/profiles/categories @@ -1,3 +1,5 @@ +acct-group +acct-user app-accessibility app-admin app-antivirus diff --git a/profiles/package.mask b/profiles/package.mask index fc5dbac71674..b17fb4a86eff 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -28,6 +28,18 @@ ## app-misc/some-package #--- END OF EXAMPLES --- +# Ulrich Müller (24 Jun 2019) +# Byte-compilation with recent Emacs versions fails. +# SRC_URI is gone. Last visible upstream activity in 2008. +# Use app-emacs/flim as replacement. +# Masked for removal in 30 days, bug #688596. +app-emacs/limit +virtual/emacs-flim + +# Jonas Stein (24 Jun 2019) +# Source is broken. Upstream is dead since 2011. +# Removal after 2019-08-01. (bug #688552) +media-sound/sfc # David Seifert (23 Jun 2019) # QA issues, fails tests, RWX sections, ignores CC/CFLAGS, diff --git a/profiles/prefix/windows/winnt/profile.bashrc b/profiles/prefix/windows/winnt/profile.bashrc index 3c12c6519673..b8def6390deb 100644 --- a/profiles/prefix/windows/winnt/profile.bashrc +++ b/profiles/prefix/windows/winnt/profile.bashrc @@ -22,7 +22,9 @@ windows_setup_dllhelper() { # But as there is another file to install (the real dll), # and installation is done using cp, we override cp to # additionally copy the dll when the library is copied. + ebegin "Setting up wrapper to copy the DLL along the LIB" windows_setup_dllhelper_cp + eend $? ;; esac } @@ -60,6 +62,18 @@ post_src_install() { ;; esac done + [[ -d usr/$(get_libdir) ]] && + find usr/$(get_libdir) -maxdepth 1 -type f -name '*.dll' | + while read f + do + if test ! -f usr/bin/${f##*/}; then + ebegin "moving ${f} to usr/bin for native loader" + dodir usr/bin || die + mv -f "${f}" usr/bin || die + ln -sf "../bin/${f##*/}" "${f}" || die + eend $? + fi + done } windows_setup_dllhelper_cp() { diff --git a/profiles/updates/2Q-2019 b/profiles/updates/2Q-2019 index beb3d93bac28..7e275607af8f 100644 --- a/profiles/updates/2Q-2019 +++ b/profiles/updates/2Q-2019 @@ -1,2 +1,3 @@ move net-nds/gss-proxy net-nds/gssproxy move app-emacs/anything app-emacs/helm +move games-fps/prboom games-fps/prboom-plus diff --git a/profiles/use.local.desc b/profiles/use.local.desc index f1d76265b21a..05cf2ff8ee74 100644 --- a/profiles/use.local.desc +++ b/profiles/use.local.desc @@ -463,6 +463,7 @@ app-emacs/bbdb:vm - Add support for app-emacs/vm app-emacs/calfw:howm - Add support for the app-emacs/howm note-taking tool app-emacs/company-mode:ropemacs - Install backend for dev-python/ropemacs app-emacs/emacs-common-gentoo:games - Support shared score files for games +app-emacs/mu-cite:bbdb - Include support for app-emacs/bbdb app-emacs/org-mode:contrib - Install user-contributed files app-emacs/org-mode:odt-schema - Install non-free schema files for OpenDocument Text exporter app-emacs/remember:bbdb - Include support for app-emacs/bbdb @@ -3467,6 +3468,13 @@ games-fps/eduke32:vpx - Enable support for media-libs/libvpx. games-fps/eduke32:xmp - Enable support for media-libs/exempi. games-fps/gzdoom:gtk2 - Enable support for GTK+2 instead of GTK+3 games-fps/nexuiz:maps - Install the community map pack +games-fps/prboom-plus:dumb - Enable support for various tracker-style music formats via media-libs/dumb +games-fps/prboom-plus:fluidsynth - Enable support for MIDI via media-sound/fluidsynth +games-fps/prboom-plus:net - Enable support for network play +games-fps/prboom-plus:nonfree - Enable non-free components +games-fps/prboom-plus:portmidi - Enable support for MIDI via media-libs/portmidi +games-fps/prboom-plus:sdl-image - Enable support for high-resolution texture support via media-libs/sdl-image +games-fps/prboom-plus:sdl-mixer - Enable support for MIDI via media-libs/sdl-mixer games-fps/quake2-icculus:demo - Install the demo files (quake2-demodata) and configure for use games-fps/quake2-icculus:qmax - Build the pretty version (quake max) games-fps/quake2-icculus:rogue - Build support for the 'Ground Zero' Mission Pack (rogue) @@ -6685,7 +6693,7 @@ net-misc/icaclient:l10n_zh_CN - Install Chinese translation net-misc/icecast:kate - Add karaoke and text encapsulation support for Ogg files net-misc/icecast:logrotate - Install support files for app-admin/logrotate? net-misc/icecast:yp - Build support for yp public directory listings -net-misc/iperf:profiling - Create a profiled iperf3 binary +net-misc/iperf:profiling - Install profiled iperf3 binary iperf3_profile net-misc/iputils:SECURITY_HAZARD - Allow non-root users to flood (ping -f). This is generally a very bad idea. net-misc/iputils:arping - Build and install arping -- tool for sending ARP requests to peers (see also net-analyzer/arping) net-misc/iputils:clockdiff - Build and install clockdiff -- tool for comparing clocks via ICMP packets @@ -7075,6 +7083,7 @@ 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 net-proxy/haproxy:pcre2-jit - Use JIT support for PCRE2 +net-proxy/haproxy:prometheus-exporter - Also build the prometheus exporter net-proxy/haproxy:slz - Use dev-libs/libslz compression library net-proxy/haproxy:tools - Install additional tools (halog, iprange) net-proxy/haproxy:wurfl - Device Detection using WURFL diff --git a/sci-geosciences/Manifest.gz b/sci-geosciences/Manifest.gz index 4010d5b81e54..0831d212f30b 100644 Binary files a/sci-geosciences/Manifest.gz and b/sci-geosciences/Manifest.gz differ diff --git a/sci-geosciences/laszip/laszip-3.4.1.ebuild b/sci-geosciences/laszip/laszip-3.4.1.ebuild index 27cff79b9aa1..e1052a164364 100644 --- a/sci-geosciences/laszip/laszip-3.4.1.ebuild +++ b/sci-geosciences/laszip/laszip-3.4.1.ebuild @@ -11,6 +11,6 @@ SRC_URI="https://github.com/LASzip/LASzip/releases/download/${PV}/${PN}-src-${PV SLOT="0" LICENSE="LGPL-2.1+" -KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~x86" +KEYWORDS="amd64 ~ia64 ~ppc ~ppc64 ~x86" S="${WORKDIR}/${PN}-src-${PV}" diff --git a/sys-block/Manifest.gz b/sys-block/Manifest.gz index f64ba8951dc3..41c49e93ebfe 100644 Binary files a/sys-block/Manifest.gz and b/sys-block/Manifest.gz differ diff --git a/sys-block/f3/Manifest b/sys-block/f3/Manifest index 43a76e353035..a8535e7de587 100644 --- a/sys-block/f3/Manifest +++ b/sys-block/f3/Manifest @@ -1,2 +1,3 @@ DIST f3-7.0.tar.gz 67492 BLAKE2B 6b6882958ca831a26cd815635a563dd1bac9c93103fd6e9a2a4040b6ea3725395be96d0cbef9d7e01441402edf63a63110be41f5db559eb5fa85ac82a101751d SHA512 217348c3911995143e2d1f777ff6038ffd541f6868d58da9ca0a702610377f26eac7aafcd993d9b410b4d5a6d27d2c4fa8020b665beee7c2f760dc293a63c41f DIST f3-7.1.tar.gz 67934 BLAKE2B 7d5e12d8af7abda6136dfa19127554b6e5c45fdec7f0cef10d792d77cd2cfae035a572cdf2f22faf54c61852b1660e70270a326bb4408ed64725114f1f9aff4f SHA512 d696bb96ebaefab13c50a4479be01c206365d8dcf7d3c3b1d906b68705b654fffabdbeee49ea208047383c117bcac2a85c2c5fb129cace82f8addc16f22d7514 +DIST f3-7.2.tar.gz 68471 BLAKE2B fa2e98ee0bdbad117c44bcc866d8ee5ef1572469d0b3cc48734de0fdb47653946774cc85429157f00d2a977662f593885074822bf1e069aa84ceafafa64726bf SHA512 4e41fca8b02dbd6bfaae01237a47573916aefe47f5aafc864618d708568e32ec122390c03af24d89caaf03de692fa374e87747b07a8546eaf8cafd57887a61ac diff --git a/sys-block/f3/f3-7.2.ebuild b/sys-block/f3/f3-7.2.ebuild new file mode 100644 index 000000000000..6f012d090ba3 --- /dev/null +++ b/sys-block/f3/f3-7.2.ebuild @@ -0,0 +1,66 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI="7" + +inherit flag-o-matic toolchain-funcs + +DESCRIPTION="Utilities to detect broken or counterfeit flash storage" +HOMEPAGE="http://oss.digirati.com.br/f3/ https://github.com/AltraMayor/f3" + +PATCHES=( +) + +if [[ ${PV} == "9999" ]]; then + EGIT_REPO_URI="https://github.com/AltraMayor/${PN}.git" + + PATCHES=() + + inherit git-r3 +else + SRC_URI="https://github.com/AltraMayor/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + KEYWORDS="~amd64 ~arm64 ~x86" +fi + +LICENSE="GPL-3+" +SLOT="0" + +IUSE="extra" + +DEPEND="extra? ( + sys-block/parted + virtual/udev + )" + +RDEPEND="" + +DOCS=( changelog README.rst ) + +src_prepare() { + default + + sed -i \ + -e 's:-ggdb::' \ + -e 's:^PREFIX =:PREFIX ?=:' \ + Makefile || die + + tc-export CC +} + +src_compile() { + default + + if use extra; then + emake V=1 extra + fi +} + +src_install() { + emake PREFIX="${ED%/}/usr" install + + if use extra; then + emake PREFIX="${ED%/}/usr" install-extra + fi + + einstalldocs +} diff --git a/sys-boot/Manifest.gz b/sys-boot/Manifest.gz index 5a116ac80654..2382cadae69f 100644 Binary files a/sys-boot/Manifest.gz and b/sys-boot/Manifest.gz differ diff --git a/sys-boot/grub/files/2.02-efi-tsc-pmtimer.patch b/sys-boot/grub/files/2.02-efi-tsc-pmtimer.patch new file mode 100644 index 000000000000..f20845d5a34b --- /dev/null +++ b/sys-boot/grub/files/2.02-efi-tsc-pmtimer.patch @@ -0,0 +1,32 @@ +From 446794de8da4329ea532cbee4ca877bcafd0e534 Mon Sep 17 00:00:00 2001 +From: "David E. Box" +Date: Fri, 15 Sep 2017 15:37:05 -0700 +Subject: [PATCH] tsc: Change default tsc calibration method to pmtimer on EFI + systems + +On efi systems, make pmtimer based tsc calibration the default over the +pit. This prevents Grub from hanging on Intel SoC systems that power gate +the pit. + +Signed-off-by: David E. Box +Reviewed-by: Daniel Kiper +--- + grub-core/kern/i386/tsc.c | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/grub-core/kern/i386/tsc.c b/grub-core/kern/i386/tsc.c +index 2e85289d8..f266eb131 100644 +--- a/grub-core/kern/i386/tsc.c ++++ b/grub-core/kern/i386/tsc.c +@@ -68,7 +68,7 @@ grub_tsc_init (void) + #ifdef GRUB_MACHINE_XEN + (void) (grub_tsc_calibrate_from_xen () || calibrate_tsc_hardcode()); + #elif defined (GRUB_MACHINE_EFI) +- (void) (grub_tsc_calibrate_from_pit () || grub_tsc_calibrate_from_pmtimer () || grub_tsc_calibrate_from_efi() || calibrate_tsc_hardcode()); ++ (void) (grub_tsc_calibrate_from_pmtimer () || grub_tsc_calibrate_from_pit () || grub_tsc_calibrate_from_efi() || calibrate_tsc_hardcode()); + #elif defined (GRUB_MACHINE_COREBOOT) + (void) (grub_tsc_calibrate_from_pmtimer () || grub_tsc_calibrate_from_pit () || calibrate_tsc_hardcode()); + #else +-- +2.22.0 + diff --git a/sys-boot/grub/grub-2.02-r3.ebuild b/sys-boot/grub/grub-2.02-r4.ebuild similarity index 99% rename from sys-boot/grub/grub-2.02-r3.ebuild rename to sys-boot/grub/grub-2.02-r4.ebuild index 343fae3197de..e7fdf86942fe 100644 --- a/sys-boot/grub/grub-2.02-r3.ebuild +++ b/sys-boot/grub/grub-2.02-r4.ebuild @@ -44,6 +44,7 @@ PATCHES=( "${FILESDIR}"/2.02-xfs-sparse-inodes.patch "${FILESDIR}"/2.02-X86_64_PLT32.patch "${FILESDIR}"/2.02-gcc8.patch + "${FILESDIR}"/2.02-efi-tsc-pmtimer.patch ) DEJAVU=dejavu-sans-ttf-2.37 diff --git a/sys-cluster/Manifest.gz b/sys-cluster/Manifest.gz index 0c808de24650..d207d63a113d 100644 Binary files a/sys-cluster/Manifest.gz and b/sys-cluster/Manifest.gz differ diff --git a/sys-cluster/kube-apiserver/Manifest b/sys-cluster/kube-apiserver/Manifest index cbab49de929b..08f4a6e46399 100644 --- a/sys-cluster/kube-apiserver/Manifest +++ b/sys-cluster/kube-apiserver/Manifest @@ -6,4 +6,5 @@ DIST kubernetes-1.13.5.tar.gz 28804719 BLAKE2B 9ca1f24a26f5917c085fad65c3ed1cb4c DIST kubernetes-1.13.6.tar.gz 28822613 BLAKE2B 80c7a5e84328776d2e5d937b5a6c16491c07789e72aa69fae3c2e83d617323fab4d1ad75fb25d8533c3ecb2abe030cb0bb168c29d971a65fc7b07d736ddda8ff SHA512 42f2683ce5f74406efa87a0db5dc5ccd19a5de23c271af85ccdc325e24569234a1d5d16776a97eab1e46afd36699861ba4a4569fdd0017c639c1559e2de425a1 DIST kubernetes-1.13.7.tar.gz 28861902 BLAKE2B 16704365a00cee83eb461f21df2d2e6c5d9b721585c62a3b650b1ecb40f8ad044c2b68cadc5f6251ccccbe22b059112f2c206ff352715fef1322505e655645ff SHA512 2cfc0b3739679da7e9bb9ce0aa71ef5842e45af382d616ce6188f20fec929aca579427b866b5cd71cca005d88d1717803c8f3be60eab8c99b200d422bdc40f04 DIST kubernetes-1.14.3.tar.gz 28058624 BLAKE2B 11a1bd98cf6270e0035d6f01a3b14cce641ab1af421e4f060d6616ae6f3e2fd84074c1fad48d4182ce49e62466be40181ff17fce9fd300b84afbdcc3a4f9dc22 SHA512 3fab0b5f142644454d22abfc99454adb3d3055b132cf93b6a0f6a0088b6a7938835edee813611756e80a21b1473e62c179905d77d3f2288bd5c60c6a43e60361 +DIST kubernetes-1.15.0.tar.gz 26591862 BLAKE2B 114ae651bb1827913ff5294878956b46dba288928b9fec45796ce5f3c01ab611a7333bd955fb96e7fe970a9f4afc901570ff911dd946c1a72ff8e2c6b3bc927a SHA512 764268020e0fc27e8325058fefbc53200996e5a8f963c9156cf079425cdfed7545522ff8c779bfa074db8739e3ab97e829a049deaf0a0568f1434d7c1ed8446b DIST kubernetes-1.9.11.tar.gz 23606810 BLAKE2B 19d30d2cadaf5b95f919e82670b1a8e1d5e2b80a4134dbc5c6afcc23d06dee8392f63d80b59ebfbbbf3a4bcce0dc2d81b1d560c3b3b1910350efed35ee77fbbc SHA512 87881d7dd7e0b3e46dc92f3160410fdf9e7ec1f0cbc3ef99da84b808c3813a3a2d843d49e2b501ee3eb8c9db3564f62c72eecaf5dc1917051e81c106bc80a9ba diff --git a/sys-cluster/kube-apiserver/kube-apiserver-1.15.0.ebuild b/sys-cluster/kube-apiserver/kube-apiserver-1.15.0.ebuild new file mode 100644 index 000000000000..a1931590ff31 --- /dev/null +++ b/sys-cluster/kube-apiserver/kube-apiserver-1.15.0.ebuild @@ -0,0 +1,48 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +inherit user golang-build golang-vcs-snapshot + +EGO_PN="k8s.io/kubernetes" +ARCHIVE_URI="https://github.com/kubernetes/kubernetes/archive/v${PV}.tar.gz -> kubernetes-${PV}.tar.gz" +KEYWORDS="~amd64" + +DESCRIPTION="Kubernetes API server" +HOMEPAGE="https://github.com/kubernetes/kubernetes https://kubernetes.io" +SRC_URI="${ARCHIVE_URI}" + +LICENSE="Apache-2.0" +SLOT="0" + +DEPEND="dev-go/go-bindata + >=dev-lang/go-1.11" + +RESTRICT="test" + +pkg_setup() { + enewgroup ${PN} + enewuser ${PN} -1 -1 -1 ${PN} +} + +src_prepare() { + default + sed -i -e "/vendor\/github.com\/jteeuwen\/go-bindata\/go-bindata/d" -e "s/-s -w/-w/" src/${EGO_PN}/hack/lib/golang.sh || die + sed -i -e "/export PATH/d" src/${EGO_PN}/hack/generate-bindata.sh || die +} + +src_compile() { + LDFLAGS="" GOPATH="${WORKDIR}/${P}" emake -j1 -C src/${EGO_PN} WHAT=cmd/${PN} GOFLAGS=-v +} + +src_install() { + pushd src/${EGO_PN} || die + dobin _output/bin/${PN} + popd || die + keepdir /var/log/${PN} + fowners ${PN}:${PN} /var/log/${PN} + newinitd "${FILESDIR}"/${PN}.initd ${PN} + newconfd "${FILESDIR}"/${PN}.confd ${PN} + insinto /etc/logrotate.d + newins "${FILESDIR}"/${PN}.logrotated ${PN} +} diff --git a/sys-cluster/kube-controller-manager/Manifest b/sys-cluster/kube-controller-manager/Manifest index dc1535d3d5f7..cb40d7032b10 100644 --- a/sys-cluster/kube-controller-manager/Manifest +++ b/sys-cluster/kube-controller-manager/Manifest @@ -6,4 +6,5 @@ DIST kubernetes-1.13.5.tar.gz 28804719 BLAKE2B 9ca1f24a26f5917c085fad65c3ed1cb4c DIST kubernetes-1.13.6.tar.gz 28822613 BLAKE2B 80c7a5e84328776d2e5d937b5a6c16491c07789e72aa69fae3c2e83d617323fab4d1ad75fb25d8533c3ecb2abe030cb0bb168c29d971a65fc7b07d736ddda8ff SHA512 42f2683ce5f74406efa87a0db5dc5ccd19a5de23c271af85ccdc325e24569234a1d5d16776a97eab1e46afd36699861ba4a4569fdd0017c639c1559e2de425a1 DIST kubernetes-1.13.7.tar.gz 28861902 BLAKE2B 16704365a00cee83eb461f21df2d2e6c5d9b721585c62a3b650b1ecb40f8ad044c2b68cadc5f6251ccccbe22b059112f2c206ff352715fef1322505e655645ff SHA512 2cfc0b3739679da7e9bb9ce0aa71ef5842e45af382d616ce6188f20fec929aca579427b866b5cd71cca005d88d1717803c8f3be60eab8c99b200d422bdc40f04 DIST kubernetes-1.14.3.tar.gz 28058624 BLAKE2B 11a1bd98cf6270e0035d6f01a3b14cce641ab1af421e4f060d6616ae6f3e2fd84074c1fad48d4182ce49e62466be40181ff17fce9fd300b84afbdcc3a4f9dc22 SHA512 3fab0b5f142644454d22abfc99454adb3d3055b132cf93b6a0f6a0088b6a7938835edee813611756e80a21b1473e62c179905d77d3f2288bd5c60c6a43e60361 +DIST kubernetes-1.15.0.tar.gz 26591862 BLAKE2B 114ae651bb1827913ff5294878956b46dba288928b9fec45796ce5f3c01ab611a7333bd955fb96e7fe970a9f4afc901570ff911dd946c1a72ff8e2c6b3bc927a SHA512 764268020e0fc27e8325058fefbc53200996e5a8f963c9156cf079425cdfed7545522ff8c779bfa074db8739e3ab97e829a049deaf0a0568f1434d7c1ed8446b DIST kubernetes-1.9.11.tar.gz 23606810 BLAKE2B 19d30d2cadaf5b95f919e82670b1a8e1d5e2b80a4134dbc5c6afcc23d06dee8392f63d80b59ebfbbbf3a4bcce0dc2d81b1d560c3b3b1910350efed35ee77fbbc SHA512 87881d7dd7e0b3e46dc92f3160410fdf9e7ec1f0cbc3ef99da84b808c3813a3a2d843d49e2b501ee3eb8c9db3564f62c72eecaf5dc1917051e81c106bc80a9ba diff --git a/sys-cluster/kubectl/kubectl-1.14.1.ebuild b/sys-cluster/kube-controller-manager/kube-controller-manager-1.15.0.ebuild similarity index 66% rename from sys-cluster/kubectl/kubectl-1.14.1.ebuild rename to sys-cluster/kube-controller-manager/kube-controller-manager-1.15.0.ebuild index 7a61b25dce90..6aa71f51b8b1 100644 --- a/sys-cluster/kubectl/kubectl-1.14.1.ebuild +++ b/sys-cluster/kube-controller-manager/kube-controller-manager-1.15.0.ebuild @@ -2,25 +2,29 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit golang-build golang-vcs-snapshot bash-completion-r1 +inherit user golang-build golang-vcs-snapshot EGO_PN="k8s.io/kubernetes" ARCHIVE_URI="https://github.com/kubernetes/kubernetes/archive/v${PV}.tar.gz -> kubernetes-${PV}.tar.gz" KEYWORDS="~amd64" -DESCRIPTION="CLI to run commands against Kubernetes clusters" +DESCRIPTION="Kubernetes Controller Manager" HOMEPAGE="https://github.com/kubernetes/kubernetes https://kubernetes.io" SRC_URI="${ARCHIVE_URI}" LICENSE="Apache-2.0" SLOT="0" -IUSE="" -DEPEND=">=dev-lang/go-1.12 - dev-go/go-bindata" +DEPEND="dev-go/go-bindata + >=dev-lang/go-1.11" RESTRICT="test" +pkg_setup() { + enewgroup ${PN} + enewuser ${PN} -1 -1 -1 ${PN} +} + src_prepare() { default sed -i -e "/vendor\/github.com\/jteeuwen\/go-bindata\/go-bindata/d" -e "s/-s -w/-w/" src/${EGO_PN}/hack/lib/golang.sh || die @@ -29,19 +33,16 @@ src_prepare() { src_compile() { LDFLAGS="" GOPATH="${WORKDIR}/${P}" emake -j1 -C src/${EGO_PN} WHAT=cmd/${PN} GOFLAGS=-v - pushd src/${EGO_PN} || die - _output/bin/${PN} completion bash > ${PN}.bash || die - _output/bin/${PN} completion zsh > ${PN}.zsh || die - popd || die } src_install() { pushd src/${EGO_PN} || die dobin _output/bin/${PN} - - newbashcomp ${PN}.bash ${PN} - insinto /usr/share/zsh/site-functions - newins ${PN}.zsh _${PN} - popd || die + keepdir /var/log/${PN} + fowners ${PN}:${PN} /var/log/${PN} + newinitd "${FILESDIR}"/${PN}.initd ${PN} + newconfd "${FILESDIR}"/${PN}.confd ${PN} + insinto /etc/logrotate.d + newins "${FILESDIR}"/${PN}.logrotated ${PN} } diff --git a/sys-cluster/kube-proxy/Manifest b/sys-cluster/kube-proxy/Manifest index bef2988e68d0..3f0ee8636dcd 100644 --- a/sys-cluster/kube-proxy/Manifest +++ b/sys-cluster/kube-proxy/Manifest @@ -8,4 +8,5 @@ DIST kubernetes-1.13.7.tar.gz 28861902 BLAKE2B 16704365a00cee83eb461f21df2d2e6c5 DIST kubernetes-1.14.0.tar.gz 27797992 BLAKE2B e219717c866b0aba190ee13a480fb41a02335a629ecb655f826ae320456c60f71c1c3aaefadec45a5fb9cd4336871734eda964d062c456ca7eed556540d649b4 SHA512 dc748e4d9790e4ff17e765355b351a4fcec7a2bb5b87413bc4e36525c35fecc7d16add6111ac5ba787c311e2466c87bb76ca86105b7da9e056b66af81a700822 DIST kubernetes-1.14.2.tar.gz 28018596 BLAKE2B 6e80c6daa765bf7065b8479cdb7f4d921cc906afde69dcc9063583597010ab49d4b276dbe51f1eb0ecf09ce001b0e023e039307f7b8acb170276dd384f2e459d SHA512 921e3db96c1464906a44f15733067f038c7759737a603cb305671fb311cc12f892751afffa789ce7990b1168e7b42b01a5510f52ff5bc66d618782817437b08e DIST kubernetes-1.14.3.tar.gz 28058624 BLAKE2B 11a1bd98cf6270e0035d6f01a3b14cce641ab1af421e4f060d6616ae6f3e2fd84074c1fad48d4182ce49e62466be40181ff17fce9fd300b84afbdcc3a4f9dc22 SHA512 3fab0b5f142644454d22abfc99454adb3d3055b132cf93b6a0f6a0088b6a7938835edee813611756e80a21b1473e62c179905d77d3f2288bd5c60c6a43e60361 +DIST kubernetes-1.15.0.tar.gz 26591862 BLAKE2B 114ae651bb1827913ff5294878956b46dba288928b9fec45796ce5f3c01ab611a7333bd955fb96e7fe970a9f4afc901570ff911dd946c1a72ff8e2c6b3bc927a SHA512 764268020e0fc27e8325058fefbc53200996e5a8f963c9156cf079425cdfed7545522ff8c779bfa074db8739e3ab97e829a049deaf0a0568f1434d7c1ed8446b DIST kubernetes-1.9.11.tar.gz 23606810 BLAKE2B 19d30d2cadaf5b95f919e82670b1a8e1d5e2b80a4134dbc5c6afcc23d06dee8392f63d80b59ebfbbbf3a4bcce0dc2d81b1d560c3b3b1910350efed35ee77fbbc SHA512 87881d7dd7e0b3e46dc92f3160410fdf9e7ec1f0cbc3ef99da84b808c3813a3a2d843d49e2b501ee3eb8c9db3564f62c72eecaf5dc1917051e81c106bc80a9ba diff --git a/sys-cluster/kubelet/kubelet-1.11.6.ebuild b/sys-cluster/kube-proxy/kube-proxy-1.15.0.ebuild similarity index 79% rename from sys-cluster/kubelet/kubelet-1.11.6.ebuild rename to sys-cluster/kube-proxy/kube-proxy-1.15.0.ebuild index 33670d2ae36b..f519690e8b2f 100644 --- a/sys-cluster/kubelet/kubelet-1.11.6.ebuild +++ b/sys-cluster/kube-proxy/kube-proxy-1.15.0.ebuild @@ -8,26 +8,27 @@ EGO_PN="k8s.io/kubernetes" ARCHIVE_URI="https://github.com/kubernetes/kubernetes/archive/v${PV}.tar.gz -> kubernetes-${PV}.tar.gz" KEYWORDS="~amd64" -DESCRIPTION="Kubernetes Node Agent" +DESCRIPTION="Kubernetes Proxy service" HOMEPAGE="https://github.com/kubernetes/kubernetes https://kubernetes.io" SRC_URI="${ARCHIVE_URI}" LICENSE="Apache-2.0" SLOT="0" -IUSE="hardened" -DEPEND="dev-go/go-bindata" +DEPEND="dev-go/go-bindata + >=dev-lang/go-1.11" + +RDEPEND="net-firewall/conntrack-tools" RESTRICT="test" src_prepare() { default - sed -i -e "/vendor\/github.com\/jteeuwen\/go-bindata\/go-bindata/d" src/${EGO_PN}/hack/lib/golang.sh || die + sed -i -e "/vendor\/github.com\/jteeuwen\/go-bindata\/go-bindata/d" -e "s/-s -w/-w/" src/${EGO_PN}/hack/lib/golang.sh || die sed -i -e "/export PATH/d" src/${EGO_PN}/hack/generate-bindata.sh || die } src_compile() { - export CGO_LDFLAGS="$(usex hardened '-fno-PIC ' '')" LDFLAGS="" GOPATH="${WORKDIR}/${P}" emake -j1 -C src/${EGO_PN} WHAT=cmd/${PN} GOFLAGS=-v } @@ -35,7 +36,7 @@ src_install() { pushd src/${EGO_PN} || die dobin _output/bin/${PN} popd || die - keepdir /etc/kubernetes/manifests /var/log/kubelet /var/lib/kubelet + keepdir /var/log/${PN} /var/lib/${PN} newinitd "${FILESDIR}"/${PN}.initd ${PN} newconfd "${FILESDIR}"/${PN}.confd ${PN} insinto /etc/logrotate.d diff --git a/sys-cluster/kube-scheduler/Manifest b/sys-cluster/kube-scheduler/Manifest index dc1535d3d5f7..cb40d7032b10 100644 --- a/sys-cluster/kube-scheduler/Manifest +++ b/sys-cluster/kube-scheduler/Manifest @@ -6,4 +6,5 @@ DIST kubernetes-1.13.5.tar.gz 28804719 BLAKE2B 9ca1f24a26f5917c085fad65c3ed1cb4c DIST kubernetes-1.13.6.tar.gz 28822613 BLAKE2B 80c7a5e84328776d2e5d937b5a6c16491c07789e72aa69fae3c2e83d617323fab4d1ad75fb25d8533c3ecb2abe030cb0bb168c29d971a65fc7b07d736ddda8ff SHA512 42f2683ce5f74406efa87a0db5dc5ccd19a5de23c271af85ccdc325e24569234a1d5d16776a97eab1e46afd36699861ba4a4569fdd0017c639c1559e2de425a1 DIST kubernetes-1.13.7.tar.gz 28861902 BLAKE2B 16704365a00cee83eb461f21df2d2e6c5d9b721585c62a3b650b1ecb40f8ad044c2b68cadc5f6251ccccbe22b059112f2c206ff352715fef1322505e655645ff SHA512 2cfc0b3739679da7e9bb9ce0aa71ef5842e45af382d616ce6188f20fec929aca579427b866b5cd71cca005d88d1717803c8f3be60eab8c99b200d422bdc40f04 DIST kubernetes-1.14.3.tar.gz 28058624 BLAKE2B 11a1bd98cf6270e0035d6f01a3b14cce641ab1af421e4f060d6616ae6f3e2fd84074c1fad48d4182ce49e62466be40181ff17fce9fd300b84afbdcc3a4f9dc22 SHA512 3fab0b5f142644454d22abfc99454adb3d3055b132cf93b6a0f6a0088b6a7938835edee813611756e80a21b1473e62c179905d77d3f2288bd5c60c6a43e60361 +DIST kubernetes-1.15.0.tar.gz 26591862 BLAKE2B 114ae651bb1827913ff5294878956b46dba288928b9fec45796ce5f3c01ab611a7333bd955fb96e7fe970a9f4afc901570ff911dd946c1a72ff8e2c6b3bc927a SHA512 764268020e0fc27e8325058fefbc53200996e5a8f963c9156cf079425cdfed7545522ff8c779bfa074db8739e3ab97e829a049deaf0a0568f1434d7c1ed8446b DIST kubernetes-1.9.11.tar.gz 23606810 BLAKE2B 19d30d2cadaf5b95f919e82670b1a8e1d5e2b80a4134dbc5c6afcc23d06dee8392f63d80b59ebfbbbf3a4bcce0dc2d81b1d560c3b3b1910350efed35ee77fbbc SHA512 87881d7dd7e0b3e46dc92f3160410fdf9e7ec1f0cbc3ef99da84b808c3813a3a2d843d49e2b501ee3eb8c9db3564f62c72eecaf5dc1917051e81c106bc80a9ba diff --git a/sys-cluster/kubelet/kubelet-1.12.6.ebuild b/sys-cluster/kube-scheduler/kube-scheduler-1.15.0.ebuild similarity index 74% rename from sys-cluster/kubelet/kubelet-1.12.6.ebuild rename to sys-cluster/kube-scheduler/kube-scheduler-1.15.0.ebuild index 33670d2ae36b..2830ac40ff36 100644 --- a/sys-cluster/kubelet/kubelet-1.12.6.ebuild +++ b/sys-cluster/kube-scheduler/kube-scheduler-1.15.0.ebuild @@ -2,32 +2,36 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit golang-build golang-vcs-snapshot +inherit user golang-build golang-vcs-snapshot EGO_PN="k8s.io/kubernetes" ARCHIVE_URI="https://github.com/kubernetes/kubernetes/archive/v${PV}.tar.gz -> kubernetes-${PV}.tar.gz" KEYWORDS="~amd64" -DESCRIPTION="Kubernetes Node Agent" +DESCRIPTION="Kubernetes Scheduler" HOMEPAGE="https://github.com/kubernetes/kubernetes https://kubernetes.io" SRC_URI="${ARCHIVE_URI}" LICENSE="Apache-2.0" SLOT="0" -IUSE="hardened" -DEPEND="dev-go/go-bindata" +DEPEND="dev-go/go-bindata + >=dev-lang/go-1.11" RESTRICT="test" +pkg_setup() { + enewgroup ${PN} + enewuser ${PN} -1 -1 -1 ${PN} +} + src_prepare() { default - sed -i -e "/vendor\/github.com\/jteeuwen\/go-bindata\/go-bindata/d" src/${EGO_PN}/hack/lib/golang.sh || die + sed -i -e "/vendor\/github.com\/jteeuwen\/go-bindata\/go-bindata/d" -e "s/-s -w/-w/" src/${EGO_PN}/hack/lib/golang.sh || die sed -i -e "/export PATH/d" src/${EGO_PN}/hack/generate-bindata.sh || die } src_compile() { - export CGO_LDFLAGS="$(usex hardened '-fno-PIC ' '')" LDFLAGS="" GOPATH="${WORKDIR}/${P}" emake -j1 -C src/${EGO_PN} WHAT=cmd/${PN} GOFLAGS=-v } @@ -35,7 +39,8 @@ src_install() { pushd src/${EGO_PN} || die dobin _output/bin/${PN} popd || die - keepdir /etc/kubernetes/manifests /var/log/kubelet /var/lib/kubelet + keepdir /var/log/${PN} + fowners ${PN}:${PN} /var/log/${PN} newinitd "${FILESDIR}"/${PN}.initd ${PN} newconfd "${FILESDIR}"/${PN}.confd ${PN} insinto /etc/logrotate.d diff --git a/sys-cluster/kubeadm/Manifest b/sys-cluster/kubeadm/Manifest index 64c409ae395f..58a2a2c68e13 100644 --- a/sys-cluster/kubeadm/Manifest +++ b/sys-cluster/kubeadm/Manifest @@ -1,3 +1,3 @@ DIST kubernetes-1.13.7.tar.gz 28861902 BLAKE2B 16704365a00cee83eb461f21df2d2e6c5d9b721585c62a3b650b1ecb40f8ad044c2b68cadc5f6251ccccbe22b059112f2c206ff352715fef1322505e655645ff SHA512 2cfc0b3739679da7e9bb9ce0aa71ef5842e45af382d616ce6188f20fec929aca579427b866b5cd71cca005d88d1717803c8f3be60eab8c99b200d422bdc40f04 -DIST kubernetes-1.14.2.tar.gz 28018596 BLAKE2B 6e80c6daa765bf7065b8479cdb7f4d921cc906afde69dcc9063583597010ab49d4b276dbe51f1eb0ecf09ce001b0e023e039307f7b8acb170276dd384f2e459d SHA512 921e3db96c1464906a44f15733067f038c7759737a603cb305671fb311cc12f892751afffa789ce7990b1168e7b42b01a5510f52ff5bc66d618782817437b08e DIST kubernetes-1.14.3.tar.gz 28058624 BLAKE2B 11a1bd98cf6270e0035d6f01a3b14cce641ab1af421e4f060d6616ae6f3e2fd84074c1fad48d4182ce49e62466be40181ff17fce9fd300b84afbdcc3a4f9dc22 SHA512 3fab0b5f142644454d22abfc99454adb3d3055b132cf93b6a0f6a0088b6a7938835edee813611756e80a21b1473e62c179905d77d3f2288bd5c60c6a43e60361 +DIST kubernetes-1.15.0.tar.gz 26591862 BLAKE2B 114ae651bb1827913ff5294878956b46dba288928b9fec45796ce5f3c01ab611a7333bd955fb96e7fe970a9f4afc901570ff911dd946c1a72ff8e2c6b3bc927a SHA512 764268020e0fc27e8325058fefbc53200996e5a8f963c9156cf079425cdfed7545522ff8c779bfa074db8739e3ab97e829a049deaf0a0568f1434d7c1ed8446b diff --git a/sys-cluster/kubeadm/kubeadm-1.14.2.ebuild b/sys-cluster/kubeadm/kubeadm-1.14.2.ebuild deleted file mode 100644 index 763c3838067b..000000000000 --- a/sys-cluster/kubeadm/kubeadm-1.14.2.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -inherit golang-build golang-vcs-snapshot bash-completion-r1 - -EGO_PN="k8s.io/kubernetes" -ARCHIVE_URI="https://github.com/kubernetes/kubernetes/archive/v${PV}.tar.gz -> kubernetes-${PV}.tar.gz" -KEYWORDS="~amd64" - -DESCRIPTION="CLI to Easily bootstrap a secure Kubernetes cluster" -HOMEPAGE="https://github.com/kubernetes/kubernetes https://kubernetes.io" -SRC_URI="${ARCHIVE_URI}" - -LICENSE="Apache-2.0" -SLOT="0" -IUSE="" - -DEPEND=">=dev-lang/go-1.12 - dev-go/go-bindata" - -RESTRICT="test" - -src_prepare() { - default - sed -i -e "/vendor\/github.com\/jteeuwen\/go-bindata\/go-bindata/d" -e "s/-s -w/-w/" src/${EGO_PN}/hack/lib/golang.sh || die - sed -i -e "/export PATH/d" src/${EGO_PN}/hack/generate-bindata.sh || die - pushd src/${EGO_PN} || die - eapply "${FILESDIR}/${PN}-1.14-openrc.patch" - popd || die -} - -src_compile() { - LDFLAGS="" GOPATH="${WORKDIR}/${P}" emake -j1 -C src/${EGO_PN} WHAT=cmd/${PN} GOFLAGS=-v - pushd src/${EGO_PN} || die - _output/bin/${PN} completion bash > ${PN}.bash || die - _output/bin/${PN} completion zsh > ${PN}.zsh || die - popd || die -} - -src_install() { - pushd src/${EGO_PN} || die - dobin _output/bin/${PN} - - newbashcomp ${PN}.bash ${PN} - insinto /usr/share/zsh/site-functions - newins ${PN}.zsh _${PN} - - popd || die -} diff --git a/sys-cluster/kubectl/kubectl-1.14.2.ebuild b/sys-cluster/kubeadm/kubeadm-1.15.0.ebuild similarity index 94% rename from sys-cluster/kubectl/kubectl-1.14.2.ebuild rename to sys-cluster/kubeadm/kubeadm-1.15.0.ebuild index 7a61b25dce90..ffd3646b62e1 100644 --- a/sys-cluster/kubectl/kubectl-1.14.2.ebuild +++ b/sys-cluster/kubeadm/kubeadm-1.15.0.ebuild @@ -8,7 +8,7 @@ EGO_PN="k8s.io/kubernetes" ARCHIVE_URI="https://github.com/kubernetes/kubernetes/archive/v${PV}.tar.gz -> kubernetes-${PV}.tar.gz" KEYWORDS="~amd64" -DESCRIPTION="CLI to run commands against Kubernetes clusters" +DESCRIPTION="CLI to Easily bootstrap a secure Kubernetes cluster" HOMEPAGE="https://github.com/kubernetes/kubernetes https://kubernetes.io" SRC_URI="${ARCHIVE_URI}" diff --git a/sys-cluster/kubectl/Manifest b/sys-cluster/kubectl/Manifest index 385e5daaffb1..bbc8a641e6e9 100644 --- a/sys-cluster/kubectl/Manifest +++ b/sys-cluster/kubectl/Manifest @@ -1,11 +1,4 @@ -DIST kubernetes-1.10.12.tar.gz 25091359 BLAKE2B 8bc053ba737bdbe0cf65a2061f6ed9c959b85af19bf64b7c8c08738ac443b84486ebf229d6eec245b2414dc459987c855ae0d295d35e02c62ec83f8f789966d9 SHA512 74f476617d64e1ae0b520a2a8424c27e76dc5a7829b3565e132da9df6d7b0d6ad20592c4330d8cb5be714d4e40098dfb4d267a278a46df3baee762fd5d797e41 -DIST kubernetes-1.11.6.tar.gz 24827575 BLAKE2B 095adccef1b5618f7e5d3a46cbf835f10513a667f663a673e2dedad5820ce59a4fde2208550447677a6693c11d4820db3f12c2e265153a1e33aaca71eadf6798 SHA512 cffe96ae56a6a9e3549090afd84e9e43955ce00f8089a71771c5171ce33b23ef164a67d3f3506326f95c1a602b53ec9d631b7160f6b8a51658c41b6eb048c670 -DIST kubernetes-1.12.6.tar.gz 28142622 BLAKE2B 7f3541356aebb3f60c27ba1ae1c9c50867bf77ae8cb585955b38addc1015ef0dbbf0bd21e454610ee2fe6c9811c0d32fe912de368f7bf5d95fe60cab7a538354 SHA512 bd4b28fb6ecb7212c9bd6fb24b3ba59466ed9d684a4ba4e403e0270fc96ac5d1bcdcf8ea0be0085353af29bbfe73ab6ff1cda5127ea123ad7660c3022cab4703 -DIST kubernetes-1.13.5.tar.gz 28804719 BLAKE2B 9ca1f24a26f5917c085fad65c3ed1cb4cc0f5556f6245b8e87aee5244e96ed6beede646f8b95b118d79ac715e988111f7fd2ddfb4c478af7a9bfe19c4dd227be SHA512 aced7b8dae452c62f4751785ad106c3747054ccb075b3d04dd82bd816d74f4002844e3cfa7aee138c9661e5c30a9aa9743f10a0dd807bbd590fffb60ce72f617 -DIST kubernetes-1.13.6.tar.gz 28822613 BLAKE2B 80c7a5e84328776d2e5d937b5a6c16491c07789e72aa69fae3c2e83d617323fab4d1ad75fb25d8533c3ecb2abe030cb0bb168c29d971a65fc7b07d736ddda8ff SHA512 42f2683ce5f74406efa87a0db5dc5ccd19a5de23c271af85ccdc325e24569234a1d5d16776a97eab1e46afd36699861ba4a4569fdd0017c639c1559e2de425a1 DIST kubernetes-1.13.7.tar.gz 28861902 BLAKE2B 16704365a00cee83eb461f21df2d2e6c5d9b721585c62a3b650b1ecb40f8ad044c2b68cadc5f6251ccccbe22b059112f2c206ff352715fef1322505e655645ff SHA512 2cfc0b3739679da7e9bb9ce0aa71ef5842e45af382d616ce6188f20fec929aca579427b866b5cd71cca005d88d1717803c8f3be60eab8c99b200d422bdc40f04 -DIST kubernetes-1.14.0.tar.gz 27797992 BLAKE2B e219717c866b0aba190ee13a480fb41a02335a629ecb655f826ae320456c60f71c1c3aaefadec45a5fb9cd4336871734eda964d062c456ca7eed556540d649b4 SHA512 dc748e4d9790e4ff17e765355b351a4fcec7a2bb5b87413bc4e36525c35fecc7d16add6111ac5ba787c311e2466c87bb76ca86105b7da9e056b66af81a700822 -DIST kubernetes-1.14.1.tar.gz 28008273 BLAKE2B 28ef62504544f33581a64ccf4c54a9b93fff5b92169db869291ac00f199993373cbef51a9d2562d76f12a5f2ee073018113b23fdac5b875ddfb8a01dba7f422d SHA512 c2923b539103f9f5d414972ccddb99856df8161d5e734b30eb1156fd5ed4330fa25fabb2a9afcc21f07fd2e8c66b2b1b769efc38f32b19237e9b7bc3172af180 -DIST kubernetes-1.14.2.tar.gz 28018596 BLAKE2B 6e80c6daa765bf7065b8479cdb7f4d921cc906afde69dcc9063583597010ab49d4b276dbe51f1eb0ecf09ce001b0e023e039307f7b8acb170276dd384f2e459d SHA512 921e3db96c1464906a44f15733067f038c7759737a603cb305671fb311cc12f892751afffa789ce7990b1168e7b42b01a5510f52ff5bc66d618782817437b08e DIST kubernetes-1.14.3.tar.gz 28058624 BLAKE2B 11a1bd98cf6270e0035d6f01a3b14cce641ab1af421e4f060d6616ae6f3e2fd84074c1fad48d4182ce49e62466be40181ff17fce9fd300b84afbdcc3a4f9dc22 SHA512 3fab0b5f142644454d22abfc99454adb3d3055b132cf93b6a0f6a0088b6a7938835edee813611756e80a21b1473e62c179905d77d3f2288bd5c60c6a43e60361 +DIST kubernetes-1.15.0.tar.gz 26591862 BLAKE2B 114ae651bb1827913ff5294878956b46dba288928b9fec45796ce5f3c01ab611a7333bd955fb96e7fe970a9f4afc901570ff911dd946c1a72ff8e2c6b3bc927a SHA512 764268020e0fc27e8325058fefbc53200996e5a8f963c9156cf079425cdfed7545522ff8c779bfa074db8739e3ab97e829a049deaf0a0568f1434d7c1ed8446b DIST kubernetes-1.9.11.tar.gz 23606810 BLAKE2B 19d30d2cadaf5b95f919e82670b1a8e1d5e2b80a4134dbc5c6afcc23d06dee8392f63d80b59ebfbbbf3a4bcce0dc2d81b1d560c3b3b1910350efed35ee77fbbc SHA512 87881d7dd7e0b3e46dc92f3160410fdf9e7ec1f0cbc3ef99da84b808c3813a3a2d843d49e2b501ee3eb8c9db3564f62c72eecaf5dc1917051e81c106bc80a9ba diff --git a/sys-cluster/kubectl/kubectl-1.10.12.ebuild b/sys-cluster/kubectl/kubectl-1.10.12.ebuild deleted file mode 100644 index 716e34ce9279..000000000000 --- a/sys-cluster/kubectl/kubectl-1.10.12.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -inherit golang-build golang-vcs-snapshot bash-completion-r1 - -EGO_PN="k8s.io/kubernetes" -ARCHIVE_URI="https://github.com/kubernetes/kubernetes/archive/v${PV}.tar.gz -> kubernetes-${PV}.tar.gz" -KEYWORDS="~amd64" - -DESCRIPTION="CLI to run commands against Kubernetes clusters" -HOMEPAGE="https://github.com/kubernetes/kubernetes https://kubernetes.io" -SRC_URI="${ARCHIVE_URI}" - -LICENSE="Apache-2.0" -SLOT="0" -IUSE="" - -DEPEND="dev-go/go-bindata" - -RESTRICT="test" - -src_prepare() { - default - sed -i -e "/vendor\/github.com\/jteeuwen\/go-bindata\/go-bindata/d" src/${EGO_PN}/hack/lib/golang.sh || die - sed -i -e "/export PATH/d" src/${EGO_PN}/hack/generate-bindata.sh || die -} - -src_compile() { - LDFLAGS="" GOPATH="${WORKDIR}/${P}" emake -j1 -C src/${EGO_PN} WHAT=cmd/${PN} GOFLAGS=-v - pushd src/${EGO_PN} || die - _output/bin/${PN} completion bash > ${PN}.bash || die - _output/bin/${PN} completion zsh > ${PN}.zsh || die - popd || die -} - -src_install() { - pushd src/${EGO_PN} || die - dobin _output/bin/${PN} - - newbashcomp ${PN}.bash ${PN} - insinto /usr/share/zsh/site-functions - newins ${PN}.zsh _${PN} - - popd || die -} diff --git a/sys-cluster/kubectl/kubectl-1.11.6.ebuild b/sys-cluster/kubectl/kubectl-1.11.6.ebuild deleted file mode 100644 index 716e34ce9279..000000000000 --- a/sys-cluster/kubectl/kubectl-1.11.6.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -inherit golang-build golang-vcs-snapshot bash-completion-r1 - -EGO_PN="k8s.io/kubernetes" -ARCHIVE_URI="https://github.com/kubernetes/kubernetes/archive/v${PV}.tar.gz -> kubernetes-${PV}.tar.gz" -KEYWORDS="~amd64" - -DESCRIPTION="CLI to run commands against Kubernetes clusters" -HOMEPAGE="https://github.com/kubernetes/kubernetes https://kubernetes.io" -SRC_URI="${ARCHIVE_URI}" - -LICENSE="Apache-2.0" -SLOT="0" -IUSE="" - -DEPEND="dev-go/go-bindata" - -RESTRICT="test" - -src_prepare() { - default - sed -i -e "/vendor\/github.com\/jteeuwen\/go-bindata\/go-bindata/d" src/${EGO_PN}/hack/lib/golang.sh || die - sed -i -e "/export PATH/d" src/${EGO_PN}/hack/generate-bindata.sh || die -} - -src_compile() { - LDFLAGS="" GOPATH="${WORKDIR}/${P}" emake -j1 -C src/${EGO_PN} WHAT=cmd/${PN} GOFLAGS=-v - pushd src/${EGO_PN} || die - _output/bin/${PN} completion bash > ${PN}.bash || die - _output/bin/${PN} completion zsh > ${PN}.zsh || die - popd || die -} - -src_install() { - pushd src/${EGO_PN} || die - dobin _output/bin/${PN} - - newbashcomp ${PN}.bash ${PN} - insinto /usr/share/zsh/site-functions - newins ${PN}.zsh _${PN} - - popd || die -} diff --git a/sys-cluster/kubectl/kubectl-1.12.6.ebuild b/sys-cluster/kubectl/kubectl-1.12.6.ebuild deleted file mode 100644 index 716e34ce9279..000000000000 --- a/sys-cluster/kubectl/kubectl-1.12.6.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -inherit golang-build golang-vcs-snapshot bash-completion-r1 - -EGO_PN="k8s.io/kubernetes" -ARCHIVE_URI="https://github.com/kubernetes/kubernetes/archive/v${PV}.tar.gz -> kubernetes-${PV}.tar.gz" -KEYWORDS="~amd64" - -DESCRIPTION="CLI to run commands against Kubernetes clusters" -HOMEPAGE="https://github.com/kubernetes/kubernetes https://kubernetes.io" -SRC_URI="${ARCHIVE_URI}" - -LICENSE="Apache-2.0" -SLOT="0" -IUSE="" - -DEPEND="dev-go/go-bindata" - -RESTRICT="test" - -src_prepare() { - default - sed -i -e "/vendor\/github.com\/jteeuwen\/go-bindata\/go-bindata/d" src/${EGO_PN}/hack/lib/golang.sh || die - sed -i -e "/export PATH/d" src/${EGO_PN}/hack/generate-bindata.sh || die -} - -src_compile() { - LDFLAGS="" GOPATH="${WORKDIR}/${P}" emake -j1 -C src/${EGO_PN} WHAT=cmd/${PN} GOFLAGS=-v - pushd src/${EGO_PN} || die - _output/bin/${PN} completion bash > ${PN}.bash || die - _output/bin/${PN} completion zsh > ${PN}.zsh || die - popd || die -} - -src_install() { - pushd src/${EGO_PN} || die - dobin _output/bin/${PN} - - newbashcomp ${PN}.bash ${PN} - insinto /usr/share/zsh/site-functions - newins ${PN}.zsh _${PN} - - popd || die -} diff --git a/sys-cluster/kubectl/kubectl-1.13.5.ebuild b/sys-cluster/kubectl/kubectl-1.13.5.ebuild deleted file mode 100644 index 6f0d80ff6350..000000000000 --- a/sys-cluster/kubectl/kubectl-1.13.5.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -inherit golang-build golang-vcs-snapshot bash-completion-r1 - -EGO_PN="k8s.io/kubernetes" -ARCHIVE_URI="https://github.com/kubernetes/kubernetes/archive/v${PV}.tar.gz -> kubernetes-${PV}.tar.gz" -KEYWORDS="amd64" - -DESCRIPTION="CLI to run commands against Kubernetes clusters" -HOMEPAGE="https://github.com/kubernetes/kubernetes https://kubernetes.io" -SRC_URI="${ARCHIVE_URI}" - -LICENSE="Apache-2.0" -SLOT="0" -IUSE="" - -DEPEND=">=dev-lang/go-1.11 - dev-go/go-bindata" - -RESTRICT="test" - -src_prepare() { - default - sed -i -e "/vendor\/github.com\/jteeuwen\/go-bindata\/go-bindata/d" -e "s/-s -w/-w/" src/${EGO_PN}/hack/lib/golang.sh || die - sed -i -e "/export PATH/d" src/${EGO_PN}/hack/generate-bindata.sh || die -} - -src_compile() { - LDFLAGS="" GOPATH="${WORKDIR}/${P}" emake -j1 -C src/${EGO_PN} WHAT=cmd/${PN} GOFLAGS=-v - pushd src/${EGO_PN} || die - _output/bin/${PN} completion bash > ${PN}.bash || die - _output/bin/${PN} completion zsh > ${PN}.zsh || die - popd || die -} - -src_install() { - pushd src/${EGO_PN} || die - dobin _output/bin/${PN} - - newbashcomp ${PN}.bash ${PN} - insinto /usr/share/zsh/site-functions - newins ${PN}.zsh _${PN} - - popd || die -} diff --git a/sys-cluster/kubectl/kubectl-1.13.6.ebuild b/sys-cluster/kubectl/kubectl-1.13.6.ebuild deleted file mode 100644 index 93cda65f0ea1..000000000000 --- a/sys-cluster/kubectl/kubectl-1.13.6.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -inherit golang-build golang-vcs-snapshot bash-completion-r1 - -EGO_PN="k8s.io/kubernetes" -ARCHIVE_URI="https://github.com/kubernetes/kubernetes/archive/v${PV}.tar.gz -> kubernetes-${PV}.tar.gz" -KEYWORDS="~amd64" - -DESCRIPTION="CLI to run commands against Kubernetes clusters" -HOMEPAGE="https://github.com/kubernetes/kubernetes https://kubernetes.io" -SRC_URI="${ARCHIVE_URI}" - -LICENSE="Apache-2.0" -SLOT="0" -IUSE="" - -DEPEND=">=dev-lang/go-1.11 - dev-go/go-bindata" - -RESTRICT="test" - -src_prepare() { - default - sed -i -e "/vendor\/github.com\/jteeuwen\/go-bindata\/go-bindata/d" -e "s/-s -w/-w/" src/${EGO_PN}/hack/lib/golang.sh || die - sed -i -e "/export PATH/d" src/${EGO_PN}/hack/generate-bindata.sh || die -} - -src_compile() { - LDFLAGS="" GOPATH="${WORKDIR}/${P}" emake -j1 -C src/${EGO_PN} WHAT=cmd/${PN} GOFLAGS=-v - pushd src/${EGO_PN} || die - _output/bin/${PN} completion bash > ${PN}.bash || die - _output/bin/${PN} completion zsh > ${PN}.zsh || die - popd || die -} - -src_install() { - pushd src/${EGO_PN} || die - dobin _output/bin/${PN} - - newbashcomp ${PN}.bash ${PN} - insinto /usr/share/zsh/site-functions - newins ${PN}.zsh _${PN} - - popd || die -} diff --git a/sys-cluster/kubectl/kubectl-1.13.7.ebuild b/sys-cluster/kubectl/kubectl-1.13.7.ebuild index 93cda65f0ea1..6f0d80ff6350 100644 --- a/sys-cluster/kubectl/kubectl-1.13.7.ebuild +++ b/sys-cluster/kubectl/kubectl-1.13.7.ebuild @@ -6,7 +6,7 @@ inherit golang-build golang-vcs-snapshot bash-completion-r1 EGO_PN="k8s.io/kubernetes" ARCHIVE_URI="https://github.com/kubernetes/kubernetes/archive/v${PV}.tar.gz -> kubernetes-${PV}.tar.gz" -KEYWORDS="~amd64" +KEYWORDS="amd64" DESCRIPTION="CLI to run commands against Kubernetes clusters" HOMEPAGE="https://github.com/kubernetes/kubernetes https://kubernetes.io" diff --git a/sys-cluster/kubectl/kubectl-1.14.0.ebuild b/sys-cluster/kubectl/kubectl-1.15.0.ebuild similarity index 100% rename from sys-cluster/kubectl/kubectl-1.14.0.ebuild rename to sys-cluster/kubectl/kubectl-1.15.0.ebuild diff --git a/sys-cluster/kubelet/Manifest b/sys-cluster/kubelet/Manifest index d532b0b40a63..bbc8a641e6e9 100644 --- a/sys-cluster/kubelet/Manifest +++ b/sys-cluster/kubelet/Manifest @@ -1,6 +1,4 @@ -DIST kubernetes-1.10.12.tar.gz 25091359 BLAKE2B 8bc053ba737bdbe0cf65a2061f6ed9c959b85af19bf64b7c8c08738ac443b84486ebf229d6eec245b2414dc459987c855ae0d295d35e02c62ec83f8f789966d9 SHA512 74f476617d64e1ae0b520a2a8424c27e76dc5a7829b3565e132da9df6d7b0d6ad20592c4330d8cb5be714d4e40098dfb4d267a278a46df3baee762fd5d797e41 -DIST kubernetes-1.11.6.tar.gz 24827575 BLAKE2B 095adccef1b5618f7e5d3a46cbf835f10513a667f663a673e2dedad5820ce59a4fde2208550447677a6693c11d4820db3f12c2e265153a1e33aaca71eadf6798 SHA512 cffe96ae56a6a9e3549090afd84e9e43955ce00f8089a71771c5171ce33b23ef164a67d3f3506326f95c1a602b53ec9d631b7160f6b8a51658c41b6eb048c670 -DIST kubernetes-1.12.6.tar.gz 28142622 BLAKE2B 7f3541356aebb3f60c27ba1ae1c9c50867bf77ae8cb585955b38addc1015ef0dbbf0bd21e454610ee2fe6c9811c0d32fe912de368f7bf5d95fe60cab7a538354 SHA512 bd4b28fb6ecb7212c9bd6fb24b3ba59466ed9d684a4ba4e403e0270fc96ac5d1bcdcf8ea0be0085353af29bbfe73ab6ff1cda5127ea123ad7660c3022cab4703 DIST kubernetes-1.13.7.tar.gz 28861902 BLAKE2B 16704365a00cee83eb461f21df2d2e6c5d9b721585c62a3b650b1ecb40f8ad044c2b68cadc5f6251ccccbe22b059112f2c206ff352715fef1322505e655645ff SHA512 2cfc0b3739679da7e9bb9ce0aa71ef5842e45af382d616ce6188f20fec929aca579427b866b5cd71cca005d88d1717803c8f3be60eab8c99b200d422bdc40f04 DIST kubernetes-1.14.3.tar.gz 28058624 BLAKE2B 11a1bd98cf6270e0035d6f01a3b14cce641ab1af421e4f060d6616ae6f3e2fd84074c1fad48d4182ce49e62466be40181ff17fce9fd300b84afbdcc3a4f9dc22 SHA512 3fab0b5f142644454d22abfc99454adb3d3055b132cf93b6a0f6a0088b6a7938835edee813611756e80a21b1473e62c179905d77d3f2288bd5c60c6a43e60361 +DIST kubernetes-1.15.0.tar.gz 26591862 BLAKE2B 114ae651bb1827913ff5294878956b46dba288928b9fec45796ce5f3c01ab611a7333bd955fb96e7fe970a9f4afc901570ff911dd946c1a72ff8e2c6b3bc927a SHA512 764268020e0fc27e8325058fefbc53200996e5a8f963c9156cf079425cdfed7545522ff8c779bfa074db8739e3ab97e829a049deaf0a0568f1434d7c1ed8446b DIST kubernetes-1.9.11.tar.gz 23606810 BLAKE2B 19d30d2cadaf5b95f919e82670b1a8e1d5e2b80a4134dbc5c6afcc23d06dee8392f63d80b59ebfbbbf3a4bcce0dc2d81b1d560c3b3b1910350efed35ee77fbbc SHA512 87881d7dd7e0b3e46dc92f3160410fdf9e7ec1f0cbc3ef99da84b808c3813a3a2d843d49e2b501ee3eb8c9db3564f62c72eecaf5dc1917051e81c106bc80a9ba diff --git a/sys-cluster/kubelet/kubelet-1.10.12.ebuild b/sys-cluster/kubelet/kubelet-1.15.0.ebuild similarity index 80% rename from sys-cluster/kubelet/kubelet-1.10.12.ebuild rename to sys-cluster/kubelet/kubelet-1.15.0.ebuild index 33670d2ae36b..f38ce59e625d 100644 --- a/sys-cluster/kubelet/kubelet-1.10.12.ebuild +++ b/sys-cluster/kubelet/kubelet-1.15.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit golang-build golang-vcs-snapshot +inherit golang-build golang-vcs-snapshot systemd EGO_PN="k8s.io/kubernetes" ARCHIVE_URI="https://github.com/kubernetes/kubernetes/archive/v${PV}.tar.gz -> kubernetes-${PV}.tar.gz" @@ -16,13 +16,14 @@ LICENSE="Apache-2.0" SLOT="0" IUSE="hardened" -DEPEND="dev-go/go-bindata" +DEPEND="dev-go/go-bindata + >=dev-lang/go-1.11" RESTRICT="test" src_prepare() { default - sed -i -e "/vendor\/github.com\/jteeuwen\/go-bindata\/go-bindata/d" src/${EGO_PN}/hack/lib/golang.sh || die + sed -i -e "/vendor\/github.com\/jteeuwen\/go-bindata\/go-bindata/d" -e "s/-s -w/-w/" src/${EGO_PN}/hack/lib/golang.sh || die sed -i -e "/export PATH/d" src/${EGO_PN}/hack/generate-bindata.sh || die } @@ -40,4 +41,7 @@ src_install() { newconfd "${FILESDIR}"/${PN}.confd ${PN} insinto /etc/logrotate.d newins "${FILESDIR}"/${PN}.logrotated ${PN} + systemd_dounit "${FILESDIR}"/${PN}.service + insinto /etc/kubernetes + newins "${FILESDIR}"/${PN}.env ${PN}.env } diff --git a/sys-firmware/Manifest.gz b/sys-firmware/Manifest.gz index f6a1926b110e..bed0e83931ae 100644 Binary files a/sys-firmware/Manifest.gz and b/sys-firmware/Manifest.gz differ diff --git a/sys-firmware/intel-microcode/Manifest b/sys-firmware/intel-microcode/Manifest index 936c13765908..839daca1aa7d 100644 --- a/sys-firmware/intel-microcode/Manifest +++ b/sys-firmware/intel-microcode/Manifest @@ -1,2 +1,2 @@ -DIST intel-microcode-collection-20190608.tar.xz 5084728 BLAKE2B e6e011c8b2867a04edc75cba2229f5b2759905bd380bede55a8c3f2d28fd81035c401ea8fbdf2363fc1f953fbe233ea41a9a83403a24ce8c6131c29ec3e9a984 SHA512 cc884282c36fa6239b766de8fcf1e3137a6621076b270b6fceb880ecb2eca9c14d306e744d6110facbbeb08b14973dfc4742ab9d36ca7a11abc6772ea0b5793f -DIST microcode-20190514.tar.gz 2447290 BLAKE2B c137342d6a4e662f1fe746e69c97f02a49c75645def0a74edde9e99eae29b2cea70206b2666e4f38c8439cc661adcdda6b60a352b11791c5bc9913cb19864a41 SHA512 fd5e82708d4a7f08630a2c51a182814cc4c0fbd88fe473e871b9784c03cb87e804a9ed4c2f3e041696aabfdd60996f2d50a175bea90f1644f6f3205a37215017 +DIST intel-microcode-collection-20190623.tar.xz 5085652 BLAKE2B 717e60682060db9e9eb602b2bfb2ed9e1e192c8388a9defcff48b086b0040cb17723f6eeeede55da8a7776f270acbc1a2c0ea6c89f094404689174fc46fb830d SHA512 bac96d527255594861eafa82d01d065ea02190677ef9d9a74a37914175df455a8d9b722d49ec537d5cec2edf73925210f44f57bac8bf64ae19c04ff09a9173fc +DIST microcode-20190618.tar.gz 2446418 BLAKE2B f5e4846c7d6d4251c8a53e7a238ce0be9530827d16a015b91beec9d2ba2186d6632d370342b4b7a898f32d294b3c8c12522d07ea40c13ebc75d40b8b83eb1da3 SHA512 f7717f476465705e14ea26b516cf7b1d04e29842da0924d7da5582346ad5dd5dfd8755041bdca8f3afa7fe64f138e91354498d87006fe4487701242858c24c17 diff --git a/sys-firmware/intel-microcode/intel-microcode-20190514_p20190608.ebuild b/sys-firmware/intel-microcode/intel-microcode-20190618_p20190623.ebuild similarity index 100% rename from sys-firmware/intel-microcode/intel-microcode-20190514_p20190608.ebuild rename to sys-firmware/intel-microcode/intel-microcode-20190618_p20190623.ebuild diff --git a/sys-kernel/Manifest.gz b/sys-kernel/Manifest.gz index cfdb8527cd9f..0d6e8ac3496b 100644 Binary files a/sys-kernel/Manifest.gz and b/sys-kernel/Manifest.gz differ diff --git a/sys-kernel/gentoo-sources/Manifest b/sys-kernel/gentoo-sources/Manifest index b004a6a78d62..dbceff2048c3 100644 --- a/sys-kernel/gentoo-sources/Manifest +++ b/sys-kernel/gentoo-sources/Manifest @@ -16,6 +16,9 @@ DIST genpatches-4.14-136.extras.tar.xz 17492 BLAKE2B eeb584d1d3be285638e3564b071 DIST genpatches-4.14-137.base.tar.xz 2973376 BLAKE2B 94a9fe32b1fcb776f71dc9abaf2d93c1e91b88b6d06c3ac7684dc7293bf41b370834ca29a63fcd02ec2001d1d764d041498cd92787033b615386b58393ee95c1 SHA512 261737dddc1bb40665d00d711211a35cc322edcef5809fea6bae5c6f1af9cc91d6ad7d49319faca78e1a1493d133368e64dab8b873883bf1ee97a9ad65169e04 DIST genpatches-4.14-137.experimental.tar.xz 5224 BLAKE2B 26f6b4e33a6973045cc271f04b6a33a5fbee89cd10dfcfba24523887c0602d5ce9e73b154564bdd4840609d0db43ad0b11f6405d54c77d22ff737d91339ad69c SHA512 98417e4d146f501957e1053ac41f85a1214fbc76d9d7c52d88e9386f5e290ecb967595b48795f5c3d6dbb346336ccf1502562af3afd3b40700ab5feceebc5919 DIST genpatches-4.14-137.extras.tar.xz 17488 BLAKE2B 6aec813e98811803d2111fa2757e1e23c3c013e99f7c51e2d0000c4a002222c56e6ed267659f77953e36e092220016b00257b66576a5f31cedca84784f6c3bb8 SHA512 9c0e199b77f3ede8695bec19e50a390e41beacf8defa12f26222ab7f0cf9b02a953583796aa773210472ecae5dd86f7b888fdc6dde15a6787ea167f041a00e7b +DIST genpatches-4.14-138.base.tar.xz 2983688 BLAKE2B 4d1a90fe7d0515819f489d92b7018e02fc6923667012a80dd1ca7a2eef09d620693d91829666acb7f37fc7bab9274a40d4852230b4f3f4b16e85f9a2f75172ab SHA512 b1f3a74d5a0a086bdf7305d24e2b2ceea6ed2436186893bb06d0e2c1535ac72224118eb97474d9faf1c537db5536d642e5130329bc3f223608039b7b993c0013 +DIST genpatches-4.14-138.experimental.tar.xz 5224 BLAKE2B c9de4616c94ead96e182bae0b353f5d83b94527c11bf8469bc570b6225a77681db2ceeb5b592d95e174023569091b4ef2480dafbe1d2d0713f11ca58fd4fa6f7 SHA512 59b03f9b91180e39bc822f65765bb39a00c66590e9353612cd41cff867977f3863702a09a71e5e807cbac05450d90bc508e3271a7063ae10d84f44449836ed2f +DIST genpatches-4.14-138.extras.tar.xz 17500 BLAKE2B f2eda9ac4167201997fd08a6ece8d07336d09e720c73e22579efe66d8728942e2603bd2fb3a96d2fb2f56ca3ce3d03ec89458df8e00ebcfeda3e63f8c7ad29d2 SHA512 b76fb1da1c81d5bb89487f858ec161c2c44833d1e98d4885f62623f11515e27db4f36bd756728f9c7fbf30ca8dcdb7bc123eb5ddadfc69413dc75a6849a73bf5 DIST genpatches-4.19-28.base.tar.xz 809620 BLAKE2B 2bf07264d3d65e7908b27727bbfb295c53a0cb2c8a9358bb41fa75a04b3094b0a9ca68721a440f6ffcbee3420b5cd31211f5e1673f8fe8043fdb5d913efe312a SHA512 00c9225dd966e02cba66b039e6bead431162d13b64c3a1680fd5c8b2f1f12af86bcb3c0bb553e88bdc12b4675d99be5944f280a5fad7fbf59e8bc6ab6d041ec8 DIST genpatches-4.19-28.experimental.tar.xz 5804 BLAKE2B 6c4a52ce04f35a0c971ef438f32acec66395b763f725176312d4ea7e7467e9b2bab953afb64df744acc0827bb96cb13f2537427a56cee10dc95227300bfb6b02 SHA512 e04c94dd53325e89f25343999da5b66f4624605d66859884f2768c073b203126f7aad5fb5a1012fc56a4e2906fb2f3a3f8fda48d8e300a1a0bb8dc7c1719fa82 DIST genpatches-4.19-28.extras.tar.xz 17480 BLAKE2B 599e85a011c87a7a9bcec44579fd4e54ff9ab78a4b8ee727f6b741acea29902c0531988d5abc6ff9512a205601363837639b5ba31190a044009bac13cb44067b SHA512 e201383a2fd00d063bd3d9817fbc40052db19e46db105ddb15dfd1dd90001a11de12495372f2225adcc80b620252ea20d49e73da46b8b3c88e62baa71a71a8c5 @@ -34,6 +37,9 @@ DIST genpatches-4.19-54.extras.tar.xz 17488 BLAKE2B c11324d679addef678b45246b9da DIST genpatches-4.19-55.base.tar.xz 1506140 BLAKE2B 64e9e8d1c23172ea3110f089acc5af6e761ace8822ad5922e2dc459976b07ba02d49e93cde2b4fd95b9f4f9b1a9333eb8d9549e8a9abf4d813e332ebe1bcdc0e SHA512 02d338b86da3027ecfd2cb7903283b6389e5fcad17f931b8cf64b5cb0cda7a401fb24f338eb5a92068d05d2dd545be52e7090ba85c70e97501e9b88117e2294b DIST genpatches-4.19-55.experimental.tar.xz 5804 BLAKE2B 44c5000b3c7644ff6a6eb0e863a344ac5a5f99b4dd0974d688c7c9ddd6a3d6db00e2647392e92a221e81f175291911e4280fd3f1d2db7489b4823a45bb0f1e74 SHA512 ab607644ae1934a98f44b23951c63cdc02690599dab78c260c3228d9b71704cc68b63d2312c2ec9b21cbe42ea0b03dbf2459a73a0d7ef5233b852d5ac4e148ab DIST genpatches-4.19-55.extras.tar.xz 17472 BLAKE2B 7769783501eb74753e94624ade1789874946d2cb7de363ec28e4e7c950c5fed2715a28ccd3fafbb743386b679f4c803c83ec55fe75f7d3e4fa8d4fa449e2aa14 SHA512 fe53be06c0894958d79b336ff740eea0f0a56896b6dca8d4bebd0d7a69dd41a3c8e62c6e33e48f29da9199b05bac9695b43491a882f3dcb206a6f36e77bbd2f3 +DIST genpatches-4.19-56.base.tar.xz 1529752 BLAKE2B cba4bf44cefd7737c8ea7b02555745fe5b145ca2949e1b6c2fca46577069404056d52fea24bf70579ab9e203bd36fe907ac3fd9587185a897b8f2e94f1954c15 SHA512 95892721d2608fc8b364f538c07ddbd15d8ab7ced4d6625a38e808bd1f7ee6a695f20a82fc3c34256ea26202aeb1ceb593b8bcb0c604fcd500828a7b8da28da6 +DIST genpatches-4.19-56.experimental.tar.xz 5808 BLAKE2B 62fd37ac7016986ac8f81aed80fdc5075eeb90cd2ae99e330e881b4b9fa264dd2c0349681b29864ac15d2cbc3659e736013d0207749cc864dc5bb284daa740f0 SHA512 2da0a57f419e288d46e6877f9ad1873299f3db184ce92fc3bed9f059a0a3a2e7eaa733996ed42ea11ef3d651ad5b6b90adbe3edba9c5455f0ed93e2e3f091f7a +DIST genpatches-4.19-56.extras.tar.xz 17480 BLAKE2B 2b88905cdd0388fc7b2a48b99b040c93623a8de930b729d838f155072d7f525c20ee8a57e675a13a8e3722fcc1d555a5906a76ae2078979cadaa04fcb5c7d520 SHA512 9927064b15b69f323e35e937f94fc667dd096cb39ec24fa74b2a2cf95f23b0e8db130170f8b850bd868abd9fae91593b5fb8d9756bb9c34ef1b960e702395590 DIST genpatches-4.4-177.base.tar.xz 2683240 BLAKE2B 663016d9fc9bc7be441364e929d0bf6c2e78872c809174ddc08149f04d484a8abaaacb5abb58fb46bfac9704bd480ca446cb6bbfb2a12aab2e43dfc1313b12bc SHA512 1e3371429f322c76c619c89c8d99c15ee9c3413f7fc54e71a021732f6941ee1e385634e45877c834ed3cb3d7a1d1971c5a89de7fce5c456ec14fad0276bf9cb8 DIST genpatches-4.4-177.experimental.tar.xz 83316 BLAKE2B 2ea31e71b0838d9ff82d195fc8f1412fd2224ed6863ce0bb8b44785f9c66905132a53acb6cf7ac4b612d85239cb719eb6cb790f79064eebf46e2977411219098 SHA512 498d59dafeb326cbf072c3b65ad1d44ad88a576a66d85131d979185787bfbcbf084cf193530f6df6eb0d4ff5b93135ce083c4c66abfee9991dff71ff2522c870 DIST genpatches-4.4-177.extras.tar.xz 16464 BLAKE2B a46eddeea412631293ee0c3a4a4fa9fcc35967c4fc26986363b74f5182b495fad1cf66f2c4247eac128ba826d1a3bb36862929d1aa63a9a13e64f0700d8fa0f4 SHA512 250a2f2ddb8464fe245a41ace354b04047c9850b4073ce7764a24ebaee52d3dcf726771b222a976a806f08f6aa95e3ce4a226c5c6896484c029d08a9fe600480 @@ -73,6 +79,9 @@ DIST genpatches-5.1-13.extras.tar.xz 1724 BLAKE2B 3a8031efc36c4b845564afaea28b07 DIST genpatches-5.1-14.base.tar.xz 406764 BLAKE2B 031f8c9d106c0122cdd5e81671e1a0ce548ad7f4cc0fff9ff6f44b070d06f132cd71d8cce526f338688b1eda0dc7af1712568dd775068bd86c24c0b009489175 SHA512 7a14fd5267c45e068c181be6b08499e24bdc5c214a47883737788ed91809b75831d419d40c448d519d9bd618ca42dc522d6a94488bd6b53bdf3c2884c93f0d10 DIST genpatches-5.1-14.experimental.tar.xz 5808 BLAKE2B 559c0f26f58b9061d081baa8fada9af75c413af8a08fb9e310d853f1f245e761f05206ddaede8b5711ed441cc5c4c1cfb26318471cbd93c8c54ebc5d7dc67b91 SHA512 b11c7ff35d19e37626521b4d455e1776555c6c77d67341994dc173a7d866cc8422bff347e392713870df517582dcdf3a3c3d24582eb629ae507700413818f7f0 DIST genpatches-5.1-14.extras.tar.xz 1720 BLAKE2B beed1a76c3e70f6ed73bd9760a5d0c0d603313319ef75860ceeb0304057385ed8628585145b91bde5a4cfbb8a60881123c72a5ac8443152db7e26e0734450baf SHA512 fe8af8955c35186a24f0baa8ec3673ae8dc372fb8ec621a89b3086a6b82dc2fb4acf203312a5be9d5df9744c7509aa6ac666e2fdfa88516a44f400d03881a209 +DIST genpatches-5.1-15.base.tar.xz 440208 BLAKE2B 604230a0e9d32122242ad1f9996bc9c607298432bc7761f71c5fa39a15645fa1a22de69ee5536f9a26f087ccf5500dd6d638eea01cf7778b940db40dd8a2c99d SHA512 d19acbb4ee7599bc5ac61ff91576ae79cd4b41035b650d564cd5ff06951d6eb66b13d995320f366f425c0bd82cbd50106907ba499bfb4af65094da9a72df9a69 +DIST genpatches-5.1-15.experimental.tar.xz 5808 BLAKE2B 605a5bdd7cc827d37e25b1c4e9c907727454f574005a6179eb27547e6e0844f8e2e3d4c1daf83e09183f2e58efdd9518958b7719546c50fffc3e01808f5bff1d SHA512 2e8bb2285fff04ee9a453d1fbe28b535430737f3da680a2fd10ad8b8eda7100cf7fb1ddd307d7a15b8e7ec0851cc8c264ac6ae6f54cd2a4529fd3160ab1872a5 +DIST genpatches-5.1-15.extras.tar.xz 1720 BLAKE2B 20f11d3d74fd03108247b8f8ebc6e6cebc90ea704724ba90bf842afbfb2e3dbc6d8c7ff4c46c267d9efe9a55051c4feab23654273e7a286c1449bc8663e912fd SHA512 e03f547465c14999a1671d4e5a35f491412fabd993f6a7cc7abb617abaf2f9a54a5791f32b203380b951186af7e1057d7ed16d1687ef1350cd433d43a7c2da86 DIST linux-4.14.tar.xz 100770500 BLAKE2B 85dc4aa953fe65e273a24473d8de98e4f204f97c43be9fc87cf5be01f796f94cfde5c8f9c84619751f1cac51f83ce0b4681fb19c5f2965a72d4a94fe5577846a SHA512 77e43a02d766c3d73b7e25c4aafb2e931d6b16e870510c22cef0cdb05c3acb7952b8908ebad12b10ef982c6efbe286364b1544586e715cf38390e483927904d8 DIST linux-4.19.tar.xz 103117552 BLAKE2B 1dbf16cf410867412d17568fe42bc1e90c034183b654d270b650621ff7664a321950943d0639205bc1ee7ef6210be170c1f2c785a042ed8a4ec5e3a486d890e0 SHA512 ab67cc746b375a8b135e8b23e35e1d6787930d19b3c26b2679787d62951cbdbc3bb66f8ededeb9b890e5008b2459397f9018f1a6772fdef67780b06a4cb9f6f4 DIST linux-4.4.tar.xz 87295988 BLAKE2B f260f1858994f5d481fd078c86e51bddbc958f7c5d1586f60dced772e1b1107ecf3aae0558c3e6f39c36f7d3aa1e6cd1e5c64ec9d6f2218f47b98413da6466fb SHA512 13c8459933a8b80608e226a1398e3d1848352ace84bcfb7e6a4a33cb230bbe1ab719d4b58e067283df91ce5311be6d2d595fc8c19e2ae6ecc652499415614b3e diff --git a/sys-kernel/gentoo-sources/gentoo-sources-4.14.130.ebuild b/sys-kernel/gentoo-sources/gentoo-sources-4.14.130.ebuild new file mode 100644 index 000000000000..d44349ffa639 --- /dev/null +++ b/sys-kernel/gentoo-sources/gentoo-sources-4.14.130.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI="6" +ETYPE="sources" +K_WANT_GENPATCHES="base extras experimental" +K_GENPATCHES_VER="138" + +inherit kernel-2 +detect_version +detect_arch + +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches" +IUSE="experimental" + +DESCRIPTION="Full sources including the Gentoo patchset for the ${KV_MAJOR}.${KV_MINOR} kernel tree" +SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI}" + +pkg_postinst() { + kernel-2_pkg_postinst + einfo "For more info on this patchset, and how to report problems, see:" + einfo "${HOMEPAGE}" +} + +pkg_postrm() { + kernel-2_pkg_postrm +} diff --git a/sys-kernel/gentoo-sources/gentoo-sources-4.19.56.ebuild b/sys-kernel/gentoo-sources/gentoo-sources-4.19.56.ebuild new file mode 100644 index 000000000000..249702ae5352 --- /dev/null +++ b/sys-kernel/gentoo-sources/gentoo-sources-4.19.56.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI="6" +ETYPE="sources" +K_WANT_GENPATCHES="base extras experimental" +K_GENPATCHES_VER="56" + +inherit kernel-2 +detect_version +detect_arch + +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches" +IUSE="experimental" + +DESCRIPTION="Full sources including the Gentoo patchset for the ${KV_MAJOR}.${KV_MINOR} kernel tree" +SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI}" + +pkg_postinst() { + kernel-2_pkg_postinst + einfo "For more info on this patchset, and how to report problems, see:" + einfo "${HOMEPAGE}" +} + +pkg_postrm() { + kernel-2_pkg_postrm +} diff --git a/sys-kernel/gentoo-sources/gentoo-sources-5.1.15.ebuild b/sys-kernel/gentoo-sources/gentoo-sources-5.1.15.ebuild new file mode 100644 index 000000000000..9953694b73e4 --- /dev/null +++ b/sys-kernel/gentoo-sources/gentoo-sources-5.1.15.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI="6" +ETYPE="sources" +K_WANT_GENPATCHES="base extras experimental" +K_GENPATCHES_VER="15" + +inherit kernel-2 +detect_version +detect_arch + +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches" +IUSE="experimental" + +DESCRIPTION="Full sources including the Gentoo patchset for the ${KV_MAJOR}.${KV_MINOR} kernel tree" +SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI}" + +pkg_postinst() { + kernel-2_pkg_postinst + einfo "For more info on this patchset, and how to report problems, see:" + einfo "${HOMEPAGE}" +} + +pkg_postrm() { + kernel-2_pkg_postrm +} diff --git a/sys-kernel/vanilla-sources/Manifest b/sys-kernel/vanilla-sources/Manifest index d3f3e2e0f17f..ce5c5dce0c78 100644 --- a/sys-kernel/vanilla-sources/Manifest +++ b/sys-kernel/vanilla-sources/Manifest @@ -5,8 +5,8 @@ DIST linux-4.4.tar.xz 87295988 BLAKE2B f260f1858994f5d481fd078c86e51bddbc958f7c5 DIST linux-4.9.tar.xz 93192404 BLAKE2B 83ae310b17d47f1f18d6d28537c31e10f3e60458c5954c4611158ca99e71cc0da2e051272eabf27d5887df4a7cb4a5dd66ff993077c11d2221e92d300a0b48d7 SHA512 bf67ff812cc3cb7e5059e82cc5db0d9a7c5637f7ed9a42e4730c715bf7047c81ed3a571225f92a33ef0b6d65f35595bc32d773356646df2627da55e9bc7f1f1a DIST linux-5.1.tar.xz 106244476 BLAKE2B ae3c63ced819737e34f8ec3a78138f87704a2f2956454411e3a4830ec8c0aaf2c288af6ca080f1892540e50f4a422482360010be8641afdeeeaf7231e7d8da97 SHA512 ae96f347badc95f1f3acf506c52b6cc23c0bd09ce8f4ce6705d4b4058b62593059bba1bc603c8d8b00a2f19131e7e56c31ac62b45883a346fa61d655e178f236 DIST patch-3.16.69.xz 2432712 BLAKE2B e9b3c2d9ea1e36beedf0d85920e2691f0a6abbb2014161aebdcf6508f3006a4989962f562d97899617f2568898c64a6f642832138ea00922b2db8abaf3106e64 SHA512 32001578c1c585118799437f5dee83da354a81d7a3da9ce463f3020b01f1211f401ffc606ca4308a843904009a719bb52f1b57440f8640f62085a54577ed1a46 -DIST patch-4.14.129.xz 2659356 BLAKE2B d4b9e5922239f83d7cedc7494e49648f95ede7a169b9bf80b1eb53d719deeb7696793734f84028b7774642e0e5facf52b39a6605c06ab53e7a7ad578c51b4b0f SHA512 c9319cfc5ff6c87e8b24e9e129d73e633a360de776691ebb2414c50169ce405dae026ba18a60aa034bfc633a0a3f944ce2b86029149b1a63d195444e228b3cbe -DIST patch-4.19.55.xz 1416800 BLAKE2B aa2565e6315fd87530b47b6b5bef3a4e220b3626a40f3942f7ee32f09116e119ef09a7454576ac50e2945c1a3e78bd8b144abb59e7c6b0e4af625cfed518cd0f SHA512 0bb644b1cf77e4f7ee23750523d6b4369cb1014f17d7ed9e236581f5bea5ab2c33f87050ce880fd655b3e6388c216e85c5f72d10cf1e190152b4634c70a38dac +DIST patch-4.14.130.xz 2667868 BLAKE2B 401a23270cd8362ff7917484ceafa1bfc8004659b15445d2ec351d921104170292e727997996fc081c7f97cf1d914df2771faa7e08882014eb605345f4fc1bab SHA512 3248b1ee36c5dd50204f9116d9584e2b5b3adec8378bbbfd9a738ade6b08017ba08a0b79fe24844afbe436b55c45692d48d94465f96bd1901ca68b252e0a0b81 +DIST patch-4.19.56.xz 1438896 BLAKE2B a9e602701087d4cf644544e700c61f925fcca0dc350f2e0fde047f9e65a7a3bc2380df1e79ac4b8d74db24ead4bd4197a983334ba8fc6b7c7d1810d594aff6d3 SHA512 6e74cdaccba27e7e5fcac45c1acb4631ff22df3830cf01cefa8c9219ff3ac2c7d7928de9d124655ca3e538bf3a5e688ce52e72dc95824c51f1f7fd78122b7917 DIST patch-4.4.183.xz 2601592 BLAKE2B 0d50da6f2f1e290f8b33b395d73c558076ccd343ae6354086360075b05af399c81d2a7be705ea42f8b7fb80e167ba0539395c55ff76125bb4e5f6402a2fe6cb5 SHA512 a02c4382f19543ba6d1302e294af9d4b7696e7cc7e4ad2299c6d329ea196f79414913de9d436ca98fde4b930f9e36a9549d51269df4aea6cbc17ac183ffb0c47 DIST patch-4.9.183.xz 2833464 BLAKE2B e5a0dc6a9be80ecaa4357f39031a0e72f2e4e039062c41b24cd467507ab9cbc406bf5f37597078128ffe4585229762b9038f151c9b71ae0606d29cc206b528d0 SHA512 257d53ebf59211368b7456ff43257aebc9bbabe7e564c5f8e7e8ff7a69b0be4d89927e85ea371c9d96e324b0967de69bc8074ec38f3298c158bc87500ff5db18 -DIST patch-5.1.14.xz 393552 BLAKE2B a9424c4543829872d4707e090ff2308d6a536d5efb66364279b00d166ddc492ffbf33612f3b63500eb021a042ee6a93ac147989e6c3a531de9a3f28adcd22dd6 SHA512 89e30bc46994f078ad97dc6076b40d3ad224627119421c48835018bdb2ff0970a45a692200a9cfcce70e97ed1495b035c6a7abd039f41c935f786d73d45d82e9 +DIST patch-5.1.15.xz 426292 BLAKE2B 45a90fd8faafce8bb52273494adfb3b16f6e6c31fa8fba3fa89c71622db6a9db4868ca1a805cd32344cb72cf4cf0049af9215fceec5274c6796a91081db51b6f SHA512 0b2e4436644da2699cf6fdfb38d80dd7156fac74c1d99bec718f74171fb91815e3de1d08b892effc0ae39080c90b569a2bd30c1c4665c6b3a156cbb8e4c2ba61 diff --git a/sys-kernel/vanilla-sources/vanilla-sources-4.14.129.ebuild b/sys-kernel/vanilla-sources/vanilla-sources-4.14.130.ebuild similarity index 100% rename from sys-kernel/vanilla-sources/vanilla-sources-4.14.129.ebuild rename to sys-kernel/vanilla-sources/vanilla-sources-4.14.130.ebuild diff --git a/sys-kernel/vanilla-sources/vanilla-sources-4.19.55.ebuild b/sys-kernel/vanilla-sources/vanilla-sources-4.19.56.ebuild similarity index 100% rename from sys-kernel/vanilla-sources/vanilla-sources-4.19.55.ebuild rename to sys-kernel/vanilla-sources/vanilla-sources-4.19.56.ebuild diff --git a/sys-kernel/vanilla-sources/vanilla-sources-5.1.14.ebuild b/sys-kernel/vanilla-sources/vanilla-sources-5.1.15.ebuild similarity index 100% rename from sys-kernel/vanilla-sources/vanilla-sources-5.1.14.ebuild rename to sys-kernel/vanilla-sources/vanilla-sources-5.1.15.ebuild diff --git a/virtual/Manifest.gz b/virtual/Manifest.gz index b56745bc490d..e36bc871aa4c 100644 Binary files a/virtual/Manifest.gz and b/virtual/Manifest.gz differ diff --git a/virtual/python-futures/python-futures-1.ebuild b/virtual/python-futures/python-futures-1.ebuild index 47fd8e5f8795..0815a61d7719 100644 --- a/virtual/python-futures/python-futures-1.ebuild +++ b/virtual/python-futures/python-futures-1.ebuild @@ -9,7 +9,7 @@ inherit python-r1 DESCRIPTION="A virtual for the Python concurrent.futures module" SLOT="0" -KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~amd64-linux" +KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~amd64-linux ~x86-linux" REQUIRED_USE="${PYTHON_REQUIRED_USE}" RDEPEND="${PYTHON_DEPS} diff --git a/virtual/python-typing/python-typing-0-r1.ebuild b/virtual/python-typing/python-typing-0-r1.ebuild index b0aea9d11411..5c4d795fcde5 100644 --- a/virtual/python-typing/python-typing-0-r1.ebuild +++ b/virtual/python-typing/python-typing-0-r1.ebuild @@ -9,7 +9,7 @@ inherit python-r1 DESCRIPTION="A virtual for the Python typing module" SLOT="0" -KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sparc x86 ~amd64-fbsd ~amd64-linux ~x64-solaris" +KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sparc x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~x64-solaris" REQUIRED_USE="${PYTHON_REQUIRED_USE}" RDEPEND="${PYTHON_DEPS} diff --git a/www-apps/Manifest.gz b/www-apps/Manifest.gz index 95f4ee8e53a1..af752cf7acc1 100644 Binary files a/www-apps/Manifest.gz and b/www-apps/Manifest.gz differ diff --git a/www-apps/phpBB/Manifest b/www-apps/phpBB/Manifest index ef210a44d71c..42c23a471f26 100644 --- a/www-apps/phpBB/Manifest +++ b/www-apps/phpBB/Manifest @@ -1 +1 @@ -DIST phpBB-3.1.10.tar.bz2 2150999 BLAKE2B c0dce8b554f9bfd19f0e470fa0b96637f26969339f4ef6f87d04d5e492f0028d24e0adc76c8600b7a7d95c6531aa6971b646a02f22f731195c5a9491ea465bd0 SHA512 077a529075ea4e0691f9125be521b3fa8d4a078f9234b40bc5495faf00e1389808da40176ab8c8d9c66db259ebbf252d7292919d5c8e96e93c0bbda8d19695e2 +DIST phpBB-3.2.7.tar.bz2 4384851 BLAKE2B 68af960efa04a30f81869b205d9c43ace86a4a4411a4cb969cdf5d52c8bf4f87f806fc3b2c71941f15be295afe5faa0d606af72a734356c3a7f0f97fb73d3f01 SHA512 f6cf728c022d803f2b39560037b987e832f4ee4583a377f63e01a1529b58e275db4f13386a0d70b50cfb40621d7573a26e349702f901a549cedda9db7f79d4d2 diff --git a/www-apps/phpBB/files/permissions b/www-apps/phpBB/files/permissions new file mode 100755 index 000000000000..b5c21c879eb1 --- /dev/null +++ b/www-apps/phpBB/files/permissions @@ -0,0 +1,19 @@ +#!/bin/bash -e + +if [[ $1 = install ]]; then + # Ensure database credentials are not world-readable. + chmod -v o= "${MY_INSTALLDIR}"/config.php + + # These paths need to be writeable by the PHP user. + PATHS=( "${MY_INSTALLDIR}"/{cache/,config.php,download/,files/,store/,images/avatars/upload/} ) + + # Assume the PHP user is in the config group. + GID=${VHOST_CONFIG_GID} + + # If that group is root, assume the web server group instead. + [[ ${GID} = 0 || ${GID} = root ]] && GID=${VHOST_SERVER_GID} + + # Make the paths writeable by that group. + chgrp -v "${GID}" "${PATHS[@]}" + chmod -v g+w "${PATHS[@]}" +fi diff --git a/www-apps/phpBB/files/postinstall-en.txt b/www-apps/phpBB/files/postinstall-en.txt index 6787a37ca813..8bdf1386e4de 100644 --- a/www-apps/phpBB/files/postinstall-en.txt +++ b/www-apps/phpBB/files/postinstall-en.txt @@ -1,22 +1,14 @@ -You are almost done! +IMPORTANT! Ensure that the group assigned to group-writeable paths +such as config.php (see above) is one your PHP user is a member +of. This may or may not be your web server group, ${VHOST_SERVER_GID}. +If not, adjust your PHP user and/or reinstall the application with +webapp-config while specifying an appropriate group with -g. Then... - 0. Setup a database (e.g. MySQL: see - http://www.gentoo.org/doc/en/mysql-howto.xml) +1. Set up a database. +2. Continue the installation by visiting the URL in your browser. +3. Delete the "install" folder as follows: - 1. Login on + # cd ${MY_INSTALLDIR} + # rm -rf install - http://${VHOST_HOSTNAME}/${VHOST_APPDIR} - - and finish the installation. - - 2. Move into the directory where you installed phpBB and remove - the "install" folder: - - # cd ${MY_INSTALLDIR} - # rm -rf install - - 3. You can now launch your browser and point it to your phpBB site: - - http://${VHOST_HOSTNAME}/${VHOST_APPDIR} - - Enjoy phpBB! +4. phpBB is now ready to use. Enjoy! diff --git a/www-apps/phpBB/metadata.xml b/www-apps/phpBB/metadata.xml index 575e4216b633..14d03d3e9a1f 100644 --- a/www-apps/phpBB/metadata.xml +++ b/www-apps/phpBB/metadata.xml @@ -9,4 +9,15 @@ chewi@gentoo.org James Le Cuirot + + phpBB is a free flat-forum bulletin board software solution that can be used + to stay in touch with a group of people or can power your entire website. + With an extensive database of user-created extensions and styles database + containing hundreds of style and image packages to customise your board, + you can create a very unique forum in minutes. + + + https://tracker.phpbb.com + phpbb/phpbb + diff --git a/www-apps/phpBB/phpBB-3.1.10-r1.ebuild b/www-apps/phpBB/phpBB-3.1.10-r1.ebuild deleted file mode 100644 index ebc5ae0c5507..000000000000 --- a/www-apps/phpBB/phpBB-3.1.10-r1.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit webapp - -DESCRIPTION="An open-source bulletin board package" -HOMEPAGE="https://www.phpbb.com/" -SRC_URI="https://download.phpbb.com/pub/release/${PV:0:3}/${PV}/${P}.tar.bz2" -LICENSE="GPL-2" -KEYWORDS="~alpha ~amd64 ~arm64 ~ppc ~sparc ~x86" -IUSE="ftp gd imagemagick mssql mysqli postgres sqlite xml zlib" - -PHPV="5*:*" -RDEPEND="=virtual/httpd-php-${PHPV} - =dev-lang/php-${PHPV}[ftp?,gd?,json,mssql?,mysqli?,postgres?,sqlite?,xml?,zlib?] - imagemagick? ( virtual/imagemagick-tools )" - -need_httpd_cgi - -S="${WORKDIR}/${PN}${PV%%.*}" - -src_install() { - webapp_src_preinst - - insinto "${MY_HTDOCSDIR}" - doins -r . - - webapp_serverowned "${MY_HTDOCSDIR}"/cache - webapp_serverowned "${MY_HTDOCSDIR}"/files - webapp_serverowned "${MY_HTDOCSDIR}"/images/avatars/upload - webapp_serverowned "${MY_HTDOCSDIR}"/store - webapp_serverowned "${MY_HTDOCSDIR}"/config.php - webapp_configfile "${MY_HTDOCSDIR}"/config.php - - webapp_postinst_txt en "${FILESDIR}"/postinstall-en.txt - webapp_src_install - - # phpBB needs docs together with the other files. - dosym "${MY_HTDOCSDIR}"/docs /usr/share/doc/${PF} -} diff --git a/www-apps/phpBB/phpBB-3.2.7.ebuild b/www-apps/phpBB/phpBB-3.2.7.ebuild new file mode 100644 index 000000000000..95dfe1c22767 --- /dev/null +++ b/www-apps/phpBB/phpBB-3.2.7.ebuild @@ -0,0 +1,50 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit webapp + +DESCRIPTION="An open-source PHP-based bulletin board package" +HOMEPAGE="https://www.phpbb.com/" +SRC_URI="https://www.phpbb.com/files/release/${P}.tar.bz2" +LICENSE="GPL-2" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc ~sparc ~x86" +IUSE="ftp gd mssql mysqli postgres sqlite zlib" +REQUIRED_USE="|| ( mssql mysqli postgres sqlite )" + +PHPV="5.4:*" +RDEPEND=">=virtual/httpd-php-${PHPV} + >=dev-lang/php-${PHPV}[ftp?,gd?,json,mssql?,mysqli?,postgres?,sqlite?,xml,zlib?]" + +need_httpd_cgi + +S="${WORKDIR}/${PN}${PV%%.*}" + +src_install() { + webapp_src_preinst + + insinto "${MY_HTDOCSDIR}" + doins -r . + + webapp_configfile "${MY_HTDOCSDIR}"/config.php + webapp_hook_script "${FILESDIR}"/permissions + webapp_postinst_txt en "${FILESDIR}"/postinstall-en.txt + webapp_src_install + + # phpBB needs docs together with the other files. + dosym ../webapps/${PN}/${SLOT}/htdocs/docs /usr/share/doc/${PF} +} + +pkg_postinst() { + einfo "phpBB needs a specific web server configuration. For Apache httpd, an" + einfo "example configuration is provided via .htaccess files. For lighttpd and" + einfo "NGINX, example configuration files can be found in the documentation." + + if use vhosts; then + echo + ewarn "When installing with webapp-config, specify a group that includes your" + ewarn "PHP user with the -g option. It will default to the web server group" + ewarn "when running webapp-config as root." + fi +} diff --git a/www-client/Manifest.gz b/www-client/Manifest.gz index 38d0e7768e3e..3ff04b745aad 100644 Binary files a/www-client/Manifest.gz and b/www-client/Manifest.gz differ diff --git a/www-client/chromium/chromium-75.0.3770.100.ebuild b/www-client/chromium/chromium-75.0.3770.100.ebuild index 0dde4528fb73..20bf2709a39f 100644 --- a/www-client/chromium/chromium-75.0.3770.100.ebuild +++ b/www-client/chromium/chromium-75.0.3770.100.ebuild @@ -144,10 +144,10 @@ PATCHES=( "${FILESDIR}/chromium-compiler-r9.patch" "${FILESDIR}/chromium-widevine-r4.patch" "${FILESDIR}/chromium-fix-char_traits.patch" + "${FILESDIR}/chromium-angle-inline.patch" "${FILESDIR}/chromium-75-fix-gn-gen.patch" "${FILESDIR}/chromium-75-gcc-angle-fix.patch" "${FILESDIR}/chromium-75-unique_ptr.patch" - "${FILESDIR}/chromium-75-lss.patch" "${FILESDIR}/chromium-75-noexcept.patch" "${FILESDIR}/chromium-75-llvm8.patch" "${FILESDIR}/chromium-75-pure-virtual.patch" @@ -251,6 +251,7 @@ src_prepare() { third_party/cld_3 third_party/closure_compiler third_party/crashpad + third_party/crashpad/crashpad/third_party/lss third_party/crashpad/crashpad/third_party/zlib third_party/crc32c third_party/cros_system_api diff --git a/www-client/chromium/chromium-76.0.3809.36.ebuild b/www-client/chromium/chromium-76.0.3809.36.ebuild index 5873a5a0710e..f785c3c3110e 100644 --- a/www-client/chromium/chromium-76.0.3809.36.ebuild +++ b/www-client/chromium/chromium-76.0.3809.36.ebuild @@ -144,8 +144,8 @@ PATCHES=( "${FILESDIR}/chromium-compiler-r10.patch" "${FILESDIR}/chromium-widevine-r4.patch" "${FILESDIR}/chromium-fix-char_traits.patch" + "${FILESDIR}/chromium-angle-inline.patch" "${FILESDIR}/chromium-76-quiche.patch" - "${FILESDIR}/chromium-76-lss.patch" "${FILESDIR}/chromium-76-gcc-vulkan.patch" "${FILESDIR}/chromium-76-gcc-private.patch" "${FILESDIR}/chromium-76-gcc-noexcept.patch" @@ -261,6 +261,7 @@ src_prepare() { third_party/cld_3 third_party/closure_compiler third_party/crashpad + third_party/crashpad/crashpad/third_party/lss third_party/crashpad/crashpad/third_party/zlib third_party/crc32c third_party/cros_system_api diff --git a/www-client/chromium/files/chromium-76-lss.patch b/www-client/chromium/files/chromium-76-lss.patch deleted file mode 100644 index 4d475b539584..000000000000 --- a/www-client/chromium/files/chromium-76-lss.patch +++ /dev/null @@ -1,39 +0,0 @@ -diff --git a/third_party/crashpad/crashpad/client/crashpad_client_linux.cc b/third_party/crashpad/crashpad/client/crashpad_client_linux.cc -index 008f858..69d0623 100644 ---- a/third_party/crashpad/crashpad/client/crashpad_client_linux.cc -+++ b/third_party/crashpad/crashpad/client/crashpad_client_linux.cc -@@ -25,7 +25,7 @@ - #include "base/logging.h" - #include "base/strings/stringprintf.h" - #include "client/client_argv_handling.h" --#include "third_party/lss/lss.h" -+#include "third_party/lss/linux_syscall_support.h" - #include "util/file/file_io.h" - #include "util/linux/exception_handler_client.h" - #include "util/linux/exception_information.h" -diff --git a/third_party/crashpad/crashpad/util/linux/proc_task_reader_test.cc b/third_party/crashpad/crashpad/util/linux/proc_task_reader_test.cc -index 911f6d3..11c1ffa 100644 ---- a/third_party/crashpad/crashpad/util/linux/proc_task_reader_test.cc -+++ b/third_party/crashpad/crashpad/util/linux/proc_task_reader_test.cc -@@ -19,7 +19,7 @@ - #include "base/strings/stringprintf.h" - #include "gtest/gtest.h" - #include "test/multiprocess_exec.h" --#include "third_party/lss/lss.h" -+#include "third_party/lss/linux_syscall_support.h" - #include "util/synchronization/semaphore.h" - #include "util/thread/thread.h" - -diff --git a/third_party/crashpad/crashpad/util/linux/socket.cc b/third_party/crashpad/crashpad/util/linux/socket.cc -index 68efd57..d6e39f0 100644 ---- a/third_party/crashpad/crashpad/util/linux/socket.cc -+++ b/third_party/crashpad/crashpad/util/linux/socket.cc -@@ -18,7 +18,7 @@ - - #include "base/logging.h" - #include "base/posix/eintr_wrapper.h" --#include "third_party/lss/lss.h" -+#include "third_party/lss/linux_syscall_support.h" - - namespace crashpad { - diff --git a/www-client/chromium/files/chromium-angle-inline.patch b/www-client/chromium/files/chromium-angle-inline.patch new file mode 100644 index 000000000000..8ece410f1040 --- /dev/null +++ b/www-client/chromium/files/chromium-angle-inline.patch @@ -0,0 +1,26 @@ +From 2ee4e7f857514f4c0cbff135a1c5f968d8814d31 Mon Sep 17 00:00:00 2001 +From: Stephan Hartmann +Date: Sun, 23 Jun 2019 12:14:57 +0000 +Subject: [PATCH] explicit declaration of const GLfloat/const GLint for ValidateSamplerParameterBase + +--- + third_party/angle/src/libANGLE/validationES.cpp | 2 ++ + 1 file changed, 2 insertions(+) + +diff --git a/third_party/angle/src/libANGLE/validationES.cpp b/third_party/angle/src/libANGLE/validationES.cpp +index ae353f7..fdc7ac2 100644 +--- a/third_party/angle/src/libANGLE/validationES.cpp ++++ b/third_party/angle/src/libANGLE/validationES.cpp +@@ -6089,7 +6089,9 @@ bool ValidateSamplerParameterBase(Context *context, + } + + template bool ValidateSamplerParameterBase(Context *, GLuint, GLenum, GLsizei, bool, GLfloat *); ++template bool ValidateSamplerParameterBase(Context *, GLuint, GLenum, GLsizei, bool, const GLfloat *); + template bool ValidateSamplerParameterBase(Context *, GLuint, GLenum, GLsizei, bool, GLint *); ++template bool ValidateSamplerParameterBase(Context *, GLuint, GLenum, GLsizei, bool, const GLint *); + template bool ValidateSamplerParameterBase(Context *, + GLuint, + GLenum, +-- +2.21.0 + diff --git a/www-client/opera-beta/Manifest b/www-client/opera-beta/Manifest index ded4c7c8e311..e1845d8609ea 100644 --- a/www-client/opera-beta/Manifest +++ b/www-client/opera-beta/Manifest @@ -1,2 +1,2 @@ -DIST opera-beta_62.0.3331.10_amd64.deb 67188850 BLAKE2B 39a9ef837022bd631592f5cc0c116a01d469fed69f36ba2e4f17c39077d915accc2bcbae2d3e5984d32be02d1ab4d0ba16e753ce9b63627750ddd9a94cfd825b SHA512 3b0bbf0e2e18237bf0da31c831b5314468d8c73e9a63a009f3d85132cbdf0d0786e8feb257d735f7cb293f168e83afcd9583eb5e53c883f8a2ca90cc6c8ae1b0 DIST opera-beta_62.0.3331.14_amd64.deb 67233250 BLAKE2B 0d5c0f32ad3830617e9c26dc46301661d05107447baecfe096c75a5ea508335daa2e6d1aae239df90dc1ffdc76a3b32048c6c0b46e6d9eb016ff9c36623e1f8b SHA512 4aa5ed07e489cbbedb31204d757353d186918e926ebec6c1111cb6c9bdd04bade8f21e6023db8007d695da7a93a48479bf1ddd04c2aa9c27b92b10e9a102d233 +DIST opera-beta_62.0.3331.16_amd64.deb 67725100 BLAKE2B f61999b33dd779a539fbf585d5a5b7e409962abbf024d0b29c198ec717e044cdea7cd2c203c414358cf9dd54c4b9cf8dab3592cfc7e786cac7b4d708cb580ed1 SHA512 2c079ed39c252c62d24d7dc2c038a030cfe3b3e455240899a5e8f20f91cf9d19229c1ffab4d2b685ba9270804dfb1bc176e6b1333413d3e058817b5a47c6de4f diff --git a/www-client/opera-beta/opera-beta-62.0.3331.10.ebuild b/www-client/opera-beta/opera-beta-62.0.3331.16.ebuild similarity index 100% rename from www-client/opera-beta/opera-beta-62.0.3331.10.ebuild rename to www-client/opera-beta/opera-beta-62.0.3331.16.ebuild diff --git a/www-client/opera-developer/Manifest b/www-client/opera-developer/Manifest index f8269e7dfec7..877da6c53ceb 100644 --- a/www-client/opera-developer/Manifest +++ b/www-client/opera-developer/Manifest @@ -1,2 +1,2 @@ -DIST opera-developer_63.0.3347.0_amd64.deb 60026638 BLAKE2B f1cc7d24f5d5f5002460f249c1f9a92202560721485f34e6c517005139d68712fb835032e1af3d86a0cc7d5097c2370142fea63ce90d2d435c3294b34dbc18e5 SHA512 253048c01e7846c88afb7eca7f772cf0d55051461cc07e86274e4269b30be84fd9d68158b8ce80491c19e2dc2979cbeeb68ba6a94c08a36fc1cfc91727e9a57a DIST opera-developer_63.0.3349.0_amd64.deb 60088838 BLAKE2B cbd13b9d1785f7cf1e41da567f000d59526bda5bf5aee74a15d0f3a4e36c445947059e14a4b76618e3eafc475301f982bb9764d4f92ee3eb1bcfb0026095b7c7 SHA512 99ca752b96fd69fd0f6d57a549ade0e2b5bc60d0074cb62852cf686c92ee0f54c4eaf2c06c723ab37092388f775fafd3b3a27af5c687c5c875f0743e05681a8e +DIST opera-developer_63.0.3359.0_amd64.deb 61145590 BLAKE2B 71ee88ec56510147960b4c3601c8d608b8b277c0ba7cd763338da55436230e479940771566adf393a6f6c6f0ad6629d4c94c82c6abd044dfb67413a0a990e489 SHA512 a3dc63efc40f541a0882a00f9d968df86583ada8a37468263de24f2c8e012ffe091611a0447f18ee1a63ba4787d4c95aafea4732fc02c9da4ee5c40e64a281ca diff --git a/www-client/opera-developer/opera-developer-63.0.3347.0.ebuild b/www-client/opera-developer/opera-developer-63.0.3359.0.ebuild similarity index 100% rename from www-client/opera-developer/opera-developer-63.0.3347.0.ebuild rename to www-client/opera-developer/opera-developer-63.0.3359.0.ebuild diff --git a/www-servers/Manifest.gz b/www-servers/Manifest.gz index a6ffa2a1c832..4d54854b0873 100644 Binary files a/www-servers/Manifest.gz and b/www-servers/Manifest.gz differ diff --git a/www-servers/nginx/Manifest b/www-servers/nginx/Manifest index 4b2d4b0b803f..1990f65d43ac 100644 --- a/www-servers/nginx/Manifest +++ b/www-servers/nginx/Manifest @@ -1,6 +1,7 @@ DIST modsecurity-2.9.3.tar.gz 4307670 BLAKE2B 337ea15cc8805af7ab43aed8aecf4c72ccc586d0d7e9d9b91f036a61baa70d1ac8b4ad8045a2bb7a13515912a15fba7d3cdb9670ae6730de43b1e44ee90ded6d SHA512 4e1ea5dd8edadf8f630e4fe92a200d3a8e78963fce3128b5975a1e1ecd0e8bf9ceecd9905c95f8c508932ccd837f1d8ae8bb2ba423307718c3c6a4ae9b783ddd DIST nginx-1.16.0.tar.gz 1032345 BLAKE2B 187a07e7bde2dc6d7dd476372fa5e880a085f06bba321177428a4064e75bb1012950fdc31125344dab36b8c5d78c60d9f9ca963279cfa46741478c250221c199 SHA512 e99cfaa4538f209c096ea2f93c04b5019756617f3bcd3305c273e98ddc89fed5bf90d65fb9b493149bc47d55ff79e73850bfcac20505fab74930d0102075df3d DIST nginx-1.17.0.tar.gz 1032978 BLAKE2B 791e4d309ef1a62db2c135313edc85fe3fdb0c7b42b39a2a1f56059b1128199fcbcd4f24a1929ad3b4b57506f104afd5943229a8b6273d6e2ccb103fa0405476 SHA512 fcba692355c79169672c32796981bc178d42d9cf6880e8f03c99d5f518b7aca5c0414688e17b9c54f307214a64e766e1b022604e725aa4d40784f471d770f061 +DIST nginx-1.17.1.tar.gz 1033452 BLAKE2B ec6fb0637e6396cf8a2eae3cf5eeca8127674a9c2ad43ac18b4206c1280d34109761993fdcc96e3e766c5c3cc246740016c2de7a54caae4e9fb5577d6fe9ab50 SHA512 67ccd14f57316cc68c511efc9f3f3eb7181f3893f1261aba094ed169630089062aacf552e6dbe083dd6c7390e7943ee457c3edb688aae1daaea0e5ba93a5eac6 DIST nginx-auth-ldap-42d195d7a7575ebab1c369ad3fc5d78dc2c2669c.tar.gz 18457 BLAKE2B 22225ca9e5299b20ab5a93a001cac48e446bd86b3a24ac49e716bc975b128890bdb4b0dbbf5730fbaaeadfd958160093c7a6af798dd0e6de27062f149a760333 SHA512 ec59637fda5acac053e815cb1d04b545fc6b765e5ec63d8c2c9c301abad87afaa2698145acac08e9e14c91e1423ebff7aff0cca2b940b19ccccbf4cf53973269 DIST nginx_http_sticky_module_ng-1.2.6-10-g08a395c66e42.tar.bz2 124047 BLAKE2B d37ef9a15c91abe3c6258e420d1f99fa452f9d9966a0e13102174973314a3bac5413957a5fe632a9dcb1163b3be5df8116e05cc053ee061e19319ec25f341570 SHA512 6c1bfdcf89884b2855d51ae7da0f6e53a4ca3629e1aaf58433b70c07dcb2af797ba6e87d9b3eb4fe2fb6d4d697e862f2b4c2f8d8b3fdaea201740c97ec936529 DIST ngx_brotli-8104036af9cff4b1d34f22d00ba857e2a93a243c.tar.gz 12672 BLAKE2B fa2febfa63b98303f8890c6774de6ccb09475ccd639d3b74493a4ffd97c90febdc22755c5928018bdac24a537bd13cde165f97e5d2b50bebf598c3fb22ec0206 SHA512 169566b8764bb2b82e029f954a99063a9c61e2cbf982861c5f6818b389a5f37bf5389afb1b5627de9bd3f7af7b3c404be0230f943d47ab621c2a2bd825cc8203 @@ -24,3 +25,4 @@ DIST ngx_metrics-0.1.1.tar.gz 2964 BLAKE2B 95d71ea26c949c345b83e353bd66a20df18cc DIST ngx_mogilefs_module-1.0.4.tar.gz 11208 BLAKE2B e0729b66554c8890727190a624d4c9aef6499dfc2e301541a9bfc15690caf6d3155c8a4b8f7a1555a7655b47aa0cd1b797aeb8ba82efa92ab80808218a0bdcff SHA512 b8cb7eaf6274f4e2247dbcb39db05072d2b2d4361256a325fafab5533d7ce0c4ae9e2905b954dfcfa4789c9cab5cccf2ac1c3a1f02f6a327ed95b562d7773ed1 DIST ngx_rtmp-1.2.1.tar.gz 519919 BLAKE2B 744ccb8031eb9653f158f9eceba64fc9c8af7b9a42e64ef996ab3bbbe1402e5ffd3efcc8e4aaca437eb5e208e4b6f2d8643fcca953b32f32543eaa1ae4d9505c SHA512 4a0af5e9afa4deb0b53de8de7ddb2cfa6430d372e1ef9e421f01b509548bd134d427345442ac1ce667338cc2a1484dc2ab732e316e878ac7d3537dc527d5f922 DIST njs-0.3.2.tar.gz 325183 BLAKE2B 6c02d260bcb968480eb02a3dbee8464b2f7dd26a0ca4e4539ed2a4ce7bf494d32b815c742034b92132d5fef3e8eb12132d0ab214b1ffa450ce11273d70d96f57 SHA512 74abf48f2e23714fcce1b87b4dbe354a8a716b1cab825591878a6fd5175400a7f3b74c3968291ace19b2f6a2620df959d572fbcf1868dc4e0f44636e8ea35aaa +DIST njs-0.3.3.tar.gz 333026 BLAKE2B 0ccf8978fefd2f70a615fc3f8bc583754c81201aea2ebae2d451c8cc379d510a7ed91d432c86d261656a20c444b3032b93d4fa7bff90f3dc6cbd023f2cf82228 SHA512 c84cb5aed0abfc54843249e18f21d193927d92213bdff2744d0a96d6fd3131c89284c7822f6d4d456ba809931b220d891939b4a1c6e0d07ddad67d9e4437ddf5 diff --git a/www-servers/nginx/nginx-1.17.1.ebuild b/www-servers/nginx/nginx-1.17.1.ebuild new file mode 100644 index 000000000000..57e48d2bc602 --- /dev/null +++ b/www-servers/nginx/nginx-1.17.1.ebuild @@ -0,0 +1,1089 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI="6" + +# Maintainer notes: +# - http_rewrite-independent pcre-support makes sense for matching locations without an actual rewrite +# - any http-module activates the main http-functionality and overrides USE=-http +# - keep the following requirements in mind before adding external modules: +# * alive upstream +# * sane packaging +# * builds cleanly +# * does not need a patch for nginx core +# - TODO: test the google-perftools module (included in vanilla tarball) + +# prevent perl-module from adding automagic perl DEPENDs +GENTOO_DEPEND_ON_PERL="no" + +# devel_kit (https://github.com/simpl/ngx_devel_kit, BSD license) +DEVEL_KIT_MODULE_PV="0.3.0" +DEVEL_KIT_MODULE_P="ngx_devel_kit-${DEVEL_KIT_MODULE_PV}-r1" +DEVEL_KIT_MODULE_URI="https://github.com/simpl/ngx_devel_kit/archive/v${DEVEL_KIT_MODULE_PV}.tar.gz" +DEVEL_KIT_MODULE_WD="${WORKDIR}/ngx_devel_kit-${DEVEL_KIT_MODULE_PV}" + +# ngx_brotli (https://github.com/eustas/ngx_brotli, BSD-2) +HTTP_BROTLI_MODULE_PV="8104036af9cff4b1d34f22d00ba857e2a93a243c" +HTTP_BROTLI_MODULE_P="ngx_brotli-${HTTP_BROTLI_MODULE_PV}" +HTTP_BROTLI_MODULE_URI="https://github.com/eustas/ngx_brotli/archive/${HTTP_BROTLI_MODULE_PV}.tar.gz" +HTTP_BROTLI_MODULE_WD="${WORKDIR}/ngx_brotli-${HTTP_BROTLI_MODULE_PV}" + +# http_uploadprogress (https://github.com/masterzen/nginx-upload-progress-module, BSD-2 license) +HTTP_UPLOAD_PROGRESS_MODULE_PV="0.9.2" +HTTP_UPLOAD_PROGRESS_MODULE_P="ngx_http_upload_progress-${HTTP_UPLOAD_PROGRESS_MODULE_PV}-r1" +HTTP_UPLOAD_PROGRESS_MODULE_URI="https://github.com/masterzen/nginx-upload-progress-module/archive/v${HTTP_UPLOAD_PROGRESS_MODULE_PV}.tar.gz" +HTTP_UPLOAD_PROGRESS_MODULE_WD="${WORKDIR}/nginx-upload-progress-module-${HTTP_UPLOAD_PROGRESS_MODULE_PV}" + +# http_headers_more (https://github.com/agentzh/headers-more-nginx-module, BSD license) +HTTP_HEADERS_MORE_MODULE_PV="0.33" +HTTP_HEADERS_MORE_MODULE_P="ngx_http_headers_more-${HTTP_HEADERS_MORE_MODULE_PV}" +HTTP_HEADERS_MORE_MODULE_URI="https://github.com/agentzh/headers-more-nginx-module/archive/v${HTTP_HEADERS_MORE_MODULE_PV}.tar.gz" +HTTP_HEADERS_MORE_MODULE_WD="${WORKDIR}/headers-more-nginx-module-${HTTP_HEADERS_MORE_MODULE_PV}" + +# http_cache_purge (http://labs.frickle.com/nginx_ngx_cache_purge/, https://github.com/FRiCKLE/ngx_cache_purge, BSD-2 license) +HTTP_CACHE_PURGE_MODULE_PV="2.3" +HTTP_CACHE_PURGE_MODULE_P="ngx_http_cache_purge-${HTTP_CACHE_PURGE_MODULE_PV}" +HTTP_CACHE_PURGE_MODULE_URI="http://labs.frickle.com/files/ngx_cache_purge-${HTTP_CACHE_PURGE_MODULE_PV}.tar.gz" +HTTP_CACHE_PURGE_MODULE_WD="${WORKDIR}/ngx_cache_purge-${HTTP_CACHE_PURGE_MODULE_PV}" + +# http_slowfs_cache (http://labs.frickle.com/nginx_ngx_slowfs_cache/, BSD-2 license) +HTTP_SLOWFS_CACHE_MODULE_PV="1.10" +HTTP_SLOWFS_CACHE_MODULE_P="ngx_http_slowfs_cache-${HTTP_SLOWFS_CACHE_MODULE_PV}" +HTTP_SLOWFS_CACHE_MODULE_URI="http://labs.frickle.com/files/ngx_slowfs_cache-${HTTP_SLOWFS_CACHE_MODULE_PV}.tar.gz" +HTTP_SLOWFS_CACHE_MODULE_WD="${WORKDIR}/ngx_slowfs_cache-${HTTP_SLOWFS_CACHE_MODULE_PV}" + +# http_fancyindex (https://github.com/aperezdc/ngx-fancyindex, BSD license) +HTTP_FANCYINDEX_MODULE_PV="0.4.3" +HTTP_FANCYINDEX_MODULE_P="ngx_http_fancyindex-${HTTP_FANCYINDEX_MODULE_PV}" +HTTP_FANCYINDEX_MODULE_URI="https://github.com/aperezdc/ngx-fancyindex/archive/v${HTTP_FANCYINDEX_MODULE_PV}.tar.gz" +HTTP_FANCYINDEX_MODULE_WD="${WORKDIR}/ngx-fancyindex-${HTTP_FANCYINDEX_MODULE_PV}" + +# http_lua (https://github.com/openresty/lua-nginx-module, BSD license) +HTTP_LUA_MODULE_PV="0.10.15" +HTTP_LUA_MODULE_P="ngx_http_lua-${HTTP_LUA_MODULE_PV}" +HTTP_LUA_MODULE_URI="https://github.com/openresty/lua-nginx-module/archive/v${HTTP_LUA_MODULE_PV}.tar.gz" +HTTP_LUA_MODULE_WD="${WORKDIR}/lua-nginx-module-${HTTP_LUA_MODULE_PV}" + +# http_auth_pam (https://github.com/stogh/ngx_http_auth_pam_module/, http://web.iti.upv.es/~sto/nginx/, BSD-2 license) +HTTP_AUTH_PAM_MODULE_PV="1.5.1" +HTTP_AUTH_PAM_MODULE_P="ngx_http_auth_pam-${HTTP_AUTH_PAM_MODULE_PV}" +HTTP_AUTH_PAM_MODULE_URI="https://github.com/stogh/ngx_http_auth_pam_module/archive/v${HTTP_AUTH_PAM_MODULE_PV}.tar.gz" +HTTP_AUTH_PAM_MODULE_WD="${WORKDIR}/ngx_http_auth_pam_module-${HTTP_AUTH_PAM_MODULE_PV}" + +# http_upstream_check (https://github.com/yaoweibin/nginx_upstream_check_module, BSD license) +HTTP_UPSTREAM_CHECK_MODULE_PV="9aecf15ec379fe98f62355c57b60c0bc83296f04" +HTTP_UPSTREAM_CHECK_MODULE_P="ngx_http_upstream_check-${HTTP_UPSTREAM_CHECK_MODULE_PV}" +HTTP_UPSTREAM_CHECK_MODULE_URI="https://github.com/yaoweibin/nginx_upstream_check_module/archive/${HTTP_UPSTREAM_CHECK_MODULE_PV}.tar.gz" +HTTP_UPSTREAM_CHECK_MODULE_WD="${WORKDIR}/nginx_upstream_check_module-${HTTP_UPSTREAM_CHECK_MODULE_PV}" + +# http_metrics (https://github.com/zenops/ngx_metrics, BSD license) +HTTP_METRICS_MODULE_PV="0.1.1" +HTTP_METRICS_MODULE_P="ngx_metrics-${HTTP_METRICS_MODULE_PV}" +HTTP_METRICS_MODULE_URI="https://github.com/madvertise/ngx_metrics/archive/v${HTTP_METRICS_MODULE_PV}.tar.gz" +HTTP_METRICS_MODULE_WD="${WORKDIR}/ngx_metrics-${HTTP_METRICS_MODULE_PV}" + +# http_vhost_traffic_status (https://github.com/vozlt/nginx-module-vts, BSD license) +HTTP_VHOST_TRAFFIC_STATUS_MODULE_PV="46d85558e344dfe2b078ce757fd36c69a1ec2dd3" +HTTP_VHOST_TRAFFIC_STATUS_MODULE_P="ngx_http_vhost_traffic_status-${HTTP_VHOST_TRAFFIC_STATUS_MODULE_PV}" +HTTP_VHOST_TRAFFIC_STATUS_MODULE_URI="https://github.com/vozlt/nginx-module-vts/archive/${HTTP_VHOST_TRAFFIC_STATUS_MODULE_PV}.tar.gz" +HTTP_VHOST_TRAFFIC_STATUS_MODULE_WD="${WORKDIR}/nginx-module-vts-${HTTP_VHOST_TRAFFIC_STATUS_MODULE_PV}" + +# naxsi-core (https://github.com/nbs-system/naxsi, GPLv2+) +HTTP_NAXSI_MODULE_PV="0.56" +HTTP_NAXSI_MODULE_P="ngx_http_naxsi-${HTTP_NAXSI_MODULE_PV}" +HTTP_NAXSI_MODULE_URI="https://github.com/nbs-system/naxsi/archive/${HTTP_NAXSI_MODULE_PV}.tar.gz" +HTTP_NAXSI_MODULE_WD="${WORKDIR}/naxsi-${HTTP_NAXSI_MODULE_PV}/naxsi_src" + +# nginx-rtmp-module (https://github.com/arut/nginx-rtmp-module, BSD license) +RTMP_MODULE_PV="1.2.1" +RTMP_MODULE_P="ngx_rtmp-${RTMP_MODULE_PV}" +RTMP_MODULE_URI="https://github.com/arut/nginx-rtmp-module/archive/v${RTMP_MODULE_PV}.tar.gz" +RTMP_MODULE_WD="${WORKDIR}/nginx-rtmp-module-${RTMP_MODULE_PV}" + +# nginx-dav-ext-module (https://github.com/arut/nginx-dav-ext-module, BSD license) +HTTP_DAV_EXT_MODULE_PV="3.0.0" +HTTP_DAV_EXT_MODULE_P="ngx_http_dav_ext-${HTTP_DAV_EXT_MODULE_PV}" +HTTP_DAV_EXT_MODULE_URI="https://github.com/arut/nginx-dav-ext-module/archive/v${HTTP_DAV_EXT_MODULE_PV}.tar.gz" +HTTP_DAV_EXT_MODULE_WD="${WORKDIR}/nginx-dav-ext-module-${HTTP_DAV_EXT_MODULE_PV}" + +# echo-nginx-module (https://github.com/openresty/echo-nginx-module, BSD license) +HTTP_ECHO_MODULE_PV="0.61" +HTTP_ECHO_MODULE_P="ngx_http_echo-${HTTP_ECHO_MODULE_PV}" +HTTP_ECHO_MODULE_URI="https://github.com/openresty/echo-nginx-module/archive/v${HTTP_ECHO_MODULE_PV}.tar.gz" +HTTP_ECHO_MODULE_WD="${WORKDIR}/echo-nginx-module-${HTTP_ECHO_MODULE_PV}" + +# mod_security for nginx (https://modsecurity.org/, Apache-2.0) +# keep the MODULE_P here consistent with upstream to avoid tarball duplication +HTTP_SECURITY_MODULE_PV="2.9.3" +HTTP_SECURITY_MODULE_P="modsecurity-${HTTP_SECURITY_MODULE_PV}" +HTTP_SECURITY_MODULE_URI="https://www.modsecurity.org/tarball/${HTTP_SECURITY_MODULE_PV}/${HTTP_SECURITY_MODULE_P}.tar.gz" +HTTP_SECURITY_MODULE_WD="${WORKDIR}/${HTTP_SECURITY_MODULE_P}" + +# push-stream-module (http://www.nginxpushstream.com, https://github.com/wandenberg/nginx-push-stream-module, GPL-3) +HTTP_PUSH_STREAM_MODULE_PV="0.5.4" +HTTP_PUSH_STREAM_MODULE_P="ngx_http_push_stream-${HTTP_PUSH_STREAM_MODULE_PV}" +HTTP_PUSH_STREAM_MODULE_URI="https://github.com/wandenberg/nginx-push-stream-module/archive/${HTTP_PUSH_STREAM_MODULE_PV}.tar.gz" +HTTP_PUSH_STREAM_MODULE_WD="${WORKDIR}/nginx-push-stream-module-${HTTP_PUSH_STREAM_MODULE_PV}" + +# sticky-module (https://bitbucket.org/nginx-goodies/nginx-sticky-module-ng, BSD-2) +HTTP_STICKY_MODULE_PV="1.2.6-10-g08a395c66e42" +HTTP_STICKY_MODULE_P="nginx_http_sticky_module_ng-${HTTP_STICKY_MODULE_PV}" +HTTP_STICKY_MODULE_URI="https://bitbucket.org/nginx-goodies/nginx-sticky-module-ng/get/${HTTP_STICKY_MODULE_PV}.tar.bz2" +HTTP_STICKY_MODULE_WD="${WORKDIR}/nginx-goodies-nginx-sticky-module-ng-08a395c66e42" + +# mogilefs-module (https://github.com/vkholodkov/nginx-mogilefs-module, BSD-2) +HTTP_MOGILEFS_MODULE_PV="1.0.4" +HTTP_MOGILEFS_MODULE_P="ngx_mogilefs_module-${HTTP_MOGILEFS_MODULE_PV}" +HTTP_MOGILEFS_MODULE_URI="https://github.com/vkholodkov/nginx-mogilefs-module/archive/${HTTP_MOGILEFS_MODULE_PV}.tar.gz" +HTTP_MOGILEFS_MODULE_WD="${WORKDIR}/nginx_mogilefs_module-${HTTP_MOGILEFS_MODULE_PV}" + +# memc-module (https://github.com/openresty/memc-nginx-module, BSD-2) +HTTP_MEMC_MODULE_PV="0.19" +HTTP_MEMC_MODULE_P="ngx_memc_module-${HTTP_MEMC_MODULE_PV}" +HTTP_MEMC_MODULE_URI="https://github.com/openresty/memc-nginx-module/archive/v${HTTP_MEMC_MODULE_PV}.tar.gz" +HTTP_MEMC_MODULE_WD="${WORKDIR}/memc-nginx-module-${HTTP_MEMC_MODULE_PV}" + +# nginx-ldap-auth-module (https://github.com/kvspb/nginx-auth-ldap, BSD-2) +HTTP_LDAP_MODULE_PV="42d195d7a7575ebab1c369ad3fc5d78dc2c2669c" +HTTP_LDAP_MODULE_P="nginx-auth-ldap-${HTTP_LDAP_MODULE_PV}" +HTTP_LDAP_MODULE_URI="https://github.com/kvspb/nginx-auth-ldap/archive/${HTTP_LDAP_MODULE_PV}.tar.gz" +HTTP_LDAP_MODULE_WD="${WORKDIR}/nginx-auth-ldap-${HTTP_LDAP_MODULE_PV}" + +# geoip2 (https://github.com/leev/ngx_http_geoip2_module, BSD-2) +GEOIP2_MODULE_PV="3.2" +GEOIP2_MODULE_P="ngx_http_geoip2_module-${GEOIP2_MODULE_PV}" +GEOIP2_MODULE_URI="https://github.com/leev/ngx_http_geoip2_module/archive/${GEOIP2_MODULE_PV}.tar.gz" +GEOIP2_MODULE_WD="${WORKDIR}/ngx_http_geoip2_module-${GEOIP2_MODULE_PV}" + +# njs-module (https://github.com/nginx/njs, as-is) +NJS_MODULE_PV="0.3.3" +NJS_MODULE_P="njs-${NJS_MODULE_PV}" +NJS_MODULE_URI="https://github.com/nginx/njs/archive/${NJS_MODULE_PV}.tar.gz" +NJS_MODULE_WD="${WORKDIR}/njs-${NJS_MODULE_PV}" + +# We handle deps below ourselves +SSL_DEPS_SKIP=1 +AUTOTOOLS_AUTO_DEPEND="no" + +inherit autotools ssl-cert toolchain-funcs perl-module flag-o-matic user systemd versionator multilib pax-utils + +DESCRIPTION="Robust, small and high performance http and reverse proxy server" +HOMEPAGE="https://nginx.org" +SRC_URI="https://nginx.org/download/${P}.tar.gz + ${DEVEL_KIT_MODULE_URI} -> ${DEVEL_KIT_MODULE_P}.tar.gz + nginx_modules_http_auth_ldap? ( ${HTTP_LDAP_MODULE_URI} -> ${HTTP_LDAP_MODULE_P}.tar.gz ) + nginx_modules_http_auth_pam? ( ${HTTP_AUTH_PAM_MODULE_URI} -> ${HTTP_AUTH_PAM_MODULE_P}.tar.gz ) + nginx_modules_http_brotli? ( ${HTTP_BROTLI_MODULE_URI} -> ${HTTP_BROTLI_MODULE_P}.tar.gz ) + nginx_modules_http_cache_purge? ( ${HTTP_CACHE_PURGE_MODULE_URI} -> ${HTTP_CACHE_PURGE_MODULE_P}.tar.gz ) + nginx_modules_http_dav_ext? ( ${HTTP_DAV_EXT_MODULE_URI} -> ${HTTP_DAV_EXT_MODULE_P}.tar.gz ) + nginx_modules_http_echo? ( ${HTTP_ECHO_MODULE_URI} -> ${HTTP_ECHO_MODULE_P}.tar.gz ) + nginx_modules_http_fancyindex? ( ${HTTP_FANCYINDEX_MODULE_URI} -> ${HTTP_FANCYINDEX_MODULE_P}.tar.gz ) + nginx_modules_http_geoip2? ( ${GEOIP2_MODULE_URI} -> ${GEOIP2_MODULE_P}.tar.gz ) + nginx_modules_http_headers_more? ( ${HTTP_HEADERS_MORE_MODULE_URI} -> ${HTTP_HEADERS_MORE_MODULE_P}.tar.gz ) + nginx_modules_http_javascript? ( ${NJS_MODULE_URI} -> ${NJS_MODULE_P}.tar.gz ) + nginx_modules_http_lua? ( ${HTTP_LUA_MODULE_URI} -> ${HTTP_LUA_MODULE_P}.tar.gz ) + nginx_modules_http_memc? ( ${HTTP_MEMC_MODULE_URI} -> ${HTTP_MEMC_MODULE_P}.tar.gz ) + nginx_modules_http_metrics? ( ${HTTP_METRICS_MODULE_URI} -> ${HTTP_METRICS_MODULE_P}.tar.gz ) + nginx_modules_http_mogilefs? ( ${HTTP_MOGILEFS_MODULE_URI} -> ${HTTP_MOGILEFS_MODULE_P}.tar.gz ) + nginx_modules_http_naxsi? ( ${HTTP_NAXSI_MODULE_URI} -> ${HTTP_NAXSI_MODULE_P}.tar.gz ) + nginx_modules_http_push_stream? ( ${HTTP_PUSH_STREAM_MODULE_URI} -> ${HTTP_PUSH_STREAM_MODULE_P}.tar.gz ) + nginx_modules_http_security? ( ${HTTP_SECURITY_MODULE_URI} -> ${HTTP_SECURITY_MODULE_P}.tar.gz ) + nginx_modules_http_slowfs_cache? ( ${HTTP_SLOWFS_CACHE_MODULE_URI} -> ${HTTP_SLOWFS_CACHE_MODULE_P}.tar.gz ) + nginx_modules_http_sticky? ( ${HTTP_STICKY_MODULE_URI} -> ${HTTP_STICKY_MODULE_P}.tar.bz2 ) + nginx_modules_http_upload_progress? ( ${HTTP_UPLOAD_PROGRESS_MODULE_URI} -> ${HTTP_UPLOAD_PROGRESS_MODULE_P}.tar.gz ) + nginx_modules_http_upstream_check? ( ${HTTP_UPSTREAM_CHECK_MODULE_URI} -> ${HTTP_UPSTREAM_CHECK_MODULE_P}.tar.gz ) + nginx_modules_http_vhost_traffic_status? ( ${HTTP_VHOST_TRAFFIC_STATUS_MODULE_URI} -> ${HTTP_VHOST_TRAFFIC_STATUS_MODULE_P}.tar.gz ) + nginx_modules_stream_geoip2? ( ${GEOIP2_MODULE_URI} -> ${GEOIP2_MODULE_P}.tar.gz ) + nginx_modules_stream_javascript? ( ${NJS_MODULE_URI} -> ${NJS_MODULE_P}.tar.gz ) + rtmp? ( ${RTMP_MODULE_URI} -> ${RTMP_MODULE_P}.tar.gz )" + +LICENSE="BSD-2 BSD SSLeay MIT GPL-2 GPL-2+ + nginx_modules_http_security? ( Apache-2.0 ) + nginx_modules_http_push_stream? ( GPL-3 )" + +SLOT="mainline" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux" + +# Package doesn't provide a real test suite +RESTRICT="test" + +NGINX_MODULES_STD="access auth_basic autoindex browser charset empty_gif + fastcgi geo grpc gzip limit_req limit_conn map memcached mirror + proxy referer rewrite scgi ssi split_clients upstream_hash + upstream_ip_hash upstream_keepalive upstream_least_conn + upstream_zone userid uwsgi" +NGINX_MODULES_OPT="addition auth_request dav degradation flv geoip gunzip + gzip_static image_filter mp4 perl random_index realip secure_link + slice stub_status sub xslt" +NGINX_MODULES_STREAM_STD="access geo limit_conn map return split_clients + upstream_hash upstream_least_conn upstream_zone" +NGINX_MODULES_STREAM_OPT="geoip realip ssl_preread" +NGINX_MODULES_MAIL="imap pop3 smtp" +NGINX_MODULES_3RD=" + http_auth_ldap + http_auth_pam + http_brotli + http_cache_purge + http_dav_ext + http_echo + http_fancyindex + http_geoip2 + http_headers_more + http_javascript + http_lua + http_memc + http_metrics + http_mogilefs + http_naxsi + http_push_stream + http_security + http_slowfs_cache + http_sticky + http_upload_progress + http_upstream_check + http_vhost_traffic_status + stream_geoip2 + stream_javascript +" + +IUSE="aio debug +http +http2 +http-cache +ipv6 libatomic libressl luajit +pcre + pcre-jit rtmp selinux ssl threads userland_GNU vim-syntax" + +for mod in $NGINX_MODULES_STD; do + IUSE="${IUSE} +nginx_modules_http_${mod}" +done + +for mod in $NGINX_MODULES_OPT; do + IUSE="${IUSE} nginx_modules_http_${mod}" +done + +for mod in $NGINX_MODULES_STREAM_STD; do + IUSE="${IUSE} nginx_modules_stream_${mod}" +done + +for mod in $NGINX_MODULES_STREAM_OPT; do + IUSE="${IUSE} nginx_modules_stream_${mod}" +done + +for mod in $NGINX_MODULES_MAIL; do + IUSE="${IUSE} nginx_modules_mail_${mod}" +done + +for mod in $NGINX_MODULES_3RD; do + IUSE="${IUSE} nginx_modules_${mod}" +done + +# Add so we can warn users updating about config changes +# @TODO: jbergstroem: remove on next release series +IUSE="${IUSE} nginx_modules_http_spdy" + +CDEPEND=" + pcre? ( dev-libs/libpcre:= ) + pcre-jit? ( dev-libs/libpcre:=[jit] ) + ssl? ( + !libressl? ( dev-libs/openssl:0= ) + libressl? ( dev-libs/libressl:= ) + ) + http2? ( + !libressl? ( >=dev-libs/openssl-1.0.1c:0= ) + libressl? ( dev-libs/libressl:= ) + ) + http-cache? ( + userland_GNU? ( + !libressl? ( dev-libs/openssl:0= ) + libressl? ( dev-libs/libressl:= ) + ) + ) + nginx_modules_http_brotli? ( app-arch/brotli:= ) + nginx_modules_http_geoip? ( dev-libs/geoip ) + nginx_modules_http_geoip2? ( dev-libs/libmaxminddb:= ) + nginx_modules_http_gunzip? ( sys-libs/zlib ) + nginx_modules_http_gzip? ( sys-libs/zlib ) + nginx_modules_http_gzip_static? ( sys-libs/zlib ) + nginx_modules_http_image_filter? ( media-libs/gd:=[jpeg,png] ) + nginx_modules_http_perl? ( >=dev-lang/perl-5.8:= ) + nginx_modules_http_rewrite? ( dev-libs/libpcre:= ) + nginx_modules_http_secure_link? ( + userland_GNU? ( + !libressl? ( dev-libs/openssl:0= ) + libressl? ( dev-libs/libressl:= ) + ) + ) + nginx_modules_http_xslt? ( dev-libs/libxml2:= dev-libs/libxslt ) + nginx_modules_http_lua? ( dev-lang/luajit:2= ) + nginx_modules_http_auth_pam? ( virtual/pam ) + nginx_modules_http_metrics? ( dev-libs/yajl:= ) + nginx_modules_http_dav_ext? ( dev-libs/libxml2 ) + nginx_modules_http_security? ( + dev-libs/apr:= + dev-libs/apr-util:= + dev-libs/libxml2:= + net-misc/curl + www-servers/apache + ) + nginx_modules_http_auth_ldap? ( net-nds/openldap[ssl?] ) + nginx_modules_stream_geoip? ( dev-libs/geoip ) + nginx_modules_stream_geoip2? ( dev-libs/libmaxminddb:= )" +RDEPEND="${CDEPEND} + selinux? ( sec-policy/selinux-nginx ) + !www-servers/nginx:0" +DEPEND="${CDEPEND} + nginx_modules_http_brotli? ( virtual/pkgconfig ) + nginx_modules_http_security? ( ${AUTOTOOLS_DEPEND} ) + arm? ( dev-libs/libatomic_ops ) + libatomic? ( dev-libs/libatomic_ops )" +PDEPEND="vim-syntax? ( app-vim/nginx-syntax )" + +REQUIRED_USE="pcre-jit? ( pcre ) + nginx_modules_http_grpc? ( http2 ) + nginx_modules_http_lua? ( + luajit + nginx_modules_http_rewrite + ) + nginx_modules_http_naxsi? ( pcre ) + nginx_modules_http_dav_ext? ( nginx_modules_http_dav ) + nginx_modules_http_metrics? ( nginx_modules_http_stub_status ) + nginx_modules_http_security? ( pcre ) + nginx_modules_http_push_stream? ( ssl )" + +pkg_setup() { + NGINX_HOME="/var/lib/nginx" + NGINX_HOME_TMP="${NGINX_HOME}/tmp" + + ebegin "Creating nginx user and group" + enewgroup ${PN} + enewuser ${PN} -1 -1 "${NGINX_HOME}" ${PN} + eend $? + + if use libatomic; then + ewarn "GCC 4.1+ features built-in atomic operations." + ewarn "Using libatomic_ops is only needed if using" + ewarn "a different compiler or a GCC prior to 4.1" + fi + + if [[ -n $NGINX_ADD_MODULES ]]; then + ewarn "You are building custom modules via \$NGINX_ADD_MODULES!" + ewarn "This nginx installation is not supported!" + ewarn "Make sure you can reproduce the bug without those modules" + ewarn "_before_ reporting bugs." + fi + + if use !http; then + ewarn "To actually disable all http-functionality you also have to disable" + ewarn "all nginx http modules." + fi + + if use nginx_modules_http_mogilefs && use threads; then + eerror "mogilefs won't compile with threads support." + eerror "Please disable either flag and try again." + die "Can't compile mogilefs with threads support" + fi +} + +src_prepare() { + eapply "${FILESDIR}/${PN}-1.4.1-fix-perl-install-path.patch" + eapply "${FILESDIR}/${PN}-httpoxy-mitigation-r1.patch" + + if use nginx_modules_http_auth_pam; then + cd "${HTTP_AUTH_PAM_MODULE_WD}" || die + eapply "${FILESDIR}"/http_auth_pam-1.5.1-adjust-loglevel-for-authentication-failures.patch + cd "${S}" || die + fi + + if use nginx_modules_http_brotli; then + cd "${HTTP_BROTLI_MODULE_WD}" || die + eapply "${FILESDIR}"/http_brotli-detect-brotli-r2.patch + cd "${S}" || die + fi + + if use nginx_modules_http_upstream_check; then + eapply -p0 "${FILESDIR}"/http_upstream_check-nginx-1.11.5+.patch + fi + + if use nginx_modules_http_cache_purge; then + cd "${HTTP_CACHE_PURGE_MODULE_WD}" || die + eapply "${FILESDIR}"/http_cache_purge-1.11.6+.patch + cd "${S}" || die + fi + + if use nginx_modules_http_security; then + cd "${HTTP_SECURITY_MODULE_WD}" || die + + eautoreconf + + if use luajit ; then + sed -i \ + -e 's|^\(LUA_PKGNAMES\)=.*|\1="luajit"|' \ + configure || die + fi + + cd "${S}" || die + fi + + if use nginx_modules_http_upload_progress; then + cd "${HTTP_UPLOAD_PROGRESS_MODULE_WD}" || die + eapply "${FILESDIR}"/http_uploadprogress-issue_50-r1.patch + cd "${S}" || die + fi + + find auto/ -type f -print0 | xargs -0 sed -i 's:\&\& make:\&\& \\$(MAKE):' || die + # We have config protection, don't rename etc files + sed -i 's:.default::' auto/install || die + # remove useless files + sed -i -e '/koi-/d' -e '/win-/d' auto/install || die + + # don't install to /etc/nginx/ if not in use + local module + for module in fastcgi scgi uwsgi ; do + if ! use nginx_modules_http_${module}; then + sed -i -e "/${module}/d" auto/install || die + fi + done + + eapply_user +} + +src_configure() { + # mod_security needs to generate nginx/modsecurity/config before including it + if use nginx_modules_http_security; then + cd "${HTTP_SECURITY_MODULE_WD}" || die + + ./configure \ + --enable-standalone-module \ + --disable-mlogc \ + --with-ssdeep=no \ + $(use_enable pcre-jit) \ + $(use_with nginx_modules_http_lua lua) || die "configure failed for mod_security" + + cd "${S}" || die + fi + + local myconf=() http_enabled= mail_enabled= stream_enabled= + + use aio && myconf+=( --with-file-aio ) + use debug && myconf+=( --with-debug ) + use http2 && myconf+=( --with-http_v2_module ) + use libatomic && myconf+=( --with-libatomic ) + use pcre && myconf+=( --with-pcre ) + use pcre-jit && myconf+=( --with-pcre-jit ) + use threads && myconf+=( --with-threads ) + + # HTTP modules + for mod in $NGINX_MODULES_STD; do + if use nginx_modules_http_${mod}; then + http_enabled=1 + else + myconf+=( --without-http_${mod}_module ) + fi + done + + for mod in $NGINX_MODULES_OPT; do + if use nginx_modules_http_${mod}; then + http_enabled=1 + myconf+=( --with-http_${mod}_module ) + fi + done + + if use nginx_modules_http_fastcgi; then + myconf+=( --with-http_realip_module ) + fi + + # third-party modules + if use nginx_modules_http_upload_progress; then + http_enabled=1 + myconf+=( --add-module=${HTTP_UPLOAD_PROGRESS_MODULE_WD} ) + fi + + if use nginx_modules_http_headers_more; then + http_enabled=1 + myconf+=( --add-module=${HTTP_HEADERS_MORE_MODULE_WD} ) + fi + + if use nginx_modules_http_cache_purge; then + http_enabled=1 + myconf+=( --add-module=${HTTP_CACHE_PURGE_MODULE_WD} ) + fi + + if use nginx_modules_http_slowfs_cache; then + http_enabled=1 + myconf+=( --add-module=${HTTP_SLOWFS_CACHE_MODULE_WD} ) + fi + + if use nginx_modules_http_fancyindex; then + http_enabled=1 + myconf+=( --add-module=${HTTP_FANCYINDEX_MODULE_WD} ) + fi + + if use nginx_modules_http_lua; then + http_enabled=1 + export LUAJIT_LIB=$(pkg-config --variable libdir luajit) + export LUAJIT_INC=$(pkg-config --variable includedir luajit) + myconf+=( --add-module=${DEVEL_KIT_MODULE_WD} ) + myconf+=( --add-module=${HTTP_LUA_MODULE_WD} ) + fi + + if use nginx_modules_http_auth_pam; then + http_enabled=1 + myconf+=( --add-module=${HTTP_AUTH_PAM_MODULE_WD} ) + fi + + if use nginx_modules_http_upstream_check; then + http_enabled=1 + myconf+=( --add-module=${HTTP_UPSTREAM_CHECK_MODULE_WD} ) + fi + + if use nginx_modules_http_metrics; then + http_enabled=1 + myconf+=( --add-module=${HTTP_METRICS_MODULE_WD} ) + fi + + if use nginx_modules_http_naxsi ; then + http_enabled=1 + myconf+=( --add-module=${HTTP_NAXSI_MODULE_WD} ) + fi + + if use rtmp ; then + http_enabled=1 + myconf+=( --add-module=${RTMP_MODULE_WD} ) + fi + + if use nginx_modules_http_dav_ext ; then + http_enabled=1 + myconf+=( --add-module=${HTTP_DAV_EXT_MODULE_WD} ) + fi + + if use nginx_modules_http_echo ; then + http_enabled=1 + myconf+=( --add-module=${HTTP_ECHO_MODULE_WD} ) + fi + + if use nginx_modules_http_security ; then + http_enabled=1 + myconf+=( --add-module=${HTTP_SECURITY_MODULE_WD}/nginx/modsecurity ) + fi + + if use nginx_modules_http_push_stream ; then + http_enabled=1 + myconf+=( --add-module=${HTTP_PUSH_STREAM_MODULE_WD} ) + fi + + if use nginx_modules_http_sticky ; then + http_enabled=1 + myconf+=( --add-module=${HTTP_STICKY_MODULE_WD} ) + fi + + if use nginx_modules_http_mogilefs ; then + http_enabled=1 + myconf+=( --add-module=${HTTP_MOGILEFS_MODULE_WD} ) + fi + + if use nginx_modules_http_memc ; then + http_enabled=1 + myconf+=( --add-module=${HTTP_MEMC_MODULE_WD} ) + fi + + if use nginx_modules_http_auth_ldap; then + http_enabled=1 + myconf+=( --add-module=${HTTP_LDAP_MODULE_WD} ) + fi + + if use nginx_modules_http_vhost_traffic_status; then + http_enabled=1 + myconf+=( --add-module=${HTTP_VHOST_TRAFFIC_STATUS_MODULE_WD} ) + fi + + if use nginx_modules_http_geoip2 || use nginx_modules_stream_geoip2; then + myconf+=( --add-module=${GEOIP2_MODULE_WD} ) + fi + + if use nginx_modules_http_javascript || use nginx_modules_stream_javascript; then + myconf+=( --add-module="${NJS_MODULE_WD}/nginx" ) + fi + + if use nginx_modules_http_brotli; then + http_enabled=1 + myconf+=( --add-module=${HTTP_BROTLI_MODULE_WD} ) + fi + + if use http || use http-cache || use http2 || use nginx_modules_http_javascript; then + http_enabled=1 + fi + + if [ $http_enabled ]; then + use http-cache || myconf+=( --without-http-cache ) + use ssl && myconf+=( --with-http_ssl_module ) + else + myconf+=( --without-http --without-http-cache ) + fi + + # Stream modules + for mod in $NGINX_MODULES_STREAM_STD; do + if use nginx_modules_stream_${mod}; then + stream_enabled=1 + else + myconf+=( --without-stream_${mod}_module ) + fi + done + + for mod in $NGINX_MODULES_STREAM_OPT; do + if use nginx_modules_stream_${mod}; then + stream_enabled=1 + myconf+=( --with-stream_${mod}_module ) + fi + done + + if use nginx_modules_stream_geoip2 || use nginx_modules_stream_javascript; then + stream_enabled=1 + fi + + if [ $stream_enabled ]; then + myconf+=( --with-stream ) + use ssl && myconf+=( --with-stream_ssl_module ) + fi + + # MAIL modules + for mod in $NGINX_MODULES_MAIL; do + if use nginx_modules_mail_${mod}; then + mail_enabled=1 + else + myconf+=( --without-mail_${mod}_module ) + fi + done + + if [ $mail_enabled ]; then + myconf+=( --with-mail ) + use ssl && myconf+=( --with-mail_ssl_module ) + fi + + # custom modules + for mod in $NGINX_ADD_MODULES; do + myconf+=( --add-module=${mod} ) + done + + # https://bugs.gentoo.org/286772 + export LANG=C LC_ALL=C + tc-export CC + + if ! use prefix; then + myconf+=( --user=${PN} ) + myconf+=( --group=${PN} ) + fi + + local WITHOUT_IPV6= + if ! use ipv6; then + WITHOUT_IPV6=" -DNGX_HAVE_INET6=0" + fi + + if [[ -n "${EXTRA_ECONF}" ]]; then + myconf+=( ${EXTRA_ECONF} ) + ewarn "EXTRA_ECONF applied. Now you are on your own, good luck!" + fi + + ./configure \ + --prefix="${EPREFIX}"/usr \ + --conf-path="${EPREFIX}"/etc/${PN}/${PN}.conf \ + --error-log-path="${EPREFIX}"/var/log/${PN}/error_log \ + --pid-path="${EPREFIX}"/run/${PN}.pid \ + --lock-path="${EPREFIX}"/run/lock/${PN}.lock \ + --with-cc-opt="-I${EROOT}usr/include${WITHOUT_IPV6}" \ + --with-ld-opt="-L${EROOT}usr/$(get_libdir)" \ + --http-log-path="${EPREFIX}"/var/log/${PN}/access_log \ + --http-client-body-temp-path="${EPREFIX}${NGINX_HOME_TMP}"/client \ + --http-proxy-temp-path="${EPREFIX}${NGINX_HOME_TMP}"/proxy \ + --http-fastcgi-temp-path="${EPREFIX}${NGINX_HOME_TMP}"/fastcgi \ + --http-scgi-temp-path="${EPREFIX}${NGINX_HOME_TMP}"/scgi \ + --http-uwsgi-temp-path="${EPREFIX}${NGINX_HOME_TMP}"/uwsgi \ + --with-compat \ + "${myconf[@]}" || die "configure failed" + + # A purely cosmetic change that makes nginx -V more readable. This can be + # good if people outside the gentoo community would troubleshoot and + # question the users setup. + sed -i -e "s|${WORKDIR}|external_module|g" objs/ngx_auto_config.h || die +} + +src_compile() { + use nginx_modules_http_security && emake -C "${HTTP_SECURITY_MODULE_WD}" + + # https://bugs.gentoo.org/286772 + export LANG=C LC_ALL=C + emake LINK="${CC} ${LDFLAGS}" OTHERLDFLAGS="${LDFLAGS}" +} + +src_install() { + emake DESTDIR="${D%/}" install + + cp "${FILESDIR}"/nginx.conf-r2 "${ED}"etc/nginx/nginx.conf || die + + newinitd "${FILESDIR}"/nginx.initd-r4 nginx + newconfd "${FILESDIR}"/nginx.confd nginx + + systemd_newunit "${FILESDIR}"/nginx.service-r1 nginx.service + + doman man/nginx.8 + dodoc CHANGES* README + + # just keepdir. do not copy the default htdocs files (bug #449136) + keepdir /var/www/localhost + rm -rf "${D}"usr/html || die + + # set up a list of directories to keep + local keepdir_list="${NGINX_HOME_TMP}"/client + local module + for module in proxy fastcgi scgi uwsgi; do + use nginx_modules_http_${module} && keepdir_list+=" ${NGINX_HOME_TMP}/${module}" + done + + keepdir /var/log/nginx ${keepdir_list} + + # this solves a problem with SELinux where nginx doesn't see the directories + # as root and tries to create them as nginx + fperms 0750 "${NGINX_HOME_TMP}" + fowners ${PN}:0 "${NGINX_HOME_TMP}" + + fperms 0700 ${keepdir_list} + fowners ${PN}:${PN} ${keepdir_list} + + fperms 0710 /var/log/nginx + fowners 0:${PN} /var/log/nginx + + # logrotate + insinto /etc/logrotate.d + newins "${FILESDIR}"/nginx.logrotate-r1 nginx + + if use luajit; then + pax-mark m "${ED%/}/usr/sbin/nginx" + fi + + if use nginx_modules_http_perl; then + cd "${S}"/objs/src/http/modules/perl/ || die + emake DESTDIR="${D}" INSTALLDIRS=vendor + perl_delete_localpod + cd "${S}" || die + fi + + if use nginx_modules_http_cache_purge; then + docinto ${HTTP_CACHE_PURGE_MODULE_P} + dodoc "${HTTP_CACHE_PURGE_MODULE_WD}"/{CHANGES,README.md,TODO.md} + fi + + if use nginx_modules_http_slowfs_cache; then + docinto ${HTTP_SLOWFS_CACHE_MODULE_P} + dodoc "${HTTP_SLOWFS_CACHE_MODULE_WD}"/{CHANGES,README.md} + fi + + if use nginx_modules_http_fancyindex; then + docinto ${HTTP_FANCYINDEX_MODULE_P} + dodoc "${HTTP_FANCYINDEX_MODULE_WD}"/README.rst + fi + + if use nginx_modules_http_lua; then + docinto ${HTTP_LUA_MODULE_P} + dodoc "${HTTP_LUA_MODULE_WD}"/README.markdown + fi + + if use nginx_modules_http_auth_pam; then + docinto ${HTTP_AUTH_PAM_MODULE_P} + dodoc "${HTTP_AUTH_PAM_MODULE_WD}"/{README.md,ChangeLog} + fi + + if use nginx_modules_http_upstream_check; then + docinto ${HTTP_UPSTREAM_CHECK_MODULE_P} + dodoc "${HTTP_UPSTREAM_CHECK_MODULE_WD}"/{README,CHANGES} + fi + + if use nginx_modules_http_naxsi; then + insinto /etc/nginx + doins "${HTTP_NAXSI_MODULE_WD}"/../naxsi_config/naxsi_core.rules + fi + + if use rtmp; then + docinto ${RTMP_MODULE_P} + dodoc "${RTMP_MODULE_WD}"/{AUTHORS,README.md,stat.xsl} + fi + + if use nginx_modules_http_dav_ext; then + docinto ${HTTP_DAV_EXT_MODULE_P} + dodoc "${HTTP_DAV_EXT_MODULE_WD}"/README.rst + fi + + if use nginx_modules_http_echo; then + docinto ${HTTP_ECHO_MODULE_P} + dodoc "${HTTP_ECHO_MODULE_WD}"/README.markdown + fi + + if use nginx_modules_http_security; then + docinto ${HTTP_SECURITY_MODULE_P} + dodoc "${HTTP_SECURITY_MODULE_WD}"/{CHANGES,README.md,authors.txt} + fi + + if use nginx_modules_http_push_stream; then + docinto ${HTTP_PUSH_STREAM_MODULE_P} + dodoc "${HTTP_PUSH_STREAM_MODULE_WD}"/{AUTHORS,CHANGELOG.textile,README.textile} + fi + + if use nginx_modules_http_sticky; then + docinto ${HTTP_STICKY_MODULE_P} + dodoc "${HTTP_STICKY_MODULE_WD}"/{README.md,Changelog.txt,docs/sticky.pdf} + fi + + if use nginx_modules_http_memc; then + docinto ${HTTP_MEMC_MODULE_P} + dodoc "${HTTP_MEMC_MODULE_WD}"/README.markdown + fi + + if use nginx_modules_http_auth_ldap; then + docinto ${HTTP_LDAP_MODULE_P} + dodoc "${HTTP_LDAP_MODULE_WD}"/example.conf + fi +} + +pkg_postinst() { + if use ssl; then + if [[ ! -f "${EROOT}"etc/ssl/${PN}/${PN}.key ]]; then + install_cert /etc/ssl/${PN}/${PN} + use prefix || chown ${PN}:${PN} "${EROOT}"etc/ssl/${PN}/${PN}.{crt,csr,key,pem} + fi + fi + + if use nginx_modules_http_spdy; then + ewarn "" + ewarn "In nginx 1.9.5 the spdy module was superseded by http2." + ewarn "Update your configs and package.use accordingly." + fi + + if use nginx_modules_http_lua; then + ewarn "" + ewarn "While you can build lua 3rd party module against ${P}" + ewarn "the author warns that >=${PN}-1.11.11 is still not an" + ewarn "officially supported target yet. You are on your own." + ewarn "Expect runtime failures, memory leaks and other problems!" + fi + + if use nginx_modules_http_lua && use http2; then + ewarn "" + ewarn "Lua 3rd party module author warns against using ${P} with" + ewarn "NGINX_MODULES_HTTP=\"lua http2\". For more info, see https://git.io/OldLsg" + fi + + local _n_permission_layout_checks=0 + local _has_to_adjust_permissions=0 + local _has_to_show_permission_warning=0 + + # Defaults to 1 to inform people doing a fresh installation + # that we ship modified {scgi,uwsgi,fastcgi}_params files + local _has_to_show_httpoxy_mitigation_notice=1 + + local _replacing_version= + for _replacing_version in ${REPLACING_VERSIONS}; do + _n_permission_layout_checks=$((${_n_permission_layout_checks}+1)) + + if [[ ${_n_permission_layout_checks} -gt 1 ]]; then + # Should never happen: + # Package is abusing slots but doesn't allow multiple parallel installations. + # If we run into this situation it is unsafe to automatically adjust any + # permission... + _has_to_show_permission_warning=1 + + ewarn "Replacing multiple ${PN}' versions is unsupported! " \ + "You will have to adjust permissions on your own." + + break + fi + + local _replacing_version_branch=$(get_version_component_range 1-2 "${_replacing_version}") + debug-print "Updating an existing installation (v${_replacing_version}; branch '${_replacing_version_branch}') ..." + + # Do we need to adjust permissions to fix CVE-2013-0337 (bug #458726, #469094)? + # This was before we introduced multiple nginx versions so we + # do not need to distinguish between stable and mainline + local _need_to_fix_CVE2013_0337=1 + + if version_is_at_least "1.4.1-r2" "${_replacing_version}"; then + # We are updating an installation which should already be fixed + _need_to_fix_CVE2013_0337=0 + debug-print "Skipping CVE-2013-0337 ... existing installation should not be affected!" + else + _has_to_adjust_permissions=1 + debug-print "Need to adjust permissions to fix CVE-2013-0337!" + fi + + # Do we need to inform about HTTPoxy mitigation? + # In repository since commit 8be44f76d4ac02cebcd1e0e6e6284bb72d054b0f + if ! version_is_at_least "1.10" "${_replacing_version_branch}"; then + # Updating from <1.10 + _has_to_show_httpoxy_mitigation_notice=1 + debug-print "Need to inform about HTTPoxy mitigation!" + else + # Updating from >=1.10 + local _fixed_in_pvr= + case "${_replacing_version_branch}" in + "1.10") + _fixed_in_pvr="1.10.1-r2" + ;; + "1.11") + _fixed_in_pvr="1.11.3-r1" + ;; + *) + # This should be any future branch. + # If we run this code it is safe to assume that the user has + # already seen the HTTPoxy mitigation notice because he/she is doing + # an update from previous version where we have already shown + # the warning. Otherwise, we wouldn't hit this code path ... + _fixed_in_pvr= + esac + + if [[ -z "${_fixed_in_pvr}" ]] || version_is_at_least "${_fixed_in_pvr}" "${_replacing_version}"; then + # We are updating an installation where we already informed + # that we are mitigating HTTPoxy per default + _has_to_show_httpoxy_mitigation_notice=0 + debug-print "No need to inform about HTTPoxy mitigation ... information was already shown for existing installation!" + else + _has_to_show_httpoxy_mitigation_notice=1 + debug-print "Need to inform about HTTPoxy mitigation!" + fi + fi + + # Do we need to adjust permissions to fix CVE-2016-1247 (bug #605008)? + # All branches up to 1.11 are affected + local _need_to_fix_CVE2016_1247=1 + + if ! version_is_at_least "1.10" "${_replacing_version_branch}"; then + # Updating from <1.10 + _has_to_adjust_permissions=1 + debug-print "Need to adjust permissions to fix CVE-2016-1247!" + else + # Updating from >=1.10 + local _fixed_in_pvr= + case "${_replacing_version_branch}" in + "1.10") + _fixed_in_pvr="1.10.2-r3" + ;; + "1.11") + _fixed_in_pvr="1.11.6-r1" + ;; + *) + # This should be any future branch. + # If we run this code it is safe to assume that we have already + # adjusted permissions or were never affected because user is + # doing an update from previous version which was safe or did + # the adjustments. Otherwise, we wouldn't hit this code path ... + _fixed_in_pvr= + esac + + if [[ -z "${_fixed_in_pvr}" ]] || version_is_at_least "${_fixed_in_pvr}" "${_replacing_version}"; then + # We are updating an installation which should already be adjusted + # or which was never affected + _need_to_fix_CVE2016_1247=0 + debug-print "Skipping CVE-2016-1247 ... existing installation should not be affected!" + else + _has_to_adjust_permissions=1 + debug-print "Need to adjust permissions to fix CVE-2016-1247!" + fi + fi + done + + if [[ ${_has_to_adjust_permissions} -eq 1 ]]; then + # We do not DIE when chmod/chown commands are failing because + # package is already merged on user's system at this stage + # and we cannot retry without losing the information that + # the existing installation needs to adjust permissions. + # Instead we are going to a show a big warning ... + + if [[ ${_has_to_show_permission_warning} -eq 0 ]] && [[ ${_need_to_fix_CVE2013_0337} -eq 1 ]]; then + ewarn "" + ewarn "The world-readable bit (if set) has been removed from the" + ewarn "following directories to mitigate a security bug" + ewarn "(CVE-2013-0337, bug #458726):" + ewarn "" + ewarn " ${EPREFIX%/}/var/log/nginx" + ewarn " ${EPREFIX%/}${NGINX_HOME_TMP}/{,client,proxy,fastcgi,scgi,uwsgi}" + ewarn "" + ewarn "Check if this is correct for your setup before restarting nginx!" + ewarn "This is a one-time change and will not happen on subsequent updates." + ewarn "Furthermore nginx' temp directories got moved to '${EPREFIX%/}${NGINX_HOME_TMP}'" + chmod o-rwx \ + "${EPREFIX%/}"/var/log/nginx \ + "${EPREFIX%/}"${NGINX_HOME_TMP}/{,client,proxy,fastcgi,scgi,uwsgi} || \ + _has_to_show_permission_warning=1 + fi + + if [[ ${_has_to_show_permission_warning} -eq 0 ]] && [[ ${_need_to_fix_CVE2016_1247} -eq 1 ]]; then + ewarn "" + ewarn "The permissions on the following directory have been reset in" + ewarn "order to mitigate a security bug (CVE-2016-1247, bug #605008):" + ewarn "" + ewarn " ${EPREFIX%/}/var/log/nginx" + ewarn "" + ewarn "Check if this is correct for your setup before restarting nginx!" + ewarn "Also ensure that no other log directory used by any of your" + ewarn "vhost(s) is not writeable for nginx user. Any of your log files" + ewarn "used by nginx can be abused to escalate privileges!" + ewarn "This is a one-time change and will not happen on subsequent updates." + chown 0:nginx "${EPREFIX%/}"/var/log/nginx || _has_to_show_permission_warning=1 + chmod 710 "${EPREFIX%/}"/var/log/nginx || _has_to_show_permission_warning=1 + fi + + if [[ ${_has_to_show_permission_warning} -eq 1 ]]; then + # Should never happen ... + ewarn "" + ewarn "*************************************************************" + ewarn "*************** W A R N I N G ***************" + ewarn "*************************************************************" + ewarn "The one-time only attempt to adjust permissions of the" + ewarn "existing nginx installation failed. Be aware that we will not" + ewarn "try to adjust the same permissions again because now you are" + ewarn "using a nginx version where we expect that the permissions" + ewarn "are already adjusted or that you know what you are doing and" + ewarn "want to keep custom permissions." + ewarn "" + fi + fi + + # Sanity check for CVE-2016-1247 + # Required to warn users who received the warning above and thought + # they could fix it by unmerging and re-merging the package or have + # unmerged a affected installation on purpose in the past leaving + # /var/log/nginx on their system due to keepdir/non-empty folder + # and are now installing the package again. + local _sanity_check_testfile=$(mktemp --dry-run "${EPREFIX%/}"/var/log/nginx/.CVE-2016-1247.XXXXXXXXX) + su -s /bin/sh -c "touch ${_sanity_check_testfile}" nginx >&/dev/null + if [ $? -eq 0 ] ; then + # Cleanup -- no reason to die here! + rm -f "${_sanity_check_testfile}" + + ewarn "" + ewarn "*************************************************************" + ewarn "*************** W A R N I N G ***************" + ewarn "*************************************************************" + ewarn "Looks like your installation is vulnerable to CVE-2016-1247" + ewarn "(bug #605008) because nginx user is able to create files in" + ewarn "" + ewarn " ${EPREFIX%/}/var/log/nginx" + ewarn "" + ewarn "Also ensure that no other log directory used by any of your" + ewarn "vhost(s) is not writeable for nginx user. Any of your log files" + ewarn "used by nginx can be abused to escalate privileges!" + fi + + if [[ ${_has_to_show_httpoxy_mitigation_notice} -eq 1 ]]; then + # HTTPoxy mitigation + ewarn "" + ewarn "This nginx installation comes with a mitigation for the HTTPoxy" + ewarn "vulnerability for FastCGI, SCGI and uWSGI applications by setting" + ewarn "the HTTP_PROXY parameter to an empty string per default when you" + ewarn "are sourcing one of the default" + ewarn "" + ewarn " - 'fastcgi_params' or 'fastcgi.conf'" + ewarn " - 'scgi_params'" + ewarn " - 'uwsgi_params'" + ewarn "" + ewarn "files in your server block(s)." + ewarn "" + ewarn "If this is causing any problems for you make sure that you are sourcing the" + ewarn "default parameters _before_ you set your own values." + ewarn "If you are relying on user-supplied proxy values you have to remove the" + ewarn "correlating lines from the file(s) mentioned above." + ewarn "" + fi +} diff --git a/x11-misc/Manifest.gz b/x11-misc/Manifest.gz index 0d13a8926d7b..36a48cf5b054 100644 Binary files a/x11-misc/Manifest.gz and b/x11-misc/Manifest.gz differ diff --git a/x11-misc/lightdm/lightdm-1.28.0.ebuild b/x11-misc/lightdm/lightdm-1.28.0.ebuild index a1ba623fec0e..d18f8dffa15f 100644 --- a/x11-misc/lightdm/lightdm-1.28.0.ebuild +++ b/x11-misc/lightdm/lightdm-1.28.0.ebuild @@ -44,6 +44,7 @@ PDEPEND="gtk? ( x11-misc/lightdm-gtk-greeter )" DOCS=( NEWS ) RESTRICT="test" +REQUIRED_USE="vala? ( introspection )" src_prepare() { xdg_environment_reset diff --git a/x11-misc/lightdm/lightdm-1.30.0.ebuild b/x11-misc/lightdm/lightdm-1.30.0.ebuild index 2dbffbe278b9..547beddb26df 100644 --- a/x11-misc/lightdm/lightdm-1.30.0.ebuild +++ b/x11-misc/lightdm/lightdm-1.30.0.ebuild @@ -46,6 +46,7 @@ PDEPEND="gtk? ( x11-misc/lightdm-gtk-greeter )" DOCS=( NEWS ) RESTRICT="test" +REQUIRED_USE="vala? ( introspection )" pkg_setup() { export LIGHTDM_USER=${LIGHTDM_USER:-lightdm} diff --git a/x11-misc/screengrab/screengrab-1.101.ebuild b/x11-misc/screengrab/screengrab-1.101.ebuild index 23ee2d34e1c0..2d3818c553ca 100644 --- a/x11-misc/screengrab/screengrab-1.101.ebuild +++ b/x11-misc/screengrab/screengrab-1.101.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://downloads.lxqt.org/downloads/${PN}/${PV}/${P}.tar.xz" LICENSE="GPL-2+ LGPL-2.1+" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~x86" +KEYWORDS="amd64 ~arm ~arm64 ~x86" IUSE="" BDEPEND="dev-qt/linguist-tools:5" diff --git a/x11-misc/shutter/Manifest b/x11-misc/shutter/Manifest index 0cb2b89a380e..d7a0818090e9 100644 --- a/x11-misc/shutter/Manifest +++ b/x11-misc/shutter/Manifest @@ -1 +1,2 @@ DIST shutter-0.93.1.tar.gz 3432204 BLAKE2B 7c61942c1ddc288b912e8addd31111309b2b7305582f0d684f364552e4695ad45a54b2ef39b456f4410ee1434f20422c1abf0fffd7c15525e25810fd58a28008 SHA512 50a635fdf73454b15351a7e2c4507bf0f9fd816273affbed412f42b1032087304ecf1fb4a4b655bc056820f267b98214ff5104f4fcd9e843f78e70ac4a7a4a04 +DIST shutter-0.94.3.tar.gz 3375447 BLAKE2B e996966722999ee11ed3c185fd17a77e8982688ec17253f3558f89ccfd2e3afefec34d9214acffb10009fc1a28f587a5b994e32d7bb3538cde5e4f398b8e7b95 SHA512 7f67ed6fbc94aee4b6caa73662ab20684e2d8bdfd7208dcd407bdce4e1b93f2aa1fa256ad6bce66b92c741500726b90e5701e7f31bc831709568e5c4c27bff3b diff --git a/x11-misc/shutter/shutter-0.94.3.ebuild b/x11-misc/shutter/shutter-0.94.3.ebuild new file mode 100644 index 000000000000..1bdd2fcc248d --- /dev/null +++ b/x11-misc/shutter/shutter-0.94.3.ebuild @@ -0,0 +1,89 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +inherit xdg-utils desktop + +DESCRIPTION="Feature-rich screenshot program" +HOMEPAGE="http://shutter-project.org/" +#SRC_URI="http://shutter-project.org/wp-content/uploads/releases/tars/${P}.tar.gz" +SRC_URI="https://launchpad.net/shutter/0.9x/${PV}/+download/${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="drawing" + +RDEPEND="dev-lang/perl + drawing? ( dev-perl/Goo-Canvas ) + dev-perl/libxml-perl + dev-perl/gnome2-canvas + dev-perl/gnome2-perl + dev-perl/gnome2-wnck + dev-perl/Gtk2-Unique + dev-perl/Gtk2-ImageView + dev-perl/File-DesktopEntry + dev-perl/File-HomeDir + dev-perl/File-Which + dev-perl/JSON + dev-perl/File-Copy-Recursive + dev-perl/File-MimeInfo + dev-perl/Locale-gettext + dev-perl/Net-DBus + dev-perl/Proc-Simple + dev-perl/Proc-ProcessTable + dev-perl/Sort-Naturally + dev-perl/WWW-Mechanize + dev-perl/X11-Protocol + dev-perl/XML-Simple + dev-perl/libwww-perl + virtual/imagemagick-tools[perl]" + +src_prepare() { + default + + use drawing || eapply "${FILESDIR}"/${PN}-0.90-goocanvas.patch + + #Fix tray icon because it doesn't pick the right icon using various themes + sed -i -e "/\$tray->set_from_icon_name/s:set_from_icon_name:set_from_file:" \ + -e "s:shutter-panel:/usr/share/icons/hicolor/scalable/apps/&.svg:" \ + bin/shutter || die "failed to fix trayicon" +} + +src_install() { + dobin bin/${PN} || die "dobin failed" + insinto /usr/share/${PN} + doins -r share/${PN}/* || die "doins failed" + dodoc README || die "dodoc failed" + domenu share/applications/${PN}.desktop + # Man page is broken. Reconstruct it. + gunzip share/man/man1/${PN}.1.gz || die "gunzip failed" + doman share/man/man1/${PN}.1 || die "doman failed" + doicon share/pixmaps/${PN}.png + doins -r share/locale || die "doins failed" + insinto /usr/share/icons/hicolor + doins -r share/icons/hicolor/* || die "doins failed" + find "${D}"/usr/share/shutter/resources/system/plugins/ -type f ! -name '*.*' -exec chmod 755 {} \; \ + || die "failed to make plugins executables" + find "${D}"/usr/share/shutter/resources/system/upload_plugins/upload -type f \ + -name "*.pm" -exec chmod 755 {} \; || die "failed to make upload plugins executables" +} + +pkg_postinst() { + xdg_icon_cache_update + xdg_desktop_database_update + + elog "" + elog "These optional dependencies provide additional functions:" + elog "" + elog "- media-libs/exiftool : Writing Exif information" + elog "- dev-libs/libappindicator : Status icon support for Unity" + elog "- dev-perl/{Net-OAuth,Path-Class}: Dropbox support" + elog "- dev-perl/JSON-XS : vgy.me image hosting support" + elog"" +} + +pkg_postrm() { + xdg_icon_cache_update + xdg_desktop_database_update +}