diff --git a/Manifest.files.gz b/Manifest.files.gz index d2e43df0f2f0..abba276ce88f 100644 Binary files a/Manifest.files.gz and b/Manifest.files.gz differ diff --git a/app-accessibility/Manifest.gz b/app-accessibility/Manifest.gz index 1c585ab6d097..5f7735519627 100644 Binary files a/app-accessibility/Manifest.gz and b/app-accessibility/Manifest.gz differ diff --git a/app-accessibility/orca/Manifest b/app-accessibility/orca/Manifest index 154421b7063a..f857165dc086 100644 --- a/app-accessibility/orca/Manifest +++ b/app-accessibility/orca/Manifest @@ -1,3 +1,4 @@ DIST orca-3.24.0.tar.xz 2391740 BLAKE2B 1f294bc8e1c593690c511f0d7d660230c420b33de59c8b1e78ee8d7b16f973b9fff9ce4d656de7202ffd5789ae3604d030c442e8c35eecfd5c5dca058031e996 SHA512 9aa65b534f69bb4a1b800e715776416843ac3756ec1267feca3c66476e34e54f6744f70c0f8ac8868a009d38b6cc165267268491a9ad29ebbd3601dba09d424c DIST orca-3.26.0.tar.xz 2407368 BLAKE2B e04a891a2f2478b5b5f556a423c073f8c64de78d1f744d41d292cd783edc2ba0e57824ba3afb1f1b58f62503a204003d97e1fb652df307f34ae6838bce44389c SHA512 ca3a60b36d9528cf424e01d7a1aad75a8e14e46a6c93330b8e439bd44832dbc44897657b8da3c583501ce8c835f589209f1b3969ab110766cb1dc099defd2445 DIST orca-3.28.2.tar.xz 2460112 BLAKE2B 7c577f639c7a37e5bae755bab32b753d0f2a9eef49872a9b0f3805ad33d8dd8ded7bdfda8239662eec87dde1b0d935634628709fa18e0b0db223550ee478ad59 SHA512 3a93c39f9245890d134fa96e58bdfdb273600730be6fedd8590628cf8b1740a6caa7c4fb180c1da156e179b6e0cc352f6f5aacfa8eaed3e306f399bd1fe3cc43 +DIST orca-3.30.2.tar.xz 2493112 BLAKE2B 06ac902f67c66d5098be1829aa7cb7a160663a3a713d407a5245a95215c309f3b374937e4b70acbf9750f6e0e270ed8ab5516ca3cb6b0a19f347ee72a01a325b SHA512 146a132ce06f7f36d6d9397c507ea767be5df6c47a5c7485c35c325868ebc0b3ff7b3653572be82f6d5ed937033cd6d68a08700056a63e5691aed4c9171b3485 diff --git a/app-accessibility/orca/orca-3.30.2.ebuild b/app-accessibility/orca/orca-3.30.2.ebuild new file mode 100644 index 000000000000..3a12f54a432c --- /dev/null +++ b/app-accessibility/orca/orca-3.30.2.ebuild @@ -0,0 +1,52 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +GNOME2_LA_PUNT="yes" +PYTHON_COMPAT=( python3_{4,5,6} ) +PYTHON_REQ_USE="threads" + +inherit gnome2 python-single-r1 + +DESCRIPTION="Extensible screen reader that provides access to the desktop" +HOMEPAGE="https://wiki.gnome.org/Projects/Orca" + +LICENSE="LGPL-2.1+ CC-BY-SA-3.0" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" + +IUSE="+braille" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" + +COMMON_DEPEND="${PYTHON_DEPS} + >=app-accessibility/at-spi2-atk-2.30:2 + >=app-accessibility/at-spi2-core-2.30:2[introspection] + >=dev-libs/atk-2.30 + >=dev-libs/glib-2.28:2 + dev-python/gst-python:1.0[${PYTHON_USEDEP}] + >=dev-python/pygobject-3.18:3[${PYTHON_USEDEP}] + media-libs/gstreamer:1.0[introspection] + >=x11-libs/gtk+-3.6.2:3[introspection] + braille? ( + >=app-accessibility/brltty-5.0-r3[python,${PYTHON_USEDEP}] + dev-libs/liblouis[python,${PYTHON_USEDEP}] ) +" +RDEPEND="${COMMON_DEPEND} + >=app-accessibility/speech-dispatcher-0.8[python,${PYTHON_USEDEP}] + dev-libs/atk[introspection] + >=dev-python/pyatspi-2.30[${PYTHON_USEDEP}] + dev-python/setproctitle[${PYTHON_USEDEP}] + x11-libs/libwnck:3[introspection] + x11-libs/pango[introspection] +" +DEPEND="${COMMON_DEPEND} + >=dev-util/intltool-0.50 + dev-util/itstool + virtual/pkgconfig +" +# app-text/yelp-tools + +src_configure() { + gnome2_src_configure \ + $(use_with braille liblouis) +} diff --git a/app-admin/Manifest.gz b/app-admin/Manifest.gz index d3df6d21572b..4fcf0595f19c 100644 Binary files a/app-admin/Manifest.gz and b/app-admin/Manifest.gz differ diff --git a/app-admin/chrootuid/chrootuid-1.3-r1.ebuild b/app-admin/chrootuid/chrootuid-1.3-r1.ebuild deleted file mode 100644 index 4c7913e04081..000000000000 --- a/app-admin/chrootuid/chrootuid-1.3-r1.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="4" - -inherit toolchain-funcs - -MY_P="${P/-/}" - -DESCRIPTION="Run a network service at low privilege level and restricted file system access" -HOMEPAGE="ftp://ftp.porcupine.org/pub/security/index.html" -SRC_URI="ftp://ftp.porcupine.org/pub/security/${MY_P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 arm ia64 ppc x86" -IUSE="" - -S="${WORKDIR}/${MY_P}" - -src_compile() { - emake CC="$(tc-getCC)" CFLAGS="${CFLAGS} ${LDFLAGS}" -} - -src_install() { - dobin chrootuid - doman chrootuid.1 - dodoc README chrootuid_license -} diff --git a/app-admin/pwcrypt/pwcrypt-1.2.2-r1.ebuild b/app-admin/pwcrypt/pwcrypt-1.2.2-r1.ebuild deleted file mode 100644 index bd467dcf45c8..000000000000 --- a/app-admin/pwcrypt/pwcrypt-1.2.2-r1.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="4" - -inherit toolchain-funcs - -DESCRIPTION="An improved version of cli-crypt (encrypts data sent to it from the cli)" -HOMEPAGE="http://xjack.org/pwcrypt/" -SRC_URI="http://xjack.org/pwcrypt/downloads/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ppc x86" -IUSE="" - -DOCS=( CREDITS README ) - -src_prepare() { - sed -i "s/make\( \|$\)/\$(MAKE)\1/g" Makefile.in || die - sed -i \ - -e "/^LDFLAGS/s/= /= @LDFLAGS@ /" \ - -e "/-install/s/ -s//" \ - src/Makefile.in || die - - tc-export CC -} diff --git a/app-arch/Manifest.gz b/app-arch/Manifest.gz index 8a92fd6b018b..7faa3150c8b1 100644 Binary files a/app-arch/Manifest.gz and b/app-arch/Manifest.gz differ diff --git a/app-arch/advancecomp/advancecomp-2.2_pre20190301.ebuild b/app-arch/advancecomp/advancecomp-2.2_pre20190301.ebuild index 4c2bba15fdcd..d43e08965e00 100644 --- a/app-arch/advancecomp/advancecomp-2.2_pre20190301.ebuild +++ b/app-arch/advancecomp/advancecomp-2.2_pre20190301.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://github.com/amadvance/advancecomp/archive/${EGIT_COMMIT}.tar.gz LICENSE="GPL-2+ Apache-2.0 LGPL-2.1+ MIT" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 x86 ~x86-fbsd" IUSE="" RDEPEND="app-arch/bzip2:= diff --git a/app-misc/Manifest.gz b/app-misc/Manifest.gz index 5d248192a6c1..7d935b4cce95 100644 Binary files a/app-misc/Manifest.gz and b/app-misc/Manifest.gz differ diff --git a/app-misc/ca-certificates/Manifest b/app-misc/ca-certificates/Manifest index 45754412ffb2..191e3d5659a0 100644 --- a/app-misc/ca-certificates/Manifest +++ b/app-misc/ca-certificates/Manifest @@ -2,4 +2,5 @@ DIST ca-certificates_20180409.tar.xz 246908 BLAKE2B b553d4347f1a5b88fe59c7269dee DIST ca-certificates_20190110.tar.xz 243472 BLAKE2B b63e541fcf611712634f8c7fd2da5f189b999c39118047a7e2fd43ddd5e0fbefeaa08788363482a02be55a347447d4cc95f1505bf869accf9cd847578ad2e879 SHA512 9ce2661018edb120d0ef5bd3ed52c0f73f577d7607d135a31730549f5eb4176db4865cdb8bde77a78dc3efb8968846da5e72af8a833a9da2a8a7deb4f1560372 DIST nss-3.37.tar.gz 23027581 BLAKE2B 0ce7190a029321d5620dc8b9aedf1f4252c53dbef57149afbad432b6bc4b590db026505d23f5c766827d5c0179ab931b8a0435a2e9785eff3db515ed7211e512 SHA512 ad5175f126705f57092ac80421ac005bcc32bb18a4a44a527df25994fa90b3bc18af08506683564f619a22076f71232e2b3c9e6e25d6312d0bfed63684139103 DIST nss-3.42.1.tar.gz 23416408 BLAKE2B 9c008ce599f3cc4de50af3a32f680e16058a42df7a844aa8f151c729a1c783177d8410b0aa2ea9887f5e69a359d84b655b78808fd817b8ccdeae458d9c7b4488 SHA512 468e1d4ea9d2b832c7b8975443ee6fe2790b39cbbd9f8e3d8428a43f47cce0e81d5ca21e3566701b75bcd4af09110c0134e204b2850d30ecfd6347ec27e6e265 +DIST nss-3.43.tar.gz 23466026 BLAKE2B 1b43036daeedea1643a7fe1a8defa167097997efec529417c4857eaa29d453b6a588f462078f13662193d58dfd8f9566c22d729729591934ef154b9befb8f98d SHA512 e9dfba5bd6f68c5ab58fc7a6fa1b16a035be1b1b7c436cf787bdc99257c5f54c78d73d94d015bffd29420df19b2a2818166c68fe592dd7208ab5605344827fb5 DIST nss-cacert-class1-class3.patch 22950 BLAKE2B 9d5e60df5f161a3c27c41e5a9419440a54f888eda454e3cde5ebe626d4075b65cf9938b5144d0fb022377f4bd415bff5e5c67d104409860aa9391b3eb8872c68 SHA512 a5aa740bf110a3f0262e3f1ef2fc739ac2b44f042e220039d48aee8e97cd764d5c10718220364f4098aba955882bd02cadb5481512388971a8290312f88a7df0 diff --git a/app-misc/ca-certificates/ca-certificates-20190110.3.43.ebuild b/app-misc/ca-certificates/ca-certificates-20190110.3.43.ebuild new file mode 100644 index 000000000000..5bb10882fbc3 --- /dev/null +++ b/app-misc/ca-certificates/ca-certificates-20190110.3.43.ebuild @@ -0,0 +1,184 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +# The Debian ca-certificates package merely takes the CA database as it exists +# in the nss package and repackages it for use by openssl. +# +# The issue with using the compiled debs directly is two fold: +# - they do not update frequently enough for us to rely on them +# - they pull the CA database from nss tip of tree rather than the release +# +# So we take the Debian source tools and combine them with the latest nss +# release to produce (largely) the same end result. The difference is that +# now we know our cert database is kept in sync with nss and, if need be, +# can be sync with nss tip of tree more frequently to respond to bugs. + +# When triaging bugs from users, here's some handy tips: +# - To see what cert is hitting errors, use openssl: +# openssl s_client -port 443 -CApath /etc/ssl/certs/ -host $HOSTNAME +# Focus on the errors written to stderr. +# +# - Look at the upstream log as to why certs were added/removed: +# https://hg.mozilla.org/projects/nss/log/tip/lib/ckfw/builtins/certdata.txt +# +# - If people want to add/remove certs, tell them to file w/mozilla: +# https://bugzilla.mozilla.org/enter_bug.cgi?product=NSS&component=CA%20Certificates&version=trunk + +EAPI=6 + +PYTHON_COMPAT=( python{2_7,3_{4,5,6,7}} ) + +inherit eutils python-any-r1 + +if [[ ${PV} == *.* ]] ; then + # Compile from source ourselves. + PRECOMPILED=false + inherit eapi7-ver + + DEB_VER=$(ver_cut 1) + NSS_VER=$(ver_cut 2-) + RTM_NAME="NSS_${NSS_VER//./_}_RTM" +else + # Debian precompiled version. + PRECOMPILED=true + inherit unpacker +fi + +DESCRIPTION="Common CA Certificates PEM files" +HOMEPAGE="https://packages.debian.org/sid/ca-certificates" +NMU_PR="" +if ${PRECOMPILED} ; then + SRC_URI="mirror://debian/pool/main/c/${PN}/${PN}_${PV}${NMU_PR:++nmu}${NMU_PR}_all.deb" +else + SRC_URI="mirror://debian/pool/main/c/${PN}/${PN}_${DEB_VER}${NMU_PR:++nmu}${NMU_PR}.tar.xz + https://archive.mozilla.org/pub/security/nss/releases/${RTM_NAME}/src/nss-${NSS_VER}.tar.gz + cacert? ( + https://dev.gentoo.org/~axs/distfiles/nss-cacert-class1-class3.patch + )" +fi + +LICENSE="MPL-1.1" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt" +IUSE="" +${PRECOMPILED} || IUSE+=" cacert" + +DEPEND="" +if ${PRECOMPILED} ; then + DEPEND+=" !/dev/null || die + eapply -p0 "${DISTDIR}"/nss-cacert-class1-class3.patch + popd >/dev/null || die + fi + fi + + default + eapply -p2 "${FILESDIR}"/${PN}-20150426-root.patch + local relp=$(echo "${EPREFIX}" | sed -e 's:[^/]\+:..:g') + sed -i \ + -e '/="$ROOT/s:ROOT:ROOT'"${EPREFIX}"':' \ + -e '/RELPATH="\.\./s:"$:'"${relp}"'":' \ + -e 's/openssl rehash/c_rehash/' \ + usr/sbin/update-ca-certificates || die +} + +src_compile() { + cd "image/${EPREFIX}" || die + if ! ${PRECOMPILED} ; then + python_setup + local d="${S}/${PN}-${DEB_VER}/mozilla" c="usr/share/${PN}" + # Grab the database from the nss sources. + cp "${S}"/nss-${NSS_VER}/nss/lib/ckfw/builtins/{certdata.txt,nssckbi.h} "${d}" || die + emake -C "${d}" + + # Now move the files to the same places that the precompiled would. + mkdir -p etc/ssl/certs \ + etc/ca-certificates/update.d \ + "${c}"/mozilla \ + || die + if use cacert ; then + mkdir -p "${c}"/cacert.org || die + mv "${d}"/CAcert_Inc..crt \ + "${c}"/cacert.org/cacert.org_root.crt || die + fi + mv "${d}"/*.crt "${c}"/mozilla/ || die + else + mv usr/share/doc/{ca-certificates,${PF}} || die + fi + + ( + echo "# Automatically generated by ${CATEGORY}/${PF}" + echo "# $(date -u)" + echo "# Do not edit." + cd "${c}" || die + find * -name '*.crt' | LC_ALL=C sort + ) > etc/ca-certificates.conf + + sh usr/sbin/update-ca-certificates --root "${S}/image" || die +} + +src_install() { + cp -pPR image/* "${D}"/ || die + if ! ${PRECOMPILED} ; then + cd ${PN}-${DEB_VER} || die + doman sbin/*.8 + dodoc debian/README.* examples/ca-certificates-local/README + fi + + echo 'CONFIG_PROTECT_MASK="/etc/ca-certificates.conf"' > 98ca-certificates + doenvd 98ca-certificates +} + +pkg_postinst() { + if [[ -d "${EROOT%/}/usr/local/share/ca-certificates" ]] ; then + # if the user has local certs, we need to rebuild again + # to include their stuff in the db. + # However it's too overzealous when the user has custom certs in place. + # --fresh is to clean up dangling symlinks + "${EROOT%/}"/usr/sbin/update-ca-certificates --root "${ROOT}" + fi + + if [[ -n "$(find -L "${EROOT%/}"/etc/ssl/certs/ -type l)" ]] ; then + ewarn "Removing the following broken symlinks:" + ewarn "$(find -L "${EROOT%/}"/etc/ssl/certs/ -type l -printf '%p -> %l\n' -delete)" + fi +} diff --git a/app-misc/mosquitto/mosquitto-1.5.6.ebuild b/app-misc/mosquitto/mosquitto-1.5.6.ebuild index de91f7acda1f..2a915dd90e43 100644 --- a/app-misc/mosquitto/mosquitto-1.5.6.ebuild +++ b/app-misc/mosquitto/mosquitto-1.5.6.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://mosquitto.org/files/source/${P}.tar.gz" LICENSE="EPL-1.0" SLOT="0" -KEYWORDS="amd64 arm ~x86" +KEYWORDS="amd64 arm x86" IUSE="bridge examples +persistence +srv ssl tcpd test websockets" REQUIRED_USE="test? ( bridge )" diff --git a/app-misc/pip3line/Manifest b/app-misc/pip3line/Manifest index 7d9839be610b..35700040cef5 100644 --- a/app-misc/pip3line/Manifest +++ b/app-misc/pip3line/Manifest @@ -1,2 +1,2 @@ -DIST pip3line-3.5.4.tar.gz 732872 BLAKE2B e544a2e1af958f3b1ef2e523d8489c807976523109ef8cc73f2c43b543ba9bd0b48d49009637d386e69f7768db6e2bd5a8f098d30dbd199a0b3d6bdaf782c103 SHA512 4a5421e4bf197d8ba2802c3007cfdd4d75a8c356f5bd8774d7f50bb3301e6beb52cc06f7d3486e85c3eaa16d192643afeb00b95e4d174ce16665b509e522ee6a DIST pip3line-3.5.5.tar.gz 733385 BLAKE2B e9577fb02d778b689d1c3f5849f714b7d27a5ad49a7a68e412a19cb8251e7ca1d76d0a046bfe10db2257593ccba4f1aa5fff0f34c317975f75ef347f50172088 SHA512 95cbc567f1a7f2bcbc07fe7d560829d9538c126a2748b762fcf505bad47926376abea9d8eaba8670f4c3826b988ea1ea1338faf625a6cdf8db17f457af4edbbb +DIST pip3line-3.6.0.tar.gz 736294 BLAKE2B 75bc3bcd3ad547a31a1fc97f525a8575136ba1bcb48e5e9d7292732c04d2a62cd03710a4e6d76a652d5259e5081cf8cc8c2dfc3265ecf1f3ea5cbc6870c02ab6 SHA512 4263d18749533f1137dc3546a6a5b5856f9c5dc09355c866c7e6a8fc59787c84ee979f648f563c465aab314ff9155bba6e34e7d4641438d96bdb786c93dfaec8 diff --git a/app-misc/pip3line/pip3line-3.5.4.ebuild b/app-misc/pip3line/pip3line-3.6.0.ebuild similarity index 98% rename from app-misc/pip3line/pip3line-3.5.4.ebuild rename to app-misc/pip3line/pip3line-3.6.0.ebuild index 9789c01998c4..26d9bd9f18b9 100644 --- a/app-misc/pip3line/pip3line-3.5.4.ebuild +++ b/app-misc/pip3line/pip3line-3.6.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/app-mobilephone/Manifest.gz b/app-mobilephone/Manifest.gz index 1ed4fed9d271..b4acb815f749 100644 Binary files a/app-mobilephone/Manifest.gz and b/app-mobilephone/Manifest.gz differ diff --git a/app-mobilephone/gammu/Manifest b/app-mobilephone/gammu/Manifest index ac09a4322d6a..6e23505067db 100644 --- a/app-mobilephone/gammu/Manifest +++ b/app-mobilephone/gammu/Manifest @@ -1,2 +1,3 @@ DIST gammu-1.38.5.tar.bz2 2138742 BLAKE2B 7a72a7b67475f73dc3580d618dee379893dc82d7950599b41ed1f7efb5fecd80af3a42a0cc0742cb73d055a4a778eaa4d42037c5be74d9b61a4b53cfe827bd00 SHA512 89a6b3872dfd9b4ebaf8b0f51265fec7e7ef72a42178f85846c7f52d926e96b3087bbe6650c4246e66c2624822021c5803b1bb6ca8ac90f3e5c109a644c0ee80 DIST gammu-1.39.0.tar.bz2 2151226 BLAKE2B 0e9b7a3f5321a166bbafe833134f49ac8dc93a68c5522be1c16e5ceb894cb242b644761a90188fbc9fa9dd62bde51828a72b29d09fc37b2aa2911d301dffac39 SHA512 ed8994f6ec25d8ddbed23680e8a02db05c8e7f85aa6b8c0d409b5e8377e7c9e07fc61e62d80f6741d648709fb58a10ec631155d8b1ffc1c7d3b6e425cf53c797 +DIST gammu-1.40.0.tar.bz2 2156194 BLAKE2B b030e1293eaf1aeb38a553d45507ec2c3b4ba9ae34e7cb6589a60bd34451b545cc8e1f7bebfe28c9c1a12c89cecedeac17ffe27ddffab27c274590801b2091dc SHA512 6dbab68f30567a501487cf4edf19e23b7b23b7b78e3dfff69fc8d3c95b62f74ee14fe25ca380eac071e67f1a523dfd69cb9137fe049bf6477dfcc94930b71ce9 diff --git a/app-mobilephone/gammu/gammu-1.40.0.ebuild b/app-mobilephone/gammu/gammu-1.40.0.ebuild new file mode 100644 index 000000000000..3eb015fdcee0 --- /dev/null +++ b/app-mobilephone/gammu/gammu-1.40.0.ebuild @@ -0,0 +1,64 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit cmake-utils + +DESCRIPTION="A tool to handle your cellular phone" +HOMEPAGE="https://wammu.eu/gammu/" +SRC_URI="https://dl.cihar.com/${PN}/releases/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="bluetooth curl dbi debug irda mysql nls odbc postgres usb" + +DEPEND=" + dev-libs/glib:2= + virtual/libgudev:= + bluetooth? ( net-wireless/bluez:= ) + curl? ( net-misc/curl:= ) + dbi? ( >=dev-db/libdbi-0.8.3:= ) + mysql? ( dev-db/mysql-connector-c:= ) + odbc? ( dev-db/unixODBC ) + postgres? ( dev-db/postgresql:= ) + usb? ( virtual/libusb:1= ) +" +BDEPEND=" + ${DEPEND} + irda? ( virtual/os-headers ) + nls? ( sys-devel/gettext ) +" +RDEPEND=" + ${DEPEND} + dev-util/dialog + virtual/libiconv +" +src_configure() { + local mycmakeargs=( + -DWITH_BLUETOOTH=$(usex bluetooth) + -DWITH_CURL=$(usex curl) + -DWITH_Gettext=$(usex nls) + -DWITH_Iconv=$(usex nls) + -DWITH_IRDA=$(usex irda) + -DWITH_LibDBI=$(usex dbi) + -DWITH_MySQL=$(usex mysql) + -DWITH_ODBC=$(usex odbc) + -DWITH_Postgres=$(usex postgres) + -DWITH_USB=$(usex usb) + -DBUILD_SHARED_LIBS=ON + -DINSTALL_DOC_DIR="share/doc/${PF}" + ) + cmake-utils_src_configure +} + +src_test() { + addwrite "/run/lock/LCK..bar" + LD_LIBRARY_PATH="${BUILD_DIR}/libgammu" cmake-utils_src_test -j1 +} + +src_install() { + cmake-utils_src_install + docompress -x /usr/share/doc/${PF}/examples/ +} diff --git a/app-office/Manifest.gz b/app-office/Manifest.gz index df839868926b..27ec0b73cc9d 100644 Binary files a/app-office/Manifest.gz and b/app-office/Manifest.gz differ diff --git a/app-office/texstudio/texstudio-2.12.14.ebuild b/app-office/texstudio/texstudio-2.12.14.ebuild index b0b38644ef68..78c0f825383d 100644 --- a/app-office/texstudio/texstudio-2.12.14.ebuild +++ b/app-office/texstudio/texstudio-2.12.14.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/texstudio-org/texstudio/archive/${PV}.tar.gz -> ${P} LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd" +KEYWORDS="amd64 ~ppc ~ppc64 x86 ~x86-fbsd" IUSE="video" COMMON_DEPEND=" diff --git a/app-portage/Manifest.gz b/app-portage/Manifest.gz index bb97b4e5916d..4888e2911a23 100644 Binary files a/app-portage/Manifest.gz and b/app-portage/Manifest.gz differ diff --git a/app-portage/pram/Manifest b/app-portage/pram/Manifest new file mode 100644 index 000000000000..9f9ba803d9b4 --- /dev/null +++ b/app-portage/pram/Manifest @@ -0,0 +1 @@ +DIST pram-1.tar.gz 3759 BLAKE2B da8670ceb689893bde486f6b7332dae8f793b945c71034354853195c4639c2a515533f56fd5ea67b91aba550219cde0a50d7c4c7e60bfeda1877904ecb4e2872 SHA512 fb0d2a2b177973d710d2e68eda82101d64e573e9d90e6aeb2a7bf2be86bcba01b4047c857d6d29d40a5768490a8f999aa001e7e5e45022cf2d1c08bed8ee8d44 diff --git a/app-portage/pram/metadata.xml b/app-portage/pram/metadata.xml new file mode 100644 index 000000000000..af57dcce87b9 --- /dev/null +++ b/app-portage/pram/metadata.xml @@ -0,0 +1,16 @@ + + + + + mgorny@gentoo.org + Michał Górny + + + + mgorny@gentoo.org + Michał Górny + + https://github.com/mgorny/pram/issues/ + mgorny/pram + + diff --git a/app-portage/pram/pram-1.ebuild b/app-portage/pram/pram-1.ebuild new file mode 100644 index 000000000000..718e513c9cd8 --- /dev/null +++ b/app-portage/pram/pram-1.ebuild @@ -0,0 +1,23 @@ +# Copyright 2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION="Tool to ease merging Pull Requests and git patches" +HOMEPAGE="https://github.com/mgorny/pram" +SRC_URI="https://github.com/mgorny/pram/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="BSD-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="dev-vcs/git + net-misc/wget[ssl] + virtual/editor + !dev-perl/Gentoo-App-Pram" + +src_install() { + dobin pram + einstalldocs +} diff --git a/app-shells/Manifest.gz b/app-shells/Manifest.gz index 8e1ec1374da4..6ae23bbbfebc 100644 Binary files a/app-shells/Manifest.gz and b/app-shells/Manifest.gz differ diff --git a/app-shells/fish/Manifest b/app-shells/fish/Manifest index 7604e8afa1a2..a8824f447f05 100644 --- a/app-shells/fish/Manifest +++ b/app-shells/fish/Manifest @@ -1,3 +1,2 @@ DIST fish-2.7.1.tar.gz 5760550 BLAKE2B 71568a3a17f4222b05a314464a61fceb241409a7d42c46249486ca742ef0cf990c46d693bcc22521c18f58a558e6aab35759d0da6eb62ee6611a2a7946fe714d SHA512 45ee3453404c5d6c56d307b4cd19197de862f9f42d7fa06461acec56dea7146db5675cf6419dd5f72e939b3e4b1955d3761098df1de89a8cebe47645eb6f7a4b -DIST fish-3.0.0.tar.gz 6472393 BLAKE2B 9a8226ca4dce40a7bbc62ad5791c5238d1257cebea296cd97a195438d771d7394acb012be6af118bf355a9b6e391ddee1061d83298356f664e0d5dbe3d859012 SHA512 e4159821d4263e5afb67adee82e30cfed0ad30f3772dd95beb0df71423ff52c21354970f64967f2de9fd1d31caa702208cfd9f2ce281bbf33114f3aa7cd539a2 DIST fish-3.0.2.tar.gz 6477869 BLAKE2B fedc8bd5fd6d7856b695207ce9ac7a5a47f0e3c211d2aa2151a7a3c1bd944b3cf5c86ddf8b6e4c4d3499bb72d4ede64886706e05a44786d70c665b4ffb85369f SHA512 cd4a8e6a0d7770ef17e92d3d20ea23e754b9fa53e5ee5459ab5838fcbbcac69544ca2f83551e93a004b140cc14ec556860a711ce216197753c1704901518c9c3 diff --git a/app-shells/fish/fish-3.0.0-r1.ebuild b/app-shells/fish/fish-3.0.0-r1.ebuild deleted file mode 100644 index 8cc9571025c2..000000000000 --- a/app-shells/fish/fish-3.0.0-r1.ebuild +++ /dev/null @@ -1,75 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit cmake-utils readme.gentoo-r1 - -DESCRIPTION="Friendly Interactive SHell" -HOMEPAGE="http://fishshell.com/" - -MY_PV="${PV/_beta/b}" -MY_P="${PN}-${MY_PV}" - -if [[ ${PV} == "9999" ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/${PN}-shell/${PN}-shell.git" -else - SRC_URI="https://github.com/${PN}-shell/${PN}-shell/releases/download/${MY_PV}/${MY_P}.tar.gz" - KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" -fi - -LICENSE="GPL-2" -SLOT="0" - -IUSE="doc nls test" - -RDEPEND=" - >=dev-libs/libpcre2-10.21[pcre32] - sys-devel/bc - sys-libs/ncurses:0=[unicode] -" - -DEPEND="${RDEPEND} - doc? ( app-doc/doxygen ) - nls? ( sys-devel/gettext ) - test? ( dev-tcltk/expect ) -" - -PATCHES=( "${FILESDIR}/fix-histfile-test-on-ppc.patch" ) - -S="${WORKDIR}/${MY_P}" - -src_prepare() { - # workaround for https://github.com/fish-shell/fish-shell/issues/4883 - sed -i 's#${TEST_INSTALL_DIR}/${CMAKE_INSTALL_PREFIX}#${TEST_INSTALL_DIR}#' \ - cmake/Tests.cmake || die - cmake-utils_src_prepare -} - -src_configure() { - local mycmakeargs=( - -DCMAKE_INSTALL_BINDIR="${EPREFIX}/bin" - -DCMAKE_INSTALL_DOCDIR="share/doc/${PF}" - -DCMAKE_INSTALL_SYSCONFDIR="${EPREFIX}/etc" - -DCURSES_NEED_NCURSES=ON - -DINTERNAL_WCWIDTH=OFF - -DBUILD_DOCS="$(usex doc)" - -DWITH_GETTEXT="$(usex nls)" - ) - cmake-utils_src_configure -} - -src_install() { - cmake-utils_src_install - keepdir /usr/share/fish/vendor_{completions,conf,functions}.d - readme.gentoo_create_doc -} - -src_test() { - cmake-utils_src_make -j1 test -} - -pkg_postinst() { - readme.gentoo_print_elog -} diff --git a/app-shells/mcfly/Manifest b/app-shells/mcfly/Manifest index 2a10f4492c39..1d09ec379a77 100644 --- a/app-shells/mcfly/Manifest +++ b/app-shells/mcfly/Manifest @@ -22,7 +22,6 @@ DIST libc-0.2.42.crate 336080 BLAKE2B 0de0726bfb00ff42d67abf06efa26c1a4f8132b29b DIST libsqlite3-sys-0.10.0.crate 2175426 BLAKE2B dc7cbbcb632e2de1e8fcd6372cb0a82ed044db1d8634fa88b4294efb01470528fc86cece8c1ba6c4800a97c39d78bebb4b858efaf7c3c74510f5cf675ca2a1f0 SHA512 df030105952e8e0ca9def15d914a2eb7fb81754c85465788f7a3df5626b647d4af7f93b11f2f6d6e3dba286fd101c779dd51de7f2732084ba9542120cbc0e299 DIST linked-hash-map-0.4.2.crate 15980 BLAKE2B f31e0dc6f6bb3af355981491e42ce70ac91cbcf059c3d7da8ad2160c40c379bf6d10aab1fdc8400df4497e30ae8dc8c37149ec23084b589fb9a17b8dcf7fbdb4 SHA512 e9ca0dcf09338b8bf2e669eae241b1d07a08c430b2c1fb8adde9a79218aac8f0ad3a13d515202fbf7d0d6f3607e64c4fb3b8b9fe9190655897ae7aeeeb91dbce DIST lru-cache-0.1.1.crate 8645 BLAKE2B 027f7051ce930701b97017638f2091efef0b3be330fe1cf534d31c7040c8eb55d73d8e397644584d642e370ed2c109f6df61a6da020f6df5f5756cfccbdf9216 SHA512 f397be62edf59bcb36767e338427684274c3ec900d96f92c75859c61ae52f78c42a551bb298e256b76f65bc7b5765c453a07baa61dcb01bfb93ca8a41612b521 -DIST mcfly-0.3.1.tar.gz 242505 BLAKE2B 178dc23567708593b89daa653ebdb5dab823197c56d9655abf8b15996736cfbc92acdd8643931c669678aab31eb8a14a4771c98373dec816d61ce0fb0e097b4d SHA512 308aeba0243b59d04655ffb06ce8ad20a3b7077543a3232e783581ef453a64f20c9c6fb5869cff23eac818103cc634c466340e8225346fb135c1b7cbe01d72bf DIST mcfly-0.3.3.tar.gz 242714 BLAKE2B 05f038bfb502d0dd6938c6ecf2a8f36673a26e7bebd8b8f543f12c500db0b1b431c476384641fc0d66efc9fd537a2c94c0ef41bf26d1b2f78f3ddd551e94b51c SHA512 b68484256421f0e8f11326cc4e321fdc0bdccb9fb01e919c143338ec315c0a69c90e2d9977265096a34d3db5f2709663579e851f41b637903e3d12ca92959631 DIST memchr-2.0.1.crate 9858 BLAKE2B ccf5530245bdcf1b892b98858d1cfd8cdeec3765422f6d1503bfaf3e48744dabfbc1767212b310d1951f1594ec3d4ca09447ca72782ed272cc396113a7f9fef8 SHA512 50daeb73062c30b244c8fec965ff0c69c29571022a9228dafd1ed397164956e39fbe260b8adce33522b5cedcd7f9135500ac45d6bc0b5e72bf9e89ebea0954d1 DIST nodrop-0.1.12.crate 3033 BLAKE2B 69792f5ac9722dc570749795b6e0e6c6373c44614bf5861846af08d426d18e5929ad3c5b957adf3480e8c77444cec9d33b3e8b272eea9c7200f0cedf0d78e7ac SHA512 8f2856a6467715565ea5b3be181fc957f6cbc885797c15582ef5be5a71089201292ea58f94877496737dfd427b19523228fa4bde49d9413a8399d2e7888b99aa diff --git a/app-shells/mcfly/files/mcfly-0.3.1-cat-dev-urandom.patch b/app-shells/mcfly/files/mcfly-0.3.1-cat-dev-urandom.patch deleted file mode 100644 index 86d016b9d076..000000000000 --- a/app-shells/mcfly/files/mcfly-0.3.1-cat-dev-urandom.patch +++ /dev/null @@ -1,22 +0,0 @@ -From 51cc1520ee19b241813ecdce82ff26bd84225eeb Mon Sep 17 00:00:00 2001 -From: Melkor333 -Date: Wed, 26 Dec 2018 20:21:13 +0100 -Subject: [PATCH] fix 'cat /dev/urandom' not closing - ---- - mcfly.bash | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/mcfly.bash b/mcfly.bash -index f2b5be7..84261cd 100644 ---- a/mcfly.bash -+++ b/mcfly.bash -@@ -5,7 +5,7 @@ if [[ "$__MCFLY_LOADED" == "loaded" ]]; then - return 0 - fi - __MCFLY_LOADED="loaded" --export MCFLY_SESSION_ID=$(cat /dev/urandom | env LC_ALL=C tr -dc 'a-zA-Z0-9' | fold -w 24 | head -n 1) -+export MCFLY_SESSION_ID=$(cat /dev/urandom | env LC_ALL=C tr -dc 'a-zA-Z0-9' | head -c 24) - export MCFLY_HISTORY=$(mktemp -t mcfly.XXXX) - export HISTFILE="${HISTFILE:-$HOME/.bash_history}" - diff --git a/app-shells/mcfly/mcfly-0.3.1.ebuild b/app-shells/mcfly/mcfly-0.3.1.ebuild deleted file mode 100644 index 033eae46c97b..000000000000 --- a/app-shells/mcfly/mcfly-0.3.1.ebuild +++ /dev/null @@ -1,97 +0,0 @@ -# Copyright 2017-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -CRATES=" -ansi_term-0.11.0 -argon2rs-0.2.5 -arrayvec-0.4.7 -atty-0.2.10 -backtrace-0.3.9 -backtrace-sys-0.1.24 -bitflags-1.0.3 -blake2-rfc-0.2.18 -cc-1.0.18 -cfg-if-0.1.5 -clap-2.32.0 -cloudabi-0.0.3 -constant_time_eq-0.1.3 -csv-1.0.1 -csv-core-0.1.4 -dirs-1.0.4 -failure-0.1.2 -failure_derive-0.1.2 -fuchsia-zircon-0.3.3 -fuchsia-zircon-sys-0.3.3 -libc-0.2.42 -libsqlite3-sys-0.10.0 -linked-hash-map-0.4.2 -lru-cache-0.1.1 -memchr-2.0.1 -nodrop-0.1.12 -pkg-config-0.3.11 -proc-macro2-0.4.20 -quote-0.6.8 -rand-0.4.3 -rand-0.5.5 -rand_core-0.2.1 -redox_syscall-0.1.40 -redox_termios-0.1.1 -redox_users-0.2.0 -relative-path-0.4.0 -rusqlite-0.15.0 -rustc-demangle-0.1.9 -scoped_threadpool-0.1.9 -serde-1.0.75 -shellexpand-1.0.0 -strsim-0.7.0 -syn-0.14.9 -synstructure-0.9.0 -termion-1.5.1 -textwrap-0.10.0 -time-0.1.40 -unicode-segmentation-1.2.1 -unicode-width-0.1.5 -unicode-xid-0.1.0 -vcpkg-0.2.4 -vec_map-0.8.1 -winapi-0.3.5 -winapi-i686-pc-windows-gnu-0.4.0 -winapi-x86_64-pc-windows-gnu-0.4.0 -" - -inherit cargo - -DESCRIPTION="Context-aware bash history search replacement (crtl-r)" -HOMEPAGE="https://github.com/cantino/mcfly" -SRC_URI="https://github.com/cantino/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz - $(cargo_crate_uris ${CRATES})" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64" -IUSE="test" - -DEPEND="" -RDEPEND="" - -PATCHES=( "${FILESDIR}/${P}"-cat-dev-urandom.patch ) - -src_install() { - cargo_src_install - - insinto "/usr/share/${PN}" - doins "${PN}.bash" - - einstalldocs -} - -pkg_postinst() { - local p="/usr/share/${PN}/${PN}.bash" - - elog "To start using ${PN}" - elog "Add the following to your ~/.bashrc" - elog - elog "[[ -f ${p} ]] && source ${p}" -} diff --git a/app-shells/posh/posh-0.13.2.ebuild b/app-shells/posh/posh-0.13.2.ebuild index f42467a5f61f..b5f53776db4e 100644 --- a/app-shells/posh/posh-0.13.2.ebuild +++ b/app-shells/posh/posh-0.13.2.ebuild @@ -9,7 +9,7 @@ SRC_URI="mirror://debian/pool/main/p/posh/${P/-/_}.tar.xz" LICENSE="GPL-2+ BSD public-domain" SLOT="0" -KEYWORDS="amd64 ppc ~x86" +KEYWORDS="amd64 ppc x86" IUSE="" DEPEND="app-arch/xz-utils" diff --git a/app-text/Manifest.gz b/app-text/Manifest.gz index 846e8f3986b7..394809a88908 100644 Binary files a/app-text/Manifest.gz and b/app-text/Manifest.gz differ diff --git a/app-text/enchant/enchant-1.6.1-r1.ebuild b/app-text/enchant/enchant-1.6.1-r1.ebuild index 1c0daa31f13f..068866bd3d8c 100644 --- a/app-text/enchant/enchant-1.6.1-r1.ebuild +++ b/app-text/enchant/enchant-1.6.1-r1.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/AbiWord/enchant/releases/download/${PN}-${MY_PV}/${P LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" IUSE="aspell +hunspell static-libs test" REQUIRED_USE="|| ( hunspell aspell )" diff --git a/dev-cpp/Manifest.gz b/dev-cpp/Manifest.gz index 5d0d7a5940d9..9830474f0dba 100644 Binary files a/dev-cpp/Manifest.gz and b/dev-cpp/Manifest.gz differ diff --git a/dev-cpp/glibmm/Manifest b/dev-cpp/glibmm/Manifest index f5e0c74fbc7a..0e9f4fc57ba6 100644 --- a/dev-cpp/glibmm/Manifest +++ b/dev-cpp/glibmm/Manifest @@ -1,3 +1,3 @@ DIST glibmm-2.56.0.tar.xz 6859520 BLAKE2B 8d7f0120de211002d587e6ec0d3750dcdce60abae6506395b318be876d5ed680b1451920063f06d6d9655137d50482a9ba936caa0f6da127bb3855e43b4d877f SHA512 65e577009019e30e340ae5fe6e4c854e5a75551b2eb83ad85403d73eb4e77879783162d4c3c354bc37be0be842f0ddffc1977021a5e0c32985fb596d86929c08 DIST glibmm-2.56.1.tar.xz 6841240 BLAKE2B db0e1402f322fd31138cf4db2fc2fabb6fb9896f226f98bd524fe005f0e3412f6973774571b7ec79a9e3c79f6622b0969a55dc91631cc996906dd1e558ad4fe8 SHA512 fd5ad19c5dcba484573520e1d00b5bbb600ee805ab8cd9c0d985880cc1bcbe67ad31fa9f2b5789b5892eddd6be345e3f308593e5ef021e1cfda132e4235fb735 -DIST glibmm-2.58.0.tar.xz 6839236 BLAKE2B 62e350e4ad180e2e31c1ec0caad18fb7d3bd46b2a0c52ccb93bfbf7b1260b6b595a690b49e344991ceb4dc75ed818f543424a9fd6df6d91ab3ede31959a7723f SHA512 e376462cdf1a60ed7d7750115200162016f57797674bbf7291c11b8754a6e4394eb1e2948ce4e37247438120dba4e18f5cf9c543963c1e97d8561d174d5ae7df +DIST glibmm-2.58.1.tar.xz 6778632 BLAKE2B e51e43cb9361147627c2ffc4c232bd8b15d935cc3a20a4fa8d98f5be9c45f7dd635aab69177d033cf65a6e39cee53bcc723be56cc8db966e88b00b5f9cb1f29a SHA512 c1a67412e6de3853557318cd921e6e73874a14ffd3cb51fc158b0d45fb1d5c2560e011b3b0be7f8cf8afee13952e824625d832e5237288b974c2ba20a6f042cb diff --git a/dev-cpp/glibmm/glibmm-2.58.0.ebuild b/dev-cpp/glibmm/glibmm-2.58.1.ebuild similarity index 100% rename from dev-cpp/glibmm/glibmm-2.58.0.ebuild rename to dev-cpp/glibmm/glibmm-2.58.1.ebuild diff --git a/dev-db/Manifest.gz b/dev-db/Manifest.gz index 8ac434b3b57e..e7b55f81f932 100644 Binary files a/dev-db/Manifest.gz and b/dev-db/Manifest.gz differ diff --git a/dev-db/postgresql/postgresql-10.7.ebuild b/dev-db/postgresql/postgresql-10.7.ebuild index 905d15e31053..d7f89ecea034 100644 --- a/dev-db/postgresql/postgresql-10.7.ebuild +++ b/dev-db/postgresql/postgresql-10.7.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_major_version) diff --git a/dev-db/postgresql/postgresql-11.2.ebuild b/dev-db/postgresql/postgresql-11.2.ebuild index f19bc98f9e9e..ef7584eee93a 100644 --- a/dev-db/postgresql/postgresql-11.2.ebuild +++ b/dev-db/postgresql/postgresql-11.2.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_major_version) diff --git a/dev-db/qt5-sqlcipher/Manifest b/dev-db/qt5-sqlcipher/Manifest index 9f9e00112463..27a03e84a77b 100644 --- a/dev-db/qt5-sqlcipher/Manifest +++ b/dev-db/qt5-sqlcipher/Manifest @@ -1,2 +1,3 @@ DIST qt5-sqlcipher-1.0.1-qt-5.11.1.tar.xz 8528 BLAKE2B 981565882399943c6ab47b09968c27fa9f53cade5baee66259e416d749905a6bf7a9c1c27ed8165d7b6fc0a72fee85d51bb9ac0c3819b9dab5e89e741e880b13 SHA512 9d64b12990cd81ad1e81b941ff970388c8e7f34fd446ecd4ce2ed58e3f8e50acc06fe88fc0f6693e48b19422e70372516bc36b5c71908e18096e092f261c9eff DIST qt5-sqlcipher-1.0.1.tar.gz 56994 BLAKE2B 9de780126bc7ba99e23b529e6e45d629e9b20d52dfb4d91fcb7c8a6b77b8a8bc17bedaa40a288c4af32e40cc563631e164428be0f8c5a81ffa6143acc58b2e55 SHA512 ba83ba1d98b7764c7ad4bf776b1f39baff44ff6189e51cbc2131150e5a4c2962a21134d21d5ed41f171629395c721fce11ee911d080d304566033d53c552642a +DIST qt5-sqlcipher-1.0.1_p20181221.tar.xz 27668 BLAKE2B e9f7a380be72997a1364ff985271b421230ea75b80200fc1cb4d58946abcb5a98504e458811e9b6641a84a4f8bc7145fd9d6746a147f98bc886e8c2639698646 SHA512 408f71b7fdb26aea3f0419ce0fb295a438c247aa1649756a20b6743571dd9d45cb17d46f5b261a1fd611df4fe39a9dcd6cbd36180bf3742b0abba8b02a9a2d9a diff --git a/dev-db/qt5-sqlcipher/qt5-sqlcipher-1.0.1_p20181221.ebuild b/dev-db/qt5-sqlcipher/qt5-sqlcipher-1.0.1_p20181221.ebuild new file mode 100644 index 000000000000..744c62f7f414 --- /dev/null +++ b/dev-db/qt5-sqlcipher/qt5-sqlcipher-1.0.1_p20181221.ebuild @@ -0,0 +1,50 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit cmake-utils + +DESCRIPTION="Qt SQL driver plugin for SQLCipher" +HOMEPAGE="https://github.com/blizzard4591/qt5-sqlcipher" +SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.tar.xz" + +LICENSE="LGPL-2.1" # version 2.1 only +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND=">=dev-db/sqlcipher-3.4.1 + >=dev-qt/qtcore-5.7.1:5= + >=dev-qt/qtsql-5.7.1:5=[sqlite] - - rafaelmartins@gentoo.org - Rafael G. Martins - williamh@gentoo.org William Hubbs diff --git a/dev-libs/Manifest.gz b/dev-libs/Manifest.gz index a70282a9879e..d42c2cd78829 100644 Binary files a/dev-libs/Manifest.gz and b/dev-libs/Manifest.gz differ diff --git a/dev-libs/botan/Manifest b/dev-libs/botan/Manifest index 8868471c103f..77af7e1b3c75 100644 --- a/dev-libs/botan/Manifest +++ b/dev-libs/botan/Manifest @@ -1,3 +1,4 @@ DIST Botan-1.10.17.tgz 2706678 BLAKE2B bce65493c702381aaa747c2b935c545f85704b93bb6be4bf225048cc14812999291bbbe86786c2b00865489ec47d63128b12ef1020be8651be57fa1c84006a7c SHA512 a47cab3af113652247c8efc8b0f043eb62175eaa8554833d5fc3016ea94dbdd8aa722ab9b5226cc5f133afbcc088d54362111630eaa4594812c39925cc3c8649 DIST Botan-2.7.0.tgz 7021654 BLAKE2B 3f18b7ba660a72a409beeaba8bd1b1bd021f645c135bed56d75b6ba906b7c28d1e14eac9550862500dda9c4b3ac3135cfc9c340e073c573deb66b236e09f8054 SHA512 992138d83e18aedf80337d825f80c34dd3d2177eb30967573c57cf9fb7e7f9a9965ae3d75f23635f4c93b4efb7bb5adbb3423702663c78a5eb905dd567561858 DIST Botan-2.8.0.tgz 7152674 BLAKE2B 7838423fc7cc3521b3feb95ab3958f8cd4df86534f1ef30d717b47e54a9a7ae0d2ed6618370b9adfd0a178b509750e5aacda8457caa89f408292837fe3426de0 SHA512 12f734eea3e60a956f75a5b58e9bd83fac7b0dbcd71fb9577b025d171702d87a9a11e2e73162320bdefb2d25f3900757d89dd7fe13089321c88d948efc2ba214 +DIST Botan-2.9.0.tgz 7216373 BLAKE2B 5ad2e15db871ccc3a32b29b7f54a02d69f251f0aca2ce656b557dbbb3814a793053a54905371b3414ad72952a64bece43e2383da91f205f68b0fe31be2f9439c SHA512 b88f3894a4a5b7b2fbff9be6eb0b774bf679a014bd2364811b7e63d4f323e22ca9ef916491afbc2cdf9db68727c1449fbeb6fd417e591560add0955517db3f65 diff --git a/dev-libs/botan/botan-2.9.0.ebuild b/dev-libs/botan/botan-2.9.0.ebuild new file mode 100644 index 000000000000..8f92905d738a --- /dev/null +++ b/dev-libs/botan/botan-2.9.0.ebuild @@ -0,0 +1,99 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) + +inherit multilib python-r1 toolchain-funcs + +MY_PN="Botan" +MY_P="${MY_PN}-${PV}" +DESCRIPTION="A C++ crypto library" +HOMEPAGE="https://botan.randombit.net/" +SRC_URI="https://botan.randombit.net/releases/${MY_P}.tgz" + +KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~ppc-macos" +SLOT="2/$(ver_cut 1-2)" # soname version +LICENSE="BSD" +IUSE="bindist doc boost python bzip2 libressl lzma sqlite ssl static-libs zlib" +REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" + +S="${WORKDIR}/${MY_P}" + +DEPEND="python? ( ${PYTHON_DEPS} )" +RDEPEND="${DEPEND} + bzip2? ( >=app-arch/bzip2-1.0.5:= ) + zlib? ( >=sys-libs/zlib-1.2.3:= ) + boost? ( >=dev-libs/boost-1.48:= ) + lzma? ( app-arch/xz-utils:= ) + sqlite? ( dev-db/sqlite:3= ) + ssl? ( + !libressl? ( dev-libs/openssl:0=[bindist=] ) + libressl? ( dev-libs/libressl:0= ) + )" +BDEPEND="dev-lang/python:* + doc? ( dev-python/sphinx )" + +src_configure() { + local disable_modules=() + use boost || disable_modules+=( "boost" ) + use bindist && disable_modules+=( "ecdsa" ) + elog "Disabling modules: ${disable_modules[@]}" + + # Enable v9 instructions for sparc64 + if [[ "${PROFILE_ARCH}" = "sparc64" ]]; then + CHOSTARCH="sparc32-v9" + else + CHOSTARCH="${CHOST%%-*}" + fi + + local myos= + case ${CHOST} in + *-darwin*) myos=darwin ;; + *) myos=linux ;; + esac + + case ${CHOST} in + hppa*) CHOSTARCH=parisc ;; + esac + + local pythonvers=() + if use python; then + append() { + pythonvers+=( ${EPYTHON/python/} ) + } + python_foreach_impl append + fi + + CXX="$(tc-getCXX)" AR="$(tc-getAR)" ./configure.py \ + $(use_enable static-libs static-library) \ + $(use_with boost) \ + $(use_with bzip2) \ + $(use_with doc documentation) \ + $(use_with doc sphinx) \ + $(use_with lzma) \ + $(use_with sqlite sqlite3) \ + $(use_with ssl openssl) \ + $(use_with zlib) \ + $(usex hppa --without-stack-protector '') \ + --cc=gcc \ + --cpu=${CHOSTARCH} \ + --disable-modules=$(IFS=","; echo "${disable_modules[*]}" ) \ + --docdir=share/doc \ + --libdir=$(get_libdir) \ + --os=${myos} \ + --prefix="${EPREFIX}/usr" \ + --with-endian="$(tc-endian)" \ + --with-python-version=$(IFS=","; echo "${pythonvers[*]}" ) \ + --without-doxygen \ + || die "configure.py failed" +} + +src_test() { + LD_LIBRARY_PATH="${S}" ./botan-test || die "Validation tests failed" +} + +src_install() { + default + use python && python_foreach_impl python_optimize +} diff --git a/dev-libs/efl/efl-1.21.1-r3.ebuild b/dev-libs/efl/efl-1.21.1-r3.ebuild index 6414b0e98f35..4a976814b021 100644 --- a/dev-libs/efl/efl-1.21.1-r3.ebuild +++ b/dev-libs/efl/efl-1.21.1-r3.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://download.enlightenment.org/rel/libs/${PN}/${P}.tar.xz" LICENSE="BSD-2 GPL-2 LGPL-2.1 ZLIB" SLOT="0" -KEYWORDS="amd64 ~arm ~ppc ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~arm ~ppc x86 ~amd64-linux ~x86-linux" IUSE="+bmp dds connman debug drm +eet examples fbcon +fontconfig fribidi gif gles2 glib gnutls gstreamer harfbuzz hyphen +ico ibus jpeg2k libressl libuv luajit neon nls opengl ssl pdf physics postscript +ppm +psd pulseaudio raw scim sdl sound static-libs svg +system-lz4 systemd tga tiff tslib unwind v4l valgrind vlc vnc wayland webp X xcf xim xine xpm xpresent zeroconf" REQUIRED_USE=" diff --git a/dev-libs/faxpp/faxpp-0.4.ebuild b/dev-libs/faxpp/faxpp-0.4.ebuild deleted file mode 100644 index a92e566b3eab..000000000000 --- a/dev-libs/faxpp/faxpp-0.4.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=0 - -DESCRIPTION="Small, fast and conformant XML pull parser written in C" -HOMEPAGE="http://faxpp.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="doc examples" - -DEPEND="" -RDEPEND="" - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - - dodoc ChangeLog TODO - - use doc && dohtml docs/api/* - if use examples ; then - insinto /usr/share/doc/${PF} - doins -r examples - fi -} diff --git a/dev-libs/gobject-introspection-common/Manifest b/dev-libs/gobject-introspection-common/Manifest index 4b70198648d9..14e60bd688bd 100644 --- a/dev-libs/gobject-introspection-common/Manifest +++ b/dev-libs/gobject-introspection-common/Manifest @@ -1 +1,2 @@ DIST gobject-introspection-1.56.1.tar.xz 1397812 BLAKE2B 070597f3bd6e4e58d1ae1964cf6e8d7881daa68aeeddc5e9b64bc410fad6d435f2041171f4dfc2a6b477d39f2d7e9181b9917d1244fcb45b3a37491726381649 SHA512 2bfcd45b8c5ad68a3f6550c2f80a6804db0e1a72ffaf4fdd3cec3d8acc23e79ad14bb5bf612fe26fc896691839ab19ca8dd1c9994db14d730e56fa79df9d973d +DIST gobject-introspection-1.58.3.tar.xz 1378068 BLAKE2B 3ae0328892da30aeefcfb8f6d343312d4967345cc202ef137f29690fbd7a35fa9310f87b134fbdfd4fd753b68b47203cd306689d9892eccf17e303d1e7bcccd4 SHA512 0811cd08e224975b3aa55ae89d648fc65f3105cae8a077a5671593d84743b1db28e9fbffe53fc86a2b3e82ea98c35f3daae033d3df07c7020cc3bf8b5d94f796 diff --git a/dev-libs/gobject-introspection-common/gobject-introspection-common-1.58.3.ebuild b/dev-libs/gobject-introspection-common/gobject-introspection-common-1.58.3.ebuild new file mode 100644 index 000000000000..27b259c27b3d --- /dev/null +++ b/dev-libs/gobject-introspection-common/gobject-introspection-common-1.58.3.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +GNOME_ORG_MODULE="gobject-introspection" + +inherit gnome.org + +DESCRIPTION="Build infrastructure for GObject Introspection" +HOMEPAGE="https://wiki.gnome.org/Projects/GObjectIntrospection" + +LICENSE="HPND" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +IUSE="" + +RDEPEND="!<${CATEGORY}/${PN/-common}-${PV}" +# Use !<${PV} because mixing gobject-introspection with different version of -common can cause issues like: +# https://forums.gentoo.org/viewtopic-p-7421930.html + +src_configure() { :; } + +src_compile() { :; } + +src_install() { + dodir /usr/share/aclocal + insinto /usr/share/aclocal + doins m4/introspection.m4 + + dodir /usr/share/gobject-introspection-1.0 + insinto /usr/share/gobject-introspection-1.0 + doins Makefile.introspection +} diff --git a/dev-libs/gobject-introspection/Manifest b/dev-libs/gobject-introspection/Manifest index 4b70198648d9..14e60bd688bd 100644 --- a/dev-libs/gobject-introspection/Manifest +++ b/dev-libs/gobject-introspection/Manifest @@ -1 +1,2 @@ DIST gobject-introspection-1.56.1.tar.xz 1397812 BLAKE2B 070597f3bd6e4e58d1ae1964cf6e8d7881daa68aeeddc5e9b64bc410fad6d435f2041171f4dfc2a6b477d39f2d7e9181b9917d1244fcb45b3a37491726381649 SHA512 2bfcd45b8c5ad68a3f6550c2f80a6804db0e1a72ffaf4fdd3cec3d8acc23e79ad14bb5bf612fe26fc896691839ab19ca8dd1c9994db14d730e56fa79df9d973d +DIST gobject-introspection-1.58.3.tar.xz 1378068 BLAKE2B 3ae0328892da30aeefcfb8f6d343312d4967345cc202ef137f29690fbd7a35fa9310f87b134fbdfd4fd753b68b47203cd306689d9892eccf17e303d1e7bcccd4 SHA512 0811cd08e224975b3aa55ae89d648fc65f3105cae8a077a5671593d84743b1db28e9fbffe53fc86a2b3e82ea98c35f3daae033d3df07c7020cc3bf8b5d94f796 diff --git a/dev-libs/gobject-introspection/gobject-introspection-1.58.3.ebuild b/dev-libs/gobject-introspection/gobject-introspection-1.58.3.ebuild new file mode 100644 index 000000000000..7f814af85a82 --- /dev/null +++ b/dev-libs/gobject-introspection/gobject-introspection-1.58.3.ebuild @@ -0,0 +1,72 @@ +# 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,3_7} ) +PYTHON_REQ_USE="xml" + +inherit gnome2 python-single-r1 toolchain-funcs + +DESCRIPTION="Introspection system for GObject-based libraries" +HOMEPAGE="https://wiki.gnome.org/Projects/GObjectIntrospection" + +LICENSE="LGPL-2+ GPL-2+" +SLOT="0" +IUSE="cairo doctool test" +REQUIRED_USE=" + ${PYTHON_REQUIRED_USE} + test? ( cairo ) +" +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" + +# virtual/pkgconfig needed at runtime, bug #505408 +# We force glib and g-i to be in sync by this way as explained in bug #518424 +RDEPEND=" + >=dev-libs/gobject-introspection-common-${PV} + >=dev-libs/glib-2.58.0:2 + doctool? ( dev-python/mako[${PYTHON_USEDEP}] + dev-python/markdown[${PYTHON_USEDEP}] ) + virtual/libffi:= + virtual/pkgconfig + !/dev/null || die + # hack nspr paths + echo 'INCLUDES += -I$(DIST)/include/dbm' \ + >> headers.mk || die "failed to append include" + + # modify install path + sed -e '/CORE_DEPTH/s:SOURCE_PREFIX.*$:SOURCE_PREFIX = $(CORE_DEPTH)/dist:' \ + -i source.mk || die + + # Respect LDFLAGS + sed -i -e 's/\$(MKSHLIB) -o/\$(MKSHLIB) \$(LDFLAGS) -o/g' rules.mk + popd >/dev/null || die + + # Fix pkgconfig file for Prefix + sed -i -e "/^PREFIX =/s:= /usr:= ${EPREFIX}/usr:" \ + config/Makefile || die + + # use host shlibsign if need be #436216 + if tc-is-cross-compiler ; then + sed -i \ + -e 's:"${2}"/shlibsign:shlibsign:' \ + cmd/shlibsign/sign.sh || die + fi + + # dirty hack + sed -i -e "/CRYPTOLIB/s:\$(SOFTOKEN_LIB_DIR):../freebl/\$(OBJDIR):" \ + lib/ssl/config.mk || die + sed -i -e "/CRYPTOLIB/s:\$(SOFTOKEN_LIB_DIR):../../lib/freebl/\$(OBJDIR):" \ + cmd/platlibs.mk || die + + multilib_copy_sources + + strip-flags +} + +multilib_src_configure() { + # Ensure we stay multilib aware + sed -i -e "/@libdir@/ s:lib64:$(get_libdir):" config/Makefile || die +} + +nssarch() { + # Most of the arches are the same as $ARCH + local t=${1:-${CHOST}} + case ${t} in + aarch64*)echo "aarch64";; + hppa*) echo "parisc";; + i?86*) echo "i686";; + x86_64*) echo "x86_64";; + *) tc-arch ${t};; + esac +} + +nssbits() { + local cc cppflags="${1}CPPFLAGS" cflags="${1}CFLAGS" + if [[ ${1} == BUILD_ ]]; then + cc=$(tc-getBUILD_CC) + else + cc=$(tc-getCC) + fi + echo > "${T}"/test.c || die + ${cc} ${!cppflags} ${!cflags} -c "${T}"/test.c -o "${T}/${1}test.o" || die + case $(file "${T}/${1}test.o") in + *32-bit*x86-64*) echo USE_X32=1;; + *64-bit*|*ppc64*|*x86_64*) echo USE_64=1;; + *32-bit*|*ppc*|*i386*) ;; + *) die "Failed to detect whether ${cc} builds 64bits or 32bits, disable distcc if you're using it, please";; + esac +} + +multilib_src_compile() { + # use ABI to determine bit'ness, or fallback if unset + local buildbits mybits + case "${ABI}" in + n32) mybits="USE_N32=1";; + x32) mybits="USE_X32=1";; + s390x|*64) mybits="USE_64=1";; + ${DEFAULT_ABI}) + einfo "Running compilation test to determine bit'ness" + mybits=$(nssbits) + ;; + esac + # bitness of host may differ from target + if tc-is-cross-compiler; then + buildbits=$(nssbits BUILD_) + fi + + local makeargs=( + CC="$(tc-getCC)" + CCC="$(tc-getCXX)" + AR="$(tc-getAR) rc \$@" + RANLIB="$(tc-getRANLIB)" + OPTIMIZER= + ${mybits} + ) + + # Take care of nspr settings #436216 + local myCPPFLAGS="${CPPFLAGS} $($(tc-getPKG_CONFIG) nspr --cflags)" + unset NSPR_INCLUDE_DIR + + # Do not let `uname` be used. + if use kernel_linux ; then + makeargs+=( + OS_TARGET=Linux + OS_RELEASE=2.6 + OS_TEST="$(nssarch)" + ) + fi + + export NSS_ENABLE_WERROR=0 #567158 + export BUILD_OPT=1 + export NSS_USE_SYSTEM_SQLITE=1 + export NSDISTMODE=copy + export NSS_ENABLE_ECC=1 + export FREEBL_NO_DEPEND=1 + export ASFLAGS="" + + local d + + # Build the host tools first. + LDFLAGS="${BUILD_LDFLAGS}" \ + XCFLAGS="${BUILD_CFLAGS}" \ + NSPR_LIB_DIR="${T}/fakedir" \ + emake -j1 -C coreconf \ + CC="$(tc-getBUILD_CC)" \ + ${buildbits:-${mybits}} + makeargs+=( NSINSTALL="${PWD}/$(find -type f -name nsinstall)" ) + + # Then build the target tools. + for d in . lib/dbm ; do + CPPFLAGS="${myCPPFLAGS}" \ + XCFLAGS="${CFLAGS} ${CPPFLAGS}" \ + NSPR_LIB_DIR="${T}/fakedir" \ + emake -j1 "${makeargs[@]}" -C ${d} + done +} + +# Altering these 3 libraries breaks the CHK verification. +# All of the following cause it to break: +# - stripping +# - prelink +# - ELF signing +# http://www.mozilla.org/projects/security/pki/nss/tech-notes/tn6.html +# Either we have to NOT strip them, or we have to forcibly resign after +# stripping. +#local_libdir="$(get_libdir)" +#export STRIP_MASK=" +# */${local_libdir}/libfreebl3.so* +# */${local_libdir}/libnssdbm3.so* +# */${local_libdir}/libsoftokn3.so*" + +export NSS_CHK_SIGN_LIBS="freebl3 nssdbm3 softokn3" + +generate_chk() { + local shlibsign="$1" + local libdir="$2" + einfo "Resigning core NSS libraries for FIPS validation" + shift 2 + local i + for i in ${NSS_CHK_SIGN_LIBS} ; do + local libname=lib${i}.so + local chkname=lib${i}.chk + "${shlibsign}" \ + -i "${libdir}"/${libname} \ + -o "${libdir}"/${chkname}.tmp \ + && mv -f \ + "${libdir}"/${chkname}.tmp \ + "${libdir}"/${chkname} \ + || die "Failed to sign ${libname}" + done +} + +cleanup_chk() { + local libdir="$1" + shift 1 + local i + for i in ${NSS_CHK_SIGN_LIBS} ; do + local libfname="${libdir}/lib${i}.so" + # If the major version has changed, then we have old chk files. + [ ! -f "${libfname}" -a -f "${libfname}.chk" ] \ + && rm -f "${libfname}.chk" + done +} + +multilib_src_install() { + pushd dist >/dev/null || die + + dodir /usr/$(get_libdir) + cp -L */lib/*$(get_libname) "${ED%/}"/usr/$(get_libdir) || die "copying shared libs failed" + local i + for i in crmf freebl nssb nssckfw ; do + cp -L */lib/lib${i}.a "${ED%/}"/usr/$(get_libdir) || die "copying libs failed" + done + + # Install nss-config and pkgconfig file + dodir /usr/bin + cp -L */bin/nss-config "${ED%/}"/usr/bin || die + dodir /usr/$(get_libdir)/pkgconfig + cp -L */lib/pkgconfig/nss.pc "${ED%/}"/usr/$(get_libdir)/pkgconfig || die + + # create an nss-softokn.pc from nss.pc for libfreebl and some private headers + # bug 517266 + sed -e 's#Libs:#Libs: -lfreebl#' \ + -e 's#Cflags:#Cflags: -I${includedir}/private#' \ + */lib/pkgconfig/nss.pc >"${ED%/}"/usr/$(get_libdir)/pkgconfig/nss-softokn.pc \ + || die "could not create nss-softokn.pc" + + # all the include files + insinto /usr/include/nss + doins public/nss/*.{h,api} + insinto /usr/include/nss/private + doins private/nss/{blapi,alghmac}.h + + popd >/dev/null || die + + local f nssutils + # Always enabled because we need it for chk generation. + nssutils=( shlibsign ) + + if multilib_is_native_abi ; then + if use utils; then + # The tests we do not need to install. + #nssutils_test="bltest crmftest dbtest dertimetest + #fipstest remtest sdrtest" + # checkcert utils has been removed in nss-3.22: + # https://bugzilla.mozilla.org/show_bug.cgi?id=1187545 + # https://hg.mozilla.org/projects/nss/rev/df1729d37870 + # certcgi has been removed in nss-3.36: + # https://bugzilla.mozilla.org/show_bug.cgi?id=1426602 + nssutils+=( + addbuiltin + atob + baddbdir + btoa + certutil + cmsutil + conflict + crlutil + derdump + digest + makepqg + mangle + modutil + multinit + nonspr10 + ocspclnt + oidcalc + p7content + p7env + p7sign + p7verify + pk11mode + pk12util + pp + rsaperf + selfserv + signtool + signver + ssltap + strsclnt + symkeyutil + tstclnt + vfychain + vfyserv + ) + # install man-pages for utils (bug #516810) + doman doc/nroff/*.1 + fi + pushd dist/*/bin >/dev/null || die + for f in ${nssutils[@]}; do + dobin ${f} + done + popd >/dev/null || die + fi + + # Prelink breaks the CHK files. We don't have any reliable way to run + # shlibsign after prelink. + dodir /etc/prelink.conf.d + printf -- "-b ${EPREFIX}/usr/$(get_libdir)/lib%s.so\n" ${NSS_CHK_SIGN_LIBS} \ + > "${ED%/}"/etc/prelink.conf.d/nss.conf +} + +pkg_postinst() { + multilib_pkg_postinst() { + # We must re-sign the libraries AFTER they are stripped. + local shlibsign="${EROOT}/usr/bin/shlibsign" + # See if we can execute it (cross-compiling & such). #436216 + "${shlibsign}" -h >&/dev/null + if [[ $? -gt 1 ]] ; then + shlibsign="shlibsign" + fi + generate_chk "${shlibsign}" "${EROOT}"/usr/$(get_libdir) + } + + multilib_foreach_abi multilib_pkg_postinst +} + +pkg_postrm() { + multilib_pkg_postrm() { + cleanup_chk "${EROOT}"/usr/$(get_libdir) + } + + multilib_foreach_abi multilib_pkg_postrm +} diff --git a/dev-perl/Manifest.gz b/dev-perl/Manifest.gz index 74e5fa927843..863cdbb8cdbc 100644 Binary files a/dev-perl/Manifest.gz and b/dev-perl/Manifest.gz differ diff --git a/dev-perl/Test-File-ShareDir/Test-File-ShareDir-1.1.2.ebuild b/dev-perl/Test-File-ShareDir/Test-File-ShareDir-1.1.2.ebuild index 0002eb4118f7..429b67b199e6 100644 --- a/dev-perl/Test-File-ShareDir/Test-File-ShareDir-1.1.2.ebuild +++ b/dev-perl/Test-File-ShareDir/Test-File-ShareDir-1.1.2.ebuild @@ -8,7 +8,7 @@ inherit perl-module DESCRIPTION="Create a Fake ShareDir for your modules for testing." 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="virtual/perl-Carp diff --git a/dev-python/Manifest.gz b/dev-python/Manifest.gz index b42ac5f27046..a02460c387bf 100644 Binary files a/dev-python/Manifest.gz and b/dev-python/Manifest.gz differ diff --git a/dev-python/coreapi/Manifest b/dev-python/coreapi/Manifest new file mode 100644 index 000000000000..bf4701165ff4 --- /dev/null +++ b/dev-python/coreapi/Manifest @@ -0,0 +1 @@ +DIST coreapi-2.3.3.tar.gz 18788 BLAKE2B f7837d6a0430e6617a2589aa84a209b3c544a913773bc4388c3bdef7348c83577e1b216e83c14736b15174ede840ae297b050eba551b4fe22d784e4d51677956 SHA512 5a66cf9613a9e11046577684b837f48e17db2285d14a51a77aa47eb945eef72a9ee0525b7b1b1c57fddec102c144ce56430ed5a95717e77d906d0b617dce708d diff --git a/dev-python/coreapi/coreapi-2.3.3.ebuild b/dev-python/coreapi/coreapi-2.3.3.ebuild new file mode 100644 index 000000000000..6220a9b1d43e --- /dev/null +++ b/dev-python/coreapi/coreapi-2.3.3.ebuild @@ -0,0 +1,19 @@ +# 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="Python client library for Core API" +HOMEPAGE="https://github.com/core-api/python-client" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND="dev-python/coreschema[${PYTHON_USEDEP}]" +DEPEND="${RDEPEND} +dev-python/setuptools[${PYTHON_USEDEP}]" diff --git a/dev-python/coreapi/metadata.xml b/dev-python/coreapi/metadata.xml new file mode 100644 index 000000000000..c36c37139fad --- /dev/null +++ b/dev-python/coreapi/metadata.xml @@ -0,0 +1,8 @@ + + + + + williamh@gentoo.org + William Hubbs + + diff --git a/dev-python/coreschema/Manifest b/dev-python/coreschema/Manifest new file mode 100644 index 000000000000..49890493f062 --- /dev/null +++ b/dev-python/coreschema/Manifest @@ -0,0 +1 @@ +DIST coreschema-0.0.4.tar.gz 10974 BLAKE2B 8bddafea9eb82140cdf2b2cd40ffc31dd4a0457f8ca216986807657a5021f7a4319f1e3db27caf7d471f8617f6f0c3a6d79ebfe7e0285bc9a6627f93d6efa760 SHA512 21a35b29cd0bb96dacaeeb0bd0faaaa4ee8875bf9639b431b59f17c41ee4829173932a6b35760caa3b46a0ec39ca173fe896b26b740fe97df36943270bc2bd3d diff --git a/dev-python/coreschema/coreschema-0.0.4.ebuild b/dev-python/coreschema/coreschema-0.0.4.ebuild new file mode 100644 index 000000000000..c3812509b807 --- /dev/null +++ b/dev-python/coreschema/coreschema-0.0.4.ebuild @@ -0,0 +1,19 @@ +# 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="Core Schema" +HOMEPAGE="https://github.com/core-api/python-coreschema" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND="dev-python/jinja[${PYTHON_USEDEP}]" +DEPEND="${RDEPEND} + dev-python/setuptools[${PYTHON_USEDEP}]" diff --git a/dev-python/coreschema/metadata.xml b/dev-python/coreschema/metadata.xml new file mode 100644 index 000000000000..c36c37139fad --- /dev/null +++ b/dev-python/coreschema/metadata.xml @@ -0,0 +1,8 @@ + + + + + williamh@gentoo.org + William Hubbs + + diff --git a/dev-python/itypes/Manifest b/dev-python/itypes/Manifest new file mode 100644 index 000000000000..cc584c967db6 --- /dev/null +++ b/dev-python/itypes/Manifest @@ -0,0 +1 @@ +DIST itypes-1.1.0.tar.gz 2188 BLAKE2B 5b24790944b130530d4bb3f0ee266c897ebf7946a37133535622f823cc66bd2d2aba838170769b326d706fb123ccd1f4ed7aea8e877b9fe0a9d19692e0c9e0e2 SHA512 fbaf82a82e0685f54eb98bdea722cf9fa230881d1940e2a74306972eb9f99958cb0cc62b858c340b649e092262793b83dcf76d11d36d04755ecf05e7a2c77d81 diff --git a/dev-python/itypes/itypes-1.1.0.ebuild b/dev-python/itypes/itypes-1.1.0.ebuild new file mode 100644 index 000000000000..4a4c46fee443 --- /dev/null +++ b/dev-python/itypes/itypes-1.1.0.ebuild @@ -0,0 +1,17 @@ +# 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="basic immutable container types for python" +HOMEPAGE="https://github.com/tomchristie/itypes" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64" + +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" diff --git a/dev-python/itypes/metadata.xml b/dev-python/itypes/metadata.xml new file mode 100644 index 000000000000..c36c37139fad --- /dev/null +++ b/dev-python/itypes/metadata.xml @@ -0,0 +1,8 @@ + + + + + williamh@gentoo.org + William Hubbs + + diff --git a/dev-python/pylint/files/pylint-2.3.1-no-pytest-runner.patch b/dev-python/pylint/files/pylint-2.3.1-no-pytest-runner.patch new file mode 100644 index 000000000000..4caf59bb30ec --- /dev/null +++ b/dev-python/pylint/files/pylint-2.3.1-no-pytest-runner.patch @@ -0,0 +1,12 @@ +diff --git a/setup.py b/setup.py +index a7b5e413..841a1c0d 100644 +--- a/setup.py ++++ b/setup.py +@@ -169,7 +169,6 @@ def install(**kwargs): + extras_require=extras_require, + test_suite='test', + python_requires='>=3.4.*', +- setup_requires=['pytest-runner'], + tests_require=['pytest'], + **kwargs) + diff --git a/dev-python/pylint/files/pylint-2.3.1-sphinx-theme.patch b/dev-python/pylint/files/pylint-2.3.1-sphinx-theme.patch new file mode 100644 index 000000000000..9353a90957f3 --- /dev/null +++ b/dev-python/pylint/files/pylint-2.3.1-sphinx-theme.patch @@ -0,0 +1,14 @@ +It's not worth introducing a new dependency for a mere sphinx theme... +diff --git a/doc/conf.py b/doc/conf.py +index ada9ec49..2bd66593 100644 +--- a/doc/conf.py ++++ b/doc/conf.py +@@ -99,7 +99,7 @@ pygments_style = 'sphinx' + + # The theme to use for HTML and HTML Help pages. See the documentation for + # a list of builtin themes. +-html_theme = 'python_docs_theme' ++html_theme = 'nature' + + # Theme options are theme-specific and customize the look and feel of a theme + # further. For a list of options available for each theme, see the diff --git a/dev-python/pylint/pylint-2.3.1.ebuild b/dev-python/pylint/pylint-2.3.1.ebuild index db307294d859..7e1e963e3a5d 100644 --- a/dev-python/pylint/pylint-2.3.1.ebuild +++ b/dev-python/pylint/pylint-2.3.1.ebuild @@ -24,13 +24,17 @@ RDEPEND=" >=dev-python/isort-4.2.5[${PYTHON_USEDEP}] dev-python/mccabe[${PYTHON_USEDEP}]" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] - dev-python/pytest-runner[${PYTHON_USEDEP}] doc? ( dev-python/sphinx[${PYTHON_USEDEP}] ) test? ( ${RDEPEND} dev-python/pytest[${PYTHON_USEDEP}] dev-python/six[${PYTHON_USEDEP}] )" +PATCHES=( + "${FILESDIR}/${PN}-2.3.1-sphinx-theme.patch" + "${FILESDIR}/${PN}-2.3.1-no-pytest-runner.patch" +) + python_compile_all() { # selection of straight html triggers a trivial annoying bug, we skirt it use doc && PYTHONPATH="${S}" emake -e -C doc singlehtml diff --git a/dev-python/pyparted/Manifest b/dev-python/pyparted/Manifest index 5ee41eb6f6df..f442b07fcc19 100644 --- a/dev-python/pyparted/Manifest +++ b/dev-python/pyparted/Manifest @@ -1,2 +1,3 @@ DIST pyparted-3.10.7.tar.gz 99879 BLAKE2B f2d03415ec7623fbe25aeab70e53646aa5e576e9f20ac41ffe6c859be9572874579f5720b8d05191107f4143e2c6dd14d83a05798a345fa0ed8a81ce2634f599 SHA512 c57fed2a8d04511b12891fd59b6dd6840439aada7e5ebeab14a56e6e4f201c249046ee87d9d25af1b3f02960994efb0a2973f25928a9df85d48bbd1bc196ab07 DIST pyparted-3.11.1.tar.gz 100585 BLAKE2B ee41f0c47e9432b68a2dbb8232bff63ded548d3b2867e3a1fdd891ce1f5ea1815b0c6b47416ae66e0b545c4b44065d158f2ec8ce2ff4784238e2b09bd12edc04 SHA512 4fe627693db803a82cacb37be8f2bee3527ee8d0d564229d7328a4e5c8dfa7cdd7a06c328ac7fa6b07c8f0c74d5db304410eaf312a60a0d494525d32c873fefd +DIST pyparted-3.11.2.tar.gz 101318 BLAKE2B 0c79535d6f3a269d5dfdd6c31ec80569d8c7432cd058f90999ebfd61ef727762a395d902539c49744108e92ba1a351c1ec939c02188869bed6c808551a843f92 SHA512 de6e7387e3eb9c9cb11e01f475d2749d2ce22ec2f11386df20cafcf83f7e431828f2db936f29c717e42694ff390a592598893633156a21aa7c8d5700a3c9ece9 diff --git a/dev-python/pyparted/pyparted-3.11.2.ebuild b/dev-python/pyparted/pyparted-3.11.2.ebuild new file mode 100644 index 000000000000..0141de74d9ea --- /dev/null +++ b/dev-python/pyparted/pyparted-3.11.2.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +PYTHON_COMPAT=( python{2_7,3_{4,5,6}} ) +inherit distutils-r1 + +DESCRIPTION="Python bindings for sys-block/parted" +HOMEPAGE="https://github.com/rhinstaller/pyparted/" +SRC_URI="${HOMEPAGE}archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="test" +REQUIRED_USE=" + test? ( python_targets_python2_7 ) +" + +RDEPEND=" + >=sys-block/parted-3.1 + dev-python/decorator[${PYTHON_USEDEP}] +" +DEPEND=" + ${RDEPEND} + virtual/pkgconfig +" + +PATCHES=( + "${FILESDIR}"/${PN}-3.10.3-greater.patch +) + +python_test() { + emake test +} diff --git a/dev-python/pytest/Manifest b/dev-python/pytest/Manifest index 1c92fd621005..a70b809cb795 100644 --- a/dev-python/pytest/Manifest +++ b/dev-python/pytest/Manifest @@ -1,5 +1,4 @@ DIST pytest-3.10.1.tar.gz 892420 BLAKE2B 38849ae69bf4380bc1a99aa105cac04be078da4460373dfc16fa555238b2830fa2f5ae6c19de8aa2af9ac18d87c5d2705d62f7b2e67e4a62d843f6a28bbd76fd SHA512 30ff79c0fdcbeef68e1191ff400a20428e391717f06957f554b694b94baaaa565dca01346fe989c3e443c4402f3b2bdbd5564f6303a4447f933fb54cba45628f DIST pytest-3.2.2.tar.gz 786396 BLAKE2B e669da930890e902b0323ec3a6685080ddd889e74655f7b4cb08ec421651f987597021a31471aab5a32d637b99620ce7792cbdf8f85561db3bb10ff06a446ba1 SHA512 6df3a50e7d1efeaf7a283920b16d1daf800798f422bc851b0aacd2bbd5cb0a88c95f9057fae49943b9dfe6527ed552cdf8d983b944ab91d0af252ee4f6eb82db DIST pytest-3.4.2.tar.gz 812719 BLAKE2B 96623d6cdea4bd79778175c18c949938505f1862010f700f9a8cb85f445910381af391a5b69e664fbbfc254bf46502c798c72026772070236a0a3bca7aeeb3d6 SHA512 787065ab76d4482799bb2da9f024c9c383e68cc1cc01f3b80f6ed9444ca6383d20953615696ed4dd01668777b094cf5002b23c4ce51828879dcf8ebf2170c71b -DIST pytest-4.2.1.tar.gz 913065 BLAKE2B cde085627872d601df1c6d91d9620fbb97789b6e176fe104bc991faa800268e5e61651e211a8840743b21f8cd9b57dcee8685143e2f4d56d197afae35a577aed SHA512 e41bf7c685cacd62261df6d356911297a65ba85e13a50f8aed23d382d257c4c1cd3213971a3970fec210b8e97b72bd0034c0c1f87be7f306286d541c5ea57097 -DIST pytest-4.3.0.tar.gz 915820 BLAKE2B ee8c55bb3a6e79d4897b218f372f8b0ceb524ea627f2e803484d83791ebe979da760695d3f6d7d85bc6494bdee1079f71aaf2418f1bd9e2318aba7471445413e SHA512 67894dc6c7001290e3372b5015227cf800c02d40ff28f76fad1249bd866f25c2368d8f0895d7c97a6b3318608f88e44db0bff723e7aeef79e380227cd7ec147e +DIST pytest-4.3.1.tar.gz 917608 BLAKE2B 62fea17e481984489d640872aac4f18b7278688b499302f407fd618b6357e3cb18e995f6f0974ba16da51bae5e3337732d2e1a0a6cc65936f8936d3bc7981809 SHA512 5c76100b9efc9176803807a54ff25bfaba065fe3e8fea28b9b2f3ade289056d174e0cc4e1f399eba4ee8642e8990f43f5dc68b59cf55b7d81a43cd7cb363f542 diff --git a/dev-python/pytest/pytest-4.3.0.ebuild b/dev-python/pytest/pytest-4.3.0.ebuild deleted file mode 100644 index ab4d81909734..000000000000 --- a/dev-python/pytest/pytest-4.3.0.ebuild +++ /dev/null @@ -1,64 +0,0 @@ -# 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} pypy{,3} ) - -inherit distutils-r1 - -DESCRIPTION="Simple powerful testing with Python" -HOMEPAGE="http://pytest.org/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-fbsd ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="test" - -# When bumping, please check setup.py for the proper py version -PY_VER="1.5.0" - -# pathlib2 has been added to stdlib before py3.6, but pytest needs __fspath__ -# support, which only came in py3.6. -RDEPEND=" - >=dev-python/atomicwrites-1.0[${PYTHON_USEDEP}] - >=dev-python/attrs-17.4.0[${PYTHON_USEDEP}] - >=dev-python/more-itertools-4.0.0[${PYTHON_USEDEP}] - $(python_gen_cond_dep 'dev-python/pathlib2[${PYTHON_USEDEP}]' python2_7 python3_{4,5} ) - >=dev-python/pluggy-0.7[${PYTHON_USEDEP}] - >=dev-python/py-${PY_VER}[${PYTHON_USEDEP}] - >=dev-python/setuptools-40[${PYTHON_USEDEP}] - >=dev-python/six-1.10.0[${PYTHON_USEDEP}] - virtual/python-funcsigs[${PYTHON_USEDEP}]" - -# flake & pytest-capturelog cause a number of tests to fail -DEPEND="${RDEPEND} - dev-python/setuptools_scm[${PYTHON_USEDEP}] - test? ( - >=dev-python/hypothesis-3.56[${PYTHON_USEDEP}] - dev-python/nose[${PYTHON_USEDEP}] - $(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' -2) - dev-python/requests[${PYTHON_USEDEP}] - !!dev-python/flaky - !!dev-python/pytest-capturelog - !!=${PY_VER}" setup.py || die "Incorrect dev-python/py dependency" - - # Something in the ebuild environment causes this to hang/error. - # https://bugs.gentoo.org/598442 - rm testing/test_pdb.py || die - - distutils-r1_python_prepare_all -} - -python_test() { - # In v4.1.1, pytest started being picky about its own verbosity options. - # running pytest on itself with -vv made 3 tests fail. This is why we don't - # have it below. - "${EPYTHON}" "${BUILD_DIR}"/lib/pytest.py --lsof -rfsxX \ - || die "tests failed with ${EPYTHON}" -} diff --git a/dev-python/pytest/pytest-4.2.1.ebuild b/dev-python/pytest/pytest-4.3.1.ebuild similarity index 100% rename from dev-python/pytest/pytest-4.2.1.ebuild rename to dev-python/pytest/pytest-4.3.1.ebuild diff --git a/dev-ruby/Manifest.gz b/dev-ruby/Manifest.gz index 78dfad5edd72..b24219555808 100644 Binary files a/dev-ruby/Manifest.gz and b/dev-ruby/Manifest.gz differ diff --git a/dev-ruby/facter/facter-3.13.0.ebuild b/dev-ruby/facter/facter-3.13.0.ebuild index c6ee584a2aff..1f3d28128872 100644 --- a/dev-ruby/facter/facter-3.13.0.ebuild +++ b/dev-ruby/facter/facter-3.13.0.ebuild @@ -19,7 +19,7 @@ if [[ ${PV} == 9999 ]] ; then EGIT_BRANCH="master" else [[ "${PV}" = *_rc* ]] || \ - KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86" + KEYWORDS="amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc x86" SRC_URI="https://github.com/puppetlabs/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" fi diff --git a/dev-ruby/vagrant_cloud/Manifest b/dev-ruby/vagrant_cloud/Manifest index cd398c0456b8..8472478fc191 100644 --- a/dev-ruby/vagrant_cloud/Manifest +++ b/dev-ruby/vagrant_cloud/Manifest @@ -1,2 +1 @@ -DIST vagrant_cloud-2.0.1.tar.gz 12278 BLAKE2B 9d8bf72809af21e55a6fbfa4c41098a5164c5426ac1d75243f45ed71cc0be8790e06a6b512188683ef1acf2b39faf9d2d72619605ed90c2529eb69b36f4b804a SHA512 98a84200e8e34d0678be6a67872411308c32a8112b1788574baa24bb4bf2e5fd8eab4727f3e2ca56cd8251ff54d14f009145ded8d30a353a581997673a9269cc DIST vagrant_cloud-2.0.2.tar.gz 13515 BLAKE2B 3014effb70df8aa7aa793cc75e92e46ceec406e3ad1c30f4cd40e1f05075e3e3b399d5d89424920c7312189b4f48cff82bb8e02f4c30b33a7194c973c365ed79 SHA512 13d56c3090092c6e1b6d47a98e8c21afabfe9fc28ee75b402b91e58869c221821141c4fdba3aaceca8970ae5474fe9a8109513f8dd525fab2cfa3623042d01c8 diff --git a/dev-ruby/vagrant_cloud/vagrant_cloud-2.0.1.ebuild b/dev-ruby/vagrant_cloud/vagrant_cloud-2.0.1.ebuild deleted file mode 100644 index 941860ed0cd3..000000000000 --- a/dev-ruby/vagrant_cloud/vagrant_cloud-2.0.1.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 2018 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -USE_RUBY="ruby23 ruby24 ruby25" - -RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md" -RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec" -RUBY_FAKEGEM_RECIPE_TEST="rspec3" -RUBY_FAKEGEM_TASK_DOC="" - -inherit ruby-fakegem - -DESCRIPTION="Vagrant Cloud API Library" -HOMEPAGE="https://github.com/hashicorp/vagrant_cloud" -SRC_URI="https://github.com/hashicorp/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64" -IUSE="" - -ruby_add_rdepend ">=dev-ruby/rest-client-2.0.2" -ruby_add_bdepend ">=dev-ruby/rake-10.4 - test? ( >=dev-ruby/webmock-3.0 )" - -all_ruby_prepare() { - sed -i -e '/rubocop/I s:^:#:' Rakefile || die -} diff --git a/dev-tex/Manifest.gz b/dev-tex/Manifest.gz index 04c8a0df377f..bb3ce7e573a5 100644 Binary files a/dev-tex/Manifest.gz and b/dev-tex/Manifest.gz differ diff --git a/dev-tex/culmus-latex/culmus-latex-0.7-r1.ebuild b/dev-tex/culmus-latex/culmus-latex-0.7-r1.ebuild index cd4a645c032f..57b0af65980e 100644 --- a/dev-tex/culmus-latex/culmus-latex-0.7-r1.ebuild +++ b/dev-tex/culmus-latex/culmus-latex-0.7-r1.ebuild @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/ivritex/${P}_src.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc ~ppc64 sparc x86" +KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc ppc64 sparc x86" IUSE="examples" RDEPEND="virtual/latex-base" diff --git a/dev-util/Manifest.gz b/dev-util/Manifest.gz index 178b08fb098b..bfa68ec6f0c6 100644 Binary files a/dev-util/Manifest.gz and b/dev-util/Manifest.gz differ diff --git a/dev-util/ltrace/files/ltrace-0.7.3-ia64-pid_t.patch b/dev-util/ltrace/files/ltrace-0.7.3-ia64-pid_t.patch new file mode 100644 index 000000000000..c466ce17e02d --- /dev/null +++ b/dev-util/ltrace/files/ltrace-0.7.3-ia64-pid_t.patch @@ -0,0 +1,6 @@ +--- a/sysdeps/linux-gnu/ia64/breakpoint.c ++++ b/sysdeps/linux-gnu/ia64/breakpoint.c +@@ -26,2 +26,3 @@ + #include ++#include /* pid_t */ + #include diff --git a/dev-util/ltrace/ltrace-0.7.3_p4.ebuild b/dev-util/ltrace/ltrace-0.7.3_p4.ebuild index fd5f6d7ae503..c17e3402f379 100644 --- a/dev-util/ltrace/ltrace-0.7.3_p4.ebuild +++ b/dev-util/ltrace/ltrace-0.7.3_p4.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=5 @@ -34,6 +34,7 @@ src_prepare() { epatch "${FILESDIR}"/${PN}-0.7.3-alpha-protos.patch epatch "${FILESDIR}"/${PN}-0.7.3-ia64.patch epatch "${FILESDIR}"/${PN}-0.7.3-print-test-pie.patch + epatch "${FILESDIR}"/${PN}-0.7.3-ia64-pid_t.patch sed -i '/^dist_doc_DATA/d' Makefile.am || die eautoreconf } diff --git a/dev-util/packer/Manifest b/dev-util/packer/Manifest index bbd5d5de37c8..39718913fc70 100644 --- a/dev-util/packer/Manifest +++ b/dev-util/packer/Manifest @@ -1 +1 @@ -DIST packer-1.3.4.tar.gz 9071395 BLAKE2B 96b20bd8af31928e67cb5b7897dce5e8b4eca3853f55226f6f477464d547a595b60b500d7bc5ef1fbd60bb4eb1c2eb51ddc1200b64efd3e02ec0de074c9f5594 SHA512 65b59b240fe48bf0cc9ce7492d2c21ac8c19ff0cae44ea35ca0164c6ba28d34322007999a42759042df6eb90525bbd93322197007149c1960bef80508f4c0b70 +DIST packer-1.3.5.tar.gz 9198704 BLAKE2B 210c824aa61fed8ab58ea6eed2a1804d8b144e7e20f0794721b2c282d066969d1193fc36b004bb7d31d8a2b19fa609e673d05457653bf8ad694a142563e839cc SHA512 becd747b43c8a9c0aa93d1d723f2e2383e9f2adc19e82653142ea13080aa393750cd3fdf86fa259af21af6b6417bf023e7e482402dfa56d347720fb740ebe906 diff --git a/dev-util/packer/packer-1.3.4.ebuild b/dev-util/packer/packer-1.3.5.ebuild similarity index 100% rename from dev-util/packer/packer-1.3.4.ebuild rename to dev-util/packer/packer-1.3.5.ebuild diff --git a/dev-vcs/Manifest.gz b/dev-vcs/Manifest.gz index 8d11eb4db4d9..459a96b5806e 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 bfc24493afee..54318883aa8b 100644 --- a/dev-vcs/cvs-fast-export/Manifest +++ b/dev-vcs/cvs-fast-export/Manifest @@ -1 +1,2 @@ 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 diff --git a/dev-vcs/cvs-fast-export/cvs-fast-export-1.46.ebuild b/dev-vcs/cvs-fast-export/cvs-fast-export-1.46.ebuild new file mode 100644 index 000000000000..c1ecf983231a --- /dev/null +++ b/dev-vcs/cvs-fast-export/cvs-fast-export-1.46.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 +} diff --git a/games-emulation/Manifest.gz b/games-emulation/Manifest.gz index 95dc36f70f4c..ce745f9217a4 100644 Binary files a/games-emulation/Manifest.gz and b/games-emulation/Manifest.gz differ diff --git a/games-emulation/snes9x/Manifest b/games-emulation/snes9x/Manifest index a282f323f91a..863925ff3184 100644 --- a/games-emulation/snes9x/Manifest +++ b/games-emulation/snes9x/Manifest @@ -1,2 +1,2 @@ DIST snes9x-1.58.tar.gz 2830667 BLAKE2B 66446e56a172b318f7cefecc59d927270377f725df0ca89888e1c50eb3f5475729ffc9da86ead5e50f106ab0781ad644ae3b3ed5719724db9b78b687135ead04 SHA512 51f8e92258db58e55f7b0b6c4537a916358891bb5ee35bd984d1970d2fedbdb2f8b3a4f560e0302d3011e521a1072c8a0d69723e8b151f61d33802c02f392d7d -DIST snes9x-1.59.tar.gz 2819790 BLAKE2B 63328f034bbd8b9905346836e52344c86dccf04e57d8b1d280485d1ff24e3b1d452c2529526b477066d6ace8a0f2aba07e62d98e85bd0eae4d21f0c0186e0587 SHA512 e9bec3e9908705f3ff380c6e2131b8ff7c9a7fc5571a00f05c0f7810a2edd2fe36dd4def242bdb924e9f6d15a303794a626358cd49dedab9a2794e80a2cc920a +DIST snes9x-1.59.2.tar.gz 2819803 BLAKE2B 3e077fe68dbc6ae9acf7625c1371971300cfb72143e0e98841dc8d75be5ccc45812d79d7810d28d1a5dc5c17a69cf0f9483e9c69e91437d864a4cbaf34852b35 SHA512 84d2dfc12a991b77b30ba9a591d285ecd4cc5fbb418282900209db9191d61611123ffa7d715b7abeed9b891e9af88ab4c46616502523a881127e2ede008236e4 diff --git a/games-emulation/snes9x/snes9x-1.59.ebuild b/games-emulation/snes9x/snes9x-1.59.2.ebuild similarity index 100% rename from games-emulation/snes9x/snes9x-1.59.ebuild rename to games-emulation/snes9x/snes9x-1.59.2.ebuild diff --git a/games-rpg/Manifest.gz b/games-rpg/Manifest.gz index 364831f9292f..449289a6a975 100644 Binary files a/games-rpg/Manifest.gz and b/games-rpg/Manifest.gz differ diff --git a/games-rpg/coe2/coe2-2007-r1.ebuild b/games-rpg/coe2/coe2-2007-r1.ebuild index d4070f0433ac..99a3f1b823f2 100644 --- a/games-rpg/coe2/coe2-2007-r1.ebuild +++ b/games-rpg/coe2/coe2-2007-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="Precursor to the Dominions series" -HOMEPAGE="http://www.shrapnelgames.com/Illwinter/CoE2/" -SRC_URI="http://download.shrapnelgames.com/downloads/${PN}_${PV}.zip" +HOMEPAGE="https://www.shrapnelgames.com/Our_Games/Free_Games.html" +SRC_URI="https://download.shrapnelgames.com/downloads/${PN}_${PV}.zip" LICENSE="all-rights-reserved" SLOT="0" diff --git a/games-sports/Manifest.gz b/games-sports/Manifest.gz index b6cbefae1ab9..002ebd348479 100644 Binary files a/games-sports/Manifest.gz and b/games-sports/Manifest.gz differ diff --git a/games-sports/billardgl/billardgl-1.75-r2.ebuild b/games-sports/billardgl/billardgl-1.75-r2.ebuild index e71f5aa777d3..83ccabcbf9f2 100644 --- a/games-sports/billardgl/billardgl-1.75-r2.ebuild +++ b/games-sports/billardgl/billardgl-1.75-r2.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 inherit eutils DESCRIPTION="an OpenGL billards game" -HOMEPAGE="http://www.billardgl.de/" +HOMEPAGE="https://sourceforge.net/projects/billardgl/" SRC_URI="mirror://sourceforge/${PN}/BillardGL-${PV}.tar.gz mirror://gentoo/${PN}.png" diff --git a/games-util/Manifest.gz b/games-util/Manifest.gz index dfd8193ef5c5..f6887f61ef84 100644 Binary files a/games-util/Manifest.gz and b/games-util/Manifest.gz differ diff --git a/games-util/lutris/lutris-0.5.0.1.ebuild b/games-util/lutris/lutris-0.5.0.1-r1.ebuild similarity index 97% rename from games-util/lutris/lutris-0.5.0.1.ebuild rename to games-util/lutris/lutris-0.5.0.1-r1.ebuild index fca79a193ebf..d6cbb9e6644a 100644 --- a/games-util/lutris/lutris-0.5.0.1.ebuild +++ b/games-util/lutris/lutris-0.5.0.1-r1.ebuild @@ -34,6 +34,7 @@ RDEPEND=" dev-python/pygobject:3[${PYTHON_USEDEP}] dev-python/python-evdev[${PYTHON_USEDEP}] dev-python/pyyaml[${PYTHON_USEDEP}] + dev-python/requests[${PYTHON_USEDEP}] gnome-base/gnome-desktop[introspection] media-sound/fluid-soundfont net-libs/libsoup diff --git a/gnome-base/Manifest.gz b/gnome-base/Manifest.gz index 2ea8b9f7ce8f..57a42ab1aded 100644 Binary files a/gnome-base/Manifest.gz and b/gnome-base/Manifest.gz differ diff --git a/gnome-base/gnome-light/gnome-light-3.30.2.ebuild b/gnome-base/gnome-light/gnome-light-3.30.2.ebuild new file mode 100644 index 000000000000..9bb2d83141ca --- /dev/null +++ b/gnome-base/gnome-light/gnome-light-3.30.2.ebuild @@ -0,0 +1,62 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit eapi7-ver + +P_RELEASE="$(ver_cut 1-2)" + +DESCRIPTION="Meta package for GNOME-Light, merge this package to install" +HOMEPAGE="https://www.gnome.org/" +LICENSE="metapackage" +SLOT="2.0" +IUSE="cups +gnome-shell" + +# when unmasking for an arch +# double check none of the deps are still masked ! +KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86" + +# XXX: Note to developers: +# This is a wrapper for the 'light' GNOME 3 desktop, and should only consist of +# the bare minimum of libs/apps needed. It is basically gnome-base/gnome without +# any apps, but shouldn't be used by users unless they know what they are doing. +# cantarell minimum version is ensured here as gnome-shell depends on it. +RDEPEND=" + >=gnome-base/gnome-core-libs-${PV}[cups?] + + >=gnome-base/gnome-session-3.30.1 + >=gnome-base/gnome-settings-daemon-3.30.1.2[cups?] + >=gnome-base/gnome-control-center-${PV}[cups?] + + >=gnome-base/nautilus-${PV} + + gnome-shell? ( + >=x11-wm/mutter-${PV} + >=dev-libs/gjs-1.54.2 + >=gnome-base/gnome-shell-${PV} + >=media-fonts/cantarell-0.111 ) + + >=x11-themes/adwaita-icon-theme-${P_RELEASE} + >=x11-themes/gnome-themes-standard-3.28 + >=x11-themes/gnome-backgrounds-${P_RELEASE} + + >=x11-terms/gnome-terminal-${PV} +" +DEPEND="" +PDEPEND=">=gnome-base/gvfs-1.38.1" +S="${WORKDIR}" + +pkg_pretend() { + if ! use gnome-shell; then + # Users probably want to use e16, sawfish, etc + ewarn "You're not installing GNOME Shell" + ewarn "You will have to install and manage a window manager by yourself" + fi +} + +pkg_postinst() { + # Remember people where to find our project information + elog "Please remember to look at https://wiki.gentoo.org/wiki/Project:GNOME" + elog "for information about the project and documentation." +} diff --git a/gnome-base/gnome-shell/Manifest b/gnome-base/gnome-shell/Manifest index 553301215ddf..bea6c4afe6ea 100644 --- a/gnome-base/gnome-shell/Manifest +++ b/gnome-base/gnome-shell/Manifest @@ -3,3 +3,5 @@ DIST gnome-shell-3.26.2-patchset.tar.xz 55492 BLAKE2B 745b8549f7480b004f4df9b815 DIST gnome-shell-3.26.2.tar.xz 1405580 BLAKE2B ccbb8ad374931335fdc6e752a7feedcba4fe2b61112404b62bc9711b1736216d46fd6e85c6f06439cae50af86a174359d7df0e111e8db6ffed567e91b4292b14 SHA512 0e13bc7abff2367d24ea748cd69a1879ff14a6755ef27d17cf20cef61bc6d15bf6e9d18362142a2d6462689f64eada833f9bba21ebaac3a33765a5be0ae48d3a DIST gnome-shell-3.28.3-patchset.tar.xz 30820 BLAKE2B 3402a1c455a5e9d028f6c15ea40db94afb84576643b9bfe9e973a7f375d9f0a22003eab3ccabec0b4b31c31f70ef02ca055c0f62a5c0392529fc375f6cef7029 SHA512 a1da84374dd97bff2546d6ddc5656bade69711d05b4b4f4283df66ebbac566767a509dcbd6db52c28a1915cf873c99b81029128cb2a2b63c325dc3e3340fffb4 DIST gnome-shell-3.28.3.tar.xz 1433388 BLAKE2B 656e2edabef363d779fd339b7158ad3461a05452a2fdad611889d19f272cd98dfbbb39871d10631326b83108678f8a7245c349583eb257e9d7e4827078134ade SHA512 3550a9e59101a96cf04e4a4bc183ac9a447baa72d74e57c3f438764741b4365f8848895c1eb2c4d0af5c7936e38eb8971ef578bbee315e78b9fdcbbe49fdc1e8 +DIST gnome-shell-3.30.2-patchset.tar.xz 39864 BLAKE2B 61c02e5ae87ab24f30d28865f4444f20e32fef63eefbfc1134bf0582eb25933700902aad08176fd2011781262552385bcb3ffaf35fc2d7a060c09ba0d27cb9a8 SHA512 8ad976c05488a6b7447d29105a566d0bb975c8e0798be18c1dc07295c51a27578274e611da4979397fc6c4da538f6d9f48072e043829a63faf87a781518ee531 +DIST gnome-shell-3.30.2.tar.xz 1439556 BLAKE2B 547ccf5571ea431d15c6430619640bd497a381191cad56bbf1a5c9992c5df47eb48527cc2749ea4d417cbe5fd7cc2acb44915ee35d3d89cd386541f19d743877 SHA512 5cdf2b9a4dc9dbcc75d76020a01b953ae3922d5820b692d1bc1cf62daf1f00d04b95d6ec076920563f555115c4f4ad11a019e4523a353ef4dd2189a5240239c6 diff --git a/gnome-base/gnome-shell/gnome-shell-3.28.3.ebuild b/gnome-base/gnome-shell/gnome-shell-3.28.3.ebuild index 42564e155a8a..9931a77b08bc 100644 --- a/gnome-base/gnome-shell/gnome-shell-3.28.3.ebuild +++ b/gnome-base/gnome-shell/gnome-shell-3.28.3.ebuild @@ -119,7 +119,7 @@ DEPEND="${COMMON_DEPEND} " PATCHES=( - # Patches from gnome-3-26 branch on top of 3.26.2 + # Patches from gnome-3-28 branch on top of 3.28.3 "${WORKDIR}"/patches/ # Change favorites defaults, bug #479918 "${FILESDIR}"/${PV}-defaults.patch diff --git a/gnome-base/gnome-shell/gnome-shell-3.30.2.ebuild b/gnome-base/gnome-shell/gnome-shell-3.30.2.ebuild new file mode 100644 index 000000000000..49ce9e97ba32 --- /dev/null +++ b/gnome-base/gnome-shell/gnome-shell-3.30.2.ebuild @@ -0,0 +1,189 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +PYTHON_COMPAT=( python3_{4,5,6} ) + +inherit gnome.org gnome2-utils meson pax-utils python-single-r1 virtualx xdg + +DESCRIPTION="Provides core UI functions for the GNOME 3 desktop" +HOMEPAGE="https://wiki.gnome.org/Projects/GnomeShell" +SRC_URI+=" https://dev.gentoo.org/~leio/distfiles/${P}-patchset.tar.xz" + +LICENSE="GPL-2+ LGPL-2+" +SLOT="0" +IUSE="+bluetooth +browser-extension elogind gtk-doc +ibus +networkmanager nsplugin systemd telepathy" +REQUIRED_USE="${PYTHON_REQUIRED_USE} + ?? ( elogind systemd )" + +KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86" + +# libXfixes-5.0 needed for pointer barriers and #include +# FIXME: +# * gstreamer support is currently automagic +COMMON_DEPEND=" + >=dev-libs/libcroco-0.6.8:0.6 + >=gnome-extra/evolution-data-server-3.17.2:= + >=app-crypt/gcr-3.7.5[introspection] + >=gnome-base/gnome-desktop-3.7.90:3=[introspection] + >=dev-libs/glib-2.57.2:2 + >=dev-libs/gobject-introspection-1.49.1:= + >=dev-libs/gjs-1.47.0 + >=x11-libs/gtk+-3.15.0:3[introspection] + nsplugin? ( >=dev-libs/json-glib-0.13.2 ) + >=x11-wm/mutter-3.30.1:0/3[introspection] + >=sys-auth/polkit-0.100[introspection] + >=gnome-base/gsettings-desktop-schemas-3.27.90 + >=x11-libs/startup-notification-0.11 + >=app-i18n/ibus-1.5.2 + bluetooth? ( >=net-wireless/gnome-bluetooth-3.9[introspection] ) + >=media-libs/gstreamer-0.11.92:1.0 + networkmanager? ( + >=net-misc/networkmanager-1.10.4:=[introspection] + >=app-crypt/libsecret-0.18 + dev-libs/dbus-glib ) + systemd? ( >=sys-apps/systemd-31 ) + elogind? ( >=sys-auth/elogind-237 ) + + >=app-accessibility/at-spi2-atk-2.5.3 + media-libs/libcanberra[gtk3] + x11-libs/gdk-pixbuf:2[introspection] + dev-libs/libxml2:2 + x11-libs/libX11 + + >=media-sound/pulseaudio-2[glib] + >=dev-libs/atk-2[introspection] + dev-libs/libical:= + >=x11-libs/libXfixes-5.0 + + ${PYTHON_DEPS} + dev-python/pygobject:3[${PYTHON_USEDEP}] + media-libs/mesa +" +# Runtime-only deps are probably incomplete and approximate. +# Introspection deps generated using: +# grep -roe "imports.gi.*" gnome-shell-* | cut -f2 -d: | sort | uniq +# Each block: +# 1. Introspection stuff needed via imports.gi.* +# 2. gnome-session needed for shutdown/reboot/inhibitors/etc +# 3. Control shell settings +# 4. logind interface needed for suspending support +# 5. xdg-utils needed for xdg-open, used by extension tool +# 6. adwaita-icon-theme needed for various icons & arrows (3.26 for new video-joined-displays-symbolic and co icons; review for 3.28+) +# 7. mobile-broadband-provider-info, timezone-data for shell-mobile-providers.c # TODO: Review +# 8. IBus is needed for nls integration +# 9. Optional telepathy chat integration +# 10. Cantarell font used in gnome-shell global CSS (if removing this for some reason, make sure it's pulled in somehow for non-meta users still too) +# 11. TODO: semi-optional webkit-gtk[introspection] for captive portal helper +RDEPEND="${COMMON_DEPEND} + >=sys-apps/accountsservice-0.6.14[introspection] + app-accessibility/at-spi2-core:2[introspection] + app-misc/geoclue[introspection] + >=dev-libs/libgweather-3.26:2[introspection] + >=sys-power/upower-0.99:=[introspection] + x11-libs/pango[introspection] + gnome-base/librsvg:2[introspection] + + >=gnome-base/gnome-session-2.91.91 + >=gnome-base/gnome-settings-daemon-3.8.3 + + x11-misc/xdg-utils + + >=x11-themes/adwaita-icon-theme-3.26 + + networkmanager? ( + net-misc/mobile-broadband-provider-info + sys-libs/timezone-data ) + ibus? ( >=app-i18n/ibus-1.4.99[dconf(+),gtk,introspection] ) + telepathy? ( + >=net-im/telepathy-logger-0.2.4[introspection] + >=net-libs/telepathy-glib-0.19[introspection] ) + media-fonts/cantarell +" +# avoid circular dependency, see bug #546134 +PDEPEND=" + >=gnome-base/gdm-3.5[introspection] + >=gnome-base/gnome-control-center-3.26[bluetooth(+)?,networkmanager(+)?] + browser-extension? ( gnome-extra/chrome-gnome-shell ) +" +DEPEND="${COMMON_DEPEND} + dev-lang/sassc + dev-libs/libxslt + >=dev-util/gdbus-codegen-2.45.3 + dev-util/glib-utils + gtk-doc? ( >=dev-util/gtk-doc-1.17 ) + >=sys-devel/gettext-0.19.8 + virtual/pkgconfig +" + +PATCHES=( + # Patches from gnome-3-28 branch on top of 3.30.2 + "${WORKDIR}"/patches/ + # Change favorites defaults, bug #479918 + "${FILESDIR}"/3.28.3-defaults.patch + # Fix automagic gnome-bluetooth dep, bug #398145 + "${FILESDIR}"/3.28.3-optional-bluetooth.patch +) + +src_prepare() { + xdg_src_prepare + # We want nsplugins in /usr/$(get_libdir)/nsbrowser/plugins not .../mozilla/plugins + sed -e 's/mozilla/nsbrowser/' -i meson.build || die + # Hack in correct python shebang + sed -e "s:python\.path():'/usr/bin/env ${EPYTHON}':" -i src/meson.build || die +} + +src_configure() { + local emesonargs=( + $(meson_use bluetooth) + $(meson_use nsplugin browser_plugin) + $(meson_use gtk-doc gtk_doc) + -Dman=true + $(meson_use networkmanager) + $(meson_use systemd) # this controls journald integration only as of 3.26.2 (structured logging and having gnome-shell launched apps use its own identifier instead of gnome-session) + # suspend support is runtime optional via /run/systemd/seats presence and org.freedesktop.login1.Manager dbus interface; elogind should provide what's necessary + ) + meson_src_configure +} + +src_install() { + meson_src_install + + # Required for gnome-shell on hardened/PaX, bug #398941; FIXME: Is this still relevant? + pax-mark m "${ED}usr/bin/gnome-shell"{,-extension-prefs} +} + +src_test() { + virtx meson_src_test +} + +pkg_postinst() { + xdg_pkg_postinst + gnome2_schemas_update + + if ! has_version 'media-libs/gst-plugins-good:1.0' || \ + ! has_version 'media-plugins/gst-plugins-vpx:1.0'; then + ewarn "To make use of GNOME Shell's built-in screen recording utility," + ewarn "you need to either install media-libs/gst-plugins-good:1.0" + ewarn "and media-plugins/gst-plugins-vpx:1.0, or use dconf-editor to change" + ewarn "apps.gnome-shell.recorder/pipeline to what you want to use." + fi + + if ! has_version "media-libs/mesa[llvm]"; then + elog "llvmpipe is used as fallback when no 3D acceleration" + elog "is available. You will need to enable llvm USE for" + elog "media-libs/mesa if you do not have hardware 3D setup." + fi + + # https://bugs.gentoo.org/show_bug.cgi?id=563084 + # TODO: Is this still the case after various fixed in 3.28 for detecting non-working KMS for wayland (to fall back to X)? + if has_version "x11-drivers/nvidia-drivers[-kms]"; then + ewarn "You will need to enable kms support in x11-drivers/nvidia-drivers," + ewarn "otherwise Gnome will fail to start" + fi +} + +pkg_postrm() { + xdg_pkg_postrm + gnome2_schemas_update +} diff --git a/gnome-base/gnome/gnome-3.30.2.ebuild b/gnome-base/gnome/gnome-3.30.2.ebuild new file mode 100644 index 000000000000..d0afdfbf3da2 --- /dev/null +++ b/gnome-base/gnome/gnome-3.30.2.ebuild @@ -0,0 +1,51 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DESCRIPTION="Meta package for GNOME 3, merge this package to install" +HOMEPAGE="https://www.gnome.org/" + +LICENSE="metapackage" +SLOT="2.0" # Cannot be installed at the same time as gnome-2 + +# when unmasking for an arch +# double check none of the deps are still masked ! +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" + +IUSE="accessibility +bluetooth +classic cups +extras" + +S=${WORKDIR} + +# TODO: check accessibility completeness +RDEPEND=" + >=gnome-base/gnome-core-libs-${PV}[cups?] + >=gnome-base/gnome-core-apps-${PV}[cups?,bluetooth?] + + >=gnome-base/gdm-3.30.1 + + >=x11-wm/mutter-${PV} + >=gnome-base/gnome-shell-${PV}[bluetooth?] + >=media-fonts/cantarell-0.111 + + >=x11-themes/gnome-backgrounds-3.30.0 + x11-themes/sound-theme-freedesktop + + accessibility? ( + >=app-accessibility/at-spi2-atk-2.30.0 + >=app-accessibility/at-spi2-core-2.30.0 + >=app-accessibility/orca-3.30.1 + >=gnome-extra/mousetweaks-3.12.0 ) + classic? ( >=gnome-extra/gnome-shell-extensions-3.30.1 ) + extras? ( >=gnome-base/gnome-extra-apps-${PV} ) +" + +DEPEND="" + +PDEPEND=">=gnome-base/gvfs-1.38.1[udisks]" + +pkg_postinst() { + # Remember people where to find our project information + elog "Please remember to look at https://wiki.gentoo.org/wiki/Project:GNOME" + elog "for information about the project and documentation." +} diff --git a/gnome-base/nautilus/nautilus-3.30.5.ebuild b/gnome-base/nautilus/nautilus-3.30.5.ebuild index f7403a0a6dd7..dfd5201b5fc3 100644 --- a/gnome-base/nautilus/nautilus-3.30.5.ebuild +++ b/gnome-base/nautilus/nautilus-3.30.5.ebuild @@ -40,7 +40,7 @@ DEPEND="${COMMON_DEPEND} " RDEPEND="${COMMON_DEPEND} packagekit? ( app-admin/packagekit-base ) - seccomp? ( sys-apps/bubblewrap ) + seccomp? ( >=sys-apps/bubblewrap-0.3.1 ) sendto? ( !=gnome-base/gnome-shell-3.14.2 + =gnome-base/gnome-shell-3.14.2 + (0.001))) ? 0 : 1; -+ Error += glm::all(glm::equal(A, B, static_cast(0.002))) ? 0 : 1; - assert(!Error); - } - ---- a/test/perf/perf_matrix_mul.cpp 2019-03-08 09:51:09.411923180 +0100 -+++ b/test/perf/perf_matrix_mul.cpp 2019-03-08 09:51:53.465219910 +0100 -@@ -111,7 +111,7 @@ - { - packedMatType const A = SISD[i]; - packedMatType const B = SIMD[i]; -- Error += glm::all(glm::equal(A, B, static_cast(0.001))) ? 0 : 1; -+ Error += glm::all(glm::equal(A, B, static_cast(0.01))) ? 0 : 1; - } - - return Error; ---- a/test/perf/perf_matrix_mul_vector.cpp 2019-03-08 09:43:10.450654282 +0100 -+++ b/test/perf/perf_matrix_mul_vector.cpp 2019-03-08 09:50:09.685875081 +0100 -@@ -111,7 +111,7 @@ - { - packedVecType const A = SISD[i]; - packedVecType const B = SIMD[i]; -- Error += glm::all(glm::equal(A, B, static_cast(0.001))) ? 0 : 1; -+ Error += glm::all(glm::equal(A, B, static_cast(0.01))) ? 0 : 1; - } - - return Error; +--- a/test/perf/CMakeLists.txt.old 2019-03-18 20:18:58.397352048 +0100 ++++ b/test/perf/CMakeLists.txt 2019-03-18 20:19:08.466182370 +0100 +@@ -1,6 +1,3 @@ +-glmCreateTestGTC(perf_matrix_div) + glmCreateTestGTC(perf_matrix_inverse) +-glmCreateTestGTC(perf_matrix_mul) +-glmCreateTestGTC(perf_matrix_mul_vector) + glmCreateTestGTC(perf_matrix_transpose) + glmCreateTestGTC(perf_vector_mul_matrix) diff --git a/media-libs/harfbuzz/harfbuzz-2.3.1.ebuild b/media-libs/harfbuzz/harfbuzz-2.3.1.ebuild index 681b0b79abbf..74fbb4200e84 100644 --- a/media-libs/harfbuzz/harfbuzz-2.3.1.ebuild +++ b/media-libs/harfbuzz/harfbuzz-2.3.1.ebuild @@ -15,7 +15,7 @@ if [[ ${PV} = 9999 ]] ; then inherit git-r3 autotools else SRC_URI="https://www.freedesktop.org/software/${PN}/release/${P}.tar.bz2" - 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" fi LICENSE="Old-MIT ISC icu" diff --git a/media-libs/libggigcp/libggigcp-1.0.2.ebuild b/media-libs/libggigcp/libggigcp-1.0.2.ebuild deleted file mode 100644 index 3ae8950cd253..000000000000 --- a/media-libs/libggigcp/libggigcp-1.0.2.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2018 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=0 - -DESCRIPTION="Libggi extension for advanced color and palette handling" -HOMEPAGE="https://ibiblio.org/ggicore/packages/libggigcp.html" -SRC_URI="mirror://sourceforge/ggi/${P}.src.tar.bz2" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 ~x86" -IUSE="" - -RDEPEND=">=media-libs/libggi-2.2.2" -DEPEND="${RDEPEND}" - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed." - dodoc ChangeLog README doc/{TODO,*.txt,*.faq} -} diff --git a/media-libs/libggimisc/libggimisc-2.2.2.ebuild b/media-libs/libggimisc/libggimisc-2.2.2.ebuild deleted file mode 100644 index abf922bfdd7b..000000000000 --- a/media-libs/libggimisc/libggimisc-2.2.2.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2018 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=0 - -DESCRIPTION="Adds support for some special graphical target features" -HOMEPAGE="https://ibiblio.org/ggicore/packages/libggimisc.html" -SRC_URI="mirror://sourceforge/ggi/${P}.src.tar.bz2" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 ~x86" -IUSE="fbcon svga" - -RDEPEND=">=media-libs/libggi-2.2.2 - svga? ( media-libs/svgalib )" -DEPEND="${RDEPEND}" - -src_compile() { - econf --disable-x --without-x \ - $(use_enable svga svgalib) \ - $(use_enable fbcon fbdev) - emake || die "emake failed." -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed." - dodoc ChangeLog README TODO doc/*.txt -} - -pkg_postinst() { - elog "X extension for ${PN} has been temporarily disabled for this release." -} diff --git a/media-libs/libggiwmh/libggiwmh-0.3.2.ebuild b/media-libs/libggiwmh/libggiwmh-0.3.2.ebuild deleted file mode 100644 index ae533a708091..000000000000 --- a/media-libs/libggiwmh/libggiwmh-0.3.2.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2018 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=0 - -DESCRIPTION="Window manager hints extensions for libggi" -HOMEPAGE="https://ibiblio.org/ggicore/packages/libggiwmh.html" -SRC_URI="mirror://sourceforge/ggi/${P}.src.tar.bz2" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd" -IUSE="X" - -RDEPEND=">=media-libs/libggi-2.2.2 - X? ( x11-libs/libXxf86vm - x11-libs/libXxf86dga - x11-libs/libXext - x11-libs/libX11 )" -DEPEND="${RDEPEND}" - -src_compile() { - econf $(use_enable X x) $(use_with X x) - emake || die "emake failed." -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed." - dodoc ChangeLog README doc/*.txt -} diff --git a/media-libs/libmypaint/libmypaint-1.3.0-r1.ebuild b/media-libs/libmypaint/libmypaint-1.3.0-r1.ebuild index 7e65a891d49a..48b121713f5b 100644 --- a/media-libs/libmypaint/libmypaint-1.3.0-r1.ebuild +++ b/media-libs/libmypaint/libmypaint-1.3.0-r1.ebuild @@ -15,7 +15,7 @@ SRC_URI="https://github.com/mypaint/libmypaint/releases/download/v${MY_PV}/${MY_ LICENSE="ISC" SLOT="0/0" # first soname component for subslot -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86" IUSE="+gegl introspection nls openmp" CDEPEND=" diff --git a/media-libs/mesa/Manifest b/media-libs/mesa/Manifest index 31c0d3858245..537cb90f5d0c 100644 --- a/media-libs/mesa/Manifest +++ b/media-libs/mesa/Manifest @@ -1,3 +1,4 @@ DIST mesa-18.2.8.tar.xz 11385224 BLAKE2B c6fbf71e2ab6837f91dfa996cf7e89e9cae22e219cac56bd4201f7a62c787ddd2f65e7d162a329971018f0b1a796ee1a5b252ee6b43bb3b27a233d67b6cdf615 SHA512 04d5ada9ba3acea853def3ebcbb53ee76936a4cd4229ae753d2ce1b5cf543bea1e5764f2ef2b19735d47d041ba6b0582841bc89e2c9331fdfbd89386f599a1f7 DIST mesa-18.3.4.tar.xz 11875224 BLAKE2B 81d34349c644cc93b3ca525046cdd63a5aa2a16d8f6b841830a138c8e9e375fb0f75a17bd80b4c48ed573f4976dd6612b0773305a3bec982540914365c9925ff SHA512 e4ead944ba053aa05425e9e199d633f576dfa424976253fc32438e8db6da5e8d381122e4c4b7fb18f94177421f208bab5567cfec8d2692d104e266483ca02a99 +DIST mesa-18.3.5.tar.xz 11882012 BLAKE2B 88279fe2f24c2a47c8857ad34382b7c8b64119632f1ec7ce8d0fe2afe669e01d2e071726f01e28b001be353d8d9ec1f0ef46d3ba1e64239d63221b100745e8ee SHA512 f229ac122eafee98d1a40c54adeb019eb4458cb67063db9ba760b265da0634fe77247c3c8cb5c5de5fd40f8545e35d45000a74af9257ebf4e2028156add8644c DIST mesa-19.0.0.tar.xz 11959360 BLAKE2B e58144bb22f296175d7feb59d2c7940ca795dd417b0b014735d8842a29292cf07a6197184942febfdc85ad062267a55059e0ebd1532a886610dabf888cc68b8f SHA512 5759b85275bcd145513cf14a9ef7505595766fb33b82c53738f74ede462e5850580d48ab4af326b41209e7f4b05aab75539f2bfebf67c3098a4680ea95c37591 diff --git a/media-libs/mesa/mesa-18.3.5.ebuild b/media-libs/mesa/mesa-18.3.5.ebuild new file mode 100644 index 000000000000..b66948b6e213 --- /dev/null +++ b/media-libs/mesa/mesa-18.3.5.ebuild @@ -0,0 +1,518 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( python3_4 python3_5 python3_6 python3_7 ) + +inherit llvm meson multilib-minimal pax-utils python-any-r1 + +OPENGL_DIR="xorg-x11" + +MY_P="${P/_/-}" + +DESCRIPTION="OpenGL-like graphic library for Linux" +HOMEPAGE="https://www.mesa3d.org/ https://mesa.freedesktop.org/" + +if [[ ${PV} == 9999 ]]; then + EGIT_REPO_URI="https://gitlab.freedesktop.org/mesa/mesa.git" + EXPERIMENTAL="true" + inherit git-r3 +else + SRC_URI="https://mesa.freedesktop.org/archive/${MY_P}.tar.xz" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris" +fi + +LICENSE="MIT" +SLOT="0" +RESTRICT=" + !test? ( test ) +" + +RADEON_CARDS="r100 r200 r300 r600 radeon radeonsi" +VIDEO_CARDS="${RADEON_CARDS} freedreno i915 i965 imx intel nouveau vc4 virgl vivante vmware" +for card in ${VIDEO_CARDS}; do + IUSE_VIDEO_CARDS+=" video_cards_${card}" +done + +IUSE="${IUSE_VIDEO_CARDS} + +classic d3d9 debug +dri3 +egl +gallium +gbm gles1 +gles2 +llvm lm_sensors + opencl osmesa pax_kernel pic selinux test unwind vaapi valgrind vdpau + vulkan wayland xa xvmc" + +REQUIRED_USE=" + d3d9? ( dri3 || ( video_cards_r300 video_cards_r600 video_cards_radeonsi video_cards_nouveau video_cards_vmware ) ) + gles1? ( egl ) + gles2? ( egl ) + vulkan? ( dri3 + || ( video_cards_i965 video_cards_radeonsi ) + video_cards_radeonsi? ( llvm ) ) + wayland? ( egl gbm ) + video_cards_freedreno? ( gallium ) + video_cards_intel? ( classic ) + video_cards_i915? ( || ( classic gallium ) ) + video_cards_i965? ( classic ) + video_cards_imx? ( gallium video_cards_vivante ) + video_cards_nouveau? ( || ( classic gallium ) ) + video_cards_radeon? ( || ( classic gallium ) + gallium? ( x86? ( llvm ) amd64? ( llvm ) ) ) + video_cards_r100? ( classic ) + video_cards_r200? ( classic ) + video_cards_r300? ( gallium x86? ( llvm ) amd64? ( llvm ) ) + video_cards_r600? ( gallium ) + video_cards_radeonsi? ( gallium llvm ) + video_cards_vc4? ( gallium ) + video_cards_virgl? ( gallium ) + video_cards_vivante? ( gallium gbm ) + video_cards_vmware? ( gallium ) +" + +LIBDRM_DEPSTRING=">=x11-libs/libdrm-2.4.96" +RDEPEND=" + !app-eselect/eselect-mesa + >=app-eselect/eselect-opengl-1.3.0 + >=dev-libs/expat-2.1.0-r3:=[${MULTILIB_USEDEP}] + >=sys-libs/zlib-1.2.8[${MULTILIB_USEDEP}] + >=x11-libs/libX11-1.6.2:=[${MULTILIB_USEDEP}] + >=x11-libs/libxshmfence-1.1:=[${MULTILIB_USEDEP}] + >=x11-libs/libXdamage-1.1.4-r1:=[${MULTILIB_USEDEP}] + >=x11-libs/libXext-1.3.2:=[${MULTILIB_USEDEP}] + >=x11-libs/libXxf86vm-1.1.3:=[${MULTILIB_USEDEP}] + >=x11-libs/libxcb-1.13:=[${MULTILIB_USEDEP}] + x11-libs/libXfixes:=[${MULTILIB_USEDEP}] + gallium? ( + unwind? ( sys-libs/libunwind[${MULTILIB_USEDEP}] ) + llvm? ( + video_cards_radeonsi? ( + virtual/libelf:0=[${MULTILIB_USEDEP}] + ) + video_cards_r600? ( + virtual/libelf:0=[${MULTILIB_USEDEP}] + ) + video_cards_radeon? ( + virtual/libelf:0=[${MULTILIB_USEDEP}] + ) + ) + lm_sensors? ( sys-apps/lm_sensors:=[${MULTILIB_USEDEP}] ) + opencl? ( + dev-libs/ocl-icd[khronos-headers,${MULTILIB_USEDEP}] + dev-libs/libclc + virtual/libelf:0=[${MULTILIB_USEDEP}] + ) + vaapi? ( + >=x11-libs/libva-1.7.3:=[${MULTILIB_USEDEP}] + video_cards_nouveau? ( !<=x11-libs/libva-vdpau-driver-0.7.4-r3 ) + ) + vdpau? ( >=x11-libs/libvdpau-1.1:=[${MULTILIB_USEDEP}] ) + xvmc? ( >=x11-libs/libXvMC-1.0.8:=[${MULTILIB_USEDEP}] ) + ) + wayland? ( + >=dev-libs/wayland-1.15.0:=[${MULTILIB_USEDEP}] + >=dev-libs/wayland-protocols-1.8 + ) + ${LIBDRM_DEPSTRING}[video_cards_freedreno?,video_cards_nouveau?,video_cards_vc4?,video_cards_vivante?,video_cards_vmware?,${MULTILIB_USEDEP}] + + video_cards_intel? ( + !video_cards_i965? ( ${LIBDRM_DEPSTRING}[video_cards_intel] ) + ) + video_cards_i915? ( ${LIBDRM_DEPSTRING}[video_cards_intel] ) +" +for card in ${RADEON_CARDS}; do + RDEPEND="${RDEPEND} + video_cards_${card}? ( ${LIBDRM_DEPSTRING}[video_cards_radeon] ) + " +done +RDEPEND="${RDEPEND} + video_cards_radeonsi? ( ${LIBDRM_DEPSTRING}[video_cards_amdgpu] ) +" + +# Please keep the LLVM dependency block separate. Since LLVM is slotted, +# we need to *really* make sure we're not pulling one than more slot +# simultaneously. +# +# How to use it: +# 1. List all the working slots (with min versions) in ||, newest first. +# 2. Update the := to specify *max* version, e.g. < 8. +# 3. Specify LLVM_MAX_SLOT, e.g. 7. +LLVM_MAX_SLOT="7" +LLVM_DEPSTR=" + || ( + sys-devel/llvm:7[${MULTILIB_USEDEP}] + sys-devel/llvm:6[${MULTILIB_USEDEP}] + sys-devel/llvm:5[${MULTILIB_USEDEP}] + sys-devel/llvm:4[${MULTILIB_USEDEP}] + ) + =dev-python/mako-0.8.0[\${PYTHON_USEDEP}]") +" + +S="${WORKDIR}/${MY_P}" +EGIT_CHECKOUT_DIR=${S} + +QA_WX_LOAD=" +x86? ( + !pic? ( + usr/lib*/libglapi.so.0.0.0 + usr/lib*/libGLESv1_CM.so.1.0.0 + usr/lib*/libGLESv2.so.2.0.0 + usr/lib*/libGL.so.1.2.0 + usr/lib*/libOSMesa.so.8.0.0 + ) +)" + +llvm_check_deps() { + local flags=${MULTILIB_USEDEP} + if use video_cards_r600 || use video_cards_radeon || use video_cards_radeonsi + then + flags+=",llvm_targets_AMDGPU(-)" + fi + + if use opencl; then + has_version "sys-devel/clang[${flags}]" || return 1 + fi + has_version "sys-devel/llvm[${flags}]" +} + +pkg_pretend() { + if use opencl; then + if ! use video_cards_r600 && + ! use video_cards_radeonsi; then + ewarn "Ignoring USE=opencl since VIDEO_CARDS does not contain r600 or radeonsi" + fi + fi + + if use vaapi; then + if ! use video_cards_r600 && + ! use video_cards_radeonsi && + ! use video_cards_nouveau; then + ewarn "Ignoring USE=vaapi since VIDEO_CARDS does not contain r600, radeonsi, or nouveau" + fi + fi + + if use vdpau; then + if ! use video_cards_r300 && + ! use video_cards_r600 && + ! use video_cards_radeonsi && + ! use video_cards_nouveau; then + ewarn "Ignoring USE=vdpau since VIDEO_CARDS does not contain r300, r600, radeonsi, or nouveau" + fi + fi + + if use xa; then + if ! use video_cards_freedreno && + ! use video_cards_nouveau && + ! use video_cards_vmware; then + ewarn "Ignoring USE=xa since VIDEO_CARDS does not contain freedreno, nouveau, or vmware" + fi + fi + + if use xvmc; then + if ! use video_cards_r600 && + ! use video_cards_nouveau; then + ewarn "Ignoring USE=xvmc since VIDEO_CARDS does not contain r600 or nouveau" + fi + fi + + if ! use gallium; then + use lm_sensors && ewarn "Ignoring USE=lm_sensors since USE does not contain gallium" + use llvm && ewarn "Ignoring USE=llvm since USE does not contain gallium" + use opencl && ewarn "Ignoring USE=opencl since USE does not contain gallium" + use vaapi && ewarn "Ignoring USE=vaapi since USE does not contain gallium" + use vdpau && ewarn "Ignoring USE=vdpau since USE does not contain gallium" + use unwind && ewarn "Ignoring USE=unwind since USE does not contain gallium" + use xa && ewarn "Ignoring USE=xa since USE does not contain gallium" + use xvmc && ewarn "Ignoring USE=xvmc since USE does not contain gallium" + fi + + if ! use llvm; then + use opencl && ewarn "Ignoring USE=opencl since USE does not contain llvm" + fi +} + +python_check_deps() { + has_version --host-root ">=dev-python/mako-0.8.0[${PYTHON_USEDEP}]" +} + +pkg_setup() { + # warning message for bug 459306 + if use llvm && has_version sys-devel/llvm[!debug=]; then + ewarn "Mismatch between debug USE flags in media-libs/mesa and sys-devel/llvm" + ewarn "detected! This can cause problems. For details, see bug 459306." + fi + + if use llvm; then + llvm_pkg_setup + fi + python-any-r1_pkg_setup +} + +multilib_src_configure() { + local emesonargs=() + + if use classic; then + # Intel code + dri_driver_enable video_cards_i915 i915 + dri_driver_enable video_cards_i965 i965 + if ! use video_cards_i915 && \ + ! use video_cards_i965; then + dri_driver_enable video_cards_intel i915 i965 + fi + + # Nouveau code + dri_driver_enable video_cards_nouveau nouveau + + # ATI code + dri_driver_enable video_cards_r100 r100 + dri_driver_enable video_cards_r200 r200 + if ! use video_cards_r100 && \ + ! use video_cards_r200; then + dri_driver_enable video_cards_radeon r100 r200 + fi + fi + + emesonargs+=( -Dplatforms=x11,surfaceless$(use wayland && echo ",wayland")$(use gbm && echo ",drm") ) + + if use gallium; then + emesonargs+=( + $(meson_use llvm) + $(meson_use lm_sensors lmsensors) + $(meson_use unwind libunwind) + ) + + if use video_cards_r300 || + use video_cards_r600 || + use video_cards_radeonsi || + use video_cards_nouveau || + use video_cards_vmware; then + emesonargs+=($(meson_use d3d9 gallium-nine)) + else + emesonargs+=(-Dgallium-nine=false) + fi + + if use video_cards_r600 || + use video_cards_radeonsi || + use video_cards_nouveau; then + emesonargs+=($(meson_use vaapi gallium-va)) + use vaapi && emesonargs+=( -Dva-libs-path="${EPREFIX}"/usr/$(get_libdir)/va/drivers ) + else + emesonargs+=(-Dgallium-va=false) + fi + + if use video_cards_r300 || + use video_cards_r600 || + use video_cards_radeonsi || + use video_cards_nouveau; then + emesonargs+=($(meson_use vdpau gallium-vdpau)) + else + emesonargs+=(-Dgallium-vdpau=false) + fi + + if use video_cards_freedreno || + use video_cards_nouveau || + use video_cards_vmware; then + emesonargs+=($(meson_use xa gallium-xa)) + else + emesonargs+=(-Dgallium-xa=false) + fi + + if use video_cards_r600 || + use video_cards_nouveau; then + emesonargs+=($(meson_use xvmc gallium-xvmc)) + else + emesonargs+=(-Dgallium-xvmc=false) + fi + + gallium_enable video_cards_vc4 vc4 + gallium_enable video_cards_vivante etnaviv + gallium_enable video_cards_vmware svga + gallium_enable video_cards_nouveau nouveau + gallium_enable video_cards_imx imx + + # Only one i915 driver (classic vs gallium). Default to classic. + if ! use classic; then + gallium_enable video_cards_i915 i915 + if ! use video_cards_i915 && \ + ! use video_cards_i965; then + gallium_enable video_cards_intel i915 + fi + fi + + gallium_enable video_cards_r300 r300 + gallium_enable video_cards_r600 r600 + gallium_enable video_cards_radeonsi radeonsi + if ! use video_cards_r300 && \ + ! use video_cards_r600; then + gallium_enable video_cards_radeon r300 r600 + fi + + gallium_enable video_cards_freedreno freedreno + gallium_enable video_cards_virgl virgl + + # opencl stuff + emesonargs+=( + -Dgallium-opencl="$(usex opencl icd disabled)" + ) + fi + + if use vulkan; then + vulkan_enable video_cards_i965 intel + vulkan_enable video_cards_radeonsi amd + fi + + # x86 hardened pax_kernel needs glx-rts, bug 240956 + if [[ ${ABI} == x86 ]]; then + emesonargs+=( $(meson_use pax_kernel glx-read-only-text) ) + fi + + # on abi_x86_32 hardened we need to have asm disable + if [[ ${ABI} == x86* ]] && use pic; then + emesonargs+=( -Dasm=false ) + fi + + if use gallium; then + gallium_enable -- swrast + emesonargs+=( -Dosmesa=$(usex osmesa gallium none) ) + else + dri_driver_enable -- swrast + emesonargs+=( -Dosmesa=$(usex osmesa classic none) ) + fi + + driver_list() { + local drivers="$(sort -u <<< "${1// /$'\n'}")" + echo "${drivers//$'\n'/,}" + } + + emesonargs+=( + $(meson_use test build-tests) + -Dglx=dri + -Dshared-glapi=true + $(meson_use dri3) + $(meson_use egl) + $(meson_use gbm) + $(meson_use gles1) + $(meson_use gles2) + $(meson_use selinux) + -Dvalgrind=$(usex valgrind auto false) + -Ddri-drivers=$(driver_list "${DRI_DRIVERS[*]}") + -Dgallium-drivers=$(driver_list "${GALLIUM_DRIVERS[*]}") + -Dvulkan-drivers=$(driver_list "${VULKAN_DRIVERS[*]}") + --buildtype $(usex debug debug plain) + -Db_ndebug=$(usex debug false true) + ) + meson_src_configure +} + +multilib_src_compile() { + meson_src_compile +} + +multilib_src_install() { + meson_src_install +} + +multilib_src_install_all() { + einstalldocs +} + +multilib_src_test() { + meson_src_test +} + +pkg_postinst() { + # Switch to the xorg implementation. + echo + eselect opengl set --use-old ${OPENGL_DIR} +} + +# $1 - VIDEO_CARDS flag (check skipped for "--") +# other args - names of DRI drivers to enable +dri_driver_enable() { + if [[ $1 == -- ]] || use $1; then + shift + DRI_DRIVERS+=("$@") + fi +} + +gallium_enable() { + if [[ $1 == -- ]] || use $1; then + shift + GALLIUM_DRIVERS+=("$@") + fi +} + +vulkan_enable() { + if [[ $1 == -- ]] || use $1; then + shift + VULKAN_DRIVERS+=("$@") + fi +} diff --git a/media-libs/mesa/mesa-19.0.0.ebuild b/media-libs/mesa/mesa-19.0.0.ebuild index 9c8358f82f1d..f3f7b57f517d 100644 --- a/media-libs/mesa/mesa-19.0.0.ebuild +++ b/media-libs/mesa/mesa-19.0.0.ebuild @@ -36,7 +36,7 @@ for card in ${VIDEO_CARDS}; do done IUSE="${IUSE_VIDEO_CARDS} - +classic d3d9 debug +dri3 +egl +gallium +gbm gles1 gles2 +libglvnd +llvm + +classic d3d9 debug +dri3 +egl +gallium +gbm gles1 +gles2 +libglvnd +llvm lm_sensors opencl osmesa pax_kernel pic selinux test unwind vaapi valgrind vdpau vulkan wayland xa xvmc" diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild index c4df13fb7734..ae4a7c1da5f8 100644 --- a/media-libs/mesa/mesa-9999.ebuild +++ b/media-libs/mesa/mesa-9999.ebuild @@ -36,7 +36,7 @@ for card in ${VIDEO_CARDS}; do done IUSE="${IUSE_VIDEO_CARDS} - +classic d3d9 debug +dri3 +egl +gallium +gbm gles1 gles2 +libglvnd +llvm + +classic d3d9 debug +dri3 +egl +gallium +gbm gles1 +gles2 +libglvnd +llvm lm_sensors opencl osmesa pax_kernel pic selinux test unwind vaapi valgrind vdpau vulkan vulkan-overlay wayland xa xvmc" diff --git a/media-plugins/Manifest.gz b/media-plugins/Manifest.gz index a6a8d74ff39c..324634c5529f 100644 Binary files a/media-plugins/Manifest.gz and b/media-plugins/Manifest.gz differ diff --git a/media-plugins/kodi-visualization-spectrum/Manifest b/media-plugins/kodi-visualization-spectrum/Manifest index d9bba95b20b3..7335f8f70c14 100644 --- a/media-plugins/kodi-visualization-spectrum/Manifest +++ b/media-plugins/kodi-visualization-spectrum/Manifest @@ -1,2 +1,3 @@ DIST kodi-visualization-spectrum-1.1.1.tar.gz 52357 BLAKE2B 25d19590b48173e59d8660d690dc33daa363148df6c4a67e9aca29392242f1ba9e41210030b72e8aa1198da778f11b36c93f052bd79315c6c58504f33784f9fc SHA512 7288f6d383a34415cb147c5263a20d79a4ee399ef85bdef86f115667967d4a71340dce911f8e7f3ff34a9dd58cd3784b5f97595231c5df6df3e813f16d09258c DIST kodi-visualization-spectrum-2.0.3.tar.gz 3087756 BLAKE2B e25161c72a5c093d15feafda831974030b91bd19d787f27cd8913c060d23993822160b00264d435699173ce0e7e7369fe848fcd5d5a31d234454bd705cedfa99 SHA512 ed4a67a9bd1b02bb5d33791bf1953075d993075ec473ac858e9154c867b51ed2ffc8edbffe49344193a28964a48ad945d5376f23fc983ba2d8f1247d26ef298e +DIST kodi-visualization-spectrum-2.0.4.tar.gz 3087543 BLAKE2B c8a40d8c4c71b308ef60371791241d0c44c238a56ef64061b77bb782811297bb835b2232a540bcbd8e765f3b8cdf87406dbc6d0ee05c0db547f26e09bceb9d37 SHA512 69574ae8d3a22fd9cfffb80fff27972fcc76efef217d38d3fe7f66c5dad1cecf3c34438ef06c06de364aec44bb676837bce7af13bb279d16cfb8c35ca5023198 diff --git a/media-plugins/kodi-visualization-spectrum/kodi-visualization-spectrum-2.0.4.ebuild b/media-plugins/kodi-visualization-spectrum/kodi-visualization-spectrum-2.0.4.ebuild new file mode 100644 index 000000000000..d5d010f677df --- /dev/null +++ b/media-plugins/kodi-visualization-spectrum/kodi-visualization-spectrum-2.0.4.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit cmake-utils kodi-addon + +DESCRIPTION="Spectrum visualizer for Kodi" +HOMEPAGE="https://github.com/xbmc/visualization.spectrum" +SRC_URI="" + +case ${PV} in +9999) + SRC_URI="" + EGIT_REPO_URI="https://github.com/xbmc/visualization.spectrum.git" + inherit git-r3 + ;; +*) + CODENAME="Leia" + KEYWORDS="~amd64 ~x86" + SRC_URI="https://github.com/xbmc/visualization.spectrum/archive/v${PV}-${CODENAME}.tar.gz -> ${P}.tar.gz" + S="${WORKDIR}/visualization.spectrum-${PV}-${CODENAME}" + ;; +esac + +LICENSE="GPL-2" +SLOT="0" +IUSE="" + +DEPEND=" + =media-tv/kodi-18* + virtual/opengl + " + +RDEPEND=" + ${DEPEND} + " diff --git a/media-plugins/kodi-visualization-spectrum/kodi-visualization-spectrum-9999.ebuild b/media-plugins/kodi-visualization-spectrum/kodi-visualization-spectrum-9999.ebuild index dda12b97c730..3ec3bd96f69e 100644 --- a/media-plugins/kodi-visualization-spectrum/kodi-visualization-spectrum-9999.ebuild +++ b/media-plugins/kodi-visualization-spectrum/kodi-visualization-spectrum-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 @@ -16,9 +16,10 @@ case ${PV} in inherit git-r3 ;; *) + CODENAME="Leia" KEYWORDS="~amd64 ~x86" - SRC_URI="https://github.com/xbmc/visualization.spectrum/archive/v${PV}.tar.gz -> ${P}.tar.gz" - S="${WORKDIR}/visualization.spectrum-${PV}" + SRC_URI="https://github.com/xbmc/visualization.spectrum/archive/v${PV}-${CODENAME}.tar.gz -> ${P}.tar.gz" + S="${WORKDIR}/visualization.spectrum-${PV}-${CODENAME}" ;; esac diff --git a/media-sound/Manifest.gz b/media-sound/Manifest.gz index a388f6c3419e..6be9f428836c 100644 Binary files a/media-sound/Manifest.gz and b/media-sound/Manifest.gz differ diff --git a/media-sound/amsynth/amsynth-1.7.1-r1.ebuild b/media-sound/amsynth/amsynth-1.7.1-r1.ebuild index 480ab242e295..0d1d95723334 100644 --- a/media-sound/amsynth/amsynth-1.7.1-r1.ebuild +++ b/media-sound/amsynth/amsynth-1.7.1-r1.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/release-${PV}.tar.gz -> ${P}.tar LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~ppc ~x86" +KEYWORDS="amd64 ~ppc x86" IUSE="alsa dssi jack lash oss sndfile" RDEPEND="dev-cpp/gtkmm:2.4 diff --git a/media-sound/qsynth/qsynth-0.5.3.ebuild b/media-sound/qsynth/qsynth-0.5.3.ebuild index aaa1ef5c3366..798d5cf90b4f 100644 --- a/media-sound/qsynth/qsynth-0.5.3.ebuild +++ b/media-sound/qsynth/qsynth-0.5.3.ebuild @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/qsynth/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" IUSE="alsa debug jack pulseaudio" -KEYWORDS="amd64 ppc ~x86" +KEYWORDS="amd64 ppc x86" RDEPEND=" dev-qt/qtcore:5 diff --git a/media-sound/seq24/seq24-0.9.3-r1.ebuild b/media-sound/seq24/seq24-0.9.3-r1.ebuild index 6c36ca6ebe81..1917270dffd8 100644 --- a/media-sound/seq24/seq24-0.9.3-r1.ebuild +++ b/media-sound/seq24/seq24-0.9.3-r1.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://edge.launchpad.net/seq24/trunk/${PV}/+download/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~ppc ~x86" +KEYWORDS="amd64 ~ppc x86" IUSE="jack lash" BDEPEND=" diff --git a/media-sound/specimen/specimen-0.5.2_rc3-r2.ebuild b/media-sound/specimen/specimen-0.5.2_rc3-r2.ebuild index 1eb49b9cec59..1de2a64a6516 100644 --- a/media-sound/specimen/specimen-0.5.2_rc3-r2.ebuild +++ b/media-sound/specimen/specimen-0.5.2_rc3-r2.ebuild @@ -12,7 +12,7 @@ SRC_URI="http://zhevny.com/${PN}/files/${PN}-${MY_PV}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc sparc ~x86" +KEYWORDS="~amd64 ~ppc sparc x86" IUSE="lash" BDEPEND=" diff --git a/metadata/Manifest.gz b/metadata/Manifest.gz index b87d90d64811..74e1ae8b82a9 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 cfe8a6adab4f..783dc71ce526 100644 --- a/metadata/dtd/timestamp.chk +++ b/metadata/dtd/timestamp.chk @@ -1 +1 @@ -Mon, 18 Mar 2019 05:38:47 +0000 +Tue, 19 Mar 2019 03:38:36 +0000 diff --git a/metadata/glsa/Manifest.files.gz b/metadata/glsa/Manifest.files.gz index 131fc099a6cc..01756e23b684 100644 Binary files a/metadata/glsa/Manifest.files.gz and b/metadata/glsa/Manifest.files.gz differ diff --git a/metadata/glsa/glsa-201903-15.xml b/metadata/glsa/glsa-201903-15.xml new file mode 100644 index 000000000000..7683138d59b5 --- /dev/null +++ b/metadata/glsa/glsa-201903-15.xml @@ -0,0 +1,50 @@ + + + + NTP: Multiple vulnerabilities + Multiple vulnerabilities have been found in NTP, the worst of which + could result in the remote execution of arbitrary code. + + ntp + 2019-03-19 + 2019-03-19 + 658576 + 679742 + remote + + + 4.2.8_p13 + 4.2.8_p13 + + + +

NTP contains software for the Network Time Protocol.

+
+ +

Multiple vulnerabilities have been discovered in NTP. Please review the + CVE identifiers referenced below for details. +

+
+ +

An attacker could cause a Denial of Service condition, escalate + privileges, or remotely execute arbitrary code. +

+
+ +

There is no known workaround at this time.

+
+ +

All NTP users should upgrade to the latest version:

+ + + # emerge --sync + # emerge --ask --oneshot --verbose ">=net-misc/ntp-4.2.8_p13" + +
+ + CVE-2018-12327 + CVE-2019-8936 + + BlueKnight + b-man +
diff --git a/metadata/glsa/timestamp.chk b/metadata/glsa/timestamp.chk index cfba1e5b20e3..4de36e50363a 100644 --- a/metadata/glsa/timestamp.chk +++ b/metadata/glsa/timestamp.chk @@ -1 +1 @@ -Mon, 18 Mar 2019 05:38:48 +0000 +Tue, 19 Mar 2019 03:38:37 +0000 diff --git a/metadata/glsa/timestamp.commit b/metadata/glsa/timestamp.commit index 43c20f39967f..98bcf26d91f9 100644 --- a/metadata/glsa/timestamp.commit +++ b/metadata/glsa/timestamp.commit @@ -1 +1 @@ -17152e28d973dd918d88b38fdcc6e83f34c921f2 1552527902 2019-03-14T01:45:02+00:00 +0a72c299702ffceee8f32f22b9d7b2c33e5140a0 1552965642 2019-03-19T03:20:42+00:00 diff --git a/metadata/md5-cache/Manifest.gz b/metadata/md5-cache/Manifest.gz index 935863763b6c..7e39826ee198 100644 Binary files a/metadata/md5-cache/Manifest.gz and b/metadata/md5-cache/Manifest.gz differ diff --git a/metadata/md5-cache/app-accessibility/Manifest.gz b/metadata/md5-cache/app-accessibility/Manifest.gz index 311edd8ba25b..d2f7f365c6c9 100644 Binary files a/metadata/md5-cache/app-accessibility/Manifest.gz and b/metadata/md5-cache/app-accessibility/Manifest.gz differ diff --git a/metadata/md5-cache/app-accessibility/orca-3.30.2 b/metadata/md5-cache/app-accessibility/orca-3.30.2 new file mode 100644 index 000000000000..3831dee93ac0 --- /dev/null +++ b/metadata/md5-cache/app-accessibility/orca-3.30.2 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install postinst postrm preinst prepare setup +DEPEND=python_single_target_python3_4? ( dev-lang/python:3.4[threads] ) python_single_target_python3_5? ( dev-lang/python:3.5[threads] ) python_single_target_python3_6? ( dev-lang/python:3.6[threads] ) >=dev-lang/python-exec-2:=[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_python2_7(-),-python_single_target_python3_7(-),python_single_target_python3_4(+)?,python_single_target_python3_5(+)?,python_single_target_python3_6(+)?] >=app-accessibility/at-spi2-atk-2.30:2 >=app-accessibility/at-spi2-core-2.30:2[introspection] >=dev-libs/atk-2.30 >=dev-libs/glib-2.28:2 dev-python/gst-python:1.0[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_python2_7(-),-python_single_target_python3_7(-),python_single_target_python3_4(+)?,python_single_target_python3_5(+)?,python_single_target_python3_6(+)?] >=dev-python/pygobject-3.18:3[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_python2_7(-),-python_single_target_python3_7(-),python_single_target_python3_4(+)?,python_single_target_python3_5(+)?,python_single_target_python3_6(+)?] media-libs/gstreamer:1.0[introspection] >=x11-libs/gtk+-3.6.2:3[introspection] braille? ( >=app-accessibility/brltty-5.0-r3[python,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_python2_7(-),-python_single_target_python3_7(-),python_single_target_python3_4(+)?,python_single_target_python3_5(+)?,python_single_target_python3_6(+)?] dev-libs/liblouis[python,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_python2_7(-),-python_single_target_python3_7(-),python_single_target_python3_4(+)?,python_single_target_python3_5(+)?,python_single_target_python3_6(+)?] ) >=dev-util/intltool-0.50 dev-util/itstool virtual/pkgconfig >=app-portage/elt-patches-20170815 app-arch/xz-utils dev-util/desktop-file-utils x11-misc/shared-mime-info +DESCRIPTION=Extensible screen reader that provides access to the desktop +EAPI=6 +HOMEPAGE=https://wiki.gnome.org/Projects/Orca +IUSE=+braille python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 python_single_target_python3_4 python_single_target_python3_5 python_single_target_python3_6 +KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd +LICENSE=LGPL-2.1+ CC-BY-SA-3.0 +RDEPEND=python_single_target_python3_4? ( dev-lang/python:3.4[threads] ) python_single_target_python3_5? ( dev-lang/python:3.5[threads] ) python_single_target_python3_6? ( dev-lang/python:3.6[threads] ) >=dev-lang/python-exec-2:=[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_python2_7(-),-python_single_target_python3_7(-),python_single_target_python3_4(+)?,python_single_target_python3_5(+)?,python_single_target_python3_6(+)?] >=app-accessibility/at-spi2-atk-2.30:2 >=app-accessibility/at-spi2-core-2.30:2[introspection] >=dev-libs/atk-2.30 >=dev-libs/glib-2.28:2 dev-python/gst-python:1.0[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_python2_7(-),-python_single_target_python3_7(-),python_single_target_python3_4(+)?,python_single_target_python3_5(+)?,python_single_target_python3_6(+)?] >=dev-python/pygobject-3.18:3[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_python2_7(-),-python_single_target_python3_7(-),python_single_target_python3_4(+)?,python_single_target_python3_5(+)?,python_single_target_python3_6(+)?] media-libs/gstreamer:1.0[introspection] >=x11-libs/gtk+-3.6.2:3[introspection] braille? ( >=app-accessibility/brltty-5.0-r3[python,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_python2_7(-),-python_single_target_python3_7(-),python_single_target_python3_4(+)?,python_single_target_python3_5(+)?,python_single_target_python3_6(+)?] dev-libs/liblouis[python,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_python2_7(-),-python_single_target_python3_7(-),python_single_target_python3_4(+)?,python_single_target_python3_5(+)?,python_single_target_python3_6(+)?] ) >=app-accessibility/speech-dispatcher-0.8[python,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_python2_7(-),-python_single_target_python3_7(-),python_single_target_python3_4(+)?,python_single_target_python3_5(+)?,python_single_target_python3_6(+)?] dev-libs/atk[introspection] >=dev-python/pyatspi-2.30[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_python2_7(-),-python_single_target_python3_7(-),python_single_target_python3_4(+)?,python_single_target_python3_5(+)?,python_single_target_python3_6(+)?] dev-python/setproctitle[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_python2_7(-),-python_single_target_python3_7(-),python_single_target_python3_4(+)?,python_single_target_python3_5(+)?,python_single_target_python3_6(+)?] x11-libs/libwnck:3[introspection] x11-libs/pango[introspection] +REQUIRED_USE=^^ ( python_single_target_python3_4 python_single_target_python3_5 python_single_target_python3_6 ) 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=0 +SRC_URI=mirror://gnome/sources/orca/3.30/orca-3.30.2.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 python-single-r1 3a0fc81f484bfdbd9c2b7448015a36e4 python-utils-r1 12114a2a9aab35b93efc037a196b3234 toolchain-funcs b45201c4e6c096b98e250336954e64b9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf versionator 2352c3fc97241f6a02042773c8287748 xdg c7ba313ea1eaf266f95cc6235f7d6a07 xdg-utils 14d00d009167652b1fa363e55effe213 +_md5_=e13c14e21a7206846ffc1a2f13fcddae diff --git a/metadata/md5-cache/app-admin/Manifest.gz b/metadata/md5-cache/app-admin/Manifest.gz index c46e1f8c8885..43d1cc0b3f95 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/chrootuid-1.3-r1 b/metadata/md5-cache/app-admin/chrootuid-1.3-r1 deleted file mode 100644 index f753341de64b..000000000000 --- a/metadata/md5-cache/app-admin/chrootuid-1.3-r1 +++ /dev/null @@ -1,10 +0,0 @@ -DEFINED_PHASES=compile install -DESCRIPTION=Run a network service at low privilege level and restricted file system access -EAPI=4 -HOMEPAGE=ftp://ftp.porcupine.org/pub/security/index.html -KEYWORDS=amd64 arm ia64 ppc x86 -LICENSE=BSD -SLOT=0 -SRC_URI=ftp://ftp.porcupine.org/pub/security/chrootuid1.3.tar.gz -_eclasses_=multilib b2f01ad412baf81650c23fcf0975fa33 toolchain-funcs b45201c4e6c096b98e250336954e64b9 -_md5_=5b41ae1c28c0d4ca00fb8546b809b259 diff --git a/metadata/md5-cache/app-admin/pwcrypt-1.2.2-r1 b/metadata/md5-cache/app-admin/pwcrypt-1.2.2-r1 deleted file mode 100644 index 052f4fa22bbe..000000000000 --- a/metadata/md5-cache/app-admin/pwcrypt-1.2.2-r1 +++ /dev/null @@ -1,10 +0,0 @@ -DEFINED_PHASES=prepare -DESCRIPTION=An improved version of cli-crypt (encrypts data sent to it from the cli) -EAPI=4 -HOMEPAGE=http://xjack.org/pwcrypt/ -KEYWORDS=amd64 ppc x86 -LICENSE=GPL-2 -SLOT=0 -SRC_URI=http://xjack.org/pwcrypt/downloads/pwcrypt-1.2.2.tar.gz -_eclasses_=multilib b2f01ad412baf81650c23fcf0975fa33 toolchain-funcs b45201c4e6c096b98e250336954e64b9 -_md5_=4e61aec6c54e8a251d6805fe04d8b1f4 diff --git a/metadata/md5-cache/app-arch/Manifest.gz b/metadata/md5-cache/app-arch/Manifest.gz index c28e649dafe5..f64fb4a29337 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/advancecomp-2.2_pre20190301 b/metadata/md5-cache/app-arch/advancecomp-2.2_pre20190301 index fcae67ff6252..76920e04c902 100644 --- a/metadata/md5-cache/app-arch/advancecomp-2.2_pre20190301 +++ b/metadata/md5-cache/app-arch/advancecomp-2.2_pre20190301 @@ -4,11 +4,11 @@ DEPEND=app-arch/bzip2:= sys-libs/zlib:= DESCRIPTION=Recompress ZIP, PNG and MNG, considerably improving compression EAPI=7 HOMEPAGE=http://www.advancemame.it/comp-readme.html -KEYWORDS=~alpha amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd +KEYWORDS=~alpha amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 x86 ~x86-fbsd LICENSE=GPL-2+ Apache-2.0 LGPL-2.1+ MIT RDEPEND=app-arch/bzip2:= sys-libs/zlib:= RESTRICT=test SLOT=0 SRC_URI=https://github.com/amadvance/advancecomp/archive/fcf71a89265c78fc26243574dda3a872574a5c02.tar.gz -> advancecomp-fcf71a89265c78fc26243574dda3a872574a5c02.tar.gz _eclasses_=autotools 1bf086cdd7356f5c9a4acd9727bd2065 libtool f143db5a74ccd9ca28c1234deffede96 multilib b2f01ad412baf81650c23fcf0975fa33 toolchain-funcs b45201c4e6c096b98e250336954e64b9 -_md5_=661de8561a632f765ae8d15dee5f4c35 +_md5_=a1f92ead025b63782c993e16dcad70c4 diff --git a/metadata/md5-cache/app-misc/Manifest.gz b/metadata/md5-cache/app-misc/Manifest.gz index 139fab4f7cc1..559b82ff674a 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/ca-certificates-20190110.3.43 b/metadata/md5-cache/app-misc/ca-certificates-20190110.3.43 new file mode 100644 index 000000000000..7f5815d6abca --- /dev/null +++ b/metadata/md5-cache/app-misc/ca-certificates-20190110.3.43 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile install postinst prepare setup unpack +DEPEND=|| ( 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 ) +DESCRIPTION=Common CA Certificates PEM files +EAPI=6 +HOMEPAGE=https://packages.debian.org/sid/ca-certificates +IUSE=cacert +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt +LICENSE=MPL-1.1 +RDEPEND=app-misc/c_rehash sys-apps/debianutils +SLOT=0 +SRC_URI=mirror://debian/pool/main/c/ca-certificates/ca-certificates_20190110.tar.xz https://archive.mozilla.org/pub/security/nss/releases/NSS_3_43_RTM/src/nss-3.43.tar.gz cacert? ( https://dev.gentoo.org/~axs/distfiles/nss-cacert-class1-class3.patch ) +_eclasses_=desktop b1d22ac8bdd4679ab79c71aca235009d eapi7-ver 756b3f27d8e46131d5cf3c51bd876446 epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 ltprune 2729691420b6deeda2a90b1f1183fb55 multilib b2f01ad412baf81650c23fcf0975fa33 preserve-libs ef207dc62baddfddfd39a164d9797648 python-any-r1 4900ae970f827a22d33d41bd8b8f9ace python-utils-r1 12114a2a9aab35b93efc037a196b3234 toolchain-funcs b45201c4e6c096b98e250336954e64b9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf +_md5_=3e4808ec2827858a8e03784e7ddb2700 diff --git a/metadata/md5-cache/app-misc/mosquitto-1.5.6 b/metadata/md5-cache/app-misc/mosquitto-1.5.6 index 9e5fa34f8322..deaa32958c4d 100644 --- a/metadata/md5-cache/app-misc/mosquitto-1.5.6 +++ b/metadata/md5-cache/app-misc/mosquitto-1.5.6 @@ -5,11 +5,11 @@ DESCRIPTION=An Open Source MQTT v3 Broker EAPI=7 HOMEPAGE=https://mosquitto.org/ IUSE=bridge examples +persistence +srv ssl tcpd test websockets -KEYWORDS=amd64 arm ~x86 +KEYWORDS=amd64 arm x86 LICENSE=EPL-1.0 RDEPEND=tcpd? ( sys-apps/tcp-wrappers ) srv? ( net-dns/c-ares ) ssl? ( dev-libs/openssl:0= ) REQUIRED_USE=test? ( bridge ) SLOT=0 SRC_URI=https://mosquitto.org/files/source/mosquitto-1.5.6.tar.gz _eclasses_=multilib b2f01ad412baf81650c23fcf0975fa33 python-any-r1 4900ae970f827a22d33d41bd8b8f9ace python-utils-r1 12114a2a9aab35b93efc037a196b3234 systemd 71fd8d2065d102753fb9e4d20eaf3e9f toolchain-funcs b45201c4e6c096b98e250336954e64b9 user 8bd74731cafdcdad8f7a63637302e073 -_md5_=9ca445e5f5af22cbeaa98c8b02ccdacf +_md5_=dee32fcc9ff5fd3a0d1bea7dd9dc1b6c diff --git a/metadata/md5-cache/app-misc/pip3line-3.5.4 b/metadata/md5-cache/app-misc/pip3line-3.6.0 similarity index 95% rename from metadata/md5-cache/app-misc/pip3line-3.5.4 rename to metadata/md5-cache/app-misc/pip3line-3.6.0 index 024515fbe3b5..8c7e8402359e 100644 --- a/metadata/md5-cache/app-misc/pip3line-3.5.4 +++ b/metadata/md5-cache/app-misc/pip3line-3.6.0 @@ -8,6 +8,6 @@ KEYWORDS=~amd64 ~x86 LICENSE=GPL-3 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(-)] dev-qt/qtconcurrent:5 dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtnetwork:5 dev-qt/qtsvg:5 dev-qt/qtwidgets:5 dev-qt/qtxmlpatterns:5 qscintilla? ( x11-libs/qscintilla ) ssl? ( dev-libs/openssl:0= ) SLOT=0 -SRC_URI=https://github.com/metrodango/pip3line/archive/v3.5.4.tar.gz -> pip3line-3.5.4.tar.gz +SRC_URI=https://github.com/metrodango/pip3line/archive/v3.6.0.tar.gz -> pip3line-3.6.0.tar.gz _eclasses_=cmake-utils ab10bd85e5d38e2a32077bcd91faa1b6 desktop b1d22ac8bdd4679ab79c71aca235009d epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic a09389deba2c0a7108b581e02c7cecbf ltprune 2729691420b6deeda2a90b1f1183fb55 multibuild 40fe59465edacd730c644ec2bc197809 multilib b2f01ad412baf81650c23fcf0975fa33 multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f preserve-libs ef207dc62baddfddfd39a164d9797648 python-r1 ce1cd23cfdc1848e8e32743efe34f299 python-utils-r1 12114a2a9aab35b93efc037a196b3234 toolchain-funcs b45201c4e6c096b98e250336954e64b9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf xdg-utils 14d00d009167652b1fa363e55effe213 -_md5_=bb2875b15bf37a3242e80a8a873563c7 +_md5_=8d4cf0104e981b163e07776b7f8eae4b diff --git a/metadata/md5-cache/app-mobilephone/Manifest.gz b/metadata/md5-cache/app-mobilephone/Manifest.gz index 9edf98ba96f8..0b1e2ef5a60f 100644 Binary files a/metadata/md5-cache/app-mobilephone/Manifest.gz and b/metadata/md5-cache/app-mobilephone/Manifest.gz differ diff --git a/metadata/md5-cache/app-mobilephone/gammu-1.40.0 b/metadata/md5-cache/app-mobilephone/gammu-1.40.0 new file mode 100644 index 000000000000..6234a1c9d0d2 --- /dev/null +++ b/metadata/md5-cache/app-mobilephone/gammu-1.40.0 @@ -0,0 +1,14 @@ +BDEPEND=dev-libs/glib:2= virtual/libgudev:= bluetooth? ( net-wireless/bluez:= ) curl? ( net-misc/curl:= ) dbi? ( >=dev-db/libdbi-0.8.3:= ) mysql? ( dev-db/mysql-connector-c:= ) odbc? ( dev-db/unixODBC ) postgres? ( dev-db/postgresql:= ) usb? ( virtual/libusb:1= ) irda? ( virtual/os-headers ) nls? ( sys-devel/gettext ) dev-util/ninja >=dev-util/cmake-3.9.6 +DEFINED_PHASES=compile configure install prepare test +DEPEND=dev-libs/glib:2= virtual/libgudev:= bluetooth? ( net-wireless/bluez:= ) curl? ( net-misc/curl:= ) dbi? ( >=dev-db/libdbi-0.8.3:= ) mysql? ( dev-db/mysql-connector-c:= ) odbc? ( dev-db/unixODBC ) postgres? ( dev-db/postgresql:= ) usb? ( virtual/libusb:1= ) +DESCRIPTION=A tool to handle your cellular phone +EAPI=7 +HOMEPAGE=https://wammu.eu/gammu/ +IUSE=bluetooth curl dbi debug irda mysql nls odbc postgres usb +KEYWORDS=~amd64 ~x86 +LICENSE=GPL-2 +RDEPEND=dev-libs/glib:2= virtual/libgudev:= bluetooth? ( net-wireless/bluez:= ) curl? ( net-misc/curl:= ) dbi? ( >=dev-db/libdbi-0.8.3:= ) mysql? ( dev-db/mysql-connector-c:= ) odbc? ( dev-db/unixODBC ) postgres? ( dev-db/postgresql:= ) usb? ( virtual/libusb:1= ) dev-util/dialog virtual/libiconv +SLOT=0 +SRC_URI=https://dl.cihar.com/gammu/releases/gammu-1.40.0.tar.bz2 +_eclasses_=cmake-utils ab10bd85e5d38e2a32077bcd91faa1b6 eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic a09389deba2c0a7108b581e02c7cecbf multilib b2f01ad412baf81650c23fcf0975fa33 multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f toolchain-funcs b45201c4e6c096b98e250336954e64b9 xdg-utils 14d00d009167652b1fa363e55effe213 +_md5_=c42e24fc7c92456c8dad794e58ebc755 diff --git a/metadata/md5-cache/app-office/Manifest.gz b/metadata/md5-cache/app-office/Manifest.gz index 986c5c995b33..8c55acca5b2e 100644 Binary files a/metadata/md5-cache/app-office/Manifest.gz and b/metadata/md5-cache/app-office/Manifest.gz differ diff --git a/metadata/md5-cache/app-office/texstudio-2.12.14 b/metadata/md5-cache/app-office/texstudio-2.12.14 index f3e138b398e5..c96941b944e0 100644 --- a/metadata/md5-cache/app-office/texstudio-2.12.14 +++ b/metadata/md5-cache/app-office/texstudio-2.12.14 @@ -4,10 +4,10 @@ DESCRIPTION=Free cross-platform LaTeX editor (fork from texmakerX) EAPI=6 HOMEPAGE=https://www.texstudio.org https://github.com/texstudio-org/texstudio IUSE=video -KEYWORDS=amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd +KEYWORDS=amd64 ~ppc ~ppc64 x86 ~x86-fbsd LICENSE=GPL-2 RDEPEND=app-text/hunspell:= app-text/poppler[qt5] >=dev-libs/quazip-0.7.2[qt5(+)] dev-qt/designer:5 dev-qt/qtcore:5 dev-qt/qtconcurrent:5 dev-qt/qtgui:5 dev-qt/qtnetwork:5 dev-qt/qtprintsupport:5 dev-qt/qtscript:5 dev-qt/qtsingleapplication[qt5(+),X] dev-qt/qtsvg:5 dev-qt/qttest:5 dev-qt/qtwidgets:5 dev-qt/qtxml:5 sys-libs/zlib x11-libs/libX11 x11-libs/libXext video? ( media-libs/phonon[qt5(+)] ) app-text/ghostscript-gpl app-text/psutils media-libs/netpbm virtual/latex-base SLOT=0 SRC_URI=https://github.com/texstudio-org/texstudio/archive/2.12.14.tar.gz -> texstudio-2.12.14.tar.gz _eclasses_=desktop b1d22ac8bdd4679ab79c71aca235009d epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 gnome2-utils 532371cfcba45b2ab0d2950547c97d95 ltprune 2729691420b6deeda2a90b1f1183fb55 multilib b2f01ad412baf81650c23fcf0975fa33 prefix e51c7882b7b721e54e684f7eb143cbfe preserve-libs ef207dc62baddfddfd39a164d9797648 qmake-utils bdf97e69a34b864d6d545f4ec3143ff7 toolchain-funcs b45201c4e6c096b98e250336954e64b9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf xdg-utils 14d00d009167652b1fa363e55effe213 -_md5_=dad1c23660b8e2fd3ef2b412e3189de5 +_md5_=0c227d76e303e40d863fc85bde4106bc diff --git a/metadata/md5-cache/app-portage/Manifest.gz b/metadata/md5-cache/app-portage/Manifest.gz index 9d1eb7a18bb8..42efd40e6448 100644 Binary files a/metadata/md5-cache/app-portage/Manifest.gz and b/metadata/md5-cache/app-portage/Manifest.gz differ diff --git a/metadata/md5-cache/app-portage/pram-1 b/metadata/md5-cache/app-portage/pram-1 new file mode 100644 index 000000000000..951985069025 --- /dev/null +++ b/metadata/md5-cache/app-portage/pram-1 @@ -0,0 +1,10 @@ +DEFINED_PHASES=install +DESCRIPTION=Tool to ease merging Pull Requests and git patches +EAPI=7 +HOMEPAGE=https://github.com/mgorny/pram +KEYWORDS=~amd64 ~x86 +LICENSE=BSD-2 +RDEPEND=dev-vcs/git net-misc/wget[ssl] virtual/editor !dev-perl/Gentoo-App-Pram +SLOT=0 +SRC_URI=https://github.com/mgorny/pram/archive/v1.tar.gz -> pram-1.tar.gz +_md5_=25622f6020d6039b7d7c2e1c50c99489 diff --git a/metadata/md5-cache/app-shells/Manifest.gz b/metadata/md5-cache/app-shells/Manifest.gz index 69a28275ae68..c41670c8c19a 100644 Binary files a/metadata/md5-cache/app-shells/Manifest.gz and b/metadata/md5-cache/app-shells/Manifest.gz differ diff --git a/metadata/md5-cache/app-shells/fish-3.0.0-r1 b/metadata/md5-cache/app-shells/fish-3.0.0-r1 deleted file mode 100644 index 1e5487cda35e..000000000000 --- a/metadata/md5-cache/app-shells/fish-3.0.0-r1 +++ /dev/null @@ -1,14 +0,0 @@ -BDEPEND=dev-util/ninja >=dev-util/cmake-3.9.6 -DEFINED_PHASES=compile configure install postinst prepare test -DEPEND=>=dev-libs/libpcre2-10.21[pcre32] sys-devel/bc sys-libs/ncurses:0=[unicode] doc? ( app-doc/doxygen ) nls? ( sys-devel/gettext ) test? ( dev-tcltk/expect ) -DESCRIPTION=Friendly Interactive SHell -EAPI=7 -HOMEPAGE=http://fishshell.com/ -IUSE=doc nls test -KEYWORDS=~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris -LICENSE=GPL-2 -RDEPEND=>=dev-libs/libpcre2-10.21[pcre32] sys-devel/bc sys-libs/ncurses:0=[unicode] -SLOT=0 -SRC_URI=https://github.com/fish-shell/fish-shell/releases/download/3.0.0/fish-3.0.0.tar.gz -_eclasses_=cmake-utils ab10bd85e5d38e2a32077bcd91faa1b6 eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic a09389deba2c0a7108b581e02c7cecbf multilib b2f01ad412baf81650c23fcf0975fa33 multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f readme.gentoo-r1 22ae82e140bdd95d17a34fd5fd733190 toolchain-funcs b45201c4e6c096b98e250336954e64b9 xdg-utils 14d00d009167652b1fa363e55effe213 -_md5_=034cc25985dd7c0986c44c38bf93aaf2 diff --git a/metadata/md5-cache/app-shells/mcfly-0.3.1 b/metadata/md5-cache/app-shells/mcfly-0.3.1 deleted file mode 100644 index a088500da50b..000000000000 --- a/metadata/md5-cache/app-shells/mcfly-0.3.1 +++ /dev/null @@ -1,12 +0,0 @@ -DEFINED_PHASES=compile install postinst test unpack -DEPEND=virtual/cargo -DESCRIPTION=Context-aware bash history search replacement (crtl-r) -EAPI=6 -HOMEPAGE=https://github.com/cantino/mcfly -IUSE=test debug -KEYWORDS=~amd64 -LICENSE=MIT -SLOT=0 -SRC_URI=https://github.com/cantino/mcfly/archive/v0.3.1.tar.gz -> mcfly-0.3.1.tar.gz https://crates.io/api/v1/crates/ansi_term/0.11.0/download -> ansi_term-0.11.0.crate https://crates.io/api/v1/crates/argon2rs/0.2.5/download -> argon2rs-0.2.5.crate https://crates.io/api/v1/crates/arrayvec/0.4.7/download -> arrayvec-0.4.7.crate https://crates.io/api/v1/crates/atty/0.2.10/download -> atty-0.2.10.crate https://crates.io/api/v1/crates/backtrace/0.3.9/download -> backtrace-0.3.9.crate https://crates.io/api/v1/crates/backtrace-sys/0.1.24/download -> backtrace-sys-0.1.24.crate https://crates.io/api/v1/crates/bitflags/1.0.3/download -> bitflags-1.0.3.crate https://crates.io/api/v1/crates/blake2-rfc/0.2.18/download -> blake2-rfc-0.2.18.crate https://crates.io/api/v1/crates/cc/1.0.18/download -> cc-1.0.18.crate https://crates.io/api/v1/crates/cfg-if/0.1.5/download -> cfg-if-0.1.5.crate https://crates.io/api/v1/crates/clap/2.32.0/download -> clap-2.32.0.crate https://crates.io/api/v1/crates/cloudabi/0.0.3/download -> cloudabi-0.0.3.crate https://crates.io/api/v1/crates/constant_time_eq/0.1.3/download -> constant_time_eq-0.1.3.crate https://crates.io/api/v1/crates/csv/1.0.1/download -> csv-1.0.1.crate https://crates.io/api/v1/crates/csv-core/0.1.4/download -> csv-core-0.1.4.crate https://crates.io/api/v1/crates/dirs/1.0.4/download -> dirs-1.0.4.crate https://crates.io/api/v1/crates/failure/0.1.2/download -> failure-0.1.2.crate https://crates.io/api/v1/crates/failure_derive/0.1.2/download -> failure_derive-0.1.2.crate https://crates.io/api/v1/crates/fuchsia-zircon/0.3.3/download -> fuchsia-zircon-0.3.3.crate https://crates.io/api/v1/crates/fuchsia-zircon-sys/0.3.3/download -> fuchsia-zircon-sys-0.3.3.crate https://crates.io/api/v1/crates/libc/0.2.42/download -> libc-0.2.42.crate https://crates.io/api/v1/crates/libsqlite3-sys/0.10.0/download -> libsqlite3-sys-0.10.0.crate https://crates.io/api/v1/crates/linked-hash-map/0.4.2/download -> linked-hash-map-0.4.2.crate https://crates.io/api/v1/crates/lru-cache/0.1.1/download -> lru-cache-0.1.1.crate https://crates.io/api/v1/crates/memchr/2.0.1/download -> memchr-2.0.1.crate https://crates.io/api/v1/crates/nodrop/0.1.12/download -> nodrop-0.1.12.crate https://crates.io/api/v1/crates/pkg-config/0.3.11/download -> pkg-config-0.3.11.crate https://crates.io/api/v1/crates/proc-macro2/0.4.20/download -> proc-macro2-0.4.20.crate https://crates.io/api/v1/crates/quote/0.6.8/download -> quote-0.6.8.crate https://crates.io/api/v1/crates/rand/0.4.3/download -> rand-0.4.3.crate https://crates.io/api/v1/crates/rand/0.5.5/download -> rand-0.5.5.crate https://crates.io/api/v1/crates/rand_core/0.2.1/download -> rand_core-0.2.1.crate https://crates.io/api/v1/crates/redox_syscall/0.1.40/download -> redox_syscall-0.1.40.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/redox_users/0.2.0/download -> redox_users-0.2.0.crate https://crates.io/api/v1/crates/relative-path/0.4.0/download -> relative-path-0.4.0.crate https://crates.io/api/v1/crates/rusqlite/0.15.0/download -> rusqlite-0.15.0.crate https://crates.io/api/v1/crates/rustc-demangle/0.1.9/download -> rustc-demangle-0.1.9.crate https://crates.io/api/v1/crates/scoped_threadpool/0.1.9/download -> scoped_threadpool-0.1.9.crate https://crates.io/api/v1/crates/serde/1.0.75/download -> serde-1.0.75.crate https://crates.io/api/v1/crates/shellexpand/1.0.0/download -> shellexpand-1.0.0.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.14.9/download -> syn-0.14.9.crate https://crates.io/api/v1/crates/synstructure/0.9.0/download -> synstructure-0.9.0.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/time/0.1.40/download -> time-0.1.40.crate https://crates.io/api/v1/crates/unicode-segmentation/1.2.1/download -> unicode-segmentation-1.2.1.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/vcpkg/0.2.4/download -> vcpkg-0.2.4.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/winapi/0.3.5/download -> winapi-0.3.5.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_=c1a438b2cebffabfb2ce66577932ce2a diff --git a/metadata/md5-cache/app-shells/posh-0.13.2 b/metadata/md5-cache/app-shells/posh-0.13.2 index d15a117f0102..050e5ce9af93 100644 --- a/metadata/md5-cache/app-shells/posh-0.13.2 +++ b/metadata/md5-cache/app-shells/posh-0.13.2 @@ -3,8 +3,8 @@ DEPEND=app-arch/xz-utils DESCRIPTION=Reimplementation of Bourne shell based on pdksh EAPI=7 HOMEPAGE=https://salsa.debian.org/clint/posh -KEYWORDS=amd64 ppc ~x86 +KEYWORDS=amd64 ppc x86 LICENSE=GPL-2+ BSD public-domain SLOT=0 SRC_URI=mirror://debian/pool/main/p/posh/posh_0.13.2.tar.xz -_md5_=88377bc9bccb4be95f37d58cc78faf36 +_md5_=4b243899ae7a0738aff3fd2f45f6952b diff --git a/metadata/md5-cache/app-text/Manifest.gz b/metadata/md5-cache/app-text/Manifest.gz index 337a0e1da6a2..e6e73f55361c 100644 Binary files a/metadata/md5-cache/app-text/Manifest.gz and b/metadata/md5-cache/app-text/Manifest.gz differ diff --git a/metadata/md5-cache/app-text/enchant-1.6.1-r1 b/metadata/md5-cache/app-text/enchant-1.6.1-r1 index 70cdc5e43e1f..7efb15fce67b 100644 --- a/metadata/md5-cache/app-text/enchant-1.6.1-r1 +++ b/metadata/md5-cache/app-text/enchant-1.6.1-r1 @@ -4,11 +4,11 @@ DESCRIPTION=Spellchecker wrapping library EAPI=6 HOMEPAGE=https://abiword.github.io/enchant/ IUSE=aspell +hunspell static-libs test -KEYWORDS=~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris +KEYWORDS=~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris LICENSE=LGPL-2.1 RDEPEND=>=dev-libs/glib-2.6:2 aspell? ( app-text/aspell ) hunspell? ( >=app-text/hunspell-1.2.1:0= ) REQUIRED_USE=|| ( hunspell aspell ) SLOT=0 SRC_URI=https://github.com/AbiWord/enchant/releases/download/enchant-1-6-1/enchant-1.6.1.tar.gz _eclasses_=estack 43ddf5aaffa7a8d0482df54d25a66a1f versionator 2352c3fc97241f6a02042773c8287748 -_md5_=24d6b3f607d6b4b16738ebfa391733be +_md5_=c824d26061f045505c7a0c60125c727d diff --git a/metadata/md5-cache/dev-cpp/Manifest.gz b/metadata/md5-cache/dev-cpp/Manifest.gz index b140436574f6..d3c1601262ae 100644 Binary files a/metadata/md5-cache/dev-cpp/Manifest.gz and b/metadata/md5-cache/dev-cpp/Manifest.gz differ diff --git a/metadata/md5-cache/dev-cpp/glibmm-2.58.0 b/metadata/md5-cache/dev-cpp/glibmm-2.58.1 similarity index 97% rename from metadata/md5-cache/dev-cpp/glibmm-2.58.0 rename to metadata/md5-cache/dev-cpp/glibmm-2.58.1 index 6c29e57d9355..64c8255e0cd8 100644 --- a/metadata/md5-cache/dev-cpp/glibmm-2.58.0 +++ b/metadata/md5-cache/dev-cpp/glibmm-2.58.1 @@ -8,6 +8,6 @@ KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 LICENSE=LGPL-2.1+ GPL-2+ RDEPEND=>=dev-libs/libsigc++-2.9.1:2[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(-)?] >=dev-libs/glib-2.55.1:2[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=2 -SRC_URI=mirror://gnome/sources/glibmm/2.58/glibmm-2.58.0.tar.xz +SRC_URI=mirror://gnome/sources/glibmm/2.58/glibmm-2.58.1.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 multibuild 40fe59465edacd730c644ec2bc197809 multilib b2f01ad412baf81650c23fcf0975fa33 multilib-build b42436dc1260f475af229754c165cb6b multilib-minimal 8bddda43703ba94d8341f4e247f97566 preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs b45201c4e6c096b98e250336954e64b9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf versionator 2352c3fc97241f6a02042773c8287748 xdg c7ba313ea1eaf266f95cc6235f7d6a07 xdg-utils 14d00d009167652b1fa363e55effe213 _md5_=600f0044a2beb2ab9b68cf005bc01d33 diff --git a/metadata/md5-cache/dev-db/Manifest.gz b/metadata/md5-cache/dev-db/Manifest.gz index 888cf9db5149..079ded1f81c0 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-10.7 b/metadata/md5-cache/dev-db/postgresql-10.7 index 217873ec9edf..fe658c9bc103 100644 --- a/metadata/md5-cache/dev-db/postgresql-10.7 +++ b/metadata/md5-cache/dev-db/postgresql-10.7 @@ -4,11 +4,11 @@ DESCRIPTION=PostgreSQL RDBMS EAPI=6 HOMEPAGE=https://www.postgresql.org/ IUSE=doc kerberos kernel_linux ldap libressl nls pam perl 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= ) server? ( systemd? ( sys-apps/systemd ) ) 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:10 !dev-db/postgresql-base:10 !dev-db/postgresql-server:10 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=10 SRC_URI=mirror://postgresql/source/v10.7/postgresql-10.7.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_=d1ca4fdf13e4e08c513fa2d4edfdd81d +_md5_=dafec616b2c980e000351b45a8b6be81 diff --git a/metadata/md5-cache/dev-db/postgresql-11.2 b/metadata/md5-cache/dev-db/postgresql-11.2 index af41312d8303..ae55d46754c1 100644 --- a/metadata/md5-cache/dev-db/postgresql-11.2 +++ b/metadata/md5-cache/dev-db/postgresql-11.2 @@ -4,11 +4,11 @@ DESCRIPTION=PostgreSQL RDBMS EAPI=6 HOMEPAGE=http://www.postgresql.org/ IUSE=doc kerberos kernel_linux ldap libressl llvm nls pam perl 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 ) llvm? ( sys-devel/llvm:= sys-devel/clang:= ) 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= ) server? ( systemd? ( sys-apps/systemd ) ) 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:11 !dev-db/postgresql-base:11 !dev-db/postgresql-server:11 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=11 SRC_URI=mirror://postgresql/source/v11.2/postgresql-11.2.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_=1eb08c5b4dfdf400e4abea030754a8dc +_md5_=160bf66c49e7f4ae25ac5d114f7bdac4 diff --git a/metadata/md5-cache/dev-db/qt5-sqlcipher-1.0.1_p20181221 b/metadata/md5-cache/dev-db/qt5-sqlcipher-1.0.1_p20181221 new file mode 100644 index 000000000000..21977c22173a --- /dev/null +++ b/metadata/md5-cache/dev-db/qt5-sqlcipher-1.0.1_p20181221 @@ -0,0 +1,13 @@ +BDEPEND=dev-util/ninja >=dev-util/cmake-3.9.6 +DEFINED_PHASES=compile configure install prepare test +DEPEND=>=dev-db/sqlcipher-3.4.1 >=dev-qt/qtcore-5.7.1:5= >=dev-qt/qtsql-5.7.1:5=[sqlite] =dev-db/sqlcipher-3.4.1 >=dev-qt/qtcore-5.7.1:5= >=dev-qt/qtsql-5.7.1:5=[sqlite] =dev-haskell/tf-random-0.4:=[profile?] >=dev-haskell/transformers-0.2:=[profile?] >=dev-lang/ghc-7.4.1:= RESTRICT=test SLOT=2/2.8.2 SRC_URI=mirror://hackage/packages/archive/QuickCheck/2.8.2/QuickCheck-2.8.2.tar.gz _eclasses_=desktop b1d22ac8bdd4679ab79c71aca235009d eapi7-ver 756b3f27d8e46131d5cf3c51bd876446 epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 ghc-package fac7ea2deca456f8e70b85a6ebef9e8a haskell-cabal b5e68c01ecdfbaa48ee638388bdc1c7c ltprune 2729691420b6deeda2a90b1f1183fb55 multilib b2f01ad412baf81650c23fcf0975fa33 multiprocessing cac3169468f893670dac3e7cb940e045 preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs b45201c4e6c096b98e250336954e64b9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf -_md5_=9312f18ec300f70bef3aa698d7de8563 +_md5_=eb6b4579244a0f9e3ff7f02c707c0c94 diff --git a/metadata/md5-cache/dev-java/Manifest.gz b/metadata/md5-cache/dev-java/Manifest.gz index 21ee5625f779..bae5afadf3bc 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/netbeans-ide-8.2 b/metadata/md5-cache/dev-java/netbeans-ide-8.2 index 877608f15dc6..27b58df6d2aa 100644 --- a/metadata/md5-cache/dev-java/netbeans-ide-8.2 +++ b/metadata/md5-cache/dev-java/netbeans-ide-8.2 @@ -1,13 +1,13 @@ DEFINED_PHASES=compile configure install preinst prepare setup unpack -DEPEND=virtual/jdk:1.8 ~dev-java/netbeans-harness-8.2 ~dev-java/netbeans-platform-8.2 >=dev-java/antlr-4.5:4 dev-java/commons-compress:0 dev-java/commons-httpclient:3 dev-java/commons-logging:0 dev-java/icu4j:55 dev-java/iso-relax:0 dev-java/jdbc-mysql:0 dev-java/jdbc-postgresql:0 >=dev-java/jsch-0.1.46:0 >=dev-java/json-simple-1.1:0 dev-java/jsr173:0 dev-java/jvyamlb:0 dev-java/log4j:0 dev-java/lucene:3.5 dev-java/rhino:1.6 dev-java/saxon:9 dev-java/smack:2.2 <=dev-java/sun-jaf-1.1.1:0 dev-java/tomcat-servlet-api:2.2 dev-java/ws-commons-util:0 dev-java/xerces:2 app-arch/unzip dev-java/commons-codec:0 dev-java/javacc:0 dev-java/javahelp:0 dev-java/jna:0 >=dev-java/java-config-2.2.0-r3 >=dev-java/ant-core-1.8.2:0 >=dev-java/javatoolkit-0.3.0-r2 +DEPEND=virtual/jdk:1.8 ~dev-java/netbeans-harness-8.2 ~dev-java/netbeans-platform-8.2 >=dev-java/antlr-4.5:4 dev-java/commons-compress:0 dev-java/commons-httpclient:3 dev-java/commons-logging:0 dev-java/icu4j:55 dev-java/iso-relax:0 dev-java/jdbc-mysql:0 dev-java/jdbc-postgresql:0 >=dev-java/jsch-0.1.46:0 >=dev-java/json-simple-1.1:0 dev-java/jsr173:0 dev-java/jvyamlb:0 dev-java/log4j:0 dev-java/lucene:3.5 dev-java/rhino:1.6 dev-java/saxon:9 dev-java/smack:2.2 dev-java/sun-jaf:0 dev-java/tomcat-servlet-api:2.2 dev-java/ws-commons-util:0 dev-java/xerces:2 app-arch/unzip dev-java/commons-codec:0 dev-java/javacc:0 dev-java/javahelp:0 dev-java/jna:0 >=dev-java/java-config-2.2.0-r3 >=dev-java/ant-core-1.8.2:0 >=dev-java/javatoolkit-0.3.0-r2 DESCRIPTION=Netbeans IDE Cluster EAPI=6 HOMEPAGE=http://netbeans.org/projects/ide IUSE=elibc_FreeBSD elibc_FreeBSD KEYWORDS=amd64 ~x86 LICENSE=|| ( CDDL GPL-2-with-linking-exception ) -RDEPEND=virtual/jdk:1.8 ~dev-java/netbeans-harness-8.2 ~dev-java/netbeans-platform-8.2 >=dev-java/antlr-4.5:4 dev-java/commons-compress:0 dev-java/commons-httpclient:3 dev-java/commons-logging:0 dev-java/icu4j:55 dev-java/iso-relax:0 dev-java/jdbc-mysql:0 dev-java/jdbc-postgresql:0 >=dev-java/jsch-0.1.46:0 >=dev-java/json-simple-1.1:0 dev-java/jsr173:0 dev-java/jvyamlb:0 dev-java/log4j:0 dev-java/lucene:3.5 dev-java/rhino:1.6 dev-java/saxon:9 dev-java/smack:2.2 <=dev-java/sun-jaf-1.1.1:0 dev-java/tomcat-servlet-api:2.2 dev-java/ws-commons-util:0 dev-java/xerces:2 >=dev-java/java-config-2.2.0-r3 +RDEPEND=virtual/jdk:1.8 ~dev-java/netbeans-harness-8.2 ~dev-java/netbeans-platform-8.2 >=dev-java/antlr-4.5:4 dev-java/commons-compress:0 dev-java/commons-httpclient:3 dev-java/commons-logging:0 dev-java/icu4j:55 dev-java/iso-relax:0 dev-java/jdbc-mysql:0 dev-java/jdbc-postgresql:0 >=dev-java/jsch-0.1.46:0 >=dev-java/json-simple-1.1:0 dev-java/jsr173:0 dev-java/jvyamlb:0 dev-java/log4j:0 dev-java/lucene:3.5 dev-java/rhino:1.6 dev-java/saxon:9 dev-java/smack:2.2 dev-java/sun-jaf:0 dev-java/tomcat-servlet-api:2.2 dev-java/ws-commons-util:0 dev-java/xerces:2 >=dev-java/java-config-2.2.0-r3 SLOT=8.2 SRC_URI=http://download.netbeans.org/netbeans/8.2/final/zip/netbeans-8.2-201609300101-src.zip https://dev.gentoo.org/~fordfrog/distfiles/netbeans-8.2-build.xml.patch.bz2 http://hg.netbeans.org/binaries/4E74C6BE42FE89871A878C7C4D6158F21A6D8010-antlr-runtime-3.4.jar http://hg.netbeans.org/binaries/886FAF4B85054DD6E50D9B3438542F432B5F9251-bytelist-0.1.jar http://hg.netbeans.org/binaries/DCDA3604865C8E80789B4F8E8EECC3D4D15D00F8-com.trilead.ssh2_1.0.0.build220_r167_v20150618_1733.jar http://hg.netbeans.org/binaries/A8762D07E76CFDE2395257A5DA47BA7C1DBD3DCE-commons-io-1.4.jar http://hg.netbeans.org/binaries/0CE1EDB914C94EBC388F086C6827E8BDEEC71AC2-commons-lang-2.6.jar http://hg.netbeans.org/binaries/CD0D5510908225F76C5FE5A3F1DF4FA44866F81E-commons-net-3.3.jar http://hg.netbeans.org/binaries/901D8F815922C435D985DA3814D20E34CC7622CB-css21-spec.zip http://hg.netbeans.org/binaries/83E794DFF9A39401AC65252C8E10157761584224-css3-spec.zip http://hg.netbeans.org/binaries/C9A6304FAA121C97CB2458B93D30B1FD6F0F7691-derbysampledb.zip http://hg.netbeans.org/binaries/3502EB7D4A72C2C684D23AFC241CCF50797079D1-exechlp-1.0.zip http://hg.netbeans.org/binaries/5EEAAC41164FEBCB79C73BEBD678A7B6C10C3E80-freemarker-2.3.19.jar http://hg.netbeans.org/binaries/ED727A8D9F247E2050281CB083F1C77B09DCB5CD-guava-15.0.jar http://hg.netbeans.org/binaries/23123BB29025254556B6E573023FCDF0F6715A66-html-4.01.zip http://hg.netbeans.org/binaries/2541D025F428A361110C4D656CDD99B5C5C5DFCE-html5doc.zip http://hg.netbeans.org/binaries/D528B44AE7593D2275927396BF930B28078C5220-htmlparser-1.2.1.jar http://hg.netbeans.org/binaries/8E737D82ECAC9BA6100A9BBA71E92A381B75EFDC-ini4j-0.5.1.jar http://hg.netbeans.org/binaries/0DCC973606CBD9737541AA5F3E76DED6E3F4D0D0-iri.jar http://hg.netbeans.org/binaries/F90E3DA5259DB07F36E6987EFDED647A5231DE76-ispell-enwl-3.1.20.zip http://hg.netbeans.org/binaries/ECEAF316A8FAF0E794296EBE158AE110C7D72A5A-JavaEWAH-0.7.9.jar http://hg.netbeans.org/binaries/71F434378F822B09A57174AF6C75D37408687C57-jaxb-api.jar http://hg.netbeans.org/binaries/27FAE927B5B9AE53A5B0ED825575DD8217CE7042-jaxb-api-doc.zip http://hg.netbeans.org/binaries/387BE740EAEF52B3F6E6EE2F140757E7632584CE-jaxb-impl.jar http://hg.netbeans.org/binaries/C3787DAB0DDFBD9E98086ED2F219859B0CB77EF7-jaxb-xjc.jar http://hg.netbeans.org/binaries/F4DB465F207907A2406B0BF5C8FFEE22A5C3E4E3-jaxb1-impl.jar http://hg.netbeans.org/binaries/5E40984A55F6FFF704F05D511A119CA5B456DDB1-jfxrt.jar http://hg.netbeans.org/binaries/483A61B688B13C62BB201A683D98A6688B5373B6-jing.jar http://hg.netbeans.org/binaries/036FA0032B44AD06A1F13504D97B3685B1C88961-jsch.agentproxy.core-0.0.7.jar http://hg.netbeans.org/binaries/9F31964104D71855DF6B73F0C761CDEB3FA3C49C-jsch.agentproxy.sshagent-0.0.7.jar http://hg.netbeans.org/binaries/3FA59A536F3DC2197826DC7F224C0823C1534203-jsch.agentproxy.pageant-0.0.7.jar http://hg.netbeans.org/binaries/F759114E5A9F9AE907EADB59DBF65189AA399B45-jsch.agentproxy.usocket-jna-0.0.7.jar http://hg.netbeans.org/binaries/F406B7784A0DA5C4670B038BF55A4DCD4AF30AEB-jzlib-1.0.7.jar http://hg.netbeans.org/binaries/2E07375E5CA3A452472F0E87FB33F243F7A5C08C-libpam4j-1.1.jar http://hg.netbeans.org/binaries/AA2671239EBB762FEEE8B908E9F35473A72AFE1B-org.eclipse.core.contenttype_3.4.100.v20110423-0524_nosignature.jar http://hg.netbeans.org/binaries/1605B38BB28EAE32C11EAB8F9E238A497754A5B8-org.eclipse.core.jobs-3.5.101_nosignature.jar http://hg.netbeans.org/binaries/20800206EB8B490F3CE5BB8AC8A7C3B9E8004A30-org.eclipse.core.net_1.2.100.I20110511-0800_nosignature.jar http://hg.netbeans.org/binaries/D2D2105B1E3C9E2FA6240AD088237A57590DDA8D-org.eclipse.core.runtime-3.7.0_nosignature.jar http://hg.netbeans.org/binaries/16507EAFDC2B95121AA718895BDB54D616EE4B0F-org.eclipse.core.runtime.compatibility.auth_3.2.200.v20110110_nosignature.jar http://hg.netbeans.org/binaries/BD55836AABD558DC643A7844B78866AD990544BC-org.eclipse.equinox.app-1.3.100_nosignature.jar http://hg.netbeans.org/binaries/4EE275AE73A140A403903D7E4DBA68C8FBB07001-org.eclipse.equinox.common_3.6.0.v20110523_nosignature.jar http://hg.netbeans.org/binaries/B7001D9CC2E2AC4E167D22A13063F0350C71AAA9-org.eclipse.equinox.preferences-3.4.2_nosignature.jar http://hg.netbeans.org/binaries/C647079E36A4EB7A24AED2C545E4F0F94194C4D1-org.eclipse.equinox.registry_3.5.200.v20120522-1841_nosignature.jar http://hg.netbeans.org/binaries/9267CF311F979078211A70C1B19AF8A8EE71DC8E-org.eclipse.equinox.security-1.1.1_nosignature.jar http://hg.netbeans.org/binaries/B580E446B543A8DD2F5AA368B07F9C4C9C2E7029-org.eclipse.jgit-3.6.2.201501210735-r_nosignature.jar http://hg.netbeans.org/binaries/244560B99152F3F9BC75DF2D6FAFA8A5216B06B6-org.eclipse.jgit.java7-3.6.2.201501210735-r_nosignature.jar http://hg.netbeans.org/binaries/8E2776DE17446EC7450285F19F2C6366117748A8-org.eclipse.mylyn.bugzilla.core_3.17.0.v20150828-2026.jar http://hg.netbeans.org/binaries/D4F2BE52B5C048158B5C046C0ACAC3965027FE12-org.eclipse.mylyn.commons.core_3.17.0.v20150625-2042.jar http://hg.netbeans.org/binaries/4C753A9D8AB768A55EC99A377A0D22EDA67BAE25-org.eclipse.mylyn.commons.net_3.17.0.v20150706-2057.jar http://hg.netbeans.org/binaries/8E52A783A3700FE2F3AED720CBEF6D895C0D5DBC-org.eclipse.mylyn.commons.repositories.core_1.9.0.v20150625-2042.jar http://hg.netbeans.org/binaries/50F0A49BDF7C5610E3E602609926065D47A16C6E-org.eclipse.mylyn.commons.xmlrpc_3.17.0.v20150625-2042.jar http://hg.netbeans.org/binaries/4F2E28BDB091E2DD215FB9B16C8708513288F16A-org.eclipse.mylyn.tasks.core_3.17.0.v20150828-2026.jar http://hg.netbeans.org/binaries/11D1982BE23B06B2721240F424DBEF9F5FDE7F45-org.eclipse.mylyn.wikitext.confluence.core_2.6.0.v20150901-2143.jar http://hg.netbeans.org/binaries/A3FEF6144ED1622E4CDD506B9D745527CC675D8D-org.eclipse.mylyn.wikitext.core_2.6.0.v20150901-2143-patched-nosignature.jar http://hg.netbeans.org/binaries/825DC870D1D423E347F4F8229A211A2C297BB15D-org.eclipse.mylyn.wikitext.markdown.core_2.6.0.v20150901-2143.jar http://hg.netbeans.org/binaries/C3024631DD14008D2FF35A576C3D82AC6FCB2E10-org.eclipse.mylyn.wikitext.textile.core_2.6.0.v20150901-2143.jar http://hg.netbeans.org/binaries/17C0C8D6DEBF5EBE734881C131888D8088BD9E7D-org.tmatesoft.svnkit_1.8.12.r10533_v20160129_0158.jar http://hg.netbeans.org/binaries/6819C79348FCF4F5125C834E7D3B742582DCA34D-processtreekiller-1.0.7.jar http://hg.netbeans.org/binaries/B0D0FCBAC68826D2AFA3C7C89FC4D57B95A000C3-resolver-1.2.jar http://hg.netbeans.org/binaries/DAAEFA7A5F3AF75FE4CDC86A1B5904C9F3B5BBF8-svnClientAdapter-javahl-1.10.12.jar http://hg.netbeans.org/binaries/C47ED3BCD8CEAECDE3BDEEB7D8D14B577B26F9C8-svnClientAdapter-main-1.10.12.jar http://hg.netbeans.org/binaries/AD4A88D99AB7C5B64C8893CA2FF2CBCFCEFC51C8-svnClientAdapter-svnkit-1.10.12.jar http://hg.netbeans.org/binaries/5C47A97F05F761F190D87ED5FCBB08D1E05A7FB5-svnjavahl-1.9.3.jar http://hg.netbeans.org/binaries/4F94E5B4F14B4571A1D8E37885A3037C91F7C02C-svnkit_1.7.8.r9538_v20130107_2001.jar http://hg.netbeans.org/binaries/C0D8A3265D194CC886BAFD585117B6465FD97DCE-swingx-all-1.6.4.jar http://hg.netbeans.org/binaries/EDE7FBABD4C96D34E48FDA0E8FECED24C98CEDCA-sqljet-1.1.10.jar http://hg.netbeans.org/binaries/CD5B5996B46CB8D96C8F0F89A7A734B3C01F3DF7-tomcat-webserver-3.2.jar http://hg.netbeans.org/binaries/89BC047153217F5254506F4C622A771A78883CBC-ValidationAPI.jar http://hg.netbeans.org/binaries/15ACB06E2E3A70FC188782BA51369CA81ACFE860-validator.jar http://hg.netbeans.org/binaries/C9757EFB2CFBA523A7375A78FA9ECFAF0D0AC505-winp-1.14-patched.jar http://hg.netbeans.org/binaries/64F5BEEADD2A239C4BC354B8DFDB97CF7FDD9983-xmlrpc-client-3.0.jar http://hg.netbeans.org/binaries/8FA16AD28B5E79A7CD52B8B72985B0AE8CCD6ADF-xmlrpc-common-3.0.jar http://hg.netbeans.org/binaries/D6917BF718583002CBE44E773EE21E2DF08ADC71-xmlrpc-server-3.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 preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs b45201c4e6c096b98e250336954e64b9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf versionator 2352c3fc97241f6a02042773c8287748 -_md5_=d6a04b5cee20465f7f650e695f5301e7 +_md5_=d7546a3069f2d607a497c4a9aff5f7da diff --git a/metadata/md5-cache/dev-java/netbeans-ide-8.2-r1 b/metadata/md5-cache/dev-java/netbeans-ide-8.2-r1 index c69b5b76a607..a63570305c7e 100644 --- a/metadata/md5-cache/dev-java/netbeans-ide-8.2-r1 +++ b/metadata/md5-cache/dev-java/netbeans-ide-8.2-r1 @@ -1,13 +1,13 @@ DEFINED_PHASES=compile configure install preinst prepare setup unpack -DEPEND=virtual/jdk:1.8 ~dev-java/netbeans-harness-8.2 ~dev-java/netbeans-platform-8.2 >=dev-java/antlr-4.5:4 dev-java/commons-compress:0 dev-java/commons-httpclient:3 dev-java/commons-logging:0 dev-java/icu4j:55 dev-java/iso-relax:0 dev-java/jdbc-mysql:0 dev-java/jdbc-postgresql:0 >=dev-java/jsch-0.1.46:0 >=dev-java/json-simple-1.1:0 dev-java/jsr173:0 dev-java/jvyamlb:0 dev-java/log4j:0 dev-java/lucene:3.5 dev-java/rhino:1.6 dev-java/saxon:9 dev-java/smack:2.2 >=dev-java/sun-jaf-1.1.1-r1:0 dev-java/tomcat-servlet-api:2.2 dev-java/ws-commons-util:0 dev-java/xerces:2 app-arch/unzip dev-java/commons-codec:0 dev-java/javacc:0 dev-java/javahelp:0 dev-java/jna:0 >=dev-java/java-config-2.2.0-r3 >=dev-java/ant-core-1.8.2:0 >=dev-java/javatoolkit-0.3.0-r2 +DEPEND=virtual/jdk:1.8 ~dev-java/netbeans-harness-8.2 ~dev-java/netbeans-platform-8.2 >=dev-java/antlr-4.5:4 dev-java/commons-compress:0 dev-java/commons-httpclient:3 dev-java/commons-logging:0 dev-java/icu4j:55 dev-java/iso-relax:0 dev-java/jdbc-mysql:0 dev-java/jdbc-postgresql:0 >=dev-java/jsch-0.1.46:0 >=dev-java/json-simple-1.1:0 dev-java/jsr173:0 dev-java/jvyamlb:0 dev-java/log4j:0 dev-java/lucene:3.5 dev-java/rhino:1.6 dev-java/saxon:9 dev-java/smack:2.2 dev-java/sun-jaf:0 dev-java/tomcat-servlet-api:2.2 dev-java/ws-commons-util:0 dev-java/xerces:2 app-arch/unzip dev-java/commons-codec:0 dev-java/javacc:0 dev-java/javahelp:0 dev-java/jna:0 >=dev-java/java-config-2.2.0-r3 >=dev-java/ant-core-1.8.2:0 >=dev-java/javatoolkit-0.3.0-r2 DESCRIPTION=Netbeans IDE Cluster EAPI=6 HOMEPAGE=http://netbeans.org/projects/ide IUSE=elibc_FreeBSD elibc_FreeBSD KEYWORDS=~amd64 ~x86 LICENSE=|| ( CDDL GPL-2-with-linking-exception ) -RDEPEND=virtual/jdk:1.8 ~dev-java/netbeans-harness-8.2 ~dev-java/netbeans-platform-8.2 >=dev-java/antlr-4.5:4 dev-java/commons-compress:0 dev-java/commons-httpclient:3 dev-java/commons-logging:0 dev-java/icu4j:55 dev-java/iso-relax:0 dev-java/jdbc-mysql:0 dev-java/jdbc-postgresql:0 >=dev-java/jsch-0.1.46:0 >=dev-java/json-simple-1.1:0 dev-java/jsr173:0 dev-java/jvyamlb:0 dev-java/log4j:0 dev-java/lucene:3.5 dev-java/rhino:1.6 dev-java/saxon:9 dev-java/smack:2.2 >=dev-java/sun-jaf-1.1.1-r1:0 dev-java/tomcat-servlet-api:2.2 dev-java/ws-commons-util:0 dev-java/xerces:2 >=dev-java/java-config-2.2.0-r3 +RDEPEND=virtual/jdk:1.8 ~dev-java/netbeans-harness-8.2 ~dev-java/netbeans-platform-8.2 >=dev-java/antlr-4.5:4 dev-java/commons-compress:0 dev-java/commons-httpclient:3 dev-java/commons-logging:0 dev-java/icu4j:55 dev-java/iso-relax:0 dev-java/jdbc-mysql:0 dev-java/jdbc-postgresql:0 >=dev-java/jsch-0.1.46:0 >=dev-java/json-simple-1.1:0 dev-java/jsr173:0 dev-java/jvyamlb:0 dev-java/log4j:0 dev-java/lucene:3.5 dev-java/rhino:1.6 dev-java/saxon:9 dev-java/smack:2.2 dev-java/sun-jaf:0 dev-java/tomcat-servlet-api:2.2 dev-java/ws-commons-util:0 dev-java/xerces:2 >=dev-java/java-config-2.2.0-r3 SLOT=8.2 SRC_URI=http://download.netbeans.org/netbeans/8.2/final/zip/netbeans-8.2-201609300101-src.zip https://dev.gentoo.org/~fordfrog/distfiles/netbeans-8.2-build.xml.patch.bz2 http://hg.netbeans.org/binaries/4E74C6BE42FE89871A878C7C4D6158F21A6D8010-antlr-runtime-3.4.jar http://hg.netbeans.org/binaries/886FAF4B85054DD6E50D9B3438542F432B5F9251-bytelist-0.1.jar http://hg.netbeans.org/binaries/DCDA3604865C8E80789B4F8E8EECC3D4D15D00F8-com.trilead.ssh2_1.0.0.build220_r167_v20150618_1733.jar http://hg.netbeans.org/binaries/A8762D07E76CFDE2395257A5DA47BA7C1DBD3DCE-commons-io-1.4.jar http://hg.netbeans.org/binaries/0CE1EDB914C94EBC388F086C6827E8BDEEC71AC2-commons-lang-2.6.jar http://hg.netbeans.org/binaries/CD0D5510908225F76C5FE5A3F1DF4FA44866F81E-commons-net-3.3.jar http://hg.netbeans.org/binaries/901D8F815922C435D985DA3814D20E34CC7622CB-css21-spec.zip http://hg.netbeans.org/binaries/83E794DFF9A39401AC65252C8E10157761584224-css3-spec.zip http://hg.netbeans.org/binaries/C9A6304FAA121C97CB2458B93D30B1FD6F0F7691-derbysampledb.zip http://hg.netbeans.org/binaries/3502EB7D4A72C2C684D23AFC241CCF50797079D1-exechlp-1.0.zip http://hg.netbeans.org/binaries/5EEAAC41164FEBCB79C73BEBD678A7B6C10C3E80-freemarker-2.3.19.jar http://hg.netbeans.org/binaries/ED727A8D9F247E2050281CB083F1C77B09DCB5CD-guava-15.0.jar http://hg.netbeans.org/binaries/23123BB29025254556B6E573023FCDF0F6715A66-html-4.01.zip http://hg.netbeans.org/binaries/2541D025F428A361110C4D656CDD99B5C5C5DFCE-html5doc.zip http://hg.netbeans.org/binaries/D528B44AE7593D2275927396BF930B28078C5220-htmlparser-1.2.1.jar http://hg.netbeans.org/binaries/8E737D82ECAC9BA6100A9BBA71E92A381B75EFDC-ini4j-0.5.1.jar http://hg.netbeans.org/binaries/0DCC973606CBD9737541AA5F3E76DED6E3F4D0D0-iri.jar http://hg.netbeans.org/binaries/F90E3DA5259DB07F36E6987EFDED647A5231DE76-ispell-enwl-3.1.20.zip http://hg.netbeans.org/binaries/ECEAF316A8FAF0E794296EBE158AE110C7D72A5A-JavaEWAH-0.7.9.jar http://hg.netbeans.org/binaries/71F434378F822B09A57174AF6C75D37408687C57-jaxb-api.jar http://hg.netbeans.org/binaries/27FAE927B5B9AE53A5B0ED825575DD8217CE7042-jaxb-api-doc.zip http://hg.netbeans.org/binaries/387BE740EAEF52B3F6E6EE2F140757E7632584CE-jaxb-impl.jar http://hg.netbeans.org/binaries/C3787DAB0DDFBD9E98086ED2F219859B0CB77EF7-jaxb-xjc.jar http://hg.netbeans.org/binaries/F4DB465F207907A2406B0BF5C8FFEE22A5C3E4E3-jaxb1-impl.jar http://hg.netbeans.org/binaries/5E40984A55F6FFF704F05D511A119CA5B456DDB1-jfxrt.jar http://hg.netbeans.org/binaries/483A61B688B13C62BB201A683D98A6688B5373B6-jing.jar http://hg.netbeans.org/binaries/036FA0032B44AD06A1F13504D97B3685B1C88961-jsch.agentproxy.core-0.0.7.jar http://hg.netbeans.org/binaries/9F31964104D71855DF6B73F0C761CDEB3FA3C49C-jsch.agentproxy.sshagent-0.0.7.jar http://hg.netbeans.org/binaries/3FA59A536F3DC2197826DC7F224C0823C1534203-jsch.agentproxy.pageant-0.0.7.jar http://hg.netbeans.org/binaries/F759114E5A9F9AE907EADB59DBF65189AA399B45-jsch.agentproxy.usocket-jna-0.0.7.jar http://hg.netbeans.org/binaries/F406B7784A0DA5C4670B038BF55A4DCD4AF30AEB-jzlib-1.0.7.jar http://hg.netbeans.org/binaries/2E07375E5CA3A452472F0E87FB33F243F7A5C08C-libpam4j-1.1.jar http://hg.netbeans.org/binaries/AA2671239EBB762FEEE8B908E9F35473A72AFE1B-org.eclipse.core.contenttype_3.4.100.v20110423-0524_nosignature.jar http://hg.netbeans.org/binaries/1605B38BB28EAE32C11EAB8F9E238A497754A5B8-org.eclipse.core.jobs-3.5.101_nosignature.jar http://hg.netbeans.org/binaries/20800206EB8B490F3CE5BB8AC8A7C3B9E8004A30-org.eclipse.core.net_1.2.100.I20110511-0800_nosignature.jar http://hg.netbeans.org/binaries/D2D2105B1E3C9E2FA6240AD088237A57590DDA8D-org.eclipse.core.runtime-3.7.0_nosignature.jar http://hg.netbeans.org/binaries/16507EAFDC2B95121AA718895BDB54D616EE4B0F-org.eclipse.core.runtime.compatibility.auth_3.2.200.v20110110_nosignature.jar http://hg.netbeans.org/binaries/BD55836AABD558DC643A7844B78866AD990544BC-org.eclipse.equinox.app-1.3.100_nosignature.jar http://hg.netbeans.org/binaries/4EE275AE73A140A403903D7E4DBA68C8FBB07001-org.eclipse.equinox.common_3.6.0.v20110523_nosignature.jar http://hg.netbeans.org/binaries/B7001D9CC2E2AC4E167D22A13063F0350C71AAA9-org.eclipse.equinox.preferences-3.4.2_nosignature.jar http://hg.netbeans.org/binaries/C647079E36A4EB7A24AED2C545E4F0F94194C4D1-org.eclipse.equinox.registry_3.5.200.v20120522-1841_nosignature.jar http://hg.netbeans.org/binaries/9267CF311F979078211A70C1B19AF8A8EE71DC8E-org.eclipse.equinox.security-1.1.1_nosignature.jar http://hg.netbeans.org/binaries/B580E446B543A8DD2F5AA368B07F9C4C9C2E7029-org.eclipse.jgit-3.6.2.201501210735-r_nosignature.jar http://hg.netbeans.org/binaries/244560B99152F3F9BC75DF2D6FAFA8A5216B06B6-org.eclipse.jgit.java7-3.6.2.201501210735-r_nosignature.jar http://hg.netbeans.org/binaries/8E2776DE17446EC7450285F19F2C6366117748A8-org.eclipse.mylyn.bugzilla.core_3.17.0.v20150828-2026.jar http://hg.netbeans.org/binaries/D4F2BE52B5C048158B5C046C0ACAC3965027FE12-org.eclipse.mylyn.commons.core_3.17.0.v20150625-2042.jar http://hg.netbeans.org/binaries/4C753A9D8AB768A55EC99A377A0D22EDA67BAE25-org.eclipse.mylyn.commons.net_3.17.0.v20150706-2057.jar http://hg.netbeans.org/binaries/8E52A783A3700FE2F3AED720CBEF6D895C0D5DBC-org.eclipse.mylyn.commons.repositories.core_1.9.0.v20150625-2042.jar http://hg.netbeans.org/binaries/50F0A49BDF7C5610E3E602609926065D47A16C6E-org.eclipse.mylyn.commons.xmlrpc_3.17.0.v20150625-2042.jar http://hg.netbeans.org/binaries/4F2E28BDB091E2DD215FB9B16C8708513288F16A-org.eclipse.mylyn.tasks.core_3.17.0.v20150828-2026.jar http://hg.netbeans.org/binaries/11D1982BE23B06B2721240F424DBEF9F5FDE7F45-org.eclipse.mylyn.wikitext.confluence.core_2.6.0.v20150901-2143.jar http://hg.netbeans.org/binaries/A3FEF6144ED1622E4CDD506B9D745527CC675D8D-org.eclipse.mylyn.wikitext.core_2.6.0.v20150901-2143-patched-nosignature.jar http://hg.netbeans.org/binaries/825DC870D1D423E347F4F8229A211A2C297BB15D-org.eclipse.mylyn.wikitext.markdown.core_2.6.0.v20150901-2143.jar http://hg.netbeans.org/binaries/C3024631DD14008D2FF35A576C3D82AC6FCB2E10-org.eclipse.mylyn.wikitext.textile.core_2.6.0.v20150901-2143.jar http://hg.netbeans.org/binaries/17C0C8D6DEBF5EBE734881C131888D8088BD9E7D-org.tmatesoft.svnkit_1.8.12.r10533_v20160129_0158.jar http://hg.netbeans.org/binaries/6819C79348FCF4F5125C834E7D3B742582DCA34D-processtreekiller-1.0.7.jar http://hg.netbeans.org/binaries/B0D0FCBAC68826D2AFA3C7C89FC4D57B95A000C3-resolver-1.2.jar http://hg.netbeans.org/binaries/DAAEFA7A5F3AF75FE4CDC86A1B5904C9F3B5BBF8-svnClientAdapter-javahl-1.10.12.jar http://hg.netbeans.org/binaries/C47ED3BCD8CEAECDE3BDEEB7D8D14B577B26F9C8-svnClientAdapter-main-1.10.12.jar http://hg.netbeans.org/binaries/AD4A88D99AB7C5B64C8893CA2FF2CBCFCEFC51C8-svnClientAdapter-svnkit-1.10.12.jar http://hg.netbeans.org/binaries/5C47A97F05F761F190D87ED5FCBB08D1E05A7FB5-svnjavahl-1.9.3.jar http://hg.netbeans.org/binaries/4F94E5B4F14B4571A1D8E37885A3037C91F7C02C-svnkit_1.7.8.r9538_v20130107_2001.jar http://hg.netbeans.org/binaries/C0D8A3265D194CC886BAFD585117B6465FD97DCE-swingx-all-1.6.4.jar http://hg.netbeans.org/binaries/EDE7FBABD4C96D34E48FDA0E8FECED24C98CEDCA-sqljet-1.1.10.jar http://hg.netbeans.org/binaries/CD5B5996B46CB8D96C8F0F89A7A734B3C01F3DF7-tomcat-webserver-3.2.jar http://hg.netbeans.org/binaries/89BC047153217F5254506F4C622A771A78883CBC-ValidationAPI.jar http://hg.netbeans.org/binaries/15ACB06E2E3A70FC188782BA51369CA81ACFE860-validator.jar http://hg.netbeans.org/binaries/C9757EFB2CFBA523A7375A78FA9ECFAF0D0AC505-winp-1.14-patched.jar http://hg.netbeans.org/binaries/64F5BEEADD2A239C4BC354B8DFDB97CF7FDD9983-xmlrpc-client-3.0.jar http://hg.netbeans.org/binaries/8FA16AD28B5E79A7CD52B8B72985B0AE8CCD6ADF-xmlrpc-common-3.0.jar http://hg.netbeans.org/binaries/D6917BF718583002CBE44E773EE21E2DF08ADC71-xmlrpc-server-3.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 preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs b45201c4e6c096b98e250336954e64b9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf versionator 2352c3fc97241f6a02042773c8287748 -_md5_=243a67a81e483d3564f22907200a7f5b +_md5_=0d53f193433701cf8232b69cb1c76262 diff --git a/metadata/md5-cache/dev-java/sun-jaf-1.1.1 b/metadata/md5-cache/dev-java/sun-jaf-1.1.1 deleted file mode 100644 index 4acae0548b71..000000000000 --- a/metadata/md5-cache/dev-java/sun-jaf-1.1.1 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile install preinst setup -DEPEND=>=virtual/jdk-1.4 >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) >=dev-java/ant-core-1.8.2 >=dev-java/javatoolkit-0.3.0-r2 -DESCRIPTION=Sun's JavaBeans Activation Framework (JAF) -EAPI=0 -HOMEPAGE=http://java.sun.com/products/javabeans/glasgow/jaf.html -IUSE=doc source elibc_FreeBSD doc source elibc_FreeBSD -KEYWORDS=amd64 ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris -LICENSE=CDDL -RDEPEND=>=virtual/jre-1.4 >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) -SLOT=0 -SRC_URI=mirror://gentoo/sun-jaf-1.1.1.tar.bz2 -_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_=a9c2729372b52af193ce6fadac7cb6a9 diff --git a/metadata/md5-cache/dev-lang/Manifest.gz b/metadata/md5-cache/dev-lang/Manifest.gz index ee8abb5bc641..efcc8bd62f63 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/epic-0.9.3.3-r1 b/metadata/md5-cache/dev-lang/epic-0.9.3.3-r1 index b7540685416e..c93cb6e2e2c8 100644 --- a/metadata/md5-cache/dev-lang/epic-0.9.3.3-r1 +++ b/metadata/md5-cache/dev-lang/epic-0.9.3.3-r1 @@ -2,7 +2,7 @@ DEFINED_PHASES=compile configure install postinst postrm prepare setup test DEPEND=dev-haskell/cabal:=[profile?] dev-haskell/mtl:=[profile?] >=dev-libs/boehm-gc-7.0:0=[threads] dev-libs/gmp:0= >=dev-lang/ghc-7.4.1:= >=dev-haskell/cabal-1.8.0.4 dev-haskell/happy doc? ( || ( dev-haskell/haddock >=dev-lang/ghc-7.10.2 ) ) hscolour? ( dev-haskell/hscolour ) DESCRIPTION=Compiler for a simple functional language EAPI=6 -HOMEPAGE=http://www.dcs.st-and.ac.uk/~eb/epic.php +HOMEPAGE=https://github.com/edwinb/EpiVM IUSE=doc hscolour profile KEYWORDS=~amd64 ~x86 LICENSE=BSD @@ -10,4 +10,4 @@ RDEPEND=dev-haskell/cabal:=[profile?] dev-haskell/mtl:=[profile?] >=dev-libs/boe SLOT=0/0.9.3.3 SRC_URI=mirror://hackage/packages/archive/epic/0.9.3.3/epic-0.9.3.3.tar.gz _eclasses_=desktop b1d22ac8bdd4679ab79c71aca235009d eapi7-ver 756b3f27d8e46131d5cf3c51bd876446 epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 ghc-package fac7ea2deca456f8e70b85a6ebef9e8a haskell-cabal b5e68c01ecdfbaa48ee638388bdc1c7c ltprune 2729691420b6deeda2a90b1f1183fb55 multilib b2f01ad412baf81650c23fcf0975fa33 multiprocessing cac3169468f893670dac3e7cb940e045 preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs b45201c4e6c096b98e250336954e64b9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf -_md5_=d99ffc3744ac716156dd75eee7673153 +_md5_=b5d9d2564c8c158232c97ccfac541960 diff --git a/metadata/md5-cache/dev-libs/Manifest.gz b/metadata/md5-cache/dev-libs/Manifest.gz index e51067d2801f..68bd67df29c7 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/botan-2.9.0 b/metadata/md5-cache/dev-libs/botan-2.9.0 new file mode 100644 index 000000000000..8a2edd45435f --- /dev/null +++ b/metadata/md5-cache/dev-libs/botan-2.9.0 @@ -0,0 +1,15 @@ +BDEPEND=dev-lang/python:* doc? ( dev-python/sphinx ) +DEFINED_PHASES=configure install test +DEPEND=python? ( 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=A C++ crypto library +EAPI=7 +HOMEPAGE=https://botan.randombit.net/ +IUSE=bindist doc boost python bzip2 libressl lzma sqlite ssl static-libs zlib python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 +KEYWORDS=~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~ppc-macos +LICENSE=BSD +RDEPEND=python? ( 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(-)] ) bzip2? ( >=app-arch/bzip2-1.0.5:= ) zlib? ( >=sys-libs/zlib-1.2.3:= ) boost? ( >=dev-libs/boost-1.48:= ) lzma? ( app-arch/xz-utils:= ) sqlite? ( dev-db/sqlite:3= ) ssl? ( !libressl? ( dev-libs/openssl:0=[bindist=] ) libressl? ( dev-libs/libressl:0= ) ) +REQUIRED_USE=python? ( || ( python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 ) ) +SLOT=2/2.9 +SRC_URI=https://botan.randombit.net/releases/Botan-2.9.0.tgz +_eclasses_=multibuild 40fe59465edacd730c644ec2bc197809 multilib b2f01ad412baf81650c23fcf0975fa33 python-r1 ce1cd23cfdc1848e8e32743efe34f299 python-utils-r1 12114a2a9aab35b93efc037a196b3234 toolchain-funcs b45201c4e6c096b98e250336954e64b9 +_md5_=36ea11dbc37a4e284e4c450069a57b45 diff --git a/metadata/md5-cache/dev-libs/efl-1.21.1-r3 b/metadata/md5-cache/dev-libs/efl-1.21.1-r3 index 725b0ba90aa5..ffe3a186fbe5 100644 --- a/metadata/md5-cache/dev-libs/efl-1.21.1-r3 +++ b/metadata/md5-cache/dev-libs/efl-1.21.1-r3 @@ -4,11 +4,11 @@ DESCRIPTION=Enlightenment Foundation Libraries all-in-one package EAPI=6 HOMEPAGE=https://www.enlightenment.org IUSE=+bmp dds connman debug drm +eet examples fbcon +fontconfig fribidi gif gles2 glib gnutls gstreamer harfbuzz hyphen +ico ibus jpeg2k libressl libuv luajit neon nls opengl ssl pdf physics postscript +ppm +psd pulseaudio raw scim sdl sound static-libs svg +system-lz4 systemd tga tiff tslib unwind v4l valgrind vlc vnc wayland webp X xcf xim xine xpm xpresent zeroconf -KEYWORDS=amd64 ~arm ~ppc ~x86 ~amd64-linux ~x86-linux +KEYWORDS=amd64 ~arm ~ppc x86 ~amd64-linux ~x86-linux LICENSE=BSD-2 GPL-2 LGPL-2.1 ZLIB RDEPEND=net-misc/curl media-libs/libpng:0= sys-apps/dbus sys-apps/util-linux sys-libs/zlib:= virtual/jpeg:0= connman? ( net-misc/connman ) drm? ( dev-libs/libinput media-libs/mesa[gbm] x11-libs/libdrm x11-libs/libxkbcommon ) fontconfig? ( media-libs/fontconfig ) fribidi? ( dev-libs/fribidi ) gif? ( media-libs/giflib:= ) gles2? ( media-libs/mesa[egl,gles2] ) glib? ( dev-libs/glib:2 ) gstreamer? ( media-libs/gstreamer:1.0 media-libs/gst-plugins-base:1.0 ) harfbuzz? ( media-libs/harfbuzz ) hyphen? ( dev-libs/hyphen ) ibus? ( app-i18n/ibus ) jpeg2k? ( media-libs/openjpeg:= ) libuv? ( dev-libs/libuv ) luajit? ( dev-lang/luajit:= ) !luajit? ( dev-lang/lua:* ) nls? ( sys-devel/gettext ) pdf? ( app-text/poppler:=[cxx] ) physics? ( sci-physics/bullet:= ) postscript? ( app-text/libspectre ) pulseaudio? ( media-sound/pulseaudio ) raw? ( media-libs/libraw:= ) scim? ( app-i18n/scim ) sdl? ( media-libs/libsdl2 virtual/opengl ) sound? ( media-libs/libsndfile ) ssl? ( gnutls? ( net-libs/gnutls:= ) !gnutls? ( !libressl? ( dev-libs/openssl:0= ) libressl? ( dev-libs/libressl:= ) ) ) svg? ( gnome-base/librsvg x11-libs/cairo ) system-lz4? ( app-arch/lz4 ) systemd? ( sys-apps/systemd ) tiff? ( media-libs/tiff:0= ) tslib? ( x11-libs/tslib:= ) unwind? ( sys-libs/libunwind ) valgrind? ( dev-util/valgrind ) vlc? ( media-video/vlc ) vnc? ( net-libs/libvncserver ) wayland? ( dev-libs/wayland media-libs/mesa[gles2,wayland] x11-libs/libxkbcommon ) webp? ( media-libs/libwebp:= ) X? ( media-libs/freetype x11-libs/libXcursor x11-libs/libX11 x11-libs/libXcomposite x11-libs/libXdamage x11-libs/libXext x11-libs/libXfixes x11-libs/libXinerama x11-libs/libXrandr x11-libs/libXrender x11-libs/libXtst x11-libs/libXScrnSaver gles2? ( x11-libs/libX11 x11-libs/libXrender virtual/opengl ) opengl? ( x11-libs/libX11 x11-libs/libXrender virtual/opengl ) ) xine? ( media-libs/xine-lib ) xpm? ( x11-libs/libXpm ) xpresent? ( x11-libs/libXpresent ) zeroconf? ( net-dns/avahi ) REQUIRED_USE=?? ( gles2 opengl ) fbcon? ( !tslib ) gles2? ( || ( wayland X ) !sdl ) ibus? ( glib ) opengl? ( X ) pulseaudio? ( sound ) sdl? ( opengl ) vnc? ( fbcon X ) wayland? ( gles2 !opengl ) xim? ( X ) xpresent? ( X ) SLOT=0 SRC_URI=https://download.enlightenment.org/rel/libs/efl/efl-1.21.1.tar.xz _eclasses_=desktop b1d22ac8bdd4679ab79c71aca235009d epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 gnome2-utils 532371cfcba45b2ab0d2950547c97d95 ltprune 2729691420b6deeda2a90b1f1183fb55 multilib b2f01ad412baf81650c23fcf0975fa33 pax-utils e85f015e815dd463b0c206d781ef45a5 preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs b45201c4e6c096b98e250336954e64b9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf xdg-utils 14d00d009167652b1fa363e55effe213 -_md5_=92368cdd2a62c9a54febab4025acf62a +_md5_=95c646a1a1c945c0c8ec3b316ee6540f diff --git a/metadata/md5-cache/dev-libs/faxpp-0.4 b/metadata/md5-cache/dev-libs/faxpp-0.4 deleted file mode 100644 index 315f64938e4f..000000000000 --- a/metadata/md5-cache/dev-libs/faxpp-0.4 +++ /dev/null @@ -1,10 +0,0 @@ -DEFINED_PHASES=install -DESCRIPTION=Small, fast and conformant XML pull parser written in C -EAPI=0 -HOMEPAGE=http://faxpp.sourceforge.net/ -IUSE=doc examples -KEYWORDS=~amd64 ~x86 -LICENSE=Apache-2.0 -SLOT=0 -SRC_URI=mirror://sourceforge/faxpp/faxpp-0.4.tar.gz -_md5_=710acf5be984dcf3b90562fd14b5ea4a diff --git a/metadata/md5-cache/dev-libs/gobject-introspection-1.58.3 b/metadata/md5-cache/dev-libs/gobject-introspection-1.58.3 new file mode 100644 index 000000000000..b092b885f185 --- /dev/null +++ b/metadata/md5-cache/dev-libs/gobject-introspection-1.58.3 @@ -0,0 +1,15 @@ +DEFINED_PHASES=compile configure install postinst postrm preinst prepare setup +DEPEND=>=dev-libs/gobject-introspection-common-1.58.3 >=dev-libs/glib-2.58.0:2 doctool? ( dev-python/mako[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_jython2_7(-),-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_single_target_python3_7(+)?] dev-python/markdown[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_jython2_7(-),-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_single_target_python3_7(+)?] ) virtual/libffi:= virtual/pkgconfig !=dev-lang/python-2.7.5-r2:2.7[xml] ) python_single_target_python3_4? ( dev-lang/python:3.4[xml] ) python_single_target_python3_5? ( dev-lang/python:3.5[xml] ) python_single_target_python3_6? ( dev-lang/python:3.6[xml] ) python_single_target_python3_7? ( dev-lang/python:3.7[xml] ) >=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_jython2_7(-),-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_single_target_python3_7(+)?] >=dev-util/gtk-doc-am-1.19 sys-devel/bison sys-devel/flex test? ( x11-libs/cairo[glib] ) >=app-portage/elt-patches-20170815 app-arch/xz-utils dev-util/desktop-file-utils x11-misc/shared-mime-info +DESCRIPTION=Introspection system for GObject-based libraries +EAPI=6 +HOMEPAGE=https://wiki.gnome.org/Projects/GObjectIntrospection +IUSE=cairo doctool test 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 +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=LGPL-2+ GPL-2+ +PDEPEND=cairo? ( x11-libs/cairo[glib] ) +RDEPEND=>=dev-libs/gobject-introspection-common-1.58.3 >=dev-libs/glib-2.58.0:2 doctool? ( dev-python/mako[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_jython2_7(-),-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_single_target_python3_7(+)?] dev-python/markdown[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_jython2_7(-),-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_single_target_python3_7(+)?] ) virtual/libffi:= virtual/pkgconfig !=dev-lang/python-2.7.5-r2:2.7[xml] ) python_single_target_python3_4? ( dev-lang/python:3.4[xml] ) python_single_target_python3_5? ( dev-lang/python:3.5[xml] ) python_single_target_python3_6? ( dev-lang/python:3.6[xml] ) python_single_target_python3_7? ( dev-lang/python:3.7[xml] ) >=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_jython2_7(-),-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_single_target_python3_7(+)?] +REQUIRED_USE=^^ ( 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_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 ) python_single_target_python3_7? ( python_targets_python3_7 ) test? ( cairo ) +SLOT=0 +SRC_URI=mirror://gnome/sources/gobject-introspection/1.58/gobject-introspection-1.58.3.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 python-single-r1 3a0fc81f484bfdbd9c2b7448015a36e4 python-utils-r1 12114a2a9aab35b93efc037a196b3234 toolchain-funcs b45201c4e6c096b98e250336954e64b9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf versionator 2352c3fc97241f6a02042773c8287748 xdg c7ba313ea1eaf266f95cc6235f7d6a07 xdg-utils 14d00d009167652b1fa363e55effe213 +_md5_=96ac758456b771aacbe391eb5e10405d diff --git a/metadata/md5-cache/dev-libs/gobject-introspection-common-1.58.3 b/metadata/md5-cache/dev-libs/gobject-introspection-common-1.58.3 new file mode 100644 index 000000000000..6f7ade3b127f --- /dev/null +++ b/metadata/md5-cache/dev-libs/gobject-introspection-common-1.58.3 @@ -0,0 +1,12 @@ +DEFINED_PHASES=compile configure install +DEPEND=app-arch/xz-utils +DESCRIPTION=Build infrastructure for GObject Introspection +EAPI=6 +HOMEPAGE=https://wiki.gnome.org/Projects/GObjectIntrospection +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=HPND +RDEPEND=! leveldb-1.20.tar.gz _eclasses_=multilib b2f01ad412baf81650c23fcf0975fa33 toolchain-funcs b45201c4e6c096b98e250336954e64b9 -_md5_=91a13d908487e866fad9a622155b066c +_md5_=5661b781f89901b8b02850b119955f35 diff --git a/metadata/md5-cache/dev-libs/nss-3.42.1 b/metadata/md5-cache/dev-libs/nss-3.42.1 new file mode 100644 index 000000000000..845e6430dc5d --- /dev/null +++ b/metadata/md5-cache/dev-libs/nss-3.42.1 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install postinst postrm prepare test unpack +DEPEND=>=virtual/pkgconfig-0-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=dev-libs/nspr-4.16[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=dev-db/sqlite-3.8.2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=sys-libs/zlib-1.2.8-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] +DESCRIPTION=Mozilla's Network Security Services library that implements PKI support +EAPI=7 +HOMEPAGE=http://www.mozilla.org/projects/security/pki/nss/ +IUSE=cacert +nss-pem utils abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_ppc_32 abi_ppc_64 abi_s390_32 abi_s390_64 +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris +LICENSE=|| ( MPL-2.0 GPL-2 LGPL-2.1 ) +RDEPEND=>=dev-libs/nspr-4.16[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=dev-db/sqlite-3.8.2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=sys-libs/zlib-1.2.8-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] +RESTRICT=test +SLOT=0 +SRC_URI=https://archive.mozilla.org/pub/security/nss/releases/NSS_3_42_1_RTM/src/nss-3.42.1.tar.gz cacert? ( https://dev.gentoo.org/~axs/distfiles/nss-cacert-class1-class3.patch ) nss-pem? ( https://dev.gentoo.org/~polynomial-c/nss-pem-20160329.tar.xz ) +_eclasses_=eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic a09389deba2c0a7108b581e02c7cecbf multibuild 40fe59465edacd730c644ec2bc197809 multilib b2f01ad412baf81650c23fcf0975fa33 multilib-build b42436dc1260f475af229754c165cb6b multilib-minimal 8bddda43703ba94d8341f4e247f97566 toolchain-funcs b45201c4e6c096b98e250336954e64b9 +_md5_=5f1e71fd5d9992bb1574c0c5731457d4 diff --git a/metadata/md5-cache/dev-perl/Manifest.gz b/metadata/md5-cache/dev-perl/Manifest.gz index 92a466f00ebf..fc556c1476aa 100644 Binary files a/metadata/md5-cache/dev-perl/Manifest.gz and b/metadata/md5-cache/dev-perl/Manifest.gz differ diff --git a/metadata/md5-cache/dev-perl/Test-File-ShareDir-1.1.2 b/metadata/md5-cache/dev-perl/Test-File-ShareDir-1.1.2 index 4307fcaaa88f..f792fa233ba9 100644 --- a/metadata/md5-cache/dev-perl/Test-File-ShareDir-1.1.2 +++ b/metadata/md5-cache/dev-perl/Test-File-ShareDir-1.1.2 @@ -4,10 +4,10 @@ DESCRIPTION=Create a Fake ShareDir for your modules for testing. EAPI=6 HOMEPAGE=https://metacpan.org/release/Test-File-ShareDir IUSE=test -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-1+ ) RDEPEND=virtual/perl-Carp dev-perl/Class-Tiny >=virtual/perl-Exporter-5.570.0 dev-perl/File-Copy-Recursive >=dev-perl/File-ShareDir-1.0.0 >=dev-perl/Path-Tiny-0.18.0 dev-perl/Scope-Guard virtual/perl-parent dev-lang/perl:= SLOT=0 SRC_URI=mirror://cpan/authors/id/K/KE/KENTNL/Test-File-ShareDir-1.001002.tar.gz _eclasses_=multiprocessing cac3169468f893670dac3e7cb940e045 perl-functions f2e3420aed32cf1abe33b4129b842636 perl-module 71c828c354a4cddced2641dda2695de5 -_md5_=46e3b2898bd221836e6c74478aa0935b +_md5_=2f00d80102c0b90de5297a71f0ba65cb diff --git a/metadata/md5-cache/dev-python/Manifest.gz b/metadata/md5-cache/dev-python/Manifest.gz index 9234f296ec3e..cf207a1952ba 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/coreapi-2.3.3 b/metadata/md5-cache/dev-python/coreapi-2.3.3 new file mode 100644 index 000000000000..977b26a206fe --- /dev/null +++ b/metadata/md5-cache/dev-python/coreapi-2.3.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/coreschema[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=Python client library for Core API +EAPI=7 +HOMEPAGE=https://github.com/core-api/python-client +IUSE=python_targets_python2_7 python_targets_python3_6 +KEYWORDS=~amd64 +LICENSE=BSD +RDEPEND=dev-python/coreschema[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/c/coreapi/coreapi-2.3.3.tar.gz +_eclasses_=distutils-r1 30044897f9a75ab6414bdb19aa3c07d4 multibuild 40fe59465edacd730c644ec2bc197809 multilib b2f01ad412baf81650c23fcf0975fa33 multiprocessing cac3169468f893670dac3e7cb940e045 python-r1 ce1cd23cfdc1848e8e32743efe34f299 python-utils-r1 12114a2a9aab35b93efc037a196b3234 toolchain-funcs b45201c4e6c096b98e250336954e64b9 +_md5_=89fe6e2180a06d7bea824ca3dbcbdefe diff --git a/metadata/md5-cache/dev-python/coreschema-0.0.4 b/metadata/md5-cache/dev-python/coreschema-0.0.4 new file mode 100644 index 000000000000..7bc137a8e813 --- /dev/null +++ b/metadata/md5-cache/dev-python/coreschema-0.0.4 @@ -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/jinja[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=Core Schema +EAPI=7 +HOMEPAGE=https://github.com/core-api/python-coreschema +IUSE=python_targets_python2_7 python_targets_python3_6 +KEYWORDS=~amd64 +LICENSE=BSD +RDEPEND=dev-python/jinja[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/c/coreschema/coreschema-0.0.4.tar.gz +_eclasses_=distutils-r1 30044897f9a75ab6414bdb19aa3c07d4 multibuild 40fe59465edacd730c644ec2bc197809 multilib b2f01ad412baf81650c23fcf0975fa33 multiprocessing cac3169468f893670dac3e7cb940e045 python-r1 ce1cd23cfdc1848e8e32743efe34f299 python-utils-r1 12114a2a9aab35b93efc037a196b3234 toolchain-funcs b45201c4e6c096b98e250336954e64b9 +_md5_=89ae5b51729f4b6d2ab4cd66451d944e diff --git a/metadata/md5-cache/dev-python/itypes-1.1.0 b/metadata/md5-cache/dev-python/itypes-1.1.0 new file mode 100644 index 000000000000..e2ab37cef6b5 --- /dev/null +++ b/metadata/md5-cache/dev-python/itypes-1.1.0 @@ -0,0 +1,15 @@ +BDEPEND=python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_6? ( dev-lang/python:3.6 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_6(-)] +DEFINED_PHASES=compile configure install prepare test +DEPEND=dev-python/setuptools[python_targets_python2_7(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_6(-)] +DESCRIPTION=basic immutable container types for python +EAPI=7 +HOMEPAGE=https://github.com/tomchristie/itypes +IUSE=python_targets_python2_7 python_targets_python3_6 +KEYWORDS=~amd64 +LICENSE=BSD +RDEPEND=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/i/itypes/itypes-1.1.0.tar.gz +_eclasses_=distutils-r1 30044897f9a75ab6414bdb19aa3c07d4 multibuild 40fe59465edacd730c644ec2bc197809 multilib b2f01ad412baf81650c23fcf0975fa33 multiprocessing cac3169468f893670dac3e7cb940e045 python-r1 ce1cd23cfdc1848e8e32743efe34f299 python-utils-r1 12114a2a9aab35b93efc037a196b3234 toolchain-funcs b45201c4e6c096b98e250336954e64b9 +_md5_=f9c4b84278b6e126ecc5bc54b43e352c diff --git a/metadata/md5-cache/dev-python/pylint-2.3.1 b/metadata/md5-cache/dev-python/pylint-2.3.1 index 2c3b3f870acd..71f4a673f274 100644 --- a/metadata/md5-cache/dev-python/pylint-2.3.1 +++ b/metadata/md5-cache/dev-python/pylint-2.3.1 @@ -1,6 +1,6 @@ BDEPEND=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_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] DEFINED_PHASES=compile configure install postinst prepare test -DEPEND=dev-python/setuptools[python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] dev-python/pytest-runner[python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] doc? ( dev-python/sphinx[python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] ) test? ( >=dev-python/astroid-2.2.0[python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] >=dev-python/isort-4.2.5[python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] dev-python/mccabe[python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] dev-python/pytest[python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] dev-python/six[python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] ) +DEPEND=dev-python/setuptools[python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] doc? ( dev-python/sphinx[python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] ) test? ( >=dev-python/astroid-2.2.0[python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] >=dev-python/isort-4.2.5[python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] dev-python/mccabe[python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] dev-python/pytest[python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] dev-python/six[python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] ) DESCRIPTION=Python code static checker EAPI=7 HOMEPAGE=https://www.logilab.org/project/pylint https://pypi.org/project/pylint/ https://github.com/pycqa/pylint @@ -12,4 +12,4 @@ REQUIRED_USE=|| ( python_targets_python3_5 python_targets_python3_6 python_targe SLOT=0 SRC_URI=mirror://pypi/p/pylint/pylint-2.3.1.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_=a1dcffb9c44f23f97b31a27aea4dc0e4 +_md5_=04b7955dd2eb0c14abebb9f87cd86bf7 diff --git a/metadata/md5-cache/dev-python/pyparted-3.11.2 b/metadata/md5-cache/dev-python/pyparted-3.11.2 new file mode 100644 index 000000000000..a27f13250fed --- /dev/null +++ b/metadata/md5-cache/dev-python/pyparted-3.11.2 @@ -0,0 +1,15 @@ +BDEPEND=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(-)] +DEFINED_PHASES=compile configure install prepare test +DEPEND=>=sys-block/parted-3.1 dev-python/decorator[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(-)] virtual/pkgconfig +DESCRIPTION=Python bindings for sys-block/parted +EAPI=7 +HOMEPAGE=https://github.com/rhinstaller/pyparted/ +IUSE=test python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 +KEYWORDS=~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 +LICENSE=GPL-2+ +RDEPEND=>=sys-block/parted-3.1 dev-python/decorator[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=test? ( python_targets_python2_7 ) || ( python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 ) +SLOT=0 +SRC_URI=https://github.com/rhinstaller/pyparted/archive/v3.11.2.tar.gz -> pyparted-3.11.2.tar.gz +_eclasses_=distutils-r1 30044897f9a75ab6414bdb19aa3c07d4 multibuild 40fe59465edacd730c644ec2bc197809 multilib b2f01ad412baf81650c23fcf0975fa33 multiprocessing cac3169468f893670dac3e7cb940e045 python-r1 ce1cd23cfdc1848e8e32743efe34f299 python-utils-r1 12114a2a9aab35b93efc037a196b3234 toolchain-funcs b45201c4e6c096b98e250336954e64b9 +_md5_=24fc260a1b3f2dd50798f2912209792d diff --git a/metadata/md5-cache/dev-python/pytest-4.3.0 b/metadata/md5-cache/dev-python/pytest-4.3.0 deleted file mode 100644 index 08673f6d454a..000000000000 --- a/metadata/md5-cache/dev-python/pytest-4.3.0 +++ /dev/null @@ -1,15 +0,0 @@ -BDEPEND=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 ) python_targets_python3_7? ( dev-lang/python:3.7 ) >=dev-lang/python-exec-2:=[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] -DEFINED_PHASES=compile configure install prepare test -DEPEND=>=dev-python/atomicwrites-1.0[python_targets_pypy(-)?,python_targets_pypy3(-)?,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_pypy3(-),-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/attrs-17.4.0[python_targets_pypy(-)?,python_targets_pypy3(-)?,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_pypy3(-),-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/more-itertools-4.0.0[python_targets_pypy(-)?,python_targets_pypy3(-)?,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_pypy3(-),-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-python/pathlib2[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/pathlib2[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/pathlib2[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(-)] ) >=dev-python/pluggy-0.7[python_targets_pypy(-)?,python_targets_pypy3(-)?,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_pypy3(-),-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/py-1.5.0[python_targets_pypy(-)?,python_targets_pypy3(-)?,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_pypy3(-),-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/setuptools-40[python_targets_pypy(-)?,python_targets_pypy3(-)?,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_pypy3(-),-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/six-1.10.0[python_targets_pypy(-)?,python_targets_pypy3(-)?,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_pypy3(-),-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/python-funcsigs[python_targets_pypy(-)?,python_targets_pypy3(-)?,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_pypy3(-),-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/setuptools_scm[python_targets_pypy(-)?,python_targets_pypy3(-)?,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_pypy3(-),-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(-)] test? ( >=dev-python/hypothesis-3.56[python_targets_pypy(-)?,python_targets_pypy3(-)?,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_pypy3(-),-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/nose[python_targets_pypy(-)?,python_targets_pypy3(-)?,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_pypy3(-),-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_pypy? ( dev-python/mock[python_targets_pypy(-)?,-python_single_target_pypy(-),python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) python_targets_python2_7? ( dev-python/mock[python_targets_pypy(-)?,-python_single_target_pypy(-),python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) dev-python/requests[python_targets_pypy(-)?,python_targets_pypy3(-)?,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_pypy3(-),-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/flaky !!dev-python/pytest-capturelog !!=dev-python/atomicwrites-1.0[python_targets_pypy(-)?,python_targets_pypy3(-)?,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_pypy3(-),-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/attrs-17.4.0[python_targets_pypy(-)?,python_targets_pypy3(-)?,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_pypy3(-),-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/more-itertools-4.0.0[python_targets_pypy(-)?,python_targets_pypy3(-)?,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_pypy3(-),-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-python/pathlib2[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/pathlib2[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/pathlib2[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(-)] ) >=dev-python/pluggy-0.7[python_targets_pypy(-)?,python_targets_pypy3(-)?,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_pypy3(-),-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/py-1.5.0[python_targets_pypy(-)?,python_targets_pypy3(-)?,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_pypy3(-),-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/setuptools-40[python_targets_pypy(-)?,python_targets_pypy3(-)?,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_pypy3(-),-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/six-1.10.0[python_targets_pypy(-)?,python_targets_pypy3(-)?,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_pypy3(-),-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/python-funcsigs[python_targets_pypy(-)?,python_targets_pypy3(-)?,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_pypy3(-),-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_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 ) python_targets_python3_7? ( dev-lang/python:3.7 ) >=dev-lang/python-exec-2:=[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] -REQUIRED_USE=|| ( python_targets_pypy python_targets_pypy3 python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 python_targets_python3_7 ) -SLOT=0 -SRC_URI=mirror://pypi/p/pytest/pytest-4.3.0.tar.gz -_eclasses_=distutils-r1 30044897f9a75ab6414bdb19aa3c07d4 multibuild 40fe59465edacd730c644ec2bc197809 multilib b2f01ad412baf81650c23fcf0975fa33 multiprocessing cac3169468f893670dac3e7cb940e045 python-r1 ce1cd23cfdc1848e8e32743efe34f299 python-utils-r1 12114a2a9aab35b93efc037a196b3234 toolchain-funcs b45201c4e6c096b98e250336954e64b9 -_md5_=6a31e9170c24de9e7648cebbcf37ffa6 diff --git a/metadata/md5-cache/dev-python/pytest-4.2.1 b/metadata/md5-cache/dev-python/pytest-4.3.1 similarity index 99% rename from metadata/md5-cache/dev-python/pytest-4.2.1 rename to metadata/md5-cache/dev-python/pytest-4.3.1 index 86ad3d39215d..361e52eeaaf7 100644 --- a/metadata/md5-cache/dev-python/pytest-4.2.1 +++ b/metadata/md5-cache/dev-python/pytest-4.3.1 @@ -10,6 +10,6 @@ LICENSE=MIT RDEPEND=>=dev-python/atomicwrites-1.0[python_targets_pypy(-)?,python_targets_pypy3(-)?,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_pypy3(-),-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/attrs-17.4.0[python_targets_pypy(-)?,python_targets_pypy3(-)?,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_pypy3(-),-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/more-itertools-4.0.0[python_targets_pypy(-)?,python_targets_pypy3(-)?,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_pypy3(-),-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-python/pathlib2[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/pathlib2[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/pathlib2[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(-)] ) >=dev-python/pluggy-0.7[python_targets_pypy(-)?,python_targets_pypy3(-)?,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_pypy3(-),-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/py-1.5.0[python_targets_pypy(-)?,python_targets_pypy3(-)?,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_pypy3(-),-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/setuptools-40[python_targets_pypy(-)?,python_targets_pypy3(-)?,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_pypy3(-),-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/six-1.10.0[python_targets_pypy(-)?,python_targets_pypy3(-)?,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_pypy3(-),-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/python-funcsigs[python_targets_pypy(-)?,python_targets_pypy3(-)?,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_pypy3(-),-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_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 ) python_targets_python3_7? ( dev-lang/python:3.7 ) >=dev-lang/python-exec-2:=[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] REQUIRED_USE=|| ( python_targets_pypy python_targets_pypy3 python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 python_targets_python3_7 ) SLOT=0 -SRC_URI=mirror://pypi/p/pytest/pytest-4.2.1.tar.gz +SRC_URI=mirror://pypi/p/pytest/pytest-4.3.1.tar.gz _eclasses_=distutils-r1 30044897f9a75ab6414bdb19aa3c07d4 multibuild 40fe59465edacd730c644ec2bc197809 multilib b2f01ad412baf81650c23fcf0975fa33 multiprocessing cac3169468f893670dac3e7cb940e045 python-r1 ce1cd23cfdc1848e8e32743efe34f299 python-utils-r1 12114a2a9aab35b93efc037a196b3234 toolchain-funcs b45201c4e6c096b98e250336954e64b9 _md5_=6a31e9170c24de9e7648cebbcf37ffa6 diff --git a/metadata/md5-cache/dev-ruby/Manifest.gz b/metadata/md5-cache/dev-ruby/Manifest.gz index ef1bd6361bdc..f2362ff50300 100644 Binary files a/metadata/md5-cache/dev-ruby/Manifest.gz and b/metadata/md5-cache/dev-ruby/Manifest.gz differ diff --git a/metadata/md5-cache/dev-ruby/facter-3.13.0 b/metadata/md5-cache/dev-ruby/facter-3.13.0 index 8250a671cafb..534f21211443 100644 --- a/metadata/md5-cache/dev-ruby/facter-3.13.0 +++ b/metadata/md5-cache/dev-ruby/facter-3.13.0 @@ -4,11 +4,11 @@ DESCRIPTION=A cross-platform ruby library for retrieving facts from operating sy EAPI=6 HOMEPAGE=http://www.puppetlabs.com/puppet/related-projects/facter/ IUSE=debug test elibc_FreeBSD ruby_targets_ruby23 ruby_targets_ruby24 ruby_targets_ruby25 -KEYWORDS=~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86 +KEYWORDS=amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc x86 LICENSE=Apache-2.0 RDEPEND=>=dev-libs/leatherman-1.0.0:= dev-libs/openssl:* sys-apps/util-linux app-emulation/virt-what net-misc/curl >=dev-libs/boost-1.54:=[nls] >=dev-cpp/yaml-cpp-0.5.1 ! facter-3.13.0.tar.gz _eclasses_=cmake-utils ab10bd85e5d38e2a32077bcd91faa1b6 desktop b1d22ac8bdd4679ab79c71aca235009d eapi7-ver 756b3f27d8e46131d5cf3c51bd876446 epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic a09389deba2c0a7108b581e02c7cecbf java-utils-2 dd352559d0e143500ec878acc74da909 ltprune 2729691420b6deeda2a90b1f1183fb55 multilib b2f01ad412baf81650c23fcf0975fa33 multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f preserve-libs ef207dc62baddfddfd39a164d9797648 ruby-ng 9ffc1c055a3294fcc48de781c94825f6 ruby-utils 10cec86289e60f4b0d731b2e4b545e5d toolchain-funcs b45201c4e6c096b98e250336954e64b9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf versionator 2352c3fc97241f6a02042773c8287748 xdg-utils 14d00d009167652b1fa363e55effe213 -_md5_=9b39ff4cf1c5a5ef0418581702f2c899 +_md5_=aeb82aa9abea942d61fa50fc381e311c diff --git a/metadata/md5-cache/dev-ruby/vagrant_cloud-2.0.1 b/metadata/md5-cache/dev-ruby/vagrant_cloud-2.0.1 deleted file mode 100644 index 987d7bf9b6e4..000000000000 --- a/metadata/md5-cache/dev-ruby/vagrant_cloud-2.0.1 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install prepare setup test unpack -DEPEND=test? ( ruby_targets_ruby23? ( >=dev-ruby/rest-client-2.0.2[ruby_targets_ruby23] ) ruby_targets_ruby24? ( >=dev-ruby/rest-client-2.0.2[ruby_targets_ruby24] ) ruby_targets_ruby25? ( >=dev-ruby/rest-client-2.0.2[ruby_targets_ruby25] ) ) ruby_targets_ruby23? ( >=dev-ruby/rake-10.4[ruby_targets_ruby23] test? ( >=dev-ruby/webmock-3.0[ruby_targets_ruby23] ) ) ruby_targets_ruby24? ( >=dev-ruby/rake-10.4[ruby_targets_ruby24] test? ( >=dev-ruby/webmock-3.0[ruby_targets_ruby24] ) ) ruby_targets_ruby25? ( >=dev-ruby/rake-10.4[ruby_targets_ruby25] test? ( >=dev-ruby/webmock-3.0[ruby_targets_ruby25] ) ) ruby_targets_ruby23? ( dev-lang/ruby:2.3 ) ruby_targets_ruby24? ( dev-lang/ruby:2.4 ) ruby_targets_ruby25? ( dev-lang/ruby:2.5 ) ruby_targets_ruby23? ( test? ( dev-ruby/rspec:3[ruby_targets_ruby23] ) ) ruby_targets_ruby24? ( test? ( dev-ruby/rspec:3[ruby_targets_ruby24] ) ) ruby_targets_ruby25? ( test? ( dev-ruby/rspec:3[ruby_targets_ruby25] ) ) ruby_targets_ruby23? ( virtual/rubygems[ruby_targets_ruby23] ) ruby_targets_ruby24? ( virtual/rubygems[ruby_targets_ruby24] ) ruby_targets_ruby25? ( virtual/rubygems[ruby_targets_ruby25] ) test? ( ruby_targets_ruby23? ( virtual/rubygems[ruby_targets_ruby23] ) ruby_targets_ruby24? ( virtual/rubygems[ruby_targets_ruby24] ) ruby_targets_ruby25? ( virtual/rubygems[ruby_targets_ruby25] ) ) -DESCRIPTION=Vagrant Cloud API Library -EAPI=6 -HOMEPAGE=https://github.com/hashicorp/vagrant_cloud -IUSE=test elibc_FreeBSD ruby_targets_ruby23 ruby_targets_ruby24 ruby_targets_ruby25 test test -KEYWORDS=~amd64 -LICENSE=MIT -RDEPEND=ruby_targets_ruby23? ( >=dev-ruby/rest-client-2.0.2[ruby_targets_ruby23] ) ruby_targets_ruby24? ( >=dev-ruby/rest-client-2.0.2[ruby_targets_ruby24] ) ruby_targets_ruby25? ( >=dev-ruby/rest-client-2.0.2[ruby_targets_ruby25] ) ruby_targets_ruby23? ( dev-lang/ruby:2.3 ) ruby_targets_ruby24? ( dev-lang/ruby:2.4 ) ruby_targets_ruby25? ( dev-lang/ruby:2.5 ) ruby_targets_ruby23? ( virtual/rubygems[ruby_targets_ruby23] ) ruby_targets_ruby24? ( virtual/rubygems[ruby_targets_ruby24] ) ruby_targets_ruby25? ( virtual/rubygems[ruby_targets_ruby25] ) -REQUIRED_USE=|| ( ruby_targets_ruby23 ruby_targets_ruby24 ruby_targets_ruby25 ) -SLOT=0 -SRC_URI=https://github.com/hashicorp/vagrant_cloud/archive/v2.0.1.tar.gz -> vagrant_cloud-2.0.1.tar.gz -_eclasses_=desktop b1d22ac8bdd4679ab79c71aca235009d eapi7-ver 756b3f27d8e46131d5cf3c51bd876446 epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 java-utils-2 dd352559d0e143500ec878acc74da909 ltprune 2729691420b6deeda2a90b1f1183fb55 multilib b2f01ad412baf81650c23fcf0975fa33 preserve-libs ef207dc62baddfddfd39a164d9797648 ruby-fakegem 4044516b167f460104703fee4a3c7f5f ruby-ng 9ffc1c055a3294fcc48de781c94825f6 ruby-utils 10cec86289e60f4b0d731b2e4b545e5d toolchain-funcs b45201c4e6c096b98e250336954e64b9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf versionator 2352c3fc97241f6a02042773c8287748 -_md5_=85e5245e61dde152d28c8a05252d2c3a diff --git a/metadata/md5-cache/dev-tex/Manifest.gz b/metadata/md5-cache/dev-tex/Manifest.gz index 778a7db025a1..32cb411ec6bf 100644 Binary files a/metadata/md5-cache/dev-tex/Manifest.gz and b/metadata/md5-cache/dev-tex/Manifest.gz differ diff --git a/metadata/md5-cache/dev-tex/culmus-latex-0.7-r1 b/metadata/md5-cache/dev-tex/culmus-latex-0.7-r1 index 507505e28373..ffc1ef933937 100644 --- a/metadata/md5-cache/dev-tex/culmus-latex-0.7-r1 +++ b/metadata/md5-cache/dev-tex/culmus-latex-0.7-r1 @@ -5,10 +5,10 @@ DESCRIPTION=Culmus fonts support for latex EAPI=7 HOMEPAGE=http://ivritex.sourceforge.net/ IUSE=examples -KEYWORDS=~alpha amd64 ~hppa ~ia64 ~ppc ~ppc64 sparc x86 +KEYWORDS=~alpha amd64 ~hppa ~ia64 ppc ppc64 sparc x86 LICENSE=GPL-2 RDEPEND=virtual/latex-base virtual/latex-base SLOT=0 SRC_URI=mirror://sourceforge/ivritex/culmus-latex-0.7_src.tar.gz -> culmus-latex-0.7.tar.gz _eclasses_=latex-package 17f13abe0de88340745e52e6b627aee7 -_md5_=aa1189d17bc9e269050937b0efe26429 +_md5_=fb617faa01f46aca4199003377ba5bcc diff --git a/metadata/md5-cache/dev-util/Manifest.gz b/metadata/md5-cache/dev-util/Manifest.gz index 8155175874db..1b7ed344ba9c 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/ltrace-0.7.3_p4 b/metadata/md5-cache/dev-util/ltrace-0.7.3_p4 index d405df8fa5ef..c85fe30a9674 100644 --- a/metadata/md5-cache/dev-util/ltrace-0.7.3_p4 +++ b/metadata/md5-cache/dev-util/ltrace-0.7.3_p4 @@ -10,4 +10,4 @@ RDEPEND=dev-libs/elfutils selinux? ( sys-libs/libselinux ) unwind? ( sys-libs/li SLOT=0 SRC_URI=mirror://debian/pool/main/l/ltrace/ltrace_0.7.3.orig.tar.bz2 mirror://debian/pool/main/l/ltrace/ltrace_0.7.3-4.debian.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_=c152bee497611c15b2ca01b6a1ed7e47 +_md5_=560fe5df7cd1335c97ecf1008c693182 diff --git a/metadata/md5-cache/dev-util/packer-1.3.4 b/metadata/md5-cache/dev-util/packer-1.3.5 similarity index 81% rename from metadata/md5-cache/dev-util/packer-1.3.4 rename to metadata/md5-cache/dev-util/packer-1.3.5 index 7e81c4e24998..fc5f60b37cc5 100644 --- a/metadata/md5-cache/dev-util/packer-1.3.4 +++ b/metadata/md5-cache/dev-util/packer-1.3.5 @@ -7,6 +7,6 @@ KEYWORDS=~amd64 LICENSE=MPL-2.0 RESTRICT=strip SLOT=0 -SRC_URI=https://github.com/hashicorp/packer/archive/v1.3.4.tar.gz -> packer-1.3.4.tar.gz +SRC_URI=https://github.com/hashicorp/packer/archive/v1.3.5.tar.gz -> packer-1.3.5.tar.gz _eclasses_=golang-base c57d2c3f9e1a02d0feb8b87c7b689892 golang-vcs-snapshot 12177e83bede6f7fb87eae383864b40b _md5_=4a2532022569db8d9cd6cd01ee3751c8 diff --git a/metadata/md5-cache/dev-vcs/Manifest.gz b/metadata/md5-cache/dev-vcs/Manifest.gz index 327261fd5049..206c0f483c39 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.46 b/metadata/md5-cache/dev-vcs/cvs-fast-export-1.46 new file mode 100644 index 000000000000..c4a85cf7acdf --- /dev/null +++ b/metadata/md5-cache/dev-vcs/cvs-fast-export-1.46 @@ -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.46.tar.gz +_eclasses_=multilib b2f01ad412baf81650c23fcf0975fa33 toolchain-funcs b45201c4e6c096b98e250336954e64b9 +_md5_=1ba247a87590139621f4d505f75ff735 diff --git a/metadata/md5-cache/games-emulation/Manifest.gz b/metadata/md5-cache/games-emulation/Manifest.gz index 76a7f9946146..2ff497a7bd46 100644 Binary files a/metadata/md5-cache/games-emulation/Manifest.gz and b/metadata/md5-cache/games-emulation/Manifest.gz differ diff --git a/metadata/md5-cache/games-emulation/snes9x-1.59 b/metadata/md5-cache/games-emulation/snes9x-1.59.2 similarity index 96% rename from metadata/md5-cache/games-emulation/snes9x-1.59 rename to metadata/md5-cache/games-emulation/snes9x-1.59.2 index 7fdc339ba994..35b609d10948 100644 --- a/metadata/md5-cache/games-emulation/snes9x-1.59 +++ b/metadata/md5-cache/games-emulation/snes9x-1.59.2 @@ -10,6 +10,6 @@ LICENSE=Snes9x GPL-2 GPL-2+ LGPL-2.1 LGPL-2.1+ ISC MIT ZLIB Info-ZIP RDEPEND=sys-libs/zlib:=[minizip] x11-libs/libX11 x11-libs/libXext png? ( media-libs/libpng:0= ) gtk? ( dev-libs/glib:2 media-libs/libsdl2[joystick] >=x11-libs/gtk+-3.22:3[wayland?] x11-libs/libXrandr x11-misc/xdg-utils alsa? ( media-libs/alsa-lib ) opengl? ( media-libs/libepoxy virtual/opengl ) portaudio? ( >=media-libs/portaudio-19_pre ) pulseaudio? ( media-sound/pulseaudio ) xv? ( x11-libs/libXv ) wayland? ( dev-libs/wayland ) ) xinerama? ( x11-libs/libXinerama ) RESTRICT=bindist SLOT=0 -SRC_URI=https://github.com/snes9xgit/snes9x/archive/1.59.tar.gz -> snes9x-1.59.tar.gz +SRC_URI=https://github.com/snes9xgit/snes9x/archive/1.59.2.tar.gz -> snes9x-1.59.2.tar.gz _eclasses_=autotools 1bf086cdd7356f5c9a4acd9727bd2065 eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic a09389deba2c0a7108b581e02c7cecbf libtool f143db5a74ccd9ca28c1234deffede96 meson e53acc5913e5581a8a71be22731d8f36 multilib b2f01ad412baf81650c23fcf0975fa33 multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f python-utils-r1 12114a2a9aab35b93efc037a196b3234 toolchain-funcs b45201c4e6c096b98e250336954e64b9 xdg c7ba313ea1eaf266f95cc6235f7d6a07 xdg-utils 14d00d009167652b1fa363e55effe213 _md5_=a23245eaf34770987122d086c5730f8f diff --git a/metadata/md5-cache/games-rpg/Manifest.gz b/metadata/md5-cache/games-rpg/Manifest.gz index 033e16bb5a13..f0b2fc4ae6b2 100644 Binary files a/metadata/md5-cache/games-rpg/Manifest.gz and b/metadata/md5-cache/games-rpg/Manifest.gz differ diff --git a/metadata/md5-cache/games-rpg/coe2-2007-r1 b/metadata/md5-cache/games-rpg/coe2-2007-r1 index b04108d7522e..01e4cd8904da 100644 --- a/metadata/md5-cache/games-rpg/coe2-2007-r1 +++ b/metadata/md5-cache/games-rpg/coe2-2007-r1 @@ -2,12 +2,12 @@ DEFINED_PHASES=compile configure install postinst preinst prepare setup unpack DEPEND=media-libs/libsdl[sound,video] app-arch/unzip DESCRIPTION=Precursor to the Dominions series EAPI=5 -HOMEPAGE=http://www.shrapnelgames.com/Illwinter/CoE2/ +HOMEPAGE=https://www.shrapnelgames.com/Our_Games/Free_Games.html KEYWORDS=~amd64 ~x86 LICENSE=all-rights-reserved RDEPEND=media-libs/libsdl[sound,video] games-misc/games-envd RESTRICT=mirror bindist SLOT=0 -SRC_URI=http://download.shrapnelgames.com/downloads/coe2_2007.zip +SRC_URI=https://download.shrapnelgames.com/downloads/coe2_2007.zip _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_=96d93772d6ea882e3d75cfb87895b8e9 +_md5_=f1fff936f10bd1671fb04ddb2a8a0936 diff --git a/metadata/md5-cache/games-sports/Manifest.gz b/metadata/md5-cache/games-sports/Manifest.gz index e9176b8316d7..850aca8dafa2 100644 Binary files a/metadata/md5-cache/games-sports/Manifest.gz and b/metadata/md5-cache/games-sports/Manifest.gz differ diff --git a/metadata/md5-cache/games-sports/billardgl-1.75-r2 b/metadata/md5-cache/games-sports/billardgl-1.75-r2 index c0e82181df21..5d89f775b625 100644 --- a/metadata/md5-cache/games-sports/billardgl-1.75-r2 +++ b/metadata/md5-cache/games-sports/billardgl-1.75-r2 @@ -2,11 +2,11 @@ DEFINED_PHASES=install prepare DEPEND=media-libs/freeglut x11-libs/libXi x11-libs/libXmu virtual/opengl virtual/glu DESCRIPTION=an OpenGL billards game EAPI=6 -HOMEPAGE=http://www.billardgl.de/ +HOMEPAGE=https://sourceforge.net/projects/billardgl/ KEYWORDS=~amd64 ~x86 LICENSE=GPL-2 RDEPEND=media-libs/freeglut x11-libs/libXi x11-libs/libXmu virtual/opengl virtual/glu SLOT=0 SRC_URI=mirror://sourceforge/billardgl/BillardGL-1.75.tar.gz mirror://gentoo/billardgl.png _eclasses_=desktop b1d22ac8bdd4679ab79c71aca235009d epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 ltprune 2729691420b6deeda2a90b1f1183fb55 multilib b2f01ad412baf81650c23fcf0975fa33 preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs b45201c4e6c096b98e250336954e64b9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf -_md5_=c0220795734a95b7f31d58ea214c0281 +_md5_=6fcf8ac0fae6ef32b30f4d077133842f diff --git a/metadata/md5-cache/games-util/Manifest.gz b/metadata/md5-cache/games-util/Manifest.gz index cc2ac8356f5c..ba277b210638 100644 Binary files a/metadata/md5-cache/games-util/Manifest.gz and b/metadata/md5-cache/games-util/Manifest.gz differ diff --git a/metadata/md5-cache/games-util/lutris-0.5.0.1 b/metadata/md5-cache/games-util/lutris-0.5.0.1-r1 similarity index 73% rename from metadata/md5-cache/games-util/lutris-0.5.0.1 rename to metadata/md5-cache/games-util/lutris-0.5.0.1-r1 index d71783aed3bc..b9e12ddd7801 100644 --- a/metadata/md5-cache/games-util/lutris-0.5.0.1 +++ b/metadata/md5-cache/games-util/lutris-0.5.0.1-r1 @@ -7,9 +7,9 @@ HOMEPAGE=https://lutris.net/ IUSE=python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 python_targets_python3_7 test KEYWORDS=~amd64 ~x86 LICENSE=GPL-3 -RDEPEND=app-arch/cabextract app-arch/p7zip app-arch/unrar app-arch/unzip dev-python/pillow[python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] dev-python/pygobject:3[python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] dev-python/python-evdev[python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] dev-python/pyyaml[python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] gnome-base/gnome-desktop[introspection] media-sound/fluid-soundfont net-libs/libsoup net-libs/webkit-gtk:4[introspection] x11-apps/xgamma x11-apps/xrandr x11-libs/gtk+:3[introspection] x11-libs/libnotify python_targets_python3_4? ( dev-lang/python:3.4[sqlite,threads(+)] ) python_targets_python3_5? ( dev-lang/python:3.5[sqlite,threads(+)] ) python_targets_python3_6? ( dev-lang/python:3.6[sqlite,threads(+)] ) python_targets_python3_7? ( dev-lang/python:3.7[sqlite,threads(+)] ) >=dev-lang/python-exec-2:=[python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] +RDEPEND=app-arch/cabextract app-arch/p7zip app-arch/unrar app-arch/unzip dev-python/pillow[python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] dev-python/pygobject:3[python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] dev-python/python-evdev[python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] dev-python/pyyaml[python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] dev-python/requests[python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)] gnome-base/gnome-desktop[introspection] media-sound/fluid-soundfont net-libs/libsoup net-libs/webkit-gtk:4[introspection] x11-apps/xgamma x11-apps/xrandr x11-libs/gtk+:3[introspection] x11-libs/libnotify python_targets_python3_4? ( dev-lang/python:3.4[sqlite,threads(+)] ) python_targets_python3_5? ( dev-lang/python:3.5[sqlite,threads(+)] ) python_targets_python3_6? ( dev-lang/python:3.6[sqlite,threads(+)] ) python_targets_python3_7? ( dev-lang/python:3.7[sqlite,threads(+)] ) >=dev-lang/python-exec-2:=[python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,python_targets_python3_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_python3_4 python_targets_python3_5 python_targets_python3_6 python_targets_python3_7 ) SLOT=0 SRC_URI=https://lutris.net/releases/lutris_0.5.0.1.tar.xz _eclasses_=distutils-r1 30044897f9a75ab6414bdb19aa3c07d4 multibuild 40fe59465edacd730c644ec2bc197809 multilib b2f01ad412baf81650c23fcf0975fa33 multiprocessing cac3169468f893670dac3e7cb940e045 python-r1 ce1cd23cfdc1848e8e32743efe34f299 python-utils-r1 12114a2a9aab35b93efc037a196b3234 toolchain-funcs b45201c4e6c096b98e250336954e64b9 virtualx 401b718cc14d43a5a7fbe062c4851ba5 xdg c7ba313ea1eaf266f95cc6235f7d6a07 xdg-utils 14d00d009167652b1fa363e55effe213 -_md5_=5623dd53d224e71bad3aa11d6aa00740 +_md5_=fcac9f0b4c296cbdbf51cb4c40547077 diff --git a/metadata/md5-cache/gnome-base/Manifest.gz b/metadata/md5-cache/gnome-base/Manifest.gz index 15015d0eea4c..e8b0307b1bfb 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/gnome-3.30.2 b/metadata/md5-cache/gnome-base/gnome-3.30.2 new file mode 100644 index 000000000000..fdec6ac3dc63 --- /dev/null +++ b/metadata/md5-cache/gnome-base/gnome-3.30.2 @@ -0,0 +1,11 @@ +DEFINED_PHASES=postinst +DESCRIPTION=Meta package for GNOME 3, merge this package to install +EAPI=6 +HOMEPAGE=https://www.gnome.org/ +IUSE=accessibility +bluetooth +classic cups +extras +KEYWORDS=~amd64 ~ppc ~ppc64 ~x86 +LICENSE=metapackage +PDEPEND=>=gnome-base/gvfs-1.38.1[udisks] +RDEPEND=>=gnome-base/gnome-core-libs-3.30.2[cups?] >=gnome-base/gnome-core-apps-3.30.2[cups?,bluetooth?] >=gnome-base/gdm-3.30.1 >=x11-wm/mutter-3.30.2 >=gnome-base/gnome-shell-3.30.2[bluetooth?] >=media-fonts/cantarell-0.111 >=x11-themes/gnome-backgrounds-3.30.0 x11-themes/sound-theme-freedesktop accessibility? ( >=app-accessibility/at-spi2-atk-2.30.0 >=app-accessibility/at-spi2-core-2.30.0 >=app-accessibility/orca-3.30.1 >=gnome-extra/mousetweaks-3.12.0 ) classic? ( >=gnome-extra/gnome-shell-extensions-3.30.1 ) extras? ( >=gnome-base/gnome-extra-apps-3.30.2 ) +SLOT=2.0 +_md5_=c1e7b7bcca90fa7eed32a73d00e720d9 diff --git a/metadata/md5-cache/gnome-base/gnome-light-3.30.2 b/metadata/md5-cache/gnome-base/gnome-light-3.30.2 new file mode 100644 index 000000000000..5f0ecfeb62c7 --- /dev/null +++ b/metadata/md5-cache/gnome-base/gnome-light-3.30.2 @@ -0,0 +1,12 @@ +DEFINED_PHASES=postinst pretend +DESCRIPTION=Meta package for GNOME-Light, merge this package to install +EAPI=6 +HOMEPAGE=https://www.gnome.org/ +IUSE=cups +gnome-shell +KEYWORDS=~amd64 ~arm ~ppc ~ppc64 ~x86 +LICENSE=metapackage +PDEPEND=>=gnome-base/gvfs-1.38.1 +RDEPEND=>=gnome-base/gnome-core-libs-3.30.2[cups?] >=gnome-base/gnome-session-3.30.1 >=gnome-base/gnome-settings-daemon-3.30.1.2[cups?] >=gnome-base/gnome-control-center-3.30.2[cups?] >=gnome-base/nautilus-3.30.2 gnome-shell? ( >=x11-wm/mutter-3.30.2 >=dev-libs/gjs-1.54.2 >=gnome-base/gnome-shell-3.30.2 >=media-fonts/cantarell-0.111 ) >=x11-themes/adwaita-icon-theme-3.30 >=x11-themes/gnome-themes-standard-3.28 >=x11-themes/gnome-backgrounds-3.30 >=x11-terms/gnome-terminal-3.30.2 +SLOT=2.0 +_eclasses_=eapi7-ver 756b3f27d8e46131d5cf3c51bd876446 +_md5_=030ea43e7c210bd298d190bf96812141 diff --git a/metadata/md5-cache/gnome-base/gnome-shell-3.28.3 b/metadata/md5-cache/gnome-base/gnome-shell-3.28.3 index ee2a6cd023c2..fd521c865c32 100644 --- a/metadata/md5-cache/gnome-base/gnome-shell-3.28.3 +++ b/metadata/md5-cache/gnome-base/gnome-shell-3.28.3 @@ -12,4 +12,4 @@ REQUIRED_USE=^^ ( python_single_target_python3_4 python_single_target_python3_5 SLOT=0 SRC_URI=mirror://gnome/sources/gnome-shell/3.28/gnome-shell-3.28.3.tar.xz https://dev.gentoo.org/~leio/distfiles/gnome-shell-3.28.3-patchset.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 pax-utils e85f015e815dd463b0c206d781ef45a5 preserve-libs ef207dc62baddfddfd39a164d9797648 python-single-r1 3a0fc81f484bfdbd9c2b7448015a36e4 python-utils-r1 12114a2a9aab35b93efc037a196b3234 toolchain-funcs b45201c4e6c096b98e250336954e64b9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf versionator 2352c3fc97241f6a02042773c8287748 virtualx 401b718cc14d43a5a7fbe062c4851ba5 xdg c7ba313ea1eaf266f95cc6235f7d6a07 xdg-utils 14d00d009167652b1fa363e55effe213 -_md5_=d9ff7f2bdd3719c1faadc298d3f55453 +_md5_=2190a68fc887655d91aeefc943c76a68 diff --git a/metadata/md5-cache/gnome-base/gnome-shell-3.30.2 b/metadata/md5-cache/gnome-base/gnome-shell-3.30.2 new file mode 100644 index 000000000000..5aa6fae6d94b --- /dev/null +++ b/metadata/md5-cache/gnome-base/gnome-shell-3.30.2 @@ -0,0 +1,15 @@ +DEFINED_PHASES=compile configure install postinst postrm preinst prepare setup test +DEPEND=>=dev-libs/libcroco-0.6.8:0.6 >=gnome-extra/evolution-data-server-3.17.2:= >=app-crypt/gcr-3.7.5[introspection] >=gnome-base/gnome-desktop-3.7.90:3=[introspection] >=dev-libs/glib-2.57.2:2 >=dev-libs/gobject-introspection-1.49.1:= >=dev-libs/gjs-1.47.0 >=x11-libs/gtk+-3.15.0:3[introspection] nsplugin? ( >=dev-libs/json-glib-0.13.2 ) >=x11-wm/mutter-3.30.1:0/3[introspection] >=sys-auth/polkit-0.100[introspection] >=gnome-base/gsettings-desktop-schemas-3.27.90 >=x11-libs/startup-notification-0.11 >=app-i18n/ibus-1.5.2 bluetooth? ( >=net-wireless/gnome-bluetooth-3.9[introspection] ) >=media-libs/gstreamer-0.11.92:1.0 networkmanager? ( >=net-misc/networkmanager-1.10.4:=[introspection] >=app-crypt/libsecret-0.18 dev-libs/dbus-glib ) systemd? ( >=sys-apps/systemd-31 ) elogind? ( >=sys-auth/elogind-237 ) >=app-accessibility/at-spi2-atk-2.5.3 media-libs/libcanberra[gtk3] x11-libs/gdk-pixbuf:2[introspection] dev-libs/libxml2:2 x11-libs/libX11 >=media-sound/pulseaudio-2[glib] >=dev-libs/atk-2[introspection] dev-libs/libical:= >=x11-libs/libXfixes-5.0 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_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_python2_7(-),-python_single_target_python3_7(-),python_single_target_python3_4(+)?,python_single_target_python3_5(+)?,python_single_target_python3_6(+)?] dev-python/pygobject:3[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_python2_7(-),-python_single_target_python3_7(-),python_single_target_python3_4(+)?,python_single_target_python3_5(+)?,python_single_target_python3_6(+)?] media-libs/mesa dev-lang/sassc dev-libs/libxslt >=dev-util/gdbus-codegen-2.45.3 dev-util/glib-utils gtk-doc? ( >=dev-util/gtk-doc-1.17 ) >=sys-devel/gettext-0.19.8 virtual/pkgconfig app-arch/xz-utils >=dev-util/meson-0.48.2 >=dev-util/ninja-1.7.2 test? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) dev-util/desktop-file-utils x11-misc/shared-mime-info +DESCRIPTION=Provides core UI functions for the GNOME 3 desktop +EAPI=6 +HOMEPAGE=https://wiki.gnome.org/Projects/GnomeShell +IUSE=+bluetooth +browser-extension elogind gtk-doc +ibus +networkmanager nsplugin systemd telepathy python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 python_single_target_python3_4 python_single_target_python3_5 python_single_target_python3_6 test +KEYWORDS=~amd64 ~arm ~ppc ~ppc64 ~x86 +LICENSE=GPL-2+ LGPL-2+ +PDEPEND=>=gnome-base/gdm-3.5[introspection] >=gnome-base/gnome-control-center-3.26[bluetooth(+)?,networkmanager(+)?] browser-extension? ( gnome-extra/chrome-gnome-shell ) +RDEPEND=>=dev-libs/libcroco-0.6.8:0.6 >=gnome-extra/evolution-data-server-3.17.2:= >=app-crypt/gcr-3.7.5[introspection] >=gnome-base/gnome-desktop-3.7.90:3=[introspection] >=dev-libs/glib-2.57.2:2 >=dev-libs/gobject-introspection-1.49.1:= >=dev-libs/gjs-1.47.0 >=x11-libs/gtk+-3.15.0:3[introspection] nsplugin? ( >=dev-libs/json-glib-0.13.2 ) >=x11-wm/mutter-3.30.1:0/3[introspection] >=sys-auth/polkit-0.100[introspection] >=gnome-base/gsettings-desktop-schemas-3.27.90 >=x11-libs/startup-notification-0.11 >=app-i18n/ibus-1.5.2 bluetooth? ( >=net-wireless/gnome-bluetooth-3.9[introspection] ) >=media-libs/gstreamer-0.11.92:1.0 networkmanager? ( >=net-misc/networkmanager-1.10.4:=[introspection] >=app-crypt/libsecret-0.18 dev-libs/dbus-glib ) systemd? ( >=sys-apps/systemd-31 ) elogind? ( >=sys-auth/elogind-237 ) >=app-accessibility/at-spi2-atk-2.5.3 media-libs/libcanberra[gtk3] x11-libs/gdk-pixbuf:2[introspection] dev-libs/libxml2:2 x11-libs/libX11 >=media-sound/pulseaudio-2[glib] >=dev-libs/atk-2[introspection] dev-libs/libical:= >=x11-libs/libXfixes-5.0 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_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_python2_7(-),-python_single_target_python3_7(-),python_single_target_python3_4(+)?,python_single_target_python3_5(+)?,python_single_target_python3_6(+)?] dev-python/pygobject:3[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_python2_7(-),-python_single_target_python3_7(-),python_single_target_python3_4(+)?,python_single_target_python3_5(+)?,python_single_target_python3_6(+)?] media-libs/mesa >=sys-apps/accountsservice-0.6.14[introspection] app-accessibility/at-spi2-core:2[introspection] app-misc/geoclue[introspection] >=dev-libs/libgweather-3.26:2[introspection] >=sys-power/upower-0.99:=[introspection] x11-libs/pango[introspection] gnome-base/librsvg:2[introspection] >=gnome-base/gnome-session-2.91.91 >=gnome-base/gnome-settings-daemon-3.8.3 x11-misc/xdg-utils >=x11-themes/adwaita-icon-theme-3.26 networkmanager? ( net-misc/mobile-broadband-provider-info sys-libs/timezone-data ) ibus? ( >=app-i18n/ibus-1.4.99[dconf(+),gtk,introspection] ) telepathy? ( >=net-im/telepathy-logger-0.2.4[introspection] >=net-libs/telepathy-glib-0.19[introspection] ) media-fonts/cantarell +REQUIRED_USE=^^ ( python_single_target_python3_4 python_single_target_python3_5 python_single_target_python3_6 ) 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 ) ?? ( elogind systemd ) +SLOT=0 +SRC_URI=mirror://gnome/sources/gnome-shell/3.30/gnome-shell-3.30.2.tar.xz https://dev.gentoo.org/~leio/distfiles/gnome-shell-3.30.2-patchset.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 pax-utils e85f015e815dd463b0c206d781ef45a5 preserve-libs ef207dc62baddfddfd39a164d9797648 python-single-r1 3a0fc81f484bfdbd9c2b7448015a36e4 python-utils-r1 12114a2a9aab35b93efc037a196b3234 toolchain-funcs b45201c4e6c096b98e250336954e64b9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf versionator 2352c3fc97241f6a02042773c8287748 virtualx 401b718cc14d43a5a7fbe062c4851ba5 xdg c7ba313ea1eaf266f95cc6235f7d6a07 xdg-utils 14d00d009167652b1fa363e55effe213 +_md5_=dfb45c148f65d15ac5dd662ba935a07e diff --git a/metadata/md5-cache/gnome-base/nautilus-3.30.5 b/metadata/md5-cache/gnome-base/nautilus-3.30.5 index b496b551b1e4..d66a0ef1ca47 100644 --- a/metadata/md5-cache/gnome-base/nautilus-3.30.5 +++ b/metadata/md5-cache/gnome-base/nautilus-3.30.5 @@ -7,8 +7,8 @@ IUSE=gnome gtk-doc +introspection packagekit +previewer seccomp selinux sendto t KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux LICENSE=GPL-3+ LGPL-2.1+ PDEPEND=gnome? ( x11-themes/adwaita-icon-theme ) previewer? ( >=gnome-extra/sushi-0.1.9 ) sendto? ( >=gnome-extra/nautilus-sendto-3.0.1 ) >=gnome-base/gvfs-1.14[gtk(+)] -RDEPEND=>=dev-libs/glib-2.55.1:2 >=media-libs/gexiv2-0.10.0 >=app-arch/gnome-autoar-0.2.1 gnome-base/gsettings-desktop-schemas >=x11-libs/gtk+-3.22.27:3[X,introspection?] seccomp? ( sys-libs/libseccomp ) >=x11-libs/pango-1.28.3 selinux? ( >=sys-libs/libselinux-2.0 ) >=app-misc/tracker-2.0:= x11-libs/libX11 >=dev-libs/libxml2-2.7.8:2 introspection? ( >=dev-libs/gobject-introspection-1.54:= ) packagekit? ( app-admin/packagekit-base ) seccomp? ( sys-apps/bubblewrap ) sendto? ( !=dev-libs/glib-2.55.1:2 >=media-libs/gexiv2-0.10.0 >=app-arch/gnome-autoar-0.2.1 gnome-base/gsettings-desktop-schemas >=x11-libs/gtk+-3.22.27:3[X,introspection?] seccomp? ( sys-libs/libseccomp ) >=x11-libs/pango-1.28.3 selinux? ( >=sys-libs/libselinux-2.0 ) >=app-misc/tracker-2.0:= x11-libs/libX11 >=dev-libs/libxml2-2.7.8:2 introspection? ( >=dev-libs/gobject-introspection-1.54:= ) packagekit? ( app-admin/packagekit-base ) seccomp? ( >=sys-apps/bubblewrap-0.3.1 ) sendto? ( !=dev-libs/glib-2.26:2 >=gnome-base/libgtop-2.28.3[introspection] >=app-eselect/eselect-gnome-shell-extensions-20111211 >=dev-libs/gjs-1.29 dev-libs/gobject-introspection:= dev-libs/atk[introspection] gnome-base/gnome-menus:3[introspection] >=gnome-base/gnome-shell-3.14.2 media-libs/clutter:1.0[introspection] net-libs/telepathy-glib[introspection] x11-libs/gdk-pixbuf:2[introspection] x11-libs/gtk+:3[introspection] x11-libs/pango[introspection] x11-themes/adwaita-icon-theme x11-wm/mutter[introspection] +RDEPEND=>=dev-libs/glib-2.26:2 >=gnome-base/libgtop-2.28.3[introspection] >=app-eselect/eselect-gnome-shell-extensions-20111211 >=dev-libs/gjs-1.29 dev-libs/gobject-introspection:= dev-libs/atk[introspection] gnome-base/gnome-menus:3[introspection] >=gnome-base/gnome-shell-3.14.2 =dev-libs/glib-2.26:2 >=gnome-base/libgtop-2.28.3[introspection] >=app-eselect/eselect-gnome-shell-extensions-20111211 >=dev-libs/gjs-1.29 dev-libs/gobject-introspection:= dev-libs/atk[introspection] gnome-base/gnome-menus:3[introspection] >=gnome-base/gnome-shell-3.14.2 media-libs/clutter:1.0[introspection] net-libs/telepathy-glib[introspection] x11-libs/gdk-pixbuf:2[introspection] x11-libs/gtk+:3[introspection] x11-libs/pango[introspection] x11-themes/adwaita-icon-theme x11-wm/mutter[introspection] +RDEPEND=>=dev-libs/glib-2.26:2 >=gnome-base/libgtop-2.28.3[introspection] >=app-eselect/eselect-gnome-shell-extensions-20111211 >=dev-libs/gjs-1.29 dev-libs/gobject-introspection:= dev-libs/atk[introspection] gnome-base/gnome-menus:3[introspection] >=gnome-base/gnome-shell-3.14.2 =dev-libs/glib-2.26:2 >=gnome-base/libgtop-2.28.3[introspection] >=app-eselect/eselect-gnome-shell-extensions-20111211 >=dev-libs/gjs-1.29 dev-libs/gobject-introspection:= dev-libs/atk[introspection] gnome-base/gnome-menus:3[introspection] >=gnome-base/gnome-shell-3.14.2 media-libs/clutter:1.0[introspection] net-libs/telepathy-glib[introspection] x11-libs/gdk-pixbuf:2[introspection] x11-libs/gtk+:3[introspection] x11-libs/pango[introspection] x11-themes/adwaita-icon-theme x11-wm/mutter[introspection] +RDEPEND=>=dev-libs/glib-2.26:2 >=gnome-base/libgtop-2.28.3[introspection] >=app-eselect/eselect-gnome-shell-extensions-20111211 >=dev-libs/gjs-1.29 dev-libs/gobject-introspection:= dev-libs/atk[introspection] gnome-base/gnome-menus:3[introspection] >=gnome-base/gnome-shell-3.14.2 =dev-libs/glib-2.26:2 >=gnome-base/libgtop-2.28.3[introspection] >=app-eselect/eselect-gnome-shell-extensions-20111211 dev-lang/sassc >=sys-devel/gettext-0.19.8 virtual/pkgconfig test? ( dev-lang/spidermonkey:52 ) 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=JavaScript extensions for GNOME Shell +EAPI=6 +HOMEPAGE=https://wiki.gnome.org/Projects/GnomeShell/Extensions +IUSE=examples test +KEYWORDS=~amd64 ~x86 +LICENSE=GPL-2+ +RDEPEND=>=dev-libs/glib-2.26:2 >=gnome-base/libgtop-2.28.3[introspection] >=app-eselect/eselect-gnome-shell-extensions-20111211 >=dev-libs/gjs-1.29 dev-libs/gobject-introspection:= dev-libs/atk[introspection] gnome-base/gnome-menus:3[introspection] >=gnome-base/gnome-shell-3.30 media-libs/clutter:1.0[introspection] net-libs/telepathy-glib[introspection] x11-libs/gdk-pixbuf:2[introspection] x11-libs/gtk+:3[introspection] x11-libs/pango[introspection] x11-themes/adwaita-icon-theme >=x11-wm/mutter-3.30[introspection] +RESTRICT=!test? ( test ) +SLOT=0 +SRC_URI=mirror://gnome/sources/gnome-shell-extensions/3.30/gnome-shell-extensions-3.30.1.tar.xz +_eclasses_=eapi7-ver 756b3f27d8e46131d5cf3c51bd876446 estack 43ddf5aaffa7a8d0482df54d25a66a1f gnome.org 532d56d07b9eace4831aaa817d2b756a meson e53acc5913e5581a8a71be22731d8f36 multilib b2f01ad412baf81650c23fcf0975fa33 multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f python-utils-r1 12114a2a9aab35b93efc037a196b3234 readme.gentoo-r1 22ae82e140bdd95d17a34fd5fd733190 toolchain-funcs b45201c4e6c096b98e250336954e64b9 versionator 2352c3fc97241f6a02042773c8287748 xdg c7ba313ea1eaf266f95cc6235f7d6a07 xdg-utils 14d00d009167652b1fa363e55effe213 +_md5_=13a48bb2a9aa7153baa3acdde47f0362 diff --git a/metadata/md5-cache/gnome-extra/gnome-shell-frippery-3.30.2 b/metadata/md5-cache/gnome-extra/gnome-shell-frippery-3.30.2 new file mode 100644 index 000000000000..2bc36ab53299 --- /dev/null +++ b/metadata/md5-cache/gnome-extra/gnome-shell-frippery-3.30.2 @@ -0,0 +1,10 @@ +DEFINED_PHASES=install postinst +DESCRIPTION=Unofficial extension pack providing GNOME 2-like features for GNOME 3 +EAPI=6 +HOMEPAGE=http://frippery.org/extensions/index.html +KEYWORDS=~amd64 ~x86 +LICENSE=GPL-2+ +RDEPEND=app-eselect/eselect-gnome-shell-extensions >=dev-libs/gjs-1.29 dev-libs/gobject-introspection:= gnome-base/gnome-menus:3[introspection] >=gnome-base/gnome-shell-3.30 media-libs/clutter:1.0[introspection] x11-libs/pango[introspection] +SLOT=0 +SRC_URI=http://frippery.org/extensions/gnome-shell-frippery-3.30.2.tgz +_md5_=c71c3fa0ee98e07108757d848e66db01 diff --git a/metadata/md5-cache/gnome-extra/gucharmap-11.0.3 b/metadata/md5-cache/gnome-extra/gucharmap-11.0.3 index 74aa9f70c294..ee88024d4a76 100644 --- a/metadata/md5-cache/gnome-extra/gucharmap-11.0.3 +++ b/metadata/md5-cache/gnome-extra/gucharmap-11.0.3 @@ -1,14 +1,14 @@ DEFINED_PHASES=compile configure install postinst postrm preinst prepare -DEPEND==app-i18n/unicode-data-11.0* >=dev-libs/glib-2.32:2 >=x11-libs/pango-1.2.1[introspection?] >=x11-libs/gtk+-3.16:3[introspection?] introspection? ( >=dev-libs/gobject-introspection-0.9.0:= ) !=dev-util/gtk-doc-am-1 >=dev-util/intltool-0.40 dev-util/itstool sys-devel/gettext virtual/pkgconfig test? ( app-text/docbook-xml-dtd:4.1.2 ) 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-portage/elt-patches-20170815 app-arch/xz-utils dev-util/desktop-file-utils x11-misc/shared-mime-info +DEPEND==app-i18n/unicode-data-11.0* >=dev-libs/glib-2.32:2 >=x11-libs/pango-1.2.1[introspection?] >=x11-libs/gtk+-3.16:3[introspection?] media-libs/freetype:2 introspection? ( >=dev-libs/gobject-introspection-0.9.0:= ) !=dev-util/gtk-doc-am-1 >=dev-util/intltool-0.40 dev-util/itstool sys-devel/gettext virtual/pkgconfig test? ( app-text/docbook-xml-dtd:4.1.2 ) 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-portage/elt-patches-20170815 app-arch/xz-utils dev-util/desktop-file-utils x11-misc/shared-mime-info DESCRIPTION=Unicode character map viewer and library EAPI=6 HOMEPAGE=https://wiki.gnome.org/Apps/Gucharmap IUSE=debug +introspection test vala KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd -LICENSE=GPL-3 -RDEPEND==app-i18n/unicode-data-11.0* >=dev-libs/glib-2.32:2 >=x11-libs/pango-1.2.1[introspection?] >=x11-libs/gtk+-3.16:3[introspection?] introspection? ( >=dev-libs/gobject-introspection-0.9.0:= ) !=dev-libs/glib-2.32:2 >=x11-libs/pango-1.2.1[introspection?] >=x11-libs/gtk+-3.16:3[introspection?] media-libs/freetype:2 introspection? ( >=dev-libs/gobject-introspection-0.9.0:= ) !=dev-libs/glib-2.28.0:2 >=x11-libs/gtk+-3.0.0:3 dev-libs/json-glib dev-libs/keybinder:3 dev-libs/libgee:0.8 sys-apps/dbus x11-libs/cairo x11-libs/gdk-pixbuf:2 x11-libs/libnotify x11-libs/pango x11-themes/adwaita-icon-theme indicator? ( dev-libs/libappindicator:3 ) nls? ( virtual/libintl ) plugins? ( >=net-libs/rest-0.7 ) SLOT=0 SRC_URI=https://launchpad.net/synapse-project/0.3/0.2.99.4/+download/synapse-0.2.99.4.tar.xz _eclasses_=desktop b1d22ac8bdd4679ab79c71aca235009d epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 ltprune 2729691420b6deeda2a90b1f1183fb55 multilib b2f01ad412baf81650c23fcf0975fa33 preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs b45201c4e6c096b98e250336954e64b9 vala a94a0fb4c35fe91774bb72ec8f3c861f vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf -_md5_=b70890b5ba9ecd821f738c60a5fb3c24 +_md5_=a7b34199a2d866131203ad3ac3c18305 diff --git a/metadata/md5-cache/kde-frameworks/Manifest.gz b/metadata/md5-cache/kde-frameworks/Manifest.gz index 846ee8b209c4..069dbccd85e2 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-r1 b/metadata/md5-cache/kde-frameworks/kcodecs-5.54.0-r1 index 3084b07132ea..794e958c87c4 100644 --- a/metadata/md5-cache/kde-frameworks/kcodecs-5.54.0-r1 +++ b/metadata/md5-cache/kde-frameworks/kcodecs-5.54.0-r1 @@ -5,10 +5,10 @@ DESCRIPTION=Framework for manipulating strings using various encodings EAPI=7 HOMEPAGE=https://www.kde.org/ IUSE=nls debug doc test -KEYWORDS=amd64 ~arm ~arm64 ~x86 +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 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_=71ade4f59fa67c104663a95788eff6b8 +_md5_=1121a584e6227a63983eda7a02be67f4 diff --git a/metadata/md5-cache/media-gfx/Manifest.gz b/metadata/md5-cache/media-gfx/Manifest.gz index 0593910fbb92..9549466e0385 100644 Binary files a/metadata/md5-cache/media-gfx/Manifest.gz and b/metadata/md5-cache/media-gfx/Manifest.gz differ diff --git a/metadata/md5-cache/media-gfx/openvdb-4.0.2 b/metadata/md5-cache/media-gfx/openvdb-4.0.2 index cc0525ed924d..c87945203468 100644 --- a/metadata/md5-cache/media-gfx/openvdb-4.0.2 +++ b/metadata/md5-cache/media-gfx/openvdb-4.0.2 @@ -2,7 +2,7 @@ DEFINED_PHASES=compile configure install prepare setup test DEPEND=sys-libs/zlib:= >=dev-libs/boost-1.62:=[python?,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(+)?] media-libs/openexr:= media-libs/glfw:= x11-libs/libXi x11-libs/libXrandr x11-libs/libXinerama x11-libs/libXcursor dev-libs/jemalloc >=dev-libs/c-blosc-1.5.0 dev-libs/log4cplus 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(+)?] dev-python/numpy[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(+)?] ) virtual/pkgconfig dev-cpp/tbb doc? ( app-doc/doxygen[latex] ) sys-devel/make >=dev-util/cmake-3.9.6 DESCRIPTION=Libs for the efficient manipulation of volumetric data EAPI=6 -HOMEPAGE=http://www.openvdb.org +HOMEPAGE=https://www.openvdb.org IUSE=+abi3-compat doc python 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=amd64 ~x86 LICENSE=MPL-2.0 @@ -11,4 +11,4 @@ REQUIRED_USE=python? ( ^^ ( python_single_target_python2_7 python_single_target_ SLOT=0 SRC_URI=https://github.com/dreamworksanimation/openvdb/archive/v4.0.2.tar.gz -> openvdb-4.0.2.tar.gz https://github.com/dracwyrm/gentoo-patches/raw/master/openvdb/openvdb-4.0.2-patchset-01.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 python-single-r1 3a0fc81f484bfdbd9c2b7448015a36e4 python-utils-r1 12114a2a9aab35b93efc037a196b3234 toolchain-funcs b45201c4e6c096b98e250336954e64b9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf xdg-utils 14d00d009167652b1fa363e55effe213 -_md5_=96d89b6982f1fbc9050f891cb6089e4e +_md5_=b690991213f3bc55316d45299f5053d5 diff --git a/metadata/md5-cache/media-gfx/openvdb-4.0.2-r2 b/metadata/md5-cache/media-gfx/openvdb-4.0.2-r2 index 8682f3ca066d..2b9f4689ad9d 100644 --- a/metadata/md5-cache/media-gfx/openvdb-4.0.2-r2 +++ b/metadata/md5-cache/media-gfx/openvdb-4.0.2-r2 @@ -2,7 +2,7 @@ DEFINED_PHASES=compile configure install prepare setup test DEPEND=>=dev-libs/boost-1.62:=[python?,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(+)?] >=dev-libs/c-blosc-1.5.0 dev-libs/jemalloc dev-libs/log4cplus media-libs/glfw:= media-libs/openexr:= sys-libs/zlib:= x11-libs/libXcursor x11-libs/libXi x11-libs/libXinerama x11-libs/libXrandr 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(+)?] dev-python/numpy[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(+)?] ) dev-cpp/tbb virtual/pkgconfig doc? ( app-doc/doxygen[latex] ) test? ( dev-util/cppunit ) sys-devel/make >=dev-util/cmake-3.9.6 DESCRIPTION=Libs for the efficient manipulation of volumetric data EAPI=6 -HOMEPAGE=http://www.openvdb.org +HOMEPAGE=https://www.openvdb.org IUSE=+abi3-compat doc python test 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=~amd64 ~x86 LICENSE=MPL-2.0 @@ -11,4 +11,4 @@ REQUIRED_USE=python? ( ^^ ( python_single_target_python2_7 python_single_target_ SLOT=0 SRC_URI=https://github.com/dreamworksanimation/openvdb/archive/v4.0.2.tar.gz -> openvdb-4.0.2.tar.gz https://dev.gentoo.org/~dracwyrm/patches/openvdb-4.0.2-patchset-02.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 python-single-r1 3a0fc81f484bfdbd9c2b7448015a36e4 python-utils-r1 12114a2a9aab35b93efc037a196b3234 toolchain-funcs b45201c4e6c096b98e250336954e64b9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf xdg-utils 14d00d009167652b1fa363e55effe213 -_md5_=d963341a8f8285c19d79a9ede3f2faa7 +_md5_=bab6468257c2915b263ce63d4f9955bc diff --git a/metadata/md5-cache/media-gfx/openvdb-5.2.0 b/metadata/md5-cache/media-gfx/openvdb-5.2.0 index 1158945fa63e..304649b3b9c3 100644 --- a/metadata/md5-cache/media-gfx/openvdb-5.2.0 +++ b/metadata/md5-cache/media-gfx/openvdb-5.2.0 @@ -2,7 +2,7 @@ DEFINED_PHASES=compile configure install prepare setup test DEPEND=>=dev-libs/boost-1.62:=[python?,python_targets_python2_7(-)?,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_4(-),-python_single_target_python3_7(-),python_single_target_python2_7(+)?,python_single_target_python3_5(+)?,python_single_target_python3_6(+)?] >=dev-libs/c-blosc-1.5.0 dev-libs/jemalloc dev-libs/log4cplus media-libs/glfw:= media-libs/openexr:= sys-libs/zlib:= x11-libs/libXcursor x11-libs/libXi x11-libs/libXinerama x11-libs/libXrandr python? ( python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) 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_5(-)?,python_targets_python3_6(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_4(-),-python_single_target_python3_7(-),python_single_target_python2_7(+)?,python_single_target_python3_5(+)?,python_single_target_python3_6(+)?] dev-python/numpy[python_targets_python2_7(-)?,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_4(-),-python_single_target_python3_7(-),python_single_target_python2_7(+)?,python_single_target_python3_5(+)?,python_single_target_python3_6(+)?] ) dev-cpp/tbb virtual/pkgconfig doc? ( app-doc/doxygen[latex] ) test? ( dev-util/cppunit ) sys-devel/make >=dev-util/cmake-3.9.6 DESCRIPTION=Libs for the efficient manipulation of volumetric data EAPI=6 -HOMEPAGE=http://www.openvdb.org +HOMEPAGE=https://www.openvdb.org IUSE=+abi4-compat doc python test python_targets_python2_7 python_targets_python3_5 python_targets_python3_6 python_single_target_python2_7 python_single_target_python3_5 python_single_target_python3_6 KEYWORDS=~amd64 ~x86 LICENSE=MPL-2.0 @@ -11,4 +11,4 @@ REQUIRED_USE=python? ( ^^ ( python_single_target_python2_7 python_single_target_ SLOT=0 SRC_URI=https://github.com/dreamworksanimation/openvdb/archive/v5.2.0.tar.gz -> openvdb-5.2.0.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_=fcd3b8fe7c5cadac2c6fae165baf0849 +_md5_=e2d021c7f8ac1f20365d5b149190c6c5 diff --git a/metadata/md5-cache/media-gfx/xpaint-2.10.2 b/metadata/md5-cache/media-gfx/xpaint-2.10.2 index 535244399d8a..63a2d3c34002 100644 --- a/metadata/md5-cache/media-gfx/xpaint-2.10.2 +++ b/metadata/md5-cache/media-gfx/xpaint-2.10.2 @@ -4,10 +4,10 @@ DESCRIPTION=Image editor with tiff, jpeg and png support EAPI=7 HOMEPAGE=http://sf-xpaint.sourceforge.net/ IUSE=jpeg2k pgf tiff -KEYWORDS=amd64 ~x86 +KEYWORDS=amd64 x86 LICENSE=GPL-3 RDEPEND=media-libs/fontconfig media-libs/freetype:2 media-libs/libpng:0= x11-libs/libICE x11-libs/libX11 >=x11-libs/libXaw3dXft-1.6.2c[unicode] x11-libs/libXext x11-libs/libXft x11-libs/libXmu x11-libs/libXpm x11-libs/libXt sys-libs/zlib virtual/jpeg:0 jpeg2k? ( media-libs/openjpeg:0= ) pgf? ( media-libs/libpgf ) tiff? ( media-libs/jbigkit:0= media-libs/tiff:0 ) SLOT=0 SRC_URI=mirror://sourceforge/sf-xpaint/xpaint-2.10.2.tar.bz2 _eclasses_=desktop b1d22ac8bdd4679ab79c71aca235009d multilib b2f01ad412baf81650c23fcf0975fa33 toolchain-funcs b45201c4e6c096b98e250336954e64b9 -_md5_=4a52ab540f0709e4a73bdbb807f34ccc +_md5_=2bb8890267d6793af5b071c18b992876 diff --git a/metadata/md5-cache/media-libs/Manifest.gz b/metadata/md5-cache/media-libs/Manifest.gz index f0c7735fb0cb..10459fd7c336 100644 Binary files a/metadata/md5-cache/media-libs/Manifest.gz and b/metadata/md5-cache/media-libs/Manifest.gz differ diff --git a/metadata/md5-cache/media-libs/giflib-5.1.8 b/metadata/md5-cache/media-libs/giflib-5.1.8-r1 similarity index 95% rename from metadata/md5-cache/media-libs/giflib-5.1.8 rename to metadata/md5-cache/media-libs/giflib-5.1.8-r1 index d43e5e3e0eb8..83b960fd6509 100644 --- a/metadata/md5-cache/media-libs/giflib-5.1.8 +++ b/metadata/md5-cache/media-libs/giflib-5.1.8-r1 @@ -9,4 +9,4 @@ LICENSE=MIT SLOT=0/7 SRC_URI=mirror://sourceforge/giflib/giflib-5.1.8.tar.gz _eclasses_=multibuild 40fe59465edacd730c644ec2bc197809 multilib b2f01ad412baf81650c23fcf0975fa33 multilib-build b42436dc1260f475af229754c165cb6b multilib-minimal 8bddda43703ba94d8341f4e247f97566 toolchain-funcs b45201c4e6c096b98e250336954e64b9 -_md5_=152804f43f1869c79bc9a8411463f695 +_md5_=52cbbae6f40751012e0182498e8f613a diff --git a/metadata/md5-cache/media-libs/harfbuzz-2.3.1 b/metadata/md5-cache/media-libs/harfbuzz-2.3.1 index be199f182c73..9f73a54a3f88 100644 --- a/metadata/md5-cache/media-libs/harfbuzz-2.3.1 +++ b/metadata/md5-cache/media-libs/harfbuzz-2.3.1 @@ -5,11 +5,11 @@ DESCRIPTION=An OpenType text shaping engine EAPI=7 HOMEPAGE=https://www.freedesktop.org/wiki/Software/HarfBuzz IUSE=+cairo debug +glib +graphite icu +introspection static-libs test +truetype 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=~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=Old-MIT ISC icu RDEPEND=cairo? ( x11-libs/cairo:= ) glib? ( >=dev-libs/glib-2.38:2[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(-)?] ) graphite? ( >=media-gfx/graphite2-1.2.1:=[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(-)?] ) icu? ( >=dev-libs/icu-51.2-r1:=[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(-)?] ) introspection? ( >=dev-libs/gobject-introspection-1.34:= ) truetype? ( >=media-libs/freetype-2.5.0.1:2=[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=introspection? ( glib ) SLOT=0/0.9.18 SRC_URI=https://www.freedesktop.org/software/harfbuzz/release/harfbuzz-2.3.1.tar.bz2 _eclasses_=eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic a09389deba2c0a7108b581e02c7cecbf libtool f143db5a74ccd9ca28c1234deffede96 multibuild 40fe59465edacd730c644ec2bc197809 multilib b2f01ad412baf81650c23fcf0975fa33 multilib-build b42436dc1260f475af229754c165cb6b multilib-minimal 8bddda43703ba94d8341f4e247f97566 python-any-r1 4900ae970f827a22d33d41bd8b8f9ace python-utils-r1 12114a2a9aab35b93efc037a196b3234 toolchain-funcs b45201c4e6c096b98e250336954e64b9 xdg-utils 14d00d009167652b1fa363e55effe213 -_md5_=dc790001ce47df743e201a5018adce61 +_md5_=42665d23f642c5fb8853e39c6bd75414 diff --git a/metadata/md5-cache/media-libs/libggigcp-1.0.2 b/metadata/md5-cache/media-libs/libggigcp-1.0.2 deleted file mode 100644 index 1c9d64ec4d93..000000000000 --- a/metadata/md5-cache/media-libs/libggigcp-1.0.2 +++ /dev/null @@ -1,11 +0,0 @@ -DEFINED_PHASES=install -DEPEND=>=media-libs/libggi-2.2.2 -DESCRIPTION=Libggi extension for advanced color and palette handling -EAPI=0 -HOMEPAGE=https://ibiblio.org/ggicore/packages/libggigcp.html -KEYWORDS=amd64 ~x86 -LICENSE=MIT -RDEPEND=>=media-libs/libggi-2.2.2 -SLOT=0 -SRC_URI=mirror://sourceforge/ggi/libggigcp-1.0.2.src.tar.bz2 -_md5_=d9aa05c49c824d556b981d2a215d117a diff --git a/metadata/md5-cache/media-libs/libggimisc-2.2.2 b/metadata/md5-cache/media-libs/libggimisc-2.2.2 deleted file mode 100644 index a72c01f4d61b..000000000000 --- a/metadata/md5-cache/media-libs/libggimisc-2.2.2 +++ /dev/null @@ -1,12 +0,0 @@ -DEFINED_PHASES=compile install postinst -DEPEND=>=media-libs/libggi-2.2.2 svga? ( media-libs/svgalib ) -DESCRIPTION=Adds support for some special graphical target features -EAPI=0 -HOMEPAGE=https://ibiblio.org/ggicore/packages/libggimisc.html -IUSE=fbcon svga -KEYWORDS=amd64 ~x86 -LICENSE=MIT -RDEPEND=>=media-libs/libggi-2.2.2 svga? ( media-libs/svgalib ) -SLOT=0 -SRC_URI=mirror://sourceforge/ggi/libggimisc-2.2.2.src.tar.bz2 -_md5_=820b28e5dd0ec0719179928a9904294e diff --git a/metadata/md5-cache/media-libs/libggiwmh-0.3.2 b/metadata/md5-cache/media-libs/libggiwmh-0.3.2 deleted file mode 100644 index 211058b2fc7e..000000000000 --- a/metadata/md5-cache/media-libs/libggiwmh-0.3.2 +++ /dev/null @@ -1,12 +0,0 @@ -DEFINED_PHASES=compile install -DEPEND=>=media-libs/libggi-2.2.2 X? ( x11-libs/libXxf86vm x11-libs/libXxf86dga x11-libs/libXext x11-libs/libX11 ) -DESCRIPTION=Window manager hints extensions for libggi -EAPI=0 -HOMEPAGE=https://ibiblio.org/ggicore/packages/libggiwmh.html -IUSE=X -KEYWORDS=alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd -LICENSE=MIT -RDEPEND=>=media-libs/libggi-2.2.2 X? ( x11-libs/libXxf86vm x11-libs/libXxf86dga x11-libs/libXext x11-libs/libX11 ) -SLOT=0 -SRC_URI=mirror://sourceforge/ggi/libggiwmh-0.3.2.src.tar.bz2 -_md5_=1d57787de2da04938e61cab871e0dd21 diff --git a/metadata/md5-cache/media-libs/libmypaint-1.3.0-r1 b/metadata/md5-cache/media-libs/libmypaint-1.3.0-r1 index d810887a8d1d..24fce3ce76cc 100644 --- a/metadata/md5-cache/media-libs/libmypaint-1.3.0-r1 +++ b/metadata/md5-cache/media-libs/libmypaint-1.3.0-r1 @@ -4,10 +4,10 @@ DESCRIPTION=Library for making brushstrokes EAPI=7 HOMEPAGE=https://github.com/mypaint/libmypaint IUSE=+gegl introspection nls openmp -KEYWORDS=~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 +KEYWORDS=~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 LICENSE=ISC RDEPEND=dev-libs/glib:2 dev-libs/json-c:= gegl? ( media-libs/babl media-libs/gegl:0.3[introspection?] ) introspection? ( >=dev-libs/gobject-introspection-1.32 ) openmp? ( sys-devel/gcc:*[openmp] ) nls? ( sys-devel/gettext ) !=app-eselect/eselect-opengl-1.3.0 >=dev-libs/expat-2.1.0-r3:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=sys-libs/zlib-1.2.8[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=x11-libs/libX11-1.6.2:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=x11-libs/libxshmfence-1.1:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=x11-libs/libXdamage-1.1.4-r1:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=x11-libs/libXext-1.3.2:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=x11-libs/libXxf86vm-1.1.3:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=x11-libs/libxcb-1.13:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] x11-libs/libXfixes:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] gallium? ( unwind? ( sys-libs/libunwind[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(-)?] ) llvm? ( video_cards_radeonsi? ( virtual/libelf:0=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) video_cards_r600? ( virtual/libelf:0=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) video_cards_radeon? ( virtual/libelf:0=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) ) lm_sensors? ( sys-apps/lm_sensors:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) opencl? ( dev-libs/ocl-icd[khronos-headers,abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] dev-libs/libclc virtual/libelf:0=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) vaapi? ( >=x11-libs/libva-1.7.3:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] video_cards_nouveau? ( !<=x11-libs/libva-vdpau-driver-0.7.4-r3 ) ) vdpau? ( >=x11-libs/libvdpau-1.1:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) xvmc? ( >=x11-libs/libXvMC-1.0.8:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) ) wayland? ( >=dev-libs/wayland-1.15.0:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=dev-libs/wayland-protocols-1.8 ) >=x11-libs/libdrm-2.4.96[video_cards_freedreno?,video_cards_nouveau?,video_cards_vc4?,video_cards_vivante?,video_cards_vmware?,abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] video_cards_intel? ( !video_cards_i965? ( >=x11-libs/libdrm-2.4.96[video_cards_intel] ) ) video_cards_i915? ( >=x11-libs/libdrm-2.4.96[video_cards_intel] ) video_cards_r100? ( >=x11-libs/libdrm-2.4.96[video_cards_radeon] ) video_cards_r200? ( >=x11-libs/libdrm-2.4.96[video_cards_radeon] ) video_cards_r300? ( >=x11-libs/libdrm-2.4.96[video_cards_radeon] ) video_cards_r600? ( >=x11-libs/libdrm-2.4.96[video_cards_radeon] ) video_cards_radeon? ( >=x11-libs/libdrm-2.4.96[video_cards_radeon] ) video_cards_radeonsi? ( >=x11-libs/libdrm-2.4.96[video_cards_radeon] ) video_cards_radeonsi? ( >=x11-libs/libdrm-2.4.96[video_cards_amdgpu] ) llvm? ( opencl? ( video_cards_r600? ( || ( sys-devel/clang:7[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(-)?,llvm_targets_AMDGPU(-)] sys-devel/clang:6[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(-)?,llvm_targets_AMDGPU(-)] sys-devel/clang:5[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(-)?,llvm_targets_AMDGPU(-)] sys-devel/clang:4[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(-)?,llvm_targets_AMDGPU(-)] ) =sys-devel/gcc-4.6 ) sys-devel/bison sys-devel/flex sys-devel/gettext virtual/pkgconfig valgrind? ( dev-util/valgrind ) x11-base/xorg-proto x11-libs/libXrandr[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] || ( ( dev-lang/python:3.7 >=dev-python/mako-0.8.0[python_targets_python3_7(-),python_single_target_python3_7(+)] ) ( dev-lang/python:3.6 >=dev-python/mako-0.8.0[python_targets_python3_6(-),python_single_target_python3_6(+)] ) ( dev-lang/python:3.5 >=dev-python/mako-0.8.0[python_targets_python3_5(-),python_single_target_python3_5(+)] ) ( dev-lang/python:3.4 >=dev-python/mako-0.8.0[python_targets_python3_4(-),python_single_target_python3_4(+)] ) ) >=dev-util/meson-0.48.2 >=dev-util/ninja-1.7.2 +DESCRIPTION=OpenGL-like graphic library for Linux +EAPI=6 +HOMEPAGE=https://www.mesa3d.org/ https://mesa.freedesktop.org/ +IUSE=video_cards_r100 video_cards_r200 video_cards_r300 video_cards_r600 video_cards_radeon video_cards_radeonsi video_cards_freedreno video_cards_i915 video_cards_i965 video_cards_imx video_cards_intel video_cards_nouveau video_cards_vc4 video_cards_virgl video_cards_vivante video_cards_vmware +classic d3d9 debug +dri3 +egl +gallium +gbm gles1 +gles2 +llvm lm_sensors opencl osmesa pax_kernel pic selinux test unwind vaapi valgrind vdpau vulkan wayland xa xvmc abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_ppc_32 abi_ppc_64 abi_s390_32 abi_s390_64 +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris +LICENSE=MIT +RDEPEND=!app-eselect/eselect-mesa >=app-eselect/eselect-opengl-1.3.0 >=dev-libs/expat-2.1.0-r3:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=sys-libs/zlib-1.2.8[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=x11-libs/libX11-1.6.2:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=x11-libs/libxshmfence-1.1:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=x11-libs/libXdamage-1.1.4-r1:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=x11-libs/libXext-1.3.2:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=x11-libs/libXxf86vm-1.1.3:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=x11-libs/libxcb-1.13:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] x11-libs/libXfixes:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] gallium? ( unwind? ( sys-libs/libunwind[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(-)?] ) llvm? ( video_cards_radeonsi? ( virtual/libelf:0=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) video_cards_r600? ( virtual/libelf:0=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) video_cards_radeon? ( virtual/libelf:0=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) ) lm_sensors? ( sys-apps/lm_sensors:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) opencl? ( dev-libs/ocl-icd[khronos-headers,abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] dev-libs/libclc virtual/libelf:0=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) vaapi? ( >=x11-libs/libva-1.7.3:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] video_cards_nouveau? ( !<=x11-libs/libva-vdpau-driver-0.7.4-r3 ) ) vdpau? ( >=x11-libs/libvdpau-1.1:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) xvmc? ( >=x11-libs/libXvMC-1.0.8:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) ) wayland? ( >=dev-libs/wayland-1.15.0:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=dev-libs/wayland-protocols-1.8 ) >=x11-libs/libdrm-2.4.96[video_cards_freedreno?,video_cards_nouveau?,video_cards_vc4?,video_cards_vivante?,video_cards_vmware?,abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] video_cards_intel? ( !video_cards_i965? ( >=x11-libs/libdrm-2.4.96[video_cards_intel] ) ) video_cards_i915? ( >=x11-libs/libdrm-2.4.96[video_cards_intel] ) video_cards_r100? ( >=x11-libs/libdrm-2.4.96[video_cards_radeon] ) video_cards_r200? ( >=x11-libs/libdrm-2.4.96[video_cards_radeon] ) video_cards_r300? ( >=x11-libs/libdrm-2.4.96[video_cards_radeon] ) video_cards_r600? ( >=x11-libs/libdrm-2.4.96[video_cards_radeon] ) video_cards_radeon? ( >=x11-libs/libdrm-2.4.96[video_cards_radeon] ) video_cards_radeonsi? ( >=x11-libs/libdrm-2.4.96[video_cards_radeon] ) video_cards_radeonsi? ( >=x11-libs/libdrm-2.4.96[video_cards_amdgpu] ) llvm? ( opencl? ( video_cards_r600? ( || ( sys-devel/clang:7[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(-)?,llvm_targets_AMDGPU(-)] sys-devel/clang:6[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(-)?,llvm_targets_AMDGPU(-)] sys-devel/clang:5[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(-)?,llvm_targets_AMDGPU(-)] sys-devel/clang:4[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(-)?,llvm_targets_AMDGPU(-)] ) =dev-libs/expat-2.1.0-r3:=[abi_x86_32(-)?,abi_ DESCRIPTION=OpenGL-like graphic library for Linux EAPI=6 HOMEPAGE=https://www.mesa3d.org/ https://mesa.freedesktop.org/ -IUSE=video_cards_r100 video_cards_r200 video_cards_r300 video_cards_r600 video_cards_radeon video_cards_radeonsi video_cards_freedreno video_cards_i915 video_cards_i965 video_cards_imx video_cards_intel video_cards_nouveau video_cards_vc4 video_cards_virgl video_cards_vivante video_cards_vmware +classic d3d9 debug +dri3 +egl +gallium +gbm gles1 gles2 +libglvnd +llvm lm_sensors opencl osmesa pax_kernel pic selinux test unwind vaapi valgrind vdpau vulkan wayland xa xvmc abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_ppc_32 abi_ppc_64 abi_s390_32 abi_s390_64 +IUSE=video_cards_r100 video_cards_r200 video_cards_r300 video_cards_r600 video_cards_radeon video_cards_radeonsi video_cards_freedreno video_cards_i915 video_cards_i965 video_cards_imx video_cards_intel video_cards_nouveau video_cards_vc4 video_cards_virgl video_cards_vivante video_cards_vmware +classic d3d9 debug +dri3 +egl +gallium +gbm gles1 +gles2 +libglvnd +llvm lm_sensors opencl osmesa pax_kernel pic selinux test unwind vaapi valgrind vdpau vulkan wayland xa xvmc abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_ppc_32 abi_ppc_64 abi_s390_32 abi_s390_64 KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris LICENSE=MIT RDEPEND=!app-eselect/eselect-mesa >=dev-libs/expat-2.1.0-r3:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=sys-libs/zlib-1.2.8[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=x11-libs/libX11-1.6.2:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=x11-libs/libxshmfence-1.1:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=x11-libs/libXdamage-1.1.4-r1:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=x11-libs/libXext-1.3.2:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=x11-libs/libXxf86vm-1.1.3:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=x11-libs/libxcb-1.13:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] x11-libs/libXfixes:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] libglvnd? ( media-libs/libglvnd[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] !app-eselect/eselect-opengl ) !libglvnd? ( >=app-eselect/eselect-opengl-1.3.0 ) gallium? ( unwind? ( sys-libs/libunwind[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) llvm? ( video_cards_radeonsi? ( virtual/libelf:0=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) video_cards_r600? ( virtual/libelf:0=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) video_cards_radeon? ( virtual/libelf:0=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) ) lm_sensors? ( sys-apps/lm_sensors:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) opencl? ( dev-libs/ocl-icd[khronos-headers,abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] dev-libs/libclc virtual/libelf:0=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) vaapi? ( >=x11-libs/libva-1.7.3:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] video_cards_nouveau? ( !<=x11-libs/libva-vdpau-driver-0.7.4-r3 ) ) vdpau? ( >=x11-libs/libvdpau-1.1:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) xvmc? ( >=x11-libs/libXvMC-1.0.8:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) ) wayland? ( >=dev-libs/wayland-1.15.0:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=dev-libs/wayland-protocols-1.8 ) >=x11-libs/libdrm-2.4.97[video_cards_freedreno?,video_cards_nouveau?,video_cards_vc4?,video_cards_vivante?,video_cards_vmware?,abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] video_cards_intel? ( !video_cards_i965? ( >=x11-libs/libdrm-2.4.97[video_cards_intel] ) ) video_cards_i915? ( >=x11-libs/libdrm-2.4.97[video_cards_intel] ) video_cards_r100? ( >=x11-libs/libdrm-2.4.97[video_cards_radeon] ) video_cards_r200? ( >=x11-libs/libdrm-2.4.97[video_cards_radeon] ) video_cards_r300? ( >=x11-libs/libdrm-2.4.97[video_cards_radeon] ) video_cards_r600? ( >=x11-libs/libdrm-2.4.97[video_cards_radeon] ) video_cards_radeon? ( >=x11-libs/libdrm-2.4.97[video_cards_radeon] ) video_cards_radeonsi? ( >=x11-libs/libdrm-2.4.97[video_cards_radeon] ) video_cards_radeonsi? ( >=x11-libs/libdrm-2.4.97[video_cards_amdgpu] ) llvm? ( opencl? ( video_cards_r600? ( || ( sys-devel/clang:8[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?,llvm_targets_AMDGPU(-)] sys-devel/clang:7[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?,llvm_targets_AMDGPU(-)] ) =dev-libs/expat-2.1.0-r3:=[abi_x86_32(-)?,abi_ DESCRIPTION=OpenGL-like graphic library for Linux EAPI=6 HOMEPAGE=https://www.mesa3d.org/ https://mesa.freedesktop.org/ -IUSE=video_cards_r100 video_cards_r200 video_cards_r300 video_cards_r600 video_cards_radeon video_cards_radeonsi video_cards_freedreno video_cards_i915 video_cards_i965 video_cards_imx video_cards_intel video_cards_iris video_cards_nouveau video_cards_vc4 video_cards_virgl video_cards_vivante video_cards_vmware +classic d3d9 debug +dri3 +egl +gallium +gbm gles1 gles2 +libglvnd +llvm lm_sensors opencl osmesa pax_kernel pic selinux test unwind vaapi valgrind vdpau vulkan vulkan-overlay wayland xa xvmc abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_ppc_32 abi_ppc_64 abi_s390_32 abi_s390_64 +IUSE=video_cards_r100 video_cards_r200 video_cards_r300 video_cards_r600 video_cards_radeon video_cards_radeonsi video_cards_freedreno video_cards_i915 video_cards_i965 video_cards_imx video_cards_intel video_cards_iris video_cards_nouveau video_cards_vc4 video_cards_virgl video_cards_vivante video_cards_vmware +classic d3d9 debug +dri3 +egl +gallium +gbm gles1 +gles2 +libglvnd +llvm lm_sensors opencl osmesa pax_kernel pic selinux test unwind vaapi valgrind vdpau vulkan vulkan-overlay wayland xa xvmc abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_ppc_32 abi_ppc_64 abi_s390_32 abi_s390_64 LICENSE=MIT RDEPEND=!app-eselect/eselect-mesa >=dev-libs/expat-2.1.0-r3:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=sys-libs/zlib-1.2.8[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=x11-libs/libX11-1.6.2:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=x11-libs/libxshmfence-1.1:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=x11-libs/libXdamage-1.1.4-r1:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=x11-libs/libXext-1.3.2:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=x11-libs/libXxf86vm-1.1.3:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=x11-libs/libxcb-1.13:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] x11-libs/libXfixes:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] libglvnd? ( media-libs/libglvnd[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] !app-eselect/eselect-opengl ) !libglvnd? ( >=app-eselect/eselect-opengl-1.3.0 ) gallium? ( unwind? ( sys-libs/libunwind[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) llvm? ( video_cards_radeonsi? ( virtual/libelf:0=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) video_cards_r600? ( virtual/libelf:0=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) video_cards_radeon? ( virtual/libelf:0=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) ) lm_sensors? ( sys-apps/lm_sensors:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) opencl? ( dev-libs/ocl-icd[khronos-headers,abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] dev-libs/libclc virtual/libelf:0=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) vaapi? ( >=x11-libs/libva-1.7.3:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] video_cards_nouveau? ( !<=x11-libs/libva-vdpau-driver-0.7.4-r3 ) ) vdpau? ( >=x11-libs/libvdpau-1.1:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) xvmc? ( >=x11-libs/libXvMC-1.0.8:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) ) wayland? ( >=dev-libs/wayland-1.15.0:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=dev-libs/wayland-protocols-1.8 ) >=x11-libs/libdrm-2.4.97[video_cards_freedreno?,video_cards_nouveau?,video_cards_vc4?,video_cards_vivante?,video_cards_vmware?,abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] video_cards_intel? ( !video_cards_i965? ( >=x11-libs/libdrm-2.4.97[video_cards_intel] ) ) video_cards_i915? ( >=x11-libs/libdrm-2.4.97[video_cards_intel] ) video_cards_r100? ( >=x11-libs/libdrm-2.4.97[video_cards_radeon] ) video_cards_r200? ( >=x11-libs/libdrm-2.4.97[video_cards_radeon] ) video_cards_r300? ( >=x11-libs/libdrm-2.4.97[video_cards_radeon] ) video_cards_r600? ( >=x11-libs/libdrm-2.4.97[video_cards_radeon] ) video_cards_radeon? ( >=x11-libs/libdrm-2.4.97[video_cards_radeon] ) video_cards_radeonsi? ( >=x11-libs/libdrm-2.4.97[video_cards_radeon] ) video_cards_radeonsi? ( >=x11-libs/libdrm-2.4.97[video_cards_amdgpu] ) llvm? ( opencl? ( video_cards_r600? ( || ( sys-devel/clang:9[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(-)?,llvm_targets_AMDGPU(-)] sys-devel/clang:8[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?,llvm_targets_AMDGPU(-)] sys-devel/clang:7[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?,llvm_targets_AMDGPU(-)] ) sys-devel/clang:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?,llvm_targets_AMDGPU(-)] ) !video_cards_r600? ( video_cards_radeonsi? ( || ( sys-devel/clang:9[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?,llvm_targets_AMDGPU(-)] sys-devel/clang:8[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?,llvm_targets_AMDGPU(-)] sys-devel/clang:7[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?,llvm_targets_AMDGPU(-)] ) sys-devel/clang:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?,llvm_targets_AMDGPU(-)] ) ) !video_cards_r600? ( !video_cards_radeonsi? ( video_cards_radeon? ( || ( sys-devel/clang:9[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?,llvm_targets_AMDGPU(-)] sys-devel/clang:8[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?,llvm_targets_AMDGPU(-)] sys-devel/clang:7[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?,llvm_targets_AMDGPU(-)] ) sys-devel/clang:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?,llvm_targets_AMDGPU(-)] ) ) ) !video_cards_r600? ( !video_cards_radeon? ( !video_cards_radeonsi? ( || ( sys-devel/clang:9[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] sys-devel/clang:8[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] sys-devel/clang:7[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) sys-devel/clang:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) ) ) ) !opencl? ( video_cards_r600? ( || ( sys-devel/llvm:9[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?,llvm_targets_AMDGPU(-)] sys-devel/llvm:8[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?,llvm_targets_AMDGPU(-)] sys-devel/llvm:7[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?,llvm_targets_AMDGPU(-)] ) sys-devel/llvm:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?,llvm_targets_AMDGPU(-)] ) !video_cards_r600? ( video_cards_radeonsi? ( || ( sys-devel/llvm:9[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?,llvm_targets_AMDGPU(-)] sys-devel/llvm:8[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?,llvm_targets_AMDGPU(-)] sys-devel/llvm:7[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?,llvm_targets_AMDGPU(-)] ) sys-devel/llvm:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?,llvm_targets_AMDGPU(-)] ) ) !video_cards_r600? ( !video_cards_radeonsi? ( video_cards_radeon? ( || ( sys-devel/llvm:9[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?,llvm_targets_AMDGPU(-)] sys-devel/llvm:8[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?,llvm_targets_AMDGPU(-)] sys-devel/llvm:7[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?,llvm_targets_AMDGPU(-)] ) sys-devel/llvm:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?,llvm_targets_AMDGPU(-)] ) ) ) !video_cards_r600? ( !video_cards_radeon? ( !video_cards_radeonsi? ( || ( sys-devel/llvm:9[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] sys-devel/llvm:8[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] sys-devel/llvm:7[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) sys-devel/llvm:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) ) ) ) ) REQUIRED_USE=d3d9? ( dri3 || ( video_cards_iris video_cards_r300 video_cards_r600 video_cards_radeonsi video_cards_nouveau video_cards_vmware ) ) gles1? ( egl ) gles2? ( egl ) vulkan? ( dri3 || ( video_cards_i965 video_cards_iris video_cards_radeonsi ) video_cards_radeonsi? ( llvm ) ) vulkan-overlay? ( vulkan ) wayland? ( egl gbm ) video_cards_freedreno? ( gallium ) video_cards_intel? ( classic ) video_cards_i915? ( || ( classic gallium ) ) video_cards_i965? ( classic ) video_cards_iris? ( gallium ) video_cards_imx? ( gallium video_cards_vivante ) video_cards_nouveau? ( || ( classic gallium ) ) video_cards_radeon? ( || ( classic gallium ) gallium? ( x86? ( llvm ) amd64? ( llvm ) ) ) video_cards_r100? ( classic ) video_cards_r200? ( classic ) video_cards_r300? ( gallium x86? ( llvm ) amd64? ( llvm ) ) video_cards_r600? ( gallium ) video_cards_radeonsi? ( gallium llvm ) video_cards_vc4? ( gallium ) video_cards_virgl? ( gallium ) video_cards_vivante? ( gallium gbm ) video_cards_vmware? ( gallium ) RESTRICT=!test? ( test ) SLOT=0 _eclasses_=git-r3 0d4635eeb5a96cd5315597a47eba25c9 llvm f36be95c5bfae7bc8c82a966d3c8324f meson e53acc5913e5581a8a71be22731d8f36 multibuild 40fe59465edacd730c644ec2bc197809 multilib b2f01ad412baf81650c23fcf0975fa33 multilib-build b42436dc1260f475af229754c165cb6b multilib-minimal 8bddda43703ba94d8341f4e247f97566 multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f pax-utils e85f015e815dd463b0c206d781ef45a5 python-any-r1 4900ae970f827a22d33d41bd8b8f9ace python-utils-r1 12114a2a9aab35b93efc037a196b3234 toolchain-funcs b45201c4e6c096b98e250336954e64b9 -_md5_=e37046db95b0387410a5a3207bef4ec2 +_md5_=5ea954f785f1dc71399686049fd147cd diff --git a/metadata/md5-cache/media-plugins/Manifest.gz b/metadata/md5-cache/media-plugins/Manifest.gz index e046b58bfc29..700117918261 100644 Binary files a/metadata/md5-cache/media-plugins/Manifest.gz and b/metadata/md5-cache/media-plugins/Manifest.gz differ diff --git a/metadata/md5-cache/media-plugins/kodi-visualization-spectrum-2.0.4 b/metadata/md5-cache/media-plugins/kodi-visualization-spectrum-2.0.4 new file mode 100644 index 000000000000..d489d3f1994e --- /dev/null +++ b/metadata/md5-cache/media-plugins/kodi-visualization-spectrum-2.0.4 @@ -0,0 +1,12 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND==media-tv/kodi-18* virtual/opengl sys-devel/make >=dev-util/cmake-3.9.6 +DESCRIPTION=Spectrum visualizer for Kodi +EAPI=6 +HOMEPAGE=https://github.com/xbmc/visualization.spectrum +KEYWORDS=~amd64 ~x86 +LICENSE=GPL-2 +RDEPEND==media-tv/kodi-18* virtual/opengl +SLOT=0 +SRC_URI=https://github.com/xbmc/visualization.spectrum/archive/v2.0.4-Leia.tar.gz -> kodi-visualization-spectrum-2.0.4.tar.gz +_eclasses_=cmake-utils ab10bd85e5d38e2a32077bcd91faa1b6 desktop b1d22ac8bdd4679ab79c71aca235009d epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic a09389deba2c0a7108b581e02c7cecbf kodi-addon bc015cf49b6539f5f5ef3f0bced1ad62 ltprune 2729691420b6deeda2a90b1f1183fb55 multilib b2f01ad412baf81650c23fcf0975fa33 multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs b45201c4e6c096b98e250336954e64b9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf xdg-utils 14d00d009167652b1fa363e55effe213 +_md5_=c8d0dec61e73f0074c050426dbf7cbf0 diff --git a/metadata/md5-cache/media-plugins/kodi-visualization-spectrum-9999 b/metadata/md5-cache/media-plugins/kodi-visualization-spectrum-9999 index 014fd1d5305e..189769086217 100644 --- a/metadata/md5-cache/media-plugins/kodi-visualization-spectrum-9999 +++ b/metadata/md5-cache/media-plugins/kodi-visualization-spectrum-9999 @@ -7,4 +7,4 @@ LICENSE=GPL-2 RDEPEND=~media-tv/kodi-9999 virtual/opengl SLOT=0 _eclasses_=cmake-utils ab10bd85e5d38e2a32077bcd91faa1b6 desktop b1d22ac8bdd4679ab79c71aca235009d epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic a09389deba2c0a7108b581e02c7cecbf git-r3 0d4635eeb5a96cd5315597a47eba25c9 kodi-addon bc015cf49b6539f5f5ef3f0bced1ad62 ltprune 2729691420b6deeda2a90b1f1183fb55 multilib b2f01ad412baf81650c23fcf0975fa33 multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs b45201c4e6c096b98e250336954e64b9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf xdg-utils 14d00d009167652b1fa363e55effe213 -_md5_=cdd73d0c04cfed0158ec21cf0e32e197 +_md5_=0864b2ad211284a0d870c28df6b57d18 diff --git a/metadata/md5-cache/media-sound/Manifest.gz b/metadata/md5-cache/media-sound/Manifest.gz index f381325a015f..7beb90852249 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.7.1-r1 b/metadata/md5-cache/media-sound/amsynth-1.7.1-r1 index ef9704038b5a..497da473da43 100644 --- a/metadata/md5-cache/media-sound/amsynth-1.7.1-r1 +++ b/metadata/md5-cache/media-sound/amsynth-1.7.1-r1 @@ -4,10 +4,10 @@ DESCRIPTION=Virtual analogue synthesizer EAPI=6 HOMEPAGE=https://github.com/amsynth/amsynth IUSE=alsa dssi jack lash oss sndfile -KEYWORDS=amd64 ~ppc ~x86 +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.7.1.tar.gz -> amsynth-1.7.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_=db51081cd1d4847d9f908f167a855076 +_md5_=f909f6b7d239237a53da1ca189f7ee84 diff --git a/metadata/md5-cache/media-sound/qsynth-0.5.3 b/metadata/md5-cache/media-sound/qsynth-0.5.3 index bf4171c27a6e..c65ea159f294 100644 --- a/metadata/md5-cache/media-sound/qsynth-0.5.3 +++ b/metadata/md5-cache/media-sound/qsynth-0.5.3 @@ -4,11 +4,11 @@ DESCRIPTION=A Qt application to control FluidSynth EAPI=7 HOMEPAGE=http://qsynth.sourceforge.net/ IUSE=alsa debug jack pulseaudio -KEYWORDS=amd64 ppc ~x86 +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.3.tar.gz _eclasses_=desktop b1d22ac8bdd4679ab79c71aca235009d estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic a09389deba2c0a7108b581e02c7cecbf multilib b2f01ad412baf81650c23fcf0975fa33 qmake-utils bdf97e69a34b864d6d545f4ec3143ff7 toolchain-funcs b45201c4e6c096b98e250336954e64b9 -_md5_=fdfa767569907da2e7bf24ff46fb33aa +_md5_=10a6df720234dcace386980ce4807f56 diff --git a/metadata/md5-cache/media-sound/seq24-0.9.3-r1 b/metadata/md5-cache/media-sound/seq24-0.9.3-r1 index 93bcf7b66971..966770a40df5 100644 --- a/metadata/md5-cache/media-sound/seq24-0.9.3-r1 +++ b/metadata/md5-cache/media-sound/seq24-0.9.3-r1 @@ -5,10 +5,10 @@ DESCRIPTION=Loop based MIDI sequencer with focus on live performances EAPI=7 HOMEPAGE=https://edge.launchpad.net/seq24/ IUSE=jack lash -KEYWORDS=amd64 ~ppc ~x86 +KEYWORDS=amd64 ~ppc x86 LICENSE=GPL-2 RDEPEND=dev-cpp/gtkmm:2.4 dev-libs/libsigc++:2 media-libs/alsa-lib jack? ( virtual/jack ) lash? ( media-sound/lash ) SLOT=0 SRC_URI=https://edge.launchpad.net/seq24/trunk/0.9.3/+download/seq24-0.9.3.tar.bz2 _eclasses_=autotools 1bf086cdd7356f5c9a4acd9727bd2065 desktop b1d22ac8bdd4679ab79c71aca235009d libtool f143db5a74ccd9ca28c1234deffede96 multilib b2f01ad412baf81650c23fcf0975fa33 toolchain-funcs b45201c4e6c096b98e250336954e64b9 -_md5_=1c6fca711677436ce98d350312b08738 +_md5_=1e86885f570c94a1f3f1cfc7fbd3de85 diff --git a/metadata/md5-cache/media-sound/specimen-0.5.2_rc3-r2 b/metadata/md5-cache/media-sound/specimen-0.5.2_rc3-r2 index 21057efe590d..a92480531780 100644 --- a/metadata/md5-cache/media-sound/specimen-0.5.2_rc3-r2 +++ b/metadata/md5-cache/media-sound/specimen-0.5.2_rc3-r2 @@ -5,10 +5,10 @@ DESCRIPTION=A Midi Controllable Audio Sampler EAPI=7 HOMEPAGE=http://zhevny.com/specimen IUSE=lash -KEYWORDS=~amd64 ~ppc sparc ~x86 +KEYWORDS=~amd64 ~ppc sparc x86 LICENSE=GPL-2 RDEPEND=dev-libs/libxml2:2 gnome-base/libgnomecanvas >=media-libs/alsa-lib-0.9 media-libs/libsamplerate media-libs/libsndfile >=media-libs/phat-0.4 >=media-sound/jack-audio-connection-kit-0.109.2 x11-libs/gtk+:2 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 libtool f143db5a74ccd9ca28c1234deffede96 multilib b2f01ad412baf81650c23fcf0975fa33 toolchain-funcs b45201c4e6c096b98e250336954e64b9 -_md5_=f19be7ceac7eed56c0bec24d1139ce21 +_md5_=594212af382a7b8183fc1ebca7111e82 diff --git a/metadata/md5-cache/net-analyzer/Manifest.gz b/metadata/md5-cache/net-analyzer/Manifest.gz index 8dc6268ecbe3..c88ad37106cd 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/cacti-1.1.38-r1 b/metadata/md5-cache/net-analyzer/cacti-1.1.38-r1 index 2502b5f05409..220583b7c11c 100644 --- a/metadata/md5-cache/net-analyzer/cacti-1.1.38-r1 +++ b/metadata/md5-cache/net-analyzer/cacti-1.1.38-r1 @@ -4,10 +4,10 @@ DESCRIPTION=Cacti is a complete frontend to rrdtool EAPI=6 HOMEPAGE=https://www.cacti.net/ IUSE=snmp doc vhosts -KEYWORDS=~alpha amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86 +KEYWORDS=~alpha amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc x86 LICENSE=GPL-2 RDEPEND=dev-lang/php[cli,mysql,pdo,session,sockets,xml] dev-php/adodb net-analyzer/rrdtool[graph] virtual/cron snmp? ( >=net-analyzer/net-snmp-5.2.0 ) >=app-admin/webapp-config-1.50.15 SLOT=1.1.38-r1 SRC_URI=https://www.cacti.net/downloads/cacti-1.1.38.tar.gz _eclasses_=desktop b1d22ac8bdd4679ab79c71aca235009d epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 ltprune 2729691420b6deeda2a90b1f1183fb55 multilib b2f01ad412baf81650c23fcf0975fa33 preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs b45201c4e6c096b98e250336954e64b9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf webapp 16783e418aca3ffa461d68310bf7ab12 -_md5_=8ea5f68bd821fb39ac4dd9520ff8b9ca +_md5_=8c806ff73dc26fc3a78e7d9ee3dbe9d3 diff --git a/metadata/md5-cache/net-analyzer/cacti-spine-1.1.38-r1 b/metadata/md5-cache/net-analyzer/cacti-spine-1.1.38-r1 index 7a6f531532e8..66c596874b07 100644 --- a/metadata/md5-cache/net-analyzer/cacti-spine-1.1.38-r1 +++ b/metadata/md5-cache/net-analyzer/cacti-spine-1.1.38-r1 @@ -3,10 +3,10 @@ DEPEND=dev-libs/openssl:* net-analyzer/net-snmp:= dev-db/mysql-connector-c:0= sy DESCRIPTION=Spine is a fast poller for Cacti (formerly known as Cactid) EAPI=6 HOMEPAGE=https://cacti.net/spine_info.php -KEYWORDS=~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 +KEYWORDS=~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc x86 LICENSE=LGPL-2.1 RDEPEND=dev-libs/openssl:* net-analyzer/net-snmp:= dev-db/mysql-connector-c:0= >net-analyzer/cacti-0.8.8 SLOT=0 SRC_URI=https://www.cacti.net/downloads/spine/cacti-spine-1.1.38.tar.gz _eclasses_=autotools 1bf086cdd7356f5c9a4acd9727bd2065 libtool f143db5a74ccd9ca28c1234deffede96 multilib b2f01ad412baf81650c23fcf0975fa33 toolchain-funcs b45201c4e6c096b98e250336954e64b9 -_md5_=e6bb2004d57e49773af491bda243a4f7 +_md5_=d7ffcc949a844172607f53f6c14ee9d2 diff --git a/metadata/md5-cache/net-analyzer/openvas-libraries-9.0.3 b/metadata/md5-cache/net-analyzer/openvas-libraries-9.0.3-r1 similarity index 59% rename from metadata/md5-cache/net-analyzer/openvas-libraries-9.0.3 rename to metadata/md5-cache/net-analyzer/openvas-libraries-9.0.3-r1 index 31dc8ea6e193..1b8b95c9896c 100644 --- a/metadata/md5-cache/net-analyzer/openvas-libraries-9.0.3 +++ b/metadata/md5-cache/net-analyzer/openvas-libraries-9.0.3-r1 @@ -1,14 +1,14 @@ BDEPEND=sys-devel/bison sys-devel/flex virtual/pkgconfig extras? ( app-doc/doxygen[dot] app-doc/xmltoman app-text/htmldoc dev-perl/SQL-Translator ) sys-devel/make >=dev-util/cmake-3.9.6 DEFINED_PHASES=compile configure install prepare test -DEPEND=dev-libs/hiredis dev-libs/libgcrypt:0= dev-libs/libksba dev-perl/UUID net-analyzer/net-snmp net-libs/gnutls:=[tools] net-libs/libpcap net-libs/libssh:= sys-libs/zlib extras? ( dev-perl/CGI ) ldap? ( net-nds/openldap ) radius? ( net-dialup/freeradius-client ) +DEPEND=app-crypt/gpgme:= dev-libs/hiredis dev-libs/libgcrypt:0= dev-libs/libksba dev-perl/UUID net-analyzer/net-snmp net-libs/gnutls:=[tools] net-libs/libpcap net-libs/libssh:= sys-libs/zlib extras? ( dev-perl/CGI ) ldap? ( net-nds/openldap ) radius? ( net-dialup/freeradius-client ) DESCRIPTION=A remote security scanner for Linux (openvas-libraries) EAPI=7 HOMEPAGE=http://www.openvas.org/ IUSE=extras ldap radius KEYWORDS=~amd64 ~x86 LICENSE=GPL-2 -RDEPEND=dev-libs/hiredis dev-libs/libgcrypt:0= dev-libs/libksba dev-perl/UUID net-analyzer/net-snmp net-libs/gnutls:=[tools] net-libs/libpcap net-libs/libssh:= sys-libs/zlib extras? ( dev-perl/CGI ) ldap? ( net-nds/openldap ) radius? ( net-dialup/freeradius-client ) +RDEPEND=app-crypt/gpgme:= dev-libs/hiredis dev-libs/libgcrypt:0= dev-libs/libksba dev-perl/UUID net-analyzer/net-snmp net-libs/gnutls:=[tools] net-libs/libpcap net-libs/libssh:= sys-libs/zlib extras? ( dev-perl/CGI ) ldap? ( net-nds/openldap ) radius? ( net-dialup/freeradius-client ) SLOT=0 SRC_URI=https://github.com/greenbone/gvm-libs/archive/v9.0.3.tar.gz -> openvas-libraries-9.0.3.tar.gz _eclasses_=cmake-utils ab10bd85e5d38e2a32077bcd91faa1b6 eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic a09389deba2c0a7108b581e02c7cecbf multilib b2f01ad412baf81650c23fcf0975fa33 multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f toolchain-funcs b45201c4e6c096b98e250336954e64b9 xdg-utils 14d00d009167652b1fa363e55effe213 -_md5_=541976e471f59b0a7704fd03963a9d63 +_md5_=d46d2194b99b166bcdaf63cd8a197552 diff --git a/metadata/md5-cache/net-analyzer/wireshark-2.6.3 b/metadata/md5-cache/net-analyzer/wireshark-2.6.3 deleted file mode 100644 index 907e84d00db0..000000000000 --- a/metadata/md5-cache/net-analyzer/wireshark-2.6.3 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm prepare setup test -DEPEND=>=dev-libs/glib-2.14:2 dev-libs/libgcrypt:0 netlink? ( dev-libs/libnl:3 ) adns? ( >=net-dns/c-ares-1.5 ) bcg729? ( media-libs/bcg729 ) filecaps? ( sys-libs/libcap ) gtk? ( x11-libs/gdk-pixbuf x11-libs/gtk+:3 x11-libs/pango x11-misc/xdg-utils ) kerberos? ( virtual/krb5 ) sshdump? ( >=net-libs/libssh-0.6 ) ciscodump? ( >=net-libs/libssh-0.6 ) libxml2? ( dev-libs/libxml2 ) lua? ( >=dev-lang/lua-5.1:* ) lz4? ( app-arch/lz4 ) maxminddb? ( dev-libs/libmaxminddb ) nghttp2? ( net-libs/nghttp2 ) pcap? ( net-libs/libpcap ) portaudio? ( media-libs/portaudio ) qt5? ( dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtmultimedia:5 dev-qt/qtprintsupport:5 dev-qt/qtwidgets:5 >=media-libs/speex-1.2.0 media-libs/speexdsp x11-misc/xdg-utils ) sbc? ( media-libs/sbc ) smi? ( net-libs/libsmi ) snappy? ( app-arch/snappy ) spandsp? ( media-libs/spandsp ) ssl? ( net-libs/gnutls:= ) zlib? ( sys-libs/zlib ) dev-lang/perl !=dev-util/cmake-3.9.6 filecaps? ( sys-libs/libcap ) -DESCRIPTION=A network protocol analyzer formerly known as ethereal -EAPI=6 -HOMEPAGE=https://www.wireshark.org/ -IUSE=adns androiddump bcg729 +capinfos +captype ciscodump +dftest doc +dumpcap +editcap gtk kerberos libxml2 lua lz4 maxminddb +mergecap +netlink nghttp2 +pcap portaudio +qt5 +randpkt +randpktdump +reordercap sbc selinux +sharkd smi snappy spandsp sshdump ssl +text2pcap tfshark +tshark +udpdump zlib +filecaps -KEYWORDS=alpha amd64 arm hppa ia64 ppc64 x86 -LICENSE=GPL-2 -RDEPEND=>=dev-libs/glib-2.14:2 dev-libs/libgcrypt:0 netlink? ( dev-libs/libnl:3 ) adns? ( >=net-dns/c-ares-1.5 ) bcg729? ( media-libs/bcg729 ) filecaps? ( sys-libs/libcap ) gtk? ( x11-libs/gdk-pixbuf x11-libs/gtk+:3 x11-libs/pango x11-misc/xdg-utils ) kerberos? ( virtual/krb5 ) sshdump? ( >=net-libs/libssh-0.6 ) ciscodump? ( >=net-libs/libssh-0.6 ) libxml2? ( dev-libs/libxml2 ) lua? ( >=dev-lang/lua-5.1:* ) lz4? ( app-arch/lz4 ) maxminddb? ( dev-libs/libmaxminddb ) nghttp2? ( net-libs/nghttp2 ) pcap? ( net-libs/libpcap ) portaudio? ( media-libs/portaudio ) qt5? ( dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtmultimedia:5 dev-qt/qtprintsupport:5 dev-qt/qtwidgets:5 >=media-libs/speex-1.2.0 media-libs/speexdsp x11-misc/xdg-utils ) sbc? ( media-libs/sbc ) smi? ( net-libs/libsmi ) snappy? ( app-arch/snappy ) spandsp? ( media-libs/spandsp ) ssl? ( net-libs/gnutls:= ) zlib? ( sys-libs/zlib ) gtk? ( virtual/freedesktop-icon-theme ) qt5? ( virtual/freedesktop-icon-theme ) selinux? ( sec-policy/selinux-wireshark ) -SLOT=0/2.6.3 -SRC_URI=https://www.wireshark.org/download/src/all-versions/wireshark-2.6.3.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 multilib b2f01ad412baf81650c23fcf0975fa33 multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f preserve-libs ef207dc62baddfddfd39a164d9797648 qmake-utils bdf97e69a34b864d6d545f4ec3143ff7 toolchain-funcs b45201c4e6c096b98e250336954e64b9 user 8bd74731cafdcdad8f7a63637302e073 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf xdg-utils 14d00d009167652b1fa363e55effe213 -_md5_=f6cb274d71176802aca6d5f64c19fb69 diff --git a/metadata/md5-cache/net-analyzer/wireshark-2.6.6 b/metadata/md5-cache/net-analyzer/wireshark-2.6.6 deleted file mode 100644 index b33ee04f4e41..000000000000 --- a/metadata/md5-cache/net-analyzer/wireshark-2.6.6 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm prepare setup test -DEPEND=>=dev-libs/glib-2.14:2 dev-libs/libgcrypt:0 netlink? ( dev-libs/libnl:3 ) adns? ( >=net-dns/c-ares-1.5 ) bcg729? ( media-libs/bcg729 ) filecaps? ( sys-libs/libcap ) gtk? ( x11-libs/gdk-pixbuf x11-libs/gtk+:3 x11-libs/pango x11-misc/xdg-utils ) kerberos? ( virtual/krb5 ) sshdump? ( >=net-libs/libssh-0.6 ) ciscodump? ( >=net-libs/libssh-0.6 ) libxml2? ( dev-libs/libxml2 ) lua? ( >=dev-lang/lua-5.1:* ) lz4? ( app-arch/lz4 ) maxminddb? ( dev-libs/libmaxminddb ) nghttp2? ( net-libs/nghttp2 ) pcap? ( net-libs/libpcap ) portaudio? ( media-libs/portaudio ) qt5? ( dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtmultimedia:5 dev-qt/qtprintsupport:5 dev-qt/qtwidgets:5 x11-misc/xdg-utils ) sbc? ( media-libs/sbc ) smi? ( net-libs/libsmi ) snappy? ( app-arch/snappy ) spandsp? ( media-libs/spandsp ) ssl? ( net-libs/gnutls:= ) zlib? ( sys-libs/zlib ) dev-lang/perl !=dev-util/cmake-3.9.6 filecaps? ( sys-libs/libcap ) -DESCRIPTION=A network protocol analyzer formerly known as ethereal -EAPI=6 -HOMEPAGE=https://www.wireshark.org/ -IUSE=adns androiddump bcg729 +capinfos +captype ciscodump +dftest doc +dumpcap +editcap gtk kerberos libxml2 lua lz4 maxminddb +mergecap +netlink nghttp2 +pcap portaudio +qt5 +randpkt +randpktdump +reordercap sbc selinux +sharkd smi snappy spandsp sshdump ssl +text2pcap tfshark +tshark +udpdump zlib +filecaps -KEYWORDS=~alpha amd64 ~arm hppa ~ia64 ~ppc64 x86 -LICENSE=GPL-2 -RDEPEND=>=dev-libs/glib-2.14:2 dev-libs/libgcrypt:0 netlink? ( dev-libs/libnl:3 ) adns? ( >=net-dns/c-ares-1.5 ) bcg729? ( media-libs/bcg729 ) filecaps? ( sys-libs/libcap ) gtk? ( x11-libs/gdk-pixbuf x11-libs/gtk+:3 x11-libs/pango x11-misc/xdg-utils ) kerberos? ( virtual/krb5 ) sshdump? ( >=net-libs/libssh-0.6 ) ciscodump? ( >=net-libs/libssh-0.6 ) libxml2? ( dev-libs/libxml2 ) lua? ( >=dev-lang/lua-5.1:* ) lz4? ( app-arch/lz4 ) maxminddb? ( dev-libs/libmaxminddb ) nghttp2? ( net-libs/nghttp2 ) pcap? ( net-libs/libpcap ) portaudio? ( media-libs/portaudio ) qt5? ( dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtmultimedia:5 dev-qt/qtprintsupport:5 dev-qt/qtwidgets:5 x11-misc/xdg-utils ) sbc? ( media-libs/sbc ) smi? ( net-libs/libsmi ) snappy? ( app-arch/snappy ) spandsp? ( media-libs/spandsp ) ssl? ( net-libs/gnutls:= ) zlib? ( sys-libs/zlib ) gtk? ( virtual/freedesktop-icon-theme ) qt5? ( virtual/freedesktop-icon-theme ) selinux? ( sec-policy/selinux-wireshark ) -SLOT=0/2.6.6 -SRC_URI=https://www.wireshark.org/download/src/all-versions/wireshark-2.6.6.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 multilib b2f01ad412baf81650c23fcf0975fa33 multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f preserve-libs ef207dc62baddfddfd39a164d9797648 qmake-utils bdf97e69a34b864d6d545f4ec3143ff7 toolchain-funcs b45201c4e6c096b98e250336954e64b9 user 8bd74731cafdcdad8f7a63637302e073 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf xdg-utils 14d00d009167652b1fa363e55effe213 -_md5_=c4f6eb693f4cdecf21438f26416996bb diff --git a/metadata/md5-cache/net-dns/Manifest.gz b/metadata/md5-cache/net-dns/Manifest.gz index 0231af39370f..b97c6a5dd907 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/ddclient-3.9.0-r2 b/metadata/md5-cache/net-dns/ddclient-3.9.0-r2 index e07702bac598..87ab1613c188 100644 --- a/metadata/md5-cache/net-dns/ddclient-3.9.0-r2 +++ b/metadata/md5-cache/net-dns/ddclient-3.9.0-r2 @@ -4,10 +4,10 @@ DESCRIPTION=Perl client used to update dynamic DNS entries EAPI=7 HOMEPAGE=https://sourceforge.net/projects/ddclient/ IUSE=examples iproute2 -KEYWORDS=~alpha amd64 arm ~hppa ia64 ~mips ppc ppc64 ~sparc ~x86 ~x86-fbsd +KEYWORDS=~alpha amd64 arm ~hppa ia64 ~mips ppc ppc64 ~sparc x86 ~x86-fbsd LICENSE=GPL-2+ RDEPEND=dev-lang/perl dev-perl/Data-Validate-IP dev-perl/Digest-SHA1 dev-perl/IO-Socket-INET6 dev-perl/IO-Socket-SSL virtual/perl-Digest-SHA virtual/perl-JSON-PP iproute2? ( sys-apps/iproute2 ) SLOT=0 SRC_URI=mirror://sourceforge/ddclient/ddclient-3.9.0.tar.gz _eclasses_=multilib b2f01ad412baf81650c23fcf0975fa33 systemd 71fd8d2065d102753fb9e4d20eaf3e9f toolchain-funcs b45201c4e6c096b98e250336954e64b9 user 8bd74731cafdcdad8f7a63637302e073 -_md5_=414136de75a3befb9e3d7091fb8ad106 +_md5_=b8d7d41a13d24ca0208688ac604aec38 diff --git a/metadata/md5-cache/net-dns/pdns-4.1.7 b/metadata/md5-cache/net-dns/pdns-4.1.7 new file mode 100644 index 000000000000..8f70aa12d50d --- /dev/null +++ b/metadata/md5-cache/net-dns/pdns-4.1.7 @@ -0,0 +1,15 @@ +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.7.tar.bz2 +_eclasses_=multilib b2f01ad412baf81650c23fcf0975fa33 toolchain-funcs b45201c4e6c096b98e250336954e64b9 user 8bd74731cafdcdad8f7a63637302e073 +_md5_=1f11419a66304cef9152d46615931739 diff --git a/metadata/md5-cache/net-ftp/Manifest.gz b/metadata/md5-cache/net-ftp/Manifest.gz index b7177e42a0b0..501d6b66e273 100644 Binary files a/metadata/md5-cache/net-ftp/Manifest.gz and b/metadata/md5-cache/net-ftp/Manifest.gz differ diff --git a/metadata/md5-cache/net-ftp/filezilla-3.41.2 b/metadata/md5-cache/net-ftp/filezilla-3.41.2 new file mode 100644 index 000000000000..9d7cd70ef623 --- /dev/null +++ b/metadata/md5-cache/net-ftp/filezilla-3.41.2 @@ -0,0 +1,13 @@ +DEFINED_PHASES=configure postinst postrm preinst prepare pretend +DEPEND=>=app-eselect/eselect-wxwidgets-0.7-r1 >=dev-libs/nettle-3.1:= >=dev-db/sqlite-3.7 >=dev-libs/libfilezilla-0.15.1 >=dev-libs/pugixml-1.7 >=net-libs/gnutls-3.4.15 >=x11-libs/wxGTK-3.0.4:3.0-gtk3[X] x11-misc/xdg-utils dbus? ( sys-apps/dbus ) virtual/pkgconfig >=sys-devel/libtool-1.4 nls? ( >=sys-devel/gettext-0.11 ) test? ( >=dev-util/cppunit-1.13.0 ) >=app-portage/elt-patches-20170815 !=sys-devel/automake-1.16.1:1.16 >=sys-devel/automake-1.15.1:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 dev-util/desktop-file-utils x11-misc/shared-mime-info +DESCRIPTION=FTP client with lots of useful features and an intuitive interface +EAPI=6 +HOMEPAGE=https://filezilla-project.org/ +IUSE=dbus nls test +KEYWORDS=~amd64 ~arm ~ia64 ~ppc ~x86 +LICENSE=GPL-2 +RDEPEND=>=app-eselect/eselect-wxwidgets-0.7-r1 >=dev-libs/nettle-3.1:= >=dev-db/sqlite-3.7 >=dev-libs/libfilezilla-0.15.1 >=dev-libs/pugixml-1.7 >=net-libs/gnutls-3.4.15 >=x11-libs/wxGTK-3.0.4:3.0-gtk3[X] x11-misc/xdg-utils dbus? ( sys-apps/dbus ) +SLOT=0 +SRC_URI=https://download.filezilla-project.org/client/FileZilla_3.41.2_src.tar.bz2 +_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 wxwidgets ed63935305b6de2210ae97a407719d89 xdg c7ba313ea1eaf266f95cc6235f7d6a07 xdg-utils 14d00d009167652b1fa363e55effe213 +_md5_=2e32857c1415a5b0491e765aea2433b9 diff --git a/metadata/md5-cache/net-ftp/uftpd-2.4 b/metadata/md5-cache/net-ftp/uftpd-2.4 deleted file mode 100644 index 4c821ca7cfe0..000000000000 --- a/metadata/md5-cache/net-ftp/uftpd-2.4 +++ /dev/null @@ -1,11 +0,0 @@ -DEFINED_PHASES=- -DEPEND=dev-libs/libite dev-libs/libuev !!net-misc/uftp -DESCRIPTION=The no nonsense TFTP/FTP server -EAPI=6 -HOMEPAGE=https://github.com/troglobit/uftpd -KEYWORDS=~amd64 ~x86 -LICENSE=MIT -RDEPEND=dev-libs/libite dev-libs/libuev !!net-misc/uftp -SLOT=0 -SRC_URI=https://github.com/troglobit/uftpd/releases/download/v2.4/uftpd-2.4.tar.xz -_md5_=b9b16326a817af1858eb18763d5a328d diff --git a/metadata/md5-cache/net-ftp/uftpd-2.7 b/metadata/md5-cache/net-ftp/uftpd-2.7 new file mode 100644 index 000000000000..0aadc5a235aa --- /dev/null +++ b/metadata/md5-cache/net-ftp/uftpd-2.7 @@ -0,0 +1,11 @@ +DEFINED_PHASES=install +DEPEND=>=dev-libs/libite-1.5 >=dev-libs/libuev-2.2 +DESCRIPTION=The no nonsense TFTP/FTP server +EAPI=7 +HOMEPAGE=https://github.com/troglobit/uftpd +KEYWORDS=~amd64 ~x86 +LICENSE=MIT +RDEPEND=>=dev-libs/libite-1.5 >=dev-libs/libuev-2.2 !net-misc/uftp !net-ftp/atftp +SLOT=0 +SRC_URI=https://github.com/troglobit/uftpd/releases/download/v2.7/uftpd-2.7.tar.xz +_md5_=e68446be33014958bb8ac6bb575105fb diff --git a/metadata/md5-cache/net-im/Manifest.gz b/metadata/md5-cache/net-im/Manifest.gz index a067357ff416..807bbed50d98 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/openmittsu-0.9.13.32 b/metadata/md5-cache/net-im/openmittsu-0.9.13.32 new file mode 100644 index 000000000000..2bd83a0c7a13 --- /dev/null +++ b/metadata/md5-cache/net-im/openmittsu-0.9.13.32 @@ -0,0 +1,14 @@ +BDEPEND=dev-util/ninja >=dev-util/cmake-3.9.6 +DEFINED_PHASES=compile configure install prepare test +DEPEND=dev-db/qt5-sqlcipher >=dev-libs/libsodium-1.0.11:= >=dev-qt/qtcore-5.7.1:5= >=dev-qt/qtgui-5.7.1:5= >=dev-qt/qtmultimedia-5.7.1:5= >=dev-qt/qtnetwork-5.7.1:5=[ssl] >=dev-qt/qtsql-5.7.1:5=[sqlite] >=dev-qt/qtwidgets-5.7.1:5= >=media-gfx/qrencode-3.4.4-r1:= test? ( >=dev-cpp/gtest-1.8.0 ) +DESCRIPTION=An open source chat client for Threema-style end-to-end encrypted chat networks +EAPI=7 +HOMEPAGE=https://www.openmittsu.de/ +IUSE=test +KEYWORDS=~amd64 +LICENSE=GPL-2+ BitstreamVera OFL-1.1 Apache-2.0 CC0-1.0 MIT BSD +RDEPEND=dev-db/qt5-sqlcipher >=dev-libs/libsodium-1.0.11:= >=dev-qt/qtcore-5.7.1:5= >=dev-qt/qtgui-5.7.1:5= >=dev-qt/qtmultimedia-5.7.1:5= >=dev-qt/qtnetwork-5.7.1:5=[ssl] >=dev-qt/qtsql-5.7.1:5=[sqlite] >=dev-qt/qtwidgets-5.7.1:5= >=media-gfx/qrencode-3.4.4-r1:= +SLOT=0 +SRC_URI=https://dev.gentoo.org/~ulm/distfiles/openmittsu-0.9.13.32.tar.xz +_eclasses_=cmake-utils ab10bd85e5d38e2a32077bcd91faa1b6 desktop b1d22ac8bdd4679ab79c71aca235009d eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic a09389deba2c0a7108b581e02c7cecbf multilib b2f01ad412baf81650c23fcf0975fa33 multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f toolchain-funcs b45201c4e6c096b98e250336954e64b9 xdg-utils 14d00d009167652b1fa363e55effe213 +_md5_=2c1a6c420d5192bead05d0ed02eafdbd diff --git a/metadata/md5-cache/net-im/openmittsu-0.9.9.48 b/metadata/md5-cache/net-im/openmittsu-0.9.9.48 deleted file mode 100644 index ef053f682670..000000000000 --- a/metadata/md5-cache/net-im/openmittsu-0.9.9.48 +++ /dev/null @@ -1,12 +0,0 @@ -DEFINED_PHASES=compile configure install prepare test -DEPEND=dev-db/qt5-sqlcipher >=dev-libs/libsodium-1.0.11:= >=dev-qt/qtcore-5.7.1:5= >=dev-qt/qtgui-5.7.1:5= >=dev-qt/qtmultimedia-5.7.1:5= >=dev-qt/qtnetwork-5.7.1:5=[ssl] >=dev-qt/qtsql-5.7.1:5=[sqlite] >=dev-qt/qtwidgets-5.7.1:5= >=media-gfx/qrencode-3.4.4-r1:= sys-devel/make >=dev-util/cmake-3.9.6 -DESCRIPTION=An open source chat client for Threema-style end-to-end encrypted chat networks -EAPI=6 -HOMEPAGE=https://www.openmittsu.de/ -KEYWORDS=~amd64 -LICENSE=GPL-2+ BitstreamVera OFL-1.1 Apache-2.0 CC0-1.0 MIT BSD-2 Boost-1.0 -RDEPEND=dev-db/qt5-sqlcipher >=dev-libs/libsodium-1.0.11:= >=dev-qt/qtcore-5.7.1:5= >=dev-qt/qtgui-5.7.1:5= >=dev-qt/qtmultimedia-5.7.1:5= >=dev-qt/qtnetwork-5.7.1:5=[ssl] >=dev-qt/qtsql-5.7.1:5=[sqlite] >=dev-qt/qtwidgets-5.7.1:5= >=media-gfx/qrencode-3.4.4-r1:= -SLOT=0 -SRC_URI=https://dev.gentoo.org/~ulm/distfiles/openmittsu-0.9.9.48.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 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf xdg-utils 14d00d009167652b1fa363e55effe213 -_md5_=307473ce69c02e602703fce09f158b49 diff --git a/metadata/md5-cache/net-im/slack-bin-3.3.8 b/metadata/md5-cache/net-im/slack-bin-3.3.8 new file mode 100644 index 000000000000..a95e181abe18 --- /dev/null +++ b/metadata/md5-cache/net-im/slack-bin-3.3.8 @@ -0,0 +1,14 @@ +DEFINED_PHASES=install postinst postrm prepare unpack +DESCRIPTION=Team collaboration tool +EAPI=7 +HOMEPAGE=http://www.slack.com/ +IUSE=ayatana gnome-keyring pax_kernel abi_x86_64 +KEYWORDS=-* ~amd64 +LICENSE=all-rights-reserved +RDEPEND=dev-libs/atk:0[abi_x86_64(-)?] dev-libs/expat:0[abi_x86_64(-)?] dev-libs/glib:2[abi_x86_64(-)?] dev-libs/nspr:0[abi_x86_64(-)?] dev-libs/nss:0[abi_x86_64(-)?] gnome-base/gconf:2[abi_x86_64(-)?] media-libs/alsa-lib:0[abi_x86_64(-)?] media-libs/fontconfig:1.0[abi_x86_64(-)?] media-libs/freetype:2[abi_x86_64(-)?] net-misc/curl:0[abi_x86_64(-)?] net-print/cups:0[abi_x86_64(-)?] sys-apps/dbus:0[abi_x86_64(-)?] x11-libs/cairo:0[abi_x86_64(-)?] x11-libs/gdk-pixbuf:2[abi_x86_64(-)?] x11-libs/gtk+:3[abi_x86_64(-)?] x11-libs/libX11:0[abi_x86_64(-)?] x11-libs/libxcb:0/1.12[abi_x86_64(-)?] x11-libs/libXcomposite:0[abi_x86_64(-)?] x11-libs/libXcursor:0[abi_x86_64(-)?] x11-libs/libXdamage:0[abi_x86_64(-)?] x11-libs/libXext:0[abi_x86_64(-)?] x11-libs/libXfixes:0[abi_x86_64(-)?] x11-libs/libXi:0[abi_x86_64(-)?] x11-libs/libxkbfile:0[abi_x86_64(-)?] x11-libs/libXrandr:0[abi_x86_64(-)?] x11-libs/libXrender:0[abi_x86_64(-)?] x11-libs/libXScrnSaver:0[abi_x86_64(-)?] x11-libs/libXtst:0[abi_x86_64(-)?] x11-libs/pango:0[abi_x86_64(-)?] ayatana? ( dev-libs/libappindicator:3[abi_x86_64(-)?] ) gnome-keyring? ( app-crypt/libsecret:0[abi_x86_64(-)?] ) +REQUIRED_USE=|| ( abi_x86_64 ) +RESTRICT=bindist mirror +SLOT=0 +SRC_URI=https://downloads.slack-edge.com/linux_releases/slack-desktop-3.3.8-amd64.deb +_eclasses_=desktop b1d22ac8bdd4679ab79c71aca235009d multibuild 40fe59465edacd730c644ec2bc197809 multilib b2f01ad412baf81650c23fcf0975fa33 multilib-build b42436dc1260f475af229754c165cb6b pax-utils e85f015e815dd463b0c206d781ef45a5 toolchain-funcs b45201c4e6c096b98e250336954e64b9 unpacker 3cd8bad0d31e525cd26be1bfa4e61631 xdg-utils 14d00d009167652b1fa363e55effe213 +_md5_=d2fbd135cab66876bf360c2c21550459 diff --git a/metadata/md5-cache/net-libs/Manifest.gz b/metadata/md5-cache/net-libs/Manifest.gz index 9bfc1c136ab5..68ab8372faea 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/gnome-online-accounts-3.30.2 b/metadata/md5-cache/net-libs/gnome-online-accounts-3.30.2 new file mode 100644 index 000000000000..c1d949b330ec --- /dev/null +++ b/metadata/md5-cache/net-libs/gnome-online-accounts-3.30.2 @@ -0,0 +1,15 @@ +DEFINED_PHASES=compile configure install postinst postrm preinst prepare +DEPEND=>=dev-libs/glib-2.52:2 >=app-crypt/libsecret-0.5 >=dev-libs/json-glib-0.16 dev-libs/libxml2:2 >=net-libs/libsoup-2.42:2.4 net-libs/rest:0.7 >=net-libs/webkit-gtk-2.12.0:4 >=x11-libs/gtk+-3.19.12:3 x11-libs/pango introspection? ( >=dev-libs/gobject-introspection-0.6.2:= ) kerberos? ( app-crypt/gcr:0=[gtk] app-crypt/mit-krb5 ) 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-libs/libxslt >=dev-util/gtk-doc-am-1.3 >=dev-util/gdbus-codegen-2.30.0 >=sys-devel/gettext-0.19.8 virtual/pkgconfig dev-libs/gobject-introspection-common gnome-base/gnome-common >=app-portage/elt-patches-20170815 app-arch/xz-utils dev-util/desktop-file-utils x11-misc/shared-mime-info +DESCRIPTION=GNOME framework for accessing online accounts +EAPI=6 +HOMEPAGE=https://wiki.gnome.org/Projects/GnomeOnlineAccounts +IUSE=debug gnome +introspection kerberos +vala +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 +LICENSE=LGPL-2+ +PDEPEND=gnome? ( >=gnome-base/gnome-control-center-3.2[gnome-online-accounts(+)] ) +RDEPEND=>=dev-libs/glib-2.52:2 >=app-crypt/libsecret-0.5 >=dev-libs/json-glib-0.16 dev-libs/libxml2:2 >=net-libs/libsoup-2.42:2.4 net-libs/rest:0.7 >=net-libs/webkit-gtk-2.12.0:4 >=x11-libs/gtk+-3.19.12:3 x11-libs/pango introspection? ( >=dev-libs/gobject-introspection-0.6.2:= ) kerberos? ( app-crypt/gcr:0=[gtk] app-crypt/mit-krb5 ) +REQUIRED_USE=vala? ( introspection ) +SLOT=0/1 +SRC_URI=mirror://gnome/sources/gnome-online-accounts/3.30/gnome-online-accounts-3.30.2.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 vala a94a0fb4c35fe91774bb72ec8f3c861f vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf versionator 2352c3fc97241f6a02042773c8287748 xdg c7ba313ea1eaf266f95cc6235f7d6a07 xdg-utils 14d00d009167652b1fa363e55effe213 +_md5_=a9c52040297b6fea09aee1389cdb0bae diff --git a/metadata/md5-cache/net-libs/gsoap-2.8.79 b/metadata/md5-cache/net-libs/gsoap-2.8.82 similarity index 94% rename from metadata/md5-cache/net-libs/gsoap-2.8.79 rename to metadata/md5-cache/net-libs/gsoap-2.8.82 index 27c89e1350af..bf2652c3061a 100644 --- a/metadata/md5-cache/net-libs/gsoap-2.8.79 +++ b/metadata/md5-cache/net-libs/gsoap-2.8.82 @@ -9,6 +9,6 @@ KEYWORDS=~amd64 ~x86 LICENSE=GPL-2 gSOAP RDEPEND=sys-libs/zlib gnutls? ( net-libs/gnutls ) ssl? ( !libressl? ( dev-libs/openssl:0= ) libressl? ( dev-libs/libressl ) ) SLOT=0 -SRC_URI=mirror://sourceforge/gsoap2/gsoap_2.8.79.zip +SRC_URI=mirror://sourceforge/gsoap2/gsoap_2.8.82.zip _eclasses_=autotools 1bf086cdd7356f5c9a4acd9727bd2065 libtool f143db5a74ccd9ca28c1234deffede96 multilib b2f01ad412baf81650c23fcf0975fa33 toolchain-funcs b45201c4e6c096b98e250336954e64b9 _md5_=77abe83dd717d9d21a181bf20db624f0 diff --git a/metadata/md5-cache/net-libs/libpsl-0.20.2 b/metadata/md5-cache/net-libs/libpsl-0.20.2 new file mode 100644 index 000000000000..5756a6ab7a76 --- /dev/null +++ b/metadata/md5-cache/net-libs/libpsl-0.20.2 @@ -0,0 +1,15 @@ +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(-)?] ) +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 ) +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 diff --git a/metadata/md5-cache/net-libs/libsoup-2.64.2 b/metadata/md5-cache/net-libs/libsoup-2.64.2 new file mode 100644 index 000000000000..e8f76ea48446 --- /dev/null +++ b/metadata/md5-cache/net-libs/libsoup-2.64.2 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install postinst postrm preinst prepare setup test +DEPEND=>=dev-libs/glib-2.34.3:2[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(-)?] >=dev-libs/libxml2-2.9.1-r4:2[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(-)?] >=dev-db/sqlite-3.8.2:3[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-libs/libpsl-0.20.0[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-libs/glib-networking-2.38.2[ssl?,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(-)?] gssapi? ( virtual/krb5[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(-)?] ) introspection? ( >=dev-libs/gobject-introspection-0.9.5:= ) samba? ( net-fs/samba ) || ( dev-lang/python:3.6 dev-lang/python:3.5 dev-lang/python:3.4 ) dev-util/glib-utils >=dev-util/gtk-doc-am-1.20 >=dev-util/intltool-0.35 sys-devel/gettext >=virtual/pkgconfig-0-r1[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(-)?] test? ( >=dev-libs/glib-2.40:2[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(-)?] ) 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-portage/elt-patches-20170815 app-arch/xz-utils dev-util/desktop-file-utils x11-misc/shared-mime-info +DESCRIPTION=An HTTP library implementation in C +EAPI=6 +HOMEPAGE=https://wiki.gnome.org/Projects/libsoup +IUSE=debug gssapi +introspection samba ssl test +vala 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=LGPL-2+ +RDEPEND=>=dev-libs/glib-2.34.3:2[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(-)?] >=dev-libs/libxml2-2.9.1-r4:2[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(-)?] >=dev-db/sqlite-3.8.2:3[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-libs/libpsl-0.20.0[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-libs/glib-networking-2.38.2[ssl?,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(-)?] gssapi? ( virtual/krb5[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(-)?] ) introspection? ( >=dev-libs/gobject-introspection-0.9.5:= ) samba? ( net-fs/samba ) +REQUIRED_USE=vala? ( introspection ) +SLOT=2.4 +SRC_URI=mirror://gnome/sources/libsoup/2.64/libsoup-2.64.2.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 multibuild 40fe59465edacd730c644ec2bc197809 multilib b2f01ad412baf81650c23fcf0975fa33 multilib-build b42436dc1260f475af229754c165cb6b multilib-minimal 8bddda43703ba94d8341f4e247f97566 preserve-libs ef207dc62baddfddfd39a164d9797648 python-any-r1 4900ae970f827a22d33d41bd8b8f9ace python-utils-r1 12114a2a9aab35b93efc037a196b3234 toolchain-funcs b45201c4e6c096b98e250336954e64b9 vala a94a0fb4c35fe91774bb72ec8f3c861f vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf versionator 2352c3fc97241f6a02042773c8287748 xdg c7ba313ea1eaf266f95cc6235f7d6a07 xdg-utils 14d00d009167652b1fa363e55effe213 +_md5_=4f81cceda0812378ebbbdb61dfa72d2f diff --git a/metadata/md5-cache/net-libs/libssh2-1.8.1 b/metadata/md5-cache/net-libs/libssh2-1.8.1 new file mode 100644 index 000000000000..85dec8abc7b5 --- /dev/null +++ b/metadata/md5-cache/net-libs/libssh2-1.8.1 @@ -0,0 +1,15 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=!libressl? ( >=dev-libs/openssl-1.0.1h-r2:0=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) gcrypt? ( >=dev-libs/libgcrypt-1.5.3:0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) libressl? ( dev-libs/libressl:0=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) mbedtls? ( net-libs/mbedtls[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(-)?] ) zlib? ( >=sys-libs/zlib-1.2.8-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) sys-devel/make >=dev-util/cmake-3.9.6 +DESCRIPTION=Library implementing the SSH2 protocol +EAPI=6 +HOMEPAGE=https://www.libssh2.org +IUSE=gcrypt libressl mbedtls zlib abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_ppc_32 abi_ppc_64 abi_s390_32 abi_s390_64 +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris +LICENSE=BSD +RDEPEND=!libressl? ( >=dev-libs/openssl-1.0.1h-r2:0=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) gcrypt? ( >=dev-libs/libgcrypt-1.5.3:0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) libressl? ( dev-libs/libressl:0=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) mbedtls? ( net-libs/mbedtls[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(-)?] ) zlib? ( >=sys-libs/zlib-1.2.8-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) +REQUIRED_USE=?? ( gcrypt libressl mbedtls ) +RESTRICT=test +SLOT=0 +SRC_URI=https://www.libssh2.org/download/libssh2-1.8.1.tar.gz +_eclasses_=cmake-multilib 9400794da450ca9e38faef6eefbb3957 cmake-utils ab10bd85e5d38e2a32077bcd91faa1b6 desktop b1d22ac8bdd4679ab79c71aca235009d epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic a09389deba2c0a7108b581e02c7cecbf ltprune 2729691420b6deeda2a90b1f1183fb55 multibuild 40fe59465edacd730c644ec2bc197809 multilib b2f01ad412baf81650c23fcf0975fa33 multilib-build b42436dc1260f475af229754c165cb6b multilib-minimal 8bddda43703ba94d8341f4e247f97566 multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs b45201c4e6c096b98e250336954e64b9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf xdg-utils 14d00d009167652b1fa363e55effe213 +_md5_=5b88a838ae8e91a8bc8e2d60592b1cce diff --git a/metadata/md5-cache/net-libs/libssh2-9999 b/metadata/md5-cache/net-libs/libssh2-9999 index 428dd1b56839..65b9e3498b86 100644 --- a/metadata/md5-cache/net-libs/libssh2-9999 +++ b/metadata/md5-cache/net-libs/libssh2-9999 @@ -1,11 +1,13 @@ DEFINED_PHASES=compile configure install prepare test unpack -DEPEND=!gcrypt? ( !libressl? ( >=dev-libs/openssl-1.0.1h-r2:0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) libressl? ( dev-libs/libressl[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(-)?] ) ) gcrypt? ( >=dev-libs/libgcrypt-1.5.3:0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) zlib? ( >=sys-libs/zlib-1.2.8-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) >=app-portage/elt-patches-20170815 !=sys-devel/automake-1.16.1:1.16 >=sys-devel/automake-1.15.1:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 >=dev-vcs/git-1.8.2.1[curl] +DEPEND=!libressl? ( >=dev-libs/openssl-1.0.1h-r2:0=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) gcrypt? ( >=dev-libs/libgcrypt-1.5.3:0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) libressl? ( dev-libs/libressl:0=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) mbedtls? ( net-libs/mbedtls[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(-)?] ) zlib? ( >=sys-libs/zlib-1.2.8-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) >=dev-vcs/git-1.8.2.1[curl] sys-devel/make >=dev-util/cmake-3.9.6 DESCRIPTION=Library implementing the SSH2 protocol EAPI=6 HOMEPAGE=https://www.libssh2.org -IUSE=gcrypt libressl static-libs test zlib 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 +IUSE=gcrypt libressl mbedtls zlib 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 -RDEPEND=!gcrypt? ( !libressl? ( >=dev-libs/openssl-1.0.1h-r2:0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) libressl? ( dev-libs/libressl[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(-)?] ) ) gcrypt? ( >=dev-libs/libgcrypt-1.5.3:0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) zlib? ( >=sys-libs/zlib-1.2.8-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) +RDEPEND=!libressl? ( >=dev-libs/openssl-1.0.1h-r2:0=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) gcrypt? ( >=dev-libs/libgcrypt-1.5.3:0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) libressl? ( dev-libs/libressl:0=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) mbedtls? ( net-libs/mbedtls[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(-)?] ) zlib? ( >=sys-libs/zlib-1.2.8-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) +REQUIRED_USE=?? ( gcrypt libressl mbedtls ) +RESTRICT=test SLOT=0 -_eclasses_=autotools 1bf086cdd7356f5c9a4acd9727bd2065 git-r3 0d4635eeb5a96cd5315597a47eba25c9 libtool f143db5a74ccd9ca28c1234deffede96 multibuild 40fe59465edacd730c644ec2bc197809 multilib b2f01ad412baf81650c23fcf0975fa33 multilib-build b42436dc1260f475af229754c165cb6b multilib-minimal 8bddda43703ba94d8341f4e247f97566 toolchain-funcs b45201c4e6c096b98e250336954e64b9 -_md5_=b5058cf18e3995c3d2ec1532a0e4c517 +_eclasses_=cmake-multilib 9400794da450ca9e38faef6eefbb3957 cmake-utils ab10bd85e5d38e2a32077bcd91faa1b6 desktop b1d22ac8bdd4679ab79c71aca235009d epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic a09389deba2c0a7108b581e02c7cecbf git-r3 0d4635eeb5a96cd5315597a47eba25c9 ltprune 2729691420b6deeda2a90b1f1183fb55 multibuild 40fe59465edacd730c644ec2bc197809 multilib b2f01ad412baf81650c23fcf0975fa33 multilib-build b42436dc1260f475af229754c165cb6b multilib-minimal 8bddda43703ba94d8341f4e247f97566 multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs b45201c4e6c096b98e250336954e64b9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf xdg-utils 14d00d009167652b1fa363e55effe213 +_md5_=aee687275742bbb4eca995e5232cd6fe diff --git a/metadata/md5-cache/net-libs/pjproject-2.7.1 b/metadata/md5-cache/net-libs/pjproject-2.7.1 index cdaaecd4250c..19262480f36f 100644 --- a/metadata/md5-cache/net-libs/pjproject-2.7.1 +++ b/metadata/md5-cache/net-libs/pjproject-2.7.1 @@ -2,13 +2,13 @@ DEFINED_PHASES=compile configure install prepare DEPEND=alsa? ( media-libs/alsa-lib ) oss? ( media-libs/portaudio[oss] ) portaudio? ( media-libs/portaudio ) amr? ( media-libs/opencore-amr ) gsm? ( media-sound/gsm ) ilbc? ( dev-libs/ilbc-rfc3951 ) opus? ( media-libs/opus ) speex? ( media-libs/speexdsp ) ffmpeg? ( virtual/ffmpeg:= ) sdl? ( media-libs/libsdl ) openh264? ( media-libs/openh264 ) resample? ( media-libs/libsamplerate ) ssl? ( dev-libs/openssl:= ) net-libs/libsrtp:0 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=Open source SIP, Media, and NAT Traversal Library EAPI=6 -HOMEPAGE=http://www.pjsip.org/ +HOMEPAGE=https://www.pjsip.org/ IUSE=amr debug doc epoll examples ipv6 opus resample silk ssl static-libs webrtc g711 g722 g7221 gsm ilbc speex l16 sdl ffmpeg v4l2 openh264 libyuv alsa oss portaudio KEYWORDS=amd64 ~ppc x86 LICENSE=GPL-2 RDEPEND=alsa? ( media-libs/alsa-lib ) oss? ( media-libs/portaudio[oss] ) portaudio? ( media-libs/portaudio ) amr? ( media-libs/opencore-amr ) gsm? ( media-sound/gsm ) ilbc? ( dev-libs/ilbc-rfc3951 ) opus? ( media-libs/opus ) speex? ( media-libs/speexdsp ) ffmpeg? ( virtual/ffmpeg:= ) sdl? ( media-libs/libsdl ) openh264? ( media-libs/openh264 ) resample? ( media-libs/libsamplerate ) ssl? ( dev-libs/openssl:= ) net-libs/libsrtp:0 REQUIRED_USE=?? ( alsa oss portaudio ) SLOT=0 -SRC_URI=http://www.pjsip.org/release/2.7.1/pjproject-2.7.1.tar.bz2 +SRC_URI=https://www.pjsip.org/release/2.7.1/pjproject-2.7.1.tar.bz2 _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_=8495f40cacbad5d056f5845f397bced7 +_md5_=fe8948497b8c4ecc60261aa8bd77632e diff --git a/metadata/md5-cache/net-libs/pjproject-2.7.2 b/metadata/md5-cache/net-libs/pjproject-2.7.2 index 42ba605fde08..b570a70119e4 100644 --- a/metadata/md5-cache/net-libs/pjproject-2.7.2 +++ b/metadata/md5-cache/net-libs/pjproject-2.7.2 @@ -2,13 +2,13 @@ DEFINED_PHASES=compile configure install prepare DEPEND=alsa? ( media-libs/alsa-lib ) oss? ( media-libs/portaudio[oss] ) portaudio? ( media-libs/portaudio ) amr? ( media-libs/opencore-amr ) gsm? ( media-sound/gsm ) ilbc? ( dev-libs/ilbc-rfc3951 ) opus? ( media-libs/opus ) speex? ( media-libs/speexdsp ) ffmpeg? ( virtual/ffmpeg:= ) sdl? ( media-libs/libsdl ) openh264? ( media-libs/openh264 ) resample? ( media-libs/libsamplerate ) ssl? ( !libressl? ( dev-libs/openssl:0= ) libressl? ( dev-libs/libressl:0= ) ) net-libs/libsrtp:0 virtual/pkgconfig !!media-plugins/mediastreamer-bcg729 >=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=Open source SIP, Media, and NAT Traversal Library EAPI=6 -HOMEPAGE=http://www.pjsip.org/ +HOMEPAGE=https://www.pjsip.org/ IUSE=amr debug doc epoll examples ipv6 libressl opus resample silk ssl static-libs webrtc g711 g722 g7221 gsm ilbc speex l16 sdl ffmpeg v4l2 openh264 libyuv alsa oss portaudio KEYWORDS=~amd64 ~ppc ~x86 LICENSE=GPL-2 RDEPEND=alsa? ( media-libs/alsa-lib ) oss? ( media-libs/portaudio[oss] ) portaudio? ( media-libs/portaudio ) amr? ( media-libs/opencore-amr ) gsm? ( media-sound/gsm ) ilbc? ( dev-libs/ilbc-rfc3951 ) opus? ( media-libs/opus ) speex? ( media-libs/speexdsp ) ffmpeg? ( virtual/ffmpeg:= ) sdl? ( media-libs/libsdl ) openh264? ( media-libs/openh264 ) resample? ( media-libs/libsamplerate ) ssl? ( !libressl? ( dev-libs/openssl:0= ) libressl? ( dev-libs/libressl:0= ) ) net-libs/libsrtp:0 REQUIRED_USE=?? ( alsa oss portaudio ) SLOT=0 -SRC_URI=http://www.pjsip.org/release/2.7.2/pjproject-2.7.2.tar.bz2 +SRC_URI=https://www.pjsip.org/release/2.7.2/pjproject-2.7.2.tar.bz2 _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_=c467b3df277f8d1a47f76d154e86b231 +_md5_=e0ab7821b2646eef37351ddade7daf73 diff --git a/metadata/md5-cache/net-misc/Manifest.gz b/metadata/md5-cache/net-misc/Manifest.gz index fe6ccfaf481e..7a202a2e0dc2 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/gnome-online-miners-3.30.0 b/metadata/md5-cache/net-misc/gnome-online-miners-3.30.0 new file mode 100644 index 000000000000..d1b17da78bc2 --- /dev/null +++ b/metadata/md5-cache/net-misc/gnome-online-miners-3.30.0 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install postinst postrm preinst prepare +DEPEND=>=app-misc/tracker-2:= >=dev-libs/glib-2.35.1:2 >=dev-libs/libgdata-0.15.2:0=[crypt,gnome-online-accounts] media-libs/grilo:0.3 >=net-libs/gnome-online-accounts-3.13.3:= >=net-libs/libgfbgraph-0.2.2:0.2 >=net-libs/libzapojit-0.0.2 flickr? ( media-plugins/grilo-plugins:0.3[flickr] ) virtual/pkgconfig >=app-portage/elt-patches-20170815 app-arch/xz-utils dev-util/desktop-file-utils x11-misc/shared-mime-info +DESCRIPTION=Crawls through your online content +EAPI=6 +HOMEPAGE=https://wiki.gnome.org/Projects/GnomeOnlineMiners +IUSE=flickr +KEYWORDS=~amd64 ~x86 +LICENSE=GPL-2+ +RDEPEND=>=app-misc/tracker-2:= >=dev-libs/glib-2.35.1:2 >=dev-libs/libgdata-0.15.2:0=[crypt,gnome-online-accounts] media-libs/grilo:0.3 >=net-libs/gnome-online-accounts-3.13.3:= >=net-libs/libgfbgraph-0.2.2:0.2 >=net-libs/libzapojit-0.0.2 flickr? ( media-plugins/grilo-plugins:0.3[flickr] ) +SLOT=0 +SRC_URI=mirror://gnome/sources/gnome-online-miners/3.30/gnome-online-miners-3.30.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_=7dbb3ececfd7f3d87283e649d3fb7a62 diff --git a/metadata/md5-cache/net-misc/gwhois-20120626 b/metadata/md5-cache/net-misc/gwhois-20120626 deleted file mode 100644 index 0cc763b0eb75..000000000000 --- a/metadata/md5-cache/net-misc/gwhois-20120626 +++ /dev/null @@ -1,11 +0,0 @@ -DEFINED_PHASES=install postinst -DESCRIPTION=generic whois -EAPI=0 -HOMEPAGE=http://gwhois.de/ -KEYWORDS=alpha amd64 hppa ppc ppc64 sparc x86 -LICENSE=GPL-2 -RDEPEND=www-client/lynx net-misc/curl dev-lang/perl dev-perl/libwww-perl dev-perl/Net-LibIDN -SLOT=0 -SRC_URI=http://gwhois.de/gwhois/gwhois_20120626.tar.gz -_eclasses_=desktop b1d22ac8bdd4679ab79c71aca235009d epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 ltprune 2729691420b6deeda2a90b1f1183fb55 multilib b2f01ad412baf81650c23fcf0975fa33 preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs b45201c4e6c096b98e250336954e64b9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf -_md5_=620412dd3b341c5455da368590fb3a05 diff --git a/metadata/md5-cache/net-misc/minidlna-1.2.1-r1 b/metadata/md5-cache/net-misc/minidlna-1.2.1-r1 index 12bde2796b54..57cd32954f46 100644 --- a/metadata/md5-cache/net-misc/minidlna-1.2.1-r1 +++ b/metadata/md5-cache/net-misc/minidlna-1.2.1-r1 @@ -4,10 +4,10 @@ DESCRIPTION=DLNA/UPnP-AV compliant media server EAPI=6 HOMEPAGE=https://sourceforge.net/projects/minidlna/ IUSE=libav netgear readynas zeroconf kernel_linux -KEYWORDS=amd64 arm ~x86 +KEYWORDS=amd64 arm x86 LICENSE=BSD GPL-2 RDEPEND=dev-db/sqlite:3 media-libs/flac:= media-libs/libexif:= media-libs/libid3tag:= media-libs/libogg:= media-libs/libvorbis:= virtual/jpeg:0= libav? ( media-video/libav:0= ) !libav? ( media-video/ffmpeg:0= ) zeroconf? ( net-dns/avahi:= ) virtual/tmpfiles SLOT=0 SRC_URI=mirror://sourceforge/minidlna/1.2.1/minidlna-1.2.1.tar.gz https://dev.gentoo.org/~xmw/minidlna-gentoo-artwork.patch.xz _eclasses_=autotools 1bf086cdd7356f5c9a4acd9727bd2065 desktop b1d22ac8bdd4679ab79c71aca235009d eapi7-ver 756b3f27d8e46131d5cf3c51bd876446 epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 libtool f143db5a74ccd9ca28c1234deffede96 linux-info 953c3b1c472dcadbf62098a9301327f2 ltprune 2729691420b6deeda2a90b1f1183fb55 multilib b2f01ad412baf81650c23fcf0975fa33 preserve-libs ef207dc62baddfddfd39a164d9797648 systemd 71fd8d2065d102753fb9e4d20eaf3e9f tmpfiles a6dd0427ea9c68067a0a7fe2236b457f toolchain-funcs b45201c4e6c096b98e250336954e64b9 user 8bd74731cafdcdad8f7a63637302e073 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf -_md5_=6a736636a55744b30c6adfc778394477 +_md5_=0aa2739f816564ae8457ad04bcdb67a7 diff --git a/metadata/md5-cache/net-misc/nemesis-1.4-r1 b/metadata/md5-cache/net-misc/nemesis-1.4-r1 index 8c3ad318ae38..7bce2209956e 100644 --- a/metadata/md5-cache/net-misc/nemesis-1.4-r1 +++ b/metadata/md5-cache/net-misc/nemesis-1.4-r1 @@ -3,10 +3,10 @@ DEPEND=net-libs/libpcap =net-libs/libnet-1.0* >=app-portage/elt-patches-20170815 DESCRIPTION=A commandline-based, portable human IP stack for UNIX/Linux EAPI=6 HOMEPAGE=http://nemesis.sourceforge.net/ -KEYWORDS=~alpha amd64 sparc ~x86 +KEYWORDS=~alpha amd64 sparc x86 LICENSE=BSD RDEPEND=net-libs/libpcap SLOT=0 SRC_URI=mirror://sourceforge/nemesis/nemesis-1.4.tar.gz _eclasses_=autotools 1bf086cdd7356f5c9a4acd9727bd2065 libtool f143db5a74ccd9ca28c1234deffede96 multilib b2f01ad412baf81650c23fcf0975fa33 toolchain-funcs b45201c4e6c096b98e250336954e64b9 -_md5_=ce8fca5421b15b8586ea4adb823184ea +_md5_=fb9ffe1933031b37773dbfb79a64aca6 diff --git a/metadata/md5-cache/net-misc/putty-0.71 b/metadata/md5-cache/net-misc/putty-0.71-r1 similarity index 100% rename from metadata/md5-cache/net-misc/putty-0.71 rename to metadata/md5-cache/net-misc/putty-0.71-r1 diff --git a/metadata/md5-cache/net-p2p/Manifest.gz b/metadata/md5-cache/net-p2p/Manifest.gz index fbdd047133b3..05c85328a1ab 100644 Binary files a/metadata/md5-cache/net-p2p/Manifest.gz and b/metadata/md5-cache/net-p2p/Manifest.gz differ diff --git a/metadata/md5-cache/net-p2p/xmr-stak-2.10.2 b/metadata/md5-cache/net-p2p/xmr-stak-2.10.2 new file mode 100644 index 000000000000..b6d7d13d5216 --- /dev/null +++ b/metadata/md5-cache/net-p2p/xmr-stak-2.10.2 @@ -0,0 +1,14 @@ +BDEPEND=dev-util/ninja >=dev-util/cmake-3.9.6 virtual/pkgconfig +DEFINED_PHASES=compile configure install postinst prepare test +DEPEND=cuda? ( dev-util/nvidia-cuda-toolkit ) hwloc? ( sys-apps/hwloc ) opencl? ( virtual/opencl ) ssl? ( dev-libs/openssl:0= ) webserver? ( net-libs/libmicrohttpd ) +DESCRIPTION=Unified all-in-one Monero miner +EAPI=7 +HOMEPAGE=https://github.com/fireice-uk/xmr-stak +IUSE=cuda devfee hwloc opencl ssl webserver +KEYWORDS=~amd64 +LICENSE=GPL-3 +RDEPEND=cuda? ( dev-util/nvidia-cuda-toolkit ) hwloc? ( sys-apps/hwloc ) opencl? ( virtual/opencl ) ssl? ( dev-libs/openssl:0= ) webserver? ( net-libs/libmicrohttpd ) +SLOT=0 +SRC_URI=https://github.com/fireice-uk/xmr-stak/archive/2.10.2.tar.gz -> xmr-stak-2.10.2.tar.gz +_eclasses_=cmake-utils ab10bd85e5d38e2a32077bcd91faa1b6 eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic a09389deba2c0a7108b581e02c7cecbf multilib b2f01ad412baf81650c23fcf0975fa33 multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f systemd 71fd8d2065d102753fb9e4d20eaf3e9f toolchain-funcs b45201c4e6c096b98e250336954e64b9 xdg-utils 14d00d009167652b1fa363e55effe213 +_md5_=3ca5bcbfa93000e1ff4f52fedc330598 diff --git a/metadata/md5-cache/sys-apps/Manifest.gz b/metadata/md5-cache/sys-apps/Manifest.gz index 93df33e7068e..803d21d16667 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/bat-0.9.0 b/metadata/md5-cache/sys-apps/bat-0.9.0 deleted file mode 100644 index 83a3e8e18026..000000000000 --- a/metadata/md5-cache/sys-apps/bat-0.9.0 +++ /dev/null @@ -1,14 +0,0 @@ -BDEPEND=>=virtual/rust-1.29.0 virtual/cargo -DEFINED_PHASES=compile install test unpack -DEPEND=sys-libs/zlib -DESCRIPTION=A cat(1) clone with wings -EAPI=7 -HOMEPAGE=https://github.com/sharkdp/bat -IUSE=test debug -KEYWORDS=~amd64 ~x86 -LICENSE=|| ( MIT Apache-2.0 ) -RDEPEND=sys-libs/zlib -SLOT=0 -SRC_URI=https://github.com/sharkdp/bat/archive/v0.9.0.tar.gz -> bat-0.9.0.tar.gz https://crates.io/api/v1/crates/adler32/1.0.3/download -> adler32-1.0.3.crate https://crates.io/api/v1/crates/aho-corasick/0.6.9/download -> aho-corasick-0.6.9.crate https://crates.io/api/v1/crates/ansi_colours/1.0.1/download -> ansi_colours-1.0.1.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/assert_cmd/0.10.1/download -> assert_cmd-0.10.1.crate https://crates.io/api/v1/crates/atty/0.2.11/download -> atty-0.2.11.crate https://crates.io/api/v1/crates/base64/0.9.3/download -> base64-0.9.3.crate https://crates.io/api/v1/crates/bincode/1.0.1/download -> bincode-1.0.1.crate https://crates.io/api/v1/crates/bitflags/1.0.4/download -> bitflags-1.0.4.crate https://crates.io/api/v1/crates/build_const/0.2.1/download -> build_const-0.2.1.crate https://crates.io/api/v1/crates/byteorder/1.2.7/download -> byteorder-1.2.7.crate https://crates.io/api/v1/crates/cc/1.0.25/download -> cc-1.0.25.crate https://crates.io/api/v1/crates/cfg-if/0.1.6/download -> cfg-if-0.1.6.crate https://crates.io/api/v1/crates/clap/2.32.0/download -> clap-2.32.0.crate https://crates.io/api/v1/crates/clicolors-control/0.2.0/download -> clicolors-control-0.2.0.crate https://crates.io/api/v1/crates/cloudabi/0.0.3/download -> cloudabi-0.0.3.crate https://crates.io/api/v1/crates/console/0.6.2/download -> console-0.6.2.crate https://crates.io/api/v1/crates/content_inspector/0.2.4/download -> content_inspector-0.2.4.crate https://crates.io/api/v1/crates/crc/1.8.1/download -> crc-1.8.1.crate https://crates.io/api/v1/crates/difference/2.0.0/download -> difference-2.0.0.crate https://crates.io/api/v1/crates/directories/1.0.2/download -> directories-1.0.2.crate https://crates.io/api/v1/crates/encoding/0.2.33/download -> encoding-0.2.33.crate https://crates.io/api/v1/crates/encoding-index-japanese/1.20141219.5/download -> encoding-index-japanese-1.20141219.5.crate https://crates.io/api/v1/crates/encoding-index-korean/1.20141219.5/download -> encoding-index-korean-1.20141219.5.crate https://crates.io/api/v1/crates/encoding-index-simpchinese/1.20141219.5/download -> encoding-index-simpchinese-1.20141219.5.crate https://crates.io/api/v1/crates/encoding-index-singlebyte/1.20141219.5/download -> encoding-index-singlebyte-1.20141219.5.crate https://crates.io/api/v1/crates/encoding-index-tradchinese/1.20141219.5/download -> encoding-index-tradchinese-1.20141219.5.crate https://crates.io/api/v1/crates/encoding_index_tests/0.1.4/download -> encoding_index_tests-0.1.4.crate https://crates.io/api/v1/crates/error-chain/0.12.0/download -> error-chain-0.12.0.crate https://crates.io/api/v1/crates/escargot/0.3.1/download -> escargot-0.3.1.crate https://crates.io/api/v1/crates/flate2/1.0.4/download -> flate2-1.0.4.crate https://crates.io/api/v1/crates/fnv/1.0.6/download -> fnv-1.0.6.crate https://crates.io/api/v1/crates/fuchsia-zircon/0.3.3/download -> fuchsia-zircon-0.3.3.crate https://crates.io/api/v1/crates/fuchsia-zircon-sys/0.3.3/download -> fuchsia-zircon-sys-0.3.3.crate https://crates.io/api/v1/crates/git2/0.7.5/download -> git2-0.7.5.crate https://crates.io/api/v1/crates/glob/0.2.11/download -> glob-0.2.11.crate https://crates.io/api/v1/crates/humantime/1.1.1/download -> humantime-1.1.1.crate https://crates.io/api/v1/crates/idna/0.1.5/download -> idna-0.1.5.crate https://crates.io/api/v1/crates/itoa/0.4.3/download -> itoa-0.4.3.crate https://crates.io/api/v1/crates/kernel32-sys/0.2.2/download -> kernel32-sys-0.2.2.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.2.0/download -> lazy_static-1.2.0.crate https://crates.io/api/v1/crates/lazycell/1.2.0/download -> lazycell-1.2.0.crate https://crates.io/api/v1/crates/libc/0.2.43/download -> libc-0.2.43.crate https://crates.io/api/v1/crates/libgit2-sys/0.7.10/download -> libgit2-sys-0.7.10.crate https://crates.io/api/v1/crates/libz-sys/1.0.25/download -> libz-sys-1.0.25.crate https://crates.io/api/v1/crates/linked-hash-map/0.5.1/download -> linked-hash-map-0.5.1.crate https://crates.io/api/v1/crates/lock_api/0.1.4/download -> lock_api-0.1.4.crate https://crates.io/api/v1/crates/log/0.4.6/download -> log-0.4.6.crate https://crates.io/api/v1/crates/matches/0.1.8/download -> matches-0.1.8.crate https://crates.io/api/v1/crates/memchr/2.1.1/download -> memchr-2.1.1.crate https://crates.io/api/v1/crates/miniz-sys/0.1.11/download -> miniz-sys-0.1.11.crate https://crates.io/api/v1/crates/miniz_oxide/0.2.0/download -> miniz_oxide-0.2.0.crate https://crates.io/api/v1/crates/miniz_oxide_c_api/0.2.0/download -> miniz_oxide_c_api-0.2.0.crate https://crates.io/api/v1/crates/onig/4.2.1/download -> onig-4.2.1.crate https://crates.io/api/v1/crates/onig_sys/69.0.0/download -> onig_sys-69.0.0.crate https://crates.io/api/v1/crates/owning_ref/0.3.3/download -> owning_ref-0.3.3.crate https://crates.io/api/v1/crates/parking_lot/0.6.4/download -> parking_lot-0.6.4.crate https://crates.io/api/v1/crates/parking_lot_core/0.3.1/download -> parking_lot_core-0.3.1.crate https://crates.io/api/v1/crates/percent-encoding/1.0.1/download -> percent-encoding-1.0.1.crate https://crates.io/api/v1/crates/pkg-config/0.3.14/download -> pkg-config-0.3.14.crate https://crates.io/api/v1/crates/plist/0.3.0/download -> plist-0.3.0.crate https://crates.io/api/v1/crates/predicates/1.0.0/download -> predicates-1.0.0.crate https://crates.io/api/v1/crates/predicates-core/1.0.0/download -> predicates-core-1.0.0.crate https://crates.io/api/v1/crates/predicates-tree/1.0.0/download -> predicates-tree-1.0.0.crate https://crates.io/api/v1/crates/proc-macro2/0.4.21/download -> proc-macro2-0.4.21.crate https://crates.io/api/v1/crates/quick-error/1.2.2/download -> quick-error-1.2.2.crate https://crates.io/api/v1/crates/quote/0.6.10/download -> quote-0.6.10.crate https://crates.io/api/v1/crates/rand/0.4.3/download -> rand-0.4.3.crate https://crates.io/api/v1/crates/rand/0.5.5/download -> rand-0.5.5.crate https://crates.io/api/v1/crates/rand_core/0.2.2/download -> rand_core-0.2.2.crate https://crates.io/api/v1/crates/rand_core/0.3.0/download -> rand_core-0.3.0.crate https://crates.io/api/v1/crates/redox_syscall/0.1.40/download -> redox_syscall-0.1.40.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/1.0.6/download -> regex-1.0.6.crate https://crates.io/api/v1/crates/regex-syntax/0.6.3/download -> regex-syntax-0.6.3.crate https://crates.io/api/v1/crates/remove_dir_all/0.5.1/download -> remove_dir_all-0.5.1.crate https://crates.io/api/v1/crates/rustc_version/0.2.3/download -> rustc_version-0.2.3.crate https://crates.io/api/v1/crates/ryu/0.2.7/download -> ryu-0.2.7.crate https://crates.io/api/v1/crates/safemem/0.3.0/download -> safemem-0.3.0.crate https://crates.io/api/v1/crates/same-file/1.0.4/download -> same-file-1.0.4.crate https://crates.io/api/v1/crates/scopeguard/0.3.3/download -> scopeguard-0.3.3.crate https://crates.io/api/v1/crates/semver/0.9.0/download -> semver-0.9.0.crate https://crates.io/api/v1/crates/semver-parser/0.7.0/download -> semver-parser-0.7.0.crate https://crates.io/api/v1/crates/serde/1.0.80/download -> serde-1.0.80.crate https://crates.io/api/v1/crates/serde_derive/1.0.80/download -> serde_derive-1.0.80.crate https://crates.io/api/v1/crates/serde_json/1.0.33/download -> serde_json-1.0.33.crate https://crates.io/api/v1/crates/shell-words/0.1.0/download -> shell-words-0.1.0.crate https://crates.io/api/v1/crates/smallvec/0.6.5/download -> smallvec-0.6.5.crate https://crates.io/api/v1/crates/stable_deref_trait/1.1.1/download -> stable_deref_trait-1.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.19/download -> syn-0.15.19.crate https://crates.io/api/v1/crates/syntect/3.0.2/download -> syntect-3.0.2.crate https://crates.io/api/v1/crates/tempdir/0.3.7/download -> tempdir-0.3.7.crate https://crates.io/api/v1/crates/term_size/0.3.1/download -> term_size-0.3.1.crate https://crates.io/api/v1/crates/termion/1.5.1/download -> termion-1.5.1.crate https://crates.io/api/v1/crates/termios/0.3.1/download -> termios-0.3.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/treeline/0.1.0/download -> treeline-0.1.0.crate https://crates.io/api/v1/crates/ucd-util/0.1.2/download -> ucd-util-0.1.2.crate https://crates.io/api/v1/crates/unicode-bidi/0.3.4/download -> unicode-bidi-0.3.4.crate https://crates.io/api/v1/crates/unicode-normalization/0.1.7/download -> unicode-normalization-0.1.7.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/unreachable/1.0.0/download -> unreachable-1.0.0.crate https://crates.io/api/v1/crates/url/1.7.2/download -> url-1.7.2.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/vcpkg/0.2.6/download -> vcpkg-0.2.6.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/version_check/0.1.5/download -> version_check-0.1.5.crate https://crates.io/api/v1/crates/void/1.0.2/download -> void-1.0.2.crate https://crates.io/api/v1/crates/walkdir/2.2.6/download -> walkdir-2.2.6.crate https://crates.io/api/v1/crates/wild/2.0.1/download -> wild-2.0.1.crate https://crates.io/api/v1/crates/winapi/0.2.8/download -> winapi-0.2.8.crate https://crates.io/api/v1/crates/winapi/0.3.6/download -> winapi-0.3.6.crate https://crates.io/api/v1/crates/winapi-build/0.1.1/download -> winapi-build-0.1.1.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-util/0.1.1/download -> winapi-util-0.1.1.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 https://crates.io/api/v1/crates/xml-rs/0.7.0/download -> xml-rs-0.7.0.crate https://crates.io/api/v1/crates/yaml-rust/0.4.2/download -> yaml-rust-0.4.2.crate -_eclasses_=cargo 009acb9fc0d496be29570ae200345360 multiprocessing cac3169468f893670dac3e7cb940e045 -_md5_=1b7f0c97ffb3974773e3f1494b414b2a diff --git a/metadata/md5-cache/sys-apps/cpuid-20180419 b/metadata/md5-cache/sys-apps/cpuid-20180419 index b9451b66ce68..0a74503b1323 100644 --- a/metadata/md5-cache/sys-apps/cpuid-20180419 +++ b/metadata/md5-cache/sys-apps/cpuid-20180419 @@ -3,9 +3,9 @@ DEPEND=app-arch/gzip dev-lang/perl DESCRIPTION=Utility to get detailed information about the CPU(s) using the CPUID instruction EAPI=6 HOMEPAGE=http://www.etallen.com/cpuid.html -KEYWORDS=amd64 ~x86 +KEYWORDS=amd64 x86 LICENSE=GPL-2 SLOT=0 SRC_URI=http://www.etallen.com/cpuid/cpuid-20180419.src.tar.gz _eclasses_=multilib b2f01ad412baf81650c23fcf0975fa33 toolchain-funcs b45201c4e6c096b98e250336954e64b9 -_md5_=dd82ddf87abd2c599f173596d146c3a6 +_md5_=3165ce29b7d59ca0bb2dc23ace6c826c diff --git a/metadata/md5-cache/sys-apps/help2man-1.47.7 b/metadata/md5-cache/sys-apps/help2man-1.47.9 similarity index 85% rename from metadata/md5-cache/sys-apps/help2man-1.47.7 rename to metadata/md5-cache/sys-apps/help2man-1.47.9 index 4a07069fea03..45bb06dd286b 100644 --- a/metadata/md5-cache/sys-apps/help2man-1.47.7 +++ b/metadata/md5-cache/sys-apps/help2man-1.47.9 @@ -8,5 +8,5 @@ KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh LICENSE=GPL-3 RDEPEND=dev-lang/perl nls? ( dev-perl/Locale-gettext ) SLOT=0 -SRC_URI=mirror://gnu/help2man/help2man-1.47.7.tar.xz -_md5_=d449a7a6362b8ff00d319b56903ff0c9 +SRC_URI=mirror://gnu/help2man/help2man-1.47.9.tar.xz +_md5_=a22e8f981152a71d8d42446ebbc740ca diff --git a/metadata/md5-cache/sys-apps/proot-5.1.0-r1 b/metadata/md5-cache/sys-apps/proot-5.1.0-r2 similarity index 78% rename from metadata/md5-cache/sys-apps/proot-5.1.0-r1 rename to metadata/md5-cache/sys-apps/proot-5.1.0-r2 index 767fbf240e89..b47012d74d7d 100644 --- a/metadata/md5-cache/sys-apps/proot-5.1.0-r1 +++ b/metadata/md5-cache/sys-apps/proot-5.1.0-r2 @@ -1,9 +1,9 @@ -DEFINED_PHASES=compile install postinst test +DEFINED_PHASES=compile install postinst prepare test DEPEND=care? ( app-arch/libarchive:0= ) sys-libs/talloc care? ( dev-libs/uthash ) test? ( dev-util/valgrind ) DESCRIPTION=User-space implementation of chroot, mount --bind, and binfmt_misc EAPI=7 -HOMEPAGE=https://proot-me.github.io/ -IUSE=care test +HOMEPAGE=https://proot-me.github.io +IUSE=care static test KEYWORDS=~amd64 ~x86 LICENSE=GPL-2 RDEPEND=care? ( app-arch/libarchive:0= ) sys-libs/talloc @@ -11,4 +11,4 @@ RESTRICT=test SLOT=0 SRC_URI=https://github.com/proot-me/PRoot/archive/v5.1.0.tar.gz -> proot-5.1.0.tar.gz _eclasses_=eutils 6e6c2737b59a4b982de6fb3ecefd87f8 multilib b2f01ad412baf81650c23fcf0975fa33 toolchain-funcs b45201c4e6c096b98e250336954e64b9 -_md5_=1ee7295f389358684b3f4489dfd91958 +_md5_=695ef71f24e24ec93a18a8c71198b401 diff --git a/metadata/md5-cache/sys-cluster/Manifest.gz b/metadata/md5-cache/sys-cluster/Manifest.gz index cd5b1b4cc3f0..fbd992fa8ca9 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/legion-16.08.0-r1 b/metadata/md5-cache/sys-cluster/legion-16.08.0-r1 index 370208929c73..7fc727240415 100644 --- a/metadata/md5-cache/sys-cluster/legion-16.08.0-r1 +++ b/metadata/md5-cache/sys-cluster/legion-16.08.0-r1 @@ -2,11 +2,11 @@ DEFINED_PHASES=compile configure install prepare test DEPEND=gasnet? ( >=sys-cluster/gasnet-1.26.4-r1 ) hwloc? ( sys-apps/hwloc ) sys-devel/make >=dev-util/cmake-3.9.6 DESCRIPTION=A data-centric parallel programming system EAPI=6 -HOMEPAGE=http://legion.stanford.edu/ +HOMEPAGE=https://legion.stanford.edu/ IUSE=gasnet +hwloc KEYWORDS=~amd64 LICENSE=BSD SLOT=0 SRC_URI=https://github.com/StanfordLegion/legion/archive/legion-16.08.0.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 toolchain-funcs b45201c4e6c096b98e250336954e64b9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf xdg-utils 14d00d009167652b1fa363e55effe213 -_md5_=b7c544f4c18033463b829b6189ab1f2a +_md5_=b15316a037bfe1f74a9db08dd479d52e diff --git a/metadata/md5-cache/sys-cluster/legion-16.10.0 b/metadata/md5-cache/sys-cluster/legion-16.10.0 index 311ce332c493..6437364b6645 100644 --- a/metadata/md5-cache/sys-cluster/legion-16.10.0 +++ b/metadata/md5-cache/sys-cluster/legion-16.10.0 @@ -2,11 +2,11 @@ DEFINED_PHASES=compile configure install prepare test DEPEND=gasnet? ( >=sys-cluster/gasnet-1.26.4-r1 ) hwloc? ( sys-apps/hwloc ) sys-devel/make >=dev-util/cmake-3.9.6 DESCRIPTION=A data-centric parallel programming system EAPI=6 -HOMEPAGE=http://legion.stanford.edu/ +HOMEPAGE=https://legion.stanford.edu/ IUSE=gasnet +hwloc KEYWORDS=~amd64 LICENSE=BSD SLOT=0 SRC_URI=https://github.com/StanfordLegion/legion/archive/legion-16.10.0.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 toolchain-funcs b45201c4e6c096b98e250336954e64b9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf xdg-utils 14d00d009167652b1fa363e55effe213 -_md5_=ecd7baeeb167d2d64a285661e22d9dac +_md5_=922b1ea739c54a6e6690dfb1c346cd22 diff --git a/metadata/md5-cache/sys-cluster/legion-17.02.0 b/metadata/md5-cache/sys-cluster/legion-17.02.0 index e29585a0bdab..4d5ed054450e 100644 --- a/metadata/md5-cache/sys-cluster/legion-17.02.0 +++ b/metadata/md5-cache/sys-cluster/legion-17.02.0 @@ -2,11 +2,11 @@ DEFINED_PHASES=compile configure install prepare test DEPEND=gasnet? ( >=sys-cluster/gasnet-1.26.4-r1 ) hwloc? ( sys-apps/hwloc ) sys-devel/make >=dev-util/cmake-3.9.6 DESCRIPTION=A data-centric parallel programming system EAPI=6 -HOMEPAGE=http://legion.stanford.edu/ +HOMEPAGE=https://legion.stanford.edu/ IUSE=gasnet +hwloc KEYWORDS=~amd64 LICENSE=BSD SLOT=0 SRC_URI=https://github.com/StanfordLegion/legion/archive/legion-17.02.0.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 toolchain-funcs b45201c4e6c096b98e250336954e64b9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf xdg-utils 14d00d009167652b1fa363e55effe213 -_md5_=7ed45c18d89f7d1d2d5de1ed4a6abbef +_md5_=0273ee7bf5a9dd3dd34f0cc115f69263 diff --git a/metadata/md5-cache/sys-cluster/legion-17.05.0 b/metadata/md5-cache/sys-cluster/legion-17.05.0 index 6dfed56462c8..e2c0923595d1 100644 --- a/metadata/md5-cache/sys-cluster/legion-17.05.0 +++ b/metadata/md5-cache/sys-cluster/legion-17.05.0 @@ -2,11 +2,11 @@ DEFINED_PHASES=compile configure install prepare test DEPEND=gasnet? ( >=sys-cluster/gasnet-1.26.4-r1 ) hwloc? ( sys-apps/hwloc ) sys-devel/make >=dev-util/cmake-3.9.6 DESCRIPTION=A data-centric parallel programming system EAPI=6 -HOMEPAGE=http://legion.stanford.edu/ +HOMEPAGE=https://legion.stanford.edu/ IUSE=gasnet +hwloc KEYWORDS=~amd64 LICENSE=BSD SLOT=0 SRC_URI=https://github.com/StanfordLegion/legion/archive/legion-17.05.0.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 toolchain-funcs b45201c4e6c096b98e250336954e64b9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf xdg-utils 14d00d009167652b1fa363e55effe213 -_md5_=42c778913f3c9ec0c8d907e0795b379c +_md5_=e1d67b04ee8122cdb0797be18de5b11e diff --git a/metadata/md5-cache/sys-cluster/legion-17.08.0 b/metadata/md5-cache/sys-cluster/legion-17.08.0 index 8dd0cd7436b0..47d66db656b7 100644 --- a/metadata/md5-cache/sys-cluster/legion-17.08.0 +++ b/metadata/md5-cache/sys-cluster/legion-17.08.0 @@ -2,11 +2,11 @@ DEFINED_PHASES=compile configure install prepare test DEPEND=gasnet? ( >=sys-cluster/gasnet-1.26.4-r1 ) hwloc? ( sys-apps/hwloc ) sys-devel/make >=dev-util/cmake-3.9.6 DESCRIPTION=A data-centric parallel programming system EAPI=6 -HOMEPAGE=http://legion.stanford.edu/ +HOMEPAGE=https://legion.stanford.edu/ IUSE=gasnet +hwloc test KEYWORDS=~amd64 LICENSE=BSD SLOT=0 SRC_URI=https://github.com/StanfordLegion/legion/archive/legion-17.08.0.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 toolchain-funcs b45201c4e6c096b98e250336954e64b9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf xdg-utils 14d00d009167652b1fa363e55effe213 -_md5_=88621e70b3d650da3a05a54d748f14b6 +_md5_=5020176c3c32e14c2076397317901052 diff --git a/metadata/md5-cache/sys-cluster/legion-17.10.0 b/metadata/md5-cache/sys-cluster/legion-17.10.0 index a5a365f176f2..054cb03ba851 100644 --- a/metadata/md5-cache/sys-cluster/legion-17.10.0 +++ b/metadata/md5-cache/sys-cluster/legion-17.10.0 @@ -2,11 +2,11 @@ DEFINED_PHASES=compile configure install prepare test DEPEND=gasnet? ( >=sys-cluster/gasnet-1.26.4-r1 ) hwloc? ( sys-apps/hwloc ) sys-devel/make >=dev-util/cmake-3.9.6 DESCRIPTION=A data-centric parallel programming system EAPI=6 -HOMEPAGE=http://legion.stanford.edu/ +HOMEPAGE=https://legion.stanford.edu/ IUSE=gasnet +hwloc test KEYWORDS=~amd64 LICENSE=BSD SLOT=0 SRC_URI=https://github.com/StanfordLegion/legion/archive/legion-17.10.0.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 toolchain-funcs b45201c4e6c096b98e250336954e64b9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf xdg-utils 14d00d009167652b1fa363e55effe213 -_md5_=88621e70b3d650da3a05a54d748f14b6 +_md5_=5020176c3c32e14c2076397317901052 diff --git a/metadata/md5-cache/sys-cluster/legion-18.02.0 b/metadata/md5-cache/sys-cluster/legion-18.02.0 index 353e4963b5c8..d79dfe4c900f 100644 --- a/metadata/md5-cache/sys-cluster/legion-18.02.0 +++ b/metadata/md5-cache/sys-cluster/legion-18.02.0 @@ -2,11 +2,11 @@ DEFINED_PHASES=compile configure install prepare test DEPEND=gasnet? ( >=sys-cluster/gasnet-1.26.4-r1 ) hwloc? ( sys-apps/hwloc ) sys-devel/make >=dev-util/cmake-3.9.6 DESCRIPTION=A data-centric parallel programming system EAPI=6 -HOMEPAGE=http://legion.stanford.edu/ +HOMEPAGE=https://legion.stanford.edu/ IUSE=gasnet +hwloc test KEYWORDS=~amd64 LICENSE=BSD SLOT=0 SRC_URI=https://github.com/StanfordLegion/legion/archive/legion-18.02.0.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 toolchain-funcs b45201c4e6c096b98e250336954e64b9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf xdg-utils 14d00d009167652b1fa363e55effe213 -_md5_=53b78a4552dc96763ac7bf7b80a5493a +_md5_=5020176c3c32e14c2076397317901052 diff --git a/metadata/md5-cache/sys-cluster/legion-18.05.0 b/metadata/md5-cache/sys-cluster/legion-18.05.0 index 93c59a737aac..afa0fb45b1c2 100644 --- a/metadata/md5-cache/sys-cluster/legion-18.05.0 +++ b/metadata/md5-cache/sys-cluster/legion-18.05.0 @@ -2,11 +2,11 @@ DEFINED_PHASES=compile configure install prepare test DEPEND=gasnet? ( >=sys-cluster/gasnet-1.26.4-r1 ) hwloc? ( =dev-util/cmake-3.9.6 DESCRIPTION=A data-centric parallel programming system EAPI=6 -HOMEPAGE=http://legion.stanford.edu/ +HOMEPAGE=https://legion.stanford.edu/ IUSE=gasnet +hwloc test KEYWORDS=~amd64 LICENSE=BSD SLOT=0 SRC_URI=https://github.com/StanfordLegion/legion/archive/legion-18.05.0.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 toolchain-funcs b45201c4e6c096b98e250336954e64b9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf xdg-utils 14d00d009167652b1fa363e55effe213 -_md5_=13610d78d0acb09694c2a5e9f7020fd3 +_md5_=67197fdfc8d68f7155b727c958a233a2 diff --git a/metadata/md5-cache/sys-cluster/legion-18.12.0 b/metadata/md5-cache/sys-cluster/legion-18.12.0 index 9079e1a5b217..a2fc19f89636 100644 --- a/metadata/md5-cache/sys-cluster/legion-18.12.0 +++ b/metadata/md5-cache/sys-cluster/legion-18.12.0 @@ -2,11 +2,11 @@ DEFINED_PHASES=compile configure install prepare test DEPEND=gasnet? ( >=sys-cluster/gasnet-1.26.4-r1 ) hwloc? ( =dev-util/cmake-3.9.6 DESCRIPTION=A data-centric parallel programming system EAPI=6 -HOMEPAGE=http://legion.stanford.edu/ +HOMEPAGE=https://legion.stanford.edu/ IUSE=gasnet +hwloc test KEYWORDS=~amd64 LICENSE=BSD SLOT=0 SRC_URI=https://github.com/StanfordLegion/legion/archive/legion-18.12.0.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 toolchain-funcs b45201c4e6c096b98e250336954e64b9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf xdg-utils 14d00d009167652b1fa363e55effe213 -_md5_=13610d78d0acb09694c2a5e9f7020fd3 +_md5_=67197fdfc8d68f7155b727c958a233a2 diff --git a/metadata/md5-cache/sys-cluster/legion-9999 b/metadata/md5-cache/sys-cluster/legion-9999 index c07552c5fadb..2948c1e1a3ae 100644 --- a/metadata/md5-cache/sys-cluster/legion-9999 +++ b/metadata/md5-cache/sys-cluster/legion-9999 @@ -2,9 +2,9 @@ DEFINED_PHASES=compile configure install prepare test unpack DEPEND=gasnet? ( >=sys-cluster/gasnet-1.26.4-r1 ) hwloc? ( =dev-util/cmake-3.9.6 >=dev-vcs/git-1.8.2.1[curl] DESCRIPTION=A data-centric parallel programming system EAPI=6 -HOMEPAGE=http://legion.stanford.edu/ +HOMEPAGE=https://legion.stanford.edu/ IUSE=gasnet +hwloc test LICENSE=BSD 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 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf xdg-utils 14d00d009167652b1fa363e55effe213 -_md5_=13610d78d0acb09694c2a5e9f7020fd3 +_md5_=67197fdfc8d68f7155b727c958a233a2 diff --git a/metadata/md5-cache/sys-fs/Manifest.gz b/metadata/md5-cache/sys-fs/Manifest.gz index 42447567bc58..0b763bf07045 100644 Binary files a/metadata/md5-cache/sys-fs/Manifest.gz and b/metadata/md5-cache/sys-fs/Manifest.gz differ diff --git a/metadata/md5-cache/sys-fs/cryptmount-5.3.1 b/metadata/md5-cache/sys-fs/cryptmount-5.3.1 new file mode 100644 index 000000000000..8b3e0d2188ec --- /dev/null +++ b/metadata/md5-cache/sys-fs/cryptmount-5.3.1 @@ -0,0 +1,15 @@ +BDEPEND=virtual/pkgconfig +DEFINED_PHASES=configure prepare setup +DEPEND=gcrypt? ( dev-libs/libgcrypt:0= ) nls? ( sys-devel/gettext ) luks? ( sys-fs/cryptsetup ) openssl? ( dev-libs/openssl:0= ) systemd? ( sys-apps/systemd ) udev? ( virtual/udev ) virtual/libiconv virtual/libintl sys-kernel/linux-headers +DESCRIPTION=A utility for management and user-mode mounting of encrypted filesystems +EAPI=7 +HOMEPAGE=http://cryptmount.sourceforge.net/ +IUSE=argv0switch cswap fsck +gcrypt +largefile mount +nls +luks +openssl selinux systemd udev kernel_linux +KEYWORDS=~amd64 ~x86 +LICENSE=GPL-2+ +RDEPEND=gcrypt? ( dev-libs/libgcrypt:0= ) nls? ( sys-devel/gettext ) luks? ( sys-fs/cryptsetup ) openssl? ( dev-libs/openssl:0= ) systemd? ( sys-apps/systemd ) udev? ( virtual/udev ) virtual/libiconv virtual/libintl +REQUIRED_USE=luks? ( gcrypt ) openssl? ( gcrypt ) +SLOT=0 +SRC_URI=mirror://sourceforge/cryptmount/cryptmount-5.3.1.tar.gz +_eclasses_=linux-info 953c3b1c472dcadbf62098a9301327f2 multilib b2f01ad412baf81650c23fcf0975fa33 systemd 71fd8d2065d102753fb9e4d20eaf3e9f toolchain-funcs b45201c4e6c096b98e250336954e64b9 +_md5_=478602c395d9695367258215fa765a6f diff --git a/metadata/md5-cache/sys-fs/squashfs-tools-4.3_p11-r1 b/metadata/md5-cache/sys-fs/squashfs-tools-4.3_p11-r1 new file mode 100644 index 000000000000..0407724fce2b --- /dev/null +++ b/metadata/md5-cache/sys-fs/squashfs-tools-4.3_p11-r1 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install prepare +DEPEND=!static? ( sys-libs/zlib !xz? ( !lzo? ( sys-libs/zlib ) ) lz4? ( app-arch/lz4 ) lzma? ( app-arch/xz-utils ) lzo? ( dev-libs/lzo ) xattr? ( sys-apps/attr ) xz? ( app-arch/xz-utils ) zstd? ( app-arch/zstd ) ) static? ( sys-libs/zlib[static-libs(+)] !xz? ( !lzo? ( sys-libs/zlib[static-libs(+)] ) ) lz4? ( app-arch/lz4[static-libs(+)] ) lzma? ( app-arch/xz-utils[static-libs(+)] ) lzo? ( dev-libs/lzo[static-libs(+)] ) xattr? ( sys-apps/attr[static-libs(+)] ) xz? ( app-arch/xz-utils[static-libs(+)] ) zstd? ( app-arch/zstd[static-libs(+)] ) ) +DESCRIPTION=tools to create and extract Squashfs filesystems +EAPI=7 +HOMEPAGE=http://squashfs.sourceforge.net +IUSE=debug lz4 lzma lzo static xattr +xz zstd +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 +LICENSE=GPL-2 +RDEPEND=!static? ( sys-libs/zlib !xz? ( !lzo? ( sys-libs/zlib ) ) lz4? ( app-arch/lz4 ) lzma? ( app-arch/xz-utils ) lzo? ( dev-libs/lzo ) xattr? ( sys-apps/attr ) xz? ( app-arch/xz-utils ) zstd? ( app-arch/zstd ) ) +SLOT=0 +SRC_URI=mirror://sourceforge/squashfs/squashfs4.3.tar.gz mirror://debian/pool/main/s/squashfs-tools/squashfs-tools_4.3-11.debian.tar.xz +_eclasses_=eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic a09389deba2c0a7108b581e02c7cecbf multilib b2f01ad412baf81650c23fcf0975fa33 toolchain-funcs b45201c4e6c096b98e250336954e64b9 +_md5_=9387bf0d4f6ba411cdfaebf5f4312d68 diff --git a/metadata/md5-cache/sys-fs/udftools-2.1 b/metadata/md5-cache/sys-fs/udftools-2.1 index f55bf20f5e59..d51bf00ad026 100644 --- a/metadata/md5-cache/sys-fs/udftools-2.1 +++ b/metadata/md5-cache/sys-fs/udftools-2.1 @@ -3,10 +3,10 @@ DEPEND=sys-libs/readline:0= virtual/pkgconfig DESCRIPTION=Ben Fennema's tools for packet writing and the UDF filesystem EAPI=6 HOMEPAGE=https://github.com/pali/udftools/ https://sourceforge.net/projects/linux-udf/ -KEYWORDS=amd64 ~arm ppc ~ppc64 sparc ~x86 ~amd64-linux ~x86-linux +KEYWORDS=amd64 ~arm ppc ~ppc64 sparc x86 ~amd64-linux ~x86-linux LICENSE=GPL-2 RDEPEND=sys-libs/readline:0= SLOT=0 SRC_URI=https://github.com/pali/udftools/releases/download/2.1/udftools-2.1.tar.gz _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_=bfb54216a90a708575a35c2f8ba3670c +_md5_=e3daca4ff2615c82c0727a0b6908bc99 diff --git a/metadata/md5-cache/sys-kernel/Manifest.gz b/metadata/md5-cache/sys-kernel/Manifest.gz index 308deb5e9b42..fe30c34f8b43 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.19.24 b/metadata/md5-cache/sys-kernel/gentoo-sources-4.19.24 deleted file mode 100644 index 33d4f8551865..000000000000 --- a/metadata/md5-cache/sys-kernel/gentoo-sources-4.19.24 +++ /dev/null @@ -1,14 +0,0 @@ -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.24 -SRC_URI=mirror://kernel/linux/kernel/v4.x/linux-4.19.tar.xz mirror://gentoo/genpatches-4.19-24.base.tar.xz mirror://gentoo/genpatches-4.19-24.extras.tar.xz experimental? ( mirror://gentoo/genpatches-4.19-24.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_=98e94acab7f8360563c5d64b8d5bd428 diff --git a/metadata/md5-cache/sys-kernel/gentoo-sources-4.19.25 b/metadata/md5-cache/sys-kernel/gentoo-sources-4.19.25 deleted file mode 100644 index fadcdc3b5673..000000000000 --- a/metadata/md5-cache/sys-kernel/gentoo-sources-4.19.25 +++ /dev/null @@ -1,14 +0,0 @@ -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.25 -SRC_URI=mirror://kernel/linux/kernel/v4.x/linux-4.19.tar.xz mirror://gentoo/genpatches-4.19-25.base.tar.xz mirror://gentoo/genpatches-4.19-25.extras.tar.xz experimental? ( mirror://gentoo/genpatches-4.19-25.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_=5330d82ac709381ce53c54a97576d1c0 diff --git a/metadata/md5-cache/sys-kernel/gentoo-sources-4.19.26 b/metadata/md5-cache/sys-kernel/gentoo-sources-4.19.26 deleted file mode 100644 index ffe8f3867acd..000000000000 --- a/metadata/md5-cache/sys-kernel/gentoo-sources-4.19.26 +++ /dev/null @@ -1,14 +0,0 @@ -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.26 -SRC_URI=mirror://kernel/linux/kernel/v4.x/linux-4.19.tar.xz mirror://gentoo/genpatches-4.19-26.base.tar.xz mirror://gentoo/genpatches-4.19-26.extras.tar.xz experimental? ( mirror://gentoo/genpatches-4.19-26.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_=2ffb391c389a8446a1fbb65e9f297692 diff --git a/metadata/md5-cache/sys-kernel/gentoo-sources-4.19.27 b/metadata/md5-cache/sys-kernel/gentoo-sources-4.19.27 deleted file mode 100644 index f7d8edd67ff6..000000000000 --- a/metadata/md5-cache/sys-kernel/gentoo-sources-4.19.27 +++ /dev/null @@ -1,14 +0,0 @@ -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.27 -SRC_URI=mirror://kernel/linux/kernel/v4.x/linux-4.19.tar.xz mirror://gentoo/genpatches-4.19-27.base.tar.xz mirror://gentoo/genpatches-4.19-27.extras.tar.xz experimental? ( mirror://gentoo/genpatches-4.19-27.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_=8c0e7c6a1ad4ed7c72b76d1e9ef48b49 diff --git a/metadata/md5-cache/sys-libs/Manifest.gz b/metadata/md5-cache/sys-libs/Manifest.gz index e382b4075b28..661b6a5d34ec 100644 Binary files a/metadata/md5-cache/sys-libs/Manifest.gz and b/metadata/md5-cache/sys-libs/Manifest.gz differ diff --git a/metadata/md5-cache/sys-libs/libseccomp-2.4.0 b/metadata/md5-cache/sys-libs/libseccomp-2.4.0 index 689cabf27828..4418ac35ee62 100644 --- a/metadata/md5-cache/sys-libs/libseccomp-2.4.0 +++ b/metadata/md5-cache/sys-libs/libseccomp-2.4.0 @@ -4,9 +4,9 @@ DESCRIPTION=high level interface to Linux seccomp filter EAPI=6 HOMEPAGE=https://github.com/seccomp/libseccomp IUSE=static-libs 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 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~s390 ~x86 ~amd64-linux ~x86-linux +KEYWORDS=-* amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~s390 x86 ~amd64-linux ~x86-linux LICENSE=LGPL-2.1 SLOT=0 SRC_URI=https://github.com/seccomp/libseccomp/releases/download/v2.4.0/libseccomp-2.4.0.tar.gz _eclasses_=multibuild 40fe59465edacd730c644ec2bc197809 multilib b2f01ad412baf81650c23fcf0975fa33 multilib-build b42436dc1260f475af229754c165cb6b multilib-minimal 8bddda43703ba94d8341f4e247f97566 toolchain-funcs b45201c4e6c096b98e250336954e64b9 -_md5_=32b4294c1259e7cf5049627d6e04a643 +_md5_=1d133946fc27a469f0f8997af4f4f0de diff --git a/metadata/md5-cache/www-client/Manifest.gz b/metadata/md5-cache/www-client/Manifest.gz index 2705791b9943..1d6b11cf704b 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 new file mode 100644 index 000000000000..3403b3657e5c --- /dev/null +++ b/metadata/md5-cache/www-client/firefox-66.0 @@ -0,0 +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 ) +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 +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 ) +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 +_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 diff --git a/metadata/md5-cache/www-client/firefox-66.0_rc3 b/metadata/md5-cache/www-client/firefox-66.0_rc3 deleted file mode 100644 index 5c46df97eaf2..000000000000 --- a/metadata/md5-cache/www-client/firefox-66.0_rc3 +++ /dev/null @@ -1,14 +0,0 @@ -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 ) -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 -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 ) -REQUIRED_USE=wifi? ( dbus ) pgo? ( lto ) -RESTRICT=!bindist? ( bindist ) -SLOT=0 -SRC_URI=l10n_ach? ( https://archive.mozilla.org/pub/firefox/candidates/66.0-candidates/build3/linux-i686/xpi/ach.xpi -> firefox-66.0-ach.xpi ) l10n_af? ( https://archive.mozilla.org/pub/firefox/candidates/66.0-candidates/build3/linux-i686/xpi/af.xpi -> firefox-66.0-af.xpi ) l10n_an? ( https://archive.mozilla.org/pub/firefox/candidates/66.0-candidates/build3/linux-i686/xpi/an.xpi -> firefox-66.0-an.xpi ) l10n_ar? ( https://archive.mozilla.org/pub/firefox/candidates/66.0-candidates/build3/linux-i686/xpi/ar.xpi -> firefox-66.0-ar.xpi ) l10n_as? ( https://archive.mozilla.org/pub/firefox/candidates/66.0-candidates/build3/linux-i686/xpi/as.xpi -> firefox-66.0-as.xpi ) l10n_ast? ( https://archive.mozilla.org/pub/firefox/candidates/66.0-candidates/build3/linux-i686/xpi/ast.xpi -> firefox-66.0-ast.xpi ) l10n_az? ( https://archive.mozilla.org/pub/firefox/candidates/66.0-candidates/build3/linux-i686/xpi/az.xpi -> firefox-66.0-az.xpi ) l10n_bg? ( https://archive.mozilla.org/pub/firefox/candidates/66.0-candidates/build3/linux-i686/xpi/bg.xpi -> firefox-66.0-bg.xpi ) l10n_bn-BD? ( https://archive.mozilla.org/pub/firefox/candidates/66.0-candidates/build3/linux-i686/xpi/bn-BD.xpi -> firefox-66.0-bn-BD.xpi ) l10n_bn-IN? ( https://archive.mozilla.org/pub/firefox/candidates/66.0-candidates/build3/linux-i686/xpi/bn-IN.xpi -> firefox-66.0-bn-IN.xpi ) l10n_br? ( https://archive.mozilla.org/pub/firefox/candidates/66.0-candidates/build3/linux-i686/xpi/br.xpi -> firefox-66.0-br.xpi ) l10n_bs? ( https://archive.mozilla.org/pub/firefox/candidates/66.0-candidates/build3/linux-i686/xpi/bs.xpi -> firefox-66.0-bs.xpi ) l10n_ca? ( https://archive.mozilla.org/pub/firefox/candidates/66.0-candidates/build3/linux-i686/xpi/ca.xpi -> firefox-66.0-ca.xpi ) l10n_cak? ( https://archive.mozilla.org/pub/firefox/candidates/66.0-candidates/build3/linux-i686/xpi/cak.xpi -> firefox-66.0-cak.xpi ) l10n_cs? ( https://archive.mozilla.org/pub/firefox/candidates/66.0-candidates/build3/linux-i686/xpi/cs.xpi -> firefox-66.0-cs.xpi ) l10n_cy? ( https://archive.mozilla.org/pub/firefox/candidates/66.0-candidates/build3/linux-i686/xpi/cy.xpi -> firefox-66.0-cy.xpi ) l10n_da? ( https://archive.mozilla.org/pub/firefox/candidates/66.0-candidates/build3/linux-i686/xpi/da.xpi -> firefox-66.0-da.xpi ) l10n_de? ( https://archive.mozilla.org/pub/firefox/candidates/66.0-candidates/build3/linux-i686/xpi/de.xpi -> firefox-66.0-de.xpi ) l10n_dsb? ( https://archive.mozilla.org/pub/firefox/candidates/66.0-candidates/build3/linux-i686/xpi/dsb.xpi -> firefox-66.0-dsb.xpi ) l10n_el? ( https://archive.mozilla.org/pub/firefox/candidates/66.0-candidates/build3/linux-i686/xpi/el.xpi -> firefox-66.0-el.xpi ) l10n_en-GB? ( https://archive.mozilla.org/pub/firefox/candidates/66.0-candidates/build3/linux-i686/xpi/en-GB.xpi -> firefox-66.0-en-GB.xpi ) l10n_en-ZA? ( https://archive.mozilla.org/pub/firefox/candidates/66.0-candidates/build3/linux-i686/xpi/en-ZA.xpi -> firefox-66.0-en-ZA.xpi ) l10n_eo? ( https://archive.mozilla.org/pub/firefox/candidates/66.0-candidates/build3/linux-i686/xpi/eo.xpi -> firefox-66.0-eo.xpi ) l10n_es-AR? ( https://archive.mozilla.org/pub/firefox/candidates/66.0-candidates/build3/linux-i686/xpi/es-AR.xpi -> firefox-66.0-es-AR.xpi ) l10n_es-CL? ( https://archive.mozilla.org/pub/firefox/candidates/66.0-candidates/build3/linux-i686/xpi/es-CL.xpi -> firefox-66.0-es-CL.xpi ) l10n_es-ES? ( https://archive.mozilla.org/pub/firefox/candidates/66.0-candidates/build3/linux-i686/xpi/es-ES.xpi -> firefox-66.0-es-ES.xpi ) l10n_es-MX? ( https://archive.mozilla.org/pub/firefox/candidates/66.0-candidates/build3/linux-i686/xpi/es-MX.xpi -> firefox-66.0-es-MX.xpi ) l10n_et? ( https://archive.mozilla.org/pub/firefox/candidates/66.0-candidates/build3/linux-i686/xpi/et.xpi -> firefox-66.0-et.xpi ) l10n_eu? ( https://archive.mozilla.org/pub/firefox/candidates/66.0-candidates/build3/linux-i686/xpi/eu.xpi -> firefox-66.0-eu.xpi ) l10n_fa? ( https://archive.mozilla.org/pub/firefox/candidates/66.0-candidates/build3/linux-i686/xpi/fa.xpi -> firefox-66.0-fa.xpi ) l10n_ff? ( https://archive.mozilla.org/pub/firefox/candidates/66.0-candidates/build3/linux-i686/xpi/ff.xpi -> firefox-66.0-ff.xpi ) l10n_fi? ( https://archive.mozilla.org/pub/firefox/candidates/66.0-candidates/build3/linux-i686/xpi/fi.xpi -> firefox-66.0-fi.xpi ) l10n_fr? ( https://archive.mozilla.org/pub/firefox/candidates/66.0-candidates/build3/linux-i686/xpi/fr.xpi -> firefox-66.0-fr.xpi ) l10n_fy? ( https://archive.mozilla.org/pub/firefox/candidates/66.0-candidates/build3/linux-i686/xpi/fy-NL.xpi -> firefox-66.0-fy-NL.xpi ) l10n_ga? ( https://archive.mozilla.org/pub/firefox/candidates/66.0-candidates/build3/linux-i686/xpi/ga-IE.xpi -> firefox-66.0-ga-IE.xpi ) l10n_gd? ( https://archive.mozilla.org/pub/firefox/candidates/66.0-candidates/build3/linux-i686/xpi/gd.xpi -> firefox-66.0-gd.xpi ) l10n_gl? ( https://archive.mozilla.org/pub/firefox/candidates/66.0-candidates/build3/linux-i686/xpi/gl.xpi -> firefox-66.0-gl.xpi ) l10n_gn? ( https://archive.mozilla.org/pub/firefox/candidates/66.0-candidates/build3/linux-i686/xpi/gn.xpi -> firefox-66.0-gn.xpi ) l10n_gu? ( https://archive.mozilla.org/pub/firefox/candidates/66.0-candidates/build3/linux-i686/xpi/gu-IN.xpi -> firefox-66.0-gu-IN.xpi ) l10n_he? ( https://archive.mozilla.org/pub/firefox/candidates/66.0-candidates/build3/linux-i686/xpi/he.xpi -> firefox-66.0-he.xpi ) l10n_hi? ( https://archive.mozilla.org/pub/firefox/candidates/66.0-candidates/build3/linux-i686/xpi/hi-IN.xpi -> firefox-66.0-hi-IN.xpi ) l10n_hr? ( https://archive.mozilla.org/pub/firefox/candidates/66.0-candidates/build3/linux-i686/xpi/hr.xpi -> firefox-66.0-hr.xpi ) l10n_hsb? ( https://archive.mozilla.org/pub/firefox/candidates/66.0-candidates/build3/linux-i686/xpi/hsb.xpi -> firefox-66.0-hsb.xpi ) l10n_hu? ( https://archive.mozilla.org/pub/firefox/candidates/66.0-candidates/build3/linux-i686/xpi/hu.xpi -> firefox-66.0-hu.xpi ) l10n_hy? ( https://archive.mozilla.org/pub/firefox/candidates/66.0-candidates/build3/linux-i686/xpi/hy-AM.xpi -> firefox-66.0-hy-AM.xpi ) l10n_id? ( https://archive.mozilla.org/pub/firefox/candidates/66.0-candidates/build3/linux-i686/xpi/id.xpi -> firefox-66.0-id.xpi ) l10n_is? ( https://archive.mozilla.org/pub/firefox/candidates/66.0-candidates/build3/linux-i686/xpi/is.xpi -> firefox-66.0-is.xpi ) l10n_it? ( https://archive.mozilla.org/pub/firefox/candidates/66.0-candidates/build3/linux-i686/xpi/it.xpi -> firefox-66.0-it.xpi ) l10n_ja? ( https://archive.mozilla.org/pub/firefox/candidates/66.0-candidates/build3/linux-i686/xpi/ja.xpi -> firefox-66.0-ja.xpi ) l10n_ka? ( https://archive.mozilla.org/pub/firefox/candidates/66.0-candidates/build3/linux-i686/xpi/ka.xpi -> firefox-66.0-ka.xpi ) l10n_kab? ( https://archive.mozilla.org/pub/firefox/candidates/66.0-candidates/build3/linux-i686/xpi/kab.xpi -> firefox-66.0-kab.xpi ) l10n_kk? ( https://archive.mozilla.org/pub/firefox/candidates/66.0-candidates/build3/linux-i686/xpi/kk.xpi -> firefox-66.0-kk.xpi ) l10n_km? ( https://archive.mozilla.org/pub/firefox/candidates/66.0-candidates/build3/linux-i686/xpi/km.xpi -> firefox-66.0-km.xpi ) l10n_kn? ( https://archive.mozilla.org/pub/firefox/candidates/66.0-candidates/build3/linux-i686/xpi/kn.xpi -> firefox-66.0-kn.xpi ) l10n_ko? ( https://archive.mozilla.org/pub/firefox/candidates/66.0-candidates/build3/linux-i686/xpi/ko.xpi -> firefox-66.0-ko.xpi ) l10n_lij? ( https://archive.mozilla.org/pub/firefox/candidates/66.0-candidates/build3/linux-i686/xpi/lij.xpi -> firefox-66.0-lij.xpi ) l10n_lt? ( https://archive.mozilla.org/pub/firefox/candidates/66.0-candidates/build3/linux-i686/xpi/lt.xpi -> firefox-66.0-lt.xpi ) l10n_lv? ( https://archive.mozilla.org/pub/firefox/candidates/66.0-candidates/build3/linux-i686/xpi/lv.xpi -> firefox-66.0-lv.xpi ) l10n_mai? ( https://archive.mozilla.org/pub/firefox/candidates/66.0-candidates/build3/linux-i686/xpi/mai.xpi -> firefox-66.0-mai.xpi ) l10n_mk? ( https://archive.mozilla.org/pub/firefox/candidates/66.0-candidates/build3/linux-i686/xpi/mk.xpi -> firefox-66.0-mk.xpi ) l10n_ml? ( https://archive.mozilla.org/pub/firefox/candidates/66.0-candidates/build3/linux-i686/xpi/ml.xpi -> firefox-66.0-ml.xpi ) l10n_mr? ( https://archive.mozilla.org/pub/firefox/candidates/66.0-candidates/build3/linux-i686/xpi/mr.xpi -> firefox-66.0-mr.xpi ) l10n_ms? ( https://archive.mozilla.org/pub/firefox/candidates/66.0-candidates/build3/linux-i686/xpi/ms.xpi -> firefox-66.0-ms.xpi ) l10n_nb? ( https://archive.mozilla.org/pub/firefox/candidates/66.0-candidates/build3/linux-i686/xpi/nb-NO.xpi -> firefox-66.0-nb-NO.xpi ) l10n_nl? ( https://archive.mozilla.org/pub/firefox/candidates/66.0-candidates/build3/linux-i686/xpi/nl.xpi -> firefox-66.0-nl.xpi ) l10n_nn? ( https://archive.mozilla.org/pub/firefox/candidates/66.0-candidates/build3/linux-i686/xpi/nn-NO.xpi -> firefox-66.0-nn-NO.xpi ) l10n_or? ( https://archive.mozilla.org/pub/firefox/candidates/66.0-candidates/build3/linux-i686/xpi/or.xpi -> firefox-66.0-or.xpi ) l10n_pa? ( https://archive.mozilla.org/pub/firefox/candidates/66.0-candidates/build3/linux-i686/xpi/pa-IN.xpi -> firefox-66.0-pa-IN.xpi ) l10n_pl? ( https://archive.mozilla.org/pub/firefox/candidates/66.0-candidates/build3/linux-i686/xpi/pl.xpi -> firefox-66.0-pl.xpi ) l10n_pt-BR? ( https://archive.mozilla.org/pub/firefox/candidates/66.0-candidates/build3/linux-i686/xpi/pt-BR.xpi -> firefox-66.0-pt-BR.xpi ) l10n_pt-PT? ( https://archive.mozilla.org/pub/firefox/candidates/66.0-candidates/build3/linux-i686/xpi/pt-PT.xpi -> firefox-66.0-pt-PT.xpi ) l10n_rm? ( https://archive.mozilla.org/pub/firefox/candidates/66.0-candidates/build3/linux-i686/xpi/rm.xpi -> firefox-66.0-rm.xpi ) l10n_ro? ( https://archive.mozilla.org/pub/firefox/candidates/66.0-candidates/build3/linux-i686/xpi/ro.xpi -> firefox-66.0-ro.xpi ) l10n_ru? ( https://archive.mozilla.org/pub/firefox/candidates/66.0-candidates/build3/linux-i686/xpi/ru.xpi -> firefox-66.0-ru.xpi ) l10n_si? ( https://archive.mozilla.org/pub/firefox/candidates/66.0-candidates/build3/linux-i686/xpi/si.xpi -> firefox-66.0-si.xpi ) l10n_sk? ( https://archive.mozilla.org/pub/firefox/candidates/66.0-candidates/build3/linux-i686/xpi/sk.xpi -> firefox-66.0-sk.xpi ) l10n_sl? ( https://archive.mozilla.org/pub/firefox/candidates/66.0-candidates/build3/linux-i686/xpi/sl.xpi -> firefox-66.0-sl.xpi ) l10n_son? ( https://archive.mozilla.org/pub/firefox/candidates/66.0-candidates/build3/linux-i686/xpi/son.xpi -> firefox-66.0-son.xpi ) l10n_sq? ( https://archive.mozilla.org/pub/firefox/candidates/66.0-candidates/build3/linux-i686/xpi/sq.xpi -> firefox-66.0-sq.xpi ) l10n_sr? ( https://archive.mozilla.org/pub/firefox/candidates/66.0-candidates/build3/linux-i686/xpi/sr.xpi -> firefox-66.0-sr.xpi ) l10n_sv? ( https://archive.mozilla.org/pub/firefox/candidates/66.0-candidates/build3/linux-i686/xpi/sv-SE.xpi -> firefox-66.0-sv-SE.xpi ) l10n_ta? ( https://archive.mozilla.org/pub/firefox/candidates/66.0-candidates/build3/linux-i686/xpi/ta.xpi -> firefox-66.0-ta.xpi ) l10n_te? ( https://archive.mozilla.org/pub/firefox/candidates/66.0-candidates/build3/linux-i686/xpi/te.xpi -> firefox-66.0-te.xpi ) l10n_th? ( https://archive.mozilla.org/pub/firefox/candidates/66.0-candidates/build3/linux-i686/xpi/th.xpi -> firefox-66.0-th.xpi ) l10n_tr? ( https://archive.mozilla.org/pub/firefox/candidates/66.0-candidates/build3/linux-i686/xpi/tr.xpi -> firefox-66.0-tr.xpi ) l10n_uk? ( https://archive.mozilla.org/pub/firefox/candidates/66.0-candidates/build3/linux-i686/xpi/uk.xpi -> firefox-66.0-uk.xpi ) l10n_uz? ( https://archive.mozilla.org/pub/firefox/candidates/66.0-candidates/build3/linux-i686/xpi/uz.xpi -> firefox-66.0-uz.xpi ) l10n_vi? ( https://archive.mozilla.org/pub/firefox/candidates/66.0-candidates/build3/linux-i686/xpi/vi.xpi -> firefox-66.0-vi.xpi ) l10n_xh? ( https://archive.mozilla.org/pub/firefox/candidates/66.0-candidates/build3/linux-i686/xpi/xh.xpi -> firefox-66.0-xh.xpi ) l10n_zh-CN? ( https://archive.mozilla.org/pub/firefox/candidates/66.0-candidates/build3/linux-i686/xpi/zh-CN.xpi -> firefox-66.0-zh-CN.xpi ) l10n_zh-TW? ( https://archive.mozilla.org/pub/firefox/candidates/66.0-candidates/build3/linux-i686/xpi/zh-TW.xpi -> firefox-66.0-zh-TW.xpi ) https://archive.mozilla.org/pub/firefox/candidates/66.0-candidates/build3/source/firefox-66.0.source.tar.xz -> firefox-66.0_rc3.tar.xz https://dev.gentoo.org/~anarchy/mozilla/patchsets/firefox-66.0-patches-04.tar.xz https://dev.gentoo.org/~axs/mozilla/patchsets/firefox-66.0-patches-04.tar.xz https://dev.gentoo.org/~polynomial-c/mozilla/patchsets/firefox-66.0-patches-04.tar.xz https://dev.gentoo.org/~whissi/mozilla/patchsets/firefox-66.0-patches-04.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_=5e07394ec2fa982239b6aea04397a549 diff --git a/metadata/md5-cache/www-client/firefox-bin-60.6.0 b/metadata/md5-cache/www-client/firefox-bin-60.6.0 new file mode 100644 index 000000000000..70614d828da4 --- /dev/null +++ b/metadata/md5-cache/www-client/firefox-bin-60.6.0 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile install postinst postrm preinst unpack +DEPEND=app-arch/unzip app-arch/unzip +DESCRIPTION=Firefox Web Browser +EAPI=6 +HOMEPAGE=https://www.mozilla.org/en-US/firefox/ +IUSE=+ffmpeg +pulseaudio selinux startup-notification 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_cs l10n_cy l10n_da l10n_de 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_fi l10n_fr l10n_fy l10n_ga l10n_gd l10n_gl l10n_gu l10n_he l10n_hi l10n_hr l10n_hsb l10n_hu l10n_hy l10n_id l10n_is l10n_it l10n_ja l10n_kk l10n_km l10n_kn l10n_ko 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 +KEYWORDS=-* amd64 x86 +LICENSE=MPL-2.0 GPL-2 LGPL-2.1 +RDEPEND=dev-libs/atk >=sys-apps/dbus-0.60 >=dev-libs/dbus-glib-0.72 >=dev-libs/glib-2.26:2 media-libs/fontconfig >=media-libs/freetype-2.4.10 >=x11-libs/cairo-1.10[X] x11-libs/gdk-pixbuf >=x11-libs/gtk+-2.18:2 >=x11-libs/gtk+-3.4.0:3 x11-libs/libX11 x11-libs/libXcomposite x11-libs/libXdamage x11-libs/libXext x11-libs/libXfixes x11-libs/libXrender x11-libs/libXt >=x11-libs/pango-1.22.0 virtual/freedesktop-icon-theme pulseaudio? ( ! firefox-60.6.0esr-ach.xpi ) l10n_af? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.0esr/linux-i686/xpi/af.xpi -> firefox-60.6.0esr-af.xpi ) l10n_an? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.0esr/linux-i686/xpi/an.xpi -> firefox-60.6.0esr-an.xpi ) l10n_ar? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.0esr/linux-i686/xpi/ar.xpi -> firefox-60.6.0esr-ar.xpi ) l10n_as? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.0esr/linux-i686/xpi/as.xpi -> firefox-60.6.0esr-as.xpi ) l10n_ast? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.0esr/linux-i686/xpi/ast.xpi -> firefox-60.6.0esr-ast.xpi ) l10n_az? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.0esr/linux-i686/xpi/az.xpi -> firefox-60.6.0esr-az.xpi ) l10n_bg? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.0esr/linux-i686/xpi/bg.xpi -> firefox-60.6.0esr-bg.xpi ) l10n_bn-BD? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.0esr/linux-i686/xpi/bn-BD.xpi -> firefox-60.6.0esr-bn-BD.xpi ) l10n_bn-IN? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.0esr/linux-i686/xpi/bn-IN.xpi -> firefox-60.6.0esr-bn-IN.xpi ) l10n_br? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.0esr/linux-i686/xpi/br.xpi -> firefox-60.6.0esr-br.xpi ) l10n_bs? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.0esr/linux-i686/xpi/bs.xpi -> firefox-60.6.0esr-bs.xpi ) l10n_ca? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.0esr/linux-i686/xpi/ca.xpi -> firefox-60.6.0esr-ca.xpi ) l10n_cs? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.0esr/linux-i686/xpi/cs.xpi -> firefox-60.6.0esr-cs.xpi ) l10n_cy? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.0esr/linux-i686/xpi/cy.xpi -> firefox-60.6.0esr-cy.xpi ) l10n_da? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.0esr/linux-i686/xpi/da.xpi -> firefox-60.6.0esr-da.xpi ) l10n_de? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.0esr/linux-i686/xpi/de.xpi -> firefox-60.6.0esr-de.xpi ) l10n_el? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.0esr/linux-i686/xpi/el.xpi -> firefox-60.6.0esr-el.xpi ) l10n_en-GB? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.0esr/linux-i686/xpi/en-GB.xpi -> firefox-60.6.0esr-en-GB.xpi ) l10n_en-ZA? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.0esr/linux-i686/xpi/en-ZA.xpi -> firefox-60.6.0esr-en-ZA.xpi ) l10n_eo? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.0esr/linux-i686/xpi/eo.xpi -> firefox-60.6.0esr-eo.xpi ) l10n_es-AR? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.0esr/linux-i686/xpi/es-AR.xpi -> firefox-60.6.0esr-es-AR.xpi ) l10n_es-CL? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.0esr/linux-i686/xpi/es-CL.xpi -> firefox-60.6.0esr-es-CL.xpi ) l10n_es-ES? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.0esr/linux-i686/xpi/es-ES.xpi -> firefox-60.6.0esr-es-ES.xpi ) l10n_es-MX? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.0esr/linux-i686/xpi/es-MX.xpi -> firefox-60.6.0esr-es-MX.xpi ) l10n_et? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.0esr/linux-i686/xpi/et.xpi -> firefox-60.6.0esr-et.xpi ) l10n_eu? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.0esr/linux-i686/xpi/eu.xpi -> firefox-60.6.0esr-eu.xpi ) l10n_fa? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.0esr/linux-i686/xpi/fa.xpi -> firefox-60.6.0esr-fa.xpi ) l10n_fi? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.0esr/linux-i686/xpi/fi.xpi -> firefox-60.6.0esr-fi.xpi ) l10n_fr? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.0esr/linux-i686/xpi/fr.xpi -> firefox-60.6.0esr-fr.xpi ) l10n_fy? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.0esr/linux-i686/xpi/fy-NL.xpi -> firefox-60.6.0esr-fy-NL.xpi ) l10n_ga? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.0esr/linux-i686/xpi/ga-IE.xpi -> firefox-60.6.0esr-ga-IE.xpi ) l10n_gd? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.0esr/linux-i686/xpi/gd.xpi -> firefox-60.6.0esr-gd.xpi ) l10n_gl? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.0esr/linux-i686/xpi/gl.xpi -> firefox-60.6.0esr-gl.xpi ) l10n_gu? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.0esr/linux-i686/xpi/gu-IN.xpi -> firefox-60.6.0esr-gu-IN.xpi ) l10n_he? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.0esr/linux-i686/xpi/he.xpi -> firefox-60.6.0esr-he.xpi ) l10n_hi? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.0esr/linux-i686/xpi/hi-IN.xpi -> firefox-60.6.0esr-hi-IN.xpi ) l10n_hr? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.0esr/linux-i686/xpi/hr.xpi -> firefox-60.6.0esr-hr.xpi ) l10n_hsb? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.0esr/linux-i686/xpi/hsb.xpi -> firefox-60.6.0esr-hsb.xpi ) l10n_hu? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.0esr/linux-i686/xpi/hu.xpi -> firefox-60.6.0esr-hu.xpi ) l10n_hy? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.0esr/linux-i686/xpi/hy-AM.xpi -> firefox-60.6.0esr-hy-AM.xpi ) l10n_id? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.0esr/linux-i686/xpi/id.xpi -> firefox-60.6.0esr-id.xpi ) l10n_is? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.0esr/linux-i686/xpi/is.xpi -> firefox-60.6.0esr-is.xpi ) l10n_it? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.0esr/linux-i686/xpi/it.xpi -> firefox-60.6.0esr-it.xpi ) l10n_ja? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.0esr/linux-i686/xpi/ja.xpi -> firefox-60.6.0esr-ja.xpi ) l10n_kk? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.0esr/linux-i686/xpi/kk.xpi -> firefox-60.6.0esr-kk.xpi ) l10n_km? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.0esr/linux-i686/xpi/km.xpi -> firefox-60.6.0esr-km.xpi ) l10n_kn? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.0esr/linux-i686/xpi/kn.xpi -> firefox-60.6.0esr-kn.xpi ) l10n_ko? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.0esr/linux-i686/xpi/ko.xpi -> firefox-60.6.0esr-ko.xpi ) l10n_lt? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.0esr/linux-i686/xpi/lt.xpi -> firefox-60.6.0esr-lt.xpi ) l10n_lv? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.0esr/linux-i686/xpi/lv.xpi -> firefox-60.6.0esr-lv.xpi ) l10n_mai? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.0esr/linux-i686/xpi/mai.xpi -> firefox-60.6.0esr-mai.xpi ) l10n_mk? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.0esr/linux-i686/xpi/mk.xpi -> firefox-60.6.0esr-mk.xpi ) l10n_ml? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.0esr/linux-i686/xpi/ml.xpi -> firefox-60.6.0esr-ml.xpi ) l10n_mr? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.0esr/linux-i686/xpi/mr.xpi -> firefox-60.6.0esr-mr.xpi ) l10n_ms? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.0esr/linux-i686/xpi/ms.xpi -> firefox-60.6.0esr-ms.xpi ) l10n_nb? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.0esr/linux-i686/xpi/nb-NO.xpi -> firefox-60.6.0esr-nb-NO.xpi ) l10n_nl? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.0esr/linux-i686/xpi/nl.xpi -> firefox-60.6.0esr-nl.xpi ) l10n_nn? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.0esr/linux-i686/xpi/nn-NO.xpi -> firefox-60.6.0esr-nn-NO.xpi ) l10n_or? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.0esr/linux-i686/xpi/or.xpi -> firefox-60.6.0esr-or.xpi ) l10n_pa? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.0esr/linux-i686/xpi/pa-IN.xpi -> firefox-60.6.0esr-pa-IN.xpi ) l10n_pl? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.0esr/linux-i686/xpi/pl.xpi -> firefox-60.6.0esr-pl.xpi ) l10n_pt-BR? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.0esr/linux-i686/xpi/pt-BR.xpi -> firefox-60.6.0esr-pt-BR.xpi ) l10n_pt-PT? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.0esr/linux-i686/xpi/pt-PT.xpi -> firefox-60.6.0esr-pt-PT.xpi ) l10n_rm? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.0esr/linux-i686/xpi/rm.xpi -> firefox-60.6.0esr-rm.xpi ) l10n_ro? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.0esr/linux-i686/xpi/ro.xpi -> firefox-60.6.0esr-ro.xpi ) l10n_ru? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.0esr/linux-i686/xpi/ru.xpi -> firefox-60.6.0esr-ru.xpi ) l10n_si? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.0esr/linux-i686/xpi/si.xpi -> firefox-60.6.0esr-si.xpi ) l10n_sk? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.0esr/linux-i686/xpi/sk.xpi -> firefox-60.6.0esr-sk.xpi ) l10n_sl? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.0esr/linux-i686/xpi/sl.xpi -> firefox-60.6.0esr-sl.xpi ) l10n_son? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.0esr/linux-i686/xpi/son.xpi -> firefox-60.6.0esr-son.xpi ) l10n_sq? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.0esr/linux-i686/xpi/sq.xpi -> firefox-60.6.0esr-sq.xpi ) l10n_sr? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.0esr/linux-i686/xpi/sr.xpi -> firefox-60.6.0esr-sr.xpi ) l10n_sv? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.0esr/linux-i686/xpi/sv-SE.xpi -> firefox-60.6.0esr-sv-SE.xpi ) l10n_ta? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.0esr/linux-i686/xpi/ta.xpi -> firefox-60.6.0esr-ta.xpi ) l10n_te? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.0esr/linux-i686/xpi/te.xpi -> firefox-60.6.0esr-te.xpi ) l10n_th? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.0esr/linux-i686/xpi/th.xpi -> firefox-60.6.0esr-th.xpi ) l10n_tr? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.0esr/linux-i686/xpi/tr.xpi -> firefox-60.6.0esr-tr.xpi ) l10n_uk? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.0esr/linux-i686/xpi/uk.xpi -> firefox-60.6.0esr-uk.xpi ) l10n_uz? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.0esr/linux-i686/xpi/uz.xpi -> firefox-60.6.0esr-uz.xpi ) l10n_vi? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.0esr/linux-i686/xpi/vi.xpi -> firefox-60.6.0esr-vi.xpi ) l10n_xh? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.0esr/linux-i686/xpi/xh.xpi -> firefox-60.6.0esr-xh.xpi ) l10n_zh-CN? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.0esr/linux-i686/xpi/zh-CN.xpi -> firefox-60.6.0esr-zh-CN.xpi ) l10n_zh-TW? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//60.6.0esr/linux-i686/xpi/zh-TW.xpi -> firefox-60.6.0esr-zh-TW.xpi ) amd64? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases/60.6.0esr/linux-x86_64/en-US/firefox-60.6.0esr.tar.bz2 -> firefox-bin_x86_64-60.6.0.tar.bz2 ) x86? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases/60.6.0esr/linux-i686/en-US/firefox-60.6.0esr.tar.bz2 -> firefox-bin_i686-60.6.0.tar.bz2 ) +_eclasses_=desktop b1d22ac8bdd4679ab79c71aca235009d epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 gnome2-utils 532371cfcba45b2ab0d2950547c97d95 ltprune 2729691420b6deeda2a90b1f1183fb55 mozextension f47f008a138943f9e40e37c1fca10b24 mozlinguas-v2 7559b4e56a88d67da4e96e77296f723c multilib b2f01ad412baf81650c23fcf0975fa33 nsplugins 2049586e425364a1c5bdb004205d1758 pax-utils e85f015e815dd463b0c206d781ef45a5 preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs b45201c4e6c096b98e250336954e64b9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf versionator 2352c3fc97241f6a02042773c8287748 xdg-utils 14d00d009167652b1fa363e55effe213 +_md5_=e7c46f1f3d7af036cb9f28bdf436398b diff --git a/metadata/md5-cache/www-client/firefox-bin-66.0 b/metadata/md5-cache/www-client/firefox-bin-66.0 new file mode 100644 index 000000000000..1dcc232614f7 --- /dev/null +++ b/metadata/md5-cache/www-client/firefox-bin-66.0 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile install postinst postrm preinst unpack +DEPEND=app-arch/unzip app-arch/unzip +DESCRIPTION=Firefox Web Browser +EAPI=6 +HOMEPAGE=https://www.mozilla.org/en-US/firefox/ +IUSE=+ffmpeg +pulseaudio selinux startup-notification 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_cs l10n_cy l10n_da l10n_de 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_fi l10n_fr l10n_fy l10n_ga l10n_gd l10n_gl l10n_gu l10n_he l10n_hi l10n_hr l10n_hsb l10n_hu l10n_hy l10n_id l10n_is l10n_it l10n_ja l10n_kk l10n_km l10n_kn l10n_ko 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 +KEYWORDS=-* amd64 x86 +LICENSE=MPL-2.0 GPL-2 LGPL-2.1 +RDEPEND=dev-libs/atk >=sys-apps/dbus-0.60 >=dev-libs/dbus-glib-0.72 >=dev-libs/glib-2.26:2 media-libs/fontconfig >=media-libs/freetype-2.4.10 >=x11-libs/cairo-1.10[X] x11-libs/gdk-pixbuf >=x11-libs/gtk+-2.18:2 >=x11-libs/gtk+-3.4.0:3 x11-libs/libX11 x11-libs/libXcomposite x11-libs/libXdamage x11-libs/libXext x11-libs/libXfixes x11-libs/libXrender x11-libs/libXt >=x11-libs/pango-1.22.0 virtual/freedesktop-icon-theme pulseaudio? ( ! firefox-66.0-ach.xpi ) l10n_af? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0/linux-i686/xpi/af.xpi -> firefox-66.0-af.xpi ) l10n_an? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0/linux-i686/xpi/an.xpi -> firefox-66.0-an.xpi ) l10n_ar? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0/linux-i686/xpi/ar.xpi -> firefox-66.0-ar.xpi ) l10n_as? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0/linux-i686/xpi/as.xpi -> firefox-66.0-as.xpi ) l10n_ast? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0/linux-i686/xpi/ast.xpi -> firefox-66.0-ast.xpi ) l10n_az? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0/linux-i686/xpi/az.xpi -> firefox-66.0-az.xpi ) l10n_bg? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0/linux-i686/xpi/bg.xpi -> firefox-66.0-bg.xpi ) l10n_bn-BD? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0/linux-i686/xpi/bn-BD.xpi -> firefox-66.0-bn-BD.xpi ) l10n_bn-IN? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0/linux-i686/xpi/bn-IN.xpi -> firefox-66.0-bn-IN.xpi ) l10n_br? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0/linux-i686/xpi/br.xpi -> firefox-66.0-br.xpi ) l10n_bs? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0/linux-i686/xpi/bs.xpi -> firefox-66.0-bs.xpi ) l10n_ca? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0/linux-i686/xpi/ca.xpi -> firefox-66.0-ca.xpi ) l10n_cs? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0/linux-i686/xpi/cs.xpi -> firefox-66.0-cs.xpi ) l10n_cy? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0/linux-i686/xpi/cy.xpi -> firefox-66.0-cy.xpi ) l10n_da? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0/linux-i686/xpi/da.xpi -> firefox-66.0-da.xpi ) l10n_de? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0/linux-i686/xpi/de.xpi -> firefox-66.0-de.xpi ) l10n_el? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0/linux-i686/xpi/el.xpi -> firefox-66.0-el.xpi ) l10n_en-GB? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0/linux-i686/xpi/en-GB.xpi -> firefox-66.0-en-GB.xpi ) l10n_en-ZA? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0/linux-i686/xpi/en-ZA.xpi -> firefox-66.0-en-ZA.xpi ) l10n_eo? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0/linux-i686/xpi/eo.xpi -> firefox-66.0-eo.xpi ) l10n_es-AR? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0/linux-i686/xpi/es-AR.xpi -> firefox-66.0-es-AR.xpi ) l10n_es-CL? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0/linux-i686/xpi/es-CL.xpi -> firefox-66.0-es-CL.xpi ) l10n_es-ES? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0/linux-i686/xpi/es-ES.xpi -> firefox-66.0-es-ES.xpi ) l10n_es-MX? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0/linux-i686/xpi/es-MX.xpi -> firefox-66.0-es-MX.xpi ) l10n_et? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0/linux-i686/xpi/et.xpi -> firefox-66.0-et.xpi ) l10n_eu? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0/linux-i686/xpi/eu.xpi -> firefox-66.0-eu.xpi ) l10n_fa? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0/linux-i686/xpi/fa.xpi -> firefox-66.0-fa.xpi ) l10n_fi? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0/linux-i686/xpi/fi.xpi -> firefox-66.0-fi.xpi ) l10n_fr? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0/linux-i686/xpi/fr.xpi -> firefox-66.0-fr.xpi ) l10n_fy? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0/linux-i686/xpi/fy-NL.xpi -> firefox-66.0-fy-NL.xpi ) l10n_ga? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0/linux-i686/xpi/ga-IE.xpi -> firefox-66.0-ga-IE.xpi ) l10n_gd? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0/linux-i686/xpi/gd.xpi -> firefox-66.0-gd.xpi ) l10n_gl? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0/linux-i686/xpi/gl.xpi -> firefox-66.0-gl.xpi ) l10n_gu? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0/linux-i686/xpi/gu-IN.xpi -> firefox-66.0-gu-IN.xpi ) l10n_he? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0/linux-i686/xpi/he.xpi -> firefox-66.0-he.xpi ) l10n_hi? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0/linux-i686/xpi/hi-IN.xpi -> firefox-66.0-hi-IN.xpi ) l10n_hr? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0/linux-i686/xpi/hr.xpi -> firefox-66.0-hr.xpi ) l10n_hsb? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0/linux-i686/xpi/hsb.xpi -> firefox-66.0-hsb.xpi ) l10n_hu? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0/linux-i686/xpi/hu.xpi -> firefox-66.0-hu.xpi ) l10n_hy? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0/linux-i686/xpi/hy-AM.xpi -> firefox-66.0-hy-AM.xpi ) l10n_id? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0/linux-i686/xpi/id.xpi -> firefox-66.0-id.xpi ) l10n_is? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0/linux-i686/xpi/is.xpi -> firefox-66.0-is.xpi ) l10n_it? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0/linux-i686/xpi/it.xpi -> firefox-66.0-it.xpi ) l10n_ja? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0/linux-i686/xpi/ja.xpi -> firefox-66.0-ja.xpi ) l10n_kk? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0/linux-i686/xpi/kk.xpi -> firefox-66.0-kk.xpi ) l10n_km? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0/linux-i686/xpi/km.xpi -> firefox-66.0-km.xpi ) l10n_kn? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0/linux-i686/xpi/kn.xpi -> firefox-66.0-kn.xpi ) l10n_ko? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0/linux-i686/xpi/ko.xpi -> firefox-66.0-ko.xpi ) l10n_lt? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0/linux-i686/xpi/lt.xpi -> firefox-66.0-lt.xpi ) l10n_lv? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0/linux-i686/xpi/lv.xpi -> firefox-66.0-lv.xpi ) l10n_mai? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0/linux-i686/xpi/mai.xpi -> firefox-66.0-mai.xpi ) l10n_mk? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0/linux-i686/xpi/mk.xpi -> firefox-66.0-mk.xpi ) l10n_ml? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0/linux-i686/xpi/ml.xpi -> firefox-66.0-ml.xpi ) l10n_mr? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0/linux-i686/xpi/mr.xpi -> firefox-66.0-mr.xpi ) l10n_ms? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0/linux-i686/xpi/ms.xpi -> firefox-66.0-ms.xpi ) l10n_nb? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0/linux-i686/xpi/nb-NO.xpi -> firefox-66.0-nb-NO.xpi ) l10n_nl? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0/linux-i686/xpi/nl.xpi -> firefox-66.0-nl.xpi ) l10n_nn? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0/linux-i686/xpi/nn-NO.xpi -> firefox-66.0-nn-NO.xpi ) l10n_or? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0/linux-i686/xpi/or.xpi -> firefox-66.0-or.xpi ) l10n_pa? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0/linux-i686/xpi/pa-IN.xpi -> firefox-66.0-pa-IN.xpi ) l10n_pl? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0/linux-i686/xpi/pl.xpi -> firefox-66.0-pl.xpi ) l10n_pt-BR? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0/linux-i686/xpi/pt-BR.xpi -> firefox-66.0-pt-BR.xpi ) l10n_pt-PT? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0/linux-i686/xpi/pt-PT.xpi -> firefox-66.0-pt-PT.xpi ) l10n_rm? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0/linux-i686/xpi/rm.xpi -> firefox-66.0-rm.xpi ) l10n_ro? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0/linux-i686/xpi/ro.xpi -> firefox-66.0-ro.xpi ) l10n_ru? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0/linux-i686/xpi/ru.xpi -> firefox-66.0-ru.xpi ) l10n_si? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0/linux-i686/xpi/si.xpi -> firefox-66.0-si.xpi ) l10n_sk? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0/linux-i686/xpi/sk.xpi -> firefox-66.0-sk.xpi ) l10n_sl? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0/linux-i686/xpi/sl.xpi -> firefox-66.0-sl.xpi ) l10n_son? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0/linux-i686/xpi/son.xpi -> firefox-66.0-son.xpi ) l10n_sq? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0/linux-i686/xpi/sq.xpi -> firefox-66.0-sq.xpi ) l10n_sr? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0/linux-i686/xpi/sr.xpi -> firefox-66.0-sr.xpi ) l10n_sv? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0/linux-i686/xpi/sv-SE.xpi -> firefox-66.0-sv-SE.xpi ) l10n_ta? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0/linux-i686/xpi/ta.xpi -> firefox-66.0-ta.xpi ) l10n_te? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0/linux-i686/xpi/te.xpi -> firefox-66.0-te.xpi ) l10n_th? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0/linux-i686/xpi/th.xpi -> firefox-66.0-th.xpi ) l10n_tr? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0/linux-i686/xpi/tr.xpi -> firefox-66.0-tr.xpi ) l10n_uk? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0/linux-i686/xpi/uk.xpi -> firefox-66.0-uk.xpi ) l10n_uz? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0/linux-i686/xpi/uz.xpi -> firefox-66.0-uz.xpi ) l10n_vi? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0/linux-i686/xpi/vi.xpi -> firefox-66.0-vi.xpi ) l10n_xh? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0/linux-i686/xpi/xh.xpi -> firefox-66.0-xh.xpi ) l10n_zh-CN? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0/linux-i686/xpi/zh-CN.xpi -> firefox-66.0-zh-CN.xpi ) l10n_zh-TW? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//66.0/linux-i686/xpi/zh-TW.xpi -> firefox-66.0-zh-TW.xpi ) amd64? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases/66.0/linux-x86_64/en-US/firefox-66.0.tar.bz2 -> firefox-bin_x86_64-66.0.tar.bz2 ) x86? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases/66.0/linux-i686/en-US/firefox-66.0.tar.bz2 -> firefox-bin_i686-66.0.tar.bz2 ) +_eclasses_=desktop b1d22ac8bdd4679ab79c71aca235009d epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 gnome2-utils 532371cfcba45b2ab0d2950547c97d95 ltprune 2729691420b6deeda2a90b1f1183fb55 mozextension f47f008a138943f9e40e37c1fca10b24 mozlinguas-v2 7559b4e56a88d67da4e96e77296f723c multilib b2f01ad412baf81650c23fcf0975fa33 nsplugins 2049586e425364a1c5bdb004205d1758 pax-utils e85f015e815dd463b0c206d781ef45a5 preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs b45201c4e6c096b98e250336954e64b9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf versionator 2352c3fc97241f6a02042773c8287748 xdg-utils 14d00d009167652b1fa363e55effe213 +_md5_=e863b77a75b7475e385dcba66a6ded33 diff --git a/metadata/md5-cache/x11-apps/Manifest.gz b/metadata/md5-cache/x11-apps/Manifest.gz index 010260d3a076..496e16f02fa3 100644 Binary files a/metadata/md5-cache/x11-apps/Manifest.gz and b/metadata/md5-cache/x11-apps/Manifest.gz differ diff --git a/metadata/md5-cache/x11-apps/mesa-progs-8.2.0 b/metadata/md5-cache/x11-apps/mesa-progs-8.2.0 deleted file mode 100644 index 4e7e28893ffc..000000000000 --- a/metadata/md5-cache/x11-apps/mesa-progs-8.2.0 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install prepare unpack -DEPEND=media-libs/mesa[egl?,gles2?] virtual/opengl x11-libs/libX11 media-libs/glew virtual/glu x11-base/xorg-proto >=app-portage/elt-patches-20170815 !=sys-devel/automake-1.16.1:1.16 >=sys-devel/automake-1.15.1:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 -DESCRIPTION=Mesa's OpenGL utility and demo programs (glxgears and glxinfo) -EAPI=5 -HOMEPAGE=https://www.mesa3d.org/ https://mesa.freedesktop.org/ -IUSE=egl gles2 -KEYWORDS=alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux -LICENSE=LGPL-2 -RDEPEND=media-libs/mesa[egl?,gles2?] virtual/opengl x11-libs/libX11 -SLOT=0 -SRC_URI=https://mesa.freedesktop.org/archive/demos/8.2.0/mesa-demos-8.2.0.tar.bz2 -_eclasses_=autotools 1bf086cdd7356f5c9a4acd9727bd2065 base 2ec5c64f5de125f0c65a927c4c128fef desktop b1d22ac8bdd4679ab79c71aca235009d epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 libtool f143db5a74ccd9ca28c1234deffede96 ltprune 2729691420b6deeda2a90b1f1183fb55 multilib b2f01ad412baf81650c23fcf0975fa33 preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs b45201c4e6c096b98e250336954e64b9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf -_md5_=5c4c119ae473c9846e40623825cf3a42 diff --git a/metadata/md5-cache/x11-apps/mesa-progs-8.4.0 b/metadata/md5-cache/x11-apps/mesa-progs-8.4.0 new file mode 100644 index 000000000000..af751aa80241 --- /dev/null +++ b/metadata/md5-cache/x11-apps/mesa-progs-8.4.0 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile install prepare +DEPEND=media-libs/mesa[egl?,gles2?] virtual/opengl x11-libs/libX11 media-libs/glew virtual/glu x11-base/xorg-proto +DESCRIPTION=Mesa's OpenGL utility and demo programs (glxgears and glxinfo) +EAPI=7 +HOMEPAGE=https://www.mesa3d.org/ https://mesa.freedesktop.org/ +IUSE=egl gles2 +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux +LICENSE=LGPL-2 +RDEPEND=media-libs/mesa[egl?,gles2?] virtual/opengl x11-libs/libX11 +SLOT=0 +SRC_URI=https://mesa.freedesktop.org/archive/demos/mesa-demos-8.4.0.tar.bz2 https://mesa.freedesktop.org/archive/demos/8.4.0/mesa-demos-8.4.0.tar.bz2 +_eclasses_=multilib b2f01ad412baf81650c23fcf0975fa33 toolchain-funcs b45201c4e6c096b98e250336954e64b9 +_md5_=098da03a27966d4c8737c8b5b8ae639a diff --git a/metadata/md5-cache/x11-apps/mesa-progs-9999 b/metadata/md5-cache/x11-apps/mesa-progs-9999 index cccfd7044302..298438c5bd68 100644 --- a/metadata/md5-cache/x11-apps/mesa-progs-9999 +++ b/metadata/md5-cache/x11-apps/mesa-progs-9999 @@ -1,11 +1,12 @@ -DEFINED_PHASES=compile configure install prepare unpack -DEPEND=media-libs/mesa[egl?,gles2?] virtual/opengl x11-libs/libX11 media-libs/glew virtual/glu x11-base/xorg-proto >=app-portage/elt-patches-20170815 !=sys-devel/automake-1.16.1:1.16 >=sys-devel/automake-1.15.1:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 >=dev-vcs/git-1.8.2.1[curl] +BDEPEND=>=app-portage/elt-patches-20170815 !=sys-devel/automake-1.16.1:1.16 >=sys-devel/automake-1.15.1:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 >=dev-vcs/git-1.8.2.1[curl] +DEFINED_PHASES=compile install prepare unpack +DEPEND=media-libs/mesa[egl?,gles2?] virtual/opengl x11-libs/libX11 media-libs/glew virtual/glu x11-base/xorg-proto DESCRIPTION=Mesa's OpenGL utility and demo programs (glxgears and glxinfo) -EAPI=5 +EAPI=7 HOMEPAGE=https://www.mesa3d.org/ https://mesa.freedesktop.org/ IUSE=egl gles2 LICENSE=LGPL-2 RDEPEND=media-libs/mesa[egl?,gles2?] virtual/opengl x11-libs/libX11 SLOT=0 -_eclasses_=autotools 1bf086cdd7356f5c9a4acd9727bd2065 base 2ec5c64f5de125f0c65a927c4c128fef desktop b1d22ac8bdd4679ab79c71aca235009d epatch a1bf4756dba418a7238f3be0cb010c54 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 6e6c2737b59a4b982de6fb3ecefd87f8 git-r3 0d4635eeb5a96cd5315597a47eba25c9 libtool f143db5a74ccd9ca28c1234deffede96 ltprune 2729691420b6deeda2a90b1f1183fb55 multilib b2f01ad412baf81650c23fcf0975fa33 preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs b45201c4e6c096b98e250336954e64b9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf -_md5_=ed97ba5b21984e8e67edade66bae1678 +_eclasses_=autotools 1bf086cdd7356f5c9a4acd9727bd2065 git-r3 0d4635eeb5a96cd5315597a47eba25c9 libtool f143db5a74ccd9ca28c1234deffede96 multilib b2f01ad412baf81650c23fcf0975fa33 toolchain-funcs b45201c4e6c096b98e250336954e64b9 +_md5_=0985a5de05677006183f737757a1261a diff --git a/metadata/md5-cache/x11-libs/Manifest.gz b/metadata/md5-cache/x11-libs/Manifest.gz index 71cb9af7a860..84f4d5bdeb9d 100644 Binary files a/metadata/md5-cache/x11-libs/Manifest.gz and b/metadata/md5-cache/x11-libs/Manifest.gz differ diff --git a/metadata/md5-cache/x11-libs/pixman-0.38.0 b/metadata/md5-cache/x11-libs/pixman-0.38.0 index 9c06f330b22a..0c84d4bf5f45 100644 --- a/metadata/md5-cache/x11-libs/pixman-0.38.0 +++ b/metadata/md5-cache/x11-libs/pixman-0.38.0 @@ -9,4 +9,4 @@ LICENSE=MIT SLOT=0 SRC_URI=https://www.x.org/releases/individual/lib/pixman-0.38.0.tar.gz _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_=8cecf4d89fff471a2b4416abb1784bd5 +_md5_=28d7559cf9b79dd1a5de1a3136eaf870 diff --git a/metadata/md5-cache/x11-libs/pixman-9999 b/metadata/md5-cache/x11-libs/pixman-9999 index db6c24af8fad..0018fc67e889 100644 --- a/metadata/md5-cache/x11-libs/pixman-9999 +++ b/metadata/md5-cache/x11-libs/pixman-9999 @@ -7,4 +7,4 @@ IUSE=altivec cpu_flags_arm_iwmmxt loongson2f cpu_flags_x86_mmxext neon cpu_flags LICENSE=MIT SLOT=0 _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_=8cecf4d89fff471a2b4416abb1784bd5 +_md5_=28d7559cf9b79dd1a5de1a3136eaf870 diff --git a/metadata/md5-cache/x11-misc/Manifest.gz b/metadata/md5-cache/x11-misc/Manifest.gz index f3c8cb97eede..4adbda259fa0 100644 Binary files a/metadata/md5-cache/x11-misc/Manifest.gz and b/metadata/md5-cache/x11-misc/Manifest.gz differ diff --git a/metadata/md5-cache/x11-misc/xwallpaper-0.4.0 b/metadata/md5-cache/x11-misc/xwallpaper-0.4.0 deleted file mode 100644 index b047b220c1ca..000000000000 --- a/metadata/md5-cache/x11-misc/xwallpaper-0.4.0 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=configure prepare -DEPEND=x11-libs/pixman x11-libs/xcb-util x11-libs/xcb-util-image jpeg? ( virtual/jpeg:0= ) png? ( media-libs/libpng:0= ) seccomp? ( >=sys-libs/libseccomp-2.3.1:0= ) xpm? ( x11-libs/libXpm ) 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=Wallpaper setting utility for X -EAPI=6 -HOMEPAGE=https://github.com/stoeckmann/xwallpaper -IUSE=jpeg png seccomp xpm -KEYWORDS=~amd64 ~x86 -LICENSE=ISC -RDEPEND=x11-libs/pixman x11-libs/xcb-util x11-libs/xcb-util-image jpeg? ( virtual/jpeg:0= ) png? ( media-libs/libpng:0= ) seccomp? ( >=sys-libs/libseccomp-2.3.1:0= ) xpm? ( x11-libs/libXpm ) -SLOT=0 -SRC_URI=https://github.com/stoeckmann/xwallpaper/releases/download/v0.4.0/xwallpaper-0.4.0.tar.gz -_eclasses_=autotools 1bf086cdd7356f5c9a4acd9727bd2065 libtool f143db5a74ccd9ca28c1234deffede96 multilib b2f01ad412baf81650c23fcf0975fa33 toolchain-funcs b45201c4e6c096b98e250336954e64b9 -_md5_=c1624f2bdb9209f0d1d34a0d3ade08c4 diff --git a/metadata/md5-cache/x11-themes/Manifest.gz b/metadata/md5-cache/x11-themes/Manifest.gz index 17409ad546cc..b6602431a240 100644 Binary files a/metadata/md5-cache/x11-themes/Manifest.gz and b/metadata/md5-cache/x11-themes/Manifest.gz differ diff --git a/metadata/md5-cache/x11-themes/zuki-themes-3.30.1 b/metadata/md5-cache/x11-themes/zuki-themes-3.30.1 new file mode 100644 index 000000000000..38fdb35e3f1d --- /dev/null +++ b/metadata/md5-cache/x11-themes/zuki-themes-3.30.1 @@ -0,0 +1,12 @@ +DEFINED_PHASES=compile configure install +DESCRIPTION=Zuki themes for GTK, gnome-shell and more +EAPI=6 +HOMEPAGE=https://github.com/lassekongo83/zuki-themes +IUSE=gnome-shell mate xfce +KEYWORDS=~amd64 ~x86 +LICENSE=GPL-3 +RDEPEND=>=x11-themes/gnome-themes-standard-3.6 >=x11-themes/gtk-engines-murrine-0.98.1.1 gnome-shell? ( media-fonts/roboto ) ! zuki-themes-3.30.1.tar.gz +_eclasses_=eapi7-ver 756b3f27d8e46131d5cf3c51bd876446 +_md5_=9b8890e353f5b191b78b89be14a04180 diff --git a/metadata/md5-cache/x11-wm/Manifest.gz b/metadata/md5-cache/x11-wm/Manifest.gz index 40a0a5dadedd..7d21f7c3400a 100644 Binary files a/metadata/md5-cache/x11-wm/Manifest.gz and b/metadata/md5-cache/x11-wm/Manifest.gz differ diff --git a/metadata/md5-cache/x11-wm/enlightenment-0.22.4 b/metadata/md5-cache/x11-wm/enlightenment-0.22.4 index 40fc6e4c54a3..4a006b85ca7a 100644 --- a/metadata/md5-cache/x11-wm/enlightenment-0.22.4 +++ b/metadata/md5-cache/x11-wm/enlightenment-0.22.4 @@ -4,10 +4,10 @@ DESCRIPTION=Enlightenment window manager EAPI=6 HOMEPAGE=https://www.enlightenment.org IUSE=acpi bluetooth connman doc geolocation nls packagekit pam systemd udisks wayland wifi -KEYWORDS=amd64 ~ppc ~x86 +KEYWORDS=amd64 ~ppc x86 LICENSE=BSD-2 RDEPEND=>=dev-libs/efl-1.20.5[eet,X] virtual/udev x11-libs/libXext x11-libs/libxcb x11-libs/xcb-util-keysyms x11-misc/xkeyboard-config acpi? ( sys-power/acpid ) bluetooth? ( net-wireless/bluez ) connman? ( dev-libs/efl[connman] ) geolocation? ( app-misc/geoclue:2.0 ) packagekit? ( app-admin/packagekit-base ) pam? ( sys-libs/pam ) systemd? ( sys-apps/systemd ) udisks? ( sys-fs/udisks:2 ) wayland? ( >=dev-libs/efl-1.21.0[drm,wayland] dev-libs/wayland x11-libs/libxkbcommon x11-libs/pixman ) SLOT=0.17/0.22.4 SRC_URI=https://download.enlightenment.org/rel/apps/enlightenment/enlightenment-0.22.4.tar.xz _eclasses_=meson e53acc5913e5581a8a71be22731d8f36 multilib b2f01ad412baf81650c23fcf0975fa33 multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f python-utils-r1 12114a2a9aab35b93efc037a196b3234 toolchain-funcs b45201c4e6c096b98e250336954e64b9 xdg-utils 14d00d009167652b1fa363e55effe213 -_md5_=e22e332aaa3de8f956d8e623a8838fe6 +_md5_=a82e4c0dc25f7ce38aaa97b58e96b7af diff --git a/metadata/md5-cache/x11-wm/mutter-3.28.3 b/metadata/md5-cache/x11-wm/mutter-3.28.3 deleted file mode 100644 index 246f8223a31c..000000000000 --- a/metadata/md5-cache/x11-wm/mutter-3.28.3 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare test -DEPEND=>=dev-libs/atk-2.5.3 >=x11-libs/gdk-pixbuf-2:2 >=dev-libs/json-glib-0.12.0 >=x11-libs/pango-1.30[introspection?] >=x11-libs/cairo-1.14[X] >=x11-libs/gtk+-3.19.8:3[X,introspection?] >=dev-libs/glib-2.53.2:2 >=media-libs/libcanberra-0.26[gtk3] >=x11-libs/startup-notification-0.7 >=x11-libs/libXcomposite-0.2 >=gnome-base/gsettings-desktop-schemas-3.21.4[introspection?] gnome-base/gnome-desktop:3= >sys-power/upower-0.99:= x11-libs/libICE x11-libs/libSM x11-libs/libX11 >=x11-libs/libXcomposite-0.4 x11-libs/libXcursor x11-libs/libXdamage x11-libs/libXext >=x11-libs/libXfixes-3 >=x11-libs/libXi-1.7.4 x11-libs/libXinerama >=x11-libs/libXrandr-1.5 x11-libs/libXrender x11-libs/libxcb x11-libs/libxkbfile >=x11-libs/libxkbcommon-0.4.3[X] x11-misc/xkeyboard-config gnome-extra/zenity media-libs/mesa[X(+),egl,gles2?] input_devices_wacom? ( >=dev-libs/libwacom-0.13 ) introspection? ( >=dev-libs/gobject-introspection-1.42:= ) udev? ( >=virtual/libgudev-232:= ) wayland? ( >=dev-libs/libinput-1.4 >=dev-libs/wayland-1.13.0 >=dev-libs/wayland-protocols-1.12 >=media-libs/mesa-10.3[egl,gbm,wayland] systemd? ( sys-apps/systemd ) elogind? ( sys-auth/elogind ) >=virtual/libgudev-232:= >=virtual/libudev-136:= x11-base/xorg-server[wayland] x11-libs/libdrm:= ) dev-util/glib-utils >=sys-devel/gettext-0.19.6 virtual/pkgconfig x11-base/xorg-proto test? ( app-text/docbook-xml-dtd:4.5 ) wayland? ( >=sys-kernel/linux-headers-4.4 ) >=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 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=GNOME 3 compositing window manager based on Clutter -EAPI=6 -HOMEPAGE=https://gitlab.gnome.org/GNOME/mutter/ -IUSE=debug elogind gles2 input_devices_wacom +introspection systemd test udev wayland test -KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 -LICENSE=GPL-2+ -RDEPEND=>=dev-libs/atk-2.5.3 >=x11-libs/gdk-pixbuf-2:2 >=dev-libs/json-glib-0.12.0 >=x11-libs/pango-1.30[introspection?] >=x11-libs/cairo-1.14[X] >=x11-libs/gtk+-3.19.8:3[X,introspection?] >=dev-libs/glib-2.53.2:2 >=media-libs/libcanberra-0.26[gtk3] >=x11-libs/startup-notification-0.7 >=x11-libs/libXcomposite-0.2 >=gnome-base/gsettings-desktop-schemas-3.21.4[introspection?] gnome-base/gnome-desktop:3= >sys-power/upower-0.99:= x11-libs/libICE x11-libs/libSM x11-libs/libX11 >=x11-libs/libXcomposite-0.4 x11-libs/libXcursor x11-libs/libXdamage x11-libs/libXext >=x11-libs/libXfixes-3 >=x11-libs/libXi-1.7.4 x11-libs/libXinerama >=x11-libs/libXrandr-1.5 x11-libs/libXrender x11-libs/libxcb x11-libs/libxkbfile >=x11-libs/libxkbcommon-0.4.3[X] x11-misc/xkeyboard-config gnome-extra/zenity media-libs/mesa[X(+),egl,gles2?] input_devices_wacom? ( >=dev-libs/libwacom-0.13 ) introspection? ( >=dev-libs/gobject-introspection-1.42:= ) udev? ( >=virtual/libgudev-232:= ) wayland? ( >=dev-libs/libinput-1.4 >=dev-libs/wayland-1.13.0 >=dev-libs/wayland-protocols-1.12 >=media-libs/mesa-10.3[egl,gbm,wayland] systemd? ( sys-apps/systemd ) elogind? ( sys-auth/elogind ) >=virtual/libgudev-232:= >=virtual/libudev-136:= x11-base/xorg-server[wayland] x11-libs/libdrm:= ) -REQUIRED_USE=wayland? ( ^^ ( elogind systemd ) ) -SLOT=0/2 -SRC_URI=mirror://gnome/sources/mutter/3.28/mutter-3.28.3.tar.xz https://dev.gentoo.org/~leio/distfiles/mutter-3.28.3-patchset.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 multilib b2f01ad412baf81650c23fcf0975fa33 preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs b45201c4e6c096b98e250336954e64b9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf versionator 2352c3fc97241f6a02042773c8287748 virtualx 401b718cc14d43a5a7fbe062c4851ba5 xdg c7ba313ea1eaf266f95cc6235f7d6a07 xdg-utils 14d00d009167652b1fa363e55effe213 -_md5_=a8c22f7f07b9878a9842941d5b2df2c9 diff --git a/metadata/md5-cache/x11-wm/mutter-3.30.2 b/metadata/md5-cache/x11-wm/mutter-3.30.2 new file mode 100644 index 000000000000..549fbfb94e11 --- /dev/null +++ b/metadata/md5-cache/x11-wm/mutter-3.30.2 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install postinst postrm preinst prepare test +DEPEND=>=dev-libs/atk-2.5.3 >=x11-libs/gdk-pixbuf-2:2 >=dev-libs/json-glib-0.12.0 >=x11-libs/pango-1.30[introspection?] >=x11-libs/cairo-1.14[X] >=x11-libs/gtk+-3.19.8:3[X,introspection?] >=dev-libs/glib-2.53.2:2 >=media-libs/libcanberra-0.26[gtk3] >=x11-libs/startup-notification-0.7 >=x11-libs/libXcomposite-0.2 >=gnome-base/gsettings-desktop-schemas-3.21.4[introspection?] gnome-base/gnome-desktop:3= x11-libs/libICE x11-libs/libSM x11-libs/libX11 >=x11-libs/libXcomposite-0.4 x11-libs/libXcursor x11-libs/libXdamage x11-libs/libXext >=x11-libs/libXfixes-3 >=x11-libs/libXi-1.7.4 x11-libs/libXinerama >=x11-libs/libXrandr-1.5 x11-libs/libXrender x11-libs/libxcb x11-libs/libxkbfile >=x11-libs/libxkbcommon-0.4.3[X] x11-misc/xkeyboard-config gnome-extra/zenity media-libs/mesa[X(+),egl,gles2?] input_devices_wacom? ( >=dev-libs/libwacom-0.13 ) introspection? ( >=dev-libs/gobject-introspection-1.42:= ) udev? ( >=virtual/libgudev-232:= ) wayland? ( >=dev-libs/libinput-1.4 >=dev-libs/wayland-1.13.0 >=dev-libs/wayland-protocols-1.16 >=media-libs/mesa-10.3[egl,gbm,wayland,gles2] systemd? ( sys-apps/systemd ) elogind? ( sys-auth/elogind ) >=virtual/libgudev-232:= >=virtual/libudev-136:= x11-base/xorg-server[wayland] x11-libs/libdrm:= ) dev-util/glib-utils >=sys-devel/gettext-0.19.6 virtual/pkgconfig x11-base/xorg-proto test? ( app-text/docbook-xml-dtd:4.5 ) wayland? ( >=sys-kernel/linux-headers-4.4 ) >=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 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=GNOME 3 compositing window manager based on Clutter +EAPI=6 +HOMEPAGE=https://gitlab.gnome.org/GNOME/mutter/ +IUSE=debug elogind gles2 input_devices_wacom +introspection systemd test udev wayland test +KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 +LICENSE=GPL-2+ +RDEPEND=>=dev-libs/atk-2.5.3 >=x11-libs/gdk-pixbuf-2:2 >=dev-libs/json-glib-0.12.0 >=x11-libs/pango-1.30[introspection?] >=x11-libs/cairo-1.14[X] >=x11-libs/gtk+-3.19.8:3[X,introspection?] >=dev-libs/glib-2.53.2:2 >=media-libs/libcanberra-0.26[gtk3] >=x11-libs/startup-notification-0.7 >=x11-libs/libXcomposite-0.2 >=gnome-base/gsettings-desktop-schemas-3.21.4[introspection?] gnome-base/gnome-desktop:3= x11-libs/libICE x11-libs/libSM x11-libs/libX11 >=x11-libs/libXcomposite-0.4 x11-libs/libXcursor x11-libs/libXdamage x11-libs/libXext >=x11-libs/libXfixes-3 >=x11-libs/libXi-1.7.4 x11-libs/libXinerama >=x11-libs/libXrandr-1.5 x11-libs/libXrender x11-libs/libxcb x11-libs/libxkbfile >=x11-libs/libxkbcommon-0.4.3[X] x11-misc/xkeyboard-config gnome-extra/zenity media-libs/mesa[X(+),egl,gles2?] input_devices_wacom? ( >=dev-libs/libwacom-0.13 ) introspection? ( >=dev-libs/gobject-introspection-1.42:= ) udev? ( >=virtual/libgudev-232:= ) wayland? ( >=dev-libs/libinput-1.4 >=dev-libs/wayland-1.13.0 >=dev-libs/wayland-protocols-1.16 >=media-libs/mesa-10.3[egl,gbm,wayland,gles2] systemd? ( sys-apps/systemd ) elogind? ( sys-auth/elogind ) >=virtual/libgudev-232:= >=virtual/libudev-136:= x11-base/xorg-server[wayland] x11-libs/libdrm:= ) +REQUIRED_USE=wayland? ( ^^ ( elogind systemd ) ) +SLOT=0/3 +SRC_URI=mirror://gnome/sources/mutter/3.30/mutter-3.30.2.tar.xz https://dev.gentoo.org/~leio/distfiles/mutter-3.30.2-patchset.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 multilib b2f01ad412baf81650c23fcf0975fa33 preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs b45201c4e6c096b98e250336954e64b9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf versionator 2352c3fc97241f6a02042773c8287748 virtualx 401b718cc14d43a5a7fbe062c4851ba5 xdg c7ba313ea1eaf266f95cc6235f7d6a07 xdg-utils 14d00d009167652b1fa363e55effe213 +_md5_=527df9977d7f97ad0afa0645317d975d diff --git a/metadata/news/timestamp.chk b/metadata/news/timestamp.chk index cfba1e5b20e3..4de36e50363a 100644 --- a/metadata/news/timestamp.chk +++ b/metadata/news/timestamp.chk @@ -1 +1 @@ -Mon, 18 Mar 2019 05:38:48 +0000 +Tue, 19 Mar 2019 03:38:37 +0000 diff --git a/metadata/timestamp b/metadata/timestamp index 08b83582bd23..3136b3c37ddc 100644 --- a/metadata/timestamp +++ b/metadata/timestamp @@ -1 +1 @@ -Mon Mar 18 05:38:47 UTC 2019 +Tue Mar 19 03:38:36 UTC 2019 diff --git a/metadata/timestamp.chk b/metadata/timestamp.chk index 138c75c63920..f0aff2df9e71 100644 --- a/metadata/timestamp.chk +++ b/metadata/timestamp.chk @@ -1 +1 @@ -Mon, 18 Mar 2019 06:00:01 +0000 +Tue, 19 Mar 2019 04:00:01 +0000 diff --git a/metadata/timestamp.commit b/metadata/timestamp.commit index 95f5d9f9249d..c17e68ef4c38 100644 --- a/metadata/timestamp.commit +++ b/metadata/timestamp.commit @@ -1 +1 @@ -9a180e538999b5bac3cde893a56cb335c3cc1ab0 1552878473 2019-03-18T03:07:53+00:00 +c7d7bf33b39f3c5ed6f3540b0bb4d394ff70bff8 1552965000 2019-03-19T03:10:00+00:00 diff --git a/metadata/timestamp.x b/metadata/timestamp.x index 6c5ae5b466ee..80011f277dc0 100644 --- a/metadata/timestamp.x +++ b/metadata/timestamp.x @@ -1 +1 @@ -1552887301 Mon 18 Mar 2019 05:35:01 AM UTC +1552966501 Tue 19 Mar 2019 03:35:01 AM UTC diff --git a/metadata/xml-schema/timestamp.chk b/metadata/xml-schema/timestamp.chk index cfe8a6adab4f..783dc71ce526 100644 --- a/metadata/xml-schema/timestamp.chk +++ b/metadata/xml-schema/timestamp.chk @@ -1 +1 @@ -Mon, 18 Mar 2019 05:38:47 +0000 +Tue, 19 Mar 2019 03:38:36 +0000 diff --git a/net-analyzer/Manifest.gz b/net-analyzer/Manifest.gz index 580953fccb59..b8258c320ebb 100644 Binary files a/net-analyzer/Manifest.gz and b/net-analyzer/Manifest.gz differ diff --git a/net-analyzer/cacti-spine/cacti-spine-1.1.38-r1.ebuild b/net-analyzer/cacti-spine/cacti-spine-1.1.38-r1.ebuild index d429bb4c6ac9..efea65e1b7ef 100644 --- a/net-analyzer/cacti-spine/cacti-spine-1.1.38-r1.ebuild +++ b/net-analyzer/cacti-spine/cacti-spine-1.1.38-r1.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://www.cacti.net/downloads/spine/${MY_P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc x86" CDEPEND=" dev-libs/openssl:* diff --git a/net-analyzer/cacti/cacti-1.1.38-r1.ebuild b/net-analyzer/cacti/cacti-1.1.38-r1.ebuild index dea5abfee76b..920accbea9eb 100644 --- a/net-analyzer/cacti/cacti-1.1.38-r1.ebuild +++ b/net-analyzer/cacti/cacti-1.1.38-r1.ebuild @@ -12,7 +12,7 @@ HOMEPAGE="https://www.cacti.net/" SRC_URI="https://www.cacti.net/downloads/${MY_P}.tar.gz" LICENSE="GPL-2" -KEYWORDS="~alpha amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc x86" IUSE="snmp doc" need_httpd diff --git a/net-analyzer/openvas-libraries/openvas-libraries-9.0.3.ebuild b/net-analyzer/openvas-libraries/openvas-libraries-9.0.3-r1.ebuild similarity index 99% rename from net-analyzer/openvas-libraries/openvas-libraries-9.0.3.ebuild rename to net-analyzer/openvas-libraries/openvas-libraries-9.0.3-r1.ebuild index 1437868b499d..8f1d7043fc10 100644 --- a/net-analyzer/openvas-libraries/openvas-libraries-9.0.3.ebuild +++ b/net-analyzer/openvas-libraries/openvas-libraries-9.0.3-r1.ebuild @@ -17,6 +17,7 @@ KEYWORDS="~amd64 ~x86" IUSE="extras ldap radius" DEPEND=" + app-crypt/gpgme:= dev-libs/hiredis dev-libs/libgcrypt:0= dev-libs/libksba diff --git a/net-analyzer/wireshark/Manifest b/net-analyzer/wireshark/Manifest index c4ba02e145bf..65dd7ac03bfb 100644 --- a/net-analyzer/wireshark/Manifest +++ b/net-analyzer/wireshark/Manifest @@ -1,4 +1,2 @@ -DIST wireshark-2.6.3.tar.xz 28384004 BLAKE2B f275c73173fbaf3f819c58f28859362e9c53ae50cf2649ac42c8d172362241eb00d7f43d0aead184ec67cb8da34d405124be10c5bf31226c2cb4800b8a01955b SHA512 87e5335840baa401a1064ee83e3f0ee859c059dd37a09f63f19eb5d91ad273e84f1c0e7a8fdd63fe8a7076abff5e79593827544c5796d921cf7dc7682c7c3f80 -DIST wireshark-2.6.6.tar.xz 28407404 BLAKE2B 5135789d345b675814a6394d5ba1469585b9eab917885730125b8a007aecd9cb48a510fc9e7479148cadf625807bac9017b854797e4bb2e562d7dc7f76140826 SHA512 b781c3b34dc76a3d8e60dc2b9b4e46a11994440b8df7b56134521ea9a77b27b0719a600db60d7f3d65f15972a5db2a7e85a8bf60d7217fce498fb5668de8fe56 DIST wireshark-2.6.7.tar.xz 28420060 BLAKE2B fda1fb2b9a8968916dd24c59c193854ab56dc13d5a69d2f589ae89b257f92794d092a3da75c2e20b1c83c902966db15527346dc4072a38d16a21ed095cde364e SHA512 bd0f87debd8bd8947f386aaec9fc843148e3cdfbffc28ba499526c4053732becea606061deae6799da0cf52458fba840ba0ff8e4a034a671fa876b8a0ff25677 DIST wireshark-3.0.0.tar.xz 30953760 BLAKE2B ee866966000cf902da6f330eb8a4b281d34a3ca88e9d92a7de1069172c8aeb86f9222e1467c5d3722ee055baf88d8ba0eb6fe27084d0b35f9639bdb9741d25e1 SHA512 917708b5edc25609536c7bd7cf4ae32a901fd99118302138dc0bf6f1ad092a8e5069a917cc8cf6cb77190f54e50623a4eba1ee10ffc225ee3051b50cf02a0963 diff --git a/net-analyzer/wireshark/files/wireshark-2.6.0-androiddump-wsutil.patch b/net-analyzer/wireshark/files/wireshark-2.6.0-androiddump-wsutil.patch deleted file mode 100644 index e28465e814a5..000000000000 --- a/net-analyzer/wireshark/files/wireshark-2.6.0-androiddump-wsutil.patch +++ /dev/null @@ -1,26 +0,0 @@ ---- a/CMakeLists.txt -+++ b/CMakeLists.txt -@@ -2841,6 +2841,7 @@ - if(HAVE_LIBPCAP) - set(androiddump_LIBS - ui -+ wsutil - ${GLIB2_LIBRARIES} - ${PCAP_LIBRARIES} - ) -@@ -2851,6 +2852,7 @@ - set(androiddump_LIBS - ui - wiretap -+ wsutil - ${GLIB2_LIBRARIES} - ${ZLIB_LIBRARIES} - ${CMAKE_DL_LIBS} -@@ -2862,7 +2864,6 @@ - ) - - add_executable(androiddump WIN32 ${androiddump_FILES}) -- # XXX Shouldn't we add wsutil to androiddump_LIBS instead? - set_extcap_executable_properties(androiddump) - target_link_libraries(androiddump ${androiddump_LIBS}) - install(TARGETS androiddump RUNTIME DESTINATION ${EXTCAP_DIR}) diff --git a/net-analyzer/wireshark/files/wireshark-2.6.3-docbook.patch b/net-analyzer/wireshark/files/wireshark-2.6.3-docbook.patch deleted file mode 100644 index 9e5e8810991e..000000000000 --- a/net-analyzer/wireshark/files/wireshark-2.6.3-docbook.patch +++ /dev/null @@ -1,56 +0,0 @@ ---- a/docbook/CMakeLists.txt -+++ b/docbook/CMakeLists.txt -@@ -61,21 +61,22 @@ - common_graphics/warning.svg - ) - --set(WSUG_TOOLS_HELP_COMMANDS -+set(WSUG_TOOLS_COMMANDS - capinfos -+ dumpcap - editcap - mergecap -+ rawshark - reordercap - text2pcap - tshark - ) - --if (PCAP_FOUND) -- list(APPEND WSUG_TOOLS_HELP_COMMANDS -- dumpcap -- rawshark -- ) --endif(PCAP_FOUND) -+foreach(th_build ${WSUG_TOOLS_COMMANDS}) -+if (TARGET ${th_build}) -+ list(APPEND WSUG_TOOLS_HELP_COMMANDS ${th_build}) -+endif(TARGET ${th_build}) -+endforeach() - - # We want the wsug_* targets to depend on the tools help files. - # We want update_tools_help to be an independent target. -@@ -92,6 +93,7 @@ - - foreach(th_command ${WSUG_TOOLS_HELP_COMMANDS}) - set(th_file ${CMAKE_CURRENT_SOURCE_DIR}/wsug_src/${th_command}-h.txt) -+ add_dependencies(th_file th_command) - list(APPEND WSUG_TOOLS_HELP_FILES ${th_file}) - add_custom_command( - OUTPUT ${th_file} -@@ -103,6 +105,7 @@ - # Extra command output - # Note that these won't work on Windows unless we make -F and -T write - # to stdout and return 0 or wrap the commands similar to hhc.exe. -+if (TARGET editcap) - set(th_file ${CMAKE_CURRENT_SOURCE_DIR}/wsug_src/editcap-F.txt) - list(APPEND WSUG_TOOLS_HELP_FILES ${th_file}) - add_custom_command( -@@ -117,6 +120,7 @@ - COMMAND $ -T > ${th_file} - DEPENDS $ - ) -+endif(TARGET editcap) - - add_custom_target(update_tools_help - DEPENDS ${WSUG_TOOLS_HELP_FILES} diff --git a/net-analyzer/wireshark/wireshark-2.6.3.ebuild b/net-analyzer/wireshark/wireshark-2.6.3.ebuild deleted file mode 100644 index 6043c647518e..000000000000 --- a/net-analyzer/wireshark/wireshark-2.6.3.ebuild +++ /dev/null @@ -1,243 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -inherit cmake-utils eutils fcaps flag-o-matic gnome2-utils ltprune multilib qmake-utils user xdg-utils - -DESCRIPTION="A network protocol analyzer formerly known as ethereal" -HOMEPAGE="https://www.wireshark.org/" -SRC_URI="${HOMEPAGE}download/src/all-versions/${P/_/}.tar.xz" - -LICENSE="GPL-2" -SLOT="0/${PV}" -KEYWORDS="alpha amd64 arm hppa ia64 ppc64 x86" -IUSE=" - adns androiddump bcg729 +capinfos +captype ciscodump +dftest doc - +dumpcap +editcap gtk kerberos libxml2 lua lz4 maxminddb +mergecap +netlink - nghttp2 +pcap portaudio +qt5 +randpkt +randpktdump +reordercap sbc selinux - +sharkd smi snappy spandsp sshdump ssl +text2pcap tfshark +tshark +udpdump - zlib -" - -S=${WORKDIR}/${P/_/} - -CDEPEND=" - >=dev-libs/glib-2.14:2 - dev-libs/libgcrypt:0 - netlink? ( dev-libs/libnl:3 ) - adns? ( >=net-dns/c-ares-1.5 ) - bcg729? ( media-libs/bcg729 ) - filecaps? ( sys-libs/libcap ) - gtk? ( - x11-libs/gdk-pixbuf - x11-libs/gtk+:3 - x11-libs/pango - x11-misc/xdg-utils - ) - kerberos? ( virtual/krb5 ) - sshdump? ( >=net-libs/libssh-0.6 ) - ciscodump? ( >=net-libs/libssh-0.6 ) - libxml2? ( dev-libs/libxml2 ) - lua? ( >=dev-lang/lua-5.1:* ) - lz4? ( app-arch/lz4 ) - maxminddb? ( dev-libs/libmaxminddb ) - nghttp2? ( net-libs/nghttp2 ) - pcap? ( net-libs/libpcap ) - portaudio? ( media-libs/portaudio ) - qt5? ( - dev-qt/qtcore:5 - dev-qt/qtgui:5 - dev-qt/qtmultimedia:5 - dev-qt/qtprintsupport:5 - dev-qt/qtwidgets:5 - >=media-libs/speex-1.2.0 - media-libs/speexdsp - x11-misc/xdg-utils - ) - sbc? ( media-libs/sbc ) - smi? ( net-libs/libsmi ) - snappy? ( app-arch/snappy ) - spandsp? ( media-libs/spandsp ) - ssl? ( net-libs/gnutls:= ) - zlib? ( sys-libs/zlib ) -" -# We need perl for `pod2html`. The rest of the perl stuff is to block older -# and broken installs. #455122 -DEPEND=" - ${CDEPEND} - dev-lang/perl - ! and PowerDNS will use the" + elog "/etc/powerdns/pdns-.conf configuration file instead of the default." + + if use ldap ; then + ewarn "The official LDAP backend module is only compile-tested by upstream." + ewarn "Try net-dns/pdns-ldap-backend if you have problems with it." + fi + + local old + for old in ${REPLACING_VERSIONS}; do + ver_test ${old} -lt 3.2 || continue + + ewarn "To fix a security bug (bug #458018) had the following" + ewarn "files/directories the world-readable bit removed (if set):" + ewarn " ${EPREFIX}/etc/powerdns" + ewarn " ${EPREFIX}/etc/powerdns/pdns.conf" + ewarn "Check if this is correct for your setup" + ewarn "This is a one-time change and will not happen on subsequent updates." + chmod o-rwx "${EPREFIX}"/etc/powerdns/{,pdns.conf} + + break + done +} diff --git a/net-ftp/Manifest.gz b/net-ftp/Manifest.gz index d0c47473cfee..782330075ef9 100644 Binary files a/net-ftp/Manifest.gz and b/net-ftp/Manifest.gz differ diff --git a/net-ftp/filezilla/Manifest b/net-ftp/filezilla/Manifest index 13176e72a783..123b37c416c7 100644 --- a/net-ftp/filezilla/Manifest +++ b/net-ftp/filezilla/Manifest @@ -1,3 +1,4 @@ DIST FileZilla_3.39.0_src.tar.bz2 4995713 BLAKE2B d89aaa1f57187cd926ae1c4dd34624b404baa291334c652293d2dcfaedc4a5dffb401f8727b5d5d1fb483bdd503f35124efb75bdd7dd750d68e517fcb57fb8c0 SHA512 a0360634517ffd07878082abae024dbb4896035edcbd9abe6d8adfc9d37b73d01d95f6c5ca031175d88b6e4badefafcc43b5ddce3d9dbddde4deab5f0cc97e83 DIST FileZilla_3.40.0_src.tar.bz2 4997647 BLAKE2B 88ff2461d33369c435645f1dd5afa98c566141bf825e74898f870bd4c09cc7b47a70f605afbaf7be28855385812a28ea24303b6ec7f0ba605a793160c3b76027 SHA512 7aeb0c340111a47c435e8d8cbf379e83d2fc6c0a94038e085664df34c2fe1f8ef8496ea894f5e4cfd576d034e8935fe29661bb9eff9f22416032f45f5a66db2f DIST FileZilla_3.41.1_src.tar.bz2 4994973 BLAKE2B 9aa8ad78125e69347055872790a13d46599415977d0f9064488efbdfc8cc052ac9e8ac4c03fe813f5947cb0b978db0872e45bf905bf02cd7d800fd52ca09b5f2 SHA512 6407ae883d10308529227a33ab4bfd36c564a68b322e896751ea21d106d04b0b8e095f1cb864063f59e0c64d0943f48a82cd63ae50c4be4561210659ba2f8ca0 +DIST FileZilla_3.41.2_src.tar.bz2 4994803 BLAKE2B 34f8331d3dfe3bdf483d234a0473074e17954b7d16abb7276ee6276221091f085c802d8cb0d397e00159b408d2737f5e23f2e50ad19d344c82472c09eea4dcd1 SHA512 c4b8284896942ba46f8f88fc5d60c6893c719e28ab94463848060850b6f9b2f4d3d13f580551dc3b21ab25ffc0cb1f43a2750500b5be2117952e14512a7ee40c diff --git a/net-ftp/filezilla/filezilla-3.41.2.ebuild b/net-ftp/filezilla/filezilla-3.41.2.ebuild new file mode 100644 index 000000000000..2cdd971b5a38 --- /dev/null +++ b/net-ftp/filezilla/filezilla-3.41.2.ebuild @@ -0,0 +1,83 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +WX_GTK_VER="3.0-gtk3" + +inherit autotools flag-o-matic wxwidgets xdg + +MY_PV=${PV/_/-} +MY_P="FileZilla_${MY_PV}" + +DESCRIPTION="FTP client with lots of useful features and an intuitive interface" +HOMEPAGE="https://filezilla-project.org/" +SRC_URI="https://download.filezilla-project.org/client/${MY_P}_src.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~x86" +IUSE="dbus nls test" + +# pugixml 1.7 minimal dependency is for c++11 proper configuration +RDEPEND=">=app-eselect/eselect-wxwidgets-0.7-r1 + >=dev-libs/nettle-3.1:= + >=dev-db/sqlite-3.7 + >=dev-libs/libfilezilla-0.15.1 + >=dev-libs/pugixml-1.7 + >=net-libs/gnutls-3.4.15 + >=x11-libs/wxGTK-3.0.4:${WX_GTK_VER}[X] + x11-misc/xdg-utils + dbus? ( sys-apps/dbus )" +DEPEND="${RDEPEND} + virtual/pkgconfig + >=sys-devel/libtool-1.4 + nls? ( >=sys-devel/gettext-0.11 ) + test? ( >=dev-util/cppunit-1.13.0 )" + +S="${WORKDIR}"/${PN}-${MY_PV} + +DOCS=(AUTHORS ChangeLog NEWS ) + +PATCHES=( + "${FILESDIR}"/${PN}-3.22.1-debug.patch +) + +pkg_pretend() { + if [[ ${MERGE_TYPE} != binary ]]; then + if ! test-flag-CXX -std=c++14; then + eerror "${P} requires C++14-capable C++ compiler. Your current compiler" + eerror "does not seem to support -std=c++14 option. Please upgrade your compiler" + eerror "to gcc-4.9 or an equivalent version supporting C++14." + die "Currently active compiler does not support -std=c++14" + fi + fi +} + +src_prepare() { + setup-wxwidgets + default + eautoreconf +} + +src_configure() { + local myeconfargs=( + --disable-autoupdatecheck + --with-pugixml=system + $(use_enable nls locales) + $(use_with dbus) + ) + econf "${myeconfargs[@]}" +} + +pkg_preinst() { + xdg_pkg_preinst +} + +pkg_postinst() { + xdg_pkg_postinst +} + +pkg_postrm() { + xdg_pkg_postrm +} diff --git a/net-ftp/uftpd/Manifest b/net-ftp/uftpd/Manifest index 59010d1d5478..29c98f16098f 100644 --- a/net-ftp/uftpd/Manifest +++ b/net-ftp/uftpd/Manifest @@ -1,3 +1,4 @@ DIST uftpd-2.4.tar.xz 173132 BLAKE2B 5bb1d90a2353e34d1a2346fa09c9843e598827875cc2c09beabf3916e34693dca17bc0d1f00773ce823cb79685204a20fa16d7abc8d4c88085dd1bdafc7e5acc SHA512 1ed9ed4429a3e7a08ac902ebac95610e58164f3528a8fc00a745c0545aae4e13d3bcbf597bcae6ba045b24ee9ba3c39ec0617068920bcc4bbc3f5ef246d4c404 DIST uftpd-2.5.tar.xz 178652 BLAKE2B 888f6a6be9752d36470de0aa0dd3ec5ffeca335099897fb9a03a0573752257b88d5662f53cfb8c078f2b8efe3dd384b12833def2bea38c5440915b60b3832e78 SHA512 7f7f80f0a291cf57d68570de62c663804af0fa0fa4f0e5e199280c97d0d662881a05d1e0cc908f33e85cc8e07d825813e63271a94a69cd2e6bb974820566ccac DIST uftpd-2.6.tar.xz 93532 BLAKE2B 472b6dec74d5df50a93c27f85cff1ceff9bac8bcf3343d7ca7842e2bd51813ba8c0b5b679062eba5dccca0d5ec586302ad7889dd69273b4e08fe6330d70b7dbd SHA512 56e893cda1e807b01021130a763d6409a0e480f7dfb03e3ac9378d76d459a38c9c602d7fac523c3cf353fe972a61e2f8c131003e7dd0c07e5588f3a18b3e3c4d +DIST uftpd-2.7.tar.xz 161608 BLAKE2B fb759cb4e3f0495ac28bd84c36f46a7ff54565d729602427b2b44d0fea5b42f97df5397e095d4c3c428bbe87d97dced470f93129c8bf84c348a6e15bb226329c SHA512 0cdf7ba82fec53d067baf15c7ad84bbdfeb9dfbba4459c9eca497915f987d44573db0c47db451abd2b5936fd3135e7644ce0c734c6efe2c8e3ad5c172f5137ac diff --git a/net-ftp/uftpd/uftpd-2.4.ebuild b/net-ftp/uftpd/uftpd-2.7.ebuild similarity index 59% rename from net-ftp/uftpd/uftpd-2.4.ebuild rename to net-ftp/uftpd/uftpd-2.7.ebuild index e741e5bc2068..1a96f19931f6 100644 --- a/net-ftp/uftpd/uftpd-2.4.ebuild +++ b/net-ftp/uftpd/uftpd-2.7.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 DESCRIPTION="The no nonsense TFTP/FTP server" HOMEPAGE="https://github.com/troglobit/uftpd" @@ -13,8 +13,14 @@ KEYWORDS="~amd64 ~x86" IUSE="" DEPEND=" - dev-libs/libite - dev-libs/libuev - !!net-misc/uftp" + >=dev-libs/libite-1.5 + >=dev-libs/libuev-2.2" -RDEPEND="${DEPEND}" +RDEPEND=" + ${DEPEND} + !net-misc/uftp + !net-ftp/atftp" + +src_install() { + emake DESTDIR="${D}" install doc_DATA=README.md +} diff --git a/net-im/Manifest.gz b/net-im/Manifest.gz index 067c5224b5ba..771951f6c78f 100644 Binary files a/net-im/Manifest.gz and b/net-im/Manifest.gz differ diff --git a/net-im/openmittsu/Manifest b/net-im/openmittsu/Manifest index a7d34aafaa5f..ec17a980fa37 100644 --- a/net-im/openmittsu/Manifest +++ b/net-im/openmittsu/Manifest @@ -1,2 +1,2 @@ DIST openmittsu-0.9.11.0.tar.xz 1408088 BLAKE2B 6c16ea2c35c0a4e02b2735d292516e22c238ca6d3f32f2869be8fec265f099761a5afef0303b2bd84c8f2e5383d7fff6dd18b2e57fc0d12da30a8d8a1637242b SHA512 534a589aa7bf4aa1be4e7d887ef1d4b025eeb1f82d8503cb048a7802ad4380c78224acae4a5f41a56be838a5a43af78f496bd0336034232208bc4de49a71b4d5 -DIST openmittsu-0.9.9.48.tar.xz 2026628 BLAKE2B eafd2bc537a22b140e01e14da363d3943e24b86754a090fd1ed2ac80f1030e1a2fb30ee8a5395c6c9a143d5922354ac67e3376a94c34f670f8cbcfddc27da112 SHA512 e24ec8e0792df13e781080fe42934035f74b82be62a8ce4913175a13ee3acbead069d169871405f4312927165a7049291d009c7f968b088bdbb3e294f9ef2443 +DIST openmittsu-0.9.13.32.tar.xz 2078892 BLAKE2B 4960d3046dfe45568f56ddc4ad77677992ac4dc4d618a926a15b35431955c8f30aa20ad236cc3143bc1a24f64a4635fdc072a1c9f921238f1283b81b3d6befb7 SHA512 671ce8ed1a6f9aa8d15ee0d72ce78e2b5aef556243efacec4b0b434eaf5b0bd1b34aa6a0391e42ead9007011cca88e7ba2649f16456a2bf74d22355d1f308a0f diff --git a/net-im/openmittsu/files/openmittsu-0.9.13.32-fix-tests.patch b/net-im/openmittsu/files/openmittsu-0.9.13.32-fix-tests.patch new file mode 100644 index 000000000000..c89d24536ae9 --- /dev/null +++ b/net-im/openmittsu/files/openmittsu-0.9.13.32-fix-tests.patch @@ -0,0 +1,11 @@ +--- openmittsu-0.9.13.32-orig/CMakeLists.txt ++++ openmittsu-0.9.13.32/CMakeLists.txt +@@ -570,7 +570,7 @@ + target_link_libraries(openMittsu openMittsuCore Qt5::Core Qt5::Gui Qt5::Widgets Qt5::Network Qt5::Multimedia Qt5::MultimediaWidgets Qt5::Sql) + target_link_libraries(openMittsuVersionInfo Qt5::Core) + if (OPENMITTSU_ENABLE_TESTS) +- target_link_libraries(openMittsuTests openMittsuCore Qt5::Core Qt5::Network Qt5::Multimedia Qt5::MultimediaWidgets Qt5::Sql gmock gtest) ++ target_link_libraries(openMittsuTests openMittsuCore Qt5::Core Qt5::Network Qt5::Multimedia Qt5::MultimediaWidgets Qt5::Sql gmock gtest pthread) + endif (OPENMITTSU_ENABLE_TESTS) + + # Link against libc++abi if requested. diff --git a/net-im/openmittsu/files/openmittsu-0.9.9.48-disable-googletest.patch b/net-im/openmittsu/files/openmittsu-0.9.9.48-disable-googletest.patch deleted file mode 100644 index ceb162d5e6b1..000000000000 --- a/net-im/openmittsu/files/openmittsu-0.9.9.48-disable-googletest.patch +++ /dev/null @@ -1,79 +0,0 @@ -Disable googletest for now, in order to avoid accessing the network -at configure time. - ---- openmittsu-0.9.9.48-orig/CMakeLists.txt -+++ openmittsu-0.9.9.48/CMakeLists.txt -@@ -212,28 +212,6 @@ - # Add the binary dir include directory - include_directories("${PROJECT_BINARY_DIR}/include") - --########################################################## --# --# Google Testing Framework --# --########################################################## --# Download and unpack googletest at configure time --configure_file("${PROJECT_SOURCE_DIR}/cmake/GoogleTest.cmake.in" googletest-download/CMakeLists.txt) --execute_process(COMMAND "${CMAKE_COMMAND}" -G "${CMAKE_GENERATOR}" . -- WORKING_DIRECTORY "${CMAKE_BINARY_DIR}/googletest-download" ) --execute_process(COMMAND "${CMAKE_COMMAND}" --build . -- WORKING_DIRECTORY "${CMAKE_BINARY_DIR}/googletest-download" ) -- --# Prevent GoogleTest from overriding our compiler/linker options --# when building with Visual Studio --set(gtest_force_shared_crt ON CACHE BOOL "" FORCE) -- --# Add googletest directly to our build. This adds --# the following targets: gtest, gtest_main, gmock --# and gmock_main --add_subdirectory("${CMAKE_BINARY_DIR}/googletest-src" -- "${CMAKE_BINARY_DIR}/googletest-build" EXCLUDE_FROM_ALL) -- - - # Main Sources - file(GLOB OPENMITTSU_HEADERS ${PROJECT_SOURCE_DIR}/src/*.h) -@@ -399,24 +377,17 @@ - - add_executable(openMittsuVersionInfo ${OPENMITTSU_BUILDTOOLS_VERSIONINFO_HEADERS} ${OPENMITTSU_BUILDTOOLS_VERSIONINFO_SOURCES_CPP} ${OPENMITTSU_HEADERS_GENERATED} ${OPENMITTSU_SOURCES_GENERATED}) - --add_executable(openMittsuTests ${OPENMITTSU_TEST_MAIN_FILE} ${OPENMITTSU_TEST_FILES} -- ${OPENMITTSU_RESOURCESOURCES} --) -- - if (MSVC) - set_target_properties(openMittsu PROPERTIES LINK_FLAGS_RELEASE "/SUBSYSTEM:WINDOWS") - endif(MSVC) - - # Add target link dependencies --target_link_libraries(openMittsuCore ${Libsodium_LIBRARIES} gtest) -+target_link_libraries(openMittsuCore ${Libsodium_LIBRARIES}) - target_link_libraries(openMittsu ${LIBQRENCODE_LIBRARY}) - --add_dependencies(openMittsuTests gtest) -- - # Use the required modules from Qt 5. - target_link_libraries(openMittsuCore Qt5::Core Qt5::Gui Qt5::Widgets Qt5::Network Qt5::Multimedia Qt5::Sql) - target_link_libraries(openMittsu openMittsuCore Qt5::Core Qt5::Gui Qt5::Widgets Qt5::Network Qt5::Multimedia Qt5::Sql) --target_link_libraries(openMittsuTests openMittsuCore Qt5::Core Qt5::Gui Qt5::Widgets Qt5::Network Qt5::Multimedia Qt5::Sql) - target_link_libraries(openMittsuVersionInfo Qt5::Core) - - # Link against libc++abi if requested. -@@ -424,7 +395,6 @@ - target_link_libraries(openMittsu "c++abi") - target_link_libraries(openMittsuCore "c++abi") - target_link_libraries(openMittsuVersionInfo "c++abi") -- target_link_libraries(openMittsuTests "c++abi") - endif(OPENMITTSU_LINK_LIBCXXABI) - - # Targets, CPACK... -@@ -438,10 +408,6 @@ - RUNTIME - DESTINATION bin - COMPONENT installComponent) --install(TARGETS openMittsuTests -- RUNTIME -- DESTINATION bin -- COMPONENT installComponent) - - if (MSVC) - set(OPENMITTSU_WINDEPLOYQT_EXE "${Qt5Core_DIR}/../../../bin/windeployqt.exe") diff --git a/net-im/openmittsu/openmittsu-0.9.9.48.ebuild b/net-im/openmittsu/openmittsu-0.9.13.32.ebuild similarity index 79% rename from net-im/openmittsu/openmittsu-0.9.9.48.ebuild rename to net-im/openmittsu/openmittsu-0.9.13.32.ebuild index 241dd833295c..5c132dd83ec7 100644 --- a/net-im/openmittsu/openmittsu-0.9.9.48.ebuild +++ b/net-im/openmittsu/openmittsu-0.9.13.32.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 inherit cmake-utils desktop @@ -10,11 +10,12 @@ HOMEPAGE="https://www.openmittsu.de/" # git-archive-all.sh snapshot of https://github.com/blizzard4591/openMittsu.git SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.tar.xz" -LICENSE="GPL-2+ BitstreamVera OFL-1.1 Apache-2.0 CC0-1.0 MIT BSD-2 Boost-1.0" +LICENSE="GPL-2+ BitstreamVera OFL-1.1 Apache-2.0 CC0-1.0 MIT BSD" SLOT="0" KEYWORDS="~amd64" +IUSE="test" -DEPEND="dev-db/qt5-sqlcipher +RDEPEND="dev-db/qt5-sqlcipher >=dev-libs/libsodium-1.0.11:= >=dev-qt/qtcore-5.7.1:5= >=dev-qt/qtgui-5.7.1:5= @@ -23,10 +24,11 @@ DEPEND="dev-db/qt5-sqlcipher >=dev-qt/qtsql-5.7.1:5=[sqlite] >=dev-qt/qtwidgets-5.7.1:5= >=media-gfx/qrencode-3.4.4-r1:=" -RDEPEND="${DEPEND}" +DEPEND="${RDEPEND} + test? ( >=dev-cpp/gtest-1.8.0 )" PATCHES=( - "${FILESDIR}"/${P}-disable-googletest.patch + "${FILESDIR}"/${P}-fix-tests.patch ) DOCS=( @@ -40,14 +42,21 @@ src_configure() { # set version manually, since autodetection works only with git "-DOPENMITTSU_CUSTOM_VERSION_STRING=${PV%.*}-${PV##*.}-00000000" "-DOPENMITTSU_DISABLE_VERSION_UPDATE_CHECK=ON" + "-DOPENMITTSU_ENABLE_TESTS=$(usex test)" ) cmake-utils_src_configure } +src_test() { + cd "${BUILD_DIR}" || die + ./openMittsuTests || die +} + src_install() { local my_pn="openMittsu" cmake-utils_src_install newicon resources/icon.png ${my_pn}.png make_desktop_entry ${my_pn} ${my_pn} ${my_pn} rm "${ED}"/usr/bin/${my_pn}VersionInfo || die + rm -f "${ED}"/usr/bin/${my_pn}Tests || die } diff --git a/net-im/slack-bin/Manifest b/net-im/slack-bin/Manifest index dbb410224739..fa0a0712cb88 100644 --- a/net-im/slack-bin/Manifest +++ b/net-im/slack-bin/Manifest @@ -5,3 +5,4 @@ DIST slack-desktop-3.3.1-amd64.deb 54172074 BLAKE2B 88402ce58e02e20a2c5a90358b97 DIST slack-desktop-3.3.3-amd64.deb 54203216 BLAKE2B 93f72a2a7ead75682b9ef9bd9f9b5ec19a5954d20e4ef3da214154eb53fd21533fac4e07893d883b7f9a51fd3af4e53f4b7102a0bee060d23f98b15bbc9207e9 SHA512 bb773ddc9cb13f520143412f73d47e308410d861fa63ca13a986d2c390900c59827b2cca6c55175a2778b341c534b0aab49841a4506f63d11359cada57473b67 DIST slack-desktop-3.3.4-amd64.deb 56404428 BLAKE2B 15e39e88f287a296f3f11a15f35602d2103263b2886f037674e4b8fc0f7b533980ab835de3862a92434b63eb0a466f1f6ee4db4e41026e2c609d6e52dd392463 SHA512 1c2f889ed6194191adf8892bb288ee2e53476b78bc7dbb48c9e5c516f010e47b486059ab1dad87ff41e747e74a10a43398027dfb3cb971103e70f00f58e6bd4c DIST slack-desktop-3.3.7-amd64.deb 56596720 BLAKE2B d463172b6528a98366b61b2e23c0bbfb8f7285387f7c0815b28977602f1b05954f1a89cae0ecf127acd79b771655ea5c7551bb0d7207b07b0e7790886c21e7d6 SHA512 b61f32a7f9ee4c40c10dbc70e0ab1c4371fd63610217348b2177c48f9ec17500e34ca5a09f38812543b62fd888cbc0344ad258d37d0b570fa91e4c262451e18a +DIST slack-desktop-3.3.8-amd64.deb 56743966 BLAKE2B 3673a55a300b56b645d69e18617fd58241c9f4ac5fec088660bb715c722b4b22b77db9302ca3d8f09338bb41be188998366e8c5f9f0a145d80391f82fbc5fb6f SHA512 f9a0414213bf0d1a8404f532a37b16bf47a43b8ecf6bb9be99184577b3b8c58e5f1b1b40a044550dc900d328b40207763de6eb3936e0b8ded709782796e81720 diff --git a/net-im/slack-bin/slack-bin-3.3.8.ebuild b/net-im/slack-bin/slack-bin-3.3.8.ebuild new file mode 100644 index 000000000000..3db3b00c13ef --- /dev/null +++ b/net-im/slack-bin/slack-bin-3.3.8.ebuild @@ -0,0 +1,94 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +MY_PN="${PN/-bin/}" +MULTILIB_COMPAT=( abi_x86_64 ) + +inherit desktop multilib-build pax-utils unpacker xdg-utils + +DESCRIPTION="Team collaboration tool" +HOMEPAGE="http://www.slack.com/" +SRC_URI="https://downloads.slack-edge.com/linux_releases/${MY_PN}-desktop-${PV}-amd64.deb" + +LICENSE="all-rights-reserved" +SLOT="0" +KEYWORDS="-* ~amd64" +IUSE="ayatana gnome-keyring pax_kernel" +RESTRICT="bindist mirror" + +RDEPEND="dev-libs/atk:0[${MULTILIB_USEDEP}] + dev-libs/expat:0[${MULTILIB_USEDEP}] + dev-libs/glib:2[${MULTILIB_USEDEP}] + dev-libs/nspr:0[${MULTILIB_USEDEP}] + dev-libs/nss:0[${MULTILIB_USEDEP}] + gnome-base/gconf:2[${MULTILIB_USEDEP}] + media-libs/alsa-lib:0[${MULTILIB_USEDEP}] + media-libs/fontconfig:1.0[${MULTILIB_USEDEP}] + media-libs/freetype:2[${MULTILIB_USEDEP}] + net-misc/curl:0[${MULTILIB_USEDEP}] + net-print/cups:0[${MULTILIB_USEDEP}] + sys-apps/dbus:0[${MULTILIB_USEDEP}] + x11-libs/cairo:0[${MULTILIB_USEDEP}] + x11-libs/gdk-pixbuf:2[${MULTILIB_USEDEP}] + x11-libs/gtk+:3[${MULTILIB_USEDEP}] + x11-libs/libX11:0[${MULTILIB_USEDEP}] + x11-libs/libxcb:0/1.12[${MULTILIB_USEDEP}] + x11-libs/libXcomposite:0[${MULTILIB_USEDEP}] + x11-libs/libXcursor:0[${MULTILIB_USEDEP}] + x11-libs/libXdamage:0[${MULTILIB_USEDEP}] + x11-libs/libXext:0[${MULTILIB_USEDEP}] + x11-libs/libXfixes:0[${MULTILIB_USEDEP}] + x11-libs/libXi:0[${MULTILIB_USEDEP}] + x11-libs/libxkbfile:0[${MULTILIB_USEDEP}] + x11-libs/libXrandr:0[${MULTILIB_USEDEP}] + x11-libs/libXrender:0[${MULTILIB_USEDEP}] + x11-libs/libXScrnSaver:0[${MULTILIB_USEDEP}] + x11-libs/libXtst:0[${MULTILIB_USEDEP}] + x11-libs/pango:0[${MULTILIB_USEDEP}] + ayatana? ( dev-libs/libappindicator:3[${MULTILIB_USEDEP}] ) + gnome-keyring? ( app-crypt/libsecret:0[${MULTILIB_USEDEP}] )" + +QA_PREBUILT="opt/slack/slack + opt/slack/resources/app.asar.unpacked/node_modules/* + opt/slack/libnode.so + opt/slack/libffmpeg.so + opt/slack/libCallsCore.so" + +S="${WORKDIR}" + +src_prepare() { + default + + if use ayatana ; then + sed -i '/Exec/s|=|=env XDG_CURRENT_DESKTOP=Unity |' \ + usr/share/applications/slack.desktop \ + || die "sed failed for slack.desktop" + fi +} + +src_install() { + doicon usr/share/pixmaps/slack.png + doicon -s 512 usr/share/pixmaps/slack.png + domenu usr/share/applications/slack.desktop + + insinto /opt/slack + doins -r usr/lib/slack/. + fperms +x /opt/slack/slack + dosym ../../opt/slack/slack usr/bin/slack + + use pax_kernel && pax-mark -m "${ED%/}"/opt/slack/slack +} + +pkg_postinst() { + xdg_desktop_database_update + xdg_icon_cache_update + xdg_mimeinfo_database_update +} + +pkg_postrm() { + xdg_desktop_database_update + xdg_icon_cache_update + xdg_mimeinfo_database_update +} diff --git a/net-libs/Manifest.gz b/net-libs/Manifest.gz index 4d60a8adf1a9..965071181935 100644 Binary files a/net-libs/Manifest.gz and b/net-libs/Manifest.gz differ diff --git a/net-libs/gnome-online-accounts/Manifest b/net-libs/gnome-online-accounts/Manifest index 3b03fede0734..239210b90918 100644 --- a/net-libs/gnome-online-accounts/Manifest +++ b/net-libs/gnome-online-accounts/Manifest @@ -1,2 +1,3 @@ DIST gnome-online-accounts-3.24.5.tar.xz 1391332 BLAKE2B 9085cbb0c92bfcd338d5feca7ebdd3e3b15483e47fe29faffb8f9fb474663adeaf8d5cc81673c552652c9444e742f2782fd727c93bf488f5c976bde72d00ddce SHA512 8db35d21f0639e7452ec5cb34455b6d48a77fe0755c525f22e5235abe758f09ad5a4685e5e4912a53def298c76a13b558704a83803b5aabecc13a0f9bc3ae0e4 DIST gnome-online-accounts-3.28.2.tar.xz 1539640 BLAKE2B ff0e5b5a82617c2f8b53ff51dd6651465e8c9da14a1d484e29c97b17d612fdc535d35855c197da2c826f38e4500b117efbfc929e56318feb58fcc38fdb645a1f SHA512 6fac52c939598817bb3ca44b2e3281c98e3c74d8de5aed30e5ac61187392116393d09a0f900d9e45b0e723a90475dca7edc576a9d567a3fb716b0801e36350ca +DIST gnome-online-accounts-3.30.2.tar.xz 921284 BLAKE2B 9dc503f73ddda64411f73ac865a0355f318ad13789fac0cf7e7a91d16e53b03dee33acca6752060ce54936cfd5050adb8fadfd121158c0496a3f516e35e8fa45 SHA512 3555421adbfec0e7da1c8f3a47415f6c5bc3eaf8b246cf08eb6ee420286a4b40d11bc6e2514bca937b022b95068c9862438fa632d3385503aba2647a4a57976b diff --git a/net-libs/gnome-online-accounts/gnome-online-accounts-3.30.2.ebuild b/net-libs/gnome-online-accounts/gnome-online-accounts-3.30.2.ebuild new file mode 100644 index 000000000000..450fa084c558 --- /dev/null +++ b/net-libs/gnome-online-accounts/gnome-online-accounts-3.30.2.ebuild @@ -0,0 +1,83 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +GNOME2_LA_PUNT="yes" +VALA_USE_DEPEND="vapigen" + +inherit gnome2 vala + +DESCRIPTION="GNOME framework for accessing online accounts" +HOMEPAGE="https://wiki.gnome.org/Projects/GnomeOnlineAccounts" + +LICENSE="LGPL-2+" +SLOT="0/1" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" + +IUSE="debug gnome +introspection kerberos +vala" +REQUIRED_USE="vala? ( introspection )" + +# pango used in goaeditablelabel +# libsoup used in goaoauthprovider +# goa kerberos provider is incompatible with app-crypt/heimdal, see +# https://bugzilla.gnome.org/show_bug.cgi?id=692250 +# json-glib-0.16 needed for bug #485092 +RDEPEND=" + >=dev-libs/glib-2.52:2 + >=app-crypt/libsecret-0.5 + >=dev-libs/json-glib-0.16 + dev-libs/libxml2:2 + >=net-libs/libsoup-2.42:2.4 + net-libs/rest:0.7 + >=net-libs/webkit-gtk-2.12.0:4 + >=x11-libs/gtk+-3.19.12:3 + x11-libs/pango + + introspection? ( >=dev-libs/gobject-introspection-0.6.2:= ) + kerberos? ( + app-crypt/gcr:0=[gtk] + app-crypt/mit-krb5 ) +" +# telepathy? ( net-libs/telepathy-glib ) +# goa-daemon can launch gnome-control-center +PDEPEND="gnome? ( >=gnome-base/gnome-control-center-3.2[gnome-online-accounts(+)] )" + +DEPEND="${RDEPEND} + vala? ( $(vala_depend) ) + dev-libs/libxslt + >=dev-util/gtk-doc-am-1.3 + >=dev-util/gdbus-codegen-2.30.0 + >=sys-devel/gettext-0.19.8 + virtual/pkgconfig + + dev-libs/gobject-introspection-common + gnome-base/gnome-common +" + +src_prepare() { + use vala && vala_src_prepare + gnome2_src_prepare +} + +src_configure() { + # TODO: Give users a way to set the G/FB/Windows Live secrets + gnome2_src_configure \ + --disable-static \ + --enable-backend \ + --enable-documentation \ + --enable-exchange \ + --enable-facebook \ + --enable-flickr \ + --enable-foursquare \ + --enable-imap-smtp \ + --enable-lastfm \ + --enable-media-server \ + --enable-owncloud \ + --enable-pocket \ + --enable-todoist \ + --enable-windows-live \ + $(usex debug --enable-debug=yes ' ') \ + $(use_enable kerberos) \ + $(use_enable introspection) \ + $(use_enable vala) +} diff --git a/net-libs/gsoap/Manifest b/net-libs/gsoap/Manifest index f6bac4a77e98..fba6b8358903 100644 --- a/net-libs/gsoap/Manifest +++ b/net-libs/gsoap/Manifest @@ -1,3 +1,3 @@ DIST gsoap_2.8.70.zip 32695627 BLAKE2B 6d803441804badf06b29cee8ca898dc864b9a0388f6f3fa58b84c1b237d77e22ab70e0cc5439915c715bdba7831b14f86d8003e1338b6184ddbfe845bb76ff75 SHA512 f7e9f85580c19bb390f1310bb47b690a5788b54c1e12c6fc0d9166039a84ae24ec5d3268cb67cd72b20e2eaa78689e175b975f07da44fd20e172a77ef37f4ae7 -DIST gsoap_2.8.79.zip 32686007 BLAKE2B 393a48b951cacc48bd6b58b0520b2d52984d0442e376a87404915117d90c2cabbf58e633ff113851b860d7b66febaec5804e65ae6cc2f86d854e1616ff1bdfc7 SHA512 9164d3f7bf60aa6d6a0e3c99334fac749ed595efce6612345d0df2ff867bfe8d2df75af9e54a4f084846e580647e09969c79fa67f9807a92b2555ff9141d2c19 DIST gsoap_2.8.80.zip 32686918 BLAKE2B 63a49b09696be0eb7318233bc3df1f44b118a238a206cf25a47bfbdb1d60ad08cc0eb5c24c6d0952e72bfcc850d3780c56e09153a935450aec3c543c9ef2dc79 SHA512 7018f9904d6b3cd5f0d6dacdd03e399fa01df450ec37a4fd29988657b639b86027da62ffc8b03b79a05547e80250fb974b56784fb57e4583899bc8c1958aa8e1 +DIST gsoap_2.8.82.zip 32514214 BLAKE2B 4945fc9e8c6fcbf364235c31aaf5eff5546b4f927a69cc973ba9e855a97ba2e40af2823448c2ea7d371aafea3ea6f6a71cc2d0527049fea53a2d6e1bbeecceec SHA512 daf6a1870fe43beb20d0faf646b171c92629885708baabea5bbce79fa5a8030f014dbe5c0bf4024031df993dd3ed3a90449db813946cfdfa9c12318096b57eec diff --git a/net-libs/gsoap/gsoap-2.8.79.ebuild b/net-libs/gsoap/gsoap-2.8.82.ebuild similarity index 100% rename from net-libs/gsoap/gsoap-2.8.79.ebuild rename to net-libs/gsoap/gsoap-2.8.82.ebuild diff --git a/net-libs/libpsl/Manifest b/net-libs/libpsl/Manifest new file mode 100644 index 000000000000..e9fbf64bcb00 --- /dev/null +++ b/net-libs/libpsl/Manifest @@ -0,0 +1 @@ +DIST libpsl-0.20.2.tar.gz 9228099 BLAKE2B d53b8a036ba557704c4d3a498b35fd25e3dfc466d5161040d02b7d8d47af2138cce2bdbb8203fca0591408440f1b4cfab776fe0d2ecd68959f426d903cab08d4 SHA512 fa9f6f7f0447d9fe00f5dfca5262c56ff26217eea44d0f7fc1e5d982224c41874e753f0aa06dd9e5d7d03d4f04e3dacd4f36034cc8dd0fc6e2c28b49a23e62fe diff --git a/net-libs/libpsl/libpsl-0.20.2.ebuild b/net-libs/libpsl/libpsl-0.20.2.ebuild new file mode 100644 index 000000000000..f91f9c8f0852 --- /dev/null +++ b/net-libs/libpsl/libpsl-0.20.2.ebuild @@ -0,0 +1,69 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit multilib-minimal + +DESCRIPTION="C library for the Public Suffix List" +HOMEPAGE="https://github.com/rockdaboot/libpsl" +SRC_URI="https://github.com/rockdaboot/${PN}/releases/download/${P}/${P}.tar.gz" +LICENSE="MIT" +SLOT="0" + +KEYWORDS="~amd64 ~x86" +IUSE="icu +idn +man" + +REQUIRED_USE="^^ ( icu idn )" + +RDEPEND=" + icu? ( dev-libs/icu:=[${MULTILIB_USEDEP}] ) + idn? ( + dev-libs/libunistring[${MULTILIB_USEDEP}] + net-dns/libidn2:=[${MULTILIB_USEDEP}] + ) +" + +DEPEND=" + ${RDEPEND} +" +BDEPEND=" + dev-util/gtk-doc-am + sys-devel/gettext + virtual/pkgconfig + man? ( dev-libs/libxslt ) +" + +multilib_src_configure() { + local myeconfargs=( + --enable-ubsan + --disable-asan + --disable-cfi + $(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 + else + myeconfargs+=( --disable-runtime ) + fi + + ECONF_SOURCE="${S}" econf "${myeconfargs[@]}" +} + +multilib_src_install() { + default + + find "${ED}" \( -name "*.a" -o -name "*.la" \) -delete || die +} diff --git a/net-libs/libpsl/metadata.xml b/net-libs/libpsl/metadata.xml new file mode 100644 index 000000000000..93c95ae3fa86 --- /dev/null +++ b/net-libs/libpsl/metadata.xml @@ -0,0 +1,14 @@ + + + + + polynomial-c@gentoo.org + Lars Wendler + + + rockdaboot/libpsl + + + Build man-pages + + diff --git a/net-libs/libsoup/Manifest b/net-libs/libsoup/Manifest index 80172ce88b76..f7aa4020665a 100644 --- a/net-libs/libsoup/Manifest +++ b/net-libs/libsoup/Manifest @@ -1,2 +1,3 @@ DIST libsoup-2.58.2.tar.xz 1815256 BLAKE2B 23c6e40f91a2dca13fcabe4fa3af7311874cbe06962c6cdc93d8d8d0a998d29cff9e7ce61190541b6114b4996d758b7c469b0354a6012856667e9541a78177cb SHA512 85af6fac87343bdd22312518402144d33916225f60d6fa158efdd84f7ee7ed1f9895989b3558f711c9aedc93cff35a4114ad79d6d2aa19c54cb326f162a4c7de DIST libsoup-2.62.3.tar.xz 1851780 BLAKE2B e3a3518f485d4ab1fe133f5b382d32e4b949e720005c4fdbbe963ba68030d5fcfb11deb5103843f47f221b540e96c5d5ea0f7c52f898617dca37d8df9faec669 SHA512 88354728b1da10288472c7380f166263b64d979df3e6e70ebdbc7b61f3c8eb1dc1205d5b1ead16243c6d304940a4dd4e3a9f3b2ce3e1422a1c5032220b16c73b +DIST libsoup-2.64.2.tar.xz 1793440 BLAKE2B 77a41ad62e0e419711cb26f510b6c0ca09c0430300f72144a0d0563a24e24639d1ca430784051b8de279623193a273510d5c95de6edb4a54a3aee0bd7903d9cd SHA512 c001495be4e1eafd169b904431b22e961b52f5a3202f2e75b0657281cbfd91153148765bd95378bba3e85a66d7eaca428750641f20c07ca3232d1f9bdabdc90f diff --git a/net-libs/libsoup/libsoup-2.64.2.ebuild b/net-libs/libsoup/libsoup-2.64.2.ebuild new file mode 100644 index 000000000000..be2bc815aed0 --- /dev/null +++ b/net-libs/libsoup/libsoup-2.64.2.ebuild @@ -0,0 +1,94 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +GNOME2_LA_PUNT="yes" +PYTHON_COMPAT=( python{3_3,3_4,3_5,3_6} ) +VALA_USE_DEPEND="vapigen" + +inherit gnome2 multilib-minimal python-any-r1 vala + +DESCRIPTION="An HTTP library implementation in C" +HOMEPAGE="https://wiki.gnome.org/Projects/libsoup" + +LICENSE="LGPL-2+" +SLOT="2.4" + +IUSE="debug gssapi +introspection samba ssl test +vala" +REQUIRED_USE="vala? ( introspection )" + +KEYWORDS="~amd64 ~x86" + +RDEPEND=" + >=dev-libs/glib-2.34.3:2[${MULTILIB_USEDEP}] + >=dev-libs/libxml2-2.9.1-r4:2[${MULTILIB_USEDEP}] + >=dev-db/sqlite-3.8.2:3[${MULTILIB_USEDEP}] + >=net-libs/libpsl-0.20.0[${MULTILIB_USEDEP}] + >=net-libs/glib-networking-2.38.2[ssl?,${MULTILIB_USEDEP}] + gssapi? ( virtual/krb5[${MULTILIB_USEDEP}] ) + introspection? ( >=dev-libs/gobject-introspection-0.9.5:= ) + samba? ( net-fs/samba ) +" +DEPEND="${RDEPEND} + ${PYTHON_DEPS} + dev-util/glib-utils + >=dev-util/gtk-doc-am-1.20 + >=dev-util/intltool-0.35 + sys-devel/gettext + >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}] + test? ( >=dev-libs/glib-2.40:2[${MULTILIB_USEDEP}] ) + vala? ( $(vala_depend) ) +" +# test? ( www-servers/apache[ssl,apache2_modules_auth_digest,apache2_modules_alias,apache2_modules_auth_basic, +# apache2_modules_authn_file,apache2_modules_authz_host,apache2_modules_authz_user,apache2_modules_dir, +# apache2_modules_mime,apache2_modules_proxy,apache2_modules_proxy_http,apache2_modules_proxy_connect] +# dev-lang/php[apache2,xmlrpc] +# net-misc/curl +# net-libs/glib-networking[ssl])" + +src_prepare() { + if ! use test; then + # don't waste time building tests (bug #226271) + sed 's/^\(SUBDIRS =.*\)tests\(.*\)$/\1\2/' -i Makefile.am Makefile.in \ + || die "sed failed" + fi + + # FIXME: workaround upstream not respecting --without-apache-httpd + sed -e '/check: start-httpd/d' \ + -i tests/Makefile.am tests/Makefile.in || die + + use vala && vala_src_prepare + gnome2_src_prepare +} + +src_configure() { + # FIXME: we need addpredict to workaround bug #324779 until + # root cause (bug #249496) is solved + addpredict /usr/share/snmp/mibs/.index + + multilib-minimal_src_configure +} + +multilib_src_configure() { + # Disable apache tests until they are usable on Gentoo, bug #326957 + ECONF_SOURCE=${S} \ + gnome2_src_configure \ + --disable-static \ + --disable-tls-check \ + --without-gnome \ + --without-apache-httpd \ + $(usex debug --enable-debug=yes ' ') \ + $(multilib_native_use_with gssapi) \ + $(multilib_native_use_enable introspection) \ + $(multilib_native_use_enable vala) \ + $(use_with samba ntlm-auth '${EPREFIX}'/usr/bin/ntlm_auth) + + if multilib_is_native_abi; then + # fix gtk-doc + ln -s "${S}"/docs/reference/html docs/reference/html || die + fi +} + +multilib_src_install() { + gnome2_src_install +} diff --git a/net-libs/libssh2/Manifest b/net-libs/libssh2/Manifest index b0d04fff42ba..d4134bebb474 100644 --- a/net-libs/libssh2/Manifest +++ b/net-libs/libssh2/Manifest @@ -1 +1,2 @@ DIST libssh2-1.8.0.tar.gz 854916 BLAKE2B 618c4a19789f2e5eda85852760dffff5672d420d2fa50393b05b7398a1913f74e5f6695f078628050ac9851965d6e45cf410b7c4590a8f18d67c718c829ab352 SHA512 289aa45c4f99653bebf5f99565fe9c519abc204feb2084b47b7cc3badc8bf4ecdedd49ea6acdce8eb902b3c00995d5f92a3ca77b2508b92f04ae0e7de7287558 +DIST libssh2-1.8.1.tar.gz 858088 BLAKE2B 4e7358c55355265ec3c7d7ce749b01d74bc1c37ba73467401c24f0abb2b22da12ba938393f3cf7278ef30900c0cfa700ab71c4fd32a1d41eaeb6fb47669c1ee1 SHA512 f09ad9ed04d25305b966e7f8c210082fe06c2b236dcd5018b009bd0bd6aaff123d16559d280892a5060760ed055ffe295bc02dc6e8dd1e7b8383c6c703f09290 diff --git a/net-libs/libssh2/libssh2-1.8.1.ebuild b/net-libs/libssh2/libssh2-1.8.1.ebuild new file mode 100644 index 000000000000..75e39f52b68e --- /dev/null +++ b/net-libs/libssh2/libssh2-1.8.1.ebuild @@ -0,0 +1,59 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +inherit cmake-multilib + +DESCRIPTION="Library implementing the SSH2 protocol" +HOMEPAGE="https://www.libssh2.org" +SRC_URI="https://www.${PN}.org/download/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris" +IUSE="gcrypt libressl mbedtls zlib" +REQUIRED_USE=" + ?? ( gcrypt libressl mbedtls ) +" +RESTRICT="test" + +RDEPEND=" + !libressl? ( >=dev-libs/openssl-1.0.1h-r2:0=[${MULTILIB_USEDEP}] ) + gcrypt? ( >=dev-libs/libgcrypt-1.5.3:0[${MULTILIB_USEDEP}] ) + libressl? ( dev-libs/libressl:0=[${MULTILIB_USEDEP}] ) + mbedtls? ( net-libs/mbedtls[${MULTILIB_USEDEP}] ) + zlib? ( >=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}] ) +" +DEPEND=" + ${RDEPEND} +" + +PATCHES=( + "${FILESDIR}"/${PN}-1.8.0-libgcrypt-prefix.patch + "${FILESDIR}"/${PN}-1.8.0-mansyntax_sh.patch + "${FILESDIR}"/${PN}-1.8.0-openssl11-memleak.patch + "${FILESDIR}"/${PN}-1.8.0-openssl11.patch +) + +multilib_src_configure() { + local crypto_backend=OpenSSL + if use gcrypt; then + crypto_backend=Libgcrypt + elif use mbedtls; then + crypto_backend=mbedTLS + fi + + local mycmakeargs=( + -DBUILD_SHARED_LIBS=ON + -DCRYPTO_BACKEND=${crypto_backend} + -DENABLE_ZLIB_COMPRESSION=$(usex zlib) + ) + cmake-utils_src_configure +} + +multilib_src_install_all() { + einstalldocs + find "${ED}" -name '*.la' -delete || die + mv "${ED}"/usr/share/doc/${PN}/* "${ED}"/usr/share/doc/${PF}/ || die + rm -r "${ED}"/usr/share/doc/${PN}/ || die +} diff --git a/net-libs/libssh2/libssh2-9999.ebuild b/net-libs/libssh2/libssh2-9999.ebuild index 4ed00d509733..456ca9203854 100644 --- a/net-libs/libssh2/libssh2-9999.ebuild +++ b/net-libs/libssh2/libssh2-9999.ebuild @@ -1,50 +1,56 @@ -# 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 git-r3 multilib-minimal +inherit git-r3 cmake-multilib -EGIT_REPO_URI="https://github.com/libssh2/libssh2" DESCRIPTION="Library implementing the SSH2 protocol" HOMEPAGE="https://www.libssh2.org" -SRC_URI="" +EGIT_REPO_URI="https://github.com/libssh2/libssh2" LICENSE="BSD" SLOT="0" KEYWORDS="" -IUSE="gcrypt libressl static-libs test zlib" +IUSE="gcrypt libressl mbedtls zlib" +REQUIRED_USE=" + ?? ( gcrypt libressl mbedtls ) +" +RESTRICT="test" -DEPEND=" - !gcrypt? ( - !libressl? ( >=dev-libs/openssl-1.0.1h-r2:0[${MULTILIB_USEDEP}] ) - libressl? ( dev-libs/libressl[${MULTILIB_USEDEP}] ) - ) +RDEPEND=" + !libressl? ( >=dev-libs/openssl-1.0.1h-r2:0=[${MULTILIB_USEDEP}] ) gcrypt? ( >=dev-libs/libgcrypt-1.5.3:0[${MULTILIB_USEDEP}] ) + libressl? ( dev-libs/libressl:0=[${MULTILIB_USEDEP}] ) + mbedtls? ( net-libs/mbedtls[${MULTILIB_USEDEP}] ) zlib? ( >=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}] ) " -RDEPEND="${DEPEND}" - -DOCS=( NEWS README ) - -src_prepare() { - default - - sed -i -e 's|mansyntax.sh||g' tests/Makefile.am || die - ln -s ../src/libssh2_config.h.in example/libssh2_config.h.in || die +DEPEND=" + ${RDEPEND} +" - eautoreconf -} +PATCHES=( + "${FILESDIR}"/${PN}-1.8.0-mansyntax_sh.patch +) multilib_src_configure() { - # Disable tests that require extra permissions (bug #333319) - use test && local -x ac_cv_path_SSHD= - - local crypto + local crypto_backend=OpenSSL if use gcrypt; then - crypto=libgcrypt - else - crypto=openssl + crypto_backend=Libgcrypt + elif use mbedtls; then + crypto_backend=mbedTLS fi - ECONF_SOURCE="${S}" econf --with-crypto=${crypto} + local mycmakeargs=( + -DBUILD_SHARED_LIBS=ON + -DCRYPTO_BACKEND=${crypto_backend} + -DENABLE_ZLIB_COMPRESSION=$(usex zlib) + ) + cmake-utils_src_configure +} + +multilib_src_install_all() { + einstalldocs + find "${ED}" -name '*.la' -delete || die + mv "${ED}"/usr/share/doc/${PN}/* "${ED}"/usr/share/doc/${PF}/ || die + rm -r "${ED}"/usr/share/doc/${PN}/ || die } diff --git a/net-libs/pjproject/pjproject-2.7.1.ebuild b/net-libs/pjproject/pjproject-2.7.1.ebuild index b245f2b754bc..2c434a83d12c 100644 --- a/net-libs/pjproject/pjproject-2.7.1.ebuild +++ b/net-libs/pjproject/pjproject-2.7.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 @@ -6,8 +6,8 @@ EAPI=6 inherit autotools flag-o-matic DESCRIPTION="Open source SIP, Media, and NAT Traversal Library" -HOMEPAGE="http://www.pjsip.org/" -SRC_URI="http://www.pjsip.org/release/${PV}/${P}.tar.bz2" +HOMEPAGE="https://www.pjsip.org/" +SRC_URI="https://www.pjsip.org/release/${PV}/${P}.tar.bz2" KEYWORDS="amd64 ~ppc x86" LICENSE="GPL-2" diff --git a/net-libs/pjproject/pjproject-2.7.2.ebuild b/net-libs/pjproject/pjproject-2.7.2.ebuild index 2b77f3de1c31..141fa9edf647 100644 --- a/net-libs/pjproject/pjproject-2.7.2.ebuild +++ b/net-libs/pjproject/pjproject-2.7.2.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 @@ -6,8 +6,8 @@ EAPI=6 inherit autotools flag-o-matic DESCRIPTION="Open source SIP, Media, and NAT Traversal Library" -HOMEPAGE="http://www.pjsip.org/" -SRC_URI="http://www.pjsip.org/release/${PV}/${P}.tar.bz2" +HOMEPAGE="https://www.pjsip.org/" +SRC_URI="https://www.pjsip.org/release/${PV}/${P}.tar.bz2" KEYWORDS="~amd64 ~ppc ~x86" LICENSE="GPL-2" diff --git a/net-misc/Manifest.gz b/net-misc/Manifest.gz index 238169b11182..d2ad3c34a83c 100644 Binary files a/net-misc/Manifest.gz and b/net-misc/Manifest.gz differ diff --git a/net-misc/gnome-online-miners/Manifest b/net-misc/gnome-online-miners/Manifest index 12c50cd11fc3..1c1451c508ac 100644 --- a/net-misc/gnome-online-miners/Manifest +++ b/net-misc/gnome-online-miners/Manifest @@ -1,2 +1,3 @@ DIST gnome-online-miners-3.24.0.tar.xz 272572 BLAKE2B 6331e72f65510041cc278670df328ab6ec5336bb76ec1c6681136c6731c70b9d343ef296062da6de302cfea195d1b99c0040e1e016394b2fe3bbbe077915cd76 SHA512 96c6aa99b99553c399ecef754d10a918d8ef3bdf6369a77357241091edc9c2ff7a8350f8a064bb011deddac75b25bdde8006e8d72b6562f9cdcf3b373e693253 DIST gnome-online-miners-3.26.0.tar.xz 272576 BLAKE2B d87a83489be58f3f78a9245bcb08c28afafab47008fc1d042d8c4964cc8451e7c257055768db88f384c75546d48ea90c477223987e0add757a1a5c614ef5a2b7 SHA512 a116a16c1f8a56bddd3cbb238cfb007d776695446c516dd12811145853553c293a9c8880465238571f6081fc7b05e3e69c14c406cd8e6fa6ee570b4aa4b22435 +DIST gnome-online-miners-3.30.0.tar.xz 273700 BLAKE2B 146777d6fcdbb2e17ca360e515de6f373bf74063240c579a1e39c0083aad9b0d908754c78046713b027b1b062cf279e0dbe58d211d0341a0179b1d179aa77a2b SHA512 de1d9281978b985d777c1b4900128c6a3b83ef9d0c905b4441f9683a6a03de992ce921e8094d43b903e8547436db51aced91d93bd0cf74f7a385a1d5a5e8b726 diff --git a/net-misc/gnome-online-miners/gnome-online-miners-3.30.0.ebuild b/net-misc/gnome-online-miners/gnome-online-miners-3.30.0.ebuild new file mode 100644 index 000000000000..e174d047e6a9 --- /dev/null +++ b/net-misc/gnome-online-miners/gnome-online-miners-3.30.0.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +inherit gnome2 + +DESCRIPTION="Crawls through your online content" +HOMEPAGE="https://wiki.gnome.org/Projects/GnomeOnlineMiners" + +LICENSE="GPL-2+" +SLOT="0" +IUSE="flickr" +KEYWORDS="~amd64 ~x86" + +# libgdata[gnome] needed for goa support +RDEPEND=" + >=app-misc/tracker-2:= + >=dev-libs/glib-2.35.1:2 + >=dev-libs/libgdata-0.15.2:0=[crypt,gnome-online-accounts] + media-libs/grilo:0.3 + >=net-libs/gnome-online-accounts-3.13.3:= + >=net-libs/libgfbgraph-0.2.2:0.2 + >=net-libs/libzapojit-0.0.2 + flickr? ( media-plugins/grilo-plugins:0.3[flickr] ) +" +DEPEND="${RDEPEND} + virtual/pkgconfig +" + +src_configure() { + gnome2_src_configure \ + $(use_enable flickr) \ + --disable-static \ + --enable-facebook \ + --enable-google \ + --enable-media-server \ + --enable-owncloud \ + --enable-windows-live +} diff --git a/net-misc/gwhois/Manifest b/net-misc/gwhois/Manifest index 09ff5a1acb30..faf5d3cd65dd 100644 --- a/net-misc/gwhois/Manifest +++ b/net-misc/gwhois/Manifest @@ -1,2 +1 @@ DIST gwhois_20120626-1.2.tar.gz 41800 BLAKE2B 695005bd37abaf0dc39593dcc3dfd01102b896dc2bb74a8f3be774d5f7316861588ca3ca621eabdeb19739abfda9be0ab215c757181d3d08ce0416f315410d0d SHA512 c18e20a033e3d2de3b1a5c81d1fdae88cfd9dbc5261b4512b87376d0909ea538db46b3380aaa426ef43904ef292662185dd2f3cb59c56dba306c41a0e827bcb0 -DIST gwhois_20120626.tar.gz 41698 BLAKE2B cce3a6eb385bb782a772a7532cecc2ae164d6ea00a42a6afa29b2ff4d16526507511c16e9cae3dab3d26e7818126b2fcd20a5d88a4affa472162f9ef30c0e464 SHA512 8ffaa611389929435f70d3f020e28249e6e3109c4e822e9318b050f52cf09d6934adbb14ab67a6361574ce8645656d5eaf24808dea453f2187352fc2b2513e0e diff --git a/net-misc/gwhois/gwhois-20120626.ebuild b/net-misc/gwhois/gwhois-20120626.ebuild deleted file mode 100644 index 44caeee131b7..000000000000 --- a/net-misc/gwhois/gwhois-20120626.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=0 - -inherit eutils - -MY_P=${P/_p/.} -S="${WORKDIR}/${MY_P}" -DESCRIPTION="generic whois" -HOMEPAGE="http://gwhois.de/" -SRC_URI="http://gwhois.de/gwhois/${MY_P/-/_}.tar.gz" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 hppa ppc ppc64 sparc x86" -IUSE="" - -RDEPEND="www-client/lynx - net-misc/curl - dev-lang/perl - dev-perl/libwww-perl - dev-perl/Net-LibIDN" - -src_install() { - dodir /etc/gwhois - insinto /etc/gwhois - doins pattern - dobin gwhois - doman gwhois.1 - dodoc TODO "${FILESDIR}/gwhois.xinetd" README.RIPE - einfo "" - einfo "See included gwhois.xinetd for an example on how to" - einfo "use gwhois as a whois proxy using xinetd." - einfo "Just copy gwhois.xinetd to /etc/xinetd.d/gwhois" - einfo "and reload xinetd." - einfo "" -} - -pkg_postinst() { - if [ -f /etc/gwhois/pattern.ripe ]; then - ewarn "" - ewarn "Will move old /etc/gwhois/pattern.ripe to removethis-pattern.ripe" - ewarn "as it causes malfunction with this version." - ewarn "If you did not modify the file, just remove it." - ewarn "" - mv /etc/gwhois/pattern.ripe /etc/gwhois/removethis-pattern.ripe - fi -} diff --git a/net-misc/minidlna/minidlna-1.2.1-r1.ebuild b/net-misc/minidlna/minidlna-1.2.1-r1.ebuild index 786c2fb8f6d5..0f41e2746724 100644 --- a/net-misc/minidlna/minidlna-1.2.1-r1.ebuild +++ b/net-misc/minidlna/minidlna-1.2.1-r1.ebuild @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/minidlna/${PV}/${P}.tar.gz LICENSE="BSD GPL-2" SLOT="0" -KEYWORDS="amd64 arm ~x86" +KEYWORDS="amd64 arm x86" IUSE="libav netgear readynas zeroconf" RDEPEND="dev-db/sqlite:3 diff --git a/net-misc/nemesis/nemesis-1.4-r1.ebuild b/net-misc/nemesis/nemesis-1.4-r1.ebuild index 1ca1d76bcbbf..2728a521e68c 100644 --- a/net-misc/nemesis/nemesis-1.4-r1.ebuild +++ b/net-misc/nemesis/nemesis-1.4-r1.ebuild @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P/_}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha amd64 sparc ~x86" +KEYWORDS="~alpha amd64 sparc x86" RDEPEND=" net-libs/libpcap diff --git a/net-misc/putty/files/putty-0.71-no-gssapi.patch b/net-misc/putty/files/putty-0.71-no-gssapi.patch index d74a9e7de9bc..75add0687d28 100644 --- a/net-misc/putty/files/putty-0.71-no-gssapi.patch +++ b/net-misc/putty/files/putty-0.71-no-gssapi.patch @@ -29,7 +29,44 @@ conf_editbox_handler, --- a/settings.c +++ b/settings.c -@@ -990,7 +990,9 @@ +@@ -592,21 +592,25 @@ + write_setting_b(sesskey, "Compression", conf_get_bool(conf, CONF_compression)); + write_setting_b(sesskey, "TryAgent", conf_get_bool(conf, CONF_tryagent)); + write_setting_b(sesskey, "AgentFwd", conf_get_bool(conf, CONF_agentfwd)); ++#ifndef NO_GSSAPI + write_setting_b(sesskey, "GssapiFwd", conf_get_bool(conf, CONF_gssapifwd)); ++#endif + write_setting_b(sesskey, "ChangeUsername", conf_get_bool(conf, CONF_change_username)); + wprefs(sesskey, "Cipher", ciphernames, CIPHER_MAX, conf, CONF_ssh_cipherlist); + wprefs(sesskey, "KEX", kexnames, KEX_MAX, conf, CONF_ssh_kexlist); + wprefs(sesskey, "HostKey", hknames, HK_MAX, conf, CONF_ssh_hklist); + write_setting_i(sesskey, "RekeyTime", conf_get_int(conf, CONF_ssh_rekey_time)); ++#ifndef NO_GSSAPI + write_setting_i(sesskey, "GssapiRekey", conf_get_int(conf, CONF_gssapirekey)); ++#endif + write_setting_s(sesskey, "RekeyBytes", conf_get_str(conf, CONF_ssh_rekey_data)); + write_setting_b(sesskey, "SshNoAuth", conf_get_bool(conf, CONF_ssh_no_userauth)); + write_setting_b(sesskey, "SshBanner", conf_get_bool(conf, CONF_ssh_show_banner)); + write_setting_b(sesskey, "AuthTIS", conf_get_bool(conf, CONF_try_tis_auth)); + write_setting_b(sesskey, "AuthKI", conf_get_bool(conf, CONF_try_ki_auth)); ++#ifndef NO_GSSAPI + write_setting_b(sesskey, "AuthGSSAPI", conf_get_bool(conf, CONF_try_gssapi_auth)); + write_setting_b(sesskey, "AuthGSSAPIKEX", conf_get_bool(conf, CONF_try_gssapi_kex)); +-#ifndef NO_GSSAPI + wprefs(sesskey, "GSSLibs", gsslibkeywords, ngsslibs, conf, CONF_ssh_gsslist); + write_setting_filename(sesskey, "GSSCustom", conf_get_filename(conf, CONF_ssh_gss_custom)); + #endif +@@ -937,7 +941,9 @@ + gppb(sesskey, "TryAgent", true, conf, CONF_tryagent); + gppb(sesskey, "AgentFwd", false, conf, CONF_agentfwd); + gppb(sesskey, "ChangeUsername", false, conf, CONF_change_username); ++#ifndef NO_GSSAPI + gppb(sesskey, "GssapiFwd", false, conf, CONF_gssapifwd); ++#endif + gprefs(sesskey, "Cipher", "\0", + ciphernames, CIPHER_MAX, conf, CONF_ssh_cipherlist); + { +@@ -990,7 +996,9 @@ gprefs(sesskey, "HostKey", "ed25519,ecdsa,rsa,dsa,WARN", hknames, HK_MAX, conf, CONF_ssh_hklist); gppi(sesskey, "RekeyTime", 60, conf, CONF_ssh_rekey_time); @@ -39,6 +76,17 @@ gpps(sesskey, "RekeyBytes", "1G", conf, CONF_ssh_rekey_data); { /* SSH-2 only by default */ +@@ -1007,9 +1015,9 @@ + gppb(sesskey, "SshBanner", true, conf, CONF_ssh_show_banner); + gppb(sesskey, "AuthTIS", false, conf, CONF_try_tis_auth); + gppb(sesskey, "AuthKI", true, conf, CONF_try_ki_auth); ++#ifndef NO_GSSAPI + gppb(sesskey, "AuthGSSAPI", true, conf, CONF_try_gssapi_auth); + gppb(sesskey, "AuthGSSAPIKEX", true, conf, CONF_try_gssapi_kex); +-#ifndef NO_GSSAPI + gprefs(sesskey, "GSSLibs", "\0", + gsslibkeywords, ngsslibs, conf, CONF_ssh_gsslist); + gppfile(sesskey, "GSSCustom", conf, CONF_ssh_gss_custom); --- a/ssh.c +++ b/ssh.c @@ -50,7 +50,9 @@ @@ -51,19 +99,25 @@ char *savedhost; int savedport; -@@ -257,7 +257,11 @@ +@@ -252,10 +254,17 @@ + conf_get_bool(ssh->conf, CONF_tryagent), username, + conf_get_bool(ssh->conf, CONF_change_username), + conf_get_bool(ssh->conf, CONF_try_ki_auth), ++#ifndef NO_GSSAPI conf_get_bool(ssh->conf, CONF_try_gssapi_auth), conf_get_bool(ssh->conf, CONF_try_gssapi_kex), conf_get_bool(ssh->conf, CONF_gssapifwd), -+#ifndef NO_GSSAPI &ssh->gss_state); +#else ++ NULL, ++ NULL, ++ NULL, + NULL); +#endif ssh_connect_ppl(ssh, userauth_layer); transport_child_layer = userauth_layer; -@@ -269,7 +273,11 @@ +@@ -267,7 +276,11 @@ ssh->fullhostname, ssh_verstring_get_local(old_bpp), ssh_verstring_get_remote(old_bpp), diff --git a/net-misc/putty/putty-0.71.ebuild b/net-misc/putty/putty-0.71-r1.ebuild similarity index 100% rename from net-misc/putty/putty-0.71.ebuild rename to net-misc/putty/putty-0.71-r1.ebuild diff --git a/net-p2p/Manifest.gz b/net-p2p/Manifest.gz index 9d972df359a5..f07fac5d8c79 100644 Binary files a/net-p2p/Manifest.gz and b/net-p2p/Manifest.gz differ diff --git a/net-p2p/xmr-stak/Manifest b/net-p2p/xmr-stak/Manifest index a818fb49084c..d5ce78a2612c 100644 --- a/net-p2p/xmr-stak/Manifest +++ b/net-p2p/xmr-stak/Manifest @@ -1,5 +1,6 @@ DIST xmr-stak-2.10.0.tar.gz 430083 BLAKE2B 112777b075352a2fabab7fbbbfd5d9ca26d5a304846c780d9c81acf100226d402fda670fda218a228722f8e1961a4ecc1c39c094cacd23a95087246e9b5016c2 SHA512 dca324b3daf7ba212c4533466f944d627ab71bc3335d6212dbd0d30f6f101e40c3b7406303b419986c8be1adb5ea48fb3d0f12fb9275a82f61dd101045381037 DIST xmr-stak-2.10.1.tar.gz 430188 BLAKE2B c0a136c81e53d230eb95f63ead2eeb8dc380fe4692f370e39973246bf9be0c2d8c400f682c48057bb1b010e2d5a661995bedcf0be7c516f0a043f1a8cafc4613 SHA512 3d63e89200a9ce6c8666e842b934c04a2b61e2e5e40ada7ef80847835585998fd6619e520b97633333fbbd1beb4f19facdfc777d46cea296da15f7cf8c97ccff +DIST xmr-stak-2.10.2.tar.gz 430337 BLAKE2B da7fcba03d3eb92402f2cd387af7f68471fd283121f07ca871f2b16163ab80de098535d6384fc34f64245cc75f0fee11848422f8f1095997bd041247129fae41 SHA512 e9074d8d5b9d4f7a987494d9ade037ca06c8de5fde73d82fde14772a280609624c8dc8ad5128d42f1f5e4087cf65e9c9a55988c22b4bfdf5fa65e98444232bfa DIST xmr-stak-2.7.0.tar.gz 376873 BLAKE2B 78dd64acf7fbae46bf150d97b00c8443fbd097789b6e1aef99a954d966b8a75add358c82636621bb8b5639883a6d79b17ba3691e72354034bd944fa1f44d8c1e SHA512 cb56de595225ab22f1c53f1dd971898fcb14610a11d1cbc789e144a5b34f24e56f44fb75bdefc809bde17e434a5e6d02830874b9b825af179cd4699587f5e7c7 DIST xmr-stak-2.7.1.tar.gz 376919 BLAKE2B bdbd3f7ca522e200db072679f21ee79dc99167cf512f19008ca6b591d0c7ba73f58b68e0d2d7a2622cb88438922e28a4c78e4cbf9d617e28881cc37e1db8c08a SHA512 f33afa259ffde23bd0b5dd8efceadd98e4e176ccabbb68e79eb7cfcc88af9444e897c552e1eea2e3798291309847451ebfa1c44d5310e192014cf6b2aa5eb530 DIST xmr-stak-2.8.0.tar.gz 388733 BLAKE2B cc75b2d80d7d9761b192f8d0752dde29d49c561675c63151f6cb915399dad715d133a17f2fa64c58ce8720a8de0a46bdb963c21571e29be3f99f0db3164aff40 SHA512 48803a9eb10e92763992dcbedb28b41735adf7da404312fe8358161cecef562bfc777a0b78ef90953db9c2a093adb30c4f9cd637f0613c949ff3b326662d2876 diff --git a/net-p2p/xmr-stak/xmr-stak-2.10.2.ebuild b/net-p2p/xmr-stak/xmr-stak-2.10.2.ebuild new file mode 100644 index 000000000000..3244143bb5fe --- /dev/null +++ b/net-p2p/xmr-stak/xmr-stak-2.10.2.ebuild @@ -0,0 +1,67 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit cmake-utils systemd + +if [[ ${PV} == "9999" ]] ; then + EGIT_REPO_URI="https://github.com/fireice-uk/xmr-stak.git" + EGIT_BRANCH="dev" + inherit git-r3 + SRC_URI="" +else + SRC_URI="https://github.com/fireice-uk/xmr-stak/archive/${PV}.tar.gz -> ${P}.tar.gz" + KEYWORDS="~amd64" +fi + +DESCRIPTION="Unified all-in-one Monero miner" +HOMEPAGE="https://github.com/fireice-uk/xmr-stak" +LICENSE="GPL-3" +SLOT="0" +IUSE="cuda devfee hwloc opencl ssl webserver" + +DEPEND="cuda? ( dev-util/nvidia-cuda-toolkit ) + hwloc? ( sys-apps/hwloc ) + opencl? ( virtual/opencl ) + ssl? ( dev-libs/openssl:0= ) + webserver? ( net-libs/libmicrohttpd )" +RDEPEND="${DEPEND}" + +src_prepare() { + cmake-utils_src_prepare + if ! use devfee; then + sed -i -e 's!fDevDonationLevel = .*;!fDevDonationLevel = 0.0;!' xmrstak/donate-level.hpp || die + fi +} + +src_configure() { + local mycmakeargs=( + -DCUDA_ENABLE=$(usex cuda) + -DHWLOC_ENABLE=$(usex hwloc) + -DMICROHTTPD_ENABLE=$(usex webserver) + -DOpenCL_ENABLE=$(usex opencl) + -DOpenSSL_ENABLE=$(usex ssl) + -DLIBRARY_OUTPUT_PATH=$(get_libdir) + ) + cmake-utils_src_configure +} + +src_install() { + cmake-utils_src_install + systemd_newunit "${FILESDIR}"/${PN}-2.3.0.service ${PN}.service + doinitd "${FILESDIR}"/${PN} + dodir /etc/xmr-stak +} + +pkg_postinst() { + if [ ! -e "${ROOT}etc/xmr-stak/main.config" ]; then + ewarn "To use xmr-stack:" + if use cuda || use opencl; then + ewarn "As root or as a user that is a member of the 'video' group," + fi + ewarn "run:" + ewarn "/usr/bin/xmr-stak --cpu /etc/xmr-stak/cpu.config --amd /etc/xmr-stak/amd.config --nvidia /etc/xmr-stak/nvidia.config -c /etc/xmr-stak/main.config -C /etc/xmr-stak/pools.txt" + ewarn "xmr-stak can now be terminated and 'systemctl start xmr-stak' or '/etc/init.d/xmr-stak start' can be used." + fi +} diff --git a/profiles/Manifest.gz b/profiles/Manifest.gz index d45aea323ce3..81dc6c3a3cac 100644 Binary files a/profiles/Manifest.gz and b/profiles/Manifest.gz differ diff --git a/profiles/arch/ia64/package.use.mask b/profiles/arch/ia64/package.use.mask index 100a3c9784bb..0dbd7ed84bce 100644 --- a/profiles/arch/ia64/package.use.mask +++ b/profiles/arch/ia64/package.use.mask @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # Mart Raudsepp (17 Mar 2019) -# Unkeyworded media-libs/opencv dependency +# Unkeyworded media-libs/opencv dependency, bug #680656 media-gfx/shotwell opencv # Sergei Trofimovich (13 Oct 2018) diff --git a/profiles/package.mask b/profiles/package.mask index b3256d5e99ea..3ce7f5ed9dab 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -86,12 +86,6 @@ x11-misc/xwinwrap # Removal in 30 days. Bug #407381. media-video/get_flash_videos -# Mart Raudsepp (17 Mar 2019) -# gjs-1.54 fails to configure with jemalloc-enabled dev-lang/spidermonkey:60 -# as found in main tree currently. Bug #680006. -~dev-libs/gjs-1.54.3 -~net-irc/polari-3.30.2 - # Lars Wendler (17 Mar 2019) # Breaks user crontab (#680764) =sys-process/cronie-1.5.3-r1 @@ -190,7 +184,8 @@ dev-python/etsproxy dev-python/graphcanvas dev-python/pyface dev-python/scimath -dev-python/traits +=dev-python/traits-4.5.0 +=dev-python/traits-4.6.0 dev-python/traitsui sci-visualization/mayavi @@ -374,12 +369,6 @@ app-arch/star # Masked for removal in 30 days. media-sound/karlyriceditor -# Matt Turner (06 Mar 2019) -# Does not build with glibc >= 2.25 (stabilized a year ago). Unmaintained by -# maintainer-by-proxy: Bugs #628734 and #641176 -# Removal in 30 days -sys-fs/cryptmount - # Georgy Yakovlev (06 Mar 2019) # Mask rust 1.33.0 & co because it breaks firefox simd # https://bugzilla.mozilla.org/show_bug.cgi?id=1521249 diff --git a/profiles/use.local.desc b/profiles/use.local.desc index fb9c65d1e58b..547a5c4d0485 100644 --- a/profiles/use.local.desc +++ b/profiles/use.local.desc @@ -6286,6 +6286,7 @@ net-libs/libproxy:gnome - Enable support for reading proxy settings from GNOME net-libs/libproxy:kde - Enable support for reading proxy settings from KDE net-libs/libproxy:spidermonkey - Use libmozjs from dev-lang/spidermonkey for PAC parsing net-libs/libproxy:webkit - Use libjavascriptcoregtk from net-libs/webkit-gtk for PAC parsing +net-libs/libpsl:man - Build man-pages net-libs/libqmi:mbim - Support QMI over Mobile Broadband Interface Model (MBIM) net-libs/libsoup:gssapi - Enable GSSAPI support net-libs/libsoup:samba - Use net-fs/samba for NTLM Single Sign-On @@ -8025,7 +8026,7 @@ sys-apps/portage:xattr - Preserve extended attributes (filesystem-stored metadat sys-apps/portage-mgorny:ipc - Use inter-process communication between Portage and running ebuilds. sys-apps/portage-mgorny:native-extensions - Compiles native "C" extensions (speedups, instead of using Python backup code). Currently includes libc-locales. This should only be temporarily disabled for some bootstrapping operations. Cross-compilation is not supported. sys-apps/portage-mgorny:xattr - Preserve extended attributes (filesystem-stored metadata) when installing files. Usually only required for hardened systems. -sys-apps/proot:care - Build dynamic CARE binary (more info - http://reproducible.io/) +sys-apps/proot:care - Build dynamic CARE binary (more info - https://proot-me.github.io) sys-apps/qingy:consolekit - Enable native consolekit support sys-apps/qingy:opensslcrypt - Encrypt communications between qingy and its GUI using dev-libs/openssl sys-apps/razercfg:pm-utils - Installs the pm-utils hooks for suspend/resume and requires sys-power/pm-utils @@ -8457,6 +8458,14 @@ sys-fs/btrfs-progs:zstd - Enable zstd compression support. sys-fs/btrfsmaintenance:systemd - Enable systemd services and timers instead of cron timers sys-fs/cryfs:custom-optimization - Use user-defined compiler optimization level sys-fs/cryfs:update-check - Enable automatic checking for updates and security vulnerabilities +sys-fs/cryptmount:argv0switch - Default action given by progname. +sys-fs/cryptmount:cswap - Enable support for encrypted swap. +sys-fs/cryptmount:fsck - Check filesystems before mounting. +sys-fs/cryptmount:gcrypt - Support libgcrypt-encryption of keys. +sys-fs/cryptmount:largefile - Enable support for large files. +sys-fs/cryptmount:luks - Enable key management via LUKS +sys-fs/cryptmount:mount - Use systemd mount/umount for operations. +sys-fs/cryptmount:openssl - Support openssl-encryption of keys. sys-fs/cryptsetup:argon2 - Enable password hashing algorithm from app-crypt/argon2 sys-fs/cryptsetup:gcrypt - Use dev-libs/libgcrypt crypto backend sys-fs/cryptsetup:kernel - Use kernel crypto backend (mainly for embedded systems) diff --git a/sys-apps/Manifest.gz b/sys-apps/Manifest.gz index f04bfd20de77..577413561c20 100644 Binary files a/sys-apps/Manifest.gz and b/sys-apps/Manifest.gz differ diff --git a/sys-apps/bat/Manifest b/sys-apps/bat/Manifest index a9f1cfbd8fc3..d93e32b26125 100644 --- a/sys-apps/bat/Manifest +++ b/sys-apps/bat/Manifest @@ -4,14 +4,12 @@ DIST ansi_colours-1.0.1.crate 9937 BLAKE2B 04d86fb964138cadeab0cb708e99d198189ef DIST ansi_term-0.11.0.crate 17087 BLAKE2B 9bd35c045a01ce4c6c4a5db1b4f15e9412bb97426eec19d4421dffbec633de8d13452c13c1dc1b30998690b78d7ed38311aca700087f13a81f66bd1d5d7300c4 SHA512 a637466a380748f939b3af090b8c0333f35581925bc03f4dda9b3f95d338836403cf5487ae3af9ff68f8245a837f8ab061aabe57a126a6a2c20f2e972c77d1fa DIST argon2rs-0.2.5.crate 353096 BLAKE2B 9f8136f54f96cd95facd78572e31d83d49474b77205277805173aa4afe3ebdccf2592dfcb72a68cfc8e7434b89cdf36058038b2c2d452c8289a5c0f4fbb3ed3b SHA512 09a47467d09ed5bb4efdc4b8392e6282da6f4434063f4352c225c6dd1b668b51623e7d8960deb56c7c18eaca890a3515c1dc833acac1c68dc999e56b63e9b04f DIST arrayvec-0.4.10.crate 26133 BLAKE2B 43772765a9be4e3e6dd5b2ee8864f7894aab3128123a673fd0ddf18dafb69d7ed94709dad6de26e222f080b1de83d31aacbb3419b1d926ec4005de64e4db8b30 SHA512 8aa327fcc18220da496c63c76a521c383c7d506e8c39448f5cc6535c47b8c70ca74f73322b0c368fae7b8a8cec11c9854ac45b4eb7e537fed34e007aa3ad175f -DIST assert_cmd-0.10.1.crate 19055 BLAKE2B 04a8c7bf900657ba7f2e0720763f2fb6bf9e2d126a724a3fc0d0ee4fd4fc212ae011b0e070d6e0a3f8d694d9aa6a26cb7f4cbcd3cb9440566e7ddca8af0c2c79 SHA512 14f7f8fca03a2087909a31b6ac86299031a09220414795b45078017fe93dda13acbc55ef1f43ed322dd6c8a8c6f7868f45a703861c74c20e1bc91481e1344c31 DIST assert_cmd-0.11.0.crate 20425 BLAKE2B fc1c0304abe7d5038d375645d32b5480457b6ed37e13f55f29a1ecf1eb6faf41168feffbf09221eef9c98bdc8e3e85c3b74a165e8c81149b7fff93897bae7d48 SHA512 b04a2ae35fc47112b43828330c43515d345c194ef6eea828bf93c4cb2f05f2a19c86fac2537142864abb0250889194223faff3dffa46bd51fa6b924c99e0dcf9 DIST atty-0.2.11.crate 5916 BLAKE2B e502c23faaa9dd27cc5865b68a721b0403071edb483fca0c745707f4c0ca1b1787b5677b2d8ad7f327b8f5588ba784126ce78496c1db54f7ca4ce0ccea669499 SHA512 9d6417dc1e8abdb4969418525b36c451274fd76769adb57bef9875ef62ef521c50d58626ebc4f96d2bea32cbadb6999fd67653b570293d7253b403b6d0736c79 DIST backtrace-0.3.11.crate 33703 BLAKE2B c6f105cd75a019d19903d40b3894eba0fbcae11d1778ee5714577dc9ce6985f1233faec1c215a8a7d5f6c566d6869fc67e752ecb2c8a765f43414603c0d5f05a SHA512 41758a2faded361fee7d7ba9e1805b96b5598c7621157f74d692b2f7fa84465e6c08d20b122c5d863ad739c95a4e33e159038b7636d3c62ed6bbed8bfd3e5dad DIST backtrace-sys-0.1.28.crate 522603 BLAKE2B 6150bee74264cf2383aa27cd33b28790b3c70da0c21c327dbc4af628b5f12afe941c1f3ecbb556f8dec5638b6be29f5db3867514417b267d7099202c5ea89f52 SHA512 4b16bc8500258d0e75db0c6cca3e2a68d9024106a0e8a4a46cf5865fe1e08304d9291a6723e4fd337b7d7f5bb14e9cec7b3aa2e40bbaa4642562764c803d345d DIST base64-0.9.3.crate 37993 BLAKE2B c0943b223d0d35438c647aa53fec5f85e65a78a5d272e4c65865bf182607b44c45b3ed1a0353e081a9dc5d9f4c9cda6cc6b8d68929a2676a512a7907cc94d8b6 SHA512 4790e4de201123e7b3e3c8a574c92089e38900a67f1bb4868987da4088785ea05e4258559c1c32be67341c2ba8a19deacd156492d8383949e1c9a6ae218b7eeb DIST bat-0.10.0.tar.gz 810088 BLAKE2B ec6319a29a09177ba5793ebc840e2bc7370ea4c13d1e4c58a922cf581e2309de5dc0806bf137bfbc8a9a510a014f2b251e9c288bef7ea233b00f1103ded02317 SHA512 65913c7d3e504c32b157036b4418775a8a4d6dc60e45f8b6c3d26cae98fdac7f956d54caf1c5ef662b378a41479d527a71bb78de3ab11446b9be41cc8a580dbd -DIST bat-0.9.0.tar.gz 756977 BLAKE2B 217f87d171c678f06234ce753ac26a37fc00d2273d1f1d776d566ed3ea42eaa0627d1b3eb680ef5bc34725210a1c97715e6926d60375e122f2c63948b332488f SHA512 757b6fc8fa23e4781258bdeec0d17d748b91e001778f32cf3048e4716f12a855992583a5e95d9a36d491f6f206a5c8b4f68bd055b24d650b356bd001423182e1 DIST bincode-1.0.1.crate 14071 BLAKE2B 99edd46decd97925e2af882411c9cc986311e936a0e8c05ffb29e49b44460cb6fe6cf17e75301743cdf02d5b30bba7ea1efaf70dd1d3b770061c7fb6db4dd459 SHA512 1294b89089b457ce2bc4d9471ae677d6d06e64eaa01948e9db4ab49fc23638ba79e7aa1d6ca3a0df5fb61bd90cadc811df724053a321ca99d16b8ce650abbd59 DIST bitflags-1.0.4.crate 15282 BLAKE2B 63f5feb47460c344983cef8822804b1c4ac2f3adfffcf206df2b05fafb9c7bfd73986721cde46705a3e4a0dc72a40683e4d369f2339adfc1b55208bad1766875 SHA512 81850d2be62eabb8486024ab263da67e6eb8ebfa732cac3a5d46a9186c564b2065cba15fa3da468bbd26eaf2b67038680e5de19d5dd99d78f60dae8a1776c8de DIST blake2-rfc-0.2.18.crate 15676 BLAKE2B fe942b3f09012ea2856d36a44dc59df0a90463eb4333e7afac3e2c5e1b53e7231f5f16242269d97a9731bcba4aa57889dad7decad142618802341678b2b0c6ce SHA512 f89c1067febcd0ed04e86674a42ea7a96aa432ad255210180504f0dec97a10714110eb044fa5004cc48fd75eefac7af4dc12d8a4ad84dad82851ab6d7d916f8e @@ -20,16 +18,13 @@ DIST byteorder-1.2.7.crate 19640 BLAKE2B e5225871a7b55be755a28878f330f165092d576 DIST cc-1.0.25.crate 43191 BLAKE2B 2f715c36150ea81406ac34224ebc5e0b95ba1bc5f80d36e78af6e6f4027521bd5e163c3ff0f08dac8b0791b797e1498c8a1151dfbc72a8a8008546e0b44ecf83 SHA512 0ae0d47c9ceb67aa0ec25b7b98ab4d378bd7a58fb7bbcd9bcc804a0deadcfae904f9353c218d63b8e7046b388c67d5316248accf1f8b69822c0f58ff465652a3 DIST cfg-if-0.1.6.crate 7411 BLAKE2B 0a19f5afaa89acfa7877e06e747c1e73af8b8a9886c97a803fc3d61d075b43f3fee6089c67ed28efe70aaf4082fc21dd5b24ea514fb1d761ba3d939dad496fee SHA512 e393816f659bb5b1e64ebc72a4b6e3e673afd00cba302c3c92c6f2e98db341a29197f6cf413107e569175a86aad85e74a93e2cd3a9fa9fa2d1b70b01c3fcf378 DIST clap-2.32.0.crate 196073 BLAKE2B c262241a3ad1d0f944467f4ea9884ca3dc05b5e05656fd7b73700e0daeec035c07a5d06316cc1273e37f74f2c00429b0ee99da298804dc4deff9a252ca56ce07 SHA512 ee2a66cec0d867d73fce35c055bcac77cc3ea9537b355be04be3ee17ddabefebfe3649cbdfc30ea356c54cf9f066369540eac4f5dc67e60cdadc9c66be014ef0 -DIST clicolors-control-0.2.0.crate 3029 BLAKE2B d5893456935176aecf6a6de41e881a0bfb8762cabef4650d87f8ac81d06bfcf768f5d0c0c619420620a1f947b1f0fb7777ce64cf1be5269dccbf9ef7e1cc5d65 SHA512 846a9641a364ee11416f5d930e1384b22abc17c99c758c22ca583bc65b921aa2ca1f21b2ddea93360372c1bdad1403b19e356b4a19847ca9f4ed506c6db4021a DIST clicolors-control-1.0.0.crate 3916 BLAKE2B c66ac33cc078570ec316a2705f8f39662b0f581a3a43c2fe5e35e18de5dc28e22f58f0998690729f4d27495dca83e90ed762f73cb27794b2c06429e84e2c2ec7 SHA512 c3283d590a4d77a38124b3ace4fa4d92831d3a5cbc3c9a694b7a808a07623365d463368608d544b837ecafef5b29e356ebe28cd0d5ab24655912aa122242a5e9 DIST cloudabi-0.0.3.crate 22156 BLAKE2B e12054fd474754031f8f5038d5e2829e1586db974d38230cfd8774db591a58dfdcaea9fb61fc0b35366889d348b2c73ceaabbb462f1abeeffeaab167013c986f SHA512 691ed793e9b35ba382f03897f4c0efc31a528394862a27b814ba8993ad30bbe0ebc9808484baf580e8b69d9c13ad1612776a1efd0f6981545b420139ff83592c -DIST console-0.6.2.crate 12487 BLAKE2B 1b12b0c1699a1bbd320668d9f709f4591f5d4485504ac74d532dafbc244de70fd51116b89da62af4684f24f87a55e23088329d64db1f4f4278aa9f6bf8cae7b7 SHA512 07e101f2f0717c20c05a4b51470e5dfa02df68c41593b10ed912fbd32034f3a43acee144fbfe4989d858917d13b4587a4f19de99f7b63c7253717c7afb7d060b DIST console-0.7.5.crate 15215 BLAKE2B a3daa159c42374ba2dc6f345f0dc4029a3f1b67f3f65cc9dd671f2cf354272e27341a5bc545c9415becf2a8fb09c48e55a413d5a800c769fef4dd190cb07a834 SHA512 61a67ba46cee6485920b9ef9208bc21c7413be3d9583b7c4d5d95d7853a92f25b0cc2202fcc3b53b6fdd28f6d4aed07bbce5ecfb7e2db310bebb5798a1dea499 DIST constant_time_eq-0.1.3.crate 1279 BLAKE2B 9c67df59e184ff479c5bcd0e11df936b0cac0ab899fe7c4a578df49c9ec6e8c83dd7cd9f1a70bcf08787b8f420ccd3e2c74b02743b350c47ffae8ce117933a6e SHA512 b605ef913ae39c4d9658e9240b9d3dc7736c8d668e83326fc3c68498ca177e40960047de1beee684a23ce96bdf3f80d5b76ef7db6f2758c7aeb14f7a2258a69e DIST content_inspector-0.2.4.crate 11386 BLAKE2B 2393cf83b2dd338ded7f5acd695e05a4a08fa639a52a8042dd0692be5e959cd1cc670472e25ca696a151d161c821eb899b2a950c74f4cb5b880bc42bc53d1d57 SHA512 1acb8b4f12ce3479f5a60b7b6a0c05b86548591e488e7be529c4a2f9aaa60a76ed07e7ce1e557664d31ddd9964e7f73415ad667cd14ada919f61511bf486ed6f DIST crc-1.8.1.crate 9114 BLAKE2B cd96400652888e700c326a2842005c8bee699ccf3c61b87320c01196b455a55da511749241af75e903a76847beb8172598dc8f770779aefe945db7934976afbb SHA512 db0b3d0ca197cb2a2049720b753061f1532d1ba2c86c7befce36a18cb4e8008b061e39e26960b4d9dcf1e7ea55348f55c441da5d17cd0a424402a8489d52ed1a DIST difference-2.0.0.crate 147616 BLAKE2B d720202ba8d73fb9b3cc6a982208e4fbe22eda4b3e296f4238a7b2d8ed0339827ca5a3d93a983396901614a9eabe36a0baf55ecc5f55075ebf7fa1e4c0699eb2 SHA512 cc9956757770ecf237d8f46abef25ce219193c877be6cf83163e87c494956cca3202951ac01bba0728e7202fcde2261009c1b4599f389cf979858f25936a5482 -DIST directories-1.0.2.crate 16020 BLAKE2B 76fe417487118cad8dc8a6a64b07f62d83550b00fa230f06902d9252dfe74134bcf722d33967d65131cd1e036bd1b4b117b8f56a3f96a073e24509ee0add5410 SHA512 6b1ed06a66e43115c5446ad19d6960ae6ed7956982b23727422ed49e285ba0b86ec9721a83a7949772faf7d1db28abb499f0983c53e70da529a54ef7fadb26f5 DIST dirs-1.0.4.crate 12844 BLAKE2B 41807d6f2f2b69ee66fdfa9bbbe4148caa78afc951b63a4a67bfa0aad46c831fd7a255655e8832f8441ad9840900879cbd90e134e6393b257ee4afbc757b1b1d SHA512 a3416281a22eb4bd6929ff0857c963ffdd53ed9ffdd26d30603fd847ae0de68428b05691aba46232551b86b562d4b9dad18695fe7ee58247f9ad80a776863f44 DIST encode_unicode-0.3.5.crate 42677 BLAKE2B d8044f314f03f93965bc4de11c065f08112d33c4e1b42d9054476dd7ea925e22fb7b32fa855250be2053a00d877bbdb83a293c0aede3aa6e48d978b61f0f57df SHA512 e9849cffcffbf66e28b609e86b0d26b1267f6e2858c6564f93b071b1257aa505732dc3b7ae5bcb347874514fb8c21a606282bdcf69de842f8b96e79547f434a2 DIST encoding-0.2.33.crate 88798 BLAKE2B 4163e26e6f38f7fc1d7424f1135fec1dddd2af3d6dd5f5bc6a5edc3eb3fd56af56858cc0fa5ed6a241b55882807f72f2e5d2940c9a7e5c4c6700ef905727044a SHA512 10c186e0f6ffcffeacb11a66fa39960454955b4827dba03e13d9ab5294bf14e77faa8e64956d5c3756fbb7e930081b7b301db8ad6873a6e8d44a7f9d98566e4e @@ -40,7 +35,6 @@ DIST encoding-index-singlebyte-1.20141219.5.crate 14950 BLAKE2B 89faf849452f0fe7 DIST encoding-index-tradchinese-1.20141219.5.crate 120862 BLAKE2B 727a26b32f2bdec20dfeda482fad4235ca3ded489a002c27d0c26cbb9f37ea81f93f7e46ee4750dfcd7385dfc8bc55669a0a21b3acdba2a1fe91b855edd2decb SHA512 3b23213433947af7c56e9ea3e4eaf937b8083ce7e9e481b1351925a6da647be6a037b505116bab08ce73727bec75550bccb877ead6cb7fb0473bb3bd3d40833d DIST encoding_index_tests-0.1.4.crate 1631 BLAKE2B 65151672aaa863b169b6139c8e68065ecd6ab602e8fbf8b0f68a5e2af3f34858d363e5f0602f58e4ad3169ddea83d02a0f19a6d635584521397bee63587c9fd9 SHA512 0635e6a879d59aa3373e1c0cae6f61b9bd11138691a1113f3639a1d16ba894c1554f29a6d347353f02395508be4da8a4b16b17db3339cf970a62267874fe93a6 DIST error-chain-0.12.0.crate 27056 BLAKE2B a6d699ae63838d3b0d40a63977642fc464558fd45a46c2da9c7a57889450f7ce183c43dddfbe325c8cf6db2775c1a41f547bfd3802cda5b46d4a09f6e0a91aa5 SHA512 7e9fd94de9f0f8e61039766953d85b3cc5f87be2b8c37016295031ea3234dbcbccd111f521ddaaf97dab7f8ff8c30828b8949958014ef1e13a02544b6143b9e4 -DIST escargot-0.3.1.crate 12708 BLAKE2B b6beb0243d791576070ed0662e39944c28204aed3345d63be96d2e43851840e6bad084e5d38aad2e775169c25661aded27fa866048b4725e5c2d654e7db55411 SHA512 4d7b28c08aba0cb8d61c0df4ad1fec2c2e940495384160dc16dafaaa0f65a603d9acd4b53ce6c87fd55f255ff28aa78265c17254bea8489c7b6b9b27f9f7c92f DIST escargot-0.4.0.crate 17410 BLAKE2B bfed9c7ac31903c23342d6e7d438ba509f7e4dddf2f4dbb7b6110b0af0e4d83eb49d989ee8dead0758f22aa4de7eb4d7ce4401308c8ccd73db0fcb28482ecf43 SHA512 0b1b62b2a34c8d180f9312b3fb8fd788390af2231e0cd28acbea8ef6847e9c654361cc3c244aa70a4ab98b726f74ea1e7a45312a4b6b225cf767aaf451475df3 DIST failure-0.1.5.crate 36749 BLAKE2B 97fb948770c3325862f449d5eafc07cfb170924b4a0efdf4e6d8902411eae6cade898c953a6b51a955838c359c670c1778b3a189c3e70152fe97e687df38a805 SHA512 8dcfff3b9f7ed03070cdd890e051bcd425535a4e18aec21d5a48383d2826528157ad51893cbaf320953d31752efb22f554ce974f8516706d87343537589433dc DIST failure_derive-0.1.5.crate 4884 BLAKE2B f09bc82f9fb489950d886ed1276ffefe06e916389d034aa3b82521445829e7fcee102e1c03030df9cc55e4b1f14c933ab83faee8be910037d33f15d15ef9c86e SHA512 c1a6896d986c126c35045c40a85b8cb8dd8842b9bd06918246205f2e79349e1df5dcdbe408024a0f9693d628e17bbd750a733a0a5cc24de4162b08790222729a @@ -48,18 +42,15 @@ DIST flate2-1.0.4.crate 65683 BLAKE2B cf6d62caa99076db9a5d56f361ec40564fc71cda07 DIST fnv-1.0.6.crate 11131 BLAKE2B 220cf5463749b21e1560419ab9b1f235de08dd548c4a9a7fa6190d9516ce7db884f877b67174ee50b66b22be80d3be73ccafca80e06e94e0fa6e96fbb94475f6 SHA512 f1356b3da25f76cb3ccb4336ff54d4967f1dc7523eae6cba21a4349b8ce563516f6a2aa10d626cd5bb6046b55ac2f246e61e4e526a03fad5e78d0ea174841844 DIST fuchsia-zircon-0.3.3.crate 22565 BLAKE2B a4dac3457036efab8f79fe5d5b4545e4091e994d3dc63188f71fafbcc28bf98ef359dcd20add30ac1d990ab2e66159723302fb66697349c65fab0aa58d54535e SHA512 a43ee59452d49742111e506d6bdd8b8399a3a646e08648e25292864d7f71460c1dd1f2d77b8efa8ed09ac21fa4ff0442a2709f16d8833a3849bde0c388d83a93 DIST fuchsia-zircon-sys-0.3.3.crate 7191 BLAKE2B 530bb5d475ac828843af248c6bbd24ca3b5dd8118c8884ccc6d7261818cff1c79038077114ffa04bc73a078177527824c4d9d20a9b022e4057afee3330258cff SHA512 978b7e8795a5877a68409ed3a1d7b4246263f8e7e7ce9ba8a022643be98f58f329cc1c234717df80a509db849da4394f39e90a8e2a6f56f8fa8dd3c07e7d4386 -DIST git2-0.7.5.crate 145895 BLAKE2B 668dcaf167d5544a165d4609bfe278d84bed307239d0351f5fb1d56ebaedd874f11520a164f956af88281f70b48477df735fbb844b869c4155ca0676fc467580 SHA512 94d6ee17368a8476ff415dd4de61b02a19b756de44084a787d093323fb11692d17d30aadfc5c1037e7f70b0e5f94aa0d1b6639c9f9afa17c19d6638b7cdcee4e DIST git2-0.8.0.crate 151568 BLAKE2B b4bf47247e7add92f8c96e4e8c2b1ade9d7db8e79b799ebae9e07f11870b0c660b4355a0581eef627ebeec2167a501a498e4a4bcbfe9ffa1895ca123086d2e73 SHA512 06270d9f1284796d1c56c4bcac7de477b4665f6c32b5d8ea2fe816d4ff72d662f67f3482349d5d2b055232d9f1619f6fb7afcc7fe0a9053df7133efd9fd342d7 DIST glob-0.2.11.crate 18065 BLAKE2B 8531890ce378023f0119baccd5c556f297128d3f09c07d320d5cdc3c90032447f2e5a4f2fad0097bd3c6faf93b83256b387d232b3c9f9d3c40e54c48245321eb SHA512 91a1a751bc4ed3b13154aa056180f2b8123c33627cbe972bdd7986fb0b6f1ef90e59abd4128d6e4db5e69523d757440c7df9b9721a61f5ea5a091ffc9843e10e DIST humantime-1.1.1.crate 16689 BLAKE2B fe9d8ef8ad396bb8452f1e28c4a122e3918c61042f0cee8c5769683f9b321f82514474a100aecc5bfc39422bfaadacfb35bf9f14bd3814d1de62fd0b7517e67e SHA512 b18608d088519df5e0c531c8756635f41bb6515ed7463891e6145b9a78ca2bc45c0698789015c093463c704b240434d1b54ab327fc4182a06a8b1d01f50430c6 DIST idna-0.1.5.crate 258735 BLAKE2B 31f2506f76e9bbab68c0da6222db214865dc37994851d91eab8c6e7f0220e6bcebe50ce3a571866bc03f3ad1b337f25c3a02c7e7f1494553d91e85c1bf042950 SHA512 217bc49f667242bd89eff708fef395fd46cfe3d24440bfb76869086fb93805c4f49d718251fb1c35ac40d5588ec98cf8b8b516fda53d6d7fd3da1ab04b0d173a DIST itoa-0.4.3.crate 11061 BLAKE2B 76ab02d37c62453ddfee00788ed83805c3c57a66120fcd266401806c005bb55c00b90e074a39a0cdf99d8018181c5bd3f7c3a4fffcefcdc762e19191f0a362e6 SHA512 da1d1c988c2c81f37de8d048ca8f8fb8787c48c34e815dc64616368cb787990ae0255cf1a3259f87ad02964c9b3e1e20c759072442c18c7d32db1deac11b52c1 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.2.0.crate 10840 BLAKE2B ab0adcf0421131ddd35e95a31a0053e2ffccb03dfc0f46ca4bbb6341f40bdd56d01aed0987489e5e73aa5f7289f3c323d1de0db353a30bb0a75acf53ce8436f8 SHA512 0d80334da99292d68fb2ea9879540676fd45788547b7170b6df1b0a606c1645a07188837f9414196eb44ac63010a3c84fe5c4319478f6fc2cef837295a255edc DIST lazycell-1.2.0.crate 11259 BLAKE2B 87eaa99fcdd691237c54c06f870a71e55ecabcd2d2de06551d2b718c138cdd9ea085b445f0d6a7b773b4a025b2fb9a7a04576cbd7f74be23af4916d8e8d2e7e3 SHA512 194e538f8e2be6748ca56463c9b6e83c7a4598bcc9d3f2680f8e35e391f61e36e0d9aba92bcf8e312f286a5d309f0d83be06e879a52e405bf2c89ec13d3a545d DIST libc-0.2.43.crate 353810 BLAKE2B 909f92f7014f33404f0525bed202575c7410d19b2383c48faf760c601f88bbd2c61b2b57550d35443483598bd9d213e1f20c2d34ba9619fec2c38c0748c3654d SHA512 d53b9fc460c68ed77b9c1a23c093c927125c0946b5231c343cf239e706d859af42efc2c7a4b95fecb46ab6ea9dd8473f7de308176a7dbab18e220246c5a7a8fe -DIST libgit2-sys-0.7.10.crate 1176435 BLAKE2B dfde1976d958493b9157d3611c875405bc23c2630787dad1653c6c82169dee1953b9704491316a34f81156d7d22b8915b2e0a3ef0431277060c6bf3ba79e8c28 SHA512 d8900f8ffd0588593942a21625cb5b12f75f63531612c57a32440db632d783167b570c288a1e94f0fe0fe818ec6d1afcbcda94d5dee3cae5603e43e1be4913e1 DIST libgit2-sys-0.7.11.crate 1176919 BLAKE2B 9793a5131c805f8474c17d336514c480203938f51fcdb3d4e09bfc609e6599027a05436660077a526ddedbcab3c587a411fd9ec8d7dd921fb352ebb61e52eb1d SHA512 361aa7d75a029209f59c799e2f091f6ab8c0ba6a4677932537eea8e0198a36a2382327e8c5db98a2980f47b6a4baf07708720f128734081ac58e30d8721c3435 DIST libz-sys-1.0.25.crate 650151 BLAKE2B dc11dc65c95f6c1f409ffbd0c9b12a809eaca5899da1073d8f302a752f9bb538b419cdf2f540b34b6f72c7ac36719e8fe21a1480533829cee305019304523520 SHA512 3c1d0754230c327876fadbaf3770f52282fedc6b373c92fba386a80261c577f6bea2983db7d3a40a231fbcfee40e560d8f738d25b634d270e2132b3162497547 DIST linked-hash-map-0.5.1.crate 16559 BLAKE2B 00d022d591ef704699ab2aea55db98dbc2e74f45e7d1bbf68698be1529add9494241b7add2515a8b637b05002795d7770b37a5884fe4ec91517f47fa5f098472 SHA512 584644be35f931e0d0c1b085700f90891895e50680b6b8c2afeddb2c6425280af3e997798aeb56db653f8c8a7b6322d31a4fede7703b6e54ea1c4154b9e4bc53 diff --git a/sys-apps/bat/bat-0.9.0.ebuild b/sys-apps/bat/bat-0.9.0.ebuild deleted file mode 100644 index 009a846cc112..000000000000 --- a/sys-apps/bat/bat-0.9.0.ebuild +++ /dev/null @@ -1,152 +0,0 @@ -# Copyright 2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -CRATES=" -adler32-1.0.3 -aho-corasick-0.6.9 -ansi_colours-1.0.1 -ansi_term-0.11.0 -assert_cmd-0.10.1 -atty-0.2.11 -base64-0.9.3 -bincode-1.0.1 -bitflags-1.0.4 -build_const-0.2.1 -byteorder-1.2.7 -cc-1.0.25 -cfg-if-0.1.6 -clap-2.32.0 -clicolors-control-0.2.0 -cloudabi-0.0.3 -console-0.6.2 -content_inspector-0.2.4 -crc-1.8.1 -difference-2.0.0 -directories-1.0.2 -encoding-0.2.33 -encoding-index-japanese-1.20141219.5 -encoding-index-korean-1.20141219.5 -encoding-index-simpchinese-1.20141219.5 -encoding-index-singlebyte-1.20141219.5 -encoding-index-tradchinese-1.20141219.5 -encoding_index_tests-0.1.4 -error-chain-0.12.0 -escargot-0.3.1 -flate2-1.0.4 -fnv-1.0.6 -fuchsia-zircon-0.3.3 -fuchsia-zircon-sys-0.3.3 -git2-0.7.5 -glob-0.2.11 -humantime-1.1.1 -idna-0.1.5 -itoa-0.4.3 -kernel32-sys-0.2.2 -lazy_static-0.2.11 -lazy_static-1.2.0 -lazycell-1.2.0 -libc-0.2.43 -libgit2-sys-0.7.10 -libz-sys-1.0.25 -linked-hash-map-0.5.1 -lock_api-0.1.4 -log-0.4.6 -matches-0.1.8 -memchr-2.1.1 -miniz-sys-0.1.11 -miniz_oxide-0.2.0 -miniz_oxide_c_api-0.2.0 -onig-4.2.1 -onig_sys-69.0.0 -owning_ref-0.3.3 -parking_lot-0.6.4 -parking_lot_core-0.3.1 -percent-encoding-1.0.1 -pkg-config-0.3.14 -plist-0.3.0 -predicates-1.0.0 -predicates-core-1.0.0 -predicates-tree-1.0.0 -proc-macro2-0.4.21 -quick-error-1.2.2 -quote-0.6.10 -rand-0.4.3 -rand-0.5.5 -rand_core-0.2.2 -rand_core-0.3.0 -redox_syscall-0.1.40 -redox_termios-0.1.1 -regex-1.0.6 -regex-syntax-0.6.3 -remove_dir_all-0.5.1 -rustc_version-0.2.3 -ryu-0.2.7 -safemem-0.3.0 -same-file-1.0.4 -scopeguard-0.3.3 -semver-0.9.0 -semver-parser-0.7.0 -serde-1.0.80 -serde_derive-1.0.80 -serde_json-1.0.33 -shell-words-0.1.0 -smallvec-0.6.5 -stable_deref_trait-1.1.1 -strsim-0.7.0 -syn-0.15.19 -syntect-3.0.2 -tempdir-0.3.7 -term_size-0.3.1 -termion-1.5.1 -termios-0.3.1 -textwrap-0.10.0 -thread_local-0.3.6 -treeline-0.1.0 -ucd-util-0.1.2 -unicode-bidi-0.3.4 -unicode-normalization-0.1.7 -unicode-width-0.1.5 -unicode-xid-0.1.0 -unreachable-1.0.0 -url-1.7.2 -utf8-ranges-1.0.2 -vcpkg-0.2.6 -vec_map-0.8.1 -version_check-0.1.5 -void-1.0.2 -walkdir-2.2.6 -wild-2.0.1 -winapi-0.2.8 -winapi-0.3.6 -winapi-build-0.1.1 -winapi-i686-pc-windows-gnu-0.4.0 -winapi-util-0.1.1 -winapi-x86_64-pc-windows-gnu-0.4.0 -xml-rs-0.7.0 -yaml-rust-0.4.2 -" - -inherit cargo - -DESCRIPTION="A cat(1) clone with wings" -HOMEPAGE="https://github.com/sharkdp/bat" -SRC_URI="https://github.com/sharkdp/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz - $(cargo_crate_uris ${CRATES})" - -LICENSE="|| ( MIT Apache-2.0 )" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" - -DEPEND="sys-libs/zlib" -RDEPEND="${DEPEND}" -BDEPEND=">=virtual/rust-1.29.0" - -QA_FLAGS_IGNORED="/usr/bin/bat" - -src_install() { - cargo_src_install --path ./ - einstalldocs -} diff --git a/sys-apps/cpuid/cpuid-20180419.ebuild b/sys-apps/cpuid/cpuid-20180419.ebuild index 5ac54bb3c36b..0d0367d2cec8 100644 --- a/sys-apps/cpuid/cpuid-20180419.ebuild +++ b/sys-apps/cpuid/cpuid-20180419.ebuild @@ -11,7 +11,7 @@ SRC_URI="http://www.etallen.com/${PN}/${P}.src.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="" DEPEND=" diff --git a/sys-apps/help2man/Manifest b/sys-apps/help2man/Manifest index 678efaf46d72..91acce59aa7c 100644 --- a/sys-apps/help2man/Manifest +++ b/sys-apps/help2man/Manifest @@ -1,3 +1,3 @@ DIST help2man-1.47.6.tar.xz 192980 BLAKE2B ddf2b899e4479a45505aefaf3dabfceb1595128da35c000b81be79046aabceff58e1d605b2797880c5c652947d0fe59673eaf087de911152e79768c571037a73 SHA512 d24849b93de58b20f518c071687e7bfa653a96600382f36c4cf7fc1047656458f75f093b911b786b18b6931b2453cb60868ecbe07cc7d2984e5981a874b34942 -DIST help2man-1.47.7.tar.xz 200128 BLAKE2B bdac9d1db29b03bbb8e41caecfdf3a7273b69d9b9fa2e206b2e6c28d1144c3104b8d4b7d4a43aab1b405bffd6e097db63a2f4e97a76dfcd980ee5d8a9ffc2114 SHA512 e6ec25d973df68edde87d3314b1bef2e679d57d4c9e024bca17362b9da058c80314050e1ae61d73179b8c2662c8692caa1f223fc48b8d02f2d4f040d16e51d14 DIST help2man-1.47.8.tar.xz 200264 BLAKE2B 2650909986649a471cfa13db96fda34e864312aab96ffa2692c2d38cbb9b36149d90a398b3ea9568992b9da01ab7aeeab8022ee74edebf2e7c83cac48c951e7c SHA512 05e420560b143042418db2e992beaef45cc5a568cdbf640c7b285ba2dc322290d14e0df978ff4c412a99f4346e38f6fb9796ebda695ddc002a3d0e74e85725d6 +DIST help2man-1.47.9.tar.xz 202012 BLAKE2B 08d0a906e61978b12fd00b9d807b8cdb6b2436165223aff539957f217786442bc31fb5d437833d6dae3bd6a4b83e1df28d7bd434d0c753f38fea96b8cf751b76 SHA512 91cddd5ebc8eb2a89bc27fab4298ee18c18fa73363378be8c220258bf415634a0147b8502970c5fea48ddaccddda63753cbd215bf6894798452c2b4b89c4309a diff --git a/sys-apps/help2man/help2man-1.47.7.ebuild b/sys-apps/help2man/help2man-1.47.9.ebuild similarity index 96% rename from sys-apps/help2man/help2man-1.47.7.ebuild rename to sys-apps/help2man/help2man-1.47.9.ebuild index 7c0baf97fcee..c6386779e3bf 100644 --- a/sys-apps/help2man/help2man-1.47.7.ebuild +++ b/sys-apps/help2man/help2man-1.47.9.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/sys-apps/proot/metadata.xml b/sys-apps/proot/metadata.xml index d2757b2e50de..f8c3c4c12811 100644 --- a/sys-apps/proot/metadata.xml +++ b/sys-apps/proot/metadata.xml @@ -12,13 +12,11 @@ transparently through QEMU user-mode. - cedric-vincent/PRoot - - gentoo@reproducible.io - Cédric Vincent - + mailto:proot_me@googlegroups.com + https://raw.githubusercontent.com/proot-me/PRoot/master/doc/proot/changelog.txt + proot-me/PRoot - Build dynamic CARE binary (more info - http://reproducible.io/) + Build dynamic CARE binary (more info - https://proot-me.github.io)
diff --git a/sys-apps/proot/proot-5.1.0-r1.ebuild b/sys-apps/proot/proot-5.1.0-r2.ebuild similarity index 79% rename from sys-apps/proot/proot-5.1.0-r1.ebuild rename to sys-apps/proot/proot-5.1.0-r2.ebuild index d8436f733386..ac2eea07dbf7 100644 --- a/sys-apps/proot/proot-5.1.0-r1.ebuild +++ b/sys-apps/proot/proot-5.1.0-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -6,14 +6,20 @@ MY_PN="PRoot" inherit eutils toolchain-funcs +if [[ ${PV} == "9999" ]] ; then + EGIT_REPO_URI="https://github.com/proot-me/${MY_PN}.git" + inherit git-r3 +else + SRC_URI="https://github.com/proot-me/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + KEYWORDS="~amd64 ~x86" +fi + DESCRIPTION="User-space implementation of chroot, mount --bind, and binfmt_misc" -HOMEPAGE="https://proot-me.github.io/" -SRC_URI="https://github.com/proot-me/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" +HOMEPAGE="https://proot-me.github.io" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="care test" +IUSE="care static test" RDEPEND="care? ( app-arch/libarchive:0= ) sys-libs/talloc" @@ -32,6 +38,11 @@ PATCHES=( "${FILESDIR}/${PN}-5.1.0-loader.patch" ) +src_prepare() { + default + use static && append-ldflags -static +} + src_compile() { # build the proot and care targets emake -C src V=1 \ diff --git a/sys-cluster/Manifest.gz b/sys-cluster/Manifest.gz index 62e9ed61e665..553b9ba0dcbc 100644 Binary files a/sys-cluster/Manifest.gz and b/sys-cluster/Manifest.gz differ diff --git a/sys-cluster/legion/legion-16.08.0-r1.ebuild b/sys-cluster/legion/legion-16.08.0-r1.ebuild index e90f7d02ed71..c785d40df28f 100644 --- a/sys-cluster/legion/legion-16.08.0-r1.ebuild +++ b/sys-cluster/legion/legion-16.08.0-r1.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=6 @@ -6,7 +6,7 @@ EAPI=6 inherit cmake-utils DESCRIPTION="A data-centric parallel programming system" -HOMEPAGE="http://legion.stanford.edu/" +HOMEPAGE="https://legion.stanford.edu/" SRC_URI="https://github.com/StanfordLegion/${PN}/archive/${P}.tar.gz" LICENSE="BSD" diff --git a/sys-cluster/legion/legion-16.10.0.ebuild b/sys-cluster/legion/legion-16.10.0.ebuild index ced14b8e65e5..6ed64ffe46d3 100644 --- a/sys-cluster/legion/legion-16.10.0.ebuild +++ b/sys-cluster/legion/legion-16.10.0.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 @@ -6,7 +6,7 @@ EAPI=6 inherit cmake-utils DESCRIPTION="A data-centric parallel programming system" -HOMEPAGE="http://legion.stanford.edu/" +HOMEPAGE="https://legion.stanford.edu/" SRC_URI="https://github.com/StanfordLegion/${PN}/archive/${P}.tar.gz" LICENSE="BSD" diff --git a/sys-cluster/legion/legion-17.02.0.ebuild b/sys-cluster/legion/legion-17.02.0.ebuild index 03e2d594815d..415747a8aa60 100644 --- a/sys-cluster/legion/legion-17.02.0.ebuild +++ b/sys-cluster/legion/legion-17.02.0.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 @@ -6,7 +6,7 @@ EAPI=6 inherit cmake-utils DESCRIPTION="A data-centric parallel programming system" -HOMEPAGE="http://legion.stanford.edu/" +HOMEPAGE="https://legion.stanford.edu/" SRC_URI="https://github.com/StanfordLegion/${PN}/archive/${P}.tar.gz" LICENSE="BSD" diff --git a/sys-cluster/legion/legion-17.05.0.ebuild b/sys-cluster/legion/legion-17.05.0.ebuild index 443814e2abdd..e9b172068e97 100644 --- a/sys-cluster/legion/legion-17.05.0.ebuild +++ b/sys-cluster/legion/legion-17.05.0.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 @@ -6,7 +6,7 @@ EAPI=6 inherit cmake-utils DESCRIPTION="A data-centric parallel programming system" -HOMEPAGE="http://legion.stanford.edu/" +HOMEPAGE="https://legion.stanford.edu/" if [[ $PV = 9999 ]]; then inherit git-r3 EGIT_REPO_URI="git://StanfordLegion/${PN}.git https://github.com/StanfordLegion/${PN}.git" diff --git a/sys-cluster/legion/legion-17.08.0.ebuild b/sys-cluster/legion/legion-17.08.0.ebuild index 4d6ccbc9cb31..91e84737ce24 100644 --- a/sys-cluster/legion/legion-17.08.0.ebuild +++ b/sys-cluster/legion/legion-17.08.0.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 @@ -6,7 +6,7 @@ EAPI=6 inherit cmake-utils DESCRIPTION="A data-centric parallel programming system" -HOMEPAGE="http://legion.stanford.edu/" +HOMEPAGE="https://legion.stanford.edu/" if [[ $PV = 9999 ]]; then inherit git-r3 EGIT_REPO_URI="git://StanfordLegion/${PN}.git https://github.com/StanfordLegion/${PN}.git" diff --git a/sys-cluster/legion/legion-17.10.0.ebuild b/sys-cluster/legion/legion-17.10.0.ebuild index 4d6ccbc9cb31..91e84737ce24 100644 --- a/sys-cluster/legion/legion-17.10.0.ebuild +++ b/sys-cluster/legion/legion-17.10.0.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 @@ -6,7 +6,7 @@ EAPI=6 inherit cmake-utils DESCRIPTION="A data-centric parallel programming system" -HOMEPAGE="http://legion.stanford.edu/" +HOMEPAGE="https://legion.stanford.edu/" if [[ $PV = 9999 ]]; then inherit git-r3 EGIT_REPO_URI="git://StanfordLegion/${PN}.git https://github.com/StanfordLegion/${PN}.git" diff --git a/sys-cluster/legion/legion-18.02.0.ebuild b/sys-cluster/legion/legion-18.02.0.ebuild index 51357e884176..91e84737ce24 100644 --- a/sys-cluster/legion/legion-18.02.0.ebuild +++ b/sys-cluster/legion/legion-18.02.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 @@ -6,7 +6,7 @@ EAPI=6 inherit cmake-utils DESCRIPTION="A data-centric parallel programming system" -HOMEPAGE="http://legion.stanford.edu/" +HOMEPAGE="https://legion.stanford.edu/" if [[ $PV = 9999 ]]; then inherit git-r3 EGIT_REPO_URI="git://StanfordLegion/${PN}.git https://github.com/StanfordLegion/${PN}.git" diff --git a/sys-cluster/legion/legion-18.05.0.ebuild b/sys-cluster/legion/legion-18.05.0.ebuild index c52bb9263a68..400a9b1facff 100644 --- a/sys-cluster/legion/legion-18.05.0.ebuild +++ b/sys-cluster/legion/legion-18.05.0.ebuild @@ -6,7 +6,7 @@ EAPI=6 inherit cmake-utils DESCRIPTION="A data-centric parallel programming system" -HOMEPAGE="http://legion.stanford.edu/" +HOMEPAGE="https://legion.stanford.edu/" if [[ $PV = 9999 ]]; then inherit git-r3 EGIT_REPO_URI="git://StanfordLegion/${PN}.git https://github.com/StanfordLegion/${PN}.git" diff --git a/sys-cluster/legion/legion-18.12.0.ebuild b/sys-cluster/legion/legion-18.12.0.ebuild index c52bb9263a68..400a9b1facff 100644 --- a/sys-cluster/legion/legion-18.12.0.ebuild +++ b/sys-cluster/legion/legion-18.12.0.ebuild @@ -6,7 +6,7 @@ EAPI=6 inherit cmake-utils DESCRIPTION="A data-centric parallel programming system" -HOMEPAGE="http://legion.stanford.edu/" +HOMEPAGE="https://legion.stanford.edu/" if [[ $PV = 9999 ]]; then inherit git-r3 EGIT_REPO_URI="git://StanfordLegion/${PN}.git https://github.com/StanfordLegion/${PN}.git" diff --git a/sys-cluster/legion/legion-9999.ebuild b/sys-cluster/legion/legion-9999.ebuild index c52bb9263a68..400a9b1facff 100644 --- a/sys-cluster/legion/legion-9999.ebuild +++ b/sys-cluster/legion/legion-9999.ebuild @@ -6,7 +6,7 @@ EAPI=6 inherit cmake-utils DESCRIPTION="A data-centric parallel programming system" -HOMEPAGE="http://legion.stanford.edu/" +HOMEPAGE="https://legion.stanford.edu/" if [[ $PV = 9999 ]]; then inherit git-r3 EGIT_REPO_URI="git://StanfordLegion/${PN}.git https://github.com/StanfordLegion/${PN}.git" diff --git a/sys-fs/Manifest.gz b/sys-fs/Manifest.gz index fe6f513b2cac..ac91c8237da4 100644 Binary files a/sys-fs/Manifest.gz and b/sys-fs/Manifest.gz differ diff --git a/sys-fs/cryptmount/Manifest b/sys-fs/cryptmount/Manifest index de2cf8aaaf23..0bb0a1c73bdd 100644 --- a/sys-fs/cryptmount/Manifest +++ b/sys-fs/cryptmount/Manifest @@ -1 +1,2 @@ DIST cryptmount-5.2.2.tar.gz 743638 BLAKE2B fdcf0ec18904bd847d905a1241c0e4e9c825b9c73f2cab0406426d56d22a0ef4d26701d9955b4f7975cc1cedcd650758cd4aebb29805e6cf8a8c05ef9202b8b7 SHA512 e8767728c49b7f8dc4f777778d5a9d1b912ea2c4c5363dbb5035a208aa1bd1f2565ce12a0666d75e9ee677bde04029082d20c22cf46a216f5e87a4adf7093572 +DIST cryptmount-5.3.1.tar.gz 748020 BLAKE2B 63c66717ed8a8ede983894564576d26720a571b47bd33f3cd160596d831c017c7239b307eb9fb8112c6a51f91799117a47392675f9fe53c0286ada84887d528e SHA512 c4bfb7a2bd2f672dfed014d3a4b1feaa4d20237f9b658ea981a0a054e83ad4d0282089a006ceb769ee05e0cf6ecd004c97b48d69973ed630330e77bf13925680 diff --git a/sys-fs/cryptmount/cryptmount-5.3.1.ebuild b/sys-fs/cryptmount/cryptmount-5.3.1.ebuild new file mode 100644 index 000000000000..2562091101a1 --- /dev/null +++ b/sys-fs/cryptmount/cryptmount-5.3.1.ebuild @@ -0,0 +1,75 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit linux-info systemd + +DESCRIPTION="A utility for management and user-mode mounting of encrypted filesystems" +HOMEPAGE="http://cryptmount.sourceforge.net/" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="argv0switch cswap fsck +gcrypt +largefile mount +nls +luks +openssl selinux systemd udev" +REQUIRED_USE=" + luks? ( gcrypt ) + openssl? ( gcrypt ) +" + +RDEPEND=" + gcrypt? ( dev-libs/libgcrypt:0= ) + nls? ( sys-devel/gettext ) + luks? ( sys-fs/cryptsetup ) + openssl? ( dev-libs/openssl:0= ) + systemd? ( sys-apps/systemd ) + udev? ( virtual/udev ) + virtual/libiconv + virtual/libintl +" + +DEPEND=" + ${RDEPEND} + sys-kernel/linux-headers +" + +DOCS=( "AUTHORS" "ChangeLog" "NEWS" "README" "README.OpenSSL" "README.sshfs" "RELNOTES" "ToDo" ) + +CONFIG_CHECK="BLK_DEV_DM" +ERROR_BLK_DEV_DM=" + Please enable Device Mapper support in your kernel config + -> Device Drivers + -> Multiple devices driver support (RAID and LVM) + -> Multiple devices driver support (RAID and LVM) + <*>/ Device mapper support +" + +src_prepare() { + default + + # Since SELinux is hardcoded, remove it on disabled SELinux profile + if ! use selinux; then + sed -e '/selinux/d' -i dmutils.c || die + fi +} + +src_configure() { + local myeconf=( + --disable-rpath + $(use_enable argv0switch) + $(use_enable cswap) + $(use_enable fsck) + $(use_with gcrypt libgcrypt) + $(use_enable largefile) + $(use_enable mount delegation) + $(use_enable nls) + $(use_enable luks) + $(use_enable openssl openssl-compat) + $(use_with systemd) + $(use_enable udev libudev) + + ) + + econf "${myeconf[@]}" +} diff --git a/sys-fs/cryptmount/metadata.xml b/sys-fs/cryptmount/metadata.xml index ccc363c97a28..8468e05cbbe7 100644 --- a/sys-fs/cryptmount/metadata.xml +++ b/sys-fs/cryptmount/metadata.xml @@ -1,11 +1,42 @@ - - isav@alzari.pw - - - proxy-maint@gentoo.org - - A utility for management and user-mode mounting of encrypted filesystems + + ck+gentoo@bl4ckb0x.de + Conrad Kostecki + + + proxy-maint@gentoo.org + + + Cryptmount was written to make it as easy for ordinary users + to access encrypted filesystems on-demand using the newer devmapper + mechansism as it was to use the older, now deprecated, cryptoloop methods. + This offers the following advantages: + + Access to improved functionality in the kernel + Transparent support for filesystems stored on either raw disk partitions or loopback files + Separate encryption of filesystem access keys, allowing access passwords to be changed without re-encrypting the entire filesystem + Storing multiple encrypted filesystems within a single disk partition, using a designated subset of blocks for each + Rarely used filesystems do not need to be mounted at system startup + Un-mounting of each filesystem is locked so that this can only be performed by the user that mounted it, or the superuser + Encrypted filesystems compatible with cryptsetup + Encrypted access-keys can be chosen to be compatible with openssl, or managed via libgcrypt, or (for 2.0 release-series) built-in SHA1/Blowfish ciphers + Support for encrypted swap partitions (superuser only) + Support for setting up encrypted filesystems or crypto-swap at system boot-up + + + Default action given by progname. + Enable support for encrypted swap. + Check filesystems before mounting. + Support libgcrypt-encryption of keys. + Enable support for large files. + Use systemd mount/umount for operations. + Enable key management via LUKS + Support openssl-encryption of keys. + + + https://sourceforge.net/p/cryptmount/bugs/ + cryptmount + diff --git a/sys-fs/squashfs-tools/squashfs-tools-4.3_p11-r1.ebuild b/sys-fs/squashfs-tools/squashfs-tools-4.3_p11-r1.ebuild new file mode 100644 index 000000000000..b0c96a39261a --- /dev/null +++ b/sys-fs/squashfs-tools/squashfs-tools-4.3_p11-r1.ebuild @@ -0,0 +1,85 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +inherit flag-o-matic toolchain-funcs + +DESCRIPTION="tools to create and extract Squashfs filesystems" +HOMEPAGE="http://squashfs.sourceforge.net" +SRC_URI=" + mirror://sourceforge/squashfs/squashfs${PV/_p*}.tar.gz + mirror://debian/pool/main/${PN:0:1}/${PN}/${PN}_${PV/_p*}-${PV/*_p}.debian.tar.xz +" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +IUSE="debug lz4 lzma lzo static xattr +xz zstd" + +LIB_DEPEND=" + sys-libs/zlib[static-libs(+)] + !xz? ( !lzo? ( sys-libs/zlib[static-libs(+)] ) ) + lz4? ( app-arch/lz4[static-libs(+)] ) + lzma? ( app-arch/xz-utils[static-libs(+)] ) + lzo? ( dev-libs/lzo[static-libs(+)] ) + xattr? ( sys-apps/attr[static-libs(+)] ) + xz? ( app-arch/xz-utils[static-libs(+)] ) + zstd? ( app-arch/zstd[static-libs(+)] ) +" +RDEPEND=" + !static? ( ${LIB_DEPEND//\[static-libs(+)]} ) +" +DEPEND=" + ${RDEPEND} + static? ( ${LIB_DEPEND} ) +" +PATCHES=( + "${FILESDIR}"/${P/_p*}-sysmacros.patch + "${FILESDIR}"/${P/_p*}-aligned-data.patch + "${FILESDIR}"/${P/_p*}-local-cve-fix.patch + "${FILESDIR}"/${P/_p*}-mem-overflow.patch + "${FILESDIR}"/${P/_p*}-extmatch.patch + "${FILESDIR}"/${P/_p*}-musl.patch +) + +S="${WORKDIR}/squashfs${PV/_p*}/${PN}" + +src_prepare() { + mv "${WORKDIR}"/debian/patches/0016-remove-frag_deflator_thread.patch "${WORKDIR}"/ || die + eapply -p2 "${WORKDIR}"/debian/patches/*.patch + eapply -p2 ${PATCHES[@]} + eapply_user +} + +use10() { usex $1 1 0 ; } + +src_configure() { + # restore GNU89 inline semantics to + # emit function symbols, bug 595290 + append-cflags -std=gnu89 + + # set up make command line variables in EMAKE_SQUASHFS_CONF + EMAKE_SQUASHFS_CONF=( + LZMA_XZ_SUPPORT=$(use10 lzma) + LZO_SUPPORT=$(use10 lzo) + LZ4_SUPPORT=$(use10 lz4) + XATTR_SUPPORT=$(use10 xattr) + XZ_SUPPORT=$(use10 xz) + ZSTD_SUPPORT=$(use10 zstd) + ) + + tc-export CC + use debug && append-cppflags -DSQUASHFS_TRACE + use static && append-ldflags -static +} + +src_compile() { + emake "${EMAKE_SQUASHFS_CONF[@]}" +} + +src_install() { + dobin mksquashfs unsquashfs + cd .. + dodoc CHANGES PERFORMANCE.README pseudo-file.example README* OLD-READMEs/* + doman "${WORKDIR}"/debian/manpages/*.[0-9] +} diff --git a/sys-fs/udftools/udftools-2.1.ebuild b/sys-fs/udftools/udftools-2.1.ebuild index 3116b37830bf..03879fd371ce 100644 --- a/sys-fs/udftools/udftools-2.1.ebuild +++ b/sys-fs/udftools/udftools-2.1.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/pali/udftools/releases/download/${PV}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~arm ppc ~ppc64 sparc ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~arm ppc ~ppc64 sparc x86 ~amd64-linux ~x86-linux" IUSE="" RDEPEND="sys-libs/readline:0=" diff --git a/sys-kernel/Manifest.gz b/sys-kernel/Manifest.gz index ca9c7a93a479..0d06a1aee3a9 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 c90ed660c12b..cb35813cec3e 100644 --- a/sys-kernel/gentoo-sources/Manifest +++ b/sys-kernel/gentoo-sources/Manifest @@ -22,18 +22,6 @@ DIST genpatches-4.14-90.extras.tar.xz 17484 BLAKE2B ec51340486f3fd053a228b1302c1 DIST genpatches-4.19-23.base.tar.xz 716484 BLAKE2B 2edeeb338869b57a90517664a89e1d031b996d2c21d2235a1feb260c911a885826b049e260a25521848f9f11cac363df7307e30c77bcaad513193a9a3c772285 SHA512 fd4b57fa9bfe6867e570ed028ed220af5117f2cef343a9ccae2e1ab0ca2f0b27b6d4cde2938d0828644331bb2594d5acff9755b56eac9f83b2d8bfddfe7ac0de DIST genpatches-4.19-23.experimental.tar.xz 5224 BLAKE2B 85b88037a13b8d5ceb9a5f84d413c2da723178418657075bb436dd7c682836b159d8a4e311c3267140c2936cca1a4149390f8608e66eaca54b2bb622b2a68cc4 SHA512 da6afcc4d230907ff72486fac5a40a31dd11c7ecdce428b9a19f0067b1f6a0c21c76ef72f24c18e36fa77ea4dffe9fee917c8e18a95c5e9911635ed6bcd50a51 DIST genpatches-4.19-23.extras.tar.xz 17484 BLAKE2B 2ca6355134f9d84b5c564185244ec1ab0b84ff81ba86e425154247e23ba1a73434e5adc55ec495258f15c5451c634d7655d4be7c7b0e20c2a1092385a8e18493 SHA512 bf3d8f8edc009233c4b6e485e050d0cf3f2e1d260af2e045236884b18de0d997c032f10486c17c4a8c24d566665264263f8cae2bf475742ccf34df4fece2dccb -DIST genpatches-4.19-24.base.tar.xz 738668 BLAKE2B d12bf1e9ee29151bf0d731d7d3a69711c8d933b3f9a4068f64746d0e114d35d82bed897f5a7a1e86546002ccf22639c9003063e31c29189118f06a2365249556 SHA512 2f27fe6c6a5fb7874509696112e7a1d166264a9ca95417c3cd9e44feab5ac5d6c8faec471111a660b17a1a63554d037fe87295c803694775cc3a1b1b8be3d42d -DIST genpatches-4.19-24.experimental.tar.xz 5228 BLAKE2B af55ad8697ad4036934225ec87795e1a54a29b0bbdb96c2b05cc90b8ee52ee2ce00f3bb7bdb7596a52bb8ccc1887941222519161dc67bc27dbe4640600d9aad7 SHA512 df3540ad257ab8247658dffc3e25e957e0145721bcc61dba57450ffe52ab54a82bb071a588cf0d9ba4d0f4f9faa9f4ff44e148a0dfad47fd2e63032fabd79345 -DIST genpatches-4.19-24.extras.tar.xz 17480 BLAKE2B c3cf0970865fe44304c3e4c975b5e87518491472b125c242d014970b1e913fcbe31f111aae715cb8583fac301e8c043139288abe61b5ec0edc55a855e5bbf72d SHA512 4a79a0dd4f1b04ec6db9351fb7c199420a7d1b86a596ebd22864ffeab61f5a7d7e6a1e41268f189ce4212de7b3f61a1f04cf28ca2bb8c4eb4aacbf86d4cdbafc -DIST genpatches-4.19-25.base.tar.xz 744736 BLAKE2B e88e4c307d93db643f0b2ffb9f97b81763c1d7a903db652c52c29ace6eb2e911b0b685d66120203156caa8a50a6cf927594c62e5b45b4bf490217f367c3cc9b3 SHA512 3939582c9d641e4bd1e13f35b52dde7720bc3e9f4052145d7c88e88d0929474461fbb5d42ee58378150b8e64c276d455193467835cb38e9639e212de932434ef -DIST genpatches-4.19-25.experimental.tar.xz 5808 BLAKE2B fb7b0ae0e7aba6f696e1ca23b97a84ca92764bce107596309d4f692f24a51deee3b45c6c3d5921de28bbca79677c1582ee2c36ab307005fa2f330123e4ef9018 SHA512 574ef13dbfaee86613336e356efb50b83e11a8cf5fa83533b946d706245a462fc5d47d6cdf93586ab63770b06af637fa739811159d50439e60f45629705741a0 -DIST genpatches-4.19-25.extras.tar.xz 17484 BLAKE2B 68a2cad49ec8b0f54b108728aa69accbe0e4eb209f5fde95142adfe7df5625291a7ab03a9b051e6b198bfb95b85c156aac3cc295835e74568be75d5e9575c91b SHA512 b407e59af09d8951fe2bf195c430054cadba0e1cc60d712ad7040a50ca198cdf17adb5fc932b69ec50fdd71287cd8736f34fd0d9648e32b9ae802e98dae76aa3 -DIST genpatches-4.19-26.base.tar.xz 788796 BLAKE2B 2f6ed4ba145ca1552c7358069d2eeeb179202385d21b42070f46279a9c7ebbf468fe43e735dd9b859f9f2b0fcd584f342ec5711e0e8ad6dcbca8e214a465e03e SHA512 8adfa9ce5068ff40f3ab3f37e53bcd0c8c12e058029049b08e6d8d0708142c305a4a84fc14123589c91bba74fbe0d4032aeca86589e1644ae1a8246906f1e79b -DIST genpatches-4.19-26.experimental.tar.xz 5808 BLAKE2B 4c2ecf31607929b8dfacad3dd71e93dfba566d083acaaa160cbc57a6c0f5b6624224ab7086d69b9b0d3b7edf726dd507157a6e392065bbd85cd444d563456e9c SHA512 1485b2a26ad87d37c473bbcba340bb467a07f4312846e983663c71e086e586b421c3e667e166574945ddc88457b12fec5109da8c77e670f2ccc29ea68f896465 -DIST genpatches-4.19-26.extras.tar.xz 17480 BLAKE2B ee49c8364bc34b89e9a56fe43e4b872b9450b126fb2449e5c125f84b2a11b233ddae8b7361cb60b0bfc719ae517ce31e304c6d597a389ebe81b36459cd875a6e SHA512 61bdd25515bcc0232e8a452608bc6be377797aced0ce1f1a854fc05e5a87fd36bc463055b3847423c20844806b52200d03f20bd3c1a9e81cad5677f01c0e06e4 -DIST genpatches-4.19-27.base.tar.xz 808420 BLAKE2B b25978918681d2c0086997d216ab5dd911220e7b03c85271a316dc6875dc8d0a268206bceb922fc958f23d5b29aa9fde603a8833f31addcf5a0b3b1ca1550050 SHA512 87b216870f85639a32c285fec6f933c19d97a197314a0d4cf7637cdce180e5809f0ba21488d67206dba7e0f9b0bd755d29604fbc6042eab030dc048b067b8b27 -DIST genpatches-4.19-27.experimental.tar.xz 5808 BLAKE2B 14a2249432f665c45633527842c397ab356f06f0bcd79eb5a5ba56f02c18927aa1642acceec75dd7edd4a27af2d5a7e3d28cc120adaf7ecf5494f6bc335193f0 SHA512 deb543449cba8cebe6e68fa5a90d9c09f0a79960faec3ba9242e7ad745a4b9444251e64121e6467d483c4c504e509ef6efab90c5799d81211af5b7e4842fc882 -DIST genpatches-4.19-27.extras.tar.xz 17484 BLAKE2B f14516ec9ec65effde50c7854e8fd7e9f83d84fefd9840808788f64a77688bf25677c226a26fe3ee0d0f5b27f50c9af847450425c47c3222eb32f094e5e5ade2 SHA512 4c3b9bcc19b4c4f539c7b92dd98c1ab90556dc032d89e8c88719462938ea04c00116ac532e9bb7c0e67c24d8c5f77ffabc549fea742559982c24bbe2cc13e00f DIST genpatches-4.19-28.base.tar.xz 809620 BLAKE2B 2bf07264d3d65e7908b27727bbfb295c53a0cb2c8a9358bb41fa75a04b3094b0a9ca68721a440f6ffcbee3420b5cd31211f5e1673f8fe8043fdb5d913efe312a SHA512 00c9225dd966e02cba66b039e6bead431162d13b64c3a1680fd5c8b2f1f12af86bcb3c0bb553e88bdc12b4675d99be5944f280a5fad7fbf59e8bc6ab6d041ec8 DIST genpatches-4.19-28.experimental.tar.xz 5804 BLAKE2B 6c4a52ce04f35a0c971ef438f32acec66395b763f725176312d4ea7e7467e9b2bab953afb64df744acc0827bb96cb13f2537427a56cee10dc95227300bfb6b02 SHA512 e04c94dd53325e89f25343999da5b66f4624605d66859884f2768c073b203126f7aad5fb5a1012fc56a4e2906fb2f3a3f8fda48d8e300a1a0bb8dc7c1719fa82 DIST genpatches-4.19-28.extras.tar.xz 17480 BLAKE2B 599e85a011c87a7a9bcec44579fd4e54ff9ab78a4b8ee727f6b741acea29902c0531988d5abc6ff9512a205601363837639b5ba31190a044009bac13cb44067b SHA512 e201383a2fd00d063bd3d9817fbc40052db19e46db105ddb15dfd1dd90001a11de12495372f2225adcc80b620252ea20d49e73da46b8b3c88e62baa71a71a8c5 diff --git a/sys-kernel/gentoo-sources/gentoo-sources-4.19.24.ebuild b/sys-kernel/gentoo-sources/gentoo-sources-4.19.24.ebuild deleted file mode 100644 index 30f0eed17384..000000000000 --- a/sys-kernel/gentoo-sources/gentoo-sources-4.19.24.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" -ETYPE="sources" -K_WANT_GENPATCHES="base extras experimental" -K_GENPATCHES_VER="24" - -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.25.ebuild b/sys-kernel/gentoo-sources/gentoo-sources-4.19.25.ebuild deleted file mode 100644 index 1d5976794f2e..000000000000 --- a/sys-kernel/gentoo-sources/gentoo-sources-4.19.25.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" -ETYPE="sources" -K_WANT_GENPATCHES="base extras experimental" -K_GENPATCHES_VER="25" - -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.26.ebuild b/sys-kernel/gentoo-sources/gentoo-sources-4.19.26.ebuild deleted file mode 100644 index 7b558a835e2a..000000000000 --- a/sys-kernel/gentoo-sources/gentoo-sources-4.19.26.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" -ETYPE="sources" -K_WANT_GENPATCHES="base extras experimental" -K_GENPATCHES_VER="26" - -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.27.ebuild b/sys-kernel/gentoo-sources/gentoo-sources-4.19.27.ebuild deleted file mode 100644 index 098cdc4bfd04..000000000000 --- a/sys-kernel/gentoo-sources/gentoo-sources-4.19.27.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" -ETYPE="sources" -K_WANT_GENPATCHES="base extras experimental" -K_GENPATCHES_VER="27" - -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-libs/Manifest.gz b/sys-libs/Manifest.gz index 905dfce732aa..f730911d5ddf 100644 Binary files a/sys-libs/Manifest.gz and b/sys-libs/Manifest.gz differ diff --git a/sys-libs/libseccomp/libseccomp-2.4.0.ebuild b/sys-libs/libseccomp/libseccomp-2.4.0.ebuild index 96b995d7b0db..3ba798150d3b 100644 --- a/sys-libs/libseccomp/libseccomp-2.4.0.ebuild +++ b/sys-libs/libseccomp/libseccomp-2.4.0.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://github.com/seccomp/libseccomp/releases/download/v${PV}/${P}.tar LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="-* ~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~s390 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="-* amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~s390 x86 ~amd64-linux ~x86-linux" IUSE="static-libs" # We need newer kernel headers; we don't keep strict control of the exact diff --git a/sys-libs/libseccomp/metadata.xml b/sys-libs/libseccomp/metadata.xml index 56f0df8af09f..b31e5b3e45ac 100644 --- a/sys-libs/libseccomp/metadata.xml +++ b/sys-libs/libseccomp/metadata.xml @@ -1,7 +1,10 @@ - + + base-system@gentoo.org + Gentoo Base System + seccomp/libseccomp libseccomp diff --git a/www-client/Manifest.gz b/www-client/Manifest.gz index 81d78ac3cdec..62cf9b2c1f96 100644 Binary files a/www-client/Manifest.gz and b/www-client/Manifest.gz differ diff --git a/www-client/firefox-bin/Manifest b/www-client/firefox-bin/Manifest index 7134f1056b69..8238bec6d690 100644 --- a/www-client/firefox-bin/Manifest +++ b/www-client/firefox-bin/Manifest @@ -166,6 +166,90 @@ DIST firefox-60.5.2esr-vi.xpi 528189 BLAKE2B a0a43dba28e8d6528e259284d2a36bfc071 DIST firefox-60.5.2esr-xh.xpi 511862 BLAKE2B 8296eb1a3dec00565f6d7d9c0941d6af189d37a8927484a4f4b0474ae373b876bc05c295dd37a75afd515afc0447fd8e347b6ad4b26d11bf32f1864d6f4bf9df SHA512 cc0d66939a0e4dabaa7ffd304b6ec37c0a64fc0cf4fe790c73dffa80136ec83f8c873d4cd2edd84856e7a12b8b7379f2c377f4c11824cc26a46372aaf2c19acf DIST firefox-60.5.2esr-zh-CN.xpi 543583 BLAKE2B ab3e8475c24d481b78ddcca79b909f39a4afa652b256f8304a22675660fd511d17d4c96d26557026192b40a3027fd7c9a9acdf3f21feb7477c1f2fef5896342b SHA512 359d20ea6ffaeca20edbeb799446fb506fe3446be6c8428e77b8c1bbf7f7b582ab6f5ced5ec36ca32a7a6f0d917116333834b677f67490c3a6ad96166a31eb83 DIST firefox-60.5.2esr-zh-TW.xpi 541912 BLAKE2B b0342b11b9de43d40e75961ea4a402e3acceef0e5ff46d3c745a83cf2459a9fbd5d9dc8bac99aeb3bd2af860594c74d89d8ff6120b95a6a03348bda5120c8859 SHA512 f2c0b65afd97a50cf2fc69496d3132343c15754fd22625072516b4039c61660a37877ebbfb6a53a1b3c941901d310dc284a92e0ff010db01ed2e64fcfa6d3637 +DIST firefox-60.6.0esr-ach.xpi 500921 BLAKE2B 8ea6d36be3b1592fe30674537231da071f9356584f97c4ef7f47d9490644a6d00d7a715b9d959e6a8cbe13dfed40c432ae763d6f80dbaee0e830716647d7cbb6 SHA512 4a327f794f0b46fd9bd70f44f638bc394c29444fe31afa0aee331639fd584ac64c5fde3d8c5612ca6dea303d284b16d6ff5cc90250489adc372daf982bd66c34 +DIST firefox-60.6.0esr-af.xpi 491389 BLAKE2B 27fad45680ee4563a298d94064e30bd900a8d05d0b7527ae6cec4d52f33d2ad28685005239f617d5801124c13db71d1088800404b9afaeff5c57c35541c1d991 SHA512 3f5d040c46e5c64333777f34b76efff11e386c628a492470d09f3f98de8295d684f961bb7977fefdd4fbfe88893ba70cad2523a8f1a996dd2d1b79519ae49ada +DIST firefox-60.6.0esr-an.xpi 524585 BLAKE2B c95aae86e2cdb7fb3f3aaa158210c6b7db0196a61eba8f4d417092a2f21fc4a3c66de62900437f9e735fbecd82d13fcb804b5ce31900060f8bb1f16370b07791 SHA512 41105e0c66906e8f806d9df043d55cc15a442caea62445d9375cce2296403a95eaf88b68cc10806147d952a9eb897205dc2737a8696be987ad676ad63483f3c2 +DIST firefox-60.6.0esr-ar.xpi 551897 BLAKE2B a44c31f3ed54444ccd71b3e5664bc2649a0238c5db1e841bbf8f3acb456306dbdc871936f0469754588b9d5624525dfabda1295497c33f301b3d46145f7527d7 SHA512 51c905d35141132dbb6deec9ca5c4c0ec1c86106b92436160936f09e6dab66e593da022ec3770949872cd98964ecbb312bdbf3463d155392f481e5dc0165f874 +DIST firefox-60.6.0esr-as.xpi 534797 BLAKE2B b9b270cabe9bca0c602dbd2e1d10ce75c9c0708230c779f57a9170f1e6eceff9b95f9cd9d9d2e5df65101e4425dbc778c68c66bc44541f5750d21e49f5597cc9 SHA512 8a9cfeb13c02725a1e5a92ea7010778466e6f945de37d22b59a40093cd41ab6f2dbc5da65ef9c3859eddb3efa6e7902950670f14f5f27341cb352a1c8eab83ea +DIST firefox-60.6.0esr-ast.xpi 512738 BLAKE2B e7c34bc5bf57a6efd485c73d015d0c23da4ce917f0aa7db6671c4166e7cbee0f846e0845e10bd847e65ab20545d0e44ba7067bdbd580aabc20cc8afdec44aa5f SHA512 2e60e2dc1892509c2f4c69ab6409139360ffe477d77a8480387e14a391bf408e2c57b83c3d24a20de8d89a6cc12d863de6c9c31812b360f84667640612c1f015 +DIST firefox-60.6.0esr-az.xpi 528825 BLAKE2B e3d5102d024f6ecc1fc94485ccc5e6cba2b4c0f6f1821bbd71ca239767b13ae85e06851d72417049dede8eaefd1fcda23df595e578b201a1ce3c70b77e21fbdd SHA512 39c57c06b90127dc35801b9a8f3ab0467aceb52437fc9d8ccd9adda8629570a19b425342f7496d653c0d3480f2b705135cadca8d7162c31d58faac19fdeb718a +DIST firefox-60.6.0esr-bg.xpi 577918 BLAKE2B 970e346f217cfdffc04b5864b59ddb086a3a98c0d347f2d1515b360b04d2b6ad5a8757a5cb828ff60269efa65cf5723fa9c1af8022e78ae9b7f93d22dd24c225 SHA512 25983fc9450c25b914d98b7a7ca9c0a0d51b15e48b3caba6bb92626325d39d343e2c6b07e5584dd2a84ef068b21ae876227b48ae2782b99930fbb9f794c493fb +DIST firefox-60.6.0esr-bn-BD.xpi 594513 BLAKE2B aa9ef0d392b1dab8642ee17d6ec3b101cf73e223ebe9f8c166ff9825903bbb547d00f56c8fa1af14098b099cceace0b67f51a96ffdd94d19fc5a6e4ee75fe89e SHA512 4f4b306efae1f0dc8c6a5e4562a249bc2e0513339dafba5d33a5d1ebb9ef8b225127cd68b229f58a56bb2fe80fc23672acf1482e1ade4fed4714f4a89aeebddc +DIST firefox-60.6.0esr-bn-IN.xpi 574942 BLAKE2B 15a0e4705e5379461aec931416a303d9d38a6c84f74c55166f12ed358442d13d191b5dd95eae6541b39d3c74ee1ab7707be5909904381a5fc74a19adcb94d0a3 SHA512 240f3ea2aedc75b77fcb63dcc759f061c6774b67fe32e1cce55b1eefc1e1901e0e6ac4981d9c7a4c874a46eadb0e0252f37185224b82503d435dd6375f6b5bed +DIST firefox-60.6.0esr-br.xpi 516116 BLAKE2B 621aafb9a19c40eceda3f4d135bda1e1f7a20c9e76a249b14c289a3fb6f326e9a76b0eeff093e7743ba96a3f92556c39bcb8be406b2cef8abf80a1fa4feb4f39 SHA512 df4f24fa11e3a4741d9ec24d50d445be23ac4f3b14857b2a4d9fa6d1618529ab61100602021993c31aa0e5923a5a4f20b02c841c7dad2032000bad5dfa0fd700 +DIST firefox-60.6.0esr-bs.xpi 518780 BLAKE2B b3d758e9b0f0a1869a8c8a6b1a66e03f9c32bf0ae7841e0fa0215e4ff7ab891531a9934096239ed5ab45f4dfad24d8255e94aa357e91eb9c2850c59254e58ab6 SHA512 cd55e78780e827b3cad26759dccde71728919fa16a7a98a0d936bed465e6426de0dda10b10b0c7450f336efdba48d20406a0adc0c9dc4af2479fa234434c51cd +DIST firefox-60.6.0esr-ca.xpi 529341 BLAKE2B 1cf5fd4e1eb1c356bea10a5740e096ca87705623d32839b84b6db237071c8b6d0080149253dcc309eab32674e947e458c86dc7d92e313f39e870ba560ebae9ba SHA512 b73e3033bbd545c12247dc282b448c21ff221a993212a062b30ab36f09cbf5c7469b9eacba485d11dcde439423281e74958215359f978b3422d7c4262daa128c +DIST firefox-60.6.0esr-cs.xpi 535866 BLAKE2B 3456a0faebbef8ce995203be645c4a1b686312f10e7b5266ea8e0b767fb410691078e8385cae98c22ee59e3606e0ca22cf4823815f0959a9ab881341aec4ebe3 SHA512 4f0787b6193b879af91d1710278d84eeb2fc230ed7beda340616a5923ea4052ac5b252128d20b7f161c38dde507674261fae31f114cbac83c9d15f9d18517937 +DIST firefox-60.6.0esr-cy.xpi 520720 BLAKE2B 3a0967a2ae9dbba57b18f4f40f6a5a9f32f00e614c8d1b3a0e218bec39105ba8d2892ea123a4d13397d7d44d46c698a2512e3d7f1c3cbf1d07b6112bf5543122 SHA512 b769989e87a7b4b2244c9629540de7248a2e31d19586f18cc8a2f0ba664c6befee67ae08f1a207a4d314eb94e6a3f3124e0900da4be33b48b5ad156bba8fee1f +DIST firefox-60.6.0esr-da.xpi 514834 BLAKE2B 233a46bf8efbc2c2fd96bdce757fba67f8114e3b642a380fd7e7ffb39f87bd5bc0cc201d27b3cb00142f03d03e56d6bd16c2e7a07b10e1058976f1c19120f551 SHA512 831b242fd63137dd057e4feebf747b73edcd68c8012bc212c869e57f29a9dd449db6d1fd53111598ba1cc38310b9fc395cf58b6efd29e5bc3d1de221bf4a13f0 +DIST firefox-60.6.0esr-de.xpi 530596 BLAKE2B ee6e2bc72d7f33a0d0cda81d0a40e0b2f217b14ec09f219e476dfd21af67a4fde6e3d3aceb64770d9d9dc9625a0bc14ff85f98f29b36a5cf3283e8b3260f04c6 SHA512 3a3c24e1dd4526cee868f17e3dbdfe069fe00ec8a0fc938286dde82c7ca1e752dedf28f630787ca3b917d35eb2754f38527212939858354d01af9ed8d255cb4c +DIST firefox-60.6.0esr-el.xpi 597777 BLAKE2B cbb9758db1121a4a7d212415a6222960e085c136b1bbce1abe2a31d589d4da00dd2146a8e3fa8bdaf928cb40a7c76022bb548e342bac83696c3557b738f1fcb5 SHA512 21146c0d6b6b971b4e4366531a725a6049c4f496ee377e635f261c74f31bfb406d50d0d4c34adeb61bec8fb0728e61334a8030abab2d4cec30bd7ea09dbb7a9b +DIST firefox-60.6.0esr-en-GB.xpi 495775 BLAKE2B 1287db5cc3c6f10c5aeeeaab3000635300384be25ea18f12d258f384e040c071625f433e6cd1ca14ccd6fae8135bb81a1f44f3f77aa8dc9c43c89aca7bbce58f SHA512 3396739f489ea280c699114228dab1b706f5f91019489948d3b38f2362f71390f59cbf150dbf617930c34d6ba4ff5f01311bbd5f81e5c4b46968214108e78396 +DIST firefox-60.6.0esr-en-ZA.xpi 478761 BLAKE2B 9ca8c69691cef932d81af08f9f65f8ea6359dc8318c9a24aa733d5807f289cb1f1c3ffbdcc9acb4a90ee0f43299343f5d600f2f76f937559a63a7f73a17f0386 SHA512 67f3187eb5e63fd91153e3a2ccd8f22ea8adcfcb5410f4104448941d691b0ad912783b173e094a1b78b9e3c823749f9012a128214ba03b5568abb71fd0128df1 +DIST firefox-60.6.0esr-eo.xpi 515333 BLAKE2B b8cb0153d3540ec4009676bada5ff3605f0e0a8a878b29dedf905170b513165cd32399f728c2834c9727b184a94d01e78ece56c92c6b684ed7a956d2d36a9b94 SHA512 aa2611cb83c89857d6f0ddf6ea95d3672abeaa773e50e4219210b660657386db0599b01499d837d13acec26de672eea7dd28d97294828015d9be9674c6f0e969 +DIST firefox-60.6.0esr-es-AR.xpi 528733 BLAKE2B ebe6b6cb713fec1a13effe4f51b58d639be6a550204958ba8623fe2a0608a0a986d3a7f1f12e67033d733c010fea41553e6123feb24fdae698136830159a30b9 SHA512 cb641e78d46e98a6c4a55c5901be76b4cb7430b78925cb502f89f0df388eb22d46e8b278045f5fa99cf2d8eb5c89630be3cef59fc58170e5e748849b586d4f38 +DIST firefox-60.6.0esr-es-CL.xpi 531421 BLAKE2B a1045704b8a546bafe3ea3523d61b6f5d8d8eb869a47fb4a0a57ac2940b055792720baa161e023729ec5564c05c5e57caf848cce6848cb5905c2f8e6b65e677d SHA512 109bd544f1898909a7f001ae3b2aec92dcdd96c3250928e9367b33c602471de3138822f396334b12e57587a13dca27a4c43e4d7095845c00ebb50722f2807dbf +DIST firefox-60.6.0esr-es-ES.xpi 464059 BLAKE2B eec6077f0b2015a623d38c11b1300e16a4678d5ee3e19cad1ca6261c28789e0527c6c73eead0eb233ba31ce2749fbab55731e37639fc23d7140c53895e38d571 SHA512 095d48dbe3f78e6aea208c1e6ed8b46973c08a632e4f8dc002f1b839fd2a20d4a4b2552311bf0664fd6c2a36339635995a4e2acbf84d33c5d80141c087d0c3d2 +DIST firefox-60.6.0esr-es-MX.xpi 532743 BLAKE2B d3a326969c5f61cce125d187a64020214145bf6cebccacf2a22eb151b8d06db545baf503be5d5a124ea90d93c700799b93b6e9e26c544f9ec49fd8a6b8c40a2a SHA512 71bddddb1c4329bcb3437acfbecfea432ee4e5841a1e17e55da59290da88010dcee5f9ddbd425af07cfacaea8647a6d7c2887b0b8558536c4c15bb3ff6bb4922 +DIST firefox-60.6.0esr-et.xpi 509041 BLAKE2B 15ce36045e9e31523ecdbffa352d73f51f5952e9beb79a7ce687c34c493f59e495a7fb427de254ff237ddef6e85085da9dbe34aa98bc33cb190aff0a9cb7b294 SHA512 e4c14bd1a3cde62549a2c689b1780c857c1e8e75e0fb1e7fcf3e9feea794733184613d821c303c7674b0a4a40d2d71f726418443a017ef4b8bce77f6611a5e45 +DIST firefox-60.6.0esr-eu.xpi 515784 BLAKE2B 0507ba137a8e53b1132dd0e8fa1135facaa07c2c63080bdbc0a90a5bb719c455238e662bdd894a6a91ddc817637c5b7729130b899c2b1e1e6bfbafaa8f13b071 SHA512 6cf51dbe480aadb6570ae84d21b04527c50355e1e19239bbbe392ea38bb260c1acafd12999e6748dccd68bdae49ddc5e9de310929279b97fbefec7f7649b72b4 +DIST firefox-60.6.0esr-fa.xpi 570346 BLAKE2B cb5a33068fe8b98bac5cfbb9c51a173151cedeeec2461d1f96bbd31cd7e501b3f300a5d12688dec8668e2ac7d46180335729edcc3f2a53c0626c2edd61a3c4d3 SHA512 95c0d022c66ef61629bcab2d92fd69c8949a59d07907f4e73998ae89104a5832f7507973f9a3aed86f88ed490e3bf817b977daea6f309df12914180448b79ce1 +DIST firefox-60.6.0esr-fi.xpi 510261 BLAKE2B 2fef74c9cc9dba86468fa9f5e5ddd1fac32bd3bf67b62a2e637ea63181e637562300383bf442b9aecd3243f8f9d418227b4278583708b8ed6056a5b426ba0a6e SHA512 bc7cd72f79653070d6528a2a07b3d7a09ad265f09c7ec0f3361c711ba30268f1fe9ad4c53d19d927d950be1a6c815591029dff75fb150fa33487bca17b82f13f +DIST firefox-60.6.0esr-fr.xpi 540155 BLAKE2B 338dc941d17fa6387c80c8e2cec8743e6ea324c7c4af7111430472cb0f7b109328c0cf47b6dd8373fb839c83ff81506413ac4d953a5e7f4b1bbba2777120467c SHA512 92d7ba82eccf31b073e37a9b7cb61e142f2857604adf226393ab6d65dee0643fe153ebf089e04ab0b0729854dbfe3431f3ab1b25951001a368a5e1eb54e1f8f8 +DIST firefox-60.6.0esr-fy-NL.xpi 528608 BLAKE2B f21f15a72b0ca339274128376c63ede5c006bce5a7d5d4c84988785ac52b67c0dc0432c8e3f58fe119b01da1874239164f629cddffebf91864f1777bb18c5e7c SHA512 7384a7a3544375b57eaaad7ec02b763f423e7be2db7493d44c62879306850514ecf7f043159744c6fdae079d57493fefd59541c3965c56a346ad0bbbf5b15059 +DIST firefox-60.6.0esr-ga-IE.xpi 531071 BLAKE2B 042f0a39dc454d20b1b5b5c9bb1c94b2394c157a22b097d72ef37cbc3fb14805cebb7b9f14842ba29ae782e4d32a80d52e5541616eaf33143f66382f477fa10c SHA512 c66abfc633b238989ed43999ccf4a3b314ec4ea7c223b3fec6ac16f954a83bd4981d7122081779562b90c4771d8b70ddf2b53a2f78cb958be5d00f7fdc08f97a +DIST firefox-60.6.0esr-gd.xpi 524938 BLAKE2B 4e216b7c8875baef763a500082e7b9bd50607582f8ae999349aadf298873f0b05644edd8295de3d2ed09885dc3b5235f53039dba76c40d0bec6dca70fcfa2aa6 SHA512 905f8b313b15da17ac5996a07611459421b42d7fd5f7201d5b10eb84a5e691fd38071b647d5358b1a0aea33e3c5fcee5a43d47647ec3e09bb7b6837558ca3fb2 +DIST firefox-60.6.0esr-gl.xpi 501447 BLAKE2B 2714c75f4065662e390bfe064839c2c21f4099d452a9ac66197dc8bdcf718f790a21a8eb42c4e2e613301e7df04cf8d7f62dcacd183357ed61a854f7177a48ca SHA512 55af8b473020b040a10145d70d5e5b9bfef7234442d1f75cb856b8f30d3e6cf3ce9776badb47ed319d3669fdcef07c06c1fdd3ce562e13902592dd8f331a880c +DIST firefox-60.6.0esr-gu-IN.xpi 594366 BLAKE2B 614d3fb1fc7bb635df1f4f4af35fd720ae141f1148355e62e5ca9173e8a5e9ea5451cd8f3fec0ea678743c7571ec0c1dbe214c27b8d757c4249df77df04e5706 SHA512 4d79e59fc76035cffc4f9805a21193b99596cd55de4748138f38c8236fe145623b1a18ca3a45dc11f697329b56ffb005f29f3facbab74fe18ac702c106910694 +DIST firefox-60.6.0esr-he.xpi 540060 BLAKE2B bed8fbb8fcde0e26eba138a72dd5f5ee72cd6569ba19ad3f4989b7537aec7404b60d8ad7aa7e514c1ca8f4431db6c85a51d16f6af3631c86014957d71905c6f3 SHA512 fec6300b1983ba8b8dda56cf01905af6d4fb0429d3eb36f56f49b8045af6956fe282b4ff3c560524ceb0e77a1a8ae34c3045fdfdc22ef9272bc6f81673e46c14 +DIST firefox-60.6.0esr-hi-IN.xpi 594952 BLAKE2B 6a91eef2d608963dde56ae74e814b235474bf7fd407a064e04f2615801bc399515aca9ebaebd819c3406b2f10dd1675cbad193f363edfce1e0da9cdb85494941 SHA512 1f26a45bb25adfe2d4f3a7d026fd8c0ea565d6f020f483b487b934bb404333099623abf23583f55d1d0827a43af798571a14b099578de875eee47d378bbb585b +DIST firefox-60.6.0esr-hr.xpi 520034 BLAKE2B f30fccd7794878e223f5d38cd437e98c2f50c6ce1818042483c2d58760b7f0d1f8c51aeaf5f479e768336a0a088b7baa0fb19d5644eb4bcddb533ff2f06842d2 SHA512 2baeba1508d6e01f8aa0516ef6cb56b298ba1dbaa464c59e14cbbd93dcd08c8473cff8d9730dbd92be3a2ff22122fb73f6d7217b7692a438503d246b5f4b2963 +DIST firefox-60.6.0esr-hsb.xpi 541147 BLAKE2B 8274e66cde84aa14db42410c9750f900c6e309c53ba3344ef4f5d602801b2cf337d49d7c4342b825220fc0d54fc4753236599656f93df076f3d47e0cea8f3daf SHA512 36a0ff95f7ae26210e7d20cf143cf2aa339d7dea6b0a5d130a7f43b4e323c199a98b749dbe43969510f185e51f0ab324f872c9629a525d6d74c92073dddd2671 +DIST firefox-60.6.0esr-hu.xpi 542494 BLAKE2B a16c64bb45bafb48051853c2424c80c5beec1adf41893c3f247a7cb75cb11f90f0b4c27c9476ea669916b139b856afcb4a933fc05017def624748ef8d823dffe SHA512 42a0ee45acf31c7a2cfec79eda5f8241fafa54183182fa7df9488ff11213bb356f9cd53ceefa917ae49ff699e4a91c842b7172880b073661afa770b0c2083a2b +DIST firefox-60.6.0esr-hy-AM.xpi 573521 BLAKE2B 5176211a90469bb67f35be6b78d6c994f44a429ac1dfe345890ebfb566ed3de28c50ca8c94ff8a478a27878c8c35830d67bbdd77c9ce522db23f7621060c8505 SHA512 577f162a322eecc5226dde1fea9711f01a800397aedef670ddc456dbec47ac09fff0e39fceffdc76c2643b88f09dbc36aad3395c86a35580353cd1238fb49b04 +DIST firefox-60.6.0esr-id.xpi 506295 BLAKE2B 5d3ac7a122530aa8d53299a4441105366710425fc7d769c5634f39137b237669f2ec93eb4d06c9082182a5aad1e98e661223e866f3b0c1d55d902718542ca05e SHA512 97dc761125487ac750b09f48113016207b0c14d8a90612effdb394927c57f5e655eedd87b42107414b7b38a1c2a8236a5f6a0bcac5319b5d6fe32e2adc7f0d73 +DIST firefox-60.6.0esr-is.xpi 517351 BLAKE2B 2e41efe5d6f9abf9f91aecd702401fa8b01cb809f979efd37b0a41137b5b234b9f46eadc15665c9e335d6493d270f5d23a8bc793d6d307b3e23f8583d9f6e488 SHA512 576b8e64255ea22bfe9a07e5c88437187401d7d1e17b25da09de32f2274d19b5754ed338a864e7c15421d7c53d559e893167da88feaf5e718c0ec0294a7fc287 +DIST firefox-60.6.0esr-it.xpi 403175 BLAKE2B 8d65b1cb5f1437977fae3da173f2c7b542bd7809ad7791f7d11a2c055006c0a6ed25c860c80278b297a13d9c21b3ffe6a86f2fc9451d21a48f6ec5d6c2e73540 SHA512 b42894f6e8ef2334ec0c5e81876fe1f2436725f788eff4288d11489cf603f7f9483c7f34ccb866a2de4e565c4fd68c2457844d19735a9450ef9b9648885c1159 +DIST firefox-60.6.0esr-ja.xpi 576094 BLAKE2B 742b213a975f512dd99e81c5305c223fdcc58b40e8a6c6cd7332f08cadcb0161b861338206c291b3c7fb82cc1a8a1e87aa7c981786103db46394e080abae8a71 SHA512 6f68187c57c3f4f78233c374ffcf0e53a03ed148464326ca1cfd1666086064fed6c5d91e0ee1a40c722f8db01a2d26326ae12fb25cbfa77c44df17008b0db07a +DIST firefox-60.6.0esr-kk.xpi 587050 BLAKE2B 115160ffa9972295e3bb71f643b5d8a41d5de6ee7901319082e8b71984b730e37a376d5c2b9432484fc3ae70d08a5d587a6d691bab6aa9b3be0437d868ad0650 SHA512 15202d372673a636064c8750deba2c42b751965f574b944632f0fb88e6cf3f80c6ac99637a376cb240ac3f53576ceaffc83d0deaab2ddfbff5164602686cee74 +DIST firefox-60.6.0esr-km.xpi 587174 BLAKE2B e53266002a37ac3dfe5a9933fce8dffe8a3383a7ea39273ae3e9014abd571b3a99383c504548dee684594bb55e17c19f886402a3d3d6f4e01c95139810c84ea6 SHA512 e0694be4f2b2e41717d03e26e4b223625305e1ba515b0dca6f8af9dc3e61c2063b512491d8e05b8bce266d8d02e8248570c58d84dcbd59130ce31bca9842a591 +DIST firefox-60.6.0esr-kn.xpi 589939 BLAKE2B 80135dd61d49d19594f85f44ea04f5037745a43d356fe42cc478e8d9eee84e97445f1b6738bff9c536f56383e5b9c695bcb359adebdd4ab5748a47cb9a66214b SHA512 03b39e79cb18d6c69e0990fc5b81723df6060a842a16ef7d89029e6bc4770a50d8bb2ec65840104784cd0a1ff0af92127845ce013b40775625bb42f43ff0fac0 +DIST firefox-60.6.0esr-ko.xpi 551904 BLAKE2B ab825472fd6a84abb0e9b98f1cb4c6ffb2a22040e22606820de986451c85edc01e227d25fba479b396ab92ad1b8dd5f5e7f27f5e3dc7fd33f6e3673e0ec651b3 SHA512 85e1ab001cf51c6c41cbbb3a2867a7e8cf94bff8189348bf2536cc54f5a41876855bb95fb58d4fd82b3398c42eb194bf2f1b1f33e5e1e8f510326cf948891e97 +DIST firefox-60.6.0esr-lt.xpi 540533 BLAKE2B f6c115aaefdb8b62e9f866955ef8ad8f52dced6014bec8656817ef757b9cad7ff3c1737d7469f597ff1f4e195460d7fbee57cb2bfb27df1a990c14b044461955 SHA512 39bd0e209d2a42e8148a30271661a10249480a0724a5cb354dc940ffd973af148c01934cff7a0e239c8db98955f6447a2cdecb5037c69a9dabdf3f67cf23830d +DIST firefox-60.6.0esr-lv.xpi 530480 BLAKE2B cd79bf90b03c8ef257b362e34ed2f61c6a02d3fcb02b632e5a8d3a6b9a4e6e54b658e9e4f32d2628479447fee74b667327cbe4f161b7457f5981a4546c601f99 SHA512 5194b05c5350e05376e8e5e75b7297aec5a0b2e6f4657adba4442abfaaa75d27227d6f48a324e87f8f94e7421a9e35412493a52dfad9acb47b0c53f173288fdb +DIST firefox-60.6.0esr-mai.xpi 553327 BLAKE2B a7c776d0193f416fc9f02b800012ea08825a51fea61d64919c4a5e03a76defda388b5922bca5b7ebc25b7541ff4298b0793f4aee7b7ad9cea7338c5c29428598 SHA512 310ee397cda1bde2b87cc14fed404eab9774899c610a77c9a6b87244e07d65d0d42dde77de586f94f60fc8e54d65f1c85dc27421fa355a728af0373053f906f8 +DIST firefox-60.6.0esr-mk.xpi 517866 BLAKE2B a0c4a3f85ed79e1707c211c3c7b607e229b0cecaff5c79b333568270e502e6a995bee4ed114ce45432d3ef7e64cd3cd3c5e4d7db07a607d30af19f61aa79a604 SHA512 7461d331f73c1e4afe5b6c87c9682eedd0706ac27ac5a9dac1d3d5aad27ebb33bd4029580c7574769b82daa2ea4b42a84b2ecb5b0b2cfa95f75f4c33a11ca009 +DIST firefox-60.6.0esr-ml.xpi 603044 BLAKE2B d27acae3d38d69b37ff025e583556fe78d692664423f741cc3d03f7315e5c2572d561733f598a792d75179b81069b4e2184b23fa4e3c5e181a0bd42c1ff980b2 SHA512 19de11ef0c0290d7ea974f2b0100374e5395ef5cea0619b82664ab953c4888cc7b96d3cf0e5292224f7eaad25f65bc6b7e2db75570153e6afec503341d1c68b1 +DIST firefox-60.6.0esr-mr.xpi 583188 BLAKE2B b1ee1ef8e18e9e39af245f0b58cd85248aa26a88fe21d77617312e5563aae814e89ee9663006d81ea2d37353c5a95c111824694181e85743136c92af6f8550e7 SHA512 160dc5cc6b678efb617125ca5cad69c3d58555f76820da5fb513815ec715d62bb46140530bbe89ce69a0c924e259d84a7d5bc4525cafbd0a5c88545e07ad0884 +DIST firefox-60.6.0esr-ms.xpi 513630 BLAKE2B da2e138a75496023a5ccf8f551f2c32523caf331637cbc1ac21fa97fa18d811c3039a684f2ea47cdbd892dbb985ce766e9b6937e5e21acc15d1dc16ab623fde6 SHA512 931f37ab83f7399d33335c8fc9a8d28940ff66e71edaef131dad3a87eac3d1768cab70f7231506a2c1ffaf43e0a4496833969ed4bc429b666590975c5b12cd8b +DIST firefox-60.6.0esr-nb-NO.xpi 513976 BLAKE2B 3c6f2e2c7930c999c0b682995c2218750299c9ddea304210ef545bdad8d02a36587eec5d75d04ceb25acdc64d1851ebd2dc9e5e22b769c6025fb4239eddf2ff0 SHA512 c8adefcb836ae94d617771128abd82a3a812d531b7931fd91f47abf17294feabcd87b705fa414f96c3854edce908ffcc1b9459d417f796cf2338868466019686 +DIST firefox-60.6.0esr-nl.xpi 521538 BLAKE2B a46036d21c2e76d6d6d24aa1dd1854061002d4034633a857042777ea8a4e1c9244740424e6f66e5873a58fa90add791e1661ec99f05494a2011796b0788bf292 SHA512 67eec86e48c5af601aeec689b2b077a76899d180ad6fc82815afb164a155fa533660f433b4823a30a59c3a99c3f3b173ff492512098a4aae4d75bf13f17db717 +DIST firefox-60.6.0esr-nn-NO.xpi 515525 BLAKE2B 79ea8408cfecbc98ee26ea76e7ff9819fe0d1123ecc7e54ce5c1b44a0b4bb98b1815210fa30cb333aecc7997fa872456fb9e29e62eea89a5fad4c4c18c6aaa57 SHA512 2e55e40e6d8502e3f9d479f39bcc7845a40ea8077a26a75f65075ec33e504c52d936dfb5ab0004ae85383f21457e7685848289ca2067a6d46e6f05be9170eb2c +DIST firefox-60.6.0esr-or.xpi 544935 BLAKE2B 27a1daf780dfc4e1476195fee284b48f513ffd8326507dd478795fc8605ae892f9c76d25a23229621841b6203f0bf5aa736e3ed3c4f08602c9901be6a92a8032 SHA512 13fe0005066ea232fa2f994c2a49f3ac44c27e06762f57406b9bd4d0fcc2a7a9d1b2aa7cde020c0d64973abe5d16cef578d08fbf73e43df7d5012135a61be665 +DIST firefox-60.6.0esr-pa-IN.xpi 561966 BLAKE2B 21436633717cda5c26f663dc9a28ec3ea401e6d766ce5fb4f71d60ecf9108ded4eef378205c029516c87aae512f067965539c27c5577030268cdf2f4cb86427b SHA512 7acebfdbe80c252268506e44bd3c1166218ef292e95ee9883434e8b0564606353e7c22aeea81e30404a538cf4cb6205f028dd88c2069f52704f8c6c8bf89461b +DIST firefox-60.6.0esr-pl.xpi 423097 BLAKE2B ec2403418bed9e5dbc0712770a18af175376b56542c4aa25e335e884c270a1367659f0d857bd009e25a94ff8459052fa3f99280e272d77224d111168444fb0a9 SHA512 909bcc1eafaabcfdc5ca3dd2df25cb93e4fb1e1c27a2de6de6c907ab91bc1deb814c944a4befa696f1e22d9e8374bec6394ebb02a6a1c9153c261a3c017cacba +DIST firefox-60.6.0esr-pt-BR.xpi 518846 BLAKE2B 82d18156611a9555db8a9c15a8c3f5bbb503c2802df3bade29897a2c72aa7299a63b8f1060e6713353592afe3f21f4005fc25aa3989de5baa66b0c91d1330f81 SHA512 25b0606024112af2e0849db1de3d074fee8e4140e3b72cc786e8ba23dd77e30954ad9892ea32cd5706f71503c7928e6bd85dbeb67ab2f00ee20d867d645b001f +DIST firefox-60.6.0esr-pt-PT.xpi 523449 BLAKE2B 105a09c7bf028c954a3e52e073f3e65a133c2f0a21235dc1c58262e425a302ac93e9ee84cc863f4fb0eac50c7f92fb77ce1d4868155447e10e0cb8b170e60c08 SHA512 46f795b1be4059198035237c661780724b84a60d4427642f79f97960a199776c8ffe42df1196039137a0d3ce5804f6e638b10f8a3907aed0d9931a70a583b05d +DIST firefox-60.6.0esr-rm.xpi 510109 BLAKE2B af2b894be991247b954679e84684a49450d6dfcee7553449ddbd15350b257a9fced9293edbe8b81a32bd3ad5d7eb29fa4ed503d510eb32c1bfaf05562e6181de SHA512 351edc22ca268e2541d9ba65020da8c90f5708db47431860fa1ae023d0dac4091087971aed36300c958062cb1c21c0b4cb91075ff36d245bddf8f8a4b94439c3 +DIST firefox-60.6.0esr-ro.xpi 518134 BLAKE2B 6205676afba12f93247ee351e8a9c121da914d77763efb95c461953907f7f2f487450a31f638db9a0be3affc4f4a7ec68e0a1745f40a86dcaba1b815422499a1 SHA512 16c4db4663aaf0f192a61d82575fedc0ad4bd2d618fc51e5ff8551dff88acdbc8cd6467fb8515cf4231719ba135abcccd8c1d2ac57bdbb8dfe256eb253c65f26 +DIST firefox-60.6.0esr-ru.xpi 595474 BLAKE2B e57966bfa6b36488cf57c610e980969206d5390f42d177242794ad0c8ebeb2ccd6e8eaa3bd80a59397786aaeeea415924c9f15fea57fcbb5ab9424d4d51d3966 SHA512 46ddf53e09c258a14dfa84d86e13561a931ff1b139ebdf579ccb6c1ff508ee31ffb6ca20d27e100cbd10613ab54fc78445cb8a92486e9d5c3ba113d66a626216 +DIST firefox-60.6.0esr-si.xpi 549644 BLAKE2B 7f9e8667a43333d337f6471ea1e23ed30ca33c691e62e35fc7bcbbe9b73a1996a0de19d2158889d21d527b9eb2901701511c528d8105f5057aff365abd806ce8 SHA512 b03a1da2dd1a4d1b276035b0a091cb7fbe5ac65bfa3b01fe166ce9b4b8810c5ccb2efea017498b2e3ca08177e6ae773e58465a6fc6f890f7fc77b428cc59919e +DIST firefox-60.6.0esr-sk.xpi 545782 BLAKE2B deb1f5a51a1e058b75765326a8d6f7a264919a8702c323a17dbc2d89ccba33dda0f92e905351b6419affccdbd594729ad6fe76e268fd105d7301b5fb5b83eb0b SHA512 32ad7da7a7365716b7c7855521b1773734f81db1fad24475ea185d8ba0558535ba01e7714896e2ca9ec5ebd1fa0ce4c3b853012a33f708b9a6be88e5e8ad992b +DIST firefox-60.6.0esr-sl.xpi 523438 BLAKE2B 6fb15cb275529d3156b2646f9c2f22d6cc5b28ffa2c0de7f68dd9125f4539ba55bf8ae791837eb17931e53d8ef226c2b6bcd6fdb506a231c1f2f2da854be7f22 SHA512 c1194c0169e80c7ddcae889812c66e56fbfe7975ede4b5cd2cecbed9e960bcb7d24f850854ed20f3fc0372fe5bc8f69266c2e5314ab948b4d1fd0f019f48fbf1 +DIST firefox-60.6.0esr-son.xpi 501779 BLAKE2B 7624949826685a360488ca8b8ef16ea72c2d8c76c72072a48384e35521a1eeaf2d032cd0a39d6a3bfb01c4532065d969b37eeef678c1726ba286bc9a8bdeefda SHA512 954c68ef9dcbebddeb3773c2f7a1322b3d4a203288256bfb01b7494e15b896d1e193ce06ef9bec4b51add85957c2d0f8676c5bfe5a0db7ef960dacffeaad6194 +DIST firefox-60.6.0esr-sq.xpi 525336 BLAKE2B 1ece2074747a12b5ca6d36dba41241ad3e1dad9adf2f612aec3b57fc939e632c8b5988c5d1e07988541469da95392a1b843ecf90f2bbf8e245f15456c78e00df SHA512 43e73b272d6c72e2ee9d836179a74a278cba83f3ab59a387c851084c8dff474b19b1998c71e42ab5d81bce39c435cdac88febe668a6aa2441a2760582a5f8e10 +DIST firefox-60.6.0esr-sr.xpi 552850 BLAKE2B 9bb4eb2dc213a938d45b86f081bcc6b59840d75aac2df264dbe887fc294dae939dcb1a77e097097dd3590fb6ae3a9927d68fa4cfc435d5ff37035ca6f8b5ed0c SHA512 d6d8c929d1becee8c5b61e0a6554745835ff729518f65d5568de82c3a65df65aefc5b073caf200d09b62e1600e694b40b3362f1c0300b43e27da0096add76c60 +DIST firefox-60.6.0esr-sv-SE.xpi 522753 BLAKE2B 685aae276328aba56b48b2468f005012260e8a5842f13bba4eea59383a6b9639565404e2d10fec8524b6aee1ff4126d7ec6b6ed2784523b93de22d072da6f152 SHA512 40aa68393d50d466b02f16c1a97259ce9ba1d8b85b8089b95d757a9f6bfbf20c0fff03280ac4fbb67c68d8a737906258c97f755f13d9661ced37090e41e2f7d7 +DIST firefox-60.6.0esr-ta.xpi 581988 BLAKE2B ec9fb70eace97b87e28b4023868423e48fc44674cf0c96a94150716c49e5138bb482ae20cec677e23339de86cff1c626141e62387a309d8aae38e5f20bfacd68 SHA512 c95d69f5ef8a25dfd38ee1c017d5a6ad32fa40da898765d19356ec19f4a57a4e41038c8d3ba73de64dca1cbab8528794d74365e0e48d234e49c2c202fd8f1389 +DIST firefox-60.6.0esr-te.xpi 595040 BLAKE2B fdc9c241f464c92d09edd1f32cda91670aa32c63844489ae884218bc72db0a2612b62f32eab873d53114746fd30ecb17012afa3936e1ddad46b989b90d760098 SHA512 1a2dd54c3ee6b1c2e38d876f1fb9d9dac3beb6fe8bae34682bfb26307d8fe72a978bd778eaacf62cce6b14a2c748bf49859c8a41b60091286aef29c0a22fab38 +DIST firefox-60.6.0esr-th.xpi 566887 BLAKE2B e5b71cee2685ece367507152d7db56a248ef641ff15809018407662cf0da65a079e0921d46f41bf081862b3e9f1dadf2eba4225c59839f79952f9c459bd66ed3 SHA512 6c356ffd721c9b36d56febc4d2d8c8df0d277121e76e3e8330735b142c45707f9d71ed4ae1f2996142942ce40d9f0a8f77d82b17791c529101009a496e20e2a9 +DIST firefox-60.6.0esr-tr.xpi 529935 BLAKE2B 29f0155fe2e6e69e24bc1c95b7f3428374731d09e6079b498aaf04b8476ed344a7726cf297e991918e149c14584e4bd15224d0e32be5816de6bbd05a4213ca52 SHA512 2d59da4415e954deece7caa74e92cc1699258072a6b56c1a3697252f8b9bec5030ce1d7509aa73410d42e00d3f69ae1af6898ec4a3df58132fda6ca7cd284706 +DIST firefox-60.6.0esr-uk.xpi 585000 BLAKE2B b9c28d88714b25d5a792aec4763f0103ebfa3e763c354620d5267ee3791d6be7422749050966aa3956856beafe5a81f5ae62e5c99ad9ac9a6aef9e31773a3a20 SHA512 8861a15b1cb8796377b64cfc3573b4255d0289f6e4015a42b074003995046d4dfa95d57305ed388dbba5922e022d314820b9943acb7e505d156215c3ee98a92d +DIST firefox-60.6.0esr-uz.xpi 517756 BLAKE2B 6e94df4b2a48ae748bf1a3d79950d35dc1305025f76901c73e7a1dac92924efd45cb62247604720ccbaad48ca3f8e0ab0d5b474d7f61f193c4d83991588e14cd SHA512 e66d51341bf04476ad80894525c1be9f425ac6455ab4f9ef1887a81e23cce9fa7cf8a18819cdeb6ca87c82275530af98b875797bc2ebc2b05a348a488f278ca2 +DIST firefox-60.6.0esr-vi.xpi 532266 BLAKE2B 001614e36cc1c9c4ea0e246a9e19700d7cdd780a4aace80fb0f7cb2dcaed2520ba80e161a57124aabefe58aa6f7105a4fb106c8ec48855e8e45d748bde0eed37 SHA512 3c3b4a234cb7f5de2bec552f70a72fdb668310b4c4422358536e18bdd6b203d179ff6a9774522ae0f8a9a2aed0cee16a8a91285f7eaa6e09b7d5c29c86b01841 +DIST firefox-60.6.0esr-xh.xpi 515905 BLAKE2B 94af79f309845df9d3b1875b1a8c6ca0732cccba84041871246e1aa5633dc0ff34916c4a1c3366d8e948cfe1acf164aebc0a2a7fabfe6f46c3340d3622d73542 SHA512 e746958409cc7832ccacd46aca2c8508cb829785588bd4cee9836be2f8645c9418756a5a22e241f636f1136ce726ac2b460cb568f2ffec64270115672ffba0ea +DIST firefox-60.6.0esr-zh-CN.xpi 547680 BLAKE2B 2313c28a088f20c913f231176233c5e5a000cd682065c78e95ba562aea48ac3d3aa54e6e5afc3490a3ff5eb05b60a6d0b96924d3fdcaef115d9df54066e18d8e SHA512 c6bee1daa6ff6a970cfa346ba525cfe4a37389cd93900813827899d2b5a4d8195377036b6228c12403771da183f697bebfb379e33958dd930f17b3fa9b9ec11d +DIST firefox-60.6.0esr-zh-TW.xpi 546001 BLAKE2B 5a5d38930b6156ce4fbeda72535a5b62cd76c5726985a54bd74d485b218d6d6728f2c7ef1098a5e23853bbf7c1711114def92a90169a583b89c1241dbc43c7f7 SHA512 d6ddd37719a35c2fd381062ac64bc401be360b2eb01a25520d725bbba506a6461d3931cd1faea63b9415a972b0d079b5fd04cbbb1a4395d3071ea86ad8c6b65c DIST firefox-65.0.2-ach.xpi 447470 BLAKE2B 1f2b8b663512e98fdb613c56830ef65d06fb5d259e96dd103f2a4c72eab8d4a128876116443f63af95210b5a60955db4d3fd3a96d30bb8c202a1fe18b8293804 SHA512 c32336203c7ed25d022cb761453981bc68cfe468cbb61db8ab6a19e8396c8bfc3adfd93907721830dc7f9f4eb82e04b3c2f1fc8f88fdf7a45ce3660d98792ff5 DIST firefox-65.0.2-af.xpi 437795 BLAKE2B d12ba066c0ec11db1f6210852bad9e5476e560ec3d8b7239cbd5cf90bf0368cb341de1802eb2903c55342bdc4da29d540e765fb1532fadef2ed05b924182be65 SHA512 b1d0bf5dfd6b949f6614b0def28422d0b10788d0719eb9037dc3d2fe34f33ed5cb59d6083a12a5853601246fe53d1eef785992b86178295a8d9d6a7a9697052d DIST firefox-65.0.2-an.xpi 465018 BLAKE2B 109307b789d3d6e8c104e109782362190500550c1ce1e5161df13d72da15030cefbe715e0d48fac5e8b5d1ff977785ae08e90f8b2bafb10775ecf8c128ca311b SHA512 60fb7a83be7d50ab9ef3f036b9b35fe0cfea01460f9e9ceb5be758ee2d762870d662dd128afc44e766db69035fb571332e51eb7ecb96246116383cdcaa391f1e @@ -250,9 +334,97 @@ DIST firefox-65.0.2-vi.xpi 486535 BLAKE2B f0988da9b7aa56a51ff6545a09e9731ea7e0ab DIST firefox-65.0.2-xh.xpi 455426 BLAKE2B 6e8e85cd986e6a7c826b6e3e50db33deecb7d1be6c7d2498431e62d9971181d61da6baf9d893787f0cec11140e558365136c5212fae2346eaf2f92912d841123 SHA512 c3fbe6bd55ef08d9a7d06d0e3d7e599c8441ba62ff830522d49fb470a9212fbedd1620418a2a888c82cefa6139f9caf728999b130c4722678aca14457f699c6e DIST firefox-65.0.2-zh-CN.xpi 494811 BLAKE2B ce81c30d472eacbf38b793fd3f4e592552cad03b3d9941d7d6a6eec1aea071561a514bd92eecbd57394fb624713df0839bb4d5b498b3d0d1efbcfa27e34892aa SHA512 31f008e4e82c96c258c93ce214deb7af5078e65ab83af4e40ecf8c26e0db60bd29718cc47ba1a3cc93aaa77cc7f69edfdd93bb9eea52f914a787bc955036ce2e DIST firefox-65.0.2-zh-TW.xpi 492982 BLAKE2B 8b3700caaeb9a36465415d3a209b3878fb455975fc5d100b1fe1238521fad0138eff2d6d67e49ee6b931de151ba1aee5fbba0b751e3ed19a214a615eec68d5bf SHA512 2b7e3fc170db97cf261dad2304f2d377f58255e91bd351be02e9f2bbdbfb847968feba801509ed6a5349ee525df992ea7a1342cefdd8ae463aaca7c36912b32d +DIST firefox-66.0-ach.xpi 442366 BLAKE2B 0048ab43aa0637a1defc906c09bf3eb500ef751916c9852779cf16057576c9babc10a9aeb7e2027d5e8cb17722fcc25c7ed3386cdd0297362f409d4bee75ae4e SHA512 551c255ab0d748480ca7dd0f2cc95edb2bec98570a0fcc90819df5689c2ed0d921168d36169b8b096ddfcb2e81c2e983015487f4d6b12edb5b3c1b3b16be3fb6 +DIST firefox-66.0-af.xpi 435974 BLAKE2B 9287dbfc5ca44367178da8b83396e4cbc150509adf2d872f1af93da9cdd371f4bfd25ebb3713ae5c9beef6c4ace0f27da3d340301bf3b123a8d9d68c728012b6 SHA512 427919188e19fbd85ad691b88d58b28409f3f53b9e52611cbbcc9934ce32b1749c7c4554ec7096a9362c7488c4f4d63494482be9b12c2ad8edb83dff52dbc62d +DIST firefox-66.0-an.xpi 460783 BLAKE2B 43bab437ae499c925c9dcbf3015a87cb51c8ffb6f902297b409c2ef2ccaca457bc8352ced17ec31b44a9a8ae3a2cd51b447a4f87fc7780636d190daba31dd755 SHA512 b081408b1a5cea4bcbdf82e17c41fed43617f709e39658dd5fb0dd3c9b178ae768f0080053ee9b1b070f587abbc3b7981a6160e7acae99b62b65608fe0b484ae +DIST firefox-66.0-ar.xpi 504698 BLAKE2B ae6369e37861ab8ebf6f80ff34c7b526ace3e0a03ac99e53cabcd45663598788756a357ff57b61d598688ac003a0395f9c6f560cdb6c468dd1b1b6cbc47107aa SHA512 ad8b1e380eab4669b3be209e0071f537cf96421a54686e2a968c1cd0cf92a14be8f32c1ae5cab9c39b40f72a28c9ae88251395902cab09e9303f5ecd16160d62 +DIST firefox-66.0-as.xpi 468522 BLAKE2B 084f5580957f937fe8b636a51da10b5c84491abb0ef413599233b6b4ea83cbf6a2b4313399d6dd66926c44dc589b938e35ad06bb32c5f98c20331cfde35864ed SHA512 76e2848bfbe877c2784e176055db00c3acdceced7c85548b1f0a10f8b629ef07929ddeaec4fce555035fc391e399eeffc83fd5776514a7705d95ea18ea5acc61 +DIST firefox-66.0-ast.xpi 459787 BLAKE2B be5edb6e1030421b3f6b3ffde5c6811776d8917ae96223f4b5832e66af4a1c44ba48f95c51222cb5805dbb3a1a8bdfea665f073e934dd1573d6e65d43d073e6c SHA512 25de887134c103cab59ae193727c6beef86ce88a1147708100c2e32d5ffd10d8aa3d025e26501f35ce2f4a0f9565dc8131b3b4df3615ef76783183b717b255e6 +DIST firefox-66.0-az.xpi 481903 BLAKE2B a380a222052fa2fcf13d79795de5926b08136b36a55fe52a416059067046abbd0743e6b1cf5ea2c8b8aa3b2b8d0c15d3f7c2ddd02d26bda67c86e49c0a8ce7a0 SHA512 37752d376895f04e68197bed5b24b92031ac16623d655654318ddb95eaaeb44f2860a6a45a4e0e6b742a27e929447324149f7c609fe40a96747028a3324d0e97 +DIST firefox-66.0-bg.xpi 515780 BLAKE2B 73c5c73eece1a2ed0457fc9d8f0a8df0b1aa2bddd1c9ac7ec5416b606d96718242edc370df5dbdcc8ddfbddaad62af60b17a72ae9cc5cfa5dc4e04ce77b073a6 SHA512 7386c8118e32e946e4df8e97837a5f7d68b89a739572ba83970649bbd83c09f34e6a7c9172429fe6c7aa824e0de8af712ee7cc9f48a41200e3100b6397ce65a6 +DIST firefox-66.0-bn-BD.xpi 534215 BLAKE2B 4e078b3290501dda16cf6f1c174af6c54688bfbcbfd73e12dc280e44fb8c07e4879613022b784360806f20ab2fc1e62162c430adfccbb3758b3b247c51fe48e1 SHA512 a78c9a9418b9d70b27d93be3ef2f44bdc47d6d09058d6e54f0c26e27af0d9ce4fd4c33a44302f61b7225276b71de337eda8e412d0cf4b2b2da88867bb379b873 +DIST firefox-66.0-bn-IN.xpi 524889 BLAKE2B be21aee547d6f8c256ced318b8e35f997562c2c2bc88995b9dee0386b6701a76d21465337ea258e325a6b23d0d946213c11e1d4905e0224bc2b37a94f7b792ad SHA512 8facade28e0b7cb92a7e9fadda5cf76b30405efe100ba52675735236f4dda699499d2e94f99aa8efef603ff263e817e7e8047e45dca180085cbd7cd7a5d2a84e +DIST firefox-66.0-br.xpi 464467 BLAKE2B 4756ee3f775555c8d9cdec9e489f2abce8396f23ce3bcf1399c93d213874f3638df05e3e2bf13e0692cb2b6c0bcad1aea9c6cf77d305e55e941b5c21a6a11786 SHA512 ca9c4efa73bee81410cb37107de30da470229b370cd90f5fb7893ed6d09cdd4d75da6fbe3cd061a5c74785ad1bb4b7116aff7408c3f9ed850dd4db9fc77c5ea1 +DIST firefox-66.0-bs.xpi 457798 BLAKE2B 1d8d0e0d04c7af0063d1d347c643d51bbf3f63badf3af5f33aba0f401ca51ecf2307392f784d5b9ede42623dd6cfba8153e427993ebdba5da0c120efe8e1b947 SHA512 d81331d74535ccad03299bdc8026f2014dae2151ba19ccf9988c80a47e357251584f0fe9129e80b6cfdb89d0110d883d601128cde5c52a60061d54ae63d3842d +DIST firefox-66.0-ca.xpi 465728 BLAKE2B 9ee1b8cf84340e736baacdc11750c23a3bbfa6fb9df072eca2154e82b1e16c491cf9d4f7ac49bc6b057db6d40dc593bcacd03065996a264f09ef5d17ba53f376 SHA512 d6b37a2696c2a0b7912736033393125efbef2f9866f01822082a43cdcf2ae77990bf690e1577e8ac0b552639c578b7518e2f04d3f78de1a3964d6d473353d7d1 +DIST firefox-66.0-cs.xpi 477916 BLAKE2B bbd70cc07a68137bc6465656913018c24a3c12e6e533b23319921099fb85eba37084c394b79760bf09a1bbd24e06cee2c8d9ef7f1d854f9ca96ae7591edd3fda SHA512 c7573adf4e3184b1040017c0d43edecfc70fab7ae1ac066b7f77dc081d329254d5f6296032457c25995e19f16b7833b900989813ec18f1c086d7d9552b89b8d8 +DIST firefox-66.0-cy.xpi 467252 BLAKE2B ef442993caea1e216b0c303dec77eb09b5817e4edcd6d4c0c751ad90f77db8afcaaa93516034fb878e7113bcca339c6995d399ff1edd7a278fbdfb8e6ff0217f SHA512 c7431da336807e58f744839bd9bdaf4d44d829d0e61fd770cac0a23a683514f982fee41d3377b78a45e2d5e9cc0a4263ce630f8e5bdd676261c0c5d2f163a33b +DIST firefox-66.0-da.xpi 477371 BLAKE2B 3cee0a7525f4e6bcf5a21722a3e6210abd0bf3bd68d14e840ddbd4a149112dc0386a8daf04e036fb42bb4580b1427e19683c8c699e4025cef71b7fcfbdc6a4c7 SHA512 0a8fb4e2d1064475d2794b53eab63417eec31b50d010abaa8064b1f06946c211d34e209a7c5a4c1c1e32139263d42808169a39b951a89f7b7373e42d04d9e4d0 +DIST firefox-66.0-de.xpi 476711 BLAKE2B 4d37c082151ea436a9ced2fd2dd516b441d67a7237b61a67cacfa49e1f1311b46cade1461f327b228cc65cdc688f1fe2da5710f7860908fca922dbb4e1e7d002 SHA512 dba91cdfadbe9329b466e5031b8b292e751a309722099b9e5b90afee44f00e9b6f8d39764c716ff84675285a8f4d63860515b98f4e197c5065c6bc1932b18607 +DIST firefox-66.0-el.xpi 541755 BLAKE2B d403cdace757f068c0e67100632d7862d2c60e1abd168f0d186ce2116eeef424f6a90182483e5a1b5e06789b8fb43a8c71241f6e579ea3c27dbcbb0b63ec0903 SHA512 66e4545bf151bb48b465be5aa1a563b6e28f3870c4942a6133b3cfcc2d143464d3165d8c2f7cebdb770d15c987d57d812f039f16a80c96fafb82b77596d37575 +DIST firefox-66.0-en-GB.xpi 438632 BLAKE2B 8df4f8e37360fef8b1e9f03e8ba991ca787bf7e95701ff5347bcfa8700ed2195fef71b5071e377ffcd025a38b6788239d6c5ee5f235c24478ba80d92b2137a6c SHA512 519bb6d4102712e9f8cb9ae689354f931b023c48ab35a2c048b3c9492396edf2088a0edeae38773efa2585bcd9ebf25576015ad1151cbf1fceae20b32e6fa3fa +DIST firefox-66.0-en-ZA.xpi 418442 BLAKE2B 2aa5b9a245c95688c71e97193367c0699e80015dd2980cecf3c679add8f224e2194b6eb0c0551c921dad6f848c49d7d24832d71b12f4b3faf7e3abf01a527fa7 SHA512 e4e1c67a8b711afc3f42b7d424156b142e48502ebed423d9abdb6fef88c7359b5d824de91b277a85e47c89257b826a5fd85941b0afc8f62cb187f17b3e4391cc +DIST firefox-66.0-eo.xpi 465642 BLAKE2B cfdd02782b52e2477a39bee1aa4e5fbd9f3ad802716c5a22a0180859e9c17f9fb79fe54a1f7ed36a39cea0866a85fe926844085d314bd2ee4e32df39b5c055b4 SHA512 c087bb1a9aa0eb7054c9fd7d648266c70c5318710fafe7ea475ab4f26bdc867594cfa48e281238b952943f67739b83e7254878ca62464ab458a7785aa593a5d4 +DIST firefox-66.0-es-AR.xpi 473290 BLAKE2B ff252d6584fd8177abb76952e66413c131653161a0032da11fb085d923547abc27f83dfdef9a1f2f6bc0b98283fcca06f0112a666b0e63993c342924106b7adb SHA512 22dbe3332745781d904d5b3735a01ea7dafde1a5ff082b47efcd8d05b46d635690cea91887825b5215789efa920643b8c2c1cca4a55cb60a88582db24afc54f8 +DIST firefox-66.0-es-CL.xpi 470028 BLAKE2B f63d969dc14bf4d36ce4ba2740ca97e3ef4a94e370912ae26439dfc94455ec54c922284529436e9af659c7e2ebf954336126944328575781189969db0e0eaf3e SHA512 a0c9d15903fba69677174afdc1a06991f3939af49a003300cd977e454c3f1ee783a162919fda5b6ff2eea32cfbe6fc4d1ad65dd45fa216a8852e41d29f8f27c2 +DIST firefox-66.0-es-ES.xpi 433954 BLAKE2B edd7f93727e7aaf9e0eb9a7b94d8a36f1909281a90cf833c08f679afbe29e9bed4d684d35b61229d2768d5574aa9b7ebcb2e68bc03ef65dcc49e3636f2d718b2 SHA512 2cb3b0f3b242b255df425ca2c3a88b4027868316efb88665ee29ad57b8e630918680959464eb92afaa9d207ed25a5828325c2afc3d180c581d33b4198cc3403c +DIST firefox-66.0-es-MX.xpi 474981 BLAKE2B 0fcce771377c9b8dd17c2bef41d1e528492b2f2c7a002a74e83057544e8f002d11be02e6b073adba1238be883ffd8cca786f7ab5db3bc592262d2c5c8ec02eb9 SHA512 70db5da07aa32ad57f91485afb6a83f0090eadd1711c9658a294ebe6d8a9773e954f81cb2ddbdf3f063689589d7a40755c08abbf0dc3683b01c368a9dd1f6c33 +DIST firefox-66.0-et.xpi 456339 BLAKE2B 91b3fcdbe681ee22f4f637bdfe34a8675d4c4a2e827ac104e2629eb92f503fe2ccd361dde3a34ecdfa43138d1e952e2829728b1c854f5abbb6004bf3e3b96a95 SHA512 7fb844fe1d1c66f54912503a3e1996f4ea56b4f961491fb74ff42d2b4fda8502bcaf8dcc032698111a55a8664dd77f2ac37c7aa64c5700254dbdb492ab691c5b +DIST firefox-66.0-eu.xpi 464678 BLAKE2B 635f9796ca0d9f5a8dc38339f0146cd4f4e9e0a934b8a6482f192aa0a1a50179d1bc694101124e32f40d59d55f4a12ffa408cc35efd4283b82475c04fd0f3823 SHA512 e2923a3b7529d5a46171df277830f5b587477614b34fe0b90f262ea0c61a9aec2ac854ab0ffb4121a95784c1951396c316ab6e78319b0071e82894cb5266c257 +DIST firefox-66.0-fa.xpi 516444 BLAKE2B 671a6a90a51904d6c0b7743e63f5be277da29e6723d3dd3b3e080618728ae781bd71200e9e380e313a554f40228a9074f7003127e265dc5ce4893277602d8811 SHA512 63d3fa062a0ea5f2eb843c506c4c034f377e362f6b3f058e3cde3db8782f7bd4f3e02a4bc59931eff523c4f7b7822f4b8bd783ecccf6f670db2c01d32720eacf +DIST firefox-66.0-fi.xpi 454308 BLAKE2B 0a343fe8cde0e6ca34ee081deafc6f6dfecf0bc917d5cf8100b99d91faf81e81fb074d30a926a6e95805229d655cd7e5111be85abc8ae8459cd600409e6fd409 SHA512 3abf0d20875b5007c661b5a7f29a693cf0b071e70ca0f957e80703655e4273a8eb82055f9a3abb1e7136b2ddc51da87c53088dd48355e7b4c2caabc78ad1cc7f +DIST firefox-66.0-fr.xpi 480160 BLAKE2B a266600611be84d83e05ad3ce96fa4408cdf458227a08784f8276c242ce29c2f52ae8886dbe006d40317caec195e25a9735836ef08a8e656b71c42f6bdad2955 SHA512 0ccc9c730f7c873e900413bd217bda90e88526a6e8279217d0826dafeba7a3baafa8285d901b9f94aa8f83c490ddb6147978f882a8014c01048babe169d953a6 +DIST firefox-66.0-fy-NL.xpi 470287 BLAKE2B 669654f35f14c7faf3eac04a9d6af5c194c2ca150272f6896a79b0f68b1df3b815abd3be1a64b2e3adbb0ffc5ed916025277b612dcc2c181c019e8b85b187ddb SHA512 f7c6568fc85136068b6434b8a902f361c5e2881d4a485b5f348783228a20d60ddfbcb4b3a7cb07bc988cdbf890ca1a5d8bd314b808b179b1c976e3ef083cf88f +DIST firefox-66.0-ga-IE.xpi 464827 BLAKE2B 4c7cc6d2c5b4601b656ef8c461eef3821f31b199b9791498eeb2062843a42c79894c8b73f25a09e6f937ae3836967a883fc527884af2ffd9a41cbaadec0143df SHA512 1549a42be3f81e3e26250b5f274ca16c66919f02cca8b0d120e7c8bc5ede9df078f7fc40a12a48e417c0e5a8014a5ccf1ddd353aa4575c7be5206f2b34ee5cec +DIST firefox-66.0-gd.xpi 474066 BLAKE2B cc339152abc260e8a48168f7e93b8b2d7b413b19117403a95b4c95f7675729fd102b7f7684cf859334d8e73280eff2aba9fca033ef5a04a19eda2ae1a74d2986 SHA512 acca7f8a2bfbf02edeb6831270a108ba5fafb7bcb4eb9c5f807427aa470b1882fbd624b685d9fa1a598d25ca9a5f0eaebaa6bd2f8f53bff0b6a42c73edda7045 +DIST firefox-66.0-gl.xpi 458741 BLAKE2B b893ee8de4e1b79fd40bda203b842dc94aa495352fd2119d44ba12f06f3e12ab5f9ffbbb18b04e89c4314374a183270cfd09e3be957e557189fa420951e49a8d SHA512 784f2441f05a9af65597a687fe494ba94334f81a05293cde957a1d1e7187d61ee9dfc032fa55c5757a7ea9d2016dba360993df361397a867af35c7b0f7adb59c +DIST firefox-66.0-gu-IN.xpi 539858 BLAKE2B a014092eb02bb4559ca3bc0f5e570313fbed5f8b2316049b4b7c5ac5207b87ba3184bc15c80becfc284be60d344a8062c598ede0f72ed5e85ee0c5bc2e771cfd SHA512 66c7586aa9b414f0d64f9b53379f4e58925a5ba8c3c7bd9824dec9c203906dd7466587bf0c85b6934d988dad0695de06ea89b5e2134476b33ebe26af51da7c28 +DIST firefox-66.0-he.xpi 479208 BLAKE2B 0032ba6d7bb67179228960fafae700c4b1abad74656e7f3f2ab84ea2c87171a9baaa53f90a541c1b0f3c5a115d9192aaeee70e5caf8fece10d86516a78f292a9 SHA512 4bfab82a06af59f30ef7c87ab736b7594a30a69c4b691349885179629d5155122bb711b06416588b0b808c2c3b4611f0786d68437a355b859b48cd87fdb790da +DIST firefox-66.0-hi-IN.xpi 525651 BLAKE2B 08620abf9f465bd4c4776cb82db5e604be4ac300640dc00ac624b382b5a21d608ab31b2eb6953c291628f819d9e9664a70797652e43b5fa8dc9e76db548eceac SHA512 4436dfb5b78bc3edc75b7113789aa5c86d9d371ce0b86f729e9518016f3bbc48a9e666fdcbe0e0a2d1c5e631cb0e99491b200b94b413350a48598bb00ca40a40 +DIST firefox-66.0-hr.xpi 463599 BLAKE2B f4fa0a79e61c1efc5c20d0c22132f3d595c58166dcdffaba9a439faf2c7cba06a89c3478f1e3a748d784650553e71318e9cd68904d0b343f8071428d315f265d SHA512 648354d11bc75ddf1cd02dda28cb7913d4014a479305655afb295792c04baed2abc8249e9732cf27253a1a7c643be584e2f1b2fbf7c9658685f20502add4624c +DIST firefox-66.0-hsb.xpi 486136 BLAKE2B a5d9d88f9b5ef237bfce6b4b97d906fc1e07ae20266dc49ef4c28c8c24304908fd316a8845f1261ba85733fa908acd7aed1474132af19266deac9fa8c6ac12e7 SHA512 d2bfbad80109becd62e60f6c0e7ac6b65050f884b55f26a992ffad5c8e881d4d71b1dd723247c9df0d8b129116d0fd7ea9d5bc1b23ef9e38536fffd3fffd87c7 +DIST firefox-66.0-hu.xpi 483471 BLAKE2B 5d0b78497bbe1443814812f5816c144fc76d6b8d80a0156bcb50cad9bcf90eff401f6941d69e2ea8ef7c546c39fbbc9b3cc68944a026df79454d1c1aa68a344c SHA512 6e7f4d1c54c7afe252abcba2929e4b6e107c7e8769bc30744caaeac0b04b1735c3e094c5b45eaad7bf8dc251df5dfdfd04545f41464665787bbcb9e1f2dbb853 +DIST firefox-66.0-hy-AM.xpi 508611 BLAKE2B 1a88e328cc4bd9c79f983e68b91490c4058e929d220d3732ad7aa7f6d3c46ff16a3a23ee3c72152b558d81024155094b96f7f39c983d1719dc31fcbedd466237 SHA512 1baa6eedd416d508b2833b9a2b696eb815cfe729e43ef9f050b1b8c17ac1abe9e48157d6e059666d50c4885145cf33ac2d40940bac24eef9a44b5eb96ddccf23 +DIST firefox-66.0-id.xpi 453841 BLAKE2B 742fe6a7c4764a658b1d2ac7df37a0d01341a5ae53d39718d1801ae0a710f99754f446bd536dc2240fac08bb01e4fff57ae591775d32bfc2b64c019899e3b19a SHA512 eed6479db2f5272a916bff2731d2224ae170d9ec279b3d83e001dc2ce911d6dd90b9bc363c31c5096f22b6ab74a58f42c680445c76417b44f2d4e73ee84a0749 +DIST firefox-66.0-is.xpi 464958 BLAKE2B c3a39a15325bb72d5baaac72b1b7ae862d2d36d99477af6b29638f4e96a3ba2f01aadce2ffaa591b824a3098e15a33ff40260bef75c8b3c8d19280109f840026 SHA512 2b4aa74bb3b17e060e7006e60c05a836c6767d998406bf753db024496618af9962878eb2929e5900fa2c9cfe14658421e110b8c1038b8610ca5f597900edfa62 +DIST firefox-66.0-it.xpi 352981 BLAKE2B f73acee037ede326d19c01b9465edd0998268a96c87e2ae552d3486b9ee9072ff415c658bab426d456ac459d8c51f80def0df28e973426c12cc2fbb1d4527b11 SHA512 1dc81b92f7030198d36f388e9f9a686688ff9910b90ea0efaa7fc69893b887cf1674e22835abe849afed22dc233a0d98fc41b9ce7d98f7d0710b6269bac4302e +DIST firefox-66.0-ja.xpi 494147 BLAKE2B 1d14e0022fc31cd66f7d9701aeac590f7c01ea70a2a05413f8e7e8b365a29098abef1ee857ed8bd86fb81031692bd684c7701ad73033444dc87c792483896e5e SHA512 1c57a8179d78c4cd72f3379f42e25866e4835517cbdce571e6605b24787a0fb1d468953b42acc50dac2c3dd0c0352e411273f6a3a1c3184a815400f01d929838 +DIST firefox-66.0-kk.xpi 531561 BLAKE2B 90d798405cb2e12f697362344009cb402ff783a6d223cf7cfebffa6f21a64393079ee27cb05e51c76d0ad349aff6a43124cd9102c859690eb9e581b6e1e0448a SHA512 72bf21d05185ba26f2a44ccaaddbb4e69bae143c58f880984865d115b975d4249c7aa0ef53850caab9d297fcf2b503c4262ca4273486e9205950edfd978bff51 +DIST firefox-66.0-km.xpi 522859 BLAKE2B 964aa59175a67deda3a99b0ca3b817fa097e183ed964e1010f7556ba9cab9060896d40a10ae3ba5f8072adb99859029e59eed6384eace3d8fa17ffd0204f8a58 SHA512 73b7d37d03800e82f0a309a3c1ffc90be2bf1250ccfd7eab2466bf75ca0d0649d9fbbbeded868762396824978bb4aee61818697d063d35d8cbeb1b2fd73eac08 +DIST firefox-66.0-kn.xpi 522392 BLAKE2B 0e53589196f4ee3e17e4556e0777549e564ea84daff7809d1a320872652b2216a2484d82db89fcbe4fe8c12be1b330c5549530b6487b71307ba5f558cd53a547 SHA512 9207b8f45348145868ca87b8387363284feede125a1dfb99e543860254f9f695472a31d826ce9cd6a1bbd11aa84285c43acce9a600d0d6dfdd2d107862454d63 +DIST firefox-66.0-ko.xpi 487181 BLAKE2B ce5da6979db595788d0164343551308fb201f8ab4f6880cbdbd6359bdd931a977dfefb9058630962a3a59e34268aa18ed06dd1e0fc19e1249612745feb75e0cd SHA512 0874052d29f1c586381f256d2e7b9147749348d95546026c7b78d0820c4c1d8e934a6dcb0c66eec97863e113835442b5c3bef4e72ee50432012467590a3d69ce +DIST firefox-66.0-lt.xpi 486475 BLAKE2B 0ad42a4433b554584f6b47863a2ddadd6c3cbf32cfa92be0a0b6d6077a2f25c6994e77a754f1ebf761d43fdc982aea1adf197c36c28cb309a3e42d3f9179bca6 SHA512 a302441ea73c5dc2705ae28f9aafd330fd5598578c0331ea8aa8884ed05323befbecc417144c6e7b6c16c092b1f3a32bfcf189ba8c40b6d0b54149b0f6fb85fe +DIST firefox-66.0-lv.xpi 475138 BLAKE2B 62500401f8585d63a9a0de93b06194a90bf025b241226806cc6cd44338a9f7a34272ee69317ac1950339b1ff26d534d2e470f30099ff3126d6386a08b76ca483 SHA512 48466dd2659c2d1a9c8076fae2733b5d787dea5c18bdb5caee043b46e6ab9c03ffc0c3c0289c599c4e9946f9cb0796597655c0d89e56e691d031e25eff5e6dfe +DIST firefox-66.0-mai.xpi 485183 BLAKE2B 48f3c3be7bb45b1af111d79ce058aecdc704b9afe8be10f90649c7d152a4db3541ab72b44c6a91cf056c44c6dd06bf4c0d1e5aad9665a4d0ec91080334a2a96a SHA512 4b1ef453722b782e10f6d013f4af60fe436b464dc5fa4f7bd2c317ca6cb650ef9af16a243e7c86ab7b9f38a262c0b931bb3544cf2d2aa77685cec7f35709defb +DIST firefox-66.0-mk.xpi 462832 BLAKE2B 8e2568d569f7c4ca214b3a56af026a2251e95ff31fe039e5249a072f9924fe3e6a793cb22ce9d30ab31e2c0e69034f5d2dc33d978b126b2c4b9548a092bb3a10 SHA512 169c4f3d7d78dd6e3327635c2600d29205755381ec4e683787af62893942623c769d65b4cf09180b22177ddaff10aa4aee9a64fa243218b1cbd13acf849f33fe +DIST firefox-66.0-ml.xpi 531026 BLAKE2B 3d81297d6d1a3f92cf3d87402a4fb52eb0c3be037248ca1a12cab2a06dfde4dfa9a86a0096d8f8b51d81cd6a5d1f00af60f4c47426683715d4a2d23aa9032be8 SHA512 7e8af520e1215d0e16f579747022e57a331cc2ff5690ef6671962941563e2c3e7aff2208a7395ec626f15dd6678a8055fb85a564d92dcb9b06d1064977ec9f6c +DIST firefox-66.0-mr.xpi 521711 BLAKE2B be8f47a76637aa5fe34b9c02d77baa33cde049dd30a097d2658ccf85d470680287be2621a298beef42290b87302e010d77b473c0076c0a2003cf0c0fc44dc789 SHA512 be1f3e80d6ef3fd8a834d49e59f4f1aa253800de1adccdda1e88d61e7e500d550ac1d083f9f4a8d7aa99e5c36fdd75e3eb502e8553c36fb3c5a42e7c45222232 +DIST firefox-66.0-ms.xpi 455721 BLAKE2B 218dedf15c16ca08ea0299e52529cf67ac9d5dc32e957756100a358c0fe018e23b5ab7c0e5635cd49ece59170a0210aa99962dd5da7acbe9919ec28d18ce6dd9 SHA512 36dd4bc90d2275a330ebcdeceed00ab2fc8b556a4858b107688cf96f870c846a2d8bc28926d627c61f2fed680fe6fcf2c5e78068e092d632885a95751ebd3956 +DIST firefox-66.0-nb-NO.xpi 457630 BLAKE2B 65b7508b80531a6549dc17a7a912f2628bdf0bc659870bec27ac8bc4059533701e55d114258013cb3b1cf412e3a496d3bba58518cfe5921eaefc49f99f21859e SHA512 ab9a01a8782c2df399869fd3ccffbe890684bffbdf2c46e8c22350bd41836db3e9ab3e3992f560783ea7fc1a157fcc4450047c2e06a054a6f2af887a6e56b10e +DIST firefox-66.0-nl.xpi 450940 BLAKE2B 74157e7c506d496c7ba584bf7a10c8feb90beaeda5f1c0909e53439bf632b4ee2979f74004bfce185e9eee17ef10a9e81492c6a8ad6a89f4843e911d0dffa06a SHA512 a7ec88469c8a4b896119ee2d7fda52dff6c72c0985425ebd9cc14dc05438c7dbcf71f1d2aa03b28f594e6f73712778b85427a9ab7f98b14ef3f3353a813764f8 +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-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 +DIST firefox-66.0-rm.xpi 462816 BLAKE2B 9a0708e8ff4176bf1e1726d334eb9e3b1244b6a097d1670465ead34baad7fdbd6c0f58e61969eae33ca79d1b49a5f65ddbc383f3bbd935a6d409eea4743e252f SHA512 26485daf98a6f1c9599c78c18175b11a7b5f193780b6ac0888248a70e1f92b5a5095aca6256988a59f49f9e2d08610cf1a3dc1182777130fa71940371868907b +DIST firefox-66.0-ro.xpi 468840 BLAKE2B 964e5756a955b371b74024b9551ab5cbf49409686c5e59a798d7251a02e00259b3eae49cfc02a976ba17f12eb857c4a56ee9a57a0a79ee5ae9df66376b7d8325 SHA512 80b060c331d4ccc35ab2850991bdc6b0c97d12f60b70e5525f38c61eaf2ab51568a1cf65e61a4e15ce9188ed6ccbe072d83c8ad2c7cd2f329eb21116f6e35105 +DIST firefox-66.0-ru.xpi 539145 BLAKE2B 89582805c5b656d07399439f3cebe055551c2b024bb7235309bf5af28df05c6cdce2e568f7770de7571d6dd871859347b254f4648f2def7332bacacc661afe29 SHA512 d5eddc72784a2a2d8f0dccd8fbe2fd7933882f1b3a7edcee80c32a64595f6f2c2e75ebc9b40b87850d37e175c36696864b4e401036a6b7c70d3c4961beb4f993 +DIST firefox-66.0-si.xpi 501594 BLAKE2B 331b5a02b0126750da93aa8c959d3ee936fdc35e987176f6c3f0ca878bb0872120ea6872d13d941425750212911f7b850af2e1a4d1c12ba1a6641fd7893f75c5 SHA512 9ba144aa4bf2e8b4e424ad9308f6ec419ebcc03c71df32e971fe8f2aef2de9545e067a506d3fb931f9324aef13ae4aa213a0272a3a67b82bd0374edb009a4792 +DIST firefox-66.0-sk.xpi 487858 BLAKE2B ae0860468f1653ea630f96bc11a3824c0b4a4713d6ec56386693f4d7edaa89fe5d1ffe8b19b745c53395eed89851b1498254b795e49304732f13b2861d23c3f4 SHA512 a4fdb65e5cd3b3102f1eb9d5b82491e1c41d4b2c646fe8b9decfb710b4b5f462c9f96469d071780f04ad779d0530f4c6149dff940a73c7a73506317af3e489f6 +DIST firefox-66.0-sl.xpi 463400 BLAKE2B 5a632aea456631e7302fa4393c4b0e82f56d2e1721686a0e54731e261c8fb382fbaaa824024cf3bd4adb79577a7e666d0a44ec2404941bb4ada0da85157c028d SHA512 4bc5097095f14f5b5b9c5f080e55fb7b66b94b38f9d0cbed48b519dc17b75673f0e96d8bb6a75d8ad0f6495bc0c098d3ff4f09c7b2fdb831186a8d45f9439ab3 +DIST firefox-66.0-son.xpi 440190 BLAKE2B a3c50ca9911e21dabd7e4076f0929485a79286db8218cd5ed8fb38190cded07c47b3f81ae79d52a2aa08bed2da302134be312d0b65a193b8137f3d0ac5081808 SHA512 2ee7ebf78fa7cb59542bc97fcafe4dedda63f023ba6c9689c2b9ff63f490ca1ec93c144f0960df6495e6772d31a5e9182b28b6762bf3f0aaec687f0c0832b2ca +DIST firefox-66.0-sq.xpi 479541 BLAKE2B f2a986a1251bbe9fd987b51b767d7e3e32e4958fc021fb930c2bfa58ca833bbb1482daa605dd22eeb7ddd89da5a642a8d756825d7790be4ba2a7ab30d96a45f3 SHA512 fce0254761f7d84837e72cec41bc043f6e4a2238e92a632fdf987d7d8288840f85c86a1c55ab81e3a0d9d38151e42181cacbb78fba44d434da0b2793fe7689dd +DIST firefox-66.0-sr.xpi 501214 BLAKE2B 026ccb4b9855f5dc59cc730441ddd7cad595029650328512d9088eecc8753a7c62f4828a622963a9aa0911ea91aece5dda27c41e4190677d1600dd4a3398d1f3 SHA512 f09c77b1a6a00f725015719c701941d284bcd218ca0309f211af1e68204db82b253151a3aa751a8ff0b632d16b012f823ac8646bf41d1f5a563081af164ef4cf +DIST firefox-66.0-sv-SE.xpi 466697 BLAKE2B bc2ed70885d51db6e0dbbd42c49d6466ecd53eb2f566c02d4391fd65a379094ce5019eed55a54691be25741d5466ccb144c97cd4420eab9b93141197f0d884e9 SHA512 1260216cc1988cbf424e15e3dd8f01645ddb7baac7d5d3bc77c67c4fa97bde5da16ebcf7a1bc98a1aec3e9542198bdcb4702ae5c0146a90048f1ea6aa17d6b14 +DIST firefox-66.0-ta.xpi 521944 BLAKE2B c7e5764e3f87b8f3a579ddebd32c93ce9a119d8e59da25d0bfdec520c6d4529aeb297cb9959d09488d0efddc0f503cb1e10fef4f2c24a947d8b5f4f0fa0bd9ff SHA512 06680d56d45e000224a6a0508aa5b2400fa14059d0579d15405ad0c42d6e4d76c8ede62186c110864e5b240aa6c8e0328545653d1ae60f5c754ae8aa3f980f9b +DIST firefox-66.0-te.xpi 528361 BLAKE2B 36e309cfdb4fc097eff795bf08b6296f3c2a104a253cf5e68bd7752e126f60c179f0505cf3a7ba5ed186aa73698c7c6bcbd1562e58bec17c444e60555cfc07d5 SHA512 1519fe6999577bc2a07c390e8379f60c8c90eaa3df898193d81aac5c2dcf3f22ab174dcd45ab1259b07c69a84efcd694df155d778331f3cb2c82f59904dbd5db +DIST firefox-66.0-th.xpi 506717 BLAKE2B 1aa0eac779ee42a0d6dab1b9dec8046ac378b3e37c2676e3f2a55b68e06e998f226d96f25af52225241e3863ff19fdadd09b35e52ebce3d15a44515cfab10091 SHA512 296299a895d02d9b6b99690f1660b6a057556a423e3c4a4d48f71da4c32c017ce7d7be0256f4cccb96648d7201abbfd096c6e28640ce58e2607b13a1fe9d9fb9 +DIST firefox-66.0-tr.xpi 477388 BLAKE2B c1eeff8f65c344d114377437ac4f001f10c19377e0edbf8b7be58dda5d69c6ed1bad514d12116ea83af701e0787ebe37811c11349d13e885e01d3336e204019b SHA512 c10b99e6f4cd3e0913a8a4bb53e11f60e5b1e043b9fc2b7ba28c745340b3de62ab4cef6b42191ef540752e014d5fa11244abe2ceface3dd24baec406eee9dd99 +DIST firefox-66.0-uk.xpi 517937 BLAKE2B 5f8f70f2056feaa08608f71b13ee19683dec0174b13d86590eb8bcc1f23146d20a158d0ae0a2df6af009945fe37db9157bad62d5f0ed65f1292c0f994f23b80e SHA512 fe564b7acd6cdcea8fb3612cb1ba040bd19d905f5d9dc81c237fa2360fc23e6af0446655d4860ebec5ad40fa7078160ce630bcd78f53f35f0c29854aed6d24f1 +DIST firefox-66.0-uz.xpi 459805 BLAKE2B c7fd3440b9bed5f0b86ac95695158ace7757aed694436a0ed33f43b32a924a3b254683bb7ae4d1517f72f02b2d8f14623464fe7ebc9266f5d167993ed98f04d2 SHA512 06551c2e424aa703c076b48cbec9ad0e905c98da01460af637faa5f7633099e1efbb58b64f531bdf7d6eb36cf2681d621144d07f7f86fbd4fa063366a7606f1a +DIST firefox-66.0-vi.xpi 482936 BLAKE2B d82e78f9a3c35dfc79a78ad7b5e2a1ddbbc058ad70d7f123bccbf2a33b8e29f1a5d7eadd652570fd38efa139b8cb4bd57f1872ca9538c8b7c970ae7c482f1782 SHA512 18dbff5c2b506f9af4e205860759bc724086e72d1a2973d1b536177980362a645f1ef4595e7115f769fc873e7b8287ad9a8970bc4ee7764f574403aee8c148b1 +DIST firefox-66.0-xh.xpi 452135 BLAKE2B 09dd72714bd117c129ade1d5b98d81ebe1ef704da819b193088b2e0f37c42903f90e8c8a2b6ee864aa54c2e734049f5e05cd50230da0b0f5b1fdd3a174828b83 SHA512 b1d526e81a7b804ac0094f8e952c14d19556733aae5cbfca36966ed7a8c2d66445583ee7c220a7a82411b5e9ce496fee19525a3fb9ee0d8f673e470d48670064 +DIST firefox-66.0-zh-CN.xpi 490019 BLAKE2B 9756229aa131c57d99a33ae5e483b0d32d2634d1f92854bcd728e614ee347ded2eaa707e074b4a965fbfa4d8641af98289bb42315a7b431cadce10d5806e4f78 SHA512 d07379d65d80575e4a60adeef98303064d50409edb1a73d139d17d4aaf511cc1c4d71b5f7b3a5c94adc199ed7ce74f42336cbeebebc2c4fc26c84ff1ac84c9a5 +DIST firefox-66.0-zh-TW.xpi 487831 BLAKE2B 591ecbafe83c706df8388b070dc25c47e4507e0f91aea60419637e28477f11195389e64a02119618b38dbac7a70144ad2b4b30a1b463fb6f3311e5eb7c4cce90 SHA512 e50251ef64cb4acb284b37e9d6ada03de0d7b682e673d21f2f817623e405be693f60861b71bca7c70988ec3778f69c9bd99aec3e0ad99faa0038a31834cb7150 DIST firefox-bin_i686-52.9.0.tar.bz2 58598632 BLAKE2B b9cde89261bcaa57841d2ff5e440c2fd86ce0011a1a6c4c6292abe51f2d479324a5e6c9f6a6a135c2811975ca850656cb35d922a169ea2604f3c13aa5aee4856 SHA512 f0f6b494eed4f84eb013065ed1a586efb03b50441023fea866306fbb65de3e7ebe5ff572575d868c17e3ca11958d90b1d6a8cffda0babfa8432e4bd3f19eda15 DIST firefox-bin_i686-60.5.2.tar.bz2 55478109 BLAKE2B 3bf83a12d29834d41223f7d570c69eb0074c10e700dfd29f67555475a6a4f868f3050e81ef0b85d453185dc44bf953e3e3edf574b527013f4a0d62f79fada0f7 SHA512 3a2cf3a839d27633731c97dfcdac51cfe216eaeb0da2862cd13ecd6cda18194e32a9f332b298995bc01b152dbee4d7af4946aa9f99b7323c6aa57b091278fb99 +DIST firefox-bin_i686-60.6.0.tar.bz2 55549310 BLAKE2B da51a9c7a9093ad937643d1f281e04841ad4a6cb110fca8f4ead48db57d3451b251a674e62e8918c50936c1f25ea52cf648f1d6ef5941d707f44442ead6296a3 SHA512 9265e35b45b6992c622ba71716dd0e96da2316e3600757d78542c96c8c997f3d1fc0fa71d3408edaa77c09498ae0b73536e7e107701722e04bf7b1991d156c95 DIST firefox-bin_i686-65.0.2.tar.bz2 63199863 BLAKE2B 367740e69ff3c9eabf1a235b7e26eb4be84fe686a1d9a2ad6fc86f00705590c3d1cf0495fcf9c06fffb2ceabbad6d55886f46ac0a499d37575572b4db9bd6470 SHA512 41b7b2013b76dafc977c4d583e5094f2a7b10e27bea63dacb5e29e31bf323332965cfaa3ea23e4c75c6001b76f93bfe417b4567afa908e218d1c8ea6662b0651 +DIST firefox-bin_i686-66.0.tar.bz2 63752260 BLAKE2B 7b281fbb154533cc456d471a1a4d9c279da129f13ebe32127d782ab37f8b62bc7b0ec01d9bbbc34f59430e47b29197b259b4fd4b9495526c5fa26138dbdfad3a SHA512 4a1c3fdd39bc38e11c69925f61ad7334376174f389053f850bf6f83b5d572e7132f5f80def2ac6531f688b66fb6d789bdb8f456df1990f6fb8e32dd693c940c7 DIST firefox-bin_x86_64-52.9.0.tar.bz2 57795546 BLAKE2B d767749ed07a0d54da8acf0273c59d9a4d7f46491aab34b7995ce76fe43366c06b859dd2ea1d8566861e1086e73aa30df28ff4d9dd634c1948868fad7643ce6a SHA512 b5d7da00766354e72f5a48f4f2143623428256d79d0b3e958ed6764b680afdf2b3188c61b09a02dd1537c8b8d3ddd1a1b828b1cc13a16df02a52538a42c62954 DIST firefox-bin_x86_64-60.5.2.tar.bz2 53339379 BLAKE2B 94752eb7301cfb7ebd542027bd08ad0e51fee91dc719a93c1de336a1e88540c966ef67bb6ec4d84bc4abbc1b0907a5ceb6fd844b6e19fdfa5155c30888948435 SHA512 d2222c83b5fd947bf11b36ab6f258c33b26f8065510214afb20406e9165ef15e43bdc4463246425326c809f00d873a81ffea6e4b3956fa12c16afa22caebe5f2 +DIST firefox-bin_x86_64-60.6.0.tar.bz2 53576276 BLAKE2B 8c901c3239f3eb4601cfb5730248a4f3a4ddfc1f1cc005457372ef745c6b4ea6ec2b7f82a89613884d2d10892a2f8f0458951872419a03305d59b9d1d74d8abc SHA512 0bae44a637ac6fe90a6f6157a1303e6052394668205573516d492bce745e0ee037ebb6d196e5d2c47ebb0992a4596e6e0d0c25dc655fbacc702a8be05504760d DIST firefox-bin_x86_64-65.0.2.tar.bz2 61482087 BLAKE2B d7ddac4e5f1f710798ca013e4b7ec5258066da25fea33b007e7ef6801af46c279c62f61a98713c5333b4d2e8ab6e93645ceb886ba040927d9f7546ad373576ba SHA512 e3dc6d07baa53a15254042c546a4ad5f463a180bed6ec14c091627bd9f8863050a58b0e0820b24ab57c35cb3eb02438095a248f8ac7548160e73c841fc48412c +DIST firefox-bin_x86_64-66.0.tar.bz2 61951851 BLAKE2B 7b6e85b1ee3497a09d14348816be3e012402dae2b80306a61a2b8f015cc7d246095c2ac1073e5efb9bb73bf393ac8f0b651f56f16d997515f30f08f4bdc8a2f2 SHA512 6cb8ff86518b89111c3a16a78f1acd7888002be8956076c61370e52e7bfe72f3260816620c1947ba77a6af3d3bd511bbb97dd8461c50d3da782a5beddb7ca8fe diff --git a/www-client/firefox-bin/firefox-bin-60.6.0.ebuild b/www-client/firefox-bin/firefox-bin-60.6.0.ebuild new file mode 100644 index 000000000000..ebbc9c131293 --- /dev/null +++ b/www-client/firefox-bin/firefox-bin-60.6.0.ebuild @@ -0,0 +1,179 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +MOZ_ESR=1 + +# Can be updated using scripts/get_langs.sh from mozilla overlay +# Missing when bumped : be +MOZ_LANGS=( ach af an ar as ast az bg bn-BD bn-IN br bs ca cs cy da de +el en en-GB en-US en-ZA eo es-AR es-CL es-ES es-MX et eu fa fi fr fy-NL +ga-IE gd gl gu-IN he hi-IN hr hsb hu hy-AM id is it ja kk km kn ko lt +lv mai mk ml mr ms nb-NO nl nn-NO or pa-IN pl pt-BR pt-PT rm ro ru si sk sl +son sq sr sv-SE ta te th tr uk uz vi xh zh-CN zh-TW ) + +# Convert the ebuild version to the upstream mozilla version, used by mozlinguas +MOZ_PV="${PV/_beta/b}" # Handle beta for SRC_URI +MOZ_PV="${MOZ_PV/_rc/rc}" # Handle rc for SRC_URI +MOZ_PN="${PN/-bin}" +if [[ ${MOZ_ESR} == 1 ]]; then + # ESR releases have slightly version numbers + MOZ_PV="${MOZ_PV}esr" +fi +MOZ_P="${MOZ_PN}-${MOZ_PV}" + +MOZ_HTTP_URI="https://archive.mozilla.org/pub/mozilla.org/${MOZ_PN}/releases/" + +inherit eutils pax-utils xdg-utils gnome2-utils mozlinguas-v2 nsplugins + +DESCRIPTION="Firefox Web Browser" +SRC_URI="${SRC_URI} + amd64? ( ${MOZ_HTTP_URI%/}/${MOZ_PV}/linux-x86_64/en-US/${MOZ_P}.tar.bz2 -> ${PN}_x86_64-${PV}.tar.bz2 ) + x86? ( ${MOZ_HTTP_URI%/}/${MOZ_PV}/linux-i686/en-US/${MOZ_P}.tar.bz2 -> ${PN}_i686-${PV}.tar.bz2 )" +HOMEPAGE="https://www.mozilla.org/en-US/firefox/" +RESTRICT="strip mirror" + +KEYWORDS="-* amd64 x86" +SLOT="0" +LICENSE="MPL-2.0 GPL-2 LGPL-2.1" +IUSE="+ffmpeg +pulseaudio selinux startup-notification" + +DEPEND="app-arch/unzip" +RDEPEND="dev-libs/atk + >=sys-apps/dbus-0.60 + >=dev-libs/dbus-glib-0.72 + >=dev-libs/glib-2.26:2 + media-libs/fontconfig + >=media-libs/freetype-2.4.10 + >=x11-libs/cairo-1.10[X] + x11-libs/gdk-pixbuf + >=x11-libs/gtk+-2.18:2 + >=x11-libs/gtk+-3.4.0:3 + x11-libs/libX11 + x11-libs/libXcomposite + x11-libs/libXdamage + x11-libs/libXext + x11-libs/libXfixes + x11-libs/libXrender + x11-libs/libXt + >=x11-libs/pango-1.22.0 + virtual/freedesktop-icon-theme + pulseaudio? ( !> "${ED}"usr/share/applications/${PN}.desktop + fi + + # Install firefox in /opt + dodir ${MOZILLA_FIVE_HOME%/*} + mv "${S}" "${ED}"${MOZILLA_FIVE_HOME} || die + + # Disable built-in auto-update because we update firefox-bin through package manager + insinto ${MOZILLA_FIVE_HOME}/distribution/ + newins "${FILESDIR}"/disable-auto-update.policy.json policies.json + + # Fix prefs that make no sense for a system-wide install + insinto ${MOZILLA_FIVE_HOME}/defaults/pref/ + doins "${FILESDIR}"/local-settings.js + insinto ${MOZILLA_FIVE_HOME} + newins "${FILESDIR}"/all-gentoo-2.js all-gentoo.js + + # Install language packs + MOZEXTENSION_TARGET="distribution/extensions" \ + MOZ_INSTALL_L10N_XPIFILE="1" \ + mozlinguas_src_install + + # Create /usr/bin/firefox-bin + dodir /usr/bin/ + local apulselib=$(usex pulseaudio "/usr/$(get_libdir)/apulse:" "") + cat <<-EOF >"${ED}"usr/bin/${PN} + #!/bin/sh + unset LD_PRELOAD + LD_LIBRARY_PATH="${apulselib}/opt/firefox/" \\ + GTK_PATH=/usr/$(get_libdir)/gtk-3.0/ \\ + exec /opt/${MOZ_PN}/${MOZ_PN} "\$@" + EOF + fperms 0755 /usr/bin/${PN} + + # revdep-rebuild entry + insinto /etc/revdep-rebuild + echo "SEARCH_DIRS_MASK=${MOZILLA_FIVE_HOME}" >> ${T}/10${PN} + doins "${T}"/10${PN} || die + + # Plugins dir, still used for flash + share_plugins_dir + + # Required in order to use plugins and even run firefox on hardened. + pax-mark mr "${ED}"${MOZILLA_FIVE_HOME}/{firefox,firefox-bin,plugin-container} +} + +pkg_preinst() { + gnome2_icon_savelist +} + +pkg_postinst() { + if ! has_version 'gnome-base/gconf' || ! has_version 'gnome-base/orbit' \ + || ! has_version 'net-misc/curl'; then + einfo + einfo "For using the crashreporter, you need gnome-base/gconf," + einfo "gnome-base/orbit and net-misc/curl emerged." + einfo + fi + use ffmpeg || ewarn "USE=-ffmpeg : HTML5 video will not render without media-video/ffmpeg installed" + use pulseaudio || ewarn "USE=-pulseaudio : audio will not play without pulseaudio installed" + + # Update mimedb for the new .desktop file + xdg_desktop_database_update + gnome2_icon_cache_update +} + +pkg_postrm() { + gnome2_icon_cache_update +} diff --git a/www-client/firefox-bin/firefox-bin-66.0.ebuild b/www-client/firefox-bin/firefox-bin-66.0.ebuild new file mode 100644 index 000000000000..0567f8c5f39f --- /dev/null +++ b/www-client/firefox-bin/firefox-bin-66.0.ebuild @@ -0,0 +1,179 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +MOZ_ESR=0 + +# Can be updated using scripts/get_langs.sh from mozilla overlay +# Missing when bumped : be +MOZ_LANGS=( ach af an ar as ast az bg bn-BD bn-IN br bs ca cs cy da de +el en en-GB en-US en-ZA eo es-AR es-CL es-ES es-MX et eu fa fi fr fy-NL +ga-IE gd gl gu-IN he hi-IN hr hsb hu hy-AM id is it ja kk km kn ko lt +lv mai mk ml mr ms nb-NO nl nn-NO or pa-IN pl pt-BR pt-PT rm ro ru si sk sl +son sq sr sv-SE ta te th tr uk uz vi xh zh-CN zh-TW ) + +# Convert the ebuild version to the upstream mozilla version, used by mozlinguas +MOZ_PV="${PV/_beta/b}" # Handle beta for SRC_URI +MOZ_PV="${MOZ_PV/_rc/rc}" # Handle rc for SRC_URI +MOZ_PN="${PN/-bin}" +if [[ ${MOZ_ESR} == 1 ]]; then + # ESR releases have slightly version numbers + MOZ_PV="${MOZ_PV}esr" +fi +MOZ_P="${MOZ_PN}-${MOZ_PV}" + +MOZ_HTTP_URI="https://archive.mozilla.org/pub/mozilla.org/${MOZ_PN}/releases/" + +inherit eutils pax-utils xdg-utils gnome2-utils mozlinguas-v2 nsplugins + +DESCRIPTION="Firefox Web Browser" +SRC_URI="${SRC_URI} + amd64? ( ${MOZ_HTTP_URI%/}/${MOZ_PV}/linux-x86_64/en-US/${MOZ_P}.tar.bz2 -> ${PN}_x86_64-${PV}.tar.bz2 ) + x86? ( ${MOZ_HTTP_URI%/}/${MOZ_PV}/linux-i686/en-US/${MOZ_P}.tar.bz2 -> ${PN}_i686-${PV}.tar.bz2 )" +HOMEPAGE="https://www.mozilla.org/en-US/firefox/" +RESTRICT="strip mirror" + +KEYWORDS="-* amd64 x86" +SLOT="0" +LICENSE="MPL-2.0 GPL-2 LGPL-2.1" +IUSE="+ffmpeg +pulseaudio selinux startup-notification" + +DEPEND="app-arch/unzip" +RDEPEND="dev-libs/atk + >=sys-apps/dbus-0.60 + >=dev-libs/dbus-glib-0.72 + >=dev-libs/glib-2.26:2 + media-libs/fontconfig + >=media-libs/freetype-2.4.10 + >=x11-libs/cairo-1.10[X] + x11-libs/gdk-pixbuf + >=x11-libs/gtk+-2.18:2 + >=x11-libs/gtk+-3.4.0:3 + x11-libs/libX11 + x11-libs/libXcomposite + x11-libs/libXdamage + x11-libs/libXext + x11-libs/libXfixes + x11-libs/libXrender + x11-libs/libXt + >=x11-libs/pango-1.22.0 + virtual/freedesktop-icon-theme + pulseaudio? ( !> "${ED}"usr/share/applications/${PN}.desktop + fi + + # Install firefox in /opt + dodir ${MOZILLA_FIVE_HOME%/*} + mv "${S}" "${ED}"${MOZILLA_FIVE_HOME} || die + + # Disable built-in auto-update because we update firefox-bin through package manager + insinto ${MOZILLA_FIVE_HOME}/distribution/ + newins "${FILESDIR}"/disable-auto-update.policy.json policies.json + + # Fix prefs that make no sense for a system-wide install + insinto ${MOZILLA_FIVE_HOME}/defaults/pref/ + doins "${FILESDIR}"/local-settings.js + insinto ${MOZILLA_FIVE_HOME} + newins "${FILESDIR}"/all-gentoo-2.js all-gentoo.js + + # Install language packs + MOZEXTENSION_TARGET="distribution/extensions" \ + MOZ_INSTALL_L10N_XPIFILE="1" \ + mozlinguas_src_install + + # Create /usr/bin/firefox-bin + dodir /usr/bin/ + local apulselib=$(usex pulseaudio "/usr/$(get_libdir)/apulse:" "") + cat <<-EOF >"${ED}"usr/bin/${PN} + #!/bin/sh + unset LD_PRELOAD + LD_LIBRARY_PATH="${apulselib}/opt/firefox/" \\ + GTK_PATH=/usr/$(get_libdir)/gtk-3.0/ \\ + exec /opt/${MOZ_PN}/${MOZ_PN} "\$@" + EOF + fperms 0755 /usr/bin/${PN} + + # revdep-rebuild entry + insinto /etc/revdep-rebuild + echo "SEARCH_DIRS_MASK=${MOZILLA_FIVE_HOME}" >> ${T}/10${PN} + doins "${T}"/10${PN} || die + + # Plugins dir, still used for flash + share_plugins_dir + + # Required in order to use plugins and even run firefox on hardened. + pax-mark mr "${ED}"${MOZILLA_FIVE_HOME}/{firefox,firefox-bin,plugin-container} +} + +pkg_preinst() { + gnome2_icon_savelist +} + +pkg_postinst() { + if ! has_version 'gnome-base/gconf' || ! has_version 'gnome-base/orbit' \ + || ! has_version 'net-misc/curl'; then + einfo + einfo "For using the crashreporter, you need gnome-base/gconf," + einfo "gnome-base/orbit and net-misc/curl emerged." + einfo + fi + use ffmpeg || ewarn "USE=-ffmpeg : HTML5 video will not render without media-video/ffmpeg installed" + use pulseaudio || ewarn "USE=-pulseaudio : audio will not play without pulseaudio installed" + + # Update mimedb for the new .desktop file + xdg_desktop_database_update + gnome2_icon_cache_update +} + +pkg_postrm() { + gnome2_icon_cache_update +} diff --git a/www-client/firefox/Manifest b/www-client/firefox/Manifest index 9303cf4fffff..42f3ac7c8f34 100644 --- a/www-client/firefox/Manifest +++ b/www-client/firefox/Manifest @@ -277,45 +277,45 @@ DIST firefox-65.0.2-xh.xpi 455426 BLAKE2B 6e8e85cd986e6a7c826b6e3e50db33deecb7d1 DIST firefox-65.0.2-zh-CN.xpi 494811 BLAKE2B ce81c30d472eacbf38b793fd3f4e592552cad03b3d9941d7d6a6eec1aea071561a514bd92eecbd57394fb624713df0839bb4d5b498b3d0d1efbcfa27e34892aa SHA512 31f008e4e82c96c258c93ce214deb7af5078e65ab83af4e40ecf8c26e0db60bd29718cc47ba1a3cc93aaa77cc7f69edfdd93bb9eea52f914a787bc955036ce2e DIST firefox-65.0.2-zh-TW.xpi 492982 BLAKE2B 8b3700caaeb9a36465415d3a209b3878fb455975fc5d100b1fe1238521fad0138eff2d6d67e49ee6b931de151ba1aee5fbba0b751e3ed19a214a615eec68d5bf SHA512 2b7e3fc170db97cf261dad2304f2d377f58255e91bd351be02e9f2bbdbfb847968feba801509ed6a5349ee525df992ea7a1342cefdd8ae463aaca7c36912b32d DIST firefox-65.0.2.source.tar.xz 279607324 BLAKE2B 5de98ebbba0fe1ded1a31c4943bb295f1e035c37c1b270f54e653ab89387a98f678bb8ea7971b2a9ebabc93633bb47d3bf65f7df859c72d86498b73654483212 SHA512 880c95f3563c475684be337209b825352de3622caa83322c70b4177010d00c3b0550c7f6156793248433802deab62279eaa2c3b463ece27669c80ba3799ea8b0 -DIST firefox-66.0-ach.xpi 442368 BLAKE2B a7aa66ccf78d450c30da49278f330d290ee533eafb163782161e22a209235f58e68bbbdb6b732aa05cb416d2c7db001edc7b86d3d39c89e5eb5b7ac996b89d31 SHA512 e4282f7ed90bab8f1ab890f5e312e3855685acc6e07c82fc047e8bea199c93a56fb3c2886628468b8d8d8076a21747f8d83206a287a68c67af25cdc5a29bd7fe -DIST firefox-66.0-af.xpi 435976 BLAKE2B 6807c31818d53580c215f58ab531aa585907500a2f283666e976d968bf60163a05bc811a6856f41bf556b1ad21bb30b916eba763e6cc4013c722063ecf4bdb3d SHA512 df5f503852fe31483925b7a918c57fd9ced574bf10935bf27bd57f33a8687883c8b3443093a2063b5653342e3df9c535672fbb3df5d31dbe8bb6bba28b5d6ae8 -DIST firefox-66.0-an.xpi 460775 BLAKE2B 3494041cd1e8f2d04e6a4a8cf0a110e9e89d9263bc005eb2ed46d7cbdedcabe326e09924eb4bc3cf9f9f9065bc186607f86c8c2298760b410e7c0c3f7abdcee6 SHA512 ca350edad33b189c3c8ef873520c7d8f92d14f2eea3583bbb6929345207f04850fc473feda5a52d18ab37d7704769e651909e2fc008febf0a265d1d622e07f94 -DIST firefox-66.0-ar.xpi 504694 BLAKE2B 05a71909ff0ac39de79d37d942b1b540a8dd533231360724a2da1fe2cd1aee7722391b85e04bd7282d0c25de7e6bbbffa41adcdc4518797174c076a77ea0bf0b SHA512 c7c2b2c3b456805fa133297533e778d79943e52e26307168adbb63fc82caa2a67fd9f40accc0795325ba238dac1a21a12d6db3fb60b2743c88087eddb1397373 -DIST firefox-66.0-as.xpi 468521 BLAKE2B 92ca6803b5c09bbbb52a65478c277b85aa4cacd1fe992849a17cf1c0bc34ab584987de9c2589fd77919e04471cafad1879a812c88fbc479749459de4110bf105 SHA512 b9df33423feaf3af96c673a5329d814734c361e3552be34b01fd6c1d9a9b93751392cb49333437ea876fc8fc13e75851f7c40a596cf4a6fec494455a45ff994c -DIST firefox-66.0-ast.xpi 459782 BLAKE2B 824c2bd047ec1e475aceed7ec24274ba3fd74f72d60bed0bb2493690640f49abff3a5614ebad8335ea970a745b8b780e4d5b10de7b627f53e0204fa580245f5f SHA512 16f02eede87a8233e4a04a3faf91cf974952c25dcc0ab0abdbbc9c080cacf47e8747e9d93a55f0813eb1389b2677b8938dc5e86332108503a598a2aab8b4be58 -DIST firefox-66.0-az.xpi 481904 BLAKE2B 51215ebdf593bbc5845ec4f09541e12137b9627b5ac5eabb29718a2fa12d5ec11f519b1aaf39f32c4fb044c48d0f276728af7cc9484b141df55263763188a8b1 SHA512 8b861650a5fa650326c9c81406e838b4fc9c86763ac505fac0017dfb6dfae67c268d2ba3af74204a25c4dd7455704471e5e9d24d360252fe4419b219a8c9b446 -DIST firefox-66.0-bg.xpi 515780 BLAKE2B 6616c62762f95dcd32694f6b0b5d4cbd0999f5056ac23d8bf0e9e6a60adcdfda98023633fdca472b6cc0702380850ce0ba60ad87b140b378434b7bcf4b566a74 SHA512 64b0dcd5ca320f8b172b29958c0c09f4c1246fa91acd5f2c1f1d4c7aa42e7209bf62caec8e9db52c5215ae59ac1317b3e7750e7f78e0fc4cf7d18837914eb3db -DIST firefox-66.0-bn-BD.xpi 534214 BLAKE2B b43cfa110a3633adcb548180f0eec87761fd4e7e78049bc8f72ab3d11603bd694d93c39bdbb0c1c967686896ad1e684a3fc1f0191a91503f1d1bac377e6a9ea6 SHA512 95ac11255667f263ce9a0e34e93b58f7ea4297d566c79f67ab0ed9a451ea018aad642cb6700f94c1ce78e0e054239c7e0c48665b2979c92c096d7766026c95ac -DIST firefox-66.0-bn-IN.xpi 524890 BLAKE2B c1f868f51faa6a88d95e930d8548b873ac7824511d791785cfe50e4fb5f45e7aadf41c9be54bffae634435576792ecd8db232416fa13af0c26f736e9ccb096c0 SHA512 dd3aaa6a6041f8a3b577f3a361de2e0667aa24727a308fc601e0202c60246facebb9a91457e18239d19f5d7821ab7f86f1f871316dc41c526ddb95aec7913c0a -DIST firefox-66.0-br.xpi 464473 BLAKE2B 669a7e24b2b37ca6a12f7347c02cbf434b0a70329df304b8841cda4e3436498d9f6e21f7b94a7b2edbbd76d90d467c124c5cc2822e24d122e7e767959bb93e79 SHA512 aa7bb133659478028fe7f4552e478c07d71c48dc893deb892c1912846af8497583dab724677ff3b30444268610a5e32b866c4fbba139083218b9d96509650d57 -DIST firefox-66.0-bs.xpi 457793 BLAKE2B 2065396eb9f7f03dbe4be6964698c1b3d367e2f18cd3607bd4af4c14c8803c0d72db357f98474e2046f9545bd1c64324366e17b8a602652c9668c8a991fc6243 SHA512 befcc304858d9b05f50e42717ad12d51b46580e77d7e32ef96ed88dd8250fb6b26134b534d4e8c6020e05e907dd8c51dac0928f9719d2c45df9e5d9c34042dca -DIST firefox-66.0-ca.xpi 465722 BLAKE2B 66fbc9475aeab86a8305463626ed3b92d92d307648a2811b1ab4caf40ac917949c8feae3e4626a51b9e02281b413d3fbc7ff2e4f85f73d46601fb07cfc6aebe6 SHA512 d58b4e5c52efcb0aa6681cd30526ee4702110bb75a17ae7d9820541233cc5877df15a397bbe2acc70ad47640cafc49c87618213af015dacb6273c2a6be4d3b1f -DIST firefox-66.0-cak.xpi 487945 BLAKE2B 1729c8d745327c0920d88ad5cce2478155db6540b72a3a043fa4da3b2cdb19578a5038a6099b3ddb8c4e477a8e745ff1c6dc01eab3f7e274d73ba6706a50a87b SHA512 314e20938337b859d5229d0a2d3fab08b89491898e497e629bbebd5bbc9b0b7f600767361c8db16e17bf91c066abbb7cf60c1735f7df866a48f29fd50e137c3c -DIST firefox-66.0-cs.xpi 477919 BLAKE2B 496e1b6c7b758c2f06426b11ee8e4a76f83492b9f1953db3e192ddbdc60e489ca7937752de1d8234b00cdc139461cd827915d41aa39a770381b30cb61705794c SHA512 e4cb3cea527c30270862967509aaa5deb7b70044cb0a682d245f4e2a6844f7fb3cd83ce96bca31aa49776e70f0cf2e2ac644c2c7721bdededcb260d8f0e8acf7 -DIST firefox-66.0-cy.xpi 467251 BLAKE2B d6e30ac4d22ac274c9e05b448882bdd170342c0cc786bb3a3a5b9bac6c4a3c832b86f23679357663e8f78c2bea59e468f6d179b7b6a6c8a4f391379ffc92fda4 SHA512 0455acfd3df0016459bdeee4f25dd18d9b9660ac29954ebb6a3f514ebfdcb3148c1eae16cd6d57f7261ef7631e893d270976c4d8b2ff125044ae205719b4556e -DIST firefox-66.0-da.xpi 477371 BLAKE2B b476ca16a62337dfbf09b689eb7f31adef3464409c7a2884c4d4a5d0330247c5ab1d74a349cb85a3e2d11cc0047e632c56051d621cae230d138bd312aa63d8ca SHA512 32b3abe337587d8743912348ea5854403fa007f8614515993d3bf905f1ced1357cfaa6d6daed4e19eff5b6ada7ca98ba8931214563a2ee19b715f7f0c6c2561f -DIST firefox-66.0-de.xpi 476710 BLAKE2B 6bd314f9dffc04f05fb1648691065422400578b395bcbc50a9a9e61d75a36a404c96c49ecf623f01f04a7b75eaff66a2b0ad3c53d8a50e9865ff3442860201fe SHA512 aff9175b0998798fdfc0b697f6683da748d7a7c13444d243867d11a9624e7801e204ff011bb359da50271cb4007bb7faa1afde16b54324074fd2dd81ce184edb -DIST firefox-66.0-dsb.xpi 486629 BLAKE2B 1e3c45e166867d2c5b8a5dd0d91751d1520d44a53d76ef8b70a4ea98934333706a57e30732d3ba659933bcf541cbe91b0e57e533204f25866b123f4cc757ddc5 SHA512 25036cf8f47dbb7d6b9d763824f92c87a597fd37cd9e80c62ceca5f326b04a929ffc93e2ef891283ec2c6247a229bfdbcd95f2b5518b940487718ddc9384365a -DIST firefox-66.0-el.xpi 541760 BLAKE2B ac42d2d21787dbdee486b87d4e0952a2177ea8e040158c628f10196c4266175c4e3812177efea0316a1dd5649dd88b9b3d49dcd82a661993f18d6d22919ef884 SHA512 688d0d211888fa18f79767aa93dc475c3a182bc423ee2085e3f518b3b3152b6c469ee6cdd899fc11d9b50298683b6e7b6f7fe1e3a1abeb44fab422a87442b8f2 -DIST firefox-66.0-en-GB.xpi 438630 BLAKE2B f9bb3cd4530dfafe98236e0bc25b437a3773a10883e0a993d8360ecae423e5c032f378f9c5d21e3bb1d29070de13dcbab895db57e667994b8a86180ae16baa13 SHA512 76a35c8e3249d714c52eff37eddf7293d4a22519488b301b0db94735a926998b79a5583f6e48e636d26d48a7c275c7ae8f6dd074aac3448059fab68b7e914416 -DIST firefox-66.0-en-ZA.xpi 418441 BLAKE2B 894fc8d533c5f9a1df5477145c38a8735f99fbcf32597d9927009ee847873a38c42fe76afd1277c2417abccf05f8acb2e186956479e4a5c4bfef200f49a856c0 SHA512 e5a6aecfa7a265ac4f36db7c8243c0cf84f714c4d79dbad30b10e696533d419aab45854f7e535af377daa204dfb6c030fb73306bcb208fc569633716b20a13d8 -DIST firefox-66.0-eo.xpi 465649 BLAKE2B 28252fad3ebe09168f0c87a919c11c9e8fa369a0ae95508b0f16fa573e2c6eed4a2392511b396b5c2cb5c68b8127aac639f71a0a4b6ead1a28b7ed2692edafd4 SHA512 f098c1eeb9ed06e34f5ddc488d815c2617ddf9cd4fb32f8b6c232be7502d7939487a3ee70ec403a7b71516a5a5ee92a68464413e94d364905beb4e2a44def512 -DIST firefox-66.0-es-AR.xpi 473289 BLAKE2B 127c5c47928d953f7b0d0c80e25e568ce513e7b66b7a0d77d9ab2db69fc4437b5b06aab109f54d2d4fe596cbadc6240cc9fa9c916d1108d1e5a35140989a587d SHA512 c1ec9013b58dc3460a6d37e3789863be46d6af09498eba2296df1ed50d18d042c372ae12943c7f07a8546a5f6169dd2862ba6214eb94f4c12d1fa5123c85bf0e -DIST firefox-66.0-es-CL.xpi 470026 BLAKE2B 7ae49b696fb8f5362bbec559abdb9231aa27981ddfb5ab812363a4ee7b5286213f675358e23b4acdcbae0d815858896264a2e54727a2352785564abf9356792b SHA512 5469b3d7c5fbe343ef70b9c515c19a66d4df7c7ca03d4b234829f643afa121b5141c016c7fc8051da1dc63ee5777cbba191948c5c0c10ab8e78016264fc3b185 -DIST firefox-66.0-es-ES.xpi 433955 BLAKE2B 57f0b10ffc277ff96f127216adccadfedec48d2d865d63034763e03ff98753358ada516366a9883f9376413026a80bca9bb65be0042129430453ceddbc6031cc SHA512 ab02a190bf6b6a93a76554c148b0ba5b039db805e51e73bc1f37a5a5e40acc72680e2f4e79ecdfaaf04db0c1bd4a52d8ede0cd6445dfcf07d911685ad3d58bf6 -DIST firefox-66.0-es-MX.xpi 474988 BLAKE2B f45e2593174791c307376ab37236aea57369c363fe92cf8375978717a688234a75fa584edbc3676333a5f7f33bf65cb05e3c98a9df2348589b831a951633a27f SHA512 9e07258858f4617a6db3fa337fbd4da2532ff1e5d27d94d977db950e1eeb7afcc463b868dd369f90b21571e25f22d0829c20c0aa2737248618fed99c75e4791f -DIST firefox-66.0-et.xpi 456337 BLAKE2B f62199c772265b14fcbdbbb1b5a39403cfbe9fbd050c142fd4c7d17d590db5d57de9fb197c32a0b22e1937668fb1fe215447fecab94849be59882b40cdbae7a6 SHA512 371eeac6136d1216811a25d50199dac6c3f20f77c83c86c956f6274a449f6052c5c61644131a08c0d4a626a8a54f55d7d2377c94713e4468ba964bf60b14a1a8 -DIST firefox-66.0-eu.xpi 464675 BLAKE2B c06864a42e4f2fede5b7040601df7777011866348143756df07be81b9dbe45d78463d67717473346951739978bfefa54380002d8940c4808ed60ada1b5c151d2 SHA512 a968a3cfb1d4409253ce944d34ffe9db224be598fdd6842549b3d534950f7dc88ec0e0df5fedd8bc0e294eff039ba20f5355b0bdd21eddafb54bbc13e6778eb7 -DIST firefox-66.0-fa.xpi 516444 BLAKE2B 2ba6ea6e3c51e910f989d7e6d4f3712c0cd849f15e8f8be37a54ba6350e35b0a6f4e6789149d6e82eb6e4f5fc6eddb3527b3d354defe861a35cef4437701e448 SHA512 9b576d63929c5505329b2d66c7ee33e1a1060ae40ee98b33c8cf765cf82b66db960f6f3014dfe78a4643579bd0d4a1f51389d4aa105cab261e87ac9f5b483d7f -DIST firefox-66.0-ff.xpi 459695 BLAKE2B 9783bc9b19e8f9312949a533b8305694c7ee3d91947df5d4c1ccb3b68419e7b2c3439ad782677c16ac569a19e66b4ea47f8583f9317dcae37154873e325ebf43 SHA512 c4c57eddf0ec9bb436e5ad4053095f5aaa4d2371f76d7ce59ffb32fef7cf7905ec776a2be292fabc3c1c983e536b40ce0e3e5706e481cbd023a5761524b45d1e -DIST firefox-66.0-fi.xpi 454310 BLAKE2B e84b02f12474b5365911c4106e4694c2b63c37840216cbe1612801555dbca0f68915ca2d6fed099abe0a63c3926378d15ea1851d569b822c87770199071a9d40 SHA512 bb269a10d06e0ba865a2d7a9487ace068e79c00288c5af9a2a9c8ce3e1177c93c96cddba7ddfefc7b4ec3738659e93b9c4da971a825a587f54bd0e1d968154b3 -DIST firefox-66.0-fr.xpi 480153 BLAKE2B e030e9e54d6c3edadea1bceccc5f17a80f01d3efa6efe8e1301361758747bd576b7554d089ac4d4ff9e004a13f1099ddde8968cf278fdb91b4437bb36550b74a SHA512 7932c7bb78aed1f2088607f18c236f2afb0501dc24757847c6e7e6718b680c5ae7f821dbb7f871735e914f9ce06cce1d68d3951de63689660ca990e1792203b5 -DIST firefox-66.0-fy-NL.xpi 470292 BLAKE2B df255a434e5d1d804ce9148eab933d3c522800f832e0e9a996d7447ee678bd0aa17da147eb456ce58410c9b0726b1a1b14bf6b4eb343d3b30908a8a85a532b24 SHA512 3973c6acedcf791dba302a3979c2c6cea7b5ffa58362e395434e57f772dcb8e284d1b62e820a20396de09d5266ac60d6532d57a743b2edd9d6905498985b1e4d -DIST firefox-66.0-ga-IE.xpi 464819 BLAKE2B 0c8e1cc5d9894855da77b005af536ab9f2f6c2c3788d3c69421c1a36e700668416de860c109fc447dc8b51b25668783887df1c9752cd30aa2ab2ea7e99273c72 SHA512 92ed35d443934ec87c7e59a692fa85beed9bd1c36112ad181d16714990bba5f23bb5f43182b0aeb112abeb7f3f22fb0db8f4006d82190f9786458cd463bf9fd9 -DIST firefox-66.0-gd.xpi 474058 BLAKE2B e72e4be004e15be64da0bf7ab670ade87b9edefd0748ddf751c4cbe55a72d1c7897e23b72303fcdf59241ab2816545865294d9986c6c78d9163610b8ba24dd85 SHA512 e5c5890490fd4174789de7ebb92cec73ad29a5bd413c6415c8fd0923b4d045d09a3fc9d310a6b22054865f4e8a387c6d1ca188ecdce85bde833778288f0e1ba9 -DIST firefox-66.0-gl.xpi 458733 BLAKE2B ac6e61afdcec42f3e0fdec7a23d0c57c5f3c9cc7f53617de20f66bb1a9076756af704edd692a721d684a0d4e7fc7390108c95c94072d2bca497c520f8003bc8e SHA512 c76f3f6a01fe5f11cc40bffe55cdb85ed0371a97c650b98b97567fbbcbe177d26b2e193652b9fd17714830697834bbb2c84a3e875dfe4b3523df5177e7ff329b -DIST firefox-66.0-gn.xpi 480658 BLAKE2B a9661245ad609cdd85688614db3a7310912251ee53299c1f378b46941f8aa6b2f6d9e81ebecd1543fd42f570b977598924b4e97e872a38d1301c248de85248fe SHA512 f79a19e009089b8849f40b06a5565b69d687c14ce96e3a88ec1e3d0bc9897013d5c2125502fa7ce354a8d2069c8fdfee12beb259ab434efd48d5f51d54ee63ef -DIST firefox-66.0-gu-IN.xpi 539861 BLAKE2B 21ede70c838edc570462beb5efdc1cbca89ccb41011788af47c0bf31407cd3a121c11c6dc71b41ed9b165fd1e1b406f041a1cc25ccca951e09e12a6cb23b7771 SHA512 6fe04f8efb9140e1b2f86ec0c9dbb30cbd2369403ffaaada471f6e3f9eb75a0c60c9049d5809702176789ae126b4c2568a199046b4d38d0f1a061cb678d3c414 +DIST firefox-66.0-ach.xpi 442366 BLAKE2B 0048ab43aa0637a1defc906c09bf3eb500ef751916c9852779cf16057576c9babc10a9aeb7e2027d5e8cb17722fcc25c7ed3386cdd0297362f409d4bee75ae4e SHA512 551c255ab0d748480ca7dd0f2cc95edb2bec98570a0fcc90819df5689c2ed0d921168d36169b8b096ddfcb2e81c2e983015487f4d6b12edb5b3c1b3b16be3fb6 +DIST firefox-66.0-af.xpi 435974 BLAKE2B 9287dbfc5ca44367178da8b83396e4cbc150509adf2d872f1af93da9cdd371f4bfd25ebb3713ae5c9beef6c4ace0f27da3d340301bf3b123a8d9d68c728012b6 SHA512 427919188e19fbd85ad691b88d58b28409f3f53b9e52611cbbcc9934ce32b1749c7c4554ec7096a9362c7488c4f4d63494482be9b12c2ad8edb83dff52dbc62d +DIST firefox-66.0-an.xpi 460783 BLAKE2B 43bab437ae499c925c9dcbf3015a87cb51c8ffb6f902297b409c2ef2ccaca457bc8352ced17ec31b44a9a8ae3a2cd51b447a4f87fc7780636d190daba31dd755 SHA512 b081408b1a5cea4bcbdf82e17c41fed43617f709e39658dd5fb0dd3c9b178ae768f0080053ee9b1b070f587abbc3b7981a6160e7acae99b62b65608fe0b484ae +DIST firefox-66.0-ar.xpi 504698 BLAKE2B ae6369e37861ab8ebf6f80ff34c7b526ace3e0a03ac99e53cabcd45663598788756a357ff57b61d598688ac003a0395f9c6f560cdb6c468dd1b1b6cbc47107aa SHA512 ad8b1e380eab4669b3be209e0071f537cf96421a54686e2a968c1cd0cf92a14be8f32c1ae5cab9c39b40f72a28c9ae88251395902cab09e9303f5ecd16160d62 +DIST firefox-66.0-as.xpi 468522 BLAKE2B 084f5580957f937fe8b636a51da10b5c84491abb0ef413599233b6b4ea83cbf6a2b4313399d6dd66926c44dc589b938e35ad06bb32c5f98c20331cfde35864ed SHA512 76e2848bfbe877c2784e176055db00c3acdceced7c85548b1f0a10f8b629ef07929ddeaec4fce555035fc391e399eeffc83fd5776514a7705d95ea18ea5acc61 +DIST firefox-66.0-ast.xpi 459787 BLAKE2B be5edb6e1030421b3f6b3ffde5c6811776d8917ae96223f4b5832e66af4a1c44ba48f95c51222cb5805dbb3a1a8bdfea665f073e934dd1573d6e65d43d073e6c SHA512 25de887134c103cab59ae193727c6beef86ce88a1147708100c2e32d5ffd10d8aa3d025e26501f35ce2f4a0f9565dc8131b3b4df3615ef76783183b717b255e6 +DIST firefox-66.0-az.xpi 481903 BLAKE2B a380a222052fa2fcf13d79795de5926b08136b36a55fe52a416059067046abbd0743e6b1cf5ea2c8b8aa3b2b8d0c15d3f7c2ddd02d26bda67c86e49c0a8ce7a0 SHA512 37752d376895f04e68197bed5b24b92031ac16623d655654318ddb95eaaeb44f2860a6a45a4e0e6b742a27e929447324149f7c609fe40a96747028a3324d0e97 +DIST firefox-66.0-bg.xpi 515780 BLAKE2B 73c5c73eece1a2ed0457fc9d8f0a8df0b1aa2bddd1c9ac7ec5416b606d96718242edc370df5dbdcc8ddfbddaad62af60b17a72ae9cc5cfa5dc4e04ce77b073a6 SHA512 7386c8118e32e946e4df8e97837a5f7d68b89a739572ba83970649bbd83c09f34e6a7c9172429fe6c7aa824e0de8af712ee7cc9f48a41200e3100b6397ce65a6 +DIST firefox-66.0-bn-BD.xpi 534215 BLAKE2B 4e078b3290501dda16cf6f1c174af6c54688bfbcbfd73e12dc280e44fb8c07e4879613022b784360806f20ab2fc1e62162c430adfccbb3758b3b247c51fe48e1 SHA512 a78c9a9418b9d70b27d93be3ef2f44bdc47d6d09058d6e54f0c26e27af0d9ce4fd4c33a44302f61b7225276b71de337eda8e412d0cf4b2b2da88867bb379b873 +DIST firefox-66.0-bn-IN.xpi 524889 BLAKE2B be21aee547d6f8c256ced318b8e35f997562c2c2bc88995b9dee0386b6701a76d21465337ea258e325a6b23d0d946213c11e1d4905e0224bc2b37a94f7b792ad SHA512 8facade28e0b7cb92a7e9fadda5cf76b30405efe100ba52675735236f4dda699499d2e94f99aa8efef603ff263e817e7e8047e45dca180085cbd7cd7a5d2a84e +DIST firefox-66.0-br.xpi 464467 BLAKE2B 4756ee3f775555c8d9cdec9e489f2abce8396f23ce3bcf1399c93d213874f3638df05e3e2bf13e0692cb2b6c0bcad1aea9c6cf77d305e55e941b5c21a6a11786 SHA512 ca9c4efa73bee81410cb37107de30da470229b370cd90f5fb7893ed6d09cdd4d75da6fbe3cd061a5c74785ad1bb4b7116aff7408c3f9ed850dd4db9fc77c5ea1 +DIST firefox-66.0-bs.xpi 457798 BLAKE2B 1d8d0e0d04c7af0063d1d347c643d51bbf3f63badf3af5f33aba0f401ca51ecf2307392f784d5b9ede42623dd6cfba8153e427993ebdba5da0c120efe8e1b947 SHA512 d81331d74535ccad03299bdc8026f2014dae2151ba19ccf9988c80a47e357251584f0fe9129e80b6cfdb89d0110d883d601128cde5c52a60061d54ae63d3842d +DIST firefox-66.0-ca.xpi 465728 BLAKE2B 9ee1b8cf84340e736baacdc11750c23a3bbfa6fb9df072eca2154e82b1e16c491cf9d4f7ac49bc6b057db6d40dc593bcacd03065996a264f09ef5d17ba53f376 SHA512 d6b37a2696c2a0b7912736033393125efbef2f9866f01822082a43cdcf2ae77990bf690e1577e8ac0b552639c578b7518e2f04d3f78de1a3964d6d473353d7d1 +DIST firefox-66.0-cak.xpi 487945 BLAKE2B 59acf9c0cde51abc1cfa9386c4566f66631a1b0cec4a88eab9ddf4d7da9c872b881c7182d17b339c4e5d7fb1df01397137af4d2f475ef803b48eedd8712ca8d7 SHA512 dc7e44e58d7595e3662a44db758b0c0eb450c0dd6084bc5032b1b5d11158f31203973797b08d2a8dbc45a7a6c6cca9dfb0d62808f0f26f154861ba782ccb059b +DIST firefox-66.0-cs.xpi 477916 BLAKE2B bbd70cc07a68137bc6465656913018c24a3c12e6e533b23319921099fb85eba37084c394b79760bf09a1bbd24e06cee2c8d9ef7f1d854f9ca96ae7591edd3fda SHA512 c7573adf4e3184b1040017c0d43edecfc70fab7ae1ac066b7f77dc081d329254d5f6296032457c25995e19f16b7833b900989813ec18f1c086d7d9552b89b8d8 +DIST firefox-66.0-cy.xpi 467252 BLAKE2B ef442993caea1e216b0c303dec77eb09b5817e4edcd6d4c0c751ad90f77db8afcaaa93516034fb878e7113bcca339c6995d399ff1edd7a278fbdfb8e6ff0217f SHA512 c7431da336807e58f744839bd9bdaf4d44d829d0e61fd770cac0a23a683514f982fee41d3377b78a45e2d5e9cc0a4263ce630f8e5bdd676261c0c5d2f163a33b +DIST firefox-66.0-da.xpi 477371 BLAKE2B 3cee0a7525f4e6bcf5a21722a3e6210abd0bf3bd68d14e840ddbd4a149112dc0386a8daf04e036fb42bb4580b1427e19683c8c699e4025cef71b7fcfbdc6a4c7 SHA512 0a8fb4e2d1064475d2794b53eab63417eec31b50d010abaa8064b1f06946c211d34e209a7c5a4c1c1e32139263d42808169a39b951a89f7b7373e42d04d9e4d0 +DIST firefox-66.0-de.xpi 476711 BLAKE2B 4d37c082151ea436a9ced2fd2dd516b441d67a7237b61a67cacfa49e1f1311b46cade1461f327b228cc65cdc688f1fe2da5710f7860908fca922dbb4e1e7d002 SHA512 dba91cdfadbe9329b466e5031b8b292e751a309722099b9e5b90afee44f00e9b6f8d39764c716ff84675285a8f4d63860515b98f4e197c5065c6bc1932b18607 +DIST firefox-66.0-dsb.xpi 486629 BLAKE2B 52d1dc3e777ef6f3a7bbf8fde0a267e49cffb85e4afb08917220422ba3a10b538b9ba6fa6162883d7e9f64973bdd2368c8456a31566dd24c8bd560d83b011233 SHA512 aca09e027dfe62d6fe62cff32c033d7c7212c945b1386b67f81d8a00b527513006e3d692491d83f6314fb3745e9bc2c61645b9bc05f70ab8185df4cdb871448d +DIST firefox-66.0-el.xpi 541755 BLAKE2B d403cdace757f068c0e67100632d7862d2c60e1abd168f0d186ce2116eeef424f6a90182483e5a1b5e06789b8fb43a8c71241f6e579ea3c27dbcbb0b63ec0903 SHA512 66e4545bf151bb48b465be5aa1a563b6e28f3870c4942a6133b3cfcc2d143464d3165d8c2f7cebdb770d15c987d57d812f039f16a80c96fafb82b77596d37575 +DIST firefox-66.0-en-GB.xpi 438632 BLAKE2B 8df4f8e37360fef8b1e9f03e8ba991ca787bf7e95701ff5347bcfa8700ed2195fef71b5071e377ffcd025a38b6788239d6c5ee5f235c24478ba80d92b2137a6c SHA512 519bb6d4102712e9f8cb9ae689354f931b023c48ab35a2c048b3c9492396edf2088a0edeae38773efa2585bcd9ebf25576015ad1151cbf1fceae20b32e6fa3fa +DIST firefox-66.0-en-ZA.xpi 418442 BLAKE2B 2aa5b9a245c95688c71e97193367c0699e80015dd2980cecf3c679add8f224e2194b6eb0c0551c921dad6f848c49d7d24832d71b12f4b3faf7e3abf01a527fa7 SHA512 e4e1c67a8b711afc3f42b7d424156b142e48502ebed423d9abdb6fef88c7359b5d824de91b277a85e47c89257b826a5fd85941b0afc8f62cb187f17b3e4391cc +DIST firefox-66.0-eo.xpi 465642 BLAKE2B cfdd02782b52e2477a39bee1aa4e5fbd9f3ad802716c5a22a0180859e9c17f9fb79fe54a1f7ed36a39cea0866a85fe926844085d314bd2ee4e32df39b5c055b4 SHA512 c087bb1a9aa0eb7054c9fd7d648266c70c5318710fafe7ea475ab4f26bdc867594cfa48e281238b952943f67739b83e7254878ca62464ab458a7785aa593a5d4 +DIST firefox-66.0-es-AR.xpi 473290 BLAKE2B ff252d6584fd8177abb76952e66413c131653161a0032da11fb085d923547abc27f83dfdef9a1f2f6bc0b98283fcca06f0112a666b0e63993c342924106b7adb SHA512 22dbe3332745781d904d5b3735a01ea7dafde1a5ff082b47efcd8d05b46d635690cea91887825b5215789efa920643b8c2c1cca4a55cb60a88582db24afc54f8 +DIST firefox-66.0-es-CL.xpi 470028 BLAKE2B f63d969dc14bf4d36ce4ba2740ca97e3ef4a94e370912ae26439dfc94455ec54c922284529436e9af659c7e2ebf954336126944328575781189969db0e0eaf3e SHA512 a0c9d15903fba69677174afdc1a06991f3939af49a003300cd977e454c3f1ee783a162919fda5b6ff2eea32cfbe6fc4d1ad65dd45fa216a8852e41d29f8f27c2 +DIST firefox-66.0-es-ES.xpi 433954 BLAKE2B edd7f93727e7aaf9e0eb9a7b94d8a36f1909281a90cf833c08f679afbe29e9bed4d684d35b61229d2768d5574aa9b7ebcb2e68bc03ef65dcc49e3636f2d718b2 SHA512 2cb3b0f3b242b255df425ca2c3a88b4027868316efb88665ee29ad57b8e630918680959464eb92afaa9d207ed25a5828325c2afc3d180c581d33b4198cc3403c +DIST firefox-66.0-es-MX.xpi 474981 BLAKE2B 0fcce771377c9b8dd17c2bef41d1e528492b2f2c7a002a74e83057544e8f002d11be02e6b073adba1238be883ffd8cca786f7ab5db3bc592262d2c5c8ec02eb9 SHA512 70db5da07aa32ad57f91485afb6a83f0090eadd1711c9658a294ebe6d8a9773e954f81cb2ddbdf3f063689589d7a40755c08abbf0dc3683b01c368a9dd1f6c33 +DIST firefox-66.0-et.xpi 456339 BLAKE2B 91b3fcdbe681ee22f4f637bdfe34a8675d4c4a2e827ac104e2629eb92f503fe2ccd361dde3a34ecdfa43138d1e952e2829728b1c854f5abbb6004bf3e3b96a95 SHA512 7fb844fe1d1c66f54912503a3e1996f4ea56b4f961491fb74ff42d2b4fda8502bcaf8dcc032698111a55a8664dd77f2ac37c7aa64c5700254dbdb492ab691c5b +DIST firefox-66.0-eu.xpi 464678 BLAKE2B 635f9796ca0d9f5a8dc38339f0146cd4f4e9e0a934b8a6482f192aa0a1a50179d1bc694101124e32f40d59d55f4a12ffa408cc35efd4283b82475c04fd0f3823 SHA512 e2923a3b7529d5a46171df277830f5b587477614b34fe0b90f262ea0c61a9aec2ac854ab0ffb4121a95784c1951396c316ab6e78319b0071e82894cb5266c257 +DIST firefox-66.0-fa.xpi 516444 BLAKE2B 671a6a90a51904d6c0b7743e63f5be277da29e6723d3dd3b3e080618728ae781bd71200e9e380e313a554f40228a9074f7003127e265dc5ce4893277602d8811 SHA512 63d3fa062a0ea5f2eb843c506c4c034f377e362f6b3f058e3cde3db8782f7bd4f3e02a4bc59931eff523c4f7b7822f4b8bd783ecccf6f670db2c01d32720eacf +DIST firefox-66.0-ff.xpi 459701 BLAKE2B a0393a5b8aa332eb06b6907cd181fee2e9a6485abaafba28349c0c2c71242490b4dd1361b7ccf171088e9b392330fac56867c2bc56774bcfd3c9f5bfb61fea49 SHA512 275e73936cf96bc1684f86394c5e375797d96f86df2b78a532d7061cf8b5af09363cdc1866996fd308e9c85540b26a666eba157aa499ce6b2b7922413e9afcb2 +DIST firefox-66.0-fi.xpi 454308 BLAKE2B 0a343fe8cde0e6ca34ee081deafc6f6dfecf0bc917d5cf8100b99d91faf81e81fb074d30a926a6e95805229d655cd7e5111be85abc8ae8459cd600409e6fd409 SHA512 3abf0d20875b5007c661b5a7f29a693cf0b071e70ca0f957e80703655e4273a8eb82055f9a3abb1e7136b2ddc51da87c53088dd48355e7b4c2caabc78ad1cc7f +DIST firefox-66.0-fr.xpi 480160 BLAKE2B a266600611be84d83e05ad3ce96fa4408cdf458227a08784f8276c242ce29c2f52ae8886dbe006d40317caec195e25a9735836ef08a8e656b71c42f6bdad2955 SHA512 0ccc9c730f7c873e900413bd217bda90e88526a6e8279217d0826dafeba7a3baafa8285d901b9f94aa8f83c490ddb6147978f882a8014c01048babe169d953a6 +DIST firefox-66.0-fy-NL.xpi 470287 BLAKE2B 669654f35f14c7faf3eac04a9d6af5c194c2ca150272f6896a79b0f68b1df3b815abd3be1a64b2e3adbb0ffc5ed916025277b612dcc2c181c019e8b85b187ddb SHA512 f7c6568fc85136068b6434b8a902f361c5e2881d4a485b5f348783228a20d60ddfbcb4b3a7cb07bc988cdbf890ca1a5d8bd314b808b179b1c976e3ef083cf88f +DIST firefox-66.0-ga-IE.xpi 464827 BLAKE2B 4c7cc6d2c5b4601b656ef8c461eef3821f31b199b9791498eeb2062843a42c79894c8b73f25a09e6f937ae3836967a883fc527884af2ffd9a41cbaadec0143df SHA512 1549a42be3f81e3e26250b5f274ca16c66919f02cca8b0d120e7c8bc5ede9df078f7fc40a12a48e417c0e5a8014a5ccf1ddd353aa4575c7be5206f2b34ee5cec +DIST firefox-66.0-gd.xpi 474066 BLAKE2B cc339152abc260e8a48168f7e93b8b2d7b413b19117403a95b4c95f7675729fd102b7f7684cf859334d8e73280eff2aba9fca033ef5a04a19eda2ae1a74d2986 SHA512 acca7f8a2bfbf02edeb6831270a108ba5fafb7bcb4eb9c5f807427aa470b1882fbd624b685d9fa1a598d25ca9a5f0eaebaa6bd2f8f53bff0b6a42c73edda7045 +DIST firefox-66.0-gl.xpi 458741 BLAKE2B b893ee8de4e1b79fd40bda203b842dc94aa495352fd2119d44ba12f06f3e12ab5f9ffbbb18b04e89c4314374a183270cfd09e3be957e557189fa420951e49a8d SHA512 784f2441f05a9af65597a687fe494ba94334f81a05293cde957a1d1e7187d61ee9dfc032fa55c5757a7ea9d2016dba360993df361397a867af35c7b0f7adb59c +DIST firefox-66.0-gn.xpi 480662 BLAKE2B 3bd59ebed3a1dd04325d42032cb94a7fced808e71d26e899d7f7bd7536a655184245473ed6f7fbb801bb2172184c0b35340c086d92723623bac683ae094476f3 SHA512 b8de8a15428e6287dbc0f83af3753c580bb996d0ee72e10358b16f1e4f7d4b39295e814b47367f20efd1f140f69d24a7a7ffdeb21df5ea54a30c97fb139a7bf0 +DIST firefox-66.0-gu-IN.xpi 539858 BLAKE2B a014092eb02bb4559ca3bc0f5e570313fbed5f8b2316049b4b7c5ac5207b87ba3184bc15c80becfc284be60d344a8062c598ede0f72ed5e85ee0c5bc2e771cfd SHA512 66c7586aa9b414f0d64f9b53379f4e58925a5ba8c3c7bd9824dec9c203906dd7466587bf0c85b6934d988dad0695de06ea89b5e2134476b33ebe26af51da7c28 DIST firefox-66.0-he.xpi 479208 BLAKE2B 0032ba6d7bb67179228960fafae700c4b1abad74656e7f3f2ab84ea2c87171a9baaa53f90a541c1b0f3c5a115d9192aaeee70e5caf8fece10d86516a78f292a9 SHA512 4bfab82a06af59f30ef7c87ab736b7594a30a69c4b691349885179629d5155122bb711b06416588b0b808c2c3b4611f0786d68437a355b859b48cd87fdb790da DIST firefox-66.0-hi-IN.xpi 525651 BLAKE2B 08620abf9f465bd4c4776cb82db5e604be4ac300640dc00ac624b382b5a21d608ab31b2eb6953c291628f819d9e9664a70797652e43b5fa8dc9e76db548eceac SHA512 4436dfb5b78bc3edc75b7113789aa5c86d9d371ce0b86f729e9518016f3bbc48a9e666fdcbe0e0a2d1c5e631cb0e99491b200b94b413350a48598bb00ca40a40 DIST firefox-66.0-hr.xpi 463599 BLAKE2B f4fa0a79e61c1efc5c20d0c22132f3d595c58166dcdffaba9a439faf2c7cba06a89c3478f1e3a748d784650553e71318e9cd68904d0b343f8071428d315f265d SHA512 648354d11bc75ddf1cd02dda28cb7913d4014a479305655afb295792c04baed2abc8249e9732cf27253a1a7c643be584e2f1b2fbf7c9658685f20502add4624c @@ -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-04.tar.xz 17868 BLAKE2B 3f781b8c8d46f8b664b01f0ee3f38fadac296097506967d4e38c26a0192dd28efc17c402c2523b6a8dad052594402d30fae3e73646c38c7e039fa27aeb8efe29 SHA512 8e082813f9f4e8dc2cce1517fa8ff9bf774fe6b02326ce945a643e74c6b21de84bdc7c85426b9855b22dee68c140f1b0b0553e76c13309dc15b5e510c2a0a96d +DIST firefox-66.0-patches-05.tar.xz 17836 BLAKE2B 971864d5f058ae8f45eab5808051a08fd28b850455295c87886cae3de1a0b7ea16bba58cf929ddbc25700200a7891610c30afa0e7921ac9dad1f7f8cffb5787e SHA512 48a540f17cf468b989cf7a29696668850db5b3f09bfbeaaffda004ecda6ff5a0b5340a0fc663e693a80546b225f61c08e555bfc8960ac2e5f93f51c2df4d42d6 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 @@ -369,4 +369,4 @@ DIST firefox-66.0-vi.xpi 482936 BLAKE2B d82e78f9a3c35dfc79a78ad7b5e2a1ddbbc058ad DIST firefox-66.0-xh.xpi 452135 BLAKE2B 09dd72714bd117c129ade1d5b98d81ebe1ef704da819b193088b2e0f37c42903f90e8c8a2b6ee864aa54c2e734049f5e05cd50230da0b0f5b1fdd3a174828b83 SHA512 b1d526e81a7b804ac0094f8e952c14d19556733aae5cbfca36966ed7a8c2d66445583ee7c220a7a82411b5e9ce496fee19525a3fb9ee0d8f673e470d48670064 DIST firefox-66.0-zh-CN.xpi 490019 BLAKE2B 9756229aa131c57d99a33ae5e483b0d32d2634d1f92854bcd728e614ee347ded2eaa707e074b4a965fbfa4d8641af98289bb42315a7b431cadce10d5806e4f78 SHA512 d07379d65d80575e4a60adeef98303064d50409edb1a73d139d17d4aaf511cc1c4d71b5f7b3a5c94adc199ed7ce74f42336cbeebebc2c4fc26c84ff1ac84c9a5 DIST firefox-66.0-zh-TW.xpi 487831 BLAKE2B 591ecbafe83c706df8388b070dc25c47e4507e0f91aea60419637e28477f11195389e64a02119618b38dbac7a70144ad2b4b30a1b463fb6f3311e5eb7c4cce90 SHA512 e50251ef64cb4acb284b37e9d6ada03de0d7b682e673d21f2f817623e405be693f60861b71bca7c70988ec3778f69c9bd99aec3e0ad99faa0038a31834cb7150 -DIST firefox-66.0_rc3.tar.xz 281516416 BLAKE2B 4f0d26380c3e3f78bd668645adda722065e4a41f8db7da27c89a9fb38d9618750ed70c83744a22ff5e2f0de30f0c71e56a8170b441ee03c0ccb1c1e63e95a175 SHA512 a9a13d9c42d4adc05e9783345eb9737c26c009cea3e79d1fc3332f4a55515152b48c3e1a01f44eac6b6f4fc4e076203934380a10d018c17fa225c1df71c6fe63 +DIST firefox-66.0.source.tar.xz 281516416 BLAKE2B 4f0d26380c3e3f78bd668645adda722065e4a41f8db7da27c89a9fb38d9618750ed70c83744a22ff5e2f0de30f0c71e56a8170b441ee03c0ccb1c1e63e95a175 SHA512 a9a13d9c42d4adc05e9783345eb9737c26c009cea3e79d1fc3332f4a55515152b48c3e1a01f44eac6b6f4fc4e076203934380a10d018c17fa225c1df71c6fe63 diff --git a/www-client/firefox/firefox-66.0_rc3.ebuild b/www-client/firefox/firefox-66.0.ebuild similarity index 99% rename from www-client/firefox/firefox-66.0_rc3.ebuild rename to www-client/firefox/firefox-66.0.ebuild index 7528c9830675..769592273cd1 100644 --- a/www-client/firefox/firefox-66.0_rc3.ebuild +++ b/www-client/firefox/firefox-66.0.ebuild @@ -27,7 +27,7 @@ if [[ ${MOZ_ESR} == 1 ]] ; then fi # Patch version -PATCH="${PN}-66.0-patches-04" +PATCH="${PN}-66.0-patches-05" 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" @@ -47,7 +47,7 @@ inherit check-reqs eapi7-ver flag-o-matic toolchain-funcs eutils \ DESCRIPTION="Firefox Web Browser" HOMEPAGE="https://www.mozilla.com/firefox" -KEYWORDS="" +KEYWORDS="~amd64 ~x86" SLOT="0" LICENSE="MPL-2.0 GPL-2 LGPL-2.1" @@ -244,7 +244,6 @@ src_unpack() { } src_prepare() { - rm "${WORKDIR}"/firefox/3000_use_the_Mozilla_location_service_when_no_Google_key_is_available.patch # remove for release eapply "${WORKDIR}/firefox" # Allow user to apply any additional patches without modifing ebuild diff --git a/x11-apps/Manifest.gz b/x11-apps/Manifest.gz index 653aa0c88002..c066bb45b295 100644 Binary files a/x11-apps/Manifest.gz and b/x11-apps/Manifest.gz differ diff --git a/x11-apps/mesa-progs/Manifest b/x11-apps/mesa-progs/Manifest index 2fff29c5e0a6..1d374e1bd2fc 100644 --- a/x11-apps/mesa-progs/Manifest +++ b/x11-apps/mesa-progs/Manifest @@ -1,2 +1,2 @@ -DIST mesa-demos-8.2.0.tar.bz2 10071635 BLAKE2B 3619738f9aabb8a32e23e96fb3283c1215354f1b45c5c8df315d339b7d3153b0f0042bd0a5e1f45c8ca4c461284a1843615904a6f0d32b108f60c9a043cb99a8 SHA512 590e9fb66e23c0ad526754e9084858eb3e1fa906be55ee6121089325254b970e135e04d53c634cabd13d59c572ea39a4a877bce14b120d73850aafd159a5c8de DIST mesa-demos-8.3.0.tar.bz2 10044647 BLAKE2B 66605d2be7a3e1ea30429b29c574d866961e7df6f17479647d8d4a3cb788f52701ee8c6379c208157348a265d0a3eb90b929415073fa03ba6aefc47f8a45e5c8 SHA512 9ba96980306953f7b72745063e75809fb8399bbd5fc58fca96290a8b4e61741bb82fb6171311eddf249ea12face83d7c7b087e6dade6833699a8d220fc752e3f +DIST mesa-demos-8.4.0.tar.bz2 10073259 BLAKE2B d251e705c6e3d2fe959161d736401fd06ba267a9c389341098373670b6f44ca7cdb451d96e94e3b22f006b696a9b19e38096423f6438544539f46beda91c03f4 SHA512 b72d03cad36e0535ff18dcfb222ec4200064b9264f6da51a6e5f03b0dd912abe188bc1d600b6698de3ce6f63b28d2ce01565886ca8e7079edc4967fbf2fb0957 diff --git a/x11-apps/mesa-progs/files/mesa-progs-8.4.0-improve-printing.patch b/x11-apps/mesa-progs/files/mesa-progs-8.4.0-improve-printing.patch new file mode 100644 index 000000000000..ffc4d3fa28d7 --- /dev/null +++ b/x11-apps/mesa-progs/files/mesa-progs-8.4.0-improve-printing.patch @@ -0,0 +1,289 @@ +From aa9e66f2d1e96937c56e4141bf8c966a8a59983f Mon Sep 17 00:00:00 2001 +From: Brian Paul +Date: Wed, 28 Feb 2018 11:14:34 -0700 +Subject: [PATCH 1/4] glxinfo/wglinfo: remove print_shader_limits() code +MIME-Version: 1.0 +Content-Type: text/plain; charset=UTF-8 +Content-Transfer-Encoding: 8bit + +And add queries of GL 2.0 limits. All the VS, FS, GS limits which were +reported with print_shader_limits() are also covered by the GL 2.0 and +3.2 queries. + +Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=105285 +Reviewed-by: Mathias Fröhlich +Reviewed-by: Emil Velikov +--- + src/xdemos/glinfo_common.c | 89 +++++--------------------------------- + 1 file changed, 11 insertions(+), 78 deletions(-) + +diff --git a/src/xdemos/glinfo_common.c b/src/xdemos/glinfo_common.c +index 3668026b..7ffbeac5 100644 +--- a/src/xdemos/glinfo_common.c ++++ b/src/xdemos/glinfo_common.c +@@ -378,74 +378,6 @@ struct token_name + }; + + +-static void +-print_shader_limit_list(const struct token_name *lim) +-{ +- GLint max[1]; +- unsigned i; +- +- for (i = 0; lim[i].token; i++) { +- glGetIntegerv(lim[i].token, max); +- if (glGetError() == GL_NO_ERROR) { +- printf(" %s = %d\n", lim[i].name, max[0]); +- } +- } +-} +- +- +-/** +- * Print interesting limits for vertex/fragment shaders. +- */ +-static void +-print_shader_limits(GLenum target) +-{ +- static const struct token_name vertex_limits[] = { +- { GL_MAX_VERTEX_UNIFORM_COMPONENTS_ARB, "GL_MAX_VERTEX_UNIFORM_COMPONENTS_ARB" }, +- { GL_MAX_VARYING_FLOATS_ARB, "GL_MAX_VARYING_FLOATS_ARB" }, +- { GL_MAX_VERTEX_ATTRIBS_ARB, "GL_MAX_VERTEX_ATTRIBS_ARB" }, +- { GL_MAX_TEXTURE_IMAGE_UNITS_ARB, "GL_MAX_TEXTURE_IMAGE_UNITS_ARB" }, +- { GL_MAX_VERTEX_TEXTURE_IMAGE_UNITS_ARB, "GL_MAX_VERTEX_TEXTURE_IMAGE_UNITS_ARB" }, +- { GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS_ARB, "GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS_ARB" }, +- { GL_MAX_TEXTURE_COORDS_ARB, "GL_MAX_TEXTURE_COORDS_ARB" }, +- { GL_MAX_VERTEX_OUTPUT_COMPONENTS , "GL_MAX_VERTEX_OUTPUT_COMPONENTS " }, +- { (GLenum) 0, NULL } +- }; +- static const struct token_name fragment_limits[] = { +- { GL_MAX_FRAGMENT_UNIFORM_COMPONENTS_ARB, "GL_MAX_FRAGMENT_UNIFORM_COMPONENTS_ARB" }, +- { GL_MAX_TEXTURE_COORDS_ARB, "GL_MAX_TEXTURE_COORDS_ARB" }, +- { GL_MAX_TEXTURE_IMAGE_UNITS_ARB, "GL_MAX_TEXTURE_IMAGE_UNITS_ARB" }, +- { GL_MAX_FRAGMENT_INPUT_COMPONENTS , "GL_MAX_FRAGMENT_INPUT_COMPONENTS " }, +- { (GLenum) 0, NULL } +- }; +- static const struct token_name geometry_limits[] = { +- { GL_MAX_GEOMETRY_UNIFORM_COMPONENTS, "GL_MAX_GEOMETRY_UNIFORM_COMPONENTS" }, +- { GL_MAX_GEOMETRY_TEXTURE_IMAGE_UNITS, "GL_MAX_GEOMETRY_TEXTURE_IMAGE_UNITS" }, +- { GL_MAX_GEOMETRY_OUTPUT_VERTICES , "GL_MAX_GEOMETRY_OUTPUT_VERTICES " }, +- { GL_MAX_GEOMETRY_TOTAL_OUTPUT_COMPONENTS, "GL_MAX_GEOMETRY_TOTAL_OUTPUT_COMPONENTS" }, +- { GL_MAX_GEOMETRY_INPUT_COMPONENTS , "GL_MAX_GEOMETRY_INPUT_COMPONENTS " }, +- { GL_MAX_GEOMETRY_OUTPUT_COMPONENTS, "GL_MAX_GEOMETRY_OUTPUT_COMPONENTS" }, +- { (GLenum) 0, NULL } +- }; +- +- switch (target) { +- case GL_VERTEX_SHADER: +- printf(" GL_VERTEX_SHADER_ARB:\n"); +- print_shader_limit_list(vertex_limits); +- break; +- +- case GL_FRAGMENT_SHADER: +- printf(" GL_FRAGMENT_SHADER_ARB:\n"); +- print_shader_limit_list(fragment_limits); +- break; +- +- case GL_GEOMETRY_SHADER: +- printf(" GL_GEOMETRY_SHADER:\n"); +- print_shader_limit_list(geometry_limits); +- break; +- } +-} +- +- + /** + * Print interesting limits for vertex/fragment programs. + */ +@@ -627,7 +559,17 @@ print_limits(const char *extensions, const char *oglstring, int version, + { 1, GL_MAX_TESS_EVALUATION_OUTPUT_COMPONENTS, "GL_MAX_TESS_EVALUATION_OUTPUT_COMPONENTS", "GL_ARB_tessellation_shader" }, + { 1, GL_MAX_COMBINED_TESS_EVALUATION_UNIFORM_COMPONENTS, "GL_MAX_COMBINED_TESS_EVALUATION_UNIFORM_COMPONENTS", "GL_ARB_tessellation_shader" }, + #endif +- ++#if defined(GL_VERSION_2_0) ++ { 1, GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS, "GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS", "2.0" }, ++ { 1, GL_MAX_DRAW_BUFFERS, "GL_MAX_DRAW_BUFFERS", "2.0" }, ++ { 1, GL_MAX_FRAGMENT_UNIFORM_COMPONENTS, "GL_MAX_FRAGMENT_UNIFORM_COMPONENTS", "2.0" }, ++ { 1, GL_MAX_TEXTURE_COORDS, "GL_MAX_TEXTURE_COORDS", "2.0" }, ++ { 1, GL_MAX_TEXTURE_IMAGE_UNITS, "GL_MAX_TEXTURE_IMAGE_UNITS", "2.0" }, ++ { 1, GL_MAX_VARYING_FLOATS, "GL_MAX_VARYING_FLOATS", "2.0" }, ++ { 1, GL_MAX_VERTEX_ATTRIBS, "GL_MAX_VERTEX_ATTRIBS", "2.0" }, ++ { 1, GL_MAX_VERTEX_UNIFORM_COMPONENTS, "GL_MAX_VERTEX_UNIFORM_COMPONENTS", "2.0" }, ++ { 1, GL_MAX_VERTEX_TEXTURE_IMAGE_UNITS, "GL_MAX_VERTEX_TEXTURE_IMAGE_UNITS", "2.0" }, ++#endif + #if defined(GL_VERSION_3_0) + { 1, GL_MAX_TRANSFORM_FEEDBACK_INTERLEAVED_COMPONENTS, "GL_MAX_TRANSFORM_FEEDBACK_INTERLEAVED_COMPONENTS", "3.0" }, + { 1, GL_MAX_TRANSFORM_FEEDBACK_SEPARATE_ATTRIBS, "GL_MAX_TRANSFORM_FEEDBACK_SEPARATE_ATTRIBS", "3.0" }, +@@ -819,15 +761,6 @@ print_limits(const char *extensions, const char *oglstring, int version, + print_program_limits(GL_FRAGMENT_PROGRAM_ARB, extfuncs); + } + #endif +- if (extension_supported("GL_ARB_vertex_shader", extensions)) { +- print_shader_limits(GL_VERTEX_SHADER_ARB); +- } +- if (extension_supported("GL_ARB_fragment_shader", extensions)) { +- print_shader_limits(GL_FRAGMENT_SHADER_ARB); +- } +- if (version >= 32) { +- print_shader_limits(GL_GEOMETRY_SHADER); +- } + } + + +-- +2.19.2 + +From 9804a083feb676cf810905a6826f708f54a15be2 Mon Sep 17 00:00:00 2001 +From: Brian Paul +Date: Wed, 28 Feb 2018 11:19:43 -0700 +Subject: [PATCH 2/4] glxinfo/wglinfo: fix VP/FP strings, indentation +MIME-Version: 1.0 +Content-Type: text/plain; charset=UTF-8 +Content-Transfer-Encoding: 8bit + +Print extensions string instead of program target. +Use less indentation to match other sections. + +Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=105285 +Reviewed-by: Mathias Fröhlich +Reviewed-by: Emil Velikov +--- + src/xdemos/glinfo_common.c | 8 ++++---- + 1 file changed, 4 insertions(+), 4 deletions(-) + +diff --git a/src/xdemos/glinfo_common.c b/src/xdemos/glinfo_common.c +index 7ffbeac5..57dccc82 100644 +--- a/src/xdemos/glinfo_common.c ++++ b/src/xdemos/glinfo_common.c +@@ -419,10 +419,10 @@ print_program_limits(GLenum target, + int i; + + if (target == GL_VERTEX_PROGRAM_ARB) { +- printf(" GL_VERTEX_PROGRAM_ARB:\n"); ++ printf(" GL_ARB_vertex_program:\n"); + } + else if (target == GL_FRAGMENT_PROGRAM_ARB) { +- printf(" GL_FRAGMENT_PROGRAM_ARB:\n"); ++ printf(" GL_ARB_fragment_program:\n"); + } + else { + return; /* something's wrong */ +@@ -431,14 +431,14 @@ print_program_limits(GLenum target, + for (i = 0; common_limits[i].token; i++) { + extfuncs->GetProgramivARB(target, common_limits[i].token, max); + if (glGetError() == GL_NO_ERROR) { +- printf(" %s = %d\n", common_limits[i].name, max[0]); ++ printf(" %s = %d\n", common_limits[i].name, max[0]); + } + } + if (target == GL_FRAGMENT_PROGRAM_ARB) { + for (i = 0; fragment_limits[i].token; i++) { + extfuncs->GetProgramivARB(target, fragment_limits[i].token, max); + if (glGetError() == GL_NO_ERROR) { +- printf(" %s = %d\n", fragment_limits[i].name, max[0]); ++ printf(" %s = %d\n", fragment_limits[i].name, max[0]); + } + } + } +-- +2.19.2 + +From 6a7cee63b714699b98a31b3e57039d26506465ae Mon Sep 17 00:00:00 2001 +From: Brian Paul +Date: Mon, 5 Mar 2018 09:37:17 -0700 +Subject: [PATCH 3/4] glxinfo/wglinfo: print (110) instead of empty line +MIME-Version: 1.0 +Content-Type: text/plain; charset=UTF-8 +Content-Transfer-Encoding: 8bit + +The GL_SHADING_LANGUAGE_VERSION query returns an empty string for +GLSL 1.10. Instead of printing an empty line, print (110). + +Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=105285 +Reviewed-by: Mathias Fröhlich +Reviewed-by: Emil Velikov +--- + src/xdemos/glinfo_common.c | 13 +++++++++++-- + 1 file changed, 11 insertions(+), 2 deletions(-) + +diff --git a/src/xdemos/glinfo_common.c b/src/xdemos/glinfo_common.c +index 57dccc82..a8ec12e7 100644 +--- a/src/xdemos/glinfo_common.c ++++ b/src/xdemos/glinfo_common.c +@@ -745,8 +745,17 @@ print_limits(const char *extensions, const char *oglstring, int version, + glGetIntegerv(GL_NUM_SHADING_LANGUAGE_VERSIONS, &n); + printf(" GL_NUM_SHADING_LANGUAGE_VERSIONS = %d\n", n); + for (i = 0; i < n; i++) { +- printf(" %s\n", (const char *) +- extfuncs->GetStringi(GL_SHADING_LANGUAGE_VERSION, i)); ++ const char *lang = (const char *) ++ extfuncs->GetStringi(GL_SHADING_LANGUAGE_VERSION, i); ++ if (lang[0] == 0) { ++ /* The empty string is really GLSL 1.10. Instead of ++ * printing an empty line, print (110). For more info, ++ * see the GL 4.3 compatibility profile specification, ++ * page 628. ++ */ ++ lang = "(110)"; ++ } ++ printf(" %s\n", lang); + } + } + #endif +-- +2.19.2 + +From 27a0e5af804b3d28c51bd05ad38d25a2c8b4112d Mon Sep 17 00:00:00 2001 +From: Brian Paul +Date: Mon, 5 Mar 2018 09:44:41 -0700 +Subject: [PATCH 4/4] glxinfo/wglinfo: improve GL_ARB_imaging query code +MIME-Version: 1.0 +Content-Type: text/plain; charset=UTF-8 +Content-Transfer-Encoding: 8bit + +Print GL_MAX_CONVOLUTION_WIDTH, HEIGHT on separate lines. +Print GL_MAX_COLOR_MATRIX_STACK_DEPTH in same section. + +Reviewed-by: Mathias Fröhlich +Reviewed-by: Emil Velikov +--- + src/xdemos/glinfo_common.c | 13 ++++++++----- + 1 file changed, 8 insertions(+), 5 deletions(-) + +diff --git a/src/xdemos/glinfo_common.c b/src/xdemos/glinfo_common.c +index a8ec12e7..92467d67 100644 +--- a/src/xdemos/glinfo_common.c ++++ b/src/xdemos/glinfo_common.c +@@ -464,7 +464,6 @@ print_limits(const char *extensions, const char *oglstring, int version, + { 1, GL_MAX_ATTRIB_STACK_DEPTH, "GL_MAX_ATTRIB_STACK_DEPTH", NULL }, + { 1, GL_MAX_CLIENT_ATTRIB_STACK_DEPTH, "GL_MAX_CLIENT_ATTRIB_STACK_DEPTH", NULL }, + { 1, GL_MAX_CLIP_PLANES, "GL_MAX_CLIP_PLANES", NULL }, +- { 1, GL_MAX_COLOR_MATRIX_STACK_DEPTH, "GL_MAX_COLOR_MATRIX_STACK_DEPTH", "GL_ARB_imaging" }, + { 1, GL_MAX_ELEMENTS_VERTICES, "GL_MAX_ELEMENTS_VERTICES", NULL }, + { 1, GL_MAX_ELEMENTS_INDICES, "GL_MAX_ELEMENTS_INDICES", NULL }, + { 1, GL_MAX_EVAL_ORDER, "GL_MAX_EVAL_ORDER", NULL }, +@@ -716,12 +715,16 @@ print_limits(const char *extensions, const char *oglstring, int version, + + /* these don't fit into the above mechanism, unfortunately */ + if (extension_supported("GL_ARB_imaging", extensions)) { ++ GLint d; ++ printf(" GL_ARB_imaging:\n"); + extfuncs->GetConvolutionParameteriv(GL_CONVOLUTION_2D, +- GL_MAX_CONVOLUTION_WIDTH, max); ++ GL_MAX_CONVOLUTION_WIDTH, &d); ++ printf(" GL_MAX_CONVOLUTION_WIDTH = %d\n", d); + extfuncs->GetConvolutionParameteriv(GL_CONVOLUTION_2D, +- GL_MAX_CONVOLUTION_HEIGHT, max+1); +- printf(" GL_ARB_imaging:\n"); +- printf(" GL_MAX_CONVOLUTION_WIDTH/HEIGHT = %d, %d\n", max[0], max[1]); ++ GL_MAX_CONVOLUTION_HEIGHT, &d); ++ printf(" GL_MAX_CONVOLUTION_HEIGHT = %d\n", d); ++ glGetIntegerv(GL_MAX_COLOR_MATRIX_STACK_DEPTH, &d); ++ printf(" GL_MAX_COLOR_MATRIX_STACK_DEPTH = %d\n", d); + } + + if (extension_supported("GL_ARB_texture_compression", extensions)) { +-- +2.19.2 + diff --git a/x11-apps/mesa-progs/mesa-progs-8.2.0.ebuild b/x11-apps/mesa-progs/mesa-progs-8.4.0.ebuild similarity index 64% rename from x11-apps/mesa-progs/mesa-progs-8.2.0.ebuild rename to x11-apps/mesa-progs/mesa-progs-8.4.0.ebuild index ea5356de6cb9..a2a56e359cd4 100644 --- a/x11-apps/mesa-progs/mesa-progs-8.2.0.ebuild +++ b/x11-apps/mesa-progs/mesa-progs-8.4.0.ebuild @@ -1,28 +1,26 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 -MY_PN=${PN/progs/demos} -MY_P=${MY_PN}-${PV} -EGIT_REPO_URI="https://anongit.freedesktop.org/git/mesa/demos.git" +inherit toolchain-funcs -if [[ ${PV} = 9999* ]]; then - GIT_ECLASS="git-r3" - EXPERIMENTAL="true" -fi - -inherit base autotools toolchain-funcs ${GIT_ECLASS} +MY_PN="${PN/progs/demos}" +MY_P="${MY_PN}-${PV}" DESCRIPTION="Mesa's OpenGL utility and demo programs (glxgears and glxinfo)" HOMEPAGE="https://www.mesa3d.org/ https://mesa.freedesktop.org/" -if [[ ${PV} == 9999* ]]; then - SRC_URI="" +if [[ ${PV} = 9999* ]]; then + inherit autotools git-r3 + EGIT_REPO_URI="https://gitlab.freedesktop.org/mesa/demos.git" + EGIT_CHECKOUT_DIR="${S}" + EXPERIMENTAL="true" else - SRC_URI="https://mesa.freedesktop.org/archive/demos/${PV}/${MY_P}.tar.bz2" - KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux" + SRC_URI="https://mesa.freedesktop.org/archive/demos/${MY_P}.tar.bz2 + https://mesa.freedesktop.org/archive/demos/${PV}/${MY_P}.tar.bz2" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux" + S="${WORKDIR}/${MY_P}" fi - LICENSE="LGPL-2" SLOT="0" IUSE="egl gles2" @@ -36,21 +34,12 @@ DEPEND="${RDEPEND} virtual/glu x11-base/xorg-proto" -S=${WORKDIR}/${MY_P} -EGIT_CHECKOUT_DIR=${S} - PATCHES=( - "${FILESDIR}"/${P}-remove-EGL_SCREEN_BIT_MESA.patch + "${FILESDIR}"/${P}-improve-printing.patch ) -src_unpack() { - default - [[ $PV = 9999* ]] && git-r3_src_unpack -} - src_prepare() { - base_src_prepare - + default [[ $PV = 9999* ]] && eautoreconf } diff --git a/x11-apps/mesa-progs/mesa-progs-9999.ebuild b/x11-apps/mesa-progs/mesa-progs-9999.ebuild index 5d949f23bd54..248a1db51fcb 100644 --- a/x11-apps/mesa-progs/mesa-progs-9999.ebuild +++ b/x11-apps/mesa-progs/mesa-progs-9999.ebuild @@ -1,29 +1,26 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 -MY_PN=${PN/progs/demos} -MY_P=${MY_PN}-${PV} -EGIT_REPO_URI="https://anongit.freedesktop.org/git/mesa/demos.git" +inherit toolchain-funcs -if [[ ${PV} = 9999* ]]; then - GIT_ECLASS="git-r3" - EXPERIMENTAL="true" -fi - -inherit base autotools toolchain-funcs ${GIT_ECLASS} +MY_PN="${PN/progs/demos}" +MY_P="${MY_PN}-${PV}" DESCRIPTION="Mesa's OpenGL utility and demo programs (glxgears and glxinfo)" HOMEPAGE="https://www.mesa3d.org/ https://mesa.freedesktop.org/" -if [[ ${PV} == 9999* ]]; then - SRC_URI="" - KEYWORDS="" +if [[ ${PV} = 9999* ]]; then + inherit autotools git-r3 + EGIT_REPO_URI="https://gitlab.freedesktop.org/mesa/demos.git" + EGIT_CHECKOUT_DIR="${S}" + EXPERIMENTAL="true" else - SRC_URI="https://mesa.freedesktop.org/archive/demos/${PV}/${MY_P}.tar.bz2" + SRC_URI="https://mesa.freedesktop.org/archive/demos/${MY_P}.tar.bz2 + https://mesa.freedesktop.org/archive/demos/${PV}/${MY_P}.tar.bz2" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux" + S="${WORKDIR}/${MY_P}" fi - LICENSE="LGPL-2" SLOT="0" IUSE="egl gles2" @@ -37,17 +34,8 @@ DEPEND="${RDEPEND} virtual/glu x11-base/xorg-proto" -S=${WORKDIR}/${MY_P} -EGIT_CHECKOUT_DIR=${S} - -src_unpack() { - default - [[ $PV = 9999* ]] && git-r3_src_unpack -} - src_prepare() { - base_src_prepare - + default [[ $PV = 9999* ]] && eautoreconf } diff --git a/x11-libs/Manifest.gz b/x11-libs/Manifest.gz index 224d4c176241..da78bda6ece6 100644 Binary files a/x11-libs/Manifest.gz and b/x11-libs/Manifest.gz differ diff --git a/x11-libs/pixman/pixman-0.38.0.ebuild b/x11-libs/pixman/pixman-0.38.0.ebuild index d7ab4c45e9b1..9af2c222cf3f 100644 --- a/x11-libs/pixman/pixman-0.38.0.ebuild +++ b/x11-libs/pixman/pixman-0.38.0.ebuild @@ -40,6 +40,7 @@ multilib_src_configure() { $(meson_feature loongson2f loongson-mmi) -Dgtk=disabled -Dlibpng=disabled + -Dopenmp=auto # only used in unit tests ) meson_src_configure } diff --git a/x11-libs/pixman/pixman-9999.ebuild b/x11-libs/pixman/pixman-9999.ebuild index d7ab4c45e9b1..9af2c222cf3f 100644 --- a/x11-libs/pixman/pixman-9999.ebuild +++ b/x11-libs/pixman/pixman-9999.ebuild @@ -40,6 +40,7 @@ multilib_src_configure() { $(meson_feature loongson2f loongson-mmi) -Dgtk=disabled -Dlibpng=disabled + -Dopenmp=auto # only used in unit tests ) meson_src_configure } diff --git a/x11-misc/Manifest.gz b/x11-misc/Manifest.gz index aa51a673efec..42d0987e8003 100644 Binary files a/x11-misc/Manifest.gz and b/x11-misc/Manifest.gz differ diff --git a/x11-misc/xwallpaper/Manifest b/x11-misc/xwallpaper/Manifest index 0c988e9b3a32..ce6b733525e3 100644 --- a/x11-misc/xwallpaper/Manifest +++ b/x11-misc/xwallpaper/Manifest @@ -1,3 +1,2 @@ DIST xwallpaper-0.3.0.tar.gz 104300 BLAKE2B 23ec3b4ccbaf910c9ba4afbd1d9237223654a85c90b0a147141b017a9b3917316f745e1dd70a89e385110d380d5bbba8ee7c2d1ed4188d87a98ba0e94c5a7b6c SHA512 c73583fdbd573329951178d7db36fb1ae18a4294207de85dfb93e367be0ed103e8de7e2dd8ec61a0a23541457c930e8b0e5eb12dd5024808de3e02ddefb6b4a3 -DIST xwallpaper-0.4.0.tar.gz 105879 BLAKE2B af1b2912ae35ff10c6138c72cbaab43996eddf6d2474dafe2ab7f8ea0216e71d3912a1340592c99e7f3ce3d3779bcccfe8285c48c44c6d3895cd79c73ac7d81b SHA512 43e7c047001a60badb7d81897087800eec4668dd9f0fa2ce06bc2c98d34d8e7fca8d5a922589b2836767e5cfa5c356b410ef32d60f9e0f76f899248d3c75fe98 DIST xwallpaper-0.4.1.tar.gz 106110 BLAKE2B 13d40274910b5a82271207292ef7b5d5aeb21fe015c0f3a9780d164d805b9f212a017b4aea8cc8c92ad3a9392eb01c3ea5cddf66888ac4ec146d12109675bdd8 SHA512 febfca202d3356c5a2f584921eace61a6f16e19bf0b0812604bccb441b11a0748c997d0818fb8d9f6a37f502a0a38f13b78f7f61c2de2768a85807a8725c070c diff --git a/x11-misc/xwallpaper/xwallpaper-0.4.0.ebuild b/x11-misc/xwallpaper/xwallpaper-0.4.0.ebuild deleted file mode 100644 index 6fdbe38a6273..000000000000 --- a/x11-misc/xwallpaper/xwallpaper-0.4.0.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2018 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit autotools - -DESCRIPTION="Wallpaper setting utility for X" -HOMEPAGE="https://github.com/stoeckmann/xwallpaper" - -if [ ${PV} == "9999" ] ; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/stoeckmann/${PN}.git" -else - SRC_URI="https://github.com/stoeckmann/${PN}/releases/download/v${PV}/${P}.tar.gz" - KEYWORDS="~amd64 ~x86" -fi - -LICENSE="ISC" -SLOT="0" -IUSE="jpeg png seccomp xpm" - -RDEPEND=" - x11-libs/pixman - x11-libs/xcb-util - x11-libs/xcb-util-image - jpeg? ( virtual/jpeg:0= ) - png? ( media-libs/libpng:0= ) - seccomp? ( >=sys-libs/libseccomp-2.3.1:0= ) - xpm? ( x11-libs/libXpm )" - -DEPEND="${RDEPEND} - virtual/pkgconfig -" - -src_prepare() { - default - eautoreconf -} -src_configure() { - local myconf=( - $(use_with jpeg) - $(use_with png) - $(use_with seccomp) - $(use_with xpm) - --with-randr - --with-zshcompletiondir="${EPREFIX}/usr/share/zsh/site-functions" - ) - econf "${myconf[@]}" -} diff --git a/x11-themes/Manifest.gz b/x11-themes/Manifest.gz index 640f3ce0ff75..00c28f7462cc 100644 Binary files a/x11-themes/Manifest.gz and b/x11-themes/Manifest.gz differ diff --git a/x11-themes/zuki-themes/Manifest b/x11-themes/zuki-themes/Manifest index 738121d2362e..4d439059b798 100644 --- a/x11-themes/zuki-themes/Manifest +++ b/x11-themes/zuki-themes/Manifest @@ -1,3 +1,4 @@ DIST zuki-themes-3.24.3.tar.gz 906469 BLAKE2B 443e99711fe9908fef976f0609401413f90e54f0bc0aa1bf8ddd65085ad755457402618336884be354030c6548e39a8cc0c5a5079b7b64d17760fadb0792319f SHA512 79ce43816db11dcd4be383bf4e0512aac0863214aa3fd3a545f06b922d441d3d1ddaf63ace166736b7598bf6f4ebdd1568092622eea3ef48b2ce37fbefd312ba DIST zuki-themes-3.26.1.tar.gz 909306 BLAKE2B 5bf673dce90992caf1b5d10d145f90bb26dc4f0f2939cb40cf22c9beef4f6b6ccad71a42d8f165141bf6e1029522a8c16e4dce820247b7a7887f3ad7fb987d2a SHA512 10ed25e6e6394f248ac69e9808f2223aff2cfdd35a98cd6b4547f5cdb5d7b8d353f224b1b582b175bd74c10a9231bec913b7645bb303ce2ab576b10537bc39e7 DIST zuki-themes-3.28.3.tar.gz 903971 BLAKE2B d300a9733c1578a4f69d10fa2efc965eb58fe098e4a35e6864db9e11749a194cfa1575458f2e24761a2bb0ee103fc5a2c0a2fde1a6b55cf8115b1a965adeb852 SHA512 efc0a362bcd4d579621913cf6511c34f474a10460db49f8d59d61526ebb669000567c75e4ef91aeec9254c5afcc5d5cd46bbfa5a571b8d3f9cbf603e72aa8cb3 +DIST zuki-themes-3.30.1.tar.gz 921175 BLAKE2B 91de90a15db77b47569d2ce74ad0d5514f6dbd790e0381d32a3009e08fd13bae8e26110476cf668519504b10362cfb96c9e315094f1df88796f18b79f08f3e11 SHA512 ea493c240c0b97f0ca1acaff14c17e7077200766227be80ef5ab3cd89f12bdc167ddd53d7aa0e0a64ba5aa8caf88823e2976b1ce7dfeafb1207cc09fbef65073 diff --git a/x11-themes/zuki-themes/zuki-themes-3.30.1.ebuild b/x11-themes/zuki-themes/zuki-themes-3.30.1.ebuild new file mode 100644 index 000000000000..8941ed65eb94 --- /dev/null +++ b/x11-themes/zuki-themes/zuki-themes-3.30.1.ebuild @@ -0,0 +1,49 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit eapi7-ver + +MY_PV="$(ver_rs 2 -)" +DESCRIPTION="Zuki themes for GTK, gnome-shell and more" +HOMEPAGE="https://github.com/lassekongo83/zuki-themes" +SRC_URI="https://github.com/lassekongo83/${PN}/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="gnome-shell mate xfce" + +RDEPEND=" + >=x11-themes/gnome-themes-standard-3.6 + >=x11-themes/gtk-engines-murrine-0.98.1.1 + gnome-shell? ( media-fonts/roboto ) + !.pc) should use the subslot +SLOT="0/3" # 0/libmutter_api_version - ONLY gnome-shell (or anything using mutter-clutter-.pc) should use the subslot IUSE="debug elogind gles2 input_devices_wacom +introspection systemd test udev wayland" -REQUIRED_USE="wayland? ( ^^ ( elogind systemd ) )" +# native backend requires gles3 for hybrid graphics blitting support and a logind provider +REQUIRED_USE=" + wayland? ( ^^ ( elogind systemd ) )" KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86" @@ -33,7 +35,6 @@ RDEPEND=" >=x11-libs/libXcomposite-0.2 >=gnome-base/gsettings-desktop-schemas-3.21.4[introspection?] gnome-base/gnome-desktop:3= - >sys-power/upower-0.99:= x11-libs/libICE x11-libs/libSM @@ -61,8 +62,8 @@ RDEPEND=" wayland? ( >=dev-libs/libinput-1.4 >=dev-libs/wayland-1.13.0 - >=dev-libs/wayland-protocols-1.12 - >=media-libs/mesa-10.3[egl,gbm,wayland] + >=dev-libs/wayland-protocols-1.16 + >=media-libs/mesa-10.3[egl,gbm,wayland,gles2] systemd? ( sys-apps/systemd ) elogind? ( sys-auth/elogind ) >=virtual/libgudev-232:= @@ -81,8 +82,10 @@ DEPEND="${RDEPEND} " PATCHES=( - # Lots of patches from gnome-3-28 branch on top of 3.28.3 + # Some patches from gnome-3-30 branch on top of 3.30.2 "${WORKDIR}"/patches/ + # Hack to not fail USE="-wayland,-gles2" builds with no mesa[gles2] + "${FILESDIR}"/3.28.3-no-gles2-fix.patch # requires eautoreconf ) src_prepare() {