diff --git a/Manifest.files.gz b/Manifest.files.gz index ee26a0b73b56..6d6ee4ac9ce7 100644 Binary files a/Manifest.files.gz and b/Manifest.files.gz differ diff --git a/app-admin/Manifest.gz b/app-admin/Manifest.gz index 4fcf0595f19c..d0fc15ef3898 100644 Binary files a/app-admin/Manifest.gz and b/app-admin/Manifest.gz differ diff --git a/app-admin/conserver/Manifest b/app-admin/conserver/Manifest index fdc9c763ec88..9ac7b3d4286b 100644 --- a/app-admin/conserver/Manifest +++ b/app-admin/conserver/Manifest @@ -1,2 +1,3 @@ DIST conserver-8.1.18.tar.gz 323247 BLAKE2B 48176ba8be648df16ddb18c1a760af8069f7d926d2e0767e3b7ef903276d6104cfa9464a6ebdce009720fe5118862d89cf5371e104d17b967e11fe8e8968e8f9 SHA512 a8029aef5fd84f93eb3ae56ba7f751d79a6065c012bfd805e050f8c9edf09fd660c272d3f3ce0a47cfb17678574babbecad63f8bfd50ad4fdccdbabc2249435f DIST conserver-8.2.2.tar.gz 329048 BLAKE2B 0148a5b5b11fcc75a071b9759e129a94f1fe623df35e7549e967d0037ddb378447623070ce43429daf4868308be150f5ba318354e3181d94ccb1199655231373 SHA512 7c59dc59e59e3ee0172b2a52214cd8dd83383168fe0f145870d128b900a012cfa38c2f1ae85769c226d941ca1a764f93ec3bf353da896537ae1be5b6bc17e6c6 +DIST conserver-8.2.3.tar.gz 329825 BLAKE2B 94ceb427a18b38855ee3146e432be50248a518221d9779c833b3bf1190dedf800ff498ffdd88eafc7cea343b2f87f476738977021c85f19c869bf0a012f1da11 SHA512 35b387629973620aa25211d9532f940e17d7891aa7216776c315cb9fde09106b7388e7cef29f5a2ead8660fc35e2be2b14f38a51cd2b3198251b7e7e70a2254d diff --git a/app-admin/conserver/conserver-8.2.3.ebuild b/app-admin/conserver/conserver-8.2.3.ebuild new file mode 100644 index 000000000000..3a8ca5f5f928 --- /dev/null +++ b/app-admin/conserver/conserver-8.2.3.ebuild @@ -0,0 +1,95 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit autotools pam ssl-cert + +DESCRIPTION="Serial Console Manager" +HOMEPAGE="https://www.conserver.com" +SRC_URI="https://github.com/${PN}/${PN}/releases/download/v${PV}/${P}.tar.gz" + +LICENSE="BSD BSD-with-attribution" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="debug ipv6 freeipmi kerberos libressl pam ssl test tcpd" + +DEPEND="debug? ( dev-libs/dmalloc:= ) + freeipmi? ( sys-libs/freeipmi:= ) + kerberos? ( + virtual/krb5 + net-libs/libgssglue + ) + ssl? ( + !libressl? ( dev-libs/openssl:0= ) + libressl? ( dev-libs/libressl:0= ) + ) + pam? ( virtual/pam ) + tcpd? ( sys-apps/tcp-wrappers ) +" +RDEPEND="${DEPEND} + pam? ( sys-auth/pambase )" + +DOCS=( CHANGES FAQ PROTOCOL README conserver/Sun-serial contrib/maketestcerts) + +src_prepare() { + default + sed -e '/^INSTALL_PROGRAM/s:-s::' \ + -i {console,conserver,autologin,contrib/chat}/Makefile.in || die + eautoreconf +} + +src_configure() { + local myconf=( + $(use_with debug dmalloc) + $(use_with ipv6) + $(use_with freeipmi) + $(use_with kerberos gssapi) + $(use_with ssl openssl) + $(use_with pam) + $(use_with tcpd libwrap) + --with-cffile=conserver/conserver.cf + --with-logfile=/var/log/conserver.log + --with-master=localhost + --with-pidfile=/run/conserver.pid + --with-port=7782 + --with-pwdfile=conserver/conserver.passwd + ) + econf "${myconf[@]}" +} + +src_install() { + emake DESTDIR="${D}" exampledir="/usr/share/doc/${PF}/examples" install + + keepdir /var/consoles + fowners daemon:daemon /var/consoles + fperms 700 /var/consoles + + newinitd "${FILESDIR}"/conserver.initd-r1 conserver + newconfd "${FILESDIR}"/conserver.confd-r1 conserver + + dodir /etc/conserver + fperms 700 /etc/conserver + insinto /etc/conserver + newins "${S}"/conserver.cf/conserver.cf conserver.cf.sample + newins "${S}"/conserver.cf/conserver.passwd conserver.passwd.sample + + einstalldocs + docinto examples + dodoc -r conserver.cf/samples/. + + newpamd "${FILESDIR}"/conserver.pam-pambase conserver +} + +src_test() { + # hangs without -j1 + emake -j1 test +} + +pkg_postinst() { + if use ssl; then + if [[ ! -f "${EROOT}"/etc/ssl/conserver/conserver.key ]]; then + install_cert /etc/ssl/conserver/conserver + fi + fi +} diff --git a/app-arch/Manifest.gz b/app-arch/Manifest.gz index 7faa3150c8b1..2c46bd6ffe0e 100644 Binary files a/app-arch/Manifest.gz and b/app-arch/Manifest.gz differ diff --git a/app-arch/pax/pax-20161104.ebuild b/app-arch/pax/pax-20161104.ebuild index fba75273f657..b2a60caf02ea 100644 --- a/app-arch/pax/pax-20161104.ebuild +++ b/app-arch/pax/pax-20161104.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 @@ -10,7 +10,7 @@ SRC_URI="https://www.mirbsd.org/MirOS/dist/mir/cpio/paxmirabilis-${PV}.cpio.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86" +KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86" RDEPEND=" dev-libs/libbsd diff --git a/app-crypt/Manifest.gz b/app-crypt/Manifest.gz index 0a6fdeac1125..fede3c03b952 100644 Binary files a/app-crypt/Manifest.gz and b/app-crypt/Manifest.gz differ diff --git a/app-crypt/paperkey/paperkey-1.6.ebuild b/app-crypt/paperkey/paperkey-1.6.ebuild index 1c81dd96bc4e..c5eb3c6a14da 100644 --- a/app-crypt/paperkey/paperkey-1.6.ebuild +++ b/app-crypt/paperkey/paperkey-1.6.ebuild @@ -9,5 +9,5 @@ SRC_URI="http://www.jabberwocky.com/software/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 x86 ~x64-macos" +KEYWORDS="amd64 ~arm64 x86 ~x64-macos" IUSE="" diff --git a/app-crypt/yubikey-manager/yubikey-manager-2.0.0.ebuild b/app-crypt/yubikey-manager/yubikey-manager-2.0.0.ebuild index 0172b68ddf9d..48998431ea98 100644 --- a/app-crypt/yubikey-manager/yubikey-manager-2.0.0.ebuild +++ b/app-crypt/yubikey-manager/yubikey-manager-2.0.0.ebuild @@ -16,7 +16,7 @@ S="${WORKDIR}/${PN}-${P}" # <- need this only for github-based SRC_URI LICENSE="BSD-2" SLOT="0" -KEYWORDS="amd64" +KEYWORDS="amd64 x86" IUSE="test" RDEPEND=" diff --git a/app-crypt/yubikey-manager/yubikey-manager-2.1.0.ebuild b/app-crypt/yubikey-manager/yubikey-manager-2.1.0.ebuild index 30b06435964d..30b5eadeab70 100644 --- a/app-crypt/yubikey-manager/yubikey-manager-2.1.0.ebuild +++ b/app-crypt/yubikey-manager/yubikey-manager-2.1.0.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://developers.yubico.com/${PN}/Releases/${P}.tar.gz" LICENSE="BSD-2" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~x86" IUSE="test" RDEPEND=" diff --git a/app-doc/Manifest.gz b/app-doc/Manifest.gz index 9a66890cf4a6..bebb46f8dbe1 100644 Binary files a/app-doc/Manifest.gz and b/app-doc/Manifest.gz differ diff --git a/app-doc/doxygen/doxygen-1.8.14-r2.ebuild b/app-doc/doxygen/doxygen-1.8.14-r2.ebuild new file mode 100644 index 000000000000..d963510d4e41 --- /dev/null +++ b/app-doc/doxygen/doxygen-1.8.14-r2.ebuild @@ -0,0 +1,134 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) + +inherit cmake-utils eutils python-any-r1 +if [[ ${PV} = *9999* ]]; then + inherit git-r3 + EGIT_REPO_URI="https://github.com/doxygen/doxygen.git" + SRC_URI="" +else + SRC_URI="https://ftp.stack.nl/pub/users/dimitri/${P}.src.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 ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +fi + +DESCRIPTION="Documentation system for most programming languages" +HOMEPAGE="https://www.stack.nl/~dimitri/doxygen/" + +LICENSE="GPL-2" +SLOT="0" +IUSE="clang debug doc dot doxysearch latex qt5 sqlite userland_GNU" + +RDEPEND="app-text/ghostscript-gpl + dev-lang/perl + media-libs/libpng:0= + virtual/libiconv + clang? ( >=sys-devel/clang-4.0.0:= ) + dot? ( + media-gfx/graphviz + media-libs/freetype + ) + doxysearch? ( dev-libs/xapian:= ) + latex? ( + dev-texlive/texlive-bibtexextra + dev-texlive/texlive-fontsextra + dev-texlive/texlive-fontutils + dev-texlive/texlive-latex + dev-texlive/texlive-latexextra + ) + qt5? ( + dev-qt/qtgui:5 + dev-qt/qtwidgets:5 + dev-qt/qtxml:5 + ) + sqlite? ( dev-db/sqlite:3 ) + " + +REQUIRED_USE="doc? ( latex )" + +DEPEND="sys-devel/flex + sys-devel/bison + doc? ( ${PYTHON_DEPS} ) + ${RDEPEND}" + +# src_test() defaults to make -C testing but there is no such directory (bug #504448) +RESTRICT="test" + +PATCHES=( + "${FILESDIR}/${PN}-1.8.9.1-empty-line-sigsegv.patch" #454348 + "${FILESDIR}/${PN}-1.8.12-link_with_pthread.patch" + "${FILESDIR}/${PN}-1.8.14-llvm7.patch" #666692 + "${FILESDIR}/${PN}-1.8.14-xml-c++.patch" #doxygen/doxygen#6892 +) + +DOCS=( LANGUAGE.HOWTO README.md ) + +pkg_setup() { + use doc && python-any-r1_pkg_setup +} + +src_prepare() { + cmake-utils_src_prepare + + # Ensure we link to -liconv + if use elibc_FreeBSD && has_version dev-libs/libiconv || use elibc_uclibc; then + local pro + for pro in */*.pro.in */*/*.pro.in; do + echo "unix:LIBS += -liconv" >> "${pro}" || die + done + fi + + # Call dot with -Teps instead of -Tps for EPS generation - bug #282150 + sed -i -e '/addJob("ps"/ s/"ps"/"eps"/g' src/dot.cpp || die + + # fix pdf doc + sed -i.orig -e "s:g_kowal:g kowal:" \ + doc/maintainers.txt || die + + if is-flagq "-O3" ; then + ewarn + ewarn "Compiling with -O3 is known to produce incorrectly" + ewarn "optimized code which breaks doxygen." + ewarn + elog + elog "Continuing with -O2 instead ..." + elog + replace-flags "-O3" "-O2" + fi +} + +src_configure() { + local mycmakeargs=( + -Duse_libclang=$(usex clang) + -Dbuild_doc=$(usex doc) + -Dbuild_search=$(usex doxysearch) + -Dbuild_wizard=$(usex qt5) + -Duse_sqlite3=$(usex sqlite) + ) + use doc && mycmakeargs+=( + -DDOC_INSTALL_DIR="share/doc/${P}" + ) + + cmake-utils_src_configure +} + +src_compile() { + cmake-utils_src_compile + + if use doc; then + export VARTEXFONTS="${T}/fonts" # bug #564944 + + if ! use dot; then + sed -i -e "s/HAVE_DOT = YES/HAVE_DOT = NO/" \ + {Doxyfile,doc/Doxyfile} \ + || die "disabling dot failed" + fi + cmake-utils_src_make -C "${BUILD_DIR}" docs + fi +} + +src_install() { + cmake-utils_src_install +} diff --git a/app-doc/doxygen/files/doxygen-1.8.14-xml-c++.patch b/app-doc/doxygen/files/doxygen-1.8.14-xml-c++.patch new file mode 100644 index 000000000000..8680d19dd46f --- /dev/null +++ b/app-doc/doxygen/files/doxygen-1.8.14-xml-c++.patch @@ -0,0 +1,25 @@ +From f217b5c36b39a294b920437ff66055ee1a3fa5b7 Mon Sep 17 00:00:00 2001 +From: albert-github +Date: Tue, 19 Mar 2019 10:42:24 +0100 +Subject: [PATCH] issue #6892 xml not well-formed (invalid token) for c++ + +the `declname` and `defname` should also be converted (compare as well the routine `generateXMLForMember`) +--- + src/xmlgen.cpp | 4 ++-- + 1 file changed, 2 insertions(+), 2 deletions(-) + +diff --git a/src/xmlgen.cpp b/src/xmlgen.cpp +index 420a653fc..568e48886 100644 +--- a/src/xmlgen.cpp ++++ b/src/xmlgen.cpp +@@ -360,8 +360,8 @@ static void writeTemplateArgumentList(ArgumentList *al, + } + if (!a->name.isEmpty()) + { +- t << indentStr << " " << a->name << "" << endl; +- t << indentStr << " " << a->name << "" << endl; ++ t << indentStr << " " << convertToXML(a->name) << "" << endl; ++ t << indentStr << " " << convertToXML(a->name) << "" << endl; + } + if (!a->defval.isEmpty()) + { diff --git a/app-doc/eclass-manpages/Manifest b/app-doc/eclass-manpages/Manifest index 7ae526d32278..cd83e9fefe4d 100644 --- a/app-doc/eclass-manpages/Manifest +++ b/app-doc/eclass-manpages/Manifest @@ -1,2 +1 @@ -DIST eclass-manpages-20180812.tar.xz 419912 BLAKE2B 35659ac43e43e71c600fb4955267c9d57ed36f29e0607150a8e8c061b158b6135a4b91f4e4c05fa178a03aa3068726ac13cd54e4cd135fbe152c8bebf81659bb SHA512 6d01070c6113e5d5f4102d466abaa03ae824350285ca71a5a4f84d859f6c473e8e92d3f5387b76c4bb5dc8bcedcc6b36a63e074d70725c87233dea4fa6a6d0c6 DIST eclass-manpages-20190314.tar.xz 419576 BLAKE2B baad0d5f9c67b7e4b9646e69e90583a8238590a02bb6bcc200b08f17f56b2ae50a56080526d3398623949ffc91857d944a1035d6b44fba07b17024c2c224b802 SHA512 22f4b32654f459afa8e5057f02c92628cc529f236e48a69f9b346e7bdcf60d12a4cdd71debf96e8d4b3e69b0e497feb9143b385a11d835b43d13c32fa1751d51 diff --git a/app-doc/eclass-manpages/eclass-manpages-20180812.ebuild b/app-doc/eclass-manpages/eclass-manpages-20180812.ebuild deleted file mode 100644 index db10d2aba060..000000000000 --- a/app-doc/eclass-manpages/eclass-manpages-20180812.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="6" - -DESCRIPTION="Collection of Gentoo eclass manpages" -HOMEPAGE="https://www.gentoo.org/" -SRC_URI="https://dev.gentoo.org/~mgorny/dist/${P}.tar.xz" - -LICENSE="GPL-2" -SLOT="0" -# Keep the keywords stabled. No need to change to ~arch. -KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-solaris" - -DEPEND="app-arch/xz-utils" - -# How to create a snapshot and upload it to your dev-space: -# -# mkdir eclass-manpages-$(date +%Y%m%d) -# cp "$(portageq get_repo_path / gentoo)"/eclass/*.eclass eclass-manpages-$(date +%Y%m%d)/ -# tar -cf eclass-manpages-$(date +%Y%m%d).tar eclass-manpages-$(date +%Y%m%d) -# xz -e eclass-manpages-$(date +%Y%m%d).tar -# scp eclass-manpages-$(date +%Y%m%d).tar.xz dev.gentoo.org:public_html/dist/ -# -# Then copy the ebuild and update your name in SRC_URI ;-). - -src_compile() { - env ECLASSDIR="${S}" bash "${FILESDIR}"/eclass-to-manpage.sh || die -} - -src_install() { - doman *.5 -} diff --git a/app-misc/Manifest.gz b/app-misc/Manifest.gz index 7d935b4cce95..9e45b4971342 100644 Binary files a/app-misc/Manifest.gz and b/app-misc/Manifest.gz differ diff --git a/app-misc/skim/Manifest b/app-misc/skim/Manifest index b622e7f6bfa7..11f58cf328d3 100644 --- a/app-misc/skim/Manifest +++ b/app-misc/skim/Manifest @@ -17,9 +17,16 @@ DIST clap-2.32.0.crate 196073 BLAKE2B c262241a3ad1d0f944467f4ea9884ca3dc05b5e056 DIST crossbeam-deque-0.2.0.crate 12638 BLAKE2B cbf76e49fee9e1274e295f0958458a6f8f6f0bc449a83011da3dfc64607a649ff6a72102b9ff7784e0ce2b33bb317e4a927eebb749bb9cf31a7ce89e5aca8f7e SHA512 22a1b839ecd4359e3c961e5ff0a044f6f2bc14b5ceec4637c57bb5d26ad04840b0dc0a07f06b494f4b7e224f2a51e3e9a79bf7f895a73179a10705481b33d8a4 DIST crossbeam-epoch-0.3.1.crate 33093 BLAKE2B 915d28d3040232768a60956eaa3d574206ae7664a53af3a993acaa9fac0cca50af321923c3be71d2d1799b7a0d4eb617ddace861644a3c8b067ca360aacab34f SHA512 8fc0641701fdb1d22fa60a5408aff96bbc296b975e6f9644859295abe6ee4729d86ada81969a51a09a7a8518f287ba41fdb258dd0143ce8d7db5abff604b955b DIST crossbeam-utils-0.2.2.crate 11901 BLAKE2B d089d4d810d3c29163a9c3007c5c3a2479901c111905182df0c24b293853e37107693ee0fb50f0984bb7dae76908a66f1be402222667fe1eec31319e5c6e9979 SHA512 fc49d36efcb3a53125c1173415e27de43970c1d2f32547687e02c99001c98cb200047bd2b0072e47466515df5de9ee2104d1b83e7b4ccf03f0e3580a1d416f32 +DIST darling-0.8.6.crate 16146 BLAKE2B 4c7d19ecdc6fb1e19aaf48b0237fb16c06a6eb7458fcfc52d03457ca673b9b382b10fcc348da14418b4105b5498ca5bcfee4307b9d75f0a1ce70705887b5196a SHA512 c1b28f6c32e2e2bc7dc0710c0ec6f400a3065573fa9a248e069f17c4315d2594906aad9486abda32508acc9f3ae2b4014eb5119352fe37b92e2b344549e122a6 +DIST darling_core-0.8.6.crate 44024 BLAKE2B 6f623cee39ccf274eadf5a0909afb7a65d94e556d9cbe6fa5e213adf73f97ae732ee0f64244ab6fd6e0c9bf8d06077c1496f184cea8e5288d1b8db620c92ff98 SHA512 d0d5983ff11d47b469d64b2ee6ed3e0c493e5a847ddaa97244b8eea9ba00692980ca4fffb91029dd079db7c7a31790d8904e06855205edc4539eb2fdfddb6666 +DIST darling_macro-0.8.6.crate 1924 BLAKE2B 73350f7ef0ef8e28706ceef8d50e593ef982a7762e1a3a0312e0280182f777ac0292a571f07cc2d468fbb6b4339b7cb0d73658ff09c7bf796928071e0c87f602 SHA512 94900319d079500fc9cfdbf5fbcb53c15d825cbc8cb7a50519cc8e8584871d2a9cd340277b60d85bd261c2bf2628fe5e3ff0d2f74b0b36a9e0bf404fee8c6e33 +DIST derive_builder-0.7.1.crate 30908 BLAKE2B 5bb18cfe4af9ae479f0ce0c23e23fb4e93fe639dbddf6da0860ff2f7f4951d4d976288726d9f7ad863d7c58c2bc44cfdca7b876eef89c7290d9b6df4c43bc179 SHA512 367b7f66c593bfac2b2271e2d55dfb1418d485dd590ee0631cf1297e6d37b66bc6269d7b8c859b24f8e70c76b37e8cd047d463eee18f8013b1aed5b454fe63bc +DIST derive_builder_core-0.4.1.crate 17157 BLAKE2B 56a1ff198fb5fefa1186fa829eb79ddbbaf4efef191cc56ed41950a8e32a27bf980994a41ebedb84fa6432d10d8ed83022a95a858daa8047fa5570aad66f798a SHA512 abb287b29f4c47741c7f8cccc7d96d23312f2880011a428613562de387326c76b15aef7e9449de3fa5c8f471330fe42639b9f06f7b9ceb16256fd97df764db80 DIST either-1.5.1.crate 11532 BLAKE2B 3cb46de61309efeedb614c20a83bdcf2c4de024fa1ca4e6e1cec6384445596cfbf2c9d7a9712faf554a373eaa462835b455d7b2a908a99e99ae1c738680778a8 SHA512 268d218b10ed7cabbf1a116afa22ebe47791303aa012a61676d04376961156983374490d3d939e5d68b2ccf3a9c56f41eb9c9651cf81ea1294ef275dc898733e DIST env_logger-0.4.3.crate 10891 BLAKE2B acbe308cb75ad68f824dd8cbbef13a9bab3234f121952f16af274180ce87bbde6f6327bd98f0d2a4623fa7a4980b554ffecc9280b709df1323de149399537d6d SHA512 ba2c10608f87804e528a2de28c236e780485413dbc3835b5bd9acf4a9c11d9c66665a310747b5d8a5ef7752186ab8a1ab5fbf6042657a3447380cb0869722246 +DIST fnv-1.0.6.crate 11131 BLAKE2B 220cf5463749b21e1560419ab9b1f235de08dd548c4a9a7fa6190d9516ce7db884f877b67174ee50b66b22be80d3be73ccafca80e06e94e0fa6e96fbb94475f6 SHA512 f1356b3da25f76cb3ccb4336ff54d4967f1dc7523eae6cba21a4349b8ce563516f6a2aa10d626cd5bb6046b55ac2f246e61e4e526a03fad5e78d0ea174841844 DIST fuzzy-matcher-0.2.1.crate 8135 BLAKE2B 9fa6417a90190905b0c563d2f629a77f4a711c4c87eb2600b2411c00f11b125b2fad346be02ef30fbf21c0e6d0ae068f89baf5b300ba61bf705c4a4256909687 SHA512 c177eacbbfb45bcf6f607e0d421da18eaf4c25738a26fd553574901be2e9f5b9fd877f4886b0f6d68050dbd7a04d37f73420648fa3e122f2a18e26794865b63d +DIST ident_case-1.0.1.crate 3492 BLAKE2B bc79ebeefbb7e3ed1139e3f41d8d20fb175786bb123bdb9c1a92ea70effb4a0e5e798f24b068cd66a1bf20d53eea4bf24de495b5568c2d649ea804389a1327ab SHA512 81003a43f18da5997d644319274502e2066af9f9fd1400afda7cf2986b3ae0b7355b932302723cd3bda2d46b264340434d9279dea58425bad13785698d5808a9 DIST kernel32-sys-0.2.2.crate 24537 BLAKE2B dfc4a1e31d3ec9e2ac62b890839919fb7fed1444070c1dcd75bb75acfb53556d6cf2eddf5a6639e7852a3df2a0cc715c5ce1d3fc898ef16a1687020d98f715bc SHA512 682bc7c629aefd035966a2873518fd60719121cca7d63d89d6c97ff5306f24d8b5055a3c91b4eedaec22b1d5dd3fb8b48ff7341a05bbd72d86e06c422dab473b DIST lazy_static-0.2.11.crate 12361 BLAKE2B 3fe6a480c30a792448a3a2b378e05634ec59603f07baa03c0881fe5af85ecde5a172bb0733e7043fb6c43eabc261635b23410658d48add09eef6d807a750d22f SHA512 c85ac434d1b7d41d638e76a142a43d925b96bdddda112b1abeca1bae160d828262a85cd333d72499fe1dc7ae9574d3db226106acb433328c056028eb8c42bfe6 DIST lazy_static-1.3.0.crate 10616 BLAKE2B caa2af77f69c96b5f35dbb2aad7e73784544e6baa5e1fcc2272738fcd3d5f0576480c8169cdddc665a953eb9b6b7ddeb69e93cfa60401458afbe783fff82d1b1 SHA512 08288790139876765b6d4a5988f47fd2a4bfc77c2f2406ad44e64920a471b5655c7f54cb197e5a40c29ee8b42aecbbefaac2b6f4a7dd2b5e24dd92c46cb9b822 @@ -34,6 +41,8 @@ DIST memoffset-0.2.1.crate 4618 BLAKE2B f04c4e5e1747d5516dff26fb045d91f01a2eea60 DIST nix-0.11.0.crate 162039 BLAKE2B d468eebf5bcd55f0e46e533de6cd318e3f1e0f5c457c7f6d0424e3a71fb60b93e9bf9b2ee4c80d5fdc68b7f3360048a9b832f2181ad69dffc14269470cad4d47 SHA512 bb3ffc5ae6a8de37a96e9951e182c2916016678265a3c4efdee2ca4d26bc5f4192f4facabeac2978788143d2707094dc0517c13b08833cc1ddcdb6fc1125c874 DIST nodrop-0.1.13.crate 7508 BLAKE2B 6918c8ea7f2b84d1a30e8159ac6cf9d061270bf8cf60fb2ee7c96f9d8a5566f1922a3222f80c769fceedd65637d6ee76a4d45b533d5b02aa0decb8114f6cb11a SHA512 2648c0aec970c99f001dbd8169939731610ccff6433acba8c71c669bea5078613b2a785d3ac5ce5a839fcec714b5bc55f2cc83522ab4cc09560c846f4cf8023e DIST num_cpus-1.10.0.crate 10669 BLAKE2B 96500421a82aafbacbcf982e3041ddba40dd8ab7fb967d1fb386c2d543b7f3efe12e35c386602a20377e7dfe09f31ecc9094ee0a06aea588149bda7866fabedb SHA512 a97b282da6323fa37b93caaaa262e699f0a219f08d32bc8531363daa57ae3ea397927d09c36d38615dcd372443aa65a43b91f4a7a59910273b581b5322946a02 +DIST proc-macro2-0.4.27.crate 34098 BLAKE2B ecec94ab4c79dbdfc77731054e3c370c2ae330baa3502efba34d2f900ba9ddcc5d89373adb06a465fa10c9bda061f7b3040c5f20fcf1b1accaba177632b6edb2 SHA512 b1ec1f59355c122022ac93f7ac03ddcc092b8712321f4ad74bf346a0dbea06c31cc695b1edfb735010620ab5eac5c62d3bde423c8458691edd0336127462359c +DIST quote-0.6.11.crate 17283 BLAKE2B 04fa278094e505b806324d572154755d2696a6248ec6afb3aa5ea97ec2556e5b845cec3da1089ca321681591c0ca417caee1d51d7a2b57fc411c3f8270a0aea2 SHA512 5fd4936542eec530bbd33b1ee600746ed5c003eaf31c8aebf910fc1372d5ab91cfb10fbfe2a990a49e5eed88747f99d52cd430b34e0a5cce688094e55eeef4cd DIST rayon-1.0.3.crate 134391 BLAKE2B b0f938ad39bf8772374d312893097bb91ee3886e79f6c3050658b0797fad55f309d03d99c3f300837e86aa28f4b5041d9cf7dc455cb418fb4d38b678e8063a10 SHA512 bd23dbcd8b17061e0623df01af141d0e51532b46ef360ddbd392f4992d6b62fda26255cd9908f853a5a4c3cf111f6c9224a97abb0a3f9754aa0ed79ac58392f7 DIST rayon-core-1.4.1.crate 53760 BLAKE2B 0c8c9b83e3459f85fbd168b70ca8a4f34378a2e902b5cdf88730dd57e84248c8474c5cfc5dedbc66322b996733bf404226c0d2694fd7139ae9706a822f567d3c SHA512 4d12b8097356d0a9eac8b3ca64085de8d19360dae81b3ccb199275c3487f705e2aded498e819958bb81d4de56c05d4d29c21c07da02236ba6fa0b2888ecfbea8 DIST redox_syscall-0.1.32.crate 13555 BLAKE2B b8170ec049001e6007d736e19b8171cf2d605a987ad42910123478780e667deb7cf72ddfcc3ab5b073d966e13aed5be77e032af65ba3b8a74a8e6964fd08adb9 SHA512 8a19a241b0ffa235e7716e9c01ed7e0a424fc552e766e2ec3c0d41c70f62424fc3d000513d29462d753258c811a973eb0bdac5868b382a4334a7f25bc32553e5 @@ -49,8 +58,10 @@ DIST skim-0.5.2.tar.gz 78847 BLAKE2B 0530a730abce8bdcaff1e6b2637777e87a0a9184dde DIST skim-0.5.4.tar.gz 87040 BLAKE2B c7816dae5142d3230bf98db7c86ec8b8d78adac52dfe19c6760d65b6ea81e704f84c4127c9ca1d74812ddef69595290a8f09f01869a41dc17a42a33d2eedb15b SHA512 f21af6c86ca6b1c4aab1b715c1c47ced1d06c45216a03493cfc3f01d7ed6ecb6e287a335d0756f4b82b97d4d22493b01598569a0529bc57983a5a4716427af83 DIST skim-0.5.5.tar.gz 87411 BLAKE2B 98dbd5d8f5d45a0752975316aa41971622e6d65e91dbfe9c8248882931d05dcfb0d8ab32fc51504060fd41aef7c456c8f753e2939a726ad41cd3b82515adeeb1 SHA512 a6970252633e32004edc4e4cf910a5d07d1a63b11b77e56d5ddc6ad656d33ea984dc02523fbfaf5eeb58c197d95a17fb6bcdf16448d68c6a239798b3180d7aa2 DIST skim-0.6.1.tar.gz 80538 BLAKE2B bff6e24e0c2b8461cf61f7f1e48f96ba0a353e39de0f4ead0ae40748286d666955f35cf3e088fc4253b9bde97784321a9636c0cee20fe4039782c57acaed8b66 SHA512 7fba58012cdce94f8d55afbde1ca8a4adcf07a2e4bf86da58b54cdc31fe700824ac7a16e1ea9558bd5f74ed21f8fda25a50237c68c4ca8ded9e9935570386ad1 +DIST skim-0.6.2.tar.gz 81573 BLAKE2B 91843436748456d513e4abd19682ce329d4971ef9d989a7c059088aeaa4274cb2fe4d38760102f3c16bc6638a2b0f1162609a5a3531c8a75bbba508e957fc487 SHA512 47c89b9f6bdbbc3c470c4edb5b23fcf94165cb34ab7be4de6113b4eb4433d81064395c5495d2129c7877dd8ed3bea9067f1d2b965fd7683c39aec1bb070b7b3d DIST strsim-0.6.0.crate 8500 BLAKE2B fb5d756691a359d086886bf579445a262d2691285c120670e1b9da828922e43630339d59e4dbc98fe1fd6c92785264bef645be4ca80681059d8ee9f6d7be582b SHA512 43cbcf2cab7f91515f52f20719e8013cff23807ca79a9a69f1997ec1ba2eacf713d64c88e33f4c9ba852fb3dda4b87e943587ae4b6ff5bfbbb81deb6dbf76a97 DIST strsim-0.7.0.crate 8435 BLAKE2B 6869075bc3949fbdec1b74548b816560d1bf3759ba4c3e972a84f885e6732edd25596d75a4b6f6b85d93821f559757d096cb5f0b0eb04dabd8bb974d214f3188 SHA512 3f92df0f444129b16fbb15c533b7bc1d6f18970b487b57345f74747fb7f41e3dc0cb61255712e94d419a5777b8f6a9cdf1a716718698c479eb98dfb6464d1983 +DIST syn-0.15.29.crate 146203 BLAKE2B b9280bda7735dfc08f80816e5db9c22e27596e5bfcbc54accd37a9bc4899c2caf1bcef03155c653441365ed9fc8cad910fa47c58ba7a386b3fc9f40b4be59a27 SHA512 1a5f365a8239758c9a2e2cfac3bac1bc94995ea48eb087cc8a2dc62a33a2f22b2bbe2985e344fdd758021ab66e55ff17e76c0234e9ae342499d1ae1fc3294767 DIST term-0.5.1.crate 39105 BLAKE2B 508ad7194a76c0526c750a2cab87f69d31cbad6a30114c914d4ddbce63f428f9b1e9fc02bff80d91d4774202c3dedd65ad7b258a8a5af8049f60f4ee79ea5a21 SHA512 cbfe1f3653a31f07a8bdc0b46a5093f45e38b587b639b8683d361480937d65c531abab7c3af3ec2cc8aa3ac41cc3ccd93e31868fd7b327152e878a10070733b0 DIST termion-1.5.1.crate 20659 BLAKE2B 5b4291c2c26a074c16eac2e7bcb40467380181bac69c941e5c958059dc239cbbfd74872d9bd3da65245d010f9fc39804c43dc96f4caab2499b021cf35977a6b0 SHA512 1d1536f08600c7c1f414b4579a1a6e7eff91f4c105504125118d3cadf71c7886a352d1c5f7e07f3d7c28aa8b4752f07b51eddb4d9adc6a9286f7b6bade2bec76 DIST textwrap-0.10.0.crate 15986 BLAKE2B bcbd40fe4c8322e459c505e0f175b5b088322c33ba56d8c4b294788950681c2407ba08fae2c15711f8f0d5e1f0afed38f82deaffe1c2b16a4f4ab14723b71bb4 SHA512 cb50cc73f3f5ab704ef9e6d526b751f7e66de213fa534206e5b4e9da829f19aedda9f23f262f865fdb3247c703aeaa87f38099f6c575d1961ec923d62a9b2293 @@ -60,9 +71,11 @@ DIST thread_local-0.3.6.crate 12388 BLAKE2B 290c35e5327e80a5cdca5609252b1efd1b78 DIST time-0.1.38.crate 28500 BLAKE2B f0d98a7288616c2a5a07691e6bfe2bed5b043c9ddec3a6658e2e1dde294af030b635aba1d8c408f0cbe3c4c2692d4e2705d91276fac0c63f5ca03d3be3b19b59 SHA512 9052d6bc6c9222d331d23f7cb79b534bea6b1cc0f259c97f465321bcdad11b643cbd2e9bb3a456770a19a2a84dabfbab55e522cbb745f4c64e228736eaaeaf24 DIST time-0.1.42.crate 30005 BLAKE2B 6d85ae2e56612b5c6955921b671ac62ad10c174fa9fd382e2d76018fc2789253836397b980f8e6d0db4f1b19da244c64d3bffb4fa6c25ac0b66e7ba9876590d4 SHA512 4df662212377093b0fd8fcd88ddc30b20a8af7d989c2e100c0cf64f9741e88eea6e858e1aa4220be6b76b0cf8b62c8116b492010d74d1ebef197c66aa130aa83 DIST tuikit-0.2.1.crate 31554 BLAKE2B e07173a3dc76110a905c448291e2a9f5b75bc963a47349744700bab7063a9b652eaf66ff2bf242280c76c902d914baf474076c7c5a531a310a1dc54bffe619ac SHA512 1aca6f200f15765191d46fb136486eeb3da70ecd59ad7716769ffe41950020f6eb36b365ab1c7f7844ba07f0e75f7c4644611ff592ae316fb9fad139b64e8f06 +DIST tuikit-0.2.2.crate 33081 BLAKE2B fd9f918d8fffd424d67975975a17a2c3e11c9f87ff1f790e3c5eb09de609e78980cf63b76ef3761b8061473eced6801dfddb52d891a0e3bc864e7be7cc1e3369 SHA512 fa9b6aeebb9e3ea93ec3378c76e11d9f86fa17be1d4b36b3bb9ff4c98ea3ab8f020e4464f035af9f5e4c5ee44ce1d4fea1871d5c81f025666e19e5c5f8c18ff9 DIST ucd-util-0.1.3.crate 25897 BLAKE2B d67d250603625d7fe55b1bd17a8bff03ddf2e48b531e8f754f51dcd49370a2b66d0915842fb2fce85a69df2c38f9c086ac3c36115d40c5a8138e5451f71a1cfe SHA512 50a796feb198012241d73001bb53c8e3d3168df379de91d7ecaccfd829b08a356afe3db736fb8cced8748141d7a9e4b157440442c425816c78c0615c08e20f2e DIST unicode-width-0.1.4.crate 15283 BLAKE2B 61a72cc00c929624bbf46ab89a8850270ce36d0c986dd302b436b98405e2b53c1199588c70920a3379fa55c9dadd070404a8d3580544c02ffe9bbdb6ed078215 SHA512 f06b243e533ab9c68d88ccd06a283dfff5fd13e9340cf11bfa74473fc9100bb704c34e7fb66919202a97e7d2ba2e7eed968eced02d557835a06e6a0166865ea3 DIST unicode-width-0.1.5.crate 15761 BLAKE2B 575e6bfe8b8b70cb0e5a167bf546df2964361a223b03a65bdc588c32d4cf9f01194daa8d6d1c90319f1f9981aa5b092dce67c9c97450be4ea630784d834cdbe2 SHA512 bd5ac5f0433953d79408074239edc7c43ce23d56659d467805d81ab01c576a3cf77ccedb3bba41d48bc4ad46a8905ac8a1927b99312053ef6295fd940a6766d2 +DIST unicode-xid-0.1.0.crate 16000 BLAKE2B 159004a7bbb7476b39e982b51dbf615717095fd5946536e757653aa941bbf1b774f331db744ecc33bb2ead4b0a6d254fde86cfd6cd8b83ab9983fa89928eddbe SHA512 cc5343e2166938322cfd7c73f1f918f2a9c46846ac0ef55933d1e44cdfaf6f7da2b7ff18b68e356c47b6d8ba5565eda0db42c347dcbde830683f341ac2b1849d DIST unreachable-1.0.0.crate 6355 BLAKE2B c41706721e8124c695259c12741ee95f98d3599871bb7fae2f8cb0d63a04f0cff11e01ab0376867de4de8707fd50fbd02f8b6d9c19bedda84bb5938876c5d803 SHA512 054e0a471d1068b7703853d838c7c381ac6865ac1f8abae08747581e3754416ccec5b80a5b04fedbcd01e68bfeba286b849e3b8ea67bbe62444f2974655e4948 DIST utf8-ranges-1.0.0.crate 8599 BLAKE2B eb356d94a937f5f7cd6ed17ba85c03fc1ced30ab9215aad1cda3e600dc6efd8bedef744a2dadc9664dc2cac0ef815f451e88db5b75f70eb1f50670dceeb7e244 SHA512 da498433597582970860db1c66ff1cc2ed8b0e2bf816e6aabdb40424ec03c3f28e6ca5e7592e464442004077735dca4144acd13c8f6a2e799d67504699422643 DIST utf8-ranges-1.0.2.crate 8510 BLAKE2B 877ff38444aec99bf8e0d09c6880d4835eb453c8c7e38fa5e7f8fe3cadd5b34b11a030193e46fe97b19fd90e94de156c0eaf12c613aae7cee47f0f016a3fb96d SHA512 ac168b908a34c4814a682b77502d2e5aa3130acb01fa87e29c78b760a61ba61b01f9fa2d67202604ac9824e0b2fe92143b72c0d4100a62ff9f53e4b00a4a12fb diff --git a/app-misc/skim/files/0.6.2-cursor-fix.patch b/app-misc/skim/files/0.6.2-cursor-fix.patch new file mode 100644 index 000000000000..82fcccdae536 --- /dev/null +++ b/app-misc/skim/files/0.6.2-cursor-fix.patch @@ -0,0 +1,22 @@ +From 9b5213da447eb8674570924026689d89f83ce9b6 Mon Sep 17 00:00:00 2001 +From: Jinzhou Zhang +Date: Tue, 19 Mar 2019 22:39:05 +0800 +Subject: [PATCH] [selection] fix cursor after items changed + +--- + src/selection.rs | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/src/selection.rs b/src/selection.rs +index 626f615..72d277e 100644 +--- a/src/selection.rs ++++ b/src/selection.rs +@@ -98,7 +98,7 @@ impl Selection { + + if self.items.len() <= self.line_cursor + self.item_cursor { + // if not enough items, scroll the cursor a page down +- self.item_cursor = max(height, self.item_cursor) - height; ++ self.item_cursor = max(self.items.len(), height) - height; + } + } + diff --git a/app-misc/skim/skim-0.6.2.ebuild b/app-misc/skim/skim-0.6.2.ebuild new file mode 100644 index 000000000000..ccbcc9df45b3 --- /dev/null +++ b/app-misc/skim/skim-0.6.2.ebuild @@ -0,0 +1,107 @@ +# Copyright 2017-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +CRATES=" +aho-corasick-0.6.10 +ansi_term-0.11.0 +arrayvec-0.4.10 +atty-0.2.11 +bitflags-1.0.4 +byteorder-1.3.1 +cc-1.0.31 +cfg-if-0.1.7 +clap-2.32.0 +crossbeam-deque-0.2.0 +crossbeam-epoch-0.3.1 +crossbeam-utils-0.2.2 +darling-0.8.6 +darling_core-0.8.6 +darling_macro-0.8.6 +derive_builder-0.7.1 +derive_builder_core-0.4.1 +either-1.5.1 +env_logger-0.4.3 +fnv-1.0.6 +fuzzy-matcher-0.2.1 +ident_case-1.0.1 +lazy_static-0.2.11 +lazy_static-1.3.0 +libc-0.2.50 +log-0.3.9 +log-0.4.6 +memchr-2.2.0 +memoffset-0.2.1 +nix-0.11.0 +nodrop-0.1.13 +num_cpus-1.10.0 +proc-macro2-0.4.27 +quote-0.6.11 +rayon-1.0.3 +rayon-core-1.4.1 +redox_syscall-0.1.51 +redox_termios-0.1.1 +regex-0.2.11 +regex-syntax-0.5.6 +scopeguard-0.3.3 +shlex-0.1.1 +strsim-0.7.0 +syn-0.15.29 +term-0.5.1 +termion-1.5.1 +textwrap-0.10.0 +thread_local-0.3.6 +time-0.1.42 +tuikit-0.2.2 +ucd-util-0.1.3 +unicode-width-0.1.5 +unicode-xid-0.1.0 +utf8-ranges-1.0.2 +utf8parse-0.1.1 +vec_map-0.8.1 +void-1.0.2 +vte-0.3.3 +winapi-0.3.6 +winapi-i686-pc-windows-gnu-0.4.0 +winapi-x86_64-pc-windows-gnu-0.4.0 +" + +inherit cargo + +DESCRIPTION="a command-line fuzzy finder" +HOMEPAGE="https://github.com/lotabout/skim" +SRC_URI="https://github.com/lotabout/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz + $(cargo_crate_uris ${CRATES})" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="tmux vim" + +RDEPEND=" + tmux? ( app-misc/tmux ) + vim? ( || ( app-editors/vim app-editors/gvim ) ) +" + +QA_FLAGS_IGNORED="usr/bin/sk" + +PATCHES=( "${FILESDIR}/${PV}"-cursor-fix.patch ) + +src_install() { + cargo_src_install --path=. + dodoc CHANGELOG.md README.md + doman shell/skim.1 + + use tmux && dobin bin/sk-tmux + + if use vim; then + insinto /usr/share/vim/vimfiles/plugin + doins plugin/skim.vim + fi + + # install bash/zsh completion and keybindings + # since provided completions override a lot of commands, install to /usr/share + insinto /usr/share/${PN} + doins shell/{*.bash,*.zsh} +} diff --git a/dev-db/Manifest.gz b/dev-db/Manifest.gz index e7b55f81f932..be4a03fad6b7 100644 Binary files a/dev-db/Manifest.gz and b/dev-db/Manifest.gz differ diff --git a/dev-db/postgresql/postgresql-9.4.21.ebuild b/dev-db/postgresql/postgresql-9.4.21.ebuild index 89dee23428be..57d8c6f72ab6 100644 --- a/dev-db/postgresql/postgresql-9.4.21.ebuild +++ b/dev-db/postgresql/postgresql-9.4.21.ebuild @@ -11,7 +11,7 @@ PLOCALES="af cs de en es fa fr hr hu it ko nb pl pt_BR ro ru sk sl sv tr zh_CN inherit flag-o-matic l10n linux-info multilib pam prefix python-single-r1 \ systemd user versionator -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh sparc ~x86 ~amd64-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris" SLOT="$(get_version_component_range 1-2)" diff --git a/dev-db/postgresql/postgresql-9.5.16.ebuild b/dev-db/postgresql/postgresql-9.5.16.ebuild index 8b0a59867f7b..5cf5acc26120 100644 --- a/dev-db/postgresql/postgresql-9.5.16.ebuild +++ b/dev-db/postgresql/postgresql-9.5.16.ebuild @@ -11,7 +11,7 @@ PLOCALES="af cs de en es fa fr hr hu it ko nb pl pt_BR ro ru sk sl sv tr zh_CN inherit flag-o-matic l10n linux-info multilib pam prefix python-single-r1 \ systemd user versionator -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh sparc ~x86 ~amd64-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris" SLOT="$(get_version_component_range 1-2)" diff --git a/dev-db/postgresql/postgresql-9.6.12.ebuild b/dev-db/postgresql/postgresql-9.6.12.ebuild index f9c788a8f2ae..5dbebe4e310a 100644 --- a/dev-db/postgresql/postgresql-9.6.12.ebuild +++ b/dev-db/postgresql/postgresql-9.6.12.ebuild @@ -11,7 +11,7 @@ PLOCALES="af cs de en es fa fr hr hu it ko nb pl pt_BR ro ru sk sl sv tr zh_CN inherit flag-o-matic l10n linux-info multilib pam prefix python-single-r1 \ systemd user versionator -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" +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="$(get_version_component_range 1-2)" diff --git a/dev-go/Manifest.gz b/dev-go/Manifest.gz index efa763346b4b..a5761c3461a5 100644 Binary files a/dev-go/Manifest.gz and b/dev-go/Manifest.gz differ diff --git a/dev-go/go-oauth2/go-oauth2-0_pre20160222.ebuild b/dev-go/go-oauth2/go-oauth2-0_pre20160222.ebuild index cf163391a658..3c09e97c5a46 100644 --- a/dev-go/go-oauth2/go-oauth2-0_pre20160222.ebuild +++ b/dev-go/go-oauth2/go-oauth2-0_pre20160222.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=5 @@ -18,7 +18,7 @@ SRC_URI=" SLOT="0/${PVR}" LICENSE="BSD" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~x86" IUSE="" DEPEND="dev-go/go-tools" diff --git a/dev-go/go-oauth2/go-oauth2-9999.ebuild b/dev-go/go-oauth2/go-oauth2-9999.ebuild index ab7e777c7d00..b7a31cab1250 100644 --- a/dev-go/go-oauth2/go-oauth2-9999.ebuild +++ b/dev-go/go-oauth2/go-oauth2-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=5 @@ -9,7 +9,7 @@ EGO_SRC=golang.org/x/oauth2 if [[ ${PV} = *9999* ]]; then inherit golang-vcs else - KEYWORDS="~amd64" + KEYWORDS="~amd64 ~x86" EGIT_COMMIT="b5adcc2dcdf009d0391547edc6ecbaff889f5bb9" SRC_URI="https://github.com/golang/oauth2/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz" inherit golang-vcs-snapshot diff --git a/dev-go/go-text/go-text-0.3.0.ebuild b/dev-go/go-text/go-text-0.3.0.ebuild index 84a3b008c103..c590eadea63f 100644 --- a/dev-go/go-text/go-text-0.3.0.ebuild +++ b/dev-go/go-text/go-text-0.3.0.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 @@ -24,6 +24,7 @@ DEPEND=">=dev-go/go-tools-0_pre20180817" RDEPEND="" src_compile() { + export -n GOCACHE XDG_CACHE_HOME #680946 # Create an isolated golibdir in order to avoid an # "use of internal package not allowed" error when # and older version is installed. diff --git a/dev-go/go-text/go-text-0_pre20160211.ebuild b/dev-go/go-text/go-text-0_pre20160211.ebuild index 979b835ba8c6..a723fc4cfc5e 100644 --- a/dev-go/go-text/go-text-0_pre20160211.ebuild +++ b/dev-go/go-text/go-text-0_pre20160211.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 @@ -25,6 +25,7 @@ DEPEND="" RDEPEND="" src_compile() { + export -n GOCACHE XDG_CACHE_HOME #680946 # Create a writable GOROOT in order to avoid sandbox violations. cp -sR "$(go env GOROOT)" "${T}/goroot" || die rm -rf "${T}/goroot/src/${EGO_SRC}" || die diff --git a/dev-go/go-text/go-text-9999.ebuild b/dev-go/go-text/go-text-9999.ebuild index 4d851787c267..0740869fb574 100644 --- a/dev-go/go-text/go-text-9999.ebuild +++ b/dev-go/go-text/go-text-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -25,6 +25,7 @@ DEPEND=">=dev-go/go-tools-0_pre20180817" RDEPEND="" src_compile() { + export -n GOCACHE XDG_CACHE_HOME #680946 # Create an isolated golibdir in order to avoid an # "use of internal package not allowed" error when # and older version is installed. diff --git a/dev-java/Manifest.gz b/dev-java/Manifest.gz index 8c325e0d3d7b..bfe45db87655 100644 Binary files a/dev-java/Manifest.gz and b/dev-java/Manifest.gz differ diff --git a/dev-java/ant-xz/Manifest b/dev-java/ant-xz/Manifest new file mode 100644 index 000000000000..78e37c6ce311 --- /dev/null +++ b/dev-java/ant-xz/Manifest @@ -0,0 +1,2 @@ +DIST ant-1.10.5-gentoo.tar.bz2 6381 BLAKE2B a03f5f57d3fdb43b5b08404e4e84fe82d1b8e9dff00ad25b78e3b9af55110e221b01f90424d193c729ed1025fe1690d0fb3507c2ab663961ea05e287ea2ff00a SHA512 c296a867328d0d5c471f0cb98efc9f5e5fbd16148e608373c6dd76a17f5e8b4785175615ea992b42c9864c6e0b975f9dc8dccd27703c958a72cb7e7c2ca78d4d +DIST apache-ant-1.10.5-src.tar.bz2 4465063 BLAKE2B 3cab99ae4a4800a42af3595ca6955877e3ab90c2df7086636b0f1ae0e3a45912f0c815164378616b758d76afe0a2f23cc0af6094d2f84fe17f29c3abe2e6f9aa SHA512 082dad03db4fb09b36560bd5e1fbd53f456eecad06d95140569661b6509861bb9b87b87843ef2f30a5de18c549dd993209aa17b47ac77d450f573309a272950e diff --git a/dev-java/ant-xz/ant-xz-1.10.5.ebuild b/dev-java/ant-xz/ant-xz-1.10.5.ebuild new file mode 100644 index 000000000000..fa1d30ba21b9 --- /dev/null +++ b/dev-java/ant-xz/ant-xz-1.10.5.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +ANT_TASK_JDKVER=1.8 +ANT_TASK_JREVER=1.8 +ANT_TASK_DEPNAME="xz-java" + +inherit ant-tasks + +DESCRIPTION="Apache Ant's optional tasks for XZ compression" + +KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" + +DEPEND="dev-java/xz-java" +RDEPEND="${DEPEND}" diff --git a/dev-java/ant-xz/metadata.xml b/dev-java/ant-xz/metadata.xml new file mode 100644 index 000000000000..952a4b9b605c --- /dev/null +++ b/dev-java/ant-xz/metadata.xml @@ -0,0 +1,8 @@ + + + + + java@gentoo.org + Java + + diff --git a/dev-java/ant/ant-1.10.5-r1.ebuild b/dev-java/ant/ant-1.10.5-r1.ebuild new file mode 100644 index 000000000000..5fa60ad60e8e --- /dev/null +++ b/dev-java/ant/ant-1.10.5-r1.ebuild @@ -0,0 +1,49 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DESCRIPTION="Java-based build tool similar to 'make' that uses XML configuration files" +HOMEPAGE="https://ant.apache.org/" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" + +IUSE="X +antlr +bcel +bsf +commonslogging +commonsnet jai +javamail +jdepend jmf + +jsch +junit +junit4 +junitlauncher +log4j +oro +regexp +resolver swing testutil xz" + +DEPEND="~dev-java/ant-core-${PV}" + +RDEPEND="${DEPEND} + ~dev-java/ant-core-${PV} + ~dev-java/ant-junit-${PV} + !dev-java/ant-optional + !dev-java/ant-tasks + ~dev-java/ant-apache-xalan2-${PV} + antlr? ( ~dev-java/ant-antlr-${PV} ) + bcel? ( ~dev-java/ant-apache-bcel-${PV} ) + bsf? ( ~dev-java/ant-apache-bsf-${PV} ) + commonslogging? ( ~dev-java/ant-commons-logging-${PV} ) + commonsnet? ( ~dev-java/ant-commons-net-${PV} ) + jai? ( ~dev-java/ant-jai-${PV} ) + javamail? ( ~dev-java/ant-javamail-${PV} ) + jdepend? ( ~dev-java/ant-jdepend-${PV} ) + jmf? ( ~dev-java/ant-jmf-${PV} ) + jsch? ( ~dev-java/ant-jsch-${PV} ) + junit? ( ~dev-java/ant-junit-${PV} ) + junit4? ( ~dev-java/ant-junit4-${PV} ) + junitlauncher? ( ~dev-java/ant-junitlauncher-${PV} ) + log4j? ( ~dev-java/ant-apache-log4j-${PV} ) + oro? ( ~dev-java/ant-apache-oro-${PV} ) + regexp? ( ~dev-java/ant-apache-regexp-${PV} ) + resolver? ( ~dev-java/ant-apache-resolver-${PV} ) + swing? ( ~dev-java/ant-swing-${PV} ) + testutil? ( ~dev-java/ant-testutil-${PV} ) + X? ( ~dev-java/ant-swing-${PV} ) + xz? ( ~dev-java/ant-xz-${PV} ) +" + +S="${WORKDIR}" + +src_compile() { :; } diff --git a/dev-java/ant/metadata.xml b/dev-java/ant/metadata.xml index 8576aaf4b15a..0caea867de6f 100644 --- a/dev-java/ant/metadata.xml +++ b/dev-java/ant/metadata.xml @@ -26,5 +26,6 @@ Enable Apache Resolver Ant tasks Enable Swing Ant tasks Enable optional test util classes + Enable XZ Ant tasks diff --git a/dev-java/tomcat-servlet-api/Manifest b/dev-java/tomcat-servlet-api/Manifest index 42396873f728..5cba6f6971e9 100644 --- a/dev-java/tomcat-servlet-api/Manifest +++ b/dev-java/tomcat-servlet-api/Manifest @@ -14,6 +14,7 @@ DIST apache-tomcat-8.5.37-src.tar.gz 5233414 BLAKE2B 1848180c3e0a3f4559e5c232bea DIST apache-tomcat-8.5.38-src.tar.gz 5253678 BLAKE2B b2ecc732128934a3afa314ddc569b1b3d330ccb12b99b0ce4b12e1952347ac57cafb3a5637595997a0c9e77752ae41665e637c826c3b9ae9925799124e735480 SHA512 b84d96fa972a9d24957ef047cdce0fb49de3d365401b07990eaa5bad8f3c87a6b1ad1eac077c4be595ee291daef68720381fe63461815de47664275b486ceeee DIST apache-tomcat-9.0.14-src.tar.gz 5472704 BLAKE2B ee533afd733dacbe4a20baadb4c5dc9fa7620d695c1c57b1662894945731f978508b45ef0d8169068c13ba862804868f12d3e494873643589b9f57bc9ec0a342 SHA512 46119f6ae9003b7a178dd5158c1eae3b5116461e73c5d78cd763bff82b80f282ff08cee5175cf850d3f209af900677e93bab31c556035a6eaf6aae86a5d42fc6 DIST apache-tomcat-9.0.16-src.tar.gz 5654943 BLAKE2B a412457c2d34367301b4335a3a4bf46a647f8e60440be751874e1eaad400a0832b64fcae4c9f81585a4afbddafd75f2929bc78c12eb05b20539b11de686dfecc SHA512 60fbdefbddaa6fac4bc9d0ca4c1d9a119dd53063fd4574c474daf5f346fddc9cb7fd174f1be189e965d5ae4670710347d84fcf443c7df01faac9a1b84ecb33ce +DIST apache-tomcat-9.0.17-src.tar.gz 5670728 BLAKE2B 15f8518ec073a935dec6afdd3a8f9885e7867a0aa033024024bd72b7887011ca169c776f2a4d886d93a73a478f9dcad5f87c31b3a30a88ca913309c51e0f0ec7 SHA512 b5763dae05598c0a4d3638ba02c0627219de20406bddaab86ae3262299f2d9bbda1a5db612cad9fb8a54b2888e9ce1c4be67613d855cfd92b4cee5b85e226602 DIST apache-tomcat-9.0.7-src.tar.gz 5106551 BLAKE2B b4552146a40c2e7cbb2e454fb5ec9169425db5c08cf269c391ec3144425ad388a2b6f003a7c05f59a9fd724fb5c848102890a24fcfd43d5fea3d881141aa7798 SHA512 cb7dc5547671d94f7c7fb0b58eeb94d05128349cdabf576fc8ad837a4bf3ea655a8eab3342245dfa84a9db23f1cbee2918846eedd48e3ca372eecebfef13c5b2 DIST apache-tomcat-9.0.8-src.tar.gz 5115250 BLAKE2B 8eaf0aa963711f90278d6d20986f4ba583c64e9e2b1f0b82ccc676a854a2078fe29c3b691d49af529074c9eea02ba78802cc9a4bb5cd7a3e561f6dfcb342c50b SHA512 22a3c9a2c9f2fa87b218ec5deb50248af201e83111bbeb7fcfbb7dde5aba3e2d61b53bc40500b3e364a9fb94b576ad8a4683979534274af0f3bcdfb86aa045e7 DIST jakarta-servletapi-src.tar.gz 65342 BLAKE2B 03674ca65e0cc509b04a6255d5dd20d26aa5053ed54588e9ba655330c56c9c523c5b382804aee9816cb9aa2ac19cccc1ad288ed06b2af85ba535854bc72bed73 SHA512 7dad5a52ab6bfca4b052d60a48fc89ce22a5eb790584671f24d8d22b163f2dffe93bea58caebc6b4ecb0bd8434a074c88f640aa57daa1cefbf47d74df758c084 diff --git a/dev-java/tomcat-servlet-api/tomcat-servlet-api-9.0.17.ebuild b/dev-java/tomcat-servlet-api/tomcat-servlet-api-9.0.17.ebuild new file mode 100644 index 000000000000..e35055493b79 --- /dev/null +++ b/dev-java/tomcat-servlet-api/tomcat-servlet-api-9.0.17.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI="6" +JAVA_PKG_IUSE="source" + +inherit eutils java-pkg-2 java-ant-2 + +MY_A="apache-${PN}-${PV}-src" +MY_P="${MY_A/-servlet-api/}" +DESCRIPTION="Tomcat's Servlet API 4.0/JSP API 2.4?/EL API 3.1? implementation" +HOMEPAGE="https://tomcat.apache.org/" +SRC_URI="mirror://apache/tomcat/tomcat-9/v${PV}/src/${MY_P}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="4.0" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris" +IUSE="" + +DEPEND=">=virtual/jdk-1.8" +RDEPEND=">=virtual/jre-1.8" + +S="${WORKDIR}/${MY_P}/" + +src_prepare() { + default + + cp "${FILESDIR}/${SLOT}-build.xml" build.xml || die "Could not replace build.xml" + rm -fR */*/build.xml + einfo "Removing bundled jars and classes" + find "${S}" '(' -name '*.class' -o -name '*.jar' ')' -exec rm -frv {} + + + java-pkg-2_src_prepare +} + +src_install() { + java-pkg_dojar "${S}"/output/build/lib/*.jar + use source && java-pkg_dosrc java/javax/servlet/ +} diff --git a/dev-lang/Manifest.gz b/dev-lang/Manifest.gz index acb7a9d840db..6813b32ad54d 100644 Binary files a/dev-lang/Manifest.gz and b/dev-lang/Manifest.gz differ diff --git a/dev-lang/mono/Manifest b/dev-lang/mono/Manifest index b36e9f7f8456..875312f917ed 100644 --- a/dev-lang/mono/Manifest +++ b/dev-lang/mono/Manifest @@ -2,4 +2,4 @@ DIST mono-4.4.1.0.tar.bz2 85897587 BLAKE2B 79651189e696aa7352704e1ac659302423b12 DIST mono-4.8.0.524.tar.bz2 87392723 BLAKE2B ac17c3da6d6c08c4cb72c4fa300ded92625bd8c14c1e45ea9539efa42c8d085759f7bb298fe5df57bd41f18abf83f293d26a9e6272944933fcff0a3c16a7e4f3 SHA512 eb77b768a4a26e6a2a872f4845769cdc83f01af3377ecd6d932437d2a1b54bfd1ce727563906146195a54997b4b624fb75449a6f0bcfe818cbc4e6544841bf2b DIST mono-5.14.0.177.tar.bz2 219729440 BLAKE2B c21af7f541e5fcd456faeaf654ded7937da5241feb94b0de464a880915d758791ff7a645dbcb4023e7cced7ab0854bb8da0cc246abc6ab575bb278aa58fdc8c7 SHA512 f13afbe4289e177705642f79f4236710bdc8db8e956782c5370baf22207d6713f7997ec286c7742416c8206d2da205f295437d1afcdc430628d13e32f0e87d2d DIST mono-5.16.0.220.tar.bz2 231487021 BLAKE2B e5154c5e356bc277a8809471e5bf8a87092224f54f08535d9860229040bdd3fec304404b893ddd36253f58b351e7023ce9649521a0e850fabfefb3e6700473c1 SHA512 f5266b28747dd7735acb047e1d7a3660d9984126e518885babba6cce5b8dd9959134f7b5c6cd79309b4fb1feaf9af9d0015fdbc2d4bd088928a279b5c1dcefb3 -DIST mono-5.18.0.268.tar.bz2 246765892 BLAKE2B 28277eccf13f8c43568eb35777f8be66545f1c94a2e513c74aa75d3786ea3c7a0461b1aee58f9feb1ad8b34ebf6cc9b81c307ece6647f48658e29b0efa597af8 SHA512 cfd81fe3bc23bbef85816a30eece6860cdd8bd0c9e595b0d15b95dda0c9c408acfcae2904f6e750c24b68be571592747fb34d6bd93fb50fe9de9014e8ee88c66 +DIST mono-5.18.1.0.tar.bz2 246472409 BLAKE2B 15cc6cf3700b52ed36836cc4c7c46c2780bb67659dad95fb552d4e3dd362ec1dae362ef054e3db58adc4262bb3f3b6ea11d53a505e57ccf125865337996440bd SHA512 3df43887751e7f73d516d0e2fe5c412542beaa949727135e3ef1b3e538ca1d8062c55d5394f1c01cece857ed8064b6f37984e46108160fae7623b9d0a48cd380 diff --git a/dev-lang/mono/mono-5.18.0.268.ebuild b/dev-lang/mono/mono-5.18.1.0.ebuild similarity index 93% rename from dev-lang/mono/mono-5.18.0.268.ebuild rename to dev-lang/mono/mono-5.18.1.0.ebuild index bda560a8a7ac..9601f0ba02ff 100644 --- a/dev-lang/mono/mono-5.18.0.268.ebuild +++ b/dev-lang/mono/mono-5.18.1.0.ebuild @@ -68,11 +68,8 @@ src_prepare() { # mono build system can fail otherwise strip-flags - # prebuilt files were left in tarball by accident: - rm -rv external/corefx/src/Native/Unix/System.Native/.libs || die - rm -rv external/corefx/src/Native/Unix/System.Native/*.{o,lo} || die - default + # PATCHES contains configure.ac patch eautoreconf multilib_copy_sources diff --git a/dev-libs/Manifest.gz b/dev-libs/Manifest.gz index d42c2cd78829..a6c84210b08a 100644 Binary files a/dev-libs/Manifest.gz and b/dev-libs/Manifest.gz differ diff --git a/dev-libs/kdiagram/kdiagram-2.6.1.ebuild b/dev-libs/kdiagram/kdiagram-2.6.1.ebuild index 2009639a09bb..6a4cc4834ec7 100644 --- a/dev-libs/kdiagram/kdiagram-2.6.1.ebuild +++ b/dev-libs/kdiagram/kdiagram-2.6.1.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 @@ -16,7 +16,7 @@ IUSE="" REQUIRED_USE="test? ( examples )" if [[ ${KDE_BUILD_TYPE} = release ]]; then - KEYWORDS="amd64 x86" + KEYWORDS="amd64 ~arm64 x86" SRC_URI="mirror://kde/stable/${PN}/${PV}/${P}.tar.xz" fi diff --git a/dev-perl/DateTime-Format-Strptime/DateTime-Format-Strptime-1.740.0.ebuild b/dev-perl/DateTime-Format-Strptime/DateTime-Format-Strptime-1.740.0.ebuild index c7fc08406c9c..fb55adcbb423 100644 --- a/dev-perl/DateTime-Format-Strptime/DateTime-Format-Strptime-1.740.0.ebuild +++ b/dev-perl/DateTime-Format-Strptime/DateTime-Format-Strptime-1.740.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 @@ -11,7 +11,7 @@ DESCRIPTION="Parse and Format DateTimes using Strptime" LICENSE="Artistic-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~ppc-aix ~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 ~ppc ~ppc64 ~sparc ~x86 ~ppc-aix ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="test" RDEPEND=" diff --git a/dev-perl/DateTime-Locale/DateTime-Locale-1.160.0.ebuild b/dev-perl/DateTime-Locale/DateTime-Locale-1.160.0.ebuild index 7529cbf64649..ec95a59c4b58 100644 --- a/dev-perl/DateTime-Locale/DateTime-Locale-1.160.0.ebuild +++ b/dev-perl/DateTime-Locale/DateTime-Locale-1.160.0.ebuild @@ -12,7 +12,7 @@ DESCRIPTION="Localization support for DateTime" LICENSE="|| ( Artistic GPL-2+ ) unicode" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~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 ~s390 ~sh ~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" RDEPEND=" diff --git a/dev-perl/Manifest.gz b/dev-perl/Manifest.gz index 863cdbb8cdbc..1b914c334aa6 100644 Binary files a/dev-perl/Manifest.gz and b/dev-perl/Manifest.gz differ diff --git a/dev-python/Manifest.gz b/dev-python/Manifest.gz index a02460c387bf..fd82825083ca 100644 Binary files a/dev-python/Manifest.gz and b/dev-python/Manifest.gz differ diff --git a/dev-python/PyQt5-sip/Manifest b/dev-python/PyQt5-sip/Manifest index 2a41d1b828e1..e1c4da980632 100644 --- a/dev-python/PyQt5-sip/Manifest +++ b/dev-python/PyQt5-sip/Manifest @@ -1 +1,2 @@ DIST sip-4.19.14.tar.gz 1049688 BLAKE2B 8e68910f533d0f58bef1f20ec58579ce0166efaee2caef1c64d4e9878b0887040d9284a9fa5ee48d7a4f0949866d0b988b0d962303f0ace03a4ad48bd08eec5d SHA512 afde261331f38eac863d8cea0e343649f460f0b9a603d7fe91f14583904ea4b488bbd88d20fad5c985c43c6c1683fffee38676d94831ac8f2de40d9ed4d0423e +DIST sip-4.19.15.tar.gz 1053921 BLAKE2B afe0f1c2faf839305d21da05a667e649c37ab42c95df86d237bbd8f39a6b8bb7224da547467311bf82a85ce8f0fafd8bb6dd7cbf6050f2b157773339438d6277 SHA512 9518a5e90d54758b13dd8752669d4deb175cea8d8cdf810deaf554cd157d32ab7e394d23c774993fac3b7c02d56445b80962457d59f5cda543917a0251816422 diff --git a/dev-python/PyQt5-sip/PyQt5-sip-4.19.15.ebuild b/dev-python/PyQt5-sip/PyQt5-sip-4.19.15.ebuild new file mode 100644 index 000000000000..d71ee7c69488 --- /dev/null +++ b/dev-python/PyQt5-sip/PyQt5-sip-4.19.15.ebuild @@ -0,0 +1,91 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} ) +inherit python-r1 toolchain-funcs + +DESCRIPTION="Private sip module for PyQt5" +HOMEPAGE="https://www.riverbankcomputing.com/software/sip/intro" + +MY_P=sip-${PV/_pre/.dev} +if [[ ${PV} == *_pre* ]]; then + SRC_URI="https://dev.gentoo.org/~pesa/distfiles/${MY_P}.tar.gz" +else + SRC_URI="https://www.riverbankcomputing.com/static/Downloads/sip/${MY_P}.tar.gz" +fi + +# Sub-slot based on SIP_API_MAJOR_NR from siplib/sip.h +SLOT="0/12" +LICENSE="|| ( GPL-2 GPL-3 SIP )" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" +IUSE="" + +REQUIRED_USE="${PYTHON_REQUIRED_USE}" + +DEPEND="${PYTHON_DEPS}" +RDEPEND="${DEPEND}" + +S=${WORKDIR}/${MY_P} + +src_prepare() { + # Sub-slot sanity check + local sub_slot=${SLOT#*/} + local sip_api_major_nr=$(sed -nre 's:^#define SIP_API_MAJOR_NR\s+([0-9]+):\1:p' siplib/sip.h || die) + if [[ ${sub_slot} != ${sip_api_major_nr} ]]; then + eerror + eerror "Ebuild sub-slot (${sub_slot}) does not match SIP_API_MAJOR_NR (${sip_api_major_nr})" + eerror "Please update SLOT variable as follows:" + eerror " SLOT=\"${SLOT%%/*}/${sip_api_major_nr}\"" + eerror + die "sub-slot sanity check failed" + fi + + default +} + +src_configure() { + configuration() { + if ! python_is_python3; then + local CFLAGS="${CFLAGS} -fno-strict-aliasing" + fi + + local myconf=( + "${PYTHON}" + "${S}"/configure.py + --sip-module PyQt5.sip + --sysroot="${ESYSROOT}/usr" + --no-tools + AR="$(tc-getAR) cqs" + CC="$(tc-getCC)" + CFLAGS="${CFLAGS}" + CFLAGS_RELEASE= + CXX="$(tc-getCXX)" + CXXFLAGS="${CXXFLAGS}" + CXXFLAGS_RELEASE= + LINK="$(tc-getCXX)" + LINK_SHLIB="$(tc-getCXX)" + LFLAGS="${LDFLAGS}" + LFLAGS_RELEASE= + RANLIB= + STRIP= + ) + echo "${myconf[@]}" + "${myconf[@]}" || die + } + python_foreach_impl run_in_build_dir configuration +} + +src_compile() { + python_foreach_impl run_in_build_dir default +} + +src_install() { + installation() { + emake DESTDIR="${D}" install + } + python_foreach_impl run_in_build_dir installation + + einstalldocs +} diff --git a/dev-python/fido2/fido2-0.5.0.ebuild b/dev-python/fido2/fido2-0.5.0.ebuild index 18a4bd557e0c..20a1b5019450 100644 --- a/dev-python/fido2/fido2-0.5.0.ebuild +++ b/dev-python/fido2/fido2-0.5.0.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://github.com/Yubico/python-fido2/releases/download/${PV}/${P}.tar LICENSE="Apache-2.0 BSD-2 MIT MPL-2.0" SLOT="0" -KEYWORDS="amd64" +KEYWORDS="amd64 x86" IUSE="examples test" RDEPEND=" diff --git a/dev-python/flask-paranoid/Manifest b/dev-python/flask-paranoid/Manifest index 031f0a70a80a..11d65eabccef 100644 --- a/dev-python/flask-paranoid/Manifest +++ b/dev-python/flask-paranoid/Manifest @@ -1,3 +1 @@ -DIST Flask-Paranoid-0.1.0.tar.gz 2619 BLAKE2B d161f711a2b4b0164dbe6b85a8b650703f6154a23b271305a37fdfc5f938963a2135b3b20b66833d8a993175098cafebcdae70361405d59ec25e72030a03ce59 SHA512 435b679d7ad027d813b887bfa1211318aa122c6bded879dcb3e803535671e21f81e52fd5abb3b82c998d862441e6b5123290f4bb2da70a4dec391b05601eb639 -DIST Flask-Paranoid-0.2.0.tar.gz 2630 BLAKE2B d103651dee2560ff6dfd0014da5830848dafe92c7ad5857bc46fc88dd69ab37d4a9443f4682ce8e94b965de646406d4cfda2dda8719bdf767824bf9a2e20a1f9 SHA512 3a5c48815715d3188d12c779dd229cad5a97936832727d58277b0b717d0995ac1ea7cac6a8061a5bf656f8f976cb06b27654f6a4c06e2747a56f45ba92391f49 DIST flask-paranoid-0.2.0.tar.gz 101084 BLAKE2B 5f1f92679da5f374699c8acc97300085840d47e57f48d935cba60e78782109f70651bb7f804410dbb241b48c96ec08498b8b2cc8c18573f14d0bc7972b746d19 SHA512 0d642999fa4d5b795c3dcecc586fc1600cdfceec4adb38bb87ca8be9825d9ddafabb07d98df573a89e61a44a0abd27cbbd21524237b0e23b337a7d5e32ddfdae diff --git a/dev-python/flask-paranoid/flask-paranoid-0.1.0.ebuild b/dev-python/flask-paranoid/flask-paranoid-0.1.0.ebuild deleted file mode 100644 index 20a4cfd125df..000000000000 --- a/dev-python/flask-paranoid/flask-paranoid-0.1.0.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -MY_PN="Flask-Paranoid" -MY_P=${MY_PN}-${PV} - -PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) -inherit distutils-r1 - -DESCRIPTION="Simple user session protection extension for Flask" -HOMEPAGE="https://github.com/miguelgrinberg/flask-paranoid/" -SRC_URI="mirror://pypi/F/${MY_PN}/${MY_P}.tar.gz" - -LICENSE="BSD" - -SLOT="0" - -KEYWORDS="amd64 x86" -IUSE="" - -RDEPEND="dev-python/flask[${PYTHON_USEDEP}]" - -S=${WORKDIR}/${MY_P} diff --git a/dev-python/flask-paranoid/flask-paranoid-0.2.0-r1.ebuild b/dev-python/flask-paranoid/flask-paranoid-0.2.0-r1.ebuild index 25fe0e5e498c..ea57e7de83f5 100644 --- a/dev-python/flask-paranoid/flask-paranoid-0.2.0-r1.ebuild +++ b/dev-python/flask-paranoid/flask-paranoid-0.2.0-r1.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 @@ LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="test" RDEPEND="dev-python/flask[${PYTHON_USEDEP}]" diff --git a/dev-python/flask-paranoid/flask-paranoid-0.2.0.ebuild b/dev-python/flask-paranoid/flask-paranoid-0.2.0.ebuild deleted file mode 100644 index 5fedbe3b43ad..000000000000 --- a/dev-python/flask-paranoid/flask-paranoid-0.2.0.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -MY_PN="Flask-Paranoid" -MY_P=${MY_PN}-${PV} - -DISTUTILS_IN_SOURCE_BUILD=1 -PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) -inherit distutils-r1 - -DESCRIPTION="Simple user session protection extension for Flask" -HOMEPAGE="https://github.com/miguelgrinberg/flask-paranoid/" -SRC_URI="mirror://pypi/F/${MY_PN}/${MY_P}.tar.gz" - -LICENSE="BSD" - -SLOT="0" - -KEYWORDS="amd64 x86" -IUSE="test" - -RDEPEND="dev-python/flask[${PYTHON_USEDEP}]" -DEPEND="${RDEPEND} - test? ( dev-python/tox[${PYTHON_USEDEP}] ) -" - -S=${WORKDIR}/${MY_P} - -python_test() { - TOXENV=$(echo ${PYTHON} | sed 's:[^py0-9]::g') - echo "This is the setting of PYTHON: ${TOXENV}; and some stuff" - tox || die "Testing failed with ${EPYTHON}" -} diff --git a/dev-python/m2crypto/m2crypto-0.31.0-r2.ebuild b/dev-python/m2crypto/m2crypto-0.31.0-r2.ebuild new file mode 100644 index 000000000000..ce9ae0aabc25 --- /dev/null +++ b/dev-python/m2crypto/m2crypto-0.31.0-r2.ebuild @@ -0,0 +1,56 @@ +# Copyright 2018-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python2_7 python3_{4..7}) +PYTHON_REQ_USE="threads(+)" + +inherit distutils-r1 + +MY_PN="M2Crypto" + +DESCRIPTION="A Python crypto and SSL toolkit" +HOMEPAGE="https://gitlab.com/m2crypto/m2crypto https://pypi.org/project/M2Crypto/" +SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos" + +IUSE="libressl" + +RDEPEND=" + !libressl? ( dev-libs/openssl:0= ) + libressl? ( dev-libs/libressl:0= ) + virtual/python-typing[${PYTHON_USEDEP}] +" +DEPEND="${RDEPEND} + >=dev-lang/swig-2.0.9 + dev-python/setuptools[${PYTHON_USEDEP}] +" + +S="${WORKDIR}/${MY_PN}-${PV}" + +# Tests access network, and fail randomly. Bug #431458. +RESTRICT=test + +PATCHES=( + "${FILESDIR}/${PN}-libressl-${PV}.patch" +) + +python_compile() { + # setup.py looks at platform.machine() to determine swig options. + # For exotic ABIs, we need to give swig a hint. + # https://bugs.gentoo.org/617946 + # TODO: Fix cross-compiles + local -x SWIG_FEATURES= + case ${ABI} in + x32) SWIG_FEATURES="-D__ILP32__" ;; + esac + distutils-r1_python_compile --openssl="${EPREFIX}"/usr +} + +python_test() { + esetup.py test +} diff --git a/dev-python/pyfakefs/pyfakefs-3.4.3.ebuild b/dev-python/pyfakefs/pyfakefs-3.4.3.ebuild index 3fb0d1696a6f..1633f95679d1 100644 --- a/dev-python/pyfakefs/pyfakefs-3.4.3.ebuild +++ b/dev-python/pyfakefs/pyfakefs-3.4.3.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://github.com/jmcgeheeiv/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.g LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="amd64 ~arm ~x86" +KEYWORDS="amd64 ~arm x86" IUSE="" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" diff --git a/dev-python/pyscard/pyscard-1.9.7.ebuild b/dev-python/pyscard/pyscard-1.9.7.ebuild index 637aea76a4c9..11898e328e34 100644 --- a/dev-python/pyscard/pyscard-1.9.7.ebuild +++ b/dev-python/pyscard/pyscard-1.9.7.ebuild @@ -15,7 +15,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="amd64 ~arm ~x86" +KEYWORDS="amd64 ~arm x86" RDEPEND="${PYTHON_DEP} sys-apps/pcsc-lite" diff --git a/dev-python/pyusb/pyusb-1.0.2.ebuild b/dev-python/pyusb/pyusb-1.0.2.ebuild index 2592f61f9dcb..ef49d8dde196 100644 --- a/dev-python/pyusb/pyusb-1.0.2.ebuild +++ b/dev-python/pyusb/pyusb-1.0.2.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://github.com/walac/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 ~arm ~ppc ~x86" +KEYWORDS="amd64 ~arm ~ppc x86" IUSE="" ### This version is compatible with both 0.X and 1.X versions of libusb diff --git a/dev-python/sip/Manifest b/dev-python/sip/Manifest index 7a6fb1f2d612..c7326de34419 100644 --- a/dev-python/sip/Manifest +++ b/dev-python/sip/Manifest @@ -1,2 +1,3 @@ DIST sip-4.19.13.tar.gz 1038815 BLAKE2B 0b6f2941140a535cfdfb51db71cf9a55e5f65be85961e304496fded7781da42b0ab7d01045b8802468a3ce3b57e7f571851fc7713fd47a03c8344017982d6632 SHA512 eb456e1f7efa463f859047acc5301e19279e1627629d0bad3ac7a0a52b77575126bc3f2c64bb4278ae11d415c13d2731dfc8c816bba71307173d393a414aae98 DIST sip-4.19.14.tar.gz 1049688 BLAKE2B 8e68910f533d0f58bef1f20ec58579ce0166efaee2caef1c64d4e9878b0887040d9284a9fa5ee48d7a4f0949866d0b988b0d962303f0ace03a4ad48bd08eec5d SHA512 afde261331f38eac863d8cea0e343649f460f0b9a603d7fe91f14583904ea4b488bbd88d20fad5c985c43c6c1683fffee38676d94831ac8f2de40d9ed4d0423e +DIST sip-4.19.15.tar.gz 1053921 BLAKE2B afe0f1c2faf839305d21da05a667e649c37ab42c95df86d237bbd8f39a6b8bb7224da547467311bf82a85ce8f0fafd8bb6dd7cbf6050f2b157773339438d6277 SHA512 9518a5e90d54758b13dd8752669d4deb175cea8d8cdf810deaf554cd157d32ab7e394d23c774993fac3b7c02d56445b80962457d59f5cda543917a0251816422 diff --git a/dev-python/sip/sip-4.19.15.ebuild b/dev-python/sip/sip-4.19.15.ebuild new file mode 100644 index 000000000000..e694b38a121f --- /dev/null +++ b/dev-python/sip/sip-4.19.15.ebuild @@ -0,0 +1,97 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} ) +inherit python-r1 toolchain-funcs + +DESCRIPTION="Python extension module generator for C and C++ libraries" +HOMEPAGE="https://www.riverbankcomputing.com/software/sip/intro" + +MY_P=sip-${PV/_pre/.dev} +if [[ ${PV} == *_pre* ]]; then + SRC_URI="https://dev.gentoo.org/~pesa/distfiles/${MY_P}.tar.gz" +else + SRC_URI="https://www.riverbankcomputing.com/static/Downloads/sip/${MY_P}.tar.gz" +fi + +# Sub-slot based on SIP_API_MAJOR_NR from siplib/sip.h +SLOT="0/12" +LICENSE="|| ( GPL-2 GPL-3 SIP )" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +IUSE="doc" + +REQUIRED_USE="${PYTHON_REQUIRED_USE}" + +DEPEND="${PYTHON_DEPS}" +RDEPEND="${DEPEND}" + +S=${WORKDIR}/${MY_P} + +PATCHES=( "${FILESDIR}"/${PN}-4.18-darwin.patch ) + +src_prepare() { + # Sub-slot sanity check + local sub_slot=${SLOT#*/} + local sip_api_major_nr=$(sed -nre 's:^#define SIP_API_MAJOR_NR\s+([0-9]+):\1:p' siplib/sip.h || die) + if [[ ${sub_slot} != ${sip_api_major_nr} ]]; then + eerror + eerror "Ebuild sub-slot (${sub_slot}) does not match SIP_API_MAJOR_NR (${sip_api_major_nr})" + eerror "Please update SLOT variable as follows:" + eerror " SLOT=\"${SLOT%%/*}/${sip_api_major_nr}\"" + eerror + die "sub-slot sanity check failed" + fi + + default +} + +src_configure() { + configuration() { + if ! python_is_python3; then + local CFLAGS="${CFLAGS} -fno-strict-aliasing" + fi + + local incdir=$(python_get_includedir) + local myconf=( + "${PYTHON}" + "${S}"/configure.py + --sysroot="${ESYSROOT}/usr" + --bindir="${EPREFIX}/usr/bin" + --destdir="$(python_get_sitedir)" + --incdir="${incdir#${SYSROOT}}" + AR="$(tc-getAR) cqs" + CC="$(tc-getCC)" + CFLAGS="${CFLAGS}" + CFLAGS_RELEASE= + CXX="$(tc-getCXX)" + CXXFLAGS="${CXXFLAGS}" + CXXFLAGS_RELEASE= + LINK="$(tc-getCXX)" + LINK_SHLIB="$(tc-getCXX)" + LFLAGS="${LDFLAGS}" + LFLAGS_RELEASE= + RANLIB= + STRIP= + ) + echo "${myconf[@]}" + "${myconf[@]}" || die + } + python_foreach_impl run_in_build_dir configuration +} + +src_compile() { + python_foreach_impl run_in_build_dir default +} + +src_install() { + installation() { + emake DESTDIR="${D}" install + python_optimize + } + python_foreach_impl run_in_build_dir installation + + einstalldocs + use doc && dodoc -r doc/html +} diff --git a/dev-python/sphinxcontrib-websupport/Manifest b/dev-python/sphinxcontrib-websupport/Manifest index 438d76f70b39..9c05cfb2f57a 100644 --- a/dev-python/sphinxcontrib-websupport/Manifest +++ b/dev-python/sphinxcontrib-websupport/Manifest @@ -1,2 +1 @@ -DIST sphinxcontrib-websupport-1.0.1.tar.gz 590480 BLAKE2B 1be40595094233ca2ddb1a367039320fe6655b1a6bbf251d7722b60efe0d0cfbe1cdb38455f47f4fb6810500e0e4923f5a9a74df4f79d1544261c4706a59e8fb SHA512 67807b2505e063639163b020f0e62469b0c2838c303516cce9a8d90181cc7b8a10d76532adb1267556d40f95966efc20ec9f8ee1a6731056bda827a6f97f40ec DIST sphinxcontrib-websupport-1.1.0.tar.gz 587947 BLAKE2B fafaa56071245c8934e27c6d2d7752745b2a8047c8a30d52e513fff7f952086a1b9082aa15e15ef232d69ef0c0d5d117f8a8c97fcdf9cd90c89d53238d7f322e SHA512 adbd7db06150a4424a881a22442c2535ed823c7adcc295ef9c3af5ae38d823349830a114e8a7af2138498d0e68b37189707c1bb5a28b45c76031bcf94210fb89 diff --git a/dev-python/sphinxcontrib-websupport/sphinxcontrib-websupport-1.0.1-r1.ebuild b/dev-python/sphinxcontrib-websupport/sphinxcontrib-websupport-1.0.1-r1.ebuild deleted file mode 100644 index 0cfb52983d55..000000000000 --- a/dev-python/sphinxcontrib-websupport/sphinxcontrib-websupport-1.0.1-r1.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy{,3} ) - -inherit distutils-r1 - -DESCRIPTION="Sphinx websupport extension" -HOMEPAGE="http://www.sphinx-doc.org" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="BSD-2" -SLOT="0" -KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sparc x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~x64-solaris" -IUSE="test" - -RDEPEND=" - >=dev-python/sqlalchemy-0.9[${PYTHON_USEDEP}] - >=dev-python/whoosh-2.0[${PYTHON_USEDEP}] - >=dev-python/six-1.5[${PYTHON_USEDEP}] - dev-python/namespace-sphinxcontrib[${PYTHON_USEDEP}]" -# avoid circular dependency with sphinx -PDEPEND=" - >=dev-python/sphinx-1.5.3[${PYTHON_USEDEP}]" -DEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] - test? ( - ${RDEPEND} - ${PDEPEND} - dev-python/tox[${PYTHON_USEDEP}] - dev-python/pytest[${PYTHON_USEDEP}] - dev-python/mock[${PYTHON_USEDEP}] - )" - -python_install_all() { - distutils-r1_python_install_all - find "${ED}" -name '*.pth' -delete || die -} - -python_test() { - "${EPYTHON}" -m pytest tests/ || die "Tests fail with ${EPYTHON}" -} diff --git a/dev-python/swagger-spec-validator/Manifest b/dev-python/swagger-spec-validator/Manifest new file mode 100644 index 000000000000..8b0e0c4b753e --- /dev/null +++ b/dev-python/swagger-spec-validator/Manifest @@ -0,0 +1 @@ +DIST swagger-spec-validator-2.4.3.tar.gz 19636 BLAKE2B 3805aa8663d141898e5106ad98d9aa0c697e87a474c0446151b0a6210684c8a0afbfa7a54b44e9aa7c4257c5e9f8713139943774bcacb38105b21c4cfe46492f SHA512 d785f1d9f2664fcf4f62e2e2c2adf9e17d7844e6febda69bcb718efa5f951ddc0496c7e2804e4269750a15f5b5c7f6cc11fac0f99363f7eadab8cf1209d152db diff --git a/dev-python/swagger-spec-validator/metadata.xml b/dev-python/swagger-spec-validator/metadata.xml new file mode 100644 index 000000000000..c36c37139fad --- /dev/null +++ b/dev-python/swagger-spec-validator/metadata.xml @@ -0,0 +1,8 @@ + + + + + williamh@gentoo.org + William Hubbs + + diff --git a/dev-python/swagger-spec-validator/swagger-spec-validator-2.4.3.ebuild b/dev-python/swagger-spec-validator/swagger-spec-validator-2.4.3.ebuild new file mode 100644 index 000000000000..1901a52e0a88 --- /dev/null +++ b/dev-python/swagger-spec-validator/swagger-spec-validator-2.4.3.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python2_7 python3_6 ) +inherit distutils-r1 + +DESCRIPTION="validate Swagger specs against Swagger 1.1 or 2.0 specification" +HOMEPAGE="https://github.com/Yelp/swagger_spec_validator" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND="dev-python/jsonschema[${PYTHON_USEDEP}] + dev-python/pyyaml[${PYTHON_USEDEP}] + dev-python/six[${PYTHON_USEDEP}]" +DEPEND="${RDEPEND} + dev-python/setuptools[${PYTHON_USEDEP}]" diff --git a/dev-qt/Manifest.gz b/dev-qt/Manifest.gz index d4fbb23cac19..d165cb655d55 100644 Binary files a/dev-qt/Manifest.gz and b/dev-qt/Manifest.gz differ diff --git a/dev-qt/assistant/Manifest b/dev-qt/assistant/Manifest index 7fcf46e9151c..9ea6ff0a12ab 100644 --- a/dev-qt/assistant/Manifest +++ b/dev-qt/assistant/Manifest @@ -1,3 +1,2 @@ DIST qttools-everywhere-src-5.11.3.tar.xz 9705920 BLAKE2B 1c44d914463cd2bb2e61652debbd4661822442e0fc02569d98c17e3898d6acdd7546fb978af4a3dfe4fd00d66cbd4424b794ee7e7a26460465503b03b5f9957a SHA512 f9604ef4c33892a429c4f7252892271888b64e087ce8e943308680628b8c3a033aa2ea6659e6210ac90e3404120f458c77f650f20fed13f4723ed3c03a598eaf -DIST qttools-everywhere-src-5.12.1.tar.xz 9818060 BLAKE2B 1a1cf98d19e41b5fa2ec765ce9b931e9d678dc6e504f65f5b2b96ba5420d36c3955098abc4b66a886f37243e13fa388ff4e2761fc39295d864818cca50cb0380 SHA512 e3ae1974f0b20bad1b86d038c3585753183b8c24c133393e3ecf65a0487402ad8dcf8147bf263e9a4c2d3abef1b706981943fcf5268726e424f1b61f69ce4f2e DIST qttools-everywhere-src-5.12.2.tar.xz 9808600 BLAKE2B 3c9a2b546d438c9de84f64f04531ea668759bcd85798342c23b936b531bae5dff3b232bfdb4eb938489bd5f113602780e3f4ac0f344982a4984db0f95b5a24c3 SHA512 bfc415d2764ecee50b5eb1b5641ac709ebeaf3cfbbc73bc431acab307b9fd3f056f093e6b4010e2f7802f5714b56564c39ebe9fc280ce514c175fb44e0a35b8c diff --git a/dev-qt/assistant/assistant-5.12.1.ebuild b/dev-qt/assistant/assistant-5.12.1.ebuild deleted file mode 100644 index 6d109d6a499a..000000000000 --- a/dev-qt/assistant/assistant-5.12.1.ebuild +++ /dev/null @@ -1,55 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -QT5_MODULE="qttools" -inherit desktop gnome2-utils qt5-build - -DESCRIPTION="Tool for viewing on-line documentation in Qt help file format" - -if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="~amd64 ~arm ~hppa ~ppc64 ~sparc ~x86" -fi - -IUSE="webkit" - -DEPEND=" - ~dev-qt/qtcore-${PV} - ~dev-qt/qtgui-${PV} - ~dev-qt/qthelp-${PV} - ~dev-qt/qtnetwork-${PV} - ~dev-qt/qtprintsupport-${PV} - ~dev-qt/qtsql-${PV}[sqlite] - ~dev-qt/qtwidgets-${PV} - webkit? ( >=dev-qt/qtwebkit-5.9.1:5 ) -" -RDEPEND="${DEPEND}" - -QT5_TARGET_SUBDIRS=( - src/assistant/assistant -) - -src_prepare() { - qt_use_disable_mod webkit webkitwidgets \ - src/assistant/assistant/assistant.pro - - qt5-build_src_prepare -} - -src_install() { - qt5-build_src_install - - doicon -s 32 src/assistant/assistant/images/assistant.png - newicon -s 128 src/assistant/assistant/images/assistant-128.png assistant.png - make_desktop_entry "${QT5_BINDIR}"/assistant 'Qt 5 Assistant' assistant 'Qt;Development;Documentation' -} - -pkg_postinst() { - qt5-build_pkg_postinst - gnome2_icon_cache_update -} - -pkg_postrm() { - qt5-build_pkg_postrm - gnome2_icon_cache_update -} diff --git a/dev-qt/designer/Manifest b/dev-qt/designer/Manifest index 7fcf46e9151c..9ea6ff0a12ab 100644 --- a/dev-qt/designer/Manifest +++ b/dev-qt/designer/Manifest @@ -1,3 +1,2 @@ DIST qttools-everywhere-src-5.11.3.tar.xz 9705920 BLAKE2B 1c44d914463cd2bb2e61652debbd4661822442e0fc02569d98c17e3898d6acdd7546fb978af4a3dfe4fd00d66cbd4424b794ee7e7a26460465503b03b5f9957a SHA512 f9604ef4c33892a429c4f7252892271888b64e087ce8e943308680628b8c3a033aa2ea6659e6210ac90e3404120f458c77f650f20fed13f4723ed3c03a598eaf -DIST qttools-everywhere-src-5.12.1.tar.xz 9818060 BLAKE2B 1a1cf98d19e41b5fa2ec765ce9b931e9d678dc6e504f65f5b2b96ba5420d36c3955098abc4b66a886f37243e13fa388ff4e2761fc39295d864818cca50cb0380 SHA512 e3ae1974f0b20bad1b86d038c3585753183b8c24c133393e3ecf65a0487402ad8dcf8147bf263e9a4c2d3abef1b706981943fcf5268726e424f1b61f69ce4f2e DIST qttools-everywhere-src-5.12.2.tar.xz 9808600 BLAKE2B 3c9a2b546d438c9de84f64f04531ea668759bcd85798342c23b936b531bae5dff3b232bfdb4eb938489bd5f113602780e3f4ac0f344982a4984db0f95b5a24c3 SHA512 bfc415d2764ecee50b5eb1b5641ac709ebeaf3cfbbc73bc431acab307b9fd3f056f093e6b4010e2f7802f5714b56564c39ebe9fc280ce514c175fb44e0a35b8c diff --git a/dev-qt/designer/designer-5.12.1.ebuild b/dev-qt/designer/designer-5.12.1.ebuild deleted file mode 100644 index ba8d912cfba0..000000000000 --- a/dev-qt/designer/designer-5.12.1.ebuild +++ /dev/null @@ -1,57 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -QT5_MODULE="qttools" -inherit desktop gnome2-utils qt5-build - -DESCRIPTION="WYSIWYG tool for designing and building graphical user interfaces with QtWidgets" - -if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-fbsd" -fi - -IUSE="declarative webkit" - -DEPEND=" - ~dev-qt/qtcore-${PV} - ~dev-qt/qtgui-${PV} - ~dev-qt/qtnetwork-${PV} - ~dev-qt/qtprintsupport-${PV} - ~dev-qt/qtwidgets-${PV} - ~dev-qt/qtxml-${PV} - declarative? ( ~dev-qt/qtdeclarative-${PV}[widgets] ) - webkit? ( >=dev-qt/qtwebkit-5.9.1:5 ) -" -RDEPEND="${DEPEND}" - -QT5_TARGET_SUBDIRS=( - src/designer -) - -src_prepare() { - qt_use_disable_mod declarative quickwidgets \ - src/designer/src/plugins/plugins.pro - - qt_use_disable_mod webkit webkitwidgets \ - src/designer/src/plugins/plugins.pro - - qt5-build_src_prepare -} - -src_install() { - qt5-build_src_install - - doicon -s 128 src/designer/src/designer/images/designer.png - make_desktop_entry "${QT5_BINDIR}"/designer 'Qt 5 Designer' designer 'Qt;Development;GUIDesigner' -} - -pkg_postinst() { - qt5-build_pkg_postinst - gnome2_icon_cache_update -} - -pkg_postrm() { - qt5-build_pkg_postrm - gnome2_icon_cache_update -} diff --git a/dev-qt/linguist-tools/Manifest b/dev-qt/linguist-tools/Manifest index 7fcf46e9151c..9ea6ff0a12ab 100644 --- a/dev-qt/linguist-tools/Manifest +++ b/dev-qt/linguist-tools/Manifest @@ -1,3 +1,2 @@ DIST qttools-everywhere-src-5.11.3.tar.xz 9705920 BLAKE2B 1c44d914463cd2bb2e61652debbd4661822442e0fc02569d98c17e3898d6acdd7546fb978af4a3dfe4fd00d66cbd4424b794ee7e7a26460465503b03b5f9957a SHA512 f9604ef4c33892a429c4f7252892271888b64e087ce8e943308680628b8c3a033aa2ea6659e6210ac90e3404120f458c77f650f20fed13f4723ed3c03a598eaf -DIST qttools-everywhere-src-5.12.1.tar.xz 9818060 BLAKE2B 1a1cf98d19e41b5fa2ec765ce9b931e9d678dc6e504f65f5b2b96ba5420d36c3955098abc4b66a886f37243e13fa388ff4e2761fc39295d864818cca50cb0380 SHA512 e3ae1974f0b20bad1b86d038c3585753183b8c24c133393e3ecf65a0487402ad8dcf8147bf263e9a4c2d3abef1b706981943fcf5268726e424f1b61f69ce4f2e DIST qttools-everywhere-src-5.12.2.tar.xz 9808600 BLAKE2B 3c9a2b546d438c9de84f64f04531ea668759bcd85798342c23b936b531bae5dff3b232bfdb4eb938489bd5f113602780e3f4ac0f344982a4984db0f95b5a24c3 SHA512 bfc415d2764ecee50b5eb1b5641ac709ebeaf3cfbbc73bc431acab307b9fd3f056f093e6b4010e2f7802f5714b56564c39ebe9fc280ce514c175fb44e0a35b8c diff --git a/dev-qt/linguist-tools/linguist-tools-5.12.1.ebuild b/dev-qt/linguist-tools/linguist-tools-5.12.1.ebuild deleted file mode 100644 index 7f79197d7425..000000000000 --- a/dev-qt/linguist-tools/linguist-tools-5.12.1.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -QT5_MODULE="qttools" -inherit qt5-build - -DESCRIPTION="Tools for working with Qt translation data files" - -if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd" -fi - -IUSE="qml" - -DEPEND=" - ~dev-qt/qtcore-${PV} - ~dev-qt/qtxml-${PV} - qml? ( ~dev-qt/qtdeclarative-${PV} ) -" -RDEPEND="${DEPEND}" - -QT5_TARGET_SUBDIRS=( - src/linguist -) - -src_prepare() { - sed -i -e '/SUBDIRS += linguist/d' \ - src/linguist/linguist.pro || die - - qt_use_disable_mod qml qmldevtools-private \ - src/linguist/lupdate/lupdate.pro - - qt5-build_src_prepare -} diff --git a/dev-qt/linguist/Manifest b/dev-qt/linguist/Manifest index 7fcf46e9151c..9ea6ff0a12ab 100644 --- a/dev-qt/linguist/Manifest +++ b/dev-qt/linguist/Manifest @@ -1,3 +1,2 @@ DIST qttools-everywhere-src-5.11.3.tar.xz 9705920 BLAKE2B 1c44d914463cd2bb2e61652debbd4661822442e0fc02569d98c17e3898d6acdd7546fb978af4a3dfe4fd00d66cbd4424b794ee7e7a26460465503b03b5f9957a SHA512 f9604ef4c33892a429c4f7252892271888b64e087ce8e943308680628b8c3a033aa2ea6659e6210ac90e3404120f458c77f650f20fed13f4723ed3c03a598eaf -DIST qttools-everywhere-src-5.12.1.tar.xz 9818060 BLAKE2B 1a1cf98d19e41b5fa2ec765ce9b931e9d678dc6e504f65f5b2b96ba5420d36c3955098abc4b66a886f37243e13fa388ff4e2761fc39295d864818cca50cb0380 SHA512 e3ae1974f0b20bad1b86d038c3585753183b8c24c133393e3ecf65a0487402ad8dcf8147bf263e9a4c2d3abef1b706981943fcf5268726e424f1b61f69ce4f2e DIST qttools-everywhere-src-5.12.2.tar.xz 9808600 BLAKE2B 3c9a2b546d438c9de84f64f04531ea668759bcd85798342c23b936b531bae5dff3b232bfdb4eb938489bd5f113602780e3f4ac0f344982a4984db0f95b5a24c3 SHA512 bfc415d2764ecee50b5eb1b5641ac709ebeaf3cfbbc73bc431acab307b9fd3f056f093e6b4010e2f7802f5714b56564c39ebe9fc280ce514c175fb44e0a35b8c diff --git a/dev-qt/linguist/linguist-5.12.1.ebuild b/dev-qt/linguist/linguist-5.12.1.ebuild deleted file mode 100644 index 28d6c0c8b63e..000000000000 --- a/dev-qt/linguist/linguist-5.12.1.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -QT5_MODULE="qttools" -inherit desktop gnome2-utils qt5-build - -DESCRIPTION="Graphical tool for translating Qt applications" - -if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="~amd64 ~arm ~hppa ~ppc64 ~x86 ~amd64-fbsd" -fi - -IUSE="" - -DEPEND=" - ~dev-qt/designer-${PV} - ~dev-qt/qtcore-${PV} - ~dev-qt/qtgui-${PV} - ~dev-qt/qtprintsupport-${PV} - ~dev-qt/qtwidgets-${PV} - ~dev-qt/qtxml-${PV} -" -RDEPEND="${DEPEND}" - -QT5_TARGET_SUBDIRS=( - src/linguist/linguist -) - -src_install() { - qt5-build_src_install - - local size - for size in 16 32 48 64 128; do - newicon -s ${size} src/linguist/linguist/images/icons/linguist-${size}-32.png linguist.png - done - make_desktop_entry "${QT5_BINDIR}"/linguist 'Qt 5 Linguist' linguist 'Qt;Development;Translation' -} - -pkg_postinst() { - qt5-build_pkg_postinst - gnome2_icon_cache_update -} - -pkg_postrm() { - qt5-build_pkg_postrm - gnome2_icon_cache_update -} diff --git a/dev-qt/pixeltool/Manifest b/dev-qt/pixeltool/Manifest index 7fcf46e9151c..9ea6ff0a12ab 100644 --- a/dev-qt/pixeltool/Manifest +++ b/dev-qt/pixeltool/Manifest @@ -1,3 +1,2 @@ DIST qttools-everywhere-src-5.11.3.tar.xz 9705920 BLAKE2B 1c44d914463cd2bb2e61652debbd4661822442e0fc02569d98c17e3898d6acdd7546fb978af4a3dfe4fd00d66cbd4424b794ee7e7a26460465503b03b5f9957a SHA512 f9604ef4c33892a429c4f7252892271888b64e087ce8e943308680628b8c3a033aa2ea6659e6210ac90e3404120f458c77f650f20fed13f4723ed3c03a598eaf -DIST qttools-everywhere-src-5.12.1.tar.xz 9818060 BLAKE2B 1a1cf98d19e41b5fa2ec765ce9b931e9d678dc6e504f65f5b2b96ba5420d36c3955098abc4b66a886f37243e13fa388ff4e2761fc39295d864818cca50cb0380 SHA512 e3ae1974f0b20bad1b86d038c3585753183b8c24c133393e3ecf65a0487402ad8dcf8147bf263e9a4c2d3abef1b706981943fcf5268726e424f1b61f69ce4f2e DIST qttools-everywhere-src-5.12.2.tar.xz 9808600 BLAKE2B 3c9a2b546d438c9de84f64f04531ea668759bcd85798342c23b936b531bae5dff3b232bfdb4eb938489bd5f113602780e3f4ac0f344982a4984db0f95b5a24c3 SHA512 bfc415d2764ecee50b5eb1b5641ac709ebeaf3cfbbc73bc431acab307b9fd3f056f093e6b4010e2f7802f5714b56564c39ebe9fc280ce514c175fb44e0a35b8c diff --git a/dev-qt/pixeltool/pixeltool-5.12.1.ebuild b/dev-qt/pixeltool/pixeltool-5.12.1.ebuild deleted file mode 100644 index 3e68ab764c7c..000000000000 --- a/dev-qt/pixeltool/pixeltool-5.12.1.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -QT5_MODULE="qttools" -inherit qt5-build - -DESCRIPTION="Qt screen magnifier" - -if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="~amd64 ~arm ~hppa ~ppc64 ~sparc ~x86" -fi - -IUSE="" - -DEPEND=" - ~dev-qt/qtcore-${PV} - ~dev-qt/qtgui-${PV} - ~dev-qt/qtwidgets-${PV} -" -RDEPEND="${DEPEND}" - -QT5_TARGET_SUBDIRS=( - src/pixeltool -) diff --git a/dev-qt/qdbus/Manifest b/dev-qt/qdbus/Manifest index 7fcf46e9151c..9ea6ff0a12ab 100644 --- a/dev-qt/qdbus/Manifest +++ b/dev-qt/qdbus/Manifest @@ -1,3 +1,2 @@ DIST qttools-everywhere-src-5.11.3.tar.xz 9705920 BLAKE2B 1c44d914463cd2bb2e61652debbd4661822442e0fc02569d98c17e3898d6acdd7546fb978af4a3dfe4fd00d66cbd4424b794ee7e7a26460465503b03b5f9957a SHA512 f9604ef4c33892a429c4f7252892271888b64e087ce8e943308680628b8c3a033aa2ea6659e6210ac90e3404120f458c77f650f20fed13f4723ed3c03a598eaf -DIST qttools-everywhere-src-5.12.1.tar.xz 9818060 BLAKE2B 1a1cf98d19e41b5fa2ec765ce9b931e9d678dc6e504f65f5b2b96ba5420d36c3955098abc4b66a886f37243e13fa388ff4e2761fc39295d864818cca50cb0380 SHA512 e3ae1974f0b20bad1b86d038c3585753183b8c24c133393e3ecf65a0487402ad8dcf8147bf263e9a4c2d3abef1b706981943fcf5268726e424f1b61f69ce4f2e DIST qttools-everywhere-src-5.12.2.tar.xz 9808600 BLAKE2B 3c9a2b546d438c9de84f64f04531ea668759bcd85798342c23b936b531bae5dff3b232bfdb4eb938489bd5f113602780e3f4ac0f344982a4984db0f95b5a24c3 SHA512 bfc415d2764ecee50b5eb1b5641ac709ebeaf3cfbbc73bc431acab307b9fd3f056f093e6b4010e2f7802f5714b56564c39ebe9fc280ce514c175fb44e0a35b8c diff --git a/dev-qt/qdbus/qdbus-5.12.1.ebuild b/dev-qt/qdbus/qdbus-5.12.1.ebuild deleted file mode 100644 index d13d3104c983..000000000000 --- a/dev-qt/qdbus/qdbus-5.12.1.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -QT5_MODULE="qttools" -inherit qt5-build - -DESCRIPTION="Interface to Qt applications communicating over D-Bus" - -if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86" -fi - -IUSE="" - -DEPEND=" - ~dev-qt/qtcore-${PV} - ~dev-qt/qtdbus-${PV} - ~dev-qt/qtxml-${PV} -" -RDEPEND="${DEPEND}" - -QT5_TARGET_SUBDIRS=( - src/qdbus/qdbus -) diff --git a/dev-qt/qdbusviewer/Manifest b/dev-qt/qdbusviewer/Manifest index 7fcf46e9151c..9ea6ff0a12ab 100644 --- a/dev-qt/qdbusviewer/Manifest +++ b/dev-qt/qdbusviewer/Manifest @@ -1,3 +1,2 @@ DIST qttools-everywhere-src-5.11.3.tar.xz 9705920 BLAKE2B 1c44d914463cd2bb2e61652debbd4661822442e0fc02569d98c17e3898d6acdd7546fb978af4a3dfe4fd00d66cbd4424b794ee7e7a26460465503b03b5f9957a SHA512 f9604ef4c33892a429c4f7252892271888b64e087ce8e943308680628b8c3a033aa2ea6659e6210ac90e3404120f458c77f650f20fed13f4723ed3c03a598eaf -DIST qttools-everywhere-src-5.12.1.tar.xz 9818060 BLAKE2B 1a1cf98d19e41b5fa2ec765ce9b931e9d678dc6e504f65f5b2b96ba5420d36c3955098abc4b66a886f37243e13fa388ff4e2761fc39295d864818cca50cb0380 SHA512 e3ae1974f0b20bad1b86d038c3585753183b8c24c133393e3ecf65a0487402ad8dcf8147bf263e9a4c2d3abef1b706981943fcf5268726e424f1b61f69ce4f2e DIST qttools-everywhere-src-5.12.2.tar.xz 9808600 BLAKE2B 3c9a2b546d438c9de84f64f04531ea668759bcd85798342c23b936b531bae5dff3b232bfdb4eb938489bd5f113602780e3f4ac0f344982a4984db0f95b5a24c3 SHA512 bfc415d2764ecee50b5eb1b5641ac709ebeaf3cfbbc73bc431acab307b9fd3f056f093e6b4010e2f7802f5714b56564c39ebe9fc280ce514c175fb44e0a35b8c diff --git a/dev-qt/qdbusviewer/qdbusviewer-5.12.1.ebuild b/dev-qt/qdbusviewer/qdbusviewer-5.12.1.ebuild deleted file mode 100644 index 09dd13e84c14..000000000000 --- a/dev-qt/qdbusviewer/qdbusviewer-5.12.1.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -QT5_MODULE="qttools" -inherit desktop gnome2-utils qt5-build - -DESCRIPTION="Graphical tool that lets you introspect D-Bus objects and messages" - -if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="~amd64 ~arm ~hppa ~ppc64 ~sparc ~x86 ~amd64-fbsd" -fi - -IUSE="" - -DEPEND=" - ~dev-qt/qtcore-${PV} - ~dev-qt/qtdbus-${PV} - ~dev-qt/qtgui-${PV} - ~dev-qt/qtwidgets-${PV} - ~dev-qt/qtxml-${PV} -" -RDEPEND="${DEPEND}" - -QT5_TARGET_SUBDIRS=( - src/qdbus/qdbusviewer -) - -src_install() { - qt5-build_src_install - - doicon -s 32 src/qdbus/qdbusviewer/images/qdbusviewer.png - newicon -s 128 src/qdbus/qdbusviewer/images/qdbusviewer-128.png qdbusviewer.png - make_desktop_entry "${QT5_BINDIR}"/qdbusviewer 'Qt 5 QDBusViewer' qdbusviewer 'Qt;Development' -} - -pkg_postinst() { - qt5-build_pkg_postinst - gnome2_icon_cache_update -} - -pkg_postrm() { - qt5-build_pkg_postrm - gnome2_icon_cache_update -} diff --git a/dev-qt/qdoc/Manifest b/dev-qt/qdoc/Manifest index 7fcf46e9151c..9ea6ff0a12ab 100644 --- a/dev-qt/qdoc/Manifest +++ b/dev-qt/qdoc/Manifest @@ -1,3 +1,2 @@ DIST qttools-everywhere-src-5.11.3.tar.xz 9705920 BLAKE2B 1c44d914463cd2bb2e61652debbd4661822442e0fc02569d98c17e3898d6acdd7546fb978af4a3dfe4fd00d66cbd4424b794ee7e7a26460465503b03b5f9957a SHA512 f9604ef4c33892a429c4f7252892271888b64e087ce8e943308680628b8c3a033aa2ea6659e6210ac90e3404120f458c77f650f20fed13f4723ed3c03a598eaf -DIST qttools-everywhere-src-5.12.1.tar.xz 9818060 BLAKE2B 1a1cf98d19e41b5fa2ec765ce9b931e9d678dc6e504f65f5b2b96ba5420d36c3955098abc4b66a886f37243e13fa388ff4e2761fc39295d864818cca50cb0380 SHA512 e3ae1974f0b20bad1b86d038c3585753183b8c24c133393e3ecf65a0487402ad8dcf8147bf263e9a4c2d3abef1b706981943fcf5268726e424f1b61f69ce4f2e DIST qttools-everywhere-src-5.12.2.tar.xz 9808600 BLAKE2B 3c9a2b546d438c9de84f64f04531ea668759bcd85798342c23b936b531bae5dff3b232bfdb4eb938489bd5f113602780e3f4ac0f344982a4984db0f95b5a24c3 SHA512 bfc415d2764ecee50b5eb1b5641ac709ebeaf3cfbbc73bc431acab307b9fd3f056f093e6b4010e2f7802f5714b56564c39ebe9fc280ce514c175fb44e0a35b8c diff --git a/dev-qt/qdoc/qdoc-5.12.1.ebuild b/dev-qt/qdoc/qdoc-5.12.1.ebuild deleted file mode 100644 index 02aa22c368e9..000000000000 --- a/dev-qt/qdoc/qdoc-5.12.1.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -QT5_MODULE="qttools" -inherit qt5-build - -DESCRIPTION="Qt documentation generator" - -if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="~amd64 ~arm ~ppc64 ~x86" -fi - -IUSE="qml" - -DEPEND=" - ~dev-qt/qtcore-${PV} - sys-devel/clang:= - qml? ( ~dev-qt/qtdeclarative-${PV} ) -" -RDEPEND="${DEPEND}" - -QT5_TARGET_SUBDIRS=( - src/qdoc -) - -src_prepare() { - qt_use_disable_mod qml qmldevtools-private \ - src/qdoc/qdoc.pro - - qt5-build_src_prepare -} - -src_configure() { - # src/qdoc requires files that are only generated when qmake is - # run in the root directory. bug 676948; same fix as bug 633776 - mkdir -p "${QT5_BUILD_DIR}"/src/qdoc || die - qt5_qmake "${QT5_BUILD_DIR}" - qt5-build_src_configure -} diff --git a/dev-qt/qt-docs/Manifest b/dev-qt/qt-docs/Manifest index a975c6a6fd58..f45666a04646 100644 --- a/dev-qt/qt-docs/Manifest +++ b/dev-qt/qt-docs/Manifest @@ -6,14 +6,6 @@ DIST 5.11.3-0-201811291914qtscript-documentation.7z 722145 BLAKE2B 97abb8f938b07 DIST 5.11.3-0-201811291914qtscripttools-documentation.7z 88994 BLAKE2B 10d3593bd8261deefcb080b7602a24e2044e43d463a2cc2cef0a795d9fba3d307c3421d7cf07e238a8f7c129dbaccb713c2594bc8411a852fbf052ce4b796bd1 SHA512 29196525e15b3602ed38f03e02036c99fe1c2a2edb45a0c6f061e68c965d049e923ad4e8534c1580895e6b74d72f7f099e3c5771de61c229ec5812680b3b2a50 DIST 5.11.3-0-201811291914qtvirtualkeyboard-documentation.7z 1637961 BLAKE2B a4c46e635563a6f37c6184a93f8eb1aaa345052873a43bfaf805e3790847324298161229c07420e8665347b45797455cb6ef56cbfdf8240840ccf9e1e8e2982a SHA512 fc48123592a7502abc05f5c8ecfb33d12e041f3f278a1dbc27d3bc8653bb3e2464da89a8f14ef4bf07f786b80c26104dfcc89034a44f62a5810d4a01bf578c88 DIST 5.11.3-0-201811291914qtwebengine-documentation.7z 3654309 BLAKE2B abd0799f31f0f00af0faaa335ae821e68cbf7f90d0e2027c866bcf2a397fc57efa8a12556eb685d09cc4e65653af1e15946d7f9530b82de10bbe1c2d6ee5c606 SHA512 e61e3d410e39e78b02c7afd86877e7b3d3f18102d7cf07adecf420f84a991ee28edb98b5413b03f3f5248edd68eba33d4273630abd8f8c915c9761f7e8c9da3f -DIST 5.12.1-0-201901300533qt-everywhere-documentation.7z 253481395 BLAKE2B 929896f081c59ccc7916a4ba99ff65e85ea847d670497c59ac9059082d6ec48a022f8cd8a6d45d18ce083f8612856aa8b30f168e05f5752c2a8ccdfaf0d8b0b3 SHA512 b02b93679dec3c788ff15348169be3c697f14a16395d248595af1d4fd7e4196c91e8895a07edfd0dfec6c1a58dd9b6fd69f01c046905a96c618d73e8d4cd62de -DIST 5.12.1-0-201901300533qtcharts-documentation.7z 9251676 BLAKE2B d3b6ce6df32728794dba67b1b564ff26d08dc8a7c2eb7087798b3e9d3307fc62b030d024e54e944c46de17ab4efd83960366727580f5f64639872fa543bd6d9b SHA512 3445ef34c9f064d7b8b088d749824efdf103c9558247dd6386e3edcde06c171edf11fb65453fb668b775a2adee579f0aba49cf0535f2349d5d721a7f83f099d7 -DIST 5.12.1-0-201901300533qtdatavisualization-documentation.7z 8388591 BLAKE2B e3485386d1134e6fb816c48a2e9c7a7f3e5e2511cbdc604411a90858ea38b460167ee5c3f31ffaa1784106dad5b5bb95b376669ddaa3a8b3747eea380902d1dd SHA512 988ed981fb08688880672218ad66ff8f64673822dd5054b11aa964039116a077a1d4fad511ec795ccbda64969706a3c0537290940276ca6f3075a371519dc728 -DIST 5.12.1-0-201901300533qtnetworkauth-documentation.7z 299881 BLAKE2B a581eac84d924afcdb88675cd774fabbc756f0267ce7b360a573bcd3ad8cf472f20487f35b91ea05aa97225f11e9d81ec85d461c6e44dc5aa2f49e31cc38e863 SHA512 2b333aa844882b569ad15dcbc8bfc731417ed9887683e2a0805423d5975905ffc61a2e26255e53d0e84a872bf16a4abdcd7c4b56dc9020ba8baba639979c3ebf -DIST 5.12.1-0-201901300533qtscript-documentation.7z 723374 BLAKE2B ab4f7aaf968f6ce1c0f0c4d130bb40c5071e95bf41aa09f3b7d82429acbe4b35fe8101a760b26d2a2ba23e3687d03764a2e325cee9bacd16c89a5a61d19f7035 SHA512 1f88eba773097f891352f47b98d2e91f1276dc21fba4737c3ff6693f78817396a5f27afcffd2668d10b364d14b832fc9f8733f8ad1de18af609cd2b242b7b897 -DIST 5.12.1-0-201901300533qtscripttools-documentation.7z 90498 BLAKE2B 23a3f93714077f9eb72cb1d42b0ef7e0f7d5a940488542602b12a9295e96f551b1668a4cae8185f2471543bfc2963d5f65eacccf8f2d64fd0ea4fe48718da9d3 SHA512 dc78c194ab6e5473df5b10d8b831c8e0aefb020cd243d310b2d8f1606675bbe678475950df4b747976c2591cb4e81b0c5eaea17d9443319f9a1eae48ef81fa79 -DIST 5.12.1-0-201901300533qtvirtualkeyboard-documentation.7z 2090499 BLAKE2B cea431cb2c6d1b1eefcb6802ecb42a5575df1ff5edc8220489b00d5ce09e53221f9888ab7f64853fdbc240692922000de4712110811d645dfb8da6d5ff02bc4b SHA512 b11d5fd28ef7a326807738bffaf6dbc7b994c3ed708d4659a9411dfce40e0cd40d36dfabc2eb08041336ac4dde4dbbebba9dc5097c3b7c00244ded6866d8141e -DIST 5.12.1-0-201901300533qtwebengine-documentation.7z 3823853 BLAKE2B 2911b43eb03bcf0ee969d3db8bd9a93f1f2e1de3d6d918f6231fb9eeffdd2eca555e3f7b0fc5d710f91a19d2ad8f1773e8e2b114a8e0239c5e636b837ff8fa83 SHA512 29065faf1048ec03122091e67b99b8c7bd9ad026f494c326512ef6fc0675e8fd62de000517e8284adcc5d27bbf02a05017211e5b50fa2c6bad61c774babedb4e DIST 5.12.2-0-201903121945qt-everywhere-documentation.7z 253951223 BLAKE2B 52287043ea2f6d5a3b6f84e62404b63cdf3e012bfa1f72dc6c29035b73943fe2a0122418e376353d1c7852308cc73012bff65b001fd3ad6e12aa15aa41f1930c SHA512 e73b08c7abf5263948c86a159669e27924033b3814e6b334f3caa4ce991c0d36f47b562292051b81e9f8599342cf74f2682cf776316b8490a14c9babfa5f1914 DIST 5.12.2-0-201903121945qtcharts-documentation.7z 9251529 BLAKE2B 492fc0dea63e1a40201a50f94a15b3d368b29d2dfb88bb15faf407c4ba20d2b5d01a8ed78dd662167619ae3669edd92629af96f4bcd4fbab58b9320153cc8e74 SHA512 15ea3cf5cf6e0dbcad8bc9088f0535d33a4c2fa888bad008bd2880f17bc6cf06e731bac3e24f1763c4cda36d2762cd0cf107083b454442d5b7285ae7e504c774 DIST 5.12.2-0-201903121945qtdatavisualization-documentation.7z 8389636 BLAKE2B a552ac5c39603e3fa66795fed68b8c506ce655c6a16a08e82f358d3dac5df52803e38cdc84efe59fc64cef3a753662f996a3fd6f520c024f66cfeebac509ccd0 SHA512 b2a63743f9ff1f179673b0e7adfd38f891a8d9f7dafc0be7e992b02a71a1b687d81a19a98731d4f0c7b0301a334e05963a3797fd0f9442e4e1302e2403a2e1ce diff --git a/dev-qt/qt-docs/qt-docs-5.12.1_p201901300533.ebuild b/dev-qt/qt-docs/qt-docs-5.12.1_p201901300533.ebuild deleted file mode 100644 index 9f6dfa1aff4d..000000000000 --- a/dev-qt/qt-docs/qt-docs-5.12.1_p201901300533.ebuild +++ /dev/null @@ -1,59 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DESCRIPTION="Qt5 documentation, for use with Qt Creator and other tools" -HOMEPAGE="https://doc.qt.io/" - -PV_FULL=${PV/_p/-0-} -PV_NODOTS=$(ver_rs 1-3 '' ${PV/_p*/}) -BASE_URI="https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt5_${PV_NODOTS}_src_doc_examples/qt.qt5.${PV_NODOTS}.doc" -SRC_URI="${BASE_URI}/${PV_FULL}qt-everywhere-documentation.7z - charts? ( ${BASE_URI}.qtcharts/${PV_FULL}qtcharts-documentation.7z ) - datavis? ( ${BASE_URI}.qtdatavis3d/${PV_FULL}qtdatavisualization-documentation.7z ) - networkauth? ( ${BASE_URI}.qtnetworkauth/${PV_FULL}qtnetworkauth-documentation.7z ) - script? ( ${BASE_URI}.qtscript/${PV_FULL}qtscript-documentation.7z - ${BASE_URI}.qtscript/${PV_FULL}qtscripttools-documentation.7z ) - virtualkeyboard? ( ${BASE_URI}.qtvirtualkeyboard/${PV_FULL}qtvirtualkeyboard-documentation.7z ) - webengine? ( ${BASE_URI}.qtwebengine/${PV_FULL}qtwebengine-documentation.7z ) -" - -LICENSE="FDL-1.3" -SLOT="5" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" - -IUSE="3d bluetooth charts datavis declarative graphicaleffects +html location - multimedia networkauth +qch script sensors virtualkeyboard webengine" -REQUIRED_USE="|| ( html qch )" - -BDEPEND="app-arch/p7zip" - -S=${WORKDIR}/Docs/Qt-${PV%_p*} - -src_prepare() { - default - - # bug 597026 - rm -r global || die - - # bug 602750 - rm Makefile || die - - use 3d || rm -r qt3d* || die - use bluetooth || rm -r qtbluetooth* || die - use declarative || rm -r qtqml* qtquick* || die - use graphicaleffects || rm -r qtgraphicaleffects* || die - use location || rm -r qtlocation* || die - use multimedia || rm -r qtmultimedia* || die - use sensors || rm -r qtsensors* || die -} - -src_install() { - # must be the same as QT5_DOCDIR - local dest=/usr/share/qt5-doc - insinto "${dest}" - use html && doins -r */ - use qch && doins *.qch - docompress -x "${dest}" -} diff --git a/dev-qt/qt3d/Manifest b/dev-qt/qt3d/Manifest index bcdc2466fcad..8e02e30a3ca8 100644 --- a/dev-qt/qt3d/Manifest +++ b/dev-qt/qt3d/Manifest @@ -1,3 +1,2 @@ DIST qt3d-everywhere-src-5.11.3.tar.xz 84944236 BLAKE2B f1db5cdb569777603868081bd97b0c1b4e68bdb4ec51e133d1078e23796eadd25ecef73caa23872f264aab51ec4b7cfd1d2af087445a8f826c2659fdec5e1a5d SHA512 d75d9b9ddb456d8a0163b35e9417c313c56ca1332fd742cb9a682d3e9d6c68e8cc6603bd900f8c634baf79522a00c0ba9aa82ce3db3b65c4656fef2c71c908af -DIST qt3d-everywhere-src-5.12.1.tar.xz 84953112 BLAKE2B 96a31983678fa72e74f2d3733921c79d027fbe1c5b5dfcf193c2d4766844e56affe53d0339b8653390fa49284ed9fd649ef943629ba1793d261603f0b053fc20 SHA512 4c054b1075e976043fca5033a27be8a3f0d2df5dde5da4a536a9e7d61cdfd91007a2bf687bc19ad59724a2d53a9730b5d2446238bb7c6289d6a5dd3bf220a409 DIST qt3d-everywhere-src-5.12.2.tar.xz 84950848 BLAKE2B 26952e2e470a71d382c5cf932286d903367bc6735acb7d6240103debb50b196d94392b10ebc7288301f4076936d9fb74297b99a70ed6bbc8c785c494fbe3d0db SHA512 888752b7a7c45e5416382fa75d6f3e3f50b75a786ec7cf2806548dfcd9e7b6d116553f4ea666e98cdab85af9de6127b323c407cac299b507132944daa9b53729 diff --git a/dev-qt/qt3d/qt3d-5.12.1.ebuild b/dev-qt/qt3d/qt3d-5.12.1.ebuild deleted file mode 100644 index 875c47d5ed08..000000000000 --- a/dev-qt/qt3d/qt3d-5.12.1.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -inherit qt5-build - -DESCRIPTION="3D rendering module for the Qt5 framework" - -if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="~amd64 ~x86" -fi - -# TODO: gamepad, tools -IUSE="gles2 qml" - -DEPEND=" - ~dev-qt/qtconcurrent-${PV} - ~dev-qt/qtcore-${PV} - ~dev-qt/qtgui-${PV} - ~dev-qt/qtnetwork-${PV} - >=media-libs/assimp-4.0.0 - qml? ( ~dev-qt/qtdeclarative-${PV}[gles2=] ) -" -RDEPEND="${DEPEND}" - -src_prepare() { - rm -r src/3rdparty/assimp/{code,contrib,include} || die - - qt_use_disable_mod qml quick src/src.pro - - qt5-build_src_prepare -} diff --git a/dev-qt/qtbluetooth/Manifest b/dev-qt/qtbluetooth/Manifest index 987803caff17..152a594d87f1 100644 --- a/dev-qt/qtbluetooth/Manifest +++ b/dev-qt/qtbluetooth/Manifest @@ -1,3 +1,2 @@ DIST qtconnectivity-everywhere-src-5.11.3.tar.xz 2729800 BLAKE2B 30c86277eb6f997b52bd6ee42d1c420bba88b78bd65e4bab6fb6c38b8d9d61e14da3ca0148f364b981636920452915dd4889a528276c711eeedea507ebfeb7e7 SHA512 e44f2438792733f633c2788e7bc1910e7fdd72af660137cba8aff37deb92c01253b3f4b5663e1bc381e63bcf7a4b469f2682f8c85e6885af423df3d4a5fb055a -DIST qtconnectivity-everywhere-src-5.12.1.tar.xz 2748888 BLAKE2B c486b5c37d1aa98fa58e983d6ac5f9ccff2fc9b7f17034544bcaffc733540af24635dae92b68203eb79b192a4f270e4038abacae389fed8f4aa60dacc187302c SHA512 89a16da0bb958da3123a2cebec45b954b034b2a586490c8217769e2e0f22080676e57f847c9a6622ea2129f539ac8732e0968f38517236c9880ff9b715492ede DIST qtconnectivity-everywhere-src-5.12.2.tar.xz 2750052 BLAKE2B 2f09f0b3ca45a01a90bfc1a0beb624fc735ac26a9deb5782895279f43441ff318d189241eed5496c9c8a5fa819c5152723c40ab20bb283d4dcbddbe27376c675 SHA512 fc001570d2296df9c0535ed9b481e209ab7b8093b3ade04b4bed5bc61083cc8ccc0764dcadcfc8a7a3bba3538c8d44029d0d9ef0c6fc9aa647e2e4ff8b2d9050 diff --git a/dev-qt/qtbluetooth/qtbluetooth-5.12.1.ebuild b/dev-qt/qtbluetooth/qtbluetooth-5.12.1.ebuild deleted file mode 100644 index c610b7cd0001..000000000000 --- a/dev-qt/qtbluetooth/qtbluetooth-5.12.1.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -QT5_MODULE="qtconnectivity" -inherit qt5-build - -DESCRIPTION="Bluetooth support library for the Qt5 framework" - -if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" -fi - -IUSE="qml" - -RDEPEND=" - ~dev-qt/qtconcurrent-${PV} - ~dev-qt/qtcore-${PV} - ~dev-qt/qtdbus-${PV} - >=net-wireless/bluez-5:= - qml? ( ~dev-qt/qtdeclarative-${PV} ) -" -DEPEND="${RDEPEND} - ~dev-qt/qtnetwork-${PV} -" - -src_prepare() { - sed -i -e 's/nfc//' src/src.pro || die - - qt_use_disable_mod qml quick src/src.pro - - qt5-build_src_prepare -} diff --git a/dev-qt/qtcharts/Manifest b/dev-qt/qtcharts/Manifest index 69a156ed243c..ce93884426ca 100644 --- a/dev-qt/qtcharts/Manifest +++ b/dev-qt/qtcharts/Manifest @@ -1,3 +1,2 @@ DIST qtcharts-everywhere-src-5.11.3.tar.xz 4239348 BLAKE2B 4b601e466f6e9bf3c9f90ace35b4c698a51dda7a3be964fdb68928cce1d5bac95c83f6586656a61bc5c014ccd35bae8223c86503eab200036e466a0cd4bd7b21 SHA512 9fc639e210fee95356deaf564967435a6f29a0d2c4a5599ce271c1bd5e5e2300eb1ec4637f20034630a5cfacea9117ebfcd9ae7c2f3c55adf7f4dce34984bd39 -DIST qtcharts-everywhere-src-5.12.1.tar.xz 4242664 BLAKE2B 881885e6836c50cc0603581d641fde30bb1fad89c4379b7573a4e7865a5c8215c0b4527555fc6f38c7127ced82cdbe08591b85a7f01c08df7b0f0e1db6cf43df SHA512 1915581f9cd644e0c6d9d38f5881ce388437ab1fa45554c01625ffd5c51067188450ff9329ccfcab17222389876658bd1e4595a426e75ef637311888451cfcd2 DIST qtcharts-everywhere-src-5.12.2.tar.xz 4242568 BLAKE2B 10f4974918bed9f6f3db62553f6206c40c3d1bf3427a02aa59858e54ca4bd1059f9135739ad2037d794e6507c1d71fcbfc79be571c16ef1997fd7146453c556f SHA512 dae38c553071ad5006948f0f355c1eadc32e4d860c565a61258fee9dc43f0fd940b265c80319a3b8869ea192030441fd1581907d1ec96f9b949ffd92ed2313d3 diff --git a/dev-qt/qtcharts/qtcharts-5.12.1.ebuild b/dev-qt/qtcharts/qtcharts-5.12.1.ebuild deleted file mode 100644 index fe200dea97cb..000000000000 --- a/dev-qt/qtcharts/qtcharts-5.12.1.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -inherit qt5-build - -DESCRIPTION="Chart component library for the Qt5 framework" -LICENSE="GPL-3" - -if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="~amd64 ~x86" -fi - -IUSE="qml" - -DEPEND=" - ~dev-qt/qtcore-${PV} - ~dev-qt/qtgui-${PV} - ~dev-qt/qtwidgets-${PV} - qml? ( ~dev-qt/qtdeclarative-${PV} ) -" -RDEPEND="${DEPEND}" - -src_prepare() { - qt_use_disable_mod qml quick \ - src/src.pro - - qt5-build_src_prepare -} diff --git a/dev-qt/qtconcurrent/Manifest b/dev-qt/qtconcurrent/Manifest index 2f5ac743d244..31183700c849 100644 --- a/dev-qt/qtconcurrent/Manifest +++ b/dev-qt/qtconcurrent/Manifest @@ -1,3 +1,2 @@ DIST qtbase-everywhere-src-5.11.3.tar.xz 46997676 BLAKE2B a70089be5530dec0eedcd5ba990140b375261dea5c85ea7d1dbb5b0bd09ee23edbb4917851127686b5f3cac6969a284eb91ab075ebe53326e69e99e81b257da0 SHA512 93865e41c994211456a575b085c2e7491b7975a1c3b4deb48e9616b51104eb990c1fcfd53d5fb2146ba22457cb134e6254e9077ba73c8b4c4b4d1d525e66fb65 -DIST qtbase-everywhere-src-5.12.1.tar.xz 48239912 BLAKE2B 99a92c2134a20d5f52a1ae69e5d248f12e4668308f894ead17927a778558b4fcd598f5f5208527a77e20550d7eb77502253cae91ad19f61ff422a1ff52e84060 SHA512 51494d8947ae16ab7aee22aca156035718f5a700737547de59b4d61d3919c00f4de858111c8928a66c0385604623d847d231892d964d53924a8c97b6e2bedf25 DIST qtbase-everywhere-src-5.12.2.tar.xz 48364464 BLAKE2B 1743fc3e233ab5c204c4c88db61ede946fbb967ed69c47709ee071bf1b911ef79a6581ff9db6e6bdabb15202196614fbdce32521750e41898906100ae5259960 SHA512 6752ecc096f8baf8e14e56f0d1f139e8a0d75967ab61bf1734ad5f4f4609a7cc707ab080f5f85f2230bbbb1454a0669be60a14d57d9a93aef553ce6f85f71613 diff --git a/dev-qt/qtconcurrent/qtconcurrent-5.12.1.ebuild b/dev-qt/qtconcurrent/qtconcurrent-5.12.1.ebuild deleted file mode 100644 index a8d2c0d80bfb..000000000000 --- a/dev-qt/qtconcurrent/qtconcurrent-5.12.1.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -QT5_MODULE="qtbase" -inherit qt5-build - -DESCRIPTION="Multi-threading concurrence support library for the Qt5 framework" - -if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd" -fi - -IUSE="" - -DEPEND=" - ~dev-qt/qtcore-${PV} -" -RDEPEND="${DEPEND}" - -QT5_TARGET_SUBDIRS=( - src/concurrent -) diff --git a/dev-qt/qtcore/Manifest b/dev-qt/qtcore/Manifest index 2f5ac743d244..31183700c849 100644 --- a/dev-qt/qtcore/Manifest +++ b/dev-qt/qtcore/Manifest @@ -1,3 +1,2 @@ DIST qtbase-everywhere-src-5.11.3.tar.xz 46997676 BLAKE2B a70089be5530dec0eedcd5ba990140b375261dea5c85ea7d1dbb5b0bd09ee23edbb4917851127686b5f3cac6969a284eb91ab075ebe53326e69e99e81b257da0 SHA512 93865e41c994211456a575b085c2e7491b7975a1c3b4deb48e9616b51104eb990c1fcfd53d5fb2146ba22457cb134e6254e9077ba73c8b4c4b4d1d525e66fb65 -DIST qtbase-everywhere-src-5.12.1.tar.xz 48239912 BLAKE2B 99a92c2134a20d5f52a1ae69e5d248f12e4668308f894ead17927a778558b4fcd598f5f5208527a77e20550d7eb77502253cae91ad19f61ff422a1ff52e84060 SHA512 51494d8947ae16ab7aee22aca156035718f5a700737547de59b4d61d3919c00f4de858111c8928a66c0385604623d847d231892d964d53924a8c97b6e2bedf25 DIST qtbase-everywhere-src-5.12.2.tar.xz 48364464 BLAKE2B 1743fc3e233ab5c204c4c88db61ede946fbb967ed69c47709ee071bf1b911ef79a6581ff9db6e6bdabb15202196614fbdce32521750e41898906100ae5259960 SHA512 6752ecc096f8baf8e14e56f0d1f139e8a0d75967ab61bf1734ad5f4f4609a7cc707ab080f5f85f2230bbbb1454a0669be60a14d57d9a93aef553ce6f85f71613 diff --git a/dev-qt/qtcore/qtcore-5.12.1.ebuild b/dev-qt/qtcore/qtcore-5.12.1.ebuild deleted file mode 100644 index 2aa86f3a4a1c..000000000000 --- a/dev-qt/qtcore/qtcore-5.12.1.ebuild +++ /dev/null @@ -1,84 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -QT5_MODULE="qtbase" -inherit qt5-build - -DESCRIPTION="Cross-platform application development framework" - -if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd" -fi - -IUSE="icu systemd" - -DEPEND=" - dev-libs/double-conversion:= - dev-libs/glib:2 - dev-libs/libpcre2[pcre16,unicode] - sys-libs/zlib:= - icu? ( dev-libs/icu:= ) - !icu? ( virtual/libiconv ) - systemd? ( sys-apps/systemd:= ) -" -RDEPEND="${DEPEND} - !> "${D%/}"/${QT5_HEADERDIR}/QtCore/qconfig.h <<- _EOF_ || die - - #if defined(QT_NO_${flag}) && defined(QT_${flag}) - # undef QT_NO_${flag} - #elif !defined(QT_NO_${flag}) && !defined(QT_${flag}) - # define QT_NO_${flag} - #endif - _EOF_ - done -} diff --git a/dev-qt/qtdatavis3d/Manifest b/dev-qt/qtdatavis3d/Manifest index ef004606c175..747b6ebd1a1f 100644 --- a/dev-qt/qtdatavis3d/Manifest +++ b/dev-qt/qtdatavis3d/Manifest @@ -1,3 +1,2 @@ DIST qtdatavis3d-everywhere-src-5.11.3.tar.xz 5201492 BLAKE2B 6ccc679892b6e234075cad890823ce5b20c887479f306284c49b40672da54dddc1d65970e3771e05b48ea7acf3e031593c77f64ef32e52106506cf10281c6aa1 SHA512 6e672a7d07f197b86d7914d249078137ae247463c1da77ed01cedc71326e6e4009ecfc7cd59f2277c290ba1e3c84b741466f9feeae8391a11bb7fc458bd06aae -DIST qtdatavis3d-everywhere-src-5.12.1.tar.xz 5199768 BLAKE2B 6c1279a876244f698c491f5cb8752113f06421f524e651628c4f5ed12a3e5de60e2c1e2e03e46adcf57d33228b36dc5bcdd3c4ed6961ef5e3963715487707014 SHA512 a0eff0f58515720d9c8e37bce16a3f6f719ca748c6228f183eb7e2fe2cc024195e5122cc29b9d0dba3319a9d6147105c0b253fb5e633e16db1fb20cca563d956 DIST qtdatavis3d-everywhere-src-5.12.2.tar.xz 5201424 BLAKE2B 34d67801d013775dcdfe177f95497368356b5114e4e41823f642d5127b542f27f93424dd758e04a22abd07723013dec512b958d7279a0292f9877b6fad60be6e SHA512 4d4f29d3e8f5db2ed49b0aa963b93f2a1f07a42204284c2abc1a698e2ccf16ea36dc8ff77aa452ce77d5242159334ae7b3df605b838a5271003f76bd3b78286f diff --git a/dev-qt/qtdatavis3d/qtdatavis3d-5.12.1.ebuild b/dev-qt/qtdatavis3d/qtdatavis3d-5.12.1.ebuild deleted file mode 100644 index 74192731918d..000000000000 --- a/dev-qt/qtdatavis3d/qtdatavis3d-5.12.1.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -inherit qt5-build - -DESCRIPTION="3D data visualization library for the Qt5 framework" -LICENSE="GPL-3" - -if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="~amd64 ~x86" -fi - -IUSE="gles2 qml" - -DEPEND=" - ~dev-qt/qtcore-${PV} - ~dev-qt/qtgui-${PV}[gles2=] - qml? ( ~dev-qt/qtdeclarative-${PV}[gles2=] ) -" -RDEPEND="${DEPEND}" - -src_prepare() { - # eliminate bogus dependency on qtwidgets - sed -i -e '/requires.*widgets/d' qtdatavis3d.pro || die - - qt_use_disable_mod qml quick \ - src/src.pro - - qt5-build_src_prepare -} diff --git a/dev-qt/qtdbus/Manifest b/dev-qt/qtdbus/Manifest index 2f5ac743d244..31183700c849 100644 --- a/dev-qt/qtdbus/Manifest +++ b/dev-qt/qtdbus/Manifest @@ -1,3 +1,2 @@ DIST qtbase-everywhere-src-5.11.3.tar.xz 46997676 BLAKE2B a70089be5530dec0eedcd5ba990140b375261dea5c85ea7d1dbb5b0bd09ee23edbb4917851127686b5f3cac6969a284eb91ab075ebe53326e69e99e81b257da0 SHA512 93865e41c994211456a575b085c2e7491b7975a1c3b4deb48e9616b51104eb990c1fcfd53d5fb2146ba22457cb134e6254e9077ba73c8b4c4b4d1d525e66fb65 -DIST qtbase-everywhere-src-5.12.1.tar.xz 48239912 BLAKE2B 99a92c2134a20d5f52a1ae69e5d248f12e4668308f894ead17927a778558b4fcd598f5f5208527a77e20550d7eb77502253cae91ad19f61ff422a1ff52e84060 SHA512 51494d8947ae16ab7aee22aca156035718f5a700737547de59b4d61d3919c00f4de858111c8928a66c0385604623d847d231892d964d53924a8c97b6e2bedf25 DIST qtbase-everywhere-src-5.12.2.tar.xz 48364464 BLAKE2B 1743fc3e233ab5c204c4c88db61ede946fbb967ed69c47709ee071bf1b911ef79a6581ff9db6e6bdabb15202196614fbdce32521750e41898906100ae5259960 SHA512 6752ecc096f8baf8e14e56f0d1f139e8a0d75967ab61bf1734ad5f4f4609a7cc707ab080f5f85f2230bbbb1454a0669be60a14d57d9a93aef553ce6f85f71613 diff --git a/dev-qt/qtdbus/qtdbus-5.12.1.ebuild b/dev-qt/qtdbus/qtdbus-5.12.1.ebuild deleted file mode 100644 index f8e4dd27c46b..000000000000 --- a/dev-qt/qtdbus/qtdbus-5.12.1.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -QT5_MODULE="qtbase" -inherit qt5-build - -DESCRIPTION="Qt5 module for inter-process communication over the D-Bus protocol" - -if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd" -fi - -IUSE="" - -DEPEND=" - ~dev-qt/qtcore-${PV} - >=sys-apps/dbus-1.4.20 -" -RDEPEND="${DEPEND}" - -QT5_TARGET_SUBDIRS=( - src/dbus - src/tools/qdbusxml2cpp - src/tools/qdbuscpp2xml -) - -QT5_GENTOO_CONFIG=( - :dbus - :dbus-linked: -) - -QT5_GENTOO_PRIVATE_CONFIG=( - :dbus - :dbus-linked -) - -src_configure() { - local myconf=( - -dbus-linked - ) - qt5-build_src_configure -} diff --git a/dev-qt/qtdeclarative/Manifest b/dev-qt/qtdeclarative/Manifest index 696040649eed..2df599ac2924 100644 --- a/dev-qt/qtdeclarative/Manifest +++ b/dev-qt/qtdeclarative/Manifest @@ -1,3 +1,2 @@ DIST qtdeclarative-everywhere-src-5.11.3.tar.xz 22233024 BLAKE2B e443e578091f6f2154f4dda4384b07ff510f92757e113f07e1a6cc9a95caf6dc7994b72b8816e8fb03893ed8180058ae887031af880218e43758b49c397f58e4 SHA512 07d440b10ba2fbd700a191791cb6991fb9ce72c78787340e7f564bdb2bef24b035e15fe2aecd36d58f8794e56bd0aa35d28b350a73707e27748e54d46609e1a0 -DIST qtdeclarative-everywhere-src-5.12.1.tar.xz 20486428 BLAKE2B ea4759f019577d1ab75c94eb94f2f2cf17282807e293ae2a8fbb0fa203b5058c509c0b85f6252f97a61a2ff163785972fae06f5f7aa74b2d5d46dfdddf5dda19 SHA512 e06032da5c1c151200215f55728b9ce0fac299076f0ca3150143525a56bcce15eb72f6aa982b439e3920d1cd7a30468b3f0913f135d644ecda277d763fb5e1b5 DIST qtdeclarative-everywhere-src-5.12.2.tar.xz 20496648 BLAKE2B fd09fce5cf21a48018ab20942f23283b58461a1e01e5192f8266bdad35adf539359059c92a0f5f7180e68ed92c6e941b88820094c3428820dccc382de04859f1 SHA512 0c0dd27acf452e72d70d214cf1960309a9282dc7f324214c734bb2e66e8f8279db0c3e0f61a431f6c70dc683467c2a17ad37b9c5d0aa75d7f82ae9d838918dd0 diff --git a/dev-qt/qtdeclarative/qtdeclarative-5.12.1-r1.ebuild b/dev-qt/qtdeclarative/qtdeclarative-5.12.1-r1.ebuild deleted file mode 100644 index b3c3411fbb0a..000000000000 --- a/dev-qt/qtdeclarative/qtdeclarative-5.12.1-r1.ebuild +++ /dev/null @@ -1,55 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} ) -inherit python-any-r1 qt5-build - -DESCRIPTION="The QML and Quick modules for the Qt5 framework" - -if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-fbsd" -fi - -IUSE="gles2 +jit localstorage +widgets" - -# qtgui[gles2=] is needed because of bug 504322 -COMMON_DEPEND=" - ~dev-qt/qtcore-${PV} - ~dev-qt/qtgui-${PV}[gles2=] - ~dev-qt/qtnetwork-${PV} - ~dev-qt/qttest-${PV} - localstorage? ( ~dev-qt/qtsql-${PV} ) - widgets? ( ~dev-qt/qtwidgets-${PV}[gles2=] ) -" -DEPEND="${COMMON_DEPEND} - ${PYTHON_DEPS} -" -RDEPEND="${COMMON_DEPEND} - ! -Date: Sun, 24 Feb 2019 10:28:14 +0100 -Subject: [PATCH] ScrollViewStyle: Avoid division by zero in extent computation - -If the flickableItem content is empty (contentWidth / contentHeight is -equal to 0), prevent the division by zero in the computation of the -extent variable. - -Task-number: QTBUG-73691 -Change-Id: I86becca9a1fa2508d1acafe09f46dfc952e4e96d -Reviewed-by: Mitch Curtis ---- - src/controls/Styles/Base/ScrollViewStyle.qml | 4 ++-- - 1 file changed, 2 insertions(+), 2 deletions(-) - -diff --git a/src/controls/Styles/Base/ScrollViewStyle.qml b/src/controls/Styles/Base/ScrollViewStyle.qml -index 6750399d4..36b518d39 100644 ---- a/src/controls/Styles/Base/ScrollViewStyle.qml -+++ b/src/controls/Styles/Base/ScrollViewStyle.qml -@@ -370,8 +370,8 @@ Style { - - property var flickableItem: control.flickableItem - property int extent: Math.max(minimumHandleLength, __styleData.horizontal ? -- Math.min(1, (flickableItem ? flickableItem.width/flickableItem.contentWidth : 1)) * bg.width : -- Math.min(1, (flickableItem ? flickableItem.height/flickableItem.contentHeight : 1)) * bg.height) -+ Math.min(1, ((flickableItem && flickableItem.contentWidth > 0.0) ? flickableItem.width/flickableItem.contentWidth : 1)) * bg.width : -+ Math.min(1, ((flickableItem && flickableItem.contentHeight > 0.0) ? flickableItem.height/flickableItem.contentHeight : 1)) * bg.height) - readonly property real range: __control.maximumValue - __control.minimumValue - readonly property real begin: __control.value - __control.minimumValue - --- -2.16.3 - diff --git a/dev-qt/qtquickcontrols/qtquickcontrols-5.12.1-r1.ebuild b/dev-qt/qtquickcontrols/qtquickcontrols-5.12.1-r1.ebuild deleted file mode 100644 index a2971f97dd8a..000000000000 --- a/dev-qt/qtquickcontrols/qtquickcontrols-5.12.1-r1.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -inherit qt5-build - -DESCRIPTION="Set of Qt Quick controls to create complete user interfaces (deprecated)" - -if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86" -fi - -IUSE="+widgets" - -DEPEND=" - ~dev-qt/qtcore-${PV} - ~dev-qt/qtdeclarative-${PV} - ~dev-qt/qtgui-${PV} - widgets? ( ~dev-qt/qtwidgets-${PV} ) -" -RDEPEND="${DEPEND}" - -PATCHES=( "${FILESDIR}/${P}-scrollviewstyle-div-by-zero.patch" ) - -src_prepare() { - qt_use_disable_mod widgets widgets \ - src/src.pro \ - src/controls/Private/private.pri \ - tests/auto/activeFocusOnTab/activeFocusOnTab.pro \ - tests/auto/controls/controls.pro \ - tests/auto/testplugin/testplugin.pro - - qt5-build_src_prepare -} diff --git a/dev-qt/qtquickcontrols2/Manifest b/dev-qt/qtquickcontrols2/Manifest index 2dd6cee0a37d..49a249c10144 100644 --- a/dev-qt/qtquickcontrols2/Manifest +++ b/dev-qt/qtquickcontrols2/Manifest @@ -1,3 +1,2 @@ DIST qtquickcontrols2-everywhere-src-5.11.3.tar.xz 9042632 BLAKE2B fa057831927bc429f2f3b906165d8fb4299d8fc260f35578c7ab5e68a99056a50848d110f337cd2440d443f123c7aff779a57990bb8232319eb1e9c8b1e91dba SHA512 b0591ac1f6948dfea2b43691f8dc5187a4d68142c61279fcc4387e7e9ea9ac1f4062d93d4adc4f8de28a39ab86a5d035f72f0c7eacb93050f2c002d7a0fc2caa -DIST qtquickcontrols2-everywhere-src-5.12.1.tar.xz 9289452 BLAKE2B 8db3aa77b238a27adff2d2943262d17e2ff3cc5d2091b625e1bf69c886d52d0f3134909f719db6fd1692dd64b15f06c57db772df813124f10c3b25a17b065661 SHA512 fecbde2d38e7b9d18c0cfba8a724bba43d92702b8fb7c15b589a47e584f6023e498b1fb81a864835dbfdf38af6ee20ce9965f233df497a0639aceb87e8c1b123 DIST qtquickcontrols2-everywhere-src-5.12.2.tar.xz 9291844 BLAKE2B e60c6b957705bbb772b2b4eafd6fe671bd44472e75de6b1fd5fdd0fc24be4c8518745230c6c69aa2ec804ed4eedc9443e57d1804bca69f8c6a2006753d744ea3 SHA512 ec8648a75f72425ebbf67ebf974c0c6aa2e94fe409c0a030fc36a8cbdaab68157aa12454ae9f0e723474a21d0b661a32cf971ac494e718859d36679bb9b43735 diff --git a/dev-qt/qtquickcontrols2/qtquickcontrols2-5.12.1.ebuild b/dev-qt/qtquickcontrols2/qtquickcontrols2-5.12.1.ebuild deleted file mode 100644 index 3e47b88ddedc..000000000000 --- a/dev-qt/qtquickcontrols2/qtquickcontrols2-5.12.1.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -inherit qt5-build - -DESCRIPTION="Set of next generation Qt Quick controls for the Qt5 framework" - -if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" -fi - -IUSE="widgets" - -DEPEND=" - ~dev-qt/qtcore-${PV} - ~dev-qt/qtdeclarative-${PV} - ~dev-qt/qtgui-${PV} - widgets? ( ~dev-qt/qtwidgets-${PV} ) -" -RDEPEND="${DEPEND} - ~dev-qt/qtgraphicaleffects-${PV} -" - -src_prepare() { - qt_use_disable_mod widgets widgets \ - src/imports/platform/platform.pro - - qt5-build_src_prepare -} diff --git a/dev-qt/qtscript/Manifest b/dev-qt/qtscript/Manifest index a5ea65955fd1..5863cbc83700 100644 --- a/dev-qt/qtscript/Manifest +++ b/dev-qt/qtscript/Manifest @@ -1,3 +1,2 @@ DIST qtscript-everywhere-src-5.11.3.tar.xz 2674692 BLAKE2B d209df1f632b9a00973eb043660c8a4a5e5c178fabd3bc715f91b37b781ea3567ea6fd7a2a12d462a63fb858c98a2e3ae703e8d7297a37c5d0dcc81d2f972d9e SHA512 987f9a13a698e3f498ea7408f4a9b2379969e901aa6b672ab2733af9d65fe79dd27af5f67aff5d7ab1903b5889c82359970ac81cf27f1eb2bad1e36eaa376b30 -DIST qtscript-everywhere-src-5.12.1.tar.xz 2674208 BLAKE2B 42155ed03d28be3ddc4872e74c4b3928179a2bf435d44ba5e800c9fcb990dcf2eb5f57a3d73a8c0f85354830e9a6b456bc19d0ca3b0d9cfa43b0fd90d1e9a26b SHA512 1fe7d0582e6c61fd146d66080bc91b40a6a2bda9b6bdb983339276b1aebb6f3c24070fc5acb2fd90556c11d51708c7bc75542532097b7f4f381b13dadaec5c9e DIST qtscript-everywhere-src-5.12.2.tar.xz 2673104 BLAKE2B d96aa1d4e1d5150e3ac07919b6eabc7bac55d879141d20df865f7bbb03b2e1a18eef442de0a5b6f52216e69ca0d66f5648ae427f6b934e0de4ce107b8534d811 SHA512 fe0bfb05142c53164ef05a8a8407c3647f541d9c1fba5f20f230ac811e954a3576e60997291d4c60aa52c896d2bb0b0b031644cc53ed755440649a4148b9fc0b diff --git a/dev-qt/qtscript/qtscript-5.12.1.ebuild b/dev-qt/qtscript/qtscript-5.12.1.ebuild deleted file mode 100644 index 432ba5bd2828..000000000000 --- a/dev-qt/qtscript/qtscript-5.12.1.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -inherit qt5-build - -DESCRIPTION="Application scripting library for the Qt5 framework (deprecated)" - -if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd" -fi - -IUSE="+jit scripttools" - -DEPEND=" - ~dev-qt/qtcore-${PV} - scripttools? ( - ~dev-qt/qtgui-${PV} - ~dev-qt/qtwidgets-${PV} - ) -" -RDEPEND="${DEPEND}" - -PATCHES=( "${FILESDIR}/${PN}-5.11.3-gcc-8.3.patch" ) # bug 678640 - -src_prepare() { - qt_use_disable_mod scripttools widgets \ - src/src.pro - - qt5-build_src_prepare -} - -src_configure() { - local myqmakeargs=( - JAVASCRIPTCORE_JIT=$(usex jit 'yes' 'no') - ) - qt5-build_src_configure -} diff --git a/dev-qt/qtscxml/Manifest b/dev-qt/qtscxml/Manifest index b4b29be5a3c2..dabec49b1eaf 100644 --- a/dev-qt/qtscxml/Manifest +++ b/dev-qt/qtscxml/Manifest @@ -1,3 +1,2 @@ DIST qtscxml-everywhere-src-5.11.3.tar.xz 433500 BLAKE2B 7d7d961d2ec8e91dfb6e359ee3cde840094ac22f71745998b262e5a1d489f38f561ad163e36173c7758618213970bcc80a2f327cccb7e80d9b89dbf7ee0d8ecf SHA512 d162da8c11a24b764b793e446a9c1ce91068296e8f79525a874420fc97f0a9748ebef84f0fc0d615b6603025a3d8897f0ef14bcdcd95209f518d691dd457a93e -DIST qtscxml-everywhere-src-5.12.1.tar.xz 434112 BLAKE2B 5d1a22ae2322738b86185527e59d392720fc400211698d70a516eb3c25e0a63af03b5a4c20779a91eb9ed2530119f488013b3bc09726fffc2001a5bd2af761f2 SHA512 3bfb08eb8506ca1076a594fb48b09360d258ecf26596045d2bff8702ad1ac0d0cc16dbc5e4528bf2a0fc1fad93c44f5cf34dc86e4d1243764a49a56f99985501 DIST qtscxml-everywhere-src-5.12.2.tar.xz 434184 BLAKE2B ca0e5911ab12ca07059bc7fd0c0b909f6d3ac29951ee1f4dc933732f17ecf9f86e65475efce7083f18039ea43ac959cd2d3a4ab981021c7295b7986326abb4b9 SHA512 229044c4bacefa8ef40e2c98d341097978b78647e8c8eb67471aba18e5b4151ca066afd24f5af3ee6721c14f4515639ffb61456282ad6287f6dac7047c236d11 diff --git a/dev-qt/qtscxml/qtscxml-5.12.1.ebuild b/dev-qt/qtscxml/qtscxml-5.12.1.ebuild deleted file mode 100644 index 43f3d8b3e1c9..000000000000 --- a/dev-qt/qtscxml/qtscxml-5.12.1.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -inherit qt5-build - -DESCRIPTION="State Chart XML (SCXML) support library for the Qt5 framework" - -if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="~amd64 ~x86" -fi - -IUSE="" - -DEPEND=" - ~dev-qt/qtcore-${PV} - ~dev-qt/qtdeclarative-${PV} -" -RDEPEND="${DEPEND}" diff --git a/dev-qt/qtsensors/Manifest b/dev-qt/qtsensors/Manifest index 66df8891b10e..520a3409fb00 100644 --- a/dev-qt/qtsensors/Manifest +++ b/dev-qt/qtsensors/Manifest @@ -1,3 +1,2 @@ DIST qtsensors-everywhere-src-5.11.3.tar.xz 2031168 BLAKE2B 089c77403a615dc1448646c5ef73807ad78242840569dc20367afc379aeff6aa8d925896c549568a3af913c5458a0b9e05245fa45523cccf1c89d6e3675edf90 SHA512 b0eae65b31be1c96870d29066c79b170f1f825615a78de902173f64a6d0f132678c5bf26d0033e110dce3ed3f2b99750a3b4cf23e1c13f799a9e51a6cacab10b -DIST qtsensors-everywhere-src-5.12.1.tar.xz 2036116 BLAKE2B fef9b3d48e349648077462cfab4b58433b0c93da9eda6987cf4fb25ce1a838a627d9ac2dbed3adbbcb9f5cc54a78d16ec5eaf101d9f5242115c8bdf2fd493f2d SHA512 437c8fce62b4fde138a7927ae494526852a63c2c9a392aaa5f79da6b9ec134e54b17dcd908e5cd7d12474dd112672e0a6a478a307cf716cce9fed67937da3fdc DIST qtsensors-everywhere-src-5.12.2.tar.xz 2036148 BLAKE2B c7d4deb5ad0d2bae0f83d9827ba54a17e1a51e74482dc6fa0df0643b6ca679290a54be9e502c35814669e37ab2cfab8041d27a547130dbbb55c9c97e00be7342 SHA512 1a64342c310fa52f04485d8f81997517f03f0f5622480b7d997ce9678feb70c67d6f7c9eb206af1ee3c51d29a44cc82bd3b8e667cccb79c953030bb0bc11bbd0 diff --git a/dev-qt/qtsensors/qtsensors-5.12.1.ebuild b/dev-qt/qtsensors/qtsensors-5.12.1.ebuild deleted file mode 100644 index 675f29c7e3b4..000000000000 --- a/dev-qt/qtsensors/qtsensors-5.12.1.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -inherit qt5-build - -DESCRIPTION="Hardware sensor access library for the Qt5 framework" - -if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86" -fi - -# TODO: simulator -IUSE="qml" - -RDEPEND=" - ~dev-qt/qtcore-${PV} - ~dev-qt/qtdbus-${PV} - qml? ( ~dev-qt/qtdeclarative-${PV} ) -" -DEPEND="${RDEPEND}" - -src_prepare() { - qt_use_disable_mod qml quick \ - src/src.pro - - qt5-build_src_prepare -} diff --git a/dev-qt/qtserialbus/Manifest b/dev-qt/qtserialbus/Manifest index 82c09de0f34e..e41b6d50ba65 100644 --- a/dev-qt/qtserialbus/Manifest +++ b/dev-qt/qtserialbus/Manifest @@ -1,3 +1,2 @@ DIST qtserialbus-everywhere-src-5.11.3.tar.xz 318484 BLAKE2B 5197dff9b827e58f1e7558517d38617969f8acdca04557ffe92fd2178370fa3c48a59a69b119aa56bfdb0bfde9d4dec17174425751ef32e7610c07499fd2f9ac SHA512 cef0f34bbe6f56705180eea75f4bba622931d7a596b245d8d49dc61d570cf2f163fadbd6f9bc6e84745f4d76dab9ddc6ebdfcc1ec6078f2e4a154d55f0cccc91 -DIST qtserialbus-everywhere-src-5.12.1.tar.xz 328608 BLAKE2B 081a1e4cc99639f6f56dcbd1448515250cbc5e326d5e505ddcca9ccb5c55894edced430148f53da1f60bfb429f2313783d9b86f6d9ce8d8d860713c836356abd SHA512 b3c534825bc9b3f79901a1a4ca6eb65fde2f018a9a6505bca6c082bd6c64458b4cfe254dfe8d6a65342fc83a53cca53e45b95246927872d7810a943369839f7f DIST qtserialbus-everywhere-src-5.12.2.tar.xz 328700 BLAKE2B 192510308b06ce31668cc468312f372ccee371d30154dd7a0de352c09bbff83c6c3db621037bc1c7e696e86a81c1eb5203c066ea76357fc8c05d821add644244 SHA512 598b3bd797b84b91fe1db30e3d53646e74ee82bd477a84e194edf132e5bfd5650e11defe5a9baac92df323d874773ac5a86e2cf99f65b8fe949fb6d340782e05 diff --git a/dev-qt/qtserialbus/qtserialbus-5.12.1.ebuild b/dev-qt/qtserialbus/qtserialbus-5.12.1.ebuild deleted file mode 100644 index 7a679090853b..000000000000 --- a/dev-qt/qtserialbus/qtserialbus-5.12.1.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -inherit qt5-build - -DESCRIPTION="Qt module to access CAN, ModBus, and other industrial serial buses and protocols" - -if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="~amd64 ~x86" -fi - -IUSE="" - -DEPEND=" - ~dev-qt/qtcore-${PV} - ~dev-qt/qtnetwork-${PV} - ~dev-qt/qtserialport-${PV} -" -RDEPEND="${DEPEND}" diff --git a/dev-qt/qtserialport/Manifest b/dev-qt/qtserialport/Manifest index 31e660b9126c..8f351bdce4fd 100644 --- a/dev-qt/qtserialport/Manifest +++ b/dev-qt/qtserialport/Manifest @@ -1,3 +1,2 @@ DIST qtserialport-everywhere-src-5.11.3.tar.xz 299140 BLAKE2B a10c24eedc425262145b705b7a264732db6a47d1bc080f2544bdb6873b1e7f6d1c25e9b27a3dbb5fd3eb697f06c4b057c072112090ce5f769f765d858f41860c SHA512 2c09a0e47bfebb494cdc767c5268bde77ef7dcbc665cfdaa0b17468a0cebea0208ea8019d0387622d2db63387557699fa30e043f3478dbddfd6b8fe909a7add6 -DIST qtserialport-everywhere-src-5.12.1.tar.xz 302656 BLAKE2B 37c5bdf286b0c060d7eaeb1374737cbe32143b972f1c32727ae2e657d40319c948867d52e63b0f490d092d9ca0da91dfee8d43417ead1d62117fb6e6bd4997f5 SHA512 c917e08f417677fb16058c4be95c20dcd5881f41daf6033b864f725b259bfa38ab07a993a6a19f26574f1b662116aaceea26965cd1d2a5df7465e2bda495e7ff DIST qtserialport-everywhere-src-5.12.2.tar.xz 302792 BLAKE2B 0969728c78e8c196ffbba911a7e589e72a342eeb8f7785d2ccaa5056cfc27fac1163bc2e7fb8ad526411d73426ecb2a895aa64a90f35f29a0dbf95b9e861f421 SHA512 23750cca0f43067a7115c5bc8436c0dcd31908ef5c50a78ab818a2bd0ddd12a25cedc4300b45c4bffb15baf3e6fd54fed373d7cb8c79811e8e274c97900b8aa5 diff --git a/dev-qt/qtserialport/qtserialport-5.12.1.ebuild b/dev-qt/qtserialport/qtserialport-5.12.1.ebuild deleted file mode 100644 index 4d918afef30c..000000000000 --- a/dev-qt/qtserialport/qtserialport-5.12.1.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -inherit qt5-build - -DESCRIPTION="Serial port abstraction library for the Qt5 framework" - -if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86" -fi - -IUSE="" - -DEPEND=" - ~dev-qt/qtcore-${PV} - virtual/libudev:= -" -RDEPEND="${DEPEND}" - -src_prepare() { - # make sure we link against libudev - sed -i -e 's/:qtConfig(libudev)//' \ - src/serialport/serialport-lib.pri || die - - qt5-build_src_prepare -} diff --git a/dev-qt/qtspeech/Manifest b/dev-qt/qtspeech/Manifest index e7538e933779..68925e10e5b5 100644 --- a/dev-qt/qtspeech/Manifest +++ b/dev-qt/qtspeech/Manifest @@ -1,3 +1,2 @@ DIST qtspeech-everywhere-src-5.11.3.tar.xz 99516 BLAKE2B cceff35946e7e8012d628b5d1093256bf68d512c750b4f5613456e225090a3108264046963ca97aeac160293d5d814db9f5286126797f22437f6fdc0e233ebdd SHA512 f4465b0eac4690fe576c098704d992fee884ede3219a6b032608b877748dc670cec6dc592aaccedaa62a0b2c9d552b9e1284bbac44af6e4cf074bd00918284be -DIST qtspeech-everywhere-src-5.12.1.tar.xz 99716 BLAKE2B d152422b6b02f326243eaab5e9945c85cc40ae6909ba5ba97b3435d42b355679369b87bcfbe95a7c496b3769f3c133f78578dca73299b41ba691c81a77ea1a82 SHA512 321f6dafe0751af1e9cb5bd32f340ae445d2d148a8d2060bd5bd65d034f242547a79667253a4d1e220ccd4f59ea36a7fbe1b50093f36e2017b872f2b858050d2 DIST qtspeech-everywhere-src-5.12.2.tar.xz 99828 BLAKE2B d7515c9c35d16137d7259a82ce03560592597fc0e7e41c0fa8be401c59d68eb4f9ccbcc9b612413a8db990713ad7e9f201cf418907cb1915896d9ee9c17aa9d6 SHA512 bbf8f5acb855beab9b359c8e9657a24d263b42e0b89fef3847c06eaa8089d354c352ab2ef24488929aef7274327e9232eeb6d58318c665c2545beddfd453feba diff --git a/dev-qt/qtspeech/qtspeech-5.12.1.ebuild b/dev-qt/qtspeech/qtspeech-5.12.1.ebuild deleted file mode 100644 index bcec3c2f7c2d..000000000000 --- a/dev-qt/qtspeech/qtspeech-5.12.1.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -inherit qt5-build - -DESCRIPTION="Text-to-speech library for the Qt5 framework" - -if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" -fi - -# TODO: flite plugin - needs 2.0.0 (not yet in tree) -IUSE="" - -RDEPEND=" - >=app-accessibility/speech-dispatcher-0.8.7 - ~dev-qt/qtcore-${PV} -" -DEPEND="${RDEPEND}" - -PATCHES=( "${FILESDIR}/${PN}-5.12.1-nogui.patch" ) diff --git a/dev-qt/qtsql/Manifest b/dev-qt/qtsql/Manifest index 2f5ac743d244..31183700c849 100644 --- a/dev-qt/qtsql/Manifest +++ b/dev-qt/qtsql/Manifest @@ -1,3 +1,2 @@ DIST qtbase-everywhere-src-5.11.3.tar.xz 46997676 BLAKE2B a70089be5530dec0eedcd5ba990140b375261dea5c85ea7d1dbb5b0bd09ee23edbb4917851127686b5f3cac6969a284eb91ab075ebe53326e69e99e81b257da0 SHA512 93865e41c994211456a575b085c2e7491b7975a1c3b4deb48e9616b51104eb990c1fcfd53d5fb2146ba22457cb134e6254e9077ba73c8b4c4b4d1d525e66fb65 -DIST qtbase-everywhere-src-5.12.1.tar.xz 48239912 BLAKE2B 99a92c2134a20d5f52a1ae69e5d248f12e4668308f894ead17927a778558b4fcd598f5f5208527a77e20550d7eb77502253cae91ad19f61ff422a1ff52e84060 SHA512 51494d8947ae16ab7aee22aca156035718f5a700737547de59b4d61d3919c00f4de858111c8928a66c0385604623d847d231892d964d53924a8c97b6e2bedf25 DIST qtbase-everywhere-src-5.12.2.tar.xz 48364464 BLAKE2B 1743fc3e233ab5c204c4c88db61ede946fbb967ed69c47709ee071bf1b911ef79a6581ff9db6e6bdabb15202196614fbdce32521750e41898906100ae5259960 SHA512 6752ecc096f8baf8e14e56f0d1f139e8a0d75967ab61bf1734ad5f4f4609a7cc707ab080f5f85f2230bbbb1454a0669be60a14d57d9a93aef553ce6f85f71613 diff --git a/dev-qt/qtsql/qtsql-5.12.1.ebuild b/dev-qt/qtsql/qtsql-5.12.1.ebuild deleted file mode 100644 index 92ce286d3e5d..000000000000 --- a/dev-qt/qtsql/qtsql-5.12.1.ebuild +++ /dev/null @@ -1,55 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -QT5_MODULE="qtbase" -inherit qt5-build - -DESCRIPTION="SQL abstraction library for the Qt5 framework" -SLOT=5/$(ver_cut 1-3) # bug 639140 - -if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd" -fi - -IUSE="freetds mysql oci8 odbc postgres +sqlite" - -REQUIRED_USE=" - || ( freetds mysql oci8 odbc postgres sqlite ) -" - -DEPEND=" - ~dev-qt/qtcore-${PV} - freetds? ( dev-db/freetds ) - mysql? ( dev-db/mysql-connector-c:= ) - oci8? ( dev-db/oracle-instantclient:=[sdk] ) - odbc? ( dev-db/unixODBC ) - postgres? ( dev-db/postgresql:* ) - sqlite? ( dev-db/sqlite:3 ) -" -RDEPEND="${DEPEND}" - -QT5_TARGET_SUBDIRS=( - src/sql - src/plugins/sqldrivers -) - -QT5_GENTOO_PRIVATE_CONFIG=( - :sql -) - -src_configure() { - local myconf=( - $(qt_use freetds sql-tds plugin) - $(qt_use mysql sql-mysql plugin) - $(qt_use oci8 sql-oci plugin) - $(qt_use odbc sql-odbc plugin) - $(qt_use postgres sql-psql plugin) - $(qt_use sqlite sql-sqlite plugin) - $(usex sqlite -system-sqlite '') - ) - - use oci8 && myconf+=("-I${ORACLE_HOME}/include" "-L${ORACLE_HOME}/$(get_libdir)") - - qt5-build_src_configure -} diff --git a/dev-qt/qtsvg/Manifest b/dev-qt/qtsvg/Manifest index 04ad9c3eb87e..d04bd87429f2 100644 --- a/dev-qt/qtsvg/Manifest +++ b/dev-qt/qtsvg/Manifest @@ -1,3 +1,2 @@ DIST qtsvg-everywhere-src-5.11.3.tar.xz 1845004 BLAKE2B 2e091a4803fca45923df3ce61890e9dffe4b90c4118c7bf95263698f8c5f9d6260c350c3ec40d53de0fbd4e7dc7b742fda6f6693b338d446326bd740c43573ad SHA512 1ad20b3b59e6802f960fc95421b7f4d67460fae91219316bbced0ae225ab5d0066322a49cceaa7a86a981e9e56741724bbe323ac76d3478fc1f5d0d04fdb9722 -DIST qtsvg-everywhere-src-5.12.1.tar.xz 1859248 BLAKE2B 15e5e1f28869af702147ae04aa067cf537e43fd1f1aabcc26a1881fd1f95112e16e90c66d587fc2a4f74de70c4584abbce5a8bf3698167a429d328f7ba66ff98 SHA512 c09da58bb901546fa8f408528ed25c9cc57d2bda35e56112eab08a08bf8fdb06cdaed1995d46d6baa08cab8660a3661be3dfa51754cc55e4fab96f7c90533ea3 DIST qtsvg-everywhere-src-5.12.2.tar.xz 1859108 BLAKE2B 13f8ed7c5177ba7bfccb65e33c4fe508beab34d493c29fcb2785c8aab629204b41aeba609537cdda2ffc3e742ea79a47f0025200b3485b34a63298366906988d SHA512 6dd7bce8d24aaeb9ec4ff4006381b03c86cbb818b38264be0a947e862b122f0ba82cd14888efedf26f2c67219058842af071851f19d4767371e14bc009439249 diff --git a/dev-qt/qtsvg/qtsvg-5.12.1.ebuild b/dev-qt/qtsvg/qtsvg-5.12.1.ebuild deleted file mode 100644 index ad774a2c3286..000000000000 --- a/dev-qt/qtsvg/qtsvg-5.12.1.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -inherit qt5-build - -DESCRIPTION="SVG rendering library for the Qt5 framework" - -if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd" -fi - -IUSE="" - -RDEPEND=" - ~dev-qt/qtcore-${PV} - ~dev-qt/qtgui-${PV} - ~dev-qt/qtwidgets-${PV} - sys-libs/zlib:= -" -DEPEND="${RDEPEND} - test? ( ~dev-qt/qtxml-${PV} ) -" diff --git a/dev-qt/qttest/Manifest b/dev-qt/qttest/Manifest index 2f5ac743d244..31183700c849 100644 --- a/dev-qt/qttest/Manifest +++ b/dev-qt/qttest/Manifest @@ -1,3 +1,2 @@ DIST qtbase-everywhere-src-5.11.3.tar.xz 46997676 BLAKE2B a70089be5530dec0eedcd5ba990140b375261dea5c85ea7d1dbb5b0bd09ee23edbb4917851127686b5f3cac6969a284eb91ab075ebe53326e69e99e81b257da0 SHA512 93865e41c994211456a575b085c2e7491b7975a1c3b4deb48e9616b51104eb990c1fcfd53d5fb2146ba22457cb134e6254e9077ba73c8b4c4b4d1d525e66fb65 -DIST qtbase-everywhere-src-5.12.1.tar.xz 48239912 BLAKE2B 99a92c2134a20d5f52a1ae69e5d248f12e4668308f894ead17927a778558b4fcd598f5f5208527a77e20550d7eb77502253cae91ad19f61ff422a1ff52e84060 SHA512 51494d8947ae16ab7aee22aca156035718f5a700737547de59b4d61d3919c00f4de858111c8928a66c0385604623d847d231892d964d53924a8c97b6e2bedf25 DIST qtbase-everywhere-src-5.12.2.tar.xz 48364464 BLAKE2B 1743fc3e233ab5c204c4c88db61ede946fbb967ed69c47709ee071bf1b911ef79a6581ff9db6e6bdabb15202196614fbdce32521750e41898906100ae5259960 SHA512 6752ecc096f8baf8e14e56f0d1f139e8a0d75967ab61bf1734ad5f4f4609a7cc707ab080f5f85f2230bbbb1454a0669be60a14d57d9a93aef553ce6f85f71613 diff --git a/dev-qt/qttest/qttest-5.12.1.ebuild b/dev-qt/qttest/qttest-5.12.1.ebuild deleted file mode 100644 index b365a47c8733..000000000000 --- a/dev-qt/qttest/qttest-5.12.1.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -QT5_MODULE="qtbase" -VIRTUALX_REQUIRED="test" -inherit qt5-build - -DESCRIPTION="Unit testing library for the Qt5 framework" - -if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd" -fi - -IUSE="" - -RDEPEND=" - ~dev-qt/qtcore-${PV} -" -DEPEND="${RDEPEND} - test? ( - ~dev-qt/qtgui-${PV} - ~dev-qt/qtxml-${PV} - ) -" - -QT5_TARGET_SUBDIRS=( - src/testlib -) - -QT5_GENTOO_PRIVATE_CONFIG=( - :testlib -) diff --git a/dev-qt/qttranslations/Manifest b/dev-qt/qttranslations/Manifest index 93e8f0212cbe..d115f6c8aae8 100644 --- a/dev-qt/qttranslations/Manifest +++ b/dev-qt/qttranslations/Manifest @@ -1,3 +1,2 @@ DIST qttranslations-everywhere-src-5.11.3.tar.xz 1424160 BLAKE2B a6ee17064d4fe8d3611e04883cbcc9d69bcf872ca4144605da20d6787c051606afdaac771716bb55f1a970dd8468b8e2aa0602d926d8757b2f9faa58db3f6f61 SHA512 eced9516f3e0ecfd11ddd99b7b0f80c47014110af1c43008c764971929405ee7f5194c3390fe07bc4be9a9ead04e7c06c62584475dbe93c96118eaa16cd542a0 -DIST qttranslations-everywhere-src-5.12.1.tar.xz 1372812 BLAKE2B dc65a3dfab15a1e87a4f1a2d43557f888486804e5cb07c7f9ba13f148c61f99f3632ebd8480907b92ddf7bef469c574ded07f34409cf91c36e052a124c9da81e SHA512 aae7031c3b151eaa2858e3b710149edf6447421e2ed7331a361e098f526b80fe4794841d3cead9cf12e8e885c253048d964b5c8b922e7e0c1b8dce7a2ea66b45 DIST qttranslations-everywhere-src-5.12.2.tar.xz 1372756 BLAKE2B 5b593ff3e390e6c56fb4aec7cfa55417ce7d2142c27bd95ef933780ea1d0e0ec38d1f4fc694bfb005ea4fdd954a3232267f8973e5b450a3d7ed6ccb69a128847 SHA512 a4541fb236ca83ccbb3088318463bd3e1a056e7031fa484f77a6daaf1d6ed5e67f963402ac8e61691b164a31cc12b7dcad48fd7cba8f77e62eef775a2f993fe0 diff --git a/dev-qt/qttranslations/qttranslations-5.12.1.ebuild b/dev-qt/qttranslations/qttranslations-5.12.1.ebuild deleted file mode 100644 index 6543f28bb6d1..000000000000 --- a/dev-qt/qttranslations/qttranslations-5.12.1.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -inherit qt5-build - -DESCRIPTION="Translation files for the Qt5 framework" - -if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd" -fi - -IUSE="" - -DEPEND=" - ~dev-qt/linguist-tools-${PV} - ~dev-qt/qtcore-${PV} -" -RDEPEND="" diff --git a/dev-qt/qtvirtualkeyboard/Manifest b/dev-qt/qtvirtualkeyboard/Manifest index 8557ed6546e4..30277239aa5a 100644 --- a/dev-qt/qtvirtualkeyboard/Manifest +++ b/dev-qt/qtvirtualkeyboard/Manifest @@ -1,3 +1,2 @@ DIST qtvirtualkeyboard-everywhere-src-5.11.3.tar.xz 10698520 BLAKE2B bf4800c07e1f0f1649f81d21192bde613b20b54fd80b4d49136e7cc052f7f60d410f3014c3066e3f5c83b6a6d838f50f73a78bcd1a8df5e3d5e24fdb5875280e SHA512 cd3ce039382efca26842b8a413995d8b6bc26184e6161e8c3cad9ed326381a3f6d29798a9a42a52875886a23aa6a74bf831d70a62a7d12f852b640dd6854d2e3 -DIST qtvirtualkeyboard-everywhere-src-5.12.1.tar.xz 10917704 BLAKE2B 7474fe124516f9d7384d9bc2e97c057a7d4b55bb8938ee5caba24b4df9ad99efa93125dc004f1023d62c7f7d81495185f79d978242315c0e69c96ba99b8f595f SHA512 17f85982bb7d39784b5a85fba7758d3c032c158ca453c30255ec03e5e61dc8bbcbcbc58afe8f43bcf0297bb00d4e8606f553501bde68252d097d7bb32af9d24f DIST qtvirtualkeyboard-everywhere-src-5.12.2.tar.xz 10919524 BLAKE2B 2631d0cd431c0541b39c999d9440ea31a1898f4a28c7d7704afe5eb89c2877d813e361aee024cea793f600db387d025e964b19df5f3fa0a9e1b057df3af2cc49 SHA512 1ac6bbf4d96e0ea6a086f40d84e12b3ab200445cf31429e37e15e9bc0efae75a6ba35742a0647d6b20ddf3261a40bd58799ba695ce895f58ad6f765a3fba7d3b diff --git a/dev-qt/qtvirtualkeyboard/qtvirtualkeyboard-5.12.1.ebuild b/dev-qt/qtvirtualkeyboard/qtvirtualkeyboard-5.12.1.ebuild deleted file mode 100644 index c6f4faa3268e..000000000000 --- a/dev-qt/qtvirtualkeyboard/qtvirtualkeyboard-5.12.1.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -inherit qt5-build - -DESCRIPTION="Customizable input framework and virtual keyboard for Qt" - -if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-fbsd" -fi - -# TODO: unbudle libraries for more layouts -IUSE="handwriting +spell +xcb" - -DEPEND=" - ~dev-qt/qtcore-${PV} - ~dev-qt/qtdeclarative-${PV} - ~dev-qt/qtgui-${PV} - ~dev-qt/qtsvg-${PV} - spell? ( app-text/hunspell:= ) - xcb? ( x11-libs/libxcb:= ) -" -RDEPEND="${DEPEND}" - -src_configure() { - local myqmakeargs=( - $(usex handwriting CONFIG+=lipi-toolkit '') - $(usex spell '' CONFIG+=disable-hunspell) - $(usex xcb '' CONFIG+=disable-desktop) - CONFIG+="lang-ar_AR lang-bg_BG lang-cs_CZ lang-da_DK lang-de_DE \ - lang-el_GR lang-en_GB lang-en_US lang-es_ES lang-es_MX \ - lang-et_EE lang-fa_FA lang-fi_FI lang-fr_CA lang-fr_FR \ - lang-he_IL lang-hi_IN lang-hr_HR lang-hu_HU lang-id_ID \ - lang-it_IT lang-ms_MY lang-nb_NO lang-nl_NL lang-pl_PL \ - lang-pt_BR lang-pt_PT lang-ro_RO lang-ru_RU lang-sk_SK \ - lang-sl_SI lang-sq_AL lang-sr_SP lang-sv_SE lang-tr_TR \ - lang-uk_UA lang-vi_VN" - ) - - qt5-build_src_configure -} diff --git a/dev-qt/qtwayland/Manifest b/dev-qt/qtwayland/Manifest index 21138585ec19..b124bd9df06a 100644 --- a/dev-qt/qtwayland/Manifest +++ b/dev-qt/qtwayland/Manifest @@ -1,3 +1,2 @@ DIST qtwayland-everywhere-src-5.11.3.tar.xz 391124 BLAKE2B 2bc90c7a6f6769bcae7e52072d71f38ad984cc931767613e7972373131c9d58c145e9882c29163190257f07a205bdda63f78833859d2be6d6478126c301b70a1 SHA512 e442a13c61a508d6021fb15a0917b7861faf139fb7dca41ac1a3967f4b8dc82da5095029e4c6120464bd36ecf559547fe2f42935d9980f19298f5875cfb5e62e -DIST qtwayland-everywhere-src-5.12.1.tar.xz 430032 BLAKE2B 38d5119c5b7a02a0d1ead1bebe703b7c82651c660651ed45304657d83a70fba69fd741308ec72b99c4ceb22cefa88f0faae3a442fa9bcfcd8d128e6d049b7d15 SHA512 8f7dc79c2ac2cb91044ce2633d76b0dbcb586b48da5233d8d8d40056b6df448aca1f3b18e91156f050a87d4c6c54494c4ba3ebe573fa609dc1772c5427e79f43 DIST qtwayland-everywhere-src-5.12.2.tar.xz 431976 BLAKE2B a0f57e6dabb86817c77fc0a61dfa48dda9512961766504943b9dee816730e8f54c78fab91a6712459bb0a90b8ab168adfddfb1b363cf8dfa70339bd24dae10a7 SHA512 08fc86948b727908e668aef79c0ba558745a9dfdf394072674773d1f7a3efcfebd42a2e787d2b4214e1962101474bb637eba54d6fe526f68a747690760cbc653 diff --git a/dev-qt/qtwayland/qtwayland-5.12.1.ebuild b/dev-qt/qtwayland/qtwayland-5.12.1.ebuild deleted file mode 100644 index dcdeeaa61c32..000000000000 --- a/dev-qt/qtwayland/qtwayland-5.12.1.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -inherit qt5-build - -DESCRIPTION="Wayland platform plugin for Qt" - -if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86" -fi - -IUSE="+libinput xcomposite" - -DEPEND=" - >=dev-libs/wayland-1.6.0 - ~dev-qt/qtcore-${PV} - ~dev-qt/qtdeclarative-${PV} - ~dev-qt/qtgui-${PV}[egl,libinput=] - media-libs/mesa[egl] - >=x11-libs/libxkbcommon-0.2.0 - xcomposite? ( - x11-libs/libX11 - x11-libs/libXcomposite - ) -" -RDEPEND="${DEPEND}" - -src_prepare() { - qt_use_disable_config libinput xkbcommon-evdev \ - src/client/client.pro \ - src/compositor/wayland_wrapper/wayland_wrapper.pri \ - src/plugins/shellintegration/ivi-shell/ivi-shell.pro \ - src/plugins/shellintegration/wl-shell/wl-shell.pro \ - src/plugins/shellintegration/xdg-shell/xdg-shell.pro \ - src/plugins/shellintegration/xdg-shell-v5/xdg-shell-v5.pro \ - src/plugins/shellintegration/xdg-shell-v6/xdg-shell-v6.pro \ - tests/auto/compositor/compositor/compositor.pro - - use xcomposite || rm -r config.tests/xcomposite || die - - qt5-build_src_prepare -} diff --git a/dev-qt/qtwebchannel/Manifest b/dev-qt/qtwebchannel/Manifest index 6fd8268ebd62..e6d2d9fd6650 100644 --- a/dev-qt/qtwebchannel/Manifest +++ b/dev-qt/qtwebchannel/Manifest @@ -1,3 +1,2 @@ DIST qtwebchannel-everywhere-src-5.11.3.tar.xz 177328 BLAKE2B a3ea3c535e466629e5bf2f864967b5878e4e092d614ce05984af81ce979c5866e225d30399a0eb81f9b4b0d44c88646b1b6de2f1be524b5af5b61e995ba780ad SHA512 560d79ba00bebfd5afc238ff486ad1691eea8a1702f565cd838b07419f6fcd1f028ab5b204b32fff6a3c40c3dd13d89e3cce205076a074eebe7b1c111c669d2c -DIST qtwebchannel-everywhere-src-5.12.1.tar.xz 182060 BLAKE2B 03fd9a469df60f937a3ba5b8f925b2dc4c55ee37bdc8830add5363cfeff4c3f918ed6cde40629548e385f6acd447be252d167548d025460f809c2e1795ab56a0 SHA512 71f2eb4b808e5892d246bafa289f7a4464e9705d568ceb01443b787d2eade8ee9bd20eef46900ba6fa2b251e7e15aebb7564e854360a3ad70992ad17cc1f9751 DIST qtwebchannel-everywhere-src-5.12.2.tar.xz 182736 BLAKE2B 05a09249a58f2eff3919e980f22784d66249cf4aed657dedb8f338af0ad90fb68ebfdedb6c3928ae498a869da6d82a36daf045bbfc6d84c622bf95b27a6edb15 SHA512 73f16385788730339bb5e059f89b6e339b84e6ac1826c4fa1fe8843028e4cb629d3c6e50365673325f736766d039c660e6ede3d3890638167225de6bbde1e659 diff --git a/dev-qt/qtwebchannel/qtwebchannel-5.12.1.ebuild b/dev-qt/qtwebchannel/qtwebchannel-5.12.1.ebuild deleted file mode 100644 index 03797ea36908..000000000000 --- a/dev-qt/qtwebchannel/qtwebchannel-5.12.1.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -inherit qt5-build - -DESCRIPTION="Qt5 module for integrating C++ and QML applications with HTML/JavaScript clients" - -if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" -fi - -IUSE="qml" - -DEPEND=" - ~dev-qt/qtcore-${PV} - qml? ( ~dev-qt/qtdeclarative-${PV} ) -" -RDEPEND="${DEPEND}" - -src_prepare() { - qt_use_disable_mod qml quick src/src.pro - qt_use_disable_mod qml qml src/webchannel/webchannel.pro - - qt5-build_src_prepare -} diff --git a/dev-qt/qtwebengine/Manifest b/dev-qt/qtwebengine/Manifest index 5663bcb94351..c68ed93b44a2 100644 --- a/dev-qt/qtwebengine/Manifest +++ b/dev-qt/qtwebengine/Manifest @@ -1,3 +1,2 @@ DIST qtwebengine-everywhere-src-5.11.3.tar.xz 233678844 BLAKE2B 451a2f8361b158835f7f565aea9e7e372ea5670f56a5eef918d0340857e1b336d7147c5f87417a21ea225c248cfda8248869c2023b2e359aa9216ec472dea4b9 SHA512 323179244187b075836101eec15fc96569e31dee7ca0b28d51833cf02a55439ca0ab8e3e14acf970eb0258e1f5187b6b33fc1a35bf9056e4941a2b20be9b0431 -DIST qtwebengine-everywhere-src-5.12.1.tar.xz 249191844 BLAKE2B 5ef1f62658d3e268348344b06117924e62eb5f852d98cc5b7a7e98434625bd69c8dca59dafdf36b9d092d841b62b813155eaa13254a504aa71f450413bcd4d4f SHA512 91ecd3fb474d53af06a66bf3e04d066d09b3ab9f867ef44c1d54690691ba00f5cf851c0d923d3465b8551baa0458e09122dd3a1e71d3a493d74ba020665a226c DIST qtwebengine-everywhere-src-5.12.2.tar.xz 249240772 BLAKE2B ea1e55bdd849994a25c46b2cf74d429bc9625b94a11b254b51489b7bb2b912b8ef47fc43112662df29d12b4bab1f974f6820c8429ea66ac64c0889d31cb02810 SHA512 c1198432a1b9768426527316a1657feaf4cda5720264e818aebd2614345c5962f4b87c4475a19d1ad5e24c3c3b0b60d9c190e4868cffb66fa0c7ace41c11a23e diff --git a/dev-qt/qtwebengine/qtwebengine-5.12.1.ebuild b/dev-qt/qtwebengine/qtwebengine-5.12.1.ebuild deleted file mode 100644 index 48fcb535fce5..000000000000 --- a/dev-qt/qtwebengine/qtwebengine-5.12.1.ebuild +++ /dev/null @@ -1,139 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -PYTHON_COMPAT=( python2_7 ) -inherit multiprocessing pax-utils python-any-r1 qt5-build - -DESCRIPTION="Library for rendering dynamic web content in Qt5 C++ and QML applications" - -if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" -fi - -IUSE="alsa bindist designer geolocation jumbo-build pax_kernel pulseaudio - +system-ffmpeg +system-icu widgets" -REQUIRED_USE="designer? ( widgets )" - -RDEPEND=" - app-arch/snappy:= - dev-libs/glib:2 - dev-libs/nspr - dev-libs/nss - ~dev-qt/qtcore-${PV} - ~dev-qt/qtdeclarative-${PV} - ~dev-qt/qtgui-${PV} - ~dev-qt/qtnetwork-${PV} - ~dev-qt/qtprintsupport-${PV} - ~dev-qt/qtwebchannel-${PV}[qml] - dev-libs/expat - dev-libs/libevent:= - dev-libs/libxml2[icu] - dev-libs/libxslt - dev-libs/re2:= - media-libs/fontconfig - media-libs/freetype - media-libs/harfbuzz:= - media-libs/lcms:2 - media-libs/libjpeg-turbo:= - media-libs/libpng:0= - >=media-libs/libvpx-1.5:=[svc] - media-libs/libwebp:= - media-libs/mesa[egl] - media-libs/opus - sys-apps/dbus - sys-apps/pciutils - sys-libs/libcap - sys-libs/zlib[minizip] - virtual/libudev - x11-libs/libdrm - x11-libs/libX11 - 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/libXScrnSaver - x11-libs/libXtst - alsa? ( media-libs/alsa-lib ) - designer? ( ~dev-qt/designer-${PV} ) - geolocation? ( ~dev-qt/qtpositioning-${PV} ) - pulseaudio? ( media-sound/pulseaudio:= ) - system-ffmpeg? ( media-video/ffmpeg:0= ) - system-icu? ( >=dev-libs/icu-60.2:= ) - widgets? ( - ~dev-qt/qtdeclarative-${PV}[widgets] - ~dev-qt/qtwidgets-${PV} - ) -" -DEPEND="${RDEPEND} - ${PYTHON_DEPS} - >=app-arch/gzip-1.7 - dev-util/gperf - dev-util/ninja - dev-util/re2c - sys-devel/bison - pax_kernel? ( sys-apps/elfix ) -" - -PATCHES+=( - "${FILESDIR}/${PN}-5.12.0-nouveau-disable-gpu.patch" # bug 609752 -) - -src_prepare() { - use pax_kernel && PATCHES+=( "${FILESDIR}/${PN}-5.11.2-paxmark-mksnapshot.patch" ) - - if ! use jumbo-build; then - sed -i -e 's|use_jumbo_build=true|use_jumbo_build=false|' \ - src/core/config/common.pri || die - fi - - # bug 620444 - ensure local headers are used - find "${S}" -type f -name "*.pr[fio]" | xargs sed -i -e 's|INCLUDEPATH += |&$$QTWEBENGINE_ROOT/include |' || die - - qt_use_disable_config alsa webengine-alsa src/core/config/linux.pri - qt_use_disable_config pulseaudio webengine-pulseaudio src/core/config/linux.pri - - qt_use_disable_mod designer webenginewidgets src/plugins/plugins.pro - - qt_use_disable_mod geolocation positioning \ - mkspecs/features/configure.prf \ - src/core/core_chromium.pri \ - src/core/core_common.pri - - qt_use_disable_mod widgets widgets src/src.pro - - qt5-build_src_prepare -} - -src_configure() { - export NINJA_PATH=/usr/bin/ninja - export NINJAFLAGS="${NINJAFLAGS:--j$(makeopts_jobs) -l$(makeopts_loadavg "${MAKEOPTS}" 0) -v}" - - local myqmakeargs=( - -- - -opus - -printing-and-pdf - -webp - $(usex alsa '-alsa' '') - $(usex bindist '' '-proprietary-codecs') - $(usex pulseaudio '-pulseaudio' '') - $(usex system-ffmpeg '-ffmpeg' '') - $(usex system-icu '-webengine-icu' '') - ) - qt5-build_src_configure -} - -src_install() { - qt5-build_src_install - - # bug 601472 - if [[ ! -f ${D%/}${QT5_LIBDIR}/libQt5WebEngine.so ]]; then - die "${CATEGORY}/${PF} failed to build anything. Please report to https://bugs.gentoo.org/" - fi - - pax-mark m "${D%/}${QT5_LIBEXECDIR}"/QtWebEngineProcess -} diff --git a/dev-qt/qtwebsockets/Manifest b/dev-qt/qtwebsockets/Manifest index cabc4f85bc60..68b9188e6ce1 100644 --- a/dev-qt/qtwebsockets/Manifest +++ b/dev-qt/qtwebsockets/Manifest @@ -1,3 +1,2 @@ DIST qtwebsockets-everywhere-src-5.11.3.tar.xz 229368 BLAKE2B 4308395634f0cb2fed711e5c55cdf0b035f59704178297cdefbabbfc1c59fc4561e5603d44e637b445dabd83555ddd473f705d47fb25be7ad0e8f0aa21feab72 SHA512 8a1ddb2c9ee09018e8dacb5105e24863eb52a84d69ee9792e77c1c6a498634314b24bf3e946f682c23dfe045150898a1c1124bc08416f3560223459b8d1abbfb -DIST qtwebsockets-everywhere-src-5.12.1.tar.xz 235360 BLAKE2B 7643dad37cf39216112e4e4cc07910a907e5afcbd77c9d5331187a6511ea393a0e4b0a3938b7f9df88a49bb1d3c698a02c99239465547a49e64a746f3049ede2 SHA512 4239563f05d65e85d2c46f24b3757e7fcfb119a2c9af0b221b321702f7849a4af05da1fdc1e77c0098df40af231ed781be5ead9361bae3dbf2c7808043601577 DIST qtwebsockets-everywhere-src-5.12.2.tar.xz 235208 BLAKE2B 84cc0bbec3224605ba083cd3d85212ffa0dbe81062a120cc286b5f71fa43e0aace8b4be27da5297ceea97a1408693b5d7af5886760e036d1423e1346bb217bbe SHA512 ad155ad93a7b38b16c93f16c6f6d5f0b3593d4b1cae57293797ef0f17c60843e672487172b3ad5c66a40c284764de94a71be6dab390ae77b71ff0af7cd77856b diff --git a/dev-qt/qtwebsockets/qtwebsockets-5.12.1.ebuild b/dev-qt/qtwebsockets/qtwebsockets-5.12.1.ebuild deleted file mode 100644 index b80875f5a23a..000000000000 --- a/dev-qt/qtwebsockets/qtwebsockets-5.12.1.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -inherit qt5-build - -DESCRIPTION="Implementation of the WebSocket protocol for the Qt5 framework" - -if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86" -fi - -IUSE="qml +ssl" - -DEPEND=" - ~dev-qt/qtcore-${PV} - ~dev-qt/qtnetwork-${PV}[ssl=] - qml? ( ~dev-qt/qtdeclarative-${PV} ) - -" -RDEPEND="${DEPEND}" - -src_prepare() { - qt_use_disable_mod qml quick src/src.pro - - qt5-build_src_prepare -} diff --git a/dev-qt/qtwebview/Manifest b/dev-qt/qtwebview/Manifest index 9678f976df4b..ef795ba81ca8 100644 --- a/dev-qt/qtwebview/Manifest +++ b/dev-qt/qtwebview/Manifest @@ -1,3 +1,2 @@ DIST qtwebview-everywhere-src-5.11.3.tar.xz 130676 BLAKE2B bd20b19763151ab11114958812b8e711170755041d9ca63f8c34b58dad2497c43b685377d38d48a1a8ad3e3f3305896f7f4b8b3e88e83317c81357dcf785d9ff SHA512 cf926c1e066d756f92f9a3ca6b17fd3aba07aa9277bbec8ca2bce20058fc860990a7b21be6008fa9a9e87cd04208348f5804f71b82b2b7c14ab0782727817108 -DIST qtwebview-everywhere-src-5.12.1.tar.xz 130712 BLAKE2B 42bf05507523ad984eeae8bc26aaa5b878edbf3d412c68e491cd715f6d1c06b4aee5e26c7f10346bdf11f0851f9c9fd38b24d598e07b8c1615eee62e6a61564c SHA512 27e1904570678691e26831e87953e47d6b707bfe0504cde112ad6c8c18ea163eb83d90f8d4dbbf73873caee827e486691bb73e16a4c8b9e522bbeffbb68e9973 DIST qtwebview-everywhere-src-5.12.2.tar.xz 130972 BLAKE2B 1215d63434fcdae22f4f3029411a9d80f229b9da21af697d2e9a5b975cca203c7c2743bcce2216852f3d264e7a2924cf59333797cc4c5ae8097f76f6bfbac7ae SHA512 b407b761830c7606743ad8e64d9347d5d2241e736ab94978921c184f520a91e8a5e17ca0b80110d1741f52af6691b5b84221408e1604dcb76e1a36dddc6387a4 diff --git a/dev-qt/qtwebview/qtwebview-5.12.1.ebuild b/dev-qt/qtwebview/qtwebview-5.12.1.ebuild deleted file mode 100644 index 1c7076ec9315..000000000000 --- a/dev-qt/qtwebview/qtwebview-5.12.1.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -inherit qt5-build - -DESCRIPTION="Module for displaying web content in a QML application using the Qt5 framework" - -if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="~amd64" -fi - -IUSE="" - -DEPEND=" - ~dev-qt/qtcore-${PV} - ~dev-qt/qtdeclarative-${PV} - ~dev-qt/qtgui-${PV} - ~dev-qt/qtwebengine-${PV} -" -RDEPEND="${DEPEND}" diff --git a/dev-qt/qtwidgets/Manifest b/dev-qt/qtwidgets/Manifest index 2f5ac743d244..31183700c849 100644 --- a/dev-qt/qtwidgets/Manifest +++ b/dev-qt/qtwidgets/Manifest @@ -1,3 +1,2 @@ DIST qtbase-everywhere-src-5.11.3.tar.xz 46997676 BLAKE2B a70089be5530dec0eedcd5ba990140b375261dea5c85ea7d1dbb5b0bd09ee23edbb4917851127686b5f3cac6969a284eb91ab075ebe53326e69e99e81b257da0 SHA512 93865e41c994211456a575b085c2e7491b7975a1c3b4deb48e9616b51104eb990c1fcfd53d5fb2146ba22457cb134e6254e9077ba73c8b4c4b4d1d525e66fb65 -DIST qtbase-everywhere-src-5.12.1.tar.xz 48239912 BLAKE2B 99a92c2134a20d5f52a1ae69e5d248f12e4668308f894ead17927a778558b4fcd598f5f5208527a77e20550d7eb77502253cae91ad19f61ff422a1ff52e84060 SHA512 51494d8947ae16ab7aee22aca156035718f5a700737547de59b4d61d3919c00f4de858111c8928a66c0385604623d847d231892d964d53924a8c97b6e2bedf25 DIST qtbase-everywhere-src-5.12.2.tar.xz 48364464 BLAKE2B 1743fc3e233ab5c204c4c88db61ede946fbb967ed69c47709ee071bf1b911ef79a6581ff9db6e6bdabb15202196614fbdce32521750e41898906100ae5259960 SHA512 6752ecc096f8baf8e14e56f0d1f139e8a0d75967ab61bf1734ad5f4f4609a7cc707ab080f5f85f2230bbbb1454a0669be60a14d57d9a93aef553ce6f85f71613 diff --git a/dev-qt/qtwidgets/qtwidgets-5.12.1.ebuild b/dev-qt/qtwidgets/qtwidgets-5.12.1.ebuild deleted file mode 100644 index f1ee2b9f2a3c..000000000000 --- a/dev-qt/qtwidgets/qtwidgets-5.12.1.ebuild +++ /dev/null @@ -1,56 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -QT5_MODULE="qtbase" -inherit qt5-build - -DESCRIPTION="Set of components for creating classic desktop-style UIs for the Qt5 framework" - -if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd" -fi - -# keep IUSE defaults in sync with qtgui -IUSE="gles2 gtk +png +xcb" - -DEPEND=" - ~dev-qt/qtcore-${PV} - ~dev-qt/qtgui-${PV}[gles2=,png=,xcb?] - gtk? ( - ~dev-qt/qtgui-${PV}[dbus] - x11-libs/gtk+:3 - x11-libs/libX11 - x11-libs/pango - ) -" -RDEPEND="${DEPEND}" - -QT5_TARGET_SUBDIRS=( - src/tools/uic - src/widgets - src/plugins/platformthemes -) - -QT5_GENTOO_CONFIG=( - gtk:gtk3: - ::widgets - !:no-widgets: -) - -QT5_GENTOO_PRIVATE_CONFIG=( - :widgets -) - -src_configure() { - local myconf=( - -opengl $(usex gles2 es2 desktop) - $(qt_use gtk) - -gui - $(qt_use png libpng system) - -widgets - $(qt_use xcb xcb system) - $(usex xcb '-xcb-xlib -xcb-xinput -xkb -xkbcommon' '') - ) - qt5-build_src_configure -} diff --git a/dev-qt/qtx11extras/Manifest b/dev-qt/qtx11extras/Manifest index 8d0e3a6aaf93..47edd1587dd8 100644 --- a/dev-qt/qtx11extras/Manifest +++ b/dev-qt/qtx11extras/Manifest @@ -1,3 +1,2 @@ DIST qtx11extras-everywhere-src-5.11.3.tar.xz 109496 BLAKE2B b95f2d14207a0a87d6ef95de45908351ba2171bee696cb55a9fce334e5d1525c9af968591f03d9b2a40ca1088ee626f81e15b54ef2972da68ee4e22030e16bfa SHA512 8aeae9a567d6a50071c239796e7916b22235b6e51dc56ade7914be85db610bb51fb3cc8a7d863b72ae8c9385498afb8533d3933e780fc8c764ec91dcb3de04f8 -DIST qtx11extras-everywhere-src-5.12.1.tar.xz 115964 BLAKE2B 507949d40eea551b09813dc93949bc3d97cb0e7a06602f64685859e0b27402ad50646f1667f193d5ea3c0a0f1c6578af345cc4be420058def424957e66e03bad SHA512 a6014ad0b4494dac2346d373b58564893f41532f040e8a7c1696f1efa0bbb79cedf33a50a908069146145f3f15603642cf0f9f40a1cb18302a3a8e978a5dc784 DIST qtx11extras-everywhere-src-5.12.2.tar.xz 115860 BLAKE2B 67d70032fdac4b8c40603af36e0cf29f5e4c34944b90322999a4a311de232802601cd6138d4822ab6b64081d727f7bfa2da696e391b7e7cb0bef9b41dfd43ca2 SHA512 98d7dee4c6e5b3914ad2707842ec96c70e38c6a659fcf193d264122f90b9e22cf12d6df05414e6fdf27f5b791649a12d5af9ec3d00c61087d7a3185e5a75c769 diff --git a/dev-qt/qtx11extras/qtx11extras-5.12.1.ebuild b/dev-qt/qtx11extras/qtx11extras-5.12.1.ebuild deleted file mode 100644 index 6245a6cc5506..000000000000 --- a/dev-qt/qtx11extras/qtx11extras-5.12.1.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -inherit qt5-build - -DESCRIPTION="Linux/X11-specific support library for the Qt5 framework" - -if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd" -fi - -IUSE="" - -RDEPEND=" - ~dev-qt/qtcore-${PV} - ~dev-qt/qtgui-${PV}[xcb] -" -DEPEND="${RDEPEND} - test? ( ~dev-qt/qtwidgets-${PV} ) -" diff --git a/dev-qt/qtxml/Manifest b/dev-qt/qtxml/Manifest index 2f5ac743d244..31183700c849 100644 --- a/dev-qt/qtxml/Manifest +++ b/dev-qt/qtxml/Manifest @@ -1,3 +1,2 @@ DIST qtbase-everywhere-src-5.11.3.tar.xz 46997676 BLAKE2B a70089be5530dec0eedcd5ba990140b375261dea5c85ea7d1dbb5b0bd09ee23edbb4917851127686b5f3cac6969a284eb91ab075ebe53326e69e99e81b257da0 SHA512 93865e41c994211456a575b085c2e7491b7975a1c3b4deb48e9616b51104eb990c1fcfd53d5fb2146ba22457cb134e6254e9077ba73c8b4c4b4d1d525e66fb65 -DIST qtbase-everywhere-src-5.12.1.tar.xz 48239912 BLAKE2B 99a92c2134a20d5f52a1ae69e5d248f12e4668308f894ead17927a778558b4fcd598f5f5208527a77e20550d7eb77502253cae91ad19f61ff422a1ff52e84060 SHA512 51494d8947ae16ab7aee22aca156035718f5a700737547de59b4d61d3919c00f4de858111c8928a66c0385604623d847d231892d964d53924a8c97b6e2bedf25 DIST qtbase-everywhere-src-5.12.2.tar.xz 48364464 BLAKE2B 1743fc3e233ab5c204c4c88db61ede946fbb967ed69c47709ee071bf1b911ef79a6581ff9db6e6bdabb15202196614fbdce32521750e41898906100ae5259960 SHA512 6752ecc096f8baf8e14e56f0d1f139e8a0d75967ab61bf1734ad5f4f4609a7cc707ab080f5f85f2230bbbb1454a0669be60a14d57d9a93aef553ce6f85f71613 diff --git a/dev-qt/qtxml/qtxml-5.12.1.ebuild b/dev-qt/qtxml/qtxml-5.12.1.ebuild deleted file mode 100644 index f0c71f595c2a..000000000000 --- a/dev-qt/qtxml/qtxml-5.12.1.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -QT5_MODULE="qtbase" -inherit qt5-build - -DESCRIPTION="Implementation of SAX and DOM for the Qt5 framework" - -if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd" -fi - -IUSE="" - -RDEPEND=" - ~dev-qt/qtcore-${PV} -" -DEPEND="${RDEPEND} - test? ( ~dev-qt/qtnetwork-${PV} ) -" - -QT5_TARGET_SUBDIRS=( - src/xml -) - -QT5_GENTOO_PRIVATE_CONFIG=( - :xml -) diff --git a/dev-qt/qtxmlpatterns/Manifest b/dev-qt/qtxmlpatterns/Manifest index 348c824bf671..ef532c63fd76 100644 --- a/dev-qt/qtxmlpatterns/Manifest +++ b/dev-qt/qtxmlpatterns/Manifest @@ -1,3 +1,2 @@ DIST qtxmlpatterns-everywhere-src-5.11.3.tar.xz 1373016 BLAKE2B 6ab881ca138aa5f65aab09ff499181758c1702cd1f3dc1232f12efb756f5efd9a68dec5bce5fc812dde9d4818d0129694a26e364b2d84d9ac6fa5bbc4d089bc7 SHA512 a7a8dcd1ef0bae811f3efbbbf6bb5705b3e75c468106cf7532dde86740240cb3f1f55142706abc1ba309dfdab5edf3dcb12923f75e26c8dd43ffee22bfb73cb2 -DIST qtxmlpatterns-everywhere-src-5.12.1.tar.xz 1389136 BLAKE2B a10713063a894ca7fc67d57396d0b4f2298205bb5ca797cfad10a5fc85fc8e3a9ffdcfef2b8a3d4eac9343b76c30b9d52e6830e983c93ed679932cd89e8c4660 SHA512 2a75b6fdbe07317ce91b69e0fc9abe39899b5c48885033f734c0d018115762e7558723ae0fcb5ad5a2266a52471f139236778be8191c61abec9bf0b07a0f01f7 DIST qtxmlpatterns-everywhere-src-5.12.2.tar.xz 1389320 BLAKE2B 5057d7607f0c11d1a5cb62583fe43dbbe1801fa29977598558671467f15c2dea2276386d8b0054050e4d5e4d35bcc88d7dafa65b5f69113596318c4b8951274a SHA512 2d9b7f0e8496f67f1c1142ea406c710329bbe40cea7a19006ebae06ea746f83e40d3992068ad43370462378c08f094bb0bcb975104859503acc30ead35d30329 diff --git a/dev-qt/qtxmlpatterns/qtxmlpatterns-5.12.1-r1.ebuild b/dev-qt/qtxmlpatterns/qtxmlpatterns-5.12.1-r1.ebuild deleted file mode 100644 index c18dcf034f82..000000000000 --- a/dev-qt/qtxmlpatterns/qtxmlpatterns-5.12.1-r1.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -inherit qt5-build - -DESCRIPTION="XPath, XQuery, XSLT, and XML Schema validation library for the Qt5 framework" - -if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd" -fi - -IUSE="" - -DEPEND=" - ~dev-qt/qtcore-${PV} - ~dev-qt/qtnetwork-${PV} - ~dev-qt/qtdeclarative-${PV} -" -RDEPEND="${DEPEND}" diff --git a/dev-util/Manifest.gz b/dev-util/Manifest.gz index bfa68ec6f0c6..e3d0631b32e5 100644 Binary files a/dev-util/Manifest.gz and b/dev-util/Manifest.gz differ diff --git a/dev-util/strace/Manifest b/dev-util/strace/Manifest index 7a8bd7ee59a8..9f13cfa7eb16 100644 --- a/dev-util/strace/Manifest +++ b/dev-util/strace/Manifest @@ -1,2 +1,3 @@ DIST strace-4.25.tar.xz 1425268 BLAKE2B 896685589686864316940b8493e481f5e37d1c2f536551f79193bc851d66614816abbc989dbff2b18e38f5bff535315ca732221d520f282227b74a4eab3ebb4f SHA512 1465ef5ebc77cee73ebae5e12c72ff1826f48cdb2b36bdd5116380fac3add73f3ede3ca2694358bfb0c3e3141be5b747b353749130a366c81d05709b2d7bb879 DIST strace-4.26.tar.xz 1444216 BLAKE2B ea8ff5f863afa29a3a40e8d89ff5c3835c64adf7c34c8957bbe3d99a02998d61714437470293d1759e87c1ceb8ed42564632ef33dd9d5303452ec7505822d1ba SHA512 cce153246802fcdb1547bc11164784066101a2e672e2a264cb742593b559e579aa4bedc749d87fdd1fc2045f4f79b54d419bb50c823074d2cca6f3c75ccf2290 +DIST strace-5.0.tar.xz 1468752 BLAKE2B 3626697ec340728f2703cd5d8a4e8f274184a6b8ef76b1d239ba7a2ec8c76d7dd7e47e6cde6f5edc8e14ae0322e82a6425fb8586d0f1aba709c4d2208a503027 SHA512 cba3280ada27ef434eda54d0e150f04ab89ad227d67b29bd0993f9ac7747eb32b0e49af8cc493b92eab99c0848ec8dc6bbd9b1db423abd53f19129dacbddf265 diff --git a/dev-util/strace/strace-5.0.ebuild b/dev-util/strace/strace-5.0.ebuild new file mode 100644 index 000000000000..e4f979cf0519 --- /dev/null +++ b/dev-util/strace/strace-5.0.ebuild @@ -0,0 +1,93 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit flag-o-matic toolchain-funcs + +if [[ ${PV} == "9999" ]] ; then + EGIT_REPO_URI="https://github.com/strace/strace.git" + inherit git-r3 autotools +else + SRC_URI="https://github.com/${PN}/${PN}/releases/download/v${PV}/${P}.tar.xz" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux" +fi + +DESCRIPTION="A useful diagnostic, instructional, and debugging tool" +HOMEPAGE="https://strace.io/" + +LICENSE="BSD" +SLOT="0" +IUSE="aio perl static unwind elfutils" + +REQUIRED_USE="?? ( unwind elfutils )" + +LIB_DEPEND=" + unwind? ( sys-libs/libunwind[static-libs(+)] ) + elfutils? ( dev-libs/elfutils[static-libs(+)] ) +" +# strace only uses the header from libaio to decode structs +DEPEND=" + static? ( ${LIB_DEPEND} ) + aio? ( >=dev-libs/libaio-0.3.106 ) + sys-kernel/linux-headers +" +RDEPEND=" + !static? ( ${LIB_DEPEND//\[static-libs(+)]} ) + perl? ( dev-lang/perl ) +" + +src_prepare() { + default + + if [[ ! -e configure ]] ; then + # git generation + sed /autoreconf/d -i bootstrap || die + ./bootstrap || die + eautoreconf + [[ ! -e CREDITS ]] && cp CREDITS{.in,} + fi + + filter-lfs-flags # configure handles this sanely + # Add -pthread since strace wants -lrt for timer_create, and -lrt uses -lpthread. + use static && append-ldflags -static -pthread + + export ac_cv_header_libaio_h=$(usex aio) + use elibc_musl && export ac_cv_header_stdc=no + + # Stub out the -k test since it's known to be flaky. #545812 + sed -i '1iexit 77' tests*/strace-k.test || die +} + +src_configure() { + # Set up the default build settings, and then use the names strace expects. + tc-export_build_env BUILD_{CC,CPP} + local v bv + for v in CC CPP {C,CPP,LD}FLAGS ; do + bv="BUILD_${v}" + export "${v}_FOR_BUILD=${!bv}" + done + + # Don't require mpers support on non-multilib systems. #649560 + local myeconfargs=( + --enable-mpers=check + $(use_with unwind libunwind) + $(use_with elfutils libdw) + ) + econf "${myeconfargs[@]}" +} + +src_test() { + if has usersandbox $FEATURES ; then + ewarn "Test suite is known to fail with FEATURES=usersandbox -- skipping ..." #643044 + return 0 + fi + + default +} + +src_install() { + default + use perl || rm "${ED%/}"/usr/bin/strace-graph + dodoc CREDITS +} diff --git a/dev-util/strace/strace-9999.ebuild b/dev-util/strace/strace-9999.ebuild index cf9b88390846..e4f979cf0519 100644 --- a/dev-util/strace/strace-9999.ebuild +++ b/dev-util/strace/strace-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 @@ -69,10 +69,12 @@ src_configure() { done # Don't require mpers support on non-multilib systems. #649560 - econf \ - --enable-mpers=check \ - $(use_with unwind libunwind) \ + local myeconfargs=( + --enable-mpers=check + $(use_with unwind libunwind) $(use_with elfutils libdw) + ) + econf "${myeconfargs[@]}" } src_test() { diff --git a/dev-vcs/Manifest.gz b/dev-vcs/Manifest.gz index 459a96b5806e..f9c016354aa4 100644 Binary files a/dev-vcs/Manifest.gz and b/dev-vcs/Manifest.gz differ diff --git a/dev-vcs/cvs-fast-export/Manifest b/dev-vcs/cvs-fast-export/Manifest index 54318883aa8b..29225c05f2a1 100644 --- a/dev-vcs/cvs-fast-export/Manifest +++ b/dev-vcs/cvs-fast-export/Manifest @@ -1,2 +1,3 @@ DIST cvs-fast-export-1.45.tar.gz 517917 BLAKE2B 47d0debe2ea4d5674630065ee320c5db71f7ab6e4b17b7850d28c1951359ea98c639639574a7c3a25b9ec4e09ff53f1c5db566bff070e6381061fd828e875061 SHA512 f3acadabdd74f2099003a0cda29b021ea2173127af1a358bcb855397be95edaff2b1f30d3cf31dd6c08e79a8bad07b80b826c374d9b5e43555ec60d08dd577e4 DIST cvs-fast-export-1.46.tar.gz 519521 BLAKE2B 7ecf0a87bef922a0fa69c1f63ab07e943e2a501c8565a610df3cb07e3af04b9abea02e78ae1d764c715e8e8b402cdc32f41e9109cee030d8339ebb8bdb97e561 SHA512 bd2e2a426bdfd76af06346c4a20469d134dd33ee98457afd8db3f1599e6f186451eb181057c97dd7383d35e66c4915f2cb42d51b818127cb3464c8cafc2f34f3 +DIST cvs-fast-export-1.47.tar.gz 522489 BLAKE2B 5f83524137b38f863287feef9f95074dd40bc2189420abcf4d04cd02d686e21cc7fb26bf1e5fc3736efb04fe2e97202f1b4112483f420c7609fb208984c21095 SHA512 0da4b6d27e93c3bcf8ee0669acb0f15973f6eb3c566fd843755ac1176315220a23813d8ed72eba6f7429fa8ce5c00ed99d22fd9dd14e438473ff0a63c2d20cac diff --git a/dev-vcs/cvs-fast-export/cvs-fast-export-1.47.ebuild b/dev-vcs/cvs-fast-export/cvs-fast-export-1.47.ebuild new file mode 100644 index 000000000000..50babdf251fa --- /dev/null +++ b/dev-vcs/cvs-fast-export/cvs-fast-export-1.47.ebuild @@ -0,0 +1,48 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit toolchain-funcs + +DESCRIPTION="fast-export history from a CVS repository or RCS collection" +HOMEPAGE="http://www.catb.org/~esr/cvs-fast-export/" +SRC_URI="http://www.catb.org/~esr/${PN}/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="" +DEPEND="${RDEPEND} + app-text/asciidoc" + +RESTRICT=test # upstream does not ship some tests in tarball + +src_prepare() { + default + + tc-export CC + export prefix=/usr + + # respect CC, CFLAGS and LDFLAGS + sed \ + -e 's/cc /$(CC) $(LDFLAGS) /' \ + -e 's/^CFLAGS += -O/#&/' \ + -e 's/CFLAGS=/CFLAGS+=/' \ + -i Makefile || die +} + +src_compile() { + # '.adoc.html' rules can't be executed in parallel + # as they reuse the same 'docbook-xsl.css' file name. + emake -j1 html + # Allow full parallelism for the rest + emake +} + +src_install() { + default + dodoc README.adoc +} diff --git a/games-arcade/Manifest.gz b/games-arcade/Manifest.gz index 8cb5d33e778b..2724243c8fc5 100644 Binary files a/games-arcade/Manifest.gz and b/games-arcade/Manifest.gz differ diff --git a/games-arcade/ceferino/ceferino-0.97.8-r2.ebuild b/games-arcade/ceferino/ceferino-0.97.8-r2.ebuild index 736477bbe141..feb2563f0e38 100644 --- a/games-arcade/ceferino/ceferino-0.97.8-r2.ebuild +++ b/games-arcade/ceferino/ceferino-0.97.8-r2.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 inherit autotools desktop DESCRIPTION="Super-Pang clone (destroy bouncing balloons with your grapnel)" -HOMEPAGE="http://www.loosersjuegos.com.ar/juegos/ceferino" +HOMEPAGE="http://www.losersjuegos.com.ar/juegos/ceferino" SRC_URI="mirror://debian/pool/main/c/ceferino/${PN}_${PV}+svn37.orig.tar.gz" LICENSE="GPL-2+" diff --git a/games-arcade/notpacman/notpacman-1.0.4-r1.ebuild b/games-arcade/notpacman/notpacman-1.0.4-r1.ebuild index f75edaea9118..1fde2f95503f 100644 --- a/games-arcade/notpacman/notpacman-1.0.4-r1.ebuild +++ b/games-arcade/notpacman/notpacman-1.0.4-r1.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 @@ -8,7 +8,7 @@ inherit desktop eutils gnome2-utils DESCRIPTION="A mashup of \"Not\" and \"Pacman\"" HOMEPAGE="http://stabyourself.net/notpacman/" SRC_URI="http://stabyourself.net/dl.php?file=notpacman-1004/notpacman-linux.zip -> ${P}.zip - https://dev.gentoo.org/~hasufell/distfiles/${PN}.png" + https://dev.gentoo.org/~chewi/distfiles/${PN}.png" LICENSE="WTFPL-2" SLOT="0" diff --git a/games-board/Manifest.gz b/games-board/Manifest.gz index cec67ae9765f..8e0f69c3f87b 100644 Binary files a/games-board/Manifest.gz and b/games-board/Manifest.gz differ diff --git a/games-board/gnome-chess/gnome-chess-3.30.1.ebuild b/games-board/gnome-chess/gnome-chess-3.30.1.ebuild index f52f27cab4f1..c26dcdd86ac5 100644 --- a/games-board/gnome-chess/gnome-chess-3.30.1.ebuild +++ b/games-board/gnome-chess/gnome-chess-3.30.1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -VALA_MIN_API_VERSION="0.36" +VALA_MIN_API_VERSION="0.40" inherit gnome.org gnome2-utils meson readme.gentoo-r1 vala xdg diff --git a/games-fps/Manifest.gz b/games-fps/Manifest.gz index 31c060a5d442..259152464fd5 100644 Binary files a/games-fps/Manifest.gz and b/games-fps/Manifest.gz differ diff --git a/games-fps/enemy-territory-omnibot/enemy-territory-omnibot-0.85.ebuild b/games-fps/enemy-territory-omnibot/enemy-territory-omnibot-0.85.ebuild index f2e55798684e..8b8d1f40b82d 100644 --- a/games-fps/enemy-territory-omnibot/enemy-territory-omnibot-0.85.ebuild +++ b/games-fps/enemy-territory-omnibot/enemy-territory-omnibot-0.85.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 @@ -10,7 +10,7 @@ MOD_DIR="omnibot" inherit games games-mods -HOMEPAGE="http://www.omni-bot.com/" +HOMEPAGE="https://jswigart.github.io/omni-bot/" MY_PV="${PV//./_}" SRC_URI="http://omni-bot.invisionzone.com/index.php?/files/getdownload/208-omni-bot-enemy-territory -> omni-bot_${MY_PV}_ET_linux.zip http://omni-bot.invisionzone.com/index.php?/files/getdownload/207-omni-bot-enemy-territory -> omni-bot_${MY_PV}_ET_waypoint_mod.zip" diff --git a/games-puzzle/Manifest.gz b/games-puzzle/Manifest.gz index 00257092bf93..4bfaaa4347ad 100644 Binary files a/games-puzzle/Manifest.gz and b/games-puzzle/Manifest.gz differ diff --git a/games-puzzle/lightsoff/lightsoff-3.28.0.ebuild b/games-puzzle/lightsoff/lightsoff-3.28.0.ebuild index 9c0fb1be526d..4d3bd86e622c 100644 --- a/games-puzzle/lightsoff/lightsoff-3.28.0.ebuild +++ b/games-puzzle/lightsoff/lightsoff-3.28.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 diff --git a/games-puzzle/lightsoff/lightsoff-3.30.0.ebuild b/games-puzzle/lightsoff/lightsoff-3.30.0.ebuild index cfbafcc3f5cf..2fb0cb64a70d 100644 --- a/games-puzzle/lightsoff/lightsoff-3.30.0.ebuild +++ b/games-puzzle/lightsoff/lightsoff-3.30.0.ebuild @@ -2,6 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 +VALA_MIN_API_VERSION="0.40" inherit gnome.org gnome2-utils meson xdg vala DESCRIPTION="Turn off all the lights" diff --git a/games-roguelike/Manifest.gz b/games-roguelike/Manifest.gz index fd61523d1d4e..7aa619ecc2bb 100644 Binary files a/games-roguelike/Manifest.gz and b/games-roguelike/Manifest.gz differ diff --git a/games-roguelike/adom/adom-1.1.1-r1.ebuild b/games-roguelike/adom/adom-1.1.1-r1.ebuild index 594a56c07ebe..e1d53a9adfc8 100644 --- a/games-roguelike/adom/adom-1.1.1-r1.ebuild +++ b/games-roguelike/adom/adom-1.1.1-r1.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 inherit eutils games DESCRIPTION="Ancient Domains Of Mystery rogue-like game" -HOMEPAGE="http://www.adom.de/" -SRC_URI="http://www.adom.de/adom/download/linux/${P//.}-elf.tar.gz" +HOMEPAGE="https://www.adom.de/" +SRC_URI="https://www.adom.de/adom/download/linux/${P//.}-elf.tar.gz" LICENSE="adom" SLOT="0" diff --git a/gnome-base/Manifest.gz b/gnome-base/Manifest.gz index 57a42ab1aded..47355f531022 100644 Binary files a/gnome-base/Manifest.gz and b/gnome-base/Manifest.gz differ diff --git a/gnome-base/gdm/files/3.30.3-pam-drop-legacy-arg.patch b/gnome-base/gdm/files/3.30.3-pam-drop-legacy-arg.patch new file mode 100644 index 000000000000..8d82a284bf50 --- /dev/null +++ b/gnome-base/gdm/files/3.30.3-pam-drop-legacy-arg.patch @@ -0,0 +1,29 @@ +From a26ed5502622c22daa175861fa9d651a32131cf5 Mon Sep 17 00:00:00 2001 +From: Marc-Antoine Perennou +Date: Sat, 16 Feb 2019 08:47:45 +0100 +Subject: [PATCH 1/2] pam-exherbo: drop legacy pam_systemd argument + +kill-session-processes=1 is long gone + +Signed-off-by: Marc-Antoine Perennou +(cherry picked from commit 13e6666b1e1000d757ac5621a83105110f55e3e3) +--- + data/pam-exherbo/gdm-launch-environment.pam | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/data/pam-exherbo/gdm-launch-environment.pam b/data/pam-exherbo/gdm-launch-environment.pam +index 8c13b3bc..51a8e003 100644 +--- a/data/pam-exherbo/gdm-launch-environment.pam ++++ b/data/pam-exherbo/gdm-launch-environment.pam +@@ -8,7 +8,7 @@ auth required pam_permit.so + + password required pam_deny.so + +--session optional pam_systemd.so kill-session-processes=1 ++-session optional pam_systemd.so + session optional pam_keyinit.so force revoke + session required pam_succeed_if.so audit quiet_success user = gdm + session required pam_permit.so +-- +2.17.0 + diff --git a/gnome-base/gdm/files/pam-elogind.patch b/gnome-base/gdm/files/pam-elogind.patch new file mode 100644 index 000000000000..e17bed395b54 --- /dev/null +++ b/gnome-base/gdm/files/pam-elogind.patch @@ -0,0 +1,24 @@ +From 96e605d6bd832a89f022872492a9c9cb1eb62f66 Mon Sep 17 00:00:00 2001 +From: Mart Raudsepp +Date: Tue, 19 Mar 2019 23:13:29 +0200 +Subject: [PATCH 2/2] pam-exherbo: Support elogind + +--- + data/pam-exherbo/gdm-launch-environment.pam | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/data/pam-exherbo/gdm-launch-environment.pam b/data/pam-exherbo/gdm-launch-environment.pam +index 51a8e003..c697a528 100644 +--- a/data/pam-exherbo/gdm-launch-environment.pam ++++ b/data/pam-exherbo/gdm-launch-environment.pam +@@ -8,6 +8,7 @@ auth required pam_permit.so + + password required pam_deny.so + ++-session optional pam_elogind.so + -session optional pam_systemd.so + session optional pam_keyinit.so force revoke + session required pam_succeed_if.so audit quiet_success user = gdm +-- +2.17.0 + diff --git a/gnome-base/gdm/gdm-3.30.3-r1.ebuild b/gnome-base/gdm/gdm-3.30.3-r1.ebuild new file mode 100644 index 000000000000..fe94fdcdbc45 --- /dev/null +++ b/gnome-base/gdm/gdm-3.30.3-r1.ebuild @@ -0,0 +1,222 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +GNOME2_LA_PUNT="yes" + +inherit eutils gnome2 pam readme.gentoo-r1 systemd udev user + +DESCRIPTION="GNOME Display Manager for managing graphical display servers and user logins" +HOMEPAGE="https://wiki.gnome.org/Projects/GDM" + +SRC_URI="${SRC_URI} + branding? ( https://www.mail-archive.com/tango-artists@lists.freedesktop.org/msg00043/tango-gentoo-v1.1.tar.gz ) +" + +LICENSE=" + GPL-2+ + branding? ( CC-BY-SA-4.0 ) +" + +SLOT="0" + +IUSE="accessibility audit branding elogind fprint +introspection ipv6 plymouth selinux smartcard systemd tcpd test wayland xinerama" +REQUIRED_USE="^^ ( elogind systemd )" + +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~x86" + +# NOTE: x11-base/xorg-server dep is for X_SERVER_PATH etc, bug #295686 +# nspr used by smartcard extension +# dconf, dbus and g-s-d are needed at install time for dconf update +# We need either systemd or >=openrc-0.12 to restart gdm properly, bug #463784 +COMMON_DEPEND=" + app-text/iso-codes + >=dev-libs/glib-2.44:2 + >=x11-libs/gtk+-2.91.1:3 + >=gnome-base/dconf-0.20 + >=gnome-base/gnome-settings-daemon-3.1.4 + gnome-base/gsettings-desktop-schemas + >=media-libs/fontconfig-2.5.0:1.0 + >=media-libs/libcanberra-0.4[gtk3] + sys-apps/dbus + >=sys-apps/accountsservice-0.6.35 + + x11-base/xorg-server + x11-libs/libXau + x11-libs/libX11 + x11-libs/libXdmcp + x11-libs/libXext + x11-libs/libxcb + >=x11-misc/xdg-utils-1.0.2-r3 + + virtual/pam + elogind? ( >=sys-auth/elogind-239.3[pam] ) + systemd? ( >=sys-apps/systemd-186:0=[pam] ) + + sys-auth/pambase[elogind?,systemd?] + + audit? ( sys-process/audit ) + introspection? ( >=dev-libs/gobject-introspection-0.9.12:= ) + plymouth? ( sys-boot/plymouth ) + selinux? ( sys-libs/libselinux ) + tcpd? ( >=sys-apps/tcp-wrappers-7.6 ) + xinerama? ( x11-libs/libXinerama ) +" +# XXX: These deps are from session and desktop files in data/ directory +# fprintd is used via dbus by gdm-fingerprint-extension +# gnome-session-3.6 needed to avoid freezing with orca +RDEPEND="${COMMON_DEPEND} + >=gnome-base/gnome-session-3.6 + >=gnome-base/gnome-shell-3.1.90 + x11-apps/xhost + + accessibility? ( + >=app-accessibility/orca-3.10 + gnome-extra/mousetweaks ) + fprint? ( + sys-auth/fprintd + sys-auth/pam_fprint ) + + !gnome-extra/fast-user-switch-applet +" +DEPEND="${COMMON_DEPEND} + app-text/docbook-xml-dtd:4.1.2 + dev-util/gdbus-codegen + dev-util/glib-utils + dev-util/itstool + >=sys-devel/gettext-0.19.8 + virtual/pkgconfig + x11-base/xorg-proto + test? ( >=dev-libs/check-0.9.4 ) +" + +DOC_CONTENTS=" + To make GDM start at boot with systemd, run:\n + # systemctl enable gdm.service\n + \n + To make GDM start at boot with OpenRC, edit /etc/conf.d to have + DISPLAYMANAGER=\"gdm\" and enable the xdm service:\n + # rc-update add xdm + \n + For passwordless login to unlock your keyring, you need to install + sys-auth/pambase with USE=gnome-keyring and set an empty password + on your keyring. Use app-crypt/seahorse for that.\n + \n + You may need to install app-crypt/coolkey and sys-auth/pam_pkcs11 + for smartcard support +" + +pkg_setup() { + enewgroup gdm + enewgroup video # Just in case it hasn't been created yet + enewuser gdm -1 -1 /var/lib/gdm gdm,video + + # For compatibility with certain versions of nvidia-drivers, etc., need to + # ensure that gdm user is in the video group + if ! egetent group video | grep -q gdm; then + # FIXME XXX: is this at all portable, ldap-safe, etc.? + # XXX: egetent does not have a 1-argument form, so we can't use it to + # get the list of gdm's groups + local g=$(groups gdm) + elog "Adding user gdm to video group" + usermod -G video,${g// /,} gdm || die "Adding user gdm to video group failed" + fi +} + +src_prepare() { + # ssh-agent handling must be done at xinitrc.d, bug #220603 + eapply "${FILESDIR}/${PN}-2.32.0-xinitrc-ssh-agent.patch" + + # Gentoo does not have a fingerprint-auth pam stack + eapply "${FILESDIR}/${PN}-3.8.4-fingerprint-auth.patch" + + # Drop legacy argument to pam_systemd.so, included in 3.32 + eapply "${FILESDIR}/${PV}-pam-drop-legacy-arg.patch" + # Support pam_elogind.so in gdm-launch-environment.pam + eapply "${FILESDIR}/pam-elogind.patch" + + # Show logo when branding is enabled + use branding && eapply "${FILESDIR}/${PN}-3.30.3-logo.patch" + + gnome2_src_prepare +} + +src_configure() { + # PAM is the only auth scheme supported + # even though configure lists shadow and crypt + # they don't have any corresponding code. + # --with-at-spi-registryd-directory= needs to be passed explicitly because + # of https://bugzilla.gnome.org/show_bug.cgi?id=607643#c4 + # Xevie is obsolete, bug #482304 + + # --with-initial-vt=7 conflicts with plymouth, bug #453392 + # gdm-3.30 now reaps (stops) the login screen when the login VT isn't active, which + # saves on memory. However this means if we don't start on VT1, gdm doesn't start up + # before user manually goes to VT7. Thus as-is we can not keep gdm away from VT1, + # so lets try always having it in VT1 and see if that is an issue for people before + # hacking up workarounds for the initial start case. + # ! use plymouth && myconf="${myconf} --with-initial-vt=7" + local myconf=( + --enable-gdm-xsession + --enable-user-display-server + --with-run-dir=/run/gdm + --localstatedir="${EPREFIX}"/var + --disable-static + --with-xdmcp=yes + --enable-authentication-scheme=pam + --with-default-pam-config=exherbo + --with-pam-mod-dir=$(getpam_mod_dir) + --with-udevdir=$(get_udevdir) + --with-at-spi-registryd-directory="${EPREFIX}"/usr/libexec + --without-xevie + $(use_enable systemd systemd-journal) + --with-systemdsystemunitdir="$(systemd_get_systemunitdir)" + $(use_with audit libaudit) + $(use_enable ipv6) + $(use_with plymouth) + $(use_with selinux) + $(use_with tcpd tcp-wrappers) + $(use_enable wayland wayland-support) + $(use_with xinerama) + ) + + if use elogind; then + myconf+=( + --with-initial-vt=7 # TODO: Revisit together with startDM.sh and other xinit talks; also ignores plymouth possibility + SYSTEMD_CFLAGS=`pkg-config --cflags "libelogind" 2>/dev/null` + SYSTEMD_LIBS=`pkg-config --libs "libelogind" 2>/dev/null` + ) + fi + + gnome2_src_configure "${myconf[@]}" +} + +src_install() { + gnome2_src_install + + if ! use accessibility ; then + rm "${ED}"/usr/share/gdm/greeter/autostart/orca-autostart.desktop || die + fi + + exeinto /etc/X11/xinit/xinitrc.d + newexe "${FILESDIR}/49-keychain-r1" 49-keychain + newexe "${FILESDIR}/50-ssh-agent-r1" 50-ssh-agent + + # gdm user's home directory + keepdir /var/lib/gdm + fowners gdm:gdm /var/lib/gdm + + # install XDG_DATA_DIRS gdm changes + echo 'XDG_DATA_DIRS="/usr/share/gdm"' > 99xdg-gdm + doenvd 99xdg-gdm + + use branding && newicon "${WORKDIR}/tango-gentoo-v1.1/scalable/gentoo.svg" gentoo-gdm.svg + + readme.gentoo_create_doc +} + +pkg_postinst() { + gnome2_pkg_postinst + systemd_reenable gdm.service + readme.gentoo_print_elog +} diff --git a/gnome-base/gdm/metadata.xml b/gnome-base/gdm/metadata.xml index 747420ed8b55..ac51d07ebe21 100644 --- a/gnome-base/gdm/metadata.xml +++ b/gnome-base/gdm/metadata.xml @@ -6,6 +6,7 @@ Gentoo GNOME Desktop + Use sys-auth/elogind for session management Enables experimental fingerprint authentication using sys-auth/fprintd Enable support for smooth transition from diff --git a/gnome-base/gnome-session/files/3.30.1-elogind-support.patch b/gnome-base/gnome-session/files/3.30.1-elogind-support.patch new file mode 100644 index 000000000000..4f1c5dab9dda --- /dev/null +++ b/gnome-base/gnome-session/files/3.30.1-elogind-support.patch @@ -0,0 +1,67 @@ +From 92072c73ab74ebe0654ac5bd4f9fd2182181ee9d Mon Sep 17 00:00:00 2001 +From: Mart Raudsepp +Date: Tue, 19 Mar 2019 11:00:21 +0200 +Subject: [PATCH] meson: Support elogind + +--- + meson.build | 12 +++++++++--- + meson_options.txt | 1 + + 2 files changed, 10 insertions(+), 3 deletions(-) + +diff --git a/meson.build b/meson.build +index afc97457..7c32e3b9 100644 +--- a/meson.build ++++ b/meson.build +@@ -121,8 +121,10 @@ session_tracking = 'null backend' + + enable_systemd = get_option('systemd') + enable_systemd_journal = get_option('systemd_journal') ++enable_elogind = get_option('elogind') + enable_consolekit = get_option('consolekit') +-if enable_systemd or enable_consolekit ++assert(not (enable_systemd and enable_elogind), 'Can not support systemd and elogind at once') ++if enable_systemd or enable_elogind or enable_consolekit + session_bin_deps += dependency('gio-unix-2.0', version: glib_req_version) + + # Check for systemd +@@ -145,6 +147,10 @@ if enable_systemd or enable_consolekit + endif + + session_tracking = 'systemd' ++ elif enable_elogind ++ libelogind_dep = dependency('libelogind', version: '>= 239.4') ++ session_bin_deps += libelogind_dep ++ session_tracking = 'elogind' + endif + + # Check for ConsoleKit +@@ -154,14 +160,14 @@ if enable_systemd or enable_consolekit + + session_bin_deps += dbus_glib_dep + +- if enable_systemd ++ if enable_systemd or enable_elogind + session_tracking += ' (with fallback to ConsoleKit)' + else + session_tracking = 'ConsoleKit' + endif + endif + endif +-config_h.set('HAVE_SYSTEMD', enable_systemd) ++config_h.set('HAVE_SYSTEMD', enable_systemd or enable_elogind) + config_h.set('ENABLE_SYSTEMD_JOURNAL', enable_systemd_journal) + config_h.set('HAVE_CONSOLEKIT', enable_consolekit) + +diff --git a/meson_options.txt b/meson_options.txt +index 05174fec..cd85eae8 100644 +--- a/meson_options.txt ++++ b/meson_options.txt +@@ -1,4 +1,5 @@ + option('deprecation_flags', type: 'boolean', value: false, description: 'use *_DISABLE_DEPRECATED flags') ++option('elogind', type: 'boolean', value: true, description: 'Use elogind') + option('session_selector', type: 'boolean', value: false, description: 'enable building a custom session selector dialog') + option('systemd', type: 'boolean', value: true, description: 'Use systemd') + option('systemd_journal', type: 'boolean', value:'true', description: 'Send log to systemd-journal') +-- +2.17.0 + diff --git a/gnome-base/gnome-session/gnome-session-3.30.1.ebuild b/gnome-base/gnome-session/gnome-session-3.30.1-r1.ebuild similarity index 87% rename from gnome-base/gnome-session/gnome-session-3.30.1.ebuild rename to gnome-base/gnome-session/gnome-session-3.30.1-r1.ebuild index 8674fec66da3..f62cbf2858fd 100644 --- a/gnome-base/gnome-session/gnome-session-3.30.1.ebuild +++ b/gnome-base/gnome-session/gnome-session-3.30.1-r1.ebuild @@ -10,7 +10,10 @@ HOMEPAGE="https://gitlab.gnome.org/GNOME/gnome-session" LICENSE="GPL-2+" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris" -IUSE="consolekit doc systemd" +IUSE="consolekit doc elogind systemd" +# There is a null backend available, thus ?? not ^^ +# consolekit can be enabled alone, or together with a logind provider; in latter case CK is used as fallback +REQUIRED_USE="?? ( elogind systemd )" COMMON_DEPEND=" >=dev-libs/glib-2.46.0:2 @@ -25,6 +28,7 @@ COMMON_DEPEND=" x11-libs/libXcomposite systemd? ( >=sys-apps/systemd-183:0= ) + elogind? ( >=sys-auth/elogind-239.4 ) consolekit? ( >=dev-libs/dbus-glib-0.76 ) " @@ -57,6 +61,10 @@ DEPEND="${COMMON_DEPEND} app-text/docbook-xml-dtd:4.1.2 ) " +PATCHES=( + "${FILESDIR}"/${PV}-elogind-support.patch +) + src_prepare() { xdg_src_prepare # Install USE=doc in $PF if enabled @@ -66,6 +74,7 @@ src_prepare() { src_configure() { local emesonargs=( -Ddeprecation_flags=false + $(meson_use elogind) -Dsession_selector=true # gnome-custom-session $(meson_use systemd) $(meson_use systemd systemd_journal) @@ -108,8 +117,8 @@ pkg_postinst() { ewarn "make sure that the commands in the xinitrc.d scripts are run." fi - if ! use systemd && ! use consolekit; then - ewarn "You are building without systemd and/or consolekit support." + if ! use systemd && ! use elogind && ! use consolekit; then + ewarn "You are building without systemd, elogind and/or consolekit support." ewarn "gnome-session won't be able to correctly track and manage your session." fi } diff --git a/gnome-base/gnome-session/metadata.xml b/gnome-base/gnome-session/metadata.xml index 506e4f9e5c55..0a5d0e69d176 100644 --- a/gnome-base/gnome-session/metadata.xml +++ b/gnome-base/gnome-session/metadata.xml @@ -7,5 +7,6 @@ Support sys-auth/consolekit for session tracking + Support sys-auth/elogind for session tracking diff --git a/gnome-extra/Manifest.gz b/gnome-extra/Manifest.gz index 927ae34f380f..b4edadb39545 100644 Binary files a/gnome-extra/Manifest.gz and b/gnome-extra/Manifest.gz differ diff --git a/gnome-extra/synapse/Manifest b/gnome-extra/synapse/Manifest index 21a27bc1b04c..df7fc3e5c9b0 100644 --- a/gnome-extra/synapse/Manifest +++ b/gnome-extra/synapse/Manifest @@ -1,2 +1 @@ -DIST synapse-0.2.99.2.tar.xz 444156 BLAKE2B b1fccaecf6ea0d8623e305852e3ae21bb0f95b38a086152643bfb15f82c59a27fc499487ad9a3dba56378f260eea26a43a76bef11220b9e24b2027b1a1a8f8ca SHA512 e4b6e0399a83fc7880d786e8cff6360850d5ce1ac2eabccb5ce6d3989e4356c42adf1155905b39bb6b10887c02844dad01cdf8d556bc4bd6c7cd11956f8116c7 DIST synapse-0.2.99.4.tar.xz 538476 BLAKE2B 27de41362ca53c06ba70d9b0df728aa64e72f19b726b5e5cb4797c85bf296c43969b58491430c585887e0a74339c49399bbe415c13827fa2b0243e8b1bdd8598 SHA512 d9668fb9dd18d97da89bf5f0a9864f843c629f91751b326b4e97de74c6db64a59dbcd221f1b6ed0fc199a683ed511d86f280756fe4c21195d6169d2977315325 diff --git a/gnome-extra/synapse/synapse-0.2.99.2.ebuild b/gnome-extra/synapse/synapse-0.2.99.2.ebuild deleted file mode 100644 index 9c6818eff3ba..000000000000 --- a/gnome-extra/synapse/synapse-0.2.99.2.ebuild +++ /dev/null @@ -1,56 +0,0 @@ -# Copyright 1999-2018 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -GCONF_DEBUG="no" # gnome2_src_configure is not being used -AUTOTOOLS_AUTORECONF=true - -inherit gnome2 autotools-utils vala - -DESCRIPTION="A program launcher in the style of GNOME Do" -HOMEPAGE="https://launchpad.net/synapse-project/" -SRC_URI="https://launchpad.net/synapse-project/0.3/${PV}/+download/${P}.tar.xz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="amd64 x86" -# "ayatana" support pending on GTK+-3.x version of synapse wrt #411613 -IUSE="plugins" - -RDEPEND=" - dev-libs/libgee:0.8 - >=dev-libs/glib-2.28.0:2 - dev-libs/json-glib - dev-libs/keybinder:3 - dev-libs/libunique:1 - sys-apps/dbus - x11-libs/cairo - x11-libs/gdk-pixbuf:2 - x11-libs/gtkhotkey - >=x11-libs/gtk+-3.0.0:3 - x11-libs/libnotify - x11-libs/pango - x11-themes/adwaita-icon-theme - plugins? ( >=net-libs/rest-0.7 )" - - #ayatana? ( dev-libs/libappindicator ) -DEPEND="${RDEPEND} - $(vala_depend) - dev-util/intltool - virtual/pkgconfig" - -src_prepare() { - sed -i -e 's/GNOME/GNOME;GTK/' data/synapse.desktop.in || die - vala_src_prepare - autotools-utils_src_prepare -} - -src_configure() { - local myeconfargs=( - $(use_enable plugins librest yes) - --disable-zeitgeist - --enable-indicator=no - ) - autotools-utils_src_configure -} diff --git a/kde-apps/Manifest.gz b/kde-apps/Manifest.gz index f533a481b608..fc1c801348c1 100644 Binary files a/kde-apps/Manifest.gz and b/kde-apps/Manifest.gz differ diff --git a/kde-apps/akonadi-calendar/akonadi-calendar-18.12.3.ebuild b/kde-apps/akonadi-calendar/akonadi-calendar-18.12.3.ebuild index da7cf6f99ad7..c2875fb209bf 100644 --- a/kde-apps/akonadi-calendar/akonadi-calendar-18.12.3.ebuild +++ b/kde-apps/akonadi-calendar/akonadi-calendar-18.12.3.ebuild @@ -8,7 +8,7 @@ inherit kde5 DESCRIPTION="Library for akonadi calendar integration" LICENSE="GPL-2+ LGPL-2.1+" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~arm64 ~x86" IUSE="" DEPEND=" diff --git a/kde-apps/akonadi-import-wizard/akonadi-import-wizard-18.12.3.ebuild b/kde-apps/akonadi-import-wizard/akonadi-import-wizard-18.12.3.ebuild index 9b6c174d3f85..dbb1fdeee9fa 100644 --- a/kde-apps/akonadi-import-wizard/akonadi-import-wizard-18.12.3.ebuild +++ b/kde-apps/akonadi-import-wizard/akonadi-import-wizard-18.12.3.ebuild @@ -9,7 +9,7 @@ inherit kde5 DESCRIPTION="Assistant to import PIM data from other applications into Akonadi" HOMEPAGE+=" https://userbase.kde.org/Kmail/Import_Options" LICENSE="GPL-2+ handbook? ( FDL-1.2+ )" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~arm64 ~x86" IUSE="" DEPEND=" diff --git a/kde-apps/akonadi-mime/akonadi-mime-18.12.3.ebuild b/kde-apps/akonadi-mime/akonadi-mime-18.12.3.ebuild index 7decc59d534c..ff73b34b6837 100644 --- a/kde-apps/akonadi-mime/akonadi-mime-18.12.3.ebuild +++ b/kde-apps/akonadi-mime/akonadi-mime-18.12.3.ebuild @@ -7,7 +7,7 @@ KDE_TEST="true" inherit kde5 DESCRIPTION="Library for akonadi mime types" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~arm64 ~x86" LICENSE="GPL-2+ LGPL-2.1+" IUSE="" diff --git a/kde-apps/akonadi-notes/akonadi-notes-18.12.3.ebuild b/kde-apps/akonadi-notes/akonadi-notes-18.12.3.ebuild index 28be63525268..e317c0e85c3f 100644 --- a/kde-apps/akonadi-notes/akonadi-notes-18.12.3.ebuild +++ b/kde-apps/akonadi-notes/akonadi-notes-18.12.3.ebuild @@ -7,7 +7,7 @@ KDE_TEST="true" inherit kde5 DESCRIPTION="Library for akonadi notes integration" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~arm64 ~x86" LICENSE="GPL-2+" IUSE="" diff --git a/kde-apps/akonadi-search/akonadi-search-18.12.3.ebuild b/kde-apps/akonadi-search/akonadi-search-18.12.3.ebuild index 0e56f04e7bbc..2ac383a9576f 100644 --- a/kde-apps/akonadi-search/akonadi-search-18.12.3.ebuild +++ b/kde-apps/akonadi-search/akonadi-search-18.12.3.ebuild @@ -10,7 +10,7 @@ inherit kde5 DESCRIPTION="Libraries and daemons to implement searching in Akonadi" HOMEPAGE="https://cgit.kde.org/akonadi-search.git" LICENSE="GPL-2+ LGPL-2.1+" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~arm64 ~x86" IUSE="" BDEPEND=" diff --git a/kde-apps/akonadiconsole/akonadiconsole-18.12.3.ebuild b/kde-apps/akonadiconsole/akonadiconsole-18.12.3.ebuild index 1e66f29f5c8b..e0ac0745b198 100644 --- a/kde-apps/akonadiconsole/akonadiconsole-18.12.3.ebuild +++ b/kde-apps/akonadiconsole/akonadiconsole-18.12.3.ebuild @@ -9,7 +9,7 @@ inherit kde5 DESCRIPTION="Application for debugging Akonadi Resources" LICENSE="GPL-2+ LGPL-2.1+ handbook? ( FDL-1.2+ )" HOMEPAGE="https://www.kde.org/" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~arm64 ~x86" IUSE="" diff --git a/kde-apps/akregator/akregator-18.12.3.ebuild b/kde-apps/akregator/akregator-18.12.3.ebuild index e28a7edbf00a..7eebcef73b93 100644 --- a/kde-apps/akregator/akregator-18.12.3.ebuild +++ b/kde-apps/akregator/akregator-18.12.3.ebuild @@ -10,7 +10,7 @@ inherit kde5 DESCRIPTION="News feed aggregator" HOMEPAGE="https://www.kde.org/applications/internet/akregator" LICENSE="GPL-2+ handbook? ( FDL-1.2+ )" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~arm64 ~x86" IUSE="" diff --git a/kde-apps/calendarjanitor/calendarjanitor-18.12.3.ebuild b/kde-apps/calendarjanitor/calendarjanitor-18.12.3.ebuild index 27e37ffdfdff..82c91a83746c 100644 --- a/kde-apps/calendarjanitor/calendarjanitor-18.12.3.ebuild +++ b/kde-apps/calendarjanitor/calendarjanitor-18.12.3.ebuild @@ -10,7 +10,7 @@ inherit kde5 DESCRIPTION="Tool to scan calendar data for buggy instances" LICENSE="GPL-2+ handbook? ( FDL-1.2+ )" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~arm64 ~x86" IUSE="" diff --git a/kde-apps/calendarsupport/calendarsupport-18.12.3.ebuild b/kde-apps/calendarsupport/calendarsupport-18.12.3.ebuild index 78a57dc4486b..dcc41e1507f2 100644 --- a/kde-apps/calendarsupport/calendarsupport-18.12.3.ebuild +++ b/kde-apps/calendarsupport/calendarsupport-18.12.3.ebuild @@ -8,7 +8,7 @@ inherit kde5 DESCRIPTION="Calendar support library" LICENSE="GPL-2+ LGPL-2.1+" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~arm64 ~x86" IUSE="" DEPEND=" diff --git a/kde-apps/eventviews/eventviews-18.12.3.ebuild b/kde-apps/eventviews/eventviews-18.12.3.ebuild index b4c82021611b..b084d3fe2224 100644 --- a/kde-apps/eventviews/eventviews-18.12.3.ebuild +++ b/kde-apps/eventviews/eventviews-18.12.3.ebuild @@ -8,7 +8,7 @@ inherit kde5 DESCRIPTION="Calendar viewer for KDE PIM" LICENSE="GPL-2+ LGPL-2.1+" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~arm64 ~x86" IUSE="" DEPEND=" diff --git a/kde-apps/grantlee-editor/grantlee-editor-18.12.3.ebuild b/kde-apps/grantlee-editor/grantlee-editor-18.12.3.ebuild index ee0cc5edeb5d..a0cb47643f2e 100644 --- a/kde-apps/grantlee-editor/grantlee-editor-18.12.3.ebuild +++ b/kde-apps/grantlee-editor/grantlee-editor-18.12.3.ebuild @@ -8,7 +8,7 @@ inherit kde5 DESCRIPTION="Utilities and tools to manage themes in KDE PIM applications" LICENSE="GPL-2+ handbook? ( FDL-1.2+ )" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~arm64 ~x86" IUSE="" DEPEND=" diff --git a/kde-apps/grantleetheme/grantleetheme-18.12.3.ebuild b/kde-apps/grantleetheme/grantleetheme-18.12.3.ebuild index 2239c5d9ae1e..86d3074a9311 100644 --- a/kde-apps/grantleetheme/grantleetheme-18.12.3.ebuild +++ b/kde-apps/grantleetheme/grantleetheme-18.12.3.ebuild @@ -8,7 +8,7 @@ inherit kde5 DESCRIPTION="Library for Grantlee plugins" LICENSE="GPL-2+ LGPL-2.1+" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~arm64 ~x86" IUSE="" COMMON_DEPEND=" diff --git a/kde-apps/incidenceeditor/incidenceeditor-18.12.3.ebuild b/kde-apps/incidenceeditor/incidenceeditor-18.12.3.ebuild index 21a7ce6d9f3e..6c1fd4356c0f 100644 --- a/kde-apps/incidenceeditor/incidenceeditor-18.12.3.ebuild +++ b/kde-apps/incidenceeditor/incidenceeditor-18.12.3.ebuild @@ -9,7 +9,7 @@ inherit kde5 DESCRIPTION="Incidence editor for korganizer" LICENSE="GPL-2+" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~arm64 ~x86" IUSE="" DEPEND=" diff --git a/kde-apps/kaddressbook/kaddressbook-18.12.3.ebuild b/kde-apps/kaddressbook/kaddressbook-18.12.3.ebuild index 9d855b8c0c12..e2bba6b1fa4c 100644 --- a/kde-apps/kaddressbook/kaddressbook-18.12.3.ebuild +++ b/kde-apps/kaddressbook/kaddressbook-18.12.3.ebuild @@ -12,7 +12,7 @@ DESCRIPTION="Address book application based on KDE Frameworks" HOMEPAGE="https://www.kde.org/applications/office/kaddressbook/" LICENSE="GPL-2+ handbook? ( FDL-1.2+ )" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~arm64 ~x86" IUSE="" DEPEND=" diff --git a/kde-apps/kalarm/kalarm-18.12.3.ebuild b/kde-apps/kalarm/kalarm-18.12.3.ebuild index 8abc2ff8c98c..f18a16ecd826 100644 --- a/kde-apps/kalarm/kalarm-18.12.3.ebuild +++ b/kde-apps/kalarm/kalarm-18.12.3.ebuild @@ -9,7 +9,7 @@ inherit kde5 DESCRIPTION="Application to manage alarms and other timer based alerts for the desktop" HOMEPAGE+=" https://userbase.kde.org/KAlarm" LICENSE="GPL-2+ handbook? ( FDL-1.2+ )" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~arm64 ~x86" IUSE="X" BDEPEND=" diff --git a/kde-apps/kalarmcal/kalarmcal-18.12.3.ebuild b/kde-apps/kalarmcal/kalarmcal-18.12.3.ebuild index 80199ef88bc4..6952d64dcc75 100644 --- a/kde-apps/kalarmcal/kalarmcal-18.12.3.ebuild +++ b/kde-apps/kalarmcal/kalarmcal-18.12.3.ebuild @@ -8,7 +8,7 @@ inherit kde5 DESCRIPTION="Client library to access and handling of KAlarm calendar data" LICENSE="GPL-2+ LGPL-2.1+" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~arm64 ~x86" IUSE="" COMMON_DEPEND=" diff --git a/kde-apps/kcalcore/kcalcore-18.12.3.ebuild b/kde-apps/kcalcore/kcalcore-18.12.3.ebuild index a1478e114c56..3a367d606c3a 100644 --- a/kde-apps/kcalcore/kcalcore-18.12.3.ebuild +++ b/kde-apps/kcalcore/kcalcore-18.12.3.ebuild @@ -9,7 +9,7 @@ inherit kde5 DESCRIPTION="Library for handling calendar data" LICENSE="GPL-2+ test? ( LGPL-3+ )" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~arm64 ~x86" IUSE="" BDEPEND=" diff --git a/kde-apps/kcalutils/kcalutils-18.12.3.ebuild b/kde-apps/kcalutils/kcalutils-18.12.3.ebuild index c557d646aa26..cf54011c6715 100644 --- a/kde-apps/kcalutils/kcalutils-18.12.3.ebuild +++ b/kde-apps/kcalutils/kcalutils-18.12.3.ebuild @@ -9,7 +9,7 @@ inherit kde5 DESCRIPTION="Library providing utility functions for the handling of calendar data" LICENSE="GPL-2+ LGPL-2.1+" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~arm64 ~x86" IUSE="" DEPEND=" diff --git a/kde-apps/kdav/kdav-18.12.3.ebuild b/kde-apps/kdav/kdav-18.12.3.ebuild index 51ea982ab2c9..914f7b760247 100644 --- a/kde-apps/kdav/kdav-18.12.3.ebuild +++ b/kde-apps/kdav/kdav-18.12.3.ebuild @@ -9,7 +9,7 @@ inherit kde5 DESCRIPTION="DAV protocol implemention with KJobs" LICENSE="GPL-2+" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~arm64 ~x86" IUSE="" DEPEND=" diff --git a/kde-apps/kdepim-addons/kdepim-addons-18.12.3.ebuild b/kde-apps/kdepim-addons/kdepim-addons-18.12.3.ebuild index 7eda22e80ef2..c0d477398740 100644 --- a/kde-apps/kdepim-addons/kdepim-addons-18.12.3.ebuild +++ b/kde-apps/kdepim-addons/kdepim-addons-18.12.3.ebuild @@ -12,7 +12,7 @@ DESCRIPTION="Plugins for KDE Personal Information Management Suite" HOMEPAGE="https://www.kde.org/applications/office/kontact/" LICENSE="GPL-2+ LGPL-2.1+" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~arm64 ~x86" IUSE="importwizard markdown" COMMON_DEPEND=" diff --git a/kde-apps/kdepim-apps-libs/kdepim-apps-libs-18.12.3.ebuild b/kde-apps/kdepim-apps-libs/kdepim-apps-libs-18.12.3.ebuild index a00fb0571360..241a06bb907f 100644 --- a/kde-apps/kdepim-apps-libs/kdepim-apps-libs-18.12.3.ebuild +++ b/kde-apps/kdepim-apps-libs/kdepim-apps-libs-18.12.3.ebuild @@ -9,7 +9,7 @@ inherit kde5 DESCRIPTION="Libraries for KDE PIM applications" LICENSE="GPL-2+ LGPL-2.1+" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~arm64 ~x86" IUSE="" DEPEND=" diff --git a/kde-apps/kdepim-runtime/kdepim-runtime-18.12.3.ebuild b/kde-apps/kdepim-runtime/kdepim-runtime-18.12.3.ebuild index ee891f62e8a4..cf53ee00f893 100644 --- a/kde-apps/kdepim-runtime/kdepim-runtime-18.12.3.ebuild +++ b/kde-apps/kdepim-runtime/kdepim-runtime-18.12.3.ebuild @@ -10,7 +10,7 @@ inherit kde5 DESCRIPTION="Runtime plugin collection to extend the functionality of KDE PIM" LICENSE="GPL-2+ LGPL-2.1+" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~arm64 ~x86" IUSE="+oauth" # TODO kolab diff --git a/kde-apps/kimap/kimap-18.12.3.ebuild b/kde-apps/kimap/kimap-18.12.3.ebuild index 63fc43d99c19..3dc46eb15025 100644 --- a/kde-apps/kimap/kimap-18.12.3.ebuild +++ b/kde-apps/kimap/kimap-18.12.3.ebuild @@ -8,7 +8,7 @@ inherit kde5 DESCRIPTION="Library for interacting with IMAP servers" LICENSE="GPL-2+" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~arm64 ~x86" IUSE="" COMMON_DEPEND=" diff --git a/kde-apps/kitinerary/kitinerary-18.12.3.ebuild b/kde-apps/kitinerary/kitinerary-18.12.3.ebuild index 90556bff9e76..740add2eff3b 100644 --- a/kde-apps/kitinerary/kitinerary-18.12.3.ebuild +++ b/kde-apps/kitinerary/kitinerary-18.12.3.ebuild @@ -11,7 +11,7 @@ DESCRIPTION="Data Model and Extraction System for Travel Reservation information HOMEPAGE="https://www.kde.org/applications/office/kontact/" LICENSE="LGPL-2.1+" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~arm64 ~x86" IUSE="pdf" DEPEND=" diff --git a/kde-apps/kldap/kldap-18.12.3.ebuild b/kde-apps/kldap/kldap-18.12.3.ebuild index 684291a7171b..d63a4f5e4d3d 100644 --- a/kde-apps/kldap/kldap-18.12.3.ebuild +++ b/kde-apps/kldap/kldap-18.12.3.ebuild @@ -9,7 +9,7 @@ inherit kde5 DESCRIPTION="Library for interacting with LDAP servers" LICENSE="GPL-2+" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~arm64 ~x86" IUSE="" DEPEND=" diff --git a/kde-apps/kleopatra/kleopatra-18.12.3.ebuild b/kde-apps/kleopatra/kleopatra-18.12.3.ebuild index 27850e1b5809..8c9017814a8c 100644 --- a/kde-apps/kleopatra/kleopatra-18.12.3.ebuild +++ b/kde-apps/kleopatra/kleopatra-18.12.3.ebuild @@ -12,7 +12,7 @@ DESCRIPTION="Certificate manager and GUI for OpenPGP and CMS cryptography" HOMEPAGE="https://www.kde.org/applications/utilities/kleopatra" LICENSE="GPL-2+ handbook? ( FDL-1.2+ )" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~arm64 ~x86" IUSE="" DEPEND=" diff --git a/kde-apps/kmail-account-wizard/kmail-account-wizard-18.12.3.ebuild b/kde-apps/kmail-account-wizard/kmail-account-wizard-18.12.3.ebuild index 1af79af3aae2..9c19a766bb80 100644 --- a/kde-apps/kmail-account-wizard/kmail-account-wizard-18.12.3.ebuild +++ b/kde-apps/kmail-account-wizard/kmail-account-wizard-18.12.3.ebuild @@ -11,7 +11,7 @@ inherit kde5 DESCRIPTION="Assistant for KMail accounts configuration" HOMEPAGE+=" https://userbase.kde.org/Kmail/Account_Wizard" LICENSE="GPL-2+ handbook? ( FDL-1.2+ )" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~arm64 ~x86" IUSE="" DEPEND=" diff --git a/kde-apps/kmail/kmail-18.12.3.ebuild b/kde-apps/kmail/kmail-18.12.3.ebuild index 62edd752e788..f827bfe3dfc0 100644 --- a/kde-apps/kmail/kmail-18.12.3.ebuild +++ b/kde-apps/kmail/kmail-18.12.3.ebuild @@ -11,7 +11,7 @@ inherit kde5 DESCRIPTION="Email client, supporting POP3 and IMAP mailboxes." HOMEPAGE="https://www.kde.org/applications/internet/kmail/" LICENSE="GPL-2+ handbook? ( FDL-1.2+ )" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~arm64 ~x86" IUSE="" BDEPEND=" diff --git a/kde-apps/kmailtransport/kmailtransport-18.12.3.ebuild b/kde-apps/kmailtransport/kmailtransport-18.12.3.ebuild index ba7162fe70ac..46e041ac7cd0 100644 --- a/kde-apps/kmailtransport/kmailtransport-18.12.3.ebuild +++ b/kde-apps/kmailtransport/kmailtransport-18.12.3.ebuild @@ -8,7 +8,7 @@ inherit kde5 DESCRIPTION="Mail transport service" LICENSE="LGPL-2.1+" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~arm64 ~x86" IUSE="" COMMON_DEPEND=" diff --git a/kde-apps/kmbox/kmbox-18.12.3.ebuild b/kde-apps/kmbox/kmbox-18.12.3.ebuild index b5020cd9c770..c3a3f4454af9 100644 --- a/kde-apps/kmbox/kmbox-18.12.3.ebuild +++ b/kde-apps/kmbox/kmbox-18.12.3.ebuild @@ -8,7 +8,7 @@ inherit kde5 DESCRIPTION="Library for accessing MBox format mail storages" LICENSE="GPL-2+" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~arm64 ~x86" IUSE="" DEPEND="$(add_kdeapps_dep kmime)" diff --git a/kde-apps/knotes/knotes-18.12.3.ebuild b/kde-apps/knotes/knotes-18.12.3.ebuild index 8cecdd04c4a5..53b187dc95a0 100644 --- a/kde-apps/knotes/knotes-18.12.3.ebuild +++ b/kde-apps/knotes/knotes-18.12.3.ebuild @@ -11,7 +11,7 @@ inherit kde5 DESCRIPTION="Note taking application" HOMEPAGE="https://www.kde.org/" LICENSE="GPL-2+ handbook? ( FDL-1.2+ )" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~arm64 ~x86" IUSE="" diff --git a/kde-apps/konsolekalendar/konsolekalendar-18.12.3.ebuild b/kde-apps/konsolekalendar/konsolekalendar-18.12.3.ebuild index 6fe96d560145..ba5d46e30642 100644 --- a/kde-apps/konsolekalendar/konsolekalendar-18.12.3.ebuild +++ b/kde-apps/konsolekalendar/konsolekalendar-18.12.3.ebuild @@ -11,7 +11,7 @@ DESCRIPTION="Command line interface to KDE calendars" HOMEPAGE+=" https://userbase.kde.org/KonsoleKalendar" LICENSE="GPL-2+ handbook? ( FDL-1.2+ )" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~arm64 ~x86" IUSE="" DEPEND=" diff --git a/kde-apps/kontact/kontact-18.12.3.ebuild b/kde-apps/kontact/kontact-18.12.3.ebuild index c4893406e562..a6d490b6e67f 100644 --- a/kde-apps/kontact/kontact-18.12.3.ebuild +++ b/kde-apps/kontact/kontact-18.12.3.ebuild @@ -8,7 +8,7 @@ inherit kde5 DESCRIPTION="Container application to unify several major PIM applications within one" LICENSE="GPL-2+ handbook? ( FDL-1.2+ )" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~arm64 ~x86" IUSE="" DEPEND=" diff --git a/kde-apps/kontactinterface/kontactinterface-18.12.3.ebuild b/kde-apps/kontactinterface/kontactinterface-18.12.3.ebuild index f79d79043973..efc7e0dec390 100644 --- a/kde-apps/kontactinterface/kontactinterface-18.12.3.ebuild +++ b/kde-apps/kontactinterface/kontactinterface-18.12.3.ebuild @@ -7,7 +7,7 @@ inherit kde5 DESCRIPTION="Library for embedding KParts in a Kontact component" LICENSE="GPL-2+ LGPL-2.1+" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~arm64 ~x86" IUSE="" DEPEND=" diff --git a/kde-apps/korganizer/korganizer-18.12.3.ebuild b/kde-apps/korganizer/korganizer-18.12.3.ebuild index 573984908e1b..81619004c8ea 100644 --- a/kde-apps/korganizer/korganizer-18.12.3.ebuild +++ b/kde-apps/korganizer/korganizer-18.12.3.ebuild @@ -11,7 +11,7 @@ inherit kde5 DESCRIPTION="Organizational assistant, providing calendars and other similar functionality" HOMEPAGE="https://www.kde.org/applications/office/korganizer/" LICENSE="GPL-2+ handbook? ( FDL-1.2+ )" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~arm64 ~x86" IUSE="X" BDEPEND=" diff --git a/kde-apps/kpkpass/kpkpass-18.12.3.ebuild b/kde-apps/kpkpass/kpkpass-18.12.3.ebuild index 0452ea26bf48..dff3d489d4d2 100644 --- a/kde-apps/kpkpass/kpkpass-18.12.3.ebuild +++ b/kde-apps/kpkpass/kpkpass-18.12.3.ebuild @@ -11,7 +11,7 @@ DESCRIPTION="Library to deal with Apple Wallet pass files" HOMEPAGE="https://www.kde.org/applications/office/kontact/" LICENSE="LGPL-2.1+" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~arm64 ~x86" IUSE="" DEPEND=" diff --git a/kde-apps/ksmtp/ksmtp-18.12.3.ebuild b/kde-apps/ksmtp/ksmtp-18.12.3.ebuild index 49900e83dc24..47c02b1d08af 100644 --- a/kde-apps/ksmtp/ksmtp-18.12.3.ebuild +++ b/kde-apps/ksmtp/ksmtp-18.12.3.ebuild @@ -8,7 +8,7 @@ inherit kde5 DESCRIPTION="Job-based library to send email through an SMTP server" LICENSE="LGPL-2.1+" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~arm64 ~x86" IUSE="" DEPEND=" diff --git a/kde-apps/libgravatar/libgravatar-18.12.3.ebuild b/kde-apps/libgravatar/libgravatar-18.12.3.ebuild index e95074983202..a29c9b1e60e5 100644 --- a/kde-apps/libgravatar/libgravatar-18.12.3.ebuild +++ b/kde-apps/libgravatar/libgravatar-18.12.3.ebuild @@ -9,7 +9,7 @@ inherit kde5 DESCRIPTION="Library for gravatar integration" LICENSE="GPL-2+" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~arm64 ~x86" IUSE="" DEPEND=" diff --git a/kde-apps/libkdepim/libkdepim-18.12.3.ebuild b/kde-apps/libkdepim/libkdepim-18.12.3.ebuild index 52874db4c4e6..363d1c822d38 100644 --- a/kde-apps/libkdepim/libkdepim-18.12.3.ebuild +++ b/kde-apps/libkdepim/libkdepim-18.12.3.ebuild @@ -10,7 +10,7 @@ inherit kde5 DESCRIPTION="Common PIM libraries" LICENSE="GPL-2+ LGPL-2.1+" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~arm64 ~x86" IUSE="" DEPEND=" diff --git a/kde-apps/libkgapi/libkgapi-18.12.3.ebuild b/kde-apps/libkgapi/libkgapi-18.12.3.ebuild index 7a864e7ba614..8fc489120e5c 100644 --- a/kde-apps/libkgapi/libkgapi-18.12.3.ebuild +++ b/kde-apps/libkgapi/libkgapi-18.12.3.ebuild @@ -11,7 +11,7 @@ DESCRIPTION="Library for accessing Google calendar and contact resources" HOMEPAGE="https://cgit.kde.org/libkgapi.git" LICENSE="LGPL-2.1+" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~arm64 ~x86" IUSE="nls" BDEPEND=" diff --git a/kde-apps/libksieve/libksieve-18.12.3.ebuild b/kde-apps/libksieve/libksieve-18.12.3.ebuild index 5f81f522ab16..d3b60f9bce15 100644 --- a/kde-apps/libksieve/libksieve-18.12.3.ebuild +++ b/kde-apps/libksieve/libksieve-18.12.3.ebuild @@ -10,7 +10,7 @@ inherit kde5 DESCRIPTION="Common PIM libraries" LICENSE="GPL-2+ LGPL-2.1+" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~arm64 ~x86" IUSE="" COMMON_DEPEND=" diff --git a/kde-apps/libktnef/libktnef-18.12.3.ebuild b/kde-apps/libktnef/libktnef-18.12.3.ebuild index fac18fb3c714..b55b109f75b8 100644 --- a/kde-apps/libktnef/libktnef-18.12.3.ebuild +++ b/kde-apps/libktnef/libktnef-18.12.3.ebuild @@ -9,7 +9,7 @@ inherit kde5 DESCRIPTION="Library for handling TNEF data" LICENSE="GPL-2+" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~arm64 ~x86" IUSE="" DEPEND=" diff --git a/kde-apps/mailcommon/mailcommon-18.12.3.ebuild b/kde-apps/mailcommon/mailcommon-18.12.3.ebuild index b0a80584082c..e09dd644eb91 100644 --- a/kde-apps/mailcommon/mailcommon-18.12.3.ebuild +++ b/kde-apps/mailcommon/mailcommon-18.12.3.ebuild @@ -10,7 +10,7 @@ inherit kde5 DESCRIPTION="Common mail library" LICENSE="GPL-2+ LGPL-2.1+" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~arm64 ~x86" IUSE="" BDEPEND=" diff --git a/kde-apps/mailimporter/mailimporter-18.12.3.ebuild b/kde-apps/mailimporter/mailimporter-18.12.3.ebuild index 48cdc43d5798..5b4147cf8735 100644 --- a/kde-apps/mailimporter/mailimporter-18.12.3.ebuild +++ b/kde-apps/mailimporter/mailimporter-18.12.3.ebuild @@ -9,7 +9,7 @@ inherit kde5 DESCRIPTION="Library to import mail from various sources" LICENSE="GPL-2+ LGPL-2.1+" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~arm64 ~x86" IUSE="" DEPEND=" diff --git a/kde-apps/mbox-importer/mbox-importer-18.12.3.ebuild b/kde-apps/mbox-importer/mbox-importer-18.12.3.ebuild index 4106fe846274..a6f31cefaa38 100644 --- a/kde-apps/mbox-importer/mbox-importer-18.12.3.ebuild +++ b/kde-apps/mbox-importer/mbox-importer-18.12.3.ebuild @@ -8,7 +8,7 @@ inherit kde5 DESCRIPTION="Import mbox email archives from various sources into Akonadi" LICENSE="GPL-2+ handbook? ( FDL-1.2+ )" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~arm64 ~x86" IUSE="" DEPEND=" diff --git a/kde-apps/messagelib/messagelib-18.12.3.ebuild b/kde-apps/messagelib/messagelib-18.12.3.ebuild index 3c07aeafc154..927ca7e713d4 100644 --- a/kde-apps/messagelib/messagelib-18.12.3.ebuild +++ b/kde-apps/messagelib/messagelib-18.12.3.ebuild @@ -9,7 +9,7 @@ inherit kde5 DESCRIPTION="Libraries for messaging functions" LICENSE="GPL-2+ LGPL-2.1+" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~arm64 ~x86" IUSE="" DEPEND=" diff --git a/kde-apps/pim-data-exporter/pim-data-exporter-18.12.3.ebuild b/kde-apps/pim-data-exporter/pim-data-exporter-18.12.3.ebuild index 46175ce2f000..44bf6d4dd083 100644 --- a/kde-apps/pim-data-exporter/pim-data-exporter-18.12.3.ebuild +++ b/kde-apps/pim-data-exporter/pim-data-exporter-18.12.3.ebuild @@ -11,7 +11,7 @@ inherit kde5 DESCRIPTION="Assistant to backup and archive PIM data and configuration" HOMEPAGE+=" https://userbase.kde.org/Kmail/Backup_Options" LICENSE="GPL-2+ handbook? ( FDL-1.2+ )" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~arm64 ~x86" IUSE="" DEPEND=" diff --git a/kde-apps/pim-sieve-editor/pim-sieve-editor-18.12.3.ebuild b/kde-apps/pim-sieve-editor/pim-sieve-editor-18.12.3.ebuild index a0ec4954ef0c..c32411e4689d 100644 --- a/kde-apps/pim-sieve-editor/pim-sieve-editor-18.12.3.ebuild +++ b/kde-apps/pim-sieve-editor/pim-sieve-editor-18.12.3.ebuild @@ -10,7 +10,7 @@ inherit kde5 DESCRIPTION="Assistant for editing IMAP Sieve filters" LICENSE="GPL-2+ handbook? ( FDL-1.2+ )" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~arm64 ~x86" IUSE="" DEPEND=" diff --git a/kde-apps/pimcommon/pimcommon-18.12.3.ebuild b/kde-apps/pimcommon/pimcommon-18.12.3.ebuild index dd3b45e5ad17..f6917eeb6a78 100644 --- a/kde-apps/pimcommon/pimcommon-18.12.3.ebuild +++ b/kde-apps/pimcommon/pimcommon-18.12.3.ebuild @@ -10,7 +10,7 @@ inherit kde5 DESCRIPTION="Common PIM libraries" LICENSE="GPL-2+ LGPL-2.1+" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~arm64 ~x86" IUSE="share" BDEPEND=" diff --git a/kde-frameworks/Manifest.gz b/kde-frameworks/Manifest.gz index 4390eecc9325..28066c8dba09 100644 Binary files a/kde-frameworks/Manifest.gz and b/kde-frameworks/Manifest.gz differ diff --git a/kde-frameworks/kcodecs/kcodecs-5.54.0.ebuild b/kde-frameworks/kcodecs/kcodecs-5.54.0.ebuild deleted file mode 100644 index eea3d7f5e4ac..000000000000 --- a/kde-frameworks/kcodecs/kcodecs-5.54.0.ebuild +++ /dev/null @@ -1,16 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit kde5 - -DESCRIPTION="Framework for manipulating strings using various encodings" -LICENSE="GPL-2+ LGPL-2+" -KEYWORDS="amd64 ~arm ~arm64 x86" -IUSE="nls" - -DEPEND=" - dev-util/gperf - nls? ( $(add_qt_dep linguist-tools) ) -" diff --git a/kde-frameworks/plasma/Manifest b/kde-frameworks/plasma/Manifest index 2d142c8d1b9a..923134c2ca35 100644 --- a/kde-frameworks/plasma/Manifest +++ b/kde-frameworks/plasma/Manifest @@ -1,3 +1,3 @@ -DIST plasma-5.56.1-background-svgz.tar.xz 12952 BLAKE2B 3566ffcbd8b6d19765583c1f8e054afa1eb5bf15984a912114bc348caf1ec3860910d30dc8f0c5a5b3541cd0136bfa6fc968009392f6142bc65b54c51ee7d4c3 SHA512 8ec90cb9ee8726969227d4a3191d2fbda6f5498954074c1a8f585460bd2175231a7abf7f920fccd52c863f573c861dd719ac6b15f78a782323e3a7d4a5b42c00 +DIST plasma-5.56.1-broken-svgz.tar.xz 22900 BLAKE2B 3c9417722e3f7891eaa7ea208b66fae068e3aab14fd47a980fddd388cf945d749093641f6b6f13d7dcb4d039782045f573d43a5a99559c35d3294bb2a4b06901 SHA512 3c559bcd085fe421c169d46e7dedd70ecf752986118abc5376aee8bc65ce8ec128a9aefe654e45c948d32d42646f8af76539ab1123b08c1063745c7ac8d7534e DIST plasma-framework-5.54.0.tar.xz 4631204 BLAKE2B c7c68f96524be0bc359b0f4b36c79c2d581a8659a53ab432ad64bbeec00b4004630170d2354a887e0ae6d2c15c50d9895fbb5f27def6d8574fd051e5f1612551 SHA512 618f2beb3b8a25cacf7c11339ba15cae10db461c61e278a5ba845e9afac7e9edb48fde16bd78b4bb7d16c07001f8d9fbdbf5bfd58593488a544fa183b3df8c15 DIST plasma-framework-5.56.1.tar.xz 4636412 BLAKE2B 516c50e9540f5e82c97dd9ea767b9fb79647ad74f54da767930119292f3a3dea69bbea0df2b00ef0a0300a558663cdc14f97883bf8c19346a53272e1c7d083b3 SHA512 4cf9387016b25fa060e9b1859a2d3894d48e0e698130886b2fab94a92023c438566bc509b2066c58d1273214e91a63705b05f4f8cad9121d8e84ebed4a7d11af diff --git a/kde-frameworks/plasma/plasma-5.56.1-r1.ebuild b/kde-frameworks/plasma/plasma-5.56.1-r2.ebuild similarity index 91% rename from kde-frameworks/plasma/plasma-5.56.1-r1.ebuild rename to kde-frameworks/plasma/plasma-5.56.1-r2.ebuild index 10e8d26400e1..26fb4e1c9b5d 100644 --- a/kde-frameworks/plasma/plasma-5.56.1-r1.ebuild +++ b/kde-frameworks/plasma/plasma-5.56.1-r2.ebuild @@ -8,7 +8,7 @@ VIRTUALX_REQUIRED="test" inherit kde5 DESCRIPTION="Plasma framework" -SRC_URI+=" https://dev.gentoo.org/~asturm/distfiles/${P}-background-svgz.tar.xz" +SRC_URI+=" https://dev.gentoo.org/~asturm/distfiles/${P}-broken-svgz.tar.xz" LICENSE="LGPL-2+" KEYWORDS="~amd64 ~arm ~arm64 ~x86" @@ -65,6 +65,7 @@ src_prepare() { # QtSvg 5.12.2 uncovered a bug: https://phabricator.kde.org/D19821, https://bugs.kde.org/show_bug.cgi?id=405548 cp -v "${WORKDIR}"/{${KMNAME},${KMNAME}-${PV}}/src/desktoptheme/breeze/dialogs/background.svgz || die cp -v "${WORKDIR}"/{${KMNAME},${KMNAME}-${PV}}/src/desktoptheme/breeze/translucent/dialogs/background.svgz || die + cp -v "${WORKDIR}"/{${KMNAME},${KMNAME}-${PV}}/src/desktoptheme/breeze/widgets/tooltip.svgz || die } src_configure() { diff --git a/kde-frameworks/syndication/syndication-5.56.0.ebuild b/kde-frameworks/syndication/syndication-5.56.0.ebuild index 9394ef30a7aa..660dcd1e48e5 100644 --- a/kde-frameworks/syndication/syndication-5.56.0.ebuild +++ b/kde-frameworks/syndication/syndication-5.56.0.ebuild @@ -8,7 +8,7 @@ inherit kde5 DESCRIPTION="Library for parsing RSS and Atom feeds" LICENSE="LGPL-2+" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~arm64 ~x86" IUSE="" COMMON_DEPEND=" diff --git a/mail-client/Manifest.gz b/mail-client/Manifest.gz index 5335ec8e64d1..2eacd12f0091 100644 Binary files a/mail-client/Manifest.gz and b/mail-client/Manifest.gz differ diff --git a/mail-client/geary/geary-3.32.0.ebuild b/mail-client/geary/geary-3.32.0-r1.ebuild similarity index 96% rename from mail-client/geary/geary-3.32.0.ebuild rename to mail-client/geary/geary-3.32.0-r1.ebuild index 44c256f2c5a5..dd806a26e5b3 100644 --- a/mail-client/geary/geary-3.32.0.ebuild +++ b/mail-client/geary/geary-3.32.0-r1.ebuild @@ -39,7 +39,7 @@ DEPEND=" app-text/enchant >=dev-libs/folks-0.11:0 dev-libs/json-glib - >=sys-libs/libunwind-1.1:7 + unwind? ( >=sys-libs/libunwind-1.1:7 ) " RDEPEND="${DEPEND} gnome-base/dconf @@ -64,8 +64,6 @@ src_prepare() { done fi - meson_src_prepare - gnome2_src_prepare vala_src_prepare xdg_src_prepare } diff --git a/mail-filter/Manifest.gz b/mail-filter/Manifest.gz index 9f1a79c28737..cb9d299aa2b8 100644 Binary files a/mail-filter/Manifest.gz and b/mail-filter/Manifest.gz differ diff --git a/mail-filter/bogofilter/bogofilter-1.2.4-r2.ebuild b/mail-filter/bogofilter/bogofilter-1.2.4-r2.ebuild index f83e1f2d5ab0..86db3f12cfa8 100644 --- a/mail-filter/bogofilter/bogofilter-1.2.4-r2.ebuild +++ b/mail-filter/bogofilter/bogofilter-1.2.4-r2.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 @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha amd64 arm ~hppa ia64 ppc ppc64 ~sh ~sparc x86 ~x86-fbsd" +KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ppc ppc64 ~sh ~sparc x86 ~x86-fbsd" IUSE="berkdb sqlite tokyocabinet" # pax needed for bf_tar diff --git a/mate-base/Manifest.gz b/mate-base/Manifest.gz index 4cc5436c263f..cd57539f1018 100644 Binary files a/mate-base/Manifest.gz and b/mate-base/Manifest.gz differ diff --git a/mate-base/mate-applets/files/mate-applets-1.22.0-cpupower.patch b/mate-base/mate-applets/files/mate-applets-1.22.0-cpupower.patch new file mode 100644 index 000000000000..9c1a80e93758 --- /dev/null +++ b/mate-base/mate-applets/files/mate-applets-1.22.0-cpupower.patch @@ -0,0 +1,53 @@ +diff --git a/configure.ac b/configure.ac +index b49d127..6b87389 100644 +--- a/configure.ac ++++ b/configure.ac +@@ -370,6 +370,8 @@ fi + AM_CONDITIONAL(HAVE_LIBCPUFREQ, test x$have_libcpufreq = xyes) + AC_SUBST(LIBCPUFREQ_LIBS) + ++AC_CHECK_HEADERS([cpupower.h]) ++ + build_cpufreq_applet=no + + if test x$disable_cpufreq = xno; then +diff --git a/cpufreq/src/cpufreq-monitor-libcpufreq.c b/cpufreq/src/cpufreq-monitor-libcpufreq.c +index 4fa9d4c..ba52fde 100644 +--- a/cpufreq/src/cpufreq-monitor-libcpufreq.c ++++ b/cpufreq/src/cpufreq-monitor-libcpufreq.c +@@ -19,12 +19,16 @@ + * Authors : Carlos García Campos + */ + ++#include ++ + #include + #include + + #include +-#include + #include ++#ifdef HAVE_CPUPOWER_H ++#include ++#endif + #include "cpufreq-monitor-libcpufreq.h" + #include "cpufreq-utils.h" + +@@ -98,7 +102,7 @@ + return CPUFREQ_MONITOR (monitor); + } + +-#if LINUX_VERSION_CODE > KERNEL_VERSION(4, 7, 0) ++#ifndef HAVE_CPUPOWER_H + extern int cpupower_is_cpu_online (unsigned int cpu); + #endif + +@@ -115,7 +119,7 @@ + /* Check whether it failed because + * cpu is not online. + */ +-#if LINUX_VERSION_CODE < KERNEL_VERSION(4, 7, 0) ++#ifndef HAVE_CPUPOWER_H + if (!cpufreq_cpu_exists (cpu)) { + #else + if (cpupower_is_cpu_online (cpu)) { diff --git a/mate-base/mate-applets/mate-applets-1.22.0.ebuild b/mate-base/mate-applets/mate-applets-1.22.0.ebuild index c6c54c6e728b..1a1b62dec8c9 100644 --- a/mate-base/mate-applets/mate-applets-1.22.0.ebuild +++ b/mate-base/mate-applets/mate-applets-1.22.0.ebuild @@ -52,7 +52,7 @@ DEPEND="${COMMON_DEPEND} sys-devel/gettext:* virtual/pkgconfig:*" -PATCHES=( "${FILESDIR}/${PN}-1.16.0-cpupower-4.7.patch" ) +PATCHES=( "${FILESDIR}"/${P}-cpupower.patch ) src_configure() { mate_src_configure \ diff --git a/mate-base/mate-session-manager/files/mate-session-manager-1.22.0-fix-systemd-regression.patch b/mate-base/mate-session-manager/files/mate-session-manager-1.22.0-fix-systemd-regression.patch new file mode 100644 index 000000000000..eccfe5b5b18e --- /dev/null +++ b/mate-base/mate-session-manager/files/mate-session-manager-1.22.0-fix-systemd-regression.patch @@ -0,0 +1,65 @@ +From 7f0a938467e4e3d57c68af1caa146a664458a911 Mon Sep 17 00:00:00 2001 +From: Victor Kareh +Date: Wed, 6 Mar 2019 09:20:36 -0500 +Subject: [PATCH] Guard against missing systemd + +--- + mate-session/gsm-systemd.c | 19 +++++++++++++++++++ + 1 file changed, 19 insertions(+) + +diff --git a/mate-session/gsm-systemd.c b/mate-session/gsm-systemd.c +index da3f23b..d03cafd 100644 +--- a/mate-session/gsm-systemd.c ++++ b/mate-session/gsm-systemd.c +@@ -429,16 +429,31 @@ gsm_systemd_is_last_session_for_user (GsmSystemd *manager) + gboolean is_last_session; + int ret, i; + ++#ifdef HAVE_SYSTEMD + ret = sd_pid_get_session (getpid (), &session); ++#endif ++ ++ if (session == NULL) { ++ return FALSE; ++ } + + if (ret != 0) { ++ free (session); + return FALSE; + } + ++#ifdef HAVE_SYSTEMD + ret = sd_uid_get_sessions (getuid (), FALSE, &sessions); ++#endif ++ ++ if (sessions == NULL) { ++ free (session); ++ return FALSE; ++ } + + if (ret <= 0) { + free (session); ++ free (sessions); + return FALSE; + } + +@@ -450,7 +465,9 @@ gsm_systemd_is_last_session_for_user (GsmSystemd *manager) + if (g_strcmp0 (sessions[i], session) == 0) + continue; + ++#ifdef HAVE_SYSTEMD + ret = sd_session_get_state (sessions[i], &state); ++#endif + + if (ret != 0) + continue; +@@ -461,7 +478,9 @@ gsm_systemd_is_last_session_for_user (GsmSystemd *manager) + } + free (state); + ++#ifdef HAVE_SYSTEMD + ret = sd_session_get_type (sessions[i], &type); ++#endif + + if (ret != 0) + continue; diff --git a/mate-base/mate-session-manager/mate-session-manager-1.22.0.ebuild b/mate-base/mate-session-manager/mate-session-manager-1.22.0.ebuild index ed715c003091..9b948b230380 100644 --- a/mate-base/mate-session-manager/mate-session-manager-1.22.0.ebuild +++ b/mate-base/mate-session-manager/mate-session-manager-1.22.0.ebuild @@ -17,6 +17,8 @@ SLOT="0" IUSE="debug elibc_FreeBSD gnome-keyring ipv6 systemd +xtrans" +PATCHES=( "${FILESDIR}"/${P}-fix-systemd-regression.patch ) + # x11-misc/xdg-user-dirs{,-gtk} are needed to create the various XDG_*_DIRs, and # create .config/user-dirs.dirs which is read by glib to get G_USER_DIRECTORY_* # xdg-user-dirs-update is run during login (see 10-user-dirs-update-gnome below). diff --git a/media-libs/Manifest.gz b/media-libs/Manifest.gz index f200d32857dc..bdbde1a204bd 100644 Binary files a/media-libs/Manifest.gz and b/media-libs/Manifest.gz differ diff --git a/media-libs/dav1d/Manifest b/media-libs/dav1d/Manifest index ad6daef6ec29..d793490680e4 100644 --- a/media-libs/dav1d/Manifest +++ b/media-libs/dav1d/Manifest @@ -1,2 +1,3 @@ DIST dav1d-0.1.0.tar.bz2 351745 BLAKE2B 302680ddfdc8d5a3eff90541ed156e820c3322bfb93316da1b2deabeac40062103af19e99dfa810678e62ad668c4aed944ac9bf8160afb301b100063919ed2a1 SHA512 5893ad40af7c4f5c3678ecc604ad360b5d1cd3fadaa16f7183d638745097fed091aeb3456540db61a2f4f0fc8bb93f2a20f428c76a7976d3fd186cc8b8baed53 DIST dav1d-0.2.0.tar.bz2 408361 BLAKE2B 2c5f4d7777d85ab1453a744335ee5047b2e108a70e884c5116d8d1a56b81c1f852c93666bd0bb3f4d5105f2220bbc6c92f893848f0cf1bfc0bce1ee1f551287c SHA512 378060ed6762f9f6baf7addfa7382cb0873bbc606f0389eee4ed7537dcfc851f5b159a34af0f15d9f8d345a9b2a950f38078a419144b0458aa3464e54ea5d490 +DIST dav1d-0.2.1.tar.bz2 412003 BLAKE2B 51520f355f51f7fdc8c6e7981fd29f8d5339c2c72058ea05dff6bf0c3b191cf3c077fee1b46813f229d1bee16d1b884e834a5d61bf78459d83113aafe63bca89 SHA512 38d0a9e639579bf2046d3afd7ba0d4205081d8e26955be0216acc84ee2adcc81c790c858932009965b61a66fc3df66ed6b14da9d0e61e2505418c17bc4b75004 diff --git a/media-libs/dav1d/dav1d-0.2.0-r1.ebuild b/media-libs/dav1d/dav1d-0.2.0-r1.ebuild new file mode 100644 index 000000000000..361df4a791a4 --- /dev/null +++ b/media-libs/dav1d/dav1d-0.2.0-r1.ebuild @@ -0,0 +1,58 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +SCM="" +if [[ "${PV}" == "9999" ]]; then + SCM="git-r3" + EGIT_REPO_URI="https://code.videolan.org/videolan/dav1d" +else + KEYWORDS="~amd64 ~x86" + SRC_URI="https://code.videolan.org/videolan/dav1d/-/archive/${PV}/${P}.tar.bz2" +fi + +inherit ${SCM} meson ninja-utils multilib-minimal + +DESCRIPTION="dav1d is an AV1 Decoder :)" +HOMEPAGE="https://code.videolan.org/videolan/dav1d" + +LICENSE="BSD-2" +SLOT="0/1" +IUSE="+8bit +10bit +asm" + +ASM_DEPEND=">=dev-lang/nasm-2.13" +RDEPEND="" +DEPEND="${RDEPEND} + asm? ( + abi_x86_32? ( ${ASM_DEPEND} ) + abi_x86_64? ( ${ASM_DEPEND} ) + )" + +DOCS=( README.md doc/PATENTS ) + +multilib_src_configure() { + local -a bits=() + use 8bit && bits+=( 8 ) + use 10bit && bits+=( 16 ) + + if [[ ${MULTILIB_ABI_FLAG} == abi_x86_x32 ]]; then + build_asm=false + else + build_asm=$(usex asm true false) + fi + + local emesonargs=( + -D bitdepths=$(IFS=,; echo "${bits[*]}") + -D build_asm=$build_asm + ) + meson_src_configure +} + +multilib_src_compile() { + eninja +} + +multilib_src_install() { + DESTDIR="${D}" eninja install +} diff --git a/media-libs/dav1d/dav1d-0.2.0.ebuild b/media-libs/dav1d/dav1d-0.2.1.ebuild similarity index 100% rename from media-libs/dav1d/dav1d-0.2.0.ebuild rename to media-libs/dav1d/dav1d-0.2.1.ebuild diff --git a/media-libs/dav1d/dav1d-9999.ebuild b/media-libs/dav1d/dav1d-9999.ebuild index 8b2a1f361334..361df4a791a4 100644 --- a/media-libs/dav1d/dav1d-9999.ebuild +++ b/media-libs/dav1d/dav1d-9999.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 @@ -8,7 +8,7 @@ if [[ "${PV}" == "9999" ]]; then SCM="git-r3" EGIT_REPO_URI="https://code.videolan.org/videolan/dav1d" else - KEYWORDS="~amd64" + KEYWORDS="~amd64 ~x86" SRC_URI="https://code.videolan.org/videolan/dav1d/-/archive/${PV}/${P}.tar.bz2" fi @@ -18,7 +18,7 @@ DESCRIPTION="dav1d is an AV1 Decoder :)" HOMEPAGE="https://code.videolan.org/videolan/dav1d" LICENSE="BSD-2" -SLOT="0" +SLOT="0/1" IUSE="+8bit +10bit +asm" ASM_DEPEND=">=dev-lang/nasm-2.13" diff --git a/media-libs/libchamplain/libchamplain-0.12.19.ebuild b/media-libs/libchamplain/libchamplain-0.12.19-r1.ebuild similarity index 51% rename from media-libs/libchamplain/libchamplain-0.12.19.ebuild rename to media-libs/libchamplain/libchamplain-0.12.19-r1.ebuild index 9cecc17634ab..1240a3e7c15c 100644 --- a/media-libs/libchamplain/libchamplain-0.12.19.ebuild +++ b/media-libs/libchamplain/libchamplain-0.12.19-r1.ebuild @@ -10,44 +10,52 @@ DESCRIPTION="Clutter based world map renderer" HOMEPAGE="https://wiki.gnome.org/Projects/libchamplain" SLOT="0.12" -LICENSE="LGPL-2" +LICENSE="LGPL-2.1+" KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="+gtk gtk-doc +introspection vala" -REQUIRED_USE="vala? ( introspection )" +REQUIRED_USE=" + vala? ( introspection ) + gtk-doc? ( gtk ) +" # gtk-doc build gets disabled in meson if gtk widgetry is disabled (no separate libchamplain-gtk gtk-docs anymore) RDEPEND=" - dev-db/sqlite:3 >=dev-libs/glib-2.38:2 + >=x11-libs/gtk+-3.0:3 >=media-libs/clutter-1.24:1.0[introspection?] - media-libs/cogl:= - >=net-libs/libsoup-2.42:2.4 - >=x11-libs/cairo-1.4 - x11-libs/gtk+:3 gtk? ( x11-libs/gtk+:3[introspection?] media-libs/clutter-gtk:1.0 ) - introspection? ( dev-libs/gobject-introspection:= ) + >=x11-libs/cairo-1.4 + dev-db/sqlite:3 + >=net-libs/libsoup-2.42:2.4 + introspection? ( >=dev-libs/gobject-introspection-1.54:= ) + media-libs/cogl:= " -DEPEND="${RDEPEND} +DEPEND="${RDEPEND}" +BDEPEND=" dev-util/glib-utils + >=dev-util/meson-0.49.0 virtual/pkgconfig gtk-doc? ( >=dev-util/gtk-doc-1.15 ) vala? ( $(vala_depend) ) " src_prepare() { - use vala && vala_src_prepare xdg_src_prepare + use vala && vala_src_prepare + # Fix showing inside devhelp (gtkdocdir subdir and name of the module need to match) + sed -i -e 's:package_name:package_string:' docs/reference/meson.build || die # https://gitlab.gnome.org/GNOME/libchamplain/merge_requests/7 } src_configure() { - # demos are only built, so just disable them - meson_src_configure \ - -Dmemphis=false \ - -Ddemos=false \ - $(meson_use gtk widgetry) \ - $(meson_use gtk-doc gtk_doc) \ - $(meson_use introspection) \ + local emesonargs=( + -Dmemphis=false # TODO: What's the state of this vector renderer? + $(meson_use introspection) $(meson_use vala vapi) + $(meson_use gtk widgetry) + $(meson_use gtk-doc gtk_doc) + -Ddemos=false # only built, not installed + ) + meson_src_configure } diff --git a/media-libs/libchamplain/metadata.xml b/media-libs/libchamplain/metadata.xml index 996e7cacd217..c119093f59a9 100644 --- a/media-libs/libchamplain/metadata.xml +++ b/media-libs/libchamplain/metadata.xml @@ -5,4 +5,10 @@ gnome@gentoo.org Gentoo GNOME Desktop + + libchamplain is a Gtk widget displaying zoomable and pannable maps that can be + loaded from various network sources. It supports overlay layers, markers, and + custom elements displayed on top of the maps. The library is written in C but + other language mappings are also available thanks to GObject-introspection. + diff --git a/media-sound/Manifest.gz b/media-sound/Manifest.gz index 6be9f428836c..b9acd72f1226 100644 Binary files a/media-sound/Manifest.gz and b/media-sound/Manifest.gz differ diff --git a/media-sound/amsynth/Manifest b/media-sound/amsynth/Manifest index 8b08ba29be16..c05f687578fc 100644 --- a/media-sound/amsynth/Manifest +++ b/media-sound/amsynth/Manifest @@ -1,3 +1,2 @@ -DIST amsynth-1.5.1.tar.gz 1297131 BLAKE2B 175c008cd4d7bb45234fa22a31132bcd144df98a3dba34fba3a834ffc8623f52c76b412b3b784cb83ee25d12a8762f62bea8e3488b76039ae64e6a39c4404dbe SHA512 5f1551f9d1398a97738ac6f764f169d8cdd55e94464438adb226d1284fe8845e190fe5dd7a740b33972c1bbe76aa2d60467b7a663ec6717bb9fac75e5aac62d1 DIST amsynth-1.7.1.tar.gz 1409439 BLAKE2B 80fbd2c56b307cb7defce46e2dafe72ce1a56222314faaec9b2d16be9f4412869e377a8cea97d20803eb668b259f2110179607b4148acb8ba7d5e0ef1bb5b14b SHA512 ad5eff805f3ad30a7cc9f3933bbe82b99c670c669c0c405d5045a410afc75cdc0d692856e73ccf870d3ca66e0997a81a5c35baf57b33bb6012f19056cff725c9 DIST amsynth-1.8.0.tar.bz2 1170068 BLAKE2B 0b570efe1db69bba04215055147792a9635bc086749ca7d70b5b3f8bc16613310591802c6cdabfd83009bda2c3b109b17ccc9d4ace7681614bed8c42c5f84f8d SHA512 a47489b103dbdd1cb2233d8629acfda2a1d26ac1f7ea5b8c4e7925676842cac21758ca94b50894e71426517bd826e9a9b6fd26800516054e24d62f7cbce4f0f9 diff --git a/media-sound/amsynth/amsynth-1.5.1-r1.ebuild b/media-sound/amsynth/amsynth-1.5.1-r1.ebuild deleted file mode 100644 index e820000ed8f6..000000000000 --- a/media-sound/amsynth/amsynth-1.5.1-r1.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit autotools flag-o-matic - -DESCRIPTION="Virtual analogue synthesizer" -HOMEPAGE="https://github.com/amsynth/amsynth" -SRC_URI="https://github.com/${PN}/${PN}/archive/release-${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ~ppc x86" -IUSE="alsa dssi jack lash oss sndfile" - -RDEPEND="dev-cpp/gtkmm:2.4 - sndfile? ( >=media-libs/libsndfile-1:= ) - alsa? ( - media-libs/alsa-lib:= - media-sound/alsa-utils - ) - dssi? ( - media-libs/dssi:= - media-libs/liblo:= - >=x11-libs/gtk+-2.20:2 - ) - jack? ( virtual/jack ) - lash? ( media-sound/lash )" -DEPEND="${RDEPEND} - virtual/pkgconfig - oss? ( virtual/os-headers )" - -DOCS="AUTHORS README" - -S="${WORKDIR}/${PN}-release-${PV}" - -src_prepare() { - eautoreconf -} - -src_configure() { - append-cxxflags -std=c++11 - econf \ - CFLAGS="" \ - CXXFLAGS="${CXXFLAGS}" \ - $(use_with oss) \ - $(use_with alsa) \ - $(use_with jack) \ - $(use_with lash) \ - $(use_with sndfile) \ - $(use_with dssi) -} diff --git a/media-sound/mpd/Manifest b/media-sound/mpd/Manifest index c7056fa3ea47..6e60fc99ec5a 100644 --- a/media-sound/mpd/Manifest +++ b/media-sound/mpd/Manifest @@ -1,3 +1,4 @@ DIST mpd-0.20.21.tar.xz 800476 BLAKE2B 0c807ae8d79abd9400aa417b516c709073b23390aeed2b385c716e20f8c4f93376a235b54fe5f5cfcd451b04c76e105b41acbd180d294281432d4d1b6a427a15 SHA512 d44fb326ea6213ecf46721ca81efdfffaec4faa5a66e627185fd5ab7c4f0c5a380f4d04aed5c2909746a37b33987cb61f62dc2d747365da06629fbb78bf7c7d6 DIST mpd-0.21.4.tar.xz 663648 BLAKE2B c9226d2b02b1035091d3af535c269aec3fead779bf17d95b858706affb84089ca85250452884ed5ee96008724735abf80cdfa4d2de14d9928748284d753a4638 SHA512 454fde206f98f89a58ac773037963ac895ee6ce3e7d1032c49b980a3bfbbb69782a62900a5c09e4b39f24b2d1bcd380d7b520935563dd3b8d02f701389389ca7 DIST mpd-0.21.5.tar.xz 667624 BLAKE2B d4de4c55306a42caf4f79ee469db2037c0217563d50d7a4ed349d0c2c61cab1c6e519da96f552f38692bedf18ffbdb2032ae0a3314a05b2f2461c2da526f85e5 SHA512 b3a938f43cd554e0e761890ca7ea910e21b8f98f54f5bfceb0efcbef4df46db0d110d1bbc24a233021b463e3424d6246c1013f5a6ebdfc85a418008d49ced7a4 +DIST mpd-0.21.6.tar.xz 669272 BLAKE2B ffd50c35e431791503e5d0137abdb93beb42cf48f7638ac0f394d8c4198ce96f915220c92d078ce99cfe7c9866f8e35e58106b801a6d83cdf0a121442f12976a SHA512 20e752a8db2f8ae0b2419b35018557c37a64c6baff25666ba35fce89cfd354e4df5064c25685791f3fcca7ba9e6e6acef0e4653c0c0ffafde2847085dc51b3fa diff --git a/media-sound/mpd/mpd-0.21.6.ebuild b/media-sound/mpd/mpd-0.21.6.ebuild new file mode 100644 index 000000000000..9f214249da52 --- /dev/null +++ b/media-sound/mpd/mpd-0.21.6.ebuild @@ -0,0 +1,295 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit flag-o-matic linux-info meson systemd user + +DESCRIPTION="The Music Player Daemon (mpd)" +HOMEPAGE="https://www.musicpd.org https://github.com/MusicPlayerDaemon/MPD" +SRC_URI="https://www.musicpd.org/download/${PN}/${PV%.*}/${P}.tar.xz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sh ~x86 ~x86-fbsd ~x64-macos" +IUSE="adplug +alsa ao audiofile bzip2 cdio chromaprint +cue +curl +dbus debug + +eventfd expat faad +ffmpeg +fifo flac fluidsynth gme +icu +id3tag +inotify + +ipv6 jack lame libav libmpdclient libsamplerate libsoxr +mad mikmod mms + modplug mpg123 musepack +network nfs openal opus oss pipe pulseaudio qobuz + recorder samba selinux sid signalfd sndfile soundcloud sqlite systemd tcpd + test tidal twolame udisks unicode vorbis wavpack webdav wildmidi upnp + zeroconf zip zlib" + +OUTPUT_PLUGINS="alsa ao fifo jack network openal oss pipe pulseaudio recorder" +DECODER_PLUGINS="adplug audiofile faad ffmpeg flac fluidsynth mad mikmod + modplug mpg123 musepack flac sid vorbis wavpack wildmidi" +ENCODER_PLUGINS="audiofile flac lame twolame vorbis" + +REQUIRED_USE=" + || ( ${OUTPUT_PLUGINS} ) + || ( ${DECODER_PLUGINS} ) + network? ( || ( ${ENCODER_PLUGINS} ) ) + recorder? ( || ( ${ENCODER_PLUGINS} ) ) + upnp? ( expat ) + webdav? ( curl expat ) + " + +RESTRICT="!test? ( test )" + +RDEPEND=" + adplug? ( media-libs/adplug:= ) + alsa? ( + media-libs/alsa-lib + media-sound/alsa-utils + ) + + ao? ( media-libs/libao[alsa?,pulseaudio?] ) + audiofile? ( media-libs/audiofile:= ) + + cdio? ( + dev-libs/libcdio:= + dev-libs/libcdio-paranoia + ) + + chromaprint? ( media-libs/chromaprint ) + curl? ( net-misc/curl ) + dbus? ( sys-apps/dbus ) + expat? ( dev-libs/expat ) + faad? ( media-libs/faad2 ) + + ffmpeg? ( + libav? ( media-video/libav:0= ) + !libav? ( media-video/ffmpeg:0= ) + ) + + flac? ( media-libs/flac ) + fluidsynth? ( media-sound/fluidsynth ) + gme? ( >=media-libs/game-music-emu-0.6.0_pre20120802 ) + icu? ( dev-libs/icu:= ) + id3tag? ( media-libs/libid3tag ) + jack? ( virtual/jack ) + lame? ( network? ( media-sound/lame ) ) + libmpdclient? ( media-libs/libmpdclient ) + libsamplerate? ( media-libs/libsamplerate ) + libsoxr? ( media-libs/soxr ) + mad? ( media-libs/libmad ) + mikmod? ( media-libs/libmikmod ) + mms? ( media-libs/libmms ) + modplug? ( media-libs/libmodplug ) + mpg123? ( media-sound/mpg123 ) + musepack? ( media-sound/musepack-tools ) + network? ( media-libs/libshout ) + nfs? ( net-fs/libnfs ) + openal? ( media-libs/openal ) + opus? ( media-libs/opus ) + pulseaudio? ( media-sound/pulseaudio ) + qobuz? ( dev-libs/libgcrypt:0 ) + samba? ( net-fs/samba ) + selinux? ( sec-policy/selinux-mpd ) + sid? ( || ( + media-libs/libsidplay:2 + media-libs/libsidplayfp + ) ) + sndfile? ( media-libs/libsndfile ) + soundcloud? ( >=dev-libs/yajl-2:= ) + sqlite? ( dev-db/sqlite:3 ) + systemd? ( sys-apps/systemd ) + tcpd? ( sys-apps/tcp-wrappers ) + twolame? ( media-sound/twolame ) + udisks? ( sys-fs/udisks:2 ) + upnp? ( net-libs/libupnp:0 ) + vorbis? ( media-libs/libvorbis ) + wavpack? ( media-sound/wavpack ) + wildmidi? ( media-sound/wildmidi ) + zeroconf? ( net-dns/avahi[dbus] ) + zip? ( dev-libs/zziplib ) + zlib? ( sys-libs/zlib:= )" + +DEPEND="${RDEPEND} + >=dev-libs/boost-1.58:= + test? ( dev-cpp/gtest )" + +BDEPEND="virtual/pkgconfig" + +PATCHES=( + "${FILESDIR}"/${PN}-0.18.conf.patch +) + +pkg_setup() { + enewuser mpd "" "" "/var/lib/mpd" audio + + if use eventfd; then + CONFIG_CHECK+=" ~EVENTFD" + ERROR_EVENTFD="${P} requires eventfd in-kernel support." + fi + + if use signalfd; then + CONFIG_CHECK+=" ~SIGNALFD" + ERROR_SIGNALFD="${P} requires signalfd in-kernel support." + fi + + if use inotify; then + CONFIG_CHECK+=" ~INOTIFY_USER" + ERROR_INOTIFY_USER="${P} requires inotify in-kernel support." + fi + + if use eventfd || use signalfd || use inotify; then + linux-info_pkg_setup + fi + + elog "If you will be starting mpd via /etc/init.d/mpd, please make + sure that MPD's pid_file is _set_." +} + +src_prepare() { + cp -f doc/mpdconf.example doc/mpdconf.dist || die "cp failed" + default +} + +src_configure() { + local emesonargs=( + -Dbzip2=$(usex bzip2 enabled disabled) + -Dcdio_paranoia=$(usex cdio enabled disabled) + -Dchromaprint=$(usex chromaprint enabled disabled) + -Dcue=$(usex cue true false) + -Dcurl=$(usex curl enabled disabled) + -Ddbus=$(usex dbus enabled disabled) + -Ddebug=$(usex debug true false) + -Deventfd=$(usex eventfd true false) + -Dexpat=$(usex expat enabled disabled) + -Dicu=$(usex icu enabled disabled) + -Did3tag=$(usex id3tag enabled disabled) + -Dinotify=$(usex inotify true false) + -Dipv6=$(usex ipv6 enabled disabled) + -Diso9660=$(usex cdio enabled disabled) + -Dlibmpdclient=$(usex libmpdclient enabled disabled) + -Dlibsamplerate=$(usex libsamplerate enabled disabled) + -Dlibwrap=$(usex tcpd enabled disabled) + -Dmms=$(usex mms enabled disabled) + -Dnfs=$(usex nfs enabled disabled) + -Dsignalfd=$(usex signalfd true false) + -Dsmbclient=$(usex samba enabled disabled) + -Dsoxr=$(usex libsoxr enabled disabled) + -Dsqlite=$(usex sqlite enabled disabled) + -Dsystemd=$(usex systemd enabled disabled) + -Dtest=$(usex test true false) + -Dudisks=$(usex udisks enabled disabled) + -Dupnp=$(usex upnp enabled disabled) + -Dwebdav=$(usex webdav enabled disabled) + -Dzeroconf=$(usex zeroconf avahi disabled) + -Dzlib=$(usex zlib enabled disabled) + -Dzzip=$(usex zip enabled disabled) + ) + + emesonargs+=( + -Dalsa=$(usex alsa enabled disabled) + -Dao=$(usex ao enabled disabled) + -Dfifo=$(usex fifo true false) + -Djack=$(usex jack enabled disabled) + -Dopenal=$(usex openal enabled disabled) + -Doss=$(usex oss enabled disabled) + -Dpipe=$(usex pipe true false) + -Dpulse=$(usex pulseaudio enabled disabled) + -Drecorder=$(usex recorder true false) + ) + + if use samba || use upnp; then + emesonargs+=( -Dneighbor=true ) + fi + + append-lfs-flags + append-ldflags "-L/usr/$(get_libdir)/sidplay/builders" + + if use network; then + + emesonargs+=( + -Dshine=disabled + -Dshout=enabled + -Dvorbisenc=$(usex vorbis enabled disabled) + -Dhttpd=true + -Dlame=$(usex lame enabled disabled) + -Dtwolame=$(usex twolame enabled disabled) + -Dwave_encoder=$(usex audiofile true false) + ) + fi + + emesonargs+=( + -Dadplug=$(usex adplug enabled disabled) + -Daudiofile=$(usex audiofile enabled disabled) + -Dfaad=$(usex faad enabled disabled) + -Dffmpeg=$(usex ffmpeg enabled disabled) + -Dflac=$(usex flac enabled disabled) + -Dfluidsynth=$(usex fluidsynth enabled disabled) + -Dgme=$(usex gme enabled disabled) + -Dmad=$(usex mad enabled disabled) + -Dmikmod=$(usex mikmod enabled disabled) + -Dmodplug=$(usex modplug enabled disabled) + -Dmpcdec=$(usex musepack enabled disabled) + -Dmpg123=$(usex mpg123 enabled disabled) + -Dopus=$(usex opus enabled disabled) + -Dsidplay=$(usex sid enabled disabled) + -Dsndfile=$(usex sndfile enabled disabled) + -Dvorbis=$(usex vorbis enabled disabled) + -Dwavpack=$(usex wavpack enabled disabled) + -Dwildmidi=$(usex wildmidi enabled disabled) + + ) + + emesonargs+=( + -Dqobuz=$(usex qobuz enabled disabled) + -Dsoundcloud=$(usex soundcloud enabled disabled) + -Dtidal=$(usex tidal enabled disabled) + ) + + emesonargs+=( + --libdir="/usr/$(get_libdir)" + -Ddocumentation=false + -Dsndio=disabled #not yet in the tree + -Dsolaris_output=disabled + + -Ddatabase=true + -Ddsd=true + -Dtcp=true + + -Dsystemd_system_unit_dir="$(systemd_get_systemunitdir)" + -Dsystemd_user_unit_dir="$(systemd_get_userunitdir)" + ) + + if use icu; then + emesonargs+=( -Diconv=enabled ) + else + emesonargs+=( -Diconv=disabled ) + fi + + meson_src_configure +} + +src_install() { + meson_src_install + + insinto /etc + newins doc/mpdconf.dist mpd.conf + + insinto /etc/logrotate.d + newins "${FILESDIR}"/${PN}-0.21.1.logrotate ${PN} + + newinitd "${FILESDIR}"/${PN}-0.21.4.init ${PN} + + if use unicode; then + sed -i -e 's:^#filesystem_charset.*$:filesystem_charset "UTF-8":' \ + "${ED}"/etc/mpd.conf || die "sed failed" + fi + + doman doc/mpd.1 + doman doc/mpd.conf.5 + + keepdir /var/lib/mpd + keepdir /var/lib/mpd/music + keepdir /var/lib/mpd/playlists + +} + +pkg_postinst() { + # also change the homedir if the user has existed before + usermod -d "/var/lib/mpd" mpd || die "usermod failed" +} diff --git a/media-sound/qsynth/Manifest b/media-sound/qsynth/Manifest index c4b71a9a6094..877cecc7504a 100644 --- a/media-sound/qsynth/Manifest +++ b/media-sound/qsynth/Manifest @@ -1,3 +1,2 @@ -DIST qsynth-0.5.0.tar.gz 260537 BLAKE2B def589a1cfb76517fa34811fe75a8379043d7e0f9fc661dd456b49414042662c3a3b8f57e2d0de5fae99cbdb60062b12d9b73b93032115648b9a21921766fbeb SHA512 3c7026edfef3115fae8e2167bb961f5e32d886c8d75b3534a3f110d921264cd270953145a4737f9d6660c55fccce81d7306ec0ce4064df6e7226598b52399298 DIST qsynth-0.5.3.tar.gz 269252 BLAKE2B c496063ba33bc78a65d63151871e841f9d3938fe03049655da3c124fd495c592f9c726c479062c3fb2d1561e4dee3284d12b04e04a51ba06e20d297b6e84ac0f SHA512 15632274e5822f5e1a49bd332c5d8b7e59a54800ad32510f425f06b4557e474d5479bd531b45fc43af20535017a656fbd9469d318940931912a56ea1856dc117 DIST qsynth-0.5.4.tar.gz 268106 BLAKE2B e7e17c1427cbb6105fc6fbaa511325fcfbed0d06e28374e3b9fdce14a633e6554267339bb1ffe2bf1f16fbebf38095ae02eca86d74412add3a1e16d191cd1e45 SHA512 711b18efea3b4050c567f2c549ab4f44525f53de42c6cfea379260e62966215e6d59432bed946733c7e772d691edb739a882de753cf3f46b932833de7b120b7d diff --git a/media-sound/qsynth/qsynth-0.5.0.ebuild b/media-sound/qsynth/qsynth-0.5.0.ebuild deleted file mode 100644 index cea03459dc6d..000000000000 --- a/media-sound/qsynth/qsynth-0.5.0.ebuild +++ /dev/null @@ -1,60 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit eutils flag-o-matic qmake-utils - -DESCRIPTION="A Qt application to control FluidSynth" -HOMEPAGE="http://qsynth.sourceforge.net/" -SRC_URI="mirror://sourceforge/qsynth/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -IUSE="debug jack alsa pulseaudio" -KEYWORDS="amd64 ppc x86" - -RDEPEND=" - dev-qt/qtcore:5 - dev-qt/qtwidgets:5 - dev-qt/qtx11extras:5 - media-sound/fluidsynth[jack?,alsa?,pulseaudio?] - x11-libs/libX11" -DEPEND="${RDEPEND} - dev-qt/linguist-tools:5 -" - -REQUIRED_USE="|| ( alsa jack pulseaudio )" - -PATCHES=( "${FILESDIR}/${PN}-0.4.0-qt5-tagging.patch" ) - -src_configure() { - append-cxxflags -std=c++11 - econf \ - $(use_enable debug) \ - --with-qt5=$(qt5_get_bindir)/.. - - eqmake5 ${PN}.pro -o ${PN}.mak -} - -src_install () { - emake DESTDIR="${D}" INSTALL_ROOT="${D}" install - einstalldocs - - # The desktop file is invalid, and we also change the command - # depending on useflags - rm "${ED}usr/share/applications/qsynth.desktop" || die - - local cmd - if use jack; then - cmd="qsynth" - elif use pulseaudio; then - cmd="qsynth -a pulseaudio" - elif use alsa; then - cmd="qsynth -a alsa" - else - cmd="qsynth -a oss" - fi - - make_desktop_entry "${cmd}" Qsynth qsynth -} diff --git a/media-sound/specimen/specimen-0.5.2_rc3-r1.ebuild b/media-sound/specimen/specimen-0.5.2_rc3-r1.ebuild deleted file mode 100644 index e96807b02ab6..000000000000 --- a/media-sound/specimen/specimen-0.5.2_rc3-r1.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit autotools eutils - -MY_P=${P/_/-} - -DESCRIPTION="A Midi Controllable Audio Sampler" -HOMEPAGE="http://zhevny.com/specimen" -SRC_URI="http://zhevny.com/${PN}/files/${MY_P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc sparc x86" -IUSE="lash" - -RDEPEND=">=media-sound/jack-audio-connection-kit-0.109.2 - >=media-libs/alsa-lib-0.9 - media-libs/libsamplerate - media-libs/libsndfile - >=media-libs/phat-0.4 - dev-libs/libxml2:2 - x11-libs/gtk+:2 - gnome-base/libgnomecanvas - lash? ( media-sound/lash )" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -S="${WORKDIR}"/${MY_P} - -src_prepare() { - epatch "${FILESDIR}/${P}-jackmidi.patch" \ - "${FILESDIR}/${P}-underlinking.patch" - eautoreconf -} - -src_configure() { - econf $(use_enable lash) -} - -src_install() { - default - dodoc AUTHORS BUGS ChangeLog NEWS PROFILE \ - README ROADMAP TODO STYLE TODO WISHLIST - doicon pixmaps/${PN}.png - make_desktop_entry ${PN} Specimen ${PN} -} diff --git a/metadata/Manifest.gz b/metadata/Manifest.gz index bad868b1e783..81ad4bf31647 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 a1b0c8d5609d..38db2617651a 100644 --- a/metadata/dtd/timestamp.chk +++ b/metadata/dtd/timestamp.chk @@ -1 +1 @@ -Tue, 19 Mar 2019 05:08:38 +0000 +Wed, 20 Mar 2019 05:08:37 +0000 diff --git a/metadata/glsa/timestamp.chk b/metadata/glsa/timestamp.chk index a1b0c8d5609d..563ddb3f05ad 100644 --- a/metadata/glsa/timestamp.chk +++ b/metadata/glsa/timestamp.chk @@ -1 +1 @@ -Tue, 19 Mar 2019 05:08:38 +0000 +Wed, 20 Mar 2019 05:08:38 +0000 diff --git a/metadata/md5-cache/Manifest.gz b/metadata/md5-cache/Manifest.gz index 7e39826ee198..d69b82a3d998 100644 Binary files a/metadata/md5-cache/Manifest.gz and b/metadata/md5-cache/Manifest.gz differ diff --git a/metadata/md5-cache/app-admin/Manifest.gz b/metadata/md5-cache/app-admin/Manifest.gz index 43d1cc0b3f95..e20b32925ae4 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/conserver-8.2.3 b/metadata/md5-cache/app-admin/conserver-8.2.3 new file mode 100644 index 000000000000..ddde5e23d37f --- /dev/null +++ b/metadata/md5-cache/app-admin/conserver-8.2.3 @@ -0,0 +1,13 @@ +DEFINED_PHASES=configure install postinst prepare test +DEPEND=debug? ( dev-libs/dmalloc:= ) freeipmi? ( sys-libs/freeipmi:= ) kerberos? ( virtual/krb5 net-libs/libgssglue ) ssl? ( !libressl? ( dev-libs/openssl:0= ) libressl? ( dev-libs/libressl:0= ) ) pam? ( virtual/pam ) tcpd? ( sys-apps/tcp-wrappers ) >=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 ssl? ( || ( dev-libs/openssl:0 dev-libs/libressl:0 ) ) +DESCRIPTION=Serial Console Manager +EAPI=6 +HOMEPAGE=https://www.conserver.com +IUSE=debug ipv6 freeipmi kerberos libressl pam ssl test tcpd ssl +KEYWORDS=~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 +LICENSE=BSD BSD-with-attribution +RDEPEND=debug? ( dev-libs/dmalloc:= ) freeipmi? ( sys-libs/freeipmi:= ) kerberos? ( virtual/krb5 net-libs/libgssglue ) ssl? ( !libressl? ( dev-libs/openssl:0= ) libressl? ( dev-libs/libressl:0= ) ) pam? ( virtual/pam ) tcpd? ( sys-apps/tcp-wrappers ) pam? ( sys-auth/pambase ) +SLOT=0 +SRC_URI=https://github.com/conserver/conserver/releases/download/v8.2.3/conserver-8.2.3.tar.gz +_eclasses_=autotools 1bf086cdd7356f5c9a4acd9727bd2065 desktop b1d22ac8bdd4679ab79c71aca235009d epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic a09389deba2c0a7108b581e02c7cecbf libtool f143db5a74ccd9ca28c1234deffede96 ltprune 2729691420b6deeda2a90b1f1183fb55 multilib b2f01ad412baf81650c23fcf0975fa33 pam 3e788d86170dfcd5b06824d898315e18 preserve-libs ef207dc62baddfddfd39a164d9797648 ssl-cert a1a4daed6b2479901759d6fe367c4c29 toolchain-funcs b45201c4e6c096b98e250336954e64b9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf +_md5_=0311125fe979058d44654a6efe42c237 diff --git a/metadata/md5-cache/app-arch/Manifest.gz b/metadata/md5-cache/app-arch/Manifest.gz index f64fb4a29337..d57f03f59d8f 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/pax-20161104 b/metadata/md5-cache/app-arch/pax-20161104 index ca399f9065c1..b0178d6b267a 100644 --- a/metadata/md5-cache/app-arch/pax-20161104 +++ b/metadata/md5-cache/app-arch/pax-20161104 @@ -3,10 +3,10 @@ DEPEND=dev-libs/libbsd elibc_musl? ( sys-libs/fts-standalone ) app-arch/cpio DESCRIPTION=pax (Portable Archive eXchange) is the POSIX standard archive tool EAPI=6 HOMEPAGE=https://www.mirbsd.org/pax.htm -KEYWORDS=alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 +KEYWORDS=alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 LICENSE=BSD RDEPEND=dev-libs/libbsd elibc_musl? ( sys-libs/fts-standalone ) SLOT=0 SRC_URI=https://www.mirbsd.org/MirOS/dist/mir/cpio/paxmirabilis-20161104.cpio.gz _eclasses_=desktop b1d22ac8bdd4679ab79c71aca235009d epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic a09389deba2c0a7108b581e02c7cecbf ltprune 2729691420b6deeda2a90b1f1183fb55 multilib b2f01ad412baf81650c23fcf0975fa33 preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs b45201c4e6c096b98e250336954e64b9 unpacker 3cd8bad0d31e525cd26be1bfa4e61631 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf -_md5_=81295d7a46375bfc32e5d734a508cee9 +_md5_=36411ee5fc85f539d156288eea62168d diff --git a/metadata/md5-cache/app-crypt/Manifest.gz b/metadata/md5-cache/app-crypt/Manifest.gz index c3e4300a97ad..e7655008434a 100644 Binary files a/metadata/md5-cache/app-crypt/Manifest.gz and b/metadata/md5-cache/app-crypt/Manifest.gz differ diff --git a/metadata/md5-cache/app-crypt/paperkey-1.6 b/metadata/md5-cache/app-crypt/paperkey-1.6 index 0cee6baeef15..60c4e69f694b 100644 --- a/metadata/md5-cache/app-crypt/paperkey-1.6 +++ b/metadata/md5-cache/app-crypt/paperkey-1.6 @@ -2,8 +2,8 @@ DEFINED_PHASES=- DESCRIPTION=OpenPGP key archiver EAPI=7 HOMEPAGE=http://www.jabberwocky.com/software/paperkey/ -KEYWORDS=amd64 x86 ~x64-macos +KEYWORDS=amd64 ~arm64 x86 ~x64-macos LICENSE=GPL-2 SLOT=0 SRC_URI=http://www.jabberwocky.com/software/paperkey/paperkey-1.6.tar.gz -_md5_=b413e51669007252b09fc38bf3351d9a +_md5_=3642af588b1279e7663d639dbeef22e6 diff --git a/metadata/md5-cache/app-crypt/yubikey-manager-2.0.0 b/metadata/md5-cache/app-crypt/yubikey-manager-2.0.0 index f3a9e663c263..13068a56005f 100644 --- a/metadata/md5-cache/app-crypt/yubikey-manager-2.0.0 +++ b/metadata/md5-cache/app-crypt/yubikey-manager-2.0.0 @@ -4,11 +4,11 @@ DESCRIPTION=Python library and command line tool for configuring a YubiKey EAPI=6 HOMEPAGE=https://developers.yubico.com/yubikey-manager/ IUSE=test python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 -KEYWORDS=amd64 +KEYWORDS=amd64 x86 LICENSE=BSD-2 RDEPEND=dev-python/click[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] dev-python/cryptography[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] python_targets_python2_7? ( dev-python/enum34[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) dev-python/fido2[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] dev-python/pyopenssl[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] dev-python/pyscard[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] dev-python/pyusb[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] dev-python/six[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] >=sys-auth/ykpers-1.19.0 python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) 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_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 ) SLOT=0 SRC_URI=https://github.com/Yubico/yubikey-manager/archive/yubikey-manager-2.0.0.tar.gz _eclasses_=distutils-r1 30044897f9a75ab6414bdb19aa3c07d4 multibuild 40fe59465edacd730c644ec2bc197809 multilib b2f01ad412baf81650c23fcf0975fa33 multiprocessing cac3169468f893670dac3e7cb940e045 python-r1 ce1cd23cfdc1848e8e32743efe34f299 python-utils-r1 12114a2a9aab35b93efc037a196b3234 readme.gentoo-r1 22ae82e140bdd95d17a34fd5fd733190 toolchain-funcs b45201c4e6c096b98e250336954e64b9 xdg-utils 14d00d009167652b1fa363e55effe213 -_md5_=3d352c103ff649ef9282872ed1bc0610 +_md5_=cd97a7f713b8a34a50d31018b2638f04 diff --git a/metadata/md5-cache/app-crypt/yubikey-manager-2.1.0 b/metadata/md5-cache/app-crypt/yubikey-manager-2.1.0 index 5fff3c4a8dd4..0c63288f443e 100644 --- a/metadata/md5-cache/app-crypt/yubikey-manager-2.1.0 +++ b/metadata/md5-cache/app-crypt/yubikey-manager-2.1.0 @@ -4,11 +4,11 @@ DESCRIPTION=Python library and command line tool for configuring a YubiKey EAPI=6 HOMEPAGE=https://developers.yubico.com/yubikey-manager/ IUSE=test python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 -KEYWORDS=~amd64 +KEYWORDS=~amd64 ~x86 LICENSE=BSD-2 RDEPEND=dev-python/click[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] dev-python/cryptography[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] python_targets_python2_7? ( dev-python/enum34[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) dev-python/fido2[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] dev-python/pyopenssl[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] dev-python/pyscard[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] dev-python/pyusb[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] dev-python/six[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] >=sys-auth/ykpers-1.19.0 python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) 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_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 ) SLOT=0 SRC_URI=https://developers.yubico.com/yubikey-manager/Releases/yubikey-manager-2.1.0.tar.gz _eclasses_=distutils-r1 30044897f9a75ab6414bdb19aa3c07d4 multibuild 40fe59465edacd730c644ec2bc197809 multilib b2f01ad412baf81650c23fcf0975fa33 multiprocessing cac3169468f893670dac3e7cb940e045 python-r1 ce1cd23cfdc1848e8e32743efe34f299 python-utils-r1 12114a2a9aab35b93efc037a196b3234 readme.gentoo-r1 22ae82e140bdd95d17a34fd5fd733190 toolchain-funcs b45201c4e6c096b98e250336954e64b9 xdg-utils 14d00d009167652b1fa363e55effe213 -_md5_=2104f28aea0f9909c597b8eb592671de +_md5_=6e6ed3d32ebc4b54dd46ce6180821ef3 diff --git a/metadata/md5-cache/app-doc/Manifest.gz b/metadata/md5-cache/app-doc/Manifest.gz index 18a31fc902e4..e8d4827b631d 100644 Binary files a/metadata/md5-cache/app-doc/Manifest.gz and b/metadata/md5-cache/app-doc/Manifest.gz differ diff --git a/metadata/md5-cache/app-doc/doxygen-1.8.14-r2 b/metadata/md5-cache/app-doc/doxygen-1.8.14-r2 new file mode 100644 index 000000000000..3cdbf370bbec --- /dev/null +++ b/metadata/md5-cache/app-doc/doxygen-1.8.14-r2 @@ -0,0 +1,15 @@ +DEFINED_PHASES=compile configure install prepare setup test +DEPEND=sys-devel/flex sys-devel/bison doc? ( || ( dev-lang/python:3.6 dev-lang/python:3.5 dev-lang/python:3.4 >=dev-lang/python-2.7.5-r2:2.7 ) ) app-text/ghostscript-gpl dev-lang/perl media-libs/libpng:0= virtual/libiconv clang? ( >=sys-devel/clang-4.0.0:= ) dot? ( media-gfx/graphviz media-libs/freetype ) doxysearch? ( dev-libs/xapian:= ) latex? ( dev-texlive/texlive-bibtexextra dev-texlive/texlive-fontsextra dev-texlive/texlive-fontutils dev-texlive/texlive-latex dev-texlive/texlive-latexextra ) qt5? ( dev-qt/qtgui:5 dev-qt/qtwidgets:5 dev-qt/qtxml:5 ) sqlite? ( dev-db/sqlite:3 ) sys-devel/make >=dev-util/cmake-3.9.6 +DESCRIPTION=Documentation system for most programming languages +EAPI=6 +HOMEPAGE=https://www.stack.nl/~dimitri/doxygen/ +IUSE=clang debug doc dot doxysearch latex qt5 sqlite userland_GNU +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=GPL-2 +RDEPEND=app-text/ghostscript-gpl dev-lang/perl media-libs/libpng:0= virtual/libiconv clang? ( >=sys-devel/clang-4.0.0:= ) dot? ( media-gfx/graphviz media-libs/freetype ) doxysearch? ( dev-libs/xapian:= ) latex? ( dev-texlive/texlive-bibtexextra dev-texlive/texlive-fontsextra dev-texlive/texlive-fontutils dev-texlive/texlive-latex dev-texlive/texlive-latexextra ) qt5? ( dev-qt/qtgui:5 dev-qt/qtwidgets:5 dev-qt/qtxml:5 ) sqlite? ( dev-db/sqlite:3 ) +REQUIRED_USE=doc? ( latex ) +RESTRICT=test +SLOT=0 +SRC_URI=https://ftp.stack.nl/pub/users/dimitri/doxygen-1.8.14.src.tar.gz +_eclasses_=cmake-utils ab10bd85e5d38e2a32077bcd91faa1b6 desktop b1d22ac8bdd4679ab79c71aca235009d epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic a09389deba2c0a7108b581e02c7cecbf ltprune 2729691420b6deeda2a90b1f1183fb55 multilib b2f01ad412baf81650c23fcf0975fa33 multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f preserve-libs ef207dc62baddfddfd39a164d9797648 python-any-r1 4900ae970f827a22d33d41bd8b8f9ace python-utils-r1 12114a2a9aab35b93efc037a196b3234 toolchain-funcs b45201c4e6c096b98e250336954e64b9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf xdg-utils 14d00d009167652b1fa363e55effe213 +_md5_=81b8b91a3092f457230b472a9becab07 diff --git a/metadata/md5-cache/app-doc/eclass-manpages-20180812 b/metadata/md5-cache/app-doc/eclass-manpages-20180812 deleted file mode 100644 index 5b29cbdbf5c7..000000000000 --- a/metadata/md5-cache/app-doc/eclass-manpages-20180812 +++ /dev/null @@ -1,10 +0,0 @@ -DEFINED_PHASES=compile install -DEPEND=app-arch/xz-utils -DESCRIPTION=Collection of Gentoo eclass manpages -EAPI=6 -HOMEPAGE=https://www.gentoo.org/ -KEYWORDS=alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-solaris -LICENSE=GPL-2 -SLOT=0 -SRC_URI=https://dev.gentoo.org/~mgorny/dist/eclass-manpages-20180812.tar.xz -_md5_=67fa76893182bede29925cbe32215518 diff --git a/metadata/md5-cache/app-misc/Manifest.gz b/metadata/md5-cache/app-misc/Manifest.gz index 559b82ff674a..9738b45a58ed 100644 Binary files a/metadata/md5-cache/app-misc/Manifest.gz and b/metadata/md5-cache/app-misc/Manifest.gz differ diff --git a/metadata/md5-cache/app-misc/skim-0.6.2 b/metadata/md5-cache/app-misc/skim-0.6.2 new file mode 100644 index 000000000000..462777ea0b55 --- /dev/null +++ b/metadata/md5-cache/app-misc/skim-0.6.2 @@ -0,0 +1,13 @@ +BDEPEND=virtual/cargo +DEFINED_PHASES=compile install test unpack +DESCRIPTION=a command-line fuzzy finder +EAPI=7 +HOMEPAGE=https://github.com/lotabout/skim +IUSE=tmux vim debug +KEYWORDS=~amd64 ~x86 +LICENSE=MIT +RDEPEND=tmux? ( app-misc/tmux ) vim? ( || ( app-editors/vim app-editors/gvim ) ) +SLOT=0 +SRC_URI=https://github.com/lotabout/skim/archive/v0.6.2.tar.gz -> skim-0.6.2.tar.gz https://crates.io/api/v1/crates/aho-corasick/0.6.10/download -> aho-corasick-0.6.10.crate https://crates.io/api/v1/crates/ansi_term/0.11.0/download -> ansi_term-0.11.0.crate https://crates.io/api/v1/crates/arrayvec/0.4.10/download -> arrayvec-0.4.10.crate https://crates.io/api/v1/crates/atty/0.2.11/download -> atty-0.2.11.crate https://crates.io/api/v1/crates/bitflags/1.0.4/download -> bitflags-1.0.4.crate https://crates.io/api/v1/crates/byteorder/1.3.1/download -> byteorder-1.3.1.crate https://crates.io/api/v1/crates/cc/1.0.31/download -> cc-1.0.31.crate https://crates.io/api/v1/crates/cfg-if/0.1.7/download -> cfg-if-0.1.7.crate https://crates.io/api/v1/crates/clap/2.32.0/download -> clap-2.32.0.crate https://crates.io/api/v1/crates/crossbeam-deque/0.2.0/download -> crossbeam-deque-0.2.0.crate https://crates.io/api/v1/crates/crossbeam-epoch/0.3.1/download -> crossbeam-epoch-0.3.1.crate https://crates.io/api/v1/crates/crossbeam-utils/0.2.2/download -> crossbeam-utils-0.2.2.crate https://crates.io/api/v1/crates/darling/0.8.6/download -> darling-0.8.6.crate https://crates.io/api/v1/crates/darling_core/0.8.6/download -> darling_core-0.8.6.crate https://crates.io/api/v1/crates/darling_macro/0.8.6/download -> darling_macro-0.8.6.crate https://crates.io/api/v1/crates/derive_builder/0.7.1/download -> derive_builder-0.7.1.crate https://crates.io/api/v1/crates/derive_builder_core/0.4.1/download -> derive_builder_core-0.4.1.crate https://crates.io/api/v1/crates/either/1.5.1/download -> either-1.5.1.crate https://crates.io/api/v1/crates/env_logger/0.4.3/download -> env_logger-0.4.3.crate https://crates.io/api/v1/crates/fnv/1.0.6/download -> fnv-1.0.6.crate https://crates.io/api/v1/crates/fuzzy-matcher/0.2.1/download -> fuzzy-matcher-0.2.1.crate https://crates.io/api/v1/crates/ident_case/1.0.1/download -> ident_case-1.0.1.crate https://crates.io/api/v1/crates/lazy_static/0.2.11/download -> lazy_static-0.2.11.crate https://crates.io/api/v1/crates/lazy_static/1.3.0/download -> lazy_static-1.3.0.crate https://crates.io/api/v1/crates/libc/0.2.50/download -> libc-0.2.50.crate https://crates.io/api/v1/crates/log/0.3.9/download -> log-0.3.9.crate https://crates.io/api/v1/crates/log/0.4.6/download -> log-0.4.6.crate https://crates.io/api/v1/crates/memchr/2.2.0/download -> memchr-2.2.0.crate https://crates.io/api/v1/crates/memoffset/0.2.1/download -> memoffset-0.2.1.crate https://crates.io/api/v1/crates/nix/0.11.0/download -> nix-0.11.0.crate https://crates.io/api/v1/crates/nodrop/0.1.13/download -> nodrop-0.1.13.crate https://crates.io/api/v1/crates/num_cpus/1.10.0/download -> num_cpus-1.10.0.crate https://crates.io/api/v1/crates/proc-macro2/0.4.27/download -> proc-macro2-0.4.27.crate https://crates.io/api/v1/crates/quote/0.6.11/download -> quote-0.6.11.crate https://crates.io/api/v1/crates/rayon/1.0.3/download -> rayon-1.0.3.crate https://crates.io/api/v1/crates/rayon-core/1.4.1/download -> rayon-core-1.4.1.crate https://crates.io/api/v1/crates/redox_syscall/0.1.51/download -> redox_syscall-0.1.51.crate https://crates.io/api/v1/crates/redox_termios/0.1.1/download -> redox_termios-0.1.1.crate https://crates.io/api/v1/crates/regex/0.2.11/download -> regex-0.2.11.crate https://crates.io/api/v1/crates/regex-syntax/0.5.6/download -> regex-syntax-0.5.6.crate https://crates.io/api/v1/crates/scopeguard/0.3.3/download -> scopeguard-0.3.3.crate https://crates.io/api/v1/crates/shlex/0.1.1/download -> shlex-0.1.1.crate https://crates.io/api/v1/crates/strsim/0.7.0/download -> strsim-0.7.0.crate https://crates.io/api/v1/crates/syn/0.15.29/download -> syn-0.15.29.crate https://crates.io/api/v1/crates/term/0.5.1/download -> term-0.5.1.crate https://crates.io/api/v1/crates/termion/1.5.1/download -> termion-1.5.1.crate https://crates.io/api/v1/crates/textwrap/0.10.0/download -> textwrap-0.10.0.crate https://crates.io/api/v1/crates/thread_local/0.3.6/download -> thread_local-0.3.6.crate https://crates.io/api/v1/crates/time/0.1.42/download -> time-0.1.42.crate https://crates.io/api/v1/crates/tuikit/0.2.2/download -> tuikit-0.2.2.crate https://crates.io/api/v1/crates/ucd-util/0.1.3/download -> ucd-util-0.1.3.crate https://crates.io/api/v1/crates/unicode-width/0.1.5/download -> unicode-width-0.1.5.crate https://crates.io/api/v1/crates/unicode-xid/0.1.0/download -> unicode-xid-0.1.0.crate https://crates.io/api/v1/crates/utf8-ranges/1.0.2/download -> utf8-ranges-1.0.2.crate https://crates.io/api/v1/crates/utf8parse/0.1.1/download -> utf8parse-0.1.1.crate https://crates.io/api/v1/crates/vec_map/0.8.1/download -> vec_map-0.8.1.crate https://crates.io/api/v1/crates/void/1.0.2/download -> void-1.0.2.crate https://crates.io/api/v1/crates/vte/0.3.3/download -> vte-0.3.3.crate https://crates.io/api/v1/crates/winapi/0.3.6/download -> winapi-0.3.6.crate https://crates.io/api/v1/crates/winapi-i686-pc-windows-gnu/0.4.0/download -> winapi-i686-pc-windows-gnu-0.4.0.crate https://crates.io/api/v1/crates/winapi-x86_64-pc-windows-gnu/0.4.0/download -> winapi-x86_64-pc-windows-gnu-0.4.0.crate +_eclasses_=cargo 009acb9fc0d496be29570ae200345360 multiprocessing cac3169468f893670dac3e7cb940e045 +_md5_=876c86e53ed51762a190832dcdf6c046 diff --git a/metadata/md5-cache/dev-db/Manifest.gz b/metadata/md5-cache/dev-db/Manifest.gz index 079ded1f81c0..72ecda68b7ab 100644 Binary files a/metadata/md5-cache/dev-db/Manifest.gz and b/metadata/md5-cache/dev-db/Manifest.gz differ diff --git a/metadata/md5-cache/dev-db/postgresql-9.4.21 b/metadata/md5-cache/dev-db/postgresql-9.4.21 index ba1156c512fc..b0a21ba68467 100644 --- a/metadata/md5-cache/dev-db/postgresql-9.4.21 +++ b/metadata/md5-cache/dev-db/postgresql-9.4.21 @@ -4,11 +4,11 @@ DESCRIPTION=PostgreSQL RDBMS EAPI=6 HOMEPAGE=https://www.postgresql.org/ IUSE=doc kerberos kernel_linux ldap libressl nls pam perl -pg_legacytimestamp python +readline selinux +server systemd ssl static-libs tcl threads uuid xml zlib elibc_glibc elibc_uclibc elibc_musl elibc_FreeBSD elibc_NetBSD elibc_OpenBSD kernel_linux python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 python_single_target_python2_7 python_single_target_python3_4 python_single_target_python3_5 python_single_target_python3_6 -KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris +KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh sparc ~x86 ~amd64-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris LICENSE=POSTGRESQL GPL-2 RDEPEND=>=app-eselect/eselect-postgresql-2.0 sys-apps/less virtual/libintl kerberos? ( virtual/krb5 ) ldap? ( net-nds/openldap ) pam? ( virtual/pam ) perl? ( >=dev-lang/perl-5.8:= ) python? ( python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_single_target_python3_4? ( dev-lang/python:3.4 ) python_single_target_python3_5? ( dev-lang/python:3.5 ) python_single_target_python3_6? ( dev-lang/python:3.6 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_7(-),python_single_target_python2_7(+)?,python_single_target_python3_4(+)?,python_single_target_python3_5(+)?,python_single_target_python3_6(+)?] ) readline? ( sys-libs/readline:0= ) ssl? ( !libressl? ( >=dev-libs/openssl-0.9.6-r1:0= ) libressl? ( dev-libs/libressl:= ) ) tcl? ( >=dev-lang/tcl-8:0= ) xml? ( dev-libs/libxml2 dev-libs/libxslt ) zlib? ( sys-libs/zlib ) uuid? ( elibc_glibc? ( sys-apps/util-linux ) elibc_uclibc? ( sys-apps/util-linux ) elibc_musl? ( sys-apps/util-linux ) !elibc_glibc? ( !elibc_uclibc? ( !elibc_musl? ( !elibc_FreeBSD? ( !elibc_NetBSD? ( !elibc_OpenBSD? ( dev-libs/ossp-uuid ) ) ) ) ) ) ) !dev-db/postgresql-docs:9.4 !dev-db/postgresql-base:9.4 !dev-db/postgresql-server:9.4 selinux? ( sec-policy/selinux-postgresql ) REQUIRED_USE=python? ( ^^ ( python_single_target_python2_7 python_single_target_python3_4 python_single_target_python3_5 python_single_target_python3_6 ) python_single_target_python2_7? ( python_targets_python2_7 ) python_single_target_python3_4? ( python_targets_python3_4 ) python_single_target_python3_5? ( python_targets_python3_5 ) python_single_target_python3_6? ( python_targets_python3_6 ) ) SLOT=9.4 SRC_URI=mirror://postgresql/source/v9.4.21/postgresql-9.4.21.tar.bz2 _eclasses_=desktop b1d22ac8bdd4679ab79c71aca235009d eapi7-ver 756b3f27d8e46131d5cf3c51bd876446 epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic a09389deba2c0a7108b581e02c7cecbf l10n 97f2753e3f1f3753d53d856c7c0bbb0b linux-info 953c3b1c472dcadbf62098a9301327f2 ltprune 2729691420b6deeda2a90b1f1183fb55 multilib b2f01ad412baf81650c23fcf0975fa33 pam 3e788d86170dfcd5b06824d898315e18 prefix e51c7882b7b721e54e684f7eb143cbfe preserve-libs ef207dc62baddfddfd39a164d9797648 python-single-r1 3a0fc81f484bfdbd9c2b7448015a36e4 python-utils-r1 12114a2a9aab35b93efc037a196b3234 systemd 71fd8d2065d102753fb9e4d20eaf3e9f toolchain-funcs b45201c4e6c096b98e250336954e64b9 user 8bd74731cafdcdad8f7a63637302e073 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf versionator 2352c3fc97241f6a02042773c8287748 -_md5_=ff784df9b5274c13418e08b9cccf025b +_md5_=aa68e72ae62bb3e7f8ce231e60511f61 diff --git a/metadata/md5-cache/dev-db/postgresql-9.5.16 b/metadata/md5-cache/dev-db/postgresql-9.5.16 index 3102ef4ecd2b..665c644bc938 100644 --- a/metadata/md5-cache/dev-db/postgresql-9.5.16 +++ b/metadata/md5-cache/dev-db/postgresql-9.5.16 @@ -4,11 +4,11 @@ DESCRIPTION=PostgreSQL RDBMS EAPI=6 HOMEPAGE=https://www.postgresql.org/ IUSE=doc kerberos kernel_linux ldap libressl nls pam perl -pg_legacytimestamp python +readline selinux +server systemd ssl static-libs tcl threads uuid xml zlib elibc_glibc elibc_uclibc elibc_musl elibc_FreeBSD elibc_NetBSD elibc_OpenBSD kernel_linux python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 python_single_target_python2_7 python_single_target_python3_4 python_single_target_python3_5 python_single_target_python3_6 -KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh sparc ~x86 ~amd64-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris LICENSE=POSTGRESQL GPL-2 RDEPEND=>=app-eselect/eselect-postgresql-2.0 sys-apps/less virtual/libintl kerberos? ( virtual/krb5 ) ldap? ( net-nds/openldap ) pam? ( virtual/pam ) perl? ( >=dev-lang/perl-5.8:= ) python? ( python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_single_target_python3_4? ( dev-lang/python:3.4 ) python_single_target_python3_5? ( dev-lang/python:3.5 ) python_single_target_python3_6? ( dev-lang/python:3.6 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_7(-),python_single_target_python2_7(+)?,python_single_target_python3_4(+)?,python_single_target_python3_5(+)?,python_single_target_python3_6(+)?] ) readline? ( sys-libs/readline:0= ) ssl? ( !libressl? ( >=dev-libs/openssl-0.9.6-r1:0= ) libressl? ( dev-libs/libressl:= ) ) tcl? ( >=dev-lang/tcl-8:0= ) xml? ( dev-libs/libxml2 dev-libs/libxslt ) zlib? ( sys-libs/zlib ) uuid? ( elibc_glibc? ( sys-apps/util-linux ) elibc_uclibc? ( sys-apps/util-linux ) elibc_musl? ( sys-apps/util-linux ) !elibc_glibc? ( !elibc_uclibc? ( !elibc_musl? ( !elibc_FreeBSD? ( !elibc_NetBSD? ( !elibc_OpenBSD? ( dev-libs/ossp-uuid ) ) ) ) ) ) ) !dev-db/postgresql-docs:9.5 !dev-db/postgresql-base:9.5 !dev-db/postgresql-server:9.5 selinux? ( sec-policy/selinux-postgresql ) REQUIRED_USE=python? ( ^^ ( python_single_target_python2_7 python_single_target_python3_4 python_single_target_python3_5 python_single_target_python3_6 ) python_single_target_python2_7? ( python_targets_python2_7 ) python_single_target_python3_4? ( python_targets_python3_4 ) python_single_target_python3_5? ( python_targets_python3_5 ) python_single_target_python3_6? ( python_targets_python3_6 ) ) SLOT=9.5 SRC_URI=mirror://postgresql/source/v9.5.16/postgresql-9.5.16.tar.bz2 _eclasses_=desktop b1d22ac8bdd4679ab79c71aca235009d eapi7-ver 756b3f27d8e46131d5cf3c51bd876446 epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic a09389deba2c0a7108b581e02c7cecbf l10n 97f2753e3f1f3753d53d856c7c0bbb0b linux-info 953c3b1c472dcadbf62098a9301327f2 ltprune 2729691420b6deeda2a90b1f1183fb55 multilib b2f01ad412baf81650c23fcf0975fa33 pam 3e788d86170dfcd5b06824d898315e18 prefix e51c7882b7b721e54e684f7eb143cbfe preserve-libs ef207dc62baddfddfd39a164d9797648 python-single-r1 3a0fc81f484bfdbd9c2b7448015a36e4 python-utils-r1 12114a2a9aab35b93efc037a196b3234 systemd 71fd8d2065d102753fb9e4d20eaf3e9f toolchain-funcs b45201c4e6c096b98e250336954e64b9 user 8bd74731cafdcdad8f7a63637302e073 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf versionator 2352c3fc97241f6a02042773c8287748 -_md5_=fbbf85e73040b392a40647576a46e291 +_md5_=d3bcebb21681391cf356be9d4d8687b0 diff --git a/metadata/md5-cache/dev-db/postgresql-9.6.12 b/metadata/md5-cache/dev-db/postgresql-9.6.12 index e9ef5ecb2682..ae117d22fe52 100644 --- a/metadata/md5-cache/dev-db/postgresql-9.6.12 +++ b/metadata/md5-cache/dev-db/postgresql-9.6.12 @@ -4,11 +4,11 @@ DESCRIPTION=PostgreSQL RDBMS EAPI=6 HOMEPAGE=https://www.postgresql.org/ IUSE=doc kerberos kernel_linux ldap libressl nls pam perl -pg_legacytimestamp python +readline selinux +server systemd ssl static-libs tcl threads uuid xml zlib elibc_glibc elibc_uclibc elibc_musl elibc_FreeBSD elibc_NetBSD elibc_OpenBSD kernel_linux python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 python_single_target_python2_7 python_single_target_python3_4 python_single_target_python3_5 python_single_target_python3_6 -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 +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=POSTGRESQL GPL-2 RDEPEND=>=app-eselect/eselect-postgresql-2.0 sys-apps/less virtual/libintl kerberos? ( virtual/krb5 ) ldap? ( net-nds/openldap ) pam? ( virtual/pam ) perl? ( >=dev-lang/perl-5.8:= ) python? ( python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_single_target_python3_4? ( dev-lang/python:3.4 ) python_single_target_python3_5? ( dev-lang/python:3.5 ) python_single_target_python3_6? ( dev-lang/python:3.6 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_7(-),python_single_target_python2_7(+)?,python_single_target_python3_4(+)?,python_single_target_python3_5(+)?,python_single_target_python3_6(+)?] ) readline? ( sys-libs/readline:0= ) ssl? ( !libressl? ( >=dev-libs/openssl-0.9.6-r1:0= ) libressl? ( dev-libs/libressl:= ) ) server? ( systemd? ( sys-apps/systemd ) ) tcl? ( >=dev-lang/tcl-8:0= ) xml? ( dev-libs/libxml2 dev-libs/libxslt ) zlib? ( sys-libs/zlib ) uuid? ( elibc_glibc? ( sys-apps/util-linux ) elibc_uclibc? ( sys-apps/util-linux ) elibc_musl? ( sys-apps/util-linux ) !elibc_glibc? ( !elibc_uclibc? ( !elibc_musl? ( !elibc_FreeBSD? ( !elibc_NetBSD? ( !elibc_OpenBSD? ( dev-libs/ossp-uuid ) ) ) ) ) ) ) !dev-db/postgresql-docs:9.6 !dev-db/postgresql-base:9.6 !dev-db/postgresql-server:9.6 selinux? ( sec-policy/selinux-postgresql ) REQUIRED_USE=python? ( ^^ ( python_single_target_python2_7 python_single_target_python3_4 python_single_target_python3_5 python_single_target_python3_6 ) python_single_target_python2_7? ( python_targets_python2_7 ) python_single_target_python3_4? ( python_targets_python3_4 ) python_single_target_python3_5? ( python_targets_python3_5 ) python_single_target_python3_6? ( python_targets_python3_6 ) ) SLOT=9.6 SRC_URI=mirror://postgresql/source/v9.6.12/postgresql-9.6.12.tar.bz2 _eclasses_=desktop b1d22ac8bdd4679ab79c71aca235009d eapi7-ver 756b3f27d8e46131d5cf3c51bd876446 epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic a09389deba2c0a7108b581e02c7cecbf l10n 97f2753e3f1f3753d53d856c7c0bbb0b linux-info 953c3b1c472dcadbf62098a9301327f2 ltprune 2729691420b6deeda2a90b1f1183fb55 multilib b2f01ad412baf81650c23fcf0975fa33 pam 3e788d86170dfcd5b06824d898315e18 prefix e51c7882b7b721e54e684f7eb143cbfe preserve-libs ef207dc62baddfddfd39a164d9797648 python-single-r1 3a0fc81f484bfdbd9c2b7448015a36e4 python-utils-r1 12114a2a9aab35b93efc037a196b3234 systemd 71fd8d2065d102753fb9e4d20eaf3e9f toolchain-funcs b45201c4e6c096b98e250336954e64b9 user 8bd74731cafdcdad8f7a63637302e073 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf versionator 2352c3fc97241f6a02042773c8287748 -_md5_=e2f18c445695515bb660222e974c206d +_md5_=f682dfcf14f64d3ec56ca2daf805d748 diff --git a/metadata/md5-cache/dev-go/Manifest.gz b/metadata/md5-cache/dev-go/Manifest.gz index 8db906b224df..cf05ea43af9f 100644 Binary files a/metadata/md5-cache/dev-go/Manifest.gz and b/metadata/md5-cache/dev-go/Manifest.gz differ diff --git a/metadata/md5-cache/dev-go/go-oauth2-0_pre20160222 b/metadata/md5-cache/dev-go/go-oauth2-0_pre20160222 index 6afd8aada37a..9a367baef334 100644 --- a/metadata/md5-cache/dev-go/go-oauth2-0_pre20160222 +++ b/metadata/md5-cache/dev-go/go-oauth2-0_pre20160222 @@ -3,10 +3,10 @@ DEPEND=dev-go/go-tools >=dev-lang/go-1.10 DESCRIPTION=Go client implementation for OAuth 2.0 spec EAPI=5 HOMEPAGE=https://godoc.org/golang.org/x/oauth2 -KEYWORDS=~amd64 +KEYWORDS=~amd64 ~x86 LICENSE=BSD RESTRICT=strip SLOT=0/0_pre20160222 SRC_URI=https://github.com/golang/oauth2/archive/2cd4472c321b6cba78e029d99f0e7fe51032fd21.tar.gz -> go-oauth2-0_pre20160222.tar.gz https://github.com/golang/net/archive/b6d7b1396ec874c3b00f6c84cd4301a17c56c8ed.tar.gz -> go-net-0_pre20160216.tar.gz https://github.com/GoogleCloudPlatform/gcloud-golang/archive/872c736f496c2ba12786bedbb8325576bbdb33cf.tar.gz -> gcloud-golang-872c736f496c2ba12786bedbb8325576bbdb33cf.tar.gz _eclasses_=desktop b1d22ac8bdd4679ab79c71aca235009d epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 golang-base c57d2c3f9e1a02d0feb8b87c7b689892 ltprune 2729691420b6deeda2a90b1f1183fb55 multilib b2f01ad412baf81650c23fcf0975fa33 preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs b45201c4e6c096b98e250336954e64b9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf -_md5_=dfa4a6d63ea72a5c5819fdbe0be77d14 +_md5_=8d7908b9abbe3c525b5d3893fcfa9161 diff --git a/metadata/md5-cache/dev-go/go-oauth2-9999 b/metadata/md5-cache/dev-go/go-oauth2-9999 index ccb1c6c30b21..9d1312c13e18 100644 --- a/metadata/md5-cache/dev-go/go-oauth2-9999 +++ b/metadata/md5-cache/dev-go/go-oauth2-9999 @@ -7,4 +7,4 @@ LICENSE=BSD RESTRICT=strip SLOT=0/9999 _eclasses_=desktop b1d22ac8bdd4679ab79c71aca235009d epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 golang-base c57d2c3f9e1a02d0feb8b87c7b689892 golang-build dc25bafa8fc1305a4de66a0a448472e7 golang-vcs 8a25f35316654b44cae8d63717b1bf36 ltprune 2729691420b6deeda2a90b1f1183fb55 multilib b2f01ad412baf81650c23fcf0975fa33 preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs b45201c4e6c096b98e250336954e64b9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf -_md5_=a84375e17e32ed081f4ffc60ce6ddca8 +_md5_=95bb1833e7bc3e179ea7b5b04ce47ba9 diff --git a/metadata/md5-cache/dev-go/go-text-0.3.0 b/metadata/md5-cache/dev-go/go-text-0.3.0 index 263594db992d..0fe2cd34d673 100644 --- a/metadata/md5-cache/dev-go/go-text-0.3.0 +++ b/metadata/md5-cache/dev-go/go-text-0.3.0 @@ -9,4 +9,4 @@ RESTRICT=strip SLOT=0/0.3.0 SRC_URI=https://github.com/golang/text/archive/v0.3.0.tar.gz -> go-text-0.3.0.tar.gz _eclasses_=golang-base c57d2c3f9e1a02d0feb8b87c7b689892 golang-build dc25bafa8fc1305a4de66a0a448472e7 golang-vcs-snapshot 12177e83bede6f7fb87eae383864b40b -_md5_=d0ad933387b4fac7314214a59a71cb60 +_md5_=2498c889ab28886d04349a1cd0f3e186 diff --git a/metadata/md5-cache/dev-go/go-text-0_pre20160211 b/metadata/md5-cache/dev-go/go-text-0_pre20160211 index d5ee2a907d00..f84b47e95428 100644 --- a/metadata/md5-cache/dev-go/go-text-0_pre20160211 +++ b/metadata/md5-cache/dev-go/go-text-0_pre20160211 @@ -9,4 +9,4 @@ RESTRICT=strip SLOT=0/0_pre20160211 SRC_URI=https://github.com/golang/text/archive/07b9a78963006a15c538ec5175243979025fa7a8.tar.gz -> go-text-0_pre20160211.tar.gz _eclasses_=golang-base c57d2c3f9e1a02d0feb8b87c7b689892 golang-build dc25bafa8fc1305a4de66a0a448472e7 golang-vcs-snapshot 12177e83bede6f7fb87eae383864b40b -_md5_=35775eee1181dd397eb3fac57ce7c809 +_md5_=68be12f589fbf0cd0f65f7925bb87106 diff --git a/metadata/md5-cache/dev-go/go-text-9999 b/metadata/md5-cache/dev-go/go-text-9999 index 2d0f8a02bf4b..c4e74f526890 100644 --- a/metadata/md5-cache/dev-go/go-text-9999 +++ b/metadata/md5-cache/dev-go/go-text-9999 @@ -7,4 +7,4 @@ LICENSE=BSD RESTRICT=strip SLOT=0/9999 _eclasses_=desktop b1d22ac8bdd4679ab79c71aca235009d epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 golang-base c57d2c3f9e1a02d0feb8b87c7b689892 golang-build dc25bafa8fc1305a4de66a0a448472e7 golang-vcs 8a25f35316654b44cae8d63717b1bf36 ltprune 2729691420b6deeda2a90b1f1183fb55 multilib b2f01ad412baf81650c23fcf0975fa33 preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs b45201c4e6c096b98e250336954e64b9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf -_md5_=17bd2b1395d26fe458a8d4e2505a35c2 +_md5_=ab1aef3df0368ff34a8199fc0b3fdf1f diff --git a/metadata/md5-cache/dev-java/Manifest.gz b/metadata/md5-cache/dev-java/Manifest.gz index bae5afadf3bc..81d1d3dd886e 100644 Binary files a/metadata/md5-cache/dev-java/Manifest.gz and b/metadata/md5-cache/dev-java/Manifest.gz differ diff --git a/metadata/md5-cache/dev-java/ant-1.10.5-r1 b/metadata/md5-cache/dev-java/ant-1.10.5-r1 new file mode 100644 index 000000000000..a3643f57e73e --- /dev/null +++ b/metadata/md5-cache/dev-java/ant-1.10.5-r1 @@ -0,0 +1,11 @@ +DEFINED_PHASES=compile +DEPEND=~dev-java/ant-core-1.10.5 +DESCRIPTION=Java-based build tool similar to 'make' that uses XML configuration files +EAPI=6 +HOMEPAGE=https://ant.apache.org/ +IUSE=X +antlr +bcel +bsf +commonslogging +commonsnet jai +javamail +jdepend jmf +jsch +junit +junit4 +junitlauncher +log4j +oro +regexp +resolver swing testutil xz +KEYWORDS=~amd64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris +LICENSE=Apache-2.0 +RDEPEND=~dev-java/ant-core-1.10.5 ~dev-java/ant-core-1.10.5 ~dev-java/ant-junit-1.10.5 !dev-java/ant-optional !dev-java/ant-tasks ~dev-java/ant-apache-xalan2-1.10.5 antlr? ( ~dev-java/ant-antlr-1.10.5 ) bcel? ( ~dev-java/ant-apache-bcel-1.10.5 ) bsf? ( ~dev-java/ant-apache-bsf-1.10.5 ) commonslogging? ( ~dev-java/ant-commons-logging-1.10.5 ) commonsnet? ( ~dev-java/ant-commons-net-1.10.5 ) jai? ( ~dev-java/ant-jai-1.10.5 ) javamail? ( ~dev-java/ant-javamail-1.10.5 ) jdepend? ( ~dev-java/ant-jdepend-1.10.5 ) jmf? ( ~dev-java/ant-jmf-1.10.5 ) jsch? ( ~dev-java/ant-jsch-1.10.5 ) junit? ( ~dev-java/ant-junit-1.10.5 ) junit4? ( ~dev-java/ant-junit4-1.10.5 ) junitlauncher? ( ~dev-java/ant-junitlauncher-1.10.5 ) log4j? ( ~dev-java/ant-apache-log4j-1.10.5 ) oro? ( ~dev-java/ant-apache-oro-1.10.5 ) regexp? ( ~dev-java/ant-apache-regexp-1.10.5 ) resolver? ( ~dev-java/ant-apache-resolver-1.10.5 ) swing? ( ~dev-java/ant-swing-1.10.5 ) testutil? ( ~dev-java/ant-testutil-1.10.5 ) X? ( ~dev-java/ant-swing-1.10.5 ) xz? ( ~dev-java/ant-xz-1.10.5 ) +SLOT=0 +_md5_=1f0d14156630d10fdf24d3587c199220 diff --git a/metadata/md5-cache/dev-java/ant-xz-1.10.5 b/metadata/md5-cache/dev-java/ant-xz-1.10.5 new file mode 100644 index 000000000000..74b0b7fc0380 --- /dev/null +++ b/metadata/md5-cache/dev-java/ant-xz-1.10.5 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install preinst prepare setup unpack +DEPEND=dev-java/xz-java >=dev-java/java-config-2.2.0-r3 >=dev-java/javatoolkit-0.3.0-r2 ~dev-java/ant-core-1.10.5:0 >=virtual/jdk-1.8 +DESCRIPTION=Apache Ant's optional tasks for XZ compression +EAPI=6 +HOMEPAGE=http://ant.apache.org/ +IUSE=elibc_FreeBSD elibc_FreeBSD +KEYWORDS=~amd64 ~arm ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris +LICENSE=Apache-2.0 +RDEPEND=dev-java/xz-java >=dev-java/java-config-2.2.0-r3 ~dev-java/ant-core-1.10.5:0 >=virtual/jre-1.8 +RESTRICT=test +SLOT=0 +SRC_URI=mirror://apache/ant/source/apache-ant-1.10.5-src.tar.bz2 https://dev.gentoo.org/~fordfrog/distfiles/ant-1.10.5-gentoo.tar.bz2 +_eclasses_=ant-tasks ab9bb23767f0ff14b7b1b1a310a4ca19 desktop b1d22ac8bdd4679ab79c71aca235009d eapi7-ver 756b3f27d8e46131d5cf3c51bd876446 epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 java-ant-2 6505e8068920164179b7e3926220c89f java-pkg-2 c4e6af2574fd1dc79b43a6e27af4b5fb java-utils-2 dd352559d0e143500ec878acc74da909 ltprune 2729691420b6deeda2a90b1f1183fb55 multilib b2f01ad412baf81650c23fcf0975fa33 preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs b45201c4e6c096b98e250336954e64b9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf versionator 2352c3fc97241f6a02042773c8287748 +_md5_=9adc17b170049fae20da4b04ef8711e6 diff --git a/metadata/md5-cache/dev-java/tomcat-servlet-api-9.0.17 b/metadata/md5-cache/dev-java/tomcat-servlet-api-9.0.17 new file mode 100644 index 000000000000..40b239d4fcb6 --- /dev/null +++ b/metadata/md5-cache/dev-java/tomcat-servlet-api-9.0.17 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install preinst prepare setup +DEPEND=>=virtual/jdk-1.8 >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) >=dev-java/ant-core-1.8.2:0 >=dev-java/javatoolkit-0.3.0-r2 +DESCRIPTION=Tomcat's Servlet API 4.0/JSP API 2.4?/EL API 3.1? implementation +EAPI=6 +HOMEPAGE=https://tomcat.apache.org/ +IUSE=elibc_FreeBSD source elibc_FreeBSD +KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris +LICENSE=Apache-2.0 +RDEPEND=>=virtual/jre-1.8 >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) +SLOT=4.0 +SRC_URI=mirror://apache/tomcat/tomcat-9/v9.0.17/src/apache-tomcat-9.0.17-src.tar.gz +_eclasses_=desktop b1d22ac8bdd4679ab79c71aca235009d eapi7-ver 756b3f27d8e46131d5cf3c51bd876446 epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 java-ant-2 6505e8068920164179b7e3926220c89f java-pkg-2 c4e6af2574fd1dc79b43a6e27af4b5fb java-utils-2 dd352559d0e143500ec878acc74da909 ltprune 2729691420b6deeda2a90b1f1183fb55 multilib b2f01ad412baf81650c23fcf0975fa33 preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs b45201c4e6c096b98e250336954e64b9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf versionator 2352c3fc97241f6a02042773c8287748 +_md5_=7f25840b5524705229b9a7688e1c190e diff --git a/metadata/md5-cache/dev-lang/Manifest.gz b/metadata/md5-cache/dev-lang/Manifest.gz index efcc8bd62f63..2c0e2e411d1e 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/mono-5.18.0.268 b/metadata/md5-cache/dev-lang/mono-5.18.1.0 similarity index 97% rename from metadata/md5-cache/dev-lang/mono-5.18.0.268 rename to metadata/md5-cache/dev-lang/mono-5.18.1.0 index fc27401f244c..1553557964dd 100644 --- a/metadata/md5-cache/dev-lang/mono-5.18.0.268 +++ b/metadata/md5-cache/dev-lang/mono-5.18.1.0 @@ -8,6 +8,6 @@ KEYWORDS=~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux LICENSE=MIT LGPL-2.1 GPL-2 BSD-4 NPL-1.1 Ms-PL GPL-2-with-linking-exception IDPL RDEPEND=!minimal? ( >=dev-dotnet/libgdiplus-2.10 ) ia64? ( sys-libs/libunwind ) nls? ( sys-devel/gettext ) SLOT=0 -SRC_URI=http://download.mono-project.com/sources/mono/mono-5.18.0.268.tar.bz2 +SRC_URI=http://download.mono-project.com/sources/mono/mono-5.18.1.0.tar.bz2 _eclasses_=autotools 1bf086cdd7356f5c9a4acd9727bd2065 desktop b1d22ac8bdd4679ab79c71aca235009d eapi7-ver 756b3f27d8e46131d5cf3c51bd876446 epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic a09389deba2c0a7108b581e02c7cecbf libtool f143db5a74ccd9ca28c1234deffede96 linux-info 953c3b1c472dcadbf62098a9301327f2 ltprune 2729691420b6deeda2a90b1f1183fb55 mono-env 1f24c032c78290b0d9a07d5b343051a7 multibuild 40fe59465edacd730c644ec2bc197809 multilib b2f01ad412baf81650c23fcf0975fa33 multilib-build b42436dc1260f475af229754c165cb6b multilib-minimal 8bddda43703ba94d8341f4e247f97566 pax-utils e85f015e815dd463b0c206d781ef45a5 preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs b45201c4e6c096b98e250336954e64b9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf -_md5_=45c0f4b5fea03168962d33764f0c463d +_md5_=b8b1e9c56bcdd22e14248d9d5baa5713 diff --git a/metadata/md5-cache/dev-libs/Manifest.gz b/metadata/md5-cache/dev-libs/Manifest.gz index 68bd67df29c7..d5042e8f3074 100644 Binary files a/metadata/md5-cache/dev-libs/Manifest.gz and b/metadata/md5-cache/dev-libs/Manifest.gz differ diff --git a/metadata/md5-cache/dev-libs/kdiagram-2.6.1 b/metadata/md5-cache/dev-libs/kdiagram-2.6.1 index c3074cd75ce7..9c4002127ca3 100644 --- a/metadata/md5-cache/dev-libs/kdiagram-2.6.1 +++ b/metadata/md5-cache/dev-libs/kdiagram-2.6.1 @@ -4,11 +4,11 @@ DESCRIPTION=Powerful libraries (KChart, KGantt) for creating business diagrams EAPI=6 HOMEPAGE=https://www.kde.org/ IUSE=test debug examples doc test -KEYWORDS=amd64 x86 +KEYWORDS=amd64 ~arm64 x86 LICENSE=GPL-2 RDEPEND=>=dev-qt/qtgui-5.11.1:5 >=dev-qt/qtprintsupport-5.11.1:5 >=dev-qt/qtsvg-5.11.1:5 >=dev-qt/qtwidgets-5.11.1:5 >=kde-frameworks/kf-env-4 || ( >=kde-frameworks/breeze-icons-5.54.0:5 kde-frameworks/oxygen-icons:* ) >=dev-qt/qtcore-5.11.1:5 doc? ( >=dev-qt/qt-docs-5.11.1:5 ) REQUIRED_USE=test? ( examples ) SLOT=5 SRC_URI=mirror://kde/stable/kdiagram/2.6.1/kdiagram-2.6.1.tar.xz _eclasses_=cmake-utils ab10bd85e5d38e2a32077bcd91faa1b6 desktop b1d22ac8bdd4679ab79c71aca235009d eapi7-ver 756b3f27d8e46131d5cf3c51bd876446 epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic a09389deba2c0a7108b581e02c7cecbf gnome2-utils 532371cfcba45b2ab0d2950547c97d95 kde5 fc5fd805ba2ae937026fec3dc3501c13 kde5-functions 1236edc19d52100e99be7dc2fc91db0a ltprune 2729691420b6deeda2a90b1f1183fb55 multilib b2f01ad412baf81650c23fcf0975fa33 multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs b45201c4e6c096b98e250336954e64b9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf virtualx 401b718cc14d43a5a7fbe062c4851ba5 xdg c7ba313ea1eaf266f95cc6235f7d6a07 xdg-utils 14d00d009167652b1fa363e55effe213 -_md5_=388ef3e3915e27dc258da749bb334c3b +_md5_=8a7a775572ce6d6f79284b07c0fd72da diff --git a/metadata/md5-cache/dev-perl/DateTime-Format-Strptime-1.740.0 b/metadata/md5-cache/dev-perl/DateTime-Format-Strptime-1.740.0 index a38fba8ef2ab..e1ff61ffdb0f 100644 --- a/metadata/md5-cache/dev-perl/DateTime-Format-Strptime-1.740.0 +++ b/metadata/md5-cache/dev-perl/DateTime-Format-Strptime-1.740.0 @@ -4,10 +4,10 @@ DESCRIPTION=Parse and Format DateTimes using Strptime EAPI=6 HOMEPAGE=https://metacpan.org/release/DateTime-Format-Strptime IUSE=test -KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~ppc-aix ~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 ~ppc ~ppc64 ~sparc ~x86 ~ppc-aix ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris LICENSE=Artistic-2 RDEPEND=virtual/perl-Carp >=dev-perl/DateTime-1 >=dev-perl/DateTime-Locale-1.50.0 >=dev-perl/DateTime-TimeZone-2.90.0 virtual/perl-Exporter >=dev-perl/Package-DeprecationManager-0.150.0 dev-perl/Params-ValidationCompiler >=dev-perl/Specio-0.330.0 dev-perl/Try-Tiny virtual/perl-parent dev-lang/perl:= SLOT=0 SRC_URI=mirror://cpan/authors/id/D/DR/DROLSKY/DateTime-Format-Strptime-1.74.tar.gz _eclasses_=multiprocessing cac3169468f893670dac3e7cb940e045 perl-functions f2e3420aed32cf1abe33b4129b842636 perl-module 71c828c354a4cddced2641dda2695de5 -_md5_=60dcacba68dab7e662344fa455bdb460 +_md5_=f89038a94112880ed486204a56cbc361 diff --git a/metadata/md5-cache/dev-perl/DateTime-Locale-1.160.0 b/metadata/md5-cache/dev-perl/DateTime-Locale-1.160.0 index 0a507a45ce41..1d029f77f209 100644 --- a/metadata/md5-cache/dev-perl/DateTime-Locale-1.160.0 +++ b/metadata/md5-cache/dev-perl/DateTime-Locale-1.160.0 @@ -4,10 +4,10 @@ DESCRIPTION=Localization support for DateTime EAPI=6 HOMEPAGE=https://metacpan.org/release/DateTime-Locale IUSE=test examples -KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~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 ~s390 ~sh ~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-2+ ) unicode RDEPEND=virtual/perl-Carp >=dev-perl/Dist-CheckConflicts-0.20.0 virtual/perl-Exporter dev-perl/File-ShareDir >=dev-perl/Params-ValidationCompiler-0.130.0 >=virtual/perl-Scalar-List-Utils-1.450.0 >=dev-perl/Specio-0.150.0 >=dev-perl/namespace-autoclean-0.190.0 dev-lang/perl:= SLOT=0 SRC_URI=mirror://cpan/authors/id/D/DR/DROLSKY/DateTime-Locale-1.16.tar.gz _eclasses_=multiprocessing cac3169468f893670dac3e7cb940e045 perl-functions f2e3420aed32cf1abe33b4129b842636 perl-module 71c828c354a4cddced2641dda2695de5 -_md5_=adaf93e7b36fc0c6a5f331cb9b0155d0 +_md5_=387e2b94c59d2bf5f0ef0b815586a301 diff --git a/metadata/md5-cache/dev-perl/Manifest.gz b/metadata/md5-cache/dev-perl/Manifest.gz index fc556c1476aa..ff467c58d4ef 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-python/Manifest.gz b/metadata/md5-cache/dev-python/Manifest.gz index cf207a1952ba..6589bc88297e 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/PyQt5-sip-4.19.15 b/metadata/md5-cache/dev-python/PyQt5-sip-4.19.15 new file mode 100644 index 000000000000..78bc3f1acf45 --- /dev/null +++ b/metadata/md5-cache/dev-python/PyQt5-sip-4.19.15 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare +DEPEND=python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) 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_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] +DESCRIPTION=Private sip module for PyQt5 +EAPI=7 +HOMEPAGE=https://www.riverbankcomputing.com/software/sip/intro +IUSE=python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 python_targets_python3_7 +KEYWORDS=~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 +LICENSE=|| ( GPL-2 GPL-3 SIP ) +RDEPEND=python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) 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_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] +REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 python_targets_python3_7 ) +SLOT=0/12 +SRC_URI=https://www.riverbankcomputing.com/static/Downloads/sip/sip-4.19.15.tar.gz +_eclasses_=multibuild 40fe59465edacd730c644ec2bc197809 multilib b2f01ad412baf81650c23fcf0975fa33 python-r1 ce1cd23cfdc1848e8e32743efe34f299 python-utils-r1 12114a2a9aab35b93efc037a196b3234 toolchain-funcs b45201c4e6c096b98e250336954e64b9 +_md5_=e843c58294cafd936d52b89dc554e3e1 diff --git a/metadata/md5-cache/dev-python/fido2-0.5.0 b/metadata/md5-cache/dev-python/fido2-0.5.0 index c36545c08c42..7fb9892ee510 100644 --- a/metadata/md5-cache/dev-python/fido2-0.5.0 +++ b/metadata/md5-cache/dev-python/fido2-0.5.0 @@ -5,11 +5,11 @@ DESCRIPTION=Python based FIDO 2.0 library EAPI=7 HOMEPAGE=https://github.com/Yubico/python-fido2 IUSE=examples test python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 -KEYWORDS=amd64 +KEYWORDS=amd64 x86 LICENSE=Apache-2.0 BSD-2 MIT MPL-2.0 RDEPEND=dev-python/six[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] dev-python/cryptography[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] python_targets_python2_7? ( dev-python/enum34[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) examples? ( dev-python/flask[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] dev-python/pyopenssl[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-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_4? ( dev-lang/python:3.4 ) 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_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 ) SLOT=0 SRC_URI=https://github.com/Yubico/python-fido2/releases/download/0.5.0/fido2-0.5.0.tar.gz _eclasses_=distutils-r1 30044897f9a75ab6414bdb19aa3c07d4 multibuild 40fe59465edacd730c644ec2bc197809 multilib b2f01ad412baf81650c23fcf0975fa33 multiprocessing cac3169468f893670dac3e7cb940e045 python-r1 ce1cd23cfdc1848e8e32743efe34f299 python-utils-r1 12114a2a9aab35b93efc037a196b3234 toolchain-funcs b45201c4e6c096b98e250336954e64b9 -_md5_=e887ea0589c38a6ec45828afc3291387 +_md5_=b9dc5467e0580b9653513d9bb700dd4d diff --git a/metadata/md5-cache/dev-python/flask-paranoid-0.1.0 b/metadata/md5-cache/dev-python/flask-paranoid-0.1.0 deleted file mode 100644 index 15a6a45356ba..000000000000 --- a/metadata/md5-cache/dev-python/flask-paranoid-0.1.0 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install prepare test -DEPEND=python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) 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_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] -DESCRIPTION=Simple user session protection extension for Flask -EAPI=6 -HOMEPAGE=https://github.com/miguelgrinberg/flask-paranoid/ -IUSE=python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 -KEYWORDS=amd64 x86 -LICENSE=BSD -RDEPEND=dev-python/flask[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-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_4? ( dev-lang/python:3.4 ) 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_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] -REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 ) -SLOT=0 -SRC_URI=mirror://pypi/F/Flask-Paranoid/Flask-Paranoid-0.1.0.tar.gz -_eclasses_=distutils-r1 30044897f9a75ab6414bdb19aa3c07d4 multibuild 40fe59465edacd730c644ec2bc197809 multilib b2f01ad412baf81650c23fcf0975fa33 multiprocessing cac3169468f893670dac3e7cb940e045 python-r1 ce1cd23cfdc1848e8e32743efe34f299 python-utils-r1 12114a2a9aab35b93efc037a196b3234 toolchain-funcs b45201c4e6c096b98e250336954e64b9 xdg-utils 14d00d009167652b1fa363e55effe213 -_md5_=33a4c10cc24c5a50392b9da3625a91f2 diff --git a/metadata/md5-cache/dev-python/flask-paranoid-0.2.0 b/metadata/md5-cache/dev-python/flask-paranoid-0.2.0 deleted file mode 100644 index a37f20c20c6a..000000000000 --- a/metadata/md5-cache/dev-python/flask-paranoid-0.2.0 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install prepare test -DEPEND=dev-python/flask[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] test? ( dev-python/tox[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-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_4? ( dev-lang/python:3.4 ) 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_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] -DESCRIPTION=Simple user session protection extension for Flask -EAPI=6 -HOMEPAGE=https://github.com/miguelgrinberg/flask-paranoid/ -IUSE=test python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 -KEYWORDS=amd64 x86 -LICENSE=BSD -RDEPEND=dev-python/flask[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-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_4? ( dev-lang/python:3.4 ) 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_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] -REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 ) -SLOT=0 -SRC_URI=mirror://pypi/F/Flask-Paranoid/Flask-Paranoid-0.2.0.tar.gz -_eclasses_=distutils-r1 30044897f9a75ab6414bdb19aa3c07d4 multibuild 40fe59465edacd730c644ec2bc197809 multilib b2f01ad412baf81650c23fcf0975fa33 multiprocessing cac3169468f893670dac3e7cb940e045 python-r1 ce1cd23cfdc1848e8e32743efe34f299 python-utils-r1 12114a2a9aab35b93efc037a196b3234 toolchain-funcs b45201c4e6c096b98e250336954e64b9 xdg-utils 14d00d009167652b1fa363e55effe213 -_md5_=6ea2583cf515b7bec79d7d2846055157 diff --git a/metadata/md5-cache/dev-python/flask-paranoid-0.2.0-r1 b/metadata/md5-cache/dev-python/flask-paranoid-0.2.0-r1 index 25c30ce3ede1..513db1f40fa9 100644 --- a/metadata/md5-cache/dev-python/flask-paranoid-0.2.0-r1 +++ b/metadata/md5-cache/dev-python/flask-paranoid-0.2.0-r1 @@ -4,11 +4,11 @@ DESCRIPTION=Simple user session protection extension for Flask EAPI=6 HOMEPAGE=https://github.com/miguelgrinberg/flask-paranoid/ IUSE=test python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 -KEYWORDS=~amd64 ~x86 +KEYWORDS=amd64 x86 LICENSE=BSD RDEPEND=dev-python/flask[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-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_4? ( dev-lang/python:3.4 ) 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_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 ) SLOT=0 SRC_URI=https://github.com/miguelgrinberg/flask-paranoid/archive/v0.2.tar.gz -> flask-paranoid-0.2.0.tar.gz _eclasses_=distutils-r1 30044897f9a75ab6414bdb19aa3c07d4 eapi7-ver 756b3f27d8e46131d5cf3c51bd876446 multibuild 40fe59465edacd730c644ec2bc197809 multilib b2f01ad412baf81650c23fcf0975fa33 multiprocessing cac3169468f893670dac3e7cb940e045 python-r1 ce1cd23cfdc1848e8e32743efe34f299 python-utils-r1 12114a2a9aab35b93efc037a196b3234 toolchain-funcs b45201c4e6c096b98e250336954e64b9 xdg-utils 14d00d009167652b1fa363e55effe213 -_md5_=e77374fd3730a14ade8e22a9d39b6e47 +_md5_=39efdb38c1579517398e8618e223e802 diff --git a/metadata/md5-cache/dev-python/m2crypto-0.31.0-r2 b/metadata/md5-cache/dev-python/m2crypto-0.31.0-r2 new file mode 100644 index 000000000000..2e58387dd93c --- /dev/null +++ b/metadata/md5-cache/dev-python/m2crypto-0.31.0-r2 @@ -0,0 +1,16 @@ +BDEPEND=python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[threads(+)] ) python_targets_python3_4? ( dev-lang/python:3.4[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_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] +DEFINED_PHASES=compile configure install prepare test +DEPEND=!libressl? ( dev-libs/openssl:0= ) libressl? ( dev-libs/libressl:0= ) virtual/python-typing[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] >=dev-lang/swig-2.0.9 dev-python/setuptools[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] +DESCRIPTION=A Python crypto and SSL toolkit +EAPI=7 +HOMEPAGE=https://gitlab.com/m2crypto/m2crypto https://pypi.org/project/M2Crypto/ +IUSE=libressl python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 python_targets_python3_7 +KEYWORDS=~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos +LICENSE=MIT +RDEPEND=!libressl? ( dev-libs/openssl:0= ) libressl? ( dev-libs/libressl:0= ) virtual/python-typing[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-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[threads(+)] ) python_targets_python3_4? ( dev-lang/python:3.4[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_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] +REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 python_targets_python3_7 ) +RESTRICT=test +SLOT=0 +SRC_URI=mirror://pypi/M/M2Crypto/M2Crypto-0.31.0.tar.gz +_eclasses_=distutils-r1 30044897f9a75ab6414bdb19aa3c07d4 multibuild 40fe59465edacd730c644ec2bc197809 multilib b2f01ad412baf81650c23fcf0975fa33 multiprocessing cac3169468f893670dac3e7cb940e045 python-r1 ce1cd23cfdc1848e8e32743efe34f299 python-utils-r1 12114a2a9aab35b93efc037a196b3234 toolchain-funcs b45201c4e6c096b98e250336954e64b9 +_md5_=e79d350b9a9fdb392ffa18eb4eb6d53f diff --git a/metadata/md5-cache/dev-python/pyfakefs-3.4.3 b/metadata/md5-cache/dev-python/pyfakefs-3.4.3 index 13d752a85553..d8b9153df58e 100644 --- a/metadata/md5-cache/dev-python/pyfakefs-3.4.3 +++ b/metadata/md5-cache/dev-python/pyfakefs-3.4.3 @@ -4,11 +4,11 @@ DESCRIPTION=a fake file system that mocks the Python file system modules EAPI=6 HOMEPAGE=https://github.com/jmcgeheeiv/pyfakefs/ https://pypi.org/project/pyfakefs/ IUSE=python_targets_pypy python_targets_pypy3 python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 -KEYWORDS=amd64 ~arm ~x86 +KEYWORDS=amd64 ~arm x86 LICENSE=Apache-2.0 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_4? ( dev-lang/python:3.4 ) 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_4(-)?,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_4(-),-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_4 python_targets_python3_5 python_targets_python3_6 ) SLOT=0 SRC_URI=https://github.com/jmcgeheeiv/pyfakefs/archive/v3.4.3.tar.gz -> pyfakefs-3.4.3.tar.gz _eclasses_=distutils-r1 30044897f9a75ab6414bdb19aa3c07d4 multibuild 40fe59465edacd730c644ec2bc197809 multilib b2f01ad412baf81650c23fcf0975fa33 multiprocessing cac3169468f893670dac3e7cb940e045 python-r1 ce1cd23cfdc1848e8e32743efe34f299 python-utils-r1 12114a2a9aab35b93efc037a196b3234 toolchain-funcs b45201c4e6c096b98e250336954e64b9 xdg-utils 14d00d009167652b1fa363e55effe213 -_md5_=8de6875ce2d3469fa1491f9e1f87facb +_md5_=67110fa49cbedc9c95513677cc28aa71 diff --git a/metadata/md5-cache/dev-python/pyscard-1.9.7 b/metadata/md5-cache/dev-python/pyscard-1.9.7 index 29b1d123f9f4..c924b3d300c5 100644 --- a/metadata/md5-cache/dev-python/pyscard-1.9.7 +++ b/metadata/md5-cache/dev-python/pyscard-1.9.7 @@ -5,11 +5,11 @@ DESCRIPTION=Smart cards support in python EAPI=7 HOMEPAGE=https://pyscard.sourceforge.io/ https://github.com/LudovicRousseau/pyscard https://pypi.org/project/pyscard/ IUSE=python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 -KEYWORDS=amd64 ~arm ~x86 +KEYWORDS=amd64 ~arm x86 LICENSE=LGPL-2.1 RDEPEND=sys-apps/pcsc-lite python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) 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_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 ) SLOT=0 SRC_URI=mirror://sourceforge/pyscard/pyscard-1.9.7.tar.gz _eclasses_=distutils-r1 30044897f9a75ab6414bdb19aa3c07d4 eutils 6e6c2737b59a4b982de6fb3ecefd87f8 multibuild 40fe59465edacd730c644ec2bc197809 multilib b2f01ad412baf81650c23fcf0975fa33 multiprocessing cac3169468f893670dac3e7cb940e045 python-r1 ce1cd23cfdc1848e8e32743efe34f299 python-utils-r1 12114a2a9aab35b93efc037a196b3234 toolchain-funcs b45201c4e6c096b98e250336954e64b9 -_md5_=21c143e08a3321a0f6368f80546ef5ce +_md5_=e1eea0fad50628bbe82b9b704e5085dc diff --git a/metadata/md5-cache/dev-python/pyusb-1.0.2 b/metadata/md5-cache/dev-python/pyusb-1.0.2 index b42a95dc61b5..13e7389a4507 100644 --- a/metadata/md5-cache/dev-python/pyusb-1.0.2 +++ b/metadata/md5-cache/dev-python/pyusb-1.0.2 @@ -4,11 +4,11 @@ DESCRIPTION=USB support for Python EAPI=6 HOMEPAGE=https://walac.github.io/pyusb/ https://pypi.org/project/pyusb/ IUSE=python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 -KEYWORDS=amd64 ~arm ~ppc ~x86 +KEYWORDS=amd64 ~arm ~ppc x86 LICENSE=BSD RDEPEND=virtual/libusb:= dev-python/setuptools[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-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_4? ( dev-lang/python:3.4 ) 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_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 ) SLOT=0 SRC_URI=https://github.com/walac/pyusb/archive/v1.0.2.tar.gz -> pyusb-1.0.2.tar.gz _eclasses_=distutils-r1 30044897f9a75ab6414bdb19aa3c07d4 multibuild 40fe59465edacd730c644ec2bc197809 multilib b2f01ad412baf81650c23fcf0975fa33 multiprocessing cac3169468f893670dac3e7cb940e045 python-r1 ce1cd23cfdc1848e8e32743efe34f299 python-utils-r1 12114a2a9aab35b93efc037a196b3234 toolchain-funcs b45201c4e6c096b98e250336954e64b9 xdg-utils 14d00d009167652b1fa363e55effe213 -_md5_=470a02e749f4ba3151d3424dfc6d41ad +_md5_=b78892fdebbbe7f15b7c8dd2a0e4c89a diff --git a/metadata/md5-cache/dev-python/sip-4.19.15 b/metadata/md5-cache/dev-python/sip-4.19.15 new file mode 100644 index 000000000000..c0ecd16e0e5c --- /dev/null +++ b/metadata/md5-cache/dev-python/sip-4.19.15 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare +DEPEND=python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) 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_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] +DESCRIPTION=Python extension module generator for C and C++ libraries +EAPI=7 +HOMEPAGE=https://www.riverbankcomputing.com/software/sip/intro +IUSE=doc python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 python_targets_python3_7 +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos +LICENSE=|| ( GPL-2 GPL-3 SIP ) +RDEPEND=python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) 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_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] +REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 python_targets_python3_7 ) +SLOT=0/12 +SRC_URI=https://www.riverbankcomputing.com/static/Downloads/sip/sip-4.19.15.tar.gz +_eclasses_=multibuild 40fe59465edacd730c644ec2bc197809 multilib b2f01ad412baf81650c23fcf0975fa33 python-r1 ce1cd23cfdc1848e8e32743efe34f299 python-utils-r1 12114a2a9aab35b93efc037a196b3234 toolchain-funcs b45201c4e6c096b98e250336954e64b9 +_md5_=033a88f76caf56c93c0afac5ffe86966 diff --git a/metadata/md5-cache/dev-python/sphinxcontrib-websupport-1.0.1-r1 b/metadata/md5-cache/dev-python/sphinxcontrib-websupport-1.0.1-r1 deleted file mode 100644 index c40e9a00b643..000000000000 --- a/metadata/md5-cache/dev-python/sphinxcontrib-websupport-1.0.1-r1 +++ /dev/null @@ -1,15 +0,0 @@ -DEFINED_PHASES=compile configure install prepare test -DEPEND=dev-python/setuptools[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,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_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] test? ( >=dev-python/sqlalchemy-0.9[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,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_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] >=dev-python/whoosh-2.0[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,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_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] >=dev-python/six-1.5[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,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_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] dev-python/namespace-sphinxcontrib[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,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_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] >=dev-python/sphinx-1.5.3[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,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_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] dev-python/tox[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,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_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] dev-python/pytest[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,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_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] dev-python/mock[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,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_4(-),-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_4? ( dev-lang/python:3.4 ) 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_4(-)?,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_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] -DESCRIPTION=Sphinx websupport extension -EAPI=6 -HOMEPAGE=http://www.sphinx-doc.org -IUSE=test python_targets_pypy python_targets_pypy3 python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 -KEYWORDS=alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sparc x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~x64-solaris -LICENSE=BSD-2 -PDEPEND=>=dev-python/sphinx-1.5.3[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,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_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] -RDEPEND=>=dev-python/sqlalchemy-0.9[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,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_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] >=dev-python/whoosh-2.0[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,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_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] >=dev-python/six-1.5[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,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_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] dev-python/namespace-sphinxcontrib[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,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_4(-),-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_4? ( dev-lang/python:3.4 ) 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_4(-)?,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_4(-),-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_4 python_targets_python3_5 python_targets_python3_6 ) -SLOT=0 -SRC_URI=mirror://pypi/s/sphinxcontrib-websupport/sphinxcontrib-websupport-1.0.1.tar.gz -_eclasses_=distutils-r1 30044897f9a75ab6414bdb19aa3c07d4 multibuild 40fe59465edacd730c644ec2bc197809 multilib b2f01ad412baf81650c23fcf0975fa33 multiprocessing cac3169468f893670dac3e7cb940e045 python-r1 ce1cd23cfdc1848e8e32743efe34f299 python-utils-r1 12114a2a9aab35b93efc037a196b3234 toolchain-funcs b45201c4e6c096b98e250336954e64b9 xdg-utils 14d00d009167652b1fa363e55effe213 -_md5_=5a4c27849d6f7d04c2ea10f9c3ec8b46 diff --git a/metadata/md5-cache/dev-python/swagger-spec-validator-2.4.3 b/metadata/md5-cache/dev-python/swagger-spec-validator-2.4.3 new file mode 100644 index 000000000000..72cc50c513bb --- /dev/null +++ b/metadata/md5-cache/dev-python/swagger-spec-validator-2.4.3 @@ -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/jsonschema[python_targets_python2_7(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_6(-)] dev-python/pyyaml[python_targets_python2_7(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_6(-)] dev-python/six[python_targets_python2_7(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_6(-)] dev-python/setuptools[python_targets_python2_7(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_6(-)] +DESCRIPTION=validate Swagger specs against Swagger 1.1 or 2.0 specification +EAPI=7 +HOMEPAGE=https://github.com/Yelp/swagger_spec_validator +IUSE=python_targets_python2_7 python_targets_python3_6 +KEYWORDS=~amd64 +LICENSE=Apache-2.0 +RDEPEND=dev-python/jsonschema[python_targets_python2_7(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_6(-)] dev-python/pyyaml[python_targets_python2_7(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_6(-)] dev-python/six[python_targets_python2_7(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_6(-)] 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=mirror://pypi/s/swagger-spec-validator/swagger-spec-validator-2.4.3.tar.gz +_eclasses_=distutils-r1 30044897f9a75ab6414bdb19aa3c07d4 multibuild 40fe59465edacd730c644ec2bc197809 multilib b2f01ad412baf81650c23fcf0975fa33 multiprocessing cac3169468f893670dac3e7cb940e045 python-r1 ce1cd23cfdc1848e8e32743efe34f299 python-utils-r1 12114a2a9aab35b93efc037a196b3234 toolchain-funcs b45201c4e6c096b98e250336954e64b9 +_md5_=8f2c028c336880f30336229159a225fc diff --git a/metadata/md5-cache/dev-qt/Manifest.gz b/metadata/md5-cache/dev-qt/Manifest.gz index 05b0c7f93255..6a9d03f2f9f3 100644 Binary files a/metadata/md5-cache/dev-qt/Manifest.gz and b/metadata/md5-cache/dev-qt/Manifest.gz differ diff --git a/metadata/md5-cache/dev-qt/assistant-5.12.1 b/metadata/md5-cache/dev-qt/assistant-5.12.1 deleted file mode 100644 index c41c909ecd61..000000000000 --- a/metadata/md5-cache/dev-qt/assistant-5.12.1 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm prepare test unpack -DEPEND=~dev-qt/qtcore-5.12.1 ~dev-qt/qtgui-5.12.1 ~dev-qt/qthelp-5.12.1 ~dev-qt/qtnetwork-5.12.1 ~dev-qt/qtprintsupport-5.12.1 ~dev-qt/qtsql-5.12.1[sqlite] ~dev-qt/qtwidgets-5.12.1 webkit? ( >=dev-qt/qtwebkit-5.9.1:5 ) dev-lang/perl virtual/pkgconfig test? ( ~dev-qt/qttest-5.12.1 ) -DESCRIPTION=Tool for viewing on-line documentation in Qt help file format -EAPI=6 -HOMEPAGE=https://www.qt.io/ -IUSE=webkit debug test -KEYWORDS=~amd64 ~arm ~hppa ~ppc64 ~sparc ~x86 -LICENSE=|| ( GPL-2 GPL-3 LGPL-3 ) FDL-1.3 -RDEPEND=~dev-qt/qtcore-5.12.1 ~dev-qt/qtgui-5.12.1 ~dev-qt/qthelp-5.12.1 ~dev-qt/qtnetwork-5.12.1 ~dev-qt/qtprintsupport-5.12.1 ~dev-qt/qtsql-5.12.1[sqlite] ~dev-qt/qtwidgets-5.12.1 webkit? ( >=dev-qt/qtwebkit-5.9.1:5 ) dev-qt/qtchooser -RESTRICT=test -SLOT=5/5.12 -SRC_URI=https://download.qt.io/official_releases/qt/5.12/5.12.1/submodules/qttools-everywhere-src-5.12.1.tar.xz -_eclasses_=desktop b1d22ac8bdd4679ab79c71aca235009d eapi7-ver 756b3f27d8e46131d5cf3c51bd876446 epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic a09389deba2c0a7108b581e02c7cecbf gnome2-utils 532371cfcba45b2ab0d2950547c97d95 ltprune 2729691420b6deeda2a90b1f1183fb55 multilib b2f01ad412baf81650c23fcf0975fa33 preserve-libs ef207dc62baddfddfd39a164d9797648 qt5-build f6c228cbf3a3df9be618ab7e839a29fe toolchain-funcs b45201c4e6c096b98e250336954e64b9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf virtualx 401b718cc14d43a5a7fbe062c4851ba5 xdg-utils 14d00d009167652b1fa363e55effe213 -_md5_=79f0270ebe5372049e7772fb768deedf diff --git a/metadata/md5-cache/dev-qt/designer-5.12.1 b/metadata/md5-cache/dev-qt/designer-5.12.1 deleted file mode 100644 index 9556c1856167..000000000000 --- a/metadata/md5-cache/dev-qt/designer-5.12.1 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm prepare test unpack -DEPEND=~dev-qt/qtcore-5.12.1 ~dev-qt/qtgui-5.12.1 ~dev-qt/qtnetwork-5.12.1 ~dev-qt/qtprintsupport-5.12.1 ~dev-qt/qtwidgets-5.12.1 ~dev-qt/qtxml-5.12.1 declarative? ( ~dev-qt/qtdeclarative-5.12.1[widgets] ) webkit? ( >=dev-qt/qtwebkit-5.9.1:5 ) dev-lang/perl virtual/pkgconfig test? ( ~dev-qt/qttest-5.12.1 ) -DESCRIPTION=WYSIWYG tool for designing and building graphical user interfaces with QtWidgets -EAPI=6 -HOMEPAGE=https://www.qt.io/ -IUSE=declarative webkit debug test -KEYWORDS=~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-fbsd -LICENSE=|| ( GPL-2 GPL-3 LGPL-3 ) FDL-1.3 -RDEPEND=~dev-qt/qtcore-5.12.1 ~dev-qt/qtgui-5.12.1 ~dev-qt/qtnetwork-5.12.1 ~dev-qt/qtprintsupport-5.12.1 ~dev-qt/qtwidgets-5.12.1 ~dev-qt/qtxml-5.12.1 declarative? ( ~dev-qt/qtdeclarative-5.12.1[widgets] ) webkit? ( >=dev-qt/qtwebkit-5.9.1:5 ) dev-qt/qtchooser -RESTRICT=test -SLOT=5/5.12 -SRC_URI=https://download.qt.io/official_releases/qt/5.12/5.12.1/submodules/qttools-everywhere-src-5.12.1.tar.xz -_eclasses_=desktop b1d22ac8bdd4679ab79c71aca235009d eapi7-ver 756b3f27d8e46131d5cf3c51bd876446 epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic a09389deba2c0a7108b581e02c7cecbf gnome2-utils 532371cfcba45b2ab0d2950547c97d95 ltprune 2729691420b6deeda2a90b1f1183fb55 multilib b2f01ad412baf81650c23fcf0975fa33 preserve-libs ef207dc62baddfddfd39a164d9797648 qt5-build f6c228cbf3a3df9be618ab7e839a29fe toolchain-funcs b45201c4e6c096b98e250336954e64b9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf virtualx 401b718cc14d43a5a7fbe062c4851ba5 xdg-utils 14d00d009167652b1fa363e55effe213 -_md5_=b0f21e619838dd409029154cfe3f5efb diff --git a/metadata/md5-cache/dev-qt/linguist-5.12.1 b/metadata/md5-cache/dev-qt/linguist-5.12.1 deleted file mode 100644 index f24ea702a8f2..000000000000 --- a/metadata/md5-cache/dev-qt/linguist-5.12.1 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm prepare test unpack -DEPEND=~dev-qt/designer-5.12.1 ~dev-qt/qtcore-5.12.1 ~dev-qt/qtgui-5.12.1 ~dev-qt/qtprintsupport-5.12.1 ~dev-qt/qtwidgets-5.12.1 ~dev-qt/qtxml-5.12.1 dev-lang/perl virtual/pkgconfig test? ( ~dev-qt/qttest-5.12.1 ) -DESCRIPTION=Graphical tool for translating Qt applications -EAPI=6 -HOMEPAGE=https://www.qt.io/ -IUSE=debug test -KEYWORDS=~amd64 ~arm ~hppa ~ppc64 ~x86 ~amd64-fbsd -LICENSE=|| ( GPL-2 GPL-3 LGPL-3 ) FDL-1.3 -RDEPEND=~dev-qt/designer-5.12.1 ~dev-qt/qtcore-5.12.1 ~dev-qt/qtgui-5.12.1 ~dev-qt/qtprintsupport-5.12.1 ~dev-qt/qtwidgets-5.12.1 ~dev-qt/qtxml-5.12.1 dev-qt/qtchooser -RESTRICT=test -SLOT=5/5.12 -SRC_URI=https://download.qt.io/official_releases/qt/5.12/5.12.1/submodules/qttools-everywhere-src-5.12.1.tar.xz -_eclasses_=desktop b1d22ac8bdd4679ab79c71aca235009d eapi7-ver 756b3f27d8e46131d5cf3c51bd876446 epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic a09389deba2c0a7108b581e02c7cecbf gnome2-utils 532371cfcba45b2ab0d2950547c97d95 ltprune 2729691420b6deeda2a90b1f1183fb55 multilib b2f01ad412baf81650c23fcf0975fa33 preserve-libs ef207dc62baddfddfd39a164d9797648 qt5-build f6c228cbf3a3df9be618ab7e839a29fe toolchain-funcs b45201c4e6c096b98e250336954e64b9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf virtualx 401b718cc14d43a5a7fbe062c4851ba5 xdg-utils 14d00d009167652b1fa363e55effe213 -_md5_=fb8bbe03cdfbe6987836c71a98c93101 diff --git a/metadata/md5-cache/dev-qt/linguist-tools-5.12.1 b/metadata/md5-cache/dev-qt/linguist-tools-5.12.1 deleted file mode 100644 index 685d2fc39397..000000000000 --- a/metadata/md5-cache/dev-qt/linguist-tools-5.12.1 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm prepare test unpack -DEPEND=~dev-qt/qtcore-5.12.1 ~dev-qt/qtxml-5.12.1 qml? ( ~dev-qt/qtdeclarative-5.12.1 ) dev-lang/perl virtual/pkgconfig test? ( ~dev-qt/qttest-5.12.1 ) -DESCRIPTION=Tools for working with Qt translation data files -EAPI=6 -HOMEPAGE=https://www.qt.io/ -IUSE=qml debug test -KEYWORDS=~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd -LICENSE=|| ( GPL-2 GPL-3 LGPL-3 ) FDL-1.3 -RDEPEND=~dev-qt/qtcore-5.12.1 ~dev-qt/qtxml-5.12.1 qml? ( ~dev-qt/qtdeclarative-5.12.1 ) dev-qt/qtchooser -RESTRICT=test -SLOT=5/5.12 -SRC_URI=https://download.qt.io/official_releases/qt/5.12/5.12.1/submodules/qttools-everywhere-src-5.12.1.tar.xz -_eclasses_=desktop b1d22ac8bdd4679ab79c71aca235009d eapi7-ver 756b3f27d8e46131d5cf3c51bd876446 epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic a09389deba2c0a7108b581e02c7cecbf ltprune 2729691420b6deeda2a90b1f1183fb55 multilib b2f01ad412baf81650c23fcf0975fa33 preserve-libs ef207dc62baddfddfd39a164d9797648 qt5-build f6c228cbf3a3df9be618ab7e839a29fe toolchain-funcs b45201c4e6c096b98e250336954e64b9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf virtualx 401b718cc14d43a5a7fbe062c4851ba5 -_md5_=9c093e21893380d4f3aa85236e4c0da6 diff --git a/metadata/md5-cache/dev-qt/pixeltool-5.12.1 b/metadata/md5-cache/dev-qt/pixeltool-5.12.1 deleted file mode 100644 index ae0758035535..000000000000 --- a/metadata/md5-cache/dev-qt/pixeltool-5.12.1 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm prepare test unpack -DEPEND=~dev-qt/qtcore-5.12.1 ~dev-qt/qtgui-5.12.1 ~dev-qt/qtwidgets-5.12.1 dev-lang/perl virtual/pkgconfig test? ( ~dev-qt/qttest-5.12.1 ) -DESCRIPTION=Qt screen magnifier -EAPI=6 -HOMEPAGE=https://www.qt.io/ -IUSE=debug test -KEYWORDS=~amd64 ~arm ~hppa ~ppc64 ~sparc ~x86 -LICENSE=|| ( GPL-2 GPL-3 LGPL-3 ) FDL-1.3 -RDEPEND=~dev-qt/qtcore-5.12.1 ~dev-qt/qtgui-5.12.1 ~dev-qt/qtwidgets-5.12.1 dev-qt/qtchooser -RESTRICT=test -SLOT=5/5.12 -SRC_URI=https://download.qt.io/official_releases/qt/5.12/5.12.1/submodules/qttools-everywhere-src-5.12.1.tar.xz -_eclasses_=desktop b1d22ac8bdd4679ab79c71aca235009d eapi7-ver 756b3f27d8e46131d5cf3c51bd876446 epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic a09389deba2c0a7108b581e02c7cecbf ltprune 2729691420b6deeda2a90b1f1183fb55 multilib b2f01ad412baf81650c23fcf0975fa33 preserve-libs ef207dc62baddfddfd39a164d9797648 qt5-build f6c228cbf3a3df9be618ab7e839a29fe toolchain-funcs b45201c4e6c096b98e250336954e64b9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf virtualx 401b718cc14d43a5a7fbe062c4851ba5 -_md5_=d6be7c6e86fe8a1b12632a95bd2ac228 diff --git a/metadata/md5-cache/dev-qt/qdbus-5.12.1 b/metadata/md5-cache/dev-qt/qdbus-5.12.1 deleted file mode 100644 index 294d5ea3f781..000000000000 --- a/metadata/md5-cache/dev-qt/qdbus-5.12.1 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm prepare test unpack -DEPEND=~dev-qt/qtcore-5.12.1 ~dev-qt/qtdbus-5.12.1 ~dev-qt/qtxml-5.12.1 dev-lang/perl virtual/pkgconfig test? ( ~dev-qt/qttest-5.12.1 ) -DESCRIPTION=Interface to Qt applications communicating over D-Bus -EAPI=6 -HOMEPAGE=https://www.qt.io/ -IUSE=debug test -KEYWORDS=~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 -LICENSE=|| ( GPL-2 GPL-3 LGPL-3 ) FDL-1.3 -RDEPEND=~dev-qt/qtcore-5.12.1 ~dev-qt/qtdbus-5.12.1 ~dev-qt/qtxml-5.12.1 dev-qt/qtchooser -RESTRICT=test -SLOT=5/5.12 -SRC_URI=https://download.qt.io/official_releases/qt/5.12/5.12.1/submodules/qttools-everywhere-src-5.12.1.tar.xz -_eclasses_=desktop b1d22ac8bdd4679ab79c71aca235009d eapi7-ver 756b3f27d8e46131d5cf3c51bd876446 epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic a09389deba2c0a7108b581e02c7cecbf ltprune 2729691420b6deeda2a90b1f1183fb55 multilib b2f01ad412baf81650c23fcf0975fa33 preserve-libs ef207dc62baddfddfd39a164d9797648 qt5-build f6c228cbf3a3df9be618ab7e839a29fe toolchain-funcs b45201c4e6c096b98e250336954e64b9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf virtualx 401b718cc14d43a5a7fbe062c4851ba5 -_md5_=e5c19a4066a1551f8d75f8ebfb86dad3 diff --git a/metadata/md5-cache/dev-qt/qdbusviewer-5.12.1 b/metadata/md5-cache/dev-qt/qdbusviewer-5.12.1 deleted file mode 100644 index 041a618e78ad..000000000000 --- a/metadata/md5-cache/dev-qt/qdbusviewer-5.12.1 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm prepare test unpack -DEPEND=~dev-qt/qtcore-5.12.1 ~dev-qt/qtdbus-5.12.1 ~dev-qt/qtgui-5.12.1 ~dev-qt/qtwidgets-5.12.1 ~dev-qt/qtxml-5.12.1 dev-lang/perl virtual/pkgconfig test? ( ~dev-qt/qttest-5.12.1 ) -DESCRIPTION=Graphical tool that lets you introspect D-Bus objects and messages -EAPI=6 -HOMEPAGE=https://www.qt.io/ -IUSE=debug test -KEYWORDS=~amd64 ~arm ~hppa ~ppc64 ~sparc ~x86 ~amd64-fbsd -LICENSE=|| ( GPL-2 GPL-3 LGPL-3 ) FDL-1.3 -RDEPEND=~dev-qt/qtcore-5.12.1 ~dev-qt/qtdbus-5.12.1 ~dev-qt/qtgui-5.12.1 ~dev-qt/qtwidgets-5.12.1 ~dev-qt/qtxml-5.12.1 dev-qt/qtchooser -RESTRICT=test -SLOT=5/5.12 -SRC_URI=https://download.qt.io/official_releases/qt/5.12/5.12.1/submodules/qttools-everywhere-src-5.12.1.tar.xz -_eclasses_=desktop b1d22ac8bdd4679ab79c71aca235009d eapi7-ver 756b3f27d8e46131d5cf3c51bd876446 epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic a09389deba2c0a7108b581e02c7cecbf gnome2-utils 532371cfcba45b2ab0d2950547c97d95 ltprune 2729691420b6deeda2a90b1f1183fb55 multilib b2f01ad412baf81650c23fcf0975fa33 preserve-libs ef207dc62baddfddfd39a164d9797648 qt5-build f6c228cbf3a3df9be618ab7e839a29fe toolchain-funcs b45201c4e6c096b98e250336954e64b9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf virtualx 401b718cc14d43a5a7fbe062c4851ba5 xdg-utils 14d00d009167652b1fa363e55effe213 -_md5_=1a3aa6592e2f47265c7e24d1edcaeea2 diff --git a/metadata/md5-cache/dev-qt/qdoc-5.12.1 b/metadata/md5-cache/dev-qt/qdoc-5.12.1 deleted file mode 100644 index 258989c1e700..000000000000 --- a/metadata/md5-cache/dev-qt/qdoc-5.12.1 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm prepare test unpack -DEPEND=~dev-qt/qtcore-5.12.1 sys-devel/clang:= qml? ( ~dev-qt/qtdeclarative-5.12.1 ) dev-lang/perl virtual/pkgconfig test? ( ~dev-qt/qttest-5.12.1 ) -DESCRIPTION=Qt documentation generator -EAPI=6 -HOMEPAGE=https://www.qt.io/ -IUSE=qml debug test -KEYWORDS=~amd64 ~arm ~ppc64 ~x86 -LICENSE=|| ( GPL-2 GPL-3 LGPL-3 ) FDL-1.3 -RDEPEND=~dev-qt/qtcore-5.12.1 sys-devel/clang:= qml? ( ~dev-qt/qtdeclarative-5.12.1 ) dev-qt/qtchooser -RESTRICT=test -SLOT=5/5.12 -SRC_URI=https://download.qt.io/official_releases/qt/5.12/5.12.1/submodules/qttools-everywhere-src-5.12.1.tar.xz -_eclasses_=desktop b1d22ac8bdd4679ab79c71aca235009d eapi7-ver 756b3f27d8e46131d5cf3c51bd876446 epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic a09389deba2c0a7108b581e02c7cecbf ltprune 2729691420b6deeda2a90b1f1183fb55 multilib b2f01ad412baf81650c23fcf0975fa33 preserve-libs ef207dc62baddfddfd39a164d9797648 qt5-build f6c228cbf3a3df9be618ab7e839a29fe toolchain-funcs b45201c4e6c096b98e250336954e64b9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf virtualx 401b718cc14d43a5a7fbe062c4851ba5 -_md5_=cb070a26c58e051f90dcb1f472b3f961 diff --git a/metadata/md5-cache/dev-qt/qt-docs-5.12.1_p201901300533 b/metadata/md5-cache/dev-qt/qt-docs-5.12.1_p201901300533 deleted file mode 100644 index 5b9d7a13ab9b..000000000000 --- a/metadata/md5-cache/dev-qt/qt-docs-5.12.1_p201901300533 +++ /dev/null @@ -1,12 +0,0 @@ -BDEPEND=app-arch/p7zip -DEFINED_PHASES=install prepare -DESCRIPTION=Qt5 documentation, for use with Qt Creator and other tools -EAPI=7 -HOMEPAGE=https://doc.qt.io/ -IUSE=3d bluetooth charts datavis declarative graphicaleffects +html location multimedia networkauth +qch script sensors virtualkeyboard webengine -KEYWORDS=~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 -LICENSE=FDL-1.3 -REQUIRED_USE=|| ( html qch ) -SLOT=5 -SRC_URI=https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt5_5121_src_doc_examples/qt.qt5.5121.doc/5.12.1-0-201901300533qt-everywhere-documentation.7z charts? ( https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt5_5121_src_doc_examples/qt.qt5.5121.doc.qtcharts/5.12.1-0-201901300533qtcharts-documentation.7z ) datavis? ( https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt5_5121_src_doc_examples/qt.qt5.5121.doc.qtdatavis3d/5.12.1-0-201901300533qtdatavisualization-documentation.7z ) networkauth? ( https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt5_5121_src_doc_examples/qt.qt5.5121.doc.qtnetworkauth/5.12.1-0-201901300533qtnetworkauth-documentation.7z ) script? ( https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt5_5121_src_doc_examples/qt.qt5.5121.doc.qtscript/5.12.1-0-201901300533qtscript-documentation.7z https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt5_5121_src_doc_examples/qt.qt5.5121.doc.qtscript/5.12.1-0-201901300533qtscripttools-documentation.7z ) virtualkeyboard? ( https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt5_5121_src_doc_examples/qt.qt5.5121.doc.qtvirtualkeyboard/5.12.1-0-201901300533qtvirtualkeyboard-documentation.7z ) webengine? ( https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt5_5121_src_doc_examples/qt.qt5.5121.doc.qtwebengine/5.12.1-0-201901300533qtwebengine-documentation.7z ) -_md5_=0fe0457a5fdbb5e7e9a7cbf3f8a9789d diff --git a/metadata/md5-cache/dev-qt/qt3d-5.12.1 b/metadata/md5-cache/dev-qt/qt3d-5.12.1 deleted file mode 100644 index f45ef66b92e8..000000000000 --- a/metadata/md5-cache/dev-qt/qt3d-5.12.1 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm prepare test unpack -DEPEND=~dev-qt/qtconcurrent-5.12.1 ~dev-qt/qtcore-5.12.1 ~dev-qt/qtgui-5.12.1 ~dev-qt/qtnetwork-5.12.1 >=media-libs/assimp-4.0.0 qml? ( ~dev-qt/qtdeclarative-5.12.1[gles2=] ) dev-lang/perl virtual/pkgconfig test? ( ~dev-qt/qttest-5.12.1 ) -DESCRIPTION=3D rendering module for the Qt5 framework -EAPI=6 -HOMEPAGE=https://www.qt.io/ -IUSE=gles2 qml debug test -KEYWORDS=~amd64 ~x86 -LICENSE=|| ( GPL-2 GPL-3 LGPL-3 ) FDL-1.3 -RDEPEND=~dev-qt/qtconcurrent-5.12.1 ~dev-qt/qtcore-5.12.1 ~dev-qt/qtgui-5.12.1 ~dev-qt/qtnetwork-5.12.1 >=media-libs/assimp-4.0.0 qml? ( ~dev-qt/qtdeclarative-5.12.1[gles2=] ) dev-qt/qtchooser -RESTRICT=test -SLOT=5/5.12 -SRC_URI=https://download.qt.io/official_releases/qt/5.12/5.12.1/submodules/qt3d-everywhere-src-5.12.1.tar.xz -_eclasses_=desktop b1d22ac8bdd4679ab79c71aca235009d eapi7-ver 756b3f27d8e46131d5cf3c51bd876446 epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic a09389deba2c0a7108b581e02c7cecbf ltprune 2729691420b6deeda2a90b1f1183fb55 multilib b2f01ad412baf81650c23fcf0975fa33 preserve-libs ef207dc62baddfddfd39a164d9797648 qt5-build f6c228cbf3a3df9be618ab7e839a29fe toolchain-funcs b45201c4e6c096b98e250336954e64b9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf virtualx 401b718cc14d43a5a7fbe062c4851ba5 -_md5_=53936cc9d8d6242984f352396a556371 diff --git a/metadata/md5-cache/dev-qt/qtbluetooth-5.12.1 b/metadata/md5-cache/dev-qt/qtbluetooth-5.12.1 deleted file mode 100644 index 459435d6d2b0..000000000000 --- a/metadata/md5-cache/dev-qt/qtbluetooth-5.12.1 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm prepare test unpack -DEPEND=~dev-qt/qtconcurrent-5.12.1 ~dev-qt/qtcore-5.12.1 ~dev-qt/qtdbus-5.12.1 >=net-wireless/bluez-5:= qml? ( ~dev-qt/qtdeclarative-5.12.1 ) ~dev-qt/qtnetwork-5.12.1 dev-lang/perl virtual/pkgconfig test? ( ~dev-qt/qttest-5.12.1 ) -DESCRIPTION=Bluetooth support library for the Qt5 framework -EAPI=6 -HOMEPAGE=https://www.qt.io/ -IUSE=qml debug test -KEYWORDS=~amd64 ~arm ~arm64 ~x86 -LICENSE=|| ( GPL-2 GPL-3 LGPL-3 ) FDL-1.3 -RDEPEND=~dev-qt/qtconcurrent-5.12.1 ~dev-qt/qtcore-5.12.1 ~dev-qt/qtdbus-5.12.1 >=net-wireless/bluez-5:= qml? ( ~dev-qt/qtdeclarative-5.12.1 ) dev-qt/qtchooser -RESTRICT=test -SLOT=5/5.12 -SRC_URI=https://download.qt.io/official_releases/qt/5.12/5.12.1/submodules/qtconnectivity-everywhere-src-5.12.1.tar.xz -_eclasses_=desktop b1d22ac8bdd4679ab79c71aca235009d eapi7-ver 756b3f27d8e46131d5cf3c51bd876446 epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic a09389deba2c0a7108b581e02c7cecbf ltprune 2729691420b6deeda2a90b1f1183fb55 multilib b2f01ad412baf81650c23fcf0975fa33 preserve-libs ef207dc62baddfddfd39a164d9797648 qt5-build f6c228cbf3a3df9be618ab7e839a29fe toolchain-funcs b45201c4e6c096b98e250336954e64b9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf virtualx 401b718cc14d43a5a7fbe062c4851ba5 -_md5_=8ec4abe4e18413045646a633c0965588 diff --git a/metadata/md5-cache/dev-qt/qtcharts-5.12.1 b/metadata/md5-cache/dev-qt/qtcharts-5.12.1 deleted file mode 100644 index 2a3d0bfd6577..000000000000 --- a/metadata/md5-cache/dev-qt/qtcharts-5.12.1 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm prepare test unpack -DEPEND=~dev-qt/qtcore-5.12.1 ~dev-qt/qtgui-5.12.1 ~dev-qt/qtwidgets-5.12.1 qml? ( ~dev-qt/qtdeclarative-5.12.1 ) dev-lang/perl virtual/pkgconfig test? ( ~dev-qt/qttest-5.12.1 ) -DESCRIPTION=Chart component library for the Qt5 framework -EAPI=6 -HOMEPAGE=https://www.qt.io/ -IUSE=qml debug test -KEYWORDS=~amd64 ~x86 -LICENSE=GPL-3 -RDEPEND=~dev-qt/qtcore-5.12.1 ~dev-qt/qtgui-5.12.1 ~dev-qt/qtwidgets-5.12.1 qml? ( ~dev-qt/qtdeclarative-5.12.1 ) dev-qt/qtchooser -RESTRICT=test -SLOT=5/5.12 -SRC_URI=https://download.qt.io/official_releases/qt/5.12/5.12.1/submodules/qtcharts-everywhere-src-5.12.1.tar.xz -_eclasses_=desktop b1d22ac8bdd4679ab79c71aca235009d eapi7-ver 756b3f27d8e46131d5cf3c51bd876446 epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic a09389deba2c0a7108b581e02c7cecbf ltprune 2729691420b6deeda2a90b1f1183fb55 multilib b2f01ad412baf81650c23fcf0975fa33 preserve-libs ef207dc62baddfddfd39a164d9797648 qt5-build f6c228cbf3a3df9be618ab7e839a29fe toolchain-funcs b45201c4e6c096b98e250336954e64b9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf virtualx 401b718cc14d43a5a7fbe062c4851ba5 -_md5_=8f40eaa54286f84f4d56f43304f5abcc diff --git a/metadata/md5-cache/dev-qt/qtconcurrent-5.12.1 b/metadata/md5-cache/dev-qt/qtconcurrent-5.12.1 deleted file mode 100644 index b1b1c82c068d..000000000000 --- a/metadata/md5-cache/dev-qt/qtconcurrent-5.12.1 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm prepare test unpack -DEPEND=~dev-qt/qtcore-5.12.1 dev-lang/perl virtual/pkgconfig test? ( ~dev-qt/qttest-5.12.1 ) -DESCRIPTION=Multi-threading concurrence support library for the Qt5 framework -EAPI=6 -HOMEPAGE=https://www.qt.io/ -IUSE=debug test -KEYWORDS=~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd -LICENSE=|| ( GPL-2 GPL-3 LGPL-3 ) FDL-1.3 -RDEPEND=~dev-qt/qtcore-5.12.1 dev-qt/qtchooser -RESTRICT=test -SLOT=5/5.12 -SRC_URI=https://download.qt.io/official_releases/qt/5.12/5.12.1/submodules/qtbase-everywhere-src-5.12.1.tar.xz -_eclasses_=desktop b1d22ac8bdd4679ab79c71aca235009d eapi7-ver 756b3f27d8e46131d5cf3c51bd876446 epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic a09389deba2c0a7108b581e02c7cecbf ltprune 2729691420b6deeda2a90b1f1183fb55 multilib b2f01ad412baf81650c23fcf0975fa33 preserve-libs ef207dc62baddfddfd39a164d9797648 qt5-build f6c228cbf3a3df9be618ab7e839a29fe toolchain-funcs b45201c4e6c096b98e250336954e64b9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf virtualx 401b718cc14d43a5a7fbe062c4851ba5 -_md5_=7828ecf3a6a3e7c3b74c2e2c52b7b351 diff --git a/metadata/md5-cache/dev-qt/qtcore-5.12.1 b/metadata/md5-cache/dev-qt/qtcore-5.12.1 deleted file mode 100644 index 3268a5c83b06..000000000000 --- a/metadata/md5-cache/dev-qt/qtcore-5.12.1 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm prepare test unpack -DEPEND=dev-libs/double-conversion:= dev-libs/glib:2 dev-libs/libpcre2[pcre16,unicode] sys-libs/zlib:= icu? ( dev-libs/icu:= ) !icu? ( virtual/libiconv ) systemd? ( sys-apps/systemd:= ) dev-lang/perl virtual/pkgconfig test? ( ~dev-qt/qttest-5.12.1 ) -DESCRIPTION=Cross-platform application development framework -EAPI=6 -HOMEPAGE=https://www.qt.io/ -IUSE=icu systemd debug test -KEYWORDS=~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd -LICENSE=|| ( GPL-2 GPL-3 LGPL-3 ) FDL-1.3 -RDEPEND=dev-libs/double-conversion:= dev-libs/glib:2 dev-libs/libpcre2[pcre16,unicode] sys-libs/zlib:= icu? ( dev-libs/icu:= ) !icu? ( virtual/libiconv ) systemd? ( sys-apps/systemd:= ) !=sys-apps/dbus-1.4.20 dev-lang/perl virtual/pkgconfig test? ( ~dev-qt/qttest-5.12.1 ) -DESCRIPTION=Qt5 module for inter-process communication over the D-Bus protocol -EAPI=6 -HOMEPAGE=https://www.qt.io/ -IUSE=debug test -KEYWORDS=~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd -LICENSE=|| ( GPL-2 GPL-3 LGPL-3 ) FDL-1.3 -RDEPEND=~dev-qt/qtcore-5.12.1 >=sys-apps/dbus-1.4.20 dev-qt/qtchooser -RESTRICT=test -SLOT=5/5.12 -SRC_URI=https://download.qt.io/official_releases/qt/5.12/5.12.1/submodules/qtbase-everywhere-src-5.12.1.tar.xz -_eclasses_=desktop b1d22ac8bdd4679ab79c71aca235009d eapi7-ver 756b3f27d8e46131d5cf3c51bd876446 epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic a09389deba2c0a7108b581e02c7cecbf ltprune 2729691420b6deeda2a90b1f1183fb55 multilib b2f01ad412baf81650c23fcf0975fa33 preserve-libs ef207dc62baddfddfd39a164d9797648 qt5-build f6c228cbf3a3df9be618ab7e839a29fe toolchain-funcs b45201c4e6c096b98e250336954e64b9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf virtualx 401b718cc14d43a5a7fbe062c4851ba5 -_md5_=d79af3418f1f71981d56dbefa6be8807 diff --git a/metadata/md5-cache/dev-qt/qtdeclarative-5.12.1-r1 b/metadata/md5-cache/dev-qt/qtdeclarative-5.12.1-r1 deleted file mode 100644 index 7c5832b29471..000000000000 --- a/metadata/md5-cache/dev-qt/qtdeclarative-5.12.1-r1 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm prepare setup test unpack -DEPEND=~dev-qt/qtcore-5.12.1 ~dev-qt/qtgui-5.12.1[gles2=] ~dev-qt/qtnetwork-5.12.1 ~dev-qt/qttest-5.12.1 localstorage? ( ~dev-qt/qtsql-5.12.1 ) widgets? ( ~dev-qt/qtwidgets-5.12.1[gles2=] ) || ( dev-lang/python:3.7 dev-lang/python:3.6 dev-lang/python:3.5 dev-lang/python:3.4 >=dev-lang/python-2.7.5-r2:2.7 ) dev-lang/perl virtual/pkgconfig test? ( ~dev-qt/qttest-5.12.1 ) -DESCRIPTION=The QML and Quick modules for the Qt5 framework -EAPI=6 -HOMEPAGE=https://www.qt.io/ -IUSE=gles2 +jit localstorage +widgets debug test -KEYWORDS=~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-fbsd -LICENSE=|| ( GPL-2 GPL-3 LGPL-3 ) FDL-1.3 -RDEPEND=~dev-qt/qtcore-5.12.1 ~dev-qt/qtgui-5.12.1[gles2=] ~dev-qt/qtnetwork-5.12.1 ~dev-qt/qttest-5.12.1 localstorage? ( ~dev-qt/qtsql-5.12.1 ) widgets? ( ~dev-qt/qtwidgets-5.12.1[gles2=] ) !=media-libs/freetype-2.6.1:2 >=media-libs/harfbuzz-1.6.0:= sys-libs/zlib:= virtual/opengl dbus? ( ~dev-qt/qtdbus-5.12.1 ) egl? ( media-libs/mesa[egl] ) eglfs? ( media-libs/mesa[gbm] x11-libs/libdrm ) evdev? ( sys-libs/mtdev ) gles2? ( media-libs/mesa[gles2] ) jpeg? ( virtual/jpeg:0 ) libinput? ( dev-libs/libinput:= >=x11-libs/libxkbcommon-0.5.0 ) png? ( media-libs/libpng:0= ) tslib? ( x11-libs/tslib ) tuio? ( ~dev-qt/qtnetwork-5.12.1 ) udev? ( virtual/libudev:= ) vnc? ( ~dev-qt/qtnetwork-5.12.1 ) xcb? ( x11-libs/libICE x11-libs/libSM x11-libs/libX11 >=x11-libs/libxcb-1.12:=[xkb] >=x11-libs/libxkbcommon-0.5.0[X] x11-libs/xcb-util-image x11-libs/xcb-util-keysyms x11-libs/xcb-util-renderutil x11-libs/xcb-util-wm ) evdev? ( sys-kernel/linux-headers ) udev? ( sys-kernel/linux-headers ) dev-lang/perl virtual/pkgconfig test? ( ~dev-qt/qttest-5.12.1 ) -DESCRIPTION=The GUI module and platform plugins for the Qt5 framework -EAPI=6 -HOMEPAGE=https://www.qt.io/ -IUSE=accessibility dbus egl eglfs evdev +gif gles2 ibus jpeg +libinput +png tslib tuio +udev vnc +xcb debug test -KEYWORDS=~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd -LICENSE=|| ( GPL-2 GPL-3 LGPL-3 ) FDL-1.3 -PDEPEND=ibus? ( app-i18n/ibus ) -RDEPEND=dev-libs/glib:2 ~dev-qt/qtcore-5.12.1 media-libs/fontconfig >=media-libs/freetype-2.6.1:2 >=media-libs/harfbuzz-1.6.0:= sys-libs/zlib:= virtual/opengl dbus? ( ~dev-qt/qtdbus-5.12.1 ) egl? ( media-libs/mesa[egl] ) eglfs? ( media-libs/mesa[gbm] x11-libs/libdrm ) evdev? ( sys-libs/mtdev ) gles2? ( media-libs/mesa[gles2] ) jpeg? ( virtual/jpeg:0 ) libinput? ( dev-libs/libinput:= >=x11-libs/libxkbcommon-0.5.0 ) png? ( media-libs/libpng:0= ) tslib? ( x11-libs/tslib ) tuio? ( ~dev-qt/qtnetwork-5.12.1 ) udev? ( virtual/libudev:= ) vnc? ( ~dev-qt/qtnetwork-5.12.1 ) xcb? ( x11-libs/libICE x11-libs/libSM x11-libs/libX11 >=x11-libs/libxcb-1.12:=[xkb] >=x11-libs/libxkbcommon-0.5.0[X] x11-libs/xcb-util-image x11-libs/xcb-util-keysyms x11-libs/xcb-util-renderutil x11-libs/xcb-util-wm ) dev-qt/qtchooser -REQUIRED_USE=|| ( eglfs xcb ) accessibility? ( dbus xcb ) eglfs? ( egl ) ibus? ( dbus ) libinput? ( udev ) xcb? ( gles2? ( egl ) ) -RESTRICT=test -SLOT=5/5.12 -SRC_URI=https://download.qt.io/official_releases/qt/5.12/5.12.1/submodules/qtbase-everywhere-src-5.12.1.tar.xz -_eclasses_=desktop b1d22ac8bdd4679ab79c71aca235009d eapi7-ver 756b3f27d8e46131d5cf3c51bd876446 epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic a09389deba2c0a7108b581e02c7cecbf ltprune 2729691420b6deeda2a90b1f1183fb55 multilib b2f01ad412baf81650c23fcf0975fa33 preserve-libs ef207dc62baddfddfd39a164d9797648 qt5-build f6c228cbf3a3df9be618ab7e839a29fe toolchain-funcs b45201c4e6c096b98e250336954e64b9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf virtualx 401b718cc14d43a5a7fbe062c4851ba5 -_md5_=146bf542a4b8e21b0de5a9125d042514 diff --git a/metadata/md5-cache/dev-qt/qthelp-5.12.1-r1 b/metadata/md5-cache/dev-qt/qthelp-5.12.1-r1 deleted file mode 100644 index e5f633ec2a40..000000000000 --- a/metadata/md5-cache/dev-qt/qthelp-5.12.1-r1 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm prepare test unpack -DEPEND=~dev-qt/qtcore-5.12.1 ~dev-qt/qtgui-5.12.1 ~dev-qt/qtnetwork-5.12.1 ~dev-qt/qtsql-5.12.1[sqlite] ~dev-qt/qtwidgets-5.12.1 dev-lang/perl virtual/pkgconfig test? ( ~dev-qt/qttest-5.12.1 ) -DESCRIPTION=Qt5 module for integrating online documentation into applications -EAPI=6 -HOMEPAGE=https://www.qt.io/ -IUSE=debug test -KEYWORDS=~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd -LICENSE=|| ( GPL-2 GPL-3 LGPL-3 ) FDL-1.3 -RDEPEND=~dev-qt/qtcore-5.12.1 ~dev-qt/qtgui-5.12.1 ~dev-qt/qtnetwork-5.12.1 ~dev-qt/qtsql-5.12.1[sqlite] ~dev-qt/qtwidgets-5.12.1 dev-qt/qtchooser -RESTRICT=test -SLOT=5/5.12 -SRC_URI=https://download.qt.io/official_releases/qt/5.12/5.12.1/submodules/qttools-everywhere-src-5.12.1.tar.xz -_eclasses_=desktop b1d22ac8bdd4679ab79c71aca235009d eapi7-ver 756b3f27d8e46131d5cf3c51bd876446 epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic a09389deba2c0a7108b581e02c7cecbf ltprune 2729691420b6deeda2a90b1f1183fb55 multilib b2f01ad412baf81650c23fcf0975fa33 preserve-libs ef207dc62baddfddfd39a164d9797648 qt5-build f6c228cbf3a3df9be618ab7e839a29fe toolchain-funcs b45201c4e6c096b98e250336954e64b9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf virtualx 401b718cc14d43a5a7fbe062c4851ba5 -_md5_=fc8112e2eb6691f510c5d768780d5060 diff --git a/metadata/md5-cache/dev-qt/qtimageformats-5.12.1 b/metadata/md5-cache/dev-qt/qtimageformats-5.12.1 deleted file mode 100644 index e8599fcc45d7..000000000000 --- a/metadata/md5-cache/dev-qt/qtimageformats-5.12.1 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm prepare test unpack -DEPEND=~dev-qt/qtcore-5.12.1 ~dev-qt/qtgui-5.12.1 media-libs/libwebp:= media-libs/tiff:0 jpeg2k? ( media-libs/jasper:= ) mng? ( media-libs/libmng:= ) dev-lang/perl virtual/pkgconfig test? ( ~dev-qt/qttest-5.12.1 ) -DESCRIPTION=Additional format plugins for the Qt image I/O system -EAPI=6 -HOMEPAGE=https://www.qt.io/ -IUSE=jpeg2k mng debug test -KEYWORDS=~amd64 ~arm ~arm64 ~hppa ~ppc64 ~sparc ~x86 -LICENSE=|| ( GPL-2 GPL-3 LGPL-3 ) FDL-1.3 -RDEPEND=~dev-qt/qtcore-5.12.1 ~dev-qt/qtgui-5.12.1 media-libs/libwebp:= media-libs/tiff:0 jpeg2k? ( media-libs/jasper:= ) mng? ( media-libs/libmng:= ) dev-qt/qtchooser -RESTRICT=test -SLOT=5/5.12 -SRC_URI=https://download.qt.io/official_releases/qt/5.12/5.12.1/submodules/qtimageformats-everywhere-src-5.12.1.tar.xz -_eclasses_=desktop b1d22ac8bdd4679ab79c71aca235009d eapi7-ver 756b3f27d8e46131d5cf3c51bd876446 epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic a09389deba2c0a7108b581e02c7cecbf ltprune 2729691420b6deeda2a90b1f1183fb55 multilib b2f01ad412baf81650c23fcf0975fa33 preserve-libs ef207dc62baddfddfd39a164d9797648 qt5-build f6c228cbf3a3df9be618ab7e839a29fe toolchain-funcs b45201c4e6c096b98e250336954e64b9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf virtualx 401b718cc14d43a5a7fbe062c4851ba5 -_md5_=ba25c26891ee658bf1bc13370c56c540 diff --git a/metadata/md5-cache/dev-qt/qtlocation-5.12.1 b/metadata/md5-cache/dev-qt/qtlocation-5.12.1 deleted file mode 100644 index 5ea1eb3e1209..000000000000 --- a/metadata/md5-cache/dev-qt/qtlocation-5.12.1 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm prepare test unpack -DEPEND=~dev-qt/qtcore-5.12.1 ~dev-qt/qtdeclarative-5.12.1 ~dev-qt/qtgui-5.12.1 ~dev-qt/qtnetwork-5.12.1 ~dev-qt/qtpositioning-5.12.1[qml] ~dev-qt/qtsql-5.12.1 sys-libs/zlib ~dev-qt/qtconcurrent-5.12.1 dev-lang/perl virtual/pkgconfig test? ( ~dev-qt/qttest-5.12.1 ) -DESCRIPTION=Location (places, maps, navigation) library for the Qt5 framework -EAPI=6 -HOMEPAGE=https://www.qt.io/ -IUSE=debug test -KEYWORDS=~amd64 ~arm ~arm64 ~x86 -LICENSE=|| ( GPL-2 GPL-3 LGPL-3 ) FDL-1.3 -RDEPEND=~dev-qt/qtcore-5.12.1 ~dev-qt/qtdeclarative-5.12.1 ~dev-qt/qtgui-5.12.1 ~dev-qt/qtnetwork-5.12.1 ~dev-qt/qtpositioning-5.12.1[qml] ~dev-qt/qtsql-5.12.1 sys-libs/zlib dev-qt/qtchooser -RESTRICT=test -SLOT=5/5.12 -SRC_URI=https://download.qt.io/official_releases/qt/5.12/5.12.1/submodules/qtlocation-everywhere-src-5.12.1.tar.xz -_eclasses_=desktop b1d22ac8bdd4679ab79c71aca235009d eapi7-ver 756b3f27d8e46131d5cf3c51bd876446 epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic a09389deba2c0a7108b581e02c7cecbf ltprune 2729691420b6deeda2a90b1f1183fb55 multilib b2f01ad412baf81650c23fcf0975fa33 preserve-libs ef207dc62baddfddfd39a164d9797648 qt5-build f6c228cbf3a3df9be618ab7e839a29fe toolchain-funcs b45201c4e6c096b98e250336954e64b9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf virtualx 401b718cc14d43a5a7fbe062c4851ba5 -_md5_=82cf244287ec4993562750dade210561 diff --git a/metadata/md5-cache/dev-qt/qtmultimedia-5.12.1 b/metadata/md5-cache/dev-qt/qtmultimedia-5.12.1 deleted file mode 100644 index 830d1aab1458..000000000000 --- a/metadata/md5-cache/dev-qt/qtmultimedia-5.12.1 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm prepare test unpack -DEPEND=~dev-qt/qtcore-5.12.1 ~dev-qt/qtgui-5.12.1[gles2=] ~dev-qt/qtnetwork-5.12.1 alsa? ( media-libs/alsa-lib ) gstreamer? ( dev-libs/glib:2 media-libs/gstreamer:1.0 media-libs/gst-plugins-bad:1.0 media-libs/gst-plugins-base:1.0 ) pulseaudio? ( media-sound/pulseaudio[glib] ) qml? ( ~dev-qt/qtdeclarative-5.12.1 gles2? ( ~dev-qt/qtgui-5.12.1[egl] ) openal? ( media-libs/openal ) ) widgets? ( ~dev-qt/qtopengl-5.12.1 ~dev-qt/qtwidgets-5.12.1[gles2=] ) gstreamer? ( x11-base/xorg-proto ) dev-lang/perl virtual/pkgconfig test? ( ~dev-qt/qttest-5.12.1 ) -DESCRIPTION=Multimedia (audio, video, radio, camera) library for the Qt5 framework -EAPI=6 -HOMEPAGE=https://www.qt.io/ -IUSE=alsa gles2 gstreamer openal pulseaudio qml widgets debug test -KEYWORDS=~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd -LICENSE=|| ( GPL-2 GPL-3 LGPL-3 ) FDL-1.3 -RDEPEND=~dev-qt/qtcore-5.12.1 ~dev-qt/qtgui-5.12.1[gles2=] ~dev-qt/qtnetwork-5.12.1 alsa? ( media-libs/alsa-lib ) gstreamer? ( dev-libs/glib:2 media-libs/gstreamer:1.0 media-libs/gst-plugins-bad:1.0 media-libs/gst-plugins-base:1.0 ) pulseaudio? ( media-sound/pulseaudio[glib] ) qml? ( ~dev-qt/qtdeclarative-5.12.1 gles2? ( ~dev-qt/qtgui-5.12.1[egl] ) openal? ( media-libs/openal ) ) widgets? ( ~dev-qt/qtopengl-5.12.1 ~dev-qt/qtwidgets-5.12.1[gles2=] ) dev-qt/qtchooser -RESTRICT=test -SLOT=5/5.12 -SRC_URI=https://download.qt.io/official_releases/qt/5.12/5.12.1/submodules/qtmultimedia-everywhere-src-5.12.1.tar.xz -_eclasses_=desktop b1d22ac8bdd4679ab79c71aca235009d eapi7-ver 756b3f27d8e46131d5cf3c51bd876446 epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic a09389deba2c0a7108b581e02c7cecbf ltprune 2729691420b6deeda2a90b1f1183fb55 multilib b2f01ad412baf81650c23fcf0975fa33 preserve-libs ef207dc62baddfddfd39a164d9797648 qt5-build f6c228cbf3a3df9be618ab7e839a29fe toolchain-funcs b45201c4e6c096b98e250336954e64b9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf virtualx 401b718cc14d43a5a7fbe062c4851ba5 -_md5_=67f987bc6735b410701f447b0d720ad5 diff --git a/metadata/md5-cache/dev-qt/qtnetwork-5.12.1 b/metadata/md5-cache/dev-qt/qtnetwork-5.12.1 deleted file mode 100644 index 0408b0aa19d1..000000000000 --- a/metadata/md5-cache/dev-qt/qtnetwork-5.12.1 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm prepare setup test unpack -DEPEND=~dev-qt/qtcore-5.12.1 sys-libs/zlib:= connman? ( ~dev-qt/qtdbus-5.12.1 ) libproxy? ( net-libs/libproxy ) networkmanager? ( ~dev-qt/qtdbus-5.12.1 ) sctp? ( kernel_linux? ( net-misc/lksctp-tools ) ) ssl? ( dev-libs/openssl:0=[bindist=] ) dev-lang/perl virtual/pkgconfig test? ( ~dev-qt/qttest-5.12.1 ) -DESCRIPTION=Network abstraction library for the Qt5 framework -EAPI=6 -HOMEPAGE=https://www.qt.io/ -IUSE=bindist connman libproxy networkmanager sctp +ssl debug test -KEYWORDS=~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd -LICENSE=|| ( GPL-2 GPL-3 LGPL-3 ) FDL-1.3 -RDEPEND=~dev-qt/qtcore-5.12.1 sys-libs/zlib:= connman? ( ~dev-qt/qtdbus-5.12.1 ) libproxy? ( net-libs/libproxy ) networkmanager? ( ~dev-qt/qtdbus-5.12.1 ) sctp? ( kernel_linux? ( net-misc/lksctp-tools ) ) ssl? ( dev-libs/openssl:0=[bindist=] ) connman? ( net-misc/connman ) networkmanager? ( net-misc/networkmanager ) dev-qt/qtchooser -RESTRICT=test -SLOT=5/5.12 -SRC_URI=https://download.qt.io/official_releases/qt/5.12/5.12.1/submodules/qtbase-everywhere-src-5.12.1.tar.xz -_eclasses_=desktop b1d22ac8bdd4679ab79c71aca235009d eapi7-ver 756b3f27d8e46131d5cf3c51bd876446 epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic a09389deba2c0a7108b581e02c7cecbf ltprune 2729691420b6deeda2a90b1f1183fb55 multilib b2f01ad412baf81650c23fcf0975fa33 preserve-libs ef207dc62baddfddfd39a164d9797648 qt5-build f6c228cbf3a3df9be618ab7e839a29fe toolchain-funcs b45201c4e6c096b98e250336954e64b9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf virtualx 401b718cc14d43a5a7fbe062c4851ba5 -_md5_=eafdaca374a141d67ba10039eb699728 diff --git a/metadata/md5-cache/dev-qt/qtnetworkauth-5.12.1 b/metadata/md5-cache/dev-qt/qtnetworkauth-5.12.1 deleted file mode 100644 index 993aa67af3a0..000000000000 --- a/metadata/md5-cache/dev-qt/qtnetworkauth-5.12.1 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm prepare test unpack -DEPEND=~dev-qt/qtcore-5.12.1 ~dev-qt/qtnetwork-5.12.1 dev-lang/perl virtual/pkgconfig test? ( ~dev-qt/qttest-5.12.1 ) -DESCRIPTION=Network authorization library for the Qt5 framework -EAPI=6 -HOMEPAGE=https://www.qt.io/ -IUSE=debug test -KEYWORDS=~amd64 ~x86 -LICENSE=GPL-3 -RDEPEND=~dev-qt/qtcore-5.12.1 ~dev-qt/qtnetwork-5.12.1 dev-qt/qtchooser -RESTRICT=test -SLOT=5/5.12 -SRC_URI=https://download.qt.io/official_releases/qt/5.12/5.12.1/submodules/qtnetworkauth-everywhere-src-5.12.1.tar.xz -_eclasses_=desktop b1d22ac8bdd4679ab79c71aca235009d eapi7-ver 756b3f27d8e46131d5cf3c51bd876446 epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic a09389deba2c0a7108b581e02c7cecbf ltprune 2729691420b6deeda2a90b1f1183fb55 multilib b2f01ad412baf81650c23fcf0975fa33 preserve-libs ef207dc62baddfddfd39a164d9797648 qt5-build f6c228cbf3a3df9be618ab7e839a29fe toolchain-funcs b45201c4e6c096b98e250336954e64b9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf virtualx 401b718cc14d43a5a7fbe062c4851ba5 -_md5_=edcf783a7c0c9e4bec068674e507279a diff --git a/metadata/md5-cache/dev-qt/qtnetworkauth-5.12.2 b/metadata/md5-cache/dev-qt/qtnetworkauth-5.12.2 index f06381be046b..2bdd1d08c51c 100644 --- a/metadata/md5-cache/dev-qt/qtnetworkauth-5.12.2 +++ b/metadata/md5-cache/dev-qt/qtnetworkauth-5.12.2 @@ -4,11 +4,11 @@ DESCRIPTION=Network authorization library for the Qt5 framework EAPI=6 HOMEPAGE=https://www.qt.io/ IUSE=debug test -KEYWORDS=~amd64 ~x86 +KEYWORDS=~amd64 ~arm64 ~x86 LICENSE=GPL-3 RDEPEND=~dev-qt/qtcore-5.12.2 ~dev-qt/qtnetwork-5.12.2 dev-qt/qtchooser RESTRICT=test SLOT=5/5.12 SRC_URI=https://download.qt.io/official_releases/qt/5.12/5.12.2/submodules/qtnetworkauth-everywhere-src-5.12.2.tar.xz _eclasses_=desktop b1d22ac8bdd4679ab79c71aca235009d eapi7-ver 756b3f27d8e46131d5cf3c51bd876446 epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic a09389deba2c0a7108b581e02c7cecbf ltprune 2729691420b6deeda2a90b1f1183fb55 multilib b2f01ad412baf81650c23fcf0975fa33 preserve-libs ef207dc62baddfddfd39a164d9797648 qt5-build f6c228cbf3a3df9be618ab7e839a29fe toolchain-funcs b45201c4e6c096b98e250336954e64b9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf virtualx 401b718cc14d43a5a7fbe062c4851ba5 -_md5_=edcf783a7c0c9e4bec068674e507279a +_md5_=3a111ea98172c225f326dc7ef460728d diff --git a/metadata/md5-cache/dev-qt/qtopengl-5.12.1 b/metadata/md5-cache/dev-qt/qtopengl-5.12.1 deleted file mode 100644 index 5bc186da2122..000000000000 --- a/metadata/md5-cache/dev-qt/qtopengl-5.12.1 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm prepare test unpack -DEPEND=~dev-qt/qtcore-5.12.1 ~dev-qt/qtgui-5.12.1[gles2=] ~dev-qt/qtwidgets-5.12.1[gles2=] virtual/opengl test? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) dev-lang/perl virtual/pkgconfig test? ( ~dev-qt/qttest-5.12.1 ) -DESCRIPTION=OpenGL support library for the Qt5 framework (deprecated) -EAPI=6 -HOMEPAGE=https://www.qt.io/ -IUSE=gles2 test debug test -KEYWORDS=~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd -LICENSE=|| ( GPL-2 GPL-3 LGPL-3 ) FDL-1.3 -RDEPEND=~dev-qt/qtcore-5.12.1 ~dev-qt/qtgui-5.12.1[gles2=] ~dev-qt/qtwidgets-5.12.1[gles2=] virtual/opengl dev-qt/qtchooser -RESTRICT=test -SLOT=5/5.12 -SRC_URI=https://download.qt.io/official_releases/qt/5.12/5.12.1/submodules/qtbase-everywhere-src-5.12.1.tar.xz -_eclasses_=desktop b1d22ac8bdd4679ab79c71aca235009d eapi7-ver 756b3f27d8e46131d5cf3c51bd876446 epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic a09389deba2c0a7108b581e02c7cecbf ltprune 2729691420b6deeda2a90b1f1183fb55 multilib b2f01ad412baf81650c23fcf0975fa33 preserve-libs ef207dc62baddfddfd39a164d9797648 qt5-build f6c228cbf3a3df9be618ab7e839a29fe toolchain-funcs b45201c4e6c096b98e250336954e64b9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf virtualx 401b718cc14d43a5a7fbe062c4851ba5 -_md5_=1c57150ca1d8cdb9e79dd8d6c61c2f12 diff --git a/metadata/md5-cache/dev-qt/qtpaths-5.12.1 b/metadata/md5-cache/dev-qt/qtpaths-5.12.1 deleted file mode 100644 index 10f10f33ec79..000000000000 --- a/metadata/md5-cache/dev-qt/qtpaths-5.12.1 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm prepare test unpack -DEPEND=~dev-qt/qtcore-5.12.1 dev-lang/perl virtual/pkgconfig test? ( ~dev-qt/qttest-5.12.1 ) -DESCRIPTION=Command line client to QStandardPaths -EAPI=6 -HOMEPAGE=https://www.qt.io/ -IUSE=debug test -KEYWORDS=~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 -LICENSE=|| ( GPL-2 GPL-3 LGPL-3 ) FDL-1.3 -RDEPEND=~dev-qt/qtcore-5.12.1 dev-qt/qtchooser -RESTRICT=test -SLOT=5/5.12 -SRC_URI=https://download.qt.io/official_releases/qt/5.12/5.12.1/submodules/qttools-everywhere-src-5.12.1.tar.xz -_eclasses_=desktop b1d22ac8bdd4679ab79c71aca235009d eapi7-ver 756b3f27d8e46131d5cf3c51bd876446 epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic a09389deba2c0a7108b581e02c7cecbf ltprune 2729691420b6deeda2a90b1f1183fb55 multilib b2f01ad412baf81650c23fcf0975fa33 preserve-libs ef207dc62baddfddfd39a164d9797648 qt5-build f6c228cbf3a3df9be618ab7e839a29fe toolchain-funcs b45201c4e6c096b98e250336954e64b9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf virtualx 401b718cc14d43a5a7fbe062c4851ba5 -_md5_=cf6765048b91005d32188a6fe2e90a04 diff --git a/metadata/md5-cache/dev-qt/qtplugininfo-5.12.1 b/metadata/md5-cache/dev-qt/qtplugininfo-5.12.1 deleted file mode 100644 index 395eb803a85c..000000000000 --- a/metadata/md5-cache/dev-qt/qtplugininfo-5.12.1 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm prepare test unpack -DEPEND=~dev-qt/qtcore-5.12.1 dev-lang/perl virtual/pkgconfig test? ( ~dev-qt/qttest-5.12.1 ) -DESCRIPTION=Qt5 plugin metadata dumper -EAPI=6 -HOMEPAGE=https://www.qt.io/ -IUSE=debug test -KEYWORDS=~amd64 ~x86 -LICENSE=|| ( GPL-2 GPL-3 LGPL-3 ) FDL-1.3 -RDEPEND=~dev-qt/qtcore-5.12.1 dev-qt/qtchooser -RESTRICT=test -SLOT=5/5.12 -SRC_URI=https://download.qt.io/official_releases/qt/5.12/5.12.1/submodules/qttools-everywhere-src-5.12.1.tar.xz -_eclasses_=desktop b1d22ac8bdd4679ab79c71aca235009d eapi7-ver 756b3f27d8e46131d5cf3c51bd876446 epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic a09389deba2c0a7108b581e02c7cecbf ltprune 2729691420b6deeda2a90b1f1183fb55 multilib b2f01ad412baf81650c23fcf0975fa33 preserve-libs ef207dc62baddfddfd39a164d9797648 qt5-build f6c228cbf3a3df9be618ab7e839a29fe toolchain-funcs b45201c4e6c096b98e250336954e64b9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf virtualx 401b718cc14d43a5a7fbe062c4851ba5 -_md5_=5b510814918b7a5b43c7ef436aca015c diff --git a/metadata/md5-cache/dev-qt/qtpositioning-5.12.1 b/metadata/md5-cache/dev-qt/qtpositioning-5.12.1 deleted file mode 100644 index 116073cdcd3a..000000000000 --- a/metadata/md5-cache/dev-qt/qtpositioning-5.12.1 +++ /dev/null @@ -1,15 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm prepare setup test unpack -DEPEND=~dev-qt/qtcore-5.12.1 geoclue? ( ~dev-qt/qtdbus-5.12.1 ) qml? ( ~dev-qt/qtdeclarative-5.12.1 ) dev-lang/perl virtual/pkgconfig test? ( ~dev-qt/qttest-5.12.1 ) -DESCRIPTION=Physical position determination library for the Qt5 framework -EAPI=6 -HOMEPAGE=https://www.qt.io/ -IUSE=geoclue +qml debug test -KEYWORDS=~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 -LICENSE=|| ( GPL-2 GPL-3 LGPL-3 ) FDL-1.3 -PDEPEND=geoclue? ( app-misc/geoclue:2.0 ) -RDEPEND=~dev-qt/qtcore-5.12.1 geoclue? ( ~dev-qt/qtdbus-5.12.1 ) qml? ( ~dev-qt/qtdeclarative-5.12.1 ) dev-qt/qtchooser -RESTRICT=test -SLOT=5/5.12 -SRC_URI=https://download.qt.io/official_releases/qt/5.12/5.12.1/submodules/qtlocation-everywhere-src-5.12.1.tar.xz -_eclasses_=desktop b1d22ac8bdd4679ab79c71aca235009d eapi7-ver 756b3f27d8e46131d5cf3c51bd876446 epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic a09389deba2c0a7108b581e02c7cecbf ltprune 2729691420b6deeda2a90b1f1183fb55 multilib b2f01ad412baf81650c23fcf0975fa33 preserve-libs ef207dc62baddfddfd39a164d9797648 qt5-build f6c228cbf3a3df9be618ab7e839a29fe toolchain-funcs b45201c4e6c096b98e250336954e64b9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf virtualx 401b718cc14d43a5a7fbe062c4851ba5 -_md5_=31b79ad3d0773b2f402af22eb467e7d9 diff --git a/metadata/md5-cache/dev-qt/qtprintsupport-5.12.1 b/metadata/md5-cache/dev-qt/qtprintsupport-5.12.1 deleted file mode 100644 index 715226a8e457..000000000000 --- a/metadata/md5-cache/dev-qt/qtprintsupport-5.12.1 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm prepare test unpack -DEPEND=~dev-qt/qtcore-5.12.1 ~dev-qt/qtgui-5.12.1[gles2=] ~dev-qt/qtwidgets-5.12.1[gles2=] cups? ( >=net-print/cups-1.4 ) test? ( ~dev-qt/qtnetwork-5.12.1 ) test? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) dev-lang/perl virtual/pkgconfig test? ( ~dev-qt/qttest-5.12.1 ) -DESCRIPTION=Printing support library for the Qt5 framework -EAPI=6 -HOMEPAGE=https://www.qt.io/ -IUSE=cups gles2 test debug test -KEYWORDS=~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd -LICENSE=|| ( GPL-2 GPL-3 LGPL-3 ) FDL-1.3 -RDEPEND=~dev-qt/qtcore-5.12.1 ~dev-qt/qtgui-5.12.1[gles2=] ~dev-qt/qtwidgets-5.12.1[gles2=] cups? ( >=net-print/cups-1.4 ) dev-qt/qtchooser -RESTRICT=test -SLOT=5/5.12 -SRC_URI=https://download.qt.io/official_releases/qt/5.12/5.12.1/submodules/qtbase-everywhere-src-5.12.1.tar.xz -_eclasses_=desktop b1d22ac8bdd4679ab79c71aca235009d eapi7-ver 756b3f27d8e46131d5cf3c51bd876446 epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic a09389deba2c0a7108b581e02c7cecbf ltprune 2729691420b6deeda2a90b1f1183fb55 multilib b2f01ad412baf81650c23fcf0975fa33 preserve-libs ef207dc62baddfddfd39a164d9797648 qt5-build f6c228cbf3a3df9be618ab7e839a29fe toolchain-funcs b45201c4e6c096b98e250336954e64b9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf virtualx 401b718cc14d43a5a7fbe062c4851ba5 -_md5_=57f5ad085f264c0d972ecf2abc755924 diff --git a/metadata/md5-cache/dev-qt/qtquickcontrols-5.12.1-r1 b/metadata/md5-cache/dev-qt/qtquickcontrols-5.12.1-r1 deleted file mode 100644 index c0a621c6707d..000000000000 --- a/metadata/md5-cache/dev-qt/qtquickcontrols-5.12.1-r1 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm prepare test unpack -DEPEND=~dev-qt/qtcore-5.12.1 ~dev-qt/qtdeclarative-5.12.1 ~dev-qt/qtgui-5.12.1 widgets? ( ~dev-qt/qtwidgets-5.12.1 ) dev-lang/perl virtual/pkgconfig test? ( ~dev-qt/qttest-5.12.1 ) -DESCRIPTION=Set of Qt Quick controls to create complete user interfaces (deprecated) -EAPI=6 -HOMEPAGE=https://www.qt.io/ -IUSE=+widgets debug test -KEYWORDS=~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 -LICENSE=|| ( GPL-2 GPL-3 LGPL-3 ) FDL-1.3 -RDEPEND=~dev-qt/qtcore-5.12.1 ~dev-qt/qtdeclarative-5.12.1 ~dev-qt/qtgui-5.12.1 widgets? ( ~dev-qt/qtwidgets-5.12.1 ) dev-qt/qtchooser -RESTRICT=test -SLOT=5/5.12 -SRC_URI=https://download.qt.io/official_releases/qt/5.12/5.12.1/submodules/qtquickcontrols-everywhere-src-5.12.1.tar.xz -_eclasses_=desktop b1d22ac8bdd4679ab79c71aca235009d eapi7-ver 756b3f27d8e46131d5cf3c51bd876446 epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic a09389deba2c0a7108b581e02c7cecbf ltprune 2729691420b6deeda2a90b1f1183fb55 multilib b2f01ad412baf81650c23fcf0975fa33 preserve-libs ef207dc62baddfddfd39a164d9797648 qt5-build f6c228cbf3a3df9be618ab7e839a29fe toolchain-funcs b45201c4e6c096b98e250336954e64b9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf virtualx 401b718cc14d43a5a7fbe062c4851ba5 -_md5_=02642b07e8672a14459167825044ea85 diff --git a/metadata/md5-cache/dev-qt/qtquickcontrols2-5.12.1 b/metadata/md5-cache/dev-qt/qtquickcontrols2-5.12.1 deleted file mode 100644 index aaee6ec8b616..000000000000 --- a/metadata/md5-cache/dev-qt/qtquickcontrols2-5.12.1 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm prepare test unpack -DEPEND=~dev-qt/qtcore-5.12.1 ~dev-qt/qtdeclarative-5.12.1 ~dev-qt/qtgui-5.12.1 widgets? ( ~dev-qt/qtwidgets-5.12.1 ) dev-lang/perl virtual/pkgconfig test? ( ~dev-qt/qttest-5.12.1 ) -DESCRIPTION=Set of next generation Qt Quick controls for the Qt5 framework -EAPI=6 -HOMEPAGE=https://www.qt.io/ -IUSE=widgets debug test -KEYWORDS=~amd64 ~arm ~arm64 ~x86 -LICENSE=|| ( GPL-2 GPL-3 LGPL-3 ) FDL-1.3 -RDEPEND=~dev-qt/qtcore-5.12.1 ~dev-qt/qtdeclarative-5.12.1 ~dev-qt/qtgui-5.12.1 widgets? ( ~dev-qt/qtwidgets-5.12.1 ) ~dev-qt/qtgraphicaleffects-5.12.1 dev-qt/qtchooser -RESTRICT=test -SLOT=5/5.12 -SRC_URI=https://download.qt.io/official_releases/qt/5.12/5.12.1/submodules/qtquickcontrols2-everywhere-src-5.12.1.tar.xz -_eclasses_=desktop b1d22ac8bdd4679ab79c71aca235009d eapi7-ver 756b3f27d8e46131d5cf3c51bd876446 epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic a09389deba2c0a7108b581e02c7cecbf ltprune 2729691420b6deeda2a90b1f1183fb55 multilib b2f01ad412baf81650c23fcf0975fa33 preserve-libs ef207dc62baddfddfd39a164d9797648 qt5-build f6c228cbf3a3df9be618ab7e839a29fe toolchain-funcs b45201c4e6c096b98e250336954e64b9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf virtualx 401b718cc14d43a5a7fbe062c4851ba5 -_md5_=fedfff200a97b841a770291ee8013bff diff --git a/metadata/md5-cache/dev-qt/qtscript-5.12.1 b/metadata/md5-cache/dev-qt/qtscript-5.12.1 deleted file mode 100644 index 01e364328ac5..000000000000 --- a/metadata/md5-cache/dev-qt/qtscript-5.12.1 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm prepare test unpack -DEPEND=~dev-qt/qtcore-5.12.1 scripttools? ( ~dev-qt/qtgui-5.12.1 ~dev-qt/qtwidgets-5.12.1 ) dev-lang/perl virtual/pkgconfig test? ( ~dev-qt/qttest-5.12.1 ) -DESCRIPTION=Application scripting library for the Qt5 framework (deprecated) -EAPI=6 -HOMEPAGE=https://www.qt.io/ -IUSE=+jit scripttools debug test -KEYWORDS=~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd -LICENSE=|| ( GPL-2 GPL-3 LGPL-3 ) FDL-1.3 -RDEPEND=~dev-qt/qtcore-5.12.1 scripttools? ( ~dev-qt/qtgui-5.12.1 ~dev-qt/qtwidgets-5.12.1 ) dev-qt/qtchooser -RESTRICT=test -SLOT=5/5.12 -SRC_URI=https://download.qt.io/official_releases/qt/5.12/5.12.1/submodules/qtscript-everywhere-src-5.12.1.tar.xz -_eclasses_=desktop b1d22ac8bdd4679ab79c71aca235009d eapi7-ver 756b3f27d8e46131d5cf3c51bd876446 epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic a09389deba2c0a7108b581e02c7cecbf ltprune 2729691420b6deeda2a90b1f1183fb55 multilib b2f01ad412baf81650c23fcf0975fa33 preserve-libs ef207dc62baddfddfd39a164d9797648 qt5-build f6c228cbf3a3df9be618ab7e839a29fe toolchain-funcs b45201c4e6c096b98e250336954e64b9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf virtualx 401b718cc14d43a5a7fbe062c4851ba5 -_md5_=18de95a2509dbebc04d4caa3be1f1beb diff --git a/metadata/md5-cache/dev-qt/qtscxml-5.12.1 b/metadata/md5-cache/dev-qt/qtscxml-5.12.1 deleted file mode 100644 index f470fcef9725..000000000000 --- a/metadata/md5-cache/dev-qt/qtscxml-5.12.1 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm prepare test unpack -DEPEND=~dev-qt/qtcore-5.12.1 ~dev-qt/qtdeclarative-5.12.1 dev-lang/perl virtual/pkgconfig test? ( ~dev-qt/qttest-5.12.1 ) -DESCRIPTION=State Chart XML (SCXML) support library for the Qt5 framework -EAPI=6 -HOMEPAGE=https://www.qt.io/ -IUSE=debug test -KEYWORDS=~amd64 ~x86 -LICENSE=|| ( GPL-2 GPL-3 LGPL-3 ) FDL-1.3 -RDEPEND=~dev-qt/qtcore-5.12.1 ~dev-qt/qtdeclarative-5.12.1 dev-qt/qtchooser -RESTRICT=test -SLOT=5/5.12 -SRC_URI=https://download.qt.io/official_releases/qt/5.12/5.12.1/submodules/qtscxml-everywhere-src-5.12.1.tar.xz -_eclasses_=desktop b1d22ac8bdd4679ab79c71aca235009d eapi7-ver 756b3f27d8e46131d5cf3c51bd876446 epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic a09389deba2c0a7108b581e02c7cecbf ltprune 2729691420b6deeda2a90b1f1183fb55 multilib b2f01ad412baf81650c23fcf0975fa33 preserve-libs ef207dc62baddfddfd39a164d9797648 qt5-build f6c228cbf3a3df9be618ab7e839a29fe toolchain-funcs b45201c4e6c096b98e250336954e64b9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf virtualx 401b718cc14d43a5a7fbe062c4851ba5 -_md5_=fbdc051df65217caf10948ea179db364 diff --git a/metadata/md5-cache/dev-qt/qtsensors-5.12.1 b/metadata/md5-cache/dev-qt/qtsensors-5.12.1 deleted file mode 100644 index bec1eb293f65..000000000000 --- a/metadata/md5-cache/dev-qt/qtsensors-5.12.1 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm prepare test unpack -DEPEND=~dev-qt/qtcore-5.12.1 ~dev-qt/qtdbus-5.12.1 qml? ( ~dev-qt/qtdeclarative-5.12.1 ) dev-lang/perl virtual/pkgconfig test? ( ~dev-qt/qttest-5.12.1 ) -DESCRIPTION=Hardware sensor access library for the Qt5 framework -EAPI=6 -HOMEPAGE=https://www.qt.io/ -IUSE=qml debug test -KEYWORDS=~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 -LICENSE=|| ( GPL-2 GPL-3 LGPL-3 ) FDL-1.3 -RDEPEND=~dev-qt/qtcore-5.12.1 ~dev-qt/qtdbus-5.12.1 qml? ( ~dev-qt/qtdeclarative-5.12.1 ) dev-qt/qtchooser -RESTRICT=test -SLOT=5/5.12 -SRC_URI=https://download.qt.io/official_releases/qt/5.12/5.12.1/submodules/qtsensors-everywhere-src-5.12.1.tar.xz -_eclasses_=desktop b1d22ac8bdd4679ab79c71aca235009d eapi7-ver 756b3f27d8e46131d5cf3c51bd876446 epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic a09389deba2c0a7108b581e02c7cecbf ltprune 2729691420b6deeda2a90b1f1183fb55 multilib b2f01ad412baf81650c23fcf0975fa33 preserve-libs ef207dc62baddfddfd39a164d9797648 qt5-build f6c228cbf3a3df9be618ab7e839a29fe toolchain-funcs b45201c4e6c096b98e250336954e64b9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf virtualx 401b718cc14d43a5a7fbe062c4851ba5 -_md5_=c7db0f4612441fc66451ae3d87783ef8 diff --git a/metadata/md5-cache/dev-qt/qtserialbus-5.12.1 b/metadata/md5-cache/dev-qt/qtserialbus-5.12.1 deleted file mode 100644 index 409adaf5cbe8..000000000000 --- a/metadata/md5-cache/dev-qt/qtserialbus-5.12.1 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm prepare test unpack -DEPEND=~dev-qt/qtcore-5.12.1 ~dev-qt/qtnetwork-5.12.1 ~dev-qt/qtserialport-5.12.1 dev-lang/perl virtual/pkgconfig test? ( ~dev-qt/qttest-5.12.1 ) -DESCRIPTION=Qt module to access CAN, ModBus, and other industrial serial buses and protocols -EAPI=6 -HOMEPAGE=https://www.qt.io/ -IUSE=debug test -KEYWORDS=~amd64 ~x86 -LICENSE=|| ( GPL-2 GPL-3 LGPL-3 ) FDL-1.3 -RDEPEND=~dev-qt/qtcore-5.12.1 ~dev-qt/qtnetwork-5.12.1 ~dev-qt/qtserialport-5.12.1 dev-qt/qtchooser -RESTRICT=test -SLOT=5/5.12 -SRC_URI=https://download.qt.io/official_releases/qt/5.12/5.12.1/submodules/qtserialbus-everywhere-src-5.12.1.tar.xz -_eclasses_=desktop b1d22ac8bdd4679ab79c71aca235009d eapi7-ver 756b3f27d8e46131d5cf3c51bd876446 epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic a09389deba2c0a7108b581e02c7cecbf ltprune 2729691420b6deeda2a90b1f1183fb55 multilib b2f01ad412baf81650c23fcf0975fa33 preserve-libs ef207dc62baddfddfd39a164d9797648 qt5-build f6c228cbf3a3df9be618ab7e839a29fe toolchain-funcs b45201c4e6c096b98e250336954e64b9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf virtualx 401b718cc14d43a5a7fbe062c4851ba5 -_md5_=9f8e68f8060fbc9c1893595ab4746b19 diff --git a/metadata/md5-cache/dev-qt/qtserialport-5.12.1 b/metadata/md5-cache/dev-qt/qtserialport-5.12.1 deleted file mode 100644 index b92044fc3398..000000000000 --- a/metadata/md5-cache/dev-qt/qtserialport-5.12.1 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm prepare test unpack -DEPEND=~dev-qt/qtcore-5.12.1 virtual/libudev:= dev-lang/perl virtual/pkgconfig test? ( ~dev-qt/qttest-5.12.1 ) -DESCRIPTION=Serial port abstraction library for the Qt5 framework -EAPI=6 -HOMEPAGE=https://www.qt.io/ -IUSE=debug test -KEYWORDS=~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 -LICENSE=|| ( GPL-2 GPL-3 LGPL-3 ) FDL-1.3 -RDEPEND=~dev-qt/qtcore-5.12.1 virtual/libudev:= dev-qt/qtchooser -RESTRICT=test -SLOT=5/5.12 -SRC_URI=https://download.qt.io/official_releases/qt/5.12/5.12.1/submodules/qtserialport-everywhere-src-5.12.1.tar.xz -_eclasses_=desktop b1d22ac8bdd4679ab79c71aca235009d eapi7-ver 756b3f27d8e46131d5cf3c51bd876446 epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic a09389deba2c0a7108b581e02c7cecbf ltprune 2729691420b6deeda2a90b1f1183fb55 multilib b2f01ad412baf81650c23fcf0975fa33 preserve-libs ef207dc62baddfddfd39a164d9797648 qt5-build f6c228cbf3a3df9be618ab7e839a29fe toolchain-funcs b45201c4e6c096b98e250336954e64b9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf virtualx 401b718cc14d43a5a7fbe062c4851ba5 -_md5_=c2a7e7edbd683c419b3222c057e600fa diff --git a/metadata/md5-cache/dev-qt/qtspeech-5.12.1 b/metadata/md5-cache/dev-qt/qtspeech-5.12.1 deleted file mode 100644 index 21231582dedf..000000000000 --- a/metadata/md5-cache/dev-qt/qtspeech-5.12.1 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm prepare test unpack -DEPEND=>=app-accessibility/speech-dispatcher-0.8.7 ~dev-qt/qtcore-5.12.1 dev-lang/perl virtual/pkgconfig test? ( ~dev-qt/qttest-5.12.1 ) -DESCRIPTION=Text-to-speech library for the Qt5 framework -EAPI=6 -HOMEPAGE=https://www.qt.io/ -IUSE=debug test -KEYWORDS=~amd64 ~arm ~arm64 ~x86 -LICENSE=|| ( GPL-2 GPL-3 LGPL-3 ) FDL-1.3 -RDEPEND=>=app-accessibility/speech-dispatcher-0.8.7 ~dev-qt/qtcore-5.12.1 dev-qt/qtchooser -RESTRICT=test -SLOT=5/5.12 -SRC_URI=https://download.qt.io/official_releases/qt/5.12/5.12.1/submodules/qtspeech-everywhere-src-5.12.1.tar.xz -_eclasses_=desktop b1d22ac8bdd4679ab79c71aca235009d eapi7-ver 756b3f27d8e46131d5cf3c51bd876446 epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic a09389deba2c0a7108b581e02c7cecbf ltprune 2729691420b6deeda2a90b1f1183fb55 multilib b2f01ad412baf81650c23fcf0975fa33 preserve-libs ef207dc62baddfddfd39a164d9797648 qt5-build f6c228cbf3a3df9be618ab7e839a29fe toolchain-funcs b45201c4e6c096b98e250336954e64b9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf virtualx 401b718cc14d43a5a7fbe062c4851ba5 -_md5_=b77556747651855466328fa30c4242a3 diff --git a/metadata/md5-cache/dev-qt/qtsql-5.12.1 b/metadata/md5-cache/dev-qt/qtsql-5.12.1 deleted file mode 100644 index 4557aafe1686..000000000000 --- a/metadata/md5-cache/dev-qt/qtsql-5.12.1 +++ /dev/null @@ -1,15 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm prepare test unpack -DEPEND=~dev-qt/qtcore-5.12.1 freetds? ( dev-db/freetds ) mysql? ( dev-db/mysql-connector-c:= ) oci8? ( dev-db/oracle-instantclient:=[sdk] ) odbc? ( dev-db/unixODBC ) postgres? ( dev-db/postgresql:* ) sqlite? ( dev-db/sqlite:3 ) dev-lang/perl virtual/pkgconfig test? ( ~dev-qt/qttest-5.12.1 ) -DESCRIPTION=SQL abstraction library for the Qt5 framework -EAPI=6 -HOMEPAGE=https://www.qt.io/ -IUSE=freetds mysql oci8 odbc postgres +sqlite debug test -KEYWORDS=~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd -LICENSE=|| ( GPL-2 GPL-3 LGPL-3 ) FDL-1.3 -RDEPEND=~dev-qt/qtcore-5.12.1 freetds? ( dev-db/freetds ) mysql? ( dev-db/mysql-connector-c:= ) oci8? ( dev-db/oracle-instantclient:=[sdk] ) odbc? ( dev-db/unixODBC ) postgres? ( dev-db/postgresql:* ) sqlite? ( dev-db/sqlite:3 ) dev-qt/qtchooser -REQUIRED_USE=|| ( freetds mysql oci8 odbc postgres sqlite ) -RESTRICT=test -SLOT=5/5.12.1 -SRC_URI=https://download.qt.io/official_releases/qt/5.12/5.12.1/submodules/qtbase-everywhere-src-5.12.1.tar.xz -_eclasses_=desktop b1d22ac8bdd4679ab79c71aca235009d eapi7-ver 756b3f27d8e46131d5cf3c51bd876446 epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic a09389deba2c0a7108b581e02c7cecbf ltprune 2729691420b6deeda2a90b1f1183fb55 multilib b2f01ad412baf81650c23fcf0975fa33 preserve-libs ef207dc62baddfddfd39a164d9797648 qt5-build f6c228cbf3a3df9be618ab7e839a29fe toolchain-funcs b45201c4e6c096b98e250336954e64b9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf virtualx 401b718cc14d43a5a7fbe062c4851ba5 -_md5_=c627714ccc277258397b215697dab099 diff --git a/metadata/md5-cache/dev-qt/qtsvg-5.12.1 b/metadata/md5-cache/dev-qt/qtsvg-5.12.1 deleted file mode 100644 index 181ee3d63481..000000000000 --- a/metadata/md5-cache/dev-qt/qtsvg-5.12.1 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm prepare test unpack -DEPEND=~dev-qt/qtcore-5.12.1 ~dev-qt/qtgui-5.12.1 ~dev-qt/qtwidgets-5.12.1 sys-libs/zlib:= test? ( ~dev-qt/qtxml-5.12.1 ) dev-lang/perl virtual/pkgconfig test? ( ~dev-qt/qttest-5.12.1 ) -DESCRIPTION=SVG rendering library for the Qt5 framework -EAPI=6 -HOMEPAGE=https://www.qt.io/ -IUSE=debug test -KEYWORDS=~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd -LICENSE=|| ( GPL-2 GPL-3 LGPL-3 ) FDL-1.3 -RDEPEND=~dev-qt/qtcore-5.12.1 ~dev-qt/qtgui-5.12.1 ~dev-qt/qtwidgets-5.12.1 sys-libs/zlib:= dev-qt/qtchooser -RESTRICT=test -SLOT=5/5.12 -SRC_URI=https://download.qt.io/official_releases/qt/5.12/5.12.1/submodules/qtsvg-everywhere-src-5.12.1.tar.xz -_eclasses_=desktop b1d22ac8bdd4679ab79c71aca235009d eapi7-ver 756b3f27d8e46131d5cf3c51bd876446 epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic a09389deba2c0a7108b581e02c7cecbf ltprune 2729691420b6deeda2a90b1f1183fb55 multilib b2f01ad412baf81650c23fcf0975fa33 preserve-libs ef207dc62baddfddfd39a164d9797648 qt5-build f6c228cbf3a3df9be618ab7e839a29fe toolchain-funcs b45201c4e6c096b98e250336954e64b9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf virtualx 401b718cc14d43a5a7fbe062c4851ba5 -_md5_=a06ef2524296fa4bac851ce73670ae92 diff --git a/metadata/md5-cache/dev-qt/qttest-5.12.1 b/metadata/md5-cache/dev-qt/qttest-5.12.1 deleted file mode 100644 index c141559964db..000000000000 --- a/metadata/md5-cache/dev-qt/qttest-5.12.1 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm prepare test unpack -DEPEND=~dev-qt/qtcore-5.12.1 test? ( ~dev-qt/qtgui-5.12.1 ~dev-qt/qtxml-5.12.1 ) test? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) dev-lang/perl virtual/pkgconfig -DESCRIPTION=Unit testing library for the Qt5 framework -EAPI=6 -HOMEPAGE=https://www.qt.io/ -IUSE=test debug test -KEYWORDS=~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd -LICENSE=|| ( GPL-2 GPL-3 LGPL-3 ) FDL-1.3 -RDEPEND=~dev-qt/qtcore-5.12.1 dev-qt/qtchooser -RESTRICT=test -SLOT=5/5.12 -SRC_URI=https://download.qt.io/official_releases/qt/5.12/5.12.1/submodules/qtbase-everywhere-src-5.12.1.tar.xz -_eclasses_=desktop b1d22ac8bdd4679ab79c71aca235009d eapi7-ver 756b3f27d8e46131d5cf3c51bd876446 epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic a09389deba2c0a7108b581e02c7cecbf ltprune 2729691420b6deeda2a90b1f1183fb55 multilib b2f01ad412baf81650c23fcf0975fa33 preserve-libs ef207dc62baddfddfd39a164d9797648 qt5-build f6c228cbf3a3df9be618ab7e839a29fe toolchain-funcs b45201c4e6c096b98e250336954e64b9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf virtualx 401b718cc14d43a5a7fbe062c4851ba5 -_md5_=6d9f5f21a598f3cf87e9407e965764c7 diff --git a/metadata/md5-cache/dev-qt/qttranslations-5.12.1 b/metadata/md5-cache/dev-qt/qttranslations-5.12.1 deleted file mode 100644 index fc2b5bae7092..000000000000 --- a/metadata/md5-cache/dev-qt/qttranslations-5.12.1 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm prepare test unpack -DEPEND=~dev-qt/linguist-tools-5.12.1 ~dev-qt/qtcore-5.12.1 dev-lang/perl virtual/pkgconfig test? ( ~dev-qt/qttest-5.12.1 ) -DESCRIPTION=Translation files for the Qt5 framework -EAPI=6 -HOMEPAGE=https://www.qt.io/ -IUSE=debug test -KEYWORDS=~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd -LICENSE=|| ( GPL-2 GPL-3 LGPL-3 ) FDL-1.3 -RDEPEND=dev-qt/qtchooser -RESTRICT=test -SLOT=5/5.12 -SRC_URI=https://download.qt.io/official_releases/qt/5.12/5.12.1/submodules/qttranslations-everywhere-src-5.12.1.tar.xz -_eclasses_=desktop b1d22ac8bdd4679ab79c71aca235009d eapi7-ver 756b3f27d8e46131d5cf3c51bd876446 epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic a09389deba2c0a7108b581e02c7cecbf ltprune 2729691420b6deeda2a90b1f1183fb55 multilib b2f01ad412baf81650c23fcf0975fa33 preserve-libs ef207dc62baddfddfd39a164d9797648 qt5-build f6c228cbf3a3df9be618ab7e839a29fe toolchain-funcs b45201c4e6c096b98e250336954e64b9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf virtualx 401b718cc14d43a5a7fbe062c4851ba5 -_md5_=9d3faeef7f969e0d99684f75838f3672 diff --git a/metadata/md5-cache/dev-qt/qtvirtualkeyboard-5.12.1 b/metadata/md5-cache/dev-qt/qtvirtualkeyboard-5.12.1 deleted file mode 100644 index 20a9e2cef102..000000000000 --- a/metadata/md5-cache/dev-qt/qtvirtualkeyboard-5.12.1 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm prepare test unpack -DEPEND=~dev-qt/qtcore-5.12.1 ~dev-qt/qtdeclarative-5.12.1 ~dev-qt/qtgui-5.12.1 ~dev-qt/qtsvg-5.12.1 spell? ( app-text/hunspell:= ) xcb? ( x11-libs/libxcb:= ) dev-lang/perl virtual/pkgconfig test? ( ~dev-qt/qttest-5.12.1 ) -DESCRIPTION=Customizable input framework and virtual keyboard for Qt -EAPI=6 -HOMEPAGE=https://www.qt.io/ -IUSE=handwriting +spell +xcb debug test -KEYWORDS=~amd64 ~arm ~arm64 ~x86 ~amd64-fbsd -LICENSE=|| ( GPL-2 GPL-3 LGPL-3 ) FDL-1.3 -RDEPEND=~dev-qt/qtcore-5.12.1 ~dev-qt/qtdeclarative-5.12.1 ~dev-qt/qtgui-5.12.1 ~dev-qt/qtsvg-5.12.1 spell? ( app-text/hunspell:= ) xcb? ( x11-libs/libxcb:= ) dev-qt/qtchooser -RESTRICT=test -SLOT=5/5.12 -SRC_URI=https://download.qt.io/official_releases/qt/5.12/5.12.1/submodules/qtvirtualkeyboard-everywhere-src-5.12.1.tar.xz -_eclasses_=desktop b1d22ac8bdd4679ab79c71aca235009d eapi7-ver 756b3f27d8e46131d5cf3c51bd876446 epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic a09389deba2c0a7108b581e02c7cecbf ltprune 2729691420b6deeda2a90b1f1183fb55 multilib b2f01ad412baf81650c23fcf0975fa33 preserve-libs ef207dc62baddfddfd39a164d9797648 qt5-build f6c228cbf3a3df9be618ab7e839a29fe toolchain-funcs b45201c4e6c096b98e250336954e64b9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf virtualx 401b718cc14d43a5a7fbe062c4851ba5 -_md5_=d24a6c7f15df24ba368357560e2855df diff --git a/metadata/md5-cache/dev-qt/qtwayland-5.12.1 b/metadata/md5-cache/dev-qt/qtwayland-5.12.1 deleted file mode 100644 index 719cc89d4bb5..000000000000 --- a/metadata/md5-cache/dev-qt/qtwayland-5.12.1 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm prepare test unpack -DEPEND=>=dev-libs/wayland-1.6.0 ~dev-qt/qtcore-5.12.1 ~dev-qt/qtdeclarative-5.12.1 ~dev-qt/qtgui-5.12.1[egl,libinput=] media-libs/mesa[egl] >=x11-libs/libxkbcommon-0.2.0 xcomposite? ( x11-libs/libX11 x11-libs/libXcomposite ) dev-lang/perl virtual/pkgconfig test? ( ~dev-qt/qttest-5.12.1 ) -DESCRIPTION=Wayland platform plugin for Qt -EAPI=6 -HOMEPAGE=https://www.qt.io/ -IUSE=+libinput xcomposite debug test -KEYWORDS=~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 -LICENSE=|| ( GPL-2 GPL-3 LGPL-3 ) FDL-1.3 -RDEPEND=>=dev-libs/wayland-1.6.0 ~dev-qt/qtcore-5.12.1 ~dev-qt/qtdeclarative-5.12.1 ~dev-qt/qtgui-5.12.1[egl,libinput=] media-libs/mesa[egl] >=x11-libs/libxkbcommon-0.2.0 xcomposite? ( x11-libs/libX11 x11-libs/libXcomposite ) dev-qt/qtchooser -RESTRICT=test -SLOT=5/5.12 -SRC_URI=https://download.qt.io/official_releases/qt/5.12/5.12.1/submodules/qtwayland-everywhere-src-5.12.1.tar.xz -_eclasses_=desktop b1d22ac8bdd4679ab79c71aca235009d eapi7-ver 756b3f27d8e46131d5cf3c51bd876446 epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic a09389deba2c0a7108b581e02c7cecbf ltprune 2729691420b6deeda2a90b1f1183fb55 multilib b2f01ad412baf81650c23fcf0975fa33 preserve-libs ef207dc62baddfddfd39a164d9797648 qt5-build f6c228cbf3a3df9be618ab7e839a29fe toolchain-funcs b45201c4e6c096b98e250336954e64b9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf virtualx 401b718cc14d43a5a7fbe062c4851ba5 -_md5_=f4645ea807e4df85ef43cbb898191fe5 diff --git a/metadata/md5-cache/dev-qt/qtwebchannel-5.12.1 b/metadata/md5-cache/dev-qt/qtwebchannel-5.12.1 deleted file mode 100644 index 9945b554e495..000000000000 --- a/metadata/md5-cache/dev-qt/qtwebchannel-5.12.1 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm prepare test unpack -DEPEND=~dev-qt/qtcore-5.12.1 qml? ( ~dev-qt/qtdeclarative-5.12.1 ) dev-lang/perl virtual/pkgconfig test? ( ~dev-qt/qttest-5.12.1 ) -DESCRIPTION=Qt5 module for integrating C++ and QML applications with HTML/JavaScript clients -EAPI=6 -HOMEPAGE=https://www.qt.io/ -IUSE=qml debug test -KEYWORDS=~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 -LICENSE=|| ( GPL-2 GPL-3 LGPL-3 ) FDL-1.3 -RDEPEND=~dev-qt/qtcore-5.12.1 qml? ( ~dev-qt/qtdeclarative-5.12.1 ) dev-qt/qtchooser -RESTRICT=test -SLOT=5/5.12 -SRC_URI=https://download.qt.io/official_releases/qt/5.12/5.12.1/submodules/qtwebchannel-everywhere-src-5.12.1.tar.xz -_eclasses_=desktop b1d22ac8bdd4679ab79c71aca235009d eapi7-ver 756b3f27d8e46131d5cf3c51bd876446 epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic a09389deba2c0a7108b581e02c7cecbf ltprune 2729691420b6deeda2a90b1f1183fb55 multilib b2f01ad412baf81650c23fcf0975fa33 preserve-libs ef207dc62baddfddfd39a164d9797648 qt5-build f6c228cbf3a3df9be618ab7e839a29fe toolchain-funcs b45201c4e6c096b98e250336954e64b9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf virtualx 401b718cc14d43a5a7fbe062c4851ba5 -_md5_=1459a065827bed06db1d43d7c1c735ac diff --git a/metadata/md5-cache/dev-qt/qtwebengine-5.12.1 b/metadata/md5-cache/dev-qt/qtwebengine-5.12.1 deleted file mode 100644 index 0b40f755fd20..000000000000 --- a/metadata/md5-cache/dev-qt/qtwebengine-5.12.1 +++ /dev/null @@ -1,15 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm prepare setup test unpack -DEPEND=app-arch/snappy:= dev-libs/glib:2 dev-libs/nspr dev-libs/nss ~dev-qt/qtcore-5.12.1 ~dev-qt/qtdeclarative-5.12.1 ~dev-qt/qtgui-5.12.1 ~dev-qt/qtnetwork-5.12.1 ~dev-qt/qtprintsupport-5.12.1 ~dev-qt/qtwebchannel-5.12.1[qml] dev-libs/expat dev-libs/libevent:= dev-libs/libxml2[icu] dev-libs/libxslt dev-libs/re2:= media-libs/fontconfig media-libs/freetype media-libs/harfbuzz:= media-libs/lcms:2 media-libs/libjpeg-turbo:= media-libs/libpng:0= >=media-libs/libvpx-1.5:=[svc] media-libs/libwebp:= media-libs/mesa[egl] media-libs/opus sys-apps/dbus sys-apps/pciutils sys-libs/libcap sys-libs/zlib[minizip] virtual/libudev x11-libs/libdrm x11-libs/libX11 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/libXScrnSaver x11-libs/libXtst alsa? ( media-libs/alsa-lib ) designer? ( ~dev-qt/designer-5.12.1 ) geolocation? ( ~dev-qt/qtpositioning-5.12.1 ) pulseaudio? ( media-sound/pulseaudio:= ) system-ffmpeg? ( media-video/ffmpeg:0= ) system-icu? ( >=dev-libs/icu-60.2:= ) widgets? ( ~dev-qt/qtdeclarative-5.12.1[widgets] ~dev-qt/qtwidgets-5.12.1 ) || ( >=dev-lang/python-2.7.5-r2:2.7 ) >=app-arch/gzip-1.7 dev-util/gperf dev-util/ninja dev-util/re2c sys-devel/bison pax_kernel? ( sys-apps/elfix ) dev-lang/perl virtual/pkgconfig test? ( ~dev-qt/qttest-5.12.1 ) -DESCRIPTION=Library for rendering dynamic web content in Qt5 C++ and QML applications -EAPI=6 -HOMEPAGE=https://www.qt.io/ -IUSE=alsa bindist designer geolocation jumbo-build pax_kernel pulseaudio +system-ffmpeg +system-icu widgets debug test -KEYWORDS=~amd64 ~arm ~arm64 ~x86 -LICENSE=|| ( GPL-2 GPL-3 LGPL-3 ) FDL-1.3 -RDEPEND=app-arch/snappy:= dev-libs/glib:2 dev-libs/nspr dev-libs/nss ~dev-qt/qtcore-5.12.1 ~dev-qt/qtdeclarative-5.12.1 ~dev-qt/qtgui-5.12.1 ~dev-qt/qtnetwork-5.12.1 ~dev-qt/qtprintsupport-5.12.1 ~dev-qt/qtwebchannel-5.12.1[qml] dev-libs/expat dev-libs/libevent:= dev-libs/libxml2[icu] dev-libs/libxslt dev-libs/re2:= media-libs/fontconfig media-libs/freetype media-libs/harfbuzz:= media-libs/lcms:2 media-libs/libjpeg-turbo:= media-libs/libpng:0= >=media-libs/libvpx-1.5:=[svc] media-libs/libwebp:= media-libs/mesa[egl] media-libs/opus sys-apps/dbus sys-apps/pciutils sys-libs/libcap sys-libs/zlib[minizip] virtual/libudev x11-libs/libdrm x11-libs/libX11 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/libXScrnSaver x11-libs/libXtst alsa? ( media-libs/alsa-lib ) designer? ( ~dev-qt/designer-5.12.1 ) geolocation? ( ~dev-qt/qtpositioning-5.12.1 ) pulseaudio? ( media-sound/pulseaudio:= ) system-ffmpeg? ( media-video/ffmpeg:0= ) system-icu? ( >=dev-libs/icu-60.2:= ) widgets? ( ~dev-qt/qtdeclarative-5.12.1[widgets] ~dev-qt/qtwidgets-5.12.1 ) dev-qt/qtchooser -REQUIRED_USE=designer? ( widgets ) -RESTRICT=test -SLOT=5/5.12 -SRC_URI=https://download.qt.io/official_releases/qt/5.12/5.12.1/submodules/qtwebengine-everywhere-src-5.12.1.tar.xz -_eclasses_=desktop b1d22ac8bdd4679ab79c71aca235009d eapi7-ver 756b3f27d8e46131d5cf3c51bd876446 epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic a09389deba2c0a7108b581e02c7cecbf ltprune 2729691420b6deeda2a90b1f1183fb55 multilib b2f01ad412baf81650c23fcf0975fa33 multiprocessing cac3169468f893670dac3e7cb940e045 pax-utils e85f015e815dd463b0c206d781ef45a5 preserve-libs ef207dc62baddfddfd39a164d9797648 python-any-r1 4900ae970f827a22d33d41bd8b8f9ace python-utils-r1 12114a2a9aab35b93efc037a196b3234 qt5-build f6c228cbf3a3df9be618ab7e839a29fe toolchain-funcs b45201c4e6c096b98e250336954e64b9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf virtualx 401b718cc14d43a5a7fbe062c4851ba5 -_md5_=c1d671ce5a10725705ffdc08980263d4 diff --git a/metadata/md5-cache/dev-qt/qtwebsockets-5.12.1 b/metadata/md5-cache/dev-qt/qtwebsockets-5.12.1 deleted file mode 100644 index 1c28fad21d1c..000000000000 --- a/metadata/md5-cache/dev-qt/qtwebsockets-5.12.1 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm prepare test unpack -DEPEND=~dev-qt/qtcore-5.12.1 ~dev-qt/qtnetwork-5.12.1[ssl=] qml? ( ~dev-qt/qtdeclarative-5.12.1 ) dev-lang/perl virtual/pkgconfig test? ( ~dev-qt/qttest-5.12.1 ) -DESCRIPTION=Implementation of the WebSocket protocol for the Qt5 framework -EAPI=6 -HOMEPAGE=https://www.qt.io/ -IUSE=qml +ssl debug test -KEYWORDS=~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 -LICENSE=|| ( GPL-2 GPL-3 LGPL-3 ) FDL-1.3 -RDEPEND=~dev-qt/qtcore-5.12.1 ~dev-qt/qtnetwork-5.12.1[ssl=] qml? ( ~dev-qt/qtdeclarative-5.12.1 ) dev-qt/qtchooser -RESTRICT=test -SLOT=5/5.12 -SRC_URI=https://download.qt.io/official_releases/qt/5.12/5.12.1/submodules/qtwebsockets-everywhere-src-5.12.1.tar.xz -_eclasses_=desktop b1d22ac8bdd4679ab79c71aca235009d eapi7-ver 756b3f27d8e46131d5cf3c51bd876446 epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic a09389deba2c0a7108b581e02c7cecbf ltprune 2729691420b6deeda2a90b1f1183fb55 multilib b2f01ad412baf81650c23fcf0975fa33 preserve-libs ef207dc62baddfddfd39a164d9797648 qt5-build f6c228cbf3a3df9be618ab7e839a29fe toolchain-funcs b45201c4e6c096b98e250336954e64b9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf virtualx 401b718cc14d43a5a7fbe062c4851ba5 -_md5_=051c69b713eb37976ee6bf0468a930df diff --git a/metadata/md5-cache/dev-qt/qtwebview-5.12.1 b/metadata/md5-cache/dev-qt/qtwebview-5.12.1 deleted file mode 100644 index e26177b17ea4..000000000000 --- a/metadata/md5-cache/dev-qt/qtwebview-5.12.1 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm prepare test unpack -DEPEND=~dev-qt/qtcore-5.12.1 ~dev-qt/qtdeclarative-5.12.1 ~dev-qt/qtgui-5.12.1 ~dev-qt/qtwebengine-5.12.1 dev-lang/perl virtual/pkgconfig test? ( ~dev-qt/qttest-5.12.1 ) -DESCRIPTION=Module for displaying web content in a QML application using the Qt5 framework -EAPI=6 -HOMEPAGE=https://www.qt.io/ -IUSE=debug test -KEYWORDS=~amd64 -LICENSE=|| ( GPL-2 GPL-3 LGPL-3 ) FDL-1.3 -RDEPEND=~dev-qt/qtcore-5.12.1 ~dev-qt/qtdeclarative-5.12.1 ~dev-qt/qtgui-5.12.1 ~dev-qt/qtwebengine-5.12.1 dev-qt/qtchooser -RESTRICT=test -SLOT=5/5.12 -SRC_URI=https://download.qt.io/official_releases/qt/5.12/5.12.1/submodules/qtwebview-everywhere-src-5.12.1.tar.xz -_eclasses_=desktop b1d22ac8bdd4679ab79c71aca235009d eapi7-ver 756b3f27d8e46131d5cf3c51bd876446 epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic a09389deba2c0a7108b581e02c7cecbf ltprune 2729691420b6deeda2a90b1f1183fb55 multilib b2f01ad412baf81650c23fcf0975fa33 preserve-libs ef207dc62baddfddfd39a164d9797648 qt5-build f6c228cbf3a3df9be618ab7e839a29fe toolchain-funcs b45201c4e6c096b98e250336954e64b9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf virtualx 401b718cc14d43a5a7fbe062c4851ba5 -_md5_=833884a8416d2d2652db58811ab2ecf9 diff --git a/metadata/md5-cache/dev-qt/qtwidgets-5.12.1 b/metadata/md5-cache/dev-qt/qtwidgets-5.12.1 deleted file mode 100644 index fb25708b4a0f..000000000000 --- a/metadata/md5-cache/dev-qt/qtwidgets-5.12.1 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm prepare test unpack -DEPEND=~dev-qt/qtcore-5.12.1 ~dev-qt/qtgui-5.12.1[gles2=,png=,xcb?] gtk? ( ~dev-qt/qtgui-5.12.1[dbus] x11-libs/gtk+:3 x11-libs/libX11 x11-libs/pango ) dev-lang/perl virtual/pkgconfig test? ( ~dev-qt/qttest-5.12.1 ) -DESCRIPTION=Set of components for creating classic desktop-style UIs for the Qt5 framework -EAPI=6 -HOMEPAGE=https://www.qt.io/ -IUSE=gles2 gtk +png +xcb debug test -KEYWORDS=~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd -LICENSE=|| ( GPL-2 GPL-3 LGPL-3 ) FDL-1.3 -RDEPEND=~dev-qt/qtcore-5.12.1 ~dev-qt/qtgui-5.12.1[gles2=,png=,xcb?] gtk? ( ~dev-qt/qtgui-5.12.1[dbus] x11-libs/gtk+:3 x11-libs/libX11 x11-libs/pango ) dev-qt/qtchooser -RESTRICT=test -SLOT=5/5.12 -SRC_URI=https://download.qt.io/official_releases/qt/5.12/5.12.1/submodules/qtbase-everywhere-src-5.12.1.tar.xz -_eclasses_=desktop b1d22ac8bdd4679ab79c71aca235009d eapi7-ver 756b3f27d8e46131d5cf3c51bd876446 epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic a09389deba2c0a7108b581e02c7cecbf ltprune 2729691420b6deeda2a90b1f1183fb55 multilib b2f01ad412baf81650c23fcf0975fa33 preserve-libs ef207dc62baddfddfd39a164d9797648 qt5-build f6c228cbf3a3df9be618ab7e839a29fe toolchain-funcs b45201c4e6c096b98e250336954e64b9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf virtualx 401b718cc14d43a5a7fbe062c4851ba5 -_md5_=b3f9b8531940ff0776168abbda939a0e diff --git a/metadata/md5-cache/dev-qt/qtx11extras-5.12.1 b/metadata/md5-cache/dev-qt/qtx11extras-5.12.1 deleted file mode 100644 index 0b72e28d2421..000000000000 --- a/metadata/md5-cache/dev-qt/qtx11extras-5.12.1 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm prepare test unpack -DEPEND=~dev-qt/qtcore-5.12.1 ~dev-qt/qtgui-5.12.1[xcb] test? ( ~dev-qt/qtwidgets-5.12.1 ) dev-lang/perl virtual/pkgconfig test? ( ~dev-qt/qttest-5.12.1 ) -DESCRIPTION=Linux/X11-specific support library for the Qt5 framework -EAPI=6 -HOMEPAGE=https://www.qt.io/ -IUSE=debug test -KEYWORDS=~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd -LICENSE=|| ( GPL-2 GPL-3 LGPL-3 ) FDL-1.3 -RDEPEND=~dev-qt/qtcore-5.12.1 ~dev-qt/qtgui-5.12.1[xcb] dev-qt/qtchooser -RESTRICT=test -SLOT=5/5.12 -SRC_URI=https://download.qt.io/official_releases/qt/5.12/5.12.1/submodules/qtx11extras-everywhere-src-5.12.1.tar.xz -_eclasses_=desktop b1d22ac8bdd4679ab79c71aca235009d eapi7-ver 756b3f27d8e46131d5cf3c51bd876446 epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic a09389deba2c0a7108b581e02c7cecbf ltprune 2729691420b6deeda2a90b1f1183fb55 multilib b2f01ad412baf81650c23fcf0975fa33 preserve-libs ef207dc62baddfddfd39a164d9797648 qt5-build f6c228cbf3a3df9be618ab7e839a29fe toolchain-funcs b45201c4e6c096b98e250336954e64b9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf virtualx 401b718cc14d43a5a7fbe062c4851ba5 -_md5_=d51783cc795dbe4f1f416558aa6e4029 diff --git a/metadata/md5-cache/dev-qt/qtxml-5.12.1 b/metadata/md5-cache/dev-qt/qtxml-5.12.1 deleted file mode 100644 index b93e8e948abf..000000000000 --- a/metadata/md5-cache/dev-qt/qtxml-5.12.1 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm prepare test unpack -DEPEND=~dev-qt/qtcore-5.12.1 test? ( ~dev-qt/qtnetwork-5.12.1 ) dev-lang/perl virtual/pkgconfig test? ( ~dev-qt/qttest-5.12.1 ) -DESCRIPTION=Implementation of SAX and DOM for the Qt5 framework -EAPI=6 -HOMEPAGE=https://www.qt.io/ -IUSE=debug test -KEYWORDS=~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd -LICENSE=|| ( GPL-2 GPL-3 LGPL-3 ) FDL-1.3 -RDEPEND=~dev-qt/qtcore-5.12.1 dev-qt/qtchooser -RESTRICT=test -SLOT=5/5.12 -SRC_URI=https://download.qt.io/official_releases/qt/5.12/5.12.1/submodules/qtbase-everywhere-src-5.12.1.tar.xz -_eclasses_=desktop b1d22ac8bdd4679ab79c71aca235009d eapi7-ver 756b3f27d8e46131d5cf3c51bd876446 epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic a09389deba2c0a7108b581e02c7cecbf ltprune 2729691420b6deeda2a90b1f1183fb55 multilib b2f01ad412baf81650c23fcf0975fa33 preserve-libs ef207dc62baddfddfd39a164d9797648 qt5-build f6c228cbf3a3df9be618ab7e839a29fe toolchain-funcs b45201c4e6c096b98e250336954e64b9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf virtualx 401b718cc14d43a5a7fbe062c4851ba5 -_md5_=bcf4120de1da275c8b9bb4552ee9edeb diff --git a/metadata/md5-cache/dev-qt/qtxmlpatterns-5.12.1-r1 b/metadata/md5-cache/dev-qt/qtxmlpatterns-5.12.1-r1 deleted file mode 100644 index 1dc6417cb6fa..000000000000 --- a/metadata/md5-cache/dev-qt/qtxmlpatterns-5.12.1-r1 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm prepare test unpack -DEPEND=~dev-qt/qtcore-5.12.1 ~dev-qt/qtnetwork-5.12.1 ~dev-qt/qtdeclarative-5.12.1 dev-lang/perl virtual/pkgconfig test? ( ~dev-qt/qttest-5.12.1 ) -DESCRIPTION=XPath, XQuery, XSLT, and XML Schema validation library for the Qt5 framework -EAPI=6 -HOMEPAGE=https://www.qt.io/ -IUSE=debug test -KEYWORDS=~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd -LICENSE=|| ( GPL-2 GPL-3 LGPL-3 ) FDL-1.3 -RDEPEND=~dev-qt/qtcore-5.12.1 ~dev-qt/qtnetwork-5.12.1 ~dev-qt/qtdeclarative-5.12.1 dev-qt/qtchooser -RESTRICT=test -SLOT=5/5.12 -SRC_URI=https://download.qt.io/official_releases/qt/5.12/5.12.1/submodules/qtxmlpatterns-everywhere-src-5.12.1.tar.xz -_eclasses_=desktop b1d22ac8bdd4679ab79c71aca235009d eapi7-ver 756b3f27d8e46131d5cf3c51bd876446 epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic a09389deba2c0a7108b581e02c7cecbf ltprune 2729691420b6deeda2a90b1f1183fb55 multilib b2f01ad412baf81650c23fcf0975fa33 preserve-libs ef207dc62baddfddfd39a164d9797648 qt5-build f6c228cbf3a3df9be618ab7e839a29fe toolchain-funcs b45201c4e6c096b98e250336954e64b9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf virtualx 401b718cc14d43a5a7fbe062c4851ba5 -_md5_=3dcce0b8681fa51770fd3473a2b507be diff --git a/metadata/md5-cache/dev-util/Manifest.gz b/metadata/md5-cache/dev-util/Manifest.gz index 1b7ed344ba9c..bc65ade28111 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/strace-5.0 b/metadata/md5-cache/dev-util/strace-5.0 new file mode 100644 index 000000000000..d1f2410bc463 --- /dev/null +++ b/metadata/md5-cache/dev-util/strace-5.0 @@ -0,0 +1,14 @@ +DEFINED_PHASES=configure install prepare test +DEPEND=static? ( unwind? ( sys-libs/libunwind[static-libs(+)] ) elfutils? ( dev-libs/elfutils[static-libs(+)] ) ) aio? ( >=dev-libs/libaio-0.3.106 ) sys-kernel/linux-headers +DESCRIPTION=A useful diagnostic, instructional, and debugging tool +EAPI=6 +HOMEPAGE=https://strace.io/ +IUSE=aio perl static unwind elfutils +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux +LICENSE=BSD +RDEPEND=!static? ( unwind? ( sys-libs/libunwind ) elfutils? ( dev-libs/elfutils ) ) perl? ( dev-lang/perl ) +REQUIRED_USE=?? ( unwind elfutils ) +SLOT=0 +SRC_URI=https://github.com/strace/strace/releases/download/v5.0/strace-5.0.tar.xz +_eclasses_=desktop b1d22ac8bdd4679ab79c71aca235009d epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic a09389deba2c0a7108b581e02c7cecbf ltprune 2729691420b6deeda2a90b1f1183fb55 multilib b2f01ad412baf81650c23fcf0975fa33 preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs b45201c4e6c096b98e250336954e64b9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf +_md5_=ee6b1b4c59b99ac7335a0c0f7b50b4c3 diff --git a/metadata/md5-cache/dev-util/strace-9999 b/metadata/md5-cache/dev-util/strace-9999 index 9ca10e92a694..b1dfddbbb026 100644 --- a/metadata/md5-cache/dev-util/strace-9999 +++ b/metadata/md5-cache/dev-util/strace-9999 @@ -9,4 +9,4 @@ RDEPEND=!static? ( unwind? ( sys-libs/libunwind ) elfutils? ( dev-libs/elfutils REQUIRED_USE=?? ( unwind elfutils ) SLOT=0 _eclasses_=autotools 1bf086cdd7356f5c9a4acd9727bd2065 desktop b1d22ac8bdd4679ab79c71aca235009d epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic a09389deba2c0a7108b581e02c7cecbf git-r3 0d4635eeb5a96cd5315597a47eba25c9 libtool f143db5a74ccd9ca28c1234deffede96 ltprune 2729691420b6deeda2a90b1f1183fb55 multilib b2f01ad412baf81650c23fcf0975fa33 preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs b45201c4e6c096b98e250336954e64b9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf -_md5_=33c9e15c8a3b999b6f33ffc837ba932b +_md5_=ee6b1b4c59b99ac7335a0c0f7b50b4c3 diff --git a/metadata/md5-cache/dev-vcs/Manifest.gz b/metadata/md5-cache/dev-vcs/Manifest.gz index 206c0f483c39..a714ef4583d1 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/cvs-fast-export-1.47 b/metadata/md5-cache/dev-vcs/cvs-fast-export-1.47 new file mode 100644 index 000000000000..bc56d1036be4 --- /dev/null +++ b/metadata/md5-cache/dev-vcs/cvs-fast-export-1.47 @@ -0,0 +1,12 @@ +DEFINED_PHASES=compile install prepare +DEPEND=app-text/asciidoc +DESCRIPTION=fast-export history from a CVS repository or RCS collection +EAPI=7 +HOMEPAGE=http://www.catb.org/~esr/cvs-fast-export/ +KEYWORDS=~amd64 ~x86 +LICENSE=GPL-2 +RESTRICT=test +SLOT=0 +SRC_URI=http://www.catb.org/~esr/cvs-fast-export/cvs-fast-export-1.47.tar.gz +_eclasses_=multilib b2f01ad412baf81650c23fcf0975fa33 toolchain-funcs b45201c4e6c096b98e250336954e64b9 +_md5_=8f93654df0c01bda7825e0809ecbf860 diff --git a/metadata/md5-cache/games-arcade/Manifest.gz b/metadata/md5-cache/games-arcade/Manifest.gz index 39c961143057..eef5ec7ef6aa 100644 Binary files a/metadata/md5-cache/games-arcade/Manifest.gz and b/metadata/md5-cache/games-arcade/Manifest.gz differ diff --git a/metadata/md5-cache/games-arcade/ceferino-0.97.8-r2 b/metadata/md5-cache/games-arcade/ceferino-0.97.8-r2 index 21a3df30345c..97fa51453844 100644 --- a/metadata/md5-cache/games-arcade/ceferino-0.97.8-r2 +++ b/metadata/md5-cache/games-arcade/ceferino-0.97.8-r2 @@ -2,7 +2,7 @@ DEFINED_PHASES=configure install postinst prepare DEPEND=>=media-libs/libsdl-1.2[video] >=media-libs/sdl-image-1.2 >=media-libs/sdl-mixer-1.2 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=Super-Pang clone (destroy bouncing balloons with your grapnel) EAPI=6 -HOMEPAGE=http://www.loosersjuegos.com.ar/juegos/ceferino +HOMEPAGE=http://www.losersjuegos.com.ar/juegos/ceferino IUSE=nls KEYWORDS=~amd64 ~x86 LICENSE=GPL-2+ @@ -10,4 +10,4 @@ RDEPEND=>=media-libs/libsdl-1.2[video] >=media-libs/sdl-image-1.2 >=media-libs/s SLOT=0 SRC_URI=mirror://debian/pool/main/c/ceferino/ceferino_0.97.8+svn37.orig.tar.gz _eclasses_=autotools 1bf086cdd7356f5c9a4acd9727bd2065 desktop b1d22ac8bdd4679ab79c71aca235009d libtool f143db5a74ccd9ca28c1234deffede96 multilib b2f01ad412baf81650c23fcf0975fa33 toolchain-funcs b45201c4e6c096b98e250336954e64b9 -_md5_=d59ce4172f81a0bed1edd27cb3613ec6 +_md5_=d5d466e2f7a86653f12642352a653752 diff --git a/metadata/md5-cache/games-arcade/notpacman-1.0.4-r1 b/metadata/md5-cache/games-arcade/notpacman-1.0.4-r1 index 5cf0e798ffc2..439c44c110b2 100644 --- a/metadata/md5-cache/games-arcade/notpacman-1.0.4-r1 +++ b/metadata/md5-cache/games-arcade/notpacman-1.0.4-r1 @@ -7,6 +7,6 @@ KEYWORDS=~amd64 ~x86 LICENSE=WTFPL-2 RDEPEND=>=games-engines/love-0.7.2:0.7 media-libs/devil[png] SLOT=0 -SRC_URI=http://stabyourself.net/dl.php?file=notpacman-1004/notpacman-linux.zip -> notpacman-1.0.4.zip https://dev.gentoo.org/~hasufell/distfiles/notpacman.png +SRC_URI=http://stabyourself.net/dl.php?file=notpacman-1004/notpacman-linux.zip -> notpacman-1.0.4.zip https://dev.gentoo.org/~chewi/distfiles/notpacman.png _eclasses_=desktop b1d22ac8bdd4679ab79c71aca235009d epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 gnome2-utils 532371cfcba45b2ab0d2950547c97d95 ltprune 2729691420b6deeda2a90b1f1183fb55 multilib b2f01ad412baf81650c23fcf0975fa33 preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs b45201c4e6c096b98e250336954e64b9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf xdg-utils 14d00d009167652b1fa363e55effe213 -_md5_=020c89ae37fa4ef945968bff3cc8c7d6 +_md5_=6d615a2edd3a44ccc145eaf82c3c3ad2 diff --git a/metadata/md5-cache/games-board/Manifest.gz b/metadata/md5-cache/games-board/Manifest.gz index 7295554e6c4d..6dcbb33e521e 100644 Binary files a/metadata/md5-cache/games-board/Manifest.gz and b/metadata/md5-cache/games-board/Manifest.gz differ diff --git a/metadata/md5-cache/games-board/gnome-chess-3.30.1 b/metadata/md5-cache/games-board/gnome-chess-3.30.1 index c577f396ae20..fa03076ea822 100644 --- a/metadata/md5-cache/games-board/gnome-chess-3.30.1 +++ b/metadata/md5-cache/games-board/gnome-chess-3.30.1 @@ -1,5 +1,5 @@ DEFINED_PHASES=compile configure install postinst postrm preinst prepare test -DEPEND=>=dev-libs/glib-2.44:2 >=x11-libs/gtk+-3.20.0:3 >=gnome-base/librsvg-2.32.0:2[vala] || ( dev-lang/vala:0.44 dev-lang/vala:0.42 dev-lang/vala:0.40 dev-lang/vala:0.36 ) dev-util/itstool dev-libs/appstream-glib >=sys-devel/gettext-0.19.8 virtual/pkgconfig app-arch/xz-utils >=dev-util/meson-0.48.2 >=dev-util/ninja-1.7.2 dev-util/desktop-file-utils x11-misc/shared-mime-info +DEPEND=>=dev-libs/glib-2.44:2 >=x11-libs/gtk+-3.20.0:3 >=gnome-base/librsvg-2.32.0:2[vala] || ( dev-lang/vala:0.44 dev-lang/vala:0.42 dev-lang/vala:0.40 ) dev-util/itstool dev-libs/appstream-glib >=sys-devel/gettext-0.19.8 virtual/pkgconfig app-arch/xz-utils >=dev-util/meson-0.48.2 >=dev-util/ninja-1.7.2 dev-util/desktop-file-utils x11-misc/shared-mime-info DESCRIPTION=Play the classic two-player boardgame of chess EAPI=6 HOMEPAGE=https://wiki.gnome.org/Apps/Chess @@ -9,4 +9,4 @@ RDEPEND=>=dev-libs/glib-2.44:2 >=x11-libs/gtk+-3.20.0:3 >=gnome-base/librsvg-2.3 SLOT=0 SRC_URI=mirror://gnome/sources/gnome-chess/3.30/gnome-chess-3.30.1.tar.xz _eclasses_=desktop b1d22ac8bdd4679ab79c71aca235009d eapi7-ver 756b3f27d8e46131d5cf3c51bd876446 epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 gnome.org 532d56d07b9eace4831aaa817d2b756a gnome2-utils 532371cfcba45b2ab0d2950547c97d95 ltprune 2729691420b6deeda2a90b1f1183fb55 meson e53acc5913e5581a8a71be22731d8f36 multilib b2f01ad412baf81650c23fcf0975fa33 multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f preserve-libs ef207dc62baddfddfd39a164d9797648 python-utils-r1 12114a2a9aab35b93efc037a196b3234 readme.gentoo-r1 22ae82e140bdd95d17a34fd5fd733190 toolchain-funcs b45201c4e6c096b98e250336954e64b9 vala a94a0fb4c35fe91774bb72ec8f3c861f vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf versionator 2352c3fc97241f6a02042773c8287748 xdg c7ba313ea1eaf266f95cc6235f7d6a07 xdg-utils 14d00d009167652b1fa363e55effe213 -_md5_=42333a8c6d9c21ddab64380b5ec6540d +_md5_=ee9ae5f06e64cf6eedd4bd94a6cf4257 diff --git a/metadata/md5-cache/games-fps/Manifest.gz b/metadata/md5-cache/games-fps/Manifest.gz index 05b51b816562..1ae8f9160a54 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/enemy-territory-omnibot-0.85 b/metadata/md5-cache/games-fps/enemy-territory-omnibot-0.85 index 50715a016dbd..218335599a5c 100644 --- a/metadata/md5-cache/games-fps/enemy-territory-omnibot-0.85 +++ b/metadata/md5-cache/games-fps/enemy-territory-omnibot-0.85 @@ -2,7 +2,7 @@ DEFINED_PHASES=compile configure install postinst preinst prepare setup unpack DEPEND=app-arch/unzip DESCRIPTION=Enemy Territory Omnibot - Bots for Ennemy Territory EAPI=5 -HOMEPAGE=http://www.omni-bot.com/ +HOMEPAGE=https://jswigart.github.io/omni-bot/ IUSE=dedicated opengl KEYWORDS=~amd64 ~x86 LICENSE=all-rights-reserved @@ -11,4 +11,4 @@ RESTRICT=mirror strip SLOT=0 SRC_URI=http://omni-bot.invisionzone.com/index.php?/files/getdownload/208-omni-bot-enemy-territory -> omni-bot_0_85_ET_linux.zip http://omni-bot.invisionzone.com/index.php?/files/getdownload/207-omni-bot-enemy-territory -> omni-bot_0_85_ET_waypoint_mod.zip _eclasses_=base 2ec5c64f5de125f0c65a927c4c128fef desktop b1d22ac8bdd4679ab79c71aca235009d epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 games be6b136152d095d3e15031e2c725eb3f games-mods 717d443e8308768de4178537c370a7ab ltprune 2729691420b6deeda2a90b1f1183fb55 multilib b2f01ad412baf81650c23fcf0975fa33 preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs b45201c4e6c096b98e250336954e64b9 user 8bd74731cafdcdad8f7a63637302e073 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf -_md5_=fee36890513605cdc132305f2a3f0427 +_md5_=171f2703f6df35b7c0511711b127425f diff --git a/metadata/md5-cache/games-puzzle/Manifest.gz b/metadata/md5-cache/games-puzzle/Manifest.gz index 9353d5b588c3..306e8c0495bf 100644 Binary files a/metadata/md5-cache/games-puzzle/Manifest.gz and b/metadata/md5-cache/games-puzzle/Manifest.gz differ diff --git a/metadata/md5-cache/games-puzzle/lightsoff-3.28.0 b/metadata/md5-cache/games-puzzle/lightsoff-3.28.0 index be22f0fad184..ad05a8f045ef 100644 --- a/metadata/md5-cache/games-puzzle/lightsoff-3.28.0 +++ b/metadata/md5-cache/games-puzzle/lightsoff-3.28.0 @@ -9,4 +9,4 @@ RDEPEND=>=dev-libs/glib-2.38.0:2 >=x11-libs/gtk+-3.13.4:3 >=media-libs/clutter-1 SLOT=0 SRC_URI=mirror://gnome/sources/lightsoff/3.28/lightsoff-3.28.0.tar.xz _eclasses_=desktop b1d22ac8bdd4679ab79c71aca235009d eapi7-ver 756b3f27d8e46131d5cf3c51bd876446 epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 gnome.org 532d56d07b9eace4831aaa817d2b756a gnome2 1a42e8c41af42cb294817dcc5b7e3df6 gnome2-utils 532371cfcba45b2ab0d2950547c97d95 libtool f143db5a74ccd9ca28c1234deffede96 ltprune 2729691420b6deeda2a90b1f1183fb55 multilib b2f01ad412baf81650c23fcf0975fa33 preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs b45201c4e6c096b98e250336954e64b9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf versionator 2352c3fc97241f6a02042773c8287748 xdg c7ba313ea1eaf266f95cc6235f7d6a07 xdg-utils 14d00d009167652b1fa363e55effe213 -_md5_=542e8bf42b1c5f61f4526ac8251dd006 +_md5_=80395087d7e769d3ef6269c047a0563f diff --git a/metadata/md5-cache/games-puzzle/lightsoff-3.30.0 b/metadata/md5-cache/games-puzzle/lightsoff-3.30.0 index 262980da65c5..7f346863df71 100644 --- a/metadata/md5-cache/games-puzzle/lightsoff-3.30.0 +++ b/metadata/md5-cache/games-puzzle/lightsoff-3.30.0 @@ -1,5 +1,5 @@ DEFINED_PHASES=compile configure install postinst postrm preinst prepare test -DEPEND=>=dev-libs/glib-2.38.0:2 >=x11-libs/gtk+-3.13.4:3 >=media-libs/clutter-1.14.0:1.0 >=media-libs/clutter-gtk-1.5.5:1.0 >=gnome-base/librsvg-2.32.0:2 dev-libs/appstream-glib dev-libs/libxml2:2 dev-util/itstool >=sys-devel/gettext-0.19.8 virtual/pkgconfig || ( dev-lang/vala:0.44 dev-lang/vala:0.42 dev-lang/vala:0.40 dev-lang/vala:0.36 dev-lang/vala:0.34 dev-lang/vala:0.32 ) gnome-base/librsvg:2[vala] app-arch/xz-utils >=dev-util/meson-0.48.2 >=dev-util/ninja-1.7.2 dev-util/desktop-file-utils x11-misc/shared-mime-info +DEPEND=>=dev-libs/glib-2.38.0:2 >=x11-libs/gtk+-3.13.4:3 >=media-libs/clutter-1.14.0:1.0 >=media-libs/clutter-gtk-1.5.5:1.0 >=gnome-base/librsvg-2.32.0:2 dev-libs/appstream-glib dev-libs/libxml2:2 dev-util/itstool >=sys-devel/gettext-0.19.8 virtual/pkgconfig || ( dev-lang/vala:0.44 dev-lang/vala:0.42 dev-lang/vala:0.40 ) gnome-base/librsvg:2[vala] app-arch/xz-utils >=dev-util/meson-0.48.2 >=dev-util/ninja-1.7.2 dev-util/desktop-file-utils x11-misc/shared-mime-info DESCRIPTION=Turn off all the lights EAPI=6 HOMEPAGE=https://wiki.gnome.org/Apps/Lightsoff @@ -9,4 +9,4 @@ RDEPEND=>=dev-libs/glib-2.38.0:2 >=x11-libs/gtk+-3.13.4:3 >=media-libs/clutter-1 SLOT=0 SRC_URI=mirror://gnome/sources/lightsoff/3.30/lightsoff-3.30.0.tar.xz _eclasses_=desktop b1d22ac8bdd4679ab79c71aca235009d eapi7-ver 756b3f27d8e46131d5cf3c51bd876446 epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 gnome.org 532d56d07b9eace4831aaa817d2b756a gnome2-utils 532371cfcba45b2ab0d2950547c97d95 ltprune 2729691420b6deeda2a90b1f1183fb55 meson e53acc5913e5581a8a71be22731d8f36 multilib b2f01ad412baf81650c23fcf0975fa33 multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f preserve-libs ef207dc62baddfddfd39a164d9797648 python-utils-r1 12114a2a9aab35b93efc037a196b3234 toolchain-funcs b45201c4e6c096b98e250336954e64b9 vala a94a0fb4c35fe91774bb72ec8f3c861f vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf versionator 2352c3fc97241f6a02042773c8287748 xdg c7ba313ea1eaf266f95cc6235f7d6a07 xdg-utils 14d00d009167652b1fa363e55effe213 -_md5_=310d8db1af25c3af18cff956963b657c +_md5_=cc595161cbb1b946354004279cb391c6 diff --git a/metadata/md5-cache/games-roguelike/Manifest.gz b/metadata/md5-cache/games-roguelike/Manifest.gz index 317a95a433d3..663341c10b40 100644 Binary files a/metadata/md5-cache/games-roguelike/Manifest.gz and b/metadata/md5-cache/games-roguelike/Manifest.gz differ diff --git a/metadata/md5-cache/games-roguelike/adom-1.1.1-r1 b/metadata/md5-cache/games-roguelike/adom-1.1.1-r1 index 9d885fede3f3..931eb8e7681d 100644 --- a/metadata/md5-cache/games-roguelike/adom-1.1.1-r1 +++ b/metadata/md5-cache/games-roguelike/adom-1.1.1-r1 @@ -1,12 +1,12 @@ DEFINED_PHASES=compile configure install postinst preinst prepare setup unpack DESCRIPTION=Ancient Domains Of Mystery rogue-like game EAPI=5 -HOMEPAGE=http://www.adom.de/ +HOMEPAGE=https://www.adom.de/ KEYWORDS=~amd64 ~x86 LICENSE=adom RDEPEND=|| ( >=sys-libs/ncurses-5.9-r3:0/5[abi_x86_32(-)] >=sys-libs/ncurses-5.9-r3:5/5[abi_x86_32(-)] ) games-misc/games-envd RESTRICT=strip SLOT=0 -SRC_URI=http://www.adom.de/adom/download/linux/adom-111-elf.tar.gz +SRC_URI=https://www.adom.de/adom/download/linux/adom-111-elf.tar.gz _eclasses_=base 2ec5c64f5de125f0c65a927c4c128fef desktop b1d22ac8bdd4679ab79c71aca235009d epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 games be6b136152d095d3e15031e2c725eb3f ltprune 2729691420b6deeda2a90b1f1183fb55 multilib b2f01ad412baf81650c23fcf0975fa33 preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs b45201c4e6c096b98e250336954e64b9 user 8bd74731cafdcdad8f7a63637302e073 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf -_md5_=67d03d78d556f833728e3e77d9d4e632 +_md5_=a2956d77d0c3c13904253c2056f17736 diff --git a/metadata/md5-cache/gnome-base/Manifest.gz b/metadata/md5-cache/gnome-base/Manifest.gz index e8b0307b1bfb..3b0a80875d28 100644 Binary files a/metadata/md5-cache/gnome-base/Manifest.gz and b/metadata/md5-cache/gnome-base/Manifest.gz differ diff --git a/metadata/md5-cache/gnome-base/gdm-3.30.3-r1 b/metadata/md5-cache/gnome-base/gdm-3.30.3-r1 new file mode 100644 index 000000000000..e6777aea1a60 --- /dev/null +++ b/metadata/md5-cache/gnome-base/gdm-3.30.3-r1 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install postinst postrm preinst prepare setup +DEPEND=app-text/iso-codes >=dev-libs/glib-2.44:2 >=x11-libs/gtk+-2.91.1:3 >=gnome-base/dconf-0.20 >=gnome-base/gnome-settings-daemon-3.1.4 gnome-base/gsettings-desktop-schemas >=media-libs/fontconfig-2.5.0:1.0 >=media-libs/libcanberra-0.4[gtk3] sys-apps/dbus >=sys-apps/accountsservice-0.6.35 x11-base/xorg-server x11-libs/libXau x11-libs/libX11 x11-libs/libXdmcp x11-libs/libXext x11-libs/libxcb >=x11-misc/xdg-utils-1.0.2-r3 virtual/pam elogind? ( >=sys-auth/elogind-239.3[pam] ) systemd? ( >=sys-apps/systemd-186:0=[pam] ) sys-auth/pambase[elogind?,systemd?] audit? ( sys-process/audit ) introspection? ( >=dev-libs/gobject-introspection-0.9.12:= ) plymouth? ( sys-boot/plymouth ) selinux? ( sys-libs/libselinux ) tcpd? ( >=sys-apps/tcp-wrappers-7.6 ) xinerama? ( x11-libs/libXinerama ) app-text/docbook-xml-dtd:4.1.2 dev-util/gdbus-codegen dev-util/glib-utils dev-util/itstool >=sys-devel/gettext-0.19.8 virtual/pkgconfig x11-base/xorg-proto test? ( >=dev-libs/check-0.9.4 ) >=app-portage/elt-patches-20170815 app-arch/xz-utils dev-util/desktop-file-utils x11-misc/shared-mime-info virtual/pkgconfig virtual/pkgconfig +DESCRIPTION=GNOME Display Manager for managing graphical display servers and user logins +EAPI=6 +HOMEPAGE=https://wiki.gnome.org/Projects/GDM +IUSE=accessibility audit branding elogind fprint +introspection ipv6 plymouth selinux smartcard systemd tcpd test wayland xinerama +KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~x86 +LICENSE=GPL-2+ branding? ( CC-BY-SA-4.0 ) +RDEPEND=app-text/iso-codes >=dev-libs/glib-2.44:2 >=x11-libs/gtk+-2.91.1:3 >=gnome-base/dconf-0.20 >=gnome-base/gnome-settings-daemon-3.1.4 gnome-base/gsettings-desktop-schemas >=media-libs/fontconfig-2.5.0:1.0 >=media-libs/libcanberra-0.4[gtk3] sys-apps/dbus >=sys-apps/accountsservice-0.6.35 x11-base/xorg-server x11-libs/libXau x11-libs/libX11 x11-libs/libXdmcp x11-libs/libXext x11-libs/libxcb >=x11-misc/xdg-utils-1.0.2-r3 virtual/pam elogind? ( >=sys-auth/elogind-239.3[pam] ) systemd? ( >=sys-apps/systemd-186:0=[pam] ) sys-auth/pambase[elogind?,systemd?] audit? ( sys-process/audit ) introspection? ( >=dev-libs/gobject-introspection-0.9.12:= ) plymouth? ( sys-boot/plymouth ) selinux? ( sys-libs/libselinux ) tcpd? ( >=sys-apps/tcp-wrappers-7.6 ) xinerama? ( x11-libs/libXinerama ) >=gnome-base/gnome-session-3.6 >=gnome-base/gnome-shell-3.1.90 x11-apps/xhost accessibility? ( >=app-accessibility/orca-3.10 gnome-extra/mousetweaks ) fprint? ( sys-auth/fprintd sys-auth/pam_fprint ) !gnome-extra/fast-user-switch-applet +REQUIRED_USE=^^ ( elogind systemd ) +SLOT=0 +SRC_URI=mirror://gnome/sources/gdm/3.30/gdm-3.30.3.tar.xz branding? ( https://www.mail-archive.com/tango-artists@lists.freedesktop.org/msg00043/tango-gentoo-v1.1.tar.gz ) +_eclasses_=desktop b1d22ac8bdd4679ab79c71aca235009d eapi7-ver 756b3f27d8e46131d5cf3c51bd876446 epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic a09389deba2c0a7108b581e02c7cecbf gnome.org 532d56d07b9eace4831aaa817d2b756a gnome2 1a42e8c41af42cb294817dcc5b7e3df6 gnome2-utils 532371cfcba45b2ab0d2950547c97d95 libtool f143db5a74ccd9ca28c1234deffede96 ltprune 2729691420b6deeda2a90b1f1183fb55 multilib b2f01ad412baf81650c23fcf0975fa33 pam 3e788d86170dfcd5b06824d898315e18 preserve-libs ef207dc62baddfddfd39a164d9797648 readme.gentoo-r1 22ae82e140bdd95d17a34fd5fd733190 systemd 71fd8d2065d102753fb9e4d20eaf3e9f toolchain-funcs b45201c4e6c096b98e250336954e64b9 udev 7752f306eec7b286d00bdb47b763e7ac user 8bd74731cafdcdad8f7a63637302e073 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf versionator 2352c3fc97241f6a02042773c8287748 xdg c7ba313ea1eaf266f95cc6235f7d6a07 xdg-utils 14d00d009167652b1fa363e55effe213 +_md5_=50877347ef03118d781ef7dad68ac3bf diff --git a/metadata/md5-cache/gnome-base/gnome-session-3.30.1 b/metadata/md5-cache/gnome-base/gnome-session-3.30.1-r1 similarity index 69% rename from metadata/md5-cache/gnome-base/gnome-session-3.30.1 rename to metadata/md5-cache/gnome-base/gnome-session-3.30.1-r1 index b7dd87313a0e..4a3a608c4478 100644 --- a/metadata/md5-cache/gnome-base/gnome-session-3.30.1 +++ b/metadata/md5-cache/gnome-base/gnome-session-3.30.1-r1 @@ -1,13 +1,14 @@ DEFINED_PHASES=compile configure install postinst postrm preinst prepare test -DEPEND=>=dev-libs/glib-2.46.0:2 >=x11-libs/gtk+-3.18.0:3 x11-libs/libICE x11-libs/libSM x11-libs/libX11 >=gnome-base/gnome-desktop-3.18:3= >=dev-libs/json-glib-0.10 media-libs/mesa[egl,gles2] media-libs/libepoxy x11-libs/libXcomposite systemd? ( >=sys-apps/systemd-183:0= ) consolekit? ( >=dev-libs/dbus-glib-0.76 ) dev-libs/libxslt dev-util/gdbus-codegen >=sys-devel/gettext-0.19.8 x11-libs/xtrans virtual/pkgconfig doc? ( app-text/xmlto app-text/docbook-xml-dtd:4.1.2 ) app-arch/xz-utils >=dev-util/meson-0.48.2 >=dev-util/ninja-1.7.2 dev-util/desktop-file-utils x11-misc/shared-mime-info +DEPEND=>=dev-libs/glib-2.46.0:2 >=x11-libs/gtk+-3.18.0:3 x11-libs/libICE x11-libs/libSM x11-libs/libX11 >=gnome-base/gnome-desktop-3.18:3= >=dev-libs/json-glib-0.10 media-libs/mesa[egl,gles2] media-libs/libepoxy x11-libs/libXcomposite systemd? ( >=sys-apps/systemd-183:0= ) elogind? ( >=sys-auth/elogind-239.4 ) consolekit? ( >=dev-libs/dbus-glib-0.76 ) dev-libs/libxslt dev-util/gdbus-codegen >=sys-devel/gettext-0.19.8 x11-libs/xtrans virtual/pkgconfig doc? ( app-text/xmlto app-text/docbook-xml-dtd:4.1.2 ) app-arch/xz-utils >=dev-util/meson-0.48.2 >=dev-util/ninja-1.7.2 dev-util/desktop-file-utils x11-misc/shared-mime-info DESCRIPTION=Gnome session manager EAPI=6 HOMEPAGE=https://gitlab.gnome.org/GNOME/gnome-session -IUSE=consolekit doc systemd +IUSE=consolekit doc elogind systemd KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris LICENSE=GPL-2+ -RDEPEND=>=dev-libs/glib-2.46.0:2 >=x11-libs/gtk+-3.18.0:3 x11-libs/libICE x11-libs/libSM x11-libs/libX11 >=gnome-base/gnome-desktop-3.18:3= >=dev-libs/json-glib-0.10 media-libs/mesa[egl,gles2] media-libs/libepoxy x11-libs/libXcomposite systemd? ( >=sys-apps/systemd-183:0= ) consolekit? ( >=dev-libs/dbus-glib-0.76 ) >=gnome-base/gnome-settings-daemon-3.23.2 >=gnome-base/gsettings-desktop-schemas-0.1.7 sys-apps/dbus[X] consolekit? ( sys-auth/consolekit ) x11-misc/xdg-user-dirs x11-misc/xdg-user-dirs-gtk +RDEPEND=>=dev-libs/glib-2.46.0:2 >=x11-libs/gtk+-3.18.0:3 x11-libs/libICE x11-libs/libSM x11-libs/libX11 >=gnome-base/gnome-desktop-3.18:3= >=dev-libs/json-glib-0.10 media-libs/mesa[egl,gles2] media-libs/libepoxy x11-libs/libXcomposite systemd? ( >=sys-apps/systemd-183:0= ) elogind? ( >=sys-auth/elogind-239.4 ) consolekit? ( >=dev-libs/dbus-glib-0.76 ) >=gnome-base/gnome-settings-daemon-3.23.2 >=gnome-base/gsettings-desktop-schemas-0.1.7 sys-apps/dbus[X] consolekit? ( sys-auth/consolekit ) x11-misc/xdg-user-dirs x11-misc/xdg-user-dirs-gtk +REQUIRED_USE=?? ( elogind systemd ) SLOT=0 SRC_URI=mirror://gnome/sources/gnome-session/3.30/gnome-session-3.30.1.tar.xz _eclasses_=desktop b1d22ac8bdd4679ab79c71aca235009d eapi7-ver 756b3f27d8e46131d5cf3c51bd876446 epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 gnome.org 532d56d07b9eace4831aaa817d2b756a gnome2-utils 532371cfcba45b2ab0d2950547c97d95 ltprune 2729691420b6deeda2a90b1f1183fb55 meson e53acc5913e5581a8a71be22731d8f36 multilib b2f01ad412baf81650c23fcf0975fa33 multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f preserve-libs ef207dc62baddfddfd39a164d9797648 python-utils-r1 12114a2a9aab35b93efc037a196b3234 toolchain-funcs b45201c4e6c096b98e250336954e64b9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf versionator 2352c3fc97241f6a02042773c8287748 xdg c7ba313ea1eaf266f95cc6235f7d6a07 xdg-utils 14d00d009167652b1fa363e55effe213 -_md5_=c2d5b0abfb88ec1ab2baf6943acb28d8 +_md5_=a162bf4d1825b66a30bdc474f72e2fd4 diff --git a/metadata/md5-cache/gnome-extra/Manifest.gz b/metadata/md5-cache/gnome-extra/Manifest.gz index 348bfc469542..054f824cba18 100644 Binary files a/metadata/md5-cache/gnome-extra/Manifest.gz and b/metadata/md5-cache/gnome-extra/Manifest.gz differ diff --git a/metadata/md5-cache/gnome-extra/synapse-0.2.99.2 b/metadata/md5-cache/gnome-extra/synapse-0.2.99.2 deleted file mode 100644 index 3372fb623f6a..000000000000 --- a/metadata/md5-cache/gnome-extra/synapse-0.2.99.2 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare test unpack -DEPEND=dev-libs/libgee:0.8 >=dev-libs/glib-2.28.0:2 dev-libs/json-glib dev-libs/keybinder:3 dev-libs/libunique:1 sys-apps/dbus x11-libs/cairo x11-libs/gdk-pixbuf:2 x11-libs/gtkhotkey >=x11-libs/gtk+-3.0.0:3 x11-libs/libnotify x11-libs/pango x11-themes/adwaita-icon-theme plugins? ( >=net-libs/rest-0.7 ) || ( dev-lang/vala:0.44 dev-lang/vala:0.42 dev-lang/vala:0.40 dev-lang/vala:0.36 dev-lang/vala:0.34 dev-lang/vala:0.32 ) dev-util/intltool virtual/pkgconfig >=app-portage/elt-patches-20170815 app-arch/xz-utils dev-util/desktop-file-utils x11-misc/shared-mime-info !=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 program launcher in the style of GNOME Do -EAPI=5 -HOMEPAGE=https://launchpad.net/synapse-project/ -IUSE=plugins -KEYWORDS=amd64 x86 -LICENSE=GPL-3 -RDEPEND=dev-libs/libgee:0.8 >=dev-libs/glib-2.28.0:2 dev-libs/json-glib dev-libs/keybinder:3 dev-libs/libunique:1 sys-apps/dbus x11-libs/cairo x11-libs/gdk-pixbuf:2 x11-libs/gtkhotkey >=x11-libs/gtk+-3.0.0:3 x11-libs/libnotify x11-libs/pango x11-themes/adwaita-icon-theme plugins? ( >=net-libs/rest-0.7 ) -SLOT=0 -SRC_URI=https://launchpad.net/synapse-project/0.3/0.2.99.2/+download/synapse-0.2.99.2.tar.xz -_eclasses_=autotools 1bf086cdd7356f5c9a4acd9727bd2065 autotools-utils 696393cddf6200db17a31641f597b403 desktop b1d22ac8bdd4679ab79c71aca235009d eapi7-ver 756b3f27d8e46131d5cf3c51bd876446 epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 gnome.org 532d56d07b9eace4831aaa817d2b756a gnome2 1a42e8c41af42cb294817dcc5b7e3df6 gnome2-utils 532371cfcba45b2ab0d2950547c97d95 libtool f143db5a74ccd9ca28c1234deffede96 ltprune 2729691420b6deeda2a90b1f1183fb55 multilib b2f01ad412baf81650c23fcf0975fa33 preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs b45201c4e6c096b98e250336954e64b9 vala a94a0fb4c35fe91774bb72ec8f3c861f vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf versionator 2352c3fc97241f6a02042773c8287748 xdg c7ba313ea1eaf266f95cc6235f7d6a07 xdg-utils 14d00d009167652b1fa363e55effe213 -_md5_=850d1e5006ea44d7b357a1d55e8418ac diff --git a/metadata/md5-cache/kde-apps/Manifest.gz b/metadata/md5-cache/kde-apps/Manifest.gz index 58478be23e32..94a77b1ac64a 100644 Binary files a/metadata/md5-cache/kde-apps/Manifest.gz and b/metadata/md5-cache/kde-apps/Manifest.gz differ diff --git a/metadata/md5-cache/kde-apps/akonadi-calendar-18.12.3 b/metadata/md5-cache/kde-apps/akonadi-calendar-18.12.3 index ad4e28d1c61f..01e1d7fa1993 100644 --- a/metadata/md5-cache/kde-apps/akonadi-calendar-18.12.3 +++ b/metadata/md5-cache/kde-apps/akonadi-calendar-18.12.3 @@ -5,11 +5,11 @@ DESCRIPTION=Library for akonadi calendar integration EAPI=7 HOMEPAGE=https://www.kde.org/ IUSE=debug test -KEYWORDS=~amd64 ~x86 +KEYWORDS=~amd64 ~arm64 ~x86 LICENSE=GPL-2+ LGPL-2.1+ RDEPEND=>=kde-frameworks/kcodecs-5.54.0:5 >=kde-frameworks/kconfig-5.54.0:5 >=kde-frameworks/kconfigwidgets-5.54.0:5 >=kde-frameworks/kcoreaddons-5.54.0:5 >=kde-frameworks/kdbusaddons-5.54.0:5 >=kde-frameworks/ki18n-5.54.0:5 >=kde-frameworks/kiconthemes-5.54.0:5 >=kde-frameworks/kio-5.54.0:5 >=kde-frameworks/kitemmodels-5.54.0:5 >=kde-frameworks/kjobwidgets-5.54.0:5 >=kde-frameworks/kwidgetsaddons-5.54.0:5 >=kde-frameworks/kwallet-5.54.0:5 >=kde-frameworks/kxmlgui-5.54.0:5 >=kde-apps/akonadi-18.12.3:5 >=kde-apps/akonadi-contacts-18.12.3:5 >=kde-apps/akonadi-mime-18.12.3:5 >=kde-apps/kcalcore-18.12.3:5 >=kde-apps/kcalutils-18.12.3:5 >=kde-apps/kcontacts-18.12.3:5 >=kde-apps/kidentitymanagement-18.12.3:5 >=kde-apps/kmailtransport-18.12.3:5 >=kde-apps/kmime-18.12.3:5 >=dev-qt/qtdbus-5.11.1:5 >=dev-qt/qtgui-5.11.1:5 >=dev-qt/qtwidgets-5.11.1:5 !kde-apps/kdepim-l10n !=kde-frameworks/kf-env-4 || ( >=kde-frameworks/breeze-icons-5.54.0:5 kde-frameworks/oxygen-icons:* ) >=dev-qt/qtcore-5.11.1:5 RESTRICT=test SLOT=5 SRC_URI=mirror://kde/stable/applications/18.12.3/src/akonadi-calendar-18.12.3.tar.xz _eclasses_=cmake-utils ab10bd85e5d38e2a32077bcd91faa1b6 eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic a09389deba2c0a7108b581e02c7cecbf kde5 fc5fd805ba2ae937026fec3dc3501c13 kde5-functions 1236edc19d52100e99be7dc2fc91db0a multilib b2f01ad412baf81650c23fcf0975fa33 multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f toolchain-funcs b45201c4e6c096b98e250336954e64b9 virtualx 401b718cc14d43a5a7fbe062c4851ba5 xdg c7ba313ea1eaf266f95cc6235f7d6a07 xdg-utils 14d00d009167652b1fa363e55effe213 -_md5_=7692104f3aec6c7c87fa38befa7682eb +_md5_=4319cc6b2b115461297f48d4b97cd519 diff --git a/metadata/md5-cache/kde-apps/akonadi-import-wizard-18.12.3 b/metadata/md5-cache/kde-apps/akonadi-import-wizard-18.12.3 index ad88aa052f3a..074fab291ca0 100644 --- a/metadata/md5-cache/kde-apps/akonadi-import-wizard-18.12.3 +++ b/metadata/md5-cache/kde-apps/akonadi-import-wizard-18.12.3 @@ -5,10 +5,10 @@ DESCRIPTION=Assistant to import PIM data from other applications into Akonadi EAPI=7 HOMEPAGE=https://www.kde.org/ https://userbase.kde.org/Kmail/Import_Options IUSE=debug +handbook -KEYWORDS=~amd64 ~x86 +KEYWORDS=~amd64 ~arm64 ~x86 LICENSE=GPL-2+ handbook? ( FDL-1.2+ ) RDEPEND=>=kde-frameworks/kcompletion-5.54.0:5 >=kde-frameworks/kconfig-5.54.0:5 >=kde-frameworks/kcoreaddons-5.54.0:5 >=kde-frameworks/kcrash-5.54.0:5 >=kde-frameworks/kdbusaddons-5.54.0:5 >=kde-frameworks/ki18n-5.54.0:5 >=kde-frameworks/kwallet-5.54.0:5 >=kde-frameworks/kwidgetsaddons-5.54.0:5 >=kde-frameworks/kxmlgui-5.54.0:5 >=kde-apps/akonadi-18.12.3:5 >=kde-apps/kcontacts-18.12.3:5 >=kde-apps/kidentitymanagement-18.12.3:5 >=kde-apps/kmailtransport-18.12.3:5 >=kde-apps/libkdepim-18.12.3:5 >=kde-apps/mailcommon-18.12.3:5 >=kde-apps/mailimporter-18.12.3:5 >=kde-apps/messagelib-18.12.3:5 >=kde-apps/pimcommon-18.12.3:5 >=dev-qt/qtgui-5.11.1:5 >=dev-qt/qtwidgets-5.11.1:5 >=dev-qt/qtxml-5.11.1:5 !kde-apps/kdepim-l10n !kde-apps/kmail:4 >=kde-frameworks/kf-env-4 || ( >=kde-frameworks/breeze-icons-5.54.0:5 kde-frameworks/oxygen-icons:* ) >=dev-qt/qtcore-5.11.1:5 SLOT=5 SRC_URI=mirror://kde/stable/applications/18.12.3/src/akonadi-import-wizard-18.12.3.tar.xz _eclasses_=cmake-utils ab10bd85e5d38e2a32077bcd91faa1b6 eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic a09389deba2c0a7108b581e02c7cecbf kde5 fc5fd805ba2ae937026fec3dc3501c13 kde5-functions 1236edc19d52100e99be7dc2fc91db0a multilib b2f01ad412baf81650c23fcf0975fa33 multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f toolchain-funcs b45201c4e6c096b98e250336954e64b9 virtualx 401b718cc14d43a5a7fbe062c4851ba5 xdg c7ba313ea1eaf266f95cc6235f7d6a07 xdg-utils 14d00d009167652b1fa363e55effe213 -_md5_=fc68203bd5b70491b27616107d96ba75 +_md5_=29bd146c4bb91292baa10ba0c5e9ad4c diff --git a/metadata/md5-cache/kde-apps/akonadi-mime-18.12.3 b/metadata/md5-cache/kde-apps/akonadi-mime-18.12.3 index 65490a350389..8f7ef10fdd42 100644 --- a/metadata/md5-cache/kde-apps/akonadi-mime-18.12.3 +++ b/metadata/md5-cache/kde-apps/akonadi-mime-18.12.3 @@ -5,11 +5,11 @@ DESCRIPTION=Library for akonadi mime types EAPI=7 HOMEPAGE=https://www.kde.org/ IUSE=debug test -KEYWORDS=~amd64 ~x86 +KEYWORDS=~amd64 ~arm64 ~x86 LICENSE=GPL-2+ LGPL-2.1+ RDEPEND=>=kde-frameworks/kconfig-5.54.0:5 >=kde-frameworks/kcoreaddons-5.54.0:5 >=kde-frameworks/kdbusaddons-5.54.0:5 >=kde-frameworks/ki18n-5.54.0:5 >=kde-frameworks/kio-5.54.0:5 >=kde-frameworks/kitemmodels-5.54.0:5 >=kde-frameworks/kwidgetsaddons-5.54.0:5 >=kde-frameworks/kxmlgui-5.54.0:5 >=kde-apps/akonadi-18.12.3:5 >=kde-apps/kmime-18.12.3:5 >=dev-qt/qtdbus-5.11.1:5 >=dev-qt/qtgui-5.11.1:5 >=dev-qt/qtwidgets-5.11.1:5 dev-libs/libxslt !kde-apps/kdepim-l10n !=kde-frameworks/kf-env-4 || ( >=kde-frameworks/breeze-icons-5.54.0:5 kde-frameworks/oxygen-icons:* ) >=dev-qt/qtcore-5.11.1:5 RESTRICT=test SLOT=5 SRC_URI=mirror://kde/stable/applications/18.12.3/src/akonadi-mime-18.12.3.tar.xz _eclasses_=cmake-utils ab10bd85e5d38e2a32077bcd91faa1b6 eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic a09389deba2c0a7108b581e02c7cecbf kde5 fc5fd805ba2ae937026fec3dc3501c13 kde5-functions 1236edc19d52100e99be7dc2fc91db0a multilib b2f01ad412baf81650c23fcf0975fa33 multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f toolchain-funcs b45201c4e6c096b98e250336954e64b9 virtualx 401b718cc14d43a5a7fbe062c4851ba5 xdg c7ba313ea1eaf266f95cc6235f7d6a07 xdg-utils 14d00d009167652b1fa363e55effe213 -_md5_=d1338f1b6130dee524aab2ed533562a7 +_md5_=817b2e1e39de6be0dded67c3dc6e8684 diff --git a/metadata/md5-cache/kde-apps/akonadi-notes-18.12.3 b/metadata/md5-cache/kde-apps/akonadi-notes-18.12.3 index dc1fb0b894c3..6b163cc3f7b3 100644 --- a/metadata/md5-cache/kde-apps/akonadi-notes-18.12.3 +++ b/metadata/md5-cache/kde-apps/akonadi-notes-18.12.3 @@ -5,11 +5,11 @@ DESCRIPTION=Library for akonadi notes integration EAPI=7 HOMEPAGE=https://www.kde.org/ IUSE=debug test -KEYWORDS=~amd64 ~x86 +KEYWORDS=~amd64 ~arm64 ~x86 LICENSE=GPL-2+ RDEPEND=>=kde-frameworks/ki18n-5.54.0:5 >=kde-apps/kmime-18.12.3:5 >=dev-qt/qtgui-5.11.1:5 >=dev-qt/qtxml-5.11.1:5 !kde-apps/kdepim-l10n >=kde-frameworks/kf-env-4 || ( >=kde-frameworks/breeze-icons-5.54.0:5 kde-frameworks/oxygen-icons:* ) >=dev-qt/qtcore-5.11.1:5 RESTRICT=test SLOT=5 SRC_URI=mirror://kde/stable/applications/18.12.3/src/akonadi-notes-18.12.3.tar.xz _eclasses_=cmake-utils ab10bd85e5d38e2a32077bcd91faa1b6 eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic a09389deba2c0a7108b581e02c7cecbf kde5 fc5fd805ba2ae937026fec3dc3501c13 kde5-functions 1236edc19d52100e99be7dc2fc91db0a multilib b2f01ad412baf81650c23fcf0975fa33 multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f toolchain-funcs b45201c4e6c096b98e250336954e64b9 virtualx 401b718cc14d43a5a7fbe062c4851ba5 xdg c7ba313ea1eaf266f95cc6235f7d6a07 xdg-utils 14d00d009167652b1fa363e55effe213 -_md5_=db93be182e05cfe30bb901b53493654e +_md5_=21cdcc973fcc365f84a9abb69cdaf0b5 diff --git a/metadata/md5-cache/kde-apps/akonadi-search-18.12.3 b/metadata/md5-cache/kde-apps/akonadi-search-18.12.3 index a860e3f81abc..8a63175265d1 100644 --- a/metadata/md5-cache/kde-apps/akonadi-search-18.12.3 +++ b/metadata/md5-cache/kde-apps/akonadi-search-18.12.3 @@ -5,10 +5,10 @@ DESCRIPTION=Libraries and daemons to implement searching in Akonadi EAPI=7 HOMEPAGE=https://cgit.kde.org/akonadi-search.git IUSE=test debug test -KEYWORDS=~amd64 ~x86 +KEYWORDS=~amd64 ~arm64 ~x86 LICENSE=GPL-2+ LGPL-2.1+ RDEPEND=>=kde-frameworks/kcmutils-5.54.0:5 >=kde-frameworks/kcodecs-5.54.0:5 >=kde-frameworks/kconfig-5.54.0:5 >=kde-frameworks/kconfigwidgets-5.54.0:5 >=kde-frameworks/kcoreaddons-5.54.0:5 >=kde-frameworks/kdbusaddons-5.54.0:5 >=kde-frameworks/kio-5.54.0:5 >=kde-frameworks/ki18n-5.54.0:5 >=kde-frameworks/krunner-5.54.0:5 >=kde-apps/akonadi-18.12.3:5 >=kde-apps/akonadi-mime-18.12.3:5 >=kde-apps/kcalcore-18.12.3:5 >=kde-apps/kcontacts-18.12.3:5 >=kde-apps/kmime-18.12.3:5 >=dev-qt/qtdbus-5.11.1:5 >=dev-qt/qtgui-5.11.1:5 >=dev-qt/qtwidgets-5.11.1:5 >=dev-libs/xapian-1.3:=[chert] !kde-apps/kdepim-l10n >=kde-frameworks/kf-env-4 || ( >=kde-frameworks/breeze-icons-5.54.0:5 kde-frameworks/oxygen-icons:* ) >=dev-qt/qtcore-5.11.1:5 SLOT=5 SRC_URI=mirror://kde/stable/applications/18.12.3/src/akonadi-search-18.12.3.tar.xz _eclasses_=cmake-utils ab10bd85e5d38e2a32077bcd91faa1b6 eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic a09389deba2c0a7108b581e02c7cecbf kde5 fc5fd805ba2ae937026fec3dc3501c13 kde5-functions 1236edc19d52100e99be7dc2fc91db0a multilib b2f01ad412baf81650c23fcf0975fa33 multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f toolchain-funcs b45201c4e6c096b98e250336954e64b9 virtualx 401b718cc14d43a5a7fbe062c4851ba5 xdg c7ba313ea1eaf266f95cc6235f7d6a07 xdg-utils 14d00d009167652b1fa363e55effe213 -_md5_=4c709682f0b805f12b34a6d3744e5457 +_md5_=9c6d12e1262feb3c801a0264ac04df50 diff --git a/metadata/md5-cache/kde-apps/akonadiconsole-18.12.3 b/metadata/md5-cache/kde-apps/akonadiconsole-18.12.3 index 73b524566ec6..0d2312fe3d43 100644 --- a/metadata/md5-cache/kde-apps/akonadiconsole-18.12.3 +++ b/metadata/md5-cache/kde-apps/akonadiconsole-18.12.3 @@ -5,10 +5,10 @@ DESCRIPTION=Application for debugging Akonadi Resources EAPI=7 HOMEPAGE=https://www.kde.org/ IUSE=debug +handbook -KEYWORDS=~amd64 ~x86 +KEYWORDS=~amd64 ~arm64 ~x86 LICENSE=GPL-2+ LGPL-2.1+ handbook? ( FDL-1.2+ ) RDEPEND=>=kde-frameworks/kcompletion-5.54.0:5 >=kde-frameworks/kconfig-5.54.0:5 >=kde-frameworks/kconfigwidgets-5.54.0:5 >=kde-frameworks/kcoreaddons-5.54.0:5 >=kde-frameworks/kcrash-5.54.0:5 >=kde-frameworks/kdbusaddons-5.54.0:5 >=kde-frameworks/kio-5.54.0:5 >=kde-frameworks/ki18n-5.54.0:5 >=kde-frameworks/kitemmodels-5.54.0:5 >=kde-frameworks/kitemviews-5.54.0:5 >=kde-frameworks/ktextwidgets-5.54.0:5 >=kde-frameworks/kwidgetsaddons-5.54.0:5 >=kde-frameworks/kxmlgui-5.54.0:5 >=kde-apps/akonadi-18.12.3:5 >=kde-apps/akonadi-contacts-18.12.3:5 >=kde-apps/akonadi-search-18.12.3:5 >=kde-apps/calendarsupport-18.12.3:5 >=kde-apps/kcalcore-18.12.3:5 >=kde-apps/kcontacts-18.12.3:5 >=kde-apps/kmime-18.12.3:5 >=kde-apps/libkdepim-18.12.3:5 >=kde-apps/messagelib-18.12.3:5 >=dev-qt/qtdbus-5.11.1:5 >=dev-qt/qtgui-5.11.1:5 >=dev-qt/qtsql-5.11.1:5 >=dev-qt/qtwidgets-5.11.1:5 dev-libs/xapian:= >=kde-frameworks/kf-env-4 || ( >=kde-frameworks/breeze-icons-5.54.0:5 kde-frameworks/oxygen-icons:* ) >=dev-qt/qtcore-5.11.1:5 SLOT=5 SRC_URI=mirror://kde/stable/applications/18.12.3/src/akonadiconsole-18.12.3.tar.xz _eclasses_=cmake-utils ab10bd85e5d38e2a32077bcd91faa1b6 eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic a09389deba2c0a7108b581e02c7cecbf kde5 fc5fd805ba2ae937026fec3dc3501c13 kde5-functions 1236edc19d52100e99be7dc2fc91db0a multilib b2f01ad412baf81650c23fcf0975fa33 multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f toolchain-funcs b45201c4e6c096b98e250336954e64b9 virtualx 401b718cc14d43a5a7fbe062c4851ba5 xdg c7ba313ea1eaf266f95cc6235f7d6a07 xdg-utils 14d00d009167652b1fa363e55effe213 -_md5_=bd29080b850146afe1313410e02c6218 +_md5_=2c6dd4a08a02cf8eba335a6faf37f9a8 diff --git a/metadata/md5-cache/kde-apps/akregator-18.12.3 b/metadata/md5-cache/kde-apps/akregator-18.12.3 index 804cf99a56f9..1d0c4c27c54b 100644 --- a/metadata/md5-cache/kde-apps/akregator-18.12.3 +++ b/metadata/md5-cache/kde-apps/akregator-18.12.3 @@ -5,10 +5,10 @@ DESCRIPTION=News feed aggregator EAPI=7 HOMEPAGE=https://www.kde.org/applications/internet/akregator IUSE=debug +handbook test -KEYWORDS=~amd64 ~x86 +KEYWORDS=~amd64 ~arm64 ~x86 LICENSE=GPL-2+ handbook? ( FDL-1.2+ ) RDEPEND=>=kde-frameworks/kcmutils-5.54.0:5 >=kde-frameworks/kcodecs-5.54.0:5 >=kde-frameworks/kcompletion-5.54.0:5 >=kde-frameworks/kconfig-5.54.0:5 >=kde-frameworks/kconfigwidgets-5.54.0:5 >=kde-frameworks/kcoreaddons-5.54.0:5 >=kde-frameworks/kcrash-5.54.0:5 >=kde-frameworks/ki18n-5.54.0:5 >=kde-frameworks/kiconthemes-5.54.0:5 >=kde-frameworks/kio-5.54.0:5 >=kde-frameworks/kjobwidgets-5.54.0:5 >=kde-frameworks/knotifications-5.54.0:5 >=kde-frameworks/knotifyconfig-5.54.0:5 >=kde-frameworks/kparts-5.54.0:5 >=kde-frameworks/kservice-5.54.0:5 >=kde-frameworks/ktextwidgets-5.54.0:5 >=kde-frameworks/kwidgetsaddons-5.54.0:5 >=kde-frameworks/kxmlgui-5.54.0:5 >=kde-frameworks/syndication-5.54.0:5 >=kde-apps/grantleetheme-18.12.3:5 >=kde-apps/kontactinterface-18.12.3:5 >=kde-apps/kpimtextedit-18.12.3:5 >=kde-apps/libkdepim-18.12.3:5 >=kde-apps/messagelib-18.12.3:5 >=kde-apps/pimcommon-18.12.3:5 >=dev-qt/qtdbus-5.11.1:5 >=dev-qt/qtgui-5.11.1:5 >=dev-qt/qtnetwork-5.11.1:5 >=dev-qt/qtwebengine-5.11.1:5 >=dev-qt/qtwidgets-5.11.1:5 >=dev-qt/qtxml-5.11.1:5 !kde-apps/akregator:4 !kde-apps/kdepim-l10n >=kde-frameworks/kf-env-4 || ( >=kde-frameworks/breeze-icons-5.54.0:5 kde-frameworks/oxygen-icons:* ) >=dev-qt/qtcore-5.11.1:5 SLOT=5 SRC_URI=mirror://kde/stable/applications/18.12.3/src/akregator-18.12.3.tar.xz _eclasses_=cmake-utils ab10bd85e5d38e2a32077bcd91faa1b6 eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic a09389deba2c0a7108b581e02c7cecbf kde5 fc5fd805ba2ae937026fec3dc3501c13 kde5-functions 1236edc19d52100e99be7dc2fc91db0a multilib b2f01ad412baf81650c23fcf0975fa33 multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f toolchain-funcs b45201c4e6c096b98e250336954e64b9 virtualx 401b718cc14d43a5a7fbe062c4851ba5 xdg c7ba313ea1eaf266f95cc6235f7d6a07 xdg-utils 14d00d009167652b1fa363e55effe213 -_md5_=5bb49ef42e7af9e7835c0752a05864cd +_md5_=0c53ea30681a64ccd822b5961e4271bb diff --git a/metadata/md5-cache/kde-apps/calendarjanitor-18.12.3 b/metadata/md5-cache/kde-apps/calendarjanitor-18.12.3 index c7c8521e9df0..e6b8008d64f9 100644 --- a/metadata/md5-cache/kde-apps/calendarjanitor-18.12.3 +++ b/metadata/md5-cache/kde-apps/calendarjanitor-18.12.3 @@ -5,10 +5,10 @@ DESCRIPTION=Tool to scan calendar data for buggy instances EAPI=7 HOMEPAGE=https://www.kde.org/ IUSE=debug +handbook -KEYWORDS=~amd64 ~x86 +KEYWORDS=~amd64 ~arm64 ~x86 LICENSE=GPL-2+ handbook? ( FDL-1.2+ ) RDEPEND=>=kde-frameworks/kcoreaddons-5.54.0:5 >=kde-frameworks/kdelibs4support-5.54.0:5 >=kde-frameworks/ki18n-5.54.0:5 >=kde-apps/akonadi-18.12.3:5 >=kde-apps/akonadi-calendar-18.12.3:5 >=kde-apps/calendarsupport-18.12.3:5 >=kde-apps/kcalcore-18.12.3:5 >=dev-qt/qtwidgets-5.11.1:5 !kde-apps/kdepim-l10n >=kde-frameworks/kf-env-4 || ( >=kde-frameworks/breeze-icons-5.54.0:5 kde-frameworks/oxygen-icons:* ) >=dev-qt/qtcore-5.11.1:5 SLOT=5 SRC_URI=mirror://kde/stable/applications/18.12.3/src/akonadi-calendar-tools-18.12.3.tar.xz _eclasses_=cmake-utils ab10bd85e5d38e2a32077bcd91faa1b6 eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic a09389deba2c0a7108b581e02c7cecbf kde5 fc5fd805ba2ae937026fec3dc3501c13 kde5-functions 1236edc19d52100e99be7dc2fc91db0a multilib b2f01ad412baf81650c23fcf0975fa33 multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f toolchain-funcs b45201c4e6c096b98e250336954e64b9 virtualx 401b718cc14d43a5a7fbe062c4851ba5 xdg c7ba313ea1eaf266f95cc6235f7d6a07 xdg-utils 14d00d009167652b1fa363e55effe213 -_md5_=b7382713cb63e13a4ff5535b15d524a9 +_md5_=6bae4dd9a948f8f2913e1ec935dd158a diff --git a/metadata/md5-cache/kde-apps/calendarsupport-18.12.3 b/metadata/md5-cache/kde-apps/calendarsupport-18.12.3 index b16461261ce9..d26fbbe37ff0 100644 --- a/metadata/md5-cache/kde-apps/calendarsupport-18.12.3 +++ b/metadata/md5-cache/kde-apps/calendarsupport-18.12.3 @@ -5,10 +5,10 @@ DESCRIPTION=Calendar support library EAPI=7 HOMEPAGE=https://www.kde.org/ IUSE=debug -KEYWORDS=~amd64 ~x86 +KEYWORDS=~amd64 ~arm64 ~x86 LICENSE=GPL-2+ LGPL-2.1+ RDEPEND=>=kde-frameworks/kcodecs-5.54.0:5 >=kde-frameworks/kcompletion-5.54.0:5 >=kde-frameworks/kconfig-5.54.0:5 >=kde-frameworks/kcoreaddons-5.54.0:5 >=kde-frameworks/kguiaddons-5.54.0:5 >=kde-frameworks/kholidays-5.54.0:5 >=kde-frameworks/ki18n-5.54.0:5 >=kde-frameworks/kiconthemes-5.54.0:5 >=kde-frameworks/kio-5.54.0:5 >=kde-frameworks/kjobwidgets-5.54.0:5 >=kde-frameworks/kwidgetsaddons-5.54.0:5 >=kde-apps/akonadi-18.12.3:5 >=kde-apps/akonadi-calendar-18.12.3:5 >=kde-apps/akonadi-mime-18.12.3:5 >=kde-apps/kcalcore-18.12.3:5 >=kde-apps/kcalutils-18.12.3:5 >=kde-apps/kdepim-apps-libs-18.12.3:5 >=kde-apps/kidentitymanagement-18.12.3:5 >=kde-apps/kmime-18.12.3:5 >=kde-apps/libkdepim-18.12.3:5 >=kde-apps/pimcommon-18.12.3:5 >=dev-qt/designer-5.11.1:5 >=dev-qt/qtgui-5.11.1:5 >=dev-qt/qtprintsupport-5.11.1:5 >=dev-qt/qtwidgets-5.11.1:5 dev-libs/libical !kde-apps/kdepim-l10n >=kde-frameworks/kf-env-4 || ( >=kde-frameworks/breeze-icons-5.54.0:5 kde-frameworks/oxygen-icons:* ) >=dev-qt/qtcore-5.11.1:5 SLOT=5 SRC_URI=mirror://kde/stable/applications/18.12.3/src/calendarsupport-18.12.3.tar.xz _eclasses_=cmake-utils ab10bd85e5d38e2a32077bcd91faa1b6 eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic a09389deba2c0a7108b581e02c7cecbf kde5 fc5fd805ba2ae937026fec3dc3501c13 kde5-functions 1236edc19d52100e99be7dc2fc91db0a multilib b2f01ad412baf81650c23fcf0975fa33 multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f toolchain-funcs b45201c4e6c096b98e250336954e64b9 virtualx 401b718cc14d43a5a7fbe062c4851ba5 xdg c7ba313ea1eaf266f95cc6235f7d6a07 xdg-utils 14d00d009167652b1fa363e55effe213 -_md5_=1754374fede6a42d810c972bdc7af14a +_md5_=d4f2de77816663074bd54d8d95f57e25 diff --git a/metadata/md5-cache/kde-apps/eventviews-18.12.3 b/metadata/md5-cache/kde-apps/eventviews-18.12.3 index b2589f01db14..4aae61fb6f63 100644 --- a/metadata/md5-cache/kde-apps/eventviews-18.12.3 +++ b/metadata/md5-cache/kde-apps/eventviews-18.12.3 @@ -5,10 +5,10 @@ DESCRIPTION=Calendar viewer for KDE PIM EAPI=7 HOMEPAGE=https://www.kde.org/ IUSE=debug test -KEYWORDS=~amd64 ~x86 +KEYWORDS=~amd64 ~arm64 ~x86 LICENSE=GPL-2+ LGPL-2.1+ RDEPEND=>=kde-frameworks/kcodecs-5.54.0:5 >=kde-frameworks/kcompletion-5.54.0:5 >=kde-frameworks/kconfig-5.54.0:5 >=kde-frameworks/kconfigwidgets-5.54.0:5 >=kde-frameworks/kcoreaddons-5.54.0:5 >=kde-frameworks/kguiaddons-5.54.0:5 >=kde-frameworks/ki18n-5.54.0:5 >=kde-frameworks/kiconthemes-5.54.0:5 >=kde-frameworks/kitemmodels-5.54.0:5 >=kde-frameworks/kservice-5.54.0:5 >=kde-frameworks/kwidgetsaddons-5.54.0:5 >=kde-apps/akonadi-18.12.3:5 >=kde-apps/akonadi-calendar-18.12.3:5 >=kde-apps/calendarsupport-18.12.3:5 >=kde-apps/kcalcore-18.12.3:5 >=kde-apps/kcalutils-18.12.3:5 >=kde-apps/kcontacts-18.12.3:5 >=kde-apps/kmime-18.12.3:5 >=kde-apps/libkdepim-18.12.3:5 >=dev-qt/designer-5.11.1:5 >=dev-qt/qtgui-5.11.1:5 >=dev-qt/qtwidgets-5.11.1:5 dev-libs/kdiagram:5 dev-libs/libical !kde-apps/kdepim-l10n >=kde-frameworks/kf-env-4 || ( >=kde-frameworks/breeze-icons-5.54.0:5 kde-frameworks/oxygen-icons:* ) >=dev-qt/qtcore-5.11.1:5 SLOT=5 SRC_URI=mirror://kde/stable/applications/18.12.3/src/eventviews-18.12.3.tar.xz _eclasses_=cmake-utils ab10bd85e5d38e2a32077bcd91faa1b6 eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic a09389deba2c0a7108b581e02c7cecbf kde5 fc5fd805ba2ae937026fec3dc3501c13 kde5-functions 1236edc19d52100e99be7dc2fc91db0a multilib b2f01ad412baf81650c23fcf0975fa33 multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f toolchain-funcs b45201c4e6c096b98e250336954e64b9 virtualx 401b718cc14d43a5a7fbe062c4851ba5 xdg c7ba313ea1eaf266f95cc6235f7d6a07 xdg-utils 14d00d009167652b1fa363e55effe213 -_md5_=aa10afee2707488ad57bd7a018538527 +_md5_=b51b53adfad9fd58b6732e4a6e2cff4a diff --git a/metadata/md5-cache/kde-apps/grantlee-editor-18.12.3 b/metadata/md5-cache/kde-apps/grantlee-editor-18.12.3 index a7b220a3f606..b32e8f6eda7b 100644 --- a/metadata/md5-cache/kde-apps/grantlee-editor-18.12.3 +++ b/metadata/md5-cache/kde-apps/grantlee-editor-18.12.3 @@ -5,10 +5,10 @@ DESCRIPTION=Utilities and tools to manage themes in KDE PIM applications EAPI=7 HOMEPAGE=https://www.kde.org/ IUSE=debug +handbook -KEYWORDS=~amd64 ~x86 +KEYWORDS=~amd64 ~arm64 ~x86 LICENSE=GPL-2+ handbook? ( FDL-1.2+ ) RDEPEND=>=kde-frameworks/karchive-5.54.0:5 >=kde-frameworks/kcompletion-5.54.0:5 >=kde-frameworks/kconfig-5.54.0:5 >=kde-frameworks/kconfigwidgets-5.54.0:5 >=kde-frameworks/kcoreaddons-5.54.0:5 >=kde-frameworks/kcrash-5.54.0:5 >=kde-frameworks/kdbusaddons-5.54.0:5 >=kde-frameworks/ki18n-5.54.0:5 >=kde-frameworks/kio-5.54.0:5 >=kde-frameworks/knewstuff-5.54.0:5 >=kde-frameworks/ktexteditor-5.54.0:5 >=kde-frameworks/kwallet-5.54.0:5 >=kde-frameworks/kwidgetsaddons-5.54.0:5 >=kde-frameworks/kxmlgui-5.54.0:5 >=kde-apps/akonadi-contacts-18.12.3:5 >=kde-apps/kcontacts-18.12.3:5 >=kde-apps/kmime-18.12.3:5 >=kde-apps/kpimtextedit-18.12.3:5 >=kde-apps/messagelib-18.12.3:5 >=kde-apps/pimcommon-18.12.3:5 >=dev-qt/qtgui-5.11.1:5 >=dev-qt/qtwebengine-5.11.1:5[widgets] >=dev-qt/qtwidgets-5.11.1:5 !kde-apps/kaddressbook:4 !kde-apps/kdepim-common-libs:4 !kde-apps/kdepim-l10n !kde-apps/kmail:4 >=kde-frameworks/kf-env-4 || ( >=kde-frameworks/breeze-icons-5.54.0:5 kde-frameworks/oxygen-icons:* ) >=dev-qt/qtcore-5.11.1:5 SLOT=5 SRC_URI=mirror://kde/stable/applications/18.12.3/src/grantlee-editor-18.12.3.tar.xz _eclasses_=cmake-utils ab10bd85e5d38e2a32077bcd91faa1b6 eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic a09389deba2c0a7108b581e02c7cecbf kde5 fc5fd805ba2ae937026fec3dc3501c13 kde5-functions 1236edc19d52100e99be7dc2fc91db0a multilib b2f01ad412baf81650c23fcf0975fa33 multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f toolchain-funcs b45201c4e6c096b98e250336954e64b9 virtualx 401b718cc14d43a5a7fbe062c4851ba5 xdg c7ba313ea1eaf266f95cc6235f7d6a07 xdg-utils 14d00d009167652b1fa363e55effe213 -_md5_=eda81df20a668272430dc704219a8945 +_md5_=0f453f9e5bb35b0813c4ad61b366669a diff --git a/metadata/md5-cache/kde-apps/grantleetheme-18.12.3 b/metadata/md5-cache/kde-apps/grantleetheme-18.12.3 index 166687484fa5..009fd937f706 100644 --- a/metadata/md5-cache/kde-apps/grantleetheme-18.12.3 +++ b/metadata/md5-cache/kde-apps/grantleetheme-18.12.3 @@ -5,11 +5,11 @@ DESCRIPTION=Library for Grantlee plugins EAPI=7 HOMEPAGE=https://www.kde.org/ IUSE=debug test -KEYWORDS=~amd64 ~x86 +KEYWORDS=~amd64 ~arm64 ~x86 LICENSE=GPL-2+ LGPL-2.1+ RDEPEND=>=kde-frameworks/kconfig-5.54.0:5 >=kde-frameworks/kcoreaddons-5.54.0:5 >=kde-frameworks/ki18n-5.54.0:5 >=kde-frameworks/kiconthemes-5.54.0:5 >=kde-frameworks/knewstuff-5.54.0:5 >=kde-frameworks/kwidgetsaddons-5.54.0:5 >=kde-frameworks/kxmlgui-5.54.0:5 >=dev-qt/qtgui-5.11.1:5 >=dev-qt/qtwidgets-5.11.1:5 dev-libs/grantlee:5 !kde-apps/kdepim-l10n >=kde-frameworks/kf-env-4 || ( >=kde-frameworks/breeze-icons-5.54.0:5 kde-frameworks/oxygen-icons:* ) >=dev-qt/qtcore-5.11.1:5 RESTRICT=test SLOT=5 SRC_URI=mirror://kde/stable/applications/18.12.3/src/grantleetheme-18.12.3.tar.xz _eclasses_=cmake-utils ab10bd85e5d38e2a32077bcd91faa1b6 eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic a09389deba2c0a7108b581e02c7cecbf kde5 fc5fd805ba2ae937026fec3dc3501c13 kde5-functions 1236edc19d52100e99be7dc2fc91db0a multilib b2f01ad412baf81650c23fcf0975fa33 multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f toolchain-funcs b45201c4e6c096b98e250336954e64b9 virtualx 401b718cc14d43a5a7fbe062c4851ba5 xdg c7ba313ea1eaf266f95cc6235f7d6a07 xdg-utils 14d00d009167652b1fa363e55effe213 -_md5_=63727af49b6dcfed86c3c651f9447cd0 +_md5_=54a2ff7d2b250b66669b39aee254cf56 diff --git a/metadata/md5-cache/kde-apps/incidenceeditor-18.12.3 b/metadata/md5-cache/kde-apps/incidenceeditor-18.12.3 index 548949f2ff68..e3320603a53d 100644 --- a/metadata/md5-cache/kde-apps/incidenceeditor-18.12.3 +++ b/metadata/md5-cache/kde-apps/incidenceeditor-18.12.3 @@ -5,10 +5,10 @@ DESCRIPTION=Incidence editor for korganizer EAPI=7 HOMEPAGE=https://www.kde.org/ IUSE=test debug test -KEYWORDS=~amd64 ~x86 +KEYWORDS=~amd64 ~arm64 ~x86 LICENSE=GPL-2+ RDEPEND=>=kde-frameworks/kcodecs-5.54.0:5 >=kde-frameworks/kcompletion-5.54.0:5 >=kde-frameworks/kconfig-5.54.0:5 >=kde-frameworks/kconfigwidgets-5.54.0:5 >=kde-frameworks/kcoreaddons-5.54.0:5 >=kde-frameworks/ki18n-5.54.0:5 >=kde-frameworks/kiconthemes-5.54.0:5 >=kde-frameworks/kio-5.54.0:5 >=kde-frameworks/kitemmodels-5.54.0:5 >=kde-frameworks/kjobwidgets-5.54.0:5 >=kde-frameworks/kservice-5.54.0:5 >=kde-frameworks/ktextwidgets-5.54.0:5 >=kde-frameworks/kwidgetsaddons-5.54.0:5 >=kde-frameworks/kxmlgui-5.54.0:5 >=kde-apps/akonadi-18.12.3:5 >=kde-apps/akonadi-calendar-18.12.3:5 >=kde-apps/akonadi-contacts-18.12.3:5 >=kde-apps/akonadi-mime-18.12.3:5 >=kde-apps/calendarsupport-18.12.3:5 >=kde-apps/eventviews-18.12.3:5 >=kde-apps/kcalcore-18.12.3:5 >=kde-apps/kcalutils-18.12.3:5 >=kde-apps/kcontacts-18.12.3:5 >=kde-apps/kdepim-apps-libs-18.12.3:5 >=kde-apps/kidentitymanagement-18.12.3:5 >=kde-apps/kldap-18.12.3:5 >=kde-apps/kmailtransport-18.12.3:5 >=kde-apps/kmime-18.12.3:5 >=kde-apps/libkdepim-18.12.3:5 >=dev-qt/qtdbus-5.11.1:5 >=dev-qt/qtgui-5.11.1:5 >=dev-qt/qtwidgets-5.11.1:5 dev-libs/kdiagram:5 !kde-apps/kdepim-common-libs:4 !kde-apps/kdepim-l10n >=kde-frameworks/kf-env-4 || ( >=kde-frameworks/breeze-icons-5.54.0:5 kde-frameworks/oxygen-icons:* ) >=dev-qt/qtcore-5.11.1:5 SLOT=5 SRC_URI=mirror://kde/stable/applications/18.12.3/src/incidenceeditor-18.12.3.tar.xz _eclasses_=cmake-utils ab10bd85e5d38e2a32077bcd91faa1b6 eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic a09389deba2c0a7108b581e02c7cecbf kde5 fc5fd805ba2ae937026fec3dc3501c13 kde5-functions 1236edc19d52100e99be7dc2fc91db0a multilib b2f01ad412baf81650c23fcf0975fa33 multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f toolchain-funcs b45201c4e6c096b98e250336954e64b9 virtualx 401b718cc14d43a5a7fbe062c4851ba5 xdg c7ba313ea1eaf266f95cc6235f7d6a07 xdg-utils 14d00d009167652b1fa363e55effe213 -_md5_=bde3de8fc7f382dc3ad020dae20c1e76 +_md5_=dbe9cd3cc7f8837d9ca15300e6ca76d9 diff --git a/metadata/md5-cache/kde-apps/kaddressbook-18.12.3 b/metadata/md5-cache/kde-apps/kaddressbook-18.12.3 index 0def8ffe5fe2..10e88ef26db4 100644 --- a/metadata/md5-cache/kde-apps/kaddressbook-18.12.3 +++ b/metadata/md5-cache/kde-apps/kaddressbook-18.12.3 @@ -5,10 +5,10 @@ DESCRIPTION=Address book application based on KDE Frameworks EAPI=7 HOMEPAGE=https://www.kde.org/applications/office/kaddressbook/ IUSE=test debug +handbook test -KEYWORDS=~amd64 ~x86 +KEYWORDS=~amd64 ~arm64 ~x86 LICENSE=GPL-2+ handbook? ( FDL-1.2+ ) RDEPEND=>=kde-frameworks/kcmutils-5.54.0:5 >=kde-frameworks/kcodecs-5.54.0:5 >=kde-frameworks/kcompletion-5.54.0:5 >=kde-frameworks/kconfig-5.54.0:5 >=kde-frameworks/kconfigwidgets-5.54.0:5 >=kde-frameworks/kcoreaddons-5.54.0:5 >=kde-frameworks/kcrash-5.54.0:5 >=kde-frameworks/ki18n-5.54.0:5 >=kde-frameworks/kiconthemes-5.54.0:5 >=kde-frameworks/kio-5.54.0:5 >=kde-frameworks/kitemmodels-5.54.0:5 >=kde-frameworks/kjobwidgets-5.54.0:5 >=kde-frameworks/kparts-5.54.0:5 >=kde-frameworks/kservice-5.54.0:5 >=kde-frameworks/kwidgetsaddons-5.54.0:5 >=kde-frameworks/kxmlgui-5.54.0:5 >=kde-frameworks/prison-5.54.0:5 >=kde-apps/akonadi-18.12.3:5 >=kde-apps/akonadi-contacts-18.12.3:5 >=kde-apps/akonadi-search-18.12.3:5 >=kde-apps/grantleetheme-18.12.3:5 >=kde-apps/kcontacts-18.12.3:5 >=kde-apps/kdepim-apps-libs-18.12.3:5 >=kde-apps/kontactinterface-18.12.3:5 >=kde-apps/libgravatar-18.12.3:5 >=kde-apps/libkdepim-18.12.3:5 >=kde-apps/libkleo-18.12.3:5 >=kde-apps/pimcommon-18.12.3:5 >=dev-qt/qtdbus-5.11.1:5 >=dev-qt/qtgui-5.11.1:5 >=dev-qt/qtprintsupport-5.11.1:5 >=dev-qt/qtwidgets-5.11.1:5 >=app-crypt/gpgme-1.7.1[cxx,qt5] dev-libs/grantlee:5 !kde-apps/kaddressbook:4 !kde-apps/kdepim-l10n >=kde-apps/kdepim-runtime-18.12.3:5 >=kde-frameworks/kf-env-4 || ( >=kde-frameworks/breeze-icons-5.54.0:5 kde-frameworks/oxygen-icons:* ) >=dev-qt/qtcore-5.11.1:5 SLOT=5 SRC_URI=mirror://kde/stable/applications/18.12.3/src/kaddressbook-18.12.3.tar.xz _eclasses_=cmake-utils ab10bd85e5d38e2a32077bcd91faa1b6 eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic a09389deba2c0a7108b581e02c7cecbf kde5 fc5fd805ba2ae937026fec3dc3501c13 kde5-functions 1236edc19d52100e99be7dc2fc91db0a multilib b2f01ad412baf81650c23fcf0975fa33 multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f toolchain-funcs b45201c4e6c096b98e250336954e64b9 virtualx 401b718cc14d43a5a7fbe062c4851ba5 xdg c7ba313ea1eaf266f95cc6235f7d6a07 xdg-utils 14d00d009167652b1fa363e55effe213 -_md5_=d40d5afc37eefdbdad05bd995e87df1a +_md5_=6d6f2c4b5f6f8b62c9556e4877b6de7c diff --git a/metadata/md5-cache/kde-apps/kalarm-18.12.3 b/metadata/md5-cache/kde-apps/kalarm-18.12.3 index 30f401a7392b..165a2a8bd6ff 100644 --- a/metadata/md5-cache/kde-apps/kalarm-18.12.3 +++ b/metadata/md5-cache/kde-apps/kalarm-18.12.3 @@ -5,10 +5,10 @@ DESCRIPTION=Application to manage alarms and other timer based alerts for the de EAPI=7 HOMEPAGE=https://www.kde.org/ https://userbase.kde.org/KAlarm IUSE=X debug +handbook -KEYWORDS=~amd64 ~x86 +KEYWORDS=~amd64 ~arm64 ~x86 LICENSE=GPL-2+ handbook? ( FDL-1.2+ ) RDEPEND=>=kde-frameworks/kauth-5.54.0:5 >=kde-frameworks/kcmutils-5.54.0:5 >=kde-frameworks/kcodecs-5.54.0:5 >=kde-frameworks/kcompletion-5.54.0:5 >=kde-frameworks/kconfig-5.54.0:5 >=kde-frameworks/kconfigwidgets-5.54.0:5 >=kde-frameworks/kcoreaddons-5.54.0:5 >=kde-frameworks/kcrash-5.54.0:5 >=kde-frameworks/kdbusaddons-5.54.0:5 >=kde-frameworks/kdelibs4support-5.54.0:5 >=kde-frameworks/kglobalaccel-5.54.0:5 >=kde-frameworks/kguiaddons-5.54.0:5 >=kde-frameworks/kholidays-5.54.0:5 >=kde-frameworks/ki18n-5.54.0:5 >=kde-frameworks/kiconthemes-5.54.0:5 >=kde-frameworks/kio-5.54.0:5 >=kde-frameworks/kitemmodels-5.54.0:5 >=kde-frameworks/kjobwidgets-5.54.0:5 >=kde-frameworks/knotifications-5.54.0:5 >=kde-frameworks/kservice-5.54.0:5 >=kde-frameworks/ktextwidgets-5.54.0:5 >=kde-frameworks/kwidgetsaddons-5.54.0:5 >=kde-frameworks/kwindowsystem-5.54.0:5 >=kde-frameworks/kxmlgui-5.54.0:5 >=kde-apps/akonadi-18.12.3:5 >=kde-apps/akonadi-contacts-18.12.3:5 >=kde-apps/akonadi-mime-18.12.3:5 >=kde-apps/kalarmcal-18.12.3:5 >=kde-apps/kcalcore-18.12.3:5 >=kde-apps/kcalutils-18.12.3:5 >=kde-apps/kcontacts-18.12.3:5 >=kde-apps/kdepim-apps-libs-18.12.3:5 >=kde-apps/kidentitymanagement-18.12.3:5 >=kde-apps/kmailtransport-18.12.3:5 >=kde-apps/kmime-18.12.3:5 >=kde-apps/kontactinterface-18.12.3:5 >=kde-apps/kpimtextedit-18.12.3:5 >=kde-apps/libkdepim-18.12.3:5 >=kde-apps/mailcommon-18.12.3:5 >=kde-apps/pimcommon-18.12.3:5 >=dev-qt/qtdbus-5.11.1:5 >=dev-qt/qtgui-5.11.1:5 >=dev-qt/qtnetwork-5.11.1:5 >=dev-qt/qtwidgets-5.11.1:5 media-libs/phonon[qt5(+)] X? ( >=dev-qt/qtx11extras-5.11.1:5 x11-libs/libX11 ) !kde-apps/kalarm:4 !kde-apps/kdepim-l10n >=kde-apps/kdepim-runtime-18.12.3:5 >=kde-frameworks/kf-env-4 || ( >=kde-frameworks/breeze-icons-5.54.0:5 kde-frameworks/oxygen-icons:* ) >=dev-qt/qtcore-5.11.1:5 SLOT=5 SRC_URI=mirror://kde/stable/applications/18.12.3/src/kalarm-18.12.3.tar.xz _eclasses_=cmake-utils ab10bd85e5d38e2a32077bcd91faa1b6 eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic a09389deba2c0a7108b581e02c7cecbf kde5 fc5fd805ba2ae937026fec3dc3501c13 kde5-functions 1236edc19d52100e99be7dc2fc91db0a multilib b2f01ad412baf81650c23fcf0975fa33 multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f toolchain-funcs b45201c4e6c096b98e250336954e64b9 virtualx 401b718cc14d43a5a7fbe062c4851ba5 xdg c7ba313ea1eaf266f95cc6235f7d6a07 xdg-utils 14d00d009167652b1fa363e55effe213 -_md5_=d5ae1b55483d0c379020a76394e2babc +_md5_=af669aaa93e373f94b98152ececfbfad diff --git a/metadata/md5-cache/kde-apps/kalarmcal-18.12.3 b/metadata/md5-cache/kde-apps/kalarmcal-18.12.3 index 6a84b1922fc0..23851a9d1b8a 100644 --- a/metadata/md5-cache/kde-apps/kalarmcal-18.12.3 +++ b/metadata/md5-cache/kde-apps/kalarmcal-18.12.3 @@ -5,11 +5,11 @@ DESCRIPTION=Client library to access and handling of KAlarm calendar data EAPI=7 HOMEPAGE=https://www.kde.org/ IUSE=debug test -KEYWORDS=~amd64 ~x86 +KEYWORDS=~amd64 ~arm64 ~x86 LICENSE=GPL-2+ LGPL-2.1+ RDEPEND=>=kde-frameworks/kconfig-5.54.0:5 >=kde-frameworks/kholidays-5.54.0:5 >=kde-frameworks/ki18n-5.54.0:5 >=kde-apps/akonadi-18.12.3:5 >=kde-apps/kcalcore-18.12.3:5 >=kde-apps/kcalutils-18.12.3:5 >=kde-apps/kidentitymanagement-18.12.3:5 >=dev-qt/qtgui-5.11.1:5 !kde-apps/kdepim-l10n !=kde-frameworks/kf-env-4 || ( >=kde-frameworks/breeze-icons-5.54.0:5 kde-frameworks/oxygen-icons:* ) >=dev-qt/qtcore-5.11.1:5 RESTRICT=test SLOT=5 SRC_URI=mirror://kde/stable/applications/18.12.3/src/kalarmcal-18.12.3.tar.xz _eclasses_=cmake-utils ab10bd85e5d38e2a32077bcd91faa1b6 eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic a09389deba2c0a7108b581e02c7cecbf kde5 fc5fd805ba2ae937026fec3dc3501c13 kde5-functions 1236edc19d52100e99be7dc2fc91db0a multilib b2f01ad412baf81650c23fcf0975fa33 multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f toolchain-funcs b45201c4e6c096b98e250336954e64b9 virtualx 401b718cc14d43a5a7fbe062c4851ba5 xdg c7ba313ea1eaf266f95cc6235f7d6a07 xdg-utils 14d00d009167652b1fa363e55effe213 -_md5_=af46edc91b93d69c3e4786812f70b9fb +_md5_=ba475d86bb57bed04a4fdb5959868fba diff --git a/metadata/md5-cache/kde-apps/kcalcore-18.12.3 b/metadata/md5-cache/kde-apps/kcalcore-18.12.3 index 8002ade031f2..25ab22334f21 100644 --- a/metadata/md5-cache/kde-apps/kcalcore-18.12.3 +++ b/metadata/md5-cache/kde-apps/kcalcore-18.12.3 @@ -5,11 +5,11 @@ DESCRIPTION=Library for handling calendar data EAPI=7 HOMEPAGE=https://www.kde.org/ IUSE=test debug test -KEYWORDS=~amd64 ~x86 +KEYWORDS=~amd64 ~arm64 ~x86 LICENSE=GPL-2+ test? ( LGPL-3+ ) RDEPEND=>=dev-qt/qtgui-5.11.1:5 dev-libs/libical:= >=kde-frameworks/kf-env-4 || ( >=kde-frameworks/breeze-icons-5.54.0:5 kde-frameworks/oxygen-icons:* ) >=dev-qt/qtcore-5.11.1:5 RESTRICT=test SLOT=5 SRC_URI=mirror://kde/stable/applications/18.12.3/src/kcalcore-18.12.3.tar.xz _eclasses_=cmake-utils ab10bd85e5d38e2a32077bcd91faa1b6 eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic a09389deba2c0a7108b581e02c7cecbf kde5 fc5fd805ba2ae937026fec3dc3501c13 kde5-functions 1236edc19d52100e99be7dc2fc91db0a multilib b2f01ad412baf81650c23fcf0975fa33 multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f toolchain-funcs b45201c4e6c096b98e250336954e64b9 virtualx 401b718cc14d43a5a7fbe062c4851ba5 xdg c7ba313ea1eaf266f95cc6235f7d6a07 xdg-utils 14d00d009167652b1fa363e55effe213 -_md5_=a6c050171d945d252d1a704f318a33fa +_md5_=ef20895896f6522d1ae95281fe829e20 diff --git a/metadata/md5-cache/kde-apps/kcalutils-18.12.3 b/metadata/md5-cache/kde-apps/kcalutils-18.12.3 index a44009a6c3fd..9ae1069db085 100644 --- a/metadata/md5-cache/kde-apps/kcalutils-18.12.3 +++ b/metadata/md5-cache/kde-apps/kcalutils-18.12.3 @@ -5,10 +5,10 @@ DESCRIPTION=Library providing utility functions for the handling of calendar dat EAPI=7 HOMEPAGE=https://www.kde.org/ IUSE=test debug test -KEYWORDS=~amd64 ~x86 +KEYWORDS=~amd64 ~arm64 ~x86 LICENSE=GPL-2+ LGPL-2.1+ RDEPEND=>=kde-frameworks/kcodecs-5.54.0:5 >=kde-frameworks/kconfig-5.54.0:5 >=kde-frameworks/kconfigwidgets-5.54.0:5 >=kde-frameworks/kcoreaddons-5.54.0:5 >=kde-frameworks/ki18n-5.54.0:5 >=kde-frameworks/kiconthemes-5.54.0:5 >=kde-frameworks/kwidgetsaddons-5.54.0:5 >=kde-apps/kcalcore-18.12.3:5 >=kde-apps/kidentitymanagement-18.12.3:5 >=dev-qt/qtgui-5.11.1:5 >=dev-qt/qtwidgets-5.11.1:5 dev-libs/grantlee:5 !kde-apps/kdepim-l10n >=kde-frameworks/kf-env-4 || ( >=kde-frameworks/breeze-icons-5.54.0:5 kde-frameworks/oxygen-icons:* ) >=dev-qt/qtcore-5.11.1:5 SLOT=5 SRC_URI=mirror://kde/stable/applications/18.12.3/src/kcalutils-18.12.3.tar.xz _eclasses_=cmake-utils ab10bd85e5d38e2a32077bcd91faa1b6 eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic a09389deba2c0a7108b581e02c7cecbf kde5 fc5fd805ba2ae937026fec3dc3501c13 kde5-functions 1236edc19d52100e99be7dc2fc91db0a multilib b2f01ad412baf81650c23fcf0975fa33 multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f toolchain-funcs b45201c4e6c096b98e250336954e64b9 virtualx 401b718cc14d43a5a7fbe062c4851ba5 xdg c7ba313ea1eaf266f95cc6235f7d6a07 xdg-utils 14d00d009167652b1fa363e55effe213 -_md5_=8235ebf715fcf4152bddc12599a15885 +_md5_=30b253a8d0edd8bb6e38a40ae98eeacf diff --git a/metadata/md5-cache/kde-apps/kdav-18.12.3 b/metadata/md5-cache/kde-apps/kdav-18.12.3 index 4d11388e5254..8a6659bac393 100644 --- a/metadata/md5-cache/kde-apps/kdav-18.12.3 +++ b/metadata/md5-cache/kde-apps/kdav-18.12.3 @@ -5,10 +5,10 @@ DESCRIPTION=DAV protocol implemention with KJobs EAPI=7 HOMEPAGE=https://www.kde.org/ IUSE=test debug test -KEYWORDS=~amd64 ~x86 +KEYWORDS=~amd64 ~arm64 ~x86 LICENSE=GPL-2+ RDEPEND=>=kde-frameworks/kcoreaddons-5.54.0:5 >=kde-frameworks/kio-5.54.0:5 >=dev-qt/qtgui-5.11.1:5 >=dev-qt/qtxml-5.11.1:5 >=dev-qt/qtxmlpatterns-5.11.1:5 !kde-apps/kdepim-l10n >=kde-frameworks/kf-env-4 || ( >=kde-frameworks/breeze-icons-5.54.0:5 kde-frameworks/oxygen-icons:* ) >=dev-qt/qtcore-5.11.1:5 SLOT=5 SRC_URI=mirror://kde/stable/applications/18.12.3/src/kdav-18.12.3.tar.xz _eclasses_=cmake-utils ab10bd85e5d38e2a32077bcd91faa1b6 eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic a09389deba2c0a7108b581e02c7cecbf kde5 fc5fd805ba2ae937026fec3dc3501c13 kde5-functions 1236edc19d52100e99be7dc2fc91db0a multilib b2f01ad412baf81650c23fcf0975fa33 multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f toolchain-funcs b45201c4e6c096b98e250336954e64b9 virtualx 401b718cc14d43a5a7fbe062c4851ba5 xdg c7ba313ea1eaf266f95cc6235f7d6a07 xdg-utils 14d00d009167652b1fa363e55effe213 -_md5_=eb6e8e63a4ca32ec2fb27c9d5067e364 +_md5_=795441c49021356ca50031c11bf5a824 diff --git a/metadata/md5-cache/kde-apps/kdepim-addons-18.12.3 b/metadata/md5-cache/kde-apps/kdepim-addons-18.12.3 index 37bb4f0c7ffe..12510458fee9 100644 --- a/metadata/md5-cache/kde-apps/kdepim-addons-18.12.3 +++ b/metadata/md5-cache/kde-apps/kdepim-addons-18.12.3 @@ -5,11 +5,11 @@ DESCRIPTION=Plugins for KDE Personal Information Management Suite EAPI=7 HOMEPAGE=https://www.kde.org/applications/office/kontact/ IUSE=importwizard markdown test debug examples test -KEYWORDS=~amd64 ~x86 +KEYWORDS=~amd64 ~arm64 ~x86 LICENSE=GPL-2+ LGPL-2.1+ RDEPEND=>=kde-frameworks/kcompletion-5.54.0:5 >=kde-frameworks/kconfig-5.54.0:5 >=kde-frameworks/kconfigwidgets-5.54.0:5 >=kde-frameworks/kcoreaddons-5.54.0:5 >=kde-frameworks/kdbusaddons-5.54.0:5 >=kde-frameworks/khtml-5.54.0:5 >=kde-frameworks/ki18n-5.54.0:5 >=kde-frameworks/kiconthemes-5.54.0:5 >=kde-frameworks/kio-5.54.0:5 >=kde-frameworks/kparts-5.54.0:5 >=kde-frameworks/kwidgetsaddons-5.54.0:5 >=kde-frameworks/kxmlgui-5.54.0:5 >=kde-frameworks/prison-5.54.0:5 >=kde-frameworks/syntax-highlighting-5.54.0:5 >=kde-apps/akonadi-18.12.3:5 >=kde-apps/akonadi-contacts-18.12.3:5 >=kde-apps/akonadi-notes-18.12.3:5 >=kde-apps/calendarsupport-18.12.3:5 >=kde-apps/eventviews-18.12.3:5 >=kde-apps/grantleetheme-18.12.3:5 >=kde-apps/incidenceeditor-18.12.3:5 >=kde-apps/kcontacts-18.12.3:5 >=kde-apps/kdepim-apps-libs-18.12.3:5 >=kde-apps/kidentitymanagement-18.12.3:5 >=kde-apps/kimap-18.12.3:5 >=kde-apps/kitinerary-18.12.3:5 >=kde-apps/kmailtransport-18.12.3:5 >=kde-apps/kmime-18.12.3:5 >=kde-apps/kpkpass-18.12.3:5 >=kde-apps/libkdepim-18.12.3:5 >=kde-apps/libkleo-18.12.3:5 >=kde-apps/libksieve-18.12.3:5 >=kde-apps/libktnef-18.12.3:5 >=kde-apps/mailcommon-18.12.3:5 >=kde-apps/messagelib-18.12.3:5 >=kde-apps/pimcommon-18.12.3:5 >=dev-qt/qtgui-5.11.1:5 >=dev-qt/qtnetwork-5.11.1:5 >=dev-qt/qtwidgets-5.11.1:5 >=dev-qt/qtxml-5.11.1:5 importwizard? ( >=kde-apps/akonadi-import-wizard-18.12.3:5 ) markdown? ( app-text/discount ) !kde-apps/kaddressbook:4 !kde-apps/kdepim-l10n !kde-apps/kmail:4 >=kde-frameworks/kf-env-4 || ( >=kde-frameworks/breeze-icons-5.54.0:5 kde-frameworks/oxygen-icons:* ) >=dev-qt/qtcore-5.11.1:5 RESTRICT=test SLOT=5 SRC_URI=mirror://kde/stable/applications/18.12.3/src/kdepim-addons-18.12.3.tar.xz _eclasses_=cmake-utils ab10bd85e5d38e2a32077bcd91faa1b6 eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic a09389deba2c0a7108b581e02c7cecbf kde5 fc5fd805ba2ae937026fec3dc3501c13 kde5-functions 1236edc19d52100e99be7dc2fc91db0a multilib b2f01ad412baf81650c23fcf0975fa33 multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f toolchain-funcs b45201c4e6c096b98e250336954e64b9 virtualx 401b718cc14d43a5a7fbe062c4851ba5 xdg c7ba313ea1eaf266f95cc6235f7d6a07 xdg-utils 14d00d009167652b1fa363e55effe213 -_md5_=b8715f1ff2559bf9b02498703ab99a63 +_md5_=165c031b5e85d0372e7c5a71ecf1c08b diff --git a/metadata/md5-cache/kde-apps/kdepim-apps-libs-18.12.3 b/metadata/md5-cache/kde-apps/kdepim-apps-libs-18.12.3 index 23cf6bc3904c..43a0d6a07fb6 100644 --- a/metadata/md5-cache/kde-apps/kdepim-apps-libs-18.12.3 +++ b/metadata/md5-cache/kde-apps/kdepim-apps-libs-18.12.3 @@ -5,10 +5,10 @@ DESCRIPTION=Libraries for KDE PIM applications EAPI=7 HOMEPAGE=https://www.kde.org/ IUSE=test debug test -KEYWORDS=~amd64 ~x86 +KEYWORDS=~amd64 ~arm64 ~x86 LICENSE=GPL-2+ LGPL-2.1+ RDEPEND=>=kde-frameworks/kconfig-5.54.0:5 >=kde-frameworks/kconfigwidgets-5.54.0:5 >=kde-frameworks/kcoreaddons-5.54.0:5 >=kde-frameworks/ki18n-5.54.0:5 >=kde-frameworks/kiconthemes-5.54.0:5 >=kde-frameworks/kio-5.54.0:5 >=kde-frameworks/kservice-5.54.0:5 >=kde-frameworks/kwidgetsaddons-5.54.0:5 >=kde-frameworks/prison-5.54.0:5 >=kde-apps/akonadi-18.12.3:5 >=kde-apps/akonadi-contacts-18.12.3:5 >=kde-apps/grantleetheme-18.12.3:5 >=kde-apps/kcontacts-18.12.3:5 >=kde-apps/libkleo-18.12.3:5 >=kde-apps/pimcommon-18.12.3:5 >=dev-qt/qtdbus-5.11.1:5 >=dev-qt/qtgui-5.11.1:5 >=dev-qt/qtwidgets-5.11.1:5 >=dev-libs/grantlee-5.1.0:5 !kde-apps/kdepim-l10n >=kde-frameworks/kf-env-4 || ( >=kde-frameworks/breeze-icons-5.54.0:5 kde-frameworks/oxygen-icons:* ) >=dev-qt/qtcore-5.11.1:5 SLOT=5 SRC_URI=mirror://kde/stable/applications/18.12.3/src/kdepim-apps-libs-18.12.3.tar.xz _eclasses_=cmake-utils ab10bd85e5d38e2a32077bcd91faa1b6 eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic a09389deba2c0a7108b581e02c7cecbf kde5 fc5fd805ba2ae937026fec3dc3501c13 kde5-functions 1236edc19d52100e99be7dc2fc91db0a multilib b2f01ad412baf81650c23fcf0975fa33 multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f toolchain-funcs b45201c4e6c096b98e250336954e64b9 virtualx 401b718cc14d43a5a7fbe062c4851ba5 xdg c7ba313ea1eaf266f95cc6235f7d6a07 xdg-utils 14d00d009167652b1fa363e55effe213 -_md5_=9081161dda110ad41efaa67f0d372f0b +_md5_=d259c141d12b91a1e98c316a19243198 diff --git a/metadata/md5-cache/kde-apps/kdepim-runtime-18.12.3 b/metadata/md5-cache/kde-apps/kdepim-runtime-18.12.3 index 4e7d2a3552d9..b3207a61939a 100644 --- a/metadata/md5-cache/kde-apps/kdepim-runtime-18.12.3 +++ b/metadata/md5-cache/kde-apps/kdepim-runtime-18.12.3 @@ -5,11 +5,11 @@ DESCRIPTION=Runtime plugin collection to extend the functionality of KDE PIM EAPI=7 HOMEPAGE=https://www.kde.org/ IUSE=+oauth test debug +handbook test -KEYWORDS=~amd64 ~x86 +KEYWORDS=~amd64 ~arm64 ~x86 LICENSE=GPL-2+ LGPL-2.1+ RDEPEND=>=kde-frameworks/kcodecs-5.54.0:5 >=kde-frameworks/kcompletion-5.54.0:5 >=kde-frameworks/kconfig-5.54.0:5 >=kde-frameworks/kconfigwidgets-5.54.0:5 >=kde-frameworks/kcoreaddons-5.54.0:5 >=kde-frameworks/kdbusaddons-5.54.0:5 >=kde-frameworks/kdelibs4support-5.54.0:5 >=kde-frameworks/kholidays-5.54.0:5 >=kde-frameworks/ki18n-5.54.0:5 >=kde-frameworks/kio-5.54.0:5 >=kde-frameworks/kitemmodels-5.54.0:5 >=kde-frameworks/kjobwidgets-5.54.0:5 >=kde-frameworks/knotifications-5.54.0:5 >=kde-frameworks/knotifyconfig-5.54.0:5 >=kde-frameworks/kservice-5.54.0:5 >=kde-frameworks/ktextwidgets-5.54.0:5 >=kde-frameworks/kwallet-5.54.0:5 >=kde-frameworks/kwidgetsaddons-5.54.0:5 >=kde-frameworks/kwindowsystem-5.54.0:5 >=kde-frameworks/kxmlgui-5.54.0:5 >=kde-apps/akonadi-18.12.3:5 >=kde-apps/akonadi-calendar-18.12.3:5 >=kde-apps/akonadi-contacts-18.12.3:5 >=kde-apps/akonadi-mime-18.12.3:5 >=kde-apps/akonadi-notes-18.12.3:5 >=kde-apps/kalarmcal-18.12.3:5 >=kde-apps/kcalcore-18.12.3:5 >=kde-apps/kcalutils-18.12.3:5 >=kde-apps/kcontacts-18.12.3:5 >=kde-apps/kdav-18.12.3:5 >=kde-apps/kidentitymanagement-18.12.3:5 >=kde-apps/kimap-18.12.3:5 >=kde-apps/kmailtransport-18.12.3:5 >=kde-apps/kmbox-18.12.3:5 >=kde-apps/kmime-18.12.3:5 >=kde-apps/libkgapi-18.12.3:5 >=kde-apps/pimcommon-18.12.3:5 >=dev-qt/qtdbus-5.11.1:5 >=dev-qt/qtgui-5.11.1:5 >=dev-qt/qtnetwork-5.11.1:5 >=dev-qt/qtspeech-5.11.1:5 >=dev-qt/qtwebengine-5.11.1:5[widgets] >=dev-qt/qtwidgets-5.11.1:5 >=dev-qt/qtxml-5.11.1:5 dev-libs/cyrus-sasl:2 dev-libs/libical:= oauth? ( >=dev-qt/qtnetworkauth-5.11.1:5 ) !kde-apps/kdepim-l10n !kde-misc/akonadi-ews >=kde-frameworks/kf-env-4 || ( >=kde-frameworks/breeze-icons-5.54.0:5 kde-frameworks/oxygen-icons:* ) >=dev-qt/qtcore-5.11.1:5 RESTRICT=test SLOT=5 SRC_URI=mirror://kde/stable/applications/18.12.3/src/kdepim-runtime-18.12.3.tar.xz _eclasses_=cmake-utils ab10bd85e5d38e2a32077bcd91faa1b6 eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic a09389deba2c0a7108b581e02c7cecbf kde5 fc5fd805ba2ae937026fec3dc3501c13 kde5-functions 1236edc19d52100e99be7dc2fc91db0a multilib b2f01ad412baf81650c23fcf0975fa33 multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f toolchain-funcs b45201c4e6c096b98e250336954e64b9 virtualx 401b718cc14d43a5a7fbe062c4851ba5 xdg c7ba313ea1eaf266f95cc6235f7d6a07 xdg-utils 14d00d009167652b1fa363e55effe213 -_md5_=654c285511c1e632ebe0ca8b741e9d37 +_md5_=e20d8606a738eb9acbe5f79be97e7cdc diff --git a/metadata/md5-cache/kde-apps/kimap-18.12.3 b/metadata/md5-cache/kde-apps/kimap-18.12.3 index f37ae6c951b0..f5aa8cc9af50 100644 --- a/metadata/md5-cache/kde-apps/kimap-18.12.3 +++ b/metadata/md5-cache/kde-apps/kimap-18.12.3 @@ -5,10 +5,10 @@ DESCRIPTION=Library for interacting with IMAP servers EAPI=7 HOMEPAGE=https://www.kde.org/ IUSE=debug test -KEYWORDS=~amd64 ~x86 +KEYWORDS=~amd64 ~arm64 ~x86 LICENSE=GPL-2+ RDEPEND=>=kde-frameworks/kcodecs-5.54.0:5 >=kde-frameworks/kcoreaddons-5.54.0:5 >=kde-frameworks/ki18n-5.54.0:5 >=kde-frameworks/kio-5.54.0:5 >=kde-apps/kmime-18.12.3:5 >=dev-qt/qtgui-5.11.1:5 dev-libs/cyrus-sasl !kde-apps/kdepim-l10n >=kde-frameworks/kf-env-4 || ( >=kde-frameworks/breeze-icons-5.54.0:5 kde-frameworks/oxygen-icons:* ) >=dev-qt/qtcore-5.11.1:5 SLOT=5 SRC_URI=mirror://kde/stable/applications/18.12.3/src/kimap-18.12.3.tar.xz _eclasses_=cmake-utils ab10bd85e5d38e2a32077bcd91faa1b6 eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic a09389deba2c0a7108b581e02c7cecbf kde5 fc5fd805ba2ae937026fec3dc3501c13 kde5-functions 1236edc19d52100e99be7dc2fc91db0a multilib b2f01ad412baf81650c23fcf0975fa33 multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f toolchain-funcs b45201c4e6c096b98e250336954e64b9 virtualx 401b718cc14d43a5a7fbe062c4851ba5 xdg c7ba313ea1eaf266f95cc6235f7d6a07 xdg-utils 14d00d009167652b1fa363e55effe213 -_md5_=37ea2a40076cf35baee5078a7d27cc4d +_md5_=7367b12919d7d35a620c8c299a24b001 diff --git a/metadata/md5-cache/kde-apps/kitinerary-18.12.3 b/metadata/md5-cache/kde-apps/kitinerary-18.12.3 index c4ea3518aeb3..28e04fdddd70 100644 --- a/metadata/md5-cache/kde-apps/kitinerary-18.12.3 +++ b/metadata/md5-cache/kde-apps/kitinerary-18.12.3 @@ -5,10 +5,10 @@ DESCRIPTION=Data Model and Extraction System for Travel Reservation information EAPI=7 HOMEPAGE=https://www.kde.org/applications/office/kontact/ IUSE=pdf test debug test -KEYWORDS=~amd64 ~x86 +KEYWORDS=~amd64 ~arm64 ~x86 LICENSE=LGPL-2.1+ RDEPEND=>=kde-frameworks/karchive-5.54.0:5 >=kde-frameworks/ki18n-5.54.0:5 >=kde-apps/kcalcore-18.12.3:5 >=kde-apps/kcontacts-18.12.3:5 >=kde-apps/kmime-18.12.3:5 >=kde-apps/kpkpass-18.12.3:5 >=dev-qt/qtdeclarative-5.11.1:5 >=dev-qt/qtgui-5.11.1:5 sys-libs/zlib pdf? ( app-text/poppler:=[qt5] ) !=kde-frameworks/kf-env-4 || ( >=kde-frameworks/breeze-icons-5.54.0:5 kde-frameworks/oxygen-icons:* ) >=dev-qt/qtcore-5.11.1:5 SLOT=5 SRC_URI=mirror://kde/stable/applications/18.12.3/src/kitinerary-18.12.3.tar.xz _eclasses_=cmake-utils ab10bd85e5d38e2a32077bcd91faa1b6 eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic a09389deba2c0a7108b581e02c7cecbf kde5 fc5fd805ba2ae937026fec3dc3501c13 kde5-functions 1236edc19d52100e99be7dc2fc91db0a multilib b2f01ad412baf81650c23fcf0975fa33 multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f toolchain-funcs b45201c4e6c096b98e250336954e64b9 virtualx 401b718cc14d43a5a7fbe062c4851ba5 xdg c7ba313ea1eaf266f95cc6235f7d6a07 xdg-utils 14d00d009167652b1fa363e55effe213 -_md5_=fa65a6a8752294d6d32880501d220b06 +_md5_=69e0517a1d9c1ab07c4b17881fad4bfe diff --git a/metadata/md5-cache/kde-apps/kldap-18.12.3 b/metadata/md5-cache/kde-apps/kldap-18.12.3 index 65e503517ff5..2ffbcf75b344 100644 --- a/metadata/md5-cache/kde-apps/kldap-18.12.3 +++ b/metadata/md5-cache/kde-apps/kldap-18.12.3 @@ -5,10 +5,10 @@ DESCRIPTION=Library for interacting with LDAP servers EAPI=7 HOMEPAGE=https://www.kde.org/ IUSE=debug +handbook test -KEYWORDS=~amd64 ~x86 +KEYWORDS=~amd64 ~arm64 ~x86 LICENSE=GPL-2+ RDEPEND=>=kde-frameworks/kcompletion-5.54.0:5 >=kde-frameworks/ki18n-5.54.0:5 >=kde-frameworks/kio-5.54.0:5 >=kde-frameworks/kwidgetsaddons-5.54.0:5 >=dev-qt/qtgui-5.11.1:5 >=dev-qt/qtwidgets-5.11.1:5 dev-libs/cyrus-sasl net-nds/openldap !kde-apps/kdepim-l10n >=kde-frameworks/kf-env-4 || ( >=kde-frameworks/breeze-icons-5.54.0:5 kde-frameworks/oxygen-icons:* ) >=dev-qt/qtcore-5.11.1:5 SLOT=5 SRC_URI=mirror://kde/stable/applications/18.12.3/src/kldap-18.12.3.tar.xz _eclasses_=cmake-utils ab10bd85e5d38e2a32077bcd91faa1b6 eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic a09389deba2c0a7108b581e02c7cecbf kde5 fc5fd805ba2ae937026fec3dc3501c13 kde5-functions 1236edc19d52100e99be7dc2fc91db0a multilib b2f01ad412baf81650c23fcf0975fa33 multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f toolchain-funcs b45201c4e6c096b98e250336954e64b9 virtualx 401b718cc14d43a5a7fbe062c4851ba5 xdg c7ba313ea1eaf266f95cc6235f7d6a07 xdg-utils 14d00d009167652b1fa363e55effe213 -_md5_=519072418c44c2b6e3fd55938eedbffc +_md5_=bfa70c0129c476207ed8497d2dcdb795 diff --git a/metadata/md5-cache/kde-apps/kleopatra-18.12.3 b/metadata/md5-cache/kde-apps/kleopatra-18.12.3 index 43d8d1394b39..2296efd5d64b 100644 --- a/metadata/md5-cache/kde-apps/kleopatra-18.12.3 +++ b/metadata/md5-cache/kde-apps/kleopatra-18.12.3 @@ -5,11 +5,11 @@ DESCRIPTION=Certificate manager and GUI for OpenPGP and CMS cryptography EAPI=7 HOMEPAGE=https://www.kde.org/applications/utilities/kleopatra IUSE=test debug +handbook test -KEYWORDS=~amd64 ~x86 +KEYWORDS=~amd64 ~arm64 ~x86 LICENSE=GPL-2+ handbook? ( FDL-1.2+ ) RDEPEND=>=kde-frameworks/kcmutils-5.54.0:5 >=kde-frameworks/kcodecs-5.54.0:5 >=kde-frameworks/kconfig-5.54.0:5 >=kde-frameworks/kconfigwidgets-5.54.0:5 >=kde-frameworks/kcoreaddons-5.54.0:5 >=kde-frameworks/kdbusaddons-5.54.0:5 >=kde-frameworks/ki18n-5.54.0:5 >=kde-frameworks/kiconthemes-5.54.0:5 >=kde-frameworks/kitemmodels-5.54.0:5 >=kde-frameworks/knotifications-5.54.0:5 >=kde-frameworks/ktextwidgets-5.54.0:5 >=kde-frameworks/kwidgetsaddons-5.54.0:5 >=kde-frameworks/kwindowsystem-5.54.0:5 >=kde-frameworks/kxmlgui-5.54.0:5 >=kde-apps/kmime-18.12.3:5 >=kde-apps/libkleo-18.12.3:5 >=dev-qt/qtdbus-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/qtwidgets-5.11.1:5 >=app-crypt/gpgme-1.7.1[cxx,qt5] dev-libs/boost:= dev-libs/libassuan dev-libs/libgpg-error !kde-apps/kdepim-l10n !kde-apps/kleopatra:4 >=app-crypt/gnupg-2.1 app-crypt/paperkey >=kde-frameworks/kf-env-4 || ( >=kde-frameworks/breeze-icons-5.54.0:5 kde-frameworks/oxygen-icons:* ) >=dev-qt/qtcore-5.11.1:5 RESTRICT=test SLOT=5 SRC_URI=mirror://kde/stable/applications/18.12.3/src/kleopatra-18.12.3.tar.xz _eclasses_=cmake-utils ab10bd85e5d38e2a32077bcd91faa1b6 eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic a09389deba2c0a7108b581e02c7cecbf kde5 fc5fd805ba2ae937026fec3dc3501c13 kde5-functions 1236edc19d52100e99be7dc2fc91db0a multilib b2f01ad412baf81650c23fcf0975fa33 multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f toolchain-funcs b45201c4e6c096b98e250336954e64b9 virtualx 401b718cc14d43a5a7fbe062c4851ba5 xdg c7ba313ea1eaf266f95cc6235f7d6a07 xdg-utils 14d00d009167652b1fa363e55effe213 -_md5_=d697acfae2061a09f39fb3323d062d33 +_md5_=f39e7f89b5a992d00b81d170ffeddec4 diff --git a/metadata/md5-cache/kde-apps/kmail-18.12.3 b/metadata/md5-cache/kde-apps/kmail-18.12.3 index 7f515980fb3c..d8a25d745dff 100644 --- a/metadata/md5-cache/kde-apps/kmail-18.12.3 +++ b/metadata/md5-cache/kde-apps/kmail-18.12.3 @@ -5,11 +5,11 @@ DESCRIPTION=Email client, supporting POP3 and IMAP mailboxes. EAPI=7 HOMEPAGE=https://www.kde.org/applications/internet/kmail/ IUSE=test debug +handbook test -KEYWORDS=~amd64 ~x86 +KEYWORDS=~amd64 ~arm64 ~x86 LICENSE=GPL-2+ handbook? ( FDL-1.2+ ) RDEPEND=>=kde-frameworks/kbookmarks-5.54.0:5 >=kde-frameworks/kcmutils-5.54.0:5 >=kde-frameworks/kcodecs-5.54.0:5 >=kde-frameworks/kcompletion-5.54.0:5 >=kde-frameworks/kconfig-5.54.0:5 >=kde-frameworks/kconfigwidgets-5.54.0:5 >=kde-frameworks/kcoreaddons-5.54.0:5 >=kde-frameworks/kcrash-5.54.0:5 >=kde-frameworks/kdbusaddons-5.54.0:5 >=kde-frameworks/kguiaddons-5.54.0:5 >=kde-frameworks/ki18n-5.54.0:5 >=kde-frameworks/kiconthemes-5.54.0:5 >=kde-frameworks/kitemviews-5.54.0:5 >=kde-frameworks/kio-5.54.0:5 >=kde-frameworks/kjobwidgets-5.54.0:5 >=kde-frameworks/knotifications-5.54.0:5 >=kde-frameworks/knotifyconfig-5.54.0:5 >=kde-frameworks/kparts-5.54.0:5 >=kde-frameworks/kservice-5.54.0:5 >=kde-frameworks/ktextwidgets-5.54.0:5 >=kde-frameworks/kwidgetsaddons-5.54.0:5 >=kde-frameworks/kwindowsystem-5.54.0:5 >=kde-frameworks/kxmlgui-5.54.0:5 >=kde-frameworks/sonnet-5.54.0:5 >=kde-apps/akonadi-18.12.3:5 >=kde-apps/akonadi-contacts-18.12.3:5 >=kde-apps/akonadi-mime-18.12.3:5 >=kde-apps/akonadi-search-18.12.3:5 >=kde-apps/kcalcore-18.12.3:5 >=kde-apps/kcontacts-18.12.3:5 >=kde-apps/kdepim-apps-libs-18.12.3:5 >=kde-apps/kidentitymanagement-18.12.3:5 >=kde-apps/kmailtransport-18.12.3:5 >=kde-apps/kmime-18.12.3:5 >=kde-apps/kontactinterface-18.12.3:5 >=kde-apps/kpimtextedit-18.12.3:5 >=kde-apps/libgravatar-18.12.3:5 >=kde-apps/libkdepim-18.12.3:5 >=kde-apps/libkleo-18.12.3:5 >=kde-apps/libksieve-18.12.3:5 >=kde-apps/libktnef-18.12.3:5 >=kde-apps/mailcommon-18.12.3:5 >=kde-apps/messagelib-18.12.3:5 >=kde-apps/pimcommon-18.12.3:5 >=dev-qt/qtdbus-5.11.1:5 >=dev-qt/qtgui-5.11.1:5 >=dev-qt/qtnetwork-5.11.1:5 >=dev-qt/qtwebengine-5.11.1:5[widgets] >=dev-qt/qtwidgets-5.11.1:5 >=app-crypt/gpgme-1.7.1[cxx,qt5] !kde-apps/kdepim-common-libs:4 !kde-apps/kdepim-l10n !kde-apps/kmail:4 !kde-apps/ktnef >=kde-apps/kdepim-runtime-18.12.3:5 >=kde-apps/kmail-account-wizard-18.12.3:5 >=kde-frameworks/kf-env-4 || ( >=kde-frameworks/breeze-icons-5.54.0:5 kde-frameworks/oxygen-icons:* ) >=dev-qt/qtcore-5.11.1:5 RESTRICT=test SLOT=5 SRC_URI=mirror://kde/stable/applications/18.12.3/src/kmail-18.12.3.tar.xz _eclasses_=cmake-utils ab10bd85e5d38e2a32077bcd91faa1b6 eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic a09389deba2c0a7108b581e02c7cecbf kde5 fc5fd805ba2ae937026fec3dc3501c13 kde5-functions 1236edc19d52100e99be7dc2fc91db0a multilib b2f01ad412baf81650c23fcf0975fa33 multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f toolchain-funcs b45201c4e6c096b98e250336954e64b9 virtualx 401b718cc14d43a5a7fbe062c4851ba5 xdg c7ba313ea1eaf266f95cc6235f7d6a07 xdg-utils 14d00d009167652b1fa363e55effe213 -_md5_=02e0cc4cced5ea8de247a097c7cbd667 +_md5_=210012eff739241d30a5b5be46c7c8b1 diff --git a/metadata/md5-cache/kde-apps/kmail-account-wizard-18.12.3 b/metadata/md5-cache/kde-apps/kmail-account-wizard-18.12.3 index c10b2ac0ef9a..ca0816296e91 100644 --- a/metadata/md5-cache/kde-apps/kmail-account-wizard-18.12.3 +++ b/metadata/md5-cache/kde-apps/kmail-account-wizard-18.12.3 @@ -5,10 +5,10 @@ DESCRIPTION=Assistant for KMail accounts configuration EAPI=7 HOMEPAGE=https://www.kde.org/ https://userbase.kde.org/Kmail/Account_Wizard IUSE=test debug +handbook test -KEYWORDS=~amd64 ~x86 +KEYWORDS=~amd64 ~arm64 ~x86 LICENSE=GPL-2+ handbook? ( FDL-1.2+ ) RDEPEND=>=kde-frameworks/kcmutils-5.54.0:5 >=kde-frameworks/kcodecs-5.54.0:5 >=kde-frameworks/kconfig-5.54.0:5 >=kde-frameworks/kcoreaddons-5.54.0:5 >=kde-frameworks/kcrash-5.54.0:5 >=kde-frameworks/kdbusaddons-5.54.0:5 >=kde-frameworks/ki18n-5.54.0:5 >=kde-frameworks/kio-5.54.0:5 >=kde-frameworks/kitemviews-5.54.0:5 >=kde-frameworks/knewstuff-5.54.0:5 >=kde-frameworks/knotifications-5.54.0:5 >=kde-frameworks/knotifyconfig-5.54.0:5 >=kde-frameworks/kross-5.54.0:5 >=kde-frameworks/kservice-5.54.0:5 >=kde-frameworks/ktexteditor-5.54.0:5 >=kde-frameworks/kwallet-5.54.0:5 >=kde-frameworks/kwidgetsaddons-5.54.0:5 >=kde-frameworks/kxmlgui-5.54.0:5 >=kde-apps/akonadi-18.12.3:5 >=kde-apps/kidentitymanagement-18.12.3:5 >=kde-apps/kldap-18.12.3:5 >=kde-apps/kmailtransport-18.12.3:5 >=kde-apps/libkdepim-18.12.3:5 >=kde-apps/libkleo-18.12.3:5 >=kde-apps/pimcommon-18.12.3:5 >=dev-qt/qtdbus-5.11.1:5 >=dev-qt/qtgui-5.11.1:5 >=dev-qt/qtwidgets-5.11.1:5 >=dev-qt/qtxml-5.11.1:5 !kde-apps/kdepim-common-libs:4 !kde-apps/kdepim-l10n !kde-apps/kdepim-runtime:4 >=kde-frameworks/kf-env-4 || ( >=kde-frameworks/breeze-icons-5.54.0:5 kde-frameworks/oxygen-icons:* ) >=dev-qt/qtcore-5.11.1:5 SLOT=5 SRC_URI=mirror://kde/stable/applications/18.12.3/src/kmail-account-wizard-18.12.3.tar.xz _eclasses_=cmake-utils ab10bd85e5d38e2a32077bcd91faa1b6 eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic a09389deba2c0a7108b581e02c7cecbf kde5 fc5fd805ba2ae937026fec3dc3501c13 kde5-functions 1236edc19d52100e99be7dc2fc91db0a multilib b2f01ad412baf81650c23fcf0975fa33 multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f toolchain-funcs b45201c4e6c096b98e250336954e64b9 virtualx 401b718cc14d43a5a7fbe062c4851ba5 xdg c7ba313ea1eaf266f95cc6235f7d6a07 xdg-utils 14d00d009167652b1fa363e55effe213 -_md5_=a8401e380da6cf676daf133f54da08a1 +_md5_=273d95af912496549887e83d4fd4356c diff --git a/metadata/md5-cache/kde-apps/kmailtransport-18.12.3 b/metadata/md5-cache/kde-apps/kmailtransport-18.12.3 index 5e8b01701e5d..23cc12746869 100644 --- a/metadata/md5-cache/kde-apps/kmailtransport-18.12.3 +++ b/metadata/md5-cache/kde-apps/kmailtransport-18.12.3 @@ -5,11 +5,11 @@ DESCRIPTION=Mail transport service EAPI=7 HOMEPAGE=https://www.kde.org/ IUSE=debug test -KEYWORDS=~amd64 ~x86 +KEYWORDS=~amd64 ~arm64 ~x86 LICENSE=LGPL-2.1+ RDEPEND=>=kde-frameworks/kcmutils-5.54.0:5 >=kde-frameworks/kcompletion-5.54.0:5 >=kde-frameworks/kconfig-5.54.0:5 >=kde-frameworks/kconfigwidgets-5.54.0:5 >=kde-frameworks/kcoreaddons-5.54.0:5 >=kde-frameworks/ki18n-5.54.0:5 >=kde-frameworks/kio-5.54.0:5 >=kde-frameworks/kwallet-5.54.0:5 >=kde-frameworks/kwidgetsaddons-5.54.0:5 >=kde-apps/akonadi-18.12.3:5 >=kde-apps/akonadi-mime-18.12.3:5 >=kde-apps/kmime-18.12.3:5 >=kde-apps/ksmtp-18.12.3:5 >=kde-apps/libkgapi-18.12.3:5 >=dev-qt/qtdbus-5.11.1:5 >=dev-qt/qtgui-5.11.1:5 >=dev-qt/qtnetwork-5.11.1:5 >=dev-qt/qtwidgets-5.11.1:5 !kde-apps/kdepim-l10n !kde-apps/kdepimlibs:4 >=kde-frameworks/kf-env-4 || ( >=kde-frameworks/breeze-icons-5.54.0:5 kde-frameworks/oxygen-icons:* ) >=dev-qt/qtcore-5.11.1:5 RESTRICT=test SLOT=5 SRC_URI=mirror://kde/stable/applications/18.12.3/src/kmailtransport-18.12.3.tar.xz _eclasses_=cmake-utils ab10bd85e5d38e2a32077bcd91faa1b6 eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic a09389deba2c0a7108b581e02c7cecbf kde5 fc5fd805ba2ae937026fec3dc3501c13 kde5-functions 1236edc19d52100e99be7dc2fc91db0a multilib b2f01ad412baf81650c23fcf0975fa33 multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f toolchain-funcs b45201c4e6c096b98e250336954e64b9 virtualx 401b718cc14d43a5a7fbe062c4851ba5 xdg c7ba313ea1eaf266f95cc6235f7d6a07 xdg-utils 14d00d009167652b1fa363e55effe213 -_md5_=d9320245485e297a2b7baf3e7cdcf558 +_md5_=b38c9f338d8c5595d80a34e553184041 diff --git a/metadata/md5-cache/kde-apps/kmbox-18.12.3 b/metadata/md5-cache/kde-apps/kmbox-18.12.3 index 998630ede92d..8c18a3091533 100644 --- a/metadata/md5-cache/kde-apps/kmbox-18.12.3 +++ b/metadata/md5-cache/kde-apps/kmbox-18.12.3 @@ -5,10 +5,10 @@ DESCRIPTION=Library for accessing MBox format mail storages EAPI=7 HOMEPAGE=https://www.kde.org/ IUSE=debug test -KEYWORDS=~amd64 ~x86 +KEYWORDS=~amd64 ~arm64 ~x86 LICENSE=GPL-2+ RDEPEND=>=kde-apps/kmime-18.12.3:5 >=kde-frameworks/kf-env-4 || ( >=kde-frameworks/breeze-icons-5.54.0:5 kde-frameworks/oxygen-icons:* ) >=dev-qt/qtcore-5.11.1:5 SLOT=5 SRC_URI=mirror://kde/stable/applications/18.12.3/src/kmbox-18.12.3.tar.xz _eclasses_=cmake-utils ab10bd85e5d38e2a32077bcd91faa1b6 eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic a09389deba2c0a7108b581e02c7cecbf kde5 fc5fd805ba2ae937026fec3dc3501c13 kde5-functions 1236edc19d52100e99be7dc2fc91db0a multilib b2f01ad412baf81650c23fcf0975fa33 multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f toolchain-funcs b45201c4e6c096b98e250336954e64b9 virtualx 401b718cc14d43a5a7fbe062c4851ba5 xdg c7ba313ea1eaf266f95cc6235f7d6a07 xdg-utils 14d00d009167652b1fa363e55effe213 -_md5_=6bc111b26b40fb95f2eba47521302ca0 +_md5_=4e5e52e9fda4a55b11a3b84405e63595 diff --git a/metadata/md5-cache/kde-apps/knotes-18.12.3 b/metadata/md5-cache/kde-apps/knotes-18.12.3 index 9ce98f986d18..02514a5a0d19 100644 --- a/metadata/md5-cache/kde-apps/knotes-18.12.3 +++ b/metadata/md5-cache/kde-apps/knotes-18.12.3 @@ -5,10 +5,10 @@ DESCRIPTION=Note taking application EAPI=7 HOMEPAGE=https://www.kde.org/ IUSE=test debug +handbook test -KEYWORDS=~amd64 ~x86 +KEYWORDS=~amd64 ~arm64 ~x86 LICENSE=GPL-2+ handbook? ( FDL-1.2+ ) RDEPEND=>=kde-frameworks/kcmutils-5.54.0:5 >=kde-frameworks/kcompletion-5.54.0:5 >=kde-frameworks/kconfig-5.54.0:5 >=kde-frameworks/kconfigwidgets-5.54.0:5 >=kde-frameworks/kcoreaddons-5.54.0:5 >=kde-frameworks/kcrash-5.54.0:5 >=kde-frameworks/kdelibs4support-5.54.0:5 >=kde-frameworks/kdnssd-5.54.0:5 >=kde-frameworks/kglobalaccel-5.54.0:5 >=kde-frameworks/ki18n-5.54.0:5 >=kde-frameworks/kiconthemes-5.54.0:5 >=kde-frameworks/kitemmodels-5.54.0:5 >=kde-frameworks/kitemviews-5.54.0:5 >=kde-frameworks/knewstuff-5.54.0:5 >=kde-frameworks/knotifications-5.54.0:5 >=kde-frameworks/kparts-5.54.0:5 >=kde-frameworks/ktextwidgets-5.54.0:5 >=kde-frameworks/kwidgetsaddons-5.54.0:5 >=kde-frameworks/kwindowsystem-5.54.0:5 >=kde-frameworks/kxmlgui-5.54.0:5 >=kde-apps/akonadi-18.12.3:5 >=kde-apps/akonadi-notes-18.12.3:5 >=kde-apps/akonadi-search-18.12.3:5 >=kde-apps/kcalcore-18.12.3:5 >=kde-apps/kcalutils-18.12.3:5 >=kde-apps/kcontacts-18.12.3:5 >=kde-apps/kmime-18.12.3:5 >=kde-apps/kontactinterface-18.12.3:5 >=kde-apps/libkdepim-18.12.3:5 >=kde-apps/pimcommon-18.12.3:5 >=dev-qt/qtdbus-5.11.1:5 >=dev-qt/qtgui-5.11.1:5 >=dev-qt/qtprintsupport-5.11.1:5 >=dev-qt/qtwidgets-5.11.1:5 >=dev-qt/qtx11extras-5.11.1:5 >=dev-qt/qtxml-5.11.1:5 dev-libs/grantlee:5 dev-libs/libxslt x11-libs/libX11 !kde-apps/kdepim-l10n !kde-apps/knotes:4 >=kde-apps/kdepim-runtime-18.12.3:5 >=kde-frameworks/kf-env-4 || ( >=kde-frameworks/breeze-icons-5.54.0:5 kde-frameworks/oxygen-icons:* ) >=dev-qt/qtcore-5.11.1:5 SLOT=5 SRC_URI=mirror://kde/stable/applications/18.12.3/src/knotes-18.12.3.tar.xz _eclasses_=cmake-utils ab10bd85e5d38e2a32077bcd91faa1b6 eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic a09389deba2c0a7108b581e02c7cecbf kde5 fc5fd805ba2ae937026fec3dc3501c13 kde5-functions 1236edc19d52100e99be7dc2fc91db0a multilib b2f01ad412baf81650c23fcf0975fa33 multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f toolchain-funcs b45201c4e6c096b98e250336954e64b9 virtualx 401b718cc14d43a5a7fbe062c4851ba5 xdg c7ba313ea1eaf266f95cc6235f7d6a07 xdg-utils 14d00d009167652b1fa363e55effe213 -_md5_=49912b9de70bc83c909491c64eec7151 +_md5_=8a99c2037507ae1ca7f90d05f8169c29 diff --git a/metadata/md5-cache/kde-apps/konsolekalendar-18.12.3 b/metadata/md5-cache/kde-apps/konsolekalendar-18.12.3 index 0b9d59629455..876a299388e5 100644 --- a/metadata/md5-cache/kde-apps/konsolekalendar-18.12.3 +++ b/metadata/md5-cache/kde-apps/konsolekalendar-18.12.3 @@ -5,10 +5,10 @@ DESCRIPTION=Command line interface to KDE calendars EAPI=7 HOMEPAGE=https://www.kde.org/ https://userbase.kde.org/KonsoleKalendar IUSE=debug +handbook -KEYWORDS=~amd64 ~x86 +KEYWORDS=~amd64 ~arm64 ~x86 LICENSE=GPL-2+ handbook? ( FDL-1.2+ ) RDEPEND=>=kde-frameworks/kconfig-5.54.0:5 >=kde-frameworks/kcoreaddons-5.54.0:5 >=kde-frameworks/kdelibs4support-5.54.0:5 >=kde-frameworks/ki18n-5.54.0:5 >=kde-apps/akonadi-18.12.3:5 >=kde-apps/akonadi-calendar-18.12.3:5 >=kde-apps/calendarsupport-18.12.3:5 >=kde-apps/kcalcore-18.12.3:5 >=kde-apps/kcalutils-18.12.3:5 !kde-apps/kdepim-l10n !kde-apps/konsolekalendar:4 >=kde-frameworks/kf-env-4 || ( >=kde-frameworks/breeze-icons-5.54.0:5 kde-frameworks/oxygen-icons:* ) >=dev-qt/qtcore-5.11.1:5 SLOT=5 SRC_URI=mirror://kde/stable/applications/18.12.3/src/akonadi-calendar-tools-18.12.3.tar.xz _eclasses_=cmake-utils ab10bd85e5d38e2a32077bcd91faa1b6 eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic a09389deba2c0a7108b581e02c7cecbf kde5 fc5fd805ba2ae937026fec3dc3501c13 kde5-functions 1236edc19d52100e99be7dc2fc91db0a multilib b2f01ad412baf81650c23fcf0975fa33 multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f toolchain-funcs b45201c4e6c096b98e250336954e64b9 virtualx 401b718cc14d43a5a7fbe062c4851ba5 xdg c7ba313ea1eaf266f95cc6235f7d6a07 xdg-utils 14d00d009167652b1fa363e55effe213 -_md5_=5ca8bdc16fb3326bd529fd9956bdf8e4 +_md5_=27da03fd1aa56bf629dfb139d2e92338 diff --git a/metadata/md5-cache/kde-apps/kontact-18.12.3 b/metadata/md5-cache/kde-apps/kontact-18.12.3 index 4e0828a60200..acddcbd4e8e6 100644 --- a/metadata/md5-cache/kde-apps/kontact-18.12.3 +++ b/metadata/md5-cache/kde-apps/kontact-18.12.3 @@ -5,10 +5,10 @@ DESCRIPTION=Container application to unify several major PIM applications within EAPI=7 HOMEPAGE=https://www.kde.org/ IUSE=debug +handbook -KEYWORDS=~amd64 ~x86 +KEYWORDS=~amd64 ~arm64 ~x86 LICENSE=GPL-2+ handbook? ( FDL-1.2+ ) RDEPEND=>=kde-frameworks/kcmutils-5.54.0:5 >=kde-frameworks/kcompletion-5.54.0:5 >=kde-frameworks/kconfig-5.54.0:5 >=kde-frameworks/kconfigwidgets-5.54.0:5 >=kde-frameworks/kcoreaddons-5.54.0:5 >=kde-frameworks/kcrash-5.54.0:5 >=kde-frameworks/kdbusaddons-5.54.0:5 >=kde-frameworks/ki18n-5.54.0:5 >=kde-frameworks/kiconthemes-5.54.0:5 >=kde-frameworks/kio-5.54.0:5 >=kde-frameworks/kparts-5.54.0:5 >=kde-frameworks/kservice-5.54.0:5 >=kde-frameworks/kwidgetsaddons-5.54.0:5 >=kde-frameworks/kwindowsystem-5.54.0:5 >=kde-frameworks/kxmlgui-5.54.0:5 >=kde-apps/akonadi-18.12.3:5 >=kde-apps/grantleetheme-18.12.3:5 >=kde-apps/kdepim-apps-libs-18.12.3:5 >=kde-apps/kontactinterface-18.12.3:5 >=kde-apps/kpimtextedit-18.12.3:5 >=kde-apps/libkdepim-18.12.3:5 >=kde-apps/mailcommon-18.12.3:5 >=dev-qt/qtdbus-5.11.1:5 >=dev-qt/qtgui-5.11.1:5 >=dev-qt/qtwebengine-5.11.1:5[widgets] >=dev-qt/qtwidgets-5.11.1:5 !kde-apps/kdepim-l10n !kde-apps/kontact:4 >=kde-frameworks/kf-env-4 || ( >=kde-frameworks/breeze-icons-5.54.0:5 kde-frameworks/oxygen-icons:* ) >=dev-qt/qtcore-5.11.1:5 SLOT=5 SRC_URI=mirror://kde/stable/applications/18.12.3/src/kontact-18.12.3.tar.xz _eclasses_=cmake-utils ab10bd85e5d38e2a32077bcd91faa1b6 eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic a09389deba2c0a7108b581e02c7cecbf kde5 fc5fd805ba2ae937026fec3dc3501c13 kde5-functions 1236edc19d52100e99be7dc2fc91db0a multilib b2f01ad412baf81650c23fcf0975fa33 multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f toolchain-funcs b45201c4e6c096b98e250336954e64b9 virtualx 401b718cc14d43a5a7fbe062c4851ba5 xdg c7ba313ea1eaf266f95cc6235f7d6a07 xdg-utils 14d00d009167652b1fa363e55effe213 -_md5_=9c0a44809186c0ddf40df052be2b51f5 +_md5_=7c89b8deab02c299ece93fd0bc744479 diff --git a/metadata/md5-cache/kde-apps/kontactinterface-18.12.3 b/metadata/md5-cache/kde-apps/kontactinterface-18.12.3 index ef23565ab9aa..927d4d89b271 100644 --- a/metadata/md5-cache/kde-apps/kontactinterface-18.12.3 +++ b/metadata/md5-cache/kde-apps/kontactinterface-18.12.3 @@ -5,10 +5,10 @@ DESCRIPTION=Library for embedding KParts in a Kontact component EAPI=7 HOMEPAGE=https://www.kde.org/ IUSE=debug -KEYWORDS=~amd64 ~x86 +KEYWORDS=~amd64 ~arm64 ~x86 LICENSE=GPL-2+ LGPL-2.1+ RDEPEND=>=kde-frameworks/kcoreaddons-5.54.0:5 >=kde-frameworks/kiconthemes-5.54.0:5 >=kde-frameworks/kio-5.54.0:5 >=kde-frameworks/kparts-5.54.0:5 >=kde-frameworks/kwindowsystem-5.54.0:5 >=kde-frameworks/kxmlgui-5.54.0:5 >=dev-qt/qtdbus-5.11.1:5 >=dev-qt/qtgui-5.11.1:5 >=dev-qt/qtwidgets-5.11.1:5 >=dev-qt/qtxml-5.11.1:5 !kde-apps/kdepim-l10n >=kde-frameworks/kf-env-4 || ( >=kde-frameworks/breeze-icons-5.54.0:5 kde-frameworks/oxygen-icons:* ) >=dev-qt/qtcore-5.11.1:5 SLOT=5 SRC_URI=mirror://kde/stable/applications/18.12.3/src/kontactinterface-18.12.3.tar.xz _eclasses_=cmake-utils ab10bd85e5d38e2a32077bcd91faa1b6 eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic a09389deba2c0a7108b581e02c7cecbf kde5 fc5fd805ba2ae937026fec3dc3501c13 kde5-functions 1236edc19d52100e99be7dc2fc91db0a multilib b2f01ad412baf81650c23fcf0975fa33 multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f toolchain-funcs b45201c4e6c096b98e250336954e64b9 virtualx 401b718cc14d43a5a7fbe062c4851ba5 xdg c7ba313ea1eaf266f95cc6235f7d6a07 xdg-utils 14d00d009167652b1fa363e55effe213 -_md5_=b9bd7dcb3fa4d80206680ec190f8d9a9 +_md5_=86ad78cf1dafe276923a352c2920bf2e diff --git a/metadata/md5-cache/kde-apps/korganizer-18.12.3 b/metadata/md5-cache/kde-apps/korganizer-18.12.3 index 82f4e4f128b9..f85414d110a0 100644 --- a/metadata/md5-cache/kde-apps/korganizer-18.12.3 +++ b/metadata/md5-cache/kde-apps/korganizer-18.12.3 @@ -5,11 +5,11 @@ DESCRIPTION=Organizational assistant, providing calendars and other similar func EAPI=7 HOMEPAGE=https://www.kde.org/applications/office/korganizer/ IUSE=X test debug +handbook test -KEYWORDS=~amd64 ~x86 +KEYWORDS=~amd64 ~arm64 ~x86 LICENSE=GPL-2+ handbook? ( FDL-1.2+ ) RDEPEND=>=kde-frameworks/kcmutils-5.54.0:5 >=kde-frameworks/kcodecs-5.54.0:5 >=kde-frameworks/kcompletion-5.54.0:5 >=kde-frameworks/kconfig-5.54.0:5 >=kde-frameworks/kconfigwidgets-5.54.0:5 >=kde-frameworks/kcoreaddons-5.54.0:5 >=kde-frameworks/kcrash-5.54.0:5 >=kde-frameworks/kdbusaddons-5.54.0:5 >=kde-frameworks/kholidays-5.54.0:5 >=kde-frameworks/ki18n-5.54.0:5 >=kde-frameworks/kiconthemes-5.54.0:5 >=kde-frameworks/kio-5.54.0:5 >=kde-frameworks/kitemmodels-5.54.0:5 >=kde-frameworks/kitemviews-5.54.0:5 >=kde-frameworks/kjobwidgets-5.54.0:5 >=kde-frameworks/knewstuff-5.54.0:5 >=kde-frameworks/knotifications-5.54.0:5 >=kde-frameworks/kparts-5.54.0:5 >=kde-frameworks/kservice-5.54.0:5 >=kde-frameworks/kwidgetsaddons-5.54.0:5 >=kde-frameworks/kwindowsystem-5.54.0:5 >=kde-frameworks/kxmlgui-5.54.0:5 >=kde-apps/akonadi-18.12.3:5 >=kde-apps/akonadi-calendar-18.12.3:5 >=kde-apps/akonadi-contacts-18.12.3:5 >=kde-apps/akonadi-mime-18.12.3:5 >=kde-apps/akonadi-notes-18.12.3:5 >=kde-apps/akonadi-search-18.12.3:5 >=kde-apps/calendarsupport-18.12.3:5 >=kde-apps/eventviews-18.12.3:5 >=kde-apps/incidenceeditor-18.12.3:5 >=kde-apps/kcalcore-18.12.3:5 >=kde-apps/kcalutils-18.12.3:5 >=kde-apps/kcontacts-18.12.3:5 >=kde-apps/kdepim-apps-libs-18.12.3:5 >=kde-apps/kidentitymanagement-18.12.3:5 >=kde-apps/kmailtransport-18.12.3:5 >=kde-apps/kmime-18.12.3:5 >=kde-apps/kontactinterface-18.12.3:5 >=kde-apps/kpimtextedit-18.12.3:5 >=kde-apps/libkdepim-18.12.3:5 >=kde-apps/pimcommon-18.12.3:5 >=dev-qt/qtdbus-5.11.1:5 >=dev-qt/qtgui-5.11.1:5 >=dev-qt/qtwidgets-5.11.1:5 media-libs/phonon[qt5(+)] X? ( >=dev-qt/qtx11extras-5.11.1:5 x11-libs/libX11 ) !kde-apps/kdepim-common-libs:4 !kde-apps/kdepim-l10n !kde-apps/korganizer:4 >=kde-apps/kdepim-runtime-18.12.3:5 >=kde-frameworks/kf-env-4 || ( >=kde-frameworks/breeze-icons-5.54.0:5 kde-frameworks/oxygen-icons:* ) >=dev-qt/qtcore-5.11.1:5 RESTRICT=test SLOT=5 SRC_URI=mirror://kde/stable/applications/18.12.3/src/korganizer-18.12.3.tar.xz _eclasses_=cmake-utils ab10bd85e5d38e2a32077bcd91faa1b6 eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic a09389deba2c0a7108b581e02c7cecbf kde5 fc5fd805ba2ae937026fec3dc3501c13 kde5-functions 1236edc19d52100e99be7dc2fc91db0a multilib b2f01ad412baf81650c23fcf0975fa33 multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f toolchain-funcs b45201c4e6c096b98e250336954e64b9 virtualx 401b718cc14d43a5a7fbe062c4851ba5 xdg c7ba313ea1eaf266f95cc6235f7d6a07 xdg-utils 14d00d009167652b1fa363e55effe213 -_md5_=db11e4631ed44ca5e0efc030b408dc88 +_md5_=a143c69f1387d87d928c6a5794357e9f diff --git a/metadata/md5-cache/kde-apps/kpkpass-18.12.3 b/metadata/md5-cache/kde-apps/kpkpass-18.12.3 index e01af8ff01dc..56df9f5e3117 100644 --- a/metadata/md5-cache/kde-apps/kpkpass-18.12.3 +++ b/metadata/md5-cache/kde-apps/kpkpass-18.12.3 @@ -5,10 +5,10 @@ DESCRIPTION=Library to deal with Apple Wallet pass files EAPI=7 HOMEPAGE=https://www.kde.org/applications/office/kontact/ IUSE=test debug test -KEYWORDS=~amd64 ~x86 +KEYWORDS=~amd64 ~arm64 ~x86 LICENSE=LGPL-2.1+ RDEPEND=>=kde-frameworks/karchive-5.54.0:5 >=dev-qt/qtgui-5.11.1:5 !=kde-frameworks/kf-env-4 || ( >=kde-frameworks/breeze-icons-5.54.0:5 kde-frameworks/oxygen-icons:* ) >=dev-qt/qtcore-5.11.1:5 SLOT=5 SRC_URI=mirror://kde/stable/applications/18.12.3/src/kpkpass-18.12.3.tar.xz _eclasses_=cmake-utils ab10bd85e5d38e2a32077bcd91faa1b6 eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic a09389deba2c0a7108b581e02c7cecbf kde5 fc5fd805ba2ae937026fec3dc3501c13 kde5-functions 1236edc19d52100e99be7dc2fc91db0a multilib b2f01ad412baf81650c23fcf0975fa33 multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f toolchain-funcs b45201c4e6c096b98e250336954e64b9 virtualx 401b718cc14d43a5a7fbe062c4851ba5 xdg c7ba313ea1eaf266f95cc6235f7d6a07 xdg-utils 14d00d009167652b1fa363e55effe213 -_md5_=147414631ae0858eb1aa1c341c311fbf +_md5_=0209be733317355c9050ac5517329739 diff --git a/metadata/md5-cache/kde-apps/ksmtp-18.12.3 b/metadata/md5-cache/kde-apps/ksmtp-18.12.3 index 029e3207c461..5a934fda008d 100644 --- a/metadata/md5-cache/kde-apps/ksmtp-18.12.3 +++ b/metadata/md5-cache/kde-apps/ksmtp-18.12.3 @@ -5,11 +5,11 @@ DESCRIPTION=Job-based library to send email through an SMTP server EAPI=7 HOMEPAGE=https://www.kde.org/ IUSE=debug test -KEYWORDS=~amd64 ~x86 +KEYWORDS=~amd64 ~arm64 ~x86 LICENSE=LGPL-2.1+ RDEPEND=>=kde-frameworks/kcoreaddons-5.54.0:5 >=kde-frameworks/ki18n-5.54.0:5 >=kde-frameworks/kio-5.54.0:5 >=dev-qt/qtnetwork-5.11.1:5 dev-libs/cyrus-sasl >=kde-frameworks/kf-env-4 || ( >=kde-frameworks/breeze-icons-5.54.0:5 kde-frameworks/oxygen-icons:* ) >=dev-qt/qtcore-5.11.1:5 RESTRICT=test SLOT=5 SRC_URI=mirror://kde/stable/applications/18.12.3/src/ksmtp-18.12.3.tar.xz _eclasses_=cmake-utils ab10bd85e5d38e2a32077bcd91faa1b6 eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic a09389deba2c0a7108b581e02c7cecbf kde5 fc5fd805ba2ae937026fec3dc3501c13 kde5-functions 1236edc19d52100e99be7dc2fc91db0a multilib b2f01ad412baf81650c23fcf0975fa33 multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f toolchain-funcs b45201c4e6c096b98e250336954e64b9 virtualx 401b718cc14d43a5a7fbe062c4851ba5 xdg c7ba313ea1eaf266f95cc6235f7d6a07 xdg-utils 14d00d009167652b1fa363e55effe213 -_md5_=62fcca5fa103da9fd64a106db9ba856c +_md5_=64e5d9395c3b9490676bd131951ea6cd diff --git a/metadata/md5-cache/kde-apps/libgravatar-18.12.3 b/metadata/md5-cache/kde-apps/libgravatar-18.12.3 index 2cca8477650e..2cd32386d750 100644 --- a/metadata/md5-cache/kde-apps/libgravatar-18.12.3 +++ b/metadata/md5-cache/kde-apps/libgravatar-18.12.3 @@ -5,10 +5,10 @@ DESCRIPTION=Library for gravatar integration EAPI=7 HOMEPAGE=https://www.kde.org/ IUSE=test debug test -KEYWORDS=~amd64 ~x86 +KEYWORDS=~amd64 ~arm64 ~x86 LICENSE=GPL-2+ RDEPEND=>=kde-frameworks/kconfig-5.54.0:5 >=kde-frameworks/ki18n-5.54.0:5 >=kde-frameworks/kio-5.54.0:5 >=kde-frameworks/ktextwidgets-5.54.0:5 >=kde-frameworks/kwidgetsaddons-5.54.0:5 >=kde-apps/pimcommon-18.12.3:5 >=dev-qt/qtgui-5.11.1:5 >=dev-qt/qtnetwork-5.11.1:5 >=dev-qt/qtwidgets-5.11.1:5 !kde-apps/kdepim-l10n >=kde-frameworks/kf-env-4 || ( >=kde-frameworks/breeze-icons-5.54.0:5 kde-frameworks/oxygen-icons:* ) >=dev-qt/qtcore-5.11.1:5 SLOT=5 SRC_URI=mirror://kde/stable/applications/18.12.3/src/libgravatar-18.12.3.tar.xz _eclasses_=cmake-utils ab10bd85e5d38e2a32077bcd91faa1b6 eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic a09389deba2c0a7108b581e02c7cecbf kde5 fc5fd805ba2ae937026fec3dc3501c13 kde5-functions 1236edc19d52100e99be7dc2fc91db0a multilib b2f01ad412baf81650c23fcf0975fa33 multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f toolchain-funcs b45201c4e6c096b98e250336954e64b9 virtualx 401b718cc14d43a5a7fbe062c4851ba5 xdg c7ba313ea1eaf266f95cc6235f7d6a07 xdg-utils 14d00d009167652b1fa363e55effe213 -_md5_=13ef05653322a961bece6359e903c8fd +_md5_=3edd71f132efcf4e4b2dcd42813a698e diff --git a/metadata/md5-cache/kde-apps/libkdepim-18.12.3 b/metadata/md5-cache/kde-apps/libkdepim-18.12.3 index 7c240711318d..20d9a2916a44 100644 --- a/metadata/md5-cache/kde-apps/libkdepim-18.12.3 +++ b/metadata/md5-cache/kde-apps/libkdepim-18.12.3 @@ -5,10 +5,10 @@ DESCRIPTION=Common PIM libraries EAPI=7 HOMEPAGE=https://www.kde.org/ IUSE=test debug designer test -KEYWORDS=~amd64 ~x86 +KEYWORDS=~amd64 ~arm64 ~x86 LICENSE=GPL-2+ LGPL-2.1+ RDEPEND=>=kde-frameworks/kcmutils-5.54.0:5 >=kde-frameworks/kcodecs-5.54.0:5 >=kde-frameworks/kcompletion-5.54.0:5 >=kde-frameworks/kconfig-5.54.0:5 >=kde-frameworks/kconfigwidgets-5.54.0:5 >=kde-frameworks/kcoreaddons-5.54.0:5 >=kde-frameworks/ki18n-5.54.0:5 >=kde-frameworks/kiconthemes-5.54.0:5 >=kde-frameworks/kio-5.54.0:5 >=kde-frameworks/kitemviews-5.54.0:5 >=kde-frameworks/kjobwidgets-5.54.0:5 >=kde-frameworks/kwallet-5.54.0:5 >=kde-frameworks/kwidgetsaddons-5.54.0:5 >=kde-apps/akonadi-18.12.3:5 >=kde-apps/akonadi-contacts-18.12.3:5 >=kde-apps/akonadi-search-18.12.3:5 >=kde-apps/kcontacts-18.12.3:5 >=kde-apps/kldap-18.12.3:5 >=dev-qt/qtdbus-5.11.1:5 >=dev-qt/qtgui-5.11.1:5 >=dev-qt/qtnetwork-5.11.1:5 >=dev-qt/qtwidgets-5.11.1:5 !kde-apps/kdepim-common-libs:4 !kde-apps/kdepim-l10n >=kde-frameworks/kf-env-4 || ( >=kde-frameworks/breeze-icons-5.54.0:5 kde-frameworks/oxygen-icons:* ) >=dev-qt/qtcore-5.11.1:5 SLOT=5 SRC_URI=mirror://kde/stable/applications/18.12.3/src/libkdepim-18.12.3.tar.xz _eclasses_=cmake-utils ab10bd85e5d38e2a32077bcd91faa1b6 eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic a09389deba2c0a7108b581e02c7cecbf kde5 fc5fd805ba2ae937026fec3dc3501c13 kde5-functions 1236edc19d52100e99be7dc2fc91db0a multilib b2f01ad412baf81650c23fcf0975fa33 multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f toolchain-funcs b45201c4e6c096b98e250336954e64b9 virtualx 401b718cc14d43a5a7fbe062c4851ba5 xdg c7ba313ea1eaf266f95cc6235f7d6a07 xdg-utils 14d00d009167652b1fa363e55effe213 -_md5_=2cdc6d7e793868761fa2da0465f4a394 +_md5_=832baf02771c1d5c266bc87b50792cdf diff --git a/metadata/md5-cache/kde-apps/libkgapi-18.12.3 b/metadata/md5-cache/kde-apps/libkgapi-18.12.3 index 1ee97e8524de..3931929635ec 100644 --- a/metadata/md5-cache/kde-apps/libkgapi-18.12.3 +++ b/metadata/md5-cache/kde-apps/libkgapi-18.12.3 @@ -5,10 +5,10 @@ DESCRIPTION=Library for accessing Google calendar and contact resources EAPI=7 HOMEPAGE=https://cgit.kde.org/libkgapi.git IUSE=nls test debug test -KEYWORDS=~amd64 ~x86 +KEYWORDS=~amd64 ~arm64 ~x86 LICENSE=LGPL-2.1+ RDEPEND=>=kde-frameworks/kio-5.54.0:5 >=kde-frameworks/kwindowsystem-5.54.0:5 >=kde-apps/kcalcore-18.12.3:5 >=kde-apps/kcontacts-18.12.3:5 >=dev-qt/qtgui-5.11.1:5 >=dev-qt/qtnetwork-5.11.1:5 >=dev-qt/qtwebengine-5.11.1:5[widgets] >=dev-qt/qtwidgets-5.11.1:5 >=dev-qt/qtxml-5.11.1:5 dev-libs/cyrus-sasl:2 !kde-apps/kdepim-l10n !=kde-frameworks/kf-env-4 || ( >=kde-frameworks/breeze-icons-5.54.0:5 kde-frameworks/oxygen-icons:* ) >=dev-qt/qtcore-5.11.1:5 SLOT=5 SRC_URI=mirror://kde/stable/applications/18.12.3/src/libkgapi-18.12.3.tar.xz _eclasses_=cmake-utils ab10bd85e5d38e2a32077bcd91faa1b6 eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic a09389deba2c0a7108b581e02c7cecbf kde5 fc5fd805ba2ae937026fec3dc3501c13 kde5-functions 1236edc19d52100e99be7dc2fc91db0a multilib b2f01ad412baf81650c23fcf0975fa33 multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f toolchain-funcs b45201c4e6c096b98e250336954e64b9 virtualx 401b718cc14d43a5a7fbe062c4851ba5 xdg c7ba313ea1eaf266f95cc6235f7d6a07 xdg-utils 14d00d009167652b1fa363e55effe213 -_md5_=dc50fd795773cf194d2cf6d2dd193f04 +_md5_=37dc02df0835ce120597dc6b8dc455fb diff --git a/metadata/md5-cache/kde-apps/libksieve-18.12.3 b/metadata/md5-cache/kde-apps/libksieve-18.12.3 index 4d6e913f1630..8add569b1e22 100644 --- a/metadata/md5-cache/kde-apps/libksieve-18.12.3 +++ b/metadata/md5-cache/kde-apps/libksieve-18.12.3 @@ -5,11 +5,11 @@ DESCRIPTION=Common PIM libraries EAPI=7 HOMEPAGE=https://www.kde.org/ IUSE=test debug +handbook test -KEYWORDS=~amd64 ~x86 +KEYWORDS=~amd64 ~arm64 ~x86 LICENSE=GPL-2+ LGPL-2.1+ RDEPEND=>=kde-frameworks/karchive-5.54.0:5 >=kde-frameworks/kcompletion-5.54.0:5 >=kde-frameworks/kconfig-5.54.0:5 >=kde-frameworks/kconfigwidgets-5.54.0:5 >=kde-frameworks/kcoreaddons-5.54.0:5 >=kde-frameworks/ki18n-5.54.0:5 >=kde-frameworks/kiconthemes-5.54.0:5 >=kde-frameworks/kio-5.54.0:5 >=kde-frameworks/knewstuff-5.54.0:5 >=kde-frameworks/kwidgetsaddons-5.54.0:5 >=kde-frameworks/kwindowsystem-5.54.0:5 >=kde-frameworks/sonnet-5.54.0:5 >=kde-frameworks/syntax-highlighting-5.54.0:5 >=kde-apps/kidentitymanagement-18.12.3:5 >=kde-apps/kmime-18.12.3:5 >=kde-apps/kpimtextedit-18.12.3:5 >=kde-apps/libkdepim-18.12.3:5 >=kde-apps/pimcommon-18.12.3:5 >=dev-qt/qtdbus-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/qtwebengine-5.11.1:5[widgets] >=dev-qt/qtwidgets-5.11.1:5 dev-libs/cyrus-sasl !kde-apps/kdepim-l10n >=kde-frameworks/kf-env-4 || ( >=kde-frameworks/breeze-icons-5.54.0:5 kde-frameworks/oxygen-icons:* ) >=dev-qt/qtcore-5.11.1:5 RESTRICT=test SLOT=5 SRC_URI=mirror://kde/stable/applications/18.12.3/src/libksieve-18.12.3.tar.xz _eclasses_=cmake-utils ab10bd85e5d38e2a32077bcd91faa1b6 eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic a09389deba2c0a7108b581e02c7cecbf kde5 fc5fd805ba2ae937026fec3dc3501c13 kde5-functions 1236edc19d52100e99be7dc2fc91db0a multilib b2f01ad412baf81650c23fcf0975fa33 multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f toolchain-funcs b45201c4e6c096b98e250336954e64b9 virtualx 401b718cc14d43a5a7fbe062c4851ba5 xdg c7ba313ea1eaf266f95cc6235f7d6a07 xdg-utils 14d00d009167652b1fa363e55effe213 -_md5_=f9441d0584de90b15f56de0cd5db4fcc +_md5_=ccbba9b3a5191390cc5d1fee049ca1f5 diff --git a/metadata/md5-cache/kde-apps/libktnef-18.12.3 b/metadata/md5-cache/kde-apps/libktnef-18.12.3 index 00523c7fe3ce..11f8d55422f9 100644 --- a/metadata/md5-cache/kde-apps/libktnef-18.12.3 +++ b/metadata/md5-cache/kde-apps/libktnef-18.12.3 @@ -5,10 +5,10 @@ DESCRIPTION=Library for handling TNEF data EAPI=7 HOMEPAGE=https://www.kde.org/ IUSE=debug test -KEYWORDS=~amd64 ~x86 +KEYWORDS=~amd64 ~arm64 ~x86 LICENSE=GPL-2+ RDEPEND=>=kde-frameworks/ki18n-5.54.0:5 >=kde-apps/kcalcore-18.12.3:5 >=kde-apps/kcalutils-18.12.3:5 >=kde-apps/kcontacts-18.12.3:5 >=dev-qt/qtwidgets-5.11.1:5 !kde-apps/kdepim-l10n >=kde-frameworks/kf-env-4 || ( >=kde-frameworks/breeze-icons-5.54.0:5 kde-frameworks/oxygen-icons:* ) >=dev-qt/qtcore-5.11.1:5 SLOT=5 SRC_URI=mirror://kde/stable/applications/18.12.3/src/ktnef-18.12.3.tar.xz _eclasses_=cmake-utils ab10bd85e5d38e2a32077bcd91faa1b6 eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic a09389deba2c0a7108b581e02c7cecbf kde5 fc5fd805ba2ae937026fec3dc3501c13 kde5-functions 1236edc19d52100e99be7dc2fc91db0a multilib b2f01ad412baf81650c23fcf0975fa33 multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f toolchain-funcs b45201c4e6c096b98e250336954e64b9 virtualx 401b718cc14d43a5a7fbe062c4851ba5 xdg c7ba313ea1eaf266f95cc6235f7d6a07 xdg-utils 14d00d009167652b1fa363e55effe213 -_md5_=9b734b87dd84da04881e01561cf0c7fc +_md5_=bde7c4baf652abfc1c1685f80f6e63c3 diff --git a/metadata/md5-cache/kde-apps/mailcommon-18.12.3 b/metadata/md5-cache/kde-apps/mailcommon-18.12.3 index edd4f3bf0b39..4df277ed10b9 100644 --- a/metadata/md5-cache/kde-apps/mailcommon-18.12.3 +++ b/metadata/md5-cache/kde-apps/mailcommon-18.12.3 @@ -5,11 +5,11 @@ DESCRIPTION=Common mail library EAPI=7 HOMEPAGE=https://www.kde.org/ IUSE=test debug designer test -KEYWORDS=~amd64 ~x86 +KEYWORDS=~amd64 ~arm64 ~x86 LICENSE=GPL-2+ LGPL-2.1+ RDEPEND=>=kde-frameworks/karchive-5.54.0:5 >=kde-frameworks/kcodecs-5.54.0:5 >=kde-frameworks/kcompletion-5.54.0:5 >=kde-frameworks/kconfig-5.54.0:5 >=kde-frameworks/kconfigwidgets-5.54.0:5 >=kde-frameworks/kdbusaddons-5.54.0:5 >=kde-frameworks/ki18n-5.54.0:5 >=kde-frameworks/kiconthemes-5.54.0:5 >=kde-frameworks/kio-5.54.0:5 >=kde-frameworks/kitemmodels-5.54.0:5 >=kde-frameworks/kitemviews-5.54.0:5 >=kde-frameworks/ktextwidgets-5.54.0:5 >=kde-frameworks/kwidgetsaddons-5.54.0:5 >=kde-frameworks/kwindowsystem-5.54.0:5 >=kde-frameworks/kxmlgui-5.54.0:5 >=kde-frameworks/syntax-highlighting-5.54.0:5 >=kde-apps/akonadi-18.12.3:5 >=kde-apps/akonadi-contacts-18.12.3:5 >=kde-apps/akonadi-mime-18.12.3:5 >=kde-apps/kcontacts-18.12.3:5 >=kde-apps/kmailtransport-18.12.3:5 >=kde-apps/kmime-18.12.3:5 >=kde-apps/kpimtextedit-18.12.3:5 >=kde-apps/libkdepim-18.12.3:5 >=kde-apps/mailimporter-18.12.3:5 >=kde-apps/messagelib-18.12.3:5 >=kde-apps/pimcommon-18.12.3:5 >=dev-qt/qtdbus-5.11.1:5 >=dev-qt/qtgui-5.11.1:5 >=dev-qt/qtwidgets-5.11.1:5 >=dev-qt/qtxml-5.11.1:5 media-libs/phonon[qt5(+)] !kde-apps/kdepim-l10n >=kde-frameworks/kf-env-4 || ( >=kde-frameworks/breeze-icons-5.54.0:5 kde-frameworks/oxygen-icons:* ) >=dev-qt/qtcore-5.11.1:5 RESTRICT=test SLOT=5 SRC_URI=mirror://kde/stable/applications/18.12.3/src/mailcommon-18.12.3.tar.xz _eclasses_=cmake-utils ab10bd85e5d38e2a32077bcd91faa1b6 eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic a09389deba2c0a7108b581e02c7cecbf kde5 fc5fd805ba2ae937026fec3dc3501c13 kde5-functions 1236edc19d52100e99be7dc2fc91db0a multilib b2f01ad412baf81650c23fcf0975fa33 multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f toolchain-funcs b45201c4e6c096b98e250336954e64b9 virtualx 401b718cc14d43a5a7fbe062c4851ba5 xdg c7ba313ea1eaf266f95cc6235f7d6a07 xdg-utils 14d00d009167652b1fa363e55effe213 -_md5_=5b4d760fe11fe17b150ba831905af139 +_md5_=14fe8b1f036111b4fe3f5b25c8f23741 diff --git a/metadata/md5-cache/kde-apps/mailimporter-18.12.3 b/metadata/md5-cache/kde-apps/mailimporter-18.12.3 index c714e5e1df38..a98b6769368c 100644 --- a/metadata/md5-cache/kde-apps/mailimporter-18.12.3 +++ b/metadata/md5-cache/kde-apps/mailimporter-18.12.3 @@ -5,10 +5,10 @@ DESCRIPTION=Library to import mail from various sources EAPI=7 HOMEPAGE=https://www.kde.org/ IUSE=test debug test -KEYWORDS=~amd64 ~x86 +KEYWORDS=~amd64 ~arm64 ~x86 LICENSE=GPL-2+ LGPL-2.1+ RDEPEND=>=kde-frameworks/karchive-5.54.0:5 >=kde-frameworks/kconfig-5.54.0:5 >=kde-frameworks/kcoreaddons-5.54.0:5 >=kde-frameworks/ki18n-5.54.0:5 >=kde-apps/akonadi-18.12.3:5 >=kde-apps/akonadi-mime-18.12.3:5 >=kde-apps/kmime-18.12.3:5 >=kde-apps/libkdepim-18.12.3:5 >=dev-qt/qtgui-5.11.1:5 >=dev-qt/qtwidgets-5.11.1:5 >=dev-qt/qtxml-5.11.1:5 !kde-apps/kdepim-l10n >=kde-frameworks/kf-env-4 || ( >=kde-frameworks/breeze-icons-5.54.0:5 kde-frameworks/oxygen-icons:* ) >=dev-qt/qtcore-5.11.1:5 SLOT=5 SRC_URI=mirror://kde/stable/applications/18.12.3/src/mailimporter-18.12.3.tar.xz _eclasses_=cmake-utils ab10bd85e5d38e2a32077bcd91faa1b6 eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic a09389deba2c0a7108b581e02c7cecbf kde5 fc5fd805ba2ae937026fec3dc3501c13 kde5-functions 1236edc19d52100e99be7dc2fc91db0a multilib b2f01ad412baf81650c23fcf0975fa33 multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f toolchain-funcs b45201c4e6c096b98e250336954e64b9 virtualx 401b718cc14d43a5a7fbe062c4851ba5 xdg c7ba313ea1eaf266f95cc6235f7d6a07 xdg-utils 14d00d009167652b1fa363e55effe213 -_md5_=c58db89f01bc498b87e36c819d06eb44 +_md5_=14d5b8ef786d1377644f762b785c3c5b diff --git a/metadata/md5-cache/kde-apps/mbox-importer-18.12.3 b/metadata/md5-cache/kde-apps/mbox-importer-18.12.3 index b8737f10a300..41beb218d03b 100644 --- a/metadata/md5-cache/kde-apps/mbox-importer-18.12.3 +++ b/metadata/md5-cache/kde-apps/mbox-importer-18.12.3 @@ -5,10 +5,10 @@ DESCRIPTION=Import mbox email archives from various sources into Akonadi EAPI=7 HOMEPAGE=https://www.kde.org/ IUSE=debug +handbook -KEYWORDS=~amd64 ~x86 +KEYWORDS=~amd64 ~arm64 ~x86 LICENSE=GPL-2+ handbook? ( FDL-1.2+ ) RDEPEND=>=kde-frameworks/kconfig-5.54.0:5 >=kde-frameworks/kcoreaddons-5.54.0:5 >=kde-frameworks/kcrash-5.54.0:5 >=kde-frameworks/kdbusaddons-5.54.0:5 >=kde-frameworks/ki18n-5.54.0:5 >=kde-frameworks/kservice-5.54.0:5 >=kde-frameworks/kwidgetsaddons-5.54.0:5 >=kde-apps/akonadi-18.12.3:5 >=kde-apps/kidentitymanagement-18.12.3:5 >=kde-apps/mailcommon-18.12.3:5 >=kde-apps/mailimporter-18.12.3:5 >=dev-qt/qtgui-5.11.1:5 >=dev-qt/qtwidgets-5.11.1:5 !kde-apps/kdepim-l10n !kde-apps/kmail:4 >=kde-frameworks/kf-env-4 || ( >=kde-frameworks/breeze-icons-5.54.0:5 kde-frameworks/oxygen-icons:* ) >=dev-qt/qtcore-5.11.1:5 SLOT=5 SRC_URI=mirror://kde/stable/applications/18.12.3/src/mbox-importer-18.12.3.tar.xz _eclasses_=cmake-utils ab10bd85e5d38e2a32077bcd91faa1b6 eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic a09389deba2c0a7108b581e02c7cecbf kde5 fc5fd805ba2ae937026fec3dc3501c13 kde5-functions 1236edc19d52100e99be7dc2fc91db0a multilib b2f01ad412baf81650c23fcf0975fa33 multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f toolchain-funcs b45201c4e6c096b98e250336954e64b9 virtualx 401b718cc14d43a5a7fbe062c4851ba5 xdg c7ba313ea1eaf266f95cc6235f7d6a07 xdg-utils 14d00d009167652b1fa363e55effe213 -_md5_=368c1a35ae8c487e3ee3226a74f63dc1 +_md5_=926332e6cb7ef3d6d20dc25a35c7c522 diff --git a/metadata/md5-cache/kde-apps/messagelib-18.12.3 b/metadata/md5-cache/kde-apps/messagelib-18.12.3 index d8c9215d0199..21a1f6837511 100644 --- a/metadata/md5-cache/kde-apps/messagelib-18.12.3 +++ b/metadata/md5-cache/kde-apps/messagelib-18.12.3 @@ -5,11 +5,11 @@ DESCRIPTION=Libraries for messaging functions EAPI=7 HOMEPAGE=https://www.kde.org/ IUSE=test debug test -KEYWORDS=~amd64 ~x86 +KEYWORDS=~amd64 ~arm64 ~x86 LICENSE=GPL-2+ LGPL-2.1+ RDEPEND=>=kde-frameworks/karchive-5.54.0:5 >=kde-frameworks/kcodecs-5.54.0:5 >=kde-frameworks/kcompletion-5.54.0:5 >=kde-frameworks/kconfig-5.54.0:5 >=kde-frameworks/kconfigwidgets-5.54.0:5 >=kde-frameworks/kcoreaddons-5.54.0:5 >=kde-frameworks/kdbusaddons-5.54.0:5 >=kde-frameworks/ki18n-5.54.0:5 >=kde-frameworks/kiconthemes-5.54.0:5 >=kde-frameworks/kio-5.54.0:5 >=kde-frameworks/kitemmodels-5.54.0:5 >=kde-frameworks/kitemviews-5.54.0:5 >=kde-frameworks/kjobwidgets-5.54.0:5 >=kde-frameworks/knotifications-5.54.0:5 >=kde-frameworks/kservice-5.54.0:5 >=kde-frameworks/ktextwidgets-5.54.0:5 >=kde-frameworks/kwidgetsaddons-5.54.0:5 >=kde-frameworks/kwindowsystem-5.54.0:5 >=kde-frameworks/kxmlgui-5.54.0:5 >=kde-frameworks/sonnet-5.54.0:5 >=kde-frameworks/syntax-highlighting-5.54.0:5 >=kde-apps/akonadi-18.12.3:5 >=kde-apps/akonadi-contacts-18.12.3:5 >=kde-apps/akonadi-mime-18.12.3:5 >=kde-apps/grantleetheme-18.12.3:5 >=kde-apps/incidenceeditor-18.12.3:5 >=kde-apps/kcalcore-18.12.3:5 >=kde-apps/kcontacts-18.12.3:5 >=kde-apps/kdepim-apps-libs-18.12.3:5 >=kde-apps/kidentitymanagement-18.12.3:5 >=kde-apps/kldap-18.12.3:5 >=kde-apps/kmailtransport-18.12.3:5 >=kde-apps/kmbox-18.12.3:5 >=kde-apps/kmime-18.12.3:5 >=kde-apps/kpimtextedit-18.12.3:5 >=kde-apps/libgravatar-18.12.3:5 >=kde-apps/libkdepim-18.12.3:5 >=kde-apps/libkleo-18.12.3:5 >=dev-qt/qtgui-5.11.1:5 >=dev-qt/qtnetwork-5.11.1:5 >=dev-qt/qtprintsupport-5.11.1:5 >=dev-qt/qtwebengine-5.11.1:5[widgets] >=dev-qt/qtwidgets-5.11.1:5 >=app-crypt/gpgme-1.8.0-r1[cxx,qt5] >=dev-libs/grantlee-5.1.0:5 !kde-apps/kdepim-common-libs:4 !kde-apps/kdepim-l10n !=kde-apps/kmail-4.4*:4 >=kde-frameworks/kf-env-4 || ( >=kde-frameworks/breeze-icons-5.54.0:5 kde-frameworks/oxygen-icons:* ) >=dev-qt/qtcore-5.11.1:5 RESTRICT=test SLOT=5 SRC_URI=mirror://kde/stable/applications/18.12.3/src/messagelib-18.12.3.tar.xz _eclasses_=cmake-utils ab10bd85e5d38e2a32077bcd91faa1b6 eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic a09389deba2c0a7108b581e02c7cecbf kde5 fc5fd805ba2ae937026fec3dc3501c13 kde5-functions 1236edc19d52100e99be7dc2fc91db0a multilib b2f01ad412baf81650c23fcf0975fa33 multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f toolchain-funcs b45201c4e6c096b98e250336954e64b9 virtualx 401b718cc14d43a5a7fbe062c4851ba5 xdg c7ba313ea1eaf266f95cc6235f7d6a07 xdg-utils 14d00d009167652b1fa363e55effe213 -_md5_=542752b06b2037ec22afa91a6537210b +_md5_=21f9106819158fb99bd8272fc9439e97 diff --git a/metadata/md5-cache/kde-apps/pim-data-exporter-18.12.3 b/metadata/md5-cache/kde-apps/pim-data-exporter-18.12.3 index f84a70397d2c..9135c549d60f 100644 --- a/metadata/md5-cache/kde-apps/pim-data-exporter-18.12.3 +++ b/metadata/md5-cache/kde-apps/pim-data-exporter-18.12.3 @@ -5,10 +5,10 @@ DESCRIPTION=Assistant to backup and archive PIM data and configuration EAPI=7 HOMEPAGE=https://www.kde.org/ https://userbase.kde.org/Kmail/Backup_Options IUSE=test debug +handbook test -KEYWORDS=~amd64 ~x86 +KEYWORDS=~amd64 ~arm64 ~x86 LICENSE=GPL-2+ handbook? ( FDL-1.2+ ) RDEPEND=>=kde-frameworks/karchive-5.54.0:5 >=kde-frameworks/kconfig-5.54.0:5 >=kde-frameworks/kconfigwidgets-5.54.0:5 >=kde-frameworks/kcoreaddons-5.54.0:5 >=kde-frameworks/kcrash-5.54.0:5 >=kde-frameworks/kdbusaddons-5.54.0:5 >=kde-frameworks/ki18n-5.54.0:5 >=kde-frameworks/kio-5.54.0:5 >=kde-frameworks/kitemviews-5.54.0:5 >=kde-frameworks/knotifications-5.54.0:5 >=kde-frameworks/kwidgetsaddons-5.54.0:5 >=kde-frameworks/kxmlgui-5.54.0:5 >=kde-apps/akonadi-18.12.3:5 >=kde-apps/kcontacts-18.12.3:5 >=kde-apps/kidentitymanagement-18.12.3:5 >=kde-apps/kmailtransport-18.12.3:5 >=kde-apps/kmime-18.12.3:5 >=kde-apps/kpimtextedit-18.12.3:5 >=kde-apps/libkdepim-18.12.3:5 >=kde-apps/mailcommon-18.12.3:5 >=kde-apps/pimcommon-18.12.3:5 >=dev-qt/qtgui-5.11.1:5 >=dev-qt/qtwidgets-5.11.1:5 !kde-apps/kdepim-l10n !kde-apps/kmail:4 >=kde-frameworks/kf-env-4 || ( >=kde-frameworks/breeze-icons-5.54.0:5 kde-frameworks/oxygen-icons:* ) >=dev-qt/qtcore-5.11.1:5 SLOT=5 SRC_URI=mirror://kde/stable/applications/18.12.3/src/pim-data-exporter-18.12.3.tar.xz _eclasses_=cmake-utils ab10bd85e5d38e2a32077bcd91faa1b6 eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic a09389deba2c0a7108b581e02c7cecbf kde5 fc5fd805ba2ae937026fec3dc3501c13 kde5-functions 1236edc19d52100e99be7dc2fc91db0a multilib b2f01ad412baf81650c23fcf0975fa33 multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f toolchain-funcs b45201c4e6c096b98e250336954e64b9 virtualx 401b718cc14d43a5a7fbe062c4851ba5 xdg c7ba313ea1eaf266f95cc6235f7d6a07 xdg-utils 14d00d009167652b1fa363e55effe213 -_md5_=bf370135ac4bf381c7739e203e578e0f +_md5_=29956a80d8ebcbbcb6ac75e042ecb225 diff --git a/metadata/md5-cache/kde-apps/pim-sieve-editor-18.12.3 b/metadata/md5-cache/kde-apps/pim-sieve-editor-18.12.3 index 55780c4bc559..e4f032b6c764 100644 --- a/metadata/md5-cache/kde-apps/pim-sieve-editor-18.12.3 +++ b/metadata/md5-cache/kde-apps/pim-sieve-editor-18.12.3 @@ -5,10 +5,10 @@ DESCRIPTION=Assistant for editing IMAP Sieve filters EAPI=7 HOMEPAGE=https://www.kde.org/ IUSE=test debug +handbook test -KEYWORDS=~amd64 ~x86 +KEYWORDS=~amd64 ~arm64 ~x86 LICENSE=GPL-2+ handbook? ( FDL-1.2+ ) RDEPEND=>=kde-frameworks/kbookmarks-5.54.0:5 >=kde-frameworks/kconfig-5.54.0:5 >=kde-frameworks/kconfigwidgets-5.54.0:5 >=kde-frameworks/kcoreaddons-5.54.0:5 >=kde-frameworks/kcrash-5.54.0:5 >=kde-frameworks/kdbusaddons-5.54.0:5 >=kde-frameworks/ki18n-5.54.0:5 >=kde-frameworks/kiconthemes-5.54.0:5 >=kde-frameworks/kwallet-5.54.0:5 >=kde-frameworks/kwidgetsaddons-5.54.0:5 >=kde-frameworks/kxmlgui-5.54.0:5 >=kde-apps/akonadi-18.12.3:5 >=kde-apps/akonadi-contacts-18.12.3:5 >=kde-apps/akonadi-mime-18.12.3:5 >=kde-apps/calendarsupport-18.12.3:5 >=kde-apps/kcalcore-18.12.3:5 >=kde-apps/kcontacts-18.12.3:5 >=kde-apps/kmailtransport-18.12.3:5 >=kde-apps/libksieve-18.12.3:5 >=kde-apps/pimcommon-18.12.3:5 >=dev-qt/qtgui-5.11.1:5 >=dev-qt/qtnetwork-5.11.1:5 >=dev-qt/qtwidgets-5.11.1:5 !kde-apps/kdepim-common-libs:4 !kde-apps/kdepim-l10n >=kde-frameworks/kf-env-4 || ( >=kde-frameworks/breeze-icons-5.54.0:5 kde-frameworks/oxygen-icons:* ) >=dev-qt/qtcore-5.11.1:5 SLOT=5 SRC_URI=mirror://kde/stable/applications/18.12.3/src/pim-sieve-editor-18.12.3.tar.xz _eclasses_=cmake-utils ab10bd85e5d38e2a32077bcd91faa1b6 eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic a09389deba2c0a7108b581e02c7cecbf kde5 fc5fd805ba2ae937026fec3dc3501c13 kde5-functions 1236edc19d52100e99be7dc2fc91db0a multilib b2f01ad412baf81650c23fcf0975fa33 multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f toolchain-funcs b45201c4e6c096b98e250336954e64b9 virtualx 401b718cc14d43a5a7fbe062c4851ba5 xdg c7ba313ea1eaf266f95cc6235f7d6a07 xdg-utils 14d00d009167652b1fa363e55effe213 -_md5_=dda243b1bc475e2d5f911fe4a9d86fa8 +_md5_=c6ab31c564af75dc5e0fa4a577e45536 diff --git a/metadata/md5-cache/kde-apps/pimcommon-18.12.3 b/metadata/md5-cache/kde-apps/pimcommon-18.12.3 index 25543098eda0..82c11c1d014c 100644 --- a/metadata/md5-cache/kde-apps/pimcommon-18.12.3 +++ b/metadata/md5-cache/kde-apps/pimcommon-18.12.3 @@ -5,10 +5,10 @@ DESCRIPTION=Common PIM libraries EAPI=7 HOMEPAGE=https://www.kde.org/ IUSE=share test debug designer test -KEYWORDS=~amd64 ~x86 +KEYWORDS=~amd64 ~arm64 ~x86 LICENSE=GPL-2+ LGPL-2.1+ RDEPEND=>=kde-frameworks/karchive-5.54.0:5 >=kde-frameworks/kcodecs-5.54.0:5 >=kde-frameworks/kcompletion-5.54.0:5 >=kde-frameworks/kconfig-5.54.0:5 >=kde-frameworks/kconfigwidgets-5.54.0:5 >=kde-frameworks/kcoreaddons-5.54.0:5 >=kde-frameworks/kdbusaddons-5.54.0:5 >=kde-frameworks/ki18n-5.54.0:5 >=kde-frameworks/kio-5.54.0:5 >=kde-frameworks/kitemmodels-5.54.0:5 >=kde-frameworks/kjobwidgets-5.54.0:5 >=kde-frameworks/knewstuff-5.54.0:5 >=kde-frameworks/kservice-5.54.0:5 >=kde-frameworks/kwidgetsaddons-5.54.0:5 >=kde-frameworks/kxmlgui-5.54.0:5 >=kde-apps/akonadi-18.12.3:5 >=kde-apps/akonadi-contacts-18.12.3:5 >=kde-apps/kcontacts-18.12.3:5 >=kde-apps/kimap-18.12.3:5 >=kde-apps/kpimtextedit-18.12.3:5 >=kde-apps/libkdepim-18.12.3:5 >=dev-qt/qtdbus-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/qtwidgets-5.11.1:5 >=dev-qt/qtxml-5.11.1:5 dev-libs/grantlee:5 share? ( >=kde-frameworks/purpose-5.54.0:5 ) !kde-apps/kdepim-common-libs:4 !kde-apps/kdepim-l10n >=kde-frameworks/kf-env-4 || ( >=kde-frameworks/breeze-icons-5.54.0:5 kde-frameworks/oxygen-icons:* ) >=dev-qt/qtcore-5.11.1:5 SLOT=5 SRC_URI=mirror://kde/stable/applications/18.12.3/src/pimcommon-18.12.3.tar.xz _eclasses_=cmake-utils ab10bd85e5d38e2a32077bcd91faa1b6 eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic a09389deba2c0a7108b581e02c7cecbf kde5 fc5fd805ba2ae937026fec3dc3501c13 kde5-functions 1236edc19d52100e99be7dc2fc91db0a multilib b2f01ad412baf81650c23fcf0975fa33 multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f toolchain-funcs b45201c4e6c096b98e250336954e64b9 virtualx 401b718cc14d43a5a7fbe062c4851ba5 xdg c7ba313ea1eaf266f95cc6235f7d6a07 xdg-utils 14d00d009167652b1fa363e55effe213 -_md5_=1ac4f976837ec7dea1e20a17ec7919d9 +_md5_=f8c07044566de154cdc2205dcded5380 diff --git a/metadata/md5-cache/kde-frameworks/Manifest.gz b/metadata/md5-cache/kde-frameworks/Manifest.gz index 069dbccd85e2..1025a944e290 100644 Binary files a/metadata/md5-cache/kde-frameworks/Manifest.gz and b/metadata/md5-cache/kde-frameworks/Manifest.gz differ diff --git a/metadata/md5-cache/kde-frameworks/kcodecs-5.54.0 b/metadata/md5-cache/kde-frameworks/kcodecs-5.54.0 deleted file mode 100644 index 49a6ad74d157..000000000000 --- a/metadata/md5-cache/kde-frameworks/kcodecs-5.54.0 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install nofetch postinst postrm preinst prepare setup test unpack -DEPEND=dev-util/gperf nls? ( >=dev-qt/linguist-tools-5.11.1:5 ) sys-devel/make >=dev-util/cmake-3.9.6 dev-util/desktop-file-utils x11-misc/shared-mime-info test? ( >=dev-qt/qttest-5.11.1:5 ) >=kde-frameworks/extra-cmake-modules-5.54:5 doc? ( >=dev-qt/qthelp-5.11.1:5 >=app-doc/doxygen-1.8.13-r1 ) >=dev-qt/qtcore-5.11.1:5 doc? ( >=dev-qt/qt-docs-5.11.1:5 ) dev-util/desktop-file-utils app-arch/xz-utils -DESCRIPTION=Framework for manipulating strings using various encodings -EAPI=6 -HOMEPAGE=https://www.kde.org/ -IUSE=nls debug doc test -KEYWORDS=amd64 ~arm ~arm64 x86 -LICENSE=GPL-2+ LGPL-2+ -RDEPEND=>=kde-frameworks/kf-env-4 || ( >=kde-frameworks/breeze-icons-5.54:5 kde-frameworks/oxygen-icons:* ) >=dev-qt/qtcore-5.11.1:5 doc? ( >=dev-qt/qt-docs-5.11.1:5 ) -SLOT=5/5.54 -SRC_URI=mirror://kde/stable/frameworks/5.54/kcodecs-5.54.0.tar.xz -_eclasses_=cmake-utils ab10bd85e5d38e2a32077bcd91faa1b6 desktop b1d22ac8bdd4679ab79c71aca235009d eapi7-ver 756b3f27d8e46131d5cf3c51bd876446 epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic a09389deba2c0a7108b581e02c7cecbf gnome2-utils 532371cfcba45b2ab0d2950547c97d95 kde5 fc5fd805ba2ae937026fec3dc3501c13 kde5-functions 1236edc19d52100e99be7dc2fc91db0a ltprune 2729691420b6deeda2a90b1f1183fb55 multilib b2f01ad412baf81650c23fcf0975fa33 multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs b45201c4e6c096b98e250336954e64b9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf virtualx 401b718cc14d43a5a7fbe062c4851ba5 xdg c7ba313ea1eaf266f95cc6235f7d6a07 xdg-utils 14d00d009167652b1fa363e55effe213 -_md5_=2ba9f703b71bd11549f53747a7318881 diff --git a/metadata/md5-cache/kde-frameworks/plasma-5.56.1-r1 b/metadata/md5-cache/kde-frameworks/plasma-5.56.1-r2 similarity index 98% rename from metadata/md5-cache/kde-frameworks/plasma-5.56.1-r1 rename to metadata/md5-cache/kde-frameworks/plasma-5.56.1-r2 index e48fb3b7b0cc..05c018888993 100644 --- a/metadata/md5-cache/kde-frameworks/plasma-5.56.1-r1 +++ b/metadata/md5-cache/kde-frameworks/plasma-5.56.1-r2 @@ -10,6 +10,6 @@ LICENSE=LGPL-2+ RDEPEND=>=kde-frameworks/kactivities-5.56:5 >=kde-frameworks/karchive-5.56:5 >=kde-frameworks/kconfig-5.56:5 >=kde-frameworks/kconfigwidgets-5.56:5 >=kde-frameworks/kcoreaddons-5.56:5 >=kde-frameworks/kdeclarative-5.56:5 >=kde-frameworks/kglobalaccel-5.56:5 >=kde-frameworks/kguiaddons-5.56:5 >=kde-frameworks/ki18n-5.56:5 >=kde-frameworks/kiconthemes-5.56:5 >=kde-frameworks/kio-5.56:5 >=kde-frameworks/kirigami-5.56:5 >=kde-frameworks/knotifications-5.56:5 >=kde-frameworks/kpackage-5.56:5 >=kde-frameworks/kservice-5.56:5 >=kde-frameworks/kwidgetsaddons-5.56:5 >=kde-frameworks/kwindowsystem-5.56:5 >=kde-frameworks/kxmlgui-5.56:5 >=dev-qt/qtdbus-5.11.1:5 >=dev-qt/qtdeclarative-5.11.1:5 >=dev-qt/qtgui-5.11.1:5[gles2=] >=dev-qt/qtquickcontrols-5.11.1:5 >=dev-qt/qtsql-5.11.1:5 >=dev-qt/qtsvg-5.11.1:5 >=dev-qt/qtwidgets-5.11.1:5 !gles2? ( virtual/opengl ) wayland? ( >=kde-frameworks/kwayland-5.56:5 media-libs/mesa[egl] ) X? ( >=dev-qt/qtx11extras-5.11.1:5 x11-libs/libX11 x11-libs/libxcb ) >=kde-frameworks/kf-env-4 || ( >=kde-frameworks/breeze-icons-5.56:5 kde-frameworks/oxygen-icons:* ) >=dev-qt/qtcore-5.11.1:5 doc? ( >=dev-qt/qt-docs-5.11.1:5 ) RESTRICT=test SLOT=5/5.56 -SRC_URI=mirror://kde/stable/frameworks/5.56/plasma-framework-5.56.1.tar.xz https://dev.gentoo.org/~asturm/distfiles/plasma-5.56.1-background-svgz.tar.xz +SRC_URI=mirror://kde/stable/frameworks/5.56/plasma-framework-5.56.1.tar.xz https://dev.gentoo.org/~asturm/distfiles/plasma-5.56.1-broken-svgz.tar.xz _eclasses_=cmake-utils ab10bd85e5d38e2a32077bcd91faa1b6 eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic a09389deba2c0a7108b581e02c7cecbf kde5 fc5fd805ba2ae937026fec3dc3501c13 kde5-functions 1236edc19d52100e99be7dc2fc91db0a multilib b2f01ad412baf81650c23fcf0975fa33 multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f toolchain-funcs b45201c4e6c096b98e250336954e64b9 virtualx 401b718cc14d43a5a7fbe062c4851ba5 xdg c7ba313ea1eaf266f95cc6235f7d6a07 xdg-utils 14d00d009167652b1fa363e55effe213 -_md5_=304fa0c10a12c2ba8a39326c666d6ebf +_md5_=155b0fe8a23d338670a390a48ffaf32e diff --git a/metadata/md5-cache/kde-frameworks/syndication-5.56.0 b/metadata/md5-cache/kde-frameworks/syndication-5.56.0 index 982f1da23674..1c7dc47ef725 100644 --- a/metadata/md5-cache/kde-frameworks/syndication-5.56.0 +++ b/metadata/md5-cache/kde-frameworks/syndication-5.56.0 @@ -5,10 +5,10 @@ DESCRIPTION=Library for parsing RSS and Atom feeds EAPI=7 HOMEPAGE=https://www.kde.org/ IUSE=debug doc test -KEYWORDS=~amd64 ~x86 +KEYWORDS=~amd64 ~arm64 ~x86 LICENSE=LGPL-2+ RDEPEND=>=kde-frameworks/kcodecs-5.56:5 >=dev-qt/qtxml-5.11.1:5 !kde-apps/syndication >=kde-frameworks/kf-env-4 || ( >=kde-frameworks/breeze-icons-5.56:5 kde-frameworks/oxygen-icons:* ) >=dev-qt/qtcore-5.11.1:5 doc? ( >=dev-qt/qt-docs-5.11.1:5 ) SLOT=5/5.56 SRC_URI=mirror://kde/stable/frameworks/5.56/syndication-5.56.0.tar.xz _eclasses_=cmake-utils ab10bd85e5d38e2a32077bcd91faa1b6 eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic a09389deba2c0a7108b581e02c7cecbf kde5 fc5fd805ba2ae937026fec3dc3501c13 kde5-functions 1236edc19d52100e99be7dc2fc91db0a multilib b2f01ad412baf81650c23fcf0975fa33 multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f toolchain-funcs b45201c4e6c096b98e250336954e64b9 virtualx 401b718cc14d43a5a7fbe062c4851ba5 xdg c7ba313ea1eaf266f95cc6235f7d6a07 xdg-utils 14d00d009167652b1fa363e55effe213 -_md5_=d943596fe57d42c5bb6a1aee7124054f +_md5_=b13ec3f095699da5d354fedf1249b0e0 diff --git a/metadata/md5-cache/mail-client/Manifest.gz b/metadata/md5-cache/mail-client/Manifest.gz index b4cbe0f2f39d..da50df26c0c0 100644 Binary files a/metadata/md5-cache/mail-client/Manifest.gz and b/metadata/md5-cache/mail-client/Manifest.gz differ diff --git a/metadata/md5-cache/mail-client/geary-3.32.0 b/metadata/md5-cache/mail-client/geary-3.32.0-r1 similarity index 81% rename from metadata/md5-cache/mail-client/geary-3.32.0 rename to metadata/md5-cache/mail-client/geary-3.32.0-r1 index 9533845132d6..aab1db9df6db 100644 --- a/metadata/md5-cache/mail-client/geary-3.32.0 +++ b/metadata/md5-cache/mail-client/geary-3.32.0-r1 @@ -1,13 +1,13 @@ DEFINED_PHASES=compile configure install postinst postrm preinst prepare test -DEPEND=>=dev-libs/glib-2.54:2 >=x11-libs/gtk+-3.22.26:3[introspection] >=net-libs/webkit-gtk-2.20:4=[introspection] app-text/iso-codes >=dev-db/sqlite-3.12:3 >=net-libs/libsoup-2.48:2.4[introspection] net-libs/gnome-online-accounts >=dev-libs/libgee-0.8.5:0.8=[introspection] >=x11-libs/libnotify-0.7.5[introspection] >=media-libs/libcanberra-0.28 >=dev-libs/gmime-2.6.17:2.6 >=app-crypt/libsecret-0.11[introspection,vala] >=dev-libs/libxml2-2.7.8:2 >=app-crypt/gcr-3.10.1:0=[gtk,introspection,vala] app-text/enchant >=dev-libs/folks-0.11:0 dev-libs/json-glib >=sys-libs/libunwind-1.1:7 sys-devel/gettext dev-util/desktop-file-utils virtual/pkgconfig || ( dev-lang/vala:0.44 dev-lang/vala:0.42 dev-lang/vala:0.40 ) app-arch/xz-utils >=dev-util/meson-0.48.2 >=dev-util/ninja-1.7.2 dev-util/desktop-file-utils x11-misc/shared-mime-info +DEPEND=>=dev-libs/glib-2.54:2 >=x11-libs/gtk+-3.22.26:3[introspection] >=net-libs/webkit-gtk-2.20:4=[introspection] app-text/iso-codes >=dev-db/sqlite-3.12:3 >=net-libs/libsoup-2.48:2.4[introspection] net-libs/gnome-online-accounts >=dev-libs/libgee-0.8.5:0.8=[introspection] >=x11-libs/libnotify-0.7.5[introspection] >=media-libs/libcanberra-0.28 >=dev-libs/gmime-2.6.17:2.6 >=app-crypt/libsecret-0.11[introspection,vala] >=dev-libs/libxml2-2.7.8:2 >=app-crypt/gcr-3.10.1:0=[gtk,introspection,vala] app-text/enchant >=dev-libs/folks-0.11:0 dev-libs/json-glib unwind? ( >=sys-libs/libunwind-1.1:7 ) sys-devel/gettext dev-util/desktop-file-utils virtual/pkgconfig || ( dev-lang/vala:0.44 dev-lang/vala:0.42 dev-lang/vala:0.40 ) app-arch/xz-utils >=dev-util/meson-0.48.2 >=dev-util/ninja-1.7.2 dev-util/desktop-file-utils x11-misc/shared-mime-info DESCRIPTION=A lightweight, easy-to-use, feature-rich email client EAPI=6 HOMEPAGE=https://wiki.gnome.org/Apps/Geary IUSE=unwind KEYWORDS=~amd64 LICENSE=LGPL-2.1+ BSD-2 CC-BY-3.0 CC-BY-SA-3.0 -RDEPEND=>=dev-libs/glib-2.54:2 >=x11-libs/gtk+-3.22.26:3[introspection] >=net-libs/webkit-gtk-2.20:4=[introspection] app-text/iso-codes >=dev-db/sqlite-3.12:3 >=net-libs/libsoup-2.48:2.4[introspection] net-libs/gnome-online-accounts >=dev-libs/libgee-0.8.5:0.8=[introspection] >=x11-libs/libnotify-0.7.5[introspection] >=media-libs/libcanberra-0.28 >=dev-libs/gmime-2.6.17:2.6 >=app-crypt/libsecret-0.11[introspection,vala] >=dev-libs/libxml2-2.7.8:2 >=app-crypt/gcr-3.10.1:0=[gtk,introspection,vala] app-text/enchant >=dev-libs/folks-0.11:0 dev-libs/json-glib >=sys-libs/libunwind-1.1:7 gnome-base/dconf gnome-base/gsettings-desktop-schemas +RDEPEND=>=dev-libs/glib-2.54:2 >=x11-libs/gtk+-3.22.26:3[introspection] >=net-libs/webkit-gtk-2.20:4=[introspection] app-text/iso-codes >=dev-db/sqlite-3.12:3 >=net-libs/libsoup-2.48:2.4[introspection] net-libs/gnome-online-accounts >=dev-libs/libgee-0.8.5:0.8=[introspection] >=x11-libs/libnotify-0.7.5[introspection] >=media-libs/libcanberra-0.28 >=dev-libs/gmime-2.6.17:2.6 >=app-crypt/libsecret-0.11[introspection,vala] >=dev-libs/libxml2-2.7.8:2 >=app-crypt/gcr-3.10.1:0=[gtk,introspection,vala] app-text/enchant >=dev-libs/folks-0.11:0 dev-libs/json-glib unwind? ( >=sys-libs/libunwind-1.1:7 ) gnome-base/dconf gnome-base/gsettings-desktop-schemas SLOT=0 SRC_URI=mirror://gnome/sources/geary/3.32/geary-3.32.0.tar.xz _eclasses_=desktop b1d22ac8bdd4679ab79c71aca235009d eapi7-ver 756b3f27d8e46131d5cf3c51bd876446 epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 gnome.org 532d56d07b9eace4831aaa817d2b756a gnome2-utils 532371cfcba45b2ab0d2950547c97d95 ltprune 2729691420b6deeda2a90b1f1183fb55 meson e53acc5913e5581a8a71be22731d8f36 multilib b2f01ad412baf81650c23fcf0975fa33 multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f preserve-libs ef207dc62baddfddfd39a164d9797648 python-utils-r1 12114a2a9aab35b93efc037a196b3234 toolchain-funcs b45201c4e6c096b98e250336954e64b9 vala a94a0fb4c35fe91774bb72ec8f3c861f vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf versionator 2352c3fc97241f6a02042773c8287748 xdg c7ba313ea1eaf266f95cc6235f7d6a07 xdg-utils 14d00d009167652b1fa363e55effe213 -_md5_=18ae320f3c6702259e8a1c7b1c4fe07a +_md5_=87346cb37700268a260cd617c0186c6f diff --git a/metadata/md5-cache/mail-filter/Manifest.gz b/metadata/md5-cache/mail-filter/Manifest.gz index c37422e8d715..2a991e25f5ad 100644 Binary files a/metadata/md5-cache/mail-filter/Manifest.gz and b/metadata/md5-cache/mail-filter/Manifest.gz differ diff --git a/metadata/md5-cache/mail-filter/bogofilter-1.2.4-r2 b/metadata/md5-cache/mail-filter/bogofilter-1.2.4-r2 index 560abf9492e2..0f5edeaeaaea 100644 --- a/metadata/md5-cache/mail-filter/bogofilter-1.2.4-r2 +++ b/metadata/md5-cache/mail-filter/bogofilter-1.2.4-r2 @@ -4,10 +4,10 @@ DESCRIPTION=Bayesian spam filter designed with fast algorithms, and tuned for sp EAPI=6 HOMEPAGE=http://bogofilter.sourceforge.net/ IUSE=berkdb sqlite tokyocabinet -KEYWORDS=alpha amd64 arm ~hppa ia64 ppc ppc64 ~sh ~sparc x86 ~x86-fbsd +KEYWORDS=alpha amd64 arm ~arm64 ~hppa ia64 ppc ppc64 ~sh ~sparc x86 ~x86-fbsd LICENSE=GPL-2 RDEPEND=app-arch/pax sci-libs/gsl:= virtual/libiconv berkdb? ( >=sys-libs/db-3.2:* ) !berkdb? ( sqlite? ( >=dev-db/sqlite-3.6.22 ) !sqlite? ( tokyocabinet? ( dev-db/tokyocabinet ) !tokyocabinet? ( >=sys-libs/db-3.2:* ) ) ) SLOT=0 SRC_URI=mirror://sourceforge/bogofilter/bogofilter-1.2.4.tar.bz2 _eclasses_=autotools 1bf086cdd7356f5c9a4acd9727bd2065 db-use 501a5d0963e0d17f30260023f292ae8e desktop b1d22ac8bdd4679ab79c71aca235009d eapi7-ver 756b3f27d8e46131d5cf3c51bd876446 epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic a09389deba2c0a7108b581e02c7cecbf libtool f143db5a74ccd9ca28c1234deffede96 ltprune 2729691420b6deeda2a90b1f1183fb55 multilib b2f01ad412baf81650c23fcf0975fa33 preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs b45201c4e6c096b98e250336954e64b9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf -_md5_=398b6074b7a0a6ab320f435d4bd4ea7e +_md5_=b5f35761c580891cd147e29af2f0548f diff --git a/metadata/md5-cache/mate-base/Manifest.gz b/metadata/md5-cache/mate-base/Manifest.gz index 98ac129d8c3a..ac3b047419c3 100644 Binary files a/metadata/md5-cache/mate-base/Manifest.gz and b/metadata/md5-cache/mate-base/Manifest.gz differ diff --git a/metadata/md5-cache/mate-base/mate-applets-1.22.0 b/metadata/md5-cache/mate-base/mate-applets-1.22.0 index 0969a5ca04ad..f6d79df3d2cf 100644 --- a/metadata/md5-cache/mate-base/mate-applets-1.22.0 +++ b/metadata/md5-cache/mate-base/mate-applets-1.22.0 @@ -10,4 +10,4 @@ RDEPEND=dev-libs/atk >=dev-libs/dbus-glib-0.74 >=dev-libs/glib-2.50:2 >=dev-libs SLOT=0 SRC_URI=https://pub.mate-desktop.org/releases/1.22/mate-applets-1.22.0.tar.xz _eclasses_=autotools 1bf086cdd7356f5c9a4acd9727bd2065 desktop b1d22ac8bdd4679ab79c71aca235009d eapi7-ver 756b3f27d8e46131d5cf3c51bd876446 epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 gnome.org 532d56d07b9eace4831aaa817d2b756a gnome2 1a42e8c41af42cb294817dcc5b7e3df6 gnome2-utils 532371cfcba45b2ab0d2950547c97d95 libtool f143db5a74ccd9ca28c1234deffede96 ltprune 2729691420b6deeda2a90b1f1183fb55 mate 1d1847564eac8e0da804d51adea0a01d mate-desktop.org e10ab79a4595873541dc4897c7b19724 multilib b2f01ad412baf81650c23fcf0975fa33 preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs b45201c4e6c096b98e250336954e64b9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf versionator 2352c3fc97241f6a02042773c8287748 xdg c7ba313ea1eaf266f95cc6235f7d6a07 xdg-utils 14d00d009167652b1fa363e55effe213 -_md5_=086447b92774ffe5761e1c1daccb40a6 +_md5_=1245e7a42cd29bea0593a90b2420ca3f diff --git a/metadata/md5-cache/mate-base/mate-session-manager-1.22.0 b/metadata/md5-cache/mate-base/mate-session-manager-1.22.0 index ebd9f4825141..fd9cd6b80ba3 100644 --- a/metadata/md5-cache/mate-base/mate-session-manager-1.22.0 +++ b/metadata/md5-cache/mate-base/mate-session-manager-1.22.0 @@ -10,4 +10,4 @@ RDEPEND=>=dev-libs/dbus-glib-0.76 >=dev-libs/glib-2.50:2 dev-libs/libxslt sys-ap SLOT=0 SRC_URI=https://pub.mate-desktop.org/releases/1.22/mate-session-manager-1.22.0.tar.xz _eclasses_=autotools 1bf086cdd7356f5c9a4acd9727bd2065 desktop b1d22ac8bdd4679ab79c71aca235009d eapi7-ver 756b3f27d8e46131d5cf3c51bd876446 epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 gnome.org 532d56d07b9eace4831aaa817d2b756a gnome2 1a42e8c41af42cb294817dcc5b7e3df6 gnome2-utils 532371cfcba45b2ab0d2950547c97d95 libtool f143db5a74ccd9ca28c1234deffede96 ltprune 2729691420b6deeda2a90b1f1183fb55 mate 1d1847564eac8e0da804d51adea0a01d mate-desktop.org e10ab79a4595873541dc4897c7b19724 multilib b2f01ad412baf81650c23fcf0975fa33 preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs b45201c4e6c096b98e250336954e64b9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf versionator 2352c3fc97241f6a02042773c8287748 xdg c7ba313ea1eaf266f95cc6235f7d6a07 xdg-utils 14d00d009167652b1fa363e55effe213 -_md5_=c6dacaea25fef3d081c2af4f90920681 +_md5_=3fe75bbd8feeffdac68d4a21ff672f3f diff --git a/metadata/md5-cache/media-libs/Manifest.gz b/metadata/md5-cache/media-libs/Manifest.gz index 10459fd7c336..42f2af5a4dd5 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/dav1d-0.2.0 b/metadata/md5-cache/media-libs/dav1d-0.2.0-r1 similarity index 93% rename from metadata/md5-cache/media-libs/dav1d-0.2.0 rename to metadata/md5-cache/media-libs/dav1d-0.2.0-r1 index 1ca8e8845288..b80d419e21e3 100644 --- a/metadata/md5-cache/media-libs/dav1d-0.2.0 +++ b/metadata/md5-cache/media-libs/dav1d-0.2.0-r1 @@ -4,9 +4,9 @@ DESCRIPTION=dav1d is an AV1 Decoder :) EAPI=6 HOMEPAGE=https://code.videolan.org/videolan/dav1d IUSE=+8bit +10bit +asm abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_ppc_32 abi_ppc_64 abi_s390_32 abi_s390_64 -KEYWORDS=~amd64 +KEYWORDS=~amd64 ~x86 LICENSE=BSD-2 -SLOT=0 +SLOT=0/1 SRC_URI=https://code.videolan.org/videolan/dav1d/-/archive/0.2.0/dav1d-0.2.0.tar.bz2 _eclasses_=meson e53acc5913e5581a8a71be22731d8f36 multibuild 40fe59465edacd730c644ec2bc197809 multilib b2f01ad412baf81650c23fcf0975fa33 multilib-build b42436dc1260f475af229754c165cb6b multilib-minimal 8bddda43703ba94d8341f4e247f97566 multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f python-utils-r1 12114a2a9aab35b93efc037a196b3234 toolchain-funcs b45201c4e6c096b98e250336954e64b9 -_md5_=9382fe2c9ed0e1e0971d5a5bc1ec77ae +_md5_=d3bacc684ff4c5e6c296881efa1ecded diff --git a/metadata/md5-cache/media-libs/dav1d-0.2.1 b/metadata/md5-cache/media-libs/dav1d-0.2.1 new file mode 100644 index 000000000000..32830f1c03a1 --- /dev/null +++ b/metadata/md5-cache/media-libs/dav1d-0.2.1 @@ -0,0 +1,12 @@ +DEFINED_PHASES=compile configure install test +DEPEND=asm? ( abi_x86_32? ( >=dev-lang/nasm-2.13 ) abi_x86_64? ( >=dev-lang/nasm-2.13 ) ) >=dev-util/meson-0.48.2 >=dev-util/ninja-1.7.2 +DESCRIPTION=dav1d is an AV1 Decoder :) +EAPI=6 +HOMEPAGE=https://code.videolan.org/videolan/dav1d +IUSE=+8bit +10bit +asm abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_ppc_32 abi_ppc_64 abi_s390_32 abi_s390_64 +KEYWORDS=~amd64 +LICENSE=BSD-2 +SLOT=0 +SRC_URI=https://code.videolan.org/videolan/dav1d/-/archive/0.2.1/dav1d-0.2.1.tar.bz2 +_eclasses_=meson e53acc5913e5581a8a71be22731d8f36 multibuild 40fe59465edacd730c644ec2bc197809 multilib b2f01ad412baf81650c23fcf0975fa33 multilib-build b42436dc1260f475af229754c165cb6b multilib-minimal 8bddda43703ba94d8341f4e247f97566 multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f python-utils-r1 12114a2a9aab35b93efc037a196b3234 toolchain-funcs b45201c4e6c096b98e250336954e64b9 +_md5_=9382fe2c9ed0e1e0971d5a5bc1ec77ae diff --git a/metadata/md5-cache/media-libs/dav1d-9999 b/metadata/md5-cache/media-libs/dav1d-9999 index 718e41c17bca..020fe34f398a 100644 --- a/metadata/md5-cache/media-libs/dav1d-9999 +++ b/metadata/md5-cache/media-libs/dav1d-9999 @@ -5,6 +5,6 @@ EAPI=6 HOMEPAGE=https://code.videolan.org/videolan/dav1d IUSE=+8bit +10bit +asm abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_ppc_32 abi_ppc_64 abi_s390_32 abi_s390_64 LICENSE=BSD-2 -SLOT=0 +SLOT=0/1 _eclasses_=git-r3 0d4635eeb5a96cd5315597a47eba25c9 meson e53acc5913e5581a8a71be22731d8f36 multibuild 40fe59465edacd730c644ec2bc197809 multilib b2f01ad412baf81650c23fcf0975fa33 multilib-build b42436dc1260f475af229754c165cb6b multilib-minimal 8bddda43703ba94d8341f4e247f97566 multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f python-utils-r1 12114a2a9aab35b93efc037a196b3234 toolchain-funcs b45201c4e6c096b98e250336954e64b9 -_md5_=be50ab2fa8f179b65cc6aac422331fe6 +_md5_=d3bacc684ff4c5e6c296881efa1ecded diff --git a/metadata/md5-cache/media-libs/libchamplain-0.12.19 b/metadata/md5-cache/media-libs/libchamplain-0.12.19 deleted file mode 100644 index c6ec4343bb0e..000000000000 --- a/metadata/md5-cache/media-libs/libchamplain-0.12.19 +++ /dev/null @@ -1,15 +0,0 @@ -BDEPEND=app-arch/xz-utils >=dev-util/meson-0.48.2 >=dev-util/ninja-1.7.2 -DEFINED_PHASES=compile configure install postinst postrm preinst prepare test -DEPEND=dev-db/sqlite:3 >=dev-libs/glib-2.38:2 >=media-libs/clutter-1.24:1.0[introspection?] media-libs/cogl:= >=net-libs/libsoup-2.42:2.4 >=x11-libs/cairo-1.4 x11-libs/gtk+:3 gtk? ( x11-libs/gtk+:3[introspection?] media-libs/clutter-gtk:1.0 ) introspection? ( dev-libs/gobject-introspection:= ) dev-util/glib-utils virtual/pkgconfig gtk-doc? ( >=dev-util/gtk-doc-1.15 ) vala? ( || ( dev-lang/vala:0.44[vapigen(+)] dev-lang/vala:0.42[vapigen(+)] dev-lang/vala:0.40[vapigen(+)] dev-lang/vala:0.36[vapigen(+)] dev-lang/vala:0.34[vapigen(+)] dev-lang/vala:0.32[vapigen(+)] ) ) dev-util/desktop-file-utils x11-misc/shared-mime-info -DESCRIPTION=Clutter based world map renderer -EAPI=7 -HOMEPAGE=https://wiki.gnome.org/Projects/libchamplain -IUSE=+gtk gtk-doc +introspection vala -KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 -LICENSE=LGPL-2 -RDEPEND=dev-db/sqlite:3 >=dev-libs/glib-2.38:2 >=media-libs/clutter-1.24:1.0[introspection?] media-libs/cogl:= >=net-libs/libsoup-2.42:2.4 >=x11-libs/cairo-1.4 x11-libs/gtk+:3 gtk? ( x11-libs/gtk+:3[introspection?] media-libs/clutter-gtk:1.0 ) introspection? ( dev-libs/gobject-introspection:= ) -REQUIRED_USE=vala? ( introspection ) -SLOT=0.12 -SRC_URI=mirror://gnome/sources/libchamplain/0.12/libchamplain-0.12.19.tar.xz -_eclasses_=eutils 6e6c2737b59a4b982de6fb3ecefd87f8 gnome.org 532d56d07b9eace4831aaa817d2b756a meson e53acc5913e5581a8a71be22731d8f36 multilib b2f01ad412baf81650c23fcf0975fa33 multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f python-utils-r1 12114a2a9aab35b93efc037a196b3234 toolchain-funcs b45201c4e6c096b98e250336954e64b9 vala a94a0fb4c35fe91774bb72ec8f3c861f xdg c7ba313ea1eaf266f95cc6235f7d6a07 xdg-utils 14d00d009167652b1fa363e55effe213 -_md5_=8e79db806ad60cf6fac5f634400373a4 diff --git a/metadata/md5-cache/media-libs/libchamplain-0.12.19-r1 b/metadata/md5-cache/media-libs/libchamplain-0.12.19-r1 new file mode 100644 index 000000000000..48ca5f57062e --- /dev/null +++ b/metadata/md5-cache/media-libs/libchamplain-0.12.19-r1 @@ -0,0 +1,15 @@ +BDEPEND=dev-util/glib-utils >=dev-util/meson-0.49.0 virtual/pkgconfig gtk-doc? ( >=dev-util/gtk-doc-1.15 ) vala? ( || ( dev-lang/vala:0.44[vapigen(+)] dev-lang/vala:0.42[vapigen(+)] dev-lang/vala:0.40[vapigen(+)] dev-lang/vala:0.36[vapigen(+)] dev-lang/vala:0.34[vapigen(+)] dev-lang/vala:0.32[vapigen(+)] ) ) app-arch/xz-utils >=dev-util/meson-0.48.2 >=dev-util/ninja-1.7.2 +DEFINED_PHASES=compile configure install postinst postrm preinst prepare test +DEPEND=>=dev-libs/glib-2.38:2 >=x11-libs/gtk+-3.0:3 >=media-libs/clutter-1.24:1.0[introspection?] gtk? ( x11-libs/gtk+:3[introspection?] media-libs/clutter-gtk:1.0 ) >=x11-libs/cairo-1.4 dev-db/sqlite:3 >=net-libs/libsoup-2.42:2.4 introspection? ( >=dev-libs/gobject-introspection-1.54:= ) media-libs/cogl:= dev-util/desktop-file-utils x11-misc/shared-mime-info +DESCRIPTION=Clutter based world map renderer +EAPI=7 +HOMEPAGE=https://wiki.gnome.org/Projects/libchamplain +IUSE=+gtk gtk-doc +introspection vala +KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 +LICENSE=LGPL-2.1+ +RDEPEND=>=dev-libs/glib-2.38:2 >=x11-libs/gtk+-3.0:3 >=media-libs/clutter-1.24:1.0[introspection?] gtk? ( x11-libs/gtk+:3[introspection?] media-libs/clutter-gtk:1.0 ) >=x11-libs/cairo-1.4 dev-db/sqlite:3 >=net-libs/libsoup-2.42:2.4 introspection? ( >=dev-libs/gobject-introspection-1.54:= ) media-libs/cogl:= +REQUIRED_USE=vala? ( introspection ) gtk-doc? ( gtk ) +SLOT=0.12 +SRC_URI=mirror://gnome/sources/libchamplain/0.12/libchamplain-0.12.19.tar.xz +_eclasses_=eutils 6e6c2737b59a4b982de6fb3ecefd87f8 gnome.org 532d56d07b9eace4831aaa817d2b756a meson e53acc5913e5581a8a71be22731d8f36 multilib b2f01ad412baf81650c23fcf0975fa33 multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f python-utils-r1 12114a2a9aab35b93efc037a196b3234 toolchain-funcs b45201c4e6c096b98e250336954e64b9 vala a94a0fb4c35fe91774bb72ec8f3c861f xdg c7ba313ea1eaf266f95cc6235f7d6a07 xdg-utils 14d00d009167652b1fa363e55effe213 +_md5_=cf61c84207978c7ffe75d461b58c6d08 diff --git a/metadata/md5-cache/media-sound/Manifest.gz b/metadata/md5-cache/media-sound/Manifest.gz index 7beb90852249..b953af3f5876 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/amsynth-1.5.1-r1 b/metadata/md5-cache/media-sound/amsynth-1.5.1-r1 deleted file mode 100644 index 24e6932da8ea..000000000000 --- a/metadata/md5-cache/media-sound/amsynth-1.5.1-r1 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=configure prepare -DEPEND=dev-cpp/gtkmm:2.4 sndfile? ( >=media-libs/libsndfile-1:= ) alsa? ( media-libs/alsa-lib:= media-sound/alsa-utils ) dssi? ( media-libs/dssi:= media-libs/liblo:= >=x11-libs/gtk+-2.20:2 ) jack? ( virtual/jack ) lash? ( media-sound/lash ) virtual/pkgconfig oss? ( virtual/os-headers ) >=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=Virtual analogue synthesizer -EAPI=5 -HOMEPAGE=https://github.com/amsynth/amsynth -IUSE=alsa dssi jack lash oss sndfile -KEYWORDS=amd64 ~ppc x86 -LICENSE=GPL-2 -RDEPEND=dev-cpp/gtkmm:2.4 sndfile? ( >=media-libs/libsndfile-1:= ) alsa? ( media-libs/alsa-lib:= media-sound/alsa-utils ) dssi? ( media-libs/dssi:= media-libs/liblo:= >=x11-libs/gtk+-2.20:2 ) jack? ( virtual/jack ) lash? ( media-sound/lash ) -SLOT=0 -SRC_URI=https://github.com/amsynth/amsynth/archive/release-1.5.1.tar.gz -> amsynth-1.5.1.tar.gz -_eclasses_=autotools 1bf086cdd7356f5c9a4acd9727bd2065 desktop b1d22ac8bdd4679ab79c71aca235009d epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic a09389deba2c0a7108b581e02c7cecbf libtool f143db5a74ccd9ca28c1234deffede96 ltprune 2729691420b6deeda2a90b1f1183fb55 multilib b2f01ad412baf81650c23fcf0975fa33 preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs b45201c4e6c096b98e250336954e64b9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf -_md5_=eda9ba890f29e20db8addc25d86e99f4 diff --git a/metadata/md5-cache/media-sound/mpd-0.21.6 b/metadata/md5-cache/media-sound/mpd-0.21.6 new file mode 100644 index 000000000000..14f3aa5b83f7 --- /dev/null +++ b/metadata/md5-cache/media-sound/mpd-0.21.6 @@ -0,0 +1,16 @@ +BDEPEND=virtual/pkgconfig >=dev-util/meson-0.48.2 >=dev-util/ninja-1.7.2 virtual/pkgconfig +DEFINED_PHASES=compile configure install postinst prepare setup test +DEPEND=adplug? ( media-libs/adplug:= ) alsa? ( media-libs/alsa-lib media-sound/alsa-utils ) ao? ( media-libs/libao[alsa?,pulseaudio?] ) audiofile? ( media-libs/audiofile:= ) cdio? ( dev-libs/libcdio:= dev-libs/libcdio-paranoia ) chromaprint? ( media-libs/chromaprint ) curl? ( net-misc/curl ) dbus? ( sys-apps/dbus ) expat? ( dev-libs/expat ) faad? ( media-libs/faad2 ) ffmpeg? ( libav? ( media-video/libav:0= ) !libav? ( media-video/ffmpeg:0= ) ) flac? ( media-libs/flac ) fluidsynth? ( media-sound/fluidsynth ) gme? ( >=media-libs/game-music-emu-0.6.0_pre20120802 ) icu? ( dev-libs/icu:= ) id3tag? ( media-libs/libid3tag ) jack? ( virtual/jack ) lame? ( network? ( media-sound/lame ) ) libmpdclient? ( media-libs/libmpdclient ) libsamplerate? ( media-libs/libsamplerate ) libsoxr? ( media-libs/soxr ) mad? ( media-libs/libmad ) mikmod? ( media-libs/libmikmod ) mms? ( media-libs/libmms ) modplug? ( media-libs/libmodplug ) mpg123? ( media-sound/mpg123 ) musepack? ( media-sound/musepack-tools ) network? ( media-libs/libshout ) nfs? ( net-fs/libnfs ) openal? ( media-libs/openal ) opus? ( media-libs/opus ) pulseaudio? ( media-sound/pulseaudio ) qobuz? ( dev-libs/libgcrypt:0 ) samba? ( net-fs/samba ) selinux? ( sec-policy/selinux-mpd ) sid? ( || ( media-libs/libsidplay:2 media-libs/libsidplayfp ) ) sndfile? ( media-libs/libsndfile ) soundcloud? ( >=dev-libs/yajl-2:= ) sqlite? ( dev-db/sqlite:3 ) systemd? ( sys-apps/systemd ) tcpd? ( sys-apps/tcp-wrappers ) twolame? ( media-sound/twolame ) udisks? ( sys-fs/udisks:2 ) upnp? ( net-libs/libupnp:0 ) vorbis? ( media-libs/libvorbis ) wavpack? ( media-sound/wavpack ) wildmidi? ( media-sound/wildmidi ) zeroconf? ( net-dns/avahi[dbus] ) zip? ( dev-libs/zziplib ) zlib? ( sys-libs/zlib:= ) >=dev-libs/boost-1.58:= test? ( dev-cpp/gtest ) +DESCRIPTION=The Music Player Daemon (mpd) +EAPI=7 +HOMEPAGE=https://www.musicpd.org https://github.com/MusicPlayerDaemon/MPD +IUSE=adplug +alsa ao audiofile bzip2 cdio chromaprint +cue +curl +dbus debug +eventfd expat faad +ffmpeg +fifo flac fluidsynth gme +icu +id3tag +inotify +ipv6 jack lame libav libmpdclient libsamplerate libsoxr +mad mikmod mms modplug mpg123 musepack +network nfs openal opus oss pipe pulseaudio qobuz recorder samba selinux sid signalfd sndfile soundcloud sqlite systemd tcpd test tidal twolame udisks unicode vorbis wavpack webdav wildmidi upnp zeroconf zip zlib kernel_linux +KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sh ~x86 ~x86-fbsd ~x64-macos +LICENSE=GPL-2 +RDEPEND=adplug? ( media-libs/adplug:= ) alsa? ( media-libs/alsa-lib media-sound/alsa-utils ) ao? ( media-libs/libao[alsa?,pulseaudio?] ) audiofile? ( media-libs/audiofile:= ) cdio? ( dev-libs/libcdio:= dev-libs/libcdio-paranoia ) chromaprint? ( media-libs/chromaprint ) curl? ( net-misc/curl ) dbus? ( sys-apps/dbus ) expat? ( dev-libs/expat ) faad? ( media-libs/faad2 ) ffmpeg? ( libav? ( media-video/libav:0= ) !libav? ( media-video/ffmpeg:0= ) ) flac? ( media-libs/flac ) fluidsynth? ( media-sound/fluidsynth ) gme? ( >=media-libs/game-music-emu-0.6.0_pre20120802 ) icu? ( dev-libs/icu:= ) id3tag? ( media-libs/libid3tag ) jack? ( virtual/jack ) lame? ( network? ( media-sound/lame ) ) libmpdclient? ( media-libs/libmpdclient ) libsamplerate? ( media-libs/libsamplerate ) libsoxr? ( media-libs/soxr ) mad? ( media-libs/libmad ) mikmod? ( media-libs/libmikmod ) mms? ( media-libs/libmms ) modplug? ( media-libs/libmodplug ) mpg123? ( media-sound/mpg123 ) musepack? ( media-sound/musepack-tools ) network? ( media-libs/libshout ) nfs? ( net-fs/libnfs ) openal? ( media-libs/openal ) opus? ( media-libs/opus ) pulseaudio? ( media-sound/pulseaudio ) qobuz? ( dev-libs/libgcrypt:0 ) samba? ( net-fs/samba ) selinux? ( sec-policy/selinux-mpd ) sid? ( || ( media-libs/libsidplay:2 media-libs/libsidplayfp ) ) sndfile? ( media-libs/libsndfile ) soundcloud? ( >=dev-libs/yajl-2:= ) sqlite? ( dev-db/sqlite:3 ) systemd? ( sys-apps/systemd ) tcpd? ( sys-apps/tcp-wrappers ) twolame? ( media-sound/twolame ) udisks? ( sys-fs/udisks:2 ) upnp? ( net-libs/libupnp:0 ) vorbis? ( media-libs/libvorbis ) wavpack? ( media-sound/wavpack ) wildmidi? ( media-sound/wildmidi ) zeroconf? ( net-dns/avahi[dbus] ) zip? ( dev-libs/zziplib ) zlib? ( sys-libs/zlib:= ) +REQUIRED_USE=|| ( alsa ao fifo jack network openal oss pipe pulseaudio recorder ) || ( adplug audiofile faad ffmpeg flac fluidsynth mad mikmod modplug mpg123 musepack flac sid vorbis wavpack wildmidi ) network? ( || ( audiofile flac lame twolame vorbis ) ) recorder? ( || ( audiofile flac lame twolame vorbis ) ) upnp? ( expat ) webdav? ( curl expat ) +RESTRICT=!test? ( test ) +SLOT=0 +SRC_URI=https://www.musicpd.org/download/mpd/0.21/mpd-0.21.6.tar.xz +_eclasses_=eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic a09389deba2c0a7108b581e02c7cecbf linux-info 953c3b1c472dcadbf62098a9301327f2 meson e53acc5913e5581a8a71be22731d8f36 multilib b2f01ad412baf81650c23fcf0975fa33 multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f python-utils-r1 12114a2a9aab35b93efc037a196b3234 systemd 71fd8d2065d102753fb9e4d20eaf3e9f toolchain-funcs b45201c4e6c096b98e250336954e64b9 user 8bd74731cafdcdad8f7a63637302e073 +_md5_=1b916ae67077231340a9d896517065b1 diff --git a/metadata/md5-cache/media-sound/qsynth-0.5.0 b/metadata/md5-cache/media-sound/qsynth-0.5.0 deleted file mode 100644 index 505be429b720..000000000000 --- a/metadata/md5-cache/media-sound/qsynth-0.5.0 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=configure install -DEPEND=dev-qt/qtcore:5 dev-qt/qtwidgets:5 dev-qt/qtx11extras:5 media-sound/fluidsynth[jack?,alsa?,pulseaudio?] x11-libs/libX11 dev-qt/linguist-tools:5 -DESCRIPTION=A Qt application to control FluidSynth -EAPI=6 -HOMEPAGE=http://qsynth.sourceforge.net/ -IUSE=debug jack alsa pulseaudio -KEYWORDS=amd64 ppc x86 -LICENSE=GPL-2 -RDEPEND=dev-qt/qtcore:5 dev-qt/qtwidgets:5 dev-qt/qtx11extras:5 media-sound/fluidsynth[jack?,alsa?,pulseaudio?] x11-libs/libX11 -REQUIRED_USE=|| ( alsa jack pulseaudio ) -SLOT=0 -SRC_URI=mirror://sourceforge/qsynth/qsynth-0.5.0.tar.gz -_eclasses_=desktop b1d22ac8bdd4679ab79c71aca235009d epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic a09389deba2c0a7108b581e02c7cecbf ltprune 2729691420b6deeda2a90b1f1183fb55 multilib b2f01ad412baf81650c23fcf0975fa33 preserve-libs ef207dc62baddfddfd39a164d9797648 qmake-utils bdf97e69a34b864d6d545f4ec3143ff7 toolchain-funcs b45201c4e6c096b98e250336954e64b9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf -_md5_=e4a302ac219a8dc68ee237aae1909b4e diff --git a/metadata/md5-cache/media-sound/specimen-0.5.2_rc3-r1 b/metadata/md5-cache/media-sound/specimen-0.5.2_rc3-r1 deleted file mode 100644 index f1b578957a50..000000000000 --- a/metadata/md5-cache/media-sound/specimen-0.5.2_rc3-r1 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=configure install prepare -DEPEND=>=media-sound/jack-audio-connection-kit-0.109.2 >=media-libs/alsa-lib-0.9 media-libs/libsamplerate media-libs/libsndfile >=media-libs/phat-0.4 dev-libs/libxml2:2 x11-libs/gtk+:2 gnome-base/libgnomecanvas lash? ( media-sound/lash ) virtual/pkgconfig >=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 Midi Controllable Audio Sampler -EAPI=5 -HOMEPAGE=http://zhevny.com/specimen -IUSE=lash -KEYWORDS=~amd64 ~ppc sparc x86 -LICENSE=GPL-2 -RDEPEND=>=media-sound/jack-audio-connection-kit-0.109.2 >=media-libs/alsa-lib-0.9 media-libs/libsamplerate media-libs/libsndfile >=media-libs/phat-0.4 dev-libs/libxml2:2 x11-libs/gtk+:2 gnome-base/libgnomecanvas lash? ( media-sound/lash ) -SLOT=0 -SRC_URI=http://zhevny.com/specimen/files/specimen-0.5.2-rc3.tar.gz -_eclasses_=autotools 1bf086cdd7356f5c9a4acd9727bd2065 desktop b1d22ac8bdd4679ab79c71aca235009d epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 libtool f143db5a74ccd9ca28c1234deffede96 ltprune 2729691420b6deeda2a90b1f1183fb55 multilib b2f01ad412baf81650c23fcf0975fa33 preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs b45201c4e6c096b98e250336954e64b9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf -_md5_=8a74a2fcbf7c7daa5a93d27ef7f7f72d diff --git a/metadata/md5-cache/net-analyzer/Manifest.gz b/metadata/md5-cache/net-analyzer/Manifest.gz index c88ad37106cd..6f7d05fab003 100644 Binary files a/metadata/md5-cache/net-analyzer/Manifest.gz and b/metadata/md5-cache/net-analyzer/Manifest.gz differ diff --git a/metadata/md5-cache/net-analyzer/wireshark-3.0.0 b/metadata/md5-cache/net-analyzer/wireshark-3.0.0-r1 similarity index 99% rename from metadata/md5-cache/net-analyzer/wireshark-3.0.0 rename to metadata/md5-cache/net-analyzer/wireshark-3.0.0-r1 index 6e1dd2849ca5..72c30c476270 100644 --- a/metadata/md5-cache/net-analyzer/wireshark-3.0.0 +++ b/metadata/md5-cache/net-analyzer/wireshark-3.0.0-r1 @@ -11,4 +11,4 @@ REQUIRED_USE=|| ( python_targets_python3_4 python_targets_python3_5 python_targe SLOT=0/3.0.0 SRC_URI=https://www.wireshark.org/download/src/all-versions/wireshark-3.0.0.tar.xz _eclasses_=cmake-utils ab10bd85e5d38e2a32077bcd91faa1b6 desktop b1d22ac8bdd4679ab79c71aca235009d epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 fcaps 9445d60c1eb084a91c38ef4c070b2f16 flag-o-matic a09389deba2c0a7108b581e02c7cecbf gnome2-utils 532371cfcba45b2ab0d2950547c97d95 ltprune 2729691420b6deeda2a90b1f1183fb55 multibuild 40fe59465edacd730c644ec2bc197809 multilib b2f01ad412baf81650c23fcf0975fa33 multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f preserve-libs ef207dc62baddfddfd39a164d9797648 python-r1 ce1cd23cfdc1848e8e32743efe34f299 python-utils-r1 12114a2a9aab35b93efc037a196b3234 qmake-utils bdf97e69a34b864d6d545f4ec3143ff7 toolchain-funcs b45201c4e6c096b98e250336954e64b9 user 8bd74731cafdcdad8f7a63637302e073 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf xdg-utils 14d00d009167652b1fa363e55effe213 -_md5_=610d373585d3f9fa9e4fce25d4afdedc +_md5_=39c6f48805ef4a17cd659d89fae62866 diff --git a/metadata/md5-cache/net-analyzer/wireshark-99999999 b/metadata/md5-cache/net-analyzer/wireshark-99999999 index 02e4e0e5696d..8cbd56c1e67c 100644 --- a/metadata/md5-cache/net-analyzer/wireshark-99999999 +++ b/metadata/md5-cache/net-analyzer/wireshark-99999999 @@ -9,4 +9,4 @@ RDEPEND=>=dev-libs/glib-2.32:2 dev-libs/libgcrypt:0 adns? ( >=net-dns/c-ares-1.5 REQUIRED_USE=|| ( python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 python_targets_python3_7 ) SLOT=0/99999999 _eclasses_=cmake-utils ab10bd85e5d38e2a32077bcd91faa1b6 desktop b1d22ac8bdd4679ab79c71aca235009d epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 fcaps 9445d60c1eb084a91c38ef4c070b2f16 flag-o-matic a09389deba2c0a7108b581e02c7cecbf git-r3 0d4635eeb5a96cd5315597a47eba25c9 gnome2-utils 532371cfcba45b2ab0d2950547c97d95 ltprune 2729691420b6deeda2a90b1f1183fb55 multibuild 40fe59465edacd730c644ec2bc197809 multilib b2f01ad412baf81650c23fcf0975fa33 multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f preserve-libs ef207dc62baddfddfd39a164d9797648 python-r1 ce1cd23cfdc1848e8e32743efe34f299 python-utils-r1 12114a2a9aab35b93efc037a196b3234 qmake-utils bdf97e69a34b864d6d545f4ec3143ff7 toolchain-funcs b45201c4e6c096b98e250336954e64b9 user 8bd74731cafdcdad8f7a63637302e073 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf xdg-utils 14d00d009167652b1fa363e55effe213 -_md5_=78047d661cf1da887692220ebb3d0a46 +_md5_=d450bad67ba4922830dcb58e4d361f0b diff --git a/metadata/md5-cache/net-dialup/Manifest.gz b/metadata/md5-cache/net-dialup/Manifest.gz index fb13dd55ed86..396b8102e9e2 100644 Binary files a/metadata/md5-cache/net-dialup/Manifest.gz and b/metadata/md5-cache/net-dialup/Manifest.gz differ diff --git a/metadata/md5-cache/net-dialup/accel-ppp-1.11.1_p20170508 b/metadata/md5-cache/net-dialup/accel-ppp-1.11.1_p20170508 index ce4ffcbe0ab6..9c706518e9bc 100644 --- a/metadata/md5-cache/net-dialup/accel-ppp-1.11.1_p20170508 +++ b/metadata/md5-cache/net-dialup/accel-ppp-1.11.1_p20170508 @@ -2,7 +2,7 @@ DEFINED_PHASES=compile configure install postinst postrm preinst prepare setup t DEPEND=lua? ( dev-lang/lua:0 ) postgres? ( dev-db/postgresql:* ) snmp? ( net-analyzer/net-snmp ) dev-libs/libpcre dev-libs/openssl:0 valgrind? ( dev-util/valgrind ) sys-devel/make >=dev-util/cmake-3.9.6 kernel_linux? ( virtual/modutils ) sys-apps/sed kernel_linux? ( virtual/linux-sources virtual/libelf ) DESCRIPTION=High performance PPTP, PPPoE and L2TP server EAPI=6 -HOMEPAGE=http://accel-ppp.sourceforge.net/ +HOMEPAGE=https://sourceforge.net/projects/accel-ppp/ IUSE=debug doc ipoe lua postgres radius shaper snmp valgrind kernel_linux kernel_linux kernel_linux KEYWORDS=~amd64 ~x86 LICENSE=GPL-2 @@ -12,4 +12,4 @@ REQUIRED_USE=valgrind? ( debug ) SLOT=0 SRC_URI=https://dev.gentoo.org/~pinkbyte/distfiles/snapshots/accel-ppp-1.11.1_p20170508.tar.bz2 _eclasses_=cmake-utils ab10bd85e5d38e2a32077bcd91faa1b6 desktop b1d22ac8bdd4679ab79c71aca235009d eapi7-ver 756b3f27d8e46131d5cf3c51bd876446 epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic a09389deba2c0a7108b581e02c7cecbf linux-info 953c3b1c472dcadbf62098a9301327f2 linux-mod dc67f5064036fbaf4bb77b68a9caeda0 ltprune 2729691420b6deeda2a90b1f1183fb55 multilib b2f01ad412baf81650c23fcf0975fa33 multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs b45201c4e6c096b98e250336954e64b9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf xdg-utils 14d00d009167652b1fa363e55effe213 -_md5_=4e31ea45d48f1d94c70d5381bb5514f6 +_md5_=474b84687570b979f7aea82ee1286cf5 diff --git a/metadata/md5-cache/net-dialup/accel-ppp-1.11.1_p20180320 b/metadata/md5-cache/net-dialup/accel-ppp-1.11.1_p20180320 index 3bb1bd6951b6..a2679243d7b9 100644 --- a/metadata/md5-cache/net-dialup/accel-ppp-1.11.1_p20180320 +++ b/metadata/md5-cache/net-dialup/accel-ppp-1.11.1_p20180320 @@ -2,7 +2,7 @@ DEFINED_PHASES=compile configure install postinst postrm preinst prepare setup t DEPEND=lua? ( dev-lang/lua:0 ) postgres? ( dev-db/postgresql:* ) snmp? ( net-analyzer/net-snmp ) dev-libs/libpcre dev-libs/openssl:0 valgrind? ( dev-util/valgrind ) sys-devel/make >=dev-util/cmake-3.9.6 kernel_linux? ( virtual/modutils ) sys-apps/sed kernel_linux? ( virtual/linux-sources virtual/libelf ) DESCRIPTION=High performance PPTP, PPPoE and L2TP server EAPI=6 -HOMEPAGE=http://accel-ppp.sourceforge.net/ +HOMEPAGE=https://sourceforge.net/projects/accel-ppp/ IUSE=debug doc ipoe lua postgres radius shaper snmp valgrind kernel_linux kernel_linux kernel_linux KEYWORDS=~amd64 ~x86 LICENSE=GPL-2 @@ -12,4 +12,4 @@ REQUIRED_USE=valgrind? ( debug ) SLOT=0 SRC_URI=https://dev.gentoo.org/~pinkbyte/distfiles/snapshots/accel-ppp-1.11.1_p20180320.tar.bz2 _eclasses_=cmake-utils ab10bd85e5d38e2a32077bcd91faa1b6 desktop b1d22ac8bdd4679ab79c71aca235009d eapi7-ver 756b3f27d8e46131d5cf3c51bd876446 epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic a09389deba2c0a7108b581e02c7cecbf linux-info 953c3b1c472dcadbf62098a9301327f2 linux-mod dc67f5064036fbaf4bb77b68a9caeda0 ltprune 2729691420b6deeda2a90b1f1183fb55 multilib b2f01ad412baf81650c23fcf0975fa33 multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs b45201c4e6c096b98e250336954e64b9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf xdg-utils 14d00d009167652b1fa363e55effe213 -_md5_=02c6493dfa15127c2b3a8a124ae6a242 +_md5_=f6ee1fb8fe6ee70fa1069f3654ffc4d8 diff --git a/metadata/md5-cache/net-dialup/accel-ppp-1.11.9999 b/metadata/md5-cache/net-dialup/accel-ppp-1.11.9999 index d8c0061a5776..94f1cb4b1e72 100644 --- a/metadata/md5-cache/net-dialup/accel-ppp-1.11.9999 +++ b/metadata/md5-cache/net-dialup/accel-ppp-1.11.9999 @@ -2,7 +2,7 @@ DEFINED_PHASES=compile configure install postinst postrm preinst prepare setup t DEPEND=lua? ( dev-lang/lua:0 ) postgres? ( dev-db/postgresql:* ) snmp? ( net-analyzer/net-snmp ) dev-libs/libpcre dev-libs/openssl:0 valgrind? ( dev-util/valgrind ) sys-devel/make >=dev-util/cmake-3.9.6 >=dev-vcs/git-1.8.2.1[curl] kernel_linux? ( virtual/modutils ) sys-apps/sed kernel_linux? ( virtual/linux-sources virtual/libelf ) DESCRIPTION=High performance PPTP, PPPoE and L2TP server EAPI=6 -HOMEPAGE=http://accel-ppp.sourceforge.net/ +HOMEPAGE=https://sourceforge.net/projects/accel-ppp/ IUSE=debug doc ipoe lua postgres radius shaper snmp valgrind kernel_linux kernel_linux kernel_linux LICENSE=GPL-2 PDEPEND=net-dialup/ppp-scripts @@ -10,4 +10,4 @@ RDEPEND=lua? ( dev-lang/lua:0 ) postgres? ( dev-db/postgresql:* ) snmp? ( net-an REQUIRED_USE=valgrind? ( debug ) SLOT=0 _eclasses_=cmake-utils ab10bd85e5d38e2a32077bcd91faa1b6 desktop b1d22ac8bdd4679ab79c71aca235009d eapi7-ver 756b3f27d8e46131d5cf3c51bd876446 epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic a09389deba2c0a7108b581e02c7cecbf git-r3 0d4635eeb5a96cd5315597a47eba25c9 linux-info 953c3b1c472dcadbf62098a9301327f2 linux-mod dc67f5064036fbaf4bb77b68a9caeda0 ltprune 2729691420b6deeda2a90b1f1183fb55 multilib b2f01ad412baf81650c23fcf0975fa33 multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs b45201c4e6c096b98e250336954e64b9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf xdg-utils 14d00d009167652b1fa363e55effe213 -_md5_=b26a9a2e4f579955fc1e9a70bbfe98d6 +_md5_=21892cf1b961b948c519725444190e1f diff --git a/metadata/md5-cache/net-dialup/accel-ppp-9999 b/metadata/md5-cache/net-dialup/accel-ppp-9999 index 2d17804af27f..b438330c7330 100644 --- a/metadata/md5-cache/net-dialup/accel-ppp-9999 +++ b/metadata/md5-cache/net-dialup/accel-ppp-9999 @@ -2,7 +2,7 @@ DEFINED_PHASES=compile configure install postinst postrm preinst prepare setup t DEPEND=lua? ( dev-lang/lua:0 ) postgres? ( dev-db/postgresql:* ) snmp? ( net-analyzer/net-snmp ) dev-libs/libpcre dev-libs/openssl:0 valgrind? ( dev-util/valgrind ) sys-devel/make >=dev-util/cmake-3.9.6 >=dev-vcs/git-1.8.2.1[curl] kernel_linux? ( virtual/modutils ) sys-apps/sed kernel_linux? ( virtual/linux-sources virtual/libelf ) DESCRIPTION=High performance PPTP, PPPoE and L2TP server EAPI=6 -HOMEPAGE=http://accel-ppp.sourceforge.net/ +HOMEPAGE=https://sourceforge.net/projects/accel-ppp/ IUSE=debug doc ipoe lua postgres radius shaper snmp valgrind kernel_linux kernel_linux kernel_linux LICENSE=GPL-2 PDEPEND=net-dialup/ppp-scripts @@ -10,4 +10,4 @@ RDEPEND=lua? ( dev-lang/lua:0 ) postgres? ( dev-db/postgresql:* ) snmp? ( net-an REQUIRED_USE=valgrind? ( debug ) SLOT=0 _eclasses_=cmake-utils ab10bd85e5d38e2a32077bcd91faa1b6 desktop b1d22ac8bdd4679ab79c71aca235009d eapi7-ver 756b3f27d8e46131d5cf3c51bd876446 epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic a09389deba2c0a7108b581e02c7cecbf git-r3 0d4635eeb5a96cd5315597a47eba25c9 linux-info 953c3b1c472dcadbf62098a9301327f2 linux-mod dc67f5064036fbaf4bb77b68a9caeda0 ltprune 2729691420b6deeda2a90b1f1183fb55 multilib b2f01ad412baf81650c23fcf0975fa33 multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs b45201c4e6c096b98e250336954e64b9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf xdg-utils 14d00d009167652b1fa363e55effe213 -_md5_=5fd0f7338b411b107e95e791532a13ff +_md5_=9b9030e816e0bf56c752c96036b5b98c diff --git a/metadata/md5-cache/net-dns/Manifest.gz b/metadata/md5-cache/net-dns/Manifest.gz index b97c6a5dd907..e1e3a144a5e5 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.5 b/metadata/md5-cache/net-dns/pdns-4.1.5 deleted file mode 100644 index d72dd4588496..000000000000 --- a/metadata/md5-cache/net-dns/pdns-4.1.5 +++ /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.5.tar.bz2 -_eclasses_=multilib b2f01ad412baf81650c23fcf0975fa33 toolchain-funcs b45201c4e6c096b98e250336954e64b9 user 8bd74731cafdcdad8f7a63637302e073 -_md5_=c9e9be17495b691ccd16502ea3f45f7c diff --git a/metadata/md5-cache/net-dns/pdns-4.1.6 b/metadata/md5-cache/net-dns/pdns-4.1.6 deleted file mode 100644 index 8522e053d212..000000000000 --- a/metadata/md5-cache/net-dns/pdns-4.1.6 +++ /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.6.tar.bz2 -_eclasses_=multilib b2f01ad412baf81650c23fcf0975fa33 toolchain-funcs b45201c4e6c096b98e250336954e64b9 user 8bd74731cafdcdad8f7a63637302e073 -_md5_=1f11419a66304cef9152d46615931739 diff --git a/metadata/md5-cache/net-dns/pdns-4.1.7 b/metadata/md5-cache/net-dns/pdns-4.1.7 index 8f70aa12d50d..2872cf157f88 100644 --- a/metadata/md5-cache/net-dns/pdns-4.1.7 +++ b/metadata/md5-cache/net-dns/pdns-4.1.7 @@ -5,11 +5,11 @@ 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 +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.7.tar.bz2 _eclasses_=multilib b2f01ad412baf81650c23fcf0975fa33 toolchain-funcs b45201c4e6c096b98e250336954e64b9 user 8bd74731cafdcdad8f7a63637302e073 -_md5_=1f11419a66304cef9152d46615931739 +_md5_=1121cc524750160123c58d476b899358 diff --git a/metadata/md5-cache/net-im/Manifest.gz b/metadata/md5-cache/net-im/Manifest.gz index 807bbed50d98..c9242e9e5a7c 100644 Binary files a/metadata/md5-cache/net-im/Manifest.gz and b/metadata/md5-cache/net-im/Manifest.gz differ diff --git a/metadata/md5-cache/net-im/prosody-0.11.2-r1 b/metadata/md5-cache/net-im/prosody-0.11.2-r1 new file mode 100644 index 000000000000..03897f96aaa2 --- /dev/null +++ b/metadata/md5-cache/net-im/prosody-0.11.2-r1 @@ -0,0 +1,14 @@ +BDEPEND=virtual/pkgconfig +DEFINED_PHASES=configure install postinst prepare +DEPEND=net-im/jabber-base dev-lua/LuaBitOp !jit? ( >=dev-lang/lua-5.1:0 ) jit? ( dev-lang/luajit:2 ) >=net-dns/libidn-1.1:= !libressl? ( dev-libs/openssl:0 ) libressl? ( dev-libs/libressl:= ) test? ( dev-lua/busted ) +DESCRIPTION=Prosody is a flexible communications server for Jabber/XMPP written in Lua +EAPI=7 +HOMEPAGE=https://prosody.im/ +IUSE=ipv6 libevent mysql postgres sqlite ssl zlib jit libressl test +KEYWORDS=~amd64 ~arm ~x86 +LICENSE=MIT +RDEPEND=net-im/jabber-base dev-lua/LuaBitOp !jit? ( >=dev-lang/lua-5.1:0 ) jit? ( dev-lang/luajit:2 ) >=net-dns/libidn-1.1:= !libressl? ( dev-libs/openssl:0 ) libressl? ( dev-libs/libressl:= ) >=dev-lua/luaexpat-1.3.0 dev-lua/luafilesystem ipv6? ( >=dev-lua/luasocket-3 ) !ipv6? ( dev-lua/luasocket ) libevent? ( >=dev-lua/luaevent-0.4.3 ) mysql? ( dev-lua/luadbi[mysql] ) postgres? ( dev-lua/luadbi[postgres] ) sqlite? ( dev-lua/luadbi[sqlite] ) ssl? ( dev-lua/luasec ) zlib? ( dev-lua/lua-zlib ) +SLOT=0 +SRC_URI=https://prosody.im/tmp/0.11.2/prosody-0.11.2.tar.gz +_eclasses_=eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic a09389deba2c0a7108b581e02c7cecbf multilib b2f01ad412baf81650c23fcf0975fa33 systemd 71fd8d2065d102753fb9e4d20eaf3e9f toolchain-funcs b45201c4e6c096b98e250336954e64b9 +_md5_=34d162ad6f60c730c29b626a57fcc7bb diff --git a/metadata/md5-cache/net-libs/Manifest.gz b/metadata/md5-cache/net-libs/Manifest.gz index 68ab8372faea..3e8d8f78b7f7 100644 Binary files a/metadata/md5-cache/net-libs/Manifest.gz and b/metadata/md5-cache/net-libs/Manifest.gz differ diff --git a/metadata/md5-cache/net-libs/libbtbb-2018.08.1 b/metadata/md5-cache/net-libs/libbtbb-2018.08.1 index d859f299fa60..25e0dcb350f3 100644 --- a/metadata/md5-cache/net-libs/libbtbb-2018.08.1 +++ b/metadata/md5-cache/net-libs/libbtbb-2018.08.1 @@ -11,4 +11,4 @@ REQUIRED_USE=extras? ( python_targets_python2_7 ) SLOT=0/2018.08.1 SRC_URI=https://github.com/greatscottgadgets/libbtbb/archive/2018-08-R1.tar.gz -> libbtbb-2018-08-R1.tar.gz _eclasses_=cmake-utils ab10bd85e5d38e2a32077bcd91faa1b6 desktop b1d22ac8bdd4679ab79c71aca235009d epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic a09389deba2c0a7108b581e02c7cecbf ltprune 2729691420b6deeda2a90b1f1183fb55 multilib b2f01ad412baf81650c23fcf0975fa33 multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f preserve-libs ef207dc62baddfddfd39a164d9797648 python-single-r1 3a0fc81f484bfdbd9c2b7448015a36e4 python-utils-r1 12114a2a9aab35b93efc037a196b3234 toolchain-funcs b45201c4e6c096b98e250336954e64b9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf xdg-utils 14d00d009167652b1fa363e55effe213 -_md5_=ef1f971c97501338b6a2d9dc48f9ad27 +_md5_=ced908451f909b4b247da7573d383481 diff --git a/metadata/md5-cache/net-libs/libbtbb-2017.03.2 b/metadata/md5-cache/net-libs/libbtbb-2018.12.1 similarity index 95% rename from metadata/md5-cache/net-libs/libbtbb-2017.03.2 rename to metadata/md5-cache/net-libs/libbtbb-2018.12.1 index eb8d72a95b58..a919cbc99ab8 100644 --- a/metadata/md5-cache/net-libs/libbtbb-2017.03.2 +++ b/metadata/md5-cache/net-libs/libbtbb-2018.12.1 @@ -8,7 +8,7 @@ KEYWORDS=~amd64 ~arm ~x86 LICENSE=GPL-2 RDEPEND=extras? ( 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_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-),python_single_target_python2_7(+)] ) wireshark-plugins? ( >=net-analyzer/wireshark-1.8.3-r1:= ) REQUIRED_USE=extras? ( python_targets_python2_7 ) -SLOT=0/2017.03.2 -SRC_URI=https://github.com/greatscottgadgets/libbtbb/archive/2017-03-R2.tar.gz -> libbtbb-2017-03-R2.tar.gz +SLOT=0/2018.12.1 +SRC_URI=https://github.com/greatscottgadgets/libbtbb/archive/2018-12-R1.tar.gz -> libbtbb-2018-12-R1.tar.gz _eclasses_=cmake-utils ab10bd85e5d38e2a32077bcd91faa1b6 desktop b1d22ac8bdd4679ab79c71aca235009d epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic a09389deba2c0a7108b581e02c7cecbf ltprune 2729691420b6deeda2a90b1f1183fb55 multilib b2f01ad412baf81650c23fcf0975fa33 multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f preserve-libs ef207dc62baddfddfd39a164d9797648 python-single-r1 3a0fc81f484bfdbd9c2b7448015a36e4 python-utils-r1 12114a2a9aab35b93efc037a196b3234 toolchain-funcs b45201c4e6c096b98e250336954e64b9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf xdg-utils 14d00d009167652b1fa363e55effe213 -_md5_=2591885add6dff9c7acefd047d9e5cd7 +_md5_=ced908451f909b4b247da7573d383481 diff --git a/metadata/md5-cache/net-libs/libbtbb-9999 b/metadata/md5-cache/net-libs/libbtbb-9999 index 129fd3bc8764..75570ceea5c1 100644 --- a/metadata/md5-cache/net-libs/libbtbb-9999 +++ b/metadata/md5-cache/net-libs/libbtbb-9999 @@ -9,4 +9,4 @@ RDEPEND=extras? ( python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) > REQUIRED_USE=extras? ( python_targets_python2_7 ) SLOT=0/9999 _eclasses_=cmake-utils ab10bd85e5d38e2a32077bcd91faa1b6 desktop b1d22ac8bdd4679ab79c71aca235009d epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic a09389deba2c0a7108b581e02c7cecbf git-r3 0d4635eeb5a96cd5315597a47eba25c9 ltprune 2729691420b6deeda2a90b1f1183fb55 multilib b2f01ad412baf81650c23fcf0975fa33 multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f preserve-libs ef207dc62baddfddfd39a164d9797648 python-single-r1 3a0fc81f484bfdbd9c2b7448015a36e4 python-utils-r1 12114a2a9aab35b93efc037a196b3234 toolchain-funcs b45201c4e6c096b98e250336954e64b9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf xdg-utils 14d00d009167652b1fa363e55effe213 -_md5_=2591885add6dff9c7acefd047d9e5cd7 +_md5_=ced908451f909b4b247da7573d383481 diff --git a/metadata/md5-cache/net-libs/libpsl-0.20.2 b/metadata/md5-cache/net-libs/libpsl-0.20.2 index 5756a6ab7a76..522534b125a3 100644 --- a/metadata/md5-cache/net-libs/libpsl-0.20.2 +++ b/metadata/md5-cache/net-libs/libpsl-0.20.2 @@ -1,15 +1,14 @@ BDEPEND=dev-util/gtk-doc-am sys-devel/gettext virtual/pkgconfig man? ( dev-libs/libxslt ) -DEFINED_PHASES=compile configure install test -DEPEND=icu? ( dev-libs/icu:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) idn? ( dev-libs/libunistring[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] net-dns/libidn2:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) +DEFINED_PHASES=compile configure install pretend test +DEPEND=icu? ( !idn? ( dev-libs/icu:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) ) idn? ( dev-libs/libunistring[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] net-dns/libidn2:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) DESCRIPTION=C library for the Public Suffix List EAPI=7 HOMEPAGE=https://github.com/rockdaboot/libpsl IUSE=icu +idn +man abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_ppc_32 abi_ppc_64 abi_s390_32 abi_s390_64 KEYWORDS=~amd64 ~x86 LICENSE=MIT -RDEPEND=icu? ( dev-libs/icu:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) idn? ( dev-libs/libunistring[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] net-dns/libidn2:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) -REQUIRED_USE=^^ ( icu idn ) +RDEPEND=icu? ( !idn? ( dev-libs/icu:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) ) idn? ( dev-libs/libunistring[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] net-dns/libidn2:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) SLOT=0 SRC_URI=https://github.com/rockdaboot/libpsl/releases/download/libpsl-0.20.2/libpsl-0.20.2.tar.gz _eclasses_=multibuild 40fe59465edacd730c644ec2bc197809 multilib b2f01ad412baf81650c23fcf0975fa33 multilib-build b42436dc1260f475af229754c165cb6b multilib-minimal 8bddda43703ba94d8341f4e247f97566 toolchain-funcs b45201c4e6c096b98e250336954e64b9 -_md5_=d35578ce10fcf8ff06fa378e87d6293c +_md5_=78e2dd3b98660f2bf79c510b72e91c68 diff --git a/metadata/md5-cache/net-libs/webkit-gtk-2.24.0 b/metadata/md5-cache/net-libs/webkit-gtk-2.24.0 index 412f58aa8970..ea863af1ad88 100644 --- a/metadata/md5-cache/net-libs/webkit-gtk-2.24.0 +++ b/metadata/md5-cache/net-libs/webkit-gtk-2.24.0 @@ -1,5 +1,5 @@ DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test -DEPEND=>=x11-libs/cairo-1.16.0:=[X?] >=media-libs/fontconfig-2.13.0:1.0 >=media-libs/freetype-2.9.0:2 >=dev-libs/libgcrypt-1.7.0:0= >=x11-libs/gtk+-3.22:3[aqua?,introspection?,wayland?,X?] >=media-libs/harfbuzz-1.4.2:=[icu(+)] >=dev-libs/icu-3.8.1-r1:= virtual/jpeg:0= >=net-libs/libsoup-2.48:2.4[introspection?] >=dev-libs/libxml2-2.8.0:2 >=media-libs/libpng-1.4:0= dev-db/sqlite:3= sys-libs/zlib:0 >=dev-libs/atk-2.8.0 media-libs/libwebp:= >=dev-libs/glib-2.40:2 >=dev-libs/libxslt-1.1.7 media-libs/woff2 gnome-keyring? ( app-crypt/libsecret ) geolocation? ( >=app-misc/geoclue-2.1.5:2.0 ) introspection? ( >=dev-libs/gobject-introspection-1.32.0:= ) dev-libs/libtasn1:= nsplugin? ( >=x11-libs/gtk+-2.24.10:2 ) spell? ( >=app-text/enchant-0.22:= ) gstreamer? ( >=media-libs/gstreamer-1.14:1.0 >=media-libs/gst-plugins-base-1.14:1.0[egl?,gles2?,opengl?] >=media-plugins/gst-plugins-opus-1.14.4-r1:1.0 >=media-libs/gst-plugins-bad-1.14:1.0 ) X? ( x11-libs/libX11 x11-libs/libXcomposite x11-libs/libXdamage x11-libs/libXrender x11-libs/libXt ) libnotify? ( x11-libs/libnotify ) dev-libs/hyphen jpeg2k? ( >=media-libs/openjpeg-2.2.0:2= ) egl? ( media-libs/mesa[egl] ) gles2? ( media-libs/mesa[gles2] ) opengl? ( virtual/opengl ) webgl? ( x11-libs/libXcomposite x11-libs/libXdamage ) || ( >=dev-lang/python-2.7.5-r2:2.7 ) || ( dev-lang/ruby:2.4 dev-lang/ruby:2.3 dev-lang/ruby:2.5 ) virtual/rubygems >=app-accessibility/at-spi2-core-2.5.3 dev-util/glib-utils >=dev-util/gtk-doc-am-1.10 >=dev-util/gperf-3.0.1 >=sys-devel/bison-2.4.3 || ( >=sys-devel/gcc-6.0 >=sys-devel/clang-3.3 ) sys-devel/gettext virtual/pkgconfig >=dev-lang/perl-5.10 virtual/perl-Data-Dumper virtual/perl-Carp virtual/perl-JSON-PP doc? ( >=dev-util/gtk-doc-1.10 ) geolocation? ( dev-util/gdbus-codegen ) introspection? ( jit? ( sys-apps/paxctl ) ) dev-util/ninja >=dev-util/cmake-3.9.6 >=app-portage/elt-patches-20170815 app-arch/xz-utils dev-util/desktop-file-utils x11-misc/shared-mime-info test? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) +DEPEND=>=x11-libs/cairo-1.16.0:=[X?] >=media-libs/fontconfig-2.13.0:1.0 >=media-libs/freetype-2.9.0:2 >=dev-libs/libgcrypt-1.7.0:0= >=x11-libs/gtk+-3.22:3[aqua?,introspection?,wayland?,X?] >=media-libs/harfbuzz-1.4.2:=[icu(+)] >=dev-libs/icu-3.8.1-r1:= virtual/jpeg:0= >=net-libs/libsoup-2.48:2.4[introspection?] >=dev-libs/libxml2-2.8.0:2 >=media-libs/libpng-1.4:0= dev-db/sqlite:3= sys-libs/zlib:0 >=dev-libs/atk-2.8.0 media-libs/libwebp:= >=dev-libs/glib-2.40:2 >=dev-libs/libxslt-1.1.7 media-libs/woff2 gnome-keyring? ( app-crypt/libsecret ) geolocation? ( >=app-misc/geoclue-2.1.5:2.0 ) introspection? ( >=dev-libs/gobject-introspection-1.32.0:= ) dev-libs/libtasn1:= nsplugin? ( >=x11-libs/gtk+-2.24.10:2 ) spell? ( >=app-text/enchant-0.22:= ) gstreamer? ( >=media-libs/gstreamer-1.14:1.0 >=media-libs/gst-plugins-base-1.14:1.0[egl?,gles2?,opengl?] >=media-plugins/gst-plugins-opus-1.14.4-r1:1.0 >=media-libs/gst-plugins-bad-1.14:1.0 ) X? ( x11-libs/libX11 x11-libs/libXcomposite x11-libs/libXdamage x11-libs/libXrender x11-libs/libXt ) libnotify? ( x11-libs/libnotify ) dev-libs/hyphen jpeg2k? ( >=media-libs/openjpeg-2.2.0:2= ) egl? ( media-libs/mesa[egl] ) gles2? ( media-libs/mesa[gles2] ) opengl? ( virtual/opengl ) webgl? ( x11-libs/libXcomposite x11-libs/libXdamage ) || ( >=dev-lang/python-2.7.5-r2:2.7 ) || ( dev-lang/ruby:2.4 dev-lang/ruby:2.3 dev-lang/ruby:2.5 dev-lang/ruby:2.6 ) virtual/rubygems >=app-accessibility/at-spi2-core-2.5.3 dev-util/glib-utils >=dev-util/gtk-doc-am-1.10 >=dev-util/gperf-3.0.1 >=sys-devel/bison-2.4.3 || ( >=sys-devel/gcc-6.0 >=sys-devel/clang-3.3 ) sys-devel/gettext virtual/pkgconfig >=dev-lang/perl-5.10 virtual/perl-Data-Dumper virtual/perl-Carp virtual/perl-JSON-PP doc? ( >=dev-util/gtk-doc-1.10 ) geolocation? ( dev-util/gdbus-codegen ) introspection? ( jit? ( sys-apps/paxctl ) ) dev-util/ninja >=dev-util/cmake-3.9.6 >=app-portage/elt-patches-20170815 app-arch/xz-utils dev-util/desktop-file-utils x11-misc/shared-mime-info test? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) DESCRIPTION=Open source web browser engine EAPI=6 HOMEPAGE=https://www.webkitgtk.org @@ -12,4 +12,4 @@ RESTRICT=test SLOT=4/37 SRC_URI=https://www.webkitgtk.org/releases/webkitgtk-2.24.0.tar.xz _eclasses_=check-reqs 2c6f909675083dce8430b648bf737cb0 cmake-utils ab10bd85e5d38e2a32077bcd91faa1b6 desktop b1d22ac8bdd4679ab79c71aca235009d eapi7-ver 756b3f27d8e46131d5cf3c51bd876446 epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic a09389deba2c0a7108b581e02c7cecbf gnome.org 532d56d07b9eace4831aaa817d2b756a gnome2 1a42e8c41af42cb294817dcc5b7e3df6 gnome2-utils 532371cfcba45b2ab0d2950547c97d95 libtool f143db5a74ccd9ca28c1234deffede96 ltprune 2729691420b6deeda2a90b1f1183fb55 multilib b2f01ad412baf81650c23fcf0975fa33 multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f pax-utils e85f015e815dd463b0c206d781ef45a5 preserve-libs ef207dc62baddfddfd39a164d9797648 python-any-r1 4900ae970f827a22d33d41bd8b8f9ace python-utils-r1 12114a2a9aab35b93efc037a196b3234 ruby-single e6530f43a549f120f9396ccb852288f5 ruby-utils 10cec86289e60f4b0d731b2e4b545e5d toolchain-funcs b45201c4e6c096b98e250336954e64b9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf versionator 2352c3fc97241f6a02042773c8287748 virtualx 401b718cc14d43a5a7fbe062c4851ba5 xdg c7ba313ea1eaf266f95cc6235f7d6a07 xdg-utils 14d00d009167652b1fa363e55effe213 -_md5_=8e8704bb090b75481d184cd2f9c8c56a +_md5_=9b174d8f53d2dbedf8e2f6b15b999d87 diff --git a/metadata/md5-cache/net-misc/Manifest.gz b/metadata/md5-cache/net-misc/Manifest.gz index 7a202a2e0dc2..aef2807afe8e 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/openssh-7.9_p1-r4 b/metadata/md5-cache/net-misc/openssh-7.9_p1-r4 index e2d4bd5202a3..a82cffaea8a0 100644 --- a/metadata/md5-cache/net-misc/openssh-7.9_p1-r4 +++ b/metadata/md5-cache/net-misc/openssh-7.9_p1-r4 @@ -10,6 +10,6 @@ RDEPEND=!static? ( audit? ( sys-process/audit ) ldns? ( net-libs/ldns !bindist? REQUIRED_USE=ldns? ( ssl ) pie? ( !static ) static? ( !kerberos !pam ) X509? ( !sctp ssl ) test? ( ssl ) RESTRICT=!test? ( test ) SLOT=0 -SRC_URI=mirror://openbsd/OpenSSH/portable/openssh-7.9p1.tar.gz https://dev.gentoo.org/~whissi/dist/openssh/openssh-7.9p1-patches-1.0.tar.xz sctp? ( https://dev.gentoo.org/~whissi/dist/openssh/openssh-7.9p1-sctp-1.2.patch.xz ) hpn? ( mirror://sourceforge/hpnssh/HPN-SSH%2014v16%207.8P1/openssh-7_8_P1-hpn-DynWinNoneSwitch-14.16.diff mirror://sourceforge/hpnssh/HPN-SSH%2014v16%207.8P1/openssh-7_8_P1-hpn-AES-CTR-14.16.diff ) X509? ( https://roumenpetrov.info/openssh/x509-11.6/openssh-7.9p1+x509-11.6.diff.gz ) +SRC_URI=mirror://openbsd/OpenSSH/portable/openssh-7.9p1.tar.gz https://dev.gentoo.org/~whissi/dist/openssh/openssh-7.9p1-patches-1.0.tar.xz sctp? ( https://dev.gentoo.org/~whissi/dist/openssh/openssh-7.9p1-sctp-1.2.patch.xz ) hpn? ( mirror://sourceforge/hpnssh/HPN-SSH%2014v16%207.8p1/openssh-7_8_P1-hpn-DynWinNoneSwitch-14.16.diff mirror://sourceforge/hpnssh/HPN-SSH%2014v16%207.8p1/openssh-7_8_P1-hpn-AES-CTR-14.16.diff ) X509? ( https://roumenpetrov.info/openssh/x509-11.6/openssh-7.9p1+x509-11.6.diff.gz ) _eclasses_=autotools 1bf086cdd7356f5c9a4acd9727bd2065 desktop b1d22ac8bdd4679ab79c71aca235009d epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic a09389deba2c0a7108b581e02c7cecbf libtool f143db5a74ccd9ca28c1234deffede96 ltprune 2729691420b6deeda2a90b1f1183fb55 multilib b2f01ad412baf81650c23fcf0975fa33 pam 3e788d86170dfcd5b06824d898315e18 preserve-libs ef207dc62baddfddfd39a164d9797648 systemd 71fd8d2065d102753fb9e4d20eaf3e9f toolchain-funcs b45201c4e6c096b98e250336954e64b9 user 8bd74731cafdcdad8f7a63637302e073 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf -_md5_=9df2a710c951bc93923b4c2e172a0b73 +_md5_=de0e7ff76abc86ab973965cd21c7d551 diff --git a/metadata/md5-cache/net-misc/youtube-dl-2019.03.18 b/metadata/md5-cache/net-misc/youtube-dl-2019.03.18 index c18935611ac6..12947963a9e0 100644 --- a/metadata/md5-cache/net-misc/youtube-dl-2019.03.18 +++ b/metadata/md5-cache/net-misc/youtube-dl-2019.03.18 @@ -5,7 +5,7 @@ DESCRIPTION=Download videos from YouTube.com (and more sites...) EAPI=7 HOMEPAGE=https://rg3.github.com/youtube-dl/ IUSE=python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 python_targets_python3_7 -KEYWORDS=~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris +KEYWORDS=amd64 arm ~arm64 hppa ppc ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris LICENSE=public-domain RDEPEND=dev-python/setuptools[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] || ( dev-python/pycryptodome[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] dev-python/pycrypto[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-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_4? ( dev-lang/python:3.4 ) 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_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 python_targets_python3_7 ) @@ -13,4 +13,4 @@ RESTRICT=test SLOT=0 SRC_URI=https://youtube-dl.org/downloads/2019.03.18/youtube-dl-2019.03.18.tar.gz _eclasses_=bash-completion-r1 47a7402d95930413ce25ba8d857339bb distutils-r1 30044897f9a75ab6414bdb19aa3c07d4 multibuild 40fe59465edacd730c644ec2bc197809 multilib b2f01ad412baf81650c23fcf0975fa33 multiprocessing cac3169468f893670dac3e7cb940e045 python-r1 ce1cd23cfdc1848e8e32743efe34f299 python-utils-r1 12114a2a9aab35b93efc037a196b3234 readme.gentoo-r1 22ae82e140bdd95d17a34fd5fd733190 toolchain-funcs b45201c4e6c096b98e250336954e64b9 -_md5_=a247cd4592a786616a1d9bb97a026ae4 +_md5_=add3ae47fe0b271fbbf2b11491b3d7d3 diff --git a/metadata/md5-cache/net-proxy/Manifest.gz b/metadata/md5-cache/net-proxy/Manifest.gz index 4940ab89f850..f55c38dea6da 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/shadowsocks-libev-3.2.3 b/metadata/md5-cache/net-proxy/shadowsocks-libev-3.2.3 deleted file mode 100644 index ea9ccd85be2b..000000000000 --- a/metadata/md5-cache/net-proxy/shadowsocks-libev-3.2.3 +++ /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.3.tar.gz -> shadowsocks-libev-3.2.3.tar.gz -_eclasses_=autotools 1bf086cdd7356f5c9a4acd9727bd2065 desktop b1d22ac8bdd4679ab79c71aca235009d epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 libtool f143db5a74ccd9ca28c1234deffede96 ltprune 2729691420b6deeda2a90b1f1183fb55 multilib b2f01ad412baf81650c23fcf0975fa33 preserve-libs ef207dc62baddfddfd39a164d9797648 systemd 71fd8d2065d102753fb9e4d20eaf3e9f toolchain-funcs b45201c4e6c096b98e250336954e64b9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf -_md5_=f729929822b0b6e15c610c0975d6ec9a diff --git a/metadata/md5-cache/net-wireless/Manifest.gz b/metadata/md5-cache/net-wireless/Manifest.gz index 9f343df6dced..0f66f6d18e7b 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/kismet-9999 b/metadata/md5-cache/net-wireless/kismet-9999 index f5ca62ffe576..40478c4e2d8f 100644 --- a/metadata/md5-cache/net-wireless/kismet-9999 +++ b/metadata/md5-cache/net-wireless/kismet-9999 @@ -9,4 +9,4 @@ RDEPEND=python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) >=dev-lang/ RESTRICT=strip SLOT=0/9999 _eclasses_=autotools 1bf086cdd7356f5c9a4acd9727bd2065 desktop b1d22ac8bdd4679ab79c71aca235009d epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 git-r3 0d4635eeb5a96cd5315597a47eba25c9 libtool f143db5a74ccd9ca28c1234deffede96 ltprune 2729691420b6deeda2a90b1f1183fb55 multilib b2f01ad412baf81650c23fcf0975fa33 preserve-libs ef207dc62baddfddfd39a164d9797648 python-single-r1 3a0fc81f484bfdbd9c2b7448015a36e4 python-utils-r1 12114a2a9aab35b93efc037a196b3234 toolchain-funcs b45201c4e6c096b98e250336954e64b9 user 8bd74731cafdcdad8f7a63637302e073 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf -_md5_=7e1e1e813f3aae3e2597445d5046b611 +_md5_=1567af8c44eb8e848952333c7380fc2b diff --git a/metadata/md5-cache/net-wireless/ubertooth-2018.08.1 b/metadata/md5-cache/net-wireless/ubertooth-2018.08.1 index 5889ca1689ca..d304293500d8 100644 --- a/metadata/md5-cache/net-wireless/ubertooth-2018.08.1 +++ b/metadata/md5-cache/net-wireless/ubertooth-2018.08.1 @@ -10,4 +10,4 @@ RDEPEND=bluez? ( net-wireless/bluez:= ) >=net-libs/libbtbb-2018.08.1:=[static-li SLOT=0 SRC_URI=https://github.com/greatscottgadgets/ubertooth/releases/download/2018-08-R1/ubertooth-2018-08-R1.tar.xz _eclasses_=cmake-utils ab10bd85e5d38e2a32077bcd91faa1b6 desktop b1d22ac8bdd4679ab79c71aca235009d epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic a09389deba2c0a7108b581e02c7cecbf ltprune 2729691420b6deeda2a90b1f1183fb55 multilib b2f01ad412baf81650c23fcf0975fa33 multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs b45201c4e6c096b98e250336954e64b9 udev 7752f306eec7b286d00bdb47b763e7ac vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf xdg-utils 14d00d009167652b1fa363e55effe213 -_md5_=4455f7e4254d7bd638fe5f44be7e9909 +_md5_=68223435dd6308a49b4a9b23147e7f8f diff --git a/metadata/md5-cache/net-wireless/ubertooth-2017.03.2-r1 b/metadata/md5-cache/net-wireless/ubertooth-2018.12.1 similarity index 76% rename from metadata/md5-cache/net-wireless/ubertooth-2017.03.2-r1 rename to metadata/md5-cache/net-wireless/ubertooth-2018.12.1 index d6eca126f259..b957a83c6bf0 100644 --- a/metadata/md5-cache/net-wireless/ubertooth-2017.03.2-r1 +++ b/metadata/md5-cache/net-wireless/ubertooth-2018.12.1 @@ -1,13 +1,13 @@ DEFINED_PHASES=compile configure install prepare test -DEPEND=bluez? ( net-wireless/bluez:= ) >=net-libs/libbtbb-2017.03.2:=[static-libs?] static-libs? ( dev-libs/libusb[static-libs] ) virtual/libusb:1= sys-devel/make >=dev-util/cmake-3.9.6 virtual/pkgconfig +DEPEND=bluez? ( net-wireless/bluez:= ) >=net-libs/libbtbb-2018.12.1:=[static-libs?] static-libs? ( dev-libs/libusb[static-libs] ) virtual/libusb:1= sys-devel/make >=dev-util/cmake-3.9.6 virtual/pkgconfig DESCRIPTION=open source wireless development platform suitable for Bluetooth experimentation EAPI=6 HOMEPAGE=http://ubertooth.sourceforge.net/ IUSE=+bluez static-libs +ubertooth1-firmware +udev KEYWORDS=~amd64 ~arm ~x86 LICENSE=GPL-2 -RDEPEND=bluez? ( net-wireless/bluez:= ) >=net-libs/libbtbb-2017.03.2:=[static-libs?] static-libs? ( dev-libs/libusb[static-libs] ) virtual/libusb:1= udev? ( virtual/udev ) +RDEPEND=bluez? ( net-wireless/bluez:= ) >=net-libs/libbtbb-2018.12.1:=[static-libs?] static-libs? ( dev-libs/libusb[static-libs] ) virtual/libusb:1= udev? ( virtual/udev ) SLOT=0 -SRC_URI=https://github.com/greatscottgadgets/ubertooth/releases/download/2017-03-R2/ubertooth-2017-03-R2.tar.xz +SRC_URI=https://github.com/greatscottgadgets/ubertooth/releases/download/2018-12-R1/ubertooth-2018-12-R1.tar.xz _eclasses_=cmake-utils ab10bd85e5d38e2a32077bcd91faa1b6 desktop b1d22ac8bdd4679ab79c71aca235009d epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic a09389deba2c0a7108b581e02c7cecbf ltprune 2729691420b6deeda2a90b1f1183fb55 multilib b2f01ad412baf81650c23fcf0975fa33 multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs b45201c4e6c096b98e250336954e64b9 udev 7752f306eec7b286d00bdb47b763e7ac vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf xdg-utils 14d00d009167652b1fa363e55effe213 -_md5_=4455f7e4254d7bd638fe5f44be7e9909 +_md5_=68223435dd6308a49b4a9b23147e7f8f diff --git a/metadata/md5-cache/net-wireless/ubertooth-9999 b/metadata/md5-cache/net-wireless/ubertooth-9999 index ea6705d9a0c8..37051e5b9d48 100644 --- a/metadata/md5-cache/net-wireless/ubertooth-9999 +++ b/metadata/md5-cache/net-wireless/ubertooth-9999 @@ -8,4 +8,4 @@ LICENSE=GPL-2 RDEPEND=bluez? ( net-wireless/bluez:= ) >=net-libs/libbtbb-9999:=[static-libs?] static-libs? ( dev-libs/libusb[static-libs] ) virtual/libusb:1= udev? ( virtual/udev ) SLOT=0 _eclasses_=cmake-utils ab10bd85e5d38e2a32077bcd91faa1b6 desktop b1d22ac8bdd4679ab79c71aca235009d epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic a09389deba2c0a7108b581e02c7cecbf git-r3 0d4635eeb5a96cd5315597a47eba25c9 ltprune 2729691420b6deeda2a90b1f1183fb55 multilib b2f01ad412baf81650c23fcf0975fa33 multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs b45201c4e6c096b98e250336954e64b9 udev 7752f306eec7b286d00bdb47b763e7ac vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf xdg-utils 14d00d009167652b1fa363e55effe213 -_md5_=4455f7e4254d7bd638fe5f44be7e9909 +_md5_=68223435dd6308a49b4a9b23147e7f8f diff --git a/metadata/md5-cache/sys-apps/Manifest.gz b/metadata/md5-cache/sys-apps/Manifest.gz index 803d21d16667..5dfd54eb20fe 100644 Binary files a/metadata/md5-cache/sys-apps/Manifest.gz and b/metadata/md5-cache/sys-apps/Manifest.gz differ diff --git a/metadata/md5-cache/sys-apps/iproute2-5.0.0 b/metadata/md5-cache/sys-apps/iproute2-5.0.0 new file mode 100644 index 000000000000..3b4cc740870c --- /dev/null +++ b/metadata/md5-cache/sys-apps/iproute2-5.0.0 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install prepare +DEPEND=!net-misc/arpd dev-libs/libbsd !minimal? ( net-libs/libmnl ) caps? ( sys-libs/libcap ) elf? ( virtual/libelf ) iptables? ( >=net-firewall/iptables-1.4.20:= ) berkdb? ( sys-libs/db:= ) atm? ( net-dialup/linux-atm ) selinux? ( sys-libs/libselinux ) app-arch/xz-utils iptables? ( virtual/pkgconfig ) >=sys-devel/bison-2.4 sys-devel/flex >=sys-kernel/linux-headers-3.16 virtual/pkgconfig elibc_glibc? ( >=sys-libs/glibc-2.7 ) +DESCRIPTION=kernel routing and traffic control utilities +EAPI=6 +HOMEPAGE=https://wiki.linuxfoundation.org/networking/iproute2 +IUSE=atm berkdb caps elf +iptables ipv6 minimal selinux +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 +LICENSE=GPL-2 +RDEPEND=!net-misc/arpd dev-libs/libbsd !minimal? ( net-libs/libmnl ) caps? ( sys-libs/libcap ) elf? ( virtual/libelf ) iptables? ( >=net-firewall/iptables-1.4.20:= ) berkdb? ( sys-libs/db:= ) atm? ( net-dialup/linux-atm ) selinux? ( sys-libs/libselinux ) +SLOT=0 +SRC_URI=mirror://kernel/linux/utils/net/iproute2/iproute2-5.0.0.tar.xz +_eclasses_=desktop b1d22ac8bdd4679ab79c71aca235009d epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic a09389deba2c0a7108b581e02c7cecbf ltprune 2729691420b6deeda2a90b1f1183fb55 multilib b2f01ad412baf81650c23fcf0975fa33 preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs b45201c4e6c096b98e250336954e64b9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf +_md5_=d610f0c75391ef037f4222a9c1337b67 diff --git a/metadata/md5-cache/sys-apps/iproute2-9999 b/metadata/md5-cache/sys-apps/iproute2-9999 index 33f2a49934af..7af8d7d215a4 100644 --- a/metadata/md5-cache/sys-apps/iproute2-9999 +++ b/metadata/md5-cache/sys-apps/iproute2-9999 @@ -1,11 +1,11 @@ DEFINED_PHASES=compile configure install prepare unpack -DEPEND=!net-misc/arpd !minimal? ( net-libs/libmnl ) caps? ( sys-libs/libcap ) elf? ( virtual/libelf ) iptables? ( >=net-firewall/iptables-1.4.20:= ) berkdb? ( sys-libs/db:= ) atm? ( net-dialup/linux-atm ) selinux? ( sys-libs/libselinux ) app-arch/xz-utils iptables? ( virtual/pkgconfig ) >=sys-devel/bison-2.4 sys-devel/flex >=sys-kernel/linux-headers-3.16 elibc_glibc? ( >=sys-libs/glibc-2.7 ) >=dev-vcs/git-1.8.2.1[curl] +DEPEND=!net-misc/arpd dev-libs/libbsd !minimal? ( net-libs/libmnl ) caps? ( sys-libs/libcap ) elf? ( virtual/libelf ) iptables? ( >=net-firewall/iptables-1.4.20:= ) berkdb? ( sys-libs/db:= ) atm? ( net-dialup/linux-atm ) selinux? ( sys-libs/libselinux ) app-arch/xz-utils iptables? ( virtual/pkgconfig ) >=sys-devel/bison-2.4 sys-devel/flex >=sys-kernel/linux-headers-3.16 virtual/pkgconfig elibc_glibc? ( >=sys-libs/glibc-2.7 ) >=dev-vcs/git-1.8.2.1[curl] DESCRIPTION=kernel routing and traffic control utilities EAPI=6 HOMEPAGE=https://wiki.linuxfoundation.org/networking/iproute2 -IUSE=atm caps berkdb elf +iptables ipv6 minimal selinux +IUSE=atm berkdb caps elf +iptables ipv6 minimal selinux LICENSE=GPL-2 -RDEPEND=!net-misc/arpd !minimal? ( net-libs/libmnl ) caps? ( sys-libs/libcap ) elf? ( virtual/libelf ) iptables? ( >=net-firewall/iptables-1.4.20:= ) berkdb? ( sys-libs/db:= ) atm? ( net-dialup/linux-atm ) selinux? ( sys-libs/libselinux ) +RDEPEND=!net-misc/arpd dev-libs/libbsd !minimal? ( net-libs/libmnl ) caps? ( sys-libs/libcap ) elf? ( virtual/libelf ) iptables? ( >=net-firewall/iptables-1.4.20:= ) berkdb? ( sys-libs/db:= ) atm? ( net-dialup/linux-atm ) selinux? ( sys-libs/libselinux ) SLOT=0 _eclasses_=desktop b1d22ac8bdd4679ab79c71aca235009d epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic a09389deba2c0a7108b581e02c7cecbf git-r3 0d4635eeb5a96cd5315597a47eba25c9 ltprune 2729691420b6deeda2a90b1f1183fb55 multilib b2f01ad412baf81650c23fcf0975fa33 preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs b45201c4e6c096b98e250336954e64b9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf -_md5_=6adb16a788b8a98d8f3593d8012ff236 +_md5_=d610f0c75391ef037f4222a9c1337b67 diff --git a/metadata/md5-cache/sys-apps/portage-2.3.62-r1 b/metadata/md5-cache/sys-apps/portage-2.3.62-r1 new file mode 100644 index 000000000000..20db12567d7b --- /dev/null +++ b/metadata/md5-cache/sys-apps/portage-2.3.62-r1 @@ -0,0 +1,15 @@ +DEFINED_PHASES=compile configure install preinst prepare pretend setup test +DEPEND=!build? ( python_targets_pypy? ( >=virtual/pypy-5:0=[ssl(+)] ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[ssl(+)] ) python_targets_python3_4? ( dev-lang/python:3.4[ssl(+)] ) python_targets_python3_5? ( dev-lang/python:3.5[ssl(+)] ) python_targets_python3_6? ( dev-lang/python:3.6[ssl(+)] ) python_targets_python3_7? ( dev-lang/python:3.7[ssl(+)] ) ) >=app-arch/tar-1.27 dev-lang/python-exec:2 >=sys-apps/sed-4.0.5 sys-devel/patch doc? ( app-text/xmlto ~app-text/docbook-xml-dtd-4.4 ) epydoc? ( >=dev-python/epydoc-2.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) python_targets_pypy? ( >=virtual/pypy-5:0=[bzip2(+),threads(+)] ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[bzip2(+),threads(+)] ) python_targets_python3_4? ( dev-lang/python:3.4[bzip2(+),threads(+)] ) python_targets_python3_5? ( dev-lang/python:3.5[bzip2(+),threads(+)] ) python_targets_python3_6? ( dev-lang/python:3.6[bzip2(+),threads(+)] ) python_targets_python3_7? ( dev-lang/python:3.7[bzip2(+),threads(+)] ) >=dev-lang/python-exec-2:=[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,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_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] virtual/pkgconfig +DESCRIPTION=Portage is the package management and distribution system for Gentoo +EAPI=5 +HOMEPAGE=https://wiki.gentoo.org/wiki/Project:Portage +IUSE=build doc epydoc gentoo-dev +ipc +native-extensions +rsync-verify selinux xattr python_targets_pypy python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 python_targets_python3_7 kernel_linux +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-fbsd +LICENSE=GPL-2 +PDEPEND=!build? ( >=net-misc/rsync-2.6.4 userland_GNU? ( >=sys-apps/coreutils-6.4 ) ) +RDEPEND=>=app-arch/tar-1.27 dev-lang/python-exec:2 !build? ( >=sys-apps/sed-4.0.5 app-shells/bash:0[readline] >=app-admin/eselect-1.2 python_targets_pypy? ( dev-python/pyblake2[python_targets_pypy(-)?,-python_single_target_pypy(-),python_targets_python2_7(-)?,-python_single_target_python2_7(-),python_targets_python3_4(-)?,-python_single_target_python3_4(-),python_targets_python3_5(-)?,-python_single_target_python3_5(-)] ) python_targets_python2_7? ( dev-python/pyblake2[python_targets_pypy(-)?,-python_single_target_pypy(-),python_targets_python2_7(-)?,-python_single_target_python2_7(-),python_targets_python3_4(-)?,-python_single_target_python3_4(-),python_targets_python3_5(-)?,-python_single_target_python3_5(-)] ) python_targets_python3_4? ( dev-python/pyblake2[python_targets_pypy(-)?,-python_single_target_pypy(-),python_targets_python2_7(-)?,-python_single_target_python2_7(-),python_targets_python3_4(-)?,-python_single_target_python3_4(-),python_targets_python3_5(-)?,-python_single_target_python3_5(-)] ) python_targets_python3_5? ( dev-python/pyblake2[python_targets_pypy(-)?,-python_single_target_pypy(-),python_targets_python2_7(-)?,-python_single_target_python2_7(-),python_targets_python3_4(-)?,-python_single_target_python3_4(-),python_targets_python3_5(-)?,-python_single_target_python3_5(-)] ) rsync-verify? ( >=app-portage/gemato-14[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,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_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] >=app-crypt/openpgp-keys-gentoo-release-20180706 >=app-crypt/gnupg-2.2.4-r2[ssl(-)] ) ) elibc_FreeBSD? ( sys-freebsd/freebsd-bin ) elibc_glibc? ( >=sys-apps/sandbox-2.2 ) elibc_musl? ( >=sys-apps/sandbox-2.2 ) elibc_uclibc? ( >=sys-apps/sandbox-2.2 ) kernel_linux? ( sys-apps/util-linux ) >=app-misc/pax-utils-0.1.17 selinux? ( >=sys-libs/libselinux-2.0.94[python,python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,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_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] ) xattr? ( kernel_linux? ( >=sys-apps/install-xattr-0.3 python_targets_pypy? ( dev-python/pyxattr[python_targets_pypy(-)?,-python_single_target_pypy(-),python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) python_targets_python2_7? ( dev-python/pyxattr[python_targets_pypy(-)?,-python_single_target_pypy(-),python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) ) ) !=virtual/pypy-5:0=[bzip2(+),threads(+)] ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[bzip2(+),threads(+)] ) python_targets_python3_4? ( dev-lang/python:3.4[bzip2(+),threads(+)] ) python_targets_python3_5? ( dev-lang/python:3.5[bzip2(+),threads(+)] ) python_targets_python3_6? ( dev-lang/python:3.6[bzip2(+),threads(+)] ) python_targets_python3_7? ( dev-lang/python:3.7[bzip2(+),threads(+)] ) >=dev-lang/python-exec-2:=[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,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_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] +REQUIRED_USE=epydoc? ( python_targets_python2_7 ) || ( python_targets_pypy python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 python_targets_python3_7 ) +SLOT=0 +SRC_URI=mirror://gentoo/portage-2.3.62.tar.bz2 https://dev.gentoo.org/~zmedico/portage/archives/portage-2.3.62.tar.bz2 +_eclasses_=desktop b1d22ac8bdd4679ab79c71aca235009d distutils-r1 30044897f9a75ab6414bdb19aa3c07d4 eapi7-ver 756b3f27d8e46131d5cf3c51bd876446 epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 linux-info 953c3b1c472dcadbf62098a9301327f2 ltprune 2729691420b6deeda2a90b1f1183fb55 multibuild 40fe59465edacd730c644ec2bc197809 multilib b2f01ad412baf81650c23fcf0975fa33 multiprocessing cac3169468f893670dac3e7cb940e045 prefix e51c7882b7b721e54e684f7eb143cbfe preserve-libs ef207dc62baddfddfd39a164d9797648 python-r1 ce1cd23cfdc1848e8e32743efe34f299 python-utils-r1 12114a2a9aab35b93efc037a196b3234 systemd 71fd8d2065d102753fb9e4d20eaf3e9f toolchain-funcs b45201c4e6c096b98e250336954e64b9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf xdg-utils 14d00d009167652b1fa363e55effe213 +_md5_=7137457edeb43e1ca46acc35f3c7c372 diff --git a/metadata/md5-cache/sys-auth/Manifest.gz b/metadata/md5-cache/sys-auth/Manifest.gz index c6aea16f5a01..425494ab7922 100644 Binary files a/metadata/md5-cache/sys-auth/Manifest.gz and b/metadata/md5-cache/sys-auth/Manifest.gz differ diff --git a/metadata/md5-cache/sys-auth/elogind-239.4 b/metadata/md5-cache/sys-auth/elogind-239.4 new file mode 100644 index 000000000000..ba5102913430 --- /dev/null +++ b/metadata/md5-cache/sys-auth/elogind-239.4 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install postinst prepare setup test +DEPEND=sys-apps/util-linux sys-libs/libcap virtual/libudev:= acl? ( sys-apps/acl ) pam? ( virtual/pam ) selinux? ( sys-libs/libselinux ) app-text/docbook-xml-dtd:4.2 app-text/docbook-xml-dtd:4.5 app-text/docbook-xsl-stylesheets dev-util/gperf dev-util/intltool sys-devel/libtool virtual/pkgconfig >=dev-util/meson-0.48.2 >=dev-util/ninja-1.7.2 virtual/pkgconfig +DESCRIPTION=The systemd project's logind, extracted to a standalone package +EAPI=6 +HOMEPAGE=https://github.com/elogind/elogind +IUSE=+acl debug doc +pam +policykit selinux kernel_linux +KEYWORDS=~amd64 ~arm ~arm64 ~x86 +LICENSE=CC0-1.0 LGPL-2.1+ public-domain +PDEPEND=sys-apps/dbus policykit? ( sys-auth/polkit ) +RDEPEND=sys-apps/util-linux sys-libs/libcap virtual/libudev:= acl? ( sys-apps/acl ) pam? ( virtual/pam ) selinux? ( sys-libs/libselinux ) !sys-apps/systemd +SLOT=0 +SRC_URI=https://github.com/elogind/elogind/archive/v239.4.tar.gz -> elogind-239.4.tar.gz +_eclasses_=desktop b1d22ac8bdd4679ab79c71aca235009d eapi7-ver 756b3f27d8e46131d5cf3c51bd876446 epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic a09389deba2c0a7108b581e02c7cecbf linux-info 953c3b1c472dcadbf62098a9301327f2 ltprune 2729691420b6deeda2a90b1f1183fb55 meson e53acc5913e5581a8a71be22731d8f36 multilib b2f01ad412baf81650c23fcf0975fa33 multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f pam 3e788d86170dfcd5b06824d898315e18 preserve-libs ef207dc62baddfddfd39a164d9797648 python-utils-r1 12114a2a9aab35b93efc037a196b3234 toolchain-funcs b45201c4e6c096b98e250336954e64b9 udev 7752f306eec7b286d00bdb47b763e7ac vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf xdg-utils 14d00d009167652b1fa363e55effe213 +_md5_=4ae79f0d6ceac7b09aa2b1658284ab89 diff --git a/metadata/md5-cache/sys-cluster/Manifest.gz b/metadata/md5-cache/sys-cluster/Manifest.gz index fbd992fa8ca9..c2f489d1352b 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/ceph-14.2.0 b/metadata/md5-cache/sys-cluster/ceph-14.2.0 new file mode 100644 index 000000000000..093b4b1d9737 --- /dev/null +++ b/metadata/md5-cache/sys-cluster/ceph-14.2.0 @@ -0,0 +1,16 @@ +BDEPEND=app-arch/cpio >=dev-util/cmake-3.5.0 dev-util/gperf dev-util/valgrind sys-apps/which sys-devel/bc virtual/pkgconfig dev-util/ninja >=dev-util/cmake-3.9.6 virtual/pkgconfig virtual/pkgconfig +DEFINED_PHASES=compile configure install postinst prepare pretend setup test +DEPEND=virtual/libudev:= app-arch/bzip2:=[static-libs?] app-arch/lz4:=[static-libs?] app-arch/snappy:=[static-libs?] app-arch/zstd:=[static-libs?] app-misc/jq:=[static-libs?] dev-libs/crypto++:=[static-libs?] dev-libs/leveldb:=[snappy,static-libs?,tcmalloc?] dev-libs/libaio:=[static-libs?] dev-libs/libxml2:=[static-libs?] dev-libs/nss:= sys-auth/oath-toolkit:= sys-apps/keyutils:=[static-libs?] sys-apps/util-linux:=[static-libs?] sys-libs/ncurses:0=[static-libs?] sys-libs/zlib:=[static-libs?] babeltrace? ( dev-util/babeltrace ) ldap? ( net-nds/openldap:=[static-libs?] ) lttng? ( dev-util/lttng-ust:= ) fuse? ( sys-fs/fuse:0=[static-libs?] ) kerberos? ( virtual/krb5 ) rabbitmq? ( net-libs/rabbitmq-c:=[static-libs?] ) ssl? ( dev-libs/openssl:=[static-libs?] ) xfs? ( sys-fs/xfsprogs:=[static-libs?] ) zfs? ( sys-fs/zfs:=[static-libs?] ) radosgw? ( dev-libs/expat:=[static-libs?] dev-libs/openssl:=[static-libs?] net-misc/curl:=[curl_ssl_openssl,static-libs?] ) system-boost? ( >=dev-libs/boost-1.67:=[threads,context,python,static-libs?,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(-)] ) jemalloc? ( dev-libs/jemalloc:=[static-libs?] ) !jemalloc? ( >=dev-util/google-perftools-2.4:=[static-libs?] ) 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(-)] amd64? ( dev-lang/yasm ) x86? ( dev-lang/yasm ) dev-python/cython[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/sphinx dev-util/cunit test? ( dev-python/coverage[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/tox[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/virtualenv[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(-)] sys-apps/grep[pcre] sys-fs/btrfs-progs ) +DESCRIPTION=Ceph distributed filesystem +EAPI=7 +HOMEPAGE=https://ceph.com/ +IUSE=babeltrace cephfs dpdk fuse grafana jemalloc kerberos ldap lttng +mgr rabbitmq +radosgw +ssl static-libs +system-boost systemd +tcmalloc test xfs zfs cpu_flags_x86_sse cpu_flags_x86_sse2 cpu_flags_x86_sse3 cpu_flags_x86_sse4_1 cpu_flags_x86_sse4_2 cpu_flags_x86_ssse3 python_targets_python2_7 python_targets_python3_5 python_targets_python3_6 python_targets_python3_7 +KEYWORDS=~amd64 ~x86 +LICENSE=LGPL-2.1 CC-BY-SA-3.0 GPL-2 BSD Boost-1.0 MIT +RDEPEND=virtual/libudev:= app-arch/bzip2:=[static-libs?] app-arch/lz4:=[static-libs?] app-arch/snappy:=[static-libs?] app-arch/zstd:=[static-libs?] app-misc/jq:=[static-libs?] dev-libs/crypto++:=[static-libs?] dev-libs/leveldb:=[snappy,static-libs?,tcmalloc?] dev-libs/libaio:=[static-libs?] dev-libs/libxml2:=[static-libs?] dev-libs/nss:= sys-auth/oath-toolkit:= sys-apps/keyutils:=[static-libs?] sys-apps/util-linux:=[static-libs?] sys-libs/ncurses:0=[static-libs?] sys-libs/zlib:=[static-libs?] babeltrace? ( dev-util/babeltrace ) ldap? ( net-nds/openldap:=[static-libs?] ) lttng? ( dev-util/lttng-ust:= ) fuse? ( sys-fs/fuse:0=[static-libs?] ) kerberos? ( virtual/krb5 ) rabbitmq? ( net-libs/rabbitmq-c:=[static-libs?] ) ssl? ( dev-libs/openssl:=[static-libs?] ) xfs? ( sys-fs/xfsprogs:=[static-libs?] ) zfs? ( sys-fs/zfs:=[static-libs?] ) radosgw? ( dev-libs/expat:=[static-libs?] dev-libs/openssl:=[static-libs?] net-misc/curl:=[curl_ssl_openssl,static-libs?] ) system-boost? ( >=dev-libs/boost-1.67:=[threads,context,python,static-libs?,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(-)] ) jemalloc? ( dev-libs/jemalloc:=[static-libs?] ) !jemalloc? ( >=dev-util/google-perftools-2.4:=[static-libs?] ) 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(-)] net-misc/socat sys-apps/gptfdisk sys-block/parted sys-fs/cryptsetup sys-fs/lvm2 !=sys-fs/fuse-2.7.0:0 ) georeplication? ( 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_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-),python_single_target_python2_7(+)] ) infiniband? ( sys-fabric/libibverbs:* sys-fabric/librdmacm:* ) libtirpc? ( net-libs/libtirpc:= ) !libtirpc? ( elibc_glibc? ( sys-libs/glibc[rpc(-)] ) ) qemu-block? ( dev-libs/glib:2 ) systemtap? ( dev-util/systemtap ) tiering? ( dev-db/sqlite:3 ) xml? ( dev-libs/libxml2 ) sys-libs/readline:= dev-libs/libaio !libressl? ( dev-libs/openssl:=[-bindist] ) libressl? ( dev-libs/libressl:= ) dev-libs/userspace-rcu:= net-libs/rpcsvc-proto sys-apps/util-linux REQUIRED_USE=georeplication? ( python_targets_python2_7 ) glupy? ( python_targets_python2_7 ) ipv6? ( libtirpc ) @@ -13,4 +13,4 @@ RESTRICT=test SLOT=0 SRC_URI=https://download.gluster.org/pub/gluster/glusterfs/4.1/4.1.5/glusterfs-4.1.5.tar.gz _eclasses_=autotools 1bf086cdd7356f5c9a4acd9727bd2065 elisp-common 23f47b2e1de7abf387105eddd1318738 libtool f143db5a74ccd9ca28c1234deffede96 multilib b2f01ad412baf81650c23fcf0975fa33 python-single-r1 3a0fc81f484bfdbd9c2b7448015a36e4 python-utils-r1 12114a2a9aab35b93efc037a196b3234 systemd 71fd8d2065d102753fb9e4d20eaf3e9f toolchain-funcs b45201c4e6c096b98e250336954e64b9 user 8bd74731cafdcdad8f7a63637302e073 -_md5_=db6d3d2d02267418e7aa2ab97ad343c9 +_md5_=eb142baf28c883f30486cf44ffcabec1 diff --git a/metadata/md5-cache/sys-kernel/Manifest.gz b/metadata/md5-cache/sys-kernel/Manifest.gz index fe30c34f8b43..56bd1be1c2b8 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.107 b/metadata/md5-cache/sys-kernel/gentoo-sources-4.14.107 new file mode 100644 index 000000000000..2862b0ab1a8b --- /dev/null +++ b/metadata/md5-cache/sys-kernel/gentoo-sources-4.14.107 @@ -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.107 +SRC_URI=mirror://kernel/linux/kernel/v4.x/linux-4.14.tar.xz mirror://gentoo/genpatches-4.14-114.base.tar.xz mirror://gentoo/genpatches-4.14-114.extras.tar.xz experimental? ( mirror://gentoo/genpatches-4.14-114.experimental.tar.xz ) +_eclasses_=eapi7-ver 756b3f27d8e46131d5cf3c51bd876446 estack 43ddf5aaffa7a8d0482df54d25a66a1f kernel-2 b2fdd65b5edb72d87dedaa82df19553c multilib b2f01ad412baf81650c23fcf0975fa33 python-any-r1 4900ae970f827a22d33d41bd8b8f9ace python-utils-r1 12114a2a9aab35b93efc037a196b3234 toolchain-funcs b45201c4e6c096b98e250336954e64b9 +_md5_=e3d2c6a337784304992a55341e127dba diff --git a/metadata/md5-cache/sys-kernel/gentoo-sources-4.19.30 b/metadata/md5-cache/sys-kernel/gentoo-sources-4.19.30 new file mode 100644 index 000000000000..ffd0843107ff --- /dev/null +++ b/metadata/md5-cache/sys-kernel/gentoo-sources-4.19.30 @@ -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.30 +SRC_URI=mirror://kernel/linux/kernel/v4.x/linux-4.19.tar.xz mirror://gentoo/genpatches-4.19-31.base.tar.xz mirror://gentoo/genpatches-4.19-31.extras.tar.xz experimental? ( mirror://gentoo/genpatches-4.19-31.experimental.tar.xz ) +_eclasses_=eapi7-ver 756b3f27d8e46131d5cf3c51bd876446 estack 43ddf5aaffa7a8d0482df54d25a66a1f kernel-2 b2fdd65b5edb72d87dedaa82df19553c multilib b2f01ad412baf81650c23fcf0975fa33 python-any-r1 4900ae970f827a22d33d41bd8b8f9ace python-utils-r1 12114a2a9aab35b93efc037a196b3234 toolchain-funcs b45201c4e6c096b98e250336954e64b9 +_md5_=ca1fa10bea5020600318122b2f1bb213 diff --git a/metadata/md5-cache/sys-kernel/gentoo-sources-4.20.17 b/metadata/md5-cache/sys-kernel/gentoo-sources-4.20.17 new file mode 100644 index 000000000000..c586840c0090 --- /dev/null +++ b/metadata/md5-cache/sys-kernel/gentoo-sources-4.20.17 @@ -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.20 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.20.17 +SRC_URI=mirror://kernel/linux/kernel/v4.x/linux-4.20.tar.xz mirror://gentoo/genpatches-4.20-18.base.tar.xz mirror://gentoo/genpatches-4.20-18.extras.tar.xz experimental? ( mirror://gentoo/genpatches-4.20-18.experimental.tar.xz ) +_eclasses_=eapi7-ver 756b3f27d8e46131d5cf3c51bd876446 estack 43ddf5aaffa7a8d0482df54d25a66a1f kernel-2 b2fdd65b5edb72d87dedaa82df19553c multilib b2f01ad412baf81650c23fcf0975fa33 python-any-r1 4900ae970f827a22d33d41bd8b8f9ace python-utils-r1 12114a2a9aab35b93efc037a196b3234 toolchain-funcs b45201c4e6c096b98e250336954e64b9 +_md5_=c9c065d75394000074068bf776075a33 diff --git a/metadata/md5-cache/sys-kernel/gentoo-sources-4.9.164 b/metadata/md5-cache/sys-kernel/gentoo-sources-4.9.164 new file mode 100644 index 000000000000..3234043a9803 --- /dev/null +++ b/metadata/md5-cache/sys-kernel/gentoo-sources-4.9.164 @@ -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.9 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 linux-firmware +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.9.164 +SRC_URI=mirror://kernel/linux/kernel/v4.x/linux-4.9.tar.xz mirror://gentoo/genpatches-4.9-167.base.tar.xz mirror://gentoo/genpatches-4.9-167.extras.tar.xz experimental? ( mirror://gentoo/genpatches-4.9-167.experimental.tar.xz ) +_eclasses_=eapi7-ver 756b3f27d8e46131d5cf3c51bd876446 estack 43ddf5aaffa7a8d0482df54d25a66a1f kernel-2 b2fdd65b5edb72d87dedaa82df19553c multilib b2f01ad412baf81650c23fcf0975fa33 python-any-r1 4900ae970f827a22d33d41bd8b8f9ace python-utils-r1 12114a2a9aab35b93efc037a196b3234 toolchain-funcs b45201c4e6c096b98e250336954e64b9 +_md5_=d48049c61fbdcd8830a2ec1c8a6ccc20 diff --git a/metadata/md5-cache/sys-kernel/gentoo-sources-5.0.3 b/metadata/md5-cache/sys-kernel/gentoo-sources-5.0.3 new file mode 100644 index 000000000000..12503d715b43 --- /dev/null +++ b/metadata/md5-cache/sys-kernel/gentoo-sources-5.0.3 @@ -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.0 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.0.3 +SRC_URI=mirror://kernel/linux/kernel/v5.x/linux-5.0.tar.xz mirror://gentoo/genpatches-5.0-4.base.tar.xz mirror://gentoo/genpatches-5.0-4.extras.tar.xz experimental? ( mirror://gentoo/genpatches-5.0-4.experimental.tar.xz ) +_eclasses_=eapi7-ver 756b3f27d8e46131d5cf3c51bd876446 estack 43ddf5aaffa7a8d0482df54d25a66a1f kernel-2 b2fdd65b5edb72d87dedaa82df19553c multilib b2f01ad412baf81650c23fcf0975fa33 python-any-r1 4900ae970f827a22d33d41bd8b8f9ace python-utils-r1 12114a2a9aab35b93efc037a196b3234 toolchain-funcs b45201c4e6c096b98e250336954e64b9 +_md5_=a3ee279fec232af8b61c6643ae0df398 diff --git a/metadata/md5-cache/sys-kernel/vanilla-sources-4.14.106 b/metadata/md5-cache/sys-kernel/vanilla-sources-4.14.107 similarity index 92% rename from metadata/md5-cache/sys-kernel/vanilla-sources-4.14.106 rename to metadata/md5-cache/sys-kernel/vanilla-sources-4.14.107 index 7f7d18272326..d651b5390572 100644 --- a/metadata/md5-cache/sys-kernel/vanilla-sources-4.14.106 +++ b/metadata/md5-cache/sys-kernel/vanilla-sources-4.14.107 @@ -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.106 -SRC_URI=mirror://kernel/linux/kernel/v4.x/patch-4.14.106.xz mirror://kernel/linux/kernel/v4.x/linux-4.14.tar.xz +SLOT=4.14.107 +SRC_URI=mirror://kernel/linux/kernel/v4.x/patch-4.14.107.xz mirror://kernel/linux/kernel/v4.x/linux-4.14.tar.xz _eclasses_=eapi7-ver 756b3f27d8e46131d5cf3c51bd876446 estack 43ddf5aaffa7a8d0482df54d25a66a1f kernel-2 b2fdd65b5edb72d87dedaa82df19553c multilib b2f01ad412baf81650c23fcf0975fa33 python-any-r1 4900ae970f827a22d33d41bd8b8f9ace python-utils-r1 12114a2a9aab35b93efc037a196b3234 toolchain-funcs b45201c4e6c096b98e250336954e64b9 _md5_=9e988693886cf9427c6bc538c9613582 diff --git a/metadata/md5-cache/sys-kernel/vanilla-sources-4.19.29 b/metadata/md5-cache/sys-kernel/vanilla-sources-4.19.30 similarity index 92% rename from metadata/md5-cache/sys-kernel/vanilla-sources-4.19.29 rename to metadata/md5-cache/sys-kernel/vanilla-sources-4.19.30 index 2daabcf274b9..c4e71aaa9a7d 100644 --- a/metadata/md5-cache/sys-kernel/vanilla-sources-4.19.29 +++ b/metadata/md5-cache/sys-kernel/vanilla-sources-4.19.30 @@ -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.29 -SRC_URI=mirror://kernel/linux/kernel/v4.x/patch-4.19.29.xz mirror://kernel/linux/kernel/v4.x/linux-4.19.tar.xz +SLOT=4.19.30 +SRC_URI=mirror://kernel/linux/kernel/v4.x/patch-4.19.30.xz mirror://kernel/linux/kernel/v4.x/linux-4.19.tar.xz _eclasses_=eapi7-ver 756b3f27d8e46131d5cf3c51bd876446 estack 43ddf5aaffa7a8d0482df54d25a66a1f kernel-2 b2fdd65b5edb72d87dedaa82df19553c multilib b2f01ad412baf81650c23fcf0975fa33 python-any-r1 4900ae970f827a22d33d41bd8b8f9ace python-utils-r1 12114a2a9aab35b93efc037a196b3234 toolchain-funcs b45201c4e6c096b98e250336954e64b9 _md5_=9e988693886cf9427c6bc538c9613582 diff --git a/metadata/md5-cache/sys-kernel/vanilla-sources-4.20.16 b/metadata/md5-cache/sys-kernel/vanilla-sources-4.20.17 similarity index 92% rename from metadata/md5-cache/sys-kernel/vanilla-sources-4.20.16 rename to metadata/md5-cache/sys-kernel/vanilla-sources-4.20.17 index 9cbc8c30c0ac..75cea925d9f1 100644 --- a/metadata/md5-cache/sys-kernel/vanilla-sources-4.20.16 +++ b/metadata/md5-cache/sys-kernel/vanilla-sources-4.20.17 @@ -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.20.16 -SRC_URI=mirror://kernel/linux/kernel/v4.x/patch-4.20.16.xz mirror://kernel/linux/kernel/v4.x/linux-4.20.tar.xz +SLOT=4.20.17 +SRC_URI=mirror://kernel/linux/kernel/v4.x/patch-4.20.17.xz mirror://kernel/linux/kernel/v4.x/linux-4.20.tar.xz _eclasses_=eapi7-ver 756b3f27d8e46131d5cf3c51bd876446 estack 43ddf5aaffa7a8d0482df54d25a66a1f kernel-2 b2fdd65b5edb72d87dedaa82df19553c multilib b2f01ad412baf81650c23fcf0975fa33 python-any-r1 4900ae970f827a22d33d41bd8b8f9ace python-utils-r1 12114a2a9aab35b93efc037a196b3234 toolchain-funcs b45201c4e6c096b98e250336954e64b9 _md5_=9e988693886cf9427c6bc538c9613582 diff --git a/metadata/md5-cache/sys-kernel/vanilla-sources-4.9.163 b/metadata/md5-cache/sys-kernel/vanilla-sources-4.9.164 similarity index 92% rename from metadata/md5-cache/sys-kernel/vanilla-sources-4.9.163 rename to metadata/md5-cache/sys-kernel/vanilla-sources-4.9.164 index 13c9a63edf12..75c6d40ec2c5 100644 --- a/metadata/md5-cache/sys-kernel/vanilla-sources-4.9.163 +++ b/metadata/md5-cache/sys-kernel/vanilla-sources-4.9.164 @@ -8,7 +8,7 @@ KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 LICENSE=GPL-2 linux-firmware 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.9.163 -SRC_URI=mirror://kernel/linux/kernel/v4.x/patch-4.9.163.xz mirror://kernel/linux/kernel/v4.x/linux-4.9.tar.xz +SLOT=4.9.164 +SRC_URI=mirror://kernel/linux/kernel/v4.x/patch-4.9.164.xz mirror://kernel/linux/kernel/v4.x/linux-4.9.tar.xz _eclasses_=eapi7-ver 756b3f27d8e46131d5cf3c51bd876446 estack 43ddf5aaffa7a8d0482df54d25a66a1f kernel-2 b2fdd65b5edb72d87dedaa82df19553c multilib b2f01ad412baf81650c23fcf0975fa33 python-any-r1 4900ae970f827a22d33d41bd8b8f9ace python-utils-r1 12114a2a9aab35b93efc037a196b3234 toolchain-funcs b45201c4e6c096b98e250336954e64b9 _md5_=9e988693886cf9427c6bc538c9613582 diff --git a/metadata/md5-cache/sys-kernel/vanilla-sources-5.0.2 b/metadata/md5-cache/sys-kernel/vanilla-sources-5.0.3 similarity index 92% rename from metadata/md5-cache/sys-kernel/vanilla-sources-5.0.2 rename to metadata/md5-cache/sys-kernel/vanilla-sources-5.0.3 index d7535c96b052..052f2d95a9c8 100644 --- a/metadata/md5-cache/sys-kernel/vanilla-sources-5.0.2 +++ b/metadata/md5-cache/sys-kernel/vanilla-sources-5.0.3 @@ -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.0.2 -SRC_URI=mirror://kernel/linux/kernel/v5.x/patch-5.0.2.xz mirror://kernel/linux/kernel/v5.x/linux-5.0.tar.xz +SLOT=5.0.3 +SRC_URI=mirror://kernel/linux/kernel/v5.x/patch-5.0.3.xz mirror://kernel/linux/kernel/v5.x/linux-5.0.tar.xz _eclasses_=eapi7-ver 756b3f27d8e46131d5cf3c51bd876446 estack 43ddf5aaffa7a8d0482df54d25a66a1f kernel-2 b2fdd65b5edb72d87dedaa82df19553c multilib b2f01ad412baf81650c23fcf0975fa33 python-any-r1 4900ae970f827a22d33d41bd8b8f9ace python-utils-r1 12114a2a9aab35b93efc037a196b3234 toolchain-funcs b45201c4e6c096b98e250336954e64b9 _md5_=9e988693886cf9427c6bc538c9613582 diff --git a/metadata/md5-cache/www-apps/Manifest.gz b/metadata/md5-cache/www-apps/Manifest.gz index fa8e93faa98d..de6112a324e6 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/zeppelin-bin-0.8.1 b/metadata/md5-cache/www-apps/zeppelin-bin-0.8.1 new file mode 100644 index 000000000000..e5d53c17deae --- /dev/null +++ b/metadata/md5-cache/www-apps/zeppelin-bin-0.8.1 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile install preinst prepare setup +DEPEND=>=virtual/jdk-1.8 >=dev-java/java-config-2.2.0-r3 +DESCRIPTION=Web-based interactive data analytics notebook launcher +EAPI=7 +HOMEPAGE=https://zeppelin.apache.org +IUSE=elibc_FreeBSD +KEYWORDS=~amd64 ~x86 +LICENSE=Apache-2.0 +RDEPEND=>=virtual/jre-1.8 >=dev-java/java-config-2.2.0-r3 +SLOT=0 +SRC_URI=mirror://apache/zeppelin/zeppelin-0.8.1/zeppelin-0.8.1-bin-all.tgz -> zeppelin-bin-0.8.1.tgz +_eclasses_=java-pkg-2 c4e6af2574fd1dc79b43a6e27af4b5fb java-utils-2 dd352559d0e143500ec878acc74da909 user 8bd74731cafdcdad8f7a63637302e073 +_md5_=a2469fd41de59ea4b9d139206623a420 diff --git a/metadata/md5-cache/www-client/Manifest.gz b/metadata/md5-cache/www-client/Manifest.gz index 1d6b11cf704b..7cfc6656eb5c 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/firefox-66.0 b/metadata/md5-cache/www-client/firefox-66.0-r1 similarity index 76% rename from metadata/md5-cache/www-client/firefox-66.0 rename to metadata/md5-cache/www-client/firefox-66.0-r1 index 3403b3657e5c..51ba843ec078 100644 --- a/metadata/md5-cache/www-client/firefox-66.0 +++ b/metadata/md5-cache/www-client/firefox-66.0-r1 @@ -1,15 +1,15 @@ DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup unpack -DEPEND=>=dev-libs/nss-3.42 >=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.35: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-2.3.1:0= >=media-gfx/graphite2-1.3.13 ) system-icu? ( >=dev-libs/icu-63.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.7.0:0=[postproc] =dev-db/sqlite-3.26:3[secure-delete,debug=] ) system-webp? ( >=media-libs/libwebp-1.0.1:0= ) wifi? ( kernel_linux? ( >=sys-apps/dbus-0.60 >=dev-libs/dbus-glib-0.72 net-misc/networkmanager ) ) jack? ( virtual/jack ) selinux? ( sec-policy/selinux-mozilla ) app-arch/zip app-arch/unzip >=dev-util/cbindgen-0.6.8 >=net-libs/nodejs-8.11.0 >=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] pgo? ( =sys-libs/compiler-rt-sanitizers-8*[profile] ) ) ) ( sys-devel/clang:7 !clang? ( sys-devel/llvm:7 ) clang? ( =sys-devel/lld-7* sys-devel/llvm:7[gold] pgo? ( =sys-libs/compiler-rt-sanitizers-7*[profile] ) ) ) ( sys-devel/clang:6 !clang? ( sys-devel/llvm:6 ) clang? ( =sys-devel/lld-6* sys-devel/llvm:6[gold] pgo? ( =sys-libs/compiler-rt-sanitizers-6*[profile] ) ) ) ) pulseaudio? ( media-sound/pulseaudio ) >=virtual/cargo-1.30.0 >=virtual/rust-1.30.0 wayland? ( >=x11-libs/gtk+-3.11:3[wayland] ) 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 pgo? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) +DEPEND=>=dev-libs/nss-3.42 >=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.35: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-av1? ( >=media-libs/dav1d-0.2.0:= >=media-libs/libaom-1.0.0:= ) system-harfbuzz? ( >=media-libs/harfbuzz-2.3.1:0= >=media-gfx/graphite2-1.3.13 ) system-icu? ( >=dev-libs/icu-63.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.7.0:0=[postproc] =dev-db/sqlite-3.26:3[secure-delete,debug=] ) system-webp? ( >=media-libs/libwebp-1.0.1:0= ) wifi? ( kernel_linux? ( >=sys-apps/dbus-0.60 >=dev-libs/dbus-glib-0.72 net-misc/networkmanager ) ) jack? ( virtual/jack ) selinux? ( sec-policy/selinux-mozilla ) app-arch/zip app-arch/unzip >=dev-util/cbindgen-0.6.8 >=net-libs/nodejs-8.11.0 >=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] pgo? ( =sys-libs/compiler-rt-sanitizers-8*[profile] ) ) ) ( sys-devel/clang:7 !clang? ( sys-devel/llvm:7 ) clang? ( =sys-devel/lld-7* sys-devel/llvm:7[gold] pgo? ( =sys-libs/compiler-rt-sanitizers-7*[profile] ) ) ) ( sys-devel/clang:6 !clang? ( sys-devel/llvm:6 ) clang? ( =sys-devel/lld-6* sys-devel/llvm:6[gold] pgo? ( =sys-libs/compiler-rt-sanitizers-6*[profile] ) ) ) ) pulseaudio? ( media-sound/pulseaudio ) >=virtual/cargo-1.30.0 >=virtual/rust-1.30.0 wayland? ( >=x11-libs/gtk+-3.11:3[wayland] ) amd64? ( >=dev-lang/yasm-1.1 virtual/opengl ) x86? ( >=dev-lang/yasm-1.1 virtual/opengl ) !system-av1? ( dev-lang/nasm ) 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 pgo? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) DESCRIPTION=Firefox Web Browser EAPI=6 HOMEPAGE=https://www.mozilla.com/firefox -IUSE=bindist clang cpu_flags_x86_avx2 dbus debug eme-free geckodriver +gmp-autoupdate hardened hwaccel jack lto neon pgo pulseaudio +screenshot selinux startup-notification +system-harfbuzz +system-icu +system-jpeg +system-libevent +system-sqlite +system-libvpx +system-webp test wayland wifi custom-cflags custom-optimization l10n_ach l10n_af l10n_an l10n_ar l10n_as l10n_ast l10n_az l10n_bg l10n_bn-BD l10n_bn-IN l10n_br l10n_bs l10n_ca l10n_cak l10n_cs l10n_cy l10n_da l10n_de l10n_dsb l10n_el l10n_en-GB l10n_en-ZA l10n_eo l10n_es-AR l10n_es-CL l10n_es-ES l10n_es-MX l10n_et l10n_eu l10n_fa l10n_ff l10n_fi l10n_fr l10n_fy l10n_ga l10n_gd l10n_gl l10n_gn l10n_gu l10n_he l10n_hi l10n_hr l10n_hsb l10n_hu l10n_hy l10n_id l10n_is l10n_it l10n_ja l10n_ka l10n_kab l10n_kk l10n_km l10n_kn l10n_ko l10n_lij l10n_lt l10n_lv l10n_mai l10n_mk l10n_ml l10n_mr l10n_ms l10n_nb l10n_nl l10n_nn l10n_or l10n_pa l10n_pl l10n_pt-BR l10n_pt-PT l10n_rm l10n_ro l10n_ru l10n_si l10n_sk l10n_sl l10n_son l10n_sq l10n_sr l10n_sv l10n_ta l10n_te l10n_th l10n_tr l10n_uk l10n_uz l10n_vi l10n_xh l10n_zh-CN l10n_zh-TW pgo +IUSE=bindist clang cpu_flags_x86_avx2 dbus debug eme-free geckodriver +gmp-autoupdate hardened hwaccel jack lto neon pgo pulseaudio +screenshot selinux startup-notification +system-av1 +system-harfbuzz +system-icu +system-jpeg +system-libevent +system-sqlite +system-libvpx +system-webp test wayland wifi custom-cflags custom-optimization l10n_ach l10n_af l10n_an l10n_ar l10n_as l10n_ast l10n_az l10n_bg l10n_bn-BD l10n_bn-IN l10n_br l10n_bs l10n_ca l10n_cak l10n_cs l10n_cy l10n_da l10n_de l10n_dsb l10n_el l10n_en-GB l10n_en-ZA l10n_eo l10n_es-AR l10n_es-CL l10n_es-ES l10n_es-MX l10n_et l10n_eu l10n_fa l10n_ff l10n_fi l10n_fr l10n_fy l10n_ga l10n_gd l10n_gl l10n_gn l10n_gu l10n_he l10n_hi l10n_hr l10n_hsb l10n_hu l10n_hy l10n_id l10n_is l10n_it l10n_ja l10n_ka l10n_kab l10n_kk l10n_km l10n_kn l10n_ko l10n_lij l10n_lt l10n_lv l10n_mai l10n_mk l10n_ml l10n_mr l10n_ms l10n_nb l10n_nl l10n_nn l10n_or l10n_pa l10n_pl l10n_pt-BR l10n_pt-PT l10n_rm l10n_ro l10n_ru l10n_si l10n_sk l10n_sl l10n_son l10n_sq l10n_sr l10n_sv l10n_ta l10n_te l10n_th l10n_tr l10n_uk l10n_uz l10n_vi l10n_xh l10n_zh-CN l10n_zh-TW pgo KEYWORDS=~amd64 ~x86 LICENSE=MPL-2.0 GPL-2 LGPL-2.1 -RDEPEND=>=dev-libs/nss-3.42 >=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.35: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-2.3.1:0= >=media-gfx/graphite2-1.3.13 ) system-icu? ( >=dev-libs/icu-63.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.7.0:0=[postproc] =dev-db/sqlite-3.26:3[secure-delete,debug=] ) system-webp? ( >=media-libs/libwebp-1.0.1:0= ) wifi? ( kernel_linux? ( >=sys-apps/dbus-0.60 >=dev-libs/dbus-glib-0.72 net-misc/networkmanager ) ) jack? ( virtual/jack ) selinux? ( sec-policy/selinux-mozilla ) jack? ( virtual/jack ) pulseaudio? ( || ( media-sound/pulseaudio >=media-sound/apulse-0.1.9 ) ) selinux? ( sec-policy/selinux-mozilla ) +RDEPEND=>=dev-libs/nss-3.42 >=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.35: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-av1? ( >=media-libs/dav1d-0.2.0:= >=media-libs/libaom-1.0.0:= ) system-harfbuzz? ( >=media-libs/harfbuzz-2.3.1:0= >=media-gfx/graphite2-1.3.13 ) system-icu? ( >=dev-libs/icu-63.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.7.0:0=[postproc] =dev-db/sqlite-3.26:3[secure-delete,debug=] ) system-webp? ( >=media-libs/libwebp-1.0.1:0= ) wifi? ( kernel_linux? ( >=sys-apps/dbus-0.60 >=dev-libs/dbus-glib-0.72 net-misc/networkmanager ) ) jack? ( virtual/jack ) selinux? ( sec-policy/selinux-mozilla ) jack? ( virtual/jack ) pulseaudio? ( || ( media-sound/pulseaudio >=media-sound/apulse-0.1.9 ) ) selinux? ( sec-policy/selinux-mozilla ) REQUIRED_USE=wifi? ( dbus ) pgo? ( lto ) RESTRICT=!bindist? ( bindist ) SLOT=0 -SRC_URI=l10n_ach? ( https://archive.mozilla.org/pub/firefox/releases/66.0/linux-i686/xpi/ach.xpi -> firefox-66.0-ach.xpi ) l10n_af? ( https://archive.mozilla.org/pub/firefox/releases/66.0/linux-i686/xpi/af.xpi -> firefox-66.0-af.xpi ) l10n_an? ( https://archive.mozilla.org/pub/firefox/releases/66.0/linux-i686/xpi/an.xpi -> firefox-66.0-an.xpi ) l10n_ar? ( https://archive.mozilla.org/pub/firefox/releases/66.0/linux-i686/xpi/ar.xpi -> firefox-66.0-ar.xpi ) l10n_as? ( https://archive.mozilla.org/pub/firefox/releases/66.0/linux-i686/xpi/as.xpi -> firefox-66.0-as.xpi ) l10n_ast? ( https://archive.mozilla.org/pub/firefox/releases/66.0/linux-i686/xpi/ast.xpi -> firefox-66.0-ast.xpi ) l10n_az? ( https://archive.mozilla.org/pub/firefox/releases/66.0/linux-i686/xpi/az.xpi -> firefox-66.0-az.xpi ) l10n_bg? ( https://archive.mozilla.org/pub/firefox/releases/66.0/linux-i686/xpi/bg.xpi -> firefox-66.0-bg.xpi ) l10n_bn-BD? ( https://archive.mozilla.org/pub/firefox/releases/66.0/linux-i686/xpi/bn-BD.xpi -> firefox-66.0-bn-BD.xpi ) l10n_bn-IN? ( https://archive.mozilla.org/pub/firefox/releases/66.0/linux-i686/xpi/bn-IN.xpi -> firefox-66.0-bn-IN.xpi ) l10n_br? ( https://archive.mozilla.org/pub/firefox/releases/66.0/linux-i686/xpi/br.xpi -> firefox-66.0-br.xpi ) l10n_bs? ( https://archive.mozilla.org/pub/firefox/releases/66.0/linux-i686/xpi/bs.xpi -> firefox-66.0-bs.xpi ) l10n_ca? ( https://archive.mozilla.org/pub/firefox/releases/66.0/linux-i686/xpi/ca.xpi -> firefox-66.0-ca.xpi ) l10n_cak? ( https://archive.mozilla.org/pub/firefox/releases/66.0/linux-i686/xpi/cak.xpi -> firefox-66.0-cak.xpi ) l10n_cs? ( https://archive.mozilla.org/pub/firefox/releases/66.0/linux-i686/xpi/cs.xpi -> firefox-66.0-cs.xpi ) l10n_cy? ( https://archive.mozilla.org/pub/firefox/releases/66.0/linux-i686/xpi/cy.xpi -> firefox-66.0-cy.xpi ) l10n_da? ( https://archive.mozilla.org/pub/firefox/releases/66.0/linux-i686/xpi/da.xpi -> firefox-66.0-da.xpi ) l10n_de? ( https://archive.mozilla.org/pub/firefox/releases/66.0/linux-i686/xpi/de.xpi -> firefox-66.0-de.xpi ) l10n_dsb? ( https://archive.mozilla.org/pub/firefox/releases/66.0/linux-i686/xpi/dsb.xpi -> firefox-66.0-dsb.xpi ) l10n_el? ( https://archive.mozilla.org/pub/firefox/releases/66.0/linux-i686/xpi/el.xpi -> firefox-66.0-el.xpi ) l10n_en-GB? ( https://archive.mozilla.org/pub/firefox/releases/66.0/linux-i686/xpi/en-GB.xpi -> firefox-66.0-en-GB.xpi ) l10n_en-ZA? ( https://archive.mozilla.org/pub/firefox/releases/66.0/linux-i686/xpi/en-ZA.xpi -> firefox-66.0-en-ZA.xpi ) l10n_eo? ( https://archive.mozilla.org/pub/firefox/releases/66.0/linux-i686/xpi/eo.xpi -> firefox-66.0-eo.xpi ) l10n_es-AR? ( https://archive.mozilla.org/pub/firefox/releases/66.0/linux-i686/xpi/es-AR.xpi -> firefox-66.0-es-AR.xpi ) l10n_es-CL? ( https://archive.mozilla.org/pub/firefox/releases/66.0/linux-i686/xpi/es-CL.xpi -> firefox-66.0-es-CL.xpi ) l10n_es-ES? ( https://archive.mozilla.org/pub/firefox/releases/66.0/linux-i686/xpi/es-ES.xpi -> firefox-66.0-es-ES.xpi ) l10n_es-MX? ( https://archive.mozilla.org/pub/firefox/releases/66.0/linux-i686/xpi/es-MX.xpi -> firefox-66.0-es-MX.xpi ) l10n_et? ( https://archive.mozilla.org/pub/firefox/releases/66.0/linux-i686/xpi/et.xpi -> firefox-66.0-et.xpi ) l10n_eu? ( https://archive.mozilla.org/pub/firefox/releases/66.0/linux-i686/xpi/eu.xpi -> firefox-66.0-eu.xpi ) l10n_fa? ( https://archive.mozilla.org/pub/firefox/releases/66.0/linux-i686/xpi/fa.xpi -> firefox-66.0-fa.xpi ) l10n_ff? ( https://archive.mozilla.org/pub/firefox/releases/66.0/linux-i686/xpi/ff.xpi -> firefox-66.0-ff.xpi ) l10n_fi? ( https://archive.mozilla.org/pub/firefox/releases/66.0/linux-i686/xpi/fi.xpi -> firefox-66.0-fi.xpi ) l10n_fr? ( https://archive.mozilla.org/pub/firefox/releases/66.0/linux-i686/xpi/fr.xpi -> firefox-66.0-fr.xpi ) l10n_fy? ( https://archive.mozilla.org/pub/firefox/releases/66.0/linux-i686/xpi/fy-NL.xpi -> firefox-66.0-fy-NL.xpi ) l10n_ga? ( https://archive.mozilla.org/pub/firefox/releases/66.0/linux-i686/xpi/ga-IE.xpi -> firefox-66.0-ga-IE.xpi ) l10n_gd? ( https://archive.mozilla.org/pub/firefox/releases/66.0/linux-i686/xpi/gd.xpi -> firefox-66.0-gd.xpi ) l10n_gl? ( https://archive.mozilla.org/pub/firefox/releases/66.0/linux-i686/xpi/gl.xpi -> firefox-66.0-gl.xpi ) l10n_gn? ( https://archive.mozilla.org/pub/firefox/releases/66.0/linux-i686/xpi/gn.xpi -> firefox-66.0-gn.xpi ) l10n_gu? ( https://archive.mozilla.org/pub/firefox/releases/66.0/linux-i686/xpi/gu-IN.xpi -> firefox-66.0-gu-IN.xpi ) l10n_he? ( https://archive.mozilla.org/pub/firefox/releases/66.0/linux-i686/xpi/he.xpi -> firefox-66.0-he.xpi ) l10n_hi? ( https://archive.mozilla.org/pub/firefox/releases/66.0/linux-i686/xpi/hi-IN.xpi -> firefox-66.0-hi-IN.xpi ) l10n_hr? ( https://archive.mozilla.org/pub/firefox/releases/66.0/linux-i686/xpi/hr.xpi -> firefox-66.0-hr.xpi ) l10n_hsb? ( https://archive.mozilla.org/pub/firefox/releases/66.0/linux-i686/xpi/hsb.xpi -> firefox-66.0-hsb.xpi ) l10n_hu? ( https://archive.mozilla.org/pub/firefox/releases/66.0/linux-i686/xpi/hu.xpi -> firefox-66.0-hu.xpi ) l10n_hy? ( https://archive.mozilla.org/pub/firefox/releases/66.0/linux-i686/xpi/hy-AM.xpi -> firefox-66.0-hy-AM.xpi ) l10n_id? ( https://archive.mozilla.org/pub/firefox/releases/66.0/linux-i686/xpi/id.xpi -> firefox-66.0-id.xpi ) l10n_is? ( https://archive.mozilla.org/pub/firefox/releases/66.0/linux-i686/xpi/is.xpi -> firefox-66.0-is.xpi ) l10n_it? ( https://archive.mozilla.org/pub/firefox/releases/66.0/linux-i686/xpi/it.xpi -> firefox-66.0-it.xpi ) l10n_ja? ( https://archive.mozilla.org/pub/firefox/releases/66.0/linux-i686/xpi/ja.xpi -> firefox-66.0-ja.xpi ) l10n_ka? ( https://archive.mozilla.org/pub/firefox/releases/66.0/linux-i686/xpi/ka.xpi -> firefox-66.0-ka.xpi ) l10n_kab? ( https://archive.mozilla.org/pub/firefox/releases/66.0/linux-i686/xpi/kab.xpi -> firefox-66.0-kab.xpi ) l10n_kk? ( https://archive.mozilla.org/pub/firefox/releases/66.0/linux-i686/xpi/kk.xpi -> firefox-66.0-kk.xpi ) l10n_km? ( https://archive.mozilla.org/pub/firefox/releases/66.0/linux-i686/xpi/km.xpi -> firefox-66.0-km.xpi ) l10n_kn? ( https://archive.mozilla.org/pub/firefox/releases/66.0/linux-i686/xpi/kn.xpi -> firefox-66.0-kn.xpi ) l10n_ko? ( https://archive.mozilla.org/pub/firefox/releases/66.0/linux-i686/xpi/ko.xpi -> firefox-66.0-ko.xpi ) l10n_lij? ( https://archive.mozilla.org/pub/firefox/releases/66.0/linux-i686/xpi/lij.xpi -> firefox-66.0-lij.xpi ) l10n_lt? ( https://archive.mozilla.org/pub/firefox/releases/66.0/linux-i686/xpi/lt.xpi -> firefox-66.0-lt.xpi ) l10n_lv? ( https://archive.mozilla.org/pub/firefox/releases/66.0/linux-i686/xpi/lv.xpi -> firefox-66.0-lv.xpi ) l10n_mai? ( https://archive.mozilla.org/pub/firefox/releases/66.0/linux-i686/xpi/mai.xpi -> firefox-66.0-mai.xpi ) l10n_mk? ( https://archive.mozilla.org/pub/firefox/releases/66.0/linux-i686/xpi/mk.xpi -> firefox-66.0-mk.xpi ) l10n_ml? ( https://archive.mozilla.org/pub/firefox/releases/66.0/linux-i686/xpi/ml.xpi -> firefox-66.0-ml.xpi ) l10n_mr? ( https://archive.mozilla.org/pub/firefox/releases/66.0/linux-i686/xpi/mr.xpi -> firefox-66.0-mr.xpi ) l10n_ms? ( https://archive.mozilla.org/pub/firefox/releases/66.0/linux-i686/xpi/ms.xpi -> firefox-66.0-ms.xpi ) l10n_nb? ( https://archive.mozilla.org/pub/firefox/releases/66.0/linux-i686/xpi/nb-NO.xpi -> firefox-66.0-nb-NO.xpi ) l10n_nl? ( https://archive.mozilla.org/pub/firefox/releases/66.0/linux-i686/xpi/nl.xpi -> firefox-66.0-nl.xpi ) l10n_nn? ( https://archive.mozilla.org/pub/firefox/releases/66.0/linux-i686/xpi/nn-NO.xpi -> firefox-66.0-nn-NO.xpi ) l10n_or? ( https://archive.mozilla.org/pub/firefox/releases/66.0/linux-i686/xpi/or.xpi -> firefox-66.0-or.xpi ) l10n_pa? ( https://archive.mozilla.org/pub/firefox/releases/66.0/linux-i686/xpi/pa-IN.xpi -> firefox-66.0-pa-IN.xpi ) l10n_pl? ( https://archive.mozilla.org/pub/firefox/releases/66.0/linux-i686/xpi/pl.xpi -> firefox-66.0-pl.xpi ) l10n_pt-BR? ( https://archive.mozilla.org/pub/firefox/releases/66.0/linux-i686/xpi/pt-BR.xpi -> firefox-66.0-pt-BR.xpi ) l10n_pt-PT? ( https://archive.mozilla.org/pub/firefox/releases/66.0/linux-i686/xpi/pt-PT.xpi -> firefox-66.0-pt-PT.xpi ) l10n_rm? ( https://archive.mozilla.org/pub/firefox/releases/66.0/linux-i686/xpi/rm.xpi -> firefox-66.0-rm.xpi ) l10n_ro? ( https://archive.mozilla.org/pub/firefox/releases/66.0/linux-i686/xpi/ro.xpi -> firefox-66.0-ro.xpi ) l10n_ru? ( https://archive.mozilla.org/pub/firefox/releases/66.0/linux-i686/xpi/ru.xpi -> firefox-66.0-ru.xpi ) l10n_si? ( https://archive.mozilla.org/pub/firefox/releases/66.0/linux-i686/xpi/si.xpi -> firefox-66.0-si.xpi ) l10n_sk? ( https://archive.mozilla.org/pub/firefox/releases/66.0/linux-i686/xpi/sk.xpi -> firefox-66.0-sk.xpi ) l10n_sl? ( https://archive.mozilla.org/pub/firefox/releases/66.0/linux-i686/xpi/sl.xpi -> firefox-66.0-sl.xpi ) l10n_son? ( https://archive.mozilla.org/pub/firefox/releases/66.0/linux-i686/xpi/son.xpi -> firefox-66.0-son.xpi ) l10n_sq? ( https://archive.mozilla.org/pub/firefox/releases/66.0/linux-i686/xpi/sq.xpi -> firefox-66.0-sq.xpi ) l10n_sr? ( https://archive.mozilla.org/pub/firefox/releases/66.0/linux-i686/xpi/sr.xpi -> firefox-66.0-sr.xpi ) l10n_sv? ( https://archive.mozilla.org/pub/firefox/releases/66.0/linux-i686/xpi/sv-SE.xpi -> firefox-66.0-sv-SE.xpi ) l10n_ta? ( https://archive.mozilla.org/pub/firefox/releases/66.0/linux-i686/xpi/ta.xpi -> firefox-66.0-ta.xpi ) l10n_te? ( https://archive.mozilla.org/pub/firefox/releases/66.0/linux-i686/xpi/te.xpi -> firefox-66.0-te.xpi ) l10n_th? ( https://archive.mozilla.org/pub/firefox/releases/66.0/linux-i686/xpi/th.xpi -> firefox-66.0-th.xpi ) l10n_tr? ( https://archive.mozilla.org/pub/firefox/releases/66.0/linux-i686/xpi/tr.xpi -> firefox-66.0-tr.xpi ) l10n_uk? ( https://archive.mozilla.org/pub/firefox/releases/66.0/linux-i686/xpi/uk.xpi -> firefox-66.0-uk.xpi ) l10n_uz? ( https://archive.mozilla.org/pub/firefox/releases/66.0/linux-i686/xpi/uz.xpi -> firefox-66.0-uz.xpi ) l10n_vi? ( https://archive.mozilla.org/pub/firefox/releases/66.0/linux-i686/xpi/vi.xpi -> firefox-66.0-vi.xpi ) l10n_xh? ( https://archive.mozilla.org/pub/firefox/releases/66.0/linux-i686/xpi/xh.xpi -> firefox-66.0-xh.xpi ) l10n_zh-CN? ( https://archive.mozilla.org/pub/firefox/releases/66.0/linux-i686/xpi/zh-CN.xpi -> firefox-66.0-zh-CN.xpi ) l10n_zh-TW? ( https://archive.mozilla.org/pub/firefox/releases/66.0/linux-i686/xpi/zh-TW.xpi -> firefox-66.0-zh-TW.xpi ) https://archive.mozilla.org/pub/firefox/releases/66.0/source/firefox-66.0.source.tar.xz https://dev.gentoo.org/~anarchy/mozilla/patchsets/firefox-66.0-patches-05.tar.xz https://dev.gentoo.org/~axs/mozilla/patchsets/firefox-66.0-patches-05.tar.xz https://dev.gentoo.org/~polynomial-c/mozilla/patchsets/firefox-66.0-patches-05.tar.xz https://dev.gentoo.org/~whissi/mozilla/patchsets/firefox-66.0-patches-05.tar.xz +SRC_URI=l10n_ach? ( https://archive.mozilla.org/pub/firefox/releases/66.0/linux-i686/xpi/ach.xpi -> firefox-66.0-ach.xpi ) l10n_af? ( https://archive.mozilla.org/pub/firefox/releases/66.0/linux-i686/xpi/af.xpi -> firefox-66.0-af.xpi ) l10n_an? ( https://archive.mozilla.org/pub/firefox/releases/66.0/linux-i686/xpi/an.xpi -> firefox-66.0-an.xpi ) l10n_ar? ( https://archive.mozilla.org/pub/firefox/releases/66.0/linux-i686/xpi/ar.xpi -> firefox-66.0-ar.xpi ) l10n_as? ( https://archive.mozilla.org/pub/firefox/releases/66.0/linux-i686/xpi/as.xpi -> firefox-66.0-as.xpi ) l10n_ast? ( https://archive.mozilla.org/pub/firefox/releases/66.0/linux-i686/xpi/ast.xpi -> firefox-66.0-ast.xpi ) l10n_az? ( https://archive.mozilla.org/pub/firefox/releases/66.0/linux-i686/xpi/az.xpi -> firefox-66.0-az.xpi ) l10n_bg? ( https://archive.mozilla.org/pub/firefox/releases/66.0/linux-i686/xpi/bg.xpi -> firefox-66.0-bg.xpi ) l10n_bn-BD? ( https://archive.mozilla.org/pub/firefox/releases/66.0/linux-i686/xpi/bn-BD.xpi -> firefox-66.0-bn-BD.xpi ) l10n_bn-IN? ( https://archive.mozilla.org/pub/firefox/releases/66.0/linux-i686/xpi/bn-IN.xpi -> firefox-66.0-bn-IN.xpi ) l10n_br? ( https://archive.mozilla.org/pub/firefox/releases/66.0/linux-i686/xpi/br.xpi -> firefox-66.0-br.xpi ) l10n_bs? ( https://archive.mozilla.org/pub/firefox/releases/66.0/linux-i686/xpi/bs.xpi -> firefox-66.0-bs.xpi ) l10n_ca? ( https://archive.mozilla.org/pub/firefox/releases/66.0/linux-i686/xpi/ca.xpi -> firefox-66.0-ca.xpi ) l10n_cak? ( https://archive.mozilla.org/pub/firefox/releases/66.0/linux-i686/xpi/cak.xpi -> firefox-66.0-cak.xpi ) l10n_cs? ( https://archive.mozilla.org/pub/firefox/releases/66.0/linux-i686/xpi/cs.xpi -> firefox-66.0-cs.xpi ) l10n_cy? ( https://archive.mozilla.org/pub/firefox/releases/66.0/linux-i686/xpi/cy.xpi -> firefox-66.0-cy.xpi ) l10n_da? ( https://archive.mozilla.org/pub/firefox/releases/66.0/linux-i686/xpi/da.xpi -> firefox-66.0-da.xpi ) l10n_de? ( https://archive.mozilla.org/pub/firefox/releases/66.0/linux-i686/xpi/de.xpi -> firefox-66.0-de.xpi ) l10n_dsb? ( https://archive.mozilla.org/pub/firefox/releases/66.0/linux-i686/xpi/dsb.xpi -> firefox-66.0-dsb.xpi ) l10n_el? ( https://archive.mozilla.org/pub/firefox/releases/66.0/linux-i686/xpi/el.xpi -> firefox-66.0-el.xpi ) l10n_en-GB? ( https://archive.mozilla.org/pub/firefox/releases/66.0/linux-i686/xpi/en-GB.xpi -> firefox-66.0-en-GB.xpi ) l10n_en-ZA? ( https://archive.mozilla.org/pub/firefox/releases/66.0/linux-i686/xpi/en-ZA.xpi -> firefox-66.0-en-ZA.xpi ) l10n_eo? ( https://archive.mozilla.org/pub/firefox/releases/66.0/linux-i686/xpi/eo.xpi -> firefox-66.0-eo.xpi ) l10n_es-AR? ( https://archive.mozilla.org/pub/firefox/releases/66.0/linux-i686/xpi/es-AR.xpi -> firefox-66.0-es-AR.xpi ) l10n_es-CL? ( https://archive.mozilla.org/pub/firefox/releases/66.0/linux-i686/xpi/es-CL.xpi -> firefox-66.0-es-CL.xpi ) l10n_es-ES? ( https://archive.mozilla.org/pub/firefox/releases/66.0/linux-i686/xpi/es-ES.xpi -> firefox-66.0-es-ES.xpi ) l10n_es-MX? ( https://archive.mozilla.org/pub/firefox/releases/66.0/linux-i686/xpi/es-MX.xpi -> firefox-66.0-es-MX.xpi ) l10n_et? ( https://archive.mozilla.org/pub/firefox/releases/66.0/linux-i686/xpi/et.xpi -> firefox-66.0-et.xpi ) l10n_eu? ( https://archive.mozilla.org/pub/firefox/releases/66.0/linux-i686/xpi/eu.xpi -> firefox-66.0-eu.xpi ) l10n_fa? ( https://archive.mozilla.org/pub/firefox/releases/66.0/linux-i686/xpi/fa.xpi -> firefox-66.0-fa.xpi ) l10n_ff? ( https://archive.mozilla.org/pub/firefox/releases/66.0/linux-i686/xpi/ff.xpi -> firefox-66.0-ff.xpi ) l10n_fi? ( https://archive.mozilla.org/pub/firefox/releases/66.0/linux-i686/xpi/fi.xpi -> firefox-66.0-fi.xpi ) l10n_fr? ( https://archive.mozilla.org/pub/firefox/releases/66.0/linux-i686/xpi/fr.xpi -> firefox-66.0-fr.xpi ) l10n_fy? ( https://archive.mozilla.org/pub/firefox/releases/66.0/linux-i686/xpi/fy-NL.xpi -> firefox-66.0-fy-NL.xpi ) l10n_ga? ( https://archive.mozilla.org/pub/firefox/releases/66.0/linux-i686/xpi/ga-IE.xpi -> firefox-66.0-ga-IE.xpi ) l10n_gd? ( https://archive.mozilla.org/pub/firefox/releases/66.0/linux-i686/xpi/gd.xpi -> firefox-66.0-gd.xpi ) l10n_gl? ( https://archive.mozilla.org/pub/firefox/releases/66.0/linux-i686/xpi/gl.xpi -> firefox-66.0-gl.xpi ) l10n_gn? ( https://archive.mozilla.org/pub/firefox/releases/66.0/linux-i686/xpi/gn.xpi -> firefox-66.0-gn.xpi ) l10n_gu? ( https://archive.mozilla.org/pub/firefox/releases/66.0/linux-i686/xpi/gu-IN.xpi -> firefox-66.0-gu-IN.xpi ) l10n_he? ( https://archive.mozilla.org/pub/firefox/releases/66.0/linux-i686/xpi/he.xpi -> firefox-66.0-he.xpi ) l10n_hi? ( https://archive.mozilla.org/pub/firefox/releases/66.0/linux-i686/xpi/hi-IN.xpi -> firefox-66.0-hi-IN.xpi ) l10n_hr? ( https://archive.mozilla.org/pub/firefox/releases/66.0/linux-i686/xpi/hr.xpi -> firefox-66.0-hr.xpi ) l10n_hsb? ( https://archive.mozilla.org/pub/firefox/releases/66.0/linux-i686/xpi/hsb.xpi -> firefox-66.0-hsb.xpi ) l10n_hu? ( https://archive.mozilla.org/pub/firefox/releases/66.0/linux-i686/xpi/hu.xpi -> firefox-66.0-hu.xpi ) l10n_hy? ( https://archive.mozilla.org/pub/firefox/releases/66.0/linux-i686/xpi/hy-AM.xpi -> firefox-66.0-hy-AM.xpi ) l10n_id? ( https://archive.mozilla.org/pub/firefox/releases/66.0/linux-i686/xpi/id.xpi -> firefox-66.0-id.xpi ) l10n_is? ( https://archive.mozilla.org/pub/firefox/releases/66.0/linux-i686/xpi/is.xpi -> firefox-66.0-is.xpi ) l10n_it? ( https://archive.mozilla.org/pub/firefox/releases/66.0/linux-i686/xpi/it.xpi -> firefox-66.0-it.xpi ) l10n_ja? ( https://archive.mozilla.org/pub/firefox/releases/66.0/linux-i686/xpi/ja.xpi -> firefox-66.0-ja.xpi ) l10n_ka? ( https://archive.mozilla.org/pub/firefox/releases/66.0/linux-i686/xpi/ka.xpi -> firefox-66.0-ka.xpi ) l10n_kab? ( https://archive.mozilla.org/pub/firefox/releases/66.0/linux-i686/xpi/kab.xpi -> firefox-66.0-kab.xpi ) l10n_kk? ( https://archive.mozilla.org/pub/firefox/releases/66.0/linux-i686/xpi/kk.xpi -> firefox-66.0-kk.xpi ) l10n_km? ( https://archive.mozilla.org/pub/firefox/releases/66.0/linux-i686/xpi/km.xpi -> firefox-66.0-km.xpi ) l10n_kn? ( https://archive.mozilla.org/pub/firefox/releases/66.0/linux-i686/xpi/kn.xpi -> firefox-66.0-kn.xpi ) l10n_ko? ( https://archive.mozilla.org/pub/firefox/releases/66.0/linux-i686/xpi/ko.xpi -> firefox-66.0-ko.xpi ) l10n_lij? ( https://archive.mozilla.org/pub/firefox/releases/66.0/linux-i686/xpi/lij.xpi -> firefox-66.0-lij.xpi ) l10n_lt? ( https://archive.mozilla.org/pub/firefox/releases/66.0/linux-i686/xpi/lt.xpi -> firefox-66.0-lt.xpi ) l10n_lv? ( https://archive.mozilla.org/pub/firefox/releases/66.0/linux-i686/xpi/lv.xpi -> firefox-66.0-lv.xpi ) l10n_mai? ( https://archive.mozilla.org/pub/firefox/releases/66.0/linux-i686/xpi/mai.xpi -> firefox-66.0-mai.xpi ) l10n_mk? ( https://archive.mozilla.org/pub/firefox/releases/66.0/linux-i686/xpi/mk.xpi -> firefox-66.0-mk.xpi ) l10n_ml? ( https://archive.mozilla.org/pub/firefox/releases/66.0/linux-i686/xpi/ml.xpi -> firefox-66.0-ml.xpi ) l10n_mr? ( https://archive.mozilla.org/pub/firefox/releases/66.0/linux-i686/xpi/mr.xpi -> firefox-66.0-mr.xpi ) l10n_ms? ( https://archive.mozilla.org/pub/firefox/releases/66.0/linux-i686/xpi/ms.xpi -> firefox-66.0-ms.xpi ) l10n_nb? ( https://archive.mozilla.org/pub/firefox/releases/66.0/linux-i686/xpi/nb-NO.xpi -> firefox-66.0-nb-NO.xpi ) l10n_nl? ( https://archive.mozilla.org/pub/firefox/releases/66.0/linux-i686/xpi/nl.xpi -> firefox-66.0-nl.xpi ) l10n_nn? ( https://archive.mozilla.org/pub/firefox/releases/66.0/linux-i686/xpi/nn-NO.xpi -> firefox-66.0-nn-NO.xpi ) l10n_or? ( https://archive.mozilla.org/pub/firefox/releases/66.0/linux-i686/xpi/or.xpi -> firefox-66.0-or.xpi ) l10n_pa? ( https://archive.mozilla.org/pub/firefox/releases/66.0/linux-i686/xpi/pa-IN.xpi -> firefox-66.0-pa-IN.xpi ) l10n_pl? ( https://archive.mozilla.org/pub/firefox/releases/66.0/linux-i686/xpi/pl.xpi -> firefox-66.0-pl.xpi ) l10n_pt-BR? ( https://archive.mozilla.org/pub/firefox/releases/66.0/linux-i686/xpi/pt-BR.xpi -> firefox-66.0-pt-BR.xpi ) l10n_pt-PT? ( https://archive.mozilla.org/pub/firefox/releases/66.0/linux-i686/xpi/pt-PT.xpi -> firefox-66.0-pt-PT.xpi ) l10n_rm? ( https://archive.mozilla.org/pub/firefox/releases/66.0/linux-i686/xpi/rm.xpi -> firefox-66.0-rm.xpi ) l10n_ro? ( https://archive.mozilla.org/pub/firefox/releases/66.0/linux-i686/xpi/ro.xpi -> firefox-66.0-ro.xpi ) l10n_ru? ( https://archive.mozilla.org/pub/firefox/releases/66.0/linux-i686/xpi/ru.xpi -> firefox-66.0-ru.xpi ) l10n_si? ( https://archive.mozilla.org/pub/firefox/releases/66.0/linux-i686/xpi/si.xpi -> firefox-66.0-si.xpi ) l10n_sk? ( https://archive.mozilla.org/pub/firefox/releases/66.0/linux-i686/xpi/sk.xpi -> firefox-66.0-sk.xpi ) l10n_sl? ( https://archive.mozilla.org/pub/firefox/releases/66.0/linux-i686/xpi/sl.xpi -> firefox-66.0-sl.xpi ) l10n_son? ( https://archive.mozilla.org/pub/firefox/releases/66.0/linux-i686/xpi/son.xpi -> firefox-66.0-son.xpi ) l10n_sq? ( https://archive.mozilla.org/pub/firefox/releases/66.0/linux-i686/xpi/sq.xpi -> firefox-66.0-sq.xpi ) l10n_sr? ( https://archive.mozilla.org/pub/firefox/releases/66.0/linux-i686/xpi/sr.xpi -> firefox-66.0-sr.xpi ) l10n_sv? ( https://archive.mozilla.org/pub/firefox/releases/66.0/linux-i686/xpi/sv-SE.xpi -> firefox-66.0-sv-SE.xpi ) l10n_ta? ( https://archive.mozilla.org/pub/firefox/releases/66.0/linux-i686/xpi/ta.xpi -> firefox-66.0-ta.xpi ) l10n_te? ( https://archive.mozilla.org/pub/firefox/releases/66.0/linux-i686/xpi/te.xpi -> firefox-66.0-te.xpi ) l10n_th? ( https://archive.mozilla.org/pub/firefox/releases/66.0/linux-i686/xpi/th.xpi -> firefox-66.0-th.xpi ) l10n_tr? ( https://archive.mozilla.org/pub/firefox/releases/66.0/linux-i686/xpi/tr.xpi -> firefox-66.0-tr.xpi ) l10n_uk? ( https://archive.mozilla.org/pub/firefox/releases/66.0/linux-i686/xpi/uk.xpi -> firefox-66.0-uk.xpi ) l10n_uz? ( https://archive.mozilla.org/pub/firefox/releases/66.0/linux-i686/xpi/uz.xpi -> firefox-66.0-uz.xpi ) l10n_vi? ( https://archive.mozilla.org/pub/firefox/releases/66.0/linux-i686/xpi/vi.xpi -> firefox-66.0-vi.xpi ) l10n_xh? ( https://archive.mozilla.org/pub/firefox/releases/66.0/linux-i686/xpi/xh.xpi -> firefox-66.0-xh.xpi ) l10n_zh-CN? ( https://archive.mozilla.org/pub/firefox/releases/66.0/linux-i686/xpi/zh-CN.xpi -> firefox-66.0-zh-CN.xpi ) l10n_zh-TW? ( https://archive.mozilla.org/pub/firefox/releases/66.0/linux-i686/xpi/zh-TW.xpi -> firefox-66.0-zh-TW.xpi ) https://archive.mozilla.org/pub/firefox/releases/66.0/source/firefox-66.0.source.tar.xz https://dev.gentoo.org/~anarchy/mozilla/patchsets/firefox-66.0-patches-06.tar.xz https://dev.gentoo.org/~axs/mozilla/patchsets/firefox-66.0-patches-06.tar.xz https://dev.gentoo.org/~polynomial-c/mozilla/patchsets/firefox-66.0-patches-06.tar.xz https://dev.gentoo.org/~whissi/mozilla/patchsets/firefox-66.0-patches-06.tar.xz _eclasses_=autotools 1bf086cdd7356f5c9a4acd9727bd2065 check-reqs 2c6f909675083dce8430b648bf737cb0 desktop b1d22ac8bdd4679ab79c71aca235009d eapi7-ver 756b3f27d8e46131d5cf3c51bd876446 epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic a09389deba2c0a7108b581e02c7cecbf gnome2-utils 532371cfcba45b2ab0d2950547c97d95 libtool f143db5a74ccd9ca28c1234deffede96 llvm f36be95c5bfae7bc8c82a966d3c8324f ltprune 2729691420b6deeda2a90b1f1183fb55 mozcoreconf-v6 115ba83c0e59f7a089a04f194a0a91d4 mozextension f47f008a138943f9e40e37c1fca10b24 mozlinguas-v2 7559b4e56a88d67da4e96e77296f723c multilib b2f01ad412baf81650c23fcf0975fa33 pax-utils e85f015e815dd463b0c206d781ef45a5 preserve-libs ef207dc62baddfddfd39a164d9797648 python-any-r1 4900ae970f827a22d33d41bd8b8f9ace python-utils-r1 12114a2a9aab35b93efc037a196b3234 toolchain-funcs b45201c4e6c096b98e250336954e64b9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf versionator 2352c3fc97241f6a02042773c8287748 virtualx 401b718cc14d43a5a7fbe062c4851ba5 xdg-utils 14d00d009167652b1fa363e55effe213 -_md5_=d4c96a40d00401a431f866f3079960f6 +_md5_=afea65f7681cca2299cb8ee31325a1b0 diff --git a/metadata/md5-cache/www-client/vivaldi-snapshot-2.4.1476.4_p1 b/metadata/md5-cache/www-client/vivaldi-snapshot-2.4.1488.4_p1 similarity index 84% rename from metadata/md5-cache/www-client/vivaldi-snapshot-2.4.1476.4_p1 rename to metadata/md5-cache/www-client/vivaldi-snapshot-2.4.1488.4_p1 index 91776e6e23eb..82339d87ed8a 100644 --- a/metadata/md5-cache/www-client/vivaldi-snapshot-2.4.1476.4_p1 +++ b/metadata/md5-cache/www-client/vivaldi-snapshot-2.4.1488.4_p1 @@ -9,6 +9,6 @@ LICENSE=Vivaldi RDEPEND=dev-libs/expat dev-libs/glib:2 dev-libs/nspr dev-libs/nss media-libs/alsa-lib media-libs/fontconfig media-libs/freetype media-libs/speex net-print/cups sys-apps/dbus sys-libs/libcap 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/pango[X] RESTRICT=bindist mirror SLOT=0 -SRC_URI=amd64? ( https://downloads.vivaldi.com/snapshot/vivaldi-snapshot_2.4.1476.4-1_amd64.deb -> vivaldi-snapshot-2.4.1476.4_p1-amd64.deb ) arm64? ( https://downloads.vivaldi.com/snapshot/vivaldi-snapshot_2.4.1476.4-1_arm64.deb -> vivaldi-snapshot-2.4.1476.4_p1-arm64.deb ) arm? ( https://downloads.vivaldi.com/snapshot/vivaldi-snapshot_2.4.1476.4-1_armhf.deb -> vivaldi-snapshot-2.4.1476.4_p1-armhf.deb ) x86? ( https://downloads.vivaldi.com/snapshot/vivaldi-snapshot_2.4.1476.4-1_i386.deb -> vivaldi-snapshot-2.4.1476.4_p1-i386.deb ) +SRC_URI=amd64? ( https://downloads.vivaldi.com/snapshot/vivaldi-snapshot_2.4.1488.4-1_amd64.deb -> vivaldi-snapshot-2.4.1488.4_p1-amd64.deb ) arm64? ( https://downloads.vivaldi.com/snapshot/vivaldi-snapshot_2.4.1488.4-1_arm64.deb -> vivaldi-snapshot-2.4.1488.4_p1-arm64.deb ) arm? ( https://downloads.vivaldi.com/snapshot/vivaldi-snapshot_2.4.1488.4-1_armhf.deb -> vivaldi-snapshot-2.4.1488.4_p1-armhf.deb ) x86? ( https://downloads.vivaldi.com/snapshot/vivaldi-snapshot_2.4.1488.4-1_i386.deb -> vivaldi-snapshot-2.4.1488.4_p1-i386.deb ) _eclasses_=chromium-2 92ff174aa2b13d6ea0c4539533f0b2de desktop b1d22ac8bdd4679ab79c71aca235009d eapi7-ver 756b3f27d8e46131d5cf3c51bd876446 epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 gnome2-utils 532371cfcba45b2ab0d2950547c97d95 linux-info 953c3b1c472dcadbf62098a9301327f2 ltprune 2729691420b6deeda2a90b1f1183fb55 multilib b2f01ad412baf81650c23fcf0975fa33 preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs b45201c4e6c096b98e250336954e64b9 unpacker 3cd8bad0d31e525cd26be1bfa4e61631 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf xdg-utils 14d00d009167652b1fa363e55effe213 _md5_=43e4a0e477a804369bcec7cc8539d966 diff --git a/metadata/md5-cache/www-servers/Manifest.gz b/metadata/md5-cache/www-servers/Manifest.gz index b0917523b119..73315c87a466 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/tomcat-9.0.17 b/metadata/md5-cache/www-servers/tomcat-9.0.17 new file mode 100644 index 000000000000..105d607321f4 --- /dev/null +++ b/metadata/md5-cache/www-servers/tomcat-9.0.17 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install postinst preinst prepare setup test unpack +DEPEND=dev-java/eclipse-ecj:4.10 dev-java/glassfish-xmlrpc-api:0 dev-java/tomcat-servlet-api:4.0 dev-java/wsdl4j:0 app-admin/pwgen >=dev-java/ant-core-1.9.13 >=virtual/jdk-11 test? ( >=dev-java/ant-junit-1.9:0 dev-java/easymock:3.2 ) >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) >=dev-java/ant-core-1.8.2:0 >=dev-java/javatoolkit-0.3.0-r2 +DESCRIPTION=Tomcat Servlet-4.0/JSP-2.4?/EL-3.1?/WebSocket-1.2?/JASPIC-1.1 Container +EAPI=6 +HOMEPAGE=https://tomcat.apache.org/ +IUSE=extra-webapps elibc_FreeBSD doc source test elibc_FreeBSD +KEYWORDS=~amd64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris +LICENSE=Apache-2.0 +RDEPEND=dev-java/eclipse-ecj:4.10 dev-java/glassfish-xmlrpc-api:0 dev-java/tomcat-servlet-api:4.0 dev-java/wsdl4j:0 !=virtual/jre-11 >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) +RESTRICT=test +SLOT=9 +SRC_URI=mirror://apache/tomcat/tomcat-9/v9.0.17/src/apache-tomcat-9.0.17-src.tar.gz https://repo.maven.apache.org/maven2/biz/aQute/bnd/biz.aQute.bnd/4.1.0/biz.aQute.bnd-4.1.0.jar https://repo.maven.apache.org/maven2/biz/aQute/bnd/biz.aQute.bndlib/4.1.0/biz.aQute.bndlib-4.1.0.jar +_eclasses_=desktop b1d22ac8bdd4679ab79c71aca235009d eapi7-ver 756b3f27d8e46131d5cf3c51bd876446 epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 java-ant-2 6505e8068920164179b7e3926220c89f java-pkg-2 c4e6af2574fd1dc79b43a6e27af4b5fb java-utils-2 dd352559d0e143500ec878acc74da909 ltprune 2729691420b6deeda2a90b1f1183fb55 multilib b2f01ad412baf81650c23fcf0975fa33 prefix e51c7882b7b721e54e684f7eb143cbfe preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs b45201c4e6c096b98e250336954e64b9 user 8bd74731cafdcdad8f7a63637302e073 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf versionator 2352c3fc97241f6a02042773c8287748 +_md5_=65dc1ad2165e9c9de2ebcc9877223baa diff --git a/metadata/md5-cache/x11-drivers/Manifest.gz b/metadata/md5-cache/x11-drivers/Manifest.gz index 3a8be476a813..380572be9209 100644 Binary files a/metadata/md5-cache/x11-drivers/Manifest.gz and b/metadata/md5-cache/x11-drivers/Manifest.gz differ diff --git a/metadata/md5-cache/x11-drivers/xf86-video-amdgpu-19.0.0 b/metadata/md5-cache/x11-drivers/xf86-video-amdgpu-19.0.1 similarity index 98% rename from metadata/md5-cache/x11-drivers/xf86-video-amdgpu-19.0.0 rename to metadata/md5-cache/x11-drivers/xf86-video-amdgpu-19.0.1 index 10fef770bdbe..2a1e5c34ab23 100644 --- a/metadata/md5-cache/x11-drivers/xf86-video-amdgpu-19.0.0 +++ b/metadata/md5-cache/x11-drivers/xf86-video-amdgpu-19.0.1 @@ -9,6 +9,6 @@ KEYWORDS=~amd64 ~x86 LICENSE=MIT RDEPEND=>=x11-libs/libdrm-2.4.89[video_cards_amdgpu] x11-base/xorg-server[glamor(-)] udev? ( virtual/libudev:= ) x11-base/xorg-server:= x11-base/xorg-server[-minimal] x11-libs/libdrm >=x11-base/xorg-server-1.20[xorg] >=x11-libs/libpciaccess-0.14 SLOT=0 -SRC_URI=https://www.x.org/releases/individual/driver/xf86-video-amdgpu-19.0.0.tar.bz2 +SRC_URI=https://www.x.org/releases/individual/driver/xf86-video-amdgpu-19.0.1.tar.bz2 _eclasses_=autotools 1bf086cdd7356f5c9a4acd9727bd2065 eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic a09389deba2c0a7108b581e02c7cecbf libtool f143db5a74ccd9ca28c1234deffede96 multilib b2f01ad412baf81650c23fcf0975fa33 toolchain-funcs b45201c4e6c096b98e250336954e64b9 xorg-3 0bdf280c1b3fa548bf2088a60879a664 _md5_=1d6f4a172a3c9eb992323e91b1ec3d70 diff --git a/metadata/md5-cache/x11-drivers/xf86-video-ati-19.0.0 b/metadata/md5-cache/x11-drivers/xf86-video-ati-19.0.1 similarity index 98% rename from metadata/md5-cache/x11-drivers/xf86-video-ati-19.0.0 rename to metadata/md5-cache/x11-drivers/xf86-video-ati-19.0.1 index c0cd112dc48f..5e3e123329df 100644 --- a/metadata/md5-cache/x11-drivers/xf86-video-ati-19.0.0 +++ b/metadata/md5-cache/x11-drivers/xf86-video-ati-19.0.1 @@ -9,6 +9,6 @@ KEYWORDS=~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd LICENSE=MIT RDEPEND=>=x11-libs/libdrm-2.4.89[video_cards_radeon] >=x11-libs/libpciaccess-0.8.0 glamor? ( x11-base/xorg-server[glamor] ) udev? ( virtual/libudev:= ) x11-base/xorg-server:= x11-base/xorg-server[-minimal] x11-libs/libdrm >=x11-base/xorg-server-1.20[xorg] >=x11-libs/libpciaccess-0.14 SLOT=0 -SRC_URI=https://www.x.org/releases/individual/driver/xf86-video-ati-19.0.0.tar.bz2 +SRC_URI=https://www.x.org/releases/individual/driver/xf86-video-ati-19.0.1.tar.bz2 _eclasses_=autotools 1bf086cdd7356f5c9a4acd9727bd2065 eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic a09389deba2c0a7108b581e02c7cecbf libtool f143db5a74ccd9ca28c1234deffede96 linux-info 953c3b1c472dcadbf62098a9301327f2 multilib b2f01ad412baf81650c23fcf0975fa33 toolchain-funcs b45201c4e6c096b98e250336954e64b9 xorg-3 0bdf280c1b3fa548bf2088a60879a664 _md5_=232feaf2dd24dda4ec31da5aa3f95872 diff --git a/metadata/news/timestamp.chk b/metadata/news/timestamp.chk index a1b0c8d5609d..563ddb3f05ad 100644 --- a/metadata/news/timestamp.chk +++ b/metadata/news/timestamp.chk @@ -1 +1 @@ -Tue, 19 Mar 2019 05:08:38 +0000 +Wed, 20 Mar 2019 05:08:38 +0000 diff --git a/metadata/projects.xml b/metadata/projects.xml index 2a913e672b06..deaee156eba7 100644 --- a/metadata/projects.xml +++ b/metadata/projects.xml @@ -3125,6 +3125,10 @@ gokturk@gentoo.org Göktürk Yüksek + + slyfox@gentoo.org + Sergei Trofimovich + zlogene@gentoo.org Mikle Kolyada diff --git a/metadata/timestamp b/metadata/timestamp index e6e6a3eeadcb..4ccd804df56f 100644 --- a/metadata/timestamp +++ b/metadata/timestamp @@ -1 +1 @@ -Tue Mar 19 05:08:38 UTC 2019 +Wed Mar 20 05:08:37 UTC 2019 diff --git a/metadata/timestamp.chk b/metadata/timestamp.chk index e80103ebaf18..6947140367e8 100644 --- a/metadata/timestamp.chk +++ b/metadata/timestamp.chk @@ -1 +1 @@ -Tue, 19 Mar 2019 05:30:01 +0000 +Wed, 20 Mar 2019 05:30:01 +0000 diff --git a/metadata/timestamp.commit b/metadata/timestamp.commit index c17e68ef4c38..3035d2fd71e2 100644 --- a/metadata/timestamp.commit +++ b/metadata/timestamp.commit @@ -1 +1 @@ -c7d7bf33b39f3c5ed6f3540b0bb4d394ff70bff8 1552965000 2019-03-19T03:10:00+00:00 +656f15972a62294dd86f2507ba755582fd64e826 1553051400 2019-03-20T03:10:00+00:00 diff --git a/metadata/timestamp.x b/metadata/timestamp.x index 86efa28361ba..72257fc5cacf 100644 --- a/metadata/timestamp.x +++ b/metadata/timestamp.x @@ -1 +1 @@ -1552971901 Tue 19 Mar 2019 05:05:01 AM UTC +1553058301 Wed 20 Mar 2019 05:05:01 AM UTC diff --git a/metadata/xml-schema/timestamp.chk b/metadata/xml-schema/timestamp.chk index a1b0c8d5609d..38db2617651a 100644 --- a/metadata/xml-schema/timestamp.chk +++ b/metadata/xml-schema/timestamp.chk @@ -1 +1 @@ -Tue, 19 Mar 2019 05:08:38 +0000 +Wed, 20 Mar 2019 05:08:37 +0000 diff --git a/net-analyzer/Manifest.gz b/net-analyzer/Manifest.gz index b8258c320ebb..090e1db6dfa6 100644 Binary files a/net-analyzer/Manifest.gz and b/net-analyzer/Manifest.gz differ diff --git a/net-analyzer/wireshark/wireshark-3.0.0.ebuild b/net-analyzer/wireshark/wireshark-3.0.0-r1.ebuild similarity index 98% rename from net-analyzer/wireshark/wireshark-3.0.0.ebuild rename to net-analyzer/wireshark/wireshark-3.0.0-r1.ebuild index 49bf12ab1189..f755315a7d8c 100644 --- a/net-analyzer/wireshark/wireshark-3.0.0.ebuild +++ b/net-analyzer/wireshark/wireshark-3.0.0-r1.ebuild @@ -144,6 +144,7 @@ src_configure() { -DBUILD_tshark=$(usex tshark) -DBUILD_udpdump=$(usex udpdump) -DBUILD_wireshark=$(usex qt5) + -DCMAKE_INSTALL_DOCDIR="/usr/share/doc/${PF}" -DDISABLE_WERROR=yes -DENABLE_BCG729=$(usex bcg729) -DENABLE_CAP=$(usex filecaps caps) @@ -216,9 +217,6 @@ src_install() { fi prune_libtool_files - - mv "${D}"/usr/share/doc/${PN}/* "${D}"/usr/share/doc/${PF}/ || die - rmdir "${D}"/usr/share/doc/${PN} || die } pkg_postinst() { diff --git a/net-analyzer/wireshark/wireshark-99999999.ebuild b/net-analyzer/wireshark/wireshark-99999999.ebuild index e9927cc3b151..f3cf011e5609 100644 --- a/net-analyzer/wireshark/wireshark-99999999.ebuild +++ b/net-analyzer/wireshark/wireshark-99999999.ebuild @@ -144,6 +144,7 @@ src_configure() { -DBUILD_tshark=$(usex tshark) -DBUILD_udpdump=$(usex udpdump) -DBUILD_wireshark=$(usex qt5) + -DCMAKE_INSTALL_DOCDIR="/usr/share/doc/${PF}" -DDISABLE_WERROR=yes -DENABLE_BCG729=$(usex bcg729) -DENABLE_CAP=$(usex filecaps caps) diff --git a/net-dialup/Manifest.gz b/net-dialup/Manifest.gz index d09f4ef9f000..95a88629d761 100644 Binary files a/net-dialup/Manifest.gz and b/net-dialup/Manifest.gz differ diff --git a/net-dialup/accel-ppp/accel-ppp-1.11.1_p20170508.ebuild b/net-dialup/accel-ppp/accel-ppp-1.11.1_p20170508.ebuild index e69b411d936d..07366eb315c8 100644 --- a/net-dialup/accel-ppp/accel-ppp-1.11.1_p20170508.ebuild +++ b/net-dialup/accel-ppp/accel-ppp-1.11.1_p20170508.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,7 +6,7 @@ EAPI=6 inherit cmake-utils flag-o-matic linux-info linux-mod DESCRIPTION="High performance PPTP, PPPoE and L2TP server" -HOMEPAGE="http://accel-ppp.sourceforge.net/" +HOMEPAGE="https://sourceforge.net/projects/accel-ppp/" SRC_URI="https://dev.gentoo.org/~pinkbyte/distfiles/snapshots/${P}.tar.bz2" LICENSE="GPL-2" diff --git a/net-dialup/accel-ppp/accel-ppp-1.11.1_p20180320.ebuild b/net-dialup/accel-ppp/accel-ppp-1.11.1_p20180320.ebuild index c8c6d3cd86f8..d583a303be53 100644 --- a/net-dialup/accel-ppp/accel-ppp-1.11.1_p20180320.ebuild +++ b/net-dialup/accel-ppp/accel-ppp-1.11.1_p20180320.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,7 +6,7 @@ EAPI=6 inherit cmake-utils flag-o-matic linux-info linux-mod DESCRIPTION="High performance PPTP, PPPoE and L2TP server" -HOMEPAGE="http://accel-ppp.sourceforge.net/" +HOMEPAGE="https://sourceforge.net/projects/accel-ppp/" SRC_URI="https://dev.gentoo.org/~pinkbyte/distfiles/snapshots/${P}.tar.bz2" LICENSE="GPL-2" diff --git a/net-dialup/accel-ppp/accel-ppp-1.11.9999.ebuild b/net-dialup/accel-ppp/accel-ppp-1.11.9999.ebuild index fa1729fe0897..817a5e3058f7 100644 --- a/net-dialup/accel-ppp/accel-ppp-1.11.9999.ebuild +++ b/net-dialup/accel-ppp/accel-ppp-1.11.9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -8,7 +8,7 @@ EGIT_BRANCH="1.11" inherit cmake-utils flag-o-matic git-r3 linux-info linux-mod DESCRIPTION="High performance PPTP, PPPoE and L2TP server" -HOMEPAGE="http://accel-ppp.sourceforge.net/" +HOMEPAGE="https://sourceforge.net/projects/accel-ppp/" SRC_URI="" LICENSE="GPL-2" diff --git a/net-dialup/accel-ppp/accel-ppp-9999.ebuild b/net-dialup/accel-ppp/accel-ppp-9999.ebuild index cbb628950c23..ff874dac8811 100644 --- a/net-dialup/accel-ppp/accel-ppp-9999.ebuild +++ b/net-dialup/accel-ppp/accel-ppp-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -7,7 +7,7 @@ EGIT_REPO_URI="git://git.code.sf.net/p/accel-ppp/code" inherit cmake-utils flag-o-matic git-r3 linux-info linux-mod DESCRIPTION="High performance PPTP, PPPoE and L2TP server" -HOMEPAGE="http://accel-ppp.sourceforge.net/" +HOMEPAGE="https://sourceforge.net/projects/accel-ppp/" SRC_URI="" LICENSE="GPL-2" diff --git a/net-dns/Manifest.gz b/net-dns/Manifest.gz index fdb80aa145a5..97e4835100d0 100644 Binary files a/net-dns/Manifest.gz and b/net-dns/Manifest.gz differ diff --git a/net-dns/pdns/Manifest b/net-dns/pdns/Manifest index 15a98f2a0f5c..218f373bb8e4 100644 --- a/net-dns/pdns/Manifest +++ b/net-dns/pdns/Manifest @@ -1,3 +1 @@ -DIST pdns-4.1.5.tar.bz2 1116238 BLAKE2B f67b94881cce988a7ac9f579b3107422aff68d1b4c6d4dc8b3b066ce76abb5a280f8ded0b4640f4ce3f3aec0652bdf544ab4bfc83a2a2e7d2d363ceae0efb7c8 SHA512 c5c42975e6402f17b3cdf947a26c944a462d39c23bef44b6f6e823b8c9459be9e8bd750aa0481f9f707eec8b124c4edc4769a6241c75836583ee0bbe111e33e5 -DIST pdns-4.1.6.tar.bz2 1116100 BLAKE2B 691dc67c28342534dca11dafd786dededce930d39b1ef77670ff6627c175dbb527a3759aae7d3cc2fb56419d67baecc528c812ffee86da57e84c8da103bc991f SHA512 094e532ff50aeb54c8b3e46e3b4a77d1fb2c9d3d0fccce6ccb71b3825f5e53f53af680625ea4e98b5dbc29fbd210bc3b4a47c7f05b4b3ac2cf7537369a7e15b2 DIST pdns-4.1.7.tar.bz2 1116191 BLAKE2B 8c214bff6d1af8354dc0b22c2bed233ec92e217fcfda456f69a665eb615500452f2bea7abfbab506f93abc35d0466a26594734a242e5cfef2b62e789252274d1 SHA512 dc9c693ac2eaf11ddce220e7fedc40f6ae3f9d7a55352643b30db2aad0b2d543ad04a14199a06355275aba2d9dd7873087715a16157b0ff2f7335f1a4a4b96a2 diff --git a/net-dns/pdns/pdns-4.1.5.ebuild b/net-dns/pdns/pdns-4.1.5.ebuild deleted file mode 100644 index d37fb5d3a775..000000000000 --- a/net-dns/pdns/pdns-4.1.5.ebuild +++ /dev/null @@ -1,157 +0,0 @@ -# Copyright 1999-2018 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.6.ebuild b/net-dns/pdns/pdns-4.1.6.ebuild deleted file mode 100644 index 9c4996e63d3b..000000000000 --- a/net-dns/pdns/pdns-4.1.6.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.7.ebuild b/net-dns/pdns/pdns-4.1.7.ebuild index 9c4996e63d3b..ad05ab448209 100644 --- a/net-dns/pdns/pdns-4.1.7.ebuild +++ b/net-dns/pdns/pdns-4.1.7.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://downloads.powerdns.com/releases/${P/_/-}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" # other possible flags: # db2: we lack the dep diff --git a/net-im/Manifest.gz b/net-im/Manifest.gz index 771951f6c78f..9ea0a3ff4cb8 100644 Binary files a/net-im/Manifest.gz and b/net-im/Manifest.gz differ diff --git a/net-im/prosody/files/prosody_cfg-0.11.2-r1.patch b/net-im/prosody/files/prosody_cfg-0.11.2-r1.patch new file mode 100644 index 000000000000..94423a834ae1 --- /dev/null +++ b/net-im/prosody/files/prosody_cfg-0.11.2-r1.patch @@ -0,0 +1,16 @@ +--- a/prosody.cfg.lua.dist 2019-03-19 15:11:16.355743969 +0100 ++++ b/prosody.cfg.lua.dist 2019-03-19 15:14:42.810995725 +0100 +@@ -32,6 +32,13 @@ + -- will look for modules first. For community modules, see https://modules.prosody.im/ + --plugin_paths = {} + ++-- Gentoo uses the jabber:jabber uid/gid for all Jabber-related services ++prosody_user = "jabber" ++prosody_group = "jabber" ++ ++-- Make sure prosodyctl checks in the right spot for the PID file ++pidfile = "/run/jabber/prosody.pid" ++ + -- This is the list of modules Prosody will load on startup. + -- It looks for mod_modulename.lua in the plugins folder, so make sure that exists too. + -- Documentation for bundled modules can be found at: https://prosody.im/doc/modules diff --git a/net-im/prosody/prosody-0.11.2-r1.ebuild b/net-im/prosody/prosody-0.11.2-r1.ebuild new file mode 100644 index 000000000000..9fd8dbddef8c --- /dev/null +++ b/net-im/prosody/prosody-0.11.2-r1.ebuild @@ -0,0 +1,87 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit flag-o-matic multilib systemd + +MY_PV=$(ver_rs 3 '') +MY_P="${PN}-${MY_PV}" +DESCRIPTION="Prosody is a flexible communications server for Jabber/XMPP written in Lua" +HOMEPAGE="https://prosody.im/" +SRC_URI="https://prosody.im/tmp/${MY_PV}/${MY_P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~arm ~x86" +IUSE="ipv6 libevent mysql postgres sqlite ssl zlib jit libressl test" + +BASE_DEPEND="net-im/jabber-base + dev-lua/LuaBitOp + !jit? ( >=dev-lang/lua-5.1:0 ) + jit? ( dev-lang/luajit:2 ) + >=net-dns/libidn-1.1:= + !libressl? ( dev-libs/openssl:0 ) libressl? ( dev-libs/libressl:= )" + +DEPEND="${BASE_DEPEND} + test? ( dev-lua/busted )" + +RDEPEND="${BASE_DEPEND} + >=dev-lua/luaexpat-1.3.0 + dev-lua/luafilesystem + ipv6? ( >=dev-lua/luasocket-3 ) + !ipv6? ( dev-lua/luasocket ) + libevent? ( >=dev-lua/luaevent-0.4.3 ) + mysql? ( dev-lua/luadbi[mysql] ) + postgres? ( dev-lua/luadbi[postgres] ) + sqlite? ( dev-lua/luadbi[sqlite] ) + ssl? ( dev-lua/luasec ) + zlib? ( dev-lua/lua-zlib )" + +S=${WORKDIR}/${MY_P} + +JABBER_ETC="/etc/jabber" +JABBER_SPOOL="/var/spool/jabber" + +src_prepare() { + default + rm makefile && mv GNUmakefile Makefile || die + sed -i -e "s!MODULES = \$(DESTDIR)\$(PREFIX)/lib/!MODULES = \$(DESTDIR)\$(PREFIX)/$(get_libdir)/!"\ + -e "s!SOURCE = \$(DESTDIR)\$(PREFIX)/lib/!SOURCE = \$(DESTDIR)\$(PREFIX)/$(get_libdir)/!"\ + -e "s!INSTALLEDSOURCE = \$(PREFIX)/lib/!INSTALLEDSOURCE = \$(PREFIX)/$(get_libdir)/!"\ + -e "s!INSTALLEDMODULES = \$(PREFIX)/lib/!INSTALLEDMODULES = \$(PREFIX)/$(get_libdir)/!"\ + Makefile || die + eapply "${FILESDIR}/prosody_cfg-0.11.2-r1.patch" +} + +src_configure() { + # the configure script is handcrafted (and yells at unknown options) + # hence do not use 'econf' + append-cflags -D_GNU_SOURCE + ./configure \ + --ostype=linux \ + --prefix="${EPREFIX}/usr" \ + --libdir="${EPREFIX}/usr/$(get_libdir)" \ + --sysconfdir="${EPREFIX}/${JABBER_ETC}" \ + --datadir="${EPREFIX}/${JABBER_SPOOL}" \ + --with-lua-include="${EPREFIX}/usr/include" \ + --with-lua-lib="${EPREFIX}/usr/$(get_libdir)/lua" \ + --runwith=lua"$(usev jit)" \ + --cflags="${CFLAGS} -Wall -fPIC" \ + --ldflags="${LDFLAGS} -shared" \ + --c-compiler="$(tc-getCC)" \ + --linker="$(tc-getCC)" || die "configure failed" +} + +src_install() { + emake DESTDIR="${D}" install + systemd_dounit "${FILESDIR}/${PN}".service + systemd_newtmpfilesd "${FILESDIR}/${PN}".tmpfilesd "${PN}".conf + newinitd "${FILESDIR}/${PN}".initd-r2 ${PN} + keepdir "${JABBER_SPOOL}" +} + +pkg_postinst() { + elog "If you are using the MySQL backend, you need to update its schema:" + elog "https://prosody.im/doc/release/0.11.0#upgrade_notes" +} diff --git a/net-libs/Manifest.gz b/net-libs/Manifest.gz index 965071181935..cd8319193e88 100644 Binary files a/net-libs/Manifest.gz and b/net-libs/Manifest.gz differ diff --git a/net-libs/libbtbb/Manifest b/net-libs/libbtbb/Manifest index e43288145880..5523e14eef9a 100644 --- a/net-libs/libbtbb/Manifest +++ b/net-libs/libbtbb/Manifest @@ -1,2 +1,2 @@ -DIST libbtbb-2017-03-R2.tar.gz 303689 BLAKE2B d36cf5329fb31cd50f64e3a9b625ebca8bf198794073480baa4f64935f4bef183e4c11f0844cd31df943da98c778bdea807fbd91676c23a3a2f830af5e7a185f SHA512 bb7b58a33198fd64fba5f0254cfbb71120c70476d594a7aaf82c77f770d1a6e89b4571f42d3d15c1d93d5246c9145c33ba8724a5ee5ad84e96f748d9f32275b5 DIST libbtbb-2018-08-R1.tar.gz 310542 BLAKE2B 0ae945c530c476caadfd7786f34eca4d7efd71c2f27a37c7b0242a1d3fba80e985c76a0635a354184aa80039ca8ac11f59778f550cbe9bb7e8a535723396cab0 SHA512 63fa995b51f2246b6f27d8aa1bd7a5c0276414df9d13d432d9a1a7ad78ac06e4c67fe3dcf00cf1634f11d6e999f13633591a3347d4e533fff4f131f8deee922e +DIST libbtbb-2018-12-R1.tar.gz 310437 BLAKE2B 8fec246e05c47df424840f159d97bbb8c6554b2ce72344b63602cb034eb712bf8ee9f280e7bbb5104dc0b9788818ea14cf53d09af0938b1bc1dcede5463b36ce SHA512 5c41bb4f0fdeedc1064de973daa4d396f73ff10b6e28266a43f029cbfa8a7f2db5e3b764410efb50ef79c56ba1fac0d242bb547c0a883d0dc3c06cc9e993332c diff --git a/net-libs/libbtbb/libbtbb-2018.08.1.ebuild b/net-libs/libbtbb/libbtbb-2018.08.1.ebuild index 998113cc4029..0fa2d6551dd8 100644 --- a/net-libs/libbtbb/libbtbb-2018.08.1.ebuild +++ b/net-libs/libbtbb/libbtbb-2018.08.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,6 @@ HOMEPAGE="http://libbtbb.sourceforge.net/" if [[ ${PV} == "9999" ]] ; then EGIT_REPO_URI="https://github.com/greatscottgadgets/libbtbb.git" inherit git-r3 - KEYWORDS="" else MY_PV=${PV/\./-} MY_PV=${MY_PV/./-R} diff --git a/net-libs/libbtbb/libbtbb-2017.03.2.ebuild b/net-libs/libbtbb/libbtbb-2018.12.1.ebuild similarity index 98% rename from net-libs/libbtbb/libbtbb-2017.03.2.ebuild rename to net-libs/libbtbb/libbtbb-2018.12.1.ebuild index b29bdf569323..0fa2d6551dd8 100644 --- a/net-libs/libbtbb/libbtbb-2017.03.2.ebuild +++ b/net-libs/libbtbb/libbtbb-2018.12.1.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 @@ -14,7 +14,6 @@ HOMEPAGE="http://libbtbb.sourceforge.net/" if [[ ${PV} == "9999" ]] ; then EGIT_REPO_URI="https://github.com/greatscottgadgets/libbtbb.git" inherit git-r3 - KEYWORDS="" else MY_PV=${PV/\./-} MY_PV=${MY_PV/./-R} diff --git a/net-libs/libbtbb/libbtbb-9999.ebuild b/net-libs/libbtbb/libbtbb-9999.ebuild index b29bdf569323..0fa2d6551dd8 100644 --- a/net-libs/libbtbb/libbtbb-9999.ebuild +++ b/net-libs/libbtbb/libbtbb-9999.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 @@ -14,7 +14,6 @@ HOMEPAGE="http://libbtbb.sourceforge.net/" if [[ ${PV} == "9999" ]] ; then EGIT_REPO_URI="https://github.com/greatscottgadgets/libbtbb.git" inherit git-r3 - KEYWORDS="" else MY_PV=${PV/\./-} MY_PV=${MY_PV/./-R} diff --git a/net-libs/libpsl/libpsl-0.20.2.ebuild b/net-libs/libpsl/libpsl-0.20.2.ebuild index f91f9c8f0852..b8ec1fa9700b 100644 --- a/net-libs/libpsl/libpsl-0.20.2.ebuild +++ b/net-libs/libpsl/libpsl-0.20.2.ebuild @@ -14,10 +14,8 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="icu +idn +man" -REQUIRED_USE="^^ ( icu idn )" - RDEPEND=" - icu? ( dev-libs/icu:=[${MULTILIB_USEDEP}] ) + icu? ( !idn? ( dev-libs/icu:=[${MULTILIB_USEDEP}] ) ) idn? ( dev-libs/libunistring[${MULTILIB_USEDEP}] net-dns/libidn2:=[${MULTILIB_USEDEP}] @@ -34,27 +32,32 @@ BDEPEND=" man? ( dev-libs/libxslt ) " +pkg_pretend() { + if use icu && use idn ; then + ewarn "\"icu\" and \"idn\" USE flags are enabled." + ewarn "Using \"idn\"." + fi +} + multilib_src_configure() { local myeconfargs=( - --enable-ubsan --disable-asan --disable-cfi + --disable-ubsan $(use_enable man) ) - if use icu || use idn ; then - if use icu ; then - myeconfargs+=( - --enable-builtin=libicu - --enable-runtime=libicu - ) - fi - if use idn ; then - myeconfargs+=( - --enable-builtin=libidn2 - --enable-runtime=libidn2 - ) - fi + # Prefer idn even if icu is in USE as well + if use idn ; then + myeconfargs+=( + --enable-builtin=libidn2 + --enable-runtime=libidn2 + ) + elif use icu ; then + myeconfargs+=( + --enable-builtin=libicu + --enable-runtime=libicu + ) else myeconfargs+=( --disable-runtime ) fi diff --git a/net-libs/webkit-gtk/webkit-gtk-2.24.0.ebuild b/net-libs/webkit-gtk/webkit-gtk-2.24.0.ebuild index be4ce15cf475..f77fdc38578f 100644 --- a/net-libs/webkit-gtk/webkit-gtk-2.24.0.ebuild +++ b/net-libs/webkit-gtk/webkit-gtk-2.24.0.ebuild @@ -4,7 +4,7 @@ EAPI=6 CMAKE_MAKEFILE_GENERATOR="ninja" PYTHON_COMPAT=( python2_7 ) -USE_RUBY="ruby23 ruby24 ruby25" +USE_RUBY="ruby23 ruby24 ruby25 ruby26" inherit check-reqs cmake-utils flag-o-matic gnome2 pax-utils python-any-r1 ruby-single toolchain-funcs virtualx diff --git a/net-misc/Manifest.gz b/net-misc/Manifest.gz index d2ad3c34a83c..661fd42dff42 100644 Binary files a/net-misc/Manifest.gz and b/net-misc/Manifest.gz differ diff --git a/net-misc/openssh/openssh-7.9_p1-r4.ebuild b/net-misc/openssh/openssh-7.9_p1-r4.ebuild index 13f4df87840c..22614b8fc651 100644 --- a/net-misc/openssh/openssh-7.9_p1-r4.ebuild +++ b/net-misc/openssh/openssh-7.9_p1-r4.ebuild @@ -27,7 +27,7 @@ HOMEPAGE="https://www.openssh.com/" SRC_URI="mirror://openbsd/OpenSSH/portable/${PARCH}.tar.gz https://dev.gentoo.org/~whissi/dist/${PN}/${PATCH_SET}.tar.xz ${SCTP_PATCH:+sctp? ( https://dev.gentoo.org/~whissi/dist/openssh/${SCTP_PATCH} )} - ${HPN_VER:+hpn? ( $(printf "mirror://sourceforge/hpnssh/HPN-SSH%%20${HPN_VER/./v}%%20${HPN_PV/_}/%s\n" "${HPN_PATCHES[@]}") )} + ${HPN_VER:+hpn? ( $(printf "mirror://sourceforge/hpnssh/HPN-SSH%%20${HPN_VER/./v}%%20${HPN_PV/_P/p}/%s\n" "${HPN_PATCHES[@]}") )} ${X509_PATCH:+X509? ( https://roumenpetrov.info/openssh/x509-${X509_VER}/${X509_PATCH} )} " diff --git a/net-misc/youtube-dl/youtube-dl-2019.03.18.ebuild b/net-misc/youtube-dl/youtube-dl-2019.03.18.ebuild index 8249fc9c0e19..38bace475e54 100644 --- a/net-misc/youtube-dl/youtube-dl-2019.03.18.ebuild +++ b/net-misc/youtube-dl/youtube-dl-2019.03.18.ebuild @@ -10,7 +10,7 @@ HOMEPAGE="https://rg3.github.com/youtube-dl/" SRC_URI="https://youtube-dl.org/downloads/${PV}/${P}.tar.gz" LICENSE="public-domain" -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" +KEYWORDS="amd64 arm ~arm64 hppa ppc ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" RESTRICT="test" SLOT="0" DEPEND=" diff --git a/net-proxy/Manifest.gz b/net-proxy/Manifest.gz index d8728dda7000..9c3e1fb37807 100644 Binary files a/net-proxy/Manifest.gz and b/net-proxy/Manifest.gz differ diff --git a/net-proxy/shadowsocks-libev/Manifest b/net-proxy/shadowsocks-libev/Manifest index 7139e473e6e5..e6839557c35f 100644 --- a/net-proxy/shadowsocks-libev/Manifest +++ b/net-proxy/shadowsocks-libev/Manifest @@ -1,3 +1,2 @@ -DIST shadowsocks-libev-3.2.3.tar.gz 276992 BLAKE2B 17b26dce7b26d914612b178c635fa23d6847713fdb4793563ad10a90414f62feb71b94830a58596e1e1d019fe1bb93fcd7da745eb4825ca2f97b7919b522ff2c SHA512 41d6c3e103a028ae49b9667f9c21663dc475a9d36f562f97468521b916a1917479d099e6814dcc680a2ee2d526177d6e0ac441bf684a41de891c5a1fc2fbddfe 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 diff --git a/net-proxy/shadowsocks-libev/shadowsocks-libev-3.2.3.ebuild b/net-proxy/shadowsocks-libev/shadowsocks-libev-3.2.3.ebuild deleted file mode 100644 index 03fc22b936a0..000000000000 --- a/net-proxy/shadowsocks-libev/shadowsocks-libev-3.2.3.ebuild +++ /dev/null @@ -1,83 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -MY_PV="v${PV}" -inherit autotools eutils systemd - -DESCRIPTION="A lightweight secured SOCKS5 proxy for embedded devices and low end boxes" -HOMEPAGE="https://github.com/shadowsocks/shadowsocks-libev" - -#repack with git submodule populated: libbloom, libcork, libipset -#SRC_URI="https://dev.gentoo.org/~dlan/distfiles/${P}.tar.xz" - -SRC_URI="https://github.com/shadowsocks/${PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-3+" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="debug doc" - -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 - " -DEPEND="${RDEPEND} - sys-kernel/linux-headers - doc? ( - app-text/asciidoc - app-text/xmlto - ) - " - -src_prepare() { - sed -i 's|AC_CONFIG_FILES(\[libbloom/Makefile libcork/Makefile libipset/Makefile\])||' \ - configure.ac || die - default - eautoreconf -} - -src_configure() { - local myconf=" - $(use_enable debug assert) - --enable-system-shared-lib - " - use doc || myconf+="--disable-documentation" - econf ${myconf} -} - -src_install() { - default - prune_libtool_files --all - - dodir "/etc/${PN}" - insinto "/etc/${PN}" - newins "${FILESDIR}/shadowsocks.json" shadowsocks.json - - newinitd "${FILESDIR}/shadowsocks.initd" shadowsocks - dosym shadowsocks /etc/init.d/shadowsocks.server - dosym shadowsocks /etc/init.d/shadowsocks.client - dosym shadowsocks /etc/init.d/shadowsocks.redir - dosym shadowsocks /etc/init.d/shadowsocks.tunnel - - dodoc -r acl - - systemd_newunit "${FILESDIR}/${PN}-local_at.service" "${PN}-local@.service" - systemd_newunit "${FILESDIR}/${PN}-server_at.service" "${PN}-server@.service" - systemd_newunit "${FILESDIR}/${PN}-redir_at.service" "${PN}-redir@.service" - systemd_newunit "${FILESDIR}/${PN}-tunnel_at.service" "${PN}-tunnel@.service" -} - -pkg_setup() { - elog "You need to choose the mode" - elog " server: rc-update add shadowsocks.server default" - elog " client: rc-update add shadowsocks.client default" - elog " redir: rc-update add shadowsocks.redir default" - elog " tunnel: rc-update add shadowsocks.tunnel default" -} diff --git a/net-wireless/Manifest.gz b/net-wireless/Manifest.gz index e6275a59af30..1ef03aaf480b 100644 Binary files a/net-wireless/Manifest.gz and b/net-wireless/Manifest.gz differ diff --git a/net-wireless/kismet/kismet-9999.ebuild b/net-wireless/kismet/kismet-9999.ebuild index 6997c2c83f34..ad9c0fbeb6cb 100644 --- a/net-wireless/kismet/kismet-9999.ebuild +++ b/net-wireless/kismet/kismet-9999.ebuild @@ -89,7 +89,6 @@ src_install() { emake DESTDIR="${D}" forceconfigs insinto /usr/share/${PN} - doins -r log_tools doins Makefile.inc #dodoc CHANGELOG RELEASENOTES.txt README* docs/DEVEL.client docs/README.newcore diff --git a/net-wireless/ubertooth/Manifest b/net-wireless/ubertooth/Manifest index 508e10f460d9..7b66637368b0 100644 --- a/net-wireless/ubertooth/Manifest +++ b/net-wireless/ubertooth/Manifest @@ -1,2 +1,2 @@ -DIST ubertooth-2017-03-R2.tar.xz 676124 BLAKE2B 1f82c9a6b4b2fcec84d5f69862f843ee4920eb0e17e61940aba48e118fe290f67777eed4bd9826c420e218ab433b94630abaf8793c845d2e68ff5587e8b73fbc SHA512 4806a6ac664ec9b78964caeb47f87a60db8f664c529e6e58bc1e5db4d858eaaa1ae51f0293f4a5227a102e556caf1611e97f6675147af4bc34e23646049e8571 DIST ubertooth-2018-08-R1.tar.xz 701928 BLAKE2B 031d4178693a4c1734f72d5c7292ba58f0c74b9a57cc1841ecdec286d547994847dc7badabc3efce6eff9a34abe505d942b561bc3291b3cda0f29a42fa7dd340 SHA512 630707583b4fa0683d3f2a40e06697546897e603bd27842886897949ffeaff252d3b34040dee6b8b3319f9bed65eb706f57b885d7a6719fc9cb993e7c1d9c203 +DIST ubertooth-2018-12-R1.tar.xz 704208 BLAKE2B 7a17830a0ed417a737d78aa22c5a6a270a67b350a3a5e9a0aebabd4b38547d8d35551e061ea3d5260996f8fe1a366c75c8773d5e3a6abf37a0930f93200da3fc SHA512 409fdb403d6a3fa84b92757e0fd8672b1403ba3d24888fbde4d6d6923d8e0796914c20d38e2fc58909f81fcb8a0b6290bcf91282bb02354c310e6e91ad85e23b diff --git a/net-wireless/ubertooth/ubertooth-2018.08.1.ebuild b/net-wireless/ubertooth/ubertooth-2018.08.1.ebuild index 1341a9478aa6..845ee09d3793 100644 --- a/net-wireless/ubertooth/ubertooth-2018.08.1.ebuild +++ b/net-wireless/ubertooth/ubertooth-2018.08.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" @@ -23,7 +23,6 @@ MY_PV=${MY_PV/./-R} if [[ ${PV} == "9999" ]] ; then EGIT_REPO_URI="https://github.com/greatscottgadgets/ubertooth.git" inherit git-r3 - KEYWORDS="" S="${WORKDIR}/${P}/host" else S="${WORKDIR}/${PN}-${MY_PV}/host" diff --git a/net-wireless/ubertooth/ubertooth-2017.03.2-r1.ebuild b/net-wireless/ubertooth/ubertooth-2018.12.1.ebuild similarity index 97% rename from net-wireless/ubertooth/ubertooth-2017.03.2-r1.ebuild rename to net-wireless/ubertooth/ubertooth-2018.12.1.ebuild index 1341a9478aa6..845ee09d3793 100644 --- a/net-wireless/ubertooth/ubertooth-2017.03.2-r1.ebuild +++ b/net-wireless/ubertooth/ubertooth-2018.12.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" @@ -23,7 +23,6 @@ MY_PV=${MY_PV/./-R} if [[ ${PV} == "9999" ]] ; then EGIT_REPO_URI="https://github.com/greatscottgadgets/ubertooth.git" inherit git-r3 - KEYWORDS="" S="${WORKDIR}/${P}/host" else S="${WORKDIR}/${PN}-${MY_PV}/host" diff --git a/net-wireless/ubertooth/ubertooth-9999.ebuild b/net-wireless/ubertooth/ubertooth-9999.ebuild index 1341a9478aa6..845ee09d3793 100644 --- a/net-wireless/ubertooth/ubertooth-9999.ebuild +++ b/net-wireless/ubertooth/ubertooth-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" @@ -23,7 +23,6 @@ MY_PV=${MY_PV/./-R} if [[ ${PV} == "9999" ]] ; then EGIT_REPO_URI="https://github.com/greatscottgadgets/ubertooth.git" inherit git-r3 - KEYWORDS="" S="${WORKDIR}/${P}/host" else S="${WORKDIR}/${PN}-${MY_PV}/host" diff --git a/profiles/Manifest.gz b/profiles/Manifest.gz index 81dc6c3a3cac..37c8fb75f033 100644 Binary files a/profiles/Manifest.gz and b/profiles/Manifest.gz differ diff --git a/profiles/arch/arm64/package.use.mask b/profiles/arch/arm64/package.use.mask index 80f617fb1951..0095e26e090e 100644 --- a/profiles/arch/arm64/package.use.mask +++ b/profiles/arch/arm64/package.use.mask @@ -1,6 +1,15 @@ # Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Roy Bamford (19 Mar 2019) +# Let kde-apps/akonadi use mysql. +dev-qt/qtsql -mysql +kde-apps/akonadi -mysql + +# Andreas Sturmlechner (19 Mar 2019) +# mail-filter/spamassassin is not yet keyworded +kde-apps/kdepim-meta spamassassin + # Mart Raudsepp (11 Mar 2019) # media-libs/bcg729 not keyworded yet net-analyzer/wireshark bcg729 diff --git a/profiles/features/selinux/make.defaults b/profiles/features/selinux/make.defaults index d3bbd2f25dfa..adbf945e3fe3 100644 --- a/profiles/features/selinux/make.defaults +++ b/profiles/features/selinux/make.defaults @@ -5,7 +5,7 @@ # selinux - Enable SELinux support USE="selinux" -FEATURES="selinux sesandbox sfperms" +FEATURES="selinux sesandbox sfperms -pid-sandbox" POLICY_TYPES="strict targeted" PORTAGE_T="portage_t" diff --git a/profiles/package.mask b/profiles/package.mask index 3ce7f5ed9dab..ac09e25f0fd5 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -29,9 +29,13 @@ #--- END OF EXAMPLES --- +# Miroslav Å ulc (19 Mar 2019) +# Depends on >=virtual/{jdk,jre}-11 which is masked +=www-servers/tomcat-9.0.17 + # Sobhan Mohammadpour (17 Mar 2019) # Masked for testing -=mail-client/geary-3.32.0 +=mail-client/geary-3.32.0-r1 # Patrice Clement (17 Mar 2019) # Old and unmaintained Java libraries. Removal in 30 days. diff --git a/profiles/targets/desktop/gnome/make.defaults b/profiles/targets/desktop/gnome/make.defaults index fdeb486548d4..09b365139a7b 100644 --- a/profiles/targets/desktop/gnome/make.defaults +++ b/profiles/targets/desktop/gnome/make.defaults @@ -1,4 +1,4 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -USE="colord eds evo gnome gnome-keyring gnome-online-accounts gstreamer introspection libsecret nautilus pulseaudio tracker" +USE="colord eds evo gnome gnome-keyring gnome-online-accounts gstreamer introspection libsecret nautilus networkmanager pulseaudio tracker" diff --git a/profiles/use.local.desc b/profiles/use.local.desc index 547a5c4d0485..99b976d1ac9a 100644 --- a/profiles/use.local.desc +++ b/profiles/use.local.desc @@ -1930,6 +1930,7 @@ dev-java/ant:regexp - Enable Apache Regexp Ant tasks dev-java/ant:resolver - Enable Apache Resolver Ant tasks dev-java/ant:swing - Enable Swing Ant tasks dev-java/ant:testutil - Enable optional test util classes +dev-java/ant:xz - Enable XZ Ant tasks dev-java/commons-collections:test-framework - Install the test framework dev-java/commons-logging:avalon-framework - Add optional support for avalon-framework dev-java/commons-logging:avalon-logkit - Add optional support for avalon-logkit @@ -3602,6 +3603,7 @@ games-util/gslist:web - Enable the web interface games-util/pyfa:graph - Enable support for graphs games-util/wit:fuse - Enable image mount support via fuse gnome-base/gconf:ldap - Build backend which enables default mail accounts, addressbooks and calendars for Evolution to be configured using each user's LDAP entry." +gnome-base/gdm:elogind - Use sys-auth/elogind for session management gnome-base/gdm:fprint - Enables experimental fingerprint authentication using sys-auth/fprintd gnome-base/gdm:plymouth - Enable support for smooth transition from sys-boot/plymouth gnome-base/gnome:classic - Install gnome-extra/gnome-shell-extensions for the Gnome Shell Classic mode @@ -3618,6 +3620,7 @@ gnome-base/gnome-extra-apps:tracker - Install the app-misc/tracker indexer and t gnome-base/gnome-keyring:ssh-agent - Use GNOME Keyring to unlock SSH keys. Recommended unless you are using ECDSA or Ed25519 keys. gnome-base/gnome-light:gnome-shell - Install gnome-base/gnome-shell and x11-wm/mutter for the standard GNOME 3 desktop mode gnome-base/gnome-session:consolekit - Support sys-auth/consolekit for session tracking +gnome-base/gnome-session:elogind - Support sys-auth/elogind for session tracking gnome-base/gnome-settings-daemon:colord - Support color management using x11-misc/colord gnome-base/gnome-settings-daemon:elogind - Rely on sys-auth/elogind as runtime logind provider gnome-base/gnome-settings-daemon:openrc-force - Skip systemd dependency (#480336), enabling this flag will become your setup to be fully unsupported by upstream and downstream Gnome team. Do not try to enable it unless completely needed @@ -8191,11 +8194,13 @@ sys-cluster/ceph:cephfs - Build support for cephfs, a POSIX compatible filesyste sys-cluster/ceph:cryptopp - Use dev-libs/crypto++ for cryptography sys-cluster/ceph:dpdk - Enable DPDK messaging sys-cluster/ceph:fuse - Build fuse client +sys-cluster/ceph:grafana - Install grafana dashboards sys-cluster/ceph:libaio - Use libaio as asynchronous input/output library sys-cluster/ceph:libatomic - Use libatomic instead of builtin atomic operations sys-cluster/ceph:lttng - Add support for LTTng sys-cluster/ceph:mgr - Build the ceph-mgr daemon sys-cluster/ceph:nss - Use dev-libs/nss for cryptography +sys-cluster/ceph:rabbitmq - Use rabbitmq-c to build rgw amqp push endpoint sys-cluster/ceph:radosgw - Add radosgw support sys-cluster/ceph:system-boost - Use system dev-libs/boost instead of the bundled one sys-cluster/ceph:xfs - Add xfs support @@ -8828,6 +8833,7 @@ www-client/firefox:lto - Enable Link Time Optimization (LTO). Requires Gold link www-client/firefox:pgo - Add support for profile-guided optimization using gcc-4.5, for faster binaries. This option will double the compile time. www-client/firefox:rust - Enable support for using rust compiler (experimental) www-client/firefox:screenshot - Allow to disable screenshot extension in global profile +www-client/firefox:system-av1 - Use the system-wide media-libs/dav1d and media-libs/libaom library instead of bundled. www-client/firefox:system-cairo - Use the system-wide x11-libs/cairo instead of bundled. www-client/firefox:system-harfbuzz - Use the system-wide media-libs/harfbuzz and media-gfx/graphite2 instead of bundled. www-client/firefox:system-icu - Use the system-wide dev-libs/icu instead of bundled. diff --git a/sys-apps/Manifest.gz b/sys-apps/Manifest.gz index 577413561c20..4ea6792e0236 100644 Binary files a/sys-apps/Manifest.gz and b/sys-apps/Manifest.gz differ diff --git a/sys-apps/iproute2/Manifest b/sys-apps/iproute2/Manifest index 683c8dc86687..af93bcdc1ca5 100644 --- a/sys-apps/iproute2/Manifest +++ b/sys-apps/iproute2/Manifest @@ -2,3 +2,4 @@ DIST iproute2-4.14.1.tar.xz 636876 BLAKE2B 232dbe29b9af516d8345c86c044359d3b0cfe DIST iproute2-4.17.0.tar.xz 675268 BLAKE2B 3d1455c119c9c56b11a64092c152fcea2b161f571006878215425b95deef779fed523368252ce672a1a70251c019edbe6ff2bdac8c3ee8abab1fb29e2a3c669c SHA512 ccd7fb70afd58f1fcd4e17c38a24607207da853c4d6118fda423efa6e51faad3ad03c4d6d58a579c40ef9c68aaf13b1c455e12b0c36e155712d3d4db3c2ff4b5 DIST iproute2-4.19.0.tar.xz 720408 BLAKE2B 2d0ece5dd8f1beb7912d025c269a9edd2ecd87aea04971a28eca9f9b7ea82d0e4aa397c9338c0cb6cb463887678a541a5407644e82244ffbbae0eb8f6ac088e8 SHA512 47c750da2247705b1b1d1621f58987333e54370d0fff2f24106194022de793ff35dfd67fd1be127ce019008705702092d31dac49abf930a7c0dc5c7e7c0665b8 DIST iproute2-4.20.0.tar.xz 707016 BLAKE2B d62c6b995c4c1f79617e2f8149ff2ed297d741965e81bffebfa475514f5e96f0c9300e65d12bdd14ab492ce66675677eb41af6816876d5e1360218e4f32f4bc8 SHA512 ed29638c864062e199152c7b3b24b6495987ca6f79cc9ab1b529dab37a8a840fa2b5858d5db2b94eeefa1c0d72ff666a790107e27d11a597b189bfb7a01a4b8b +DIST iproute2-5.0.0.tar.xz 710656 BLAKE2B 0adf7554c4d3d16821297158e025894efdb72834b93caa89521e200c70e287e7d1ebebd22dd91593483ed4e2f3274b370bbb786b9c249263c84b2345a1f5b358 SHA512 4b1649ccdfefbb5eace9d444843492db9d1357b9b3ee1567d6241283cde00ad3c9dbee6b8e507c4e9a5ca0a6378b71ca0c5fbf1e2ed2a9c7d479daf5d49eaed0 diff --git a/sys-apps/iproute2/iproute2-5.0.0.ebuild b/sys-apps/iproute2/iproute2-5.0.0.ebuild new file mode 100644 index 000000000000..c6720ff8aed3 --- /dev/null +++ b/sys-apps/iproute2/iproute2-5.0.0.ebuild @@ -0,0 +1,157 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit toolchain-funcs flag-o-matic multilib + +if [[ ${PV} == "9999" ]] ; then + EGIT_REPO_URI="https://git.kernel.org/pub/scm/linux/kernel/git/shemminger/iproute2.git" + inherit git-r3 +else + SRC_URI="mirror://kernel/linux/utils/net/${PN}/${P}.tar.xz" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +fi + +DESCRIPTION="kernel routing and traffic control utilities" +HOMEPAGE="https://wiki.linuxfoundation.org/networking/iproute2" + +LICENSE="GPL-2" +SLOT="0" +IUSE="atm berkdb caps elf +iptables ipv6 minimal selinux" + +# We could make libmnl optional, but it's tiny, so eh +RDEPEND=" + !net-misc/arpd + dev-libs/libbsd + !minimal? ( net-libs/libmnl ) + caps? ( sys-libs/libcap ) + elf? ( virtual/libelf ) + iptables? ( >=net-firewall/iptables-1.4.20:= ) + berkdb? ( sys-libs/db:= ) + atm? ( net-dialup/linux-atm ) + selinux? ( sys-libs/libselinux ) +" +# We require newer linux-headers for ipset support #549948 and some defines #553876 +DEPEND=" + ${RDEPEND} + app-arch/xz-utils + iptables? ( virtual/pkgconfig ) + >=sys-devel/bison-2.4 + sys-devel/flex + >=sys-kernel/linux-headers-3.16 + virtual/pkgconfig + elibc_glibc? ( >=sys-libs/glibc-2.7 ) +" + +PATCHES=( + "${FILESDIR}"/${PN}-3.1.0-mtu.patch #291907 + "${FILESDIR}"/${PN}-4.20.0-configure-nomagic.patch # bug 643722 +) + +src_prepare() { + if ! use ipv6 ; then + PATCHES+=( + "${FILESDIR}"/${PN}-4.20.0-no-ipv6.patch #326849 + ) + fi + + default + + sed -i \ + -e '/^CC :\?=/d' \ + -e "/^LIBDIR/s:=.*:=/$(get_libdir):" \ + -e "s:-O2:${CFLAGS} ${CPPFLAGS}:" \ + -e "/^HOSTCC/s:=.*:= $(tc-getBUILD_CC):" \ + -e "/^DBM_INCLUDE/s:=.*:=${T}:" \ + Makefile || die + + # Use /run instead of /var/run. + sed -i \ + -e 's:/var/run:/run:g' \ + include/namespace.h \ + man/man8/ip-netns.8 || die + + # build against system headers + rm -r include/netinet || die #include/linux include/ip{,6}tables{,_common}.h include/libiptc + sed -i 's:TCPI_OPT_ECN_SEEN:16:' misc/ss.c || die + + if use minimal ; then + sed -i -e '/^SUBDIRS=/s:=.*:=lib tc ip:' Makefile || die + fi +} + +src_configure() { + tc-export AR CC PKG_CONFIG + + # This sure is ugly. Should probably move into toolchain-funcs at some point. + local setns + pushd "${T}" >/dev/null + printf '#include \nint main(){return setns(0, 0);}\n' > test.c + ${CC} ${CFLAGS} ${CPPFLAGS} -D_GNU_SOURCE ${LDFLAGS} test.c >&/dev/null && setns=y || setns=n + echo 'int main(){return 0;}' > test.c + ${CC} ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} test.c -lresolv >&/dev/null || sed -i '/^LDLIBS/s:-lresolv::' "${S}"/Makefile + popd >/dev/null + + # run "configure" script first which will create "config.mk"... + econf + + # ...now switch on/off requested features via USE flags + # this is only useful if the test did not set other things, per bug #643722 + cat <<-EOF >> config.mk + TC_CONFIG_ATM := $(usex atm y n) + TC_CONFIG_XT := $(usex iptables y n) + TC_CONFIG_NO_XT := $(usex iptables n y) + # We've locked in recent enough kernel headers #549948 + TC_CONFIG_IPSET := y + HAVE_BERKELEY_DB := $(usex berkdb y n) + HAVE_CAP := $(usex caps y n) + HAVE_MNL := $(usex minimal n y) + HAVE_ELF := $(usex elf y n) + HAVE_SELINUX := $(usex selinux y n) + IP_CONFIG_SETNS := ${setns} + # Use correct iptables dir, #144265 #293709 + IPT_LIB_DIR := $(use iptables && ${PKG_CONFIG} xtables --variable=xtlibdir) + EOF +} + +src_compile() { + emake V=1 +} + +src_install() { + if use minimal ; then + into / + dosbin tc/tc + dobin ip/ip + return 0 + fi + + emake \ + DESTDIR="${D}" \ + LIBDIR="${EPREFIX%/}"/$(get_libdir) \ + SBINDIR="${EPREFIX%/}"/sbin \ + CONFDIR="${EPREFIX%/}"/etc/iproute2 \ + DOCDIR="${EPREFIX%/}"/usr/share/doc/${PF} \ + MANDIR="${EPREFIX%/}"/usr/share/man \ + ARPDDIR="${EPREFIX%/}"/var/lib/arpd \ + install + + dodir /bin + mv "${ED%/}"/{s,}bin/ip || die #330115 + + dolib.a lib/libnetlink.a + insinto /usr/include + doins include/libnetlink.h + # This local header pulls in a lot of linux headers it + # doesn't directly need. Delete this header that requires + # linux-headers-3.8 until that goes stable. #467716 + sed -i '/linux\/netconf.h/d' "${ED%/}"/usr/include/libnetlink.h || die + + if use berkdb ; then + keepdir /var/lib/arpd + # bug 47482, arpd doesn't need to be in /sbin + dodir /usr/bin + mv "${ED%/}"/sbin/arpd "${ED%/}"/usr/bin/ || die + fi +} diff --git a/sys-apps/iproute2/iproute2-9999.ebuild b/sys-apps/iproute2/iproute2-9999.ebuild index f9527624933e..c6720ff8aed3 100644 --- a/sys-apps/iproute2/iproute2-9999.ebuild +++ b/sys-apps/iproute2/iproute2-9999.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 @@ -18,11 +18,12 @@ HOMEPAGE="https://wiki.linuxfoundation.org/networking/iproute2" LICENSE="GPL-2" SLOT="0" -IUSE="atm caps berkdb elf +iptables ipv6 minimal selinux" +IUSE="atm berkdb caps elf +iptables ipv6 minimal selinux" # We could make libmnl optional, but it's tiny, so eh RDEPEND=" !net-misc/arpd + dev-libs/libbsd !minimal? ( net-libs/libmnl ) caps? ( sys-libs/libcap ) elf? ( virtual/libelf ) @@ -39,18 +40,19 @@ DEPEND=" >=sys-devel/bison-2.4 sys-devel/flex >=sys-kernel/linux-headers-3.16 + virtual/pkgconfig elibc_glibc? ( >=sys-libs/glibc-2.7 ) " PATCHES=( "${FILESDIR}"/${PN}-3.1.0-mtu.patch #291907 - "${FILESDIR}"/${PN}-4.17.0-configure-nomagic.patch # bug 643722 + "${FILESDIR}"/${PN}-4.20.0-configure-nomagic.patch # bug 643722 ) src_prepare() { if ! use ipv6 ; then PATCHES+=( - "${FILESDIR}"/${PN}-4.11.0-no-ipv6.patch #326849 + "${FILESDIR}"/${PN}-4.20.0-no-ipv6.patch #326849 ) fi @@ -61,7 +63,6 @@ src_prepare() { -e "/^LIBDIR/s:=.*:=/$(get_libdir):" \ -e "s:-O2:${CFLAGS} ${CPPFLAGS}:" \ -e "/^HOSTCC/s:=.*:= $(tc-getBUILD_CC):" \ - -e "/^WFLAGS/s:-Werror::" \ -e "/^DBM_INCLUDE/s:=.*:=${T}:" \ Makefile || die @@ -72,10 +73,12 @@ src_prepare() { man/man8/ip-netns.8 || die # build against system headers - rm -r include/netinet #include/linux include/ip{,6}tables{,_common}.h include/libiptc + rm -r include/netinet || die #include/linux include/ip{,6}tables{,_common}.h include/libiptc sed -i 's:TCPI_OPT_ECN_SEEN:16:' misc/ss.c || die - use minimal && sed -i -e '/^SUBDIRS=/s:=.*:=lib tc ip:' Makefile + if use minimal ; then + sed -i -e '/^SUBDIRS=/s:=.*:=lib tc ip:' Makefile || die + fi } src_configure() { @@ -146,7 +149,7 @@ src_install() { sed -i '/linux\/netconf.h/d' "${ED%/}"/usr/include/libnetlink.h || die if use berkdb ; then - dodir /var/lib/arpd + keepdir /var/lib/arpd # bug 47482, arpd doesn't need to be in /sbin dodir /usr/bin mv "${ED%/}"/sbin/arpd "${ED%/}"/usr/bin/ || die diff --git a/sys-apps/portage/portage-2.3.62-r1.ebuild b/sys-apps/portage/portage-2.3.62-r1.ebuild new file mode 100644 index 000000000000..1d1742200872 --- /dev/null +++ b/sys-apps/portage/portage-2.3.62-r1.ebuild @@ -0,0 +1,259 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 + +PYTHON_COMPAT=( + pypy + python3_4 python3_5 python3_6 python3_7 + python2_7 +) +PYTHON_REQ_USE='bzip2(+),threads(+)' + +inherit distutils-r1 epatch linux-info systemd prefix + +DESCRIPTION="Portage is the package management and distribution system for Gentoo" +HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Portage" + +LICENSE="GPL-2" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-fbsd" +SLOT="0" +IUSE="build doc epydoc gentoo-dev +ipc +native-extensions +rsync-verify selinux xattr" + +DEPEND="!build? ( $(python_gen_impl_dep 'ssl(+)') ) + >=app-arch/tar-1.27 + dev-lang/python-exec:2 + >=sys-apps/sed-4.0.5 sys-devel/patch + doc? ( app-text/xmlto ~app-text/docbook-xml-dtd-4.4 ) + epydoc? ( >=dev-python/epydoc-2.0[$(python_gen_usedep 'python2*')] )" +# Require sandbox-2.2 for bug #288863. +# For xattr, we can spawn getfattr and setfattr from sys-apps/attr, but that's +# quite slow, so it's not considered in the dependencies as an alternative to +# to python-3.3 / pyxattr. Also, xattr support is only tested with Linux, so +# for now, don't pull in xattr deps for other kernels. +# For whirlpool hash, require python[ssl] (bug #425046). +# For compgen, require bash[readline] (bug #445576). +# app-portage/gemato goes without PYTHON_USEDEP since we're calling +# the executable. +RDEPEND=" + >=app-arch/tar-1.27 + dev-lang/python-exec:2 + !build? ( + >=sys-apps/sed-4.0.5 + app-shells/bash:0[readline] + >=app-admin/eselect-1.2 + $(python_gen_cond_dep 'dev-python/pyblake2[${PYTHON_USEDEP}]' \ + python{2_7,3_4,3_5} pypy) + rsync-verify? ( + >=app-portage/gemato-14[${PYTHON_USEDEP}] + >=app-crypt/openpgp-keys-gentoo-release-20180706 + >=app-crypt/gnupg-2.2.4-r2[ssl(-)] + ) + ) + elibc_FreeBSD? ( sys-freebsd/freebsd-bin ) + elibc_glibc? ( >=sys-apps/sandbox-2.2 ) + elibc_musl? ( >=sys-apps/sandbox-2.2 ) + elibc_uclibc? ( >=sys-apps/sandbox-2.2 ) + kernel_linux? ( sys-apps/util-linux ) + >=app-misc/pax-utils-0.1.17 + selinux? ( >=sys-libs/libselinux-2.0.94[python,${PYTHON_USEDEP}] ) + xattr? ( kernel_linux? ( + >=sys-apps/install-xattr-0.3 + $(python_gen_cond_dep 'dev-python/pyxattr[${PYTHON_USEDEP}]' \ + python2_7 pypy) + ) ) + !> cnf/make.globals || die + fi + + if use native-extensions; then + printf "[build_ext]\nportage-ext-modules=true\n" >> \ + setup.cfg || die + fi + + if ! use ipc ; then + einfo "Disabling ipc..." + sed -e "s:_enable_ipc_daemon = True:_enable_ipc_daemon = False:" \ + -i lib/_emerge/AbstractEbuildProcess.py || \ + die "failed to patch AbstractEbuildProcess.py" + fi + + if use xattr && use kernel_linux ; then + einfo "Adding FEATURES=xattr to make.globals ..." + echo -e '\nFEATURES="${FEATURES} xattr"' >> cnf/make.globals \ + || die "failed to append to make.globals" + fi + + if use build || ! use rsync-verify; then + sed -e '/^sync-rsync-verify-metamanifest/s|yes|no|' \ + -i cnf/repos.conf || die "sed failed" + fi + + if [[ -n ${EPREFIX} ]] ; then + einfo "Setting portage.const.EPREFIX ..." + hprefixify -e "s|^(EPREFIX[[:space:]]*=[[:space:]]*\").*|\1${EPREFIX}\"|" \ + -w "/_BINARY/" lib/portage/const.py + + einfo "Prefixing shebangs ..." + while read -r -d $'\0' ; do + local shebang=$(head -n1 "$REPLY") + if [[ ${shebang} == "#!"* && ! ${shebang} == "#!${EPREFIX}/"* ]] ; then + sed -i -e "1s:.*:#!${EPREFIX}${shebang:2}:" "$REPLY" || \ + die "sed failed" + fi + done < <(find . -type f -print0) + + einfo "Adjusting make.globals, repos.conf and etc-update ..." + hprefixify cnf/{make.globals,repos.conf} bin/etc-update + + if use prefix-guest ; then + sed -e "s|^\(main-repo = \).*|\\1gentoo_prefix|" \ + -e "s|^\\[gentoo\\]|[gentoo_prefix]|" \ + -e "s|^\(sync-uri = \).*|\\1rsync://rsync.prefix.bitzolder.nl/gentoo-portage-prefix|" \ + -i cnf/repos.conf || die "sed failed" + fi + + einfo "Adding FEATURES=force-prefix to make.globals ..." + echo -e '\nFEATURES="${FEATURES} force-prefix"' >> cnf/make.globals \ + || die "failed to append to make.globals" + fi + + cd "${S}/cnf" || die + if [ -f "make.conf.example.${ARCH}".diff ]; then + patch make.conf.example "make.conf.example.${ARCH}".diff || \ + die "Failed to patch make.conf.example" + else + eerror "" + eerror "Portage does not have an arch-specific configuration for this arch." + eerror "Please notify the arch maintainer about this issue. Using generic." + eerror "" + fi +} + +python_compile_all() { + local targets=() + use doc && targets+=( docbook ) + use epydoc && targets+=( epydoc ) + + if [[ ${targets[@]} ]]; then + esetup.py "${targets[@]}" + fi +} + +python_test() { + esetup.py test +} + +python_install() { + # Install sbin scripts to bindir for python-exec linking + # they will be relocated in pkg_preinst() + distutils-r1_python_install \ + --system-prefix="${EPREFIX}/usr" \ + --bindir="$(python_get_scriptdir)" \ + --docdir="${EPREFIX}/usr/share/doc/${PF}" \ + --htmldir="${EPREFIX}/usr/share/doc/${PF}/html" \ + --portage-bindir="${EPREFIX}/usr/lib/portage/${EPYTHON}" \ + --sbindir="$(python_get_scriptdir)" \ + --sysconfdir="${EPREFIX}/etc" \ + "${@}" +} + +python_install_all() { + distutils-r1_python_install_all + + local targets=() + use doc && targets+=( + install_docbook + --htmldir="${EPREFIX}/usr/share/doc/${PF}/html" + ) + use epydoc && targets+=( + install_epydoc + --htmldir="${EPREFIX}/usr/share/doc/${PF}/html" + ) + + # install docs + if [[ ${targets[@]} ]]; then + esetup.py "${targets[@]}" + fi + + systemd_dotmpfilesd "${FILESDIR}"/portage-ccache.conf + + # Due to distutils/python-exec limitations + # these must be installed to /usr/bin. + local sbin_relocations='archive-conf dispatch-conf emaint env-update etc-update fixpackages regenworld' + einfo "Moving admin scripts to the correct directory" + dodir /usr/sbin + for target in ${sbin_relocations}; do + einfo "Moving /usr/bin/${target} to /usr/sbin/${target}" + mv "${ED}usr/bin/${target}" "${ED}usr/sbin/${target}" || die "sbin scripts move failed!" + done +} + +pkg_preinst() { + # comment out sanity test until it is fixed to work + # with the new PORTAGE_PYM_PATH + #if [[ $ROOT == / ]] ; then + ## Run some minimal tests as a sanity check. + #local test_runner=$(find "${ED}" -name runTests) + #if [[ -n $test_runner && -x $test_runner ]] ; then + #einfo "Running preinst sanity tests..." + #"$test_runner" || die "preinst sanity tests failed" + #fi + #fi + + # elog dir must exist to avoid logrotate error for bug #415911. + # This code runs in preinst in order to bypass the mapping of + # portage:portage to root:root which happens after src_install. + keepdir /var/log/portage/elog + # This is allowed to fail if the user/group are invalid for prefix users. + if chown portage:portage "${ED}"var/log/portage{,/elog} 2>/dev/null ; then + chmod g+s,ug+rwx "${ED}"var/log/portage{,/elog} + fi +} diff --git a/sys-auth/Manifest.gz b/sys-auth/Manifest.gz index 6efc23ecf962..20f32105ed9c 100644 Binary files a/sys-auth/Manifest.gz and b/sys-auth/Manifest.gz differ diff --git a/sys-auth/elogind/Manifest b/sys-auth/elogind/Manifest index b1cbfea8bc49..f40da98e076e 100644 --- a/sys-auth/elogind/Manifest +++ b/sys-auth/elogind/Manifest @@ -1,2 +1,3 @@ DIST elogind-239.3.tar.gz 1171080 BLAKE2B 95d158a861641415f2c6ea3648bafd32ee3da80b0258e33fb7b88cf834f42c4d76b634af055f81dfba7c6477423edf73ad7c0d79e5e3608938e90a713bdff00e SHA512 61399f82d6a93d77e0984dc67b9c7ebdda27ba2254810be9725a09f91fde41c66adb53a5fe7989f53d6b156b70f147471c89fa64a432bccc482e8057a0cddf84 +DIST elogind-239.4.tar.gz 1183999 BLAKE2B 3a0aa216ee565ae8f3311b16af9752a99519254ac8737de2a44821e95d05b3e2d8b82af3d397367e8804d7bc45cb942859516f195848ba0317aa73891d77903b SHA512 84e9765d7c3039478b06a683870b37ec718724f1185b56c1b74885133283ad1678f3ca8a73510cb4b0777d099c54f59e927caaae7ae988abda803150b84cf8fc DIST elogind-241.1.tar.gz 1399094 BLAKE2B d445f4db98da88ece22c1a61e846d3be4eeb4bb76272c1cf895f50d32b6bb0bf471b9cbc5b4760730fa4cfb17db518feb9fceb951eb4e1a2b19f4decfde12b52 SHA512 1bc058da23a595e386b9472579cc9f8247375f5600a511a929a50011adab9a6a36c041c2ab71eb545098d4baf5e35b0231893bfecc1349730316a2b6bda69f11 diff --git a/sys-auth/elogind/elogind-239.4.ebuild b/sys-auth/elogind/elogind-239.4.ebuild new file mode 100644 index 000000000000..84060e05bb09 --- /dev/null +++ b/sys-auth/elogind/elogind-239.4.ebuild @@ -0,0 +1,129 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit linux-info meson pam udev xdg-utils + +DESCRIPTION="The systemd project's logind, extracted to a standalone package" +HOMEPAGE="https://github.com/elogind/elogind" +SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="CC0-1.0 LGPL-2.1+ public-domain" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~x86" +IUSE="+acl debug doc +pam +policykit selinux" + +COMMON_DEPEND=" + sys-apps/util-linux + sys-libs/libcap + virtual/libudev:= + acl? ( sys-apps/acl ) + pam? ( virtual/pam ) + selinux? ( sys-libs/libselinux ) +" +DEPEND="${COMMON_DEPEND} + app-text/docbook-xml-dtd:4.2 + app-text/docbook-xml-dtd:4.5 + app-text/docbook-xsl-stylesheets + dev-util/gperf + dev-util/intltool + sys-devel/libtool + virtual/pkgconfig +" +RDEPEND="${COMMON_DEPEND} + !sys-apps/systemd +" +PDEPEND=" + sys-apps/dbus + policykit? ( sys-auth/polkit ) +" + +DOCS=( src/libelogind/sd-bus/GVARIANT-SERIALIZATION ) + +PATCHES=( + "${FILESDIR}/${PN}-238.1-docs.patch" + "${FILESDIR}/${PN}-239.3-broken-test.patch" # bug 669862 +) + +pkg_setup() { + local CONFIG_CHECK="~CGROUPS ~EPOLL ~INOTIFY_USER ~SIGNALFD ~TIMERFD" + + use kernel_linux && linux-info_pkg_setup +} + +src_prepare() { + default + xdg_environment_reset +} + +src_configure() { + local rccgroupmode="$(grep rc_cgroup_mode /etc/rc.conf | cut -d '"' -f 2)" + local cgroupmode="legacy" + + if [[ "xhybrid" = "x${rccgroupmode}" ]] ; then + cgroupmode="hybrid" + elif [[ "xunified" = "x${rccgroupmode}" ]] ; then + cgroupmode="unified" + fi + + local emesonargs=( + -Ddocdir="${EPREFIX}/usr/share/doc/${PF}" + -Dhtmldir="${EPREFIX}/usr/share/doc/${PF}/html" + -Dpamlibdir=$(getpam_mod_dir) + -Dudevrulesdir="$(get_udevdir)"/rules.d + --libdir="${EPREFIX}"/usr/$(get_libdir) + -Drootlibdir="${EPREFIX}"/$(get_libdir) + -Drootlibexecdir="${EPREFIX}"/$(get_libdir)/elogind + -Drootprefix="${EPREFIX}/" + -Dbashcompletiondir="${EPREFIX}/usr/share/bash-completion/completions" + -Dman=auto + -Dsmack=true + -Dcgroup-controller=openrc + -Ddefault-hierarchy=${cgroupmode} + -Ddefault-kill-user-processes=false + -Dacl=$(usex acl true false) + --buildtype $(usex debug debug release) + -Dhtml=$(usex doc auto false) + -Dpam=$(usex pam true false) + -Dselinux=$(usex selinux true false) + ) + + meson_src_configure +} + +src_install() { + DOCS+=( src/libelogind/sd-bus/GVARIANT-SERIALIZATION ) + + meson_src_install + + newinitd "${FILESDIR}"/${PN}.init ${PN} + + sed -e "s/@libdir@/$(get_libdir)/" "${FILESDIR}"/${PN}.conf.in > ${PN}.conf || die + newconfd ${PN}.conf ${PN} +} + +pkg_postinst() { + if [[ "$(rc-config list boot | grep elogind)" != "" ]]; then + elog "elogind is currently started from boot runlevel." + elif [[ "$(rc-config list default | grep elogind)" != "" ]]; then + ewarn "elogind is currently started from default runlevel." + ewarn "Please remove elogind from the default runlevel and" + ewarn "add it to the boot runlevel by:" + ewarn "# rc-update del elogind default" + ewarn "# rc-update add elogind boot" + else + elog "elogind is currently not started from any runlevel." + elog "You may add it to the boot runlevel by:" + elog "# rc-update add elogind boot" + elog + elog "Alternatively, you can leave elogind out of any" + elog "runlevel. It will then be started automatically" + if use pam; then + elog "when the first service calls it via dbus, or" + elog "the first user logs into the system." + else + elog "when the first service calls it via dbus." + fi + fi +} diff --git a/sys-cluster/Manifest.gz b/sys-cluster/Manifest.gz index 553b9ba0dcbc..9b155c3a6e3e 100644 Binary files a/sys-cluster/Manifest.gz and b/sys-cluster/Manifest.gz differ diff --git a/sys-cluster/ceph/Manifest b/sys-cluster/ceph/Manifest index 5153037850a1..84c0ec570bcb 100644 --- a/sys-cluster/ceph/Manifest +++ b/sys-cluster/ceph/Manifest @@ -4,3 +4,4 @@ DIST ceph-12.2.11.tar.gz 79009034 BLAKE2B d8b1c188fe39603e90511eb436100ba14c0a9c DIST ceph-12.2.8.tar.gz 77243685 BLAKE2B 37c34396a0c276b8d79735e14934ac70da024822c2a060061531c234e03e5d41aad6c41dc64b05c2ce47f03287d0cae9ef9bed67e4a0861b6380c8ce1de4ea69 SHA512 91c5c11aaeef701b3e31c9f8a1192b6b79fd34f3b96c61595c65173c98bfce0009c5b7c9b29764f5e4d4b1f5ac2ca7109fed5ae598c176aba717a34a132fabac DIST ceph-13.2.4.tar.gz 90910119 BLAKE2B eb395f435552d91789869bd92fee2a8b2fef155205f13b118bd01be4ff78a8e1dde682425a24311822bb819ec8cf41a9d45245ffa3cb7a921d3269f6658bf920 SHA512 5055979067234ad7fd2774007d524ef4643d968bf7ce42fc8c3f8e469fd84cbd7afc163cd6ddda53584bd5677fdea2fecf8194a378d49724504f639b9f688ff7 DIST ceph-13.2.5.tar.gz 91006057 BLAKE2B 68551e2f54d78aff7b0e9ec3c62e6a3394dd7c23e80924a5b400cd9666a05a42e5f22445deee4040f1b78201c6a6660b283109878d4c92d845821bff831c8a5e SHA512 6daea524523f829e725609328ea71f416b2c3a9530fa8956720a7bc69dc08e55a169654f500704579dc9ba693f04eedd7e04614c0850e9ab1169cd45f19039f8 +DIST ceph-14.2.0.tar.gz 118882504 BLAKE2B e650d99dceb11c7b035480c8cdd9f63ee4a5f81ffea27988e180a2956433e3e4b34e496a73bf5992c428eff859311c623b92a6f006eb694ebf928d8204dc9b06 SHA512 c86a335714fd5678988133ec0e60cb10cd948250a133c073d1ed055c5bba232fa6f1e102dd7fcb0c70b37a07c9c2d1220d4a1713720e4dcab9659152ee577480 diff --git a/sys-cluster/ceph/ceph-14.2.0.ebuild b/sys-cluster/ceph/ceph-14.2.0.ebuild new file mode 100644 index 000000000000..d754478c6d04 --- /dev/null +++ b/sys-cluster/ceph/ceph-14.2.0.ebuild @@ -0,0 +1,334 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +PYTHON_COMPAT=( python{2_7,3_{5,6,7}} ) +DISTUTILS_OPTIONAL=1 + +inherit check-reqs bash-completion-r1 cmake-utils distutils-r1 flag-o-matic \ + multiprocessing python-r1 udev user readme.gentoo-r1 toolchain-funcs \ + systemd + +if [[ ${PV} == *9999* ]]; then + inherit git-r3 + EGIT_REPO_URI="https://github.com/ceph/ceph.git" + SRC_URI="" +else + SRC_URI="https://download.ceph.com/tarballs/${P}.tar.gz" + KEYWORDS="~amd64 ~x86" +fi + +DESCRIPTION="Ceph distributed filesystem" +HOMEPAGE="https://ceph.com/" + +LICENSE="LGPL-2.1 CC-BY-SA-3.0 GPL-2 BSD Boost-1.0 MIT" +SLOT="0" + +CPU_FLAGS_X86=(sse{,2,3,4_1,4_2} ssse3) + +IUSE="babeltrace cephfs dpdk fuse grafana jemalloc kerberos ldap lttng +mgr" +IUSE+=" rabbitmq +radosgw +ssl static-libs +system-boost systemd +tcmalloc" +IUSE+=" test xfs zfs" +IUSE+=" $(printf "cpu_flags_x86_%s\n" ${CPU_FLAGS_X86[@]})" + +# unbundling code commented out pending bugs 584056 and 584058 +#>=dev-libs/jerasure-2.0.0-r1 +#>=dev-libs/gf-complete-2.0.0 +COMMON_DEPEND=" + virtual/libudev:= + app-arch/bzip2:=[static-libs?] + app-arch/lz4:=[static-libs?] + app-arch/snappy:=[static-libs?] + app-arch/zstd:=[static-libs?] + app-misc/jq:=[static-libs?] + dev-libs/crypto++:=[static-libs?] + dev-libs/leveldb:=[snappy,static-libs?,tcmalloc?] + dev-libs/libaio:=[static-libs?] + dev-libs/libxml2:=[static-libs?] + dev-libs/nss:= + sys-auth/oath-toolkit:= + sys-apps/keyutils:=[static-libs?] + sys-apps/util-linux:=[static-libs?] + sys-libs/ncurses:0=[static-libs?] + sys-libs/zlib:=[static-libs?] + babeltrace? ( dev-util/babeltrace ) + ldap? ( net-nds/openldap:=[static-libs?] ) + lttng? ( dev-util/lttng-ust:= ) + fuse? ( sys-fs/fuse:0=[static-libs?] ) + kerberos? ( virtual/krb5 ) + rabbitmq? ( net-libs/rabbitmq-c:=[static-libs?] ) + ssl? ( dev-libs/openssl:=[static-libs?] ) + xfs? ( sys-fs/xfsprogs:=[static-libs?] ) + zfs? ( sys-fs/zfs:=[static-libs?] ) + radosgw? ( + dev-libs/expat:=[static-libs?] + dev-libs/openssl:=[static-libs?] + net-misc/curl:=[curl_ssl_openssl,static-libs?] + ) + system-boost? ( + >=dev-libs/boost-1.67:=[threads,context,python,static-libs?,${PYTHON_USEDEP}] + ) + jemalloc? ( dev-libs/jemalloc:=[static-libs?] ) + !jemalloc? ( >=dev-util/google-perftools-2.4:=[static-libs?] ) + ${PYTHON_DEPS} + " +DEPEND="${COMMON_DEPEND} + amd64? ( dev-lang/yasm ) + x86? ( dev-lang/yasm ) + dev-python/cython[${PYTHON_USEDEP}] + dev-python/sphinx + dev-util/cunit + test? ( + dev-python/coverage[${PYTHON_USEDEP}] + dev-python/tox[${PYTHON_USEDEP}] + dev-python/virtualenv[${PYTHON_USEDEP}] + sys-apps/grep[pcre] + sys-fs/btrfs-progs + ) + " +BDEPEND=" app-arch/cpio + >=dev-util/cmake-3.5.0 + dev-util/gperf + dev-util/valgrind + sys-apps/which + sys-devel/bc + virtual/pkgconfig + " +RDEPEND="${COMMON_DEPEND} + net-misc/socat + sys-apps/gptfdisk + sys-block/parted + sys-fs/cryptsetup + sys-fs/lvm2 + !/dev/null || die + emake VERBOSE=1 clean + emake VERBOSE=1 all + + # python modules are only compiled with "make install" so we need to do this to + # prevent doing a bunch of compilation in src_install + DESTDIR="${T}" emake VERBOSE=1 install + popd >/dev/null || die +} + +src_compile() { + cmake-utils_src_make VERBOSE=1 all + + # we have to do this here to prevent from building everything multiple times + BUILD_DIR="${CMAKE_BUILD_DIR}" python_copy_sources + python_foreach_impl python_compile +} + +src_test() { + make check || die "make check failed" +} + +python_install() { + local CMAKE_USE_DIR="${S}" + pushd "${BUILD_DIR}/src/pybind" >/dev/null || die + DESTDIR="${ED}" emake install + popd >/dev/null || die +} + +src_install() { + cmake-utils_src_install + python_foreach_impl python_install + + find "${ED}" -name '*.la' -type f -delete || die + + exeinto /usr/$(get_libdir)/ceph + newexe "${BUILD_DIR}/bin/init-ceph" init-ceph + + insinto /etc/logrotate.d/ + newins "${FILESDIR}"/ceph.logrotate-r2 ${PN} + + keepdir /var/lib/${PN}{,/tmp} /var/log/${PN}/stat + + fowners -R ceph:ceph /var/lib/ceph /var/log/ceph + + newinitd "${FILESDIR}/rbdmap.initd" rbdmap + newinitd "${FILESDIR}/${PN}.initd-r11" ${PN} + newconfd "${FILESDIR}/${PN}.confd-r5" ${PN} + + insinto /etc/sysctl.d + newins "${FILESDIR}"/sysctld 90-${PN}.conf + + use tcmalloc && newenvd "${FILESDIR}"/envd-tcmalloc 99${PN}-tcmalloc + + # units aren't installed by the build system unless systemd is enabled + # so no point installing these with the USE flag disabled + if use systemd; then + systemd_install_serviced "${FILESDIR}/ceph-mds_at.service.conf" \ + "ceph-mds@.service" + + systemd_install_serviced "${FILESDIR}/ceph-osd_at.service.conf" \ + "ceph-osd@.service" + fi + + udev_dorules udev/*.rules + + readme.gentoo_create_doc + + python_setup 'python3*' + + # bug #630232 + sed -i -r "s:${T//:/\\:}/${EPYTHON}:/usr:" "${ED}"/usr/bin/ceph \ + || die "sed failed" + + python_fix_shebang "${ED}"/usr/{,s}bin/ + + # python_fix_shebang apparently is not idempotent + sed -i -r 's:(/usr/lib/python-exec/python[0-9]\.[0-9]/python)[0-9]\.[0-9]:\1:' \ + "${ED}"/usr/sbin/{mount.fuse.ceph,ceph-volume{,-systemd}} || die "sed failed" +} + +pkg_postinst() { + readme.gentoo_print_elog +} diff --git a/sys-cluster/ceph/files/ceph-14.2.0-boost-sonames.patch b/sys-cluster/ceph/files/ceph-14.2.0-boost-sonames.patch new file mode 100644 index 000000000000..497d59530511 --- /dev/null +++ b/sys-cluster/ceph/files/ceph-14.2.0-boost-sonames.patch @@ -0,0 +1,334 @@ +diff --git a/CMakeLists.txt b/CMakeLists.txt +index dbabecbe97..d12b696bb5 100644 +--- a/CMakeLists.txt ++++ b/CMakeLists.txt +@@ -640,7 +640,7 @@ set(BOOST_HEADER_COMPONENTS container) + + if(WITH_MGR) + list(APPEND BOOST_COMPONENTS +- python${MGR_PYTHON_VERSION_MAJOR}${MGR_PYTHON_VERSION_MINOR}) ++ python-${MGR_PYTHON_VERSION_MAJOR}.${MGR_PYTHON_VERSION_MINOR}) + endif() + if(WITH_BOOST_CONTEXT) + list(APPEND BOOST_COMPONENTS context coroutine) +diff --git a/cmake/modules/FindBoost.cmake b/cmake/modules/FindBoost.cmake +index bfab4ca436..90ed0cbb17 100644 +--- a/cmake/modules/FindBoost.cmake ++++ b/cmake/modules/FindBoost.cmake +@@ -1181,10 +1181,10 @@ endif() + # on all platforms to keep end user code free from platform dependent + # code. Also provide convenience targets to disable autolinking and + # enable dynamic linking. +-if(NOT TARGET Boost::diagnostic_definitions) +- add_library(Boost::diagnostic_definitions INTERFACE IMPORTED) +- add_library(Boost::disable_autolinking INTERFACE IMPORTED) +- add_library(Boost::dynamic_linking INTERFACE IMPORTED) ++if(NOT TARGET boost_diagnostic_definitions) ++ add_library(boost_diagnostic_definitions INTERFACE IMPORTED) ++ add_library(boost_disable_autolinking INTERFACE IMPORTED) ++ add_library(boost_dynamic_linking INTERFACE IMPORTED) + endif() + if(WIN32) + # In windows, automatic linking is performed, so you do not have +@@ -1205,11 +1205,11 @@ if(WIN32) + # code to emit a #pragma message each time a library is selected + # for linking. + set(Boost_LIB_DIAGNOSTIC_DEFINITIONS "-DBOOST_LIB_DIAGNOSTIC") +- set_target_properties(Boost::diagnostic_definitions PROPERTIES ++ set_target_properties(boost_diagnostic_definitions PROPERTIES + INTERFACE_COMPILE_DEFINITIONS "BOOST_LIB_DIAGNOSTIC") +- set_target_properties(Boost::disable_autolinking PROPERTIES ++ set_target_properties(boost_disable_autolinking PROPERTIES + INTERFACE_COMPILE_DEFINITIONS "BOOST_ALL_NO_LIB") +- set_target_properties(Boost::dynamic_linking PROPERTIES ++ set_target_properties(boost_dynamic_linking PROPERTIES + INTERFACE_COMPILE_DEFINITIONS "BOOST_ALL_DYN_LINK") + endif() + +@@ -2018,52 +2018,52 @@ if(Boost_FOUND) + endif() + + foreach(COMPONENT ${Boost_FIND_COMPONENTS}) +- if(_Boost_IMPORTED_TARGETS AND NOT TARGET Boost::${COMPONENT}) ++ if(_Boost_IMPORTED_TARGETS AND NOT TARGET boost_${COMPONENT}) + string(TOUPPER ${COMPONENT} UPPERCOMPONENT) + if(Boost_${UPPERCOMPONENT}_FOUND) + if(Boost_USE_STATIC_LIBS) +- add_library(Boost::${COMPONENT} STATIC IMPORTED) ++ add_library(boost_${COMPONENT} STATIC IMPORTED) + else() + # Even if Boost_USE_STATIC_LIBS is OFF, we might have static + # libraries as a result. +- add_library(Boost::${COMPONENT} UNKNOWN IMPORTED) ++ add_library(boost_${COMPONENT} UNKNOWN IMPORTED) + endif() + if(Boost_INCLUDE_DIRS) +- set_target_properties(Boost::${COMPONENT} PROPERTIES ++ set_target_properties(boost_${COMPONENT} PROPERTIES + INTERFACE_INCLUDE_DIRECTORIES "${Boost_INCLUDE_DIRS}") + endif() + if(EXISTS "${Boost_${UPPERCOMPONENT}_LIBRARY}") +- set_target_properties(Boost::${COMPONENT} PROPERTIES ++ set_target_properties(boost_${COMPONENT} PROPERTIES + IMPORTED_LINK_INTERFACE_LANGUAGES "CXX" + IMPORTED_LOCATION "${Boost_${UPPERCOMPONENT}_LIBRARY}") + endif() + if(EXISTS "${Boost_${UPPERCOMPONENT}_LIBRARY_RELEASE}") +- set_property(TARGET Boost::${COMPONENT} APPEND PROPERTY ++ set_property(TARGET boost_${COMPONENT} APPEND PROPERTY + IMPORTED_CONFIGURATIONS RELEASE) +- set_target_properties(Boost::${COMPONENT} PROPERTIES ++ set_target_properties(boost_${COMPONENT} PROPERTIES + IMPORTED_LINK_INTERFACE_LANGUAGES_RELEASE "CXX" + IMPORTED_LOCATION_RELEASE "${Boost_${UPPERCOMPONENT}_LIBRARY_RELEASE}") + endif() + if(EXISTS "${Boost_${UPPERCOMPONENT}_LIBRARY_DEBUG}") +- set_property(TARGET Boost::${COMPONENT} APPEND PROPERTY ++ set_property(TARGET boost_${COMPONENT} APPEND PROPERTY + IMPORTED_CONFIGURATIONS DEBUG) +- set_target_properties(Boost::${COMPONENT} PROPERTIES ++ set_target_properties(boost_${COMPONENT} PROPERTIES + IMPORTED_LINK_INTERFACE_LANGUAGES_DEBUG "CXX" + IMPORTED_LOCATION_DEBUG "${Boost_${UPPERCOMPONENT}_LIBRARY_DEBUG}") + endif() + if(_Boost_${UPPERCOMPONENT}_DEPENDENCIES) + unset(_Boost_${UPPERCOMPONENT}_TARGET_DEPENDENCIES) + foreach(dep ${_Boost_${UPPERCOMPONENT}_DEPENDENCIES}) +- list(APPEND _Boost_${UPPERCOMPONENT}_TARGET_DEPENDENCIES Boost::${dep}) ++ list(APPEND _Boost_${UPPERCOMPONENT}_TARGET_DEPENDENCIES boost_${dep}) + endforeach() + if(COMPONENT STREQUAL "thread") + list(APPEND _Boost_${UPPERCOMPONENT}_TARGET_DEPENDENCIES Threads::Threads) + endif() +- set_target_properties(Boost::${COMPONENT} PROPERTIES ++ set_target_properties(boost_${COMPONENT} PROPERTIES + INTERFACE_LINK_LIBRARIES "${_Boost_${UPPERCOMPONENT}_TARGET_DEPENDENCIES}") + endif() + if(_Boost_${UPPERCOMPONENT}_COMPILER_FEATURES) +- set_target_properties(Boost::${COMPONENT} PROPERTIES ++ set_target_properties(boost_${COMPONENT} PROPERTIES + INTERFACE_COMPILE_FEATURES "${_Boost_${UPPERCOMPONENT}_COMPILER_FEATURES}") + endif() + endif() +diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt +index 1b1f19d464..21c222280f 100644 +--- a/src/CMakeLists.txt ++++ b/src/CMakeLists.txt +@@ -353,12 +353,12 @@ set(ceph_common_objs + set(ceph_common_deps + json_spirit erasure_code arch crc32 + ${LIB_RESOLV} +- Boost::thread +- Boost::system +- Boost::random +- Boost::program_options +- Boost::date_time +- Boost::iostreams ++ boost_thread ++ boost_system ++ boost_random ++ boost_program_options ++ boost_date_time ++ boost_iostreams + ${BLKID_LIBRARIES} + ${Backtrace_LIBRARIES} + ${BLKIN_LIBRARIES} +@@ -518,7 +518,7 @@ if (WITH_CEPHFS) + ceph_mds.cc) + add_executable(ceph-mds ${ceph_mds_srcs}) + target_link_libraries(ceph-mds mds ${CMAKE_DL_LIBS} global-static ceph-common +- Boost::thread) ++ boost_thread) + install(TARGETS ceph-mds DESTINATION bin) + endif() + +diff --git a/src/crimson/CMakeLists.txt b/src/crimson/CMakeLists.txt +index d7b58521d4..e1533af33f 100644 +--- a/src/crimson/CMakeLists.txt ++++ b/src/crimson/CMakeLists.txt +@@ -106,8 +106,8 @@ target_link_libraries(crimson-common + PRIVATE + crc32 + crimson::cflags +- Boost::iostreams +- Boost::random ++ boost_iostreams ++ boost_random + ${NSS_LIBRARIES} ${NSPR_LIBRARIES} OpenSSL::Crypto) + + set(crimson_auth_srcs +diff --git a/src/mgr/CMakeLists.txt b/src/mgr/CMakeLists.txt +index 252fb3e5e3..3f3823a68e 100644 +--- a/src/mgr/CMakeLists.txt ++++ b/src/mgr/CMakeLists.txt +@@ -26,7 +26,7 @@ target_include_directories(ceph-mgr SYSTEM PRIVATE "${PYTHON_INCLUDE_DIRS}") + target_link_libraries(ceph-mgr + osdc client heap_profiler + global-static ceph-common +- Boost::python${MGR_PYTHON_VERSION_MAJOR}${MGR_PYTHON_VERSION_MINOR} ++ boost_python-${MGR_PYTHON_VERSION_MAJOR}.${MGR_PYTHON_VERSION_MINOR} + ${MGR_PYTHON_LIBRARIES} ${CMAKE_DL_LIBS} ${GSSAPI_LIBRARIES}) + set_target_properties(ceph-mgr PROPERTIES + POSITION_INDEPENDENT_CODE ${EXE_LINKER_USE_PIE}) +diff --git a/src/rbd_replay/CMakeLists.txt b/src/rbd_replay/CMakeLists.txt +index e9d3804c5f..5c6eb58de1 100644 +--- a/src/rbd_replay/CMakeLists.txt ++++ b/src/rbd_replay/CMakeLists.txt +@@ -36,7 +36,7 @@ if(HAVE_BABELTRACE) + global + babeltrace + babeltrace-ctf +- Boost::date_time ++ boost_date_time + ) + install(TARGETS rbd-replay-prep DESTINATION bin) + endif(HAVE_BABELTRACE) +diff --git a/src/rgw/CMakeLists.txt b/src/rgw/CMakeLists.txt +index ccc4f74cfe..854aa6e5e9 100644 +--- a/src/rgw/CMakeLists.txt ++++ b/src/rgw/CMakeLists.txt +@@ -199,7 +199,7 @@ if(WITH_CURL_OPENSSL) + endif() + + if(WITH_BOOST_CONTEXT) +- target_link_libraries(rgw_a PRIVATE Boost::coroutine Boost::context) ++ target_link_libraries(rgw_a PRIVATE boost_coroutine boost_context) + endif() + + set(rgw_libs rgw_a) +@@ -341,7 +341,7 @@ if(WITH_RADOSGW_AMQP_ENDPOINT) + target_link_libraries(rgw_admin_user PRIVATE RabbitMQ::RabbitMQ) + endif() + if(WITH_BOOST_CONTEXT) +- target_link_libraries(rgw_admin_user PRIVATE Boost::coroutine Boost::context) ++ target_link_libraries(rgw_admin_user PRIVATE boost_coroutine boost_context) + endif() + + if(WITH_TESTS) +diff --git a/src/test/CMakeLists.txt b/src/test/CMakeLists.txt +index 20a64fd41b..a8bb323614 100644 +--- a/src/test/CMakeLists.txt ++++ b/src/test/CMakeLists.txt +@@ -158,7 +158,7 @@ add_executable(ceph_omapbench + ) + target_link_libraries(ceph_omapbench + librados +- Boost::program_options ++ boost_program_options + global + ${BLKID_LIBRARIES} + ${CMAKE_DL_LIBS} +diff --git a/src/test/common/CMakeLists.txt b/src/test/common/CMakeLists.txt +index 71fb77cda9..aff8fb6565 100644 +--- a/src/test/common/CMakeLists.txt ++++ b/src/test/common/CMakeLists.txt +@@ -315,8 +315,8 @@ add_ceph_unittest(unittest_hobject) + + add_executable(unittest_async_completion test_async_completion.cc) + add_ceph_unittest(unittest_async_completion) +-target_link_libraries(unittest_async_completion Boost::system) ++target_link_libraries(unittest_async_completion boost_system) + + add_executable(unittest_async_shared_mutex test_async_shared_mutex.cc) + add_ceph_unittest(unittest_async_shared_mutex) +-target_link_libraries(unittest_async_shared_mutex ceph-common Boost::system) ++target_link_libraries(unittest_async_shared_mutex ceph-common boost_system) +diff --git a/src/test/erasure-code/CMakeLists.txt b/src/test/erasure-code/CMakeLists.txt +index 721f6c3675..1cd9635c77 100644 +--- a/src/test/erasure-code/CMakeLists.txt ++++ b/src/test/erasure-code/CMakeLists.txt +@@ -2,15 +2,15 @@ + add_executable(ceph_erasure_code_benchmark + ${CMAKE_SOURCE_DIR}/src/erasure-code/ErasureCode.cc + ceph_erasure_code_benchmark.cc) +-target_link_libraries(ceph_erasure_code_benchmark ceph-common Boost::program_options global ${CMAKE_DL_LIBS}) ++target_link_libraries(ceph_erasure_code_benchmark ceph-common boost_program_options global ${CMAKE_DL_LIBS}) + install(TARGETS ceph_erasure_code_benchmark + DESTINATION bin) + + add_executable(ceph_erasure_code_non_regression ceph_erasure_code_non_regression.cc) +-target_link_libraries(ceph_erasure_code_non_regression ceph-common Boost::program_options global ${CMAKE_DL_LIBS}) ++target_link_libraries(ceph_erasure_code_non_regression ceph-common boost_program_options global ${CMAKE_DL_LIBS}) + + add_executable(ceph_erasure_code ceph_erasure_code.cc) +-target_link_libraries(ceph_erasure_code ceph-common Boost::program_options global ${CMAKE_DL_LIBS}) ++target_link_libraries(ceph_erasure_code ceph-common boost_program_options global ${CMAKE_DL_LIBS}) + install(TARGETS ceph_erasure_code + DESTINATION bin) + +diff --git a/src/test/librados/CMakeLists.txt b/src/test/librados/CMakeLists.txt +index 4fc53d2406..e6304394f8 100644 +--- a/src/test/librados/CMakeLists.txt ++++ b/src/test/librados/CMakeLists.txt +@@ -62,7 +62,7 @@ add_executable(ceph_test_rados_api_asio asio.cc) + target_link_libraries(ceph_test_rados_api_asio global + librados ${UNITTEST_LIBS}) + if(WITH_BOOST_CONTEXT) +- target_link_libraries(ceph_test_rados_api_asio Boost::coroutine Boost::context) ++ target_link_libraries(ceph_test_rados_api_asio boost_coroutine boost_context) + endif() + + add_executable(ceph_test_rados_api_list +@@ -132,7 +132,7 @@ add_executable(ceph_test_rados_api_tier_pp + tier_cxx.cc + $) + target_link_libraries(ceph_test_rados_api_tier_pp +- librados global ${UNITTEST_LIBS} Boost::system radostest-cxx) ++ librados global ${UNITTEST_LIBS} boost_system radostest-cxx) + + add_executable(ceph_test_rados_api_snapshots + snapshots.cc) +diff --git a/src/test/librbd/CMakeLists.txt b/src/test/librbd/CMakeLists.txt +index 2bf6723c40..e99b8afa11 100644 +--- a/src/test/librbd/CMakeLists.txt ++++ b/src/test/librbd/CMakeLists.txt +@@ -27,7 +27,7 @@ target_link_libraries(rbd_test PRIVATE + radostest + radostest-cxx + librados +- Boost::thread ++ boost_thread + GMock::GMock + GTest::GTest) + +diff --git a/src/test/rgw/CMakeLists.txt b/src/test/rgw/CMakeLists.txt +index 9b2c6b6321..80e4cb7829 100644 +--- a/src/test/rgw/CMakeLists.txt ++++ b/src/test/rgw/CMakeLists.txt +@@ -143,7 +143,7 @@ add_ceph_unittest(unittest_rgw_dmclock_scheduler) + target_link_libraries(unittest_rgw_dmclock_scheduler ${rgw_libs} dmclock) + if(WITH_BOOST_CONTEXT) + target_compile_definitions(unittest_rgw_dmclock_scheduler PRIVATE BOOST_COROUTINES_NO_DEPRECATION_WARNING) +- target_link_libraries(unittest_rgw_dmclock_scheduler Boost::coroutine Boost::context) ++ target_link_libraries(unittest_rgw_dmclock_scheduler boost_coroutine boost_context) + endif() + + if(WITH_RADOSGW_AMQP_ENDPOINT) +diff --git a/src/tools/CMakeLists.txt b/src/tools/CMakeLists.txt +index d31f3d2408..6945018b11 100644 +--- a/src/tools/CMakeLists.txt ++++ b/src/tools/CMakeLists.txt +@@ -35,20 +35,20 @@ install(PROGRAMS + endif(WITH_TESTS) + + add_executable(ceph-osdomap-tool ceph_osdomap_tool.cc) +-target_link_libraries(ceph-osdomap-tool os global Boost::program_options) ++target_link_libraries(ceph-osdomap-tool os global boost_program_options) + install(TARGETS ceph-osdomap-tool DESTINATION bin) + + add_executable(ceph-monstore-tool + ceph_monstore_tool.cc + ../mgr/mgr_commands.cc) +-target_link_libraries(ceph-monstore-tool os global Boost::program_options) ++target_link_libraries(ceph-monstore-tool os global boost_program_options) + install(TARGETS ceph-monstore-tool DESTINATION bin) + + add_executable(ceph-objectstore-tool + ceph_objectstore_tool.cc + rebuild_mondb.cc + RadosDump.cc) +-target_link_libraries(ceph-objectstore-tool osd os global Boost::program_options ${CMAKE_DL_LIBS}) ++target_link_libraries(ceph-objectstore-tool osd os global boost_program_options ${CMAKE_DL_LIBS}) + if(WITH_FUSE) + target_link_libraries(ceph-objectstore-tool ${FUSE_LIBRARIES}) + endif(WITH_FUSE) diff --git a/sys-cluster/ceph/files/ceph-14.2.0-cflags.patch b/sys-cluster/ceph/files/ceph-14.2.0-cflags.patch new file mode 100644 index 000000000000..3a9f52c879b7 --- /dev/null +++ b/sys-cluster/ceph/files/ceph-14.2.0-cflags.patch @@ -0,0 +1,13 @@ +diff --git a/cmake/modules/Distutils.cmake b/cmake/modules/Distutils.cmake +index 5697dff85f..7fdcfe4112 100644 +--- a/cmake/modules/Distutils.cmake ++++ b/cmake/modules/Distutils.cmake +@@ -61,7 +61,7 @@ function(distutils_add_cython_module name src) + CC="${PY_CC}" + CXX="${PY_CXX}" + LDSHARED="${PY_LDSHARED}" +- OPT=\"-DNDEBUG -g -fwrapv -O2 -w\" ++ OPT=\"-DNDEBUG -g -fwrapv -w\" + LDFLAGS=-L${CMAKE_LIBRARY_OUTPUT_DIRECTORY} + CYTHON_BUILD_DIR=${CMAKE_CURRENT_BINARY_DIR} + CEPH_LIBDIR=${CMAKE_LIBRARY_OUTPUT_DIRECTORY} diff --git a/sys-cluster/ceph/files/ceph-14.2.0-dpdk-cflags.patch b/sys-cluster/ceph/files/ceph-14.2.0-dpdk-cflags.patch new file mode 100644 index 000000000000..ab5d980cfbc9 --- /dev/null +++ b/sys-cluster/ceph/files/ceph-14.2.0-dpdk-cflags.patch @@ -0,0 +1,30 @@ +diff --git a/cmake/modules/BuildDPDK.cmake b/cmake/modules/BuildDPDK.cmake +index 12a831a8b1..a5485aa205 100644 +--- a/cmake/modules/BuildDPDK.cmake ++++ b/cmake/modules/BuildDPDK.cmake +@@ -16,17 +16,14 @@ function(do_build_dpdk dpdk_dir) + set(arch "x86_64") + set(machine "default") + set(machine_tmpl "native") +- set(rte_cflags "-march=core2") + elseif(CMAKE_SYSTEM_PROCESSOR MATCHES "arm|ARM") + set(arch "arm") + set(machine "armv7a") + set(machine_tmpl "armv7a") +- set(rte_cflags "-march=armv7-a") + elseif(CMAKE_SYSTEM_PROCESSOR MATCHES "aarch64|AARCH64") + set(arch "arm64") + set(machine "armv8a") + set(machine_tmpl "armv8a") +- set(rte_cflags "-march=armv8-a+crc") + elseif(CMAKE_SYSTEM_PROCESSOR MATCHES "(powerpc|ppc)64") + set(arch "ppc_64") + set(machine "power8") +@@ -35,7 +32,6 @@ function(do_build_dpdk dpdk_dir) + message(FATAL_ERROR "not able to build DPDK support: " + "unknown arch \"${CMAKE_SYSTEM_PROCESSOR}\"") + endif() +- set(dpdk_rte_CFLAGS "${rte_cflags}" CACHE INTERNAL "") + if(CMAKE_SYSTEM_NAME MATCHES "Linux") + set(execenv "linuxapp") + elseif(CMAKE_SYSTEM_NAME MATCHES "FreeBSD") diff --git a/sys-cluster/ceph/files/ceph-14.2.0-mgr-python-version.patch b/sys-cluster/ceph/files/ceph-14.2.0-mgr-python-version.patch new file mode 100644 index 000000000000..e4502a608ec2 --- /dev/null +++ b/sys-cluster/ceph/files/ceph-14.2.0-mgr-python-version.patch @@ -0,0 +1,17 @@ +diff --git a/src/pybind/CMakeLists.txt b/src/pybind/CMakeLists.txt +index 664543172a..e74d73c084 100644 +--- a/src/pybind/CMakeLists.txt ++++ b/src/pybind/CMakeLists.txt +@@ -62,12 +62,6 @@ foreach(python_version ${py_vers}) + endforeach() + + if(WITH_MGR) +- if(NOT WITH_PYTHON2 AND MGR_PYTHON_VERSION_MAJOR EQUAL 2) +- message(FATAL_ERROR "mgr plugins require python2 binding") +- elseif(NOT WITH_PYTHON3 AND MGR_PYTHON_VERSION_MAJOR EQUAL 3) +- message(FATAL_ERROR "mgr plugins require python3 binding") +- endif() +- + if(USE_OPENSSL) + execute_process( + COMMAND ${PYTHON${PYTHON_VERSION}_EXECUTABLE} -c "import ssl; print('.'.join(map(str,ssl.OPENSSL_VERSION_INFO[0:3])))" diff --git a/sys-cluster/ceph/files/ceph-14.2.0-no-automagic-tbb.patch b/sys-cluster/ceph/files/ceph-14.2.0-no-automagic-tbb.patch new file mode 100644 index 000000000000..3e671a490981 --- /dev/null +++ b/sys-cluster/ceph/files/ceph-14.2.0-no-automagic-tbb.patch @@ -0,0 +1,12 @@ +diff --git a/cmake/modules/BuildRocksDB.cmake b/cmake/modules/BuildRocksDB.cmake +index 69741f4601..8e7a9e30c3 100644 +--- a/cmake/modules/BuildRocksDB.cmake ++++ b/cmake/modules/BuildRocksDB.cmake +@@ -39,6 +39,7 @@ function(build_rocksdb) + list(APPEND rocksdb_CMAKE_ARGS -DCMAKE_BUILD_TYPE=${CMAKE_BUILD_TYPE}) + list(APPEND rocksdb_CMAKE_ARGS -DFAIL_ON_WARNINGS=OFF) + list(APPEND rocksdb_CMAKE_ARGS -DUSE_RTTI=1) ++ list(APPEND rocksdb_CMAKE_ARGS -DWITH_TBB=NO) + CHECK_C_COMPILER_FLAG("-Wno-stringop-truncation" HAS_WARNING_STRINGOP_TRUNCATION) + if(HAS_WARNING_STRINGOP_TRUNCATION) + list(APPEND rocksdb_CMAKE_ARGS -DCMAKE_C_FLAGS="-Wno-stringop-truncation") diff --git a/sys-cluster/ceph/files/ceph-14.2.0-no-virtualenvs.patch b/sys-cluster/ceph/files/ceph-14.2.0-no-virtualenvs.patch new file mode 100644 index 000000000000..5647ac51674d --- /dev/null +++ b/sys-cluster/ceph/files/ceph-14.2.0-no-virtualenvs.patch @@ -0,0 +1,54 @@ +diff --git a/.gitignore b/.gitignore +index 2c2afc282e..80c05ee2f0 100644 +--- a/.gitignore ++++ b/.gitignore +@@ -13,10 +13,8 @@ + *.swp + *.swo + *.tmp +-*.orig + *.patch + !debian/patches/*.patch +-*.rej + *.rpm + *.pyc + ceph.spec +diff --git a/src/pybind/mgr/dashboard/CMakeLists.txt b/src/pybind/mgr/dashboard/CMakeLists.txt +index 24a2efc9e2..b11d4d0303 100644 +--- a/src/pybind/mgr/dashboard/CMakeLists.txt ++++ b/src/pybind/mgr/dashboard/CMakeLists.txt +@@ -2,7 +2,7 @@ set(MGR_DASHBOARD_VIRTUALENV ${CEPH_BUILD_VIRTUALENV}/mgr-dashboard-virtualenv) + + add_custom_target(mgr-dashboard-test-venv + COMMAND +- ${CMAKE_SOURCE_DIR}/src/tools/setup-virtualenv.sh --python=${MGR_PYTHON_EXECUTABLE} ${MGR_DASHBOARD_VIRTUALENV} ++ #${CMAKE_SOURCE_DIR}/src/tools/setup-virtualenv.sh --python=${MGR_PYTHON_EXECUTABLE} ${MGR_DASHBOARD_VIRTUALENV} + WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}/src/pybind/mgr/dashboard + COMMENT "dashboard tests virtualenv is being created") + add_dependencies(tests mgr-dashboard-test-venv) +@@ -14,9 +14,9 @@ function(add_npm_command) + set(multi_kw COMMAND DEPENDS) + cmake_parse_arguments(NC "${options}" "${single_kw}" "${multi_kw}" ${ARGN}) + string(REPLACE ";" " " command "${NC_COMMAND}") +- if(NC_NODEENV) +- string(REGEX REPLACE "^(npm .*)$" ". ${mgr-dashboard-nodeenv-dir}/bin/activate && \\1 && deactivate" command ${command}) +- endif() ++ #if(NC_NODEENV) ++ # string(REGEX REPLACE "^(npm .*)$" ". ${mgr-dashboard-nodeenv-dir}/bin/activate && \\1 && deactivate" command ${command}) ++ #endif() + string(REPLACE " " ";" command "${command}") + add_custom_command( + OUTPUT "${NC_OUTPUT}" +@@ -41,9 +41,9 @@ else() + + add_custom_command( + OUTPUT "${mgr-dashboard-nodeenv-dir}/bin/npm" +- COMMAND ${CMAKE_SOURCE_DIR}/src/tools/setup-virtualenv.sh --python=${MGR_PYTHON_EXECUTABLE} ${mgr-dashboard-nodeenv-dir} +- COMMAND ${mgr-dashboard-nodeenv-dir}/bin/pip install nodeenv +- COMMAND ${mgr-dashboard-nodeenv-dir}/bin/nodeenv -p --node=10.13.0 ++ #COMMAND ${CMAKE_SOURCE_DIR}/src/tools/setup-virtualenv.sh --python=${MGR_PYTHON_EXECUTABLE} ${mgr-dashboard-nodeenv-dir} ++ #COMMAND ${mgr-dashboard-nodeenv-dir}/bin/pip install nodeenv ++ #COMMAND ${mgr-dashboard-nodeenv-dir}/bin/nodeenv -p --node=10.13.0 + WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR} + COMMENT "dashboard nodeenv is being installed" + ) diff --git a/sys-cluster/ceph/metadata.xml b/sys-cluster/ceph/metadata.xml index a483dc67c04b..f1a3c5f52090 100644 --- a/sys-cluster/ceph/metadata.xml +++ b/sys-cluster/ceph/metadata.xml @@ -22,11 +22,13 @@ Build support for cephfs, a POSIX compatible filesystem built on top of ceph Enable DPDK messaging Build fuse client + Install grafana dashboards Use libatomic instead of builtin atomic operations Use libaio as asynchronous input/output library Add support for LTTng Build the ceph-mgr daemon Use dev-libs/nss for cryptography + Use rabbitmq-c to build rgw amqp push endpoint Add radosgw support Use system dev-libs/boost instead of the bundled one Add xfs support diff --git a/sys-cluster/glusterfs/glusterfs-4.1.5.ebuild b/sys-cluster/glusterfs/glusterfs-4.1.5.ebuild index 4e83d53ebf84..61cb827c0e8f 100644 --- a/sys-cluster/glusterfs/glusterfs-4.1.5.ebuild +++ b/sys-cluster/glusterfs/glusterfs-4.1.5.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 @@ if [[ ${PV#9999} != ${PV} ]]; then EGIT_REPO_URI="https://github.com/gluster/glusterfs.git" else SRC_URI="https://download.gluster.org/pub/gluster/${PN}/$(ver_cut '1-2')/${PV}/${P}.tar.gz" - KEYWORDS="~amd64 ~arm ~arm64 ppc ppc64 x86" + KEYWORDS="amd64 ~arm ~arm64 ppc ppc64 x86" fi DESCRIPTION="GlusterFS is a powerful network/cluster filesystem" diff --git a/sys-kernel/Manifest.gz b/sys-kernel/Manifest.gz index 0d06a1aee3a9..eb3e91c3aac7 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 cb35813cec3e..1e151d3cec14 100644 --- a/sys-kernel/gentoo-sources/Manifest +++ b/sys-kernel/gentoo-sources/Manifest @@ -16,6 +16,9 @@ DIST genpatches-4.14-112.extras.tar.xz 17492 BLAKE2B cd6ce9e9541db874ddaac70afbd DIST genpatches-4.14-113.base.tar.xz 2558384 BLAKE2B 9a33a9b86e40c9c4734eb12ab56483fac811265e26a2618ead4da2d1204363b8429a8b9d4d2284e777c0829bf627d45833425d3c7612bfdc7ae98680eaf9041c SHA512 41536bfe41fcf4e930990d81b79e2c688ef806d7b20da3fa56244578a233449f76dfd489c2baa4d5f626fab9d782c27f1cd6f7a80e35c8708030201e29ffc53d DIST genpatches-4.14-113.experimental.tar.xz 5224 BLAKE2B 66e5f9fa5e46c64facbab20c7b38a15c15c3eeda5b1c64ae1dc84a3031f6f496bcc5764cdab5b99b6cfcc074fc9328492feb6145220b9000bfb42283a6118cdf SHA512 745c4e950576e1cf8d754dc59c6357b0dd67e9d4b119c66d8a73e1f5d09cb0d94a1a79dc8eb981ca9ae26b7ae86837a942d51477e728d1ceeb95b6a7915ec532 DIST genpatches-4.14-113.extras.tar.xz 17500 BLAKE2B afa29c0d2c4beb73acaa6e5e681ec446caa3ebde8e4b15dfdc884be8dc5db3c27e3c3665c91c4fb7265611a61eabbcde917c945efb86e5bbc0c400024d4f43a2 SHA512 065e6a68bc073a50fed158b1da591f136a32e3434d8e0f2cb47ea6ce318b20e07a483306520a8433e65109ba5cab4ee495f6bf15813242a7b3bdaecb9620ab12 +DIST genpatches-4.14-114.base.tar.xz 2564040 BLAKE2B c6c59dca8130f8172cdb02c1a28e833cae6b15a72be492a104f312943632b254a06c62b3e64c26cc314970c3fd12d6a412ba58952458968fd13d51ea6d5e950e SHA512 6c183938202c4dca29928836d5b08c12bf83dfdc95bfb4922be296dea831eefa923c8ec154a9b2b2f1b21289a265093dfb6e95ece6721fbed6d9ad91c607c8c5 +DIST genpatches-4.14-114.experimental.tar.xz 5224 BLAKE2B bed025708f4778762be4ffc0601dc5a9064805bfb88f6e9595f3837bd3d80a060cd2602059754b52fa5db4660d9db29d21a0a8050d1b161aff980c47993a1afd SHA512 29b63b4be8449f8091d759b5c95e4688d2dcecd91fdd9daa060fba6ae1239dc5fe2cbf2cc1e56e8b945a821569d15af933a0d5ae89721783f76ccd19f4203db5 +DIST genpatches-4.14-114.extras.tar.xz 17492 BLAKE2B a51727e175b98e9e0ebcca1bbfd272bae4409cdc0af26d8e7ed89ff8ebb03fa5ec7fecea98c0017d5bd5cacf273abe7854f3fb7bc6ba48c16dfc3f6531576b83 SHA512 d74ada6c0e821e510d9aea458d5a8991af262eff69b8a715b7303b2996248c3c060fd46101f1e5f7bfb5c99b4e3d5b3c50b3f3b289729dc4d335e3af2305afbf DIST genpatches-4.14-90.base.tar.xz 2158040 BLAKE2B 1fe37fa012c110dc48f5291c149d23d544d9cf11d691b026c66bf0b632525d28dab5521fc399de34a83e9017522aa9114f95b7c0c23043ec27204af1e4c77caa SHA512 cf1dfa59b0c83ab4cf4f345087d9d89a03d32265cf9c4f3896474f2bfabe616f8a4d0bf8f7daf584c129023e9d4f47cf151bb7aa83d06d2ee440ecf9f8c6e72a DIST genpatches-4.14-90.experimental.tar.xz 5224 BLAKE2B cf3e25ad929a3822aff357164ce27b3dc790dbb2c7e9a75f9267ef0cac49d28bc2538b68b86ff34a81789f9ec7e8ed82d0a3a71151abbd2ac7e3d8475026c14a SHA512 beadc5e4b5161d231637123bbe54e5afbdb47bbf1bc2ef1b44c27560c81827e0f9960a851807b2accc3fc3d325d3634593d122113973786a7bd8f9d5a61884de DIST genpatches-4.14-90.extras.tar.xz 17484 BLAKE2B ec51340486f3fd053a228b1302c1a59b3b5100cbf55c96ab07e242479081ea05b2edac3c325df520bdb38daff689a68c63fd9abf0557e5399b681507605c3a01 SHA512 99ec816bd994a1d33d254373878cfa68acd0ddcf7a56237442247d222e41263f8fa1ba9d5494f32748a1990e3e20d0a4768f28e23f8148e83b884b4f637bd2b8 @@ -31,6 +34,9 @@ DIST genpatches-4.19-29.extras.tar.xz 17484 BLAKE2B 7c2b7a04f1a63433dc44a9d38aac DIST genpatches-4.19-30.base.tar.xz 867128 BLAKE2B 2643d8f494f9d9ccacd6e7b755fdb20268c43961ce99de3f52bb80b4dcbeb1ca93ed80a0d722ea2f9a7879d218bb15c3aaff6ceed17f845bf9d210799d42c132 SHA512 5598d5bc77aa321219f87c7adb866c0c01d7e87765419a6a3a1ac882881fa7d59df5cbe553e5396481fa909df8a44ee1190f26a9ab50be7882c96677a98d9c12 DIST genpatches-4.19-30.experimental.tar.xz 5812 BLAKE2B c3646be2f555837c957b39b87d3f7c5693fc51d3964d6b1531d44319a890e9d818928e23cc586a0c983625dfc98b0b1be819a550f0f5d64e9eff1394802ecdb3 SHA512 79512774d3d2f5200fe33e92c77a23e5d1cf6cc1e16642b9a3ad9b84720ac1cf8d0dae6d6f633d58e1abddc04bda1d6688a507932003158bebc77f5fb963b8e6 DIST genpatches-4.19-30.extras.tar.xz 17488 BLAKE2B cc7ac0264801ace3e52760ad7087af8b9ec8e05975750c55d4a9e65ad92e82f520af373e582491684d6443ec11e4146cb92b99c26f078f7defd335adab7ee476 SHA512 df8afbec790f72eda8eafd9badc9e93b18ec3a25c1b99d9479ab6671a80bc4b5c3eeb3d1b4daf5a600e878545e9a98f499f5553306b944645a70d5186cbbab30 +DIST genpatches-4.19-31.base.tar.xz 879032 BLAKE2B fabdcf0656d1bbc4348a2b87670e4e1e0bab252af75fc40ce8c82f4afc0acc74458bdeb364570515f9f9b81741425ef37d51dead1bea98265886f08c8dd76f56 SHA512 f7234e3b465f02ca636552de497c2b319f62a7b0559e35d319582f6bfba903c64353b11253b76e3557017bc2275ee46c857e5e59336adc2f7d9c8d63b930a38e +DIST genpatches-4.19-31.experimental.tar.xz 5808 BLAKE2B f8e3fbccc8d071fdea1a01a4f52621e10130ae9ccba7df627c2accdfff481aae58b35d088944ccf26c60efe17f9a248ba01e998332387390c031e804ade0c4d2 SHA512 c857fcbc60fb85bdf29a1342e169dbda342d1c09bced161ed1409fb9d51c85db8436564a77d6694d6b9e1a294a61c6c87c264c40c935de1a38232bdafaf3a16f +DIST genpatches-4.19-31.extras.tar.xz 17484 BLAKE2B 5484a4cbea460706fc26c298595bf099ffae8b570ffd37f29effe0829a06b9e87b24ab991db60dbe8dae622c9217605054625d0324c1710b27bf4ba200ee7464 SHA512 9acd7a806fe0e9ebd9a046d9fd6b3c82c57b07102bb743a345da1201f21e38b7c450f4cdbc68b3a39b86280ecc9848b99d844cc984b008b5dcf3df31b5d039e6 DIST genpatches-4.20-12.base.tar.xz 362820 BLAKE2B a9f0385945ea64b1cb0ec094311319ca72896a8bffb0788246034fcc5fe912bba01187115a876efc88c374a303ef31d2d2c14b1a6c7856ba059d555e93437fb5 SHA512 82658edc223e01b2292286da039e7f5600eaac3b20a3e9347f1bfa27e5fbc3e3d9d359de06a6f3049184e2fcf33439f258d7fbc3de89244bdf67054c6ece5306 DIST genpatches-4.20-12.experimental.tar.xz 5804 BLAKE2B 431dbf5b80c498a01995be86fc2c49edb5873f6f6105493c8148d0cbd19b2d9a1db43521b056839424e8602b930703cf8edda27765a98af32fb671d2068ccdb2 SHA512 6c1d753e28572de56cdc9416efd33df71cce8561f0e0d4a220efbc9203f4e9e8ed965195aa0b029142d5cc7d3ca67b09ecbab7078cded7c9f98af018cb75bd4f DIST genpatches-4.20-12.extras.tar.xz 3280 BLAKE2B 3d30c1a84ab4f84e96ac46badd93a3fb9a0eb7249bce578867de3e72444d7f2c523401ca55bd6bcc8ca0021ef9e0fd3b5aff92ca3ae7d91514b3f2f10d2cfa94 SHA512 6a7dd0c1d846ab282153a40b7cadd1f00c246ef4a3ac1fd8da57f679ce79a2e7ea6d0230c3b883f41e12c333e71e81c9d6b3c86e696abdaede88bf25e0e80f64 @@ -49,6 +55,9 @@ DIST genpatches-4.20-16.extras.tar.xz 3280 BLAKE2B 4dc91a8b0302fa3234c639167cd18 DIST genpatches-4.20-17.base.tar.xz 515392 BLAKE2B 262bbd5569d341286c5b4d3956a972c4cc492db90033fdd36437cf5b72fd4afe6a711dc53463f44052743dc2a5338e594513b4c0487c9eb60be5acf5c08105d4 SHA512 3435eef2d3ba8162f7361e60dbe2d3cd2963f7dabc6318f0cf6c16a9f9561a4c0de22d3ec57b6f98c85fffe9724b513d551479058105d72618407b22c22cd2e9 DIST genpatches-4.20-17.experimental.tar.xz 5808 BLAKE2B 1318bf1e29e846af1b3a71f8b4d883389322b52c166555e7275364ed83d99fca5344a64e46c4b823130a32ed5a5eb45136f1d2515ba2b2bea74ddc279e5e22b8 SHA512 20b9bd2efa05b3386d6fd1de97fdd640409c0270066a0144984622b973e9c727f5827ffcdd2002869fe9f9bbf7d8cf79eae836c71747e705f2c4dfaf52f6013b DIST genpatches-4.20-17.extras.tar.xz 3276 BLAKE2B 277da9ae1bbf22815ddea0f1246aec2d2990fad11c76c1adc3d5621e6af4e09befd1c2f469c7054b8e646b49ce94897dc100d74aded55fb132023085d395786a SHA512 779e2b5f82d2b93bd55995e9242f5a096503413794f365ed33929bf1b0df81b6aa0e745e8f308914fbbe1d205b684e617e757ab3c7ab2bc9a05d963bb6290b76 +DIST genpatches-4.20-18.base.tar.xz 526776 BLAKE2B 4d0584ebf8c8dfce1f5e5d0154fa6530faafc2af86b865799de6a0780bfca06cd25a0706388b76c1decbb7f2003d44a444b7257c2771e0c651d8ab1b246d40c0 SHA512 4283d365e8814d9007bb52ac37dcb78751780fcb0aa114913a54e82c6629cdbf4bccfb360ce8c2f20aa097c5ef75bb0cb3726952dd2161f1f1bbc04fedb9c521 +DIST genpatches-4.20-18.experimental.tar.xz 5804 BLAKE2B 23418d89907c42dd4f4bde70c2e1c11b6384f1b4e27f09a13dd77d02a37fa948c7f0d339ca349a06d2f686250a32de96eb1203e4278a585ff7dd74f62a498a58 SHA512 7de433bb60c55384d9bc1e94dec0add657e5f3210a4b03a4ddf58656833b246da609a2e117b05a2409d8b2f546c2edf65f91d5add273aa1d49da0de56cf48d48 +DIST genpatches-4.20-18.extras.tar.xz 3280 BLAKE2B 4c3550102ec0c584649c3fa4f5f991896ffc8a24bc146d747f0575c898459bd1bf9b9b797f25fedbc4554080cf437fd1e83c0f0452a4e3f77c9eda255f87a12d SHA512 143f982f7ffe139b1dbde08872dbb3b001c9751aeef1cf6cdd69756e2f16132686ff3b3713064ca4ff88e5098425a407371fca99678452507374a7874cf8cd9e DIST genpatches-4.4-165.base.tar.xz 2476424 BLAKE2B 930a62c7b5f697e1baf2b999b45123778f2818a33558343592cf7273b2b376c8824700b2c20b71efcaa0991717b8ce654a222d2dcde8ca3bf1b3417e406117c6 SHA512 b29767c1ac47e9b3c7f3eb7cc833939db964901c6dfd36792ec4998dbb97ae6a21a8a7ebbbfd6eff74ba28463eb868385324c1069130ad0cfa55b33323673993 DIST genpatches-4.4-165.experimental.tar.xz 87776 BLAKE2B 65271ec6c063df652a7ad1317c37c8eaac9a4a93ceabbb56bf8c8de43a49b6ccdf6f22608acc061568cee72208fb62ae98d9b363666c7e664b389c482bc17527 SHA512 af7d9389495ace3aa2fb93d1d77e7f5204df46547f0c84ae820352fd0381acaecd1f4a41ba5a4507c2a30ce5b6928b14eb88ec120a87247b0cc742fecbd40f64 DIST genpatches-4.4-165.extras.tar.xz 16452 BLAKE2B 59cd1eabbc61cdf547f21894e137033dfb7ad71b1bd2f1f47c04de74602abf548e504de5a95d557c805d72edf70455fe0c3a34d3918a91b177aaa3cea17b9194 SHA512 42464d2bfb847e869a2d6cbcca3c86a52840039ab975dddd9244c60d58fce671703c89e880cb49e1fd19eca9e9ab9367a44fdbd30b78bd68a7ae5cd2b1f23dba @@ -82,6 +91,9 @@ DIST genpatches-4.9-165.extras.tar.xz 17364 BLAKE2B 6ef1de46794e1736197c39cc4289 DIST genpatches-4.9-166.base.tar.xz 2910296 BLAKE2B 478bacd2504aac8ceb378a4810dfac62967638acd3a23dec97b1ff67b369435768e9a1181ebe3b08d51266aaa8c2498e6a6ca35980fe6ca8964339e6e97d3f9a SHA512 58e0c6f23fccb4f1e9ae27878030efb4a2d4b38e19ccf7406067e5cd7bcc33206ee4303907108e20e0cf08900c045036ab991769e92ed749c1d46a1869db6b37 DIST genpatches-4.9-166.experimental.tar.xz 106416 BLAKE2B e7c119fa3ba46e42221d255146ce920aa095edae1e3704f974bc17f55e606b3e1a70cd706a3930a7b61d9311ce759e2ef7bb35b406a94bd3d577af930da2fbad SHA512 26cf80cfb09c05ba74f8cc99f7adee24049e7b33c62977047a65a97e6a37b444027e3fde6d551c82465d0b5f60bc29e9167826432883269701277dfb597f9113 DIST genpatches-4.9-166.extras.tar.xz 17364 BLAKE2B fbf9e63348d5c3030d3544bb0a0e397b1a542a7cc26226bdd2d754b804d51aabb7ff3e24d2fc371b75fe15dbb783988be0f678d66a839f4ccb272adabffae296 SHA512 4802d8f75dc6215b529dcdfb41cd3a708a0a041977a48f82234fbf41331cf501f31d26e106f01c41636e4c8ade538dc7ea87a51dd946ef18aa00a23338b1f434 +DIST genpatches-4.9-167.base.tar.xz 2916288 BLAKE2B 3960b6e7a359038266f879a1fff234efaaad4ace0691aaf432923b4f15b9d13f389ad6db0256fb9c9ee5605be50e7aed1d761ab747ee786f219dd9628674e50e SHA512 7b2b6136daad899fd79c720b15df4ef85265088f2cccd403f861758f92c48a4aee1dd3789b1e08b0af0504456de7182a33cddbbdb2bef0dcfc12713d44289c90 +DIST genpatches-4.9-167.experimental.tar.xz 106424 BLAKE2B 26d0c4baa18f9e462f58299309f61ceee5ca13e07078327ead2c9cfe16b64d52bf0e194fad1748f24930d21fca1b7029f8d37e22006cff33a50826cd7b4b8eb8 SHA512 1a11a4ac1374eb8ec97e12418d85c2f76b9171c23d59954764d0ccb00bf11f03288bc09b2c78d9dc98543807cbc6a3fc8d61d2b106cd8a61c655085fed9883e8 +DIST genpatches-4.9-167.extras.tar.xz 17360 BLAKE2B da9dd1749fa96619ebfc07974b59effa7f56a1439a52e7c119c231aa86508ea34692321fbe3e24106e28a5cae4483162915019299bd1a42b84e48602c31b5b9c SHA512 3637ea9a7e4871641bd837091ac58255a68257924b7df876ebd951e710089b5558934ff7e4dfc281ecaf515157a54b7767dbf4fc6a60580ce11c4faee7b829a5 DIST genpatches-5.0-1.base.tar.xz 3968 BLAKE2B a8c05208ded80333ce545ee2ed2f50b79702f782337042bf76072cce18ac8c8330ffa760dec2d3c68cf5584aafb15abf610c63a659c9e68b35943773b5e37a51 SHA512 6a811079abf1c278e7d7bd2ef2becc735bfc9c05ce973068554e373b2ef6e922b3d779accc59393fe50e76e95d4b5ce9ddd32cab687d156376ca999b93048df3 DIST genpatches-5.0-1.experimental.tar.xz 5804 BLAKE2B 56326e211c003cf1c9b772af198f928528e0efa1261759e030ad369cea4e44cc7fdb7f07975245268b10bc7e23240e1b9bc58ff062696d53faba64ea66ee57ff SHA512 ddbca26e58a0f35954ea2d3bb24d0daafa17a5d93af537123a9549cf46d180845f31ab1292a836bc1060b8f0aa6d14d08c84f63b56476fef194af754489d9510 DIST genpatches-5.0-1.extras.tar.xz 1724 BLAKE2B 348949e6e8def64d08ac7fd1f1cdbba6fadd6afe09aa7ffef25efe652284d66fb9b9e9c160ff9598bef8e94b28c1b866c99ca296f57428bf6cd40de03dd23f4d SHA512 7755d61797c466f2223be0bd20e54757e90ba175e3fd80886d86e4fd452a324dd42f2970a1878ddb3870dac4264b6c047ad9870d57f4478eff4a844a82ea9c66 @@ -91,6 +103,9 @@ DIST genpatches-5.0-2.extras.tar.xz 1724 BLAKE2B 61b36a94c7f1b4d82c856a38f278880 DIST genpatches-5.0-3.base.tar.xz 34292 BLAKE2B e6ac48b519802739b54081502d7d4f1b80aa5988aa04ba206c52c5991b29cbdd39d13c8a8da7a876e9dafc7d9f33f90eb866cfae2f8e8a747a358661520c7643 SHA512 ea6c85157211b7ac7d448d6b9107f6bf3dec9d8c4e1509ef463d1f1beb661cffb16d24c1729037d37ef41335b4d0c88ab5467f0dca422e8591d4302e447ba0a0 DIST genpatches-5.0-3.experimental.tar.xz 5800 BLAKE2B 5039b3847980ada995bbc811ed42080ceaeb024f01baf80bf020fd2915d79bd92f183a4cd6b73bc08de192f99930c225a139ad370bcfb5b0151695c256b7e1f8 SHA512 0a8ccd5b4232926e89755cff71eacc83ad5cea8922518c9dbe7049d866dd60c282d6c7f26df6b42b7d4678fdd369a5b15d775b8e948eb8ec844fba911a866deb DIST genpatches-5.0-3.extras.tar.xz 1724 BLAKE2B 21fd7595e03e7a97fdd1b06031a8404b6d4010db4bb404cb81cec99ebfca9e350990e3b10295b827fcd4b9354125ee0e1e12466ff278aab9a5dfc184e7f6db4f SHA512 993f46873596b2093d23305be2ab72b1121055a18049ec4e1c63f592daded68abb4724e7a51784858c7999bc114b3559fa3434cb148714f0decd64da80bfd700 +DIST genpatches-5.0-4.base.tar.xz 45932 BLAKE2B 28869fd86ebf9e6ceb2b7732c035cf7382a4c7950a1dabadb0c84f7101e252c7d74825fdbcd228e67e3f88370b1e0ce396e2ddcc4dd4a4f40b0e5e52b33a30a7 SHA512 71572fbb1fdc1b461d1a66fe134f00e5f7ccd0d6e805a8ca7e8d9ce32d1f195ac24d329839f5d24fa80de9b05866a67a71a3ae60959cb48b2267ef109b513923 +DIST genpatches-5.0-4.experimental.tar.xz 5804 BLAKE2B 6a69825e2830db123d74ae5579c2dc46987488dcdd33fe4fb8eed42ca48a300d6ee60371cd3103467381f4fce621d80e012f32e3640d44c737a9f9e72e777295 SHA512 0f6c8549213ec6499ecf8d29ada487d3d66fa8ec365bb1c3e47c33f39404749da422801309ee483c2ba388c8aec19ec3c99bc0e494ff873d16d2e5b4fa437d26 +DIST genpatches-5.0-4.extras.tar.xz 1724 BLAKE2B 7c2514e44bffdbccfa8c30d1d56bca2f38b9c39e39f6484a269124fa9404e16692333b57d0133432a796b3de51db27b886caae989bc9e6672bf99ca50e754a35 SHA512 052ef7189a30df3c691472d5525b93d6d35b274273c12450f59d423bfc8d3130d9f7fcd7e7f5ba3c633847555957bae419c06af2fd9b51c03958edd8951d3efb 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.20.tar.xz 104257836 BLAKE2B fb52cad2897da319299486fa8c3b9415cd0aee0842dbf353a5b269720dcb902db407bb55dd95a77b212dcb4a488c15363d561f3649d6bd16885561f2466d90b1 SHA512 e282399beea5da539701aed2bc131abd5bc74a970dcd344163e9d295106dfd700180e672ed546ae5e55bc6b9ac95efd5ca1de2039015c1b7a6fc9c01ea6583d4 diff --git a/sys-kernel/gentoo-sources/gentoo-sources-4.14.107.ebuild b/sys-kernel/gentoo-sources/gentoo-sources-4.14.107.ebuild new file mode 100644 index 000000000000..af2ef9472d9f --- /dev/null +++ b/sys-kernel/gentoo-sources/gentoo-sources-4.14.107.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="114" + +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.30.ebuild b/sys-kernel/gentoo-sources/gentoo-sources-4.19.30.ebuild new file mode 100644 index 000000000000..46e078f561fb --- /dev/null +++ b/sys-kernel/gentoo-sources/gentoo-sources-4.19.30.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="31" + +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.20.17.ebuild b/sys-kernel/gentoo-sources/gentoo-sources-4.20.17.ebuild new file mode 100644 index 000000000000..d3f4d0f22756 --- /dev/null +++ b/sys-kernel/gentoo-sources/gentoo-sources-4.20.17.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="18" + +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.9.164.ebuild b/sys-kernel/gentoo-sources/gentoo-sources-4.9.164.ebuild new file mode 100644 index 000000000000..a44e7710b482 --- /dev/null +++ b/sys-kernel/gentoo-sources/gentoo-sources-4.9.164.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="167" + +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.0.3.ebuild b/sys-kernel/gentoo-sources/gentoo-sources-5.0.3.ebuild new file mode 100644 index 000000000000..a082660d5248 --- /dev/null +++ b/sys-kernel/gentoo-sources/gentoo-sources-5.0.3.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="4" + +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 67bdfa13c90d..d127cd86c7a4 100644 --- a/sys-kernel/vanilla-sources/Manifest +++ b/sys-kernel/vanilla-sources/Manifest @@ -6,9 +6,9 @@ DIST linux-4.4.tar.xz 87295988 BLAKE2B f260f1858994f5d481fd078c86e51bddbc958f7c5 DIST linux-4.9.tar.xz 93192404 BLAKE2B 83ae310b17d47f1f18d6d28537c31e10f3e60458c5954c4611158ca99e71cc0da2e051272eabf27d5887df4a7cb4a5dd66ff993077c11d2221e92d300a0b48d7 SHA512 bf67ff812cc3cb7e5059e82cc5db0d9a7c5637f7ed9a42e4730c715bf7047c81ed3a571225f92a33ef0b6d65f35595bc32d773356646df2627da55e9bc7f1f1a DIST linux-5.0.tar.xz 105235152 BLAKE2B 59635c87a4123c90ab8598c9ea5167096aa6bc765e9d8456d00f3da7530e89e925b3925c99f1a6c96ac0ded7df3ac7df52c75672f0a66acc40f563200892e064 SHA512 3fbab70c7b03b1a10e9fa14d1e2e1f550faba4f5792b7699ca006951da74ab86e7d7f19c6a67849ab99343186e7d6f2752cd910d76222213b93c1eab90abf1b0 DIST patch-3.16.63.xz 2328408 BLAKE2B 029bffaebb44bbc199982363e9dd18d32069b502c6a11de72493cdc99b3865bf8b3edbd13c0488e0fec62040cb5872625ab4257df8efa9e1bd147049ae57714c SHA512 0f4d2834ce213c872b5e36457c28cf683614c8672b6edf07d06cc10f43b6663acd2e2b187228aa1ac0cb32c152bb9a0031654225774145d825e7404b6542b059 -DIST patch-4.14.106.xz 2316836 BLAKE2B 4dd7bceb4bed4df6a0687e49ef6382c821a56f48dfc5518c35bbd6b58d8c8fca7dfa26773607d5c810cc0587a1eb1bb1ef5c4feda6e65d617b265c52d68c98fb SHA512 853dc51a8f5ee8c7698d46b3bdcf277b0ac68ba2138317dff25526236844f5ccd79ee497127f37fc35e6ef2dc7d9b42e6e9e4ed164d4e37914ad881033367f2c -DIST patch-4.19.29.xz 827332 BLAKE2B 56a2bfc1300f4334af301cb83304f36313feea1274b5dcacebad5cd122001373f3753f0f4808a9ba63683a7560af348dce42e5f318ff223f26c8ee5e8621666f SHA512 045651040ae028b6bec1cef83b6d498e73cc701a88321c6f58ad0c113eafc9f783d94c756e567fa3b40551d666c0386936f05a6284237a47b64cb89d4270f4bf -DIST patch-4.20.16.xz 496944 BLAKE2B 5e145c4137f68c4d3cab53465155de2b1c0bb81d5e63225b484d0acafdf325de90bb9953458edbd4b9da483aa6419fe673c9609ea110853c4939f5e17b19a2da SHA512 a915fdb0a94640c8d523a25b7ddf4fb327e968b4f2ef67ecedd4ab684f7b31a2fc24ec743ae9e3376046466e3ac3d72c942f393c5fec341eee4e80e7336abf7f +DIST patch-4.14.107.xz 2321112 BLAKE2B 74af371dfb9689c953638b028c7e304336748622c3501d3853273ab9f97cf02576ce39fa4a7db3aedef20eac2fb58754623868e282d69dea351659dfe31deb2d SHA512 676deed127a393fc78ace99aca3ffb913445f57a602c73cbd49516dd373dc8ce3f0c596881b14ca3c13d1234dc0c9fad0863fc1de236160c522cdf8865924621 +DIST patch-4.19.30.xz 837608 BLAKE2B 7439ed84b60717e4bdc74772acabee8f8ef135082a0a076d308dc8749c5d3dfbaa44305d75b974f3d2fe5c55b8c25dcfe7d46434c172d091ecc0ad14b63ff180 SHA512 7ad49c0f5483c4c5b48c679b4a857ae35314a6ff6fa306bf58003472277635bab560a23d2db14dd1e5eb5821948afca0fd134c90d71f50470a6dd0a0219d86e1 +DIST patch-4.20.17.xz 507008 BLAKE2B c8d8141b1e7e2fb81a94b37fb6860e8d6e672f709d5ff97e1d85fe621ba8e54eb3a989372c69e8c521d59ce832a6683326d96229942ee9d749883295088bd10b SHA512 b4cc082504baa13145c201b4bd18ff7ebd4a77358d17d38adc54da1d19d36f125cf9fc6d82296dd1537e91e6b0bc4bcd44b14680b0bf7b45b8963b7f899d390b DIST patch-4.4.176.xz 2409956 BLAKE2B 9315e97700e7ec8ef1e3a8f22707c7c48bfd6dbb6640b7e989920c28bab6e467566c4a387c8b4e7cb0cdbcdc79be1c4ec9acaee7fe20c6689bd1302200bfcda9 SHA512 109ffd03727665e27638e0c5f4e119b9fd6c5f0463f506509619488cdd5f880d818a26f2216b43f9fbff67326c12502f464cf6fab8c3c78dcc5be1a50f5038e1 -DIST patch-4.9.163.xz 2614532 BLAKE2B c034124cbbdecf93088f0c3a4b925047c6434de077c0800303530267f8955db23e0068e2a1afa16d5972ed949d91cb2aa864cd5d4ba2fadff2505fd6abc2fad6 SHA512 1b5a4395a0d32d9d182cf364b830523f563df4cdfe53eb5a1a978928ee45afa49070e76c0ed8dcc4237a5a65720bb6dfe11213b9ca9e68ee610fed665195bff9 -DIST patch-5.0.2.xz 29468 BLAKE2B 5ee06ffb512a1082e314193a7b43f81562df947d7e0a176f10afb7566f5ddd87c31157f00e4969762112e66d1b3e4343f9458217287af10f4baea75049831cf1 SHA512 9bf5b91ddb77ff1db54a9be8f201897c00a3b5b9b87ba54ce0e183f1cd58938b30778ccec2007b3b1a1ec8496494c6b1eba12752d3cb8a630ffb04029143a970 +DIST patch-4.9.164.xz 2619104 BLAKE2B e5952d9ba20273ab608d26c7df5b94a0399b282f898730b158ac32b126327a2a1427fd190d00a758fb0cc4762fee1a5d5f908e00680efc3e0998d61040077f13 SHA512 153a84d37bce9c99196d38041747acafcb7477d673f1cc0141ca80ad7d5248d5c88a4896081bdffd9268f15b59a88dad1fdf6d10998255589d03665be039dfcf +DIST patch-5.0.3.xz 40888 BLAKE2B c50cc1bc96d5e42acb017420bfd727bac3de257e82f758388f4627ab1528cbcd902aee62ea47d3519453dd0b6c0f462ab4c6891c54101b6e55ab9d19c0c04e43 SHA512 f14f1f456acacf9272cd07f1ed9da02ddeef98687b18cb9d62968689c055405b839c1b043e92ece6639afc035c67abe1187ee74b0271860b40824ad1bd130a48 diff --git a/sys-kernel/vanilla-sources/vanilla-sources-4.14.106.ebuild b/sys-kernel/vanilla-sources/vanilla-sources-4.14.107.ebuild similarity index 100% rename from sys-kernel/vanilla-sources/vanilla-sources-4.14.106.ebuild rename to sys-kernel/vanilla-sources/vanilla-sources-4.14.107.ebuild diff --git a/sys-kernel/vanilla-sources/vanilla-sources-4.19.29.ebuild b/sys-kernel/vanilla-sources/vanilla-sources-4.19.30.ebuild similarity index 100% rename from sys-kernel/vanilla-sources/vanilla-sources-4.19.29.ebuild rename to sys-kernel/vanilla-sources/vanilla-sources-4.19.30.ebuild diff --git a/sys-kernel/vanilla-sources/vanilla-sources-4.20.16.ebuild b/sys-kernel/vanilla-sources/vanilla-sources-4.20.17.ebuild similarity index 100% rename from sys-kernel/vanilla-sources/vanilla-sources-4.20.16.ebuild rename to sys-kernel/vanilla-sources/vanilla-sources-4.20.17.ebuild diff --git a/sys-kernel/vanilla-sources/vanilla-sources-4.9.163.ebuild b/sys-kernel/vanilla-sources/vanilla-sources-4.9.164.ebuild similarity index 100% rename from sys-kernel/vanilla-sources/vanilla-sources-4.9.163.ebuild rename to sys-kernel/vanilla-sources/vanilla-sources-4.9.164.ebuild diff --git a/sys-kernel/vanilla-sources/vanilla-sources-5.0.2.ebuild b/sys-kernel/vanilla-sources/vanilla-sources-5.0.3.ebuild similarity index 100% rename from sys-kernel/vanilla-sources/vanilla-sources-5.0.2.ebuild rename to sys-kernel/vanilla-sources/vanilla-sources-5.0.3.ebuild diff --git a/www-apps/Manifest.gz b/www-apps/Manifest.gz index c6c32970d123..9989188bd675 100644 Binary files a/www-apps/Manifest.gz and b/www-apps/Manifest.gz differ diff --git a/www-apps/zeppelin-bin/Manifest b/www-apps/zeppelin-bin/Manifest new file mode 100644 index 000000000000..ae449ef71b1e --- /dev/null +++ b/www-apps/zeppelin-bin/Manifest @@ -0,0 +1 @@ +DIST zeppelin-bin-0.8.1.tgz 992975720 BLAKE2B 13bae89054a5be0570d0550cfc875d989de66dcdc6fe2aa3c8b71b452782d8cf2c8f6cf030b47f1b9050899912f75136cef7d9ef1b80c8957ad8a260fc7050c5 SHA512 b8302b36acc5cc8859f4341329bcb4d038bbb91d4493be191606df94da08a2fa37940958ceae507e6cdbe22fc338111ac9bee580cb41ee74198911469552df02 diff --git a/www-apps/zeppelin-bin/files/zeppelin.init.d b/www-apps/zeppelin-bin/files/zeppelin.init.d new file mode 100644 index 000000000000..03ddd6beabc7 --- /dev/null +++ b/www-apps/zeppelin-bin/files/zeppelin.init.d @@ -0,0 +1,19 @@ +#!/sbin/openrc-run +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +description="Web-based interactive data analytics notebook launcher" +command="/opt/zeppelin/bin/zeppelin-daemon.sh" +logfile="/var/log/zeppelin/zeppelin-gentoo.log" + +start() { + ebegin "Starting Apache Zeppelin ..." + bash $command start >> $logfile + eend $? +} + +stop() { + ebegin "Stopping Apache Zeppelin ..." + bash $command stop >> $logfile + eend $? +} diff --git a/www-apps/zeppelin-bin/metadata.xml b/www-apps/zeppelin-bin/metadata.xml new file mode 100644 index 000000000000..5c85a44abf8e --- /dev/null +++ b/www-apps/zeppelin-bin/metadata.xml @@ -0,0 +1,11 @@ + + + + + monsieurp@gentoo.org + Patrice Clement + + + apache/zeppelin + + diff --git a/www-apps/zeppelin-bin/zeppelin-bin-0.8.1.ebuild b/www-apps/zeppelin-bin/zeppelin-bin-0.8.1.ebuild new file mode 100644 index 000000000000..6b80c178e624 --- /dev/null +++ b/www-apps/zeppelin-bin/zeppelin-bin-0.8.1.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit java-pkg-2 user + +MY_PN="zeppelin" +MY_P="${MY_PN}-${PV}-bin-all" + +DESCRIPTION="Web-based interactive data analytics notebook launcher" +HOMEPAGE="https://zeppelin.apache.org" +SRC_URI="mirror://apache/zeppelin/${MY_PN}-${PV}/${MY_P}.tgz -> ${P}.tgz" +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +DEPEND=">=virtual/jdk-1.8" +RDEPEND=">=virtual/jre-1.8" + +S="${WORKDIR}/${MY_P}" + +INSTALL_DIR="/opt/${P}" + +pkg_setup() { + enewgroup zeppelin + enewuser zeppelin -1 /bin/sh /home/zeppelin zeppelin +} + +src_install() { + keepdir /var/log/zeppelin + fowners -R zeppelin:zeppelin /var/log/zeppelin + + newinitd "${FILESDIR}/zeppelin.init.d" zeppelin + + dodir "${INSTALL_DIR}" + cp -pRP * "${ED}/${INSTALL_DIR}" || die + dosym "${ED}/${INSTALL_DIR}" /opt/zeppelin + fowners -R zeppelin:zeppelin "${INSTALL_DIR}" +} diff --git a/www-client/Manifest.gz b/www-client/Manifest.gz index 62cf9b2c1f96..79112499f568 100644 Binary files a/www-client/Manifest.gz and b/www-client/Manifest.gz differ diff --git a/www-client/firefox/Manifest b/www-client/firefox/Manifest index 42f3ac7c8f34..3cfe707e0775 100644 --- a/www-client/firefox/Manifest +++ b/www-client/firefox/Manifest @@ -345,7 +345,7 @@ DIST firefox-66.0-nl.xpi 450940 BLAKE2B 74157e7c506d496c7ba584bf7a10c8feb90beaed DIST firefox-66.0-nn-NO.xpi 456715 BLAKE2B f285e3a64f09835d3f99c0ccf2879c2bace730eccf205a500aa8154b9beb8332553bd01ba604621d97001623e8e934e9381c514b42a0f0b4a18d776876eb6001 SHA512 c9f8f42133b3546c6e71859684f022f5ed83bb79633e8284722737fb3de629f6b966b8627aee0036de56e0653a5cc469f0ee46414e978c56eb6ae8bd8084aa3f DIST firefox-66.0-or.xpi 475191 BLAKE2B a19ed91cd73b60d81966cff7d3ef567d3d6da3218c167cb49dc38fb7071b197ae49687ba7c0451bfee90e702c8ab75988f8033bcc4aec1ed09e8f3d8725b48b2 SHA512 5808127560a60a880053785399d28753efb6487c7087a3ed34c3714a0fbfdce7bef83a388b93132a2ff30d3da5813091e0a1ecce74e2546176aac1aa53faae59 DIST firefox-66.0-pa-IN.xpi 508856 BLAKE2B 525bb2d36d2857e084e00b8fb6a3d65681b9a1c18075822a82e599da73e6f1fe80ddf4a1366b94958b8007ad30228bafa76595c7cec19d82c6dda4acacc02da3 SHA512 a97f68306bebca157c28218ad2fb633f91ae92a9233bb31a09caa6d6bb1268f30bef0d7088fbba264b7304a63f142d3a5dac59af0c1135fbb286e3aafd72b151 -DIST firefox-66.0-patches-05.tar.xz 17836 BLAKE2B 971864d5f058ae8f45eab5808051a08fd28b850455295c87886cae3de1a0b7ea16bba58cf929ddbc25700200a7891610c30afa0e7921ac9dad1f7f8cffb5787e SHA512 48a540f17cf468b989cf7a29696668850db5b3f09bfbeaaffda004ecda6ff5a0b5340a0fc663e693a80546b225f61c08e555bfc8960ac2e5f93f51c2df4d42d6 +DIST firefox-66.0-patches-06.tar.xz 19656 BLAKE2B 46025017c2388b1f4aaff1735dc3552b355df08ae5e69a0c00e9c5a41e060ab54d7e726659db8e4e9d951422dddfb5436a8af29ab67e7b06b8f7e9d548c4f8a6 SHA512 a1068d1765ffc3bca428a8534167ee0aa93acc079b834a746072c0aa3e87975e8bebedd5f5ca9ff848458aef3989f137feb0040814cb35380f6cc682ae54d0c4 DIST firefox-66.0-pl.xpi 442205 BLAKE2B c23501dd0d78fca453baa655de2379afa837743620d6c8f31481e3a735c7749b6d151d9527d7b8d307f35b18f5c71857ec7f9b14374122bd04b83ed84d742603 SHA512 8bb603e00b5d9ba1c1bbe1a88eaaf8db2a4eb8f5d2a0077edf7bd73b7d592e3b3670f0bd7056785a2141c6193665631c02ccc3aaa8fd0d00cdea06952ab27877 DIST firefox-66.0-pt-BR.xpi 459333 BLAKE2B f38077ce286090ea915477691bfdf2a90cb7fd46fa32365d80aa1f5beb036ff839908c72d6d2af47772b72a76e21bbb9b23413f1211d2147ef80c21b0cddb686 SHA512 71aa445f6880f28f756ecffd427b68210d3b8f778794e648b60016e7101f36d9374aa4514e6e349874eded9aa3b4929549c4021de5802c0a0a2c38ef6bddbe69 DIST firefox-66.0-pt-PT.xpi 469364 BLAKE2B 4036f2ec8bcdbfe50715990ba2447693fd56cd56784ac264a77d7d1871c413c0ccb56d519ffd36ed5c85006afce1a6b66d8f1473753b460d487c8d2c585935e3 SHA512 849bd7e2eddc38d46f7e97e4b9b78cfeb4e2d66238e7d0e897479248fb33054afb1f8f37776f83513c76515f893e284c234504f181b74e16aff4819ce869ddc2 diff --git a/www-client/firefox/firefox-66.0.ebuild b/www-client/firefox/firefox-66.0-r1.ebuild similarity index 98% rename from www-client/firefox/firefox-66.0.ebuild rename to www-client/firefox/firefox-66.0-r1.ebuild index 769592273cd1..32eef983d32c 100644 --- a/www-client/firefox/firefox-66.0.ebuild +++ b/www-client/firefox/firefox-66.0-r1.ebuild @@ -27,7 +27,7 @@ if [[ ${MOZ_ESR} == 1 ]] ; then fi # Patch version -PATCH="${PN}-66.0-patches-05" +PATCH="${PN}-66.0-patches-06" MOZ_HTTP_URI="https://archive.mozilla.org/pub/${PN}/releases" MOZ_SRC_URI="${MOZ_HTTP_URI}/${MOZ_PV}/source/firefox-${MOZ_PV}.source.tar.xz" @@ -53,9 +53,9 @@ SLOT="0" LICENSE="MPL-2.0 GPL-2 LGPL-2.1" IUSE="bindist clang cpu_flags_x86_avx2 dbus debug eme-free geckodriver +gmp-autoupdate hardened hwaccel jack lto neon pgo pulseaudio - +screenshot selinux startup-notification +system-harfbuzz - +system-icu +system-jpeg +system-libevent +system-sqlite - +system-libvpx +system-webp test wayland wifi" + +screenshot selinux startup-notification +system-av1 + +system-harfbuzz +system-icu +system-jpeg +system-libevent + +system-sqlite +system-libvpx +system-webp test wayland wifi" RESTRICT="!bindist? ( bindist )" PATCH_URIS=( https://dev.gentoo.org/~{anarchy,axs,polynomial-c,whissi}/mozilla/patchsets/${PATCH}.tar.xz ) @@ -95,6 +95,10 @@ CDEPEND=" x11-libs/libXfixes x11-libs/libXrender x11-libs/libXt + system-av1? ( + >=media-libs/dav1d-0.2.0:= + >=media-libs/libaom-1.0.0:= + ) system-harfbuzz? ( >=media-libs/harfbuzz-2.3.1:0= >=media-gfx/graphite2-1.3.13 ) system-icu? ( >=dev-libs/icu-63.1:= ) system-jpeg? ( >=media-libs/libjpeg-turbo-1.2.1 ) @@ -158,7 +162,8 @@ DEPEND="${CDEPEND} >=virtual/rust-1.30.0 wayland? ( >=x11-libs/gtk+-3.11:3[wayland] ) amd64? ( >=dev-lang/yasm-1.1 virtual/opengl ) - x86? ( >=dev-lang/yasm-1.1 virtual/opengl )" + x86? ( >=dev-lang/yasm-1.1 virtual/opengl ) + !system-av1? ( dev-lang/nasm )" # Due to a bug in GCC, profile guided optimization will produce # AVX2 instructions, bug #677052 @@ -489,6 +494,7 @@ src_configure() { mozconfig_use_enable startup-notification mozconfig_use_enable system-sqlite + mozconfig_use_with system-av1 mozconfig_use_with system-harfbuzz mozconfig_use_with system-harfbuzz system-graphite2 mozconfig_use_with system-icu diff --git a/www-client/firefox/metadata.xml b/www-client/firefox/metadata.xml index 1032b6edb789..2d7503a1a8c8 100644 --- a/www-client/firefox/metadata.xml +++ b/www-client/firefox/metadata.xml @@ -23,6 +23,8 @@ for faster binaries. This option will double the compile time. Enable support for using rust compiler (experimental) Allow to disable screenshot extension in global profile + Use the system-wide media-libs/dav1d + and media-libs/libaom library instead of bundled. Use the system-wide x11-libs/cairo instead of bundled. Use the system-wide media-libs/harfbuzz diff --git a/www-client/vivaldi-snapshot/Manifest b/www-client/vivaldi-snapshot/Manifest index b6bb95aea3bc..161ef4c27750 100644 --- a/www-client/vivaldi-snapshot/Manifest +++ b/www-client/vivaldi-snapshot/Manifest @@ -1,8 +1,8 @@ -DIST vivaldi-snapshot-2.4.1476.4_p1-amd64.deb 60490688 BLAKE2B 5c3e9e40806b6613eca7040e3cde53d5e225aaceee91923e21772d85a3fb21631e73d80537d6d9810a04bd17d6e55c252953edecd54c66dc4eecd564aa8a3d55 SHA512 ba9228f37d9a3366b50835e6e0fe7f0ecd9b6ab5c120db11e933756eb7c804ae09a1c8ebb8432363823be8c5f946ac06263457b991ff881427639302e6a64344 -DIST vivaldi-snapshot-2.4.1476.4_p1-arm64.deb 54238036 BLAKE2B d42e2f60e68b585676d594d4c16829d95fb999c2395fbeddbecdfec1e56fc31c8724a4729fd22eefcaa0a94e551bc15a61153b4c26f92f4a5d45736771c55520 SHA512 f6172a602c541449fac46d596cf13741d59f439db30d2a605193f54f2702456db3731b2ab1b0790c2a83c29b1d15e7d234c83f7ce4af453745b4e7e000ea21fd -DIST vivaldi-snapshot-2.4.1476.4_p1-armhf.deb 53311228 BLAKE2B e436d6dd26294d0b8936f9ab569e8784e159fedd69c357e06790e9da293a7a2eb4ff1de91aa5e8c2d7e57353048d77dde449e4a0e6372c560eeb4b7b60976d6e SHA512 d9873ec840aad1c08cdefb057ae8b5f63c24bffeb8a0148f2ba103a12f8e0a152a90ea116814d6be72595ccea92bbc051babe58a9d5a01517a0454a98a116e9e -DIST vivaldi-snapshot-2.4.1476.4_p1-i386.deb 58537036 BLAKE2B d8b160bc58a4fbcb21a49f07b377847866f54402e387db132e67433b5be6cdd4d48ea5d67d731a1f802e508c55497fb4dbc9af7034035922f5620117c3d6af32 SHA512 3e12db3c74838ce4e0dd14e60f132c8934930957359cfabf18556e5a16866f41c948ca00abb6332534a4bbc01e6848032a2558298664de2c837dcb411535254c DIST vivaldi-snapshot-2.4.1483.4_p1-amd64.deb 60423372 BLAKE2B a33ad8d3ff51d9660b893bec046e19de6593ac8ea0c391bf5ad83199fc4a25828a691d808b4f73bce7668d44ebdf039bdb248e57dc9a6a47945bf21fa611d947 SHA512 c6fa2b35b3be9e5d6ccf8a25b220281042ec5d27b2ddbfccad1bf2054356252db355e2cc9dabf5f9e183ec54cfe6fd6d0279897844a51d61c5b083890ea3622f DIST vivaldi-snapshot-2.4.1483.4_p1-arm64.deb 54197168 BLAKE2B 55210ff5a93a3c3ad76732651eed625bcec547275146b473d87b460f71761825b6ee256fdf01e58569e8404cb5e6904755602bda26dd7fd46695e3a32270d873 SHA512 6b9343e31a0fde207d1fac4ae5fabe3139888721f499a415b3ad38fd12887ec72f2d9ee716d85f94eccde5294f1f865d5682468d24f15e7bf4ec2610dbe31615 DIST vivaldi-snapshot-2.4.1483.4_p1-armhf.deb 53269452 BLAKE2B 4986084ab0900b9836bbe55f5a57baf737434a49450a81285dd7b532497b43c002f1532a935ef59a0b349d34718b785c4ca084aaa5b678b9d51d35dac83b0da5 SHA512 fc1acf7dfb0bb7e59ace96f1d788e0e426c7370ffc901798dc583f9d38410c2a311a6346bc08979c160c006537ab5a4aba79ef78ec8dd4db462e6216e4a34190 DIST vivaldi-snapshot-2.4.1483.4_p1-i386.deb 58491544 BLAKE2B 8859fa716217f3c387d2c75cc58199e929adda6e3a09e77a93ba633513b8970b185e0984b7149bf449ec2cec087263d9bf2e6f06c89309bf614275c8431c6701 SHA512 80f59d9a6d7578e6b24e1f2b4ed851d66a7c217b3bf1620684159034f28e8d073dc5c24fdacfe30b8a548fa4465a0e93dac1bcc65c05238ce36342a04fd32210 +DIST vivaldi-snapshot-2.4.1488.4_p1-amd64.deb 60446284 BLAKE2B 3018d0dde1d283ce07e1ce0148e65917d92a4e9c86f0ea10ff6344bffa7120bb22fed136b9c47e155e287336c787a52e8d62bef560073f0ec484d080f16b281f SHA512 2fc44b8f3de2205b13cee31fa162bd50ccb6baad675d020738364c0860475515cc74e3e4afb84dee69e164facf37039099fd8b559afaa6749705a7490ffa260a +DIST vivaldi-snapshot-2.4.1488.4_p1-arm64.deb 54229320 BLAKE2B d12049ad241d070d613453e93f97c0eda31cce103c114276ff8cb6cc967695cc9b0605f27d9dd7b2d5c217a662e8205a0217dc464d5eb65df67b201bc48afcb0 SHA512 483be1a1f8850420ed484b0b9ea044f05863cb9aa55ba2dd6b6cc0b61387cadc72c0b9e849183ec086c55c5d698c989153f9df1369b278bdb3a97a3cf89a8a45 +DIST vivaldi-snapshot-2.4.1488.4_p1-armhf.deb 53316756 BLAKE2B be45bdb212a504efd32208df4f830dd35119c013da0e16c64275999748239d20f226ebb3b8b084cf8f9b12699cba37c96e8828aa02208a45bff0cef3f2a81abd SHA512 46a595659a807c5891038f1812def98e22989c6ce217a11adb258a6c53749e5ca6549e2a8e8aabacea3c0a71658516bf9786e5381633ab0fc698d42dba33afd5 +DIST vivaldi-snapshot-2.4.1488.4_p1-i386.deb 58541136 BLAKE2B 710076f37e9f4aede75e9b85232a81e4b524706279443b18632ba4742f3c29466823113d67e81ffc7d80ea5abf12f4990b63cc369a0894df4c27cddbedeab89f SHA512 a02e7808de53ef6862fbe07ab44edb4e8529496ff76c6262cb931910ced91136839f6d74db8cb9824be240be3ca504ceb3501228cafc7de9942a8cfa1ff08ebd diff --git a/www-client/vivaldi-snapshot/vivaldi-snapshot-2.4.1476.4_p1.ebuild b/www-client/vivaldi-snapshot/vivaldi-snapshot-2.4.1488.4_p1.ebuild similarity index 100% rename from www-client/vivaldi-snapshot/vivaldi-snapshot-2.4.1476.4_p1.ebuild rename to www-client/vivaldi-snapshot/vivaldi-snapshot-2.4.1488.4_p1.ebuild diff --git a/www-servers/Manifest.gz b/www-servers/Manifest.gz index c5dad9fb1f2f..683f8f089a52 100644 Binary files a/www-servers/Manifest.gz and b/www-servers/Manifest.gz differ diff --git a/www-servers/tomcat/Manifest b/www-servers/tomcat/Manifest index ac9b0360ab66..fcc126ea6700 100644 --- a/www-servers/tomcat/Manifest +++ b/www-servers/tomcat/Manifest @@ -5,6 +5,7 @@ DIST apache-tomcat-8.5.37-src.tar.gz 5233414 BLAKE2B 1848180c3e0a3f4559e5c232bea DIST apache-tomcat-8.5.38-src.tar.gz 5253678 BLAKE2B b2ecc732128934a3afa314ddc569b1b3d330ccb12b99b0ce4b12e1952347ac57cafb3a5637595997a0c9e77752ae41665e637c826c3b9ae9925799124e735480 SHA512 b84d96fa972a9d24957ef047cdce0fb49de3d365401b07990eaa5bad8f3c87a6b1ad1eac077c4be595ee291daef68720381fe63461815de47664275b486ceeee DIST apache-tomcat-9.0.14-src.tar.gz 5472704 BLAKE2B ee533afd733dacbe4a20baadb4c5dc9fa7620d695c1c57b1662894945731f978508b45ef0d8169068c13ba862804868f12d3e494873643589b9f57bc9ec0a342 SHA512 46119f6ae9003b7a178dd5158c1eae3b5116461e73c5d78cd763bff82b80f282ff08cee5175cf850d3f209af900677e93bab31c556035a6eaf6aae86a5d42fc6 DIST apache-tomcat-9.0.16-src.tar.gz 5654943 BLAKE2B a412457c2d34367301b4335a3a4bf46a647f8e60440be751874e1eaad400a0832b64fcae4c9f81585a4afbddafd75f2929bc78c12eb05b20539b11de686dfecc SHA512 60fbdefbddaa6fac4bc9d0ca4c1d9a119dd53063fd4574c474daf5f346fddc9cb7fd174f1be189e965d5ae4670710347d84fcf443c7df01faac9a1b84ecb33ce +DIST apache-tomcat-9.0.17-src.tar.gz 5670728 BLAKE2B 15f8518ec073a935dec6afdd3a8f9885e7867a0aa033024024bd72b7887011ca169c776f2a4d886d93a73a478f9dcad5f87c31b3a30a88ca913309c51e0f0ec7 SHA512 b5763dae05598c0a4d3638ba02c0627219de20406bddaab86ae3262299f2d9bbda1a5db612cad9fb8a54b2888e9ce1c4be67613d855cfd92b4cee5b85e226602 DIST apache-tomcat-9.0.7-src.tar.gz 5106551 BLAKE2B b4552146a40c2e7cbb2e454fb5ec9169425db5c08cf269c391ec3144425ad388a2b6f003a7c05f59a9fd724fb5c848102890a24fcfd43d5fea3d881141aa7798 SHA512 cb7dc5547671d94f7c7fb0b58eeb94d05128349cdabf576fc8ad837a4bf3ea655a8eab3342245dfa84a9db23f1cbee2918846eedd48e3ca372eecebfef13c5b2 DIST biz.aQute.bnd-4.1.0.jar 9263260 BLAKE2B e251a9d8b653f3e815e6c2f7774d64f1d594f3ce4b2f77956c806698df4d873310067cece68663324b11fcef8d90796b087abb289dbe2a13164a9038da4a6260 SHA512 f5d230358840f4909e35de40343fb7ee50a2d4d4691691f5ea896cfe212a086ad4859e0ee6ed4c315211223663b2fb2c07af7ea88786cedbcd4f891e5a4589ef DIST biz.aQute.bndlib-4.1.0.jar 2897463 BLAKE2B c29a55e07cc103919dca1e938722bf94b107e2989a4a8ae887998152a93b641a659a5209129b992432bcb2673dd4b56ec9a929627530a631db10666f2177c0e4 SHA512 2acccbb323f3d740506e89a74c5affab85e628f9062ee0d799ccd09efe0b55436d8887a46d7d94ad636a2c793632635974f1bbb045e4789391937222c8d00d30 diff --git a/www-servers/tomcat/files/tomcat-9.0.17-build.xml.patch b/www-servers/tomcat/files/tomcat-9.0.17-build.xml.patch new file mode 100644 index 000000000000..b86841762a09 --- /dev/null +++ b/www-servers/tomcat/files/tomcat-9.0.17-build.xml.patch @@ -0,0 +1,265 @@ +diff --git a/build.xml b/build.xml +index 54507d1..9c0bf6d 100644 +--- a/build.xml ++++ b/build.xml +@@ -742,6 +742,7 @@ + addOSGi="true" /> + + ++ + ++ + ++ + + +- ++ + + + +@@ -1176,7 +1179,7 @@ + + + +- ++ + + + +@@ -1212,7 +1215,7 @@ + + + +- ++ + + + + + +- ++ + + + + ++ + + + ++ + + + Apache Tomcat ${version} native binaries for Win64 AMD64/EMT64 platform. +@@ -1799,6 +1805,7 @@ Apache Tomcat ${version} native binaries for Win64 AMD64/EMT64 platform. + + ++ + + + ++ + + + +@@ -2616,7 +2626,7 @@ skip.installer property in build.properties" /> + + + ++ description="Download components necessary to compile" unless="noget" > + + + +@@ -2671,7 +2681,7 @@ skip.installer property in build.properties" /> + + + ++ description="Download additional components for the tests" unless="noget"> + + + +@@ -2749,7 +2759,7 @@ skip.installer property in build.properties" /> + + + ++ description="Download additional components for a distribution" unless="noget"> + + + +@@ -2804,13 +2814,13 @@ skip.installer property in build.properties" /> + + + +- ++ + + + + +- ++ + + + +@@ -2932,7 +2942,7 @@ skip.installer property in build.properties" /> + + + +- ++ + + + +@@ -2949,7 +2959,7 @@ skip.installer property in build.properties" /> + + + +- ++ + + + +@@ -2974,7 +2984,7 @@ skip.installer property in build.properties" /> + + + +- ++ + + + +@@ -2990,7 +3000,7 @@ skip.installer property in build.properties" /> + + + +- ++ + + + +@@ -3014,7 +3024,7 @@ skip.installer property in build.properties" /> + + + +- ++ + + + +@@ -3029,7 +3039,7 @@ skip.installer property in build.properties" /> + + + +- ++ + + + +@@ -3057,7 +3067,7 @@ skip.installer property in build.properties" /> + + + +- ++ + + + +@@ -3068,7 +3078,7 @@ skip.installer property in build.properties" /> + + + +- ++ + + + +@@ -3079,7 +3089,7 @@ skip.installer property in build.properties" /> + + ++ description="Prepares the source tree to be built in Eclipse" unless="noget"> + + + +@@ -3097,7 +3107,7 @@ Read the Building page on the Apache Tomcat documentation site for details on ho + + ++ description="Creates project directory .idea for IntelliJ IDEA" unless="noget"> + + + diff --git a/www-servers/tomcat/tomcat-9.0.17.ebuild b/www-servers/tomcat/tomcat-9.0.17.ebuild new file mode 100644 index 000000000000..e6cda13656f0 --- /dev/null +++ b/www-servers/tomcat/tomcat-9.0.17.ebuild @@ -0,0 +1,182 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +JAVA_PKG_IUSE="doc source test" + +inherit eutils java-pkg-2 java-ant-2 prefix user + +MY_P="apache-${PN}-${PV}-src" + +# Currently we bundle binary versions of bnd.jar and bndlib.jar +# See bugs #203080 and #676116 +BND_VERSION="4.1.0" +BND="biz.aQute.bnd-${BND_VERSION}.jar" +BNDLIB="biz.aQute.bndlib-${BND_VERSION}.jar" + +DESCRIPTION="Tomcat Servlet-4.0/JSP-2.4?/EL-3.1?/WebSocket-1.2?/JASPIC-1.1 Container" +HOMEPAGE="https://tomcat.apache.org/" +SRC_URI="mirror://apache/${PN}/tomcat-9/v${PV}/src/${MY_P}.tar.gz + https://repo.maven.apache.org/maven2/biz/aQute/bnd/biz.aQute.bnd/${BND_VERSION}/${BND} + https://repo.maven.apache.org/maven2/biz/aQute/bnd/biz.aQute.bndlib/${BND_VERSION}/${BNDLIB}" + +LICENSE="Apache-2.0" +SLOT="9" +KEYWORDS="~amd64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris" +IUSE="extra-webapps" + +RESTRICT="test" # can we run them on a production system? + +ECJ_SLOT="4.10" +SAPI_SLOT="4.0" + +COMMON_DEP="dev-java/eclipse-ecj:${ECJ_SLOT} + dev-java/glassfish-xmlrpc-api:0 + dev-java/tomcat-servlet-api:${SAPI_SLOT} + dev-java/wsdl4j:0" +RDEPEND="${COMMON_DEP} + !=virtual/jre-11" +DEPEND="${COMMON_DEP} + app-admin/pwgen + >=dev-java/ant-core-1.9.13 + >=virtual/jdk-11 + test? ( + >=dev-java/ant-junit-1.9:0 + dev-java/easymock:3.2 + )" + +S=${WORKDIR}/${MY_P} + +BND_HOME="${S}/tomcat-build-libs/bnd" +BNDLIB_HOME="${S}/tomcat-build-libs/bndlib" +BND_JAR="${BND_HOME}/${BND}" +BNDLIB_JAR="${BNDLIB_HOME}/${BND_LIB}" + +src_unpack() { + unpack ${MY_P}.tar.gz + + mkdir -p "${BND_HOME}" "${BNDLIB_HOME}" || die "Failed to create dir" + ln -s "${DISTDIR}/${BND}" "${BND_HOME}/" || die "Failed to symlink bnd-*.jar" + ln -s "${DISTDIR}/${BND}" "${BNDLIB_HOME}/" || die "Failed to symlink bndlib-*.jar" +} + +pkg_setup() { + java-pkg-2_pkg_setup + enewgroup tomcat 265 + enewuser tomcat 265 -1 /dev/null tomcat +} + +src_prepare() { + default + + find -name '*.jar' -type f -delete -print || die + + # Remove bundled servlet-api + rm -rv java/javax/{el,servlet} || die + + eapply "${FILESDIR}/${P}-build.xml.patch" + + # For use of catalina.sh in netbeans + sed -i -e "/^# ----- Execute The Requested Command/ a\ + CLASSPATH=\`java-config --classpath ${PN}-${SLOT}\`" \ + bin/catalina.sh || die + + java-pkg-2_src_prepare +} + +JAVA_ANT_REWRITE_CLASSPATH="true" + +EANT_BUILD_TARGET="deploy" +EANT_GENTOO_CLASSPATH="eclipse-ecj-${ECJ_SLOT},tomcat-servlet-api-${SAPI_SLOT},glassfish-xmlrpc-api,wsdl4j" +EANT_TEST_GENTOO_CLASSPATH="easymock-3.2" +EANT_GENTOO_CLASSPATH_EXTRA="${S}/output/classes" +EANT_NEEDS_TOOLS="true" +EANT_EXTRA_ARGS="-Dversion=${PV}-gentoo -Dversion.number=${PV} -Dcompile.debug=false -Dbnd.jar=${BND_JAR} -Dbndlib.jar=${BNDLIB_JAR}" + +# revisions of the scripts +IM_REV="-r2" +INIT_REV="-r1" + +src_compile() { + EANT_GENTOO_CLASSPATH_EXTRA+=":$(java-pkg_getjar --build-only ant-core ant.jar)" + java-pkg-2_src_compile +} + +src_test() { + java-pkg-2_src_test +} + +src_install() { + local dest="/usr/share/${PN}-${SLOT}" + + java-pkg_jarinto "${dest}"/bin + java-pkg_dojar output/build/bin/*.jar + exeinto "${dest}"/bin + doexe output/build/bin/*.sh + + java-pkg_jarinto "${dest}"/lib + java-pkg_dojar output/build/lib/*.jar + + dodoc RELEASE-NOTES RUNNING.txt + use doc && java-pkg_dojavadoc output/dist/webapps/docs/api + use source && java-pkg_dosrc java/* + + ### Webapps ### + + # add missing docBase + local apps="host-manager manager" + for app in ${apps}; do + sed -i -e "s|=\"true\" >|=\"true\" docBase=\"\$\{catalina.home\}/webapps/${app}\" >|" \ + output/build/webapps/${app}/META-INF/context.xml || die + done + + insinto "${dest}"/webapps + doins -r output/build/webapps/{host-manager,manager,ROOT} + use extra-webapps && doins -r output/build/webapps/{docs,examples} + + ### Config ### + + # create "logs" directory in $CATALINA_BASE + # and set correct perms, see #458890 + dodir "${dest}"/logs + fperms 0750 "${dest}"/logs + + # replace the default pw with a random one, see #92281 + local randpw="$(pwgen -s -B 15 1)" + sed -i -e "s|SHUTDOWN|${randpw}|" output/build/conf/server.xml || die + + # prepend gentoo.classpath to common.loader, see #453212 + sed -i -e 's/^common\.loader=/\0${gentoo.classpath},/' output/build/conf/catalina.properties || die + + insinto "${dest}" + doins -r output/build/conf + + ### rc ### + + cp "${FILESDIR}"/tomcat{.conf,${INIT_REV}.init,-instance-manager${IM_REV}.bash} "${T}" || die + eprefixify "${T}"/tomcat{.conf,${INIT_REV}.init,-instance-manager${IM_REV}.bash} + sed -i -e "s|@SLOT@|${SLOT}|g" "${T}"/tomcat{.conf,${INIT_REV}.init,-instance-manager${IM_REV}.bash} || die + + insinto "${dest}"/gentoo + doins "${T}"/tomcat.conf + exeinto "${dest}"/gentoo + newexe "${T}"/tomcat${INIT_REV}.init tomcat.init + newexe "${T}"/tomcat-instance-manager${IM_REV}.bash tomcat-instance-manager.bash +} + +pkg_postinst() { + elog "New ebuilds of Tomcat support running multiple instances. If you used prior version" + elog "of Tomcat (<7.0.32), you have to migrate your existing instance to work with new Tomcat." + elog "You can find more information at https://wiki.gentoo.org/wiki/Apache_Tomcat" + + elog "To manage Tomcat instances, run:" + elog " ${EPREFIX}/usr/share/${PN}-${SLOT}/gentoo/tomcat-instance-manager.bash --help" + + ewarn "tomcat-dbcp.jar is not built at this time. Please fetch jar" + ewarn "from upstream binary if you need it. Gentoo Bug # 144276" + + einfo "Please read https://wiki.gentoo.org/wiki/Apache_Tomcat and" + einfo "https://wiki.gentoo.org/wiki/Project:Java/Tomcat_6_Guide for more information." +} diff --git a/x11-drivers/Manifest.gz b/x11-drivers/Manifest.gz index c10baf251b09..bbce00dc91d1 100644 Binary files a/x11-drivers/Manifest.gz and b/x11-drivers/Manifest.gz differ diff --git a/x11-drivers/xf86-video-amdgpu/Manifest b/x11-drivers/xf86-video-amdgpu/Manifest index 89ee321b8eec..b5c184dd10d3 100644 --- a/x11-drivers/xf86-video-amdgpu/Manifest +++ b/x11-drivers/xf86-video-amdgpu/Manifest @@ -1,2 +1,2 @@ DIST xf86-video-amdgpu-18.1.0.tar.bz2 430542 BLAKE2B c582c6d5357949833b5b9408e638e3037e38530f9a1d5e85936d1ee866effc4da1c56d7da2e8aa48cde73c09107968840262941e7b0063aa7d2aacfecc5bf120 SHA512 371f1a9f6cd2ce3b7117361222d196950c5efa01d957783c79a37c19a2273ce33d133fa51bb68432b8535aad61cb14fbb61d173a167d318b2533eb2507b7a903 -DIST xf86-video-amdgpu-19.0.0.tar.bz2 439773 BLAKE2B 899d8a13b2d4dc4a3fc604bacf9f2f9798f717fa6f7b602c7ee0308b2ef6ad41d49945eefdbb682b1ebe96d63e9789ad0e420180452e37f68ab7e8e35d80c434 SHA512 6a30fc03185816307f16693cd6b07f13694ca1b6b1327c58a951bccc8082f112bb768ab610229dc1040617eef860fc1ab17a7e6bf635c5a4e454e252f3addca8 +DIST xf86-video-amdgpu-19.0.1.tar.bz2 440534 BLAKE2B d0baadc195ba22d443ed0b07d0d3bab6d1a954606b0a6c66f23bfc0bd814afc4227d48be4a4b2fa9c80713ffd300aa3f6be0254fca6de78fa496bbb68d037c44 SHA512 dda04e3ccee140354f59e04895cf50cd7dc06a105c40ce35069613c5b5fbe083cab6833fd293d96334f64dde1a0c4af6154d473594a144f37404188ae7f37dd5 diff --git a/x11-drivers/xf86-video-amdgpu/xf86-video-amdgpu-19.0.0.ebuild b/x11-drivers/xf86-video-amdgpu/xf86-video-amdgpu-19.0.1.ebuild similarity index 100% rename from x11-drivers/xf86-video-amdgpu/xf86-video-amdgpu-19.0.0.ebuild rename to x11-drivers/xf86-video-amdgpu/xf86-video-amdgpu-19.0.1.ebuild diff --git a/x11-drivers/xf86-video-ati/Manifest b/x11-drivers/xf86-video-ati/Manifest index 9ac8f8ad37fc..8c479580ee6d 100644 --- a/x11-drivers/xf86-video-ati/Manifest +++ b/x11-drivers/xf86-video-ati/Manifest @@ -1,2 +1,2 @@ DIST xf86-video-ati-18.1.0.tar.bz2 891953 BLAKE2B 9092554c708b583f9b99a6788104a1e9420537fbbeaaaa6ae7e82be2a2299ad834365d00f8b146ce845afb5e2a08d3de3da591143eff63d4fb34c7040251f443 SHA512 7a58c9a6cb4876bd2ff37d837372b4e360e81fec7de6a6c7a48d70a5338d62745f734f5d4207f30aa368ff2d9ef44f5f1ef36afd73802a618998c16fe395ed53 -DIST xf86-video-ati-19.0.0.tar.bz2 901467 BLAKE2B 727581b205dd02995a9da2114d5a300e06172b1ee0fb02ea273d2fcf97dbc8cffea6ea6f12d8c6ed5a4a185a972ee4f007309e7331ca17ec0d2658df76aa349c SHA512 0674c8befa926fd3b431ce80d90f2cd0de17314efe7fd3a5ed0d78018d6cd32625b514bf68436a47eb15e5ad4b50317f3c09fd687b77e69a067d1210ee459827 +DIST xf86-video-ati-19.0.1.tar.bz2 902825 BLAKE2B 8f66ee5e465c9997d356593c58e4861ad749ba1d2a7f2520e8aea871ed71d2295ac1fba75f97ca30a7dd4cfe63f775838c5a925251331e1cd1e58b9186b3ca03 SHA512 e04c5395e3a49d81b8f7a4b0e11fe8c9ebd17af056a4eab4541873796dce05b103c93fb185f3a00873010df0655cd7311e6d27e177aeb7345c4c8017bbd1eb17 diff --git a/x11-drivers/xf86-video-ati/xf86-video-ati-19.0.0.ebuild b/x11-drivers/xf86-video-ati/xf86-video-ati-19.0.1.ebuild similarity index 100% rename from x11-drivers/xf86-video-ati/xf86-video-ati-19.0.0.ebuild rename to x11-drivers/xf86-video-ati/xf86-video-ati-19.0.1.ebuild