diff --git a/Manifest.files.gz b/Manifest.files.gz index a886a5095328..768e65898d72 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 a807ba741ef6..ebd7c6d1e1b8 100644 Binary files a/app-accessibility/Manifest.gz and b/app-accessibility/Manifest.gz differ diff --git a/app-accessibility/nfbtrans/nfbtrans-7.74-r2.ebuild b/app-accessibility/nfbtrans/nfbtrans-7.74-r2.ebuild index 57efe93d0423..6a94deb4fc29 100644 --- a/app-accessibility/nfbtrans/nfbtrans-7.74-r2.ebuild +++ b/app-accessibility/nfbtrans/nfbtrans-7.74-r2.ebuild @@ -11,7 +11,7 @@ SRC_URI="http://www.nfb.org/Images/nfb/Products_Technology/nfbtr774.zip" LICENSE="public-domain" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="amd64 ~ppc ~x86" IUSE="" DEPEND=" >=app-arch/unzip-5.50-r2" diff --git a/app-admin/Manifest.gz b/app-admin/Manifest.gz index 3f21c3f0255c..5210677cdd3d 100644 Binary files a/app-admin/Manifest.gz and b/app-admin/Manifest.gz differ diff --git a/app-admin/haskell-updater/Manifest b/app-admin/haskell-updater/Manifest index 2e3286937a4f..71d89a509eb9 100644 --- a/app-admin/haskell-updater/Manifest +++ b/app-admin/haskell-updater/Manifest @@ -1,3 +1,4 @@ DIST haskell-updater-1.2.10.tar.gz 26586 BLAKE2B adc46f85118fa55e530aa079ef2df0663b178b15311f4f2ff6474db75aacf1277238a27a2bb98841fc1fe50b556d7f01a677861b3ce9559fe809a02db401ef8d SHA512 c0a72ae77362e5ed4ea0e244449175454119b1284756adeb43534bf58b661f3cabb88e08bd5903d415a9f95a6de309753dedf974ddd853b300fd215250e0ad7c DIST haskell-updater-1.2.12.tar.gz 26708 BLAKE2B d0b040cb3b6211b3c5c60f8cfa3dbccbf9cb15d246b21609a21aac746a8a034e284fe0b99891b5035980252a7aa8b376ad943f32882dc29e16226d95583cb053 SHA512 f3a993cb556919bf2e57fdaca7eea9146abc59096e779cbffb69a5c29fc5f6ef889c8ccf4d8331dbd9279919ea91bb05a16d83ad70085d5ef5a44d61120fe7e7 DIST haskell-updater-1.2.9.tar.gz 26675 BLAKE2B a3d11cdcee886a07d87cd2888a9deea1d963b7234b4a10a6b78e9467fae4e9382c92f14a6ba0593f86bf9422ab2cb4bec823de96f34b463590ae18429c118edb SHA512 d19b6154d5ef4da176638c237082586688e2ac73a41c075fc3e51979b86b9e48ca5a9bfe6c870d468d66d95c1464456feed8afc388aea282aa7aad5a35f5e0da +DIST haskell-updater-1.3.1.tar.gz 26573 BLAKE2B 68e5357e8f24b9b372dba4feac76595cbf35602d9d9094d616497c9d0040177b5f1def5833770041b693220717f3a4976877e0608858d5d8d4dddd26620c71e5 SHA512 39c36c4a8997806bb4d64625bc9ed72334a68e57f8c32f75d0c3704ab52b3b68605444c89480e5186c04bb275b3608ea9544366ebc5a00e010cc5fb4ae8296df diff --git a/app-admin/haskell-updater/haskell-updater-1.3.1.ebuild b/app-admin/haskell-updater/haskell-updater-1.3.1.ebuild new file mode 100644 index 000000000000..5d51680239c9 --- /dev/null +++ b/app-admin/haskell-updater/haskell-updater-1.3.1.ebuild @@ -0,0 +1,47 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +CABAL_FEATURES="bin nocabaldep" +inherit eutils haskell-cabal + +DESCRIPTION="Rebuild Haskell dependencies in Gentoo" +HOMEPAGE="http://haskell.org/haskellwiki/Gentoo#haskell-updater" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" +IUSE="" + +DEPEND=">=dev-lang/ghc-6.12.1" + +# Need a lower version for portage to get --keep-going +RDEPEND="|| ( >=sys-apps/portage-2.1.6 + sys-apps/pkgcore + sys-apps/paludis )" + +src_prepare() { + default + + if use prefix; then + sed -i -e "s,/var/db/pkg,${EPREFIX}&,g" \ + "${S}/Distribution/Gentoo/Packages.hs" || die + + sed -i -e 's,"/","'"${EPREFIX}"'/",g' \ + "${S}/Distribution/Gentoo/GHC.hs" || die + fi +} + +src_configure() { + cabal_src_configure \ + --bindir="${EPREFIX}/usr/sbin" \ + --constraint="Cabal == $(cabal-version)" +} + +src_install() { + cabal_src_install + + dodoc TODO +} diff --git a/app-admin/packagekit-base/packagekit-base-1.1.5-r2.ebuild b/app-admin/packagekit-base/packagekit-base-1.1.5-r2.ebuild index d528db6ecac2..4894b565df05 100644 --- a/app-admin/packagekit-base/packagekit-base-1.1.5-r2.ebuild +++ b/app-admin/packagekit-base/packagekit-base-1.1.5-r2.ebuild @@ -19,7 +19,7 @@ SRC_URI="https://www.freedesktop.org/software/${MY_PN}/releases/${MY_P}.tar.xz" LICENSE="GPL-2" SLOT="0/18" -KEYWORDS="~alpha amd64 ~arm ~mips ~ppc ~ppc64 ~x86" +KEYWORDS="~alpha amd64 ~arm ~mips ~ppc ~ppc64 x86" IUSE="connman cron command-not-found elogind +introspection networkmanager entropy systemd test vala" REQUIRED_USE=" ${PYTHON_REQUIRED_USE} diff --git a/app-admin/puppet/puppet-4.10.8.ebuild b/app-admin/puppet/puppet-4.10.8.ebuild index 1e8432878e5b..847f8eddb1f0 100644 --- a/app-admin/puppet/puppet-4.10.8.ebuild +++ b/app-admin/puppet/puppet-4.10.8.ebuild @@ -17,7 +17,7 @@ SRC_URI="http://downloads.puppetlabs.com/puppet/${P}.tar.gz" LICENSE="Apache-2.0 GPL-2" SLOT="0" -KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 x86" +KEYWORDS="amd64 ~arm ~hppa ~ppc ~ppc64 x86" IUSE="augeas diff doc emacs experimental ldap rrdtool selinux shadow sqlite vim-syntax xemacs" RESTRICT="test" diff --git a/app-antivirus/Manifest.gz b/app-antivirus/Manifest.gz index a1fd08d8fc0a..99a4ce12f6ee 100644 Binary files a/app-antivirus/Manifest.gz and b/app-antivirus/Manifest.gz differ diff --git a/app-antivirus/clamav/clamav-0.99.2-r2.ebuild b/app-antivirus/clamav/clamav-0.99.2-r3.ebuild similarity index 100% rename from app-antivirus/clamav/clamav-0.99.2-r2.ebuild rename to app-antivirus/clamav/clamav-0.99.2-r3.ebuild diff --git a/app-antivirus/clamav/files/clamd.service b/app-antivirus/clamav/files/clamd.service index efdab4314a22..75aa2ccb624d 100644 --- a/app-antivirus/clamav/files/clamd.service +++ b/app-antivirus/clamav/files/clamd.service @@ -1,7 +1,12 @@ -.include /usr/lib/systemd/system/clamd@.service - [Unit] -Description=Generic ClamAV scanner daemon +Description=clamd scanner daemon +After=nss-lookup.target network.target + +[Service] +Type=forking +ExecStart=/usr/sbin/clamd +Restart=on-failure +PrivateTmp=true [Install] WantedBy=multi-user.target diff --git a/app-antivirus/clamav/files/clamd_at.service b/app-antivirus/clamav/files/clamd_at.service index c5ad8dfa6899..9008ba7e82ed 100644 --- a/app-antivirus/clamav/files/clamd_at.service +++ b/app-antivirus/clamav/files/clamd_at.service @@ -7,3 +7,6 @@ Type=forking ExecStart=/usr/sbin/clamd -c /etc/clamd%i.conf Restart=on-failure PrivateTmp=true + +[Install] +WantedBy=multi-user.target diff --git a/app-crypt/Manifest.gz b/app-crypt/Manifest.gz index 88b5915f68a8..b8e5ba35d5b7 100644 Binary files a/app-crypt/Manifest.gz and b/app-crypt/Manifest.gz differ diff --git a/app-crypt/acme/acme-9999.ebuild b/app-crypt/acme/acme-9999.ebuild index b02dbde82a94..3a1dd1461249 100644 --- a/app-crypt/acme/acme-9999.ebuild +++ b/app-crypt/acme/acme-9999.ebuild @@ -25,6 +25,7 @@ IUSE="test" RDEPEND=" >=dev-python/cryptography-0.8[${PYTHON_USEDEP}] + >=dev-python/josepy-1.0.0[${PYTHON_USEDEP}] dev-python/mock[${PYTHON_USEDEP}] >=dev-python/pyopenssl-0.13[${PYTHON_USEDEP}] dev-python/pyrfc3339[${PYTHON_USEDEP}] diff --git a/app-crypt/cfssl/Manifest b/app-crypt/cfssl/Manifest index 2466cdff8ab1..38e52a2702af 100644 --- a/app-crypt/cfssl/Manifest +++ b/app-crypt/cfssl/Manifest @@ -1,2 +1,2 @@ -DIST cfssl-1.2.0_p20170601.tar.gz 8025105 BLAKE2B cc87451f23e5a495816980d65bd32f270f6982940368afed7d13591dd8c0d56665e666bc555abc4e0b2f5a5cfd997a18b8a6a9f757c9ea6ec62c82448de1b72d SHA512 f89d6b142eb5286b720c9d94534c474b15738c6a856999588392b37ffa753e0f0c9d663debee9cc216be765d8f39a71872401173a56293cdca2f2d1791c3d758 DIST cfssl-1.2.0_p20170915.tar.gz 8027590 BLAKE2B 5361a9ba7f08d3940aa5e27f65b55359871d85dcf8e4f21b6e59a9f3c9741490b16898e2001133742dfa1294927b0b322ffd5bdf836754851bed0c176bc710da SHA512 247ee892f7785ae11e8b2d38c1fdad0a3bcea9d9e410ce1bc985d15fad65b981c46e317cbb0fe0cacf190dfbbad7b9f8685f6ddd2a24056dd61e621b2cccd232 +DIST cfssl-1.2.0_p20171207.tar.gz 8028127 BLAKE2B 35bb2b6fa08345dd6042742891cc0ad87ffac3cd24e8f16551e7e4e36b7f11caf4baafee961666ed95cf14e77cf4e24e11f7d8d85503abfc42a8fe3fbc2fe758 SHA512 d94f27bcc5f59fb2882f6db802baff9706461f1a823706810f7ab5911fcdd3abc9150060df0aa756478774cf3b5e06aec0b11cefce32ff3c6ff85948b8624356 diff --git a/app-crypt/cfssl/cfssl-1.2.0_p20170601.ebuild b/app-crypt/cfssl/cfssl-1.2.0_p20171207.ebuild similarity index 67% rename from app-crypt/cfssl/cfssl-1.2.0_p20170601.ebuild rename to app-crypt/cfssl/cfssl-1.2.0_p20171207.ebuild index 7b35026cf94e..265e24503661 100644 --- a/app-crypt/cfssl/cfssl-1.2.0_p20170601.ebuild +++ b/app-crypt/cfssl/cfssl-1.2.0_p20171207.ebuild @@ -4,15 +4,14 @@ EAPI=6 EGO_PN="github.com/cloudflare/${PN}" -EGIT_COMMIT="9c06c53d4dfb9c0272c983a26ea10a6a2da12392" +EGIT_COMMIT="d2393674072314fda47d2c7c16cb7fd4cdc16821" inherit golang-build golang-vcs-snapshot -ARCHIVE_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz" +SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz" KEYWORDS="~amd64" DESCRIPTION="Cloudflare's PKI and TLS toolkit" HOMEPAGE="https://github.com/cloudflare/cfssl" -SRC_URI="${ARCHIVE_URI}" LICENSE="BSD-2" SLOT="0" IUSE="hardened" @@ -22,9 +21,8 @@ RDEPEND="!!dev-lang/mono" #File collision (bug 614364) RESTRICT="test" src_compile() { - export CGO_LDFLAGS="$(usex hardened '-fno-PIC ' '')" pushd src || die - GOPATH="${S}" go install github.com/cloudflare/cfssl/cmd/... || die + CGO_LDFLAGS="$(usex hardened '-fno-PIC ' '')" GOPATH="${S}" go install github.com/cloudflare/cfssl/cmd/... || die popd || die } diff --git a/app-crypt/stoken/Manifest b/app-crypt/stoken/Manifest index 62c75fb09145..2356dde664eb 100644 --- a/app-crypt/stoken/Manifest +++ b/app-crypt/stoken/Manifest @@ -1,2 +1,3 @@ DIST stoken-0.90.tar.gz 116642 BLAKE2B 33cde44212585eb994db62de0527fb7d06add3f247ac09e53ee3809de4150b09a99bdda1eb4bd1d7ac449a8f94c8dbdd468af955b82caeb1beb8331338788049 SHA512 7c75a04ea6542a13d639bbb74523443e030559dcf65d181d07fc64277442500a8a18daf2351248a552e42daf815fe5d0079b5b559402522d45ac10ed7762c818 DIST stoken-0.91.tar.gz 116846 BLAKE2B 914324f7151ff9aaae336cf44624f7d8fd70bfc0514a9c20defd47e17e8acceda2aa020a2fadfe3bdd9caa6650adb7859a5422eb9acc27df9834140f4bd5aa86 SHA512 7d34c3ec3022aabd909fcb89fabd03003fdc4d635a064401407ce78068c0965012b9b61b53ce2d6e018973fe2e23a7e4d35913fca564e0af65fd0f0fb7fb30b4 +DIST stoken-0.92.tar.gz 117212 BLAKE2B 8d236a73b0626ab91d145d01fa07c28ba8c54a3053aaba32b64b4dacc39dc8265d5740630ec2495d678c975b1bfa480a79a5ec1115accf39170229b444673f48 SHA512 b41262320c24e487ece884fc431d835c787f057947a92e3d57ed2047bc02b576b072e8a69f4b58b47ab1f913b5ae8c3ee8108d3b55c1477f15848420b668fea3 diff --git a/app-crypt/stoken/stoken-0.92.ebuild b/app-crypt/stoken/stoken-0.92.ebuild new file mode 100644 index 000000000000..6a8f901f3580 --- /dev/null +++ b/app-crypt/stoken/stoken-0.92.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI="6" + +inherit autotools + +DESCRIPTION="Software Token for Linux/UNIX" +HOMEPAGE="https://github.com/cernekee/stoken" +SRC_URI="https://github.com/cernekee/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="LGPL-2.1+" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" +IUSE="gtk" + +# || ( dev-libs/nettle dev-libs/libtomcrypt ) libtomcrypt is not packaged +RDEPEND=" + dev-libs/nettle + gtk? ( >=x11-libs/gtk+-3.12:3 )" +DEPEND="${RDEPEND}" + +src_prepare() { + eautoreconf + eapply_user +} + +src_configure() { + econf $(use_with gtk) +} diff --git a/app-editors/Manifest.gz b/app-editors/Manifest.gz index 5fcb6a5e516b..837c508a0d78 100644 Binary files a/app-editors/Manifest.gz and b/app-editors/Manifest.gz differ diff --git a/app-editors/vim-core/vim-core-8.0.1298.ebuild b/app-editors/vim-core/vim-core-8.0.1298.ebuild index aa37675a5875..a6f485967f31 100644 --- a/app-editors/vim-core/vim-core-8.0.1298.ebuild +++ b/app-editors/vim-core/vim-core-8.0.1298.ebuild @@ -12,7 +12,7 @@ if [[ ${PV} == 9999* ]] ; then else SRC_URI="https://github.com/vim/vim/archive/v${PV}.tar.gz -> vim-${PV}.tar.gz https://dev.gentoo.org/~radhermit/vim/vim-8.0.0938-gentoo-patches.tar.bz2" - KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" + KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" fi DESCRIPTION="vim and gvim shared files" diff --git a/app-editors/vim/vim-8.0.1298.ebuild b/app-editors/vim/vim-8.0.1298.ebuild index 64e5be4ffdfe..e3c6c5c63c1e 100644 --- a/app-editors/vim/vim-8.0.1298.ebuild +++ b/app-editors/vim/vim-8.0.1298.ebuild @@ -13,7 +13,7 @@ if [[ ${PV} == 9999* ]] ; then else SRC_URI="https://github.com/vim/vim/archive/v${PV}.tar.gz -> ${P}.tar.gz https://dev.gentoo.org/~radhermit/vim/vim-8.0.0938-gentoo-patches.tar.bz2" - KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" + KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" fi DESCRIPTION="Vim, an improved vi-style text editor" diff --git a/app-emacs/Manifest.gz b/app-emacs/Manifest.gz index 4f39fb838619..8e5ebf98fa73 100644 Binary files a/app-emacs/Manifest.gz and b/app-emacs/Manifest.gz differ diff --git a/app-emacs/puppet-mode/puppet-mode-0.3-r1.ebuild b/app-emacs/puppet-mode/puppet-mode-0.3-r1.ebuild index c3499c592dab..71d3827097d7 100644 --- a/app-emacs/puppet-mode/puppet-mode-0.3-r1.ebuild +++ b/app-emacs/puppet-mode/puppet-mode-0.3-r1.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/voxpupuli/puppet-mode/archive/${PV}.tar.gz -> ${P}.t LICENSE="GPL-3" SLOT="0" -KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 x86" +KEYWORDS="amd64 ~arm ~hppa ~ppc ~ppc64 x86" DOCS="CHANGES.rst README.rst" SITEFILE="50${PN}-1-gentoo.el" diff --git a/app-i18n/Manifest.gz b/app-i18n/Manifest.gz index d9e0a7d5865a..3c9ed408bb3f 100644 Binary files a/app-i18n/Manifest.gz and b/app-i18n/Manifest.gz differ diff --git a/app-i18n/poedit/poedit-1.8.5.ebuild b/app-i18n/poedit/poedit-1.8.5.ebuild index 3b8c2b88360f..95a2f210354f 100644 --- a/app-i18n/poedit/poedit-1.8.5.ebuild +++ b/app-i18n/poedit/poedit-1.8.5.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://github.com/vslavik/${PN}/releases/download/v${PV}-oss/${P}.tar. LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 hppa ~ppc ppc64 x86" +KEYWORDS="amd64 hppa ~ppc ppc64 ~sparc x86" IUSE="" # db/expat req for legacytm (backwards support for pre 1.6) diff --git a/app-i18n/poedit/poedit-1.8.7.ebuild b/app-i18n/poedit/poedit-1.8.7.ebuild index b4ca8cf69ffe..4e868c8f55ae 100644 --- a/app-i18n/poedit/poedit-1.8.7.ebuild +++ b/app-i18n/poedit/poedit-1.8.7.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://github.com/vslavik/${PN}/releases/download/v${PV}-oss/${P}.tar. LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86" IUSE="" # db/expat req for legacytm (backwards support for pre 1.6) diff --git a/app-misc/Manifest.gz b/app-misc/Manifest.gz index 7c8ebe9dbd8d..68e0bda2f552 100644 Binary files a/app-misc/Manifest.gz and b/app-misc/Manifest.gz differ diff --git a/app-misc/ca-certificates/ca-certificates-20161130.3.30.2.ebuild b/app-misc/ca-certificates/ca-certificates-20161130.3.30.2.ebuild index 2fac1bf79439..c538eb461d5e 100644 --- a/app-misc/ca-certificates/ca-certificates-20161130.3.30.2.ebuild +++ b/app-misc/ca-certificates/ca-certificates-20161130.3.30.2.ebuild @@ -58,7 +58,7 @@ 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 ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt" +KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt" IUSE="insecure_certs" ${PRECOMPILED} || IUSE+=" cacert" diff --git a/app-misc/geoclue/geoclue-2.4.7.ebuild b/app-misc/geoclue/geoclue-2.4.7.ebuild index 4748e7b60d88..a14ed58d9f3b 100644 --- a/app-misc/geoclue/geoclue-2.4.7.ebuild +++ b/app-misc/geoclue/geoclue-2.4.7.ebuild @@ -22,7 +22,7 @@ RDEPEND=" sys-apps/dbus introspection? ( >=dev-libs/gobject-introspection-0.9.6:= ) modemmanager? ( >=net-misc/modemmanager-1 ) - zeroconf? ( >=net-dns/avahi-0.6.10 ) + zeroconf? ( >=net-dns/avahi-0.6.10[dbus] ) !/dev/null ; then -- LDFLAGS="$LDFLAGS `$GW_CONFIG --libs`" -+ LIBS="$LIBS `$GW_CONFIG --libs`" - gw_libdir=`$GW_CONFIG --libs` - AC_MSG_RESULT([$gw_libdir]) - fi diff --git a/app-mobilephone/kannel-sqlbox/files/kannel-sqlbox-0.7.2-sqlinit-hfiles.patch b/app-mobilephone/kannel-sqlbox/files/kannel-sqlbox-0.7.2-sqlinit-hfiles.patch deleted file mode 100644 index 0a3fb9136709..000000000000 --- a/app-mobilephone/kannel-sqlbox/files/kannel-sqlbox-0.7.2-sqlinit-hfiles.patch +++ /dev/null @@ -1,84 +0,0 @@ -diff -Naur sqlbox-0.7.2/gw/sqlbox_mssql.h sqlbox-0.7.2.new/gw/sqlbox_mssql.h ---- sqlbox-0.7.2/gw/sqlbox_mssql.h 2009-05-19 11:08:35.000000000 -0400 -+++ sqlbox-0.7.2.new/gw/sqlbox_mssql.h 2009-09-16 11:23:03.000000000 -0400 -@@ -46,7 +46,7 @@ - void sql_save_msg(Msg *msg, Octstr *momt /*, Octstr smsbox_id */); - Msg *mssql_fetch_msg(); - void sql_shutdown(); --struct server_type *sql_init_mssql(Cfg *cfg); -+struct server_type *sqlbox_init_mssql(Cfg *cfg); - #ifndef sqlbox_mssql_c - extern - #endif -diff -Naur sqlbox-0.7.2/gw/sqlbox_mysql.h sqlbox-0.7.2.new/gw/sqlbox_mysql.h ---- sqlbox-0.7.2/gw/sqlbox_mysql.h 2009-05-19 11:08:35.000000000 -0400 -+++ sqlbox-0.7.2.new/gw/sqlbox_mysql.h 2009-09-16 11:23:03.000000000 -0400 -@@ -48,7 +48,7 @@ - void sql_save_msg(Msg *msg, Octstr *momt); - Msg *mysql_fetch_msg(); - void sql_shutdown(); --struct server_type *sql_init_mysql(Cfg *cfg); -+struct server_type *sqlbox_init_mysql(Cfg *cfg); - #ifndef sqlbox_mysql_c - extern - #endif -diff -Naur sqlbox-0.7.2/gw/sqlbox_oracle.h sqlbox-0.7.2.new/gw/sqlbox_oracle.h ---- sqlbox-0.7.2/gw/sqlbox_oracle.h 2009-05-19 11:08:35.000000000 -0400 -+++ sqlbox-0.7.2.new/gw/sqlbox_oracle.h 2009-09-16 11:23:03.000000000 -0400 -@@ -52,7 +52,7 @@ - void sql_save_msg(Msg *msg, Octstr *momt /*, Octstr smsbox_id */); - Msg *oracle_fetch_msg(); - void sql_shutdown(); --struct server_type *sql_init_oracle(Cfg *cfg); -+struct server_type *sqlbox_init_oracle(Cfg *cfg); - #ifndef sqlbox_oracle_c - extern - #endif -diff -Naur sqlbox-0.7.2/gw/sqlbox_pgsql.h sqlbox-0.7.2.new/gw/sqlbox_pgsql.h ---- sqlbox-0.7.2/gw/sqlbox_pgsql.h 2009-05-19 11:08:35.000000000 -0400 -+++ sqlbox-0.7.2.new/gw/sqlbox_pgsql.h 2009-09-16 11:23:03.000000000 -0400 -@@ -44,7 +44,7 @@ - void sql_save_msg(Msg *msg, Octstr *momt /*, Octstr smsbox_id */); - Msg *pgsql_fetch_msg(); - void sql_shutdown(); --struct server_type *sql_init_pgsql(Cfg *cfg); -+struct server_type *sqlbox_init_pgsql(Cfg *cfg); - void sqlbox_configure_pgsql(Cfg* cfg); - #ifndef sqlbox_pgsql_c - extern -diff -Naur sqlbox-0.7.2/gw/sqlbox_sdb.h sqlbox-0.7.2.new/gw/sqlbox_sdb.h ---- sqlbox-0.7.2/gw/sqlbox_sdb.h 2009-05-19 11:08:35.000000000 -0400 -+++ sqlbox-0.7.2.new/gw/sqlbox_sdb.h 2009-09-16 11:23:03.000000000 -0400 -@@ -21,7 +21,7 @@ - void sql_save_msg(Msg *msg, Octstr *momt ); - Msg *sdb_fetch_msg(); - void sql_shutdown(); --struct server_type *sql_init_sdb(Cfg *cfg); -+struct server_type *sqlbox_init_sdb(Cfg *cfg); - #ifndef sqlbox_sdb_c - extern - #endif -diff -Naur sqlbox-0.7.2/gw/sqlbox_sqlite3.h sqlbox-0.7.2.new/gw/sqlbox_sqlite3.h ---- sqlbox-0.7.2/gw/sqlbox_sqlite3.h 2009-05-19 11:08:35.000000000 -0400 -+++ sqlbox-0.7.2.new/gw/sqlbox_sqlite3.h 2009-09-16 11:23:03.000000000 -0400 -@@ -41,7 +41,7 @@ - void sql_save_msg(Msg *msg, Octstr *momt ); - Msg *sqlite3_fetch_msg(); - void sql_shutdown(); --struct server_type *sql_init_sqlite3(Cfg *cfg); -+struct server_type *sqlbox_init_sqlite3(Cfg *cfg); - #ifndef sqlbox_sqlite3_c - extern - #endif -diff -Naur sqlbox-0.7.2/gw/sqlbox_sqlite.h sqlbox-0.7.2.new/gw/sqlbox_sqlite.h ---- sqlbox-0.7.2/gw/sqlbox_sqlite.h 2009-05-19 11:08:35.000000000 -0400 -+++ sqlbox-0.7.2.new/gw/sqlbox_sqlite.h 2009-09-16 11:23:03.000000000 -0400 -@@ -41,7 +41,7 @@ - void sql_save_msg(Msg *msg, Octstr *momt ); - Msg *sqlite_fetch_msg(); - void sql_shutdown(); --struct server_type *sql_init_sqlite(Cfg *cfg); -+struct server_type *sqlbox_init_sqlite(Cfg *cfg); - #ifndef sqlbox_sqlite_c - extern - #endif \ No newline at end of file diff --git a/app-office/Manifest.gz b/app-office/Manifest.gz index 0f89c42c0532..8949fe82eafa 100644 Binary files a/app-office/Manifest.gz and b/app-office/Manifest.gz differ diff --git a/app-office/lyx/lyx-2.0.8.1-r1.ebuild b/app-office/lyx/lyx-2.0.8.1-r1.ebuild index 0cd685c7964a..6d3194d8af99 100644 --- a/app-office/lyx/lyx-2.0.8.1-r1.ebuild +++ b/app-office/lyx/lyx-2.0.8.1-r1.ebuild @@ -12,7 +12,7 @@ S="${WORKDIR}/${MY_P}" FONT_S="${S}/lib/fonts" FONT_SUFFIX="ttf" DESCRIPTION="WYSIWYM frontend for LaTeX, DocBook, etc." -HOMEPAGE="http://www.lyx.org/" +HOMEPAGE="https://www.lyx.org/" SRC_URI="ftp://ftp.lyx.org/pub/lyx/stable/2.0.x/${MY_P}.tar.xz ftp://ftp.lyx.org/pub/lyx/devel/lyx-2.0/${PV}/${MY_P}.tar.xz" diff --git a/app-office/lyx/lyx-2.1.5-r1.ebuild b/app-office/lyx/lyx-2.1.5-r1.ebuild index 8eaf004cd5f8..3e4ad4766551 100644 --- a/app-office/lyx/lyx-2.1.5-r1.ebuild +++ b/app-office/lyx/lyx-2.1.5-r1.ebuild @@ -12,7 +12,7 @@ S="${WORKDIR}/${MY_P}" FONT_S="${S}/lib/fonts" FONT_SUFFIX="ttf" DESCRIPTION="WYSIWYM frontend for LaTeX, DocBook, etc." -HOMEPAGE="http://www.lyx.org/" +HOMEPAGE="https://www.lyx.org/" SRC_URI="ftp://ftp.lyx.org/pub/lyx/stable/2.1.x/${MY_P}.tar.xz ftp://ftp.lyx.org/pub/lyx/devel/lyx-2.1/${MY_P}/${MY_P}.tar.xz" diff --git a/app-office/lyx/lyx-2.2.2-r1.ebuild b/app-office/lyx/lyx-2.2.2-r1.ebuild index e3060f8aa90d..fdc8702116dc 100644 --- a/app-office/lyx/lyx-2.2.2-r1.ebuild +++ b/app-office/lyx/lyx-2.2.2-r1.ebuild @@ -12,7 +12,7 @@ S="${WORKDIR}/${MY_P}" FONT_S="${S}/lib/fonts" FONT_SUFFIX="ttf" DESCRIPTION="WYSIWYM frontend for LaTeX, DocBook, etc." -HOMEPAGE="http://www.lyx.org/" +HOMEPAGE="https://www.lyx.org/" SRC_URI="ftp://ftp.lyx.org/pub/lyx/stable/2.2.x/${MY_P}.tar.xz ftp://ftp.lyx.org/pub/lyx/devel/lyx-2.2/${MY_P}/${MY_P}.tar.xz" diff --git a/app-office/lyx/lyx-2.2.3.ebuild b/app-office/lyx/lyx-2.2.3.ebuild index e3060f8aa90d..fdc8702116dc 100644 --- a/app-office/lyx/lyx-2.2.3.ebuild +++ b/app-office/lyx/lyx-2.2.3.ebuild @@ -12,7 +12,7 @@ S="${WORKDIR}/${MY_P}" FONT_S="${S}/lib/fonts" FONT_SUFFIX="ttf" DESCRIPTION="WYSIWYM frontend for LaTeX, DocBook, etc." -HOMEPAGE="http://www.lyx.org/" +HOMEPAGE="https://www.lyx.org/" SRC_URI="ftp://ftp.lyx.org/pub/lyx/stable/2.2.x/${MY_P}.tar.xz ftp://ftp.lyx.org/pub/lyx/devel/lyx-2.2/${MY_P}/${MY_P}.tar.xz" diff --git a/app-portage/Manifest.gz b/app-portage/Manifest.gz index 689012f27fb9..ebf3285c5971 100644 Binary files a/app-portage/Manifest.gz and b/app-portage/Manifest.gz differ diff --git a/app-portage/gemato/gemato-9.2.ebuild b/app-portage/gemato/gemato-9.2.ebuild index 10e53f73cea9..b20c653aa9c6 100644 --- a/app-portage/gemato/gemato-9.2.ebuild +++ b/app-portage/gemato/gemato-9.2.ebuild @@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz" LICENSE="BSD-2" SLOT="0" -KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~x86" IUSE="+blake2 bzip2 +gpg lzma +portage-postsync sha3 test" MODULE_RDEPEND=" diff --git a/app-text/Manifest.gz b/app-text/Manifest.gz index 0360c4bc1acc..dbb7953ec261 100644 Binary files a/app-text/Manifest.gz and b/app-text/Manifest.gz differ diff --git a/app-text/asciidoc/asciidoc-8.6.10.ebuild b/app-text/asciidoc/asciidoc-8.6.10.ebuild index b6ddd0327d8f..ad42cd81afbc 100644 --- a/app-text/asciidoc/asciidoc-8.6.10.ebuild +++ b/app-text/asciidoc/asciidoc-8.6.10.ebuild @@ -10,7 +10,7 @@ inherit autotools python-single-r1 readme.gentoo-r1 DESCRIPTION="AsciiDoc is a plain text human readable/writable document format" HOMEPAGE="http://asciidoc.org/" SRC_URI="https://github.com/asciidoc/asciidoc/archive/${PV}.tar.gz -> ${P}.tar.gz" -KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" LICENSE="GPL-2" SLOT="0" diff --git a/app-text/fictionup/Manifest b/app-text/fictionup/Manifest new file mode 100644 index 000000000000..9746bf146192 --- /dev/null +++ b/app-text/fictionup/Manifest @@ -0,0 +1 @@ +DIST fictionup-0.1.tar.gz 322407 BLAKE2B 73b464b73f58d725a1973450c2ecb79e140d2a2a4f6a563ea9d5fc1c25ff417a98f487fd26f1c578234007ccb52902390e6292fd3f1b3ec0331a31d00e25e9c3 SHA512 375dbfb27cab05693197b0774875ebbafdb5c4a1bc67db318e00712b821d37fc647b5047fbca083ad145847aa61b81486e4f5192524c233d3facdec3447beb6e diff --git a/app-text/fictionup/fictionup-0.1.ebuild b/app-text/fictionup/fictionup-0.1.ebuild new file mode 100644 index 000000000000..08b5f5315776 --- /dev/null +++ b/app-text/fictionup/fictionup-0.1.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +inherit cmake-utils + +DESCRIPTION="A command-line markdown to fb2 convertor" +HOMEPAGE="http://cdslow.org.ru/fictionup/" +SRC_URI="http://cdslow.org.ru/files/${PN}/${P}.tar.gz" +LICENSE="GPL-3" +SLOT="0" +IUSE="" +KEYWORDS="~amd64 ~x86" +DEPEND="dev-libs/libyaml" +RDEPEND="${DEPEND}" + +src_install() { + cmake-utils_src_install + mv "${D}"usr/share/doc/${PN} "${D}"usr/share/doc/${PF} || die "doc mv failed" +} diff --git a/app-text/fictionup/metadata.xml b/app-text/fictionup/metadata.xml new file mode 100644 index 000000000000..af04cd4a1e5f --- /dev/null +++ b/app-text/fictionup/metadata.xml @@ -0,0 +1,13 @@ + + + + + grozin@gentoo.org + Andrey Grozin + + + fictionup is a command-line markdown to fb2 convertor. Metadata can be + included in the input file as a yaml block or given by a command-line + argument. + + diff --git a/app-text/po4a/files/po4a-0.45-port-our-regex-to-perl-5.22.patch b/app-text/po4a/files/po4a-0.45-port-our-regex-to-perl-5.22.patch deleted file mode 100644 index a204d5e97217..000000000000 --- a/app-text/po4a/files/po4a-0.45-port-our-regex-to-perl-5.22.patch +++ /dev/null @@ -1,44 +0,0 @@ -Fix sgml and tex regex against perl-5.22. See Gentoo-bug: 604428. -Based on a patch from upstream git. Original commit info: -From 44e5c2f02b3166536257bc9d6384d41dda386648 Mon Sep 17 00:00:00 2001 -From: Martin Quinson -Date: Fri, 28 Aug 2015 19:01:17 +0200 -Subject: [PATCH] Port our regex to Perl 5.22 (patch by Roderich Schupp) - ---- - lib/Locale/Po4a/Sgml.pm | 4 ++-- - lib/Locale/Po4a/TeX.pm | 2 +- - 2 files changed, 3 insertions(+), 3 deletions(-) - -diff --git a/lib/Locale/Po4a/Sgml.pm b/lib/Locale/Po4a/Sgml.pm -index 742e003..3ad5e8d 100644 ---- a/lib/Locale/Po4a/Sgml.pm -+++ b/lib/Locale/Po4a/Sgml.pm -@@ -672,9 +672,9 @@ sub parse_file { - } - } - } -- $prolog =~ s///g; -+ $prolog =~ s///g; - # Unprotect undefined inclusions, and die of them -- $prolog =~ s/{PO4A-percent}/%/sg; -+ $prolog =~ s/\{PO4A-percent\}/%/sg; - if ($prolog =~ /%([^;\s]*);/) { - die wrap_mod("po4a::sgml", - dgettext("po4a", -diff --git a/lib/Locale/Po4a/TeX.pm b/lib/Locale/Po4a/TeX.pm -index a78f94b..0faa465 100644 ---- a/lib/Locale/Po4a/TeX.pm -+++ b/lib/Locale/Po4a/TeX.pm -@@ -1168,7 +1168,7 @@ sub parse { - # environment contains an un-closed bracket) - if ( ($closed and ($line =~ /^\s*$/ or - $line =~ /^\s*$RE_VERBATIM\s*$/)) -- or (in_verbatim(@env) and $line =~ /^\s*\Q$ESCAPE\Eend{$env[-1]}\s*$/) -+ or (in_verbatim(@env) and $line =~ /^\s*\Q$ESCAPE\Eend\{$env[-1]\}\s*$/) - ) { - # An empty line. This indicates the end of the current - # paragraph. --- -2.10.2 - diff --git a/app-vim/Manifest.gz b/app-vim/Manifest.gz index f37e9d661b0c..9edbe1d9bfb0 100644 Binary files a/app-vim/Manifest.gz and b/app-vim/Manifest.gz differ diff --git a/app-vim/frawor/Manifest b/app-vim/frawor/Manifest new file mode 100644 index 000000000000..0e705068ec3a --- /dev/null +++ b/app-vim/frawor/Manifest @@ -0,0 +1 @@ +DIST frawor-0.2.3.tar.xz 257268 BLAKE2B 4409de0fb392841676eac2d794e0e44f64e3978dea1b72b807b7660a9feb1da3850a1ba651287f624830da4d1529daea60da2b76db37e422b6a4827e73dcf8d6 SHA512 ad8c6939875b5783b3faa0a3194e187161ba10f662a896f06ea86aebf12b172bd8d419b14a95c0d14aedfb38ebc5de73895d6d472db64dc15f567509e55188b2 diff --git a/app-vim/frawor/frawor-0.2.3.ebuild b/app-vim/frawor/frawor-0.2.3.ebuild new file mode 100644 index 000000000000..6a80c16a5951 --- /dev/null +++ b/app-vim/frawor/frawor-0.2.3.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit vim-plugin + +DESCRIPTION="vim plugin: modular vim framework" +HOMEPAGE="https://bitbucket.org/ZyX_I/frawor" +SRC_URI="https://bitbucket.org/ZyX_I/${PN}/downloads/${P}.tar.xz" + +LICENSE="vim" +KEYWORDS="~amd64 ~x86" + +# Tests rely on zsh. No. +RESTRICT="test" diff --git a/app-vim/frawor/metadata.xml b/app-vim/frawor/metadata.xml new file mode 100644 index 000000000000..4de8542f5d22 --- /dev/null +++ b/app-vim/frawor/metadata.xml @@ -0,0 +1,11 @@ + + + + + vim@gentoo.org + Gentoo Vim Project + + + ZyX_I/frawor + + diff --git a/dev-ada/Manifest.gz b/dev-ada/Manifest.gz index 17fa433f18fc..4f0c771ddd53 100644 Binary files a/dev-ada/Manifest.gz and b/dev-ada/Manifest.gz differ diff --git a/dev-ada/langkit/Manifest b/dev-ada/langkit/Manifest new file mode 100644 index 000000000000..e7ad949e03cf --- /dev/null +++ b/dev-ada/langkit/Manifest @@ -0,0 +1 @@ +DIST langkit-gps-src-2017.tar.gz 364589 BLAKE2B 14d80e904ded20a73d65a5828157ea82672559b5bb47e465381989ad3a6e90f41bd0c6db0a5e4f7b7c532fd4f697f9bc8cb3163c6e61106d0d44da994b1c7b28 SHA512 1c86e60710e4def3d430372eed11bf1a27bf82e84c7b787c5a0be15229b6e5f786dbdf830a311423dd7539841de3076d370afc8b4c1b0cddd1bc379372dcdc95 diff --git a/dev-ada/langkit/files/langkit-2017-gentoo.patch b/dev-ada/langkit/files/langkit-2017-gentoo.patch new file mode 100644 index 000000000000..0260d44c8885 --- /dev/null +++ b/dev-ada/langkit/files/langkit-2017-gentoo.patch @@ -0,0 +1,36 @@ +--- langkit-gps-src/langkit/templates/project_file.mako.old 2017-07-11 14:19:12.841221846 +0200 ++++ langkit-gps-src/langkit/templates/project_file.mako 2017-07-11 14:12:39.104981170 +0200 +@@ -82,9 +82,11 @@ + for Default_Switches ("Ada") use + Common_Ada_Cargs & ("-g", "-O0", "-gnatwe", "-gnata"); + +- for Default_Switches ("C") use Common_C_Cargs & ("-g3", "-O0"); ++ for Default_Switches ("C") use Common_C_Cargs & ++ ("-g3", "-O0", "-fPIC"); + +- for Switches ("quex_lexer.c") use Common_C_Cargs & ("-g0", "-O0"); ++ for Switches ("quex_lexer.c") use Common_C_Cargs & ++ ("-g0", "-O0", "-fPIC"); + -- This file is *huge* and the debugging information for it harms + -- Valgrind runs. We almost never have to debug this file so + -- this is acceptable. +@@ -111,6 +111,7 @@ + -- ... and this prevents OOM on other platforms + end case; + end case; ++ for Driver ("C") use External ("GCC", "gcc"); + end Compiler; + + package Binder is +--- langkit-gps-src/langkit/compile_context.py.old 2017-12-13 22:12:38.689143125 +0100 ++++ langkit-gps-src/langkit/compile_context.py 2017-12-13 22:13:02.446737994 +0100 +@@ -1171,8 +1171,7 @@ + # the Quex specification changed from last build. + if generate_lexer and self.cache.is_stale('quex_specification', + quex_spec): +- quex_py_file = path.join(os.environ["QUEX_PATH"], "quex-exe.py") +- subprocess.check_call([sys.executable, quex_py_file, "-i", ++ subprocess.check_call(["quex", "-i", + quex_file, + "-o", "quex_lexer", + "--buffer-element-size", "4", diff --git a/dev-ada/langkit/langkit-2017.ebuild b/dev-ada/langkit/langkit-2017.ebuild new file mode 100644 index 000000000000..90b59dbad415 --- /dev/null +++ b/dev-ada/langkit/langkit-2017.ebuild @@ -0,0 +1,45 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( python2_7 ) + +inherit python-single-r1 + +MYPN=${PN}-gps-src + +DESCRIPTION="A Python framework to generate language parsers" +HOMEPAGE="https://www.adacore.com/community" +SRC_URI="http://mirrors.cdn.adacore.com/art/591c45e2c7a447af2deed044 + -> ${MYPN}-${PV}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" + +DEPEND="${PYTHON_DEPS} + dev-ada/gnatcoll[gnat_2017,iconv,shared] + dev-python/mako + dev-python/pyyaml + dev-python/enum34 + dev-python/funcy + dev-python/docutils + dev-python/quex" +RDEPEND="${DEPEND}" + +S="${WORKDIR}"/${MYPN} + +PATCHES=( "${FILESDIR}"/${P}-gentoo.patch ) + +src_test() { + testsuite/testsuite.py | grep FAILED && die "Test failed" +} + +src_install() { + default + python_domodule langkit + python_doscript scripts/create-project.py +} diff --git a/dev-ada/langkit/metadata.xml b/dev-ada/langkit/metadata.xml new file mode 100644 index 000000000000..bfb9cb6484b2 --- /dev/null +++ b/dev-ada/langkit/metadata.xml @@ -0,0 +1,18 @@ + + + + + tupone@gentoo.org + Tupone Alfredo + + + Langkit (nickname for language kit) is a tool whose purpose is to make + it easy to create syntactic and semantic analysis engines. Write a + language specification in our Python DSL and Langkit will generate for + you an Ada library with bindings for the C and Python programming + languages. + The generated library is meant to provide a basis to write tooling, + including tools working on potentially changing and incorrect code, + such as IDEs. + + diff --git a/dev-ada/libadalang/Manifest b/dev-ada/libadalang/Manifest index 3e4dbf4d1804..a4863a34881e 100644 --- a/dev-ada/libadalang/Manifest +++ b/dev-ada/libadalang/Manifest @@ -1,2 +1 @@ -DIST langkit-gps-src-2017.tar.gz 364589 BLAKE2B 14d80e904ded20a73d65a5828157ea82672559b5bb47e465381989ad3a6e90f41bd0c6db0a5e4f7b7c532fd4f697f9bc8cb3163c6e61106d0d44da994b1c7b28 SHA512 1c86e60710e4def3d430372eed11bf1a27bf82e84c7b787c5a0be15229b6e5f786dbdf830a311423dd7539841de3076d370afc8b4c1b0cddd1bc379372dcdc95 DIST libadalang-2017-src.tar.gz 1862217 BLAKE2B 58f72726285e56a15278e85902fabf988327ea86a08cc6c86271d61075a6b19a0bffa86e5302f5c32e6d35ef95473ad747853b14899a12d09d49d656f4e6559e SHA512 c8663a7214c3c1dd73a6589a6db10d219fcd2db39ba2ce184eea85272c5f206ab0aa8d13b0e19b08a5996906c7fbddd479795363ec22e889dfceda9967c346c7 diff --git a/dev-ada/libadalang/files/libadalang-2017-gentoo.patch b/dev-ada/libadalang/files/libadalang-2017-gentoo.patch index bf4dfcde83d0..dc84915ad5a0 100644 --- a/dev-ada/libadalang/files/libadalang-2017-gentoo.patch +++ b/dev-ada/libadalang/files/libadalang-2017-gentoo.patch @@ -1,27 +1,5 @@ ---- work/langkit-gps-src/langkit/templates/project_file.mako.old 2017-07-11 14:19:12.841221846 +0200 -+++ work/langkit-gps-src/langkit/templates/project_file.mako 2017-07-11 14:12:39.104981170 +0200 -@@ -82,9 +82,9 @@ - for Default_Switches ("Ada") use - Common_Ada_Cargs & ("-g", "-O0", "-gnatwe", "-gnata"); - -- for Default_Switches ("C") use Common_C_Cargs & ("-g3", "-O0"); -+ for Default_Switches ("C") use Common_C_Cargs & ("-g3", "-O0", "-fPIC"); - -- for Switches ("quex_lexer.c") use Common_C_Cargs & ("-g0", "-O0"); -+ for Switches ("quex_lexer.c") use Common_C_Cargs & ("-g0", "-O0", "-fPIC"); - -- This file is *huge* and the debugging information for it harms - -- Valgrind runs. We almost never have to debug this file so - -- this is acceptable. -@@ -111,6 +111,7 @@ - -- ... and this prevents OOM on other platforms - end case; - end case; -+ for Driver ("C") use External ("GCC", "gcc"); - end Compiler; - - package Binder is ---- work/libadalang-gps-src/ada/testsuite/testsuite_support/capi_driver.py 2017-07-30 16:01:31.495287196 +0200 -+++ work/libadalang-gps-src/ada/testsuite/testsuite_support/capi_driver.py.old 2017-07-30 16:00:08.104464440 +0200 +--- libadalang-gps-src/ada/testsuite/testsuite_support/capi_driver.py 2017-07-30 16:01:31.495287196 +0200 ++++ libadalang-gps-src/ada/testsuite/testsuite_support/capi_driver.py.old 2017-07-30 16:00:08.104464440 +0200 @@ -72,6 +72,7 @@ -- different default standard. @@ -30,15 +8,3 @@ end Compiler; end P; '''.format(main_source=compile_units[0], ---- work/langkit-gps-src/langkit/compile_context.py.old 2017-12-13 22:12:38.689143125 +0100 -+++ work/langkit-gps-src/langkit/compile_context.py 2017-12-13 22:13:02.446737994 +0100 -@@ -1171,8 +1171,7 @@ - # the Quex specification changed from last build. - if generate_lexer and self.cache.is_stale('quex_specification', - quex_spec): -- quex_py_file = path.join(os.environ["QUEX_PATH"], "quex-exe.py") -- subprocess.check_call([sys.executable, quex_py_file, "-i", -+ subprocess.check_call(["quex", "-i", - quex_file, - "-o", "quex_lexer", - "--buffer-element-size", "4", diff --git a/dev-ada/libadalang/libadalang-2017.ebuild b/dev-ada/libadalang/libadalang-2017.ebuild index 8e4ed678cb32..651850d933e4 100644 --- a/dev-ada/libadalang/libadalang-2017.ebuild +++ b/dev-ada/libadalang/libadalang-2017.ebuild @@ -10,9 +10,7 @@ inherit python-single-r1 DESCRIPTION="high performance semantic engine for the Ada programming language" HOMEPAGE="https://libre.adacore.com/" SRC_URI="http://mirrors.cdn.adacore.com/art/591c45e2c7a447af2deed042 - -> ${P}-src.tar.gz - http://mirrors.cdn.adacore.com/art/591c45e2c7a447af2deed044 - -> langkit-gps-src-${PV}.tar.gz" + -> ${P}-src.tar.gz" LICENSE="GPL-3 gcc-runtime-library-exception-3.1" SLOT="0" @@ -23,32 +21,26 @@ RDEPEND="dev-python/pyyaml ${PYTHON_DEPS}" DEPEND="${RDEPEND} dev-ada/gnatcoll[projects,shared,gnat_2016=,gnat_2017=] - dev-python/docutils - dev-python/mako - dev-python/enum34 - dev-python/quex - dev-python/funcy" + dev-ada/langkit" REQUIRED_USE="${PYTHON_REQUIRED_USE} ^^ ( gnat_2016 gnat_2017 )" -S="${WORKDIR}" +S="${WORKDIR}"/${PN}-gps-src PATCHES=( "${FILESDIR}"/${P}-gentoo.patch ) src_prepare() { default - rm -r ${PN}-gps-src/ada/testsuite/tests/{acats_parse,stylechecks} || die + rm -r ada/testsuite/tests/{acats_parse,stylechecks} || die } src_compile() { - cd ${PN}-gps-src - PYTHONPATH=${PYTHONPATH}:"${WORKDIR}"/langkit-gps-src \ - GCC=${CHOST}-gcc-4.9.4 ada/manage.py make || die + GCC=${CHOST}-gcc-4.9.4 ada/manage.py make || die } src_test () { local myDir="${WORKDIR}"/${PN}-gps-src - cd ${PN}-gps-src/ada/testsuite + cd ada/testsuite ln -sf "${myDir}"/build/include/libadalang.h c_support/libadalang.h #./testsuite.py --show-error-output |& grep FAILED && die "Test failed" GPR_PROJECT_PATH="${myDir}"/build/lib/gnat \ @@ -60,8 +52,6 @@ src_test () { } src_install () { - cd ${PN}-gps-src - PYTHONPATH=${PYTHONPATH}:"${WORKDIR}"/langkit-gps-src \ - ada/manage.py install "${D}"usr + ada/manage.py install "${D}"usr python_domodule build/python/libadalang.py } diff --git a/dev-cpp/Manifest.gz b/dev-cpp/Manifest.gz index d12acf80418f..c52ff53d072e 100644 Binary files a/dev-cpp/Manifest.gz and b/dev-cpp/Manifest.gz differ diff --git a/dev-cpp/gsl/gsl-0_pre20171105.ebuild b/dev-cpp/gsl/gsl-0_pre20171105.ebuild index 78ac010145e7..ae775ff3f8c0 100644 --- a/dev-cpp/gsl/gsl-0_pre20171105.ebuild +++ b/dev-cpp/gsl/gsl-0_pre20171105.ebuild @@ -18,6 +18,10 @@ IUSE="test" RDEPEND="" DEPEND="test? ( >=dev-cpp/catch-1.11.0 )" +PATCHES=( + "${FILESDIR}/${P}-use_system_catch-636828.patch" +) + src_configure() { local mycmakeargs=( -DGSL_TEST=$(usex test) ) cmake-utils_src_configure diff --git a/dev-cpp/lucene++/lucene++-3.0.7.ebuild b/dev-cpp/lucene++/lucene++-3.0.7.ebuild index ddb0f0570e20..75e282e5ff4a 100644 --- a/dev-cpp/lucene++/lucene++-3.0.7.ebuild +++ b/dev-cpp/lucene++/lucene++-3.0.7.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://github.com/luceneplusplus/LucenePlusPlus/archive/rel_${PV}.tar. LICENSE="|| ( LGPL-3 Apache-2.0 )" SLOT="0" -KEYWORDS="amd64 hppa ~ppc ppc64 x86" +KEYWORDS="amd64 hppa ~ppc ppc64 ~sparc x86" IUSE="debug" DEPEND="dev-libs/boost:=" diff --git a/dev-db/Manifest.gz b/dev-db/Manifest.gz index fdad901b4a57..205ef7c93e22 100644 Binary files a/dev-db/Manifest.gz and b/dev-db/Manifest.gz differ diff --git a/dev-db/aerospike-server-community/Manifest b/dev-db/aerospike-server-community/Manifest index 23da4732b950..f0ca3c7ae318 100644 --- a/dev-db/aerospike-server-community/Manifest +++ b/dev-db/aerospike-server-community/Manifest @@ -1,4 +1,7 @@ DIST aerospike-server-community-3.13.0.7-debian7.tgz 10658707 BLAKE2B 0c254ed314adee2b625bad7aa5a96dfcd87f25cc053a22a38da7fa796fc734d3b2a551c990cb45c0ac2bc7b0459ca57a8aa5c15f54fe45ee75d2005b29ed07e3 SHA512 1dfe2fc52c7870f6c4bfbe26cb718cad7725c1362886c4ed30fed04ac40a692eedab47f03ce70fd2a4bc52a9df92ec08683eec24a1fa62a5674530272c705409 +DIST aerospike-server-community-3.13.0.8-debian7.tgz 10659161 BLAKE2B 845b752a2071b6a9a0502a3bc63f15db836fc0615103ce27b0a81c11a808f1b7423dcd84bf8d3584738c273e3756a6cf155b0a9bea73a79511ec5ea5a5243f0a SHA512 70ec34a1832659918c21f08de4968c4e237aa5dc43f07135dd4cfc49d4107de08418f6dadbf07a375b39e1f5e8dc5e156e56428818a4327001e03b75a7bc0038 DIST aerospike-server-community-3.14.1.4-debian7.tgz 10451324 BLAKE2B 59cd0531efb5c45418a1d80ee1eb6b47b281c23b1fc9f2685053fd556a3ca385db216b713be283cf6ccb199ed45c892d5940c1ca87b1c4d6c113b63fe3ea5cd2 SHA512 737c8e2e64d4738d97f1abe4199c4fbc5c00f4c967da3cf6ebbe6e77e416d40ec4c431cf3aec1b9dd4d6388efc0268220b5717924c7083631582899a2d3b6402 +DIST aerospike-server-community-3.14.1.5-debian7.tgz 10451650 BLAKE2B 1b043893094fd843f459e31af7be2818e54697e32dea7338842876bc88deb6a649d8275892b5eb54c1613e52a8bad153e676fbf258afeb5f4e76aed881d16494 SHA512 3b7bb44ba8ce9b9b643067c0c33e1d154dd760096df3d2629ffb7dc6b1c04002b54d771d9cf0303c78e102c6a12a882edd0a689395a8bf55518e23dbf36aea8e DIST aerospike-server-community-3.15.0.1-debian7.tgz 10299283 BLAKE2B 197c8acc0f27c0c5019416e29ed8611b8021d29f5104ca23e06707e2d1fc276f7d86c0a66a0e1395b4d3e286ce4e834c80fcbbcc224b9ac11ac114a91e0a51f4 SHA512 a68c6ce094176bf944baef551553a526581718757967f5f06a7bb02cb81eef923a86db6310f20a3380923ca65d8f31a6785251b7aaacca318c3dc9d6987eaaec DIST aerospike-server-community-3.15.0.2-debian7.tgz 10299075 BLAKE2B 86b755fef6b0fe9e1736584d38e3e9b9ec46f661698ec9643c507605a0252725fea971a46ba2f25a302961c2916b4e21a8d76c8ae8a1a76b3e9a06f30d4fdc74 SHA512 6aae04d81ff9a56e2283186b8a38947b9a30cd2ed97ea4613a9eecd89912ec31695a959f25fc0b06b2cac13c1aaf1c46366cf3967f776a515196e2a2e5dbe431 +DIST aerospike-server-community-3.15.1.3-debian7.tgz 9774757 BLAKE2B bf050897c8ed862155c80844035af39efb04f5875e49593412f3735465e6ddb1eb24cb7a3734c158041ac2e42f54ddc0cbd54ce0019e306b2297fa83d9a6f276 SHA512 67b57814f3a2c950b41952a45a9b3e56739397084af295dccdb364f79dec3e4db717a1e3b4569e920dfac76352f4214c5178bc6f780a60fec6689b1fdff01f4a diff --git a/dev-db/aerospike-server-community/aerospike-server-community-3.13.0.8.ebuild b/dev-db/aerospike-server-community/aerospike-server-community-3.13.0.8.ebuild new file mode 100644 index 000000000000..b7e20d5ad8b6 --- /dev/null +++ b/dev-db/aerospike-server-community/aerospike-server-community-3.13.0.8.ebuild @@ -0,0 +1,71 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 +inherit eutils user + +DESCRIPTION="Flash-optimized, in-memory, nosql database" +HOMEPAGE="http://www.aerospike.com" +SRC_URI="http://www.aerospike.com/artifacts/${PN}/${PV}/${P}-debian7.tgz" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +RDEPEND="sys-libs/readline + sys-libs/zlib + dev-libs/openssl + " +DEPEND="${RDEPEND}" + +S="${WORKDIR}/${P}-debian7" + +pkg_setup() { + enewgroup aerospike + enewuser aerospike -1 /bin/bash /opt/aerospike aerospike +} + +src_prepare() { + local server_deb="${P}.debian7.x86_64.deb" + local tools_deb="aerospike-tools-3.13.0.1.debian7.x86_64.deb" + + ar x "${server_deb}" || die + tar xzf data.tar.gz && rm data.tar.gz || die + + ar x "${tools_deb}" || die + tar xzf data.tar.gz && rm data.tar.gz || die + + rm *.deb asinstall control.tar.gz debian-binary LICENSE SHA256SUMS + rm usr/bin/{asfixownership,asmigrate2to3} +} + +src_install() { + insinto /opt/ + doins -r opt/aerospike + + fperms +x -R /opt/aerospike/bin/ + fperms +x -R /opt/aerospike/lib/python/ + + for dir in '/etc' '/var/log'; do + keepdir "${dir}/aerospike" + done + + insinto /etc/aerospike + for conf in 'aerospike.conf' 'aerospike_mesh.conf' 'aerospike_ssd.conf'; do + doins "${FILESDIR}/${conf}" + done + + insinto /usr/bin + doins usr/bin/* + fperms +x -R /usr/bin/asd + + insinto /etc/logrotate.d + newins "${FILESDIR}"/aerospike.logrotate aerospike + + newinitd "${FILESDIR}"/aerospike.init aerospike + + fowners -R aerospike:aerospike /opt/aerospike/ + fowners aerospike:aerospike /usr/bin/asd + fowners -R aerospike:aerospike /var/log/aerospike +} diff --git a/dev-db/aerospike-server-community/aerospike-server-community-3.14.1.5.ebuild b/dev-db/aerospike-server-community/aerospike-server-community-3.14.1.5.ebuild new file mode 100644 index 000000000000..b7e20d5ad8b6 --- /dev/null +++ b/dev-db/aerospike-server-community/aerospike-server-community-3.14.1.5.ebuild @@ -0,0 +1,71 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 +inherit eutils user + +DESCRIPTION="Flash-optimized, in-memory, nosql database" +HOMEPAGE="http://www.aerospike.com" +SRC_URI="http://www.aerospike.com/artifacts/${PN}/${PV}/${P}-debian7.tgz" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +RDEPEND="sys-libs/readline + sys-libs/zlib + dev-libs/openssl + " +DEPEND="${RDEPEND}" + +S="${WORKDIR}/${P}-debian7" + +pkg_setup() { + enewgroup aerospike + enewuser aerospike -1 /bin/bash /opt/aerospike aerospike +} + +src_prepare() { + local server_deb="${P}.debian7.x86_64.deb" + local tools_deb="aerospike-tools-3.13.0.1.debian7.x86_64.deb" + + ar x "${server_deb}" || die + tar xzf data.tar.gz && rm data.tar.gz || die + + ar x "${tools_deb}" || die + tar xzf data.tar.gz && rm data.tar.gz || die + + rm *.deb asinstall control.tar.gz debian-binary LICENSE SHA256SUMS + rm usr/bin/{asfixownership,asmigrate2to3} +} + +src_install() { + insinto /opt/ + doins -r opt/aerospike + + fperms +x -R /opt/aerospike/bin/ + fperms +x -R /opt/aerospike/lib/python/ + + for dir in '/etc' '/var/log'; do + keepdir "${dir}/aerospike" + done + + insinto /etc/aerospike + for conf in 'aerospike.conf' 'aerospike_mesh.conf' 'aerospike_ssd.conf'; do + doins "${FILESDIR}/${conf}" + done + + insinto /usr/bin + doins usr/bin/* + fperms +x -R /usr/bin/asd + + insinto /etc/logrotate.d + newins "${FILESDIR}"/aerospike.logrotate aerospike + + newinitd "${FILESDIR}"/aerospike.init aerospike + + fowners -R aerospike:aerospike /opt/aerospike/ + fowners aerospike:aerospike /usr/bin/asd + fowners -R aerospike:aerospike /var/log/aerospike +} diff --git a/dev-db/aerospike-server-community/aerospike-server-community-3.15.1.3.ebuild b/dev-db/aerospike-server-community/aerospike-server-community-3.15.1.3.ebuild new file mode 100644 index 000000000000..e5f19b1e3afc --- /dev/null +++ b/dev-db/aerospike-server-community/aerospike-server-community-3.15.1.3.ebuild @@ -0,0 +1,71 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 +inherit eutils user + +DESCRIPTION="Flash-optimized, in-memory, nosql database" +HOMEPAGE="http://www.aerospike.com" +SRC_URI="http://www.aerospike.com/artifacts/${PN}/${PV}/${P}-debian7.tgz" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +RDEPEND="sys-libs/readline + sys-libs/zlib + dev-libs/openssl + " +DEPEND="${RDEPEND}" + +S="${WORKDIR}/${P}-debian7" + +pkg_setup() { + enewgroup aerospike + enewuser aerospike -1 /bin/bash /opt/aerospike aerospike +} + +src_prepare() { + local server_deb="${P}.debian7.x86_64.deb" + local tools_deb="aerospike-tools-3.15.1.2.debian7.x86_64.deb" + + ar x "${server_deb}" || die + tar xzf data.tar.gz && rm data.tar.gz || die + + ar x "${tools_deb}" || die + tar xzf data.tar.gz && rm data.tar.gz || die + + rm *.deb asinstall control.tar.gz debian-binary LICENSE SHA256SUMS + rm usr/bin/{asfixownership,asmigrate2to3} +} + +src_install() { + insinto /opt/ + doins -r opt/aerospike + + fperms +x -R /opt/aerospike/bin/ + fperms +x -R /opt/aerospike/lib/python/ + + for dir in '/etc' '/var/log'; do + keepdir "${dir}/aerospike" + done + + insinto /etc/aerospike + for conf in 'aerospike.conf' 'aerospike_mesh.conf' 'aerospike_ssd.conf'; do + doins "${FILESDIR}/${conf}" + done + + insinto /usr/bin + doins usr/bin/* + fperms +x -R /usr/bin/asd + + insinto /etc/logrotate.d + newins "${FILESDIR}"/aerospike.logrotate aerospike + + newinitd "${FILESDIR}"/aerospike.init aerospike + + fowners -R aerospike:aerospike /opt/aerospike/ + fowners aerospike:aerospike /usr/bin/asd + fowners -R aerospike:aerospike /var/log/aerospike +} diff --git a/dev-db/etcd/Manifest b/dev-db/etcd/Manifest index 3d29db3c9e6a..f981842ae878 100644 --- a/dev-db/etcd/Manifest +++ b/dev-db/etcd/Manifest @@ -1,4 +1,3 @@ DIST etcd-2.3.8.tar.gz 2206562 BLAKE2B 754930b4b5f0e90386b2b4765a9dbb6790ae509a81d3430c3f7c2c828d90318db3b01a2faea0c7075078096ce74302f2be7444245047534749f49d13a927851e SHA512 4268de32797cab23e9e47784d31d5abd6982068c53d3cc9735a06719740dba45b73f4e067cbc7aa8aef5ca7c56d8be067f1076685ac82f64012b760d8b7f2bfc -DIST etcd-3.2.10.tar.gz 3016954 BLAKE2B d957914e2bb14219531f4d44e01150045c92b27afbf2a3f1a6b09a2a97771c1ae9822925e69feacd2f761f6b0a8e3a2cf09adb3f2783d7f80cea5f9fd8d7cd67 SHA512 6d00bd47b8c76332e4d1eaa12d8db6052c19bad5e99402860875ba1d6590e0b4aa1afc7cfeb25128125d0195c408c5f4d782b75a0132fc6a8f5cfff673faab75 DIST etcd-3.2.11.tar.gz 3016255 BLAKE2B b57d70ab50e9b8c7bf11920c0bf18789975af7f4f1d66b0afb17ba1d4830250972ba2e276de4d67b80bec317cf9d35eac7f63f8ca7c7c25fce2947807dcc42f8 SHA512 e0a71d43d6595c0a08a6068addcf13c98d3d8bd6873c9b5ac39b6183daea34191c1b81a2c81f5c7ec98d587c85f3b1af8cd584d7a0857668f77fb80151858fdb -DIST etcd-3.2.9.tar.gz 2889569 BLAKE2B 27f2e7db1518317484f850bbc5f350adc249c90423efc9379f69050ac0300ce687ef5eeb804520ddd577594080c5bffc0e32eba12edfa8b49775aa4861946647 SHA512 c194365e388fda8f796af70ff4b575b6ccabac0ca9ae3d84d55718e3914b927d5a6ba10b48eddc897139918880fcfa29d7a329463d20ce72f62115a0a41b6d4d +DIST etcd-3.2.12.tar.gz 3046578 BLAKE2B 7b7a071c6856a7f1b5b7ceb68a4efbac74fde6ed1211dabda7d715ea79cd4dc9c10b0f1345d70b8a21e52cb3ac6adfc37c232ea28ff88e5f401212b5a8610d73 SHA512 b672a35ba62efccffa09be6b3d2a84b99e8abcae87093539c705d82e13c0f985a9f07a3d885af7386595f12d433756176db107739749c301e7e5d096e85d018b diff --git a/dev-db/etcd/etcd-3.2.10.ebuild b/dev-db/etcd/etcd-3.2.12.ebuild similarity index 98% rename from dev-db/etcd/etcd-3.2.10.ebuild rename to dev-db/etcd/etcd-3.2.12.ebuild index 9de03c3233bf..c4f9f1d45765 100644 --- a/dev-db/etcd/etcd-3.2.10.ebuild +++ b/dev-db/etcd/etcd-3.2.12.ebuild @@ -49,7 +49,7 @@ src_install() { newins "${FILESDIR}/${PN}.logrotated" "${PN}" dodir /var/lib/${PN} fowners ${PN}:${PN} /var/lib/${PN} - fperms 755 /var/lib/${PN} + fperms 0700 /var/lib/${PN} dodir /var/log/${PN} fowners ${PN}:${PN} /var/log/${PN} fperms 755 /var/log/${PN} diff --git a/dev-db/etcd/etcd-3.2.9.ebuild b/dev-db/etcd/etcd-3.2.9.ebuild deleted file mode 100644 index 9de03c3233bf..000000000000 --- a/dev-db/etcd/etcd-3.2.9.ebuild +++ /dev/null @@ -1,63 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit user systemd golang-vcs-snapshot - -KEYWORDS="~amd64" -EGO_PN="github.com/coreos/etcd" -DESCRIPTION="Highly-available key value store for shared configuration and service discovery" -HOMEPAGE="https://github.com/coreos/etcd" -SRC_URI="https://${EGO_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" -LICENSE="Apache-2.0" -SLOT="0" -IUSE="doc" -DEPEND=">=dev-lang/go-1.8:=" -RDEPEND="!dev-db/etcdctl" - -src_prepare() { - default - sed -e 's|GIT_SHA=.*|GIT_SHA=v${PV}|'\ - -i "${S}"/src/${EGO_PN}/build || die -} - -pkg_setup() { - enewgroup ${PN} - enewuser ${PN} -1 -1 /var/lib/${PN} ${PN} -} - -src_compile() { - export GOPATH=${S} - pushd src/${EGO_PN} || die - ./build || die - popd || die -} - -src_install() { - pushd src/${EGO_PN} || die - insinto /etc/${PN} - doins "${FILESDIR}/${PN}.conf" - dobin bin/* - dodoc README.md - use doc && dodoc -r Documentation - systemd_dounit "${FILESDIR}/${PN}.service" - systemd_newtmpfilesd "${FILESDIR}/${PN}.tmpfiles.d.conf" ${PN}.conf - newinitd "${FILESDIR}"/${PN}.initd ${PN} - newconfd "${FILESDIR}"/${PN}.confd ${PN} - insinto /etc/logrotate.d - newins "${FILESDIR}/${PN}.logrotated" "${PN}" - dodir /var/lib/${PN} - fowners ${PN}:${PN} /var/lib/${PN} - fperms 755 /var/lib/${PN} - dodir /var/log/${PN} - fowners ${PN}:${PN} /var/log/${PN} - fperms 755 /var/log/${PN} - popd || die -} - -src_test() { - pushd src/${EGO_PN} || die - ./test || die - popd || die -} diff --git a/dev-db/mongodb/files/mongodb-3.0.0-fix-scons.patch b/dev-db/mongodb/files/mongodb-3.0.0-fix-scons.patch deleted file mode 100644 index b7378d8ac416..000000000000 --- a/dev-db/mongodb/files/mongodb-3.0.0-fix-scons.patch +++ /dev/null @@ -1,35 +0,0 @@ ---- SConstruct.orig 2015-02-05 16:33:41.000000000 +0000 -+++ SConstruct 2015-02-18 08:21:23.120134258 +0000 -@@ -1008,7 +1008,6 @@ - # -Winvalid-pch Warn if a precompiled header (see Precompiled Headers) is found in the search path but can't be used. - env.Append( CCFLAGS=["-fPIC", - "-fno-strict-aliasing", -- "-ggdb", - "-pthread", - "-Wall", - "-Wsign-compare", -@@ -1016,13 +1015,13 @@ - "-Winvalid-pch"] ) - # env.Append( " -Wconversion" ) TODO: this doesn't really work yet - if linux or darwin: -- env.Append( CCFLAGS=["-pipe"] ) - if not has_option("disable-warnings-as-errors"): - env.Append( CCFLAGS=["-Werror"] ) - - env.Append( CPPDEFINES=["_FILE_OFFSET_BITS=64"] ) -- env.Append( CXXFLAGS=["-Wnon-virtual-dtor", "-Woverloaded-virtual"] ) - env.Append( LINKFLAGS=["-fPIC", "-pthread"] ) -+ env.Append( CXXFLAGS=os.environ['CXXFLAGS'] ) -+ env.Append( LINKFLAGS=os.environ['LDFLAGS'] ) - - # SERVER-9761: Ensure early detection of missing symbols in dependent libraries at program - # startup. -@@ -1039,7 +1038,7 @@ - if not darwin: - env.Append( LINKFLAGS=["-rdynamic"] ) - -- env.Append( LIBS=[] ) -+ env.Append( LIBS=['pcre', 'pcrecpp', 'snappy', 'yaml-cpp'] ) - - #make scons colorgcc friendly - for key in ('HOME', 'TERM'): diff --git a/dev-db/mongodb/files/mongodb-3.4.4-Replace-string-with-explicit-std-string.patch b/dev-db/mongodb/files/mongodb-3.4.4-Replace-string-with-explicit-std-string.patch deleted file mode 100644 index da33d47df7ff..000000000000 --- a/dev-db/mongodb/files/mongodb-3.4.4-Replace-string-with-explicit-std-string.patch +++ /dev/null @@ -1,302 +0,0 @@ -From 9df9837299ab952d4d30db2427beef667e608f79 Mon Sep 17 00:00:00 2001 -From: Steven Green -Date: Mon, 17 Jul 2017 13:05:44 +0100 -Subject: [PATCH] SERVER-30166 Replace string with explicit std::string. - Enables compulation when using --use-system-pcre which presusably used to do - 'using std::string' in an earlier version of pcre - - https://github.com/mongodb/mongo/pull/1166 - ---- - src/mongo/db/dbwebserver.cpp | 1 + - src/mongo/db/matcher/expression_leaf.cpp | 4 ++-- - src/mongo/db/repl/master_slave.cpp | 40 ++++++++++++++++---------------- - src/mongo/shell/bench.cpp | 14 +++++------ - src/mongo/util/net/miniwebserver.cpp | 1 + - 5 files changed, 31 insertions(+), 29 deletions(-) - -diff --git a/src/mongo/db/dbwebserver.cpp b/src/mongo/db/dbwebserver.cpp -index b202e0500b9..02556135240 100644 ---- a/src/mongo/db/dbwebserver.cpp -+++ b/src/mongo/db/dbwebserver.cpp -@@ -67,6 +67,7 @@ namespace mongo { - using std::map; - using std::stringstream; - using std::vector; -+using std::string; - - using namespace html; - -diff --git a/src/mongo/db/matcher/expression_leaf.cpp b/src/mongo/db/matcher/expression_leaf.cpp -index d562bff141e..b96a36d543f 100644 ---- a/src/mongo/db/matcher/expression_leaf.cpp -+++ b/src/mongo/db/matcher/expression_leaf.cpp -@@ -202,7 +202,7 @@ void ComparisonMatchExpression::debugString(StringBuilder& debug, int level) con - } - - void ComparisonMatchExpression::serialize(BSONObjBuilder* out) const { -- string opString = ""; -+ std::string opString = ""; - switch (matchType()) { - case LT: - opString = "$lt"; -@@ -884,7 +884,7 @@ void BitTestMatchExpression::debugString(StringBuilder& debug, int level) const - } - - void BitTestMatchExpression::serialize(BSONObjBuilder* out) const { -- string opString = ""; -+ std::string opString = ""; - - switch (matchType()) { - case BITS_ALL_SET: -diff --git a/src/mongo/db/repl/master_slave.cpp b/src/mongo/db/repl/master_slave.cpp -index 05faad12599..042350465c6 100644 ---- a/src/mongo/db/repl/master_slave.cpp -+++ b/src/mongo/db/repl/master_slave.cpp -@@ -168,7 +168,7 @@ BSONObj ReplSource::jsobj() { - - BSONObjBuilder dbsNextPassBuilder; - int n = 0; -- for (set::iterator i = addDbNextPass.begin(); i != addDbNextPass.end(); i++) { -+ for (set::iterator i = addDbNextPass.begin(); i != addDbNextPass.end(); i++) { - n++; - dbsNextPassBuilder.appendBool(*i, 1); - } -@@ -177,7 +177,7 @@ BSONObj ReplSource::jsobj() { - - BSONObjBuilder incompleteCloneDbsBuilder; - n = 0; -- for (set::iterator i = incompleteCloneDbs.begin(); i != incompleteCloneDbs.end(); i++) { -+ for (set::iterator i = incompleteCloneDbs.begin(); i != incompleteCloneDbs.end(); i++) { - n++; - incompleteCloneDbsBuilder.appendBool(*i, 1); - } -@@ -188,7 +188,7 @@ BSONObj ReplSource::jsobj() { - } - - void ReplSource::ensureMe(OperationContext* txn) { -- string myname = getHostName(); -+ std::string myname = getHostName(); - - // local.me is an identifier for a server for getLastError w:2+ - bool exists = Helpers::getSingleton(txn, "local.me", _me); -@@ -378,10 +378,10 @@ class HandshakeCmd : public Command { - } - - virtual bool run(OperationContext* txn, -- const string& ns, -+ const std::string& ns, - BSONObj& cmdObj, - int options, -- string& errmsg, -+ std::string& errmsg, - BSONObjBuilder& result) { - HandshakeArgs handshake; - Status status = handshake.initialize(cmdObj); -@@ -398,7 +398,7 @@ class HandshakeCmd : public Command { - } handshakeCmd; - - bool replHandshake(DBClientConnection* conn, const OID& myRID) { -- string myname = getHostName(); -+ std::string myname = getHostName(); - - BSONObjBuilder cmd; - cmd.append("handshake", myRID); -@@ -450,7 +450,7 @@ void ReplSource::forceResync(OperationContext* txn, const char* requester) { - BSONElement e = i.next(); - if (e.eoo()) - break; -- string name = e.embeddedObject().getField("name").valuestr(); -+ std::string name = e.embeddedObject().getField("name").valuestr(); - if (!e.embeddedObject().getBoolField("empty")) { - if (name != "local") { - if (only.empty() || only == name) { -@@ -481,7 +481,7 @@ Status ReplSource::_updateIfDoneWithInitialSync() { - return Status::OK(); - } - --void ReplSource::resyncDrop(OperationContext* txn, const string& dbName) { -+void ReplSource::resyncDrop(OperationContext* txn, const std::string& dbName) { - log() << "resync: dropping database " << dbName; - invariant(txn->lockState()->isW()); - -@@ -531,13 +531,13 @@ void ReplSource::resync(OperationContext* txn, const std::string& dbName) { - - static DatabaseIgnorer ___databaseIgnorer; - --void DatabaseIgnorer::doIgnoreUntilAfter(const string& db, const Timestamp& futureOplogTime) { -+void DatabaseIgnorer::doIgnoreUntilAfter(const std::string& db, const Timestamp& futureOplogTime) { - if (futureOplogTime > _ignores[db]) { - _ignores[db] = futureOplogTime; - } - } - --bool DatabaseIgnorer::ignoreAt(const string& db, const Timestamp& currentOplogTime) { -+bool DatabaseIgnorer::ignoreAt(const std::string& db, const Timestamp& currentOplogTime) { - if (_ignores[db].isNull()) { - return false; - } -@@ -627,7 +627,7 @@ bool ReplSource::handleDuplicateDbName(OperationContext* txn, - - // The database is present on the master and no conflicting databases - // are present on the master. Drop any local conflicts. -- for (set::const_iterator i = duplicates.begin(); i != duplicates.end(); ++i) { -+ for (set::const_iterator i = duplicates.begin(); i != duplicates.end(); ++i) { - ___databaseIgnorer.doIgnoreUntilAfter(*i, lastTime); - incompleteCloneDbs.erase(*i); - addDbNextPass.erase(*i); -@@ -826,10 +826,10 @@ void ReplSource::_sync_pullOpLog_applyOperation(OperationContext* txn, - } - - void ReplSource::syncToTailOfRemoteLog() { -- string _ns = ns(); -+ std::string _ns = ns(); - BSONObjBuilder b; - if (!only.empty()) { -- b.appendRegex("ns", string("^") + pcrecpp::RE::QuoteMeta(only)); -+ b.appendRegex("ns", std::string("^") + pcrecpp::RE::QuoteMeta(only)); - } - BSONObj last = oplogReader.findOne(_ns.c_str(), Query(b.done()).sort(BSON("$natural" << -1))); - if (!last.isEmpty()) { -@@ -877,7 +877,7 @@ class ReplApplyBatchSize - */ - int ReplSource::_sync_pullOpLog(OperationContext* txn, int& nApplied) { - int okResultCode = restartSyncAfterSleep; -- string ns = string("local.oplog.$") + sourceName(); -+ std::string ns = std::string("local.oplog.$") + sourceName(); - LOG(2) << "sync_pullOpLog " << ns << " syncedTo:" << syncedTo.toStringLong() << '\n'; - - bool tailing = true; -@@ -897,7 +897,7 @@ int ReplSource::_sync_pullOpLog(OperationContext* txn, int& nApplied) { - BSONElement e = i.next(); - if (e.eoo()) - break; -- string name = e.embeddedObject().getField("name").valuestr(); -+ std::string name = e.embeddedObject().getField("name").valuestr(); - if (!e.embeddedObject().getBoolField("empty")) { - if (name != "local") { - if (only.empty() || only == name) { -@@ -921,7 +921,7 @@ int ReplSource::_sync_pullOpLog(OperationContext* txn, int& nApplied) { - if (!only.empty()) { - // note we may here skip a LOT of data table scanning, a lot of work for the master. - // maybe append "\\." here? -- query.appendRegex("ns", string("^") + pcrecpp::RE::QuoteMeta(only)); -+ query.appendRegex("ns", std::string("^") + pcrecpp::RE::QuoteMeta(only)); - } - BSONObj queryObj = query.done(); - // e.g. queryObj = { ts: { $gte: syncedTo } } -@@ -940,7 +940,7 @@ int ReplSource::_sync_pullOpLog(OperationContext* txn, int& nApplied) { - - // show any deferred database creates from a previous pass - { -- set::iterator i = addDbNextPass.begin(); -+ set::iterator i = addDbNextPass.begin(); - if (i != addDbNextPass.end()) { - BSONObjBuilder b; - b.append("ns", *i + '.'); -@@ -984,7 +984,7 @@ int ReplSource::_sync_pullOpLog(OperationContext* txn, int& nApplied) { - BSONObj op = oplogReader.nextSafe(); - BSONElement ts = op.getField("ts"); - if (ts.type() != Date && ts.type() != bsonTimestamp) { -- string err = op.getStringField("$err"); -+ std::string err = op.getStringField("$err"); - if (!err.empty()) { - // 13051 is "tailable cursor requested on non capped collection" - if (op.getIntField("code") == 13051) { -@@ -1152,7 +1152,7 @@ int ReplSource::sync(OperationContext* txn, int& nApplied) { - - // FIXME Handle cases where this db isn't on default port, or default port is spec'd in - // hostName. -- if ((string("localhost") == hostName || string("127.0.0.1") == hostName) && -+ if ((std::string("localhost") == hostName || std::string("127.0.0.1") == hostName) && - serverGlobalParams.port == ServerGlobalParams::DefaultDBPort) { - log() << "can't sync from self (localhost). sources configuration may be wrong." << endl; - sleepsecs(5); -@@ -1297,7 +1297,7 @@ static void replMain(OperationContext* txn) { - if (s) { - stringstream ss; - ss << "sleep " << s << " sec before next pass"; -- string msg = ss.str(); -+ std::string msg = ss.str(); - if (!serverGlobalParams.quiet) - log() << msg << endl; - ReplInfo r(msg.c_str()); -diff --git a/src/mongo/shell/bench.cpp b/src/mongo/shell/bench.cpp -index 040002f5c6e..338477ebe56 100644 ---- a/src/mongo/shell/bench.cpp -+++ b/src/mongo/shell/bench.cpp -@@ -674,7 +674,7 @@ void BenchRunWorker::generateLoadOnConnection(DBClientBase* conn) { - invariant(bsonTemplateEvaluator.setId(_id) == BsonTemplateEvaluator::StatusSuccess); - - if (_config->username != "") { -- string errmsg; -+ std::string errmsg; - if (!conn->auth("admin", _config->username, _config->password, errmsg)) { - uasserted(15931, "Authenticating to connection for _benchThread failed: " + errmsg); - } -@@ -918,7 +918,7 @@ void BenchRunWorker::generateLoadOnConnection(DBClientBase* conn) { - - if (!result["err"].eoo() && result["err"].type() == String && - (_config->throwGLE || op.throwGLE)) -- throw DBException((string) "From benchRun GLE" + -+ throw DBException((std::string) "From benchRun GLE" + - causedBy(result["err"].String()), - result["code"].eoo() ? 0 : result["code"].Int()); - } -@@ -984,7 +984,7 @@ void BenchRunWorker::generateLoadOnConnection(DBClientBase* conn) { - - if (!result["err"].eoo() && result["err"].type() == String && - (_config->throwGLE || op.throwGLE)) -- throw DBException((string) "From benchRun GLE" + -+ throw DBException((std::string) "From benchRun GLE" + - causedBy(result["err"].String()), - result["code"].eoo() ? 0 : result["code"].Int()); - } -@@ -1031,7 +1031,7 @@ void BenchRunWorker::generateLoadOnConnection(DBClientBase* conn) { - - if (!result["err"].eoo() && result["err"].type() == String && - (_config->throwGLE || op.throwGLE)) -- throw DBException((string) "From benchRun GLE " + -+ throw DBException((std::string) "From benchRun GLE " + - causedBy(result["err"].String()), - result["code"].eoo() ? 0 : result["code"].Int()); - } -@@ -1133,7 +1133,7 @@ void BenchRunWorker::run() { - try { - std::unique_ptr conn(_config->createConnection()); - if (!_config->username.empty()) { -- string errmsg; -+ std::string errmsg; - if (!conn->auth("admin", _config->username, _config->password, errmsg)) { - uasserted(15932, "Authenticating to connection for benchThread failed: " + errmsg); - } -@@ -1165,7 +1165,7 @@ void BenchRunner::start() { - std::unique_ptr conn(_config->createConnection()); - // Must authenticate to admin db in order to run serverStatus command - if (_config->username != "") { -- string errmsg; -+ std::string errmsg; - if (!conn->auth("admin", _config->username, _config->password, errmsg)) { - uasserted( - 16704, -@@ -1201,7 +1201,7 @@ void BenchRunner::stop() { - { - std::unique_ptr conn(_config->createConnection()); - if (_config->username != "") { -- string errmsg; -+ std::string errmsg; - // this can only fail if admin access was revoked since start of run - if (!conn->auth("admin", _config->username, _config->password, errmsg)) { - uasserted( -diff --git a/src/mongo/util/net/miniwebserver.cpp b/src/mongo/util/net/miniwebserver.cpp -index 5f4165d42f4..7a7d0714934 100644 ---- a/src/mongo/util/net/miniwebserver.cpp -+++ b/src/mongo/util/net/miniwebserver.cpp -@@ -47,6 +47,7 @@ namespace mongo { - using std::shared_ptr; - using std::stringstream; - using std::vector; -+using std::string; - - MiniWebServer::MiniWebServer(const string& name, const string& ip, int port, ServiceContext* ctx) - : Listener(name, ip, port, ctx, false, false) {} diff --git a/dev-db/mongodb/files/mongodb-3.4.6-no-boost-check.patch b/dev-db/mongodb/files/mongodb-3.4.6-no-boost-check.patch deleted file mode 100644 index 2abde5ef08e0..000000000000 --- a/dev-db/mongodb/files/mongodb-3.4.6-no-boost-check.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- SConstruct.orig 2017-06-27 19:02:43.000000000 +0000 -+++ SConstruct 2017-07-07 11:33:13.252639289 +0000 -@@ -2798,8 +2798,6 @@ - if use_system_version_of_library("boost"): - if not conf.CheckCXXHeader( "boost/filesystem/operations.hpp" ): - myenv.ConfError("can't find boost headers") -- if not conf.CheckBoostMinVersion(): -- myenv.ConfError("system's version of boost is too old. version 1.49 or better required") - - # Note that on Windows with using-system-boost builds, the following - # FindSysLibDep calls do nothing useful (but nothing problematic either) diff --git a/dev-db/mycli/Manifest b/dev-db/mycli/Manifest index 4aef069b92a2..e0a8a114e3a1 100644 --- a/dev-db/mycli/Manifest +++ b/dev-db/mycli/Manifest @@ -1,2 +1,3 @@ DIST mycli-1.10.0.tar.gz 272722 BLAKE2B f2a4d7b76684718167fb6bb4f90a96a31b669cf1f35c266ed544d00b4fe4f9b0cb2c6d81e161d41f1df785e2dcf79056a675857f8400d8cd7811199ea00064b7 SHA512 d66866fd23ee2be3f1bb47d1414b8151c2b50e8844a2553e139f753ae55dd010d1c23aae7c5863891ea4f347b124145405dc7894efc27fc8fcb74127c14261f8 +DIST mycli-1.15.0.tar.gz 275065 BLAKE2B 47ae049a7a669d18fc2bb467dd4ee6d1bbe23a86115db6d1965c48c93a2a1be9bb8b4427b377f8ce935b957c854c1c4bf4a87fdea07f27329a13fd6a28b59559 SHA512 7a7d98220c4a679340dbf3c3c9fb3eaab7698f7abbe3e62835a03df10b59c79f0dfd916e9f7b39f12215063849ecadf9d08d086d14b00666b67bac1d092609f2 DIST mycli-1.7.1.tar.gz 266597 BLAKE2B 8fc6006dbb85a7053d67040d492ba12619507160efd240fdb89125794a01fbb439756bdeb420c306a883db925f6ec7ae0c36657c4c4b2197cfb702fc77babcb1 SHA512 5c61fe67f3205dd1123ed8d38441cda0574db04dd46b7e075d216f7aa8cd856a2f06a1b4bf7dbe9fd0b07f3e91c151fe3f885d10d3db488b6c306e0ce9ac9e7c diff --git a/dev-db/mycli/mycli-1.15.0.ebuild b/dev-db/mycli/mycli-1.15.0.ebuild new file mode 100644 index 000000000000..8db9aeb27412 --- /dev/null +++ b/dev-db/mycli/mycli-1.15.0.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) +inherit distutils-r1 + +DESCRIPTION="CLI for MySQL Database with auto-completion and syntax highlighting" + +HOMEPAGE="http://mycli.net" +SRC_URI="https://github.com/dbcli/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" +LICENSE="BSD MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" +RDEPEND=" + >=dev-python/click-4.1[${PYTHON_USEDEP}] + >=dev-python/configobj-5.0.6[${PYTHON_USEDEP}] + >=dev-python/cryptography-1.0.0[${PYTHON_USEDEP}] + >=dev-python/prompt_toolkit-1.0.10[${PYTHON_USEDEP}] + !>=dev-python/prompt_toolkit-1.1.0 + >=dev-python/pygments-2.0[${PYTHON_USEDEP}] + >=dev-python/pymysql-0.6.7[${PYTHON_USEDEP}] + >=dev-python/python-sqlparse-0.2.2[${PYTHON_USEDEP}] + !>=dev-python/python-sqlparse-0.3.0 +" diff --git a/dev-db/mycli/mycli-9999.ebuild b/dev-db/mycli/mycli-9999.ebuild index e58d1eb05b00..3deef04e91b4 100644 --- a/dev-db/mycli/mycli-9999.ebuild +++ b/dev-db/mycli/mycli-9999.ebuild @@ -17,12 +17,13 @@ KEYWORDS="" IUSE="" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" RDEPEND=" - >=dev-python/cli_helpers-0.1.0[${PYTHON_USEDEP}] >=dev-python/click-4.1[${PYTHON_USEDEP}] >=dev-python/configobj-5.0.6[${PYTHON_USEDEP}] - dev-python/cryptography[${PYTHON_USEDEP}] + >=dev-python/cryptography-1.0.0[${PYTHON_USEDEP}] >=dev-python/prompt_toolkit-1.0.10[${PYTHON_USEDEP}] + !>=dev-python/prompt_toolkit-1.1.0 >=dev-python/pygments-2.0[${PYTHON_USEDEP}] >=dev-python/pymysql-0.6.7[${PYTHON_USEDEP}] >=dev-python/python-sqlparse-0.2.2[${PYTHON_USEDEP}] + !>=dev-python/python-sqlparse-0.3.0 " diff --git a/dev-db/mysql-workbench/mysql-workbench-6.3.10.ebuild b/dev-db/mysql-workbench/mysql-workbench-6.3.10.ebuild index efa53cd769f5..178a44ec3f9c 100644 --- a/dev-db/mysql-workbench/mysql-workbench-6.3.10.ebuild +++ b/dev-db/mysql-workbench/mysql-workbench-6.3.10.ebuild @@ -78,6 +78,8 @@ src_prepare() { ## remove hardcoded CXXFLAGS sed -i -e 's/-O0 -g3//' ext/scintilla/gtk/CMakeLists.txt || die + ## And avoid -Werror + sed -i -e 's/-Werror//' CMakeLists.txt || die ## package is very fragile... strip-flags diff --git a/dev-db/postgis/files/postgis-2.4.2-jsonc_0.13.patch b/dev-db/postgis/files/postgis-2.4.2-jsonc_0.13.patch new file mode 100644 index 000000000000..b980e77333d6 --- /dev/null +++ b/dev-db/postgis/files/postgis-2.4.2-jsonc_0.13.patch @@ -0,0 +1,23 @@ +diff -Naur postgis-2.4.2.old/liblwgeom/lwin_geojson.c postgis-2.4.2/liblwgeom/lwin_geojson.c +--- postgis-2.4.2.old/liblwgeom/lwin_geojson.c 2017-12-21 22:52:40.422802160 +0100 ++++ postgis-2.4.2/liblwgeom/lwin_geojson.c 2017-12-21 22:55:36.605430945 +0100 +@@ -31,13 +31,19 @@ + + #if defined(HAVE_LIBJSON) || defined(HAVE_LIBJSON_C) /* --{ */ + ++#define JSON_C_VERSION_013 (13 << 8) ++ + #ifdef HAVE_LIBJSON_C + #include ++#if !defined(JSON_C_VERSION_NUM) || JSON_C_VERSION_NUM < JSON_C_VERSION_013 + #include ++#endif + #else + #include ++#if !defined(JSON_C_VERSION_NUM) || JSON_C_VERSION_NUM < JSON_C_VERSION_013 + #include + #endif ++#endif + + #ifndef JSON_C_VERSION + /* Adds support for libjson < 0.10 */ diff --git a/dev-db/postgis/postgis-2.4.2.ebuild b/dev-db/postgis/postgis-2.4.2.ebuild index dca731bcd115..52c149a6122f 100644 --- a/dev-db/postgis/postgis-2.4.2.ebuild +++ b/dev-db/postgis/postgis-2.4.2.ebuild @@ -61,7 +61,8 @@ MAKEOPTS+=' -j1' QA_FLAGS_IGNORED="usr/lib(64)?/(rt)?postgis-${PGIS}\.so" src_prepare() { - eapply "${FILESDIR}/${PN}-2.2.0-arflags.patch" + eapply "${FILESDIR}/${PN}-2.2.0-arflags.patch" \ + "${FILESDIR}/postgis-2.4.2-jsonc_0.13.patch" local AT_M4DIR="macros" eautoreconf diff --git a/dev-db/unixODBC/unixODBC-2.3.4-r1.ebuild b/dev-db/unixODBC/unixODBC-2.3.4-r1.ebuild index 2f9faf86479a..709bac328fbf 100644 --- a/dev-db/unixODBC/unixODBC-2.3.4-r1.ebuild +++ b/dev-db/unixODBC/unixODBC-2.3.4-r1.ebuild @@ -10,7 +10,7 @@ SRC_URI="ftp://ftp.unixodbc.org/pub/${PN}/${P}.tar.gz" LICENSE="GPL-2 LGPL-2.1" 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" +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="+minimal odbcmanual static-libs unicode" RDEPEND=" diff --git a/dev-embedded/Manifest.gz b/dev-embedded/Manifest.gz index 91210fbc765e..db5f5517f591 100644 Binary files a/dev-embedded/Manifest.gz and b/dev-embedded/Manifest.gz differ diff --git a/dev-embedded/avr-libc/Manifest b/dev-embedded/avr-libc/Manifest index cdc89dcaad9c..d737565dcdcb 100644 --- a/dev-embedded/avr-libc/Manifest +++ b/dev-embedded/avr-libc/Manifest @@ -1,20 +1,3 @@ -DIST avr-libc-1.6.2.tar.bz2 1044977 BLAKE2B c3a5ee0bd955502560617184415f32d475405cad2b494a326cfaaa4980f8154d6eee4f12b2cbca2577aaf0be3232d8e7e00915c1df8f83bc852813b8bfacb6f7 SHA512 9c79450c87b6a74b88dc9628984388c0d0e0a78639bdafae29fb84bf19daae250f8e21f65e269de25ed935bdfe0edf0671e025c81870909dfaff4ec6e68b370e -DIST avr-libc-1.6.4.tar.bz2 1137818 BLAKE2B 4bbabe97899041c5a73c9e496ba4c4fb567b4a4ec806679e1f6ae5ac5a65ec39bca1ffe80d101514ec0bc4ae51c34f133190ed53c66ddc39389dedf6d55effff SHA512 eef74396040990a930f504c05dfb9ab319ee5815411cdc48bdc389cf8e8bf33b8936cc52b1437f9a41fa965d9aa9503cf062bb9246b62af51d11abd84b2fbb53 -DIST avr-libc-1.6.8.tar.bz2 1345899 BLAKE2B e3a6a94db83d62ce4cf5519dc3ea2bf2127397a4eec7f459ed799d454f7a02d263e099dc78350737f197723f122c511ff124d9a7be0ce46fea79119c72ed48ad SHA512 31ca1969bdbb0725aa19de8e84cfa5a2868403a454a828c915dd754d53965feed7a6441564a8b5c6e54e5879771d4e03dce086b2e699a088474c7e71968b9159 -DIST avr-libc-1.7.0.tar.bz2 1409160 BLAKE2B 2c09fa8cea80887c93a99354c2bd68833c5897ad367113c29c7fd1c67eb35298a9491d124adf6ce568a0cc3ef81e9813a202f9d0572fb56a33f1426b1455a63b SHA512 7343c16aaf9760fdba10f5f3319e1b8698c7b87b0d6de03d6a34b7cc69741aa6a89ef84b6c952254541cf3ed90a26e22364254d06f170a8b67dce1e8e1cb3095 -DIST avr-libc-1.7.1.tar.bz2 1417545 BLAKE2B 082deba6b9d20c5c95a487a37eccc8058552a445ca53fc7c4e2ca3ff8ad3df213651a2123f71e975db6dfe09752731c1c71a782c242cce03532d5c2a3880fb12 SHA512 814e41b84b62213782ef886140d6aae99a76495ad3c06796038e3c58a138a3ef55076b7809dab8f4ce856b2b49a29d23952230a7784a914e20507ce06a6f99ed -DIST avr-libc-1.8.0.tar.bz2 1428776 BLAKE2B c86dce55546e0837d608b48ad6242ac99059df0a4cd997d7e70cab083a9eb36cf36251cda92a772bbf94ac3d716cf02a8663c9cb93ccc44c55b28d1388a459e8 SHA512 932cd41be062c5930cf4d2c555b1748a6916cf8e901e2bdb6d79fec3193d8b142c32e26b9b48c680fd909cd4bafb5ed74c346846f0a4200386db6ddc2651567a -DIST avr-libc-1.8.1.tar.bz2 3230418 BLAKE2B a32e99127970b59f88955c2e90b36aceec7ac44c2de6338d7aa42ef9432ce68337c0119030c7c543867d3342b66f4adc64ec0a8c327b24caf5b1f4cc93c05d81 SHA512 9827028117d63bab9071bc0af68ef87038ed1e6e6c5cfd6db2c77a8387ce5b9eb2825c651405ad2842d81bc0abe173b76340b56671b930fc42d2f05bb7f261f7 DIST avr-libc-2.0.0.tar.bz2 3590893 BLAKE2B cc628f5f55d12c78ca9215e3e37b4a0061feae3c7c19653384b5d789fb6e1c70efe420631bf987379ae5524ec0f65c6df459eaad0fcfb80833cc4732ed5e796b SHA512 fc8d062043d633350dbe05978935dcb8028257a4f1013f246af9658aef0671def19ac11577d1ee9302df68df1b8cf030b22441d96852e185db212263aacabea6 -DIST avr-libc-manpages-1.6.2.tar.bz2 133249 BLAKE2B 2aa23b9ec51cf4061418e9ec1859904a39bb18e5aac28dada874601ddb750601b085c294232080c9f558a014bb9433b9b0a02108eca8c34e34b69f7efe764a40 SHA512 8eb4aa0aedb20613253e4f17424251752fd61c5095690e69b2a4a0d6072460a0015379c04b9f01946d1063942ec876b6c6f2c0689878bfd8473a5e1cd31a534b -DIST avr-libc-manpages-1.7.0.tar.bz2 143540 BLAKE2B 234e72ffcd4063ea1274c325fd7a1cab5abaa6524140f9d9677740797bc3268f5be3a2367d452055665369afd3c2ede9f32e4caf9e6749fb72459bb3de982c5e SHA512 4422deb8778be3e617d6059ba9c40f7cd4069f3f3d8343944f8aa370fc88aa5934c6f5bb375c130ff59bb7450599bb13da4cf127a87f8057abb85eb68001d702 -DIST avr-libc-manpages-1.7.1.tar.bz2 143831 BLAKE2B 3a727c168f0833906bd4056838b7983f50b1963167e6f1738862eae76eedd53d972aa2b7e3622da2df9049b5cfbafdfe9cb778fe92ff79844890bf5589d267a4 SHA512 c77f60be472a26ec7a158dcbfc38960dcde7bc192518bf5a35d339c628cf39030f44c56785770a3e0c01ced568e6ca7fff0f655e4a396348464c9d23cc1ccd3e -DIST avr-libc-manpages-1.8.0.tar.bz2 127217 BLAKE2B b48b97a7dd750be78ceb2259845037e180f386d7d539d0f1e11891affa9612eb70c3c6b684068d9cac9a436c6a804bc411e25ae9cf014a30d6556f60ffa7a37a SHA512 8b7d5734ded698f0f136b8a38785efc87d288ece7fbed943e7da0d1c6aa21ffd73707e63d54757df47da687d5e6d70d781bf9b4947624976921b5fb5c9cffc86 -DIST avr-libc-manpages-1.8.1.tar.bz2 158580 BLAKE2B 218f3756ebcca0004d03b0a89fcd7f95987b5d3e7549b60853070fed1aca2caae8f9fa77485005f834b6203bcdb44402bb9f16bf5918f1b04dc5aa2b9ff9222b SHA512 84f12c4b56b0c5e21edb0ad27a68c8b1d665a60b19bd2aee10714840d4153cb5aff65f90b0e815ddce9037ad06a4a3b54856cf81b0aea85a1d97a0cf3c672a80 DIST avr-libc-manpages-2.0.0.tar.bz2 151137 BLAKE2B 7fbaa9c1014e8cf9b4caac723b57f9c24272da458b987ba302730116437bb3a5b49296c6804d857b421e6f71f2c4efda959d278ebcc14aba35fdd44a958dfca8 SHA512 8b4aaa6ae176076171e90e629e0e6142c4c56f9cc4f1640432384276df2f7b457f5137739535b07b9cede9b5b2e564db7fe200203faa4e2d0cd9874432507823 -DIST avr-libc-user-manual-1.6.2.tar.bz2 511408 BLAKE2B 11dfe0eb953c83275ebd9c630ba67611713fe6fa71efc19fbe05e9a4b95ad1208e6e41946bfd3754186c352d67c5fb3cd4f9334e330000608d37810290de0409 SHA512 09d531d612b72fff9dc3f0bbdf34866ed9f2b979d7d00adfd9e6d52557bb1500f18936c3b859ce7a477df6cf63bfbfab53871b6c4565f3127faa67ad912704e1 -DIST avr-libc-user-manual-1.7.0.tar.bz2 690477 BLAKE2B f7296ed96dfa618c7f6e78cdc44b1e848dc22c5136b017868bf832c07c56d14ccb247962ddcfc511fb56f100dfa8d0ebad45d25d4bdde587536b6d3b0294cd3c SHA512 d8fd5e9c35b840f094c06620836744982c2302a024499f4dcbfaa107a52dac3eaaaaa58ce49529d31a60cf6c1ecdfb9b2c9313febc7cb82c7577b7da22db65a4 -DIST avr-libc-user-manual-1.7.1.tar.bz2 692262 BLAKE2B 786d441a44d3159ed0bd63a96a7a41729fce18d511bbaa22e4d3051c0f18028fe01e822c71da18fed50b9d557c2fbc5c68e7089bd618f31a57b07b8b7769f9d6 SHA512 9996ed97aac12a37c589beb32d761dc0740b321bb219d316091f9b3a763b8a96401c2de6cf99f89744d337a482e8be88104778deb6d8b9a76e96870526139d5e -DIST avr-libc-user-manual-1.8.0.tar.bz2 705087 BLAKE2B 637927cb5f486678d8172ad76f61e9b69ff9c6f55ea7f7c9f7aca6b7219218e806d1be3f551ceb919240162fa054c9b6bca10217eec633cddf9fb261491806f4 SHA512 731fbc45e9184b70f28001a9427d72ab5385017f1d8f197b2c942e458a6542632420f11e57a81949586d6fd8d4f4cd401b5fc76595ab7d95ccad7b158ceef59b -DIST avr-libc-user-manual-1.8.1.tar.bz2 864405 BLAKE2B aab98ce1c3d4e3aec1cdd760487692d03b7563abf3d5da4a078da8cff98ec73aa5f99594f63c109ffd83506d6ddb94b889cabde7871e34c53f7a2b2353a0168a SHA512 65da1b6f648bc8f2dc23dca15be45c960606c44703407fcdb60a924174cd9970d9d4f5a9c10eda827b91a5dbd0cd122daab92458626e67817c3ad8a864baedf4 DIST avr-libc-user-manual-2.0.0.tar.bz2 932920 BLAKE2B d3190af26dbe38719bc78e73de31af1ce69d885b928f48a4fb9ccd145a33f19f71c017253ad16eadc641fc88495c642dd5fd1668c6bebddf7d813f70db01a3f6 SHA512 246180be1f793b46335a49f33028ff59bd7cc06ca3d8627309521801e405e0e1305663a2c0760521467e75732ad513749bf707732b59fb17744e51acda9bb2c6 diff --git a/dev-embedded/avr-libc/avr-libc-1.6.2.ebuild b/dev-embedded/avr-libc/avr-libc-1.6.2.ebuild deleted file mode 100644 index 159067b2bd64..000000000000 --- a/dev-embedded/avr-libc/avr-libc-1.6.2.ebuild +++ /dev/null @@ -1,76 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -CHOST="avr" -CTARGET="avr" - -inherit flag-o-matic - -DOCS_PV="1.6.2" - -DESCRIPTION="C library for Atmel AVR microcontrollers" -HOMEPAGE="http://www.nongnu.org/avr-libc/" -SRC_URI="https://savannah.nongnu.org/download/avr-libc/${P}.tar.bz2 - https://savannah.nongnu.org/download/avr-libc/${PN}-manpages-${DOCS_PV}.tar.bz2 - doc? ( https://savannah.nongnu.org/download/avr-libc/${PN}-user-manual-${DOCS_PV}.tar.bz2 )" - -LICENSE="BSD" -SLOT="0" -# 'amd64' is a blessed placeholder for crossdev. It could -# be any other arch. See bug #620316#c5 -# Don't add more arches to KEYWORDS. -KEYWORDS="amd64" -IUSE="doc nls crosscompile_opts_headers-only" - -DEPEND=">=sys-devel/crossdev-0.9.1" -[[ ${CATEGORY/cross-} != ${CATEGORY} ]] \ - && RDEPEND="!dev-embedded/avr-libc" \ - || RDEPEND="" - -pkg_setup() { - # check for avr-gcc, bug #134738 - ebegin "Checking for avr-gcc" - if type -p avr-gcc > /dev/null ; then - eend 0 - else - eend 1 - - eerror - eerror "Failed to locate 'avr-gcc' in \$PATH. You can install an AVR toolchain using:" - eerror " $ crossdev -t avr" - eerror - die "AVR toolchain not found" - fi -} - -src_compile() { - strip-flags - strip-unsupported-flags - - mkdir obj-avr - cd "${S}"/obj-avr - - ECONF_SOURCE="${S}" \ - econf \ - $(use_enable nls) \ - || die "econf failed" - - emake || die "emake failed" -} - -src_install() { - cd "${S}"/obj-avr - make DESTDIR="${D}" install || die "make install failed" - - cd "${S}" - dodoc AUTHORS ChangeLog* NEWS README - - # man pages can not go into standard locations - # as they would then overwrite libc man pages - dosed "s:\$(VERSION):${PVR}:" /usr/bin/avr-man - insinto /usr/share/doc/${PF}/man/man3 - doins "${WORKDIR}"/man/man3/* - prepman /usr/share/doc/${PF} - - use doc && dohtml "${WORKDIR}"/${PN}-user-manual-${DOCS_PV}/* -} diff --git a/dev-embedded/avr-libc/avr-libc-1.6.4.ebuild b/dev-embedded/avr-libc/avr-libc-1.6.4.ebuild deleted file mode 100644 index daa457e08bd3..000000000000 --- a/dev-embedded/avr-libc/avr-libc-1.6.4.ebuild +++ /dev/null @@ -1,76 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -CHOST="avr" -CTARGET="avr" - -inherit flag-o-matic - -DOCS_PV="1.6.2" - -DESCRIPTION="C library for Atmel AVR microcontrollers" -HOMEPAGE="http://www.nongnu.org/avr-libc/" -SRC_URI="https://savannah.nongnu.org/download/avr-libc/${P}.tar.bz2 - https://savannah.nongnu.org/download/avr-libc/${PN}-manpages-${DOCS_PV}.tar.bz2 - doc? ( https://savannah.nongnu.org/download/avr-libc/${PN}-user-manual-${DOCS_PV}.tar.bz2 )" - -LICENSE="BSD" -SLOT="0" -# 'amd64' is a blessed placeholder for crossdev. It could -# be any other arch. See bug #620316#c5 -# Don't add more arches to KEYWORDS. -KEYWORDS="~amd64" -IUSE="doc nls crosscompile_opts_headers-only" - -DEPEND=">=sys-devel/crossdev-0.9.1" -[[ ${CATEGORY/cross-} != ${CATEGORY} ]] \ - && RDEPEND="!dev-embedded/avr-libc" \ - || RDEPEND="" - -pkg_setup() { - # check for avr-gcc, bug #134738 - ebegin "Checking for avr-gcc" - if type -p avr-gcc > /dev/null ; then - eend 0 - else - eend 1 - - eerror - eerror "Failed to locate 'avr-gcc' in \$PATH. You can install an AVR toolchain using:" - eerror " $ crossdev -t avr" - eerror - die "AVR toolchain not found" - fi -} - -src_compile() { - strip-flags - strip-unsupported-flags - - mkdir obj-avr - cd "${S}"/obj-avr - - ECONF_SOURCE="${S}" \ - econf \ - $(use_enable nls) \ - || die "econf failed" - - emake || die "emake failed" -} - -src_install() { - cd "${S}"/obj-avr - emake DESTDIR="${D}" install || die "make install failed" - - cd "${S}" - dodoc AUTHORS ChangeLog* NEWS README - - # man pages can not go into standard locations - # as they would then overwrite libc man pages - dosed "s:\$(VERSION):${PVR}:" /usr/bin/avr-man - insinto /usr/share/doc/${PF}/man/man3 - doins "${WORKDIR}"/man/man3/* - prepman /usr/share/doc/${PF} - - use doc && dohtml "${WORKDIR}"/${PN}-user-manual-${DOCS_PV}/* -} diff --git a/dev-embedded/avr-libc/avr-libc-1.6.8.ebuild b/dev-embedded/avr-libc/avr-libc-1.6.8.ebuild deleted file mode 100644 index ca7f5fde1704..000000000000 --- a/dev-embedded/avr-libc/avr-libc-1.6.8.ebuild +++ /dev/null @@ -1,75 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -CHOST="avr" -CTARGET="avr" - -inherit flag-o-matic - -DOCS_PV="1.6.2" - -DESCRIPTION="C library for Atmel AVR microcontrollers" -HOMEPAGE="http://www.nongnu.org/avr-libc/" -SRC_URI="https://savannah.nongnu.org/download/avr-libc/${P}.tar.bz2 - https://savannah.nongnu.org/download/avr-libc/${PN}-manpages-${DOCS_PV}.tar.bz2 - doc? ( https://savannah.nongnu.org/download/avr-libc/${PN}-user-manual-${DOCS_PV}.tar.bz2 )" - -LICENSE="BSD" -SLOT="0" -# 'amd64' is a blessed placeholder for crossdev. It could -# be any other arch. See bug #620316#c5 -# Don't add more arches to KEYWORDS. -KEYWORDS="~amd64" -IUSE="doc crosscompile_opts_headers-only" - -DEPEND=">=sys-devel/crossdev-0.9.1" -[[ ${CATEGORY/cross-} != ${CATEGORY} ]] \ - && RDEPEND="!dev-embedded/avr-libc" \ - || RDEPEND="" - -pkg_setup() { - # check for avr-gcc, bug #134738 - ebegin "Checking for avr-gcc" - if type -p avr-gcc > /dev/null ; then - eend 0 - else - eend 1 - - eerror - eerror "Failed to locate 'avr-gcc' in \$PATH. You can install an AVR toolchain using:" - eerror " $ crossdev -t avr" - eerror - die "AVR toolchain not found" - fi -} - -src_compile() { - strip-flags - strip-unsupported-flags - - mkdir obj-avr - cd "${S}"/obj-avr - - ECONF_SOURCE="${S}" \ - econf \ - || die "econf failed" - - emake || die "emake failed" -} - -src_install() { - cd "${S}"/obj-avr - emake DESTDIR="${D}" install || die "make install failed" - - cd "${S}" - dodoc AUTHORS ChangeLog* NEWS README - - # man pages can not go into standard locations - # as they would then overwrite libc man pages - dosed "s:\$(VERSION):${PVR}:" /usr/bin/avr-man - insinto /usr/share/doc/${PF}/man/man3 - doins "${WORKDIR}"/man/man3/* - prepman /usr/share/doc/${PF} - - use doc && dohtml "${WORKDIR}"/${PN}-user-manual-${DOCS_PV}/* -} diff --git a/dev-embedded/avr-libc/avr-libc-1.7.0.ebuild b/dev-embedded/avr-libc/avr-libc-1.7.0.ebuild deleted file mode 100644 index 0e4ea8fbe364..000000000000 --- a/dev-embedded/avr-libc/avr-libc-1.7.0.ebuild +++ /dev/null @@ -1,71 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="2" - -CHOST="avr" -CTARGET="avr" - -inherit flag-o-matic - -DESCRIPTION="C library for Atmel AVR microcontrollers" -HOMEPAGE="http://www.nongnu.org/avr-libc/" -SRC_URI="https://savannah.nongnu.org/download/avr-libc/${P}.tar.bz2 - https://savannah.nongnu.org/download/avr-libc/${PN}-manpages-${PV}.tar.bz2 - doc? ( https://savannah.nongnu.org/download/avr-libc/${PN}-user-manual-${PV}.tar.bz2 )" - -LICENSE="BSD" -SLOT="0" -# 'amd64' is a blessed placeholder for crossdev. It could -# be any other arch. See bug #620316#c5 -# Don't add more arches to KEYWORDS. -KEYWORDS="~amd64" -IUSE="doc crosscompile_opts_headers-only" - -DEPEND=">=sys-devel/crossdev-0.9.1" -[[ ${CATEGORY/cross-} != ${CATEGORY} ]] \ - && RDEPEND="!dev-embedded/avr-libc" \ - || RDEPEND="" - -pkg_setup() { - # check for avr-gcc, bug #134738 - ebegin "Checking for avr-gcc" - if type -p avr-gcc > /dev/null ; then - eend 0 - else - eend 1 - - eerror - eerror "Failed to locate 'avr-gcc' in \$PATH. You can install an AVR toolchain using:" - eerror " $ crossdev -t avr" - eerror - die "AVR toolchain not found" - fi -} - -src_prepare() { - # work around broken gcc versions PR45261 - local mcu - for mcu in $(sed -r -n '/CHECK_AVR_DEVICE/{s:.*[(](.*)[)]:\1:;p}' configure.ac) ; do - if avr-gcc -E - -mmcu=${mcu} <<<"" |& grep -q 'unknown MCU' ; then - sed -i "/HAS_${mcu}=yes/s:yes:no:" configure - fi - done - - strip-flags - strip-unsupported-flags -} - -src_install() { - emake DESTDIR="${D}" install || die - dodoc AUTHORS ChangeLog* NEWS README - - # man pages can not go into standard locations - # as they would then overwrite libc man pages - dosed "s:\$(VERSION):${PVR}:" /usr/bin/avr-man - insinto /usr/share/doc/${PF}/man/man3 - doins "${WORKDIR}"/man/man3/* - prepman /usr/share/doc/${PF} - - use doc && dohtml "${WORKDIR}"/${PN}-user-manual-${PV}/* -} diff --git a/dev-embedded/avr-libc/avr-libc-1.7.1.ebuild b/dev-embedded/avr-libc/avr-libc-1.7.1.ebuild deleted file mode 100644 index dbe5b3c302bb..000000000000 --- a/dev-embedded/avr-libc/avr-libc-1.7.1.ebuild +++ /dev/null @@ -1,77 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="4" - -CHOST="avr" -CTARGET="avr" - -inherit flag-o-matic eutils - -DESCRIPTION="C library for Atmel AVR microcontrollers" -HOMEPAGE="http://www.nongnu.org/avr-libc/" -SRC_URI="https://savannah.nongnu.org/download/avr-libc/${P}.tar.bz2 - https://savannah.nongnu.org/download/avr-libc/${PN}-manpages-${PV}.tar.bz2 - doc? ( https://savannah.nongnu.org/download/avr-libc/${PN}-user-manual-${PV}.tar.bz2 )" - -LICENSE="BSD" -SLOT="0" -# 'amd64' is a blessed placeholder for crossdev. It could -# be any other arch. See bug #620316#c5 -# Don't add more arches to KEYWORDS. -KEYWORDS="~amd64" -IUSE="doc crosscompile_opts_headers-only" - -DEPEND=">=sys-devel/crossdev-0.9.1" -[[ ${CATEGORY/cross-} != ${CATEGORY} ]] \ - && RDEPEND="!dev-embedded/avr-libc" \ - || RDEPEND="" - -DOCS="AUTHORS ChangeLog* NEWS README" - -pkg_setup() { - # check for avr-gcc, bug #134738 - ebegin "Checking for avr-gcc" - if type -p avr-gcc > /dev/null ; then - eend 0 - else - eend 1 - - eerror - eerror "Failed to locate 'avr-gcc' in \$PATH. You can install an AVR toolchain using:" - eerror " $ crossdev -t avr" - eerror - die "AVR toolchain not found" - fi -} - -src_prepare() { - # Fix avr-libc bug #32988 causing an ICE with gcc-4.6.0 - epatch "${FILESDIR}/${P}-gcc46.patch" - - # work around broken gcc versions PR45261 - local mcu - for mcu in $(sed -r -n '/CHECK_AVR_DEVICE/{s:.*[(](.*)[)]:\1:;p}' configure.ac) ; do - if avr-gcc -E - -mmcu=${mcu} <<<"" |& grep -q 'unknown MCU' ; then - sed -i "/HAS_${mcu}=yes/s:yes:no:" configure - fi - done - - # Install docs in correct directory - sed -i -e "/DOC_INST_DIR/s:\$(VERSION):${PVR}:" configure || die - - strip-flags - strip-unsupported-flags -} - -src_install() { - default - - # man pages can not go into standard locations - # as they would then overwrite libc man pages - insinto /usr/share/doc/${PF}/man/man3 - doins "${WORKDIR}"/man/man3/* - prepman /usr/share/doc/${PF} - - use doc && dohtml "${WORKDIR}"/${PN}-user-manual-${PV}/* -} diff --git a/dev-embedded/avr-libc/avr-libc-1.8.0.ebuild b/dev-embedded/avr-libc/avr-libc-1.8.0.ebuild deleted file mode 100644 index 166f785d1ea9..000000000000 --- a/dev-embedded/avr-libc/avr-libc-1.8.0.ebuild +++ /dev/null @@ -1,78 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="4" - -CHOST="avr" -CTARGET="avr" - -inherit flag-o-matic eutils - -DESCRIPTION="C library for Atmel AVR microcontrollers" -HOMEPAGE="http://www.nongnu.org/avr-libc/" -SRC_URI="https://savannah.nongnu.org/download/avr-libc/${P}.tar.bz2 - https://savannah.nongnu.org/download/avr-libc/${PN}-manpages-${PV}.tar.bz2 - doc? ( https://savannah.nongnu.org/download/avr-libc/${PN}-user-manual-${PV}.tar.bz2 )" - -LICENSE="BSD" -SLOT="0" -# 'amd64' is a blessed placeholder for crossdev. It could -# be any other arch. See bug #620316#c5 -# Don't add more arches to KEYWORDS. -KEYWORDS="amd64" -IUSE="doc crosscompile_opts_headers-only" - -DEPEND=">=sys-devel/crossdev-0.9.1" -[[ ${CATEGORY/cross-} != ${CATEGORY} ]] \ - && RDEPEND="!dev-embedded/avr-libc" \ - || RDEPEND="" - -DOCS="AUTHORS ChangeLog* NEWS README" - -pkg_setup() { - # check for avr-gcc, bug #134738 - ebegin "Checking for avr-gcc" - if type -p avr-gcc > /dev/null ; then - eend 0 - else - eend 1 - - eerror - eerror "Failed to locate 'avr-gcc' in \$PATH. You can install an AVR toolchain using:" - eerror " $ crossdev -t avr" - eerror - die "AVR toolchain not found" - fi -} - -src_prepare() { - epatch_user #455828 - - # work around broken gcc versions PR45261 - local mcu - for mcu in $(sed -r -n '/CHECK_AVR_DEVICE/{s:.*[(](.*)[)]:\1:;p}' configure.ac) ; do - if avr-gcc -E - -mmcu=${mcu} <<<"" |& grep -q 'unknown MCU' ; then - sed -i "/HAS_${mcu}=yes/s:yes:no:" configure - fi - done - - # Install docs in correct directory - sed -i -e "/DOC_INST_DIR/s:\$(VERSION):${PVR}:" configure || die - - strip-flags - strip-unsupported-flags -} - -src_install() { - default - - # man pages can not go into standard locations - # as they would then overwrite libc man pages - insinto /usr/share/doc/${PF}/man/man3 - doins "${WORKDIR}"/man/man3/* - - use doc && dohtml "${WORKDIR}"/${PN}-user-manual-${PV}/* - - # Make sure diff cross-compilers don't collide #414075 - mv "${ED}"/usr/share/doc/{${PF},${CTARGET}-${PF}} || die -} diff --git a/dev-embedded/avr-libc/avr-libc-1.8.1.ebuild b/dev-embedded/avr-libc/avr-libc-1.8.1.ebuild deleted file mode 100644 index a217bfb1bc43..000000000000 --- a/dev-embedded/avr-libc/avr-libc-1.8.1.ebuild +++ /dev/null @@ -1,78 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="5" - -CHOST="avr" -CTARGET="avr" - -inherit flag-o-matic eutils - -DESCRIPTION="C library for Atmel AVR microcontrollers" -HOMEPAGE="http://www.nongnu.org/avr-libc/" -SRC_URI="https://savannah.nongnu.org/download/avr-libc/${P}.tar.bz2 - https://savannah.nongnu.org/download/avr-libc/${PN}-manpages-${PV}.tar.bz2 - doc? ( https://savannah.nongnu.org/download/avr-libc/${PN}-user-manual-${PV}.tar.bz2 )" - -LICENSE="BSD" -SLOT="0" -# 'amd64' is a blessed placeholder for crossdev. It could -# be any other arch. See bug #620316#c5 -# Don't add more arches to KEYWORDS. -KEYWORDS="~amd64" -IUSE="doc crosscompile_opts_headers-only" - -DEPEND=">=sys-devel/crossdev-0.9.1" -[[ ${CATEGORY/cross-} != ${CATEGORY} ]] \ - && RDEPEND="!dev-embedded/avr-libc" \ - || RDEPEND="" - -DOCS="AUTHORS ChangeLog* NEWS README" - -pkg_setup() { - # check for avr-gcc, bug #134738 - ebegin "Checking for avr-gcc" - if type -p avr-gcc > /dev/null ; then - eend 0 - else - eend 1 - - eerror - eerror "Failed to locate 'avr-gcc' in \$PATH. You can install an AVR toolchain using:" - eerror " $ crossdev -t avr" - eerror - die "AVR toolchain not found" - fi -} - -src_prepare() { - epatch_user #455828 - - # work around broken gcc versions PR45261 - local mcu - for mcu in $(sed -r -n '/CHECK_AVR_DEVICE/{s:.*[(](.*)[)]:\1:;p}' configure.ac) ; do - if avr-gcc -E - -mmcu=${mcu} <<<"" |& grep -q 'unknown MCU' ; then - sed -i "/HAS_${mcu}=yes/s:yes:no:" configure - fi - done - - # Install docs in correct directory - sed -i -e "/DOC_INST_DIR/s:\$(VERSION):${PVR}:" configure || die - - strip-flags - strip-unsupported-flags -} - -src_install() { - default - - # man pages can not go into standard locations - # as they would then overwrite libc man pages - insinto /usr/share/doc/${PF}/man/man3 - doins "${WORKDIR}"/man/man3/* - - use doc && dohtml "${WORKDIR}"/${PN}-user-manual-${PV}/* - - # Make sure diff cross-compilers don't collide #414075 - mv "${ED}"/usr/share/doc/{${PF},${CTARGET}-${PF}} || die -} diff --git a/dev-embedded/avr-libc/files/avr-libc-1.7.1-gcc46.patch b/dev-embedded/avr-libc/files/avr-libc-1.7.1-gcc46.patch deleted file mode 100644 index 1f0922196c36..000000000000 --- a/dev-embedded/avr-libc/files/avr-libc-1.7.1-gcc46.patch +++ /dev/null @@ -1,25 +0,0 @@ ---- avr-libc-1.7.1.orig/include/avr/pgmspace.h -+++ avr-libc-1.7.1/include/avr/pgmspace.h -@@ -252,7 +252,7 @@ - # define PSTR(s) ((const PROGMEM char *)(s)) - #else /* !DOXYGEN */ - /* The real thing. */ --# define PSTR(s) (__extension__({static char __c[] PROGMEM = (s); &__c[0];})) -+# define PSTR(s) (__extension__({static const char __c[] PROGMEM = (s); &__c[0];})) - #endif /* DOXYGEN */ - - #define __LPM_classic__(addr) \ ---- avr-libc-1.7.1.orig/libc/stdlib/dtostre.c -+++ avr-libc-1.7.1/libc/stdlib/dtostre.c -@@ -37,9 +37,9 @@ - char * - dtostre (double val, char *sbeg, unsigned char prec, unsigned char flags) - { -- __attribute__((progmem)) static char str_nan[2][4] = -+ __attribute__((progmem)) static const char str_nan[2][4] = - {"nan", "NAN"}; -- __attribute__((progmem)) static char str_inf[2][sizeof(str_nan[0])] = -+ __attribute__((progmem)) static const char str_inf[2][sizeof(str_nan[0])] = - {"inf", "INF"}; - char *d; /* dst */ - char *s; /* src */ diff --git a/dev-embedded/dfu-programmer/dfu-programmer-0.7.2-r1.ebuild b/dev-embedded/dfu-programmer/dfu-programmer-0.7.2-r1.ebuild index 8e9cca823a50..08ab0f766244 100644 --- a/dev-embedded/dfu-programmer/dfu-programmer-0.7.2-r1.ebuild +++ b/dev-embedded/dfu-programmer/dfu-programmer-0.7.2-r1.ebuild @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~arm" +KEYWORDS="amd64 arm" IUSE="" RDEPEND="virtual/libusb:1 diff --git a/dev-embedded/dfu-programmer/dfu-programmer-0.7.2.ebuild b/dev-embedded/dfu-programmer/dfu-programmer-0.7.2.ebuild deleted file mode 100644 index 1cc8bda74914..000000000000 --- a/dev-embedded/dfu-programmer/dfu-programmer-0.7.2.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="5" - -inherit udev - -DESCRIPTION="A Device Firmware Update based USB programmer for Atmel chips" -HOMEPAGE="http://dfu-programmer.sourceforge.net" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~arm" -IUSE="" - -RDEPEND="virtual/libusb:1 - virtual/udev" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -src_prepare() { - # Upstream has fixed this in their configure already. - tc-export CPP PKG_CONFIG - sed -i \ - -e "/LIBUSB_1_0_CFLAGS=/s:=.*:='$(${PKG_CONFIG} --cflags libusb-1.0)':" \ - -e "/LIBUSB_1_0_LIBS=/s:=.*:='$(${PKG_CONFIG} --libs libusb-1.0)':" \ - configure || die -} - -src_install() { - default - - cat <<-EOF > 70-dfu-programmer.rules - # - # do not edit this file, it will be overwritten on update - # - EOF - printf 'SUBSYSTEM=="usb", ACTION=="add", ATTRS{idVendor}=="03eb", ATTRS{idProduct}=="%s", MODE="660", GROUP="plugdev", SYMLINK+="dfu-%%n"\n' \ - 2ff{a,b,9,7,4,3} >> 70-dfu-programmer.rules - - udev_dorules 70-dfu-programmer.rules -} diff --git a/dev-embedded/esptool/Manifest b/dev-embedded/esptool/Manifest index 9cc69c3733d2..ba7354924a46 100644 --- a/dev-embedded/esptool/Manifest +++ b/dev-embedded/esptool/Manifest @@ -1 +1,2 @@ DIST esptool-2.1.tar.gz 68974 BLAKE2B 4aaddc9bf22a624de18e7d58b35a42f6fa27cf8bdfff119a270b9531f1e19ecb3f4d7eebad319a799068a19941bf0c843fc464fd5ae891d8e03e1a2bad54dd68 SHA512 be657df04a345d2c91bbe3a9cbb93cd7bb0bc68e61388ff4d134c88d514c74fe3f2c5e7c64f4100264bc5973b1d3e66251cdb16a77894fb9e116d9c6a54a8dc3 +DIST esptool-2.2.tar.gz 70585 BLAKE2B ea4553d7857987233d1488e6db1993ec687ce10c9c810c7a5327043283fab19b10863106ecf8bfac6d7585a8bbf2823b90d7e225dd4a27bfb784f183e86c796a SHA512 a84b61875a8f227b8103fcc546eb1323547159fbdc962d0577eb6498126589c9fa3b23ca840d33ab2636d7c05de3eb048bdfbdbd86d895c8e37f9bbc169a4caa diff --git a/dev-embedded/esptool/esptool-2.2.ebuild b/dev-embedded/esptool/esptool-2.2.ebuild new file mode 100644 index 000000000000..066db389f9aa --- /dev/null +++ b/dev-embedded/esptool/esptool-2.2.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) + +inherit distutils-r1 + +DESCRIPTION="Utility to communicate with the ROM bootloader in Espressif ESP8266 and ESP32" +HOMEPAGE="https://github.com/espressif/esptool" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" +RDEPEND="${DEPEND} + dev-python/ecdsa[${PYTHON_USEDEP}] + dev-python/pyaes[${PYTHON_USEDEP}] + >=dev-python/pyserial-2.5[${PYTHON_USEDEP}]" + +RESTRICT="test" # Uses a device connected to the serial port + +python_test() { + ${EPYTHON} test/test_esptool.py || die +} diff --git a/dev-java/Manifest.gz b/dev-java/Manifest.gz index 1b081b30bfc9..60f4769e16c9 100644 Binary files a/dev-java/Manifest.gz and b/dev-java/Manifest.gz differ diff --git a/dev-java/ecj-gcj/Manifest b/dev-java/ecj-gcj/Manifest index 44797011d5aa..739acba16b78 100644 --- a/dev-java/ecj-gcj/Manifest +++ b/dev-java/ecj-gcj/Manifest @@ -1,4 +1 @@ -DIST ecjsrc-3.5.2.zip 1298691 BLAKE2B 12da418b8e92c8ab6e9d670d323ec561b01fb387ea5b4cbbd851332f4a1efafb8cd560f3b30afada90fa71d0b75b1939f69608bb05c7ee329cc1b66ae296f5cb SHA512 5fb3a38358511c92c12dfebbb4beb91581de25e2a3e3b4593d0388531dea5bae469f677e5154b69d634ede7395375992ae9f043be36f6b5a0fcfa873dbc98558 -DIST ecjsrc-3.6.zip 1310484 BLAKE2B 6b2155abb2e71187138b831aabb3b6716eab3c97ac9f30bf66625cb222aee7257088b494a81e95979fbaf1c5fa67575e3cd0438750e060642aa4e46fba389472 SHA512 23f5be36de85f8a95bf029e42df632aa417ffa58a84b50ab5f6c78dd1fa1882316c61165b4d0d7be2c2568226f1e1c352ea45e391759ca6c5c1fef97e8c5fada -DIST ecjsrc-4.2.1.jar 1417043 BLAKE2B dc6915ec85d96a6ecdafb04485549feeb6ef8329811e294647e9e179ff3b1ec3cea55c29ad23b306ff3489dbfe6f574dc691ee31080a592d71607d3a996e9bb4 SHA512 967b47a722893ea1f9eb17e69d386881dc87516e93c1d7a2a119d6fb2e053faa0d9d6455b6e4b89c3f23a3ec7ae33686f4acc305d7c6e51929ce7837c9c93eaf DIST ecjsrc-4.4.2.jar 1764959 BLAKE2B 402bcbb040c28fa10dad07c4223daed9976f3246d6984ac74d95087a6cdcd5a742072126a999435eb2d49d49bb2884474461ae8439a9839617b2891297cd7c07 SHA512 53e850fc64994b104d45f58c22f1302ceb1f23bcf69300940be5689dfa6278bea14b4506746fec7b14db6f48c24ccbee16755943fffcdd7f6ad4fe5d9ddc1f20 diff --git a/dev-java/ecj-gcj/ecj-gcj-3.5.2-r3.ebuild b/dev-java/ecj-gcj/ecj-gcj-3.5.2-r3.ebuild deleted file mode 100644 index c2dd06855a54..000000000000 --- a/dev-java/ecj-gcj/ecj-gcj-3.5.2-r3.ebuild +++ /dev/null @@ -1,109 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit java-pkg-2 prefix toolchain-funcs - -MY_PN="ecj" -DMF="R-${PV}-201002111343" - -DESCRIPTION="Subset of Eclipse Compiler for Java compiled by gcj, serving as javac in gcj-jdk" -HOMEPAGE="http://www.eclipse.org/" -SRC_URI="http://download.eclipse.org/eclipse/downloads/drops/${DMF}/${MY_PN}src-${PV}.zip" - -LICENSE="EPL-1.0" -SLOT="3.5" -KEYWORDS="~amd64 ~ppc64 ~x86" -IUSE="+native" - -RDEPEND="sys-devel/gcc:*[gcj] - app-eselect/eselect-java" -DEPEND="${RDEPEND} - app-arch/unzip - !dev-java/eclipse-ecj:3.5[gcj]" - -S="${WORKDIR}" - -# for compatibility with java eclass functions -JAVA_PKG_WANT_SOURCE=1.4 -JAVA_PKG_WANT_TARGET=1.4 - -MY_PS="${MY_PN}-${SLOT}" - -java_prepare() { - # We don't need the ant adapter here - rm -f org/eclipse/jdt/core/JDTCompilerAdapter.java || die - rm -fr org/eclipse/jdt/internal/antadapter || die - - # upstream build.xml excludes this - rm -f META-INF/eclipse.inf || die - - # these java6 specific classes cannot compile with ecj - rm -fr org/eclipse/jdt/internal/compiler/{apt,tool}/ || die -} - -src_compile() { - local javac_opts javac java jar - - local gccbin=$(gcc-config -B) - local gccver=$(gcc-fullversion) - - local gcj="${gccbin}/gcj" - javac="${gcj} -C --encoding=ISO-8859-1" - jar="${gccbin}/gjar" - java="${gccbin}/gij" - - mkdir -p bootstrap || die - cp -pPR org bootstrap || die - cd "${S}/bootstrap" || die - - einfo "bootstrapping ${MY_PN} with ${javac} ..." - ${javac} ${javac_opts} $(find org/ -name '*.java') || die - find org/ \( -name '*.class' -o -name '*.properties' -o -name '*.rsc' \) \ - -exec ${jar} cf ${MY_PN}.jar {} + || die - - cd "${S}" || die - - einfo "building ${MY_PN} with bootstrapped ${MY_PN} ..." - ${java} -classpath bootstrap/${MY_PN}.jar \ - org.eclipse.jdt.internal.compiler.batch.Main \ - ${javac_opts} -nowarn org || die - find org/ \( -name '*.class' -o -name '*.properties' -o -name '*.rsc' \) \ - -exec ${jar} cf ${MY_PN}.jar {} + || die - - if use native; then - einfo "Building native ${MY_PS} library, patience needed ..." - ${gcj} ${CFLAGS} ${LDFLAGS} -findirect-dispatch -shared -fPIC -Wl,-Bsymbolic \ - -o ${MY_PS}.so ${MY_PN}.jar || die - fi -} - -src_install() { - java-pkg_dojar ${MY_PN}.jar - - sed -e "s|@SLOT@|${SLOT}|" \ - "${FILESDIR}/${PN}.in" \ - > "${T}"/${PN}-${SLOT} || die - eprefixify "${T}/${PN}-${SLOT}" - dobin "${T}/${PN}-${SLOT}" - - use native && dolib.so ${MY_PS}.so -} - -pkg_postinst() { - if use native; then - $(gcc-config -B)/gcj-dbtool -a $(gcj-dbtool -p) \ - "${EPREFIX}"/usr/share/${PN}-${SLOT}/lib/ecj.jar \ - "${EPREFIX}"/usr/$(get_libdir)/${MY_PN}-${SLOT}.so - fi - - einfo "To select between slots of ECJ..." - einfo " # eselect ecj" - - eselect ecj update ${PN}-${SLOT} -} - -pkg_postrm() { - eselect ecj update -} diff --git a/dev-java/ecj-gcj/ecj-gcj-3.6-r1.ebuild b/dev-java/ecj-gcj/ecj-gcj-3.6-r1.ebuild deleted file mode 100644 index 828b293af310..000000000000 --- a/dev-java/ecj-gcj/ecj-gcj-3.6-r1.ebuild +++ /dev/null @@ -1,109 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit java-pkg-2 prefix toolchain-funcs - -MY_PN="ecj" -DMF="R-${PV}-201006080911" - -DESCRIPTION="Subset of Eclipse Compiler for Java compiled by gcj, serving as javac in gcj-jdk" -HOMEPAGE="http://www.eclipse.org/" -SRC_URI="http://download.eclipse.org/eclipse/downloads/drops/${DMF}/${MY_PN}src-${PV}.zip" - -LICENSE="EPL-1.0" -SLOT="3.6" -KEYWORDS="~amd64 ~arm ~ppc64 ~x86" -IUSE="+native" - -RDEPEND="sys-devel/gcc:*[gcj] - app-eselect/eselect-java" -DEPEND="${RDEPEND} - app-arch/unzip - !dev-java/eclipse-ecj:3.5[gcj]" - -S="${WORKDIR}" - -# for compatibility with java eclass functions -JAVA_PKG_WANT_SOURCE=1.4 -JAVA_PKG_WANT_TARGET=1.4 - -MY_PS="${MY_PN}-${SLOT}" - -java_prepare() { - # We don't need the ant adapter here - rm -f org/eclipse/jdt/core/JDTCompilerAdapter.java || die - rm -fr org/eclipse/jdt/internal/antadapter || die - - # upstream build.xml excludes this - rm -f META-INF/eclipse.inf || die - - # these java6 specific classes cannot compile with ecj - rm -fr org/eclipse/jdt/internal/compiler/{apt,tool}/ || die -} - -src_compile() { - local javac_opts javac java jar - - local gccbin=$(gcc-config -B) - local gccver=$(gcc-fullversion) - - local gcj="${gccbin}/gcj" - javac="${gcj} -C --encoding=ISO-8859-1" - jar="${gccbin}/gjar" - java="${gccbin}/gij" - - mkdir -p bootstrap || die - cp -pPR org bootstrap || die - cd "${S}/bootstrap" || die - - einfo "bootstrapping ${MY_PN} with ${javac} ..." - ${javac} ${javac_opts} $(find org/ -name '*.java') || die - find org/ \( -name '*.class' -o -name '*.properties' -o -name '*.rsc' \) \ - -exec ${jar} cf ${MY_PN}.jar {} + || die - - cd "${S}" || die - - einfo "building ${MY_PN} with bootstrapped ${MY_PN} ..." - ${java} -classpath bootstrap/${MY_PN}.jar \ - org.eclipse.jdt.internal.compiler.batch.Main \ - ${javac_opts} -nowarn org || die - find org/ \( -name '*.class' -o -name '*.properties' -o -name '*.rsc' \) \ - -exec ${jar} cf ${MY_PN}.jar {} + || die - - if use native; then - einfo "Building native ${MY_PS} library, patience needed ..." - ${gcj} ${CFLAGS} ${LDFLAGS} -findirect-dispatch -shared -fPIC -Wl,-Bsymbolic \ - -o ${MY_PS}.so ${MY_PN}.jar || die - fi -} - -src_install() { - java-pkg_dojar ${MY_PN}.jar - - sed -e "s|@SLOT@|${SLOT}|" \ - "${FILESDIR}/${PN}.in" \ - > "${T}"/${PN}-${SLOT} || die - eprefixify "${T}/${PN}-${SLOT}" - dobin "${T}/${PN}-${SLOT}" - - use native && dolib.so ${MY_PS}.so -} - -pkg_postinst() { - if use native; then - $(gcc-config -B)/gcj-dbtool -a $(gcj-dbtool -p) \ - "${EPREFIX}"/usr/share/${PN}-${SLOT}/lib/ecj.jar \ - "${EPREFIX}"/usr/$(get_libdir)/${MY_PN}-${SLOT}.so - fi - - einfo "To select between slots of ECJ..." - einfo " # eselect ecj" - - eselect ecj update ${PN}-${SLOT} -} - -pkg_postrm() { - eselect ecj update -} diff --git a/dev-java/ecj-gcj/ecj-gcj-4.2.1-r2.ebuild b/dev-java/ecj-gcj/ecj-gcj-4.2.1-r2.ebuild deleted file mode 100644 index d29d172ca10f..000000000000 --- a/dev-java/ecj-gcj/ecj-gcj-4.2.1-r2.ebuild +++ /dev/null @@ -1,109 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit java-pkg-2 prefix toolchain-funcs - -MY_PN="ecj" -DMF="R-${PV}-201209141800" - -DESCRIPTION="Subset of Eclipse Compiler for Java compiled by gcj, serving as javac in gcj-jdk" -HOMEPAGE="http://www.eclipse.org/" -SRC_URI="http://download.eclipse.org/eclipse/downloads/drops4/${DMF}/${MY_PN}src-${PV}.jar" - -LICENSE="EPL-1.0" -SLOT="4.2" -KEYWORDS="~amd64 ~arm ~ppc64 ~x86" -IUSE="+native" - -RDEPEND="sys-devel/gcc:*[gcj] - app-eselect/eselect-java" -DEPEND="${RDEPEND} - app-arch/unzip - !dev-java/eclipse-ecj:3.5[gcj]" - -S="${WORKDIR}" - -# for compatibility with java eclass functions -JAVA_PKG_WANT_SOURCE=1.4 -JAVA_PKG_WANT_TARGET=1.4 - -MY_PS="${MY_PN}-${SLOT}" - -java_prepare() { - # We don't need the ant adapter here - rm -f org/eclipse/jdt/core/JDTCompilerAdapter.java || die - rm -fr org/eclipse/jdt/internal/antadapter || die - - # upstream build.xml excludes this - rm -f META-INF/eclipse.inf || die - - # these java6 specific classes cannot compile with gcj - rm -fr org/eclipse/jdt/internal/compiler/{apt,tool}/ || die -} - -src_compile() { - local javac_opts javac java jar - - local gccbin=$(gcc-config -B) - local gccver=$(gcc-fullversion) - - local gcj="${gccbin}/gcj" - javac="${gcj} -C --encoding=ISO-8859-1" - jar="${gccbin}/gjar" - java="${gccbin}/gij" - - mkdir -p bootstrap || die - cp -pPR org bootstrap || die - cd "${S}/bootstrap" || die - - einfo "bootstrapping ${MY_PN} with ${javac} ..." - ${javac} ${javac_opts} $(find org/ -name '*.java') || die - find org/ \( -name '*.class' -o -name '*.properties' -o -name '*.rsc' -o -name '*.inf' -o -name '*.props' \) \ - -exec ${jar} cf ${MY_PN}.jar {} + || die - - cd "${S}" || die - - einfo "building ${MY_PN} with bootstrapped ${MY_PN} ..." - ${java} -classpath bootstrap/${MY_PN}.jar \ - org.eclipse.jdt.internal.compiler.batch.Main \ - ${javac_opts} -nowarn org || die - find org/ \( -name '*.class' -o -name '*.properties' -o -name '*.rsc' -o -name '*.inf' -o -name '*.props' \) \ - -exec ${jar} cf ${MY_PN}.jar {} + || die - - if use native; then - einfo "Building native ${MY_PS} library, patience needed ..." - ${gcj} ${CFLAGS} ${LDFLAGS} -findirect-dispatch -shared -fPIC -Wl,-Bsymbolic \ - -o ${MY_PS}.so ${MY_PN}.jar || die - fi -} - -src_install() { - java-pkg_dojar ${MY_PN}.jar - - sed -e "s|@SLOT@|${SLOT}|" \ - "${FILESDIR}/${PN}.in" \ - > "${T}"/${PN}-${SLOT} || die - eprefixify "${T}/${PN}-${SLOT}" - dobin "${T}/${PN}-${SLOT}" - - use native && dolib.so ${MY_PS}.so -} - -pkg_postinst() { - if use native; then - $(gcc-config -B)/gcj-dbtool -a $(gcj-dbtool -p) \ - "${EPREFIX}"/usr/share/${PN}-${SLOT}/lib/ecj.jar \ - "${EPREFIX}"/usr/$(get_libdir)/${MY_PN}-${SLOT}.so - fi - - einfo "To select between slots of ECJ..." - einfo " # eselect ecj" - - eselect ecj update ${PN}-${SLOT} -} - -pkg_postrm() { - eselect ecj update -} diff --git a/dev-java/gcj-jdk/files/gcj-jdk.env.sh b/dev-java/gcj-jdk/files/gcj-jdk.env.sh deleted file mode 100644 index ff967fa2c1c7..000000000000 --- a/dev-java/gcj-jdk/files/gcj-jdk.env.sh +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -VERSION="GCJ ${PV}" -JAVA_HOME="${EPREFIX}/usr/$(get_libdir)/${P}" -JDK_HOME="${EPREFIX}/usr/$(get_libdir)/${P}" -JAVAC="\${JAVA_HOME}/bin/javac" -PATH="\${JAVA_HOME}/bin" -ROOTPATH="\${JAVA_HOME}/bin" -LDPATH="\${JAVA_HOME}/lib" -INFOPATH="\${JAVA_HOME}/info" -MANPATH="\${JAVA_HOME}/man" -PROVIDES_TYPE="JDK JRE" -PROVIDES_VERSION="1.5" -BOOTCLASSPATH="\${JAVA_HOME}/jre/lib/rt.jar" -GENERATION="2" -ENV_VARS="JAVA_HOME JDK_HOME JAVAC PATH ROOTPATH LDPATH INFOPATH MANPATH" diff --git a/dev-lang/Manifest.gz b/dev-lang/Manifest.gz index f8e40089ec3b..b7b40a9b520a 100644 Binary files a/dev-lang/Manifest.gz and b/dev-lang/Manifest.gz differ diff --git a/dev-lang/perl/Manifest b/dev-lang/perl/Manifest index 6a5d9f8e441d..94ccbfdea35f 100644 --- a/dev-lang/perl/Manifest +++ b/dev-lang/perl/Manifest @@ -9,8 +9,9 @@ DIST perl-5.26.0.tar.xz 11961692 BLAKE2B a0bf9cb04a6f1f8459351d6b0398c3ef7b8eb16 DIST perl-5.26.1-RC1.tar.xz 11923212 BLAKE2B 0f07040bfa8e2ef8fff434d02f874e71b03013620ab79f5d2d04d254881d33753999c5cd1f7d64cc9887122328ae4fd6dcc904f6ff76e47a6d775e4d655faddc SHA512 036151303704e8d91db8cc22a9c8972499babca112d46f570e4f921fdad1b73919f6d038973896ff3d55b079080c4682609b3f73b962999bc5f5425b7b877084 DIST perl-5.26.1.tar.xz 11922848 BLAKE2B 8ba5ac50bc6bc3cea1ede7dbd9b41566bd3f62e432d9a1f5ee45837cc3051c1edc037a13d73d4c867edc7833f9dfa8a9d22216e14a19df179ba030a03d3acc07 SHA512 13faa7bcd7ed8c490c37e9032c115af06c9b8152b75f8062409dd72d263d1314480e8a9a883490de1b448b2e6d53b6a87d108e2eceb17de2524d5857c6a7d300 DIST perl-5.27.6-patches-1.tar.xz 16280 BLAKE2B e80e84bc233a0a73464e59610f56a2857bda91599aad0e166e07c01b5a7167a586ad9bb198b44e01e26dbedcb0be8ecfaa246e3b32ec1c7a03895197fe490976 SHA512 4dbac74a1463bfc54158052bffc8bc25ee5cd9dcf28049bff8d0595f5679a44dcb69030fe8fc4713a9d45cc38be03d0621b606f159f46ce689e0c1ebe55fd627 -DIST perl-5.27.6.tar.xz 12064384 BLAKE2B 4714b3c30960a4f5bd2e8baf77e4e5c83ba416bcf136b2c6148fc784f2d6f210c67b02fb801423a5325a0f825faa17d03feb9b951c4b9d002664259413355868 SHA512 8866623499bc8b73813301dbf1c920b1220e1bece2842c22ca12f565bba7771dd241462cb0e61c5fbdc88526a8461ad401406688a847411f16438449ce48f1a1 +DIST perl-5.27.7.tar.xz 12217704 BLAKE2B b443b6a0e23b522661e518bb302f9610806e722cd0c28d8d035b49ae78c39a9bb261cd2e3e03c5b65f549f53515ad27764a691b5fbe9464f4c57a5ff1100651f SHA512 e4a70a73a27dc102e59b8edf2dad73adb153fef7a4e52b6c1fe6d83a7db0deaecafc2db4fbac18b6ddcc8e8bf3e59ab4d4660714fbf0b0dbaf00da2bfa9f568f DIST perl-cross-1.1.4.tar.gz 94623 BLAKE2B 11ede9ad74e8f73e8bd8effea962933cba50e65e169fdcf4449a1a4f6df6f840a510033eab1e04c5d60f0aa14a660e0bf9e82569a553d2859c065c1c68056078 SHA512 3bfc108245f0c05b7d45c317eb28c2eb70aba528dfe8a39bc99d6e49b4751f5dca4f4ac661484bfc7528c3e28fcdbd8994c36daa49c25516618fec1f58116d79 DIST perl-cross-1.1.5.tar.gz 95122 BLAKE2B 2b2596d156f3a7bb296855600ea37771412b0ba4e10be55fccd46c37aa7d1fe25e01ead283ecb8fa3becfbd6e3e9695c4eba4836c0d95ed0b8b827fc8017a8bb SHA512 344ae0ff3ab8a2ce3fdb0de10972164c8cc14abd9c5c9bf55029bc8a6c2e62b3f9dda88892b1d8d0e30b76f94d42feea1dd5e5c55631f9eb53d1443285e2e3d1 DIST perl-cross-1.1.6.tar.gz 96075 BLAKE2B 08e324a58a193721a5ed2b6a32688030d1f257cb8407e5629039c8ab28893e73104a71e3758f540d1df06e53a4475371c4a625aab940253f1fabb13760e9e285 SHA512 4d46ad55093d90da4b0589552d14390efdc6604532ad2b4a3b20a79c69ef3b3cfe0e171b439dfa464bbee2e1fbd92606af6e6584d9355a8476e5b4ada8733653 DIST perl-cross-1.1.7.tar.gz 97622 BLAKE2B c58dd51492cfbda6fc58b43d9de45c35dd5ed5768ca8db61b5ac092ad6c0067386597875d6613c75671f026387ba474ce8c28789d6d77b9dcfc4cf4bf7227126 SHA512 b64d487129b295ec6d996606b8b8559de681e1cf7c3e3167d6d646d5d7a848d7929b1ab698d1f950e265213749772fc74d209cea5020b61e133c8f8851b7cfa0 +DIST perl-cross-1.1.8.tar.gz 98686 BLAKE2B e4fa78e99cb0b93025468d6035dfa352e78867003847637e3730df7f3df252cd13370b71b8c724e4dcc9c0851a8e224402ba6880a1ac666521a64b9053a7e4c2 SHA512 00de89c4b4dbef4aede397c541ef5b9c5b1c2b8fecc7ea4b8d5d133dcceb65da6e834ff28609e7865d24e563f050de25c72ce3a88a162d8c88e87524aac5217f diff --git a/dev-lang/perl/perl-5.28.9999.ebuild b/dev-lang/perl/perl-5.28.9999.ebuild index ea454ceccebf..5a408f1f40b6 100644 --- a/dev-lang/perl/perl-5.28.9999.ebuild +++ b/dev-lang/perl/perl-5.28.9999.ebuild @@ -6,17 +6,17 @@ EAPI=6 inherit eutils alternatives flag-o-matic toolchain-funcs multilib multiprocessing PATCH_VER=1 -CROSS_VER=1.1.7 +CROSS_VER=1.1.8 PATCH_BASE="perl-5.27.6-patches-${PATCH_VER}" -DIST_AUTHOR=SHAY +DIST_AUTHOR=BINGOS # Greatest first, don't include yourself # Devel point-releases are not ABI-intercompatible, but stable point releases are # BIN_OLDVERSEN is contains only C-ABI-intercompatible versions PERL_BIN_OLDVERSEN="" if [[ "${PV##*.}" == "9999" ]]; then - DIST_VERSION=5.27.6 + DIST_VERSION=5.27.7 else DIST_VERSION="${PV/_rc/-RC}" fi @@ -76,14 +76,14 @@ S="${WORKDIR}/${MY_P}" dual_scripts() { src_remove_dual perl-core/Archive-Tar 2.260.0 ptar ptardiff ptargrep - src_remove_dual perl-core/CPAN 2.180.0 cpan - src_remove_dual perl-core/Digest-SHA 5.960.0 shasum + src_remove_dual perl-core/CPAN 2.200.0 cpan + src_remove_dual perl-core/Digest-SHA 6.0.0 shasum src_remove_dual perl-core/Encode 2.930.0 enc2xs piconv src_remove_dual perl-core/ExtUtils-MakeMaker 7.300.0 instmodsh src_remove_dual perl-core/ExtUtils-ParseXS 3.360.0 xsubpp src_remove_dual perl-core/IO-Compress 2.74.0 zipdetails - src_remove_dual perl-core/JSON-PP 2.940.0 json_pp - src_remove_dual perl-core/Module-CoreList 5.201.711.200 corelist + src_remove_dual perl-core/JSON-PP 2.970.0 json_pp + src_remove_dual perl-core/Module-CoreList 5.201.712.200 corelist src_remove_dual perl-core/Pod-Parser 1.630.0 pod2usage podchecker podselect src_remove_dual perl-core/Pod-Perldoc 3.280.100 perldoc src_remove_dual perl-core/Test-Harness 3.390.0 prove diff --git a/dev-lang/ruby/ruby-2.2.9.ebuild b/dev-lang/ruby/ruby-2.2.9.ebuild index 15c6fa65de97..05de5df039dd 100644 --- a/dev-lang/ruby/ruby-2.2.9.ebuild +++ b/dev-lang/ruby/ruby-2.2.9.ebuild @@ -30,7 +30,7 @@ SRC_URI="mirror://ruby/2.2/${MY_P}.tar.xz https://dev.gentoo.org/~flameeyes/ruby-team/${PN}-patches-${PATCHSET}.tar.bz2" LICENSE="|| ( Ruby-BSD BSD-2 )" -KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh sparc ~x86 ~amd64-fbsd ~x86-fbsd" +KEYWORDS="~alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc ~x86 ~amd64-fbsd ~x86-fbsd" IUSE="berkdb debug doc examples gdbm ipv6 jemalloc libressl +rdoc rubytests socks5 ssl tk xemacs ncurses +readline" RDEPEND=" diff --git a/dev-lang/tuprolog/files/build-3.0.0.xml b/dev-lang/tuprolog/files/build-3.0.0.xml deleted file mode 100644 index 823c2371d1fd..000000000000 --- a/dev-lang/tuprolog/files/build-3.0.0.xml +++ /dev/null @@ -1,110 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/dev-lang/tuprolog/files/tuprolog-3.0.0-no-dynamic-object-test.patch b/dev-lang/tuprolog/files/tuprolog-3.0.0-no-dynamic-object-test.patch deleted file mode 100644 index 36e683f8c117..000000000000 --- a/dev-lang/tuprolog/files/tuprolog-3.0.0-no-dynamic-object-test.patch +++ /dev/null @@ -1,20 +0,0 @@ ---- tuprolog-3.0.0.orig/test/unit/alice/tuprolog/JavaLibraryTestCase.java 2016-10-08 14:34:12.000000000 +0200 -+++ tuprolog-3.0.0/test/unit/alice/tuprolog/JavaLibraryTestCase.java 2016-10-08 17:30:18.525111794 +0200 -@@ -39,7 +39,7 @@ - SolveInfo goal = engine.solve(new Struct("demo", t)); - assertFalse(goal.isSuccess()); - } -- -+/* - public void testDynamicObjectsRetrival() throws PrologException { - Prolog engine = new Prolog(); - OOLibrary lib = (OOLibrary) engine.getLibrary("alice.tuprolog.lib.OOLibrary"); -@@ -53,7 +53,7 @@ - TestCounter counter = (TestCounter) lib.getRegisteredDynamicObject(id); - assertEquals(2, counter.getValue()); - } -- -+*/ - - public void test_java_object() throws PrologException, IOException - { diff --git a/dev-lang/tuprolog/files/tuprolog-3.0.0-no-ikvm.patch b/dev-lang/tuprolog/files/tuprolog-3.0.0-no-ikvm.patch deleted file mode 100644 index e0ee85c506c2..000000000000 --- a/dev-lang/tuprolog/files/tuprolog-3.0.0-no-ikvm.patch +++ /dev/null @@ -1,137 +0,0 @@ -diff -urN tuprolog-3.0.0.orig/src/alice/tuprolog/LibraryManager.java tuprolog-3.0.0/src/alice/tuprolog/LibraryManager.java ---- tuprolog-3.0.0.orig/src/alice/tuprolog/LibraryManager.java 2016-10-08 14:33:19.000000000 +0200 -+++ tuprolog-3.0.0/src/alice/tuprolog/LibraryManager.java 2016-10-08 16:49:12.005214951 +0200 -@@ -9,11 +9,11 @@ - import java.net.URL; - import java.net.URLClassLoader; - import java.util.*; --import cli.System.Reflection.Assembly; -+//import cli.System.Reflection.Assembly; - - import alice.tuprolog.event.LibraryEvent; - import alice.tuprolog.event.WarningEvent; --import alice.util.AssemblyCustomClassLoader; -+//import alice.util.AssemblyCustomClassLoader; - - /** - * @author Alex Benini -@@ -179,31 +179,7 @@ - } else - // .NET - { -- Assembly asm = null; -- boolean classFound = false; -- className = "cli." -- + className.substring(0, className.indexOf(",")) -- .trim(); -- for (int i = 0; i < paths.length; i++) -- { -- try -- { -- asm = Assembly.LoadFrom(paths[i]); -- loader = new AssemblyCustomClassLoader(asm, urls); -- lib = (Library) Class.forName(className, true, loader).newInstance(); -- if (lib != null) -- { -- classFound = true; -- break; -- } -- } catch (Exception e) -- { -- e.printStackTrace(); -- continue; -- } -- } -- if (!classFound) -- throw new InvalidLibraryException(className, -1, -1); -+ throw new InvalidLibraryException(className, -1, -1); - } - } - -@@ -462,4 +438,4 @@ - return optimizedDirectory; - } - --} -\ No newline at end of file -+} -diff -urN tuprolog-3.0.0.orig/src/alice/tuprologx/ide/LibraryManager.java tuprolog-3.0.0/src/alice/tuprologx/ide/LibraryManager.java ---- tuprolog-3.0.0.orig/src/alice/tuprologx/ide/LibraryManager.java 2016-10-08 14:33:19.000000000 +0200 -+++ tuprolog-3.0.0/src/alice/tuprologx/ide/LibraryManager.java 2016-10-08 16:49:12.006214951 +0200 -@@ -18,7 +18,7 @@ - package alice.tuprologx.ide; - - import alice.tuprolog.*; --import alice.util.AssemblyCustomClassLoader; -+//import alice.util.AssemblyCustomClassLoader; - - import java.io.File; - import java.net.URL; -@@ -26,7 +26,7 @@ - import java.util.ArrayList; - import java.util.Hashtable; - import java.util.StringTokenizer; --import cli.System.Reflection.Assembly; -+//import cli.System.Reflection.Assembly; - - /** - * A dynamic manager for tuProlog libraries. -@@ -155,10 +155,7 @@ - // .NET - if(System.getProperty("java.vm.name").equals("IKVM.NET")) - { -- Assembly asm = Assembly.LoadFrom(file.getPath()); -- loader = new AssemblyCustomClassLoader(asm, new URL[]{url}); -- libraryClassname = "cli." + libraryClassname.substring(0, -- libraryClassname.indexOf(",")).trim(); -+ throw new InvalidLibraryException(libraryClassname,-1,-1); - } - // JVM - else -diff -urN tuprolog-3.0.0.orig/src/alice/util/AssemblyCustomClassLoader.java tuprolog-3.0.0/src/alice/util/AssemblyCustomClassLoader.java ---- tuprolog-3.0.0.orig/src/alice/util/AssemblyCustomClassLoader.java 2016-10-08 14:33:19.000000000 +0200 -+++ tuprolog-3.0.0/src/alice/util/AssemblyCustomClassLoader.java 1970-01-01 01:00:00.000000000 +0100 -@@ -1,21 +0,0 @@ --package alice.util; -- --import java.net.URL; -- --public class AssemblyCustomClassLoader extends java.net.URLClassLoader --{ -- public AssemblyCustomClassLoader(cli.System.Reflection.Assembly asm, URL[] urls) -- { -- super(new java.net.URL[0], new ikvm.runtime.AssemblyClassLoader(asm)); -- // explicitly calling addURL() is safer than passing it to the super constructor, -- // because this class loader instance may be used during the URL construction. -- for (URL url : urls) { -- addURL(url); -- } -- } -- -- public void addUrl(URL url) -- { -- addURL(url); -- } --} -\ No newline at end of file -diff -urN tuprolog-3.0.0.orig/src/alice/util/proxyGenerator/Generator.java tuprolog-3.0.0/src/alice/util/proxyGenerator/Generator.java ---- tuprolog-3.0.0.orig/src/alice/util/proxyGenerator/Generator.java 2016-10-08 14:33:19.000000000 +0200 -+++ tuprolog-3.0.0/src/alice/util/proxyGenerator/Generator.java 2016-10-08 17:03:17.816179576 +0200 -@@ -1,7 +1,7 @@ - package alice.util.proxyGenerator; - import javax.tools.*; - --import cli.System.Reflection.Assembly; -+//import cli.System.Reflection.Assembly; - - import java.lang.reflect.*; - import java.util.*; -@@ -29,7 +29,7 @@ - } - - if(System.getProperty("java.vm.name").equals("IKVM.NET")) -- ikvm.runtime.Startup.addBootClassPathAssemby(Assembly.Load("IKVM.OpenJDK.Tools")); -+ throw new UnsupportedOperationException("IKVM.NET not supported!"); - - jc = ToolProvider.getSystemJavaCompiler(); - if (jc == null) { diff --git a/dev-lang/tuprolog/files/tuprolog-3.0.0-oolibrary-unit-test.patch b/dev-lang/tuprolog/files/tuprolog-3.0.0-oolibrary-unit-test.patch deleted file mode 100644 index f9c13aecb9e7..000000000000 --- a/dev-lang/tuprolog/files/tuprolog-3.0.0-oolibrary-unit-test.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- tuprolog-3.0.0.orig/test/unit/alice/tuprolog/PrologTestCase.java 2016-10-08 14:34:12.000000000 +0200 -+++ tuprolog-3.0.0/test/unit/alice/tuprolog/PrologTestCase.java 2016-10-08 17:43:28.339078761 +0200 -@@ -32,7 +32,7 @@ - assertNotNull(engine.getLibrary("alice.tuprolog.StringLibrary")); - Library javaLibrary = new alice.tuprolog.lib.OOLibrary(); - engine.loadLibrary(javaLibrary); -- assertSame(javaLibrary, engine.getLibrary("alice.tuprolog.lib.JavaLibrary")); -+ assertSame(javaLibrary, engine.getLibrary("alice.tuprolog.lib.OOLibrary")); - } - - public void testGetLibraryWithName() throws InvalidLibraryException { diff --git a/dev-libs/Manifest.gz b/dev-libs/Manifest.gz index 7a99c2c1103f..8be61d65eaff 100644 Binary files a/dev-libs/Manifest.gz and b/dev-libs/Manifest.gz differ diff --git a/dev-libs/capstone/capstone-3.0.5_rc2-r1.ebuild b/dev-libs/capstone/capstone-3.0.5_rc2-r1.ebuild index 62b3292ce985..17f8b6cd3aff 100644 --- a/dev-libs/capstone/capstone-3.0.5_rc2-r1.ebuild +++ b/dev-libs/capstone/capstone-3.0.5_rc2-r1.ebuild @@ -18,7 +18,9 @@ KEYWORDS="~amd64 ~arm ~arm64 ~x86" IUSE="python" RDEPEND="python? ( ${PYTHON_DEPS} )" -DEPEND="${RDEPEND}" +DEPEND="${RDEPEND} + python? ( dev-python/setuptools[${PYTHON_USEDEP}] ) +" REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" PATCHES=( diff --git a/dev-libs/ding-libs/ding-libs-0.6.0.ebuild b/dev-libs/ding-libs/ding-libs-0.6.0.ebuild index 9a784cd3dd40..8bdafbe662bf 100644 --- a/dev-libs/ding-libs/ding-libs-0.6.0.ebuild +++ b/dev-libs/ding-libs/ding-libs-0.6.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -11,7 +11,7 @@ SRC_URI="https://fedorahosted.org/released/${PN}/${P}.tar.gz" LICENSE="LGPL-3 GPL-3" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux" IUSE="test static-libs" RDEPEND="" diff --git a/dev-libs/elfutils/elfutils-0.170-r1.ebuild b/dev-libs/elfutils/elfutils-0.170-r1.ebuild index 2f8deded3d70..92d757ed7735 100644 --- a/dev-libs/elfutils/elfutils-0.170-r1.ebuild +++ b/dev-libs/elfutils/elfutils-0.170-r1.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://sourceware.org/elfutils/ftp/${PV}/${P}.tar.bz2" LICENSE="|| ( GPL-2+ LGPL-3+ ) utils? ( GPL-3+ )" SLOT="0" -KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh sparc x86 ~amd64-linux ~arm-linux ~x86-linux" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh sparc x86 ~amd64-linux ~arm-linux ~x86-linux" IUSE="bzip2 lzma nls static-libs test +threads +utils" RDEPEND=">=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}] diff --git a/dev-libs/expat/expat-2.2.5.ebuild b/dev-libs/expat/expat-2.2.5.ebuild index 557ae3cbe5af..60778e1b83fa 100644 --- a/dev-libs/expat/expat-2.2.5.ebuild +++ b/dev-libs/expat/expat-2.2.5.ebuild @@ -10,7 +10,7 @@ SRC_URI="https://github.com/libexpat/libexpat/releases/download/R_${PV//\./_}/ex LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt" IUSE="elibc_FreeBSD examples static-libs unicode" DEPEND="unicode? ( ${AUTOTOOLS_DEPEND} )" RDEPEND="abi_x86_32? ( !<=app-emulation/emul-linux-x86-baselibs-20130224-r6 diff --git a/dev-libs/gnulib/Manifest b/dev-libs/gnulib/Manifest index e8fb7cffca1a..8df5698d7757 100644 --- a/dev-libs/gnulib/Manifest +++ b/dev-libs/gnulib/Manifest @@ -1 +1,2 @@ DIST gnulib-3a0b7b74982f44c735f4cfc2dccf538c3c4ef9e2.tar.gz 6192393 BLAKE2B 6c7409242c0421dd260369e7ca0b1c27ee46eb34c332d349545a5020e31fd476127b770739dc2578b3aa23e3a569e7d1467f41055bf449799d78b6ec48943fe8 SHA512 9076d0476aef4a7425fb6db038c2a4657ae1a5619a0ddce07a68a97883924f07635edc59818b532564128fbe23b06b39c98b4c544d4fc670dfc4ebd34e2e52c5 +DIST gnulib-f583f328bec489dd59b54ecc1cc640843ea261cf.tar.gz 6486622 BLAKE2B 725fcb598262d12c8b0f04d4341cc59c18a915ce34f5239c587121a7f297d2b86dd49f98f19900c49400166789f6eea22f6719c76a78c0b107ba2fc550568145 SHA512 303d8d5eafd210854b803e9add2575de314a28cfc530dae49d1f738d73fbaaf3e3c18267ecf0367b8e16b11a2e403454f37b586f0e7718297ca6cdac9984258b diff --git a/dev-libs/gnulib/gnulib-2016.12.21.08.39.01.ebuild b/dev-libs/gnulib/gnulib-2016.12.21.08.39.01.ebuild index a17e77d26755..a008b1478d0b 100644 --- a/dev-libs/gnulib/gnulib-2016.12.21.08.39.01.ebuild +++ b/dev-libs/gnulib/gnulib-2016.12.21.08.39.01.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://git.savannah.gnu.org/cgit/${PN}.git/snapshot/${PN}-${GIT_TAG}.t LICENSE="GPL-2" SLOT="0" -KEYWORDS="~ppc-aix ~x86-fbsd ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~ppc-aix ~x86-fbsd ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="doc" S="${WORKDIR}/${PN}-${GIT_TAG}" @@ -39,5 +39,5 @@ src_install() { doexe gnulib-tool # create and install the wrapper - dosym /usr/share/${PN}/gnulib-tool /usr/bin/gnulib-tool + dosym ../share/${PN}/gnulib-tool /usr/bin/gnulib-tool } diff --git a/dev-libs/gnulib/gnulib-2017.12.19.15.53.47.ebuild b/dev-libs/gnulib/gnulib-2017.12.19.15.53.47.ebuild new file mode 100644 index 000000000000..3018a94c51d0 --- /dev/null +++ b/dev-libs/gnulib/gnulib-2017.12.19.15.53.47.ebuild @@ -0,0 +1,43 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +GIT_TAG="f583f328bec489dd59b54ecc1cc640843ea261cf" + +DESCRIPTION="Library of common routines intended to be shared" +HOMEPAGE="https://www.gnu.org/software/gnulib" +SRC_URI="https://git.savannah.gnu.org/cgit/${PN}.git/snapshot/${PN}-${GIT_TAG}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~ppc-aix ~x86-fbsd ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +IUSE="doc" + +S="${WORKDIR}/${PN}-${GIT_TAG}" + +src_compile() { + if use doc; then + emake -C doc info html + fi +} + +src_install() { + dodoc README ChangeLog + + insinto /usr/share/${PN} + doins -r build-aux + doins -r doc + doins -r lib + doins -r m4 + doins -r modules + doins -r tests + doins -r top + + # install the real script + exeinto /usr/share/${PN} + doexe gnulib-tool + + # create and install the wrapper + dosym ../share/${PN}/gnulib-tool /usr/bin/gnulib-tool +} diff --git a/dev-libs/gnulib/gnulib-9999-r1.ebuild b/dev-libs/gnulib/gnulib-9999-r1.ebuild index 6615893ccf1b..394e16ee666b 100644 --- a/dev-libs/gnulib/gnulib-9999-r1.ebuild +++ b/dev-libs/gnulib/gnulib-9999-r1.ebuild @@ -37,5 +37,5 @@ src_install() { doexe gnulib-tool # create and install the wrapper - dosym /usr/share/${PN}/gnulib-tool /usr/bin/gnulib-tool + dosym ../share/${PN}/gnulib-tool /usr/bin/gnulib-tool } diff --git a/dev-libs/jsoncpp/Manifest b/dev-libs/jsoncpp/Manifest index c4a3abdd04cb..d01d9fbd1068 100644 --- a/dev-libs/jsoncpp/Manifest +++ b/dev-libs/jsoncpp/Manifest @@ -2,3 +2,4 @@ DIST jsoncpp-0.10.2.tar.gz 197188 BLAKE2B eeca1bbccab98f9da0d1158d19cab0079b9a02 DIST jsoncpp-0.10.6.tar.gz 200213 BLAKE2B 3b643a4c672c150ab235473010894674d1577b33b23dbe3cb1e951ddfb5ed59574ddca750f38278afbcf74de44c62d09888ee61e0e756b2a406fe663292a3d7d SHA512 9fcf584d14c31fc135c9789b36c02c5985daecc7396eb21912d5ea3e757d1fd0d516d7a060e14b4955c73f6b4aa256529281da908726919236fa65310de9f1aa DIST jsoncpp-1.8.1.tar.gz 210629 BLAKE2B 5f9a7f51b463784c5a74a78b7189800a37797f233b1d5a66d34edc0689c77a2b96b230c0ed4dfc749401087c551dd5659a6d152e09342ca92250ce9ea91a293e SHA512 4203826fca4c366b51d28ffc928399c914ffaba8be1cada64ff118b5742e6b469d3fc3e59344587d851447857b479794c5697d4fd11a9a55b32a3a7a801b745b DIST jsoncpp-1.8.3.tar.gz 199061 BLAKE2B c56d0ee987185817ef92a3b9e5c7350943375aadb960ce0c6bdfa993febf8f1976f5a848c5fc8e6204c2e7f3789dca56071260d33ad3db9e62fe1334329d0fa9 SHA512 a5170ccbc440c1bd2b365e34f7367a55731d4fa86b2d323d11431cead771127364bad9d8e2e59dcbe41bc111d11a5da94988dec5e40b9119f793f43e487d7429 +DIST jsoncpp-1.8.4.tar.gz 200226 BLAKE2B bbfa8cf7b6cfa6af34762b54de2da0e919849c65b1093b29f7a7ac437524d8b3cf07b42926b250489e9a289105df971fad798f3e73f908fac3e2f52a4e5467b3 SHA512 f70361a3263dd8b9441374a9a409462be1426c0d6587c865171a80448ab73b3f69de2b4d70d2f0c541764e1e6cccc727dd53178347901f625ec6fb54fb94f4f1 diff --git a/dev-libs/jsoncpp/jsoncpp-1.8.4.ebuild b/dev-libs/jsoncpp/jsoncpp-1.8.4.ebuild new file mode 100644 index 000000000000..96aefaacbe70 --- /dev/null +++ b/dev-libs/jsoncpp/jsoncpp-1.8.4.ebuild @@ -0,0 +1,67 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( python2_7 ) + +inherit cmake-utils python-any-r1 + +DESCRIPTION="C++ JSON reader and writer" +HOMEPAGE="https://github.com/open-source-parsers/jsoncpp" +SRC_URI="https://github.com/open-source-parsers/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="|| ( public-domain MIT )" +SLOT="0/19" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" +IUSE="doc test" + +DEPEND=" + doc? ( + app-doc/doxygen + ${PYTHON_DEPS} + ) + test? ( + ${PYTHON_DEPS} + )" +RDEPEND="" + +RESTRICT="!test? ( test )" + +pkg_setup() { + if use doc || use test; then + python-any-r1_pkg_setup + fi +} + +src_configure() { + local mycmakeargs=( + -DJSONCPP_WITH_TESTS=$(usex test) + -DJSONCPP_WITH_POST_BUILD_UNITTEST=OFF + -DJSONCPP_WITH_CMAKE_PACKAGE=ON + + -DBUILD_SHARED_LIBS=ON + -DBUILD_STATIC_LIBS=OFF + + # Follow Debian, Ubuntu, Arch convention for headers location + # bug #452234 + -DCMAKE_INSTALL_INCLUDEDIR=include/jsoncpp + + # Disable implicit ccache use + -DCCACHE_FOUND=OFF + ) + cmake-utils_src_configure +} + +src_compile() { + cmake-utils_src_compile + + if use doc; then + "${EPYTHON}" doxybuild.py --doxygen="${EPREFIX}"/usr/bin/doxygen || die + HTML_DOCS=( dist/doxygen/jsoncpp*/. ) + fi +} + +src_test() { + cmake-utils_src_make jsoncpp_check +} diff --git a/dev-libs/libbytesize/libbytesize-1.2-r1.ebuild b/dev-libs/libbytesize/libbytesize-1.2-r1.ebuild index 05aed6655f0c..ae965ed1b4bc 100644 --- a/dev-libs/libbytesize/libbytesize-1.2-r1.ebuild +++ b/dev-libs/libbytesize/libbytesize-1.2-r1.ebuild @@ -12,7 +12,7 @@ HOMEPAGE="https://github.com/rhinstaller/libbytesize" SRC_URI="https://github.com/rhinstaller/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="LGPL-2+" SLOT="0" -KEYWORDS="amd64 ~arm64 ~ia64 ~ppc ~ppc64 x86" +KEYWORDS="amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 x86" IUSE="doc test" RDEPEND=" diff --git a/dev-libs/libffi/libffi-3.2.1.ebuild b/dev-libs/libffi/libffi-3.2.1.ebuild index 848a9fedbf13..edce72cd9267 100644 --- a/dev-libs/libffi/libffi-3.2.1.ebuild +++ b/dev-libs/libffi/libffi-3.2.1.ebuild @@ -10,7 +10,7 @@ SRC_URI="ftp://sourceware.org/pub/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-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 ~x64-cygwin ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="debug pax_kernel static-libs test" RDEPEND="abi_x86_32? ( !<=app-emulation/emul-linux-x86-baselibs-20130224-r1 diff --git a/dev-libs/libgcrypt/libgcrypt-1.8.1.ebuild b/dev-libs/libgcrypt/libgcrypt-1.8.1.ebuild index 9a4550d388b0..ef31a08ba728 100644 --- a/dev-libs/libgcrypt/libgcrypt-1.8.1.ebuild +++ b/dev-libs/libgcrypt/libgcrypt-1.8.1.ebuild @@ -11,7 +11,7 @@ SRC_URI="mirror://gnupg/${PN}/${P}.tar.bz2" LICENSE="LGPL-2.1 MIT" SLOT="0/20" # subslot = soname major version -KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-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-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="doc static-libs" RDEPEND=">=dev-libs/libgpg-error-1.25[${MULTILIB_USEDEP}] diff --git a/dev-libs/libunistring/libunistring-0.9.7.ebuild b/dev-libs/libunistring/libunistring-0.9.7.ebuild index 719a8989a6ad..44f5e846f12c 100644 --- a/dev-libs/libunistring/libunistring-0.9.7.ebuild +++ b/dev-libs/libunistring/libunistring-0.9.7.ebuild @@ -11,7 +11,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.gz" LICENSE="LGPL-3 GPL-3" SLOT="0/2" -KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~x64-cygwin ~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 m68k ~mips ppc ppc64 s390 sh sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~amd64-fbsd" IUSE="doc static-libs" PATCHES=( diff --git a/dev-libs/npth/npth-1.5.ebuild b/dev-libs/npth/npth-1.5.ebuild index e5f5eb0839ce..585a9b688851 100644 --- a/dev-libs/npth/npth-1.5.ebuild +++ b/dev-libs/npth/npth-1.5.ebuild @@ -11,7 +11,7 @@ SRC_URI="mirror://gnupg/${PN}/${P}.tar.bz2" LICENSE="LGPL-2.1+" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x64-cygwin ~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 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~amd64-fbsd" IUSE="static-libs" src_prepare() { diff --git a/dev-libs/volume_key/volume_key-0.3.9.ebuild b/dev-libs/volume_key/volume_key-0.3.9.ebuild index 08d30c6bb307..6f89a7c56abb 100644 --- a/dev-libs/volume_key/volume_key-0.3.9.ebuild +++ b/dev-libs/volume_key/volume_key-0.3.9.ebuild @@ -13,7 +13,7 @@ SRC_URI="http://releases.pagure.org/${PN}/${P}.tar.xz" LICENSE="GPL-2+" SLOT="0" -KEYWORDS="amd64 ~arm64 ~ia64 ~ppc ~ppc64 ~sparc x86" +KEYWORDS="amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc x86" IUSE="test" REQUIRED_USE="${PYTHON_REQUIRED_USE}" diff --git a/dev-libs/zthread/files/zthread-2.3.2-automake.patch b/dev-libs/zthread/files/zthread-2.3.2-automake.patch deleted file mode 100644 index f2eae68c505b..000000000000 --- a/dev-libs/zthread/files/zthread-2.3.2-automake.patch +++ /dev/null @@ -1,45 +0,0 @@ -use standard automake rules rather than hand coding the install rules - ---- a/Makefile.am -+++ b/Makefile.am -@@ -24,24 +24,13 @@ - MIT.TXT \ - depcomp - -+bin_SCRIPTS = share/zthread-config - --## install the config script --install-exec-hook: -- $(mkinstalldirs) $(bindir) -- $(INSTALL_PROGRAM) $(top_srcdir)/share/zthread-config $(bindir) -+aclocaldir = $(datadir)/aclocal -+aclocal_DATA = share/zthread.m4 share/pthread.m4 - --## install the config script & m4 macros --install-data-hook: -- $(mkinstalldirs) $(datadir)/aclocal -- $(INSTALL_DATA) $(top_srcdir)/share/zthread.m4 $(datadir)/aclocal -- $(INSTALL_DATA) $(top_srcdir)/share/pthread.m4 $(datadir)/aclocal -- mkdir -p $(DESTDIR)$(includedir)/zthread -- cp -pR $(top_srcdir)/include/zthread $(DESTDIR)$(includedir)/ -- --## uninstall the config script & m4 macros --uninstall-local: -- -rm -rf $(datadir)/aclocal/pthread.m4 -- -rm -rf $(datadir)/aclocal/zthread.m4 -+zincludedir = $(includedir)/zthread -+zinclude_HEADERS = include/zthread/*.h - - distclean-local: - -rm -rf $(top_srcdir)/$(PACKAGE)-$(VERSION).tar.gz ---- a/src/Makefile.am -+++ b/src/Makefile.am -@@ -21,8 +21,6 @@ - INCLUDES = -I$(top_srcdir)/include - SUBDIRS=. - --libdir=$(prefix)/lib -- - lib_LTLIBRARIES = libZThread.la - - libZThread_la_LIBADD=@LINKER_OPTIONS@ @EXTRA_LINKER_OPTIONS@ diff --git a/dev-perl/AnyEvent-I3/AnyEvent-I3-0.170.0.ebuild b/dev-perl/AnyEvent-I3/AnyEvent-I3-0.170.0.ebuild index fb172b9c7366..8a933e303e8b 100644 --- a/dev-perl/AnyEvent-I3/AnyEvent-I3-0.170.0.ebuild +++ b/dev-perl/AnyEvent-I3/AnyEvent-I3-0.170.0.ebuild @@ -10,7 +10,7 @@ inherit perl-module DESCRIPTION="Communicate with the i3 window manager" SLOT="0" -KEYWORDS="amd64 ~arm x86" +KEYWORDS="amd64 ~arm ~arm64 x86" IUSE="" RDEPEND=" diff --git a/dev-perl/AnyEvent/AnyEvent-7.140.0.ebuild b/dev-perl/AnyEvent/AnyEvent-7.140.0.ebuild index ebffa41b7d1c..c301785eb426 100644 --- a/dev-perl/AnyEvent/AnyEvent-7.140.0.ebuild +++ b/dev-perl/AnyEvent/AnyEvent-7.140.0.ebuild @@ -10,7 +10,7 @@ inherit perl-module eutils DESCRIPTION="Provides a uniform interface to various event loops" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-solaris" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-solaris" IUSE="" RDEPEND="" diff --git a/dev-perl/Cookie-Baker/Cookie-Baker-0.80.0.ebuild b/dev-perl/Cookie-Baker/Cookie-Baker-0.80.0.ebuild index 20c56f4f6eed..67b188f03c8e 100644 --- a/dev-perl/Cookie-Baker/Cookie-Baker-0.80.0.ebuild +++ b/dev-perl/Cookie-Baker/Cookie-Baker-0.80.0.ebuild @@ -10,7 +10,7 @@ inherit perl-module DESCRIPTION="Cookie string generator / parser" SLOT="0" -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~x86" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="test +xs" RDEPEND=" diff --git a/dev-perl/Manifest.gz b/dev-perl/Manifest.gz index 15b6572895d9..555a99339ce6 100644 Binary files a/dev-perl/Manifest.gz and b/dev-perl/Manifest.gz differ diff --git a/dev-perl/PPI/Manifest b/dev-perl/PPI/Manifest index 59c3ae011938..9b23b1fdf6bf 100644 --- a/dev-perl/PPI/Manifest +++ b/dev-perl/PPI/Manifest @@ -1,2 +1 @@ -DIST PPI-1.220.tar.gz 245416 BLAKE2B 5fe0af493bee7d7bc7a94384d35b7defd09e6b38c6bb7f4e60432a536cb136478904daa24031408ce229c6c4fb57d41069fbc860830102c28ec66fb49c7615e5 SHA512 03ff865424a11cb351211dc7d57b6477848e8f354de74dc5bae214614438549f1dba6818842f6312f88fa631514abad69b0023046d56c8e8584d0b634c202694 DIST PPI-1.224.tar.gz 257197 BLAKE2B 47b80a0794bb9157cf0c3ef37d381f3dd5afe938cc6f3df1952ddfca87aa56ae0a4272f34fcd18f713e59ee4a0bcdd90043f012fef5ccf41130926021cb3c70a SHA512 7c5f4a01b3d4a1e7e2f68d7e5c81368387fbe9a4cd2f20afc494706f742c9ba0b293747b692fb77af9a1457e077687c7d5217bf09137ab71bb50ba52da24431c diff --git a/dev-perl/PPI/PPI-1.220.ebuild b/dev-perl/PPI/PPI-1.220.ebuild deleted file mode 100644 index 91a285498526..000000000000 --- a/dev-perl/PPI/PPI-1.220.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -MODULE_AUTHOR=MITHALDU -MODULE_VERSION=1.220 -inherit perl-module - -DESCRIPTION="Parse, Analyze and Manipulate Perl (without perl)" - -SLOT="0" -KEYWORDS="alpha amd64 ~arm ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris" -IUSE="test" - -RDEPEND=" - >=virtual/perl-Scalar-List-Utils-1.20 - >=dev-perl/Params-Util-1.00 - >=dev-perl/Clone-0.30 - >=virtual/perl-Digest-MD5-2.35 - dev-perl/IO-String - >=dev-perl/List-MoreUtils-0.16 - >=virtual/perl-Storable-2.17" -DEPEND="${RDEPEND} - test? ( >=dev-perl/File-Remove-1.42 - >=virtual/perl-Test-Simple-0.86 - >=dev-perl/Test-NoWarnings-0.084 - >=virtual/perl-File-Spec-0.84 - dev-perl/Test-SubCalls - dev-perl/Test-Object - >=dev-perl/Class-Inspector-1.22 )" - -SRC_TEST="do" diff --git a/dev-perl/PadWalker/Manifest b/dev-perl/PadWalker/Manifest index e6628c9fd9a2..b8f1649d58e9 100644 --- a/dev-perl/PadWalker/Manifest +++ b/dev-perl/PadWalker/Manifest @@ -1 +1,2 @@ DIST PadWalker-2.2.tar.gz 16158 BLAKE2B 6ae785c6549607e1ae863e350d2fc92b9dd5a797e386ccdbfcc0a53826c6ca516ea048b9903898c55bee9c9853607334da304277a9703baebccc787d2f16b203 SHA512 b0bdfd4f1ebf63e71618dda0db6249fc6b4a0165cc829a9a90e68353f31b61ec6c5873b598b67b085f0a7fb8be40fd1f890e57de85dfdd1bee5543146cc1a3f3 +DIST PadWalker-2.3.tar.gz 16177 BLAKE2B b809448751e907083cde30ab95ab6229d47089044ac20695968b3488f7a45beda3b1567ac96d7d76a49c06399307419088a6d3d727a537dcca0859efe6d73843 SHA512 0a222dc2ed26825bc031b0e4b4b78660fe9d1a5a5d98552f30e730aa4c8e5c38577da9a960669258a11cfd712f6e3827bafa23162aa1101f01b47b08e303b4b0 diff --git a/dev-perl/PadWalker/PadWalker-2.300.0.ebuild b/dev-perl/PadWalker/PadWalker-2.300.0.ebuild new file mode 100644 index 000000000000..8107bfa0be63 --- /dev/null +++ b/dev-perl/PadWalker/PadWalker-2.300.0.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DIST_AUTHOR=ROBIN +DIST_VERSION=2.3 +inherit perl-module + +DESCRIPTION="play with other peoples' lexical variables" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" +IUSE="" + +DEPEND="virtual/perl-ExtUtils-MakeMaker" diff --git a/dev-perl/Panotools-Script/Panotools-Script-0.280.0-r3.ebuild b/dev-perl/Panotools-Script/Panotools-Script-0.280.0-r3.ebuild new file mode 100644 index 000000000000..c04a544f9aed --- /dev/null +++ b/dev-perl/Panotools-Script/Panotools-Script-0.280.0-r3.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DIST_AUTHOR=BPOSTLE +DIST_VERSION=0.28 +inherit eutils perl-module + +DESCRIPTION="A perl module for reading, writing, and manipulating hugin script files" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="gui" + +RDEPEND="dev-perl/URI + dev-perl/libwww-perl + >=dev-perl/Image-Size-2.900.0 + >=media-libs/exiftool-6 + gui? ( gnome-extra/zenity )" +DEPEND="" +PATCHES=( "${FILESDIR}/${PN}-0.28-curly-bracket.patch" ) + +src_install() { + perl-module_src_install + if use gui ; then + domenu "${S}"/desktop/*.desktop || die + else + rm "${D}"/usr/bin/*-gui || die + fi +} + +pkg_postinst() { + einfo "Some of the scripts require 'nona', 'freepv', 'enblend', 'autotrace', and" + einfo "ImageMagick command-line tools which are available in the following" + einfo "packages: media-gfx/hugin, media-gfx/freepv, media-gfx/enblend," + einfo "media-gfx/autotrace, and media-gfx/imagemagick." +} diff --git a/dev-perl/Panotools-Script/files/Panotools-Script-0.28-curly-bracket.patch b/dev-perl/Panotools-Script/files/Panotools-Script-0.28-curly-bracket.patch new file mode 100644 index 000000000000..edbc260e7d5b --- /dev/null +++ b/dev-perl/Panotools-Script/files/Panotools-Script-0.28-curly-bracket.patch @@ -0,0 +1,30 @@ +From eb0ec97d7cd256b1c57e1508134c0285203d6674 Mon Sep 17 00:00:00 2001 +From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= +Date: Mon, 22 May 2017 11:48:27 +0200 +Subject: Escape literal curly bracket in a regexp +MIME-Version: 1.0 +Content-Type: text/plain; charset=UTF-8 +Content-Transfer-Encoding: 8bit + +Literal curly brackets must be escaped for Perl 5.26.0. + +Bug: https://rt.cpan.org/Public/Bug/Display.html?id=117275 +Bug: https://bugs.gentoo.org/623084 +Signed-off-by: Petr Písař +--- + t/104.metachars.t | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/t/104.metachars.t b/t/104.metachars.t +index 68ec199..8f3bb9e 100644 +--- a/t/104.metachars.t ++++ b/t/104.metachars.t +@@ -25,4 +25,4 @@ print $rule->Assemble; + ok ($rule->Assemble =~ /%.1 : %.pod/); + ok ($rule->Assemble =~ /\tpod2man --center \$\(PACKAGE\) --release \$\(PACKAGE_VERSION\) \$< \$@/); + ok ($rule->Assemble =~ /\techo `uname -a` > \$\(TMPDIR\)\/foo/); +-ok ($rule->Assemble =~ /\tuname -a > \${TMPDIR}\/bar && echo \\"\\ \\#\\#\\#\\ \\\(woo\\!\\\)\\ \\#\\#\\#\\ \\"/); ++ok ($rule->Assemble =~ /\tuname -a > \$\{TMPDIR\}\/bar && echo \\"\\ \\#\\#\\#\\ \\\(woo\\!\\\)\\ \\#\\#\\#\\ \\"/); +-- +2.15.1 + diff --git a/dev-perl/Parallel-Iterator/Parallel-Iterator-1.0.0-r1.ebuild b/dev-perl/Parallel-Iterator/Parallel-Iterator-1.0.0-r1.ebuild new file mode 100644 index 000000000000..1bbc40ad174c --- /dev/null +++ b/dev-perl/Parallel-Iterator/Parallel-Iterator-1.0.0-r1.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DIST_AUTHOR=ANDYA +DIST_VERSION=1.00 +DIST_EXAMPLES=( "examples/*" ) +inherit perl-module + +DESCRIPTION="Simple parallel execution" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" + +RDEPEND=" + virtual/perl-IO + virtual/perl-Storable +" +DEPEND="${RDEPEND} + dev-perl/Module-Build + test? ( + virtual/perl-Test-Simple + ) +" +PATCHES=("${FILESDIR}/${PN}-1.00-perl-5.26.patch") diff --git a/dev-perl/Parallel-Iterator/files/Parallel-Iterator-1.00-perl-5.26.patch b/dev-perl/Parallel-Iterator/files/Parallel-Iterator-1.00-perl-5.26.patch new file mode 100644 index 000000000000..66053713e220 --- /dev/null +++ b/dev-perl/Parallel-Iterator/files/Parallel-Iterator-1.00-perl-5.26.patch @@ -0,0 +1,57 @@ +From 3cf3250d8d62b93b83a34df309d1181f36a5e2ab Mon Sep 17 00:00:00 2001 +From: Kent Fredric +Date: Sat, 23 Dec 2017 12:40:14 +1300 +Subject: Fix test failures without '.' in @INC + +Bug: https://rt.cpan.org/Public/Bug/Display.html?id=120543 +Bug: https://bugs.gentoo.org/615726 +--- + t/050-nofork-basic.t | 2 +- + t/060-nofork-data.t | 2 +- + t/070-nofork-block.t | 2 +- + t/080-nofork-batch.t | 2 +- + 4 files changed, 4 insertions(+), 4 deletions(-) + +diff --git a/t/050-nofork-basic.t b/t/050-nofork-basic.t +index 1409174..2d2e454 100644 +--- a/t/050-nofork-basic.t ++++ b/t/050-nofork-basic.t +@@ -3,4 +3,4 @@ use strict; + use lib 't/lib'; + + use NoFork; +-require 't/020-data.t'; ++require './t/020-data.t'; +diff --git a/t/060-nofork-data.t b/t/060-nofork-data.t +index 281cd07..1654671 100644 +--- a/t/060-nofork-data.t ++++ b/t/060-nofork-data.t +@@ -3,4 +3,4 @@ use strict; + use lib 't/lib'; + + use NoFork; +-require 't/020-data.t'; ++require './t/020-data.t'; +diff --git a/t/070-nofork-block.t b/t/070-nofork-block.t +index a3dfb52..40b7342 100644 +--- a/t/070-nofork-block.t ++++ b/t/070-nofork-block.t +@@ -3,4 +3,4 @@ use strict; + use lib 't/lib'; + + use NoFork; +-require 't/030-block.t'; ++require './t/030-block.t'; +diff --git a/t/080-nofork-batch.t b/t/080-nofork-batch.t +index 5d66b5c..d7c7165 100644 +--- a/t/080-nofork-batch.t ++++ b/t/080-nofork-batch.t +@@ -3,4 +3,4 @@ use strict; + use lib 't/lib'; + + use NoFork; +-require 't/040-batch.t'; ++require './t/040-batch.t'; +-- +2.15.1 + diff --git a/dev-perl/Parallel-Iterator/metadata.xml b/dev-perl/Parallel-Iterator/metadata.xml index 51930499ab60..6641df0dba9b 100644 --- a/dev-perl/Parallel-Iterator/metadata.xml +++ b/dev-perl/Parallel-Iterator/metadata.xml @@ -5,4 +5,8 @@ perl@gentoo.org Gentoo Perl Project + + Parallel-Iterator + Parallel::Iterator + diff --git a/dev-perl/Perl-Critic/Manifest b/dev-perl/Perl-Critic/Manifest index 57fe2dbda726..20e36b3951b3 100644 --- a/dev-perl/Perl-Critic/Manifest +++ b/dev-perl/Perl-Critic/Manifest @@ -1,2 +1,3 @@ DIST Perl-Critic-1.123.tar.gz 631981 BLAKE2B e9d09ab9961eecfd99e775d6660f4d9b2b0269cefef07482dab8657e031e9496e6fe61fdabc8ab64ffdd9c788953e341358ab898c9f61cffd6707bb96cdb5213 SHA512 732ba39d69c64ca7ff047bbd998e2dcc5f5486bd02ba7ea8135f4ac9c69ef8443bd248e4411da9ad0d4db7dfc0e5c700f92111e0b8d9962b6ed71dd2c0ff94a1 DIST Perl-Critic-1.126.tar.gz 646552 BLAKE2B 4c40181e0f787ac28e7ad657296b29d420eb2d18d0fbb7c1a29a5d848f9855102b311e7fb64307a41ed72833765df2b1e5008e42b4ee5484c1f9805a21379a8f SHA512 9427447893eabc83cafd5126d015aa29d9694a83fdd01dd45f5156af9c672a955e0ec6c0ebdddc2ab3ed2d22bdbf14cc016ce474c24fd18d8046bc2889ca33d2 +DIST Perl-Critic-1.130.tar.gz 647052 BLAKE2B 2b0905636486531dd8de50af6e490701f1785851744b78a5164539797e6d2549b46c9daef05d3061b53f82005ffc1fa47b7e2dccec613f9a5490c597d61072f4 SHA512 b443ddbb5905a61835061f49d7f10e2e71579e5df96778eb183c3d1e9987342e1536db61196b32e66a192c92916eafd9ebb7b713b0be71ce89c1f93155e89828 diff --git a/dev-perl/Perl-Critic/Perl-Critic-1.130.0.ebuild b/dev-perl/Perl-Critic/Perl-Critic-1.130.0.ebuild new file mode 100644 index 000000000000..864d9436403e --- /dev/null +++ b/dev-perl/Perl-Critic/Perl-Critic-1.130.0.ebuild @@ -0,0 +1,82 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DIST_AUTHOR=PETDANCE +DIST_VERSION=1.130 +inherit perl-module elisp-common + +DESCRIPTION="Critique Perl source code for best-practices" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris" +IUSE="test minimal examples emacs" +SITEFILE="50${PN}-gentoo.el" +RDEPEND=" + >=dev-perl/B-Keywords-1.50.0 + virtual/perl-Carp + >=dev-perl/Config-Tiny-2 + >=dev-perl/Email-Address-1.889.0 + >=dev-perl/Exception-Class-1.230.0 + >=virtual/perl-Exporter-5.630.0 + dev-perl/File-HomeDir + virtual/perl-File-Path + virtual/perl-File-Spec + virtual/perl-File-Temp + dev-perl/File-Which + virtual/perl-Getopt-Long + dev-perl/IO-String + >=dev-perl/List-MoreUtils-0.190.0 + >=dev-perl/Module-Pluggable-3.100.0 + >=dev-perl/PPI-1.224 + >=dev-perl/PPIx-Regexp-0.27.0 + >=dev-perl/PPIx-Utilities-1.1.0 + virtual/perl-Pod-Parser + >=dev-perl/Pod-Spell-1 + >=dev-perl/Readonly-2 + virtual/perl-Scalar-List-Utils + >=dev-perl/String-Format-1.130.0 + dev-perl/Task-Weaken + >=virtual/perl-Term-ANSIColor-2.20.0 + >=virtual/perl-Test-Simple-0.920.0 + >=virtual/perl-Text-ParseWords-3 + dev-perl/Perl-Tidy + >=virtual/perl-version-0.770.0 + emacs? ( virtual/emacs ) +" +DEPEND="${RDEPEND} + >=dev-perl/Module-Build-0.402.400 + test? ( + dev-perl/Test-Deep + !minimal? ( + dev-perl/Test-Memory-Cycle + ) + )" + +src_compile() { + perl-module_src_compile + if use emacs; then + elisp-compile extras/perlcritic.el + fi +} +src_install() { + perl-module_src_install + if use examples; then + docompress -x /usr/share/doc/${PF}/examples + docinto examples/ + dodoc -r examples/* + fi + if use emacs; then + ewarn "USE=emacs: perlcritic-mode is broken upstream, but is installed anyway" + ewarn " https://github.com/Perl-Critic/Perl-Critic/issues/682" + elisp-install ${PN} extras/perlcritic.{el,elc} + elisp-site-file-install "${FILESDIR}/${SITEFILE}" + fi +} +pkg_postinst() { + use emacs && elisp-site-regen +} +pkg_postrm() { + use emacs && elisp-site-regen +} diff --git a/dev-perl/Plack/Plack-1.4.400.ebuild b/dev-perl/Plack/Plack-1.4.400.ebuild index 3efd901b61ed..01fb05cebc37 100644 --- a/dev-perl/Plack/Plack-1.4.400.ebuild +++ b/dev-perl/Plack/Plack-1.4.400.ebuild @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="Perl Superglue for Web frameworks and Web Servers (PSGI toolkit)" SLOT="0" -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~x86" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="test minimal examples" PATCHES=( "${FILESDIR}/${PN}-1.3.900-network-testing.patch" diff --git a/dev-perl/TAP-Parser-SourceHandler-pgTAP/TAP-Parser-SourceHandler-pgTAP-3.330.0.ebuild b/dev-perl/TAP-Parser-SourceHandler-pgTAP/TAP-Parser-SourceHandler-pgTAP-3.330.0.ebuild index c738caa4e0b8..eec0685a3d57 100644 --- a/dev-perl/TAP-Parser-SourceHandler-pgTAP/TAP-Parser-SourceHandler-pgTAP-3.330.0.ebuild +++ b/dev-perl/TAP-Parser-SourceHandler-pgTAP/TAP-Parser-SourceHandler-pgTAP-3.330.0.ebuild @@ -10,7 +10,7 @@ inherit perl-module DESCRIPTION="Stream TAP from pgTAP test scripts" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="amd64" IUSE="test" RDEPEND=" diff --git a/dev-perl/Test-MockTime-HiRes/Test-MockTime-HiRes-0.70.0.ebuild b/dev-perl/Test-MockTime-HiRes/Test-MockTime-HiRes-0.70.0.ebuild index e1a77e168de6..5db4b4e6f942 100644 --- a/dev-perl/Test-MockTime-HiRes/Test-MockTime-HiRes-0.70.0.ebuild +++ b/dev-perl/Test-MockTime-HiRes/Test-MockTime-HiRes-0.70.0.ebuild @@ -9,7 +9,7 @@ inherit perl-module DESCRIPTION="Replace actual time with simulated high resolution time" SLOT="0" -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~x86" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="test" RDEPEND=" diff --git a/dev-python/Manifest.gz b/dev-python/Manifest.gz index 4894163ced57..c07594e189d1 100644 Binary files a/dev-python/Manifest.gz and b/dev-python/Manifest.gz differ diff --git a/dev-python/PythonQt/Manifest b/dev-python/PythonQt/Manifest index 344e20b7239e..6301ac437fb7 100644 --- a/dev-python/PythonQt/Manifest +++ b/dev-python/PythonQt/Manifest @@ -1 +1,2 @@ DIST PythonQt3.1.zip 4526699 BLAKE2B 37d79f4d12bc1e4909d08c0ba4c2b95c233aba5097898498575733f323a8d1a5079e85e35e6272d0271421cb945d8a359330ba5ac9854ebcc7b95030b6cf1ad1 SHA512 b3c208e3f909ebb15d40a6e83385f03e6196a8439e39cad4f924e7b1e774edbce83680298ab032161619d1358696a0d073028860f68540aadd8028b712ae8fc1 +DIST PythonQt3.2.zip 4539058 BLAKE2B c50b8333b71b6cbce6f372a0292a0ccfe791dc7eae5c660d4e6d1f5f2b3355644e3fd8cce9a514f0500e935f96c46976d0046ddd716465adb35d225e3c4cfeca SHA512 1ee0f50f5035568b38e945108f5496ba64355c6357c1ea8dfc17ad90fa360540769f94e0b3e0e398176e8a21c8afe139607f0b5a2e82c63f1cbd40201a25e0f0 diff --git a/dev-python/PythonQt/PythonQt-3.1-r1.ebuild b/dev-python/PythonQt/PythonQt-3.1-r1.ebuild new file mode 100644 index 000000000000..efab4efcc45e --- /dev/null +++ b/dev-python/PythonQt/PythonQt-3.1-r1.ebuild @@ -0,0 +1,88 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) + +MY_P=${PN}${PV} + +inherit qmake-utils python-single-r1 + +DESCRIPTION="A dynamic Python binding for the Qt framework" +HOMEPAGE="http://pythonqt.sourceforge.net/" +SRC_URI="mirror://sourceforge/pythonqt/pythonqt/${P}/${MY_P}.zip" + +LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="doc +extensions webkit" + +RDEPEND="${PYTHON_DEPS} + + + + + python@gentoo.org + + + prometheanfire@gentoo.org + Matthew Thode + + + JOSE protocol implementation in Python using cryptography + Originally developed as part of the ACME protocol implementation. + + diff --git a/dev-python/mimeparse/mimeparse-1.6.0.ebuild b/dev-python/mimeparse/mimeparse-1.6.0.ebuild index 2e3a57e35836..2f6994892658 100644 --- a/dev-python/mimeparse/mimeparse-1.6.0.ebuild +++ b/dev-python/mimeparse/mimeparse-1.6.0.ebuild @@ -18,7 +18,7 @@ SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux" IUSE="" S="${WORKDIR}/${MY_P}" diff --git a/dev-python/mpi4py/Manifest b/dev-python/mpi4py/Manifest index 05d08d9ab5cb..0c42bfee8f52 100644 --- a/dev-python/mpi4py/Manifest +++ b/dev-python/mpi4py/Manifest @@ -1 +1,2 @@ DIST mpi4py-2.0.0.tar.gz 1279957 BLAKE2B ad75492ec09edbf6663a8962bcb4592c076ef47cdf8a9c14275077dea0abf4ce01f928d03eec80941fec37941c2ba99287263b71436baf7ed755a84cca2ea983 SHA512 6459b482db782fea1a80499774ebfeb09c828b6c3f1805a0ca306f26f3ebcac52ad1c83bb97a98a01b518b6a6c887f6b99dbda9c37381a5ce05ddff0edb16d81 +DIST mpi4py-3.0.0.tar.gz 1426843 BLAKE2B a68182c6abebac6af73654f04db9eba38f020793a9f6d0f98a5e4a483b0531e44aca3c853c20572123cc02331350bf98f8405ddd12b77e79de732f714437da9f SHA512 29ce8b7fd187aadd0bf8e1928ed00cac3e898ff82432b7a95984a248559b0d580c5af418b1986d83b17ad2cf8cbb45135afacf290ba4d9b75a62b03e9ca08e16 diff --git a/dev-python/mpi4py/mpi4py-3.0.0.ebuild b/dev-python/mpi4py/mpi4py-3.0.0.ebuild new file mode 100644 index 000000000000..40d15c5ad74a --- /dev/null +++ b/dev-python/mpi4py/mpi4py-3.0.0.ebuild @@ -0,0 +1,47 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) + +inherit distutils-r1 + +DESCRIPTION="Message Passing Interface for Python" +HOMEPAGE="https://bitbucket.org/mpi4py/ https://pypi.python.org/pypi/mpi4py" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux" +IUSE="doc examples test" + +RDEPEND="virtual/mpi" +DEPEND="${RDEPEND} + test? ( dev-python/nose[${PYTHON_USEDEP}] + virtual/mpi[romio] )" +DISTUTILS_IN_SOURCE_BUILD=1 + +python_prepare_all() { + # not needed on install + rm -vr docs/source || die + distutils-r1_python_prepare_all +} + +src_compile() { + export FAKEROOTKEY=1 + distutils-r1_src_compile +} + +python_test() { + echo "Beginning test phase" + pushd "${BUILD_DIR}"/../ &> /dev/null || die + mpiexec -n 2 "${PYTHON}" ./test/runtests.py -v || die "Testsuite failed under ${EPYTHON}" + popd &> /dev/null || die +} + +python_install_all() { + use doc && local HTML_DOCS=( docs/. ) + use examples && local DOCS=( demo ) + distutils-r1_python_install_all +} diff --git a/dev-python/paramiko/paramiko-2.2.1.ebuild b/dev-python/paramiko/paramiko-2.2.1.ebuild index 4ed5de22e1e4..02f106dde192 100644 --- a/dev-python/paramiko/paramiko-2.2.1.ebuild +++ b/dev-python/paramiko/paramiko-2.2.1.ebuild @@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="amd64 ia64 ppc ppc64 x86" +KEYWORDS="amd64 ~arm64 ia64 ppc ppc64 x86" IUSE="doc examples" RDEPEND=" diff --git a/dev-python/pbr/pbr-3.1.1.ebuild b/dev-python/pbr/pbr-3.1.1.ebuild index bda997f5b9d9..3c8d11895cea 100644 --- a/dev-python/pbr/pbr-3.1.1.ebuild +++ b/dev-python/pbr/pbr-3.1.1.ebuild @@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="amd64 arm arm64 hppa ia64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 arm arm64 hppa ia64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~amd64-fbsd" #KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux" IUSE="test" diff --git a/dev-python/pocketlint/pocketlint-0.15.ebuild b/dev-python/pocketlint/pocketlint-0.15.ebuild index ec882b0fc0b1..e0faeb648c1e 100644 --- a/dev-python/pocketlint/pocketlint-0.15.ebuild +++ b/dev-python/pocketlint/pocketlint-0.15.ebuild @@ -13,5 +13,5 @@ SRC_URI="https://github.com/rhinstaller/${PN}/archive/${PV}.tar.gz -> ${P}.tar.g LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~arm64 ~ia64 ~ppc ~ppc64 ~sparc x86" +KEYWORDS="amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc x86" IUSE="" diff --git a/dev-python/psutil/psutil-5.4.1.ebuild b/dev-python/psutil/psutil-5.4.1.ebuild index 153ab23b37cd..49c08f08253b 100644 --- a/dev-python/psutil/psutil-5.4.1.ebuild +++ b/dev-python/psutil/psutil-5.4.1.ebuild @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="amd64 ~arm ~arm64 ppc ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="test" DEPEND=" diff --git a/dev-python/py/py-1.4.34.ebuild b/dev-python/py/py-1.4.34.ebuild index b04a773bd760..0cb6b09ad500 100644 --- a/dev-python/py/py-1.4.34.ebuild +++ b/dev-python/py/py-1.4.34.ebuild @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" IUSE="doc test" RDEPEND="" diff --git a/dev-python/pyblake2/pyblake2-1.1.0.ebuild b/dev-python/pyblake2/pyblake2-1.1.0.ebuild index 04258841a954..5b0697139d1f 100644 --- a/dev-python/pyblake2/pyblake2-1.1.0.ebuild +++ b/dev-python/pyblake2/pyblake2-1.1.0.ebuild @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz" # pyblake2 itself allows more licenses but blake2 allows the following three LICENSE="|| ( CC0-1.0 openssl Apache-2.0 )" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 ~sparc ~x86 ~x64-cygwin ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 sparc ~x86 ~x64-cygwin ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" python_test() { "${EPYTHON}" test/test.py || die "Tests fail with ${EPYTHON}" diff --git a/dev-python/pygments/pygments-2.2.0.ebuild b/dev-python/pygments/pygments-2.2.0.ebuild index 9c011757b626..28d1cf2e7094 100644 --- a/dev-python/pygments/pygments-2.2.0.ebuild +++ b/dev-python/pygments/pygments-2.2.0.ebuild @@ -16,7 +16,7 @@ SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86 ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="doc test" RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" diff --git a/dev-python/pynacl/pynacl-1.1.2.ebuild b/dev-python/pynacl/pynacl-1.1.2.ebuild index 56ae4040b9b3..b8bc0180bfc6 100644 --- a/dev-python/pynacl/pynacl-1.1.2.ebuild +++ b/dev-python/pynacl/pynacl-1.1.2.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://github.com/pyca/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="amd64 arm ia64 ppc ppc64 x86" +KEYWORDS="amd64 arm ~arm64 ia64 ppc ppc64 x86" IUSE="test" RDEPEND="dev-python/six[${PYTHON_USEDEP}] diff --git a/dev-python/pyrsistent/pyrsistent-0.13.0.ebuild b/dev-python/pyrsistent/pyrsistent-0.13.0.ebuild index 383681a38196..66fc290c1442 100644 --- a/dev-python/pyrsistent/pyrsistent-0.13.0.ebuild +++ b/dev-python/pyrsistent/pyrsistent-0.13.0.ebuild @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-linux ~x86-linux" IUSE="test" RDEPEND=" diff --git a/dev-python/pysnmp-apps/Manifest b/dev-python/pysnmp-apps/Manifest index 39fbc6f8756f..100072115534 100644 --- a/dev-python/pysnmp-apps/Manifest +++ b/dev-python/pysnmp-apps/Manifest @@ -1,2 +1,2 @@ -DIST pysnmp-apps-0.4.2.tar.gz 26490 BLAKE2B 4c67c2046430b76aa4f8429b70007bb9ec58ce00cebe0f1f8560a0910ddff1dba907609cbc4ec260e07ba72fca7e6dd7a2106b02bc569cd28a59c7dadc2df3bd SHA512 a885ee62ff5cc3e40a1649db39e6c8a2285764ea8be6c3408ad1709f621a8ad9eb28df03f966cd9321198a67d8741b914f68888a6cbc55a29e2d75b64c7cb121 DIST pysnmp-apps-0.5.1.tar.gz 26757 BLAKE2B 89428ae06a5c6b18e883e138c5a77e23ff8a839392fda5e0bd222da0f80859cd896a78c5ba02dcc882dcac1f46a30f91deaabb5b7e05e2937f0b9d00a3e3f1f5 SHA512 f6021271d6f1e2222a6d17a331626ccbfe6f35f5605d664470683e325e5ad4c36c97d01b3a9d837ba14a2e45277ecbc2f21529e03f1bc8c7653a7e1511938a0b +DIST pysnmp-apps-0.5.2.tar.gz 27006 BLAKE2B 78e792cdeed6bbceaa6846a055e9071ac69759036d8fb5bbf648c071690c01dec1f1a90f1a0449a530d88af36bb387a8694ae63ef87d97448b29a5334937db1b SHA512 8f4cdd2d433c6d1e2d977502e9cec56e4526f4f0c2893f6489ee0d79351bdb41729b41e3db250d6515e589b622b3234902890d2fb26fe89ba4b48b146a78fb71 diff --git a/dev-python/pysnmp-apps/pysnmp-apps-0.4.2.ebuild b/dev-python/pysnmp-apps/pysnmp-apps-0.5.2.ebuild similarity index 100% rename from dev-python/pysnmp-apps/pysnmp-apps-0.4.2.ebuild rename to dev-python/pysnmp-apps/pysnmp-apps-0.5.2.ebuild diff --git a/dev-python/pysnmp/Manifest b/dev-python/pysnmp/Manifest index a88672485971..1fa264440f90 100644 --- a/dev-python/pysnmp/Manifest +++ b/dev-python/pysnmp/Manifest @@ -1,3 +1,3 @@ DIST pysnmp-4.3.3.tar.gz 403779 BLAKE2B 6698d622be9e5f0e85c64f6773bc7e1657c167e572d84b9339fd626d81cfe0db1f38837fb419da5e26057d843e7e7df62c8734e81c1d72f0f4e46aab820c5b95 SHA512 4b3e4a1785a852eb0b03266d2efbc586c01030f4653482bfea91b64a78098554589e76d38fe43c6b2d734ea3624a42878a2e3b6b7cfbf883e8bf8ad07ff43f81 -DIST pysnmp-4.4.1.tar.gz 430623 BLAKE2B 393890a0172e23fa65584f299b41bcce0309c4973133cf01169ed0117cc8a1842762c09688e7da28af10c2baa27b5e0a9d6dcc441db16b95d329ebc78dd9e789 SHA512 aeaff03ef224233cad5a29b5183f7aed46bb52501728878b3e3e98334a3194d25c0bb0cbace57b15bb13eb8753a3a410b4792027b44b5c5d8f62d607e4c98e75 DIST pysnmp-4.4.2.tar.gz 436711 BLAKE2B c9e727539e6176bd5d67f78dc63008fc4c5cb22a8a94225e53f94208e45c832c6dfd55470f78e1d97b9dd171c86e194d3961453b99879634b237b26b5f2aab0a SHA512 546c7b40ba9c3b05db67847e0849d99b4c678e83571a84c8bedb884256e57cbaa312e3d3b27f440b2948c1b3ce7cf00e7710cf4cfce027a88bd0b009b22ea72c +DIST pysnmp-4.4.3.tar.gz 436351 BLAKE2B 6278c0a35fc27392624bf72e2f0446e5a8e7f365b12e23c880c5df31f104185630ec97036346ca0353498a3c8b01ed3e14fac78a2bad4c638b01b6969547eb14 SHA512 5d2edb34d4c15d5dc19121240a7d12eaa9d86c3c8deaa10f9f76b96669c8292ba668537851e54a2a403221e5099ab3635cc31bb16be5972029fc2f7a5bc1b908 diff --git a/dev-python/pysnmp/pysnmp-4.4.1.ebuild b/dev-python/pysnmp/pysnmp-4.4.3.ebuild similarity index 100% rename from dev-python/pysnmp/pysnmp-4.4.1.ebuild rename to dev-python/pysnmp/pysnmp-4.4.3.ebuild diff --git a/dev-python/pytest-cache/pytest-cache-1.0-r1.ebuild b/dev-python/pytest-cache/pytest-cache-1.0-r1.ebuild index ecb5f90c44be..6672f1d3a75c 100644 --- a/dev-python/pytest-cache/pytest-cache-1.0-r1.ebuild +++ b/dev-python/pytest-cache/pytest-cache-1.0-r1.ebuild @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" SLOT="0" LICENSE="MIT" -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-linux ~x86-linux" IUSE="test" RDEPEND="dev-python/execnet[${PYTHON_USEDEP}]" diff --git a/dev-python/pytest-fixture-config/pytest-fixture-config-1.2.11.ebuild b/dev-python/pytest-fixture-config/pytest-fixture-config-1.2.11.ebuild index 6ec9e39b960c..bfbb52d3c672 100644 --- a/dev-python/pytest-fixture-config/pytest-fixture-config-1.2.11.ebuild +++ b/dev-python/pytest-fixture-config/pytest-fixture-config-1.2.11.ebuild @@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~amd64 ~arm64 ia64 ~mips ppc ppc64 ~sparc ~x86" IUSE="test" RDEPEND=" diff --git a/dev-python/pytest-shutil/pytest-shutil-1.2.11.ebuild b/dev-python/pytest-shutil/pytest-shutil-1.2.11.ebuild index a41ae04e1f46..4c1f5fe917e5 100644 --- a/dev-python/pytest-shutil/pytest-shutil-1.2.11.ebuild +++ b/dev-python/pytest-shutil/pytest-shutil-1.2.11.ebuild @@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~amd64 ~arm64 ia64 ~mips ppc ppc64 ~sparc ~x86" IUSE="test" RDEPEND=" diff --git a/dev-python/pytest-virtualenv/pytest-virtualenv-1.2.11.ebuild b/dev-python/pytest-virtualenv/pytest-virtualenv-1.2.11.ebuild index a596bc4bc14d..ee925944ca9e 100644 --- a/dev-python/pytest-virtualenv/pytest-virtualenv-1.2.11.ebuild +++ b/dev-python/pytest-virtualenv/pytest-virtualenv-1.2.11.ebuild @@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~amd64 ~arm64 ia64 ~mips ppc ppc64 ~sparc ~x86" IUSE="test" RDEPEND=" diff --git a/dev-python/pytest-xprocess/pytest-xprocess-0.12.1.ebuild b/dev-python/pytest-xprocess/pytest-xprocess-0.12.1.ebuild index b55a5f2db722..2bedbb174169 100644 --- a/dev-python/pytest-xprocess/pytest-xprocess-0.12.1.ebuild +++ b/dev-python/pytest-xprocess/pytest-xprocess-0.12.1.ebuild @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" SLOT="0" LICENSE="MIT" -KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~arm ~arm64 ppc ppc64 x86 ~amd64-linux ~x86-linux" IUSE="test" RDEPEND=" diff --git a/dev-python/pytest/pytest-3.2.2.ebuild b/dev-python/pytest/pytest-3.2.2.ebuild index 82bcca5312c9..496d26f45ed1 100644 --- a/dev-python/pytest/pytest-3.2.2.ebuild +++ b/dev-python/pytest/pytest-3.2.2.ebuild @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux" IUSE="doc test" # When bumping, please check setup.py for the proper py version diff --git a/dev-python/python-systemd/Manifest b/dev-python/python-systemd/Manifest index 678ae5ae6511..fda9da3b38a5 100644 --- a/dev-python/python-systemd/Manifest +++ b/dev-python/python-systemd/Manifest @@ -1,2 +1 @@ -DIST python-systemd-230.tar.gz 39329 BLAKE2B 310df913d88538b94720298fba5861a461c57e3a1d560b7152e948853a8a4410269f426f763901d2c5ebfd4979396e27380036fc6b7ea847e3f8d78a074ea725 SHA512 3c26c59b9005a45c3aeea8a6838ece9b5aa27dd7394ebe75319c1536b52462a847f18a79fdc8cf3bf6df9a70af63c84d5ff66a9587519dd9a006cc3df4966ce8 DIST python-systemd-233.tar.gz 49680 BLAKE2B 7d612022738d3114a39f7ad7f4d7799ac3d027980592a5205247d4c866ac3d9520d63ee02f143e26865f0d83338f30422dd0c2299f575e8b03f3112900e9af73 SHA512 92a6cc7123db586e5ae5fbb56e5065b17be9da47ced9dbc5920d80b7db7f56d15b127e72d30889c5b24b119724a33f68be1ef322529620ed95b0f95707e4c2ab diff --git a/dev-python/python-systemd/python-systemd-230.ebuild b/dev-python/python-systemd/python-systemd-230.ebuild deleted file mode 100644 index c07c22224342..000000000000 --- a/dev-python/python-systemd/python-systemd-230.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -PYTHON_COMPAT=( python{2_7,3_4} ) - -inherit distutils-r1 - -DESCRIPTION="Python module for native access to the systemd facilities" -HOMEPAGE="https://github.com/systemd/python-systemd" -SRC_URI="https://github.com/systemd/python-systemd/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="alpha amd64 arm ppc ppc64 sparc x86" -IUSE="" - -DEPEND="sys-apps/systemd" -RDEPEND="${DEPEND} - !sys-apps/systemd[python(-)]" - -src_compile() { - emake systemd/id128-constants.h - distutils-r1_src_compile -} diff --git a/dev-python/python-systemd/python-systemd-233.ebuild b/dev-python/python-systemd/python-systemd-233.ebuild index 080d0a4a9fe3..0f7da4e87a05 100644 --- a/dev-python/python-systemd/python-systemd-233.ebuild +++ b/dev-python/python-systemd/python-systemd-233.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python{2_7,3_4,3_5} ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) inherit distutils-r1 diff --git a/dev-python/setuptools-git/setuptools-git-1.2.ebuild b/dev-python/setuptools-git/setuptools-git-1.2.ebuild index 564f9599230b..bf26dc59a28b 100644 --- a/dev-python/setuptools-git/setuptools-git-1.2.ebuild +++ b/dev-python/setuptools-git/setuptools-git-1.2.ebuild @@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~amd64 ~arm64 ia64 ~mips ppc ppc64 ~sparc ~x86" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] dev-vcs/git" diff --git a/dev-python/setuptools/setuptools-36.7.2.ebuild b/dev-python/setuptools/setuptools-36.7.2.ebuild index 6e940bf6253c..5a03d6966dda 100644 --- a/dev-python/setuptools/setuptools-36.7.2.ebuild +++ b/dev-python/setuptools/setuptools-36.7.2.ebuild @@ -12,7 +12,7 @@ if [[ ${PV} == "9999" ]]; then inherit git-r3 else SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip" - KEYWORDS="~amd64 ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" + KEYWORDS="~amd64 ~arm64 ia64 ~mips ppc ppc64 ~sparc ~x86" fi DESCRIPTION="Collection of extensions to Distutils" diff --git a/dev-python/utidylib/utidylib-0.3-r1.ebuild b/dev-python/utidylib/utidylib-0.3-r1.ebuild new file mode 100644 index 000000000000..f4930840d563 --- /dev/null +++ b/dev-python/utidylib/utidylib-0.3-r1.ebuild @@ -0,0 +1,47 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) + +inherit distutils-r1 + +MY_P="uTidylib-${PV}" + +DESCRIPTION="TidyLib Python wrapper" +HOMEPAGE="https://cihar.com/software/utidylib/" +SRC_URI="http://dl.cihar.com/${PN}/${MY_P}.tar.bz2" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +IUSE="doc test" + +RDEPEND=" + || ( app-text/tidy-html5 app-text/htmltidy ) + dev-python/six[${PYTHON_USEDEP}]" + +DEPEND="${RDEPEND} + dev-python/setuptools[${PYTHON_USEDEP}] + doc? ( dev-python/sphinx[${PYTHON_USEDEP}] ) + test? ( dev-python/pytest[${PYTHON_USEDEP}] )" + +RESTRICT="test" # 1/11 tests fail + +S="${WORKDIR}/${MY_P}" + +python_compile_all() { + if use doc; then + ${EPYTHON} setup.py build_sphinx || die + fi +} + +python_test() { + py.test || die "testsuite failed under ${EPYTHON}" +} + +python_install_all() { + use doc && local HTML_DOCS=( build/sphinx/html/. ) + distutils-r1_python_install_all +} diff --git a/dev-python/werkzeug/werkzeug-0.12.2.ebuild b/dev-python/werkzeug/werkzeug-0.12.2.ebuild index 0b04b1420432..ba55a631e509 100644 --- a/dev-python/werkzeug/werkzeug-0.12.2.ebuild +++ b/dev-python/werkzeug/werkzeug-0.12.2.ebuild @@ -16,7 +16,7 @@ SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="amd64 ~arm ~arm64 ppc ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" IUSE="test" RDEPEND="dev-python/simplejson[${PYTHON_USEDEP}]" diff --git a/dev-qt/Manifest.gz b/dev-qt/Manifest.gz index 3fc9c0caf050..5829e72f4d67 100644 Binary files a/dev-qt/Manifest.gz and b/dev-qt/Manifest.gz differ diff --git a/dev-qt/qtcore/qtcore-4.8.7-r2.ebuild b/dev-qt/qtcore/qtcore-4.8.7-r2.ebuild deleted file mode 100644 index 37ed1d3134aa..000000000000 --- a/dev-qt/qtcore/qtcore-4.8.7-r2.ebuild +++ /dev/null @@ -1,92 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit qt4-build-multilib - -DESCRIPTION="Cross-platform application development framework" - -if [[ ${QT4_BUILD_TYPE} == release ]]; then - KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd" -fi - -IUSE="+glib iconv icu libressl qt3support ssl" - -DEPEND=" - >=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}] - glib? ( dev-libs/glib:2[${MULTILIB_USEDEP}] ) - iconv? ( >=virtual/libiconv-0-r2[${MULTILIB_USEDEP}] ) - icu? ( =dev-libs/openssl-1.0.1h-r2:0[${MULTILIB_USEDEP}] ) - libressl? ( dev-libs/libressl:=[${MULTILIB_USEDEP}] ) - ) -" -RDEPEND="${DEPEND}" -PDEPEND=" - ~dev-qt/qttranslations-${PV} - qt3support? ( ~dev-qt/qtgui-${PV}[aqua=,debug=,glib=,qt3support,${MULTILIB_USEDEP}] ) -" - -MULTILIB_WRAPPED_HEADERS=( - /usr/include/qt4/Qt/qconfig.h - /usr/include/qt4/QtCore/qconfig.h -) - -PATCHES=( - "${FILESDIR}/${PN}-4.8.5-honor-ExcludeSocketNotifiers-in-glib-event-loop.patch" # bug 514968 - "${FILESDIR}/${PN}-4.8.5-qeventdispatcher-recursive.patch" # bug 514968 - "${FILESDIR}/${PN}-4.8.6-moc-boost-1.60.patch" # bug 556104 - "${FILESDIR}/${PN}-4.8.7-libressl.patch" # bug 584796 -) - -QT4_TARGET_DIRECTORIES=" - src/tools/bootstrap - src/tools/moc - src/tools/rcc - src/tools/uic - src/corelib - src/network - src/xml - src/plugins/codecs/cn - src/plugins/codecs/jp - src/plugins/codecs/kr - src/plugins/codecs/tw - tools/linguist/lconvert - tools/linguist/lrelease - tools/linguist/lupdate" - -QCONFIG_DEFINE="QT_ZLIB" - -src_prepare() { - qt4-build-multilib_src_prepare - - # bug 172219 - sed -i -e "s:CXXFLAGS.*=:CXXFLAGS=${CXXFLAGS} :" \ - -e "s:LFLAGS.*=:LFLAGS=${LDFLAGS} :" \ - qmake/Makefile.unix || die "sed qmake/Makefile.unix failed" - - # bug 427782 - sed -i -e '/^CPPFLAGS\s*=/ s/-g //' \ - qmake/Makefile.unix || die "sed CPPFLAGS in qmake/Makefile.unix failed" - sed -i -e 's/setBootstrapVariable QMAKE_CFLAGS_RELEASE/QMakeVar set QMAKE_CFLAGS_RELEASE/' \ - -e 's/setBootstrapVariable QMAKE_CXXFLAGS_RELEASE/QMakeVar set QMAKE_CXXFLAGS_RELEASE/' \ - configure || die "sed configure setBootstrapVariable failed" -} - -multilib_src_configure() { - local myconf=( - -no-accessibility -no-xmlpatterns -no-multimedia -no-audio-backend -no-phonon - -no-phonon-backend -no-svg -no-webkit -no-script -no-scripttools -no-declarative - -system-zlib -no-gif -no-libtiff -no-libpng -no-libmng -no-libjpeg - -no-cups -no-dbus -no-gtkstyle -no-nas-sound -no-opengl -no-openvg - -no-sm -no-xshape -no-xvideo -no-xsync -no-xinerama -no-xcursor -no-xfixes - -no-xrandr -no-xrender -no-mitshm -no-fontconfig -no-freetype -no-xinput -no-xkb - $(qt_use glib) - $(qt_use iconv) - $(qt_use icu) - $(use ssl && echo -openssl-linked || echo -no-openssl) - $(qt_use qt3support) - ) - qt4_multilib_src_configure -} diff --git a/dev-qt/qtcore/qtcore-4.8.7-r3.ebuild b/dev-qt/qtcore/qtcore-4.8.7-r3.ebuild index d3f864080535..86ae786cc2ce 100644 --- a/dev-qt/qtcore/qtcore-4.8.7-r3.ebuild +++ b/dev-qt/qtcore/qtcore-4.8.7-r3.ebuild @@ -7,7 +7,7 @@ inherit qt4-build-multilib DESCRIPTION="Cross-platform application development framework" if [[ ${QT4_BUILD_TYPE} == release ]]; then - KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd" + KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd" fi IUSE="+glib iconv icu libressl qt3support ssl" diff --git a/dev-qt/qtwebengine/qtwebengine-5.9.3.ebuild b/dev-qt/qtwebengine/qtwebengine-5.9.3.ebuild index dce0a939886c..e6d72ee568db 100644 --- a/dev-qt/qtwebengine/qtwebengine-5.9.3.ebuild +++ b/dev-qt/qtwebengine/qtwebengine-5.9.3.ebuild @@ -29,6 +29,7 @@ RDEPEND=" dev-libs/libxml2 dev-libs/libxslt dev-libs/protobuf:= + dev-libs/re2:= media-libs/fontconfig media-libs/freetype media-libs/harfbuzz:= diff --git a/dev-ruby/Manifest.gz b/dev-ruby/Manifest.gz index 4bb76a719bfa..3f22874334e2 100644 Binary files a/dev-ruby/Manifest.gz and b/dev-ruby/Manifest.gz differ diff --git a/dev-ruby/capybara/capybara-2.16.1.ebuild b/dev-ruby/capybara/capybara-2.16.1.ebuild index e978384153dc..71ec71a0af08 100644 --- a/dev-ruby/capybara/capybara-2.16.1.ebuild +++ b/dev-ruby/capybara/capybara-2.16.1.ebuild @@ -16,7 +16,7 @@ DESCRIPTION="Capybara aims to simplify the process of integration testing Rack a HOMEPAGE="https://github.com/jnicklas/capybara" LICENSE="MIT" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~arm64" SLOT="2" IUSE="test" diff --git a/dev-ruby/coderay/coderay-1.1.2.ebuild b/dev-ruby/coderay/coderay-1.1.2.ebuild index 33772cd6c18d..856996a29ffe 100644 --- a/dev-ruby/coderay/coderay-1.1.2.ebuild +++ b/dev-ruby/coderay/coderay-1.1.2.ebuild @@ -22,7 +22,7 @@ SRC_URI="https://github.com/rubychan/coderay/archive/v${PV}.tar.gz -> ${P}.tar.g LICENSE="MIT" SLOT="0" -KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ppc ppc64 sparc x86 ~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 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" # Redcloth is an optional but automagically tested dependency. This diff --git a/dev-ruby/facter/facter-3.9.3.ebuild b/dev-ruby/facter/facter-3.9.3.ebuild index ab465a65a855..d15e9288ae66 100644 --- a/dev-ruby/facter/facter-3.9.3.ebuild +++ b/dev-ruby/facter/facter-3.9.3.ebuild @@ -30,6 +30,8 @@ CDEPEND=" >=dev-cpp/yaml-cpp-0.5.1 ! 10.1.0/>= 10/' \ + -e '/rspec/ s/2.11.0/2.11/' \ + -e '/mocha/ s/0.10.5/0.14.0/' lib/Gemfile || die # patches default cmake-utils_src_prepare diff --git a/dev-ruby/ffi/Manifest b/dev-ruby/ffi/Manifest index 45bd3ce71493..c3de3d8dcb3c 100644 --- a/dev-ruby/ffi/Manifest +++ b/dev-ruby/ffi/Manifest @@ -1,2 +1 @@ DIST ffi-git-1.9.18.tgz 901805 BLAKE2B b04715095858d461e4a0a904185dbd603e391611ef446de385deb533d8fcbff0ada3f1865599fb51e3446df629c16d491c476e179cfa356c7d8c84e1827b2729 SHA512 49c52e5e42e436b7969c35a34b28bd7929d75372638ac5373486a1d624026c12dc682009bc101e4a2c8f1442ed6f1ba17b438cda2e02d4256622b489c4bd9945 -DIST ffi-git-1.9.6.tgz 895468 BLAKE2B a64b6f9504726c87d4564fef01bba2f0bae79b76e94a4464b954e54f29c70ccc51a26bed3a2c9efae80597b6344bda3f319585b67cd77f4e7f00bd8afd40f1ee SHA512 4b690b70db41642be679f13b33a67e27e1a4b14ca56d6ce355ea0a300c793a63e1081fb19d4c4bd395c1bea55a1669b96e3405932fffeebd328809a410fe3e8f diff --git a/dev-ruby/ffi/ffi-1.9.18.ebuild b/dev-ruby/ffi/ffi-1.9.18.ebuild index d173daf4bf69..c95db8415661 100644 --- a/dev-ruby/ffi/ffi-1.9.18.ebuild +++ b/dev-ruby/ffi/ffi-1.9.18.ebuild @@ -21,7 +21,7 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${PN}-git-${PV}. IUSE="" LICENSE="BSD" SLOT="0" -KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ppc ppc64 ~sparc x86 ~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 ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" RDEPEND+=" virtual/libffi" DEPEND+=" virtual/libffi" diff --git a/dev-ruby/ffi/ffi-1.9.6-r2.ebuild b/dev-ruby/ffi/ffi-1.9.6-r2.ebuild deleted file mode 100644 index 70bd141ed0a0..000000000000 --- a/dev-ruby/ffi/ffi-1.9.6-r2.ebuild +++ /dev/null @@ -1,66 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -# jruby → unneeded, this is part of the standard JRuby distribution, and -# would just install a dummy. -USE_RUBY="ruby22" - -RUBY_FAKEGEM_RECIPE_TEST="rspec" - -RUBY_FAKEGEM_RECIPE_DOC="rdoc" -RUBY_FAKEGEM_DOCDIR="doc" -RUBY_FAKEGEM_EXTRADOC="README.md" - -inherit ruby-fakegem - -DESCRIPTION="Ruby extension for programmatically loading dynamic libraries" -HOMEPAGE="https://wiki.github.com/ffi/ffi" - -SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${PN}-git-${PV}.tgz" - -IUSE="" -LICENSE="BSD" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" - -RDEPEND+=" virtual/libffi" -DEPEND+=" virtual/libffi" - -ruby_add_bdepend "dev-ruby/rake" - -all_ruby_prepare() { - sed -i -e '/tasks/ s:^:#:' \ - -e '/Gem::Tasks/,/end/ s:^:#:' Rakefile || die - - # Fix Makefile for tests - sed -i -e '/CCACHE :=/ s:^:#:' \ - -e 's/-O2//' \ - -e 's/^CFLAGS =/CFLAGS +=/' libtest/GNUmakefile || die - - # Remove bundled version of libffi. - rm -rf ext/ffi_c/libffi || die -} - -each_ruby_configure() { - ${RUBY} -Cext/ffi_c extconf.rb || die -} - -each_ruby_compile() { - emake -Cext/ffi_c V=1 - cp ext/ffi_c/ffi_c.so lib/ || die - - ${RUBY} -S rake -f gen/Rakefile || die "types.conf generation failed" -} - -each_ruby_test() { - CC=$(tc-getCC) CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" ${RUBY} -S rspec spec || die -} - -all_ruby_install() { - all_fakegem_install - - docinto examples - dodoc samples/* -} diff --git a/dev-ruby/hoe/hoe-3.16.0.ebuild b/dev-ruby/hoe/hoe-3.16.0.ebuild index f350f7cc9972..3a35fd3b81ab 100644 --- a/dev-ruby/hoe/hoe-3.16.0.ebuild +++ b/dev-ruby/hoe/hoe-3.16.0.ebuild @@ -18,7 +18,7 @@ HOMEPAGE="https://www.zenspider.com/projects/hoe.html" LICENSE="MIT" 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" +KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="doc" ruby_add_bdepend "test? ( >=dev-ruby/minitest-5.9:5 )" diff --git a/dev-ruby/mini_mime/mini_mime-1.0.0.ebuild b/dev-ruby/mini_mime/mini_mime-1.0.0.ebuild index 9e8f8f79be5c..2437211ae6cc 100644 --- a/dev-ruby/mini_mime/mini_mime-1.0.0.ebuild +++ b/dev-ruby/mini_mime/mini_mime-1.0.0.ebuild @@ -19,7 +19,7 @@ SRC_URI="https://github.com/discourse/mini_mime/archive/v${PV}.tar.gz -> ${P}.ta LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="test" all_ruby_prepare() { diff --git a/dev-ruby/minitest/minitest-5.9.1.ebuild b/dev-ruby/minitest/minitest-5.9.1.ebuild index 86786c7d4f1e..a28e39d5bd01 100644 --- a/dev-ruby/minitest/minitest-5.9.1.ebuild +++ b/dev-ruby/minitest/minitest-5.9.1.ebuild @@ -16,7 +16,7 @@ HOMEPAGE="https://github.com/seattlerb/minitest" LICENSE="MIT" SLOT="5" -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" IUSE="doc test" each_ruby_test() { diff --git a/dev-ruby/nokogiri/nokogiri-1.8.1.ebuild b/dev-ruby/nokogiri/nokogiri-1.8.1.ebuild index 46380a944c91..61c3fb99298b 100644 --- a/dev-ruby/nokogiri/nokogiri-1.8.1.ebuild +++ b/dev-ruby/nokogiri/nokogiri-1.8.1.ebuild @@ -17,7 +17,7 @@ HOMEPAGE="http://nokogiri.org/" LICENSE="MIT" SRC_URI="https://github.com/sparklemotion/nokogiri/archive/v${PV}.tar.gz -> ${P}-git.tgz" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~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 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" SLOT="0" IUSE="" diff --git a/dev-ruby/pkg-config/pkg-config-1.2.8.ebuild b/dev-ruby/pkg-config/pkg-config-1.2.8.ebuild index e44eb405be29..84010c864b09 100644 --- a/dev-ruby/pkg-config/pkg-config-1.2.8.ebuild +++ b/dev-ruby/pkg-config/pkg-config-1.2.8.ebuild @@ -14,7 +14,7 @@ DESCRIPTION="A pkg-config implementation by Ruby" HOMEPAGE="https://github.com/rcairo/pkg-config" LICENSE="|| ( LGPL-2 LGPL-2.1 LGPL-3 )" -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~ppc ~ppc64 ~sparc ~x86" SLOT="0" IUSE="test" diff --git a/dev-ruby/rack/rack-1.6.7.ebuild b/dev-ruby/rack/rack-1.6.7.ebuild index b5212723bfae..74a13913f372 100644 --- a/dev-ruby/rack/rack-1.6.7.ebuild +++ b/dev-ruby/rack/rack-1.6.7.ebuild @@ -16,7 +16,7 @@ HOMEPAGE="https://rack.github.com/" LICENSE="MIT" SLOT="$(get_version_component_range 1-2)" -KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ppc ppc64 sparc x86 ~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 ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" RUBY_PATCHES=( ${PN}-1.2.1-gentoo.patch ${PN}-1.6-rewindable-ruby23.patch ) diff --git a/dev-ruby/rdoc/Manifest b/dev-ruby/rdoc/Manifest index ff06de466793..8676e8da1982 100644 --- a/dev-ruby/rdoc/Manifest +++ b/dev-ruby/rdoc/Manifest @@ -3,3 +3,4 @@ DIST rdoc-4.3.0.gem 738816 BLAKE2B f705b4fed5a9a7e3a850cacc17b7df3f8fdeb163938ed DIST rdoc-5.0.0.tar.gz 701335 BLAKE2B 6fb6fe6bd6c00886229613f2d49e3f9bd1b7158c16ffa75b2ba8db73dad373b09cf8460ec81f54e555d15ca5b7f7f9703eabf3d088944de6922acc8c8778e189 SHA512 922c1fc36a3186eb2784754297930306b420a27ed2dcae879ed34b9325158e1e9c4e0721a44a027805c3e921f9b975b69009ffbf734173d668ba9df1d959c061 DIST rdoc-5.1.0.tar.gz 702376 BLAKE2B 733d77a341ddad10f5b648b6bb492e0f79daa392e2ca371d38236e4c85a1c409699e35dd3f5bc8bc48551b399603bb0a747cb3c5f7f1fbf4765aabffaad575aa SHA512 cd2ed37e8502a3e9093c88c258ac5e39542a23c3dcaedb9b5eb48ce391a694e5b35fbcfd62f01ec6353ac9c40a4b7043b2ff11bbc403d2e03de9a84c52bcefe7 DIST rdoc-6.0.0.tar.gz 696677 BLAKE2B d12ce5a22462b797252182244bbd2d1089c557a77f901224b06bc75bbffc9c50055ea0de5808a2055293730e0e79632bd2361a814eb5370b05c33a225c2e0d2a SHA512 18669123b3d712f73f901599a3ae903914369dc3c985651b7bc7ff6e1893a834e6c5688ced97ea6324e6af13050d151bee5d62f44e7a4a1cb8d314acac77b50d +DIST rdoc-6.0.1.tar.gz 697323 BLAKE2B 7af4a3189c6680ae3d92b7a0b7764e73a104017b49442d89ffa0e2da2d504e7493b6842a3b5b60326e8f633a10447e2e6efb17ff61da7b6e4e55b52d973fa523 SHA512 43812f068b430d4462821098bca1a1f0fc2adc63c6f358a48b4af94aafb76d33eb494ef06f91aa72065f128fb0d34f53a05cb246f0c4fcc31ce9c1b31658d108 diff --git a/dev-ruby/rdoc/rdoc-6.0.1.ebuild b/dev-ruby/rdoc/rdoc-6.0.1.ebuild new file mode 100644 index 000000000000..a2fd6a5a44d6 --- /dev/null +++ b/dev-ruby/rdoc/rdoc-6.0.1.ebuild @@ -0,0 +1,90 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 +USE_RUBY="ruby22 ruby23 ruby24" + +RUBY_FAKEGEM_TASK_DOC="" +RUBY_FAKEGEM_DOCDIR="doc" +RUBY_FAKEGEM_EXTRADOC="History.rdoc README.rdoc RI.rdoc TODO.rdoc" + +RUBY_FAKEGEM_BINWRAP="" +RUBY_FAKEGEM_BINDIR="exe" + +inherit ruby-fakegem eutils + +DESCRIPTION="An extended version of the RDoc library from Ruby 1.8" +HOMEPAGE="https://github.com/ruby/rdoc/" +SRC_URI="https://github.com/ruby/rdoc/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="Ruby MIT" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +SLOT="0" +IUSE="" + +RDEPEND+=">=app-eselect/eselect-ruby-20161226" + +ruby_add_bdepend " + dev-ruby/kpeg + >dev-ruby/racc-1.4.10 + test? ( + >=dev-ruby/minitest-5.8:5 + )" + +all_ruby_prepare() { + # Other packages also have use for a nonexistent directory, bug 321059 + sed -i -e 's#/nonexistent#/nonexistent_rdoc_tests#g' test/test_rdoc*.rb || die + + # Avoid unneeded dependency on bundler, bug 603696 + sed -i -e '/bundler/ s:^:#:' \ + -e 's/Bundler::GemHelper.gemspec.full_name/"rdoc"/' Rakefile || die + + # Remove test that is depending on the locale, which we can't garantuee. + sed -i -e '/def test_encode_with/,/^ end/ s:^:#:' test/test_rdoc_options.rb || die + + # Remove test depending on FEATURES=userpriv, bug 361959 + sed -i -e '/def test_check_files/,/^ end/ s:^:#:' test/test_rdoc_options.rb || die + + # Remove tests for code that is not included and not listed in Manifest.txt + rm -f test/test_rdoc_i18n_{locale,text}.rb \ + test/test_rdoc_generator_pot* || die +} + +all_ruby_compile() { + all_fakegem_compile + + if use doc ; then + ruby -Ilib -S exe/rdoc || die + fi +} + +each_ruby_compile() { + ${RUBY} -S rake generate || die +} + +each_ruby_test() { + ${RUBY} -Ilib:. -e 'Dir["test/test_*.rb"].each{|f| require f}' || die +} + +all_ruby_install() { + all_fakegem_install + + for bin in rdoc ri; do + ruby_fakegem_binwrapper $bin /usr/bin/$bin-2 + + for version in ${USE_RUBY}; do + version=`echo ${version} | cut -c 5-` + if use ruby_targets_ruby${version}; then + ruby_fakegem_binwrapper $bin /usr/bin/${bin}${version} + sed -i -e "1s/env ruby/ruby${version}/" \ + "${ED}/usr/bin/${bin}${version}" || die + fi + done + done +} + +pkg_postinst() { + if [[ ! -n $(readlink "${ROOT}"usr/bin/rdoc) ]] ; then + eselect ruby set $(eselect --brief --colour=no ruby show | head -n1) + fi +} diff --git a/dev-ruby/rspec-core/rspec-core-2.99.2-r2.ebuild b/dev-ruby/rspec-core/rspec-core-2.99.2-r2.ebuild index 896b625923c0..e267ca477628 100644 --- a/dev-ruby/rspec-core/rspec-core-2.99.2-r2.ebuild +++ b/dev-ruby/rspec-core/rspec-core-2.99.2-r2.ebuild @@ -24,7 +24,7 @@ SRC_URI="https://github.com/rspec/${PN}/archive/v${PV}.tar.gz -> ${P}-git.tgz" LICENSE="MIT" SLOT="2" -KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ppc ppc64 sparc x86 ~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 ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" ruby_add_bdepend "test? ( diff --git a/dev-ruby/rspec-expectations/rspec-expectations-2.99.2.ebuild b/dev-ruby/rspec-expectations/rspec-expectations-2.99.2.ebuild index 57bb90879047..13478887d692 100644 --- a/dev-ruby/rspec-expectations/rspec-expectations-2.99.2.ebuild +++ b/dev-ruby/rspec-expectations/rspec-expectations-2.99.2.ebuild @@ -19,7 +19,7 @@ SRC_URI="https://github.com/rspec/${PN}/archive/v${PV}.tar.gz -> ${P}-git.tgz" LICENSE="MIT" SLOT="2" -KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ppc ppc64 sparc x86 ~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 ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" ruby_add_rdepend ">=dev-ruby/diff-lcs-1.1.3" diff --git a/dev-ruby/rspec-mocks/rspec-mocks-2.99.2.ebuild b/dev-ruby/rspec-mocks/rspec-mocks-2.99.2.ebuild index 86c01eca72db..16417a8f3dfb 100644 --- a/dev-ruby/rspec-mocks/rspec-mocks-2.99.2.ebuild +++ b/dev-ruby/rspec-mocks/rspec-mocks-2.99.2.ebuild @@ -17,7 +17,7 @@ SRC_URI="https://github.com/rspec/${PN}/archive/v${PV}.tar.gz -> ${P}-git.tgz" LICENSE="MIT" SLOT="2" -KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ppc ppc64 sparc x86 ~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 ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" ruby_add_bdepend " diff --git a/dev-ruby/rspec/rspec-2.99.0.ebuild b/dev-ruby/rspec/rspec-2.99.0.ebuild index 7b4210839fb9..af6db2e14357 100644 --- a/dev-ruby/rspec/rspec-2.99.0.ebuild +++ b/dev-ruby/rspec/rspec-2.99.0.ebuild @@ -16,7 +16,7 @@ HOMEPAGE="http://rspec.rubyforge.org/" LICENSE="MIT" SLOT="2" -KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ppc ppc64 sparc x86 ~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 ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" SUBVERSION="$(get_version_component_range 1-2)" diff --git a/dev-ruby/ruby-gettext/Manifest b/dev-ruby/ruby-gettext/Manifest index 5ed9be67fa2d..47ba6880e1e4 100644 --- a/dev-ruby/ruby-gettext/Manifest +++ b/dev-ruby/ruby-gettext/Manifest @@ -1,3 +1,4 @@ DIST gettext-3.2.2.gem 283648 BLAKE2B d9095e11f3f92ac37f84aad9059e5740af07186caad963b6cbd6081329031122ed2acf402565b5e8bf7c6f51b18d045fab09e6d390effe2f0d7d66981f253efd SHA512 c6806a4f2b9c8519cccdf7651b3482e5938015323648cb1b82acd0632d88ea5c7cdabd925eecb2d4e17d0d396126d4e2ebaac26241c3c7b4f61e187cd4b3133f DIST gettext-3.2.3.gem 283648 BLAKE2B b746edbc9effd191a2abcff90f699d7a460845104b76410fab20bfef3294afc51951918441f0912fcadca4f59d810ffde9d5ac16c3de7adde6e5f7508c558bb3 SHA512 a7e6ca4e54a81eba7bd148849823ea480526f6d377d818f89aad28fc4cf79eb7e01dbbbbded441cad143ac806c73241173a1437deddb165ce7f178a9367bc4c5 DIST gettext-3.2.4.gem 284160 BLAKE2B dcd4154686fc4bc596d5433a2d1f3c74eff136dcd2945b65caea495541b5d18bd4a77c7ceafa27c4d5c04b40d11b807941c504f07293bdbb16c473003cded72c SHA512 53613d29fbd68866a66c912428f87e8191682838f2ea9c218972633cc075a19052a7ed1f7e02c5818f2b600b2e0296c4efe832fd854557bfd0afb746cfbfa2c7 +DIST gettext-3.2.6.gem 284672 BLAKE2B d431abb3b81e0293eca4b8d3f50fb5840d030aa0c61e2f8f1144680d1e69de4404760f4a0d2b48afbc3a2ca9a6a2a943cd3cf49b9784a33bdde6b0136cbef015 SHA512 8d8a820e9d22aae93de69573b4312f7490d0f494bdd27d6b920c29b5100620297d0622ea6dd693e3f7b0b4e1ebfd867de5e7fcfc04633c211ad2f414d23bb36a diff --git a/dev-ruby/ruby-gettext/ruby-gettext-3.2.6.ebuild b/dev-ruby/ruby-gettext/ruby-gettext-3.2.6.ebuild new file mode 100644 index 000000000000..50931eb376e1 --- /dev/null +++ b/dev-ruby/ruby-gettext/ruby-gettext-3.2.6.ebuild @@ -0,0 +1,65 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +USE_RUBY="ruby22 ruby23 ruby24" + +RUBY_FAKEGEM_NAME="${PN/ruby-/}" +RUBY_FAKEGEM_VERSION="${PV%_*}" + +RUBY_FAKEGEM_RECIPE_DOC="yard" +RUBY_FAKEGEM_EXTRADOC="README.md doc/text/news.md" + +RUBY_FAKEGEM_TASK_TEST="none" + +RUBY_FAKEGEM_EXTRAINSTALL="locale po" + +inherit ruby-fakegem + +DESCRIPTION="Native Language Support Library and Tools modeled after GNU gettext package" +HOMEPAGE="https://ruby-gettext.github.io/" + +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~x86" +IUSE="doc test" +SLOT="0" +LICENSE="|| ( Ruby LGPL-3+ )" + +ruby_add_rdepend ">=dev-ruby/locale-2.0.5 >=dev-ruby/text-1.3.0" + +ruby_add_bdepend "doc? ( dev-ruby/yard ) + dev-ruby/racc" +ruby_add_bdepend "test? ( + dev-ruby/test-unit:2 + dev-ruby/test-unit-rr )" + +RDEPEND+=" sys-devel/gettext" +DEPEND+=" sys-devel/gettext" + +all_ruby_prepare() { + # Fix broken racc invocation + sed -i -e '/command_line/ s/#{racc}/-S racc/' Rakefile || die + + # Avoid bundler dependency + sed -i -e '/bundler/,/helper.install/ s:^:#:' \ + -e 's/helper.gemspec/Gem::Specification.new/' Rakefile || die + + # Avoid dependency on developer-specific tools. + sed -i -e '/notify/ s:^:#:' test/run-test.rb || die + + # Avoid tests failing due to a missing test file. + #sed -i -e '/test_invalid_charset/,/end/ s:^:#:' test/test_mo.rb || die +} + +each_ruby_test() { + # Upstream tries to daisy-chain rake calls but they fail badly + # with our setup, so run it manually. + ${RUBY} test/run-test.rb || die "tests failed" +} + +all_ruby_install() { + all_fakegem_install + + insinto /usr/share/doc/${PF} + doins -r samples +} diff --git a/dev-ruby/sass/Manifest b/dev-ruby/sass/Manifest index 908a557f711e..db83a1fed599 100644 --- a/dev-ruby/sass/Manifest +++ b/dev-ruby/sass/Manifest @@ -2,3 +2,4 @@ DIST sass-3.2.19.gem 261632 BLAKE2B ef71c3a0fb1035c8e61759428a973adcc3732d788d5b DIST sass-3.4.24.gem 351232 BLAKE2B e22953cdfa28461d7f0952dd746a4390bfdd59c78aa52f9284ab0c2ef8ba4f1ad6745bdb181fcbb9dc865213761255a47fa588d150bdb4724436c116c91b92d5 SHA512 8435005234e5e734894f39fbfaccb83ae8f077f91604e59b4c4bcf9bc92be0bced4544b7e1ce0fefc6b382590407915d438e7f99828735e5eed7ba76f3ffb7d9 DIST sass-3.4.25.gem 352768 BLAKE2B f3c725ee75f0d5b3a30cfbfdbf5dd949fc2b6d99878039a073c3b369753609f9b202ea6f756016783b251877831d1480dad4032db8338dff453b088b219b799a SHA512 5ff4bd47857425832c6a39b963ae4465dd91d63774eb35196ec28075082ad231254babe507d7071304ddb73cdfc1168a547bf231225afaeb3b7ddd677c0bd712 DIST sass-3.5.3.gem 318976 BLAKE2B 14d9fe02c7f99c0f33d2ba833c0488e4dbe204480835b25afe2d7f48a0a3d944167d8a5fe46c7101509a9712bfb607140ab8694fb7a407f82cc9735fc1ee6664 SHA512 568944eb74a8845673b74ee3c392ace81b55bb89f30f20f34f415c8a822c3cef90db1b4aa32858a55e1af1ae39ff419a0a5bd08320edf9110d56f584672f14c8 +DIST sass-3.5.4.gem 319488 BLAKE2B 1cbf4972fac0252e6d54b44f586fcdb4698e58ef29e780bdb1ca1c18cea8237a03f8b25a6c047f4e7d75957ea0d94cfb05a54ed511582f5ec9d6379cd6a9c655 SHA512 3fd3001b326f8a31e6b0c5e7fbd06acb4a4ee8213d86c65d325198b50115996ffa728d0a482333b2b4eeafdceecf28fad49db58521c2d059d69ecbff418c0315 diff --git a/dev-ruby/sass/sass-3.4.25-r1.ebuild b/dev-ruby/sass/sass-3.4.25-r1.ebuild new file mode 100644 index 000000000000..c5c7fc107d06 --- /dev/null +++ b/dev-ruby/sass/sass-3.4.25-r1.ebuild @@ -0,0 +1,42 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +USE_RUBY="ruby21 ruby22 ruby23 ruby24" + +RUBY_FAKEGEM_TASK_DOC="" +RUBY_FAKEGEM_DOCDIR="doc" +RUBY_FAKEGEM_EXTRADOC="README.md" + +RUBY_FAKEGEM_EXTRAINSTALL="rails init.rb VERSION VERSION_NAME" + +# Allow the latest slot to provide these +RUBY_FAKEGEM_BINWRAP="" + +inherit ruby-fakegem versionator + +DESCRIPTION="An extension of CSS3, adding nested rules, variables, mixins, and more" +HOMEPAGE="http://sass-lang.com/" +LICENSE="MIT" + +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux" +SLOT="$(get_version_component_range 1-2)" +IUSE="" + +ruby_add_bdepend "doc? ( >=dev-ruby/yard-0.5.3 )" + +ruby_add_rdepend ">=dev-ruby/listen-1.3.1:1 !!=dev-ruby/yard-0.5.3 )" + +ruby_add_rdepend " + !!=dev-ruby/net-ssh-2.8.0:* + >=dev-ruby/net-scp-1.1.2 +" + +ruby_add_bdepend "test? ( dev-ruby/minitest dev-ruby/mocha )" + +all_ruby_prepare() { + sed -i -e '/bundler/I s:^:#:' Rakefile test/helper.rb || die + sed -i -e '/\(turn\|unindent\|reporters\)/I s:^:#:' \ + -e '1irequire "set"; require "pathname"' test/helper.rb || die + + # Fix assumption about parent directory name + sed -i -e '/assert_match/ s/sshkit/sshkit.*/' test/unit/test_deprecation_logger.rb || die +} + +each_ruby_test() { + # Run tests directly to avoid dependencies in the Rakefile + ${RUBY} -Ilib:test:. -e "Dir['test/unit/**/test*.rb'].each{|f| require f}" || die +} diff --git a/dev-ruby/stringex/Manifest b/dev-ruby/stringex/Manifest index d94182ec1880..1874a7c3a705 100644 --- a/dev-ruby/stringex/Manifest +++ b/dev-ruby/stringex/Manifest @@ -1 +1,2 @@ DIST stringex-2.7.1.gem 130048 BLAKE2B e16eba7e5bf85fdaf262205e39387483a00559bdaeaabed51b349319328d0fec4b14a2117c949f36e3d190bc86dfd9cebb93823ce23521df74c4783a58225e4f SHA512 2e53079ceaa33a7d040efcd3428601ffa0b4a1c2c231c8d068754ed4577ca610aeae46cde5d402566929cb5204a1999a287f10661a241197e6efbdadd4c928c4 +DIST stringex-2.8.2.gem 130048 BLAKE2B 3f3e88d69924a26eba830d94d9bc9240eb2b7a32cc9d3e444fb55af5f462d2091f2069c8c0ba39c9bebc7c4a48b54d23ee5b3fb9ba18f93a4c122d5b2f237e51 SHA512 e5750df84eeea6787d85f9289200d1f32fe9feb31c44c583a8e2e153c7d6cbcd940ca1cfd7cfd6f9a958e4a866f0ea3204ddb584ff2a43893da274e9813a4497 diff --git a/dev-ruby/stringex/stringex-2.8.2.ebuild b/dev-ruby/stringex/stringex-2.8.2.ebuild new file mode 100644 index 000000000000..dea7e6cb5f89 --- /dev/null +++ b/dev-ruby/stringex/stringex-2.8.2.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +USE_RUBY="ruby22 ruby23 ruby24" + +RUBY_FAKEGEM_DOC_DIR="rdoc" +RUBY_FAKEGEM_EXTRADOC="README.rdoc" + +inherit ruby-fakegem + +DESCRIPTION="Extensions for Ruby's String class" +HOMEPAGE="https://github.com/rsl/stringex" +LICENSE="MIT" + +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc64" +IUSE="test" + +# we could rely on activerecord[sqlite3], but since we do not remove the +# sqlite3 adapter from activerecord when building -sqlite3, it's easier +# to just add another dependency, so the user doesn't have to change the +# USE flags at all. +ruby_add_bdepend " + test? ( + >=dev-ruby/i18n-0.7.0:0.7 + dev-ruby/redcloth + dev-ruby/test-unit:2 + >=dev-ruby/activerecord-3 + dev-ruby/sqlite3 )" + +all_ruby_prepare() { + sed -i -e '1agem "i18n", "~>0.7.0"' test/test_helper.rb || die +} diff --git a/dev-util/Manifest.gz b/dev-util/Manifest.gz index 5b85511628bb..ca22cb4f84fd 100644 Binary files a/dev-util/Manifest.gz and b/dev-util/Manifest.gz differ diff --git a/dev-util/cppcheck/Manifest b/dev-util/cppcheck/Manifest index cdfe7c3cc6e7..27c24b305d87 100644 --- a/dev-util/cppcheck/Manifest +++ b/dev-util/cppcheck/Manifest @@ -1,4 +1 @@ -DIST cppcheck-1.77.tar.bz2 1188453 BLAKE2B c1664c48d5d3dc544367705a0df08d6e3dad38947db1659d8514fba06c44efe3b1c6c04d191d5332883e28ebcd3e8aa1854450f96d92dd1c6ed4239abcf5573b SHA512 df8dddf7758c342d45b3393246e07eaa11a53dca19e8a0d09de04f12ea6232538941328d9ca9ac52eb425871fd1c49d55c77e6e38b40772b6f856fd1e9e99779 -DIST cppcheck-1.78.tar.bz2 1201959 BLAKE2B 5ea745ef9fd24636b14271d6bdb480c2d678447759d955d5aeb431e4a479ee1e33180ad8dd3992486d01823a6781c008e7ea0966edbc6b9d37ef6f6200f05a78 SHA512 598556e9d657a3a77ff889cb6647291160017f7f9322326771416ff59d44126ce47c39767657b863cdb8a1b46d7c83bb337ec2fe0574500b37e99c33377b5dd8 -DIST cppcheck-1.79.tar.bz2 1206623 BLAKE2B c352897e6403e540efc4ee105af04a70036c6cb70d3a0027683ef5ea27c3376091e84c1e762c4d4eefed43a7d52c58f54d29455dc7087a5f5ca93e22ebc4d2c4 SHA512 766649b685d60b057752a49eda46f5bb42681c01c32169e83f85ea6f5d3302b572a2d484c1cee1380fd304489d5a32f83eb59a72ceefb1b787031e84bf3a2676 DIST cppcheck-1.81.tar.bz2 1514741 BLAKE2B 2f23dfe4bdb26e203411f0bf9bc569303a4d59f96911b32a8a5f9cc9a6a7fa75e5d87c328cb0bf8cc46bd8f38747a4663c33243b8385355cc5630e1fcf6c891f SHA512 22e7b63c35e71b2784065faca06aec8c286e3173f182ac10995073cc3d61fd0bfaf353c51ad9207d3bd2c6134ab1a3990a37668709505b657c2816d561f8af92 diff --git a/dev-util/cppcheck/cppcheck-1.77.ebuild b/dev-util/cppcheck/cppcheck-1.77.ebuild deleted file mode 100644 index 6dfbbd3b0531..000000000000 --- a/dev-util/cppcheck/cppcheck-1.77.ebuild +++ /dev/null @@ -1,104 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python{2_7,3_4,3_5} ) - -inherit distutils-r1 eutils qt4-r2 toolchain-funcs flag-o-matic - -DESCRIPTION="static analyzer of C/C++ code" -HOMEPAGE="http://cppcheck.sourceforge.net" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="amd64 ~arm hppa sparc x86" -IUSE="htmlreport pcre qt4" - -RDEPEND="htmlreport? ( dev-python/pygments[${PYTHON_USEDEP}] ) - >=dev-libs/tinyxml2-2 - qt4? ( dev-qt/qtgui:4 ) - pcre? ( dev-libs/libpcre )" -DEPEND="${RDEPEND} - app-text/docbook-xsl-stylesheets - dev-libs/libxslt - virtual/pkgconfig" - -src_prepare() { - append-cxxflags -std=c++0x - - # Drop bundled libs, patch Makefile generator and re-run it - rm -r externals/tinyxml || die - epatch "${FILESDIR}"/${PN}-1.75-tinyxml2.patch - tc-export CXX - emake dmake - ./dmake || die - - default -} - -src_configure() { - if use pcre ; then - sed -e '/HAVE_RULES=/s:=no:=yes:' \ - -i Makefile - fi - if use qt4 ; then - pushd gui - qt4-r2_src_configure - popd - fi -} - -src_compile() { - export LIBS="$(pkg-config --libs tinyxml2)" - emake ${PN} man \ - CFGDIR="${EROOT}usr/share/${PN}/cfg" \ - DB2MAN="${EROOT}usr/share/sgml/docbook/xsl-stylesheets/manpages/docbook.xsl" - - if use qt4 ; then - pushd gui - qt4-r2_src_compile - popd - fi - if use htmlreport ; then - pushd htmlreport - distutils-r1_src_compile - popd - fi -} - -src_test() { - # safe final version - mv -v ${PN}{,.final} - mv -v lib/library.o{,.final} - mv -v cli/cppcheckexecutor.o{,.final} - #trigger recompile with CFGDIR inside ${S} - emake check CFGDIR="${S}/cfg" - # restore - mv -v ${PN}{.final,} - mv -v lib/library.o{.final,} - mv -v cli/cppcheckexecutor.o{.final,} -} - -src_install() { - # it's not autotools-based, so "${ED}" here, not "${D}", bug 531760 - emake install DESTDIR="${ED}" - - insinto "/usr/share/${PN}/cfg" - doins cfg/*.cfg - if use qt4 ; then - dobin gui/${PN}-gui - dodoc gui/{projectfile.txt,gui.${PN}} - fi - if use htmlreport ; then - pushd htmlreport - distutils-r1_src_install - popd - find "${D}" -name "*.egg-info" -delete - else - rm "${ED}/usr/bin/cppcheck-htmlreport" || die - fi - doman ${PN}.1 - dodoc -r triage -} diff --git a/dev-util/cppcheck/cppcheck-1.78.ebuild b/dev-util/cppcheck/cppcheck-1.78.ebuild deleted file mode 100644 index 665af8ce0784..000000000000 --- a/dev-util/cppcheck/cppcheck-1.78.ebuild +++ /dev/null @@ -1,104 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python{2_7,3_4,3_5} ) - -inherit distutils-r1 eutils qt4-r2 toolchain-funcs flag-o-matic - -DESCRIPTION="static analyzer of C/C++ code" -HOMEPAGE="http://cppcheck.sourceforge.net" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~arm ~hppa ~sparc ~x86" -IUSE="htmlreport pcre qt4" - -RDEPEND="htmlreport? ( dev-python/pygments[${PYTHON_USEDEP}] ) - >=dev-libs/tinyxml2-2 - qt4? ( dev-qt/qtgui:4 ) - pcre? ( dev-libs/libpcre )" -DEPEND="${RDEPEND} - app-text/docbook-xsl-stylesheets - dev-libs/libxslt - virtual/pkgconfig" - -src_prepare() { - append-cxxflags -std=c++0x - - # Drop bundled libs, patch Makefile generator and re-run it - rm -r externals/tinyxml || die - epatch "${FILESDIR}"/${PN}-1.75-tinyxml2.patch - tc-export CXX - emake dmake - ./dmake || die - - default -} - -src_configure() { - if use pcre ; then - sed -e '/HAVE_RULES=/s:=no:=yes:' \ - -i Makefile - fi - if use qt4 ; then - pushd gui - qt4-r2_src_configure - popd - fi -} - -src_compile() { - export LIBS="$(pkg-config --libs tinyxml2)" - emake ${PN} man \ - CFGDIR="${EROOT}usr/share/${PN}/cfg" \ - DB2MAN="${EROOT}usr/share/sgml/docbook/xsl-stylesheets/manpages/docbook.xsl" - - if use qt4 ; then - pushd gui - qt4-r2_src_compile - popd - fi - if use htmlreport ; then - pushd htmlreport - distutils-r1_src_compile - popd - fi -} - -src_test() { - # safe final version - mv -v ${PN}{,.final} - mv -v lib/library.o{,.final} - mv -v cli/cppcheckexecutor.o{,.final} - #trigger recompile with CFGDIR inside ${S} - emake check CFGDIR="${S}/cfg" - # restore - mv -v ${PN}{.final,} - mv -v lib/library.o{.final,} - mv -v cli/cppcheckexecutor.o{.final,} -} - -src_install() { - # it's not autotools-based, so "${ED}" here, not "${D}", bug 531760 - emake install DESTDIR="${ED}" - - insinto "/usr/share/${PN}/cfg" - doins cfg/*.cfg - if use qt4 ; then - dobin gui/${PN}-gui - dodoc gui/{projectfile.txt,gui.${PN}} - fi - if use htmlreport ; then - pushd htmlreport - distutils-r1_src_install - popd - find "${D}" -name "*.egg-info" -delete - else - rm "${ED}/usr/bin/cppcheck-htmlreport" || die - fi - doman ${PN}.1 - dodoc -r triage -} diff --git a/dev-util/cppcheck/cppcheck-1.79.ebuild b/dev-util/cppcheck/cppcheck-1.79.ebuild deleted file mode 100644 index 5cdd5a3eaea7..000000000000 --- a/dev-util/cppcheck/cppcheck-1.79.ebuild +++ /dev/null @@ -1,104 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python{2_7,3_4,3_5} ) - -inherit distutils-r1 eutils qt4-r2 toolchain-funcs flag-o-matic - -DESCRIPTION="static analyzer of C/C++ code" -HOMEPAGE="http://cppcheck.sourceforge.net" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~sparc ~x86" -IUSE="htmlreport pcre qt4" - -RDEPEND="htmlreport? ( dev-python/pygments[${PYTHON_USEDEP}] ) - >=dev-libs/tinyxml2-2 - qt4? ( dev-qt/qtgui:4 ) - pcre? ( dev-libs/libpcre )" -DEPEND="${RDEPEND} - app-text/docbook-xsl-stylesheets - dev-libs/libxslt - virtual/pkgconfig" - -src_prepare() { - append-cxxflags -std=c++0x - - # Drop bundled libs, patch Makefile generator and re-run it - rm -r externals/tinyxml || die - epatch "${FILESDIR}"/${PN}-1.75-tinyxml2.patch - tc-export CXX - emake dmake - ./dmake || die - - default -} - -src_configure() { - if use pcre ; then - sed -e '/HAVE_RULES=/s:=no:=yes:' \ - -i Makefile - fi - if use qt4 ; then - pushd gui - qt4-r2_src_configure - popd - fi -} - -src_compile() { - export LIBS="$(pkg-config --libs tinyxml2)" - emake ${PN} man \ - CFGDIR="${EROOT}usr/share/${PN}/cfg" \ - DB2MAN="${EROOT}usr/share/sgml/docbook/xsl-stylesheets/manpages/docbook.xsl" - - if use qt4 ; then - pushd gui - qt4-r2_src_compile - popd - fi - if use htmlreport ; then - pushd htmlreport - distutils-r1_src_compile - popd - fi -} - -src_test() { - # safe final version - mv -v ${PN}{,.final} - mv -v lib/library.o{,.final} - mv -v cli/cppcheckexecutor.o{,.final} - #trigger recompile with CFGDIR inside ${S} - emake check CFGDIR="${S}/cfg" - # restore - mv -v ${PN}{.final,} - mv -v lib/library.o{.final,} - mv -v cli/cppcheckexecutor.o{.final,} -} - -src_install() { - # it's not autotools-based, so "${ED}" here, not "${D}", bug 531760 - emake install DESTDIR="${ED}" - - insinto "/usr/share/${PN}/cfg" - doins cfg/*.cfg - if use qt4 ; then - dobin gui/${PN}-gui - dodoc gui/{projectfile.txt,gui.${PN}} - fi - if use htmlreport ; then - pushd htmlreport - distutils-r1_src_install - popd - find "${D}" -name "*.egg-info" -delete - else - rm "${ED}/usr/bin/cppcheck-htmlreport" || die - fi - doman ${PN}.1 - dodoc -r triage -} diff --git a/dev-util/cppcheck/cppcheck-1.81.ebuild b/dev-util/cppcheck/cppcheck-1.81.ebuild index ea26f5ace89e..f4de61a93735 100644 --- a/dev-util/cppcheck/cppcheck-1.81.ebuild +++ b/dev-util/cppcheck/cppcheck-1.81.ebuild @@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" LICENSE="GPL-3" SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ~hppa x86" +KEYWORDS="amd64 ~arm ~arm64 hppa x86" IUSE="htmlreport pcre qt5" RDEPEND=" diff --git a/dev-util/intltool/intltool-0.51.0-r1.ebuild b/dev-util/intltool/intltool-0.51.0-r1.ebuild index f431362b7ad4..dce86ad582d8 100644 --- a/dev-util/intltool/intltool-0.51.0-r1.ebuild +++ b/dev-util/intltool/intltool-0.51.0-r1.ebuild @@ -10,7 +10,7 @@ SRC_URI="https://launchpad.net/${PN}/trunk/${PV}/+download/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-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 ~x64-cygwin ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" DEPEND=" diff --git a/dev-util/intltool/intltool-0.51.0-r2.ebuild b/dev-util/intltool/intltool-0.51.0-r2.ebuild index f821cc587639..fac4bd791102 100644 --- a/dev-util/intltool/intltool-0.51.0-r2.ebuild +++ b/dev-util/intltool/intltool-0.51.0-r2.ebuild @@ -9,7 +9,7 @@ SRC_URI="https://launchpad.net/${PN}/trunk/${PV}/+download/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-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 ~x64-cygwin ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" DEPEND=" diff --git a/dev-util/jenkins-bin/Manifest b/dev-util/jenkins-bin/Manifest index c01005d580e0..270b7794c005 100644 --- a/dev-util/jenkins-bin/Manifest +++ b/dev-util/jenkins-bin/Manifest @@ -1,2 +1,3 @@ DIST jenkins-bin-2.89.2.war 74294776 BLAKE2B a163d6bd542b01cfcd5781fab524d91ec74ff0dacced3213366832e6839616554f0c42dd1ed580c55fccda693736b5f4041a6eff7bc5e66a6edf608ce3126bb3 SHA512 dfaa5ce0e3cf679fff8f3a1234db8dd88087d221cd1d0f4a84c2a41a5463f9fc2645fa9ba3bcd86f793bb07ef74a0efb3075fd28f3fdf7ccffb18904a8a69231 DIST jenkins-bin-2.95.war 74275142 BLAKE2B b2865010628940f216bf39847203d786ef63ec8f18b8adabec629b7ef7b01681dbdd381738163cff9c04f75b50705cfa5c9aad9bcf038fbfb9c91abb738fc1b6 SHA512 2002953a49cacdac8a93f24335d489dc4c10c7ae3f3bc80b4f6dd524a5ac1984fc7229c570e0c79dd53c51bf609cc989193c0a6881f2e0b9d8dd49e47bad20dd +DIST jenkins-bin-2.97.war 74297213 BLAKE2B 374266b466736d8e6b6abdef13718e132336525926f28c6ced413dd1a091568bae81900133efc5a0efa96e41847e17b483e8842884c3efa7457c59cdb4bd32f6 SHA512 e784e35136c079caaae12788afa093830cd4d1d4f657b2f11571db5b7a3fa3271d2cd50a8793097905bc0ba67b8ad0bf78b94db00d86ab722453f4c0a41f647e diff --git a/dev-util/jenkins-bin/jenkins-bin-2.97.ebuild b/dev-util/jenkins-bin/jenkins-bin-2.97.ebuild new file mode 100644 index 000000000000..2101948a704e --- /dev/null +++ b/dev-util/jenkins-bin/jenkins-bin-2.97.ebuild @@ -0,0 +1,46 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit user systemd + +DESCRIPTION="Extensible continuous integration server" +HOMEPAGE="http://jenkins-ci.org/" +LICENSE="MIT" +SRC_URI="http://mirrors.jenkins-ci.org/war/${PV}/${PN/-bin/}.war -> ${P}.war" +RESTRICT="mirror" +SLOT="0" +KEYWORDS="~amd64 ~x86 ~amd64-linux" +IUSE="" + +RDEPEND="media-fonts/dejavu + media-libs/freetype + !dev-util/jenkins-bin:lts + >=virtual/jre-1.8.0" + +S=${WORKDIR} + +JENKINS_DIR=/var/lib/jenkins + +pkg_setup() { + enewgroup jenkins + enewuser jenkins -1 -1 ${JENKINS_DIR} jenkins +} + +src_install() { + keepdir /var/log/jenkins ${JENKINS_DIR}/backup ${JENKINS_DIR}/home + + insinto /opt/jenkins + newins "${DISTDIR}"/${P}.war ${PN/-bin/}.war + + insinto /etc/logrotate.d + newins "${FILESDIR}"/${PN}-r1.logrotate ${PN/-bin/} + + newinitd "${FILESDIR}"/${PN}.init2 jenkins + newconfd "${FILESDIR}"/${PN}.confd jenkins + + systemd_newunit "${FILESDIR}"/${PN}.service jenkins.service + + fowners jenkins:jenkins /var/log/jenkins ${JENKINS_DIR} ${JENKINS_DIR}/home ${JENKINS_DIR}/backup +} diff --git a/dev-util/radare2/radare2-2.1.0-r1.ebuild b/dev-util/radare2/radare2-2.1.0-r1.ebuild index f69a9666f3b3..f9184e637759 100644 --- a/dev-util/radare2/radare2-2.1.0-r1.ebuild +++ b/dev-util/radare2/radare2-2.1.0-r1.ebuild @@ -22,10 +22,13 @@ PATCHES=( LICENSE="GPL-2" SLOT="0" -IUSE="ssl +system-capstone zsh-completion bash-completion" +IUSE="ssl libressl +system-capstone zsh-completion bash-completion" RDEPEND=" - ssl? ( dev-libs/openssl:0= ) + ssl? ( + !libressl? ( dev-libs/openssl:0= ) + libressl? ( dev-libs/libressl:0= ) + ) system-capstone? ( dev-libs/capstone:0= ) " DEPEND="${RDEPEND} diff --git a/dev-util/radare2/radare2-2.1.0-r2.ebuild b/dev-util/radare2/radare2-2.1.0-r2.ebuild index ca264b48b2bf..2cf3090aec73 100644 --- a/dev-util/radare2/radare2-2.1.0-r2.ebuild +++ b/dev-util/radare2/radare2-2.1.0-r2.ebuild @@ -18,10 +18,13 @@ fi LICENSE="GPL-2" SLOT="0" -IUSE="ssl +system-capstone" +IUSE="ssl libressl +system-capstone" RDEPEND=" - ssl? ( dev-libs/openssl:0= ) + ssl? ( + !libressl? ( dev-libs/openssl:0= ) + libressl? ( dev-libs/libressl:0= ) + ) system-capstone? ( dev-libs/capstone:0= ) " DEPEND="${RDEPEND} diff --git a/dev-util/radare2/radare2-2.1.0.ebuild b/dev-util/radare2/radare2-2.1.0.ebuild index 8f051ac51137..13f59936254d 100644 --- a/dev-util/radare2/radare2-2.1.0.ebuild +++ b/dev-util/radare2/radare2-2.1.0.ebuild @@ -22,10 +22,13 @@ PATCHES=( LICENSE="GPL-2" SLOT="0" -IUSE="ssl +system-capstone zsh-completion" +IUSE="ssl libressl +system-capstone zsh-completion" RDEPEND=" - ssl? ( dev-libs/openssl:0= ) + ssl? ( + !libressl? ( dev-libs/openssl:0= ) + libressl? ( dev-libs/libressl:0= ) + ) system-capstone? ( dev-libs/capstone:0= ) " DEPEND="${RDEPEND} diff --git a/dev-util/radare2/radare2-9999.ebuild b/dev-util/radare2/radare2-9999.ebuild index cf3939d92997..e7a0aae0342f 100644 --- a/dev-util/radare2/radare2-9999.ebuild +++ b/dev-util/radare2/radare2-9999.ebuild @@ -19,10 +19,13 @@ fi LICENSE="GPL-2" SLOT="0" -IUSE="ssl +system-capstone zsh-completion" +IUSE="ssl libressl +system-capstone zsh-completion" RDEPEND=" - ssl? ( dev-libs/openssl:0= ) + ssl? ( + !libressl? ( dev-libs/openssl:0= ) + libressl? ( dev-libs/libressl:0= ) + ) system-capstone? ( dev-libs/capstone:0= ) " DEPEND="${RDEPEND} diff --git a/dev-util/ragel/files/ragel-7.0.0.10-use-pkginclude.patch b/dev-util/ragel/files/ragel-7.0.0.10-use-pkginclude.patch new file mode 100644 index 000000000000..6609af5a99a2 --- /dev/null +++ b/dev-util/ragel/files/ragel-7.0.0.10-use-pkginclude.patch @@ -0,0 +1,41 @@ +From 927f380272442ae803fdccfc001b55877f25e7dc Mon Sep 17 00:00:00 2001 +From: Adrian Thurston +Date: Sat, 10 Dec 2016 15:41:30 -0500 +Subject: [PATCH] use pkginclude for the headers + +--- + aapl/Makefile.am | 2 +- + src/Makefile.am | 4 ++-- + 2 files changed, 3 insertions(+), 3 deletions(-) + +diff --git a/aapl/Makefile.am b/aapl/Makefile.am +index fd9f9cb0..80b972f1 100644 +--- a/aapl/Makefile.am ++++ b/aapl/Makefile.am +@@ -1,4 +1,4 @@ +-include_HEADERS = \ ++pkginclude_HEADERS = \ + avlbasic.h avlimel.h avlmap.h bstcommon.h compare.h insertsort.h \ + sbstset.h avlcommon.h avlimelkey.h avlmel.h bstmap.h dlcommon.h \ + mergesort.h sbsttable.h avlibasic.h avliset.h avlmelkey.h bstset.h \ +diff --git a/src/Makefile.am b/src/Makefile.am +index 24a19a4b..60554a99 100644 +--- a/src/Makefile.am ++++ b/src/Makefile.am +@@ -16,11 +16,11 @@ bin_PROGRAMS = ragel + + endif + +-include_HEADERS = \ ++pkginclude_HEADERS = \ + action.h fsmgraph.h ragel.h common.h \ + gendata.h redfsm.h dot.h + +-nodist_include_HEADERS = config.h ++nodist_pkginclude_HEADERS = config.h + + ragel_CPPFLAGS = -I$(top_srcdir)/aapl -DBINDIR='"@bindir@"' + +-- +2.15.1 + diff --git a/dev-util/ragel/ragel-7.0.0.10-r1.ebuild b/dev-util/ragel/ragel-7.0.0.10-r1.ebuild new file mode 100644 index 000000000000..7b028b141644 --- /dev/null +++ b/dev-util/ragel/ragel-7.0.0.10-r1.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit autotools + +DESCRIPTION="Compiles finite state machines from regular languages into executable code" +HOMEPAGE="https://www.colm.net/open-source/ragel/" +SRC_URI="https://www.colm.net/files/ragel/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~x86" +IUSE="vim-syntax" + +DEPEND="~dev-util/colm-0.13.0.5" +RDEPEND="${DEPEND}" +PATCHES=( "${FILESDIR}/${P}-use-pkginclude.patch" ) + +src_prepare() { + default + eautoreconf +} + +src_test() { + cd "${S}"/test || die + ./runtests.in || die +} + +src_install() { + if use vim-syntax; then + insinto /usr/share/vim/vimfiles/syntax + doins ragel.vim + fi + default +} diff --git a/dev-vcs/Manifest.gz b/dev-vcs/Manifest.gz index 3efce869572f..c134b09c50b4 100644 Binary files a/dev-vcs/Manifest.gz and b/dev-vcs/Manifest.gz differ diff --git a/dev-vcs/git-crypt/Manifest b/dev-vcs/git-crypt/Manifest index e29eb32d8a7e..01b51c863841 100644 --- a/dev-vcs/git-crypt/Manifest +++ b/dev-vcs/git-crypt/Manifest @@ -1,3 +1,4 @@ DIST git-crypt-0.3.tar.gz 20660 BLAKE2B 7bc71c247faa773ec4866492ae5917a6b5c7a7a2f676cfcbb4ab3642d8433c15476049165c37bf8d1aaf5fdbb1db9ce7e5137865f126086a4b575da4b21b38d8 SHA512 526630e58a2e74bffe954bc2f489311fb2261337092a1c4462788d9412b7fa7b1aa744402558bba39fe776cfa6333700c4e0ad651d262a7ca14d920485192adc DIST git-crypt-0.4.tar.gz 44146 BLAKE2B 69e8c9a99f763c0b20c0d467ea8212a4688cb7e8f6d9b8241a20ae65680f7faea76a14794f2b01992b570a7adae518a79945b0e477cc539b7eb515c3729a853c SHA512 aa146d922258c4a68ad1a211b58e3b1e1b1135661ebecf3ede1b344fc93401eb9d0aa51cfa068f76fab3ab7c936ad6cf46e61e0e9505aaf4f338e54826ae88f6 DIST git-crypt-0.5.0.tar.gz 56694 BLAKE2B c82af3313523615a3839ee68210134cca898c78009e9b6edcfbdf14146dff81eafc909f135992367181278c584733affad307bdd1e1f2d32f9b8298c6d862c54 SHA512 0ed75e6962d8e8260811e048c22d724bdd63d461615e8f99c1d65a07f931f9630c1b853112f202b612dc69746a9ad03995f2947ad6fa39af56a878d993d65d77 +DIST git-crypt-0.6.0.tar.gz 57584 BLAKE2B 6557121ef4a3f49b2294f7c6268a55323b7ec192b851fac548e76a9301c65655be72f67eecc248205cefcb0184d52a55f8a462ccec0082552fce3115a18b7267 SHA512 06fd9f6dbdc5c9fa9196f3e81a87cd3688089623b2658daf9c98809d5ca14df0b7ca69fdfe8279abf575957c366f2f93bd5a6885092eb533bd0d1ed9fe9dfac5 diff --git a/dev-vcs/git-crypt/git-crypt-0.6.0.ebuild b/dev-vcs/git-crypt/git-crypt-0.6.0.ebuild new file mode 100644 index 000000000000..f107562053ad --- /dev/null +++ b/dev-vcs/git-crypt/git-crypt-0.6.0.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 + +DESCRIPTION="transparent file encryption in git" +HOMEPAGE="https://www.agwa.name/projects/git-crypt/" +SRC_URI="https://github.com/AGWA/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" +LICENSE="GPL-3" +SLOT="0" + +KEYWORDS="~amd64 ~x86" + +RDEPEND="dev-vcs/git" +DEPEND="${RDEPEND}" + +src_install() { + mkdir -p "${D}"/usr/bin + emake PREFIX="${D}"/usr install +} diff --git a/eclass/Manifest.gz b/eclass/Manifest.gz index 92d5aa52eb8b..34ffa0770fff 100644 Binary files a/eclass/Manifest.gz and b/eclass/Manifest.gz differ diff --git a/eclass/meson.eclass b/eclass/meson.eclass index 2c943dd6ae27..71735fbfc67d 100644 --- a/eclass/meson.eclass +++ b/eclass/meson.eclass @@ -137,6 +137,19 @@ _meson_create_cross_file() { EOF } +# @FUNCTION: meson_use +# @USAGE: [option name] +# @DESCRIPTION: +# Given a USE flag and meson project option, outputs a string like: +# +# -Doption=true +# -Doption=false +# +# If the project option is unspecified, it defaults to the USE flag. +meson_use() { + usex "$1" "-D${2-$1}=true" "-D${2-$1}=false" +} + # @FUNCTION: meson_src_configure # @DESCRIPTION: # This is the meson_src_configure function. diff --git a/eclass/qt5-build.eclass b/eclass/qt5-build.eclass index 7462ab2059b3..fd29ed1e6c05 100644 --- a/eclass/qt5-build.eclass +++ b/eclass/qt5-build.eclass @@ -73,14 +73,26 @@ case ${PV} in *_alpha*|*_beta*|*_rc*) # development release QT5_BUILD_TYPE="release" - MY_P=${QT5_MODULE}-opensource-src-${PV/_/-} + + if [[ ${QT5_MINOR_VERSION} -ge 10 ]]; then + MY_P=${QT5_MODULE}-everywhere-src-${PV/_/-} + else + MY_P=${QT5_MODULE}-opensource-src-${PV/_/-} + fi + SRC_URI="https://download.qt.io/development_releases/qt/${PV%.*}/${PV/_/-}/submodules/${MY_P}.tar.xz" S=${WORKDIR}/${MY_P} ;; *) # official stable release QT5_BUILD_TYPE="release" - MY_P=${QT5_MODULE}-opensource-src-${PV} + + if [[ ${QT5_MINOR_VERSION} -ge 10 ]]; then + MY_P=${QT5_MODULE}-everywhere-src-${PV} + else + MY_P=${QT5_MODULE}-opensource-src-${PV} + fi + SRC_URI="https://download.qt.io/official_releases/qt/${PV%.*}/${PV}/submodules/${MY_P}.tar.xz" S=${WORKDIR}/${MY_P} ;; @@ -620,8 +632,8 @@ qt5_base_configure() { # supported; see also https://bugreports.qt.io/browse/QTBUG-36129 #-reduce-relocations - # let configure automatically detect if GNU gold is available - #-use-gold-linker + # use the system linker (gold will be selected automagically otherwise) + $(tc-ld-is-gold && echo -use-gold-linker || echo -no-use-gold-linker) # disable all platform plugins by default, override in qtgui -no-xcb -no-eglfs -no-kms -no-gbm -no-directfb -no-linuxfb -no-mirclient diff --git a/games-action/Manifest.gz b/games-action/Manifest.gz index 97865e867d54..ace03e5fb277 100644 Binary files a/games-action/Manifest.gz and b/games-action/Manifest.gz differ diff --git a/games-action/bzflag/files/bzflag-2.4.10-configure.patch b/games-action/bzflag/files/bzflag-2.4.10-configure.patch deleted file mode 100644 index b280621f6ec2..000000000000 --- a/games-action/bzflag/files/bzflag-2.4.10-configure.patch +++ /dev/null @@ -1,37 +0,0 @@ -diff -ru bzflag-2.4.4.orig/configure.ac bzflag-2.4.4/configure.ac ---- bzflag-2.4.4.orig/configure.ac 2016-02-14 19:09:51.000000000 -0500 -+++ bzflag-2.4.4/configure.ac 2016-05-05 16:35:35.475935345 -0400 -@@ -215,7 +215,7 @@ - AC_SUBST(AR) - AC_SUBST(AR_FLAGS) - --AC_PATH_PROG(CCACHE, ccache) -+AC_PATH_PROG(CCACHE, ccachex) - if test "$CCACHE" ; then - CC="ccache $CC" - CXX="ccache $CXX" -@@ -747,13 +747,13 @@ - # - # the GCC version is known to be at least 4.3 because it has C++0x support - # possible future warnings: -Wconversion (1894) -Wfloat-equal (317) --FLAGS="-Wall -Wextra -Wcast-qual -Wredundant-decls -Wshadow -Wundef -pedantic" -+FLAGSx="-Wall -Wextra -Wcast-qual -Wredundant-decls -Wshadow -Wundef -pedantic" - case $host_os in - linux*) - AC_DEFINE(HALF_RATE_AUDIO, 1, [Half rate Audio]) - CONF_CFLAGS="$CONF_CFLAGS $FLAGS" - CONF_CXXFLAGS="$CONF_CXXFLAGS $FLAGS" -- case $host_vendor in -+ case $host_vendorx in - pc) - if expr `$CC -dumpversion` \>= "3.4" > /dev/null ; then - FLAGS=-mtune -@@ -836,7 +836,7 @@ - CXXFLAGS="$user_CXXFLAGS" - AC_DEFINE(DEBUG, 1, [Debugging enabled]) - else -- if test "$GCC" = yes ; then -+ if test "$GCC" = yesx ; then - case "`$CC --version 2>&1`" in - *LLVM*) - # Apple LLVM falsely claims to be GCC diff --git a/games-action/bzflag/files/bzflag-2.4.2-nocxxflags.patch b/games-action/bzflag/files/bzflag-2.4.2-nocxxflags.patch deleted file mode 100644 index 0b74d57bc41e..000000000000 --- a/games-action/bzflag/files/bzflag-2.4.2-nocxxflags.patch +++ /dev/null @@ -1,56 +0,0 @@ ---- configure.ac.old 2013-05-12 13:33:05.738250140 +0200 -+++ configure.ac 2013-05-12 13:33:24.732927312 +0200 -@@ -89,7 +89,7 @@ - AM_INIT_AUTOMAKE([1.6 dist-zip dist-bzip2]) - - dnl all configured definitions get written here --AM_CONFIG_HEADER([include/config.h]) -+AC_CONFIG_HEADER([include/config.h]) - - AC_SUBST(MAJOR_VERSION) - AC_SUBST(MINOR_VERSION) -@@ -689,13 +689,9 @@ - else - FLAGS="$FLAGS=$host_cpu" - fi -- CONF_CFLAGS="$CONF_CFLAGS $FLAGS"; -- CONF_CXXFLAGS="$CONF_CXXFLAGS $FLAGS"; - CONF_CXXFLAGS="$CONF_CXXFLAGS -fsigned-char";; - ppc) - FLAGS="-mcpu=$host_cpu" -- CONF_CFLAGS="$CONF_CFLAGS $FLAGS"; -- CONF_CXXFLAGS="$CONF_CXXFLAGS $FLAGS";; - esac;; - cygwin) - AC_DEFINE(HALF_RATE_AUDIO, 1, [Half rate Audio]) -@@ -755,8 +751,6 @@ - else - if test "$GCC" = yes ; then - OPTIMIZE="-fexpensive-optimizations" -- CONF_CFLAGS="$CONF_CFLAGS $OPTIMIZE" -- CONF_CXXFLAGS="$CONF_CXXFLAGS $OPTIMIZE" - fi - AC_DEFINE(NDEBUG, 1, [Debugging disabled]) - fi ---- src/other/ares/configure.ac.old 2013-05-12 13:44:25.147676903 +0200 -+++ src/other/ares/configure.ac 2013-05-12 13:44:39.353684194 +0200 -@@ -7,7 +7,7 @@ - CARES_OVERRIDE_AUTOCONF - - AC_CONFIG_SRCDIR([ares_ipv6.h]) --AM_CONFIG_HEADER([ares_config.h ares_build.h]) -+AC_CONFIG_HEADER([ares_config.h ares_build.h]) - AC_CONFIG_MACRO_DIR([m4]) - AM_MAINTAINER_MODE - ---- src/other/curl/configure.ac.old 2013-05-12 13:49:00.814352825 +0200 -+++ src/other/curl/configure.ac 2013-05-12 13:49:15.216341340 +0200 -@@ -34,7 +34,7 @@ - terms of the curl license; see COPYING for more details]) - - AC_CONFIG_SRCDIR([lib/urldata.h]) --AM_CONFIG_HEADER(lib/curl_config.h src/curl_config.h include/curl/curlbuild.h) -+AC_CONFIG_HEADER(lib/curl_config.h src/curl_config.h include/curl/curlbuild.h) - AC_CONFIG_MACRO_DIR([m4]) - AM_MAINTAINER_MODE - diff --git a/games-action/bzflag/files/bzflag-2.4.4-configure.patch b/games-action/bzflag/files/bzflag-2.4.4-configure.patch deleted file mode 100644 index b280621f6ec2..000000000000 --- a/games-action/bzflag/files/bzflag-2.4.4-configure.patch +++ /dev/null @@ -1,37 +0,0 @@ -diff -ru bzflag-2.4.4.orig/configure.ac bzflag-2.4.4/configure.ac ---- bzflag-2.4.4.orig/configure.ac 2016-02-14 19:09:51.000000000 -0500 -+++ bzflag-2.4.4/configure.ac 2016-05-05 16:35:35.475935345 -0400 -@@ -215,7 +215,7 @@ - AC_SUBST(AR) - AC_SUBST(AR_FLAGS) - --AC_PATH_PROG(CCACHE, ccache) -+AC_PATH_PROG(CCACHE, ccachex) - if test "$CCACHE" ; then - CC="ccache $CC" - CXX="ccache $CXX" -@@ -747,13 +747,13 @@ - # - # the GCC version is known to be at least 4.3 because it has C++0x support - # possible future warnings: -Wconversion (1894) -Wfloat-equal (317) --FLAGS="-Wall -Wextra -Wcast-qual -Wredundant-decls -Wshadow -Wundef -pedantic" -+FLAGSx="-Wall -Wextra -Wcast-qual -Wredundant-decls -Wshadow -Wundef -pedantic" - case $host_os in - linux*) - AC_DEFINE(HALF_RATE_AUDIO, 1, [Half rate Audio]) - CONF_CFLAGS="$CONF_CFLAGS $FLAGS" - CONF_CXXFLAGS="$CONF_CXXFLAGS $FLAGS" -- case $host_vendor in -+ case $host_vendorx in - pc) - if expr `$CC -dumpversion` \>= "3.4" > /dev/null ; then - FLAGS=-mtune -@@ -836,7 +836,7 @@ - CXXFLAGS="$user_CXXFLAGS" - AC_DEFINE(DEBUG, 1, [Debugging enabled]) - else -- if test "$GCC" = yes ; then -+ if test "$GCC" = yesx ; then - case "`$CC --version 2>&1`" in - *LLVM*) - # Apple LLVM falsely claims to be GCC diff --git a/games-action/bzflag/files/bzflag-2.4.6-configure.patch b/games-action/bzflag/files/bzflag-2.4.6-configure.patch deleted file mode 100644 index b280621f6ec2..000000000000 --- a/games-action/bzflag/files/bzflag-2.4.6-configure.patch +++ /dev/null @@ -1,37 +0,0 @@ -diff -ru bzflag-2.4.4.orig/configure.ac bzflag-2.4.4/configure.ac ---- bzflag-2.4.4.orig/configure.ac 2016-02-14 19:09:51.000000000 -0500 -+++ bzflag-2.4.4/configure.ac 2016-05-05 16:35:35.475935345 -0400 -@@ -215,7 +215,7 @@ - AC_SUBST(AR) - AC_SUBST(AR_FLAGS) - --AC_PATH_PROG(CCACHE, ccache) -+AC_PATH_PROG(CCACHE, ccachex) - if test "$CCACHE" ; then - CC="ccache $CC" - CXX="ccache $CXX" -@@ -747,13 +747,13 @@ - # - # the GCC version is known to be at least 4.3 because it has C++0x support - # possible future warnings: -Wconversion (1894) -Wfloat-equal (317) --FLAGS="-Wall -Wextra -Wcast-qual -Wredundant-decls -Wshadow -Wundef -pedantic" -+FLAGSx="-Wall -Wextra -Wcast-qual -Wredundant-decls -Wshadow -Wundef -pedantic" - case $host_os in - linux*) - AC_DEFINE(HALF_RATE_AUDIO, 1, [Half rate Audio]) - CONF_CFLAGS="$CONF_CFLAGS $FLAGS" - CONF_CXXFLAGS="$CONF_CXXFLAGS $FLAGS" -- case $host_vendor in -+ case $host_vendorx in - pc) - if expr `$CC -dumpversion` \>= "3.4" > /dev/null ; then - FLAGS=-mtune -@@ -836,7 +836,7 @@ - CXXFLAGS="$user_CXXFLAGS" - AC_DEFINE(DEBUG, 1, [Debugging enabled]) - else -- if test "$GCC" = yes ; then -+ if test "$GCC" = yesx ; then - case "`$CC --version 2>&1`" in - *LLVM*) - # Apple LLVM falsely claims to be GCC diff --git a/games-action/bzflag/files/bzflag-2.4.8-configure.patch b/games-action/bzflag/files/bzflag-2.4.8-configure.patch deleted file mode 100644 index b280621f6ec2..000000000000 --- a/games-action/bzflag/files/bzflag-2.4.8-configure.patch +++ /dev/null @@ -1,37 +0,0 @@ -diff -ru bzflag-2.4.4.orig/configure.ac bzflag-2.4.4/configure.ac ---- bzflag-2.4.4.orig/configure.ac 2016-02-14 19:09:51.000000000 -0500 -+++ bzflag-2.4.4/configure.ac 2016-05-05 16:35:35.475935345 -0400 -@@ -215,7 +215,7 @@ - AC_SUBST(AR) - AC_SUBST(AR_FLAGS) - --AC_PATH_PROG(CCACHE, ccache) -+AC_PATH_PROG(CCACHE, ccachex) - if test "$CCACHE" ; then - CC="ccache $CC" - CXX="ccache $CXX" -@@ -747,13 +747,13 @@ - # - # the GCC version is known to be at least 4.3 because it has C++0x support - # possible future warnings: -Wconversion (1894) -Wfloat-equal (317) --FLAGS="-Wall -Wextra -Wcast-qual -Wredundant-decls -Wshadow -Wundef -pedantic" -+FLAGSx="-Wall -Wextra -Wcast-qual -Wredundant-decls -Wshadow -Wundef -pedantic" - case $host_os in - linux*) - AC_DEFINE(HALF_RATE_AUDIO, 1, [Half rate Audio]) - CONF_CFLAGS="$CONF_CFLAGS $FLAGS" - CONF_CXXFLAGS="$CONF_CXXFLAGS $FLAGS" -- case $host_vendor in -+ case $host_vendorx in - pc) - if expr `$CC -dumpversion` \>= "3.4" > /dev/null ; then - FLAGS=-mtune -@@ -836,7 +836,7 @@ - CXXFLAGS="$user_CXXFLAGS" - AC_DEFINE(DEBUG, 1, [Debugging enabled]) - else -- if test "$GCC" = yes ; then -+ if test "$GCC" = yesx ; then - case "`$CC --version 2>&1`" in - *LLVM*) - # Apple LLVM falsely claims to be GCC diff --git a/games-action/garden/files/garden-1.0.8-dash.patch b/games-action/garden/files/garden-1.0.8-dash.patch deleted file mode 100644 index 6b197f4f4e1a..000000000000 --- a/games-action/garden/files/garden-1.0.8-dash.patch +++ /dev/null @@ -1,33 +0,0 @@ ---- a/configure.ac 2015-05-04 14:48:03.467935640 -0400 -+++ b/configure.ac 2015-05-04 14:48:24.729199607 -0400 -@@ -80,7 +80,7 @@ - [have_allegro="no"]) - AC_MSG_RESULT([$have_allegro]) - LIBS=$LIBS_SAVE -- AS_IF([test "x$have_allegro" == "xyes"], -+ AS_IF([test "x$have_allegro" = "xyes"], - [return 0], - [return 1]) - } -@@ -89,7 +89,7 @@ - AM_PATH_ALLEGRO([4.2.0]) - - try_link_allegro "$allegro_LIBS" --AS_IF([test "x$?" == "x0"], -+AS_IF([test "x$?" = "x0"], - [[LIBS="$LIBS $allegro_LIBS" - ALLEGRO_LIB=`echo $allegro_LIBS | sed -e 's/-l\([^[:blank:]]*\).*/\1/'` - have_allegro="yes"]]) -@@ -103,10 +103,10 @@ - for lib in $ALLEGRO_LIBS - do - ldflag="-l$lib" -- AS_IF([test "x$have_allegro" == "xyes"], -+ AS_IF([test "x$have_allegro" = "xyes"], - [break]) - try_link_allegro $ldflag -- AS_IF([test "x$?" == "x0"], -+ AS_IF([test "x$?" = "x0"], - [LIBS="$LIBS $ldflag" - ALLEGRO_LIB="$lib" - have_allegro="yes"]) diff --git a/games-action/garden/files/garden-1.0.8-drop-AS_INIT.patch b/games-action/garden/files/garden-1.0.8-drop-AS_INIT.patch deleted file mode 100644 index 69cff8fa319d..000000000000 --- a/games-action/garden/files/garden-1.0.8-drop-AS_INIT.patch +++ /dev/null @@ -1,19 +0,0 @@ -At least for autoconf-2.69 AS_INIT is called by AC_INIT. - -When using /bin/dash calling AS_INIT directly leads to infinite -reexec loop. - -Gentoo-bug: http://bugs.gentoo.org/475248 -diff --git a/configure.ac b/configure.ac -index eb0002f..6c77ef9 100644 ---- a/configure.ac -+++ b/configure.ac -@@ -5,7 +5,7 @@ AC_PREREQ(2.62) - AC_INIT([GARDEN], - [1.0.8], - [bubla@users.sourceforge.net]) --AS_INIT -+ - AC_CONFIG_AUX_DIR([build-aux]) - AM_INIT_AUTOMAKE([-Wall]) - AC_CONFIG_SRCDIR([src/input.h]) diff --git a/games-action/garden/files/garden-1.0.8-underlink.patch b/games-action/garden/files/garden-1.0.8-underlink.patch deleted file mode 100644 index e538a61a1c1a..000000000000 --- a/games-action/garden/files/garden-1.0.8-underlink.patch +++ /dev/null @@ -1,19 +0,0 @@ ---- a/bin/Makefile.am 2011-06-22 18:16:30.654661047 +0200 -+++ b/bin/Makefile.am 2011-06-22 18:16:55.662251326 +0200 -@@ -9,6 +9,7 @@ - garden_LDFLAGS = -static - else #unix version :-) - AM_CPPFLAGS = -D'DATADIR="@DATADIR_NAME@"' -+garden_LDADD = -lm - endif - - #how to build resources? ---- a/Makefile.am 2011-06-22 18:19:37.787560851 +0200 -+++ b/Makefile.am 2011-06-22 18:19:44.078960907 +0200 -@@ -1,5 +1,5 @@ - ACLOCAL_AMFLAGS= -I m4 --SUBDIRS = bin resources -+SUBDIRS = bin - - if NO_EXISTING_DATA - SUBDIRS += data diff --git a/games-action/koth/files/koth-0.8.0-gcc-3.4.patch b/games-action/koth/files/koth-0.8.0-gcc-3.4.patch deleted file mode 100644 index 4a858cbe03a9..000000000000 --- a/games-action/koth/files/koth-0.8.0-gcc-3.4.patch +++ /dev/null @@ -1,29 +0,0 @@ ---- relay.c.old 2004-11-01 09:19:04.835537536 +0000 -+++ relay.c 2004-11-01 09:19:59.453234384 +0000 -@@ -260,6 +260,7 @@ - else goto bail; - goto nextpkt; - bail: -+ ; - } - } - } ---- ballistics.c.old 2004-11-01 09:19:33.132235784 +0000 -+++ ballistics.c 2004-11-01 09:20:16.849589736 +0000 -@@ -92,6 +92,7 @@ - break; - case WALL_LAST: - /* just to satisfy gcc -Wall */ -+ ; - } - } - -@@ -210,7 +211,7 @@ - break; - case WALL_RANDOM: /* both of this can't happen, */ - case WALL_LAST: /* so they are here to satisfy gcc -Wall */ -- -+ ; - } - } - return FLYING; diff --git a/games-action/lugaru/files/lugaru-9999-dir.patch b/games-action/lugaru/files/lugaru-9999-dir.patch deleted file mode 100644 index da9310dde58e..000000000000 --- a/games-action/lugaru/files/lugaru-9999-dir.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/Source/OpenGL_Windows.cpp 2015-01-14 23:57:19.799186785 -0500 -+++ b/Source/OpenGL_Windows.cpp 2015-01-14 23:57:36.022643953 -0500 -@@ -1330,7 +1330,7 @@ - - // !!! FIXME: we could use a Win32 API for this. --ryan. - #ifndef WIN32 -- chdirToAppPath(argv[0]); -+ chdir("@GENTOO_DIR@"); - #endif - - LOGFUNC; diff --git a/games-action/powermanga/files/powermanga-0.91-automake-1.13.patch b/games-action/powermanga/files/powermanga-0.91-automake-1.13.patch deleted file mode 100644 index bac18db0f4c9..000000000000 --- a/games-action/powermanga/files/powermanga-0.91-automake-1.13.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.ac -+++ configure.ac -@@ -5,7 +5,7 @@ - AC_CANONICAL_SYSTEM - #AM_INIT_AUTOMAKE(powermanga,0.90) - AM_INIT_AUTOMAKE([foreign]) --AM_CONFIG_HEADER(config.h) -+AC_CONFIG_HEADERS(config.h) - - dnl Check our build tools - AC_PROG_CC diff --git a/games-action/powermanga/files/powermanga-0.91-flags.patch b/games-action/powermanga/files/powermanga-0.91-flags.patch deleted file mode 100644 index ca665add06cc..000000000000 --- a/games-action/powermanga/files/powermanga-0.91-flags.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- powermanga-0.91/configure.ac -+++ powermanga-0.91/configure.ac -@@ -54,7 +54,7 @@ - AC_DEFINE(USE_MALLOC_WRAPPER, 1, Define to use a malloc wrapper) - CFLAGS="-Wall -Werror -pedantic -Wextra -std=gnu99 -g" - else -- CFLAGS="-O3 -Werror -Wall -pedantic -Wextra -std=gnu99" -+ CFLAGS="$CFLAGS -Wall -Wextra -std=gnu99" - fi - - dnl Check for SDL_mixer diff --git a/games-action/powermanga/files/powermanga-0.91-segfault.patch b/games-action/powermanga/files/powermanga-0.91-segfault.patch deleted file mode 100644 index 2b6d177373de..000000000000 --- a/games-action/powermanga/files/powermanga-0.91-segfault.patch +++ /dev/null @@ -1,22 +0,0 @@ -https://bugs.gentoo.org/show_bug.cgi?id=422915 - ---- src/shots.c -+++ src/shots.c -@@ -490,8 +490,6 @@ - { - bullet->img_angle = (Sint16) (bullet->angle / PI_BY_16); - } -- /* save current angle for the calculation of the next angle */ -- bullet->img_old_angle = bullet->img_angle; - /* avoid negative indexes */ - bullet->img_angle = (Sint16) abs (bullet->img_angle); - /* avoid a shot angle higher than the number of images */ -@@ -499,6 +497,8 @@ - { - bullet->img_angle = (Sint16) (bullet->spr.numof_images - 1); - } -+ /* save current angle for the calculation of the next angle */ -+ bullet->img_old_angle = bullet->img_angle; - /* draw the shot sprite */ - draw_sprite (bullet->spr.img[bullet->img_angle], - (Uint32) bullet->spr.xcoord, diff --git a/games-action/powermanga/files/powermanga-0.91-underlink.patch b/games-action/powermanga/files/powermanga-0.91-underlink.patch deleted file mode 100644 index bb6f832cbd4c..000000000000 --- a/games-action/powermanga/files/powermanga-0.91-underlink.patch +++ /dev/null @@ -1,21 +0,0 @@ ---- src/Makefile.am.old -+++ src/Makefile.am -@@ -8,7 +8,7 @@ - powermanga_CFLAGS = -DPREFIX=\"$(prefix)\" \ - -DSCOREFILE=\"$(scoredir)/$(score)\" \ - @XLIB_CFLAGS@ @SDL_CFLAGS@ --powermanga_LDADD = @XLIB_LIBS@ @SDL_LIBS@ -+powermanga_LDADD = @XLIB_LIBS@ @SDL_LIBS@ -lm - - install-data-hook: - -chown root:games "$(DESTDIR)/$(gamesdir)/powermanga" ---- src/images.c -+++ src/images.c -@@ -31,6 +31,7 @@ - #include "display.h" - #include "images.h" - #include "log_recorder.h" -+#include - - static char *bitmap_read (bitmap * bmp, Uint32 num_of_obj, - Uint32 num_of_images, char *addr, diff --git a/games-arcade/Manifest.gz b/games-arcade/Manifest.gz index 88e90b441b20..09c085bb887f 100644 Binary files a/games-arcade/Manifest.gz and b/games-arcade/Manifest.gz differ diff --git a/games-arcade/alienwave/files/alienwave-0.3.0-gentoo.patch b/games-arcade/alienwave/files/alienwave-0.3.0-gentoo.patch deleted file mode 100644 index 87d436ca57db..000000000000 --- a/games-arcade/alienwave/files/alienwave-0.3.0-gentoo.patch +++ /dev/null @@ -1,22 +0,0 @@ ---- Makefile.old -+++ Makefile -@@ -1,9 +1,7 @@ - # This file is part of Alienwave, a game by Alessandro Pira - --CC = gcc - OBJS = main.o blit.o aliens.o xzarna.o fire.o shield.o levels.o util.o - # CFLAGS = -c -O2 -Wall -DDEBUG_LEV --CFLAGS = -c -O2 -Wall - LIB = -lncurses - - # Uncomment this if you want random waves -@@ -16,8 +14,7 @@ - - - alienwave: $(OBJS) -- $(CC) $(LIB) $(OBJS) -o alienwave -- strip alienwave -+ $(CC) $(OBJS) $(LDFLAGS) $(LIB) -o alienwave - - main.o: main.c - diff --git a/games-arcade/blobby/files/blobby-0.9c-gcc47.patch b/games-arcade/blobby/files/blobby-0.9c-gcc47.patch deleted file mode 100644 index be873b7af0d1..000000000000 --- a/games-arcade/blobby/files/blobby-0.9c-gcc47.patch +++ /dev/null @@ -1,66 +0,0 @@ ---- src/raknet/BinarySearchTree.h.old 2012-06-21 09:09:08.389412319 +0200 -+++ src/raknet/BinarySearchTree.h 2012-06-21 09:10:39.830991876 +0200 -@@ -338,12 +338,12 @@ - if ( current->left == 0 ) - left_height = 0; - else -- left_height = height( current->left ); -+ left_height = this->height( current->left ); - - if ( current->right == 0 ) - right_height = 0; - else -- right_height = height( current->right ); -+ right_height = this->height( current->right ); - - if ( right_height - left_height == 2 ) - { -@@ -371,7 +371,7 @@ - if ( current == this->root ) - break; - -- current = find_parent( *( current->item ) ); -+ current = this->find_parent( *( current->item ) ); - - } - } -@@ -400,7 +400,7 @@ - if ( A == 0 ) - return false; - -- return height( A->right ) > height( A->left ); -+ return this->height( A->right ) > this->height( A->left ); - } - - template -@@ -409,7 +409,7 @@ - if ( A == 0 ) - return false; - -- return height( A->left ) > height( A->right ); -+ return this->height( A->left ) > this->height( A->right ); - } - - template -@@ -446,8 +446,8 @@ - - */ - -- B = find_parent( *( C->item ) ); -- A = find_parent( *( B->item ) ); -+ B = this->find_parent( *( C->item ) ); -+ A = this->find_parent( *( B->item ) ); - D = C->right; - - if ( A ) -@@ -510,8 +510,8 @@ - - */ - -- B = find_parent( *( C->item ) ); -- A = find_parent( *( B->item ) ); -+ B = this->find_parent( *( C->item ) ); -+ A = this->find_parent( *( B->item ) ); - D = C->left; - - if ( A ) diff --git a/games-arcade/ceferino/files/ceferino-0.97.8-gcc44.patch b/games-arcade/ceferino/files/ceferino-0.97.8-gcc44.patch deleted file mode 100644 index 96944dd382bb..000000000000 --- a/games-arcade/ceferino/files/ceferino-0.97.8-gcc44.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- src/nivel.h -+++ src/nivel.h -@@ -34,7 +34,7 @@ - class nivel - { - public: -- void iniciar(juego *_pjuego, grafico *grafico, grafico *pfondos, SDL_Surface *fondo); -+ void iniciar(juego *_pjuego, grafico *_grafico, grafico *pfondos, SDL_Surface *fondo); - int avanzar_nivel(int salto = 1); - int reiniciar_nivel(void); - int get_dist_suelo(int x, int y, int max); diff --git a/games-arcade/lbreakout2/files/lbreakout2-2.6.4-gentoo.patch b/games-arcade/lbreakout2/files/lbreakout2-2.6.4-gentoo.patch deleted file mode 100644 index 365274c581b9..000000000000 --- a/games-arcade/lbreakout2/files/lbreakout2-2.6.4-gentoo.patch +++ /dev/null @@ -1,67 +0,0 @@ ---- lbreakout2-2.6.1.orig/Makefile.am -+++ lbreakout2-2.6.1/Makefile.am -@@ -1,13 +1,8 @@ - SUBDIRS = intl m4 po common gui game server client docs - - EXTRA_DIST = config.rpath AUTHORS COPYING ChangeLog INSTALL README \ --README-SDL.txt TODO lbreakout2.spec touchall lbreakout32.gif \ --lbreakout48.gif lbreakout2.desktop.in win32_mancomp win32_preparchive -- --desktopdir = $(datadir)/applications --desktop_DATA = lbreakout2.desktop --icondir = $(datadir)/icons --icon_DATA = lbreakout48.gif -+README-SDL.txt TODO lbreakout2.spec touchall \ -+win32_mancomp win32_preparchive - - WIN32_TEXT = AUTHORS COPYING ChangeLog INSTALL README README-SDL.txt \ - TODO lbreakout2.spec ABOUT-NLS ---- lbreakout2-2.6.1.orig/common/gettext.h -+++ lbreakout2-2.6.1/common/gettext.h -@@ -24,6 +24,7 @@ - - /* Get declarations of GNU message catalog functions. */ - # include -+# include - - #else - ---- lbreakout2-2.6.1.orig/configure.in -+++ lbreakout2-2.6.1/configure.in -@@ -80,8 +80,6 @@ - [ --enable-netdebug Enable net packet debugging.], netdebug_flag="-DNET_DEBUG_MSG" ) - AC_SUBST(netdebug_flag) - --dnl set localedir --localedir=$datadir/locale - locdir_flag="-DLOCALEDIR=\\\"$localedir\\\"" - - dnl installation&highscore path ---- lbreakout2-2.6.1.orig/docs/Makefile.am -+++ lbreakout2-2.6.1/docs/Makefile.am -@@ -7,11 +7,11 @@ - warp.jpg screen.jpg - - install-data-local: -- $(mkinstalldirs) $(DESTDIR)$(doc_dir)/lbreakout2 -+ $(mkinstalldirs) $(DESTDIR)$(doc_dir) - @for file in *.jpg; do\ -- $(INSTALL_DATA) $$file $(DESTDIR)$(doc_dir)/lbreakout2/$$file;\ -+ $(INSTALL_DATA) $$file $(DESTDIR)$(doc_dir)/$$file;\ - done -- $(INSTALL_DATA) index.html $(DESTDIR)$(doc_dir)/lbreakout2/index.html -+ $(INSTALL_DATA) index.html $(DESTDIR)$(doc_dir)/index.html - - win32-install-script: - @for file in $(EXTRA_DIST); do \ ---- lbreakout2-2.6.1.orig/po/Makefile.in.in -+++ lbreakout2-2.6.1/po/Makefile.in.in -@@ -24,7 +24,7 @@ - exec_prefix = @exec_prefix@ - datadir = @datadir@ - datarootdir = @datarootdir@ --localedir = $(datadir)/locale -+localedir = @localedir@ - gettextsrcdir = $(datadir)/gettext/po - - INSTALL = @INSTALL@ diff --git a/games-arcade/supertux/files/supertux-0.4.0-flags.patch b/games-arcade/supertux/files/supertux-0.4.0-flags.patch deleted file mode 100644 index a09176cedd14..000000000000 --- a/games-arcade/supertux/files/supertux-0.4.0-flags.patch +++ /dev/null @@ -1,32 +0,0 @@ ---- a/CMakeLists.txt -+++ b/CMakeLists.txt -@@ -329,7 +329,7 @@ - endif(COMPILER_SUPPORTS_CXX11) - - --IF(CMAKE_COMPILER_IS_GNUCC) -+IF(CMAKE_COMPILER_IS_GNUCC_NOTOUCHING_FLAGS) - SET(CMAKE_CXX_FLAGS_DEBUG "-O0 -g" CACHE STRING "Debug flags") - SET(CMAKE_C_FLAGS_DEBUG "-O0 -g" CACHE STRING "Debug flags") - SET(CMAKE_CXX_FLAGS_PROFILE "-pg" CACHE STRING "Profile flags") -@@ -352,7 +352,7 @@ - # -Wlogical-op -Wstrict-null-sentinel - SET(SUPERTUX2_EXTRA_WARNING_FLAGS "-fdiagnostics-show-option -pedantic -Wno-long-long -Wcast-align -Wdisabled-optimization -Winit-self -Winvalid-pch -Wmissing-include-dirs -Wmissing-noreturn -Wpacked -Wredundant-decls -Wstack-protector -Wformat=2 -Weffc++ -Wctor-dtor-privacy -Wno-unused-parameter -Wshadow -Wnon-virtual-dtor -Wcast-qual") - ENDIF(WARNINGS) --ENDIF(CMAKE_COMPILER_IS_GNUCC) -+ENDIF(CMAKE_COMPILER_IS_GNUCC_NOTOUCHING_FLAGS) - - ## If xgettext is available, generate messages.pot for sources - -@@ -407,9 +407,9 @@ - ENDIF(GENERATE_MESSAGESPOT) - - ## Some additional compiler switches --IF(CMAKE_COMPILER_IS_GNUCC) -+IF(CMAKE_COMPILER_IS_GNUCC_NOTOUCHING_FLAGS) - SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fno-strict-aliasing") --ENDIF(CMAKE_COMPILER_IS_GNUCC) -+ENDIF(CMAKE_COMPILER_IS_GNUCC_NOTOUCHING_FLAGS) - - IF(${CMAKE_SYSTEM_NAME} MATCHES "Darwin") - ADD_DEFINITIONS(-DMACOSX) diff --git a/games-arcade/supertux/files/supertux-0.4.0-obstack.patch b/games-arcade/supertux/files/supertux-0.4.0-obstack.patch deleted file mode 100644 index 609fe9486098..000000000000 --- a/games-arcade/supertux/files/supertux-0.4.0-obstack.patch +++ /dev/null @@ -1,19 +0,0 @@ ---- CMakeLists.txt.orig -+++ CMakeLists.txt -@@ -251,7 +251,6 @@ - include_directories (${CMAKE_CURRENT_SOURCE_DIR}/external/squirrel/include/) - include_directories (${CMAKE_CURRENT_SOURCE_DIR}/external/tinygettext/include/) - include_directories (${CMAKE_CURRENT_SOURCE_DIR}/external/findlocale/) --include_directories (${CMAKE_CURRENT_SOURCE_DIR}/external/obstack/) - - IF(WIN32) - ADD_DEFINITIONS(-D_USE_MATH_DEFINES -DNOMINMAX) -@@ -260,7 +259,7 @@ - - ## Build list of sources for supertux binary - --FILE(GLOB SUPERTUX_SOURCES_C RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} external/obstack/*.c external/findlocale/findlocale.c) -+FILE(GLOB SUPERTUX_SOURCES_C RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} external/findlocale/findlocale.c) - - FILE(GLOB SUPERTUX_SOURCES_CXX RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} src/*/*.cpp src/supertux/menu/*.cpp src/video/sdl/*.cpp) - FILE(GLOB SUPERTUX_RESOURCES RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} "${PROJECT_BINARY_DIR}/tmp/*.rc") diff --git a/games-arcade/supertux/files/supertux-0.4.0-squirrel.patch b/games-arcade/supertux/files/supertux-0.4.0-squirrel.patch deleted file mode 100644 index 09824425dede..000000000000 --- a/games-arcade/supertux/files/supertux-0.4.0-squirrel.patch +++ /dev/null @@ -1,20 +0,0 @@ ---- supertux-0.4.0.orig/external/squirrel/CMakeLists.txt -+++ supertux-0.4.0/external/squirrel/CMakeLists.txt -@@ -65,8 +65,6 @@ - - # the squirrel sources are out of our control so don't be too pedantic about - # them --SET(CMAKE_CXX_FLAGS "") --SET(CMAKE_C_FLAGS "") - - ## define a target for building the library - -@@ -82,8 +80,3 @@ - set(LIB_SUBDIR "lib${LIB_SUFFIX}" - CACHE STRING "Subdirectory of prefix into which libraries are installed (e.g., lib32, lib64)") - --INSTALL(TARGETS squirrel -- RUNTIME DESTINATION bin -- ARCHIVE DESTINATION ${LIB_SUBDIR} -- LIBRARY DESTINATION ${LIB_SUBDIR} -- COMPONENT squirrel) diff --git a/games-arcade/supertux/files/supertux-0.4.0-tinygettext.patch b/games-arcade/supertux/files/supertux-0.4.0-tinygettext.patch deleted file mode 100644 index 23e572d4419c..000000000000 --- a/games-arcade/supertux/files/supertux-0.4.0-tinygettext.patch +++ /dev/null @@ -1,50 +0,0 @@ ---- supertux-0.4.0.orig/external/tinygettext/CMakeLists.txt -+++ supertux-0.4.0/external/tinygettext/CMakeLists.txt -@@ -59,7 +59,7 @@ - ) - - ## Reveal library type choice to users --option(BUILD_SHARED_LIBS "Produce dynamic library instead of static archive" ON) -+option(BUILD_SHARED_LIBS "Produce dynamic library instead of static archive" OFF) - - # TinyGetText library compilation - -@@ -127,14 +127,9 @@ - ## Debug options - - option(WERROR "Stops on first compiler warning in debug mode" OFF) --option(WARNINGS "Enable long list of warnings for compiler to check" ON) -+option(WARNINGS "Enable long list of warnings for compiler to check" OFF) - - CHECK_CXX_FLAG(std=c++0x) --CHECK_CXX_FLAG(O3) --CHECK_CXX_FLAG(Wall) --CHECK_CXX_FLAG(Wextra) --CHECK_CXX_FLAG(Weffc++) --CHECK_CXX_FLAG(pedantic) - - if(WARNINGS) - CHECK_CXX_FLAG(Wabi) -@@ -194,22 +189,4 @@ - endforeach(TEST) - ENDIF() - --## Install tinygettext -- --# use standardized variable name --set(LIB_SUBDIR "lib${LIB_SUFFIX}" -- CACHE STRING "Subdirectory of prefix into which libraries are installed (e.g., lib32, lib64)") -- --## prepare tinygettext.pc --configure_file(tinygettext.pc.in tinygettext.pc @ONLY) -- --install(TARGETS tinygettext -- RUNTIME DESTINATION bin -- ARCHIVE DESTINATION ${LIB_SUBDIR} -- LIBRARY DESTINATION ${LIB_SUBDIR}) --install(FILES ${TINYGETTEXT_HEADERS} -- DESTINATION include/tinygettext) --install(FILES ${tinygettext_BINARY_DIR}/tinygettext.pc -- DESTINATION ${LIB_SUBDIR}/pkgconfig) -- - # EOF # diff --git a/games-arcade/vor/files/vor-0.5.5-underlink.patch b/games-arcade/vor/files/vor-0.5.5-underlink.patch deleted file mode 100644 index 0645c5695733..000000000000 --- a/games-arcade/vor/files/vor-0.5.5-underlink.patch +++ /dev/null @@ -1,26 +0,0 @@ ---- Makefile.in -+++ Makefile.in -@@ -43,7 +43,7 @@ - SDL_CFLAGS := @SDL_CFLAGS@ - SDL_LIBS := @SDL_LIBS@ - --ldflags := $(SDL_LIBS) -lSDL_image -lSDL_mixer $(LDFLAGS) -+ldflags := $(LIBS) $(SDL_LIBS) $(LDFLAGS) - cflags := -I. $(SDL_CFLAGS) $(paths) $(CFLAGS) - - my_objects := args.@OBJEXT@ dust.@OBJEXT@ file.@OBJEXT@ mt.@OBJEXT@ rocks.@OBJEXT@ score.@OBJEXT@ sprite.@OBJEXT@ sound.@OBJEXT@ autopilot.@OBJEXT@ - ---- configure.ac -+++ configure.ac -@@ -12,6 +12,11 @@ - AC_PROG_MAKE_SET - - # Checks for libraries. -+dnl Check for libm for sqrt() -+AC_SEARCH_LIBS([sqrt], [m], [], [ -+ AC_MSG_ERROR([unable to find the sqrt() function]) -+]) -+ - AC_CHECK_LIB([SDL_image], [IMG_LoadPNG_RW]) - AC_CHECK_LIB([SDL_mixer], [Mix_OpenAudio]) - diff --git a/games-arcade/wop/files/wop-0.4.3-Makefile.patch b/games-arcade/wop/files/wop-0.4.3-Makefile.patch deleted file mode 100644 index 8a94462f7bd9..000000000000 --- a/games-arcade/wop/files/wop-0.4.3-Makefile.patch +++ /dev/null @@ -1,54 +0,0 @@ ---- a/Makefile.orig 2007-04-23 18:27:32 +0000 -+++ b/Makefile 2007-04-23 18:27:50 +0000 -@@ -3,22 +3,22 @@ - sinclude Makefile.local - - all: -- +cd sdlwidgets; make -- +cd src; make -+ +cd sdlwidgets; $(MAKE) -+ +cd src; $(MAKE) - runc: -- +cd src; make runc -+ +cd src; $(MAKE) runc - runs: -- +cd src; make runs -+ +cd src; $(MAKE) runs - doc: -- cd src; make doc -+ cd src; $(MAKE) doc - clean: -- cd sdlwidgets; make clean -- cd src; make clean -+ cd sdlwidgets; $(MAKE) clean -+ cd src; $(MAKE) clean - cd doc; rm -rf html - unison: -- cd src; make unison -+ cd src; $(MAKE) unison - gunison: -- cd src; make gunison -+ cd src; $(MAKE) gunison - snapshot-src: - ln -s . wop; \ - tar cjvf wop-`date +%F`.tar.bz2 \ ---- a/src/Makefile.orig 2006-02-13 10:14:01.000000000 +0100 -+++ b/src/Makefile 2007-04-27 18:36:22.000000000 +0200 -@@ -18,7 +18,7 @@ - -DUSE_SDL -DNEW=new\(std::nothrow\) \ - -I../sdlwidgets \ - $(shell sdl-config --cflags) # -g --LDFLAGS = -L../sdlwidgets -lsdlwidgets -lz \ -+LIBS = -L../sdlwidgets -lsdlwidgets -lz \ - -lm -lSDL_net -lSDL_mixer -lSDL_ttf -lSDL_image \ - $(shell sdl-config --libs) # -g - -@@ -56,7 +56,7 @@ - - $(TARGET): $(OBJECT_FILES) Makefile ../sdlwidgets/libsdlwidgets.a - -mkdir ../bin -- $(CXX) $(OBJECT_FILES) -o $(TARGET) $(LDFLAGS) -+ $(CXX) $(LDFLAGS) $(OBJECT_FILES) -o $(TARGET) $(LIBS) - - %.o: %.cpp Makefile - $(CXX) $(CXXFLAGS) -c $< -o $@ diff --git a/games-board/Manifest.gz b/games-board/Manifest.gz index d93536649125..f3ff7a04908d 100644 Binary files a/games-board/Manifest.gz and b/games-board/Manifest.gz differ diff --git a/games-board/chessx/files/chessx-1.3.2-zlib.patch b/games-board/chessx/files/chessx-1.3.2-zlib.patch deleted file mode 100644 index 36d685d9cba9..000000000000 --- a/games-board/chessx/files/chessx-1.3.2-zlib.patch +++ /dev/null @@ -1,35 +0,0 @@ ---- chessx-1.2.2/src/quazip/ioapi.h -+++ chessx-1.2.2-patched/src/quazip/ioapi.h -@@ -1,3 +1,4 @@ -+#define OF(x) x - /* ioapi.h -- IO base function header for compress/uncompress .zip - files using zlib + zip or unzip API - ---- chessx-1.2.2/src/quazip/unzip.c -+++ chessx-1.2.2-patched/src/quazip/unzip.c -@@ -1,3 +1,4 @@ -+#define OF(x) x - /* unzip.c -- IO for uncompress .zip files using zlib - Version 1.01e, February 12th, 2005 - ---- chessx-1.2.2/src/quazip/unzip.h -+++ chessx-1.2.2-patched/src/quazip/unzip.h -@@ -1,3 +1,4 @@ -+#define OF(x) x - /* unzip.h -- IO for uncompress .zip files using zlib - Version 1.01e, February 12th, 2005 - ---- chessx-1.2.2/src/quazip/zip.c -+++ chessx-1.2.2-patched/src/quazip/zip.c -@@ -1,3 +1,4 @@ -+#define OF(x) x - /* zip.c -- IO on .zip files using zlib - Version 1.01e, February 12th, 2005 - ---- chessx-1.2.2/src/quazip/zip.h -+++ chessx-1.2.2-patched/src/quazip/zip.h -@@ -1,3 +1,4 @@ -+#define OF(x) x - /* zip.h -- IO for compress .zip files using zlib - Version 1.01e, February 12th, 2005 - diff --git a/games-board/freedoko/files/freedoko-0.7.13-gentoo.patch b/games-board/freedoko/files/freedoko-0.7.13-gentoo.patch deleted file mode 100644 index 91bd228186b6..000000000000 --- a/games-board/freedoko/files/freedoko-0.7.13-gentoo.patch +++ /dev/null @@ -1,45 +0,0 @@ -diff -ru FreeDoko_0.7.13.orig/src/Makefile FreeDoko_0.7.13/src/Makefile ---- FreeDoko_0.7.13.orig/src/Makefile 2014-12-29 15:41:58.000000000 -0500 -+++ FreeDoko_0.7.13/src/Makefile 2015-01-27 13:23:11.498892598 -0500 -@@ -242,15 +242,7 @@ - # compile FreeDoko - $(PROGRAM) : show_settings objects $(DIRECTORIES) - @echo 'compiling $(PROGRAM)...' --# Gentoo users do want to see the real compile line. --# So remove the next five lines (the echo lines) --# and remove the '@' in the line after. -- @echo '$(CXX) $(CXXFLAGS)' -- @echo ' $$(OBJECTS)' -- @echo ' $(INCLUDE_ALL)' -- @echo ' $(LIBS_ALL)' -- @echo ' -o $@' -- @$(CXX) $(CXXFLAGS) \ -+ $(CXX) $(CXXFLAGS) \ - $(OBJECTS_ALL:%.o=$(FREEDOKO_WORKING_DIRECTORY)/%.o) \ - $(INCLUDE_ALL) \ - $(LIBS_ALL) \ -diff -ru FreeDoko_0.7.13.orig/src/Makefile.os FreeDoko_0.7.13/src/Makefile.os ---- FreeDoko_0.7.13.orig/src/Makefile.os 2014-12-29 15:41:58.000000000 -0500 -+++ FreeDoko_0.7.13/src/Makefile.os 2015-01-27 13:23:22.185483548 -0500 -@@ -1,6 +1,5 @@ - include $(DEPTH)/../Makefile.os - --include $(DEPTH)/Makefile.local - include $(DEPTH)/Makefile.modules - - ifeq ($(OPERATING_SYSTEM), Linux) -diff -ru FreeDoko_0.7.13.orig/src/Makefile.rules FreeDoko_0.7.13/src/Makefile.rules ---- FreeDoko_0.7.13.orig/src/Makefile.rules 2014-12-29 15:41:58.000000000 -0500 -+++ FreeDoko_0.7.13/src/Makefile.rules 2015-01-27 13:23:44.780618643 -0500 -@@ -80,10 +80,7 @@ - $(DEPTH)/Makefile.modules \ - $(DEPTH)/Makefile.local \ - $(DEPTH)/Makefile.os --# Gentoo users do want to see the real compile line. --# So remove the next line and remove the '@' in the line after. -- @echo $(CXX) -c $(SUBDIR)/$< -- @$(CXX) $(CPPFLAGS) $(CXXFLAGS) $(INCLUDE) $(DEPGEN_FLAGS) -o $@ -c $< -+ $(CXX) $(CPPFLAGS) $(CXXFLAGS) $(INCLUDE) $(DEPGEN_FLAGS) -o $@ -c $< - - - -include $(OBJECTS:%.o=$(TARGET_DIR_LOCAL)%.d) diff --git a/games-board/freedoko/files/freedoko-0.7.13-libsigc26.patch b/games-board/freedoko/files/freedoko-0.7.13-libsigc26.patch deleted file mode 100644 index 2c356695c710..000000000000 --- a/games-board/freedoko/files/freedoko-0.7.13-libsigc26.patch +++ /dev/null @@ -1,36 +0,0 @@ ---- src/ui/gtkmm/player.h 2015-11-17 14:04:43.251096876 +0100 -+++ src/ui/gtkmm/player.h 2015-11-17 14:04:43.251096876 +0100 -@@ -36,7 +36,7 @@ - #include "../../player/player.h" - typedef ::Player::Type PlayerType; - --#include -+#include - namespace Gtk { - class Label; - class Button; - ---- src/ui/gtkmm/aiconfig.h 2015-11-17 14:04:43.251096876 +0100 -+++ src/ui/gtkmm/aiconfig.h 2015-11-17 14:04:43.251096876 +0100 -@@ -36,7 +36,7 @@ - #include "../../player/aiconfig.h" - - #include "widgets/label_type_selector.h" --#include -+#include - #include - namespace Gtk { - class VBox; - ---- src/player/ai/heuristics.cpp 2015-11-17 14:04:13.267766289 +0100 -+++ src/player/ai/heuristics.cpp 2015-11-17 14:04:13.267766289 +0100 -@@ -2350,7 +2350,7 @@ - && ( card.less(c) - || ( tpoints >= hi.value( Aiconfig::LIMITDOLLE ) - && c.less(Card(Card::DIAMOND, Card::QUEEN)) -- && !hi.color_runs( t.startcard().color() ) < 1 -+ && (hi.color_runs( t.startcard().color() ) > 0) - && !t.islastcard() - ) - ) - diff --git a/games-board/gmchess/files/gmchess-0.29.6-gentoo.patch b/games-board/gmchess/files/gmchess-0.29.6-gentoo.patch deleted file mode 100644 index 0952cda306b1..000000000000 --- a/games-board/gmchess/files/gmchess-0.29.6-gentoo.patch +++ /dev/null @@ -1,46 +0,0 @@ -diff -ru gmchess-0.29.6.orig/configure.in gmchess-0.29.6/configure.in ---- gmchess-0.29.6.orig/configure.in 2011-11-28 07:22:56.000000000 -0500 -+++ gmchess-0.29.6/configure.in 2013-05-13 21:30:38.103817044 -0400 -@@ -4,7 +4,7 @@ - AC_PREREQ([2.63]) - AC_INIT(gmchess, 0.29.6, lerosua@gmail.com) - AC_CONFIG_SRCDIR([src/Pgnfile.cc]) --AM_CONFIG_HEADER([config.h]) -+AC_CONFIG_HEADERS([config.h]) - AM_INIT_AUTOMAKE(gmchess,0.29.6) - - -diff -ru gmchess-0.29.6.orig/data/gmchess.desktop.in gmchess-0.29.6/data/gmchess.desktop.in ---- gmchess-0.29.6.orig/data/gmchess.desktop.in 2009-09-07 08:08:47.000000000 -0400 -+++ gmchess-0.29.6/data/gmchess.desktop.in 2013-05-13 21:30:19.444462390 -0400 -@@ -1,4 +1,3 @@ -- - [Desktop Entry] - Name=Chinese chess - Name[zh_CN]=天书棋谈 -@@ -10,4 +9,3 @@ - Type=Application - Categories=GNOME;GTK;Game;BoardGame; - StartupNotify=true --Encoding=UTF-8 -diff -ru gmchess-0.29.6.orig/src/engine/eleeye.cpp gmchess-0.29.6/src/engine/eleeye.cpp ---- gmchess-0.29.6.orig/src/engine/eleeye.cpp 2011-10-26 08:01:39.000000000 -0400 -+++ gmchess-0.29.6/src/engine/eleeye.cpp 2013-05-13 21:30:19.445462355 -0400 -@@ -35,7 +35,7 @@ - #elif __linux__ - #include - #define WINAPI -- const char *const cszLibEvalFile = "../lib/libeval.so.0"; -+ const char *const cszLibEvalFile = "GAMES_LIBDIR/libeval.so.0"; - #elif __APPLE__ - #include - const char *const cszLibEvalFile = "/usr/local/lib/libeval.0.dylib"; -@@ -125,7 +125,7 @@ - if (BootLine() != UCCI_COMM_UCCI) { - return 0; - } -- LocatePath(Search.szBookFile, "../share/gmchess/book.dat"); -+ LocatePath(Search.szBookFile, "GAMES_DATADIR/book.dat"); - //LocatePath(Search.szBookFile, "book.dat"); - LocatePath(szLibEvalFile, cszLibEvalFile); - hModule = LoadEvalApi(szLibEvalFile); diff --git a/games-board/openyahtzee/files/openyahtzee-1.9.2-wx3.0.patch b/games-board/openyahtzee/files/openyahtzee-1.9.2-wx3.0.patch deleted file mode 100644 index 485a14c9ceeb..000000000000 --- a/games-board/openyahtzee/files/openyahtzee-1.9.2-wx3.0.patch +++ /dev/null @@ -1,67 +0,0 @@ -From: Guy Rutenberg -Date: Sat, 25 Oct 2014 15:33:42 +0200 -Subject: wxstrtol - -Fixes a FTBFS with recent versions of wx3.0. ---- - src/MainFrame.cpp | 12 ++++++------ - 1 file changed, 6 insertions(+), 6 deletions(-) - -diff --git a/src/MainFrame.cpp b/src/MainFrame.cpp -index 2128376..8e29d6d 100644 ---- a/src/MainFrame.cpp -+++ b/src/MainFrame.cpp -@@ -510,7 +510,7 @@ void MainFrame::OnUndo(wxCommandEvent& event) - wxString tempstr; - - tempstr = ((wxTextCtrl*) FindWindow(ID_YAHTZEEBONUSTEXT)) -> GetValue(); -- tempstr.Printf(wxT("%li"), wxStrtol(tempstr, NULL, 10) - 100); -+ tempstr.Printf(wxT("%li"), strtol(tempstr.mb_str(), NULL, 10) - 100); - ((wxTextCtrl*) FindWindow(ID_YAHTZEEBONUSTEXT)) -> SetValue(tempstr); - } - -@@ -936,7 +936,7 @@ void MainFrame::YahtzeeBonus() - return; - if (m_score_dice.IsYahtzee()) { - tempstr = ((wxTextCtrl*) FindWindow(ID_YAHTZEEBONUSTEXT)) -> GetValue(); -- tempstr.Printf(wxT("%li"), wxStrtol(tempstr, NULL, 10) + 100); -+ tempstr.Printf(wxT("%li"), strtol(tempstr.mb_str(), NULL, 10) + 100); - ((wxTextCtrl*) FindWindow(ID_YAHTZEEBONUSTEXT)) -> SetValue(tempstr); - m_yahtzeebonus = true; - } -@@ -973,7 +973,7 @@ void MainFrame::EndofGame() - - for (int i = ID_ACESTEXT; i<=ID_SIXESTEXT; i++){ - tempstr = ((wxTextCtrl*) FindWindow(i)) -> GetValue(); -- upperscore += wxStrtol(tempstr, NULL, 10); -+ upperscore += strtol(tempstr.mb_str(), NULL, 10); - } - - tempstr.Printf(wxT("%li"),upperscore); -@@ -992,7 +992,7 @@ void MainFrame::EndofGame() - //calculate total on lower section - for (int i = ID_THREEOFAKINDTEXT; i<=ID_YAHTZEEBONUSTEXT; i++) { - tempstr = ((wxTextCtrl*) FindWindow(i)) -> GetValue(); -- lowerscore += wxStrtol(tempstr, NULL, 10); -+ lowerscore += strtol(tempstr.mb_str(), NULL, 10); - } - - tempstr.Printf(wxT("%li"),lowerscore); -@@ -1091,7 +1091,7 @@ void MainFrame::CalculateSubTotal() - - for (int i = ID_ACESTEXT; i<=ID_SIXESTEXT; i++){ - tempstr = ((wxTextCtrl*) FindWindow(i)) -> GetValue(); -- upperscore += wxStrtol(tempstr, NULL, 10); -+ upperscore += strtol(tempstr.mb_str(), NULL, 10); - } - - tempstr.Printf(wxT("%li"),upperscore); -@@ -1105,7 +1105,7 @@ void MainFrame::CalculateSubTotal() - - for (int i = ID_THREEOFAKINDTEXT; i<=ID_YAHTZEEBONUSTEXT; i++) { - tempstr = ((wxTextCtrl*) FindWindow(i)) -> GetValue(); -- lowerscore += wxStrtol(tempstr, NULL, 10); -+ lowerscore += strtol(tempstr.mb_str(), NULL, 10); - } - - tempstr.Printf(wxT("%li"),lowerscore); diff --git a/games-board/pysolfc/files/pysolfc-2.0-gentoo.patch b/games-board/pysolfc/files/pysolfc-2.0-gentoo.patch deleted file mode 100644 index 3af96d9c0c2f..000000000000 --- a/games-board/pysolfc/files/pysolfc-2.0-gentoo.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- pysollib/settings.py.old 2014-04-07 20:05:02.335276008 +0200 -+++ pysollib/settings.py 2014-04-07 20:05:33.099062670 +0200 -@@ -63,6 +63,7 @@ - '/usr/local/share/PySolFC', - '/usr/games/PySolFC', - '/usr/local/games/PySolFC', -+ '@GAMES_DATADIR@', - ] - if os.name == 'nt': - pass diff --git a/games-board/simsu/files/simsu-1.2.3-langs.patch b/games-board/simsu/files/simsu-1.2.3-langs.patch deleted file mode 100644 index 118c33bea499..000000000000 --- a/games-board/simsu/files/simsu-1.2.3-langs.patch +++ /dev/null @@ -1,11 +0,0 @@ -diff -ru simsu-1.2.3.orig/src/locale_dialog.cpp simsu-1.2.3/src/locale_dialog.cpp ---- simsu-1.2.3.orig/src/locale_dialog.cpp 2013-02-14 13:17:54.000000000 -0500 -+++ simsu-1.2.3/src/locale_dialog.cpp 2013-09-09 16:00:09.449992139 -0400 -@@ -85,6 +85,7 @@ - if (paths.isEmpty()) { - QString appdir = QCoreApplication::applicationDirPath(); - paths.append(appdir); -+ paths.append("GENTOODATADIR"); - paths.append(appdir + "/../share/" + QCoreApplication::applicationName().toLower()); - paths.append(appdir + "/../Resources"); - } diff --git a/games-emulation/Manifest.gz b/games-emulation/Manifest.gz index 1dee8c2fb7f8..8f57648e7654 100644 Binary files a/games-emulation/Manifest.gz and b/games-emulation/Manifest.gz differ diff --git a/games-emulation/fbzx/files/fbzx-2.10.0-build.patch b/games-emulation/fbzx/files/fbzx-2.10.0-build.patch deleted file mode 100644 index 191e7f09ac1e..000000000000 --- a/games-emulation/fbzx/files/fbzx-2.10.0-build.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -ru fbzx-2.10.0.orig/Makefile fbzx-2.10.0/Makefile ---- fbzx-2.10.0.orig/Makefile 2012-06-22 19:44:32.000000000 -0400 -+++ fbzx-2.10.0/Makefile 2012-08-11 03:08:12.761127099 -0400 -@@ -4,7 +4,7 @@ - PREFIX2=/usr/local - endif - --CFLAGS += `pkg-config --cflags sdl libpulse-simple alsa` -O2 -Wno-pointer-sign -Wall -D D_SOUND_PULSE -D D_SOUND_ALSA -D D_SOUND_OSS -+CFLAGS += `pkg-config --cflags sdl libpulse-simple alsa` -Wno-pointer-sign -Wall -D D_SOUND_PULSE -D D_SOUND_ALSA -D D_SOUND_OSS - LDFLAGS += `pkg-config --libs sdl libpulse-simple alsa` - - fbzx: computer.o Z80free.o Z80free_codes.o Z80free_codesCB.o Z80free_codesED.o Z80free_codesDD.o Z80free_codesFD.o Z80free_codesDDCB.o Z80free_codesFDCB.o emulator.o cargador.o characters.o menus.o sound.o tape.o spk_ay.o microdrive.o diff --git a/games-emulation/fbzx/files/fbzx-2.10.0-keyboard.patch b/games-emulation/fbzx/files/fbzx-2.10.0-keyboard.patch deleted file mode 100644 index 3920748c07e9..000000000000 --- a/games-emulation/fbzx/files/fbzx-2.10.0-keyboard.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- menus.c.orig -+++ menus.c -@@ -1820,7 +1820,7 @@ - buffer=screen->pixels; - - clean_screen(); -- fichero=myfopen("fbzx/keymap.bmp","r"); -+ fichero=myfopen("keymap.bmp","r"); - if (fichero==NULL) { - strcpy(ordenador.osd_text,"Keymap picture not found"); - ordenador.osd_time=100; diff --git a/games-emulation/higan/files/higan-094-QA.patch b/games-emulation/higan/files/higan-094-QA.patch deleted file mode 100644 index 69aaedf3d3de..000000000000 --- a/games-emulation/higan/files/higan-094-QA.patch +++ /dev/null @@ -1,90 +0,0 @@ -From: Julian Ospald -Date: Sun Jun 9 10:23:38 UTC 2013 -Subject: - ---- a/Makefile -+++ b/Makefile -@@ -13,8 +13,8 @@ - # console := true - - # compiler --flags += -I. -O3 -fomit-frame-pointer --link += -+flags += -I. -+link += $(LDFLAGS) - objects := libco - - # profile-guided optimization mode -@@ -41,14 +41,12 @@ - endif - link += -s -mthreads -luuid -lkernel32 -luser32 -lgdi32 -lcomctl32 -lcomdlg32 -lshell32 -lole32 -lws2_32 - link += -Wl,-enable-auto-import -Wl,-enable-runtime-pseudo-reloc --else ifeq ($(platform),macosx) -- flags += -march=native - else ifeq ($(platform),linux) -- flags += -march=native -- link += -s -Wl,-export-dynamic -lX11 -lXext -ldl -+ flags += -+ link += -Wl,-export-dynamic -lX11 -lXext -ldl - else ifeq ($(platform),bsd) -- flags += -march=native -- link += -s -Wl,-export-dynamic -lX11 -lXext -+ flags += -+ link += -Wl,-export-dynamic -lX11 -lXext - else - $(error unsupported platform.) - endif -@@ -59,9 +57,9 @@ - compile = \ - $(strip \ - $(if $(filter %.c,$<), \ -- $(compiler) $(cflags) $(flags) $1 -c $< -o $@, \ -+ $(compiler) $(cflags) $(flags) $(CFLAGS) $1 -c $< -o $@, \ - $(if $(filter %.cpp,$<), \ -- $(compiler) $(cppflags) $(flags) $1 -c $< -o $@ \ -+ $(compiler) $(cppflags) $(flags) $(CXXFLAGS) $1 -c $< -o $@ \ - ) \ - ) \ - ) ---- a/target-ethos/Makefile -+++ b/target-ethos/Makefile -@@ -55,10 +55,10 @@ - obj/ui-tools.o: $(ui)/tools/tools.cpp $(call rwildcard,$(ui)/) - - obj/ruby.o: ruby/ruby.cpp $(call rwildcard,ruby/*) -- $(compiler) $(rubyflags) -c $< -o $@ -+ $(compiler) $(rubyflags) $(CXXFLAGS) -c $< -o $@ - - obj/phoenix.o: phoenix/phoenix.cpp $(call rwildcard,phoenix/*) -- $(compiler) $(phoenixflags) -c $< -o $@ -+ $(compiler) $(phoenixflags) $(CXXFLAGS) -c $< -o $@ - - obj/resource.o: $(ui)/resource.rc - ifeq ($(arch),win32) -@@ -82,7 +82,7 @@ - sips -s format icns data/higan.png --out out/$(name).app/Contents/Resources/higan.icns - $(strip $(compiler) -o out/$(name).app/Contents/MacOS/$(name) $(objects) $(link)) - else -- $(strip $(compiler) -o out/$(name) $(objects) $(link)) -+ $(strip $(CXX) $(CXXFLAGS) -o out/$(name) $(objects) $(link)) - endif - - resource: ---- a/nall/Makefile -+++ b/nall/Makefile -@@ -53,11 +53,11 @@ - link := - endif - -- cflags := -x c -std=c99 -- objcflags := -x objective-c -std=c99 -- cppflags := -x c++ -std=c++11 -- objcppflags := -x objective-c++ -std=c++11 - endif -+cflags := -x c -std=c99 -+objcflags := -x objective-c -std=c99 -+cppflags := -x c++ -std=c++11 -+objcppflags := -x objective-c++ -std=c++11 - - # cross-compilation support - ifeq ($(arch),x86) diff --git a/games-emulation/mednafen/files/mednafen-0.9.41-remove-cflags.patch b/games-emulation/mednafen/files/mednafen-0.9.41-remove-cflags.patch deleted file mode 100644 index a0a52997a27b..000000000000 --- a/games-emulation/mednafen/files/mednafen-0.9.41-remove-cflags.patch +++ /dev/null @@ -1,57 +0,0 @@ -Remove flags that subvert user choice in Gentoo - ---- a/configure.ac -+++ b/configure.ac -@@ -88,21 +88,7 @@ - AC_CHECK_LIB([z], [zlibVersion], ZLIB_LIBS="-lz", AC_MSG_ERROR([*** zlib not found!])) - AC_SUBST([ZLIB_LIBS]) - --dnl -fno-fast-math and -fno-unsafe-math-optimizations to make sure it's disabled, as the fast-math feature on certain older --dnl versions of gcc produces horribly broken code(and even when it's working correctly, it can have somewhat unpredictable effects). --dnl --dnl -fno-aggressive-loop-optimizations because I don't trust gcc's aggressive loop optimizations, and there miiight be old code --dnl in Mednafen that would cause problems. --dnl --dnl -fomit-frame-pointer is required for some x86 inline assembly to compile. --dnl - OPTIMIZER_FLAGS="" --AX_CFLAGS_GCC_OPTION([-fno-fast-math], OPTIMIZER_FLAGS) --AX_CFLAGS_GCC_OPTION([-fno-unsafe-math-optimizations], OPTIMIZER_FLAGS) --AX_CFLAGS_GCC_OPTION([-fno-aggressive-loop-optimizations], OPTIMIZER_FLAGS) --AX_CFLAGS_GCC_OPTION([-fno-ipa-icf], OPTIMIZER_FLAGS) --AX_CFLAGS_GCC_OPTION([-fomit-frame-pointer], OPTIMIZER_FLAGS) -- - dnl - dnl Aggressively try to disable PIC and PIE, as it has a significant performance overhead and will - dnl break some code(with compile-time failures or run-time assert()s triggering). -@@ -110,12 +95,6 @@ - dnl Use -fwrapv instead of -fno-strict-overflow; -fno-strict-overflow is buggy on gcc and does not work as documented/implied. - dnl - CODEGEN_FLAGS="" --AX_CFLAGS_GCC_OPTION([-fno-pic], CODEGEN_FLAGS) --AX_CFLAGS_GCC_OPTION([-fno-pie], CODEGEN_FLAGS) --AX_CFLAGS_GCC_OPTION([-fno-PIC], CODEGEN_FLAGS) --AX_CFLAGS_GCC_OPTION([-fno-PIE], CODEGEN_FLAGS) --AX_CFLAGS_GCC_OPTION([-nopie], CODEGEN_FLAGS) --AX_CFLAGS_GCC_OPTION([-no-pie], CODEGEN_FLAGS) - AX_CFLAGS_GCC_OPTION([-fwrapv], CODEGEN_FLAGS) - AX_CFLAGS_GCC_OPTION([-fjump-tables], CODEGEN_FLAGS) - -@@ -139,9 +118,6 @@ - # Used as needed in Makefile.am: - # - NO_STACK_PROTECTOR_FLAGS="" --AX_CFLAGS_GCC_OPTION([-fno-stack-protector], NO_STACK_PROTECTOR_FLAGS) --AX_CFLAGS_GCC_OPTION([-fno-stack-protector-all], NO_STACK_PROTECTOR_FLAGS) --AX_CFLAGS_GCC_OPTION([-fno-stack-protector-strong], NO_STACK_PROTECTOR_FLAGS) - AC_SUBST(NO_STACK_PROTECTOR_FLAGS) - - # ----------------------------------- -@@ -165,7 +141,6 @@ - # Begin ss flags - # - SS_EXTRA_FLAGS="" --AX_CFLAGS_GCC_OPTION([-mtune=haswell], SS_EXTRA_FLAGS) - AC_SUBST(SS_EXTRA_FLAGS) - # - # End ss flags diff --git a/games-emulation/mednafen/files/mednafen-0.9.41-zlib.patch b/games-emulation/mednafen/files/mednafen-0.9.41-zlib.patch deleted file mode 100644 index 7f78d385d8eb..000000000000 --- a/games-emulation/mednafen/files/mednafen-0.9.41-zlib.patch +++ /dev/null @@ -1,30 +0,0 @@ -Use system minizip instead of bundled one - ---- a/include/mednafen/compress/Makefile.am.inc -+++ b/include/mednafen/compress/Makefile.am.inc -@@ -1 +1 @@ --mednafen_SOURCES += compress/minilzo.c compress/ioapi.c compress/unzip.c compress/GZFileStream.cpp compress/ZLInflateFilter.cpp -+mednafen_SOURCES += compress/minilzo.c compress/ioapi.c compress/GZFileStream.cpp compress/ZLInflateFilter.cpp ---- a/include/mednafen/file.cpp -+++ b/include/mednafen/file.cpp -@@ -29,7 +29,7 @@ - #include - #include - --#include "compress/unzip.h" -+#include - - #include "file.h" - #include "general.h" ---- a/include/mednafen/Makefile.am -+++ b/include/mednafen/Makefile.am -@@ -6,7 +6,7 @@ - bin_PROGRAMS = mednafen - - mednafen_SOURCES = debug.cpp error.cpp mempatcher.cpp settings.cpp endian.cpp Time.cpp mednafen.cpp git.cpp file.cpp general.cpp memory.cpp netplay.cpp state.cpp state_rewind.cpp movie.cpp player.cpp PSFLoader.cpp SSFLoader.cpp SNSFLoader.cpp SPCReader.cpp tests.cpp qtrecord.cpp Stream.cpp MemoryStream.cpp FileStream.cpp IPSPatcher.cpp --mednafen_LDADD = trio/libtrio.a -+mednafen_LDADD = trio/libtrio.a -lminizip - mednafen_DEPENDENCIES = trio/libtrio.a - - if HAVE_SDL - diff --git a/games-emulation/snes9x/files/snes9x-1.53-build.patch b/games-emulation/snes9x/files/snes9x-1.53-build.patch deleted file mode 100644 index c46e5f238549..000000000000 --- a/games-emulation/snes9x/files/snes9x-1.53-build.patch +++ /dev/null @@ -1,70 +0,0 @@ -diff -ru snes9x-1.53-src.orig/gtk/configure.ac snes9x-1.53-src/gtk/configure.ac ---- snes9x-1.53-src.orig/gtk/configure.ac 2011-04-24 09:38:10.000000000 -0400 -+++ snes9x-1.53-src/gtk/configure.ac 2011-09-26 16:06:46.746352405 -0400 -@@ -29,7 +29,7 @@ - - AM_GLIB_GNU_GETTEXT - --snes9xlocaledir='${prefix}/${DATADIRNAME}/locale' -+snes9xlocaledir='/usr/share/locale' - AC_SUBST(snes9xlocaledir) - - AC_ARG_WITH(debug, -diff -ru snes9x-1.53-src.orig/gtk/po/Makefile.in.in snes9x-1.53-src/gtk/po/Makefile.in.in ---- snes9x-1.53-src.orig/gtk/po/Makefile.in.in 2011-04-24 16:12:50.000000000 -0400 -+++ snes9x-1.53-src/gtk/po/Makefile.in.in 2011-09-26 16:07:05.844485532 -0400 -@@ -34,7 +34,7 @@ - datarootdir = @datarootdir@ - libdir = @libdir@ - DATADIRNAME = @DATADIRNAME@ --itlocaledir = $(prefix)/$(DATADIRNAME)/locale -+itlocaledir = /usr/share/locale - subdir = po - install_sh = @install_sh@ - # Automake >= 1.8 provides @mkdir_p@. -diff -ru snes9x-1.53-src.orig/unix/Makefile.in snes9x-1.53-src/unix/Makefile.in ---- snes9x-1.53-src.orig/unix/Makefile.in 2011-04-24 09:38:10.000000000 -0400 -+++ snes9x-1.53-src/unix/Makefile.in 2011-09-26 16:06:46.746352405 -0400 -@@ -47,7 +47,7 @@ - exit 1 - - snes9x: $(OBJECTS) -- $(CCC) $(INCLUDES) -o $@ $(OBJECTS) -lm @S9XLIBS@ -+ $(CCC) $(LDFLAGS) $(INCLUDES) -o $@ $(OBJECTS) -lm @S9XLIBS@ - - ../jma/s9x-jma.o: ../jma/s9x-jma.cpp - $(CCC) $(INCLUDES) -c $(CCFLAGS) -fexceptions $*.cpp -o $@ -diff -ru snes9x-1.53-src.orig/unix/configure.ac snes9x-1.53-src/unix/configure.ac ---- snes9x-1.53-src.orig/unix/configure.ac 2011-04-24 09:38:10.000000000 -0400 -+++ snes9x-1.53-src/unix/configure.ac 2011-09-26 16:06:46.747352203 -0400 -@@ -56,20 +56,6 @@ - # *** Execution begins here *** - # ***************************** - --# Remove -g and -O2 flags manually. -- --if test "x$CFLAGS" != "x"; then -- CFLAGS="`echo \"$CFLAGS\" | sed -e 's/-g//'`" -- CFLAGS="`echo \"$CFLAGS\" | sed -e 's/-O2//'`" --fi -- --if test "x$CXXFLAGS" != "x"; then -- CXXFLAGS="`echo \"$CXXFLAGS\" | sed -e 's/-g//'`" -- CXXFLAGS="`echo \"$CXXFLAGS\" | sed -e 's/-O2//'`" --fi -- --# Test what compiler flags we should use. -- - AC_ARG_ENABLE([debug], - [AS_HELP_STRING([--enable-debug], - [leave debug information in the final binary (default: no)])], -@@ -79,9 +65,6 @@ - AC_S9X_COMPILER_FLAG([-g], [g]) - AC_S9X_COMPILER_FLAG([-O0], [o0]) - else -- AC_S9X_COMPILER_FLAG([-O3], [o3], [ -- AC_S9X_COMPILER_FLAG([-O2], [o2], [ -- AC_S9X_COMPILER_FLAG([-O1], [o1])])]) - AC_S9X_COMPILER_FLAG([-fomit-frame-pointer], [omit_frame_pointer]) - fi - diff --git a/games-emulation/vbam/files/vbam-2.0.0_pre1507-man.patch b/games-emulation/vbam/files/vbam-2.0.0_pre1507-man.patch deleted file mode 100644 index bd4afb2f33ab..000000000000 --- a/games-emulation/vbam/files/vbam-2.0.0_pre1507-man.patch +++ /dev/null @@ -1,13 +0,0 @@ ---- a/CMakeLists.txt -+++ b/CMakeLists.txt -@@ -384,7 +384,9 @@ - - # manual pages - IF( UNIX ) -- INSTALL(FILES ${CMAKE_CURRENT_SOURCE_DIR}/src/debian/vbam.1 DESTINATION ${CMAKE_INSTALL_PREFIX}/share/man/man1) -+ IF( ENABLE_SDL ) -+ INSTALL(FILES ${CMAKE_CURRENT_SOURCE_DIR}/src/debian/vbam.1 DESTINATION ${CMAKE_INSTALL_PREFIX}/share/man/man1) -+ ENDIF( ENABLE_SDL ) - IF( ENABLE_GTK ) - INSTALL(FILES ${CMAKE_CURRENT_SOURCE_DIR}/src/debian/gvbam.1 DESTINATION ${CMAKE_INSTALL_PREFIX}/share/man/man1) - ENDIF( ENABLE_GTK ) diff --git a/games-kids/Manifest.gz b/games-kids/Manifest.gz index a2824afa3b47..80c7a115ae7c 100644 Binary files a/games-kids/Manifest.gz and b/games-kids/Manifest.gz differ diff --git a/games-kids/gcompris/files/gcompris-14.12-build.patch b/games-kids/gcompris/files/gcompris-14.12-build.patch deleted file mode 100644 index 077d1f6baf1a..000000000000 --- a/games-kids/gcompris/files/gcompris-14.12-build.patch +++ /dev/null @@ -1,81 +0,0 @@ ---- gcompris-13.11.orig/Makefile.am -+++ gcompris-13.11/Makefile.am -@@ -7,7 +7,7 @@ - # endif - - --icondir=$(datadir)/pixmaps -+icondir=/usr/share/pixmaps - icon_DATA = gcompris.png gcompris-edit.png - - if BUILD_MINGW32 -@@ -15,7 +15,7 @@ - Applications_in_files = - Applications_DATA = - else --Applicationsdir = $(datadir)/applications/ -+Applicationsdir = /usr/share/applications/ - Applications_in_files = gcompris.desktop.in gcompris-edit.desktop.in - Applications_DATA = gcompris.desktop gcompris-edit.desktop - endif ---- gcompris-13.11.orig/configure.ac -+++ gcompris-13.11/configure.ac -@@ -57,7 +57,8 @@ - gtk+-2.0 >= $GTK_REQUIRED \ - librsvg-2.0 >= $LIBRSVG_REQUIRED \ - libxml-2.0 >= $LIBXML_REQUIRED \ -- gthread-2.0 ) -+ gthread-2.0 \ -+ gmodule-2.0 ) - - AC_SUBST(GCOMPRIS_CFLAGS) - AC_SUBST(GCOMPRIS_LIBS) -@@ -204,10 +205,8 @@ - USE_DEBUG="$enableval", USE_DEBUG="no") - if test "x$USE_DEBUG" == "xyes" ; then - AC_DEFINE_UNQUOTED(DEBUG, 1, "Enable debug messages.") -- CFLAGS="$CFLAGS $OSX_CFLAGS -Wall -g" --else -- CFLAGS="$CFLAGS $OSX_CFLAGS -Wall -O2" - fi -+CFLAGS="$CFLAGS $OSX_CFLAGS -Wall" - - dnl disable activation code - AC_ARG_ENABLE(disable-activation-code, -@@ -336,21 +335,21 @@ - fi - else - dnl Set PACKAGE_LOCALE_DIR in config.h. -- AC_DEFINE_UNQUOTED(PACKAGE_LOCALE_DIR, "${myprefix}/${DATADIRNAME}/locale", [GCompris locale directory]) -+ AC_DEFINE_UNQUOTED(PACKAGE_LOCALE_DIR, "/usr/share/locale", [GCompris locale directory]) - - dnl Set PACKAGE_DATA_DIR - PACKAGE_DATA_DIR="boards" - AC_SUBST(PACKAGE_DATA_DIR) -- AC_DEFINE_UNQUOTED(PACKAGE_DATA_DIR, "${myprefix}/${DATADIRNAME}", [GCompris data directory]) -+ AC_DEFINE_UNQUOTED(PACKAGE_DATA_DIR, "${datadir}", [GCompris data directory]) - - dnl Plugin Directory - my_libdir=`eval echo "${libdir}"` -- AC_DEFINE_UNQUOTED(PACKAGE_CLIB_DIR, "${my_libdir}", [Gcompris plugins directory]) -+ AC_DEFINE_UNQUOTED(PACKAGE_CLIB_DIR, "${libdir}", [Gcompris plugins directory]) - plugindir=$libdir/gcompris - AC_SUBST(plugindir) - - dnl Python plugin Directory -- PYTHON_PLUGIN_DIR="${myprefix}/${DATADIRNAME}/${PACKAGE}/python" -+ PYTHON_PLUGIN_DIR="${datadir}/${PACKAGE}/python" - AC_SUBST(PYTHON_PLUGIN_DIR) - - dnl System GCompris config directory ---- gcompris-13.11.orig/src/gcompris/gcompris.c -+++ gcompris-13.11/src/gcompris/gcompris.c -@@ -1322,7 +1322,7 @@ - properties->package_plugin_dir = g_strconcat(pkg_clib_dir, "/gcompris", NULL); - properties->package_python_plugin_dir = g_strconcat(pkg_data_dir, "/gcompris/python", - NULL); -- properties->system_icon_dir = g_strconcat(pkg_data_dir, "/pixmaps", NULL); -+ properties->system_icon_dir = g_strconcat("/usr/share", "/pixmaps", NULL); - properties->menu_dir = g_strdup(properties->package_data_dir); - g_free(pkg_data_dir); - g_free(pkg_clib_dir); diff --git a/games-misc/Manifest.gz b/games-misc/Manifest.gz index d91ea6f78c8a..c237c27534aa 100644 Binary files a/games-misc/Manifest.gz and b/games-misc/Manifest.gz differ diff --git a/games-misc/opengfx/files/opengfx-0.5.3-Makefile.patch b/games-misc/opengfx/files/opengfx-0.5.3-Makefile.patch deleted file mode 100644 index 169df96684ce..000000000000 --- a/games-misc/opengfx/files/opengfx-0.5.3-Makefile.patch +++ /dev/null @@ -1,31 +0,0 @@ ---- opengfx-0.5.3-source/Makefile -+++ opengfx-0.5.3-source/Makefile -@@ -99,8 +99,8 @@ - AWK ?= awk - GREP ?= grep - PYTHON ?= python --UNIX2DOS ?= $(shell which unix2dos) --UNIX2DOS_FLAGS ?= $(shell [ -n $(UNIX2DOS) ] && $(UNIX2DOS) -q --version 2>/dev/null && echo "-q" || echo "") -+UNIX2DOS ?= $(shell which unix2dos 2>/dev/null) -+UNIX2DOS_FLAGS ?= $(shell [ -n $(UNIX2DOS) ] && $(UNIX2DOS) -q --version 2>/dev/null >&2 && echo "-q" || echo "") - - # Graphics processing - GIMP ?= gimp -@@ -196,7 +196,7 @@ - endif - - # Days of commit since 2000-1-1 00-00 --REPO_DAYS_SINCE_2000 ?= $(shell $(PYTHON) -c "from datetime import date; print (date(`echo "$(REPO_DATE)" | sed s/-/,/g | sed s/,0/,/g`)-date(2000,1,1)).days") -+REPO_DAYS_SINCE_2000 ?= $(shell $(PYTHON) -c "from datetime import date; print ((date(`echo "$(REPO_DATE)" | sed s/-/,/g | sed s/,0/,/g`)-date(2000,1,1)).days)") - - # Filename addition, if we're not building the default branch - REPO_BRANCH_STRING ?= $(shell if [ "$(REPO_BRANCH)" = "$(DEFAULT_BRANCH_NAME)" ]; then echo ""; else echo "-$(REPO_BRANCH)"; fi) -@@ -719,7 +719,7 @@ - $(_E) - endif - $(_E) "Release:" -- $(_E) "bananas: Upload bundle to BaNaNaS -+ $(_E) "bananas: Upload bundle to BaNaNaS" - $(_E) - $(_E) "Valid command line variables are:" - $(_E) "Helper programmes:" diff --git a/games-roguelike/Manifest.gz b/games-roguelike/Manifest.gz index 4da4611840f3..714ef97a5d1b 100644 Binary files a/games-roguelike/Manifest.gz and b/games-roguelike/Manifest.gz differ diff --git a/games-roguelike/stone-soup/files/stone-soup-0.16.2-Use-pkg-config-for-linking-to-ncurses.patch b/games-roguelike/stone-soup/files/stone-soup-0.16.2-Use-pkg-config-for-linking-to-ncurses.patch deleted file mode 100644 index e0b676c3d2e7..000000000000 --- a/games-roguelike/stone-soup/files/stone-soup-0.16.2-Use-pkg-config-for-linking-to-ncurses.patch +++ /dev/null @@ -1,49 +0,0 @@ -From 88579f929f0fc777762de1ad0895264ad077e0ee Mon Sep 17 00:00:00 2001 -From: hasufell -Date: Mon, 27 Oct 2014 20:48:03 +0100 -Subject: [PATCH 2/2] Use pkg-config for linking to ncurses - -Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=527034 ---- - source/Makefile | 14 ++++++-------- - 1 file changed, 6 insertions(+), 8 deletions(-) - -diff --git a/Makefile b/Makefile -index df51e70..2db2781 100644 ---- a/Makefile -+++ b/Makefile -@@ -956,17 +956,15 @@ endif - # Your ncurses library may include Unicode support, and you may not have a - # separate libncursesw; this is the case on Mac OS/Darwin. - ifdef LIBNCURSES_IS_UNICODE --NC_LIB = ncurses --NC_INCLUDE = $(NC_PREFIX)/include/ncurses -+NC_LIBS = $(shell $(PKGCONFIG) --libs ncurses 2>/dev/null || echo "-L$(NC_PREFIX)/lib -lncurses") -+NC_CFLAGS = $(shell $(PKGCONFIG) --cflags ncurses 2>/dev/null || echo "-isystem $(NC_PREFIX)/include/ncurses") - else --NC_LIB = ncursesw --NC_INCLUDE = $(NC_PREFIX)/include/ncursesw -+NC_LIBS = $(shell $(PKGCONFIG) --libs ncursesw || echo "-L$(NC_PREFIX)/lib -lncursesw") -+NC_CFLAGS = $(shell $(PKGCONFIG) --cflags ncursesw 2>/dev/null || echo "-isystem $(NC_PREFIX)/include/ncursesw") - endif - --INCLUDES_L += -isystem $(NC_INCLUDE) -- - ifndef TILES --LIBS += -L$(NC_PREFIX)/lib -l$(NC_LIB) -+LIBS += $(NC_LIBS) - endif - - endif -@@ -1111,7 +1109,7 @@ CFLAGS := $(CFOPTIMIZE) $(CFOTHERS) $(CFWARN) $(CFLAGS) - else - CFLAGS := $(CFOPTIMIZE) $(CFOTHERS) $(CFWARN) - endif --CFLAGS_L := $(CFOPTIMIZE_L) $(DEFINES_L) $(CFWARN_L) $(INCLUDES_L) $(CFOTHERS_L) -+CFLAGS_L := $(CFOPTIMIZE_L) $(DEFINES_L) $(CFWARN_L) $(INCLUDES_L) $(CFOTHERS_L) $(NC_CFLAGS) - ALL_CFLAGS := $(CFLAGS) $(CFLAGS_L) - YACC_CFLAGS := $(ALL_CFLAGS) -Wno-unused-function -Wno-sign-compare -DYYENABLE_NLS=0 -DYYLTYPE_IS_TRIVIAL=0 - --- -2.1.2 - diff --git a/games-roguelike/stone-soup/files/stone-soup-0.16.2-perl526.patch b/games-roguelike/stone-soup/files/stone-soup-0.16.2-perl526.patch deleted file mode 100644 index a450a635153f..000000000000 --- a/games-roguelike/stone-soup/files/stone-soup-0.16.2-perl526.patch +++ /dev/null @@ -1,48 +0,0 @@ -diff -ruN stone_soup-0.16.2.orig/source/util/gather_abilities stone_soup-0.16.2/source/util/gather_abilities ---- source.orig/util/gather_abilities 2015-08-10 03:32:30.000000000 +0200 -+++ source/util/gather_abilities 2017-07-08 20:46:16.112231100 +0200 -@@ -5,7 +5,7 @@ - $_ = ; - close IN; - --s/.*Ability_List\[\] =\n{\n(.*?)};.*/$1/s -+s/.*Ability_List\[\] =\n\{\n(.*?)};.*/$1/s - or die "Can't find Ability_List[] in ability.cc\n"; - - print join("\n", sort /ABIL_[A-Z0-9_]+\s*,\s*"([*-Za-z0-9 '-]+)"/sg), "\n"; -diff -ruN stone_soup-0.16.2.orig/source/util/gather_cards stone_soup-0.16.2/source/util/gather_cards ---- source.orig/util/gather_cards 2015-08-10 03:32:30.000000000 +0200 -+++ source/util/gather_cards 2017-07-08 20:46:45.113232307 +0200 -@@ -5,7 +5,7 @@ - $_ = ; - close IN; - --s/.*card_name\(card_type card\)\n{\n\s+switch(.*?)\n}\n.*/$1/s -+s/.*card_name\(card_type card\)\n\{\n\s+switch(.*?)\n}\n.*/$1/s - or die "Can't find card_name() in decks.cc\n"; - - @cards = map { /case CARD_[A-Z_]+:\s+return "([^"]+)";$/ ? ("$1") : () } split /\n/; -diff -ruN stone_soup-0.16.2.orig/source/util/gather_mons stone_soup-0.16.2/source/util/gather_mons ---- source.orig/util/gather_mons 2014-07-28 17:19:20.000000000 +0200 -+++ source/util/gather_mons 2017-07-08 20:47:10.378233358 +0200 -@@ -99,7 +99,7 @@ - open IN, "util/cpp_version spl-summoning.cc|" or die "Can't read spl-summoning.cc\n"; - while () - { -- $mons{$1} = 1 if (/^ { MONS_[A-Z0-9_]+, "([A-Za-z0-9 ']+)" },$/); -+ $mons{$1} = 1 if (/^ \{ MONS_[A-Z0-9_]+, "([A-Za-z0-9 ']+)" },$/); - } - close IN; - } -diff -ruN stone_soup-0.16.2.orig/source/util/gen-mi-enum stone_soup-0.16.2/source/util/gen-mi-enum ---- source.orig/util/gen-mi-enum 2014-07-28 17:19:20.000000000 +0200 -+++ source/util/gen-mi-enum 2017-07-08 20:47:28.491234111 +0200 -@@ -5,7 +5,7 @@ - $_=; - s/\r//g; - --s/^enum monster_info_flags\n{\n//m && s/^\s*NUM_MB_FLAGS.*//ms -+s/^enum monster_info_flags\n\{\n//m && s/^\s*NUM_MB_FLAGS.*//ms - or die "Can't find monster_info_flags in mon-info.h\n"; - open OUT, ">mi-enum.h" or die "Can't create mi-enum.h\n"; - print OUT "// Generated by gen-mi-enum, do not edit.\n\n"; diff --git a/games-roguelike/stone-soup/files/stone-soup-0.16.2-respect-flags-and-compiler.patch b/games-roguelike/stone-soup/files/stone-soup-0.16.2-respect-flags-and-compiler.patch deleted file mode 100644 index bf07f4e07edf..000000000000 --- a/games-roguelike/stone-soup/files/stone-soup-0.16.2-respect-flags-and-compiler.patch +++ /dev/null @@ -1,110 +0,0 @@ -From aaa7cde91e4b086164f0c7f46569a34bfbb4e479 Mon Sep 17 00:00:00 2001 -From: hasufell -Date: Sun, 3 May 2015 15:05:43 +0200 -Subject: [PATCH] Respect flags and compiler - ---- - Makefile | 5 ++--- - rltiles/Makefile | 22 +++++++++++----------- - 2 files changed, 13 insertions(+), 14 deletions(-) - -diff --git a/Makefile b/Makefile -index 8b9efd9..0f37edf 100644 ---- a/Makefile -+++ b/Makefile -@@ -103,7 +103,7 @@ include Makefile.obj - # - - --CFOTHERS := -pipe $(EXTERNAL_FLAGS) -+CFOTHERS := $(EXTERNAL_FLAGS) - CFWARN := - CFWARN_L := -Wall -Wformat-security -Wundef - -@@ -809,7 +809,6 @@ ifdef FULLDEBUG - DEFINES += -DFULLDEBUG - endif - ifdef DEBUG --CFOTHERS := -ggdb $(CFOTHERS) - DEFINES += -DDEBUG - endif - ifndef NOWIZARD -@@ -1627,7 +1626,7 @@ ifdef ANDROID - # prove that tiles were generated properly - grep tile_info rltiles/*.cc| head - else -- +$(MAKE) -C $(RLTILES) all ARCH=$(ARCH) TILES=$(TILES)$(WEBTILES) -+ $(MAKE) -C $(RLTILES) all V=$(V) ARCH=$(ARCH) DEBUG=$(DEBUG) TILES=$(TILES)$(WEBTILES) - endif - - $(TILEDEFSRCS) $(TILEDEFHDRS) $(ORIGTILEFILES): build-rltiles -diff --git a/rltiles/Makefile b/rltiles/Makefile -index ae11f43..464424f 100644 ---- a/rltiles/Makefile -+++ b/rltiles/Makefile -@@ -1,7 +1,7 @@ - uname_S := $(shell uname -s) - - ifneq (,$(findstring MINGW,$(uname_S))) --LDFLAGS += -lmingw32 -+LIBS += -lmingw32 - endif - - # Note: since generation of tiles is done on the host, we don't care about -@@ -10,7 +10,7 @@ endif - # Also, cross-compilation with no system libraries for host rather than target - # is not supported. If host=target, contribs are enough. - --CFLAGS := -O2 -g -Wall -Wextra -Wno-parentheses -Wno-unused-parameter -+CXXFLAGS := -Wall -Wextra -Wno-parentheses -Wno-unused-parameter - - ifdef ANDROID - CXXFLAGS := -@@ -27,24 +27,24 @@ ifdef TILES - PNG_LIB := ../contrib/install/$(ARCH)/lib/libpng.a ../contrib/install/$(ARCH)/lib/libz.a - endif - -- CFLAGS += $(PNG_INCLUDE) -- LDFLAGS += $(PNG_LIB) -+ CXXFLAGS += $(PNG_INCLUDE) -+ LIBS += $(PNG_LIB) - -- CFLAGS += -DUSE_TILE -+ CXXFLAGS += -DUSE_TILE - endif - - ifdef DEBUG --CFLAGS += -O0 -DDEBUG -ggdb -+CXXFLAGS += -DDEBUG - endif - - ifneq (,$(findstring MINGW,$(uname_S))) --LDFLAGS += -lgdi32 -lwinmm -lole32 -loleaut32 -limm32 -lshell32 -lversion -luuid -+LIBS += -lgdi32 -lwinmm -lole32 -loleaut32 -limm32 -lshell32 -lversion -luuid - endif - ifeq ($(uname_S),Darwin) - LDFLAGS += -framework AppKit -framework AudioUnit -framework CoreAudio -framework ForceFeedback -framework Carbon -framework IOKit -framework OpenGL - endif - ifeq ($(uname_S),Linux) --LDFLAGS += -ldl -lpthread -+LIBS += -ldl -lpthread - endif - - # Attempt to use a full compiler name, to make -@@ -129,10 +129,10 @@ clean: - - distclean: clean - --%.o: %.cc .cflags -- $(QUIET_HOSTCXX)$(HOSTCXX) $(CFLAGS) -MMD -c $< -o $@ -+%.o: %.cc -+ $(QUIET_HOSTLINK)$(HOSTCXX) $(CXXFLAGS) -c $< -o $@ - - $(TILEGEN): $(OBJECTS) -- $(QUIET_HOSTLINK)$(HOSTCXX) $(OBJECTS) -o $@ $(LDFLAGS) -+ $(QUIET_HOSTLINK)$(HOSTCXX) $(CXXFLAGS) $(OBJECTS) -o $@ $(LDFLAGS) $(LIBS) - - .PHONY: all clean distclean --- -2.3.5 - diff --git a/games-rpg/Manifest.gz b/games-rpg/Manifest.gz index 91343da94462..cb9f02871c1c 100644 Binary files a/games-rpg/Manifest.gz and b/games-rpg/Manifest.gz differ diff --git a/games-rpg/eternal-lands/files/eternal-lands-1.9.1-libpng.patch b/games-rpg/eternal-lands/files/eternal-lands-1.9.1-libpng.patch deleted file mode 100644 index 953ab8ffefd7..000000000000 --- a/games-rpg/eternal-lands/files/eternal-lands-1.9.1-libpng.patch +++ /dev/null @@ -1,23 +0,0 @@ ---- elc.orig/misc.c -+++ elc/misc.c -@@ -311,7 +311,7 @@ int IMG_SavePNG_RW (SDL_Surface *face, S - } - - /* Set error handling. */ -- if (setjmp(png_ptr->jmpbuf)) -+ if (setjmp(png_jmpbuf(png_ptr))) - { - /* If we get here, we had a problem reading the file */ - IMG_SetError("Error writing the PNG file"); -@@ -360,10 +360,7 @@ done: - if (row_pointers != NULL) - free (row_pointers); - -- if (info_ptr != NULL && info_ptr->palette != NULL) -- free (info_ptr->palette); -- -- png_destroy_write_struct (&png_ptr, (png_infopp)NULL); -+ png_destroy_write_struct (&png_ptr, &info_ptr); - - return result; - } diff --git a/games-rpg/eternal-lands/files/eternal-lands-1.9.2-glext.patch b/games-rpg/eternal-lands/files/eternal-lands-1.9.2-glext.patch deleted file mode 100644 index f096d2fc4253..000000000000 --- a/games-rpg/eternal-lands/files/eternal-lands-1.9.2-glext.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- platform.h.orig 2011-06-18 13:55:09.704489907 -0400 -+++ platform.h 2011-06-18 13:55:41.675544567 -0400 -@@ -79,7 +79,7 @@ - #define GL_GLEXT_LEGACY - #include - #include -- #include "glext.h" -+ #include - #else // BSD - #include - #include diff --git a/games-rpg/runescape-launcher/Manifest b/games-rpg/runescape-launcher/Manifest index b53ef0742135..7507e40b1e61 100644 --- a/games-rpg/runescape-launcher/Manifest +++ b/games-rpg/runescape-launcher/Manifest @@ -1 +1 @@ -DIST runescape-launcher_2.2.4_amd64.deb 3013304 SHA256 c57c84286c50959d47dfff54490d87849d12830cccd703373917720822e002de SHA512 f19b693036ef1cc93d4c3f233ebbae31ef26d696875acd4dd0383f96127f09ce077c8256f37fc07243df063f4cc38211c5ab766ae798680ba4ad59e6c674e426 WHIRLPOOL d7140eb9fdee033c545df4298607b2578436bc7b52d6acf7aef51bc8205d387408b142794daee5c07f9d7f7903af89b2d6f83e803329972a4324ebacf5a9f54f +DIST runescape-launcher_2.2.4_amd64.deb 3014372 BLAKE2B 9ac215ff5f4b50a432fe14924d9bd7b8891d488cac05c6e2e657b97df68446e3d6a71c5c8330ff2ee995eddbfa63f885915a0c26413546845edeb219c2e56ac4 SHA512 47a3d757f2719474767ba95346f7e2d51a41612c8287656e78a958c68f62a26abcffc187b21d6cb7584bc94b2b5583d55dde4f27cfc18174e917864a7002c518 diff --git a/games-simulation/Manifest.gz b/games-simulation/Manifest.gz index 52628b6233be..ce23d447513c 100644 Binary files a/games-simulation/Manifest.gz and b/games-simulation/Manifest.gz differ diff --git a/games-simulation/simutrans/files/simutrans-0.120.0.1-Makefile.patch b/games-simulation/simutrans/files/simutrans-0.120.0.1-Makefile.patch deleted file mode 100644 index d1ff41f33feb..000000000000 --- a/games-simulation/simutrans/files/simutrans-0.120.0.1-Makefile.patch +++ /dev/null @@ -1,89 +0,0 @@ ---- Makefile.orig -+++ Makefile -@@ -81,8 +81,6 @@ - ifeq ($(findstring $(OSTYPE), amiga haiku mac),) - CFLAGS += -minline-all-stringops - endif --else -- CFLAGS += -O - endif - - ifdef DEBUG -@@ -101,6 +99,7 @@ - endif - else - CFLAGS += -DNDEBUG -+ CXXFLAGS += -DNDEBUG - endif - - ifneq ($(PROFILE),) -@@ -114,6 +113,7 @@ - ifneq ($(MULTI_THREAD),) - ifeq ($(shell expr $(MULTI_THREAD) \>= 1), 1) - CFLAGS += -DMULTI_THREAD -+ CXXFLAGS += -DMULTI_THREAD - ifeq ($(OSTYPE),mingw) - #use lpthreadGC2d for debug alternatively - LDFLAGS += -lpthreadGC2 -@@ -132,11 +132,13 @@ - endif - ifneq ($(REV),) - CFLAGS += -DREVISION="$(REV)" -+ CXXFLAGS += -DREVISION="$(REV)" - endif - endif - endif - - CFLAGS += -Wall -W -Wcast-qual -Wpointer-arith -Wcast-align $(FLAGS) -+CXXFLAGS += -Wall -W -Wcast-qual -Wpointer-arith -Wcast-align $(FLAGS) - CCFLAGS += -Wstrict-prototypes - - -@@ -492,6 +494,7 @@ - SDL_LDFLAGS := $(shell $(SDL_CONFIG) --libs) - endif - CFLAGS += $(SDL_CFLAGS) -+ CXXFLAGS += $(SDL_CFLAGS) - LIBS += $(SDL_LDFLAGS) - endif - -@@ -523,6 +526,7 @@ - SDL_LDFLAGS := $(shell $(SDL2_CONFIG) --libs) - endif - CFLAGS += $(SDL_CFLAGS) -+ CXXFLAGS += $(SDL_CFLAGS) - LIBS += $(SDL_LDFLAGS) - endif - -@@ -538,6 +542,7 @@ - SDL_LDFLAGS := $(shell $(SDL_CONFIG) --libs) - endif - CFLAGS += $(SDL_CFLAGS) -+ CXXFLAGS += $(SDL_CFLAGS) - LIBS += $(SDL_LDFLAGS) -lSDL_mixer - endif - -@@ -564,6 +569,7 @@ - SDL_LDFLAGS := $(shell $(SDL_CONFIG) --libs) - endif - CFLAGS += $(SDL_CFLAGS) -+ CXXFLAGS += $(SDL_CFLAGS) - LIBS += $(SDL_LDFLAGS) -lglew32 - ifeq ($(OSTYPE),mingw) - LIBS += -lopengl32 -@@ -579,6 +585,7 @@ - endif - - CFLAGS += -DCOLOUR_DEPTH=$(COLOUR_DEPTH) -+CXXFLAGS += -DCOLOUR_DEPTH=$(COLOUR_DEPTH) - - ifneq ($(findstring $(OSTYPE), cygwin mingw),) - SOURCES += simres.rc -@@ -586,7 +593,6 @@ - endif - - CCFLAGS += $(CFLAGS) --CXXFLAGS += $(CFLAGS) - - BUILDDIR ?= build/$(CFG) - PROGDIR ?= $(BUILDDIR) diff --git a/games-simulation/simutrans/files/simutrans-0.120.1.3-Makefile.patch b/games-simulation/simutrans/files/simutrans-0.120.1.3-Makefile.patch deleted file mode 100644 index d3d9aae5b4e1..000000000000 --- a/games-simulation/simutrans/files/simutrans-0.120.1.3-Makefile.patch +++ /dev/null @@ -1,89 +0,0 @@ ---- a/Makefile -+++ b/Makefile -@@ -81,8 +81,6 @@ - ifeq ($(findstring $(OSTYPE), amiga haiku mac),) - CFLAGS += -minline-all-stringops - endif --else -- CFLAGS += -O - endif - - ifdef DEBUG -@@ -101,6 +99,7 @@ - endif - else - CFLAGS += -DNDEBUG -+ CXXFLAGS += -DNDEBUG - endif - - ifneq ($(PROFILE),) -@@ -114,6 +113,7 @@ - ifneq ($(MULTI_THREAD),) - ifeq ($(shell expr $(MULTI_THREAD) \>= 1), 1) - CFLAGS += -DMULTI_THREAD -+ CXXFLAGS += -DMULTI_THREAD - ifeq ($(OSTYPE),mingw) - #use lpthreadGC2d for debug alternatively - LDFLAGS += -lpthreadGC2 -@@ -132,11 +132,13 @@ - endif - ifneq ($(REV),) - CFLAGS += -DREVISION="$(REV)" -+ CXXFLAGS += -DREVISION="$(REV)" - endif - endif - endif - - CFLAGS += -Wall -W -Wcast-qual -Wpointer-arith -Wcast-align $(FLAGS) -+CXXFLAGS += -Wall -W -Wcast-qual -Wpointer-arith -Wcast-align $(FLAGS) - CCFLAGS += -Wstrict-prototypes - - -@@ -492,6 +494,7 @@ - SDL_LDFLAGS := $(shell $(SDL_CONFIG) --libs) - endif - CFLAGS += $(SDL_CFLAGS) -+ CXXFLAGS += $(SDL_CFLAGS) - LIBS += $(SDL_LDFLAGS) - endif - -@@ -523,6 +526,7 @@ - SDL_LDFLAGS := $(shell $(SDL2_CONFIG) --libs) - endif - CFLAGS += $(SDL_CFLAGS) -+ CXXFLAGS += $(SDL_CFLAGS) - LIBS += $(SDL_LDFLAGS) - endif - -@@ -538,6 +542,7 @@ - SDL_LDFLAGS := $(shell $(SDL_CONFIG) --libs) - endif - CFLAGS += $(SDL_CFLAGS) -+ CXXFLAGS += $(SDL_CFLAGS) - LIBS += $(SDL_LDFLAGS) -lSDL_mixer - endif - -@@ -564,6 +569,7 @@ - SDL_LDFLAGS := $(shell $(SDL_CONFIG) --libs) - endif - CFLAGS += $(SDL_CFLAGS) -+ CXXFLAGS += $(SDL_CFLAGS) - LIBS += $(SDL_LDFLAGS) -lglew32 - ifeq ($(OSTYPE),mingw) - LIBS += -lopengl32 -@@ -579,6 +585,7 @@ - endif - - CFLAGS += -DCOLOUR_DEPTH=$(COLOUR_DEPTH) -+CXXFLAGS += -DCOLOUR_DEPTH=$(COLOUR_DEPTH) - - ifneq ($(findstring $(OSTYPE), cygwin mingw),) - SOURCES += simres.rc -@@ -586,7 +593,6 @@ - endif - - CCFLAGS += $(CFLAGS) --CXXFLAGS += $(CFLAGS) - - BUILDDIR ?= build/$(CFG) - PROGDIR ?= $(BUILDDIR) diff --git a/games-strategy/Manifest.gz b/games-strategy/Manifest.gz index 420b71f103b1..c548ec68e131 100644 Binary files a/games-strategy/Manifest.gz and b/games-strategy/Manifest.gz differ diff --git a/games-strategy/freecol/files/freecol-0.11.5-gentoo.patch b/games-strategy/freecol/files/freecol-0.11.5-gentoo.patch deleted file mode 100644 index c087193eb8c5..000000000000 --- a/games-strategy/freecol/files/freecol-0.11.5-gentoo.patch +++ /dev/null @@ -1,27 +0,0 @@ ---- build.xml.orig 2015-12-09 21:10:08.272361404 -0500 -+++ build.xml 2015-12-09 21:11:26.189663216 -0500 -@@ -36,12 +36,11 @@ - - - -- -- -+ - -- -+ - -- -+ - - - -@@ -162,7 +161,7 @@ - - -- - - diff --git a/games-util/Manifest.gz b/games-util/Manifest.gz index 9068e212c6b0..4fc8b1deab5b 100644 Binary files a/games-util/Manifest.gz and b/games-util/Manifest.gz differ diff --git a/games-util/catcodec/files/catcodec-1.0.3-gcc47.patch b/games-util/catcodec/files/catcodec-1.0.3-gcc47.patch deleted file mode 100644 index a36546a43aab..000000000000 --- a/games-util/catcodec/files/catcodec-1.0.3-gcc47.patch +++ /dev/null @@ -1,24 +0,0 @@ -diff -ruN src/io.cpp.orig src/io.cpp ---- src/io.cpp.orig 2012-05-19 20:48:05.930777509 +0200 -+++ src/io.cpp 2012-05-19 20:49:04.303822711 +0200 -@@ -20,6 +20,8 @@ - - /** @file io.cpp Implementation of reading/writing to files */ - -+#include -+ - #include "stdafx.h" - #include "io.hpp" - -diff -ruN src/catcodec.cpp.orig src/catcodec.cpp ---- src/catcodec.cpp.orig 2012-05-19 20:47:55.847255343 +0200 -+++ src/catcodec.cpp 2012-05-19 20:48:38.937144091 +0200 -@@ -22,6 +22,7 @@ - - #include - #include -+#include - - #include "stdafx.h" - #include "io.hpp" - diff --git a/games-util/joystick/files/joystick-1.4.8-build.patch b/games-util/joystick/files/joystick-1.4.8-build.patch deleted file mode 100644 index f888ccd18812..000000000000 --- a/games-util/joystick/files/joystick-1.4.8-build.patch +++ /dev/null @@ -1,39 +0,0 @@ ---- linuxconsoletools-1.4.4.orig/docs/Makefile -+++ linuxconsoletools-1.4.4/docs/Makefile -@@ -20,13 +20,17 @@ - # 02110-1301 USA. - - MANPAGES = inputattach.1 jstest.1 jscal.1 fftest.1 \ -- ffmvforce.1 ffset.1 ffcfstress.1 jscal-store.1 \ -+ ffset.1 ffcfstress.1 jscal-store.1 \ - jscal-restore.1 - -+ifneq ($(USE_SDL),no) -+MANPAGES += ffmvforce.1 -+endif -+ - PREFIX ?= /usr/local - - install: - install -d $(DESTDIR)$(PREFIX)/share/man/man1 -- install $(MANPAGES) $(DESTDIR)$(PREFIX)/share/man/man1 -+ install -m 644 $(MANPAGES) $(DESTDIR)$(PREFIX)/share/man/man1 - - .PHONY: install ---- linuxconsoletools-1.4.4.orig/utils/Makefile -+++ linuxconsoletools-1.4.4/utils/Makefile -@@ -27,9 +27,13 @@ - - CFLAGS ?= -g -O2 -Wall - --PROGRAMS = inputattach jstest jscal fftest ffmvforce ffset \ -+PROGRAMS = inputattach jstest jscal fftest ffset \ - ffcfstress jscal-restore jscal-store - -+ifneq ($(USE_SDL),no) -+PROGRAMS += ffmvforce -+endif -+ - PREFIX ?= /usr/local - - compile: $(PROGRAMS) diff --git a/games-util/joystick/files/joystick-1.5.1-build.patch b/games-util/joystick/files/joystick-1.5.1-build.patch deleted file mode 100644 index a9dee205b04f..000000000000 --- a/games-util/joystick/files/joystick-1.5.1-build.patch +++ /dev/null @@ -1,34 +0,0 @@ ---- linuxconsoletools-1.5.1/docs/Makefile -+++ linuxconsoletools-1.5.1/docs/Makefile -@@ -20,9 +20,13 @@ - # 02110-1301 USA. - - MANPAGES = inputattach.1 jstest.1 jscal.1 fftest.1 \ -- ffmvforce.1 ffset.1 ffcfstress.1 jscal-store.1 \ -+ ffset.1 ffcfstress.1 jscal-store.1 \ - jscal-restore.1 - -+ifneq ($(USE_SDL),no) -+MANPAGES += ffmvforce.1 -+endif -+ - PREFIX ?= /usr/local - - install: ---- linuxconsoletools-1.5.1/utils/Makefile -+++ linuxconsoletools-1.5.1/utils/Makefile -@@ -27,9 +27,13 @@ - - CFLAGS ?= -g -O2 -Wall - --PROGRAMS = inputattach jstest jscal fftest ffmvforce ffset \ -+PROGRAMS = inputattach jstest jscal fftest ffset \ - ffcfstress jscal-restore jscal-store evdev-joystick - -+ifneq ($(USE_SDL),no) -+PROGRAMS += ffmvforce -+endif -+ - PREFIX ?= /usr/local - - compile: $(PROGRAMS) diff --git a/games-util/nml/files/nml-0.4.2-pillow3.patch b/games-util/nml/files/nml-0.4.2-pillow3.patch deleted file mode 100644 index 914cef24df51..000000000000 --- a/games-util/nml/files/nml-0.4.2-pillow3.patch +++ /dev/null @@ -1,31 +0,0 @@ ---- nml-0.4.2/nml/lz77.py -+++ nml-0.4.2/nml/lz77.py -@@ -25,7 +25,7 @@ - @return: Compressed data. - @rtype: C{bytearray} - """ -- stream = data.tostring() -+ stream = data.tobytes() - position = 0 - output = array.array('B') - literal_bytes = array.array('B') ---- nml-0.4.2/nml/spriteencoder.py -+++ nml-0.4.2/nml/spriteencoder.py -@@ -276,7 +276,7 @@ - pos = generic.build_position(sprite_info.poslist) - raise generic.ScriptError("Read beyond bounds of image file '{}'".format(filename_32bpp.value), pos) - sprite = im.crop((x, y, x + size_x, y + size_y)) -- rgb_sprite_data = sprite.tostring() -+ rgb_sprite_data = sprite.tobytes() - - if (info_byte & INFO_ALPHA) != 0: - # Check for half-transparent pixels (not valid for ground sprites) -@@ -296,7 +296,7 @@ - raise generic.ScriptError("Read beyond bounds of image file '{}'".format(filename_8bpp.value), pos) - mask_sprite = mask_im.crop((mask_x, mask_y, mask_x + size_x, mask_y + size_y)) - -- mask_sprite_data = self.palconvert(mask_sprite.tostring(), im_mask_pal) -+ mask_sprite_data = self.palconvert(mask_sprite.tobytes(), im_mask_pal) - - # Check for white pixels; those that cause "artefacts" when shading - pixel_stats['white'] = sum(p == 255 for p in mask_sprite_data) diff --git a/gnome-base/Manifest.gz b/gnome-base/Manifest.gz index 9b2b53ac1eb0..b17ebfbe76a7 100644 Binary files a/gnome-base/Manifest.gz and b/gnome-base/Manifest.gz differ diff --git a/gnome-base/gnome-session/Manifest b/gnome-base/gnome-session/Manifest index 3563aacbfb67..da9528e45a07 100644 --- a/gnome-base/gnome-session/Manifest +++ b/gnome-base/gnome-session/Manifest @@ -1,2 +1,4 @@ DIST gnome-session-3.22.3.tar.xz 777420 BLAKE2B 34d438e1fefcd197f2c51ce9c2866a6d10848c28c2f2cab24ae9ca7b69a6b149aa698fa62c34415ee3c34e72f153b5f62028047604a332ebad73b8f05fbfae66 SHA512 2350ddc485f9e47df9d9351e413b847336506a694e34daa672111784f64d6d24d3e5e6fc25ad03dd13b318b139809ba2312a542801993db586937650b1422ccd DIST gnome-session-3.24.1.tar.xz 780632 BLAKE2B efd1c297d4af08e9bbf47e74aa28b4899b22d00248eb4d786afdd688f5c6117f4865561ca5cf4a47bb6fb003e1d9c365a585f7009f24992fe9752391607a3cfb SHA512 507f9f1cddab37f1b66c72291e1885397f7e8b6bfb7c365f6f1ff827649a71380706fe0e3a8c6e74c3c159349a0eea0aabe3d5c7bbae5b29aeb2d49ae715affb +DIST gnome-session-3.24.2-xorg-default-translations.patch.xz 3392 BLAKE2B afe0e04c6218377e91508fc67add8ec0894dc75d47c039c44a8c47635c0418986e0949f916d6269995c1c8853c3dfaab21a3db86c427d966029ed747d4106aa8 SHA512 0af7d4025647c6dd2c78243d91ec8a61fd171b78904ac28ce48c4f3f7cafb9fd28263410d31d08431e73417ff7910e9bdfc1ea4de0a3290cd5229a96bffc56dc +DIST gnome-session-3.24.2.tar.xz 783288 BLAKE2B 24b06404b9206a53f394db86a90f9c22c2774432bcb33f136eedd333e813139ded8b9445b4e597f3270ec0b2ef167ce3c2dca2c5b75d5fba977ebcfc4c1bb8ea SHA512 52a609d60303e7d733567cc81698fe4a4042ac17d0260aadb334ab8ad2c355086f8f87c2bcac05f659c28f8f3290128f9ca8875806d199ee27ff84d972333e27 diff --git a/gnome-base/gnome-session/gnome-session-3.24.2.ebuild b/gnome-base/gnome-session/gnome-session-3.24.2.ebuild new file mode 100644 index 000000000000..bfa0c6c63c35 --- /dev/null +++ b/gnome-base/gnome-session/gnome-session-3.24.2.ebuild @@ -0,0 +1,138 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +GNOME2_EAUTORECONF="yes" +inherit gnome2 + +DESCRIPTION="Gnome session manager" +HOMEPAGE="https://git.gnome.org/browse/gnome-session" +SRC_URI="${SRC_URI} + https://dev.gentoo.org/~leio/distfiles/${P}-xorg-default-translations.patch.xz" + +LICENSE="GPL-2 LGPL-2 FDL-1.1" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris" +IUSE="doc elibc_FreeBSD ipv6 systemd" + +# x11-misc/xdg-user-dirs{,-gtk} are needed to create the various XDG_*_DIRs, and +# create .config/user-dirs.dirs which is read by glib to get G_USER_DIRECTORY_* +# xdg-user-dirs-update is run during login (see 10-user-dirs-update-gnome below). +# gdk-pixbuf used in the inhibit dialog +COMMON_DEPEND=" + >=dev-libs/glib-2.46.0:2[dbus] + x11-libs/gdk-pixbuf:2 + >=x11-libs/gtk+-3.18.0:3 + >=dev-libs/json-glib-0.10 + >=gnome-base/gnome-desktop-3.18:3= + elibc_FreeBSD? ( dev-libs/libexecinfo ) + + media-libs/mesa[egl,gles2] + + media-libs/libepoxy + x11-libs/libSM + x11-libs/libICE + x11-libs/libXau + x11-libs/libX11 + x11-libs/libXcomposite + x11-libs/libXext + x11-libs/libXrender + x11-libs/libXtst + x11-misc/xdg-user-dirs + x11-misc/xdg-user-dirs-gtk + x11-apps/xdpyinfo + + systemd? ( >=sys-apps/systemd-183:0= ) +" +# Pure-runtime deps from the session files should *NOT* be added here +# Otherwise, things like gdm pull in gnome-shell +# gnome-themes-standard is needed for the failwhale dialog themeing +# sys-apps/dbus[X] is needed for session management +RDEPEND="${COMMON_DEPEND} + >=gnome-base/gnome-settings-daemon-3.23.2 + >=gnome-base/gsettings-desktop-schemas-0.1.7 + x11-themes/adwaita-icon-theme + sys-apps/dbus[X] + !systemd? ( + sys-auth/consolekit + >=dev-libs/dbus-glib-0.76 + ) +" +DEPEND="${COMMON_DEPEND} + dev-libs/libxslt + >=dev-util/intltool-0.40.6 + >=sys-devel/gettext-0.10.40 + virtual/pkgconfig + ! +Date: Fri, 22 Dec 2017 14:22:49 +0100 +Subject: [PATCH] Fix duplicate authentication + +Summary: +The response to EHLO triggers an authentication command, but with TLS +two EHLOs are sent: For the 220 from the server and after TLS negotiation. +However, sending it twice results in an unexpected "503 already authenticated" +response which ends up getting parsed by the SendJob, causing confusion. + +BUG: 387926 +BUG: 388068 + +Reviewers: mlaurent, dvratil + +Subscribers: rdieter, heikobecker, asn, #kde_pim, lbeltrame, cgiboudeaux + +Tags: #kde_pim + +Differential Revision: https://phabricator.kde.org/D9476 +--- + src/session.cpp | 29 +++++++++++++++++++---------- + src/session_p.h | 1 + + src/sessionthread.cpp | 1 - + 3 files changed, 20 insertions(+), 11 deletions(-) + +diff --git a/src/session.cpp b/src/session.cpp +index 861419d..4320adc 100644 +--- a/src/session.cpp ++++ b/src/session.cpp +@@ -80,6 +80,19 @@ void SessionPrivate::setAuthenticationMethods(const QList &authMetho + } + } + ++void SessionPrivate::startHandshake() ++{ ++ QByteArray cmd; ++ if (!m_ehloRejected) { ++ cmd = "EHLO "; ++ } else { ++ cmd = "HELO "; ++ } ++ setState(Session::Handshake); ++ const auto hostname = m_customHostname.isEmpty() ? m_thread->hostName() : m_customHostname; ++ sendData(cmd + QUrl::toAce(hostname)); ++} ++ + + + Session::Session(const QString &hostName, quint16 port, QObject *parent) +@@ -277,15 +290,7 @@ void SessionPrivate::responseReceived(const ServerResponse &r) + + if (m_state == Session::Ready) { + if (r.isCode(22) || m_ehloRejected) { +- QByteArray cmd; +- if (!m_ehloRejected) { +- cmd = "EHLO "; +- } else { +- cmd = "HELO "; +- } +- setState(Session::Handshake); +- const auto hostname = m_customHostname.isEmpty() ? m_thread->hostName() : m_customHostname; +- sendData(cmd + QUrl::toAce(hostname)); ++ startHandshake(); + return; + } + } +@@ -346,7 +351,11 @@ KTcpSocket::SslVersion SessionPrivate::negotiatedEncryption() const + + void SessionPrivate::encryptionNegotiationResult(bool encrypted, KTcpSocket::SslVersion version) + { +- Q_UNUSED(encrypted); ++ if (encrypted) { ++ // Get the updated auth methods ++ startHandshake(); ++ } ++ + m_sslVersion = version; + } + +diff --git a/src/session_p.h b/src/session_p.h +index 875f7be..90151f6 100644 +--- a/src/session_p.h ++++ b/src/session_p.h +@@ -73,6 +73,7 @@ private Q_SLOTS: + + private: + ++ void startHandshake(); + void startNext(); + void startSocketTimer(); + void stopSocketTimer(); +diff --git a/src/sessionthread.cpp b/src/sessionthread.cpp +index 1e4db8b..c195826 100644 +--- a/src/sessionthread.cpp ++++ b/src/sessionthread.cpp +@@ -223,7 +223,6 @@ void SessionThread::sslConnected() + } else { + qCDebug(KSMTP_LOG) << "TLS negotiation done."; + +- QMetaObject::invokeMethod(this, "sendData", Qt::QueuedConnection, Q_ARG(QByteArray, "EHLO " + QUrl::toAce(hostName()))); + Q_EMIT encryptionNegotiationResult(true, m_socket->negotiatedSslVersion()); + } + } +-- +2.13.6 + diff --git a/kde-apps/ksmtp/ksmtp-17.12.0.ebuild b/kde-apps/ksmtp/ksmtp-17.12.0-r1.ebuild similarity index 89% rename from kde-apps/ksmtp/ksmtp-17.12.0.ebuild rename to kde-apps/ksmtp/ksmtp-17.12.0-r1.ebuild index 5514a7c2e8d7..b9a34c04f0e7 100644 --- a/kde-apps/ksmtp/ksmtp-17.12.0.ebuild +++ b/kde-apps/ksmtp/ksmtp-17.12.0-r1.ebuild @@ -20,3 +20,5 @@ DEPEND=" dev-libs/cyrus-sasl " RDEPEND="${DEPEND}" + +PATCHES=( "${FILESDIR}/${P}-ehlo-auth-fix.patch" ) diff --git a/licenses/LOTW b/licenses/LOTW new file mode 100644 index 000000000000..c4ceeacff90f --- /dev/null +++ b/licenses/LOTW @@ -0,0 +1,60 @@ +License Terms and Conditions + +Copyright (C) 2001-2015 American Radio Relay League, Inc. All rights +reserved. + +Portions (C) 2003-2015 The TrustedQSL Developers. Please see the AUTHORS.txt +file for contributors. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + +1. Any redistribution of source code must retain the above copyright +notice, this list of conditions and the disclaimer shown in +Paragraph 5 (below). + +2. Redistribution in binary form must reproduce the above copyright +notice, this list of conditions and the disclaimer shown in +Paragraph 5 (below) in the documentation and/or other materials +provided with the distribution. + +3. Products derived from or including this software may not use +"Logbook of the World" or "LoTW" or any other American Radio Relay +League, Incorporated trademarks or servicemarks in their names +without prior written permission of the ARRL. See Paragraph 6 +(below) for contact information. + +4. Use of this software does not imply endorsement by ARRL of +products derived from or including this software and vendors may not +claim such endorsement. + +5. Disclaimer: This software is provided "as-is" without +representation, guarantee or warranty of any kind, either express or +implied, including but not limited to the implied warranties of +merchantability or of fitness for a particular purpose. The entire +risk as to the quality and performance of the software is solely +with you. Should the software prove defective, you (and not the +American Radio Relay League, its officers, directors, employees or +agents) assume the entire cost of all necessary servicing, repair or +correction. In no event will ARRL be liable to you or to any third +party for any damages, whether direct or indirect, including lost +profits, lost savings, or other incidental or consequential damages +arising out of the use or inability to use such software, regardless +of whether ARRL has been advised of the possibility of such damages. + +6. Contact information: + +American Radio Relay League, Inc. +Attn: Logbook of the World Manager +225 Main St +Newington, CT 06111 +voice: 860-594-0200 +fax: 860-594-0259 +email: logbook@arrl.org +Worldwide Web: www.arrl.org + +This software consists of voluntary contributions made by many +individuals on behalf of the ARRL. More information on the "Logbook +of The World" project and the ARRL is available from the ARRL Web +site at www.arrl.org. diff --git a/licenses/Manifest.gz b/licenses/Manifest.gz index a91143064ae5..c4518ae7d01c 100644 Binary files a/licenses/Manifest.gz and b/licenses/Manifest.gz differ diff --git a/lxde-base/Manifest.gz b/lxde-base/Manifest.gz index f93a9ba3bec3..fb771e0d1d8f 100644 Binary files a/lxde-base/Manifest.gz and b/lxde-base/Manifest.gz differ diff --git a/lxde-base/lxde-common/lxde-common-0.99.1.ebuild b/lxde-base/lxde-common/lxde-common-0.99.1.ebuild index 9e6da40e4cc0..d0be3feda6ca 100644 --- a/lxde-base/lxde-common/lxde-common-0.99.1.ebuild +++ b/lxde-base/lxde-common/lxde-common-0.99.1.ebuild @@ -6,7 +6,7 @@ EAPI="6" inherit eutils DESCRIPTION="LXDE Session default configuration files and nuoveXT2 iconset" -HOMEPAGE="http://lxde.org/" +HOMEPAGE="https://wiki.lxde.org/en/LXDE_Common" SRC_URI="mirror://sourceforge/lxde/${P}.tar.xz" LICENSE="GPL-2" diff --git a/media-fonts/Manifest.gz b/media-fonts/Manifest.gz index 697c6dd02b1e..61e879e692a8 100644 Binary files a/media-fonts/Manifest.gz and b/media-fonts/Manifest.gz differ diff --git a/media-fonts/cm-unicode/cm-unicode-0.7.0.ebuild b/media-fonts/cm-unicode/cm-unicode-0.7.0.ebuild deleted file mode 100644 index 99da08fbceb8..000000000000 --- a/media-fonts/cm-unicode/cm-unicode-0.7.0.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=3 - -inherit font - -DESCRIPTION="Computer Modern Unicode fonts" -HOMEPAGE="http://cm-unicode.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${PV}/${P}-ttf.tar.xz" - -LICENSE="OFL-1.1" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -DEPEND="app-arch/xz-utils" -RDEPEND="" - -FONT_SUFFIX="ttf" -DOCS="Changes FAQ" diff --git a/media-fonts/symbola/symbola-9.17.ebuild b/media-fonts/symbola/symbola-9.17.ebuild index ea7219a5290a..01bfed4f5d18 100644 --- a/media-fonts/symbola/symbola-9.17.ebuild +++ b/media-fonts/symbola/symbola-9.17.ebuild @@ -13,7 +13,7 @@ SRC_URI="http://users.teilar.gr/~g1951d/${MY_PN}.zip -> ${P}.zip" LICENSE="Unicode_Fonts_for_Ancient_Scripts" SLOT="0" -KEYWORDS="amd64 ~arm ~ppc x86" +KEYWORDS="amd64 ~arm ppc x86" IUSE="doc" DEPEND="app-arch/unzip" diff --git a/media-fonts/unifont/unifont-10.0.06.ebuild b/media-fonts/unifont/unifont-10.0.06.ebuild index a7bed22ec218..87b7a0814c73 100644 --- a/media-fonts/unifont/unifont-10.0.06.ebuild +++ b/media-fonts/unifont/unifont-10.0.06.ebuild @@ -11,7 +11,7 @@ SRC_URI="mirror://gnu/${PN}/${P}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" +KEYWORDS="~alpha amd64 ~arm ia64 ppc ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" IUSE="fontforge utils" DEPEND=" diff --git a/media-gfx/Manifest.gz b/media-gfx/Manifest.gz index 34990f40c0d3..3df727a5d71b 100644 Binary files a/media-gfx/Manifest.gz and b/media-gfx/Manifest.gz differ diff --git a/media-gfx/darktable/Manifest b/media-gfx/darktable/Manifest index 8178febef6f8..b4f4de03065f 100644 --- a/media-gfx/darktable/Manifest +++ b/media-gfx/darktable/Manifest @@ -1,3 +1,4 @@ DIST darktable-2.2.4.tar.xz 3083400 BLAKE2B 1b8c79157c4ff6e966c20588d47094dc9a0a3c77d70a6326c24d85e089bc58e8eda5c46653c12a9263c56deff2411a48e8cd82d66624598772e08bbe6b6c3f6c SHA512 4231bcbbf975fb9cd73d3a9e4ab1a05ebd1c58e681f776896b252bb245529d89bfd34d05c1a6dcf0d6a9a190898eaaa495084906f92bfb1aa8bb2ca0cf84eb9d DIST darktable-2.2.5.tar.xz 3092540 BLAKE2B 8196ed501c96e6738057ee593c6437257b917907a02c365bd011cbf8ba258178e2915e097d373a2dca6a03ea6920df48b8f16f477e7479959371ef19937ceed9 SHA512 fbc79398660b51e580d22dbdfc9a74d213f69335d6058e2844ef397951a1e840264b6d03d1b52b424319fb647a274ac14ff23ee9a9c60071f71497988bdf989b +DIST darktable-2.4.0.tar.xz 3387972 BLAKE2B 9583dfac379430d21de798da922f747e066e237b87cc5f1f5934fad9cede181f1817ef451ddcb7790ca632d78c577d6651cd301083cbf1342003d9f413b31c4d SHA512 7bd73915f575e837aeee68e791280df01940daccb7efa14e78e38c53dd3f62dcbd1a7cea6ae86af05dfa31b0ed1a8ccbcdb108788668249d13bb7e55ec5ad5db DIST darktable-usermanual-2.2.0.pdf 14998142 BLAKE2B 68332239b4d2e34a0cd9f9e9bc26a18149ef1a8c033e3d5a7a7c150e952546669d74d0eeb97ad6793955d65a3259df51932829aca3d46f5c3ce7e01b59ee709b SHA512 5408193b442a7f60783aace507d8dd39c638f5f58d8b5fb5ab68eca03ce9853477b0cbe14184375d58cd6a648de18e9ecae586376698571222be755159cc0b20 diff --git a/media-gfx/darktable/darktable-2.4.0.ebuild b/media-gfx/darktable/darktable-2.4.0.ebuild new file mode 100644 index 000000000000..e61d402bf8e5 --- /dev/null +++ b/media-gfx/darktable/darktable-2.4.0.ebuild @@ -0,0 +1,147 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit cmake-utils flag-o-matic toolchain-funcs gnome2-utils fdo-mime pax-utils eutils + +DOC_PV="2.2.0" +MY_PV="${PV/_/}" +MY_P="${P/_/.}" + +DESCRIPTION="A virtual lighttable and darkroom for photographers" +HOMEPAGE="https://www.darktable.org/" +SRC_URI="https://github.com/darktable-org/${PN}/releases/download/release-${MY_PV}/${MY_P}.tar.xz + doc? ( https://github.com/darktable-org/${PN}/releases/download/release-${DOC_PV}/${PN}-usermanual.pdf -> ${PN}-usermanual-${DOC_PV}.pdf )" + +LICENSE="GPL-3 CC-BY-3.0" +SLOT="0" +KEYWORDS="~amd64 ~x86" +LANGS=" ca cs da de es fr he hu it ja nl pl ru sk sl sv uk" +# TODO add lua once dev-lang/lua-5.2 is unmasked +IUSE="colord cups cpu_flags_x86_sse3 doc flickr geo gphoto2 graphicsmagick jpeg2k kwallet libsecret +nls opencl openmp openexr pax_kernel webp +${LANGS// / l10n_}" + +# sse3 support is required to build darktable +REQUIRED_USE="cpu_flags_x86_sse3" + +CDEPEND=" + dev-db/sqlite:3 + dev-libs/json-glib + dev-libs/libxml2:2 + dev-libs/pugixml:0= + gnome-base/librsvg:2 + >=media-gfx/exiv2-0.25-r2:0=[xmp] + media-libs/lcms:2 + >=media-libs/lensfun-0.2.3:0= + media-libs/libpng:0= + media-libs/tiff:0 + net-libs/libsoup:2.4 + net-misc/curl + virtual/jpeg:0 + virtual/glu + virtual/opengl + x11-libs/cairo + >=x11-libs/gtk+-3.14:3 + x11-libs/pango + colord? ( x11-libs/colord-gtk:0= ) + cups? ( net-print/cups ) + flickr? ( media-libs/flickcurl ) + geo? ( >=sci-geosciences/osm-gps-map-1.1.0 ) + gphoto2? ( media-libs/libgphoto2:= ) + graphicsmagick? ( media-gfx/graphicsmagick ) + jpeg2k? ( media-libs/openjpeg:0 ) + libsecret? ( >=app-crypt/libsecret-0.18 ) + opencl? ( + sys-devel/clang:4= + sys-devel/llvm:4= + virtual/opencl + ) + openexr? ( media-libs/openexr:0= ) + webp? ( media-libs/libwebp:0= )" +RDEPEND="${CDEPEND} + kwallet? ( || ( + >=kde-frameworks/kwallet-5.34.0-r1 + kde-apps/kwalletd:4 + ) )" +DEPEND="${CDEPEND} + dev-util/intltool + virtual/pkgconfig + nls? ( sys-devel/gettext )" + +S="${WORKDIR}/${P/_/~}" + +pkg_pretend() { + if use openmp ; then + tc-has-openmp || die "Please switch to an openmp compatible compiler" + fi +} + +src_prepare() { + use cpu_flags_x86_sse3 && append-flags -msse3 + + cmake-utils_src_prepare +} + +src_configure() { + local mycmakeargs=( + -DBUILD_PRINT=$(usex cups) + -DCMAKE_INSTALL_DOCDIR="/usr/share/doc/${PF}" + -DCUSTOM_CFLAGS=ON + -DUSE_CAMERA_SUPPORT=$(usex gphoto2) + -DUSE_COLORD=$(usex colord) + -DUSE_FLICKR=$(usex flickr) + -DUSE_GRAPHICSMAGICK=$(usex graphicsmagick) + -DUSE_KWALLET=$(usex kwallet) + -DUSE_LIBSECRET=$(usex libsecret) + -DUSE_LUA=OFF + -DUSE_MAP=$(usex geo) + -DUSE_NLS=$(usex nls) + -DUSE_OPENCL=$(usex opencl) + -DUSE_OPENEXR=$(usex openexr) + -DUSE_OPENJPEG=$(usex jpeg2k) + -DUSE_OPENMP=$(usex openmp) + -DUSE_WEBP=$(usex webp) + ) + CMAKE_BUILD_TYPE="RELWITHDEBINFO" + cmake-utils_src_configure +} + +src_install() { + cmake-utils_src_install + use doc && dodoc "${DISTDIR}"/${PN}-usermanual-${DOC_PV}.pdf + + for lang in ${LANGS} ; do + use l10n_${lang} || rm -r "${ED}"/usr/share/locale/${lang/-/_} + done + + if use pax_kernel && use opencl ; then + pax-mark Cm "${ED}"/usr/bin/${PN} || die + eqawarn "USE=pax_kernel is set meaning that ${PN} will be run" + eqawarn "under a PaX enabled kernel. To do so, the ${PN} binary" + eqawarn "must be modified and this *may* lead to breakage! If" + eqawarn "you suspect that ${PN} is broken by this modification," + eqawarn "please open a bug." + fi +} + +pkg_preinst() { + gnome2_icon_savelist +} + +pkg_postinst() { + gnome2_icon_cache_update + fdo-mime_desktop_database_update + + elog "when updating from the currently stable 1.6 series," + elog "please bear in mind that your edits will be preserved during this process," + elog "but it will not be possible to downgrade from 2.0 to 1.6 any more." + echo + ewarn "It will not be possible to downgrade!" +} + +pkg_postrm() { + gnome2_icon_cache_update + fdo-mime_desktop_database_update +} diff --git a/media-gfx/iscan/files/iscan-2.25.0-drop-ltdl.patch b/media-gfx/iscan/files/iscan-2.25.0-drop-ltdl.patch deleted file mode 100644 index 8ac18defc007..000000000000 --- a/media-gfx/iscan/files/iscan-2.25.0-drop-ltdl.patch +++ /dev/null @@ -1,64 +0,0 @@ -diff -Naur iscan-2.25.0.orig//backend/Makefile.am iscan-2.25.0/backend/Makefile.am ---- iscan-2.25.0.orig//backend/Makefile.am 2010-05-19 07:51:55.000000000 +0200 -+++ iscan-2.25.0/backend/Makefile.am 2010-07-21 22:49:08.579705272 +0200 -@@ -56,7 +56,6 @@ - - libepkowa_la_CPPFLAGS = \ - $(AM_CPPFLAGS) \ -- $(LTDLINCL) \ - -I$(top_srcdir)/include \ - -I$(top_srcdir)/non-free \ - $(XML_CFLAGS) \ -@@ -66,7 +65,7 @@ - libepkowa_la_LIBADD = \ - -lm \ - $(XML_LIBS) \ -- $(LIBLTDL) -+ -lltdl - libepkowa_la_SOURCES = \ - $(sane_backends_files) \ - marshal.c \ -diff -Naur iscan-2.25.0.orig//configure.ac iscan-2.25.0/configure.ac ---- iscan-2.25.0.orig//configure.ac 2010-07-21 22:48:11.411332268 +0200 -+++ iscan-2.25.0/configure.ac 2010-07-21 22:49:58.918332411 +0200 -@@ -261,13 +261,10 @@ - dnl The somewhat obscure LT_AC_PROG_SED is here to make sure that the - dnl SED environment variable gets set before it's used by the libtool - dnl machinery. This works around buggy libtool versions. --LT_AC_PROG_SED --AC_LIBLTDL_INSTALLABLE --AC_LIBTOOL_DLOPEN - AC_PROG_LIBTOOL --AC_LIB_LTDL --AC_SUBST(LTDLINCL) --AC_SUBST(LIBLTDL) -+AC_LTDL_SHLIBPATH -+AC_LTDL_SHLIBEXT -+AC_LTDL_SYSSEARCHPATH - - - dnl Graphic file format options -diff -Naur iscan-2.25.0.orig//frontend/Makefile.am iscan-2.25.0/frontend/Makefile.am ---- iscan-2.25.0.orig//frontend/Makefile.am 2010-05-19 07:51:54.000000000 +0200 -+++ iscan-2.25.0/frontend/Makefile.am 2010-07-21 22:50:53.965581385 +0200 -@@ -34,7 +34,7 @@ - iscan_LDADD = \ - $(top_builddir)/lib/libimage-stream.la \ - -lsane \ -- @LIBLTDL@ \ -+ -lltdl \ - @GTK_LIBS@ \ - @GDK_IMLIB_LIBS@ \ - $(top_builddir)/non-free/libesmod.so -diff -Naur iscan-2.25.0.orig//lib/Makefile.am iscan-2.25.0/lib/Makefile.am ---- iscan-2.25.0.orig//lib/Makefile.am 2010-05-19 07:51:56.000000000 +0200 -+++ iscan-2.25.0/lib/Makefile.am 2010-07-21 22:51:29.794329919 +0200 -@@ -29,7 +29,7 @@ - libimage_stream_la_CPPFLAGS = -I$(top_srcdir)/include - libimage_stream_la_LDFLAGS = -static - libimage_stream_la_LIBADD = \ -- $(LIBLTDL) \ -+ -lltdl \ - $(top_builddir)/lib/pdf/libpdf.la - libimage_stream_la_SOURCES = \ - $(libimage_stream_la_files) diff --git a/media-gfx/iscan/files/iscan-2.25.0-fix-g++-test.patch b/media-gfx/iscan/files/iscan-2.25.0-fix-g++-test.patch deleted file mode 100644 index 23fa6edd76b4..000000000000 --- a/media-gfx/iscan/files/iscan-2.25.0-fix-g++-test.patch +++ /dev/null @@ -1,13 +0,0 @@ -Index: iscan-2.21.0/configure.ac -=================================================================== ---- iscan-2.21.0.orig/configure.ac -+++ iscan-2.21.0/configure.ac -@@ -68,7 +68,7 @@ AC_PROG_CXX - # to be larger than that for the gcc-3.[23] packages (as long as both - # are distributed) for smooth upgrade paths. - --if test x"$CXX" = xg++; then -+if test "$GXX" = "yes"; then - AC_MSG_CHECKING([C++ ABI version]) - CXX_ABI="`$CXX -E -dM - < /dev/null | $AWK '/GXX_ABI/ { print $3 }'`" - AC_MSG_RESULT([$CXX_ABI]) diff --git a/media-gfx/iscan/files/iscan-2.26.2-libpng15.patch b/media-gfx/iscan/files/iscan-2.26.2-libpng15.patch deleted file mode 100644 index 1b89b735c23f..000000000000 --- a/media-gfx/iscan/files/iscan-2.26.2-libpng15.patch +++ /dev/null @@ -1,51 +0,0 @@ -http://bugs.gentoo.org/show_bug.cgi?id=383799#c13 -Upstream: http://www.avasys.jp/cgi-bin/lx/bbs/en/scanner-bbs/hyperbbs.cgi?mode=view;Code=5197 - ---- lib/pngstream.cc -+++ lib/pngstream.cc -@@ -76,7 +76,12 @@ - set_error_handler (_png, _info); - - lib->write_flush (_png); -+/* when not interlacing (ie, only one pass), number of rows is image height: _v_sz */ -+#if PNG_LIBPNG_VER > 10499 -+ if (!_footer && _v_sz == lib->get_current_row_number(_png)) -+#else - if (!_footer && _png->num_rows == _png->flush_rows) -+#endif - { - lib->write_end (_png, _info); - _footer = true; -@@ -161,6 +166,9 @@ - funcsym (write_row); - funcsym (write_flush); - funcsym (write_end); -+#if PNG_LIBPNG_VER > 10499 -+ funcsym (get_current_row_number); -+#endif - - if (lib->access_version_number - && lib->create_write_struct -@@ -170,6 +178,9 @@ - && lib->set_IHDR - && lib->set_pHYs - && lib->set_invert_mono -+#if PNG_LIBPNG_VER > 10499 -+ && lib->get_current_row_number -+#endif - && lib->write_info - && lib->write_row - && lib->write_flush ---- lib/pngstream.hh -+++ lib/pngstream.hh -@@ -108,6 +108,10 @@ - png_structp); - fundecl (void, write_end, - png_structp, png_infop); -+#if PNG_LIBPNG_VER > 10499 -+ fundecl (png_uint_32, get_current_row_number, -+ png_structp); -+#endif - #endif /* HAVE_PNG_H */ - }; - static png_lib_handle *lib; diff --git a/media-gfx/iscan/files/iscan-2.26.2-png-libs.patch b/media-gfx/iscan/files/iscan-2.26.2-png-libs.patch deleted file mode 100644 index 0866e604915a..000000000000 --- a/media-gfx/iscan/files/iscan-2.26.2-png-libs.patch +++ /dev/null @@ -1,37 +0,0 @@ -diff -ur iscan-2.26.2/configure.ac iscan-2.26.2.new/configure.ac ---- iscan-2.26.2/configure.ac 2014-01-27 13:37:26.782024452 -0500 -+++ iscan-2.26.2.new/configure.ac 2014-01-27 13:36:47.738024120 -0500 -@@ -274,6 +274,9 @@ - AC_HELP_STRING([--enable-$1], - [ensure support for the $3 file format]), - [if test "x$enable_$1" != xno; then -+ if test "x$4" != xno; then -+ PKG_CHECK_MODULES($3,[$4]) -+ fi - iff_header="`echo $2 | $as_tr_sh`" - AC_CHECK_HEADERS([$2]) - if test `eval echo '$ac_cv_header_'$iff_header` \ -@@ -284,9 +287,9 @@ - [AC_CHECK_HEADERS([$2])]) - ]) - --ISCAN_FILE_FORMAT(jpeg,jpeglib.h,JPEG) --ISCAN_FILE_FORMAT(png,png.h,PNG) --ISCAN_FILE_FORMAT(tiff,tiffio.h,TIFF) -+ISCAN_FILE_FORMAT(jpeg,jpeglib.h,JPEG,no) -+ISCAN_FILE_FORMAT(png,png.h,PNG,libpng) -+ISCAN_FILE_FORMAT(tiff,tiffio.h,TIFF,no) - - - dnl Support for performance measurements. -diff -ur iscan-2.26.2/frontend/Makefile.am iscan-2.26.2.new/frontend/Makefile.am ---- iscan-2.26.2/frontend/Makefile.am 2014-01-27 13:31:09.488021241 -0500 -+++ iscan-2.26.2.new/frontend/Makefile.am 2014-01-27 13:37:50.065024650 -0500 -@@ -37,6 +37,7 @@ - -lltdl \ - @GTK_LIBS@ \ - @GDK_IMLIB_LIBS@ \ -+ @PNG_LIBS@ \ - $(top_builddir)/non-free/libesmod.so - iscan_SOURCES = \ - $(iscan_source_files) diff --git a/media-gfx/iscan/files/iscan-usb.sh b/media-gfx/iscan/files/iscan-usb.sh deleted file mode 100644 index 49430616e69e..000000000000 --- a/media-gfx/iscan/files/iscan-usb.sh +++ /dev/null @@ -1,26 +0,0 @@ -#!/bin/sh -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -# This file is part of media-gfx/iscan -# -# This script changes the permissions and ownership of a USB device under -# /proc/bus/usb to grant access to this device to users in the scanner group. -# -# Ownership is set to root:scanner, permissions are set to 0660. -# -# Arguments : -# ----------- -# ACTION=[add|remove] -# DEVNAME=/dev/bus/usb/BBB/DDD -# SUBSYSTEM=usb_device - -OWNER="root" -GROUP="scanner" -PERMS="0660" - -DEVICE="${DEVNAME/dev/proc}" - -if [ "${ACTION}" = "add" -a "${SUBSYSTEM}" = "usb_device" -a -f "${DEVICE}" ]; then - chmod ${PERMS} "${DEVICE}" && chown ${OWNER}:${GROUP} "${DEVICE}" -fi diff --git a/media-gfx/propaganda/propaganda-1.0.ebuild b/media-gfx/propaganda/propaganda-1.0.ebuild deleted file mode 100644 index d4918b184462..000000000000 --- a/media-gfx/propaganda/propaganda-1.0.ebuild +++ /dev/null @@ -1,67 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -S=${WORKDIR}/Propaganda -DESCRIPTION="Propaganda Volume 1-14 + E. Tiling images for your desktop" -HOMEPAGE="http://www.resexcellence.com/propaganda/index.shtml" -SITE="http://www.resexcellence.com/propaganda/" -# Point to any required sources; these will be automatically -# downloaded by Portage. -SRC_URI="${SITE}Propaganda-Vol-01.tar.gz - ${SITE}Propaganda-Vol-02.tar.gz - ${SITE}Propaganda-Vol-03.tar.gz - ${SITE}Propaganda-Vol-04.tar.gz - ${SITE}Propaganda-Vol-05.tar.gz - ${SITE}Propaganda-Vol-06.tar.gz - ${SITE}Propaganda-Vol-07.tar.gz - ${SITE}Propaganda-Vol-08.tar.gz - ${SITE}Propaganda-Vol-09.tar.gz - ${SITE}Propaganda-Vol-10.tar.gz - ${SITE}Propaganda-Vol-11.tar.gz - ${SITE}Propaganda-Vol-12.tar.gz - ${SITE}Propaganda-13.tar.gz - ${SITE}Propaganda-14.tar.gz - ${SITE}Propaganda-For-E.tar.gz" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="amd64 ppc ppc64 x86" -IUSE="" - -src_compile() { - rm -fr ${S}/../Propaganda-Vol-11/.finderinfo - rm -fr ${S}/../Propaganda-Vol-11/.resource - - rm -fr ${S}/../Propaganda-Vol-12/.finderinfo - rm -fr ${S}/../Propaganda-Vol-12/.resource - - mv ${S}/../Propaganda-Vol-11 ${S}/Vol11 - mv ${S}/../Propaganda-Vol-12 ${S}/Vol12 - - for NUM in 1 2 3 4 5 6 7 8 9 10 11 12 13 14; do - chmod -x ${S}/Vol${NUM}/* - cd ${S}/Vol${NUM} - rm *.html - rename JPG jpg *.JPG - chmod +x script.perl - ./script.perl *.jpg - done - chmod -x ${S}/Propaganda-For-E/* - cd ${S}/Propaganda-For-E/ - rm *.html - rename JPG jpg *.JPG - chmod +x script.perl - ./script.perl *.jpg - cd ${S} - pwd - rm -f ${S}/Vol2/\@ - chmod ugo-w -R ${S} - chmod ugo+r -R ${S} -} - -src_install() { - dodir /usr/share/pixmaps/ - gunzip magicbg.tar.gz - dodoc COPYING READM* magicbg.tar - mv -f ${S} ${D}/usr/share/pixmaps || die -} diff --git a/media-gfx/shotwell/Manifest b/media-gfx/shotwell/Manifest index cf2e7619a3ec..8570abe1f8e6 100644 --- a/media-gfx/shotwell/Manifest +++ b/media-gfx/shotwell/Manifest @@ -7,3 +7,4 @@ DIST shotwell-0.26.3.tar.xz 5581204 BLAKE2B 1b28be1bef1b5b9305020d92bca8b535b7a4 DIST shotwell-0.26.4.tar.xz 5619280 BLAKE2B 0ca9ecf6e96019aa8e9bd4bae09d1b888902fc054633271854e09e1fa9b474774b7b5f2e6e3bcfed60a5b0f3ba30a2d89133d2676a94db5f4da6ee6a0af41102 SHA512 6a0772a40759d636807652ef27814306cbc2217119b071590db36c628b6e9d04f876ae1748c88476fbebc1db0c83e6a108c9f74261b7faa348c6bd37c1da198d DIST shotwell-0.27.0.tar.xz 5574988 BLAKE2B 30ab9ebe5fa12f8d7be3775d044b983c644b1b88e6ca4a69522db0c3859f55846b785761ced8e1af8da8c4ec72c4b46925c6a77dd2f995936c12638913856c2c SHA512 e7b5fe153fff96e04507588b4b8a1e71c121787cb6d28b7e14bb31824f1a09ca1948edc4bccfa069b2ffebe1ac753580257c1af4b7aec0ed49af74944ee91fbb DIST shotwell-0.27.1.tar.xz 5619824 BLAKE2B 7ba1606b1604ca156aacd71d014bdec507abd2a5447696b60ce4400cf835dd484b39e737ec7659a8744e0a5f72b9e9a561fb297db6f256db7008ca5e4b2ae0d8 SHA512 b26c25b45af305903cf0698e65d5230820dda447b70175c92a66e25148e47d620847b3fa2b3bdb8d70656186d5b30d98edf3eee4138f07db9f8260e81a95a7d6 +DIST shotwell-0.27.2.tar.xz 5619692 BLAKE2B 0a532d6d2f7391f0783cb0fb91fbc15a681e87041d12355ca75581d4b7f4ebe7fe3feeaca7fc12b0fd82710bf2d906c1d3abd382b61a5dfac3041cec482edd38 SHA512 a64fec52ff1ba3bca0e4b07be557ea3b838845998ae64ac7504cd9a8c976380cf0d7aae4aaccf931f1f40b5d247e081ec98472da8e8835363779dd39d9d2f69b diff --git a/media-gfx/shotwell/shotwell-0.27.2.ebuild b/media-gfx/shotwell/shotwell-0.27.2.ebuild new file mode 100644 index 000000000000..0cafa2080fcf --- /dev/null +++ b/media-gfx/shotwell/shotwell-0.27.2.ebuild @@ -0,0 +1,63 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +GNOME2_LA_PUNT="yes" +VALA_MIN_API_VERSION="0.28" + +inherit gnome2 multilib toolchain-funcs vala versionator + +MY_PV=$(get_version_component_range 1-2) +DESCRIPTION="Open source photo manager for GNOME" +HOMEPAGE="https://wiki.gnome.org/Apps/Shotwell" + +LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="" + +RDEPEND=" + >=app-crypt/gcr-3[gtk] + >=dev-db/sqlite-3.5.9:3 + >=dev-libs/glib-2.40.0:2 + >=dev-libs/json-glib-0.7.6 + >=dev-libs/libgee-0.8.5:0.8 + >=dev-libs/libxml2-2.6.32:2 + gnome-base/dconf + >=media-libs/gexiv2-0.10.4 + media-libs/gst-plugins-base:1.0 + media-libs/gst-plugins-good:1.0 + media-libs/gstreamer:1.0 + media-libs/lcms:2 + >=media-libs/libexif-0.6.16:= + >=media-libs/libgphoto2-2.5:= + >=media-libs/libraw-0.13.2:= + media-plugins/gst-plugins-gdkpixbuf:1.0 + >=net-libs/libsoup-2.42.0:2.4 + net-libs/webkit-gtk:4 + virtual/libgudev:=[introspection] + >=x11-libs/gtk+-3.14.0:3[X] + dev-libs/libgdata + +" +DEPEND="${RDEPEND} + $(vala_depend) + dev-util/itstool + >=sys-devel/gettext-0.19.7 + >=sys-devel/m4-1.4.13 + virtual/pkgconfig +" + +# This probably comes from libraries that +# shotwell-video-thumbnailer links to. +# Nothing we can do at the moment. #435048 +QA_FLAGS_IGNORED="/usr/libexec/${PN}/${PN}-video-thumbnailer" + +src_prepare() { + vala_src_prepare + gnome2_src_prepare +} + +src_configure() { + gnome2_src_configure --disable-static +} diff --git a/media-libs/Manifest.gz b/media-libs/Manifest.gz index 17b45f263595..8736d784717c 100644 Binary files a/media-libs/Manifest.gz and b/media-libs/Manifest.gz differ diff --git a/media-libs/ffmpegsource/metadata.xml b/media-libs/ffmpegsource/metadata.xml index 057f0e4daafb..ce8e375ad330 100644 --- a/media-libs/ffmpegsource/metadata.xml +++ b/media-libs/ffmpegsource/metadata.xml @@ -1,14 +1,7 @@ - - itumaykin+gentoo@gmail.com - Coacher - - - proxy-maint@gentoo.org - Proxy Maintainers - + libffms2 soname version diff --git a/media-libs/libtxc_dxtn/libtxc_dxtn-1.0.1-r3.ebuild b/media-libs/libtxc_dxtn/libtxc_dxtn-1.0.1-r3.ebuild index 44eb74149d25..e44c81b33584 100644 --- a/media-libs/libtxc_dxtn/libtxc_dxtn-1.0.1-r3.ebuild +++ b/media-libs/libtxc_dxtn/libtxc_dxtn-1.0.1-r3.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://people.freedesktop.org/~cbrill/${PN}/${P}.tar.bz2" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" IUSE="" RDEPEND="media-libs/mesa[${MULTILIB_USEDEP}]" diff --git a/media-libs/libvisio/libvisio-0.1.6.ebuild b/media-libs/libvisio/libvisio-0.1.6.ebuild index 79aa9cdc0188..86720bd728b0 100644 --- a/media-libs/libvisio/libvisio-0.1.6.ebuild +++ b/media-libs/libvisio/libvisio-0.1.6.ebuild @@ -13,7 +13,7 @@ HOMEPAGE="https://wiki.documentfoundation.org/DLP/Libraries/libvisio" LICENSE="|| ( GPL-2+ LGPL-2.1 MPL-1.1 )" SLOT="0" [[ ${PV} == 9999 ]] || \ -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ppc ppc64 ~x86" IUSE="doc static-libs test tools" RDEPEND=" diff --git a/media-libs/mesa/mesa-17.2.7.ebuild b/media-libs/mesa/mesa-17.2.7.ebuild index ac743382963a..f0d6dc67a385 100644 --- a/media-libs/mesa/mesa-17.2.7.ebuild +++ b/media-libs/mesa/mesa-17.2.7.ebuild @@ -25,7 +25,7 @@ if [[ $PV == 9999 ]]; then SRC_URI="" 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 ~arm-linux ~x86-linux ~sparc-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 ~arm-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris" fi LICENSE="MIT" diff --git a/media-libs/opensubdiv/Manifest b/media-libs/opensubdiv/Manifest index ed3426db6293..91635b621715 100644 --- a/media-libs/opensubdiv/Manifest +++ b/media-libs/opensubdiv/Manifest @@ -1,3 +1 @@ -DIST opensubdiv-3.1.0.tar.gz 18014579 BLAKE2B 88f16e81eda8c1626b161f94160d02cda7027dff1ac9c795dfe9694250e707dfa106e564dfa22a18bfd3f5e355337626349b6a162c999c10c4d8c8695d03b925 SHA512 9b59cb4e5b124e222b67a48986251cff91bcdc2aee9f71c4b653ad7bb089e860c5954c251a91c0004fa5c28fc4524a0dcbf51d3ae51ea86ee7665ba05d8ec97f -DIST opensubdiv-3.1.1.tar.gz 18014871 BLAKE2B 5f3a8a7cfb3f2c4cebb8dab1ea65dde1ac3ef6f42a9603e0fa8c89b2ecdd0f16809510b7b03f6a4c3b0fe522e7b07536a09ab476720d44cc7e4289ba1931beb8 SHA512 700db7e1dde3e916011721a5b42d5e32ea4ae355ab5e3e415541d62efa2059d56d5f30cef853285e95a93f3a3b5fe24a906547a52cce94d47b101ae20021d5b5 DIST opensubdiv-3.3.0.tar.gz 19263469 BLAKE2B f169b5c58877d1dd4ea45cb04d52567803da7c2d11edab072e2b65583109c7c2d52abe07f5bd2b03cba215cdb524a0468900419d8381e95c35eb2f3f4bebe02b SHA512 7c17d847187d46182d08fbee9396fd8793ac04591821084d40da475c9d25560d01575282946e1a30252bba12db9ea06cbf50ff649f91adce72f6127ad6a36418 diff --git a/media-libs/opensubdiv/files/opensubdiv-3.1.0-skip-osd-regression.patch b/media-libs/opensubdiv/files/opensubdiv-3.1.0-skip-osd-regression.patch deleted file mode 100644 index 2ebb638e3838..000000000000 --- a/media-libs/opensubdiv/files/opensubdiv-3.1.0-skip-osd-regression.patch +++ /dev/null @@ -1,34 +0,0 @@ -diff -purN a/regression/CMakeLists.txt b/regression/CMakeLists.txt ---- a/regression/CMakeLists.txt 2016-03-25 22:15:29.000000000 +0000 -+++ b/regression/CMakeLists.txt 2016-06-05 14:09:19.202849569 +0100 -@@ -32,30 +32,4 @@ if (NOT NO_REGRESSION) - - add_subdirectory(far_perf) - -- if(OPENGL_FOUND AND (GLEW_FOUND OR APPLE) AND GLFW_FOUND) -- add_subdirectory(osd_regression) -- else() -- set(MISSING "") -- -- if (NOT OPENGL_FOUND) -- list(APPEND MISSING OpenGL) -- endif() -- -- if (NOT GLEW_FOUND) -- list(APPEND MISSING glew) -- endif() -- -- if (NOT GLFW_FOUND) -- list(APPEND MISSING glfw) -- endif() -- -- message(WARNING -- "The following libraries could not be found : ${MISSING}. " -- "The osd regression test will not be available. " -- "If you have these libraries installed, please specify their " -- "path to cmake (through the GLEW_LOCATION and GLFW_LOCATION " -- "command line arguments or environment variables)." -- ) -- endif() -- - endif() diff --git a/media-libs/opensubdiv/files/opensubdiv-3.3.0-add-CUDA9-compatibility.patch b/media-libs/opensubdiv/files/opensubdiv-3.3.0-add-CUDA9-compatibility.patch new file mode 100644 index 000000000000..9fe81c4ee199 --- /dev/null +++ b/media-libs/opensubdiv/files/opensubdiv-3.3.0-add-CUDA9-compatibility.patch @@ -0,0 +1,25 @@ +From 7b9157bca7138480c387ef3d5b69b6cf1eb498e5 Mon Sep 17 00:00:00 2001 +From: "Daniel M. Weeks" +Date: Fri, 15 Dec 2017 22:45:55 -0500 +Subject: [PATCH] CUDA 9 compatible gpu-architecture default + +--- + CMakeLists.txt | 4 +++- + 1 file changed, 3 insertions(+), 1 deletion(-) + +diff --git a/CMakeLists.txt b/CMakeLists.txt +index 4f3cd9d4..fa438b46 100644 +--- a/CMakeLists.txt ++++ b/CMakeLists.txt +@@ -513,8 +513,10 @@ if(CUDA_FOUND) + if (NOT DEFINED OSD_CUDA_NVCC_FLAGS) + if (CUDA_VERSION_MAJOR LESS 6) + set( OSD_CUDA_NVCC_FLAGS --gpu-architecture compute_11 ) +- else() ++ elseif (CUDA_VERSION_MAJOR LESS 9) + set( OSD_CUDA_NVCC_FLAGS --gpu-architecture compute_20 ) ++ else() ++ set( OSD_CUDA_NVCC_FLAGS --gpu-architecture compute_30 ) + endif() + endif() + endif() diff --git a/media-libs/opensubdiv/opensubdiv-3.1.0.ebuild b/media-libs/opensubdiv/opensubdiv-3.1.0.ebuild deleted file mode 100644 index aa63d90eeda4..000000000000 --- a/media-libs/opensubdiv/opensubdiv-3.1.0.ebuild +++ /dev/null @@ -1,59 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -inherit cmake-utils toolchain-funcs versionator - -DESCRIPTION="An Open-Source subdivision surface library" -HOMEPAGE="http://graphics.pixar.com/opensubdiv/" - -MY_PV="$(replace_all_version_separators '_')" - -SRC_URI="https://github.com/PixarAnimationStudios/OpenSubdiv/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="ZLIB" -SLOT="0" -IUSE="cuda doc opencl openmp ptex tbb test" - -RDEPEND="media-libs/glew:= - media-libs/glfw:= - cuda? ( dev-util/nvidia-cuda-toolkit:* ) - ptex? ( media-libs/ptex )" - -DEPEND="${RDEPEND} - tbb? ( dev-cpp/tbb ) - doc? ( dev-python/docutils app-doc/doxygen )" - -KEYWORDS="~amd64 ~x86" - -S="${WORKDIR}"/OpenSubdiv-${MY_PV} - -PATCHES=( "${FILESDIR}"/${P}-skip-osd-regression.patch ) - -pkg_pretend() { - [[ ${MERGE_TYPE} != binary ]] && use openmp && tc-check-openmp -} - -pkg_setup() { - [[ ${MERGE_TYPE} != binary ]] && use openmp && tc-check-openmp -} - -src_configure() { - local mycmakeargs=( - -DNO_MAYA=1 - -DNO_CLEW=1 - -DNO_DOC=$(usex !doc) - -DNO_TBB=$(usex !tbb) - -DNO_PTEX=$(usex !ptex) - -DNO_OMP=$(usex !openmp) - -DNO_OPENCL=$(usex !opencl) - -DNO_CUDA=$(usex !cuda) - -DNO_REGRESSION=$(usex !test) - -DNO_EXAMPLES=1 # broken - -DNO_TUTORIALS=1 # broken - -DGLEW_LOCATION="${EPREFIX}/usr/$(get_libdir)" - -DGLFW_LOCATION="${EPREFIX}/usr/$(get_libdir)" - ) - - cmake-utils_src_configure -} diff --git a/media-libs/opensubdiv/opensubdiv-3.1.1.ebuild b/media-libs/opensubdiv/opensubdiv-3.1.1.ebuild deleted file mode 100644 index 5c1768b6b37c..000000000000 --- a/media-libs/opensubdiv/opensubdiv-3.1.1.ebuild +++ /dev/null @@ -1,64 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -inherit cmake-utils toolchain-funcs versionator - -DESCRIPTION="An Open-Source subdivision surface library" -HOMEPAGE="http://graphics.pixar.com/opensubdiv/" - -MY_PV="$(replace_all_version_separators '_')" - -SRC_URI="https://github.com/PixarAnimationStudios/OpenSubdiv/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="ZLIB" -SLOT="0" -IUSE="cuda doc opencl openmp ptex tbb" - -RDEPEND="media-libs/glew:= - media-libs/glfw:= - cuda? ( dev-util/nvidia-cuda-toolkit:* ) - ptex? ( media-libs/ptex )" - -DEPEND="${RDEPEND} - tbb? ( dev-cpp/tbb ) - doc? ( dev-python/docutils app-doc/doxygen )" - -KEYWORDS="~amd64 ~x86" - -S="${WORKDIR}"/OpenSubdiv-${MY_PV} - -pkg_pretend() { - [[ ${MERGE_TYPE} != binary ]] && use openmp && tc-check-openmp -} - -pkg_setup() { - [[ ${MERGE_TYPE} != binary ]] && use openmp && tc-check-openmp -} - -src_prepare() { - cmake-utils_src_prepare - - sed -e 's|"${OSD_SONAME}"|${OSD_SONAME}|' \ - -i CMakeLists.txt || die -} - -src_configure() { - local mycmakeargs=( - -DNO_MAYA=1 - -DNO_CLEW=1 - -DNO_DOC=$(usex !doc) - -DNO_TBB=$(usex !tbb) - -DNO_PTEX=$(usex !ptex) - -DNO_OMP=$(usex !openmp) - -DNO_OPENCL=$(usex !opencl) - -DNO_CUDA=$(usex !cuda) - -DNO_REGRESSION=1 # The don't work with certain settings - -DNO_EXAMPLES=1 # Broken - -DNO_TUTORIALS=1 # Broken - -DGLEW_LOCATION="${EPREFIX}/usr/$(get_libdir)" - -DGLFW_LOCATION="${EPREFIX}/usr/$(get_libdir)" - ) - - cmake-utils_src_configure -} diff --git a/media-libs/opensubdiv/opensubdiv-3.3.0.ebuild b/media-libs/opensubdiv/opensubdiv-3.3.0.ebuild index 1c1abebee365..f34298cd5960 100644 --- a/media-libs/opensubdiv/opensubdiv-3.3.0.ebuild +++ b/media-libs/opensubdiv/opensubdiv-3.3.0.ebuild @@ -32,6 +32,7 @@ S="${WORKDIR}/OpenSubdiv-${MY_PV}" PATCHES=( "${FILESDIR}/${P}-fix-quotes.patch" "${FILESDIR}/${P}-use-gnuinstalldirs.patch" + "${FILESDIR}/${P}-add-CUDA9-compatibility.patch" ) pkg_pretend() { diff --git a/media-libs/osl/Manifest b/media-libs/osl/Manifest new file mode 100644 index 000000000000..b3d37043f055 --- /dev/null +++ b/media-libs/osl/Manifest @@ -0,0 +1 @@ +DIST osl-1.8.12.tar.gz 14572814 BLAKE2B edf742b104e723e1e3e56b2fb28b1cd4c81921b04a00b8c0f58cf174105a78881283837b550fb4a67d38f5f0a37327fac7a17310974895ed747e8813e6c8ad7b SHA512 29bb0a23d9e1aa445e87b7080be056f939a1828fa87f001cc1503a8c76d21a5620c69146158d27800db71b1abee71a0c39804d85aea7b5899b0cb7ca1c617b56 diff --git a/media-libs/osl/files/osl-1.8.12-cmake-fixes.patch b/media-libs/osl/files/osl-1.8.12-cmake-fixes.patch new file mode 100644 index 000000000000..6ad5d94ac93a --- /dev/null +++ b/media-libs/osl/files/osl-1.8.12-cmake-fixes.patch @@ -0,0 +1,332 @@ +From cb34603cce0a8814dc66f76ecc5ceeb04a8d3791 Mon Sep 17 00:00:00 2001 +From: Jonathan Scruggs +Date: Fri, 18 Aug 2017 13:37:54 +0100 +Subject: [PATCH] OpenShadingLanguage/RB-1.8: Change to GNUInstallDirs for + install paths + +The variables: BIN_INSTALL_DIR, LIB_INSTALL_DIR, INCLUDE_INSTALL_DIR, +DOC_INSTALL_DIR, and MAN_INSTALL_DIR are defined but never used. +Instead, hard coded paths to lib, include, and bin were used. This +will cause difficulty on multi-lib systems or in cases where they +are named differently. The existing variables were replaced by the +GNUInstallDirs variables, which is compatible on all systems. + +The macro install_targets was defined, but never used in code, +so all library installs were changed to use it. +Thus all library installs now use GNUInstallDirs. + +INSTALL_DOCS variable is defined, so it's now controlling if +the documentation is being installed. + +Signed-off by: Jonathan Scruggs +--- + CMakeLists.txt | 66 +++++++++--------------------------------- + src/cmake/util_macros.cmake | 6 ++-- + src/doc/CMakeLists.txt | 6 ++-- + src/include/CMakeLists.txt | 2 +- + src/liboslcomp/CMakeLists.txt | 2 +- + src/liboslexec/CMakeLists.txt | 2 +- + src/liboslnoise/CMakeLists.txt | 2 +- + src/liboslquery/CMakeLists.txt | 2 +- + src/osl.imageio/CMakeLists.txt | 19 +----------- + src/oslc/CMakeLists.txt | 2 +- + src/oslinfo/CMakeLists.txt | 2 +- + src/testrender/CMakeLists.txt | 2 +- + src/testshade/CMakeLists.txt | 6 ++-- + 13 files changed, 32 insertions(+), 87 deletions(-) + +diff --git a/CMakeLists.txt b/CMakeLists.txt +index 305047c0..da4635ab 100644 +--- a/CMakeLists.txt ++++ b/CMakeLists.txt +@@ -248,6 +248,8 @@ set (OSL_BUILD_PLUGINS ON CACHE BOOL "Bool OSL plugins, for example OIIO plugin" + set (USE_CCACHE ON CACHE BOOL "Use ccache if found") + set (CODECOV OFF CACHE BOOL "Build code coverage tests") + option (USE_BOOST_WAVE "Use Boost Wave for C preprocessor (alternative is to use clang)" OFF) ++set (PLUGIN_SEARCH_PATH "" CACHE STRING "Default plugin search path") ++set (INSTALL_DOCS ON CACHE BOOL "Install documentation") + + # Use ccache if found + find_program (CCACHE_FOUND ccache) +@@ -349,6 +351,14 @@ if (OSL_NAMESPACE) + endif () + message(STATUS "Setting Namespace to: ${OSL_NAMESPACE}") + ++include (GNUInstallDirs) ++ ++message (STATUS "CMAKE_INSTALL_PREFIX is ${CMAKE_INSTALL_PREFIX}") ++message (STATUS "CMAKE_INSTALL_LIBDIR is ${CMAKE_INSTALL_LIBDIR}") ++message (STATUS "CMAKE_INSTALL_BINDIR is ${CMAKE_INSTALL_BINDIR}") ++message (STATUS "CMAKE_INSTALL_DOCDIR is ${CMAKE_INSTALL_DOCDIR}") ++message (STATUS "CMAKE_INSTALL_INCLUDEDIR is ${CMAKE_INSTALL_INCLUDEDIR}") ++ + set (CMAKE_MODULE_PATH + "${PROJECT_SOURCE_DIR}/src/cmake/modules" + "${PROJECT_SOURCE_DIR}/src/cmake") +@@ -363,58 +373,6 @@ include_directories ( + ) + + +-########################################################################### +-# Paths for install tree customization. Note that relative paths are relative +-# to CMAKE_INSTALL_PREFIX. +-set (DEFAULT_BIN_INSTALL_DIR "bin") +-set (DEFAULT_LIB_INSTALL_DIR "lib") +-set (DEFAULT_INCLUDE_INSTALL_DIR "include/OSL") +-if (UNIX AND NOT SELF_CONTAINED_INSTALL_TREE) +- # Try to be well-behaved and install into reasonable places according to +- # the "standard" unix directory heirarchy +- # TODO: Figure out how to get the correct python directory +- set (DEFAULT_PYLIB_INSTALL_DIR "lib/python/site-packages") +- set (DEFAULT_PYLIB3_INSTALL_DIR "lib/python3/site-packages") +- set (DEFAULT_DOC_INSTALL_DIR "share/doc/OSL") +- set (DEFAULT_MAN_INSTALL_DIR "share/man/man1") +-else () +- # Here is the "self-contained install tree" case: the expectation here is +- # that everything OSL related will go into its own directory, not into +- # some standard system heirarchy. +- set (DEFAULT_PYLIB_INSTALL_DIR "python") +- set (DEFAULT_PYLIB3_INSTALL_DIR "python3") +- set (DEFAULT_DOC_INSTALL_DIR "doc") +- set (DEFAULT_MAN_INSTALL_DIR "doc/man") +-endif () +-if (EXEC_INSTALL_PREFIX) +- # Tack on an extra prefix to support multi-arch builds. +- set (DEFAULT_BIN_INSTALL_DIR "${EXEC_INSTALL_PREFIX}/${DEFAULT_BIN_INSTALL_DIR}") +- set (DEFAULT_LIB_INSTALL_DIR "${EXEC_INSTALL_PREFIX}/${DEFAULT_LIB_INSTALL_DIR}") +- set (DEFAULT_PYLIB_INSTALL_DIR "${EXEC_INSTALL_PREFIX}/${DEFAULT_PYLIB_INSTALL_DIR}") +- set (DEFAULT_PYLIB3_INSTALL_DIR "${EXEC_INSTALL_PREFIX}/${DEFAULT_PYLIB3_INSTALL_DIR}") +-endif () +-# Set up cmake cache variables corresponding to the defaults deduced above, so +-# that the user can override them as desired: +-set (BIN_INSTALL_DIR ${DEFAULT_BIN_INSTALL_DIR} CACHE STRING +- "Install location for binaries (relative to CMAKE_INSTALL_PREFIX or absolute)") +-set (LIB_INSTALL_DIR ${DEFAULT_LIB_INSTALL_DIR} CACHE STRING +- "Install location for libraries (relative to CMAKE_INSTALL_PREFIX or absolute)") +-set (PYLIB_INSTALL_DIR ${DEFAULT_PYLIB_INSTALL_DIR} CACHE STRING +- "Install location for python libraries (relative to CMAKE_INSTALL_PREFIX or absolute)") +-set (PYLIB3_INSTALL_DIR ${DEFAULT_PYLIB3_INSTALL_DIR} CACHE STRING +- "Install location for python3 libraries (relative to CMAKE_INSTALL_PREFIX or absolute)") +-set (INCLUDE_INSTALL_DIR ${DEFAULT_INCLUDE_INSTALL_DIR} CACHE STRING +- "Install location of header files (relative to CMAKE_INSTALL_PREFIX or absolute)") +-set (DOC_INSTALL_DIR ${DEFAULT_DOC_INSTALL_DIR} CACHE STRING +- "Install location for documentation (relative to CMAKE_INSTALL_PREFIX or absolute)") +-if (UNIX) +- set (MAN_INSTALL_DIR ${DEFAULT_MAN_INSTALL_DIR} CACHE STRING +- "Install location for manual pages (relative to CMAKE_INSTALL_PREFIX or absolute)") +-endif() +-set (PLUGIN_SEARCH_PATH "" CACHE STRING "Default plugin search path") +-set (INSTALL_DOCS ON CACHE BOOL "Install documentation") +- +- + if (APPLE) + set (MACOSX_RPATH ON) + endif () +@@ -425,7 +383,7 @@ set (CMAKE_SKIP_BUILD_RPATH FALSE) + # (but later on when installing) + set (CMAKE_BUILD_WITH_INSTALL_RPATH FALSE) + # the RPATH to be used when installing +-set (CMAKE_INSTALL_RPATH "${CMAKE_INSTALL_PREFIX}/lib") ++set (CMAKE_INSTALL_RPATH "${CMAKE_INSTALL_FULL_LIBDIR}") + # add the automatically determined parts of the RPATH + # which point to directories outside the build tree to the install RPATH + set (CMAKE_INSTALL_RPATH_USE_LINK_PATH TRUE) +@@ -472,7 +430,9 @@ add_subdirectory (src/osl.imageio) + endif () + + add_subdirectory (src/include) ++if (INSTALL_DOCS) + add_subdirectory (src/doc) ++endif () + + + +diff --git a/src/cmake/util_macros.cmake b/src/cmake/util_macros.cmake +index 5691c925..fdaeb042 100644 +--- a/src/cmake/util_macros.cmake ++++ b/src/cmake/util_macros.cmake +@@ -107,6 +107,8 @@ endmacro () + # install_targets (target1 [target2 ...]) + # + macro (install_targets) +- install (TARGETS ${ARGN} RUNTIME DESTINATION bin +- LIBRARY DESTINATION lib ARCHIVE DESTINATION lib) ++ install (TARGETS ${ARGN} ++ RUNTIME DESTINATION "${CMAKE_INSTALL_BINDIR}" COMPONENT user ++ LIBRARY DESTINATION "${CMAKE_INSTALL_LIBDIR}" COMPONENT user ++ ARCHIVE DESTINATION "${CMAKE_INSTALL_LIBDIR}" COMPONENT developer) + endmacro() +diff --git a/src/doc/CMakeLists.txt b/src/doc/CMakeLists.txt +index 9fefa26d..f90c6f00 100644 +--- a/src/doc/CMakeLists.txt ++++ b/src/doc/CMakeLists.txt +@@ -3,15 +3,15 @@ set (public_docs osl-languagespec.pdf + markdeep.min.js + ) + +-install (FILES ${public_docs} DESTINATION doc COMPONENT documentation) ++install (FILES ${public_docs} DESTINATION ${CMAKE_INSTALL_DOCDIR} COMPONENT documentation) + + install ( FILES "${PROJECT_SOURCE_DIR}/LICENSE" + "${PROJECT_SOURCE_DIR}/INSTALL.md" + "${PROJECT_SOURCE_DIR}/CHANGES.md" + "${PROJECT_SOURCE_DIR}/README.md" +- DESTINATION doc ) ++ DESTINATION ${CMAKE_INSTALL_DOCDIR} ) + + + file (GLOB testshade_figures "Figures/testshade/*.jpg") + install (FILES ${testshade_figures} +- DESTINATION doc/Figures/testshade ) ++ DESTINATION ${CMAKE_INSTALL_DOCDIR}/Figures/testshade ) +diff --git a/src/include/CMakeLists.txt b/src/include/CMakeLists.txt +index cf3747d1..4656ee78 100644 +--- a/src/include/CMakeLists.txt ++++ b/src/include/CMakeLists.txt +@@ -6,4 +6,4 @@ set (OSL_BUILD_CPP14 ${USE_CPP14}) + configure_file (OSL/oslversion.h.in "${CMAKE_BINARY_DIR}/include/OSL/oslversion.h" @ONLY) + list (APPEND public_headers "${CMAKE_BINARY_DIR}/include/OSL/oslversion.h") + +-INSTALL ( FILES ${public_headers} DESTINATION include/OSL ) ++INSTALL ( FILES ${public_headers} DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/OSL ) +diff --git a/src/liboslcomp/CMakeLists.txt b/src/liboslcomp/CMakeLists.txt +index b6fa459d..6ad9172f 100644 +--- a/src/liboslcomp/CMakeLists.txt ++++ b/src/liboslcomp/CMakeLists.txt +@@ -25,5 +25,5 @@ TARGET_LINK_LIBRARIES ( oslcomp ${OPENIMAGEIO_LIBRARIES} ${ILMBASE_LIBRARIES} + ${CLANG_LIBRARIES} ${LLVM_LIBRARIES} ${LLVM_LDFLAGS} + ${LLVM_SYSTEM_LIBRARIES}) + +-INSTALL ( TARGETS oslcomp RUNTIME DESTINATION bin LIBRARY DESTINATION lib ARCHIVE DESTINATION lib ) ++install_targets (oslcomp) + +diff --git a/src/liboslexec/CMakeLists.txt b/src/liboslexec/CMakeLists.txt +index a0ffca5c..fa8a8728 100644 +--- a/src/liboslexec/CMakeLists.txt ++++ b/src/liboslexec/CMakeLists.txt +@@ -157,7 +157,7 @@ TARGET_LINK_LIBRARIES ( oslexec + ${LLVM_SYSTEM_LIBRARIES}) + ADD_DEPENDENCIES (oslexec "${CMAKE_SOURCE_DIR}/src/build-scripts/hidesymbols.map") + +-INSTALL ( TARGETS oslexec RUNTIME DESTINATION bin LIBRARY DESTINATION lib ARCHIVE DESTINATION lib ) ++install_targets (oslexec) + + # Unit tests + if (OSL_BUILD_TESTS) +diff --git a/src/liboslnoise/CMakeLists.txt b/src/liboslnoise/CMakeLists.txt +index bc4c175c..2df16afe 100644 +--- a/src/liboslnoise/CMakeLists.txt ++++ b/src/liboslnoise/CMakeLists.txt +@@ -11,7 +11,7 @@ endif () + + TARGET_LINK_LIBRARIES ( oslnoise ${OPENIMAGEIO_LIBRARY} ${ILMBASE_LIBRARIES} ${Boost_LIBRARIES} ${CMAKE_DL_LIBS} ) + +-INSTALL ( TARGETS oslnoise RUNTIME DESTINATION bin LIBRARY DESTINATION lib ARCHIVE DESTINATION lib ) ++install_targets (oslnoise) + + + if (OSL_BUILD_TESTS) +diff --git a/src/liboslquery/CMakeLists.txt b/src/liboslquery/CMakeLists.txt +index 328fa4bb..083d0d5a 100644 +--- a/src/liboslquery/CMakeLists.txt ++++ b/src/liboslquery/CMakeLists.txt +@@ -14,4 +14,4 @@ endif () + + TARGET_LINK_LIBRARIES ( oslquery ${OPENIMAGEIO_LIBRARY} ${ILMBASE_LIBRARIES} ${Boost_LIBRARIES} ) + +-INSTALL ( TARGETS oslquery RUNTIME DESTINATION bin LIBRARY DESTINATION lib ARCHIVE DESTINATION lib ) ++install_targets (oslquery) +diff --git a/src/osl.imageio/CMakeLists.txt b/src/osl.imageio/CMakeLists.txt +index af612544..a8065e72 100644 +--- a/src/osl.imageio/CMakeLists.txt ++++ b/src/osl.imageio/CMakeLists.txt +@@ -1,20 +1,3 @@ +-# Macro to install targets to the appropriate locations. Use this instead of +-# the install(TARGETS ...) signature. +-# +-# Note: the original is in OIIO's src/cmake/oiio_macros.cmake +-# +-# Usage: +-# +-# oiio_install_targets (target1 [target2 ...]) +-# +-macro (oiio_install_targets) +- install (TARGETS ${ARGN} +- RUNTIME DESTINATION "${BIN_INSTALL_DIR}" COMPONENT user +- LIBRARY DESTINATION "${LIB_INSTALL_DIR}" COMPONENT user +- ARCHIVE DESTINATION "${LIB_INSTALL_DIR}" COMPONENT developer) +-endmacro () +- +- + # Macro to add a build target for an IO plugin. + # + # Note: the original is in OIIO's src/cmake/oiio_macros.cmake +@@ -37,7 +20,7 @@ macro (add_oiio_plugin) + add_library (${_target_name} SHARED ${_plugin_DEFAULT_ARGS}) + target_link_libraries (${_target_name} ${OPENIMAGEIO_LIBRARY} ${_plugin_LINK_LIBRARIES}) + set_target_properties (${_target_name} PROPERTIES PREFIX "" FOLDER "Plugins") +- oiio_install_targets (${_target_name}) ++ install_targets (${_target_name}) + endmacro () + + +diff --git a/src/oslc/CMakeLists.txt b/src/oslc/CMakeLists.txt +index d57fc595..47b73611 100644 +--- a/src/oslc/CMakeLists.txt ++++ b/src/oslc/CMakeLists.txt +@@ -9,5 +9,5 @@ endif () + + ADD_EXECUTABLE ( oslc ${oslc_srcs} ) + TARGET_LINK_LIBRARIES ( oslc oslcomp ${OPENIMAGEIO_LIBRARY} ${Boost_LIBRARIES} ${CMAKE_DL_LIBS}) +-INSTALL ( TARGETS oslc RUNTIME DESTINATION bin ) ++INSTALL ( TARGETS oslc RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR} ) + +diff --git a/src/oslinfo/CMakeLists.txt b/src/oslinfo/CMakeLists.txt +index e67b4670..d3519033 100644 +--- a/src/oslinfo/CMakeLists.txt ++++ b/src/oslinfo/CMakeLists.txt +@@ -1,4 +1,4 @@ + SET ( oslinfo_srcs oslinfo.cpp ) + ADD_EXECUTABLE ( oslinfo ${oslinfo_srcs} ) + TARGET_LINK_LIBRARIES ( oslinfo oslquery ${OPENIMAGEIO_LIBRARY} ${Boost_LIBRARIES} ${CMAKE_DL_LIBS}) +-INSTALL ( TARGETS oslinfo RUNTIME DESTINATION bin ) ++INSTALL ( TARGETS oslinfo RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR} ) +diff --git a/src/testrender/CMakeLists.txt b/src/testrender/CMakeLists.txt +index 6643e1ee..03197346 100644 +--- a/src/testrender/CMakeLists.txt ++++ b/src/testrender/CMakeLists.txt +@@ -2,4 +2,4 @@ + FILE(GLOB testrender_src *.cpp) + ADD_EXECUTABLE ( testrender ${testrender_src} ) + TARGET_LINK_LIBRARIES ( testrender oslexec oslquery ${OPENIMAGEIO_LIBRARY} ${Boost_LIBRARIES} ${CMAKE_DL_LIBS}) +-INSTALL ( TARGETS testrender RUNTIME DESTINATION bin ) ++INSTALL ( TARGETS testrender RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR} ) +diff --git a/src/testshade/CMakeLists.txt b/src/testshade/CMakeLists.txt +index ee2f12ce..638097d4 100644 +--- a/src/testshade/CMakeLists.txt ++++ b/src/testshade/CMakeLists.txt +@@ -2,7 +2,7 @@ + SET ( testshade_srcs testshade.cpp simplerend.cpp ) + ADD_EXECUTABLE ( testshade ${testshade_srcs} testshademain.cpp ) + TARGET_LINK_LIBRARIES ( testshade oslexec oslquery ${OPENIMAGEIO_LIBRARY} ${OPENEXR_LIBRARIES} ${Boost_LIBRARIES} ${CMAKE_DL_LIBS}) +-INSTALL ( TARGETS testshade RUNTIME DESTINATION bin ) ++INSTALL ( TARGETS testshade RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR} ) + + # The 'libtestshade' library + if (BUILDSTATIC) +@@ -14,10 +14,10 @@ endif () + TARGET_LINK_LIBRARIES (libtestshade oslexec oslquery ${OPENIMAGEIO_LIBRARY} ${OPENEXR_LIBRARIES} ${Boost_LIBRARIES} ${CMAKE_DL_LIBS} ) + SET_TARGET_PROPERTIES (libtestshade PROPERTIES PREFIX "") + +-INSTALL ( TARGETS libtestshade RUNTIME DESTINATION bin LIBRARY DESTINATION lib ARCHIVE DESTINATION lib) ++install_targets (libtestshade) + + # The 'testshade_dso' executable + ADD_EXECUTABLE ( testshade_dso testshade_dso.cpp ) + TARGET_LINK_LIBRARIES ( testshade_dso ${OPENIMAGEIO_LIBRARY} ${OPENEXR_LIBRARIES} ${Boost_LIBRARIES} ${CMAKE_DL_LIBS} ) +-INSTALL ( TARGETS testshade_dso RUNTIME DESTINATION bin ) ++INSTALL ( TARGETS testshade_dso RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR} ) + +-- +2.14.1 + diff --git a/media-libs/osl/metadata.xml b/media-libs/osl/metadata.xml new file mode 100644 index 000000000000..73ffbf9c1415 --- /dev/null +++ b/media-libs/osl/metadata.xml @@ -0,0 +1,27 @@ + + + + + j.scruggs@gmail.com + Jonathan Scruggs + + + agrigo2001@yahoo.com.au + Adrian Grigo + + + proxy-maint@gentoo.org + Proxy Maintainers + + + A small but rich language for programmable shading in advanced + renderers and other applications, ideal for describing materials, + lights, displacement, and pattern generation. + + + Use media-libs/partio + + + imageworks/OpenShadingLanguage + + diff --git a/media-libs/osl/osl-1.8.12.ebuild b/media-libs/osl/osl-1.8.12.ebuild new file mode 100644 index 000000000000..6bbe3b7c837d --- /dev/null +++ b/media-libs/osl/osl-1.8.12.ebuild @@ -0,0 +1,70 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +inherit cmake-utils + +DESCRIPTION="Advanced shading language for production GI renderers" +HOMEPAGE="http://opensource.imageworks.com/?p=osl" + +MY_PV=${PV//_} # Remove underscore if any. +[[ "${PV}" = *_rc* ]] && MY_PV=${MY_PV^^} # They use capitals for RC. + +SRC_URI="https://github.com/imageworks/OpenShadingLanguage/archive/Release-${MY_PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +X86_CPU_FEATURES=( sse2:sse2 sse3:sse3 sse4_1:sse4.1 sse4_2:sse4.2 ) +CPU_FEATURES=( ${X86_CPU_FEATURES[@]/#/cpu_flags_x86_} ) +IUSE="doc partio test ${CPU_FEATURES[@]%:*}" + +RDEPEND=">=media-libs/openexr-2.2.0 + >=media-libs/openimageio-1.7.0 + dev-libs/pugixml + sys-libs/zlib:= + partio? ( media-libs/partio )" + +DEPEND="${RDEPEND} + >=dev-libs/boost-1.62 + sys-devel/llvm[clang] + sys-devel/bison + sys-devel/flex + virtual/pkgconfig" + +# Restricting tests as Make file handles them differently +RESTRICT="test" + +PATCHES=( "${FILESDIR}/${P}-cmake-fixes.patch" ) + +S="${WORKDIR}/OpenShadingLanguage-Release-${MY_PV}" + +src_configure() { + local cpufeature + local mysimd="" + for cpufeature in "${CPU_FEATURES[@]}"; do + use ${cpufeature%:*} && mysimd+="${cpufeature#*:}," + done + + # If no CPU SIMDs were used, completely disable them + [[ -z $mysimd ]] && mysimd="0" + + # LLVM needs CPP11. Do not disable. + local mycmakeargs=( + -DUSE_EXTERNAL_PUGIXML=ON + -DUSE_PARTIO=$(usex partio) + -DOSL_BUILD_CPP11=ON + -DENABLERTTI=OFF + -DSTOP_ON_WARNING=OFF + -DSELF_CONTAINED_INSTALL_TREE=OFF + -DOSL_BUILD_TESTS=$(usex test) + -DINSTALL_DOCS=$(usex doc) + -DCMAKE_INSTALL_DOCDIR="share/doc/${PF}" + -DUSE_SIMD=${mysimd%,} + -DLLVM_STATIC=ON + -DVERBOSE=OFF + ) + + cmake-utils_src_configure +} diff --git a/media-libs/speex/speex-1.2.0-r1.ebuild b/media-libs/speex/speex-1.2.0-r1.ebuild index e9094c737626..959d53d9bd46 100644 --- a/media-libs/speex/speex-1.2.0-r1.ebuild +++ b/media-libs/speex/speex-1.2.0-r1.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://downloads.xiph.org/releases/speex/${MY_P}.tar.gz" LICENSE="BSD" 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 ~x64-macos ~x86-macos ~sparc-solaris ~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 ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" IUSE="cpu_flags_arm_v4 cpu_flags_arm_v5 cpu_flags_arm_v6 cpu_flags_x86_sse static-libs utils +vbr" RDEPEND=" diff --git a/media-libs/speexdsp/speexdsp-1.2_rc3-r2.ebuild b/media-libs/speexdsp/speexdsp-1.2_rc3-r2.ebuild index a4e5e97a8add..c71476efa368 100644 --- a/media-libs/speexdsp/speexdsp-1.2_rc3-r2.ebuild +++ b/media-libs/speexdsp/speexdsp-1.2_rc3-r2.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://downloads.xiph.org/releases/speex/${MY_P}.tar.gz" LICENSE="BSD" 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 ~x64-macos ~x86-macos ~sparc-solaris ~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 ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" IUSE="cpu_flags_x86_sse cpu_flags_x86_sse2 cpu_flags_arm_neon static-libs" RDEPEND="! - #include - -+#include -+#include -+ - #define NUM_BANDS 32 - #define DB_RANGE 40 - -diff -Naur audacious-plugins-3.7.1-orig/work/audacious-plugins-3.7.1/src/jack-ng/jack-ng.cc audacious-plugins-3.7.1/work/audacious-plugins-3.7.1/src/jack-ng/jack-ng.cc ---- audacious-plugins-3.7.1-orig/work/audacious-plugins-3.7.1/src/jack-ng/jack-ng.cc 2015-12-28 18:29:53.000000000 -0800 -+++ audacious-plugins-3.7.1/work/audacious-plugins-3.7.1/src/jack-ng/jack-ng.cc 2017-04-20 23:28:06.535357794 -0700 -@@ -28,6 +28,7 @@ - #include - - #include -+#include - - #include - #include diff --git a/media-radio/Manifest.gz b/media-radio/Manifest.gz index ad2229d67bda..6b52bb2435b8 100644 Binary files a/media-radio/Manifest.gz and b/media-radio/Manifest.gz differ diff --git a/media-radio/cqrlog/Manifest b/media-radio/cqrlog/Manifest new file mode 100644 index 000000000000..8591a3a5a3e6 --- /dev/null +++ b/media-radio/cqrlog/Manifest @@ -0,0 +1 @@ +DIST cqrlog-2.1.0.tar.gz 8732858 BLAKE2B 926934b70dcd53d48ed6443994a295efdee7e34d968337f409988f269fe01faeace5dbfa02307d04ba41fb72205925b9a56fa1f75472f018cd85a408edf1265a SHA512 df5f9a197600762ef0fc60e25f67cf7968829cf0241e7e63849faa1152a0d002e0f373d33528ba7285764c19460f572090f57ac7bd5f2dc2d178862003cb812e diff --git a/media-radio/cqrlog/cqrlog-2.1.0.ebuild b/media-radio/cqrlog/cqrlog-2.1.0.ebuild new file mode 100644 index 000000000000..c59f516c9ff4 --- /dev/null +++ b/media-radio/cqrlog/cqrlog-2.1.0.ebuild @@ -0,0 +1,46 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit eutils + +DESCRIPTION="CQRLOG is an advanced ham radio logger based on MySQL database." +HOMEPAGE="https://www.cqrlog.com/" +SRC_URI="https://github.com/ok2cqr/cqrlog/archive/v${PV}.tar.gz -> ${P}.tar.gz" +LICENSE="GPL-2" + +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +#RESTRICT="strip" + +DEPEND=">=dev-lang/lazarus-1.6.4 + >=dev-lang/fpc-3.0.2" + +RDEPEND="${DEPEND} + dev-db/mysql[embedded] + dev-libs/atk + dev-libs/glib + x11-libs/cairo + x11-libs/gdk-pixbuf + x11-libs/gtk+ + x11-libs/libX11 + x11-libs/pango" + +#S=${WORKDIR}/${P} + +LazarusDir=/usr/share/lazarus/ + +src_prepare() { +# add --lazarusdir=/usr/share/lazarus to command line +# fix tmpdir + eapply_user + epatch "${FILESDIR}/${PV}-makefile.patch" +} + +pkg_postist() { + elog "This package optionally supports media-libs/hablib" + elog "for monitoring radio settings." +} diff --git a/media-radio/cqrlog/files/2.1.0-makefile.patch b/media-radio/cqrlog/files/2.1.0-makefile.patch new file mode 100644 index 000000000000..8499213fbd53 --- /dev/null +++ b/media-radio/cqrlog/files/2.1.0-makefile.patch @@ -0,0 +1,17 @@ +diff --git a/Makefile.orig b/Makefile +index 4edf8cf..1ec6262 100644 +--- a/Makefile.orig ++++ b/Makefile +@@ -3,10 +3,10 @@ ST=strip + datadir = $(DESTDIR)/usr/share/cqrlog + bindir = $(DESTDIR)/usr/bin + sharedir = $(DESTDIR)/usr/share +-tmpdir = /tmp ++tmpdir := $(shell mktemp -d) + + cqrlog: src/cqrlog.lpi +- $(CC) --ws=gtk2 --pcp=$(tmpdir)/.lazarus src/cqrlog.lpi ++ $(CC) --ws=gtk2 --lazarusdir=/usr/share/lazarus --pcp=$(tmpdir)/.lazarus src/cqrlog.lpi + $(ST) src/cqrlog + gzip tools/cqrlog.1 -c > tools/cqrlog.1.gz + diff --git a/media-radio/cqrlog/metadata.xml b/media-radio/cqrlog/metadata.xml new file mode 100644 index 000000000000..12bc90833845 --- /dev/null +++ b/media-radio/cqrlog/metadata.xml @@ -0,0 +1,8 @@ + + + + + rich0@gentoo.org + Primary maintainer + + diff --git a/media-radio/direwolf/Manifest b/media-radio/direwolf/Manifest new file mode 100644 index 000000000000..531918335474 --- /dev/null +++ b/media-radio/direwolf/Manifest @@ -0,0 +1 @@ +DIST direwolf-1.4.tar.gz 17554878 BLAKE2B a8eea6777df93d66d67c993c23eba86f37ff1e23d95df842b17be1a9a0b83c4bb0b7b14b97f43a1756512d060e50136712d1d9d499b2567eabbe1092a2f5edf0 SHA512 597b0652e910642d5a3c538297e4306f9317c29b3629e7fd96cc33b92b2f09d743cea8b8a0cc6451347dc0877fcf1f3933a420ae58e33ad7be7d899f80036eb3 diff --git a/media-radio/direwolf/direwolf-1.4.ebuild b/media-radio/direwolf/direwolf-1.4.ebuild new file mode 100644 index 000000000000..04a0995bbf20 --- /dev/null +++ b/media-radio/direwolf/direwolf-1.4.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit eutils systemd + +DESCRIPTION="Decoded Information from Radio Emissions for Windows Or Linux Fans" +HOMEPAGE="https://github.com/wb2osz/direwolf/blob/master/README.md" +SRC_URI="https://github.com/wb2osz/direwolf/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-2 BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="media-libs/alsa-lib:=" +DEPEND="${RDEPEND}" + +DOCS=( CHANGES.md README.md doc/2400-4800-PSK-for-APRS-Packet-Radio.pdf doc/A-Better-APRS-Packet-Demodulator-Part-1-1200-baud.pdf doc/A-Better-APRS-Packet-Demodulator-Part-2-9600-baud.pdf doc/A-Closer-Look-at-the-WA8LMF-TNC-Test-CD.pdf doc/APRS-Telemetry-Toolkit.pdf doc/APRStt-Implementation-Notes.pdf doc/APRStt-interface-for-SARTrack.pdf doc/APRStt-Listening-Example.pdf doc/Going-beyond-9600-baud.pdf doc/Raspberry-Pi-APRS.pdf doc/Raspberry-Pi-APRS-Tracker.pdf doc/Raspberry-Pi-SDR-IGate.pdf doc/README.md doc/Successful-APRS-IGate-Operation.pdf doc/User-Guide.pdf doc/WA8LMF-TNC-Test-CD-Results.pdf direwolf.conf dw-start.sh sdr.conf telemetry-toolkit/telem-m0xer-3.txt telemetry-toolkit/telem-balloon.conf telemetry-toolkit/telem-volts.conf ) + +INSTALLDIR="${D}" + +src_prepare() { + eapply_user + epatch "${FILESDIR}/${PV}-makefile.patch" +} + +src_install() { + dodir /usr + dodir /usr/bin + dodir /var/log/direwolf + emake DESTDIR="${D}" install + insinto /etc/direwolf/ + doins direwolf.conf + einstalldocs + systemd_dounit "${FILESDIR}"/direwolf.service + systemd_dounit "${FILESDIR}"/direwolf-kiss.service +} diff --git a/media-radio/direwolf/files/1.4-makefile.patch b/media-radio/direwolf/files/1.4-makefile.patch new file mode 100644 index 000000000000..6424d8a72cc3 --- /dev/null +++ b/media-radio/direwolf/files/1.4-makefile.patch @@ -0,0 +1,89 @@ +--- direwolf-1.4-orig/Makefile.linux ++++ direwolf-1.4/Makefile.linux +@@ -484,11 +484,12 @@ direwolf.conf : generic.conf + # This is a step in the right direction but not sufficient to use /usr instead. + # Eventually I'd like to have targets here to build the .DEB and .RPM packages. + +-INSTALLDIR := /usr/local ++DESTDIR ?= /usr/local ++INSTALLDIR ?= $(DESTDIR)usr/ + + # Command to "install" to system directories. Use "ginstall" for Mac. + +-INSTALL=install ++INSTALL=install + + # direwolf.desktop was previously handcrafted for the Raspberry Pi. + # It was hardcoded with lxterminal, /home/pi, and so on. +@@ -554,56 +555,37 @@ install : $(APPS) direwolf.conf tocalls.txt symbols-new.txt symbolsX.txt dw-icon + # + # Misc. data such as "tocall" to system mapping. + # +- $(INSTALL) -D --mode=644 tocalls.txt /usr/share/direwolf/tocalls.txt +- $(INSTALL) -D --mode=644 symbols-new.txt /usr/share/direwolf/symbols-new.txt +- $(INSTALL) -D --mode=644 symbolsX.txt /usr/share/direwolf/symbolsX.txt +- $(INSTALL) -D --mode=644 dw-icon.png /usr/share/direwolf/dw-icon.png +- $(INSTALL) -D --mode=644 direwolf.desktop /usr/share/applications/direwolf.desktop ++ $(INSTALL) -D --mode=644 tocalls.txt $(INSTALLDIR)/share/direwolf/tocalls.txt ++ $(INSTALL) -D --mode=644 symbols-new.txt $(INSTALLDIR)/share/direwolf/symbols-new.txt ++ $(INSTALL) -D --mode=644 symbolsX.txt $(INSTALLDIR)/share/direwolf/symbolsX.txt ++ $(INSTALL) -D --mode=644 dw-icon.png $(INSTALLDIR)/share/direwolf/dw-icon.png ++ $(INSTALL) -D --mode=644 direwolf.desktop $(INSTALLDIR)/share/applications/direwolf.desktop + # + # Documentation. Various plain text files and PDF. + # +- $(INSTALL) -D --mode=644 CHANGES.md $(INSTALLDIR)/share/doc/direwolf/CHANGES.md +- $(INSTALL) -D --mode=644 LICENSE-dire-wolf.txt $(INSTALLDIR)/share/doc/direwolf/LICENSE-dire-wolf.txt +- $(INSTALL) -D --mode=644 LICENSE-other.txt $(INSTALLDIR)/share/doc/direwolf/LICENSE-other.txt + # + # ./README.md is an overview for the project main page. + # doc/README.md contains an overview of the PDF file contents and is more useful here. + # +- $(INSTALL) -D --mode=644 doc/README.md $(INSTALLDIR)/share/doc/direwolf/README.md +- $(INSTALL) -D --mode=644 doc/User-Guide.pdf $(INSTALLDIR)/share/doc/direwolf/User-Guide.pdf +- $(INSTALL) -D --mode=644 doc/Raspberry-Pi-APRS.pdf $(INSTALLDIR)/share/doc/direwolf/Raspberry-Pi-APRS.pdf +- $(INSTALL) -D --mode=644 doc/Raspberry-Pi-APRS-Tracker.pdf $(INSTALLDIR)/share/doc/direwolf/Raspberry-Pi-APRS-Tracker.pdf +- $(INSTALL) -D --mode=644 doc/Raspberry-Pi-SDR-IGate.pdf $(INSTALLDIR)/share/doc/direwolf/Raspberry-Pi-SDR-IGate.pdf +- $(INSTALL) -D --mode=644 doc/APRStt-Implementation-Notes.pdf $(INSTALLDIR)/share/doc/direwolf/APRStt-Implementation-Notes.pdf +- $(INSTALL) -D --mode=644 doc/APRStt-interface-for-SARTrack.pdf $(INSTALLDIR)/share/doc/direwolf/APRStt-interface-for-SARTrack.pdf +- $(INSTALL) -D --mode=644 doc/APRS-Telemetry-Toolkit.pdf $(INSTALLDIR)/share/doc/direwolf/APRS-Telemetry-Toolkit.pdf +- $(INSTALL) -D --mode=644 doc/A-Better-APRS-Packet-Demodulator-Part-1-1200-baud.pdf $(INSTALLDIR)/share/doc/direwolf/A-Better-APRS-Packet-Demodulator-Part-1-1200-baud.pdf +- $(INSTALL) -D --mode=644 doc/A-Better-APRS-Packet-Demodulator-Part-2-9600-baud.pdf $(INSTALLDIR)/share/doc/direwolf/A-Better-APRS-Packet-Demodulator-Part-2-9600-baud.pdf + # + # Various sample config and other files go into examples under the doc directory. + # When building from source, these can be put in home directory with "make install-conf". + # When installed from .DEB or .RPM package, the user will need to copy these to + # the home directory or other desired location. + # +- $(INSTALL) -D --mode=644 direwolf.conf $(INSTALLDIR)/share/doc/direwolf/examples/direwolf.conf +- $(INSTALL) -D --mode=755 dw-start.sh $(INSTALLDIR)/share/doc/direwolf/examples/dw-start.sh +- $(INSTALL) -D --mode=644 sdr.conf $(INSTALLDIR)/share/doc/direwolf/examples/sdr.conf +- $(INSTALL) -D --mode=644 telemetry-toolkit/telem-m0xer-3.txt $(INSTALLDIR)/share/doc/direwolf/examples/telem-m0xer-3.txt +- $(INSTALL) -D --mode=644 telemetry-toolkit/telem-balloon.conf $(INSTALLDIR)/share/doc/direwolf/examples/telem-balloon.conf +- $(INSTALL) -D --mode=644 telemetry-toolkit/telem-volts.conf $(INSTALLDIR)/share/doc/direwolf/examples/telem-volts.conf + # + # "man" pages + # +- $(INSTALL) -D --mode=644 man1/aclients.1 $(INSTALLDIR)/man/man1/aclients.1 +- $(INSTALL) -D --mode=644 man1/atest.1 $(INSTALLDIR)/man/man1/atest.1 +- $(INSTALL) -D --mode=644 man1/decode_aprs.1 $(INSTALLDIR)/man/man1/decode_aprs.1 +- $(INSTALL) -D --mode=644 man1/direwolf.1 $(INSTALLDIR)/man/man1/direwolf.1 +- $(INSTALL) -D --mode=644 man1/gen_packets.1 $(INSTALLDIR)/man/man1/gen_packets.1 +- $(INSTALL) -D --mode=644 man1/ll2utm.1 $(INSTALLDIR)/man/man1/ll2utm.1 +- $(INSTALL) -D --mode=644 man1/log2gpx.1 $(INSTALLDIR)/man/man1/log2gpx.1 +- $(INSTALL) -D --mode=644 man1/text2tt.1 $(INSTALLDIR)/man/man1/text2tt.1 +- $(INSTALL) -D --mode=644 man1/tt2text.1 $(INSTALLDIR)/man/man1/tt2text.1 +- $(INSTALL) -D --mode=644 man1/utm2ll.1 $(INSTALLDIR)/man/man1/utm2ll.1 ++ $(INSTALL) -D --mode=644 man1/aclients.1 $(INSTALLDIR)/share/man/man1/aclients.1 ++ $(INSTALL) -D --mode=644 man1/atest.1 $(INSTALLDIR)/share/man/man1/atest.1 ++ $(INSTALL) -D --mode=644 man1/decode_aprs.1 $(INSTALLDIR)/share/man/man1/decode_aprs.1 ++ $(INSTALL) -D --mode=644 man1/direwolf.1 $(INSTALLDIR)/share/man/man1/direwolf.1 ++ $(INSTALL) -D --mode=644 man1/gen_packets.1 $(INSTALLDIR)/share/man/man1/gen_packets.1 ++ $(INSTALL) -D --mode=644 man1/ll2utm.1 $(INSTALLDIR)/share/man/man1/ll2utm.1 ++ $(INSTALL) -D --mode=644 man1/log2gpx.1 $(INSTALLDIR)/share/man/man1/log2gpx.1 ++ $(INSTALL) -D --mode=644 man1/text2tt.1 $(INSTALLDIR)/share/man/man1/text2tt.1 ++ $(INSTALL) -D --mode=644 man1/tt2text.1 $(INSTALLDIR)/share/man/man1/tt2text.1 ++ $(INSTALL) -D --mode=644 man1/utm2ll.1 $(INSTALLDIR)/share/man/man1/utm2ll.1 + # + @echo " " + @echo "If this is your first install, not an upgrade, type this to put a copy" diff --git a/media-radio/direwolf/files/direwolf-kiss.service b/media-radio/direwolf/files/direwolf-kiss.service new file mode 100644 index 000000000000..473feb246c31 --- /dev/null +++ b/media-radio/direwolf/files/direwolf-kiss.service @@ -0,0 +1,10 @@ +[Unit] +Description=Dire Wolf + +[Service] +Type=simple +ExecStart=/usr/bin/direwolf -l /var/log/direwolf -p +Restart=always + +[Install] +WantedBy=multi-user.target diff --git a/media-radio/direwolf/files/direwolf.service b/media-radio/direwolf/files/direwolf.service new file mode 100644 index 000000000000..47eb3e7871bb --- /dev/null +++ b/media-radio/direwolf/files/direwolf.service @@ -0,0 +1,10 @@ +[Unit] +Description=Dire Wolf + +[Service] +Type=simple +ExecStart=/usr/bin/direwolf -l /var/log/direwolf +Restart=always + +[Install] +WantedBy=multi-user.target diff --git a/media-radio/direwolf/metadata.xml b/media-radio/direwolf/metadata.xml new file mode 100644 index 000000000000..12bc90833845 --- /dev/null +++ b/media-radio/direwolf/metadata.xml @@ -0,0 +1,8 @@ + + + + + rich0@gentoo.org + Primary maintainer + + diff --git a/media-radio/flamp/Manifest b/media-radio/flamp/Manifest new file mode 100644 index 000000000000..41daf11916f0 --- /dev/null +++ b/media-radio/flamp/Manifest @@ -0,0 +1 @@ +DIST flamp-2.2.03.tar.gz 518242 BLAKE2B 831fa1dc00976b7e627c0d36d594aab3c3668ae38153d3e76f1cc8460dddb7064882f6c8eb69b1fecf9abae75848acb235a1023cd6d8ba9d5c7c6731718ea907 SHA512 f5675d0703bbdc59897341e44bc3c558c6e24473d6b5b8750f3242884bfe978ef8ff276e375f50115c5ce01ef0531704d2704e39c89a415e3830cd205fc4667e diff --git a/media-radio/flamp/flamp-2.2.03.ebuild b/media-radio/flamp/flamp-2.2.03.ebuild new file mode 100644 index 000000000000..12318219772a --- /dev/null +++ b/media-radio/flamp/flamp-2.2.03.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit eutils + +DESCRIPTION="Fldigi helper for transferring files" +HOMEPAGE="http://www.w1hkj.com" +SRC_URI="mirror://sourceforge/fldigi/${P}.tar.gz" + +LICENSE="GPL-3+" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="media-radio/fldigi + x11-libs/fltk:= + x11-libs/libX11:=" +DEPEND="${RDEPEND} + virtual/pkgconfig" + +DOCS=( AUTHORS ChangeLog INSTALL README ) diff --git a/media-radio/flamp/metadata.xml b/media-radio/flamp/metadata.xml new file mode 100644 index 000000000000..050012df3e7f --- /dev/null +++ b/media-radio/flamp/metadata.xml @@ -0,0 +1,11 @@ + + + + + rich0@gentoo.org + Rich Freeman + + + fldigi + + diff --git a/media-radio/flmsg/Manifest b/media-radio/flmsg/Manifest new file mode 100644 index 000000000000..3898f28eae97 --- /dev/null +++ b/media-radio/flmsg/Manifest @@ -0,0 +1 @@ +DIST flmsg-4.0.3.tar.gz 898185 BLAKE2B 7a1b80a07b2eaa4d094ff956102bb659cffc9ad88e3a2daf5650805c9995a54383d1f296b1b0dbaca341e8087eacccf71943a3745b1bb75c8fd2a5f4d8cee227 SHA512 afc4e8ab40d05e6cdc6ecd86b1b3348be46a8251dbd88635316fbbf4592f9959022d0f757b9283849676fa6a4467d035568302e785017b55bafdcd99f2a2d326 diff --git a/media-radio/flmsg/flmsg-4.0.3.ebuild b/media-radio/flmsg/flmsg-4.0.3.ebuild new file mode 100644 index 000000000000..eecbc9ec9864 --- /dev/null +++ b/media-radio/flmsg/flmsg-4.0.3.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit eutils + +DESCRIPTION="Fldigi helper for creating radiograms" +HOMEPAGE="http://www.w1hkj.com" +SRC_URI="mirror://sourceforge/fldigi/${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="media-radio/fldigi + x11-libs/fltk:= + x11-libs/libX11:=" +DEPEND="${RDEPEND} + virtual/pkgconfig" + +DOCS=( AUTHORS ChangeLog INSTALL README ) diff --git a/media-radio/flmsg/metadata.xml b/media-radio/flmsg/metadata.xml new file mode 100644 index 000000000000..050012df3e7f --- /dev/null +++ b/media-radio/flmsg/metadata.xml @@ -0,0 +1,11 @@ + + + + + rich0@gentoo.org + Rich Freeman + + + fldigi + + diff --git a/media-radio/tqsl/Manifest b/media-radio/tqsl/Manifest new file mode 100644 index 000000000000..df8e8de930d3 --- /dev/null +++ b/media-radio/tqsl/Manifest @@ -0,0 +1 @@ +DIST tqsl-2.3.1.tar.gz 2896807 BLAKE2B f2937950b5328cfb0a13b87797f40594799e01139d5b307199095b8cdbe6f4532e911fd9661ad3b663d8616d9287d8a359f2fefb4364c6450ba4be2505a89c63 SHA512 edaa21b1605bcb38790a66d61e1498a04f41c4f9b3b577908a6e57cd38e1ac2e1724e9c6d5421e0ca4a4ea72d1d5f5d54f08bf5a6c202bf68181ec12f27d4afd diff --git a/media-radio/tqsl/files/2.3.1-suffix.patch b/media-radio/tqsl/files/2.3.1-suffix.patch new file mode 100644 index 000000000000..e5d44dc7b856 --- /dev/null +++ b/media-radio/tqsl/files/2.3.1-suffix.patch @@ -0,0 +1,11 @@ +--- tqsl-2.3.1-orig/src/CMakeLists.txt ++++ tqsl-2.3.1/src/CMakeLists.txt +@@ -54,7 +54,7 @@ include_directories(${OPENSSL_INCLUDE_DIR} ${ZLIB_INCLUDE_DIR} ${EXPAT_INCLUDE_D + if(NOT APPLE AND NOT WIN32) + set_source_files_properties(location.cpp PROPERTIES COMPILE_DEFINITIONS CONFDIR="${CMAKE_INSTALL_PREFIX}/share/TrustedQSL/") + set(HEADERS_TO_INSTALL tqsllib.h tqslerrno.h cabrillo.h adif.h tqslconvert.h) +-install(TARGETS tqsllib DESTINATION lib$(LIB_SUFFIX)) ++install(TARGETS tqsllib DESTINATION lib${LIB_SUFFIX}) + install(FILES config.xml DESTINATION share/TrustedQSL) + install(FILES ${HEADERS_TO_INSTALL} DESTINATION include) + endif() diff --git a/media-radio/tqsl/metadata.xml b/media-radio/tqsl/metadata.xml new file mode 100644 index 000000000000..bd55a99244b3 --- /dev/null +++ b/media-radio/tqsl/metadata.xml @@ -0,0 +1,11 @@ + + + + + rich0@gentoo.org + Primary maintainer + + + trustedqsl + + diff --git a/media-radio/tqsl/tqsl-2.3.1.ebuild b/media-radio/tqsl/tqsl-2.3.1.ebuild new file mode 100644 index 000000000000..8321f32ece32 --- /dev/null +++ b/media-radio/tqsl/tqsl-2.3.1.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit eutils cmake-utils wxwidgets + +DESCRIPTION="ARRL Logbook of the World" +HOMEPAGE="http://www.arrl.org/tqsl-download" +SRC_URI="mirror://sourceforge/trustedqsl/${P}.tar.gz" + +LICENSE="LOTW" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="dev-libs/expat:= + dev-libs/openssl:= + net-misc/curl:= + sys-libs/db:= + sys-libs/zlib:= + x11-libs/wxGTK:3.0=" +DEPEND="${RDEPEND}" + +DOCS=( AUTHORS.txt INSTALL README ) +HTML_DOCS=( html ) + +WX_GTK_VER=3.0 + +pkg_setup() { + setup-wxwidgets +} + +src_prepare() { +# Fix syntax file in makefile + eapply_user + epatch "${FILESDIR}/${PV}-suffix.patch" +} diff --git a/media-radio/wsjtx/wsjtx-1.8.0.ebuild b/media-radio/wsjtx/wsjtx-1.8.0.ebuild index b42afd5cd5fc..6ae2e87f6961 100644 --- a/media-radio/wsjtx/wsjtx-1.8.0.ebuild +++ b/media-radio/wsjtx/wsjtx-1.8.0.ebuild @@ -18,14 +18,14 @@ IUSE="doc" RDEPEND="dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtmultimedia:5 - dev-qt/qtnetwork - dev-qt/qtwidgets - dev-qt/qtconcurrent - dev-qt/qtserialport - dev-qt/qtprintsupport + dev-qt/qtnetwork:5 + dev-qt/qtwidgets:5 + dev-qt/qtconcurrent:5 + dev-qt/qtserialport:5 + dev-qt/qtprintsupport:5 virtual/libusb:1 media-libs/portaudio - sci-libs/fftw:3.0[threads] + sci-libs/fftw:3.0[threads,fortran] virtual/fortran app-text/asciidoc doc? ( dev-ruby/asciidoctor )" diff --git a/media-radio/wsjtx/wsjtx-1.8.0_rc3.ebuild b/media-radio/wsjtx/wsjtx-1.8.0_rc3.ebuild index 3c7dc85c3039..52bcd757066b 100644 --- a/media-radio/wsjtx/wsjtx-1.8.0_rc3.ebuild +++ b/media-radio/wsjtx/wsjtx-1.8.0_rc3.ebuild @@ -18,10 +18,10 @@ IUSE="doc" RDEPEND="dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtmultimedia:5 - dev-qt/qtnetwork - dev-qt/qtwidgets - dev-qt/qtconcurrent - dev-qt/qtserialport + dev-qt/qtnetwork:5 + dev-qt/qtwidgets:5 + dev-qt/qtconcurrent:5 + dev-qt/qtserialport:5 virtual/libusb:1 media-libs/portaudio sci-libs/fftw:3.0[threads] diff --git a/media-sound/Manifest.gz b/media-sound/Manifest.gz index c793b4a27ac7..2b3c6dca5865 100644 Binary files a/media-sound/Manifest.gz and b/media-sound/Manifest.gz differ diff --git a/media-sound/audacious/Manifest b/media-sound/audacious/Manifest index 86cac4a5fd18..183e77e2dce0 100644 --- a/media-sound/audacious/Manifest +++ b/media-sound/audacious/Manifest @@ -1,9 +1,3 @@ -DIST audacious-3.6.2-gtk3.tar.bz2 539937 BLAKE2B eb8e704dc97749296625711344ccf68a4ae057a74d8b7f7ae841e703ccaed7c76b824e9a728802fef1e58261b0bce914654d36ac5fe4bdf70c06936041d79cfe SHA512 6667f71de1951265d7c8bfbd83079d67942c2c97323ffc7214394ef3f81b1f58e0432117417281833611964e88c629ef855bd90562da46be1c5d350a51c0d997 -DIST audacious-3.6.2.tar.bz2 539843 BLAKE2B 2e3527f79c6d54e198cca13a777b1d6112437ad87d7bf9f35a87c7c74cbe075a8ecf6891f1bf705fe80ae63ee3024aff80e721981fe2e21b37552b2255fb8f26 SHA512 b2fbf0b0628031ae5c883108cb1963232b50381b44882bf01faa7e11cd645e10a1d686d9ed078305a2cda66d238feaf7bdffd45c512830d20cef6770df327dde -DIST audacious-3.7.1-gtk3.tar.bz2 571720 BLAKE2B 63d515cdb992508808737a565fdf21d01d25d9a8d1ba6f0e5af819b8ef764e3aed2401580d6d909e03b847e060a1bf73b7fea5a0295c923bcbeda41f82d77ad0 SHA512 0ead2827c74b31e10c555fd1254deb3d11e5aebf8c15d455cf5d6ab258012b293324700693b2b9da48b2b4c25418c7149a1901e1dfe3f210ddf730c25a43a358 -DIST audacious-3.7.1.tar.bz2 571450 BLAKE2B 1577bd480401e6a5321a52f4a221c00d054a1dbe052eddea2bbea91238e84838f3285478f1d78d6d03481afbaea3e88b2c2caaa8290c01a0a7681c97072202e4 SHA512 4c74fcfa6e575375501828905f01ed1e769d88fa346a99162c6800da5bc6aa33ec5598c5de1201c4e24cadb31b8c36768ea390aa4884de6bdbf42b0bea5a31a8 -DIST audacious-3.8.2-gtk3.tar.bz2 591423 BLAKE2B 7e1e6e1bc064d75c06b6f328f4a9f547d1594b579687fd2d9c4943d91dfeda7f002b108a1c070b7de82b9f5001c19186d3c58118c665cf84ff7f92561b458a4c SHA512 fc2c69748c8f044aa8eae1848771b45088d85fbb67baf5dcd3ab2ff52e0848ba626e138d1a37756df98249f32cb3d6c54de29355b218602c6a47ff15c8ba0b96 -DIST audacious-3.8.2.tar.bz2 591209 BLAKE2B c76d6e19a4f61fbd151f7a55bfeeb9300aa227f426f4ab9c7116266544859bec1a663ce6995107abb8f9917641959d95cd5aa2208610906821c9bc51b133cbad SHA512 13914d837ab5f283c45297424033486d9a5158f78f17f5538ecce780125fa76585e9e45852d15f6ecf3ed974e7a2f6289ceaaeffa97b2ea79b2bef449d8c786b DIST audacious-3.9-gtk3.tar.bz2 600249 BLAKE2B 08559eafc85236e8e881d0cbe6f08e29c82baf0fc46b9209f1d3eee290460260bfa99e6e8f26940f8c6854f3782da24061226ebdb416b6249d10914093e16276 SHA512 6ff98d027c13b30ea9600a9aba914ec993c69826199b8dc303cb60cebdf2af06a7e3dd4af1d34a86343be5485848a57c8a29e48d2a45a33945585550de4e5f9c DIST audacious-3.9.tar.bz2 599488 BLAKE2B 2288fe6919c1770cd283af809629fda72186cc0b87a42821f5fb9b7a20c8e7cd5bc00611d10677a82877c5ebc8a1b5ad728626027b95cc875b66dda732b8747f SHA512 d8ef24c91c84bfa80831075cd9a12fc4bf02cec8bc96bcfa5a941254d194cccdc482482b1c015bc63e1142718c2221034c0f3a87e2cb6e4daf3b4cc428328aaa DIST gentoo_ice-xmms-0.2.tar.bz2 51839 BLAKE2B d3bf8dbfee675dd588bc0258f1015c76877b6b0a3835813d8e9621d149b924aaa33544d07f7ad44a01c058d41d7480b3908b0773c124af33b6e020c376b13d54 SHA512 e863a8f86073007c47ce8c20739aae4bff22e22a7ddc11556b12ae6ebb68654cec7310fdc9d05f2c47f81cf2591fe601b2eb12a2fd911c0a6118c9f3cc524f05 diff --git a/media-sound/audacious/audacious-3.6.2.ebuild b/media-sound/audacious/audacious-3.6.2.ebuild deleted file mode 100644 index de7671aaaa3e..000000000000 --- a/media-sound/audacious/audacious-3.6.2.ebuild +++ /dev/null @@ -1,69 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit eutils - -MY_P="${P/_/-}" -S="${WORKDIR}/${MY_P}" - -DESCRIPTION="Audacious Player - Your music, your way, no exceptions" -HOMEPAGE="http://audacious-media-player.org/" -SRC_URI="!gtk3? ( http://distfiles.audacious-media-player.org/${MY_P}.tar.bz2 ) - gtk3? ( http://distfiles.audacious-media-player.org/${MY_P}-gtk3.tar.bz2 ) - mirror://gentoo/gentoo_ice-xmms-0.2.tar.bz2" - -LICENSE="BSD-2" -SLOT="0" -KEYWORDS="alpha amd64 ~arm ~hppa ppc ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux" - -IUSE="chardet nls gtk3 qt5" -DOCS="AUTHORS" - -RDEPEND=">=dev-libs/dbus-glib-0.60 - >=dev-libs/glib-2.28 - >=x11-libs/cairo-1.2.6 - >=x11-libs/pango-1.8.0 - virtual/freedesktop-icon-theme - chardet? ( >=app-i18n/libguess-1.2 ) - !gtk3? ( x11-libs/gtk+:2 ) - gtk3? ( x11-libs/gtk+:3 ) - qt5? ( dev-qt/qtcore:5 - dev-qt/qtgui:5 - dev-qt/qtwidgets:5 )" - -DEPEND="${RDEPEND} - virtual/pkgconfig - nls? ( dev-util/intltool )" - -PDEPEND="~media-plugins/audacious-plugins-${PV}" - -src_unpack() { - default - if use gtk3 ; then - mv "${MY_P}-gtk3" "${MY_P}" - fi -} - -src_configure() { - # D-Bus is a mandatory dependency, remote control, - # session management and some plugins depend on this. - # Building without D-Bus is *unsupported* and a USE-flag - # will not be added due to the bug reports that will result. - # Bugs #197894, #199069, #207330, #208606 - econf \ - --enable-dbus \ - $(use_enable chardet) \ - $(use_enable nls) \ - $(use_enable qt5 qt) -} - -src_install() { - default - - # Gentoo_ice skin installation; bug #109772 - insinto /usr/share/audacious/Skins/gentoo_ice - doins "${WORKDIR}"/gentoo_ice/* - docinto gentoo_ice - dodoc "${WORKDIR}"/README -} diff --git a/media-sound/audacious/audacious-3.7.1-r1.ebuild b/media-sound/audacious/audacious-3.7.1-r1.ebuild deleted file mode 100644 index 808810c14cbc..000000000000 --- a/media-sound/audacious/audacious-3.7.1-r1.ebuild +++ /dev/null @@ -1,84 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit eutils - -MY_P="${P/_/-}" -S="${WORKDIR}/${MY_P}" - -DESCRIPTION="Audacious Player - Your music, your way, no exceptions" -HOMEPAGE="http://audacious-media-player.org/" -SRC_URI="!gtk3? ( http://distfiles.audacious-media-player.org/${MY_P}.tar.bz2 ) - gtk3? ( http://distfiles.audacious-media-player.org/${MY_P}-gtk3.tar.bz2 ) - mirror://gentoo/gentoo_ice-xmms-0.2.tar.bz2" - -LICENSE="BSD-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux" - -IUSE="+chardet nls gtk gtk3 qt5" -REQUIRED_USE=" - ^^ ( gtk gtk3 qt5 ) -" -DOCS="AUTHORS" - -RDEPEND=">=dev-libs/dbus-glib-0.60 - >=dev-libs/glib-2.28 - >=x11-libs/cairo-1.2.6 - >=x11-libs/pango-1.8.0 - virtual/freedesktop-icon-theme - chardet? ( >=app-i18n/libguess-1.2 ) - gtk? ( x11-libs/gtk+:2 ) - gtk3? ( x11-libs/gtk+:3 ) - qt5? ( dev-qt/qtcore:5 - dev-qt/qtgui:5 - dev-qt/qtwidgets:5 )" - -DEPEND="${RDEPEND} - virtual/pkgconfig - nls? ( dev-util/intltool )" - -PDEPEND="~media-plugins/audacious-plugins-${PV}" - -src_unpack() { - default - if use gtk3 ; then - mv "${MY_P}-gtk3" "${MY_P}" - fi -} - -src_prepare() { - epatch "${FILESDIR}"/${P}-c++11-throw-in-dtors.patch -} - -src_configure() { - if use gtk ;then - gtk="--enable-gtk" - elif use gtk3 ;then - gtk="--enable-gtk" - else - gtk="--disable-gtk" - fi - # D-Bus is a mandatory dependency, remote control, - # session management and some plugins depend on this. - # Building without D-Bus is *unsupported* and a USE-flag - # will not be added due to the bug reports that will result. - # Bugs #197894, #199069, #207330, #208606 - econf \ - --enable-dbus \ - ${gtk} \ - $(use_enable chardet) \ - $(use_enable nls) \ - $(use_enable qt5 qt) -} - -src_install() { - default - - # Gentoo_ice skin installation; bug #109772 - insinto /usr/share/audacious/Skins/gentoo_ice - doins "${WORKDIR}"/gentoo_ice/* - docinto gentoo_ice - dodoc "${WORKDIR}"/README -} diff --git a/media-sound/audacious/audacious-3.7.1.ebuild b/media-sound/audacious/audacious-3.7.1.ebuild deleted file mode 100644 index 0836b1f236dc..000000000000 --- a/media-sound/audacious/audacious-3.7.1.ebuild +++ /dev/null @@ -1,80 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit eutils - -MY_P="${P/_/-}" -S="${WORKDIR}/${MY_P}" - -DESCRIPTION="Audacious Player - Your music, your way, no exceptions" -HOMEPAGE="http://audacious-media-player.org/" -SRC_URI="!gtk3? ( http://distfiles.audacious-media-player.org/${MY_P}.tar.bz2 ) - gtk3? ( http://distfiles.audacious-media-player.org/${MY_P}-gtk3.tar.bz2 ) - mirror://gentoo/gentoo_ice-xmms-0.2.tar.bz2" - -LICENSE="BSD-2" -SLOT="0" -KEYWORDS="alpha amd64 ~arm hppa ppc ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux" - -IUSE="+chardet nls gtk gtk3 qt5" -REQUIRED_USE=" - ?? ( gtk gtk3 qt5 ) -" -DOCS="AUTHORS" - -RDEPEND=">=dev-libs/dbus-glib-0.60 - >=dev-libs/glib-2.28 - >=x11-libs/cairo-1.2.6 - >=x11-libs/pango-1.8.0 - virtual/freedesktop-icon-theme - chardet? ( >=app-i18n/libguess-1.2 ) - gtk? ( x11-libs/gtk+:2 ) - gtk3? ( x11-libs/gtk+:3 ) - qt5? ( dev-qt/qtcore:5 - dev-qt/qtgui:5 - dev-qt/qtwidgets:5 )" - -DEPEND="${RDEPEND} - virtual/pkgconfig - nls? ( dev-util/intltool )" - -PDEPEND="~media-plugins/audacious-plugins-${PV}" - -src_unpack() { - default - if use gtk3 ; then - mv "${MY_P}-gtk3" "${MY_P}" - fi -} - -src_configure() { - if use gtk ;then - gtk="--enable-gtk" - elif use gtk3 ;then - gtk="--enable-gtk" - else - gtk="--disable-gtk" - fi - # D-Bus is a mandatory dependency, remote control, - # session management and some plugins depend on this. - # Building without D-Bus is *unsupported* and a USE-flag - # will not be added due to the bug reports that will result. - # Bugs #197894, #199069, #207330, #208606 - econf \ - --enable-dbus \ - ${gtk} \ - $(use_enable chardet) \ - $(use_enable nls) \ - $(use_enable qt5 qt) -} - -src_install() { - default - - # Gentoo_ice skin installation; bug #109772 - insinto /usr/share/audacious/Skins/gentoo_ice - doins "${WORKDIR}"/gentoo_ice/* - docinto gentoo_ice - dodoc "${WORKDIR}"/README -} diff --git a/media-sound/audacious/audacious-3.8.2.ebuild b/media-sound/audacious/audacious-3.8.2.ebuild deleted file mode 100644 index 2e2abf4eedee..000000000000 --- a/media-sound/audacious/audacious-3.8.2.ebuild +++ /dev/null @@ -1,78 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit eutils - -MY_P="${P/_/-}" -S="${WORKDIR}/${MY_P}" - -DESCRIPTION="Audacious Player - Your music, your way, no exceptions" -HOMEPAGE="http://audacious-media-player.org/" -SRC_URI="!gtk3? ( http://distfiles.audacious-media-player.org/${MY_P}.tar.bz2 ) - gtk3? ( http://distfiles.audacious-media-player.org/${MY_P}-gtk3.tar.bz2 ) - mirror://gentoo/gentoo_ice-xmms-0.2.tar.bz2" - -LICENSE="BSD-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux" - -IUSE="nls gtk gtk3 qt5" -REQUIRED_USE=" - ^^ ( gtk gtk3 qt5 ) -" -DOCS="AUTHORS" - -RDEPEND=">=dev-libs/dbus-glib-0.60 - >=dev-libs/glib-2.28 - >=x11-libs/cairo-1.2.6 - >=x11-libs/pango-1.8.0 - virtual/freedesktop-icon-theme - gtk? ( x11-libs/gtk+:2 ) - gtk3? ( x11-libs/gtk+:3 ) - qt5? ( dev-qt/qtcore:5 - dev-qt/qtgui:5 - dev-qt/qtwidgets:5 )" - -DEPEND="${RDEPEND} - virtual/pkgconfig - nls? ( dev-util/intltool )" - -PDEPEND="~media-plugins/audacious-plugins-${PV}" - -src_unpack() { - default - if use gtk3 ; then - mv "${MY_P}-gtk3" "${MY_P}" - fi -} - -src_configure() { - if use gtk ;then - gtk="--enable-gtk" - elif use gtk3 ;then - gtk="--enable-gtk" - else - gtk="--disable-gtk" - fi - # D-Bus is a mandatory dependency, remote control, - # session management and some plugins depend on this. - # Building without D-Bus is *unsupported* and a USE-flag - # will not be added due to the bug reports that will result. - # Bugs #197894, #199069, #207330, #208606 - econf \ - --enable-dbus \ - ${gtk} \ - $(use_enable nls) \ - $(use_enable qt5 qt) -} - -src_install() { - default - - # Gentoo_ice skin installation; bug #109772 - insinto /usr/share/audacious/Skins/gentoo_ice - doins "${WORKDIR}"/gentoo_ice/* - docinto gentoo_ice - dodoc "${WORKDIR}"/README -} diff --git a/media-sound/audacious/audacious-3.9.ebuild b/media-sound/audacious/audacious-3.9.ebuild index a8910bd0fe3e..d2b1efbb4486 100644 --- a/media-sound/audacious/audacious-3.9.ebuild +++ b/media-sound/audacious/audacious-3.9.ebuild @@ -3,6 +3,8 @@ EAPI=6 +inherit gnome2-utils xdg-utils + MY_P="${P/_/-}" S="${WORKDIR}/${MY_P}" @@ -80,3 +82,13 @@ src_install() { docinto gentoo_ice dodoc "${WORKDIR}"/README } + +pkg_postinst() { + xdg_desktop_database_update + gnome2_icon_cache_update +} + +pkg_postrm() { + xdg_desktop_database_update + gnome2_icon_cache_update +} diff --git a/media-sound/audacious/audacious-9999.ebuild b/media-sound/audacious/audacious-9999.ebuild index a8910bd0fe3e..d2b1efbb4486 100644 --- a/media-sound/audacious/audacious-9999.ebuild +++ b/media-sound/audacious/audacious-9999.ebuild @@ -3,6 +3,8 @@ EAPI=6 +inherit gnome2-utils xdg-utils + MY_P="${P/_/-}" S="${WORKDIR}/${MY_P}" @@ -80,3 +82,13 @@ src_install() { docinto gentoo_ice dodoc "${WORKDIR}"/README } + +pkg_postinst() { + xdg_desktop_database_update + gnome2_icon_cache_update +} + +pkg_postrm() { + xdg_desktop_database_update + gnome2_icon_cache_update +} diff --git a/media-sound/audacious/files/audacious-3.7.1-c++11-throw-in-dtors.patch b/media-sound/audacious/files/audacious-3.7.1-c++11-throw-in-dtors.patch deleted file mode 100644 index 309dbc0319f2..000000000000 --- a/media-sound/audacious/files/audacious-3.7.1-c++11-throw-in-dtors.patch +++ /dev/null @@ -1,39 +0,0 @@ -Bug: https://bugs.gentoo.org/600882 -Upstream commit: https://github.com/audacious-media-player/audacious/commit/1cf1a81a16cc70b2d9c78994ad98e26db99943ed - -From 1cf1a81a16cc70b2d9c78994ad98e26db99943ed Mon Sep 17 00:00:00 2001 -From: John Lindgren -Date: Sun, 8 May 2016 22:39:00 -0400 -Subject: [PATCH] Fix compiler warning. - ---- - src/libaudcore/objects.h | 2 +- - src/libaudcore/stringbuf.cc | 2 +- - 2 files changed, 2 insertions(+), 2 deletions(-) - -diff --git a/src/libaudcore/objects.h b/src/libaudcore/objects.h -index fd57f5e15..4b98cc624 100644 ---- a/src/libaudcore/objects.h -+++ b/src/libaudcore/objects.h -@@ -250,7 +250,7 @@ class StringBuf - } - - // only allowed for top (or null) string -- ~StringBuf (); -+ ~StringBuf () noexcept (false); - - // only allowed for top (or null) string - void resize (int size); -diff --git a/src/libaudcore/stringbuf.cc b/src/libaudcore/stringbuf.cc -index 041b1e9de..fc646f6ab 100644 ---- a/src/libaudcore/stringbuf.cc -+++ b/src/libaudcore/stringbuf.cc -@@ -139,7 +139,7 @@ EXPORT void StringBuf::resize (int len) - } - } - --EXPORT StringBuf::~StringBuf () -+EXPORT StringBuf::~StringBuf () noexcept (false) - { - if (m_data) - { diff --git a/media-sound/audacious/metadata.xml b/media-sound/audacious/metadata.xml index 617162bf4a6b..5eeba2c5c268 100644 --- a/media-sound/audacious/metadata.xml +++ b/media-sound/audacious/metadata.xml @@ -10,7 +10,6 @@ Gentoo Sound project - Try to handle non-UTF8 chinese/japanese/korean ID3 tags Link against version 3 of the GIMP Toolkit instead of version 2 (x11-libs/gtk+) diff --git a/media-sound/frescobaldi/frescobaldi-3.0.0.ebuild b/media-sound/frescobaldi/frescobaldi-3.0.0.ebuild index 5f367834aa3e..6d845d5ce2c0 100644 --- a/media-sound/frescobaldi/frescobaldi-3.0.0.ebuild +++ b/media-sound/frescobaldi/frescobaldi-3.0.0.ebuild @@ -17,7 +17,7 @@ IUSE="" # portmidi? ( media-libs/portmidi[${PYTHON_USEDEP}] ) # bug 550820 DEPEND=" - dev-python/PyQt5[printsupport,svg,${PYTHON_USEDEP}] + dev-python/PyQt5[gui,network,printsupport,svg,webkit,widgets,${PYTHON_USEDEP}] >=dev-python/python-ly-0.9.4[${PYTHON_USEDEP}] dev-python/python-poppler-qt5[${PYTHON_USEDEP}] >=media-sound/lilypond-2.14.2" diff --git a/media-sound/soundconverter/Manifest b/media-sound/soundconverter/Manifest index ae63daf683fa..a5bdfc54cc2f 100644 --- a/media-sound/soundconverter/Manifest +++ b/media-sound/soundconverter/Manifest @@ -1,2 +1,3 @@ DIST soundconverter-2.1.5.tar.xz 195380 BLAKE2B f168332866ac64c7ccf804af60ad877cb1478253d815a81f9ad92e0d382e3bd0ad78bf3f0ed688482541d15dec964b7387f6a3189c6eeae81a3ea8002c789abc SHA512 6d42bd2cfa200e7af8c69ce94580a4f96bdb0354623207e5d1c3beadee89920363b5b8cee4cdcfa6fcbd036860d50f739b05e34e9a34608fe3d6243876936c6a DIST soundconverter-2.1.6.tar.xz 195864 BLAKE2B 0be5f5df492742745f56ca3ba90faa134c11f802aefad359e1c03852c87be87e2c57afac811d4f17d2c9303d41e905fb0c9a8c9985c179d216a511183118d369 SHA512 d607d4c260f0b8d810f7251f9bbcd02359984dd2a8bf3340be14602e3392362b9a6bc54a9f0c20f16bfee2f971f784a4093f535307dfb2d6087fb4492511a9ba +DIST soundconverter-3.0.0-beta1.tar.xz 196916 BLAKE2B 82832a151e030cbd2be129fe7f4dcd92430aadc71b163c3800cc2108f502020561e2c74291cbb25050ed42bd9d71fdfe310f107af84f612711554cf3e32fd07b SHA512 a27a2c7b4156a6d6c682424c5fa64a4dd82537b1dbfa8176fa39fbfc4d139a21b7dd042de80d088333c0aef0042a76940ab8da5d9708b6aac3399b32b7408f09 diff --git a/media-sound/soundconverter/soundconverter-3.0.0_beta1.ebuild b/media-sound/soundconverter/soundconverter-3.0.0_beta1.ebuild new file mode 100644 index 000000000000..eaeb1703786d --- /dev/null +++ b/media-sound/soundconverter/soundconverter-3.0.0_beta1.ebuild @@ -0,0 +1,62 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +PYTHON_COMPAT=( python3_{4,5,6} ) + +inherit gnome2 python-single-r1 + +DESCRIPTION="A simple audiofile converter application for the GNOME environment" +HOMEPAGE="http://soundconverter.org/" +MY_PV="${PV/_/-}" +SRC_URI="https://launchpad.net/${PN}/trunk/${MY_PV}/+download/${PN}-${MY_PV}.tar.xz" +S="${WORKDIR}/${PN}-${MY_PV}" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +IUSE="aac flac libnotify mp3 ogg opus vorbis" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" + +COMMON_DEPEND="${PYTHON_DEPS} + dev-libs/gobject-introspection:= + x11-libs/gtk+:3[introspection] + media-libs/gstreamer:1.0[introspection] +" + +# gst-plugins-meta for any decoders, USE flags for specific encoders used by code +# List in soundconverter/gstreamer.py +# wavenc and mp4mux come from gst-plugins-good, which everyone having base should have, so unconditional +RDEPEND="${COMMON_DEPEND} + gnome-base/gconf:2[introspection] + x11-libs/pango[introspection] + dev-python/gst-python:1.0[${PYTHON_USEDEP}] + libnotify? ( x11-libs/libnotify[introspection] ) + + media-libs/gst-plugins-base:1.0[vorbis?,ogg?] + media-plugins/gst-plugins-meta:1.0 + flac? ( media-plugins/gst-plugins-flac:1.0 ) + media-libs/gst-plugins-good:1.0 + mp3? ( + media-libs/gst-plugins-bad:1.0 + media-libs/gst-plugins-ugly:1.0 + media-plugins/gst-plugins-lame:1.0 + ) + aac? ( media-plugins/gst-plugins-faac:1.0 ) + opus? ( media-plugins/gst-plugins-opus:1.0 ) +" +DEPEND="${COMMON_DEPEND} + dev-util/intltool + sys-devel/gettext +" + +src_prepare() { + python_fix_shebang . + gnome2_src_prepare +} + +src_install() { + gnome2_src_install + python_optimize "${ED%/}"/usr/$(get_libdir)/soundconverter/python +} diff --git a/media-video/Manifest.gz b/media-video/Manifest.gz index 3b219eca7f10..a08b313f720d 100644 Binary files a/media-video/Manifest.gz and b/media-video/Manifest.gz differ diff --git a/media-video/aegisub/metadata.xml b/media-video/aegisub/metadata.xml index 3ca352be29a1..c7a78ffc22bc 100644 --- a/media-video/aegisub/metadata.xml +++ b/media-video/aegisub/metadata.xml @@ -1,14 +1,7 @@ - - itumaykin+gentoo@gmail.com - Coacher - - - proxy-maint@gentoo.org - Proxy Maintainers - + Enable charset discovery via app-i18n/uchardet diff --git a/media-video/dvdauthor/dvdauthor-0.7.2-r1.ebuild b/media-video/dvdauthor/dvdauthor-0.7.2-r1.ebuild index b84707597712..d8ad91b8608e 100644 --- a/media-video/dvdauthor/dvdauthor-0.7.2-r1.ebuild +++ b/media-video/dvdauthor/dvdauthor-0.7.2-r1.ebuild @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~amd64 ppc ppc64 ~sparc ~x86" IUSE="graphicsmagick +imagemagick" REQUIRED_USE="^^ ( graphicsmagick imagemagick )" diff --git a/media-video/minitube/metadata.xml b/media-video/minitube/metadata.xml index bb2aac781b2e..fb12418babd2 100644 --- a/media-video/minitube/metadata.xml +++ b/media-video/minitube/metadata.xml @@ -1,10 +1,6 @@ - - qt@gentoo.org - Gentoo Qt Project - media-video@gentoo.org Gentoo Video project diff --git a/metadata/Manifest.gz b/metadata/Manifest.gz index 34bd586fce61..26446b690322 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 7f3d88a6478a..28ba379e64e0 100644 --- a/metadata/dtd/timestamp.chk +++ b/metadata/dtd/timestamp.chk @@ -1 +1 @@ -Fri, 22 Dec 2017 11:39:03 +0000 +Mon, 25 Dec 2017 06:39:15 +0000 diff --git a/metadata/glsa/timestamp.chk b/metadata/glsa/timestamp.chk index 7f3d88a6478a..28ba379e64e0 100644 --- a/metadata/glsa/timestamp.chk +++ b/metadata/glsa/timestamp.chk @@ -1 +1 @@ -Fri, 22 Dec 2017 11:39:03 +0000 +Mon, 25 Dec 2017 06:39:15 +0000 diff --git a/metadata/md5-cache/Manifest.gz b/metadata/md5-cache/Manifest.gz index 7eba1a531d50..01f10b5da0e3 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 ebc949fdcc43..49d435dd69fb 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/nfbtrans-7.74-r2 b/metadata/md5-cache/app-accessibility/nfbtrans-7.74-r2 index 226383142fdf..19176fd74059 100644 --- a/metadata/md5-cache/app-accessibility/nfbtrans-7.74-r2 +++ b/metadata/md5-cache/app-accessibility/nfbtrans-7.74-r2 @@ -3,9 +3,9 @@ DEPEND=>=app-arch/unzip-5.50-r2 DESCRIPTION=braille translator from the National Federation of the Blind EAPI=6 HOMEPAGE=http://www.nfb.org/nfbtrans -KEYWORDS=~amd64 ~ppc ~x86 +KEYWORDS=amd64 ~ppc ~x86 LICENSE=public-domain SLOT=0 SRC_URI=http://www.nfb.org/Images/nfb/Products_Technology/nfbtr774.zip _eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 185a06792159ca143528e7010368e8af -_md5_=ee81d59816b4ae2dd4bf59bf6ee1df79 +_md5_=4565cacc25319ad03fb0a7954eab7ca9 diff --git a/metadata/md5-cache/app-admin/Manifest.gz b/metadata/md5-cache/app-admin/Manifest.gz index 840486b164b6..8c4bed675c2f 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/haskell-updater-1.3.1 b/metadata/md5-cache/app-admin/haskell-updater-1.3.1 new file mode 100644 index 000000000000..1f95de7e6f9e --- /dev/null +++ b/metadata/md5-cache/app-admin/haskell-updater-1.3.1 @@ -0,0 +1,12 @@ +DEFINED_PHASES=compile configure install postinst postrm prepare setup test +DEPEND=>=dev-lang/ghc-6.12.1 +DESCRIPTION=Rebuild Haskell dependencies in Gentoo +EAPI=6 +HOMEPAGE=http://haskell.org/haskellwiki/Gentoo#haskell-updater +KEYWORDS=~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris +LICENSE=GPL-2 +RDEPEND=|| ( >=sys-apps/portage-2.1.6 sys-apps/pkgcore sys-apps/paludis ) +SLOT=0 +SRC_URI=mirror://hackage/packages/archive/haskell-updater/1.3.1/haskell-updater-1.3.1.tar.gz +_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 ghc-package f9cf05643e20f03876bb4807f008c80f haskell-cabal 45605f3898bdc59eb016fb50ca27bf18 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 6f5991c7101863d0b29df63990ad852e toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 +_md5_=92001e1ddf4d3bef702ccadae53a652d diff --git a/metadata/md5-cache/app-admin/packagekit-base-1.1.5-r2 b/metadata/md5-cache/app-admin/packagekit-base-1.1.5-r2 index 69f7c9141112..2db348e38093 100644 --- a/metadata/md5-cache/app-admin/packagekit-base-1.1.5-r2 +++ b/metadata/md5-cache/app-admin/packagekit-base-1.1.5-r2 @@ -4,11 +4,11 @@ DESCRIPTION=Manage packages in a secure way using a cross-distro and cross-archi EAPI=6 HOMEPAGE=http://www.packagekit.org/ IUSE=connman cron command-not-found elogind +introspection networkmanager entropy systemd test vala python_targets_python2_7 -KEYWORDS=~alpha amd64 ~arm ~mips ~ppc ~ppc64 ~x86 +KEYWORDS=~alpha amd64 ~arm ~mips ~ppc ~ppc64 x86 LICENSE=GPL-2 RDEPEND=>=app-shells/bash-completion-2 dev-db/sqlite:3 >=dev-libs/dbus-glib-0.74 >=dev-libs/glib-2.46.0:2[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),python_single_target_python2_7(+)] >=sys-auth/polkit-0.98 >=sys-apps/dbus-1.3.0 python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),python_single_target_python2_7(+)] connman? ( net-misc/connman ) elogind? ( >=sys-auth/elogind-229.4 ) introspection? ( >=dev-libs/gobject-introspection-0.9.9:= ) networkmanager? ( >=net-misc/networkmanager-0.6.4:= ) systemd? ( >=sys-apps/systemd-204 ) >=app-portage/layman-2[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),python_single_target_python2_7(+)] >=sys-apps/portage-2.2[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),python_single_target_python2_7(+)] entropy? ( >=sys-apps/entropy-234[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),python_single_target_python2_7(+)] ) !systemd? ( !elogind? ( sys-auth/consolekit ) ) REQUIRED_USE=python_targets_python2_7 ?? ( elogind systemd ) vala? ( introspection ) SLOT=0/18 SRC_URI=https://www.freedesktop.org/software/PackageKit/releases/PackageKit-1.1.5.tar.xz _eclasses_=autotools dc412f38566b91012efd58b9c203e6c3 bash-completion-r1 8e447753aaf658afa609fbf961d80ab7 desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 libtool 0081a71a261724730ec4c248494f044d ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e python-single-r1 317a2557b4d7319a7418225f65accf77 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d systemd 8f5286f89e265842f5b5189666eae88b toolchain-funcs 185a06792159ca143528e7010368e8af vala 103e6885c83965507391cdc5b6fa0e67 xdg 6cd76cc914c1a759dee032778487b57f xdg-utils f2c8335407f0b935b0a96d4adf23ef25 -_md5_=57c689c7297496651253226b92cb62e6 +_md5_=5345e6f47446c1fd262dd8afa9630765 diff --git a/metadata/md5-cache/app-admin/puppet-4.10.8 b/metadata/md5-cache/app-admin/puppet-4.10.8 index bbcb1b712520..58d4c6489249 100644 --- a/metadata/md5-cache/app-admin/puppet-4.10.8 +++ b/metadata/md5-cache/app-admin/puppet-4.10.8 @@ -4,7 +4,7 @@ DESCRIPTION=A system automation and configuration management software. EAPI=6 HOMEPAGE=http://puppetlabs.com/ IUSE=augeas diff doc emacs experimental ldap rrdtool selinux shadow sqlite vim-syntax xemacs test elibc_FreeBSD ruby_targets_ruby22 ruby_targets_ruby23 doc test test -KEYWORDS=~amd64 ~arm ~hppa ~ppc ~ppc64 x86 +KEYWORDS=amd64 ~arm ~hppa ~ppc ~ppc64 x86 LICENSE=Apache-2.0 GPL-2 PDEPEND=emacs? ( >=app-emacs/puppet-mode-0.3-r1 ) RDEPEND=ruby_targets_ruby22? ( dev-ruby/hiera[ruby_targets_ruby22] >=dev-ruby/rgen-0.6.5[ruby_targets_ruby22] dev-ruby/json:=[ruby_targets_ruby22] >=dev-ruby/facter-3.0.0[ruby_targets_ruby22] augeas? ( dev-ruby/ruby-augeas[ruby_targets_ruby22] ) diff? ( dev-ruby/diff-lcs[ruby_targets_ruby22] ) doc? ( dev-ruby/rdoc[ruby_targets_ruby22] ) ldap? ( dev-ruby/ruby-ldap[ruby_targets_ruby22] ) shadow? ( dev-ruby/ruby-shadow[ruby_targets_ruby22] ) sqlite? ( dev-ruby/sqlite3[ruby_targets_ruby22] ) virtual/ruby-ssl[ruby_targets_ruby22] ) ruby_targets_ruby23? ( dev-ruby/hiera[ruby_targets_ruby23] >=dev-ruby/rgen-0.6.5[ruby_targets_ruby23] dev-ruby/json:=[ruby_targets_ruby23] >=dev-ruby/facter-3.0.0[ruby_targets_ruby23] augeas? ( dev-ruby/ruby-augeas[ruby_targets_ruby23] ) diff? ( dev-ruby/diff-lcs[ruby_targets_ruby23] ) doc? ( dev-ruby/rdoc[ruby_targets_ruby23] ) ldap? ( dev-ruby/ruby-ldap[ruby_targets_ruby23] ) shadow? ( dev-ruby/ruby-shadow[ruby_targets_ruby23] ) sqlite? ( dev-ruby/sqlite3[ruby_targets_ruby23] ) virtual/ruby-ssl[ruby_targets_ruby23] ) ruby_targets_ruby22? ( dev-ruby/hiera[ruby_targets_ruby22] >=dev-ruby/rgen-0.6.5[ruby_targets_ruby22] dev-ruby/json:=[ruby_targets_ruby22] >=dev-ruby/facter-3.0.0[ruby_targets_ruby22] augeas? ( dev-ruby/ruby-augeas[ruby_targets_ruby22] ) diff? ( dev-ruby/diff-lcs[ruby_targets_ruby22] ) doc? ( dev-ruby/rdoc[ruby_targets_ruby22] ) ldap? ( dev-ruby/ruby-ldap[ruby_targets_ruby22] ) shadow? ( dev-ruby/ruby-shadow[ruby_targets_ruby22] ) sqlite? ( dev-ruby/sqlite3[ruby_targets_ruby22] ) virtual/ruby-ssl[ruby_targets_ruby22] ) ruby_targets_ruby23? ( dev-ruby/hiera[ruby_targets_ruby23] >=dev-ruby/rgen-0.6.5[ruby_targets_ruby23] dev-ruby/json:=[ruby_targets_ruby23] >=dev-ruby/facter-3.0.0[ruby_targets_ruby23] augeas? ( dev-ruby/ruby-augeas[ruby_targets_ruby23] ) diff? ( dev-ruby/diff-lcs[ruby_targets_ruby23] ) doc? ( dev-ruby/rdoc[ruby_targets_ruby23] ) ldap? ( dev-ruby/ruby-ldap[ruby_targets_ruby23] ) shadow? ( dev-ruby/ruby-shadow[ruby_targets_ruby23] ) sqlite? ( dev-ruby/sqlite3[ruby_targets_ruby23] ) virtual/ruby-ssl[ruby_targets_ruby23] ) rrdtool? ( >=net-analyzer/rrdtool-1.2.23[ruby] ) selinux? ( sys-libs/libselinux[ruby] sec-policy/selinux-puppet ) vim-syntax? ( >=app-vim/puppet-syntax-3.0.1 ) >=app-portage/eix-0.18.0 ruby_targets_ruby22? ( dev-lang/ruby:2.2 ) ruby_targets_ruby23? ( dev-lang/ruby:2.3 ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) ruby_targets_ruby23? ( virtual/rubygems[ruby_targets_ruby23] ) @@ -13,4 +13,4 @@ RESTRICT=test SLOT=0 SRC_URI=http://downloads.puppetlabs.com/puppet/puppet-4.10.8.tar.gz _eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 java-utils-2 1971a6927fcd7ec839f7e12b28a24bdd ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e ruby-fakegem cf1343b57e8029745950b4b147ff4d3a ruby-ng 1a95cd8be181598c8171cf918aa225d9 ruby-utils f8a0644cb27ba724df27b2a20a739b53 toolchain-funcs 185a06792159ca143528e7010368e8af user 8bc2845510e2109af75e3eeac607ec81 versionator c80ccf29e90adea7c5cae94b42eb76d0 xemacs-elisp-common 5ad47e1940fe7ffbdeeb002a3912bf79 -_md5_=9223d121b8ceda69db8742bdaf298aab +_md5_=b51420a6b397f99f2996116f391384de diff --git a/metadata/md5-cache/app-antivirus/Manifest.gz b/metadata/md5-cache/app-antivirus/Manifest.gz index a7c56a5ce50a..370edc8d7f8b 100644 Binary files a/metadata/md5-cache/app-antivirus/Manifest.gz and b/metadata/md5-cache/app-antivirus/Manifest.gz differ diff --git a/metadata/md5-cache/app-antivirus/clamav-0.99.2-r2 b/metadata/md5-cache/app-antivirus/clamav-0.99.2-r3 similarity index 100% rename from metadata/md5-cache/app-antivirus/clamav-0.99.2-r2 rename to metadata/md5-cache/app-antivirus/clamav-0.99.2-r3 diff --git a/metadata/md5-cache/app-crypt/Manifest.gz b/metadata/md5-cache/app-crypt/Manifest.gz index 26661aeeb0d0..5c756e7bd960 100644 Binary files a/metadata/md5-cache/app-crypt/Manifest.gz and b/metadata/md5-cache/app-crypt/Manifest.gz differ diff --git a/metadata/md5-cache/app-crypt/acme-9999 b/metadata/md5-cache/app-crypt/acme-9999 index 29b45da2653f..2ab37539e2fa 100644 --- a/metadata/md5-cache/app-crypt/acme-9999 +++ b/metadata/md5-cache/app-crypt/acme-9999 @@ -1,12 +1,12 @@ DEFINED_PHASES=compile configure install prepare test unpack -DEPEND=test? ( >=dev-python/cryptography-0.8[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] dev-python/mock[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] >=dev-python/pyopenssl-0.13[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] dev-python/pyrfc3339[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] dev-python/pytz[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] >=dev-python/requests-2.10[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] >=dev-python/six-1.9.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] dev-python/pytest[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] dev-python/pytest-xdist[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] ) >=dev-python/setuptools-1.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] >=dev-vcs/git-1.8.2.1 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(-)] +DEPEND=test? ( >=dev-python/cryptography-0.8[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] >=dev-python/josepy-1.0.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] dev-python/mock[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] >=dev-python/pyopenssl-0.13[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] dev-python/pyrfc3339[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] dev-python/pytz[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] >=dev-python/requests-2.10[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] >=dev-python/six-1.9.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] dev-python/pytest[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] dev-python/pytest-xdist[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] ) >=dev-python/setuptools-1.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] >=dev-vcs/git-1.8.2.1 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=An implementation of the ACME protocol EAPI=6 HOMEPAGE=https://github.com/certbot/certbot https://letsencrypt.org/ IUSE=test python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 LICENSE=Apache-2.0 -RDEPEND=>=dev-python/cryptography-0.8[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] dev-python/mock[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] >=dev-python/pyopenssl-0.13[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] dev-python/pyrfc3339[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] dev-python/pytz[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] >=dev-python/requests-2.10[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] >=dev-python/six-1.9.0[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(-)] +RDEPEND=>=dev-python/cryptography-0.8[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] >=dev-python/josepy-1.0.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] dev-python/mock[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] >=dev-python/pyopenssl-0.13[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] dev-python/pyrfc3339[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] dev-python/pytz[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] >=dev-python/requests-2.10[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] >=dev-python/six-1.9.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 ) SLOT=0 _eclasses_=distutils-r1 372bbe39047c0a2550319a3a82f3e063 git-r3 fec09a83ae965b041b47f5ff7c8ba29a multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 6f5991c7101863d0b29df63990ad852e python-r1 e9350ec46bb5c9f3504b4fbe8b8d8987 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 185a06792159ca143528e7010368e8af xdg-utils f2c8335407f0b935b0a96d4adf23ef25 -_md5_=6879e8098f418158193c9ef532fe19fe +_md5_=4a37c4885ecc9ecfb96ee898159a6e99 diff --git a/metadata/md5-cache/app-crypt/cfssl-1.2.0_p20170601 b/metadata/md5-cache/app-crypt/cfssl-1.2.0_p20171207 similarity index 71% rename from metadata/md5-cache/app-crypt/cfssl-1.2.0_p20170601 rename to metadata/md5-cache/app-crypt/cfssl-1.2.0_p20171207 index 577cd228e967..ab8325b0a50d 100644 --- a/metadata/md5-cache/app-crypt/cfssl-1.2.0_p20170601 +++ b/metadata/md5-cache/app-crypt/cfssl-1.2.0_p20171207 @@ -9,6 +9,6 @@ LICENSE=BSD-2 RDEPEND=!!dev-lang/mono RESTRICT=test SLOT=0 -SRC_URI=https://github.com/cloudflare/cfssl/archive/9c06c53d4dfb9c0272c983a26ea10a6a2da12392.tar.gz -> cfssl-1.2.0_p20170601.tar.gz +SRC_URI=https://github.com/cloudflare/cfssl/archive/d2393674072314fda47d2c7c16cb7fd4cdc16821.tar.gz -> cfssl-1.2.0_p20171207.tar.gz _eclasses_=golang-base 51a1f13e065f1cff4507685d9cc268c7 golang-build b66349c110e4ddd6203bbe8bf4ae05c1 golang-vcs-snapshot 913580335becddd3ebecefe852e47536 -_md5_=da33560f846141b3df5e33874f0e8c3e +_md5_=fc943bbcd9566b9bbd82d2c7aeae57e2 diff --git a/metadata/md5-cache/app-crypt/stoken-0.92 b/metadata/md5-cache/app-crypt/stoken-0.92 new file mode 100644 index 000000000000..508ba96af43c --- /dev/null +++ b/metadata/md5-cache/app-crypt/stoken-0.92 @@ -0,0 +1,13 @@ +DEFINED_PHASES=configure prepare +DEPEND=dev-libs/nettle gtk? ( >=x11-libs/gtk+-3.12:3 ) >=app-portage/elt-patches-20170422 !=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 +DESCRIPTION=Software Token for Linux/UNIX +EAPI=6 +HOMEPAGE=https://github.com/cernekee/stoken +IUSE=gtk +KEYWORDS=~amd64 ~arm ~arm64 ~ppc64 ~x86 +LICENSE=LGPL-2.1+ +RDEPEND=dev-libs/nettle gtk? ( >=x11-libs/gtk+-3.12:3 ) +SLOT=0 +SRC_URI=https://github.com/cernekee/stoken/archive/v0.92.tar.gz -> stoken-0.92.tar.gz +_eclasses_=autotools dc412f38566b91012efd58b9c203e6c3 libtool 0081a71a261724730ec4c248494f044d multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 185a06792159ca143528e7010368e8af +_md5_=e6031e142753c8bdf47396d4e1bde396 diff --git a/metadata/md5-cache/app-editors/Manifest.gz b/metadata/md5-cache/app-editors/Manifest.gz index e6583d491070..02dea34594fd 100644 Binary files a/metadata/md5-cache/app-editors/Manifest.gz and b/metadata/md5-cache/app-editors/Manifest.gz differ diff --git a/metadata/md5-cache/app-editors/vim-8.0.1298 b/metadata/md5-cache/app-editors/vim-8.0.1298 index 8815c1bd5a53..51d11796a4e7 100644 --- a/metadata/md5-cache/app-editors/vim-8.0.1298 +++ b/metadata/md5-cache/app-editors/vim-8.0.1298 @@ -4,11 +4,11 @@ DESCRIPTION=Vim, an improved vi-style text editor EAPI=6 HOMEPAGE=https://vim.sourceforge.io/ https://github.com/vim/vim IUSE=X acl cscope debug gpm lua luajit minimal nls perl python racket ruby selinux tcl terminal vim-pager 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 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris +KEYWORDS=~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris LICENSE=vim RDEPEND=>=app-eselect/eselect-vi-1.1 >=sys-libs/ncurses-5.2-r2:0= nls? ( virtual/libintl ) acl? ( kernel_linux? ( sys-apps/acl ) ) cscope? ( dev-util/cscope ) gpm? ( >=sys-libs/gpm-1.19.3 ) lua? ( luajit? ( dev-lang/luajit:2= ) !luajit? ( dev-lang/lua:0[deprecated] ) ) !minimal? ( ~app-editors/vim-core-8.0.1298 dev-util/ctags ) perl? ( dev-lang/perl:= ) python? ( python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[threads] ) 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_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_python2_7(+)?,python_single_target_python3_4(+)?,python_single_target_python3_5(+)?,python_single_target_python3_6(+)?] ) racket? ( dev-scheme/racket ) ruby? ( || ( dev-lang/ruby:2.4 dev-lang/ruby:2.3 dev-lang/ruby:2.2 ) ) selinux? ( sys-libs/libselinux ) tcl? ( dev-lang/tcl:0= ) X? ( x11-libs/libXt ) REQUIRED_USE=luajit? ( lua ) 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=0 SRC_URI=https://github.com/vim/vim/archive/v8.0.1298.tar.gz -> vim-8.0.1298.tar.gz https://dev.gentoo.org/~radhermit/vim/vim-8.0.0938-gentoo-patches.tar.bz2 _eclasses_=bash-completion-r1 8e447753aaf658afa609fbf961d80ab7 desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e python-single-r1 317a2557b4d7319a7418225f65accf77 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 vim-doc af2c81a1feeb0a99e91bee3e20769edb -_md5_=13236a2eb39a42baa8aa0491131821bc +_md5_=3854c8ecdd0d52fea75c24f31e3a002d diff --git a/metadata/md5-cache/app-editors/vim-core-8.0.1298 b/metadata/md5-cache/app-editors/vim-core-8.0.1298 index 2ed3249cd1ff..64069756ab52 100644 --- a/metadata/md5-cache/app-editors/vim-core-8.0.1298 +++ b/metadata/md5-cache/app-editors/vim-core-8.0.1298 @@ -4,10 +4,10 @@ DESCRIPTION=vim and gvim shared files EAPI=6 HOMEPAGE=https://vim.sourceforge.io/ https://github.com/vim/vim IUSE=nls acl minimal -KEYWORDS=~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris +KEYWORDS=~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris LICENSE=vim PDEPEND=!minimal? ( app-vim/gentoo-syntax ) SLOT=0 SRC_URI=https://github.com/vim/vim/archive/v8.0.1298.tar.gz -> vim-8.0.1298.tar.gz https://dev.gentoo.org/~radhermit/vim/vim-8.0.0938-gentoo-patches.tar.bz2 _eclasses_=bash-completion-r1 8e447753aaf658afa609fbf961d80ab7 desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e prefix e51c7882b7b721e54e684f7eb143cbfe toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 vim-doc af2c81a1feeb0a99e91bee3e20769edb -_md5_=2be12956616411dec1ba851362fb1f7e +_md5_=c5b83dac1a08b8aad2aaf3e8100c6cbc diff --git a/metadata/md5-cache/app-emacs/Manifest.gz b/metadata/md5-cache/app-emacs/Manifest.gz index 7cbb9c10d454..356e78238f0f 100644 Binary files a/metadata/md5-cache/app-emacs/Manifest.gz and b/metadata/md5-cache/app-emacs/Manifest.gz differ diff --git a/metadata/md5-cache/app-emacs/puppet-mode-0.3-r1 b/metadata/md5-cache/app-emacs/puppet-mode-0.3-r1 index 9d60fe776025..42cd6a2a73a7 100644 --- a/metadata/md5-cache/app-emacs/puppet-mode-0.3-r1 +++ b/metadata/md5-cache/app-emacs/puppet-mode-0.3-r1 @@ -3,10 +3,10 @@ DEPEND=>=virtual/emacs-23 DESCRIPTION=Emacs major mode for editing Puppet manifests EAPI=6 HOMEPAGE=https://github.com/voxpupuli/puppet-mode -KEYWORDS=~amd64 ~arm ~hppa ~ppc ~ppc64 x86 +KEYWORDS=amd64 ~arm ~hppa ~ppc ~ppc64 x86 LICENSE=GPL-3 RDEPEND=>=virtual/emacs-23 SLOT=0 SRC_URI=https://github.com/voxpupuli/puppet-mode/archive/0.3.tar.gz -> puppet-mode-0.3.tar.gz _eclasses_=elisp 571fd9c6c9d8b71c8461bb9f33e135ab elisp-common 23f47b2e1de7abf387105eddd1318738 -_md5_=ee5f422ba132b992d4c4fee25bb9b233 +_md5_=e4a9dbfd4450767946ea207b47218536 diff --git a/metadata/md5-cache/app-i18n/Manifest.gz b/metadata/md5-cache/app-i18n/Manifest.gz index 6fd6caaa85ad..c7885729be87 100644 Binary files a/metadata/md5-cache/app-i18n/Manifest.gz and b/metadata/md5-cache/app-i18n/Manifest.gz differ diff --git a/metadata/md5-cache/app-i18n/poedit-1.8.5 b/metadata/md5-cache/app-i18n/poedit-1.8.5 index 9cf95b96fa16..6263ac4daaf5 100644 --- a/metadata/md5-cache/app-i18n/poedit-1.8.5 +++ b/metadata/md5-cache/app-i18n/poedit-1.8.5 @@ -4,10 +4,10 @@ DESCRIPTION=GUI editor for gettext translations files EAPI=5 HOMEPAGE=https://poedit.net IUSE=linguas_af linguas_am linguas_an linguas_ar linguas_ast linguas_az linguas_be@latin linguas_be linguas_bg linguas_bn linguas_br linguas_bs linguas_ca linguas_ca@valencia linguas_ckb linguas_co linguas_cs linguas_da linguas_de linguas_el linguas_en_GB linguas_eo linguas_es linguas_et linguas_eu linguas_fa linguas_fi linguas_fr linguas_fur linguas_fy_NL linguas_ga linguas_gl linguas_he linguas_hi linguas_hr linguas_hu linguas_hy linguas_id linguas_is linguas_it linguas_ja linguas_kab linguas_ka linguas_kk linguas_ko linguas_ku linguas_ky linguas_lt linguas_lv linguas_mk linguas_mn linguas_mr linguas_ms linguas_nb linguas_ne linguas_nl linguas_nn linguas_oc linguas_pa linguas_pl linguas_pt_BR linguas_pt_PT linguas_ro linguas_ru linguas_sk linguas_sl linguas_sq linguas_sr linguas_sv linguas_ta linguas_tg linguas_th linguas_tr linguas_tt linguas_ug linguas_uk linguas_ur linguas_uz linguas_vi linguas_wa linguas_zh_CN linguas_zh_TW -KEYWORDS=amd64 hppa ~ppc ppc64 x86 +KEYWORDS=amd64 hppa ~ppc ppc64 ~sparc x86 LICENSE=MIT RDEPEND=app-text/gtkspell:2 dev-cpp/lucene++ dev-libs/boost:=[nls] dev-libs/expat dev-libs/icu:= || ( =sys-libs/db-5*:*[cxx] =sys-libs/db-4*:*[cxx] ) =dev-libs/glib-2.34:2 >=dev-libs/json-glib-0.14 >=net-libs/libsoup-2.42:2.4 sys-apps/dbus introspection? ( >=dev-libs/gobject-introspection-0.9.6:= ) modemmanager? ( >=net-misc/modemmanager-1 ) zeroconf? ( >=net-dns/avahi-0.6.10 ) !=dev-util/gtk-doc-am-1 >=dev-util/intltool-0.40 sys-devel/gettext virtual/pkgconfig >=app-portage/elt-patches-20170422 app-arch/xz-utils >=sys-apps/sed-4 dev-util/desktop-file-utils x11-misc/shared-mime-info virtual/pkgconfig +DEPEND=>=dev-libs/glib-2.34:2 >=dev-libs/json-glib-0.14 >=net-libs/libsoup-2.42:2.4 sys-apps/dbus introspection? ( >=dev-libs/gobject-introspection-0.9.6:= ) modemmanager? ( >=net-misc/modemmanager-1 ) zeroconf? ( >=net-dns/avahi-0.6.10[dbus] ) !=dev-util/gtk-doc-am-1 >=dev-util/intltool-0.40 sys-devel/gettext virtual/pkgconfig >=app-portage/elt-patches-20170422 app-arch/xz-utils >=sys-apps/sed-4 dev-util/desktop-file-utils x11-misc/shared-mime-info virtual/pkgconfig DESCRIPTION=A geoinformation D-Bus service EAPI=6 HOMEPAGE=https://freedesktop.org/wiki/Software/GeoClue IUSE=+introspection +modemmanager zeroconf KEYWORDS=~alpha amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~amd64-fbsd LICENSE=LGPL-2 -RDEPEND=>=dev-libs/glib-2.34:2 >=dev-libs/json-glib-0.14 >=net-libs/libsoup-2.42:2.4 sys-apps/dbus introspection? ( >=dev-libs/gobject-introspection-0.9.6:= ) modemmanager? ( >=net-misc/modemmanager-1 ) zeroconf? ( >=net-dns/avahi-0.6.10 ) !=dev-libs/glib-2.34:2 >=dev-libs/json-glib-0.14 >=net-libs/libsoup-2.42:2.4 sys-apps/dbus introspection? ( >=dev-libs/gobject-introspection-0.9.6:= ) modemmanager? ( >=net-misc/modemmanager-1 ) zeroconf? ( >=net-dns/avahi-0.6.10[dbus] ) ! todo-2.10.tar.gz _eclasses_=bash-completion-r1 8e447753aaf658afa609fbf961d80ab7 multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 185a06792159ca143528e7010368e8af -_md5_=0c6d19091fba99912f13cbe3cf60411a +_md5_=25bf7ea3bd7458a0659d17d058e95633 diff --git a/metadata/md5-cache/app-office/Manifest.gz b/metadata/md5-cache/app-office/Manifest.gz index 7d470a1c0903..36fe3c775670 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/lyx-2.0.8.1-r1 b/metadata/md5-cache/app-office/lyx-2.0.8.1-r1 index 6fbb1db4a520..c39cb54f0f25 100644 --- a/metadata/md5-cache/app-office/lyx-2.0.8.1-r1 +++ b/metadata/md5-cache/app-office/lyx-2.0.8.1-r1 @@ -2,7 +2,7 @@ DEFINED_PHASES=configure install postinst postrm preinst prepare setup DEPEND=dev-qt/qtgui:4 dev-qt/qtcore:4 >=dev-libs/boost-1.34 python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),python_single_target_python2_7(+)] virtual/pkgconfig nls? ( sys-devel/gettext ) >=sys-apps/sed-4 X? ( x11-apps/mkfontdir media-fonts/encodings ) DESCRIPTION=WYSIWYM frontend for LaTeX, DocBook, etc. EAPI=5 -HOMEPAGE=http://www.lyx.org/ +HOMEPAGE=https://www.lyx.org/ IUSE=cups debug nls +latex monolithic-build html rtf dot docbook dia subversion rcs svg gnumeric +hunspell aspell enchant linguas_ar linguas_ca linguas_cs linguas_de linguas_da linguas_el linguas_en linguas_es linguas_eu linguas_fi linguas_fr linguas_gl linguas_he linguas_hu linguas_ia linguas_id linguas_it linguas_ja linguas_nb linguas_nn linguas_pl linguas_pt linguas_ro linguas_ru linguas_sk linguas_sr linguas_sv linguas_tr linguas_uk linguas_zh_CN linguas_zh_TW X python_targets_python2_7 KEYWORDS=alpha amd64 ~hppa ia64 ppc ppc64 sparc x86 ~x64-macos ~x86-macos LICENSE=GPL-2 @@ -11,4 +11,4 @@ REQUIRED_USE=python_targets_python2_7 SLOT=0 SRC_URI=ftp://ftp.lyx.org/pub/lyx/stable/2.0.x/lyx-2.0.8.1.tar.xz ftp://ftp.lyx.org/pub/lyx/devel/lyx-2.0/2.0.8.1/lyx-2.0.8.1.tar.xz _eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 fdo-mime 995b19d3f30e956b4e1bc5a91fdc4ea7 flag-o-matic 02908f00f002f0f07c5b74783d778325 font 82836641e7d4639329d8c195234ad0e3 gnome2-utils 4d211d7614f303710fca59db6ec12c88 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e python-single-r1 317a2557b4d7319a7418225f65accf77 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 185a06792159ca143528e7010368e8af xdg-utils f2c8335407f0b935b0a96d4adf23ef25 -_md5_=4628485c876f404773ad1ac1b2ef7952 +_md5_=e9bcbfd6987d8c24c337d0240a27c180 diff --git a/metadata/md5-cache/app-office/lyx-2.1.5-r1 b/metadata/md5-cache/app-office/lyx-2.1.5-r1 index 39285894435e..782313feab72 100644 --- a/metadata/md5-cache/app-office/lyx-2.1.5-r1 +++ b/metadata/md5-cache/app-office/lyx-2.1.5-r1 @@ -2,7 +2,7 @@ DEFINED_PHASES=configure install postinst postrm preinst prepare setup DEPEND=dev-qt/qtgui:4 dev-qt/qtcore:4 >=dev-libs/boost-1.34:= python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),python_single_target_python2_7(+)] virtual/pkgconfig nls? ( sys-devel/gettext ) >=sys-apps/sed-4 X? ( x11-apps/mkfontdir media-fonts/encodings ) DESCRIPTION=WYSIWYM frontend for LaTeX, DocBook, etc. EAPI=5 -HOMEPAGE=http://www.lyx.org/ +HOMEPAGE=https://www.lyx.org/ IUSE=cups debug nls +latex monolithic-build html rtf dot docbook dia subversion rcs svg gnumeric +hunspell aspell enchant linguas_ar linguas_ca linguas_cs linguas_de linguas_da linguas_el linguas_en linguas_es linguas_eu linguas_fi linguas_fr linguas_gl linguas_he linguas_hu linguas_ia linguas_id linguas_it linguas_ja linguas_nb linguas_nn linguas_pl linguas_pt linguas_ro linguas_ru linguas_sk linguas_sr linguas_sv linguas_tr linguas_uk linguas_zh_CN linguas_zh_TW X python_targets_python2_7 KEYWORDS=alpha amd64 ~hppa ia64 ppc ppc64 sparc x86 ~x64-macos ~x86-macos LICENSE=GPL-2 @@ -11,4 +11,4 @@ REQUIRED_USE=python_targets_python2_7 SLOT=0 SRC_URI=ftp://ftp.lyx.org/pub/lyx/stable/2.1.x/lyx-2.1.5.tar.xz ftp://ftp.lyx.org/pub/lyx/devel/lyx-2.1/lyx-2.1.5/lyx-2.1.5.tar.xz _eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 fdo-mime 995b19d3f30e956b4e1bc5a91fdc4ea7 flag-o-matic 02908f00f002f0f07c5b74783d778325 font 82836641e7d4639329d8c195234ad0e3 gnome2-utils 4d211d7614f303710fca59db6ec12c88 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e python-single-r1 317a2557b4d7319a7418225f65accf77 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 185a06792159ca143528e7010368e8af xdg-utils f2c8335407f0b935b0a96d4adf23ef25 -_md5_=4f521541e1b952eb61dd39f8c3e95c8f +_md5_=2dd5b146b582f2402a47f36dbefac465 diff --git a/metadata/md5-cache/app-office/lyx-2.2.2-r1 b/metadata/md5-cache/app-office/lyx-2.2.2-r1 index bd081a19d661..057e9b39a31a 100644 --- a/metadata/md5-cache/app-office/lyx-2.2.2-r1 +++ b/metadata/md5-cache/app-office/lyx-2.2.2-r1 @@ -2,7 +2,7 @@ DEFINED_PHASES=configure install postinst postrm preinst prepare setup DEPEND=>=dev-libs/boost-1.34:= python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),python_single_target_python2_7(+)] qt4? ( dev-qt/qtgui:4 dev-qt/qtcore:4 dev-qt/qtsvg:4 ) qt5? ( dev-qt/qtgui:5 dev-qt/qtcore:5 dev-qt/qtwidgets:5 dev-qt/qtx11extras:5 dev-qt/qtsvg:5 dev-qt/qtconcurrent:5 ) virtual/pkgconfig nls? ( sys-devel/gettext ) >=sys-apps/sed-4 X? ( x11-apps/mkfontdir media-fonts/encodings ) DESCRIPTION=WYSIWYM frontend for LaTeX, DocBook, etc. EAPI=5 -HOMEPAGE=http://www.lyx.org/ +HOMEPAGE=https://www.lyx.org/ IUSE=cups debug nls +latex monolithic-build html rtf dot docbook dia subversion rcs svg gnumeric +hunspell aspell enchant +qt4 qt5 linguas_ar linguas_ca linguas_cs linguas_da linguas_de linguas_el linguas_en linguas_es linguas_eu linguas_fi linguas_fr linguas_gl linguas_he linguas_hu linguas_ia linguas_id linguas_it linguas_ja linguas_nb linguas_nn linguas_pl linguas_pt_BR linguas_pt_PT linguas_ro linguas_ru linguas_sk linguas_sr linguas_sv linguas_tr linguas_uk linguas_zh_CN linguas_zh_TW X python_targets_python2_7 KEYWORDS=~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x64-macos ~x86-macos LICENSE=GPL-2 @@ -11,4 +11,4 @@ REQUIRED_USE=python_targets_python2_7 qt4? ( !qt5 ) qt5? ( !qt4 ) SLOT=0 SRC_URI=ftp://ftp.lyx.org/pub/lyx/stable/2.2.x/lyx-2.2.2.tar.xz ftp://ftp.lyx.org/pub/lyx/devel/lyx-2.2/lyx-2.2.2/lyx-2.2.2.tar.xz _eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 fdo-mime 995b19d3f30e956b4e1bc5a91fdc4ea7 flag-o-matic 02908f00f002f0f07c5b74783d778325 font 82836641e7d4639329d8c195234ad0e3 gnome2-utils 4d211d7614f303710fca59db6ec12c88 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e python-single-r1 317a2557b4d7319a7418225f65accf77 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 185a06792159ca143528e7010368e8af xdg-utils f2c8335407f0b935b0a96d4adf23ef25 -_md5_=01aeff67fd044a394db4034a9f0988dd +_md5_=e29c16333e12279ee286a241a1116f5c diff --git a/metadata/md5-cache/app-office/lyx-2.2.3 b/metadata/md5-cache/app-office/lyx-2.2.3 index e35d63a3603b..e18cf3724c8e 100644 --- a/metadata/md5-cache/app-office/lyx-2.2.3 +++ b/metadata/md5-cache/app-office/lyx-2.2.3 @@ -2,7 +2,7 @@ DEFINED_PHASES=configure install postinst postrm preinst prepare setup DEPEND=>=dev-libs/boost-1.34:= python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),python_single_target_python2_7(+)] qt4? ( dev-qt/qtgui:4 dev-qt/qtcore:4 dev-qt/qtsvg:4 ) qt5? ( dev-qt/qtgui:5 dev-qt/qtcore:5 dev-qt/qtwidgets:5 dev-qt/qtx11extras:5 dev-qt/qtsvg:5 dev-qt/qtconcurrent:5 ) virtual/pkgconfig nls? ( sys-devel/gettext ) >=sys-apps/sed-4 X? ( x11-apps/mkfontdir media-fonts/encodings ) DESCRIPTION=WYSIWYM frontend for LaTeX, DocBook, etc. EAPI=5 -HOMEPAGE=http://www.lyx.org/ +HOMEPAGE=https://www.lyx.org/ IUSE=cups debug nls +latex monolithic-build html rtf dot docbook dia subversion rcs svg gnumeric +hunspell aspell enchant +qt4 qt5 linguas_ar linguas_ca linguas_cs linguas_da linguas_de linguas_el linguas_en linguas_es linguas_eu linguas_fi linguas_fr linguas_gl linguas_he linguas_hu linguas_ia linguas_id linguas_it linguas_ja linguas_nb linguas_nn linguas_pl linguas_pt_BR linguas_pt_PT linguas_ro linguas_ru linguas_sk linguas_sr linguas_sv linguas_tr linguas_uk linguas_zh_CN linguas_zh_TW X python_targets_python2_7 KEYWORDS=~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x64-macos ~x86-macos LICENSE=GPL-2 @@ -11,4 +11,4 @@ REQUIRED_USE=python_targets_python2_7 qt4? ( !qt5 ) qt5? ( !qt4 ) SLOT=0 SRC_URI=ftp://ftp.lyx.org/pub/lyx/stable/2.2.x/lyx-2.2.3.tar.xz ftp://ftp.lyx.org/pub/lyx/devel/lyx-2.2/lyx-2.2.3/lyx-2.2.3.tar.xz _eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 fdo-mime 995b19d3f30e956b4e1bc5a91fdc4ea7 flag-o-matic 02908f00f002f0f07c5b74783d778325 font 82836641e7d4639329d8c195234ad0e3 gnome2-utils 4d211d7614f303710fca59db6ec12c88 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e python-single-r1 317a2557b4d7319a7418225f65accf77 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 185a06792159ca143528e7010368e8af xdg-utils f2c8335407f0b935b0a96d4adf23ef25 -_md5_=01aeff67fd044a394db4034a9f0988dd +_md5_=e29c16333e12279ee286a241a1116f5c diff --git a/metadata/md5-cache/app-portage/Manifest.gz b/metadata/md5-cache/app-portage/Manifest.gz index e03d203ba471..a0c8c2d04f72 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/gemato-9.2 b/metadata/md5-cache/app-portage/gemato-9.2 index 2f90d50f43c3..b3ff8459e0d8 100644 --- a/metadata/md5-cache/app-portage/gemato-9.2 +++ b/metadata/md5-cache/app-portage/gemato-9.2 @@ -4,11 +4,11 @@ DESCRIPTION=Stand-alone Manifest generation & verification tool EAPI=6 HOMEPAGE=https://github.com/mgorny/gemato IUSE=+blake2 bzip2 +gpg lzma +portage-postsync sha3 test python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 -KEYWORDS=~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~x86 +KEYWORDS=~amd64 ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~x86 LICENSE=BSD-2 RDEPEND=blake2? ( python_targets_python2_7? ( dev-python/pyblake2[python_targets_python2_7(-)?,-python_single_target_python2_7(-),python_targets_python3_4(-)?,-python_single_target_python3_4(-),python_targets_python3_5(-)?,-python_single_target_python3_5(-)] ) python_targets_python3_4? ( dev-python/pyblake2[python_targets_python2_7(-)?,-python_single_target_python2_7(-),python_targets_python3_4(-)?,-python_single_target_python3_4(-),python_targets_python3_5(-)?,-python_single_target_python3_5(-)] ) python_targets_python3_5? ( dev-python/pyblake2[python_targets_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(-)] ) ) bzip2? ( python_targets_python2_7? ( dev-python/bz2file[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) ) gpg? ( app-crypt/gnupg ) lzma? ( python_targets_python2_7? ( dev-python/backports-lzma[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) ) sha3? ( python_targets_python2_7? ( dev-python/pysha3[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/pysha3[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/pysha3[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/setuptools[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] portage-postsync? ( app-crypt/gentoo-keys ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 ) SLOT=0 SRC_URI=mirror://pypi/g/gemato/gemato-9.2.tar.gz _eclasses_=distutils-r1 372bbe39047c0a2550319a3a82f3e063 multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 6f5991c7101863d0b29df63990ad852e python-r1 e9350ec46bb5c9f3504b4fbe8b8d8987 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 185a06792159ca143528e7010368e8af xdg-utils f2c8335407f0b935b0a96d4adf23ef25 -_md5_=f5c6303572598f33ffd1dd3aa6da42a3 +_md5_=807cf36d897ecbbdba095c09e97d5464 diff --git a/metadata/md5-cache/app-text/Manifest.gz b/metadata/md5-cache/app-text/Manifest.gz index b57bff289140..0b3b93258d91 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/asciidoc-8.6.10 b/metadata/md5-cache/app-text/asciidoc-8.6.10 index aeb1cf6f5baf..e64c1c6daa7a 100644 --- a/metadata/md5-cache/app-text/asciidoc-8.6.10 +++ b/metadata/md5-cache/app-text/asciidoc-8.6.10 @@ -4,11 +4,11 @@ DESCRIPTION=AsciiDoc is a plain text human readable/writable document format EAPI=6 HOMEPAGE=http://asciidoc.org/ IUSE=examples graphviz highlight test python_targets_pypy python_targets_python2_7 python_single_target_pypy python_single_target_python2_7 -KEYWORDS=~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris +KEYWORDS=~alpha amd64 ~arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris LICENSE=GPL-2 RDEPEND=app-text/docbook-xml-dtd:4.5 >=app-text/docbook-xsl-stylesheets-1.75 dev-libs/libxslt python_single_target_pypy? ( >=virtual/pypy-5:0= ) python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) >=dev-lang/python-exec-2:=[python_targets_pypy(-)?,python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),python_single_target_pypy(+)?,python_single_target_python2_7(+)?] graphviz? ( media-gfx/graphviz ) highlight? ( || ( dev-util/source-highlight dev-python/pygments[python_targets_pypy(-)?,python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),python_single_target_pypy(+)?,python_single_target_python2_7(+)?] app-text/highlight ) ) REQUIRED_USE=^^ ( python_single_target_pypy python_single_target_python2_7 ) python_single_target_pypy? ( python_targets_pypy ) python_single_target_python2_7? ( python_targets_python2_7 ) SLOT=0 SRC_URI=https://github.com/asciidoc/asciidoc/archive/8.6.10.tar.gz -> asciidoc-8.6.10.tar.gz _eclasses_=autotools dc412f38566b91012efd58b9c203e6c3 libtool 0081a71a261724730ec4c248494f044d multilib 97f470f374f2e94ccab04a2fb21d811e python-single-r1 317a2557b4d7319a7418225f65accf77 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d readme.gentoo-r1 6f03e110529650f57fc7d1fb908b8986 toolchain-funcs 185a06792159ca143528e7010368e8af -_md5_=2e83a4ff528ebe24ff60a71127c4286b +_md5_=07282d0b9ae0fe37190e7f000a3443ca diff --git a/metadata/md5-cache/sci-biology/bamtools-2.4.2 b/metadata/md5-cache/app-text/fictionup-0.1 similarity index 59% rename from metadata/md5-cache/sci-biology/bamtools-2.4.2 rename to metadata/md5-cache/app-text/fictionup-0.1 index 7e124121e0a9..c3b841409621 100644 --- a/metadata/md5-cache/sci-biology/bamtools-2.4.2 +++ b/metadata/md5-cache/app-text/fictionup-0.1 @@ -1,12 +1,12 @@ DEFINED_PHASES=compile configure install prepare test -DEPEND=>=dev-libs/jsoncpp-1.8.0:= sys-libs/zlib:= virtual/pkgconfig sys-devel/make >=dev-util/cmake-3.7.2 -DESCRIPTION=A programmer's API and an end-user's toolkit for handling BAM files +DEPEND=dev-libs/libyaml sys-devel/make >=dev-util/cmake-3.7.2 +DESCRIPTION=A command-line markdown to fb2 convertor EAPI=6 -HOMEPAGE=https://github.com/pezmaster31/bamtools +HOMEPAGE=http://cdslow.org.ru/fictionup/ KEYWORDS=~amd64 ~x86 -LICENSE=MIT -RDEPEND=>=dev-libs/jsoncpp-1.8.0:= sys-libs/zlib:= -SLOT=0/2.4.2 -SRC_URI=https://github.com/pezmaster31/bamtools/archive/v2.4.2.tar.gz -> bamtools-2.4.2.tar.gz +LICENSE=GPL-3 +RDEPEND=dev-libs/libyaml +SLOT=0 +SRC_URI=http://cdslow.org.ru/files/fictionup/fictionup-0.1.tar.gz _eclasses_=cmake-utils 77a5a8d3308359caadcdd91688f20093 desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 6f5991c7101863d0b29df63990ad852e ninja-utils ebb2eaddc6331c4fa000b8eb8f6fe074 toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 xdg-utils f2c8335407f0b935b0a96d4adf23ef25 -_md5_=3909e5231807b2e0a56168032dda99a5 +_md5_=2b1b82ed1d38f6d6d386d7d8cb7b1f15 diff --git a/metadata/md5-cache/app-text/libgepub-0.5.2 b/metadata/md5-cache/app-text/libgepub-0.5.2 index e2405b78ac07..2c9aeeab3193 100644 --- a/metadata/md5-cache/app-text/libgepub-0.5.2 +++ b/metadata/md5-cache/app-text/libgepub-0.5.2 @@ -9,5 +9,5 @@ LICENSE=LGPL-2 RDEPEND=app-arch/libarchive dev-libs/glib:2 dev-libs/libxml2 net-libs/libsoup:2.4 net-libs/webkit-gtk:4 x11-libs/gtk+:3 introspection? ( >=dev-libs/gobject-introspection-1.30:= ) SLOT=0 SRC_URI=mirror://gnome/sources/libgepub/0.5/libgepub-0.5.2.tar.xz -_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 gnome.org 5e4cc5af3f1b17bdee155bf02e8c2df4 ltprune 2770eed66a9b8ef944714cd0e968182e meson 0946ddca90e9c2d3e4687bb097dd9ed3 multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 6f5991c7101863d0b29df63990ad852e ninja-utils ebb2eaddc6331c4fa000b8eb8f6fe074 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 +_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 gnome.org 5e4cc5af3f1b17bdee155bf02e8c2df4 ltprune 2770eed66a9b8ef944714cd0e968182e meson f8e09b2b2ac1e9bb0bd374b6ad77a90d multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 6f5991c7101863d0b29df63990ad852e ninja-utils ebb2eaddc6331c4fa000b8eb8f6fe074 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 _md5_=8a946f07e3e3273d190d06c65c1d8768 diff --git a/metadata/md5-cache/app-text/libgxps-0.3.0 b/metadata/md5-cache/app-text/libgxps-0.3.0 index f1b6bab3d340..5f10945a5c21 100644 --- a/metadata/md5-cache/app-text/libgxps-0.3.0 +++ b/metadata/md5-cache/app-text/libgxps-0.3.0 @@ -10,5 +10,5 @@ RDEPEND=>=app-arch/libarchive-2.8 >=dev-libs/glib-2.36:2 media-libs/freetype:2 m RESTRICT=test SLOT=0 SRC_URI=mirror://gnome/sources/libgxps/0.3/libgxps-0.3.0.tar.xz -_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 gnome.org 5e4cc5af3f1b17bdee155bf02e8c2df4 ltprune 2770eed66a9b8ef944714cd0e968182e meson 0946ddca90e9c2d3e4687bb097dd9ed3 multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 6f5991c7101863d0b29df63990ad852e ninja-utils ebb2eaddc6331c4fa000b8eb8f6fe074 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 xdg-utils f2c8335407f0b935b0a96d4adf23ef25 +_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 gnome.org 5e4cc5af3f1b17bdee155bf02e8c2df4 ltprune 2770eed66a9b8ef944714cd0e968182e meson f8e09b2b2ac1e9bb0bd374b6ad77a90d multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 6f5991c7101863d0b29df63990ad852e ninja-utils ebb2eaddc6331c4fa000b8eb8f6fe074 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 xdg-utils f2c8335407f0b935b0a96d4adf23ef25 _md5_=08c4dc57869f4404d4a9d90543da81b8 diff --git a/metadata/md5-cache/app-vim/Manifest.gz b/metadata/md5-cache/app-vim/Manifest.gz index dccfc357c90f..f8d767ba849e 100644 Binary files a/metadata/md5-cache/app-vim/Manifest.gz and b/metadata/md5-cache/app-vim/Manifest.gz differ diff --git a/metadata/md5-cache/app-vim/frawor-0.2.3 b/metadata/md5-cache/app-vim/frawor-0.2.3 new file mode 100644 index 000000000000..1a6d3fc464b4 --- /dev/null +++ b/metadata/md5-cache/app-vim/frawor-0.2.3 @@ -0,0 +1,13 @@ +DEFINED_PHASES=install postinst postrm +DEPEND=|| ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 ) +DESCRIPTION=vim plugin: modular vim framework +EAPI=6 +HOMEPAGE=https://bitbucket.org/ZyX_I/frawor +KEYWORDS=~amd64 ~x86 +LICENSE=vim +RDEPEND=|| ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 ) +RESTRICT=test +SLOT=0 +SRC_URI=https://bitbucket.org/ZyX_I/frawor/downloads/frawor-0.2.3.tar.xz +_eclasses_=estack 43ddf5aaffa7a8d0482df54d25a66a1f vim-doc af2c81a1feeb0a99e91bee3e20769edb vim-plugin 3160d9cb05ef44497be1485db0fe7590 +_md5_=6dd56e65bbb5d83d604b05626cb46c18 diff --git a/metadata/md5-cache/dev-ada/Manifest.gz b/metadata/md5-cache/dev-ada/Manifest.gz index 9408a92aa5af..0dd822bce05e 100644 Binary files a/metadata/md5-cache/dev-ada/Manifest.gz and b/metadata/md5-cache/dev-ada/Manifest.gz differ diff --git a/metadata/md5-cache/dev-ada/langkit-2017 b/metadata/md5-cache/dev-ada/langkit-2017 new file mode 100644 index 000000000000..47bcb5131572 --- /dev/null +++ b/metadata/md5-cache/dev-ada/langkit-2017 @@ -0,0 +1,14 @@ +DEFINED_PHASES=install setup test +DEPEND=python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),python_single_target_python2_7(+)] dev-ada/gnatcoll[gnat_2017,iconv,shared] dev-python/mako dev-python/pyyaml dev-python/enum34 dev-python/funcy dev-python/docutils dev-python/quex +DESCRIPTION=A Python framework to generate language parsers +EAPI=6 +HOMEPAGE=https://www.adacore.com/community +IUSE=python_targets_python2_7 +KEYWORDS=~amd64 +LICENSE=GPL-3 +RDEPEND=python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),python_single_target_python2_7(+)] dev-ada/gnatcoll[gnat_2017,iconv,shared] dev-python/mako dev-python/pyyaml dev-python/enum34 dev-python/funcy dev-python/docutils dev-python/quex +REQUIRED_USE=python_targets_python2_7 +SLOT=0 +SRC_URI=http://mirrors.cdn.adacore.com/art/591c45e2c7a447af2deed044 -> langkit-gps-src-2017.tar.gz +_eclasses_=multilib 97f470f374f2e94ccab04a2fb21d811e python-single-r1 317a2557b4d7319a7418225f65accf77 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 185a06792159ca143528e7010368e8af +_md5_=3ef8b091de76ae1463902bc444ad0b5e diff --git a/metadata/md5-cache/dev-ada/libadalang-2017 b/metadata/md5-cache/dev-ada/libadalang-2017 index 2e225c3f5d73..ca90b3cca7d6 100644 --- a/metadata/md5-cache/dev-ada/libadalang-2017 +++ b/metadata/md5-cache/dev-ada/libadalang-2017 @@ -1,5 +1,5 @@ DEFINED_PHASES=compile install prepare setup test -DEPEND=dev-python/pyyaml python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),python_single_target_python2_7(+)] dev-ada/gnatcoll[projects,shared,gnat_2016=,gnat_2017=] dev-python/docutils dev-python/mako dev-python/enum34 dev-python/quex dev-python/funcy +DEPEND=dev-python/pyyaml python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),python_single_target_python2_7(+)] dev-ada/gnatcoll[projects,shared,gnat_2016=,gnat_2017=] dev-ada/langkit DESCRIPTION=high performance semantic engine for the Ada programming language EAPI=6 HOMEPAGE=https://libre.adacore.com/ @@ -9,6 +9,6 @@ LICENSE=GPL-3 gcc-runtime-library-exception-3.1 RDEPEND=dev-python/pyyaml python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),python_single_target_python2_7(+)] REQUIRED_USE=python_targets_python2_7 ^^ ( gnat_2016 gnat_2017 ) SLOT=0 -SRC_URI=http://mirrors.cdn.adacore.com/art/591c45e2c7a447af2deed042 -> libadalang-2017-src.tar.gz http://mirrors.cdn.adacore.com/art/591c45e2c7a447af2deed044 -> langkit-gps-src-2017.tar.gz +SRC_URI=http://mirrors.cdn.adacore.com/art/591c45e2c7a447af2deed042 -> libadalang-2017-src.tar.gz _eclasses_=multilib 97f470f374f2e94ccab04a2fb21d811e python-single-r1 317a2557b4d7319a7418225f65accf77 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 185a06792159ca143528e7010368e8af -_md5_=3fb9b2d3d7747187b0341ff4a3461ff2 +_md5_=98c503652edc8d077a6fb2c94dda9d26 diff --git a/metadata/md5-cache/dev-cpp/Manifest.gz b/metadata/md5-cache/dev-cpp/Manifest.gz index 777ca0e834b1..6bb6a4a723be 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/gsl-0_pre20171105 b/metadata/md5-cache/dev-cpp/gsl-0_pre20171105 index 5f9cc4d03431..8ef14a3a3a04 100644 --- a/metadata/md5-cache/dev-cpp/gsl-0_pre20171105 +++ b/metadata/md5-cache/dev-cpp/gsl-0_pre20171105 @@ -9,4 +9,4 @@ LICENSE=MIT SLOT=0 SRC_URI=https://github.com/Microsoft/gsl/tarball/d10ebc6555b627c9d1196076a78467e7be505987 -> gsl-0_pre20171105.tar.gz _eclasses_=cmake-utils 77a5a8d3308359caadcdd91688f20093 desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 6f5991c7101863d0b29df63990ad852e ninja-utils ebb2eaddc6331c4fa000b8eb8f6fe074 toolchain-funcs 185a06792159ca143528e7010368e8af vcs-snapshot 03289f51c769cf409d200d2d628cdd6e versionator c80ccf29e90adea7c5cae94b42eb76d0 xdg-utils f2c8335407f0b935b0a96d4adf23ef25 -_md5_=f6b0d598dfd8ff7b2961d203387d23fb +_md5_=b7368b02120925035f65fa646b7dac8e diff --git a/metadata/md5-cache/dev-cpp/lucene++-3.0.7 b/metadata/md5-cache/dev-cpp/lucene++-3.0.7 index bedd7fd091cc..4d19ffe4d41e 100644 --- a/metadata/md5-cache/dev-cpp/lucene++-3.0.7 +++ b/metadata/md5-cache/dev-cpp/lucene++-3.0.7 @@ -4,11 +4,11 @@ DESCRIPTION=C++ port of Lucene library, a high-performance, full-featured text s EAPI=5 HOMEPAGE=https://github.com/luceneplusplus/LucenePlusPlus IUSE=debug -KEYWORDS=amd64 hppa ~ppc ppc64 x86 +KEYWORDS=amd64 hppa ~ppc ppc64 ~sparc x86 LICENSE=|| ( LGPL-3 Apache-2.0 ) RDEPEND=dev-libs/boost:= RESTRICT=test SLOT=0 SRC_URI=https://github.com/luceneplusplus/LucenePlusPlus/archive/rel_3.0.7.tar.gz -> lucene++-3.0.7.tar.gz _eclasses_=cmake-utils 77a5a8d3308359caadcdd91688f20093 desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 6f5991c7101863d0b29df63990ad852e ninja-utils ebb2eaddc6331c4fa000b8eb8f6fe074 toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 xdg-utils f2c8335407f0b935b0a96d4adf23ef25 -_md5_=2624d273b81b17be023a2a5709338e9d +_md5_=62387a26587943db2558195bdd989539 diff --git a/metadata/md5-cache/dev-db/Manifest.gz b/metadata/md5-cache/dev-db/Manifest.gz index 9971c8fa3c13..b67d9016174a 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/aerospike-server-community-3.13.0.8 b/metadata/md5-cache/dev-db/aerospike-server-community-3.13.0.8 new file mode 100644 index 000000000000..cc0e317c9ddb --- /dev/null +++ b/metadata/md5-cache/dev-db/aerospike-server-community-3.13.0.8 @@ -0,0 +1,12 @@ +DEFINED_PHASES=install prepare setup +DEPEND=sys-libs/readline sys-libs/zlib dev-libs/openssl +DESCRIPTION=Flash-optimized, in-memory, nosql database +EAPI=5 +HOMEPAGE=http://www.aerospike.com +KEYWORDS=~amd64 +LICENSE=Apache-2.0 +RDEPEND=sys-libs/readline sys-libs/zlib dev-libs/openssl +SLOT=0 +SRC_URI=http://www.aerospike.com/artifacts/aerospike-server-community/3.13.0.8/aerospike-server-community-3.13.0.8-debian7.tgz +_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 185a06792159ca143528e7010368e8af user 8bc2845510e2109af75e3eeac607ec81 +_md5_=17d793a8b1cd4d41a326432dcb6714be diff --git a/metadata/md5-cache/dev-db/aerospike-server-community-3.14.1.5 b/metadata/md5-cache/dev-db/aerospike-server-community-3.14.1.5 new file mode 100644 index 000000000000..675d13a464c0 --- /dev/null +++ b/metadata/md5-cache/dev-db/aerospike-server-community-3.14.1.5 @@ -0,0 +1,12 @@ +DEFINED_PHASES=install prepare setup +DEPEND=sys-libs/readline sys-libs/zlib dev-libs/openssl +DESCRIPTION=Flash-optimized, in-memory, nosql database +EAPI=5 +HOMEPAGE=http://www.aerospike.com +KEYWORDS=~amd64 +LICENSE=Apache-2.0 +RDEPEND=sys-libs/readline sys-libs/zlib dev-libs/openssl +SLOT=0 +SRC_URI=http://www.aerospike.com/artifacts/aerospike-server-community/3.14.1.5/aerospike-server-community-3.14.1.5-debian7.tgz +_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 185a06792159ca143528e7010368e8af user 8bc2845510e2109af75e3eeac607ec81 +_md5_=17d793a8b1cd4d41a326432dcb6714be diff --git a/metadata/md5-cache/dev-db/aerospike-server-community-3.15.1.3 b/metadata/md5-cache/dev-db/aerospike-server-community-3.15.1.3 new file mode 100644 index 000000000000..082713898439 --- /dev/null +++ b/metadata/md5-cache/dev-db/aerospike-server-community-3.15.1.3 @@ -0,0 +1,12 @@ +DEFINED_PHASES=install prepare setup +DEPEND=sys-libs/readline sys-libs/zlib dev-libs/openssl +DESCRIPTION=Flash-optimized, in-memory, nosql database +EAPI=5 +HOMEPAGE=http://www.aerospike.com +KEYWORDS=~amd64 +LICENSE=Apache-2.0 +RDEPEND=sys-libs/readline sys-libs/zlib dev-libs/openssl +SLOT=0 +SRC_URI=http://www.aerospike.com/artifacts/aerospike-server-community/3.15.1.3/aerospike-server-community-3.15.1.3-debian7.tgz +_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 185a06792159ca143528e7010368e8af user 8bc2845510e2109af75e3eeac607ec81 +_md5_=7d5cfc22fc639e63f2d5187aad0a8ce7 diff --git a/metadata/md5-cache/dev-db/etcd-3.2.10 b/metadata/md5-cache/dev-db/etcd-3.2.10 deleted file mode 100644 index 1a182e4dab40..000000000000 --- a/metadata/md5-cache/dev-db/etcd-3.2.10 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile install prepare setup test unpack -DEPEND=>=dev-lang/go-1.8:= virtual/pkgconfig >=dev-lang/go-1.8 -DESCRIPTION=Highly-available key value store for shared configuration and service discovery -EAPI=6 -HOMEPAGE=https://github.com/coreos/etcd -IUSE=doc -KEYWORDS=~amd64 -LICENSE=Apache-2.0 -RDEPEND=!dev-db/etcdctl -SLOT=0 -SRC_URI=https://github.com/coreos/etcd/archive/v3.2.10.tar.gz -> etcd-3.2.10.tar.gz -_eclasses_=golang-base 51a1f13e065f1cff4507685d9cc268c7 golang-vcs-snapshot 913580335becddd3ebecefe852e47536 multilib 97f470f374f2e94ccab04a2fb21d811e systemd 8f5286f89e265842f5b5189666eae88b toolchain-funcs 185a06792159ca143528e7010368e8af user 8bc2845510e2109af75e3eeac607ec81 -_md5_=7da325ad0619a60a490d2a687ea8bb78 diff --git a/metadata/md5-cache/dev-db/etcd-3.2.9 b/metadata/md5-cache/dev-db/etcd-3.2.12 similarity index 83% rename from metadata/md5-cache/dev-db/etcd-3.2.9 rename to metadata/md5-cache/dev-db/etcd-3.2.12 index fa10f70e7fd5..990c04b85d37 100644 --- a/metadata/md5-cache/dev-db/etcd-3.2.9 +++ b/metadata/md5-cache/dev-db/etcd-3.2.12 @@ -8,6 +8,6 @@ KEYWORDS=~amd64 LICENSE=Apache-2.0 RDEPEND=!dev-db/etcdctl SLOT=0 -SRC_URI=https://github.com/coreos/etcd/archive/v3.2.9.tar.gz -> etcd-3.2.9.tar.gz +SRC_URI=https://github.com/coreos/etcd/archive/v3.2.12.tar.gz -> etcd-3.2.12.tar.gz _eclasses_=golang-base 51a1f13e065f1cff4507685d9cc268c7 golang-vcs-snapshot 913580335becddd3ebecefe852e47536 multilib 97f470f374f2e94ccab04a2fb21d811e systemd 8f5286f89e265842f5b5189666eae88b toolchain-funcs 185a06792159ca143528e7010368e8af user 8bc2845510e2109af75e3eeac607ec81 -_md5_=7da325ad0619a60a490d2a687ea8bb78 +_md5_=a55077d655eb023044c4ed2b73cb59b9 diff --git a/metadata/md5-cache/dev-db/mycli-1.15.0 b/metadata/md5-cache/dev-db/mycli-1.15.0 new file mode 100644 index 000000000000..4d4b0d09ca30 --- /dev/null +++ b/metadata/md5-cache/dev-db/mycli-1.15.0 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=dev-python/setuptools[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] +DESCRIPTION=CLI for MySQL Database with auto-completion and syntax highlighting +EAPI=6 +HOMEPAGE=http://mycli.net +IUSE=python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 +KEYWORDS=~amd64 ~x86 +LICENSE=BSD MIT +RDEPEND=>=dev-python/click-4.1[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] >=dev-python/configobj-5.0.6[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] >=dev-python/cryptography-1.0.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] >=dev-python/prompt_toolkit-1.0.10[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] !>=dev-python/prompt_toolkit-1.1.0 >=dev-python/pygments-2.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] >=dev-python/pymysql-0.6.7[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] >=dev-python/python-sqlparse-0.2.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(-)] !>=dev-python/python-sqlparse-0.3.0 python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] +REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 ) +SLOT=0 +SRC_URI=https://github.com/dbcli/mycli/archive/v1.15.0.tar.gz -> mycli-1.15.0.tar.gz +_eclasses_=distutils-r1 372bbe39047c0a2550319a3a82f3e063 multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 6f5991c7101863d0b29df63990ad852e python-r1 e9350ec46bb5c9f3504b4fbe8b8d8987 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 185a06792159ca143528e7010368e8af xdg-utils f2c8335407f0b935b0a96d4adf23ef25 +_md5_=1f28e1bbaa53fe05bdfb4820840dc689 diff --git a/metadata/md5-cache/dev-db/mycli-9999 b/metadata/md5-cache/dev-db/mycli-9999 index 1a0c02ce2c86..c403b381084b 100644 --- a/metadata/md5-cache/dev-db/mycli-9999 +++ b/metadata/md5-cache/dev-db/mycli-9999 @@ -5,8 +5,8 @@ EAPI=6 HOMEPAGE=http://mycli.net IUSE=python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 LICENSE=BSD MIT -RDEPEND=>=dev-python/cli_helpers-0.1.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] >=dev-python/click-4.1[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] >=dev-python/configobj-5.0.6[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] dev-python/cryptography[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] >=dev-python/prompt_toolkit-1.0.10[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] >=dev-python/pygments-2.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] >=dev-python/pymysql-0.6.7[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] >=dev-python/python-sqlparse-0.2.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(-)] 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(-)] +RDEPEND=>=dev-python/click-4.1[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] >=dev-python/configobj-5.0.6[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] >=dev-python/cryptography-1.0.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] >=dev-python/prompt_toolkit-1.0.10[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] !>=dev-python/prompt_toolkit-1.1.0 >=dev-python/pygments-2.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] >=dev-python/pymysql-0.6.7[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] >=dev-python/python-sqlparse-0.2.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(-)] !>=dev-python/python-sqlparse-0.3.0 python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 ) SLOT=0 _eclasses_=distutils-r1 372bbe39047c0a2550319a3a82f3e063 git-r3 fec09a83ae965b041b47f5ff7c8ba29a multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 6f5991c7101863d0b29df63990ad852e python-r1 e9350ec46bb5c9f3504b4fbe8b8d8987 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 185a06792159ca143528e7010368e8af xdg-utils f2c8335407f0b935b0a96d4adf23ef25 -_md5_=f2fdec9a44666eff9d91733263ca698f +_md5_=b7bd328a4a8dbd8dcdab37383ec4843f diff --git a/metadata/md5-cache/dev-db/mysql-workbench-6.3.10 b/metadata/md5-cache/dev-db/mysql-workbench-6.3.10 index 34812ab9356e..76301d8f2e51 100644 --- a/metadata/md5-cache/dev-db/mysql-workbench-6.3.10 +++ b/metadata/md5-cache/dev-db/mysql-workbench-6.3.10 @@ -11,4 +11,4 @@ REQUIRED_USE=python_targets_python2_7 SLOT=0 SRC_URI=mirror://mysql/Downloads/MySQLGUITools/mysql-workbench-community-6.3.10-src.tar.gz https://github.com/antlr/website-antlr3/blob/gh-pages/download/antlr-3.4-complete.jar?raw=true -> antlr-3.4-complete.jar _eclasses_=cmake-utils 77a5a8d3308359caadcdd91688f20093 desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 gnome.org 5e4cc5af3f1b17bdee155bf02e8c2df4 gnome2 6e4acb9c9da2cfa25f2dfedb93bb4a43 gnome2-utils 4d211d7614f303710fca59db6ec12c88 libtool 0081a71a261724730ec4c248494f044d ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 6f5991c7101863d0b29df63990ad852e ninja-utils ebb2eaddc6331c4fa000b8eb8f6fe074 python-single-r1 317a2557b4d7319a7418225f65accf77 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 xdg 6cd76cc914c1a759dee032778487b57f xdg-utils f2c8335407f0b935b0a96d4adf23ef25 -_md5_=f809419857ab5f2c5141b3ec1412b23b +_md5_=89521c47e5d77d026c85c90f5e378907 diff --git a/metadata/md5-cache/dev-db/postgis-2.4.2 b/metadata/md5-cache/dev-db/postgis-2.4.2 index 2298cef936cc..5f473354ecc6 100644 --- a/metadata/md5-cache/dev-db/postgis-2.4.2 +++ b/metadata/md5-cache/dev-db/postgis-2.4.2 @@ -12,4 +12,4 @@ RESTRICT=test SLOT=0 SRC_URI=http://download.osgeo.org/postgis/source/postgis-2.4.2.tar.gz _eclasses_=autotools dc412f38566b91012efd58b9c203e6c3 desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 libtool 0081a71a261724730ec4c248494f044d ltprune 2770eed66a9b8ef944714cd0e968182e multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e postgres c59d58664169a60e232dd018eae69172 postgres-multi 4ad3669c874bed68b375f87035e46db8 toolchain-funcs 185a06792159ca143528e7010368e8af user 8bc2845510e2109af75e3eeac607ec81 versionator c80ccf29e90adea7c5cae94b42eb76d0 -_md5_=ce1913a3c3f1ef5296db05f933bbcfaa +_md5_=01f77e90c3973132453a037c4c19f4e7 diff --git a/metadata/md5-cache/dev-db/unixODBC-2.3.4-r1 b/metadata/md5-cache/dev-db/unixODBC-2.3.4-r1 index 622f1cbf8b5b..5f7c7811667e 100644 --- a/metadata/md5-cache/dev-db/unixODBC-2.3.4-r1 +++ b/metadata/md5-cache/dev-db/unixODBC-2.3.4-r1 @@ -4,10 +4,10 @@ DESCRIPTION=A complete ODBC driver manager EAPI=6 HOMEPAGE=http://www.unixodbc.org/ IUSE=+minimal odbcmanual static-libs unicode 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=GPL-2 LGPL-2.1 RDEPEND=|| ( dev-libs/libltdl: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(-)?] >=sys-devel/libtool-2.4.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(-)?] ) >=sys-libs/readline-6.2_p5-r1: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(-)?] >=sys-libs/ncurses-5.9-r3: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(-)?] >=virtual/libiconv-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(-)?] abi_x86_32? ( !app-emulation/emul-linux-x86-db[-abi_x86_32(-)] ) SLOT=0 SRC_URI=ftp://ftp.unixodbc.org/pub/unixODBC/unixODBC-2.3.4.tar.gz _eclasses_=libtool 0081a71a261724730ec4c248494f044d ltprune 2770eed66a9b8ef944714cd0e968182e multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multilib-build eed53a6313267c9fbcd35fc384bd0087 multilib-minimal 9139c3a57e077cb8e0d0f73ceb080b89 toolchain-funcs 185a06792159ca143528e7010368e8af -_md5_=8fc775962c8f00d73e4b2266bbc7e8c1 +_md5_=1135d233a7d39c59f30a7c1614c8a22c diff --git a/metadata/md5-cache/dev-embedded/Manifest.gz b/metadata/md5-cache/dev-embedded/Manifest.gz index 06bf3825a7a3..16920a4efd16 100644 Binary files a/metadata/md5-cache/dev-embedded/Manifest.gz and b/metadata/md5-cache/dev-embedded/Manifest.gz differ diff --git a/metadata/md5-cache/dev-embedded/avr-libc-1.6.2 b/metadata/md5-cache/dev-embedded/avr-libc-1.6.2 deleted file mode 100644 index d862c609816f..000000000000 --- a/metadata/md5-cache/dev-embedded/avr-libc-1.6.2 +++ /dev/null @@ -1,12 +0,0 @@ -DEFINED_PHASES=compile install setup -DEPEND=>=sys-devel/crossdev-0.9.1 -DESCRIPTION=C library for Atmel AVR microcontrollers -EAPI=0 -HOMEPAGE=http://www.nongnu.org/avr-libc/ -IUSE=doc nls crosscompile_opts_headers-only -KEYWORDS=amd64 -LICENSE=BSD -SLOT=0 -SRC_URI=https://savannah.nongnu.org/download/avr-libc/avr-libc-1.6.2.tar.bz2 https://savannah.nongnu.org/download/avr-libc/avr-libc-manpages-1.6.2.tar.bz2 doc? ( https://savannah.nongnu.org/download/avr-libc/avr-libc-user-manual-1.6.2.tar.bz2 ) -_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 185a06792159ca143528e7010368e8af -_md5_=091e76004495a5f9ae1e78600e341d68 diff --git a/metadata/md5-cache/dev-embedded/avr-libc-1.6.4 b/metadata/md5-cache/dev-embedded/avr-libc-1.6.4 deleted file mode 100644 index 162df1494464..000000000000 --- a/metadata/md5-cache/dev-embedded/avr-libc-1.6.4 +++ /dev/null @@ -1,12 +0,0 @@ -DEFINED_PHASES=compile install setup -DEPEND=>=sys-devel/crossdev-0.9.1 -DESCRIPTION=C library for Atmel AVR microcontrollers -EAPI=0 -HOMEPAGE=http://www.nongnu.org/avr-libc/ -IUSE=doc nls crosscompile_opts_headers-only -KEYWORDS=~amd64 -LICENSE=BSD -SLOT=0 -SRC_URI=https://savannah.nongnu.org/download/avr-libc/avr-libc-1.6.4.tar.bz2 https://savannah.nongnu.org/download/avr-libc/avr-libc-manpages-1.6.2.tar.bz2 doc? ( https://savannah.nongnu.org/download/avr-libc/avr-libc-user-manual-1.6.2.tar.bz2 ) -_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 185a06792159ca143528e7010368e8af -_md5_=ab8af31575b8ec21c5fd5e24e5d2766a diff --git a/metadata/md5-cache/dev-embedded/avr-libc-1.6.8 b/metadata/md5-cache/dev-embedded/avr-libc-1.6.8 deleted file mode 100644 index 0f17c70599a3..000000000000 --- a/metadata/md5-cache/dev-embedded/avr-libc-1.6.8 +++ /dev/null @@ -1,12 +0,0 @@ -DEFINED_PHASES=compile install setup -DEPEND=>=sys-devel/crossdev-0.9.1 -DESCRIPTION=C library for Atmel AVR microcontrollers -EAPI=0 -HOMEPAGE=http://www.nongnu.org/avr-libc/ -IUSE=doc crosscompile_opts_headers-only -KEYWORDS=~amd64 -LICENSE=BSD -SLOT=0 -SRC_URI=https://savannah.nongnu.org/download/avr-libc/avr-libc-1.6.8.tar.bz2 https://savannah.nongnu.org/download/avr-libc/avr-libc-manpages-1.6.2.tar.bz2 doc? ( https://savannah.nongnu.org/download/avr-libc/avr-libc-user-manual-1.6.2.tar.bz2 ) -_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 185a06792159ca143528e7010368e8af -_md5_=8e4fe3acd34f56faf91ef49501471837 diff --git a/metadata/md5-cache/dev-embedded/avr-libc-1.7.0 b/metadata/md5-cache/dev-embedded/avr-libc-1.7.0 deleted file mode 100644 index 80651d68baf4..000000000000 --- a/metadata/md5-cache/dev-embedded/avr-libc-1.7.0 +++ /dev/null @@ -1,12 +0,0 @@ -DEFINED_PHASES=install prepare setup -DEPEND=>=sys-devel/crossdev-0.9.1 -DESCRIPTION=C library for Atmel AVR microcontrollers -EAPI=2 -HOMEPAGE=http://www.nongnu.org/avr-libc/ -IUSE=doc crosscompile_opts_headers-only -KEYWORDS=~amd64 -LICENSE=BSD -SLOT=0 -SRC_URI=https://savannah.nongnu.org/download/avr-libc/avr-libc-1.7.0.tar.bz2 https://savannah.nongnu.org/download/avr-libc/avr-libc-manpages-1.7.0.tar.bz2 doc? ( https://savannah.nongnu.org/download/avr-libc/avr-libc-user-manual-1.7.0.tar.bz2 ) -_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 185a06792159ca143528e7010368e8af -_md5_=1ed85f11f5c3cda72144297c23e7b017 diff --git a/metadata/md5-cache/dev-embedded/avr-libc-1.7.1 b/metadata/md5-cache/dev-embedded/avr-libc-1.7.1 deleted file mode 100644 index 7f1bed80191f..000000000000 --- a/metadata/md5-cache/dev-embedded/avr-libc-1.7.1 +++ /dev/null @@ -1,12 +0,0 @@ -DEFINED_PHASES=install prepare setup -DEPEND=>=sys-devel/crossdev-0.9.1 -DESCRIPTION=C library for Atmel AVR microcontrollers -EAPI=4 -HOMEPAGE=http://www.nongnu.org/avr-libc/ -IUSE=doc crosscompile_opts_headers-only -KEYWORDS=~amd64 -LICENSE=BSD -SLOT=0 -SRC_URI=https://savannah.nongnu.org/download/avr-libc/avr-libc-1.7.1.tar.bz2 https://savannah.nongnu.org/download/avr-libc/avr-libc-manpages-1.7.1.tar.bz2 doc? ( https://savannah.nongnu.org/download/avr-libc/avr-libc-user-manual-1.7.1.tar.bz2 ) -_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 185a06792159ca143528e7010368e8af -_md5_=2e76233c098cda10425b25db53ed8cba diff --git a/metadata/md5-cache/dev-embedded/avr-libc-1.8.0 b/metadata/md5-cache/dev-embedded/avr-libc-1.8.0 deleted file mode 100644 index eaf4f6a20400..000000000000 --- a/metadata/md5-cache/dev-embedded/avr-libc-1.8.0 +++ /dev/null @@ -1,12 +0,0 @@ -DEFINED_PHASES=install prepare setup -DEPEND=>=sys-devel/crossdev-0.9.1 -DESCRIPTION=C library for Atmel AVR microcontrollers -EAPI=4 -HOMEPAGE=http://www.nongnu.org/avr-libc/ -IUSE=doc crosscompile_opts_headers-only -KEYWORDS=amd64 -LICENSE=BSD -SLOT=0 -SRC_URI=https://savannah.nongnu.org/download/avr-libc/avr-libc-1.8.0.tar.bz2 https://savannah.nongnu.org/download/avr-libc/avr-libc-manpages-1.8.0.tar.bz2 doc? ( https://savannah.nongnu.org/download/avr-libc/avr-libc-user-manual-1.8.0.tar.bz2 ) -_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 185a06792159ca143528e7010368e8af -_md5_=f63b700e6ebf816cf3809cbfd4fd8cd3 diff --git a/metadata/md5-cache/dev-embedded/avr-libc-1.8.1 b/metadata/md5-cache/dev-embedded/avr-libc-1.8.1 deleted file mode 100644 index 112e91e15542..000000000000 --- a/metadata/md5-cache/dev-embedded/avr-libc-1.8.1 +++ /dev/null @@ -1,12 +0,0 @@ -DEFINED_PHASES=install prepare setup -DEPEND=>=sys-devel/crossdev-0.9.1 -DESCRIPTION=C library for Atmel AVR microcontrollers -EAPI=5 -HOMEPAGE=http://www.nongnu.org/avr-libc/ -IUSE=doc crosscompile_opts_headers-only -KEYWORDS=~amd64 -LICENSE=BSD -SLOT=0 -SRC_URI=https://savannah.nongnu.org/download/avr-libc/avr-libc-1.8.1.tar.bz2 https://savannah.nongnu.org/download/avr-libc/avr-libc-manpages-1.8.1.tar.bz2 doc? ( https://savannah.nongnu.org/download/avr-libc/avr-libc-user-manual-1.8.1.tar.bz2 ) -_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 185a06792159ca143528e7010368e8af -_md5_=6d14e9b87da3babfe61fa5bf6a9ccb68 diff --git a/metadata/md5-cache/dev-embedded/dfu-programmer-0.7.2 b/metadata/md5-cache/dev-embedded/dfu-programmer-0.7.2 deleted file mode 100644 index 8e6b47e18eef..000000000000 --- a/metadata/md5-cache/dev-embedded/dfu-programmer-0.7.2 +++ /dev/null @@ -1,12 +0,0 @@ -DEFINED_PHASES=install prepare -DEPEND=virtual/libusb:1 virtual/udev virtual/pkgconfig virtual/pkgconfig -DESCRIPTION=A Device Firmware Update based USB programmer for Atmel chips -EAPI=5 -HOMEPAGE=http://dfu-programmer.sourceforge.net -KEYWORDS=~amd64 ~arm -LICENSE=GPL-2 -RDEPEND=virtual/libusb:1 virtual/udev -SLOT=0 -SRC_URI=mirror://sourceforge/dfu-programmer/dfu-programmer-0.7.2.tar.gz -_eclasses_=multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 185a06792159ca143528e7010368e8af udev d91cac2c73b94629cad2daea66e0d182 -_md5_=002799222cd4a17b97425320789b82e0 diff --git a/metadata/md5-cache/dev-embedded/dfu-programmer-0.7.2-r1 b/metadata/md5-cache/dev-embedded/dfu-programmer-0.7.2-r1 index b9e67eb357f0..42b7a4b0326a 100644 --- a/metadata/md5-cache/dev-embedded/dfu-programmer-0.7.2-r1 +++ b/metadata/md5-cache/dev-embedded/dfu-programmer-0.7.2-r1 @@ -3,10 +3,10 @@ DEPEND=virtual/libusb:1 virtual/udev virtual/pkgconfig virtual/pkgconfig DESCRIPTION=A Device Firmware Update based USB programmer for Atmel chips EAPI=6 HOMEPAGE=http://dfu-programmer.sourceforge.net -KEYWORDS=amd64 ~arm +KEYWORDS=amd64 arm LICENSE=GPL-2 RDEPEND=virtual/libusb:1 virtual/udev SLOT=0 SRC_URI=mirror://sourceforge/dfu-programmer/dfu-programmer-0.7.2.tar.gz _eclasses_=multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 185a06792159ca143528e7010368e8af udev d91cac2c73b94629cad2daea66e0d182 user 8bc2845510e2109af75e3eeac607ec81 -_md5_=2345f40e1de004d6ed8d407ffee8c53c +_md5_=57f597ddbbbc1ebce59476187c48a590 diff --git a/metadata/md5-cache/dev-embedded/esptool-2.2 b/metadata/md5-cache/dev-embedded/esptool-2.2 new file mode 100644 index 000000000000..9187dee03a54 --- /dev/null +++ b/metadata/md5-cache/dev-embedded/esptool-2.2 @@ -0,0 +1,15 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=dev-python/setuptools[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] +DESCRIPTION=Utility to communicate with the ROM bootloader in Espressif ESP8266 and ESP32 +EAPI=6 +HOMEPAGE=https://github.com/espressif/esptool +IUSE=python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 +KEYWORDS=~amd64 +LICENSE=GPL-2+ +RDEPEND=dev-python/setuptools[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] dev-python/ecdsa[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] dev-python/pyaes[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] >=dev-python/pyserial-2.5[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] +REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 ) +RESTRICT=test +SLOT=0 +SRC_URI=mirror://pypi/e/esptool/esptool-2.2.tar.gz +_eclasses_=distutils-r1 372bbe39047c0a2550319a3a82f3e063 multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 6f5991c7101863d0b29df63990ad852e python-r1 e9350ec46bb5c9f3504b4fbe8b8d8987 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 185a06792159ca143528e7010368e8af xdg-utils f2c8335407f0b935b0a96d4adf23ef25 +_md5_=9d4a24e8f2e8bb78a611a1c543b2195d diff --git a/metadata/md5-cache/dev-java/Manifest.gz b/metadata/md5-cache/dev-java/Manifest.gz index 3c025b4f5af8..d9fcb1972e63 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/ecj-gcj-3.5.2-r3 b/metadata/md5-cache/dev-java/ecj-gcj-3.5.2-r3 deleted file mode 100644 index 969e00c5a1a3..000000000000 --- a/metadata/md5-cache/dev-java/ecj-gcj-3.5.2-r3 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile install postinst postrm preinst prepare setup -DEPEND=sys-devel/gcc:*[gcj] app-eselect/eselect-java app-arch/unzip !dev-java/eclipse-ecj:3.5[gcj] >=dev-java/java-config-2.2.0-r3 -DESCRIPTION=Subset of Eclipse Compiler for Java compiled by gcj, serving as javac in gcj-jdk -EAPI=5 -HOMEPAGE=http://www.eclipse.org/ -IUSE=+native elibc_FreeBSD -KEYWORDS=~amd64 ~ppc64 ~x86 -LICENSE=EPL-1.0 -RDEPEND=sys-devel/gcc:*[gcj] app-eselect/eselect-java >=dev-java/java-config-2.2.0-r3 -SLOT=3.5 -SRC_URI=http://download.eclipse.org/eclipse/downloads/drops/R-3.5.2-201002111343/ecjsrc-3.5.2.zip -_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 java-pkg-2 c4e6af2574fd1dc79b43a6e27af4b5fb java-utils-2 1971a6927fcd7ec839f7e12b28a24bdd ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e prefix e51c7882b7b721e54e684f7eb143cbfe toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 -_md5_=f226b2568cc1596d2a7f86ae9ccbeb09 diff --git a/metadata/md5-cache/dev-java/ecj-gcj-3.6-r1 b/metadata/md5-cache/dev-java/ecj-gcj-3.6-r1 deleted file mode 100644 index 5aa932b4c455..000000000000 --- a/metadata/md5-cache/dev-java/ecj-gcj-3.6-r1 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile install postinst postrm preinst prepare setup -DEPEND=sys-devel/gcc:*[gcj] app-eselect/eselect-java app-arch/unzip !dev-java/eclipse-ecj:3.5[gcj] >=dev-java/java-config-2.2.0-r3 -DESCRIPTION=Subset of Eclipse Compiler for Java compiled by gcj, serving as javac in gcj-jdk -EAPI=5 -HOMEPAGE=http://www.eclipse.org/ -IUSE=+native elibc_FreeBSD -KEYWORDS=~amd64 ~arm ~ppc64 ~x86 -LICENSE=EPL-1.0 -RDEPEND=sys-devel/gcc:*[gcj] app-eselect/eselect-java >=dev-java/java-config-2.2.0-r3 -SLOT=3.6 -SRC_URI=http://download.eclipse.org/eclipse/downloads/drops/R-3.6-201006080911/ecjsrc-3.6.zip -_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 java-pkg-2 c4e6af2574fd1dc79b43a6e27af4b5fb java-utils-2 1971a6927fcd7ec839f7e12b28a24bdd ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e prefix e51c7882b7b721e54e684f7eb143cbfe toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 -_md5_=6713cbff2c61777b502f57649281855f diff --git a/metadata/md5-cache/dev-java/ecj-gcj-4.2.1-r2 b/metadata/md5-cache/dev-java/ecj-gcj-4.2.1-r2 deleted file mode 100644 index cf7777fb7ffd..000000000000 --- a/metadata/md5-cache/dev-java/ecj-gcj-4.2.1-r2 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile install postinst postrm preinst prepare setup -DEPEND=sys-devel/gcc:*[gcj] app-eselect/eselect-java app-arch/unzip !dev-java/eclipse-ecj:3.5[gcj] >=dev-java/java-config-2.2.0-r3 -DESCRIPTION=Subset of Eclipse Compiler for Java compiled by gcj, serving as javac in gcj-jdk -EAPI=5 -HOMEPAGE=http://www.eclipse.org/ -IUSE=+native elibc_FreeBSD -KEYWORDS=~amd64 ~arm ~ppc64 ~x86 -LICENSE=EPL-1.0 -RDEPEND=sys-devel/gcc:*[gcj] app-eselect/eselect-java >=dev-java/java-config-2.2.0-r3 -SLOT=4.2 -SRC_URI=http://download.eclipse.org/eclipse/downloads/drops4/R-4.2.1-201209141800/ecjsrc-4.2.1.jar -_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 java-pkg-2 c4e6af2574fd1dc79b43a6e27af4b5fb java-utils-2 1971a6927fcd7ec839f7e12b28a24bdd ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e prefix e51c7882b7b721e54e684f7eb143cbfe toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 -_md5_=ac7c84174d230a9f4ce704cff837649b diff --git a/metadata/md5-cache/dev-lang/Manifest.gz b/metadata/md5-cache/dev-lang/Manifest.gz index c710b499f05e..9bdbf83c8079 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/perl-5.28.9999 b/metadata/md5-cache/dev-lang/perl-5.28.9999 index 552fba69c208..b8e7286c09a1 100644 --- a/metadata/md5-cache/dev-lang/perl-5.28.9999 +++ b/metadata/md5-cache/dev-lang/perl-5.28.9999 @@ -7,7 +7,7 @@ IUSE=berkdb debug doc gdbm ithreads LICENSE=|| ( Artistic GPL-1+ ) PDEPEND=>=app-admin/perl-cleaner-2.5 >=virtual/perl-File-Temp-0.230.400-r2 >=virtual/perl-Data-Dumper-2.154.0 virtual/perl-Test-Harness RDEPEND=berkdb? ( sys-libs/db:= ) gdbm? ( >=sys-libs/gdbm-1.8.3 ) app-arch/bzip2 sys-libs/zlib -SLOT=0/5.27.6 -SRC_URI=mirror://cpan/src/5.0/perl-5.27.6.tar.xz mirror://cpan/authors/id/S/SH/SHAY/perl-5.27.6.tar.xz https://github.com/gentoo-perl/perl-patchset/releases/download/perl-5.27.6-patches-1/perl-5.27.6-patches-1.tar.xz mirror://gentoo/perl-5.27.6-patches-1.tar.xz https://dev.gentoo.org/~kentnl/distfiles/perl-5.27.6-patches-1.tar.xz https://github.com/arsv/perl-cross/releases/download/1.1.7/perl-cross-1.1.7.tar.gz +SLOT=0/5.27.7 +SRC_URI=mirror://cpan/src/5.0/perl-5.27.7.tar.xz mirror://cpan/authors/id/B/BI/BINGOS/perl-5.27.7.tar.xz https://github.com/gentoo-perl/perl-patchset/releases/download/perl-5.27.6-patches-1/perl-5.27.6-patches-1.tar.xz mirror://gentoo/perl-5.27.6-patches-1.tar.xz https://dev.gentoo.org/~kentnl/distfiles/perl-5.27.6-patches-1.tar.xz https://github.com/arsv/perl-cross/releases/download/1.1.8/perl-cross-1.1.8.tar.gz _eclasses_=alternatives 6c575717515f030736d1b718d507d2f9 desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 6f5991c7101863d0b29df63990ad852e toolchain-funcs 185a06792159ca143528e7010368e8af -_md5_=ef55627eb2c4bc26ee699935ff283979 +_md5_=5c283aead0cacc114e70450dc8ff766a diff --git a/metadata/md5-cache/dev-lang/ruby-2.2.9 b/metadata/md5-cache/dev-lang/ruby-2.2.9 index f2d3cb551b64..497e0afcfec6 100644 --- a/metadata/md5-cache/dev-lang/ruby-2.2.9 +++ b/metadata/md5-cache/dev-lang/ruby-2.2.9 @@ -4,11 +4,11 @@ DESCRIPTION=An object-oriented scripting language EAPI=5 HOMEPAGE=http://www.ruby-lang.org/ IUSE=berkdb debug doc examples gdbm ipv6 jemalloc libressl +rdoc rubytests socks5 ssl tk xemacs ncurses +readline -KEYWORDS=~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh sparc ~x86 ~amd64-fbsd ~x86-fbsd +KEYWORDS=~alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc ~x86 ~amd64-fbsd ~x86-fbsd LICENSE=|| ( Ruby-BSD BSD-2 ) PDEPEND=>=dev-ruby/minitest-5.4.3[ruby_targets_ruby22] >=dev-ruby/power_assert-0.2.2[ruby_targets_ruby22] >=dev-ruby/test-unit-3.0.8[ruby_targets_ruby22] virtual/rubygems[ruby_targets_ruby22] >=dev-ruby/json-1.8.1[ruby_targets_ruby22] >=dev-ruby/rake-0.9.6[ruby_targets_ruby22] rdoc? ( >=dev-ruby/rdoc-4.0.1[ruby_targets_ruby22] ) xemacs? ( app-xemacs/ruby-modes ) RDEPEND=berkdb? ( sys-libs/db:= ) gdbm? ( sys-libs/gdbm ) jemalloc? ( dev-libs/jemalloc ) ssl? ( !libressl? ( dev-libs/openssl:0= ) libressl? ( dev-libs/libressl ) ) socks5? ( >=net-proxy/dante-1.1.13 ) tk? ( dev-lang/tcl:0=[threads] dev-lang/tk:0=[threads] ) ncurses? ( sys-libs/ncurses:0= ) readline? ( sys-libs/readline:0= ) dev-libs/libyaml virtual/libffi sys-libs/zlib >=app-eselect/eselect-ruby-20141227 ! appstream-0.11.5.tar.gz -_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 ltprune 2770eed66a9b8ef944714cd0e968182e meson 0946ddca90e9c2d3e4687bb097dd9ed3 multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 6f5991c7101863d0b29df63990ad852e ninja-utils ebb2eaddc6331c4fa000b8eb8f6fe074 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 xdg-utils f2c8335407f0b935b0a96d4adf23ef25 +_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 ltprune 2770eed66a9b8ef944714cd0e968182e meson f8e09b2b2ac1e9bb0bd374b6ad77a90d multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 6f5991c7101863d0b29df63990ad852e ninja-utils ebb2eaddc6331c4fa000b8eb8f6fe074 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 xdg-utils f2c8335407f0b935b0a96d4adf23ef25 _md5_=f3dc3489b5964792161124aebea447c4 diff --git a/metadata/md5-cache/dev-libs/capstone-3.0.5_rc2-r1 b/metadata/md5-cache/dev-libs/capstone-3.0.5_rc2-r1 index e4fa79436b0d..7338eb969b11 100644 --- a/metadata/md5-cache/dev-libs/capstone-3.0.5_rc2-r1 +++ b/metadata/md5-cache/dev-libs/capstone-3.0.5_rc2-r1 @@ -1,5 +1,5 @@ DEFINED_PHASES=compile configure install prepare 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(-)] ) +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(-)] ) python? ( dev-python/setuptools[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] ) DESCRIPTION=disassembly/disassembler framework + bindings EAPI=6 HOMEPAGE=http://www.capstone-engine.org/ @@ -11,4 +11,4 @@ REQUIRED_USE=python? ( || ( python_targets_python2_7 python_targets_python3_4 py SLOT=0/3 SRC_URI=https://github.com/aquynh/capstone/archive/3.0.5-rc2.tar.gz -> capstone-3.0.5_rc2.tar.gz _eclasses_=distutils-r1 372bbe39047c0a2550319a3a82f3e063 multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 6f5991c7101863d0b29df63990ad852e python-r1 e9350ec46bb5c9f3504b4fbe8b8d8987 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 185a06792159ca143528e7010368e8af xdg-utils f2c8335407f0b935b0a96d4adf23ef25 -_md5_=671d3fabf742cbe219a5b5be9af32bfe +_md5_=0218c2978ec2600d68e33347c1d5b752 diff --git a/metadata/md5-cache/dev-libs/ding-libs-0.6.0 b/metadata/md5-cache/dev-libs/ding-libs-0.6.0 index 869dc13aa2e3..856b45d06234 100644 --- a/metadata/md5-cache/dev-libs/ding-libs-0.6.0 +++ b/metadata/md5-cache/dev-libs/ding-libs-0.6.0 @@ -4,9 +4,9 @@ DESCRIPTION=set of utility libraries (mostly used by sssd) EAPI=6 HOMEPAGE=https://fedorahosted.org/sssd IUSE=test 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=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux +KEYWORDS=~alpha ~amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux LICENSE=LGPL-3 GPL-3 SLOT=0 SRC_URI=https://fedorahosted.org/released/ding-libs/ding-libs-0.6.0.tar.gz _eclasses_=multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multilib-build eed53a6313267c9fbcd35fc384bd0087 multilib-minimal 9139c3a57e077cb8e0d0f73ceb080b89 toolchain-funcs 185a06792159ca143528e7010368e8af -_md5_=00e34f59f9fbae6d387a687666a587a5 +_md5_=20f935312f152f573cb5293269fb277c diff --git a/metadata/md5-cache/dev-libs/elfutils-0.170-r1 b/metadata/md5-cache/dev-libs/elfutils-0.170-r1 index baba5d4e40da..d7b9d4b364c9 100644 --- a/metadata/md5-cache/dev-libs/elfutils-0.170-r1 +++ b/metadata/md5-cache/dev-libs/elfutils-0.170-r1 @@ -4,10 +4,10 @@ DESCRIPTION=Libraries/utilities to handle ELF objects (drop in replacement for l EAPI=6 HOMEPAGE=http://elfutils.org/ IUSE=bzip2 lzma nls static-libs test +threads +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-linux ~arm-linux ~x86-linux +KEYWORDS=~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh sparc x86 ~amd64-linux ~arm-linux ~x86-linux LICENSE=|| ( GPL-2+ LGPL-3+ ) utils? ( GPL-3+ ) RDEPEND=>=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(-)?] bzip2? ( >=app-arch/bzip2-1.0.6-r4[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(-)?] ) lzma? ( >=app-arch/xz-utils-5.0.5-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/libelf SLOT=0 SRC_URI=https://sourceware.org/elfutils/ftp/0.170/elfutils-0.170.tar.bz2 _eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multilib-build eed53a6313267c9fbcd35fc384bd0087 multilib-minimal 9139c3a57e077cb8e0d0f73ceb080b89 toolchain-funcs 185a06792159ca143528e7010368e8af -_md5_=37ac600dcf9ffce3fad20a14362e4a63 +_md5_=c4ed07e8d9414a1685a50c0279968f3b diff --git a/metadata/md5-cache/dev-libs/expat-2.2.5 b/metadata/md5-cache/dev-libs/expat-2.2.5 index fea0f335fe03..9522ea3e124d 100644 --- a/metadata/md5-cache/dev-libs/expat-2.2.5 +++ b/metadata/md5-cache/dev-libs/expat-2.2.5 @@ -4,10 +4,10 @@ DESCRIPTION=Stream-oriented XML parser library EAPI=6 HOMEPAGE=https://libexpat.github.io/ IUSE=elibc_FreeBSD examples static-libs unicode 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 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt +KEYWORDS=~alpha ~amd64 ~arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt LICENSE=MIT RDEPEND=abi_x86_32? ( !<=app-emulation/emul-linux-x86-baselibs-20130224-r6 !app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)] ) SLOT=0 SRC_URI=https://github.com/libexpat/libexpat/releases/download/R_2_2_5/expat-2.2.5.tar.bz2 _eclasses_=autotools dc412f38566b91012efd58b9c203e6c3 desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 libtool 0081a71a261724730ec4c248494f044d ltprune 2770eed66a9b8ef944714cd0e968182e multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multilib-build eed53a6313267c9fbcd35fc384bd0087 multilib-minimal 9139c3a57e077cb8e0d0f73ceb080b89 toolchain-funcs 185a06792159ca143528e7010368e8af -_md5_=db4948d8b2b7b9ab5cc50bfbeb38f337 +_md5_=1a98ce5bc876936517ab244119b3c142 diff --git a/metadata/md5-cache/dev-libs/gnulib-2016.12.21.08.39.01 b/metadata/md5-cache/dev-libs/gnulib-2016.12.21.08.39.01 index ea619a94328f..a8f010efa06a 100644 --- a/metadata/md5-cache/dev-libs/gnulib-2016.12.21.08.39.01 +++ b/metadata/md5-cache/dev-libs/gnulib-2016.12.21.08.39.01 @@ -3,8 +3,8 @@ DESCRIPTION=Gnulib is a library of common routines intended to be shared at the EAPI=6 HOMEPAGE=https://www.gnu.org/software/gnulib IUSE=doc -KEYWORDS=~ppc-aix ~x86-fbsd ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris +KEYWORDS=~ppc-aix ~x86-fbsd ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris LICENSE=GPL-2 SLOT=0 SRC_URI=https://git.savannah.gnu.org/cgit/gnulib.git/snapshot/gnulib-3a0b7b74982f44c735f4cfc2dccf538c3c4ef9e2.tar.gz -_md5_=4b09a1c7fcc0c81a66c8facdfe4417d0 +_md5_=8978b903eb761670994273d8799a2a8b diff --git a/metadata/md5-cache/dev-libs/gnulib-2017.12.19.15.53.47 b/metadata/md5-cache/dev-libs/gnulib-2017.12.19.15.53.47 new file mode 100644 index 000000000000..2fc30ad63c25 --- /dev/null +++ b/metadata/md5-cache/dev-libs/gnulib-2017.12.19.15.53.47 @@ -0,0 +1,10 @@ +DEFINED_PHASES=compile install +DESCRIPTION=Library of common routines intended to be shared +EAPI=6 +HOMEPAGE=https://www.gnu.org/software/gnulib +IUSE=doc +KEYWORDS=~ppc-aix ~x86-fbsd ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris +LICENSE=GPL-2 +SLOT=0 +SRC_URI=https://git.savannah.gnu.org/cgit/gnulib.git/snapshot/gnulib-f583f328bec489dd59b54ecc1cc640843ea261cf.tar.gz +_md5_=a57c19ed922545b6ee7e878b5f987f0b diff --git a/metadata/md5-cache/dev-libs/gnulib-9999-r1 b/metadata/md5-cache/dev-libs/gnulib-9999-r1 index b8f9f03f9ac1..24ceca450501 100644 --- a/metadata/md5-cache/dev-libs/gnulib-9999-r1 +++ b/metadata/md5-cache/dev-libs/gnulib-9999-r1 @@ -7,4 +7,4 @@ IUSE=doc LICENSE=GPL-2 SLOT=0 _eclasses_=git-r3 fec09a83ae965b041b47f5ff7c8ba29a -_md5_=8b9e20aac90ba10a4640e3e564c6a91e +_md5_=e9573a93c839c0d5b0f0ae1e4ebf6cd2 diff --git a/metadata/md5-cache/dev-libs/jsoncpp-1.8.4 b/metadata/md5-cache/dev-libs/jsoncpp-1.8.4 new file mode 100644 index 000000000000..f0b22ef7ae23 --- /dev/null +++ b/metadata/md5-cache/dev-libs/jsoncpp-1.8.4 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install prepare setup test +DEPEND=doc? ( app-doc/doxygen || ( >=dev-lang/python-2.7.5-r2:2.7 ) ) test? ( || ( >=dev-lang/python-2.7.5-r2:2.7 ) ) sys-devel/make >=dev-util/cmake-3.7.2 +DESCRIPTION=C++ JSON reader and writer +EAPI=6 +HOMEPAGE=https://github.com/open-source-parsers/jsoncpp +IUSE=doc test +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 +LICENSE=|| ( public-domain MIT ) +RESTRICT=!test? ( test ) +SLOT=0/19 +SRC_URI=https://github.com/open-source-parsers/jsoncpp/archive/1.8.4.tar.gz -> jsoncpp-1.8.4.tar.gz +_eclasses_=cmake-utils 77a5a8d3308359caadcdd91688f20093 desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 6f5991c7101863d0b29df63990ad852e ninja-utils ebb2eaddc6331c4fa000b8eb8f6fe074 python-any-r1 27d7f9da7187d283b7f3eae8390b7b09 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 xdg-utils f2c8335407f0b935b0a96d4adf23ef25 +_md5_=2d5dca2fc6879f1565cc25fa7cab5d2c diff --git a/metadata/md5-cache/dev-libs/libbytesize-1.2-r1 b/metadata/md5-cache/dev-libs/libbytesize-1.2-r1 index 7b47b122abf2..2c0e7abb3c7d 100644 --- a/metadata/md5-cache/dev-libs/libbytesize-1.2-r1 +++ b/metadata/md5-cache/dev-libs/libbytesize-1.2-r1 @@ -4,11 +4,11 @@ DESCRIPTION=Tiny library providing a C "class" for working with arbitrary big si EAPI=6 HOMEPAGE=https://github.com/rhinstaller/libbytesize IUSE=doc test python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 -KEYWORDS=amd64 ~arm64 ~ia64 ~ppc ~ppc64 x86 +KEYWORDS=amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 x86 LICENSE=LGPL-2+ 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 ) >=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(-)] dev-libs/gmp:0= >=dev-libs/libpcre-8.32 RESTRICT=test SLOT=0 SRC_URI=https://github.com/rhinstaller/libbytesize/archive/1.2.tar.gz -> libbytesize-1.2.tar.gz _eclasses_=autotools dc412f38566b91012efd58b9c203e6c3 libtool 0081a71a261724730ec4c248494f044d multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e python-r1 e9350ec46bb5c9f3504b4fbe8b8d8987 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 185a06792159ca143528e7010368e8af -_md5_=a857850cca0f980a058cbca73756c233 +_md5_=83b59f58083e10b230f4954c593753b4 diff --git a/metadata/md5-cache/dev-libs/libffi-3.2.1 b/metadata/md5-cache/dev-libs/libffi-3.2.1 index 5c80ec6535d6..70bccc566575 100644 --- a/metadata/md5-cache/dev-libs/libffi-3.2.1 +++ b/metadata/md5-cache/dev-libs/libffi-3.2.1 @@ -4,10 +4,10 @@ DESCRIPTION=a portable, high level programming interface to various calling conv EAPI=5 HOMEPAGE=https://sourceware.org/libffi/ IUSE=debug pax_kernel static-libs test 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 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-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 ~x64-cygwin ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris LICENSE=MIT RDEPEND=abi_x86_32? ( !<=app-emulation/emul-linux-x86-baselibs-20130224-r1 !app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)] ) SLOT=0 SRC_URI=ftp://sourceware.org/pub/libffi/libffi-3.2.1.tar.gz _eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 libtool 0081a71a261724730ec4c248494f044d ltprune 2770eed66a9b8ef944714cd0e968182e multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multilib-build eed53a6313267c9fbcd35fc384bd0087 multilib-minimal 9139c3a57e077cb8e0d0f73ceb080b89 toolchain-funcs 185a06792159ca143528e7010368e8af -_md5_=6dad29a7e7122904eb897d620309cc52 +_md5_=68aaac4bf26eff842328364aa87f043b diff --git a/metadata/md5-cache/dev-libs/libgcrypt-1.8.1 b/metadata/md5-cache/dev-libs/libgcrypt-1.8.1 index 48e1f07a75bf..aede50e454de 100644 --- a/metadata/md5-cache/dev-libs/libgcrypt-1.8.1 +++ b/metadata/md5-cache/dev-libs/libgcrypt-1.8.1 @@ -4,10 +4,10 @@ DESCRIPTION=General purpose crypto library based on the code used in GnuPG EAPI=6 HOMEPAGE=http://www.gnupg.org/ IUSE=doc 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=alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-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-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris LICENSE=LGPL-2.1 MIT RDEPEND=>=dev-libs/libgpg-error-1.25[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(-)?] abi_x86_32? ( !<=app-emulation/emul-linux-x86-baselibs-20131008-r19 !app-emulation/emul-linux-x86-baselibs[-abi_x86_32] ) SLOT=0/20 SRC_URI=mirror://gnupg/libgcrypt/libgcrypt-1.8.1.tar.bz2 _eclasses_=autotools dc412f38566b91012efd58b9c203e6c3 desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 libtool 0081a71a261724730ec4c248494f044d ltprune 2770eed66a9b8ef944714cd0e968182e multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multilib-build eed53a6313267c9fbcd35fc384bd0087 multilib-minimal 9139c3a57e077cb8e0d0f73ceb080b89 toolchain-funcs 185a06792159ca143528e7010368e8af -_md5_=a582e28513eedf503c24771fe3e82f59 +_md5_=d0bca285f8816d3245e97b41f71c8768 diff --git a/metadata/md5-cache/dev-libs/libinput-1.9.4 b/metadata/md5-cache/dev-libs/libinput-1.9.4 index 30111248ba55..154e343b3c21 100644 --- a/metadata/md5-cache/dev-libs/libinput-1.9.4 +++ b/metadata/md5-cache/dev-libs/libinput-1.9.4 @@ -10,5 +10,5 @@ RDEPEND=input_devices_wacom? ( >=dev-libs/libwacom-0.20 ) >=dev-libs/libevdev-1. RESTRICT=test SLOT=0/10 SRC_URI=https://www.freedesktop.org/software/libinput/libinput-1.9.4.tar.xz -_eclasses_=meson 0946ddca90e9c2d3e4687bb097dd9ed3 multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 6f5991c7101863d0b29df63990ad852e ninja-utils ebb2eaddc6331c4fa000b8eb8f6fe074 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 185a06792159ca143528e7010368e8af udev d91cac2c73b94629cad2daea66e0d182 +_eclasses_=meson f8e09b2b2ac1e9bb0bd374b6ad77a90d multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 6f5991c7101863d0b29df63990ad852e ninja-utils ebb2eaddc6331c4fa000b8eb8f6fe074 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 185a06792159ca143528e7010368e8af udev d91cac2c73b94629cad2daea66e0d182 _md5_=4b877ddf6042dd634f26b54a37292920 diff --git a/metadata/md5-cache/dev-libs/libratbag-0.9 b/metadata/md5-cache/dev-libs/libratbag-0.9 index 6ad7c1171138..e24ebc1807bf 100644 --- a/metadata/md5-cache/dev-libs/libratbag-0.9 +++ b/metadata/md5-cache/dev-libs/libratbag-0.9 @@ -9,5 +9,5 @@ LICENSE=MIT RDEPEND=dev-libs/libevdev virtual/libudev SLOT=0 SRC_URI=https://github.com/libratbag/libratbag/archive/v0.9.tar.gz -> libratbag-0.9.tar.gz -_eclasses_=meson 0946ddca90e9c2d3e4687bb097dd9ed3 multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 6f5991c7101863d0b29df63990ad852e ninja-utils ebb2eaddc6331c4fa000b8eb8f6fe074 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 185a06792159ca143528e7010368e8af udev d91cac2c73b94629cad2daea66e0d182 +_eclasses_=meson f8e09b2b2ac1e9bb0bd374b6ad77a90d multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 6f5991c7101863d0b29df63990ad852e ninja-utils ebb2eaddc6331c4fa000b8eb8f6fe074 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 185a06792159ca143528e7010368e8af udev d91cac2c73b94629cad2daea66e0d182 _md5_=44850f6152995a59cceb90d025aaa2c5 diff --git a/metadata/md5-cache/dev-libs/libunistring-0.9.7 b/metadata/md5-cache/dev-libs/libunistring-0.9.7 index a7fe3c654416..5d7fe9382c3f 100644 --- a/metadata/md5-cache/dev-libs/libunistring-0.9.7 +++ b/metadata/md5-cache/dev-libs/libunistring-0.9.7 @@ -4,9 +4,9 @@ DESCRIPTION=Library for manipulating Unicode and C strings according to Unicode EAPI=6 HOMEPAGE=https://www.gnu.org/software/libunistring/ IUSE=doc 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=alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~x64-cygwin ~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 m68k ~mips ppc ppc64 s390 sh sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~amd64-fbsd LICENSE=LGPL-3 GPL-3 SLOT=0/2 SRC_URI=mirror://gnu/libunistring/libunistring-0.9.7.tar.gz _eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 libtool 0081a71a261724730ec4c248494f044d ltprune 2770eed66a9b8ef944714cd0e968182e multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multilib-build eed53a6313267c9fbcd35fc384bd0087 multilib-minimal 9139c3a57e077cb8e0d0f73ceb080b89 toolchain-funcs 185a06792159ca143528e7010368e8af -_md5_=2fd38bd3c965d81db7a1619ed57ca2d6 +_md5_=2c742894a949db0209ceb4222df132fa diff --git a/metadata/md5-cache/dev-libs/npth-1.5 b/metadata/md5-cache/dev-libs/npth-1.5 index 222e8b505ddf..0506c2a8e24f 100644 --- a/metadata/md5-cache/dev-libs/npth-1.5 +++ b/metadata/md5-cache/dev-libs/npth-1.5 @@ -4,9 +4,9 @@ DESCRIPTION=New GNU Portable Threads Library EAPI=6 HOMEPAGE=https://git.gnupg.org/cgi-bin/gitweb.cgi?p=npth.git IUSE=static-libs -KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x64-cygwin ~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 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~amd64-fbsd LICENSE=LGPL-2.1+ SLOT=0 SRC_URI=mirror://gnupg/npth/npth-1.5.tar.bz2 _eclasses_=libtool 0081a71a261724730ec4c248494f044d ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 185a06792159ca143528e7010368e8af -_md5_=e478b0da987ad31d097059f29fe731a2 +_md5_=0816a73c8a458b87930dedf8bc8b50da diff --git a/metadata/md5-cache/dev-libs/volume_key-0.3.9 b/metadata/md5-cache/dev-libs/volume_key-0.3.9 index dec2ef7f5b66..548d8bebf493 100644 --- a/metadata/md5-cache/dev-libs/volume_key-0.3.9 +++ b/metadata/md5-cache/dev-libs/volume_key-0.3.9 @@ -4,7 +4,7 @@ DESCRIPTION=Library for manipulating and storing storage volume encryption keys EAPI=6 HOMEPAGE=https://pagure.io/volume_key IUSE=test 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=amd64 ~arm64 ~ia64 ~ppc ~ppc64 ~sparc x86 +KEYWORDS=amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc x86 LICENSE=GPL-2+ RDEPEND=app-crypt/gpgme dev-libs/glib:2 dev-libs/nspr dev-libs/nss sys-apps/util-linux sys-fs/cryptsetup:= 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 ) @@ -12,4 +12,4 @@ RESTRICT=test SLOT=0 SRC_URI=http://releases.pagure.org/volume_key/volume_key-0.3.9.tar.xz _eclasses_=autotools dc412f38566b91012efd58b9c203e6c3 libtool 0081a71a261724730ec4c248494f044d multilib 97f470f374f2e94ccab04a2fb21d811e python-single-r1 317a2557b4d7319a7418225f65accf77 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 185a06792159ca143528e7010368e8af -_md5_=f80f3a73aef3b135395076d33196c37a +_md5_=cdff95168f465919cec974276b083646 diff --git a/metadata/md5-cache/dev-perl/AnyEvent-7.140.0 b/metadata/md5-cache/dev-perl/AnyEvent-7.140.0 index b21c7531f85c..3a4d2351ec61 100644 --- a/metadata/md5-cache/dev-perl/AnyEvent-7.140.0 +++ b/metadata/md5-cache/dev-perl/AnyEvent-7.140.0 @@ -3,10 +3,10 @@ DEPEND=>=virtual/perl-ExtUtils-MakeMaker-6.520.0 dev-perl/Canary-Stability dev-l DESCRIPTION=Provides a uniform interface to various event loops EAPI=6 HOMEPAGE=http://search.cpan.org/dist/AnyEvent/ -KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-solaris +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-solaris LICENSE=|| ( Artistic GPL-1+ ) RDEPEND=dev-lang/perl:= SLOT=0 SRC_URI=mirror://cpan/authors/id/M/ML/MLEHMANN/AnyEvent-7.14.tar.gz _eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 6f5991c7101863d0b29df63990ad852e perl-functions 01e8c68d5a528bbcda4d3c60205983df perl-module 863b35d127db98823d439f8d73c2d011 toolchain-funcs 185a06792159ca143528e7010368e8af -_md5_=570d07de178212c1174aa221cac27ad6 +_md5_=a27c82d0b7dc9ffcde6e414c27816043 diff --git a/metadata/md5-cache/dev-perl/AnyEvent-I3-0.170.0 b/metadata/md5-cache/dev-perl/AnyEvent-I3-0.170.0 index b98d6803452c..3bc8852f32e5 100644 --- a/metadata/md5-cache/dev-perl/AnyEvent-I3-0.170.0 +++ b/metadata/md5-cache/dev-perl/AnyEvent-I3-0.170.0 @@ -3,10 +3,10 @@ DEPEND=dev-perl/AnyEvent dev-perl/JSON-XS >=virtual/perl-ExtUtils-MakeMaker-6.36 DESCRIPTION=Communicate with the i3 window manager EAPI=6 HOMEPAGE=http://search.cpan.org/dist/AnyEvent-I3/ -KEYWORDS=amd64 ~arm x86 +KEYWORDS=amd64 ~arm ~arm64 x86 LICENSE=|| ( Artistic GPL-1+ ) RDEPEND=dev-perl/AnyEvent dev-perl/JSON-XS dev-lang/perl:= SLOT=0 SRC_URI=mirror://cpan/authors/id/M/MS/MSTPLBG/AnyEvent-I3-0.17.tar.gz _eclasses_=multiprocessing 6f5991c7101863d0b29df63990ad852e perl-functions 01e8c68d5a528bbcda4d3c60205983df perl-module 863b35d127db98823d439f8d73c2d011 -_md5_=a08014c593761a15a145d0e0ecfd40b2 +_md5_=cb8044929ab3895cc3f84bc99c885dce diff --git a/metadata/md5-cache/dev-perl/Cookie-Baker-0.80.0 b/metadata/md5-cache/dev-perl/Cookie-Baker-0.80.0 index 0e26398e33f2..016546116c2f 100644 --- a/metadata/md5-cache/dev-perl/Cookie-Baker-0.80.0 +++ b/metadata/md5-cache/dev-perl/Cookie-Baker-0.80.0 @@ -4,10 +4,10 @@ DESCRIPTION=Cookie string generator / parser EAPI=6 HOMEPAGE=http://search.cpan.org/dist/Cookie-Baker/ IUSE=test +xs -KEYWORDS=~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~x86 +KEYWORDS=~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 LICENSE=|| ( Artistic GPL-1+ ) RDEPEND=virtual/perl-Exporter dev-perl/URI xs? ( >=dev-perl/Cookie-Baker-XS-0.80.0 ) dev-lang/perl:= SLOT=0 SRC_URI=mirror://cpan/authors/id/K/KA/KAZEBURO/Cookie-Baker-0.08.tar.gz _eclasses_=multiprocessing 6f5991c7101863d0b29df63990ad852e perl-functions 01e8c68d5a528bbcda4d3c60205983df perl-module 863b35d127db98823d439f8d73c2d011 -_md5_=d23be1e0ce1cf276f47404e6f154e5ed +_md5_=191bc7a7629205929213e6da6c38ba08 diff --git a/metadata/md5-cache/dev-perl/Manifest.gz b/metadata/md5-cache/dev-perl/Manifest.gz index 2326d1b79e0d..7bbbb29baf58 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/PPI-1.220 b/metadata/md5-cache/dev-perl/PPI-1.220 deleted file mode 100644 index 3419bb9574bb..000000000000 --- a/metadata/md5-cache/dev-perl/PPI-1.220 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install prepare test unpack -DEPEND=>=virtual/perl-Scalar-List-Utils-1.20 >=dev-perl/Params-Util-1.00 >=dev-perl/Clone-0.30 >=virtual/perl-Digest-MD5-2.35 dev-perl/IO-String >=dev-perl/List-MoreUtils-0.16 >=virtual/perl-Storable-2.17 test? ( >=dev-perl/File-Remove-1.42 >=virtual/perl-Test-Simple-0.86 >=dev-perl/Test-NoWarnings-0.084 >=virtual/perl-File-Spec-0.84 dev-perl/Test-SubCalls dev-perl/Test-Object >=dev-perl/Class-Inspector-1.22 ) dev-lang/perl:=[-build(-)] -DESCRIPTION=Parse, Analyze and Manipulate Perl (without perl) -EAPI=5 -HOMEPAGE=http://search.cpan.org/dist/PPI/ -IUSE=test -KEYWORDS=alpha amd64 ~arm ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris -LICENSE=|| ( Artistic GPL-1+ ) -RDEPEND=>=virtual/perl-Scalar-List-Utils-1.20 >=dev-perl/Params-Util-1.00 >=dev-perl/Clone-0.30 >=virtual/perl-Digest-MD5-2.35 dev-perl/IO-String >=dev-perl/List-MoreUtils-0.16 >=virtual/perl-Storable-2.17 dev-lang/perl:=[-build(-)] -SLOT=0 -SRC_URI=mirror://cpan/authors/id/M/MI/MITHALDU/PPI-1.220.tar.gz -_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 6f5991c7101863d0b29df63990ad852e perl-functions 01e8c68d5a528bbcda4d3c60205983df perl-module 863b35d127db98823d439f8d73c2d011 toolchain-funcs 185a06792159ca143528e7010368e8af unpacker f40f7b4bd5aa88c2a4ba7b0d1e0ded70 -_md5_=c85121f2998ebb246cad3f8fd9febe07 diff --git a/metadata/md5-cache/dev-perl/PadWalker-2.300.0 b/metadata/md5-cache/dev-perl/PadWalker-2.300.0 new file mode 100644 index 000000000000..56dfc7eecc26 --- /dev/null +++ b/metadata/md5-cache/dev-perl/PadWalker-2.300.0 @@ -0,0 +1,12 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=virtual/perl-ExtUtils-MakeMaker dev-lang/perl:= +DESCRIPTION=play with other peoples' lexical variables +EAPI=6 +HOMEPAGE=http://search.cpan.org/dist/PadWalker/ +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos +LICENSE=|| ( Artistic GPL-1+ ) +RDEPEND=dev-lang/perl:= +SLOT=0 +SRC_URI=mirror://cpan/authors/id/R/RO/ROBIN/PadWalker-2.3.tar.gz +_eclasses_=multiprocessing 6f5991c7101863d0b29df63990ad852e perl-functions 01e8c68d5a528bbcda4d3c60205983df perl-module 863b35d127db98823d439f8d73c2d011 +_md5_=ff5efb85ec2a92342381a84478ac4c74 diff --git a/metadata/md5-cache/dev-perl/Panotools-Script-0.280.0-r3 b/metadata/md5-cache/dev-perl/Panotools-Script-0.280.0-r3 new file mode 100644 index 000000000000..47e9f03572b6 --- /dev/null +++ b/metadata/md5-cache/dev-perl/Panotools-Script-0.280.0-r3 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install postinst prepare test +DEPEND=dev-lang/perl:= +DESCRIPTION=A perl module for reading, writing, and manipulating hugin script files +EAPI=6 +HOMEPAGE=http://search.cpan.org/dist/Panotools-Script/ +IUSE=gui +KEYWORDS=~amd64 ~x86 +LICENSE=|| ( Artistic GPL-1+ ) +RDEPEND=dev-perl/URI dev-perl/libwww-perl >=dev-perl/Image-Size-2.900.0 >=media-libs/exiftool-6 gui? ( gnome-extra/zenity ) dev-lang/perl:= +SLOT=0 +SRC_URI=mirror://cpan/authors/id/B/BP/BPOSTLE/Panotools-Script-0.28.tar.gz +_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 6f5991c7101863d0b29df63990ad852e perl-functions 01e8c68d5a528bbcda4d3c60205983df perl-module 863b35d127db98823d439f8d73c2d011 toolchain-funcs 185a06792159ca143528e7010368e8af +_md5_=62e2288ccdca4119258ad892687e490a diff --git a/metadata/md5-cache/dev-perl/Parallel-Iterator-1.0.0-r1 b/metadata/md5-cache/dev-perl/Parallel-Iterator-1.0.0-r1 new file mode 100644 index 000000000000..04946d8901da --- /dev/null +++ b/metadata/md5-cache/dev-perl/Parallel-Iterator-1.0.0-r1 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=virtual/perl-IO virtual/perl-Storable dev-perl/Module-Build test? ( virtual/perl-Test-Simple ) dev-lang/perl:= +DESCRIPTION=Simple parallel execution +EAPI=6 +HOMEPAGE=http://search.cpan.org/dist/Parallel-Iterator/ +IUSE=test examples +KEYWORDS=~amd64 ~x86 +LICENSE=|| ( Artistic GPL-1+ ) +RDEPEND=virtual/perl-IO virtual/perl-Storable dev-lang/perl:= +SLOT=0 +SRC_URI=mirror://cpan/authors/id/A/AN/ANDYA/Parallel-Iterator-1.00.tar.gz +_eclasses_=multiprocessing 6f5991c7101863d0b29df63990ad852e perl-functions 01e8c68d5a528bbcda4d3c60205983df perl-module 863b35d127db98823d439f8d73c2d011 +_md5_=51b8dac75dbe44d10fbdd1eca398501b diff --git a/metadata/md5-cache/dev-perl/Perl-Critic-1.130.0 b/metadata/md5-cache/dev-perl/Perl-Critic-1.130.0 new file mode 100644 index 000000000000..3041b849c119 --- /dev/null +++ b/metadata/md5-cache/dev-perl/Perl-Critic-1.130.0 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install postinst postrm prepare test +DEPEND=>=dev-perl/B-Keywords-1.50.0 virtual/perl-Carp >=dev-perl/Config-Tiny-2 >=dev-perl/Email-Address-1.889.0 >=dev-perl/Exception-Class-1.230.0 >=virtual/perl-Exporter-5.630.0 dev-perl/File-HomeDir virtual/perl-File-Path virtual/perl-File-Spec virtual/perl-File-Temp dev-perl/File-Which virtual/perl-Getopt-Long dev-perl/IO-String >=dev-perl/List-MoreUtils-0.190.0 >=dev-perl/Module-Pluggable-3.100.0 >=dev-perl/PPI-1.224 >=dev-perl/PPIx-Regexp-0.27.0 >=dev-perl/PPIx-Utilities-1.1.0 virtual/perl-Pod-Parser >=dev-perl/Pod-Spell-1 >=dev-perl/Readonly-2 virtual/perl-Scalar-List-Utils >=dev-perl/String-Format-1.130.0 dev-perl/Task-Weaken >=virtual/perl-Term-ANSIColor-2.20.0 >=virtual/perl-Test-Simple-0.920.0 >=virtual/perl-Text-ParseWords-3 dev-perl/Perl-Tidy >=virtual/perl-version-0.770.0 emacs? ( virtual/emacs ) >=dev-perl/Module-Build-0.402.400 test? ( dev-perl/Test-Deep !minimal? ( dev-perl/Test-Memory-Cycle ) ) dev-lang/perl:= +DESCRIPTION=Critique Perl source code for best-practices +EAPI=6 +HOMEPAGE=http://search.cpan.org/dist/Perl-Critic/ +IUSE=test minimal examples emacs +KEYWORDS=~alpha ~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris +LICENSE=|| ( Artistic GPL-1+ ) +RDEPEND=>=dev-perl/B-Keywords-1.50.0 virtual/perl-Carp >=dev-perl/Config-Tiny-2 >=dev-perl/Email-Address-1.889.0 >=dev-perl/Exception-Class-1.230.0 >=virtual/perl-Exporter-5.630.0 dev-perl/File-HomeDir virtual/perl-File-Path virtual/perl-File-Spec virtual/perl-File-Temp dev-perl/File-Which virtual/perl-Getopt-Long dev-perl/IO-String >=dev-perl/List-MoreUtils-0.190.0 >=dev-perl/Module-Pluggable-3.100.0 >=dev-perl/PPI-1.224 >=dev-perl/PPIx-Regexp-0.27.0 >=dev-perl/PPIx-Utilities-1.1.0 virtual/perl-Pod-Parser >=dev-perl/Pod-Spell-1 >=dev-perl/Readonly-2 virtual/perl-Scalar-List-Utils >=dev-perl/String-Format-1.130.0 dev-perl/Task-Weaken >=virtual/perl-Term-ANSIColor-2.20.0 >=virtual/perl-Test-Simple-0.920.0 >=virtual/perl-Text-ParseWords-3 dev-perl/Perl-Tidy >=virtual/perl-version-0.770.0 emacs? ( virtual/emacs ) dev-lang/perl:= +SLOT=0 +SRC_URI=mirror://cpan/authors/id/P/PE/PETDANCE/Perl-Critic-1.130.tar.gz +_eclasses_=elisp-common 23f47b2e1de7abf387105eddd1318738 multiprocessing 6f5991c7101863d0b29df63990ad852e perl-functions 01e8c68d5a528bbcda4d3c60205983df perl-module 863b35d127db98823d439f8d73c2d011 +_md5_=92629051687b7593c2dcd7658916a938 diff --git a/metadata/md5-cache/dev-perl/Plack-1.4.400 b/metadata/md5-cache/dev-perl/Plack-1.4.400 index 35419a17fc59..e2e61de0bd9f 100644 --- a/metadata/md5-cache/dev-perl/Plack-1.4.400 +++ b/metadata/md5-cache/dev-perl/Plack-1.4.400 @@ -4,10 +4,10 @@ DESCRIPTION=Perl Superglue for Web frameworks and Web Servers (PSGI toolkit) EAPI=6 HOMEPAGE=http://search.cpan.org/dist/Plack/ IUSE=test minimal examples examples -KEYWORDS=~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~x86 +KEYWORDS=~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 LICENSE=|| ( Artistic GPL-1+ ) RDEPEND=!minimal? ( dev-perl/CGI-Compile dev-perl/CGI-Emulate-PSGI dev-perl/FCGI dev-perl/FCGI-ProcManager >=dev-perl/libwww-perl-5.814.0 >=dev-perl/Log-Dispatch-2.250.0 dev-perl/Log-Log4perl dev-perl/Module-Refresh ) >=dev-perl/Apache-LogFormat-Compiler-0.330.0 >=dev-perl/Cookie-Baker-0.70.0 >=dev-perl/Devel-StackTrace-1.230.0 >=dev-perl/Devel-StackTrace-AsHTML-0.110.0 >=dev-perl/File-ShareDir-1.0.0 dev-perl/Filesys-Notify-Simple >=dev-perl/HTTP-Entity-Parser-0.170.0 >=dev-perl/HTTP-Headers-Fast-0.180.0 >=dev-perl/HTTP-Message-5.814.0 >=virtual/perl-HTTP-Tiny-0.34.0 >=dev-perl/Hash-MultiValue-0.50.0 >=virtual/perl-Pod-Parser-1.360.0 >=dev-perl/Stream-Buffered-0.20.0 >=dev-perl/Test-TCP-2.150.0 dev-perl/Try-Tiny >=dev-perl/URI-1.590.0 >=dev-perl/WWW-Form-UrlEncoded-0.230.0 virtual/perl-parent dev-lang/perl:= SLOT=0 SRC_URI=mirror://cpan/authors/id/M/MI/MIYAGAWA/Plack-1.0044.tar.gz _eclasses_=multiprocessing 6f5991c7101863d0b29df63990ad852e perl-functions 01e8c68d5a528bbcda4d3c60205983df perl-module 863b35d127db98823d439f8d73c2d011 -_md5_=91457b10e4e186afeceb1eae41a69018 +_md5_=1c623eccdb77075d2a0546da18683385 diff --git a/metadata/md5-cache/dev-perl/TAP-Parser-SourceHandler-pgTAP-3.330.0 b/metadata/md5-cache/dev-perl/TAP-Parser-SourceHandler-pgTAP-3.330.0 index d90f264183fd..0d95aa757329 100644 --- a/metadata/md5-cache/dev-perl/TAP-Parser-SourceHandler-pgTAP-3.330.0 +++ b/metadata/md5-cache/dev-perl/TAP-Parser-SourceHandler-pgTAP-3.330.0 @@ -4,10 +4,10 @@ DESCRIPTION=Stream TAP from pgTAP test scripts EAPI=6 HOMEPAGE=http://search.cpan.org/dist/TAP-Parser-SourceHandler-pgTAP/ IUSE=test -KEYWORDS=~amd64 +KEYWORDS=amd64 LICENSE=|| ( Artistic GPL-1+ ) RDEPEND=virtual/perl-Test-Harness dev-lang/perl:= SLOT=0 SRC_URI=mirror://cpan/authors/id/D/DW/DWHEELER/TAP-Parser-SourceHandler-pgTAP-3.33.tar.gz _eclasses_=multiprocessing 6f5991c7101863d0b29df63990ad852e perl-functions 01e8c68d5a528bbcda4d3c60205983df perl-module 863b35d127db98823d439f8d73c2d011 -_md5_=b1bfba51032f44da51fcb29a5cf54f35 +_md5_=1be5a21c6b989a96407daae13faf7eb2 diff --git a/metadata/md5-cache/dev-perl/Test-MockTime-HiRes-0.70.0 b/metadata/md5-cache/dev-perl/Test-MockTime-HiRes-0.70.0 index 6a7ee82489f9..867c34e948cc 100644 --- a/metadata/md5-cache/dev-perl/Test-MockTime-HiRes-0.70.0 +++ b/metadata/md5-cache/dev-perl/Test-MockTime-HiRes-0.70.0 @@ -4,10 +4,10 @@ DESCRIPTION=Replace actual time with simulated high resolution time EAPI=6 HOMEPAGE=http://search.cpan.org/dist/Test-MockTime-HiRes/ IUSE=test -KEYWORDS=~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~x86 +KEYWORDS=~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 LICENSE=|| ( Artistic GPL-1+ ) RDEPEND=dev-perl/Test-MockTime virtual/perl-Test-Simple virtual/perl-Time-HiRes dev-lang/perl:= SLOT=0 SRC_URI=mirror://cpan/authors/id/T/TA/TARAO/Test-MockTime-HiRes-0.07.tar.gz _eclasses_=multiprocessing 6f5991c7101863d0b29df63990ad852e perl-functions 01e8c68d5a528bbcda4d3c60205983df perl-module 863b35d127db98823d439f8d73c2d011 -_md5_=67a298951b62126fa01f2a5aa924d747 +_md5_=1a2d0881295de009dddae0bcaa28988e diff --git a/metadata/md5-cache/dev-python/Manifest.gz b/metadata/md5-cache/dev-python/Manifest.gz index 949ba973ab34..ee09e588fde3 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/PythonQt-3.1-r1 b/metadata/md5-cache/dev-python/PythonQt-3.1-r1 new file mode 100644 index 000000000000..0d8268ea50fe --- /dev/null +++ b/metadata/md5-cache/dev-python/PythonQt-3.1-r1 @@ -0,0 +1,14 @@ +DEFINED_PHASES=configure install prepare setup +DEPEND=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_python2_7(+)?,python_single_target_python3_4(+)?,python_single_target_python3_5(+)?,python_single_target_python3_6(+)?] =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_python2_7(+)?,python_single_target_python3_4(+)?,python_single_target_python3_5(+)?,python_single_target_python3_6(+)?] =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_python2_7(+)?,python_single_target_python3_4(+)?,python_single_target_python3_5(+)?,python_single_target_python3_6(+)?] dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 extensions? ( dev-qt/designer:5 dev-qt/qtdeclarative:5[widgets] dev-qt/qtmultimedia:5[widgets] dev-qt/qtnetwork:5 dev-qt/qtopengl:5 dev-qt/qtprintsupport:5 dev-qt/qtsql:5 dev-qt/qtsvg:5 dev-qt/qtxml:5 dev-qt/qtxmlpatterns:5 webkit? ( dev-qt/qtwebkit:5 ) ) dev-qt/qtxml:5 virtual/pkgconfig doc? ( app-doc/doxygen ) +DESCRIPTION=A dynamic Python binding for the Qt framework +EAPI=6 +HOMEPAGE=http://pythonqt.sourceforge.net/ +IUSE=doc +extensions webkit 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=LGPL-2.1 +RDEPEND=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_python2_7(+)?,python_single_target_python3_4(+)?,python_single_target_python3_5(+)?,python_single_target_python3_6(+)?] dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 extensions? ( dev-qt/designer:5 dev-qt/qtdeclarative:5[widgets] dev-qt/qtmultimedia:5[widgets] dev-qt/qtnetwork:5 dev-qt/qtopengl:5 dev-qt/qtprintsupport:5 dev-qt/qtsql:5 dev-qt/qtsvg:5 dev-qt/qtxml:5 dev-qt/qtxmlpatterns:5 webkit? ( dev-qt/qtwebkit:5 ) ) +REQUIRED_USE=webkit? ( extensions ) ^^ ( 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=0 +SRC_URI=mirror://sourceforge/pythonqt/pythonqt/PythonQt-3.2/PythonQt3.2.zip +_eclasses_=estack 43ddf5aaffa7a8d0482df54d25a66a1f multilib 97f470f374f2e94ccab04a2fb21d811e python-single-r1 317a2557b4d7319a7418225f65accf77 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d qmake-utils 990448b067cb3cfe1443bc25fb57239c toolchain-funcs 185a06792159ca143528e7010368e8af +_md5_=a702ea657222285a721174c29fc066c3 diff --git a/metadata/md5-cache/dev-python/appdirs-1.4.3 b/metadata/md5-cache/dev-python/appdirs-1.4.3 index b4258f35356a..b7fee3ced168 100644 --- a/metadata/md5-cache/dev-python/appdirs-1.4.3 +++ b/metadata/md5-cache/dev-python/appdirs-1.4.3 @@ -4,11 +4,11 @@ DESCRIPTION=Module for determining appropriate platform-specific dirs EAPI=6 HOMEPAGE=https://github.com/ActiveState/appdirs IUSE=python_targets_pypy python_targets_pypy3 python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 -KEYWORDS=alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~x64-cygwin ~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 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~amd64-fbsd LICENSE=MIT RDEPEND=python_targets_pypy? ( >=virtual/pypy-5:0= ) python_targets_pypy3? ( >=virtual/pypy3-5:0= ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) >=dev-lang/python-exec-2:=[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] REQUIRED_USE=|| ( python_targets_pypy python_targets_pypy3 python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 ) SLOT=0 SRC_URI=https://github.com/ActiveState/appdirs/archive/1.4.3.tar.gz -> appdirs-1.4.3.tar.gz _eclasses_=distutils-r1 372bbe39047c0a2550319a3a82f3e063 multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 6f5991c7101863d0b29df63990ad852e python-r1 e9350ec46bb5c9f3504b4fbe8b8d8987 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 185a06792159ca143528e7010368e8af xdg-utils f2c8335407f0b935b0a96d4adf23ef25 -_md5_=380da2721548e7f35e81fb20221b75b7 +_md5_=9b2c52fddea351a0bfcc2db04e6dee33 diff --git a/metadata/md5-cache/dev-python/awscli-1.14.16 b/metadata/md5-cache/dev-python/awscli-1.14.16 new file mode 100644 index 000000000000..b54219cd12e2 --- /dev/null +++ b/metadata/md5-cache/dev-python/awscli-1.14.16 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=>=dev-python/botocore-1.8.20[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] <=dev-python/colorama-0.3.3[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/docutils[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] <=dev-python/rsa-3.5.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] >=dev-python/s3transfer-0.1.5[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] <=dev-python/pyyaml-3.12[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/setuptools[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] 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 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] +DESCRIPTION=Universal Command Line Environment for AWS +EAPI=6 +HOMEPAGE=https://pypi.python.org/pypi/awscli +IUSE=python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 +KEYWORDS=~amd64 +LICENSE=Apache-2.0 +RDEPEND=>=dev-python/botocore-1.8.20[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] <=dev-python/colorama-0.3.3[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/docutils[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] <=dev-python/rsa-3.5.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] >=dev-python/s3transfer-0.1.5[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] <=dev-python/pyyaml-3.12[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] 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 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] +REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 ) +SLOT=0 +SRC_URI=mirror://pypi/a/awscli/awscli-1.14.16.tar.gz +_eclasses_=distutils-r1 372bbe39047c0a2550319a3a82f3e063 multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 6f5991c7101863d0b29df63990ad852e python-r1 e9350ec46bb5c9f3504b4fbe8b8d8987 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 185a06792159ca143528e7010368e8af xdg-utils f2c8335407f0b935b0a96d4adf23ef25 +_md5_=cc1ef954c0187d48180f817c5707b5b6 diff --git a/metadata/md5-cache/dev-python/backports-lzma-0.0.8 b/metadata/md5-cache/dev-python/backports-lzma-0.0.8 index 9378acb4a18b..a2bdcfe4431e 100644 --- a/metadata/md5-cache/dev-python/backports-lzma-0.0.8 +++ b/metadata/md5-cache/dev-python/backports-lzma-0.0.8 @@ -4,11 +4,11 @@ DESCRIPTION=Backport of Python 3.3's lzma module for XZ/LZMA compressed files EAPI=6 HOMEPAGE=https://github.com/peterjc/backports.lzma/ https://pypi.python.org/pypi/backports.lzma/ IUSE=python_targets_python2_7 -KEYWORDS=~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux +KEYWORDS=~amd64 ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux LICENSE=BSD RDEPEND=app-arch/xz-utils dev-python/backports[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] REQUIRED_USE=|| ( python_targets_python2_7 ) SLOT=0 SRC_URI=mirror://pypi/b/backports.lzma/backports.lzma-0.0.8.tar.gz _eclasses_=distutils-r1 372bbe39047c0a2550319a3a82f3e063 multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 6f5991c7101863d0b29df63990ad852e python-r1 e9350ec46bb5c9f3504b4fbe8b8d8987 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 185a06792159ca143528e7010368e8af xdg-utils f2c8335407f0b935b0a96d4adf23ef25 -_md5_=fa72e95a8719810883084fcf30f97c0c +_md5_=d93a3e08d5da4ef0b64a721ceb0ff676 diff --git a/metadata/md5-cache/dev-python/backports-unittest-mock-1.3 b/metadata/md5-cache/dev-python/backports-unittest-mock-1.3 index 9922c846f538..6f0ac2394c21 100644 --- a/metadata/md5-cache/dev-python/backports-unittest-mock-1.3 +++ b/metadata/md5-cache/dev-python/backports-unittest-mock-1.3 @@ -4,11 +4,11 @@ DESCRIPTION=Backport of unittest.mock EAPI=6 HOMEPAGE=https://github.com/jaraco/backports.unittest_mock IUSE=doc test python_targets_pypy python_targets_pypy3 python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 -KEYWORDS=~alpha amd64 ~arm ia64 ~mips ~ppc ~ppc64 ~sparc x86 +KEYWORDS=~alpha amd64 ~arm ia64 ~mips ppc ppc64 ~sparc x86 LICENSE=MIT RDEPEND=dev-python/backports[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] dev-python/mock[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] python_targets_pypy? ( >=virtual/pypy-5:0= ) python_targets_pypy3? ( >=virtual/pypy3-5:0= ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) >=dev-lang/python-exec-2:=[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] REQUIRED_USE=|| ( python_targets_pypy python_targets_pypy3 python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 ) SLOT=0 SRC_URI=mirror://pypi/b/backports.unittest_mock/backports.unittest_mock-1.3.tar.gz _eclasses_=distutils-r1 372bbe39047c0a2550319a3a82f3e063 multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 6f5991c7101863d0b29df63990ad852e python-r1 e9350ec46bb5c9f3504b4fbe8b8d8987 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 185a06792159ca143528e7010368e8af xdg-utils f2c8335407f0b935b0a96d4adf23ef25 -_md5_=f9cf5014fe40ad52db84c3896303a7d3 +_md5_=375f8d80bea746f4a2aa48840844e10c diff --git a/metadata/md5-cache/dev-python/blinker-1.4 b/metadata/md5-cache/dev-python/blinker-1.4 index 7838b08d96ce..e9d23635650e 100644 --- a/metadata/md5-cache/dev-python/blinker-1.4 +++ b/metadata/md5-cache/dev-python/blinker-1.4 @@ -4,11 +4,11 @@ DESCRIPTION=Fast, simple object-to-object and broadcast signaling EAPI=5 HOMEPAGE=http://discorporate.us/projects/Blinker/ https://pypi.python.org/pypi/blinker IUSE=doc test python_targets_pypy python_targets_pypy3 python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 -KEYWORDS=amd64 ~arm ~arm64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux +KEYWORDS=amd64 ~arm ~arm64 ppc ppc64 x86 ~amd64-linux ~x86-linux LICENSE=MIT RDEPEND=python_targets_pypy? ( >=virtual/pypy-5:0= ) python_targets_pypy3? ( >=virtual/pypy3-5:0= ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) >=dev-lang/python-exec-2:=[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] REQUIRED_USE=|| ( python_targets_pypy python_targets_pypy3 python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 ) SLOT=0 SRC_URI=mirror://pypi/b/blinker/blinker-1.4.tar.gz _eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 distutils-r1 372bbe39047c0a2550319a3a82f3e063 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 ltprune 2770eed66a9b8ef944714cd0e968182e multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 6f5991c7101863d0b29df63990ad852e python-r1 e9350ec46bb5c9f3504b4fbe8b8d8987 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 185a06792159ca143528e7010368e8af xdg-utils f2c8335407f0b935b0a96d4adf23ef25 -_md5_=3666ea3a3f0a247656b5bd640df5695f +_md5_=552bdff75c305cf2e9d5f9a076fedf82 diff --git a/metadata/md5-cache/dev-python/botocore-1.8.20 b/metadata/md5-cache/dev-python/botocore-1.8.20 new file mode 100644 index 000000000000..7c03ded24e1c --- /dev/null +++ b/metadata/md5-cache/dev-python/botocore-1.8.20 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=dev-python/setuptools[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] doc? ( >=dev-python/guzzle_sphinx_theme-0.7.10[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] =dev-python/sphinx-1.1.3[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] =dev-python/docutils-0.10[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] >=dev-python/jmespath-0.7.1[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] =dev-python/python-dateutil-2.1[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] =dev-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=Low-level, data-driven core of boto 3. +EAPI=6 +HOMEPAGE=https://github.com/boto/botocore +IUSE=doc test python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 +KEYWORDS=~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux +LICENSE=Apache-2.0 +RDEPEND=>=dev-python/docutils-0.10[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] >=dev-python/jmespath-0.7.1[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] =dev-python/python-dateutil-2.1[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] =dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] +REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 ) +SLOT=0 +SRC_URI=mirror://pypi/b/botocore/botocore-1.8.20.tar.gz +_eclasses_=distutils-r1 372bbe39047c0a2550319a3a82f3e063 multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 6f5991c7101863d0b29df63990ad852e python-r1 e9350ec46bb5c9f3504b4fbe8b8d8987 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 185a06792159ca143528e7010368e8af xdg-utils f2c8335407f0b935b0a96d4adf23ef25 +_md5_=b0ff62951e9675552d478ff7a8f3a70c diff --git a/metadata/md5-cache/dev-python/bz2file-0.98 b/metadata/md5-cache/dev-python/bz2file-0.98 index 8b1cdfbe3856..afb8fb121489 100644 --- a/metadata/md5-cache/dev-python/bz2file-0.98 +++ b/metadata/md5-cache/dev-python/bz2file-0.98 @@ -4,11 +4,11 @@ DESCRIPTION=Replacement for bz2.BZ2File with features from newest CPython EAPI=6 HOMEPAGE=https://pypi.python.org/pypi/bz2file https://github.com/nvawda/bz2file IUSE=python_targets_pypy python_targets_python2_7 -KEYWORDS=~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 +KEYWORDS=~amd64 ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 LICENSE=Apache-2.0 RDEPEND=python_targets_pypy? ( >=virtual/pypy-5:0= ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) >=dev-lang/python-exec-2:=[python_targets_pypy(-)?,python_targets_python2_7(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-)] REQUIRED_USE=|| ( python_targets_pypy python_targets_python2_7 ) SLOT=0 SRC_URI=mirror://pypi/b/bz2file/bz2file-0.98.tar.gz _eclasses_=distutils-r1 372bbe39047c0a2550319a3a82f3e063 multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 6f5991c7101863d0b29df63990ad852e python-r1 e9350ec46bb5c9f3504b4fbe8b8d8987 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 185a06792159ca143528e7010368e8af xdg-utils f2c8335407f0b935b0a96d4adf23ef25 -_md5_=e84478e0f8cdf5d5586f8dbc2ab9bd07 +_md5_=e2c2aec3c1c5f6917f76277a99c7222f diff --git a/metadata/md5-cache/dev-python/contextlib2-0.5.5 b/metadata/md5-cache/dev-python/contextlib2-0.5.5 index 3385a88f33cf..939344a59744 100644 --- a/metadata/md5-cache/dev-python/contextlib2-0.5.5 +++ b/metadata/md5-cache/dev-python/contextlib2-0.5.5 @@ -4,11 +4,11 @@ DESCRIPTION=Backports and enhancements for the contextlib module EAPI=6 HOMEPAGE=https://pypi.python.org/pypi/contextlib2 IUSE=test python_targets_pypy python_targets_pypy3 python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 -KEYWORDS=~amd64 ~arm64 ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 +KEYWORDS=~amd64 ~arm64 ia64 ~mips ppc ppc64 ~sparc ~x86 LICENSE=PSF-2.4 RDEPEND=python_targets_pypy? ( >=virtual/pypy-5:0= ) python_targets_pypy3? ( >=virtual/pypy3-5:0= ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) >=dev-lang/python-exec-2:=[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] REQUIRED_USE=|| ( python_targets_pypy python_targets_pypy3 python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 ) SLOT=0 SRC_URI=mirror://pypi/c/contextlib2/contextlib2-0.5.5.tar.gz _eclasses_=distutils-r1 372bbe39047c0a2550319a3a82f3e063 multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 6f5991c7101863d0b29df63990ad852e python-r1 e9350ec46bb5c9f3504b4fbe8b8d8987 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 185a06792159ca143528e7010368e8af xdg-utils f2c8335407f0b935b0a96d4adf23ef25 -_md5_=d880688a8bbd502c5f89348285f5bd40 +_md5_=8ad6e01de8259753c348c5914a1b154a diff --git a/metadata/md5-cache/dev-python/docker-py-2.7.0 b/metadata/md5-cache/dev-python/docker-py-2.7.0 new file mode 100644 index 000000000000..24870ff82113 --- /dev/null +++ b/metadata/md5-cache/dev-python/docker-py-2.7.0 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=dev-python/setuptools[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] test? ( >=dev-python/docker-pycreds-0.2.1[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] !~dev-python/requests-2.18.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] >=dev-python/requests-2.14.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(-)] >=dev-python/six-1.4.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] >=dev-python/websocket-client-0.32.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] python_targets_python2_7? ( >=dev-python/backports-ssl-match-hostname-3.5[python_targets_python2_7(-)?,-python_single_target_python2_7(-),python_targets_python3_4(-)?,-python_single_target_python3_4(-)] ) python_targets_python3_4? ( >=dev-python/backports-ssl-match-hostname-3.5[python_targets_python2_7(-)?,-python_single_target_python2_7(-),python_targets_python3_4(-)?,-python_single_target_python3_4(-)] ) python_targets_python2_7? ( >=dev-python/ipaddress-1.0.16[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) >=dev-python/mock-1.0.1[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] dev-python/pytest-runner[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] >=dev-python/pytest-2.9.1[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(-)] ) doc? ( dev-python/recommonmark[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] >=dev-python/sphinx-1.4.6[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] +DESCRIPTION=Python client for Docker +EAPI=6 +HOMEPAGE=https://github.com/docker/docker-py +IUSE=doc test python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 +KEYWORDS=~amd64 ~arm64 ~x86 +LICENSE=Apache-2.0 +RDEPEND=>=dev-python/docker-pycreds-0.2.1[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] !~dev-python/requests-2.18.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] >=dev-python/requests-2.14.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(-)] >=dev-python/six-1.4.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] >=dev-python/websocket-client-0.32.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] python_targets_python2_7? ( >=dev-python/backports-ssl-match-hostname-3.5[python_targets_python2_7(-)?,-python_single_target_python2_7(-),python_targets_python3_4(-)?,-python_single_target_python3_4(-)] ) python_targets_python3_4? ( >=dev-python/backports-ssl-match-hostname-3.5[python_targets_python2_7(-)?,-python_single_target_python2_7(-),python_targets_python3_4(-)?,-python_single_target_python3_4(-)] ) python_targets_python2_7? ( >=dev-python/ipaddress-1.0.16[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] +REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 ) +SLOT=0 +SRC_URI=https://github.com/docker/docker-py/archive/2.7.0.tar.gz -> docker-py-2.7.0.tar.gz +_eclasses_=distutils-r1 372bbe39047c0a2550319a3a82f3e063 multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 6f5991c7101863d0b29df63990ad852e python-r1 e9350ec46bb5c9f3504b4fbe8b8d8987 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 185a06792159ca143528e7010368e8af xdg-utils f2c8335407f0b935b0a96d4adf23ef25 +_md5_=6d3936250ed851c3cc533de77af41161 diff --git a/metadata/md5-cache/dev-python/flask-0.12.2 b/metadata/md5-cache/dev-python/flask-0.12.2 index e67002c5fc86..205ea13104e8 100644 --- a/metadata/md5-cache/dev-python/flask-0.12.2 +++ b/metadata/md5-cache/dev-python/flask-0.12.2 @@ -4,11 +4,11 @@ DESCRIPTION=A microframework based on Werkzeug, Jinja2 and good intentions EAPI=6 HOMEPAGE=https://github.com/pallets/flask/ IUSE=doc examples test python_targets_pypy python_targets_pypy3 python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 -KEYWORDS=~amd64 ~arm ~arm64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux +KEYWORDS=amd64 ~arm ~arm64 ppc ppc64 x86 ~amd64-linux ~x86-linux LICENSE=BSD RDEPEND=>=dev-python/blinker-1[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] >=dev-python/werkzeug-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_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] >=dev-python/jinja-2.4[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] >=dev-python/itsdangerous-0.21[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] >=dev-python/click-2[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] python_targets_pypy? ( >=virtual/pypy-5:0= ) python_targets_pypy3? ( >=virtual/pypy3-5:0= ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) >=dev-lang/python-exec-2:=[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] REQUIRED_USE=|| ( python_targets_pypy python_targets_pypy3 python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 ) SLOT=0 SRC_URI=mirror://pypi/F/Flask/Flask-0.12.2.tar.gz _eclasses_=distutils-r1 372bbe39047c0a2550319a3a82f3e063 multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 6f5991c7101863d0b29df63990ad852e python-r1 e9350ec46bb5c9f3504b4fbe8b8d8987 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 185a06792159ca143528e7010368e8af xdg-utils f2c8335407f0b935b0a96d4adf23ef25 -_md5_=24b6cb81dd10cc2a638f3202866a922e +_md5_=4bc734d61eba8ca408d9b64019639c8a diff --git a/metadata/md5-cache/dev-python/flask-babel-0.11.2 b/metadata/md5-cache/dev-python/flask-babel-0.11.2 index 54a79671d9b9..a5c643053034 100644 --- a/metadata/md5-cache/dev-python/flask-babel-0.11.2 +++ b/metadata/md5-cache/dev-python/flask-babel-0.11.2 @@ -4,11 +4,11 @@ DESCRIPTION=i18n and l10n support for Flask based on Babel and pytz EAPI=6 HOMEPAGE=https://pythonhosted.org/Flask-Babel/ IUSE=test python_targets_pypy python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 -KEYWORDS=~amd64 x86 +KEYWORDS=amd64 x86 LICENSE=BSD RDEPEND=dev-python/flask[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/Babel[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/pytz[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] >=dev-python/speaklater-1.2[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] >=dev-python/jinja-2.5[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] python_targets_pypy? ( >=virtual/pypy-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 ) >=dev-lang/python-exec-2:=[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] REQUIRED_USE=|| ( python_targets_pypy python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 ) SLOT=0 SRC_URI=mirror://pypi/F/Flask-Babel/Flask-Babel-0.11.2.tar.gz _eclasses_=distutils-r1 372bbe39047c0a2550319a3a82f3e063 multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 6f5991c7101863d0b29df63990ad852e python-r1 e9350ec46bb5c9f3504b4fbe8b8d8987 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 185a06792159ca143528e7010368e8af xdg-utils f2c8335407f0b935b0a96d4adf23ef25 -_md5_=6928b70071055fa2c435b7b7b8215af4 +_md5_=bee58f9c137e5b5305e4ed0d7781f03c diff --git a/metadata/md5-cache/dev-python/flask-gravatar-0.4.2 b/metadata/md5-cache/dev-python/flask-gravatar-0.4.2 index 5ed38d341d4b..89e641e31633 100644 --- a/metadata/md5-cache/dev-python/flask-gravatar-0.4.2 +++ b/metadata/md5-cache/dev-python/flask-gravatar-0.4.2 @@ -4,11 +4,11 @@ DESCRIPTION=Small extension for Flask to make usage of Gravatar service easy EAPI=6 HOMEPAGE=https://github.com/zzzsochi/Flask-Gravatar/ IUSE=python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 -KEYWORDS=~amd64 x86 +KEYWORDS=amd64 x86 LICENSE=BSD RDEPEND=dev-python/flask[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 ) SLOT=0 SRC_URI=mirror://pypi/F/Flask-Gravatar/Flask-Gravatar-0.4.2.tar.gz _eclasses_=distutils-r1 372bbe39047c0a2550319a3a82f3e063 multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 6f5991c7101863d0b29df63990ad852e python-r1 e9350ec46bb5c9f3504b4fbe8b8d8987 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 185a06792159ca143528e7010368e8af xdg-utils f2c8335407f0b935b0a96d4adf23ef25 -_md5_=d13dc80c827668e0975023d62405323c +_md5_=22a9484226042c31f3fe095f922d7fc7 diff --git a/metadata/md5-cache/dev-python/flask-htmlmin-1.2.1 b/metadata/md5-cache/dev-python/flask-htmlmin-1.2.1 index f9ceae811ea0..abf0412edb15 100644 --- a/metadata/md5-cache/dev-python/flask-htmlmin-1.2.1 +++ b/metadata/md5-cache/dev-python/flask-htmlmin-1.2.1 @@ -4,11 +4,11 @@ DESCRIPTION=Minimize your flask rendered html EAPI=6 HOMEPAGE=https://github.com/hamidfzm/Flask-HTMLmin IUSE=python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 -KEYWORDS=~amd64 x86 +KEYWORDS=amd64 x86 LICENSE=BSD RDEPEND=app-text/htmlmin dev-python/flask python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 ) SLOT=0 SRC_URI=mirror://pypi/F/Flask-HTMLmin/Flask-HTMLmin-1.2.1.tar.gz _eclasses_=distutils-r1 372bbe39047c0a2550319a3a82f3e063 multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 6f5991c7101863d0b29df63990ad852e python-r1 e9350ec46bb5c9f3504b4fbe8b8d8987 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 185a06792159ca143528e7010368e8af xdg-utils f2c8335407f0b935b0a96d4adf23ef25 -_md5_=3b5ba9f75c6c19292ab2d1de960a9aab +_md5_=13fb95356aeb9b4358f78e341002d7b9 diff --git a/metadata/md5-cache/dev-python/flask-migrate-2.1.1 b/metadata/md5-cache/dev-python/flask-migrate-2.1.1 index 19a17b5b84c3..32ca464179cf 100644 --- a/metadata/md5-cache/dev-python/flask-migrate-2.1.1 +++ b/metadata/md5-cache/dev-python/flask-migrate-2.1.1 @@ -4,11 +4,11 @@ DESCRIPTION=SQLAlchemy database migrations for Flask applications using Alembic EAPI=6 HOMEPAGE=https://pypi.python.org/pypi/Flask-Migrate IUSE=test python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 -KEYWORDS=~amd64 x86 +KEYWORDS=amd64 x86 LICENSE=BSD RDEPEND=>=dev-python/flask-0.9[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] >=dev-python/alembic-0.6[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] >=dev-python/flask-sqlalchemy-1.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] 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 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 ) SLOT=0 SRC_URI=mirror://pypi/F/Flask-Migrate/Flask-Migrate-2.1.1.tar.gz _eclasses_=distutils-r1 372bbe39047c0a2550319a3a82f3e063 multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 6f5991c7101863d0b29df63990ad852e python-r1 e9350ec46bb5c9f3504b4fbe8b8d8987 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 185a06792159ca143528e7010368e8af xdg-utils f2c8335407f0b935b0a96d4adf23ef25 -_md5_=638dfbe6176f9c708585a2bc7e71aeaa +_md5_=03db44a1c3788506951125e48aa02ea6 diff --git a/metadata/md5-cache/dev-python/flask-paranoid-0.1.0 b/metadata/md5-cache/dev-python/flask-paranoid-0.1.0 index ef75a7170a63..5d963f32a6ee 100644 --- a/metadata/md5-cache/dev-python/flask-paranoid-0.1.0 +++ b/metadata/md5-cache/dev-python/flask-paranoid-0.1.0 @@ -4,11 +4,11 @@ DESCRIPTION=Simple user session protection extension for Flask EAPI=6 HOMEPAGE=https://github.com/miguelgrinberg/flask-paranoid/ IUSE=python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 -KEYWORDS=~amd64 x86 +KEYWORDS=amd64 x86 LICENSE=BSD RDEPEND=dev-python/flask[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 ) SLOT=0 SRC_URI=mirror://pypi/F/Flask-Paranoid/Flask-Paranoid-0.1.0.tar.gz _eclasses_=distutils-r1 372bbe39047c0a2550319a3a82f3e063 multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 6f5991c7101863d0b29df63990ad852e python-r1 e9350ec46bb5c9f3504b4fbe8b8d8987 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 185a06792159ca143528e7010368e8af xdg-utils f2c8335407f0b935b0a96d4adf23ef25 -_md5_=c38f3bd9d2a4529f1a3bc06c5710755e +_md5_=33a4c10cc24c5a50392b9da3625a91f2 diff --git a/metadata/md5-cache/dev-python/flask-uploads-0.2.0-r1 b/metadata/md5-cache/dev-python/flask-uploads-0.2.0-r1 index a86119c51147..bfe705c1692a 100644 --- a/metadata/md5-cache/dev-python/flask-uploads-0.2.0-r1 +++ b/metadata/md5-cache/dev-python/flask-uploads-0.2.0-r1 @@ -4,11 +4,11 @@ DESCRIPTION=Flexible and efficient upload handling for Flask EAPI=6 HOMEPAGE=http://pythonhosted.org/Flask-Testing/ https://pypi.python.org/pypi/Flask-Testing/ IUSE=test python_targets_pypy python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 -KEYWORDS=~amd64 x86 +KEYWORDS=amd64 x86 LICENSE=BSD RDEPEND=>=dev-python/flask-0.5[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] python_targets_pypy? ( >=virtual/pypy-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 ) >=dev-lang/python-exec-2:=[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] REQUIRED_USE=|| ( python_targets_pypy python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 ) SLOT=0 SRC_URI=https://github.com/maxcountryman/flask-uploads/archive/0.2.0.tar.gz -> flask-uploads-0.2.0.tar.gz _eclasses_=distutils-r1 372bbe39047c0a2550319a3a82f3e063 multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 6f5991c7101863d0b29df63990ad852e python-r1 e9350ec46bb5c9f3504b4fbe8b8d8987 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 185a06792159ca143528e7010368e8af xdg-utils f2c8335407f0b935b0a96d4adf23ef25 -_md5_=1c05e128bf13f5a566dc752aff62d78b +_md5_=85520ec7ccd68e4d730e4d64a89d290d diff --git a/metadata/md5-cache/dev-python/flask-wtf-0.14.2 b/metadata/md5-cache/dev-python/flask-wtf-0.14.2 index e9a8068569de..d399e09dcd22 100644 --- a/metadata/md5-cache/dev-python/flask-wtf-0.14.2 +++ b/metadata/md5-cache/dev-python/flask-wtf-0.14.2 @@ -4,11 +4,11 @@ DESCRIPTION=Simple integration of Flask and WTForms EAPI=6 HOMEPAGE=http://pythonhosted.org/Flask-WTF/ https://pypi.python.org/pypi/Flask-WTF IUSE=doc test python_targets_pypy python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 -KEYWORDS=~amd64 x86 +KEYWORDS=amd64 x86 LICENSE=BSD RDEPEND=dev-python/flask[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] >=dev-python/wtforms-1.0.5[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] python_targets_pypy? ( >=virtual/pypy-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 ) >=dev-lang/python-exec-2:=[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] REQUIRED_USE=|| ( python_targets_pypy python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 ) SLOT=0 SRC_URI=mirror://pypi/F/Flask-WTF/Flask-WTF-0.14.2.tar.gz _eclasses_=distutils-r1 372bbe39047c0a2550319a3a82f3e063 multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 6f5991c7101863d0b29df63990ad852e python-r1 e9350ec46bb5c9f3504b4fbe8b8d8987 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 185a06792159ca143528e7010368e8af xdg-utils f2c8335407f0b935b0a96d4adf23ef25 -_md5_=6cbab3ef114518c639185dbb2f966c38 +_md5_=64ffc0eff868a4b62287435ab683a9d1 diff --git a/metadata/md5-cache/dev-python/itsdangerous-0.24 b/metadata/md5-cache/dev-python/itsdangerous-0.24 index 8e81f63e0656..4e7ad02fe2b8 100644 --- a/metadata/md5-cache/dev-python/itsdangerous-0.24 +++ b/metadata/md5-cache/dev-python/itsdangerous-0.24 @@ -4,11 +4,11 @@ DESCRIPTION=Various helpers to pass trusted data to untrusted environments and b EAPI=5 HOMEPAGE=http://pythonhosted.org/itsdangerous/ https://pypi.python.org/pypi/itsdangerous IUSE=python_targets_pypy python_targets_pypy3 python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 -KEYWORDS=~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-linux ~x86-linux +KEYWORDS=~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-linux ~x86-linux LICENSE=BSD RDEPEND=python_targets_pypy? ( >=virtual/pypy-5:0= ) python_targets_pypy3? ( >=virtual/pypy3-5:0= ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) >=dev-lang/python-exec-2:=[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] REQUIRED_USE=|| ( python_targets_pypy python_targets_pypy3 python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 ) SLOT=0 SRC_URI=mirror://pypi/i/itsdangerous/itsdangerous-0.24.tar.gz _eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 distutils-r1 372bbe39047c0a2550319a3a82f3e063 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 ltprune 2770eed66a9b8ef944714cd0e968182e multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 6f5991c7101863d0b29df63990ad852e python-r1 e9350ec46bb5c9f3504b4fbe8b8d8987 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 185a06792159ca143528e7010368e8af xdg-utils f2c8335407f0b935b0a96d4adf23ef25 -_md5_=c7477eb36929a1152a53419acc76ad43 +_md5_=4df085cc3bbdf1e5eb331b75ed65df5b diff --git a/metadata/md5-cache/dev-python/jaraco-packaging-4.1 b/metadata/md5-cache/dev-python/jaraco-packaging-4.1 index a453cca2b3be..760ad77dea05 100644 --- a/metadata/md5-cache/dev-python/jaraco-packaging-4.1 +++ b/metadata/md5-cache/dev-python/jaraco-packaging-4.1 @@ -4,11 +4,11 @@ DESCRIPTION=Tools to supplement packaging Python releases EAPI=6 HOMEPAGE=https://github.com/jaraco/jaraco.packaging IUSE=doc test python_targets_pypy python_targets_pypy3 python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 -KEYWORDS=~alpha amd64 ~arm ~arm64 ia64 ~mips ~ppc ~ppc64 ~sparc x86 +KEYWORDS=~alpha amd64 ~arm ~arm64 ia64 ~mips ppc ppc64 ~sparc x86 LICENSE=MIT RDEPEND=>=dev-python/six-1.4[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] python_targets_pypy? ( >=virtual/pypy-5:0= ) python_targets_pypy3? ( >=virtual/pypy3-5:0= ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) >=dev-lang/python-exec-2:=[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] REQUIRED_USE=|| ( python_targets_pypy python_targets_pypy3 python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 ) SLOT=0 SRC_URI=mirror://pypi/j/jaraco.packaging/jaraco.packaging-4.1.tar.gz _eclasses_=distutils-r1 372bbe39047c0a2550319a3a82f3e063 multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 6f5991c7101863d0b29df63990ad852e python-r1 e9350ec46bb5c9f3504b4fbe8b8d8987 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 185a06792159ca143528e7010368e8af xdg-utils f2c8335407f0b935b0a96d4adf23ef25 -_md5_=4ff803acecc736350ec6331004a5bcd1 +_md5_=0bbefdae83cdc5aec04c0ed80dd16c8b diff --git a/metadata/md5-cache/dev-python/josepy-1.0.1 b/metadata/md5-cache/dev-python/josepy-1.0.1 new file mode 100644 index 000000000000..8f34140efa9a --- /dev/null +++ b/metadata/md5-cache/dev-python/josepy-1.0.1 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=>=dev-python/setuptools-1.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] >=dev-python/cryptography-0.8[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] >=dev-python/pyopenssl-0.13[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] >=dev-python/six-1.9.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] +DESCRIPTION=JOSE protocol implementation in Python +EAPI=6 +HOMEPAGE=https://github.com/jezdez/josepy +IUSE=python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 +KEYWORDS=~amd64 ~arm ~ppc64 ~x86 +LICENSE=Apache-2.0 +RDEPEND=>=dev-python/setuptools-1.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] >=dev-python/cryptography-0.8[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] >=dev-python/pyopenssl-0.13[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] >=dev-python/six-1.9.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] +REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 ) +SLOT=0 +SRC_URI=mirror://pypi/j/josepy/josepy-1.0.1.tar.gz +_eclasses_=distutils-r1 372bbe39047c0a2550319a3a82f3e063 multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 6f5991c7101863d0b29df63990ad852e python-r1 e9350ec46bb5c9f3504b4fbe8b8d8987 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 185a06792159ca143528e7010368e8af xdg-utils f2c8335407f0b935b0a96d4adf23ef25 +_md5_=b94d88fa97a7778c1f013217c5e21d20 diff --git a/metadata/md5-cache/dev-python/mimeparse-1.6.0 b/metadata/md5-cache/dev-python/mimeparse-1.6.0 index 9b1f289fa2d1..f540332b5a7f 100644 --- a/metadata/md5-cache/dev-python/mimeparse-1.6.0 +++ b/metadata/md5-cache/dev-python/mimeparse-1.6.0 @@ -4,11 +4,11 @@ DESCRIPTION=Basic functions for handling mime-types in python EAPI=6 HOMEPAGE=https://code.google.com/p/mimeparse https://github.com/dbtsai/python-mimeparse IUSE=python_targets_pypy python_targets_pypy3 python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 -KEYWORDS=~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux +KEYWORDS=~alpha amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux LICENSE=MIT RDEPEND=python_targets_pypy? ( >=virtual/pypy-5:0= ) python_targets_pypy3? ( >=virtual/pypy3-5:0= ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) >=dev-lang/python-exec-2:=[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] REQUIRED_USE=|| ( python_targets_pypy python_targets_pypy3 python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 ) SLOT=0 SRC_URI=mirror://pypi/p/python-mimeparse/python-mimeparse-1.6.0.tar.gz _eclasses_=distutils-r1 372bbe39047c0a2550319a3a82f3e063 multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 6f5991c7101863d0b29df63990ad852e python-r1 e9350ec46bb5c9f3504b4fbe8b8d8987 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 185a06792159ca143528e7010368e8af xdg-utils f2c8335407f0b935b0a96d4adf23ef25 -_md5_=523f379c450620f7594015f475273df1 +_md5_=f757961e5d25c21d47eb624c18866056 diff --git a/metadata/md5-cache/dev-python/mpi4py-3.0.0 b/metadata/md5-cache/dev-python/mpi4py-3.0.0 new file mode 100644 index 000000000000..644eb6021932 --- /dev/null +++ b/metadata/md5-cache/dev-python/mpi4py-3.0.0 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=virtual/mpi test? ( dev-python/nose[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/mpi[romio] ) 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=Message Passing Interface for Python +EAPI=6 +HOMEPAGE=https://bitbucket.org/mpi4py/ https://pypi.python.org/pypi/mpi4py +IUSE=doc examples test python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 +KEYWORDS=~amd64 ~arm ~x86 ~amd64-linux ~x86-linux +LICENSE=BSD +RDEPEND=virtual/mpi python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] +REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 ) +SLOT=0 +SRC_URI=mirror://pypi/m/mpi4py/mpi4py-3.0.0.tar.gz +_eclasses_=distutils-r1 372bbe39047c0a2550319a3a82f3e063 multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 6f5991c7101863d0b29df63990ad852e python-r1 e9350ec46bb5c9f3504b4fbe8b8d8987 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 185a06792159ca143528e7010368e8af xdg-utils f2c8335407f0b935b0a96d4adf23ef25 +_md5_=6fd2e1f088dda7d2af577f2ef5a44972 diff --git a/metadata/md5-cache/dev-python/paramiko-2.2.1 b/metadata/md5-cache/dev-python/paramiko-2.2.1 index fa322fb2e45b..c4a9e9a2985a 100644 --- a/metadata/md5-cache/dev-python/paramiko-2.2.1 +++ b/metadata/md5-cache/dev-python/paramiko-2.2.1 @@ -4,11 +4,11 @@ DESCRIPTION=SSH2 protocol library EAPI=6 HOMEPAGE=http://www.paramiko.org/ https://github.com/paramiko/paramiko/ https://pypi.python.org/pypi/paramiko/ IUSE=doc examples python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 -KEYWORDS=amd64 ia64 ppc ppc64 x86 +KEYWORDS=amd64 ~arm64 ia64 ppc ppc64 x86 LICENSE=LGPL-2.1 RDEPEND=>=dev-python/bcrypt-3.1.3[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] >=dev-python/cryptography-1.1[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] >=dev-python/pynacl-1.0.1[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] >=dev-python/pyasn1-0.1.7[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[threads(+)] ) python_targets_python3_4? ( dev-lang/python:3.4[threads(+)] ) python_targets_python3_5? ( dev-lang/python:3.5[threads(+)] ) python_targets_python3_6? ( dev-lang/python:3.6[threads(+)] ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 ) SLOT=0 SRC_URI=mirror://pypi/p/paramiko/paramiko-2.2.1.tar.gz _eclasses_=distutils-r1 372bbe39047c0a2550319a3a82f3e063 multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 6f5991c7101863d0b29df63990ad852e python-r1 e9350ec46bb5c9f3504b4fbe8b8d8987 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 185a06792159ca143528e7010368e8af xdg-utils f2c8335407f0b935b0a96d4adf23ef25 -_md5_=a4cc0e03de6576157647f7bbe423e3e3 +_md5_=a720f4059bdaa925109a1b25d17eb216 diff --git a/metadata/md5-cache/dev-python/pbr-3.1.1 b/metadata/md5-cache/dev-python/pbr-3.1.1 index 1e3af8218f5b..308d1f163414 100644 --- a/metadata/md5-cache/dev-python/pbr-3.1.1 +++ b/metadata/md5-cache/dev-python/pbr-3.1.1 @@ -4,11 +4,11 @@ DESCRIPTION=Inject some useful and sensible default behaviors into setuptools EAPI=6 HOMEPAGE=https://github.com/openstack-dev/pbr IUSE=test python_targets_pypy python_targets_pypy3 python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 -KEYWORDS=amd64 arm arm64 hppa ia64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux +KEYWORDS=amd64 arm arm64 hppa ia64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~amd64-fbsd LICENSE=Apache-2.0 RDEPEND=python_targets_pypy? ( >=virtual/pypy-5:0=[threads(+)] ) python_targets_pypy3? ( >=virtual/pypy3-5:0=[threads(+)] ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[threads(+)] ) python_targets_python3_4? ( dev-lang/python:3.4[threads(+)] ) python_targets_python3_5? ( dev-lang/python:3.5[threads(+)] ) python_targets_python3_6? ( dev-lang/python:3.6[threads(+)] ) >=dev-lang/python-exec-2:=[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] REQUIRED_USE=|| ( python_targets_pypy python_targets_pypy3 python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 ) SLOT=0 SRC_URI=mirror://pypi/p/pbr/pbr-3.1.1.tar.gz _eclasses_=distutils-r1 372bbe39047c0a2550319a3a82f3e063 multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 6f5991c7101863d0b29df63990ad852e python-r1 e9350ec46bb5c9f3504b4fbe8b8d8987 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 185a06792159ca143528e7010368e8af xdg-utils f2c8335407f0b935b0a96d4adf23ef25 -_md5_=f0bef3cc5759f83d408fbd5de6c66611 +_md5_=5d14f5829bb524211db1e8b72fe3e5aa diff --git a/metadata/md5-cache/dev-python/pocketlint-0.15 b/metadata/md5-cache/dev-python/pocketlint-0.15 index a08e109654f6..f4670780311b 100644 --- a/metadata/md5-cache/dev-python/pocketlint-0.15 +++ b/metadata/md5-cache/dev-python/pocketlint-0.15 @@ -4,11 +4,11 @@ DESCRIPTION=Shared code for running pylint against rhinstaller projects EAPI=6 HOMEPAGE=https://github.com/rhinstaller/pocketlint IUSE=python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 -KEYWORDS=amd64 ~arm64 ~ia64 ~ppc ~ppc64 ~sparc x86 +KEYWORDS=amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc x86 LICENSE=GPL-2 RDEPEND=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_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(-)] REQUIRED_USE=|| ( python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 ) SLOT=0 SRC_URI=https://github.com/rhinstaller/pocketlint/archive/0.15.tar.gz -> pocketlint-0.15.tar.gz _eclasses_=distutils-r1 372bbe39047c0a2550319a3a82f3e063 multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 6f5991c7101863d0b29df63990ad852e python-r1 e9350ec46bb5c9f3504b4fbe8b8d8987 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 185a06792159ca143528e7010368e8af xdg-utils f2c8335407f0b935b0a96d4adf23ef25 -_md5_=a579e48e79efaccacabcb628cefe33cd +_md5_=c5538e1092e6fac3eab89b55e8a32a23 diff --git a/metadata/md5-cache/dev-python/psutil-5.4.1 b/metadata/md5-cache/dev-python/psutil-5.4.1 index 1c554976a233..23e660ee414a 100644 --- a/metadata/md5-cache/dev-python/psutil-5.4.1 +++ b/metadata/md5-cache/dev-python/psutil-5.4.1 @@ -4,7 +4,7 @@ DESCRIPTION=Retrieve information on running processes and system utilization EAPI=6 HOMEPAGE=https://github.com/giampaolo/psutil https://pypi.python.org/pypi/psutil/ IUSE=test python_targets_pypy python_targets_pypy3 python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 -KEYWORDS=~amd64 ~arm ~arm64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris +KEYWORDS=amd64 ~arm ~arm64 ppc ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris LICENSE=BSD RDEPEND=python_targets_pypy? ( >=virtual/pypy-5:0= ) python_targets_pypy3? ( >=virtual/pypy3-5:0= ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) >=dev-lang/python-exec-2:=[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] REQUIRED_USE=|| ( python_targets_pypy python_targets_pypy3 python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 ) @@ -12,4 +12,4 @@ RESTRICT=test SLOT=0 SRC_URI=mirror://pypi/p/psutil/psutil-5.4.1.tar.gz _eclasses_=distutils-r1 372bbe39047c0a2550319a3a82f3e063 multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 6f5991c7101863d0b29df63990ad852e python-r1 e9350ec46bb5c9f3504b4fbe8b8d8987 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 185a06792159ca143528e7010368e8af xdg-utils f2c8335407f0b935b0a96d4adf23ef25 -_md5_=cb576c8425b5a3daeb4305116207afa5 +_md5_=3f17bd9eaa2da894d948be7661206ab0 diff --git a/metadata/md5-cache/dev-python/py-1.4.34 b/metadata/md5-cache/dev-python/py-1.4.34 index e926ec9c77a5..9d7136af69ed 100644 --- a/metadata/md5-cache/dev-python/py-1.4.34 +++ b/metadata/md5-cache/dev-python/py-1.4.34 @@ -4,11 +4,11 @@ DESCRIPTION=library with cross-python path, ini-parsing, io, code, log facilitie EAPI=6 HOMEPAGE=http://pylib.readthedocs.org/ https://pypi.python.org/pypi/py IUSE=doc test python_targets_pypy python_targets_pypy3 python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 -KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos LICENSE=MIT RDEPEND=python_targets_pypy? ( >=virtual/pypy-5:0= ) python_targets_pypy3? ( >=virtual/pypy3-5:0= ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) >=dev-lang/python-exec-2:=[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] REQUIRED_USE=|| ( python_targets_pypy python_targets_pypy3 python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 ) SLOT=0 SRC_URI=mirror://pypi/p/py/py-1.4.34.tar.gz _eclasses_=distutils-r1 372bbe39047c0a2550319a3a82f3e063 multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 6f5991c7101863d0b29df63990ad852e python-r1 e9350ec46bb5c9f3504b4fbe8b8d8987 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 185a06792159ca143528e7010368e8af xdg-utils f2c8335407f0b935b0a96d4adf23ef25 -_md5_=c76e504e162e9fd40d0056a70fdf4ff7 +_md5_=3f31e057acede547d77f2ef09a982d6a diff --git a/metadata/md5-cache/dev-python/pyblake2-1.1.0 b/metadata/md5-cache/dev-python/pyblake2-1.1.0 index 276fe5f51d28..58d79320e034 100644 --- a/metadata/md5-cache/dev-python/pyblake2-1.1.0 +++ b/metadata/md5-cache/dev-python/pyblake2-1.1.0 @@ -4,11 +4,11 @@ DESCRIPTION=BLAKE2 hash function extension module EAPI=6 HOMEPAGE=https://github.com/dchest/pyblake2 https://pypi.python.org/pypi/pyblake2 IUSE=python_targets_pypy python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 -KEYWORDS=~alpha amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 ~sparc ~x86 ~x64-cygwin ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris +KEYWORDS=~alpha amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 sparc ~x86 ~x64-cygwin ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris LICENSE=|| ( CC0-1.0 openssl Apache-2.0 ) RDEPEND=python_targets_pypy? ( >=virtual/pypy-5:0= ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) >=dev-lang/python-exec-2:=[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] REQUIRED_USE=|| ( python_targets_pypy python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 ) SLOT=0 SRC_URI=mirror://pypi/p/pyblake2/pyblake2-1.1.0.tar.gz _eclasses_=distutils-r1 372bbe39047c0a2550319a3a82f3e063 multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 6f5991c7101863d0b29df63990ad852e python-r1 e9350ec46bb5c9f3504b4fbe8b8d8987 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 185a06792159ca143528e7010368e8af xdg-utils f2c8335407f0b935b0a96d4adf23ef25 -_md5_=844e22feeea3cd9b02003ef82f022b59 +_md5_=1a58e34e9983c885adf9aadb8d9a6c20 diff --git a/metadata/md5-cache/dev-python/pygments-2.2.0 b/metadata/md5-cache/dev-python/pygments-2.2.0 index cdb3e73c01d6..93e45e5c5701 100644 --- a/metadata/md5-cache/dev-python/pygments-2.2.0 +++ b/metadata/md5-cache/dev-python/pygments-2.2.0 @@ -4,11 +4,11 @@ DESCRIPTION=Pygments is a syntax highlighting package written in Python EAPI=6 HOMEPAGE=http://pygments.org/ https://pypi.python.org/pypi/Pygments IUSE=doc test python_targets_pypy python_targets_pypy3 python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 -KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x64-cygwin ~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 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86 ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris LICENSE=BSD RDEPEND=dev-python/setuptools[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] python_targets_pypy? ( >=virtual/pypy-5:0= ) python_targets_pypy3? ( >=virtual/pypy3-5:0= ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) >=dev-lang/python-exec-2:=[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] REQUIRED_USE=|| ( python_targets_pypy python_targets_pypy3 python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 ) SLOT=0 SRC_URI=mirror://pypi/P/Pygments/Pygments-2.2.0.tar.gz _eclasses_=bash-completion-r1 8e447753aaf658afa609fbf961d80ab7 distutils-r1 372bbe39047c0a2550319a3a82f3e063 multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 6f5991c7101863d0b29df63990ad852e python-r1 e9350ec46bb5c9f3504b4fbe8b8d8987 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 185a06792159ca143528e7010368e8af vcs-snapshot 03289f51c769cf409d200d2d628cdd6e xdg-utils f2c8335407f0b935b0a96d4adf23ef25 -_md5_=225f5557821f640df8ec0f88a51d0520 +_md5_=81a363d75fbe6b63b75f1518eb95d23a diff --git a/metadata/md5-cache/dev-python/pynacl-1.1.2 b/metadata/md5-cache/dev-python/pynacl-1.1.2 index 9ae554305b3c..c009cc859f6f 100644 --- a/metadata/md5-cache/dev-python/pynacl-1.1.2 +++ b/metadata/md5-cache/dev-python/pynacl-1.1.2 @@ -4,11 +4,11 @@ DESCRIPTION=Python binding to the Networking and Cryptography (NaCl) library EAPI=6 HOMEPAGE=https://github.com/pyca/pynacl/ https://pypi.python.org/pypi/PyNaCl/ IUSE=test python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 -KEYWORDS=amd64 arm ia64 ppc ppc64 x86 +KEYWORDS=amd64 arm ~arm64 ia64 ppc ppc64 x86 LICENSE=Apache-2.0 RDEPEND=dev-python/six[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] >=dev-python/cffi-1.4.1[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] dev-libs/libsodium:0/18 python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 ) SLOT=0 SRC_URI=https://github.com/pyca/pynacl/archive/1.1.2.tar.gz -> pynacl-1.1.2.tar.gz _eclasses_=distutils-r1 372bbe39047c0a2550319a3a82f3e063 multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 6f5991c7101863d0b29df63990ad852e python-r1 e9350ec46bb5c9f3504b4fbe8b8d8987 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 185a06792159ca143528e7010368e8af xdg-utils f2c8335407f0b935b0a96d4adf23ef25 -_md5_=e640ff452faaeecfdc798c58354a1482 +_md5_=8fe962025ba93baddde3195353bd1aa2 diff --git a/metadata/md5-cache/dev-python/pyrsistent-0.13.0 b/metadata/md5-cache/dev-python/pyrsistent-0.13.0 index 2555ae24cac5..08705f2febf1 100644 --- a/metadata/md5-cache/dev-python/pyrsistent-0.13.0 +++ b/metadata/md5-cache/dev-python/pyrsistent-0.13.0 @@ -4,11 +4,11 @@ DESCRIPTION=Persistent/Functional/Immutable data structures EAPI=6 HOMEPAGE=https://github.com/tobgu/pyrsistent/ http://pypi.python.org/pypi/pyrsistent IUSE=test python_targets_pypy python_targets_pypy3 python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 -KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-linux ~x86-linux +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-linux ~x86-linux LICENSE=MIT RDEPEND=dev-python/six[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] python_targets_pypy? ( >=virtual/pypy-5:0= ) python_targets_pypy3? ( >=virtual/pypy3-5:0= ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) >=dev-lang/python-exec-2:=[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] REQUIRED_USE=|| ( python_targets_pypy python_targets_pypy3 python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 ) SLOT=0 SRC_URI=mirror://pypi/p/pyrsistent/pyrsistent-0.13.0.tar.gz _eclasses_=distutils-r1 372bbe39047c0a2550319a3a82f3e063 multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 6f5991c7101863d0b29df63990ad852e python-r1 e9350ec46bb5c9f3504b4fbe8b8d8987 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 185a06792159ca143528e7010368e8af xdg-utils f2c8335407f0b935b0a96d4adf23ef25 -_md5_=e7147f9adab9a443b0fd00c916b24f33 +_md5_=aa8f75bb9ff88c961e568a3b03192c2c diff --git a/metadata/md5-cache/dev-python/pysnmp-4.4.1 b/metadata/md5-cache/dev-python/pysnmp-4.4.3 similarity index 98% rename from metadata/md5-cache/dev-python/pysnmp-4.4.1 rename to metadata/md5-cache/dev-python/pysnmp-4.4.3 index 2acd82ba8417..74e77fca8a95 100644 --- a/metadata/md5-cache/dev-python/pysnmp-4.4.1 +++ b/metadata/md5-cache/dev-python/pysnmp-4.4.3 @@ -9,6 +9,6 @@ LICENSE=BSD RDEPEND=>=dev-python/pyasn1-0.2.3[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/pysmi[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] || ( dev-python/pycryptodome[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/pycrypto[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] ) 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 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 ) SLOT=0 -SRC_URI=mirror://pypi/p/pysnmp/pysnmp-4.4.1.tar.gz +SRC_URI=mirror://pypi/p/pysnmp/pysnmp-4.4.3.tar.gz _eclasses_=distutils-r1 372bbe39047c0a2550319a3a82f3e063 multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 6f5991c7101863d0b29df63990ad852e python-r1 e9350ec46bb5c9f3504b4fbe8b8d8987 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 185a06792159ca143528e7010368e8af xdg-utils f2c8335407f0b935b0a96d4adf23ef25 _md5_=8cad632cc5854dd779a8d2a0742801f8 diff --git a/metadata/md5-cache/dev-python/pysnmp-apps-0.4.2 b/metadata/md5-cache/dev-python/pysnmp-apps-0.5.2 similarity index 97% rename from metadata/md5-cache/dev-python/pysnmp-apps-0.4.2 rename to metadata/md5-cache/dev-python/pysnmp-apps-0.5.2 index 0e942053da4f..d46296e31cbb 100644 --- a/metadata/md5-cache/dev-python/pysnmp-apps-0.4.2 +++ b/metadata/md5-cache/dev-python/pysnmp-apps-0.5.2 @@ -9,6 +9,6 @@ LICENSE=BSD RDEPEND=>=dev-python/pysnmp-4.2.2[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/pysnmp-mibs[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] 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 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 ) SLOT=0 -SRC_URI=mirror://pypi/p/pysnmp-apps/pysnmp-apps-0.4.2.tar.gz +SRC_URI=mirror://pypi/p/pysnmp-apps/pysnmp-apps-0.5.2.tar.gz _eclasses_=distutils-r1 372bbe39047c0a2550319a3a82f3e063 multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 6f5991c7101863d0b29df63990ad852e python-r1 e9350ec46bb5c9f3504b4fbe8b8d8987 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 185a06792159ca143528e7010368e8af xdg-utils f2c8335407f0b935b0a96d4adf23ef25 _md5_=6de982507fffd602c693dbf98ed76ce5 diff --git a/metadata/md5-cache/dev-python/pytest-3.2.2 b/metadata/md5-cache/dev-python/pytest-3.2.2 index fccbdfae2e78..37e69a3db493 100644 --- a/metadata/md5-cache/dev-python/pytest-3.2.2 +++ b/metadata/md5-cache/dev-python/pytest-3.2.2 @@ -4,11 +4,11 @@ DESCRIPTION=Simple powerful testing with Python EAPI=6 HOMEPAGE=http://pytest.org/ IUSE=doc test python_targets_pypy python_targets_pypy3 python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 -KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux LICENSE=MIT RDEPEND=>=dev-python/py-1.4.33[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] dev-python/setuptools[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] doc? ( dev-python/pyyaml[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] dev-python/sphinx[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] ) !=virtual/pypy-5:0= ) python_targets_pypy3? ( >=virtual/pypy3-5:0= ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) >=dev-lang/python-exec-2:=[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] REQUIRED_USE=|| ( python_targets_pypy python_targets_pypy3 python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 ) SLOT=0 SRC_URI=mirror://pypi/p/pytest/pytest-3.2.2.tar.gz _eclasses_=distutils-r1 372bbe39047c0a2550319a3a82f3e063 multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 6f5991c7101863d0b29df63990ad852e python-r1 e9350ec46bb5c9f3504b4fbe8b8d8987 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 185a06792159ca143528e7010368e8af xdg-utils f2c8335407f0b935b0a96d4adf23ef25 -_md5_=7cced3659f7f109f478e0348f034544c +_md5_=e2b8a38936188902597684ab85c91d37 diff --git a/metadata/md5-cache/dev-python/pytest-cache-1.0-r1 b/metadata/md5-cache/dev-python/pytest-cache-1.0-r1 index bbb0d7f6cd59..c3367c0f28c3 100644 --- a/metadata/md5-cache/dev-python/pytest-cache-1.0-r1 +++ b/metadata/md5-cache/dev-python/pytest-cache-1.0-r1 @@ -4,7 +4,7 @@ DESCRIPTION=mechanisms for caching across test runs EAPI=5 HOMEPAGE=https://pypi.python.org/pypi/pytest-cache http://bitbucket.org/hpk42/pytest-cache/ http://pythonhosted.org/pytest-cache/ IUSE=test python_targets_pypy python_targets_pypy3 python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 -KEYWORDS=~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-linux ~x86-linux +KEYWORDS=~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-linux ~x86-linux LICENSE=MIT RDEPEND=dev-python/execnet[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] python_targets_pypy? ( >=virtual/pypy-5:0= ) python_targets_pypy3? ( >=virtual/pypy3-5:0= ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) >=dev-lang/python-exec-2:=[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] REQUIRED_USE=|| ( python_targets_pypy python_targets_pypy3 python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 ) @@ -12,4 +12,4 @@ RESTRICT=test SLOT=0 SRC_URI=mirror://pypi/p/pytest-cache/pytest-cache-1.0.tar.gz _eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 distutils-r1 372bbe39047c0a2550319a3a82f3e063 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 ltprune 2770eed66a9b8ef944714cd0e968182e multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 6f5991c7101863d0b29df63990ad852e python-r1 e9350ec46bb5c9f3504b4fbe8b8d8987 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 185a06792159ca143528e7010368e8af xdg-utils f2c8335407f0b935b0a96d4adf23ef25 -_md5_=08deefec957153d016518bb29669f240 +_md5_=72a7f75876a87a4e7a22bcadca074fc1 diff --git a/metadata/md5-cache/dev-python/pytest-fixture-config-1.2.11 b/metadata/md5-cache/dev-python/pytest-fixture-config-1.2.11 index 515094420e91..7c3c3824671c 100644 --- a/metadata/md5-cache/dev-python/pytest-fixture-config-1.2.11 +++ b/metadata/md5-cache/dev-python/pytest-fixture-config-1.2.11 @@ -4,11 +4,11 @@ DESCRIPTION=Virtualenv fixture for py.test EAPI=6 HOMEPAGE=https://github.com/manahl/pytest-plugins https://pypi.python.org/pypi/pytest-fixture-config IUSE=test python_targets_pypy python_targets_pypy3 python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 -KEYWORDS=~amd64 ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 +KEYWORDS=~amd64 ~arm64 ia64 ~mips ppc ppc64 ~sparc ~x86 LICENSE=MIT RDEPEND=dev-python/pytest[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] python_targets_pypy? ( >=virtual/pypy-5:0= ) python_targets_pypy3? ( >=virtual/pypy3-5:0= ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) >=dev-lang/python-exec-2:=[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] REQUIRED_USE=|| ( python_targets_pypy python_targets_pypy3 python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 ) SLOT=0 SRC_URI=mirror://pypi/p/pytest-fixture-config/pytest-fixture-config-1.2.11.tar.gz _eclasses_=distutils-r1 372bbe39047c0a2550319a3a82f3e063 multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 6f5991c7101863d0b29df63990ad852e python-r1 e9350ec46bb5c9f3504b4fbe8b8d8987 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 185a06792159ca143528e7010368e8af xdg-utils f2c8335407f0b935b0a96d4adf23ef25 -_md5_=69321ebefe6b0d4b1d6fb12c9e81b2e3 +_md5_=5ecedf6a46d3a691800495c7896b7bc9 diff --git a/metadata/md5-cache/dev-python/pytest-shutil-1.2.11 b/metadata/md5-cache/dev-python/pytest-shutil-1.2.11 index 08831df3a848..8a86af014cf7 100644 --- a/metadata/md5-cache/dev-python/pytest-shutil-1.2.11 +++ b/metadata/md5-cache/dev-python/pytest-shutil-1.2.11 @@ -4,11 +4,11 @@ DESCRIPTION=A goodie-bag of unix shell and environment tools for py.test EAPI=6 HOMEPAGE=https://github.com/manahl/pytest-plugins https://pypi.python.org/pypi/pytest-shutil IUSE=test python_targets_pypy python_targets_pypy3 python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 -KEYWORDS=~amd64 ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 +KEYWORDS=~amd64 ~arm64 ia64 ~mips ppc ppc64 ~sparc ~x86 LICENSE=MIT RDEPEND=dev-python/six[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] dev-python/execnet[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] dev-python/contextlib2[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] dev-python/pytest[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] dev-python/path-py[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] dev-python/mock[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] python_targets_pypy? ( >=virtual/pypy-5:0= ) python_targets_pypy3? ( >=virtual/pypy3-5:0= ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) >=dev-lang/python-exec-2:=[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] REQUIRED_USE=|| ( python_targets_pypy python_targets_pypy3 python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 ) SLOT=0 SRC_URI=mirror://pypi/p/pytest-shutil/pytest-shutil-1.2.11.tar.gz _eclasses_=distutils-r1 372bbe39047c0a2550319a3a82f3e063 multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 6f5991c7101863d0b29df63990ad852e python-r1 e9350ec46bb5c9f3504b4fbe8b8d8987 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 185a06792159ca143528e7010368e8af xdg-utils f2c8335407f0b935b0a96d4adf23ef25 -_md5_=4f3ca13e24634450261e677c56f59af5 +_md5_=3cf47cb36c40401dd8c6609d8f40a885 diff --git a/metadata/md5-cache/dev-python/pytest-virtualenv-1.2.11 b/metadata/md5-cache/dev-python/pytest-virtualenv-1.2.11 index 9a4afc29f289..5d5682ccb585 100644 --- a/metadata/md5-cache/dev-python/pytest-virtualenv-1.2.11 +++ b/metadata/md5-cache/dev-python/pytest-virtualenv-1.2.11 @@ -4,11 +4,11 @@ DESCRIPTION=Virtualenv fixture for py.test EAPI=6 HOMEPAGE=https://github.com/manahl/pytest-plugins https://pypi.python.org/pypi/pytest-virtualenv IUSE=test python_targets_pypy python_targets_pypy3 python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 -KEYWORDS=~amd64 ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 +KEYWORDS=~amd64 ~arm64 ia64 ~mips ppc ppc64 ~sparc ~x86 LICENSE=MIT RDEPEND=dev-python/pytest-fixture-config[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] dev-python/pytest-shutil[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] dev-python/pytest[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] dev-python/virtualenv[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] python_targets_pypy? ( >=virtual/pypy-5:0= ) python_targets_pypy3? ( >=virtual/pypy3-5:0= ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) >=dev-lang/python-exec-2:=[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] REQUIRED_USE=|| ( python_targets_pypy python_targets_pypy3 python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 ) SLOT=0 SRC_URI=mirror://pypi/p/pytest-virtualenv/pytest-virtualenv-1.2.11.tar.gz _eclasses_=distutils-r1 372bbe39047c0a2550319a3a82f3e063 multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 6f5991c7101863d0b29df63990ad852e python-r1 e9350ec46bb5c9f3504b4fbe8b8d8987 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 185a06792159ca143528e7010368e8af xdg-utils f2c8335407f0b935b0a96d4adf23ef25 -_md5_=b11ea41b19d505d21d786cb21fd5c01b +_md5_=b08fd40cc64db6472aad4df6e618f8d8 diff --git a/metadata/md5-cache/dev-python/pytest-xprocess-0.12.1 b/metadata/md5-cache/dev-python/pytest-xprocess-0.12.1 index f4d9aaab4cd6..85675e3d3bac 100644 --- a/metadata/md5-cache/dev-python/pytest-xprocess-0.12.1 +++ b/metadata/md5-cache/dev-python/pytest-xprocess-0.12.1 @@ -4,11 +4,11 @@ DESCRIPTION=Manage external processes across test runs EAPI=5 HOMEPAGE=https://pypi.python.org/pypi/pytest-xprocess/ https://github.com/pytest-dev/pytest-xprocess IUSE=test python_targets_pypy python_targets_pypy3 python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 -KEYWORDS=amd64 ~arm ~arm64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux +KEYWORDS=amd64 ~arm ~arm64 ppc ppc64 x86 ~amd64-linux ~x86-linux LICENSE=MIT RDEPEND=|| ( dev-python/pytest-cache[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] >=dev-python/pytest-2.8.0[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] ) dev-python/psutil[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] python_targets_pypy? ( >=virtual/pypy-5:0= ) python_targets_pypy3? ( >=virtual/pypy3-5:0= ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) >=dev-lang/python-exec-2:=[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] REQUIRED_USE=|| ( python_targets_pypy python_targets_pypy3 python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 ) SLOT=0 SRC_URI=mirror://pypi/p/pytest-xprocess/pytest-xprocess-0.12.1.tar.gz _eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 distutils-r1 372bbe39047c0a2550319a3a82f3e063 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 ltprune 2770eed66a9b8ef944714cd0e968182e multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 6f5991c7101863d0b29df63990ad852e python-r1 e9350ec46bb5c9f3504b4fbe8b8d8987 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 185a06792159ca143528e7010368e8af xdg-utils f2c8335407f0b935b0a96d4adf23ef25 -_md5_=f57f17aac7a3daeb532ae0592095d558 +_md5_=7da9f3c6ec88a337befe769cc0e07c60 diff --git a/metadata/md5-cache/dev-python/python-systemd-230 b/metadata/md5-cache/dev-python/python-systemd-230 deleted file mode 100644 index 57fcdfe1db35..000000000000 --- a/metadata/md5-cache/dev-python/python-systemd-230 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install prepare test -DEPEND=sys-apps/systemd python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] -DESCRIPTION=Python module for native access to the systemd facilities -EAPI=5 -HOMEPAGE=https://github.com/systemd/python-systemd -IUSE=python_targets_python2_7 python_targets_python3_4 -KEYWORDS=alpha amd64 arm ppc ppc64 sparc x86 -LICENSE=LGPL-2.1 -RDEPEND=sys-apps/systemd !sys-apps/systemd[python(-)] python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] -REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_4 ) -SLOT=0 -SRC_URI=https://github.com/systemd/python-systemd/archive/v230.tar.gz -> python-systemd-230.tar.gz -_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 distutils-r1 372bbe39047c0a2550319a3a82f3e063 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 ltprune 2770eed66a9b8ef944714cd0e968182e multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 6f5991c7101863d0b29df63990ad852e python-r1 e9350ec46bb5c9f3504b4fbe8b8d8987 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 185a06792159ca143528e7010368e8af xdg-utils f2c8335407f0b935b0a96d4adf23ef25 -_md5_=a57af4a3460ae46cb03d276ec62c4be5 diff --git a/metadata/md5-cache/dev-python/python-systemd-233 b/metadata/md5-cache/dev-python/python-systemd-233 index 6d80ccacb6b5..962d60548251 100644 --- a/metadata/md5-cache/dev-python/python-systemd-233 +++ b/metadata/md5-cache/dev-python/python-systemd-233 @@ -1,14 +1,14 @@ DEFINED_PHASES=compile configure install prepare test -DEPEND=sys-apps/systemd:0= test? ( dev-python/pytest[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] ) 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 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] +DEPEND=sys-apps/systemd:0= test? ( dev-python/pytest[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] DESCRIPTION=Python module for native access to the systemd facilities EAPI=6 HOMEPAGE=https://github.com/systemd/python-systemd -IUSE=test python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 +IUSE=test python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 KEYWORDS=alpha amd64 arm ppc ppc64 sparc x86 LICENSE=LGPL-2.1 -RDEPEND=sys-apps/systemd:0= !sys-apps/systemd[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 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] -REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 ) +RDEPEND=sys-apps/systemd:0= !sys-apps/systemd[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(-)] +REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 ) SLOT=0 SRC_URI=https://github.com/systemd/python-systemd/archive/v233.tar.gz -> python-systemd-233.tar.gz _eclasses_=distutils-r1 372bbe39047c0a2550319a3a82f3e063 multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 6f5991c7101863d0b29df63990ad852e python-r1 e9350ec46bb5c9f3504b4fbe8b8d8987 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 185a06792159ca143528e7010368e8af xdg-utils f2c8335407f0b935b0a96d4adf23ef25 -_md5_=94a63fd45aa90cf98953b3e95f966c74 +_md5_=70df0bcc2a25e78d05f7ccbbfc89968a diff --git a/metadata/md5-cache/dev-python/setuptools-36.7.2 b/metadata/md5-cache/dev-python/setuptools-36.7.2 index d5a36d055f79..4be7d6e170ce 100644 --- a/metadata/md5-cache/dev-python/setuptools-36.7.2 +++ b/metadata/md5-cache/dev-python/setuptools-36.7.2 @@ -4,7 +4,7 @@ DESCRIPTION=Collection of extensions to Distutils EAPI=6 HOMEPAGE=https://github.com/pypa/setuptools https://pypi.python.org/pypi/setuptools IUSE=test python_targets_pypy python_targets_pypy3 python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 -KEYWORDS=~amd64 ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 +KEYWORDS=~amd64 ~arm64 ia64 ~mips ppc ppc64 ~sparc ~x86 LICENSE=MIT PDEPEND=>=dev-python/certifi-2016.9.26[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] RDEPEND=python_targets_pypy? ( >=virtual/pypy-5:0=[xml(+)] ) python_targets_pypy3? ( >=virtual/pypy3-5:0=[xml(+)] ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[xml(+)] ) python_targets_python3_4? ( dev-lang/python:3.4[xml(+)] ) python_targets_python3_5? ( dev-lang/python:3.5[xml(+)] ) python_targets_python3_6? ( dev-lang/python:3.6[xml(+)] ) >=dev-lang/python-exec-2:=[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] @@ -12,4 +12,4 @@ REQUIRED_USE=|| ( python_targets_pypy python_targets_pypy3 python_targets_python SLOT=0 SRC_URI=mirror://pypi/s/setuptools/setuptools-36.7.2.zip _eclasses_=distutils-r1 372bbe39047c0a2550319a3a82f3e063 multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 6f5991c7101863d0b29df63990ad852e python-r1 e9350ec46bb5c9f3504b4fbe8b8d8987 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 185a06792159ca143528e7010368e8af xdg-utils f2c8335407f0b935b0a96d4adf23ef25 -_md5_=835639421495e4774773c0db7a203afe +_md5_=37bd53f465d4b6e0f4f3837c44394404 diff --git a/metadata/md5-cache/dev-python/setuptools-git-1.2 b/metadata/md5-cache/dev-python/setuptools-git-1.2 index 09e37b337400..789c65cff0b0 100644 --- a/metadata/md5-cache/dev-python/setuptools-git-1.2 +++ b/metadata/md5-cache/dev-python/setuptools-git-1.2 @@ -4,11 +4,11 @@ DESCRIPTION=Setuptools revision control system plugin for Git EAPI=6 HOMEPAGE=https://github.com/wichert/setuptools-git IUSE=python_targets_pypy python_targets_pypy3 python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 -KEYWORDS=~amd64 ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 +KEYWORDS=~amd64 ~arm64 ia64 ~mips ppc ppc64 ~sparc ~x86 LICENSE=BSD RDEPEND=dev-python/setuptools[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] dev-vcs/git python_targets_pypy? ( >=virtual/pypy-5:0= ) python_targets_pypy3? ( >=virtual/pypy3-5:0= ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) >=dev-lang/python-exec-2:=[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] REQUIRED_USE=|| ( python_targets_pypy python_targets_pypy3 python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 ) SLOT=0 SRC_URI=mirror://pypi/s/setuptools-git/setuptools-git-1.2.tar.gz _eclasses_=distutils-r1 372bbe39047c0a2550319a3a82f3e063 multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 6f5991c7101863d0b29df63990ad852e python-r1 e9350ec46bb5c9f3504b4fbe8b8d8987 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 185a06792159ca143528e7010368e8af xdg-utils f2c8335407f0b935b0a96d4adf23ef25 -_md5_=7b1226ee57012761c9203ad47dc899f7 +_md5_=be501a32da132423e7681946398c31cf diff --git a/metadata/md5-cache/dev-python/utidylib-0.3-r1 b/metadata/md5-cache/dev-python/utidylib-0.3-r1 new file mode 100644 index 000000000000..59f500f03726 --- /dev/null +++ b/metadata/md5-cache/dev-python/utidylib-0.3-r1 @@ -0,0 +1,15 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=|| ( app-text/tidy-html5 app-text/htmltidy ) dev-python/six[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] dev-python/setuptools[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] doc? ( dev-python/sphinx[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] ) test? ( dev-python/pytest[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] +DESCRIPTION=TidyLib Python wrapper +EAPI=6 +HOMEPAGE=https://cihar.com/software/utidylib/ +IUSE=doc test python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 +KEYWORDS=~amd64 ~ppc ~ppc64 ~x86 +LICENSE=MIT +RDEPEND=|| ( app-text/tidy-html5 app-text/htmltidy ) dev-python/six[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] +REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 ) +RESTRICT=test +SLOT=0 +SRC_URI=http://dl.cihar.com/utidylib/uTidylib-0.3.tar.bz2 +_eclasses_=distutils-r1 372bbe39047c0a2550319a3a82f3e063 multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 6f5991c7101863d0b29df63990ad852e python-r1 e9350ec46bb5c9f3504b4fbe8b8d8987 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 185a06792159ca143528e7010368e8af xdg-utils f2c8335407f0b935b0a96d4adf23ef25 +_md5_=5a5a4f93e2b4dbd4bf9218b85e834bbb diff --git a/metadata/md5-cache/dev-python/werkzeug-0.12.2 b/metadata/md5-cache/dev-python/werkzeug-0.12.2 index 5fd88216cc09..b57a42a1df9c 100644 --- a/metadata/md5-cache/dev-python/werkzeug-0.12.2 +++ b/metadata/md5-cache/dev-python/werkzeug-0.12.2 @@ -4,11 +4,11 @@ DESCRIPTION=Collection of various utilities for WSGI applications EAPI=6 HOMEPAGE=http://werkzeug.pocoo.org/ https://pypi.python.org/pypi/Werkzeug https://github.com/pallets/werkzeug IUSE=test python_targets_pypy python_targets_pypy3 python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 -KEYWORDS=amd64 ~arm ~arm64 ~ppc ~ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos +KEYWORDS=amd64 ~arm ~arm64 ppc ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos LICENSE=BSD RDEPEND=dev-python/simplejson[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] python_targets_pypy? ( >=virtual/pypy-5:0= ) python_targets_pypy3? ( >=virtual/pypy3-5:0= ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) >=dev-lang/python-exec-2:=[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] REQUIRED_USE=|| ( python_targets_pypy python_targets_pypy3 python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 ) SLOT=0 SRC_URI=mirror://pypi/W/Werkzeug/Werkzeug-0.12.2.tar.gz _eclasses_=distutils-r1 372bbe39047c0a2550319a3a82f3e063 multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 6f5991c7101863d0b29df63990ad852e python-r1 e9350ec46bb5c9f3504b4fbe8b8d8987 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 185a06792159ca143528e7010368e8af xdg-utils f2c8335407f0b935b0a96d4adf23ef25 -_md5_=821ce9c812a7f6024b6f394ddcfe4348 +_md5_=9ae983ebdb80fd4915387212bb0f2eed diff --git a/metadata/md5-cache/dev-qt/Manifest.gz b/metadata/md5-cache/dev-qt/Manifest.gz index ce3a85369a01..669ee7852170 100644 Binary files a/metadata/md5-cache/dev-qt/Manifest.gz and b/metadata/md5-cache/dev-qt/Manifest.gz differ diff --git a/metadata/md5-cache/dev-qt/assistant-5.7.1 b/metadata/md5-cache/dev-qt/assistant-5.7.1 index cb718ab65dd2..a958458eb6fe 100644 --- a/metadata/md5-cache/dev-qt/assistant-5.7.1 +++ b/metadata/md5-cache/dev-qt/assistant-5.7.1 @@ -10,5 +10,5 @@ RDEPEND=~dev-qt/qtcore-5.7.1 ~dev-qt/qtgui-5.7.1 ~dev-qt/qthelp-5.7.1 ~dev-qt/qt RESTRICT=test SLOT=5/5.7 SRC_URI=https://download.qt.io/official_releases/qt/5.7/5.7.1/submodules/qttools-opensource-src-5.7.1.tar.xz -_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e qt5-build 3e208d7dd0bcd8e50ced533fbebe36bf toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 +_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e qt5-build be28b1f44ac4f2971b231eeed0194344 toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 _md5_=de955874787a8d09b48d66997db7bf7e diff --git a/metadata/md5-cache/dev-qt/assistant-5.9.3 b/metadata/md5-cache/dev-qt/assistant-5.9.3 index e64542cf3545..b2ff90891e8f 100644 --- a/metadata/md5-cache/dev-qt/assistant-5.9.3 +++ b/metadata/md5-cache/dev-qt/assistant-5.9.3 @@ -10,5 +10,5 @@ RDEPEND=~dev-qt/qtcore-5.9.3 ~dev-qt/qtgui-5.9.3 ~dev-qt/qthelp-5.9.3 ~dev-qt/qt RESTRICT=test SLOT=5/5.9 SRC_URI=https://download.qt.io/official_releases/qt/5.9/5.9.3/submodules/qttools-opensource-src-5.9.3.tar.xz -_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e qt5-build 3e208d7dd0bcd8e50ced533fbebe36bf toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 +_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e qt5-build be28b1f44ac4f2971b231eeed0194344 toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 _md5_=f00c00eff78e6a3bd3443db7b0cb2618 diff --git a/metadata/md5-cache/dev-qt/designer-5.7.1 b/metadata/md5-cache/dev-qt/designer-5.7.1 index 19645b90fa92..0881d15ce3f9 100644 --- a/metadata/md5-cache/dev-qt/designer-5.7.1 +++ b/metadata/md5-cache/dev-qt/designer-5.7.1 @@ -10,5 +10,5 @@ RDEPEND=~dev-qt/qtcore-5.7.1 ~dev-qt/qtgui-5.7.1 ~dev-qt/qtnetwork-5.7.1 ~dev-qt RESTRICT=test SLOT=5/5.7 SRC_URI=https://download.qt.io/official_releases/qt/5.7/5.7.1/submodules/qttools-opensource-src-5.7.1.tar.xz -_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e qt5-build 3e208d7dd0bcd8e50ced533fbebe36bf toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 +_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e qt5-build be28b1f44ac4f2971b231eeed0194344 toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 _md5_=65e8725189331a3117b88194437a6f0d diff --git a/metadata/md5-cache/dev-qt/designer-5.9.3 b/metadata/md5-cache/dev-qt/designer-5.9.3 index 615b4a089bd8..a2852215be19 100644 --- a/metadata/md5-cache/dev-qt/designer-5.9.3 +++ b/metadata/md5-cache/dev-qt/designer-5.9.3 @@ -10,5 +10,5 @@ RDEPEND=~dev-qt/qtcore-5.9.3 ~dev-qt/qtgui-5.9.3 ~dev-qt/qtnetwork-5.9.3 ~dev-qt RESTRICT=test SLOT=5/5.9 SRC_URI=https://download.qt.io/official_releases/qt/5.9/5.9.3/submodules/qttools-opensource-src-5.9.3.tar.xz -_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e qt5-build 3e208d7dd0bcd8e50ced533fbebe36bf toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 +_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e qt5-build be28b1f44ac4f2971b231eeed0194344 toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 _md5_=fcb98472b970fcb711760f75b8582e7a diff --git a/metadata/md5-cache/dev-qt/linguist-5.7.1 b/metadata/md5-cache/dev-qt/linguist-5.7.1 index 8ca1fb5c95c8..9277dbe7da83 100644 --- a/metadata/md5-cache/dev-qt/linguist-5.7.1 +++ b/metadata/md5-cache/dev-qt/linguist-5.7.1 @@ -10,5 +10,5 @@ RDEPEND=~dev-qt/designer-5.7.1 ~dev-qt/qtcore-5.7.1 ~dev-qt/qtgui-5.7.1 ~dev-qt/ RESTRICT=test SLOT=5/5.7 SRC_URI=https://download.qt.io/official_releases/qt/5.7/5.7.1/submodules/qttools-opensource-src-5.7.1.tar.xz -_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e qt5-build 3e208d7dd0bcd8e50ced533fbebe36bf toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 +_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e qt5-build be28b1f44ac4f2971b231eeed0194344 toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 _md5_=a3ee70abae8cae0fb3fb0b5f636404be diff --git a/metadata/md5-cache/dev-qt/linguist-5.9.3 b/metadata/md5-cache/dev-qt/linguist-5.9.3 index b6eddb67b295..c7ea737712f6 100644 --- a/metadata/md5-cache/dev-qt/linguist-5.9.3 +++ b/metadata/md5-cache/dev-qt/linguist-5.9.3 @@ -10,5 +10,5 @@ RDEPEND=~dev-qt/designer-5.9.3 ~dev-qt/qtcore-5.9.3 ~dev-qt/qtgui-5.9.3 ~dev-qt/ RESTRICT=test SLOT=5/5.9 SRC_URI=https://download.qt.io/official_releases/qt/5.9/5.9.3/submodules/qttools-opensource-src-5.9.3.tar.xz -_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e qt5-build 3e208d7dd0bcd8e50ced533fbebe36bf toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 +_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e qt5-build be28b1f44ac4f2971b231eeed0194344 toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 _md5_=ba2a39972e3e2cc6a6666f404785d8d8 diff --git a/metadata/md5-cache/dev-qt/linguist-tools-5.7.1 b/metadata/md5-cache/dev-qt/linguist-tools-5.7.1 index 5889f3f1c852..b56ec54a4099 100644 --- a/metadata/md5-cache/dev-qt/linguist-tools-5.7.1 +++ b/metadata/md5-cache/dev-qt/linguist-tools-5.7.1 @@ -10,5 +10,5 @@ RDEPEND=~dev-qt/qtcore-5.7.1 ~dev-qt/qtxml-5.7.1 qml? ( ~dev-qt/qtdeclarative-5. RESTRICT=test SLOT=5/5.7 SRC_URI=https://download.qt.io/official_releases/qt/5.7/5.7.1/submodules/qttools-opensource-src-5.7.1.tar.xz -_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e qt5-build 3e208d7dd0bcd8e50ced533fbebe36bf toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 +_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e qt5-build be28b1f44ac4f2971b231eeed0194344 toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 _md5_=dbeed594e096764ff6642240bd1240cf diff --git a/metadata/md5-cache/dev-qt/linguist-tools-5.9.3 b/metadata/md5-cache/dev-qt/linguist-tools-5.9.3 index c07ed4d04254..91a2a9e27663 100644 --- a/metadata/md5-cache/dev-qt/linguist-tools-5.9.3 +++ b/metadata/md5-cache/dev-qt/linguist-tools-5.9.3 @@ -10,5 +10,5 @@ RDEPEND=~dev-qt/qtcore-5.9.3 ~dev-qt/qtxml-5.9.3 qml? ( ~dev-qt/qtdeclarative-5. RESTRICT=test SLOT=5/5.9 SRC_URI=https://download.qt.io/official_releases/qt/5.9/5.9.3/submodules/qttools-opensource-src-5.9.3.tar.xz -_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e qt5-build 3e208d7dd0bcd8e50ced533fbebe36bf toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 +_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e qt5-build be28b1f44ac4f2971b231eeed0194344 toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 _md5_=dc32b3ab2a3b7ad35ec30e454ef5817e diff --git a/metadata/md5-cache/dev-qt/pixeltool-5.7.1 b/metadata/md5-cache/dev-qt/pixeltool-5.7.1 index e5c20a506134..e535f9d6de91 100644 --- a/metadata/md5-cache/dev-qt/pixeltool-5.7.1 +++ b/metadata/md5-cache/dev-qt/pixeltool-5.7.1 @@ -10,5 +10,5 @@ RDEPEND=~dev-qt/qtcore-5.7.1 ~dev-qt/qtgui-5.7.1 ~dev-qt/qtnetwork-5.7.1 ~dev-qt RESTRICT=test SLOT=5/5.7 SRC_URI=https://download.qt.io/official_releases/qt/5.7/5.7.1/submodules/qttools-opensource-src-5.7.1.tar.xz -_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e qt5-build 3e208d7dd0bcd8e50ced533fbebe36bf toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 +_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e qt5-build be28b1f44ac4f2971b231eeed0194344 toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 _md5_=665ad50021991975ec683a46c3a3b72d diff --git a/metadata/md5-cache/dev-qt/pixeltool-5.9.3 b/metadata/md5-cache/dev-qt/pixeltool-5.9.3 index f87980c24e9a..fafff680d1d3 100644 --- a/metadata/md5-cache/dev-qt/pixeltool-5.9.3 +++ b/metadata/md5-cache/dev-qt/pixeltool-5.9.3 @@ -10,5 +10,5 @@ RDEPEND=~dev-qt/qtcore-5.9.3 ~dev-qt/qtgui-5.9.3 ~dev-qt/qtwidgets-5.9.3 dev-qt/ RESTRICT=test SLOT=5/5.9 SRC_URI=https://download.qt.io/official_releases/qt/5.9/5.9.3/submodules/qttools-opensource-src-5.9.3.tar.xz -_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e qt5-build 3e208d7dd0bcd8e50ced533fbebe36bf toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 +_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e qt5-build be28b1f44ac4f2971b231eeed0194344 toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 _md5_=a10a7c7583a5986442e9a218db32d635 diff --git a/metadata/md5-cache/dev-qt/qdbus-5.7.1 b/metadata/md5-cache/dev-qt/qdbus-5.7.1 index 9931aa1c39d7..c2355087f364 100644 --- a/metadata/md5-cache/dev-qt/qdbus-5.7.1 +++ b/metadata/md5-cache/dev-qt/qdbus-5.7.1 @@ -10,5 +10,5 @@ RDEPEND=~dev-qt/qtcore-5.7.1 ~dev-qt/qtdbus-5.7.1 ~dev-qt/qtxml-5.7.1 dev-qt/qtc RESTRICT=test SLOT=5/5.7 SRC_URI=https://download.qt.io/official_releases/qt/5.7/5.7.1/submodules/qttools-opensource-src-5.7.1.tar.xz -_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e qt5-build 3e208d7dd0bcd8e50ced533fbebe36bf toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 +_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e qt5-build be28b1f44ac4f2971b231eeed0194344 toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 _md5_=6dda8a2de2af7ed29b71cc6fdc914ed4 diff --git a/metadata/md5-cache/dev-qt/qdbus-5.9.3 b/metadata/md5-cache/dev-qt/qdbus-5.9.3 index f26efb7a12ac..ec996c7e6f8f 100644 --- a/metadata/md5-cache/dev-qt/qdbus-5.9.3 +++ b/metadata/md5-cache/dev-qt/qdbus-5.9.3 @@ -10,5 +10,5 @@ RDEPEND=~dev-qt/qtcore-5.9.3 ~dev-qt/qtdbus-5.9.3 ~dev-qt/qtxml-5.9.3 dev-qt/qtc RESTRICT=test SLOT=5/5.9 SRC_URI=https://download.qt.io/official_releases/qt/5.9/5.9.3/submodules/qttools-opensource-src-5.9.3.tar.xz -_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e qt5-build 3e208d7dd0bcd8e50ced533fbebe36bf toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 +_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e qt5-build be28b1f44ac4f2971b231eeed0194344 toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 _md5_=082ed90cbe2501d1a63078a9bde9e7ca diff --git a/metadata/md5-cache/dev-qt/qdbusviewer-5.7.1 b/metadata/md5-cache/dev-qt/qdbusviewer-5.7.1 index 0a795b94d980..da451d2e2bca 100644 --- a/metadata/md5-cache/dev-qt/qdbusviewer-5.7.1 +++ b/metadata/md5-cache/dev-qt/qdbusviewer-5.7.1 @@ -10,5 +10,5 @@ RDEPEND=~dev-qt/qtcore-5.7.1 ~dev-qt/qtdbus-5.7.1 ~dev-qt/qtgui-5.7.1 ~dev-qt/qt RESTRICT=test SLOT=5/5.7 SRC_URI=https://download.qt.io/official_releases/qt/5.7/5.7.1/submodules/qttools-opensource-src-5.7.1.tar.xz -_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e qt5-build 3e208d7dd0bcd8e50ced533fbebe36bf toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 +_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e qt5-build be28b1f44ac4f2971b231eeed0194344 toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 _md5_=f54c355e28463628eed095d295a48211 diff --git a/metadata/md5-cache/dev-qt/qdbusviewer-5.9.3 b/metadata/md5-cache/dev-qt/qdbusviewer-5.9.3 index 98667411f992..4e82425e4a0c 100644 --- a/metadata/md5-cache/dev-qt/qdbusviewer-5.9.3 +++ b/metadata/md5-cache/dev-qt/qdbusviewer-5.9.3 @@ -10,5 +10,5 @@ RDEPEND=~dev-qt/qtcore-5.9.3 ~dev-qt/qtdbus-5.9.3 ~dev-qt/qtgui-5.9.3 ~dev-qt/qt RESTRICT=test SLOT=5/5.9 SRC_URI=https://download.qt.io/official_releases/qt/5.9/5.9.3/submodules/qttools-opensource-src-5.9.3.tar.xz -_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e qt5-build 3e208d7dd0bcd8e50ced533fbebe36bf toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 +_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e qt5-build be28b1f44ac4f2971b231eeed0194344 toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 _md5_=5e40923d6d9bfca0dc34cb7a415a7262 diff --git a/metadata/md5-cache/dev-qt/qdoc-5.7.1 b/metadata/md5-cache/dev-qt/qdoc-5.7.1 index 4b512d8e23b0..fd7f191c13c1 100644 --- a/metadata/md5-cache/dev-qt/qdoc-5.7.1 +++ b/metadata/md5-cache/dev-qt/qdoc-5.7.1 @@ -10,5 +10,5 @@ RDEPEND=~dev-qt/qtcore-5.7.1 ~dev-qt/qtxml-5.7.1 dev-qt/qtchooser RESTRICT=test SLOT=5/5.7 SRC_URI=https://download.qt.io/official_releases/qt/5.7/5.7.1/submodules/qttools-opensource-src-5.7.1.tar.xz -_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e qt5-build 3e208d7dd0bcd8e50ced533fbebe36bf toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 +_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e qt5-build be28b1f44ac4f2971b231eeed0194344 toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 _md5_=9d7d023c64c918edf558c7ea703cf9e4 diff --git a/metadata/md5-cache/dev-qt/qdoc-5.9.3 b/metadata/md5-cache/dev-qt/qdoc-5.9.3 index 9f6292400b69..015fa24101a9 100644 --- a/metadata/md5-cache/dev-qt/qdoc-5.9.3 +++ b/metadata/md5-cache/dev-qt/qdoc-5.9.3 @@ -10,5 +10,5 @@ RDEPEND=~dev-qt/qtcore-5.9.3 qml? ( ~dev-qt/qtdeclarative-5.9.3 ) dev-qt/qtchoos RESTRICT=test SLOT=5/5.9 SRC_URI=https://download.qt.io/official_releases/qt/5.9/5.9.3/submodules/qttools-opensource-src-5.9.3.tar.xz -_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e qt5-build 3e208d7dd0bcd8e50ced533fbebe36bf toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 +_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e qt5-build be28b1f44ac4f2971b231eeed0194344 toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 _md5_=bacbc407873d7db6bd21571e7ffa6050 diff --git a/metadata/md5-cache/dev-qt/qt3d-5.7.1-r1 b/metadata/md5-cache/dev-qt/qt3d-5.7.1-r1 index 049563655526..ea157b10ce87 100644 --- a/metadata/md5-cache/dev-qt/qt3d-5.7.1-r1 +++ b/metadata/md5-cache/dev-qt/qt3d-5.7.1-r1 @@ -10,5 +10,5 @@ RDEPEND=~dev-qt/qtconcurrent-5.7.1 ~dev-qt/qtcore-5.7.1 ~dev-qt/qtgui-5.7.1 ~dev RESTRICT=test SLOT=5/5.7 SRC_URI=https://download.qt.io/official_releases/qt/5.7/5.7.1/submodules/qt3d-opensource-src-5.7.1.tar.xz -_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e qt5-build 3e208d7dd0bcd8e50ced533fbebe36bf toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 +_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e qt5-build be28b1f44ac4f2971b231eeed0194344 toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 _md5_=a14cade7a74204bc44bc18e96f732f95 diff --git a/metadata/md5-cache/dev-qt/qt3d-5.9.3 b/metadata/md5-cache/dev-qt/qt3d-5.9.3 index 4ed68ef19f76..df291ed869d1 100644 --- a/metadata/md5-cache/dev-qt/qt3d-5.9.3 +++ b/metadata/md5-cache/dev-qt/qt3d-5.9.3 @@ -10,5 +10,5 @@ RDEPEND=~dev-qt/qtconcurrent-5.9.3 ~dev-qt/qtcore-5.9.3 ~dev-qt/qtgui-5.9.3 ~dev RESTRICT=test SLOT=5/5.9 SRC_URI=https://download.qt.io/official_releases/qt/5.9/5.9.3/submodules/qt3d-opensource-src-5.9.3.tar.xz -_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e qt5-build 3e208d7dd0bcd8e50ced533fbebe36bf toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 +_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e qt5-build be28b1f44ac4f2971b231eeed0194344 toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 _md5_=e83fe3cccab7d8f86070c41445f9ad7f diff --git a/metadata/md5-cache/dev-qt/qtbluetooth-5.7.1 b/metadata/md5-cache/dev-qt/qtbluetooth-5.7.1 index 0a141c5bf911..06890c0addc2 100644 --- a/metadata/md5-cache/dev-qt/qtbluetooth-5.7.1 +++ b/metadata/md5-cache/dev-qt/qtbluetooth-5.7.1 @@ -10,5 +10,5 @@ RDEPEND=~dev-qt/qtconcurrent-5.7.1 ~dev-qt/qtcore-5.7.1 ~dev-qt/qtdbus-5.7.1 >=n RESTRICT=test SLOT=5/5.7 SRC_URI=https://download.qt.io/official_releases/qt/5.7/5.7.1/submodules/qtconnectivity-opensource-src-5.7.1.tar.xz -_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e qt5-build 3e208d7dd0bcd8e50ced533fbebe36bf toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 +_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e qt5-build be28b1f44ac4f2971b231eeed0194344 toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 _md5_=2b95f75a1c6c5d4586fe1c7eeb71342f diff --git a/metadata/md5-cache/dev-qt/qtbluetooth-5.9.3 b/metadata/md5-cache/dev-qt/qtbluetooth-5.9.3 index 98564e3066be..14938d5b64fa 100644 --- a/metadata/md5-cache/dev-qt/qtbluetooth-5.9.3 +++ b/metadata/md5-cache/dev-qt/qtbluetooth-5.9.3 @@ -10,5 +10,5 @@ RDEPEND=~dev-qt/qtconcurrent-5.9.3 ~dev-qt/qtcore-5.9.3 ~dev-qt/qtdbus-5.9.3 >=n RESTRICT=test SLOT=5/5.9 SRC_URI=https://download.qt.io/official_releases/qt/5.9/5.9.3/submodules/qtconnectivity-opensource-src-5.9.3.tar.xz -_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e qt5-build 3e208d7dd0bcd8e50ced533fbebe36bf toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 +_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e qt5-build be28b1f44ac4f2971b231eeed0194344 toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 _md5_=85c02300c40202ba90824059fffad21a diff --git a/metadata/md5-cache/dev-qt/qtcharts-5.7.1 b/metadata/md5-cache/dev-qt/qtcharts-5.7.1 index de48b8ad6d2d..9307d1f5421a 100644 --- a/metadata/md5-cache/dev-qt/qtcharts-5.7.1 +++ b/metadata/md5-cache/dev-qt/qtcharts-5.7.1 @@ -10,5 +10,5 @@ RDEPEND=~dev-qt/qtcore-5.7.1 ~dev-qt/qtgui-5.7.1 ~dev-qt/qtwidgets-5.7.1 qml? ( RESTRICT=test SLOT=5/5.7 SRC_URI=https://download.qt.io/official_releases/qt/5.7/5.7.1/submodules/qtcharts-opensource-src-5.7.1.tar.xz -_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e qt5-build 3e208d7dd0bcd8e50ced533fbebe36bf toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 +_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e qt5-build be28b1f44ac4f2971b231eeed0194344 toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 _md5_=7a25fc03e96bb3ae33fa8569bebd2f4e diff --git a/metadata/md5-cache/dev-qt/qtcharts-5.9.3 b/metadata/md5-cache/dev-qt/qtcharts-5.9.3 index ec74ef47fd61..f70997317451 100644 --- a/metadata/md5-cache/dev-qt/qtcharts-5.9.3 +++ b/metadata/md5-cache/dev-qt/qtcharts-5.9.3 @@ -10,5 +10,5 @@ RDEPEND=~dev-qt/qtcore-5.9.3 ~dev-qt/qtgui-5.9.3 ~dev-qt/qtwidgets-5.9.3 qml? ( RESTRICT=test SLOT=5/5.9 SRC_URI=https://download.qt.io/official_releases/qt/5.9/5.9.3/submodules/qtcharts-opensource-src-5.9.3.tar.xz -_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e qt5-build 3e208d7dd0bcd8e50ced533fbebe36bf toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 +_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e qt5-build be28b1f44ac4f2971b231eeed0194344 toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 _md5_=491ee4b1f51e7d699947fc4815f7a7c0 diff --git a/metadata/md5-cache/dev-qt/qtconcurrent-5.7.1 b/metadata/md5-cache/dev-qt/qtconcurrent-5.7.1 index c5705df17614..c87b5b7c0a6d 100644 --- a/metadata/md5-cache/dev-qt/qtconcurrent-5.7.1 +++ b/metadata/md5-cache/dev-qt/qtconcurrent-5.7.1 @@ -10,5 +10,5 @@ RDEPEND=~dev-qt/qtcore-5.7.1 dev-qt/qtchooser RESTRICT=test SLOT=5/5.7 SRC_URI=https://download.qt.io/official_releases/qt/5.7/5.7.1/submodules/qtbase-opensource-src-5.7.1.tar.xz -_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e qt5-build 3e208d7dd0bcd8e50ced533fbebe36bf toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 +_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e qt5-build be28b1f44ac4f2971b231eeed0194344 toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 _md5_=fe9e4778b359dcd21362dc37c1ce3b82 diff --git a/metadata/md5-cache/dev-qt/qtconcurrent-5.9.3 b/metadata/md5-cache/dev-qt/qtconcurrent-5.9.3 index 479bc13cab79..f5f1603a324b 100644 --- a/metadata/md5-cache/dev-qt/qtconcurrent-5.9.3 +++ b/metadata/md5-cache/dev-qt/qtconcurrent-5.9.3 @@ -10,5 +10,5 @@ RDEPEND=~dev-qt/qtcore-5.9.3 dev-qt/qtchooser RESTRICT=test SLOT=5/5.9 SRC_URI=https://download.qt.io/official_releases/qt/5.9/5.9.3/submodules/qtbase-opensource-src-5.9.3.tar.xz -_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e qt5-build 3e208d7dd0bcd8e50ced533fbebe36bf toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 +_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e qt5-build be28b1f44ac4f2971b231eeed0194344 toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 _md5_=2928615655ff69503d98652a1e5021ec diff --git a/metadata/md5-cache/dev-qt/qtcore-4.8.7-r2 b/metadata/md5-cache/dev-qt/qtcore-4.8.7-r2 deleted file mode 100644 index f3c17217d295..000000000000 --- a/metadata/md5-cache/dev-qt/qtcore-4.8.7-r2 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm prepare test unpack -DEPEND=>=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(-)?] glib? ( dev-libs/glib: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(-)?] ) iconv? ( >=virtual/libiconv-0-r2[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/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(-)?] ) ) dev-lang/perl virtual/pkgconfig[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=Cross-platform application development framework -EAPI=5 -HOMEPAGE=https://www.qt.io/ -IUSE=+glib iconv icu libressl qt3support 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 aqua debug pch +exceptions -KEYWORDS=alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd -LICENSE=|| ( LGPL-2.1 LGPL-3 GPL-3 ) FDL-1.3 -PDEPEND=~dev-qt/qttranslations-4.8.7 qt3support? ( ~dev-qt/qtgui-4.8.7[aqua=,debug=,glib=,qt3support,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=>=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(-)?] glib? ( dev-libs/glib: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(-)?] ) iconv? ( >=virtual/libiconv-0-r2[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/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(-)?] ) ) dev-qt/qtchooser abi_x86_32? ( !app-emulation/emul-linux-x86-qtlibs[-abi_x86_32(-)] ) -SLOT=4 -SRC_URI=http://download.qt.io/official_releases/qt/4.8/4.8.7/qt-everywhere-opensource-src-4.8.7.tar.gz -_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multilib-build eed53a6313267c9fbcd35fc384bd0087 multilib-minimal 9139c3a57e077cb8e0d0f73ceb080b89 qt4-build-multilib 277a1997239523435425a3e17d116e23 toolchain-funcs 185a06792159ca143528e7010368e8af -_md5_=dea24fc6c57c75e84f5675e7d50e5c42 diff --git a/metadata/md5-cache/dev-qt/qtcore-4.8.7-r3 b/metadata/md5-cache/dev-qt/qtcore-4.8.7-r3 index c8403c4ba105..2d2812db949c 100644 --- a/metadata/md5-cache/dev-qt/qtcore-4.8.7-r3 +++ b/metadata/md5-cache/dev-qt/qtcore-4.8.7-r3 @@ -4,11 +4,11 @@ DESCRIPTION=Cross-platform application development framework EAPI=5 HOMEPAGE=https://www.qt.io/ IUSE=+glib iconv icu libressl qt3support 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 aqua debug pch +exceptions -KEYWORDS=alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd +KEYWORDS=alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd LICENSE=|| ( LGPL-2.1 LGPL-3 GPL-3 ) FDL-1.3 PDEPEND=~dev-qt/qttranslations-4.8.7 qt3support? ( ~dev-qt/qtgui-4.8.7[aqua=,debug=,glib=,qt3support,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=>=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(-)?] glib? ( dev-libs/glib: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(-)?] ) iconv? ( >=virtual/libiconv-0-r2[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/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(-)?] ) ) dev-qt/qtchooser abi_x86_32? ( !app-emulation/emul-linux-x86-qtlibs[-abi_x86_32(-)] ) SLOT=4 SRC_URI=http://download.qt.io/official_releases/qt/4.8/4.8.7/qt-everywhere-opensource-src-4.8.7.tar.gz _eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multilib-build eed53a6313267c9fbcd35fc384bd0087 multilib-minimal 9139c3a57e077cb8e0d0f73ceb080b89 qt4-build-multilib 277a1997239523435425a3e17d116e23 toolchain-funcs 185a06792159ca143528e7010368e8af -_md5_=02e154810fdcc40b95309793830b784a +_md5_=d16d9ffe614ef9b0263f828f80276f1a diff --git a/metadata/md5-cache/dev-qt/qtcore-5.7.1-r3 b/metadata/md5-cache/dev-qt/qtcore-5.7.1-r3 index 8bc1830d18dd..5ba2735d842e 100644 --- a/metadata/md5-cache/dev-qt/qtcore-5.7.1-r3 +++ b/metadata/md5-cache/dev-qt/qtcore-5.7.1-r3 @@ -10,5 +10,5 @@ RDEPEND=dev-libs/double-conversion:= dev-libs/glib:2 >=dev-libs/libpcre-8.38[pcr RESTRICT=test SLOT=5/5.7 SRC_URI=https://download.qt.io/official_releases/qt/5.7/5.7.1/submodules/qtbase-opensource-src-5.7.1.tar.xz -_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e qt5-build 3e208d7dd0bcd8e50ced533fbebe36bf toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 +_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e qt5-build be28b1f44ac4f2971b231eeed0194344 toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 _md5_=a367bd278558379df42d2c4b165d2ef3 diff --git a/metadata/md5-cache/dev-qt/qtcore-5.9.3 b/metadata/md5-cache/dev-qt/qtcore-5.9.3 index dbd67b222c96..b41f2fd07583 100644 --- a/metadata/md5-cache/dev-qt/qtcore-5.9.3 +++ b/metadata/md5-cache/dev-qt/qtcore-5.9.3 @@ -10,5 +10,5 @@ RDEPEND=dev-libs/double-conversion:= dev-libs/glib:2 dev-libs/libpcre2[pcre16,un RESTRICT=test SLOT=5/5.9 SRC_URI=https://download.qt.io/official_releases/qt/5.9/5.9.3/submodules/qtbase-opensource-src-5.9.3.tar.xz -_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e qt5-build 3e208d7dd0bcd8e50ced533fbebe36bf toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 +_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e qt5-build be28b1f44ac4f2971b231eeed0194344 toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 _md5_=0dfb616b9d105c3791c4f975c8d88697 diff --git a/metadata/md5-cache/dev-qt/qtdatavis3d-5.7.1 b/metadata/md5-cache/dev-qt/qtdatavis3d-5.7.1 index a2eef9055f03..a2d84afdb17a 100644 --- a/metadata/md5-cache/dev-qt/qtdatavis3d-5.7.1 +++ b/metadata/md5-cache/dev-qt/qtdatavis3d-5.7.1 @@ -10,5 +10,5 @@ RDEPEND=~dev-qt/qtcore-5.7.1 ~dev-qt/qtgui-5.7.1[gles2=] qml? ( ~dev-qt/qtdeclar RESTRICT=test SLOT=5/5.7 SRC_URI=https://download.qt.io/official_releases/qt/5.7/5.7.1/submodules/qtdatavis3d-opensource-src-5.7.1.tar.xz -_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e qt5-build 3e208d7dd0bcd8e50ced533fbebe36bf toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 +_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e qt5-build be28b1f44ac4f2971b231eeed0194344 toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 _md5_=5efd699a913bf017c8ae7b2f715d37cb diff --git a/metadata/md5-cache/dev-qt/qtdatavis3d-5.9.3 b/metadata/md5-cache/dev-qt/qtdatavis3d-5.9.3 index ae06107c8c30..4f5296186f8f 100644 --- a/metadata/md5-cache/dev-qt/qtdatavis3d-5.9.3 +++ b/metadata/md5-cache/dev-qt/qtdatavis3d-5.9.3 @@ -10,5 +10,5 @@ RDEPEND=~dev-qt/qtcore-5.9.3 ~dev-qt/qtgui-5.9.3[gles2=] qml? ( ~dev-qt/qtdeclar RESTRICT=test SLOT=5/5.9 SRC_URI=https://download.qt.io/official_releases/qt/5.9/5.9.3/submodules/qtdatavis3d-opensource-src-5.9.3.tar.xz -_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e qt5-build 3e208d7dd0bcd8e50ced533fbebe36bf toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 +_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e qt5-build be28b1f44ac4f2971b231eeed0194344 toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 _md5_=e50f455d4b2ffbf64a772f94f4342633 diff --git a/metadata/md5-cache/dev-qt/qtdbus-5.7.1 b/metadata/md5-cache/dev-qt/qtdbus-5.7.1 index 69f773cf1589..bb774b3013e1 100644 --- a/metadata/md5-cache/dev-qt/qtdbus-5.7.1 +++ b/metadata/md5-cache/dev-qt/qtdbus-5.7.1 @@ -10,5 +10,5 @@ RDEPEND=~dev-qt/qtcore-5.7.1 >=sys-apps/dbus-1.4.20 dev-qt/qtchooser RESTRICT=test SLOT=5/5.7 SRC_URI=https://download.qt.io/official_releases/qt/5.7/5.7.1/submodules/qtbase-opensource-src-5.7.1.tar.xz -_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e qt5-build 3e208d7dd0bcd8e50ced533fbebe36bf toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 +_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e qt5-build be28b1f44ac4f2971b231eeed0194344 toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 _md5_=300d9f5a3bb98682966d30148e5f7e0c diff --git a/metadata/md5-cache/dev-qt/qtdbus-5.9.3 b/metadata/md5-cache/dev-qt/qtdbus-5.9.3 index 981cc0f000a6..8ff72a2f8e9f 100644 --- a/metadata/md5-cache/dev-qt/qtdbus-5.9.3 +++ b/metadata/md5-cache/dev-qt/qtdbus-5.9.3 @@ -10,5 +10,5 @@ RDEPEND=~dev-qt/qtcore-5.9.3 >=sys-apps/dbus-1.4.20 dev-qt/qtchooser RESTRICT=test SLOT=5/5.9 SRC_URI=https://download.qt.io/official_releases/qt/5.9/5.9.3/submodules/qtbase-opensource-src-5.9.3.tar.xz -_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e qt5-build 3e208d7dd0bcd8e50ced533fbebe36bf toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 +_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e qt5-build be28b1f44ac4f2971b231eeed0194344 toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 _md5_=22652e1639b9804593ec1aacedf30212 diff --git a/metadata/md5-cache/dev-qt/qtdeclarative-5.7.1 b/metadata/md5-cache/dev-qt/qtdeclarative-5.7.1 index 8e5aaca7005a..02dc5ea561fa 100644 --- a/metadata/md5-cache/dev-qt/qtdeclarative-5.7.1 +++ b/metadata/md5-cache/dev-qt/qtdeclarative-5.7.1 @@ -10,5 +10,5 @@ RDEPEND=~dev-qt/qtcore-5.7.1 ~dev-qt/qtgui-5.7.1[gles2=] ~dev-qt/qtnetwork-5.7.1 RESTRICT=test SLOT=5/5.7 SRC_URI=https://download.qt.io/official_releases/qt/5.7/5.7.1/submodules/qtdeclarative-opensource-src-5.7.1.tar.xz -_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e python-any-r1 27d7f9da7187d283b7f3eae8390b7b09 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d qt5-build 3e208d7dd0bcd8e50ced533fbebe36bf toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 +_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e python-any-r1 27d7f9da7187d283b7f3eae8390b7b09 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d qt5-build be28b1f44ac4f2971b231eeed0194344 toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 _md5_=3c04f179185fb1c7beaa54553ad7ecc8 diff --git a/metadata/md5-cache/dev-qt/qtdeclarative-5.7.1-r1 b/metadata/md5-cache/dev-qt/qtdeclarative-5.7.1-r1 index c603305d8550..2c4e5142eff2 100644 --- a/metadata/md5-cache/dev-qt/qtdeclarative-5.7.1-r1 +++ b/metadata/md5-cache/dev-qt/qtdeclarative-5.7.1-r1 @@ -10,5 +10,5 @@ RDEPEND=~dev-qt/qtcore-5.7.1 ~dev-qt/qtgui-5.7.1[gles2=] ~dev-qt/qtnetwork-5.7.1 RESTRICT=test SLOT=5/5.7 SRC_URI=https://download.qt.io/official_releases/qt/5.7/5.7.1/submodules/qtdeclarative-opensource-src-5.7.1.tar.xz -_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e python-any-r1 27d7f9da7187d283b7f3eae8390b7b09 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d qt5-build 3e208d7dd0bcd8e50ced533fbebe36bf toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 +_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e python-any-r1 27d7f9da7187d283b7f3eae8390b7b09 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d qt5-build be28b1f44ac4f2971b231eeed0194344 toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 _md5_=692ec7c258748fa466d999f56eba960a diff --git a/metadata/md5-cache/dev-qt/qtdeclarative-5.9.3 b/metadata/md5-cache/dev-qt/qtdeclarative-5.9.3 index c514684c78ae..2b3679a9b330 100644 --- a/metadata/md5-cache/dev-qt/qtdeclarative-5.9.3 +++ b/metadata/md5-cache/dev-qt/qtdeclarative-5.9.3 @@ -10,5 +10,5 @@ RDEPEND=~dev-qt/qtcore-5.9.3 ~dev-qt/qtgui-5.9.3[gles2=] ~dev-qt/qtnetwork-5.9.3 RESTRICT=test SLOT=5/5.9 SRC_URI=https://download.qt.io/official_releases/qt/5.9/5.9.3/submodules/qtdeclarative-opensource-src-5.9.3.tar.xz -_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e python-any-r1 27d7f9da7187d283b7f3eae8390b7b09 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d qt5-build 3e208d7dd0bcd8e50ced533fbebe36bf toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 +_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e python-any-r1 27d7f9da7187d283b7f3eae8390b7b09 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d qt5-build be28b1f44ac4f2971b231eeed0194344 toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 _md5_=ce907a3c0c404e5482425c05724090b6 diff --git a/metadata/md5-cache/dev-qt/qtdiag-5.7.1 b/metadata/md5-cache/dev-qt/qtdiag-5.7.1 index 98e0aa4272ce..3e2c1f7906c2 100644 --- a/metadata/md5-cache/dev-qt/qtdiag-5.7.1 +++ b/metadata/md5-cache/dev-qt/qtdiag-5.7.1 @@ -10,5 +10,5 @@ RDEPEND=~dev-qt/qtcore-5.7.1 ~dev-qt/qtgui-5.7.1 ~dev-qt/qtnetwork-5.7.1[ssl=] d RESTRICT=test SLOT=5/5.7 SRC_URI=https://download.qt.io/official_releases/qt/5.7/5.7.1/submodules/qttools-opensource-src-5.7.1.tar.xz -_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e qt5-build 3e208d7dd0bcd8e50ced533fbebe36bf toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 +_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e qt5-build be28b1f44ac4f2971b231eeed0194344 toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 _md5_=708fd8fee5f122532763ee938714342c diff --git a/metadata/md5-cache/dev-qt/qtdiag-5.9.3 b/metadata/md5-cache/dev-qt/qtdiag-5.9.3 index e10c119d3195..bc488a0a9174 100644 --- a/metadata/md5-cache/dev-qt/qtdiag-5.9.3 +++ b/metadata/md5-cache/dev-qt/qtdiag-5.9.3 @@ -10,5 +10,5 @@ RDEPEND=~dev-qt/qtcore-5.9.3 ~dev-qt/qtgui-5.9.3 network? ( ~dev-qt/qtnetwork-5. RESTRICT=test SLOT=5/5.9 SRC_URI=https://download.qt.io/official_releases/qt/5.9/5.9.3/submodules/qttools-opensource-src-5.9.3.tar.xz -_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e qt5-build 3e208d7dd0bcd8e50ced533fbebe36bf toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 +_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e qt5-build be28b1f44ac4f2971b231eeed0194344 toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 _md5_=94debd9c530d97f5a9beb62a967ad0b7 diff --git a/metadata/md5-cache/dev-qt/qtgraphicaleffects-5.7.1 b/metadata/md5-cache/dev-qt/qtgraphicaleffects-5.7.1 index 429cf80661bb..805f47411874 100644 --- a/metadata/md5-cache/dev-qt/qtgraphicaleffects-5.7.1 +++ b/metadata/md5-cache/dev-qt/qtgraphicaleffects-5.7.1 @@ -10,5 +10,5 @@ RDEPEND=~dev-qt/qtcore-5.7.1 ~dev-qt/qtdeclarative-5.7.1 ~dev-qt/qtgui-5.7.1 dev RESTRICT=test SLOT=5/5.7 SRC_URI=https://download.qt.io/official_releases/qt/5.7/5.7.1/submodules/qtgraphicaleffects-opensource-src-5.7.1.tar.xz -_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e qt5-build 3e208d7dd0bcd8e50ced533fbebe36bf toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 +_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e qt5-build be28b1f44ac4f2971b231eeed0194344 toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 _md5_=9c6d36e0a8bba5a791b151bbafc83bf0 diff --git a/metadata/md5-cache/dev-qt/qtgraphicaleffects-5.9.3 b/metadata/md5-cache/dev-qt/qtgraphicaleffects-5.9.3 index 7d3f90cfe2d6..02c76ee342a9 100644 --- a/metadata/md5-cache/dev-qt/qtgraphicaleffects-5.9.3 +++ b/metadata/md5-cache/dev-qt/qtgraphicaleffects-5.9.3 @@ -10,5 +10,5 @@ RDEPEND=~dev-qt/qtcore-5.9.3 ~dev-qt/qtdeclarative-5.9.3 ~dev-qt/qtgui-5.9.3 dev RESTRICT=test SLOT=5/5.9 SRC_URI=https://download.qt.io/official_releases/qt/5.9/5.9.3/submodules/qtgraphicaleffects-opensource-src-5.9.3.tar.xz -_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e qt5-build 3e208d7dd0bcd8e50ced533fbebe36bf toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 +_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e qt5-build be28b1f44ac4f2971b231eeed0194344 toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 _md5_=8b0e36d933ed505c15e2f30551b7e2d5 diff --git a/metadata/md5-cache/dev-qt/qtgui-5.7.1-r1 b/metadata/md5-cache/dev-qt/qtgui-5.7.1-r1 index a2b8891ad70e..5d02a7fff23e 100644 --- a/metadata/md5-cache/dev-qt/qtgui-5.7.1-r1 +++ b/metadata/md5-cache/dev-qt/qtgui-5.7.1-r1 @@ -12,5 +12,5 @@ REQUIRED_USE=|| ( eglfs xcb ) accessibility? ( dbus xcb ) eglfs? ( egl ) ibus? ( RESTRICT=test SLOT=5/5.7 SRC_URI=https://download.qt.io/official_releases/qt/5.7/5.7.1/submodules/qtbase-opensource-src-5.7.1.tar.xz -_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e qt5-build 3e208d7dd0bcd8e50ced533fbebe36bf toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 +_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e qt5-build be28b1f44ac4f2971b231eeed0194344 toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 _md5_=f3f7e257dfac151c52801eeae2bb30a3 diff --git a/metadata/md5-cache/dev-qt/qtgui-5.9.3 b/metadata/md5-cache/dev-qt/qtgui-5.9.3 index 57088093a91f..038c4499d605 100644 --- a/metadata/md5-cache/dev-qt/qtgui-5.9.3 +++ b/metadata/md5-cache/dev-qt/qtgui-5.9.3 @@ -12,5 +12,5 @@ REQUIRED_USE=|| ( eglfs xcb ) accessibility? ( dbus xcb ) eglfs? ( egl ) ibus? ( RESTRICT=test SLOT=5/5.9 SRC_URI=https://download.qt.io/official_releases/qt/5.9/5.9.3/submodules/qtbase-opensource-src-5.9.3.tar.xz -_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e qt5-build 3e208d7dd0bcd8e50ced533fbebe36bf toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 +_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e qt5-build be28b1f44ac4f2971b231eeed0194344 toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 _md5_=58121064becf6e8e9a62e16b52d1e1c8 diff --git a/metadata/md5-cache/dev-qt/qthelp-5.7.1 b/metadata/md5-cache/dev-qt/qthelp-5.7.1 index 14eab64b7dfa..302efe0b1df8 100644 --- a/metadata/md5-cache/dev-qt/qthelp-5.7.1 +++ b/metadata/md5-cache/dev-qt/qthelp-5.7.1 @@ -10,5 +10,5 @@ RDEPEND=~dev-qt/qtcore-5.7.1 ~dev-qt/qtgui-5.7.1 ~dev-qt/qtnetwork-5.7.1 ~dev-qt RESTRICT=test SLOT=5/5.7 SRC_URI=https://download.qt.io/official_releases/qt/5.7/5.7.1/submodules/qttools-opensource-src-5.7.1.tar.xz -_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e qt5-build 3e208d7dd0bcd8e50ced533fbebe36bf toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 +_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e qt5-build be28b1f44ac4f2971b231eeed0194344 toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 _md5_=931c918fc95ed4e8fcaf34834c03b8b0 diff --git a/metadata/md5-cache/dev-qt/qthelp-5.9.3 b/metadata/md5-cache/dev-qt/qthelp-5.9.3 index 8cb10ef7045d..34907b479b48 100644 --- a/metadata/md5-cache/dev-qt/qthelp-5.9.3 +++ b/metadata/md5-cache/dev-qt/qthelp-5.9.3 @@ -10,5 +10,5 @@ RDEPEND=~dev-qt/qtcore-5.9.3 ~dev-qt/qtgui-5.9.3 ~dev-qt/qtnetwork-5.9.3 ~dev-qt RESTRICT=test SLOT=5/5.9 SRC_URI=https://download.qt.io/official_releases/qt/5.9/5.9.3/submodules/qttools-opensource-src-5.9.3.tar.xz -_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e qt5-build 3e208d7dd0bcd8e50ced533fbebe36bf toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 +_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e qt5-build be28b1f44ac4f2971b231eeed0194344 toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 _md5_=f6c6d84ab0305c99267a20cf4693758b diff --git a/metadata/md5-cache/dev-qt/qtimageformats-5.7.1 b/metadata/md5-cache/dev-qt/qtimageformats-5.7.1 index b7728dbc3150..7daccfb7e45a 100644 --- a/metadata/md5-cache/dev-qt/qtimageformats-5.7.1 +++ b/metadata/md5-cache/dev-qt/qtimageformats-5.7.1 @@ -10,5 +10,5 @@ RDEPEND=~dev-qt/qtcore-5.7.1 ~dev-qt/qtgui-5.7.1 media-libs/jasper:= media-libs/ RESTRICT=test SLOT=5/5.7 SRC_URI=https://download.qt.io/official_releases/qt/5.7/5.7.1/submodules/qtimageformats-opensource-src-5.7.1.tar.xz -_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e qt5-build 3e208d7dd0bcd8e50ced533fbebe36bf toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 +_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e qt5-build be28b1f44ac4f2971b231eeed0194344 toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 _md5_=5b45684084405c2cb0a770ef1e1b39e5 diff --git a/metadata/md5-cache/dev-qt/qtimageformats-5.9.3 b/metadata/md5-cache/dev-qt/qtimageformats-5.9.3 index 845e53edb245..86f97cdc50ce 100644 --- a/metadata/md5-cache/dev-qt/qtimageformats-5.9.3 +++ b/metadata/md5-cache/dev-qt/qtimageformats-5.9.3 @@ -10,5 +10,5 @@ RDEPEND=~dev-qt/qtcore-5.9.3 ~dev-qt/qtgui-5.9.3 media-libs/jasper:= media-libs/ RESTRICT=test SLOT=5/5.9 SRC_URI=https://download.qt.io/official_releases/qt/5.9/5.9.3/submodules/qtimageformats-opensource-src-5.9.3.tar.xz -_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e qt5-build 3e208d7dd0bcd8e50ced533fbebe36bf toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 +_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e qt5-build be28b1f44ac4f2971b231eeed0194344 toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 _md5_=7c0973e4d7f95cbe35bbc05c9be5209c diff --git a/metadata/md5-cache/dev-qt/qtlocation-5.7.1 b/metadata/md5-cache/dev-qt/qtlocation-5.7.1 index 1741f9a4fc86..031afc2daf3a 100644 --- a/metadata/md5-cache/dev-qt/qtlocation-5.7.1 +++ b/metadata/md5-cache/dev-qt/qtlocation-5.7.1 @@ -10,5 +10,5 @@ RDEPEND=~dev-qt/qtcore-5.7.1 ~dev-qt/qtdeclarative-5.7.1 ~dev-qt/qtgui-5.7.1 ~de RESTRICT=test SLOT=5/5.7 SRC_URI=https://download.qt.io/official_releases/qt/5.7/5.7.1/submodules/qtlocation-opensource-src-5.7.1.tar.xz -_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e qt5-build 3e208d7dd0bcd8e50ced533fbebe36bf toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 +_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e qt5-build be28b1f44ac4f2971b231eeed0194344 toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 _md5_=f16af598359c715ab69d2186912d6241 diff --git a/metadata/md5-cache/dev-qt/qtlocation-5.9.3 b/metadata/md5-cache/dev-qt/qtlocation-5.9.3 index b53c28899ddc..0efa84bb21c3 100644 --- a/metadata/md5-cache/dev-qt/qtlocation-5.9.3 +++ b/metadata/md5-cache/dev-qt/qtlocation-5.9.3 @@ -10,5 +10,5 @@ RDEPEND=~dev-qt/qtcore-5.9.3 ~dev-qt/qtdeclarative-5.9.3 ~dev-qt/qtgui-5.9.3 ~de RESTRICT=test SLOT=5/5.9 SRC_URI=https://download.qt.io/official_releases/qt/5.9/5.9.3/submodules/qtlocation-opensource-src-5.9.3.tar.xz -_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e qt5-build 3e208d7dd0bcd8e50ced533fbebe36bf toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 +_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e qt5-build be28b1f44ac4f2971b231eeed0194344 toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 _md5_=320d543b38c87c6a4aa3bc2227bbfa1f diff --git a/metadata/md5-cache/dev-qt/qtmultimedia-5.7.1 b/metadata/md5-cache/dev-qt/qtmultimedia-5.7.1 index e119487154b6..a9e5575e0520 100644 --- a/metadata/md5-cache/dev-qt/qtmultimedia-5.7.1 +++ b/metadata/md5-cache/dev-qt/qtmultimedia-5.7.1 @@ -10,5 +10,5 @@ RDEPEND=~dev-qt/qtcore-5.7.1 ~dev-qt/qtgui-5.7.1[gles2=] ~dev-qt/qtnetwork-5.7.1 RESTRICT=test SLOT=5/5.7 SRC_URI=https://download.qt.io/official_releases/qt/5.7/5.7.1/submodules/qtmultimedia-opensource-src-5.7.1.tar.xz -_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e qt5-build 3e208d7dd0bcd8e50ced533fbebe36bf toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 +_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e qt5-build be28b1f44ac4f2971b231eeed0194344 toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 _md5_=a414cbddbd38fee4600900317d79a91e diff --git a/metadata/md5-cache/dev-qt/qtmultimedia-5.9.3 b/metadata/md5-cache/dev-qt/qtmultimedia-5.9.3 index feac078a8f30..677c7ac872b2 100644 --- a/metadata/md5-cache/dev-qt/qtmultimedia-5.9.3 +++ b/metadata/md5-cache/dev-qt/qtmultimedia-5.9.3 @@ -10,5 +10,5 @@ RDEPEND=~dev-qt/qtcore-5.9.3 ~dev-qt/qtgui-5.9.3[gles2=] ~dev-qt/qtnetwork-5.9.3 RESTRICT=test SLOT=5/5.9 SRC_URI=https://download.qt.io/official_releases/qt/5.9/5.9.3/submodules/qtmultimedia-opensource-src-5.9.3.tar.xz -_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e qt5-build 3e208d7dd0bcd8e50ced533fbebe36bf toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 +_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e qt5-build be28b1f44ac4f2971b231eeed0194344 toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 _md5_=97e074b6c2ea6e8ec7bd8fcf7c594893 diff --git a/metadata/md5-cache/dev-qt/qtnetwork-5.7.1 b/metadata/md5-cache/dev-qt/qtnetwork-5.7.1 index d4a4442afdfd..b28904b30ae4 100644 --- a/metadata/md5-cache/dev-qt/qtnetwork-5.7.1 +++ b/metadata/md5-cache/dev-qt/qtnetwork-5.7.1 @@ -10,5 +10,5 @@ RDEPEND=~dev-qt/qtcore-5.7.1 >=sys-libs/zlib-1.2.5 connman? ( ~dev-qt/qtdbus-5.7 RESTRICT=test SLOT=5/5.7 SRC_URI=https://download.qt.io/official_releases/qt/5.7/5.7.1/submodules/qtbase-opensource-src-5.7.1.tar.xz -_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e qt5-build 3e208d7dd0bcd8e50ced533fbebe36bf toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 +_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e qt5-build be28b1f44ac4f2971b231eeed0194344 toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 _md5_=cd3aab100c8c0dc80d1971f915f37739 diff --git a/metadata/md5-cache/dev-qt/qtnetwork-5.9.3 b/metadata/md5-cache/dev-qt/qtnetwork-5.9.3 index 87e152f86928..dc581774c9f4 100644 --- a/metadata/md5-cache/dev-qt/qtnetwork-5.9.3 +++ b/metadata/md5-cache/dev-qt/qtnetwork-5.9.3 @@ -10,5 +10,5 @@ RDEPEND=~dev-qt/qtcore-5.9.3 >=sys-libs/zlib-1.2.5 connman? ( ~dev-qt/qtdbus-5.9 RESTRICT=test SLOT=5/5.9 SRC_URI=https://download.qt.io/official_releases/qt/5.9/5.9.3/submodules/qtbase-opensource-src-5.9.3.tar.xz -_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e qt5-build 3e208d7dd0bcd8e50ced533fbebe36bf toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 +_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e qt5-build be28b1f44ac4f2971b231eeed0194344 toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 _md5_=81faf5ec62dfd5a3a5d48ba16e3f5adc diff --git a/metadata/md5-cache/dev-qt/qtnetworkauth-5.9.3 b/metadata/md5-cache/dev-qt/qtnetworkauth-5.9.3 index fd4ac07e39f5..a0a9cee02b71 100644 --- a/metadata/md5-cache/dev-qt/qtnetworkauth-5.9.3 +++ b/metadata/md5-cache/dev-qt/qtnetworkauth-5.9.3 @@ -10,5 +10,5 @@ RDEPEND=~dev-qt/qtcore-5.9.3 ~dev-qt/qtnetwork-5.9.3 dev-qt/qtchooser RESTRICT=test SLOT=5/5.9 SRC_URI=https://download.qt.io/official_releases/qt/5.9/5.9.3/submodules/qtnetworkauth-opensource-src-5.9.3.tar.xz -_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e qt5-build 3e208d7dd0bcd8e50ced533fbebe36bf toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 +_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e qt5-build be28b1f44ac4f2971b231eeed0194344 toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 _md5_=a5d0b10c9f6fc56323ba72498b7712e3 diff --git a/metadata/md5-cache/dev-qt/qtopengl-5.7.1 b/metadata/md5-cache/dev-qt/qtopengl-5.7.1 index a9724faf95ac..1146d6bcb182 100644 --- a/metadata/md5-cache/dev-qt/qtopengl-5.7.1 +++ b/metadata/md5-cache/dev-qt/qtopengl-5.7.1 @@ -10,5 +10,5 @@ RDEPEND=~dev-qt/qtcore-5.7.1 ~dev-qt/qtgui-5.7.1[gles2=] ~dev-qt/qtwidgets-5.7.1 RESTRICT=test SLOT=5/5.7 SRC_URI=https://download.qt.io/official_releases/qt/5.7/5.7.1/submodules/qtbase-opensource-src-5.7.1.tar.xz -_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e qt5-build 3e208d7dd0bcd8e50ced533fbebe36bf toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 +_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e qt5-build be28b1f44ac4f2971b231eeed0194344 toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 _md5_=33702d61bc94ebe2ec41d4e571334f27 diff --git a/metadata/md5-cache/dev-qt/qtopengl-5.9.3 b/metadata/md5-cache/dev-qt/qtopengl-5.9.3 index 202fc7facf34..2ad661486812 100644 --- a/metadata/md5-cache/dev-qt/qtopengl-5.9.3 +++ b/metadata/md5-cache/dev-qt/qtopengl-5.9.3 @@ -10,5 +10,5 @@ RDEPEND=~dev-qt/qtcore-5.9.3 ~dev-qt/qtgui-5.9.3[gles2=] ~dev-qt/qtwidgets-5.9.3 RESTRICT=test SLOT=5/5.9 SRC_URI=https://download.qt.io/official_releases/qt/5.9/5.9.3/submodules/qtbase-opensource-src-5.9.3.tar.xz -_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e qt5-build 3e208d7dd0bcd8e50ced533fbebe36bf toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 +_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e qt5-build be28b1f44ac4f2971b231eeed0194344 toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 _md5_=3d580076a240579b9ffca441ea2556ee diff --git a/metadata/md5-cache/dev-qt/qtpaths-5.7.1 b/metadata/md5-cache/dev-qt/qtpaths-5.7.1 index d067cd638d9d..bd4fdd6f87c8 100644 --- a/metadata/md5-cache/dev-qt/qtpaths-5.7.1 +++ b/metadata/md5-cache/dev-qt/qtpaths-5.7.1 @@ -10,5 +10,5 @@ RDEPEND=~dev-qt/qtcore-5.7.1 dev-qt/qtchooser RESTRICT=test SLOT=5/5.7 SRC_URI=https://download.qt.io/official_releases/qt/5.7/5.7.1/submodules/qttools-opensource-src-5.7.1.tar.xz -_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e qt5-build 3e208d7dd0bcd8e50ced533fbebe36bf toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 +_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e qt5-build be28b1f44ac4f2971b231eeed0194344 toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 _md5_=e7030b81bb1e1985ffae10ff05325f23 diff --git a/metadata/md5-cache/dev-qt/qtpaths-5.9.3 b/metadata/md5-cache/dev-qt/qtpaths-5.9.3 index d88bca623f13..e463391598c4 100644 --- a/metadata/md5-cache/dev-qt/qtpaths-5.9.3 +++ b/metadata/md5-cache/dev-qt/qtpaths-5.9.3 @@ -10,5 +10,5 @@ RDEPEND=~dev-qt/qtcore-5.9.3 dev-qt/qtchooser RESTRICT=test SLOT=5/5.9 SRC_URI=https://download.qt.io/official_releases/qt/5.9/5.9.3/submodules/qttools-opensource-src-5.9.3.tar.xz -_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e qt5-build 3e208d7dd0bcd8e50ced533fbebe36bf toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 +_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e qt5-build be28b1f44ac4f2971b231eeed0194344 toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 _md5_=529c9cf384423268eaf25c7d953cd28b diff --git a/metadata/md5-cache/dev-qt/qtplugininfo-5.7.1 b/metadata/md5-cache/dev-qt/qtplugininfo-5.7.1 index de42b4d8238f..f438d95c74c0 100644 --- a/metadata/md5-cache/dev-qt/qtplugininfo-5.7.1 +++ b/metadata/md5-cache/dev-qt/qtplugininfo-5.7.1 @@ -10,5 +10,5 @@ RDEPEND=~dev-qt/qtcore-5.7.1 dev-qt/qtchooser RESTRICT=test SLOT=5/5.7 SRC_URI=https://download.qt.io/official_releases/qt/5.7/5.7.1/submodules/qttools-opensource-src-5.7.1.tar.xz -_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e qt5-build 3e208d7dd0bcd8e50ced533fbebe36bf toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 +_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e qt5-build be28b1f44ac4f2971b231eeed0194344 toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 _md5_=0643ba650e59cc2fddf0bc18627ce522 diff --git a/metadata/md5-cache/dev-qt/qtplugininfo-5.9.3 b/metadata/md5-cache/dev-qt/qtplugininfo-5.9.3 index 4374e35a02a2..097dacb02d92 100644 --- a/metadata/md5-cache/dev-qt/qtplugininfo-5.9.3 +++ b/metadata/md5-cache/dev-qt/qtplugininfo-5.9.3 @@ -10,5 +10,5 @@ RDEPEND=~dev-qt/qtcore-5.9.3 dev-qt/qtchooser RESTRICT=test SLOT=5/5.9 SRC_URI=https://download.qt.io/official_releases/qt/5.9/5.9.3/submodules/qttools-opensource-src-5.9.3.tar.xz -_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e qt5-build 3e208d7dd0bcd8e50ced533fbebe36bf toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 +_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e qt5-build be28b1f44ac4f2971b231eeed0194344 toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 _md5_=ca8ba2814d3e39f4038cf0491a0ff5d2 diff --git a/metadata/md5-cache/dev-qt/qtpositioning-5.7.1 b/metadata/md5-cache/dev-qt/qtpositioning-5.7.1 index b04a683c95ce..c04db5a35a4c 100644 --- a/metadata/md5-cache/dev-qt/qtpositioning-5.7.1 +++ b/metadata/md5-cache/dev-qt/qtpositioning-5.7.1 @@ -11,5 +11,5 @@ RDEPEND=~dev-qt/qtcore-5.7.1 geoclue? ( ~dev-qt/qtdbus-5.7.1 ) qml? ( ~dev-qt/qt RESTRICT=test SLOT=5/5.7 SRC_URI=https://download.qt.io/official_releases/qt/5.7/5.7.1/submodules/qtlocation-opensource-src-5.7.1.tar.xz -_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e qt5-build 3e208d7dd0bcd8e50ced533fbebe36bf toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 +_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e qt5-build be28b1f44ac4f2971b231eeed0194344 toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 _md5_=b31f28eda98b13c7fad47cd84b0d34e9 diff --git a/metadata/md5-cache/dev-qt/qtpositioning-5.9.3 b/metadata/md5-cache/dev-qt/qtpositioning-5.9.3 index 41a5b09e2a24..0ccbf2af745b 100644 --- a/metadata/md5-cache/dev-qt/qtpositioning-5.9.3 +++ b/metadata/md5-cache/dev-qt/qtpositioning-5.9.3 @@ -11,5 +11,5 @@ RDEPEND=~dev-qt/qtcore-5.9.3 geoclue? ( ~dev-qt/qtdbus-5.9.3 ) qml? ( ~dev-qt/qt RESTRICT=test SLOT=5/5.9 SRC_URI=https://download.qt.io/official_releases/qt/5.9/5.9.3/submodules/qtlocation-opensource-src-5.9.3.tar.xz -_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e qt5-build 3e208d7dd0bcd8e50ced533fbebe36bf toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 +_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e qt5-build be28b1f44ac4f2971b231eeed0194344 toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 _md5_=644698f75aa6190028c1d4f1b67dfae2 diff --git a/metadata/md5-cache/dev-qt/qtprintsupport-5.7.1 b/metadata/md5-cache/dev-qt/qtprintsupport-5.7.1 index d9acd9b1fcb1..5dc56e2e6ef6 100644 --- a/metadata/md5-cache/dev-qt/qtprintsupport-5.7.1 +++ b/metadata/md5-cache/dev-qt/qtprintsupport-5.7.1 @@ -10,5 +10,5 @@ RDEPEND=~dev-qt/qtcore-5.7.1 ~dev-qt/qtgui-5.7.1[gles2=] ~dev-qt/qtwidgets-5.7.1 RESTRICT=test SLOT=5/5.7 SRC_URI=https://download.qt.io/official_releases/qt/5.7/5.7.1/submodules/qtbase-opensource-src-5.7.1.tar.xz -_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e qt5-build 3e208d7dd0bcd8e50ced533fbebe36bf toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 +_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e qt5-build be28b1f44ac4f2971b231eeed0194344 toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 _md5_=f5562e8a887725d43355c80fe98d6160 diff --git a/metadata/md5-cache/dev-qt/qtprintsupport-5.9.3 b/metadata/md5-cache/dev-qt/qtprintsupport-5.9.3 index a8d433f9b7b1..690df09c4ddd 100644 --- a/metadata/md5-cache/dev-qt/qtprintsupport-5.9.3 +++ b/metadata/md5-cache/dev-qt/qtprintsupport-5.9.3 @@ -10,5 +10,5 @@ RDEPEND=~dev-qt/qtcore-5.9.3 ~dev-qt/qtgui-5.9.3[gles2=] ~dev-qt/qtwidgets-5.9.3 RESTRICT=test SLOT=5/5.9 SRC_URI=https://download.qt.io/official_releases/qt/5.9/5.9.3/submodules/qtbase-opensource-src-5.9.3.tar.xz -_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e qt5-build 3e208d7dd0bcd8e50ced533fbebe36bf toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 +_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e qt5-build be28b1f44ac4f2971b231eeed0194344 toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 _md5_=1f60e213375ddbd5d062fc3d4ab1a1af diff --git a/metadata/md5-cache/dev-qt/qtquickcontrols-5.7.1 b/metadata/md5-cache/dev-qt/qtquickcontrols-5.7.1 index e3d67ceada08..c75403a272e9 100644 --- a/metadata/md5-cache/dev-qt/qtquickcontrols-5.7.1 +++ b/metadata/md5-cache/dev-qt/qtquickcontrols-5.7.1 @@ -10,5 +10,5 @@ RDEPEND=~dev-qt/qtcore-5.7.1 ~dev-qt/qtdeclarative-5.7.1 ~dev-qt/qtgui-5.7.1 wid RESTRICT=test SLOT=5/5.7 SRC_URI=https://download.qt.io/official_releases/qt/5.7/5.7.1/submodules/qtquickcontrols-opensource-src-5.7.1.tar.xz -_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e qt5-build 3e208d7dd0bcd8e50ced533fbebe36bf toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 +_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e qt5-build be28b1f44ac4f2971b231eeed0194344 toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 _md5_=d373fd8804095291aca0e9d045cbdff6 diff --git a/metadata/md5-cache/dev-qt/qtquickcontrols-5.9.3 b/metadata/md5-cache/dev-qt/qtquickcontrols-5.9.3 index ecd0af921c9e..526c0b3e8af0 100644 --- a/metadata/md5-cache/dev-qt/qtquickcontrols-5.9.3 +++ b/metadata/md5-cache/dev-qt/qtquickcontrols-5.9.3 @@ -10,5 +10,5 @@ RDEPEND=~dev-qt/qtcore-5.9.3 ~dev-qt/qtdeclarative-5.9.3 ~dev-qt/qtgui-5.9.3 wid RESTRICT=test SLOT=5/5.9 SRC_URI=https://download.qt.io/official_releases/qt/5.9/5.9.3/submodules/qtquickcontrols-opensource-src-5.9.3.tar.xz -_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e qt5-build 3e208d7dd0bcd8e50ced533fbebe36bf toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 +_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e qt5-build be28b1f44ac4f2971b231eeed0194344 toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 _md5_=7f1403dfb36666220e3f4b5444717652 diff --git a/metadata/md5-cache/dev-qt/qtquickcontrols2-5.7.1 b/metadata/md5-cache/dev-qt/qtquickcontrols2-5.7.1 index fc92cbc9d20c..2bcb75e63c91 100644 --- a/metadata/md5-cache/dev-qt/qtquickcontrols2-5.7.1 +++ b/metadata/md5-cache/dev-qt/qtquickcontrols2-5.7.1 @@ -10,5 +10,5 @@ RDEPEND=~dev-qt/qtcore-5.7.1 ~dev-qt/qtdeclarative-5.7.1 ~dev-qt/qtgraphicaleffe RESTRICT=test SLOT=5/5.7 SRC_URI=https://download.qt.io/official_releases/qt/5.7/5.7.1/submodules/qtquickcontrols2-opensource-src-5.7.1.tar.xz -_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e qt5-build 3e208d7dd0bcd8e50ced533fbebe36bf toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 +_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e qt5-build be28b1f44ac4f2971b231eeed0194344 toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 _md5_=76a8075e6e58ad1696f5c0890c901074 diff --git a/metadata/md5-cache/dev-qt/qtquickcontrols2-5.9.3 b/metadata/md5-cache/dev-qt/qtquickcontrols2-5.9.3 index 19e47966ceb8..2c62fc0adda5 100644 --- a/metadata/md5-cache/dev-qt/qtquickcontrols2-5.9.3 +++ b/metadata/md5-cache/dev-qt/qtquickcontrols2-5.9.3 @@ -10,5 +10,5 @@ RDEPEND=~dev-qt/qtcore-5.9.3 ~dev-qt/qtdeclarative-5.9.3 ~dev-qt/qtgui-5.9.3 wid RESTRICT=test SLOT=5/5.9 SRC_URI=https://download.qt.io/official_releases/qt/5.9/5.9.3/submodules/qtquickcontrols2-opensource-src-5.9.3.tar.xz -_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e qt5-build 3e208d7dd0bcd8e50ced533fbebe36bf toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 +_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e qt5-build be28b1f44ac4f2971b231eeed0194344 toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 _md5_=a45f254daee4dfd9f7d9fef892155ecc diff --git a/metadata/md5-cache/dev-qt/qtscript-5.7.1 b/metadata/md5-cache/dev-qt/qtscript-5.7.1 index 3a81872c1117..6e40b927f109 100644 --- a/metadata/md5-cache/dev-qt/qtscript-5.7.1 +++ b/metadata/md5-cache/dev-qt/qtscript-5.7.1 @@ -10,5 +10,5 @@ RDEPEND=~dev-qt/qtcore-5.7.1 scripttools? ( ~dev-qt/qtgui-5.7.1 ~dev-qt/qtwidget RESTRICT=test SLOT=5/5.7 SRC_URI=https://download.qt.io/official_releases/qt/5.7/5.7.1/submodules/qtscript-opensource-src-5.7.1.tar.xz -_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e qt5-build 3e208d7dd0bcd8e50ced533fbebe36bf toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 +_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e qt5-build be28b1f44ac4f2971b231eeed0194344 toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 _md5_=6736b2476fc9c5189625b2e941b40dac diff --git a/metadata/md5-cache/dev-qt/qtscript-5.9.3 b/metadata/md5-cache/dev-qt/qtscript-5.9.3 index ac9177bb11e7..efb1f14bd89f 100644 --- a/metadata/md5-cache/dev-qt/qtscript-5.9.3 +++ b/metadata/md5-cache/dev-qt/qtscript-5.9.3 @@ -10,5 +10,5 @@ RDEPEND=~dev-qt/qtcore-5.9.3 scripttools? ( ~dev-qt/qtgui-5.9.3 ~dev-qt/qtwidget RESTRICT=test SLOT=5/5.9 SRC_URI=https://download.qt.io/official_releases/qt/5.9/5.9.3/submodules/qtscript-opensource-src-5.9.3.tar.xz -_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e qt5-build 3e208d7dd0bcd8e50ced533fbebe36bf toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 +_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e qt5-build be28b1f44ac4f2971b231eeed0194344 toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 _md5_=16365c5f01ad7e0d9b38cbd0d43753f4 diff --git a/metadata/md5-cache/dev-qt/qtscxml-5.7.1 b/metadata/md5-cache/dev-qt/qtscxml-5.7.1 index b128c09b6e19..0e8025d1ab3d 100644 --- a/metadata/md5-cache/dev-qt/qtscxml-5.7.1 +++ b/metadata/md5-cache/dev-qt/qtscxml-5.7.1 @@ -10,5 +10,5 @@ RDEPEND=~dev-qt/qtcore-5.7.1 ~dev-qt/qtdeclarative-5.7.1 dev-qt/qtchooser RESTRICT=test SLOT=5/5.7 SRC_URI=https://download.qt.io/official_releases/qt/5.7/5.7.1/submodules/qtscxml-opensource-src-5.7.1.tar.xz -_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e qt5-build 3e208d7dd0bcd8e50ced533fbebe36bf toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 +_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e qt5-build be28b1f44ac4f2971b231eeed0194344 toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 _md5_=04055beb06fbfb7fc86acdffb7b666e8 diff --git a/metadata/md5-cache/dev-qt/qtscxml-5.9.3 b/metadata/md5-cache/dev-qt/qtscxml-5.9.3 index d6196ad1655f..4066c9776f01 100644 --- a/metadata/md5-cache/dev-qt/qtscxml-5.9.3 +++ b/metadata/md5-cache/dev-qt/qtscxml-5.9.3 @@ -10,5 +10,5 @@ RDEPEND=~dev-qt/qtcore-5.9.3 ~dev-qt/qtdeclarative-5.9.3 dev-qt/qtchooser RESTRICT=test SLOT=5/5.9 SRC_URI=https://download.qt.io/official_releases/qt/5.9/5.9.3/submodules/qtscxml-opensource-src-5.9.3.tar.xz -_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e qt5-build 3e208d7dd0bcd8e50ced533fbebe36bf toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 +_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e qt5-build be28b1f44ac4f2971b231eeed0194344 toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 _md5_=71c58017ad97e2ab56959960ca2bc139 diff --git a/metadata/md5-cache/dev-qt/qtsensors-5.7.1 b/metadata/md5-cache/dev-qt/qtsensors-5.7.1 index e25a9b5e6f6d..e799e6b8381a 100644 --- a/metadata/md5-cache/dev-qt/qtsensors-5.7.1 +++ b/metadata/md5-cache/dev-qt/qtsensors-5.7.1 @@ -10,5 +10,5 @@ RDEPEND=~dev-qt/qtcore-5.7.1 qml? ( ~dev-qt/qtdeclarative-5.7.1 ) dev-qt/qtchoos RESTRICT=test SLOT=5/5.7 SRC_URI=https://download.qt.io/official_releases/qt/5.7/5.7.1/submodules/qtsensors-opensource-src-5.7.1.tar.xz -_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e qt5-build 3e208d7dd0bcd8e50ced533fbebe36bf toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 +_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e qt5-build be28b1f44ac4f2971b231eeed0194344 toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 _md5_=c1fd72b820f83b02661f11d402a9ef3e diff --git a/metadata/md5-cache/dev-qt/qtsensors-5.9.3 b/metadata/md5-cache/dev-qt/qtsensors-5.9.3 index d1c763e7b767..033ca0c22f47 100644 --- a/metadata/md5-cache/dev-qt/qtsensors-5.9.3 +++ b/metadata/md5-cache/dev-qt/qtsensors-5.9.3 @@ -10,5 +10,5 @@ RDEPEND=~dev-qt/qtcore-5.9.3 ~dev-qt/qtdbus-5.9.3 qml? ( ~dev-qt/qtdeclarative-5 RESTRICT=test SLOT=5/5.9 SRC_URI=https://download.qt.io/official_releases/qt/5.9/5.9.3/submodules/qtsensors-opensource-src-5.9.3.tar.xz -_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e qt5-build 3e208d7dd0bcd8e50ced533fbebe36bf toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 +_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e qt5-build be28b1f44ac4f2971b231eeed0194344 toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 _md5_=094910a38d69bb3caaf95353aa5af976 diff --git a/metadata/md5-cache/dev-qt/qtserialbus-5.9.3 b/metadata/md5-cache/dev-qt/qtserialbus-5.9.3 index e3e02cff96b0..4a9bfd07471e 100644 --- a/metadata/md5-cache/dev-qt/qtserialbus-5.9.3 +++ b/metadata/md5-cache/dev-qt/qtserialbus-5.9.3 @@ -10,5 +10,5 @@ RDEPEND=~dev-qt/qtcore-5.9.3 ~dev-qt/qtnetwork-5.9.3 ~dev-qt/qtserialport-5.9.3 RESTRICT=test SLOT=5/5.9 SRC_URI=https://download.qt.io/official_releases/qt/5.9/5.9.3/submodules/qtserialbus-opensource-src-5.9.3.tar.xz -_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e qt5-build 3e208d7dd0bcd8e50ced533fbebe36bf toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 +_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e qt5-build be28b1f44ac4f2971b231eeed0194344 toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 _md5_=f4ed19e9c2b7a34fed2788aee6590432 diff --git a/metadata/md5-cache/dev-qt/qtserialport-5.7.1 b/metadata/md5-cache/dev-qt/qtserialport-5.7.1 index b60c8b5528f1..c7e60ba4bd12 100644 --- a/metadata/md5-cache/dev-qt/qtserialport-5.7.1 +++ b/metadata/md5-cache/dev-qt/qtserialport-5.7.1 @@ -10,5 +10,5 @@ RDEPEND=~dev-qt/qtcore-5.7.1 virtual/libudev:= dev-qt/qtchooser RESTRICT=test SLOT=5/5.7 SRC_URI=https://download.qt.io/official_releases/qt/5.7/5.7.1/submodules/qtserialport-opensource-src-5.7.1.tar.xz -_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e qt5-build 3e208d7dd0bcd8e50ced533fbebe36bf toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 +_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e qt5-build be28b1f44ac4f2971b231eeed0194344 toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 _md5_=49ce7180d4115c76818f44cba7912401 diff --git a/metadata/md5-cache/dev-qt/qtserialport-5.9.3 b/metadata/md5-cache/dev-qt/qtserialport-5.9.3 index 714f68c2002c..fbd6dc68e673 100644 --- a/metadata/md5-cache/dev-qt/qtserialport-5.9.3 +++ b/metadata/md5-cache/dev-qt/qtserialport-5.9.3 @@ -10,5 +10,5 @@ RDEPEND=~dev-qt/qtcore-5.9.3 virtual/libudev:= dev-qt/qtchooser RESTRICT=test SLOT=5/5.9 SRC_URI=https://download.qt.io/official_releases/qt/5.9/5.9.3/submodules/qtserialport-opensource-src-5.9.3.tar.xz -_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e qt5-build 3e208d7dd0bcd8e50ced533fbebe36bf toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 +_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e qt5-build be28b1f44ac4f2971b231eeed0194344 toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 _md5_=4399d1bf39070876cf8b30690effd649 diff --git a/metadata/md5-cache/dev-qt/qtspeech-5.9.3 b/metadata/md5-cache/dev-qt/qtspeech-5.9.3 index f2d058de4998..4b34986d49e8 100644 --- a/metadata/md5-cache/dev-qt/qtspeech-5.9.3 +++ b/metadata/md5-cache/dev-qt/qtspeech-5.9.3 @@ -10,5 +10,5 @@ RDEPEND=>=app-accessibility/speech-dispatcher-0.8.7 ~dev-qt/qtcore-5.9.3 dev-qt/ RESTRICT=test SLOT=5/5.9 SRC_URI=https://download.qt.io/official_releases/qt/5.9/5.9.3/submodules/qtspeech-opensource-src-5.9.3.tar.xz -_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e qt5-build 3e208d7dd0bcd8e50ced533fbebe36bf toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 +_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e qt5-build be28b1f44ac4f2971b231eeed0194344 toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 _md5_=67a38f59ac652928e9bf5ee8c66e1abf diff --git a/metadata/md5-cache/dev-qt/qtsql-5.7.1 b/metadata/md5-cache/dev-qt/qtsql-5.7.1 index 342d60306197..2e29e88b9afa 100644 --- a/metadata/md5-cache/dev-qt/qtsql-5.7.1 +++ b/metadata/md5-cache/dev-qt/qtsql-5.7.1 @@ -11,5 +11,5 @@ REQUIRED_USE=|| ( freetds mysql oci8 odbc postgres sqlite ) RESTRICT=test SLOT=5/5.7 SRC_URI=https://download.qt.io/official_releases/qt/5.7/5.7.1/submodules/qtbase-opensource-src-5.7.1.tar.xz -_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e qt5-build 3e208d7dd0bcd8e50ced533fbebe36bf toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 +_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e qt5-build be28b1f44ac4f2971b231eeed0194344 toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 _md5_=e8f0cdb244f23477e23ee55eb3f1f937 diff --git a/metadata/md5-cache/dev-qt/qtsql-5.7.1-r1 b/metadata/md5-cache/dev-qt/qtsql-5.7.1-r1 index a12a410ee248..ebd3cf55a65d 100644 --- a/metadata/md5-cache/dev-qt/qtsql-5.7.1-r1 +++ b/metadata/md5-cache/dev-qt/qtsql-5.7.1-r1 @@ -11,5 +11,5 @@ REQUIRED_USE=|| ( freetds mysql oci8 odbc postgres sqlite ) RESTRICT=test SLOT=5/5.7 SRC_URI=https://download.qt.io/official_releases/qt/5.7/5.7.1/submodules/qtbase-opensource-src-5.7.1.tar.xz -_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e qt5-build 3e208d7dd0bcd8e50ced533fbebe36bf toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 +_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e qt5-build be28b1f44ac4f2971b231eeed0194344 toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 _md5_=84cd28235cb661fb555c9e967cb330c3 diff --git a/metadata/md5-cache/dev-qt/qtsql-5.9.3 b/metadata/md5-cache/dev-qt/qtsql-5.9.3 index 0956ce41bb01..ddf1251813b5 100644 --- a/metadata/md5-cache/dev-qt/qtsql-5.9.3 +++ b/metadata/md5-cache/dev-qt/qtsql-5.9.3 @@ -11,5 +11,5 @@ REQUIRED_USE=|| ( freetds mysql oci8 odbc postgres sqlite ) RESTRICT=test SLOT=5/5.9 SRC_URI=https://download.qt.io/official_releases/qt/5.9/5.9.3/submodules/qtbase-opensource-src-5.9.3.tar.xz -_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e qt5-build 3e208d7dd0bcd8e50ced533fbebe36bf toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 +_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e qt5-build be28b1f44ac4f2971b231eeed0194344 toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 _md5_=741e5e3ff11cde8cad89e9216e3df3fa diff --git a/metadata/md5-cache/dev-qt/qtsvg-5.7.1 b/metadata/md5-cache/dev-qt/qtsvg-5.7.1 index c1a8897a745d..117a0392ba1e 100644 --- a/metadata/md5-cache/dev-qt/qtsvg-5.7.1 +++ b/metadata/md5-cache/dev-qt/qtsvg-5.7.1 @@ -10,5 +10,5 @@ RDEPEND=~dev-qt/qtcore-5.7.1 ~dev-qt/qtgui-5.7.1 ~dev-qt/qtwidgets-5.7.1 >=sys-l RESTRICT=test SLOT=5/5.7 SRC_URI=https://download.qt.io/official_releases/qt/5.7/5.7.1/submodules/qtsvg-opensource-src-5.7.1.tar.xz -_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e qt5-build 3e208d7dd0bcd8e50ced533fbebe36bf toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 +_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e qt5-build be28b1f44ac4f2971b231eeed0194344 toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 _md5_=fbcd165e7e76f2890e625ef87af67018 diff --git a/metadata/md5-cache/dev-qt/qtsvg-5.9.3 b/metadata/md5-cache/dev-qt/qtsvg-5.9.3 index c125bb5bc551..d23b11df5d36 100644 --- a/metadata/md5-cache/dev-qt/qtsvg-5.9.3 +++ b/metadata/md5-cache/dev-qt/qtsvg-5.9.3 @@ -10,5 +10,5 @@ RDEPEND=~dev-qt/qtcore-5.9.3 ~dev-qt/qtgui-5.9.3 ~dev-qt/qtwidgets-5.9.3 >=sys-l RESTRICT=test SLOT=5/5.9 SRC_URI=https://download.qt.io/official_releases/qt/5.9/5.9.3/submodules/qtsvg-opensource-src-5.9.3.tar.xz -_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e qt5-build 3e208d7dd0bcd8e50ced533fbebe36bf toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 +_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e qt5-build be28b1f44ac4f2971b231eeed0194344 toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 _md5_=f200af3ff7f0ff3d7c4821e5c142666c diff --git a/metadata/md5-cache/dev-qt/qttest-5.7.1 b/metadata/md5-cache/dev-qt/qttest-5.7.1 index 23397b5292ef..a1948c92d0c5 100644 --- a/metadata/md5-cache/dev-qt/qttest-5.7.1 +++ b/metadata/md5-cache/dev-qt/qttest-5.7.1 @@ -10,5 +10,5 @@ RDEPEND=~dev-qt/qtcore-5.7.1 dev-qt/qtchooser RESTRICT=test SLOT=5/5.7 SRC_URI=https://download.qt.io/official_releases/qt/5.7/5.7.1/submodules/qtbase-opensource-src-5.7.1.tar.xz -_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e qt5-build 3e208d7dd0bcd8e50ced533fbebe36bf toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 +_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e qt5-build be28b1f44ac4f2971b231eeed0194344 toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 _md5_=aebe413ac76c08a586128816d0313a81 diff --git a/metadata/md5-cache/dev-qt/qttest-5.9.3 b/metadata/md5-cache/dev-qt/qttest-5.9.3 index 36a633c8c827..a3963f74801b 100644 --- a/metadata/md5-cache/dev-qt/qttest-5.9.3 +++ b/metadata/md5-cache/dev-qt/qttest-5.9.3 @@ -10,5 +10,5 @@ RDEPEND=~dev-qt/qtcore-5.9.3 dev-qt/qtchooser RESTRICT=test SLOT=5/5.9 SRC_URI=https://download.qt.io/official_releases/qt/5.9/5.9.3/submodules/qtbase-opensource-src-5.9.3.tar.xz -_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e qt5-build 3e208d7dd0bcd8e50ced533fbebe36bf toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 +_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e qt5-build be28b1f44ac4f2971b231eeed0194344 toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 _md5_=fbd71c5be36871bed8f0ca993f18b8ee diff --git a/metadata/md5-cache/dev-qt/qttranslations-5.7.1 b/metadata/md5-cache/dev-qt/qttranslations-5.7.1 index 3877eb8df9fc..bef7df988149 100644 --- a/metadata/md5-cache/dev-qt/qttranslations-5.7.1 +++ b/metadata/md5-cache/dev-qt/qttranslations-5.7.1 @@ -10,5 +10,5 @@ RDEPEND=dev-qt/qtchooser RESTRICT=test SLOT=5/5.7 SRC_URI=https://download.qt.io/official_releases/qt/5.7/5.7.1/submodules/qttranslations-opensource-src-5.7.1.tar.xz -_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e qt5-build 3e208d7dd0bcd8e50ced533fbebe36bf toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 +_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e qt5-build be28b1f44ac4f2971b231eeed0194344 toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 _md5_=0c557233df3820f27212a7aab0264ef6 diff --git a/metadata/md5-cache/dev-qt/qttranslations-5.9.3 b/metadata/md5-cache/dev-qt/qttranslations-5.9.3 index c8ff4e989fef..e3f31a104f66 100644 --- a/metadata/md5-cache/dev-qt/qttranslations-5.9.3 +++ b/metadata/md5-cache/dev-qt/qttranslations-5.9.3 @@ -10,5 +10,5 @@ RDEPEND=dev-qt/qtchooser RESTRICT=test SLOT=5/5.9 SRC_URI=https://download.qt.io/official_releases/qt/5.9/5.9.3/submodules/qttranslations-opensource-src-5.9.3.tar.xz -_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e qt5-build 3e208d7dd0bcd8e50ced533fbebe36bf toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 +_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e qt5-build be28b1f44ac4f2971b231eeed0194344 toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 _md5_=dd235fbab214911599d7e26f1c64570e diff --git a/metadata/md5-cache/dev-qt/qtvirtualkeyboard-5.7.1 b/metadata/md5-cache/dev-qt/qtvirtualkeyboard-5.7.1 index 53ee355a6668..2fe7d322af39 100644 --- a/metadata/md5-cache/dev-qt/qtvirtualkeyboard-5.7.1 +++ b/metadata/md5-cache/dev-qt/qtvirtualkeyboard-5.7.1 @@ -10,5 +10,5 @@ RDEPEND=~dev-qt/qtcore-5.7.1 ~dev-qt/qtdeclarative-5.7.1 ~dev-qt/qtgui-5.7.1 ~de RESTRICT=test SLOT=5/5.7 SRC_URI=https://download.qt.io/official_releases/qt/5.7/5.7.1/submodules/qtvirtualkeyboard-opensource-src-5.7.1.tar.xz -_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e qt5-build 3e208d7dd0bcd8e50ced533fbebe36bf toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 +_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e qt5-build be28b1f44ac4f2971b231eeed0194344 toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 _md5_=0f0150eaccd9483baeccb20807cee990 diff --git a/metadata/md5-cache/dev-qt/qtvirtualkeyboard-5.9.3 b/metadata/md5-cache/dev-qt/qtvirtualkeyboard-5.9.3 index 9e98fe30f86e..5ffc51e5d50a 100644 --- a/metadata/md5-cache/dev-qt/qtvirtualkeyboard-5.9.3 +++ b/metadata/md5-cache/dev-qt/qtvirtualkeyboard-5.9.3 @@ -10,5 +10,5 @@ RDEPEND=~dev-qt/qtcore-5.9.3 ~dev-qt/qtdeclarative-5.9.3 ~dev-qt/qtgui-5.9.3 ~de RESTRICT=test SLOT=5/5.9 SRC_URI=https://download.qt.io/official_releases/qt/5.9/5.9.3/submodules/qtvirtualkeyboard-opensource-src-5.9.3.tar.xz -_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e qt5-build 3e208d7dd0bcd8e50ced533fbebe36bf toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 +_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e qt5-build be28b1f44ac4f2971b231eeed0194344 toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 _md5_=0f0150eaccd9483baeccb20807cee990 diff --git a/metadata/md5-cache/dev-qt/qtwayland-5.7.1 b/metadata/md5-cache/dev-qt/qtwayland-5.7.1 index 0c19cb6506ee..b34ab8bf9d56 100644 --- a/metadata/md5-cache/dev-qt/qtwayland-5.7.1 +++ b/metadata/md5-cache/dev-qt/qtwayland-5.7.1 @@ -10,5 +10,5 @@ RDEPEND=>=dev-libs/wayland-1.4.0 ~dev-qt/qtcore-5.7.1 ~dev-qt/qtdeclarative-5.7. RESTRICT=test SLOT=5/5.7 SRC_URI=https://download.qt.io/official_releases/qt/5.7/5.7.1/submodules/qtwayland-opensource-src-5.7.1.tar.xz -_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e qt5-build 3e208d7dd0bcd8e50ced533fbebe36bf toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 +_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e qt5-build be28b1f44ac4f2971b231eeed0194344 toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 _md5_=9d7394a0dc477a8ba16c9719632e18e3 diff --git a/metadata/md5-cache/dev-qt/qtwayland-5.9.3 b/metadata/md5-cache/dev-qt/qtwayland-5.9.3 index 30e32bd53baf..0b7f7d5f12d1 100644 --- a/metadata/md5-cache/dev-qt/qtwayland-5.9.3 +++ b/metadata/md5-cache/dev-qt/qtwayland-5.9.3 @@ -10,5 +10,5 @@ RDEPEND=>=dev-libs/wayland-1.6.0 ~dev-qt/qtcore-5.9.3 ~dev-qt/qtdeclarative-5.9. RESTRICT=test SLOT=5/5.9 SRC_URI=https://download.qt.io/official_releases/qt/5.9/5.9.3/submodules/qtwayland-opensource-src-5.9.3.tar.xz -_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e qt5-build 3e208d7dd0bcd8e50ced533fbebe36bf toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 +_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e qt5-build be28b1f44ac4f2971b231eeed0194344 toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 _md5_=5fb3aed5377bd12a02bb00e0dda33640 diff --git a/metadata/md5-cache/dev-qt/qtwebchannel-5.7.1 b/metadata/md5-cache/dev-qt/qtwebchannel-5.7.1 index fcfdcc528818..918bbbfe6190 100644 --- a/metadata/md5-cache/dev-qt/qtwebchannel-5.7.1 +++ b/metadata/md5-cache/dev-qt/qtwebchannel-5.7.1 @@ -10,5 +10,5 @@ RDEPEND=~dev-qt/qtcore-5.7.1 qml? ( ~dev-qt/qtdeclarative-5.7.1 ) dev-qt/qtchoos RESTRICT=test SLOT=5/5.7 SRC_URI=https://download.qt.io/official_releases/qt/5.7/5.7.1/submodules/qtwebchannel-opensource-src-5.7.1.tar.xz -_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e qt5-build 3e208d7dd0bcd8e50ced533fbebe36bf toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 +_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e qt5-build be28b1f44ac4f2971b231eeed0194344 toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 _md5_=e8a26835419fd5a3c1421c024f273e4b diff --git a/metadata/md5-cache/dev-qt/qtwebchannel-5.9.3 b/metadata/md5-cache/dev-qt/qtwebchannel-5.9.3 index 2e0378b435be..98311783269f 100644 --- a/metadata/md5-cache/dev-qt/qtwebchannel-5.9.3 +++ b/metadata/md5-cache/dev-qt/qtwebchannel-5.9.3 @@ -10,5 +10,5 @@ RDEPEND=~dev-qt/qtcore-5.9.3 qml? ( ~dev-qt/qtdeclarative-5.9.3 ) dev-qt/qtchoos RESTRICT=test SLOT=5/5.9 SRC_URI=https://download.qt.io/official_releases/qt/5.9/5.9.3/submodules/qtwebchannel-opensource-src-5.9.3.tar.xz -_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e qt5-build 3e208d7dd0bcd8e50ced533fbebe36bf toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 +_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e qt5-build be28b1f44ac4f2971b231eeed0194344 toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 _md5_=d9c5f87946f197e5c271af84a3c2c328 diff --git a/metadata/md5-cache/dev-qt/qtwebengine-5.7.1-r2 b/metadata/md5-cache/dev-qt/qtwebengine-5.7.1-r2 index 896e25877127..f5ee14e0eb35 100644 --- a/metadata/md5-cache/dev-qt/qtwebengine-5.7.1-r2 +++ b/metadata/md5-cache/dev-qt/qtwebengine-5.7.1-r2 @@ -10,5 +10,5 @@ RDEPEND=app-arch/snappy:= dev-libs/glib:2 dev-libs/nspr dev-libs/nss ~dev-qt/qtc RESTRICT=test SLOT=5/5.7 SRC_URI=https://download.qt.io/official_releases/qt/5.7/5.7.1/submodules/qtwebengine-opensource-src-5.7.1.tar.xz -_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 6f5991c7101863d0b29df63990ad852e pax-utils 4f95120230a315c8caaabeb2307b7eee python-any-r1 27d7f9da7187d283b7f3eae8390b7b09 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d qt5-build 3e208d7dd0bcd8e50ced533fbebe36bf toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 +_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 6f5991c7101863d0b29df63990ad852e pax-utils 4f95120230a315c8caaabeb2307b7eee python-any-r1 27d7f9da7187d283b7f3eae8390b7b09 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d qt5-build be28b1f44ac4f2971b231eeed0194344 toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 _md5_=33860c1055ddf549e86fe9e2ddf0b214 diff --git a/metadata/md5-cache/dev-qt/qtwebengine-5.9.3 b/metadata/md5-cache/dev-qt/qtwebengine-5.9.3 index 543037994ae6..a16ab6d77009 100644 --- a/metadata/md5-cache/dev-qt/qtwebengine-5.9.3 +++ b/metadata/md5-cache/dev-qt/qtwebengine-5.9.3 @@ -1,14 +1,14 @@ DEFINED_PHASES=compile configure install postinst postrm prepare setup test unpack -DEPEND=app-arch/snappy:= dev-libs/glib:2 dev-libs/nspr dev-libs/nss ~dev-qt/qtcore-5.9.3 ~dev-qt/qtdeclarative-5.9.3 ~dev-qt/qtgui-5.9.3 ~dev-qt/qtnetwork-5.9.3 ~dev-qt/qtprintsupport-5.9.3 ~dev-qt/qtwebchannel-5.9.3[qml] dev-libs/expat dev-libs/libevent:= dev-libs/libxml2 dev-libs/libxslt dev-libs/protobuf:= media-libs/fontconfig media-libs/freetype media-libs/harfbuzz:= media-libs/libpng:0= >=media-libs/libvpx-1.5:=[svc] media-libs/libwebp:= media-libs/mesa media-libs/opus net-libs/libsrtp:0= sys-apps/dbus sys-apps/pciutils sys-libs/libcap sys-libs/zlib[minizip] virtual/jpeg:0 virtual/libudev x11-libs/libdrm x11-libs/libX11 x11-libs/libXcomposite x11-libs/libXcursor x11-libs/libXdamage x11-libs/libXext x11-libs/libXfixes x11-libs/libXi x11-libs/libXrandr x11-libs/libXrender x11-libs/libXScrnSaver x11-libs/libXtst alsa? ( media-libs/alsa-lib ) geolocation? ( ~dev-qt/qtpositioning-5.9.3 ) pulseaudio? ( media-sound/pulseaudio:= ) system-ffmpeg? ( media-video/ffmpeg:0= ) system-icu? ( dev-libs/icu:= ) widgets? ( ~dev-qt/qtdeclarative-5.9.3[widgets] ~dev-qt/qtwidgets-5.9.3 ) || ( >=dev-lang/python-2.7.5-r2:2.7 ) >=app-arch/gzip-1.7 dev-util/gperf dev-util/ninja dev-util/re2c sys-devel/bison pax_kernel? ( sys-apps/elfix ) dev-lang/perl virtual/pkgconfig test? ( ~dev-qt/qttest-5.9.3 ) +DEPEND=app-arch/snappy:= dev-libs/glib:2 dev-libs/nspr dev-libs/nss ~dev-qt/qtcore-5.9.3 ~dev-qt/qtdeclarative-5.9.3 ~dev-qt/qtgui-5.9.3 ~dev-qt/qtnetwork-5.9.3 ~dev-qt/qtprintsupport-5.9.3 ~dev-qt/qtwebchannel-5.9.3[qml] dev-libs/expat dev-libs/libevent:= dev-libs/libxml2 dev-libs/libxslt dev-libs/protobuf:= dev-libs/re2:= media-libs/fontconfig media-libs/freetype media-libs/harfbuzz:= media-libs/libpng:0= >=media-libs/libvpx-1.5:=[svc] media-libs/libwebp:= media-libs/mesa media-libs/opus net-libs/libsrtp:0= sys-apps/dbus sys-apps/pciutils sys-libs/libcap sys-libs/zlib[minizip] virtual/jpeg:0 virtual/libudev x11-libs/libdrm x11-libs/libX11 x11-libs/libXcomposite x11-libs/libXcursor x11-libs/libXdamage x11-libs/libXext x11-libs/libXfixes x11-libs/libXi x11-libs/libXrandr x11-libs/libXrender x11-libs/libXScrnSaver x11-libs/libXtst alsa? ( media-libs/alsa-lib ) geolocation? ( ~dev-qt/qtpositioning-5.9.3 ) pulseaudio? ( media-sound/pulseaudio:= ) system-ffmpeg? ( media-video/ffmpeg:0= ) system-icu? ( dev-libs/icu:= ) widgets? ( ~dev-qt/qtdeclarative-5.9.3[widgets] ~dev-qt/qtwidgets-5.9.3 ) || ( >=dev-lang/python-2.7.5-r2:2.7 ) >=app-arch/gzip-1.7 dev-util/gperf dev-util/ninja dev-util/re2c sys-devel/bison pax_kernel? ( sys-apps/elfix ) dev-lang/perl virtual/pkgconfig test? ( ~dev-qt/qttest-5.9.3 ) DESCRIPTION=Library for rendering dynamic web content in Qt5 C++ and QML applications EAPI=6 HOMEPAGE=https://www.qt.io/ IUSE=alsa bindist geolocation pax_kernel pulseaudio +system-ffmpeg +system-icu widgets debug test KEYWORDS=~amd64 ~arm ~arm64 ~x86 LICENSE=|| ( GPL-2 GPL-3 LGPL-3 ) FDL-1.3 -RDEPEND=app-arch/snappy:= dev-libs/glib:2 dev-libs/nspr dev-libs/nss ~dev-qt/qtcore-5.9.3 ~dev-qt/qtdeclarative-5.9.3 ~dev-qt/qtgui-5.9.3 ~dev-qt/qtnetwork-5.9.3 ~dev-qt/qtprintsupport-5.9.3 ~dev-qt/qtwebchannel-5.9.3[qml] dev-libs/expat dev-libs/libevent:= dev-libs/libxml2 dev-libs/libxslt dev-libs/protobuf:= media-libs/fontconfig media-libs/freetype media-libs/harfbuzz:= media-libs/libpng:0= >=media-libs/libvpx-1.5:=[svc] media-libs/libwebp:= media-libs/mesa media-libs/opus net-libs/libsrtp:0= sys-apps/dbus sys-apps/pciutils sys-libs/libcap sys-libs/zlib[minizip] virtual/jpeg:0 virtual/libudev x11-libs/libdrm x11-libs/libX11 x11-libs/libXcomposite x11-libs/libXcursor x11-libs/libXdamage x11-libs/libXext x11-libs/libXfixes x11-libs/libXi x11-libs/libXrandr x11-libs/libXrender x11-libs/libXScrnSaver x11-libs/libXtst alsa? ( media-libs/alsa-lib ) geolocation? ( ~dev-qt/qtpositioning-5.9.3 ) pulseaudio? ( media-sound/pulseaudio:= ) system-ffmpeg? ( media-video/ffmpeg:0= ) system-icu? ( dev-libs/icu:= ) widgets? ( ~dev-qt/qtdeclarative-5.9.3[widgets] ~dev-qt/qtwidgets-5.9.3 ) dev-qt/qtchooser +RDEPEND=app-arch/snappy:= dev-libs/glib:2 dev-libs/nspr dev-libs/nss ~dev-qt/qtcore-5.9.3 ~dev-qt/qtdeclarative-5.9.3 ~dev-qt/qtgui-5.9.3 ~dev-qt/qtnetwork-5.9.3 ~dev-qt/qtprintsupport-5.9.3 ~dev-qt/qtwebchannel-5.9.3[qml] dev-libs/expat dev-libs/libevent:= dev-libs/libxml2 dev-libs/libxslt dev-libs/protobuf:= dev-libs/re2:= media-libs/fontconfig media-libs/freetype media-libs/harfbuzz:= media-libs/libpng:0= >=media-libs/libvpx-1.5:=[svc] media-libs/libwebp:= media-libs/mesa media-libs/opus net-libs/libsrtp:0= sys-apps/dbus sys-apps/pciutils sys-libs/libcap sys-libs/zlib[minizip] virtual/jpeg:0 virtual/libudev x11-libs/libdrm x11-libs/libX11 x11-libs/libXcomposite x11-libs/libXcursor x11-libs/libXdamage x11-libs/libXext x11-libs/libXfixes x11-libs/libXi x11-libs/libXrandr x11-libs/libXrender x11-libs/libXScrnSaver x11-libs/libXtst alsa? ( media-libs/alsa-lib ) geolocation? ( ~dev-qt/qtpositioning-5.9.3 ) pulseaudio? ( media-sound/pulseaudio:= ) system-ffmpeg? ( media-video/ffmpeg:0= ) system-icu? ( dev-libs/icu:= ) widgets? ( ~dev-qt/qtdeclarative-5.9.3[widgets] ~dev-qt/qtwidgets-5.9.3 ) dev-qt/qtchooser RESTRICT=test SLOT=5/5.9 SRC_URI=https://download.qt.io/official_releases/qt/5.9/5.9.3/submodules/qtwebengine-opensource-src-5.9.3.tar.xz -_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 6f5991c7101863d0b29df63990ad852e pax-utils 4f95120230a315c8caaabeb2307b7eee python-any-r1 27d7f9da7187d283b7f3eae8390b7b09 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d qt5-build 3e208d7dd0bcd8e50ced533fbebe36bf toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 -_md5_=34db6760ad86d9d117e313eccc7ecb2f +_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 6f5991c7101863d0b29df63990ad852e pax-utils 4f95120230a315c8caaabeb2307b7eee python-any-r1 27d7f9da7187d283b7f3eae8390b7b09 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d qt5-build be28b1f44ac4f2971b231eeed0194344 toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 +_md5_=b2156a34759f18c9e2f5fff6c48183c8 diff --git a/metadata/md5-cache/dev-qt/qtwebkit-5.7.1 b/metadata/md5-cache/dev-qt/qtwebkit-5.7.1 index 152046bd2006..c481689f8f1a 100644 --- a/metadata/md5-cache/dev-qt/qtwebkit-5.7.1 +++ b/metadata/md5-cache/dev-qt/qtwebkit-5.7.1 @@ -11,5 +11,5 @@ REQUIRED_USE=?? ( gstreamer gstreamer010 multimedia ) RESTRICT=mirror test SLOT=5/5.7 SRC_URI=https://download.qt.io/community_releases/5.7/5.7.1/qtwebkit-opensource-src-5.7.1.tar.xz -_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e python-any-r1 27d7f9da7187d283b7f3eae8390b7b09 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d qt5-build 3e208d7dd0bcd8e50ced533fbebe36bf toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 +_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e python-any-r1 27d7f9da7187d283b7f3eae8390b7b09 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d qt5-build be28b1f44ac4f2971b231eeed0194344 toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 _md5_=e9e52d8f9b3c33300a1761c12b5eee6a diff --git a/metadata/md5-cache/dev-qt/qtwebkit-5.9.1 b/metadata/md5-cache/dev-qt/qtwebkit-5.9.1 index 8ce5bb24adfd..644279bd1413 100644 --- a/metadata/md5-cache/dev-qt/qtwebkit-5.9.1 +++ b/metadata/md5-cache/dev-qt/qtwebkit-5.9.1 @@ -11,5 +11,5 @@ REQUIRED_USE=?? ( gstreamer multimedia ) RESTRICT=mirror test SLOT=5/5.9 SRC_URI=https://download.qt.io/official_releases/qt/5.9/5.9.1/submodules/qtwebkit-opensource-src-5.9.1.tar.xz -_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e python-any-r1 27d7f9da7187d283b7f3eae8390b7b09 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d qt5-build 3e208d7dd0bcd8e50ced533fbebe36bf toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 +_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e python-any-r1 27d7f9da7187d283b7f3eae8390b7b09 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d qt5-build be28b1f44ac4f2971b231eeed0194344 toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 _md5_=675068bc3ad1ecf755d14d9bc6ace647 diff --git a/metadata/md5-cache/dev-qt/qtwebsockets-5.7.1 b/metadata/md5-cache/dev-qt/qtwebsockets-5.7.1 index 33ca14300a09..081fb702ad10 100644 --- a/metadata/md5-cache/dev-qt/qtwebsockets-5.7.1 +++ b/metadata/md5-cache/dev-qt/qtwebsockets-5.7.1 @@ -10,5 +10,5 @@ RDEPEND=~dev-qt/qtcore-5.7.1 ~dev-qt/qtnetwork-5.7.1[ssl=] qml? ( ~dev-qt/qtdecl RESTRICT=test SLOT=5/5.7 SRC_URI=https://download.qt.io/official_releases/qt/5.7/5.7.1/submodules/qtwebsockets-opensource-src-5.7.1.tar.xz -_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e qt5-build 3e208d7dd0bcd8e50ced533fbebe36bf toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 +_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e qt5-build be28b1f44ac4f2971b231eeed0194344 toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 _md5_=9eb13718d8a7d4e451684d275bf2c83e diff --git a/metadata/md5-cache/dev-qt/qtwebsockets-5.9.3 b/metadata/md5-cache/dev-qt/qtwebsockets-5.9.3 index 8fb430b30bbb..6ce6f545c36d 100644 --- a/metadata/md5-cache/dev-qt/qtwebsockets-5.9.3 +++ b/metadata/md5-cache/dev-qt/qtwebsockets-5.9.3 @@ -10,5 +10,5 @@ RDEPEND=~dev-qt/qtcore-5.9.3 ~dev-qt/qtnetwork-5.9.3[ssl=] qml? ( ~dev-qt/qtdecl RESTRICT=test SLOT=5/5.9 SRC_URI=https://download.qt.io/official_releases/qt/5.9/5.9.3/submodules/qtwebsockets-opensource-src-5.9.3.tar.xz -_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e qt5-build 3e208d7dd0bcd8e50ced533fbebe36bf toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 +_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e qt5-build be28b1f44ac4f2971b231eeed0194344 toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 _md5_=e53ff69c93d748c42bcaa1cdc58758a2 diff --git a/metadata/md5-cache/dev-qt/qtwebview-5.7.1 b/metadata/md5-cache/dev-qt/qtwebview-5.7.1 index 3b47be04a46c..15c66d3705d0 100644 --- a/metadata/md5-cache/dev-qt/qtwebview-5.7.1 +++ b/metadata/md5-cache/dev-qt/qtwebview-5.7.1 @@ -10,5 +10,5 @@ RDEPEND=~dev-qt/qtcore-5.7.1 ~dev-qt/qtdeclarative-5.7.1 ~dev-qt/qtgui-5.7.1 ~de RESTRICT=test SLOT=5/5.7 SRC_URI=https://download.qt.io/official_releases/qt/5.7/5.7.1/submodules/qtwebview-opensource-src-5.7.1.tar.xz -_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e qt5-build 3e208d7dd0bcd8e50ced533fbebe36bf toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 +_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e qt5-build be28b1f44ac4f2971b231eeed0194344 toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 _md5_=82697778ea3ac492e122861147c788ad diff --git a/metadata/md5-cache/dev-qt/qtwebview-5.9.3 b/metadata/md5-cache/dev-qt/qtwebview-5.9.3 index a200d03f7f12..974880f53299 100644 --- a/metadata/md5-cache/dev-qt/qtwebview-5.9.3 +++ b/metadata/md5-cache/dev-qt/qtwebview-5.9.3 @@ -10,5 +10,5 @@ RDEPEND=~dev-qt/qtcore-5.9.3 ~dev-qt/qtdeclarative-5.9.3 ~dev-qt/qtgui-5.9.3 ~de RESTRICT=test SLOT=5/5.9 SRC_URI=https://download.qt.io/official_releases/qt/5.9/5.9.3/submodules/qtwebview-opensource-src-5.9.3.tar.xz -_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e qt5-build 3e208d7dd0bcd8e50ced533fbebe36bf toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 +_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e qt5-build be28b1f44ac4f2971b231eeed0194344 toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 _md5_=e8647f9198111762fe53da594ddbae5d diff --git a/metadata/md5-cache/dev-qt/qtwidgets-5.7.1 b/metadata/md5-cache/dev-qt/qtwidgets-5.7.1 index 5212cdbbfc22..8ec18b139724 100644 --- a/metadata/md5-cache/dev-qt/qtwidgets-5.7.1 +++ b/metadata/md5-cache/dev-qt/qtwidgets-5.7.1 @@ -10,5 +10,5 @@ RDEPEND=~dev-qt/qtcore-5.7.1 ~dev-qt/qtgui-5.7.1[gles2=,png=,xcb?] dev-qt/qtchoo RESTRICT=test SLOT=5/5.7 SRC_URI=https://download.qt.io/official_releases/qt/5.7/5.7.1/submodules/qtbase-opensource-src-5.7.1.tar.xz -_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e qt5-build 3e208d7dd0bcd8e50ced533fbebe36bf toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 +_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e qt5-build be28b1f44ac4f2971b231eeed0194344 toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 _md5_=6495bb5330a8f0e1ed3035e301a3178a diff --git a/metadata/md5-cache/dev-qt/qtwidgets-5.9.3 b/metadata/md5-cache/dev-qt/qtwidgets-5.9.3 index 8d816fb678cf..2f0fe29cba21 100644 --- a/metadata/md5-cache/dev-qt/qtwidgets-5.9.3 +++ b/metadata/md5-cache/dev-qt/qtwidgets-5.9.3 @@ -10,5 +10,5 @@ RDEPEND=~dev-qt/qtcore-5.9.3 ~dev-qt/qtgui-5.9.3[gles2=,png=,xcb?] gtk? ( ~dev-q RESTRICT=test SLOT=5/5.9 SRC_URI=https://download.qt.io/official_releases/qt/5.9/5.9.3/submodules/qtbase-opensource-src-5.9.3.tar.xz -_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e qt5-build 3e208d7dd0bcd8e50ced533fbebe36bf toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 +_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e qt5-build be28b1f44ac4f2971b231eeed0194344 toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 _md5_=508f46744af011dc2fe9c7efa9b6c933 diff --git a/metadata/md5-cache/dev-qt/qtx11extras-5.7.1 b/metadata/md5-cache/dev-qt/qtx11extras-5.7.1 index ef37a6f43523..b28f4b07c4a7 100644 --- a/metadata/md5-cache/dev-qt/qtx11extras-5.7.1 +++ b/metadata/md5-cache/dev-qt/qtx11extras-5.7.1 @@ -10,5 +10,5 @@ RDEPEND=~dev-qt/qtcore-5.7.1 ~dev-qt/qtgui-5.7.1[xcb] dev-qt/qtchooser RESTRICT=test SLOT=5/5.7 SRC_URI=https://download.qt.io/official_releases/qt/5.7/5.7.1/submodules/qtx11extras-opensource-src-5.7.1.tar.xz -_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e qt5-build 3e208d7dd0bcd8e50ced533fbebe36bf toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 +_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e qt5-build be28b1f44ac4f2971b231eeed0194344 toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 _md5_=ea23adca57db425b64a512f8402662a5 diff --git a/metadata/md5-cache/dev-qt/qtx11extras-5.9.3 b/metadata/md5-cache/dev-qt/qtx11extras-5.9.3 index 51cea8f3b048..e11b8ceb92f3 100644 --- a/metadata/md5-cache/dev-qt/qtx11extras-5.9.3 +++ b/metadata/md5-cache/dev-qt/qtx11extras-5.9.3 @@ -10,5 +10,5 @@ RDEPEND=~dev-qt/qtcore-5.9.3 ~dev-qt/qtgui-5.9.3[xcb] dev-qt/qtchooser RESTRICT=test SLOT=5/5.9 SRC_URI=https://download.qt.io/official_releases/qt/5.9/5.9.3/submodules/qtx11extras-opensource-src-5.9.3.tar.xz -_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e qt5-build 3e208d7dd0bcd8e50ced533fbebe36bf toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 +_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e qt5-build be28b1f44ac4f2971b231eeed0194344 toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 _md5_=03dd3ed1dcd532fb496095a94a4187c1 diff --git a/metadata/md5-cache/dev-qt/qtxml-5.7.1 b/metadata/md5-cache/dev-qt/qtxml-5.7.1 index 95d44ceefd77..33c58c80eb89 100644 --- a/metadata/md5-cache/dev-qt/qtxml-5.7.1 +++ b/metadata/md5-cache/dev-qt/qtxml-5.7.1 @@ -10,5 +10,5 @@ RDEPEND=~dev-qt/qtcore-5.7.1 dev-qt/qtchooser RESTRICT=test SLOT=5/5.7 SRC_URI=https://download.qt.io/official_releases/qt/5.7/5.7.1/submodules/qtbase-opensource-src-5.7.1.tar.xz -_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e qt5-build 3e208d7dd0bcd8e50ced533fbebe36bf toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 +_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e qt5-build be28b1f44ac4f2971b231eeed0194344 toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 _md5_=e6a031338a2cdc2ecba1dffe406860e7 diff --git a/metadata/md5-cache/dev-qt/qtxml-5.9.3 b/metadata/md5-cache/dev-qt/qtxml-5.9.3 index 02f2cb8ea547..fc1fac8135f5 100644 --- a/metadata/md5-cache/dev-qt/qtxml-5.9.3 +++ b/metadata/md5-cache/dev-qt/qtxml-5.9.3 @@ -10,5 +10,5 @@ RDEPEND=~dev-qt/qtcore-5.9.3 dev-qt/qtchooser RESTRICT=test SLOT=5/5.9 SRC_URI=https://download.qt.io/official_releases/qt/5.9/5.9.3/submodules/qtbase-opensource-src-5.9.3.tar.xz -_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e qt5-build 3e208d7dd0bcd8e50ced533fbebe36bf toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 +_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e qt5-build be28b1f44ac4f2971b231eeed0194344 toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 _md5_=68f7d4b7249b9f5ac7dd097ffbc46119 diff --git a/metadata/md5-cache/dev-qt/qtxmlpatterns-5.7.1 b/metadata/md5-cache/dev-qt/qtxmlpatterns-5.7.1 index 065b9e9806f1..e9f38a7c98fa 100644 --- a/metadata/md5-cache/dev-qt/qtxmlpatterns-5.7.1 +++ b/metadata/md5-cache/dev-qt/qtxmlpatterns-5.7.1 @@ -10,5 +10,5 @@ RDEPEND=~dev-qt/qtcore-5.7.1 ~dev-qt/qtnetwork-5.7.1 dev-qt/qtchooser RESTRICT=test SLOT=5/5.7 SRC_URI=https://download.qt.io/official_releases/qt/5.7/5.7.1/submodules/qtxmlpatterns-opensource-src-5.7.1.tar.xz -_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e qt5-build 3e208d7dd0bcd8e50ced533fbebe36bf toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 +_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e qt5-build be28b1f44ac4f2971b231eeed0194344 toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 _md5_=a31e531e8991eb6f6300a579ffe9de6a diff --git a/metadata/md5-cache/dev-qt/qtxmlpatterns-5.9.3 b/metadata/md5-cache/dev-qt/qtxmlpatterns-5.9.3 index 0ed876057fcd..c7c3f908cb52 100644 --- a/metadata/md5-cache/dev-qt/qtxmlpatterns-5.9.3 +++ b/metadata/md5-cache/dev-qt/qtxmlpatterns-5.9.3 @@ -10,5 +10,5 @@ RDEPEND=~dev-qt/qtcore-5.9.3 ~dev-qt/qtnetwork-5.9.3 dev-qt/qtchooser RESTRICT=test SLOT=5/5.9 SRC_URI=https://download.qt.io/official_releases/qt/5.9/5.9.3/submodules/qtxmlpatterns-opensource-src-5.9.3.tar.xz -_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e qt5-build 3e208d7dd0bcd8e50ced533fbebe36bf toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 +_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e qt5-build be28b1f44ac4f2971b231eeed0194344 toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 _md5_=15bbfc7c1c5360523f01cc03755e547a diff --git a/metadata/md5-cache/dev-ruby/Manifest.gz b/metadata/md5-cache/dev-ruby/Manifest.gz index 4c3e1aa5ac54..ffda15369f99 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/capybara-2.16.1 b/metadata/md5-cache/dev-ruby/capybara-2.16.1 index cb844e99309e..f6e87de86d5f 100644 --- a/metadata/md5-cache/dev-ruby/capybara-2.16.1 +++ b/metadata/md5-cache/dev-ruby/capybara-2.16.1 @@ -4,11 +4,11 @@ DESCRIPTION=Capybara aims to simplify the process of integration testing Rack ap EAPI=6 HOMEPAGE=https://github.com/jnicklas/capybara IUSE=test test elibc_FreeBSD ruby_targets_ruby22 ruby_targets_ruby23 ruby_targets_ruby24 test -KEYWORDS=~amd64 +KEYWORDS=~amd64 ~arm64 LICENSE=MIT RDEPEND=ruby_targets_ruby22? ( dev-ruby/addressable[ruby_targets_ruby22] >=dev-ruby/mini_mime-0.1.3[ruby_targets_ruby22] >=dev-ruby/nokogiri-1.3.3[ruby_targets_ruby22] >=dev-ruby/rack-1.0.0:*[ruby_targets_ruby22] >=dev-ruby/rack-test-0.5.4:*[ruby_targets_ruby22] >=dev-ruby/xpath-2.0.0:2[ruby_targets_ruby22] ) ruby_targets_ruby23? ( dev-ruby/addressable[ruby_targets_ruby23] >=dev-ruby/mini_mime-0.1.3[ruby_targets_ruby23] >=dev-ruby/nokogiri-1.3.3[ruby_targets_ruby23] >=dev-ruby/rack-1.0.0:*[ruby_targets_ruby23] >=dev-ruby/rack-test-0.5.4:*[ruby_targets_ruby23] >=dev-ruby/xpath-2.0.0:2[ruby_targets_ruby23] ) ruby_targets_ruby24? ( dev-ruby/addressable[ruby_targets_ruby24] >=dev-ruby/mini_mime-0.1.3[ruby_targets_ruby24] >=dev-ruby/nokogiri-1.3.3[ruby_targets_ruby24] >=dev-ruby/rack-1.0.0:*[ruby_targets_ruby24] >=dev-ruby/rack-test-0.5.4:*[ruby_targets_ruby24] >=dev-ruby/xpath-2.0.0:2[ruby_targets_ruby24] ) ruby_targets_ruby22? ( dev-lang/ruby:2.2 ) ruby_targets_ruby23? ( dev-lang/ruby:2.3 ) ruby_targets_ruby24? ( dev-lang/ruby:2.4 ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) ruby_targets_ruby23? ( virtual/rubygems[ruby_targets_ruby23] ) ruby_targets_ruby24? ( virtual/rubygems[ruby_targets_ruby24] ) REQUIRED_USE=|| ( ruby_targets_ruby22 ruby_targets_ruby23 ruby_targets_ruby24 ) SLOT=2 SRC_URI=mirror://rubygems/capybara-2.16.1.gem _eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 java-utils-2 1971a6927fcd7ec839f7e12b28a24bdd ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e ruby-fakegem cf1343b57e8029745950b4b147ff4d3a ruby-ng 1a95cd8be181598c8171cf918aa225d9 ruby-utils f8a0644cb27ba724df27b2a20a739b53 toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 -_md5_=055e393c954472c40af848327e7adff7 +_md5_=89cb18e369d5decb876f7c41a6911095 diff --git a/metadata/md5-cache/dev-ruby/coderay-1.1.2 b/metadata/md5-cache/dev-ruby/coderay-1.1.2 index 94142734be73..60ba4e01c9f2 100644 --- a/metadata/md5-cache/dev-ruby/coderay-1.1.2 +++ b/metadata/md5-cache/dev-ruby/coderay-1.1.2 @@ -4,11 +4,11 @@ DESCRIPTION=A Ruby library for syntax highlighting EAPI=6 HOMEPAGE=http://coderay.rubychan.de/ IUSE=elibc_FreeBSD ruby_targets_ruby22 ruby_targets_ruby23 ruby_targets_ruby24 doc test test -KEYWORDS=alpha amd64 ~arm ~arm64 hppa ia64 ppc ppc64 sparc x86 ~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 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris LICENSE=MIT RDEPEND=ruby_targets_ruby22? ( dev-lang/ruby:2.2 ) ruby_targets_ruby23? ( dev-lang/ruby:2.3 ) ruby_targets_ruby24? ( dev-lang/ruby:2.4 ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) ruby_targets_ruby23? ( virtual/rubygems[ruby_targets_ruby23] ) ruby_targets_ruby24? ( virtual/rubygems[ruby_targets_ruby24] ) REQUIRED_USE=|| ( ruby_targets_ruby22 ruby_targets_ruby23 ruby_targets_ruby24 ) SLOT=0 SRC_URI=https://github.com/rubychan/coderay/archive/v1.1.2.tar.gz -> coderay-1.1.2.tar.gz _eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 java-utils-2 1971a6927fcd7ec839f7e12b28a24bdd ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e ruby-fakegem cf1343b57e8029745950b4b147ff4d3a ruby-ng 1a95cd8be181598c8171cf918aa225d9 ruby-utils f8a0644cb27ba724df27b2a20a739b53 toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 -_md5_=f04b1b0eca257be81a7ec9d4a7c81636 +_md5_=977071756bd2ae390ba396dc37dd4678 diff --git a/metadata/md5-cache/dev-ruby/facter-3.9.3 b/metadata/md5-cache/dev-ruby/facter-3.9.3 index c6c420d59615..b4539dd7b2f1 100644 --- a/metadata/md5-cache/dev-ruby/facter-3.9.3 +++ b/metadata/md5-cache/dev-ruby/facter-3.9.3 @@ -11,4 +11,4 @@ REQUIRED_USE=|| ( ruby_targets_ruby22 ruby_targets_ruby23 ruby_targets_ruby24 ) SLOT=0 SRC_URI=https://github.com/puppetlabs/facter/archive/3.9.3.tar.gz -> facter-3.9.3.tar.gz _eclasses_=cmake-utils 77a5a8d3308359caadcdd91688f20093 desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 java-utils-2 1971a6927fcd7ec839f7e12b28a24bdd ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 6f5991c7101863d0b29df63990ad852e ninja-utils ebb2eaddc6331c4fa000b8eb8f6fe074 ruby-ng 1a95cd8be181598c8171cf918aa225d9 ruby-utils f8a0644cb27ba724df27b2a20a739b53 toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 xdg-utils f2c8335407f0b935b0a96d4adf23ef25 -_md5_=c0e0c7ed3ece94e78c54342822edb388 +_md5_=db838d7a8270cc2eec3188595625615f diff --git a/metadata/md5-cache/dev-ruby/ffi-1.9.18 b/metadata/md5-cache/dev-ruby/ffi-1.9.18 index a03c04d12060..df746df245bc 100644 --- a/metadata/md5-cache/dev-ruby/ffi-1.9.18 +++ b/metadata/md5-cache/dev-ruby/ffi-1.9.18 @@ -4,11 +4,11 @@ DESCRIPTION=Ruby extension for programmatically loading dynamic libraries EAPI=5 HOMEPAGE=https://wiki.github.com/ffi/ffi IUSE=elibc_FreeBSD ruby_targets_ruby22 ruby_targets_ruby23 ruby_targets_ruby24 doc test test -KEYWORDS=alpha amd64 ~arm ~arm64 hppa ia64 ppc ppc64 ~sparc x86 ~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 ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris LICENSE=BSD RDEPEND=virtual/libffi ruby_targets_ruby22? ( dev-lang/ruby:2.2 ) ruby_targets_ruby23? ( dev-lang/ruby:2.3 ) ruby_targets_ruby24? ( dev-lang/ruby:2.4 ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) ruby_targets_ruby23? ( virtual/rubygems[ruby_targets_ruby23] ) ruby_targets_ruby24? ( virtual/rubygems[ruby_targets_ruby24] ) REQUIRED_USE=|| ( ruby_targets_ruby22 ruby_targets_ruby23 ruby_targets_ruby24 ) SLOT=0 SRC_URI=https://github.com/ffi/ffi/archive/1.9.18.tar.gz -> ffi-git-1.9.18.tgz _eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 java-utils-2 1971a6927fcd7ec839f7e12b28a24bdd ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e ruby-fakegem cf1343b57e8029745950b4b147ff4d3a ruby-ng 1a95cd8be181598c8171cf918aa225d9 ruby-utils f8a0644cb27ba724df27b2a20a739b53 toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 -_md5_=f849b43a849d55828711ae336b59396a +_md5_=95cd4196a094f851fb63dcd398958228 diff --git a/metadata/md5-cache/dev-ruby/ffi-1.9.6-r2 b/metadata/md5-cache/dev-ruby/ffi-1.9.6-r2 deleted file mode 100644 index 9ed6b56f6a83..000000000000 --- a/metadata/md5-cache/dev-ruby/ffi-1.9.6-r2 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install prepare setup test unpack -DEPEND=virtual/libffi ruby_targets_ruby22? ( dev-ruby/rake[ruby_targets_ruby22] ) ruby_targets_ruby22? ( dev-lang/ruby:2.2 ) ruby_targets_ruby22? ( doc? ( dev-ruby/rdoc[ruby_targets_ruby22] ) ) ruby_targets_ruby22? ( test? ( dev-ruby/rspec:2[ruby_targets_ruby22] >=dev-ruby/rspec-core-2.14.8-r2[ruby_targets_ruby22] ) ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) test? ( ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) ) -DESCRIPTION=Ruby extension for programmatically loading dynamic libraries -EAPI=5 -HOMEPAGE=https://wiki.github.com/ffi/ffi -IUSE=elibc_FreeBSD ruby_targets_ruby22 doc test test -KEYWORDS=alpha amd64 arm hppa ia64 ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris -LICENSE=BSD -RDEPEND=virtual/libffi ruby_targets_ruby22? ( dev-lang/ruby:2.2 ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) -REQUIRED_USE=|| ( ruby_targets_ruby22 ) -SLOT=0 -SRC_URI=https://github.com/ffi/ffi/archive/v1.9.6.tar.gz -> ffi-git-1.9.6.tgz -_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 java-utils-2 1971a6927fcd7ec839f7e12b28a24bdd ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e ruby-fakegem cf1343b57e8029745950b4b147ff4d3a ruby-ng 1a95cd8be181598c8171cf918aa225d9 ruby-utils f8a0644cb27ba724df27b2a20a739b53 toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 -_md5_=2a1b392a1915898f812f74309eabd86d diff --git a/metadata/md5-cache/dev-ruby/hoe-3.16.0 b/metadata/md5-cache/dev-ruby/hoe-3.16.0 index 0fe5618cb70c..f492e931e235 100644 --- a/metadata/md5-cache/dev-ruby/hoe-3.16.0 +++ b/metadata/md5-cache/dev-ruby/hoe-3.16.0 @@ -4,11 +4,11 @@ DESCRIPTION=Hoe extends rake to provide full project automation EAPI=5 HOMEPAGE=https://www.zenspider.com/projects/hoe.html IUSE=doc test elibc_FreeBSD ruby_targets_ruby22 ruby_targets_ruby23 ruby_targets_ruby24 doc test test -KEYWORDS=alpha amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris +KEYWORDS=alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris LICENSE=MIT RDEPEND=ruby_targets_ruby22? ( >=dev-ruby/rake-0.8.7[ruby_targets_ruby22] =dev-ruby/rake-0.8.7[ruby_targets_ruby23] =dev-ruby/rake-0.8.7[ruby_targets_ruby24] mini_mime-1.0.0.tar.gz _eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 java-utils-2 1971a6927fcd7ec839f7e12b28a24bdd ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e ruby-fakegem cf1343b57e8029745950b4b147ff4d3a ruby-ng 1a95cd8be181598c8171cf918aa225d9 ruby-utils f8a0644cb27ba724df27b2a20a739b53 toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 -_md5_=a703022e88d38c370a3a2c75c4ad296f +_md5_=275c6c8e0adc3984ae8c9ceaee6c8325 diff --git a/metadata/md5-cache/dev-ruby/minitest-5.9.1 b/metadata/md5-cache/dev-ruby/minitest-5.9.1 index 13122c0daa28..58b307fef0a0 100644 --- a/metadata/md5-cache/dev-ruby/minitest-5.9.1 +++ b/metadata/md5-cache/dev-ruby/minitest-5.9.1 @@ -4,11 +4,11 @@ DESCRIPTION=minitest/unit is a small and fast replacement for ruby's huge and sl EAPI=5 HOMEPAGE=https://github.com/seattlerb/minitest IUSE=doc test elibc_FreeBSD ruby_targets_ruby22 ruby_targets_ruby23 doc test test -KEYWORDS=alpha amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris +KEYWORDS=alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris LICENSE=MIT RDEPEND=ruby_targets_ruby22? ( dev-lang/ruby:2.2 ) ruby_targets_ruby23? ( dev-lang/ruby:2.3 ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) ruby_targets_ruby23? ( virtual/rubygems[ruby_targets_ruby23] ) REQUIRED_USE=|| ( ruby_targets_ruby22 ruby_targets_ruby23 ) SLOT=5 SRC_URI=mirror://rubygems/minitest-5.9.1.gem _eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 java-utils-2 1971a6927fcd7ec839f7e12b28a24bdd ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e ruby-fakegem cf1343b57e8029745950b4b147ff4d3a ruby-ng 1a95cd8be181598c8171cf918aa225d9 ruby-utils f8a0644cb27ba724df27b2a20a739b53 toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 -_md5_=3cac9ed5ad246ad15b0bda40bf0b1e06 +_md5_=854d9b4d610d96d51f7136d80058545a diff --git a/metadata/md5-cache/dev-ruby/nokogiri-1.8.1 b/metadata/md5-cache/dev-ruby/nokogiri-1.8.1 index 387d94cb32a2..4bac9a454da8 100644 --- a/metadata/md5-cache/dev-ruby/nokogiri-1.8.1 +++ b/metadata/md5-cache/dev-ruby/nokogiri-1.8.1 @@ -4,11 +4,11 @@ DESCRIPTION=Nokogiri is an HTML, XML, SAX, and Reader parser EAPI=6 HOMEPAGE=http://nokogiri.org/ IUSE=elibc_FreeBSD ruby_targets_ruby22 ruby_targets_ruby23 ruby_targets_ruby24 doc test test -KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~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 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris LICENSE=MIT RDEPEND=>=dev-libs/libxml2-2.9.5:= >=dev-libs/libxslt-1.1.30 virtual/libiconv ruby_targets_ruby22? ( dev-lang/ruby:2.2 ) ruby_targets_ruby23? ( dev-lang/ruby:2.3 ) ruby_targets_ruby24? ( dev-lang/ruby:2.4 ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) ruby_targets_ruby23? ( virtual/rubygems[ruby_targets_ruby23] ) ruby_targets_ruby24? ( virtual/rubygems[ruby_targets_ruby24] ) REQUIRED_USE=|| ( ruby_targets_ruby22 ruby_targets_ruby23 ruby_targets_ruby24 ) SLOT=0 SRC_URI=https://github.com/sparklemotion/nokogiri/archive/v1.8.1.tar.gz -> nokogiri-1.8.1-git.tgz _eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 java-utils-2 1971a6927fcd7ec839f7e12b28a24bdd ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e ruby-fakegem cf1343b57e8029745950b4b147ff4d3a ruby-ng 1a95cd8be181598c8171cf918aa225d9 ruby-utils f8a0644cb27ba724df27b2a20a739b53 toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 -_md5_=b9d3543a86553aa46281a30e4f1c4405 +_md5_=326afa32d234c0fc48a4c0c16b8b4692 diff --git a/metadata/md5-cache/dev-ruby/pkg-config-1.2.8 b/metadata/md5-cache/dev-ruby/pkg-config-1.2.8 index 3028ce221567..302ca904f6b3 100644 --- a/metadata/md5-cache/dev-ruby/pkg-config-1.2.8 +++ b/metadata/md5-cache/dev-ruby/pkg-config-1.2.8 @@ -4,11 +4,11 @@ DESCRIPTION=A pkg-config implementation by Ruby EAPI=6 HOMEPAGE=https://github.com/rcairo/pkg-config IUSE=test elibc_FreeBSD ruby_targets_ruby22 ruby_targets_ruby23 ruby_targets_ruby24 test test -KEYWORDS=~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 +KEYWORDS=~alpha amd64 ~arm ~arm64 ~hppa ia64 ~ppc ~ppc64 ~sparc ~x86 LICENSE=|| ( LGPL-2 LGPL-2.1 LGPL-3 ) RDEPEND=ruby_targets_ruby22? ( dev-lang/ruby:2.2 ) ruby_targets_ruby23? ( dev-lang/ruby:2.3 ) ruby_targets_ruby24? ( dev-lang/ruby:2.4 ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) ruby_targets_ruby23? ( virtual/rubygems[ruby_targets_ruby23] ) ruby_targets_ruby24? ( virtual/rubygems[ruby_targets_ruby24] ) REQUIRED_USE=|| ( ruby_targets_ruby22 ruby_targets_ruby23 ruby_targets_ruby24 ) SLOT=0 SRC_URI=mirror://rubygems/pkg-config-1.2.8.gem _eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 java-utils-2 1971a6927fcd7ec839f7e12b28a24bdd ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e ruby-fakegem cf1343b57e8029745950b4b147ff4d3a ruby-ng 1a95cd8be181598c8171cf918aa225d9 ruby-utils f8a0644cb27ba724df27b2a20a739b53 toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 -_md5_=166b08773f338ce973431b2c4cf4a5d1 +_md5_=da63d1773e4d60e17e182e4138fb8ab1 diff --git a/metadata/md5-cache/dev-ruby/rack-1.6.7 b/metadata/md5-cache/dev-ruby/rack-1.6.7 index a86dc0fb779c..2d0a10545001 100644 --- a/metadata/md5-cache/dev-ruby/rack-1.6.7 +++ b/metadata/md5-cache/dev-ruby/rack-1.6.7 @@ -4,11 +4,11 @@ DESCRIPTION=A modular Ruby webserver interface EAPI=6 HOMEPAGE=https://rack.github.com/ IUSE=test elibc_FreeBSD ruby_targets_ruby22 ruby_targets_ruby23 ruby_targets_ruby24 doc test test -KEYWORDS=alpha amd64 ~arm ~arm64 hppa ia64 ppc ppc64 sparc x86 ~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 ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris LICENSE=MIT RDEPEND=ruby_targets_ruby22? ( virtual/ruby-ssl[ruby_targets_ruby22] ) ruby_targets_ruby23? ( virtual/ruby-ssl[ruby_targets_ruby23] ) ruby_targets_ruby24? ( virtual/ruby-ssl[ruby_targets_ruby24] ) !dev-ruby/racc-1.4.10[ruby_targets_ruby22] test? ( >=dev-ruby/minitest-5.8:5[ruby_targets_ruby22] ) ) ruby_targets_ruby23? ( dev-ruby/kpeg[ruby_targets_ruby23] >dev-ruby/racc-1.4.10[ruby_targets_ruby23] test? ( >=dev-ruby/minitest-5.8:5[ruby_targets_ruby23] ) ) ruby_targets_ruby24? ( dev-ruby/kpeg[ruby_targets_ruby24] >dev-ruby/racc-1.4.10[ruby_targets_ruby24] test? ( >=dev-ruby/minitest-5.8:5[ruby_targets_ruby24] ) ) ruby_targets_ruby22? ( dev-lang/ruby:2.2 ) ruby_targets_ruby23? ( dev-lang/ruby:2.3 ) ruby_targets_ruby24? ( dev-lang/ruby:2.4 ) ruby_targets_ruby22? ( test? ( dev-ruby/rake[ruby_targets_ruby22] ) ) ruby_targets_ruby23? ( test? ( dev-ruby/rake[ruby_targets_ruby23] ) ) ruby_targets_ruby24? ( test? ( dev-ruby/rake[ruby_targets_ruby24] ) ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) ruby_targets_ruby23? ( virtual/rubygems[ruby_targets_ruby23] ) ruby_targets_ruby24? ( virtual/rubygems[ruby_targets_ruby24] ) test? ( ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) ruby_targets_ruby23? ( virtual/rubygems[ruby_targets_ruby23] ) ruby_targets_ruby24? ( virtual/rubygems[ruby_targets_ruby24] ) ) +DESCRIPTION=An extended version of the RDoc library from Ruby 1.8 +EAPI=5 +HOMEPAGE=https://github.com/ruby/rdoc/ +IUSE=elibc_FreeBSD ruby_targets_ruby22 ruby_targets_ruby23 ruby_targets_ruby24 doc test test +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris +LICENSE=Ruby MIT +RDEPEND=>=app-eselect/eselect-ruby-20161226 ruby_targets_ruby22? ( dev-lang/ruby:2.2 ) ruby_targets_ruby23? ( dev-lang/ruby:2.3 ) ruby_targets_ruby24? ( dev-lang/ruby:2.4 ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) ruby_targets_ruby23? ( virtual/rubygems[ruby_targets_ruby23] ) ruby_targets_ruby24? ( virtual/rubygems[ruby_targets_ruby24] ) +REQUIRED_USE=|| ( ruby_targets_ruby22 ruby_targets_ruby23 ruby_targets_ruby24 ) +SLOT=0 +SRC_URI=https://github.com/ruby/rdoc/archive/v6.0.1.tar.gz -> rdoc-6.0.1.tar.gz +_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 java-utils-2 1971a6927fcd7ec839f7e12b28a24bdd ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e ruby-fakegem cf1343b57e8029745950b4b147ff4d3a ruby-ng 1a95cd8be181598c8171cf918aa225d9 ruby-utils f8a0644cb27ba724df27b2a20a739b53 toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 +_md5_=8048a313ffd95f19328c8b5e91e94282 diff --git a/metadata/md5-cache/dev-ruby/rspec-2.99.0 b/metadata/md5-cache/dev-ruby/rspec-2.99.0 index 7c151ad67b9f..8cddfd20c14d 100644 --- a/metadata/md5-cache/dev-ruby/rspec-2.99.0 +++ b/metadata/md5-cache/dev-ruby/rspec-2.99.0 @@ -4,11 +4,11 @@ DESCRIPTION=A Behaviour Driven Development (BDD) framework for Ruby EAPI=5 HOMEPAGE=http://rspec.rubyforge.org/ IUSE=test elibc_FreeBSD ruby_targets_ruby22 ruby_targets_ruby23 ruby_targets_ruby24 test -KEYWORDS=alpha amd64 ~arm ~arm64 ~hppa ia64 ppc ppc64 sparc x86 ~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 ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris LICENSE=MIT RDEPEND=ruby_targets_ruby22? ( =dev-ruby/rspec-core-2.99*[ruby_targets_ruby22] =dev-ruby/rspec-expectations-2.99*[ruby_targets_ruby22] =dev-ruby/rspec-mocks-2.99*[ruby_targets_ruby22] ) ruby_targets_ruby23? ( =dev-ruby/rspec-core-2.99*[ruby_targets_ruby23] =dev-ruby/rspec-expectations-2.99*[ruby_targets_ruby23] =dev-ruby/rspec-mocks-2.99*[ruby_targets_ruby23] ) ruby_targets_ruby24? ( =dev-ruby/rspec-core-2.99*[ruby_targets_ruby24] =dev-ruby/rspec-expectations-2.99*[ruby_targets_ruby24] =dev-ruby/rspec-mocks-2.99*[ruby_targets_ruby24] ) ruby_targets_ruby22? ( dev-lang/ruby:2.2 ) ruby_targets_ruby23? ( dev-lang/ruby:2.3 ) ruby_targets_ruby24? ( dev-lang/ruby:2.4 ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) ruby_targets_ruby23? ( virtual/rubygems[ruby_targets_ruby23] ) ruby_targets_ruby24? ( virtual/rubygems[ruby_targets_ruby24] ) REQUIRED_USE=|| ( ruby_targets_ruby22 ruby_targets_ruby23 ruby_targets_ruby24 ) SLOT=2 SRC_URI=mirror://rubygems/rspec-2.99.0.gem _eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 java-utils-2 1971a6927fcd7ec839f7e12b28a24bdd ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e ruby-fakegem cf1343b57e8029745950b4b147ff4d3a ruby-ng 1a95cd8be181598c8171cf918aa225d9 ruby-utils f8a0644cb27ba724df27b2a20a739b53 toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 -_md5_=aa77cc7bdb9a6594cc60d36b4ef10985 +_md5_=c0b8e5fe7a54cc09ac8dd2c7420a5687 diff --git a/metadata/md5-cache/dev-ruby/rspec-core-2.99.2-r2 b/metadata/md5-cache/dev-ruby/rspec-core-2.99.2-r2 index b3a575b23fa7..6f88de4b5521 100644 --- a/metadata/md5-cache/dev-ruby/rspec-core-2.99.2-r2 +++ b/metadata/md5-cache/dev-ruby/rspec-core-2.99.2-r2 @@ -4,11 +4,11 @@ DESCRIPTION=A Behaviour Driven Development (BDD) framework for Ruby EAPI=5 HOMEPAGE=https://github.com/rspec/rspec-core IUSE=elibc_FreeBSD ruby_targets_ruby22 ruby_targets_ruby23 ruby_targets_ruby24 doc test test -KEYWORDS=alpha amd64 ~arm ~arm64 ~hppa ia64 ppc ppc64 sparc x86 ~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 ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris LICENSE=MIT RDEPEND=ruby_targets_ruby22? ( dev-lang/ruby:2.2 ) ruby_targets_ruby23? ( dev-lang/ruby:2.3 ) ruby_targets_ruby24? ( dev-lang/ruby:2.4 ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) ruby_targets_ruby23? ( virtual/rubygems[ruby_targets_ruby23] ) ruby_targets_ruby24? ( virtual/rubygems[ruby_targets_ruby24] ) REQUIRED_USE=|| ( ruby_targets_ruby22 ruby_targets_ruby23 ruby_targets_ruby24 ) SLOT=2 SRC_URI=https://github.com/rspec/rspec-core/archive/v2.99.2.tar.gz -> rspec-core-2.99.2-git.tgz _eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 java-utils-2 1971a6927fcd7ec839f7e12b28a24bdd ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e ruby-fakegem cf1343b57e8029745950b4b147ff4d3a ruby-ng 1a95cd8be181598c8171cf918aa225d9 ruby-utils f8a0644cb27ba724df27b2a20a739b53 toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 -_md5_=9efc733bc2220b6ecf85ce04252bef73 +_md5_=bb88b5f1562c56c27de2fbc0a90aaae9 diff --git a/metadata/md5-cache/dev-ruby/rspec-expectations-2.99.2 b/metadata/md5-cache/dev-ruby/rspec-expectations-2.99.2 index 35cd5a8d0f18..41f4bfc0811a 100644 --- a/metadata/md5-cache/dev-ruby/rspec-expectations-2.99.2 +++ b/metadata/md5-cache/dev-ruby/rspec-expectations-2.99.2 @@ -4,11 +4,11 @@ DESCRIPTION=A Behaviour Driven Development (BDD) framework for Ruby EAPI=5 HOMEPAGE=http://rspec.rubyforge.org/ IUSE=test elibc_FreeBSD ruby_targets_ruby22 ruby_targets_ruby23 ruby_targets_ruby24 test test -KEYWORDS=alpha amd64 ~arm ~arm64 ~hppa ia64 ppc ppc64 sparc x86 ~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 ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris LICENSE=MIT RDEPEND=ruby_targets_ruby22? ( >=dev-ruby/diff-lcs-1.1.3[ruby_targets_ruby22] ) ruby_targets_ruby23? ( >=dev-ruby/diff-lcs-1.1.3[ruby_targets_ruby23] ) ruby_targets_ruby24? ( >=dev-ruby/diff-lcs-1.1.3[ruby_targets_ruby24] ) ruby_targets_ruby22? ( dev-lang/ruby:2.2 ) ruby_targets_ruby23? ( dev-lang/ruby:2.3 ) ruby_targets_ruby24? ( dev-lang/ruby:2.4 ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) ruby_targets_ruby23? ( virtual/rubygems[ruby_targets_ruby23] ) ruby_targets_ruby24? ( virtual/rubygems[ruby_targets_ruby24] ) REQUIRED_USE=|| ( ruby_targets_ruby22 ruby_targets_ruby23 ruby_targets_ruby24 ) SLOT=2 SRC_URI=https://github.com/rspec/rspec-expectations/archive/v2.99.2.tar.gz -> rspec-expectations-2.99.2-git.tgz _eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 java-utils-2 1971a6927fcd7ec839f7e12b28a24bdd ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e ruby-fakegem cf1343b57e8029745950b4b147ff4d3a ruby-ng 1a95cd8be181598c8171cf918aa225d9 ruby-utils f8a0644cb27ba724df27b2a20a739b53 toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 -_md5_=9fbc2f387d48c5e72f63fb66d903b6b2 +_md5_=f830a332cb89df8baf4780bfbdb9549f diff --git a/metadata/md5-cache/dev-ruby/rspec-mocks-2.99.2 b/metadata/md5-cache/dev-ruby/rspec-mocks-2.99.2 index aba91ec41634..d70c435351b2 100644 --- a/metadata/md5-cache/dev-ruby/rspec-mocks-2.99.2 +++ b/metadata/md5-cache/dev-ruby/rspec-mocks-2.99.2 @@ -4,11 +4,11 @@ DESCRIPTION=A Behaviour Driven Development (BDD) framework for Ruby EAPI=5 HOMEPAGE=http://rspec.rubyforge.org/ IUSE=elibc_FreeBSD ruby_targets_ruby22 ruby_targets_ruby23 ruby_targets_ruby24 test test -KEYWORDS=alpha amd64 ~arm ~arm64 ~hppa ia64 ppc ppc64 sparc x86 ~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 ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris LICENSE=MIT RDEPEND=ruby_targets_ruby22? ( dev-lang/ruby:2.2 ) ruby_targets_ruby23? ( dev-lang/ruby:2.3 ) ruby_targets_ruby24? ( dev-lang/ruby:2.4 ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) ruby_targets_ruby23? ( virtual/rubygems[ruby_targets_ruby23] ) ruby_targets_ruby24? ( virtual/rubygems[ruby_targets_ruby24] ) REQUIRED_USE=|| ( ruby_targets_ruby22 ruby_targets_ruby23 ruby_targets_ruby24 ) SLOT=2 SRC_URI=https://github.com/rspec/rspec-mocks/archive/v2.99.2.tar.gz -> rspec-mocks-2.99.2-git.tgz _eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 java-utils-2 1971a6927fcd7ec839f7e12b28a24bdd ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e ruby-fakegem cf1343b57e8029745950b4b147ff4d3a ruby-ng 1a95cd8be181598c8171cf918aa225d9 ruby-utils f8a0644cb27ba724df27b2a20a739b53 toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 -_md5_=722fcec27259cf5f5eff988c5af6ad09 +_md5_=2ac6724eb7cfd2f0b234b33b326ad737 diff --git a/metadata/md5-cache/dev-ruby/ruby-gettext-3.2.6 b/metadata/md5-cache/dev-ruby/ruby-gettext-3.2.6 new file mode 100644 index 000000000000..ca9a7a1d4e1c --- /dev/null +++ b/metadata/md5-cache/dev-ruby/ruby-gettext-3.2.6 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare setup test unpack +DEPEND=test? ( ruby_targets_ruby22? ( >=dev-ruby/locale-2.0.5[ruby_targets_ruby22] >=dev-ruby/text-1.3.0[ruby_targets_ruby22] ) ruby_targets_ruby23? ( >=dev-ruby/locale-2.0.5[ruby_targets_ruby23] >=dev-ruby/text-1.3.0[ruby_targets_ruby23] ) ruby_targets_ruby24? ( >=dev-ruby/locale-2.0.5[ruby_targets_ruby24] >=dev-ruby/text-1.3.0[ruby_targets_ruby24] ) ) ruby_targets_ruby22? ( doc? ( dev-ruby/yard[ruby_targets_ruby22] ) dev-ruby/racc[ruby_targets_ruby22] ) ruby_targets_ruby23? ( doc? ( dev-ruby/yard[ruby_targets_ruby23] ) dev-ruby/racc[ruby_targets_ruby23] ) ruby_targets_ruby24? ( doc? ( dev-ruby/yard[ruby_targets_ruby24] ) dev-ruby/racc[ruby_targets_ruby24] ) ruby_targets_ruby22? ( test? ( dev-ruby/test-unit:2[ruby_targets_ruby22] dev-ruby/test-unit-rr[ruby_targets_ruby22] ) ) ruby_targets_ruby23? ( test? ( dev-ruby/test-unit:2[ruby_targets_ruby23] dev-ruby/test-unit-rr[ruby_targets_ruby23] ) ) ruby_targets_ruby24? ( test? ( dev-ruby/test-unit:2[ruby_targets_ruby24] dev-ruby/test-unit-rr[ruby_targets_ruby24] ) ) sys-devel/gettext ruby_targets_ruby22? ( dev-lang/ruby:2.2 ) ruby_targets_ruby23? ( dev-lang/ruby:2.3 ) ruby_targets_ruby24? ( dev-lang/ruby:2.4 ) ruby_targets_ruby22? ( doc? ( dev-ruby/yard[ruby_targets_ruby22] ) ) ruby_targets_ruby23? ( doc? ( dev-ruby/yard[ruby_targets_ruby23] ) ) ruby_targets_ruby24? ( doc? ( dev-ruby/yard[ruby_targets_ruby24] ) ) ruby_targets_ruby22? ( test? ( dev-ruby/rake[ruby_targets_ruby22] ) ) ruby_targets_ruby23? ( test? ( dev-ruby/rake[ruby_targets_ruby23] ) ) ruby_targets_ruby24? ( test? ( dev-ruby/rake[ruby_targets_ruby24] ) ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) ruby_targets_ruby23? ( virtual/rubygems[ruby_targets_ruby23] ) ruby_targets_ruby24? ( virtual/rubygems[ruby_targets_ruby24] ) test? ( ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) ruby_targets_ruby23? ( virtual/rubygems[ruby_targets_ruby23] ) ruby_targets_ruby24? ( virtual/rubygems[ruby_targets_ruby24] ) ) +DESCRIPTION=Native Language Support Library and Tools modeled after GNU gettext package +EAPI=6 +HOMEPAGE=https://ruby-gettext.github.io/ +IUSE=doc test test elibc_FreeBSD ruby_targets_ruby22 ruby_targets_ruby23 ruby_targets_ruby24 doc test test +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~x86 +LICENSE=|| ( Ruby LGPL-3+ ) +RDEPEND=ruby_targets_ruby22? ( >=dev-ruby/locale-2.0.5[ruby_targets_ruby22] >=dev-ruby/text-1.3.0[ruby_targets_ruby22] ) ruby_targets_ruby23? ( >=dev-ruby/locale-2.0.5[ruby_targets_ruby23] >=dev-ruby/text-1.3.0[ruby_targets_ruby23] ) ruby_targets_ruby24? ( >=dev-ruby/locale-2.0.5[ruby_targets_ruby24] >=dev-ruby/text-1.3.0[ruby_targets_ruby24] ) sys-devel/gettext ruby_targets_ruby22? ( dev-lang/ruby:2.2 ) ruby_targets_ruby23? ( dev-lang/ruby:2.3 ) ruby_targets_ruby24? ( dev-lang/ruby:2.4 ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) ruby_targets_ruby23? ( virtual/rubygems[ruby_targets_ruby23] ) ruby_targets_ruby24? ( virtual/rubygems[ruby_targets_ruby24] ) +REQUIRED_USE=|| ( ruby_targets_ruby22 ruby_targets_ruby23 ruby_targets_ruby24 ) +SLOT=0 +SRC_URI=mirror://rubygems/gettext-3.2.6.gem +_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 java-utils-2 1971a6927fcd7ec839f7e12b28a24bdd ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e ruby-fakegem cf1343b57e8029745950b4b147ff4d3a ruby-ng 1a95cd8be181598c8171cf918aa225d9 ruby-utils f8a0644cb27ba724df27b2a20a739b53 toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 +_md5_=05021c79ede802f9a6d225c531a1f827 diff --git a/metadata/md5-cache/dev-ruby/sass-3.4.25-r1 b/metadata/md5-cache/dev-ruby/sass-3.4.25-r1 new file mode 100644 index 000000000000..bf1a0663db86 --- /dev/null +++ b/metadata/md5-cache/dev-ruby/sass-3.4.25-r1 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare setup test unpack +DEPEND=ruby_targets_ruby22? ( doc? ( >=dev-ruby/yard-0.5.3[ruby_targets_ruby22] ) ) ruby_targets_ruby23? ( doc? ( >=dev-ruby/yard-0.5.3[ruby_targets_ruby23] ) ) ruby_targets_ruby24? ( doc? ( >=dev-ruby/yard-0.5.3[ruby_targets_ruby24] ) ) test? ( ruby_targets_ruby22? ( >=dev-ruby/listen-1.3.1:1[ruby_targets_ruby22] !!=dev-ruby/listen-1.3.1:1[ruby_targets_ruby23] !!=dev-ruby/listen-1.3.1:1[ruby_targets_ruby24] !!=dev-ruby/listen-1.3.1:1[ruby_targets_ruby22] !!=dev-ruby/listen-1.3.1:1[ruby_targets_ruby23] !!=dev-ruby/listen-1.3.1:1[ruby_targets_ruby24] !!=dev-ruby/yard-0.5.3[ruby_targets_ruby22] ) ) ruby_targets_ruby23? ( doc? ( >=dev-ruby/yard-0.5.3[ruby_targets_ruby23] ) ) ruby_targets_ruby24? ( doc? ( >=dev-ruby/yard-0.5.3[ruby_targets_ruby24] ) ) test? ( ruby_targets_ruby22? ( !!=dev-ruby/net-ssh-2.8.0:*[ruby_targets_ruby22] >=dev-ruby/net-scp-1.1.2[ruby_targets_ruby22] ) ruby_targets_ruby23? ( >=dev-ruby/net-ssh-2.8.0:*[ruby_targets_ruby23] >=dev-ruby/net-scp-1.1.2[ruby_targets_ruby23] ) ) ruby_targets_ruby22? ( test? ( dev-ruby/minitest[ruby_targets_ruby22] dev-ruby/mocha[ruby_targets_ruby22] ) ) ruby_targets_ruby23? ( test? ( dev-ruby/minitest[ruby_targets_ruby23] dev-ruby/mocha[ruby_targets_ruby23] ) ) ruby_targets_ruby22? ( dev-lang/ruby:2.2 ) ruby_targets_ruby23? ( dev-lang/ruby:2.3 ) ruby_targets_ruby22? ( test? ( dev-ruby/rake[ruby_targets_ruby22] ) ) ruby_targets_ruby23? ( test? ( dev-ruby/rake[ruby_targets_ruby23] ) ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) ruby_targets_ruby23? ( virtual/rubygems[ruby_targets_ruby23] ) test? ( ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) ruby_targets_ruby23? ( virtual/rubygems[ruby_targets_ruby23] ) ) +DESCRIPTION=SSHKit makes it easy to write structured, testable SSH commands in Ruby +EAPI=6 +HOMEPAGE=https://github.com/capistrano/sshkit +IUSE=test elibc_FreeBSD ruby_targets_ruby22 ruby_targets_ruby23 test test +KEYWORDS=~amd64 +LICENSE=MIT +RDEPEND=ruby_targets_ruby22? ( >=dev-ruby/net-ssh-2.8.0:*[ruby_targets_ruby22] >=dev-ruby/net-scp-1.1.2[ruby_targets_ruby22] ) ruby_targets_ruby23? ( >=dev-ruby/net-ssh-2.8.0:*[ruby_targets_ruby23] >=dev-ruby/net-scp-1.1.2[ruby_targets_ruby23] ) ruby_targets_ruby22? ( dev-lang/ruby:2.2 ) ruby_targets_ruby23? ( dev-lang/ruby:2.3 ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) ruby_targets_ruby23? ( virtual/rubygems[ruby_targets_ruby23] ) +REQUIRED_USE=|| ( ruby_targets_ruby22 ruby_targets_ruby23 ) +SLOT=0 +SRC_URI=mirror://rubygems/sshkit-1.15.1.gem +_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 java-utils-2 1971a6927fcd7ec839f7e12b28a24bdd ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e ruby-fakegem cf1343b57e8029745950b4b147ff4d3a ruby-ng 1a95cd8be181598c8171cf918aa225d9 ruby-utils f8a0644cb27ba724df27b2a20a739b53 toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 +_md5_=1b5f856ec111681e579548c406d00c54 diff --git a/metadata/md5-cache/dev-ruby/stringex-2.8.2 b/metadata/md5-cache/dev-ruby/stringex-2.8.2 new file mode 100644 index 000000000000..238887ba94fa --- /dev/null +++ b/metadata/md5-cache/dev-ruby/stringex-2.8.2 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare setup test unpack +DEPEND=ruby_targets_ruby22? ( test? ( >=dev-ruby/i18n-0.7.0:0.7[ruby_targets_ruby22] dev-ruby/redcloth[ruby_targets_ruby22] dev-ruby/test-unit:2[ruby_targets_ruby22] >=dev-ruby/activerecord-3[ruby_targets_ruby22] dev-ruby/sqlite3[ruby_targets_ruby22] ) ) ruby_targets_ruby23? ( test? ( >=dev-ruby/i18n-0.7.0:0.7[ruby_targets_ruby23] dev-ruby/redcloth[ruby_targets_ruby23] dev-ruby/test-unit:2[ruby_targets_ruby23] >=dev-ruby/activerecord-3[ruby_targets_ruby23] dev-ruby/sqlite3[ruby_targets_ruby23] ) ) ruby_targets_ruby24? ( test? ( >=dev-ruby/i18n-0.7.0:0.7[ruby_targets_ruby24] dev-ruby/redcloth[ruby_targets_ruby24] dev-ruby/test-unit:2[ruby_targets_ruby24] >=dev-ruby/activerecord-3[ruby_targets_ruby24] dev-ruby/sqlite3[ruby_targets_ruby24] ) ) ruby_targets_ruby22? ( dev-lang/ruby:2.2 ) ruby_targets_ruby23? ( dev-lang/ruby:2.3 ) ruby_targets_ruby24? ( dev-lang/ruby:2.4 ) ruby_targets_ruby22? ( doc? ( dev-ruby/rake[ruby_targets_ruby22] ) ) ruby_targets_ruby23? ( doc? ( dev-ruby/rake[ruby_targets_ruby23] ) ) ruby_targets_ruby24? ( doc? ( dev-ruby/rake[ruby_targets_ruby24] ) ) ruby_targets_ruby22? ( test? ( dev-ruby/rake[ruby_targets_ruby22] ) ) ruby_targets_ruby23? ( test? ( dev-ruby/rake[ruby_targets_ruby23] ) ) ruby_targets_ruby24? ( test? ( dev-ruby/rake[ruby_targets_ruby24] ) ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) ruby_targets_ruby23? ( virtual/rubygems[ruby_targets_ruby23] ) ruby_targets_ruby24? ( virtual/rubygems[ruby_targets_ruby24] ) test? ( ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) ruby_targets_ruby23? ( virtual/rubygems[ruby_targets_ruby23] ) ruby_targets_ruby24? ( virtual/rubygems[ruby_targets_ruby24] ) ) +DESCRIPTION=Extensions for Ruby's String class +EAPI=6 +HOMEPAGE=https://github.com/rsl/stringex +IUSE=test elibc_FreeBSD ruby_targets_ruby22 ruby_targets_ruby23 ruby_targets_ruby24 doc test test +KEYWORDS=~amd64 ~arm ~arm64 ~ppc64 +LICENSE=MIT +RDEPEND=ruby_targets_ruby22? ( dev-lang/ruby:2.2 ) ruby_targets_ruby23? ( dev-lang/ruby:2.3 ) ruby_targets_ruby24? ( dev-lang/ruby:2.4 ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) ruby_targets_ruby23? ( virtual/rubygems[ruby_targets_ruby23] ) ruby_targets_ruby24? ( virtual/rubygems[ruby_targets_ruby24] ) +REQUIRED_USE=|| ( ruby_targets_ruby22 ruby_targets_ruby23 ruby_targets_ruby24 ) +SLOT=0 +SRC_URI=mirror://rubygems/stringex-2.8.2.gem +_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 java-utils-2 1971a6927fcd7ec839f7e12b28a24bdd ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e ruby-fakegem cf1343b57e8029745950b4b147ff4d3a ruby-ng 1a95cd8be181598c8171cf918aa225d9 ruby-utils f8a0644cb27ba724df27b2a20a739b53 toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 +_md5_=62f3b97f034616c161eb08580839f06e diff --git a/metadata/md5-cache/dev-util/Manifest.gz b/metadata/md5-cache/dev-util/Manifest.gz index a4551530830e..b61e8d653334 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/cppcheck-1.77 b/metadata/md5-cache/dev-util/cppcheck-1.77 deleted file mode 100644 index 39ba79e64aad..000000000000 --- a/metadata/md5-cache/dev-util/cppcheck-1.77 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install prepare test unpack -DEPEND=htmlreport? ( dev-python/pygments[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] ) >=dev-libs/tinyxml2-2 qt4? ( dev-qt/qtgui:4 ) pcre? ( dev-libs/libpcre ) app-text/docbook-xsl-stylesheets dev-libs/libxslt virtual/pkgconfig 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 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] -DESCRIPTION=static analyzer of C/C++ code -EAPI=5 -HOMEPAGE=http://cppcheck.sourceforge.net -IUSE=htmlreport pcre qt4 python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 -KEYWORDS=amd64 ~arm hppa sparc x86 -LICENSE=GPL-3 -RDEPEND=htmlreport? ( dev-python/pygments[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] ) >=dev-libs/tinyxml2-2 qt4? ( dev-qt/qtgui:4 ) pcre? ( dev-libs/libpcre ) 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 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] -REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 ) -SLOT=0 -SRC_URI=mirror://sourceforge/cppcheck/cppcheck-1.77.tar.bz2 -_eclasses_=base 983774947da124fb7d542ce25a218bb1 desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 distutils-r1 372bbe39047c0a2550319a3a82f3e063 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 6f5991c7101863d0b29df63990ad852e python-r1 e9350ec46bb5c9f3504b4fbe8b8d8987 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d qmake-utils 990448b067cb3cfe1443bc25fb57239c qt4-r2 b7985a3197fbc3a22d059f19904e735b toolchain-funcs 185a06792159ca143528e7010368e8af xdg-utils f2c8335407f0b935b0a96d4adf23ef25 -_md5_=a527ff1bf0d2001dbc2f89edec44070c diff --git a/metadata/md5-cache/dev-util/cppcheck-1.78 b/metadata/md5-cache/dev-util/cppcheck-1.78 deleted file mode 100644 index 88cd509edf52..000000000000 --- a/metadata/md5-cache/dev-util/cppcheck-1.78 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install prepare test unpack -DEPEND=htmlreport? ( dev-python/pygments[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] ) >=dev-libs/tinyxml2-2 qt4? ( dev-qt/qtgui:4 ) pcre? ( dev-libs/libpcre ) app-text/docbook-xsl-stylesheets dev-libs/libxslt virtual/pkgconfig 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 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] -DESCRIPTION=static analyzer of C/C++ code -EAPI=5 -HOMEPAGE=http://cppcheck.sourceforge.net -IUSE=htmlreport pcre qt4 python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 -KEYWORDS=~amd64 ~arm ~hppa ~sparc ~x86 -LICENSE=GPL-3 -RDEPEND=htmlreport? ( dev-python/pygments[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] ) >=dev-libs/tinyxml2-2 qt4? ( dev-qt/qtgui:4 ) pcre? ( dev-libs/libpcre ) 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 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] -REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 ) -SLOT=0 -SRC_URI=mirror://sourceforge/cppcheck/cppcheck-1.78.tar.bz2 -_eclasses_=base 983774947da124fb7d542ce25a218bb1 desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 distutils-r1 372bbe39047c0a2550319a3a82f3e063 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 6f5991c7101863d0b29df63990ad852e python-r1 e9350ec46bb5c9f3504b4fbe8b8d8987 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d qmake-utils 990448b067cb3cfe1443bc25fb57239c qt4-r2 b7985a3197fbc3a22d059f19904e735b toolchain-funcs 185a06792159ca143528e7010368e8af xdg-utils f2c8335407f0b935b0a96d4adf23ef25 -_md5_=34e153c26e45aeaf7a892c1fd0b02a83 diff --git a/metadata/md5-cache/dev-util/cppcheck-1.79 b/metadata/md5-cache/dev-util/cppcheck-1.79 deleted file mode 100644 index 34466e6b76f6..000000000000 --- a/metadata/md5-cache/dev-util/cppcheck-1.79 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install prepare test unpack -DEPEND=htmlreport? ( dev-python/pygments[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] ) >=dev-libs/tinyxml2-2 qt4? ( dev-qt/qtgui:4 ) pcre? ( dev-libs/libpcre ) app-text/docbook-xsl-stylesheets dev-libs/libxslt virtual/pkgconfig 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 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] -DESCRIPTION=static analyzer of C/C++ code -EAPI=5 -HOMEPAGE=http://cppcheck.sourceforge.net -IUSE=htmlreport pcre qt4 python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 -KEYWORDS=~amd64 ~arm ~arm64 ~hppa ~sparc ~x86 -LICENSE=GPL-3 -RDEPEND=htmlreport? ( dev-python/pygments[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] ) >=dev-libs/tinyxml2-2 qt4? ( dev-qt/qtgui:4 ) pcre? ( dev-libs/libpcre ) 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 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] -REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 ) -SLOT=0 -SRC_URI=mirror://sourceforge/cppcheck/cppcheck-1.79.tar.bz2 -_eclasses_=base 983774947da124fb7d542ce25a218bb1 desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 distutils-r1 372bbe39047c0a2550319a3a82f3e063 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 6f5991c7101863d0b29df63990ad852e python-r1 e9350ec46bb5c9f3504b4fbe8b8d8987 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d qmake-utils 990448b067cb3cfe1443bc25fb57239c qt4-r2 b7985a3197fbc3a22d059f19904e735b toolchain-funcs 185a06792159ca143528e7010368e8af xdg-utils f2c8335407f0b935b0a96d4adf23ef25 -_md5_=2707642ede4ad2ac442103e4ce0f9d31 diff --git a/metadata/md5-cache/dev-util/cppcheck-1.81 b/metadata/md5-cache/dev-util/cppcheck-1.81 index 5c4fdcbf7174..59672b11957e 100644 --- a/metadata/md5-cache/dev-util/cppcheck-1.81 +++ b/metadata/md5-cache/dev-util/cppcheck-1.81 @@ -4,11 +4,11 @@ DESCRIPTION=static analyzer of C/C++ code EAPI=6 HOMEPAGE=http://cppcheck.sourceforge.net IUSE=htmlreport pcre qt5 python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 -KEYWORDS=amd64 ~arm ~arm64 ~hppa x86 +KEYWORDS=amd64 ~arm ~arm64 hppa x86 LICENSE=GPL-3 RDEPEND=>=dev-libs/tinyxml2-2 htmlreport? ( dev-python/pygments[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] ) pcre? ( dev-libs/libpcre ) qt5? ( dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtprintsupport:5 ) 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 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 ) SLOT=0 SRC_URI=mirror://sourceforge/cppcheck/cppcheck-1.81.tar.bz2 _eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 distutils-r1 372bbe39047c0a2550319a3a82f3e063 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 6f5991c7101863d0b29df63990ad852e python-r1 e9350ec46bb5c9f3504b4fbe8b8d8987 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d qmake-utils 990448b067cb3cfe1443bc25fb57239c toolchain-funcs 185a06792159ca143528e7010368e8af xdg-utils f2c8335407f0b935b0a96d4adf23ef25 -_md5_=5e725f792fc335246394066682e17bf2 +_md5_=a0d4dba53f7a090c1a711f3e5b29e968 diff --git a/metadata/md5-cache/dev-util/intltool-0.51.0-r1 b/metadata/md5-cache/dev-util/intltool-0.51.0-r1 index 5399c1bd3a7e..a67f7064503f 100644 --- a/metadata/md5-cache/dev-util/intltool-0.51.0-r1 +++ b/metadata/md5-cache/dev-util/intltool-0.51.0-r1 @@ -3,10 +3,10 @@ DEPEND=>=dev-lang/perl-5.8.1 dev-perl/XML-Parser DESCRIPTION=Internationalization Tool Collection EAPI=5 HOMEPAGE=https://launchpad.net/intltool/ -KEYWORDS=alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-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 ~x64-cygwin ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris LICENSE=GPL-2 RDEPEND=>=dev-lang/perl-5.8.1 dev-perl/XML-Parser sys-devel/gettext SLOT=0 SRC_URI=https://launchpad.net/intltool/trunk/0.51.0/+download/intltool-0.51.0.tar.gz _eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 185a06792159ca143528e7010368e8af -_md5_=3531e3da6a8ebb3c97e178df36cd2168 +_md5_=a7ce1f03e41df077c4e9b4e0422bc623 diff --git a/metadata/md5-cache/dev-util/intltool-0.51.0-r2 b/metadata/md5-cache/dev-util/intltool-0.51.0-r2 index 6b4a14f26418..fbfaf51f5ec0 100644 --- a/metadata/md5-cache/dev-util/intltool-0.51.0-r2 +++ b/metadata/md5-cache/dev-util/intltool-0.51.0-r2 @@ -3,9 +3,9 @@ DEPEND=dev-lang/perl dev-perl/XML-Parser DESCRIPTION=Internationalization Tool Collection EAPI=6 HOMEPAGE=https://launchpad.net/intltool/ -KEYWORDS=alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-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 ~x64-cygwin ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris LICENSE=GPL-2 RDEPEND=dev-lang/perl dev-perl/XML-Parser sys-devel/gettext SLOT=0 SRC_URI=https://launchpad.net/intltool/trunk/0.51.0/+download/intltool-0.51.0.tar.gz -_md5_=102beba201e060c768512d270573d239 +_md5_=6fe59734fe7020b5dd44d4cf81fa1d9a diff --git a/metadata/md5-cache/dev-util/jenkins-bin-2.97 b/metadata/md5-cache/dev-util/jenkins-bin-2.97 new file mode 100644 index 000000000000..66ae214f29ef --- /dev/null +++ b/metadata/md5-cache/dev-util/jenkins-bin-2.97 @@ -0,0 +1,13 @@ +DEFINED_PHASES=install setup +DEPEND=virtual/pkgconfig +DESCRIPTION=Extensible continuous integration server +EAPI=6 +HOMEPAGE=http://jenkins-ci.org/ +KEYWORDS=~amd64 ~x86 ~amd64-linux +LICENSE=MIT +RDEPEND=media-fonts/dejavu media-libs/freetype !dev-util/jenkins-bin:lts >=virtual/jre-1.8.0 +RESTRICT=mirror +SLOT=0 +SRC_URI=http://mirrors.jenkins-ci.org/war/2.97/jenkins.war -> jenkins-bin-2.97.war +_eclasses_=multilib 97f470f374f2e94ccab04a2fb21d811e systemd 8f5286f89e265842f5b5189666eae88b toolchain-funcs 185a06792159ca143528e7010368e8af user 8bc2845510e2109af75e3eeac607ec81 +_md5_=62e8d5a174d9794790c833c251dc4e85 diff --git a/metadata/md5-cache/dev-util/radare2-2.1.0 b/metadata/md5-cache/dev-util/radare2-2.1.0 index 5c9cc9e1923a..83329c287ef0 100644 --- a/metadata/md5-cache/dev-util/radare2-2.1.0 +++ b/metadata/md5-cache/dev-util/radare2-2.1.0 @@ -1,13 +1,13 @@ DEFINED_PHASES=configure install -DEPEND=ssl? ( dev-libs/openssl:0= ) system-capstone? ( dev-libs/capstone:0= ) virtual/pkgconfig +DEPEND=ssl? ( !libressl? ( dev-libs/openssl:0= ) libressl? ( dev-libs/libressl:0= ) ) system-capstone? ( dev-libs/capstone:0= ) virtual/pkgconfig DESCRIPTION=unix-like reverse engineering framework and commandline tools EAPI=6 HOMEPAGE=http://www.radare.org -IUSE=ssl +system-capstone zsh-completion +IUSE=ssl libressl +system-capstone zsh-completion KEYWORDS=~amd64 ~x86 ~arm ~arm64 LICENSE=GPL-2 -RDEPEND=ssl? ( dev-libs/openssl:0= ) system-capstone? ( dev-libs/capstone:0= ) +RDEPEND=ssl? ( !libressl? ( dev-libs/openssl:0= ) libressl? ( dev-libs/libressl:0= ) ) system-capstone? ( dev-libs/capstone:0= ) SLOT=0 SRC_URI=https://github.com/radare/radare2/archive/2.1.0.tar.gz -> radare2-2.1.0.tar.gz _eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 185a06792159ca143528e7010368e8af -_md5_=c148313b0f0d5e7820bd811b7f366aa3 +_md5_=ca6c70d23d0e0f0d9ebab75259ea8882 diff --git a/metadata/md5-cache/dev-util/radare2-2.1.0-r1 b/metadata/md5-cache/dev-util/radare2-2.1.0-r1 index 867121b399d1..6b464c89ebe6 100644 --- a/metadata/md5-cache/dev-util/radare2-2.1.0-r1 +++ b/metadata/md5-cache/dev-util/radare2-2.1.0-r1 @@ -1,13 +1,13 @@ DEFINED_PHASES=configure install -DEPEND=ssl? ( dev-libs/openssl:0= ) system-capstone? ( dev-libs/capstone:0= ) virtual/pkgconfig +DEPEND=ssl? ( !libressl? ( dev-libs/openssl:0= ) libressl? ( dev-libs/libressl:0= ) ) system-capstone? ( dev-libs/capstone:0= ) virtual/pkgconfig DESCRIPTION=unix-like reverse engineering framework and commandline tools EAPI=6 HOMEPAGE=http://www.radare.org -IUSE=ssl +system-capstone zsh-completion bash-completion +IUSE=ssl libressl +system-capstone zsh-completion bash-completion KEYWORDS=~amd64 ~x86 ~arm ~arm64 LICENSE=GPL-2 -RDEPEND=ssl? ( dev-libs/openssl:0= ) system-capstone? ( dev-libs/capstone:0= ) +RDEPEND=ssl? ( !libressl? ( dev-libs/openssl:0= ) libressl? ( dev-libs/libressl:0= ) ) system-capstone? ( dev-libs/capstone:0= ) SLOT=0 SRC_URI=https://github.com/radare/radare2/archive/2.1.0.tar.gz -> radare2-2.1.0.tar.gz _eclasses_=bash-completion-r1 8e447753aaf658afa609fbf961d80ab7 desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 185a06792159ca143528e7010368e8af -_md5_=2eefeff7e626066c93aef96f4e2cf2b8 +_md5_=02da6e987852ac760c029000344758fe diff --git a/metadata/md5-cache/dev-util/radare2-2.1.0-r2 b/metadata/md5-cache/dev-util/radare2-2.1.0-r2 index 44d2719c5a4b..3e8cdc7b094a 100644 --- a/metadata/md5-cache/dev-util/radare2-2.1.0-r2 +++ b/metadata/md5-cache/dev-util/radare2-2.1.0-r2 @@ -1,13 +1,13 @@ DEFINED_PHASES=configure install -DEPEND=ssl? ( dev-libs/openssl:0= ) system-capstone? ( dev-libs/capstone:0= ) virtual/pkgconfig +DEPEND=ssl? ( !libressl? ( dev-libs/openssl:0= ) libressl? ( dev-libs/libressl:0= ) ) system-capstone? ( dev-libs/capstone:0= ) virtual/pkgconfig DESCRIPTION=unix-like reverse engineering framework and commandline tools EAPI=6 HOMEPAGE=http://www.radare.org -IUSE=ssl +system-capstone +IUSE=ssl libressl +system-capstone KEYWORDS=~amd64 ~x86 ~arm ~arm64 LICENSE=GPL-2 -RDEPEND=ssl? ( dev-libs/openssl:0= ) system-capstone? ( dev-libs/capstone:0= ) +RDEPEND=ssl? ( !libressl? ( dev-libs/openssl:0= ) libressl? ( dev-libs/libressl:0= ) ) system-capstone? ( dev-libs/capstone:0= ) SLOT=0 SRC_URI=https://github.com/radare/radare2/archive/2.1.0.tar.gz -> radare2-2.1.0.tar.gz _eclasses_=bash-completion-r1 8e447753aaf658afa609fbf961d80ab7 desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 185a06792159ca143528e7010368e8af -_md5_=5d8bc2653e95e393bcf5355658f31fa2 +_md5_=327e2a7f3cfa16daeb96550781d3fb20 diff --git a/metadata/md5-cache/dev-util/radare2-9999 b/metadata/md5-cache/dev-util/radare2-9999 index 165130a20f9b..b589b66fd5f8 100644 --- a/metadata/md5-cache/dev-util/radare2-9999 +++ b/metadata/md5-cache/dev-util/radare2-9999 @@ -1,11 +1,11 @@ DEFINED_PHASES=configure install unpack -DEPEND=ssl? ( dev-libs/openssl:0= ) system-capstone? ( dev-libs/capstone:0= ) virtual/pkgconfig >=dev-vcs/git-1.8.2.1 +DEPEND=ssl? ( !libressl? ( dev-libs/openssl:0= ) libressl? ( dev-libs/libressl:0= ) ) system-capstone? ( dev-libs/capstone:0= ) virtual/pkgconfig >=dev-vcs/git-1.8.2.1 DESCRIPTION=unix-like reverse engineering framework and commandline tools EAPI=6 HOMEPAGE=http://www.radare.org -IUSE=ssl +system-capstone zsh-completion +IUSE=ssl libressl +system-capstone zsh-completion LICENSE=GPL-2 -RDEPEND=ssl? ( dev-libs/openssl:0= ) system-capstone? ( dev-libs/capstone:0= ) +RDEPEND=ssl? ( !libressl? ( dev-libs/openssl:0= ) libressl? ( dev-libs/libressl:0= ) ) system-capstone? ( dev-libs/capstone:0= ) SLOT=0 _eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 git-r3 fec09a83ae965b041b47f5ff7c8ba29a ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 185a06792159ca143528e7010368e8af -_md5_=7f0bd4c0ba99f87db2d72c2a168780f7 +_md5_=bc691fe3ad06e6fe6ce715b41ea41c78 diff --git a/metadata/md5-cache/dev-util/ragel-7.0.0.10-r1 b/metadata/md5-cache/dev-util/ragel-7.0.0.10-r1 new file mode 100644 index 000000000000..cdce085f0a6f --- /dev/null +++ b/metadata/md5-cache/dev-util/ragel-7.0.0.10-r1 @@ -0,0 +1,13 @@ +DEFINED_PHASES=install prepare test +DEPEND=~dev-util/colm-0.13.0.5 >=app-portage/elt-patches-20170422 !=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 +DESCRIPTION=Compiles finite state machines from regular languages into executable code +EAPI=6 +HOMEPAGE=https://www.colm.net/open-source/ragel/ +IUSE=vim-syntax +KEYWORDS=~amd64 ~arm ~arm64 ~ia64 ~x86 +LICENSE=GPL-2 +RDEPEND=~dev-util/colm-0.13.0.5 +SLOT=0 +SRC_URI=https://www.colm.net/files/ragel/ragel-7.0.0.10.tar.gz +_eclasses_=autotools dc412f38566b91012efd58b9c203e6c3 libtool 0081a71a261724730ec4c248494f044d multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 185a06792159ca143528e7010368e8af +_md5_=48fcb4b3b25d43f54b79d4ac07297671 diff --git a/metadata/md5-cache/dev-vcs/Manifest.gz b/metadata/md5-cache/dev-vcs/Manifest.gz index 3c4bd2d5117d..43fd4dfcdf2a 100644 Binary files a/metadata/md5-cache/dev-vcs/Manifest.gz and b/metadata/md5-cache/dev-vcs/Manifest.gz differ diff --git a/metadata/md5-cache/dev-vcs/git-crypt-0.6.0 b/metadata/md5-cache/dev-vcs/git-crypt-0.6.0 new file mode 100644 index 000000000000..7b55738712e2 --- /dev/null +++ b/metadata/md5-cache/dev-vcs/git-crypt-0.6.0 @@ -0,0 +1,11 @@ +DEFINED_PHASES=install +DEPEND=dev-vcs/git +DESCRIPTION=transparent file encryption in git +EAPI=5 +HOMEPAGE=https://www.agwa.name/projects/git-crypt/ +KEYWORDS=~amd64 ~x86 +LICENSE=GPL-3 +RDEPEND=dev-vcs/git +SLOT=0 +SRC_URI=https://github.com/AGWA/git-crypt/archive/0.6.0.tar.gz -> git-crypt-0.6.0.tar.gz +_md5_=942ea9c7245b8be9afacd427e9e3fc7e diff --git a/metadata/md5-cache/gnome-base/Manifest.gz b/metadata/md5-cache/gnome-base/Manifest.gz index e7a3cd621227..40b5b22b6f08 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-session-3.24.2 b/metadata/md5-cache/gnome-base/gnome-session-3.24.2 new file mode 100644 index 000000000000..9e60fb129d31 --- /dev/null +++ b/metadata/md5-cache/gnome-base/gnome-session-3.24.2 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install postinst postrm preinst prepare +DEPEND=>=dev-libs/glib-2.46.0:2[dbus] x11-libs/gdk-pixbuf:2 >=x11-libs/gtk+-3.18.0:3 >=dev-libs/json-glib-0.10 >=gnome-base/gnome-desktop-3.18:3= elibc_FreeBSD? ( dev-libs/libexecinfo ) media-libs/mesa[egl,gles2] media-libs/libepoxy x11-libs/libSM x11-libs/libICE x11-libs/libXau x11-libs/libX11 x11-libs/libXcomposite x11-libs/libXext x11-libs/libXrender x11-libs/libXtst x11-misc/xdg-user-dirs x11-misc/xdg-user-dirs-gtk x11-apps/xdpyinfo systemd? ( >=sys-apps/systemd-183:0= ) dev-libs/libxslt >=dev-util/intltool-0.40.6 >=sys-devel/gettext-0.10.40 virtual/pkgconfig !=app-portage/elt-patches-20170422 !=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 app-arch/xz-utils >=sys-apps/sed-4 dev-util/desktop-file-utils x11-misc/shared-mime-info +DESCRIPTION=Gnome session manager +EAPI=6 +HOMEPAGE=https://git.gnome.org/browse/gnome-session +IUSE=doc elibc_FreeBSD ipv6 systemd +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris +LICENSE=GPL-2 LGPL-2 FDL-1.1 +RDEPEND=>=dev-libs/glib-2.46.0:2[dbus] x11-libs/gdk-pixbuf:2 >=x11-libs/gtk+-3.18.0:3 >=dev-libs/json-glib-0.10 >=gnome-base/gnome-desktop-3.18:3= elibc_FreeBSD? ( dev-libs/libexecinfo ) media-libs/mesa[egl,gles2] media-libs/libepoxy x11-libs/libSM x11-libs/libICE x11-libs/libXau x11-libs/libX11 x11-libs/libXcomposite x11-libs/libXext x11-libs/libXrender x11-libs/libXtst x11-misc/xdg-user-dirs x11-misc/xdg-user-dirs-gtk x11-apps/xdpyinfo systemd? ( >=sys-apps/systemd-183:0= ) >=gnome-base/gnome-settings-daemon-3.23.2 >=gnome-base/gsettings-desktop-schemas-0.1.7 x11-themes/adwaita-icon-theme sys-apps/dbus[X] !systemd? ( sys-auth/consolekit >=dev-libs/dbus-glib-0.76 ) +SLOT=0 +SRC_URI=mirror://gnome/sources/gnome-session/3.24/gnome-session-3.24.2.tar.xz https://dev.gentoo.org/~leio/distfiles/gnome-session-3.24.2-xorg-default-translations.patch.xz +_eclasses_=autotools dc412f38566b91012efd58b9c203e6c3 desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 gnome.org 5e4cc5af3f1b17bdee155bf02e8c2df4 gnome2 6e4acb9c9da2cfa25f2dfedb93bb4a43 gnome2-utils 4d211d7614f303710fca59db6ec12c88 libtool 0081a71a261724730ec4c248494f044d ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 xdg 6cd76cc914c1a759dee032778487b57f xdg-utils f2c8335407f0b935b0a96d4adf23ef25 +_md5_=137ee190bb4e5c0a1553f01ae81dfb13 diff --git a/metadata/md5-cache/gnome-extra/Manifest.gz b/metadata/md5-cache/gnome-extra/Manifest.gz index 9a92352a5a3e..89989d14802b 100644 Binary files a/metadata/md5-cache/gnome-extra/Manifest.gz and b/metadata/md5-cache/gnome-extra/Manifest.gz differ diff --git a/metadata/md5-cache/gnome-extra/gucharmap-10.0.3 b/metadata/md5-cache/gnome-extra/gucharmap-10.0.3 index 4d153a43b926..b67d0d454fcc 100644 --- a/metadata/md5-cache/gnome-extra/gucharmap-10.0.3 +++ b/metadata/md5-cache/gnome-extra/gucharmap-10.0.3 @@ -4,11 +4,11 @@ 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 ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd LICENSE=GPL-3 RDEPEND==app-i18n/unicode-data-10.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:= ) !=kde-frameworks/kcoreaddons-5.40.0:5 >=kde-frameworks/ki18n-5.40.0:5 >= SLOT=5 SRC_URI=mirror://kde/stable/applications/17.12.0/src/ksmtp-17.12.0.tar.xz _eclasses_=cmake-utils 77a5a8d3308359caadcdd91688f20093 desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 gnome2-utils 4d211d7614f303710fca59db6ec12c88 kde5 aeb3e2e5e6d47b055239967bc5beafd1 kde5-functions 32035c63585f9f5de8a6610e7dab0aa9 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 6f5991c7101863d0b29df63990ad852e ninja-utils ebb2eaddc6331c4fa000b8eb8f6fe074 toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 xdg 6cd76cc914c1a759dee032778487b57f xdg-utils f2c8335407f0b935b0a96d4adf23ef25 -_md5_=6d5f12de6a03cb002f30a282cc5d8422 +_md5_=78350ddff993f7b166ff45c23e1b254a diff --git a/metadata/md5-cache/lxde-base/Manifest.gz b/metadata/md5-cache/lxde-base/Manifest.gz index 5cf0e7fef019..fd4de0603597 100644 Binary files a/metadata/md5-cache/lxde-base/Manifest.gz and b/metadata/md5-cache/lxde-base/Manifest.gz differ diff --git a/metadata/md5-cache/lxde-base/lxde-common-0.99.1 b/metadata/md5-cache/lxde-base/lxde-common-0.99.1 index fe8c7ac565f3..324ef9ee5607 100644 --- a/metadata/md5-cache/lxde-base/lxde-common-0.99.1 +++ b/metadata/md5-cache/lxde-base/lxde-common-0.99.1 @@ -2,7 +2,7 @@ DEFINED_PHASES=install DEPEND=x11-libs/gtk+:2 virtual/pkgconfig sys-devel/gettext DESCRIPTION=LXDE Session default configuration files and nuoveXT2 iconset EAPI=6 -HOMEPAGE=http://lxde.org/ +HOMEPAGE=https://wiki.lxde.org/en/LXDE_Common KEYWORDS=~alpha amd64 arm ~arm64 ~ppc x86 ~arm-linux ~x86-linux LICENSE=GPL-2 PDEPEND=lxde-base/lxde-icon-theme @@ -10,4 +10,4 @@ RDEPEND=x11-libs/gtk+:2 SLOT=0 SRC_URI=mirror://sourceforge/lxde/lxde-common-0.99.1.tar.xz _eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 185a06792159ca143528e7010368e8af -_md5_=879589169902b2163ca44f934a398a7f +_md5_=8b70c49858f2acaef751c70f79ce4618 diff --git a/metadata/md5-cache/media-fonts/Manifest.gz b/metadata/md5-cache/media-fonts/Manifest.gz index 7f04eda1b4be..ab951a4a8ad8 100644 Binary files a/metadata/md5-cache/media-fonts/Manifest.gz and b/metadata/md5-cache/media-fonts/Manifest.gz differ diff --git a/metadata/md5-cache/media-fonts/cm-unicode-0.7.0 b/metadata/md5-cache/media-fonts/cm-unicode-0.7.0 deleted file mode 100644 index 9962dbf29543..000000000000 --- a/metadata/md5-cache/media-fonts/cm-unicode-0.7.0 +++ /dev/null @@ -1,12 +0,0 @@ -DEFINED_PHASES=install postinst postrm setup -DEPEND=app-arch/xz-utils X? ( x11-apps/mkfontdir media-fonts/encodings ) -DESCRIPTION=Computer Modern Unicode fonts -EAPI=3 -HOMEPAGE=http://cm-unicode.sourceforge.net/ -IUSE=X -KEYWORDS=amd64 x86 -LICENSE=OFL-1.1 -SLOT=0 -SRC_URI=mirror://sourceforge/cm-unicode/0.7.0/cm-unicode-0.7.0-ttf.tar.xz -_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 font 82836641e7d4639329d8c195234ad0e3 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 185a06792159ca143528e7010368e8af -_md5_=b345f95b259296eb8cd0b293441cd4d0 diff --git a/metadata/md5-cache/media-fonts/symbola-9.17 b/metadata/md5-cache/media-fonts/symbola-9.17 index e0a0d7f31079..883eb944e247 100644 --- a/metadata/md5-cache/media-fonts/symbola-9.17 +++ b/metadata/md5-cache/media-fonts/symbola-9.17 @@ -4,9 +4,9 @@ DESCRIPTION=Unicode font for Latin, IPA Extensions, Greek, Cyrillic and many Sym EAPI=5 HOMEPAGE=http://users.teilar.gr/~g1951d/ IUSE=doc X -KEYWORDS=amd64 ~arm ~ppc x86 +KEYWORDS=amd64 ~arm ppc x86 LICENSE=Unicode_Fonts_for_Ancient_Scripts SLOT=0 SRC_URI=http://users.teilar.gr/~g1951d/Symbola.zip -> symbola-9.17.zip _eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 font 82836641e7d4639329d8c195234ad0e3 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 185a06792159ca143528e7010368e8af -_md5_=0abf33b9e45d4596807facfb2ac108c8 +_md5_=53b3dc91ab28055d5225dddb69be0eaa diff --git a/metadata/md5-cache/media-fonts/unifont-10.0.06 b/metadata/md5-cache/media-fonts/unifont-10.0.06 index efe8dde649b4..10ebba2922ed 100644 --- a/metadata/md5-cache/media-fonts/unifont-10.0.06 +++ b/metadata/md5-cache/media-fonts/unifont-10.0.06 @@ -4,10 +4,10 @@ DESCRIPTION=GNU Unifont - a Pan-Unicode X11 bitmap iso10646 font EAPI=6 HOMEPAGE=http://unifoundry.com/ IUSE=fontforge utils X -KEYWORDS=~alpha amd64 ~arm ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd +KEYWORDS=~alpha amd64 ~arm ia64 ppc ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd LICENSE=GPL-2 RDEPEND=utils? ( dev-lang/perl dev-perl/GD[png(-)] ) SLOT=0 SRC_URI=mirror://gnu/unifont/unifont-10.0.06/unifont-10.0.06.tar.gz _eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 font 82836641e7d4639329d8c195234ad0e3 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 185a06792159ca143528e7010368e8af xdg-utils f2c8335407f0b935b0a96d4adf23ef25 -_md5_=635db18812f103d5caf430e01892cc47 +_md5_=7aecb21d0280a6d0c64af60ea3755aef diff --git a/metadata/md5-cache/media-gfx/Manifest.gz b/metadata/md5-cache/media-gfx/Manifest.gz index 86dde6dc0429..08e700e5963c 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/darktable-2.4.0 b/metadata/md5-cache/media-gfx/darktable-2.4.0 new file mode 100644 index 000000000000..11d35bd72627 --- /dev/null +++ b/metadata/md5-cache/media-gfx/darktable-2.4.0 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend test +DEPEND=dev-db/sqlite:3 dev-libs/json-glib dev-libs/libxml2:2 dev-libs/pugixml:0= gnome-base/librsvg:2 >=media-gfx/exiv2-0.25-r2:0=[xmp] media-libs/lcms:2 >=media-libs/lensfun-0.2.3:0= media-libs/libpng:0= media-libs/tiff:0 net-libs/libsoup:2.4 net-misc/curl virtual/jpeg:0 virtual/glu virtual/opengl x11-libs/cairo >=x11-libs/gtk+-3.14:3 x11-libs/pango colord? ( x11-libs/colord-gtk:0= ) cups? ( net-print/cups ) flickr? ( media-libs/flickcurl ) geo? ( >=sci-geosciences/osm-gps-map-1.1.0 ) gphoto2? ( media-libs/libgphoto2:= ) graphicsmagick? ( media-gfx/graphicsmagick ) jpeg2k? ( media-libs/openjpeg:0 ) libsecret? ( >=app-crypt/libsecret-0.18 ) opencl? ( sys-devel/clang:4= sys-devel/llvm:4= virtual/opencl ) openexr? ( media-libs/openexr:0= ) webp? ( media-libs/libwebp:0= ) dev-util/intltool virtual/pkgconfig nls? ( sys-devel/gettext ) sys-devel/make >=dev-util/cmake-3.7.2 >=sys-apps/sed-4 +DESCRIPTION=A virtual lighttable and darkroom for photographers +EAPI=6 +HOMEPAGE=https://www.darktable.org/ +IUSE=colord cups cpu_flags_x86_sse3 doc flickr geo gphoto2 graphicsmagick jpeg2k kwallet libsecret nls opencl openmp openexr pax_kernel webp l10n_ca l10n_cs l10n_da l10n_de l10n_es l10n_fr l10n_he l10n_hu l10n_it l10n_ja l10n_nl l10n_pl l10n_ru l10n_sk l10n_sl l10n_sv l10n_uk +KEYWORDS=~amd64 ~x86 +LICENSE=GPL-3 CC-BY-3.0 +RDEPEND=dev-db/sqlite:3 dev-libs/json-glib dev-libs/libxml2:2 dev-libs/pugixml:0= gnome-base/librsvg:2 >=media-gfx/exiv2-0.25-r2:0=[xmp] media-libs/lcms:2 >=media-libs/lensfun-0.2.3:0= media-libs/libpng:0= media-libs/tiff:0 net-libs/libsoup:2.4 net-misc/curl virtual/jpeg:0 virtual/glu virtual/opengl x11-libs/cairo >=x11-libs/gtk+-3.14:3 x11-libs/pango colord? ( x11-libs/colord-gtk:0= ) cups? ( net-print/cups ) flickr? ( media-libs/flickcurl ) geo? ( >=sci-geosciences/osm-gps-map-1.1.0 ) gphoto2? ( media-libs/libgphoto2:= ) graphicsmagick? ( media-gfx/graphicsmagick ) jpeg2k? ( media-libs/openjpeg:0 ) libsecret? ( >=app-crypt/libsecret-0.18 ) opencl? ( sys-devel/clang:4= sys-devel/llvm:4= virtual/opencl ) openexr? ( media-libs/openexr:0= ) webp? ( media-libs/libwebp:0= ) kwallet? ( || ( >=kde-frameworks/kwallet-5.34.0-r1 kde-apps/kwalletd:4 ) ) +REQUIRED_USE=cpu_flags_x86_sse3 +SLOT=0 +SRC_URI=https://github.com/darktable-org/darktable/releases/download/release-2.4.0/darktable-2.4.0.tar.xz doc? ( https://github.com/darktable-org/darktable/releases/download/release-2.2.0/darktable-usermanual.pdf -> darktable-usermanual-2.2.0.pdf ) +_eclasses_=cmake-utils 77a5a8d3308359caadcdd91688f20093 desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 fdo-mime 995b19d3f30e956b4e1bc5a91fdc4ea7 flag-o-matic 02908f00f002f0f07c5b74783d778325 gnome2-utils 4d211d7614f303710fca59db6ec12c88 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 6f5991c7101863d0b29df63990ad852e ninja-utils ebb2eaddc6331c4fa000b8eb8f6fe074 pax-utils 4f95120230a315c8caaabeb2307b7eee toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 xdg-utils f2c8335407f0b935b0a96d4adf23ef25 +_md5_=d8e9c47bee67b076218e6b55b8044c95 diff --git a/metadata/md5-cache/media-gfx/propaganda-1.0 b/metadata/md5-cache/media-gfx/propaganda-1.0 deleted file mode 100644 index 098a670abccf..000000000000 --- a/metadata/md5-cache/media-gfx/propaganda-1.0 +++ /dev/null @@ -1,9 +0,0 @@ -DEFINED_PHASES=compile install -DESCRIPTION=Propaganda Volume 1-14 + E. Tiling images for your desktop -EAPI=0 -HOMEPAGE=http://www.resexcellence.com/propaganda/index.shtml -KEYWORDS=amd64 ppc ppc64 x86 -LICENSE=GPL-2 -SLOT=0 -SRC_URI=http://www.resexcellence.com/propaganda/Propaganda-Vol-01.tar.gz http://www.resexcellence.com/propaganda/Propaganda-Vol-02.tar.gz http://www.resexcellence.com/propaganda/Propaganda-Vol-03.tar.gz http://www.resexcellence.com/propaganda/Propaganda-Vol-04.tar.gz http://www.resexcellence.com/propaganda/Propaganda-Vol-05.tar.gz http://www.resexcellence.com/propaganda/Propaganda-Vol-06.tar.gz http://www.resexcellence.com/propaganda/Propaganda-Vol-07.tar.gz http://www.resexcellence.com/propaganda/Propaganda-Vol-08.tar.gz http://www.resexcellence.com/propaganda/Propaganda-Vol-09.tar.gz http://www.resexcellence.com/propaganda/Propaganda-Vol-10.tar.gz http://www.resexcellence.com/propaganda/Propaganda-Vol-11.tar.gz http://www.resexcellence.com/propaganda/Propaganda-Vol-12.tar.gz http://www.resexcellence.com/propaganda/Propaganda-13.tar.gz http://www.resexcellence.com/propaganda/Propaganda-14.tar.gz http://www.resexcellence.com/propaganda/Propaganda-For-E.tar.gz -_md5_=34145a1ae387f5059eac514fe1680681 diff --git a/metadata/md5-cache/media-gfx/shotwell-0.27.2 b/metadata/md5-cache/media-gfx/shotwell-0.27.2 new file mode 100644 index 000000000000..d6f831fe88ba --- /dev/null +++ b/metadata/md5-cache/media-gfx/shotwell-0.27.2 @@ -0,0 +1,12 @@ +DEFINED_PHASES=compile configure install postinst postrm preinst prepare +DEPEND=>=app-crypt/gcr-3[gtk] >=dev-db/sqlite-3.5.9:3 >=dev-libs/glib-2.40.0:2 >=dev-libs/json-glib-0.7.6 >=dev-libs/libgee-0.8.5:0.8 >=dev-libs/libxml2-2.6.32:2 gnome-base/dconf >=media-libs/gexiv2-0.10.4 media-libs/gst-plugins-base:1.0 media-libs/gst-plugins-good:1.0 media-libs/gstreamer:1.0 media-libs/lcms:2 >=media-libs/libexif-0.6.16:= >=media-libs/libgphoto2-2.5:= >=media-libs/libraw-0.13.2:= media-plugins/gst-plugins-gdkpixbuf:1.0 >=net-libs/libsoup-2.42.0:2.4 net-libs/webkit-gtk:4 virtual/libgudev:=[introspection] >=x11-libs/gtk+-3.14.0:3[X] dev-libs/libgdata || ( dev-lang/vala:0.36 dev-lang/vala:0.34 dev-lang/vala:0.32 ) dev-util/itstool >=sys-devel/gettext-0.19.7 >=sys-devel/m4-1.4.13 virtual/pkgconfig >=app-portage/elt-patches-20170422 app-arch/xz-utils >=sys-apps/sed-4 dev-util/desktop-file-utils x11-misc/shared-mime-info +DESCRIPTION=Open source photo manager for GNOME +EAPI=6 +HOMEPAGE=https://wiki.gnome.org/Apps/Shotwell +KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 +LICENSE=LGPL-2.1 +RDEPEND=>=app-crypt/gcr-3[gtk] >=dev-db/sqlite-3.5.9:3 >=dev-libs/glib-2.40.0:2 >=dev-libs/json-glib-0.7.6 >=dev-libs/libgee-0.8.5:0.8 >=dev-libs/libxml2-2.6.32:2 gnome-base/dconf >=media-libs/gexiv2-0.10.4 media-libs/gst-plugins-base:1.0 media-libs/gst-plugins-good:1.0 media-libs/gstreamer:1.0 media-libs/lcms:2 >=media-libs/libexif-0.6.16:= >=media-libs/libgphoto2-2.5:= >=media-libs/libraw-0.13.2:= media-plugins/gst-plugins-gdkpixbuf:1.0 >=net-libs/libsoup-2.42.0:2.4 net-libs/webkit-gtk:4 virtual/libgudev:=[introspection] >=x11-libs/gtk+-3.14.0:3[X] dev-libs/libgdata +SLOT=0 +SRC_URI=mirror://gnome/sources/shotwell/0.27/shotwell-0.27.2.tar.xz +_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 gnome.org 5e4cc5af3f1b17bdee155bf02e8c2df4 gnome2 6e4acb9c9da2cfa25f2dfedb93bb4a43 gnome2-utils 4d211d7614f303710fca59db6ec12c88 libtool 0081a71a261724730ec4c248494f044d ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 185a06792159ca143528e7010368e8af vala 103e6885c83965507391cdc5b6fa0e67 versionator c80ccf29e90adea7c5cae94b42eb76d0 xdg 6cd76cc914c1a759dee032778487b57f xdg-utils f2c8335407f0b935b0a96d4adf23ef25 +_md5_=7f97db972ecf3d8b385159dcb262ddad diff --git a/metadata/md5-cache/media-libs/Manifest.gz b/metadata/md5-cache/media-libs/Manifest.gz index 6414d0ab6b9f..e3200718fb97 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/libepoxy-9999 b/metadata/md5-cache/media-libs/libepoxy-9999 index bdc5a15c6ab1..8cd2f4d3c4a3 100644 --- a/metadata/md5-cache/media-libs/libepoxy-9999 +++ b/metadata/md5-cache/media-libs/libepoxy-9999 @@ -6,5 +6,5 @@ HOMEPAGE=https://github.com/anholt/libepoxy IUSE=test +X 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 SLOT=0 -_eclasses_=git-r3 fec09a83ae965b041b47f5ff7c8ba29a meson 0946ddca90e9c2d3e4687bb097dd9ed3 multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multilib-build eed53a6313267c9fbcd35fc384bd0087 multilib-minimal 9139c3a57e077cb8e0d0f73ceb080b89 multiprocessing 6f5991c7101863d0b29df63990ad852e ninja-utils ebb2eaddc6331c4fa000b8eb8f6fe074 python-any-r1 27d7f9da7187d283b7f3eae8390b7b09 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 185a06792159ca143528e7010368e8af +_eclasses_=git-r3 fec09a83ae965b041b47f5ff7c8ba29a meson f8e09b2b2ac1e9bb0bd374b6ad77a90d multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multilib-build eed53a6313267c9fbcd35fc384bd0087 multilib-minimal 9139c3a57e077cb8e0d0f73ceb080b89 multiprocessing 6f5991c7101863d0b29df63990ad852e ninja-utils ebb2eaddc6331c4fa000b8eb8f6fe074 python-any-r1 27d7f9da7187d283b7f3eae8390b7b09 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 185a06792159ca143528e7010368e8af _md5_=3c147046173f0bdb59faa0c1a6e7494a diff --git a/metadata/md5-cache/media-libs/libmpdclient-2.13 b/metadata/md5-cache/media-libs/libmpdclient-2.13 index be0ec8d3dcd0..eac498203e89 100644 --- a/metadata/md5-cache/media-libs/libmpdclient-2.13 +++ b/metadata/md5-cache/media-libs/libmpdclient-2.13 @@ -8,5 +8,5 @@ KEYWORDS=~alpha ~amd64 ~arm ~ppc ~ppc64 ~x86 LICENSE=BSD SLOT=0 SRC_URI=https://www.musicpd.org/download/libmpdclient/2/libmpdclient-2.13.tar.xz -_eclasses_=meson 0946ddca90e9c2d3e4687bb097dd9ed3 multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 6f5991c7101863d0b29df63990ad852e ninja-utils ebb2eaddc6331c4fa000b8eb8f6fe074 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 185a06792159ca143528e7010368e8af +_eclasses_=meson f8e09b2b2ac1e9bb0bd374b6ad77a90d multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 6f5991c7101863d0b29df63990ad852e ninja-utils ebb2eaddc6331c4fa000b8eb8f6fe074 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 185a06792159ca143528e7010368e8af _md5_=1220fbbae41d7f7f33b557de988e3601 diff --git a/metadata/md5-cache/media-libs/libtxc_dxtn-1.0.1-r3 b/metadata/md5-cache/media-libs/libtxc_dxtn-1.0.1-r3 index 119e0a8f374a..9aca456a8435 100644 --- a/metadata/md5-cache/media-libs/libtxc_dxtn-1.0.1-r3 +++ b/metadata/md5-cache/media-libs/libtxc_dxtn-1.0.1-r3 @@ -4,11 +4,11 @@ DESCRIPTION=Helper library for S3TC texture (de)compression EAPI=6 HOMEPAGE=https://cgit.freedesktop.org/~mareko/libtxc_dxtn/ IUSE=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 ~ppc ~ppc64 ~x86 +KEYWORDS=~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 LICENSE=MIT RDEPEND=media-libs/mesa[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=bindist SLOT=0 SRC_URI=https://people.freedesktop.org/~cbrill/libtxc_dxtn/libtxc_dxtn-1.0.1.tar.bz2 _eclasses_=ltprune 2770eed66a9b8ef944714cd0e968182e multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multilib-build eed53a6313267c9fbcd35fc384bd0087 multilib-minimal 9139c3a57e077cb8e0d0f73ceb080b89 toolchain-funcs 185a06792159ca143528e7010368e8af -_md5_=0127ff66301d8c9d7470c2e8220fecbb +_md5_=d1cc5e80f1c340d5e40fc56ca4a59074 diff --git a/metadata/md5-cache/media-libs/libvisio-0.1.6 b/metadata/md5-cache/media-libs/libvisio-0.1.6 index c797c52b9aa2..0ee0e18a77b3 100644 --- a/metadata/md5-cache/media-libs/libvisio-0.1.6 +++ b/metadata/md5-cache/media-libs/libvisio-0.1.6 @@ -4,9 +4,9 @@ DESCRIPTION=Library parsing the visio documents EAPI=6 HOMEPAGE=https://wiki.documentfoundation.org/DLP/Libraries/libvisio IUSE=doc static-libs test tools -KEYWORDS=~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 +KEYWORDS=~amd64 ~arm ~arm64 ~hppa ppc ppc64 ~x86 LICENSE=|| ( GPL-2+ LGPL-2.1 MPL-1.1 ) RDEPEND=dev-libs/icu:= dev-libs/librevenge dev-libs/libxml2 SLOT=0 SRC_URI=https://dev-www.libreoffice.org/src/libvisio/libvisio-0.1.6.tar.xz -_md5_=bf75cd385f141a1109be8d9af7e365cf +_md5_=8c0abb7140b4462ed4f1de0fe280058f diff --git a/metadata/md5-cache/media-libs/mesa-17.2.7 b/metadata/md5-cache/media-libs/mesa-17.2.7 index a3dc76972121..b38ca9e6aa16 100644 --- a/metadata/md5-cache/media-libs/mesa-17.2.7 +++ b/metadata/md5-cache/media-libs/mesa-17.2.7 @@ -4,7 +4,7 @@ DESCRIPTION=OpenGL-like graphic library for Linux EAPI=6 HOMEPAGE=https://www.mesa3d.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 bindist +classic d3d9 debug +dri3 +egl +gallium +gbm gles1 gles2 unwind +llvm +nptl opencl osmesa pax_kernel openmax pic selinux vaapi valgrind vdpau vulkan wayland xvmc xa 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 ~arm-linux ~x86-linux ~sparc-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 ~arm-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris LICENSE=MIT RDEPEND=!=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.9.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/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(-)?] 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(-)?] ) ) opencl? ( app-eselect/eselect-opencl 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(-)?] ) openmax? ( >=media-libs/libomxil-bellagio-0.9.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(-)?] ) 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(-)?] ) wayland? ( >=dev-libs/wayland-1.11.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 ) 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(-)?] ) >=x11-libs/libdrm-2.4.82[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.82[video_cards_intel] ) ) video_cards_i915? ( >=x11-libs/libdrm-2.4.82[video_cards_intel] ) video_cards_r100? ( >=x11-libs/libdrm-2.4.82[video_cards_radeon] ) video_cards_r200? ( >=x11-libs/libdrm-2.4.82[video_cards_radeon] ) video_cards_r300? ( >=x11-libs/libdrm-2.4.82[video_cards_radeon] ) video_cards_r600? ( >=x11-libs/libdrm-2.4.82[video_cards_radeon] ) video_cards_radeon? ( >=x11-libs/libdrm-2.4.82[video_cards_radeon] ) video_cards_radeonsi? ( >=x11-libs/libdrm-2.4.82[video_cards_radeon] ) video_cards_radeonsi? ( >=x11-libs/libdrm-2.4.82[video_cards_amdgpu] ) llvm? ( opencl? ( video_cards_r600? ( || ( 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/clang-3.9.0: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(-)?,llvm_targets_AMDGPU(-)] ) =sys-devel/clang-3.9.0: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(-)?,llvm_targets_AMDGPU(-)] ) =sys-devel/clang-3.9.0: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(-)?,llvm_targets_AMDGPU(-)] ) =sys-devel/clang-3.9.0: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(-)?] ) =sys-devel/llvm-3.9.0: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(-)?,llvm_targets_AMDGPU(-)] ) =sys-devel/llvm-3.9.0: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(-)?,llvm_targets_AMDGPU(-)] ) =sys-devel/llvm-3.9.0: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(-)?,llvm_targets_AMDGPU(-)] ) =sys-devel/llvm-3.9.0: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-util/cmake-3.7.2 -DESCRIPTION=An Open-Source subdivision surface library -EAPI=6 -HOMEPAGE=http://graphics.pixar.com/opensubdiv/ -IUSE=cuda doc opencl openmp ptex tbb test -KEYWORDS=~amd64 ~x86 -LICENSE=ZLIB -RDEPEND=media-libs/glew:= media-libs/glfw:= cuda? ( dev-util/nvidia-cuda-toolkit:* ) ptex? ( media-libs/ptex ) -SLOT=0 -SRC_URI=https://github.com/PixarAnimationStudios/OpenSubdiv/archive/v3_1_0.tar.gz -> opensubdiv-3.1.0.tar.gz -_eclasses_=cmake-utils 77a5a8d3308359caadcdd91688f20093 desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 6f5991c7101863d0b29df63990ad852e ninja-utils ebb2eaddc6331c4fa000b8eb8f6fe074 toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 xdg-utils f2c8335407f0b935b0a96d4adf23ef25 -_md5_=ec721c1b45285b64b3d79267dfb230bb diff --git a/metadata/md5-cache/media-libs/opensubdiv-3.1.1 b/metadata/md5-cache/media-libs/opensubdiv-3.1.1 deleted file mode 100644 index b10912b62ea1..000000000000 --- a/metadata/md5-cache/media-libs/opensubdiv-3.1.1 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install prepare pretend setup test -DEPEND=media-libs/glew:= media-libs/glfw:= cuda? ( dev-util/nvidia-cuda-toolkit:* ) ptex? ( media-libs/ptex ) tbb? ( dev-cpp/tbb ) doc? ( dev-python/docutils app-doc/doxygen ) sys-devel/make >=dev-util/cmake-3.7.2 -DESCRIPTION=An Open-Source subdivision surface library -EAPI=6 -HOMEPAGE=http://graphics.pixar.com/opensubdiv/ -IUSE=cuda doc opencl openmp ptex tbb -KEYWORDS=~amd64 ~x86 -LICENSE=ZLIB -RDEPEND=media-libs/glew:= media-libs/glfw:= cuda? ( dev-util/nvidia-cuda-toolkit:* ) ptex? ( media-libs/ptex ) -SLOT=0 -SRC_URI=https://github.com/PixarAnimationStudios/OpenSubdiv/archive/v3_1_1.tar.gz -> opensubdiv-3.1.1.tar.gz -_eclasses_=cmake-utils 77a5a8d3308359caadcdd91688f20093 desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 6f5991c7101863d0b29df63990ad852e ninja-utils ebb2eaddc6331c4fa000b8eb8f6fe074 toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 xdg-utils f2c8335407f0b935b0a96d4adf23ef25 -_md5_=df5bd85087252d7dcc6b316bd88f3d42 diff --git a/metadata/md5-cache/media-libs/opensubdiv-3.3.0 b/metadata/md5-cache/media-libs/opensubdiv-3.3.0 index f8cef731107f..5052dc21174d 100644 --- a/metadata/md5-cache/media-libs/opensubdiv-3.3.0 +++ b/metadata/md5-cache/media-libs/opensubdiv-3.3.0 @@ -10,4 +10,4 @@ RDEPEND=media-libs/glew:= media-libs/glfw:= cuda? ( dev-util/nvidia-cuda-toolkit SLOT=0 SRC_URI=https://github.com/PixarAnimationStudios/OpenSubdiv/archive/v3_3_0.tar.gz -> opensubdiv-3.3.0.tar.gz _eclasses_=cmake-utils 77a5a8d3308359caadcdd91688f20093 desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 6f5991c7101863d0b29df63990ad852e ninja-utils ebb2eaddc6331c4fa000b8eb8f6fe074 toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 xdg-utils f2c8335407f0b935b0a96d4adf23ef25 -_md5_=44cd093c1bbc21fc5dd269cb7d23ba0f +_md5_=5e28694af17a8ff6e988622cea006f6a diff --git a/metadata/md5-cache/media-libs/osl-1.8.12 b/metadata/md5-cache/media-libs/osl-1.8.12 new file mode 100644 index 000000000000..b2660d2749cf --- /dev/null +++ b/metadata/md5-cache/media-libs/osl-1.8.12 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=>=media-libs/openexr-2.2.0 >=media-libs/openimageio-1.7.0 dev-libs/pugixml sys-libs/zlib:= partio? ( media-libs/partio ) >=dev-libs/boost-1.62 sys-devel/llvm[clang] sys-devel/bison sys-devel/flex virtual/pkgconfig sys-devel/make >=dev-util/cmake-3.7.2 +DESCRIPTION=Advanced shading language for production GI renderers +EAPI=6 +HOMEPAGE=http://opensource.imageworks.com/?p=osl +IUSE=doc partio test cpu_flags_x86_sse2 cpu_flags_x86_sse3 cpu_flags_x86_sse4_1 cpu_flags_x86_sse4_2 +KEYWORDS=~amd64 ~x86 +LICENSE=BSD +RDEPEND=>=media-libs/openexr-2.2.0 >=media-libs/openimageio-1.7.0 dev-libs/pugixml sys-libs/zlib:= partio? ( media-libs/partio ) +RESTRICT=test +SLOT=0 +SRC_URI=https://github.com/imageworks/OpenShadingLanguage/archive/Release-1.8.12.tar.gz -> osl-1.8.12.tar.gz +_eclasses_=cmake-utils 77a5a8d3308359caadcdd91688f20093 desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 6f5991c7101863d0b29df63990ad852e ninja-utils ebb2eaddc6331c4fa000b8eb8f6fe074 toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 xdg-utils f2c8335407f0b935b0a96d4adf23ef25 +_md5_=cb6ca33b07258eaf8392ecd7972d3811 diff --git a/metadata/md5-cache/media-libs/speex-1.2.0-r1 b/metadata/md5-cache/media-libs/speex-1.2.0-r1 index 65019d963163..3f8ea6abea79 100644 --- a/metadata/md5-cache/media-libs/speex-1.2.0-r1 +++ b/metadata/md5-cache/media-libs/speex-1.2.0-r1 @@ -4,10 +4,10 @@ DESCRIPTION=Audio compression format designed for speech EAPI=6 HOMEPAGE=https://www.speex.org/ IUSE=cpu_flags_arm_v4 cpu_flags_arm_v5 cpu_flags_arm_v6 cpu_flags_x86_sse static-libs utils +vbr 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 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~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 ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris LICENSE=BSD RDEPEND=utils? ( media-libs/libogg:= media-libs/speexdsp[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) SLOT=0 SRC_URI=https://downloads.xiph.org/releases/speex/speex-1.2.0.tar.gz _eclasses_=autotools dc412f38566b91012efd58b9c203e6c3 desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 libtool 0081a71a261724730ec4c248494f044d ltprune 2770eed66a9b8ef944714cd0e968182e multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multilib-build eed53a6313267c9fbcd35fc384bd0087 multilib-minimal 9139c3a57e077cb8e0d0f73ceb080b89 toolchain-funcs 185a06792159ca143528e7010368e8af -_md5_=1d385f4ffd5b896ec635aef88d1fc77d +_md5_=3f35e928654c67c30a03733b86a66c92 diff --git a/metadata/md5-cache/media-libs/speexdsp-1.2_rc3-r2 b/metadata/md5-cache/media-libs/speexdsp-1.2_rc3-r2 index f284471941b0..b8dc48b8e3a6 100644 --- a/metadata/md5-cache/media-libs/speexdsp-1.2_rc3-r2 +++ b/metadata/md5-cache/media-libs/speexdsp-1.2_rc3-r2 @@ -4,10 +4,10 @@ DESCRIPTION=Audio compression format designed for speech -- DSP EAPI=6 HOMEPAGE=https://www.speex.org/ IUSE=cpu_flags_x86_sse cpu_flags_x86_sse2 cpu_flags_arm_neon 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=~alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~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 ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris LICENSE=BSD RDEPEND=!=dev-libs/dbus-glib-0.60 dev-libs/libxml2:2 media-libs/libmodplug ~media-sound/audacious-3.6.2 ( || ( >=dev-libs/glib-2.32.2[utils] dev-util/gdbus-codegen ) ) aac? ( >=media-libs/faad2-2.7 ) adplug? ( >=dev-cpp/libbinio-1.4 ) alsa? ( >=media-libs/alsa-lib-1.0.16 ) bs2b? ( media-libs/libbs2b ) cdda? ( >=media-libs/libcddb-1.2.1 dev-libs/libcdio-paranoia ) cue? ( media-libs/libcue ) ffmpeg? ( >=virtual/ffmpeg-0.7.3 ) flac? ( >=media-libs/libvorbis-1.0 >=media-libs/flac-1.2.1-r1 ) fluidsynth? ( media-sound/fluidsynth ) http? ( >=net-libs/neon-0.26.4 ) !gtk3? ( x11-libs/gtk+:2 ) gtk3? ( x11-libs/gtk+:3 ) qt5? ( dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtmultimedia:5 dev-qt/qtwidgets:5 ) jack? ( >=media-libs/bio2jack-0.4 virtual/jack ) lame? ( media-sound/lame ) libnotify? ( x11-libs/libnotify ) libsamplerate? ( media-libs/libsamplerate ) lirc? ( app-misc/lirc ) mms? ( >=media-libs/libmms-0.3 ) mp3? ( >=media-sound/mpg123-1.12.1 ) pulseaudio? ( >=media-sound/pulseaudio-0.9.3 ) scrobbler? ( net-misc/curl ) sdl? ( media-libs/libsdl[sound] ) sid? ( >=media-libs/libsidplayfp-1.0.0 ) sndfile? ( >=media-libs/libsndfile-1.0.17-r1 ) vorbis? ( >=media-libs/libvorbis-1.2.0 >=media-libs/libogg-1.1.3 ) wavpack? ( >=media-sound/wavpack-4.50.1-r1 ) nls? ( dev-util/intltool ) virtual/pkgconfig -DESCRIPTION=Audacious Player - Your music, your way, no exceptions -EAPI=5 -HOMEPAGE=http://audacious-media-player.org/ -IUSE=aac adplug alsa bs2b cdda cue ffmpeg flac fluidsynth gnome http gtk3 jack lame libnotify libsamplerate lirc mms mp3 nls pulseaudio qt5 scrobbler sdl sid sndfile vorbis wavpack -KEYWORDS=alpha amd64 ~arm ~hppa ppc ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux -LICENSE=GPL-2 -RDEPEND=app-arch/unzip >=dev-libs/dbus-glib-0.60 dev-libs/libxml2:2 media-libs/libmodplug ~media-sound/audacious-3.6.2 ( || ( >=dev-libs/glib-2.32.2[utils] dev-util/gdbus-codegen ) ) aac? ( >=media-libs/faad2-2.7 ) adplug? ( >=dev-cpp/libbinio-1.4 ) alsa? ( >=media-libs/alsa-lib-1.0.16 ) bs2b? ( media-libs/libbs2b ) cdda? ( >=media-libs/libcddb-1.2.1 dev-libs/libcdio-paranoia ) cue? ( media-libs/libcue ) ffmpeg? ( >=virtual/ffmpeg-0.7.3 ) flac? ( >=media-libs/libvorbis-1.0 >=media-libs/flac-1.2.1-r1 ) fluidsynth? ( media-sound/fluidsynth ) http? ( >=net-libs/neon-0.26.4 ) !gtk3? ( x11-libs/gtk+:2 ) gtk3? ( x11-libs/gtk+:3 ) qt5? ( dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtmultimedia:5 dev-qt/qtwidgets:5 ) jack? ( >=media-libs/bio2jack-0.4 virtual/jack ) lame? ( media-sound/lame ) libnotify? ( x11-libs/libnotify ) libsamplerate? ( media-libs/libsamplerate ) lirc? ( app-misc/lirc ) mms? ( >=media-libs/libmms-0.3 ) mp3? ( >=media-sound/mpg123-1.12.1 ) pulseaudio? ( >=media-sound/pulseaudio-0.9.3 ) scrobbler? ( net-misc/curl ) sdl? ( media-libs/libsdl[sound] ) sid? ( >=media-libs/libsidplayfp-1.0.0 ) sndfile? ( >=media-libs/libsndfile-1.0.17-r1 ) vorbis? ( >=media-libs/libvorbis-1.2.0 >=media-libs/libogg-1.1.3 ) wavpack? ( >=media-sound/wavpack-4.50.1-r1 ) -REQUIRED_USE=|| ( alsa flac lame jack pulseaudio qt5 sdl ) -SLOT=0 -SRC_URI=!gtk3? ( http://distfiles.audacious-media-player.org/audacious-plugins-3.6.2.tar.bz2 ) gtk3? ( http://distfiles.audacious-media-player.org/audacious-plugins-3.6.2-gtk3.tar.bz2 ) -_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 185a06792159ca143528e7010368e8af -_md5_=3eca015e5ced4786f98150f57f628161 diff --git a/metadata/md5-cache/media-plugins/audacious-plugins-3.7.1 b/metadata/md5-cache/media-plugins/audacious-plugins-3.7.1 deleted file mode 100644 index 73cae244e24d..000000000000 --- a/metadata/md5-cache/media-plugins/audacious-plugins-3.7.1 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=configure prepare unpack -DEPEND=app-arch/unzip >=dev-libs/dbus-glib-0.60 dev-libs/libxml2:2 media-libs/libmodplug ~media-sound/audacious-3.7.1 ( || ( >=dev-libs/glib-2.32.2[utils] dev-util/gdbus-codegen ) ) aac? ( >=media-libs/faad2-2.7 ) adplug? ( media-libs/adplug ) alsa? ( >=media-libs/alsa-lib-1.0.16 ) bs2b? ( media-libs/libbs2b ) cdda? ( >=media-libs/libcddb-1.2.1 dev-libs/libcdio-paranoia ) cue? ( media-libs/libcue ) ffmpeg? ( >=virtual/ffmpeg-0.7.3 ) flac? ( >=media-libs/libvorbis-1.0 >=media-libs/flac-1.2.1-r1 ) fluidsynth? ( media-sound/fluidsynth ) http? ( >=net-libs/neon-0.26.4 ) gtk? ( x11-libs/gtk+:2 ) gtk3? ( x11-libs/gtk+:3 media-libs/adplug ) qt5? ( dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtmultimedia:5 dev-qt/qtwidgets:5 media-libs/adplug ) jack? ( >=media-libs/bio2jack-0.4 virtual/jack ) lame? ( media-sound/lame ) libnotify? ( x11-libs/libnotify ) libsamplerate? ( media-libs/libsamplerate ) lirc? ( app-misc/lirc ) mms? ( >=media-libs/libmms-0.3 ) mp3? ( >=media-sound/mpg123-1.12.1 ) pulseaudio? ( >=media-sound/pulseaudio-0.9.3 ) scrobbler? ( net-misc/curl ) sdl? ( media-libs/libsdl[sound] ) sid? ( >=media-libs/libsidplayfp-1.0.0 ) sndfile? ( >=media-libs/libsndfile-1.0.17-r1 ) vorbis? ( >=media-libs/libvorbis-1.2.0 >=media-libs/libogg-1.1.3 ) wavpack? ( >=media-sound/wavpack-4.50.1-r1 ) nls? ( dev-util/intltool ) virtual/pkgconfig -DESCRIPTION=Audacious Player - Your music, your way, no exceptions -EAPI=5 -HOMEPAGE=http://audacious-media-player.org/ -IUSE=aac +adplug alsa bs2b cdda cue ffmpeg flac fluidsynth gnome http gtk gtk3 jack lame libnotify libsamplerate lirc mms mp3 nls pulseaudio qt5 scrobbler sdl sid sndfile vorbis wavpack -KEYWORDS=alpha amd64 ~arm hppa ppc ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux -LICENSE=GPL-2 -RDEPEND=app-arch/unzip >=dev-libs/dbus-glib-0.60 dev-libs/libxml2:2 media-libs/libmodplug ~media-sound/audacious-3.7.1 ( || ( >=dev-libs/glib-2.32.2[utils] dev-util/gdbus-codegen ) ) aac? ( >=media-libs/faad2-2.7 ) adplug? ( media-libs/adplug ) alsa? ( >=media-libs/alsa-lib-1.0.16 ) bs2b? ( media-libs/libbs2b ) cdda? ( >=media-libs/libcddb-1.2.1 dev-libs/libcdio-paranoia ) cue? ( media-libs/libcue ) ffmpeg? ( >=virtual/ffmpeg-0.7.3 ) flac? ( >=media-libs/libvorbis-1.0 >=media-libs/flac-1.2.1-r1 ) fluidsynth? ( media-sound/fluidsynth ) http? ( >=net-libs/neon-0.26.4 ) gtk? ( x11-libs/gtk+:2 ) gtk3? ( x11-libs/gtk+:3 media-libs/adplug ) qt5? ( dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtmultimedia:5 dev-qt/qtwidgets:5 media-libs/adplug ) jack? ( >=media-libs/bio2jack-0.4 virtual/jack ) lame? ( media-sound/lame ) libnotify? ( x11-libs/libnotify ) libsamplerate? ( media-libs/libsamplerate ) lirc? ( app-misc/lirc ) mms? ( >=media-libs/libmms-0.3 ) mp3? ( >=media-sound/mpg123-1.12.1 ) pulseaudio? ( >=media-sound/pulseaudio-0.9.3 ) scrobbler? ( net-misc/curl ) sdl? ( media-libs/libsdl[sound] ) sid? ( >=media-libs/libsidplayfp-1.0.0 ) sndfile? ( >=media-libs/libsndfile-1.0.17-r1 ) vorbis? ( >=media-libs/libvorbis-1.2.0 >=media-libs/libogg-1.1.3 ) wavpack? ( >=media-sound/wavpack-4.50.1-r1 ) -REQUIRED_USE=?? ( gtk gtk3 qt5 ) -SLOT=0 -SRC_URI=!gtk3? ( http://distfiles.audacious-media-player.org/audacious-plugins-3.7.1.tar.bz2 ) gtk3? ( http://distfiles.audacious-media-player.org/audacious-plugins-3.7.1-gtk3.tar.bz2 ) -_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 185a06792159ca143528e7010368e8af -_md5_=d78608d7833a0ade8848eb486aa5b04b diff --git a/metadata/md5-cache/media-plugins/audacious-plugins-3.7.1-r1 b/metadata/md5-cache/media-plugins/audacious-plugins-3.7.1-r1 deleted file mode 100644 index 99c01bfc2e35..000000000000 --- a/metadata/md5-cache/media-plugins/audacious-plugins-3.7.1-r1 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=configure prepare unpack -DEPEND=app-arch/unzip >=dev-libs/dbus-glib-0.60 dev-libs/libxml2:2 media-libs/libmodplug ~media-sound/audacious-3.7.1 >=media-sound/audacious-3.7.1-r1 ( || ( >=dev-libs/glib-2.32.2[utils] dev-util/gdbus-codegen ) ) aac? ( >=media-libs/faad2-2.7 ) adplug? ( media-libs/adplug ) alsa? ( >=media-libs/alsa-lib-1.0.16 ) bs2b? ( media-libs/libbs2b ) cdda? ( >=media-libs/libcddb-1.2.1 dev-libs/libcdio-paranoia ) cue? ( media-libs/libcue ) ffmpeg? ( >=virtual/ffmpeg-0.7.3 ) flac? ( >=media-libs/libvorbis-1.0 >=media-libs/flac-1.2.1-r1 ) fluidsynth? ( media-sound/fluidsynth ) http? ( >=net-libs/neon-0.26.4 ) gtk? ( x11-libs/gtk+:2 ~media-sound/audacious-3.7.1[gtk?] ) gtk3? ( x11-libs/gtk+:3 media-libs/adplug ~media-sound/audacious-3.7.1[gtk3?] ) qt5? ( dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtmultimedia:5 dev-qt/qtwidgets:5 media-libs/adplug ~media-sound/audacious-3.7.1[qt5?] ) jack? ( >=media-libs/bio2jack-0.4 virtual/jack ) lame? ( media-sound/lame ) libnotify? ( x11-libs/libnotify ) libsamplerate? ( media-libs/libsamplerate ) lirc? ( app-misc/lirc ) mms? ( >=media-libs/libmms-0.3 ) mp3? ( >=media-sound/mpg123-1.12.1 ) pulseaudio? ( >=media-sound/pulseaudio-0.9.3 ) scrobbler? ( net-misc/curl ) sdl? ( media-libs/libsdl[sound] ) sid? ( >=media-libs/libsidplayfp-1.0.0 ) sndfile? ( >=media-libs/libsndfile-1.0.17-r1 ) vorbis? ( >=media-libs/libvorbis-1.2.0 >=media-libs/libogg-1.1.3 ) wavpack? ( >=media-sound/wavpack-4.50.1-r1 ) nls? ( dev-util/intltool ) virtual/pkgconfig -DESCRIPTION=Audacious Player - Your music, your way, no exceptions -EAPI=5 -HOMEPAGE=http://audacious-media-player.org/ -IUSE=aac +adplug alsa bs2b cdda cue ffmpeg flac fluidsynth gnome http gtk gtk3 jack lame libnotify libsamplerate lirc mms mp3 nls pulseaudio qt5 scrobbler sdl sid sndfile vorbis wavpack -KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux -LICENSE=GPL-2 -RDEPEND=app-arch/unzip >=dev-libs/dbus-glib-0.60 dev-libs/libxml2:2 media-libs/libmodplug ~media-sound/audacious-3.7.1 >=media-sound/audacious-3.7.1-r1 ( || ( >=dev-libs/glib-2.32.2[utils] dev-util/gdbus-codegen ) ) aac? ( >=media-libs/faad2-2.7 ) adplug? ( media-libs/adplug ) alsa? ( >=media-libs/alsa-lib-1.0.16 ) bs2b? ( media-libs/libbs2b ) cdda? ( >=media-libs/libcddb-1.2.1 dev-libs/libcdio-paranoia ) cue? ( media-libs/libcue ) ffmpeg? ( >=virtual/ffmpeg-0.7.3 ) flac? ( >=media-libs/libvorbis-1.0 >=media-libs/flac-1.2.1-r1 ) fluidsynth? ( media-sound/fluidsynth ) http? ( >=net-libs/neon-0.26.4 ) gtk? ( x11-libs/gtk+:2 ~media-sound/audacious-3.7.1[gtk?] ) gtk3? ( x11-libs/gtk+:3 media-libs/adplug ~media-sound/audacious-3.7.1[gtk3?] ) qt5? ( dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtmultimedia:5 dev-qt/qtwidgets:5 media-libs/adplug ~media-sound/audacious-3.7.1[qt5?] ) jack? ( >=media-libs/bio2jack-0.4 virtual/jack ) lame? ( media-sound/lame ) libnotify? ( x11-libs/libnotify ) libsamplerate? ( media-libs/libsamplerate ) lirc? ( app-misc/lirc ) mms? ( >=media-libs/libmms-0.3 ) mp3? ( >=media-sound/mpg123-1.12.1 ) pulseaudio? ( >=media-sound/pulseaudio-0.9.3 ) scrobbler? ( net-misc/curl ) sdl? ( media-libs/libsdl[sound] ) sid? ( >=media-libs/libsidplayfp-1.0.0 ) sndfile? ( >=media-libs/libsndfile-1.0.17-r1 ) vorbis? ( >=media-libs/libvorbis-1.2.0 >=media-libs/libogg-1.1.3 ) wavpack? ( >=media-sound/wavpack-4.50.1-r1 ) -REQUIRED_USE=^^ ( gtk gtk3 qt5 ) -SLOT=0 -SRC_URI=!gtk3? ( http://distfiles.audacious-media-player.org/audacious-plugins-3.7.1.tar.bz2 ) gtk3? ( http://distfiles.audacious-media-player.org/audacious-plugins-3.7.1-gtk3.tar.bz2 ) -_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 185a06792159ca143528e7010368e8af -_md5_=72576835ba726b2663adaa64e4bc1330 diff --git a/metadata/md5-cache/media-plugins/audacious-plugins-3.8.2 b/metadata/md5-cache/media-plugins/audacious-plugins-3.8.2 deleted file mode 100644 index edca12e7962e..000000000000 --- a/metadata/md5-cache/media-plugins/audacious-plugins-3.8.2 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=configure prepare unpack -DEPEND=app-arch/unzip >=dev-libs/dbus-glib-0.60 dev-libs/libxml2:2 media-libs/libmodplug ~media-sound/audacious-3.8.2 >=media-sound/audacious-3.7.1-r1 media-libs/adplug ( || ( >=dev-libs/glib-2.32.2[utils] dev-util/gdbus-codegen ) ) aac? ( >=media-libs/faad2-2.7 ) alsa? ( >=media-libs/alsa-lib-1.0.16 ) aosd? ( x11-libs/libXrender x11-libs/libXcomposite ) bs2b? ( media-libs/libbs2b ) cdda? ( >=media-libs/libcddb-1.2.1 dev-libs/libcdio-paranoia ) cue? ( media-libs/libcue ) ffmpeg? ( >=virtual/ffmpeg-0.7.3 ) flac? ( >=media-libs/libvorbis-1.0 >=media-libs/flac-1.2.1-r1 ) fluidsynth? ( media-sound/fluidsynth ) http? ( >=net-libs/neon-0.26.4 ) gtk? ( x11-libs/gtk+:2 ~media-sound/audacious-3.8.2[gtk?] ) gtk3? ( x11-libs/gtk+:3 media-libs/adplug ~media-sound/audacious-3.8.2[gtk3?] ) qt5? ( dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtmultimedia:5 dev-qt/qtwidgets:5 media-libs/adplug ~media-sound/audacious-3.8.2[qt5?] ) jack? ( >=media-libs/bio2jack-0.4 virtual/jack ) lame? ( media-sound/lame ) libnotify? ( x11-libs/libnotify ) libsamplerate? ( media-libs/libsamplerate ) lirc? ( app-misc/lirc ) mms? ( >=media-libs/libmms-0.3 ) mp3? ( >=media-sound/mpg123-1.12.1 ) pulseaudio? ( >=media-sound/pulseaudio-0.9.3 ) scrobbler? ( net-misc/curl ) sdl? ( media-libs/libsdl[sound] ) sid? ( >=media-libs/libsidplayfp-1.0.0 ) sndfile? ( >=media-libs/libsndfile-1.0.17-r1 ) vorbis? ( >=media-libs/libvorbis-1.2.0 >=media-libs/libogg-1.1.3 ) wavpack? ( >=media-sound/wavpack-4.50.1-r1 ) nls? ( dev-util/intltool ) virtual/pkgconfig -DESCRIPTION=Audacious Player - Your music, your way, no exceptions -EAPI=5 -HOMEPAGE=http://audacious-media-player.org/ -IUSE=aac +adplug alsa aosd bs2b cdda cue ffmpeg flac fluidsynth gnome http gtk gtk3 jack lame libnotify libsamplerate lirc mms mp3 nls pulseaudio qt5 scrobbler sdl sid sndfile vorbis wavpack -KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux -LICENSE=GPL-2 -RDEPEND=app-arch/unzip >=dev-libs/dbus-glib-0.60 dev-libs/libxml2:2 media-libs/libmodplug ~media-sound/audacious-3.8.2 >=media-sound/audacious-3.7.1-r1 media-libs/adplug ( || ( >=dev-libs/glib-2.32.2[utils] dev-util/gdbus-codegen ) ) aac? ( >=media-libs/faad2-2.7 ) alsa? ( >=media-libs/alsa-lib-1.0.16 ) aosd? ( x11-libs/libXrender x11-libs/libXcomposite ) bs2b? ( media-libs/libbs2b ) cdda? ( >=media-libs/libcddb-1.2.1 dev-libs/libcdio-paranoia ) cue? ( media-libs/libcue ) ffmpeg? ( >=virtual/ffmpeg-0.7.3 ) flac? ( >=media-libs/libvorbis-1.0 >=media-libs/flac-1.2.1-r1 ) fluidsynth? ( media-sound/fluidsynth ) http? ( >=net-libs/neon-0.26.4 ) gtk? ( x11-libs/gtk+:2 ~media-sound/audacious-3.8.2[gtk?] ) gtk3? ( x11-libs/gtk+:3 media-libs/adplug ~media-sound/audacious-3.8.2[gtk3?] ) qt5? ( dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtmultimedia:5 dev-qt/qtwidgets:5 media-libs/adplug ~media-sound/audacious-3.8.2[qt5?] ) jack? ( >=media-libs/bio2jack-0.4 virtual/jack ) lame? ( media-sound/lame ) libnotify? ( x11-libs/libnotify ) libsamplerate? ( media-libs/libsamplerate ) lirc? ( app-misc/lirc ) mms? ( >=media-libs/libmms-0.3 ) mp3? ( >=media-sound/mpg123-1.12.1 ) pulseaudio? ( >=media-sound/pulseaudio-0.9.3 ) scrobbler? ( net-misc/curl ) sdl? ( media-libs/libsdl[sound] ) sid? ( >=media-libs/libsidplayfp-1.0.0 ) sndfile? ( >=media-libs/libsndfile-1.0.17-r1 ) vorbis? ( >=media-libs/libvorbis-1.2.0 >=media-libs/libogg-1.1.3 ) wavpack? ( >=media-sound/wavpack-4.50.1-r1 ) -REQUIRED_USE=^^ ( gtk gtk3 qt5 ) -SLOT=0 -SRC_URI=!gtk3? ( http://distfiles.audacious-media-player.org/audacious-plugins-3.8.2.tar.bz2 ) gtk3? ( http://distfiles.audacious-media-player.org/audacious-plugins-3.8.2-gtk3.tar.bz2 ) -_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 185a06792159ca143528e7010368e8af -_md5_=7ed1647ea2052414ed55cbc91d6e1857 diff --git a/metadata/md5-cache/media-radio/Manifest.gz b/metadata/md5-cache/media-radio/Manifest.gz index f9bdeb98d828..ed47fef0889b 100644 Binary files a/metadata/md5-cache/media-radio/Manifest.gz and b/metadata/md5-cache/media-radio/Manifest.gz differ diff --git a/metadata/md5-cache/media-radio/cqrlog-2.1.0 b/metadata/md5-cache/media-radio/cqrlog-2.1.0 new file mode 100644 index 000000000000..61bf0e14a3fe --- /dev/null +++ b/metadata/md5-cache/media-radio/cqrlog-2.1.0 @@ -0,0 +1,12 @@ +DEFINED_PHASES=prepare +DEPEND=>=dev-lang/lazarus-1.6.4 >=dev-lang/fpc-3.0.2 +DESCRIPTION=CQRLOG is an advanced ham radio logger based on MySQL database. +EAPI=6 +HOMEPAGE=https://www.cqrlog.com/ +KEYWORDS=~amd64 +LICENSE=GPL-2 +RDEPEND=>=dev-lang/lazarus-1.6.4 >=dev-lang/fpc-3.0.2 dev-db/mysql[embedded] dev-libs/atk dev-libs/glib x11-libs/cairo x11-libs/gdk-pixbuf x11-libs/gtk+ x11-libs/libX11 x11-libs/pango +SLOT=0 +SRC_URI=https://github.com/ok2cqr/cqrlog/archive/v2.1.0.tar.gz -> cqrlog-2.1.0.tar.gz +_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 185a06792159ca143528e7010368e8af +_md5_=7a3d1524f7e600088f783f5ffa2cfa1c diff --git a/metadata/md5-cache/media-radio/direwolf-1.4 b/metadata/md5-cache/media-radio/direwolf-1.4 new file mode 100644 index 000000000000..c6cfdf9d3e73 --- /dev/null +++ b/metadata/md5-cache/media-radio/direwolf-1.4 @@ -0,0 +1,12 @@ +DEFINED_PHASES=install prepare +DEPEND=media-libs/alsa-lib:= virtual/pkgconfig +DESCRIPTION=Decoded Information from Radio Emissions for Windows Or Linux Fans +EAPI=6 +HOMEPAGE=https://github.com/wb2osz/direwolf/blob/master/README.md +KEYWORDS=~amd64 ~x86 +LICENSE=GPL-2 BSD +RDEPEND=media-libs/alsa-lib:= +SLOT=0 +SRC_URI=https://github.com/wb2osz/direwolf/archive/1.4.tar.gz -> direwolf-1.4.tar.gz +_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e systemd 8f5286f89e265842f5b5189666eae88b toolchain-funcs 185a06792159ca143528e7010368e8af +_md5_=059850d00749f2ce855900a2b2eef4c0 diff --git a/metadata/md5-cache/media-radio/flamp-2.2.03 b/metadata/md5-cache/media-radio/flamp-2.2.03 new file mode 100644 index 000000000000..6d7d0ff50de5 --- /dev/null +++ b/metadata/md5-cache/media-radio/flamp-2.2.03 @@ -0,0 +1,12 @@ +DEFINED_PHASES=- +DEPEND=media-radio/fldigi x11-libs/fltk:= x11-libs/libX11:= virtual/pkgconfig +DESCRIPTION=Fldigi helper for transferring files +EAPI=6 +HOMEPAGE=http://www.w1hkj.com +KEYWORDS=~amd64 ~x86 +LICENSE=GPL-3+ +RDEPEND=media-radio/fldigi x11-libs/fltk:= x11-libs/libX11:= +SLOT=0 +SRC_URI=mirror://sourceforge/fldigi/flamp-2.2.03.tar.gz +_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 185a06792159ca143528e7010368e8af +_md5_=d7d3d58e74c7677cd33d62913afad2a4 diff --git a/metadata/md5-cache/media-radio/flmsg-4.0.3 b/metadata/md5-cache/media-radio/flmsg-4.0.3 new file mode 100644 index 000000000000..b8dff3df787f --- /dev/null +++ b/metadata/md5-cache/media-radio/flmsg-4.0.3 @@ -0,0 +1,12 @@ +DEFINED_PHASES=- +DEPEND=media-radio/fldigi x11-libs/fltk:= x11-libs/libX11:= virtual/pkgconfig +DESCRIPTION=Fldigi helper for creating radiograms +EAPI=6 +HOMEPAGE=http://www.w1hkj.com +KEYWORDS=~amd64 ~x86 +LICENSE=GPL-3 +RDEPEND=media-radio/fldigi x11-libs/fltk:= x11-libs/libX11:= +SLOT=0 +SRC_URI=mirror://sourceforge/fldigi/flmsg-4.0.3.tar.gz +_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 185a06792159ca143528e7010368e8af +_md5_=750d0f5a2bff174134d63f568b6e1aae diff --git a/metadata/md5-cache/media-radio/tqsl-2.3.1 b/metadata/md5-cache/media-radio/tqsl-2.3.1 new file mode 100644 index 000000000000..b7110959268f --- /dev/null +++ b/metadata/md5-cache/media-radio/tqsl-2.3.1 @@ -0,0 +1,12 @@ +DEFINED_PHASES=compile configure install prepare setup test +DEPEND=dev-libs/expat:= dev-libs/openssl:= net-misc/curl:= sys-libs/db:= sys-libs/zlib:= x11-libs/wxGTK:3.0= sys-devel/make >=dev-util/cmake-3.7.2 +DESCRIPTION=ARRL Logbook of the World +EAPI=6 +HOMEPAGE=http://www.arrl.org/tqsl-download +KEYWORDS=~amd64 ~x86 +LICENSE=LOTW +RDEPEND=dev-libs/expat:= dev-libs/openssl:= net-misc/curl:= sys-libs/db:= sys-libs/zlib:= x11-libs/wxGTK:3.0= +SLOT=0 +SRC_URI=mirror://sourceforge/trustedqsl/tqsl-2.3.1.tar.gz +_eclasses_=cmake-utils 77a5a8d3308359caadcdd91688f20093 desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 6f5991c7101863d0b29df63990ad852e ninja-utils ebb2eaddc6331c4fa000b8eb8f6fe074 toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 wxwidgets 04e063b0eff26daaea83d859dd9d6e05 xdg-utils f2c8335407f0b935b0a96d4adf23ef25 +_md5_=b733648b4c32e4b26f368a93f244f191 diff --git a/metadata/md5-cache/media-radio/wsjtx-1.8.0 b/metadata/md5-cache/media-radio/wsjtx-1.8.0 index fbf18bbf01ee..fb1fae183784 100644 --- a/metadata/md5-cache/media-radio/wsjtx-1.8.0 +++ b/metadata/md5-cache/media-radio/wsjtx-1.8.0 @@ -1,13 +1,13 @@ DEFINED_PHASES=compile configure install prepare test -DEPEND=dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtmultimedia:5 dev-qt/qtnetwork dev-qt/qtwidgets dev-qt/qtconcurrent dev-qt/qtserialport dev-qt/qtprintsupport virtual/libusb:1 media-libs/portaudio sci-libs/fftw:3.0[threads] virtual/fortran app-text/asciidoc doc? ( dev-ruby/asciidoctor ) sys-devel/make >=dev-util/cmake-3.7.2 +DEPEND=dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtmultimedia:5 dev-qt/qtnetwork:5 dev-qt/qtwidgets:5 dev-qt/qtconcurrent:5 dev-qt/qtserialport:5 dev-qt/qtprintsupport:5 virtual/libusb:1 media-libs/portaudio sci-libs/fftw:3.0[threads,fortran] virtual/fortran app-text/asciidoc doc? ( dev-ruby/asciidoctor ) sys-devel/make >=dev-util/cmake-3.7.2 DESCRIPTION=Weak signal ham radio communication EAPI=6 HOMEPAGE=http://physics.princeton.edu/pulsar/K1JT/wsjtx.html IUSE=doc KEYWORDS=~amd64 LICENSE=GPL-3 -RDEPEND=dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtmultimedia:5 dev-qt/qtnetwork dev-qt/qtwidgets dev-qt/qtconcurrent dev-qt/qtserialport dev-qt/qtprintsupport virtual/libusb:1 media-libs/portaudio sci-libs/fftw:3.0[threads] virtual/fortran app-text/asciidoc doc? ( dev-ruby/asciidoctor ) +RDEPEND=dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtmultimedia:5 dev-qt/qtnetwork:5 dev-qt/qtwidgets:5 dev-qt/qtconcurrent:5 dev-qt/qtserialport:5 dev-qt/qtprintsupport:5 virtual/libusb:1 media-libs/portaudio sci-libs/fftw:3.0[threads,fortran] virtual/fortran app-text/asciidoc doc? ( dev-ruby/asciidoctor ) SLOT=0 SRC_URI=mirror://sourceforge/wsjt/wsjtx-1.8.0.tgz _eclasses_=cmake-utils 77a5a8d3308359caadcdd91688f20093 desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 6f5991c7101863d0b29df63990ad852e ninja-utils ebb2eaddc6331c4fa000b8eb8f6fe074 toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 xdg-utils f2c8335407f0b935b0a96d4adf23ef25 -_md5_=920f9728d96d93a002d1126210bbc937 +_md5_=15d069414468b3b80e30375a5d095be6 diff --git a/metadata/md5-cache/media-radio/wsjtx-1.8.0_rc3 b/metadata/md5-cache/media-radio/wsjtx-1.8.0_rc3 index 360ab2af4ede..dcf5ec2f731c 100644 --- a/metadata/md5-cache/media-radio/wsjtx-1.8.0_rc3 +++ b/metadata/md5-cache/media-radio/wsjtx-1.8.0_rc3 @@ -1,13 +1,13 @@ DEFINED_PHASES=compile configure install prepare test -DEPEND=dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtmultimedia:5 dev-qt/qtnetwork dev-qt/qtwidgets dev-qt/qtconcurrent dev-qt/qtserialport virtual/libusb:1 media-libs/portaudio sci-libs/fftw:3.0[threads] virtual/fortran app-text/asciidoc doc? ( dev-ruby/asciidoctor ) sys-devel/make >=dev-util/cmake-3.7.2 +DEPEND=dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtmultimedia:5 dev-qt/qtnetwork:5 dev-qt/qtwidgets:5 dev-qt/qtconcurrent:5 dev-qt/qtserialport:5 virtual/libusb:1 media-libs/portaudio sci-libs/fftw:3.0[threads] virtual/fortran app-text/asciidoc doc? ( dev-ruby/asciidoctor ) sys-devel/make >=dev-util/cmake-3.7.2 DESCRIPTION=Weak signal ham radio communication EAPI=6 HOMEPAGE=http://physics.princeton.edu/pulsar/K1JT/wsjtx.html IUSE=doc KEYWORDS=~amd64 LICENSE=GPL-3 -RDEPEND=dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtmultimedia:5 dev-qt/qtnetwork dev-qt/qtwidgets dev-qt/qtconcurrent dev-qt/qtserialport virtual/libusb:1 media-libs/portaudio sci-libs/fftw:3.0[threads] virtual/fortran app-text/asciidoc doc? ( dev-ruby/asciidoctor ) +RDEPEND=dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtmultimedia:5 dev-qt/qtnetwork:5 dev-qt/qtwidgets:5 dev-qt/qtconcurrent:5 dev-qt/qtserialport:5 virtual/libusb:1 media-libs/portaudio sci-libs/fftw:3.0[threads] virtual/fortran app-text/asciidoc doc? ( dev-ruby/asciidoctor ) SLOT=0 SRC_URI=mirror://sourceforge/wsjt/wsjtx-1.8.0-rc3.tgz _eclasses_=cmake-utils 77a5a8d3308359caadcdd91688f20093 desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 6f5991c7101863d0b29df63990ad852e ninja-utils ebb2eaddc6331c4fa000b8eb8f6fe074 toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 xdg-utils f2c8335407f0b935b0a96d4adf23ef25 -_md5_=cc00c0d59e27b2388d910191b53d0adc +_md5_=1a92427ab939f02d8f59a89a590a5cbe diff --git a/metadata/md5-cache/media-sound/Manifest.gz b/metadata/md5-cache/media-sound/Manifest.gz index 358ed02a06d7..ad8c45701801 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/audacious-3.6.2 b/metadata/md5-cache/media-sound/audacious-3.6.2 deleted file mode 100644 index f2983a9edf75..000000000000 --- a/metadata/md5-cache/media-sound/audacious-3.6.2 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=configure install unpack -DEPEND=>=dev-libs/dbus-glib-0.60 >=dev-libs/glib-2.28 >=x11-libs/cairo-1.2.6 >=x11-libs/pango-1.8.0 virtual/freedesktop-icon-theme chardet? ( >=app-i18n/libguess-1.2 ) !gtk3? ( x11-libs/gtk+:2 ) gtk3? ( x11-libs/gtk+:3 ) qt5? ( dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 ) virtual/pkgconfig nls? ( dev-util/intltool ) -DESCRIPTION=Audacious Player - Your music, your way, no exceptions -EAPI=5 -HOMEPAGE=http://audacious-media-player.org/ -IUSE=chardet nls gtk3 qt5 -KEYWORDS=alpha amd64 ~arm ~hppa ppc ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux -LICENSE=BSD-2 -PDEPEND=~media-plugins/audacious-plugins-3.6.2 -RDEPEND=>=dev-libs/dbus-glib-0.60 >=dev-libs/glib-2.28 >=x11-libs/cairo-1.2.6 >=x11-libs/pango-1.8.0 virtual/freedesktop-icon-theme chardet? ( >=app-i18n/libguess-1.2 ) !gtk3? ( x11-libs/gtk+:2 ) gtk3? ( x11-libs/gtk+:3 ) qt5? ( dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 ) -SLOT=0 -SRC_URI=!gtk3? ( http://distfiles.audacious-media-player.org/audacious-3.6.2.tar.bz2 ) gtk3? ( http://distfiles.audacious-media-player.org/audacious-3.6.2-gtk3.tar.bz2 ) mirror://gentoo/gentoo_ice-xmms-0.2.tar.bz2 -_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 185a06792159ca143528e7010368e8af -_md5_=2712f0ba539117288099ab557145560a diff --git a/metadata/md5-cache/media-sound/audacious-3.7.1 b/metadata/md5-cache/media-sound/audacious-3.7.1 deleted file mode 100644 index 8cc3f67c23a1..000000000000 --- a/metadata/md5-cache/media-sound/audacious-3.7.1 +++ /dev/null @@ -1,15 +0,0 @@ -DEFINED_PHASES=configure install unpack -DEPEND=>=dev-libs/dbus-glib-0.60 >=dev-libs/glib-2.28 >=x11-libs/cairo-1.2.6 >=x11-libs/pango-1.8.0 virtual/freedesktop-icon-theme chardet? ( >=app-i18n/libguess-1.2 ) gtk? ( x11-libs/gtk+:2 ) gtk3? ( x11-libs/gtk+:3 ) qt5? ( dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 ) virtual/pkgconfig nls? ( dev-util/intltool ) -DESCRIPTION=Audacious Player - Your music, your way, no exceptions -EAPI=5 -HOMEPAGE=http://audacious-media-player.org/ -IUSE=+chardet nls gtk gtk3 qt5 -KEYWORDS=alpha amd64 ~arm hppa ppc ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux -LICENSE=BSD-2 -PDEPEND=~media-plugins/audacious-plugins-3.7.1 -RDEPEND=>=dev-libs/dbus-glib-0.60 >=dev-libs/glib-2.28 >=x11-libs/cairo-1.2.6 >=x11-libs/pango-1.8.0 virtual/freedesktop-icon-theme chardet? ( >=app-i18n/libguess-1.2 ) gtk? ( x11-libs/gtk+:2 ) gtk3? ( x11-libs/gtk+:3 ) qt5? ( dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 ) -REQUIRED_USE=?? ( gtk gtk3 qt5 ) -SLOT=0 -SRC_URI=!gtk3? ( http://distfiles.audacious-media-player.org/audacious-3.7.1.tar.bz2 ) gtk3? ( http://distfiles.audacious-media-player.org/audacious-3.7.1-gtk3.tar.bz2 ) mirror://gentoo/gentoo_ice-xmms-0.2.tar.bz2 -_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 185a06792159ca143528e7010368e8af -_md5_=a529e22f1b6ea105d8db9e6d75b14f3c diff --git a/metadata/md5-cache/media-sound/audacious-3.7.1-r1 b/metadata/md5-cache/media-sound/audacious-3.7.1-r1 deleted file mode 100644 index 04dd227837f2..000000000000 --- a/metadata/md5-cache/media-sound/audacious-3.7.1-r1 +++ /dev/null @@ -1,15 +0,0 @@ -DEFINED_PHASES=configure install prepare unpack -DEPEND=>=dev-libs/dbus-glib-0.60 >=dev-libs/glib-2.28 >=x11-libs/cairo-1.2.6 >=x11-libs/pango-1.8.0 virtual/freedesktop-icon-theme chardet? ( >=app-i18n/libguess-1.2 ) gtk? ( x11-libs/gtk+:2 ) gtk3? ( x11-libs/gtk+:3 ) qt5? ( dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 ) virtual/pkgconfig nls? ( dev-util/intltool ) -DESCRIPTION=Audacious Player - Your music, your way, no exceptions -EAPI=5 -HOMEPAGE=http://audacious-media-player.org/ -IUSE=+chardet nls gtk gtk3 qt5 -KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux -LICENSE=BSD-2 -PDEPEND=~media-plugins/audacious-plugins-3.7.1 -RDEPEND=>=dev-libs/dbus-glib-0.60 >=dev-libs/glib-2.28 >=x11-libs/cairo-1.2.6 >=x11-libs/pango-1.8.0 virtual/freedesktop-icon-theme chardet? ( >=app-i18n/libguess-1.2 ) gtk? ( x11-libs/gtk+:2 ) gtk3? ( x11-libs/gtk+:3 ) qt5? ( dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 ) -REQUIRED_USE=^^ ( gtk gtk3 qt5 ) -SLOT=0 -SRC_URI=!gtk3? ( http://distfiles.audacious-media-player.org/audacious-3.7.1.tar.bz2 ) gtk3? ( http://distfiles.audacious-media-player.org/audacious-3.7.1-gtk3.tar.bz2 ) mirror://gentoo/gentoo_ice-xmms-0.2.tar.bz2 -_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 185a06792159ca143528e7010368e8af -_md5_=6060dd765c7a76edcc946185b76fbd03 diff --git a/metadata/md5-cache/media-sound/audacious-3.8.2 b/metadata/md5-cache/media-sound/audacious-3.8.2 deleted file mode 100644 index a25778b14c03..000000000000 --- a/metadata/md5-cache/media-sound/audacious-3.8.2 +++ /dev/null @@ -1,15 +0,0 @@ -DEFINED_PHASES=configure install unpack -DEPEND=>=dev-libs/dbus-glib-0.60 >=dev-libs/glib-2.28 >=x11-libs/cairo-1.2.6 >=x11-libs/pango-1.8.0 virtual/freedesktop-icon-theme gtk? ( x11-libs/gtk+:2 ) gtk3? ( x11-libs/gtk+:3 ) qt5? ( dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 ) virtual/pkgconfig nls? ( dev-util/intltool ) -DESCRIPTION=Audacious Player - Your music, your way, no exceptions -EAPI=5 -HOMEPAGE=http://audacious-media-player.org/ -IUSE=nls gtk gtk3 qt5 -KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux -LICENSE=BSD-2 -PDEPEND=~media-plugins/audacious-plugins-3.8.2 -RDEPEND=>=dev-libs/dbus-glib-0.60 >=dev-libs/glib-2.28 >=x11-libs/cairo-1.2.6 >=x11-libs/pango-1.8.0 virtual/freedesktop-icon-theme gtk? ( x11-libs/gtk+:2 ) gtk3? ( x11-libs/gtk+:3 ) qt5? ( dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 ) -REQUIRED_USE=^^ ( gtk gtk3 qt5 ) -SLOT=0 -SRC_URI=!gtk3? ( http://distfiles.audacious-media-player.org/audacious-3.8.2.tar.bz2 ) gtk3? ( http://distfiles.audacious-media-player.org/audacious-3.8.2-gtk3.tar.bz2 ) mirror://gentoo/gentoo_ice-xmms-0.2.tar.bz2 -_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 185a06792159ca143528e7010368e8af -_md5_=e829a6c69ad38d907b5af7f1c319e958 diff --git a/metadata/md5-cache/media-sound/audacious-3.9 b/metadata/md5-cache/media-sound/audacious-3.9 index 5fc10a6c4e26..554060b6e763 100644 --- a/metadata/md5-cache/media-sound/audacious-3.9 +++ b/metadata/md5-cache/media-sound/audacious-3.9 @@ -1,5 +1,5 @@ -DEFINED_PHASES=configure install prepare unpack -DEPEND=>=dev-libs/dbus-glib-0.60 >=dev-libs/glib-2.28 >=x11-libs/cairo-1.2.6 >=x11-libs/pango-1.8.0 virtual/freedesktop-icon-theme gtk? ( x11-libs/gtk+:2 ) gtk3? ( x11-libs/gtk+:3 ) qt5? ( dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 ) virtual/pkgconfig nls? ( dev-util/intltool ) +DEFINED_PHASES=configure install postinst postrm prepare unpack +DEPEND=>=dev-libs/dbus-glib-0.60 >=dev-libs/glib-2.28 >=x11-libs/cairo-1.2.6 >=x11-libs/pango-1.8.0 virtual/freedesktop-icon-theme gtk? ( x11-libs/gtk+:2 ) gtk3? ( x11-libs/gtk+:3 ) qt5? ( dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 ) virtual/pkgconfig nls? ( dev-util/intltool ) >=sys-apps/sed-4 DESCRIPTION=Audacious Player - Your music, your way, no exceptions EAPI=6 HOMEPAGE=http://audacious-media-player.org/ @@ -11,4 +11,5 @@ RDEPEND=>=dev-libs/dbus-glib-0.60 >=dev-libs/glib-2.28 >=x11-libs/cairo-1.2.6 >= REQUIRED_USE=^^ ( gtk gtk3 qt5 ) SLOT=0 SRC_URI=!gtk3? ( http://distfiles.audacious-media-player.org/audacious-3.9.tar.bz2 ) gtk3? ( http://distfiles.audacious-media-player.org/audacious-3.9-gtk3.tar.bz2 ) mirror://gentoo/gentoo_ice-xmms-0.2.tar.bz2 -_md5_=f74b36c39dc165a5e4b707d315c78f85 +_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 gnome2-utils 4d211d7614f303710fca59db6ec12c88 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 185a06792159ca143528e7010368e8af xdg-utils f2c8335407f0b935b0a96d4adf23ef25 +_md5_=48df685128d70718189f4b3269e18940 diff --git a/metadata/md5-cache/media-sound/audacious-9999 b/metadata/md5-cache/media-sound/audacious-9999 index 23d98c7509d1..e9d3ddbd7feb 100644 --- a/metadata/md5-cache/media-sound/audacious-9999 +++ b/metadata/md5-cache/media-sound/audacious-9999 @@ -1,5 +1,5 @@ -DEFINED_PHASES=configure install prepare unpack -DEPEND=>=dev-libs/dbus-glib-0.60 >=dev-libs/glib-2.28 >=x11-libs/cairo-1.2.6 >=x11-libs/pango-1.8.0 virtual/freedesktop-icon-theme gtk? ( x11-libs/gtk+:2 ) gtk3? ( x11-libs/gtk+:3 ) qt5? ( dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 ) virtual/pkgconfig nls? ( dev-util/intltool ) >=app-portage/elt-patches-20170422 !=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 >=dev-vcs/git-1.8.2.1 +DEFINED_PHASES=configure install postinst postrm prepare unpack +DEPEND=>=dev-libs/dbus-glib-0.60 >=dev-libs/glib-2.28 >=x11-libs/cairo-1.2.6 >=x11-libs/pango-1.8.0 virtual/freedesktop-icon-theme gtk? ( x11-libs/gtk+:2 ) gtk3? ( x11-libs/gtk+:3 ) qt5? ( dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 ) virtual/pkgconfig nls? ( dev-util/intltool ) >=sys-apps/sed-4 >=app-portage/elt-patches-20170422 !=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 >=dev-vcs/git-1.8.2.1 DESCRIPTION=Audacious Player - Your music, your way, no exceptions EAPI=6 HOMEPAGE=http://audacious-media-player.org/ @@ -10,5 +10,5 @@ RDEPEND=>=dev-libs/dbus-glib-0.60 >=dev-libs/glib-2.28 >=x11-libs/cairo-1.2.6 >= REQUIRED_USE=^^ ( gtk gtk3 qt5 ) SLOT=0 SRC_URI=mirror://gentoo/gentoo_ice-xmms-0.2.tar.bz2 -_eclasses_=autotools dc412f38566b91012efd58b9c203e6c3 git-r3 fec09a83ae965b041b47f5ff7c8ba29a libtool 0081a71a261724730ec4c248494f044d multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 185a06792159ca143528e7010368e8af -_md5_=f74b36c39dc165a5e4b707d315c78f85 +_eclasses_=autotools dc412f38566b91012efd58b9c203e6c3 desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 git-r3 fec09a83ae965b041b47f5ff7c8ba29a gnome2-utils 4d211d7614f303710fca59db6ec12c88 libtool 0081a71a261724730ec4c248494f044d ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 185a06792159ca143528e7010368e8af xdg-utils f2c8335407f0b935b0a96d4adf23ef25 +_md5_=48df685128d70718189f4b3269e18940 diff --git a/metadata/md5-cache/media-sound/frescobaldi-3.0.0 b/metadata/md5-cache/media-sound/frescobaldi-3.0.0 index 80b7d5fe3ec2..7a9723a5ae38 100644 --- a/metadata/md5-cache/media-sound/frescobaldi-3.0.0 +++ b/metadata/md5-cache/media-sound/frescobaldi-3.0.0 @@ -1,14 +1,14 @@ DEFINED_PHASES=compile configure install postinst postrm prepare test -DEPEND=dev-python/PyQt5[printsupport,svg,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(-)] >=dev-python/python-ly-0.9.4[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(-)] dev-python/python-poppler-qt5[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(-)] >=media-sound/lilypond-2.14.2 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_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(-)] >=sys-apps/sed-4 +DEPEND=dev-python/PyQt5[gui,network,printsupport,svg,webkit,widgets,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(-)] >=dev-python/python-ly-0.9.4[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(-)] dev-python/python-poppler-qt5[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(-)] >=media-sound/lilypond-2.14.2 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_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(-)] >=sys-apps/sed-4 DESCRIPTION=A LilyPond sheet music text editor EAPI=6 HOMEPAGE=http://www.frescobaldi.org/ IUSE=python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 KEYWORDS=~amd64 ~x86 LICENSE=GPL-2 -RDEPEND=dev-python/PyQt5[printsupport,svg,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(-)] >=dev-python/python-ly-0.9.4[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(-)] dev-python/python-poppler-qt5[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(-)] >=media-sound/lilypond-2.14.2 x11-themes/tango-icon-theme 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_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(-)] +RDEPEND=dev-python/PyQt5[gui,network,printsupport,svg,webkit,widgets,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(-)] >=dev-python/python-ly-0.9.4[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(-)] dev-python/python-poppler-qt5[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(-)] >=media-sound/lilypond-2.14.2 x11-themes/tango-icon-theme 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_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(-)] REQUIRED_USE=|| ( python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 ) SLOT=0 SRC_URI=https://github.com/wbsoft/frescobaldi/releases/download/v3.0.0/frescobaldi-3.0.0.tar.gz _eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 distutils-r1 372bbe39047c0a2550319a3a82f3e063 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 gnome2-utils 4d211d7614f303710fca59db6ec12c88 ltprune 2770eed66a9b8ef944714cd0e968182e multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 6f5991c7101863d0b29df63990ad852e python-r1 e9350ec46bb5c9f3504b4fbe8b8d8987 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 185a06792159ca143528e7010368e8af xdg-utils f2c8335407f0b935b0a96d4adf23ef25 -_md5_=ddf59aa8c8a543ff2ed8f50afe682751 +_md5_=26fca02ab35782693f97870a2bba1b10 diff --git a/metadata/md5-cache/media-sound/pulseeffects-3.1.2 b/metadata/md5-cache/media-sound/pulseeffects-3.1.2 index 47c75916dcaa..50e3741d9711 100644 --- a/metadata/md5-cache/media-sound/pulseeffects-3.1.2 +++ b/metadata/md5-cache/media-sound/pulseeffects-3.1.2 @@ -9,5 +9,5 @@ LICENSE=GPL-3 RDEPEND=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_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(-)] python_targets_python3_4? ( dev-python/configparser ) dev-python/setuptools[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(-)] dev-python/pygobject:3[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(-)] dev-python/pycairo[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(-)] >=dev-python/gst-python-1.12.0:1.0[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(-)] media-plugins/swh-plugins >=x11-libs/gtk+-3.18:3 dev-python/numpy[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(-)] >=sci-libs/scipy-0.18[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(-)] media-libs/lilv >=media-libs/gstreamer-1.12.0:1.0 >=media-libs/gst-plugins-good-1.12.0:1.0 >=media-libs/gst-plugins-bad-1.12.0:1.0 >=media-plugins/gst-plugins-ladspa-1.12.0:1.0 >=media-plugins/gst-plugins-pulse-1.12.0:1.0 media-sound/pulseaudio[equalizer] SLOT=0 SRC_URI=https://github.com/wwmm/pulseeffects/archive/v3.1.2.tar.gz -> pulseeffects-3.1.2.tar.gz -_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 gnome2-utils 4d211d7614f303710fca59db6ec12c88 ltprune 2770eed66a9b8ef944714cd0e968182e meson 0946ddca90e9c2d3e4687bb097dd9ed3 multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 6f5991c7101863d0b29df63990ad852e ninja-utils ebb2eaddc6331c4fa000b8eb8f6fe074 python-r1 e9350ec46bb5c9f3504b4fbe8b8d8987 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 185a06792159ca143528e7010368e8af xdg-utils f2c8335407f0b935b0a96d4adf23ef25 +_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 gnome2-utils 4d211d7614f303710fca59db6ec12c88 ltprune 2770eed66a9b8ef944714cd0e968182e meson f8e09b2b2ac1e9bb0bd374b6ad77a90d multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 6f5991c7101863d0b29df63990ad852e ninja-utils ebb2eaddc6331c4fa000b8eb8f6fe074 python-r1 e9350ec46bb5c9f3504b4fbe8b8d8987 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 185a06792159ca143528e7010368e8af xdg-utils f2c8335407f0b935b0a96d4adf23ef25 _md5_=b90d9aabc68bb072d9fb51035105a90a diff --git a/metadata/md5-cache/media-sound/pulseeffects-3.1.3 b/metadata/md5-cache/media-sound/pulseeffects-3.1.3 index cdaa0d101cab..c01f97c9cdac 100644 --- a/metadata/md5-cache/media-sound/pulseeffects-3.1.3 +++ b/metadata/md5-cache/media-sound/pulseeffects-3.1.3 @@ -9,5 +9,5 @@ LICENSE=GPL-3 RDEPEND=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_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(-)] python_targets_python3_4? ( dev-python/configparser ) dev-python/setuptools[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(-)] dev-python/pygobject:3[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(-)] dev-python/pycairo[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(-)] >=dev-python/gst-python-1.12.0:1.0[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(-)] media-plugins/swh-plugins >=x11-libs/gtk+-3.18:3 dev-python/numpy[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(-)] >=sci-libs/scipy-0.18[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(-)] media-libs/lilv >=media-libs/gstreamer-1.12.0:1.0 >=media-libs/gst-plugins-good-1.12.0:1.0 >=media-libs/gst-plugins-bad-1.12.0:1.0 >=media-plugins/gst-plugins-ladspa-1.12.0:1.0 >=media-plugins/gst-plugins-pulse-1.12.0:1.0 media-sound/pulseaudio[equalizer] SLOT=0 SRC_URI=https://github.com/wwmm/pulseeffects/archive/v3.1.3.tar.gz -> pulseeffects-3.1.3.tar.gz -_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 gnome2-utils 4d211d7614f303710fca59db6ec12c88 ltprune 2770eed66a9b8ef944714cd0e968182e meson 0946ddca90e9c2d3e4687bb097dd9ed3 multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 6f5991c7101863d0b29df63990ad852e ninja-utils ebb2eaddc6331c4fa000b8eb8f6fe074 python-r1 e9350ec46bb5c9f3504b4fbe8b8d8987 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 185a06792159ca143528e7010368e8af xdg-utils f2c8335407f0b935b0a96d4adf23ef25 +_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 gnome2-utils 4d211d7614f303710fca59db6ec12c88 ltprune 2770eed66a9b8ef944714cd0e968182e meson f8e09b2b2ac1e9bb0bd374b6ad77a90d multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 6f5991c7101863d0b29df63990ad852e ninja-utils ebb2eaddc6331c4fa000b8eb8f6fe074 python-r1 e9350ec46bb5c9f3504b4fbe8b8d8987 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 185a06792159ca143528e7010368e8af xdg-utils f2c8335407f0b935b0a96d4adf23ef25 _md5_=b90d9aabc68bb072d9fb51035105a90a diff --git a/metadata/md5-cache/media-sound/pulseeffects-3.1.4 b/metadata/md5-cache/media-sound/pulseeffects-3.1.4 index 7118dace25d9..3dd950a5f59a 100644 --- a/metadata/md5-cache/media-sound/pulseeffects-3.1.4 +++ b/metadata/md5-cache/media-sound/pulseeffects-3.1.4 @@ -9,5 +9,5 @@ LICENSE=GPL-3 RDEPEND=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_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(-)] python_targets_python3_4? ( dev-python/configparser ) dev-python/setuptools[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(-)] dev-python/pygobject:3[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(-)] dev-python/pycairo[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(-)] >=dev-python/gst-python-1.12.0:1.0[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(-)] media-plugins/swh-plugins >=x11-libs/gtk+-3.18:3 dev-python/numpy[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(-)] >=sci-libs/scipy-0.18[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(-)] >=media-libs/lilv-0.24.2-r1 >=media-plugins/calf-0.90.0[lv2] >=media-libs/gstreamer-1.12.0:1.0 >=media-libs/gst-plugins-good-1.12.0:1.0 >=media-libs/gst-plugins-bad-1.12.0:1.0 >=media-plugins/gst-plugins-ladspa-1.12.0:1.0 >=media-plugins/gst-plugins-lv2-1.12.0:1.0 >=media-plugins/gst-plugins-pulse-1.12.0:1.0 media-sound/pulseaudio[equalizer] SLOT=0 SRC_URI=https://github.com/wwmm/pulseeffects/archive/v3.1.4.tar.gz -> pulseeffects-3.1.4.tar.gz -_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 gnome2-utils 4d211d7614f303710fca59db6ec12c88 ltprune 2770eed66a9b8ef944714cd0e968182e meson 0946ddca90e9c2d3e4687bb097dd9ed3 multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 6f5991c7101863d0b29df63990ad852e ninja-utils ebb2eaddc6331c4fa000b8eb8f6fe074 python-r1 e9350ec46bb5c9f3504b4fbe8b8d8987 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 185a06792159ca143528e7010368e8af xdg-utils f2c8335407f0b935b0a96d4adf23ef25 +_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 gnome2-utils 4d211d7614f303710fca59db6ec12c88 ltprune 2770eed66a9b8ef944714cd0e968182e meson f8e09b2b2ac1e9bb0bd374b6ad77a90d multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 6f5991c7101863d0b29df63990ad852e ninja-utils ebb2eaddc6331c4fa000b8eb8f6fe074 python-r1 e9350ec46bb5c9f3504b4fbe8b8d8987 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 185a06792159ca143528e7010368e8af xdg-utils f2c8335407f0b935b0a96d4adf23ef25 _md5_=67d2e518aaabb2d5384d43d71f667db5 diff --git a/metadata/md5-cache/media-sound/pulseeffects-9999 b/metadata/md5-cache/media-sound/pulseeffects-9999 index 02d220dc5a02..e65375e4b65a 100644 --- a/metadata/md5-cache/media-sound/pulseeffects-9999 +++ b/metadata/md5-cache/media-sound/pulseeffects-9999 @@ -7,5 +7,5 @@ IUSE=python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 LICENSE=GPL-3 RDEPEND=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_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(-)] python_targets_python3_4? ( dev-python/configparser ) dev-python/setuptools[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(-)] dev-python/pygobject:3[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(-)] dev-python/pycairo[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(-)] >=dev-python/gst-python-1.12.0:1.0[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(-)] media-plugins/swh-plugins >=x11-libs/gtk+-3.18:3 dev-python/numpy[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(-)] >=sci-libs/scipy-0.18[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(-)] >=media-libs/lilv-0.24.2-r1 >=media-plugins/calf-0.90.0[lv2] >=media-libs/gstreamer-1.12.0:1.0 >=media-libs/gst-plugins-good-1.12.0:1.0 >=media-libs/gst-plugins-bad-1.12.0:1.0 >=media-plugins/gst-plugins-ladspa-1.12.0:1.0 >=media-plugins/gst-plugins-lv2-1.12.0:1.0 >=media-plugins/gst-plugins-pulse-1.12.0:1.0 media-sound/pulseaudio[equalizer] SLOT=0 -_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 git-r3 fec09a83ae965b041b47f5ff7c8ba29a gnome2-utils 4d211d7614f303710fca59db6ec12c88 ltprune 2770eed66a9b8ef944714cd0e968182e meson 0946ddca90e9c2d3e4687bb097dd9ed3 multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 6f5991c7101863d0b29df63990ad852e ninja-utils ebb2eaddc6331c4fa000b8eb8f6fe074 python-r1 e9350ec46bb5c9f3504b4fbe8b8d8987 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 185a06792159ca143528e7010368e8af xdg-utils f2c8335407f0b935b0a96d4adf23ef25 +_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 git-r3 fec09a83ae965b041b47f5ff7c8ba29a gnome2-utils 4d211d7614f303710fca59db6ec12c88 ltprune 2770eed66a9b8ef944714cd0e968182e meson f8e09b2b2ac1e9bb0bd374b6ad77a90d multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 6f5991c7101863d0b29df63990ad852e ninja-utils ebb2eaddc6331c4fa000b8eb8f6fe074 python-r1 e9350ec46bb5c9f3504b4fbe8b8d8987 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 185a06792159ca143528e7010368e8af xdg-utils f2c8335407f0b935b0a96d4adf23ef25 _md5_=67d2e518aaabb2d5384d43d71f667db5 diff --git a/metadata/md5-cache/media-sound/soundconverter-3.0.0_beta1 b/metadata/md5-cache/media-sound/soundconverter-3.0.0_beta1 new file mode 100644 index 000000000000..b9d283caeec6 --- /dev/null +++ b/metadata/md5-cache/media-sound/soundconverter-3.0.0_beta1 @@ -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 ) 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_4(+)?,python_single_target_python3_5(+)?,python_single_target_python3_6(+)?] dev-libs/gobject-introspection:= x11-libs/gtk+:3[introspection] media-libs/gstreamer:1.0[introspection] dev-util/intltool sys-devel/gettext >=app-portage/elt-patches-20170422 app-arch/xz-utils >=sys-apps/sed-4 dev-util/desktop-file-utils x11-misc/shared-mime-info +DESCRIPTION=A simple audiofile converter application for the GNOME environment +EAPI=6 +HOMEPAGE=http://soundconverter.org/ +IUSE=aac flac libnotify mp3 ogg opus vorbis 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=~amd64 ~x86 +LICENSE=GPL-3 +RDEPEND=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_4(+)?,python_single_target_python3_5(+)?,python_single_target_python3_6(+)?] dev-libs/gobject-introspection:= x11-libs/gtk+:3[introspection] media-libs/gstreamer:1.0[introspection] gnome-base/gconf:2[introspection] x11-libs/pango[introspection] 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_4(+)?,python_single_target_python3_5(+)?,python_single_target_python3_6(+)?] libnotify? ( x11-libs/libnotify[introspection] ) media-libs/gst-plugins-base:1.0[vorbis?,ogg?] media-plugins/gst-plugins-meta:1.0 flac? ( media-plugins/gst-plugins-flac:1.0 ) media-libs/gst-plugins-good:1.0 mp3? ( media-libs/gst-plugins-bad:1.0 media-libs/gst-plugins-ugly:1.0 media-plugins/gst-plugins-lame:1.0 ) aac? ( media-plugins/gst-plugins-faac:1.0 ) opus? ( media-plugins/gst-plugins-opus:1.0 ) +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=https://launchpad.net/soundconverter/trunk/3.0.0-beta1/+download/soundconverter-3.0.0-beta1.tar.xz +_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 gnome.org 5e4cc5af3f1b17bdee155bf02e8c2df4 gnome2 6e4acb9c9da2cfa25f2dfedb93bb4a43 gnome2-utils 4d211d7614f303710fca59db6ec12c88 libtool 0081a71a261724730ec4c248494f044d ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e python-single-r1 317a2557b4d7319a7418225f65accf77 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 xdg 6cd76cc914c1a759dee032778487b57f xdg-utils f2c8335407f0b935b0a96d4adf23ef25 +_md5_=dbd679d45f2ab29bf564e2d1786656a5 diff --git a/metadata/md5-cache/media-video/Manifest.gz b/metadata/md5-cache/media-video/Manifest.gz index 70e2d97334a6..6bc168e3daa6 100644 Binary files a/metadata/md5-cache/media-video/Manifest.gz and b/metadata/md5-cache/media-video/Manifest.gz differ diff --git a/metadata/md5-cache/media-video/dvdauthor-0.7.2-r1 b/metadata/md5-cache/media-video/dvdauthor-0.7.2-r1 index eb7865622b49..21e9687e4039 100644 --- a/metadata/md5-cache/media-video/dvdauthor-0.7.2-r1 +++ b/metadata/md5-cache/media-video/dvdauthor-0.7.2-r1 @@ -4,11 +4,11 @@ DESCRIPTION=Tools for generating DVD files to be played on standalone DVD player EAPI=6 HOMEPAGE=http://dvdauthor.sourceforge.net/ IUSE=graphicsmagick +imagemagick -KEYWORDS=~amd64 ~ppc ~ppc64 ~sparc ~x86 +KEYWORDS=~amd64 ppc ppc64 ~sparc ~x86 LICENSE=GPL-2 RDEPEND=>=dev-libs/fribidi-0.19.2 dev-libs/libxml2 >=media-libs/freetype-2 media-libs/libdvdread media-libs/libpng:0= graphicsmagick? ( media-gfx/graphicsmagick:= ) imagemagick? ( media-gfx/imagemagick:= ) REQUIRED_USE=^^ ( graphicsmagick imagemagick ) SLOT=0 SRC_URI=mirror://sourceforge/dvdauthor/dvdauthor-0.7.2.tar.gz _eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 185a06792159ca143528e7010368e8af -_md5_=5cad1d47714bfc542a3b355a57a01204 +_md5_=d6e3517ddd52108d8d17c1d13ab9f811 diff --git a/metadata/md5-cache/media-video/pitivi-0.98.1 b/metadata/md5-cache/media-video/pitivi-0.98.1 index b127d03e58b5..594ea817cc5d 100644 --- a/metadata/md5-cache/media-video/pitivi-0.98.1 +++ b/metadata/md5-cache/media-video/pitivi-0.98.1 @@ -10,5 +10,5 @@ RDEPEND=python_single_target_python3_4? ( dev-lang/python:3.4[sqlite] ) python_s REQUIRED_USE=^^ ( python_single_target_python3_4 python_single_target_python3_5 ) python_single_target_python3_4? ( python_targets_python3_4 ) python_single_target_python3_5? ( python_targets_python3_5 ) SLOT=0 SRC_URI=mirror://gnome/sources/pitivi/0.98/pitivi-0.98.1.tar.xz -_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 gnome.org 5e4cc5af3f1b17bdee155bf02e8c2df4 ltprune 2770eed66a9b8ef944714cd0e968182e meson 0946ddca90e9c2d3e4687bb097dd9ed3 multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 6f5991c7101863d0b29df63990ad852e ninja-utils ebb2eaddc6331c4fa000b8eb8f6fe074 python-single-r1 317a2557b4d7319a7418225f65accf77 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 +_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 gnome.org 5e4cc5af3f1b17bdee155bf02e8c2df4 ltprune 2770eed66a9b8ef944714cd0e968182e meson f8e09b2b2ac1e9bb0bd374b6ad77a90d multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 6f5991c7101863d0b29df63990ad852e ninja-utils ebb2eaddc6331c4fa000b8eb8f6fe074 python-single-r1 317a2557b4d7319a7418225f65accf77 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 _md5_=55cdce6b047ad6ec29bf29e968ab197b diff --git a/metadata/md5-cache/net-analyzer/Manifest.gz b/metadata/md5-cache/net-analyzer/Manifest.gz index d912779fa59a..a5638e15ecf6 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/icinga-1.14.2 b/metadata/md5-cache/net-analyzer/icinga-1.14.2 index 1e910e59e535..f4e2421fc181 100644 --- a/metadata/md5-cache/net-analyzer/icinga-1.14.2 +++ b/metadata/md5-cache/net-analyzer/icinga-1.14.2 @@ -1,4 +1,4 @@ -DEFINED_PHASES=compile configure install postinst prepare setup +DEFINED_PHASES=compile configure install postinst setup DEPEND=idoutils? ( dev-db/libdbi-drivers[mysql?,postgres?] ) perl? ( dev-lang/perl:= ) virtual/mailx web? ( media-libs/gd[jpeg,png] lighttpd? ( www-servers/lighttpd ) ) !net-analyzer/nagios-core apache2? ( =www-servers/apache-2* ) DESCRIPTION=Nagios Fork - Check daemon, CGIs, docs, IDOutils EAPI=6 @@ -11,4 +11,4 @@ RESTRICT=test SLOT=0 SRC_URI=https://github.com/icinga/icinga-core/archive/v1.14.2/icinga-1.14.2.tar.gz _eclasses_=depend.apache 0917334d570e07f9743a04ff85b3bf1b desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e pax-utils 4f95120230a315c8caaabeb2307b7eee toolchain-funcs 185a06792159ca143528e7010368e8af user 8bc2845510e2109af75e3eeac607ec81 versionator c80ccf29e90adea7c5cae94b42eb76d0 -_md5_=348f0805b969fc7cbd998d429907ab34 +_md5_=079fc12dc67af07a87bdf078dabb9345 diff --git a/metadata/md5-cache/net-dns/Manifest.gz b/metadata/md5-cache/net-dns/Manifest.gz index 9dcd06aebac4..a2d9a4b0a562 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/avahi-0.7 b/metadata/md5-cache/net-dns/avahi-0.7 index 148028e6d770..b0ac07f6078f 100644 --- a/metadata/md5-cache/net-dns/avahi-0.7 +++ b/metadata/md5-cache/net-dns/avahi-0.7 @@ -4,11 +4,11 @@ DESCRIPTION=System which facilitates service discovery on a local network EAPI=6 HOMEPAGE=http://avahi.org/ IUSE=autoipd bookmarks dbus doc gdbm gtk gtk3 howl-compat +introspection ipv6 kernel_linux mdnsresponder-compat mono nls python qt4 selinux test 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 python_targets_python2_7 -KEYWORDS=~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ~ppc64 sparc x86 +KEYWORDS=~alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ~ppc64 sparc x86 LICENSE=LGPL-2.1 RDEPEND=dev-libs/libdaemon dev-libs/expat dev-libs/glib: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(-)?] gdbm? ( sys-libs/gdbm[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(-)?] ) qt4? ( dev-qt/qtcore: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(-)?] ) gtk? ( x11-libs/gtk+: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(-)?] ) gtk3? ( x11-libs/gtk+: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(-)?] ) dbus? ( sys-apps/dbus[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(-)?] ) kernel_linux? ( sys-libs/libcap ) introspection? ( dev-libs/gobject-introspection:= ) mono? ( dev-lang/mono gtk? ( dev-dotnet/gtk-sharp ) ) python? ( python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[gdbm] ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dbus? ( dev-python/dbus-python[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) introspection? ( dev-python/pygobject:3[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) ) bookmarks? ( python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[gdbm] ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/twisted-16.0.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) howl-compat? ( !net-misc/howl ) mdnsresponder-compat? ( !net-misc/mDNSResponder ) selinux? ( sec-policy/selinux-avahi ) REQUIRED_USE=python? ( dbus gdbm || ( python_targets_python2_7 ) ) mono? ( dbus ) howl-compat? ( dbus ) mdnsresponder-compat? ( dbus ) SLOT=0 SRC_URI=https://github.com/lathiat/avahi/archive/v0.7.tar.gz -> avahi-0.7.tar.gz _eclasses_=autotools dc412f38566b91012efd58b9c203e6c3 desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 libtool 0081a71a261724730ec4c248494f044d ltprune 2770eed66a9b8ef944714cd0e968182e mono-env 1f24c032c78290b0d9a07d5b343051a7 multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multilib-build eed53a6313267c9fbcd35fc384bd0087 multilib-minimal 9139c3a57e077cb8e0d0f73ceb080b89 python-r1 e9350ec46bb5c9f3504b4fbe8b8d8987 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d systemd 8f5286f89e265842f5b5189666eae88b toolchain-funcs 185a06792159ca143528e7010368e8af user 8bc2845510e2109af75e3eeac607ec81 -_md5_=7ae150862d77dfa856b0cce9c5c649db +_md5_=720b89d209743c4f0cc0322fea1bb27c diff --git a/metadata/md5-cache/net-ftp/Manifest.gz b/metadata/md5-cache/net-ftp/Manifest.gz index 25aab54adbb0..c74650bde6d4 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/uftpd-2.4 b/metadata/md5-cache/net-ftp/uftpd-2.4 new file mode 100644 index 000000000000..a21dd570892d --- /dev/null +++ b/metadata/md5-cache/net-ftp/uftpd-2.4 @@ -0,0 +1,11 @@ +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_=9b1a6488a3a94bfc79e7a6dcf6c7986a diff --git a/metadata/md5-cache/net-im/Manifest.gz b/metadata/md5-cache/net-im/Manifest.gz index 2a792db78d05..92836c4ca011 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/signal-desktop-bin-1.0.40 b/metadata/md5-cache/net-im/signal-desktop-bin-1.1.0 similarity index 88% rename from metadata/md5-cache/net-im/signal-desktop-bin-1.0.40 rename to metadata/md5-cache/net-im/signal-desktop-bin-1.1.0 index 39d3551f7786..675827347e7d 100644 --- a/metadata/md5-cache/net-im/signal-desktop-bin-1.0.40 +++ b/metadata/md5-cache/net-im/signal-desktop-bin-1.1.0 @@ -5,9 +5,9 @@ EAPI=6 HOMEPAGE=https://signal.org/ https://github.com/WhisperSystems/Signal-Desktop KEYWORDS=~amd64 LICENSE=GPL-3 -RDEPEND=gnome-base/gconf:2 dev-libs/libappindicator:3 dev-libs/nss x11-libs/libXtst +RDEPEND=gnome-base/gconf:2 dev-libs/libappindicator:3 dev-libs/nss x11-libs/libXtst net-print/cups RESTRICT=bindist mirror SLOT=0 -SRC_URI=https://updates.signal.org/desktop/apt/pool/main/s/signal-desktop/signal-desktop_1.0.40_amd64.deb +SRC_URI=https://updates.signal.org/desktop/apt/pool/main/s/signal-desktop/signal-desktop_1.1.0_amd64.deb _eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 gnome2-utils 4d211d7614f303710fca59db6ec12c88 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e pax-utils 4f95120230a315c8caaabeb2307b7eee toolchain-funcs 185a06792159ca143528e7010368e8af unpacker f40f7b4bd5aa88c2a4ba7b0d1e0ded70 xdg-utils f2c8335407f0b935b0a96d4adf23ef25 -_md5_=e3d68b42c4f81e96310e557af3ec2041 +_md5_=76de14626ef9d99ae6f8f53bd5dabe71 diff --git a/metadata/md5-cache/net-libs/Manifest.gz b/metadata/md5-cache/net-libs/Manifest.gz index 6375f1127652..08c46e06c087 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/libsignon-glib-1.13-r1 b/metadata/md5-cache/net-libs/libsignon-glib-1.13-r1 deleted file mode 100644 index 8ecf3889ee52..000000000000 --- a/metadata/md5-cache/net-libs/libsignon-glib-1.13-r1 +++ /dev/null @@ -1,15 +0,0 @@ -DEFINED_PHASES=compile configure install prepare unpack -DEPEND=dev-libs/glib:2 net-libs/signond introspection? ( dev-libs/gobject-introspection:= ) 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 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/pygobject:3[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] ) dev-util/gdbus-codegen doc? ( dev-util/gtk-doc ) >=app-portage/elt-patches-20170422 !=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 -DESCRIPTION=GLib binding for the D-Bus API provided by signond -EAPI=6 -HOMEPAGE=https://01.org/gsso/ -IUSE=debug doc +introspection python test python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 -KEYWORDS=amd64 x86 -LICENSE=LGPL-2.1 -RDEPEND=dev-libs/glib:2 net-libs/signond introspection? ( dev-libs/gobject-introspection:= ) 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 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/pygobject:3[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] ) -REQUIRED_USE=python? ( || ( python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 ) introspection ) -RESTRICT=test -SLOT=0 -SRC_URI=https://gitlab.com/accounts-sso/libsignon-glib/repository/archive.tar.gz?ref=VERSION_1.13 -> libsignon-glib-1.13.tar.gz -_eclasses_=autotools dc412f38566b91012efd58b9c203e6c3 libtool 0081a71a261724730ec4c248494f044d multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e python-r1 e9350ec46bb5c9f3504b4fbe8b8d8987 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 185a06792159ca143528e7010368e8af vcs-snapshot 03289f51c769cf409d200d2d628cdd6e xdg-utils f2c8335407f0b935b0a96d4adf23ef25 -_md5_=f5282ab4746f7b912eadba8b9d305b78 diff --git a/metadata/md5-cache/net-libs/libsignon-glib-1.14 b/metadata/md5-cache/net-libs/libsignon-glib-1.14 index 8f177652c797..03dbf4006d91 100644 --- a/metadata/md5-cache/net-libs/libsignon-glib-1.14 +++ b/metadata/md5-cache/net-libs/libsignon-glib-1.14 @@ -4,7 +4,7 @@ DESCRIPTION=GLib binding for the D-Bus API provided by signond EAPI=6 HOMEPAGE=https://01.org/gsso/ IUSE=debug doc +introspection python test python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 -KEYWORDS=~amd64 ~x86 +KEYWORDS=amd64 x86 LICENSE=LGPL-2.1 RDEPEND=dev-libs/glib:2 net-libs/signond introspection? ( dev-libs/gobject-introspection:= ) 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 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/pygobject:3[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] ) REQUIRED_USE=python? ( || ( python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 ) introspection ) @@ -12,4 +12,4 @@ RESTRICT=test SLOT=0 SRC_URI=https://gitlab.com/accounts-sso/libsignon-glib/repository/archive.tar.gz?ref=VERSION_1.14 -> libsignon-glib-1.14.tar.gz _eclasses_=autotools dc412f38566b91012efd58b9c203e6c3 libtool 0081a71a261724730ec4c248494f044d multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e python-r1 e9350ec46bb5c9f3504b4fbe8b8d8987 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 185a06792159ca143528e7010368e8af vcs-snapshot 03289f51c769cf409d200d2d628cdd6e xdg-utils f2c8335407f0b935b0a96d4adf23ef25 -_md5_=cea3c31c0691e63a2542a4a4ae4aff42 +_md5_=736f6378b2ce27a380db677ed082ad78 diff --git a/metadata/md5-cache/net-libs/signond-8.58 b/metadata/md5-cache/net-libs/signond-8.58 deleted file mode 100644 index 0ceecd426289..000000000000 --- a/metadata/md5-cache/net-libs/signond-8.58 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=configure install prepare unpack -DEPEND=dev-qt/qtcore:5 dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtnetwork:5 dev-qt/qtsql:5 net-libs/libproxy ! signond-8.58.tar.gz -_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e qmake-utils 990448b067cb3cfe1443bc25fb57239c toolchain-funcs 185a06792159ca143528e7010368e8af vcs-snapshot 03289f51c769cf409d200d2d628cdd6e -_md5_=7a3593fe827e5805c6b0e88a52a69452 diff --git a/metadata/md5-cache/net-libs/signond-8.59 b/metadata/md5-cache/net-libs/signond-8.59 index 6fb0eeee079b..b72b1c52fecd 100644 --- a/metadata/md5-cache/net-libs/signond-8.59 +++ b/metadata/md5-cache/net-libs/signond-8.59 @@ -4,11 +4,11 @@ DESCRIPTION=Signon daemon for libaccounts-glib EAPI=6 HOMEPAGE=https://01.org/gsso/ IUSE=doc test -KEYWORDS=~amd64 ~arm ~x86 +KEYWORDS=amd64 ~arm x86 LICENSE=LGPL-2.1 RDEPEND=dev-qt/qtcore:5 dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtnetwork:5 dev-qt/qtsql:5 net-libs/libproxy ! signond-8.59.tar.gz _eclasses_=estack 43ddf5aaffa7a8d0482df54d25a66a1f multilib 97f470f374f2e94ccab04a2fb21d811e qmake-utils 990448b067cb3cfe1443bc25fb57239c toolchain-funcs 185a06792159ca143528e7010368e8af vcs-snapshot 03289f51c769cf409d200d2d628cdd6e -_md5_=4fc746bcb872344277e42af8db5cf478 +_md5_=1703378845beef3520f33c93c9d8bcf7 diff --git a/metadata/md5-cache/net-mail/Manifest.gz b/metadata/md5-cache/net-mail/Manifest.gz index 26a61260d7b7..46cc4886dc62 100644 Binary files a/metadata/md5-cache/net-mail/Manifest.gz and b/metadata/md5-cache/net-mail/Manifest.gz differ diff --git a/metadata/md5-cache/net-mail/qpopper-4.1.0 b/metadata/md5-cache/net-mail/qpopper-4.1.0 index f02887201e80..ec84d46c822a 100644 --- a/metadata/md5-cache/net-mail/qpopper-4.1.0 +++ b/metadata/md5-cache/net-mail/qpopper-4.1.0 @@ -1,13 +1,13 @@ DEFINED_PHASES=configure install postinst prepare setup -DEPEND=virtual/mta >=net-mail/mailbase-0.00-r8 xinetd? ( virtual/inetd ) gdbm? ( sys-libs/gdbm ) drac? ( mail-client/drac ) pam? ( >=sys-libs/pam-0.72 ) ssl? ( dev-libs/openssl:0 ) ssl? ( || ( dev-libs/openssl:0 dev-libs/libressl:0 ) ) +DEPEND=virtual/mta >=net-mail/mailbase-0.00-r8 xinetd? ( virtual/inetd ) gdbm? ( sys-libs/gdbm ) pam? ( >=sys-libs/pam-0.72 ) ssl? ( dev-libs/openssl:0 ) ssl? ( || ( dev-libs/openssl:0 dev-libs/libressl:0 ) ) DESCRIPTION=A POP3 Server EAPI=6 HOMEPAGE=http://www.eudora.com/products/unsupported/qpopper/index.html -IUSE=debug drac gdbm mailbox pam ssl xinetd apop ssl +IUSE=debug gdbm mailbox pam ssl xinetd apop ssl KEYWORDS=amd64 x86 LICENSE=qpopper GPL-2 ISOC-rfc -RDEPEND=virtual/mta >=net-mail/mailbase-0.00-r8 xinetd? ( virtual/inetd ) gdbm? ( sys-libs/gdbm ) drac? ( mail-client/drac ) pam? ( >=sys-libs/pam-0.72 ) ssl? ( dev-libs/openssl:0 ) +RDEPEND=virtual/mta >=net-mail/mailbase-0.00-r8 xinetd? ( virtual/inetd ) gdbm? ( sys-libs/gdbm ) pam? ( >=sys-libs/pam-0.72 ) ssl? ( dev-libs/openssl:0 ) SLOT=0 SRC_URI=ftp://ftp.qualcomm.com/eudora/servers/unix/popper/qpopper4.1.0.tar.gz _eclasses_=ssl-cert b5e85f9a834c71d8bd532de477fe4ce2 user 8bc2845510e2109af75e3eeac607ec81 -_md5_=fc78df23132e87e6d62150d82965e751 +_md5_=7253b16d41b8937b11978a38ba412b7a diff --git a/metadata/md5-cache/net-mail/tpop3d-1.5.5 b/metadata/md5-cache/net-mail/tpop3d-1.5.5 index 6afb4876c7bc..74fa0a0c8982 100644 --- a/metadata/md5-cache/net-mail/tpop3d-1.5.5 +++ b/metadata/md5-cache/net-mail/tpop3d-1.5.5 @@ -1,13 +1,13 @@ DEFINED_PHASES=configure install postinst prepare -DEPEND=sha1? ( >=dev-libs/openssl-0.9.6 ) ssl? ( >=dev-libs/openssl-0.9.6 ) ldap? ( >=net-nds/openldap-2.0.7 ) mysql? ( virtual/mysql ) postgres? ( dev-db/postgresql[server] ) perl? ( >=dev-lang/perl-5.6.1 ) pam? ( virtual/pam >=net-mail/mailbase-0.00-r8 ) tcpd? ( >=sys-apps/tcp-wrappers-7.6 ) drac? ( mail-client/drac ) >=app-portage/elt-patches-20170422 !=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 +DEPEND=sha1? ( >=dev-libs/openssl-0.9.6 ) ssl? ( >=dev-libs/openssl-0.9.6 ) ldap? ( >=net-nds/openldap-2.0.7 ) mysql? ( virtual/mysql ) postgres? ( dev-db/postgresql[server] ) perl? ( >=dev-lang/perl-5.6.1 ) pam? ( virtual/pam >=net-mail/mailbase-0.00-r8 ) tcpd? ( >=sys-apps/tcp-wrappers-7.6 ) >=app-portage/elt-patches-20170422 !=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 DESCRIPTION=An extensible POP3 server with vmail-sql/MySQL support EAPI=4 HOMEPAGE=https://savannah.nongnu.org/projects/tpop3d/ -IUSE=authexternal debug drac flatfile gdbm ldap maildir mbox mysql offensive pam passwd perl postgres +sha1 shadow ssl tcpd +IUSE=authexternal debug flatfile gdbm ldap maildir mbox mysql offensive pam passwd perl postgres +sha1 shadow ssl tcpd KEYWORDS=~amd64 x86 LICENSE=GPL-2 RDEPEND=sha1? ( >=dev-libs/openssl-0.9.6 ) ssl? ( >=dev-libs/openssl-0.9.6 ) ldap? ( >=net-nds/openldap-2.0.7 ) mysql? ( virtual/mysql ) postgres? ( dev-db/postgresql[server] ) perl? ( >=dev-lang/perl-5.6.1 ) pam? ( virtual/pam >=net-mail/mailbase-0.00-r8 ) tcpd? ( >=sys-apps/tcp-wrappers-7.6 ) SLOT=0 SRC_URI=mirror://nongnu/tpop3d/tpop3d-1.5.5.tar.gz _eclasses_=autotools dc412f38566b91012efd58b9c203e6c3 desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 libtool 0081a71a261724730ec4c248494f044d ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 185a06792159ca143528e7010368e8af -_md5_=777a201663d94cf0edb2ea4e9f7b0372 +_md5_=ba5b3313d42a328ddd1a43cfe4672864 diff --git a/metadata/md5-cache/net-misc/Manifest.gz b/metadata/md5-cache/net-misc/Manifest.gz index c660aa09520a..72716eb0cb7b 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/electron-cash-3.0 b/metadata/md5-cache/net-misc/electron-cash-3.0 new file mode 100644 index 000000000000..e0d1340b5bc2 --- /dev/null +++ b/metadata/md5-cache/net-misc/electron-cash-3.0 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install postinst postrm preinst prepare test +DEPEND=python_targets_python3_4? ( dev-lang/python:3.4[ncurses?] ) python_targets_python3_5? ( dev-lang/python:3.5[ncurses?] ) >=dev-lang/python-exec-2:=[python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python3_4(-),-python_single_target_python3_5(-)] >=sys-apps/sed-4 +DESCRIPTION=Lightweight Bitcoin Cash client (BCH fork of Electrum) +EAPI=6 +HOMEPAGE=https://github.com/fyookball/electrum/ +IUSE=audio_modem cli cosign digitalbitbox email ncurses qrcode +qt5 sync vkb linguas_es_ES linguas_ja_JP linguas_pt_BR linguas_pt_PT linguas_zh_CN python_targets_python3_4 python_targets_python3_5 +KEYWORDS=~amd64 ~x86 +LICENSE=MIT +RDEPEND=dev-python/ecdsa[python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/jsonrpclib[python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/pbkdf2[python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/pyaes[python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/PySocks[python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/qrcode[python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/requests[python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/setuptools[python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/six[python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/tlslite[python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python3_4(-),-python_single_target_python3_5(-)] || ( dev-python/protobuf-python[python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-libs/protobuf[python,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python3_4(-),-python_single_target_python3_5(-)] ) virtual/python-dnspython[python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python3_4(-),-python_single_target_python3_5(-)] qrcode? ( media-gfx/zbar[v4l] ) qt5? ( dev-python/PyQt5[gui,widgets,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python3_4(-),-python_single_target_python3_5(-)] ) ncurses? ( dev-lang/python ) python_targets_python3_4? ( dev-lang/python:3.4[ncurses?] ) python_targets_python3_5? ( dev-lang/python:3.5[ncurses?] ) >=dev-lang/python-exec-2:=[python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python3_4(-),-python_single_target_python3_5(-)] +REQUIRED_USE=|| ( cli ncurses qt5 ) audio_modem? ( qt5 ) cosign? ( qt5 ) digitalbitbox? ( qt5 ) email? ( qt5 ) qrcode? ( qt5 ) sync? ( qt5 ) vkb? ( qt5 ) || ( python_targets_python3_4 python_targets_python3_5 ) +SLOT=0 +SRC_URI=https://github.com/fyookball/electrum/archive/3.0.tar.gz -> electron-cash-3.0.tar.gz +_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 distutils-r1 372bbe39047c0a2550319a3a82f3e063 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 gnome2-utils 4d211d7614f303710fca59db6ec12c88 ltprune 2770eed66a9b8ef944714cd0e968182e multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 6f5991c7101863d0b29df63990ad852e python-r1 e9350ec46bb5c9f3504b4fbe8b8d8987 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 185a06792159ca143528e7010368e8af xdg-utils f2c8335407f0b935b0a96d4adf23ef25 +_md5_=c7414b9b6d08a0ea48e8a7c61c10290d diff --git a/metadata/md5-cache/net-misc/eventd-0.23.0_p20171112 b/metadata/md5-cache/net-misc/eventd-0.23.0_p20171112 index 000016666ebc..220195122e52 100644 --- a/metadata/md5-cache/net-misc/eventd-0.23.0_p20171112 +++ b/metadata/md5-cache/net-misc/eventd-0.23.0_p20171112 @@ -10,5 +10,5 @@ RDEPEND=>=dev-libs/glib-2.40:2 sys-apps/util-linux x11-libs/libxkbcommon introsp REQUIRED_USE=X? ( notification ) fbcon? ( notification ) notification? ( || ( X fbcon ) ) test? ( websocket ) SLOT=0 SRC_URI=https://dev.gentoo.org/~kensington/distfiles/eventd-0.23.0_p20171112.tgz -_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 linux-info ca370deef9d44125d829f2eb6ebc83e0 ltprune 2770eed66a9b8ef944714cd0e968182e meson 0946ddca90e9c2d3e4687bb097dd9ed3 multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 6f5991c7101863d0b29df63990ad852e ninja-utils ebb2eaddc6331c4fa000b8eb8f6fe074 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d systemd 8f5286f89e265842f5b5189666eae88b toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 xdg-utils f2c8335407f0b935b0a96d4adf23ef25 +_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 linux-info ca370deef9d44125d829f2eb6ebc83e0 ltprune 2770eed66a9b8ef944714cd0e968182e meson f8e09b2b2ac1e9bb0bd374b6ad77a90d multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 6f5991c7101863d0b29df63990ad852e ninja-utils ebb2eaddc6331c4fa000b8eb8f6fe074 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d systemd 8f5286f89e265842f5b5189666eae88b toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 xdg-utils f2c8335407f0b935b0a96d4adf23ef25 _md5_=85c64f9cc3ba3bb0c0cef120c5b83b99 diff --git a/metadata/md5-cache/net-misc/freerdp-2.0.0_rc0 b/metadata/md5-cache/net-misc/freerdp-2.0.0_rc0 index e9d8b8c2211f..2fefc3a0d9b2 100644 --- a/metadata/md5-cache/net-misc/freerdp-2.0.0_rc0 +++ b/metadata/md5-cache/net-misc/freerdp-2.0.0_rc0 @@ -4,10 +4,10 @@ DESCRIPTION=Free implementation of the Remote Desktop Protocol EAPI=6 HOMEPAGE=http://www.freerdp.com/ IUSE=alsa +client cpu_flags_x86_ssse3 cups debug doc ffmpeg gstreamer jpeg libav libressl neon openh264 pulseaudio server smartcard systemd test usb wayland X xinerama xv -KEYWORDS=alpha amd64 ~arm ppc ppc64 x86 +KEYWORDS=alpha amd64 arm ppc ppc64 x86 LICENSE=Apache-2.0 RDEPEND=!libressl? ( dev-libs/openssl:0= ) libressl? ( dev-libs/libressl:0= ) sys-libs/zlib:0 alsa? ( media-libs/alsa-lib ) cups? ( net-print/cups ) client? ( usb? ( virtual/libudev:0= sys-apps/util-linux:0= dev-libs/dbus-glib:0= virtual/libusb:1= ) X? ( x11-libs/libXcursor x11-libs/libXext x11-libs/libXi x11-libs/libXrender xinerama? ( x11-libs/libXinerama ) xv? ( x11-libs/libXv ) ) ) ffmpeg? ( libav? ( media-video/libav:0= ) !libav? ( media-video/ffmpeg:0= ) ) gstreamer? ( media-libs/gstreamer:1.0 media-libs/gst-plugins-base:1.0 x11-libs/libXrandr ) jpeg? ( virtual/jpeg:0 ) openh264? ( media-libs/openh264 ) pulseaudio? ( media-sound/pulseaudio ) server? ( X? ( x11-libs/libXcursor x11-libs/libXdamage x11-libs/libXext x11-libs/libXfixes x11-libs/libXrandr x11-libs/libXtst xinerama? ( x11-libs/libXinerama ) ) ) smartcard? ( sys-apps/pcsc-lite ) systemd? ( sys-apps/systemd:0= ) wayland? ( dev-libs/wayland x11-libs/libxkbcommon ) X? ( x11-libs/libX11 x11-libs/libxkbfile ) SLOT=0/2 SRC_URI=https://github.com/FreeRDP/FreeRDP/archive/2.0.0-rc0.tar.gz -> FreeRDP-2.0.0-rc0.tar.gz _eclasses_=cmake-utils 77a5a8d3308359caadcdd91688f20093 desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 6f5991c7101863d0b29df63990ad852e ninja-utils ebb2eaddc6331c4fa000b8eb8f6fe074 toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 xdg-utils f2c8335407f0b935b0a96d4adf23ef25 -_md5_=2a3b28a4aa4fcda55d0f75fc23629ce7 +_md5_=41e031ef0114dd61ff367cab1778e52b diff --git a/metadata/md5-cache/net-misc/igmpproxy-0.1-r2 b/metadata/md5-cache/net-misc/igmpproxy-0.1-r2 index 7ed8a62d8b58..126e41618bda 100644 --- a/metadata/md5-cache/net-misc/igmpproxy-0.1-r2 +++ b/metadata/md5-cache/net-misc/igmpproxy-0.1-r2 @@ -2,10 +2,10 @@ DEFINED_PHASES=install setup DEPEND=virtual/pkgconfig DESCRIPTION=Multicast Routing Daemon using only IGMP signalling EAPI=6 -HOMEPAGE=https://sourceforge.net/projects/igmpproxy +HOMEPAGE=https://github.com/pali/igmpproxy KEYWORDS=amd64 x86 LICENSE=GPL-2 Stanford SLOT=0 SRC_URI=mirror://sourceforge/igmpproxy/igmpproxy-0.1.tar.gz _eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 linux-info ca370deef9d44125d829f2eb6ebc83e0 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e systemd 8f5286f89e265842f5b5189666eae88b toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 -_md5_=5052e2eacbe2342d6540ad04a6f21d75 +_md5_=71c567190c5babb4c6a2cd05ff4e1111 diff --git a/metadata/md5-cache/net-misc/openssh-7.5_p1-r3 b/metadata/md5-cache/net-misc/openssh-7.5_p1-r3 index 4ca4d12c7c14..ae43278e97db 100644 --- a/metadata/md5-cache/net-misc/openssh-7.5_p1-r3 +++ b/metadata/md5-cache/net-misc/openssh-7.5_p1-r3 @@ -4,11 +4,11 @@ DESCRIPTION=Port of OpenBSD's free SSH release EAPI=5 HOMEPAGE=http://www.openssh.org/ IUSE=abi_mips_n32 audit bindist debug +hpn kerberos kernel_linux ldap ldns libedit libressl livecd pam +pie sctp selinux skey ssh1 +ssl static test X X509 -KEYWORDS=alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-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 ~x64-cygwin ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris LICENSE=BSD GPL-2 RDEPEND=!static? ( audit? ( sys-process/audit ) ldns? ( net-libs/ldns !bindist? ( net-libs/ldns[ecdsa,ssl(+)] ) bindist? ( net-libs/ldns[-ecdsa,ssl(+)] ) ) libedit? ( dev-libs/libedit:= ) sctp? ( net-misc/lksctp-tools ) selinux? ( >=sys-libs/libselinux-1.28 ) skey? ( >=sys-auth/skey-1.1.5-r1 ) ssl? ( !libressl? ( >=dev-libs/openssl-1.0.1:0=[bindist=] dev-libs/openssl:0= ) libressl? ( dev-libs/libressl:0= ) ) >=sys-libs/zlib-1.2.3:= ) pam? ( virtual/pam ) kerberos? ( virtual/krb5 ) ldap? ( net-nds/openldap ) pam? ( >=sys-auth/pambase-20081028 ) userland_GNU? ( virtual/shadow ) X? ( x11-apps/xauth ) REQUIRED_USE=ldns? ( ssl ) pie? ( !static ) ssh1? ( ssl ) static? ( !kerberos !pam ) X509? ( !ldap !sctp ssl ) test? ( ssl ) SLOT=0 SRC_URI=mirror://openbsd/OpenSSH/portable/openssh-7.5p1.tar.gz mirror://gentoo/openssh-7.4_p1-sctp.patch.xz hpn? ( mirror://gentoo/openssh-7.5p1-hpnssh14v12.tar.xz ) ldap? ( mirror://gentoo/openssh-lpk-7.5p1-0.3.14.patch.xz ) X509? ( http://roumenpetrov.info/openssh/x509-10.2/openssh-7.5p1+x509-10.2.diff.gz ) _eclasses_=autotools dc412f38566b91012efd58b9c203e6c3 desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 libtool 0081a71a261724730ec4c248494f044d ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e pam 3e788d86170dfcd5b06824d898315e18 systemd 8f5286f89e265842f5b5189666eae88b toolchain-funcs 185a06792159ca143528e7010368e8af user 8bc2845510e2109af75e3eeac607ec81 versionator c80ccf29e90adea7c5cae94b42eb76d0 -_md5_=a7bc6b6566b9ecf447a1f778f4ce3bcf +_md5_=b2ea86194218d50f68d62472e1211f9c diff --git a/metadata/md5-cache/net-misc/packETH-1.8 b/metadata/md5-cache/net-misc/packETH-1.9 similarity index 88% rename from metadata/md5-cache/net-misc/packETH-1.8 rename to metadata/md5-cache/net-misc/packETH-1.9 index 8851c9e96e07..4434459e2b80 100644 --- a/metadata/md5-cache/net-misc/packETH-1.8 +++ b/metadata/md5-cache/net-misc/packETH-1.9 @@ -1,12 +1,12 @@ DEFINED_PHASES=prepare DEPEND=virtual/pkgconfig dev-libs/glib:2 x11-libs/gdk-pixbuf x11-libs/gtk+:2 >=app-portage/elt-patches-20170422 !=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 DESCRIPTION=Packet generator tool for ethernet -EAPI=5 +EAPI=6 HOMEPAGE=http://packeth.sourceforge.net/ KEYWORDS=~amd64 ~x86 LICENSE=GPL-3 RDEPEND=dev-libs/glib:2 x11-libs/gdk-pixbuf x11-libs/gtk+:2 SLOT=0 -SRC_URI=mirror://sourceforge/packeth/packETH-1.8.tar.bz +SRC_URI=mirror://sourceforge/packeth/packETH-1.9.tar.bz2 _eclasses_=autotools dc412f38566b91012efd58b9c203e6c3 desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 libtool 0081a71a261724730ec4c248494f044d ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 185a06792159ca143528e7010368e8af -_md5_=ddc6fd1cbdc9c951776a677f4678c7c4 +_md5_=8469430a6cc5feb86dfa172fd612378f diff --git a/metadata/md5-cache/net-misc/streamlink-0.8.1 b/metadata/md5-cache/net-misc/streamlink-0.8.1 deleted file mode 100644 index 55a2c8635e33..000000000000 --- a/metadata/md5-cache/net-misc/streamlink-0.8.1 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install prepare test -DEPEND=dev-python/setuptools[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] doc? ( dev-python/sphinx[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/docutils[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] ) test? ( dev-python/mock[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/pycryptodome[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/requests[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] virtual/python-futures[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] virtual/python-singledispatch[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/backports-shutil_which[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/backports-shutil_get_terminal_size[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/pycountry[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] media-video/rtmpdump virtual/ffmpeg ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[xml(+),threads(+)] ) python_targets_python3_4? ( dev-lang/python:3.4[xml(+),threads(+)] ) python_targets_python3_5? ( dev-lang/python:3.5[xml(+),threads(+)] ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] -DESCRIPTION=CLI for extracting streams from websites to a video player of your choice -EAPI=6 -HOMEPAGE=https://streamlink.github.io/ -IUSE=doc test python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 -KEYWORDS=~amd64 ~x86 -LICENSE=BSD-2 Apache-2.0 -RDEPEND=dev-python/pycryptodome[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/requests[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] virtual/python-futures[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] virtual/python-singledispatch[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/backports-shutil_which[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/backports-shutil_get_terminal_size[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/pycountry[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] media-video/rtmpdump virtual/ffmpeg python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[xml(+),threads(+)] ) python_targets_python3_4? ( dev-lang/python:3.4[xml(+),threads(+)] ) python_targets_python3_5? ( dev-lang/python:3.5[xml(+),threads(+)] ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] -REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 ) -SLOT=0 -SRC_URI=https://github.com/streamlink/streamlink/archive/0.8.1.tar.gz -> streamlink-0.8.1.tar.gz -_eclasses_=distutils-r1 372bbe39047c0a2550319a3a82f3e063 multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 6f5991c7101863d0b29df63990ad852e python-r1 e9350ec46bb5c9f3504b4fbe8b8d8987 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 185a06792159ca143528e7010368e8af xdg-utils f2c8335407f0b935b0a96d4adf23ef25 -_md5_=f38e621ed975734ffa07ebe990ff2628 diff --git a/metadata/md5-cache/net-misc/streamlink-0.9.0 b/metadata/md5-cache/net-misc/streamlink-0.9.0 new file mode 100644 index 000000000000..ed6b268ecfa3 --- /dev/null +++ b/metadata/md5-cache/net-misc/streamlink-0.9.0 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=dev-python/setuptools[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] doc? ( dev-python/sphinx[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] dev-python/docutils[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] ) test? ( python_targets_python2_7? ( dev-python/mock[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) dev-python/pycryptodome[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] dev-python/requests[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/python-futures[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/python-singledispatch[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] dev-python/backports-shutil_which[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] python_targets_python2_7? ( dev-python/backports-shutil_get_terminal_size[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) dev-python/pycountry[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] dev-python/websocket-client[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(-)] media-video/rtmpdump virtual/ffmpeg ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[xml(+),threads(+)] ) python_targets_python3_4? ( dev-lang/python:3.4[xml(+),threads(+)] ) python_targets_python3_5? ( dev-lang/python:3.5[xml(+),threads(+)] ) python_targets_python3_6? ( dev-lang/python:3.6[xml(+),threads(+)] ) >=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=CLI for extracting streams from websites to a video player of your choice +EAPI=6 +HOMEPAGE=https://streamlink.github.io/ +IUSE=doc test python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 +KEYWORDS=~amd64 ~x86 +LICENSE=BSD-2 Apache-2.0 +RDEPEND=dev-python/pycryptodome[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] dev-python/requests[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/python-futures[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/python-singledispatch[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] dev-python/backports-shutil_which[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] python_targets_python2_7? ( dev-python/backports-shutil_get_terminal_size[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) dev-python/pycountry[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] dev-python/websocket-client[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(-)] media-video/rtmpdump virtual/ffmpeg python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[xml(+),threads(+)] ) python_targets_python3_4? ( dev-lang/python:3.4[xml(+),threads(+)] ) python_targets_python3_5? ( dev-lang/python:3.5[xml(+),threads(+)] ) python_targets_python3_6? ( dev-lang/python:3.6[xml(+),threads(+)] ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] +REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 ) +SLOT=0 +SRC_URI=https://github.com/streamlink/streamlink/archive/0.9.0.tar.gz -> streamlink-0.9.0.tar.gz +_eclasses_=distutils-r1 372bbe39047c0a2550319a3a82f3e063 multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 6f5991c7101863d0b29df63990ad852e python-r1 e9350ec46bb5c9f3504b4fbe8b8d8987 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 185a06792159ca143528e7010368e8af xdg-utils f2c8335407f0b935b0a96d4adf23ef25 +_md5_=3f10f11f9d93e3e1ca8419dcf9194000 diff --git a/metadata/md5-cache/net-misc/streamlink-9999 b/metadata/md5-cache/net-misc/streamlink-9999 index 94f6b380a6e9..25c67a72cce5 100644 --- a/metadata/md5-cache/net-misc/streamlink-9999 +++ b/metadata/md5-cache/net-misc/streamlink-9999 @@ -1,12 +1,12 @@ DEFINED_PHASES=compile configure install prepare test unpack -DEPEND=dev-python/setuptools[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] doc? ( dev-python/sphinx[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/docutils[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] ) test? ( dev-python/mock[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/pycryptodome[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/requests[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] virtual/python-futures[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] virtual/python-singledispatch[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/backports-shutil_which[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/backports-shutil_get_terminal_size[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/pycountry[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] media-video/rtmpdump virtual/ffmpeg ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[xml(+),threads(+)] ) python_targets_python3_4? ( dev-lang/python:3.4[xml(+),threads(+)] ) python_targets_python3_5? ( dev-lang/python:3.5[xml(+),threads(+)] ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] >=dev-vcs/git-1.8.2.1 +DEPEND=dev-python/setuptools[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] doc? ( dev-python/sphinx[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/docutils[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] ) test? ( python_targets_python2_7? ( dev-python/mock[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) dev-python/pycryptodome[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/requests[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] virtual/python-futures[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] virtual/python-singledispatch[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/backports-shutil_which[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] python_targets_python2_7? ( dev-python/backports-shutil_get_terminal_size[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) dev-python/pycountry[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/websocket-client[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] media-video/rtmpdump virtual/ffmpeg ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[xml(+),threads(+)] ) python_targets_python3_4? ( dev-lang/python:3.4[xml(+),threads(+)] ) python_targets_python3_5? ( dev-lang/python:3.5[xml(+),threads(+)] ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] >=dev-vcs/git-1.8.2.1 DESCRIPTION=CLI for extracting streams from websites to a video player of your choice EAPI=6 HOMEPAGE=https://streamlink.github.io/ IUSE=doc test python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 LICENSE=BSD-2 Apache-2.0 -RDEPEND=dev-python/pycryptodome[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/requests[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] virtual/python-futures[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] virtual/python-singledispatch[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/backports-shutil_which[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/backports-shutil_get_terminal_size[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/pycountry[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] media-video/rtmpdump virtual/ffmpeg python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[xml(+),threads(+)] ) python_targets_python3_4? ( dev-lang/python:3.4[xml(+),threads(+)] ) python_targets_python3_5? ( dev-lang/python:3.5[xml(+),threads(+)] ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] +RDEPEND=dev-python/pycryptodome[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/requests[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] virtual/python-futures[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] virtual/python-singledispatch[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/backports-shutil_which[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] python_targets_python2_7? ( dev-python/backports-shutil_get_terminal_size[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) dev-python/pycountry[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/websocket-client[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] media-video/rtmpdump virtual/ffmpeg python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[xml(+),threads(+)] ) python_targets_python3_4? ( dev-lang/python:3.4[xml(+),threads(+)] ) python_targets_python3_5? ( dev-lang/python:3.5[xml(+),threads(+)] ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 ) SLOT=0 _eclasses_=distutils-r1 372bbe39047c0a2550319a3a82f3e063 git-r3 fec09a83ae965b041b47f5ff7c8ba29a multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 6f5991c7101863d0b29df63990ad852e python-r1 e9350ec46bb5c9f3504b4fbe8b8d8987 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 185a06792159ca143528e7010368e8af xdg-utils f2c8335407f0b935b0a96d4adf23ef25 -_md5_=bbb0d3e502653f1ce0c2caab2bdd539d +_md5_=aadf5a097f261f86ae9680b1ea8d5def diff --git a/metadata/md5-cache/net-misc/tigervnc-1.8.0-r2 b/metadata/md5-cache/net-misc/tigervnc-1.8.0-r2 new file mode 100644 index 000000000000..669b6d5c0691 --- /dev/null +++ b/metadata/md5-cache/net-misc/tigervnc-1.8.0-r2 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install preinst prepare setup test +DEPEND=virtual/jpeg:0 sys-libs/zlib:= >=x11-libs/libXtst-1.0.99.2 >=x11-libs/fltk-1.3.1 gnutls? ( net-libs/gnutls:= ) nls? ( virtual/libiconv ) pam? ( virtual/pam ) server? ( dev-lang/perl >=x11-libs/libXi-1.2.99.1 >=x11-libs/libXfont-1.4.2 >=x11-libs/libxkbfile-1.0.4 x11-libs/libXrender >=x11-libs/pixman-0.27.2 >=x11-apps/xauth-1.0.3 x11-apps/xsetroot >=x11-misc/xkeyboard-config-2.4.1-r3 opengl? ( >=app-eselect/eselect-opengl-1.3.1-r1 ) xorgmodule? ( =x11-base/xorg-server-1.19* ) drm? ( x11-libs/libdrm ) ) xinerama? ( x11-libs/libXinerama ) dri3? ( x11-proto/dri3proto ) amd64? ( dev-lang/nasm ) x86? ( dev-lang/nasm ) >=x11-proto/inputproto-2.2.99.1 >=x11-proto/xextproto-7.2.99.901 >=x11-proto/xproto-7.0.31 x11-libs/libXfont2 nls? ( sys-devel/gettext ) java? ( >=virtual/jdk-1.5 ) server? ( virtual/pkgconfig media-fonts/font-util x11-misc/util-macros >=x11-proto/bigreqsproto-1.1.0 >=x11-proto/compositeproto-0.4 >=x11-proto/damageproto-1.1 >=x11-proto/fixesproto-5.0 >=x11-proto/fontsproto-2.1.3 >=x11-proto/glproto-1.4.17 >=x11-proto/randrproto-1.4.0 >=x11-proto/renderproto-0.11 >=x11-proto/resourceproto-1.2.0 >=x11-proto/scrnsaverproto-1.1 >=x11-proto/videoproto-2.2.2 >=x11-proto/xcmiscproto-1.2.0 >=x11-proto/xineramaproto-1.1.3 >=x11-libs/xtrans-1.3.3 >=x11-proto/dri2proto-2.8 opengl? ( >=media-libs/mesa-10.3.4-r1 ) ) >=app-portage/elt-patches-20170422 !=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 sys-devel/make >=dev-util/cmake-3.7.2 java? ( >=dev-java/java-config-2.2.0-r3 ) virtual/pkgconfig +DESCRIPTION=Remote desktop viewer display system +EAPI=6 +HOMEPAGE=http://www.tigervnc.org +IUSE=+drm gnutls nls java +opengl pam server +xorgmodule xinerama dri3 elibc_FreeBSD java +KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 +LICENSE=GPL-2 +RDEPEND=virtual/jpeg:0 sys-libs/zlib:= >=x11-libs/libXtst-1.0.99.2 >=x11-libs/fltk-1.3.1 gnutls? ( net-libs/gnutls:= ) nls? ( virtual/libiconv ) pam? ( virtual/pam ) server? ( dev-lang/perl >=x11-libs/libXi-1.2.99.1 >=x11-libs/libXfont-1.4.2 >=x11-libs/libxkbfile-1.0.4 x11-libs/libXrender >=x11-libs/pixman-0.27.2 >=x11-apps/xauth-1.0.3 x11-apps/xsetroot >=x11-misc/xkeyboard-config-2.4.1-r3 opengl? ( >=app-eselect/eselect-opengl-1.3.1-r1 ) xorgmodule? ( =x11-base/xorg-server-1.19* ) drm? ( x11-libs/libdrm ) ) xinerama? ( x11-libs/libXinerama ) dri3? ( x11-proto/dri3proto ) !net-misc/tightvnc !net-misc/vnc !net-misc/xf4vnc java? ( >=virtual/jre-1.5:* ) java? ( >=dev-java/java-config-2.2.0-r3 ) +SLOT=0 +SRC_URI=https://github.com/TigerVNC/tigervnc/archive/v1.8.0.tar.gz -> tigervnc-1.8.0.tar.gz https://dev.gentoo.org/~armin76/dist/tigervnc-1.4.2-patches-0.1.tar.bz2 server? ( ftp://ftp.freedesktop.org/pub/xorg/individual/xserver/xorg-server-1.19.5.tar.bz2 ) +_eclasses_=autotools dc412f38566b91012efd58b9c203e6c3 cmake-utils 77a5a8d3308359caadcdd91688f20093 desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 java-pkg-opt-2 77d2e22d0de7640f817d20e861c0ff3f java-utils-2 1971a6927fcd7ec839f7e12b28a24bdd libtool 0081a71a261724730ec4c248494f044d ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 6f5991c7101863d0b29df63990ad852e ninja-utils ebb2eaddc6331c4fa000b8eb8f6fe074 systemd 8f5286f89e265842f5b5189666eae88b toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 xdg-utils f2c8335407f0b935b0a96d4adf23ef25 +_md5_=1ac0f3de5b941c9eca021392e06b433e diff --git a/metadata/md5-cache/net-nds/Manifest.gz b/metadata/md5-cache/net-nds/Manifest.gz index 560a3794ec3f..7e50d6946380 100644 Binary files a/metadata/md5-cache/net-nds/Manifest.gz and b/metadata/md5-cache/net-nds/Manifest.gz differ diff --git a/metadata/md5-cache/net-nds/gss-proxy-0.7.0-r1 b/metadata/md5-cache/net-nds/gss-proxy-0.7.0-r1 index 7e3047a348e5..82b3e8ae19c9 100644 --- a/metadata/md5-cache/net-nds/gss-proxy-0.7.0-r1 +++ b/metadata/md5-cache/net-nds/gss-proxy-0.7.0-r1 @@ -4,10 +4,10 @@ DESCRIPTION=daemon to proxy GSSAPI context establishment and channel handling EAPI=6 HOMEPAGE=https://pagure.io/gssproxy IUSE=debug selinux systemd hardened -KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 +KEYWORDS=~alpha ~amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86 LICENSE=BSD-1 RDEPEND=>=dev-libs/libverto-0.2.2 >=dev-libs/ding-libs-0.5.0 virtual/krb5 selinux? ( sys-libs/libselinux ) selinux? ( sec-policy/selinux-gssproxy ) RESTRICT=test SLOT=0 SRC_URI=http://releases.pagure.org/gssproxy/gssproxy-0.7.0.tar.gz -_md5_=27f156f7ff8a69e8d651e5b680ff042f +_md5_=1eb84e748885e28c6c94d2f42628ad61 diff --git a/metadata/md5-cache/net-p2p/Manifest.gz b/metadata/md5-cache/net-p2p/Manifest.gz index c5af60e3ac63..1f721a226f94 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/bisq-0.6.2 b/metadata/md5-cache/net-p2p/bisq-0.6.2 new file mode 100644 index 000000000000..c775034489d9 --- /dev/null +++ b/metadata/md5-cache/net-p2p/bisq-0.6.2 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile install postinst postrm prepare setup unpack +DEPEND=dev-java/maven-bin dev-java/oracle-jdk-bin:1.8[javafx,jce] +DESCRIPTION=The decentralized bitcoin exchange (non-atomic, with arbitration) +EAPI=6 +HOMEPAGE=https://bisq.network/ https://github.com/bisq-network/exchange/ +IUSE=elibc_FreeBSD +KEYWORDS=~amd64 +LICENSE=AGPL-3+ +RDEPEND=!net-p2p/bisq-bin x11-misc/xdg-utils dev-libs/glib:2[abi_x86_64] dev-libs/libxslt[abi_x86_64] media-libs/fontconfig:1.0[abi_x86_64] x11-libs/gtk+:2[abi_x86_64] x11-libs/libXtst[abi_x86_64] x11-libs/pango[abi_x86_64] +SLOT=0 +SRC_URI=https://github.com/bisq-network/exchange/archive/v0.6.2.tar.gz -> bisq-0.6.2.tar.gz https://jitpack.io/com/github/JesusMcCloud/jtorctl/0/jtorctl-0.jar https://jitpack.io/com/github/JesusMcCloud/jtorctl/0/jtorctl-0.pom https://jitpack.io/com/github/JesusMcCloud/netlayer/parent/e7195748/parent-e7195748.pom https://jitpack.io/com/github/JesusMcCloud/netlayer/tor/e7195748/tor-e7195748.jar https://jitpack.io/com/github/JesusMcCloud/netlayer/tor/e7195748/tor-e7195748.pom https://jitpack.io/com/github/JesusMcCloud/netlayer/tor.native/e7195748/tor.native-e7195748.jar https://jitpack.io/com/github/JesusMcCloud/netlayer/tor.native/e7195748/tor.native-e7195748.pom https://jitpack.io/com/github/MicroUtils/kotlin-logging/3aedaa9310/kotlin-logging-3aedaa9310.jar https://jitpack.io/com/github/MicroUtils/kotlin-logging/3aedaa9310/kotlin-logging-3aedaa9310.pom https://jitpack.io/com/github/bisq-network/bitcoinj/bitcoinj-core/58de2b53/bitcoinj-core-58de2b53.jar https://jitpack.io/com/github/bisq-network/bitcoinj/bitcoinj-core/58de2b53/bitcoinj-core-58de2b53.pom https://jitpack.io/com/github/bisq-network/bitcoinj/bitcoinj-parent/58de2b53/bitcoinj-parent-58de2b53.pom https://jitpack.io/com/github/bisq-network/btcd-cli4j/btcd-cli4j-core/29f99be/btcd-cli4j-core-29f99be.jar https://jitpack.io/com/github/bisq-network/btcd-cli4j/btcd-cli4j-core/29f99be/btcd-cli4j-core-29f99be.pom https://jitpack.io/com/github/bisq-network/btcd-cli4j/btcd-cli4j-daemon/29f99be/btcd-cli4j-daemon-29f99be.jar https://jitpack.io/com/github/bisq-network/btcd-cli4j/btcd-cli4j-daemon/29f99be/btcd-cli4j-daemon-29f99be.pom https://jitpack.io/com/github/bisq-network/btcd-cli4j/btcd-cli4j-parent/29f99be/btcd-cli4j-parent-29f99be.pom https://jitpack.io/com/github/bisq-network/libdohj/libdohj-core/bba4088c/libdohj-core-bba4088c.jar https://jitpack.io/com/github/bisq-network/libdohj/libdohj-core/bba4088c/libdohj-core-bba4088c.pom https://jitpack.io/com/github/ravn/jsocks/567e1cd/jsocks-567e1cd.jar https://jitpack.io/com/github/ravn/jsocks/567e1cd/jsocks-567e1cd.pom https://raw.githubusercontent.com/JesusMcCloud/tor-binary/b0c104e06f0ea97def02715aea60689808f3a987/release/com/cedricwalter/tor-binary/7.0.7/tor-binary-7.0.7.pom https://raw.githubusercontent.com/JesusMcCloud/tor-binary/b0c104e06f0ea97def02715aea60689808f3a987/release/com/cedricwalter/tor-binary-geoip/7.0.7/tor-binary-geoip-7.0.7.jar https://raw.githubusercontent.com/JesusMcCloud/tor-binary/b0c104e06f0ea97def02715aea60689808f3a987/release/com/cedricwalter/tor-binary-geoip/7.0.7/tor-binary-geoip-7.0.7.pom https://raw.githubusercontent.com/JesusMcCloud/tor-binary/b0c104e06f0ea97def02715aea60689808f3a987/release/com/cedricwalter/tor-binary-linux32/7.0.7/tor-binary-linux32-7.0.7.jar https://raw.githubusercontent.com/JesusMcCloud/tor-binary/b0c104e06f0ea97def02715aea60689808f3a987/release/com/cedricwalter/tor-binary-linux32/7.0.7/tor-binary-linux32-7.0.7.pom https://raw.githubusercontent.com/JesusMcCloud/tor-binary/b0c104e06f0ea97def02715aea60689808f3a987/release/com/cedricwalter/tor-binary-linux64/7.0.7/tor-binary-linux64-7.0.7.jar https://raw.githubusercontent.com/JesusMcCloud/tor-binary/b0c104e06f0ea97def02715aea60689808f3a987/release/com/cedricwalter/tor-binary-linux64/7.0.7/tor-binary-linux64-7.0.7.pom https://raw.githubusercontent.com/JesusMcCloud/tor-binary/b0c104e06f0ea97def02715aea60689808f3a987/release/com/cedricwalter/tor-binary-macos/7.0.7/tor-binary-macos-7.0.7.jar https://raw.githubusercontent.com/JesusMcCloud/tor-binary/b0c104e06f0ea97def02715aea60689808f3a987/release/com/cedricwalter/tor-binary-macos/7.0.7/tor-binary-macos-7.0.7.pom https://raw.githubusercontent.com/JesusMcCloud/tor-binary/b0c104e06f0ea97def02715aea60689808f3a987/release/com/cedricwalter/tor-binary-windows/7.0.7/tor-binary-windows-7.0.7.jar https://raw.githubusercontent.com/JesusMcCloud/tor-binary/b0c104e06f0ea97def02715aea60689808f3a987/release/com/cedricwalter/tor-binary-windows/7.0.7/tor-binary-windows-7.0.7.pom https://repo.maven.apache.org/maven2/antlr/antlr/2.7.2/antlr-2.7.2.jar https://repo.maven.apache.org/maven2/antlr/antlr/2.7.2/antlr-2.7.2.pom https://repo.maven.apache.org/maven2/aopalliance/aopalliance/1.0/aopalliance-1.0.jar https://repo.maven.apache.org/maven2/aopalliance/aopalliance/1.0/aopalliance-1.0.pom https://repo.maven.apache.org/maven2/avalon-framework/avalon-framework/4.1.3/avalon-framework-4.1.3.pom https://repo.maven.apache.org/maven2/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar https://repo.maven.apache.org/maven2/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom https://repo.maven.apache.org/maven2/ch/qos/logback/logback-classic/1.1.10/logback-classic-1.1.10.jar https://repo.maven.apache.org/maven2/ch/qos/logback/logback-classic/1.1.10/logback-classic-1.1.10.pom https://repo.maven.apache.org/maven2/ch/qos/logback/logback-core/1.1.10/logback-core-1.1.10.jar https://repo.maven.apache.org/maven2/ch/qos/logback/logback-core/1.1.10/logback-core-1.1.10.pom https://repo.maven.apache.org/maven2/ch/qos/logback/logback-parent/1.1.10/logback-parent-1.1.10.pom https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1/classworlds-1.1.jar https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1/classworlds-1.1.pom https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.8.10/jackson-annotations-2.8.10.jar https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.8.10/jackson-annotations-2.8.10.pom https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.8.10/jackson-core-2.8.10.jar https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.8.10/jackson-core-2.8.10.pom https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.8.10/jackson-databind-2.8.10.jar https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.8.10/jackson-databind-2.8.10.pom https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jackson-parent/2.8/jackson-parent-2.8.pom https://repo.maven.apache.org/maven2/com/fasterxml/oss-parent/27/oss-parent-27.pom https://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar https://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom https://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/3.0.1/jsr305-3.0.1.jar https://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/3.0.1/jsr305-3.0.1.pom https://repo.maven.apache.org/maven2/com/google/code/gson/gson/2.2.4/gson-2.2.4.jar https://repo.maven.apache.org/maven2/com/google/code/gson/gson/2.3.1/gson-2.3.1.jar https://repo.maven.apache.org/maven2/com/google/code/gson/gson/2.3.1/gson-2.3.1.pom https://repo.maven.apache.org/maven2/com/google/code/gson/gson/2.7/gson-2.7.jar https://repo.maven.apache.org/maven2/com/google/code/gson/gson/2.7/gson-2.7.pom https://repo.maven.apache.org/maven2/com/google/code/gson/gson-parent/2.7/gson-parent-2.7.pom https://repo.maven.apache.org/maven2/com/google/collections/google-collections/1.0/google-collections-1.0.jar https://repo.maven.apache.org/maven2/com/google/collections/google-collections/1.0/google-collections-1.0.pom https://repo.maven.apache.org/maven2/com/google/google/1/google-1.pom https://repo.maven.apache.org/maven2/com/google/google/5/google-5.pom https://repo.maven.apache.org/maven2/com/google/guava/guava/18.0/guava-18.0.jar https://repo.maven.apache.org/maven2/com/google/guava/guava/18.0/guava-18.0.pom https://repo.maven.apache.org/maven2/com/google/guava/guava/19.0/guava-19.0.jar https://repo.maven.apache.org/maven2/com/google/guava/guava/19.0/guava-19.0.pom https://repo.maven.apache.org/maven2/com/google/guava/guava/20.0/guava-20.0.jar https://repo.maven.apache.org/maven2/com/google/guava/guava/20.0/guava-20.0.pom https://repo.maven.apache.org/maven2/com/google/guava/guava-parent/18.0/guava-parent-18.0.pom https://repo.maven.apache.org/maven2/com/google/guava/guava-parent/19.0/guava-parent-19.0.pom https://repo.maven.apache.org/maven2/com/google/guava/guava-parent/20.0/guava-parent-20.0.pom https://repo.maven.apache.org/maven2/com/google/inject/guice/3.0/guice-3.0.jar https://repo.maven.apache.org/maven2/com/google/inject/guice/4.1.0/guice-4.1.0.jar https://repo.maven.apache.org/maven2/com/google/inject/guice/4.1.0/guice-4.1.0.pom https://repo.maven.apache.org/maven2/com/google/inject/guice-parent/4.1.0/guice-parent-4.1.0.pom https://repo.maven.apache.org/maven2/com/google/protobuf/protobuf-java/3.2.0/protobuf-java-3.2.0.jar https://repo.maven.apache.org/maven2/com/google/protobuf/protobuf-java/3.3.0/protobuf-java-3.3.0.jar https://repo.maven.apache.org/maven2/com/google/protobuf/protobuf-java/3.3.0/protobuf-java-3.3.0.pom https://repo.maven.apache.org/maven2/com/google/protobuf/protobuf-java-util/3.3.0/protobuf-java-util-3.3.0.jar https://repo.maven.apache.org/maven2/com/google/protobuf/protobuf-java-util/3.3.0/protobuf-java-util-3.3.0.pom https://repo.maven.apache.org/maven2/com/google/protobuf/protobuf-parent/3.3.0/protobuf-parent-3.3.0.pom https://repo.maven.apache.org/maven2/com/google/protobuf/protoc/3.3.0/protoc-3.3.0-linux-x86_64.exe https://repo.maven.apache.org/maven2/com/google/protobuf/protoc/3.3.0/protoc-3.3.0.pom https://repo.maven.apache.org/maven2/com/google/zxing/core/2.0/core-2.0.jar https://repo.maven.apache.org/maven2/com/google/zxing/core/2.0/core-2.0.pom https://repo.maven.apache.org/maven2/com/google/zxing/javase/2.0/javase-2.0.jar https://repo.maven.apache.org/maven2/com/google/zxing/javase/2.0/javase-2.0.pom https://repo.maven.apache.org/maven2/com/googlecode/jcsv/jcsv/1.4.0/jcsv-1.4.0.jar https://repo.maven.apache.org/maven2/com/googlecode/jcsv/jcsv/1.4.0/jcsv-1.4.0.pom https://repo.maven.apache.org/maven2/com/googlecode/json-simple/json-simple/1.1.1/json-simple-1.1.1.jar https://repo.maven.apache.org/maven2/com/googlecode/json-simple/json-simple/1.1.1/json-simple-1.1.1.pom https://repo.maven.apache.org/maven2/com/lambdaworks/scrypt/1.4.0/scrypt-1.4.0.jar https://repo.maven.apache.org/maven2/com/lambdaworks/scrypt/1.4.0/scrypt-1.4.0.pom https://repo.maven.apache.org/maven2/com/madgag/spongycastle/core/1.51.0.0/core-1.51.0.0.jar https://repo.maven.apache.org/maven2/com/madgag/spongycastle/core/1.51.0.0/core-1.51.0.0.pom https://repo.maven.apache.org/maven2/com/sparkjava/spark-core/2.5.2/spark-core-2.5.2.jar https://repo.maven.apache.org/maven2/com/sparkjava/spark-core/2.5.2/spark-core-2.5.2.pom https://repo.maven.apache.org/maven2/com/squareup/okhttp/okhttp/2.2.0/okhttp-2.2.0.jar https://repo.maven.apache.org/maven2/com/squareup/okhttp/okhttp/2.7.2/okhttp-2.7.2.jar https://repo.maven.apache.org/maven2/com/squareup/okhttp/okhttp/2.7.2/okhttp-2.7.2.pom https://repo.maven.apache.org/maven2/com/squareup/okhttp/parent/2.7.2/parent-2.7.2.pom https://repo.maven.apache.org/maven2/com/squareup/okio/okio/1.2.0/okio-1.2.0.jar https://repo.maven.apache.org/maven2/com/squareup/okio/okio/1.6.0/okio-1.6.0.jar https://repo.maven.apache.org/maven2/com/squareup/okio/okio/1.6.0/okio-1.6.0.pom https://repo.maven.apache.org/maven2/com/squareup/okio/okio-parent/1.6.0/okio-parent-1.6.0.pom https://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils/1.6/commons-beanutils-1.6.pom https://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar https://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.pom https://repo.maven.apache.org/maven2/commons-chain/commons-chain/1.1/commons-chain-1.1.jar https://repo.maven.apache.org/maven2/commons-chain/commons-chain/1.1/commons-chain-1.1.pom https://repo.maven.apache.org/maven2/commons-cli/commons-cli/1.0/commons-cli-1.0.jar https://repo.maven.apache.org/maven2/commons-cli/commons-cli/1.0/commons-cli-1.0.pom https://repo.maven.apache.org/maven2/commons-cli/commons-cli/1.2/commons-cli-1.2.jar https://repo.maven.apache.org/maven2/commons-cli/commons-cli/1.2/commons-cli-1.2.pom https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.3/commons-codec-1.3.pom https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.6/commons-codec-1.6.jar https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.6/commons-codec-1.6.pom https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.9/commons-codec-1.9.jar https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.9/commons-codec-1.9.pom https://repo.maven.apache.org/maven2/commons-collections/commons-collections/2.0/commons-collections-2.0.pom https://repo.maven.apache.org/maven2/commons-collections/commons-collections/2.1/commons-collections-2.1.pom https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.1/commons-collections-3.1.pom https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2/commons-collections-3.2.pom https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.pom https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.pom https://repo.maven.apache.org/maven2/commons-digester/commons-digester/1.6/commons-digester-1.6.jar https://repo.maven.apache.org/maven2/commons-digester/commons-digester/1.6/commons-digester-1.6.pom https://repo.maven.apache.org/maven2/commons-digester/commons-digester/1.8/commons-digester-1.8.pom https://repo.maven.apache.org/maven2/commons-io/commons-io/2.2/commons-io-2.2.pom https://repo.maven.apache.org/maven2/commons-io/commons-io/2.4/commons-io-2.4.jar https://repo.maven.apache.org/maven2/commons-io/commons-io/2.4/commons-io-2.4.pom https://repo.maven.apache.org/maven2/commons-io/commons-io/2.5/commons-io-2.5.jar https://repo.maven.apache.org/maven2/commons-io/commons-io/2.5/commons-io-2.5.pom https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.1/commons-lang-2.1.jar https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.1/commons-lang-2.1.pom https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.3/commons-lang-2.3.jar https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.3/commons-lang-2.3.pom https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.4/commons-lang-2.4.pom https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.6/commons-lang-2.6.jar https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.6/commons-lang-2.6.pom https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.0/commons-logging-1.0.pom https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.pom https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.jar https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.pom https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.1/commons-logging-1.1.pom https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.pom https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.1.3/commons-logging-1.1.3.jar https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.2/commons-logging-1.2.jar https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.2/commons-logging-1.2.pom https://repo.maven.apache.org/maven2/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.jar https://repo.maven.apache.org/maven2/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.pom https://repo.maven.apache.org/maven2/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.jar https://repo.maven.apache.org/maven2/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.pom https://repo.maven.apache.org/maven2/de/jensd/fontawesomefx/8.0.0/fontawesomefx-8.0.0.jar https://repo.maven.apache.org/maven2/de/jensd/fontawesomefx/8.0.0/fontawesomefx-8.0.0.pom https://repo.maven.apache.org/maven2/dom4j/dom4j/1.1/dom4j-1.1.jar https://repo.maven.apache.org/maven2/dom4j/dom4j/1.1/dom4j-1.1.pom https://repo.maven.apache.org/maven2/javax/inject/javax.inject/1/javax.inject-1.jar https://repo.maven.apache.org/maven2/javax/inject/javax.inject/1/javax.inject-1.pom https://repo.maven.apache.org/maven2/javax/servlet/javax.servlet-api/3.1.0/javax.servlet-api-3.1.0.jar https://repo.maven.apache.org/maven2/javax/servlet/javax.servlet-api/3.1.0/javax.servlet-api-3.1.0.pom https://repo.maven.apache.org/maven2/javax/servlet/servlet-api/2.3/servlet-api-2.3.pom https://repo.maven.apache.org/maven2/junit/junit/3.8.1/junit-3.8.1.jar https://repo.maven.apache.org/maven2/junit/junit/3.8.1/junit-3.8.1.pom https://repo.maven.apache.org/maven2/junit/junit/3.8.2/junit-3.8.2.jar https://repo.maven.apache.org/maven2/junit/junit/3.8.2/junit-3.8.2.pom https://repo.maven.apache.org/maven2/junit/junit/4.11/junit-4.11.jar https://repo.maven.apache.org/maven2/junit/junit/4.11/junit-4.11.pom https://repo.maven.apache.org/maven2/log4j/log4j/1.2.12/log4j-1.2.12.jar https://repo.maven.apache.org/maven2/log4j/log4j/1.2.12/log4j-1.2.12.pom https://repo.maven.apache.org/maven2/logkit/logkit/1.0.1/logkit-1.0.1.pom https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy/1.6.5/byte-buddy-1.6.5.jar https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy/1.6.5/byte-buddy-1.6.5.pom https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy-agent/1.6.5/byte-buddy-agent-1.6.5.jar https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy-agent/1.6.5/byte-buddy-agent-1.6.5.pom https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy-parent/1.6.5/byte-buddy-parent-1.6.5.pom https://repo.maven.apache.org/maven2/net/glxn/qrgen/1.3/qrgen-1.3.jar https://repo.maven.apache.org/maven2/net/glxn/qrgen/1.3/qrgen-1.3.pom https://repo.maven.apache.org/maven2/net/gpedro/integrations/slack/slack-webhook/1.1.1/slack-webhook-1.1.1.jar https://repo.maven.apache.org/maven2/net/gpedro/integrations/slack/slack-webhook/1.1.1/slack-webhook-1.1.1.pom https://repo.maven.apache.org/maven2/net/java/jvnet-parent/3/jvnet-parent-3.pom https://repo.maven.apache.org/maven2/net/jcip/jcip-annotations/1.0/jcip-annotations-1.0.jar https://repo.maven.apache.org/maven2/net/jcip/jcip-annotations/1.0/jcip-annotations-1.0.pom https://repo.maven.apache.org/maven2/net/sf/jopt-simple/jopt-simple/4.8/jopt-simple-4.8.jar https://repo.maven.apache.org/maven2/net/sf/jopt-simple/jopt-simple/5.0.3/jopt-simple-5.0.3.jar https://repo.maven.apache.org/maven2/net/sf/jopt-simple/jopt-simple/5.0.3/jopt-simple-5.0.3.pom https://repo.maven.apache.org/maven2/org/apache/ant/ant/1.9.4/ant-1.9.4.jar https://repo.maven.apache.org/maven2/org/apache/ant/ant/1.9.4/ant-1.9.4.pom https://repo.maven.apache.org/maven2/org/apache/ant/ant-launcher/1.9.4/ant-launcher-1.9.4.jar https://repo.maven.apache.org/maven2/org/apache/ant/ant-launcher/1.9.4/ant-launcher-1.9.4.pom https://repo.maven.apache.org/maven2/org/apache/ant/ant-parent/1.9.4/ant-parent-1.9.4.pom https://repo.maven.apache.org/maven2/org/apache/apache/10/apache-10.pom https://repo.maven.apache.org/maven2/org/apache/apache/11/apache-11.pom https://repo.maven.apache.org/maven2/org/apache/apache/13/apache-13.pom https://repo.maven.apache.org/maven2/org/apache/apache/14/apache-14.pom https://repo.maven.apache.org/maven2/org/apache/apache/16/apache-16.pom https://repo.maven.apache.org/maven2/org/apache/apache/18/apache-18.pom https://repo.maven.apache.org/maven2/org/apache/apache/2/apache-2.pom https://repo.maven.apache.org/maven2/org/apache/apache/3/apache-3.pom https://repo.maven.apache.org/maven2/org/apache/apache/4/apache-4.pom https://repo.maven.apache.org/maven2/org/apache/apache/5/apache-5.pom https://repo.maven.apache.org/maven2/org/apache/apache/6/apache-6.pom https://repo.maven.apache.org/maven2/org/apache/apache/7/apache-7.pom https://repo.maven.apache.org/maven2/org/apache/apache/9/apache-9.pom https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.11/commons-compress-1.11.jar https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.11/commons-compress-1.11.pom https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.15/commons-compress-1.15.jar https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.15/commons-compress-1.15.pom https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.pom https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.4/commons-lang3-3.4.jar https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.4/commons-lang3-3.4.pom https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/11/commons-parent-11.pom https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/17/commons-parent-17.pom https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/22/commons-parent-22.pom https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/24/commons-parent-24.pom https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/25/commons-parent-25.pom https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/32/commons-parent-32.pom https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/34/commons-parent-34.pom https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/37/commons-parent-37.pom https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/39/commons-parent-39.pom https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/42/commons-parent-42.pom https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/5/commons-parent-5.pom https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/9/commons-parent-9.pom https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.0.2/httpclient-4.0.2.jar https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.0.2/httpclient-4.0.2.pom https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.5/httpclient-4.5.jar https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.5.3/httpclient-4.5.3.jar https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.5.3/httpclient-4.5.3.pom https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-client/4.0.2/httpcomponents-client-4.0.2.pom https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-client/4.5.3/httpcomponents-client-4.5.3.pom https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-core/4.0.1/httpcomponents-core-4.0.1.pom https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-core/4.4.6/httpcomponents-core-4.4.6.pom https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.jar https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.pom https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.4.1/httpcore-4.4.1.jar https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.4.6/httpcore-4.4.6.jar https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.4.6/httpcore-4.4.6.pom https://repo.maven.apache.org/maven2/org/apache/httpcomponents/project/4.0/project-4.0.pom https://repo.maven.apache.org/maven2/org/apache/httpcomponents/project/4.1/project-4.1.pom https://repo.maven.apache.org/maven2/org/apache/httpcomponents/project/7/project-7.pom https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.0/doxia-1.0.pom https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.0-alpha-7/doxia-1.0-alpha-7.pom https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.1/doxia-1.1.pom https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.2/doxia-1.2.pom https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.4/doxia-1.4.pom https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.2/doxia-core-1.2.jar https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.2/doxia-core-1.2.pom https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.4/doxia-core-1.4.pom https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.2/doxia-decoration-model-1.2.pom https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.4/doxia-decoration-model-1.4.jar https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.4/doxia-decoration-model-1.4.pom https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.jar https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.pom https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-logging-api/1.2/doxia-logging-api-1.2.pom https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-logging-api/1.4/doxia-logging-api-1.4.jar https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-logging-api/1.4/doxia-logging-api-1.4.pom https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-fml/1.2/doxia-module-fml-1.2.pom https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-fml/1.4/doxia-module-fml-1.4.jar https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-fml/1.4/doxia-module-fml-1.4.pom https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.2/doxia-module-xhtml-1.2.pom https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.4/doxia-module-xhtml-1.4.jar https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.4/doxia-module-xhtml-1.4.pom https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-modules/1.2/doxia-modules-1.2.pom https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-modules/1.4/doxia-modules-1.4.pom https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.pom https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.jar https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.pom https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.jar https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.pom https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.2/doxia-sink-api-1.2.pom https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.4/doxia-sink-api-1.4.jar https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.4/doxia-sink-api-1.4.pom https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.2/doxia-site-renderer-1.2.pom https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.4/doxia-site-renderer-1.4.jar https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.4/doxia-site-renderer-1.4.pom https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sitetools/1.2/doxia-sitetools-1.2.pom https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sitetools/1.4/doxia-sitetools-1.4.pom https://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer/1.4.1/enforcer-1.4.1.pom https://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer-api/1.4.1/enforcer-api-1.4.1.jar https://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer-api/1.4.1/enforcer-api-1.4.1.pom https://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer-rules/1.4.1/enforcer-rules-1.4.1.jar https://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer-rules/1.4.1/enforcer-rules-1.4.1.pom https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.0.2/maven-2.0.2.pom https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.0.5/maven-2.0.5.pom https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.0.6/maven-2.0.6.pom https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.0.8/maven-2.0.8.pom https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.0.9/maven-2.0.9.pom https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.2.1/maven-2.2.1.pom https://repo.maven.apache.org/maven2/org/apache/maven/maven/3.0/maven-3.0.pom https://repo.maven.apache.org/maven2/org/apache/maven/maven/3.0.3/maven-3.0.3.pom https://repo.maven.apache.org/maven2/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar https://repo.maven.apache.org/maven2/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom https://repo.maven.apache.org/maven2/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.jar https://repo.maven.apache.org/maven2/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.pom https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.2/maven-artifact-2.0.2.pom https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.5/maven-artifact-2.0.5.pom https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.jar https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.pom https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.jar https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.pom https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.jar https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.pom https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.jar https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.pom https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom https://repo.maven.apache.org/maven2/org/apache/maven/maven-compat/3.0/maven-compat-3.0.jar https://repo.maven.apache.org/maven2/org/apache/maven/maven-compat/3.0/maven-compat-3.0.pom https://repo.maven.apache.org/maven2/org/apache/maven/maven-compat/3.0.3/maven-compat-3.0.3.jar https://repo.maven.apache.org/maven2/org/apache/maven/maven-compat/3.0.3/maven-compat-3.0.3.pom https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.jar https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.pom https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.jar https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.pom https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.jar https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.pom https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.0/maven-core-3.0.jar https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.0/maven-core-3.0.pom https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.jar https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.pom https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.jar https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.pom https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.jar https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.pom https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.5/maven-model-2.0.5.pom https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.jar https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.pom https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.8/maven-model-2.0.8.pom https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.jar https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.pom https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.0/maven-model-3.0.jar https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.0/maven-model-3.0.pom https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.0.3/maven-model-3.0.3.jar https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.0.3/maven-model-3.0.3.pom https://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar https://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom https://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.0.3/maven-model-builder-3.0.3.jar https://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.0.3/maven-model-builder-3.0.3.pom https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.jar https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.pom https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.jar https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.pom https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.jar https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.pom https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/10/maven-parent-10.pom https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/11/maven-parent-11.pom https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/13/maven-parent-13.pom https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/15/maven-parent-15.pom https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/16/maven-parent-16.pom https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/19/maven-parent-19.pom https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/21/maven-parent-21.pom https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/22/maven-parent-22.pom https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/23/maven-parent-23.pom https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/24/maven-parent-24.pom https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/26/maven-parent-26.pom https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/30/maven-parent-30.pom https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/5/maven-parent-5.pom https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/6/maven-parent-6.pom https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/7/maven-parent-7.pom https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/8/maven-parent-8.pom https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/9/maven-parent-9.pom https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.jar https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.jar https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.pom https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.jar https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.jar https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.pom https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.jar https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.pom https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.jar https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.pom https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.jar https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.pom https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.jar https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.pom https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.jar https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.pom https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.jar https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.pom https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.jar https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.pom https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.jar https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.pom https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.jar https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.pom https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.jar https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.pom https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.jar https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.pom https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.jar https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.pom https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.jar https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.pom https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.jar https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.jar https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.pom https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.jar https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.pom https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.0.3/maven-settings-3.0.3.pom https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom https://repo.maven.apache.org/maven2/org/apache/maven/maven-toolchain/1.0/maven-toolchain-1.0.jar https://repo.maven.apache.org/maven2/org/apache/maven/maven-toolchain/1.0/maven-toolchain-1.0.pom https://repo.maven.apache.org/maven2/org/apache/maven/maven-toolchain/2.0.9/maven-toolchain-2.0.9.jar https://repo.maven.apache.org/maven2/org/apache/maven/maven-toolchain/2.0.9/maven-toolchain-2.0.9.pom https://repo.maven.apache.org/maven2/org/apache/maven/plugin-testing/maven-plugin-testing/1.3/maven-plugin-testing-1.3.pom https://repo.maven.apache.org/maven2/org/apache/maven/plugin-testing/maven-plugin-testing-harness/1.3/maven-plugin-testing-harness-1.3.jar https://repo.maven.apache.org/maven2/org/apache/maven/plugin-testing/maven-plugin-testing-harness/1.3/maven-plugin-testing-harness-1.3.pom https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-annotations/3.1/maven-plugin-annotations-3.1.jar https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-annotations/3.1/maven-plugin-annotations-3.1.pom https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-annotations/3.4/maven-plugin-annotations-3.4.jar https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-annotations/3.4/maven-plugin-annotations-3.4.pom https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools/3.1/maven-plugin-tools-3.1.pom https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools/3.4/maven-plugin-tools-3.4.pom https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-antrun-plugin/1.8/maven-antrun-plugin-1.8.jar https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-antrun-plugin/1.8/maven-antrun-plugin-1.8.pom https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.jar https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/3.1/maven-compiler-plugin-3.1.jar https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/3.1/maven-compiler-plugin-3.1.pom https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-dependency-plugin/3.0.1/maven-dependency-plugin-3.0.1.jar https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-dependency-plugin/3.0.1/maven-dependency-plugin-3.0.1.pom https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-deploy-plugin/2.7/maven-deploy-plugin-2.7.jar https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/1.4.1/maven-enforcer-plugin-1.4.1.jar https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/1.4.1/maven-enforcer-plugin-1.4.1.pom https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-install-plugin/2.4/maven-install-plugin-2.4.jar https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-jar-plugin/2.4/maven-jar-plugin-2.4.jar https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-jar-plugin/2.4/maven-jar-plugin-2.4.pom https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/22/maven-plugins-22.pom https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/23/maven-plugins-23.pom https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/24/maven-plugins-24.pom https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/27/maven-plugins-27.pom https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/30/maven-plugins-30.pom https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.jar https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.pom https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-shade-plugin/2.3/maven-shade-plugin-2.3.jar https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-shade-plugin/3.1.0/maven-shade-plugin-3.1.0.jar https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-shade-plugin/3.1.0/maven-shade-plugin-3.1.0.pom https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.jar https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/2.12.4/maven-surefire-plugin-2.12.4.jar https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/2.12.4/maven-surefire-plugin-2.12.4.pom https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting/2.0.6/maven-reporting-2.0.6.pom https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting/2.0.9/maven-reporting-2.0.9.pom https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting/2.2.1/maven-reporting-2.2.1.pom https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.jar https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.pom https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/2.0.9/maven-reporting-api-2.0.9.jar https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/2.0.9/maven-reporting-api-2.0.9.pom https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.jar https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.pom https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-impl/2.3/maven-reporting-impl-2.3.jar https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-impl/2.3/maven-reporting-impl-2.3.pom https://repo.maven.apache.org/maven2/org/apache/maven/shared/file-management/1.2.1/file-management-1.2.1.jar https://repo.maven.apache.org/maven2/org/apache/maven/shared/file-management/1.2.1/file-management-1.2.1.pom https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-artifact-transfer/0.9.1/maven-artifact-transfer-0.9.1.jar https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-artifact-transfer/0.9.1/maven-artifact-transfer-0.9.1.pom https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/1.3/maven-common-artifact-filters-1.3.jar https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/1.3/maven-common-artifact-filters-1.3.pom https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/1.4/maven-common-artifact-filters-1.4.jar https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/1.4/maven-common-artifact-filters-1.4.pom https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/3.0.1/maven-common-artifact-filters-3.0.1.jar https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/3.0.1/maven-common-artifact-filters-3.0.1.pom https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-dependency-analyzer/1.7/maven-dependency-analyzer-1.7.jar https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-dependency-analyzer/1.7/maven-dependency-analyzer-1.7.pom https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-dependency-tree/2.2/maven-dependency-tree-2.2.jar https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-dependency-tree/2.2/maven-dependency-tree-2.2.pom https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-dependency-tree/3.0.1/maven-dependency-tree-3.0.1.jar https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-dependency-tree/3.0.1/maven-dependency-tree-3.0.1.pom https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-filtering/1.1/maven-filtering-1.1.jar https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-filtering/1.1/maven-filtering-1.1.pom https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/10/maven-shared-components-10.pom https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/12/maven-shared-components-12.pom https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/17/maven-shared-components-17.pom https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/18/maven-shared-components-18.pom https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/20/maven-shared-components-20.pom https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/8/maven-shared-components-8.pom https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.jar https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.pom https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-io/1.1/maven-shared-io-1.1.jar https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-io/1.1/maven-shared-io-1.1.pom https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/0.1/maven-shared-utils-0.1.jar https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/0.1/maven-shared-utils-0.1.pom https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/0.6/maven-shared-utils-0.6.jar https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/0.6/maven-shared-utils-0.6.pom https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.jar https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.pom https://repo.maven.apache.org/maven2/org/apache/maven/surefire/maven-surefire-common/2.12.4/maven-surefire-common-2.12.4.jar https://repo.maven.apache.org/maven2/org/apache/maven/surefire/maven-surefire-common/2.12.4/maven-surefire-common-2.12.4.pom https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire/2.12.4/surefire-2.12.4.pom https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-api/2.12.4/surefire-api-2.12.4.jar https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-api/2.12.4/surefire-api-2.12.4.pom https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-booter/2.12.4/surefire-booter-2.12.4.jar https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-booter/2.12.4/surefire-booter-2.12.4.pom https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon/1.0-alpha-6/wagon-1.0-alpha-6.pom https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon/1.0-beta-6/wagon-1.0-beta-6.pom https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon/1.0-beta-7/wagon-1.0-beta-7.pom https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/1.0-alpha-6/wagon-provider-api-1.0-alpha-6.jar https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/1.0-alpha-6/wagon-provider-api-1.0-alpha-6.pom https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.jar https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.pom https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/1.0-beta-7/wagon-provider-api-1.0-beta-7.jar https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/1.0-beta-7/wagon-provider-api-1.0-beta-7.pom https://repo.maven.apache.org/maven2/org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.jar https://repo.maven.apache.org/maven2/org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.pom https://repo.maven.apache.org/maven2/org/apache/struts/struts-master/4/struts-master-4.pom https://repo.maven.apache.org/maven2/org/apache/struts/struts-parent/1.3.8/struts-parent-1.3.8.pom https://repo.maven.apache.org/maven2/org/apache/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.jar https://repo.maven.apache.org/maven2/org/apache/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.pom https://repo.maven.apache.org/maven2/org/apache/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.jar https://repo.maven.apache.org/maven2/org/apache/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.pom https://repo.maven.apache.org/maven2/org/apache/velocity/velocity/1.5/velocity-1.5.jar https://repo.maven.apache.org/maven2/org/apache/velocity/velocity/1.5/velocity-1.5.pom https://repo.maven.apache.org/maven2/org/apache/velocity/velocity/1.6.2/velocity-1.6.2.pom https://repo.maven.apache.org/maven2/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.jar https://repo.maven.apache.org/maven2/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.pom https://repo.maven.apache.org/maven2/org/apache/xbean/xbean/3.4/xbean-3.4.pom https://repo.maven.apache.org/maven2/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.jar https://repo.maven.apache.org/maven2/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.pom https://repo.maven.apache.org/maven2/org/beanshell/beanshell/2.0b4/beanshell-2.0b4.pom https://repo.maven.apache.org/maven2/org/beanshell/bsh/2.0b4/bsh-2.0b4.jar https://repo.maven.apache.org/maven2/org/beanshell/bsh/2.0b4/bsh-2.0b4.pom https://repo.maven.apache.org/maven2/org/bitcoinj/bitcoinj-parent/0.14.1/bitcoinj-parent-0.14.1.pom https://repo.maven.apache.org/maven2/org/bitcoinj/orchid/1.1.1/orchid-1.1.1.jar https://repo.maven.apache.org/maven2/org/bitcoinj/orchid/1.2.1/orchid-1.2.1.jar https://repo.maven.apache.org/maven2/org/bitcoinj/orchid/1.2.1/orchid-1.2.1.pom https://repo.maven.apache.org/maven2/org/bouncycastle/bcpg-jdk15on/1.56/bcpg-jdk15on-1.56.jar https://repo.maven.apache.org/maven2/org/bouncycastle/bcpg-jdk15on/1.56/bcpg-jdk15on-1.56.pom https://repo.maven.apache.org/maven2/org/bouncycastle/bcpg-jdk16/1.46/bcpg-jdk16-1.46.jar https://repo.maven.apache.org/maven2/org/bouncycastle/bcpg-jdk16/1.46/bcpg-jdk16-1.46.pom https://repo.maven.apache.org/maven2/org/bouncycastle/bcprov-jdk15on/1.56/bcprov-jdk15on-1.56.jar https://repo.maven.apache.org/maven2/org/bouncycastle/bcprov-jdk15on/1.56/bcprov-jdk15on-1.56.pom https://repo.maven.apache.org/maven2/org/bouncycastle/bcprov-jdk16/1.46/bcprov-jdk16-1.46.jar https://repo.maven.apache.org/maven2/org/bouncycastle/bcprov-jdk16/1.46/bcprov-jdk16-1.46.pom https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.12/plexus-1.0.12.pom https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.9/plexus-1.0.9.pom https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.3/plexus-2.0.3.pom https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.1/plexus-3.1.pom https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.3.2/plexus-3.3.2.pom https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.jar https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.pom https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/2.2/plexus-archiver-2.2.jar https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/2.2/plexus-archiver-2.2.pom https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.jar https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.pom https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/1.2-alpha-7/plexus-classworlds-1.2-alpha-7.pom https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.2.2/plexus-classworlds-2.2.2.jar https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.2.2/plexus-classworlds-2.2.2.pom https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.jar https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.pom https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler/2.2/plexus-compiler-2.2.pom https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.jar https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.pom https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-javac/2.2/plexus-compiler-javac-2.2.jar https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-javac/2.2/plexus-compiler-javac-2.2.pom https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.jar https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.pom https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compilers/2.2/plexus-compilers-2.2.pom https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.jar https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.pom https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.12/plexus-components-1.1.12.pom https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.15/plexus-components-1.1.15.pom https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.19/plexus-components-1.1.19.pom https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.20/plexus-components-1.1.20.pom https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.4/plexus-components-1.1.4.pom https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.2/plexus-components-1.2.pom https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-20/plexus-container-default-1.0-alpha-20.pom https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.jar https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.pom https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-8/plexus-container-default-1.0-alpha-8.pom https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.pom https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.5.5/plexus-container-default-1.5.5.jar https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.5.5/plexus-container-default-1.5.5.pom https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.0-alpha-20/plexus-containers-1.0-alpha-20.pom https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.6/plexus-containers-1.6.pom https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-i18n/1.0-beta-6/plexus-i18n-1.0-beta-6.jar https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-i18n/1.0-beta-6/plexus-i18n-1.0-beta-6.pom https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.jar https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.pom https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.pom https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.12/plexus-interpolation-1.12.pom https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.jar https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.pom https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.jar https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.pom https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.jar https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.pom https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.0.4/plexus-io-2.0.4.jar https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.0.4/plexus-io-2.0.4.pom https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.4/plexus-io-2.4.jar https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.4/plexus-io-2.4.pom https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.pom https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.pom https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.3/plexus-utils-1.3.pom https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.pom https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.4.6/plexus-utils-1.4.6.pom https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.jar https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.pom https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.6/plexus-utils-1.5.6.pom https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.pom https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.jar https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.pom https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.pom https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.jar https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.pom https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.jar https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.pom https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.pom https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.jar https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.pom https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.jar https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.pom https://repo.maven.apache.org/maven2/org/controlsfx/controlsfx/8.0.6_20/controlsfx-8.0.6_20.jar https://repo.maven.apache.org/maven2/org/controlsfx/controlsfx/8.0.6_20/controlsfx-8.0.6_20.pom https://repo.maven.apache.org/maven2/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.jar https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.pom https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-http/9.3.6.v20151106/jetty-http-9.3.6.v20151106.jar https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-http/9.3.6.v20151106/jetty-http-9.3.6.v20151106.pom https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-io/9.3.6.v20151106/jetty-io-9.3.6.v20151106.jar https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-io/9.3.6.v20151106/jetty-io-9.3.6.v20151106.pom https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-parent/25/jetty-parent-25.pom https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-project/9.3.6.v20151106/jetty-project-9.3.6.v20151106.pom https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-security/9.3.6.v20151106/jetty-security-9.3.6.v20151106.jar https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-security/9.3.6.v20151106/jetty-security-9.3.6.v20151106.pom https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-server/9.3.6.v20151106/jetty-server-9.3.6.v20151106.jar https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-server/9.3.6.v20151106/jetty-server-9.3.6.v20151106.pom https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-servlet/9.3.6.v20151106/jetty-servlet-9.3.6.v20151106.jar https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-servlet/9.3.6.v20151106/jetty-servlet-9.3.6.v20151106.pom https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-util/9.3.6.v20151106/jetty-util-9.3.6.v20151106.jar https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-util/9.3.6.v20151106/jetty-util-9.3.6.v20151106.pom https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-webapp/9.3.6.v20151106/jetty-webapp-9.3.6.v20151106.jar https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-webapp/9.3.6.v20151106/jetty-webapp-9.3.6.v20151106.pom https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-xml/9.3.6.v20151106/jetty-xml-9.3.6.v20151106.jar https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-xml/9.3.6.v20151106/jetty-xml-9.3.6.v20151106.pom https://repo.maven.apache.org/maven2/org/eclipse/jetty/websocket/websocket-api/9.3.6.v20151106/websocket-api-9.3.6.v20151106.jar https://repo.maven.apache.org/maven2/org/eclipse/jetty/websocket/websocket-api/9.3.6.v20151106/websocket-api-9.3.6.v20151106.pom https://repo.maven.apache.org/maven2/org/eclipse/jetty/websocket/websocket-client/9.3.6.v20151106/websocket-client-9.3.6.v20151106.jar https://repo.maven.apache.org/maven2/org/eclipse/jetty/websocket/websocket-client/9.3.6.v20151106/websocket-client-9.3.6.v20151106.pom https://repo.maven.apache.org/maven2/org/eclipse/jetty/websocket/websocket-common/9.3.6.v20151106/websocket-common-9.3.6.v20151106.jar https://repo.maven.apache.org/maven2/org/eclipse/jetty/websocket/websocket-common/9.3.6.v20151106/websocket-common-9.3.6.v20151106.pom https://repo.maven.apache.org/maven2/org/eclipse/jetty/websocket/websocket-parent/9.3.6.v20151106/websocket-parent-9.3.6.v20151106.pom https://repo.maven.apache.org/maven2/org/eclipse/jetty/websocket/websocket-server/9.3.6.v20151106/websocket-server-9.3.6.v20151106.jar https://repo.maven.apache.org/maven2/org/eclipse/jetty/websocket/websocket-server/9.3.6.v20151106/websocket-server-9.3.6.v20151106.pom https://repo.maven.apache.org/maven2/org/eclipse/jetty/websocket/websocket-servlet/9.3.6.v20151106/websocket-servlet-9.3.6.v20151106.jar https://repo.maven.apache.org/maven2/org/eclipse/jetty/websocket/websocket-servlet/9.3.6.v20151106/websocket-servlet-9.3.6.v20151106.pom https://repo.maven.apache.org/maven2/org/fxmisc/easybind/easybind/1.0.3/easybind-1.0.3.jar https://repo.maven.apache.org/maven2/org/fxmisc/easybind/easybind/1.0.3/easybind-1.0.3.pom https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom https://repo.maven.apache.org/maven2/org/iq80/snappy/snappy/0.4/snappy-0.4.jar https://repo.maven.apache.org/maven2/org/iq80/snappy/snappy/0.4/snappy-0.4.pom https://repo.maven.apache.org/maven2/org/jdom/jdom/1.1.3/jdom-1.1.3.jar https://repo.maven.apache.org/maven2/org/jdom/jdom/1.1.3/jdom-1.1.3.pom https://repo.maven.apache.org/maven2/org/jetbrains/annotations/13.0/annotations-13.0.jar https://repo.maven.apache.org/maven2/org/jetbrains/annotations/13.0/annotations-13.0.pom https://repo.maven.apache.org/maven2/org/jetbrains/kotlin/kotlin-stdlib/1.1.51/kotlin-stdlib-1.1.51.jar https://repo.maven.apache.org/maven2/org/jetbrains/kotlin/kotlin-stdlib/1.1.51/kotlin-stdlib-1.1.51.pom https://repo.maven.apache.org/maven2/org/jetbrains/kotlin/kotlin-stdlib-jre7/1.1.51/kotlin-stdlib-jre7-1.1.51.jar https://repo.maven.apache.org/maven2/org/jetbrains/kotlin/kotlin-stdlib-jre7/1.1.51/kotlin-stdlib-jre7-1.1.51.pom https://repo.maven.apache.org/maven2/org/jetbrains/kotlin/kotlin-stdlib-jre8/1.1.51/kotlin-stdlib-jre8-1.1.51.jar https://repo.maven.apache.org/maven2/org/jetbrains/kotlin/kotlin-stdlib-jre8/1.1.51/kotlin-stdlib-jre8-1.1.51.pom https://repo.maven.apache.org/maven2/org/jmockit/jmockit/1.30/jmockit-1.30.jar https://repo.maven.apache.org/maven2/org/jmockit/jmockit/1.30/jmockit-1.30.pom https://repo.maven.apache.org/maven2/org/mockito/mockito-core/2.7.5/mockito-core-2.7.5.jar https://repo.maven.apache.org/maven2/org/mockito/mockito-core/2.7.5/mockito-core-2.7.5.pom https://repo.maven.apache.org/maven2/org/objenesis/objenesis/2.5/objenesis-2.5.jar https://repo.maven.apache.org/maven2/org/objenesis/objenesis/2.5/objenesis-2.5.pom https://repo.maven.apache.org/maven2/org/objenesis/objenesis/2.6/objenesis-2.6.pom https://repo.maven.apache.org/maven2/org/objenesis/objenesis-parent/2.5/objenesis-parent-2.5.pom https://repo.maven.apache.org/maven2/org/objenesis/objenesis-parent/2.6/objenesis-parent-2.6.pom https://repo.maven.apache.org/maven2/org/ow2/asm/asm/5.0.2/asm-5.0.2.jar https://repo.maven.apache.org/maven2/org/ow2/asm/asm/5.0.2/asm-5.0.2.pom https://repo.maven.apache.org/maven2/org/ow2/asm/asm/6.0_BETA/asm-6.0_BETA.jar https://repo.maven.apache.org/maven2/org/ow2/asm/asm/6.0_BETA/asm-6.0_BETA.pom https://repo.maven.apache.org/maven2/org/ow2/asm/asm-analysis/6.0_BETA/asm-analysis-6.0_BETA.jar https://repo.maven.apache.org/maven2/org/ow2/asm/asm-analysis/6.0_BETA/asm-analysis-6.0_BETA.pom https://repo.maven.apache.org/maven2/org/ow2/asm/asm-commons/6.0_BETA/asm-commons-6.0_BETA.jar https://repo.maven.apache.org/maven2/org/ow2/asm/asm-commons/6.0_BETA/asm-commons-6.0_BETA.pom https://repo.maven.apache.org/maven2/org/ow2/asm/asm-parent/5.0.2/asm-parent-5.0.2.pom https://repo.maven.apache.org/maven2/org/ow2/asm/asm-parent/6.0_BETA/asm-parent-6.0_BETA.pom https://repo.maven.apache.org/maven2/org/ow2/asm/asm-tree/6.0_BETA/asm-tree-6.0_BETA.jar https://repo.maven.apache.org/maven2/org/ow2/asm/asm-tree/6.0_BETA/asm-tree-6.0_BETA.pom https://repo.maven.apache.org/maven2/org/ow2/asm/asm-util/6.0_BETA/asm-util-6.0_BETA.jar https://repo.maven.apache.org/maven2/org/ow2/asm/asm-util/6.0_BETA/asm-util-6.0_BETA.pom https://repo.maven.apache.org/maven2/org/ow2/ow2/1.3/ow2-1.3.pom https://repo.maven.apache.org/maven2/org/projectlombok/lombok/1.16.16/lombok-1.16.16.jar https://repo.maven.apache.org/maven2/org/projectlombok/lombok/1.16.16/lombok-1.16.16.pom https://repo.maven.apache.org/maven2/org/reactfx/reactfx/2.0-M3/reactfx-2.0-M3.jar https://repo.maven.apache.org/maven2/org/reactfx/reactfx/2.0-M3/reactfx-2.0-M3.pom https://repo.maven.apache.org/maven2/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.jar https://repo.maven.apache.org/maven2/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.pom https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.jar https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.pom https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.13/slf4j-api-1.7.13.pom https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.22/slf4j-api-1.7.22.jar https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.22/slf4j-api-1.7.22.pom https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.pom https://repo.maven.apache.org/maven2/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.jar https://repo.maven.apache.org/maven2/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.pom https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.5.6/slf4j-parent-1.5.6.pom https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.7.13/slf4j-parent-1.7.13.pom https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.7.22/slf4j-parent-1.7.22.pom https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.7.5/slf4j-parent-1.7.5.pom https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/10/forge-parent-10.pom https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/3/forge-parent-3.pom https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/4/forge-parent-4.pom https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/5/forge-parent-5.pom https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/6/forge-parent-6.pom https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/7/forge-parent-7.pom https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/7/oss-parent-7.pom https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/9/oss-parent-9.pom https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.jar https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.pom https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.jar https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.pom https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom https://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom https://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/guice-bean/2.1.1/guice-bean-2.1.1.pom https://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/guice-parent/2.9.4/guice-parent-2.9.4.pom https://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom https://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/guice-plexus/2.1.1/guice-plexus-2.1.1.pom https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guice/2.9.4/sisu-guice-2.9.4-no_aop.jar https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guice/2.9.4/sisu-guice-2.9.4.pom https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject/2.1.1/sisu-inject-2.1.1.pom https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-bean/2.1.1/sisu-inject-bean-2.1.1.jar https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-bean/2.1.1/sisu-inject-bean-2.1.1.pom https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-plexus/2.1.1/sisu-inject-plexus-2.1.1.jar https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-plexus/2.1.1/sisu-inject-plexus-2.1.1.pom https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-parent/2.1.1/sisu-parent-2.1.1.pom https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/10/spice-parent-10.pom https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/12/spice-parent-12.pom https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/15/spice-parent-15.pom https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/16/spice-parent-16.pom https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/17/spice-parent-17.pom https://repo.maven.apache.org/maven2/org/springframework/spring-core/4.1.1.RELEASE/spring-core-4.1.1.RELEASE.jar https://repo.maven.apache.org/maven2/org/springframework/spring-core/4.3.6.RELEASE/spring-core-4.3.6.RELEASE.jar https://repo.maven.apache.org/maven2/org/springframework/spring-core/4.3.6.RELEASE/spring-core-4.3.6.RELEASE.pom https://repo.maven.apache.org/maven2/org/springframework/spring-test/4.1.1.RELEASE/spring-test-4.1.1.RELEASE.jar https://repo.maven.apache.org/maven2/org/springframework/spring-test/4.3.6.RELEASE/spring-test-4.3.6.RELEASE.jar https://repo.maven.apache.org/maven2/org/springframework/spring-test/4.3.6.RELEASE/spring-test-4.3.6.RELEASE.pom https://repo.maven.apache.org/maven2/org/tukaani/xz/1.5/xz-1.5.jar https://repo.maven.apache.org/maven2/org/tukaani/xz/1.5/xz-1.5.pom https://repo.maven.apache.org/maven2/org/tukaani/xz/1.6/xz-1.6.jar https://repo.maven.apache.org/maven2/org/tukaani/xz/1.6/xz-1.6.pom https://repo.maven.apache.org/maven2/org/vafer/jdependency/1.2/jdependency-1.2.jar https://repo.maven.apache.org/maven2/org/vafer/jdependency/1.2/jdependency-1.2.pom https://repo.maven.apache.org/maven2/org/xolstice/maven/plugins/protobuf-maven-plugin/0.5.0/protobuf-maven-plugin-0.5.0.jar https://repo.maven.apache.org/maven2/org/xolstice/maven/plugins/protobuf-maven-plugin/0.5.0/protobuf-maven-plugin-0.5.0.pom https://repo.maven.apache.org/maven2/oro/oro/2.0.8/oro-2.0.8.jar https://repo.maven.apache.org/maven2/oro/oro/2.0.8/oro-2.0.8.pom https://repo.maven.apache.org/maven2/sslext/sslext/1.2-0/sslext-1.2-0.jar https://repo.maven.apache.org/maven2/sslext/sslext/1.2-0/sslext-1.2-0.pom https://repo.maven.apache.org/maven2/uk/co/froot/maven/enforcer/digest-enforcer-parent/0.0.1/digest-enforcer-parent-0.0.1.pom https://repo.maven.apache.org/maven2/uk/co/froot/maven/enforcer/digest-enforcer-rules/0.0.1/digest-enforcer-rules-0.0.1.jar https://repo.maven.apache.org/maven2/uk/co/froot/maven/enforcer/digest-enforcer-rules/0.0.1/digest-enforcer-rules-0.0.1.pom https://repo.maven.apache.org/maven2/xerces/xercesImpl/2.9.1/xercesImpl-2.9.1.jar https://repo.maven.apache.org/maven2/xerces/xercesImpl/2.9.1/xercesImpl-2.9.1.pom https://repo.maven.apache.org/maven2/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.pom https://repo.maven.apache.org/maven2/xml-apis/xml-apis/1.3.04/xml-apis-1.3.04.jar https://repo.maven.apache.org/maven2/xml-apis/xml-apis/1.3.04/xml-apis-1.3.04.pom +_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 java-utils-2 1971a6927fcd7ec839f7e12b28a24bdd ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 xdg-utils f2c8335407f0b935b0a96d4adf23ef25 +_md5_=02ab2b2886cf7edc2b3323d044c3eac8 diff --git a/metadata/md5-cache/net-p2p/cpuminer-opt-3.7.7 b/metadata/md5-cache/net-p2p/cpuminer-opt-3.7.7 new file mode 100644 index 000000000000..2c61fba50099 --- /dev/null +++ b/metadata/md5-cache/net-p2p/cpuminer-opt-3.7.7 @@ -0,0 +1,14 @@ +DEFINED_PHASES=configure install prepare +DEPEND=dev-libs/gmp:0 dev-libs/jansson curl? ( >=net-misc/curl-7.15[ssl] ) !libressl? ( dev-libs/openssl:0= ) libressl? ( dev-libs/libressl:0= ) >=app-portage/elt-patches-20170422 !=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 virtual/pkgconfig +DESCRIPTION=Optimized multi algo CPU miner +EAPI=6 +HOMEPAGE=https://github.com/JayDDee/cpuminer-opt +IUSE=cpu_flags_x86_avx2 cpu_flags_x86_sse2 curl libressl +KEYWORDS=~amd64 +LICENSE=GPL-2 +RDEPEND=dev-libs/gmp:0 dev-libs/jansson curl? ( >=net-misc/curl-7.15[ssl] ) !libressl? ( dev-libs/openssl:0= ) libressl? ( dev-libs/libressl:0= ) +REQUIRED_USE=cpu_flags_x86_sse2 +SLOT=0 +SRC_URI=https://github.com/JayDDee/cpuminer-opt/archive/v3.7.7.tar.gz +_eclasses_=autotools dc412f38566b91012efd58b9c203e6c3 desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 libtool 0081a71a261724730ec4c248494f044d ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e systemd 8f5286f89e265842f5b5189666eae88b toolchain-funcs 185a06792159ca143528e7010368e8af +_md5_=63aa238f5a8cda4a8532e140763e76e9 diff --git a/metadata/md5-cache/net-p2p/cpuminer-opt-9999 b/metadata/md5-cache/net-p2p/cpuminer-opt-9999 new file mode 100644 index 000000000000..67bf7f0e5f6c --- /dev/null +++ b/metadata/md5-cache/net-p2p/cpuminer-opt-9999 @@ -0,0 +1,12 @@ +DEFINED_PHASES=configure install prepare unpack +DEPEND=dev-libs/gmp:0 dev-libs/jansson curl? ( >=net-misc/curl-7.15[ssl] ) !libressl? ( dev-libs/openssl:0= ) libressl? ( dev-libs/libressl:0= ) >=app-portage/elt-patches-20170422 !=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 virtual/pkgconfig >=dev-vcs/git-1.8.2.1 +DESCRIPTION=Optimized multi algo CPU miner +EAPI=6 +HOMEPAGE=https://github.com/JayDDee/cpuminer-opt +IUSE=cpu_flags_x86_avx2 cpu_flags_x86_sse2 curl libressl +LICENSE=GPL-2 +RDEPEND=dev-libs/gmp:0 dev-libs/jansson curl? ( >=net-misc/curl-7.15[ssl] ) !libressl? ( dev-libs/openssl:0= ) libressl? ( dev-libs/libressl:0= ) +REQUIRED_USE=cpu_flags_x86_sse2 +SLOT=0 +_eclasses_=autotools dc412f38566b91012efd58b9c203e6c3 desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 git-r3 fec09a83ae965b041b47f5ff7c8ba29a libtool 0081a71a261724730ec4c248494f044d ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e systemd 8f5286f89e265842f5b5189666eae88b toolchain-funcs 185a06792159ca143528e7010368e8af +_md5_=63aa238f5a8cda4a8532e140763e76e9 diff --git a/metadata/md5-cache/net-p2p/go-ethereum-1.7.3 b/metadata/md5-cache/net-p2p/go-ethereum-1.7.3 new file mode 100644 index 000000000000..14dbbbb7c146 --- /dev/null +++ b/metadata/md5-cache/net-p2p/go-ethereum-1.7.3 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile install +DEPEND=dev-lang/go:= opencl? ( virtual/opencl ) >=dev-lang/go-1.8 +DESCRIPTION=Official golang implementation of the Ethereum protocol +EAPI=6 +HOMEPAGE=https://github.com/ethereum/go-ethereum +IUSE=devtools opencl +KEYWORDS=~amd64 ~x86 +LICENSE=GPL-3+ LGPL-3+ +RDEPEND=dev-lang/go:= opencl? ( virtual/opencl ) +SLOT=0 +SRC_URI=https://github.com/ethereum/go-ethereum/archive/v1.7.3.tar.gz -> go-ethereum-1.7.3.tar.gz +_eclasses_=golang-base 51a1f13e065f1cff4507685d9cc268c7 +_md5_=e39d6459fef3683c45718bcdc4c70062 diff --git a/metadata/md5-cache/net-p2p/qbittorrent-3.3.16 b/metadata/md5-cache/net-p2p/qbittorrent-3.3.16 index cc0572d13d3d..e010dac20a9b 100644 --- a/metadata/md5-cache/net-p2p/qbittorrent-3.3.16 +++ b/metadata/md5-cache/net-p2p/qbittorrent-3.3.16 @@ -11,4 +11,4 @@ REQUIRED_USE=dbus? ( X ) SLOT=0 SRC_URI=mirror://sourceforge/qbittorrent/qbittorrent-3.3.16.tar.xz _eclasses_=cmake-utils 77a5a8d3308359caadcdd91688f20093 desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 6f5991c7101863d0b29df63990ad852e ninja-utils ebb2eaddc6331c4fa000b8eb8f6fe074 toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 xdg-utils f2c8335407f0b935b0a96d4adf23ef25 -_md5_=2d8818ef076752a7e6742f1dbd7128c2 +_md5_=0ec5bcf8764cc8b6cad0c1ca29820b0c diff --git a/metadata/md5-cache/net-p2p/qbittorrent-4.0.3 b/metadata/md5-cache/net-p2p/qbittorrent-4.0.3 index 8f342d139b76..e3e19db50e68 100644 --- a/metadata/md5-cache/net-p2p/qbittorrent-4.0.3 +++ b/metadata/md5-cache/net-p2p/qbittorrent-4.0.3 @@ -1,14 +1,14 @@ DEFINED_PHASES=compile configure install postinst postrm prepare test -DEPEND=>=dev-libs/boost-1.62.0-r1:= dev-qt/qtcore:5 dev-qt/qtnetwork:5[ssl] >=dev-qt/qtsingleapplication-2.6.1_p20130904-r1[qt5,X?] dev-qt/qtxml:5 >=net-libs/libtorrent-rasterbar-1.0.6 sys-libs/zlib dbus? ( dev-qt/qtdbus:5 ) X? ( dev-qt/qtgui:5 dev-qt/qtsvg:5 dev-qt/qtwidgets:5 ) dev-qt/linguist-tools:5 virtual/pkgconfig sys-devel/make >=dev-util/cmake-3.7.2 >=sys-apps/sed-4 +DEPEND=>=dev-libs/boost-1.62.0-r1:= dev-qt/qtcore:5 dev-qt/qtnetwork:5[ssl] >=dev-qt/qtsingleapplication-2.6.1_p20130904-r1[qt5,X?] dev-qt/qtxml:5 >=net-libs/libtorrent-rasterbar-1.0.6:0= sys-libs/zlib dbus? ( dev-qt/qtdbus:5 ) X? ( dev-qt/qtgui:5 dev-qt/qtsvg:5 dev-qt/qtwidgets:5 ) dev-qt/linguist-tools:5 virtual/pkgconfig sys-devel/make >=dev-util/cmake-3.7.2 >=sys-apps/sed-4 DESCRIPTION=BitTorrent client in C++ and Qt EAPI=6 HOMEPAGE=https://www.qbittorrent.org/ IUSE=+dbus debug webui +X KEYWORDS=~amd64 ~arm ~ppc64 ~x86 LICENSE=GPL-2 -RDEPEND=>=dev-libs/boost-1.62.0-r1:= dev-qt/qtcore:5 dev-qt/qtnetwork:5[ssl] >=dev-qt/qtsingleapplication-2.6.1_p20130904-r1[qt5,X?] dev-qt/qtxml:5 >=net-libs/libtorrent-rasterbar-1.0.6 sys-libs/zlib dbus? ( dev-qt/qtdbus:5 ) X? ( dev-qt/qtgui:5 dev-qt/qtsvg:5 dev-qt/qtwidgets:5 ) +RDEPEND=>=dev-libs/boost-1.62.0-r1:= dev-qt/qtcore:5 dev-qt/qtnetwork:5[ssl] >=dev-qt/qtsingleapplication-2.6.1_p20130904-r1[qt5,X?] dev-qt/qtxml:5 >=net-libs/libtorrent-rasterbar-1.0.6:0= sys-libs/zlib dbus? ( dev-qt/qtdbus:5 ) X? ( dev-qt/qtgui:5 dev-qt/qtsvg:5 dev-qt/qtwidgets:5 ) REQUIRED_USE=dbus? ( X ) SLOT=0 SRC_URI=mirror://sourceforge/qbittorrent/qbittorrent-4.0.3.tar.xz _eclasses_=cmake-utils 77a5a8d3308359caadcdd91688f20093 desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 gnome2-utils 4d211d7614f303710fca59db6ec12c88 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 6f5991c7101863d0b29df63990ad852e ninja-utils ebb2eaddc6331c4fa000b8eb8f6fe074 toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 xdg-utils f2c8335407f0b935b0a96d4adf23ef25 -_md5_=daa7ffe257f75fb27c556aba226a78be +_md5_=e10f9e8783cc3ff7bcc16b0bf71ee1fa diff --git a/metadata/md5-cache/net-p2p/qbittorrent-9999 b/metadata/md5-cache/net-p2p/qbittorrent-9999 index b075e7338623..2de76b8dd07f 100644 --- a/metadata/md5-cache/net-p2p/qbittorrent-9999 +++ b/metadata/md5-cache/net-p2p/qbittorrent-9999 @@ -9,4 +9,4 @@ RDEPEND=>=dev-libs/boost-1.62.0-r1:= dev-qt/qtcore:5 dev-qt/qtnetwork:5[ssl] >=d REQUIRED_USE=dbus? ( X ) SLOT=0 _eclasses_=cmake-utils 77a5a8d3308359caadcdd91688f20093 desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 git-r3 fec09a83ae965b041b47f5ff7c8ba29a gnome2-utils 4d211d7614f303710fca59db6ec12c88 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 6f5991c7101863d0b29df63990ad852e ninja-utils ebb2eaddc6331c4fa000b8eb8f6fe074 toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 xdg-utils f2c8335407f0b935b0a96d4adf23ef25 -_md5_=daa7ffe257f75fb27c556aba226a78be +_md5_=8e03dce728dd1ac28facd7f8ea66cc25 diff --git a/metadata/md5-cache/net-p2p/xmr-stak-2.2.0 b/metadata/md5-cache/net-p2p/xmr-stak-2.2.0 new file mode 100644 index 000000000000..79986bbd9983 --- /dev/null +++ b/metadata/md5-cache/net-p2p/xmr-stak-2.2.0 @@ -0,0 +1,13 @@ +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 ) sys-devel/make >=dev-util/cmake-3.7.2 virtual/pkgconfig +DESCRIPTION=Unified all-in-one Monero miner +EAPI=6 +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/v2.2.0.tar.gz -> xmr-stak-2.2.0.tar.gz +_eclasses_=cmake-utils 77a5a8d3308359caadcdd91688f20093 desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 6f5991c7101863d0b29df63990ad852e ninja-utils ebb2eaddc6331c4fa000b8eb8f6fe074 systemd 8f5286f89e265842f5b5189666eae88b toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 xdg-utils f2c8335407f0b935b0a96d4adf23ef25 +_md5_=dea5952ef9439e4e54d885d6f05abbaa diff --git a/metadata/md5-cache/net-p2p/xmr-stak-9999 b/metadata/md5-cache/net-p2p/xmr-stak-9999 new file mode 100644 index 000000000000..06774f3e267e --- /dev/null +++ b/metadata/md5-cache/net-p2p/xmr-stak-9999 @@ -0,0 +1,11 @@ +DEFINED_PHASES=compile configure install postinst prepare test unpack +DEPEND=cuda? ( dev-util/nvidia-cuda-toolkit ) hwloc? ( sys-apps/hwloc ) opencl? ( virtual/opencl ) ssl? ( dev-libs/openssl:0= ) webserver? ( net-libs/libmicrohttpd ) sys-devel/make >=dev-util/cmake-3.7.2 virtual/pkgconfig >=dev-vcs/git-1.8.2.1 +DESCRIPTION=Unified all-in-one Monero miner +EAPI=6 +HOMEPAGE=https://github.com/fireice-uk/xmr-stak +IUSE=cuda devfee hwloc opencl ssl webserver +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 +_eclasses_=cmake-utils 77a5a8d3308359caadcdd91688f20093 desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 git-r3 fec09a83ae965b041b47f5ff7c8ba29a ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 6f5991c7101863d0b29df63990ad852e ninja-utils ebb2eaddc6331c4fa000b8eb8f6fe074 systemd 8f5286f89e265842f5b5189666eae88b toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 xdg-utils f2c8335407f0b935b0a96d4adf23ef25 +_md5_=dea5952ef9439e4e54d885d6f05abbaa diff --git a/metadata/md5-cache/sci-biology/Manifest.gz b/metadata/md5-cache/sci-biology/Manifest.gz index d8c6d9a074b0..24d3a8e263af 100644 Binary files a/metadata/md5-cache/sci-biology/Manifest.gz and b/metadata/md5-cache/sci-biology/Manifest.gz differ diff --git a/metadata/md5-cache/sci-biology/allpathslg-52488-r2 b/metadata/md5-cache/sci-biology/allpathslg-52488-r2 index 548d5f3f8918..a27acb974aba 100644 --- a/metadata/md5-cache/sci-biology/allpathslg-52488-r2 +++ b/metadata/md5-cache/sci-biology/allpathslg-52488-r2 @@ -9,4 +9,4 @@ RDEPEND=!sci-biology/allpaths !sci-biology/vaal SLOT=0 SRC_URI=ftp://ftp.broadinstitute.org/pub/crd/ALLPATHS/Release-LG/latest_source_code/allpathslg-52488.tar.gz https://dev.gentoo.org/~mgorny/dist/allpathslg-52488-patchset.tar.bz2 _eclasses_=autotools dc412f38566b91012efd58b9c203e6c3 desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 libtool 0081a71a261724730ec4c248494f044d ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 185a06792159ca143528e7010368e8af -_md5_=bd338637b4cab8bfc320aeaffcb5297e +_md5_=8c8bda5ab2704db1e969660ebe5882c1 diff --git a/metadata/md5-cache/sci-biology/bamtools-2.5.1 b/metadata/md5-cache/sci-biology/bamtools-2.5.1 new file mode 100644 index 000000000000..f8116cf71076 --- /dev/null +++ b/metadata/md5-cache/sci-biology/bamtools-2.5.1 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install prepare setup test +DEPEND=>=dev-libs/jsoncpp-1.8.0:= sys-libs/zlib:= virtual/pkgconfig sys-devel/make >=dev-util/cmake-3.7.2 +DESCRIPTION=A programmer's API and an end-user's toolkit for handling BAM files +EAPI=6 +HOMEPAGE=https://github.com/pezmaster31/bamtools +IUSE=static-libs +KEYWORDS=~amd64 ~x86 +LICENSE=MIT +RDEPEND=>=dev-libs/jsoncpp-1.8.0:= sys-libs/zlib:= +SLOT=0/2.5.1 +SRC_URI=https://github.com/pezmaster31/bamtools/archive/v2.5.1.tar.gz -> bamtools-2.5.1.tar.gz +_eclasses_=cmake-utils 77a5a8d3308359caadcdd91688f20093 desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 6f5991c7101863d0b29df63990ad852e ninja-utils ebb2eaddc6331c4fa000b8eb8f6fe074 toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 xdg-utils f2c8335407f0b935b0a96d4adf23ef25 +_md5_=2f7d6b2856395f0920d7b682b6bbad56 diff --git a/metadata/md5-cache/sci-biology/bamtools-9999 b/metadata/md5-cache/sci-biology/bamtools-9999 index b1c1d48b019a..438d8b158dcf 100644 --- a/metadata/md5-cache/sci-biology/bamtools-9999 +++ b/metadata/md5-cache/sci-biology/bamtools-9999 @@ -1,10 +1,11 @@ -DEFINED_PHASES=compile configure install prepare test unpack +DEFINED_PHASES=compile configure install prepare setup test unpack DEPEND=>=dev-libs/jsoncpp-1.8.0:= sys-libs/zlib:= virtual/pkgconfig sys-devel/make >=dev-util/cmake-3.7.2 >=dev-vcs/git-1.8.2.1 DESCRIPTION=A programmer's API and an end-user's toolkit for handling BAM files EAPI=6 HOMEPAGE=https://github.com/pezmaster31/bamtools +IUSE=static-libs LICENSE=MIT RDEPEND=>=dev-libs/jsoncpp-1.8.0:= sys-libs/zlib:= SLOT=0/9999 -_eclasses_=cmake-utils 77a5a8d3308359caadcdd91688f20093 desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 git-r3 fec09a83ae965b041b47f5ff7c8ba29a ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 6f5991c7101863d0b29df63990ad852e ninja-utils ebb2eaddc6331c4fa000b8eb8f6fe074 toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 xdg-utils f2c8335407f0b935b0a96d4adf23ef25 -_md5_=3909e5231807b2e0a56168032dda99a5 +_eclasses_=cmake-utils 77a5a8d3308359caadcdd91688f20093 desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 git-r3 fec09a83ae965b041b47f5ff7c8ba29a ltprune 2770eed66a9b8ef944714cd0e968182e multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 6f5991c7101863d0b29df63990ad852e ninja-utils ebb2eaddc6331c4fa000b8eb8f6fe074 toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 xdg-utils f2c8335407f0b935b0a96d4adf23ef25 +_md5_=2f7d6b2856395f0920d7b682b6bbad56 diff --git a/metadata/md5-cache/sci-biology/cufflinks-2.2.1-r2 b/metadata/md5-cache/sci-biology/cufflinks-2.2.1-r2 index 4c1f2bd55512..4f39753a4636 100644 --- a/metadata/md5-cache/sci-biology/cufflinks-2.2.1-r2 +++ b/metadata/md5-cache/sci-biology/cufflinks-2.2.1-r2 @@ -11,4 +11,4 @@ REQUIRED_USE=python_targets_python2_7 SLOT=0 SRC_URI=http://cufflinks.cbcb.umd.edu/downloads/cufflinks-2.2.1.tar.gz _eclasses_=autotools dc412f38566b91012efd58b9c203e6c3 desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 libtool 0081a71a261724730ec4c248494f044d ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e python-single-r1 317a2557b4d7319a7418225f65accf77 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 185a06792159ca143528e7010368e8af -_md5_=183887a425454e50269f2be3e9af5b7e +_md5_=816b8cb2b88b4938d0bf5ea1db34170b diff --git a/metadata/md5-cache/sci-biology/dialign-tx-1.0.2-r2 b/metadata/md5-cache/sci-biology/dialign-tx-1.0.2-r2 new file mode 100644 index 000000000000..e59809d6fc76 --- /dev/null +++ b/metadata/md5-cache/sci-biology/dialign-tx-1.0.2-r2 @@ -0,0 +1,10 @@ +DEFINED_PHASES=compile configure install postinst +DESCRIPTION=Greedy and progressive approaches for segment-based multiple sequence alignment +EAPI=6 +HOMEPAGE=http://dialign-tx.gobics.de/ +KEYWORDS=~amd64 ~x86 +LICENSE=LGPL-2.1 +SLOT=0 +SRC_URI=http://dialign-tx.gobics.de/DIALIGN-TX_1.0.2.tar.gz +_eclasses_=multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 185a06792159ca143528e7010368e8af +_md5_=b04d9beffea802bb82f896df101ca660 diff --git a/metadata/md5-cache/sci-biology/dialign2-2.2.1 b/metadata/md5-cache/sci-biology/dialign2-2.2.1 index e83238c60dbb..a3f73a4049e2 100644 --- a/metadata/md5-cache/sci-biology/dialign2-2.2.1 +++ b/metadata/md5-cache/sci-biology/dialign2-2.2.1 @@ -1,10 +1,10 @@ -DEFINED_PHASES=compile install +DEFINED_PHASES=compile configure install DESCRIPTION=Multiple sequence alignment -EAPI=5 +EAPI=6 HOMEPAGE=http://bibiserv.techfak.uni-bielefeld.de/dialign KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux LICENSE=LGPL-2.1 SLOT=0 SRC_URI=http://bibiserv.techfak.uni-bielefeld.de/applications/dialign/resources/downloads/dialign-2.2.1-src.tar.gz -_eclasses_=multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 185a06792159ca143528e7010368e8af -_md5_=97419777f320b8d18d7fe0c86a34d414 +_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 185a06792159ca143528e7010368e8af +_md5_=3761a69a47f38308f54ae0b051361ed6 diff --git a/metadata/md5-cache/sci-biology/mosaik-2.2.30 b/metadata/md5-cache/sci-biology/mosaik-2.2.30 index 740d1d25c1f7..f1a169eb6852 100644 --- a/metadata/md5-cache/sci-biology/mosaik-2.2.30 +++ b/metadata/md5-cache/sci-biology/mosaik-2.2.30 @@ -7,4 +7,4 @@ LICENSE=GPL-2 SLOT=0 SRC_URI=https://github.com/wanpinglee/MOSAIK/archive/5c25216d3522d6a33e53875cd76a6d65001e4e67.tar.gz -> mosaik-2.2.30.tar.gz _eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 185a06792159ca143528e7010368e8af vcs-snapshot 03289f51c769cf409d200d2d628cdd6e -_md5_=e8bd620c581af022566733e65d479626 +_md5_=630686b35f8a549c580c5fd0e2cb02fc diff --git a/metadata/md5-cache/sci-biology/primer3-2.3.7 b/metadata/md5-cache/sci-biology/primer3-2.3.7 index b6562f426d88..a99bcc5e566d 100644 --- a/metadata/md5-cache/sci-biology/primer3-2.3.7 +++ b/metadata/md5-cache/sci-biology/primer3-2.3.7 @@ -1,4 +1,4 @@ -DEFINED_PHASES=compile install prepare test +DEFINED_PHASES=compile configure install prepare test DEPEND=dev-lang/perl DESCRIPTION=Primer Design for PCR reactions EAPI=6 @@ -7,5 +7,5 @@ KEYWORDS=~amd64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~spar LICENSE=GPL-2 SLOT=0 SRC_URI=mirror://sourceforge/project/primer3/primer3/2.3.7/primer3-2.3.7.tar.gz -_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 185a06792159ca143528e7010368e8af -_md5_=8b3d4a5940e96102e289acad426724d9 +_eclasses_=multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 185a06792159ca143528e7010368e8af +_md5_=e79ee4774138e651c83467c2b2cb2926 diff --git a/metadata/md5-cache/sci-biology/t-coffee-11.00-r2 b/metadata/md5-cache/sci-biology/t-coffee-11.00-r2 new file mode 100644 index 000000000000..afb98a03c6b8 --- /dev/null +++ b/metadata/md5-cache/sci-biology/t-coffee-11.00-r2 @@ -0,0 +1,11 @@ +DEFINED_PHASES=compile install prepare +DESCRIPTION=A multiple sequence alignment package +EAPI=6 +HOMEPAGE=http://www.tcoffee.org/Projects_home_page/t_coffee_home_page.html +KEYWORDS=~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux +LICENSE=GPL-2 +RDEPEND=sci-biology/clustalw sci-chemistry/tm-align +SLOT=0 +SRC_URI=http://www.tcoffee.org/Packages/Beta/Latest/T-COFFEE_distribution_Version_11.00.4466924.tar.gz +_eclasses_=multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 185a06792159ca143528e7010368e8af +_md5_=5c54b109c5b8bef93adbc5f99ddd7114 diff --git a/metadata/md5-cache/sci-electronics/Manifest.gz b/metadata/md5-cache/sci-electronics/Manifest.gz index a835686cca82..017051ad6a92 100644 Binary files a/metadata/md5-cache/sci-electronics/Manifest.gz and b/metadata/md5-cache/sci-electronics/Manifest.gz differ diff --git a/metadata/md5-cache/sci-electronics/geda-suite-20110427 b/metadata/md5-cache/sci-electronics/geda-suite-20110427 index 007325ef598a..1037737726f9 100644 --- a/metadata/md5-cache/sci-electronics/geda-suite-20110427 +++ b/metadata/md5-cache/sci-electronics/geda-suite-20110427 @@ -4,6 +4,6 @@ EAPI=0 HOMEPAGE=http://www.geda.seul.org KEYWORDS=~amd64 ~x86 LICENSE=GPL-2 -RDEPEND=sci-electronics/geda sci-electronics/gerbv >=sci-electronics/gnucap-0.35.20091207 >=sci-electronics/gwave-20090213-r1 >=sci-electronics/pcb-20100929 >=sci-electronics/geda-xgsch2pcb-0.1.3-r2 >=sci-electronics/iverilog-0.9.1 sci-electronics/ngspice sci-electronics/gspiceui >=sci-electronics/gnetman-0.0.1_pre20060522-r2 sci-electronics/gtkwave +RDEPEND=sci-electronics/geda sci-electronics/gerbv >=sci-electronics/gnucap-0.35.20091207 >=sci-electronics/gwave-20090213-r1 sci-electronics/pcb >=sci-electronics/geda-xgsch2pcb-0.1.3-r2 >=sci-electronics/iverilog-0.9.1 sci-electronics/ngspice sci-electronics/gspiceui >=sci-electronics/gnetman-0.0.1_pre20060522-r2 sci-electronics/gtkwave SLOT=0 -_md5_=7630cb5d8e8ce112b5be0fa593957ee8 +_md5_=7a29660a828b6d45ccf5d021f4b80bf7 diff --git a/metadata/md5-cache/sci-electronics/geda-suite-20171223 b/metadata/md5-cache/sci-electronics/geda-suite-20171223 new file mode 100644 index 000000000000..9d855f55726d --- /dev/null +++ b/metadata/md5-cache/sci-electronics/geda-suite-20171223 @@ -0,0 +1,9 @@ +DEFINED_PHASES=- +DESCRIPTION=Metapackage for all components for a full-featured gEDA/gaf system +EAPI=6 +HOMEPAGE=http://www.geda.seul.org +KEYWORDS=~amd64 ~x86 +LICENSE=GPL-2 +RDEPEND=sci-electronics/geda sci-electronics/gerbv >=sci-electronics/gnucap-0.35.20091207 >=sci-electronics/gwave-20090213-r1 sci-electronics/pcb >=sci-electronics/geda-xgsch2pcb-0.1.3-r3 >=sci-electronics/iverilog-0.9.6 sci-electronics/ngspice sci-electronics/gspiceui >=sci-electronics/gnetman-0.0.1_pre20110124 sci-electronics/gtkwave +SLOT=0 +_md5_=f9899ca47dcb3b3d66bb28e8781d2165 diff --git a/metadata/md5-cache/sci-electronics/gwave-20120229 b/metadata/md5-cache/sci-electronics/gwave-20120229 index 1343ca51c972..1ac6be7d3f63 100644 --- a/metadata/md5-cache/sci-electronics/gwave-20120229 +++ b/metadata/md5-cache/sci-electronics/gwave-20120229 @@ -1,13 +1,13 @@ DEFINED_PHASES=install postinst postrm preinst prepare -DEPEND=>=dev-scheme/guile-2[deprecated,networking] dev-scheme/guile-gnome-platform x11-libs/guile-gtk app-text/docbook-sgml-utils >=app-portage/elt-patches-20170422 !=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 >=sys-apps/sed-4 +DEPEND=>=dev-scheme/guile-2[deprecated,networking] =app-portage/elt-patches-20170422 !=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 >=sys-apps/sed-4 DESCRIPTION=Analog waveform viewer for SPICE-like simulations EAPI=6 HOMEPAGE=http://gwave.sourceforge.net IUSE=gnuplot plotutils KEYWORDS=~amd64 ~ppc ~x86 LICENSE=GPL-2 -RDEPEND=>=dev-scheme/guile-2[deprecated,networking] dev-scheme/guile-gnome-platform x11-libs/guile-gtk sci-electronics/electronics-menu gnuplot? ( sci-visualization/gnuplot ) plotutils? ( media-libs/plotutils ) +RDEPEND=>=dev-scheme/guile-2[deprecated,networking] =media-libs/gd-2.0.23 ) gtk? ( x11-libs/gtk+:2 x11-libs/pango x11-libs/gtkglext dbus? ( sys-apps/dbus ) ) jpeg? ( >=media-libs/gd-2.0.23[jpeg] ) motif? ( !gtk? ( >=x11-libs/motif-2.3:0 dbus? ( sys-apps/dbus ) xrender? ( >=x11-libs/libXrender-0.9 ) ) ) nelma? ( >=media-libs/gd-2.0.23[png] ) opengl? ( virtual/opengl ) gcode? ( >=media-libs/gd-2.0.23[png] ) virtual/libintl png? ( >=media-libs/gd-2.0.23[png] ) m4lib-png? ( >=media-libs/gd-2.0.23[png] ) tk? ( >=dev-lang/tk-8:0 ) test? ( sci-electronics/gerbv virtual/imagemagick-tools ) >=dev-util/intltool-0.35 virtual/pkgconfig sys-devel/gettext >=app-portage/elt-patches-20170422 !=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 >=sys-apps/sed-4 +DESCRIPTION=GPL Electronic Design Automation: Printed Circuit Board editor +EAPI=5 +HOMEPAGE=http://www.gpleda.org/ +IUSE=dbus debug doc gcode gif gtk jpeg m4lib-png motif nelma opengl png test tk toporouter xrender +KEYWORDS=amd64 ppc x86 ~x86-macos +LICENSE=GPL-2 +RDEPEND=dev-libs/glib:2 gif? ( >=media-libs/gd-2.0.23 ) gtk? ( x11-libs/gtk+:2 x11-libs/pango x11-libs/gtkglext dbus? ( sys-apps/dbus ) ) jpeg? ( >=media-libs/gd-2.0.23[jpeg] ) motif? ( !gtk? ( >=x11-libs/motif-2.3:0 dbus? ( sys-apps/dbus ) xrender? ( >=x11-libs/libXrender-0.9 ) ) ) nelma? ( >=media-libs/gd-2.0.23[png] ) opengl? ( virtual/opengl ) gcode? ( >=media-libs/gd-2.0.23[png] ) virtual/libintl png? ( >=media-libs/gd-2.0.23[png] ) m4lib-png? ( >=media-libs/gd-2.0.23[png] ) tk? ( >=dev-lang/tk-8:0 ) sci-electronics/electronics-menu +SLOT=0 +SRC_URI=mirror://sourceforge/pcb/pcb/pcb-20140316/pcb-20140316.tar.gz +_eclasses_=autotools dc412f38566b91012efd58b9c203e6c3 desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 gnome2-utils 4d211d7614f303710fca59db6ec12c88 libtool 0081a71a261724730ec4c248494f044d ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 185a06792159ca143528e7010368e8af xdg-utils f2c8335407f0b935b0a96d4adf23ef25 +_md5_=2c51e67d4c7ac700dbe2bef8fd8ea225 diff --git a/metadata/md5-cache/sci-electronics/pcb-20140316-r1 b/metadata/md5-cache/sci-electronics/pcb-20140316-r1 deleted file mode 100644 index e1d5fc09aad8..000000000000 --- a/metadata/md5-cache/sci-electronics/pcb-20140316-r1 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure postinst postrm preinst prepare setup -DEPEND=dev-libs/glib:2 gif? ( >=media-libs/gd-2.0.23 ) gtk? ( x11-libs/gtk+:2 x11-libs/pango x11-libs/gtkglext dbus? ( sys-apps/dbus ) ) jpeg? ( >=media-libs/gd-2.0.23[jpeg] ) motif? ( !gtk? ( >=x11-libs/motif-2.3:0 dbus? ( sys-apps/dbus ) xrender? ( >=x11-libs/libXrender-0.9 ) ) ) nelma? ( >=media-libs/gd-2.0.23 ) opengl? ( virtual/opengl ) gcode? ( >=media-libs/gd-2.0.23 ) virtual/libintl png? ( >=media-libs/gd-2.0.23[png] ) m4lib-png? ( >=media-libs/gd-2.0.23[png] ) tk? ( >=dev-lang/tk-8:0 ) test? ( sci-electronics/gerbv virtual/imagemagick-tools ) >=dev-util/intltool-0.35 virtual/pkgconfig sys-devel/gettext >=app-portage/elt-patches-20170422 !=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 >=sys-apps/sed-4 -DESCRIPTION=GPL Electronic Design Automation: Printed Circuit Board editor -EAPI=5 -HOMEPAGE=http://www.gpleda.org/ -IUSE=dbus debug doc gcode gif gtk jpeg m4lib-png motif nelma opengl png test tk toporouter xrender -KEYWORDS=amd64 ppc x86 ~x86-macos -LICENSE=GPL-2 -RDEPEND=dev-libs/glib:2 gif? ( >=media-libs/gd-2.0.23 ) gtk? ( x11-libs/gtk+:2 x11-libs/pango x11-libs/gtkglext dbus? ( sys-apps/dbus ) ) jpeg? ( >=media-libs/gd-2.0.23[jpeg] ) motif? ( !gtk? ( >=x11-libs/motif-2.3:0 dbus? ( sys-apps/dbus ) xrender? ( >=x11-libs/libXrender-0.9 ) ) ) nelma? ( >=media-libs/gd-2.0.23 ) opengl? ( virtual/opengl ) gcode? ( >=media-libs/gd-2.0.23 ) virtual/libintl png? ( >=media-libs/gd-2.0.23[png] ) m4lib-png? ( >=media-libs/gd-2.0.23[png] ) tk? ( >=dev-lang/tk-8:0 ) sci-electronics/electronics-menu -SLOT=0 -SRC_URI=mirror://sourceforge/pcb/pcb/pcb-20140316/pcb-20140316.tar.gz -_eclasses_=autotools dc412f38566b91012efd58b9c203e6c3 desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 fdo-mime 995b19d3f30e956b4e1bc5a91fdc4ea7 gnome2-utils 4d211d7614f303710fca59db6ec12c88 libtool 0081a71a261724730ec4c248494f044d ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 185a06792159ca143528e7010368e8af xdg-utils f2c8335407f0b935b0a96d4adf23ef25 -_md5_=5f520fa9b8a658318650e07409b209d5 diff --git a/metadata/md5-cache/sci-electronics/pcb-4.0.2 b/metadata/md5-cache/sci-electronics/pcb-4.0.2 new file mode 100644 index 000000000000..5431634294ad --- /dev/null +++ b/metadata/md5-cache/sci-electronics/pcb-4.0.2 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure postinst postrm preinst prepare setup +DEPEND=dev-libs/glib:2 gif? ( media-libs/gd ) gtk? ( x11-libs/gtk+:2 x11-libs/pango x11-libs/gtkglext dbus? ( sys-apps/dbus ) ) jpeg? ( media-libs/gd[jpeg] ) motif? ( !gtk? ( >=x11-libs/motif-2.3:0 dbus? ( sys-apps/dbus ) xrender? ( >=x11-libs/libXrender-0.9 ) ) ) nelma? ( media-libs/gd[png] ) opengl? ( virtual/opengl ) gcode? ( media-libs/gd[png] ) virtual/libintl png? ( media-libs/gd[png] ) m4lib-png? ( media-libs/gd[png] ) tk? ( >=dev-lang/tk-8:0 ) test? ( sci-electronics/gerbv virtual/imagemagick-tools ) >=dev-util/intltool-0.35 virtual/pkgconfig sys-devel/gettext >=app-portage/elt-patches-20170422 !=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 >=sys-apps/sed-4 +DESCRIPTION=GPL Electronic Design Automation: Printed Circuit Board editor +EAPI=5 +HOMEPAGE=http://www.gpleda.org/ +IUSE=dbus debug doc gcode gif gtk jpeg m4lib-png motif nelma opengl png test tk toporouter xrender +KEYWORDS=~amd64 ~ppc ~x86 ~x86-macos +LICENSE=GPL-2 +RDEPEND=dev-libs/glib:2 gif? ( media-libs/gd ) gtk? ( x11-libs/gtk+:2 x11-libs/pango x11-libs/gtkglext dbus? ( sys-apps/dbus ) ) jpeg? ( media-libs/gd[jpeg] ) motif? ( !gtk? ( >=x11-libs/motif-2.3:0 dbus? ( sys-apps/dbus ) xrender? ( >=x11-libs/libXrender-0.9 ) ) ) nelma? ( media-libs/gd[png] ) opengl? ( virtual/opengl ) gcode? ( media-libs/gd[png] ) virtual/libintl png? ( media-libs/gd[png] ) m4lib-png? ( media-libs/gd[png] ) tk? ( >=dev-lang/tk-8:0 ) sci-electronics/electronics-menu +SLOT=0 +SRC_URI=mirror://sourceforge/pcb/pcb/pcb-4.0.2/pcb-4.0.2.tar.gz +_eclasses_=autotools dc412f38566b91012efd58b9c203e6c3 desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 gnome2-utils 4d211d7614f303710fca59db6ec12c88 libtool 0081a71a261724730ec4c248494f044d ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 185a06792159ca143528e7010368e8af xdg-utils f2c8335407f0b935b0a96d4adf23ef25 +_md5_=00b930ef0464d7907708c60587431b1e diff --git a/metadata/md5-cache/sci-libs/Manifest.gz b/metadata/md5-cache/sci-libs/Manifest.gz index be9c81284158..21e83966ebec 100644 Binary files a/metadata/md5-cache/sci-libs/Manifest.gz and b/metadata/md5-cache/sci-libs/Manifest.gz differ diff --git a/metadata/md5-cache/sci-libs/fftw-2.1.5-r9 b/metadata/md5-cache/sci-libs/fftw-2.1.5-r9 index ebda8a230790..43eda9b57167 100644 --- a/metadata/md5-cache/sci-libs/fftw-2.1.5-r9 +++ b/metadata/md5-cache/sci-libs/fftw-2.1.5-r9 @@ -4,10 +4,10 @@ DESCRIPTION=Fast C library for the Discrete Fourier Transform EAPI=6 HOMEPAGE=http://www.fftw.org IUSE=doc float fortran mpi openmp threads static-libs -KEYWORDS=alpha amd64 arm hppa ia64 ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos +KEYWORDS=alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos LICENSE=GPL-2+ RDEPEND=mpi? ( virtual/mpi ) fortran? ( virtual/fortran ) SLOT=2.1 SRC_URI=http://www.fftw.org/fftw-2.1.5.tar.gz _eclasses_=autotools dc412f38566b91012efd58b9c203e6c3 desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 fortran-2 9e7f20c99213f0627ff7f873d4aaa25d libtool 0081a71a261724730ec4c248494f044d ltprune 2770eed66a9b8ef944714cd0e968182e multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 185a06792159ca143528e7010368e8af -_md5_=cb75ae663f40a7035015027d6d276ef1 +_md5_=354419f0607a21987801c23dadb0737f diff --git a/metadata/md5-cache/sci-libs/opencascade-6.9.1-r2 b/metadata/md5-cache/sci-libs/opencascade-6.9.1-r2 index 07b93d3a7e53..d8a43b22d4a5 100644 --- a/metadata/md5-cache/sci-libs/opencascade-6.9.1-r2 +++ b/metadata/md5-cache/sci-libs/opencascade-6.9.1-r2 @@ -10,4 +10,4 @@ RDEPEND=app-eselect/eselect-opencascade dev-lang/tcl:0= dev-lang/tk:0= dev-tcltk SLOT=6.9.1 SRC_URI=http://www.opencascade.com/sites/default/files/private/occt/OCC_6.9.1_release/opencascade-6.9.1.tgz _eclasses_=autotools dc412f38566b91012efd58b9c203e6c3 check-reqs bd050ce908e4637604ee604ed4b78e8f desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 java-pkg-opt-2 77d2e22d0de7640f817d20e861c0ff3f java-utils-2 1971a6927fcd7ec839f7e12b28a24bdd libtool 0081a71a261724730ec4c248494f044d ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 -_md5_=e0a420457d95114879bc628c0a87d84b +_md5_=769850c123cd622dbd2cfeb86fb2e0d8 diff --git a/metadata/md5-cache/sys-apps/Manifest.gz b/metadata/md5-cache/sys-apps/Manifest.gz index 05e2c6be3d7d..de1775d44d33 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/dbus-broker-9 b/metadata/md5-cache/sys-apps/dbus-broker-9 index 5d8fcaad8339..a690afca482e 100644 --- a/metadata/md5-cache/sys-apps/dbus-broker-9 +++ b/metadata/md5-cache/sys-apps/dbus-broker-9 @@ -9,5 +9,5 @@ LICENSE=Apache-2.0 RDEPEND=audit? ( sys-process/audit ) launcher? ( >=dev-libs/expat-2.2 >=dev-libs/glib-2.50:2 >=sys-apps/systemd-230 ) selinux? ( sys-libs/libselinux ) SLOT=0 SRC_URI=https://github.com/bus1/dbus-broker/archive/v9.tar.gz -> dbus-broker-9.tar.gz https://github.com/c-util/c-dvar/archive/7706828ecda2d8c508d6fc233dc9d198bab482ad.tar.gz -> c-dvar-7706828ecda2d8c508d6fc233dc9d198bab482ad.tar.gz https://github.com/c-util/c-list/archive/72c59181d677a3f50b201d51f190b1bff02d4279.tar.gz -> c-list-72c59181d677a3f50b201d51f190b1bff02d4279.tar.gz https://github.com/c-util/c-rbtree/archive/825f626a16257c5f0b0c523c11ce1bca16851180.tar.gz -> c-rbtree-825f626a16257c5f0b0c523c11ce1bca16851180.tar.gz https://github.com/c-util/c-sundry/archive/50c8ccf01b39b3f11e59c69d1cafea5bef5a9769.tar.gz -> c-sundry-50c8ccf01b39b3f11e59c69d1cafea5bef5a9769.tar.gz -_eclasses_=meson 0946ddca90e9c2d3e4687bb097dd9ed3 multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 6f5991c7101863d0b29df63990ad852e ninja-utils ebb2eaddc6331c4fa000b8eb8f6fe074 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 185a06792159ca143528e7010368e8af +_eclasses_=meson f8e09b2b2ac1e9bb0bd374b6ad77a90d multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 6f5991c7101863d0b29df63990ad852e ninja-utils ebb2eaddc6331c4fa000b8eb8f6fe074 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 185a06792159ca143528e7010368e8af _md5_=50798d8458c4ca23bad7120339d34102 diff --git a/metadata/md5-cache/sys-apps/dbus-broker-9999 b/metadata/md5-cache/sys-apps/dbus-broker-9999 index cf9c38e85360..0ad001004b6a 100644 --- a/metadata/md5-cache/sys-apps/dbus-broker-9999 +++ b/metadata/md5-cache/sys-apps/dbus-broker-9999 @@ -7,5 +7,5 @@ IUSE=audit +launcher selinux LICENSE=Apache-2.0 RDEPEND=audit? ( sys-process/audit ) launcher? ( >=dev-libs/expat-2.2 >=dev-libs/glib-2.50:2 >=sys-apps/systemd-230 ) selinux? ( sys-libs/libselinux ) SLOT=0 -_eclasses_=git-r3 fec09a83ae965b041b47f5ff7c8ba29a meson 0946ddca90e9c2d3e4687bb097dd9ed3 multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 6f5991c7101863d0b29df63990ad852e ninja-utils ebb2eaddc6331c4fa000b8eb8f6fe074 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 185a06792159ca143528e7010368e8af +_eclasses_=git-r3 fec09a83ae965b041b47f5ff7c8ba29a meson f8e09b2b2ac1e9bb0bd374b6ad77a90d multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 6f5991c7101863d0b29df63990ad852e ninja-utils ebb2eaddc6331c4fa000b8eb8f6fe074 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 185a06792159ca143528e7010368e8af _md5_=b172dcc4dd55c7cb88ecd0398efecadf diff --git a/metadata/md5-cache/sys-apps/fwupd-1.0.0 b/metadata/md5-cache/sys-apps/fwupd-1.0.0 index 6fde0ccfbbf0..750c9654f469 100644 --- a/metadata/md5-cache/sys-apps/fwupd-1.0.0 +++ b/metadata/md5-cache/sys-apps/fwupd-1.0.0 @@ -11,5 +11,5 @@ REQUIRED_USE=dell? ( uefi ) RESTRICT=test SLOT=0 SRC_URI=https://github.com/hughsie/fwupd/archive/1.0.0.tar.gz -> fwupd-1.0.0.tar.gz -_eclasses_=meson 0946ddca90e9c2d3e4687bb097dd9ed3 multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 6f5991c7101863d0b29df63990ad852e ninja-utils ebb2eaddc6331c4fa000b8eb8f6fe074 python-single-r1 317a2557b4d7319a7418225f65accf77 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 185a06792159ca143528e7010368e8af xdg-utils f2c8335407f0b935b0a96d4adf23ef25 +_eclasses_=meson f8e09b2b2ac1e9bb0bd374b6ad77a90d multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 6f5991c7101863d0b29df63990ad852e ninja-utils ebb2eaddc6331c4fa000b8eb8f6fe074 python-single-r1 317a2557b4d7319a7418225f65accf77 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 185a06792159ca143528e7010368e8af xdg-utils f2c8335407f0b935b0a96d4adf23ef25 _md5_=cc5c8d8ac8568608800ff1b17fe37f41 diff --git a/metadata/md5-cache/sys-apps/fwupd-1.0.1 b/metadata/md5-cache/sys-apps/fwupd-1.0.1 index 209b57ba7856..e9428e93dfbb 100644 --- a/metadata/md5-cache/sys-apps/fwupd-1.0.1 +++ b/metadata/md5-cache/sys-apps/fwupd-1.0.1 @@ -11,5 +11,5 @@ REQUIRED_USE=dell? ( uefi ) RESTRICT=test SLOT=0 SRC_URI=https://github.com/hughsie/fwupd/archive/1.0.1.tar.gz -> fwupd-1.0.1.tar.gz -_eclasses_=meson 0946ddca90e9c2d3e4687bb097dd9ed3 multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 6f5991c7101863d0b29df63990ad852e ninja-utils ebb2eaddc6331c4fa000b8eb8f6fe074 python-single-r1 317a2557b4d7319a7418225f65accf77 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 185a06792159ca143528e7010368e8af xdg-utils f2c8335407f0b935b0a96d4adf23ef25 +_eclasses_=meson f8e09b2b2ac1e9bb0bd374b6ad77a90d multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 6f5991c7101863d0b29df63990ad852e ninja-utils ebb2eaddc6331c4fa000b8eb8f6fe074 python-single-r1 317a2557b4d7319a7418225f65accf77 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 185a06792159ca143528e7010368e8af xdg-utils f2c8335407f0b935b0a96d4adf23ef25 _md5_=cc5c8d8ac8568608800ff1b17fe37f41 diff --git a/metadata/md5-cache/sys-apps/fwupd-1.0.2 b/metadata/md5-cache/sys-apps/fwupd-1.0.2 index b9873894b523..36ae46523614 100644 --- a/metadata/md5-cache/sys-apps/fwupd-1.0.2 +++ b/metadata/md5-cache/sys-apps/fwupd-1.0.2 @@ -11,5 +11,5 @@ REQUIRED_USE=dell? ( uefi ) RESTRICT=test SLOT=0 SRC_URI=https://github.com/hughsie/fwupd/archive/1.0.2.tar.gz -> fwupd-1.0.2.tar.gz -_eclasses_=meson 0946ddca90e9c2d3e4687bb097dd9ed3 multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 6f5991c7101863d0b29df63990ad852e ninja-utils ebb2eaddc6331c4fa000b8eb8f6fe074 python-single-r1 317a2557b4d7319a7418225f65accf77 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 185a06792159ca143528e7010368e8af xdg-utils f2c8335407f0b935b0a96d4adf23ef25 +_eclasses_=meson f8e09b2b2ac1e9bb0bd374b6ad77a90d multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 6f5991c7101863d0b29df63990ad852e ninja-utils ebb2eaddc6331c4fa000b8eb8f6fe074 python-single-r1 317a2557b4d7319a7418225f65accf77 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 185a06792159ca143528e7010368e8af xdg-utils f2c8335407f0b935b0a96d4adf23ef25 _md5_=ee06e318c205ebdf1dafecb7f32392f5 diff --git a/metadata/md5-cache/sys-apps/hwids-20170328 b/metadata/md5-cache/sys-apps/hwids-20170328 index 0177a2e25281..80f82ae3cb84 100644 --- a/metadata/md5-cache/sys-apps/hwids-20170328 +++ b/metadata/md5-cache/sys-apps/hwids-20170328 @@ -4,10 +4,10 @@ DESCRIPTION=Hardware (PCI, USB, OUI, IAB) IDs databases EAPI=6 HOMEPAGE=https://github.com/gentoo/hwids IUSE=+net +pci +udev +usb -KEYWORDS=alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux +KEYWORDS=alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux LICENSE=|| ( GPL-2 BSD ) public-domain RDEPEND=! irqbalance-1.3.0.tar.gz _eclasses_=autotools dc412f38566b91012efd58b9c203e6c3 desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 libtool 0081a71a261724730ec4c248494f044d linux-info ca370deef9d44125d829f2eb6ebc83e0 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e systemd 8f5286f89e265842f5b5189666eae88b toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 -_md5_=a3d10ed08b725d6dee5e24d950e8ad20 +_md5_=a282e83e667fe0754725bb61ceaca409 diff --git a/metadata/md5-cache/sys-apps/man-db-2.7.6.1-r2 b/metadata/md5-cache/sys-apps/man-db-2.7.6.1-r2 index d5cfead7faaa..e0b2952ec5a8 100644 --- a/metadata/md5-cache/sys-apps/man-db-2.7.6.1-r2 +++ b/metadata/md5-cache/sys-apps/man-db-2.7.6.1-r2 @@ -4,11 +4,11 @@ DESCRIPTION=a man replacement that utilizes berkdb instead of flat files EAPI=5 HOMEPAGE=http://www.nongnu.org/man-db/ IUSE=berkdb +gdbm +manpager nls selinux static-libs zlib -KEYWORDS=alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-linux ~arm-linux ~x86-linux +KEYWORDS=alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-linux ~arm-linux ~x86-linux LICENSE=GPL-3 PDEPEND=manpager? ( app-text/manpager ) RDEPEND=>=dev-libs/libpipeline-1.4.0 berkdb? ( sys-libs/db:= ) gdbm? ( sys-libs/gdbm ) !berkdb? ( !gdbm? ( sys-libs/gdbm ) ) sys-apps/groff zlib? ( sys-libs/zlib ) !sys-apps/man selinux? ( sec-policy/selinux-mandb ) SLOT=0 SRC_URI=mirror://nongnu/man-db/man-db-2.7.6.1.tar.xz _eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 185a06792159ca143528e7010368e8af user 8bc2845510e2109af75e3eeac607ec81 versionator c80ccf29e90adea7c5cae94b42eb76d0 -_md5_=421df678a673d349151db60ab9533e22 +_md5_=dc4c3ad9f66a403c0afbc47e0a0c88d8 diff --git a/metadata/md5-cache/sys-apps/most-5.0.0a-r1 b/metadata/md5-cache/sys-apps/most-5.0.0a-r1 index 341592ab3373..ed975d344944 100644 --- a/metadata/md5-cache/sys-apps/most-5.0.0a-r1 +++ b/metadata/md5-cache/sys-apps/most-5.0.0a-r1 @@ -3,10 +3,10 @@ DEPEND=>=sys-libs/slang-2.1.3 DESCRIPTION=Paging program that displays, one windowful at a time, the contents of a file EAPI=5 HOMEPAGE=ftp://space.mit.edu/pub/davis/most -KEYWORDS=alpha amd64 arm ~mips ~ppc64 ppc sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos +KEYWORDS=alpha amd64 arm ~mips ~ppc64 ppc sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~amd64-fbsd LICENSE=GPL-2 RDEPEND=>=sys-libs/slang-2.1.3 SLOT=0 SRC_URI=ftp://space.mit.edu/pub/davis/most/most-5.0.0a.tar.bz2 _eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 185a06792159ca143528e7010368e8af -_md5_=0cbd9354fdf78dd0709b030bd97a664d +_md5_=bafe9186017e206008c9588768f231a8 diff --git a/metadata/md5-cache/sys-apps/openrc-0.34.11 b/metadata/md5-cache/sys-apps/openrc-0.34.11 index 00de78756c3b..17344274f64d 100644 --- a/metadata/md5-cache/sys-apps/openrc-0.34.11 +++ b/metadata/md5-cache/sys-apps/openrc-0.34.11 @@ -4,11 +4,11 @@ DESCRIPTION=OpenRC manages the services, startup and shutdown of a host EAPI=6 HOMEPAGE=https://github.com/openrc/openrc/ IUSE=audit debug ncurses pam newnet prefix +netifrc selinux static-libs unicode kernel_linux kernel_FreeBSD -KEYWORDS=alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd +KEYWORDS=alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd LICENSE=BSD-2 PDEPEND=netifrc? ( net-misc/netifrc ) RDEPEND=kernel_FreeBSD? ( || ( >=sys-freebsd/freebsd-ubin-9.0_rc sys-process/fuser-bsd ) ) ncurses? ( sys-libs/ncurses:0= ) pam? ( sys-auth/pambase virtual/pam ) audit? ( sys-process/audit ) kernel_linux? ( sys-process/psmisc !=sys-libs/libselinux-2.6 ) !=sys-apps/sysvinit-2.86-r6[selinux?] virtual/tmpfiles ) kernel_FreeBSD? ( sys-freebsd/freebsd-sbin ) ) selinux? ( >=sec-policy/selinux-base-policy-2.20170204-r4 >=sec-policy/selinux-openrc-2.20170204-r4 ) SLOT=0 SRC_URI=https://github.com/openrc/openrc/archive/0.34.11.tar.gz -> openrc-0.34.11.tar.gz _eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e pam 3e788d86170dfcd5b06824d898315e18 toolchain-funcs 185a06792159ca143528e7010368e8af -_md5_=f0aa94c60e4349198e791db5cf1446e5 +_md5_=e56481e42f62e7a42948b7cd4b1801a6 diff --git a/metadata/md5-cache/sys-apps/portage-2.3.13-r1 b/metadata/md5-cache/sys-apps/portage-2.3.13-r1 index fa2f75e5c39f..836c7ef5d07b 100644 --- a/metadata/md5-cache/sys-apps/portage-2.3.13-r1 +++ b/metadata/md5-cache/sys-apps/portage-2.3.13-r1 @@ -4,7 +4,7 @@ DESCRIPTION=Portage is the package management and distribution system for Gentoo EAPI=5 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:Portage IUSE=build doc epydoc +ipc linguas_ru +native-extensions selinux xattr python_targets_pypy python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 -KEYWORDS=~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~sparc x86 +KEYWORDS=~alpha amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 sparc x86 LICENSE=GPL-2 PDEPEND=!build? ( >=net-misc/rsync-2.6.4 userland_GNU? ( >=sys-apps/coreutils-6.4 ) ) RDEPEND=>=app-arch/tar-1.27 dev-lang/python-exec:2 !build? ( >=sys-apps/sed-4.0.5 app-shells/bash:0[readline] >=app-admin/eselect-1.2 python_targets_pypy? ( dev-python/pyblake2[python_targets_pypy(-)?,-python_single_target_pypy(-),python_targets_python2_7(-)?,-python_single_target_python2_7(-),python_targets_python3_4(-)?,-python_single_target_python3_4(-),python_targets_python3_5(-)?,-python_single_target_python3_5(-)] ) python_targets_python2_7? ( dev-python/pyblake2[python_targets_pypy(-)?,-python_single_target_pypy(-),python_targets_python2_7(-)?,-python_single_target_python2_7(-),python_targets_python3_4(-)?,-python_single_target_python3_4(-),python_targets_python3_5(-)?,-python_single_target_python3_5(-)] ) python_targets_python3_4? ( dev-python/pyblake2[python_targets_pypy(-)?,-python_single_target_pypy(-),python_targets_python2_7(-)?,-python_single_target_python2_7(-),python_targets_python3_4(-)?,-python_single_target_python3_4(-),python_targets_python3_5(-)?,-python_single_target_python3_5(-)] ) python_targets_python3_5? ( dev-python/pyblake2[python_targets_pypy(-)?,-python_single_target_pypy(-),python_targets_python2_7(-)?,-python_single_target_python2_7(-),python_targets_python3_4(-)?,-python_single_target_python3_4(-),python_targets_python3_5(-)?,-python_single_target_python3_5(-)] ) ) elibc_FreeBSD? ( sys-freebsd/freebsd-bin ) elibc_glibc? ( >=sys-apps/sandbox-2.2 ) elibc_musl? ( >=sys-apps/sandbox-2.2 ) elibc_uclibc? ( >=sys-apps/sandbox-2.2 ) >=app-misc/pax-utils-0.1.17 selinux? ( >=sys-libs/libselinux-2.0.94[python,python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] ) xattr? ( kernel_linux? ( >=sys-apps/install-xattr-0.3 python_targets_pypy? ( dev-python/pyxattr[python_targets_pypy(-)?,-python_single_target_pypy(-),python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) python_targets_python2_7? ( dev-python/pyxattr[python_targets_pypy(-)?,-python_single_target_pypy(-),python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) ) ) !=virtual/pypy-5:0=[bzip2(+),threads(+)] ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[bzip2(+),threads(+)] ) python_targets_python3_4? ( dev-lang/python:3.4[bzip2(+),threads(+)] ) python_targets_python3_5? ( dev-lang/python:3.5[bzip2(+),threads(+)] ) python_targets_python3_6? ( dev-lang/python:3.6[bzip2(+),threads(+)] ) >=dev-lang/python-exec-2:=[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] @@ -12,4 +12,4 @@ REQUIRED_USE=epydoc? ( python_targets_python2_7 ) || ( python_targets_pypy pytho SLOT=0 SRC_URI=mirror://gentoo/portage-2.3.13.tar.bz2 https://dev.gentoo.org/~zmedico/portage/archives/portage-2.3.13.tar.bz2 _eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 distutils-r1 372bbe39047c0a2550319a3a82f3e063 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 ltprune 2770eed66a9b8ef944714cd0e968182e multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 6f5991c7101863d0b29df63990ad852e python-r1 e9350ec46bb5c9f3504b4fbe8b8d8987 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 185a06792159ca143528e7010368e8af xdg-utils f2c8335407f0b935b0a96d4adf23ef25 -_md5_=ecbc4695c5d8d172b945b89520117b58 +_md5_=65376d17916f083e6266fe87d099080d diff --git a/metadata/md5-cache/sys-apps/systemd-235-r1 b/metadata/md5-cache/sys-apps/systemd-235-r1 index 812744239384..13523f9cb697 100644 --- a/metadata/md5-cache/sys-apps/systemd-235-r1 +++ b/metadata/md5-cache/sys-apps/systemd-235-r1 @@ -12,5 +12,5 @@ REQUIRED_USE=importd? ( curl gcrypt lzma ) RESTRICT=!test? ( test ) SLOT=0/2 SRC_URI=https://github.com/systemd/systemd/archive/v235.tar.gz -> systemd-235.tar.gz -_eclasses_=bash-completion-r1 8e447753aaf658afa609fbf961d80ab7 desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 linux-info ca370deef9d44125d829f2eb6ebc83e0 ltprune 2770eed66a9b8ef944714cd0e968182e meson 0946ddca90e9c2d3e4687bb097dd9ed3 multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multilib-build eed53a6313267c9fbcd35fc384bd0087 multilib-minimal 9139c3a57e077cb8e0d0f73ceb080b89 multiprocessing 6f5991c7101863d0b29df63990ad852e ninja-utils ebb2eaddc6331c4fa000b8eb8f6fe074 pam 3e788d86170dfcd5b06824d898315e18 python-any-r1 27d7f9da7187d283b7f3eae8390b7b09 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d systemd 8f5286f89e265842f5b5189666eae88b toolchain-funcs 185a06792159ca143528e7010368e8af udev d91cac2c73b94629cad2daea66e0d182 user 8bc2845510e2109af75e3eeac607ec81 versionator c80ccf29e90adea7c5cae94b42eb76d0 +_eclasses_=bash-completion-r1 8e447753aaf658afa609fbf961d80ab7 desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 linux-info ca370deef9d44125d829f2eb6ebc83e0 ltprune 2770eed66a9b8ef944714cd0e968182e meson f8e09b2b2ac1e9bb0bd374b6ad77a90d multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multilib-build eed53a6313267c9fbcd35fc384bd0087 multilib-minimal 9139c3a57e077cb8e0d0f73ceb080b89 multiprocessing 6f5991c7101863d0b29df63990ad852e ninja-utils ebb2eaddc6331c4fa000b8eb8f6fe074 pam 3e788d86170dfcd5b06824d898315e18 python-any-r1 27d7f9da7187d283b7f3eae8390b7b09 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d systemd 8f5286f89e265842f5b5189666eae88b toolchain-funcs 185a06792159ca143528e7010368e8af udev d91cac2c73b94629cad2daea66e0d182 user 8bc2845510e2109af75e3eeac607ec81 versionator c80ccf29e90adea7c5cae94b42eb76d0 _md5_=de402a34432a1368a07d262a6365e441 diff --git a/metadata/md5-cache/sys-apps/systemd-236-r1 b/metadata/md5-cache/sys-apps/systemd-236-r1 index 927860e13408..e6adb0a1203f 100644 --- a/metadata/md5-cache/sys-apps/systemd-236-r1 +++ b/metadata/md5-cache/sys-apps/systemd-236-r1 @@ -12,5 +12,5 @@ REQUIRED_USE=importd? ( curl gcrypt lzma ) RESTRICT=!test? ( test ) SLOT=0/2 SRC_URI=https://github.com/systemd/systemd/archive/v236.tar.gz -> systemd-236.tar.gz -_eclasses_=bash-completion-r1 8e447753aaf658afa609fbf961d80ab7 desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 linux-info ca370deef9d44125d829f2eb6ebc83e0 ltprune 2770eed66a9b8ef944714cd0e968182e meson 0946ddca90e9c2d3e4687bb097dd9ed3 multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multilib-build eed53a6313267c9fbcd35fc384bd0087 multilib-minimal 9139c3a57e077cb8e0d0f73ceb080b89 multiprocessing 6f5991c7101863d0b29df63990ad852e ninja-utils ebb2eaddc6331c4fa000b8eb8f6fe074 pam 3e788d86170dfcd5b06824d898315e18 python-any-r1 27d7f9da7187d283b7f3eae8390b7b09 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d systemd 8f5286f89e265842f5b5189666eae88b toolchain-funcs 185a06792159ca143528e7010368e8af udev d91cac2c73b94629cad2daea66e0d182 user 8bc2845510e2109af75e3eeac607ec81 versionator c80ccf29e90adea7c5cae94b42eb76d0 +_eclasses_=bash-completion-r1 8e447753aaf658afa609fbf961d80ab7 desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 linux-info ca370deef9d44125d829f2eb6ebc83e0 ltprune 2770eed66a9b8ef944714cd0e968182e meson f8e09b2b2ac1e9bb0bd374b6ad77a90d multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multilib-build eed53a6313267c9fbcd35fc384bd0087 multilib-minimal 9139c3a57e077cb8e0d0f73ceb080b89 multiprocessing 6f5991c7101863d0b29df63990ad852e ninja-utils ebb2eaddc6331c4fa000b8eb8f6fe074 pam 3e788d86170dfcd5b06824d898315e18 python-any-r1 27d7f9da7187d283b7f3eae8390b7b09 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d systemd 8f5286f89e265842f5b5189666eae88b toolchain-funcs 185a06792159ca143528e7010368e8af udev d91cac2c73b94629cad2daea66e0d182 user 8bc2845510e2109af75e3eeac607ec81 versionator c80ccf29e90adea7c5cae94b42eb76d0 _md5_=3d529a89ef13c400f755074dda36a190 diff --git a/metadata/md5-cache/sys-apps/systemd-9999 b/metadata/md5-cache/sys-apps/systemd-9999 index 24afcfcdf016..b61ac46d821a 100644 --- a/metadata/md5-cache/sys-apps/systemd-9999 +++ b/metadata/md5-cache/sys-apps/systemd-9999 @@ -10,5 +10,5 @@ RDEPEND=>=sys-apps/util-linux-2.30:0=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32( REQUIRED_USE=importd? ( curl gcrypt lzma ) RESTRICT=!test? ( test ) SLOT=0/2 -_eclasses_=bash-completion-r1 8e447753aaf658afa609fbf961d80ab7 desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 git-r3 fec09a83ae965b041b47f5ff7c8ba29a linux-info ca370deef9d44125d829f2eb6ebc83e0 ltprune 2770eed66a9b8ef944714cd0e968182e meson 0946ddca90e9c2d3e4687bb097dd9ed3 multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multilib-build eed53a6313267c9fbcd35fc384bd0087 multilib-minimal 9139c3a57e077cb8e0d0f73ceb080b89 multiprocessing 6f5991c7101863d0b29df63990ad852e ninja-utils ebb2eaddc6331c4fa000b8eb8f6fe074 pam 3e788d86170dfcd5b06824d898315e18 python-any-r1 27d7f9da7187d283b7f3eae8390b7b09 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d systemd 8f5286f89e265842f5b5189666eae88b toolchain-funcs 185a06792159ca143528e7010368e8af udev d91cac2c73b94629cad2daea66e0d182 user 8bc2845510e2109af75e3eeac607ec81 versionator c80ccf29e90adea7c5cae94b42eb76d0 +_eclasses_=bash-completion-r1 8e447753aaf658afa609fbf961d80ab7 desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 git-r3 fec09a83ae965b041b47f5ff7c8ba29a linux-info ca370deef9d44125d829f2eb6ebc83e0 ltprune 2770eed66a9b8ef944714cd0e968182e meson f8e09b2b2ac1e9bb0bd374b6ad77a90d multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multilib-build eed53a6313267c9fbcd35fc384bd0087 multilib-minimal 9139c3a57e077cb8e0d0f73ceb080b89 multiprocessing 6f5991c7101863d0b29df63990ad852e ninja-utils ebb2eaddc6331c4fa000b8eb8f6fe074 pam 3e788d86170dfcd5b06824d898315e18 python-any-r1 27d7f9da7187d283b7f3eae8390b7b09 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d systemd 8f5286f89e265842f5b5189666eae88b toolchain-funcs 185a06792159ca143528e7010368e8af udev d91cac2c73b94629cad2daea66e0d182 user 8bc2845510e2109af75e3eeac607ec81 versionator c80ccf29e90adea7c5cae94b42eb76d0 _md5_=2c09dab9cf83fddc0887f3d266d75f54 diff --git a/metadata/md5-cache/sys-auth/Manifest.gz b/metadata/md5-cache/sys-auth/Manifest.gz index 6c7b39dd0346..19265ccc4a2f 100644 Binary files a/metadata/md5-cache/sys-auth/Manifest.gz and b/metadata/md5-cache/sys-auth/Manifest.gz differ diff --git a/metadata/md5-cache/sys-auth/consolekit-1.2.0 b/metadata/md5-cache/sys-auth/consolekit-1.2.0 index cd221ac1312e..bb9a026a2437 100644 --- a/metadata/md5-cache/sys-auth/consolekit-1.2.0 +++ b/metadata/md5-cache/sys-auth/consolekit-1.2.0 @@ -4,10 +4,10 @@ DESCRIPTION=Framework for defining and tracking users, login sessions and seats EAPI=6 HOMEPAGE=https://github.com/ConsoleKit2/ConsoleKit2 https://www.freedesktop.org/wiki/Software/ConsoleKit IUSE=acl cgroups debug doc evdev kernel_linux pam pm-utils policykit selinux test udev -KEYWORDS=alpha amd64 ~arm ~arm64 hppa ia64 ppc ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux +KEYWORDS=alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux LICENSE=GPL-2 RDEPEND=>=dev-libs/glib-2.40:2=[dbus] >=sys-devel/gettext-0.19 sys-apps/dbus sys-libs/zlib:= x11-libs/libX11:= acl? ( sys-apps/acl:= >=virtual/udev-200 ) cgroups? ( app-admin/cgmanager >=sys-libs/libnih-1.0.2[dbus] ) evdev? ( dev-libs/libevdev:= ) udev? ( virtual/libudev x11-libs/libdrm:= ) pam? ( virtual/pam ) policykit? ( >=sys-auth/polkit-0.110 ) selinux? ( sys-libs/libselinux ) kernel_linux? ( sys-apps/coreutils[acl?] ) pm-utils? ( sys-power/pm-utils ) selinux? ( sec-policy/selinux-consolekit ) SLOT=0 SRC_URI=https://github.com/ConsoleKit2/ConsoleKit2/releases/download/1.2.0/ConsoleKit2-1.2.0.tar.bz2 _eclasses_=autotools dc412f38566b91012efd58b9c203e6c3 desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 libtool 0081a71a261724730ec4c248494f044d linux-info ca370deef9d44125d829f2eb6ebc83e0 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e pam 3e788d86170dfcd5b06824d898315e18 toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 xdg-utils f2c8335407f0b935b0a96d4adf23ef25 -_md5_=06e8f7f4f18d2027356d789cafed842d +_md5_=a202ccbd542dc9fc0e6def9bc1d2dc18 diff --git a/metadata/md5-cache/sys-auth/consolekit-1.2.1 b/metadata/md5-cache/sys-auth/consolekit-1.2.1 new file mode 100644 index 000000000000..9765102dd2d0 --- /dev/null +++ b/metadata/md5-cache/sys-auth/consolekit-1.2.1 @@ -0,0 +1,13 @@ +DEFINED_PHASES=configure install prepare setup +DEPEND=>=dev-libs/glib-2.40:2=[dbus] >=sys-devel/gettext-0.19 sys-apps/dbus sys-libs/zlib:= x11-libs/libX11:= acl? ( sys-apps/acl:= >=virtual/udev-200 ) cgroups? ( app-admin/cgmanager >=sys-libs/libnih-1.0.2[dbus] ) evdev? ( dev-libs/libevdev:= ) udev? ( virtual/libudev x11-libs/libdrm:= ) pam? ( virtual/pam ) policykit? ( >=sys-auth/polkit-0.110 ) selinux? ( sys-libs/libselinux ) dev-libs/libxslt virtual/pkgconfig doc? ( app-text/xmlto ) test? ( app-text/docbook-xml-dtd:4.1.2 app-text/xmlto ) >=app-portage/elt-patches-20170422 !=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 +DESCRIPTION=Framework for defining and tracking users, login sessions and seats +EAPI=6 +HOMEPAGE=https://github.com/ConsoleKit2/ConsoleKit2 https://www.freedesktop.org/wiki/Software/ConsoleKit +IUSE=acl cgroups debug doc evdev kernel_linux pam pm-utils policykit selinux test udev +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux +LICENSE=GPL-2 +RDEPEND=>=dev-libs/glib-2.40:2=[dbus] >=sys-devel/gettext-0.19 sys-apps/dbus sys-libs/zlib:= x11-libs/libX11:= acl? ( sys-apps/acl:= >=virtual/udev-200 ) cgroups? ( app-admin/cgmanager >=sys-libs/libnih-1.0.2[dbus] ) evdev? ( dev-libs/libevdev:= ) udev? ( virtual/libudev x11-libs/libdrm:= ) pam? ( virtual/pam ) policykit? ( >=sys-auth/polkit-0.110 ) selinux? ( sys-libs/libselinux ) kernel_linux? ( sys-apps/coreutils[acl?] ) pm-utils? ( sys-power/pm-utils ) selinux? ( sec-policy/selinux-consolekit ) +SLOT=0 +SRC_URI=https://github.com/ConsoleKit2/ConsoleKit2/releases/download/1.2.1/ConsoleKit2-1.2.1.tar.bz2 +_eclasses_=autotools dc412f38566b91012efd58b9c203e6c3 desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 libtool 0081a71a261724730ec4c248494f044d linux-info ca370deef9d44125d829f2eb6ebc83e0 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e pam 3e788d86170dfcd5b06824d898315e18 toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 xdg-utils f2c8335407f0b935b0a96d4adf23ef25 +_md5_=fbde432e54c03d719eca522a0d411254 diff --git a/metadata/md5-cache/sys-auth/pambase-20150213-r1 b/metadata/md5-cache/sys-auth/pambase-20150213-r1 index 7d002cb43eac..574b425096f7 100644 --- a/metadata/md5-cache/sys-auth/pambase-20150213-r1 +++ b/metadata/md5-cache/sys-auth/pambase-20150213-r1 @@ -4,10 +4,10 @@ DESCRIPTION=PAM base configuration files EAPI=6 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:PAM IUSE=consolekit cracklib debug elogind gnome-keyring minimal mktemp +nullok pam_krb5 pam_ssh passwdqc securetty selinux +sha512 systemd -KEYWORDS=alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 -sparc-fbsd -x86-fbsd ~amd64-linux ~x86-linux +KEYWORDS=alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 -sparc-fbsd -x86-fbsd ~amd64-linux ~x86-linux LICENSE=GPL-2 RDEPEND=|| ( >=sys-libs/pam-1.1.3 ( sys-auth/openpam || ( sys-freebsd/freebsd-pam-modules sys-netbsd/netbsd-pam-modules ) ) ) consolekit? ( sys-auth/consolekit[pam] ) cracklib? ( sys-libs/pam[cracklib] ) elogind? ( sys-auth/elogind[pam] ) gnome-keyring? ( gnome-base/gnome-keyring[pam] ) mktemp? ( sys-auth/pam_mktemp ) pam_krb5? ( || ( >=sys-libs/pam-1.1.3 sys-auth/openpam ) sys-auth/pam_krb5 ) pam_ssh? ( sys-auth/pam_ssh ) passwdqc? ( sys-auth/pam_passwdqc ) selinux? ( sys-libs/pam[selinux] ) sha512? ( >=sys-libs/pam-1.1.3 ) systemd? ( sys-apps/systemd[pam] ) RESTRICT=binchecks SLOT=0 SRC_URI=https://dev.gentoo.org/~vapier/dist/pambase-20150213.tar.xz -_md5_=7b3ed277fa26ab184ba1863761614636 +_md5_=4db07ff5d7676af960091322ff70b63a diff --git a/metadata/md5-cache/sys-auth/polkit-0.113-r4 b/metadata/md5-cache/sys-auth/polkit-0.113-r4 index 36786df12bb3..d363685067e3 100644 --- a/metadata/md5-cache/sys-auth/polkit-0.113-r4 +++ b/metadata/md5-cache/sys-auth/polkit-0.113-r4 @@ -4,7 +4,7 @@ DESCRIPTION=Policy framework for controlling privileges for system-wide services EAPI=6 HOMEPAGE=https://www.freedesktop.org/wiki/Software/polkit IUSE=elogind examples gtk +introspection jit kde nls pam selinux systemd test -KEYWORDS=alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 +KEYWORDS=alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 LICENSE=LGPL-2 PDEPEND=gtk? ( || ( >=gnome-extra/polkit-gnome-0.105 >=lxde-base/lxsession-0.5.2 ) ) kde? ( kde-plasma/polkit-kde-agent ) !systemd? ( !elogind? ( sys-auth/consolekit[policykit] ) ) RDEPEND=dev-lang/spidermonkey:0/mozjs185[-debug] dev-libs/glib:2 dev-libs/expat elogind? ( sys-auth/elogind ) introspection? ( dev-libs/gobject-introspection ) pam? ( sys-auth/pambase virtual/pam ) systemd? ( sys-apps/systemd:0= ) selinux? ( sec-policy/selinux-policykit ) @@ -12,4 +12,4 @@ REQUIRED_USE=?? ( elogind systemd ) SLOT=0 SRC_URI=https://www.freedesktop.org/software/polkit/releases/polkit-0.113.tar.gz _eclasses_=autotools dc412f38566b91012efd58b9c203e6c3 desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 libtool 0081a71a261724730ec4c248494f044d ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e pam 3e788d86170dfcd5b06824d898315e18 pax-utils 4f95120230a315c8caaabeb2307b7eee systemd 8f5286f89e265842f5b5189666eae88b toolchain-funcs 185a06792159ca143528e7010368e8af user 8bc2845510e2109af75e3eeac607ec81 xdg-utils f2c8335407f0b935b0a96d4adf23ef25 -_md5_=5c7af19402cb4dc28291e07719c5b6c5 +_md5_=5f5b9ae3fdbf49c54ab2812acf6918f2 diff --git a/metadata/md5-cache/sys-boot/Manifest.gz b/metadata/md5-cache/sys-boot/Manifest.gz index 816e546d707f..64dcd0d9a294 100644 Binary files a/metadata/md5-cache/sys-boot/Manifest.gz and b/metadata/md5-cache/sys-boot/Manifest.gz differ diff --git a/metadata/md5-cache/sys-boot/systemd-boot-235 b/metadata/md5-cache/sys-boot/systemd-boot-235 index ba5ac78d6f29..875bbe94ccc9 100644 --- a/metadata/md5-cache/sys-boot/systemd-boot-235 +++ b/metadata/md5-cache/sys-boot/systemd-boot-235 @@ -9,5 +9,5 @@ RDEPEND=>=sys-apps/util-linux-2.30 !sys-apps/systemd RESTRICT=test SLOT=0 SRC_URI=https://github.com/systemd/systemd/archive/v235.tar.gz -> systemd-235.tar.gz -_eclasses_=meson 0946ddca90e9c2d3e4687bb097dd9ed3 multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 6f5991c7101863d0b29df63990ad852e ninja-utils ebb2eaddc6331c4fa000b8eb8f6fe074 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 185a06792159ca143528e7010368e8af +_eclasses_=meson f8e09b2b2ac1e9bb0bd374b6ad77a90d multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 6f5991c7101863d0b29df63990ad852e ninja-utils ebb2eaddc6331c4fa000b8eb8f6fe074 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 185a06792159ca143528e7010368e8af _md5_=0e8f207e74923b79c4bc3d1d8fb86b27 diff --git a/metadata/md5-cache/sys-cluster/Manifest.gz b/metadata/md5-cache/sys-cluster/Manifest.gz index 1dcd519c5e0d..47214c4e7edd 100644 Binary files a/metadata/md5-cache/sys-cluster/Manifest.gz and b/metadata/md5-cache/sys-cluster/Manifest.gz differ diff --git a/metadata/md5-cache/sys-cluster/ceph-10.2.10 b/metadata/md5-cache/sys-cluster/ceph-10.2.10-r1 similarity index 84% rename from metadata/md5-cache/sys-cluster/ceph-10.2.10 rename to metadata/md5-cache/sys-cluster/ceph-10.2.10-r1 index dc2a5a5957ea..8cb93502be6d 100644 --- a/metadata/md5-cache/sys-cluster/ceph-10.2.10 +++ b/metadata/md5-cache/sys-cluster/ceph-10.2.10-r1 @@ -1,5 +1,5 @@ DEFINED_PHASES=compile configure install postinst prepare pretend setup test -DEPEND=app-arch/snappy:= sys-libs/zlib:= app-arch/lz4:= app-arch/bzip2:= app-arch/zstd:= dev-libs/boost:=[threads] dev-libs/libaio:= dev-libs/leveldb:=[snappy] nss? ( dev-libs/nss:= ) libatomic? ( dev-libs/libatomic_ops:= ) cryptopp? ( dev-libs/crypto++:= ) sys-apps/keyutils sys-apps/util-linux dev-libs/libxml2:= radosgw? ( dev-libs/fcgi:= ) ldap? ( net-nds/openldap:= ) babeltrace? ( dev-util/babeltrace ) fuse? ( sys-fs/fuse:0= ) xfs? ( sys-fs/xfsprogs:= ) zfs? ( sys-fs/zfs:= ) gtk? ( x11-libs/gtk+:2= dev-cpp/gtkmm:2.4 gnome-base/librsvg:= ) radosgw? ( dev-libs/fcgi:= dev-libs/expat:= net-misc/curl:= ) jemalloc? ( dev-libs/jemalloc:= ) !jemalloc? ( =dev-util/google-perftools-2.4*:= ) lttng? ( dev-util/lttng-ust:= ) 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(-)] dev-python/cython[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(-)] app-arch/cpio virtual/pkgconfig dev-python/sphinx test? ( sys-fs/btrfs-progs sys-apps/grep[pcre] dev-python/tox[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] dev-python/virtualenv[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(-)] ) >=app-portage/elt-patches-20170422 !=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 virtual/pkgconfig virtual/pkgconfig +DEPEND=app-arch/snappy:= sys-libs/zlib:= app-arch/lz4:= app-arch/bzip2:= app-arch/zstd:= dev-libs/boost:=[threads] dev-libs/libaio:= dev-libs/leveldb:=[snappy] nss? ( dev-libs/nss:= ) libatomic? ( dev-libs/libatomic_ops:= ) cryptopp? ( dev-libs/crypto++:= ) sys-apps/keyutils sys-apps/util-linux dev-libs/libxml2:= radosgw? ( dev-libs/fcgi:= ) ldap? ( net-nds/openldap:= ) babeltrace? ( dev-util/babeltrace ) fuse? ( sys-fs/fuse:0= ) xfs? ( sys-fs/xfsprogs:= ) zfs? ( sys-fs/zfs:= ) gtk? ( x11-libs/gtk+:2= dev-cpp/gtkmm:2.4 gnome-base/librsvg:= ) radosgw? ( dev-libs/fcgi:= dev-libs/expat:= net-misc/curl:= ) jemalloc? ( dev-libs/jemalloc:= ) !jemalloc? ( =dev-util/google-perftools-2.4*:= ) lttng? ( dev-util/lttng-ust:= ) 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(-)] dev-python/cython[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(-)] app-arch/cpio dev-lang/yasm virtual/pkgconfig dev-python/sphinx test? ( sys-fs/btrfs-progs sys-apps/grep[pcre] dev-python/tox[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] dev-python/virtualenv[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(-)] ) >=app-portage/elt-patches-20170422 !=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 virtual/pkgconfig virtual/pkgconfig DESCRIPTION=Ceph distributed filesystem EAPI=6 HOMEPAGE=https://ceph.com/ @@ -12,4 +12,4 @@ RESTRICT=test SLOT=0 SRC_URI=https://download.ceph.com/tarballs/ceph-10.2.10.tar.gz _eclasses_=autotools dc412f38566b91012efd58b9c203e6c3 check-reqs bd050ce908e4637604ee604ed4b78e8f desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 libtool 0081a71a261724730ec4c248494f044d ltprune 2770eed66a9b8ef944714cd0e968182e multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e python-r1 e9350ec46bb5c9f3504b4fbe8b8d8987 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d readme.gentoo-r1 6f03e110529650f57fc7d1fb908b8986 systemd 8f5286f89e265842f5b5189666eae88b toolchain-funcs 185a06792159ca143528e7010368e8af udev d91cac2c73b94629cad2daea66e0d182 user 8bc2845510e2109af75e3eeac607ec81 versionator c80ccf29e90adea7c5cae94b42eb76d0 -_md5_=4cb77c0952fe8c013d4b1089445f0c79 +_md5_=9731a70911cc24dbcea57c83af1082ac diff --git a/metadata/md5-cache/sys-cluster/native-mpi-0 b/metadata/md5-cache/sys-cluster/native-mpi-0 index 1b4387101c82..c44194068176 100644 --- a/metadata/md5-cache/sys-cluster/native-mpi-0 +++ b/metadata/md5-cache/sys-cluster/native-mpi-0 @@ -1,8 +1,8 @@ DEFINED_PHASES=install postinst DESCRIPTION=Use native OS MPI in prefix environment -EAPI=3 +EAPI=6 HOMEPAGE=https://prefix.gentoo.org KEYWORDS=~amd64-linux ~x86-linux LICENSE=GPL-3 SLOT=0 -_md5_=dc2bde9d965ee21f46eddd5be1b5e04e +_md5_=f7ecfefa4c0eb017b93dedccad8a9c4b diff --git a/metadata/md5-cache/sys-devel/Manifest.gz b/metadata/md5-cache/sys-devel/Manifest.gz index 061428a54c93..0ee1a5552fa5 100644 Binary files a/metadata/md5-cache/sys-devel/Manifest.gz and b/metadata/md5-cache/sys-devel/Manifest.gz differ diff --git a/metadata/md5-cache/sys-devel/bin86-0.16.21 b/metadata/md5-cache/sys-devel/bin86-0.16.21 index d0488d827540..bcd180b1fc27 100644 --- a/metadata/md5-cache/sys-devel/bin86-0.16.21 +++ b/metadata/md5-cache/sys-devel/bin86-0.16.21 @@ -1,10 +1,10 @@ DEFINED_PHASES=install prepare DESCRIPTION=Assembler and loader used to create kernel bootsector -EAPI=5 +EAPI=6 HOMEPAGE=http://v3.sk/~lkundrak/dev86/ KEYWORDS=amd64 ~arm64 ~ppc ~ppc64 x86 ~amd64-fbsd ~x86-fbsd LICENSE=GPL-2 SLOT=0 SRC_URI=http://v3.sk/~lkundrak/dev86/bin86-0.16.21.tar.gz _eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 185a06792159ca143528e7010368e8af -_md5_=d103c215f6261cf1ee9a5e929bdb8c23 +_md5_=92e1f26539a774cf0a0895c48c3f59a2 diff --git a/metadata/md5-cache/sys-devel/binutils-2.29.1-r1 b/metadata/md5-cache/sys-devel/binutils-2.29.1-r1 index d517b300cb16..2c0389a05646 100644 --- a/metadata/md5-cache/sys-devel/binutils-2.29.1-r1 +++ b/metadata/md5-cache/sys-devel/binutils-2.29.1-r1 @@ -4,10 +4,10 @@ DESCRIPTION=Tools necessary to build programs EAPI=5 HOMEPAGE=https://sourceware.org/binutils/ IUSE=cxx multitarget nls static-libs test vanilla -KEYWORDS=alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd -sparc-fbsd ~x86-fbsd +KEYWORDS=alpha amd64 arm arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd -sparc-fbsd ~x86-fbsd LICENSE=|| ( GPL-3 LGPL-3 ) RDEPEND=>=sys-devel/binutils-config-3 sys-libs/zlib SLOT=2.29.1 SRC_URI=mirror://gnu/binutils/binutils-2.29.1.tar.bz2 mirror://gentoo/binutils-2.29.1-patches-3.tar.xz https://dev.gentoo.org/~vapier/dist/binutils-2.29.1-patches-3.tar.xz https://dev.gentoo.org/~tamiko/distfiles/binutils-2.29.1-patches-3.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/binutils-2.29.1-patches-3.tar.xz _eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 gnuconfig b8ec1c34be4ff9dac7ad4034d277936b libtool 0081a71a261724730ec4c248494f044d ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-binutils 836af54604b9fef015d2bfd165d4ca32 toolchain-funcs 185a06792159ca143528e7010368e8af unpacker f40f7b4bd5aa88c2a4ba7b0d1e0ded70 versionator c80ccf29e90adea7c5cae94b42eb76d0 -_md5_=1dd76a7cc06aa67517acfb3ddca26dfe +_md5_=d0cb25989582a8b08a9b4edfb43bc277 diff --git a/metadata/md5-cache/sys-devel/clang-3.7.1-r100 b/metadata/md5-cache/sys-devel/clang-3.7.1-r100 index e1c4e4cabc43..43c40686a78e 100644 --- a/metadata/md5-cache/sys-devel/clang-3.7.1-r100 +++ b/metadata/md5-cache/sys-devel/clang-3.7.1-r100 @@ -3,9 +3,9 @@ DESCRIPTION=C language family frontend for LLVM (meta-ebuild) EAPI=5 HOMEPAGE=https://clang.llvm.org/ IUSE=debug multitarget python +static-analyzer 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 x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos +KEYWORDS=amd64 ~arm64 x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos LICENSE=UoI-NCSA RDEPEND=~sys-devel/llvm-3.7.1[clang(-),debug=,multitarget?,python?,static-analyzer?,abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] SLOT=0/3.7 _eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 ltprune 2770eed66a9b8ef944714cd0e968182e multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multilib-build eed53a6313267c9fbcd35fc384bd0087 toolchain-funcs 185a06792159ca143528e7010368e8af -_md5_=bfafd82088c128d513aca0136de584d3 +_md5_=a934a0ed4cee33319d33908c65d046f0 diff --git a/metadata/md5-cache/sys-devel/dev86-0.16.19 b/metadata/md5-cache/sys-devel/dev86-0.16.19 index b396f0c32bc1..a7aac0745df8 100644 --- a/metadata/md5-cache/sys-devel/dev86-0.16.19 +++ b/metadata/md5-cache/sys-devel/dev86-0.16.19 @@ -2,11 +2,11 @@ DEFINED_PHASES=compile install prepare DEPEND=sys-devel/bin86 dev-util/gperf DESCRIPTION=Bruce's C compiler - Simple C compiler to generate 8086 code EAPI=4 -HOMEPAGE=http://www.debath.co.uk/ +HOMEPAGE=http://www.debath.co.uk/ https://github.com/lkundrak/dev86 KEYWORDS=amd64 x86 LICENSE=GPL-2 RDEPEND=sys-devel/bin86 SLOT=0 SRC_URI=http://www.debath.co.uk/dev86/Dev86src-0.16.19.tar.gz _eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 185a06792159ca143528e7010368e8af -_md5_=48f1581046e1c7856c0751b5e688de9f +_md5_=21bba5dae8cac15912deeb8fe084b8a5 diff --git a/metadata/md5-cache/sys-devel/dev86-0.16.21 b/metadata/md5-cache/sys-devel/dev86-0.16.21 deleted file mode 100644 index 8dae0409ae92..000000000000 --- a/metadata/md5-cache/sys-devel/dev86-0.16.21 +++ /dev/null @@ -1,12 +0,0 @@ -DEFINED_PHASES=compile install prepare -DEPEND=sys-devel/bin86 dev-util/gperf -DESCRIPTION=Bruce's C compiler - Simple C compiler to generate 8086 code -EAPI=5 -HOMEPAGE=http://v3.sk/~lkundrak/dev86/ -KEYWORDS=~amd64 ~ppc ~ppc64 ~x86 -LICENSE=GPL-2 -RDEPEND=sys-devel/bin86 -SLOT=0 -SRC_URI=http://v3.sk/~lkundrak/dev86/Dev86src-0.16.21.tar.gz -_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 185a06792159ca143528e7010368e8af -_md5_=229285c3c24900e12af71c386caa41a7 diff --git a/metadata/md5-cache/sys-devel/dev86-0.16.21-r2 b/metadata/md5-cache/sys-devel/dev86-0.16.21-r2 index f6883ccf93a2..4c093540c892 100644 --- a/metadata/md5-cache/sys-devel/dev86-0.16.21-r2 +++ b/metadata/md5-cache/sys-devel/dev86-0.16.21-r2 @@ -2,11 +2,11 @@ DEFINED_PHASES=compile install prepare DEPEND=sys-devel/bin86 dev-util/gperf DESCRIPTION=Bruce's C compiler - Simple C compiler to generate 8086 code EAPI=6 -HOMEPAGE=http://v3.sk/~lkundrak/dev86/ +HOMEPAGE=http://www.debath.co.uk/ https://github.com/lkundrak/dev86 KEYWORDS=~amd64 ~arm64 ~ppc ~ppc64 ~x86 LICENSE=GPL-2 RDEPEND=sys-devel/bin86 SLOT=0 SRC_URI=http://v3.sk/~lkundrak/dev86/Dev86src-0.16.21.tar.gz _eclasses_=multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 185a06792159ca143528e7010368e8af -_md5_=5e600c242df7645c578ba4e5a39772bd +_md5_=86defaa0f5089603af0c767d3a051abf diff --git a/metadata/md5-cache/sys-devel/gcc-6.4.0 b/metadata/md5-cache/sys-devel/gcc-6.4.0 index f5fa9d10177a..63e8929e4030 100644 --- a/metadata/md5-cache/sys-devel/gcc-6.4.0 +++ b/metadata/md5-cache/sys-devel/gcc-6.4.0 @@ -4,7 +4,7 @@ DESCRIPTION=The GNU Compiler Collection EAPI=5 HOMEPAGE=https://gcc.gnu.org/ IUSE=regression-test vanilla altivec debug doc gcj awt hardened multilib objc pgo objc-gc libssp objc++ fixed-point go graphite cilk +vtv jit mpx +pie +ssp +pch +nls +nptl +cxx +fortran +openmp +sanitize -KEYWORDS=alpha amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd +KEYWORDS=alpha amd64 ~arm arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd LICENSE=GPL-3+ LGPL-3+ || ( GPL-3+ libgcc libstdc++ gcc-runtime-library-exception-3.1 ) FDL-1.3+ PDEPEND=elibc_glibc? ( >=sys-libs/glibc-2.13 ) >=sys-devel/gcc-config-1.7 RDEPEND=sys-libs/zlib nls? ( virtual/libintl ) virtual/libiconv >=dev-libs/gmp-4.3.2:0 >=dev-libs/mpfr-2.4.2:0 >=dev-libs/mpc-0.8.1:0 graphite? ( >=dev-libs/isl-0.14 ) @@ -12,4 +12,4 @@ RESTRICT=strip SLOT=6.4.0 SRC_URI=mirror://gnu/gcc/gcc-6.4.0/gcc-6.4.0.tar.xz mirror://gentoo/gcc-6.4.0-uclibc-patches-1.0.tar.bz2 https://dev.gentoo.org/~vapier/dist/gcc-6.4.0-uclibc-patches-1.0.tar.bz2 https://dev.gentoo.org/~rhill/dist/gcc-6.4.0-uclibc-patches-1.0.tar.bz2 https://dev.gentoo.org/~zorry/patches/gcc/gcc-6.4.0-uclibc-patches-1.0.tar.bz2 https://dev.gentoo.org/~blueness/dist/gcc-6.4.0-uclibc-patches-1.0.tar.bz2 https://dev.gentoo.org/~tamiko/distfiles/gcc-6.4.0-uclibc-patches-1.0.tar.bz2 https://dev.gentoo.org/~slyfox/distfiles/gcc-6.4.0-uclibc-patches-1.0.tar.bz2 mirror://gentoo/gcc-6.4.0-patches-1.1.tar.bz2 https://dev.gentoo.org/~vapier/dist/gcc-6.4.0-patches-1.1.tar.bz2 https://dev.gentoo.org/~rhill/dist/gcc-6.4.0-patches-1.1.tar.bz2 https://dev.gentoo.org/~zorry/patches/gcc/gcc-6.4.0-patches-1.1.tar.bz2 https://dev.gentoo.org/~blueness/dist/gcc-6.4.0-patches-1.1.tar.bz2 https://dev.gentoo.org/~tamiko/distfiles/gcc-6.4.0-patches-1.1.tar.bz2 https://dev.gentoo.org/~slyfox/distfiles/gcc-6.4.0-patches-1.1.tar.bz2 gcj? ( ftp://sourceware.org/pub/java/ecj-4.5.jar ) _eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 fixheadtails 6b7b3d896b0b285c12a94f3105c2a06c flag-o-matic 02908f00f002f0f07c5b74783d778325 gnuconfig b8ec1c34be4ff9dac7ad4034d277936b libtool 0081a71a261724730ec4c248494f044d ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e pax-utils 4f95120230a315c8caaabeb2307b7eee prefix e51c7882b7b721e54e684f7eb143cbfe toolchain 618d7c76365bb0c1d9f6d5ad6dab148d toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 -_md5_=e10cb7fd60b38a3043562f4dccb787a3 +_md5_=47ee4403726adfab96934ac3331e9160 diff --git a/metadata/md5-cache/sys-fs/Manifest.gz b/metadata/md5-cache/sys-fs/Manifest.gz index 4fc41d7dae68..18f95c5e9e4d 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/cryptsetup-1.7.5 b/metadata/md5-cache/sys-fs/cryptsetup-1.7.5 index bf5891d012ca..0e6c63bb9348 100644 --- a/metadata/md5-cache/sys-fs/cryptsetup-1.7.5 +++ b/metadata/md5-cache/sys-fs/cryptsetup-1.7.5 @@ -4,11 +4,11 @@ DESCRIPTION=Tool to setup encrypted devices with dm-crypt EAPI=5 HOMEPAGE=https://gitlab.com/cryptsetup/cryptsetup/blob/master/README.md IUSE=+gcrypt kernel nettle openssl libressl nls pwquality python reencrypt static static-libs udev urandom python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 -KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 +KEYWORDS=~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 LICENSE=GPL-2+ RDEPEND=static-libs? ( dev-libs/libgpg-error[static-libs(+)] dev-libs/popt[static-libs(+)] sys-apps/util-linux[static-libs(+)] gcrypt? ( dev-libs/libgcrypt:0=[static-libs(+)] ) nettle? ( >=dev-libs/nettle-2.4[static-libs(+)] ) openssl? ( !libressl? ( dev-libs/openssl:0=[static-libs(+)] ) libressl? ( dev-libs/libressl:=[static-libs(+)] ) ) pwquality? ( dev-libs/libpwquality[static-libs(+)] ) sys-fs/lvm2[static-libs(+)] udev? ( virtual/libudev[static-libs(+)] ) ) dev-libs/libgpg-error dev-libs/popt sys-apps/util-linux gcrypt? ( dev-libs/libgcrypt:0= ) nettle? ( >=dev-libs/nettle-2.4 ) openssl? ( !libressl? ( dev-libs/openssl:0= ) libressl? ( dev-libs/libressl:= ) ) pwquality? ( dev-libs/libpwquality ) sys-fs/lvm2 udev? ( virtual/libudev ) 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(-)] ) REQUIRED_USE=^^ ( gcrypt kernel nettle openssl ) python? ( || ( python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 ) ) static? ( !gcrypt ) SLOT=0 SRC_URI=mirror://kernel/linux/utils/cryptsetup/v1.7/cryptsetup-1.7.5.tar.xz _eclasses_=autotools dc412f38566b91012efd58b9c203e6c3 desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 distutils-r1 372bbe39047c0a2550319a3a82f3e063 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 libtool 0081a71a261724730ec4c248494f044d linux-info ca370deef9d44125d829f2eb6ebc83e0 ltprune 2770eed66a9b8ef944714cd0e968182e multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 6f5991c7101863d0b29df63990ad852e python-r1 e9350ec46bb5c9f3504b4fbe8b8d8987 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 xdg-utils f2c8335407f0b935b0a96d4adf23ef25 -_md5_=75e3f907488577f0430cd9d31f920b59 +_md5_=2e92172f7331dd333bba57e1091cd819 diff --git a/metadata/md5-cache/sys-fs/fuse-3.1.0 b/metadata/md5-cache/sys-fs/fuse-3.1.0 index b24ffe34ab62..90ab2768ad9c 100644 --- a/metadata/md5-cache/sys-fs/fuse-3.1.0 +++ b/metadata/md5-cache/sys-fs/fuse-3.1.0 @@ -8,5 +8,5 @@ LICENSE=GPL-2 LGPL-2.1 RESTRICT=test SLOT=3 SRC_URI=https://github.com/libfuse/libfuse/releases/download/fuse-3.1.0/fuse-3.1.0.tar.gz -_eclasses_=meson 0946ddca90e9c2d3e4687bb097dd9ed3 multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multilib-build eed53a6313267c9fbcd35fc384bd0087 multilib-minimal 9139c3a57e077cb8e0d0f73ceb080b89 multiprocessing 6f5991c7101863d0b29df63990ad852e ninja-utils ebb2eaddc6331c4fa000b8eb8f6fe074 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 185a06792159ca143528e7010368e8af +_eclasses_=meson f8e09b2b2ac1e9bb0bd374b6ad77a90d multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multilib-build eed53a6313267c9fbcd35fc384bd0087 multilib-minimal 9139c3a57e077cb8e0d0f73ceb080b89 multiprocessing 6f5991c7101863d0b29df63990ad852e ninja-utils ebb2eaddc6331c4fa000b8eb8f6fe074 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 185a06792159ca143528e7010368e8af _md5_=5fdca9384feeb4ed7a39e020ea8b69b3 diff --git a/metadata/md5-cache/sys-fs/fuse-3.1.1 b/metadata/md5-cache/sys-fs/fuse-3.1.1 index 36238ca26a31..8622d222a946 100644 --- a/metadata/md5-cache/sys-fs/fuse-3.1.1 +++ b/metadata/md5-cache/sys-fs/fuse-3.1.1 @@ -8,5 +8,5 @@ LICENSE=GPL-2 LGPL-2.1 RESTRICT=test SLOT=3 SRC_URI=https://github.com/libfuse/libfuse/releases/download/fuse-3.1.1/fuse-3.1.1.tar.gz -_eclasses_=meson 0946ddca90e9c2d3e4687bb097dd9ed3 multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multilib-build eed53a6313267c9fbcd35fc384bd0087 multilib-minimal 9139c3a57e077cb8e0d0f73ceb080b89 multiprocessing 6f5991c7101863d0b29df63990ad852e ninja-utils ebb2eaddc6331c4fa000b8eb8f6fe074 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 185a06792159ca143528e7010368e8af +_eclasses_=meson f8e09b2b2ac1e9bb0bd374b6ad77a90d multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multilib-build eed53a6313267c9fbcd35fc384bd0087 multilib-minimal 9139c3a57e077cb8e0d0f73ceb080b89 multiprocessing 6f5991c7101863d0b29df63990ad852e ninja-utils ebb2eaddc6331c4fa000b8eb8f6fe074 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 185a06792159ca143528e7010368e8af _md5_=c7f8884827124cf9a8c9e4fee629c72f diff --git a/metadata/md5-cache/sys-fs/udev-234-r1 b/metadata/md5-cache/sys-fs/udev-234-r1 index 83df6f462073..0bf9b1b7d3c3 100644 --- a/metadata/md5-cache/sys-fs/udev-234-r1 +++ b/metadata/md5-cache/sys-fs/udev-234-r1 @@ -11,5 +11,5 @@ RDEPEND=>=sys-apps/util-linux-2.27.1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(- RESTRICT=test SLOT=0 SRC_URI=https://github.com/systemd/systemd/archive/v234.tar.gz -> systemd-234.tar.gz -_eclasses_=bash-completion-r1 8e447753aaf658afa609fbf961d80ab7 desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 linux-info ca370deef9d44125d829f2eb6ebc83e0 ltprune 2770eed66a9b8ef944714cd0e968182e meson 0946ddca90e9c2d3e4687bb097dd9ed3 multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multilib-build eed53a6313267c9fbcd35fc384bd0087 multilib-minimal 9139c3a57e077cb8e0d0f73ceb080b89 multiprocessing 6f5991c7101863d0b29df63990ad852e ninja-utils ebb2eaddc6331c4fa000b8eb8f6fe074 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 185a06792159ca143528e7010368e8af udev d91cac2c73b94629cad2daea66e0d182 user 8bc2845510e2109af75e3eeac607ec81 versionator c80ccf29e90adea7c5cae94b42eb76d0 +_eclasses_=bash-completion-r1 8e447753aaf658afa609fbf961d80ab7 desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 linux-info ca370deef9d44125d829f2eb6ebc83e0 ltprune 2770eed66a9b8ef944714cd0e968182e meson f8e09b2b2ac1e9bb0bd374b6ad77a90d multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multilib-build eed53a6313267c9fbcd35fc384bd0087 multilib-minimal 9139c3a57e077cb8e0d0f73ceb080b89 multiprocessing 6f5991c7101863d0b29df63990ad852e ninja-utils ebb2eaddc6331c4fa000b8eb8f6fe074 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 185a06792159ca143528e7010368e8af udev d91cac2c73b94629cad2daea66e0d182 user 8bc2845510e2109af75e3eeac607ec81 versionator c80ccf29e90adea7c5cae94b42eb76d0 _md5_=c5046bc5cdba0ccfcae5cd38cc5f50d6 diff --git a/metadata/md5-cache/sys-fs/udev-235 b/metadata/md5-cache/sys-fs/udev-235 index 41e1679322ee..b96f6859c67e 100644 --- a/metadata/md5-cache/sys-fs/udev-235 +++ b/metadata/md5-cache/sys-fs/udev-235 @@ -11,5 +11,5 @@ RDEPEND=>=sys-apps/util-linux-2.30[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)? RESTRICT=test SLOT=0 SRC_URI=https://github.com/systemd/systemd/archive/v235.tar.gz -> systemd-235.tar.gz -_eclasses_=bash-completion-r1 8e447753aaf658afa609fbf961d80ab7 desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 linux-info ca370deef9d44125d829f2eb6ebc83e0 ltprune 2770eed66a9b8ef944714cd0e968182e meson 0946ddca90e9c2d3e4687bb097dd9ed3 multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multilib-build eed53a6313267c9fbcd35fc384bd0087 multilib-minimal 9139c3a57e077cb8e0d0f73ceb080b89 multiprocessing 6f5991c7101863d0b29df63990ad852e ninja-utils ebb2eaddc6331c4fa000b8eb8f6fe074 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 185a06792159ca143528e7010368e8af udev d91cac2c73b94629cad2daea66e0d182 user 8bc2845510e2109af75e3eeac607ec81 versionator c80ccf29e90adea7c5cae94b42eb76d0 +_eclasses_=bash-completion-r1 8e447753aaf658afa609fbf961d80ab7 desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 linux-info ca370deef9d44125d829f2eb6ebc83e0 ltprune 2770eed66a9b8ef944714cd0e968182e meson f8e09b2b2ac1e9bb0bd374b6ad77a90d multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multilib-build eed53a6313267c9fbcd35fc384bd0087 multilib-minimal 9139c3a57e077cb8e0d0f73ceb080b89 multiprocessing 6f5991c7101863d0b29df63990ad852e ninja-utils ebb2eaddc6331c4fa000b8eb8f6fe074 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 185a06792159ca143528e7010368e8af udev d91cac2c73b94629cad2daea66e0d182 user 8bc2845510e2109af75e3eeac607ec81 versionator c80ccf29e90adea7c5cae94b42eb76d0 _md5_=2d540317583b13cf9fb0d6f6d04db836 diff --git a/metadata/md5-cache/sys-fs/udev-236 b/metadata/md5-cache/sys-fs/udev-236 index 90cff03c3ae3..d3ddf8c2e85a 100644 --- a/metadata/md5-cache/sys-fs/udev-236 +++ b/metadata/md5-cache/sys-fs/udev-236 @@ -11,5 +11,5 @@ RDEPEND=>=sys-apps/util-linux-2.30[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)? RESTRICT=test SLOT=0 SRC_URI=https://github.com/systemd/systemd/archive/v236.tar.gz -> systemd-236.tar.gz -_eclasses_=bash-completion-r1 8e447753aaf658afa609fbf961d80ab7 desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 linux-info ca370deef9d44125d829f2eb6ebc83e0 ltprune 2770eed66a9b8ef944714cd0e968182e meson 0946ddca90e9c2d3e4687bb097dd9ed3 multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multilib-build eed53a6313267c9fbcd35fc384bd0087 multilib-minimal 9139c3a57e077cb8e0d0f73ceb080b89 multiprocessing 6f5991c7101863d0b29df63990ad852e ninja-utils ebb2eaddc6331c4fa000b8eb8f6fe074 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 185a06792159ca143528e7010368e8af udev d91cac2c73b94629cad2daea66e0d182 user 8bc2845510e2109af75e3eeac607ec81 versionator c80ccf29e90adea7c5cae94b42eb76d0 +_eclasses_=bash-completion-r1 8e447753aaf658afa609fbf961d80ab7 desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 linux-info ca370deef9d44125d829f2eb6ebc83e0 ltprune 2770eed66a9b8ef944714cd0e968182e meson f8e09b2b2ac1e9bb0bd374b6ad77a90d multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multilib-build eed53a6313267c9fbcd35fc384bd0087 multilib-minimal 9139c3a57e077cb8e0d0f73ceb080b89 multiprocessing 6f5991c7101863d0b29df63990ad852e ninja-utils ebb2eaddc6331c4fa000b8eb8f6fe074 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 185a06792159ca143528e7010368e8af udev d91cac2c73b94629cad2daea66e0d182 user 8bc2845510e2109af75e3eeac607ec81 versionator c80ccf29e90adea7c5cae94b42eb76d0 _md5_=b66d6391e92fda1c1e7b96fb2cf5333f diff --git a/metadata/md5-cache/sys-fs/udev-9999 b/metadata/md5-cache/sys-fs/udev-9999 index cc2941ce40d3..a37ff76dbca8 100644 --- a/metadata/md5-cache/sys-fs/udev-9999 +++ b/metadata/md5-cache/sys-fs/udev-9999 @@ -9,5 +9,5 @@ PDEPEND=>=sys-apps/hwids-20140304[udev] >=sys-fs/udev-init-scripts-26 RDEPEND=>=sys-apps/util-linux-2.30[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/libcap[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(-)?] acl? ( sys-apps/acl ) kmod? ( >=sys-apps/kmod-16 ) selinux? ( >=sys-libs/libselinux-2.1.9 ) !=dev-libs/glib-2.36:2 >=dev-libs/libatasmart-0.19 >=sys-auth/polkit-0.110 >=sys-libs/libblockdev-2.14[cryptsetup,lvm?] >=virtual/libgudev-165:= virtual/udev acl? ( virtual/acl ) elogind? ( >=sys-auth/elogind-219 ) introspection? ( >=dev-libs/gobject-introspection-1.30:= ) lvm? ( sys-fs/lvm2 ) systemd? ( >=sys-apps/systemd-209 ) >=sys-apps/util-linux-2.20.1-r2 >=sys-block/parted-3 virtual/eject cryptsetup? ( sys-fs/cryptsetup[udev(+)] sys-fs/lvm2[udev(+)] ) gptfdisk? ( >=sys-apps/gptfdisk-0.8 ) selinux? ( sec-policy/selinux-devicekit ) REQUIRED_USE=?? ( elogind systemd ) SLOT=2 SRC_URI=https://github.com/storaged-project/udisks/releases/download/udisks-2.7.5/udisks-2.7.5.tar.bz2 _eclasses_=bash-completion-r1 8e447753aaf658afa609fbf961d80ab7 desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 linux-info ca370deef9d44125d829f2eb6ebc83e0 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e systemd 8f5286f89e265842f5b5189666eae88b toolchain-funcs 185a06792159ca143528e7010368e8af udev d91cac2c73b94629cad2daea66e0d182 versionator c80ccf29e90adea7c5cae94b42eb76d0 xdg-utils f2c8335407f0b935b0a96d4adf23ef25 -_md5_=1310847766cea0586e5eaf5380232cdb +_md5_=f6c03e8b81177f9792164d4210f59980 diff --git a/metadata/md5-cache/sys-fs/zfs-0.7.5 b/metadata/md5-cache/sys-fs/zfs-0.7.5 new file mode 100644 index 000000000000..acda6dc8da80 --- /dev/null +++ b/metadata/md5-cache/sys-fs/zfs-0.7.5 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install postinst postrm prepare setup test +DEPEND=sys-apps/util-linux[static-libs?] sys-libs/zlib[static-libs(+)?] virtual/awk virtual/pkgconfig >=app-portage/elt-patches-20170422 virtual/pkgconfig virtual/pkgconfig +DESCRIPTION=Userland utilities for ZFS Linux kernel module +EAPI=5 +HOMEPAGE=http://zfsonlinux.org/ +IUSE=custom-cflags debug kernel-builtin +rootfs test-suite static-libs python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 +KEYWORDS=~amd64 +LICENSE=BSD-2 CDDL MIT +RDEPEND=sys-apps/util-linux[static-libs?] sys-libs/zlib[static-libs(+)?] virtual/awk !=sys-apps/grep-2.13* !kernel-builtin? ( =sys-fs/zfs-kmod-0.7.5* ) !sys-fs/zfs-fuse !prefix? ( virtual/udev ) test-suite? ( sys-apps/util-linux sys-devel/bc sys-block/parted sys-fs/lsscsi sys-fs/mdadm sys-process/procps virtual/modutils ) rootfs? ( app-arch/cpio app-misc/pax-utils !=app-portage/elt-patches-20170422 +DESCRIPTION=Linux ZFS kernel module for sys-fs/zfs +EAPI=5 +HOMEPAGE=http://zfsonlinux.org/ +IUSE=custom-cflags debug +rootfs kernel_linux +KEYWORDS=~amd64 +LICENSE=CDDL debug? ( GPL-2+ ) +RDEPEND==sys-kernel/spl-0.7.5* dev-lang/perl virtual/awk !sys-fs/zfs-fuse kernel_linux? ( virtual/modutils ) +RESTRICT=debug? ( strip ) test +SLOT=0 +SRC_URI=https://github.com/zfsonlinux/zfs/releases/download/zfs-0.7.5/zfs-0.7.5.tar.gz +_eclasses_=autotools dc412f38566b91012efd58b9c203e6c3 autotools-utils 5a4611dfba155b1659528663fad4cd5e desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 libtool 0081a71a261724730ec4c248494f044d linux-info ca370deef9d44125d829f2eb6ebc83e0 linux-mod e77cdec133261f6bfa67560748277269 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 +_md5_=e9666c7abb1219415da3cb1c3f328cfd diff --git a/metadata/md5-cache/sys-kernel/Manifest.gz b/metadata/md5-cache/sys-kernel/Manifest.gz index 3d8cb307a943..f72506b6b9a4 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.13.16 b/metadata/md5-cache/sys-kernel/gentoo-sources-4.13.16 deleted file mode 100644 index 5d3138f88f05..000000000000 --- a/metadata/md5-cache/sys-kernel/gentoo-sources-4.13.16 +++ /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.13 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 freedist -RDEPEND=!build? ( >=sys-libs/ncurses-5.2 sys-devel/make dev-lang/perl sys-devel/bc ) -RESTRICT=binchecks strip -SLOT=4.13.16 -SRC_URI=mirror://kernel/linux/kernel/v4.x/linux-4.13.tar.xz mirror://gentoo/genpatches-4.13-19.base.tar.xz mirror://gentoo/genpatches-4.13-19.extras.tar.xz experimental? ( mirror://gentoo/genpatches-4.13-19.experimental.tar.xz ) -_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 kernel-2 880361b861490d9503f47d4f16e05f2c ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e python-any-r1 27d7f9da7187d283b7f3eae8390b7b09 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 -_md5_=6a0410a11c9b5dd1877fb349e22a1a10 diff --git a/metadata/md5-cache/sys-kernel/gentoo-sources-4.14.8-r1 b/metadata/md5-cache/sys-kernel/gentoo-sources-4.14.8-r1 index 30a311d89845..d0f383267781 100644 --- a/metadata/md5-cache/sys-kernel/gentoo-sources-4.14.8-r1 +++ b/metadata/md5-cache/sys-kernel/gentoo-sources-4.14.8-r1 @@ -4,11 +4,11 @@ DESCRIPTION=Full sources including the Gentoo patchset for the 4.14 kernel tree EAPI=6 HOMEPAGE=https://dev.gentoo.org/~mpagano/genpatches IUSE=experimental symlink build -KEYWORDS=~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 +KEYWORDS=~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ppc64 ~s390 ~sh sparc x86 LICENSE=GPL-2 freedist RDEPEND=!build? ( >=sys-libs/ncurses-5.2 sys-devel/make dev-lang/perl sys-devel/bc ) RESTRICT=binchecks strip SLOT=4.14.8-r1 SRC_URI=mirror://kernel/linux/kernel/v4.x/linux-4.14.tar.xz mirror://gentoo/genpatches-4.14-10.base.tar.xz mirror://gentoo/genpatches-4.14-10.extras.tar.xz experimental? ( mirror://gentoo/genpatches-4.14-10.experimental.tar.xz ) _eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 kernel-2 880361b861490d9503f47d4f16e05f2c ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e python-any-r1 27d7f9da7187d283b7f3eae8390b7b09 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 -_md5_=9f0fecd6493b29e9c867490cd35d0086 +_md5_=733ab2c77c613f8dd62b5b3a737812f3 diff --git a/metadata/md5-cache/sys-kernel/gentoo-sources-4.13.15 b/metadata/md5-cache/sys-kernel/git-sources-4.15_rc5 similarity index 53% rename from metadata/md5-cache/sys-kernel/gentoo-sources-4.13.15 rename to metadata/md5-cache/sys-kernel/git-sources-4.15_rc5 index ab521964ba88..402192bc811b 100644 --- a/metadata/md5-cache/sys-kernel/gentoo-sources-4.13.15 +++ b/metadata/md5-cache/sys-kernel/git-sources-4.15_rc5 @@ -1,14 +1,14 @@ DEFINED_PHASES=compile install postinst postrm preinst prepare setup test unpack -DEPEND=!build? ( sys-apps/sed >=sys-devel/binutils-2.11.90.0.31 ) -DESCRIPTION=Full sources including the Gentoo patchset for the 4.13 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 +DEPEND=>=sys-devel/patch-2.7.5 !build? ( sys-apps/sed >=sys-devel/binutils-2.11.90.0.31 ) +DESCRIPTION=The very latest -git version of the Linux kernel +EAPI=5 +HOMEPAGE=https://www.kernel.org +IUSE=symlink build +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 LICENSE=GPL-2 freedist RDEPEND=!build? ( >=sys-libs/ncurses-5.2 sys-devel/make dev-lang/perl sys-devel/bc ) RESTRICT=binchecks strip -SLOT=4.13.15 -SRC_URI=mirror://kernel/linux/kernel/v4.x/linux-4.13.tar.xz mirror://gentoo/genpatches-4.13-18.base.tar.xz mirror://gentoo/genpatches-4.13-18.extras.tar.xz experimental? ( mirror://gentoo/genpatches-4.13-18.experimental.tar.xz ) +SLOT=4.15_rc5 +SRC_URI=https://git.kernel.org/torvalds/p/v4.15-rc5/v4.14 -> patch-4.15-rc5.patch mirror://kernel/linux/kernel/v4.x/linux-4.14.tar.xz _eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 kernel-2 880361b861490d9503f47d4f16e05f2c ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e python-any-r1 27d7f9da7187d283b7f3eae8390b7b09 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 -_md5_=c0c124efa1b8318971226849d1fcbbb7 +_md5_=4d61b1c207ae9c2b0f6de60fc1485bad diff --git a/metadata/md5-cache/sys-kernel/spl-0.7.5 b/metadata/md5-cache/sys-kernel/spl-0.7.5 new file mode 100644 index 000000000000..a37a59b2f7a2 --- /dev/null +++ b/metadata/md5-cache/sys-kernel/spl-0.7.5 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install postinst postrm preinst prepare setup test +DEPEND=dev-lang/perl virtual/awk kernel_linux? ( virtual/modutils ) sys-apps/sed kernel_linux? ( virtual/linux-sources ) >=app-portage/elt-patches-20170422 +DESCRIPTION=The Solaris Porting Layer provides many of the Solaris kernel APIs +EAPI=5 +HOMEPAGE=http://zfsonlinux.org/ +IUSE=custom-cflags debug kernel_linux +KEYWORDS=~amd64 +LICENSE=GPL-2 +RDEPEND=dev-lang/perl virtual/awk !sys-devel/spl kernel_linux? ( virtual/modutils ) +RESTRICT=debug? ( strip ) test +SLOT=0 +SRC_URI=https://github.com/zfsonlinux/zfs/releases/download/zfs-0.7.5/spl-0.7.5.tar.gz +_eclasses_=autotools dc412f38566b91012efd58b9c203e6c3 autotools-utils 5a4611dfba155b1659528663fad4cd5e desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 libtool 0081a71a261724730ec4c248494f044d linux-info ca370deef9d44125d829f2eb6ebc83e0 linux-mod e77cdec133261f6bfa67560748277269 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 +_md5_=b0d2346f42e24ac550e8414d6e283719 diff --git a/metadata/md5-cache/sys-libs/Manifest.gz b/metadata/md5-cache/sys-libs/Manifest.gz index 8ab461d08f00..e5985f7fed15 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/glibc-2.25-r9 b/metadata/md5-cache/sys-libs/glibc-2.25-r9 index 83e9988c6371..dcb59053879f 100644 --- a/metadata/md5-cache/sys-libs/glibc-2.25-r9 +++ b/metadata/md5-cache/sys-libs/glibc-2.25-r9 @@ -4,7 +4,7 @@ DESCRIPTION=GNU libc6 (also called glibc2) C library EAPI=5 HOMEPAGE=https://www.gnu.org/software/libc/libc.html IUSE=audit caps debug gd hardened multilib nscd +rpc selinux systemtap profile suid vanilla crosscompile_opts_headers-only -KEYWORDS=alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 +KEYWORDS=alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 LICENSE=LGPL-2.1+ BSD HPND ISC inner-net rc PCRE PDEPEND=!vanilla? ( sys-libs/timezone-data ) RDEPEND=nscd? ( selinux? ( audit? ( sys-process/audit ) caps? ( sys-libs/libcap ) ) ) suid? ( caps? ( sys-libs/libcap ) ) selinux? ( sys-libs/libselinux ) systemtap? ( dev-util/systemtap ) !sys-kernel/ps3-sources sys-apps/gentoo-functions !sys-libs/nss-db vanilla? ( !sys-libs/timezone-data ) @@ -12,4 +12,4 @@ RESTRICT=strip SLOT=2.2 SRC_URI=mirror://gnu/glibc/glibc-2.25.tar.xz ftp://sourceware.org/pub/glibc/releases/glibc-2.25.tar.xz ftp://sourceware.org/pub/glibc/snapshots/glibc-2.25.tar.xz mirror://gentoo/glibc-2.25.tar.xz mirror://gentoo/glibc-2.25-patches-12.tar.bz2 https://dev.gentoo.org/~vapier/dist/glibc-2.25-patches-12.tar.bz2 https://dev.gentoo.org/~dilfridge/distfiles/glibc-2.25-patches-12.tar.bz2 https://dev.gentoo.org/~tamiko/distfiles/glibc-2.25-patches-12.tar.bz2 https://dev.gentoo.org/~slyfox/distfiles/glibc-2.25-patches-12.tar.bz2 multilib? ( mirror://gentoo/gcc-4.7.3-r1-multilib-bootstrap.tar.bz2 https://dev.gentoo.org/~vapier/dist/gcc-4.7.3-r1-multilib-bootstrap.tar.bz2 https://dev.gentoo.org/~dilfridge/distfiles/gcc-4.7.3-r1-multilib-bootstrap.tar.bz2 https://dev.gentoo.org/~tamiko/distfiles/gcc-4.7.3-r1-multilib-bootstrap.tar.bz2 https://dev.gentoo.org/~slyfox/distfiles/gcc-4.7.3-r1-multilib-bootstrap.tar.bz2 ) _eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 gnuconfig b8ec1c34be4ff9dac7ad4034d277936b ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 6f5991c7101863d0b29df63990ad852e prefix e51c7882b7b721e54e684f7eb143cbfe systemd 8f5286f89e265842f5b5189666eae88b toolchain-funcs 185a06792159ca143528e7010368e8af toolchain-glibc 6f221877ee4e2a1566fe5f46ee62ba8f unpacker f40f7b4bd5aa88c2a4ba7b0d1e0ded70 versionator c80ccf29e90adea7c5cae94b42eb76d0 -_md5_=8d358c13937d44c9372e5a2a1d6ca1b4 +_md5_=862f28712706b08b7a7a75353e85e3d8 diff --git a/metadata/md5-cache/sys-libs/libblockdev-2.14-r1 b/metadata/md5-cache/sys-libs/libblockdev-2.14-r1 index fee1a73d2da1..748ce560cbd4 100644 --- a/metadata/md5-cache/sys-libs/libblockdev-2.14-r1 +++ b/metadata/md5-cache/sys-libs/libblockdev-2.14-r1 @@ -4,11 +4,11 @@ DESCRIPTION=A library for manipulating block devices EAPI=6 HOMEPAGE=https://github.com/rhinstaller/libblockdev IUSE=bcache +cryptsetup dmraid doc lvm kbd test 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=amd64 ~arm64 ~ia64 ~ppc ~ppc64 x86 +KEYWORDS=amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 x86 LICENSE=LGPL-2+ RDEPEND=>=dev-libs/glib-2.42.2 dev-libs/libbytesize >=sys-apps/util-linux-2.27 >=sys-block/parted-3.1 cryptsetup? ( >=dev-libs/nss-3.18.0 dev-libs/volume_key >=sys-fs/cryptsetup-1.6.7:= ) dmraid? ( sys-fs/dmraid sys-fs/lvm2 ) lvm? ( sys-fs/lvm2 virtual/udev ) kbd? ( >=sys-apps/kmod-19 ) 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_4(+)?,python_single_target_python3_5(+)?,python_single_target_python3_6(+)?] 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=https://github.com/rhinstaller/libblockdev/archive/2.14-1.tar.gz -> libblockdev-2.14-1.tar.gz _eclasses_=autotools dc412f38566b91012efd58b9c203e6c3 libtool 0081a71a261724730ec4c248494f044d multilib 97f470f374f2e94ccab04a2fb21d811e python-single-r1 317a2557b4d7319a7418225f65accf77 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 185a06792159ca143528e7010368e8af -_md5_=7b38160b7e6a1942b01aed750fa42af0 +_md5_=32965253ab8e7e87920f8a9ca923bcaa diff --git a/metadata/md5-cache/sys-libs/libblockdev-2.15-r1 b/metadata/md5-cache/sys-libs/libblockdev-2.15-r1 index c6aa25ec0862..83f99cca95ff 100644 --- a/metadata/md5-cache/sys-libs/libblockdev-2.15-r1 +++ b/metadata/md5-cache/sys-libs/libblockdev-2.15-r1 @@ -4,11 +4,11 @@ DESCRIPTION=A library for manipulating block devices EAPI=6 HOMEPAGE=https://github.com/rhinstaller/libblockdev IUSE=bcache +cryptsetup dmraid doc lvm kbd test 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=~amd64 ~arm64 ~ia64 ~ppc ~ppc64 ~x86 +KEYWORDS=~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~x86 LICENSE=LGPL-2+ RDEPEND=>=dev-libs/glib-2.42.2 dev-libs/libbytesize >=sys-apps/util-linux-2.27 >=sys-block/parted-3.1 cryptsetup? ( >=dev-libs/nss-3.18.0 dev-libs/volume_key >=sys-fs/cryptsetup-1.6.7:= ) dmraid? ( sys-fs/dmraid sys-fs/lvm2 ) lvm? ( sys-fs/lvm2 virtual/udev ) kbd? ( >=sys-apps/kmod-19 ) 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_4(+)?,python_single_target_python3_5(+)?,python_single_target_python3_6(+)?] 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=https://github.com/rhinstaller/libblockdev/archive/2.15-1.tar.gz -> libblockdev-2.15-1.tar.gz _eclasses_=autotools dc412f38566b91012efd58b9c203e6c3 libtool 0081a71a261724730ec4c248494f044d multilib 97f470f374f2e94ccab04a2fb21d811e python-single-r1 317a2557b4d7319a7418225f65accf77 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 185a06792159ca143528e7010368e8af -_md5_=8ab078be57bf6e57b88a6c45d7cc37e2 +_md5_=5199ee219310e7fc02b14d6f75289d3e diff --git a/metadata/md5-cache/sys-libs/libomp-4.0.1 b/metadata/md5-cache/sys-libs/libomp-4.0.1 index 5069a5269d39..a558f0f80dbd 100644 --- a/metadata/md5-cache/sys-libs/libomp-4.0.1 +++ b/metadata/md5-cache/sys-libs/libomp-4.0.1 @@ -7,7 +7,8 @@ IUSE=hwloc ompt test abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 KEYWORDS=amd64 ~arm64 x86 LICENSE=|| ( UoI-NCSA MIT ) MIT LLVM-Grant RDEPEND=hwloc? ( sys-apps/hwloc: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(-)?] ) +RESTRICT=test SLOT=0 SRC_URI=https://releases.llvm.org/4.0.1/openmp-4.0.1.src.tar.xz _eclasses_=cmake-multilib 7bc2cc09a4a5082b915541d447be8e5e cmake-utils 77a5a8d3308359caadcdd91688f20093 desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multilib-build eed53a6313267c9fbcd35fc384bd0087 multilib-minimal 9139c3a57e077cb8e0d0f73ceb080b89 multiprocessing 6f5991c7101863d0b29df63990ad852e ninja-utils ebb2eaddc6331c4fa000b8eb8f6fe074 python-any-r1 27d7f9da7187d283b7f3eae8390b7b09 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 xdg-utils f2c8335407f0b935b0a96d4adf23ef25 -_md5_=b4d79acd79b22a43bc3dfe4813629326 +_md5_=e8473c10fbb539eab7a3ff640273fee8 diff --git a/metadata/md5-cache/sys-libs/libomp-5.0.0 b/metadata/md5-cache/sys-libs/libomp-5.0.0 index cae74559c8e4..7ae25a700ea4 100644 --- a/metadata/md5-cache/sys-libs/libomp-5.0.0 +++ b/metadata/md5-cache/sys-libs/libomp-5.0.0 @@ -7,7 +7,8 @@ IUSE=hwloc ompt test abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 KEYWORDS=~amd64 ~arm64 ~x86 LICENSE=|| ( UoI-NCSA MIT ) MIT LLVM-Grant RDEPEND=hwloc? ( sys-apps/hwloc: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(-)?] ) +RESTRICT=test SLOT=0 SRC_URI=https://releases.llvm.org/5.0.0/openmp-5.0.0.src.tar.xz _eclasses_=cmake-multilib 7bc2cc09a4a5082b915541d447be8e5e cmake-utils 77a5a8d3308359caadcdd91688f20093 desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multilib-build eed53a6313267c9fbcd35fc384bd0087 multilib-minimal 9139c3a57e077cb8e0d0f73ceb080b89 multiprocessing 6f5991c7101863d0b29df63990ad852e ninja-utils ebb2eaddc6331c4fa000b8eb8f6fe074 python-any-r1 27d7f9da7187d283b7f3eae8390b7b09 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 xdg-utils f2c8335407f0b935b0a96d4adf23ef25 -_md5_=6f0947ab1460456d991f542536e0e99a +_md5_=2fb97467379fedf4b47f6ccbf5717380 diff --git a/metadata/md5-cache/sys-libs/libomp-5.0.1 b/metadata/md5-cache/sys-libs/libomp-5.0.1 index cfd6317d625d..33bd18cf122b 100644 --- a/metadata/md5-cache/sys-libs/libomp-5.0.1 +++ b/metadata/md5-cache/sys-libs/libomp-5.0.1 @@ -7,7 +7,8 @@ IUSE=hwloc ompt test abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 KEYWORDS=~amd64 ~arm64 ~x86 LICENSE=|| ( UoI-NCSA MIT ) MIT LLVM-Grant RDEPEND=hwloc? ( sys-apps/hwloc: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(-)?] ) +RESTRICT=test SLOT=0 SRC_URI=https://releases.llvm.org/5.0.1/openmp-5.0.1.src.tar.xz _eclasses_=cmake-multilib 7bc2cc09a4a5082b915541d447be8e5e cmake-utils 77a5a8d3308359caadcdd91688f20093 desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multilib-build eed53a6313267c9fbcd35fc384bd0087 multilib-minimal 9139c3a57e077cb8e0d0f73ceb080b89 multiprocessing 6f5991c7101863d0b29df63990ad852e ninja-utils ebb2eaddc6331c4fa000b8eb8f6fe074 python-any-r1 27d7f9da7187d283b7f3eae8390b7b09 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 xdg-utils f2c8335407f0b935b0a96d4adf23ef25 -_md5_=6f0947ab1460456d991f542536e0e99a +_md5_=2fb97467379fedf4b47f6ccbf5717380 diff --git a/metadata/md5-cache/sys-libs/libomp-9999 b/metadata/md5-cache/sys-libs/libomp-9999 index 7313033663da..8b3fed4cc102 100644 --- a/metadata/md5-cache/sys-libs/libomp-9999 +++ b/metadata/md5-cache/sys-libs/libomp-9999 @@ -6,7 +6,7 @@ HOMEPAGE=https://openmp.llvm.org IUSE=hwloc ompt test 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=|| ( UoI-NCSA MIT ) MIT LLVM-Grant RDEPEND=hwloc? ( sys-apps/hwloc: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(-)?] ) -RESTRICT=!test? ( test ) +RESTRICT=test !test? ( test ) SLOT=0 _eclasses_=cmake-multilib 7bc2cc09a4a5082b915541d447be8e5e cmake-utils 77a5a8d3308359caadcdd91688f20093 desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 git-r3 fec09a83ae965b041b47f5ff7c8ba29a ltprune 2770eed66a9b8ef944714cd0e968182e multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multilib-build eed53a6313267c9fbcd35fc384bd0087 multilib-minimal 9139c3a57e077cb8e0d0f73ceb080b89 multiprocessing 6f5991c7101863d0b29df63990ad852e ninja-utils ebb2eaddc6331c4fa000b8eb8f6fe074 python-any-r1 27d7f9da7187d283b7f3eae8390b7b09 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 xdg-utils f2c8335407f0b935b0a96d4adf23ef25 -_md5_=156b897b43700e086c483d3c424afd35 +_md5_=50ca8ec76df9f5a0173ec18bc6369bc5 diff --git a/metadata/md5-cache/sys-process/Manifest.gz b/metadata/md5-cache/sys-process/Manifest.gz index 20f83f87ff5b..d705a36f67f3 100644 Binary files a/metadata/md5-cache/sys-process/Manifest.gz and b/metadata/md5-cache/sys-process/Manifest.gz differ diff --git a/metadata/md5-cache/sys-process/htop-2.0.2 b/metadata/md5-cache/sys-process/htop-2.0.2 index df9123eb29f7..7d86c9449a5c 100644 --- a/metadata/md5-cache/sys-process/htop-2.0.2 +++ b/metadata/md5-cache/sys-process/htop-2.0.2 @@ -4,10 +4,10 @@ DESCRIPTION=interactive process viewer EAPI=6 HOMEPAGE=http://hisham.hm/htop/ IUSE=kernel_FreeBSD kernel_linux openvz unicode vserver -KEYWORDS=alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~amd64-linux ~x86-linux +KEYWORDS=alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~amd64-linux ~x86-linux ~amd64-fbsd LICENSE=BSD GPL-2 RDEPEND=sys-libs/ncurses:0=[unicode?] SLOT=0 SRC_URI=http://hisham.hm/htop/releases/2.0.2/htop-2.0.2.tar.gz _eclasses_=autotools dc412f38566b91012efd58b9c203e6c3 desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 libtool 0081a71a261724730ec4c248494f044d linux-info ca370deef9d44125d829f2eb6ebc83e0 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 -_md5_=59b832a2e946e51b369307de66a3489b +_md5_=9801d6e42878a0866b2625aafb689b40 diff --git a/metadata/md5-cache/sys-process/procps-3.3.12-r1 b/metadata/md5-cache/sys-process/procps-3.3.12-r1 index 9d4eb64b4b0c..cf3a63cd673f 100644 --- a/metadata/md5-cache/sys-process/procps-3.3.12-r1 +++ b/metadata/md5-cache/sys-process/procps-3.3.12-r1 @@ -4,10 +4,10 @@ DESCRIPTION=standard informational utilities and process-handling tools EAPI=5 HOMEPAGE=http://procps-ng.sourceforge.net/ https://gitlab.com/procps-ng/procps IUSE=elogind +kill modern-top +ncurses nls selinux static-libs systemd test unicode -KEYWORDS=alpha amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc ~x86 ~amd64-linux ~x86-linux +KEYWORDS=alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-linux ~x86-linux LICENSE=GPL-2 RDEPEND=elogind? ( sys-auth/elogind ) ncurses? ( >=sys-libs/ncurses-5.7-r7:=[unicode?] ) selinux? ( sys-libs/libselinux ) systemd? ( sys-apps/systemd ) kill? ( !sys-apps/coreutils[kill] !sys-apps/util-linux[kill] ) !=sys-process/cronbase-0.3.2 !sys-process/bcron !sys-process/cronie !sys-process/dcron !sys-process/fcron SLOT=0 SRC_URI=mirror://gentoo/vixie-cron-4.1.tar.bz2 mirror://gentoo/vixie-cron-4.1-gentoo-r4.patch.bz2 _eclasses_=cron f1612f73abbd36aca8b193e1e2cac6d5 desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e pam 3e788d86170dfcd5b06824d898315e18 systemd 8f5286f89e265842f5b5189666eae88b toolchain-funcs 185a06792159ca143528e7010368e8af user 8bc2845510e2109af75e3eeac607ec81 -_md5_=470fdba0ce422c2f8512d91fddff6fb2 +_md5_=6cd6db149b375305cd2cbbfa26109bac diff --git a/metadata/md5-cache/virtual/Manifest.gz b/metadata/md5-cache/virtual/Manifest.gz index 0f1d43386ef7..3af42dbeaf1a 100644 Binary files a/metadata/md5-cache/virtual/Manifest.gz and b/metadata/md5-cache/virtual/Manifest.gz differ diff --git a/metadata/md5-cache/virtual/python-funcsigs-1 b/metadata/md5-cache/virtual/python-funcsigs-1 index 3870edcf15cb..69ea866cb2e1 100644 --- a/metadata/md5-cache/virtual/python-funcsigs-1 +++ b/metadata/md5-cache/virtual/python-funcsigs-1 @@ -2,9 +2,9 @@ DEFINED_PHASES=- DESCRIPTION=A Virtual for Python function signatures from PEP362 (py3.6 variant) EAPI=6 IUSE=python_targets_pypy python_targets_pypy3 python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 -KEYWORDS=~alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-linux ~x86-linux +KEYWORDS=~alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-linux ~x86-linux ~amd64-fbsd RDEPEND=python_targets_pypy? ( >=virtual/pypy-5:0= ) python_targets_pypy3? ( >=virtual/pypy3-5:0= ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) >=dev-lang/python-exec-2:=[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] python_targets_pypy? ( >=dev-python/funcsigs-1 ) python_targets_pypy3? ( >=dev-python/funcsigs-1 ) python_targets_python2_7? ( >=dev-python/funcsigs-1 ) python_targets_python3_4? ( >=dev-python/funcsigs-1 ) python_targets_python3_5? ( >=dev-python/funcsigs-1 ) REQUIRED_USE=|| ( python_targets_pypy python_targets_pypy3 python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 ) SLOT=0 _eclasses_=multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e python-r1 e9350ec46bb5c9f3504b4fbe8b8d8987 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 185a06792159ca143528e7010368e8af -_md5_=a7e486c2dcaf4c1c85706e9a98549c36 +_md5_=1cd2ae460e309a08c25cb20595534934 diff --git a/metadata/md5-cache/www-client/Manifest.gz b/metadata/md5-cache/www-client/Manifest.gz index 43591c3380d6..51cab7e4f161 100644 Binary files a/metadata/md5-cache/www-client/Manifest.gz and b/metadata/md5-cache/www-client/Manifest.gz differ diff --git a/metadata/md5-cache/www-client/chromium-63.0.3239.108 b/metadata/md5-cache/www-client/chromium-63.0.3239.108 index 4ae8140a9598..3b3cb0c7c1b7 100644 --- a/metadata/md5-cache/www-client/chromium-63.0.3239.108 +++ b/metadata/md5-cache/www-client/chromium-63.0.3239.108 @@ -11,4 +11,4 @@ RESTRICT=!system-ffmpeg? ( proprietary-codecs? ( bindist ) ) SLOT=0 SRC_URI=https://commondatastorage.googleapis.com/chromium-browser-official/chromium-63.0.3239.108.tar.xz _eclasses_=check-reqs bd050ce908e4637604ee604ed4b78e8f chromium-2 fcd0e1c5eaae64392927ca67cdb13e0c desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 gnome2-utils 4d211d7614f303710fca59db6ec12c88 linux-info ca370deef9d44125d829f2eb6ebc83e0 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 6f5991c7101863d0b29df63990ad852e ninja-utils ebb2eaddc6331c4fa000b8eb8f6fe074 pax-utils 4f95120230a315c8caaabeb2307b7eee portability 2b88d3ecc35035a3b8ab628b49cafb0e python-any-r1 27d7f9da7187d283b7f3eae8390b7b09 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d readme.gentoo-r1 6f03e110529650f57fc7d1fb908b8986 toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 xdg-utils f2c8335407f0b935b0a96d4adf23ef25 -_md5_=d3c654f591354826230bc29c3654b7d9 +_md5_=e6917f6368cf8d804655a8a8a09a108d diff --git a/metadata/md5-cache/www-client/chromium-63.0.3239.84 b/metadata/md5-cache/www-client/chromium-63.0.3239.84 deleted file mode 100644 index c407d0f1e4ec..000000000000 --- a/metadata/md5-cache/www-client/chromium-63.0.3239.84 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup -DEPEND=app-arch/bzip2:= cups? ( >=net-print/cups-1.3.11:= ) dev-libs/expat:= dev-libs/glib:2 system-icu? ( >=dev-libs/icu-59 =dev-libs/libxml2-2.9.4-r3:=[icu] dev-libs/libxslt:= dev-libs/nspr:= >=dev-libs/nss-3.14.3:= >=dev-libs/re2-0.2016.05.01:= gnome-keyring? ( >=gnome-base/libgnome-keyring-3.12:= ) >=media-libs/alsa-lib-1.0.19:= media-libs/fontconfig:= media-libs/freetype:= >=media-libs/harfbuzz-1.5.0:=[icu(-)] media-libs/libjpeg-turbo:= media-libs/libpng:= system-libvpx? ( media-libs/libvpx:=[postproc,svc] ) >=media-libs/openh264-1.6.0:= pulseaudio? ( media-sound/pulseaudio:= ) system-ffmpeg? ( >=media-video/ffmpeg-3:= || ( media-video/ffmpeg[-samba] >=net-fs/samba-4.5.10-r1[-debug(-)] ) !=net-fs/samba-4.5.12 media-libs/opus:= ) sys-apps/dbus:= sys-apps/pciutils:= virtual/udev x11-libs/cairo:= x11-libs/gdk-pixbuf:2 x11-libs/gtk+:3[X] x11-libs/libX11:= x11-libs/libXcomposite:= x11-libs/libXcursor:= x11-libs/libXdamage:= x11-libs/libXext:= x11-libs/libXfixes:= >=x11-libs/libXi-1.6.0:= x11-libs/libXrandr:= x11-libs/libXrender:= x11-libs/libXScrnSaver:= x11-libs/libXtst:= x11-libs/pango:= app-arch/snappy:= media-libs/flac:= >=media-libs/libwebp-0.4.0:= sys-libs/zlib:=[minizip] kerberos? ( virtual/krb5 ) >=app-arch/gzip-1.7 !arm? ( dev-lang/yasm ) dev-lang/perl >=dev-util/gperf-3.0.3 >=dev-util/ninja-1.7.2 >=net-libs/nodejs-6.9.4 sys-apps/hwids[usb(+)] >=sys-devel/bison-2.4.3 sys-devel/flex virtual/pkgconfig dev-vcs/git || ( ( >=dev-lang/python-2.7.5-r2:2.7 dev-python/beautifulsoup:python-2[python_targets_python2_7(-),python_single_target_python2_7(+)] >=dev-python/beautifulsoup-4.3.2:4[python_targets_python2_7(-),python_single_target_python2_7(+)] dev-python/html5lib[python_targets_python2_7(-),python_single_target_python2_7(+)] dev-python/simplejson[python_targets_python2_7(-),python_single_target_python2_7(+)] ) ) >=sys-apps/sed-4 -DESCRIPTION=Open-source version of Google Chrome web browser -EAPI=6 -HOMEPAGE=http://chromium.org/ -IUSE=component-build cups gnome-keyring +hangouts kerberos neon pic +proprietary-codecs pulseaudio selinux +suid +system-ffmpeg +system-icu +system-libvpx +tcmalloc widevine custom-cflags +l10n_am +l10n_ar +l10n_bg +l10n_bn +l10n_ca +l10n_cs +l10n_da +l10n_de +l10n_el +l10n_en-GB +l10n_es +l10n_es-419 +l10n_et +l10n_fa +l10n_fi +l10n_fil +l10n_fr +l10n_gu +l10n_he +l10n_hi +l10n_hr +l10n_hu +l10n_id +l10n_it +l10n_ja +l10n_kn +l10n_ko +l10n_lt +l10n_lv +l10n_ml +l10n_mr +l10n_ms +l10n_nb +l10n_nl +l10n_pl +l10n_pt-BR +l10n_pt-PT +l10n_ro +l10n_ru +l10n_sk +l10n_sl +l10n_sr +l10n_sv +l10n_sw +l10n_ta +l10n_te +l10n_th +l10n_tr +l10n_uk +l10n_vi +l10n_zh-CN +l10n_zh-TW -KEYWORDS=amd64 ~arm ~arm64 ~x86 -LICENSE=BSD -RDEPEND=app-arch/bzip2:= cups? ( >=net-print/cups-1.3.11:= ) dev-libs/expat:= dev-libs/glib:2 system-icu? ( >=dev-libs/icu-59 =dev-libs/libxml2-2.9.4-r3:=[icu] dev-libs/libxslt:= dev-libs/nspr:= >=dev-libs/nss-3.14.3:= >=dev-libs/re2-0.2016.05.01:= gnome-keyring? ( >=gnome-base/libgnome-keyring-3.12:= ) >=media-libs/alsa-lib-1.0.19:= media-libs/fontconfig:= media-libs/freetype:= >=media-libs/harfbuzz-1.5.0:=[icu(-)] media-libs/libjpeg-turbo:= media-libs/libpng:= system-libvpx? ( media-libs/libvpx:=[postproc,svc] ) >=media-libs/openh264-1.6.0:= pulseaudio? ( media-sound/pulseaudio:= ) system-ffmpeg? ( >=media-video/ffmpeg-3:= || ( media-video/ffmpeg[-samba] >=net-fs/samba-4.5.10-r1[-debug(-)] ) !=net-fs/samba-4.5.12 media-libs/opus:= ) sys-apps/dbus:= sys-apps/pciutils:= virtual/udev x11-libs/cairo:= x11-libs/gdk-pixbuf:2 x11-libs/gtk+:3[X] x11-libs/libX11:= x11-libs/libXcomposite:= x11-libs/libXcursor:= x11-libs/libXdamage:= x11-libs/libXext:= x11-libs/libXfixes:= >=x11-libs/libXi-1.6.0:= x11-libs/libXrandr:= x11-libs/libXrender:= x11-libs/libXScrnSaver:= x11-libs/libXtst:= x11-libs/pango:= app-arch/snappy:= media-libs/flac:= >=media-libs/libwebp-0.4.0:= sys-libs/zlib:=[minizip] kerberos? ( virtual/krb5 ) !=www-client/chromium-9999 !=net-print/cups-1.3.11:= ) dev-libs/expat:= dev-libs/glib:2 system-icu? ( >=dev-libs/icu-59:= ) >=dev-libs/libxml2-2.9.4-r3:=[icu] dev-libs/libxslt:= dev-libs/nspr:= >=dev-libs/nss-3.14.3:= >=dev-libs/re2-0.2016.05.01:= gnome-keyring? ( >=gnome-base/libgnome-keyring-3.12:= ) >=media-libs/alsa-lib-1.0.19:= media-libs/fontconfig:= media-libs/freetype:= >=media-libs/harfbuzz-1.5.0:=[icu(-)] media-libs/libjpeg-turbo:= media-libs/libpng:= system-libvpx? ( media-libs/libvpx:=[postproc,svc] ) >=media-libs/openh264-1.6.0:= pulseaudio? ( media-sound/pulseaudio:= ) system-ffmpeg? ( >=media-video/ffmpeg-3:= || ( media-video/ffmpeg[-samba] >=net-fs/samba-4.5.10-r1[-debug(-)] ) !=net-fs/samba-4.5.12 media-libs/opus:= ) sys-apps/dbus:= sys-apps/pciutils:= virtual/udev x11-libs/cairo:= x11-libs/gdk-pixbuf:2 x11-libs/gtk+:3[X] x11-libs/libX11:= x11-libs/libXcomposite:= x11-libs/libXcursor:= x11-libs/libXdamage:= x11-libs/libXext:= x11-libs/libXfixes:= >=x11-libs/libXi-1.6.0:= x11-libs/libXrandr:= x11-libs/libXrender:= x11-libs/libXScrnSaver:= x11-libs/libXtst:= x11-libs/pango:= app-arch/snappy:= media-libs/flac:= >=media-libs/libwebp-0.4.0:= sys-libs/zlib:=[minizip] kerberos? ( virtual/krb5 ) !=www-client/chromium-9999 !=net-print/cups-1.3.11:= ) dev-libs/expat:= dev-libs/glib:2 system-icu? ( >=dev-libs/icu-59:= ) >=dev-libs/libxml2-2.9.4-r3:=[icu] dev-libs/libxslt:= dev-libs/nspr:= >=dev-libs/nss-3.14.3:= >=dev-libs/re2-0.2016.05.01:= gnome-keyring? ( >=gnome-base/libgnome-keyring-3.12:= ) >=media-libs/alsa-lib-1.0.19:= media-libs/fontconfig:= media-libs/freetype:= >=media-libs/harfbuzz-1.5.0:=[icu(-)] media-libs/libjpeg-turbo:= media-libs/libpng:= system-libvpx? ( media-libs/libvpx:=[postproc,svc] ) >=media-libs/openh264-1.6.0:= pulseaudio? ( media-sound/pulseaudio:= ) system-ffmpeg? ( >=media-video/ffmpeg-3:= || ( media-video/ffmpeg[-samba] >=net-fs/samba-4.5.10-r1[-debug(-)] ) !=net-fs/samba-4.5.12 media-libs/opus:= ) sys-apps/dbus:= sys-apps/pciutils:= virtual/udev x11-libs/cairo:= x11-libs/gdk-pixbuf:2 x11-libs/gtk+:3[X] x11-libs/libX11:= x11-libs/libXcomposite:= x11-libs/libXcursor:= x11-libs/libXdamage:= x11-libs/libXext:= x11-libs/libXfixes:= >=x11-libs/libXi-1.6.0:= x11-libs/libXrandr:= x11-libs/libXrender:= x11-libs/libXScrnSaver:= x11-libs/libXtst:= x11-libs/pango:= app-arch/snappy:= media-libs/flac:= >=media-libs/libwebp-0.4.0:= sys-libs/zlib:=[minizip] kerberos? ( virtual/krb5 ) >=app-arch/gzip-1.7 !arm? ( dev-lang/yasm ) dev-lang/perl >=dev-util/gperf-3.0.3 >=dev-util/ninja-1.7.2 >=net-libs/nodejs-6.9.4 sys-apps/hwids[usb(+)] >=sys-devel/bison-2.4.3 sys-devel/flex virtual/pkgconfig dev-vcs/git || ( ( >=dev-lang/python-2.7.5-r2:2.7 dev-python/beautifulsoup:python-2[python_targets_python2_7(-),python_single_target_python2_7(+)] >=dev-python/beautifulsoup-4.3.2:4[python_targets_python2_7(-),python_single_target_python2_7(+)] dev-python/html5lib[python_targets_python2_7(-),python_single_target_python2_7(+)] dev-python/simplejson[python_targets_python2_7(-),python_single_target_python2_7(+)] ) ) >=sys-apps/sed-4 +DESCRIPTION=Open-source version of Google Chrome web browser +EAPI=6 +HOMEPAGE=http://chromium.org/ +IUSE=component-build cups gnome-keyring +hangouts kerberos neon pic +proprietary-codecs pulseaudio selinux +suid +system-ffmpeg +system-icu +system-libvpx +tcmalloc widevine custom-cflags +l10n_am +l10n_ar +l10n_bg +l10n_bn +l10n_ca +l10n_cs +l10n_da +l10n_de +l10n_el +l10n_en-GB +l10n_es +l10n_es-419 +l10n_et +l10n_fa +l10n_fi +l10n_fil +l10n_fr +l10n_gu +l10n_he +l10n_hi +l10n_hr +l10n_hu +l10n_id +l10n_it +l10n_ja +l10n_kn +l10n_ko +l10n_lt +l10n_lv +l10n_ml +l10n_mr +l10n_ms +l10n_nb +l10n_nl +l10n_pl +l10n_pt-BR +l10n_pt-PT +l10n_ro +l10n_ru +l10n_sk +l10n_sl +l10n_sr +l10n_sv +l10n_sw +l10n_ta +l10n_te +l10n_th +l10n_tr +l10n_uk +l10n_vi +l10n_zh-CN +l10n_zh-TW +KEYWORDS=~amd64 ~arm ~arm64 ~x86 +LICENSE=BSD +RDEPEND=app-arch/bzip2:= cups? ( >=net-print/cups-1.3.11:= ) dev-libs/expat:= dev-libs/glib:2 system-icu? ( >=dev-libs/icu-59:= ) >=dev-libs/libxml2-2.9.4-r3:=[icu] dev-libs/libxslt:= dev-libs/nspr:= >=dev-libs/nss-3.14.3:= >=dev-libs/re2-0.2016.05.01:= gnome-keyring? ( >=gnome-base/libgnome-keyring-3.12:= ) >=media-libs/alsa-lib-1.0.19:= media-libs/fontconfig:= media-libs/freetype:= >=media-libs/harfbuzz-1.5.0:=[icu(-)] media-libs/libjpeg-turbo:= media-libs/libpng:= system-libvpx? ( media-libs/libvpx:=[postproc,svc] ) >=media-libs/openh264-1.6.0:= pulseaudio? ( media-sound/pulseaudio:= ) system-ffmpeg? ( >=media-video/ffmpeg-3:= || ( media-video/ffmpeg[-samba] >=net-fs/samba-4.5.10-r1[-debug(-)] ) !=net-fs/samba-4.5.12 media-libs/opus:= ) sys-apps/dbus:= sys-apps/pciutils:= virtual/udev x11-libs/cairo:= x11-libs/gdk-pixbuf:2 x11-libs/gtk+:3[X] x11-libs/libX11:= x11-libs/libXcomposite:= x11-libs/libXcursor:= x11-libs/libXdamage:= x11-libs/libXext:= x11-libs/libXfixes:= >=x11-libs/libXi-1.6.0:= x11-libs/libXrandr:= x11-libs/libXrender:= x11-libs/libXScrnSaver:= x11-libs/libXtst:= x11-libs/pango:= app-arch/snappy:= media-libs/flac:= >=media-libs/libwebp-0.4.0:= sys-libs/zlib:=[minizip] kerberos? ( virtual/krb5 ) !=www-client/chromium-9999 !=dev-libs/openssl-1.0.1:0 dev-libs/expat dev-libs/glib:2 dev-libs/nspr dev-libs/nss gnome-base/gconf:2 media-libs/alsa-lib media-libs/fontconfig media-libs/freetype media-libs/speex net-print/cups sys-apps/dbus sys-libs/libcap x11-libs/cairo x11-libs/gdk-pixbuf x11-libs/gtk+:2 x11-libs/libX11 x11-libs/libXScrnSaver x11-libs/libXcomposite x11-libs/libXcursor x11-libs/libXdamage x11-libs/libXext x11-libs/libXfixes x11-libs/libXi x11-libs/libXrandr x11-libs/libXrender x11-libs/libXtst x11-libs/pango[X] RESTRICT=bindist mirror SLOT=0 -SRC_URI=amd64? ( https://downloads.vivaldi.com/stable/vivaldi-stable_1.13.1008.36-1_amd64.deb -> vivaldi-1.13.1008.36_p1-amd64.deb ) arm? ( https://downloads.vivaldi.com/stable/vivaldi-stable_1.13.1008.36-1_armhf.deb -> vivaldi-1.13.1008.36_p1-armhf.deb ) x86? ( https://downloads.vivaldi.com/stable/vivaldi-stable_1.13.1008.36-1_i386.deb -> vivaldi-1.13.1008.36_p1-i386.deb ) +SRC_URI=amd64? ( https://downloads.vivaldi.com/stable/vivaldi-stable_1.13.1008.40-1_amd64.deb -> vivaldi-1.13.1008.40_p1-amd64.deb ) arm? ( https://downloads.vivaldi.com/stable/vivaldi-stable_1.13.1008.40-1_armhf.deb -> vivaldi-1.13.1008.40_p1-armhf.deb ) x86? ( https://downloads.vivaldi.com/stable/vivaldi-stable_1.13.1008.40-1_i386.deb -> vivaldi-1.13.1008.40_p1-i386.deb ) _eclasses_=chromium-2 fcd0e1c5eaae64392927ca67cdb13e0c desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 gnome2-utils 4d211d7614f303710fca59db6ec12c88 linux-info ca370deef9d44125d829f2eb6ebc83e0 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 185a06792159ca143528e7010368e8af unpacker f40f7b4bd5aa88c2a4ba7b0d1e0ded70 versionator c80ccf29e90adea7c5cae94b42eb76d0 xdg-utils f2c8335407f0b935b0a96d4adf23ef25 _md5_=77b20c0213fe422799fbd414acd29ee1 diff --git a/metadata/md5-cache/www-plugins/Manifest.gz b/metadata/md5-cache/www-plugins/Manifest.gz index 52fc7d793810..4fc33d913a90 100644 Binary files a/metadata/md5-cache/www-plugins/Manifest.gz and b/metadata/md5-cache/www-plugins/Manifest.gz differ diff --git a/metadata/md5-cache/www-plugins/pdfjs-1.9.426 b/metadata/md5-cache/www-plugins/pdfjs-1.9.426 index b4fe72b0e0a8..5abc908d473b 100644 --- a/metadata/md5-cache/www-plugins/pdfjs-1.9.426 +++ b/metadata/md5-cache/www-plugins/pdfjs-1.9.426 @@ -2,9 +2,9 @@ DEFINED_PHASES=install DEPEND=app-arch/unzip DESCRIPTION=A PDF reader in JavaScript EAPI=6 -HOMEPAGE=http://mozilla.github.io/pdf.js/ +HOMEPAGE=https://mozilla.github.io/pdf.js/ KEYWORDS=~amd64 ~x86 LICENSE=Apache-2.0 SLOT=0 SRC_URI=https://github.com/mozilla/pdf.js/releases/download/v1.9.426/pdfjs-1.9.426-dist.zip -> pdfjs-1.9.426.zip -_md5_=37a123bcc5cd5ceda360ab11533114da +_md5_=21aee3844d5b905363ffe6dacd13d6e4 diff --git a/metadata/md5-cache/x11-apps/Manifest.gz b/metadata/md5-cache/x11-apps/Manifest.gz index dae822925478..2bf5124c71d6 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/xinit-1.3.4-r3 b/metadata/md5-cache/x11-apps/xinit-1.3.4-r3 index 7e9a0fcc7f47..0e080636f498 100644 --- a/metadata/md5-cache/x11-apps/xinit-1.3.4-r3 +++ b/metadata/md5-cache/x11-apps/xinit-1.3.4-r3 @@ -4,11 +4,11 @@ DESCRIPTION=X Window System initializer EAPI=5 HOMEPAGE=https://www.x.org/wiki/ IUSE=+minimal systemd -KEYWORDS=alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~arm-linux ~x86-linux +KEYWORDS=alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~arm-linux ~x86-linux LICENSE=MIT GPL-2 PDEPEND=x11-apps/xrdb !minimal? ( x11-apps/xclock x11-apps/xsm x11-terms/xterm x11-wm/twm ) RDEPEND=!=dev-libs/libpthread-stubs-0.3-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(-)?] video_cards_intel? ( >=x11-libs/libpciaccess-0.13.1-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(-)?] ) abi_x86_32? ( !app-emulation/emul-linux-x86-opengl[-abi_x86_32(-)] ) abi_x86_32? ( !app-emulation/emul-linux-x86-xlibs[-abi_x86_32(-)] ) RESTRICT=test SLOT=0 SRC_URI=https://dri.freedesktop.org/libdrm/libdrm-2.4.88.tar.bz2 _eclasses_=autotools dc412f38566b91012efd58b9c203e6c3 autotools-multilib f4848d9634439c7203cb7dd3b9650fff autotools-utils 5a4611dfba155b1659528663fad4cd5e desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 libtool 0081a71a261724730ec4c248494f044d ltprune 2770eed66a9b8ef944714cd0e968182e multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multilib-build eed53a6313267c9fbcd35fc384bd0087 multilib-minimal 9139c3a57e077cb8e0d0f73ceb080b89 toolchain-funcs 185a06792159ca143528e7010368e8af xorg-2 234cf45e2565fab7c0dff5bd8d1f9177 -_md5_=99c245f6fdea5f3e56d6b1c5baf80faa +_md5_=00c971f713151464d5b325be03bd403b diff --git a/metadata/md5-cache/x11-libs/libxklavier-5.4 b/metadata/md5-cache/x11-libs/libxklavier-5.4 index cc8679546f7e..8164337f2a4a 100644 --- a/metadata/md5-cache/x11-libs/libxklavier-5.4 +++ b/metadata/md5-cache/x11-libs/libxklavier-5.4 @@ -4,11 +4,11 @@ DESCRIPTION=A library for the X Keyboard Extension (high-level API) EAPI=6 HOMEPAGE=https://www.freedesktop.org/wiki/Software/LibXklavier IUSE=+introspection vala -KEYWORDS=~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris +KEYWORDS=~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris LICENSE=LGPL-2 RDEPEND=app-text/iso-codes >=dev-libs/glib-2.16:2= dev-libs/libxml2:2= x11-apps/xkbcomp x11-libs/libX11:= >=x11-libs/libXi-1.1.3:= x11-libs/libxkbfile:= >=x11-misc/xkeyboard-config-2.4.1-r3 introspection? ( >=dev-libs/gobject-introspection-1.30:= ) vala? ( || ( dev-lang/vala:0.36 dev-lang/vala:0.34 dev-lang/vala:0.32 ) ) REQUIRED_USE=vala? ( introspection ) SLOT=0/16 SRC_URI=https://people.freedesktop.org/~svu/libxklavier-5.4.tar.bz2 _eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 libtool 0081a71a261724730ec4c248494f044d ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 185a06792159ca143528e7010368e8af vala 103e6885c83965507391cdc5b6fa0e67 xdg-utils f2c8335407f0b935b0a96d4adf23ef25 -_md5_=0b14228d41307c8b1702110350dd03a7 +_md5_=37d61d0d8a3c4ed59f741c53ec33f36e diff --git a/metadata/md5-cache/x11-libs/xcb-util-xrm-1.2 b/metadata/md5-cache/x11-libs/xcb-util-xrm-1.2 index d04b953d285d..966df288606c 100644 --- a/metadata/md5-cache/x11-libs/xcb-util-xrm-1.2 +++ b/metadata/md5-cache/x11-libs/xcb-util-xrm-1.2 @@ -4,10 +4,10 @@ DESCRIPTION=X C-language Bindings sample implementations EAPI=5 HOMEPAGE=https://xcb.freedesktop.org/ IUSE=test 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 static-libs doc -KEYWORDS=amd64 ~arm x86 +KEYWORDS=amd64 ~arm ~arm64 x86 LICENSE=MIT RDEPEND=>=x11-libs/libxcb-1.9.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/xcb-util[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(-)?] abi_x86_32? ( !app-emulation/emul-linux-x86-xlibs[-abi_x86_32(-)] ) SLOT=0 SRC_URI=https://github.com/Airblader/xcb-util-xrm/releases/download/v1.2/xcb-util-xrm-1.2.tar.bz2 _eclasses_=autotools dc412f38566b91012efd58b9c203e6c3 autotools-multilib f4848d9634439c7203cb7dd3b9650fff autotools-utils 5a4611dfba155b1659528663fad4cd5e desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 libtool 0081a71a261724730ec4c248494f044d ltprune 2770eed66a9b8ef944714cd0e968182e multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multilib-build eed53a6313267c9fbcd35fc384bd0087 multilib-minimal 9139c3a57e077cb8e0d0f73ceb080b89 toolchain-funcs 185a06792159ca143528e7010368e8af xorg-2 234cf45e2565fab7c0dff5bd8d1f9177 -_md5_=58edd6a77bbf1a1d7f16fdd35eee2257 +_md5_=f72cfe36647db45618f5da60b75c71d6 diff --git a/metadata/md5-cache/x11-misc/Manifest.gz b/metadata/md5-cache/x11-misc/Manifest.gz index 039ec37cc0fc..98761b750853 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/shared-mime-info-1.9 b/metadata/md5-cache/x11-misc/shared-mime-info-1.9 index 317313bcb841..87c7100e4805 100644 --- a/metadata/md5-cache/x11-misc/shared-mime-info-1.9 +++ b/metadata/md5-cache/x11-misc/shared-mime-info-1.9 @@ -4,10 +4,10 @@ DESCRIPTION=The Shared MIME-info Database specification EAPI=6 HOMEPAGE=https://freedesktop.org/wiki/Software/shared-mime-info IUSE=test -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 ~arm-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 ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris LICENSE=GPL-2 RDEPEND=>=dev-libs/glib-2 dev-libs/libxml2 SLOT=0 SRC_URI=https://people.freedesktop.org/~hadess/shared-mime-info-1.9.tar.xz _eclasses_=xdg-utils f2c8335407f0b935b0a96d4adf23ef25 -_md5_=49d5d5a0965cc86acfd2d56ee0e321a0 +_md5_=f67c340a884cc49da9667fbe89400fa3 diff --git a/metadata/md5-cache/x11-misc/xdg-user-dirs-0.16 b/metadata/md5-cache/x11-misc/xdg-user-dirs-0.16 index 15362e8b4675..944591d787e8 100644 --- a/metadata/md5-cache/x11-misc/xdg-user-dirs-0.16 +++ b/metadata/md5-cache/x11-misc/xdg-user-dirs-0.16 @@ -4,10 +4,10 @@ DESCRIPTION=A tool to help manage 'well known' user directories EAPI=6 HOMEPAGE=https://www.freedesktop.org/wiki/Software/xdg-user-dirs IUSE=gtk -KEYWORDS=~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris +KEYWORDS=~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris LICENSE=GPL-2 PDEPEND=gtk? ( x11-misc/xdg-user-dirs-gtk ) SLOT=0 SRC_URI=https://user-dirs.freedesktop.org/releases/xdg-user-dirs-0.16.tar.gz _eclasses_=autotools dc412f38566b91012efd58b9c203e6c3 libtool 0081a71a261724730ec4c248494f044d multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 185a06792159ca143528e7010368e8af -_md5_=1605931cc98b64a827a63fd2d5574213 +_md5_=90369e25a43cb5b31923d2b4b78394af diff --git a/metadata/md5-cache/x11-terms/Manifest.gz b/metadata/md5-cache/x11-terms/Manifest.gz index 896123005c31..f4d813c73755 100644 Binary files a/metadata/md5-cache/x11-terms/Manifest.gz and b/metadata/md5-cache/x11-terms/Manifest.gz differ diff --git a/metadata/md5-cache/x11-terms/terminology-9999 b/metadata/md5-cache/x11-terms/terminology-9999 index 39ae212ba19f..fac3888c8b2c 100644 --- a/metadata/md5-cache/x11-terms/terminology-9999 +++ b/metadata/md5-cache/x11-terms/terminology-9999 @@ -6,5 +6,5 @@ HOMEPAGE=https://www.enlightenment.org/p.php?p=about/terminology LICENSE=BSD-2 RDEPEND=>=dev-libs/efl-1.18[X] SLOT=0 -_eclasses_=git-r3 fec09a83ae965b041b47f5ff7c8ba29a meson 0946ddca90e9c2d3e4687bb097dd9ed3 multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 6f5991c7101863d0b29df63990ad852e ninja-utils ebb2eaddc6331c4fa000b8eb8f6fe074 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 185a06792159ca143528e7010368e8af +_eclasses_=git-r3 fec09a83ae965b041b47f5ff7c8ba29a meson f8e09b2b2ac1e9bb0bd374b6ad77a90d multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 6f5991c7101863d0b29df63990ad852e ninja-utils ebb2eaddc6331c4fa000b8eb8f6fe074 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 185a06792159ca143528e7010368e8af _md5_=150071e98905454b5196ce51df99304a diff --git a/metadata/md5-cache/x11-themes/Manifest.gz b/metadata/md5-cache/x11-themes/Manifest.gz index 226daaf4f526..c99a1eb25e60 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/audacious-themes-0.0.4 b/metadata/md5-cache/x11-themes/audacious-themes-0.0.4 deleted file mode 100644 index b78b95d972b8..000000000000 --- a/metadata/md5-cache/x11-themes/audacious-themes-0.0.4 +++ /dev/null @@ -1,11 +0,0 @@ -DEFINED_PHASES=compile install unpack -DEPEND=net-misc/wget -DESCRIPTION=Collection of XMMS themes for Audacious -EAPI=0 -HOMEPAGE=http://www.xmms.org -KEYWORDS=alpha amd64 ppc ppc64 sparc x86 ~x86-fbsd -LICENSE=freedist -RDEPEND=>=media-sound/audacious-0.1.2 app-arch/unzip -SLOT=0 -SRC_URI=http://www.xmms.org/files/Skins/AbsoluteE_Xmms.zip http://www.xmms.org/files/Skins/Absolute_Blue-XMMS.zip http://www.xmms.org/files/Skins/AdamAmp.zip http://www.xmms.org/files/Skins/Apple_Platinum_Amp.zip http://www.xmms.org/files/Skins/Aqua.zip http://www.xmms.org/files/Skins/BlackXMMS.zip http://www.xmms.org/files/Skins/BlueIce.zip http://www.xmms.org/files/Skins/BlueSteel.zip http://www.xmms.org/files/Skins/BlueSteel_xmms.zip http://www.xmms.org/files/Skins/BrushedMetal_Xmms.zip http://www.xmms.org/files/Skins/CX2.zip http://www.xmms.org/files/Skins/ConceptX-Gold.zip http://www.xmms.org/files/Skins/Concept_X.zip http://www.xmms.org/files/Skins/Covenant.zip http://www.xmms.org/files/Skins/Cyrus-XMMS.zip http://www.xmms.org/files/Skins/FB_1.2.zip http://www.xmms.org/files/Skins/FB_2.1.zip http://www.xmms.org/files/Skins/FreeBSD.zip http://www.xmms.org/files/Skins/Freshmeat_Amp.zip http://www.xmms.org/files/Skins/GTK+.zip http://www.xmms.org/files/Skins/Ghost-10.zip http://www.xmms.org/files/Skins/HeliXMMS.zip http://www.xmms.org/files/Skins/Inverse.zip http://www.xmms.org/files/Skins/Marble.zip http://www.xmms.org/files/Skins/NeXTAmp2-1.0pre1.zip http://www.xmms.org/files/Skins/NeXTAmp2.4.zip http://www.xmms.org/files/Skins/OmniAMP-1.3.zip http://www.xmms.org/files/Skins/Panic.zip http://www.xmms.org/files/Skins/Plume-XMMS-v1.zip http://www.xmms.org/files/Skins/SuedE.zip http://www.xmms.org/files/Skins/Ultrafina-pw.zip http://www.xmms.org/files/Skins/Ultrafina.zip http://www.xmms.org/files/Skins/Ultrafina2000.zip http://www.xmms.org/files/Skins/UltrafinaSE.zip http://www.xmms.org/files/Skins/UltrafinaSEM.zip http://www.xmms.org/files/Skins/Vegetal_Blues.zip http://www.xmms.org/files/Skins/Vegetali_1-1.zip http://www.xmms.org/files/Skins/Vulcan.zip http://www.xmms.org/files/Skins/Vulcan21.zip http://www.xmms.org/files/Skins/WoodPanel.zip http://www.xmms.org/files/Skins/X-Tra.zip http://www.xmms.org/files/Skins/XMMS-AfterStep.zip http://www.xmms.org/files/Skins/XMMS-Green.zip http://www.xmms.org/files/Skins/XawMMS.zip http://www.xmms.org/files/Skins/arctic_Xmms.zip http://www.xmms.org/files/Skins/blackstar.zip http://www.xmms.org/files/Skins/blueHeart-xmms-20.zip http://www.xmms.org/files/Skins/blueHeart_Xmms.zip http://www.xmms.org/files/Skins/bmXmms.zip http://www.xmms.org/files/Skins/cart0onix.zip http://www.xmms.org/files/Skins/chaos_XMMS.zip http://www.xmms.org/files/Skins/cherry.zip http://www.xmms.org/files/Skins/cracked.zip http://www.xmms.org/files/Skins/detone_blue.zip http://www.xmms.org/files/Skins/detone_green.zip http://www.xmms.org/files/Skins/eMac-XMMS.zip http://www.xmms.org/files/Skins/eMac_Xmms_color_schemes.zip http://www.xmms.org/files/Skins/fyre.zip http://www.xmms.org/files/Skins/gLaNDAmp-2.0.zip http://www.xmms.org/files/Skins/minEguE-xmms-v2.zip http://www.xmms.org/files/Skins/myway.zip http://www.xmms.org/files/Skins/nuance-2.0.zip http://www.xmms.org/files/Skins/nuance-green-2.0.zip http://www.xmms.org/files/Skins/sinistar.zip http://www.xmms.org/files/Skins/spiffMEDIA.zip http://www.xmms.org/files/Skins/titanium.zip http://www.xmms.org/files/Skins/xmms-256.zip http://www.xmms.org/files/Skins/Cobalt-Obscura.tar.gz http://www.xmms.org/files/Skins/ColderXMMS.tar.gz http://www.xmms.org/files/Skins/Coolblue.tar.gz http://www.xmms.org/files/Skins/Eclipse.tar.gz http://www.xmms.org/files/Skins/LinuxDotCom.tar.gz http://www.xmms.org/files/Skins/MarbleX.tar.gz http://www.xmms.org/files/Skins/NoerdAmp-SE.tar.gz http://www.xmms.org/files/Skins/Winamp_X_XMMS_1.01.tar.gz http://www.xmms.org/files/Skins/cherry_best.tar.gz http://www.xmms.org/files/Skins/fiRe.tar.gz http://www.xmms.org/files/Skins/m2n.tar.gz http://www.xmms.org/files/Skins/maXMMS.tar.gz http://www.xmms.org/files/Skins/nixamp2.tar.gz http://www.xmms.org/files/Skins/sword.tar.gz http://www.xmms.org/files/Skins/xmmearth.tar.gz http://www.kde-look.org/content/files/7947-plastik.zip http://mrb.tagclan.com/files/Raj._I.O._Amp_in_2000.wsz http://mrb.tagclan.com/files/bluemetal.wsz http://mrb.tagclan.com/files/atlantis_-_meridian.wsz http://mrb.tagclan.com/files/ace.wsz http://waledawg.com/v5/files/wale_sub_contact.wsz http://waledawg.com/v5/files/wale_crobial_hypothesis.wsz http://waledawg.com/v5/files/wale_media_monks.wsz http://waledawg.com/v5/files/wale_atmosphere.wsz http://waledawg.com/v5/files/wale_RLH.wsz http://waledawg.com/v5/files/wale_poopshingles.wsz http://www.gnome-look.org/content/files/14870-Winamp5-XMMS.tar.bz2 http://www.winamp.com/skins/download/145489?/Nucleo_AlienMind_v5.wsz -_md5_=12c982a6d849f44c397abf77c5ed16b3 diff --git a/metadata/md5-cache/x11-themes/hicolor-icon-theme-0.17 b/metadata/md5-cache/x11-themes/hicolor-icon-theme-0.17 index 7c43cf4af8eb..c85ef474e3ef 100644 --- a/metadata/md5-cache/x11-themes/hicolor-icon-theme-0.17 +++ b/metadata/md5-cache/x11-themes/hicolor-icon-theme-0.17 @@ -3,10 +3,10 @@ DEPEND=app-arch/xz-utils >=sys-apps/sed-4 DESCRIPTION=Fallback theme for the freedesktop icon theme specification EAPI=6 HOMEPAGE=https://freedesktop.org/wiki/Software/icon-theme -KEYWORDS=~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris +KEYWORDS=~alpha amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris LICENSE=GPL-2 RESTRICT=binchecks strip SLOT=0 SRC_URI=https://icon-theme.freedesktop.org/releases/hicolor-icon-theme-0.17.tar.xz _eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 gnome2-utils 4d211d7614f303710fca59db6ec12c88 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 185a06792159ca143528e7010368e8af xdg-utils f2c8335407f0b935b0a96d4adf23ef25 -_md5_=6d19031da9175ab4610e21f0d9de8628 +_md5_=c7cfb36562d5fdd25b4f04b576664ec6 diff --git a/metadata/md5-cache/x11-wm/Manifest.gz b/metadata/md5-cache/x11-wm/Manifest.gz index 77bf45058db6..a27933d0eed7 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/i3-4.14.1 b/metadata/md5-cache/x11-wm/i3-4.14.1 index a990447d7926..5da78a179005 100644 --- a/metadata/md5-cache/x11-wm/i3-4.14.1 +++ b/metadata/md5-cache/x11-wm/i3-4.14.1 @@ -4,7 +4,7 @@ DESCRIPTION=An improved dynamic tiling window manager EAPI=6 HOMEPAGE=https://i3wm.org/ IUSE=doc debug test test -KEYWORDS=~amd64 ~x86 +KEYWORDS=~amd64 ~arm64 ~x86 LICENSE=BSD RDEPEND=dev-libs/libev dev-libs/libpcre >=dev-libs/yajl-2.0.3 x11-libs/libxcb[xkb] x11-libs/libxkbcommon[X] x11-libs/startup-notification x11-libs/xcb-util x11-libs/xcb-util-cursor x11-libs/xcb-util-keysyms x11-libs/xcb-util-wm x11-libs/xcb-util-xrm x11-misc/xkeyboard-config >=x11-libs/cairo-1.14.4[X,xcb] >=x11-libs/pango-1.30.0[X] dev-lang/perl dev-perl/AnyEvent-I3 dev-perl/JSON-XS REQUIRED_USE=test? ( debug ) @@ -12,4 +12,4 @@ RESTRICT=test SLOT=0 SRC_URI=https://i3wm.org/downloads/i3-4.14.1.tar.bz2 _eclasses_=autotools dc412f38566b91012efd58b9c203e6c3 libtool 0081a71a261724730ec4c248494f044d multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 185a06792159ca143528e7010368e8af virtualx 171580f737f5aaf18fcb456548588066 -_md5_=5e2ae3dadc0d58f939741c022026db14 +_md5_=7bff004239033d87fe54351cad363587 diff --git a/metadata/md5-cache/x11-wm/icewm-1.4.2 b/metadata/md5-cache/x11-wm/icewm-1.4.2 index bd536ffccae7..7a35bd9020a5 100644 --- a/metadata/md5-cache/x11-wm/icewm-1.4.2 +++ b/metadata/md5-cache/x11-wm/icewm-1.4.2 @@ -4,11 +4,11 @@ DESCRIPTION=Ice Window Manager with Themes EAPI=6 HOMEPAGE=http://www.icewm.org/ https://github.com/bbidulock/icewm IUSE=bidi debug doc minimal nls truetype uclibc xinerama -KEYWORDS=amd64 ~ppc x86 +KEYWORDS=amd64 ppc x86 LICENSE=GPL-2 RDEPEND=media-libs/fontconfig x11-libs/gdk-pixbuf:2[X] x11-libs/libICE x11-libs/libSM x11-libs/libX11 x11-libs/libXext x11-libs/libXft x11-libs/libXpm x11-libs/libXrandr x11-libs/libXrender bidi? ( dev-libs/fribidi ) xinerama? ( x11-libs/libXinerama ) RESTRICT=test SLOT=0 SRC_URI=https://github.com/bbidulock/icewm/archive/1.4.2.tar.gz -> icewm-1.4.2.tar.gz _eclasses_=autotools dc412f38566b91012efd58b9c203e6c3 desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 libtool 0081a71a261724730ec4c248494f044d ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 185a06792159ca143528e7010368e8af -_md5_=e33ec730d7af5059fdde56006ec5cc59 +_md5_=dccc19b8c3661353ffcb047deeb6f38c diff --git a/metadata/md5-cache/x11-wm/xpra-1.0.9 b/metadata/md5-cache/x11-wm/xpra-1.0.9 index 400d80835841..b5fabac7b249 100644 --- a/metadata/md5-cache/x11-wm/xpra-1.0.9 +++ b/metadata/md5-cache/x11-wm/xpra-1.0.9 @@ -4,11 +4,11 @@ DESCRIPTION=X Persistent Remote Apps (xpra) and Partitioning WM (parti) based on EAPI=6 HOMEPAGE=http://xpra.org/ http://xpra.org/src/ IUSE=+client +clipboard csc cups dbus dec_avcodec2 enc_ffmpeg enc_x264 enc_x265 libav +lz4 lzo opengl pillow pulseaudio server sound test vpx webcam webp python_targets_python2_7 -KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux +KEYWORDS=amd64 ~x86 ~amd64-linux ~x86-linux LICENSE=GPL-2 BSD RDEPEND=python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/pygobject:2[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/pygtk:2[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] x11-libs/gtk+:2 x11-libs/libX11 x11-libs/libXcomposite x11-libs/libXdamage x11-libs/libXfixes x11-libs/libXrandr x11-libs/libXtst csc? ( !libav? ( >=media-video/ffmpeg-1.2.2:0= ) libav? ( media-video/libav:0= ) ) dec_avcodec2? ( !libav? ( >=media-video/ffmpeg-2:0= ) libav? ( media-video/libav:0= ) ) enc_ffmpeg? ( !libav? ( >=media-video/ffmpeg-3.2.2:0= ) libav? ( media-video/libav:0= ) ) enc_x264? ( media-libs/x264 !libav? ( >=media-video/ffmpeg-1.0.4:0= ) libav? ( media-video/libav:0= ) ) enc_x265? ( media-libs/x265 !libav? ( >=media-video/ffmpeg-2:0= ) libav? ( media-video/libav:0= ) opengl? ( dev-python/pygtkglext ) pulseaudio? ( media-sound/pulseaudio ) sound? ( media-libs/gstreamer:1.0 media-libs/gst-plugins-base:1.0 dev-python/gst-python:1.0 ) vpx? ( media-libs/libvpx virtual/ffmpeg ) webp? ( media-libs/libwebp ) ) dev-python/ipython[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/netifaces[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/rencode[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] virtual/ssh x11-apps/xmodmap cups? ( dev-python/pycups[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) dbus? ( dev-python/dbus-python[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) lz4? ( dev-python/lz4[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) lzo? ( >=dev-python/python-lzo-0.7.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) opengl? ( client? ( dev-python/pyopengl_accelerate[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) ) pillow? ( dev-python/pillow[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) server? ( x11-base/xorg-server[-minimal,xvfb] x11-drivers/xf86-input-void ) webcam? ( dev-python/numpy[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] media-libs/opencv[python] dev-python/pyinotify[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] kernel_linux? ( virtual/tmpfiles ) REQUIRED_USE=|| ( python_targets_python2_7 ) clipboard? ( || ( server client ) ) cups? ( dbus ) opengl? ( client ) || ( client server ) client? ( enc_x264? ( dec_avcodec2 ) enc_x265? ( dec_avcodec2 ) ) || ( python_targets_python2_7 ) SLOT=0 SRC_URI=http://xpra.org/src/xpra-1.0.9.tar.xz _eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 distutils-r1 372bbe39047c0a2550319a3a82f3e063 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 6f5991c7101863d0b29df63990ad852e python-r1 e9350ec46bb5c9f3504b4fbe8b8d8987 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d tmpfiles 1e504fdcf4f24aeded1ce42600307f76 toolchain-funcs 185a06792159ca143528e7010368e8af user 8bc2845510e2109af75e3eeac607ec81 xdg 6cd76cc914c1a759dee032778487b57f xdg-utils f2c8335407f0b935b0a96d4adf23ef25 -_md5_=4d311c380fc89dc12c0021034d40477a +_md5_=695b982ee94986daff456881635f63e0 diff --git a/metadata/md5-cache/x11-wm/xpra-2.1.3 b/metadata/md5-cache/x11-wm/xpra-2.1.3 index 8f0c22feb2ee..ce513b2112b8 100644 --- a/metadata/md5-cache/x11-wm/xpra-2.1.3 +++ b/metadata/md5-cache/x11-wm/xpra-2.1.3 @@ -4,11 +4,11 @@ DESCRIPTION=X Persistent Remote Apps (xpra) and Partitioning WM (parti) based on EAPI=6 HOMEPAGE=http://xpra.org/ http://xpra.org/src/ IUSE=+client +clipboard csc cups dbus dec_avcodec2 enc_ffmpeg enc_x264 enc_x265 jpeg libav +lz4 lzo opengl pillow pulseaudio server sound test vpx webcam python_targets_python2_7 -KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux +KEYWORDS=amd64 ~x86 ~amd64-linux ~x86-linux LICENSE=GPL-2 BSD RDEPEND=python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/pygobject:2[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/pygtk:2[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] x11-libs/gtk+:2 x11-libs/libX11 x11-libs/libXcomposite x11-libs/libXdamage x11-libs/libXfixes x11-libs/libXrandr x11-libs/libXtst csc? ( !libav? ( >=media-video/ffmpeg-1.2.2:0= ) libav? ( media-video/libav:0= ) ) dec_avcodec2? ( !libav? ( >=media-video/ffmpeg-2:0= ) libav? ( media-video/libav:0= ) ) enc_ffmpeg? ( !libav? ( >=media-video/ffmpeg-3.2.2:0= ) libav? ( media-video/libav:0= ) ) enc_x264? ( media-libs/x264 !libav? ( >=media-video/ffmpeg-1.0.4:0= ) libav? ( media-video/libav:0= ) ) enc_x265? ( media-libs/x265 !libav? ( >=media-video/ffmpeg-2:0= ) libav? ( media-video/libav:0= ) ) jpeg? ( media-libs/libjpeg-turbo ) opengl? ( dev-python/pygtkglext ) pulseaudio? ( media-sound/pulseaudio ) sound? ( media-libs/gstreamer:1.0 media-libs/gst-plugins-base:1.0 dev-python/gst-python:1.0 ) vpx? ( media-libs/libvpx virtual/ffmpeg ) dev-python/ipython[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/netifaces[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/rencode[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] virtual/ssh x11-apps/xmodmap cups? ( dev-python/pycups[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) dbus? ( dev-python/dbus-python[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) lz4? ( dev-python/lz4[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) lzo? ( >=dev-python/python-lzo-0.7.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) opengl? ( client? ( dev-python/pyopengl_accelerate[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) ) pillow? ( dev-python/pillow[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) server? ( x11-base/xorg-server[-minimal,xvfb] x11-drivers/xf86-input-void ) webcam? ( dev-python/numpy[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] media-libs/opencv[python] dev-python/pyinotify[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] kernel_linux? ( virtual/tmpfiles ) REQUIRED_USE=|| ( python_targets_python2_7 ) clipboard? ( || ( server client ) ) cups? ( dbus ) opengl? ( client ) || ( client server ) client? ( enc_x264? ( dec_avcodec2 ) enc_x265? ( dec_avcodec2 ) ) || ( python_targets_python2_7 ) SLOT=0 SRC_URI=http://xpra.org/src/xpra-2.1.3.tar.xz _eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 distutils-r1 372bbe39047c0a2550319a3a82f3e063 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 6f5991c7101863d0b29df63990ad852e python-r1 e9350ec46bb5c9f3504b4fbe8b8d8987 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d tmpfiles 1e504fdcf4f24aeded1ce42600307f76 toolchain-funcs 185a06792159ca143528e7010368e8af user 8bc2845510e2109af75e3eeac607ec81 xdg 6cd76cc914c1a759dee032778487b57f xdg-utils f2c8335407f0b935b0a96d4adf23ef25 -_md5_=da21326345fbedde64cda3792e732fe6 +_md5_=23fc81aa504ab641c4c48b8219e710db diff --git a/metadata/news/timestamp.chk b/metadata/news/timestamp.chk index 7f3d88a6478a..28ba379e64e0 100644 --- a/metadata/news/timestamp.chk +++ b/metadata/news/timestamp.chk @@ -1 +1 @@ -Fri, 22 Dec 2017 11:39:03 +0000 +Mon, 25 Dec 2017 06:39:15 +0000 diff --git a/metadata/projects.xml b/metadata/projects.xml index 03cf0f0369cf..21bf54dfa163 100644 --- a/metadata/projects.xml +++ b/metadata/projects.xml @@ -1676,6 +1676,10 @@ Yury German General system administration, Blogs, Planet + + grknight@gentoo.org + Brian Evans + idl0r@gentoo.org Christian Ruppert @@ -2949,6 +2953,11 @@ developers and volunteer mentors. Marek Szuba Member + + mgorny@gentoo.org + Michał Górny + Minor helper + monsieurp@gentoo.org Patrice Clement diff --git a/metadata/timestamp b/metadata/timestamp index 19524e743c75..3362813beb1d 100644 --- a/metadata/timestamp +++ b/metadata/timestamp @@ -1 +1 @@ -Fri Dec 22 11:39:03 UTC 2017 +Mon Dec 25 06:39:15 UTC 2017 diff --git a/metadata/timestamp.chk b/metadata/timestamp.chk index 027f1c7e22f1..e1da806beab8 100644 --- a/metadata/timestamp.chk +++ b/metadata/timestamp.chk @@ -1 +1 @@ -Fri, 22 Dec 2017 12:00:01 +0000 +Mon, 25 Dec 2017 07:00:01 +0000 diff --git a/metadata/timestamp.commit b/metadata/timestamp.commit index 0a0ddbd14c2c..5c12f2ecdaaf 100644 --- a/metadata/timestamp.commit +++ b/metadata/timestamp.commit @@ -1 +1 @@ -a26240268a67413b8e858c4261573da86c9e8192 1513942524 2017-12-22T11:35:24+00:00 +c7638fda14e42915b929bfe09c5ecca2211044e5 1514171762 2017-12-25T03:16:02+00:00 diff --git a/metadata/timestamp.x b/metadata/timestamp.x index 8ab563c25b1a..c403994c495d 100644 --- a/metadata/timestamp.x +++ b/metadata/timestamp.x @@ -1 +1 @@ -1513942501 Fri 22 Dec 2017 11:35:01 AM UTC +1514183701 Mon 25 Dec 2017 06:35:01 AM UTC diff --git a/metadata/xml-schema/timestamp.chk b/metadata/xml-schema/timestamp.chk index 7f3d88a6478a..28ba379e64e0 100644 --- a/metadata/xml-schema/timestamp.chk +++ b/metadata/xml-schema/timestamp.chk @@ -1 +1 @@ -Fri, 22 Dec 2017 11:39:03 +0000 +Mon, 25 Dec 2017 06:39:15 +0000 diff --git a/net-analyzer/Manifest.gz b/net-analyzer/Manifest.gz index 2e052e93b34d..b3b8e323dd96 100644 Binary files a/net-analyzer/Manifest.gz and b/net-analyzer/Manifest.gz differ diff --git a/net-analyzer/icinga/icinga-1.14.2.ebuild b/net-analyzer/icinga/icinga-1.14.2.ebuild index 681ce94efa8d..c7931ece03d9 100644 --- a/net-analyzer/icinga/icinga-1.14.2.ebuild +++ b/net-analyzer/icinga/icinga-1.14.2.ebuild @@ -7,10 +7,6 @@ inherit depend.apache eutils multilib pax-utils toolchain-funcs user versionator DESCRIPTION="Nagios Fork - Check daemon, CGIs, docs, IDOutils" HOMEPAGE="http://www.icinga.org/" -#MY_PV=$(delete_version_separator 3) -#SRC_URI="mirror://sourceforge/${PN}/${PN}-${MY_PV}.tar.gz" -#S=${WORKDIR}/${PN}-${MY_PV} -#SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" SRC_URI="https://github.com/${PN}/${PN}-core/archive/v${PV}/${P}.tar.gz" S="${WORKDIR}/${PN}-core-${PV}" @@ -42,11 +38,6 @@ pkg_setup() { enewuser icinga -1 -1 /var/lib/icinga "icinga,nagios" } -src_prepare() { - epatch "${FILESDIR}/fix-prestripped-binaries-1.7.0.patch" - eapply_user -} - src_configure() { local myconf diff --git a/net-dns/Manifest.gz b/net-dns/Manifest.gz index e5a9f0500904..843709f77224 100644 Binary files a/net-dns/Manifest.gz and b/net-dns/Manifest.gz differ diff --git a/net-dns/avahi/avahi-0.7.ebuild b/net-dns/avahi/avahi-0.7.ebuild index 9c41455180c0..d77bb4af9a0d 100644 --- a/net-dns/avahi/avahi-0.7.ebuild +++ b/net-dns/avahi/avahi-0.7.ebuild @@ -19,7 +19,7 @@ S="${WORKDIR}/${P}" LICENSE="LGPL-2.1" SLOT="0" #KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ~ppc64 sparc x86" +KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ~ppc64 sparc x86" IUSE="autoipd bookmarks dbus doc gdbm gtk gtk3 howl-compat +introspection ipv6 kernel_linux mdnsresponder-compat mono nls python qt4 selinux test" REQUIRED_USE=" diff --git a/net-ftp/Manifest.gz b/net-ftp/Manifest.gz index ae99b9538bf6..ba48849b0b00 100644 Binary files a/net-ftp/Manifest.gz and b/net-ftp/Manifest.gz differ diff --git a/net-ftp/uftpd/Manifest b/net-ftp/uftpd/Manifest new file mode 100644 index 000000000000..d30638d3ea89 --- /dev/null +++ b/net-ftp/uftpd/Manifest @@ -0,0 +1 @@ +DIST uftpd-2.4.tar.xz 173132 BLAKE2B 5bb1d90a2353e34d1a2346fa09c9843e598827875cc2c09beabf3916e34693dca17bc0d1f00773ce823cb79685204a20fa16d7abc8d4c88085dd1bdafc7e5acc SHA512 1ed9ed4429a3e7a08ac902ebac95610e58164f3528a8fc00a745c0545aae4e13d3bcbf597bcae6ba045b24ee9ba3c39ec0617068920bcc4bbc3f5ef246d4c404 diff --git a/net-ftp/uftpd/metadata.xml b/net-ftp/uftpd/metadata.xml new file mode 100644 index 000000000000..80ff0c53f055 --- /dev/null +++ b/net-ftp/uftpd/metadata.xml @@ -0,0 +1,26 @@ + + + + +Oz Tiram +oz.tiram@gmail.com + + + proxy-maint@gentoo.org + Proxy Maintainers + + + The no nonsense TFTP/FTP server. + An excellent choice for those of us who never wanted to learn every + config file format on this planet. uftpd has no configuration, and + starts automatically from the traditional UNIX inetd super server, + neatly tcpwrapped for your safety. + + Hardcore Internet users and anyone concerned about security should + probably consider a seperate TFTP server and for FTP look at one of: + vsftpd, proftpd or pure-ftpd. + + + troglobit/uftpd + + diff --git a/net-ftp/uftpd/uftpd-2.4.ebuild b/net-ftp/uftpd/uftpd-2.4.ebuild new file mode 100644 index 000000000000..ad41f43f2ca5 --- /dev/null +++ b/net-ftp/uftpd/uftpd-2.4.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DESCRIPTION="The no nonsense TFTP/FTP server." +HOMEPAGE="https://github.com/troglobit/uftpd" +SRC_URI="https://github.com/troglobit/${PN}/releases/download/v${PV}/${P}.tar.xz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + dev-libs/libite + dev-libs/libuev + !!net-misc/uftp" + +RDEPEND="${DEPEND}" diff --git a/net-im/Manifest.gz b/net-im/Manifest.gz index 368c52c2de73..e5998f7aa0ae 100644 Binary files a/net-im/Manifest.gz and b/net-im/Manifest.gz differ diff --git a/net-im/signal-desktop-bin/Manifest b/net-im/signal-desktop-bin/Manifest index 54cf368c1efc..ea14c9061c9b 100644 --- a/net-im/signal-desktop-bin/Manifest +++ b/net-im/signal-desktop-bin/Manifest @@ -1 +1 @@ -DIST signal-desktop_1.0.40_amd64.deb 94694618 BLAKE2B ed6824f3e2ab2ee7a9872d19b8b8938547be8e3904d62d646b4e7c2dafb1caea3a8f847b7ac6fbbe6d905f5af45a02f83d766d7f55205a1a6fbc0927c2b464ad SHA512 b11f9b537a862c496a942a17977c7cc4f5ffc7b5892c6287e13711b2705163692d7b014083de770144df6d51bfc9a8b0f128e3b1a8c0f507fc042d27d5136d32 +DIST signal-desktop_1.1.0_amd64.deb 65522064 BLAKE2B 4128a5d3ceca998fb36dc48a19c7cb520f5ea9a162881e1bcd578b6e68861113164c636a0159e937b42492ecfa5624de66376871a61133a4c3fc4be85e535322 SHA512 2bb1c92ccc070325d38bfaacca6998a1ce465801e70736bea9eee3f46fb321882bbe052460cdef8c4767ea971b3be248f31467f301feebed428048541a613524 diff --git a/net-im/signal-desktop-bin/signal-desktop-bin-1.0.40.ebuild b/net-im/signal-desktop-bin/signal-desktop-bin-1.1.0.ebuild similarity index 98% rename from net-im/signal-desktop-bin/signal-desktop-bin-1.0.40.ebuild rename to net-im/signal-desktop-bin/signal-desktop-bin-1.1.0.ebuild index 55d852466784..55ac05c96d96 100644 --- a/net-im/signal-desktop-bin/signal-desktop-bin-1.0.40.ebuild +++ b/net-im/signal-desktop-bin/signal-desktop-bin-1.1.0.ebuild @@ -23,6 +23,7 @@ RDEPEND=" dev-libs/libappindicator:3 dev-libs/nss x11-libs/libXtst + net-print/cups " QA_PREBUILT="opt/Signal/signal-desktop diff --git a/net-libs/Manifest.gz b/net-libs/Manifest.gz index 8dcc51d90ce4..c80418aa135d 100644 Binary files a/net-libs/Manifest.gz and b/net-libs/Manifest.gz differ diff --git a/net-libs/libsignon-glib/Manifest b/net-libs/libsignon-glib/Manifest index 09128827ef08..4836858a6f6b 100644 --- a/net-libs/libsignon-glib/Manifest +++ b/net-libs/libsignon-glib/Manifest @@ -1,2 +1 @@ -DIST libsignon-glib-1.13.tar.gz 51601 BLAKE2B e38d12a0cbb6b0df80c0da27620c06e0fb4301694782c64dd86bd5dbc0424ca40b917d5d6d4c4197a9f736bea199a7e029c8b48bc5b9bc997005b26311b560af SHA512 aaae6a37a113685eb36ddccd497e387617cf0900506638cbafbac282c4d63ade41f4c915ad6f04214c58af580b70d9062ecf3e1618b6f5fe07dad50c5dc125a6 DIST libsignon-glib-1.14.tar.gz 54019 BLAKE2B 9ffdb96a374ef0848c1b70cb369a533ea826b24856a32b4b454a0fd8982533041fcc88382fdf1eee6857aa36ec8d076885fc769a058e148e91da54dbddaf7125 SHA512 c2277933d6ec2c3288ce510c853da7719116dac15d60c7114fcdcb87d04e7f70390d066938dea6aa0f819fbd70158fb875c5be5684c47fd27c0b6c55e9467a1d diff --git a/net-libs/libsignon-glib/libsignon-glib-1.13-r1.ebuild b/net-libs/libsignon-glib/libsignon-glib-1.13-r1.ebuild deleted file mode 100644 index 7a39014192a5..000000000000 --- a/net-libs/libsignon-glib/libsignon-glib-1.13-r1.ebuild +++ /dev/null @@ -1,87 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python{2_7,3_4,3_5} ) -inherit autotools python-r1 vcs-snapshot xdg-utils - -DESCRIPTION="GLib binding for the D-Bus API provided by signond" -HOMEPAGE="https://01.org/gsso/" -SRC_URI="https://gitlab.com/accounts-sso/libsignon-glib/repository/archive.tar.gz?ref=VERSION_1.13 -> ${P}.tar.gz" - -SLOT="0" -LICENSE="LGPL-2.1" -KEYWORDS="amd64 x86" -IUSE="debug doc +introspection python test" - -REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} introspection )" - -RDEPEND=" - dev-libs/glib:2 - net-libs/signond - introspection? ( dev-libs/gobject-introspection:= ) - python? ( - ${PYTHON_DEPS} - dev-python/pygobject:3[${PYTHON_USEDEP}] - ) -" -DEPEND="${RDEPEND} - dev-util/gdbus-codegen - doc? ( dev-util/gtk-doc ) -" - -DOCS=( AUTHORS NEWS README ) - -# needs more love -RESTRICT="test" - -src_prepare() { - default - - if ! use doc; then - eapply "${FILESDIR}/${PN}-1.12-doc-disable.patch" - fi - - eautoreconf -} - -src_configure() { - xdg_environment_reset - - myconfigure() { - local myeconfargs=( - $(use_enable debug) - $(use_enable doc gtk-doc) - $(use_enable introspection) - $(use_enable python) - $(use_enable test tests) - ) - - econf "${myeconfargs[@]}" - } - - if use python; then - python_copy_sources - python_foreach_impl run_in_build_dir myconfigure - else - myconfigure - fi -} - -src_compile() { - # fails to compile with more than one thread - MAKEOPTS="${MAKEOPTS} -j1" - default - if use python; then - python_foreach_impl run_in_build_dir default - fi -} - -src_install() { - default - if use python; then - python_foreach_impl run_in_build_dir default - fi - find "${D}" -name '*.la' -delete || die -} diff --git a/net-libs/libsignon-glib/libsignon-glib-1.14.ebuild b/net-libs/libsignon-glib/libsignon-glib-1.14.ebuild index fe543c511282..4b1fc11e2067 100644 --- a/net-libs/libsignon-glib/libsignon-glib-1.14.ebuild +++ b/net-libs/libsignon-glib/libsignon-glib-1.14.ebuild @@ -10,9 +10,9 @@ DESCRIPTION="GLib binding for the D-Bus API provided by signond" HOMEPAGE="https://01.org/gsso/" SRC_URI="https://gitlab.com/accounts-sso/libsignon-glib/repository/archive.tar.gz?ref=VERSION_${PV} -> ${P}.tar.gz" -SLOT="0" LICENSE="LGPL-2.1" -KEYWORDS="~amd64 ~x86" +SLOT="0" +KEYWORDS="amd64 x86" IUSE="debug doc +introspection python test" REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} introspection )" diff --git a/net-libs/signond/Manifest b/net-libs/signond/Manifest index d43225b622b8..ce4d651c7082 100644 --- a/net-libs/signond/Manifest +++ b/net-libs/signond/Manifest @@ -1,2 +1 @@ -DIST signond-8.58.tar.gz 277287 BLAKE2B 448ca525fd215ca592f1fd1515eac60f7c8ccd77f85879c755a3f4174ef725d4a74cfd94d5b2447aa6ace5fc69cd719cd7c0306951846569be69a9ecf1da4ea5 SHA512 74c9f32ea99c869c0aa72b5816962336869131ea4e8484c53636b35f2ed669a49cbc0ccf10c2c446697892235b94cf2c74f8d5402f430081d7d51421646eec91 DIST signond-8.59.tar.gz 281298 BLAKE2B 29b97705b6e774f65b42a7ef9a253b08b1f4caf46141e3d761aabd9ef641dbe1301ef2fac0f46d8073e815bb97bc64bfbbf4b19d9c6644e2369f3abe538a50af SHA512 b8db03127df7b62dbf046841568c12f29c48c0b3272751600637864caa1c10b05ee9abce20fa41fb8eb7133c6bb20d18ca40803077e9e7808dba5afd108a36bb diff --git a/net-libs/signond/signond-8.58.ebuild b/net-libs/signond/signond-8.58.ebuild deleted file mode 100644 index 7194b5932aac..000000000000 --- a/net-libs/signond/signond-8.58.ebuild +++ /dev/null @@ -1,61 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit qmake-utils vcs-snapshot - -DESCRIPTION="Signon daemon for libaccounts-glib" -HOMEPAGE="https://01.org/gsso/" -SRC_URI="https://gitlab.com/accounts-sso/signond/repository/archive.tar.gz?ref=VERSION_8.58 -> ${P}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="amd64 ~arm x86" -IUSE="doc test" - -RESTRICT="test" - -# Enables the pop.auth file in /etc/pop.auth - Enables DRAC support Enables mail spool file is in home directory ~/Mailbox diff --git a/net-mail/qpopper/qpopper-4.1.0.ebuild b/net-mail/qpopper/qpopper-4.1.0.ebuild index a2e67328a12b..810e4e0da8c0 100644 --- a/net-mail/qpopper/qpopper-4.1.0.ebuild +++ b/net-mail/qpopper/qpopper-4.1.0.ebuild @@ -13,13 +13,12 @@ SRC_URI="ftp://ftp.qualcomm.com/eudora/servers/unix/popper/${MY_P}.tar.gz" LICENSE="qpopper GPL-2 ISOC-rfc" SLOT="0" KEYWORDS="amd64 x86" -IUSE="debug drac gdbm mailbox pam ssl xinetd apop" +IUSE="debug gdbm mailbox pam ssl xinetd apop" DEPEND="virtual/mta >=net-mail/mailbase-0.00-r8 xinetd? ( virtual/inetd ) gdbm? ( sys-libs/gdbm ) - drac? ( mail-client/drac ) pam? ( >=sys-libs/pam-0.72 ) ssl? ( dev-libs/openssl:0 ) " @@ -52,7 +51,7 @@ src_configure() { $(use_with pam pam pop3) \ $(use_enable apop apop /etc/pop.auth) \ $(use_enable mailbox home-dir-mail Mailbox) \ - $(use_with drac) \ + --disable-drac \ --enable-shy \ --enable-popuid=pop \ --enable-log-login \ diff --git a/net-mail/tpop3d/metadata.xml b/net-mail/tpop3d/metadata.xml index 77624f3ecb7b..f435a118d9cb 100644 --- a/net-mail/tpop3d/metadata.xml +++ b/net-mail/tpop3d/metadata.xml @@ -7,7 +7,6 @@ Enable authentication by an external program - Enable dynamic relay support in the tpop3d pop3 server Enable authentication against /etc/passwd-style flat files Enable /etc/passwd authentication Use OpenSSL for sha1 encrypted passwords. diff --git a/net-mail/tpop3d/tpop3d-1.5.5.ebuild b/net-mail/tpop3d/tpop3d-1.5.5.ebuild index f348994935ba..8219ef297788 100644 --- a/net-mail/tpop3d/tpop3d-1.5.5.ebuild +++ b/net-mail/tpop3d/tpop3d-1.5.5.ebuild @@ -12,7 +12,7 @@ SRC_URI="mirror://nongnu/tpop3d/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 x86" -IUSE="authexternal debug drac flatfile gdbm ldap maildir mbox mysql offensive +IUSE="authexternal debug flatfile gdbm ldap maildir mbox mysql offensive pam passwd perl postgres +sha1 shadow ssl tcpd" RDEPEND="sha1? ( >=dev-libs/openssl-0.9.6 ) @@ -25,8 +25,7 @@ RDEPEND="sha1? ( >=dev-libs/openssl-0.9.6 ) >=net-mail/mailbase-0.00-r8 ) tcpd? ( >=sys-apps/tcp-wrappers-7.6 )" -DEPEND="${RDEPEND} - drac? ( mail-client/drac )" +DEPEND="${RDEPEND}" src_prepare() { epatch "${FILESDIR}/${PN}-1.5.4-gold.patch" @@ -68,9 +67,6 @@ src_configure() { use ssl && myconf="${myconf} --enable-tls" use tcpd && myconf="${myconf} --enable-tcp-wrappers" - # Install mail-client/drac for integration with tpop3d - use drac && myconf="${myconf} --enable-drac" - econf ${myconf} # Causes crash with "stack smashing attack" on connect, because of bug in diff --git a/net-misc/Manifest.gz b/net-misc/Manifest.gz index 57821118cf2f..317afae6dcb4 100644 Binary files a/net-misc/Manifest.gz and b/net-misc/Manifest.gz differ diff --git a/net-misc/electron-cash/Manifest b/net-misc/electron-cash/Manifest new file mode 100644 index 000000000000..9d2539917dae --- /dev/null +++ b/net-misc/electron-cash/Manifest @@ -0,0 +1 @@ +DIST electron-cash-3.0.tar.gz 1623371 BLAKE2B 3311ce41dd40de82ce9f96763fd527505eabda0c9ac10e5076c5dbc3ed73c4f1f299a62e39b5fd696468408bd3764c7dceca36b006d18394d72f61e14f6417b5 SHA512 b136d9099e8cc3b248a4cb525c6aeb4a38a57809a66dc8e897bee34fde071b5a14bbe6283ad3bf50087be8544508e078824c249ead0e1914ef7622688fef7e5e diff --git a/net-misc/electron-cash/electron-cash-3.0.ebuild b/net-misc/electron-cash/electron-cash-3.0.ebuild new file mode 100644 index 000000000000..74a0b17301d5 --- /dev/null +++ b/net-misc/electron-cash/electron-cash-3.0.ebuild @@ -0,0 +1,155 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI="6" + +PYTHON_COMPAT=( python3_{4,5} ) +PYTHON_REQ_USE="ncurses?" + +inherit distutils-r1 gnome2-utils xdg-utils + +MY_P="electrum-${PV}" +DESCRIPTION="Lightweight Bitcoin Cash client (BCH fork of Electrum)" +HOMEPAGE="https://github.com/fyookball/electrum/" +SRC_URI="https://github.com/fyookball/electrum/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" +LINGUAS="es_ES ja_JP pt_BR pt_PT zh_CN" + +IUSE="audio_modem cli cosign digitalbitbox email ncurses qrcode +qt5 sync vkb" + +for lingua in ${LINGUAS}; do + IUSE+=" linguas_${lingua}" +done + +REQUIRED_USE=" + || ( cli ncurses qt5 ) + audio_modem? ( qt5 ) + cosign? ( qt5 ) + digitalbitbox? ( qt5 ) + email? ( qt5 ) + qrcode? ( qt5 ) + sync? ( qt5 ) + vkb? ( qt5 ) +" + +RDEPEND=" + dev-python/ecdsa[${PYTHON_USEDEP}] + dev-python/jsonrpclib[${PYTHON_USEDEP}] + dev-python/pbkdf2[${PYTHON_USEDEP}] + dev-python/pyaes[${PYTHON_USEDEP}] + dev-python/PySocks[${PYTHON_USEDEP}] + dev-python/qrcode[${PYTHON_USEDEP}] + dev-python/requests[${PYTHON_USEDEP}] + dev-python/setuptools[${PYTHON_USEDEP}] + dev-python/six[${PYTHON_USEDEP}] + dev-python/tlslite[${PYTHON_USEDEP}] + || ( + dev-python/protobuf-python[${PYTHON_USEDEP}] + dev-libs/protobuf[python,${PYTHON_USEDEP}] + ) + virtual/python-dnspython[${PYTHON_USEDEP}] + qrcode? ( media-gfx/zbar[v4l] ) + qt5? ( + dev-python/PyQt5[gui,widgets,${PYTHON_USEDEP}] + ) + ncurses? ( dev-lang/python ) +" + +S="${WORKDIR}/${MY_P}" + +DOCS="RELEASE-NOTES" + +src_prepare() { + eapply "${FILESDIR}/2.8.0-no-user-root.patch" + + # Prevent icon from being installed in the wrong location + sed -i '/icons/d' setup.py || die + + pyrcc5 icons.qrc -o gui/qt/icons_rc.py || die + + local wordlist= + for wordlist in \ + $(usex linguas_ja_JP '' japanese) \ + $(usex linguas_pt_BR '' $(usex linguas_pt_PT '' portuguese)) \ + $(usex linguas_es_ES '' spanish) \ + $(usex linguas_zh_CN '' chinese_simplified) \ + ; do + rm -f "lib/wordlist/${wordlist}.txt" || die + sed -i "/${wordlist}\\.txt/d" lib/mnemonic.py || die + done + + # Remove unrequested GUI implementations: + local gui setup_py_gui + for gui in \ + $(usex cli '' stdio) \ + kivy \ + $(usex qt5 '' qt ) \ + $(usex ncurses '' text ) \ + ; do + rm gui/"${gui}"* -r || die + done + + # And install requested ones... + for gui in \ + $(usex qt5 qt '') \ + ; do + setup_py_gui="${setup_py_gui}'electrum_gui.${gui}'," + done + + sed -i "s/'electrum_gui\\.qt',/${setup_py_gui}/" setup.py || die + + local bestgui + if use qt5; then + bestgui=qt + elif use ncurses; then + bestgui=text + else + bestgui=stdio + fi + sed -i 's/^\([[:space:]]*\)\(config_options\['\''cwd'\''\] = .*\)$/\1\2\n\1config_options.setdefault("gui", "'"${bestgui}"'")\n/' "${PN}" || die + + local plugin + # trezor requires python trezorlib module + # keepkey requires trezor + for plugin in \ + $(usex audio_modem '' audio_modem ) \ + $(usex cosign '' cosigner_pool ) \ + $(usex digitalbitbox '' digitalbitbox ) \ + $(usex email '' email_requests ) \ + hw_wallet \ + ledger \ + keepkey \ + $(usex sync '' labels ) \ + trezor \ + $(usex vkb '' virtualkeyboard ) \ + ; do + rm -r plugins/"${plugin}"* || die + sed -i "/${plugin}/d" setup.py || die + done + + eapply_user + + distutils-r1_src_prepare +} + +src_install() { + doicon -s 128 icons/${PN}.png + distutils-r1_src_install +} + +pkg_preinst() { + gnome2_icon_savelist +} + +pkg_postinst() { + gnome2_icon_cache_update + xdg_desktop_database_update +} + +pkg_postrm() { + gnome2_icon_cache_update + xdg_desktop_database_update +} diff --git a/net-misc/electron-cash/files/2.8.0-no-user-root.patch b/net-misc/electron-cash/files/2.8.0-no-user-root.patch new file mode 100644 index 000000000000..2ca5363effe7 --- /dev/null +++ b/net-misc/electron-cash/files/2.8.0-no-user-root.patch @@ -0,0 +1,15 @@ +--- ./setup.py.orig 2017-01-06 19:17:44.294137848 +0000 ++++ ./setup.py 2017-01-06 19:17:50.093161327 +0000 +@@ -21,12 +21,6 @@ + parser.add_argument('--root=', dest='root_path', metavar='dir', default='/') + opts, _ = parser.parse_known_args(sys.argv[1:]) + usr_share = os.path.join(sys.prefix, "share") +- if not os.access(opts.root_path + usr_share, os.W_OK) and \ +- not os.access(opts.root_path, os.W_OK): +- if 'XDG_DATA_HOME' in os.environ.keys(): +- usr_share = os.environ['XDG_DATA_HOME'] +- else: +- usr_share = os.path.expanduser('~/.local/share') + data_files += [ + (os.path.join(usr_share, 'applications/'), ['electrum.desktop']), + ] diff --git a/net-misc/electron-cash/metadata.xml b/net-misc/electron-cash/metadata.xml new file mode 100644 index 000000000000..c3d5eefc5be4 --- /dev/null +++ b/net-misc/electron-cash/metadata.xml @@ -0,0 +1,21 @@ + + + + + zmedico@gentoo.org + Zac Medico + + + Enables the CLI interface + Enable plugin to support Audio Modem + Enable plugin to support multisig wallets between multiple Electrum clients + Enable plugin to support Digital Bitbox hardware wallet + Enable plugin to support emailing invoices + Enable QR code scanning with media-gfx/zbar + Enable plugin to sync wallet metadata across multiple Electrum clients + Enable plugin for virtual keyboard + + + fyookball/electrum + + diff --git a/net-misc/freerdp/freerdp-2.0.0_rc0.ebuild b/net-misc/freerdp/freerdp-2.0.0_rc0.ebuild index 25a544e24894..4d54e1eef9c0 100644 --- a/net-misc/freerdp/freerdp-2.0.0_rc0.ebuild +++ b/net-misc/freerdp/freerdp-2.0.0_rc0.ebuild @@ -10,7 +10,7 @@ if [[ ${PV} != 9999 ]]; then MY_P="FreeRDP-${MY_PV}" S="${WORKDIR}/${MY_P}" SRC_URI="https://github.com/FreeRDP/FreeRDP/archive/${MY_PV}.tar.gz -> ${MY_P}.tar.gz" - KEYWORDS="alpha amd64 ~arm ppc ppc64 x86" + KEYWORDS="alpha amd64 arm ppc ppc64 x86" else inherit git-r3 SRC_URI="" diff --git a/net-misc/igmpproxy/igmpproxy-0.1-r2.ebuild b/net-misc/igmpproxy/igmpproxy-0.1-r2.ebuild index 12ba0b99a436..3d8447540d82 100644 --- a/net-misc/igmpproxy/igmpproxy-0.1-r2.ebuild +++ b/net-misc/igmpproxy/igmpproxy-0.1-r2.ebuild @@ -5,7 +5,7 @@ EAPI=6 inherit linux-info systemd DESCRIPTION="Multicast Routing Daemon using only IGMP signalling" -HOMEPAGE="https://sourceforge.net/projects/igmpproxy" +HOMEPAGE="https://github.com/pali/igmpproxy" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2 Stanford" @@ -17,7 +17,6 @@ CONFIG_CHECK="~IP_MULTICAST ~IP_MROUTE" src_install() { emake DESTDIR="${D}" install - newinitd "${FILESDIR}/${PN}-init.d" ${PN} newconfd "${FILESDIR}/${PN}-conf.d" ${PN} systemd_dounit "${FILESDIR}/${PN}.service" diff --git a/net-misc/openssh/openssh-7.5_p1-r3.ebuild b/net-misc/openssh/openssh-7.5_p1-r3.ebuild index 5ae4d45a76fd..0dbe3c7fa22b 100644 --- a/net-misc/openssh/openssh-7.5_p1-r3.ebuild +++ b/net-misc/openssh/openssh-7.5_p1-r3.ebuild @@ -25,7 +25,7 @@ SRC_URI="mirror://openbsd/OpenSSH/portable/${PARCH}.tar.gz LICENSE="BSD GPL-2" SLOT="0" -KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-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 ~x64-cygwin ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" # Probably want to drop ssl defaulting to on in a future version. IUSE="abi_mips_n32 audit bindist debug ${HPN_PATCH:++}hpn kerberos kernel_linux ldap ldns libedit libressl livecd pam +pie sctp selinux skey ssh1 +ssl static test X X509" REQUIRED_USE="ldns? ( ssl ) diff --git a/net-misc/packETH/Manifest b/net-misc/packETH/Manifest index 9a8ed5e384a5..8681bb0e62ce 100644 --- a/net-misc/packETH/Manifest +++ b/net-misc/packETH/Manifest @@ -1,3 +1,3 @@ DIST packETH-1.7.3.tar.gz 395666 BLAKE2B e3ca7e727900a85cf3a8fa1e88b2763cecb6d284342e123932f5d19ae1c324d93045372386026940e4b1eeefa71ee52b380a5aab5eeab1aab70cf749a8626bf4 SHA512 349fd579bbbbbbbe2ca96374c8083ecf047a1c5f51626341bd7f98b4c8a29b74342311e45950a3f2628ba53dba250135c3802556b6aa5c49181e72313a7256d5 DIST packETH-1.8.1.tar.bz2 321624 BLAKE2B 3360240cde8c3dea41ea0e226cd648dc4599b5e838281a3d6b731c6d095a1d0db32373fd20096a16fd04390cc5bed11e94d05789b9ad7c97a79d2df6c0e3fcc2 SHA512 caca26d3a0e9a175cdcaccc21f8d0038fd4c3dc0939b52ae6e16109d0e42b882b4de95524d35bfe7bafc131203ba23aac5f3baf825b2c55ab18022edadb04a4d -DIST packETH-1.8.tar.bz 305580 BLAKE2B d689165dcd3433ccc81c39b9a01d688230c5ef139059dcd0d52051f009d76609920fd191e4ed8766f689adbd740729c53ba8e8b90344f511db68c5930baff913 SHA512 37df839186b7982a34f328256dcc23e100f28cf071586b2b55204c5c6b6e8a3fd3803e230d4e9bc6492f51f45bf17d1ea4716043914f649320f2d37f3280cf52 +DIST packETH-1.9.tar.bz2 450837 BLAKE2B 38eee3092be49ffffe7af23c30059d723e566d572c6a8dda6af5b44e8bc5b3c17d76cdccbdb4b4664ac245e1e7a41eb43e49eafc09a7e56b3f9d1ded93ba9239 SHA512 f322130a5981412f109555c52f9ae0b1c92e4f2a4c9a0ec2a62abeef368ade1ef08d5152724a6351fd626ef1dee4b5b98a61b250efd2391e4d61976d4ae4c50d diff --git a/net-misc/packETH/packETH-1.8.ebuild b/net-misc/packETH/packETH-1.9.ebuild similarity index 70% rename from net-misc/packETH/packETH-1.8.ebuild rename to net-misc/packETH/packETH-1.9.ebuild index 9605e76c20f5..e8027e732b99 100644 --- a/net-misc/packETH/packETH-1.8.ebuild +++ b/net-misc/packETH/packETH-1.9.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=6 inherit autotools eutils DESCRIPTION="Packet generator tool for ethernet" HOMEPAGE="http://packeth.sourceforge.net/" -SRC_URI="mirror://sourceforge/packeth/${P}.tar.bz" +SRC_URI="mirror://sourceforge/packeth/${P}.tar.bz2" LICENSE="GPL-3" SLOT="0" @@ -21,10 +21,14 @@ DEPEND=" virtual/pkgconfig ${RDEPEND} " +PATCHES=( + "${FILESDIR}"/${PN}-1.8.1-libs-and-flags.patch +) + +DOCS=( AUTHORS CHANGELOG README ) src_prepare() { - epatch "${FILESDIR}"/${PN}-1.7.3-libs-and-flags.patch + default + eautoreconf } - -DOCS=( AUTHORS CHANGELOG README ) diff --git a/net-misc/streamlink/Manifest b/net-misc/streamlink/Manifest index d97b889653ad..a78c3f03f989 100644 --- a/net-misc/streamlink/Manifest +++ b/net-misc/streamlink/Manifest @@ -2,4 +2,4 @@ DIST streamlink-0.1.0.tar.gz 960622 BLAKE2B 8d035784fc3585c738135a901b6da35b9ace DIST streamlink-0.4.0.tar.gz 30674625 BLAKE2B 301ff7e2086425604c59d12063cd5b14f789dc39249bba96faedb0fece663f9e5d65f1f696d40f92f07a95a9edd5c915c71d22dcd1afb378cc000bac6eeebd5e SHA512 58a4110b1e6b20f0b05842ee8450a93d646d523a284cf60ad878b460b8e80081d78658f5abb67744609cfdd0a88ebbf97faf6453b2b53709f259e4f9cc093eed DIST streamlink-0.6.0.tar.gz 30696706 BLAKE2B d735c9605b1d0bb9aa6c52c145b1ee3d9645d5a1be0ab0bbc4a84a3e9c5b527a8a35f3d61c2bc5e51d1549f6328802e13ca83231c08bebc90496144fb25c7dfe SHA512 b9f75bfd2cab577688ed84a6c690f776b2e3af38fa60edb7f2fd73f2c25246c81098652180c3adae61eec8798a7805988cad01c366989a961efdb1e12578af49 DIST streamlink-0.7.0.tar.gz 30709251 BLAKE2B 215a8aa8b273e9b46fb86020dd53cb15bd19cb3de77e0b6e4a124916b964077a012cec5358d81707782834031490921fcae8a3a8321b70a43a4b538321eac06e SHA512 6e908229295c4d129d2bb9bfc26c76b20d45c2c9dc8193528a259c572cddd4ea620f9f903fb639ddad206bcad05a416ccc50328d01489a7684ec724a8cf1c3c1 -DIST streamlink-0.8.1.tar.gz 30712058 BLAKE2B bf8d5c346cf0536feedad2a4d306f4216bd0e1bbc46b8c6da3d31959021116c26a0d6267da9322ff95a4734fd07d9701e897bad29d10fe79c9078bd5b9480837 SHA512 0317b29089aa457780bee8b45400c574af50e14f9bf5e890af0f6be14ff945b0fd6683941e7c1ffb212aab8b1639ef04550f8f0d094c345dfdc33b16f839f770 +DIST streamlink-0.9.0.tar.gz 30720281 BLAKE2B b0a19f78f26908ff7b35cbcc3a95539969cb00e6b54c1cdb4c4c72685e77f9291ced933238708cfd4cdb6225c7dade4fd49e9a98a7092a1aff2d91297aacd951 SHA512 3d8aea95cd71968dc8a77eb1ad243abad10db76d6f9729498826876465e10ad2ac6204f26ec528d05ddd352236789ba8f8a86347abd50ed2d558b7ffc41349cd diff --git a/net-misc/streamlink/streamlink-0.8.1.ebuild b/net-misc/streamlink/streamlink-0.9.0.ebuild similarity index 76% rename from net-misc/streamlink/streamlink-0.8.1.ebuild rename to net-misc/streamlink/streamlink-0.9.0.ebuild index 65c5b4adf486..30393d7be3f5 100644 --- a/net-misc/streamlink/streamlink-0.8.1.ebuild +++ b/net-misc/streamlink/streamlink-0.9.0.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python{2_7,3_4,3_5} ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) PYTHON_REQ_USE='xml(+),threads(+)' inherit distutils-r1 @@ -22,15 +22,20 @@ RDEPEND="dev-python/pycryptodome[${PYTHON_USEDEP}] virtual/python-futures[${PYTHON_USEDEP}] virtual/python-singledispatch[${PYTHON_USEDEP}] dev-python/backports-shutil_which[$(python_gen_usedep 'python2*')] - dev-python/backports-shutil_get_terminal_size[$(python_gen_usedep 'python2*')] + $(python_gen_cond_dep 'dev-python/backports-shutil_get_terminal_size[${PYTHON_USEDEP}]' 'python2*') dev-python/pycountry[${PYTHON_USEDEP}] + dev-python/websocket-client[${PYTHON_USEDEP}] media-video/rtmpdump virtual/ffmpeg" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] - doc? ( dev-python/sphinx[${PYTHON_USEDEP}] - dev-python/docutils[${PYTHON_USEDEP}] ) - test? ( dev-python/mock[$(python_gen_usedep 'python2*')] - ${RDEPEND} )" + doc? ( + dev-python/sphinx[${PYTHON_USEDEP}] + dev-python/docutils[${PYTHON_USEDEP}] + ) + test? ( + $(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' 'python2*') + ${RDEPEND} + )" python_configure_all() { # Avoid iso-639, iso3166 dependencies since we use pycountry. diff --git a/net-misc/streamlink/streamlink-9999.ebuild b/net-misc/streamlink/streamlink-9999.ebuild index 4a297db743e5..ff3f06dea73a 100644 --- a/net-misc/streamlink/streamlink-9999.ebuild +++ b/net-misc/streamlink/streamlink-9999.ebuild @@ -22,15 +22,20 @@ RDEPEND="dev-python/pycryptodome[${PYTHON_USEDEP}] virtual/python-futures[${PYTHON_USEDEP}] virtual/python-singledispatch[${PYTHON_USEDEP}] dev-python/backports-shutil_which[$(python_gen_usedep 'python2*')] - dev-python/backports-shutil_get_terminal_size[$(python_gen_usedep 'python2*')] + $(python_gen_cond_dep 'dev-python/backports-shutil_get_terminal_size[${PYTHON_USEDEP}]' 'python2*') dev-python/pycountry[${PYTHON_USEDEP}] + dev-python/websocket-client[${PYTHON_USEDEP}] media-video/rtmpdump virtual/ffmpeg" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] - doc? ( dev-python/sphinx[${PYTHON_USEDEP}] - dev-python/docutils[${PYTHON_USEDEP}] ) - test? ( dev-python/mock[$(python_gen_usedep 'python2*')] - ${RDEPEND} )" + doc? ( + dev-python/sphinx[${PYTHON_USEDEP}] + dev-python/docutils[${PYTHON_USEDEP}] + ) + test? ( + $(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' 'python2*') + ${RDEPEND} + )" python_configure_all() { # Avoid iso-639, iso3166 dependencies since we use pycountry. diff --git a/net-misc/tigervnc/metadata.xml b/net-misc/tigervnc/metadata.xml index 8dfc0c1b9f1d..4dd36932fca4 100644 --- a/net-misc/tigervnc/metadata.xml +++ b/net-misc/tigervnc/metadata.xml @@ -10,9 +10,10 @@ Proxy Maintainers - build with DRM support + Build with DRM support Build TigerVNC server Build the Xorg module + Build with DRI3 support TigerVNC/tigervnc diff --git a/net-misc/tigervnc/tigervnc-1.8.0-r2.ebuild b/net-misc/tigervnc/tigervnc-1.8.0-r2.ebuild new file mode 100644 index 000000000000..0e9970a9ab5a --- /dev/null +++ b/net-misc/tigervnc/tigervnc-1.8.0-r2.ebuild @@ -0,0 +1,193 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +CMAKE_IN_SOURCE_BUILD=1 + +inherit autotools cmake-utils eutils flag-o-matic java-pkg-opt-2 systemd + +XSERVER_VERSION="1.19.5" + +DESCRIPTION="Remote desktop viewer display system" +HOMEPAGE="http://www.tigervnc.org" +SRC_URI="https://github.com/TigerVNC/tigervnc/archive/v${PV}.tar.gz -> ${P}.tar.gz + https://dev.gentoo.org/~armin76/dist/tigervnc-1.4.2-patches-0.1.tar.bz2 + server? ( ftp://ftp.freedesktop.org/pub/xorg/individual/xserver/xorg-server-${XSERVER_VERSION}.tar.bz2 )" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86" +IUSE="+drm gnutls nls java +opengl pam server +xorgmodule xinerama dri3" + +CDEPEND="virtual/jpeg:0 + sys-libs/zlib:= + >=x11-libs/libXtst-1.0.99.2 + >=x11-libs/fltk-1.3.1 + gnutls? ( net-libs/gnutls:= ) + nls? ( virtual/libiconv ) + pam? ( virtual/pam ) + server? ( + dev-lang/perl + >=x11-libs/libXi-1.2.99.1 + >=x11-libs/libXfont-1.4.2 + >=x11-libs/libxkbfile-1.0.4 + x11-libs/libXrender + >=x11-libs/pixman-0.27.2 + >=x11-apps/xauth-1.0.3 + x11-apps/xsetroot + >=x11-misc/xkeyboard-config-2.4.1-r3 + opengl? ( >=app-eselect/eselect-opengl-1.3.1-r1 ) + xorgmodule? ( =x11-base/xorg-server-${XSERVER_VERSION%.*}* ) + drm? ( x11-libs/libdrm ) + ) + xinerama? ( x11-libs/libXinerama ) + dri3? ( x11-proto/dri3proto ) + " + +RDEPEND="${CDEPEND} + !net-misc/tightvnc + !net-misc/vnc + !net-misc/xf4vnc + java? ( >=virtual/jre-1.5:* )" + +DEPEND="${CDEPEND} + amd64? ( dev-lang/nasm ) + x86? ( dev-lang/nasm ) + >=x11-proto/inputproto-2.2.99.1 + >=x11-proto/xextproto-7.2.99.901 + >=x11-proto/xproto-7.0.31 + x11-libs/libXfont2 + nls? ( sys-devel/gettext ) + java? ( >=virtual/jdk-1.5 ) + server? ( + virtual/pkgconfig + media-fonts/font-util + x11-misc/util-macros + >=x11-proto/bigreqsproto-1.1.0 + >=x11-proto/compositeproto-0.4 + >=x11-proto/damageproto-1.1 + >=x11-proto/fixesproto-5.0 + >=x11-proto/fontsproto-2.1.3 + >=x11-proto/glproto-1.4.17 + >=x11-proto/randrproto-1.4.0 + >=x11-proto/renderproto-0.11 + >=x11-proto/resourceproto-1.2.0 + >=x11-proto/scrnsaverproto-1.1 + >=x11-proto/videoproto-2.2.2 + >=x11-proto/xcmiscproto-1.2.0 + >=x11-proto/xineramaproto-1.1.3 + >=x11-libs/xtrans-1.3.3 + >=x11-proto/dri2proto-2.8 + opengl? ( >=media-libs/mesa-10.3.4-r1 ) + )" + +PATCHES=( + "${WORKDIR}"/patches/030_manpages.patch + "${WORKDIR}"/patches/055_xstartup.patch + "${FILESDIR}"/java-utf8.patch +) + +src_prepare() { + if use server ; then + cp -r "${WORKDIR}"/xorg-server-${XSERVER_VERSION}/. unix/xserver || die + fi + + cmake-utils_src_prepare + + if use server ; then + cd unix/xserver || die + eapply "${FILESDIR}"/xserver119.patch + eautoreconf + fi +} + +src_configure() { + if use arm || use hppa ; then + append-flags "-fPIC" + fi + + local mycmakeargs=( + -DENABLE_GNUTLS=$(usex gnutls) + -DENABLE_NLS=$(usex nls) + -DENABLE_PAM=$(usex pam) + -DBUILD_JAVA=$(usex java) + ) + + cmake-utils_src_configure + + if use server ; then + cd unix/xserver || die + econf \ + $(use_enable opengl glx) \ + $(use_enable drm libdrm) \ + --disable-config-hal \ + --disable-config-udev \ + --disable-devel-docs \ + --disable-dmx \ + --disable-dri \ + $(use_enable dri3) \ + --disable-glamor \ + --disable-kdrive \ + --disable-libunwind \ + --disable-linux-acpi \ + --disable-record \ + --disable-selective-werror \ + --disable-silent-rules \ + --disable-static \ + --disable-tslib \ + --disable-unit-tests \ + --disable-xephyr \ + $(use_enable xinerama) \ + --disable-xnest \ + --disable-xorg \ + --disable-xvfb \ + --disable-xwin \ + --disable-xwayland \ + --enable-dri2 \ + --with-pic \ + --without-dtrace \ + --disable-present \ + --disable-unit-tests + fi +} + +src_compile() { + cmake-utils_src_compile + + if use server ; then + # deps of the vnc module and the module itself + local d subdirs=( + fb xfixes Xext dbe $(usex opengl glx "") $(usev dri3) randr render damageext miext Xi xkb + composite dix mi os hw/vnc + ) + for d in "${subdirs[@]}"; do + emake -C unix/xserver/"${d}" + done + fi +} + +src_install() { + cmake-utils_src_install + + if use server ; then + emake -C unix/xserver/hw/vnc DESTDIR="${D}" install + if ! use xorgmodule; then + rm -rv "${ED%/}"/usr/$(get_libdir)/xorg || die + else + rm -v "${ED%/}"/usr/$(get_libdir)/xorg/modules/extensions/libvnc.la || die + fi + + newconfd "${FILESDIR}"/${PN}.confd ${PN} + newinitd "${FILESDIR}"/${PN}.initd ${PN} + + systemd_douserunit contrib/systemd/user/vncserver@.service + else + local f + cd "${ED}" || die + for f in vncserver x0vncserver vncconfig; do + rm usr/bin/$f || die + rm usr/share/man/man1/$f.1 || die + done + fi +} diff --git a/net-nds/Manifest.gz b/net-nds/Manifest.gz index 2221f3af2871..23631033c8d3 100644 Binary files a/net-nds/Manifest.gz and b/net-nds/Manifest.gz differ diff --git a/net-nds/gss-proxy/gss-proxy-0.7.0-r1.ebuild b/net-nds/gss-proxy/gss-proxy-0.7.0-r1.ebuild index 6a690d58a4ba..4918ae09a984 100644 --- a/net-nds/gss-proxy/gss-proxy-0.7.0-r1.ebuild +++ b/net-nds/gss-proxy/gss-proxy-0.7.0-r1.ebuild @@ -11,7 +11,7 @@ SRC_URI="http://releases.pagure.org/gssproxy/${MY_P}.tar.gz" LICENSE="BSD-1" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86" IUSE="debug selinux systemd hardened" COMMON_DEPEND=">=dev-libs/libverto-0.2.2 diff --git a/net-p2p/Manifest.gz b/net-p2p/Manifest.gz index 9f3b6349656c..8fba9e842ad9 100644 Binary files a/net-p2p/Manifest.gz and b/net-p2p/Manifest.gz differ diff --git a/net-p2p/bisq/Manifest b/net-p2p/bisq/Manifest new file mode 100644 index 000000000000..2a15aa01a1df --- /dev/null +++ b/net-p2p/bisq/Manifest @@ -0,0 +1,858 @@ +DIST aether-0.9.0.M2.pom 27870 BLAKE2B 7633ec2b350f470cbac984feb9ac81dd2ec9aedcac1052e8be54582233b2e5e6e5cb36e9b340c904f592c1b3587b3f5f33544933a8abf9a28b1e5ce3b774aa2d SHA512 d12380e8e58cc1f7f6b790a19894e95ee00eb7665dbdfe0d59b15f6abf7cddc8867c3e310fbefe16aa2ce72df81fe3b460b7b6ac10eb8b8b1517d89c52d05b15 +DIST aether-api-1.7.jar 74176 BLAKE2B 4abe1421a141ce80b1a50e622f066a4d04b4d3ccbb474a507e64a31e512bcab14fe3e5aba2699d5e5318cf9d858e6fe0080663a4403246fc0b76b0e876bbec49 SHA512 29528e2beaa6c80195962e9434ebc4f2e0ab4ffb414b62d78e36d47811de425ebdf94cf01bfc13da7119670cf09e47abb8ce30d7f813f69ee6bff9a24e41ee18 +DIST aether-api-1.7.pom 1673 BLAKE2B 657ec714da70c45a8cede431d4d468eb9b0ba8d2a30b9917ed92c5db2c19a4d2aa7c0ffe6584bb95696e1cb7693aa1a72fd962410816c42b5a7a612e1f5faeee SHA512 57002d7e2422c16fea8e907038365b3b4390ab90aa25d49dd25b4fd82cefcd44f31767a0af95fd65b315d689e29a720a62491e5c2f5588f9e59f3af0f5439a45 +DIST aether-impl-1.7.jar 106275 BLAKE2B 54bfeb489572440f4ceedee636ce497c59d4570ad97a0246d51951f07816282dc1e2d24db66d8e035cc3c63328c12f2c9c80472c5be412c27a987260e1ca9a66 SHA512 4a8262cd4d5fb5e1f400e8875e569bce3acca06793907b69898e7854e5e8010b96385f987fb553f67b6cf83ca629bcf52d900508828f31bc7f87fbdf28ae1dfe +DIST aether-impl-1.7.pom 3693 BLAKE2B 151b09f52c530f0d19baafe52f53dadae540fd7fd5eefd77261faccee6fd6e6c3e7790451dfbed2891eabcbcd429f105e3ba3d84138fe4a2f5ae50db4c7e9023 SHA512 ab870485684a0a5120c81c83db05a69761eed27d98344b56e5395720ee6aee1b93e5cffa60da0cf8b4143181363f9f9161c07927ac39ab909cfd1f7a14bd2b5e +DIST aether-parent-1.7.pom 7725 BLAKE2B 92ccd3dd6b458ae6f0bdac6f5efa6d4ed1902fc493611b5c350be33ca583f6ca9485db48e5d5f2db916b225ac2011ec147612038ead4e05f3492b0efac2dcb52 SHA512 60299e4e5a49cf72fa9df2f13d6ee44fe25437b17582fca6d12ed636411fe48730176d7dd8cfa9df781bffbadf63347ac72d600ef819681dfc839ece5833c69e +DIST aether-spi-1.7.jar 13549 BLAKE2B 5df3a859eb7043617b606b1d5cc08b3f6aa26c6847b0bfeb8ce0ba6d2fdf7fb759f373839103e92eb3aac214d4b57147e1f4da9d3c527749a7e772183b5092d3 SHA512 001afe688cc010cb5d335527ddcf53860a28fbf4578beef59b362e10693c61524ca914ab6584d778878f48889c28e5f97f6b0ff155e690975089a4c7144b4655 +DIST aether-spi-1.7.pom 1741 BLAKE2B 34c868b8134941242ce9fe95ae8eaf3b7e175b8d7168433bb4c69ea32f4465cc359e787d178fc3a11e62648c51674d16686e8e54e38728961c13fe7bb8043f55 SHA512 fdc536c7e14a99bf60a49173778a5aab411978ea07bfe0f328ad0a2049ce9f29eaf15e7142e9a9a28ac9e694517e81870494d54cc84f0e7dc89e75617915a49c +DIST aether-util-0.9.0.M2.jar 133588 BLAKE2B 2fcce9d141e4cbaf014d875e46acbc4743cd184cf3125459dca41203b5ce5b9018305f4be0bc1ec860f2d778fe9301184f922dbde51eccbe84b5969b802cef26 SHA512 c1b57333a2306ae18c773c7f0c5daa16ec8b4cb521e65e8174791789ab801a6b7153c4e8fb08834a82b0a3510b5c7770e1d46a6d5344f2593be7c670edef0171 +DIST aether-util-0.9.0.M2.pom 2035 BLAKE2B 23de779005682459dd5a72d80ff0bd60d0a92f5c624a076851c6f5db3e73541d6ebb5dd8a384115d0661fd55243dcd741dfc9b97b7eb544c93a31dabcb6db3ec SHA512 3faa1ecb0395525e699b8a9267690f26420132bb9ae408760dd06d432950c9e456ffb010f30921359f27bf702be2a86ad7032b40a3e05c6aba77ea5625970f94 +DIST aether-util-1.7.jar 107949 BLAKE2B ce0aad9002581a33ba1743fdaf97c489de76ecfbc3e4da0a5e730c4655dd6e6a4dec1e91a5999e61579e5961b6c5930fcd42c1e119f3e6a7ab3c3ef076744295 SHA512 9836e0777c9c897558796de4da0658308ba02bf62625f6289ea58cc3643332f0727ae08a3b776521364fbae85e7d0f7e8b0a18aeac69e320a022166cd4206588 +DIST aether-util-1.7.pom 2062 BLAKE2B 2357e51eb7d0a18e4d3d9b3142f87fc93978114641c7603883f2941bf42a361edaca04ed199c04115115dca80179b3a6bd1aa8a377d00e278e40ecacd4ed7e3e SHA512 919fc22b0bcc2d422a85736f802c3f38e5a5d1229cc6e873e544f3e04bae26a2ce995f6b8686bdb4512a4f74905659e1a7b0273191d8bd3ad6a00cbc1e485993 +DIST annotations-13.0.jar 17536 BLAKE2B f6b56bb55789aaf77bd4295d89bad2ace9c5624e364f54cecad17af4a09a612c50a7878bdabb124f3d640fb8fbefb6d8221c058acdab92f5c30e830e8722ade2 SHA512 5622d0ffe410e7272e2bb9fae1006caedeb86d0c62d2d9f3929a3b3cdcdef1963218fcf0cede82e95ef9f4da3ed4a173fa055ee6e4038886376181e0423e02ff +DIST annotations-13.0.pom 4930 BLAKE2B 6ebd6ffb3356648107954b7a86fbbe37a6d229246d8379def8c3b672a0b975a569dd107e2fc926df8a1cc74f42148bc72f6f88eb754eda6f2e146acdcc51156c SHA512 63ef480f698215d4cd4501b06e86df1a741ac2b86216fd3ff6eee146da746caa390df27351e25598971edb368aeae41055ff1ed77e4bf5d7edb6abc832d150ce +DIST ant-1.9.4.jar 2019274 BLAKE2B b8ddfd92e8478f47eeae060c8f656b1dd8935633101a180453d5ddcf8afe7a8a87d40c88ed731626bb9eb5e5318641f2a52e19d6bfbe064b3f1cd661786de620 SHA512 586c306f87f7dc273c7c009ab09328c71f89f619ea49239cda90c4a1265e7ef8558610c988b1d51e1755bb2a5592e33c0cdda0c4a440dbca38c3ed7e5b9f14a4 +DIST ant-1.9.4.pom 9625 BLAKE2B f30afdfa8f890971a0fbb3639e6cc3d033c2372d6020158a91195f3163fcaf49bf1ef9ad1153782e305abb4af50725d7365df14a66ae38eb450caddcbb9128cb SHA512 191c6df451d10864597e7ce420cd19265103d31e65f4c10d2092dc692a44e58dfddd0b1366290898e9cc31f0e2f1ce4fc2204b8148c4212a1bbe95f9ee83c160 +DIST ant-launcher-1.9.4.jar 18381 BLAKE2B 662822a25ed2a878bda51dbd7f8aeffdc6fa217c1077a96666139d93e70fa858a2b4c4d66e2d75fea19c9dbf787a1a795665fdbc0a9562861c47022f5e05e4a6 SHA512 ea8d2f9eee51ea1068bf795de332e4bd18d9fd299a46022a81d7a207f49cc166fb7b11c0136ced6ca69ae6119831d7ae7d87e72bbb212d69398c5b8f506e0193 +DIST ant-launcher-1.9.4.pom 2335 BLAKE2B 6c1719b1ecd50e2ab4ee5648e067ff0acf2eee7f653798d6f8e278f17317ae1533a8d77f702293a96f8b60202f04c7da55e25b6190c50bac09544e48df62ec4b SHA512 f37a388e18207bce550b3b062f0e9cd9c9fb035b33b46c329100e0fd53bf9becd0afc892dafacb019f64fb9b55970aad60b8d47f02f086dcd0d96f554728b5e4 +DIST ant-parent-1.9.4.pom 5603 BLAKE2B 94226a7a0b40d22988a8ae02907768884105c81f29bc011aa8b95e5c039f94dc97f1d4e1286b77ce1bf390f91b30618970e79a3245959a9828419b993ed6f2c0 SHA512 ce68af9388b5b3d47dadbce341e0a4acb5772cd144c4efc72f9a4f0d03ed8dff1364c95a3a9b3a4f223a4637223ee04addc82432ef83d948d2d43ee361e7a88a +DIST antlr-2.7.2.jar 358273 BLAKE2B 84dc6ad01bc6ea3270a51c1484cd55b681873db7c094428d5786cbd991bb82bf4f765c81cb363a363e197b5e7a3b38427023dfa12c388ed1f79de920262574e5 SHA512 c773cc348ed92db35f831c771963e32a3fcc262469a4055c8e5d70280b7b10d071fa4ce37e9d079d198eddf1c6ad01bff3365b210c881f197d7e64004425e7f4 +DIST antlr-2.7.2.pom 145 BLAKE2B 8d25e851deda2b030bcc2ac31e11b3bdbc9bad791129f109ef2d99baad2d8d1cecbb032a9b8abe08c86835fce6a6d69a57aaac8a3635c7417c3cc45e7ccbbb61 SHA512 f9149b7b0943451c49a72dcb02f57ffadbd36147dcc13d1e4f498640ea8af7c6d42e45bdb9ec4d04e7bf74de9b64b475a466c5d75ded16535a48616c76db1d1d +DIST aopalliance-1.0.jar 4467 BLAKE2B 31e3650acb7cf0dba9fad25357558c5762f1758dbc79effd8fa72bab669e619de9e3665af4bd80b1cb3631bb849e7f0b89f9ffb9d682f938510c0905d9f0176c SHA512 3f44a932d8c00cfeee2eb057bcd7c301a2d029063e0a916e1e20b3aec4877d19d67a2fd8aaf58fa2d5a00133d1602128a7f50912ffb6cabc7b0fdc7fbda3f8a1 +DIST aopalliance-1.0.pom 363 BLAKE2B b366427ca8cf2ea5fc97e984f18ca42c6b545cdeeb1927a7bbb8c1002cda40fa345332ead5c0b3549425cf07d24b55ffd12159fd762578b036eb79cb8b4089a6 SHA512 e15970e4dfe9a5df2d105a5f220f9950b0932e3e3d50534098e21ba2a602da375ecc17e5c0e54af8cf120da50c9148e749ed87e5153353b53bf92f8fced47425 +DIST apache-10.pom 14799 BLAKE2B 623fc58b66295951efca7e00a7c4498672443f83086901be919149593865c874b38e46cd7a5df3a8f3057132186d66334f07520be171b79e695dfc1c79f66874 SHA512 d5ec11a0d102169abc3c86baa7c7c8b4e4d9052fb04d86272204f5dec194496e826d7b8a05232ffeabaa5d759f521f2938513d0fcb254d331f9c0b16cea85d27 +DIST apache-11.pom 14811 BLAKE2B dcaa80a67e7116d50a58cb9d7b32cdb5852616fb57095e1948d5ef889f02b395d271b288909298288a9cf4e2a8cfdbafc1e7b74187209d23b4e10e7f15328aa6 SHA512 4059f0f01dec786dfce4667b7680f8787679b28533e596a16113b18f8398bd941c3ba089588301ab03e1227631163f613e11dd0c66afbd63661bbb6af069b313 +DIST apache-13.pom 13974 BLAKE2B d2e0ca5ca5921b7d21d6381091edea2fbeadca2fa963269ac1066e727e31e91b6a5bd0b0b9e243085cdab8ce0f9276ffce769957b7fb89a7c74b4e77e71140e9 SHA512 3b25f9f51a7ee9647fe2e1287e75a67ccdf3f08055bec20c6a60b290876afc691f16b23ab3df7b733695b828411b716a0b3509c22ec6fb0c5dce4f21811ae434 +DIST apache-14.pom 14685 BLAKE2B 31b5e2bc5dd47c576252b0cfe8cc13d2cb513841b58327568f70fab0cfbf486092550190c6f730b2511aa833ee3575528eb4e1acc476bd4a9507ebc62bd5f516 SHA512 b19f082f40db042db699466158aa2155c1a752bc2f7dd239f982f54ab421c1749cc20deca63b3c7c8ce3aa10e1c87721a98f151c49283a2c9cf085b734cde211 +DIST apache-16.pom 15397 BLAKE2B b3949bb15d95b1221ffe806b11a0df8d6dae3e3e7c4d006c4ac717a7127b42b7aa6e9c9131ed5a7616a150b03b96f2db1a13faeef8aa0b41370bf963835fe945 SHA512 82393cf3a0282c45df8cb945cedff90e314cc30e96c0f1d112c9b1a222084250d465377973fd8aacca8bfed5d4b9032544a5369929164811a289e0899ff6f08d +DIST apache-18.pom 15667 BLAKE2B ebe956b864cf02ad67caa9626a5644b6acdffec62a65930490754ba96d50807e9e8bedd502b15736263af515dfa6e3f685feeab653b08612971ecf63cefb75bd SHA512 9ef6f99b30fe2603ad8f2c88116072de36bd2dc99590fd9e7eecf153dbf50cbd766694d861e666138d2a26137be69fe98cc38a491f6a2a68e8d421d656731ed1 +DIST apache-2.pom 3409 BLAKE2B dd6e58159ecc35f48fd769efcfa75cb04ab9b9f3bc4cc87d8518f976b8e9b5e34b050fdbef9004cdcf8b644fb9123014432869093be311f2d9b611cf4f94f9a3 SHA512 490e3d2c4f1f23365bd1572d398d3f298ee048cb80d5e809d9cee5fe194d4c6c21d060bb72f23ba217e4ddf4fd952306c7b42f03b9a84de917b61c884c9c8b71 +DIST apache-3.pom 3430 BLAKE2B 58c252c7cc69cc1ea86c671586cbf4f5a406f4bcab5447e4faa6a415d1021efa652c377e240f46242593e1df187dafea0f1d6bd0e813d1da3d12796a6149a575 SHA512 2e07dc80988c9cc3ddef4d31dba266aa71f01f25e1e8bf541d3c538c8d7c9c19c7d3c8bcd2a7e19693da311d32911dd677fb4a44e48ceaae25d5ff91cc77bcf7 +DIST apache-4.pom 4495 BLAKE2B e5208233aa81d207235fc1667b607016b3da338f1ebff83867551b4b719606ae6a3cce0a3ca44edefeb79b2192656cadd584374a1f7161a0d128abca93e3d16b SHA512 866f80b02dcfa294fbc77dee0c14e019f5b9fd0d7cdf893c2269e93b17b9b6ac49af76ad30952e87b55c8ea5896d812842ff2f05c69a1553b6eebe0a11a5b4fc +DIST apache-5.pom 4097 BLAKE2B 6403a1752b71044a94c3fcd26663f5259a5738da1bdceb39e35983c342b4f89e7d6e754e444954773441533e33e7b9b9be133410e972c6634537700d27af3812 SHA512 00be5bc59fa04ad4f9529cd273574df97571c5637d147b6f06566815e145328c3080c296abd18b64757c0d65fe83bba088ac6529ada9876a13402aaf862c4343 +DIST apache-6.pom 12796 BLAKE2B 57c5a9e92dfb3bdd0c585bd54731ce000cb23b1cf8b011eb65ac9d0a74b02f12612e4769bec1aaafe00bd8642d3b4cd871c5b8b7a9fede7faaae89053558c716 SHA512 40c2e903702015bb14af416bc1e33e04b18ef8d714b3424f82b1cd7154a9195e8797c9362d83bf4b88f999d42382d25dc4e7e48d0628cf9be4c57084ee4cbead +DIST apache-7.pom 14430 BLAKE2B 6a76bb9ad4723d026e51b826a9dc886b3491a6b42d175389c1178a0148a8275250aef924044cdc024986d7b4dc6c60861726f7fdca5b8e4286416329f2186b52 SHA512 99a60915e419d1c05d2bcc98dcf61b53d0216e99c7306fb40279993a48664352c59600d6947fe06dce4f524a72c4502b45a146be0742f7fddd7a3d76b177bebd +DIST apache-9.pom 15160 BLAKE2B ef1a9d0aa6cfd87df8bfcc51bdb0ef2de05c38a3dde90d573921aa087ef223ed98197326e514690501410a6419d63a7f8ffa34786091cf0ffe6b446a3fe18df6 SHA512 e909813e0e718bcd76b53eefe9da1325dd1254cffb7f11ae5016b53df500da562b1c100a49c171cae87dac3a75b03610f4ffc39c14656c34e61fe93fb4a4a938 +DIST asm-5.0.2.jar 53232 BLAKE2B f755a8f656f4c177c0001de1eba568eb134cf467dda3de0baba9e8f42e35b9865ad48c53bb32e91947dfe68b794048e47d63c2be86b39eb9668b356acdd86e4f SHA512 80c05f91bfc7ebe44742ac426184aa8fc454f570b15802f1ffc9f128e66b340233abf021de35c37c75de68b5701fee347d1a76119756d404b1a629b01bd44494 +DIST asm-5.0.2.pom 1935 BLAKE2B b6fcbc641ce29927581b7a8157d49683ef98bab0c705dda8833ff391c5cea7b89909f910ecc8184db9bc034515955f2425a14bc1ef7298a3acec38af9bc3715c SHA512 97b6b058829495b8bf1a95a83d5f7492102b67ca8cb97be0cc552e3b7bcea92ae8c2d9115e6de045d80e922239364c5582136beb07783f9a383579d663ce2bee +DIST asm-6.0_BETA.jar 56452 BLAKE2B 38c60a0ea94cdc16bffc2c8719f95f1af8fbe1db9902fd9ec65cdc9db0809528457b58b93ed37050175220c5eb5b6b4252cb7170a7d64d0f442cc123d61b0688 SHA512 bef05560a1de7a0645ea7dafe4567fccadb5ac43b71c2320e6280926527c680c63ec087a8a085a2139b24893892aa13a850b58c6d11a6da9701b6683526cfee3 +DIST asm-6.0_BETA.pom 1938 BLAKE2B 8dcff78e879cff82bc85909632e22a4a22a163e851e61ff9a6acb90c80a4b56d8c13d4ed8d50c643739f9b05a50d089c26d237ae526580c18017eca105dc1a9c SHA512 bdce3fc8d1cd0e8e8d5d63c2a3ef919c23e29a8494792701968ae59a0b252a31304577a16646f004967ec74dc695607c2ab0ecd0a579bf42fc4e6f439d10df98 +DIST asm-analysis-6.0_BETA.jar 20810 BLAKE2B a56b3a0fae60341861f4d59ac912d980f44eef6f9847390c69f490cec5c92fb1d73d24908efa6f072ed21654aa72450ede0c5d0a6dfb4d3a380262c1ab773986 SHA512 0f73d6e503a4892fa0d1688622c89a90e58f000e07a86cb43bbdc4e42ae3cbb20d9d129f162f862bf49e65de12c49b2dc7de8ec8eba209c8528f4af572b12a56 +DIST asm-analysis-6.0_BETA.pom 2099 BLAKE2B 48c4a3d1cd27e59fe95c0499274c65e9fa204835f5cb4c25b07c98212545d40025403dc91952d620bcd58afa5774681156aafd322a8c4c4008ba44ed7e6d0e26 SHA512 67e8d4ab64fab2d768959646753e0ee82b1b45b2986f75604e5442694ca062a304c8caf52da1ca326cd2d025594f018c2b7fc10d4511ccf87e1a85ae169d1bc8 +DIST asm-commons-6.0_BETA.jar 51319 BLAKE2B bc6d8272a4dd05d0f6a0ef66733d506c7ae3cb5117b989f9b8da6d398798d50692573a1646c58418a44ef603f4146d5e0d8649f9ccb25b57b585de6b489dc334 SHA512 f38210b88160bd9f636142f1a43860cc1ad7456696856e9c881726b6a574f1818e22e6ed43eb4d3676d01babd3fa579f902717d29484c9345076ca7df6599ba1 +DIST asm-commons-6.0_BETA.pom 2097 BLAKE2B ce5f464a8dfb0746359273d7aeea0db5b2b1659276b5b6f49cec55a40f8e16a421890735215e6b31df308639ef2e486f2d0076cfc30e08a57cd1661681f20d20 SHA512 0dd711a99d7ef62176cd43a427fe60e2462f11752d2e5c9518d31f90166d3341800dc19d1418cad119bd3c6c379b6b4e7d15fc32d99a00f16af5add0799c0268 +DIST asm-parent-5.0.2.pom 5495 BLAKE2B c12ed5306b5c1146b8f6bac3bc1995f032129cef8ce441f73624d73fe11a5bc72fb3fcb2cfa79ec9d921cee5f972e4613a6188ad4440afb8e599ef3180b88ab2 SHA512 fd3365685c5fe776e0c6f025b8546879c1ed1f9290607e56de223411a4c85815a91aa93333a7caec10157a4a0cf988041113f6717303ef3be7d1a54172352b70 +DIST asm-parent-6.0_BETA.pom 5498 BLAKE2B b93aef70f59d5df77c71a9a5ee2995eed8cb68e3383ef71629e4075fb78ae65b68f2a30701a35d230f6ac258ff35755e2f859f0792ac709923508e094efd2e60 SHA512 ae802113c147645ec4f5c38a01439c957de4691ed15570044477a566e93fd3353bf3a992ede860204c783fa3bb4afc17889277e97c5061d4eec6b9e02824ba9b +DIST asm-tree-6.0_BETA.jar 33723 BLAKE2B 73622521237e82319cc4b20e7da713b56c72a5a4593aac72d4853a8ae00892c1e1b7f77acc8066c8895d8a32288f3b4b71d4524be34254de64151b22f9fdfd73 SHA512 a074172532037fbf7220e6055fc97e3e89b738dbfa614501ba9a6ce2ccdc0df80a3fe0cc2e1a7e745f424228bb25546ae8818ebbb362972110b78a66b8a51adc +DIST asm-tree-6.0_BETA.pom 2086 BLAKE2B ce8b506ae5029532bde57bd2a2e301950b5852e033965537674a9518b6cc0728aa85c050281cc07fc99a1480aec3b78a5f06e70790cf6a10a6a075afd8b45b34 SHA512 2d91ad39f4945f62d169996096ba26a80a3523ef4ff9977da2ff941a266ccbb292d046166474fd82f5182627168958eaab0e6779f9bf77c0c7855f5969d60427 +DIST asm-util-6.0_BETA.jar 47466 BLAKE2B d020345721311280341af5f7fe3e75a1847f4a01b456a0dcc81b23abcfef0f0ff3c53afedc02156fabc87263e3d43f57f354224841add2257aeffcc41eb1524a SHA512 c18c1c4d138175fbc3c2e4c92188567d21b6e9ae92c7787cbeeb5c8fd276916f75455777f221e75c62027149b7bc92b878648b58c71c730ab4d69949ff8ec5da +DIST asm-util-6.0_BETA.pom 2091 BLAKE2B 2cb56dfe00aaf1a46757871ec8a940d72b26e49027b7d67299aaaaa73215065f4ffca7cda54c14b384196cf5de000d0e3167ce0bf2dcc74214c9132f4c82e9aa SHA512 25e8f387434ad505cdb807779f1ee60db6aed7564be333de2375d8b9b15c5f76a26e3394d48baca41180748ac2f9776c9fc6cca05b803687755bc604a16790ae +DIST avalon-framework-4.1.3.pom 167 BLAKE2B e2c80745682ac0e0fd50533ee6f4bea21ee94619fa5169c347fcbcc66069bd65cbf78563753e1927c8415cb7f0784d6648bdd584003df5afc7cffdc497fe5857 SHA512 ba5b4222356e20e43c92188f5412364abeab5de040bc9c4939f08d04886bb75904fcd5691948ba88277293b3618d823bb99d0a1b0ed59da2174972df442b2a83 +DIST backport-util-concurrent-3.1.jar 331716 BLAKE2B d093741c60e8a757b62411d0dbf37f35eefac9de0a67bc87d9e018fecad833ee4e75ed8cd580765024c84a0c5e6663a8b64443e0d5f0b00511d3a7c095d6e28d SHA512 5f881cb5fc18df80f574ab3af261ef4a45a628794b40c3ffd896af98b9fbbf06ad65ac41e0688fefc9769901bc84a0eff866c77bf07af467a26c811003845f62 +DIST backport-util-concurrent-3.1.pom 880 BLAKE2B 62f3bc14691500d8ab8383adff0ecbe9d9a8ff81d83d68ac34790136d776a86d7f14f560b4b260119d5d75982b3fd2663782dd20aa6cd36da9f7bc251399fcb2 SHA512 79c356a1580431344b5a9ebda8bb09a97b0696d6b2dd4dbdeee1fc7d2e01073ca0783e29289f30955ac77fa935c9b4403f5bae5f2e06dd5acaf65e038b1110d1 +DIST bcpg-jdk15on-1.56.jar 287786 BLAKE2B 3f8cd4abac2cea4a68e30cf3ec6a5be30ac647c447a180f3c27a4bddaf501f57a16fd61093a713d530c0fbbe0a552f8e0c44a0ef20b909c0fa8e9dd408aa414c SHA512 7d9c8f12ef1c1249ee45f0aa4e0caf4c4dc4954e19d1e1b87a3b3d55fbd0731e1bd4e544ea55d259f92ce8fd29a36ecad7ecd6afa72965d1be09f939b67a4b2a +DIST bcpg-jdk15on-1.56.pom 1598 BLAKE2B 490ff018046a7649c6dcdb515f34630d342c7825d02023c66e015c39d76ae056209975cc2b31a070046b1f9d79dbdb6c41a4ae6fff0ac71e72143800e9a0a93e SHA512 5e5b9b57a9791dd701ae1a2d2e42da7785a6d256b5fc37457ba67951732747479200243e8ce7f7a6879eb2433de4a4ddaef88db1cddf2b03d0daba784b992530 +DIST bcpg-jdk16-1.46.jar 174074 BLAKE2B 657c9bb410b480d76fcf1d5c5c88320012658997895beb3d520f237afd17aca01f7b88a973936ff5982973659817a5478404174eea4c44b3f97231ec488e4ce8 SHA512 f13e5dd321ae9eeba9174c61f0bf02e441d1b02cac2ced0430bf7c57c202968da1776660a1451e19b89008acf96823dd2aed27b339d62bc26d8ae3d363347863 +DIST bcpg-jdk16-1.46.pom 1259 BLAKE2B 6be5b71c33d6f45b86646a217c60cefe6cc2f232699a5262f8b59cb30d69171fb62cce94950e1ab33408e732665c3fb33e1e1c237fe5613f224c15cea180a5b3 SHA512 12413ec999e7b863eca20b4dc984881ff8f84a39e9342df051b09813f48a0ef95fca87816bc55b63b251b4946a4bf7640d07b518729ba66dcad4096d60b5e986 +DIST bcprov-jdk15on-1.56.jar 3448507 BLAKE2B 317d0cb278467d51f76f27e1a7dd9b213c1017609aac872ab03ec9bb7b355db30e1f05caf1b39bb2283451a1a594b6c2ce4f179d5cb6fc6b3c818c1346d7e0b9 SHA512 47e5f73d2b66891cf21412b807481fff4b1a844ff247ba170e7bab25a7f6303cbd5ada22e7382ba20ee344d8cc3a1909a3d255f4b24defe9357523b4a122db68 +DIST bcprov-jdk15on-1.56.pom 1156 BLAKE2B 2087cdb8b8e625042c8a2aa6d894b53f61ccf752482ed6dad0954fd6b21c66b653c3dbae1eb415aaa2dc883c54e22f0d8ca45fe337144eed04477cc1b842200e SHA512 51bd78be76c13904f034ec4d6d4bbc082f399c4f677f17c8e027dd028ee5d81fc633cf87b4a13d574222045d36152a3349e14d69a7a348f062f68ffe79e531dd +DIST bcprov-jdk16-1.46.jar 1876535 BLAKE2B 545f6ba6f87a1ceb5ddad9ce34f4e42140b8e3deda876e11937e211b490795930d4bfb3150a3722803dc760e6a9d584c64adfc7c37540ba49ec45e003190111f SHA512 ce63e25e95adf71d83599d07296151e8fdf923e02d3f474836ae1eb6bc12828114287fcbea01eb98920362225a8e14160f182e69a93b72f7f3ee5b44f58edd6a +DIST bcprov-jdk16-1.46.pom 819 BLAKE2B bc5b01a92f84529a1e0c89a8356bc09489a1640fb1c4c97e4bfe2b74b376503e678e8e9fd5462ee9622a30fb1cbd21506d43e7820dbe90739216743d2ff75d18 SHA512 4418c073b569360ba099aaa9761d25d7d61116e419b36b874c7233a01e8e7004a0c9841de859388aaa77ae7918a02e45b69e004a4c1f74f88a45787ef2e8ec48 +DIST beanshell-2.0b4.pom 1412 BLAKE2B 05fc6ec3f3085f8e70cf30b4163224c9ff711a86ce9732d8065a79ae1bb80cb4095c615c9742d7484f55a0fe197e90652822729c64be1d03f0e636a25d59d7db SHA512 7c58d0fc322e8032c667dc4b8bc62b5c32839a360f83e0dfba4c1af22558fda721aa8a89cf3e9341d8f2f3f09650822442fd254e00ba7c74534022e5aee2c7bb +DIST bisq-0.6.2.tar.gz 3381331 BLAKE2B d7ab731f912815319a8ee21c6996703111cda0316c1ff993034f3e22d35a1e13a8dc339b70873ba567584625ca127ffd29028e8454e4da7994ee27d17087a231 SHA512 d5a5aec31bbb78066b17e94af5f9f80e8dcff4e4fdb44ceb36c96363ff612d9228f9b9252ceeb4577a4a400b8de29986dc418a85ad53995c0f03f3ce90215199 +DIST bitcoinj-core-58de2b53.jar 1604618 BLAKE2B 3bec4dc05155b0dde65d61b8bec02060b3c94766a9e4b6e93c27516433bb0a93b58a524f5724d2870582393c7cb058c01c88921cd57b1ae9daa40795b685a493 SHA512 1a7523f4534224a87edd1a3010c6b489457383510229e4c4fd90a9bcafe2075a5cd2a5bc18e0d677e7db11d8be20e3f2d666fba6245b652d84091b39ebd1a95d +DIST bitcoinj-core-58de2b53.pom 16292 BLAKE2B bcd63407ecd5129ce9d74160095ede59911fbea542f75df26c3871002e1d2641ad16687898ca2368b9618072abe788e32553aecf70ca216b40cb246e5684b023 SHA512 296c8675742b04f5d77c4bb058fe362183dad57176a9e0fc67956d36849f46bdfbb99ee08e8f68e4cb34e859c820e15a85e0323eb61b0525096e35129b45df86 +DIST bitcoinj-parent-0.14.1.pom 8284 BLAKE2B 2d355c32b93b03c2197ec8d33d4ba1ab85a473b4549a492f77bda4f3bf4eaf191e0c4d53ad0b69902377b6fc87c0ccdee5ee01ee52ee41168e03e6bea53bac35 SHA512 0d54371437779919cfda18a80179f3b8407c56e07d83133853f87f5c57e995415b25bdcbf8c660a0e55399be0c9868bf576bf44e6622b5c9fd207a07bcd35951 +DIST bitcoinj-parent-58de2b53.pom 7688 BLAKE2B d9ca6b8bc39c8e0b9d5e96ef35231abf5473ff3c135b9fe2a4762f548ee867817de6877a010e16d43559579316134abbc71bee61b882ea158926fad8d95e1ce6 SHA512 ab432bfb8a2224077f610a6073861fbcfb4becef3f5c10bcc20597116d5228fa82897e22239f42e214a3533ee8b077325761ec752251768c2bf5b23c4c3e0000 +DIST bsh-2.0b4.jar 281694 BLAKE2B e1b45219172cc76a7985d9b22cac927337a30eef6a768b766e2b2b2978a84fecbaf19e5b778f7494e213394cee2fdb17d724fb9d81cabdbf03bb4ad6767c0238 SHA512 29ce6d2640e5806b4ba83c67a6e0bada52a572fff9055c7af14ff0ab24a705549850c537ee3273f90252a5c2ae386d46276b4f341925364e407ce165bd29d662 +DIST bsh-2.0b4.pom 1195 BLAKE2B 12b56665fc1d5f26673a692fca11b19b843a7d94637a932dca7995cb917af1f2a4bfd3dc1455a1d60bc2a67773b803a98dd2f6ac8b96f376a296204f77bf3636 SHA512 a9b7132e267205472f066b4c68bbed8f76a34046296a5e2fabdd1721f0a273478da2528b36a30fba6762595842a5b1869b10718d498448c01dc5d413fc0ffa7a +DIST btcd-cli4j-core-29f99be.jar 163242 BLAKE2B e86c911147fd04af9e2c9de1516ea2b54709d647dd7a67cc5b38f46ec4bff20e04b043ee9c63af755ca60af967f3d9410085e405a460df748e8d3c60b9b82f93 SHA512 da41fb9639a851c3c323b9110285bbd13bf8efaf52ffe8d43269596fa0bc338067bcde383db96a335299ad2140d45cc232b790db4631a005ac8c571f263e1203 +DIST btcd-cli4j-core-29f99be.pom 2242 BLAKE2B 52ce6ebb35924a761a5866859ca5b39baa61489da76da431d35593a95b9b23bef33cc39aa24211a6ae56b79bfc74170de4217b86c6319e3ab387a576e956e3c6 SHA512 ecac48c12c3279e1bb750abb7c5dac9bb90de0140bcf24c275b6b71f5089446650be993a929d5f0e9d72d0681ead07836a3e1fbe0a870541f2762eb1cda6994b +DIST btcd-cli4j-daemon-29f99be.jar 24694 BLAKE2B 2d6171cf0cec0d220516db9e135daba7cf12c458528fd256f05918ced115a57b7df504aa97d6695759aac23c8ead8b7c1b8088294664c3cbb68c1bb41197a745 SHA512 49f7009c066a1c7d1d650a89b9d15fadfe6358af7c9100c4efa4566b9523d8a103ae0a8b4485d72bde6dbe931be93c6610bfb173238786d47059ac9a5a7177b5 +DIST btcd-cli4j-daemon-29f99be.pom 1573 BLAKE2B 0955bf8ec034c6a96565dabec5739dcfc47f0e6b99cc24db6abd38b662b0dd457a769736be3614f4c4c736b74226b0c18d563a9abcb882f4ce9a19932db163ac SHA512 3cca551bfb5cc0b972382e195a969ca3cf472b0f8389fb187b12fe412af745c3cdc251e8781e45827e2862925e66f7029c7489002fa1a02a5012573fb657940d +DIST btcd-cli4j-parent-29f99be.pom 3456 BLAKE2B 6638e58888525826b59f09cd87b357fcadc668dc2294db70adbe4bbac7764261b2d671a2a82e68c2a7fb939b74e5bf6c70cae019c11814d36bb0ba79f3954eca SHA512 9ab0309d3cf012989ec51838aa1f12e0607fbe8969cdf66909c5c6a52d012e3c045423960af1fe4266b20d88197ee41c39a512f53bd64d1ca599ad1c5b2c0f27 +DIST byte-buddy-1.6.5.jar 2758130 BLAKE2B d9a9d0ef1c010384e9820424ea47c54da764097427e13d29f6a25e9070feb6df36059bfeff89bd52738a045b0d07e600d35e2259fef0257ae553c25902801588 SHA512 02513c7bd54bbef2a5328e0ad296bd40572dbacf10d67266a85952fc83fff22b0147e70a740aba6d2ec02ea4428123a4bb4bba56591bc2aec375ba8a852afe9d +DIST byte-buddy-1.6.5.pom 11782 BLAKE2B 92380debd244c6c3cd58433c1e91185b80a95cb275930342f3c980ee182e2093efbfa38dcf45dcbdc7f08bb7eeac4b4e52768ffb04a55a3215097d78a4601e41 SHA512 fbe291d529840bfa72fb6100bd41db14787b3792b110acf11bda8dc0ae5faf921c63b1ec8f78073a8d4267cb3bed92548b9ceba5a3ef2b27407fb6abaf0f403b +DIST byte-buddy-agent-1.6.5.jar 30962 BLAKE2B 6b0c2be6d2e353f516df685d6b0f865bf2ab94297759c42fe496c08e7196609d038c1201bf14740b1cc8eda4d5def2882fc41ae25d0288deb58e3a9f4238d2ae SHA512 623b8e6619c1d9f7a703ee17571cb0949a9bb7bfeccf00d736b3436038701d5920efaa19019bff998a66f96136a534b0c7354f4afaa03b8263da6b453de29ba2 +DIST byte-buddy-agent-1.6.5.pom 4495 BLAKE2B dfc5272223a6e8b9dc46a1e47d03e70b6a55ab0120b567461f8441acd0fe86ec3a777462365baf85a4f2a7851fc37526c1318399e6f9d358d003d62106e83c84 SHA512 bf74a2190864abb18bdd30e46335ee8f8440a372e62dc6c8a2e066b59d1549135128c4bcacee47f80fa2b5dcca8ccb517ebe751457125b257e829b2f1494a524 +DIST byte-buddy-parent-1.6.5.pom 25814 BLAKE2B d5e15d42b32e694ff3f824dd732d9a6a6322205669224b154d96eb46ff100df5609b4188a2ae2eddb72296f625c6371dd2d4d69cc8b461c45cba0d7d62859f70 SHA512 f2ea4030a48bf590915072026ef1492b15a90e6eea368b0e40cf4280f1f64f97f175e31690e57d1bfdbd5b8c6b211fde4baa525f6a51f453e7080505847c8da1 +DIST classworlds-1.1-alpha-2.jar 37516 BLAKE2B 18debe70fe1dddcb39a9aa5759983474aac2262e6c49666db7dd7c235b5333d785200e56a37aa2fba3cecd065be334812e254290cfcf34868ebfba08b1f06939 SHA512 eb7752c709ec703764de895099661df36536ff4bd2380bd68726d0cdb40bd27c8cf775ee98fd2ce7b3cfbd07b100c782513d964a2c9c82f33c56909212e5b8cd +DIST classworlds-1.1-alpha-2.pom 3128 BLAKE2B 4b680004a386587b4eda94ed9dff55ec85b84b9c611738ab81a4c31bbcde1aa3c3778c7a70dbad733e0486f2586a8c90ceb2f52f1986cf53de03a833db31eb13 SHA512 ac34d6a49e9ec336e129780fa1e03eefdbeb7b764f3c5a703058c9ed7b051168f4ec5c3a68cf03b8337df268a7d494dbdb57fd87bfce2fe7f140261b41837504 +DIST classworlds-1.1.jar 37854 BLAKE2B 61cc771ebe30a548e1c8903da7be36f3d5417efdd61e825f4483d25b922d8b27d4c4552af6105c1a13aaf1d05e179dc654de39a3cff5d1d585d5713b2a26fa92 SHA512 5d1c94fa87cfcd116539b49828656d5ba43c4eb342ccaab149cf891c95bc598b427d7210a43f3f0e9c788cd2b1f281b94b9c159d7c6a239d56c7df82f06ca459 +DIST classworlds-1.1.pom 3324 BLAKE2B ec845dfc9fe82021667739d6051473c8860ebd43c43213840176a12839507276fd1a9a2ac85451078cdd4c2ce89e77af4650a1349720f2e1da37880d7d1d68d6 SHA512 782a98d55fb3f056aab4615b217c33a96a3aa5d099bebf9a405e260e4f9f1352e8a923adb2cdcf4eb47b7ccbaef7a0886ecc7a0bcf6555b1e0123c1de9ba2f80 +DIST commons-beanutils-1.6.pom 2310 BLAKE2B 38ab1052fac666c316c4a55dc4754c09136a4dc6d8d0622865e49ee4731bb471bc60f33518fe5428b6cabad02e3587d1429dadd8a299f8b6d860bd3e712c8a4e SHA512 cafc8128ced719258e50bf6e0cfaa445b59168f4f11fcfb103b02ff86502ebaa113f858f6a50601af12d5f873885ad42b3a63bcbd602a06373abd1a7a73581a9 +DIST commons-beanutils-1.7.0.jar 188671 BLAKE2B 9a3bb9bba0704ed694204efbebf5fa67005f347c3ae6a0d9978c038a390efdd1750a1d3ffca573cc958c4a4db286b850dd47d2822a46c2304820a6ecd760721d SHA512 0b29d78fd71aa4d4989f78518b1aeab1152a0ffcaa1b75460c689b7c7dc1559447be32bf938a230e29240bfff278bfc914589162cca1e6ba980bfb58edaf5b06 +DIST commons-beanutils-1.7.0.pom 357 BLAKE2B 085aeba54b0cc371c11b6f9c497d9899a1f02131397a8ac33b3941c4cdd8a047e5bcc3e1ccba0ed08f2b45e3fdf9f5becf418aff8d6336b3f5b4a62048992e35 SHA512 81c53acdc097b24f69f9117d490b40870d9d7460bab85d754f34978a72f107ff798e1200f0680be9508cfb1a6aaf8dcf59af464e5d513e7686f440179572687f +DIST commons-chain-1.1.jar 90001 BLAKE2B 9d18c6422a701439db8af2f927207680afabb6c310e15167b69f4a70092c88efe5a170e4486485c6608bf431d10cc970e85e0466e4fa996cb91ee66396021bdf SHA512 46c8e1a61064be662bfce7a802389f511f9dfeaf80e46864eff3b1d02cc65c54c83e4639c20ac33d428e1e55dfd62d4414c3568af68fcb57998849dbc61c8e2d +DIST commons-chain-1.1.pom 6013 BLAKE2B be4120575f9c855df5c339b511e920929b75060b5d2a32e0ad6e892699760759ed13af969c4577b53ce67e7559d80f340199f5d0a2d9a1183730e134a7d20c1c SHA512 a2e19b9eb3e6d0e57e61b22f2aace4f4a0c3ce73b29b9dc46c749ec9ca613bd7b6aca9e02109d1f8aa78a90575edd6a31b0eb90d7770a668c5655ea1c239425b +DIST commons-cli-1.0.jar 30117 BLAKE2B b1bd546c27a7016ab6fc33dab4ee6b9761c13b2486633ad5a607a24586a9634bdfddae3b4fd5018bdc5b3199c0d4935a8983571954ee326f288581ac0d6aea00 SHA512 ce0dfd6ad89fcc2cd68190067fe2efff917d81dd6410b608057295efdbc5244b623c7e10000d913eff5e0c8cbf156b56a11377313dbfad8c333b9bfaeeaeb63c +DIST commons-cli-1.0.pom 2105 BLAKE2B 471e1c5b9afd91e89a3fe9344b5d675ebcd082bd3ebab57737a6163322afd81017aca372978d9ba53d9bccd8cb55fef91ba789cd3b4f0d06bdbf47b45a50d21a SHA512 7753c96b4599504bb444cf44839f825e718dd4193af74a828341dc5a7b560d497a341466969c5dd23f1be62f87c84a9574e431088e3594f7b1a5e22e49ad526f +DIST commons-cli-1.2.jar 41123 BLAKE2B e5f1505a355fde5b84f872c1ab9518893d8da643a92f99871477d74d990900487bc7e3fbe900ba93707a211ae52a64b5b8d775ee2a42837160fe07d74d637b28 SHA512 0b8f4610d3a05a589026b1af605cf976f73e6fecb9b9cce9f572e5883ce0a78e8a9cfe48e06257bb68cb8eea080ffe84a2b0b73682036f85dbbb3c03cfdedfaa +DIST commons-cli-1.2.pom 7980 BLAKE2B 607d65b8cdf18a14ffb755d72d29375c88cf0a6cf405b54660650bad5bcd6ccedea7e841ba19fcea20cf22916141f2846e9394add10af458aceef13f1cd8e607 SHA512 e7f68aa205c895c72b2c30329e3e8eff4ed16bb9a21a4d8a8e830c995f53de7928c4e6f982e6d5bf162b72f4f64048584807ddc4f5cd0f57d68037c0335b99e9 +DIST commons-codec-1.3.pom 6104 BLAKE2B a1c6b07e930dd0f59244d0c589f5ae024391152f81b2d31b8572112a85b1c76731d94f3d3d1f794f3dabb12b2a4c13def5bb4397d4029dc46d407eba110cb6f5 SHA512 b161a9a9146fab394f12fa9901be9536766bebc5247cdf6776b3e7cf3a58eace4c6f62d22a0f04307e5cf4958321d0cff85490f7518aa872b26f8a6724079019 +DIST commons-codec-1.6.jar 232771 BLAKE2B b847fe494c7cac3cd05b3c045708cd3fa594143cf4a464d8a794ed35efce40420ac798d526afd979a9a252d81135065663b11b3ea248c647f677dd40eed8bbf7 SHA512 752fca09371e0e228432155533a9b84f0442cafd7f25ebf0c6c2024d541fbba80882e71aee047ec94cd22c0d8114942e967652913412f5cbcf9b816c0e1fc1ad +DIST commons-codec-1.6.pom 11157 BLAKE2B e54ff97d52368f535e856164e15e30bec4a543c9b9a4b749dfa30b532c0cc8a82ec5c621bee465a04c3e9e3724df716fcb5aaa48fc2af73bb6d4215b05b74ecb SHA512 2f106c180a44bf63b7a6d4aa5606b75ae9fdda56fa350a30ecda8931d031227162a2be7e3296f8e0b29147d2cc8aeb878b9635f8780d77812f5379c682367c87 +DIST commons-codec-1.9.jar 263965 BLAKE2B 309404fa52f1c71aaed53e1e620f76a613052c88d4206a14939e2e3f0c66788c6f2220f0f9311b2ba0e8d52e33ea642cb1d26aaf0c927d42281e2c47c8b84502 SHA512 b65531ead8500493e3dd14a860224851b80f438fc53bf8868b443a0557d839a2b0c868e4fedcf99579ae04b6b2bbd8cdb37f9921ad785983c37569aa9d2e8102 +DIST commons-codec-1.9.pom 11543 BLAKE2B 480a5fe50fcfaee1cb3488ed0b9ee8068ec6ebfd444936fb3b373192add3d036435b8dd59a7c3eaaa97a30ee67e549ea771834902778969afee0ac2dd413d2ff SHA512 2c0773fe29cbdb144d2da2216ec4a0d0c31a4c4fc3d3adf128359f50ad689bdc51a51184b16e56357ed85858e693264c323cbc44cea0556365191eef44a8777e +DIST commons-collections-2.0.pom 171 BLAKE2B 32fa9814fd13f41b9755cc05a23b7cf078fa8cf33982f026f8fe1c5e81ee17c4618c5b8ac8205b00fb96808941e7e3ec40760dd62cea3e831a0b09132836be37 SHA512 c85653882f2bd233d5219c8a9613cf34d6e1a6eaad1caec2d66756b7b3c49dbdfacf538727f0aea6f9c57d8728205626f8a4a5a50e11ee68f428cab6ad654c09 +DIST commons-collections-2.1.pom 3336 BLAKE2B 1c9f6029cd4bada1def5244fb8a8d58640f8c569b29c912fb0b3faf44cf6afd4318c720c28d9879c75e14295f73920a8525529235121abfff8f376ad8d91ace9 SHA512 5545c9c70a820fcf4fbf1ee81768c2c4417087da92cbd40e12404bc1b31d42163c368d740de9da583d2551ff5ec35d6ccf8ea1c2cc621a0fe39f4a81c40db65d +DIST commons-collections-3.1.pom 6084 BLAKE2B 4acc4872826d5c2106294bb7f9db0d9e45d4ba3ba4fbba21183d8e1d44c1e8e307540dd0a586434df45fbd98eb5a18ff5b74e6cdd8e3aec4ec8f4918b84dead4 SHA512 015234cc71bb14e486720752abd04401d5cb040c4ed6f9f5e938410f7d44fd23c394ca5d4a8ca1a987388cc4411b0bd977e14a2d50f3b2e14452d1d3499940c0 +DIST commons-collections-3.2.1.pom 12505 BLAKE2B 003b64ed4012234d08b7375ab2b70f8fc67d79d28e9e8138158a96ee6e16c231074cff96d2a2dc596c67a36ae203cbfe7101904731d05f75d4f7c52ec152af80 SHA512 558b00946b580daff1b2000efbe0cc4cbaa3ad948a3027845f9fff2f650868f212dd330b67d158a913e8bc8558550502ff4d963688bf9c10c636a6a73626554a +DIST commons-collections-3.2.2.jar 588337 BLAKE2B 111e049c810d88378fc8b5fe17983e94cfef95d0bc903945a05272b5bb91d377cdbcc30a805ce64e3d30a72b7ff19fb84db4e08a5b095fde8352fbb2ec0626b7 SHA512 51c72f9aca7726f3c387095e66be85a6df97c74b00a25434b89188c1b8eab6e2b55accf7b9bd412430d22bd09324dec076e300b3d1fa39fccad471f0f2a3da16 +DIST commons-collections-3.2.2.pom 12403 BLAKE2B dcca4c1871feabf35ba1dd2f4932595a44e9799729c956543931aa65b2fe25bd2c27240ea58be98e3da48df2d90f4199e8a99567646952e61870b3cccda51c75 SHA512 e7a3f8a4b295bc040d15fc5ad5d14a2eb0a4139a2bc734853f6fc5db55170fa9e822532f9ef8e63ae00d7c7ae768e1ea55ce44a66392b25feca4859ac4a35a49 +DIST commons-collections-3.2.pom 11034 BLAKE2B 059acaf127fc9237750c0335f5e88c259dd3db9c2f0db3f0eb568c3af5c0b85851c277d17e5da3466e73bffe319122de8110bda502702b5f0ddc0816e2d56e5c SHA512 f617f250edb5bdc96116b60b5afe0b790f6268e64988902552e4605082f8a544ed57f36d1e4a08e188b2d0266cfab048a1dd8fd432e94e6b8e39365444365abb +DIST commons-compress-1.11.jar 425643 BLAKE2B afcca6c8e28d7d6153fe5b46b694e0b84c9fb398051a5e9102bbb128924b2f270b0a1b15b47e7e59f01995ba62c6326e4dfa3679ae2dc134736cfe96673e2e28 SHA512 d7553179576e6557cd2486730f0e54f93e8830be16c32354be16fddc62bed7f854909a63e87bb2f2856577522c3ef95cbc3d883889e95c3c0b2e4295f57dcd86 +DIST commons-compress-1.11.pom 12559 BLAKE2B 6c6c3b0ba14a960785da172f67eb2ed1847f0906d4db3def8caec282e4330100aeebcd0ff6fa1fe3eb11ef4e28d1e3ca31a3e5346b0ffc11b0f1541d53b0a6bb SHA512 9bb46aea4f9916deb104529d21e07c0b2eaa08137fc096bbe26ce1a1cbde2d0a89eb72dbaaa59c5b8e249d50671a66419eda275bee19500acccb71481ea4be04 +DIST commons-compress-1.15.jar 532012 BLAKE2B 54de4f59ea0de1f60a7af74cd17da951702cc9b48ebc0aa24af39d2bd84deaaf37a3b7c3408ebee5adc28f4763d97515c4645f9585dabd44435dfaaad4b6bdd6 SHA512 c18b1d1d2f40fff58c01a6bc91cdef604ba3dee4aeb0bfd3b148a20a97d9d016fecccf575f7a3dd4178398902135e4c7e108d883c6fc50e51fad1e8e7f33f5bd +DIST commons-compress-1.15.pom 14735 BLAKE2B 2e49b3870d4e9d311c09712adcef5bdb19cdf12f862a5bc8560c9e230a44fe88675761687990186476821aa82d695ce77b16747ca21e0082fca9f4dcbc2f9e58 SHA512 f923d5a594ece55400aef9ae0c84f356b5e8591d4511390ef10ad5dfb60cde7be0b7b121251690655b3d06d043671be4d126dc4cf197bfdffb82486283fb9044 +DIST commons-digester-1.6.jar 168446 BLAKE2B 7e429602ecb7b4f3198714a8917bfc9a43616d279558da18d5d71cef2113a136a76ba83dd43e242f0b643c6b834d1da012083b57fac78cfe7ae2c227c718e50d SHA512 8c61c3d554e923d9a246ba7da5d5c5862cfc676084fc0b27c52738d69eef90db36c257ac0806a051c4db139881c0692436589b57867b72d56a7ecc835a65717e +DIST commons-digester-1.6.pom 974 BLAKE2B 6911672b942489ca7e904b3cda2f27902f62752fc5342670789f7576b0505ca6192dd3b06833673375c6f4204b5a67b68d2430e9c9c7485ba78eb907fd464018 SHA512 72b1e0aef9fe420ac22b889a6b0a94d7315d7b991ec364662043ac19393f64898e00559c84045a5361cc41c43185c33fee9eaa46299da2d0b9858c20fc087931 +DIST commons-digester-1.8.pom 7004 BLAKE2B 6bfc12fa5c8ddd282f7cf7c2eafb63660a0b264a70dbf5b29e1d82753e374609bbc1c22a75ff3e80ac888882d95c71e36d45d67d34671351359ed76a0ac045c8 SHA512 b9bed8e6503c520dbde214477a42fc37c5940d6e415a0d44b482358d5a7e1bd87ff22cb0b724f44d26b3598d48e0b53c59b757a87fa7b32d092860c804d8074d +DIST commons-io-2.2.pom 11034 BLAKE2B a2c8cf165a774166d1ef97911df5d9c9f31214a6691f1521b2aa04f32f44c2333c714fbaa01107c1a87f993a33471d292673333e4bdd5eebfd5da42e6041528e SHA512 05d9d0d058bcf13b58b08e34badf8e3a23b2f8cdc0fbc35b5521e936f55f47ce41173b41a6a51e830a9d5fec1212f9c20c3c7cc825f1c667a8a720a2c3d1e4f2 +DIST commons-io-2.4.jar 185140 BLAKE2B f932b54f9ea9f229ebb626b40a093c42cdc6f388f2e0012f0e5ec34af809276b82c91dcb2753838b35fb328c177f427484fd7663241a3b05b37cf579358837f2 SHA512 957a438894a196e534af9ae1e61fb21e16f273952b55a81abb8faf0b139fc031ea940cf477f81704db417d1ce6ff2d9ddd4a2cbf316903b0e2dc1aeaef24f292 +DIST commons-io-2.4.pom 10166 BLAKE2B f76bd21e0674e51488c25a7346af6a5bd538c5bb3f47dbe853103aacd80ffa2f7d1814966fbe80dbdf8061ab03ebf53429bf88c1915e2df1b84f6685fa719ad5 SHA512 ffa0cf20ea6a6a3e60387c08006864e8b13d6ad02c8b33920d7d420cf2b8db483ad32b0d8c26ca31ebce5a83b05e41b8feb2f9c8753d12d422a503823e1c39bf +DIST commons-io-2.5.jar 208700 BLAKE2B ef7782083a1143fcfb1ed069a92bfbcdab9ce10d7ad550448008451d5a9e3c6fcaf2ba8a0745354f303985e13bd52f87cecdc46a237be14759559bd897b6320d SHA512 1f6bfc215da9ae661dbabba80a0f29101a2d5e49c7d0c6ed760d1cafea005b7f0ff177b3b741e75b8e59804b0280fa453a76940b97e52b800ec03042f1692b07 +DIST commons-io-2.5.pom 13290 BLAKE2B a123205b887e2602c5d39e81be056275d71d9330f06d214176e88be7371f9b7bc02c23efaa554453fd7539b404d51a8ff42a976bda85b510478a4675de94b0dc SHA512 723217d16be4fd30608d72e8db8d05331af704fe31e404ebe91fb5aa735956a252cd3899b1c26103a68824c65f48ef99daedd680e7f32334005c100ece784d68 +DIST commons-lang-2.1.jar 207723 BLAKE2B 96bd957be8adfd133f1cd530c5d2c6c0a293de3e5862951925b6ab9f9cb42473ff404123492b75b98659c50d855a5a4657c6680fffa3ece22bd70c0385f349b2 SHA512 a312a5e33b17835f2e82e74ab52ab81f0dec01a7e72a2ba58bb76b6a197ffcd2bb410e341ef7b3720f3b595ce49fdd9994ea887ba08ff6fe21b2c714f8c405af +DIST commons-lang-2.1.pom 9928 BLAKE2B ac5fe05074a8c5594d45776ee34db5bd8f4ac287f416767a1374e7c7010869f54d7617d7149b10998f79ef3ff21584579bde98d81a86c6af11e3c31a33c29541 SHA512 1631ce8fe4101b6cde857f5b1db9b29b937f98ba445a60e76cc2b8f2a732ff24d19b91821a052c1b56b73325104e9280382b2520edda4e7696698165c7e09161 +DIST commons-lang-2.3.jar 245274 BLAKE2B 35a83c900c35e2595b07f6ffb20d73ca800e8690f47dc0abf1b1087e36a59fd43d0d68732991f395b9239596a6339036a8c0023fb785faa44afb33124c84c320 SHA512 9363af7ad6ab1add7aed7547a790d7ddfdd1dc72266accec61b4ff69b5708204d689d55a45b328fa68a7961943b28d4328818116ffa9fbca8b9a46db3e5f305c +DIST commons-lang-2.3.pom 11115 BLAKE2B bf3c38ee0c80116936b90cf038324f1c4b727cceaf6cb84266aabf4d9376607883a905217bfb4091e8aef0f1bb7b201c7769db6f5fb70a09c5a4f144d39a7a0e SHA512 368dd416396b8896ce19e4819b00a7063284b3d2c23d4b1dbbcba432dde33e124c0e214ae921541682c02ef513e6380ae99a01869c748b0abc08f07363759222 +DIST commons-lang-2.4.pom 13976 BLAKE2B 719cddf7dfbc3b9137a4d7dcc993e0374e0239659d93e007ff3a1ae839c6a1ce947e7b3401c2142c47e0c90e4b28b0b8df0ec249721194c82d9a94989dbf8e36 SHA512 2d7868ec371802f1cfac7876d5fde947dafdf4802d415bb3ccaf8749b1b470d68d6fb09cd36a4a8bc800b86ce48319361c87fe57c4be55558bff0be556f64980 +DIST commons-lang-2.6.jar 284220 BLAKE2B 4a5db0451ca79c5b038592d41cbf774ea80bb2da0afbf5212cffa8b3904d84ccd2cbe02d29143d0565fde828d011dbc25f5a8b780f6ffea1b0a1290485118671 SHA512 4a5a3dbe4941c645e2cca068cca5c1882cfe988b02e7cd981d1e51784900767d1deab0e0e0566f559c9fcabb4a180e436d5bb948902d4f4106f37360466afb42 +DIST commons-lang-2.6.pom 17494 BLAKE2B 9e40579782ab202fb6eb4abae3b65b9ed5711568ab67708af12708434af5c53908b952eb157a9973e3806e9e145d9523f103676f3d6b062370d0d8d5c2e38827 SHA512 01ea576bd45aca8848ac34e59b1bbfa136f7cebf9e1525f3f020d64697aa3370662e71aa29ee0f8b994bbeaf2c4c6c99b91ea097f14c810fac041757ab5c3f96 +DIST commons-lang3-3.1.jar 315805 BLAKE2B 80bed027d28fe64aa424c5e5477927b9bcab7825f8f859ae021a9e3b9171817bda9f452b944a7ee2610d7a91d4ed6dcf21d4774af7341ca5d140b8ece00f7e63 SHA512 7173397dbe5af36d712e41c5cf0594b2b41a60eade154031c733511115be07b0bab388ae64515351846a423a5b8602c826fd4b1919cb5b8f672c3bb74a59c1e9 +DIST commons-lang3-3.1.pom 16711 BLAKE2B dd5f292512b56f3565985cd50ce7bc41b955e7ce9625927cd0a87d46525627835fd037af6b9654ba6603500b755052505babb87f70c78dab33c18578b9bcc1ba SHA512 9c355831a44dded8a56f1f07dc45a159f173e75584420ada28ecb53d50d4fe8e7eb6b726d992d8e138e60424fa7e52f605ce05c5bdfe497a764d70b1b85eaf2b +DIST commons-lang3-3.4.jar 434678 BLAKE2B a7d652f69851d3ab3da3b5ab9ae8f2171130c61c57dab8a97be4c1762e6fc6cf135872f3abae5f6cf356f76a520cfb0ba7a3f6846d6ec20e9af139e4de641c56 SHA512 b1b556692341a240f8b81f8f71b8b5c0225ccf857ce1b185e7fe6d7a9bb2a4d77823496cd6e2697a20386e7f3ba02d476a0e4ff38071367beb3090104544922d +DIST commons-lang3-3.4.pom 22183 BLAKE2B b5a907dd59c6d69e1b908283d330a624c406d3ba2eba09ab50685bbb7a9fbf6e467fff89b4501964c5ebfcdb15acf74d65bfe11a313d46f943d7026348e8885f SHA512 a62b2134fe4f9758e04ed7b9eb3d72a806f7efe3d36954e05681c4471f78b580fd684671911f88556791302f1187e2ba577e0184e8b3e4020fb93181aff63ab8 +DIST commons-logging-1.0.3.pom 866 BLAKE2B d2ce55505f9f0d1ed767bc5cda57bbcc0a099c7ed95bb41381bbca0db97f2bc0331732653d585b7281b8f71a1b1ac62aa02910bfe801debef8bb3a71a0874730 SHA512 0e3228dc48806df43c744f61c2bbeeaee6f48eb7eb06904ecdba26728ca4329da90f721c84bf4611807d3e6b7334b3225b1971f15a5d4e903d7c097d22f26187 +DIST commons-logging-1.0.4.jar 38015 BLAKE2B 6d3bab13b76ef2f9685928e15e09e430ace32a56b6a89f537119dea39f50f5f6a61df516469a22a4179a9c9decaaff7ba168155aa507443fb31e7d7b046d8146 SHA512 c8d2d39a60adcc49091d393daf30473d1776e4b6b09bb86639171f660833a17afbdc9f3e85843093535da16fa664cd7cd4ca38f54e141018dd1b78de681ad668 +DIST commons-logging-1.0.4.pom 5264 BLAKE2B 9043130bebbc9df98500cfdcde7dd38956525ebf1a42eacf40529ef0615ced6e04935ccb19a43b0d71bbd615487654a9fd2f3024da306a0ef27ef843be597598 SHA512 2c3ffa01e5640c24e7ffc9aae55dbfd3fb18c8fe43fe684e2568d4c96186beedb1a2278a03ed12440e9f6abd24e02d62ac7e6959829271395cf24c12ffaddfd8 +DIST commons-logging-1.0.pom 163 BLAKE2B 341c7b58571d721f41b0c43ea3232bed9b8a2ce3d8486e29976a97f33c1dc0a79f82cc708ae4463b140259dabfdeb4a8341ba77820e202714c515dcff05b4580 SHA512 f7d213f4b04bba728164a0fc0cef863f31faaa7a06d41d579a368e1ca98605bb785813ebb17c132b819c9e58d6311692dcd1137f0b0ff4365b8e8460e865623a +DIST commons-logging-1.1.1.pom 18365 BLAKE2B 4e0edadfe7920f84d8621a9a172c0ea4db47dc240170e3e84db4b22a5811d7864c5a0b0123bb716824934b2cc0baacc646f063041a0cbe8313336b170f289214 SHA512 0bbf944b9a8f0a8a2d9a757f46be42ab06fd5afa748028cb6a60eb62994f0bec679fb00c1a2cc1a56e224d40fe0f1e80e96eda4c02e130f25faded2b0f10f794 +DIST commons-logging-1.1.3.jar 62050 BLAKE2B 82549dcd0076f85836fe072781076274c7da22fa9e7247f583dfbebb3449f13d145d5bc58321c519f2ef0c62e908e24f7144e02bd6d53e4d9264851c3054d3f7 SHA512 e5d1fc8ec4544e1fa0f7c4aae8dbcca466c4987bc92fbbc430b054b10d646b745add4a754b1be9d50edd64330c798c53173a97289db57a966312e16f934e9d1f +DIST commons-logging-1.1.pom 6182 BLAKE2B 1637f110204418218982d1c94e5d7aa6a691618f2bcffe0150ac9bf285dee8560d11fccac0c77da6e71582c0724c6f11f7b813980edcd6e45ba3618c9afa59b8 SHA512 fe9da4669c804201d961ea88df27704f5d62655f9fb2eb61ee0653573000f409066388635e8a2b5968b319d34af9e6c0c31dc5027fe3fb61eeadd756caec924c +DIST commons-logging-1.2.jar 61829 BLAKE2B 6e46cde57886300b980cfa762d8ca126ce381d7884e0e0aa6a7546ecadd9be4b1a1267d7e3d373622a7f47dae1d29fd340832ee8769b9d129a2eeef14e57202a SHA512 ed00dbfabd9ae00efa26dd400983601d076fe36408b7d6520084b447e5d1fa527ce65bd6afdcb58506c3a808323d28e88f26cb99c6f5db9ff64f6525ecdfa557 +DIST commons-logging-1.2.pom 19206 BLAKE2B 2b2c3f5bf28f0bd654b231b84df0de1b6d33563b5adbd587da85d2641605073cdc33923139f6dca67fe5b96dad2babcc54b0b948e1703a8111c52c00c570cadf SHA512 75bef548eea62ab04569791f2fdeed3d0a61edae0534aa035a905dc1d011988fc0f06f52bde377f44e94e6afd4380197148120b152b7a4d20628fb6236cc7261 +DIST commons-logging-api-1.1.jar 44598 BLAKE2B 6e39072b531c31bf89f6b11cee390b5fe9598e8201aee9c79ca6d8eed4a0ae244d9c0d65242808f2cde4c2dbe0eaef6e37c0df3a4eaf1bb5d44b98b5e8a24b3f SHA512 b82197427492c33c602c3c3c363eefb71c509cf2102f4f21daa7f6d5c33f52da1cff66f5d7db98810c49fd96ab29523fe19a13b274a7c40dd9141587debe66c2 +DIST commons-logging-api-1.1.pom 5347 BLAKE2B eebf88b218d55b3c3b908c2b1066974c9c151d456ba858907f24e782d77767b3f0b898d9d8a11aaed619d00b0b9ab9ca0f0ad2c602983387c63ac3c77e9d29bc SHA512 64249b29a4b8c1357f13e2a54adff3836cdd7a4d841ed5186db9d65972a16a49ee017791aa8a79a697b8be5f8dd2dba563917b6e78fe35aad61eaaa108b471dd +DIST commons-parent-11.pom 24649 BLAKE2B 10200c0144bff80d5a140eed613490bb3d68c475a6026860897793b061b4f61fff8defc54645178943d9b846e372bbedd1b39fdea2f352c34b7e7cb7d9683c88 SHA512 5b8ed9b97b49eae2318dccf8ed011824b581604a8d0fb89dfd7c3cf4f1913ce4b39a83fbe551cbe7ab3aaab715a058bf79b261b94f8ec3ee8868b9b2154483d2 +DIST commons-parent-17.pom 31185 BLAKE2B f6fd4b3d5d37a398434c912615704ed3f0365b8a441ef8aee9337ad76486f94c5e3e1fa26925e8d79462540bf8fba69ac09151f28a868852a6fe2993cbb5c265 SHA512 def9edc7f4bcecc148575deabfd3f2c65af35b44b483fb15c03812f831c564c61c93eef7d2fd204a956f2376d1b09cc7450a48bd0331b1c0bbe5bd90ae6e19c3 +DIST commons-parent-22.pom 41918 BLAKE2B 3c1606f8f64f55f8facb069b90c2e0565ab7f3432eae51d93c2a2d665dc7e5776ad14797e3867ca6732b1ba384dc3ff96ac0b76ce3f529c16cc41e1d07dbbd3e SHA512 9313d17c9f58d70c3f063b93aa90939c21f72534a42992882f0fe40453b229974abbaedbc1338f7fede18f3f2f0df119100d2edcd1fd389cc45798e7f13c5475 +DIST commons-parent-24.pom 47265 BLAKE2B b94a8b6b9b090e88fcf9906fbee0e803b7bda92391570604a970729b212cb5f380ab3391a009815778b515c09bc9dc0c8e9151cd1adb81e77b1263a22d1c7fa6 SHA512 44bfecf4d249e2cb628b6438cb32eb3e387085beed818b0ec67135ccbec948a2926990818e5c5468e260bc24623b69c8ea8c3a511c3059b02db2f9a15e2fea8f +DIST commons-parent-25.pom 48304 BLAKE2B 1250e6709565fe4c7ef3acffc01bf4f11a9b3763f1bb276029679413c56c24fd34591dc26d04163fa5f08acd155e92153911e14ab9fd5791ac4d5ab3170453f6 SHA512 216c232cfcd07d2b662f617b7a467b69c9ed1d58cd84f4f3affc4b1daaab5cee343465169f2439c575e69275f5b3b288f1dc324efbed0fb22bcc88ed21a2ecfe +DIST commons-parent-32.pom 52783 BLAKE2B 640b9e864176bdf4032515ffb527758c9e90dab0c86b6b3f9e5a2f364406fe1f24301fd60637781441152242de764e76c40b1072f005bbfcc91eb5c13c174fb5 SHA512 e061dd6a905bd995b84020850f514ac001188c06cb5323287cb95bff350bda56ffedeffbf96d28ce666a19fc614ad45ca785f3d12a5120a74845b610e282c5ab +DIST commons-parent-34.pom 55943 BLAKE2B 748724ecc78aa87c5cd31b4cb4689803ed94c8f2286a47d189161c3bc7d614d0d9d231f1922608d0e1dab9b195cb64b9a45fd5dd87f30fe4d136ac345929dc3c SHA512 364ede203a23157ec601d28ff141c0c69759fc5c483e44e346fa1592403f343f0722f7763243b2ee7a190c7a744b1cce1f40247f5a6c7b3dbfbf487c505a40bf +DIST commons-parent-37.pom 63042 BLAKE2B f12740920a7ef2431ead9d69affee3efea5d3d4c904157e559c0d24ee0160c5be5beab80cbcf5bf4798d03747500b9765ee25c4ad4cc19b9286e03d2fefd62c7 SHA512 9183a0085f8f05fda802df3f6984470e62c1f9219aea8fd476636d0324406a5c393cf67f958a2edfc5827ea0ce5e169fc404d9bbaf27372b1392d2473fc21255 +DIST commons-parent-39.pom 61975 BLAKE2B 7ba2810d2ea66f1a24df35d41bb8ecdbde943eae49c2ec391f3bb381149f29c8559bd816ad62d4885a5f09b6552346edbe0c7e7c305846e885303bdf3b0a2dc0 SHA512 ef77fa2d64e33773dd36ce047c467ac698945a2e2db54027a939a583fb4093fc5e2c1de2587e8f94a9985f7c3d37c6385c11c9b9f21303a52bc585307f44376c +DIST commons-parent-42.pom 67956 BLAKE2B 9d00c017420c825a85584c18e15a080ba98eb166a7a62fd685b7e483d943436464c998d8469c699323718f9ef60305278da7bc5c2008009234ded1c2eca9813e SHA512 a35d1f7919551adbeada88d9f47a4d6de200380aa43266f91d4b65255120cbf4b11f73bb3f9b98eeb960fd9f1b0793dd48095b46270ed2376ce3b122861a94d6 +DIST commons-parent-5.pom 16041 BLAKE2B a5749ffce8de63a25f3f1a12988a7144c44b33fd39219382e75585c7c2beb2edc71c4cf0ac448ddec2bd6e0d4e0a23032d7777de6b9c29eacc9ef34a99aecde1 SHA512 6840bd0582ef88904619af1168ea661d924ed5f173d6b01a47f5c5b4128890cfb0f1037141f64fcee0d278dc764ff25e0e295b07455a71130112879b735913df +DIST commons-parent-9.pom 21930 BLAKE2B b5642ce89be137f69d825d4a56d2f53289ed630618b1b3a405ea7ef905e2cfc191b63317f563d4d4e96d77d96af1aedd8c56c86aebc556798444b6b0c20d008e SHA512 f723ba4d2561cc42b44fe638ecebc3d33cb418f2644acc85d7bef04cd8d2ad8269852d628000799bf741b7ac3036a88170cfbb0fc389816afe17a202eccb2e2d +DIST commons-validator-1.3.1.jar 138956 BLAKE2B a909f98ebbcfb0c7f6362288995cebaa365968fb46bf096a3ab28f3c6ded5379239f0d1f985b77293c59e1dbfb9395cc5ca61ef1b726360c39613409b2d5da61 SHA512 aca4346a7d7daeb6db5638a9b38646648c21628d181543c9272fbaafbaa1218529ea64632a7029b5810f64562b3f1614974d9b1ae46d3d5aa69f21e3a263f910 +DIST commons-validator-1.3.1.pom 9026 BLAKE2B 9716ceafb3aadf66e613a40a9af0835b270d58fdaa2d2eae4b41a4bfe0be3419032c0cf3612aa8154f46fd78438660ddcf509148bf30f58120987596edacee2d SHA512 8fac69f02102a9bf243eb83dceaa4c69ae2c1abdc7eb6b93388a70d745979d5a626c20033341f082e4a76970cd1ab909225a94f4b70b362b14a6c563f1ae9178 +DIST controlsfx-8.0.6_20.jar 856539 BLAKE2B 41209d72f3d07e4baedd5556b1de7dee419d8537f2aa969c207df816744b4b78ea36d387a5e37d85e07049c4b548980c60c9d59b8117dcff33dec971462828aa SHA512 4a604b68624bdddcb77220dba5418b0bb9557061e073980f223027a607e3ad653f483b722be17606fb4deb876b79cf22db892b66b68afa1ffb270cf56c545fcb +DIST controlsfx-8.0.6_20.pom 1309 BLAKE2B 5d9c7f824f4de1ad20c70957a3aef7944f63f74e69fa23e204a1b6da57dd41ad92a11bcb472aeb11596e470188b7c90b81ee69bb495404af5822a8a3a61febcd SHA512 48a53e0c23d7d803b4ef79a26f9b362a2933601a300e67b6aaff412a236a7abd4f77c80892372e2245e1091421d84e5a4df7d95909b6521cd49c3cecadbec7e4 +DIST core-1.51.0.0.jar 2348216 BLAKE2B 1a198087e8715a3197a55535e7214b1b9714be78736c11bcfba5b90af1c03317c16e3cda08d82f3cf0ab39437566eb6517efdcfabe05557b3f94e0bcec024aad SHA512 b9d253c14edfb69ac065bfe62c0b36994f7e1678020be9d1fc09725c4f42c02005f5d9a25d906397f4fa8f2345835f3a3637f89b736a5db3c6b9a42ae9382b23 +DIST core-1.51.0.0.pom 1602 BLAKE2B 2bc26127ed99037ae695be658c77eaa5dd91cc05fb6f2fadfcde69372428443fdafdf5511946159d74888b7152658ee2c76746ddab6f08bc75c148e3db63ad53 SHA512 18bc13e1e2026a71df0f2632836d87621127ca13760b9c67d25a02d19fcd36132bb114392bfd18d1ab53e77fe80a163052cd03cd6ca325076b422732a9e5f041 +DIST core-2.0.jar 432773 BLAKE2B 087c349ff80a5a331ef29e868ace766b95c9246bae7e5fe911901235e58655c981bfdddaf1c01220a3a45921b4111c52c6d16c3ced54564da70bf63e0f9dbe12 SHA512 aad275fe435989c3ce6ddcdb37a932e202f583afe5fa7e74391b978e00f4ca912d6d6a287d8a86c26d775150a2cdc71ef45469ad9601c35f5f875c6b46f42f45 +DIST core-2.0.pom 5092 BLAKE2B fbe43afcf6d83435d1e0ad05bb84b90d5349ed01f11537c0b7845c05aad1d600d5460d682dc531a93403f0c955ce55f6218dcf964ad89a5e5afeb176387fee53 SHA512 12d29cfb89ccc2232615ad2d0414b8093d5968c9ee80be62010a0f6db258ad8ed5dea85bbb82d1c4ea8be861803d4ebc3ff307bb42ddfd4cd64ccae619a38174 +DIST digest-enforcer-parent-0.0.1.pom 5444 BLAKE2B 97d50e31eb4c0984994c4f17a5c83efd9cc5a2033f1898aecab702a9c4cb9bf4d8b79aefcb941fbb1e9d2299010b59cc7c7e9bae6b098f970e70e5df2b86fc36 SHA512 54fb9cd6fc94a4485dbe936c8c1117f32bc070fb4817da86e6e02ce9d6b16dec7e4edd4274745cceeb8d66be57a2d2e774ffbceefa4a256dfc38439b88561f96 +DIST digest-enforcer-rules-0.0.1.jar 7774 BLAKE2B ae727cdfd47bc3149d4ee4b06a3b4491e3fe07d1f089132fc98c433b7e345a03e78ca646f9d62f8b611b0cf74e90df53eefdc4b53c64b0d92e1288774d151ce9 SHA512 a618bf80b10f0f28675fb9a1c017c31109aef427e0b024aebf6fb671aa7945e67ab2e0fa43f0a126d9e3b82c5dbd4f43d7b5905d44dc64ff0801fb7d6427c8a7 +DIST digest-enforcer-rules-0.0.1.pom 2061 BLAKE2B f5eab1aded029bcad5409deed01b8b3b9c7a1d7b50a0f4de47ef5ffbb02c5841823b4adbfd5b8ff3f3bc1454e2499475fa40a69f412bab979c9c3f5eb5fabe9e SHA512 049adb81c05b5970058d7b74da684672ec04180fdf05c6be7c8ea092ea1b2b9c39c7d43bdf0014750b6ee8f4cbe11050be5bf9acec5673d4a214629c7745a89b +DIST dom4j-1.1.jar 456913 BLAKE2B 92f9f97083ffb80e3ea2bc07f304f4906cffb580f0269e9050db7b3b9c8f902b455c2c0d1b16aff5b67a275fa0f3ad5ec984fb3c7e50a9d67456f8c2d39baf73 SHA512 26e6971e5015159671a0bc81b8d40236b116d417198d7d0282f7527e4d25946e0a859af0ca091e41e97bf57af6c53b7eb77d6e2eb66d24f81263642313e111bf +DIST dom4j-1.1.pom 142 BLAKE2B 1df716091fbc8c136fcdb66259776c4b2e0c9137319712592f840ec63adee6643e84ec5012f7f047d1cb7451edc3ddc0c2a75e27c8736a2c94985df3092b6bb4 SHA512 32f2b7138c793ac6ed46e8bcfa46f74fd2bb55d07b8146983b02583c4ba4eaee36bd31e0faa9f31b059726f3661169dfd962af9a0602d60a3572eb87d99f0b59 +DIST doxia-1.0-alpha-7.pom 3913 BLAKE2B 59e07b86aa517db456178677d564495f791e98cf9f568314459ebbb516c1289bf20a903ce2be3a1ee664cabe90fc767e82e77b47eb42c24afe54e27bbf50c5b4 SHA512 afbbc3f5e161f84efe1c18e9d57952d1804b867302a69d44e363ab2197e508e7f097f36b5cae2c81de44c9e8bff218364fd96f082b7f4e30e4c340f4edd0f11c +DIST doxia-1.0.pom 9644 BLAKE2B b15c95250bfb23f809c51d5fb3319efbdc996dc377fa4821641be9f09bdbbb44013563ae07d334607cfe54e3ad0c9fb9d336232ca3655d1ddbc8dd6cfda10afe SHA512 29f11d4ab27b2a24549d879b3a093f2bb99ebddcf35f02139794a3648cadefe1e60839e96fd1f236dfea427544293e4e6ce1d47da990c9d7aa5b2c6f074102fe +DIST doxia-1.1.pom 15178 BLAKE2B 6e316002c018ae12a38aed1113f298cd0c07988dd2d343e9fbb17573cff7d7db4b0efbad361074542dc68a8e68f3fb0f6b39ae5fab16bbd733f6f1d5364d05d7 SHA512 e65ae9d284f38b6f44ea12c6cdf4cea5179815767a3b7f7c4b1236dbc08ed31ef59eca08940117fcac88cd1a66bd0806b62dc4c2148fecdc2f2f9223658423cc +DIST doxia-1.2.pom 18827 BLAKE2B b479584fdad42f72b06fd868fc58c81871b484dd538e80b4cd3d650f293e8eacaebc889c30afd5b12b570abf796c61d88707e0c3fe063fb5ea37f0a61b463a25 SHA512 04d2448386f3bce40fbd5144b3a823df7b730e6caeeeec9101411cacf33f9dd8d0c0fb0a4a18191b667ca32730bc1f725e3a2a2260597d2fcff3d66340701a69 +DIST doxia-1.4.pom 17954 BLAKE2B 761fd13bf625742b84d286675c529144b8d38b65f7d6bf565f46532c652090a09c42adaeb4576dfb720ef8f81daed1386b78649762588ea611bf0003093f0453 SHA512 6b575ff3501c54e5e258b4b359e946559795de82fdb06850b2db691d6501fd87e1d1e8654d245e011440e61d17eb8f1ee95df77a03a1586338503a6cbd96d712 +DIST doxia-core-1.2.jar 154121 BLAKE2B fb7efd1bfa80b920ced0453165b6a2769783fb1aa5879ae76b3607ea83aa3b32c222e33cd6757ae51d5b78e0e8454cb40df0967b4fd81a091ab3ee596cca14cb SHA512 e482cdd5acb6211cf87d9a3e2130238d685fabe7cbc2174e59f07f64afc434333291a8a7d21e9c5b29971a20191cdfad156a76b995bd4fda7aa4cb9aa2d03b81 +DIST doxia-core-1.2.pom 3955 BLAKE2B ec1a1d508a1292b132326ba728e07e4f5353696613c5f95c5f29e1ee886e189ff5ff7f1f72931544705cc04b9376999c825439b2f0784462fe6a398158ca39d6 SHA512 164792da9076fa07a913e3d8b61c729dac8d2f3e611499ee8cb46d3f451453d840b086ffbaa3c082a25c00de9a6bb011a745c82f73139b44247509cab4291ec8 +DIST doxia-core-1.4.pom 4066 BLAKE2B 5f09cc9b1955ba7aef17fa05bd734688c78dbe60ab2aaa61c5702fc175a5efede92768393bb8c19acd59b14609126b24faaa237ab2ec45bace2267849600b1f8 SHA512 609c998eab532b5300fe04bf6e83b8af365919e5df0848f2ca25b41d5a1fbb8b5b9f8bcdc6c6326caed37ad116fcfc64c039ab0aa0e3c5c7f984ce1dc7a60db1 +DIST doxia-decoration-model-1.2.pom 3057 BLAKE2B 604b86f78c50cda35af8d057746d2e64c7d69c1c887004c207f27115a5bbeb4ed14c8abd8e8f6f38f49ed9da25d13b22faad10cbb5274372f11a603d4f8ffc94 SHA512 5699f8e5e24757d90032009e08415a3a3ceeb5607aa1b8b6b2f3a05b5f4522bbe2f4d5870795624eadb2109e27ea0fd77c8ce30c3e9f6c787e92a4c771ba12f8 +DIST doxia-decoration-model-1.4.jar 61260 BLAKE2B f24cb59dbf8159d9e6feeaf65826438d5a5e2a6ad74b53b7b5936910e3328b60f9084b7273b6d337abd9fd74314b92266e271f506a4af35ab8180cbf89b67caa SHA512 aa81b30085fe7bc12925be949972fb6e1a7d993da13a000a067c523ab5ab2520d4471b85535c2e2470cf709631dd20125243cff66c7534538e20c084a6671ffc +DIST doxia-decoration-model-1.4.pom 2674 BLAKE2B bed50b8f4eb876dfbca29981af99c49c06df7deb1e7489eb0e33bcfc5930db288fd2e09a71d90d64e38eb329e559cd3fcc99abc94c59e7cf5db53904580f7597 SHA512 f518625f23f333934227248aa6370ab5e65513e533530eafeb4893ee0672ecbaac8821840ff1844b2ad3009cea03571f418ec303bcfd2247b7f56dd8bc1dccbe +DIST doxia-logging-api-1.1.jar 11336 BLAKE2B 1024ba90b002402b5e8271d1f8626960bcefc40156ba5f183bc6869285e0f7b5bbc059a3efad4e2b4a7ddb5a656bfbc8fe01dbb5edf1bc7af6cc357713953955 SHA512 0eab83f160a2ef7abda271ff5abe498b0cd9c453e600132c8ee6f1b2822dc7c554567f427dee59e4b65b5ffcb1df51dfe1ea72ec0cecd613195d98d05b7d355b +DIST doxia-logging-api-1.1.pom 1575 BLAKE2B e68183f34fd5b22d3bf69a0b883486751d23866a99057c253d126e0fe8e541ab5d96bc6563e52b3df521a9cbe6248bbe8b4328d8d8d3b4743133a8fbe1d784eb SHA512 9e9a083823182a2e03f4d8b9c474e58f37d4d938f62c7d8e534e45637b7f6a49addcbc66a41afd302191ca77bfd045204305f0d708b50c52f0b4cdac2d94e850 +DIST doxia-logging-api-1.2.pom 1647 BLAKE2B 18b444f353254921c231b2e08435900a7a00f386b2a91986ef13b70d847bedf143938fe919c41e44d406c0826eb93b40c15c8d020343ae6ac3388f87e9f7291a SHA512 688da7cc26a26dd49803eb7f5e8b25674cd5fb6fbbc0601f6776fbef2962920e94b0750be71eb7d92beee86f542a9448f21e42ecb8453a64a481be1784b0db19 +DIST doxia-logging-api-1.4.jar 11311 BLAKE2B d9d9757cf317bbf8aa3119a4a4613b23678d45d57426310002cc740d214c6d0d4f3d83e9cc352d6c530ff3b5b869a141c2cfd89a327fffa91189bf9c66c59ba6 SHA512 a8bbd3b2fc7f5cfece1bfca2ad1354e6f6aa5af0760f5e3b6246a62ed1f78f6c3360a8e7b10b60c72eee983aa3a6ee530ad13351b0438b55a3020f13b7c3dcca +DIST doxia-logging-api-1.4.pom 1536 BLAKE2B 7e5ed86617e2df15d2100ded8e2dc9169686b7e00d3418a7e4c497820e0740a940050953cbfe9d3dae075f4245c105eb23373936f875b206f242e6f41729864f SHA512 2321d676eef5805ec799629dc9d89a3bfffc202bb924ce76eb61538be25f325354356c9b100bbf769cb87f2aeb38e0195daa8a89cc047dcbb9849e0887a6419c +DIST doxia-module-fml-1.2.pom 5626 BLAKE2B e83ba6876cc6aa67d8586bbf354da47cbd508e0f9f4c9058e2a70436e2561b77b17dfac12397a2040b8bb321fbbae61b3535906f25556ee65ff47ffcb1fda7b8 SHA512 c83629933ed369766b35ec3692ed00827e4926cd45613e66982c0cc9342ff14331c04f9ac6dc7f19d008113aadbffab84c6113663db4f3a29f20be5c126b0fab +DIST doxia-module-fml-1.4.jar 37825 BLAKE2B 3fade3dfc1cac180da5dbe006b00dc254b18986c998d465fdcd01c5f20c2e80cc4ba459b35f560ec41fea391813cced423e627a3ab77d78b3e6b1e8f64798d55 SHA512 b861c203d2b45d99db4203f6b8ce09916804b5e2d7ca2d816da6ace84e055495832cc601c22202df97fc410bb124bcb723d06a7e43e7b3e2bf7b4ecf6ce34e04 +DIST doxia-module-fml-1.4.pom 4804 BLAKE2B fbbff3d375344b4f499b38ea27a3b7128802fe86da4ada374ce25f2c516631cbbfdafb6a30566173abc436d77a5e10323bcc3dfd165f52cb7cc15fdff30a7bac SHA512 9d3675cbe4c9f89aaa65416b2670b75e65bd8bfda885e4d66db1a13180064c45cd5bed6fb63c54ec0bfebd98e30af60c6150265498c5b64fa43fd9acd44b4070 +DIST doxia-module-xhtml-1.2.pom 1760 BLAKE2B f6e593e2f61473c7d1e3da43bca5d6f4a91511bfebd5d9f5ef476873ddee6d01f04d22186f01dfe7f61b22abc430e39069b73e8d63a7c0c000400024390be12b SHA512 0dcce429ef3e293951a8a822c9a4dfb2c112e2f1e2d1154da022deef0e2a8d558e36f84029d90caa25a6d06ea7f64306b1b3c0c26c93ea838bfa6e77d4d0d507 +DIST doxia-module-xhtml-1.4.jar 15387 BLAKE2B b4db0dbb6534398f845e7cbece9d08031f7f5390a8aa44a0a166babbee132fd70f48db7b74ba1a69a7806f22dc0352b6435ff65afb88ad01d56424aff58b822c SHA512 836c5135ec90d2e05aa9cf663900371eb03d9b66abe63e766e19eb66c6c155460dd174ea1cac62329fd4350da5b828c2c9eb6ddfa71269c503c52b44bdf746f1 +DIST doxia-module-xhtml-1.4.pom 1631 BLAKE2B 4b27d5475ad982b92f1d6f041471c59c78d65167ff792879c4b821e47e01afab09237e4e6846a1b65430420bf1677bc3eed6b99eb75eaef170298030e69e8a30 SHA512 e0627a11b21a7e6d5405ce258597c938dae6cd050c6fde27108ad6433bf6d1e4341d95254e1178c6cb7a1675d7c0d9d8682072128f0f7757c814c2ee29561d83 +DIST doxia-modules-1.2.pom 2500 BLAKE2B a926ca2d8cb3e599419b1aad1a3a160c85abdd2f0505fc10c08902e87ba612442daf4fdbe48889922c71f6a2506d30b91d70a21dbabf7b43b3ded11f3d90173e SHA512 0b85a97baa418b49be009d683db8f1821c4000ff06dbb7a79fe9fb70ab982b456bbba977f2fbd608b4df10b43a0dfc9e3fd75594f9013b952c765ee1469bb3cf +DIST doxia-modules-1.4.pom 2622 BLAKE2B b895f8f4e554d2d7921c6b6a2a606746f5572db7a408e2815328bd4d65b952ba2782047179fdd9c233818672a209bba5ee666be58ce8bcc55c83e81ab3abd8a5 SHA512 c9a75689df8dadc3cf133d32a52c3713cbc5959028fe914270d1f62b0ea4323bf35a46610ae099669f248ff079e74bf924c294eabc85d4978f817db71c1d3a08 +DIST doxia-sink-api-1.0-alpha-7.jar 5936 BLAKE2B a879721d93ff3649e8f1285715ddbd9d51df76cf00e0bd4dd29526da18eb325ddd38358b19bf5908d5dec8f99f972fbcef350db51651de801e4e24648e9588b7 SHA512 6a14f07dc9f5cb3aedb024a8c4fed5bbc3be6437dcabfab96ca8027b2bdd6eea60c1c548d8da43940b1fff85f045ce5b94aa70409984592eea8d11f5fed82d30 +DIST doxia-sink-api-1.0-alpha-7.pom 424 BLAKE2B da8ffca1d792cc6bfaa58dc7e7208daf1757fb5714391f6aa53ef690ac5d60061e05905045fb0e85cee3e892fa3ba0775976c1cd595202a21a0dbdcd5dd10888 SHA512 5961284941bd84f2ca6ce2bec126e202922f7ccbb3b7ebf25ba476069b4358a67e2ba1e5a61ff62458abd6e0dd07f49e7d59d558a51f4bc16b8f1bf51f84b3e8 +DIST doxia-sink-api-1.0.pom 1387 BLAKE2B 16d94bbe06e5fd4167416db1692f93c0bd3072b4bba9d4a45cd16f595c2def0aa36d646494787521408b19c75ed7e8aa547120f800447c1d1e3e30439debb0ae SHA512 24403dfb70daff7aa69e4018dee0a8420d750e4e6dee710e33a0eeb491ca1fc4aafc2078f1d9d19575e754d68e6b10440fd3da4bb16d9707fbc27fb5e4293097 +DIST doxia-sink-api-1.1.jar 12815 BLAKE2B bbd0584deaee3491c0006073ad072de301cd08eb726b87856099ae24d26b636d2c64fd71012a7a1742475e132edb09716ccb7f75fb78d376f9b1671e4e461f8a SHA512 3f6b9ac15b297f0483091d026ef2bfa469bfaac78301db10cf4e571333ccc4cf990f3173230b480674eab2ff1fdbc3b28afe62d6406df8d895247476e6f4d867 +DIST doxia-sink-api-1.1.pom 2039 BLAKE2B 6a5188aabb6de42b63e4cb98b34b96da85ced6d15fbb1c56945359486c338c3788dcdb9dc37e04a1ef23a10d5e9ee1b01406d9d8785824c741019b822ba34b2f SHA512 0068aa7d691dded34154e3ce20613bb404e30b2043141e090a336a656818ac87e250009aafd3acc43a02097b39c1cf521841efe9387e38d058917b65bfe146f7 +DIST doxia-sink-api-1.2.pom 1639 BLAKE2B bc06e28b30885709a4cdbdd8c6677d8028b0f725f43290985f02e182f6455ffe51d9bd67a0984e6e6f2b2b556cf655d9a51b8ed7c97289d3e9f6840e2cdaf7b1 SHA512 25370c5e42e23addac3cbb1ef0ebb7bca778ee0d6a259eff6769f4cc09f99646c6de09e3b56c0d91793c76b31f2ac56f952f99640e9366748e6691cfe9fcdb52 +DIST doxia-sink-api-1.4.jar 11204 BLAKE2B 222f9e49a276a7870606ab4a4a582336993930894c22580e4d720dbe22984da367b46af91ccfd82a97820681275012e43d5f8fb47d6fa9c695dd808b1b2c0c3f SHA512 827b1b1a6175232730f2d670d5b36e650cfd83ffb0b07e167c018c6f4bfcf39aa320501ac6d74c73b8fe27caff73622a674c40b547962413aa5309c412465fda +DIST doxia-sink-api-1.4.pom 1531 BLAKE2B 2798fd86bf957ba1eda5303cee792ac9fc327f56b7bb0c8c87e04458b70c4c086adcdc3c2cc16089bcf7ad20daabb86f8b386829e4fe97cbed0debca620e00a2 SHA512 3b1848a7633bb233ab850841207d9e7420ab30007948ccb0dcd77b97afa00def28f6a40c47826fef464a49dc229b31343489b1eac5e7e8e3cb80b8e747376086 +DIST doxia-site-renderer-1.2.pom 6238 BLAKE2B a5489c854c5228d40b9c3737587e2e62f7143d8aacef2aa453d483d3d9f6dfff3a5e11f7d179e9acafe3facda65f47ef057dc28e6fb60b550f67a5721f8e306e SHA512 7d77d3558711299938af8f2bff5255e985c19f3cb0522bb2390c681e5dac78897079416c7f5a895bc933a3b49aed54ac12c55ceb5e225a9c89b2601efba3d39a +DIST doxia-site-renderer-1.4.jar 53081 BLAKE2B f50d22c0e91932a8a11df0c297e3adecb64430371311efd5e60eb9836d1445936ae1eaf5b97fd244e0e46f65c3d74a06bd94e178952dabd8b6e5daf38b6a1f79 SHA512 761200967fcd8ce8d70efd19223b09eaf08238c4139ecd0605dc77b4dc2b72a47c75068d080c43284ff59e66678238f63e21116649f79362aaf3fc1f1f10e6cb +DIST doxia-site-renderer-1.4.pom 6111 BLAKE2B 55e7ab23d89a5d5f5266cb6d8343cc66b9786d68a183a13297f6bdd1ee78a30bcad351998dfc79a94137487f4b92aec2cb154b23c691b6121a5cbd2db5e94223 SHA512 39f83a5afb3976341d15c59d0e7ef21663283c50d063684025f4cb0adab653348708f3afa05617fa7adaa0e9329e5d2ad873f5f0ec4824f90f773708620a80e7 +DIST doxia-sitetools-1.2.pom 16065 BLAKE2B 50c65a08f034905eb86abfadd6caf63233115e32603b8ad4495ec9486e9c3923cc6c5d26bcc6f007852e7d2d84543f038393ae2db510428d92645c63db2d882e SHA512 bcb7fb4044ffc3a09a6010cb2ffd9e41223408ed37c33f40b2c188e5b9f8fb89ce59de20c6fe1c452c3ac2ec526e62af322183bd16a0de248daaf7ace9ca4e3f +DIST doxia-sitetools-1.4.pom 17164 BLAKE2B 2deb943830e317edd8b5ae7d67e9a4e13eec8013e23c9c44f370c3398127aa8abb025ccb369a52eac4e2ef1d22d0c84f7f92a54baa7da569f4e3b9d9b157cd8c SHA512 ed587139f020e4b34db21772fc2ecac2eabeb7111ca05bb58947c5bfcc2ef08f355a1f1b455f920994a7e47fbd4d8aa070d74819abfa3bb42c3aef05832c7f4e +DIST easybind-1.0.3.jar 44787 BLAKE2B a9b0b7769864b32a57592c76c6f69e2472bac1ce267f3f20bb88a5f430f66743800e5cb64d7378a136e7f21f70a8619cde6a4d7abbc5e914b4cea5f1ab34beca SHA512 996efc1155dcc450050339642dc063db82ce15967718651568a12de620c4409b46ff2ce851283725330f86e70c7e498492c725194a3690df9d29ba43071ea86e +DIST easybind-1.0.3.pom 1299 BLAKE2B a3a7016be31d867404b15eee025b2333d01ee42784386d494229f7009a309ee2154e3f568d6d8031bde7030ee5a557474ed2ee1de457f42a7d3fa1226dff4b94 SHA512 e9fb3086806d95d89fbf6cec0c64aeb7b309c40161d64dd4bbf33737c10823f233fd8aac80f6d5c4bd467febd8a42e323a3dd450e4770a92db0a8e8223de2e4b +DIST enforcer-1.4.1.pom 7207 BLAKE2B 6da907d7ff02ae0ec267181b7b03cbda4caedb88d3204018ec5078e258839ab4a0d4ffbc47a1ef383ed31f399dc5be62d9942ae1af544a3b687e4c6e1d5ad3fe SHA512 b512c406241c1e23568a602e6c10c6d8ba6ad128d5a5e9a68e59925dfdc66edd48a560e98927bf5d13b87694d7694b947ac7993c7bb046a24948931189f164c8 +DIST enforcer-api-1.4.1.jar 11340 BLAKE2B dfa88b51f9e876e9edc7fe8a09c7d1e0c8dbf3d30e679ac9df928ae10ee2990e6bbfe94a5f0624e24de462993ca269a5810bbe65ed1875fe4a13ff6dda3f0a38 SHA512 2df4451b3662e40c637d16923408e043741cf7ca099dba49cac8ba45822b408bf17269a1db2b21f6c7a91c4935dd1170e2202d4ac46d6c0107aa6da1e731c5a3 +DIST enforcer-api-1.4.1.pom 2823 BLAKE2B 78a0dce1f04c8120d3cf36d7405bc8a9462d3a90887b61b46c48bd2f815669163632132373a97d6870c12dd431e2f2049ee5c3c9249bfddbfad8bbec5018b837 SHA512 59f51bdfb12e797c894d4c50d489340cb6a9262e23529c60350a5464c6e9e59bf9f4a35447950ef60c04aea1960965fa157a7d8ee49fc6a5c105b6874d9caf52 +DIST enforcer-rules-1.4.1.jar 98898 BLAKE2B 782cd706804a2eac4118e4cfb72bc1d7653c0a742bdde6eec1b39483506b74d20ce31ac92b9baf6236ebef98db0773ef87821446305dd8d3c0f0357fb3fabc90 SHA512 d0cc798bfef99b65db5fdac52f75d0c86dd6f1ef909387c2ae4d9d68930e19ddad5780c0d627ada6af1597120b973ea03a45f3895adc223cfbb6f2c150249efe +DIST enforcer-rules-1.4.1.pom 3708 BLAKE2B 868b864dfb67a038d6d7ed4f079f43df3c3f168a2912f62db0abad63e7f5fab2a3843a76bf9066b753c9d610a7ab4a3027c952418238c739e2fc4fafdbfba60b SHA512 e5df311ff6b17e162b6a195e9a5875e59971fab811c6ecc17fc4d4c61239474260f419b861123a23dabfb1fa3db513171538632826e4fd4c6b4d5771601c1ef5 +DIST file-management-1.2.1.jar 37576 BLAKE2B 1e95ccb0425229bdf61c5dc98d25150ee2e1101e973d8dfc567763407c3838695d0c06623dbac1082c3b848bf41097e7bc4201c0258cdddc3741a8cdb727a979 SHA512 162aef6955edfee07a50f6077ec88cb406a941e7b1500896c7df5b37f0c315314bd6515f6ec4230a36016633380a434632814c8a3a5c4cd18a6428c0c10de4dd +DIST file-management-1.2.1.pom 3882 BLAKE2B 9b7a596b641af33b79a6392f1fd737878315c937c0fb5ffad8b35dc69d5571a1d6b523c245fce797c9ba85c1c8588691f7e44de64a0a6a9a4dd887e29a6a9767 SHA512 ee4ece7f3d20646dea94025e21b20e210a7befbf57b7f2767f4ba97f8b15bfc7b603967cd20e8b8c4ff67328b523c2ca1291afd2b058dba8573ec54a5db863a4 +DIST fontawesomefx-8.0.0.jar 65296 BLAKE2B 63558a28593e135ba2d9f1efb4d1460fca3cd715458d2c239c2fced24c5f93fb12129106c81eba7b0991bb64cfe00d45681b3b5cc84742073bd03e3d28b70a74 SHA512 1aab4b6808434693a6e44ae2bc11e1e0ae9a0361fb7851a74698ec7088561d498fe6315cd4fcd7f331aeb60376908defe9fa0a500dce6d1bda9b8b5aff6b0a78 +DIST fontawesomefx-8.0.0.pom 3173 BLAKE2B 5b1acf4efe93e1f3e6481ea37e193fa10925fa26a88ed746abf202ec9920c29f46b7ba068999cdf3e1738d92b913f12472468609b7ca0e0e6ce2f44c05313dcb SHA512 34d8488ed9a5676a0aaccb47528b68e1dcc4ee77c47785601f0471b10984d55367e521564189f04d3d32255b72476009ac7955dce43c9e9098f8aa3cac540e25 +DIST forge-parent-10.pom 13560 BLAKE2B 1774fff4ed787e98fe0aa03068aab7e7b69358f3b6e04ab65255d94fa923deff0811113d4486c0616bfc315f320966fddd4255d6a1cb407ea5ba327a2e64745c SHA512 8a9cc1f099b074e3cc729a0cfd4a6e8ef9c4e61aabc26f42d9ea40c275a1ed403f20c17be546b36104c27ce5c2317db009c5fe077e9eb1bae17efb743d6f7bdd +DIST forge-parent-3.pom 5033 BLAKE2B 9dfdd7e8f03039412aca54c9b0560ac8d173ae19394c6b0998ca7dbd6f634c43d3a9dc3cc556e71a9b522c609eaaebea63b7f6f94848cbb5e3e5184fbd955c59 SHA512 5b4fdaea33233c9e73427ff3e102ddaa441de5dca231e255c2030905f7d46782da6da7678ef4e7e70b59e9ff69e37bdef1abcbd4aebd592fb4c7c134f427d481 +DIST forge-parent-4.pom 8397 BLAKE2B f08f61230f745a03653efaccccfa807ce11686d2c872695b31c7f98f0469aa901899df448a16188a252501e263e7b59bb75c7496a6c92c9673908eb43c35b012 SHA512 78b97902b6794c070c7c87be43e8d84b06136e8374f457af1f0e1669851c957a023080196c722075f7172e5e02c86f44873fc9b6ddefe54d1701e96ccde51124 +DIST forge-parent-5.pom 8363 BLAKE2B 5feddfeb67f4bdd7df203d9816558de3021c708ef56a4579aad06f1e3fe424a8b3a2c612965cc4c79a68e4889d37b31e5368a4c91331eec37f5c89d793b6a86e SHA512 3d6f5377ecb60c9a148b2def71844a554fbb4f8e1ae5fc6705ffb797d5a192e8bd575f4ee160b90edd166032633ad9338ef03c66fc882b300b77598980523b68 +DIST forge-parent-6.pom 10754 BLAKE2B 9d0a78f08ebd9af2684422a2439975612aaeb6827852d287add47f6b4480029df0c4e013ec3e762ec726fb7d13fc15a82b4cde1fb00bcd37ca67027d8d044421 SHA512 23d9ea3773452e029597557053cc72a844a2e8bb2aae5b11e3028183f724671c7e4cb73dca6683f6c200a93a115878eb22fd12955d2897bb1d10d68256bc6d61 +DIST forge-parent-7.pom 12689 BLAKE2B b9eecf585344aafcca8c16055c8b9b5a731f4621f10a88bc450b37dbd2c4105f48df276eda5ab436c9479ca298dfed75ab3307ce398cd0e15f70982b038447a6 SHA512 d6431824329b869c0995d6e7a5cc6de2bb30dca5362b8ef998c09c4ef074eb0e85f96bd7f9b5f02ab0794cf87e6f1130021fe87190e9a18267cb4d65660c66e8 +DIST google-1.pom 1554 BLAKE2B fa4bfbe5fe1c43b854817c58327e82f828361351f2ec0c62f778d4e86b60e4f4c580e665ab67fc15dfd2452d932d26fdb497afef60496a39f9fba33eecfe40fd SHA512 60c4b6cb58cc7451e5f6f38162047adfb5be071bd28bf571e593c882cbe94eb838c14bd698d2f4b2d61baaac4e0d3194d5089072187a63b213b89b89f448c885 +DIST google-5.pom 2458 BLAKE2B 9ae73c32be5f55fa36fd70acf95c3144d11b6a47ce9bd7ffee50b00d8a7935654335567e19906562be045b3988851917269f68067a6d618143c567816587df36 SHA512 81138143d0c6961063402e02c6306e916ff2c19555cd80d21212bcd3cbfe02a2aeb7b983f068eef9ed84a8b1f3088a5d566b3cd7bd4aba3e1ae02cb9219dc92d +DIST google-collections-1.0.jar 639592 BLAKE2B be58af70f1df4fbab81432bddf89896f9d7bf7f6393e2df20f0c0f74d3c9d9dbcf03f40eca327cdffc688e2e33f572e571ad17c326b27442ba2f10b5405d3fd1 SHA512 5741bcdf5c2d54daa53a60972d61d0fb3acb68a31ab4a913832de71c47b4abd59b85e760a335d7efde55d4e309824839b09f9224a43c124bd54c634a87a9b7f7 +DIST google-collections-1.0.pom 2478 BLAKE2B f340b7a41a7401f5aa118509b0b7409c9ff102e7f85ee46720497e1b2017ba30f5fe7b258e057fad891877e370ed658e4ac9f516d621573e5f6f88c5c23f1eac SHA512 f7c03961cb0efdb06aacddc7c6a6e3f74ebe65aa7bbf7e1400d2c3ce334911582eedc7e5848b3bb0a37365244e9973bb716672a00e3fc590815e397dac20d4d1 +DIST gson-2.2.4.jar 190432 BLAKE2B dcd7fd1a1fa4b99b9646fd3fd30e8802a4422a2cd73ad65be652c0013a465568a9933d708cdb0b3efef0a04fce8d8b8ed408cad010645dcd118c16f701ecf39c SHA512 d7aa9214cefb99b2f39bab6bf5718dafcb43742f8a881e5fb6cbc3a757491c0082a536ed1fef6c7168412b6e5bdec28e68a40b4d4d0b57b63a7bbc9a55f820cd +DIST gson-2.3.1.jar 210856 BLAKE2B d917017c259d217c7719b58ed0805c0be6e6ebe8c5f32918e5b7fce4a6c404604671d9befaaef246a66a63c9e5cfc3f5ab80b376d052a67c528f47c7bbe4890d SHA512 022fe42cddbf55579552450042f4e3d75ae5eaea17c7e207af8887557e1ff3f5f01d615b02524e77c965dab45e63672880915c3c518a4692c106a1fa7f1f4704 +DIST gson-2.3.1.pom 9020 BLAKE2B 4c579aeebc0548d680a9917a884e9ad0c4fb86c7b3295bf0ad98c8215e668926a7fc54ed826e1ebbfdc32d7c74a2ff39906e15286b39235e84995d68c1e0be9c SHA512 eb984c24cacd6193cacb1571569cb7fca5a4406270818afb3911680931d1a711259b5b4a9e3fb9ba0b68d877f1760926a90116ef6895ec6f7d282dcf8fb26437 +DIST gson-2.7.jar 231952 BLAKE2B 260215c47e4a200f0cbb75a961bf9019a71c87d37c6288130e5d8da912bf59c06678b544e1ab5c36b5ced720de28590a6eed8ecd18dc7abe5da4f1795c93f1e5 SHA512 c3cdaf66a99e6336abc80ff23374f6b62ac95ab2ae874c9075805e91d849b18e3f620cc202b4978fc92b73d98de96089c8714b1dd096b2ae1958cfa085715f7a +DIST gson-2.7.pom 1445 BLAKE2B 50b47dc8fe38c793953d26ea6e582dc517e66cc00fa4bfad689f4ac0257b8452e64ac41e544777819a61619883778ecf92f1a502c1ea42431c0a430035f88edb SHA512 b55922f08c0a1bff55a516031c671619de80d559d42c3e5bdfc2b0b5f238b86ced7518979799fdd854e648b3fb59fbd1d7cd13af3f995cc25f2d9424492cc70c +DIST gson-parent-2.7.pom 3580 BLAKE2B a34b3d59fae2d9faee2ab9d45da6d4c52cd8f62d4e26ebd1d4175d85e013ac82cacf6cc1574b574f58da787ff96a1d89e509f7ae71b92b9ee1430cfa39171b66 SHA512 862646a16d109537eab2aa634262ef3fef3572bd5c7f8b7df572d619f5970f0c1a09143cb5759bcd9a17af84f68dc09c29db2d27a678f969884e75ccfb328a7c +DIST guava-18.0.jar 2256213 BLAKE2B c5364bbbf53bd4061426222fe3da7bc5fe7d49636b43aface26454cc9da83ab63f0c759af4a98a394867c2a8acd6d3ca82c433f4fb951dfa3785118588b1c19f SHA512 c84ad9f1646b52b6e19f55c3c63936c6dbe59597d53cec6855f85e21ad26f9bc27b0c541b793fab117e2359b1bf3fcd59b222255345fce858bc03cc48cbffd65 +DIST guava-18.0.pom 5666 BLAKE2B 0d853284a0cf5463b3ecf7bc023b8fc6ddd02e7a54725eefb98e276c244d322b8a65053189b3b4bfb6bead0188791bb5b74d7a57194b78a04721ec50ad93a2c9 SHA512 e4888e49128d0d919ba9354d291a99925172d5ef210db06726ed77d741bdaf357dacef6d6ef6e93660bdbd2705b90f0eb11c1b8094f6bb85ad68997da7bc8454 +DIST guava-19.0.jar 2308517 BLAKE2B fc31a7ae75d8a933df617366b9a92811521039da33d0f580c565c89ce06514f4c62622633f86984e3a6af87774cf7d6e788912a342dcc0dc56fb5516bd505495 SHA512 834f2bf4a5b35edffde0263409649aeaf34ca9a742ba511a06bb9b01626f9e774d2d3c8ba91a7905929dc8cd5e6471de29f7d0ab10260ece2af709b7fdbe4bc3 +DIST guava-19.0.pom 6792 BLAKE2B 6acb95eb9fe71d9b27c95faa26eaeb51bcdc2af745132af902458b94e80facec94a06879a109343b6c44a11d28c08209bd093ccbb413faff0afcdd9652ccc511 SHA512 c4f477dc9f19484c75cde6e0f3e0b3fdb5844fba957072998febe2315416534e8566952791c9913ddf9670c12aa441fc6ac6a5198f623b05c530b75b5328965c +DIST guava-20.0.jar 2442625 BLAKE2B e98e682086ca1aaa84e3b64d32d156a4b8cacc4c310962a7465f91a426fb1ebc6b326eaede69b0b316815e5dfb94a17550f5cd6e6866f5c6c6fbab2db9ed11cd SHA512 d8736b5151df2dd052c09548a118af15a8b8b40999954cd093cfd301445accb8b7e9532b36bac8b2fab9234a24e2e05009a33d0a8e149e841ebddbcc733a8e4c +DIST guava-20.0.pom 6836 BLAKE2B 07abaa2c6727ced9448dc38a75ee6cb3d5d2be2254cad38aa8ca2eb98feea64190e4bd464861bd2d9d691aa027f4f9b81c60977297a1a13843c2fd302e1022af SHA512 e87890640899989f2bbb8741a3b362874756c3a219b995775b67335b61a09bb164396a239181b7d76576297e091a601313487564408a9e5663f49e80ee9b134a +DIST guava-parent-18.0.pom 7686 BLAKE2B 9ce2f8d267794b8d2402dcc85ba7d359f9e4dbffd49428c6105d3a68bb99b13688edc400f68fdf7bd284c4666ead70529a9837756bafa46786b63955014e8288 SHA512 a786950cd13c9be1828518bdf967043890d87478cb4705ce489627d08195f9575453f3ef0301c35b13b4fde07ec05b1cce4be59dc6465b551847510871716226 +DIST guava-parent-19.0.pom 9877 BLAKE2B c1f6682dfe1309981eb32961d23b70856d2be90e58cf17cde923652e906fdafc6a24717f2554bfa640ae9309846c1d11f98e7140c17ee7ac63629ba114ff667c SHA512 74cf6d6c3cbeea83a8a819e86f358bd91117374152d619784c0a9441ab6d9ae9353658292ed355b62efd7c14394dcc430a1f95fe6e2c52906da2d83fe2877878 +DIST guava-parent-20.0.pom 9895 BLAKE2B aedf0221344aa894112158328d6ab969d22033bf5a081cda1cb007d5bfc3bd2c15bc9524a67d666697c2509a886d1c1cb2552ae3322b507ee0a9f0a106746b9e SHA512 11e980c31b1b93f8255fb73c965d73a181b3b30667babe23e9b89d10b4b8dba33c996dfb42f7b6bc283199aeb4cd544bff70cfd0d203be87cd0c545644b13c4f +DIST guice-3.0.jar 710492 BLAKE2B 329495dfefe95b352ec5ca264ca8b7f0ce39167c664e3da5a2bf54ada9674c031b8697800ee432ca9da50f6561c930d4b7dcc7b600b7445550b5198759f50c4a SHA512 8695045803e3d391a427c57573ebea1af880f68d312014e156b977e5b6fa73cd327fe49dbc218e62c1d1e7bd4940bae454cd78c6ff60bad7e3620f66ea0dafbf +DIST guice-4.1.0.jar 674028 BLAKE2B a3867537a45fd1f26fe2d80dedf78f6e011bccff2b40b57df15e0c5a5e0c37d4d02e1d7f5ee437dda57b23a7b41a330091c5f5667d03c51d56218b242084d938 SHA512 109a1595668293b32376e885ad59e0e4c0e088ea00f58119f0f7d0d2055f03eb93a9f92d974b6dbd56ef721792ac03c889d9add3a2850aa7ccd732c2682d17ef +DIST guice-4.1.0.pom 10635 BLAKE2B 570b102a938239359a61bce36470bb8efd55656026337bb266151425609cfcce94029d680b553b7db1c4cd9bbb035c10aed5ce86dee0f12178629ffd4b528946 SHA512 5c486ca2051cc8f0ae5fee463fa02ccc804fd1d02fa0b6ad3f23cb9b1a0dee2cecf3935225861fa5d33d2ca1e7494844c9f7fbfcfb4485ee6a924f7e786daddb +DIST guice-bean-1.4.2.pom 2606 BLAKE2B 4c34dbf9877e8eec8602ee1a513f42de84734bd62650249953c8e5656e75a751e5e0719b76253345decc5ad8818eb8399192d690b0ffc9ab88036ada5a7f1731 SHA512 b9049829d020f2fa3cc365aa834b2cf5e26f777bf0800e593b0ed8a45fcf37060a828c64cbca20aa87f176dec10c763c73f24826f4bd311284dc13b959252fd1 +DIST guice-bean-2.1.1.pom 3050 BLAKE2B 47e3a696d3da6841db357230e8ac39787caaeed64853684c3cc2aee1d8dfe88b9c4c39862c8f2bd0bb27d078dd530b65412fbe311d654e77dbd067af5d0396c1 SHA512 0563a3243ef6d4c026484cb4ba7a4d58d38293fb90a3761cd76b210beb4e6b954b460d42bcc83b2528817099821947c4dda91cfdabdd5616f201da4921a99d95 +DIST guice-parent-2.9.4.pom 12956 BLAKE2B 81ef3cff9e51c18da188459cdccfaec23020560a2181fc72232011d11e40eeb80de75493420b046a95f30ae1d22ec33f822422a8107093222dee1c1c7d653051 SHA512 59a39d5131d745d5ef1ba00a98591f9f3cb700bca22ec211d9290bf9532be6cd5265d1909b8640865b33dd8b85dd99e88b766ebbe01960aaa45fc2ca03c203c4 +DIST guice-parent-4.1.0.pom 15607 BLAKE2B 5df6cc703678029a8a76fc489d544a82a66921f2d17002a7ee86cd9623d2828d8f620afafafe0a55a613454e70cb683aa52efe1e566c8e6e6d0c0ebeb6350f0f SHA512 a143906ed28737e8cda4fa1a9fc741206bf51c1e252e1a792991de435da8e2d8b87d9de3e03ad3d276525b8961347e51cdaab1df23d09e76efe04c18018539ba +DIST guice-plexus-1.4.2.pom 3128 BLAKE2B 5f349f05fabd8107777ca50c082cf444c8b9b44b90c2f8bda47bea9272bc8931585bd0bce583582602170c62650384ee9b696677352bda1e85b599779d4edac6 SHA512 5df4aa8882d349c3c8c62321c0d0176ea3908433dcc1b41f103d280a4c5c461325796bef49a981dbfa69de357e7c0e485a588fcb5faeaa7c3e18708050290a9d +DIST guice-plexus-2.1.1.pom 3555 BLAKE2B 89c6c9a22ca97a9f4248b74027b62996cddc09d5dcb91a8ddcaa4e391cbdf2c331102daa2b7435e844e6b850da02a9453bd6e7cff52fcb100265dabbff5a76d9 SHA512 04ef4c8d40cb8c53d3f4aa69901d27cdd00a707f00c420560de4f654997db885cd1d967257c331f080b207124131a14c3b074f936a7d1fa32f6ad73636fdab1f +DIST hamcrest-core-1.3.jar 45024 BLAKE2B db3745a7db03da42a2b38d3701f77eca69ebfc327c7a1f3e3d28f21d0bc40410a1136d1c860b733623712ed9dcb41da483d27a66c9f93af7bb890d350292ca41 SHA512 e237ae735aac4fa5a7253ec693191f42ef7ddce384c11d29fbf605981c0be077d086757409acad53cb5b9e53d86a07cc428d459ff0f5b00d32a8cbbca390be49 +DIST hamcrest-core-1.3.pom 766 BLAKE2B 1e4ee729e9b394f87e3f09c3c8cee3c4c87a27847860f871140476223823200b1b14e6c9cb9f5451d4d67c59496f3d95ac7c1de9912c781b863e8cfbe958df4e SHA512 2f9b748225f8f6e47ae2da383f8d74568f0f4e469f387095392f516a7308eabab058877a514ec040c1a9ce8cfca77a404fa8694b391b36213d6e5b8f492f62f3 +DIST hamcrest-parent-1.3.pom 1972 BLAKE2B fde8a4d267a3448d8398e04f02dc886c0f44c97fd6fa119ea6d42955b6209620ebfed33adb9a18fa2c5b651b9a8736c4abe0f7538efcb0f0dac0064d67514c1d SHA512 03f22bcf14820f04db8193e3af50ebd3deb7b62c9587128092f35c1e7963de5c24b6123a80bfde4833f723b100085c043b895b9df6e02e83c201834d77c7a15a +DIST httpclient-4.0.2.jar 292890 BLAKE2B 971f935dee41721445b29f79dd4ff927e32fb579fef0298e21e9729bcad32f9c002cec1eaa375debf15c58319d38b3e5589886066fb4d73b5fb22d0afa238ca2 SHA512 7d97fe83e227c687a376863b6ea075015a91901849b62f641a8ae0a99729a4bb42255ab0295c10e7dd954ae30de93f6b3bab099171e44c3d4545e30e2026a56e +DIST httpclient-4.0.2.pom 7495 BLAKE2B 1618f4c4578a6ad681d2bdb7a2d7fc888b0911289d6acf4e2d62fcc799e454e03f240bcf3667d780f37844f3508b993bd39a196568d1c78b242812def7b1248e SHA512 8ba12ce32bc4e96f430ba08c0b990f58a0a8e57bd4af496484c1c79e5d038214e1735eed7ebbd0a9ea09a9adbca06696987ba71ad3368080b0afcf4ecc14a501 +DIST httpclient-4.5.3.jar 747794 BLAKE2B 8f295ea83bfd97c837bf49315576997a2df68f7893668f1fcfb8ae43ab97808789fb6b739324fa327b54b750855f9ca07b3f0aa200a5378c70eb1b9542082cad SHA512 f8d4a960ed235770570afaf793c4596404adfa777e08bdb87ae2db92575db5e11755025fe43969f852ef505a390833e79bdd1fccd5f3fb7dee87625607b504a2 +DIST httpclient-4.5.3.pom 6393 BLAKE2B 3d37794d9624570b0aaccbfe964688da0594359c9c10e3b2f6298ce212ba579cd380405b650a633c49ba31a402a6c9b7b964a789c9893dfa68786627b6280e64 SHA512 9791b55e427b7c43959d5f5419f7e84e5b1d7d27a4a2a6ec9fab785b630d31307c4f48d158230b12431afe037fa271d8448d015691b31a1d0736c7ccc862aff4 +DIST httpclient-4.5.jar 727567 BLAKE2B 7da229fb4368d8898d18503b0644bf2a3f42da5460ae0baea9a49ba0a8fd5a80141a3cd0419e0f29aba5880efd201a93a65c2fca5f81fc94e9761e24e7c0aa54 SHA512 4e90e6765c0d17a4908b095eb18a39055d4e4eaf7dfef9003e16b6962a41504de4cd9fb9a7dfe657a989fc923cf4943a94c0c8ccd5102b618379f84d1f4042e7 +DIST httpcomponents-client-4.0.2.pom 8966 BLAKE2B 406f705c25b48330caab30dbd35c2238c995b43aad2cb672d17d3f15fbd0e69d42a83cfe27b4a504137b7d6aecd71c1d2100f0c457a507db029ecbbd3ad7a4c0 SHA512 e9773639464f00364d881f87aa658e0f0382a25cb93d8c2e0001ad54137f648ec53cb3ced63facbc6e20b7eab3af324e730db1089eee00dde81aa4b9b49f5bbb +DIST httpcomponents-client-4.5.3.pom 15671 BLAKE2B 573eb1bcf000ed955988e854de571882c9cb0079a311ebed3d45d81256128dcdbabe881ee35078f9d55de06399e966717fa97e8ee422491ed8c9f425482c8306 SHA512 2128f84c478929051bcc73e5000b6042f1bb3acdd80a930f21d817ce9b16a7a116981fbb1edad9fa8462bf69969294b6f62d7d0819f2b2fbcdfb3565d6754c8d +DIST httpcomponents-core-4.0.1.pom 9352 BLAKE2B bac88fe486a88d80d2192cdc1a2362eca5fae808a86dd4dbc5c5bfd083a4e618d494643ee0eb712df463a072131cdaf5d37759b1b1ce1acf8ad1fb87037b3a0d SHA512 2d26d1829c20d087b6ccf412bff0b8153735543629b5037fc478ffc0131f9d89718ad6cff90adf781c0141205cebdd7ed7ac291a34532bc238c9b59040c7677c +DIST httpcomponents-core-4.4.6.pom 13464 BLAKE2B 560e497ae789a09563b83daaeefa0d441d162f26e4383d48146d5c299989ae65de1658b19fa606e44f6b8e57711f82dea24dd9166a586ca19c17bc3e200494d1 SHA512 c63d265b3ea73eba3f51274ad18f29524d60c4fd1e3868ca5ad17e7c3b50ddfd6786b8c7b2e8955d4463f6efa24fbd4249143bb1ef11b5911aabed6b797fe2b5 +DIST httpcore-4.0.1.jar 172888 BLAKE2B 86e39591d017c192bc4931af0133c01425f4a59c2ab6453196b61df657f67d5a7611b8d7223b4cab59ddf20ba3efea586c95c5d97876a69baa40f805f5831ffd SHA512 0b6c16760f856e492bb5b49df9c209f1fcbc92a47ff6f6f2b5d27c4a3b57ffa3a6de255fe4db40d26950de8baa138856e7a4ab66369ccf4dda9269d38202b56d +DIST httpcore-4.0.1.pom 4889 BLAKE2B b3ff79eba7e1da909818bc75a591da60d6b8f6cc9082670fa6ade621d6a6b32b3406973e90364ee92eba99290eda4c443ca9e4d8be16c86d06d90cdde0a910a6 SHA512 a2a99c11561bb531304115c458bdcf06161b13671e7c11ca6b56a8d9f320845bcbb9e52d77598eece333cbaa7781dceb678f2e99de14d199b749a3d89052a49b +DIST httpcore-4.4.1.jar 322234 BLAKE2B 11cfc6e03a85aea994c4648685c3688de57ee2e234c17e03ff3de1be354b242cdd44a20dd885c46a988b3040de618c264bc6060daed23fa39bbf8a4dd62c6583 SHA512 e74a1632a9e1c58f4ab6341886ae2dd14e66bdb6e1d60c8afc09b9fd5c1abcfec350c23ec70cb36cdd82d5af80f98c017922497bf64cdb6caf8114b6dabb6d51 +DIST httpcore-4.4.6.jar 323824 BLAKE2B e995bbea94d6d5ffea174e617277248c5553021be050b4731b2e856d7b336e9343480fbca20af007f1703ad51e095ecb5101c83249cc97deac774e7539ec6055 SHA512 10814bfb8dcce31034f8fd6822f9da29299529b900616b78d8caf846748cf2b1e093f7b99db26a8580266e3346b822b5edb347004b0d13580e6df85cb327c93c +DIST httpcore-4.4.6.pom 5113 BLAKE2B 45111213507cc9267353a644e15276b8734a5c0fb5f0401cb05c9e014e55b05640333622abcd54f9d7a7a3e5ad83e43fc2e923c630ea26a679dcd16efc3f7af8 SHA512 00f2f39e6d8af4dcabcd69b961362e69c9a85c0f7e983fa0c4ceb849130960edc0f9db437f75239cb6e6c84ff109102ef7c41bedef5884733b8bd6c46643e9f7 +DIST jackson-annotations-2.8.10.jar 55786 BLAKE2B 4242f6ff60ad892bc31d67d08f22cd3f9ebab7e16c7597e74305a58eda8015a6ccdd35a1253b0e816b7226db45645b1e45493788ab623fd4a3cb97078b5875ef SHA512 755f9a527ba747b4d7576a8f2d23567d5820aab116f4a4b5bc390f612f7450053f9ee4268b32097865eb2508f1764d3efb07ec4415c0413bc70836c3342188db +DIST jackson-annotations-2.8.10.pom 1850 BLAKE2B a4d5fa901417d16bc2e6a71ee5b4ca6ca2de3e816fd386913aad6c63683aa024c96a76c3d798bc756e7e7d6d7a592ce642112c73331e5a31325ff2d89422a275 SHA512 6c76b12297292847b6cd6bd6723be034e0edf2474186234f984537d838a437d66d108059e3b5a51b1ddc7b846c829b75b89c3d284c9e0bb3ea84792aca4f172f +DIST jackson-core-2.8.10.jar 282634 BLAKE2B 8453cf35bc6cc39e63834031cde8fbab43b6de74e52ba2af85dcb61e78fa9a70d28afab6171bc04157757fddedb1a5ba2d5b64d20f203e24b617e820e2b9745d SHA512 6c8b69558fca733893d746ccf9cb5878a6d108639503dff9122df13a3d458559d04289448cd11fbd080751f0725ed0fca213c7d8e5dc1ee9f8ad52bd91c6a7db +DIST jackson-core-2.8.10.pom 5417 BLAKE2B 2ddea989a579bbe723b5fbd5cff3597d1c16a9613af1bd47d245aa8074d8a211f5e7e2fa21084ba31a5e9a33f889e07f68cffa8d7a004f9bce637702e794ad73 SHA512 d25de77e3ad1e9d340482ddf075eda4208c5c15f8b5e99e7fda5b2dae17a13f8b904eae7b42c9e81a1f6f57f18357d4ffb824af825a9bb7f9765b92158278b75 +DIST jackson-databind-2.8.10.jar 1242948 BLAKE2B 5311f1e40051f61f47e78c419c89cd911cadf6ec60d375ad603c2094fcf0c376086e2cb49c2e0134bd7f8b927e949bd92be9112642beb9e7f15640c0ce291d24 SHA512 61f14f9fdaa9f97fe772ae2cc7d1a9a25f8981c149b4dc3a5421ff84ae5ac83c45318e71b8acd3e688ebcc1dd3a73cba90db668444cc0866c3c09765a9b5e842 +DIST jackson-databind-2.8.10.pom 5429 BLAKE2B 99055daf848ba0c2c712e8fdb10e184a92c2651406d96abdf0dcdbf6fa2c215ccbd045c604d724761ccad50caa3ffc45330809da3c6114af5b6fff770fb6eec3 SHA512 dd1826d6d345a9412d27ca0065c4a86b12e827d42d6490cfa49658c08536b058fae2a76d85d88bed04eb72735689aedc1467a8538b93e65b2796b8d2dcccf2c3 +DIST jackson-parent-2.8.pom 7972 BLAKE2B 61f0c0dcb541a7649383306be14267a4ca1c4824144517e915fcfe09b7a83e29301b9b9a1667cba918f043fd673b70c82b31d231717077d017048573455ea0d7 SHA512 b5b8d597a5996e046cb1bb31a086a180b06bea19702e863489f36095747b2254ab1eb1505b7d55a7376387aee808fcbda4414de8863fc22c564802c8ea20d752 +DIST javase-2.0.jar 34342 BLAKE2B d87701ef37c96058cf51e2fa3453eaa8fef3841fd50401930a4e6e9e6d45df95c1bd12d25dec2e1cc660989fa3a3e23b1ec219393a0a410671d5e32219c78219 SHA512 04e8d57e6c7fdb2c08dd3177c58bae160a705131d4e77b3ba96fc08c61106d7c50569c1a1a4bd5ddaa8bcc948bfe4095f5d502e49613aa1062fdfb99a4b22aa3 +DIST javase-2.0.pom 5302 BLAKE2B 1f9e24f503731c4e802f41e4b83e36dd20e073dad4244f56791759540231865014dcbb1c7cdaadc58753f5d1f83a62d89cb1f698f4280ab05023db3f3ebcd2a3 SHA512 ad359da2e34ecfe144e59a7c393f8451c292da8bff324adf6d9a3c6a16f62026db4d438b06b28a66a146baa503ad1d913b7d0f5a93a9764dbb74c4aa844dda46 +DIST javax.inject-1.jar 2497 BLAKE2B 435e4a749800ba25850f1f9a3593e899245e2ec7be5b7babefd986851d34d82c39eea506c5367b85c499b140d9d495f133744ec13fdff314fe3f55fc93a7394f SHA512 e126b7ccf3e42fd1984a0beef1004a7269a337c202e59e04e8e2af714280d2f2d8d2ba5e6f59481b8dcd34aaf35c966a688d0b48ec7e96f102c274dc0d3b381e +DIST javax.inject-1.pom 612 BLAKE2B c5a6e2edac226b70d5b72d1b43b3bfc3b3a6da640502aa65f14b7b02c35c4729436723da1d3c855729f84554668119249b86c7f3071dfdaf39229b459dad9447 SHA512 02f0c773ba24b74f45f6519c653cb118395f81389c7e73a034f82074a3e277f793d77783d794143236b05fc5247af5f69d9b2605d0929b742a5673a55e51f880 +DIST javax.servlet-api-3.1.0.jar 95806 BLAKE2B a6b3892805cad6a4a3b67620f916dc9b6afb49debcc0bacfd32e1a75308b056221b37345ab965fdcb22b8499510b24c768c875f700574029401b71b014510c84 SHA512 32f7e3565c6cdf3d9a562f8fd597fe5059af0cf6b05b772a144a74bbc95927ac275eb38374538ec1c72adcce4c8e1e2c9f774a7b545db56b8085af0065e4a1e5 +DIST javax.servlet-api-3.1.0.pom 13527 BLAKE2B e4b346b6351aacfe637e6f9075c885e61dd4554677b5c843a62221ef1b5b0ec9977778f7ea80366494da0b76d01192160babb11b4f93e3c6b8284389c2627627 SHA512 15f79408c44aa4ee0374b8fd74b51ad413698f7314d458e3efd1239fcfd7965d8ed2e66b82144362be7b11c02d27b9a50ce74e583353865e03ee40991cdc4f2c +DIST jcip-annotations-1.0.jar 2254 BLAKE2B 26db954173bc590cf8f384fb47dee2f7d36bc9ddbed41d6df0e4088c8a599e44699744aa5245f06e981b3eba1d517293ab43a467c02ddf6f8c1a69efc293b1f2 SHA512 cb312b3f571d91ef183c119d878f50464ffd97f853b7311cba386463f295e8b7b3a5a89ed4269a045cacd5aa7cb4c803d4882854a0fddefa9bbc28c72aa6c786 +DIST jcip-annotations-1.0.pom 491 BLAKE2B 4670332e18dac77738be751ed792ce1098b7be1405415e8c559d351b689c813bd883c915a8817edd5b735d87fa0e3f92a149550a5a4bd620df509cc15cb1b464 SHA512 dfe1a3946e9381cc9b3619ba3149615dc63cb6790ccf0518d56242f4b74d0e6105dce24a40642bb8a79ab6ecdbe42eabc3ee51f752421dad5db9c894256bdf41 +DIST jcl-over-slf4j-1.5.6.jar 16722 BLAKE2B c5f2ad6e92351bed5a6e5384d76b64b4509363c0ae87e0fc0ed390e3dafca32b9b2989749de644806ab54d35cdf94a6c6f1e470e7bc90a92907803ba7c1dac32 SHA512 1691479e2caf7f5e075857147bab6f7c6ccc3993f49ef741a11816228660af93896f4069d5d64a86b9753752ad8be2c4082fb3c01cc90fc5c1de8326da1a62ca +DIST jcl-over-slf4j-1.5.6.pom 2169 BLAKE2B 5d33196ed52de9a97f1531f24405971bdf758fd6a65694440c0dbb0b60263556ef696054fa71e22a327b532e00233a404318ef83ce766398fbc52ae6990472a9 SHA512 e814497258d1867593d13570343bcea1e416dffc827f5a2e48e6ee7e87fa051bdb5d044a46331dd275119e4d3674ce55e9c29767e5a224895c7489e6e72666fd +DIST jcsv-1.4.0.jar 37037 BLAKE2B 1b7bd3b11651ffa9d2409fd912fea5b1031fbe1d18ba6fa0cf704a76cc07bbca0ade25333e83365366d65f12bc21413b74ff0d5d6237b3952cd9a3fe065d9439 SHA512 80daf8e49c038b2933063b910166314d715756f76c7b32d18fccc42eee1025027433aca8165f88057d666659542960c304be4c494d3ea45e4b93fbb6f6234875 +DIST jcsv-1.4.0.pom 2992 BLAKE2B 4ff60cd8608987e792ba81487828bde5ff3a76b552a1de394efa69e1a644c1c21c2c32a7e9be028e179d1a567df282192ef14097c583d472532710984e894819 SHA512 de0a0d6ac71261ab0a7c47f66679233c1320ea6c01ff502a0f18fa5008180b23c84356c0eb765ee63c1dde038e3a6583412f58c20ffcf66e6b60b07868b564e4 +DIST jdependency-1.2.jar 21987 BLAKE2B 5f30735032d7e31ce0fa48e1c45c173146c95ea9be28c674c4f37dbc59723bbf6f127f9e363439f41e1770b79e2b943dc8988fb7d0d938a3925619a20d2b2ed0 SHA512 58aa19dd270dbcdab0c63467d6d9e38d6fcb6896ce3b1a43745cfddc89f09e63d2e5614653fc6ab696e23238e9470621abbe5c03443920b76e6016e0679e1a74 +DIST jdependency-1.2.pom 11171 BLAKE2B c8e6a5346624715c9467dc5eae4c086cbad6a0b02de52d819c504006e0a4d41cf1926800b39fff87b8b9000605430e01aff97268cf42025e6c6608ba0205541c SHA512 2827a8efcf1779ec21b411a0f6e40df13e21006ec3b9e4293df5f7d822510c14f643f7ae2c51df8f9922a2fd2e30cd8566795c6d45aa0da106173a3dec2e1954 +DIST jdom-1.1.3.jar 151304 BLAKE2B c341f2c90f69224f8dd4111bd347634ab187ef2025960164a9a328934d046c1fdc96cded5654967d64eceb4c7ca089ff6560ee09b8e08c4af2de577f0bfab201 SHA512 921a79a4759724dad02830e75fef0f3a3b2bb1d14d572ca4e1f97bf7a93cc5413ee41b3b231331f1ef459e77f8ae1fbf43dcdf621d18bd72331f98b24c4e8284 +DIST jdom-1.1.3.pom 1821 BLAKE2B 593f335cab7c827a154fe64c8c59d6d2c36e37b0099957a36c4cd9f2dd1cd679276172e704a9783e6211fbafb48459e0f57ba40d26b3bfc0d448a6ee7466bbd4 SHA512 994661a95243056b72a7dd9909076b005f143340c3233e8e5938be14a9157d7dc7b720118ce69afcdac18886f976b0cbe21440ac4bc1e813c3b477c9ec86807e +DIST jetty-http-9.3.6.v20151106.jar 116853 BLAKE2B d348464d772e6a9d6f3f7fde75d46b4d1045a04d8e5db057cb750cdbd897260534ab3a82f2cbd0946af2e00f8fb0896673fd29b75bba0bdbec41e4c4210f46d8 SHA512 0c80d821aef3c8005e92714095450b0bb3aa02ab18c044f36200e229184845d9d3abe77cc8ffd0b23126e68adbf9d21455c5c3a97e4ea8c04a2b5e7ac9d9471f +DIST jetty-http-9.3.6.v20151106.pom 1638 BLAKE2B 97e38203677dbb3041d00f20c79b0cf02e3b411d8485eac72fde6dbd3d0844793fd96a97d28afb78c7a774e0c8e67fd037cb31719336ea996341c8dcca000466 SHA512 4cca84122c07ed8ad8438069f36858d7191df4f2023450aef37a29bbe322e1cdedc1ca44f9896e50b9fa0d8e8c0de24416b68def6c19e95557cf114bc88f5120 +DIST jetty-io-9.3.6.v20151106.jar 105099 BLAKE2B 716dbac6b30e2726d6b89e0346f9b134469b3805605f0beb6a74f2c983f5c48e566e1324bbb195ebcccc12844dfa6945527809581fdb885cc9c1d8ec83292f52 SHA512 41691314281ff797204a047beb76174fbe3d60be54ab6c224fe089b8be6d8ad529b68b5463811c9252f6ffb3efd694269c36a9e275b59ad698cd39231feee3b7 +DIST jetty-io-9.3.6.v20151106.pom 1443 BLAKE2B 00531471d47052a9ceea993fd74766ef1b6b9aa4336e5f04b4b7c909b3f75500b334aba9d2d605b3aba540b641b74b7e991ed3a83e35e449010367b2650526ee SHA512 6b39b2dda855193beeeeabb13432ac0690b092dd25a34aae76b0324373250d467cc51efd395f7d88273bbfb1cd99b78316e7f1384ad5c4070d8bf63e1840da86 +DIST jetty-parent-25.pom 21893 BLAKE2B a343206ce7d35fa193a4fef12622140226c1861ad7cbb16a08033c193589ce94f4a5d993fc9729009413e2630fb2b05d5483df30dae1572cd7502fbdaa25b4ed SHA512 5a3374fcc92c743aecef84b1834ba4494111a2ba9eb6ffff329fdbb3322fb6013baf2113673ddbf7f88a51372ad066e0b72b5b6c377795e381ecef9751d90b33 +DIST jetty-project-9.3.6.v20151106.pom 33505 BLAKE2B 7d8b08da635cf57714719eb534047ed9b3ac6c7f07f23eb8fdfb25e676dc6edda681fad3eccfcee31aa8b80b3e44e1a1d655d2637c15807b5dc28e155a621133 SHA512 301204af58c3a54197c74664be188ff6d40185afb122babaf108a70b51fd541c52cbf36c8390be13f208b8d5c7f04dcfacafdf7ec18b2c9a9115b014d8fb5d61 +DIST jetty-security-9.3.6.v20151106.jar 91199 BLAKE2B 9593812dc70b4ababc78fb65cdad30fd155db349596075e1e54835d74e85171647b8f2723087953bb9026c14ef280e515bb92a49e9ab12496d4403db5e2522d9 SHA512 9d80f4e0b51194b5a7dd12c82709a1269e7d85060f9008199a0ebf2122d38b6ae6fe920aae24a1b724d3e03916d5925e3ade4036454aa3fc988b8b1936ca7049 +DIST jetty-security-9.3.6.v20151106.pom 2016 BLAKE2B 7889fe78b781da25447e0f56b3da7eae85358ccf01086e4e40502eba24c8661815965aa7c4e9b28730601133cd341e779de3c85311554babb4e3c7723b997f5c SHA512 e88f9f085d373b2d6b32552adfd94862928c3dce7c010feba48f8611cc71462c42ee7cae401030a45bd35da92a53a790cee3fbe7e4ea5696a41f365a3adc6ea0 +DIST jetty-server-9.3.6.v20151106.jar 481502 BLAKE2B df50dbe2f589223bef5fee7a623ff6135996eeac6f1bf66ebc734e9f99ad87ea15c4f9ce66bd0c708bba7e4526036b78354bd3d5b5b2cf5043841b42eba0d9eb SHA512 2e72e2be15e9a89a53c41eeddedfd6e628e07d8d2edee72851a751e3c0ab8b87612d9b715d10cde56fe69c4e050ca5b50b15208ffa79c67d8cd8d35b05e30bc7 +DIST jetty-server-9.3.6.v20151106.pom 2581 BLAKE2B 67d12bfaa8d6a79a9fdc2904f21cc11ec8e4cb0cad36197854c1ab39ab0023b1b8279a23246da656fa21d64036fe6145e659394b263136bcce5b3ede5feb77d7 SHA512 30d0b4fedc86c87ae1a01a429ec22fbf4f3b014fc843e1d2d4d2ce0542e624457c864fc64994ed8c104d27c39e2f7a0fe2ccceee746b42bcf365c65c9036c470 +DIST jetty-servlet-9.3.6.v20151106.jar 113426 BLAKE2B 433fd59c186ae0246c3398674e1cf5f01c3f526a75f924347f09545153c11730a78a4d2eca93142815d67b60120b58713575f49a955136cede2f41d0a2496674 SHA512 9138f8a1e9fd7ffff14bc75a72dd98035a818a13a5461c3c5789cf9a2d699ede08a18c268075ac05f6a5ef3c71c5e5fd4346dfa813b756c13fb434fdfeaede8a +DIST jetty-servlet-9.3.6.v20151106.pom 1900 BLAKE2B 8e6cca319980f8bd7f02fb36d379854edea18d561e86f71781b7d4bbc5940ef5c21aff77a882e85342fb73f72b9d5de1ce1ea21fa6bae56c5c882a035e133ec4 SHA512 a35c5aeb0ce600dd259d180d892882155d683b4e352c81d9c2f955e578e12936202ba86fbd81c14d417b35d34e73aadaf93a447e81e1fbb2a4b9b5ba0c23ef46 +DIST jetty-util-9.3.6.v20151106.jar 413963 BLAKE2B b2f4dcc39c8c48088949bf677f0e1cacc2a5d5bd82c24422f8eff52ddab6ae895b30e795583ccb609018dd6b72464185c0bb17a3020e88636123d0c975ead08e SHA512 8ed1be91b5b9c6437484b7e3494024448728b0acf222cbfea87581d3770e8794b6535929eaa844480abd37d0db506e1f4962a626ecd394bdfcfe3633c3b22939 +DIST jetty-util-9.3.6.v20151106.pom 2073 BLAKE2B 2675f433f40d57f1cc93c6f040377f72e9add850e275e26fbea988ff76b9c3607fe0238970e280411293ea39debcfa94ae8051d9e8ab69f12b88267f609a92f5 SHA512 aac9e0c412c87c88ae4229fa7be6fc064826de5259204cc504ba9cbafd732b3167e6675592b542ca5a4a1cae0e44fe2ce773482ec19c453db90cb936b2c547ce +DIST jetty-webapp-9.3.6.v20151106.jar 111130 BLAKE2B f21598f2baf5dafd85f91fbbb9efeb8c88f8d8984045ebf730cf87756477442edf70e5e60126204e5c03d2dfdde1b3be5541d5aca20bf027b2bebef531aa70d2 SHA512 86caac341ac8553085f61491b6ecf77046935b6fe433669610dbdfeede571f32ddccfdf2293431fa4bf91bbc3c7452c9f7f95ab472e43a1fd4123f3e1c143484 +DIST jetty-webapp-9.3.6.v20151106.pom 2356 BLAKE2B f79dd41cbaa281ad3cd7354f8839ecb1f2f717378f8246aa54f34f428071c76fb0b1d5a5c73d8b13ea4dbae1f7c685fe7a02c4fbf3f6cc9f26c2489dd8fe84bf SHA512 6c3d7e24dad0ee60d7eb1478633442de77b3fe2585510c12d5836ab44d5cf6fcbb3b58dace53c6decd9cb39c9ec66e203dffa5dd17aca58acda4cb896f76460d +DIST jetty-xml-9.3.6.v20151106.jar 50312 BLAKE2B cc0ecb07fad87426c11456769c0ea7fccfd2e423d2d3684c85d6638b23c8708d9e5da9514461882d643d473cdbc719d8741dff6e35b270ba9b02851aae79a1f7 SHA512 dc264144c539ae9beeee857d3861b9ab68d1af280ae582af4935464e04b399b4fae0d38223edd2a2244ead8ec500b69de60c3f8478412390b7037cd8db6792e4 +DIST jetty-xml-9.3.6.v20151106.pom 1323 BLAKE2B 30951bf7f17677f6387b1ade9db4f617b6283c61a737a1aec0e379e03c02a9226b9f219067ed8bb8e44bffb9a6a34bbedf2c6455ff52256628569b0ee08e8542 SHA512 22a4101d13a2ad1f513fdeb9215dcf6dcbe2aecf3bd0358e4a3bf558416808d057b6104d0c2f9764fb09ae5015191dbe0f0d92541c7a7526ca7c296a9e534f70 +DIST jmockit-1.30.jar 764805 BLAKE2B dbda4c50ee03de8f8df001025a9161ed1b48617f4fc0767b96958feddf7e3e10f8320bd8432a0783725932be309d026b7b12eecfb1a7ee12a203e945dacf1bfb SHA512 e6bbbe5dc34e57740b398957f78ad7955299804af7ee97f20de8e53c0f99a47258a247058c74565d55326f542d9956a994be3e88f1c24d76dd8c16d6b2872ee8 +DIST jmockit-1.30.pom 11465 BLAKE2B 933a65ee6c389e5565c3043ec5e0bbefaa792096436881ddb2b8cce4207c526cc3b6125be972970290e8c34a4db3e16778d7b0c4c49339a81b58cc4cbef3ec80 SHA512 c4d07d843edbf5a8b2870764cd95da2b18a3ee5aa473bf85f547c502b46c3873622cf6dfc99d02ec101586c15fa29df7fd263ea79321d3b5a910fa65ff7955c1 +DIST jopt-simple-4.8.jar 64825 BLAKE2B a06745fc24a655d6647827c381919476ed2f1339c36e80bd31ee7c2a124e0906e0293eb14b322f588d9f9d8bf6fc07966dfeab212d2b02b16929cb100bee8b03 SHA512 fc62c716cfe0401cb0e66350b56cbb2de82b27f31055153c64a9947bd76df6ae3b2a53ec330c0802b544e10e32faf8f55fd77ffef973368f7e5d4ad5702869db +DIST jopt-simple-5.0.3.jar 78175 BLAKE2B 84cbdbd442a2ab84cb16e68592dcd1624802480c1c0bdf44296ca7cd8d934b611ddb77253d7f0f10d2b33925ea0334c57e8d2c98a9aa48e33f0908172f742471 SHA512 c69c688a723a7f46dc3142156977d00ca82bc25e3f6e32c66851720db9107dccd1b0e17751272ed1a0c874449d122e040f890214b0e60828239c57639579f996 +DIST jopt-simple-5.0.3.pom 13944 BLAKE2B 230dceb94a67b90d751b0ebe606906b3e9acfcbfd2e3dc0303eec813f1a2b00194d11c67d71247e827f4cbfccdf72b6ccb14d938bb4c3cb592aab1b42b223004 SHA512 d05813a89a413e84c77a6b860e5c7d4d7e35cffb194a9af55f7aa125e02a1bb5b328370ea638b312e5169695eb53f9647eb50653d2aee2121ebd421141b797ad +DIST jsocks-567e1cd.jar 74118 BLAKE2B f43c10dc88a0fc08c8588330467812ac62553082af231621716a1b6cc66fcb5abbfaf512cc9abbe6b8775a2d2862046f26a0c949f0fa1bea3b2a3fe9bcd9a7c1 SHA512 0e59d451492961d705c1311a0c0818d3d170534509fd6edfac0784435583c01037a29e6b9a437b3bef5e9c77a2d796d4f1a815e9741736cb8492f98b7cacc785 +DIST jsocks-567e1cd.pom 1506 BLAKE2B f28404060fbb5c5a331faef8248b2aefa70454ddebff12faaf7c6191bdec6c59bd2b772b252bc7014f5def3cd84dbe3f38e681974419730a944675c2297231bd SHA512 10ec38a1ec2bab5a627a866ef5144267699c503cedfaa7eff2e909fe36d6178666b69c20fa81527d63a4b3398f06d0fc148f936586fb1e104601270d6fcf6d3e +DIST json-simple-1.1.1.jar 23931 BLAKE2B 7efa6adb0475dd80602a7e8455ca305ae81ca0c642416b6ecdd271bc38c3b3d1e49992efed627bb7f5165808925864e3f245c84bc3d52fb0fcea854e3c9a25e3 SHA512 f8798bfbcc8ab8001baf90ce47ec2264234dc1da2d4aa97fdcdc0990472a6b5a5a32f828e776140777d598a99d8a0c0f51c6d0767ae1a829690ab9200ae35742 +DIST json-simple-1.1.1.pom 3464 BLAKE2B 7b732c059f967ef9a35f5faad41d45f0a729eea4c423f5602f296fc9711f3512e3b13aee022a44854f4ad742a104aa6ec5e7088f28c70cce548ecaebb45dd472 SHA512 7c76162c7c7907a496d4790030e1737585467a2f87fa2de8ce95945ae62639e358b2f873d0ad6883c0ed7f987fd1344f8a525fff5728dad899554634d452cddd +DIST jsr305-2.0.1.jar 31866 BLAKE2B 331fdc14627862785b25fe3e8dadc68c45aaed23a03f4539e4f64e35461ee907d7bc399090c2a1830565cba84ae66ffc566c5425c6f4fdf60b753ba3fa25829f SHA512 b3b832489ef9249b22d8a0b9d6eee1895c9d93ef53d5968724a65184cb3f04e17cc74938128b98916da7829c6566be0bc6d60fa8801248cc24620730a060eac6 +DIST jsr305-2.0.1.pom 965 BLAKE2B 0bde67601be92fc5f69f5fdf44df151ed8059cc4da245a4b8e115836b81f120213293cbf8f65899ef3c2c55a81ebd5b81c3bcbe2b7d2951d822ead979d1326df SHA512 dc41e0f43b5858caa6bc7f3990af965cd1929bc7a9cd90c117ef5015ab47c3032e598f27623b2821b2f5051d0ecf327be55dc850828f37513ce2ab4dcdd4ada2 +DIST jsr305-3.0.1.jar 19943 BLAKE2B 06e290c6165c4ffc898e11ebeb419c886b94a217b10976eb78b367a61c64c100db8f8aa7c1f8180949a38cb00f9f20021f9f9cb3acfc2c0fb434095bf50b2bdc SHA512 cd537b74b44421f398832d610142c161a292851ad3b1657cfd8c530749b1fb16a13ae596abd58e419093b258d6db943ce9535b7d4a2094871a0d20d29d12c408 +DIST jsr305-3.0.1.pom 4286 BLAKE2B 26b70ea8a1008fbaee168243b01b5f8b43c8a55bf5baa70e6c77ae7e60af3386c98a05dc687284c05dae71688a89bf16e545d364ae5f43f28f56f32b878094af SHA512 6c14fe8c181fd53cf84a9e18785bc7624269ae98eeaacb3cd02a1cb89d149541a7707e59108d6f156fedc2a7b097ffbc90ee9cea9966b5881924304c2e8efc92 +DIST jtorctl-0.jar 24312 BLAKE2B c99a1301529492fcf0a5eddf18ccfd8f0cde469226673fa88f9109d545d16b068f9b3cdb477e810b99435f3154e9751423e16160ac76a9da1e833d25e54259e5 SHA512 f8e2f7fe4725aa280b13317e1460f3b5ca8ba9b9cf7da2c2e1a13b47dada711c9eb16ed3b2919035911ba641c8f92a38159aa746b7f12e24b21cd871ecb675cb +DIST jtorctl-0.pom 772 BLAKE2B 55c56dabdf47e52640b845825cf5628cab2805fe5905986eb9ab84ff236b2deab5f0405196320e8fd23ea87c4fc03796e710fb2ee1afc83ff14e26393fa5ec2a SHA512 64955bc7892996e29f0175db71b7c1e9570b2fe643ee67a84a2b87a58ac41787b1b2dfe96eccda968f95a0285588a1a9e8d34e22c5c6dcd444997c5720c6f843 +DIST junit-3.8.1.jar 121070 BLAKE2B 4be026a51e32d47c53fd2fb0b14399ba19e5981c0144089c948192bb8d4fb0d5c407cb51a5ec3365d90980dc0db62e4fc98132d6e8ef4b0841a392d4a23e4893 SHA512 8e6f9fa5eb3ba93a8b1b5a39e01a81c142b33078264dbd0a2030d60dd26735407249a12e66f5cdcab8056e93a5687124fe66e741c233b4c7a06cc8e49f82e98b +DIST junit-3.8.1.pom 998 BLAKE2B 0e531e4cc8a9959568199c5292cb42d2837a57dad894da0d6d2e57369082925b831e41fac6b25dd3f7c7b0d51f8da65320b8bae7cba43ca074079a31296bd454 SHA512 d43bddd7228b108eab508871d64725a730f6f159b0cee0e25a62df61f5362dc4c3e7c3413b5562b22e20934b40b5d994c1b1f66fec0e1a340613913e05203396 +DIST junit-3.8.2.jar 120640 BLAKE2B 730879379835c15853d8b1b0a8eb2630478e96eeab707138249a80592b5c20d2c6d4b50855fc675cae385380f90e706a65188d767c5fa54b3af7ac3caf03d1a0 SHA512 29a3084a39cf3f78f766056fbe59d7a14d9e766ce53859260a9a6b5ae4c43223c13f18a688ca721545c98a183a3511ce5369ace8978758a7326a8c1120c0c8a4 +DIST junit-3.8.2.pom 747 BLAKE2B d67f8cf078ee175c9c35d3916e366b750a62bcbbfbec75e8410e5ee1bbfb8dbe5cf46dad03c52ea9954ec0a35360ea19e221060d5dc1523c48acafb9e155a349 SHA512 b2d08c202b9313ecbfe139494d6bc0ac7ddb1d5e335308b8ac93e10b2d49e5bfd4ae8ea68fa7de375b35749cca924da651b90ce3cd44ea8450425ca0dcf96b03 +DIST junit-4.11.jar 245039 BLAKE2B 1430f8ae1cc5691f025363f65a4eb6fa51cac2839acc7af0a7a464b3bc4a943d4428579a2931fc114d9614d8589817761f27cf129b697dbf0a247d11d6abc7c0 SHA512 a0de3a1d9924b8703736f27a0e02e243e9f50add113c8fb3477cd8d8e31505df1609755d79ba8f1e1f43c6b5201b409c116ad184978383da6613382727bedc6b +DIST junit-4.11.pom 2344 BLAKE2B dcbac6c94770db8f024b68123b2333004e3f15c70822f17f1793eae3b570f35ee2187dce5484ecd97a9cc00b3d2579feee077cb06b7ed2347d1abfadf892ae87 SHA512 e6c7737b827b7148f72a2914a344e3d413bf63e15bdec8eacc38c10a351d06612473698803d30e310ec07243dbfb2273e16e5fcbf89afa7e7950cd8e6472550e +DIST jvnet-parent-3.pom 4789 BLAKE2B eaf25d45fd6208698caf5bad2849d35ab1371eecab56131ea157ddb202853bc9f4b9ac3bdd552c1aade0814091490fef5fb4e7484294cdf4dd3216d428334a65 SHA512 93b78fac40ca4de12d5a2fb4e339ba9e3c40a25ddcfe58272dc2a8e4b36d2c7cc51075aa2a25f0b3c1d4bd3142551e77847d1bd5599c60f5d50d548b72b74bfa +DIST kotlin-logging-3aedaa9310.jar 23675 BLAKE2B d390595e68693604107dbd5ee9c708e109926b64875a6d00ab86f12e414ff312fdcd7a933b5b0729601719054f524e6d25bb4936469e5b18655d7d42b51b6ca3 SHA512 c88ff44f7754738b1df01841920f5053f2fb1a8c6c7a5f4922b05b583f94ba6bbdf267a63af0ec49dbd824a9fb99313f6956ac56e77a6c62cc75356777fdc29c +DIST kotlin-logging-3aedaa9310.pom 1474 BLAKE2B e662fc0cca1b006b1826bbbfd7e48e914a7119fbe94380f706c4944b5e52a6e22d26cddd669472e7f6e7c890f00da748d46fbf21bf838952ff6fcd43d056074f SHA512 551149be07c82abe19ebd7cb0e5fab23d79de5f30a556f0f154500af534760af157bdea5537ed4bb89c0950bbce773e02bbe70a2b75c55f2442da0b72ca22df3 +DIST kotlin-stdlib-1.1.51.jar 882423 BLAKE2B a870140bb2d02dcf90abc96384b39ebf728f692995c7ea72bd507c1cab5b7b60e63aad6d20a2fca293d48e03e6a21dedb553baa93ecdedea7f1c453c5ec6b583 SHA512 dce89e6b530dde3d10f41715d0f54804c207634c0bd5d370cf21ee306de51f5d115b3e3d97ee62106e21e41a54e42986d732408cd0069c55a873f478144c301f +DIST kotlin-stdlib-1.1.51.pom 1564 BLAKE2B 14ef6d3d1569af32ca2ad2ccb44ba8b1861b873c1aa6696f6feb1954673ca1fe52f21440e1311044340344bd236aa6fa18274f04e2bfe0ec21fc04c16a9fd2d0 SHA512 bbf0af95bf06182969496ffbfdafd784163c58c101c2be46b564ab82c0c44489c2ffc0eee939d775158c87f79d220d35c5979e0e383a683d1344af767908bb58 +DIST kotlin-stdlib-jre7-1.1.51.jar 2845 BLAKE2B 73d50e0bb8a95a01f2bef9eb9a04cb0e363427a6355ed2af96174e3f0e38d750ddd49f4d982d548ded0eb04fb8ce4bd79603ff5bfed21571c018bf96975ba603 SHA512 cc5bfaf6142310068a9c417bca6f72cc04132eebd955f75c9ec7576e7265536642eea986dceb247f5feee61dd31475ba0bbc9453dc26fefd73aa5874f29e3db8 +DIST kotlin-stdlib-jre7-1.1.51.pom 1601 BLAKE2B c3cda39be3ae57f1fc058c064053f7d7a194c42cbdb09df4be91ad1e1ccddff604fab22796119f7382cb009a855542a74af0d1b9cf80e02f502ddbb2fa3d8b9f SHA512 efc20a8ddea019651e74a2d0442085d0073f331588c421871f7ce2dd4a206c7ec2c4063963be3f9d6f0ed8d1ad4a84a065761396954075b15b86d4e6468f1e8d +DIST kotlin-stdlib-jre8-1.1.51.jar 11662 BLAKE2B ec27f1044b17d9dd47805f9581313310ad857c712ce86b18ebc5cbf2d7fac5f9b2665b567fc538d67ca98eedd7e0259d58ec10507547d4f1fd4ea826756a44a1 SHA512 3c0ae853dfcda20dc4122cca0ac69be23ab2adc5c25faafe0d4e4881dedb552d53b2e3a73857dbd858c5ac86408366f4ee29c48adbcadd9322c82f973b5677fc +DIST kotlin-stdlib-jre8-1.1.51.pom 1793 BLAKE2B 87726f3d2fa5f69fa3ae54814b6555b0bb388ebee2c76bd00633d76bf8ed93e8c363c3192b9de571b43dca8fceac51bb52834816daced88cf1e4a7b89d5b0878 SHA512 44ea6ead142063ad3594bc0ed388987322a138c4b04e96a4b59a4027a5d3be07f15a6d7d01d9893d5d518f2597cda8911e544bc2750b03a6d4e80f6df87ad051 +DIST libdohj-core-bba4088c.jar 1291799 BLAKE2B 875bf05388341025f053ec74593990b3c6d23b981ea127d498ff541ebe7c9cf1edabd6745321c47e8a48458c30beaf02bbe7015a80896818f3f8865604a5701d SHA512 b6ab1361d854c22f70709171ac56097ab423c5531e9643b1f5067682f2e1de3759275396046761edb3c66b65f6e9f88ab4df19499cb14ee5ccefe760c193a10a +DIST libdohj-core-bba4088c.pom 3325 BLAKE2B 68587adc00ebb03759f3b0107f45231992e33806bfea2b879c682bc232400996e4e84d75ca9d27b60ca5f7b79e09d79d96f504f66f44769568fc578524780408 SHA512 b33df8188560bd5f37dd1dba3a7d5d5f8b2f358f5aae126a5ba4a4b0659bae30fdc5c4aa2e4733112ba7ab0c4d857d2b2c1015c5d46ede20b129819627d9ceb0 +DIST log4j-1.2.12.jar 358085 BLAKE2B 9732276f0af498cbbb8f084c77c273f499340956e29fb13b6156960b05c29a5bbcfb22aceb438ee38028de92886b2258985711146207f19fef8bfae3d9eab9fd SHA512 ea351773463e650804903bc8a936c6c4682035d9c10b8c44b5f9aa23a73a977a699054e0d7a1c9c3aa39f2f103fe67717189f73a821d17106ec2438903fcaa86 +DIST log4j-1.2.12.pom 145 BLAKE2B 62049fd947365a694d3e190290b785df6802279a35bed7358b84fbaaaa4abcb2707bba8235ad0adcac9f387b7fda198f86025110162104ef2aed19cf1b7afe66 SHA512 7dbd53b526997698f2936ed8570363af66900140ebaf0369003ff0bf6b80f9488369c062846948cd064defad9505f176d50bfe1ea560f7de524a41badc035e2c +DIST logback-classic-1.1.10.jar 309122 BLAKE2B e17e0b7fcd3e535efac4f0293534d6a88975c8b5def9e3f74bd25646ae6fd3b5eec50184203b17e8a2d8b9d1b82eba1ebd5630474e7f84323c3afac89cdd00a2 SHA512 69a2ade60292b598ae63243b2a26c83c24335f1341e06edfdb46f739fe25611337bd023449392d5c2521aa3d1afa86153c9bce01abba9cfbafecd3f64b5f439a +DIST logback-classic-1.1.10.pom 13027 BLAKE2B a1590defa71c17e496ec6657c2c0323f0c4040ddab15312552bcf294cd2cc7242e0a9d37906af49fa8359feaaa54b3b5f63e2644098c855cd7fb084c8a661ab1 SHA512 4a6f8918abc39db6fc61638a622e078565b9dc5e421bd514890083e8fc468c299c2f963d9bf097bee5f9407eb26738a7f07c17db3e6a3df6ebdcad01d9eb4d85 +DIST logback-core-1.1.10.jar 475571 BLAKE2B 6b493c0b643d3e1bdcbd303d8f4b26356eb2e8e4cd3a3afd957ce0614e02f69dc378eb0451f2eea1d75631e721bf6ee500583bd94c529ff45fe64eee67ad4812 SHA512 7a9538a163e44efbaa83d70767952f0257c82df9a5ed7c494d5f2364f9782afd32e403d1fe83dcef212cb21e7c780e0dca5956c1978bcb27301eef7fa642837a +DIST logback-core-1.1.10.pom 4383 BLAKE2B 24ffb80ffd20c486821f296bea506a26c59c349895f24be029f519ea3dc0d0e4622434aa52c591ea56c62fa6d00e246687e8cddc4c0b0fea5fe4df206efa5858 SHA512 07930741b4d1bcaad7169f9aa1528d22c1ccfc3c7573298552e8bb2efab71f4df02f1677688fea966ba592ae6fe999d84b1e1377a732b8a892d398bdfbdeed6f +DIST logback-parent-1.1.10.pom 17937 BLAKE2B 71a983cc0d54ad6237c22b201e1fcb4af261fae3028476280c9ee6ce8066c0987699670670772f8589d13a94338b7cce219e43919a68a20a43e4d788b344ff08 SHA512 c6fed3ffd725316fa54b4fd98b6a1626e25e450bed5b07a7e0e5f4da017376ef2d988836ed45adfb90c15b5f150d8da19ae4dd464426b9165c613e738f8579f2 +DIST logkit-1.0.1.pom 147 BLAKE2B 9e1d5ff5df418c862f790b9e271f9820a27ef15f8198b84e878d6a73e320ceaed5babd5c19c8235ade3ea8166d05f8ff0b8c678211225f574d2ab2cf9e947961 SHA512 4dd2ae143d983b7f7d47c0dec6994a973cd76bdfd5bc1117f98238693d2c8870a8519e050f90288fc9881a413600cc1e9d8060068a7e6c4b3fb2fffb9140181f +DIST lombok-1.16.16.jar 1439298 BLAKE2B 92e6b4a1ca688cef0b7bb9ab045aab484b2deb3c916e41dc77d7bca492cd0728d5a9c4a756a3d464df795adc58b45ead79d6089aaff8e20ff36a2601cb511262 SHA512 90a4ef9717a0603fbcb88ead1b507607dbe7cb68cfc9c006d18c673e09f409b996ea0d49aea93e50920db5be157e73d9bcad81dca51eeed2c4d4bae961207052 +DIST lombok-1.16.16.pom 1568 BLAKE2B bc40d6922a101c6fa06fcb898c610430eb2de8d6dbc4e2b4dfd664f3c66238d0c577be12b07e7508b4c96317eb8819dc947099b1340555c33ce0468a4a832fcb SHA512 c43a9d990a8895359e778e64df14b01a4209a4bfb9036caa9e131e7c26510fea4acc7c8e0538fbdc5ce0ca60eb6c11a1d51925f2808de4e06ab10ca0c17f9b03 +DIST maven-2.0.2.pom 13172 BLAKE2B 6a696240e26051c94056f1cf4172d4483ca6ef409bff2e046b998d60b4192567440e2e4afd1eabd00e99db62c8e4cd66307fecc3a2d98be74639f082ff4cc3c7 SHA512 90b30618eeedce7cd4e603ae0db319d7323267fd5d83f5f43483e4afca06e0ba852479aab3bd142920c2840beb2a8ca9dedc6cbc96bcff2388804241239f8162 +DIST maven-2.0.5.pom 5704 BLAKE2B 1c6618c39e291e48d8fcd242e9f596875c8b5aa5c7ac5005a5558cb3d2a2ae334435e3e39204dded00a2d9914302c7fa2f2e9e60afac4ed9c5635a0e355059cb SHA512 672b85a29589ef9d43c3c5212b4b8569b27db89049d556cbd854f0e33a72dbd77caf2d6db833d81d26256caa59aa2a012050f0e5b2cce930b7daf026da1923e3 +DIST maven-2.0.6.pom 9047 BLAKE2B 241e05fedbe1e72ea17bba97374b8874059d2c60578bc9cf4c6281f1498be07677510c7707b807602c6a50804cb297aa6fcf4a2f7d5524b5ddecc9c434cce001 SHA512 5ca2fe1ca32282957c5ae2c25d749b75ef5e20be6c1d8e6765823199fa35208e09af82a60cd2e39fb82a9b481595d29e75210ad14d5a34587f5158cb6c5f54a6 +DIST maven-2.0.8.pom 12095 BLAKE2B ca08e966b1481d48299d03425a9cf932c3a6e8094fc310d2155579e34c937150eb0aef26e4f847b8fd004710cd242acbbe3c6da7686313e77661a2f12027d11b SHA512 5a4f2a4e1ddf6e87e12860f9a49711630404423111908029420884fa748c49cffeb6114c54830ca367016e26340b101982e0dde039e476afed6ed5da402dfa2b +DIST maven-2.0.9.pom 18907 BLAKE2B 82cabbea72b81bd95b3069c70be4e494ea66a98d7561cdb789357ed995b9b3f67f9109add1acbb162a6c7b3f7bb03f491deb25fa8b9b814cd4758ad283899e04 SHA512 80d305768810385fed2cf2ac3043c1ba06b8e38e25c66b9f18ca080d97cc7cbffb712ad2c296d05c20f998bfcd4e47040eff1cf16f8f12a852b1c15b1d3b3e96 +DIST maven-2.2.1.pom 22409 BLAKE2B f96308528cae2e1723ee2467faaa22f386fd1c0bb439d648dde53c09fd48c5b13333776e9372acf47ca696ad4b5ecfac4ec8386503e0556b34af1d12cc20632e SHA512 3a878ecf9a7f43bc26ec8ff0e442ac325679b86a22b5a68fdfef000e2b4dc045504238f2a670ff25d7998b342c63ed271148f39a33b67c89ef36d659b920d756 +DIST maven-3.0.3.pom 22607 BLAKE2B f0b0960a9895069c24c265fad701b689ae47ac072c41c307bfc8daa14d230c96338f10314cea86d0dfa05f1de88715d93f4f5081a57c19aa9ab675066eb037eb SHA512 a4933eb755cced836eed37223a7be171dead2ebac725d70a179162a8e7f7a47c2acf05afd74a1a6898f5506d2fb49c693e5630f76dc9366448251a4e70627cd2 +DIST maven-3.0.pom 21885 BLAKE2B d68df516adeefcaa3bc70382936def862a5f58382fa5fc9f19ac10e007c6199868b62a1f7b4799d519b512e17f5fa6485d4e5d2a3d4dbe2f32d8f0593cdd9727 SHA512 83b33cbabb9d7c2910feef83193386a4c727099f106e1c34282c9d4596e2fef97a32528af24568ea2882cf4c464807f47c315243bdb0a8a2434175b58ec8a80a +DIST maven-aether-provider-3.0.jar 51189 BLAKE2B bdf47613ccbcdf04f0671d2da5c28d2f91b8ef9d47c58b0dd5dcbd643ce2068312f7d234ea1bb6328b59c3ade5e1b6bb2b4ddc386e54f3a500d089b52ee9bb2c SHA512 bed4993fe0329de86f8bc51f146c8b0cd9dec8c0dfdb7b06a441964e37fd8660473336101cb53d2bd9a03022e795309cbf62abf10c963a7b197f8887a3b7af9f +DIST maven-aether-provider-3.0.pom 2470 BLAKE2B b2664b33d27c4b8f9a64be00b609df710ca4020cac7dd0bdcde1eaa587f5d29eb33b4f8588f2f1f06eef4a2b89f1ff31b517c98d57cb5de08723034a1e81d4a9 SHA512 6ea9927f411e9983025f9624a3fd7fadbaf478009856d97b7ef46ae62b588b2119f7b35f608d8952b2a7c6f46d09ad8794c1062df2e75290901dcdee9afb9049 +DIST maven-antrun-plugin-1.8.jar 36003 BLAKE2B 54a60c11994a033cc9b21eae4c982e3f3da6c800220ecec68af010da3e3ce7d0e12d18abbe4edf6e0f9fd0e7a400ff9de6a881cdc5ff90a80b797e860548bb0b SHA512 a6a732f3e707d7dbcf04aaf468bb1ef3ba8847a854ae7b6dc13f918d1a0b40273d84f80b412e623ef85c91d5314ef47b08a3e7076b81e4403c64f24c1656b305 +DIST maven-antrun-plugin-1.8.pom 3314 BLAKE2B 8eb452c5347df7b4a84a4d79d00edd57c6da6afdfcc09eb2aa4d27a349a37e86620ae8967babdd5be4cd5a75c16b13ad024932a48ddc8fa185cfe6f7f0e09994 SHA512 9826d15edfdeccde293307e6989fb0475e9cd0a146e4c38c3265a5844559f20320552299270102c0d1d9dd80b1c014ea200d7b07177b1b7a38b55020efe8f44f +DIST maven-archiver-2.5.jar 21813 BLAKE2B ef1d7074bfbedb47829d20a68b6fa0ecf9a13d32106dc332531c50195541818530f6b404b4c2181e2b51c39ff50a1788bf6a932fc56d6cc00b90585d36eb7999 SHA512 7ec6ef019b4fd6d3419915e13c6f10ddf2043eab2b4194729c568fd384ffb2452bd8fca45f756840dd884c457f909992cfb1a1d654cc53d6068180cd8808d339 +DIST maven-archiver-2.5.pom 4538 BLAKE2B b7d59fff9f74d00745e853ecddc049d346d7b57221d4501a4c54ddfbcc21240063cf3b904b8f4b8374786cabdaddc0891c70edf7346aaf5e204a1b69d78cd251 SHA512 0baca159d9e4e72182e12970e66d5a61c232ba2f780d67c2e606cfdb0f8de7dadbb75caa14e2bb29e96e8e460d987aef3e7a759da044612d13040a99b673eb72 +DIST maven-artifact-2.0.2.pom 765 BLAKE2B 6983c71350df078bbc706d4ef60c76a9a4b3ff111cafb27e157cf811a251054ec3843e42a29ef5f788fe1a29d826ceac5804eca1aa1e0fcca358e40082372474 SHA512 d419c320384077ee70795d0c9d5df6a620e32a7a28882a8518d96fb5c66d7151f65f2f7d4d1c27cfe7204114557a040cdecfd7764c0fad12e66267b07ca7aae9 +DIST maven-artifact-2.0.5.pom 727 BLAKE2B daa8d0c1461e88a83bd27277e3a7cc92819a65b715172723ebb8f50502cbbcb769cf28ff6e07a9137db6bb5b9707f39a5613e7f4c512468ce21681c8aff155d1 SHA512 9797845fa07e33763a3b66f8aefc628160791774a0b1c07cc7c47a247a52b58c924364794b4891d02fecec70f2f0ef5488260bc46f6b92194c644773057cc3b1 +DIST maven-artifact-2.0.6.jar 87360 BLAKE2B 1ded61e50984151d24dcecc8cc61b02103f74c6bb47fc9f1fc6fd433e4c306ce23d37443b9bcafc235168a75a915f139bb14d58f03a69e0afc06ca0bc2829bdf SHA512 8e2cd76ad58d4abe1ab3d8df543bc488d4ee1c3be7f937e5a4acafd4f2e4f9538f0fac72c451667f1b9b6c26724ffab899c80ce4c915bd2a191bcb1c6e963de7 +DIST maven-artifact-2.0.6.pom 1577 BLAKE2B d31455f7c142e1863be39532c8579bbd175a7f0d35463644ab9b64a0602fe76f04a29d834bcf21aef2582a49e1243d29d9f7c8d4bf87dee63d1cc4df778692ee SHA512 bc14956a8f2d146b91b8125b0a286a425ba147d35969571e40ec5be03389ee632605a86cd7edb04334c6d73b0429849883f1c4ab59e0ae34592995bbacbb3dcf +DIST maven-artifact-2.0.9.jar 88909 BLAKE2B c4585a22e8807bd21e0442f85a2d2fddaf52ffcfecb172478f561d9e21c43bce9e9c4d44663276f241c41f790c0ed489f97bb6023850a960a4a379da83e5f4dd SHA512 2aceb9ed335fb4f54e7f33dc849778d23c75c63069ab53b4609641df8511e01921960df6b4a8a8606bdec4324149cc5ccfb6a9f7f2ebe633ab9dd70f7584f44e +DIST maven-artifact-2.0.9.pom 1619 BLAKE2B f539b97ea0e0ddc8825d3c7cf86ea50a2376d26946f788b37bbe4ef465de49fc06a42addb1add0222fe7ec6823806eeed60f5eead9c6b9551b83d112aca8ccb1 SHA512 bb4f431e9eb8795621e89e296c0f13528ccb63f31b537fa4f383e3efc9278e1defa5a158a92fac584a618b4fec7fa1cae0a468e1a3d2072b28e5fb87112f061e +DIST maven-artifact-2.2.1.jar 80322 BLAKE2B f25582e6a8cbd5f8b29a551fbf16c4f50a746d58adf7eb0412750b1f9f2514d3da85a79702210502eb6a1efedcebcbfe20ed61a0a7921c9cfc15359e931f84f6 SHA512 92746b51fe4c61ea0816d4f2799fee1ac96b3e5edd9f65339c4ccaf391a3a72a665c456c91c495884895e12f917567dc583cd034d08db7ea3716bc4a033be778 +DIST maven-artifact-2.2.1.pom 1581 BLAKE2B 28ea105ee832e12f1e7b869a9c9b70a5ba685989d5d5753a3c7d548b3476c19741a5befa82d6850c4438d8bdde3ab3f50207dbb02a0ef6989a442822f6f05b6b SHA512 841afdfe60bd02ff789ba0d80c081f60b7c47ddb7cc609f7cd960fbe1f29a4139ab3487af837638ecb145bba5bc013484a142bfc331831dc38961a63ab4d9812 +DIST maven-artifact-3.0.jar 51908 BLAKE2B 52ab01ab5a4129b7dfdf9f98faf42f7630cb5a13045268e1af05e397fdd9f0430ba0646adb2d169d6ada1f4c7c7317a84180c8e22d09b989e4d666edafcdd39a SHA512 b51e56a68020fa21d1eee29d60674be2a6c8b093bf863898cdf53ba6c109f28405657e8cfd172fe1aa4da7eae2eb1ce32ab92a7da8a3dbcce496705d70f8dc0a +DIST maven-artifact-3.0.pom 1928 BLAKE2B 4574fe58ee1e98279c2fe82345891108194c4f9489d9b6fa4029a8e40c57702522f7e96ace640e69cf81ed35a7b09ec401a10d70e02556769f63925986e89f6f SHA512 27e07c51be65552a2ca266b9288a62de53a772ea49ff5f16073297c5155215b56aec451bcb3285142ea1ad3e85ced13b0e377533b4088f4b3ce03d91fca40f68 +DIST maven-artifact-manager-2.0.6.jar 56508 BLAKE2B 67a4a8ad98139752b7e95a1e8ed379b11969984eacf585f8181fc4ed4022714dd4c3a4e4b36a627242d123c865dc1def2352070aadfd32efba647a6347f2b6d8 SHA512 760f1ffcdffe0616bd340cf35d80cf75ae8afe11f1969932c68b816e97b1f2bcb0a6bf3feae5f741bd953d2775a37c6847fafa04846e1fcda7e194822a8a4b55 +DIST maven-artifact-manager-2.0.6.pom 2622 BLAKE2B 458874e6eca83e308326ce6ec3b8dd63d850bfdb74c591545087130bc3041f22908ce3cceec2a4416d2c7365fe335f705fee3eb153bce552d3299de6b1b49fb4 SHA512 ee8e9c86d18e80b4a226689f291077c3c4ed8ffaa20a946fd36fe542e129aef3575c6e6f6ad4fc8e00eeb692e1a0bea905ff954c720a91544d75ca63f721b9ef +DIST maven-artifact-manager-2.0.9.jar 57835 BLAKE2B ad784aca1c7843e055c72d1354eb4a1a13c7659da50083950cad03a4ee576fd1746a9ea36b8053dff701de60904da72e7c2065c4d0018c02ff0dce6f53853d58 SHA512 17b87452fd3ed903dc102fecf39546c3805747b8efab41e6c805e7b8ed099d0b4ea158b0913fe632bfb135ae106738c06a89d6f55c17dd58dcd4ad554db8be77 +DIST maven-artifact-manager-2.0.9.pom 2700 BLAKE2B 955ea1f446b64c7268033af4f4fee97f466907cf175c4826a4f3444731d53e701992c26ed2057925f022a20e12e0d0a6aca5df0e4d6e6bcbe9a255d602889d1d SHA512 e882aa285d304100022914276ee9034f7b80e1e2ead281b63f42dcceee42aa130178b3260b0cc44f2f0ca78efff6c02ad06b0f53b6cb5d429325b3d22f9c71b6 +DIST maven-artifact-manager-2.2.1.jar 67574 BLAKE2B f1dfee50029d84e6c92b7464b229642f98c5761f2a1b56e1044128774f2c851255baecdbf92d8f218464ca907f910f12adc53965811963fb4ed14cb00cb46662 SHA512 254f57211f61f82297310250cf53bfb2b2a4c4155fd2ae4144779631d6dd39260187c71972186a1bd3bf7e20eefcd4de339e38efae81b0107dec632b93b01409 +DIST maven-artifact-manager-2.2.1.pom 3103 BLAKE2B 25a1165704c5e1fc9e0773d65912e7a1b1d4e1f1d0dc78b53f5c2e37ef326ac12937d5a50b795238094e699fdccce11e59874f15f83023d078a54c95de010011 SHA512 df70ebf32c4f7c643be7e65b29d8538b61e4f564a0a73d0239cf6c35ecceadd89986141424c0780180458e5fc1ce4a1e80cac6d71968089ee0228e8d86309f05 +DIST maven-artifact-transfer-0.9.1.jar 123133 BLAKE2B dbbfe1ab70f7587fba29c92352e7198e69cf5bfca00a3051fb05ab9f5ab139863533bd8294f41721d84eb9fc3d44d0ba1f820c86abb20709ac0b103f8d79d116 SHA512 0d4acbae1125f6168ba6bd819054c37134fa2a164a1d27aeee4f25c06da34643345fb1c8ac9908ea59f4e554ff6fd11ac0e261357c96d2f8bc790b5d0f85d3d6 +DIST maven-artifact-transfer-0.9.1.pom 7609 BLAKE2B e1518174a4440bbec71d37a9e1c60e340667f99128c4f482197906879b8b59daa60f6a238ec7963d30a0fdcfd7e1a2d6eb51ef3896fb5e1b746d1bd9a45a253a SHA512 818c6459cc24b8d9914d344bdf491ef9c7d607b2ecbbbf2a976076b243d4cdcc171ac1df0d2171ec9fcc591de7a3a4c4f935342f3d38d7ebe31ed117a4e22819 +DIST maven-clean-plugin-2.5.jar 24633 BLAKE2B f467983962acc3635af6d1d67dc3b4b4594a224b29478abd33e5ecfad306f873cec515545515f78e24a095a311f199638e3dc1603feb3929870aff7efb3d7f43 SHA512 096d2d87d7dcb17ac615b59017db431bcbfb257c91974ce54c3ba0841f4d079f63cb9b5b70c57022a297b834d2c55d0aa74063526d6a53d6abed7fbdfcde7c9d +DIST maven-common-artifact-filters-1.3.jar 31059 BLAKE2B 33200f4f5d60745a0ce3ced980fe5bc4bc85ea8b30f744598f5059ef1226649f532135cc759caca3e4671bd4e3e489bf42e9009c6d6efe9789b2a020d0a5b049 SHA512 d067b07905e4f617f81c85b8777f2dc904865255666d616c405ec624dd92015c660e870f063d7d9b6126e5061d22cb943114e7fa4f0ba0f677a62b981c470d0c +DIST maven-common-artifact-filters-1.3.pom 3702 BLAKE2B 26de87befa7c411497316bccd7802d6d173b5019df0cb0da082fa2510266470f41cabcee00d53e9925675ad228727a014952015552378a151337e39b1055cff6 SHA512 df05c74429b3c42b4dfe62bdcb95b3c57ba3a3c13bfc4b122f6c7c0559cb709de3ef559cfeef6438c5f9c3a26f3db7c6f25acd6472ee77b4e4e8ddb7311f9227 +DIST maven-common-artifact-filters-1.4.jar 31598 BLAKE2B 67d49fed3301c955a51f75740f0b3ed0855f1112c46b1c3d06e83cec1125998c9fd3957edb1f10cd68bca82066ce01b92f0a53ebef8373b9abdd3dc6c4c99fe7 SHA512 2e46129c7ffdb5defa9256d937870794c025f1f24b4ab23d19493c4a9837a82c3dc0c32c6cb242fab09b3b95bfc9c3e640ad17e0f8bcad54a5b33452e152b257 +DIST maven-common-artifact-filters-1.4.pom 3760 BLAKE2B b6cafdd7ee8855c0cd2b8dcde4257a50ccc3ecfd69263509095270aa4ce1bf6fd66743309ff15ba440d3ab554860cbb85b471077348a44e08ed45afb85e2087e SHA512 245816f41b296f2965b828b5154bb16a1ffa82f4d5f3eb676793622e0582b11b0d64dda93141ecaf1d2e2ac4681b4ba8a50636b980847f8f5ae525a7944ccf83 +DIST maven-common-artifact-filters-3.0.1.jar 61454 BLAKE2B 032e4f0a9575d328da829528f7279e9f4ccc335dac3258b28b41b3f3ff9afaab124b5e82a9d37df0566a3ccbc50c83bcf08bdcc78a7ed1d34ed0723a22661e0e SHA512 e213ec789f11876cc62a04befbf83e3ed7cdd2de25541b22593645b65f0ac74c1b3d768960feaf50ad39bc606c3c17ff741c1a9b85c855317a438008ca884392 +DIST maven-common-artifact-filters-3.0.1.pom 4836 BLAKE2B be8993e8c34639789705e85e2d830c2e9b2ebb53a5e98d32d27f546e189499a8aaf97ec3e86bbf1110ba53b697287743873dac41ece2196e6476251af9526863 SHA512 0ae20bb52ced59a54866f2be8cb9d9a25da32fb7c6bcc74fe2cc993626abf6f6d0cedf8099b42a060f1b3c9804fc51417b5553f1b9179421cdf5a198657e5936 +DIST maven-compat-3.0.3.jar 281558 BLAKE2B e33c91ee38a62b23a95b415814d22f3fd13a1103912fb12c223f37038e4b8455535ab42b71b26772185c107abb1846fa6bbff4d07dc3428b60ab46a758702616 SHA512 28f6bca1d0ed15b5834666ffc92d61634bb2581d6e138fbfd02ce14308ff5aeb18737817be62d7ac343cfec0a4ccf36993df590bb40512d71e841fa1e842a746 +DIST maven-compat-3.0.3.pom 4023 BLAKE2B 6661912305db36037410b9f8bcadb0795fdf56485c59dbadeabddf835d89e512c5deb275bbcf9abf7b2cce817ccbb376a4c02693e5a9821a324a13e98689a693 SHA512 a02b0bf36d45e20b15b73756e761e3f3b6b1cf9102fb3032a93940eeab534027ac9dc4badd3ce46a9dddb40d63e0745dfec100f5eda0d33e015f904285589904 +DIST maven-compat-3.0.jar 284889 BLAKE2B 71179d340beb87b911f32de0fafb169355d266be5fa869b9316f502a184b390e2cf9cc6e0a56469fbc5a4a5c96cae7f22cf22f374b632f7a73eddbcda9bfdefb SHA512 3861ff73b0e1290a42fef571d13ef14ebc7d4d00e350d4c058c1f8fa73dd81fdb80ef55db8ffc211dcd27a1a9b11941f76bc37ee05185a00d578aae988965b06 +DIST maven-compat-3.0.pom 4021 BLAKE2B 515393176cf75461efe12980b3cebb78fe09def25512c72e81050e38db3735bdd2fa11324bbe5bb1416860de7bb1ed96fc259b122257a5417599a5713ccc4068 SHA512 c3e87917c50e8e131ce87833f5a167bffb23d977580d46b6300eab1aee4edb030a27313437c5ce1f1138d6e951bb1ce21a488dd7ebbe2b19ffb10e94b0a73fce +DIST maven-compiler-plugin-3.1.jar 42949 BLAKE2B db9ac31179ddfbcbe8ec71fd1bcac965d7f4947af5543bdd5ef53906e9ccbf22313f43ddf1a2250f1a132b8c18e2abbaa6e588912643b4fc9a5f412d0dbd7c31 SHA512 5eec076eb3352bed6649810fac6e7d9f90f451534533ab40bfdfd2b942266278220b45b0801c7769f515e8d26ec85209fa66a471bee7352677a63c627e04bc5b +DIST maven-compiler-plugin-3.1.pom 10210 BLAKE2B 42427353e9982f4889e71d438848e5ae7b09938de05e60650eefc8e5ba3495f2498bcaa555608f415ec1844dd99252e495839320bd099d7f195c91d047492f3b SHA512 a5e97a73381cc84e6350327f7ca61ce0287b58e22480bb5a125f5b45c4c0612951d1a20feb5befb8b7d1a26cfb9e427f5c95543d02380681a6772f59756c855b +DIST maven-core-2.0.6.jar 151617 BLAKE2B b4c82b6a4a3f49766cda36a50dd03e5073f17a57d1940d7ee200a5e9e0b9c2a51f9392b16f973abbbe56a3f19136442be1a8401f783c56499535dee475defc2e SHA512 87fc426563e73dc27f88c414372d5c55742fcc69628f40942ea2a8ae51bbbd23e0a0ef19f64d213b2a21d046db9e5a7618a8ecd7d3e027d5c527d28b70639195 +DIST maven-core-2.0.6.pom 6711 BLAKE2B 05ff7b2089c8ba2270142b825be42a0b6e3047a56349f22ecb621f98a4406c86877317038b539edad1a3330e5ba26d005c7e0572d368c69def786fb7de44ee83 SHA512 54c9345fc6927ed582c6edb377cab363f723ce1ef7628dd3925ebf7864371cff939716a3a7ee4ab53131f6ca3d245cc53ed3ee3f9c2ac920a871d45dc8174db0 +DIST maven-core-2.0.9.jar 159630 BLAKE2B 153f8f8ee7facb5ce28d0078c469857a2f471804bd2fe950ba07aa64c04395df11d04813207e5015a52b4f28f5dfbdfe452477fabfb6bbcc72f074e673a16d83 SHA512 22e616c0db2e631945881bdb7e5a062c414bd898ad26fbcdbdc7d3321443de84529942c98511ba8ef58abbc98f661ac721b0722620c13fa61d49e001da4e7031 +DIST maven-core-2.0.9.pom 7785 BLAKE2B 7a4c1a7c2b914308a273434ba84a6cfea77afbfd0024c87bf64310bf91ddfa6bd445f0cfa33260242d23365d6b81b323bea1b10a6cebe45d9d1336b7be157437 SHA512 8126a2c559194390743aa71b253f2c98d3e4f3c22cc8f106d7c05a7e015558649768ad1f2ad21362d6a5fea4a04ef6dc5bae6b8262a04aed4a0476018de11354 +DIST maven-core-2.2.1.jar 177887 BLAKE2B e47e9ec53b51e3431ea7f26090c1b65bad83a7ba434398a854119650d05b9b9a24f7e3807f57d8fdb6728b584ca734df7185452492abf67605fe0b3951fc0bff SHA512 522eeb7710c4f6e77609b1f2b09a6e74b3b8ee7fb93b693d39a71dfdc540d3b9621829cb04153f6cb78434293a2ede44fd8b74af7e0b27f5923f3560d133d75b +DIST maven-core-2.2.1.pom 11633 BLAKE2B d290d1c974266a266e0f121bafb43d8b963a8cd10d0f1c91a3c275d4a385338c7977f0ca2a6947b34cb06ef7a4187388d34bf57d3c06ec736451fa7f2fbb58cb SHA512 c26da02d273aa00e3acfa764821b0ed910406df9eb6e18fd231d940f23e8cabfc9b2eccf308901d98ca5ca33383e25e9b906876478a079462105fcf9f01178f3 +DIST maven-core-3.0.jar 527040 BLAKE2B fa6d49bda2e41f894b8812dd740a5d0a9aeef652c4598f71d775519d5badd35e8abe9fb805f3560188790ba13e1e1ad68021d4aecf501b22d2cb158633f40f7a SHA512 a2a898f91472a920ff189de7f3651c0c1c3e809477ee5bff8a9de79060f890496d697cc552896a5470592a9c3acb14b49911eb087400b1a8242d07c82839830b +DIST maven-core-3.0.pom 6629 BLAKE2B 05b8349b57f68f7f025111557a775dd07b7ef1492e611b68177bd967596cba6dd0b299103650302c9732ff0791eaacd015b2f54e51100481073cdad2f6100f35 SHA512 848bed491b7dddbcb7de24e1e59c4c75ac273d00ba83e02f6c9a8b586ba17caf93592cdae5cd7c359348cfe8ac57b9bf71753accbfa2650c7cc78068a49d99d8 +DIST maven-dependency-analyzer-1.7.jar 34980 BLAKE2B 7353cd790833569773f885674039a1a1bfad1d4ec5ac777d62626d8d3cd8260d130f2ff2dbff9b734d2be17184b2e83ed8005be2df7fb7339607d9fe76dc7c0b SHA512 265b7fcc7263513cddb4a3d01832dfbd9609963447b13f3970b6c88497d2d38aef588d95440c61d3c5a2826ff91abbf2084445524eed62bc062c9fab5112f836 +DIST maven-dependency-analyzer-1.7.pom 5939 BLAKE2B d9360e8351b2775b8bca363c1fd6d0e879e2fcfa8ea29441676a549e5d731c7a01455c5a310687a46d8c769cc0923d5823c64043ff8c300ca970c1b5888b17d6 SHA512 eb24d5dc1b508176bcb6f8c427ffc18aaa38160dd58e367cc99a82b9fa3ddd62e867711b2abf414bb7ee7cbee35555e8cf88f6dea247feb04d37539c4f16d04c +DIST maven-dependency-plugin-3.0.1.jar 163719 BLAKE2B c0a57f49ccead8ffa96ac0d647aec81c813d20cb6557550bc8fcf90f8d71e0179dec8c952bba2e7aec1503fb38edd4a9b0e059a282de3a67dfe285ba65537b04 SHA512 b4b04e6aa91eba03117b8bbe3f46b3215a22b38eca600a0cffbf09f2c3434f589a0b69773cc19a55021a340df9e74554ff183609724afcf1a3cccf55c5867470 +DIST maven-dependency-plugin-3.0.1.pom 14040 BLAKE2B 119c200636cb865fd93ccc7945ff6f96515eea06f06276c08f261f2803ecc92658c4dd36243b5c1ab3a4290f6622fd179e40c9e5f764026791c213c1073b6c10 SHA512 563c780413ba40c4fb3927d8dce3b6899e104a26cfa1a42f4f32f908433d08adf0147e21d7e8b7efbc3875fa6869eaa17ef3140e2ca8fc15a9c77a2fe884c49b +DIST maven-dependency-tree-2.2.jar 63566 BLAKE2B 20420849d9b56c93de44603cc8711873525097addf86c7cf107cafa27e2c65f7a6b51a46aa5734e0931f9923f6f60c84a0f4f087d0053f4cf0a784857bdfc680 SHA512 783cbf8784eb5bf156f618d2af708df8fe38a5ffc4c1c80246b185677ed5d71b0abca65296dbe4031a9f0ddfeb463f0e0bb9a3b49acbf8de3c126fb119c25437 +DIST maven-dependency-tree-2.2.pom 7262 BLAKE2B b8d1d876bdba904bb3944a47f0630dfd4a78a341da469bb77a4eff5f92e2287c3e61cc708552eeba39bff40bcf9175e2ca8057182d14049c68adc7c08bd0394f SHA512 7613d7fdbc47ba299ec8bf8e204c90b61d1191c791cd258b79c4e26f896d1ebf91a4330b968d5034c2f7a762d9daa638a0d1c2d28d3c62681e60c76b10a38b4e +DIST maven-dependency-tree-3.0.1.jar 36678 BLAKE2B 0e7bf7082a74588a95aaba108c7aa6b250c11215b5fec8ea69b919ebb4b817049da157ca4e25b165244ad2cc0be685db0aeb31d5f6b3dd9e24b32e46ea3fa844 SHA512 ffb95b8d4722727bfefd95a66b928a13c51fbaa41849533c24591ac72037d0550cf5b54bb0221cd16e9d5a689e7e6efc62d1ecd3e1a8dbf503a4c8034b589fc4 +DIST maven-dependency-tree-3.0.1.pom 7497 BLAKE2B fbe12db7b06fabedb68565a23226250e65a9ef60fb740580845858a69116d1a8de2421a646c974a9a443548dc0549ad98c70f4f9e6c1bdf4079a84f5b82e1264 SHA512 3ae660a59f435f78c0d609b0edfc85d1e1b5000a24f04e030f58728488d4be6b962681817e73f967a74fef495f153e5497a0a56239f9ec73d08344ca58f0b279 +DIST maven-deploy-plugin-2.7.jar 26831 BLAKE2B 3129b9ac3e1f77d95ecf5078882aa263160f8ac200c5fb09df4a44fcf8809a7721732eddd11fc285adbf8135484016a1204e5e8c04a57c84f1a0a05c7921ad3a SHA512 e57b5f1f28222077f0117319e07be44fb81cb28015f42f72d2643f4cf03b8f8492c1d465be841116329e6cd80edddd8f79edcfbd404391dccc08e3bdb46b8223 +DIST maven-enforcer-plugin-1.4.1.jar 27260 BLAKE2B 2ab65e9f56faa6d40fa6e4a612d7fdcb1b85949b69b9c937b0880ff9d260a59199790404f906d0b6af82a89ecd9ee665666ca25fecb20b29dd139dc712d82ee1 SHA512 3872a0e2f60e79d98ffe1c36dd9cdac51428f761d1186dea484d3f319a1db912a68c2571e5f3ba04f040b86551f16451867eef2084c683425917e8821f09a3cf +DIST maven-enforcer-plugin-1.4.1.pom 7328 BLAKE2B 9b5c74e9ff2653044522b0b224533cb1afc8311e0fe5f15bd08cf9cc29642962c464c8a99d413d934db87b369bf58713c1c28c9c5e11a7ee31fdf8a1902e16cd SHA512 841c36b8764a45c79f27bc905a0f378548cd4d9d56a4e08072f1752ecdafc1215c00b786c7a1c4169cb40ab8a7b3226b31743b6e463d10401f68a0b1ac5d9541 +DIST maven-error-diagnostics-2.0.6.jar 13612 BLAKE2B 06a62b89457eb1d9b747f835dc7656586aee63facb9b8f4c35c21d60c41afdc7b169cc7c62d9e3852b144c0e60a38cdc03e89f9ccc08785ca26e1824db2dbed6 SHA512 5b5c3f2fe7f492ce090ce8dfd486be8c605f4f09e5dd49e2a980b3c65f748ca0449349bde4a70f547e4bb0fe311ea484eb0963e4e6927515071c3d0cf1d17fb3 +DIST maven-error-diagnostics-2.0.6.pom 1704 BLAKE2B 9effe4ff0dd3dc0daebf91fa1e0c2110a25a4a1c39a7be4cb03550bff53a68638a8d1a959a34feecd1ecc68ae477e2146e733354e46ad1b2fc0f102ffb7ee98c SHA512 efb6575f84a7aea2e7552b3cb52b1c070bddc7bc811a2fd8828177fb9ad2d00aff93af6ff47a9285dcaca4147a901a748d12b0b31050983ee8ead71f5c978cf2 +DIST maven-error-diagnostics-2.0.9.jar 13786 BLAKE2B 4398262757afa65ee2b81649d90b72b54f2dd300338b71bbb6a00a68e3af078f72d627745d4d290883b8e793ac80eb714c16af6363dcda28f80aeb28b9efb425 SHA512 b515e1859b6a0e4d1a0bd78b81ffe341b26f7c00ade1f61e62e7099a277c943d7fa9341682e980799de9f77cfa238f9abb5283775cea299532a75ed062e7f6d9 +DIST maven-error-diagnostics-2.0.9.pom 1744 BLAKE2B 3db242a8baf27ccea8662c814b154a65c9473e481ccd729da284c72d1e270462ecd7959cdacdc900b60a51723c92da33b1decb64d4a7243f350df69422821721 SHA512 efd48f2da619643bbec50a317e276fcd2b592166a2ed2c77d05861bfcff85d9e3100500e72d6a5403312951406f4babb8b61ca326498734d59b7a3d6e05d06e8 +DIST maven-error-diagnostics-2.2.1.jar 13022 BLAKE2B 9fdecd23668f94ebe0faa8607703dc65d9cbfe7e016fdf0f75929cbdad0d3cfaae4748d83ee0882b6f37124c0e4e520cef98dd215ae23b3d1bbb0c1d9d518db5 SHA512 272fb9b2073528cce8a6f277bfb1a94e5383da6b9cf6abb12aaa9c3794103dcae93813e57b0d5f56dd7287f739170ebd21c05f56567eedf7154048f169696dff +DIST maven-error-diagnostics-2.2.1.pom 1708 BLAKE2B e76585549c34686d62b1c28fe067c8c2191e49de213451dfb6aaee8b2bb9d0310625bac98b84c321bf732231a6d38b3b40d0a6b6115c9a155e3a438bcc9e8823 SHA512 9590fa77bb73d6ba5f06511f4b7815f9dc0be92ab9898a486f79b3494c94fab1283cff695e0471c4ad589047f5a52bab157a820ad1abdeab7b395e698a840ed3 +DIST maven-filtering-1.1.jar 43106 BLAKE2B cf5dfb1c0e74d049f863239bfa89ada5d2e71f0685010c781c5c251e5b70a54be3c72999d8ccfff00cfd0d4ecb73850254bad4c826670123b2fe35f1b87443b1 SHA512 3717b97ceebf62a3e4ba4e72491de0c3ac5993bc99ac3af990e9b5ac0ed2fad333bd904b7fec61b17ee0c4bbcf8622a1ed5519cec8ca915387634d48b93c1bc7 +DIST maven-filtering-1.1.pom 5789 BLAKE2B 7b0ef3c37ed7cb7b982280f1844620eb00a0bd2b3a437e7f2fdfe4ed9ce7cbfbe9df2da62b88bd8d3d8674121ee1d0216554cf71189aa0db90b469905632d1b7 SHA512 b679e8336f03f8ff6329529b477fada2f640bf2019b6d5b3d0d1211c7396fb959cf70545005edb392197a64b0b87867bac3f8f5a1f8db8b9e89aefdba1102b04 +DIST maven-install-plugin-2.4.jar 26952 BLAKE2B c8bf79813096830f43afa01c5cc832b7fdc3e6fc59fe91aa6d399a236d16a4065ef78f8e2dccb931f634b334816ffe28d6b0e0a192f41d6c828a9d16da91bc83 SHA512 6655dc2bfa78a297538c2e8fb452a2263cfa63707861924795ddf7807663bf9fda0fe70ec99b6239ac26556678022363e701a21af5abeb2df882c05fb0c805cb +DIST maven-jar-plugin-2.4.jar 34022 BLAKE2B 30089df02df4a0663cf04d1540ab38620a3451edd4099bbd9e9161850245235087b122ce217ecf8be0799f087d11b247ac3e6cbc8081bfc1737bd0fe81dae598 SHA512 0d409e280e34eeb2af3f6360c3d67a5f9eb42aeec3cc23da6059d6c0b81822eea43988c49a07f408039c6460d632b51b559c898c19caaed4fa5baa4478c6951d +DIST maven-jar-plugin-2.4.pom 5834 BLAKE2B 13792dc8df0f0545be6348e9bb1988cbe75943f6fec89e4f98ff12b5c529173f85ba365b24bf24be8a78b312fec048a605ac5fd74bbd07a45ce03d0f0cb5c7b9 SHA512 799c645fc5501f49a15cbea1b9bd27419fd6fb81f416caff2a1bdf7eaa3aa567e77807442b70590bf7f4c5dfa275af08d45847e899b5d2112606dc3b8f0e7945 +DIST maven-model-2.0.5.pom 2722 BLAKE2B 440ffec90b5f6c626f8d6ab956476b02fde1563872a66e04a327e883dddcc20884f5fe6af597e10b28dbb6234038292441287db3fecf1e78dacd2d390683ff8a SHA512 35b14bfeba922e1b71af5b6e3cfea73ea0c1aba5f9c9290d5adc7271a5912a7249710ca799b823f5f967acb708fe85e0cd759913e0809f1476765873b68156e2 +DIST maven-model-2.0.6.jar 86390 BLAKE2B 5e84e25fd21529f6cd3471dc8d385e8f7bdc7ab4ab32a993277ce143a5055a92127a5acd91020ba5b434e91fa8b3b3a9b5bc34134f2dcacffff81ff8fa0a70f0 SHA512 db0e51bc16d168f9106cce278f1de525266127b7d211a36f67de60e5a2210be66051d76c67912d3cc01286af61e2a9047b6ede45c92970ab37f9c3b9e47e4736 +DIST maven-model-2.0.6.pom 3047 BLAKE2B a5188a1137fc4ab557dc7281df35148ad694d81aa2e337a7e7383bb67bc3db308eb43dd9b48b2d8f2a147cf67cb6d8fb269ec9920b1cd09b1d4967f41d0d6508 SHA512 756cfb02104e0199eb4614d1dc9cb58f3e49493ebaba2be922b7c0ddb7f1e65a2d42dd0f60c977d146efee8dc76a52aa0006b1af8ce0c4cf9251800866cc5572 +DIST maven-model-2.0.8.pom 3140 BLAKE2B e72642ac4f758dc4e0fa4b3a44be128e4c69fb831fe48cc79b986626e52ba991b2df5e51ca7844f2905ccbb3583b7cf00a4b2cf1d6d05f48b2d18fa20252aacb SHA512 ceb1753f0166f9c462254d22bb7aba9993928b138f80b0338edb903b7c41006b04fa63d6b02ef49e7ab50b1b25f3bef6932fe7d921347f741be4e4628df55494 +DIST maven-model-2.0.9.jar 87322 BLAKE2B 26e16ade4f92342b6f9d3ec5c87e97762d6887ce1a9476655f52e6b1d9ded1f365d4a34698def1e97068d555edaa324182f2c8f4bd98733c0ad08f24e7d1b5f4 SHA512 7f5c2ca92f838b11cffbb1379792936c9fd30e20b43f00d3b5a26b955951be3a52c111a91d850d6ac0b6b914be2eed2e19fd5f59108ad391a60e448dacbd7e49 +DIST maven-model-2.0.9.pom 3140 BLAKE2B c2a4d67fed5966226558a1d09013c53fa578f0a4ca25957b7e7280fe104ac51198ca1ca10f5d057e6c31abd306883face46d9e05cf7bd1ee075604dc195826c5 SHA512 29df89cbebec4c96406df03ff9499ccd681ececadece5a48739c4a6f54513780bb49383ecb87f51e3ba1ff387c87b4096f772c37414b8ea428fe0076902bbfb7 +DIST maven-model-2.2.1.jar 87588 BLAKE2B 9c042f5a55ebab3f8f16c6452a9b36e6081858101de1393fe7d39e5b6ac4b1d9c1ca34746c76995fd27c92f59030b500dde8a55edfbafa9e5d1702324050dfcf SHA512 3ba552858fab5f855b41d87f0c6b2fb7915299c7eaceb86c4815b5871e84b1cec38f87173dd4f7d417e40d4253f99d7055dfb9037ac92db92eefe3ed7a379b5c +DIST maven-model-2.2.1.pom 3240 BLAKE2B 48f62290ef1c77057fc4f7e4186ee2a80dfc99f45d4531df810ee03929ce9e2c088c52d3c756b39810317bf0598ead8f7eb1a2f298e69e4601c854f8140f0e99 SHA512 762252cb757bf2c4048c2e33db74aa2771bd295c9298ee9c57d9ecd1dfa29433bd243ff022e495c70cec923b3a1f19b30570f7d506dffd67dbb778e2b1cf1a43 +DIST maven-model-3.0.3.jar 163439 BLAKE2B 0153cbb5bd882c30d120d8a115276d8844f028513a7ff0bd7cce3bab8bfee3f8ad29a4023fde22b19757f6b11b966939c9d008dfd2b729849242e756cdce8e68 SHA512 d9867d9aad2af484f49a0df56ee3d28f7a94a21f5657c2feff29bfa810dbab1ff7c9f2138245b3e7a4426b0cbaca082d3eb5fa9945460b3df9bd6204368db146 +DIST maven-model-3.0.3.pom 3894 BLAKE2B 5690476db0ca36c3cb8acbf70eb2d7d674cff902a0d2a59e57b7825ab432e724bb47a7e1dfed5bc3c85c6aa1c4d2acea5b1fdaeea51fe460a6b423526be226f0 SHA512 cfc1e04b9c05edd88175d000ed2e98090047c7f6c05beb5a9a9862c25a93ad85925be7ae4e7daa862374a274e746565be76df6665b7abf26601ea0095fecd5d0 +DIST maven-model-3.0.jar 164685 BLAKE2B 8154a7c5fb7d9bd9d65e9cae1b0761062d93be11a8a57d96ddfbd7ea2a72430b007c774c11d80d202bb9985817c1a99affdc5962a5c222c97c6826975de548c0 SHA512 013ff22f9e422fed0d0a9bd0ada431530da158579cce366847e1d16f337c7736c042c5798cc8eab705d07cb5b0663b213e9a997a1e913b8cd39e18e0ef3ca58e +DIST maven-model-3.0.pom 3892 BLAKE2B a6df1da2811d95503f47b098bfee1c2f6a9dc7c7c47391a91b5eddc69ef817e08877de30434316fd2a9e1cc003d49ebd67d36cb2e5957cf3f010fc587a891fcd SHA512 8f18c166c1ff46b601237f4b7f6df5db3170a10bcaf0a86986ec5cd3b7b094c7addc4fe251ef1a90f11e0bc217fdad0946ee8626b700fbab7c540162c364b5d0 +DIST maven-model-builder-3.0.3.jar 149093 BLAKE2B 383b9fdcdc90b2dd83106e3761a0da2e40c3031c4528dbec9722a45c57af0ebc6fcca741c4c558eaedfda5951be5f88eab010c3db50fb2ab77bd9d9c40b47f5c SHA512 35621e9b6d566779389c6357de89ce57d786ae17a55c70b5f57d2f05ca74fef3776c16f02547771991e7ae3d18317dfb0134466c53364be87f0f0c5db9ffa591 +DIST maven-model-builder-3.0.3.pom 2248 BLAKE2B 5f6ad64fafcf2137568543b08647b5d154feeb9d50c272b9678e9fa21dc9a3858ff38b961dd0880bd6bc771ba45bba4e246d6125a6550d0d74e34f21d2ec88d6 SHA512 61341f6e49701e45905ae53d5ef5c0b23685f07952ba35e06a91c5c49c717787feac9a1cd9093b7d351fced0b0926fe564e97510f15901385a7d18bb4c7cb388 +DIST maven-model-builder-3.0.jar 147974 BLAKE2B e8cdeded883e191ea25db4a55e69b5349a8c4b447a1c2f4d961896b8a58d379fe8e6ae64cbe75631a3f42c2cf38c235612c550b31d1f180ee8fb81a9dbdf7854 SHA512 0373544d8bdf824e597e21f83f2126789e21f036aa2ffaddca9b00b139ccb08cf63977a03c59fd416924c7ab7f654821376d186dbf4c609447ddfcf5e3d660e9 +DIST maven-model-builder-3.0.pom 2246 BLAKE2B b20cf1d5ff9edc0f6718f1976c0991f880a578157ed43a2e88ed6631eae9301d4e66757b8a74ed54f3e55694b7488b75340aa8b12f04509abe5348ec3ccb3dd5 SHA512 644de79af5c6b78100bb3f5b74cda52c96c05f0cffcbc4310d9e04d01823c8f5ab214abaec11a2d905d308c90d3338150bf6e289ef1be333be8c1ce76e1dfeb4 +DIST maven-monitor-2.0.6.jar 10242 BLAKE2B 992bf8bb411b23efb2313800b6b3995502f0e388dc29843ff3450ead5e8321990b153180e54aa7b72a891793fa212b0a9e8aa7ef9b76f3f052d04960d19a23a2 SHA512 1f5aed12cfef3980bfbb6a14d70a3d8e411fbe6da6dfc3c7d1eb968ff60d548a63aa7e106ea8571e906e68c423fcdf4405ad2a8d8f29f241c4bd60c32923aef5 +DIST maven-monitor-2.0.6.pom 1254 BLAKE2B ae30caa0f5259961e2866ae857462df7a08c0a4374315d18ffb0b2ef303ff99ee0b74185b776ad1780258c1710d72135b72ee70be4f1324136bb3a6d4df8001b SHA512 997a582145ac5a74144291921d103113a4afe572d85c5eade49993ed1f2b4ddd7bc761ccc69bae2941dbead64260489f87f4d4a5ea97357cd09af51ab9b0ddb8 +DIST maven-monitor-2.0.9.jar 10281 BLAKE2B 7bf448540a8d3ae1da4e55b64f2c29c6047ed82f8ee5720ba45b096aae4584a324985c60805befc05a1b1388eff3584badb635598138a88550aac2ea68a6e410 SHA512 c3f2f2a67d93e0f012a86b4c635aaf7ebda4543b7c1b839028f7eb34f1f0c7fbc44610e48d622e0ece34e5347233b8a08db7547088e50c1e99bff470d05ddd99 +DIST maven-monitor-2.0.9.pom 1285 BLAKE2B 23f18369ee33cbdfcc438b49870eaa5dd343012c6f2bf20cce19879c5adeb7bf8bfc967485de729ca709cd4182ac5d65caa85d1a46e86498355717918667d8cf SHA512 ac53f1b48367e283bcaa3f96c8e4d5c8bb1de16b3b4fe71e118304c66e590801606642016e6a0bd336271b630b0b0707a10f8757822b4fa4cceafa9e5fe69520 +DIST maven-monitor-2.2.1.jar 10456 BLAKE2B 94da7bc5b2c0733eaf45b35d8510e34365aedab0dc567729b74b532f676951244af15ab2adf765677dd16a09166033eddd6beb903af2fddef7515f9e78a32c54 SHA512 226ebbe84056431da6dbb8dff44ed85c1162aaddc7112bc9c4503639d66807b5a0c9941af024bb32a6695a5bcd58f31a10e05ba06dc9b3f3e6670732fe6fe981 +DIST maven-monitor-2.2.1.pom 1257 BLAKE2B 027c3e6eac7188729de89789dbdb4dc85a0f5dea9675a34bb53f31b461c2531ac8cdc366a45d6ef0eeab3154a8e407d0316a59c3a9bebb43513473dfedc8412e SHA512 b215891c15bf50679d5f09b05ddd78af72efcb051ca498aa72b12062612642e2191aec76a52267bc95f93bcd6641e91fb166b9141a6ebd1af98bf28c711b886f +DIST maven-parent-10.pom 31635 BLAKE2B c357318c1ff3f7afc79241ae39556fb3cff06b07756c09b65bd8c5d80e7600695b51d1af6888bfb963442cf9ff9e419b969581e561a15a2509eb4e4dc3c086eb SHA512 96daecc0a77162f32115a6c8c0394efb0b32ae2c74239368c976c22b2291be7c092630b1606ab1ca60e617a9b73d5558d28ad9d3287e68ad80a2647c60fbf4af +DIST maven-parent-11.pom 32409 BLAKE2B 2f7ee91b33a9d9a858e9d1e57880b08a9714176ad686e891f1ad9c5c613e2c7a64a1212789d6cb861272c5f7a1b727279d74080c66fc9dbaac07d34553e76c71 SHA512 0ecfcbf843a5dc73c8b8925312465659ed462acb3bd575e5a0e2fc53053803fba2ee0df36af1b7abdbc1a141f2d8166c9f6bf4c8c5dc99394e95a8060b8b4f83 +DIST maven-parent-13.pom 22634 BLAKE2B e99cbca289f263402a285eb207393565f4623aba47281ca36347ccf187848f8f0999ff6587e4b2977e3548ac49c44ab9aa9163483b362d57d5c49bae1801b5af SHA512 7c1b529a28edc6d8ef7d748285dbe51343cdb5ffa81151cadd98e6ff9cb392dfb9f9466021b4e93c1b049754757504425ea73da6d08b26c84527d9b6f572f936 +DIST maven-parent-15.pom 24003 BLAKE2B 6f4250055084765484f26f5efefb3a9b96adc4d2cd9ae08aa82827925592ee5d2b9721cafee569ddd3ed3fd04d3654da8e3fa1fda8c40988341b10ca6c4ca967 SHA512 b777f3cb5e38bc3f9f12b118d6cb195273b481670b87ecfb23fc0f6839d39e99c72ae20d3dfa41291367657c8c37e6055657abd02f8b72e500ae9fb760970fd2 +DIST maven-parent-16.pom 23272 BLAKE2B 5057a2291437f164a21d196a6b7496a5f66e7b8f92d62ff71328ad977db532b3621acbe3e49b6f30b18c2a813f27adbc488c3357dd56d859e66e9982ee8e0c17 SHA512 66535025af6e355ca148f3a1fd74f37030ffde159a5fb5beb17fc6b44216848f3deb5e8539c60a4122946b47ba1761e7124dc16d29349e1e9c253507e59813a1 +DIST maven-parent-19.pom 25006 BLAKE2B 367211335ddde31317786b01eca96d7b9e755684bb4d7d4039675100c94f4fc2321898bde2507de625c5fd02eda34ec20beed8a9d9c752b11affdb030de79428 SHA512 37ce17e1bb84683a8e9ad5f496b3e6bba34b260cb5a6f16078c787fb94254ce4d754095497f6f2e35ec98b3092b7ac9144f156436caf00514f5c374039bc1f66 +DIST maven-parent-21.pom 26358 BLAKE2B 8482f273af76eaafeaa45da21cadf867c2136d4ec9d0f37944bb4b904bce14953aee4e74d69171754aef8710372b0ff02cba44107e53e060123626f032736eaa SHA512 4097da858a695220aebcbe60c28d7b8026275c87e386805603b553c2f190cd46d02a8086561769f044e56149aef6e4c207dd19f69745683dea04eb943814789b +DIST maven-parent-22.pom 29743 BLAKE2B 8d4630ffbc07657a5e7b81da422a5baae65598a1d25f8af6dececdaf83cd07095283805d258bd46661bf6f3e41e3fbb70fd69dee5baa2e3ec9d711395bb275e5 SHA512 0865d28a8e48cbd0f88a9a57bb0c3700d4a7144aa0f0b7fe1b6d5af052faa8fb1ab6274f52be57847889ac32aa36a8f7ee19ff52f144a8731760d5b5b1ec2e42 +DIST maven-parent-23.pom 32586 BLAKE2B d71772a57aaee7df5652d4513bfcd329a8345aa92066e8f509d9024ca604e97408e8be4d17bb112e8f6223e5286e596f8d955320ed2c8aae17226602aa31f65a SHA512 c837de8e6446a6d183bb71f8cda95812a2fe3b74ad3253e57ff863ddfd8de82cb97d23107002b49adbe40a8dcb805e8e1cbb32bf3e05916a60559c1e11376fd8 +DIST maven-parent-24.pom 36898 BLAKE2B 3ebea9acd8ca4614155d921a969494a4d5390e19f6ef6d9ed3cd8f24eeb45e36b2a130124d320c469569628678630b118e62e6b40e738f270303d460946118e5 SHA512 87ee02171e32874c9aa4ca538dd94a3ffcbdee162a77df0a134f304cb59dd35927c834338ec067b9b9ba7faefb8fdc2cf3f17f2a6e9e9aa896dd47e9d88c1d38 +DIST maven-parent-26.pom 39785 BLAKE2B 2f3b6b6ea0bd627409686bd114d232e530014f37a7cfda0c2c99fc6ef12c6d229c4a188323285d2223a90198ae57398317a95be28e72d6a21ad5d94ca84be46b SHA512 c875a173e311c45f1af3e094de8911f66634a2ea309775b377afc85eb841d6e4ca656a423e1b87521b7917fb747eda71bdb4d2caca7c5e41ecd93f413910a311 +DIST maven-parent-30.pom 41321 BLAKE2B 8432253d4a526a02953343d0bc430fda27412a95b437cbb1733607f587877f56325b1ef91986383a970c6e9a0a41b1e5c5c5b2cb2e380c4ff38a5c1cd9c8998a SHA512 59ea964270c144ea1b96fff0d150671eab420900fb6e7f181decd2f9a42dbb93fc3f4bc2bb11ffccbaa46d7555b9bce6e4be9b749b78963df0a00794d811070c +DIST maven-parent-5.pom 15237 BLAKE2B 8ce3fcb3fa80618d56ae29aad344f6d6a410ccbd38201f24f5390fe1675f9be5bb215c2108891cc9e0b86f15883353cbfe8a9da677509b28a5df7d7f7f391d55 SHA512 a06bf970f4bec3b938e4f5e705ab44258d39125afdfa5115c6eb3289c9897d7787799d5ff0164fcaaa4bbb7a26858dd6466a9ce2a70d13ee7295648cbf401050 +DIST maven-parent-6.pom 20046 BLAKE2B 183ff46fa243c6b661e6314c5b8ed7c1109e3bfc77be204a28475c54ba44743d28bf57cc07b0d75794983010af1dc09bd00fefdc082e388deb864bbc7de58ace SHA512 b815343a58a2e16d5a924216b0b946e5e56f3471bdd65518776c85af9a752245bf494bc7a802da9b9562fe59b320c3853b8363f957835bb712d37d3968cf9cbe +DIST maven-parent-7.pom 21244 BLAKE2B 71f0c0a0c0768fe3b6965dae1e0ef1c1f7e00a66b949e283b0b6faead539a9896d7e08814af192087e8235363b03d8c15700218890e9b045b95784c7c8efeeb9 SHA512 a30b54f1f322568e14ee48d2b0a741aeb8d6553cfcd7103a7d462c28b120cab05ef61f5cf880b6e659bb51c85ab2670499a8feeaf9ab26b8106d7e706f1d288e +DIST maven-parent-8.pom 24133 BLAKE2B ab0d225e18b1c5e7c9740a00bd7769d767d138aece714200b35f3a8dcdad9700d0b3f02c64eb63c641ff522d3a78fcc3bb16f5c130b309746f262f841eda2898 SHA512 f7aa0fb1507555995a23dae77423df3ea04385ad1cd89719f79d678b4df3de5083d495bc8617674ff31d235e23adfd91d0e805713b2ccd7e16cc773dd63e56c2 +DIST maven-parent-9.pom 32837 BLAKE2B 20ea96004a4ca9fd6390db576d034d27dafb4e0ade50d75086d56731b34568e360eb770117d48d45291900d3b7c8843d2bed37fae124bcf8d190d4db1abdf5d2 SHA512 ba6a48cbf7de27720c8029b2783756d96f93519f4bc1f0937b23146ac4f952d595fa16510d8f7cdd378e5a52fa228ad37171e7eb89cefd51a366b05b82550397 +DIST maven-plugin-annotations-3.1.jar 14023 BLAKE2B 92fb17ca9fd3c6bad12e996251c9a57560da429492a45d09fa50d7055aa973a6fbed7d29590369b057f11729e8ae2c2e6ef399cd1e9815b0b0e65a3509942f25 SHA512 eb8f446fd8fad5d597c554223b807efabf0be950ec6d6e15bdefa77d4f96a66f19f59ffce1b4208939d0857e05791586151c0ea7585ebbbd1138139d622cd464 +DIST maven-plugin-annotations-3.1.pom 1624 BLAKE2B be35292e8137b4c4ad438f000516ad6a068888a1c22dc32a206c4bf75831baa618c54452fa48f6dee1ae30909767b8aef6d4fd72405313aceb59f15d47979e9b SHA512 48203c42f6d9df9b36c02b674359d49249aa5630446a8c3bf2eb8293b904a91d129569e437fb479ec5cd6ab3de715e1848acb20040f09258f8a0a7da42181fb0 +DIST maven-plugin-annotations-3.4.jar 14247 BLAKE2B 80b5fccf7a600cce88b6104b7d2bd347a303e7e8c46e216ba79b50878024be177037eabe8318b6179f28670fb391688437a6e613f6b1b115416fb8157651dbc7 SHA512 ac48be638ddd9f967082ecd1dbcb1855e100cb7f7f66f4573f9969bb309903f181c94c737b827c06ef8e5d7d9c3197cf65422f29065d6ab9e610801e554e230e +DIST maven-plugin-annotations-3.4.pom 1629 BLAKE2B 6bdc210ad964c9cb4e94a30b3b4811077f60029f6762aa041372fa1d09cf07ce85ebdd360563e0ebe896f96d561c0d3722c335d0bcd80f336b69dc767b61d15f SHA512 8db5fd18ac01e39489cbcae8511749d343b7a4671cfc1636c71cf3f6cfbbaaf89f3df32efd7f5f98ddd14522a3c85b46ec5eb7750689c79e6e92990006c5b602 +DIST maven-plugin-api-2.0.6.jar 12860 BLAKE2B aad05a1538edaabf104e48517c18271544af4957f4afad94d2d7ed92187a60fdb304b35c75f96aab420078835ec83949769d27953da1d12e5226420eff138432 SHA512 00b0933957082f995cf3e8d235ada7c4139db2148d9dfa9ee26d4dba2d5b87a7b1e7e6e24f52b09ebefe822535e1ba2943192f955d39d2bdd3bece1fdc83e5c8 +DIST maven-plugin-api-2.0.6.pom 1455 BLAKE2B e8bb30f8ffecc32d9e97ec95ea2a18c1e9d05c68701b9e372fd2e2e9b3fe38e148582e52e6b4959f01ec436b91f5e043deddaf955548e34b1a23a125a68b07e8 SHA512 14675e96f92befdce8a573fda5b7c0c8785a1485bd2d3d8a4bcd8378636ea66248f283ae07866e1100e4753aa561d5b26637584a05d36f148c924a1bae4623d2 +DIST maven-plugin-api-2.0.9.jar 12892 BLAKE2B 13b21783f8b97cc46fc1c75ca698f3de3b558751cf21fb3f8d012c68dba47dabdbf532e8bccef22ebbb15c6f96f9c823369c27f64c3b23d1314d186e41a0a4c0 SHA512 3849f8f5554533fd10f89f71e1079607d8c3c832b83b27ee1f84ca39a09d8b6e8378e46815a54abf1b70e7f9d34e8d5e4719c61f4139d86691917902530cba21 +DIST maven-plugin-api-2.0.9.pom 1494 BLAKE2B 02e0b876f6f30f5c183d67525ebe774bb7346061c150751f5e708b554eecb6248a386d9763a5bd5339ae82da89a06c392bcbfe01a1b94d5b277aa4f3bf012c8b SHA512 160c7c92b2e3126e921aa9bfa759ad7b83172dcace58025804ef2305ccd31934a08b0a85b6652f1b49abbe3ba129adafb1b495482ee039b7922f130173088987 +DIST maven-plugin-api-2.2.1.jar 12374 BLAKE2B 7ec5e0345be15479d5a141a99b83b04f294b9169bb274dc4d23f8a126b4bb9051ee3c543ef81bf47ad2d5306b975551f8c726cd4d9409f9fc67f6bc86b2436d6 SHA512 983c732454856e4a2c5496793fd706f25a08fbf054b81bf7ff1046d5e68ca2a9b95e02a863005df7a9b326b870568672e913ddd0db972ad1f877c51c3295ce51 +DIST maven-plugin-api-2.2.1.pom 1459 BLAKE2B 4ac8554d1eb3da349df80b308e3fa993d55592d4aeb5e82a3a3163751cfd61f32bf2f5a5a1432ad409fd724615b24e1275cdd18ec70233e617a5ef17a90f7487 SHA512 7c714fd49bbde4e926f65523a9e7ae1ad907f39c2c73e4141973c619c340be5b250b44dc292ea6cb6aac6dd1d459a44f83991df3d14430ea87c9f0e2fe5fdc8a +DIST maven-plugin-api-3.0.jar 48920 BLAKE2B 19beccf0cdd2fa93d89e0e75bc9a7b8518ec7cff0a78185dc82a20421e2d852e74c70656def8a1c399e8d8823b695fa56ce742b3db81fcc0cf336cf0061f3c26 SHA512 84ea3b9fb254eec55eeb910ca5e3e56d5db511546c06f448b8d4a90108e636ea459e1674b7100536f3ded0027ba7318dae0cdcd453605627bf96f017e3f1a3cd +DIST maven-plugin-api-3.0.pom 2288 BLAKE2B 1755b1ee74ad0fded0a9847625d3766d364680a4c866b9b6105960c9402b90098d57a831f9ad9fe7cd76c9ab281da6667d777ef12310a6dcf55bcb3e4f84fed9 SHA512 0473c34e4ae2dd65286abf1c2a949f547fdb3be0ea978f9b285dc0788f9410b2bf544ab542bb7739443d8067817013da0254d60bba2a3cd6378dfc428159c62d +DIST maven-plugin-descriptor-2.0.6.jar 36872 BLAKE2B aa515891167470bbdec01ce6b6abf15cc746d299ab618e1cf1ac5d818387596a07cd89a50e0d0c948fc6cc1f8eb9a3c5d2e45a8839357acfd63f772c61a4f5e5 SHA512 559faf79d2fcf53bea9dd8c2d184b8d4f7335903a89f44cca638039ffac570e92e464cb7b207ad63c27abc450cae70e5223df6a15d592e00ef3a290b2beb211c +DIST maven-plugin-descriptor-2.0.6.pom 2018 BLAKE2B 32da09c821152587c6f2fc35c3a8471ca1391cebbca4773a7a58a91e58fee438e4bfa1365a67f29190b5fbd0a16716e8ae734ed192cbebbe0ec1a0d58cb2d0a7 SHA512 467a0168dc64c7b42c8c87e63a0f1e474112f18b131e1513c14270179377692d7d58e4c690859220ea056146dba711fa52e6e8c6c133990060ae917e01a90c41 +DIST maven-plugin-descriptor-2.0.9.jar 37043 BLAKE2B f0b77daeda031bd33dbf02b7dc7faa304e180c79187c3bb9c0102d8175590d645c34cc5255bfb63574a2a06f8f53249df3b132127e7a645b64a7e9206c0be282 SHA512 28f677b01742299e9112e2c6445b8c2662072680a485119ce6f5ab83d8ad8c193eaf0629741152bbc64f50ee97e9b63dcad9571eb95bc52b21126bd884709930 +DIST maven-plugin-descriptor-2.0.9.pom 2075 BLAKE2B e674ed68c891f914b18e29df1dfc9f373dbe406df0227d675e13a95dc8d0f52b1a79e53345381fc2c2b9bbe2b95ffa3181b662a1808823871e4196b16df3608e SHA512 289fc804e8eb917288210813bc0c8a921f0a9657ae418390b04adc91d3c1e8cce42701c48cb7505f83d929f7791bee71d218d46c783d5387778e22c466654818 +DIST maven-plugin-descriptor-2.2.1.jar 39285 BLAKE2B 06fb202169dc74d4d5b66a13cbf1b4ee7b345cb94db9d5015288fab41ca1f124e25ac3ec9793e919f01955d1f927a0cbb8c4429f1749ad858d0b746e9a8c932c SHA512 065ae327f8b0b4e0f77c9b8e7ec9b867b1cb1362916333a4d4f2812609ade37f068f2022e4ae9aa86128011cf301fc4fb35b448c8187dd75a8a1d63be01f77c9 +DIST maven-plugin-descriptor-2.2.1.pom 2064 BLAKE2B 9dfe76f7256a3882d04e7bd45f4d8557edd5cd6a65a1635faa55a38f2c94aac83390f32db671a93eba07817a7b6d4feffce440965eac4f78ae73c2085ccc02f9 SHA512 1dd01ac57c583d8b5e9ae68226ce5f6cb5f3b0fa28dd761f66affa1653218de898423efbc63c70401fe2134b3b511bee4fa9be34833fb0812f2998d20ab239be +DIST maven-plugin-parameter-documenter-2.0.6.jar 20756 BLAKE2B b5461a4d7b551a660e407724aa4ba1620ae2d89872e6040ceed82adab45c1918534699bcbe8e743083422877547288f6537b5f89ad451c44a300521ec0f1769f SHA512 9122bab1e66ec26d2f87539596585bb8714b1f5e33544038035fbbe6379c02ba3c52db8a11e8409ba3f36b32e5869a681e7b0447c3391248856b8dbd86c3ee43 +DIST maven-plugin-parameter-documenter-2.0.6.pom 1911 BLAKE2B d639e15e5e24798885f84d703c45f779d71b5a23f1b5404e10a8144d21290988acffe1b71776fbc6f81b62ceb272295fd4c3b839867b5dde2b03a90550f63a49 SHA512 332a262075227d95155cae260eeec16ec07a5cf6d87d5e981c61bf3d46b88260df33d88227f802ab9642252377096cd9ac4fb6696708bdf67d3b993c4f58611e +DIST maven-plugin-parameter-documenter-2.0.9.jar 20878 BLAKE2B 6c70ed4d13038df9fde4a1936ead8202a274b72df0ad53b6f0a06252d104d961dbce569783ba78045240fb7bc75442e30d1cb7738866b52ce158f772220ebeb7 SHA512 7f925aba43f2cb6e1ac8c1051ebd89a7ea9df33c9187a9d5740631ef8602cd40bc0a775c0ecd119af45cd0f4c6449db654a4a6113181d526dd91d4b91c952c1b +DIST maven-plugin-parameter-documenter-2.0.9.pom 1964 BLAKE2B d376043e9b55cbd27d2fd3f5d44054fde86101ab65fc593d97eeb04e698b867e774dc0ba1230c73bc02b99472008eaa9ad0f77e4893ef1af57b9449c74567c88 SHA512 d047494caf72a07dff3290722242173f0d0266d0ea5091cc78920f0912ecb961ff2c9d8d40eee03d36ac1fb2d1776eecd0442be8a5281ef31aff30e39d7158d3 +DIST maven-plugin-parameter-documenter-2.2.1.jar 22192 BLAKE2B f49dc16694eb8ba1f1fc7dbd60f7d0e02b08438afdeec51b40f9eb13ae0be64ae72f54f4fc1d67e4893ab3edf1f2be1af491222af5b6da1304b9d9d9dcf03176 SHA512 8dcea62780c191978cf68160dc00d1830a70ea1f0565b891eb09bd55366be351c7f86339a5f71b3c780a2d7186a2a65dcca263658a7a3d89e48178fa753074dd +DIST maven-plugin-parameter-documenter-2.2.1.pom 1957 BLAKE2B 822e88c52a55604956f8d72d6a5f11dee4f4e332c3a63434454d0d570ba78f7c4a80b556204bf934f5290e9d143f833c5b749b21b7a8181ebf5ef447874e30f9 SHA512 b82ca3ccddb8b8d6dabe0afb09297d81bed38825f3668809a0b39e7ea734996828d0c4bb4eb5f48de26f846443990345891668ae919c9a2a9ebff86ef50f26d2 +DIST maven-plugin-registry-2.0.6.jar 28922 BLAKE2B 0478c4a82c0e43e4c95f8fbb0f9173367bac9f710ed9a5577c621b8fddaef000e54d29f0ac2bfc8c40e17381ac82e3ebb8dda2b0dfc45f82744ff76ebd15678f SHA512 c32c0161bca706951f0b8ed6386e01085609681e7c8b2e232957a8938519dcf84cf25a6134e33fd2663538edcf4e0b44e79550358070b0af8d627856998c905a +DIST maven-plugin-registry-2.0.6.pom 1946 BLAKE2B da513636902b92f23dd2c06ba374b41314847393426dddaec487b220cbf620742205795e9cb5863a56e7104847cb156bdc09cff5eb0a31bfa1b3bc49c2ea82e2 SHA512 a3b60d1614d0ffba06da14aa18e58a3476860013a5d5a015520b864b9848c11ebed6ed9479d3a97c0a49db77c9dd225baed63b0e348efe8cf0d6397fadbe8216 +DIST maven-plugin-registry-2.0.9.jar 29073 BLAKE2B bf66a76bc0cf31a9d41d829c16ce460066ba924891c6b299e4ab17623454dc5c52cab7bdbec54367b2ddf254cc40a20d85ddc20831d9c7c546534a6517307c85 SHA512 4a76c120d51bc08dab651d37818fb4969a22a305bfdd8ec779fd5cebe2dcb07817d81fcff6d18658ece70d9eae0d7ba52e10794f2b5f720d09b93290bbf35949 +DIST maven-plugin-registry-2.0.9.pom 1971 BLAKE2B e3a7aa818c360cf63e2d78a55a9af6590ef43b8799d1337e70966063bbcb60290474166f2d5379507f98f1307879478b0899ec1cfd6ef78f5e1f46296822699f SHA512 6e62652d55f3777ed8a3c8aa9f6f213ccbfc520703750e2769e19a1feae5b8095b65235a651627764f41b6a04d9edf3abeb0fd4c255790f6ddb10869afc60418 +DIST maven-plugin-registry-2.2.1.jar 29710 BLAKE2B 98af271cddc6b32f54d8172654253718bf13e82075ed607d3111cae5abca4e9059ea1526d5c183984a755bd4a316f98e5f1b60b139f923ad240f34b2cd4bb67a SHA512 e303d6ee50acbd1fbf315ff7653a8dce82932f744565c7055dd3b08547ce78897098a7184c4b87607c9015d64d5792eca76e062d18c8d5c9dced2f6714f335c3 +DIST maven-plugin-registry-2.2.1.pom 1929 BLAKE2B 8f0236ff2732716b932de4bac6db2552cb69c29a5ed578467e6ae513d1450e22ddd093d8b8ddf7337cc7a89506e9f7a6136ccf8fa04f3773c434f6a1b40a8335 SHA512 2ced0f4db8498aa2393e0545f6457d51ad9f3751f4f8faf2d36658cbe286f7f53a0551c812bc22bd05d96c62b0044615fd43b654b442f2854adba4ab0ec95fa2 +DIST maven-plugin-testing-1.3.pom 9532 BLAKE2B fc5b8894d9d0f12ca8dc594506cec6bb6bef689cb1ecbe13ca2c6ec65a952afe1e7fd47779d182ebddd032131e48e45fd42e728d7201bc4827a663f37292b6b2 SHA512 e9d7829e6a10d3f34f28e1413acdad0ff555c9e9d519a671050e416f9bcc02d16354162eb8e2c0d8ea8b8dc8c53c50d7229a174e7ebead3f642f4b952e712ffb +DIST maven-plugin-testing-harness-1.3.jar 35314 BLAKE2B 0b73c4080bdedc5f694159fd26d3123706b35bb6b8d8f2d4f7a474d1e834115d53ea80ee62f7567e7367918d9f1e1497208cbe0783d000159105b0bb20f0982a SHA512 038826cdf8e21af1312fc232f5434b1f15215b7b25c052da7585c13ece22a2b80384f010846ff1f5d8345549e5560feb3615d5b9c438f3aeff329ec637897a31 +DIST maven-plugin-testing-harness-1.3.pom 3449 BLAKE2B 525e2c1127341e4a74be1ce28e3a7822a7ec5df725077102dd85eee7b4beacdb20c77ec51ab526d44b9de1486bfcfe86be1a75af905bcc30c517c9d1bd35143e SHA512 4c74c5f31cc46ad983e33d32eb0397ef0263d8f4b871cab773a146e6acb31add4b8d08e6e4ffe9b7d8d74a84c673da8247cd860eda1e2a997276a21356a96ecc +DIST maven-plugin-tools-3.1.pom 16184 BLAKE2B 0a614a0d3b85d2c70b3139e35f19cad9ce40c21a6b22cfca0f1ba19a7fb24dea1d4612154414371d2702c7db9352912051b5828bd0100c359183be22b307f236 SHA512 9e13902a2d8ee40660fe7b315e6e2c5b4e3b4f65ff17b03f2505a337008a0ac390f5b069139ed53d87e955cd6800e0bdaedd6717b038d5c7bcc6af857b671088 +DIST maven-plugin-tools-3.4.pom 13591 BLAKE2B a5190be885f32e53aa687fab7c45b462720350c2f62ba94721b9f77d901d93839acb3db7af4f3e745a7cc5af5ba3be2cf16bc87cbbef9ee45ab79de9f6c97845 SHA512 328b44d2017cbb714260120a953c950ac758aa75870358d654212b3ea625c2cfa1c3d7c002d3bb8faaa4138da91905cff47e09614a8101be4eb8d7ac408e053c +DIST maven-plugins-22.pom 13039 BLAKE2B 8ec8366a4c7ee7e4559f620d08a936fbf0f644ef03dc3ae1bf520078317c35fedc9f4923f58a71aa7666c81667f26f154f6ecb83f2ab33411152be873c1f7958 SHA512 8afbe86bf06c84cdb8ff8a2689b2627513cdcff9919ef55279f58f5d154a0686bc3a84f2b3b7bfdccc35c6e12389580ee26a2f60b40abb7a528a774b4613df49 +DIST maven-plugins-23.pom 9198 BLAKE2B cb01b1f4ac1a71d0849c7f19eec219a4fa45020365c12990a7358ad6a2f8682c055134d87b89c300b0577b0cdcb0bdee8b2885f957050f5a64bf8f53f5b07527 SHA512 2aace08de0bb4c20e26c0c5b3c8bd739e1fd06128eaa53eabe1e262a0965cd25f4545ec19c6addf8a6fb62ee3c895e1e510efbf98ca1314a4eadc982eac70377 +DIST maven-plugins-24.pom 10806 BLAKE2B 3d65b54dcc5d651dbd8ff41c6e7fc04096a314c3238eb5a4cd1dfb534ffb331cdffe9a19e38a2034fb5d2fbe7cfe8965a57a53ed1b704ace290e6e659653da13 SHA512 3affbe79272d4200529d19a63ea5680d1f4b6464ba1df0096a5bea57e9bb11e66fc03062f7e5a1f01fa751b56a7eb4fd68e32e93f8ed328690c1e6bc6738ea0e +DIST maven-plugins-27.pom 11365 BLAKE2B 6730d4cab9f5529132bbb48196d04499098bda780323216e092b9cd7c331ed0f4d6735e1badd58ac4648b4b02a44d918ca623fa43e8d3e9737df287e63513424 SHA512 d45f18141d20ffd2f184db5c405c622d4116de37da5961b24a351aa45d1d40b7ec297db881d80cb38c0b56b508732e6bee8507040ad68af1825cbef1e8f0a3e2 +DIST maven-plugins-30.pom 10172 BLAKE2B 547ba52663dbc4ad0141e87360a08ecbfe8bc6c550716e908e3885ef48899b975b2f4ce1b267ccef124d122c1dc1b948f2fd6860e23017291992ba9900082217 SHA512 3f9a3fda8c7a62252bd77e862d09c0b4bfe5e78bc73b968352d1b264adda91ce131c8c9a05340d92b5429c6d40aa0034b7acbedad2052b5f912f2251ed79c0a1 +DIST maven-profile-2.0.6.jar 35241 BLAKE2B 2ca8bfb77e822d648ae713ccc204d55366bc97df7beb1c036fe5fad172b40f970fa9304fc89a231414597ba0f90b563ec20a5203cbd291e2c4bf8672c1e15c54 SHA512 7496bc63ce3cfcf237cd060218fa681fd2893b4316e78842ddc549e73f1a9459253ecd0a7aab50e685ff7e4e5a731ef163c6d090f755b34ff8b189b59a8167f9 +DIST maven-profile-2.0.6.pom 1980 BLAKE2B f33b4e779467f4f9ab72b48f969f2cd7c13718e4f783acfbceaf402af0b49b0bfce6093ce4c5ceb1428b96570093be35112dd9e06abea90e36655beef4ae8c44 SHA512 c3c02dd24663237c1f7b96cf11a80813c7df4648303fbcae395e5eb06c027b69f3566b032afdcfb7349db6a5f67f9c2219cac539563404e9e6ed7cac02ae3d0c +DIST maven-profile-2.0.9.jar 35359 BLAKE2B f8efc3615fbd02c077428ef2ab4ce9a39f3d9306ef3493bbbf9b6250bd4b76ef78912fe03f9ed7ad25c7acf59d20bc37fbbf37ec29860b17f4c6c36aedf4303c SHA512 3497cc056bdd927a7716aeb16f0971ed16f85115b8b1b959bbf9ab925266a536db6edb03ec4fe6ff4d8e020e978a39a5655c49e632751d22563aa6309b9530b6 +DIST maven-profile-2.0.9.pom 2050 BLAKE2B 582d38b785ae0bda7840670ec1bd68338403bfa10d12ffc1c5d686aba14f71a9bfab835d66016bc446e39d90d18c70272ec2e251b7a468cea7f4078d827cf715 SHA512 feb9066d99f1df0c11b037920d2c09a4da0864791593b721c868d69a33f59d934c7177410ff72acd5fac32bed01b1125c556c93e2fc7fae7d5f5647604b8180b +DIST maven-profile-2.2.1.jar 35362 BLAKE2B f0526c410cc7043540473df2c164b9e656de63335fa035b2c697c90ddb081047f712f132023eec09fb1bd09f1bb96d817ff5c3d3b7a006d76efbf4b9b69f3e0b SHA512 4745e638f8ebb3ec6bb1a382b85009d929cddaa06dcd4786a089ae7720466afc8e94ebcf8a99c88b3b4489cccc173741871bb8e2f5ca3fa8f3c793eb64c84747 +DIST maven-profile-2.2.1.pom 2171 BLAKE2B 1e3400fd2aa4f59fba029a48ab9bf7379b0549556b782f42c626eb3aaeaf2325f82db0bd58c04a9e7f80336d152e4662055c4ca7d20b30a5cf30844f5148543f SHA512 cfea10df29ce96582902b9e1bc7f975c90105b766e8b2d99c86054663c2fcb9df21856d71eeceb5c0af1952981c3b1675fa0ff8bcdff02f36633d401c562672a +DIST maven-project-2.0.6.jar 116183 BLAKE2B 75a973b04d6d5d03765bd5f7fc7e1b5483be4310d94d9f95a899df8d8d83578be83bb821825cd9e6069a96460c5a7a73fc19b0b95c97f2f23dec93fdd6bfaf82 SHA512 6a14ef7c7ff9c1cd78e4a39fa3ca902f231179dee623640c35722ee08b2bb4276ad9020975cc6c5909ffc3b067d76ef2741531f84e63f9d7958c9a3225993245 +DIST maven-project-2.0.6.pom 2637 BLAKE2B 0e32123e2325f00e1b9ed1fdb0050abf8b73bb830d080eec2c452974cc5ce037077a0b15e73c74801dc49add657b382fff42fb3ca8fcd3281fdec5c13ac07e84 SHA512 17c1ec45800b613bbed210465239e7e4fa9c673db6ff923bea8ae50fc3f3cd17d24751dcc3a5f90932d469f76c8f1674a334fc420a0d9779e8fcbf92f900f347 +DIST maven-project-2.0.9.jar 121780 BLAKE2B 04e334f5178f78a3518ab367a9e1517bb8355a117fda7178ab8bd02a454c176aa730cadb7b537f676980b4b5a816473724ec6a4ebb462458bae4fbc84a6c20f1 SHA512 ecc4109948dac8e0e12d45480f62a1e8db8bbf420f25a01648c05c68383b6b8942250726a63f6dfa0758b46355274f194448d4c956d2a847f4fd11f9e9ebae28 +DIST maven-project-2.0.9.pom 2710 BLAKE2B 977ba98093d0b94ad9018cbf32556ce0a03a06d324607cfdc9190901260e403fad68068c3f89c78a00c25141e65d87d6faef8871f7e8e9d80158afeae2fdcd68 SHA512 38cfe4c0b64e08894c0f748d022fc95ddc34e100f20d9f2b67185c90a775e22c7b6eb3a77842be2bd1272ccdbf04e5da0ae691c706ff03e7d5e94a5b42017508 +DIST maven-project-2.2.1.jar 156283 BLAKE2B 4b641adb5a511418ee7a5c1b15f60eb83fb519b316b86274e5183a83ee1a0ce63ccc65eaafb372aecb411959785e25c764d8d2d8dd7c76e55766418c7ea672b8 SHA512 2c2a1bce069f9a5ad72d6c5525382529aa30875f09870b9c2b5afba86869c51e9d515d44aaa5d1d6761391e0173f5697cc46ba9d31df09c81c1afdb4b2c850e7 +DIST maven-project-2.2.1.pom 2773 BLAKE2B 6646c88f2523686afe38dc49e485e981b49d578bdaf6a15ca300b57af27015178de27f21d4723600ab0cfb26e77ac6c71bd7f67481f895923cc333e6ba6798de SHA512 e306468ec10dc7d2b8438675bc501c35e429787a59b269d9fc38ec4d913eb24eb1d0401f197ac0755976e495d06e385abdc0ca71e2b479d822ac1ab682845941 +DIST maven-reporting-2.0.6.pom 1439 BLAKE2B d167ad3a9fa939c5c9745e424fe08310d64022622d4e553a621713b50df02c525a0dd6ea185e58883df0ff1d3d5e09282bef1005bd0c929fba13324d56687ea5 SHA512 a494a7433c0a3dfa199619d39154121f6017ee5d575f3969189ba72f7b64e8c1cecc0d0cbcd45d3b11ce354f59d2e2f0a04bb81a351af18bc2ee91781a1d13d7 +DIST maven-reporting-2.0.9.pom 1476 BLAKE2B ccf2d6e020f4f3ee33d2bedf5fa0dba7e4bc94e62eb41be3a510b6cfc56dfa5bc701051f48882e7c76f7d94f8cf23ea102db3c63a6813c3b5dad020191f8e03c SHA512 450781a910b5c440fe5aec88a86866a03ba9c96a20700a45cb038f7b676a6722688464a6e26c970198fde770f27a9ce4cf3ae40a7c2def04b1337736f826f218 +DIST maven-reporting-2.2.1.pom 1443 BLAKE2B 3cd7530a7e6bf353e35a825b68066d75f7e771c716e706432653d451f8e8bbe778ab891495efb9745c6769ca76e9c48545c3c996b6dfe9a0c526740f6d17b78d SHA512 aab9da52a138061701b0d2b31fafac9185ad7233c9b812120761b3ad5174045936b034efcca65061c62fc801c977c180edc18bd960fb3bd0ab0d2314d302fd04 +DIST maven-reporting-api-2.0.6.jar 9941 BLAKE2B f6f25d347a7d49cd229ac5603f4f171b428c0f69cc8a418efaf93ec78d90aa07933abae75de53095395728d571b33272cc98b746f6b8287b9c534bf38e162f16 SHA512 aa85bd126456d6505b770ec0669b470c1a15881dcff996f08aa8491b2657f587ea08dd9a412a05641f3692edfd96d28aec7c9c2ced6ae36ed201235e45e16e86 +DIST maven-reporting-api-2.0.6.pom 1752 BLAKE2B e577e2a0a9d1f929b1f247a701f1fed381bd6b4162813be0d559fa2c923556f662cb615cd03db60a88a06433d2294f2d8e0f2de5820400f8b67302d034375f1b SHA512 7edcb8e805e9841ab6ca2a6c125b6eae42758ae4f975008e446c0b0dbac7f31e897fee8c8c741592315584ea373555de5fc8f439facdfeefca2c5778405347f7 +DIST maven-reporting-api-2.0.9.jar 10137 BLAKE2B 513f91ce0b2696f19b86ae0ac724567a9374c636b4cb810bf4ad124cfd63ff6263a846bdedceb5f51c6d2655fb7e91ac59000d173abb1b743b7e587be529e296 SHA512 3931fffc12f90bbf3a323a18977d511f934aed3931ff242869d889fe40502b878b4207e5cb1481d400fa0950d79dc2cc33e13a3847aee71a207dfbea631e793a +DIST maven-reporting-api-2.0.9.pom 1802 BLAKE2B 7eae2eae8046547c5f36b38a8a3814b39b1c6feb646b42253dd2be6e1317b1a6683a7257e702bc11ca38dff72f05004a969d06deeed668e6d6da3548d10671e5 SHA512 469751f17520f8f435aab4d1a458996b923ed5271a9d8152a77ae0b4a9f8600999faf1f725b61a71d568eb8510a5c22749078ba37745d150dd400280e9864d0a +DIST maven-reporting-api-2.2.1.jar 9787 BLAKE2B 11649d42fe4271a349e8decfcf404853aa3ab3d88a126300a935e5630ceecf266dafba9dc067d6eabadad188877f0c3f97675a6d756a63a1e1d9907683f28e6a SHA512 34528d8ec55632aee3b1c0dd558b91c610abc86b67c2315195177e431ea605e5d93f6ab463cdcbf93a04845df20678cc544cff69540528d838d643f48ede65d1 +DIST maven-reporting-api-2.2.1.pom 1852 BLAKE2B 16a3e5e64c85bc82de2ea13bd3615f28c9472c415b7fdc7808da9fcbf96472582bb88139c115fcd63f083d0ac3dad201f1a369aa90b417217db6673d2bc3fc4a SHA512 77da848c2b2b234da2f43df3f55c0cfb46ca0460487480e6ca0a2f250a8f4faa8f00fd140a21d37f46ec4bab46e95faad204fba4debd9c9cf6525dba672d4e19 +DIST maven-reporting-api-3.0.jar 10940 BLAKE2B 6619cd5df11e665948535abe819d8ffaed5e4d7d7ad005040f6ba70cb6a1cd7547df80f82dec7c8fa916c1219c96aa8fd23c48696c535656744101966d27b201 SHA512 439b65a7c9f2189b7e268ee1c91d1699f18d3594957bd0176d03e5796319f883647bcd37ff02385d3b34138289291837a7ebc8317d095ac86d9585c0c8fd228d +DIST maven-reporting-api-3.0.pom 2373 BLAKE2B baef130381a847064e8ec7118f3ab2b0c034f3502ba5a710cc0a3fc8b3a747421a96a64636e55c8b3327b4b019f170867251fdf6ee83053fef89ab1c99570827 SHA512 110b02f048a3ba03b1eada7581f625f73afbfeccfa4b4014a1b6b4b13c75ef5592279951bffd9ade97220c8a917ca881c0265efa171f731949bda92f3987c050 +DIST maven-reporting-impl-2.3.jar 17978 BLAKE2B 75aa9b21f5c48e6c499edf375971947e672841fdc4a8c8c64222b2ef3b18dc836d3a65e5a6265b4114ad51c0ad51df283919753a43b707bb9b004d876a95ddf6 SHA512 cc4010b360075c13478089111f7d41a6e3cfc07db10f9e27203415fae5e8b0d5c97a3791639f2c286282ad94ae417f64bd2bc6ee4907be6a083c86224c7e1d04 +DIST maven-reporting-impl-2.3.pom 5000 BLAKE2B 04d4e0062195bafdf41663766b487d30e74b7652b1b6ec6aa079e68e0a777aa0b8e3a4d57ada99d94cc9e3ec8d402974fd90cc644b7c3909ebcf3c0a8a14bfeb SHA512 d088bb7477a0abddf963c7c2638497d9dd15916966f19e9ebab6ee9a65fb6344c272b242f85775bf9a4c9f9507dd51b366344565ee2cdc3057f281c84add79a0 +DIST maven-repository-metadata-2.0.6.jar 24475 BLAKE2B 02295fa1f35df8f5321e797bfb6d6688785d286dbebd83a64c5e07e45decc2db56991e13d2b87506f25867bd2ac651100f9c1a26a8451c3258d329d65a7c5b12 SHA512 7b9d0b2b5307a1315d774dd9be23ddae4603400585abe615ad15917ea1ab519610e40d4b35d23e6310f94da7bbc8faf053725fdd32b82d4b31e504d6518a02f1 +DIST maven-repository-metadata-2.0.6.pom 1850 BLAKE2B e394028cb2f74658daa3ed07b1a25d61fbe35354386cca9018c797c48bc1d29570476d26de37a0acab5a1343c9886b4a2a5a35905c7d58b7f445a9a1420520c0 SHA512 0cac4ba68850ace4468647a9a1dcf5e7cc91d173f4fb53036b0f036556aa899d611942905bcbbd5096b200dfafa44066351490262c6e7d92386895eb7c58f1b4 +DIST maven-repository-metadata-2.0.9.jar 24559 BLAKE2B 7f94ce2edb9ada4e9d900d054dbb1012aaa7e6b7d651b7216c40c1d323b115cd191d7a5b04c7b3f478440f66f4f62bab98ebe67752f51d07f1af5a8c0bcddb94 SHA512 1582877a693637cee28eff81bcffca289dd6bbd0532c085f28e274ff3e506c825ddcbe6e8bb152f18ec26e2fb3df59e7d5ff8be82edb0b6acaa01883ba0c72ad +DIST maven-repository-metadata-2.0.9.pom 1901 BLAKE2B d9a33bd6ec392024af0376735d4381942e8a1dce6312c133f7a8c9ebea88a44f0c931463cca64c6597494dd10b30fa5569ea873030bdbdd7d8dae4526a291352 SHA512 dc4bd8a99e2c3db6f52f73ed513a02ec4b24261f00587efae4c81abf582affc3b7b7c65b075aa36fe86782ab3459b7c18c48b1a883a6d18edc6367c300fdb48e +DIST maven-repository-metadata-2.2.1.jar 25656 BLAKE2B c835ca6d55492354c2f62126b5c4db88e42c52018d43239f8014bc6bef63db5a15d95c092664b477f1659d24319ddad766ee9723d2b708a85da03f1e88881713 SHA512 0f318c496d8556ca957d4d66dd328881bf40d63301195156792ffffc72484e4d336b8e24ec81354ad95bd0927f7da4ba804a2ed9ec2dbe6119edf94455400f5b +DIST maven-repository-metadata-2.2.1.pom 1871 BLAKE2B 628c5ca237732e7270d8ef22e5ce706419e2ee0bdaab15f26c174af7cb0b4ec77e8845a28b461948d9c46afaa7665f1a339dad318720c1f98530457cb3f9c330 SHA512 6f3718adf04b5e1e868023bf8a11529e88476c0ffdc7a1d11bb16cbccadaf3e59566429573bc41c773371a32376dfd48e76ed9dbf93fc3baa9ae7bd599b0cdfa +DIST maven-repository-metadata-3.0.jar 30082 BLAKE2B fea606ea1d294792f777fcaa0d1b4ab3eb1b970240c3320dda9e87ee991584bce4a4336e2d8603ae0fe3809385af72bc6cdc7ca2a56e0bfb8fd6164517db658f SHA512 1e6ba2beb6a2a005bb4896c351298e90fc15faa53a72abc4d6371551182bc29e06f0842d3a3d2bf66c3a7dbf95fe5d4c924374a5eb95a15c026a52b009874068 +DIST maven-repository-metadata-3.0.pom 1929 BLAKE2B 545e4a3f33b34e43fe2941978cf4170c6789b3516418fa6b7032be8ed63cca0d813ff1d48466f81420f7515c0f5ca7c81a67e719cfb3a5c84584c4034d96b209 SHA512 fed1cde5eba5519c48635415ac0a19d27dae938978834283e35e78d8a56fe3f98fd0e8a897ceb7ab204846ab5970d49b49f214a0b84233a10940952a716393aa +DIST maven-resources-plugin-2.6.jar 29519 BLAKE2B fa72ce5fbcb19a1b422cd2de364a01fbf800e940b01b7f5d728571747226e7c9b1c86d75611f05eabfea5cab8d9e3687ec0c7caf0b4349782bcade6742d4b92d SHA512 9bf1a54344a0ff7a31762278ec84213df0c52a130ed9712430a1b85e59e2509caae0c9d2b972ecfcc9663177fdda28db7bfc3adb09716131160426375d578de4 +DIST maven-resources-plugin-2.6.pom 8115 BLAKE2B f75c9b3ccd90b8de1d774a7bb3f504e22375b801a527528637ea66277f141ed87e060ea66edc515978993eec40e7b4db2dffb795a79cfc359f95739ff53d5c82 SHA512 736d616a03def4817217155510921d7d97c75fe50313ceb1e29657895e8b69a43e63c744ed95b4c3a3fdc6d2c18e551d77c2159e281cdf6b277efcd0b08138f3 +DIST maven-settings-2.0.6.jar 49100 BLAKE2B 72a1e0b0c6ad6b0dd89985dc2455823cbca2af25b7c115a6164e9e9237122895d42626d7a59272153a86cf491e65f899e1fa3183c59fd514b86a7eb3b43bc765 SHA512 9bb25ad521739c72008369abdbb50584829ace4b81b2c7d04971886b18247c9215b8f1ee19a4a165661a94f70e376e36e32c641ab588e31bc470016960d2befd +DIST maven-settings-2.0.6.pom 2001 BLAKE2B 5fa2c90fb3782fcfc5e4e7914b8bb7fcc86a5858fcd905fccd3d3d54fa3dbf4ebff2098121af8d8b3497bad3c41c54cd1d5e830a874d4bbf28cb40542fab11b6 SHA512 f4b40434987d59bef73d15e92d3e4b945205388feb6a72ce3ab831a98d13b71ffb0f6023a57ae9b92577124950633d4d1d4cff2efa46a15ad3c11204e98bcf06 +DIST maven-settings-2.0.9.jar 49112 BLAKE2B 7ca18d2508a55b7fa6e01bd3566c5a04816a22c78019072332edd8e2bd54a2b68ebacd69ce744b913796d04907606dabb0bef2b9ef7898d0bff4dd935eafa922 SHA512 8aecf77300064c9f83d6445fa89cf857933e793c127f546c85468351baed68597af8279f9e84f81185829908870ecccad7a50afe6052c919f8e4ce5ae2f3e061 +DIST maven-settings-2.0.9.pom 2058 BLAKE2B fe7ba5e48a7eb610881cb330e2a90a49d893dc7bd0ec15784e5401f0088fe7a0361ff85005e919a4dcbcbd3bd968479a198d9641c50791b6596d57be11e3940e SHA512 b6848c382d35de4060a32634f9ade8ce9cde60c2be119090e1d31e3278ceb7276a60975737e1499b44974e299e7b846078cc1826a9a12c466cc8e33579602be2 +DIST maven-settings-2.2.1.jar 49042 BLAKE2B b6112f75012b1682cba87cd20275161fadb7a7bb3712ba029c2510cb6990d931544f0f67d34e36b4c3d549a57d37f4d05518452b551d1e9a5f40e9e3b7706e9b SHA512 add3903fcfca4cd31cda146cb26fc7c4380b95223c65e0522dd2aef0ee3373fccfaa2e74cbc22bb9f7ebd779694a546da8de8be0c285f5d0ced19929327263dd +DIST maven-settings-2.2.1.pom 2179 BLAKE2B 1015c2276326447620bda7923e7b6ee1abe77ade3558d670af414d4058b1da404d3f25da192320a417d985f3279ae4a02c76a9bab621f360ddcd865bf8bef8ce SHA512 320edb58800f06c233441ed9d2d48ff3ff81e8f6d7e2876f28a4fa7b7fe09c1832f38106b95324e06ac4aee77d9c8e08df64736ad0cb87107b0de9ccabb35577 +DIST maven-settings-3.0.3.pom 1883 BLAKE2B 433ee50587d385ee829a9adc345de66e0ff6b1e2529b51591558b9b1893f51feec79f9ed79d68c084dee14cc29f8283fbda8c8fb6340a9b877b8c3aafea7c440 SHA512 d8a25cfef389429cf40f3df12869f8cc2123d5d830e7f5638147980ad6f20dc33dd03be75f1511e67505331d9809fb6a29ff3f1aab6990b01b8e58a2424bdc0d +DIST maven-settings-3.0.jar 46667 BLAKE2B a51ab294d7a4c971695bce49da19f4cc8ecb9b7ca1718b2d6eaa9e2a56c36e423c497f9113bc0e2f382dbe20ac7a91bedd5e6fefb11d3d49d8eb7b51a3190674 SHA512 0675bca9190ddb810c082d21c603f9f1bba9c9bf144fe2425a51136c34e09b3798c31f6d7e6e9c1f7a26d2816bca03b8b96f6b86ebe1bbfa67c27456ee12d512 +DIST maven-settings-3.0.pom 1881 BLAKE2B 3c805faa35b6e4cacd809cda01d3dec35a6a0ab0555800b5be6fb64482729adcb1e13293d7c1b31ddabe3443f0c6811150c44308afed357e07b6c004495f75d4 SHA512 71d6798166c5fd8fec2197fcfaa725f6d74420c0aa57336b6c9d47a47bbc23e1806c05f00fb8f478bc82f22dd6ea70e009a93126b92283fed94f828aa908eb11 +DIST maven-settings-builder-3.0.jar 37780 BLAKE2B 513cbc32230afbec22fcb0acafa9daaf66a7029df707a34236b7ce06effd5a4b73e8b38b4d0ac58f22b64b95005d792e019c1f87327acba9033b038ed8bcbb8f SHA512 c5ed19e0cc2bfc8e4c9217b385d535fcb420a08ec70e2e4027a7f08b2e2e5891d6590fd6088225bfeae240eb85c6de476db1a00863cf45dc3298a22dc371bfb5 +DIST maven-settings-builder-3.0.pom 2220 BLAKE2B e68b575ba5919d37d17d6deefb3efb1855ec722369cd2f2def8e078d74219802bda96bc03975f2ff876f32892375b7f263ceab76e87a930b2f7badc5dd144df3 SHA512 600af26dc46e12e0539f61df18a2e3b5df919947a91edc6cad7cb17627a68aeb4f353b78a6847879c1dede976fa0cc6bc1e36c6092cf1e41b5566415ba0b9e7a +DIST maven-shade-plugin-2.3.jar 101225 BLAKE2B ed7a24ea1eaadea25e7a7703acb1028d61a8ec1313ef2f739a9b239206896ba5ac8874075a16219e9e416c639e91438fa3ef5e2ac3aa64c5b697400190a5d867 SHA512 579a84dbdd1b9f89f5b1928dd378b7799ed0d547572e3b285c7ba27d21ab6daf03a48199278711434921d608027a4bcf0a03f0ada38f0c78a6c689630fce2218 +DIST maven-shade-plugin-3.1.0.jar 113883 BLAKE2B 5e05d850e7854438016fd92c7f6d95ec09ce331a74d10725bedeac5c998a049d0a2a9ee35682473b158515bef7702e370ad4507093140c2dff3313d5fabab649 SHA512 b55817a6dd373d0443243a3ddd3ab00b92b3c81287d563b21d080d813766cb8be84e1ab20127d50ed7ada7af4a523be34c568e461190edd4ab86faaababcaf0c +DIST maven-shade-plugin-3.1.0.pom 9467 BLAKE2B c4507de7076d33de7a680665be66c60116cf499b150f57f4ca1d0f607e11f31091e2c369ee1e17541793833329d4f97d6a26ec3eab9b1a9b44cea22a3cd8d790 SHA512 6f702acfef20ae1cb146b9d2545dd730893d59cc2971982322b278d47c214c83246eb6fbc7ebf5cfa4ee325f83353ab94bb031935a969ce434b2f4e82a957688 +DIST maven-shared-components-10.pom 8433 BLAKE2B 80d958a0a2756c517d477b5b386c47e4dc928b2fe66a4a45a53ae7cbfa308e5d5f5f04e9e27e62667923cb49c124ad789aeecca351cfe4cfcf2bfc385145e055 SHA512 fb746a739ea798235de09d9dcf91fedfa9ffdfffceda502c7b1eab1fbf35d02f11c19e1d2e12efb49fa8b7d5579234156c2f047d1f0b84f3b9bfb6e4666d339a +DIST maven-shared-components-12.pom 9337 BLAKE2B 6ca4b731a2f0f1a38b56386f25a45d7bb58a122bd6d63e0735f97e41c52d084b96b3503c9d8065b449a1c97aad869e9d26f8c09b877f0d088398ee57ec0c1374 SHA512 0960f0ebe706b47e918bf2d3b17146519d7070e78d5ccc6fb797cd216383b0d14eb319be4a572cb7e1cf070e73a5a8478089bcee094404e66252da8bcf245c7a +DIST maven-shared-components-15.pom 9337 BLAKE2B 53464a39ae0559ddc7610005d4d69b295442a071d724dbf90ac105c5d3d14bf7e48cd3b8e0599ccef19ed596a6b4004db889d7bec85f06280b2d77058848e74c SHA512 55fc56f730162278b80bb2212c1713aef33ecea6a8b89833441f1a2e3f2267aa02172d8c37548a402a31e134de1fbacc4cec8af76bc3d4bb86e9659b291ce50a +DIST maven-shared-components-17.pom 8702 BLAKE2B 48bef2badfffd1e1f58ef83f069e70ad67bfa08ca0435da749ee243ca2fbfd5884c2fc5f6943e364cbc63106069d2b6b5fd5538ed090a82e9392423e96c3da85 SHA512 1e665093ad08b7dcb17358c84f0286dc88721f5f830a7ac1d334b122d9594d1c1486b2dd8bc9c8c2501ef11d4546b4f8529b1554fa68da7cc004fa55d1c52bdc +DIST maven-shared-components-18.pom 4934 BLAKE2B d4b5b45a27b902439c52152899d99cf6cfdb2f7d250103d80e8f8b41978c6bc570803e5c1f3cbdb879b5abe3fb8e8c1bb4d83e107264f85e9d1b8ad6b6b77a7f SHA512 e026526dc78d943f251ff9bbfad7035c195d3ae2291153934870b9f69ed412b500f9cef5c512976f802b5409ac45d6128e3541723731129b8435897e3b2f85b1 +DIST maven-shared-components-19.pom 6359 BLAKE2B be50cf4fa5f165c687b340914ee9188601d3045580c28964553fc8b2daf72973b2e713d5698c5d9f98a05b1a999aa2283113fc4cc91c7a0d6b7e7f48b66b028e SHA512 100b25ee2daa245c29f2b0c31136e7b7961a2e965d22685b695b06195aceae94631dfa009ba69f179e091c398c0c53102791924ddbbb3c2f7b8339ad0266a36c +DIST maven-shared-components-20.pom 5106 BLAKE2B ed212162b4c952bb8f811ca3f32427171c7d9591b0fbd7e52acd31abdac6cc564a1b81d7a86b79aeb2cf29319ef2a050c5f7a5d941d6a6ec6a736807d1460a97 SHA512 b0fa984414ce3f5b4c1f805802375f2d97f315d5a3ada929d367c11e8abb9aacd3ce602451562711b7698294f2ff6d16f61e4acdda93aff6516bc4a6eca4a017 +DIST maven-shared-components-30.pom 4583 BLAKE2B dfae557ac66552c88400a0e0e879435d8bbe7439ba48ea879261768bb324ce606e0668582c227d4640a5071fd2c7a3c68c8e9e713f77005bece955edb063ca86 SHA512 d409cb088cac43c78f5f9bbb195da3bccb90a6e784f47952a6ce08bc96b67989305ba26de8c965060f98489923cc1bc9d8d86d4e668364249295d6d449db9fad +DIST maven-shared-components-8.pom 2674 BLAKE2B cddd73d2c3b1421d3b5472c7b75c50f7c1733e69dc1639dcb5ec30398c4bd31964c269a2674a7d2160757f0ec70431a99735a86092ee459a77562557a9401597 SHA512 9a19f0c8a396cd8c60fc580197e6f64f11118fc952e27ddee4535bd7035f93a6098d4f8aff45667169c4813f04722442341b1ea675c9e67cdcbde6fa6968cc31 +DIST maven-shared-incremental-1.1.jar 13538 BLAKE2B 60cbf2f9536ee88a34d384c890280407bc06b94e963d35d0260933322a1fe09e70ed66f68352f02d2f2b1ba0e78a3feb9f0a32a16fcd19f9b80d4d125cd2f3ab SHA512 d92da9a0f7e7f70605246805bac7bc83ae31eca7666242d8eebdbde4b8e6c2b6d99f54a7fb37624747412e413456a6b08bc3ca10205440debc5676d163ea275e +DIST maven-shared-incremental-1.1.pom 4742 BLAKE2B 18b14d48176bf3e0a119bca2161f2ccd22e2395be99aa16d6d7a01128b0a8ca1855e121b5afd1327226c6696c7904dadd2c948d047ad1fd430a59d9b514b108c SHA512 d9c90ce56c7e4f3715be5343c8f230a787d3c756341e86aa3001a563324ae5e1f762a07e034252bf6090d261a4657155d15b41fe2abc564c18b25301e106899d +DIST maven-shared-io-1.1.jar 39480 BLAKE2B 829882e956b7288aee5d54fd889509870cb482d14d753fbe2fded8d5ee3ebeacf059f298bf6163a2688ed48f8a4aa8282efc108bc3a34e1de2a205d9cbed5091 SHA512 d13a2750574f1e8f124d53a9e1e614ee5ab9d324700c1d1c71b81d448294cfb6f386834e7b7974d6bc95ec410b5a3102ab847ff69072d50e45f21e764ed498d8 +DIST maven-shared-io-1.1.pom 4060 BLAKE2B 12b87efbd1296d198d8d7f582a7d218d71e8d07e1d9a699c731144ef52bff273a2f16de2ee7e84ee0f149176a3fd2e5109f26244ddefe6246fa31ce189135eb8 SHA512 15c1a6da99488bac975e6f0d8bd67719daead73a6872351a99db77f143f1e821cd3ee67c1d4fc17cdbde4f83962597035088e0222348609dd3c681599e654cff +DIST maven-shared-utils-0.1.jar 154519 BLAKE2B 386e91c133b1cdee4c8579c5879a7e09e526abce413876a40311c8ae377c3e0049fc5e30127c4555b9e625646181b0cce522c8db5f412c6fe11839f023762284 SHA512 33759e9b7f8513706a18259cdd1954283006a1672a56177c2acdc7950d47162cb6e2834f2d86f4b250085c03404befe60c424894adb00f1d8f3c055c605de23a +DIST maven-shared-utils-0.1.pom 4047 BLAKE2B 6da992324e9de5b9969b1b6d31df49f001c8325f709039760c2353d8d50dc195af04833ee8c8953a12862a513a657bf7bda034b01871b86af097e8366e060853 SHA512 e695840c66d8cae706ad4bdef6cabe04d65351305ab9f8ddb84ed3b3af82de522229618e26e4ff4b9a326b150a89ace0d83185c5db16e40b04667a9be3fb5c38 +DIST maven-shared-utils-0.6.jar 164633 BLAKE2B d3e9826087b171c0eedd9d2ceb5dcd2ac03db73606dcfd572dbde5479df00c424d73e32ceb53faa834fecfe43e3b59cfb13903635aacd5074f639a1869cb95b9 SHA512 588edae4c1bd64f1149422c3a4cd9ab45afeb0301d6ac9799690ccacec8f0f016e20c9585662d2f650b1b7c23d5d60b2fd720985482d56a2067fcfed25dff04e +DIST maven-shared-utils-0.6.pom 4879 BLAKE2B 5cea58f84d2adaa82ba83ee6a11f6d5fd9ada598947ee5a62be82596c921ec46cdd08fbb7812987205b10bbda2f9fa81988e9cd152bc33514a9734014da03a28 SHA512 47f2c4ffc054ddad1b24863b1bf12ca4255e54230da468a52e805b86e19030bb99aca58eb683a78b363786d12e43a147ce1ebc9103e006dc82b5a1ad69cd6e8f +DIST maven-shared-utils-3.1.0.jar 163692 BLAKE2B 641056111765bc2ff90e443fd64173f283584386d5fd74aff6c36f39a17e1851541256bd06ce0c9821d1fc94fc0c7877f7c910ca36cfd94d24c18ec1cc0a4ee6 SHA512 e6de41cf0f1e76684d2cdc06276efb5c95d83ef054792635477ca0e429dcb8c3b0d4c25a9e2e7e417363052e79348c15df232983013828df916d63ce5e9f528d +DIST maven-shared-utils-3.1.0.pom 4979 BLAKE2B 27edc4362eeacce75c0ec9e2ead980c19abb9f60380c42128c8afb285a8c156de9d3752807e4f221360d9c8d6adfb67be4c39a8b4c49a1691f49bdf5d150b7f1 SHA512 5cd72312298b50502bdaa3178d9d40189e7acd2c7261f1a49f4c3a888748c65aefabb42472ebdbf1a0730c0770a14ac5e596618a516ebeec81cdf43d6f2bf8b1 +DIST maven-site-plugin-3.3.jar 124357 BLAKE2B 71833702c3d763ea84e9fbd86d12bed78f84de3a1836468267842d054aa7a9e262010830d988fda32a46f18c431cc3cb4aa32c852e76932c49c34bc2e65d7a17 SHA512 66677be64bfc91243d14c8a01c52d1499b54288fce9d277f9f55386421cf61e3b8eb8b4b11ce3600393f9eecc3e978e17469541294d889ba5359f38b35f85a32 +DIST maven-surefire-common-2.12.4.jar 262628 BLAKE2B 1845966e952e5d51fc073ff91ad7c188c09095ba7eea80ad539782a90e6a77b3c513687d9f9c357d6234a691abac39153a0111e5cab0cba00f4562550a8b07ca SHA512 0b82d9f2795471732d8638fe3214fe378d0b10dd1e566078095038f3052eb7a09973138eed1b8c38b263f6705c0d022690fcb15237c0c4fed3a166b5d5ace2ed +DIST maven-surefire-common-2.12.4.pom 5530 BLAKE2B f73b231c88b0db79202e4eb5c03f7f1d614727d2bd48d63e98ba10c7079655223d7ba03935caf1b9fa78bfca17b1b916ba161307cae71632c41d7478605cc8be SHA512 ce55b61797e8e994992e9d336eac5281e88092702920dfefb16be324871546c1afed441ebe4dc53f81081e79d240f1fc6e43582c6262d7052ec8697cf2eaa7e2 +DIST maven-surefire-plugin-2.12.4.jar 30462 BLAKE2B bcc1bc690e69df6bb2395a50a68016359f1c16e7afb440e5a1bc40274a024ba111e53b571fa799076ab1e30cd3b9c732e905a54284e1a04f702088b86da2f5bf SHA512 b582051dd25ce864a07936e3e8d9ed17980f1a556868d91c5bb615c67ba201115f201c9b6cdd0d26fb0bab4556a5c6d09276ac9ca833e7c8ab014f8a880a2cb5 +DIST maven-surefire-plugin-2.12.4.pom 10475 BLAKE2B d5da0e28812b960f8e5a7128fd765e5ff3d6f1876b4219d921dcec5ad09a8827cb859746ba83aaa189a886e5fccbd4f95bfecdb107c733d6b51f9081a103b9ea SHA512 bbbecc077a21e8bd284003419b48ba4f78185ba2ba4bee679946b210a8dc87520c191ba7e9ab1b08e4f2607cff51f3a63c60364c8643f278f8a3c77405d63ff1 +DIST maven-toolchain-1.0.jar 32911 BLAKE2B 895b638234f03d42a3fd3f12a670c0e5b963e85862c497419dac9d31b66c189b5d44f15ddf7b9a692abfadde38c0a82ccf639d31c1333b7e58dd177b3d2dc0b6 SHA512 7edac9836caee199477827f50c1cf205286dad3a6bd19fbaebd17de3d81bbd3f7e063f9d65ca5a69a024359ddaca04cce0ad2e3901a6903ab7668e1974ec3ec9 +DIST maven-toolchain-1.0.pom 3414 BLAKE2B 504e38e52837de4eb8e61257de9b98eb2d9ea32edcbff77f3803c6823ac6bcf882216a1eba1ed0ae7af96bde1770966a527b3d530e11093d83026d8c3d11ea62 SHA512 7e43473a212712a283d595c0bd9efee8189c9f91ba6a08f7dfc1f318ba4cb364b9d8d90f01a97900d264c60447d6d723d3940146f73f460f5476625ca0b69915 +DIST maven-toolchain-2.0.9.jar 37972 BLAKE2B a507b5acd61e4f756e579025d9e6bd5a5f4774468d09e36996d4288dbb41fa0652a7df597152e87e380ec8dd54739dbcd8c2744bbacfbcf58c96d69f1f324ea7 SHA512 c8faa12dfe590376e979993e309a160edc14f1a4712ba39614174e61e117d8053f48fe11badab1fbd429e51f7dc88a15b8bf5aec09251fe17dbd42e94e3229cf +DIST maven-toolchain-2.0.9.pom 3476 BLAKE2B 62d43ceaed8720f830ecf17b895efa10dff6f76a370143d8ec9627c2341b15e1cb79d5bef57d4123c05d16d3e4bc6d192c5f92b7d8ead137fc53bea3b502c2c9 SHA512 8709520ad3c8d5ce7bdf5f443e7f7d39f16122637ebfbc53f0f4af6869d72c0b21d5af22cd72657144f1470faa0f29f2bd12c108d55cbbce90aaaa36ea1b6e72 +DIST mockito-core-2.7.5.jar 531460 BLAKE2B 2a9701e95df48a686217ad9ab7199e36b089b8fe515cbd9f67c5ac0605973e6b8998dc75107a9cf7de80bd92f760a1ec0ca959ba18d605b671d28ab56daa0487 SHA512 f7f8ae0498c5b00cfad6011cddb62b3249298e50fda643e04689eaf1e3e062b699613216b80adf50f71a4e7188f5528dd2610e9ebfc924cd65374cb9bf549f3a +DIST mockito-core-2.7.5.pom 2310 BLAKE2B 5de719dd2a48d26dfb41ed8babd44d7e6dcf26e130c61cdd344dfbfe06972f71088f1ecae2615600243318853290921e418f993dfcaadaffd88609ed7c9534e7 SHA512 22d8eb028c41c5088b2621ea2e5f55adb51f413edcfa81f10af7255522aa397ef04af697662cc1ba486d6463d4103302429aa4c1fe84f7f1bdb4638b30dea8ae +DIST objenesis-2.5.jar 54393 BLAKE2B 8158ef69d7dea65738d9002f615d171ccec1cc3a07199f079e9e8ee7a53b10f85854dd983c9b5944abf2381e3a0b5418e3f636e53dc72c0e53a1afa063bfebc1 SHA512 0526aba0bca6c7586ccf50f0d776270e717d7d6ebb3d49a19c83ea0ea1c9e5087eee169a0e032d74f2185737d9fa6967451b93cf6c9079970a41c54533450356 +DIST objenesis-2.5.pom 2783 BLAKE2B 89767dc3da4f7e09823f41ad012e65613f71b7cd5b306b5f421d9b88f70726666819e7e17412aee189d636a190340c7735d5ce18d0a55a8434e2ed6fd4235596 SHA512 920f3163f4de2c2c1bbbb6f864346039fe7d97e4b20e73297031ff5beeffd40c1189566f5d934405ef62e40c8b49b3f3f99a7303380dbeae100ff97575d3b2cb +DIST objenesis-2.6.pom 2783 BLAKE2B 1d6bb4ed346346c4d96fbd39fad78870e42d97ac50db613ce4bd3c6193e9eda4787df3478ba7a1eee0715f40ad7b9b5cdcca046fb85d305a1282c1deaedcfb52 SHA512 fecefb5aba22a699324934ab550e3637cbde9f5ca7a480513b54ecaf1d12a536a2d3803f83309da51224100da84f920f68919f6db65ae1eac2d389274f07ce9a +DIST objenesis-parent-2.5.pom 16508 BLAKE2B f58d94bce8421557917d6a3e2578746c1b1968ba479b0e1bc2e16d26952840baf12af6dca0b9c2dc7e817b76b089e170fa56eef42fba4f5cdc8035d42586afe5 SHA512 4bbd9a4a86168279a5dcdaa6cc29d22d0f129edc5046f981fc734541e7a060c946906a23155b96be5f9a5b0de4d6fe7943e9d97f74256bd429c50a27945a2104 +DIST objenesis-parent-2.6.pom 16519 BLAKE2B 4e136780fffb3f82d52042b65aede8ad3ec3534af1fe86e53f1baeb56ff6fa23cba7c82bdc4153d17d18b92ab206ebae15bfb72f81a357c426e6782aa41a970f SHA512 dbacd949cca617b4c28cf1f509a21f29ff8eb6f625a144e9b89ea9094cd08e3b6c1eb5b7999a4939e72694e1a362322cbf257d6eb4bb7407f61a176152ed4126 +DIST okhttp-2.2.0.jar 311063 BLAKE2B e5d793cfa345d3bb1a1de9e62a7377fe39c12496b24f4d734aee35aacde11c807a8d282b41bcd673492227ee43ccee426384ffedb3f64ecdef89a50b3a4b8a42 SHA512 ebaaebb82f710c8f4c92627d061974f5b9377691a577fec1a60a5ceb52217190019ce5250c595f8a3fe7dc66292244f08a47ce7b27af4e13af80e7b01502824f +DIST okhttp-2.7.2.jar 323388 BLAKE2B 727b53da0590857b51974353546efee81bf6b0e663b1391778af5dc3b246ed7c22d4585278d08f2b63df7015ac3d06ed4ff32c5fe9721e12d53edd5821265536 SHA512 d4bf9f582185dadbe6a2932c3ccd9298c2591865987ba7a831d963d1b676c81d472b287a4c2ecb2c06a1d954f819f9b307b2d836b399e0e3a49fe37dce13f006 +DIST okhttp-2.7.2.pom 1562 BLAKE2B e97379d0a343ff2bd49d5ced3b383ff358ad05d5077bfe7a7718b615f30159852d2093d5b56665e3cc007db7976568e5d3ccb602a8a00a06dd19f43955580fe0 SHA512 17d18bd4cc4b0564264c7663b8f9769d53b88deb988ae7ee2c753bab5b710df9c55f0337d91f558ba60fb9008690c849fdd449687b336f873302a4d5089f4dfe +DIST okio-1.2.0.jar 54845 BLAKE2B b6920cecd8f757e9ed15b67880c4a1dc415e348b9bb55a8fe2c0a90afe22bcd116eb1c116a48ea89c49d04baf55f980aa0af4e6ba707d476b2a5828d6b70709c SHA512 d0a5a9a9f2e62df3ad0422e02b9d4810b5aac9fb504371efa53ab3fe6a5dc2626250dcfd9e24db77c10b4e8db3dd6da675fcccb95120d063a71579c0ea8b3060 +DIST okio-1.6.0.jar 65928 BLAKE2B 6ecdfc7b7993ba6998418b2d8aab05458e9b62941ecfd112ffec7959b7857a5247c33883dfab7e7928297fab06feb378685b232c6af9e8e7c2b698c23bac48e9 SHA512 17bab3c4fde83d0865d2c3ef61b403059e44b83f38b3c42ca352be4faa28afa08416d2525f2941baaa864c7a4730672228928373ba2e2179d9d8b4976d6747ba +DIST okio-1.6.0.pom 1479 BLAKE2B 213750f1cb13eff99d02075dc58e7a6af0b98cbbff70af45992c525de45687f4a95940db628894c6ef66879d07a470157e5435865bacd3e57821d89d067bbb76 SHA512 4b8676b0ee2fd8607709c6500a12168f0cd5051e67c707c54adfb86e39f8f53b7f32eeae9fed9fdd81d4a04251a0f5d470953d79acdbd584cde77a0220a670f3 +DIST okio-parent-1.6.0.pom 3193 BLAKE2B 616d4737d828d41adad39dac9d74293a4311512e31556388419682eea8d001c1aa30d8b73403e045c3cac479ecd0e5d6fa830cb264f48a8d8e8f82976e44b1af SHA512 5056c1091ae6d0b3320e97b70b2d0cd0fcaeee5495f2f4bade66e4090e4ed5a6aebf3e663ef6e52b328a6b5d7113cb4d1ca4d4af3f0b289cf12d9dd3a76dd250 +DIST orchid-1.1.1.jar 524629 BLAKE2B 59823e6ad2453222b66bc77afcb229c5f75ae89d5079cd4745e0c4d4e118eb22977e89762f3cd8dc29d9a5ebcb794cc681c1f0c0bd4ec43692a61c6e652c4417 SHA512 5f0f21482f289672c213ba9695e6024d81b1d7213dc925bbb03dbc4a1d1323e02689bd639a69d7a17549ec5328178077e70eceab760393e06ec3a730b5e503eb +DIST orchid-1.2.1.jar 522657 BLAKE2B c52626f6a4ac2ec3759f190affd010b08e742fca2c6123902d19b8dda3de63a719a6533cc1d9ef55d704e3026d0c70271aab3afd5832043c6fde6d11094a6f10 SHA512 da998311ea60c4716f081f97f855d084573c6bf3b5538c8ef15f013d911e7c6cd4dd9d78df27a4db8b660cd1e2a48d016bfac648e359f5a526d8693aa36058b0 +DIST orchid-1.2.1.pom 5944 BLAKE2B e5f397d021202f56623b842ab781e7c4f8ab70f0914337f7e3e3a657882892e3b243b2ab1b03b29488c294628de8a39e75804a74663225b412d9527e20ee9cc3 SHA512 c65ebb2519b0060dc08891c340952d05d16c01fb85cba27e606d98e5efe7f40cf1975539d99b456ac56f357c18a180f3ff607d59e1def8cd45781ed2102871ee +DIST oro-2.0.8.jar 65261 BLAKE2B 65cb1761ae1520da2a88c85b2f5eff85cdebc9385bfe4dd32030903266d095f40de3862e8c91b3cbce7918c979532c24092c6dc83e3ed71045b0b087e28d2f1f SHA512 9a98e493c4d771322b1331ec05ab0e363a83d8ac2af8018d96a44df2bf5bfc97d33ebe6f6f93e46ab10bf1536f0c29e9d9569318ed49bc18b4e96b1a8b476d37 +DIST oro-2.0.8.pom 140 BLAKE2B 6a1728ccb8556c0ce780ebb7ad48eac4251f5cfeda7f0fc813c3576e94ea52e323e9d65ed34359a9c97d74efd54078242f8c5e39d38499dafd96e977e619689d SHA512 3de8b29359b5b84a6ebb525ba7525bda1332ac00d880bb5c85f650b2a0b7f245f7288434f6e9506302b7ffedfc44f941090e0bc8f6d66c440eb7a9544e6857c9 +DIST oss-parent-27.pom 19639 BLAKE2B 06bf453875e8a01a404e781b7e086893c998f402d86d7501a466389466470cdc6128e3aa742a3659eb24e4e998bf7499ffb7501f0fa82100999055737e2a6990 SHA512 baff15e6c540731ed79b36d6a098590f1eb7ebbec0d441afc6f179adca268c6b3ed6cc17dd55b689eb37e8d7eb89f83c8c7ef5393a32248d67fb845da30251e3 +DIST oss-parent-7.pom 4824 BLAKE2B 4c054ef2ed468a042cda68edba0a497cb4b404dbf7bdbe2545fe4cd98c594594d056057879435fe96df6ec018f053d798b1203632bfa5ebdc8e804e0deeac966 SHA512 63b0951f793ee9d25239ee44760e4d51de3b8503e438e567862306f2d175019d8617eb854bc4ee2374c39f385e0a1094c3c7097f899b2074e4acda14fe6030fb +DIST oss-parent-9.pom 6569 BLAKE2B a06dd119d13a8ff3315e555a805d7f925eee32bea6587bf4950372ec573fa810102840cf59e31fe2f7337f63b496d7e9657d6b8cab59b5ee1b5965205dcc2b6e SHA512 1c4f18cacd3a9f99a168bd20845d12d94824e66b5caebe57c164b6ac3dc89803508f60e35c4d1da81d3f3866c89ed407826f0d108f1e624c2d8a258e01e1064a +DIST ow2-1.3.pom 9509 BLAKE2B 1d085137ff1a8af8d6888782198221c9b62d1ed598790524300a3e8678580008d54b9b9b1ac023f5f608f56d55f413e973aacdf43ebddcae9b040d0b631a6197 SHA512 dabd83686169bf4771c719d055ff296a05d108552ead8a531954ac081eb128edb9cb0fb9631f20e4bbe16035e2f1a1d5972c09ddff7f2153e64d538015638765 +DIST parent-2.7.2.pom 9441 BLAKE2B 3e87363cc876e1f3d69b12bb09f0b5d5e8f048f188aa26572864b86103936adab548b2e2e6f5eae87da84d994906be608cc270316e37956bb672336085b6a34b SHA512 c4cd8ec3e1baf21679651bb771c4c70465403ac59b4b20a83c1ec836b751b3fd9094e67c4010c1a7198798368c1f1aaf95a8b8b969c5a4e7032c649e8968594c +DIST parent-e7195748.pom 1710 BLAKE2B a5bf7ec74fc32232b32ee79118af6fa2d159e7b7ac472c9535a504eda56237a8953f313a28a59e841c600b8b1f52001cc726d310cc8687e1757cde264b17de9a SHA512 113d28579f39d158efc83c78350fba48328375aa13a2111bbe348ae08195ca22eb7915b672741aaafa7b32ff9fb0391d5ef4d76dc20f2ac0465834489853f351 +DIST plexus-1.0.10.pom 8250 BLAKE2B 73a3d04dfa7a10c49fa5408de7c43e2845ee2883f94098157114d47f2b5ed60809494e5ad288ea6eb258cb99b037e85eed8e2e500afc89da9ac477c212aa2c17 SHA512 daade4147d5cb412eaf9417c44004bc6e28dbeaceacb903e9789919e572465a4287ef7b6602a1359cc9392f014ec49a815a7c61cb7446b5c6cbbc08ece333347 +DIST plexus-1.0.11.pom 8969 BLAKE2B 77cbc5eeddd539bd00a35d2e54a9d05fd2bb40bda778a48a9075f3b7693071154515e9373465e8fccca69fac887b33658c2841d187aa0ce1e488e3e9c9c6ab92 SHA512 f9cd6341773eee6c0b753a4c43d4a72432fa0a8b245f6f6d9c14bd9f19de8e95f628151f2abb31eef5ab3da91ccf3b175b0c9154544b81918ec78d78db87e580 +DIST plexus-1.0.12.pom 9800 BLAKE2B 0f77f530a9b4ce142ff21d00e994cc663e9e03dd6e2c12129ed3a09e26da5ca23adcb9881445ab2075d184a855a8f859fa99c07fbf9afb607bf0cd9c7f7634fa SHA512 5109bee95d55ceb614d828ff78dd870ce88b1fbefdfb4b619acac8752028d60eec239da7fc5c7d54c0b8cccf22da79ebe655588d5d800a268b5b1f243fac3f99 +DIST plexus-1.0.4.pom 5737 BLAKE2B 5772270e7ec0a1315469225c090fdf8d93b496187cc19c3ee8301a04aa32e6d4600ea22d111c8addb800e43ed0370a765ccbf41d4ff0e91746ab8dc66ebb74bc SHA512 754ed23e59d997a5c1f9814f949df6618f65faf206221e301724c9aefa795186ed65802dad95ef8c9610d33e75c0e28526dc36aff0157efb8fa3b94a5a63fd85 +DIST plexus-1.0.8.pom 7230 BLAKE2B e74e7478abbbb3ccb844443d40ea0183055f3382b99c0f2a626861255da0ec63069c0501a1a5c496f95e4edc93341b2ead5679b18a0fa20e316a607d0e1f27de SHA512 976ff4f274dff9ea20b0ececb1332a677fb711af630e6604e3be3f3ab3ff5f19f4f9e7454535983effa497d4184075fde71d2949852274c1e2ed5aab3a91cd6d +DIST plexus-1.0.9.pom 7680 BLAKE2B 76e07cbc4902cb1d9f1272d30f9be02ab4a1b9b5842b24f6fcb07bd99917713cb1c8bbe25251c00b6302faca3f03cae47a05e6d97402dc15884541d933e5ecc9 SHA512 b6058ee996b2764ccd5eab8488bac2dc48ef7082d1638aa83c0cbd9adfad121107c01a536188bb84202f9dea9a7d3385ab94021c1a840dd84b18a7f9ad55ebaf +DIST plexus-2.0.2.pom 11610 BLAKE2B ba8b696af4c8f69a207fa403aeaf4737c58febe35b0e01cd7ef62f324bc8d874a4667f77fbda46540d9d4b111a6b06b986d8ca00f509c9112b5387ba1dec2a9d SHA512 1f65432d0912861ee6913874b8f8c415313d18e6addc7d2371d2fd82881c46ecd6b67689331587dcbaaebdd0459dcb28aefe43f243f5d2dd528e8648d0f65912 +DIST plexus-2.0.3.pom 15461 BLAKE2B 131a5882988d5f672e2d91d249677ae3086df1e032115cfc13a8b841fb6558d4de39958c2c47a2eb5d312c5030f097df772a101c95bcf70b9e123eb8ffe8c431 SHA512 553101aacc1fa3cc0f403263de4b25d49e186d44e66504009f022ca3b103b464827a0b742ba35f36ebd7e6c22ee1db7d20816882e949935c0276fe03f5e2a64a +DIST plexus-2.0.6.pom 16763 BLAKE2B 3d7a465b446cda5e892fade9758cd7988f7c3ce8704f76a8e06fd75b8d2b98f7fa22b93569bd0b64d4e18a3e231d2f69706adcd962bc8774082e35590afe4a24 SHA512 50e01bb34c3eda63ce2db0e9003dface1aff334b8f2988b8a82b901635fda2f628df945e422e954b51896dadc6a73809f26a393906c7e61b0b467ca33ef09c0f +DIST plexus-2.0.7.pom 17295 BLAKE2B b67882da76c9f3c18af77c15e53953f71ee10af9e5a9c15d66f58a2c25497a0c52464e6f1d87e60a212ac3dfd0b065ce40082470022f3c91365902d190aaaa15 SHA512 597b26c100d02736e4fcc5b87fb7f8c3bfc4bf7787f6fa1db95a8cf7283a3de6f6389986ad3b941d9bc5161a904d23055072a9285c9487a6d8f39007e6cad59a +DIST plexus-3.0.1.pom 18614 BLAKE2B 1f6bea303f8b27bacf184e0753a58d91fabdc79c45147bf628b8662468195cd3cff2c2f1bcf9f9f3346d7a8c8b8f53dc027e78804ecfd1eede0f6f52392cd586 SHA512 fa5a09fcd735330596c8146e8ed7469c61af4d40b1cf11026c5a5b7fa202af18fe240a1b582e162e82df2c47821f2acffe943f210712ab1bc82b71e0ba1228f3 +DIST plexus-3.1.pom 18615 BLAKE2B 23e5ede6ca4fd9b41127d71e2644d70a28a139e4471064422247cde55861b4ace1af13c6b4ce4c0329646cbdd792ddb0b780c7257fdc3c7fd6f2d13acfda2525 SHA512 b9d291652e94fcc7ff95bceff60786cb21ac7939889472981e2f833c113f3cdc48b5632a01d432db2adf8966982f634ca973958a6e0e43dbae71dcfec67fef7f +DIST plexus-3.2.pom 18746 BLAKE2B 2f518ae64ca7502f8145a35ef4f1a86ff6b68ebb470f2bd5f33fac7a8732d39f5a370f40b8b523ac96c3a0042e9743f9de115ed104f704355f8b7905a4364871 SHA512 8d1a079956c380ccd8881aa0ecb64861ce1a70de39c8bbd1e10570232c2d1dfc9c395ee5fadf87c846731e620e8c1424dbee85bbc24b8fd07d9f68299fefe00f +DIST plexus-3.3.1.pom 20446 BLAKE2B f5cc16c3e4476fc09116070b7a3959a705a8058d0dd01a5119eafced037fee4d5d66382a4f148d8992d03c577dbc093730e4f534a1f93e3d20c2a8b1fb32bcdc SHA512 58306c21cfe930e2a0e4f200bd57c63e5a479951590e260c515035b155afd0c09912a4e7eaf6127455712bcc3708a71b31687f1fac3d70cacedbe0fc4e831b70 +DIST plexus-3.3.2.pom 21529 BLAKE2B dc212d3fda682b83bde98036d87bb53ac4368dd9090169d6e9afc309dd1210ef84d9de98bdffc9a50ac859a98780f7c4100f0028abd807bb31cc899277ab2b93 SHA512 b272c5169b3ab4938ed9c2a5aad703f046cae35c7bfea8d2419087cf160f1b2ea5994e9603433a92498045cb8255dc74a0fd0bb38f7a5f05214ba7e9b9e9fee5 +DIST plexus-3.3.pom 19900 BLAKE2B db39b214d7d98fb83f877a23a82a581289cc63096141887c9f75ebcc9582e28bdab05f484d3e0233aaf53ad6e4c7fc3affb8eea2185abe6563d0bd958bd34d57 SHA512 e86c05e4143818a688f08310b8ec84ef0d26ad38df7d384d110cf8e7a22f8baf9457be192fc278a6627ea205d6a8040eb20605223aad0104e5de4d82aedb2bf1 +DIST plexus-4.0.pom 21500 BLAKE2B ea2eaad86af6ef540907bada2a4d00ebfc15450903d31a12cd14e40d9bdf56c8d73b654d3904a28e17e8db309ce1edca1ef3d988ed43a9d717c2b179a1b0baa6 SHA512 8641b5625898b94ade30f6ef513d61fb81b8c0e025ae4713400522a28adb9d7c709bc02d5d60a72e496897b3bbdf3f5dfa52fde393668cd644b0bb97ffe17e77 +DIST plexus-archiver-2.1.jar 184439 BLAKE2B dd7673770ffe3f273049ab6d0c6a1fedb5537ed789d68afd2784fd806c9662611903fa5fc3d1889e926939a09b38d3bd009152a8510a9f753c7336263f97ce6b SHA512 fdc750fbd37a735b1c92b676efc173de6a7af6f31b5063d53c15956c71871a4a4fcfedcbf13a3ccdaee626ff4673ae93fefa437961a32a7329728b068d6ecd3b +DIST plexus-archiver-2.1.pom 2809 BLAKE2B 0909a459aac0d13ad5b251fc0b91520efd6446fb515d74cdd8695a4ed4e14a9654996da692e1d29cdf84dee9e305027ebfdcce51a3023692434df9bb0e2df63c SHA512 c1c382d85138f4feda30421876971f4877567749e9e8854f70b9fea84eca01aeda08a4b209b173cd5e14ec2fe79bcceab6bb2197bb8bf3eda895a8e6994a9ef3 +DIST plexus-archiver-2.2.jar 184977 BLAKE2B 9d854e0171763a15880af27cf456ddc8d19edca0fa7f9c4e29b5b80ed4f8093d74334133b863e534505b3ba72d8c4f89a5463913d9bd624927b2371c70231daf SHA512 fdf3fe088b5bffb79406b61f8aefb77d6b197c6e5e521dfad4c422cab2a6fe696d17055b0e500476109e545fdbb33d7c62462df45b769fdb63b1d47bbc5fe5e2 +DIST plexus-archiver-2.2.pom 3213 BLAKE2B 2688e5b922b36317675e0279b287f3a6bde6dc38084d41f04546aab4c5cd96f8ae6a0bb9fc49ea36eef2b7d88d03cf05f03014133f4905108616efe4f50ef688 SHA512 f44b2aa85a6801b8b2d8eefdafcecee90a52b244810a6b93d4a9a4c8cee8834e2bb4904c524e7c7815fc5be0dfc479d033ee5a00baf3ffaec125efd58aed8fb9 +DIST plexus-archiver-3.4.jar 186964 BLAKE2B 0c9b7e581b513db04e8e17824318c478d73fc586ef9379b39e163dc18e0df992525fc910c80dee9fded19d9e5628fb0df64dabde2cf3eb7342c20122173c9aae SHA512 c7453ea0d2f8180266a55d72509c85fb913870f360c7cafa9d510914a18342b80d45a9ee23ffda2b50266b9a54d839e6515c4f66779da413c26b86b5b53c19bf +DIST plexus-archiver-3.4.pom 5327 BLAKE2B b1a3ecaf721fce28f905dae6b394b9e5e6a17787a33cc0bc7fe3789d9d87c81bd9f36c66f4004c55bfa694f03728b81fdb70243a24ed0b54ea2a68c08d1342da SHA512 5ecf7c7c2723de029eda0724ac43d3b306740203ceb8ee44be065c6140c6ec262e9f63d4404a43d431444ef5e918853e51cc475682d47e97765a76c78ec424a1 +DIST plexus-build-api-0.0.4.jar 6809 BLAKE2B 9fa4b09ff4cd1b12b910a17f6a744f09def28ed37b589d8984d1512e82e06313a5016085c184c0f9bc48b1d6771a7f0a6abc02f2b7f64a4bf7cb8221f1e12a06 SHA512 62efa617e564958a2b427acc4fcd6b8ad407620857774827222840bbd0d349e96deceb20925a29cce3933306bdbed01abebf9b80f050d43830ce44cb86a40c23 +DIST plexus-build-api-0.0.4.pom 2863 BLAKE2B 3b8a13c7ebc4c1eee7497910802fe3e92ff5a50026e477d22c8b94dfc6e603fe2745e64187fc9e6d3a60adfa947ea73f3c162f4857abad945c9cb231d3c56038 SHA512 398c55cf4b71c1a8dd2672d81c4412109fc9dacd5c2f5917905a1a09c83c8a6dfe7fb7e9f73166ef0967c38c3a5cc4fb83f1558ef4912460c9bfdd4143b13242 +DIST plexus-build-api-0.0.7.jar 8482 BLAKE2B 3b0db19f13a04cb7af34ea812986acd94479f64aec32a78e3d7e01e1ed8234468011255dc669fc6974ac944adf9d62271a5a7b64179aa29e45c53bcdad0ae937 SHA512 e073d367ce5edaf6dfcbf6d1ec9f544082d4536aec8a84b060d24625c0d8ff1facf90529843f9bf4383ef43aa5cd3d0e143f473dffa6da7fd910f1d2e3872ec7 +DIST plexus-build-api-0.0.7.pom 3204 BLAKE2B 7ddccafc85eb54fb539beba48eeb9a6a2e9004fcea6f5071b9cc7b8d26b2e83d2bef635744aee82c1edeb36cb4e7663b50fedba802ad2d5f5d15bfc4245de6d6 SHA512 ac7de717cfd4a6572e8472eb28cf0c8ed1336fe20933242fe5cbed8bc547e6884f26e4c19f0d6682535726cf30f51536b0cd33b723d942f054b1595f03684379 +DIST plexus-cipher-1.4.jar 13494 BLAKE2B c950eefeb6eef36a714357a6adca802ed4b95bca3ef0b79d7a542fb7758b3baa2808913ae12e14c9498c5dbfa1456e1cb9a96e4e462db33221d8b35dc3a42bd8 SHA512 deb948be3a9f6a2fa74adca17e54b1074948267b3a35dd4000d92c559d0387650770ccee096ad8f01dd51c36caf63878dc0bcf57dfb1f2e3e1a9d51204096617 +DIST plexus-cipher-1.4.pom 2065 BLAKE2B 116959709fefcae7a376ef562088a6142e729ac9ba006dd2456b2c891a73bacfad7dfc4942e968a09ac699d41a36f246854bdbdade774aa62dd9b0fabc3237c5 SHA512 e185bd93cc5068baf57e19ce31bc0b44bd38adac1225c27bde09d37e912e73ea798418d1c80926080c9b7312c6437364d59460a988e0f9fbf1f51064c61e476a +DIST plexus-classworlds-1.2-alpha-7.pom 2372 BLAKE2B dd6380471e6e0e877cb6881eb41fc9035e61f58ced78f738706b20ea630710a6f4c5a48211168547ea0061c419d13ab3ca653a96deb4c704744512e2678bb49e SHA512 252d3b2ede075e9cdb9b4a36023d489f3ca55b01b923a52d75b8467d64f2467b7868a91881fbd4ecef1c009850377066c3af7507ee2db62ccc272ba20719d4ea +DIST plexus-classworlds-1.2-alpha-9.pom 3223 BLAKE2B bc710de166d1ea49812d11a052cb3ae1420ddfd39bc14f485fb86ed50da429975abb6186274fbe69d2db8ad68653080f59b6ab9ec6fb759738ea818a86fe54de SHA512 4f0a89b6f452faf8688605a446903f24fe16b8efd8e243090b35ff0d267b4fd9116468354a0fd4ef07902c3419b68075103eef4961aee75be99dcbd86d8913ed +DIST plexus-classworlds-2.2.2.jar 46088 BLAKE2B a158261c8d69716c391c8ef56c5da811fadcfd119209496373a2952619d3694dea29dee45d29cfd7cdc5f66982c3dcd22f77c55d487441da59fa63ca7f47db99 SHA512 da6e44a4e0eab535833cc82b16aa7bcd874cd546e95e0a4826aaf683ef453474fcfb3750853309f0bce390badf2d2f35d1f51155ee4aff8564ec94ec62c36a38 +DIST plexus-classworlds-2.2.2.pom 4033 BLAKE2B 58aa23bff2fc2dbc707bd74c99f5903a5aff3a420a1b14185559753abc3d2c71dd9f40269587a9ce169455b1c13c5bc7c3642932aae3d7a0d3deb65a9672d825 SHA512 a6449cc56ae8e2ea8376c25481a1e2f92560d02bd3e623b1ff20c74b6d808d5dcee8ee3b9474a9838982200d308b717f9d07525bfea06646bf60de3343a83e45 +DIST plexus-classworlds-2.2.3.jar 46099 BLAKE2B d502749ba51e27d665ee7d09b014a721638f34e2b7000da6c104e1383396cc233ced95f31c67de8c37c7e052a6950e14163a25e1d3a35118b0930c34e226bdf1 SHA512 c6ba483aca6612813a14e84522fc6747857e2657289953712ff8e1b14ab839071a3cc227d8efbcd578b29d9595f49cf0fc445dff0dfc0e8dc1a35f58e1ea270e +DIST plexus-classworlds-2.2.3.pom 3997 BLAKE2B e5109eed9ac7569b73ba7a9b9a79f1332ec15e554e0980b2d5bdf75a3012410a2290640c0ff45195e14113704ae9242a4a3c64314f8ce6fa1c9f098620a9829f SHA512 297a91cc430cb29ee6a180c40f7a14136568705867bafbb21b2af5d541d438df4bfbef1b21ed97bfae13ad6d9fa90fabc60a1ede2d7c1ca8a09ed2fb1b0ec00e +DIST plexus-classworlds-2.4.jar 47058 BLAKE2B ed607b23ff510ff4009368d8932a5b8bc2c4e6274c8a911267b2e385f1132c2acbb6a937c3fb7f029aec2e17f838dfc1afa836536040d8e06a6509984f96ddfd SHA512 f8bec409f9ef75a591351c36c647eefbc47f966828dc84d4d198a7e986b2776665c7eadfbf9398f88937d4d37139a5b922376784c5180744a57f8171f9e19444 +DIST plexus-classworlds-2.4.pom 3883 BLAKE2B 407f1a1b04f8359ef4606b21efaec3571a8c76cc018ca143d7664e4a14f713d334b869396237316026a7c7dd38ff0ba8bf1d8b07dc43d45c870431a8afb82621 SHA512 058b964d4cac794ace4b9e847718ce9983b41cfa89188d684be295534fbfed2db58aae3f7bb95d9840f54a75246e49b2c48d0c83ebf29e68490e06a058c72e5e +DIST plexus-compiler-2.2.pom 3614 BLAKE2B 94586bbf3ea6be5a08f549ee623f61cd3b54984f6e66d95a517167f51b3749281424aaa6cf25f6e204784322d07051aefd86228577b290a98924c0516daca2f3 SHA512 49f0fa89c822ea9c7b15bd8ffde82d48604fbbb0e9372b8be698d1f60fdf0830f15ff54927d2621b78117b3a54f8ad302df961c75d50f5b6188749100f86ac8d +DIST plexus-compiler-api-2.2.jar 24990 BLAKE2B b4ae6886c86506838b7e6a9cd678774d38a40924d36273c24a485ba7ab0a2d7ae6986a7cad0d0c51e6ab8a9c74597a17e68fe7819b3d32b0c2281ca4c48fe022 SHA512 22208573c04a2b6ea2de727190723556376f42861ebfb64f8c5ae2a6f949ba3c57ffecacf9f1d59e8370f1bcb402fe150dad1cb71259d8e29d5b7d7492c5e3d7 +DIST plexus-compiler-api-2.2.pom 865 BLAKE2B b7a05de043a24b04938523343084b552eb085bbafd8a6aa8903807b25e6413c1af8b0561609c89146ea92e5ec9641e33cbec67b9e99bb02dff2a3471a1d62bac SHA512 48bd5c3d0032620406cc026671b2c4d5188bdc5c00f765d6a9c2731144e7f2d24932cda1db197a2c3888748324871416eaeb10514e8af26e3e1a44ba101dda2e +DIST plexus-compiler-javac-2.2.jar 18971 BLAKE2B 9b3463a1c57f5e639ddb66d10899b36938f2a5dc81819695826d8aea69a75da14cc62c98a5e142a26390e9ef72924bde3dcad1d3a6285cb55c8f6c693094e1e4 SHA512 7905a280a4f7bddfb6886765f034319f756a0fd27c196aab7ef6cbabc2b40c9901e09deab12457ce1c7b313eb741394465e3245be2ba66b3d66a70685845dd45 +DIST plexus-compiler-javac-2.2.pom 769 BLAKE2B 88e6ef94322394e1465fe5c1fb47016b8aae1411147904cef0942a02ad6d607cdf3316eed5048924a08e0f04bedbad0d22fddcddbaeb71c435afe4b3457d64b6 SHA512 a44b91b8f44313cadf4397081323db2b7e2ba0ff2c72cc86dff2e359a74ded9e7fa3234558671513eaa4162cda854f380f9f9046a0772d6eec5f7b824446b15d +DIST plexus-compiler-manager-2.2.jar 4561 BLAKE2B f7a97a9a893ee130214c7571c2bcdcdd458a4d85159bf4193579d8ad9dadd9a77dd544785d2110b5fa87e2a2d3fa661f1608461040114fe17e9186e3fd920f49 SHA512 24612b51ef8f9be0eaac08c35ea186a3569382267fdad8b4a12620dfaa5e241c2b9b9736d0c6a6292ada20184a52dc60a5195f6f40d057d3b24f3a4147361d72 +DIST plexus-compiler-manager-2.2.pom 690 BLAKE2B c00208bd71096b401402c07947a97a84c811fbad821be8e05a49e64020269af0f3cbc2c4d8ecbd7faf8c2ee58a99ffd3f93d500e788028344497a352e1a82063 SHA512 88a8086ad18c124b22d87116e0878e4080628f6f02512b84805154b567ad0f06fb2beb4a331a17b72cd1d4c481ae007a9b74da0bbc2403f82df00c8d6f5977d9 +DIST plexus-compilers-2.2.pom 1241 BLAKE2B 252d6713b5588563a519afdb89e828eb0a2ce2e18b57792d9bf079f5b286dce3995dc18f91e944b1dc4add577366f650aa7b89c0fe691540cb678087ffa0125b SHA512 2f937051f69c068544c82bd732c366c59b51621d2a5f6a6087c956039519cdd9aafb33a4ba58dce1b1647f31f9ebe201bba3b0225360e2b79eb6c36f15b1bd3d +DIST plexus-component-annotations-1.5.5.jar 4211 BLAKE2B 5b59734dd221ffbbe95afa984443b660032577ddea7062e675794c91808b1de85e9dde2c4f7d20f246feadc77d4210e9f225d8109ce8f0808de9f490bb628c8c SHA512 2ea4afb8888f157483c6a8e99852fa8a80e90a3cf0756b3b22c73a8bc59a4aa3d7b50b975a1d810f28a090023b268dab49af14e8f8e33c7553fa61315afe06b2 +DIST plexus-component-annotations-1.5.5.pom 815 BLAKE2B b6b6c5b871ab0284d0e68fb370cd8b4f6d2da78f8e9fd939f21b0d7b2c0edfce57c766d760e232ce7e4b708a51d6b2e766d4b24d77dc3f25983f6236a6a4f096 SHA512 defcf51a9d23c6b6e6e143b1ff20051a9980b2306b8400888a9c2fee7c4c4822146797d024483b97cb6a3d5e7b2ad0e0f324a8870fb09e848fce11ae83b6d47d +DIST plexus-component-annotations-1.6.jar 4265 BLAKE2B fe5efe6ab8035f42b2e7751727776de01e4d1edfda60275fadda64480e48f54774a34d2f26bc3c8d238f95210495b3cdae20e0e00d0a420a1b963357835fec0a SHA512 d30428c57b888efc004f553d3834dd185182eca50e0f3cc2af419597a58fbaf0716e89d2a3850f3443905346926b40806ff5b46e0cfd829c58ba77d5c22289d1 +DIST plexus-component-annotations-1.6.pom 748 BLAKE2B cbaa7676944175ffa6e1b44d342f8cd02ce69bff98fa29b65660a1e91583f14e65e175ba8d83b32f0857d9c30fcf21caa966aaa98e4c06a716d1351b91373df6 SHA512 96cd3df8f9420db769c37bab3e201c82872cb86e41714ff8992ca917b906031bcd60b5ced503eda6ed35bbfa9e02196287596696e65add2cf24f6b406e0b7119 +DIST plexus-components-1.1.12.pom 3003 BLAKE2B dbc0a852fed7cfe960a5ea49fafdd3ed084e412e8cfbdc731f60ae999d8b1daf0d5e937af199b5ac4eba82c559df1770fe3f6c0412d2c274ebc7ba6316e302fc SHA512 1c23165b1590b940228ca9f2b9ce6d17f6a7017db13a4559df3738d5af7d2e40665309a6482b8029429efa5087b115c9a78784dca7876e1c67c9e872415ac545 +DIST plexus-components-1.1.14.pom 5842 BLAKE2B fcee78816fc6aa11b30ad89b3afa7d956c5570e2c4af4eac59b00baedbb03bc56fd39bb7b95fda91946eea6101f904058bc61c18ca04310769b76ff190119e24 SHA512 8f00b358c7241268ab30c8bebee63c52d40fc89e33176abe4fba4af070e66812691d415346e63216c5f9a0a3d9f95b573f340b208eae9596a1f1f9100c9de29e +DIST plexus-components-1.1.15.pom 2848 BLAKE2B ab66d33076c4b27ba7ce7d4edc2e232027701060a97b5b6be74e1d4f66aea477994acc0286726eb2cd95e6f030b66441af8570571af6195b746628fdecf89138 SHA512 66fbe343c48151f76d7c0fcd016e3dad5a4c7621594ef422235368f638093b152fba93b6d481baf837b80a1b948e26aee69f226286b4fc57c56935e501b7ef28 +DIST plexus-components-1.1.18.pom 5355 BLAKE2B b290f2757a693dfd1ce5cb6df1ec803829142df8d76b2e55ded2616e40a65a3457541cb61393df29dd9166b2c2c907738f22c662154bbe443dd22b1a5b59b600 SHA512 e1d8fb78eeff02278e0adf8c34adce516fee9a34543a938892a9c0ca480abeb40ede8c4afc276607b9b051ca7167519315b1cfcd4e5f4fa82a48d99dff2b4177 +DIST plexus-components-1.1.19.pom 2698 BLAKE2B 3a4063cd458c041c707796cbb32ea97e75366c2495aff7265b1d2a9ca24365fd2e4a4a8ccd1d7362c74003b3753d15d58da4c6c240086c6298efbc206e2ade8c SHA512 31ae505c79e312542b1d9d06207bcbef5e81908b551c3f2f62b00bf1691d4f9f47326f08adb573eb977b709722aaa794aa05e676c707ab4fef1ab3e3ab525a03 +DIST plexus-components-1.1.20.pom 3017 BLAKE2B 2adbcd29c81a21022115bce286cb993bb158896682d561feb69f0fa3bac92d4772722d010e4c93f4cfdb60f5afb00221d455c56457467fc0a9fabb2341e5afbb SHA512 9f047f31327efc96302584f05f9709d3d18de68eed9409ac8ffd65e60fea7d295c3a60a5dd99d65c409739c7b149bc561c2fc5da00c2a97165580e7a1416a5e5 +DIST plexus-components-1.1.4.pom 2071 BLAKE2B acaef6cb474954331df9569de2bf86db1c805f1c8f8af20952ddfe27b5a702ce363ddb12dc56cbcc22f13a66ed0ee518da2a404bd9252e8899ca12cd3f329d79 SHA512 96fa90e3b274adc52cf0eede0cad8e14c77424c5841184336f81362deb51bf7b3143d9742b17f1f0c0fb22903dc505ff840f1ad5966b72984023be453fd13605 +DIST plexus-components-1.2.pom 3058 BLAKE2B 2d8e2a93a86064c10486afeccd4c3d636193d98cf200492573294074bfd08e365ef63ea87515d21544686acc6b4da9af5f79777401e2fd38273ff1da233eef04 SHA512 a87daf9b8f2e4039ecdb26225675d1fba44ed25f191af46a77f22cf08cf39dd5e9720969a02bd37a54f09d2161821c732bb9a19b318c66a04184a9e1b76f816e +DIST plexus-components-1.3.1.pom 3064 BLAKE2B e29c3772e0296248347f2132b137762b7a3430eaecc5dab1c4d3562ffec723bce26787f01797754921d407777d0acb1e3e2d2eb9dac24f3105ae4bd8aaba18ed SHA512 0bf749f5766caf0ade8374a603aa389e5c9cf22bc783359f56f5c1d181a18d589d633647a1991f986b77bb17b28dce7be6269b180fc8700894f5cb004a3abb4c +DIST plexus-container-default-1.0-alpha-20.pom 2991 BLAKE2B ee80ac1326527354b8dbdc4d59fdfa2df551fc53e28c01065f7f7edaf84cbf52d4ab415051735e03ede2e6ffe18e10195520e24f9c948f1c66cf965c5b1cc649 SHA512 3bc722b28911104db4b5d6fd4dc623f6177a6867579ace267f4cc0c6f92352fa7dec3150240d053d72890fa9377ce26fd75e3a79435defdc503e172da0b44737 +DIST plexus-container-default-1.0-alpha-30.jar 237459 BLAKE2B e178ea60d2a7da4469bf2a93ba72a1d37ceb99e42e01abb11c3c5f9edb1f6c38889b7050aea242235b2e06534bba575b65fee0e50fdb51af0bf2d0dd1931552e SHA512 1b0e11b59296048081d6cc44fa4f2800068b54c06ba411513115826ac9209ab3538b262c5f543d0a0410e3ed54ee3d99a0b52611fbc3875816b63f7bf2e2e6ad +DIST plexus-container-default-1.0-alpha-30.pom 3477 BLAKE2B 3a7618922394c850fd0cc3efb34fa9bb86a2e08c36b4fcd72fd0bcf3449a1b390b648a3530a631478dba393b1fa56ba4928bba6981cf6751855889d496ca80ad SHA512 5c817d7479ff9a94965bc437c9453fa90213d52b728e49df1e6416b834f0f08bb2dfeb5949c14d8fd16cab2e3b0f150504643987bc4dee0e3ee227d4562d3a42 +DIST plexus-container-default-1.0-alpha-8.pom 7263 BLAKE2B 882900e492cee1f0cf9ef95232c06feadb2c257773593c351d580eca941fcd8a307c372c5b1dd475ac84c9d6df8a3a2f1fb8255fd99daf417258834cffdcc35f SHA512 1e1c3755bcc98da72bb6ed48b458e0824181455eb18cadc4b7287bf8348e5880a89e56d30c3a8ea84f77380229b32f96e074039841547e5a34251693f870ccdf +DIST plexus-container-default-1.0-alpha-9-stable-1.jar 194185 BLAKE2B add15d1a5f965a4711d2c74aedd571b9cea11eb78d1f6ab9084678d5a087a31608a823d0170a50e64faa2a25d868f9c07f41f262f65f6c38882abcaf51a4bd44 SHA512 7cb690f7d8e07da36f019b9853cc924c513c254037abdb11b2b77d26df886b94468332f59008de6cafbc18bae102617df7877a68159717fbcdb1fae932b67f5b +DIST plexus-container-default-1.0-alpha-9-stable-1.pom 3949 BLAKE2B 7f715385ed96bee754fdd244c74920ede51376c6e9d4757a27cec7ee6088730223bca17470ef36ee81b1ad9e42af0422e7a0ec23311d907b0accfea5b3f9877d SHA512 4ca6834bbaa89cc8cd1acab9b1431fde055911c241c7f62e4e7af3ffee2b654cef19eed97e6823d2d589cb54929d271446e91392415bb517ab9167e63ba66a5f +DIST plexus-container-default-1.0-alpha-9.pom 1236 BLAKE2B 978bb8f5bcfbddd163a0bae3cfdc517c0577412813ac3f0483d1125a14b496214fa197347af6ee9088b7a41ffe22c40a3ab6b4e9655019b7dfd4c2d5286222ec SHA512 8d7959186ab0c54e80e44ff2489218391faaa7060c6bea7ccedaec8a87f38c2592f07c48819e2ba669411d1563ca49933410410b6e98daff4349059e43e44e48 +DIST plexus-container-default-1.5.5.jar 216640 BLAKE2B 2eddc561c315d0e533c8521aae4c7cdc5782a648a169f1c1300f5386187052ac7255b3c11f9f3600a36c2de756b983499119bad52df87d4f63ae24fa1e9128d4 SHA512 feef8f9b2d23974437f419a00de8e13d81a4b7dc8148f9883867971919ddddf1375117958cfda0c44ffe1c70471f12e6f647090388dd1146a933478e3a7a6cdc +DIST plexus-container-default-1.5.5.pom 2755 BLAKE2B 765482247ddd4045e88ea8a5749687f1358866975c788d739249ae81d53c88a9401ed5c687373388042ae5a4ea932752d454214fc047037b1b5c217446fe7e7a SHA512 b0605ca00cc88851729f0e07d123260476ed225e91e9a9018414e059cb2b81857ea496b56e1fac761fbecada724473524dcdd8d4fa925b0fa01863471dc2db95 +DIST plexus-containers-1.0-alpha-20.pom 1886 BLAKE2B 669b18bf4b1c0bf0e1791d3e52c7942617b118e37f782495c2b9a53fc5e4e89970dbe124d3bd7cbe0bcbe77e857e00f690f4e191bd32e82a8d224ab24d1b55dc SHA512 48dd52f31a51ce6f634f2c6d31cd8596f26b6d7a86ef5299acdbcd25954f4c533082c3b30e06af3936604f0eb8f079fa4d9748fafb6f68549d35d78c0dd61e89 +DIST plexus-containers-1.0-alpha-30.pom 1894 BLAKE2B 08dc2e27ac2dbcf6f2cb46152e119d2ce361781b62f8293a7c0cdde75a93d898fc964e33fa3615881df701ad928bb9a7979e273966329321c334316d0cabb06b SHA512 b8d752ea83f78ee96b5cb01dde5363c187f02beace1d1fac1c85a303435b8642231b83f417e1368f2c45b304213733be55eac51ecc09bf963dbf336b69332f55 +DIST plexus-containers-1.0.3.pom 492 BLAKE2B 7dcae5323e8faf7255e86db8035083520901ca44bc4251d209098df00f903b4e267258cd54fd29696bd9ba488ddf6bc084d73e6a97afb98b666d9417ac6e9eb7 SHA512 d2a61dc2a3e465024853d3fe91321cdd682a5a34ff72ded414705c9d45ee8d77b36cc691e719f18f8e15652b0eb790d6f52892848f8f71f407b95ea69d0aaed3 +DIST plexus-containers-1.5.5.pom 4240 BLAKE2B 292a82c98df401e20586fcd9e988c8b4b7fdabbd9a17bf663504e8190b49d6cea3b78afbed94b865625d43f9748413a7ee218687b33608361cf719c656cd1585 SHA512 1cf02e85512a39504ec9128f3d90b955eb2d365f054358d44f194aea15b592cb5a910f812bb6a1f175efc5cc4ecedfb63301369bc4c21500ebc8f4383e8ff75b +DIST plexus-containers-1.6.pom 3766 BLAKE2B 1a3c6c2dfa1ccb93867fd70e8129684e7996b21e03bb79cc3f9033e3e1285e5f16c4f2de879502cbabb5fbabd51127eb65ab4d14af9ab982b8e77ae31d54efdf SHA512 db7b6259a4874c0408633122dd2a34b7835451d2233831da9d48cf26f1a9f6d4b2e36857d8a084cf4a6f22e6f0f5093359e2c752aac7483b28a73c25dcd6f9b3 +DIST plexus-i18n-1.0-beta-6.jar 12008 BLAKE2B 3249fea1821e90364e773ba4bd6b7cc049e2ea4f8a07c4a25d00b4082e2656574e6223c3decd3aca861da43cf0beae649156716cd01ffa659e4300a56eb8deb6 SHA512 7357b40574f56fa6dde1e0d7a6ba129a316ad41321e2ffa8d981fe8a6ea22bf476ee5a62326419866d2f588fe498ca40912a4380913b4f9ab576bb6878402091 +DIST plexus-i18n-1.0-beta-6.pom 771 BLAKE2B ea14ed40ef4c17b2b7e2997c59659ba30becd4366b05647129d470dd43fe28879cbfd1ddd8bde9570bc25666cd8735e7fa8621f84a70c391b7f63aa894b946f3 SHA512 f309da97c4dd30aaa709bb723a450a9d94f426e79df0493441ccf1e46c724dbf45e31113d5aaebb9d2363db1c98f8325749998931303dd7580593fde06edb07f +DIST plexus-i18n-1.0-beta-7.jar 10509 BLAKE2B 860741dcb85047e5ee4d8a32fe5422af62afeed3c837291acf303e5802dd8852d279681f70f0d9e2afc1f663cdbad1345169e0c56905402c4931a3d847953d3c SHA512 3d0498f18e5c936019974eb512907d7a502fde3b3804c5e37f39f1deeb517702a5460463cfca84c8f3b7dc9fe9c96adb989a42de46b7cf4b7056e12e89cb7afc +DIST plexus-i18n-1.0-beta-7.pom 1059 BLAKE2B 69ceb0761b276f12d473c074e1733b394065d3fa4e462ed33c0c281168ac4b4c6873c30a6e3022644bf8b078c00409a8279e2ab71960319d1f56c9ad0c5fc231 SHA512 1d0b3597adc6be2b48f2eea7922fb3446d3a0b509be089ff67b1d75952eae01088e956e0a97d332be209814386b2b48df3430ebcd78a1543b1b6daaa8bb75baa +DIST plexus-interactivity-api-1.0-alpha-4.jar 13407 BLAKE2B 24f89f39dcbb7618bc13c5ecb4dcdc60684ed47d9d49199d15ecef2dee6718965c38aeca4d19fa86915d5f61d33b78d0268e55476f6588d2cd015361c5a095c1 SHA512 42625dfa453daaa4ae1ae9909acec0bcbbd0a1f3d97486d471d6b6ce030b412c1ee2408d3dce484ba2f30160d56bd257eb2ac565f996f459ac57c1131f8ee1bf +DIST plexus-interactivity-api-1.0-alpha-4.pom 7091 BLAKE2B 6be9a2d5f68f0bc059d4f80a8795cc62789bc7d66865ce5af7613263507fa1278eaaa16a38cea7942edcea4405d7af6e6325f6c841fb65cc47b5ca86860c003f SHA512 ce54699675dab71057535646d3bcc6cd742089b8a2ac453a04656e92e8fde7192c2a880c5f78f2ec3b51b85e0e592f2a5a616d36a4e77f57e5840d299282848e +DIST plexus-interpolation-1.11.jar 50936 BLAKE2B 6a7080b4d9e0dc608d4508121748de47d777c6401e3b33e9c1122706d4f097eedd1e158fdb8b082c6e2a9248048b48f8a290a83999fec9fdd35179c23319744d SHA512 5cc81293c43d43dd07aa91826b8258b026f26a4a594f60e6bf8fb01936361a9683ee2de6f90b642366c4a7b6c226f25e4531689c20058fca03295337314c4a0c +DIST plexus-interpolation-1.11.pom 889 BLAKE2B d90d891a40704061d4a9d30dda525bff02d50bb61ae049d254de007075df1145d39d849551d3015df1a17049d13d1301423bf9ded2b5977c91996805aef7e675 SHA512 a38efd1ca051cec965fbf810ef42d5c2183e24a37f4ceb2a478e6a636f4ee33101cb27b1cee10917f53777c4da3a5c02a2bf0730ff416df364226bda9134aca8 +DIST plexus-interpolation-1.12.pom 889 BLAKE2B 896f31c7313963677e38324aa5e97da701e1fd5c343b7e95583834c122236df945a2acb0d44fe04ab375f6eec5cc5c84942acaacf48bdec0461881bfdda2f839 SHA512 01a1ce2ae359cde9f4b880fa6ffbace9f767a134cb016365f12ebd762dbbcc7e378be0f3f6f6c65828e839c4e6ecaffbf6b93170ee73c24cef22460c58b07965 +DIST plexus-interpolation-1.13.jar 61057 BLAKE2B 45f5c24ad742f1173c12180cf0075c3bb49453afff07e4e2e9227b7da2febc33d5cf16269e3d72f228f1ceb56ec6aa5f5b53f4475ab032c24fe6029fb7be3743 SHA512 64ae66ef0ff1630ca9d2ec18be0e24bcb4664028eec4289c247a24e43ad3024e5235c32b45d5a2419df31b4dfe16dde9eabd92d994edc9eb0080ecd65dcd5035 +DIST plexus-interpolation-1.13.pom 890 BLAKE2B b5e76ae430791e110a452685a7cfd6b1e5bf3f636e612b8a6d5a1e25395947381fc39e3fa00644c34d796f10a3ebc8a37de75b6fb7d6e3a26b2dcb55ddc974d1 SHA512 79eb45f86a9c8e10e26ce0dd7d5228628ba42dd7dbe5dc73ebe0837efa7823b2f2bf414250070292dc3ce9852aa14581251a7c5c83f1164ed925bb1788a64de1 +DIST plexus-interpolation-1.14.jar 61072 BLAKE2B 8588b2c17932be75b1b64ec19c428b2cce6dfc9fc28a1499874f46c08b09c7690ce51a0b4c672acfda1fb3fccf0102e6860b9387c049d9a87b69a3d0a603a936 SHA512 d83880dc325fb8443571a6342f5d749000b9d9a276e2e6e30f1a5d136d8e5522bc4c3a4e876ce8e72a5705dfc06acc8dc84a8887442b592e850229b31cfcfbe7 +DIST plexus-interpolation-1.14.pom 910 BLAKE2B e113e875352c2fb08c4c289b6f1025abc72650f1c7508f2c6184832ed7b7ad3f49488d861d4bb696e6ca43433fd01db042f175d0491f6e298cb8a6dc1e0df84a SHA512 6cca332a994bc7b2858fd1a601c4101469ff39fe88c828c9d5b4f99114c7f5ad49215ba9fb1cf8cb82a699bb3215614a6074974c2927f38f1db8964988f9a594 +DIST plexus-interpolation-1.15.jar 60474 BLAKE2B ec70954f5da7b90ee1e0601515b88d8ce0a8902bfc9e4578accce34ec56ecca7c5f5ed0c835a977fe6f8f65057d2c8d65949137487b5744ba7a8f4bc658fdaa4 SHA512 92c4a40aca0436c8969e83afcde9dfdf1ad83620a194791c5e39d3dd54a97f7b6c000cc29e4d2fab18816325cc50788d53e3bc9acfee386a7b6c1757d5ee3514 +DIST plexus-interpolation-1.15.pom 1018 BLAKE2B dd0d1c04f80617a0ae1378c0b7a76b7a0803499ef18d00e2f8863473efbd6a6303b64de4c08f7ae0c753227d45da06344a45d01cd0d16e6f07f773d473ae43c6 SHA512 ca48bd3c5599aaca21c45990de483274ccb18d197bcc91ff1920bfe290f853892586cc2ab6694cff255fe9aa7f1787bf7284950f1bc74cfad676cf23898bf081 +DIST plexus-io-2.0.2.jar 58265 BLAKE2B 2edbd4fd6c2623ded976df2632d9bae55e1b9107a16d77bdb8b855bb5357af7a662aa650a8dbe020d6a7685ce349120ddeb94a07dc13ed64499bf1dc875667a3 SHA512 1302350f7ed1a03e0c1f11d36bcc1c2a829e797551e6e0e32683f09de4b37a551e10be97a6dd68e1dc44342846d0b97742e89303c69b52e4019177914ed0187e +DIST plexus-io-2.0.2.pom 1733 BLAKE2B 6c2e6a631e10ead4ba9cb77644cce512f3f499e7b01bd53758f879a9c9546de516f013e2f557e54f643bcf8c6e8db64917e49b89dc0b57d28aaace281b11e621 SHA512 17dd51e56b3e1166ded6e8c5be946de0d5f5b95aca8510e775d164be5073014d6cbe1a338c152b364ae1b8c2b893271deb2dadf6c527b6f0cec41f5a235f4cf9 +DIST plexus-io-2.0.4.jar 58279 BLAKE2B 349eb7823be4f1df303715dd686b233bcef2d29a8073d05195d0bdff960ca5ef081a2b76ea2c8f1af8e7071f48352d407aca69845527b07e7c82bd2a4b7c29ba SHA512 4c31ddddb41985a016911549b28d3dd4ca774b7036f21eba68c8d82e7f9e3a6e80dc10a14b676ebc14d681725856ae6b577352626e0b728f6180748fbdc59aff +DIST plexus-io-2.0.4.pom 1733 BLAKE2B fce2ba8e519db24ec0b48b7f56671c1ef67b595da407e385c9ec2a4110dd0ecf3bbe0fc1320f96611e2a83ddc97b1639765887e4ba1adf8595440a052383427a SHA512 3a8b5f841f85b66ac06bd48323a7b4b3ddab6b62aeb25b976326c9d4f4bbd07cc41f87c25268c82550b998506a41125973c134288c284ecda6198c8770af3e8e +DIST plexus-io-2.4.jar 80918 BLAKE2B 23af12cd39dc8a7a88791672a1e58d9221391b948d12ce56ed420d1a0b04a1f4b8a7ef9fbabeb1ffda1df984cfb2e6a87171e6008ee380e598850f4360ea06a8 SHA512 4e0cfb470bbe78ae84e11eaee11d950fb51741942d93ca19609d3dd926d606ef1ef1b9a785b3adb9b9a3cc0922799ca6762d10db9e9458efcac3bd7ed82fb2f5 +DIST plexus-io-2.4.pom 3728 BLAKE2B 54f2e568c6de36c98c38ca5ef0e207398cbed8924874ae45da4c64dea7aac2da1463661a76744f6b2de1a7f3d26eaeb932d15a7b8e8ae919596bd2921a7a4214 SHA512 357170c77e208d59f73455f03615a756edbde18657551ef9445064b1eaa816595f1f9ac61fa9473aa885f6f8aab43cd6d2e4253c07088cc9d147eb0d9bf858d7 +DIST plexus-io-2.7.1.pom 4918 BLAKE2B 66b1d38696b6c8078507248770dcfcc825b719777cb55954353b1c31e0f1a626b1437eed117ee61b8628d8c7778f510b8fbb837a536655bc565d2c57db30ab83 SHA512 2d53e83056f9cf7d26983809772d6e392503038c91cd64ca10fca1d98757e4f521cc924082d795466966165fb11673181fa13f7920acd54f646a9da53575cfc0 +DIST plexus-sec-dispatcher-1.3.jar 28555 BLAKE2B a7e59b4a6a650a6b3464709a0fa2cdec0b5807fe7910ea0a00295160b6c1af1153354468194a5968f50ed2874367115aa834e9b6b81679279c1ef53c386c18a6 SHA512 8b609608e4ce1346fdd3a0793d66dbdb893d6af046594ccc456eaceabca3f7a251cc8a6f1cad22fc17688911d0842cc84fa2303027fdf241c77f4078905aaacd +DIST plexus-sec-dispatcher-1.3.pom 2961 BLAKE2B 1f5cc2991f4ffb80fd79771e28c020964f634a1bcd914613778676bd84938a6430720e814c3037e77d182570226a98761a63f4ed8198ebe595a212e58d58fabb SHA512 0c035de493a5cdd30e16521db30b972f4f4d2acdcff26950a61f541c771a5d1603ea83c687e0680c9bf474f90568b253d7ea752fb7d8183dfe01336fc840ba12 +DIST plexus-utils-1.0.4.pom 6856 BLAKE2B 83ec5b819596508bb8dc72776983cc410be4707ec55c1dae51a9455e76626b9c7da86013b5bb85b0034d59f9cd1d76b9978d82de652adfdd1f286b49ddac9eb8 SHA512 0da9e9f5c6dbf3f4bde4d268745fbf5891b2c9299f0b8cad01d753b95d70af13998c04be2fdd1ac5e5330af941f3d0d7ebc0b550f329c94b49ca0377d3a55acb +DIST plexus-utils-1.1.pom 767 BLAKE2B ff2cf665a507e688f441a90114cd14e22b5022528ef0c63b2dd6b5fa2d8e2926cad4dd24a5038e83110f37a317f1f33a9207da8f1d93309b680c8624448b663b SHA512 9c4c7aa7a4ff82af993c60b277628d37aad7fd1cd2dfaf8462df1ffa06d1f9a9d7302f1247471a59b4564cfec15bd93dc4edaeedb03e6ef06046186bdab5bf36 +DIST plexus-utils-1.3.pom 1034 BLAKE2B 855035eb9e6300d6ec12e5f79215ee4522099e8d16c0e5807d7d531478144c6aaf67755bbde84de5a8bbefbfa8ae7ca1b808b20589fdfd07040b7b7b854ba557 SHA512 dd596828c3163967e30af056e0fa2166732f89617a2134c660265eef8b6c8a0cf0aa9481b37ed5e9b57af5cd55977e7b4b2383aca83ced4161d6029b12bfb73c +DIST plexus-utils-1.4.1.pom 1909 BLAKE2B 4ebe70cad15aa0fff364d2de3fcdc2847ee8849120341925abc078d8bf042677ddeb851062a9163a02f88e6aabccc8c02717b7bfc9da140054cf29487718ef1e SHA512 6bbb6df1ebe7eed7bd8a5265d6e1e57d9a216e078df1c90f948d0a86b1ab89f7b716a01b08910daaccad16069bb057d4a106b5de6c631580e899753494640201 +DIST plexus-utils-1.4.5.pom 2265 BLAKE2B 2868685455f61b587e88207fe0dc422bdf2eae65028de1ad8872eb8bf582942bda8994e5867eda13c1155911e7391f09ce00daf25357a1b0041272c17543846e SHA512 5220b46f8398866a26108d2357608368b5b88741660b7b2de906f315746a2f118a905772c00b1b70975b590259cfc331980c200c493e26c0ee80ec4dec421c29 +DIST plexus-utils-1.4.6.pom 2265 BLAKE2B 59cfda03f6075ac47605410026b017a853381e29dfc94328c4f4a6d9c2cc81030dca882adba4b5efc7b1123184ea69684613b2a0ea2f8aa5821a58bbb05b1dda SHA512 0e4925c8398de0f5214fd33bd8511a76e7c7c86adc50cac8340524b5e9722d759356351250a788808aeb4fbb7d31b57a1fda41f3434f53348a8f0e5416d584fd +DIST plexus-utils-1.5.1.jar 210680 BLAKE2B 83e04daabd5cdc349b502276dad6bccfc5ef9138defd31437799da733f957c9b4c00bdc8b42941b95cda2feea628e12017c8bd2bdcdd68abe70c2fb9c736660e SHA512 5016a5328fbd6d5c65ae4bd414dcb6b1f321a1aca7a10fc2bdab0a3541296a5de8c8ba0896a7bca49ad7e0e65627dbfddeb303f662460d374ea238783a15b701 +DIST plexus-utils-1.5.1.pom 2296 BLAKE2B ebfcdee4dc87b9e73c4928393420f7089ce83be85f1c18dce3558ecd219fcef5ba7eb620835c1c94839d6ef05a0f0317a9838728c5c00caa2eacc60f3238d7f4 SHA512 5c876eedb6a9f86d86d1fc8e347c7e26f415c071d2dc62bbba13d1403b874bbe5eeb4a15746d92c9714a26a1d24e104883268ac38482a364292678962f37164c +DIST plexus-utils-1.5.15.pom 6849 BLAKE2B e0b5fec20615d70555f6c61f2177bfb072c3514c785178d77fa39e7ed038446cb9aee4562161ddf1dfbbf3c4feeab521205f6e584fc53a37d21658e399695e29 SHA512 b37d260b03883dac9108f1e0c6fadab99225861c664480d3cbad9a8e169532bd2d93b81c3878722d3f9d2cf682a29e663498ca3b6237911d0f7668e9c7ebd2d5 +DIST plexus-utils-1.5.5.pom 5147 BLAKE2B 7a5e3a0b1e32ae792b60a0d144afbc3a7e9d51cc8cafb79461975f254711bf6f2a069cef6db26948b00b89dba083f9f3fafddea774dffc4303bbbebba6d19ad9 SHA512 b0f8a445601b7ec257fa7fdbef78a37501b11c2b841a5826ddea622d8023676fe7a5c238d6be7c5c8733568148893de60d100c62e6477d47b828f784582b3b93 +DIST plexus-utils-1.5.6.pom 5302 BLAKE2B a79d79bb517f68e0c0f231ebfaa8d64212cea53f0f548ae48d4bbac241b12e9d2ee9fd34a8baaee43a462263b5f43832f44781d89f1aeddffbb69cba36e677df SHA512 19193ee6a2c601082c0edb180088653a3237309c3e213c64bf353faa758256f004a2f5539bb43942b5e44558ec188cd4e828aa06e94e775a76aaab7c3a6d1f8c +DIST plexus-utils-1.5.8.pom 8063 BLAKE2B b54393adaac6f4a74fdfef5537119f8dd7625492c7a0867351209bc7fbcb4ccdb664d4df4f1009850f481633240b6b7dabf0f0e69608e567894c3dda20c4580d SHA512 71cd88a99ca8dbe0d02de4c7d776ca0fcf661743b539114f88f83de490e570703ab824abb12ce4dc05d02ec7c5ecad871a8c2e79aaf645d2f32be01a783ef20d +DIST plexus-utils-2.0.4.pom 3334 BLAKE2B 1ca6a9cfefb8c9fa33f3af11cd5151d4b49a857aa994bbc325a976c712847834796467e3d465f1bb7863e1214642f923cab8cc0c72f9212b4f5c3954030c67b7 SHA512 0b71e0dc1c781a22ef36c5f594091e9d9b6043bd763383529e3fd8a477799eb43e28de00dde48046497f59b6bfbed614722bdab0781f421766a433f676ba9843 +DIST plexus-utils-2.0.5.jar 223171 BLAKE2B d01d18068658b1d8bd83e9302da22c3ce64b5a63efb81eac9331a40080d2d6f9af80cb2fa109e0d329079c11944a0988c2b52f6b82780245f09d70dbba08347f SHA512 bc4402d7fe33bd743163a50b99457f2a6a4afcf5f718e6f2f0150167ba65c88501ba46c358e20642263544859dce9876a91d2112ac93dd8142149ca6bb5771de +DIST plexus-utils-2.0.5.pom 3334 BLAKE2B bb6b20280c3df6045fb14190a665a06b12185a4e72c6117a34b149fe29b26a3825d4d21f31e3acb62a5770f094ee77d5954889b421011be10fd8faea5cd5d606 SHA512 47265e37e5ca2fde2c62c12dfbbb14f92612771df304efc6eafb3cd9c3888e80e44d34fb5a3a637a3b37140c90f7fca5670401fe6689c95b4609d57018ea39b3 +DIST plexus-utils-3.0.10.pom 3144 BLAKE2B f8e18a1ed1a754849031d5834a5c1091134e33d21ca807ea364a6cb48d49880f9eac0e7f5298353cc5476ba884a51bed594c5d66c80e60745b24d21f21f910ef SHA512 64a3ef317fdbeba8bc32a8fc2457eb90146de872d31933b7597ab38f0f8cb9af0ef089b0115c7ffcb9b39475e6ad3230130d72cab6bb8e573ecc8a86c5bc3b00 +DIST plexus-utils-3.0.20.jar 243128 BLAKE2B deef9f5f14a83bee5420a34ac1825c17b66595a7194df8ecf9ab590d9b6f9333b4beb5298906b05c40f9190fb7b651dee720f254c557326c7bdcd8cfb7deb0d5 SHA512 c06e2c3ff2a32a3d763c3bfeb9a8716112f1b04dae5bc25d83c21abe255f7a6aaaa0cab5f141855548e96179bdbecf8004b0491433cf291182b3a955952b4da5 +DIST plexus-utils-3.0.20.pom 3810 BLAKE2B f88723799642da5ee064ac3a598fed19c0bdab303e41ac84c06559bbf547425436b399232b6ef1cdcf7cccab5b999813d521d27ee97f9818222347c1fdccb030 SHA512 b679da75c2e43dbde7d28b40f220d8daa58fe11ffa8e641a6945f254e1d086b979fbce19e0dc7de21a765da7a2dd93c8e5988321e0feb0529144b4973318e5bf +DIST plexus-utils-3.0.22.jar 244897 BLAKE2B 40493be5cea0d37f848b147e5f7ea672611483ecb7e9d3ecf13a8d6ba56b4e23772e79087afbd4c6b4bef03e44c3327b4d83f900719ad62ba89a4ab5c36f621c SHA512 b0be4608a6246630463989cbc7a554e4d6a886895fe9b9d1d38ff525e5ef9bcdbc96219731eb16940c6936808824e533bd6aedb77d8376657680a137e51e1fff +DIST plexus-utils-3.0.22.pom 3831 BLAKE2B 05d1340ef8003936e50c67765bfc921551c493bf9a7d924e685b9071b888b721aecb670d2f270709f9fa4dda793ab2243da8e4366071582529a4110dc875da7e SHA512 4184da9701a6de161d20c6520bcb96afb70a38c0a7fc37c1bb1906bde3307f189bcbcd8d1cba7149fd281e2284d8122f61bd994e19668085563289605d60506b +DIST plexus-utils-3.0.24.jar 247351 BLAKE2B 3ccbb34191cbaa3800c9eb9c09b4d8dae6ced4190be6bc40c4cb7b21419dde190663552d199d160442d749b800622ad3846e91971e07d5db0665d33a90a7bd41 SHA512 c26bd83ba45eb5d9bb04e8325005bc734531e1c5aed61c12d00e7deca66614657b42e36380a2f7f8583d8a037040c7e421603c1015d1f55b74879d687d578e3e +DIST plexus-utils-3.0.24.pom 4127 BLAKE2B f87b2bd791cdaa22e273faefd0e533d65a2cbadde8e2cf110046a31c7e4d33d084ce5c01365e28c9402e6d070313878f0e1bf104bb953de5060e143302d3df30 SHA512 28716b3b81f4ebeb5dbc44c21e9080cfc196bfb32b3f446df149d7b704b45de2f80df4c4125c1f32b88c69a706b1f442eb2c0fa857a102421160111f1e7ccbbc +DIST plexus-utils-3.0.8.jar 231822 BLAKE2B b04c5ac38f996c4ef1656a93dbc7c1834fefe69f97306f5f989cace46f0f51a975da0cbd3183f8aca65d9ac3026dbc51919bfc4f5acc4b7e98215ef2f2149bfd SHA512 d6cebc0c81143671c3664914215086567adfca7314d229bc2e7af8b4814a8a5b6c6e3cdd9e9447a253bb9a7a522f851d81c48025022ea1fa4f3b5bdc1ff442ce +DIST plexus-utils-3.0.8.pom 3142 BLAKE2B f65d2aa11863ca9027e4b4069027f1f1bde7bf0e453ea834f223ea0c3ff0887567cc7e8e78ee0e242e67ffa4393ac62fa22f0c51701c848ccbd6646b280fd321 SHA512 28636df203da5ca9e700bf0747d5f8603f47e692bc66708010463cb75d3ead3d304f1d6cbecabe3b6e051bab26b5325c7d2f85ac22f2f34ea6dd2fcf67101a6e +DIST plexus-utils-3.0.jar 226072 BLAKE2B a23013db8802e2fa8702d042fbb270fbbdb50c51c9ebebb5e4f6ea94dac721f863f6b52c691008c6582af50535f455a38a5a6e29a7daf3a7a04c171fe367b95d SHA512 4169ba0a2f10c1e254caed2907c0e2e71732fecca071f8501ea9ec9c184bc4046b1a000d80a989b4dc13bd70d80518d4ca600f8ff4574ec7a5e5944b0ece504d +DIST plexus-utils-3.0.pom 4067 BLAKE2B bf58c3e139069095d447d0e13a36138ceb30fc25aba8d2ab98d0f685ae00efdbdf8abcfd7e4c63e22db9ab5687aa3299e8c4dabe1d89c2b3a79943ddddc84c5b SHA512 f99cb5cb6b75edf25157f9ef825b87b0715624ae8ee255f6039d8fbc1779a157c17319f5459d0149a2ff8b7fc7d259516669fe5c3e74a03e9ce2b70cb56a3744 +DIST plexus-velocity-1.1.7.jar 7668 BLAKE2B 5265be1db1b622a240b4c8ad85c50ed80b63f995ae79d21f4f8fed1db9a0551821527b557df80bf39d644fc857b6cb986cec9642193e87a0b434ffcd3512c410 SHA512 a192935edaf26dd9ff2b3b9e009569dca940db98d29b053be67745807405683ba946da445fa812dfe0291f140aaf808fc57327863aee71e0ed52ae75ddcf2f4d +DIST plexus-velocity-1.1.7.pom 1957 BLAKE2B 326110c74b0076d3452764751c1ddc5197e2f86ab410a7789ba9030ebdfbd1ae5979eeab398497b6f9c732e85a2a002f71f44d240175b0aca49fb4da2f7246f2 SHA512 0d3650f0bbe5f70a22518919263798b405eaffded15f4e530b141796973bd114251fd3ff644887790a9f0d4c81f447a921f4b956c82ce8d2a39ffcf08d8af1c1 +DIST project-4.0.pom 13113 BLAKE2B bb31daebcce96a0509aa939cd568f00b52dc3febed51184da9bfab730b94728c57e9aff06d732c417313e2b28278f01727a1413efe87aa4ad54854b43cc7dde4 SHA512 38f4b8759a21af38a76695a73675c003314a2c4dd20a2a07f6ffe09e4c6432e365534a140648ea4d161b02477cdb3dccfb398ccf2581712e558a622f1e6099b5 +DIST project-4.1.pom 16383 BLAKE2B 471fd999ae6c9bb831a0d069643bcc5991f2b5ba0056748245779a89b1ed44b8aa55f604a5823bf3276399416a531da004e5a7d45788ccbc6c5aaae42dcbf69d SHA512 fd92b0ba70a53828ce2c21e20e7a4488a2727c125d33a99433846beeb6f4cd4e179fbd57918e854340abe01f35dc792e1c1e5292b106d7eebf312049d76b9a7b +DIST project-7.pom 27243 BLAKE2B 4046dd2b1db72d52900c101d15747eb56ef393f28e28825bcae91fdf255b38af0508dd3714ff90cdb1f29b41c88a0990c3f2232601e2bfa87706bd6aee57eee1 SHA512 bbf658ad8f5fc0b54851147add99a134b944801e9579b17fec45486b36694a6bd007ae43bd9d4b5ea1d3a2778a8137a16d2226b7bdf65f0ccfda65d397858b6e +DIST protobuf-java-3.2.0.jar 1347123 BLAKE2B db241de446dbfece531e2c24bafc5e54f127ece4a54eec5d9a1eb6e8a38c48f489c28e7c6dbd569184a0839b839f91cd32563faaf9c359fb4f192f2d57bff37d SHA512 b83fdd2339014afdeb101f1f1e168aa74cdfd09530b995d684a243d99384560512d7815e2ffa8f1a20b8b511e92e4a54a92cd2cf90752203e0ad20fd0d94fd9a +DIST protobuf-java-3.3.0.jar 1357435 BLAKE2B ad0cff1c45c0c4115b9d6a1e5d627432118dbf6e19d1d7a7fefb6441219805932b1142e279c4f0a0d28b5ff5d3493b7c0024a7ab1ca5bfa43d5b3798337619fb SHA512 8e67338026fa07597d0f1176f77e5482815fad3ccab8cca3b55d6a7da9b0bbc424a5a5a32b5a10d7d47929005e8a16f4f57ff558fdbefd98b73b0f6ee6cdd2a3 +DIST protobuf-java-3.3.0.pom 4889 BLAKE2B 2577b955f41e841724dfc451e1bfd096053f5b633e6382057e0403bbe30be724150afe54a11a0fcc2878383d7ac4ee134c0b10a43b67c74970485ef566f143de SHA512 d698a349409a46bb1e830a0643675533068a3ea37969036cc859bbfb6edd9b63848a2163a01a5b43490d2a6641254d3700586b4b866a5f334ec5c5f353523694 +DIST protobuf-java-util-3.3.0.jar 68182 BLAKE2B 08cd7e8c7dc56c3b8e6583cc37a8ea509cb522e4a4e72fcfbb450c868a390a5146c627d04b577bc1982c0fa649e72a80d5a78faab6420653f2d4a3a78e0f948c SHA512 4059abffccaa4b08baec34656b5eb21cd1395357e166119f07d020b74e1a93a39a2349b951ddccd3215d0f68e783309431b0eb072c1e2a38d35f3207c1927060 +DIST protobuf-java-util-3.3.0.pom 4249 BLAKE2B 2ab218474ba659e464d0fd96734be38a5dc81fa681a54756c878d5ee4d2127cf54cf353590eb5f56da8ed21d32dd96f8852167c25f33ccc54689ee19518dd07a SHA512 0e1a1effc0964ad3ae16981fd17691eb746e2ac8929388e274484ab277ee834e5248699cc4d0d898feff2469a4b5c89067daa6e93b1598972bcdc46855c34cad +DIST protobuf-maven-plugin-0.5.0.jar 179983 BLAKE2B 20805383e84e2fc17fa9cafee20a556afd44cfc57c6599d911370fb363036fc438e064fcb46902b1623ae2baad64c0ef1704358ddd2d39fd92763d1c0d11e058 SHA512 e297deadc2858bcc9b1c41c7e4607104e952da688c368a372ac892c89ca15aa1973628d6074dfa9b5984f5dc13aec247898af1aa14aae3cd8ad9164a1829d47d +DIST protobuf-maven-plugin-0.5.0.pom 29973 BLAKE2B 72033f7a588ee94a913f3f1e87fd07e7df816ac048394682eb9f0449e0a4c06da88b2434e1231fb1da7ccbb95e5e33e34faf00945201fe4e56e9fec282559b9b SHA512 ea298b2487d87ab6b4b22ba6f0eba4cdcef173a87be963aae023dc7f0356a39f2b832870eb6a1c0f495330628db464ccba044c57d50c7482c946a0e1d9dc9cc9 +DIST protobuf-parent-3.3.0.pom 7026 BLAKE2B 2973cf654205ce5f45019927a76ac42c3bb0870ffa92d38cd8f1a8186ade116e80b42fdde4035a21b9799c861921d2a105eba4f2619cbddd1896f7d04d54b3d6 SHA512 a1ad5c244efce4263e0b63fb6d1fb4a0d7386e062fdd5e2e76ac175605a84651389b51f8cf4822b5d6c3d7cdccb785850fde8c5c702a0d7a3fa445f3ea9d0997 +DIST protoc-3.3.0-linux-x86_64.exe 4266584 BLAKE2B 60acebb67afae4033baa1b9a78a1fddd28eaf1715e5bfb0347a3648352a6e4816d27377c1b02815d19bd7273b18e37f03b227b4647a5efae2343810640c36d27 SHA512 098b0f8ce69d17fedcdadecd59d05fe44b013869c51e257f415990e2fbf227871e6e8c86680c90d89d5f5923dfc46be27c0f0d0a88bb69230075e8e4bfab5552 +DIST protoc-3.3.0.pom 4061 BLAKE2B 59ac163eb9ffdbf5766eeee863b8aa9fb513868d25ba19c460e67f5255398a8fe5740a0143d5f4ab525eb3611ed8081a4f673f6c7b5df4889213082700c59e5e SHA512 36a026ee22576d577b2774346059a1f570ecdc32cf2a8b6320bdf9556cea980831f8aaf880eaa1ed3e07f4e8726e423e4e9fde980696229a0de8a72c82cb9355 +DIST qrgen-1.3.jar 5688 BLAKE2B 7c83e4bfcb659ff3f463a11f00fe174e96af461d152c56a8b4f9f20883ce81835b418059c2fe683547cdb906326e85958da5cc9d5e022aa3dea30f0cc18a155e SHA512 cfe37e8365c603c1581568b230e02278e1f6bd25e0dfa4b562b66ebf87df975d54d1cf76bd28f5c30a556299d407b7d521d02440af0ca963957ac15bcc2030a7 +DIST qrgen-1.3.pom 3362 BLAKE2B 03cd5bc675e040b34cf1ee1acebad5b43060f6ef1898e3a2c9513779126f8652dc6ce90cd055c16083363730da049a88a4efaadcb5e57b2e72655fab8df818e1 SHA512 65fdf6d13ed2de321f7fdb934369c84a33a6a3cb71468462aa4be05f041ea3bb4104be9189d4ff617b6cc5f6b75f1d7315a643710783ffa2068c323bb3f5936e +DIST reactfx-2.0-M3.jar 387822 BLAKE2B efa453488fad307046e77ea5c5800aa72ba187d080c1841251d21e86dad24b96c21f02f174d746f84de9f0dd96152dcb13e66ea56e4f9a7b3f8f5232d372ab1c SHA512 f8c1f2bf98f621e4bf061cc1b6a88b484216e783f1dcc64ea4cfae6122888ffa47dbae710ab1acd64a853ede644dac6c6ea439146f3edb6b2165f353d04e8935 +DIST reactfx-2.0-M3.pom 1965 BLAKE2B edb72381ba92cb93c55f0a000c822f56d8ec28acb955b40e5b509f0c07f0dab6ea144dd0ade7c32846efdd20a25bab3f463c6b2b35bf370e7d9f3e52dd93cd22 SHA512 feefba00d27d7988eeb35a550a73bcd662af2310b1f1b97532484cb0d1cba284664f5f23b9c5888d4ec96e146b5523423c3aa69ca6a761a6eb896924ff2cdaac +DIST scrypt-1.4.0.jar 50052 BLAKE2B 0890bd55cb8edbb1770d0aec810d0999e56aab14f95a5b64b3a426a26961ec3693bae9d51e8fbe7738b78b9d92c9717aaee0f9902125cdf171c9d1e6ef24f5ed SHA512 bdf4e64b5b7231edf13e92b788593facb9e125ff9b1c69f48016314956d7fb58dbef00db27e8c1b7fe44d4b49aaef6253f8162c7d76723ec066c10f474bd5ae6 +DIST scrypt-1.4.0.pom 4054 BLAKE2B a9d0e7fb7fa67e5feb52ba254bcb0e77cd4e6dd74e36d70d4e909b57eec3f74d6b81d4c97d740b1939cf752530ba5e7b570715216320c7364ed8839d0db9d137 SHA512 b529b3bfa40a7d422dfc5d8034e3de2429c80fef58791df633845157583ff5ceab7f2f5e5f0c676874ada0fb0538c59d3caf2caf75b1be22b2b199274f0ec061 +DIST servlet-api-2.3.pom 156 BLAKE2B 9bb760bd5b052fa9d29ebe202ebd05bba8798f04ea60c396b089c5539afe6e3f7fec214c621a7949cc8aa5244295dcb9ca123ac8dbacc12c0d482dc5b9a084f5 SHA512 8df80532937c8540f476fbf970ee4fe7e09e466e75132ceb96e81a81a8ec9d23213103e9a3b6f4aec33d1a4c73cd54708eb2434b626e5e06c2d4b3ad617eab19 +DIST sisu-guice-2.1.7-noaop.jar 471737 BLAKE2B 2ace6910776b0df52ab21e5017f15ae77635e50dd2cd9beceb8e73a40b8b3420b46a396551afbc943ee24838d5260b085d0f229264d59afca088fef2c7cba6b5 SHA512 75f4e008cef58dde84a511e30db440cc89d344c6978c779115a7da609b9cf06e9626b5693d413101afa1a809ddf1d958d340a1a7aaf59d378c7d03f956b3408a +DIST sisu-guice-2.1.7.pom 11061 BLAKE2B 07cdd7c0c7f9536f4e5c1c7e6233661fe11c0402a807def9468b323e2fd1d04f95868d6f72b2b51e1645e7840646ae86f2b192916bce7ae44ba260c5a9ab4794 SHA512 a2d4f487a8d94d5f14e5be088053489060d21adf7db8b879b772f8c4048839c9e92a3fd7c35275eeaacfc4b9cbe831fda2815b4d1c679462f0c5684a0aaeb2b9 +DIST sisu-guice-2.9.4-no_aop.jar 483594 BLAKE2B 14d6a964eb1855b506131da9b6a9fc936aaa30ab1a3f95edcb6f1a9d1f0708aff41fe61db7fd20c736d15004c894b28c8958300e8f095d54fdbf324cf2897e5b SHA512 f5888435ca620d13eace9b84df746318243a78aa6a3372425f5d19ea97b8297a3553a40620c748920f99ee237996829c4e1ec1b5992f4546ebe11fc8e4ed244a +DIST sisu-guice-2.9.4.pom 7846 BLAKE2B acd8592abbe59dccc55382b9a4bd9ca05f6314343394df5e94d1a2ff1fcf10e303465e18de82a7f2a76f845dc465bd99b9dd2425e13f3ff9b38d5294ebe44d1f SHA512 8b5617541765d7fa9f1d2ec1a662b561db6e92efc1cbc32ff39a4fbe759e920b2219364f6a8729516166831f92d34e0f8fb1965451067369691fe4fbd3f58fbd +DIST sisu-inject-1.4.2.pom 1249 BLAKE2B 1f206ef8088135ef2ed4c30e6f4713a06e5843c2ae4a10cb3fabc91b9fbadc8e9e6e18889cfba5893babda507dfdd308fd899a4ec4ea27eeb4087bf807fce87b SHA512 4c11ed7607970500063029235a7aec468f509a881ef5b12c7ed32dbd9f7ae556d5d47a0713298e6e2f24fa3475d9351acd8610633fe5e921a8d44be8353a58d1 +DIST sisu-inject-2.1.1.pom 1771 BLAKE2B 288aade44a7f44ba79fd00c6373fc609cb840d9f27395f3fcabf348a140141fe9067f92b0382805620f2a04cb1d905f4142b155cdd4df1f57ab9def56813f883 SHA512 3b85d839d98faf1510c9c8ddab8ac4e3e8c018a2e4478468a6a92d7f23b086011f49c9ba26f816aef21415cabd6d893b580eededfb98cb42631ee889ea5c200e +DIST sisu-inject-bean-1.4.2.jar 152989 BLAKE2B 84280636536a91e517ab3f1bde647a46ac40e476de4c503e2c42170416a6421868295185164b93eb96dea0f7bfc7142a73f4ee3be0d9f9b5357d7c2f89978d7d SHA512 8bfd754b4bac265b82795066a7eee04ceb7d9de0a0835687ec0bc44ca644cfa5268bed639934ce169a1a93f7cd0d4591865c969288fb5e31b497bafaf1f17b0a +DIST sisu-inject-bean-1.4.2.pom 5457 BLAKE2B afbb8607c2feffaa0f459c16c8903d3a18c43472322fe4db523b0502f88427d01430f2c7e0b89af019bb64d7fe298a47c99c8bc261a9e0db5cce1489c1376383 SHA512 6bbe8650d9a0d617663fc2775c22fce133662467ceaa8a55ce1a97f737f2cd23c83d61ec133fef4a2ff4a654c1aed89eb24029122f8098660c65736f292e7143 +DIST sisu-inject-bean-2.1.1.jar 229852 BLAKE2B 0cd659a0e9b043c75be31db57d4fcb122da2a8a66bb6f1c05388d89e6ee9546db2319ad0d855cf357a8c5661c789143786ab911e5ffb0103c6e7f6c24b211aab SHA512 0b838c3cc99e07dd211dbeb146b2df45d399f36bf187246973fae1f278b4a52634cf6d2ab74d459b33b5b2f7295bd9e54e8a93ca3526561c7b4c5b22c1d18b19 +DIST sisu-inject-bean-2.1.1.pom 2998 BLAKE2B 05777e93019ff7a1ace2dedbb88603a051666ae6fc2330c63b1c1aaec7d252230b1431eb2cdadce5c283425410efd21b78959cd8566a3714b1bd489ee2fbad80 SHA512 b689cb94e9f316eccce667649298928e62ecfa87dcc0561a0e5c358844ec4a1c93283110fa90ba933ce2ddb4770d64b6fad453d4c50f0abd6666ca0dd071ded2 +DIST sisu-inject-plexus-1.4.2.jar 201716 BLAKE2B 4355105d6749e3e2c40c0e56a7e5562d25f1d4077a2a1b11b132be5c4d2d179e4bd8fff206614d1657bbd68a5d4a92583b9250d08e0b38e2123ee8359e8bf89a SHA512 9d73b922ff6f369f77fe18897e6c2a98569716206e48f52df3925fe964561922cf347207f9c7d6dd5eef694d7c39d345b582f1401a0ce9d914c43f926a4a320f +DIST sisu-inject-plexus-1.4.2.pom 5369 BLAKE2B ea94af91bb699a7034fa5092c9f9f5fd3b8b037a7265c9f0c55fe3ccaf4259576faf8b6989c2b6c5a8c3ba8f4ffda9c73a236dadf4f09fef1f69ccf8a3f2e360 SHA512 7de16c5ea31a9f075921f4026d61a09465e9f2312a9eb36ec1f260e41bac6c768ca5c9f9aa8b49d3bfda9746a214a08a75aae00db9c3c0dd9090adcecb867766 +DIST sisu-inject-plexus-2.1.1.jar 195665 BLAKE2B b0410f6f2566386653b8e89bce58ec0eded1527378ec556fdc1e23dc5e2391a8cc7c7ad88695fe68660c9c0edff941241d476cb107911a910e7dce943293b382 SHA512 2f99691ddb2207401c0d419a34418901530626ed484ea07e34de4764cb116dfbe4866e82a39dbced67b99d982bb3c3ad2ff4e1c5018aa15ea1c23a11804d3a31 +DIST sisu-inject-plexus-2.1.1.pom 3009 BLAKE2B 6bd724e4519365a9607e323d9cbb0a69465dc7fff76c1adb8b7e9d2c98eab61bd5ac616a54b99b54ae18d1b286e4a495b38b9b99e7aca33488f652caaa521677 SHA512 247339085b378ac2e66ef3aee2361929a625a34ec8e81b9a58ea5eddad118f24c3df63e2bbf7c3d96262c3e38cf4f7996e582b189e9bf5cc52b005fa32fbcb5c +DIST sisu-parent-1.4.2.pom 7777 BLAKE2B 011f4fd2da0b59e9b0651cf0c0834160f021a4c187a85203a0a93ca06d077c66138cc45de6011773f0f7c208d43a5a26af52156142735e2abd353fa42708516a SHA512 9a1bfcf67bda4410b5cbd418bcca9540c5325c88cf12dd6e5c98bff321986f517c69ed70c063f11702448f1743c043da87269a9f5dd0c03f1db6250925101c9f +DIST sisu-parent-2.1.1.pom 9268 BLAKE2B 63e666020315091847d85e612739f515368ecf8fc468a995c7e000231c031876eb1336bf7c2dc29c94424bea669e9e242717d761c0d105b9c8882fbe5df61a9e SHA512 ec51a7a3c062e101724d54a3bdbb139b5a6efc8270c51c896914b2c018575d7294bc1a66131234a0914c54c5b6f465b05a60f496dda300bab89ebf322b1a00be +DIST slack-webhook-1.1.1.jar 12823 BLAKE2B 5b7a903b1131553f112d4d9a78a34aab6db7f53d40415b135e7e8e2490fa38eda649371e1fdad5f453562207b156e96ef5ecf6342ab9e5f35e4cf661d569c58e SHA512 dfe240414f306b88f926b117dfe2643e886e376bb17806e92bd9ebb0e8c4cbf9ee26b703e0851f10a1bef5b1523458a5a96405683217ab91f1f55ac853fd4b29 +DIST slack-webhook-1.1.1.pom 4178 BLAKE2B f63d0a05f879885c643b662e3de6882641c1939529b22fbba0aeb7da9b48409e1fdbeac3c1eecaa3eb8a86ba035fe5dbf129df3de431194dea1642f002f33778 SHA512 5d08b66ff4e1c5f042cb82a1b86a2af56069a3f8dff43971ab4cf0e98c4b7e1672d0ce150ecbedaeeade170396061f6b41411266218c921f2968e222f09b9605 +DIST slf4j-api-1.5.6.jar 22338 BLAKE2B ca2c3877baddb84a32a77355be14cbc5e1cfc3df39016afcc95c25c25f3e33c26afc150df8f8d9e801bd95cc9f72d2c3f8231fc15437d885077bfd9cc94f06ff SHA512 c261b54998f5b329f0aabef4ddbac6ec20d6f58f8ee9cfd18ce64bbd0761745302219ee203dac8bb31aaed617fbe2e69a9e73349fa1381a0c0d19625dc9b73f8 +DIST slf4j-api-1.5.6.pom 2984 BLAKE2B a03c1d397cd5533e9581f4669e9ea49113108bc51e1145020e9bd017ad0f024a0fda8007dab4a17e8af3e02d1b87ff4a197d401751850667c97da6c53bf005a0 SHA512 5650f8d3e16c56147c9a9cb51558f00ba3695c21501274fc0eaa4bad457bfac788d24aba325836b192e7327b63d5c2a3048019ba4e0ef627ddcc6f77bfb40ed5 +DIST slf4j-api-1.7.13.pom 2775 BLAKE2B 0fa6888699f3b36af90600c16493056d93cbde5cf2f2dc4716ffad36b04c0f343e32da34a63f46d2c3b083f46dcfca3ee2a0f290fc2e13a26c81c40b888879d5 SHA512 379ccc14d6dada1e0d44a92b9160296a72e4ec025dc2a88437d28120f665e1e10ebf9a216e86b25be11fba191d7c0fda5cd67aa81fdeee4a55221efd6242bfb7 +DIST slf4j-api-1.7.22.jar 41077 BLAKE2B 258811d37b7fb40f62228064bf75492e34cfc977c48f54535d8dbabbe270a734a3c7fc1199e40d61cffd8b2f92f4d7d3a4a88e56d69d34cb930b8661c7159a9b SHA512 9142204594c342e7bd0bf6bf90bdf3f4bfa47db0572665d37e0dd15af9ca77da9b54ff025c30d9b6f2d06ca3f34f1d082ccbc3bd5addbc114eae88fa5a0cc602 +DIST slf4j-api-1.7.22.pom 2775 BLAKE2B fa544556ddccf944effb60f7397fb6622db2ded28f58d073de663bce7ad389f9edea128f2a05ecea338149b74031857e7b97b7e30b69544d5f5f553715c8528b SHA512 46daad70eaefce209af219fa6f661ec8c5798651470c797829553232d88b66e073c13121a93030de190e1f7d69677f9ee529847f21187b899c8cf41d8bb7fa8c +DIST slf4j-api-1.7.5.jar 26084 BLAKE2B 7678c88b7d2e71fd6a5b5ae6ea325e25602e331eb2a201fa5ec741a213d3e3590f9b13fbeaccfa07fc52f604ba8bb201344477e87f8f4d8c20c0ab09cd42eb08 SHA512 fe8885069fbe999485e25fa5e019486f9661bdb99834df2ca2888981f47bd4a7685f83859a315f8e7dd208b7dd29717e2d108e6d8366755e6d971cac4cf9e437 +DIST slf4j-api-1.7.5.pom 2689 BLAKE2B 595c234da2baa9057deb52ccfbdde97f06e4261dfb60cef3d424ea59da38d1ee2ccc8890421543d6b3fa2c3d65a8ab0ed12e46efdf2e531e09f70fba33d6c4d5 SHA512 f3a14d8fe26bd19ec6891a7113ebb777cdfee02a787e60dbc5057663f877eb4f951beef1bb1c14bcd3e8daa2fafdae59ce417bd1a944a631815c746e649f8d50 +DIST slf4j-jdk14-1.5.6.jar 8815 BLAKE2B d1f71a7d74d528322ee39c9266079482030c445d4a5c3a73f23d8ab06e25eb932cebdfba52708f73a21ab57d006b882916a8dc638ce5d41a9e7e5328aa6c4eb0 SHA512 cb737d9c98bc63a474016677e28519405d8b5af18e9ee5b81b00a611473408553644143f0506af41f1e39c16a95c91e3979b8b7dbcef5f0f5af9b47686b710a3 +DIST slf4j-jdk14-1.5.6.pom 1898 BLAKE2B 24445789b15419f927b4a604c15598f7a221c409e1da4f80972b28074c6a979489ebcaf745787a47185abe2d877f837eb0b5a50b43b5a4f4db102a391d8a8d16 SHA512 795b1378689f41e210bf00e808cb8277f2f5c9cd2c5fc0fdf35f4a58f0ee34a25a8af87b4c2d5fc55b34d20f9988588ef550d39e640bc851e0562aad09f8e843 +DIST slf4j-parent-1.5.6.pom 7920 BLAKE2B d9dc419aaad8adf36245b80bf01dbd82f55f0ca915d4cf4b2de453352f00ba60a8dccdf9468d5bb6adcbad67d78704af473743b023d552fc0a323e95b1c3582d SHA512 d482ce928527379742883691a0e14240b2479d4ef6e05ef3600770ddf0c008c7d242088dabab7d693028dc439e74e880838fd180b3a32c869e52e02ef9476606 +DIST slf4j-parent-1.7.13.pom 13463 BLAKE2B 0b574ebc9d86339218de515b7adbb03e966e47642ef4e5919fa32751da4ad31cf5048f63f150691d65a888b90ca6bc186b5d057684cb43a5988e006f5a62e9f2 SHA512 08aa61998d71bc59760ca641d301e04287a11826e43da2438a48b3abc9ee5da832f91b86b806b3e7599993f83334a4d01ecf023a16893701f0c03344d825e52d +DIST slf4j-parent-1.7.22.pom 13506 BLAKE2B 9e14868d3f96d2f32f2689ad90ace507a79e4e74dda275ab7f171f9a2dfa98b813017eacee20fc1863f48c54234d7022d94eaf637a6eb27e4a945f36c2425536 SHA512 7b96f0991bd578ba6bf9571719e2e15781191718b3799fbf5c3610d1e483f90c215cebe4e486d17ded4b8c0c744d304ad3a9c26677804eb552835f5a53dfbf03 +DIST slf4j-parent-1.7.5.pom 11804 BLAKE2B d845a7869773a41ba41ad00ae9d7d2c23553ab5dd268570d2aef72608b00134899b6d4ede037a4db37423fd35a55198d38156efaca3b2e8b2ec810b7c5fb023a SHA512 fc7815f04fe88d1dc6e35b70581b7c9382bd56253dc05d85951937e1e525a2fef7bdd1241c3e0e15b879f246333bb653e9d3f15da2c536d59d9af116421ca87f +DIST snappy-0.4.jar 57954 BLAKE2B abb113018cfdf8677191aeb1fa68434d3bf57c9f3fc87dab9b79a901ddea20c8cab0ab2c4939c734799146bf96fd752017fb384b427550ae579f106828071742 SHA512 dfd2559bf0388c6f1987d1393497a423203b2a72febbe648b3429e4d07b47a504797228e6e4e39a94c6800c5d3df8d3792863a3b841e6e8f65cfdcda91b6f0ab +DIST snappy-0.4.pom 14537 BLAKE2B 3b68fb9dedcdf5f3f29c61f119692171d2898f67ae601ff1046dd69708e599a51d7dece1684b01d483b15af77675c81f1614515945a3c07e025564ae895fd313 SHA512 aaabc92ba531180e7f7879e8128f6907c7c24d306457cd1b3213e3abf45a67518c39e18a39c55d09fa204ff79e513e9c8037787a628846f42941da0666937355 +DIST spark-core-2.5.2.jar 144083 BLAKE2B aea20e47ef91f8bf48f290820a4cc78e0920b3f878b8fc0458a61ac609aba0077a4a4edfb4929ab269d1273518055bf64cb2d6d5b9eef3c9607e2cb664b26a84 SHA512 ec3fdc9076f5e35013ea6b23ae6925b9f8530efaa7b9c0a2c694ce5e69f72a3f174b54a227f7d05b3b1e4c7a5d728f576a9e27cecadde49065d76dc8ff2a5703 +DIST spark-core-2.5.2.pom 7915 BLAKE2B 3abca57dda53b6976657075e00b94e106ee315cdd078775c8dec2a5e77eae21339c1ba1bc95c459afd654151baabfcd7d5ad25ae0732ec714ec98e8cc0a7bac3 SHA512 8c3101e78cdfb2905bb2e951039fabe99e5bcecc1be3b6a0383dd6259168aac3802a6a550317df72816b579d6e614a2db74b149ac5705d9c45142d42a2ec724f +DIST spice-parent-10.pom 3015 BLAKE2B b4af932eb3a5a5f746fe3a5e888ebcf5a4fdd85f2de1b0a57ac93350bef83361519c3be84eb947d528f4332d55446165535fa423bfe77030ff6c5ef166ca2e1f SHA512 48c905850149a6dc457baaf685f96f38a007072252d7a6a65cb795f2a07c70e3e3b798cb7140d46fc8ab5d5a7056fbd0eed48f41e244c4674af3aadbb833f11e +DIST spice-parent-12.pom 6798 BLAKE2B 93acb528173ba3327e0ed9c1c697202174abf617fc833a6b48e75ef63f1d24d1d9a475611f12a67b3d52ad77069e4edc9298632ff85c6584eea46ae55201c458 SHA512 0d409a3c9758ada833a1b835463dd1d0e6d81f9f86c81153d04729cca93e6e6464596749a701febeb90c6d6118a0866e323ed5534c25e345d5947276650ed3d7 +DIST spice-parent-15.pom 8358 BLAKE2B bd6eb0ad17edeeed8e5b0a8cb2766b7ff66d1b1c0eeab52e3fdbe90b1d21ca421f5f37d65b9c70b17180f9dff57c01d01cb27e139d12194e829375600a3fd363 SHA512 22e980d0a1b3b3cd1a16faf24e07ea71d281152c352083aa21f5a4f05bb3416a2294f632d8a76db6b4acb805769a99d8845becdea80e269b954242c0dbd379ac +DIST spice-parent-16.pom 8358 BLAKE2B b5af98571c4ec2748d4dabcff26037b2d096eab331ccb0fc58494445858fd05531a00ff40c87b312cafa45939cf171478b2cf7cc9842d0d97f866b9c142f55cb SHA512 0faca9a0b88553fa49b5d45a4a694eadcbfd5d625fa6555c1347f6d53b986ac6485ff68f7246b79e4c9ce1d58e92a24766a4b81fad340825b1c23a711b45c715 +DIST spice-parent-17.pom 6759 BLAKE2B 67a629041368be5c78a2591ee589a1560564de1974385ca6fa1422fbbb61d8e0536908270195ae714f571425b870ea4882e1ce9ec5b3cce0a28f862e70ac9cef SHA512 dcb3c40ad537f5b0a2d1125b4cfd51e98a1b52b67801a938c110e4a267b1555eab663034d6fef5b32c6bafc8bd70eecf704f44d6b3141fe3cb952af5bd5c8c65 +DIST spring-core-4.1.1.RELEASE.jar 1004360 BLAKE2B a0afbfb586b3f9035af013d9d92cf7621795ff568de4bf84a9ec4a78c0f0baf99126a9c91ff9d7984c726ebb5a2e959295a5092c6f3028b7ee0515ad45e0da62 SHA512 6fee19a84af76e12f5281d6cff7ddb8e17f04c519573468091dd7d625b74be33615ae3fbfe4663dc1c0875a2a8a57ce56cfe9ce1fd2cf0b8261d93ef1865e03e +DIST spring-core-4.3.6.RELEASE.jar 1117842 BLAKE2B 9587286cd32fc7fae8aa739ffedc52f89ba1aad4a66fa9f3dbf732b583a63561e758255ed8010e211e891d8c95a74a8515f386aea9605e99e9ca02f481784c79 SHA512 49c4153e86582463806e6dd5041de1296cdc95e521fbc5db4ce0728b813ee151f3e5a0d6846a49c46088f351f34a3276930634f422109afc838321430566a2ff +DIST spring-core-4.3.6.RELEASE.pom 2492 BLAKE2B 6b2c67e8f2c3eceaed3833fae5251419df411690eaf616abca286ca4d9d0d59dc9973a3ad272ed09d94684ae9d5d27f6279cef3b3c3e1f39931f09820462849b SHA512 f15879bc5494f671019af0b21f9b5176546e637115e4a44346acc9eb9f59489f5f60e7b0838a9ebf18fdf31a90c29bf4088f5b07361d4cfc920fc93a2771564f +DIST spring-test-4.1.1.RELEASE.jar 501832 BLAKE2B cfce4738779acbf4d87a02a118cbfe30f7ad1655f7b79f822b17d720a517b0807d95985ff786a5483e778e7167e58c5483c994c78cc3067b764b98388b714164 SHA512 45538e8c71bf9bb0dbb1652c2c8ad4f8f05e5112fb9ab38b6fe851a200ddcb1abedf9bde80fe0c7301383e8e64c07cf95125b461d66cb584ba126e047d086099 +DIST spring-test-4.3.6.RELEASE.jar 598818 BLAKE2B f0203a0ba1b41b6330ff2d328334c07b3e1db4d3809ba1d8445db7b2b73b2bad647c88ee96f2a1004bdd6e0e0bc77190e598b1148d30f3167b7af5bb94f82b09 SHA512 e95311d11eda98d8df91649c60a649614e0ad6ddb4450482dfba115055da534e5a77615c2d896d9a27a94797ff99206dd358269fcc4a142b587490645e15e836 +DIST spring-test-4.3.6.RELEASE.pom 7956 BLAKE2B 53438202db4330325235c9b88c7a493151f793c1683a19fdded093aefc6153e2dd04b2d042d57d28c118d71485d174a0e55cf55ea9834b31ef404a95760cbbd7 SHA512 e1392af7db6a50ffe896d424f71280bc982fdcd15a987ba0576ab3e79737514a3b3597ada68e3d5bd409df6706a038d2eca8ad518ff39c5d66eac114e5db8701 +DIST sslext-1.2-0.jar 26215 BLAKE2B 205a65feeaaff0285da31bac23b8bffe2a21d1885b6db5573231146e4df0b0c2820db81e3534619189d469f01fc080b0613659a61495da27c93caed750574031 SHA512 6216ec0a6de7cbd560c7c268c217f3cede0e69903747bffe20ff09f70c8e9f3b453a943c1140c0e9899f81c478e29fdcd5c6361752279bd09c5358e6eb0b4d53 +DIST sslext-1.2-0.pom 653 BLAKE2B efdc049ef7e4500a1e070c6a83e62dfe262f2916c5c98cb0921ab64659ee77ca5906f658735ddbf19bf2bfdef72c7ce0b05df93d88c059d9a104aa82a7e7f71c SHA512 cf4161db5c6ddc36a3748156f01c19b35343f27b41dd80c48d703a33c5b73218f42dfd079c0ce0df9bb093caa128d822f69e795731efcefee671775a0c85fd9f +DIST struts-core-1.3.8.jar 328896 BLAKE2B 7c5e67c7258de4ef290ac0173d8d3f6d34d418c8054364941f450ce581b77749832197e7af40c1a593afcab058fdf290e4bd8acb935f409bb1db37741aa9e634 SHA512 4c81f332ad4e9e1840c846fc9d4fc50567330c1b555119fe5920218650dfb6099e02ee8df87dbf617fb75bf6038efaac076191fbb1113bedfd5c748b3cfc8019 +DIST struts-core-1.3.8.pom 4312 BLAKE2B e6e1ff392a30e81eebe5c749d6d6a6b234fd4e6717ea5b13fecb3648e95375b24bda9b2f67cd6cd32080cb251b2e4f08dcb3930cb3159bb3e690016307af70ed SHA512 7feb7394329b8e59494e84a70eda8192c701a7a453300942c2924fded3572d5bb21f9a5cb88cd5689f5f6a0b51110317ee673cf85a6659f52fd61b4858f3a848 +DIST struts-master-4.pom 11831 BLAKE2B 77a57ee17614804ec23d8f0d83e0e4434e273d37ff237617fba9339c7b2e875332e30d9a114ba01a5f2f19aa43a0d16e092a848f459c3e0a1e8407b3b5f46afb SHA512 949e88b62c70611c299c9be5436736f8bd9dbbe88e8423be2bb50b9095a8349f8246d0d4d6783c4af6c56279d9e310837d82b58f92d48d2e25228c7390d8c99c +DIST struts-parent-1.3.8.pom 9839 BLAKE2B d76d23de3095cc9e669e5da144c01cb7f3be6d3e1a8b497c94a7d68578265788dd5c14f406bffe789d3eda8c239fdffd5497ebf1c1e8897174b852c60e10549e SHA512 68d0ecc9c0567ccb9c67ac0e2b642178f7a43066dffe7eecdb07031c1dd7a6185832b29fd968c24d52b89b543b84cd9899c0e841d9097c76dc95ea2506cb22ad +DIST struts-taglib-1.3.8.jar 251521 BLAKE2B 9da910942e204f5b900c4a7ad0049ad436148fada964877f324a7951e6cb42b54c701ae1b111591f6d9f6949e4fbbfc7a04266a4117b5f4502e176a282a0be6e SHA512 c84f5683d202ffd43ee964efc5ac9ffc7038aa2f513a813283b9604e2e4f398742d0a6ca73e4a87aa25a12ec12edf7e3c88c057f8f643f9f14442c442f6fcc53 +DIST struts-taglib-1.3.8.pom 3076 BLAKE2B 568f77535291fa59aff16b06811b595df3f2761d19f54fa8a62534e29d2da857c3c2c4719118fe06dd78db30275f8a9eb115f6cd73b699c466f9e956c41df76e SHA512 b8fa376f69d63cf73fdb94cfcacf19485cb8b09747411846ca7d44ecc308b811747b774b34e163c1a3cad8ef495dda890980bc03268817dc066e6cd3b3eab329 +DIST struts-tiles-1.3.8.jar 119653 BLAKE2B c24c4b4dc6aca471b4f01d994a4a8b652d7dea0eebb63f895c3f167fa94321a32ccfe1ef5f5c25c2d63f544d057f477d1d20dbf16040227af197ce4733112a93 SHA512 d98451a293466fdd9853d1e39d47fd7ea003cf9104a9c05e67f62adb19e792af63254e6621591afcbed925a0bea3a66c01244f7338104f19eaad71b719e4fa0d +DIST struts-tiles-1.3.8.pom 2905 BLAKE2B 00633fc172debb221dbc4c80fcb7be4297d6def9fde73afbf3e80b206d74ceb169dbbe85c604900e127851c4e6736f0d4598de37904f5f825a7517219579dc70 SHA512 9e94f429866f034c548ae18af49f81033a56a2a9bec19b7e2467bea1d696f61fe6b3076d7bd096a9f980eed4a386cc79842d4a35fa120cf03cb112c57fd7cae8 +DIST surefire-2.12.4.pom 13790 BLAKE2B b93bbb07e95bc14757eb500897b2cca51737d32e6e9ce1a9e11c5bbbab64cee823de6d70b1ee5b220fd8de83b1f5c76c44665550ca2e8df3f1745678e0552b3a SHA512 eb197a51e84803f91a16959253eaa13c533526c86d0ccd1eac16067dfa28b67fc616062c9e448a8e770e547211c3dbbcdbd32ee544f679265cf62fc758deeb7f +DIST surefire-api-2.12.4.jar 117583 BLAKE2B b348b309fa2b78d409529fc137a99a8d9a37735d553fc0e7f67cc7f1ede045f10b5b79aa2d0dd7bacc7c2b403811963d3ae528243e6a79eee19449312455dbb2 SHA512 f63a4a781b8bf934388a1487b36e287fd600c58299b4171d75975013f62aafa80f14e4c0adadbb5eaf0a89b6b720a3f778385f936de0be35a506b3bb925c0919 +DIST surefire-api-2.12.4.pom 2491 BLAKE2B 9f798dff19ae9ffcdbf39840fb00f747cff811d319da80bfb5e715eab54784483a7fe7b58b1324303e776fcd919df071b656b3f62f5a76b29e5e25846d734c80 SHA512 1914efa5665a4bc63ea0fb4bef1809119c4331c77bdda32f1bf9cb04e3763f868f7bef2e5cd8af319573e15ff6d86fbb949b84755b0dec41966591a5c90a9591 +DIST surefire-booter-2.12.4.jar 34682 BLAKE2B 1c5cadc4f2b8b54cc9ab8579c04f0ea19b448ca82977532a7befed216ff2b18a9b347231f610c31322ae735efff626684a7ac427c429cf85bb2889d5dedb8d34 SHA512 084a1366acb9735314cf784cd5568de5d6aeefaaedcee2d313ff89cb9ff2b99dd7f5b0977e291963c0a6ce297a46636edc14c144528d8092be26a10c1a644011 +DIST surefire-booter-2.12.4.pom 3032 BLAKE2B 1d6957ef426677694533a209a916398bfa2403057933bca310f441b793bb99d6e8ab0b5a39cbca3e358d02f353726f8f4ec182923666c5611d0e18cd6a5cb489 SHA512 ba50501d371d8012318181d30fc41fac6cf38ed8a5f84e1e07ae02425cb79ee55e5ffe0eb50588c9ef051edec2d35559184cac1ebed765c1810a6a5b2b9f24f3 +DIST tor-binary-7.0.7.pom 2654 BLAKE2B 4c0e16e23c0973aad8ddee04aaca95d71e9afa04e2ed870550056d0a1614a156f63f0471ffb48d89082619e7167401587b29726df0e0ddcbe32ccd11945f2484 SHA512 f60d8310706580cebd4f3146c3ca9a2ab9bdd31f4dad8141e8227515eabd06109b25676a74067124ba04375cd1c15c079fee6ed4930efe99d4ca830bd722b357 +DIST tor-binary-geoip-7.0.7.jar 1391336 BLAKE2B cbaf4e5d5d9d796a75f2d3f5f9cbb4d0d48d0ab02a0e1df62edb2d241403a9d2beb12891d9e9b50971e57e6840f0669a5b8c1fa23611d7d22ec0a225a8462fca SHA512 8fa4ca0ca9b3815257697e919d9c98734b4a85998d75d0d00c81ee47c38da06203034836d9a8dbd10d981479a1f7162fe18578f715b1999ddb5943f38df4bac1 +DIST tor-binary-geoip-7.0.7.pom 4134 BLAKE2B 12dd30f1ccf975235467b47aaedd23d3f8dd1b435ca8f54ea778e08cebd4c3d573fa30e2febf4b7cb8395638750b01f527fc96bb1218fc34ca108e77167d6622 SHA512 5b416d55c8fe018edfc296a70cba19d0b19c4e49ea5f324ef05e5362f3593d12baf30c9aa345cfa821a07c7630cf898e757497b377967ad8844f885941825cad +DIST tor-binary-linux32-7.0.7.jar 6587000 BLAKE2B 149d491ee30158c1928d86383cbdf43b1df45142fc8b1c4bbd5e799af7f420138bf8c8320768821b552ac666726b1a43f4dbd527afa76482dbe6748689c5f7d7 SHA512 0dd285fee5e19ce45c4660dd5213be53d666075055b05ad8941a1d74a650bdab520849554da87034434f763f89caea93f99a0f675881620bfe9d9409867c0c04 +DIST tor-binary-linux32-7.0.7.pom 3776 BLAKE2B bdfd4f794f3ea91f2f1e0ac0a4a8f1b4c6560c195bc279370ccc78b3030da5d05256c04935256901a99edfa41848021e8a74782ea745b1ee64a5a02462993bd3 SHA512 1520ae13928be9178466d44ec5306dc41b8bf0433afbdd66c026270ffe784a6524b161230a4b46864f07fbeda2f411ba4c0fe73e96be50e86d43260ea6fef06b +DIST tor-binary-linux64-7.0.7.jar 6882661 BLAKE2B 9cd5704ad9c321c9e9c3475f1b50441c794d5ef222e71895132a214d0156e1487f65e3220087948a232907855c539486005e7f10d160a20d2e33066265011abc SHA512 10f2b889c19f6f0b80511f559213df5a3e122de95a4b5ec1fc70b3ba0dc590a2171211963b59bf7e10eea615f8785e63c2f5e3368f939f87b1d996ed1ec4f569 +DIST tor-binary-linux64-7.0.7.pom 3603 BLAKE2B 3f36ca2598d390985fb245b1b6a5b8e69300c9ac481da86ac1e0cb3bbdf23ec49c368ace844316d7aa75554537922723e7fb2354f04825f482f420adea461407 SHA512 963dc6580a7cb360424f93eb34590aa665e188f513057550bf243e54f4159775b93dcbc2153d00767515a47f576e41bc60a0621551ba84d6e71ed38279ad558a +DIST tor-binary-macos-7.0.7.jar 5049757 BLAKE2B 0721814cda908019884fbe942ee989fc81b899ca0bc70b9f714accd131e63ffc561ef5f8937663582f5ffb6bd9481d49d89dfbe43f5006b5bf121e8640f705a2 SHA512 32ffb3046a30b3aa51c373b8487baa2ed848e7f7a088dbb2f4f06f9bc52925c25d20cad218f447198b24e8f20596fbee79fd39f80f07ff7641d3316484a35552 +DIST tor-binary-macos-7.0.7.pom 4377 BLAKE2B 45340174cc940938b6d8544a999bc8efd7803ab8ad3dfe5491d8d5c0260fa2ce5b7480c945f9d8ea89119a7dc24418e466a689edfc0e84f05291bea153644eea SHA512 84f5f42d96fca709cf7074f221d89d1657a8b21a38366f008b641e5f9a11ce1e8ea7ae6ad4114a66cd60e33fa7bdd92b5a808ce7418e1050f81c9bb7f30d3421 +DIST tor-binary-windows-7.0.7.jar 9591144 BLAKE2B d274805e62dc2f960e5cbaefe92f197e4cba919544fa40d17aede69e1595dbb729ce4e07a4dfab0ff833c6972f0bb12906797cceabf4214d5b5814b5161a8887 SHA512 bdf42094b32435b35e85ff94a2d72a5c0627a5ef7003b557aa142548bff8db12a0d58f7e17093d996295b4eae5e5900783c04a64a95cd6e6d0a0c67abc192369 +DIST tor-binary-windows-7.0.7.pom 4332 BLAKE2B 7658e587bba40cb2e074ece6deb6fad720ae5d0a35b47b09e6a5d60724b9d2494f7bcce52678911f0e47f681befa7372b502fbb17a8917d452d9ef052c861f74 SHA512 5560f4eb69f54d525a122fea24d3461136abb291c4676a87f7e89e93948dec2e20551f63c4ba87bcf9bbdbfa3318f932c0bb2198ef26f7e64f7edd4ed24b1ac7 +DIST tor-e7195748.jar 68738 BLAKE2B 2251449d79bef615f9a2c19b0b92fd39f5938bf272e10ed1b01c94b7f88bbe7b00942ed170175adba1dc6769c287ab8009ede2d8d02453dbb36830ea7978a014 SHA512 161b3eb200a9a5d3911f02810f6cf4cfc809cc00bd4bc99d46d35a198eeef9e2076ee4ca59953cdfaf2d7d8fb11e6d2ea39cc4e7993ed91d398138a768778219 +DIST tor-e7195748.pom 3276 BLAKE2B a3c1d5752b71d4683f4e79ef0496a624c4a9a23de7fa2692918ff066a313d01fd57e3feea37618f6817e190c6a95cff4b7c4fff0c23e1543c044e1a830d1dec1 SHA512 917b9c0e87a10c030cdb23fec2d7398bb9a9cb7e0f87470056f9c35bf2ed3bba2952b370adddf3d1725efc664f47fb8556d1a5534558e085f3773bd26f35e3da +DIST tor.native-e7195748.jar 16507 BLAKE2B fb5a234825a1ce6c489f59b10cbe79241d32caab0b6f2ab789280cbf4ded2e82aa31e6af036a674ea4b017bdf6794da45eea0e82322ca041bffb284f3aff009e SHA512 3df51ff70224ed71eae67db5e1855c5d4722fb9b2fdf5b40a23cb7f132c7c04d9c3c28d9ecaf6f83133ae02ec5d600142db57cc63afeaf580cbd385539f218d9 +DIST tor.native-e7195748.pom 3881 BLAKE2B b01df643b30b2f1789a772bf094f82cbe1198236003bd4fcd398ba071652caefa6df985b51574ef27c014bcfa83c51d76843cbfd7f38f7b54c295b2a2a7a1084 SHA512 62ca518928fbb5c47f0c7381ccdc86946b8e4739c3c493df69cdc555d18f0483656adcc9d5aaa8f985e1100fae613d150781a149f025aa1613dce7ae95e12760 +DIST velocity-1.5.jar 392124 BLAKE2B c521ed3d1a9216f2fec3848dcefd7c170a95b372dcee06b9799d5134c61c2cc935f932d8ebf470daa7afe8a52033f954972542d10602cd39f1122a790aab89a5 SHA512 7724748f9d2d054b59999357ea84c031b11f2da7ced9dc605d7b7e849b9545a6265f44668808d583c364d0513aed32da647c3954924e3f53b1cc545cd7dbac28 +DIST velocity-1.5.pom 7765 BLAKE2B 11c73a898379de26575a146cd204897dd03d0176e04b1afcb12c526bad8784bebb5a58eca0bacf772e167b712e4c3f4bd85595272baa14b883348ff60fc548b4 SHA512 3d780a33ecdeddb6b206c84e2d8b4ac6bad090d39f2e12e1f78bf462b126b54a6100f7b80064174edfe4667eacee9c1e125d1c297dd644c9b783d4f92d6d96f1 +DIST velocity-1.6.2.pom 10620 BLAKE2B 407ef591254c65d87cca1363b41c8be965c5c516c7241494efb19a620e3cddaace1715e9ad9136a5c07f9ed24210ceff33f4504b1daa79e9f93ab787e1749431 SHA512 448c533e26553c2f4c191f4b0ad2c755909d557de65741714ee5a42c179c64607037ae56efa84d438089b82ec3d976ee0735869937bc934118c6c0f684d1f7c1 +DIST velocity-tools-2.0.jar 346580 BLAKE2B cc21ce991d9da1247eeea2770d993cf4c6b5a465d9f44502701bdb6da3fc91639cfae50271df0bedfe58c8d4f9ce50753e022fbd9086ccfffc39f452051f35a0 SHA512 c10486f112bb7119a557fe9a138878eae980eb57027a5bddfa249e171eb2589fa8d3d36cb77e825cc336245d7f8455e106daa04c54c6eae9741875a332af15ba +DIST velocity-tools-2.0.pom 18200 BLAKE2B fde7148740f9dc961c82e609704731f5eee9678068eb74932a8a06a9c895d5e4ba274c7a721deba0d00eba1396d931fd1154962150a7db689e8a402a954e7a84 SHA512 ef3751f1c98910a96ad86d8dc700ebf7b2b1aa6b35f434fe124cd62c955516816d695c7aa49b504fd61325726d91b7f13ff2d45ff63486285fef3431675e11ff +DIST wagon-1.0-alpha-6.pom 6404 BLAKE2B b45d6b8ea4285f09ac56d340e78b7557fe68e83f222633738415951695be05b0d8196b32bce095cc14f974fe58b14d8b609643953de65f29042aa91aa0aed69e SHA512 0a5762db23ce2336307aecabc0fa902f9bbe3aaeea6ddd7c39c04f0e048b2c0f58bb53ea1bd81708f6a85796f12078b174a979942e16cc314514d9668fb423ef +DIST wagon-1.0-beta-6.pom 12386 BLAKE2B 30c4692804aac776a7d363d3d4714235ca2be8fd9d94013bb25ceca5c1ee3c496f2a1cecb65689c4933d22a5d2a9194bbeea2fc30f7bacb432fec9138550a6e5 SHA512 36a7abd2f4103d5b5fe5d581c23c057da343f852e700f8358884a23a789d35aee923492883515d66f2e154dca171024f252daddf1655615030002b4fd92d2b8f +DIST wagon-1.0-beta-7.pom 11750 BLAKE2B d06789b0adb9a7d5c41ca6034429433bb1a81ceca276e1c369839e74e226bac694b876da51be1ce98639072f3cb7e52c6fb9b3f6e05f26eeb6b541317209cd76 SHA512 c4d93c67427ed2f10b799cdc848a0096dfe6adcaaf0072d2085446ac05442c3d66560557384a314b578cce4565850fbd147573880944dcddf507dec4099dcc4f +DIST wagon-provider-api-1.0-alpha-6.jar 42727 BLAKE2B f9396c8a2311c4b9d66c5f7e96629d8ba58cf02f7d7cd854382bb3c79334568cf5b48e94cd83248f509bb2bc1178a93dfa47eb2ef7727ff355ca23ca8e9a43c7 SHA512 074b8c2c01492fbb55a63eca35f661ddb216d5e8de0f5ad100d958893e5076f6e5a3d3d144b6f95115fb27b2f6030ed36b72b6148038870c211f9e97360ae3e1 +DIST wagon-provider-api-1.0-alpha-6.pom 588 BLAKE2B 969c52366230aa51457cc13299e5e1f5cdcad0daaf470d2a864d6aecbb8d2cefaac783d0a899f65b83351944538141d5457a07cca6ed16adff13ecbdabe36ec0 SHA512 8f1b4dd797347889876b3399e9b0e87146674756d0094bd761c8cb548802c1013e437d8634e324fb50a6cacdbb478cff859faf74316929686568771351fbcfc8 +DIST wagon-provider-api-1.0-beta-6.jar 53186 BLAKE2B 991caf63470288916574428bde77b21a761bb5feac5f7c108d1ca1cfd4b2a38cf453f83caac1d93a9bdbb229df6562271f2c6cf71248b0b994d1178e95820b92 SHA512 cdb87b1a62c612ee5225a4ef6813b2cfd603de3a941f022112b17647e48e895717cd1c85d6e419362810b22e4ba3e6ff35c645e6caaa32659649f21558640eae +DIST wagon-provider-api-1.0-beta-6.pom 1760 BLAKE2B caff210e1d30b36d6e595af149eb74f1d5c4946f9ac5f8162fdd28e5962cbc0c79ccaa20a38cd4ffb097d2f053bea2ae36d6491537a20355d7a91cd418a7cb2d SHA512 9d24bedb37b0f6b55ab6b4d9b9a38fc55dd6199d8c42e5e755d44da1b81d8e6b9bbb515726bb16987e6b0af77e5b466d85bab40e7fb71bb8efc2d535397b191d +DIST wagon-provider-api-1.0-beta-7.jar 53227 BLAKE2B c3ca56d4533106a3925ca47f262550e97bb6d666240dbf6ce3c9524c19c38a7da4ba49ede7a2ece2be30faccb7e3df7b5bd7918e97ecae7b8fff93c11e28308a SHA512 99d70b25b77434c3050f8de63eda2f0475c1784571d89fddaf70bcdb7b67a867d92d6999be5d3806614143d555bd13dc56c1a711661d3f2a4e2ad0e2e5aa01d1 +DIST wagon-provider-api-1.0-beta-7.pom 1806 BLAKE2B 024dcc17d00e7550e2aeda2202c5bc3efdfc5dee85f67876ffc1aacaaa1c7dac97021f758436a6f3a6390151d74511667518122b48b86da150e692dd8ebfcd19 SHA512 ee0d04f69b3287e4c6f8fd87f8c553fc9777b9c0d8ba696f5c8b3c3d797e7da5b4884b81291284d2d8927f79da5bf9225f0d9c1d2e3ff294d10ed9aef8bce7b3 +DIST websocket-api-9.3.6.v20151106.jar 45301 BLAKE2B de6c4d37af0349741e7dc3bcd94acd8d5f26cd7675ca0540809b430a70be72a3918be1891c1e6559cdb34f051e5b1c64be5fc92426c930c63d68173d4260775f SHA512 bb460fb679752f8aa008892e85bc6a06293b1eac2f5be328fb598a8fded9b522dc5d8022e4cb07576271e39e785314851f807992cca4d32a53256fa5c3fa3284 +DIST websocket-api-9.3.6.v20151106.pom 2199 BLAKE2B 0821c30a92c166d3a2b9e9e4f2c5b822686fed89a9d289524134e135eab5ea90a9c8c7b0d37756c1b067a8e6ed46b7c65dda6d19519dcee516fe8130f97e89cc SHA512 7861a2a6eda7b9a6afa5e53debc8204ddc628eb663ef80a9a5ffba102ea372fc3bfb136cd57d0d51b2ecb4a83b84f29489c6d46c1739ee49b58836cd71b3dcc1 +DIST websocket-client-9.3.6.v20151106.jar 36019 BLAKE2B 8b70c840292236cb9bf21d0850016c0685d655d620909f5eebf4f973a528e83eacdc36bfd510ee70abf54912db4b65913b1039cb0854005ef8a159e0d9e1b222 SHA512 8b4d2da2d1fd03d2e89f45465e04d7ac970f5a7a1e02fa64b799d5d7d718895017eb7e35506a8994c3778ee2edfa23dd5c64e3d7f1bb40ca457e3a07425655b9 +DIST websocket-client-9.3.6.v20151106.pom 5111 BLAKE2B 542d4f81503cb31d85de23075e8a4a0e400103e5da9e8751a3b54c2e7355957043f4c42bd2ab4f02abb5579a551bb991f8cdadd808e97fa156cc3dfdf2702c1b SHA512 2f91a8d33b81eaf9ce3d30c8a369fae0f8c7d4c3df54e7c4871e63f6fb2114a2f52ebc0df6ef5ac897b383fdb2856b23f4bd5f5611b69a0af99955e30aa40c56 +DIST websocket-common-9.3.6.v20151106.jar 188066 BLAKE2B 2fc869ff846da4ba8e2e3416ca13cb7d3f9d62ba6c1cd8a6c2dc407f72be569eb744c574d7fa627c15a2c24cc6c05e8ad20f87f4c208f2d9cc1959c90e928031 SHA512 d43377d61d352152e4a0599d95c2d0084e3055d61f5c628317e707ad57ca6ceacfe3de76f696b44a083dd6288aed6179947a65d26d90fbe622b1b5abfe3721ac +DIST websocket-common-9.3.6.v20151106.pom 2647 BLAKE2B 62a83ca813f1a7b0eed5265f02e6f49c151aa42f93cf19bab46e7615bc101ee935ff95ba8555bf81d39c94e00490ab638d4dc2b98ea10263db642ab55ced8ec9 SHA512 975f1ac9aa0a3df2d647b6fc4499b0d27aeb9f3183886caa313202c7cbc60198cf05c2ed69e38ebcba4d16ad20ef226a72cf00ebec625821e355392b98b72b5e +DIST websocket-parent-9.3.6.v20151106.pom 2095 BLAKE2B 14283600ba02e42d52b66cddc330f414ceec0746c77d05ce4a09c4eafd934c92852771b064ab314bb6e4dcbc2fbdd35c8a24cfbfc53e5467393952d6c034b3e7 SHA512 6ee97b083d60d6d896b901b87135b6effb1f775d7d98f11c695901125762111597de34e093338fbab6e1a38115eb80a51440f484ecb9893a01e42453e732cce2 +DIST websocket-server-9.3.6.v20151106.jar 37950 BLAKE2B fc5afb15f1f91d7b72ac45ace099d77355abc8935ff721ed16ea5f8e0dda0826ab83f96970307574e151d8617ca4ce1b3f9b42922013c922eaa222a1fe0298e8 SHA512 a5e3a1061e73169462cd67e03cb6b057c53c45cd46fe22e80a8733ce4fc0942a991d9369986f4247aa4cce0040e928023a612d147b99d123fd7d7f5496cd8945 +DIST websocket-server-9.3.6.v20151106.pom 3621 BLAKE2B bca2b3d9487cd53cc1251ab532d79d605ae56eb12b9fe22d12575a99a507b5398f59847a73b0043c9c25b1aa3418c538c87671ba81372d4eda542db5559da4c5 SHA512 8417ca5b1dcb45295fd236e504307216e56bbd5e8d453e2d092fc81f27915385dee3245f3c47255f229c046f356383182ce91a28dd27185eb3942a405ba19717 +DIST websocket-servlet-9.3.6.v20151106.jar 18181 BLAKE2B ede4551a641bca11d0d5b42b478f31bee64025f7a6526557826b40faef11559a20a4999e84c398878b9663a24ec848ae14098536ccca8cfe59e9abe54a72976c SHA512 defb36dd68637d0611b9e32261bd10e1dba6d20c102228fbd9e9ad0d21db91116ddb2144da1468bba39ace0dd8dcff29faf0b5e6a89e23ef7ac164b85e5d3e67 +DIST websocket-servlet-9.3.6.v20151106.pom 2353 BLAKE2B 48c0eaac678003e27fc8c465ee35a96fec00a64a927bea94de14e160133272fab42bafdb5d69273e62a3b0c8ade1c8a8826be667e7ed07cd6294841b6ae64953 SHA512 cfa2138ccaed56cb0042e1909b98fe842296fe741c9fdfeab4774c856c104b36216fafaf3ea855ad4168f567c931f59be8c7c6f1a96b47a9d38569859a2da25f +DIST xbean-3.4.pom 18532 BLAKE2B 798624dda7a804a97733a609437db4cf02541804ec334b093d78e6d4b80ed0481833c2aca01ef5e6f4854bbf3dfdc92a5be35252e1201127c4995e7269ca86c3 SHA512 e632d992d2256ac54f8726a61e798c0c9a48a33fe288a0dbe7ae834c38f0e2c6631c2ad715046876bb0e126ba94457e06b7b7dbeb158b8bd4e0dd5915987d6b0 +DIST xbean-reflect-3.4.jar 133826 BLAKE2B 2119afbefaab20fa0258718a8973dfe558eafe562988b0dc70e4ba77993fe22df6a186a1902089678ca6b86f0ae9fc940f3c33cb628763ac182cfee4820c0bf4 SHA512 95c2d125c4c9674173115062aa646b289dc949501e377f13bef5e705249657d0eb4d7da4a1652fc8306153c66e88cbd2e2fa654313f99f9f9a10a326754921f8 +DIST xbean-reflect-3.4.pom 2809 BLAKE2B 1e28ccd806963f54668541873667f23cecb5d472148d1e83c5b0ea8de60ac7b2c397066f351f80735463006ad1436145059c8fd86b6b88c6cdc3891b429fada3 SHA512 3300a03be506cc71720a7ea5d017c094583fc3f3dd89e0c191e46d4341eca5f3b0f7f80c7e44a49156c1e58413147115562e54c852a8c813b4095ce4ac196f6d +DIST xercesImpl-2.9.1.jar 1229125 BLAKE2B b0e41c371469bf51a77f077e88ca65921065958c15fd35a71b3811e34cd136745e9e2dbdc319bd03c31e67871bcdbb83b53074c5c7bb410770020148b0b8080b SHA512 ec2200e5a5a70f5c64744f6413a546f5e4979b3fb1649b02756ff035d36dde31170eaadc70842230296b60896f04877270c26b40415736299aef44ac16c5811c +DIST xercesImpl-2.9.1.pom 1363 BLAKE2B 3cdcb60a73fd81a6920c0550c0ed2a8720f900ad33f7928fd50746d35ca45bfd7db12abe882e1daf069d739cfe632182325a73f04a7700745f7caa0768dff886 SHA512 a996e404d2427946778f57c6dcd341709a7c16f772a933deb071644c8e7e315d2e1abc2fc4052b692b2c1478ff8f26261965069f067f4d0e7621f3dbe16f2a61 +DIST xml-apis-1.0.b2.pom 2249 BLAKE2B c17ab1058cf7428b0e7af19a4052c90739348488fe201adb2ecf3c0f27a402837d38028b27305890b06f92fca2827f4d96c3654458b2ae4b3bb0ea4f54cb8bad SHA512 8be1402e1dacc166caa219dbaca0eb925b974e0faa5655225b5a1548a82618832d08b9c80d0f9436960f7ead917619620396a57d4bc86d81738f219ea5d84039 +DIST xml-apis-1.3.04.jar 194354 BLAKE2B 31db62e2922cfcec1872d53abfb4ca642fa9816eb46fdf325261bcb59b8849188128aa5ed48210123aa7d660a1c030c36e7ff2d711295523fb3f4e90caeff9d3 SHA512 1086a52924add2406e0b4ec7219a8783ac20e02a32a7a2461efbf092f0070501f7cade9c0588907c403352f1a48f80b950e6d40b2e4e3e9eb886e7db4e97bdec +DIST xml-apis-1.3.04.pom 1822 BLAKE2B 409040fecc5d1837f84d176fe4a32bfbe21cebd585eea2b3b81eaac2a1d23c7e94cef562414c9ec4f5d21d0ca4337ec291202bcd79f8d87120d538ce53b81c5b SHA512 98efaaedfd6f663dcb7353c1f47dd4f6157c00eabd7f96beb37aad711ba2f380c087f45584757543ac6d566cd0b1f2d955b076dcdf48ffa22a770e3fc5d8e3c0 +DIST xz-1.5.jar 99555 BLAKE2B 602aa28c9be512839456d9a81624876b216010e2b805a6d48a3f51978ab85fd474031fca4ba02b592f0671040e90da0432cad51c677bdd2d8c9c0b8af2746edc SHA512 c5c130bf22f24f61b57fc0c6243e7f961ca2a8928416e8bb288aec6650c1c1c06ace4383913cd1277fc6785beb9a74458807ea7e3d6b2e09189cfaf2fb9ab7e1 +DIST xz-1.5.pom 1904 BLAKE2B 7fb9754e35afb63ffd6c3a013e01c42d1b815af8c4ac71ec75be34caadbee837db570fbb85ccb5ffca0aef9055061883d2dbfa283e2a2ad7b2a2012fb0813627 SHA512 3e8922b8c4d9afa51d7bc10fd2ffb638b7e818f28f31a57a0988bab4db8f5c616322e5db5aa6b9be70c3fdae11387442c7babc9a2beb31c029ddf6b1b65f616c +DIST xz-1.6.jar 103131 BLAKE2B 90040d0deaea2cc244b781c002a3f49addd239f0e9bc5ebb13ece61aaf54349746c57d99a48ba62abca34dfcebbc8c3b2b82c177fe38c807c450b5a8e3688117 SHA512 81b6b4b2cc8036334859a9503abecbefc2ebaeca0cd2deecac69e4b7bd375fe4e6d7eebe25cbd06eab433796e574fe6c9c38d3770e887b133671d74368c46920 +DIST xz-1.6.pom 1904 BLAKE2B 3033b1371bc8201c17c33d5c2c833c724462349443c7f68558c7988a89ee5aa2314a76be6f3880565b5f6b44eae5a86dfb6d42832a76fd9fd49ea40b8f02e1fc SHA512 6fe21d0fbae7214486aded4279b6a18102d27c73dad92e7625560d37d984b2ded971e78ba66510ff5c8fb3b27424ac953338200dcc9b6a707d90cb3c234f1570 diff --git a/net-p2p/bisq/bisq-0.6.2.ebuild b/net-p2p/bisq/bisq-0.6.2.ebuild new file mode 100644 index 000000000000..182acb1316cf --- /dev/null +++ b/net-p2p/bisq/bisq-0.6.2.ebuild @@ -0,0 +1,989 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI="6" + +inherit eutils java-utils-2 xdg-utils + +DESCRIPTION="The decentralized bitcoin exchange (non-atomic, with arbitration)" +HOMEPAGE="https://bisq.network/ https://github.com/bisq-network/exchange/" + +LICENSE="AGPL-3+" +SLOT="0" +KEYWORDS="~amd64" + +# We use javapackager to bundle the java runtime, since java.security +# settings have to be overridden for bouncycastle. +# See: https://github.com/bisq-network/exchange/issues/907 +BUNDLED_JAVA_RDEPEND="dev-libs/glib:2[abi_x86_64] + dev-libs/libxslt[abi_x86_64] + media-libs/fontconfig:1.0[abi_x86_64] + x11-libs/gtk+:2[abi_x86_64] + x11-libs/libXtst[abi_x86_64] + x11-libs/pango[abi_x86_64]" +RDEPEND="!net-p2p/bisq-bin + x11-misc/xdg-utils + ${BUNDLED_JAVA_RDEPEND}" +DEPEND="dev-java/maven-bin + dev-java/oracle-jdk-bin:1.8[javafx,jce]" + +SRC_URI="https://github.com/bisq-network/exchange/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +S="${WORKDIR}/exchange-${PV}" + +# The jdk must have javafx and jce support +JAVA_PKG_WANT_BUILD_VM="oracle-jdk-bin-1.8" +JAVA_PKG_WANT_SOURCE=1.8 +JAVA_PKG_WANT_TARGET=1.8 + +# Bundled java +QA_PREBUILT="opt/Bisq/Bisq opt/Bisq/libpackager.so opt/Bisq/runtime/*" +REQUIRES_EXCLUDE="libgstreamer-lite.so" + +# Even though some of this stuff will not be used at runtime, it is all +# required in order to satisfy the maven build system. +EMAVEN_VENDOR=( + "https://jitpack.io com/github/JesusMcCloud/jtorctl/0/jtorctl-0.jar" + "https://jitpack.io com/github/JesusMcCloud/jtorctl/0/jtorctl-0.pom" + "https://jitpack.io com/github/JesusMcCloud/netlayer/parent/e7195748/parent-e7195748.pom" + "https://jitpack.io com/github/JesusMcCloud/netlayer/tor/e7195748/tor-e7195748.jar" + "https://jitpack.io com/github/JesusMcCloud/netlayer/tor/e7195748/tor-e7195748.pom" + "https://jitpack.io com/github/JesusMcCloud/netlayer/tor.native/e7195748/tor.native-e7195748.jar" + "https://jitpack.io com/github/JesusMcCloud/netlayer/tor.native/e7195748/tor.native-e7195748.pom" + "https://jitpack.io com/github/MicroUtils/kotlin-logging/3aedaa9310/kotlin-logging-3aedaa9310.jar" + "https://jitpack.io com/github/MicroUtils/kotlin-logging/3aedaa9310/kotlin-logging-3aedaa9310.pom" + "https://jitpack.io com/github/bisq-network/bitcoinj/bitcoinj-core/58de2b53/bitcoinj-core-58de2b53.jar" + "https://jitpack.io com/github/bisq-network/bitcoinj/bitcoinj-core/58de2b53/bitcoinj-core-58de2b53.pom" + "https://jitpack.io com/github/bisq-network/bitcoinj/bitcoinj-parent/58de2b53/bitcoinj-parent-58de2b53.pom" + "https://jitpack.io com/github/bisq-network/btcd-cli4j/btcd-cli4j-core/29f99be/btcd-cli4j-core-29f99be.jar" + "https://jitpack.io com/github/bisq-network/btcd-cli4j/btcd-cli4j-core/29f99be/btcd-cli4j-core-29f99be.pom" + "https://jitpack.io com/github/bisq-network/btcd-cli4j/btcd-cli4j-daemon/29f99be/btcd-cli4j-daemon-29f99be.jar" + "https://jitpack.io com/github/bisq-network/btcd-cli4j/btcd-cli4j-daemon/29f99be/btcd-cli4j-daemon-29f99be.pom" + "https://jitpack.io com/github/bisq-network/btcd-cli4j/btcd-cli4j-parent/29f99be/btcd-cli4j-parent-29f99be.pom" + "https://jitpack.io com/github/bisq-network/libdohj/libdohj-core/bba4088c/libdohj-core-bba4088c.jar" + "https://jitpack.io com/github/bisq-network/libdohj/libdohj-core/bba4088c/libdohj-core-bba4088c.pom" + "https://jitpack.io com/github/ravn/jsocks/567e1cd/jsocks-567e1cd.jar" + "https://jitpack.io com/github/ravn/jsocks/567e1cd/jsocks-567e1cd.pom" + "https://raw.githubusercontent.com/JesusMcCloud/tor-binary/b0c104e06f0ea97def02715aea60689808f3a987/release com/cedricwalter/tor-binary/7.0.7/tor-binary-7.0.7.pom" + "https://raw.githubusercontent.com/JesusMcCloud/tor-binary/b0c104e06f0ea97def02715aea60689808f3a987/release com/cedricwalter/tor-binary-geoip/7.0.7/tor-binary-geoip-7.0.7.jar" + "https://raw.githubusercontent.com/JesusMcCloud/tor-binary/b0c104e06f0ea97def02715aea60689808f3a987/release com/cedricwalter/tor-binary-geoip/7.0.7/tor-binary-geoip-7.0.7.pom" + "https://raw.githubusercontent.com/JesusMcCloud/tor-binary/b0c104e06f0ea97def02715aea60689808f3a987/release com/cedricwalter/tor-binary-linux32/7.0.7/tor-binary-linux32-7.0.7.jar" + "https://raw.githubusercontent.com/JesusMcCloud/tor-binary/b0c104e06f0ea97def02715aea60689808f3a987/release com/cedricwalter/tor-binary-linux32/7.0.7/tor-binary-linux32-7.0.7.pom" + "https://raw.githubusercontent.com/JesusMcCloud/tor-binary/b0c104e06f0ea97def02715aea60689808f3a987/release com/cedricwalter/tor-binary-linux64/7.0.7/tor-binary-linux64-7.0.7.jar" + "https://raw.githubusercontent.com/JesusMcCloud/tor-binary/b0c104e06f0ea97def02715aea60689808f3a987/release com/cedricwalter/tor-binary-linux64/7.0.7/tor-binary-linux64-7.0.7.pom" + "https://raw.githubusercontent.com/JesusMcCloud/tor-binary/b0c104e06f0ea97def02715aea60689808f3a987/release com/cedricwalter/tor-binary-macos/7.0.7/tor-binary-macos-7.0.7.jar" + "https://raw.githubusercontent.com/JesusMcCloud/tor-binary/b0c104e06f0ea97def02715aea60689808f3a987/release com/cedricwalter/tor-binary-macos/7.0.7/tor-binary-macos-7.0.7.pom" + "https://raw.githubusercontent.com/JesusMcCloud/tor-binary/b0c104e06f0ea97def02715aea60689808f3a987/release com/cedricwalter/tor-binary-windows/7.0.7/tor-binary-windows-7.0.7.jar" + "https://raw.githubusercontent.com/JesusMcCloud/tor-binary/b0c104e06f0ea97def02715aea60689808f3a987/release com/cedricwalter/tor-binary-windows/7.0.7/tor-binary-windows-7.0.7.pom" + "https://repo.maven.apache.org/maven2 antlr/antlr/2.7.2/antlr-2.7.2.jar" + "https://repo.maven.apache.org/maven2 antlr/antlr/2.7.2/antlr-2.7.2.pom" + "https://repo.maven.apache.org/maven2 aopalliance/aopalliance/1.0/aopalliance-1.0.jar" + "https://repo.maven.apache.org/maven2 aopalliance/aopalliance/1.0/aopalliance-1.0.pom" + "https://repo.maven.apache.org/maven2 avalon-framework/avalon-framework/4.1.3/avalon-framework-4.1.3.pom" + "https://repo.maven.apache.org/maven2 backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar" + "https://repo.maven.apache.org/maven2 backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom" + "https://repo.maven.apache.org/maven2 ch/qos/logback/logback-classic/1.1.10/logback-classic-1.1.10.jar" + "https://repo.maven.apache.org/maven2 ch/qos/logback/logback-classic/1.1.10/logback-classic-1.1.10.pom" + "https://repo.maven.apache.org/maven2 ch/qos/logback/logback-core/1.1.10/logback-core-1.1.10.jar" + "https://repo.maven.apache.org/maven2 ch/qos/logback/logback-core/1.1.10/logback-core-1.1.10.pom" + "https://repo.maven.apache.org/maven2 ch/qos/logback/logback-parent/1.1.10/logback-parent-1.1.10.pom" + "https://repo.maven.apache.org/maven2 classworlds/classworlds/1.1/classworlds-1.1.jar" + "https://repo.maven.apache.org/maven2 classworlds/classworlds/1.1/classworlds-1.1.pom" + "https://repo.maven.apache.org/maven2 classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar" + "https://repo.maven.apache.org/maven2 classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom" + "https://repo.maven.apache.org/maven2 com/fasterxml/jackson/core/jackson-annotations/2.8.10/jackson-annotations-2.8.10.jar" + "https://repo.maven.apache.org/maven2 com/fasterxml/jackson/core/jackson-annotations/2.8.10/jackson-annotations-2.8.10.pom" + "https://repo.maven.apache.org/maven2 com/fasterxml/jackson/core/jackson-core/2.8.10/jackson-core-2.8.10.jar" + "https://repo.maven.apache.org/maven2 com/fasterxml/jackson/core/jackson-core/2.8.10/jackson-core-2.8.10.pom" + "https://repo.maven.apache.org/maven2 com/fasterxml/jackson/core/jackson-databind/2.8.10/jackson-databind-2.8.10.jar" + "https://repo.maven.apache.org/maven2 com/fasterxml/jackson/core/jackson-databind/2.8.10/jackson-databind-2.8.10.pom" + "https://repo.maven.apache.org/maven2 com/fasterxml/jackson/jackson-parent/2.8/jackson-parent-2.8.pom" + "https://repo.maven.apache.org/maven2 com/fasterxml/oss-parent/27/oss-parent-27.pom" + "https://repo.maven.apache.org/maven2 com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar" + "https://repo.maven.apache.org/maven2 com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom" + "https://repo.maven.apache.org/maven2 com/google/code/findbugs/jsr305/3.0.1/jsr305-3.0.1.jar" + "https://repo.maven.apache.org/maven2 com/google/code/findbugs/jsr305/3.0.1/jsr305-3.0.1.pom" + "https://repo.maven.apache.org/maven2 com/google/code/gson/gson/2.2.4/gson-2.2.4.jar" + "https://repo.maven.apache.org/maven2 com/google/code/gson/gson/2.3.1/gson-2.3.1.jar" + "https://repo.maven.apache.org/maven2 com/google/code/gson/gson/2.3.1/gson-2.3.1.pom" + "https://repo.maven.apache.org/maven2 com/google/code/gson/gson/2.7/gson-2.7.jar" + "https://repo.maven.apache.org/maven2 com/google/code/gson/gson/2.7/gson-2.7.pom" + "https://repo.maven.apache.org/maven2 com/google/code/gson/gson-parent/2.7/gson-parent-2.7.pom" + "https://repo.maven.apache.org/maven2 com/google/collections/google-collections/1.0/google-collections-1.0.jar" + "https://repo.maven.apache.org/maven2 com/google/collections/google-collections/1.0/google-collections-1.0.pom" + "https://repo.maven.apache.org/maven2 com/google/google/1/google-1.pom" + "https://repo.maven.apache.org/maven2 com/google/google/5/google-5.pom" + "https://repo.maven.apache.org/maven2 com/google/guava/guava/18.0/guava-18.0.jar" + "https://repo.maven.apache.org/maven2 com/google/guava/guava/18.0/guava-18.0.pom" + "https://repo.maven.apache.org/maven2 com/google/guava/guava/19.0/guava-19.0.jar" + "https://repo.maven.apache.org/maven2 com/google/guava/guava/19.0/guava-19.0.pom" + "https://repo.maven.apache.org/maven2 com/google/guava/guava/20.0/guava-20.0.jar" + "https://repo.maven.apache.org/maven2 com/google/guava/guava/20.0/guava-20.0.pom" + "https://repo.maven.apache.org/maven2 com/google/guava/guava-parent/18.0/guava-parent-18.0.pom" + "https://repo.maven.apache.org/maven2 com/google/guava/guava-parent/19.0/guava-parent-19.0.pom" + "https://repo.maven.apache.org/maven2 com/google/guava/guava-parent/20.0/guava-parent-20.0.pom" + "https://repo.maven.apache.org/maven2 com/google/inject/guice/3.0/guice-3.0.jar" + "https://repo.maven.apache.org/maven2 com/google/inject/guice/4.1.0/guice-4.1.0.jar" + "https://repo.maven.apache.org/maven2 com/google/inject/guice/4.1.0/guice-4.1.0.pom" + "https://repo.maven.apache.org/maven2 com/google/inject/guice-parent/4.1.0/guice-parent-4.1.0.pom" + "https://repo.maven.apache.org/maven2 com/google/protobuf/protobuf-java/3.2.0/protobuf-java-3.2.0.jar" + "https://repo.maven.apache.org/maven2 com/google/protobuf/protobuf-java/3.3.0/protobuf-java-3.3.0.jar" + "https://repo.maven.apache.org/maven2 com/google/protobuf/protobuf-java/3.3.0/protobuf-java-3.3.0.pom" + "https://repo.maven.apache.org/maven2 com/google/protobuf/protobuf-java-util/3.3.0/protobuf-java-util-3.3.0.jar" + "https://repo.maven.apache.org/maven2 com/google/protobuf/protobuf-java-util/3.3.0/protobuf-java-util-3.3.0.pom" + "https://repo.maven.apache.org/maven2 com/google/protobuf/protobuf-parent/3.3.0/protobuf-parent-3.3.0.pom" + "https://repo.maven.apache.org/maven2 com/google/protobuf/protoc/3.3.0/protoc-3.3.0-linux-x86_64.exe" + "https://repo.maven.apache.org/maven2 com/google/protobuf/protoc/3.3.0/protoc-3.3.0.pom" + "https://repo.maven.apache.org/maven2 com/google/zxing/core/2.0/core-2.0.jar" + "https://repo.maven.apache.org/maven2 com/google/zxing/core/2.0/core-2.0.pom" + "https://repo.maven.apache.org/maven2 com/google/zxing/javase/2.0/javase-2.0.jar" + "https://repo.maven.apache.org/maven2 com/google/zxing/javase/2.0/javase-2.0.pom" + "https://repo.maven.apache.org/maven2 com/googlecode/jcsv/jcsv/1.4.0/jcsv-1.4.0.jar" + "https://repo.maven.apache.org/maven2 com/googlecode/jcsv/jcsv/1.4.0/jcsv-1.4.0.pom" + "https://repo.maven.apache.org/maven2 com/googlecode/json-simple/json-simple/1.1.1/json-simple-1.1.1.jar" + "https://repo.maven.apache.org/maven2 com/googlecode/json-simple/json-simple/1.1.1/json-simple-1.1.1.pom" + "https://repo.maven.apache.org/maven2 com/lambdaworks/scrypt/1.4.0/scrypt-1.4.0.jar" + "https://repo.maven.apache.org/maven2 com/lambdaworks/scrypt/1.4.0/scrypt-1.4.0.pom" + "https://repo.maven.apache.org/maven2 com/madgag/spongycastle/core/1.51.0.0/core-1.51.0.0.jar" + "https://repo.maven.apache.org/maven2 com/madgag/spongycastle/core/1.51.0.0/core-1.51.0.0.pom" + "https://repo.maven.apache.org/maven2 com/sparkjava/spark-core/2.5.2/spark-core-2.5.2.jar" + "https://repo.maven.apache.org/maven2 com/sparkjava/spark-core/2.5.2/spark-core-2.5.2.pom" + "https://repo.maven.apache.org/maven2 com/squareup/okhttp/okhttp/2.2.0/okhttp-2.2.0.jar" + "https://repo.maven.apache.org/maven2 com/squareup/okhttp/okhttp/2.7.2/okhttp-2.7.2.jar" + "https://repo.maven.apache.org/maven2 com/squareup/okhttp/okhttp/2.7.2/okhttp-2.7.2.pom" + "https://repo.maven.apache.org/maven2 com/squareup/okhttp/parent/2.7.2/parent-2.7.2.pom" + "https://repo.maven.apache.org/maven2 com/squareup/okio/okio/1.2.0/okio-1.2.0.jar" + "https://repo.maven.apache.org/maven2 com/squareup/okio/okio/1.6.0/okio-1.6.0.jar" + "https://repo.maven.apache.org/maven2 com/squareup/okio/okio/1.6.0/okio-1.6.0.pom" + "https://repo.maven.apache.org/maven2 com/squareup/okio/okio-parent/1.6.0/okio-parent-1.6.0.pom" + "https://repo.maven.apache.org/maven2 commons-beanutils/commons-beanutils/1.6/commons-beanutils-1.6.pom" + "https://repo.maven.apache.org/maven2 commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar" + "https://repo.maven.apache.org/maven2 commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.pom" + "https://repo.maven.apache.org/maven2 commons-chain/commons-chain/1.1/commons-chain-1.1.jar" + "https://repo.maven.apache.org/maven2 commons-chain/commons-chain/1.1/commons-chain-1.1.pom" + "https://repo.maven.apache.org/maven2 commons-cli/commons-cli/1.0/commons-cli-1.0.jar" + "https://repo.maven.apache.org/maven2 commons-cli/commons-cli/1.0/commons-cli-1.0.pom" + "https://repo.maven.apache.org/maven2 commons-cli/commons-cli/1.2/commons-cli-1.2.jar" + "https://repo.maven.apache.org/maven2 commons-cli/commons-cli/1.2/commons-cli-1.2.pom" + "https://repo.maven.apache.org/maven2 commons-codec/commons-codec/1.3/commons-codec-1.3.pom" + "https://repo.maven.apache.org/maven2 commons-codec/commons-codec/1.6/commons-codec-1.6.jar" + "https://repo.maven.apache.org/maven2 commons-codec/commons-codec/1.6/commons-codec-1.6.pom" + "https://repo.maven.apache.org/maven2 commons-codec/commons-codec/1.9/commons-codec-1.9.jar" + "https://repo.maven.apache.org/maven2 commons-codec/commons-codec/1.9/commons-codec-1.9.pom" + "https://repo.maven.apache.org/maven2 commons-collections/commons-collections/2.0/commons-collections-2.0.pom" + "https://repo.maven.apache.org/maven2 commons-collections/commons-collections/2.1/commons-collections-2.1.pom" + "https://repo.maven.apache.org/maven2 commons-collections/commons-collections/3.1/commons-collections-3.1.pom" + "https://repo.maven.apache.org/maven2 commons-collections/commons-collections/3.2/commons-collections-3.2.pom" + "https://repo.maven.apache.org/maven2 commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.pom" + "https://repo.maven.apache.org/maven2 commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar" + "https://repo.maven.apache.org/maven2 commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.pom" + "https://repo.maven.apache.org/maven2 commons-digester/commons-digester/1.6/commons-digester-1.6.jar" + "https://repo.maven.apache.org/maven2 commons-digester/commons-digester/1.6/commons-digester-1.6.pom" + "https://repo.maven.apache.org/maven2 commons-digester/commons-digester/1.8/commons-digester-1.8.pom" + "https://repo.maven.apache.org/maven2 commons-io/commons-io/2.2/commons-io-2.2.pom" + "https://repo.maven.apache.org/maven2 commons-io/commons-io/2.4/commons-io-2.4.jar" + "https://repo.maven.apache.org/maven2 commons-io/commons-io/2.4/commons-io-2.4.pom" + "https://repo.maven.apache.org/maven2 commons-io/commons-io/2.5/commons-io-2.5.jar" + "https://repo.maven.apache.org/maven2 commons-io/commons-io/2.5/commons-io-2.5.pom" + "https://repo.maven.apache.org/maven2 commons-lang/commons-lang/2.1/commons-lang-2.1.jar" + "https://repo.maven.apache.org/maven2 commons-lang/commons-lang/2.1/commons-lang-2.1.pom" + "https://repo.maven.apache.org/maven2 commons-lang/commons-lang/2.3/commons-lang-2.3.jar" + "https://repo.maven.apache.org/maven2 commons-lang/commons-lang/2.3/commons-lang-2.3.pom" + "https://repo.maven.apache.org/maven2 commons-lang/commons-lang/2.4/commons-lang-2.4.pom" + "https://repo.maven.apache.org/maven2 commons-lang/commons-lang/2.6/commons-lang-2.6.jar" + "https://repo.maven.apache.org/maven2 commons-lang/commons-lang/2.6/commons-lang-2.6.pom" + "https://repo.maven.apache.org/maven2 commons-logging/commons-logging/1.0/commons-logging-1.0.pom" + "https://repo.maven.apache.org/maven2 commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.pom" + "https://repo.maven.apache.org/maven2 commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.jar" + "https://repo.maven.apache.org/maven2 commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.pom" + "https://repo.maven.apache.org/maven2 commons-logging/commons-logging/1.1/commons-logging-1.1.pom" + "https://repo.maven.apache.org/maven2 commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.pom" + "https://repo.maven.apache.org/maven2 commons-logging/commons-logging/1.1.3/commons-logging-1.1.3.jar" + "https://repo.maven.apache.org/maven2 commons-logging/commons-logging/1.2/commons-logging-1.2.jar" + "https://repo.maven.apache.org/maven2 commons-logging/commons-logging/1.2/commons-logging-1.2.pom" + "https://repo.maven.apache.org/maven2 commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.jar" + "https://repo.maven.apache.org/maven2 commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.pom" + "https://repo.maven.apache.org/maven2 commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.jar" + "https://repo.maven.apache.org/maven2 commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.pom" + "https://repo.maven.apache.org/maven2 de/jensd/fontawesomefx/8.0.0/fontawesomefx-8.0.0.jar" + "https://repo.maven.apache.org/maven2 de/jensd/fontawesomefx/8.0.0/fontawesomefx-8.0.0.pom" + "https://repo.maven.apache.org/maven2 dom4j/dom4j/1.1/dom4j-1.1.jar" + "https://repo.maven.apache.org/maven2 dom4j/dom4j/1.1/dom4j-1.1.pom" + "https://repo.maven.apache.org/maven2 javax/inject/javax.inject/1/javax.inject-1.jar" + "https://repo.maven.apache.org/maven2 javax/inject/javax.inject/1/javax.inject-1.pom" + "https://repo.maven.apache.org/maven2 javax/servlet/javax.servlet-api/3.1.0/javax.servlet-api-3.1.0.jar" + "https://repo.maven.apache.org/maven2 javax/servlet/javax.servlet-api/3.1.0/javax.servlet-api-3.1.0.pom" + "https://repo.maven.apache.org/maven2 javax/servlet/servlet-api/2.3/servlet-api-2.3.pom" + "https://repo.maven.apache.org/maven2 junit/junit/3.8.1/junit-3.8.1.jar" + "https://repo.maven.apache.org/maven2 junit/junit/3.8.1/junit-3.8.1.pom" + "https://repo.maven.apache.org/maven2 junit/junit/3.8.2/junit-3.8.2.jar" + "https://repo.maven.apache.org/maven2 junit/junit/3.8.2/junit-3.8.2.pom" + "https://repo.maven.apache.org/maven2 junit/junit/4.11/junit-4.11.jar" + "https://repo.maven.apache.org/maven2 junit/junit/4.11/junit-4.11.pom" + "https://repo.maven.apache.org/maven2 log4j/log4j/1.2.12/log4j-1.2.12.jar" + "https://repo.maven.apache.org/maven2 log4j/log4j/1.2.12/log4j-1.2.12.pom" + "https://repo.maven.apache.org/maven2 logkit/logkit/1.0.1/logkit-1.0.1.pom" + "https://repo.maven.apache.org/maven2 net/bytebuddy/byte-buddy/1.6.5/byte-buddy-1.6.5.jar" + "https://repo.maven.apache.org/maven2 net/bytebuddy/byte-buddy/1.6.5/byte-buddy-1.6.5.pom" + "https://repo.maven.apache.org/maven2 net/bytebuddy/byte-buddy-agent/1.6.5/byte-buddy-agent-1.6.5.jar" + "https://repo.maven.apache.org/maven2 net/bytebuddy/byte-buddy-agent/1.6.5/byte-buddy-agent-1.6.5.pom" + "https://repo.maven.apache.org/maven2 net/bytebuddy/byte-buddy-parent/1.6.5/byte-buddy-parent-1.6.5.pom" + "https://repo.maven.apache.org/maven2 net/glxn/qrgen/1.3/qrgen-1.3.jar" + "https://repo.maven.apache.org/maven2 net/glxn/qrgen/1.3/qrgen-1.3.pom" + "https://repo.maven.apache.org/maven2 net/gpedro/integrations/slack/slack-webhook/1.1.1/slack-webhook-1.1.1.jar" + "https://repo.maven.apache.org/maven2 net/gpedro/integrations/slack/slack-webhook/1.1.1/slack-webhook-1.1.1.pom" + "https://repo.maven.apache.org/maven2 net/java/jvnet-parent/3/jvnet-parent-3.pom" + "https://repo.maven.apache.org/maven2 net/jcip/jcip-annotations/1.0/jcip-annotations-1.0.jar" + "https://repo.maven.apache.org/maven2 net/jcip/jcip-annotations/1.0/jcip-annotations-1.0.pom" + "https://repo.maven.apache.org/maven2 net/sf/jopt-simple/jopt-simple/4.8/jopt-simple-4.8.jar" + "https://repo.maven.apache.org/maven2 net/sf/jopt-simple/jopt-simple/5.0.3/jopt-simple-5.0.3.jar" + "https://repo.maven.apache.org/maven2 net/sf/jopt-simple/jopt-simple/5.0.3/jopt-simple-5.0.3.pom" + "https://repo.maven.apache.org/maven2 org/apache/ant/ant/1.9.4/ant-1.9.4.jar" + "https://repo.maven.apache.org/maven2 org/apache/ant/ant/1.9.4/ant-1.9.4.pom" + "https://repo.maven.apache.org/maven2 org/apache/ant/ant-launcher/1.9.4/ant-launcher-1.9.4.jar" + "https://repo.maven.apache.org/maven2 org/apache/ant/ant-launcher/1.9.4/ant-launcher-1.9.4.pom" + "https://repo.maven.apache.org/maven2 org/apache/ant/ant-parent/1.9.4/ant-parent-1.9.4.pom" + "https://repo.maven.apache.org/maven2 org/apache/apache/10/apache-10.pom" + "https://repo.maven.apache.org/maven2 org/apache/apache/11/apache-11.pom" + "https://repo.maven.apache.org/maven2 org/apache/apache/13/apache-13.pom" + "https://repo.maven.apache.org/maven2 org/apache/apache/14/apache-14.pom" + "https://repo.maven.apache.org/maven2 org/apache/apache/16/apache-16.pom" + "https://repo.maven.apache.org/maven2 org/apache/apache/18/apache-18.pom" + "https://repo.maven.apache.org/maven2 org/apache/apache/2/apache-2.pom" + "https://repo.maven.apache.org/maven2 org/apache/apache/3/apache-3.pom" + "https://repo.maven.apache.org/maven2 org/apache/apache/4/apache-4.pom" + "https://repo.maven.apache.org/maven2 org/apache/apache/5/apache-5.pom" + "https://repo.maven.apache.org/maven2 org/apache/apache/6/apache-6.pom" + "https://repo.maven.apache.org/maven2 org/apache/apache/7/apache-7.pom" + "https://repo.maven.apache.org/maven2 org/apache/apache/9/apache-9.pom" + "https://repo.maven.apache.org/maven2 org/apache/commons/commons-compress/1.11/commons-compress-1.11.jar" + "https://repo.maven.apache.org/maven2 org/apache/commons/commons-compress/1.11/commons-compress-1.11.pom" + "https://repo.maven.apache.org/maven2 org/apache/commons/commons-compress/1.15/commons-compress-1.15.jar" + "https://repo.maven.apache.org/maven2 org/apache/commons/commons-compress/1.15/commons-compress-1.15.pom" + "https://repo.maven.apache.org/maven2 org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar" + "https://repo.maven.apache.org/maven2 org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.pom" + "https://repo.maven.apache.org/maven2 org/apache/commons/commons-lang3/3.4/commons-lang3-3.4.jar" + "https://repo.maven.apache.org/maven2 org/apache/commons/commons-lang3/3.4/commons-lang3-3.4.pom" + "https://repo.maven.apache.org/maven2 org/apache/commons/commons-parent/11/commons-parent-11.pom" + "https://repo.maven.apache.org/maven2 org/apache/commons/commons-parent/17/commons-parent-17.pom" + "https://repo.maven.apache.org/maven2 org/apache/commons/commons-parent/22/commons-parent-22.pom" + "https://repo.maven.apache.org/maven2 org/apache/commons/commons-parent/24/commons-parent-24.pom" + "https://repo.maven.apache.org/maven2 org/apache/commons/commons-parent/25/commons-parent-25.pom" + "https://repo.maven.apache.org/maven2 org/apache/commons/commons-parent/32/commons-parent-32.pom" + "https://repo.maven.apache.org/maven2 org/apache/commons/commons-parent/34/commons-parent-34.pom" + "https://repo.maven.apache.org/maven2 org/apache/commons/commons-parent/37/commons-parent-37.pom" + "https://repo.maven.apache.org/maven2 org/apache/commons/commons-parent/39/commons-parent-39.pom" + "https://repo.maven.apache.org/maven2 org/apache/commons/commons-parent/42/commons-parent-42.pom" + "https://repo.maven.apache.org/maven2 org/apache/commons/commons-parent/5/commons-parent-5.pom" + "https://repo.maven.apache.org/maven2 org/apache/commons/commons-parent/9/commons-parent-9.pom" + "https://repo.maven.apache.org/maven2 org/apache/httpcomponents/httpclient/4.0.2/httpclient-4.0.2.jar" + "https://repo.maven.apache.org/maven2 org/apache/httpcomponents/httpclient/4.0.2/httpclient-4.0.2.pom" + "https://repo.maven.apache.org/maven2 org/apache/httpcomponents/httpclient/4.5/httpclient-4.5.jar" + "https://repo.maven.apache.org/maven2 org/apache/httpcomponents/httpclient/4.5.3/httpclient-4.5.3.jar" + "https://repo.maven.apache.org/maven2 org/apache/httpcomponents/httpclient/4.5.3/httpclient-4.5.3.pom" + "https://repo.maven.apache.org/maven2 org/apache/httpcomponents/httpcomponents-client/4.0.2/httpcomponents-client-4.0.2.pom" + "https://repo.maven.apache.org/maven2 org/apache/httpcomponents/httpcomponents-client/4.5.3/httpcomponents-client-4.5.3.pom" + "https://repo.maven.apache.org/maven2 org/apache/httpcomponents/httpcomponents-core/4.0.1/httpcomponents-core-4.0.1.pom" + "https://repo.maven.apache.org/maven2 org/apache/httpcomponents/httpcomponents-core/4.4.6/httpcomponents-core-4.4.6.pom" + "https://repo.maven.apache.org/maven2 org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.jar" + "https://repo.maven.apache.org/maven2 org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.pom" + "https://repo.maven.apache.org/maven2 org/apache/httpcomponents/httpcore/4.4.1/httpcore-4.4.1.jar" + "https://repo.maven.apache.org/maven2 org/apache/httpcomponents/httpcore/4.4.6/httpcore-4.4.6.jar" + "https://repo.maven.apache.org/maven2 org/apache/httpcomponents/httpcore/4.4.6/httpcore-4.4.6.pom" + "https://repo.maven.apache.org/maven2 org/apache/httpcomponents/project/4.0/project-4.0.pom" + "https://repo.maven.apache.org/maven2 org/apache/httpcomponents/project/4.1/project-4.1.pom" + "https://repo.maven.apache.org/maven2 org/apache/httpcomponents/project/7/project-7.pom" + "https://repo.maven.apache.org/maven2 org/apache/maven/doxia/doxia/1.0/doxia-1.0.pom" + "https://repo.maven.apache.org/maven2 org/apache/maven/doxia/doxia/1.0-alpha-7/doxia-1.0-alpha-7.pom" + "https://repo.maven.apache.org/maven2 org/apache/maven/doxia/doxia/1.1/doxia-1.1.pom" + "https://repo.maven.apache.org/maven2 org/apache/maven/doxia/doxia/1.2/doxia-1.2.pom" + "https://repo.maven.apache.org/maven2 org/apache/maven/doxia/doxia/1.4/doxia-1.4.pom" + "https://repo.maven.apache.org/maven2 org/apache/maven/doxia/doxia-core/1.2/doxia-core-1.2.jar" + "https://repo.maven.apache.org/maven2 org/apache/maven/doxia/doxia-core/1.2/doxia-core-1.2.pom" + "https://repo.maven.apache.org/maven2 org/apache/maven/doxia/doxia-core/1.4/doxia-core-1.4.pom" + "https://repo.maven.apache.org/maven2 org/apache/maven/doxia/doxia-decoration-model/1.2/doxia-decoration-model-1.2.pom" + "https://repo.maven.apache.org/maven2 org/apache/maven/doxia/doxia-decoration-model/1.4/doxia-decoration-model-1.4.jar" + "https://repo.maven.apache.org/maven2 org/apache/maven/doxia/doxia-decoration-model/1.4/doxia-decoration-model-1.4.pom" + "https://repo.maven.apache.org/maven2 org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.jar" + "https://repo.maven.apache.org/maven2 org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.pom" + "https://repo.maven.apache.org/maven2 org/apache/maven/doxia/doxia-logging-api/1.2/doxia-logging-api-1.2.pom" + "https://repo.maven.apache.org/maven2 org/apache/maven/doxia/doxia-logging-api/1.4/doxia-logging-api-1.4.jar" + "https://repo.maven.apache.org/maven2 org/apache/maven/doxia/doxia-logging-api/1.4/doxia-logging-api-1.4.pom" + "https://repo.maven.apache.org/maven2 org/apache/maven/doxia/doxia-module-fml/1.2/doxia-module-fml-1.2.pom" + "https://repo.maven.apache.org/maven2 org/apache/maven/doxia/doxia-module-fml/1.4/doxia-module-fml-1.4.jar" + "https://repo.maven.apache.org/maven2 org/apache/maven/doxia/doxia-module-fml/1.4/doxia-module-fml-1.4.pom" + "https://repo.maven.apache.org/maven2 org/apache/maven/doxia/doxia-module-xhtml/1.2/doxia-module-xhtml-1.2.pom" + "https://repo.maven.apache.org/maven2 org/apache/maven/doxia/doxia-module-xhtml/1.4/doxia-module-xhtml-1.4.jar" + "https://repo.maven.apache.org/maven2 org/apache/maven/doxia/doxia-module-xhtml/1.4/doxia-module-xhtml-1.4.pom" + "https://repo.maven.apache.org/maven2 org/apache/maven/doxia/doxia-modules/1.2/doxia-modules-1.2.pom" + "https://repo.maven.apache.org/maven2 org/apache/maven/doxia/doxia-modules/1.4/doxia-modules-1.4.pom" + "https://repo.maven.apache.org/maven2 org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.pom" + "https://repo.maven.apache.org/maven2 org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.jar" + "https://repo.maven.apache.org/maven2 org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.pom" + "https://repo.maven.apache.org/maven2 org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.jar" + "https://repo.maven.apache.org/maven2 org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.pom" + "https://repo.maven.apache.org/maven2 org/apache/maven/doxia/doxia-sink-api/1.2/doxia-sink-api-1.2.pom" + "https://repo.maven.apache.org/maven2 org/apache/maven/doxia/doxia-sink-api/1.4/doxia-sink-api-1.4.jar" + "https://repo.maven.apache.org/maven2 org/apache/maven/doxia/doxia-sink-api/1.4/doxia-sink-api-1.4.pom" + "https://repo.maven.apache.org/maven2 org/apache/maven/doxia/doxia-site-renderer/1.2/doxia-site-renderer-1.2.pom" + "https://repo.maven.apache.org/maven2 org/apache/maven/doxia/doxia-site-renderer/1.4/doxia-site-renderer-1.4.jar" + "https://repo.maven.apache.org/maven2 org/apache/maven/doxia/doxia-site-renderer/1.4/doxia-site-renderer-1.4.pom" + "https://repo.maven.apache.org/maven2 org/apache/maven/doxia/doxia-sitetools/1.2/doxia-sitetools-1.2.pom" + "https://repo.maven.apache.org/maven2 org/apache/maven/doxia/doxia-sitetools/1.4/doxia-sitetools-1.4.pom" + "https://repo.maven.apache.org/maven2 org/apache/maven/enforcer/enforcer/1.4.1/enforcer-1.4.1.pom" + "https://repo.maven.apache.org/maven2 org/apache/maven/enforcer/enforcer-api/1.4.1/enforcer-api-1.4.1.jar" + "https://repo.maven.apache.org/maven2 org/apache/maven/enforcer/enforcer-api/1.4.1/enforcer-api-1.4.1.pom" + "https://repo.maven.apache.org/maven2 org/apache/maven/enforcer/enforcer-rules/1.4.1/enforcer-rules-1.4.1.jar" + "https://repo.maven.apache.org/maven2 org/apache/maven/enforcer/enforcer-rules/1.4.1/enforcer-rules-1.4.1.pom" + "https://repo.maven.apache.org/maven2 org/apache/maven/maven/2.0.2/maven-2.0.2.pom" + "https://repo.maven.apache.org/maven2 org/apache/maven/maven/2.0.5/maven-2.0.5.pom" + "https://repo.maven.apache.org/maven2 org/apache/maven/maven/2.0.6/maven-2.0.6.pom" + "https://repo.maven.apache.org/maven2 org/apache/maven/maven/2.0.8/maven-2.0.8.pom" + "https://repo.maven.apache.org/maven2 org/apache/maven/maven/2.0.9/maven-2.0.9.pom" + "https://repo.maven.apache.org/maven2 org/apache/maven/maven/2.2.1/maven-2.2.1.pom" + "https://repo.maven.apache.org/maven2 org/apache/maven/maven/3.0/maven-3.0.pom" + "https://repo.maven.apache.org/maven2 org/apache/maven/maven/3.0.3/maven-3.0.3.pom" + "https://repo.maven.apache.org/maven2 org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar" + "https://repo.maven.apache.org/maven2 org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom" + "https://repo.maven.apache.org/maven2 org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.jar" + "https://repo.maven.apache.org/maven2 org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.pom" + "https://repo.maven.apache.org/maven2 org/apache/maven/maven-artifact/2.0.2/maven-artifact-2.0.2.pom" + "https://repo.maven.apache.org/maven2 org/apache/maven/maven-artifact/2.0.5/maven-artifact-2.0.5.pom" + "https://repo.maven.apache.org/maven2 org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.jar" + "https://repo.maven.apache.org/maven2 org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.pom" + "https://repo.maven.apache.org/maven2 org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.jar" + "https://repo.maven.apache.org/maven2 org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.pom" + "https://repo.maven.apache.org/maven2 org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar" + "https://repo.maven.apache.org/maven2 org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom" + "https://repo.maven.apache.org/maven2 org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar" + "https://repo.maven.apache.org/maven2 org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom" + "https://repo.maven.apache.org/maven2 org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.jar" + "https://repo.maven.apache.org/maven2 org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.pom" + "https://repo.maven.apache.org/maven2 org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.jar" + "https://repo.maven.apache.org/maven2 org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.pom" + "https://repo.maven.apache.org/maven2 org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar" + "https://repo.maven.apache.org/maven2 org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom" + "https://repo.maven.apache.org/maven2 org/apache/maven/maven-compat/3.0/maven-compat-3.0.jar" + "https://repo.maven.apache.org/maven2 org/apache/maven/maven-compat/3.0/maven-compat-3.0.pom" + "https://repo.maven.apache.org/maven2 org/apache/maven/maven-compat/3.0.3/maven-compat-3.0.3.jar" + "https://repo.maven.apache.org/maven2 org/apache/maven/maven-compat/3.0.3/maven-compat-3.0.3.pom" + "https://repo.maven.apache.org/maven2 org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.jar" + "https://repo.maven.apache.org/maven2 org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.pom" + "https://repo.maven.apache.org/maven2 org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.jar" + "https://repo.maven.apache.org/maven2 org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.pom" + "https://repo.maven.apache.org/maven2 org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.jar" + "https://repo.maven.apache.org/maven2 org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.pom" + "https://repo.maven.apache.org/maven2 org/apache/maven/maven-core/3.0/maven-core-3.0.jar" + "https://repo.maven.apache.org/maven2 org/apache/maven/maven-core/3.0/maven-core-3.0.pom" + "https://repo.maven.apache.org/maven2 org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.jar" + "https://repo.maven.apache.org/maven2 org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.pom" + "https://repo.maven.apache.org/maven2 org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.jar" + "https://repo.maven.apache.org/maven2 org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.pom" + "https://repo.maven.apache.org/maven2 org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.jar" + "https://repo.maven.apache.org/maven2 org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.pom" + "https://repo.maven.apache.org/maven2 org/apache/maven/maven-model/2.0.5/maven-model-2.0.5.pom" + "https://repo.maven.apache.org/maven2 org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.jar" + "https://repo.maven.apache.org/maven2 org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.pom" + "https://repo.maven.apache.org/maven2 org/apache/maven/maven-model/2.0.8/maven-model-2.0.8.pom" + "https://repo.maven.apache.org/maven2 org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.jar" + "https://repo.maven.apache.org/maven2 org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.pom" + "https://repo.maven.apache.org/maven2 org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar" + "https://repo.maven.apache.org/maven2 org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom" + "https://repo.maven.apache.org/maven2 org/apache/maven/maven-model/3.0/maven-model-3.0.jar" + "https://repo.maven.apache.org/maven2 org/apache/maven/maven-model/3.0/maven-model-3.0.pom" + "https://repo.maven.apache.org/maven2 org/apache/maven/maven-model/3.0.3/maven-model-3.0.3.jar" + "https://repo.maven.apache.org/maven2 org/apache/maven/maven-model/3.0.3/maven-model-3.0.3.pom" + "https://repo.maven.apache.org/maven2 org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar" + "https://repo.maven.apache.org/maven2 org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom" + "https://repo.maven.apache.org/maven2 org/apache/maven/maven-model-builder/3.0.3/maven-model-builder-3.0.3.jar" + "https://repo.maven.apache.org/maven2 org/apache/maven/maven-model-builder/3.0.3/maven-model-builder-3.0.3.pom" + "https://repo.maven.apache.org/maven2 org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.jar" + "https://repo.maven.apache.org/maven2 org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.pom" + "https://repo.maven.apache.org/maven2 org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.jar" + "https://repo.maven.apache.org/maven2 org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.pom" + "https://repo.maven.apache.org/maven2 org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.jar" + "https://repo.maven.apache.org/maven2 org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.pom" + "https://repo.maven.apache.org/maven2 org/apache/maven/maven-parent/10/maven-parent-10.pom" + "https://repo.maven.apache.org/maven2 org/apache/maven/maven-parent/11/maven-parent-11.pom" + "https://repo.maven.apache.org/maven2 org/apache/maven/maven-parent/13/maven-parent-13.pom" + "https://repo.maven.apache.org/maven2 org/apache/maven/maven-parent/15/maven-parent-15.pom" + "https://repo.maven.apache.org/maven2 org/apache/maven/maven-parent/16/maven-parent-16.pom" + "https://repo.maven.apache.org/maven2 org/apache/maven/maven-parent/19/maven-parent-19.pom" + "https://repo.maven.apache.org/maven2 org/apache/maven/maven-parent/21/maven-parent-21.pom" + "https://repo.maven.apache.org/maven2 org/apache/maven/maven-parent/22/maven-parent-22.pom" + "https://repo.maven.apache.org/maven2 org/apache/maven/maven-parent/23/maven-parent-23.pom" + "https://repo.maven.apache.org/maven2 org/apache/maven/maven-parent/24/maven-parent-24.pom" + "https://repo.maven.apache.org/maven2 org/apache/maven/maven-parent/26/maven-parent-26.pom" + "https://repo.maven.apache.org/maven2 org/apache/maven/maven-parent/30/maven-parent-30.pom" + "https://repo.maven.apache.org/maven2 org/apache/maven/maven-parent/5/maven-parent-5.pom" + "https://repo.maven.apache.org/maven2 org/apache/maven/maven-parent/6/maven-parent-6.pom" + "https://repo.maven.apache.org/maven2 org/apache/maven/maven-parent/7/maven-parent-7.pom" + "https://repo.maven.apache.org/maven2 org/apache/maven/maven-parent/8/maven-parent-8.pom" + "https://repo.maven.apache.org/maven2 org/apache/maven/maven-parent/9/maven-parent-9.pom" + "https://repo.maven.apache.org/maven2 org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.jar" + "https://repo.maven.apache.org/maven2 org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom" + "https://repo.maven.apache.org/maven2 org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.jar" + "https://repo.maven.apache.org/maven2 org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.pom" + "https://repo.maven.apache.org/maven2 org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.jar" + "https://repo.maven.apache.org/maven2 org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom" + "https://repo.maven.apache.org/maven2 org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar" + "https://repo.maven.apache.org/maven2 org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom" + "https://repo.maven.apache.org/maven2 org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.jar" + "https://repo.maven.apache.org/maven2 org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.pom" + "https://repo.maven.apache.org/maven2 org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.jar" + "https://repo.maven.apache.org/maven2 org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.pom" + "https://repo.maven.apache.org/maven2 org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.jar" + "https://repo.maven.apache.org/maven2 org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.pom" + "https://repo.maven.apache.org/maven2 org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.jar" + "https://repo.maven.apache.org/maven2 org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.pom" + "https://repo.maven.apache.org/maven2 org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.jar" + "https://repo.maven.apache.org/maven2 org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.pom" + "https://repo.maven.apache.org/maven2 org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.jar" + "https://repo.maven.apache.org/maven2 org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.pom" + "https://repo.maven.apache.org/maven2 org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.jar" + "https://repo.maven.apache.org/maven2 org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.pom" + "https://repo.maven.apache.org/maven2 org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.jar" + "https://repo.maven.apache.org/maven2 org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.pom" + "https://repo.maven.apache.org/maven2 org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar" + "https://repo.maven.apache.org/maven2 org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom" + "https://repo.maven.apache.org/maven2 org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.jar" + "https://repo.maven.apache.org/maven2 org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.pom" + "https://repo.maven.apache.org/maven2 org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.jar" + "https://repo.maven.apache.org/maven2 org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.pom" + "https://repo.maven.apache.org/maven2 org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar" + "https://repo.maven.apache.org/maven2 org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom" + "https://repo.maven.apache.org/maven2 org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.jar" + "https://repo.maven.apache.org/maven2 org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.pom" + "https://repo.maven.apache.org/maven2 org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.jar" + "https://repo.maven.apache.org/maven2 org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.pom" + "https://repo.maven.apache.org/maven2 org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar" + "https://repo.maven.apache.org/maven2 org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom" + "https://repo.maven.apache.org/maven2 org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.jar" + "https://repo.maven.apache.org/maven2 org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.pom" + "https://repo.maven.apache.org/maven2 org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.jar" + "https://repo.maven.apache.org/maven2 org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.pom" + "https://repo.maven.apache.org/maven2 org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.jar" + "https://repo.maven.apache.org/maven2 org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom" + "https://repo.maven.apache.org/maven2 org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar" + "https://repo.maven.apache.org/maven2 org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom" + "https://repo.maven.apache.org/maven2 org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.jar" + "https://repo.maven.apache.org/maven2 org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.pom" + "https://repo.maven.apache.org/maven2 org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.jar" + "https://repo.maven.apache.org/maven2 org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.pom" + "https://repo.maven.apache.org/maven2 org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar" + "https://repo.maven.apache.org/maven2 org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom" + "https://repo.maven.apache.org/maven2 org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar" + "https://repo.maven.apache.org/maven2 org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom" + "https://repo.maven.apache.org/maven2 org/apache/maven/maven-settings/3.0.3/maven-settings-3.0.3.pom" + "https://repo.maven.apache.org/maven2 org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar" + "https://repo.maven.apache.org/maven2 org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom" + "https://repo.maven.apache.org/maven2 org/apache/maven/maven-toolchain/1.0/maven-toolchain-1.0.jar" + "https://repo.maven.apache.org/maven2 org/apache/maven/maven-toolchain/1.0/maven-toolchain-1.0.pom" + "https://repo.maven.apache.org/maven2 org/apache/maven/maven-toolchain/2.0.9/maven-toolchain-2.0.9.jar" + "https://repo.maven.apache.org/maven2 org/apache/maven/maven-toolchain/2.0.9/maven-toolchain-2.0.9.pom" + "https://repo.maven.apache.org/maven2 org/apache/maven/plugin-testing/maven-plugin-testing/1.3/maven-plugin-testing-1.3.pom" + "https://repo.maven.apache.org/maven2 org/apache/maven/plugin-testing/maven-plugin-testing-harness/1.3/maven-plugin-testing-harness-1.3.jar" + "https://repo.maven.apache.org/maven2 org/apache/maven/plugin-testing/maven-plugin-testing-harness/1.3/maven-plugin-testing-harness-1.3.pom" + "https://repo.maven.apache.org/maven2 org/apache/maven/plugin-tools/maven-plugin-annotations/3.1/maven-plugin-annotations-3.1.jar" + "https://repo.maven.apache.org/maven2 org/apache/maven/plugin-tools/maven-plugin-annotations/3.1/maven-plugin-annotations-3.1.pom" + "https://repo.maven.apache.org/maven2 org/apache/maven/plugin-tools/maven-plugin-annotations/3.4/maven-plugin-annotations-3.4.jar" + "https://repo.maven.apache.org/maven2 org/apache/maven/plugin-tools/maven-plugin-annotations/3.4/maven-plugin-annotations-3.4.pom" + "https://repo.maven.apache.org/maven2 org/apache/maven/plugin-tools/maven-plugin-tools/3.1/maven-plugin-tools-3.1.pom" + "https://repo.maven.apache.org/maven2 org/apache/maven/plugin-tools/maven-plugin-tools/3.4/maven-plugin-tools-3.4.pom" + "https://repo.maven.apache.org/maven2 org/apache/maven/plugins/maven-antrun-plugin/1.8/maven-antrun-plugin-1.8.jar" + "https://repo.maven.apache.org/maven2 org/apache/maven/plugins/maven-antrun-plugin/1.8/maven-antrun-plugin-1.8.pom" + "https://repo.maven.apache.org/maven2 org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.jar" + "https://repo.maven.apache.org/maven2 org/apache/maven/plugins/maven-compiler-plugin/3.1/maven-compiler-plugin-3.1.jar" + "https://repo.maven.apache.org/maven2 org/apache/maven/plugins/maven-compiler-plugin/3.1/maven-compiler-plugin-3.1.pom" + "https://repo.maven.apache.org/maven2 org/apache/maven/plugins/maven-dependency-plugin/3.0.1/maven-dependency-plugin-3.0.1.jar" + "https://repo.maven.apache.org/maven2 org/apache/maven/plugins/maven-dependency-plugin/3.0.1/maven-dependency-plugin-3.0.1.pom" + "https://repo.maven.apache.org/maven2 org/apache/maven/plugins/maven-deploy-plugin/2.7/maven-deploy-plugin-2.7.jar" + "https://repo.maven.apache.org/maven2 org/apache/maven/plugins/maven-enforcer-plugin/1.4.1/maven-enforcer-plugin-1.4.1.jar" + "https://repo.maven.apache.org/maven2 org/apache/maven/plugins/maven-enforcer-plugin/1.4.1/maven-enforcer-plugin-1.4.1.pom" + "https://repo.maven.apache.org/maven2 org/apache/maven/plugins/maven-install-plugin/2.4/maven-install-plugin-2.4.jar" + "https://repo.maven.apache.org/maven2 org/apache/maven/plugins/maven-jar-plugin/2.4/maven-jar-plugin-2.4.jar" + "https://repo.maven.apache.org/maven2 org/apache/maven/plugins/maven-jar-plugin/2.4/maven-jar-plugin-2.4.pom" + "https://repo.maven.apache.org/maven2 org/apache/maven/plugins/maven-plugins/22/maven-plugins-22.pom" + "https://repo.maven.apache.org/maven2 org/apache/maven/plugins/maven-plugins/23/maven-plugins-23.pom" + "https://repo.maven.apache.org/maven2 org/apache/maven/plugins/maven-plugins/24/maven-plugins-24.pom" + "https://repo.maven.apache.org/maven2 org/apache/maven/plugins/maven-plugins/27/maven-plugins-27.pom" + "https://repo.maven.apache.org/maven2 org/apache/maven/plugins/maven-plugins/30/maven-plugins-30.pom" + "https://repo.maven.apache.org/maven2 org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.jar" + "https://repo.maven.apache.org/maven2 org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.pom" + "https://repo.maven.apache.org/maven2 org/apache/maven/plugins/maven-shade-plugin/2.3/maven-shade-plugin-2.3.jar" + "https://repo.maven.apache.org/maven2 org/apache/maven/plugins/maven-shade-plugin/3.1.0/maven-shade-plugin-3.1.0.jar" + "https://repo.maven.apache.org/maven2 org/apache/maven/plugins/maven-shade-plugin/3.1.0/maven-shade-plugin-3.1.0.pom" + "https://repo.maven.apache.org/maven2 org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.jar" + "https://repo.maven.apache.org/maven2 org/apache/maven/plugins/maven-surefire-plugin/2.12.4/maven-surefire-plugin-2.12.4.jar" + "https://repo.maven.apache.org/maven2 org/apache/maven/plugins/maven-surefire-plugin/2.12.4/maven-surefire-plugin-2.12.4.pom" + "https://repo.maven.apache.org/maven2 org/apache/maven/reporting/maven-reporting/2.0.6/maven-reporting-2.0.6.pom" + "https://repo.maven.apache.org/maven2 org/apache/maven/reporting/maven-reporting/2.0.9/maven-reporting-2.0.9.pom" + "https://repo.maven.apache.org/maven2 org/apache/maven/reporting/maven-reporting/2.2.1/maven-reporting-2.2.1.pom" + "https://repo.maven.apache.org/maven2 org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.jar" + "https://repo.maven.apache.org/maven2 org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.pom" + "https://repo.maven.apache.org/maven2 org/apache/maven/reporting/maven-reporting-api/2.0.9/maven-reporting-api-2.0.9.jar" + "https://repo.maven.apache.org/maven2 org/apache/maven/reporting/maven-reporting-api/2.0.9/maven-reporting-api-2.0.9.pom" + "https://repo.maven.apache.org/maven2 org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.jar" + "https://repo.maven.apache.org/maven2 org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.pom" + "https://repo.maven.apache.org/maven2 org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar" + "https://repo.maven.apache.org/maven2 org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom" + "https://repo.maven.apache.org/maven2 org/apache/maven/reporting/maven-reporting-impl/2.3/maven-reporting-impl-2.3.jar" + "https://repo.maven.apache.org/maven2 org/apache/maven/reporting/maven-reporting-impl/2.3/maven-reporting-impl-2.3.pom" + "https://repo.maven.apache.org/maven2 org/apache/maven/shared/file-management/1.2.1/file-management-1.2.1.jar" + "https://repo.maven.apache.org/maven2 org/apache/maven/shared/file-management/1.2.1/file-management-1.2.1.pom" + "https://repo.maven.apache.org/maven2 org/apache/maven/shared/maven-artifact-transfer/0.9.1/maven-artifact-transfer-0.9.1.jar" + "https://repo.maven.apache.org/maven2 org/apache/maven/shared/maven-artifact-transfer/0.9.1/maven-artifact-transfer-0.9.1.pom" + "https://repo.maven.apache.org/maven2 org/apache/maven/shared/maven-common-artifact-filters/1.3/maven-common-artifact-filters-1.3.jar" + "https://repo.maven.apache.org/maven2 org/apache/maven/shared/maven-common-artifact-filters/1.3/maven-common-artifact-filters-1.3.pom" + "https://repo.maven.apache.org/maven2 org/apache/maven/shared/maven-common-artifact-filters/1.4/maven-common-artifact-filters-1.4.jar" + "https://repo.maven.apache.org/maven2 org/apache/maven/shared/maven-common-artifact-filters/1.4/maven-common-artifact-filters-1.4.pom" + "https://repo.maven.apache.org/maven2 org/apache/maven/shared/maven-common-artifact-filters/3.0.1/maven-common-artifact-filters-3.0.1.jar" + "https://repo.maven.apache.org/maven2 org/apache/maven/shared/maven-common-artifact-filters/3.0.1/maven-common-artifact-filters-3.0.1.pom" + "https://repo.maven.apache.org/maven2 org/apache/maven/shared/maven-dependency-analyzer/1.7/maven-dependency-analyzer-1.7.jar" + "https://repo.maven.apache.org/maven2 org/apache/maven/shared/maven-dependency-analyzer/1.7/maven-dependency-analyzer-1.7.pom" + "https://repo.maven.apache.org/maven2 org/apache/maven/shared/maven-dependency-tree/2.2/maven-dependency-tree-2.2.jar" + "https://repo.maven.apache.org/maven2 org/apache/maven/shared/maven-dependency-tree/2.2/maven-dependency-tree-2.2.pom" + "https://repo.maven.apache.org/maven2 org/apache/maven/shared/maven-dependency-tree/3.0.1/maven-dependency-tree-3.0.1.jar" + "https://repo.maven.apache.org/maven2 org/apache/maven/shared/maven-dependency-tree/3.0.1/maven-dependency-tree-3.0.1.pom" + "https://repo.maven.apache.org/maven2 org/apache/maven/shared/maven-filtering/1.1/maven-filtering-1.1.jar" + "https://repo.maven.apache.org/maven2 org/apache/maven/shared/maven-filtering/1.1/maven-filtering-1.1.pom" + "https://repo.maven.apache.org/maven2 org/apache/maven/shared/maven-shared-components/10/maven-shared-components-10.pom" + "https://repo.maven.apache.org/maven2 org/apache/maven/shared/maven-shared-components/12/maven-shared-components-12.pom" + "https://repo.maven.apache.org/maven2 org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom" + "https://repo.maven.apache.org/maven2 org/apache/maven/shared/maven-shared-components/17/maven-shared-components-17.pom" + "https://repo.maven.apache.org/maven2 org/apache/maven/shared/maven-shared-components/18/maven-shared-components-18.pom" + "https://repo.maven.apache.org/maven2 org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom" + "https://repo.maven.apache.org/maven2 org/apache/maven/shared/maven-shared-components/20/maven-shared-components-20.pom" + "https://repo.maven.apache.org/maven2 org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom" + "https://repo.maven.apache.org/maven2 org/apache/maven/shared/maven-shared-components/8/maven-shared-components-8.pom" + "https://repo.maven.apache.org/maven2 org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.jar" + "https://repo.maven.apache.org/maven2 org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.pom" + "https://repo.maven.apache.org/maven2 org/apache/maven/shared/maven-shared-io/1.1/maven-shared-io-1.1.jar" + "https://repo.maven.apache.org/maven2 org/apache/maven/shared/maven-shared-io/1.1/maven-shared-io-1.1.pom" + "https://repo.maven.apache.org/maven2 org/apache/maven/shared/maven-shared-utils/0.1/maven-shared-utils-0.1.jar" + "https://repo.maven.apache.org/maven2 org/apache/maven/shared/maven-shared-utils/0.1/maven-shared-utils-0.1.pom" + "https://repo.maven.apache.org/maven2 org/apache/maven/shared/maven-shared-utils/0.6/maven-shared-utils-0.6.jar" + "https://repo.maven.apache.org/maven2 org/apache/maven/shared/maven-shared-utils/0.6/maven-shared-utils-0.6.pom" + "https://repo.maven.apache.org/maven2 org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.jar" + "https://repo.maven.apache.org/maven2 org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.pom" + "https://repo.maven.apache.org/maven2 org/apache/maven/surefire/maven-surefire-common/2.12.4/maven-surefire-common-2.12.4.jar" + "https://repo.maven.apache.org/maven2 org/apache/maven/surefire/maven-surefire-common/2.12.4/maven-surefire-common-2.12.4.pom" + "https://repo.maven.apache.org/maven2 org/apache/maven/surefire/surefire/2.12.4/surefire-2.12.4.pom" + "https://repo.maven.apache.org/maven2 org/apache/maven/surefire/surefire-api/2.12.4/surefire-api-2.12.4.jar" + "https://repo.maven.apache.org/maven2 org/apache/maven/surefire/surefire-api/2.12.4/surefire-api-2.12.4.pom" + "https://repo.maven.apache.org/maven2 org/apache/maven/surefire/surefire-booter/2.12.4/surefire-booter-2.12.4.jar" + "https://repo.maven.apache.org/maven2 org/apache/maven/surefire/surefire-booter/2.12.4/surefire-booter-2.12.4.pom" + "https://repo.maven.apache.org/maven2 org/apache/maven/wagon/wagon/1.0-alpha-6/wagon-1.0-alpha-6.pom" + "https://repo.maven.apache.org/maven2 org/apache/maven/wagon/wagon/1.0-beta-6/wagon-1.0-beta-6.pom" + "https://repo.maven.apache.org/maven2 org/apache/maven/wagon/wagon/1.0-beta-7/wagon-1.0-beta-7.pom" + "https://repo.maven.apache.org/maven2 org/apache/maven/wagon/wagon-provider-api/1.0-alpha-6/wagon-provider-api-1.0-alpha-6.jar" + "https://repo.maven.apache.org/maven2 org/apache/maven/wagon/wagon-provider-api/1.0-alpha-6/wagon-provider-api-1.0-alpha-6.pom" + "https://repo.maven.apache.org/maven2 org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.jar" + "https://repo.maven.apache.org/maven2 org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.pom" + "https://repo.maven.apache.org/maven2 org/apache/maven/wagon/wagon-provider-api/1.0-beta-7/wagon-provider-api-1.0-beta-7.jar" + "https://repo.maven.apache.org/maven2 org/apache/maven/wagon/wagon-provider-api/1.0-beta-7/wagon-provider-api-1.0-beta-7.pom" + "https://repo.maven.apache.org/maven2 org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.jar" + "https://repo.maven.apache.org/maven2 org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.pom" + "https://repo.maven.apache.org/maven2 org/apache/struts/struts-master/4/struts-master-4.pom" + "https://repo.maven.apache.org/maven2 org/apache/struts/struts-parent/1.3.8/struts-parent-1.3.8.pom" + "https://repo.maven.apache.org/maven2 org/apache/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.jar" + "https://repo.maven.apache.org/maven2 org/apache/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.pom" + "https://repo.maven.apache.org/maven2 org/apache/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.jar" + "https://repo.maven.apache.org/maven2 org/apache/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.pom" + "https://repo.maven.apache.org/maven2 org/apache/velocity/velocity/1.5/velocity-1.5.jar" + "https://repo.maven.apache.org/maven2 org/apache/velocity/velocity/1.5/velocity-1.5.pom" + "https://repo.maven.apache.org/maven2 org/apache/velocity/velocity/1.6.2/velocity-1.6.2.pom" + "https://repo.maven.apache.org/maven2 org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.jar" + "https://repo.maven.apache.org/maven2 org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.pom" + "https://repo.maven.apache.org/maven2 org/apache/xbean/xbean/3.4/xbean-3.4.pom" + "https://repo.maven.apache.org/maven2 org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.jar" + "https://repo.maven.apache.org/maven2 org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.pom" + "https://repo.maven.apache.org/maven2 org/beanshell/beanshell/2.0b4/beanshell-2.0b4.pom" + "https://repo.maven.apache.org/maven2 org/beanshell/bsh/2.0b4/bsh-2.0b4.jar" + "https://repo.maven.apache.org/maven2 org/beanshell/bsh/2.0b4/bsh-2.0b4.pom" + "https://repo.maven.apache.org/maven2 org/bitcoinj/bitcoinj-parent/0.14.1/bitcoinj-parent-0.14.1.pom" + "https://repo.maven.apache.org/maven2 org/bitcoinj/orchid/1.1.1/orchid-1.1.1.jar" + "https://repo.maven.apache.org/maven2 org/bitcoinj/orchid/1.2.1/orchid-1.2.1.jar" + "https://repo.maven.apache.org/maven2 org/bitcoinj/orchid/1.2.1/orchid-1.2.1.pom" + "https://repo.maven.apache.org/maven2 org/bouncycastle/bcpg-jdk15on/1.56/bcpg-jdk15on-1.56.jar" + "https://repo.maven.apache.org/maven2 org/bouncycastle/bcpg-jdk15on/1.56/bcpg-jdk15on-1.56.pom" + "https://repo.maven.apache.org/maven2 org/bouncycastle/bcpg-jdk16/1.46/bcpg-jdk16-1.46.jar" + "https://repo.maven.apache.org/maven2 org/bouncycastle/bcpg-jdk16/1.46/bcpg-jdk16-1.46.pom" + "https://repo.maven.apache.org/maven2 org/bouncycastle/bcprov-jdk15on/1.56/bcprov-jdk15on-1.56.jar" + "https://repo.maven.apache.org/maven2 org/bouncycastle/bcprov-jdk15on/1.56/bcprov-jdk15on-1.56.pom" + "https://repo.maven.apache.org/maven2 org/bouncycastle/bcprov-jdk16/1.46/bcprov-jdk16-1.46.jar" + "https://repo.maven.apache.org/maven2 org/bouncycastle/bcprov-jdk16/1.46/bcprov-jdk16-1.46.pom" + "https://repo.maven.apache.org/maven2 org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom" + "https://repo.maven.apache.org/maven2 org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom" + "https://repo.maven.apache.org/maven2 org/codehaus/plexus/plexus/1.0.12/plexus-1.0.12.pom" + "https://repo.maven.apache.org/maven2 org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom" + "https://repo.maven.apache.org/maven2 org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom" + "https://repo.maven.apache.org/maven2 org/codehaus/plexus/plexus/1.0.9/plexus-1.0.9.pom" + "https://repo.maven.apache.org/maven2 org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom" + "https://repo.maven.apache.org/maven2 org/codehaus/plexus/plexus/2.0.3/plexus-2.0.3.pom" + "https://repo.maven.apache.org/maven2 org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom" + "https://repo.maven.apache.org/maven2 org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom" + "https://repo.maven.apache.org/maven2 org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom" + "https://repo.maven.apache.org/maven2 org/codehaus/plexus/plexus/3.1/plexus-3.1.pom" + "https://repo.maven.apache.org/maven2 org/codehaus/plexus/plexus/3.2/plexus-3.2.pom" + "https://repo.maven.apache.org/maven2 org/codehaus/plexus/plexus/3.3/plexus-3.3.pom" + "https://repo.maven.apache.org/maven2 org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom" + "https://repo.maven.apache.org/maven2 org/codehaus/plexus/plexus/3.3.2/plexus-3.3.2.pom" + "https://repo.maven.apache.org/maven2 org/codehaus/plexus/plexus/4.0/plexus-4.0.pom" + "https://repo.maven.apache.org/maven2 org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.jar" + "https://repo.maven.apache.org/maven2 org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.pom" + "https://repo.maven.apache.org/maven2 org/codehaus/plexus/plexus-archiver/2.2/plexus-archiver-2.2.jar" + "https://repo.maven.apache.org/maven2 org/codehaus/plexus/plexus-archiver/2.2/plexus-archiver-2.2.pom" + "https://repo.maven.apache.org/maven2 org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.jar" + "https://repo.maven.apache.org/maven2 org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.pom" + "https://repo.maven.apache.org/maven2 org/codehaus/plexus/plexus-classworlds/1.2-alpha-7/plexus-classworlds-1.2-alpha-7.pom" + "https://repo.maven.apache.org/maven2 org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom" + "https://repo.maven.apache.org/maven2 org/codehaus/plexus/plexus-classworlds/2.2.2/plexus-classworlds-2.2.2.jar" + "https://repo.maven.apache.org/maven2 org/codehaus/plexus/plexus-classworlds/2.2.2/plexus-classworlds-2.2.2.pom" + "https://repo.maven.apache.org/maven2 org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar" + "https://repo.maven.apache.org/maven2 org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom" + "https://repo.maven.apache.org/maven2 org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.jar" + "https://repo.maven.apache.org/maven2 org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.pom" + "https://repo.maven.apache.org/maven2 org/codehaus/plexus/plexus-compiler/2.2/plexus-compiler-2.2.pom" + "https://repo.maven.apache.org/maven2 org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.jar" + "https://repo.maven.apache.org/maven2 org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.pom" + "https://repo.maven.apache.org/maven2 org/codehaus/plexus/plexus-compiler-javac/2.2/plexus-compiler-javac-2.2.jar" + "https://repo.maven.apache.org/maven2 org/codehaus/plexus/plexus-compiler-javac/2.2/plexus-compiler-javac-2.2.pom" + "https://repo.maven.apache.org/maven2 org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.jar" + "https://repo.maven.apache.org/maven2 org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.pom" + "https://repo.maven.apache.org/maven2 org/codehaus/plexus/plexus-compilers/2.2/plexus-compilers-2.2.pom" + "https://repo.maven.apache.org/maven2 org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar" + "https://repo.maven.apache.org/maven2 org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom" + "https://repo.maven.apache.org/maven2 org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.jar" + "https://repo.maven.apache.org/maven2 org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.pom" + "https://repo.maven.apache.org/maven2 org/codehaus/plexus/plexus-components/1.1.12/plexus-components-1.1.12.pom" + "https://repo.maven.apache.org/maven2 org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom" + "https://repo.maven.apache.org/maven2 org/codehaus/plexus/plexus-components/1.1.15/plexus-components-1.1.15.pom" + "https://repo.maven.apache.org/maven2 org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom" + "https://repo.maven.apache.org/maven2 org/codehaus/plexus/plexus-components/1.1.19/plexus-components-1.1.19.pom" + "https://repo.maven.apache.org/maven2 org/codehaus/plexus/plexus-components/1.1.20/plexus-components-1.1.20.pom" + "https://repo.maven.apache.org/maven2 org/codehaus/plexus/plexus-components/1.1.4/plexus-components-1.1.4.pom" + "https://repo.maven.apache.org/maven2 org/codehaus/plexus/plexus-components/1.2/plexus-components-1.2.pom" + "https://repo.maven.apache.org/maven2 org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom" + "https://repo.maven.apache.org/maven2 org/codehaus/plexus/plexus-container-default/1.0-alpha-20/plexus-container-default-1.0-alpha-20.pom" + "https://repo.maven.apache.org/maven2 org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.jar" + "https://repo.maven.apache.org/maven2 org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.pom" + "https://repo.maven.apache.org/maven2 org/codehaus/plexus/plexus-container-default/1.0-alpha-8/plexus-container-default-1.0-alpha-8.pom" + "https://repo.maven.apache.org/maven2 org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.pom" + "https://repo.maven.apache.org/maven2 org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar" + "https://repo.maven.apache.org/maven2 org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom" + "https://repo.maven.apache.org/maven2 org/codehaus/plexus/plexus-container-default/1.5.5/plexus-container-default-1.5.5.jar" + "https://repo.maven.apache.org/maven2 org/codehaus/plexus/plexus-container-default/1.5.5/plexus-container-default-1.5.5.pom" + "https://repo.maven.apache.org/maven2 org/codehaus/plexus/plexus-containers/1.0-alpha-20/plexus-containers-1.0-alpha-20.pom" + "https://repo.maven.apache.org/maven2 org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom" + "https://repo.maven.apache.org/maven2 org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom" + "https://repo.maven.apache.org/maven2 org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom" + "https://repo.maven.apache.org/maven2 org/codehaus/plexus/plexus-containers/1.6/plexus-containers-1.6.pom" + "https://repo.maven.apache.org/maven2 org/codehaus/plexus/plexus-i18n/1.0-beta-6/plexus-i18n-1.0-beta-6.jar" + "https://repo.maven.apache.org/maven2 org/codehaus/plexus/plexus-i18n/1.0-beta-6/plexus-i18n-1.0-beta-6.pom" + "https://repo.maven.apache.org/maven2 org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.jar" + "https://repo.maven.apache.org/maven2 org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.pom" + "https://repo.maven.apache.org/maven2 org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar" + "https://repo.maven.apache.org/maven2 org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.pom" + "https://repo.maven.apache.org/maven2 org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar" + "https://repo.maven.apache.org/maven2 org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom" + "https://repo.maven.apache.org/maven2 org/codehaus/plexus/plexus-interpolation/1.12/plexus-interpolation-1.12.pom" + "https://repo.maven.apache.org/maven2 org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.jar" + "https://repo.maven.apache.org/maven2 org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.pom" + "https://repo.maven.apache.org/maven2 org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar" + "https://repo.maven.apache.org/maven2 org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom" + "https://repo.maven.apache.org/maven2 org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.jar" + "https://repo.maven.apache.org/maven2 org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.pom" + "https://repo.maven.apache.org/maven2 org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.jar" + "https://repo.maven.apache.org/maven2 org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.pom" + "https://repo.maven.apache.org/maven2 org/codehaus/plexus/plexus-io/2.0.4/plexus-io-2.0.4.jar" + "https://repo.maven.apache.org/maven2 org/codehaus/plexus/plexus-io/2.0.4/plexus-io-2.0.4.pom" + "https://repo.maven.apache.org/maven2 org/codehaus/plexus/plexus-io/2.4/plexus-io-2.4.jar" + "https://repo.maven.apache.org/maven2 org/codehaus/plexus/plexus-io/2.4/plexus-io-2.4.pom" + "https://repo.maven.apache.org/maven2 org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.pom" + "https://repo.maven.apache.org/maven2 org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom" + "https://repo.maven.apache.org/maven2 org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.pom" + "https://repo.maven.apache.org/maven2 org/codehaus/plexus/plexus-utils/1.3/plexus-utils-1.3.pom" + "https://repo.maven.apache.org/maven2 org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom" + "https://repo.maven.apache.org/maven2 org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.pom" + "https://repo.maven.apache.org/maven2 org/codehaus/plexus/plexus-utils/1.4.6/plexus-utils-1.4.6.pom" + "https://repo.maven.apache.org/maven2 org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.jar" + "https://repo.maven.apache.org/maven2 org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.pom" + "https://repo.maven.apache.org/maven2 org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom" + "https://repo.maven.apache.org/maven2 org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom" + "https://repo.maven.apache.org/maven2 org/codehaus/plexus/plexus-utils/1.5.6/plexus-utils-1.5.6.pom" + "https://repo.maven.apache.org/maven2 org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom" + "https://repo.maven.apache.org/maven2 org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.pom" + "https://repo.maven.apache.org/maven2 org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.jar" + "https://repo.maven.apache.org/maven2 org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom" + "https://repo.maven.apache.org/maven2 org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar" + "https://repo.maven.apache.org/maven2 org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.pom" + "https://repo.maven.apache.org/maven2 org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.pom" + "https://repo.maven.apache.org/maven2 org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.jar" + "https://repo.maven.apache.org/maven2 org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.pom" + "https://repo.maven.apache.org/maven2 org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.jar" + "https://repo.maven.apache.org/maven2 org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.pom" + "https://repo.maven.apache.org/maven2 org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar" + "https://repo.maven.apache.org/maven2 org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.pom" + "https://repo.maven.apache.org/maven2 org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.jar" + "https://repo.maven.apache.org/maven2 org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.pom" + "https://repo.maven.apache.org/maven2 org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.jar" + "https://repo.maven.apache.org/maven2 org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.pom" + "https://repo.maven.apache.org/maven2 org/controlsfx/controlsfx/8.0.6_20/controlsfx-8.0.6_20.jar" + "https://repo.maven.apache.org/maven2 org/controlsfx/controlsfx/8.0.6_20/controlsfx-8.0.6_20.pom" + "https://repo.maven.apache.org/maven2 org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom" + "https://repo.maven.apache.org/maven2 org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.jar" + "https://repo.maven.apache.org/maven2 org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.pom" + "https://repo.maven.apache.org/maven2 org/eclipse/jetty/jetty-http/9.3.6.v20151106/jetty-http-9.3.6.v20151106.jar" + "https://repo.maven.apache.org/maven2 org/eclipse/jetty/jetty-http/9.3.6.v20151106/jetty-http-9.3.6.v20151106.pom" + "https://repo.maven.apache.org/maven2 org/eclipse/jetty/jetty-io/9.3.6.v20151106/jetty-io-9.3.6.v20151106.jar" + "https://repo.maven.apache.org/maven2 org/eclipse/jetty/jetty-io/9.3.6.v20151106/jetty-io-9.3.6.v20151106.pom" + "https://repo.maven.apache.org/maven2 org/eclipse/jetty/jetty-parent/25/jetty-parent-25.pom" + "https://repo.maven.apache.org/maven2 org/eclipse/jetty/jetty-project/9.3.6.v20151106/jetty-project-9.3.6.v20151106.pom" + "https://repo.maven.apache.org/maven2 org/eclipse/jetty/jetty-security/9.3.6.v20151106/jetty-security-9.3.6.v20151106.jar" + "https://repo.maven.apache.org/maven2 org/eclipse/jetty/jetty-security/9.3.6.v20151106/jetty-security-9.3.6.v20151106.pom" + "https://repo.maven.apache.org/maven2 org/eclipse/jetty/jetty-server/9.3.6.v20151106/jetty-server-9.3.6.v20151106.jar" + "https://repo.maven.apache.org/maven2 org/eclipse/jetty/jetty-server/9.3.6.v20151106/jetty-server-9.3.6.v20151106.pom" + "https://repo.maven.apache.org/maven2 org/eclipse/jetty/jetty-servlet/9.3.6.v20151106/jetty-servlet-9.3.6.v20151106.jar" + "https://repo.maven.apache.org/maven2 org/eclipse/jetty/jetty-servlet/9.3.6.v20151106/jetty-servlet-9.3.6.v20151106.pom" + "https://repo.maven.apache.org/maven2 org/eclipse/jetty/jetty-util/9.3.6.v20151106/jetty-util-9.3.6.v20151106.jar" + "https://repo.maven.apache.org/maven2 org/eclipse/jetty/jetty-util/9.3.6.v20151106/jetty-util-9.3.6.v20151106.pom" + "https://repo.maven.apache.org/maven2 org/eclipse/jetty/jetty-webapp/9.3.6.v20151106/jetty-webapp-9.3.6.v20151106.jar" + "https://repo.maven.apache.org/maven2 org/eclipse/jetty/jetty-webapp/9.3.6.v20151106/jetty-webapp-9.3.6.v20151106.pom" + "https://repo.maven.apache.org/maven2 org/eclipse/jetty/jetty-xml/9.3.6.v20151106/jetty-xml-9.3.6.v20151106.jar" + "https://repo.maven.apache.org/maven2 org/eclipse/jetty/jetty-xml/9.3.6.v20151106/jetty-xml-9.3.6.v20151106.pom" + "https://repo.maven.apache.org/maven2 org/eclipse/jetty/websocket/websocket-api/9.3.6.v20151106/websocket-api-9.3.6.v20151106.jar" + "https://repo.maven.apache.org/maven2 org/eclipse/jetty/websocket/websocket-api/9.3.6.v20151106/websocket-api-9.3.6.v20151106.pom" + "https://repo.maven.apache.org/maven2 org/eclipse/jetty/websocket/websocket-client/9.3.6.v20151106/websocket-client-9.3.6.v20151106.jar" + "https://repo.maven.apache.org/maven2 org/eclipse/jetty/websocket/websocket-client/9.3.6.v20151106/websocket-client-9.3.6.v20151106.pom" + "https://repo.maven.apache.org/maven2 org/eclipse/jetty/websocket/websocket-common/9.3.6.v20151106/websocket-common-9.3.6.v20151106.jar" + "https://repo.maven.apache.org/maven2 org/eclipse/jetty/websocket/websocket-common/9.3.6.v20151106/websocket-common-9.3.6.v20151106.pom" + "https://repo.maven.apache.org/maven2 org/eclipse/jetty/websocket/websocket-parent/9.3.6.v20151106/websocket-parent-9.3.6.v20151106.pom" + "https://repo.maven.apache.org/maven2 org/eclipse/jetty/websocket/websocket-server/9.3.6.v20151106/websocket-server-9.3.6.v20151106.jar" + "https://repo.maven.apache.org/maven2 org/eclipse/jetty/websocket/websocket-server/9.3.6.v20151106/websocket-server-9.3.6.v20151106.pom" + "https://repo.maven.apache.org/maven2 org/eclipse/jetty/websocket/websocket-servlet/9.3.6.v20151106/websocket-servlet-9.3.6.v20151106.jar" + "https://repo.maven.apache.org/maven2 org/eclipse/jetty/websocket/websocket-servlet/9.3.6.v20151106/websocket-servlet-9.3.6.v20151106.pom" + "https://repo.maven.apache.org/maven2 org/fxmisc/easybind/easybind/1.0.3/easybind-1.0.3.jar" + "https://repo.maven.apache.org/maven2 org/fxmisc/easybind/easybind/1.0.3/easybind-1.0.3.pom" + "https://repo.maven.apache.org/maven2 org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar" + "https://repo.maven.apache.org/maven2 org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom" + "https://repo.maven.apache.org/maven2 org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom" + "https://repo.maven.apache.org/maven2 org/iq80/snappy/snappy/0.4/snappy-0.4.jar" + "https://repo.maven.apache.org/maven2 org/iq80/snappy/snappy/0.4/snappy-0.4.pom" + "https://repo.maven.apache.org/maven2 org/jdom/jdom/1.1.3/jdom-1.1.3.jar" + "https://repo.maven.apache.org/maven2 org/jdom/jdom/1.1.3/jdom-1.1.3.pom" + "https://repo.maven.apache.org/maven2 org/jetbrains/annotations/13.0/annotations-13.0.jar" + "https://repo.maven.apache.org/maven2 org/jetbrains/annotations/13.0/annotations-13.0.pom" + "https://repo.maven.apache.org/maven2 org/jetbrains/kotlin/kotlin-stdlib/1.1.51/kotlin-stdlib-1.1.51.jar" + "https://repo.maven.apache.org/maven2 org/jetbrains/kotlin/kotlin-stdlib/1.1.51/kotlin-stdlib-1.1.51.pom" + "https://repo.maven.apache.org/maven2 org/jetbrains/kotlin/kotlin-stdlib-jre7/1.1.51/kotlin-stdlib-jre7-1.1.51.jar" + "https://repo.maven.apache.org/maven2 org/jetbrains/kotlin/kotlin-stdlib-jre7/1.1.51/kotlin-stdlib-jre7-1.1.51.pom" + "https://repo.maven.apache.org/maven2 org/jetbrains/kotlin/kotlin-stdlib-jre8/1.1.51/kotlin-stdlib-jre8-1.1.51.jar" + "https://repo.maven.apache.org/maven2 org/jetbrains/kotlin/kotlin-stdlib-jre8/1.1.51/kotlin-stdlib-jre8-1.1.51.pom" + "https://repo.maven.apache.org/maven2 org/jmockit/jmockit/1.30/jmockit-1.30.jar" + "https://repo.maven.apache.org/maven2 org/jmockit/jmockit/1.30/jmockit-1.30.pom" + "https://repo.maven.apache.org/maven2 org/mockito/mockito-core/2.7.5/mockito-core-2.7.5.jar" + "https://repo.maven.apache.org/maven2 org/mockito/mockito-core/2.7.5/mockito-core-2.7.5.pom" + "https://repo.maven.apache.org/maven2 org/objenesis/objenesis/2.5/objenesis-2.5.jar" + "https://repo.maven.apache.org/maven2 org/objenesis/objenesis/2.5/objenesis-2.5.pom" + "https://repo.maven.apache.org/maven2 org/objenesis/objenesis/2.6/objenesis-2.6.pom" + "https://repo.maven.apache.org/maven2 org/objenesis/objenesis-parent/2.5/objenesis-parent-2.5.pom" + "https://repo.maven.apache.org/maven2 org/objenesis/objenesis-parent/2.6/objenesis-parent-2.6.pom" + "https://repo.maven.apache.org/maven2 org/ow2/asm/asm/5.0.2/asm-5.0.2.jar" + "https://repo.maven.apache.org/maven2 org/ow2/asm/asm/5.0.2/asm-5.0.2.pom" + "https://repo.maven.apache.org/maven2 org/ow2/asm/asm/6.0_BETA/asm-6.0_BETA.jar" + "https://repo.maven.apache.org/maven2 org/ow2/asm/asm/6.0_BETA/asm-6.0_BETA.pom" + "https://repo.maven.apache.org/maven2 org/ow2/asm/asm-analysis/6.0_BETA/asm-analysis-6.0_BETA.jar" + "https://repo.maven.apache.org/maven2 org/ow2/asm/asm-analysis/6.0_BETA/asm-analysis-6.0_BETA.pom" + "https://repo.maven.apache.org/maven2 org/ow2/asm/asm-commons/6.0_BETA/asm-commons-6.0_BETA.jar" + "https://repo.maven.apache.org/maven2 org/ow2/asm/asm-commons/6.0_BETA/asm-commons-6.0_BETA.pom" + "https://repo.maven.apache.org/maven2 org/ow2/asm/asm-parent/5.0.2/asm-parent-5.0.2.pom" + "https://repo.maven.apache.org/maven2 org/ow2/asm/asm-parent/6.0_BETA/asm-parent-6.0_BETA.pom" + "https://repo.maven.apache.org/maven2 org/ow2/asm/asm-tree/6.0_BETA/asm-tree-6.0_BETA.jar" + "https://repo.maven.apache.org/maven2 org/ow2/asm/asm-tree/6.0_BETA/asm-tree-6.0_BETA.pom" + "https://repo.maven.apache.org/maven2 org/ow2/asm/asm-util/6.0_BETA/asm-util-6.0_BETA.jar" + "https://repo.maven.apache.org/maven2 org/ow2/asm/asm-util/6.0_BETA/asm-util-6.0_BETA.pom" + "https://repo.maven.apache.org/maven2 org/ow2/ow2/1.3/ow2-1.3.pom" + "https://repo.maven.apache.org/maven2 org/projectlombok/lombok/1.16.16/lombok-1.16.16.jar" + "https://repo.maven.apache.org/maven2 org/projectlombok/lombok/1.16.16/lombok-1.16.16.pom" + "https://repo.maven.apache.org/maven2 org/reactfx/reactfx/2.0-M3/reactfx-2.0-M3.jar" + "https://repo.maven.apache.org/maven2 org/reactfx/reactfx/2.0-M3/reactfx-2.0-M3.pom" + "https://repo.maven.apache.org/maven2 org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.jar" + "https://repo.maven.apache.org/maven2 org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.pom" + "https://repo.maven.apache.org/maven2 org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.jar" + "https://repo.maven.apache.org/maven2 org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.pom" + "https://repo.maven.apache.org/maven2 org/slf4j/slf4j-api/1.7.13/slf4j-api-1.7.13.pom" + "https://repo.maven.apache.org/maven2 org/slf4j/slf4j-api/1.7.22/slf4j-api-1.7.22.jar" + "https://repo.maven.apache.org/maven2 org/slf4j/slf4j-api/1.7.22/slf4j-api-1.7.22.pom" + "https://repo.maven.apache.org/maven2 org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar" + "https://repo.maven.apache.org/maven2 org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.pom" + "https://repo.maven.apache.org/maven2 org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.jar" + "https://repo.maven.apache.org/maven2 org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.pom" + "https://repo.maven.apache.org/maven2 org/slf4j/slf4j-parent/1.5.6/slf4j-parent-1.5.6.pom" + "https://repo.maven.apache.org/maven2 org/slf4j/slf4j-parent/1.7.13/slf4j-parent-1.7.13.pom" + "https://repo.maven.apache.org/maven2 org/slf4j/slf4j-parent/1.7.22/slf4j-parent-1.7.22.pom" + "https://repo.maven.apache.org/maven2 org/slf4j/slf4j-parent/1.7.5/slf4j-parent-1.7.5.pom" + "https://repo.maven.apache.org/maven2 org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar" + "https://repo.maven.apache.org/maven2 org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom" + "https://repo.maven.apache.org/maven2 org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar" + "https://repo.maven.apache.org/maven2 org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom" + "https://repo.maven.apache.org/maven2 org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom" + "https://repo.maven.apache.org/maven2 org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar" + "https://repo.maven.apache.org/maven2 org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom" + "https://repo.maven.apache.org/maven2 org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar" + "https://repo.maven.apache.org/maven2 org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom" + "https://repo.maven.apache.org/maven2 org/sonatype/forge/forge-parent/10/forge-parent-10.pom" + "https://repo.maven.apache.org/maven2 org/sonatype/forge/forge-parent/3/forge-parent-3.pom" + "https://repo.maven.apache.org/maven2 org/sonatype/forge/forge-parent/4/forge-parent-4.pom" + "https://repo.maven.apache.org/maven2 org/sonatype/forge/forge-parent/5/forge-parent-5.pom" + "https://repo.maven.apache.org/maven2 org/sonatype/forge/forge-parent/6/forge-parent-6.pom" + "https://repo.maven.apache.org/maven2 org/sonatype/forge/forge-parent/7/forge-parent-7.pom" + "https://repo.maven.apache.org/maven2 org/sonatype/oss/oss-parent/7/oss-parent-7.pom" + "https://repo.maven.apache.org/maven2 org/sonatype/oss/oss-parent/9/oss-parent-9.pom" + "https://repo.maven.apache.org/maven2 org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.jar" + "https://repo.maven.apache.org/maven2 org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.pom" + "https://repo.maven.apache.org/maven2 org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.jar" + "https://repo.maven.apache.org/maven2 org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.pom" + "https://repo.maven.apache.org/maven2 org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar" + "https://repo.maven.apache.org/maven2 org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom" + "https://repo.maven.apache.org/maven2 org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar" + "https://repo.maven.apache.org/maven2 org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom" + "https://repo.maven.apache.org/maven2 org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom" + "https://repo.maven.apache.org/maven2 org/sonatype/sisu/inject/guice-bean/2.1.1/guice-bean-2.1.1.pom" + "https://repo.maven.apache.org/maven2 org/sonatype/sisu/inject/guice-parent/2.9.4/guice-parent-2.9.4.pom" + "https://repo.maven.apache.org/maven2 org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom" + "https://repo.maven.apache.org/maven2 org/sonatype/sisu/inject/guice-plexus/2.1.1/guice-plexus-2.1.1.pom" + "https://repo.maven.apache.org/maven2 org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar" + "https://repo.maven.apache.org/maven2 org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom" + "https://repo.maven.apache.org/maven2 org/sonatype/sisu/sisu-guice/2.9.4/sisu-guice-2.9.4-no_aop.jar" + "https://repo.maven.apache.org/maven2 org/sonatype/sisu/sisu-guice/2.9.4/sisu-guice-2.9.4.pom" + "https://repo.maven.apache.org/maven2 org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom" + "https://repo.maven.apache.org/maven2 org/sonatype/sisu/sisu-inject/2.1.1/sisu-inject-2.1.1.pom" + "https://repo.maven.apache.org/maven2 org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar" + "https://repo.maven.apache.org/maven2 org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom" + "https://repo.maven.apache.org/maven2 org/sonatype/sisu/sisu-inject-bean/2.1.1/sisu-inject-bean-2.1.1.jar" + "https://repo.maven.apache.org/maven2 org/sonatype/sisu/sisu-inject-bean/2.1.1/sisu-inject-bean-2.1.1.pom" + "https://repo.maven.apache.org/maven2 org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar" + "https://repo.maven.apache.org/maven2 org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom" + "https://repo.maven.apache.org/maven2 org/sonatype/sisu/sisu-inject-plexus/2.1.1/sisu-inject-plexus-2.1.1.jar" + "https://repo.maven.apache.org/maven2 org/sonatype/sisu/sisu-inject-plexus/2.1.1/sisu-inject-plexus-2.1.1.pom" + "https://repo.maven.apache.org/maven2 org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom" + "https://repo.maven.apache.org/maven2 org/sonatype/sisu/sisu-parent/2.1.1/sisu-parent-2.1.1.pom" + "https://repo.maven.apache.org/maven2 org/sonatype/spice/spice-parent/10/spice-parent-10.pom" + "https://repo.maven.apache.org/maven2 org/sonatype/spice/spice-parent/12/spice-parent-12.pom" + "https://repo.maven.apache.org/maven2 org/sonatype/spice/spice-parent/15/spice-parent-15.pom" + "https://repo.maven.apache.org/maven2 org/sonatype/spice/spice-parent/16/spice-parent-16.pom" + "https://repo.maven.apache.org/maven2 org/sonatype/spice/spice-parent/17/spice-parent-17.pom" + "https://repo.maven.apache.org/maven2 org/springframework/spring-core/4.1.1.RELEASE/spring-core-4.1.1.RELEASE.jar" + "https://repo.maven.apache.org/maven2 org/springframework/spring-core/4.3.6.RELEASE/spring-core-4.3.6.RELEASE.jar" + "https://repo.maven.apache.org/maven2 org/springframework/spring-core/4.3.6.RELEASE/spring-core-4.3.6.RELEASE.pom" + "https://repo.maven.apache.org/maven2 org/springframework/spring-test/4.1.1.RELEASE/spring-test-4.1.1.RELEASE.jar" + "https://repo.maven.apache.org/maven2 org/springframework/spring-test/4.3.6.RELEASE/spring-test-4.3.6.RELEASE.jar" + "https://repo.maven.apache.org/maven2 org/springframework/spring-test/4.3.6.RELEASE/spring-test-4.3.6.RELEASE.pom" + "https://repo.maven.apache.org/maven2 org/tukaani/xz/1.5/xz-1.5.jar" + "https://repo.maven.apache.org/maven2 org/tukaani/xz/1.5/xz-1.5.pom" + "https://repo.maven.apache.org/maven2 org/tukaani/xz/1.6/xz-1.6.jar" + "https://repo.maven.apache.org/maven2 org/tukaani/xz/1.6/xz-1.6.pom" + "https://repo.maven.apache.org/maven2 org/vafer/jdependency/1.2/jdependency-1.2.jar" + "https://repo.maven.apache.org/maven2 org/vafer/jdependency/1.2/jdependency-1.2.pom" + "https://repo.maven.apache.org/maven2 org/xolstice/maven/plugins/protobuf-maven-plugin/0.5.0/protobuf-maven-plugin-0.5.0.jar" + "https://repo.maven.apache.org/maven2 org/xolstice/maven/plugins/protobuf-maven-plugin/0.5.0/protobuf-maven-plugin-0.5.0.pom" + "https://repo.maven.apache.org/maven2 oro/oro/2.0.8/oro-2.0.8.jar" + "https://repo.maven.apache.org/maven2 oro/oro/2.0.8/oro-2.0.8.pom" + "https://repo.maven.apache.org/maven2 sslext/sslext/1.2-0/sslext-1.2-0.jar" + "https://repo.maven.apache.org/maven2 sslext/sslext/1.2-0/sslext-1.2-0.pom" + "https://repo.maven.apache.org/maven2 uk/co/froot/maven/enforcer/digest-enforcer-parent/0.0.1/digest-enforcer-parent-0.0.1.pom" + "https://repo.maven.apache.org/maven2 uk/co/froot/maven/enforcer/digest-enforcer-rules/0.0.1/digest-enforcer-rules-0.0.1.jar" + "https://repo.maven.apache.org/maven2 uk/co/froot/maven/enforcer/digest-enforcer-rules/0.0.1/digest-enforcer-rules-0.0.1.pom" + "https://repo.maven.apache.org/maven2 xerces/xercesImpl/2.9.1/xercesImpl-2.9.1.jar" + "https://repo.maven.apache.org/maven2 xerces/xercesImpl/2.9.1/xercesImpl-2.9.1.pom" + "https://repo.maven.apache.org/maven2 xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.pom" + "https://repo.maven.apache.org/maven2 xml-apis/xml-apis/1.3.04/xml-apis-1.3.04.jar" + "https://repo.maven.apache.org/maven2 xml-apis/xml-apis/1.3.04/xml-apis-1.3.04.pom" +) + +__set_vendor_uri() { + local lib + for lib in "${EMAVEN_VENDOR[@]}"; do + SRC_URI+=" ${lib%% *}/${lib##* }" + done +} + +__set_vendor_uri +unset -f __set_vendor_uri + +pkg_setup() { + java-pkg_init +} + +src_unpack() { + unpack "${P}.tar.gz" + local d f maven_basedir="${T}/m2" + mkdir -p "${maven_basedir}" || die + for f in "${EMAVEN_VENDOR[@]}"; do + f=${f##* } + d=${f%/*} + f=${f##*/} + mkdir -p "${maven_basedir}"/"${d}" || die + cp "${DISTDIR}/${f}" "${maven_basedir}/${d}/" || die + done +} + +src_prepare() { + sed -e 's:/path/to/local/repo:'${T}/m2':g' -e 's:" + eerror " Block devices --->" + eerror " [ ] Loopback device support" + fi + fi + fi + fi + +} + +src_prepare() { + # Update paths + sed -e "s|/sbin/lsmod|/bin/lsmod|" \ + -e "s|/usr/bin/scsi-rescan|/usr/sbin/rescan-scsi-bus|" \ + -e "s|/sbin/parted|/usr/sbin/parted|" \ + -i scripts/common.sh.in + + autotools-utils_src_prepare +} + +src_configure() { + use custom-cflags || strip-flags + local myeconfargs=( + --bindir="${EPREFIX}/bin" + --sbindir="${EPREFIX}/sbin" + --with-config=user + --with-dracutdir="/usr/$(get_libdir)/dracut" + --with-linux="${KV_DIR}" + --with-linux-obj="${KV_OUT_DIR}" + --with-udevdir="$(get_udevdir)" + --with-blkid + $(use_enable debug) + ) + autotools-utils_src_configure + + # prepare systemd unit and helper script + cat "${FILESDIR}/zfs.service.in" | \ + sed -e "s:@sbindir@:${EPREFIX}/sbin:g" \ + -e "s:@sysconfdir@:${EPREFIX}/etc:g" \ + > "${T}/zfs.service" || die + cat "${FILESDIR}/zfs-init.sh.in" | \ + sed -e "s:@sbindir@:${EPREFIX}/sbin:g" \ + -e "s:@sysconfdir@:${EPREFIX}/etc:g" \ + > "${T}/zfs-init.sh" || die +} + +src_install() { + autotools-utils_src_install + gen_usr_ldscript -a uutil nvpair zpool zfs zfs_core + use test-suite || rm -rf "${ED}usr/share/zfs" + + newbashcomp "${FILESDIR}/bash-completion-r1" zfs + bashcomp_alias zfs zpool + + exeinto /usr/libexec + doexe "${T}/zfs-init.sh" + systemd_dounit "${T}/zfs.service" +} + +pkg_postinst() { + if ! use kernel-builtin && [ ${PV} = "9999" ] + then + einfo "Adding ${P} to the module database to ensure that the" + einfo "kernel modules and userland utilities stay in sync." + update_moduledb + fi + + if [ -e "${EROOT}etc/runlevels/boot/zfs" ] + then + einfo 'The zfs boot script has been split into the zfs-import,' + einfo 'zfs-mount and zfs-share scripts.' + einfo + einfo 'You had the zfs script in your boot runlevel. For your' + einfo 'convenience, it has been automatically removed and the three' + einfo 'scripts that replace it have been configured to start.' + einfo 'The zfs-import and zfs-mount scripts have been added to the boot' + einfo 'runlevel while the zfs-share script is in the default runlevel.' + + rm "${EROOT}etc/runlevels/boot/zfs" + ln -snf "${EROOT}etc/init.d/zfs-import" \ + "${EROOT}etc/runlevels/boot/zfs-import" + ln -snf "${EROOT}etc/init.d/zfs-mount" \ + "${EROOT}etc/runlevels/boot/zfs-mount" + ln -snf "${EROOT}etc/init.d/zfs-share" \ + "${EROOT}etc/runlevels/default/zfs-share" + else + [ -e "${EROOT}etc/runlevels/boot/zfs-import" ] || \ + einfo "You should add zfs-import to the boot runlevel." + [ -e "${EROOT}etc/runlevels/boot/zfs-mount" ] || \ + einfo "You should add zfs-mount to the boot runlevel." + [ -e "${EROOT}etc/runlevels/default/zfs-share" ] || \ + einfo "You should add zfs-share to the default runlevel." + fi + + if [ -e "${EROOT}etc/runlevels/default/zed" ] + then + einfo 'The downstream OpenRC zed script has replaced by the upstream' + einfo 'OpenRC zfs-zed script.' + einfo + einfo 'You had the zed script in your default runlevel. For your' + einfo 'convenience, it has been automatically removed and the zfs-zed' + einfo 'script that replaced it has been configured to start.' + + rm "${EROOT}etc/runlevels/boot/zed" + ln -snf "${EROOT}etc/init.d/zfs-sed" \ + "${EROOT}etc/runlevels/default/zfs-zed" + else + [ -e "${EROOT}etc/runlevels/default/zfs-zed" ] || \ + einfo "You should add zfs-zed to the default runlevel." + fi + + if [ -e "${EROOT}etc/runlevels/shutdown/zfs-shutdown" ] + then + einfo "The zfs-shutdown script is obsolete. Removing it from runlevel." + rm "${EROOT}etc/runlevels/shutdown/zfs-shutdown" + fi + +} + +pkg_postrm() { + if ! use kernel-builtin && [ ${PV} = "9999" ] + then + remove_moduledb + fi +} diff --git a/sys-kernel/Manifest.gz b/sys-kernel/Manifest.gz index 224233e55ccf..eba5148312af 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 e2dbd310400e..da51b8ca619e 100644 --- a/sys-kernel/gentoo-sources/Manifest +++ b/sys-kernel/gentoo-sources/Manifest @@ -19,12 +19,6 @@ DIST genpatches-4.12-14.extras.tar.xz 17360 BLAKE2B 4eea1e0375ace3489e9129eca57a DIST genpatches-4.12-15.base.tar.xz 247556 BLAKE2B 357bb71d10618597e85ff7eec528a3555a1444d8946cf98fb362f91de82aaafee76346c97882cded03f52ed05564e84d25c36b00f11d8caa3cba577a89f40e52 SHA512 abd9f433fd6247fde9bd9c6655bd6cb90d56d4b3df6fed7f86872ff620f8502a7d277bd418c7d5d1667c792f85eb568b2cebe981cbd8bf4e4b7d7c3746e33d22 DIST genpatches-4.12-15.experimental.tar.xz 5188 BLAKE2B 84d57dc972407bd00a68b134366772d7711d3bb69614a1e9523c6bc44b8cfc4fb161590c9c5965c53fb0b60f400a47ca580ddb3929c3d116e18a7dc4131e5359 SHA512 af85f2724f767062c06acefb230db5eaae6ae65c68b8d0ba52f7ea9f13cf07adc277929bc9a4e3532ec680c5c0d270d92f1786a21303390e33f41e592d9761c3 DIST genpatches-4.12-15.extras.tar.xz 17340 BLAKE2B c4943b4e49ace480d17ea789ff1687028b8a4c75fcac84d74a46575fb33bda001e87f29e6bb5e22857b45be188614228def71def1e6933f4724ce60bf4e1c7c2 SHA512 9080bff5dde940c4c96e18e9fd2a6b29946511424cd5bf6c7467efd7d1301a7401155514d97fa5a890339ba84525f36f7a4c272fece3faae3dfaaf24d1498ac1 -DIST genpatches-4.13-18.base.tar.xz 273920 BLAKE2B a399354f7f7d6aedea1c0a16821d79a06c7cb560f66fc4da680dc59cb63d0d4d1b15a94d00c682b42e3123bec5930f70180c7dc6a4122c726736108734642193 SHA512 3164f77eef84977602beed2acc59739d8d8ed99a0e9ea02a1f9a1e8ba95b35c8e7566e020ea88ed73f6bb0d359daa207d9e08d6cecf9cebe9b93fb86ff6280ac -DIST genpatches-4.13-18.experimental.tar.xz 5180 BLAKE2B 041818f6cae40ec0f39d6b696c67471671036f521d033e5165fc77b3fb8901c49da7f52ac96f0fc057bd076bd068024d82cac9abe311ce78ddf7553c0d4c2f55 SHA512 09a53e6b53c20ddc857b7ff7001be326adacf9d24a565922c8ceae35a98e9a5a1bd214fd6a227115ea90436d3504154cd6ae3e47e5eac270f220ec16255b16ca -DIST genpatches-4.13-18.extras.tar.xz 17408 BLAKE2B 863c54f3451fff15f51bd65ea9ff1c2f6e42f587323c1251e8e5f1c3edec2653c079b87a87da1358bd06116a49986e5c347a761020d3966198d7a5371ec03524 SHA512 eb0505e6f54051ca3f1cdf3070092d5e78831a649582021a19878d6ada2d47d0c960d1726201c0d276a2eb4eed2ed72dd162dbc0ce0185a82f4a4e9580e7c804 -DIST genpatches-4.13-19.base.tar.xz 281648 BLAKE2B b2dded0ed572fcce3f2b0e361732edad617728eac80a8febe2f2fc8f01faf9de3ded6d392bfa7bfaa7b0c221d292bf902c18d5961ad80db3a7d62e8754c84e97 SHA512 a3c26828df68e1e7595f47612f6a54d7e773feafa3e4ee2fdd0592d74c6e13bd3c50195696408a7d53a10f59e70072626b982f42b678d64bfce055100eb48307 -DIST genpatches-4.13-19.experimental.tar.xz 5180 BLAKE2B 8641931516f97fb88415f6d1496ec3c68efb75bd188f77746068e35d011f71c3ff7246dd2f427eed905ceb3db06327a31678179457280b2f82e7290d1821e4ab SHA512 cf8feb8cea668f2f94b85e211274a186631193f0f0ee2bc8d5c51e8b7a159d0ff9f79e484ca90163de44c1a024e973b69ac4d6730c7aae15c60bab44854c0db1 -DIST genpatches-4.13-19.extras.tar.xz 17404 BLAKE2B 351c85e48c7757bf2bf99cdd8deff6a7a9aee3b5d122a43ec38c4339b1c1ff71fa8a1d7cdee980823d69699a699ea20d0e0fc30011e6b47df905834473f656de SHA512 e3ff1ed750609e8e2625bb97c348e84b0e19577cf382a393d7bdcacd4a8dea8dc605afee8e60b162d08781df2bdb9d380004550c6f46c0b93e274057d2322d3f DIST genpatches-4.14-10.base.tar.xz 227892 BLAKE2B b800d810427d3da4ba219afdbab9cc50f982c4e6b00afe0648ef1ce211b18bdc9349cb0f8b80a701268874b71a3f6374670d8f76346e317a09276a2e1c044d20 SHA512 d799978f7c8a0addcdb52b396267c53544f3d20b407387c62f503b16fec415e0af0ada396358f042b4e3602fab39ef404aa0a893f6b7ff596ece130a76f2fb03 DIST genpatches-4.14-10.experimental.tar.xz 5180 BLAKE2B 5489b6157fdef6874f224f97d6fcaae34799b385a3b4ca3e57764413d2e48b63fe33c6a9749754ade1e4b7e25dd5928cb6a5e1ec11adca3ae4afd49b1fad84bc SHA512 cd2e4f7957e79d766df7e5d4c2dff4d95ee85e96759c4995083edfb7bb76b86139916cf83718a46860af4d78f82f6e4e6ef24422f0c6d329c4e002d0ade443bc DIST genpatches-4.14-10.extras.tar.xz 17496 BLAKE2B 0f076c8fce10e1a7e3845c185e88725962813303a9c62c517330055f0d3aca27b5c839897b61802df3d91cf9b9001f8c3d303b2d381e969a4d177bc4a116202a SHA512 54084331894549a80a72a7095662611762f1b6516c4d34919be4e313a8c0fcfa6bd42997a447bc739aa7ba1f07f66c579c9c2e105710a5b42c9b0ddb85485d79 @@ -64,7 +58,6 @@ DIST genpatches-4.9-73.extras.tar.xz 17356 BLAKE2B a16dbd34ef4d3d50c370561776896 DIST linux-3.10.tar.xz 73175088 BLAKE2B d73c3ad78054f049c6ba78e74b99fbdbbcafe4937bc6254bef407b770d44f05723cd05ca1c6bce16bae9c1150d8ade8e7221a66b8fb761502fd53db6ee33c58f SHA512 5fb109fcbd59bf3dffc911b853894f0a84afa75151368f783a1252c5ff60c7a1504de216c0012be446df983e2dea400ad8eeed3ce04f24dc61d0ef76c174dc35 DIST linux-4.1.tar.xz 83017828 BLAKE2B d1dc4e458db191f16306b3d2d7eb60ef5e04307406c769cccdd88beb407f8de228ab1f095a44d6e992b06d01cd896fda31dec1cdf16667f4ca0b628da594aee3 SHA512 168ef84a4e67619f9f53f3574e438542a5747f9b43443363cb83597fcdac9f40d201625c66e375a23226745eaada9176eb006ca023613cec089349e91751f3c0 DIST linux-4.12.tar.xz 99186576 BLAKE2B 02d031c7f2f29849c06a6b5b589af78bc486a05a758267e47f2ff16844ae8ca701fff53cb859fcc105f7ea92c0769acf8d7f7cc116444c15235ef4d63cadc8c0 SHA512 8e81b41b253e63233e92948941f44c6482acb52aa3a3fd172f03a38a86f2c35b2ad4fd407acd1bc3964673eba344fe104d3a03e3ff4bf9cd1f22bd44263bd728 -DIST linux-4.13.tar.xz 100579888 BLAKE2B 2f8be07d403071b097b019c43fa332bc7d4805dee633a6fdffe5a99d5475015ca9e4881e7f4cbfd36f8c451bacf423436364ea3d9f25b8723a29a178dededb2b SHA512 a557c2f0303ae618910b7106ff63d9978afddf470f03cb72aa748213e099a0ecd5f3119aea6cbd7b61df30ca6ef3ec57044d524b7babbaabddf8b08b8bafa7d2 DIST linux-4.14.tar.xz 100770500 BLAKE2B 85dc4aa953fe65e273a24473d8de98e4f204f97c43be9fc87cf5be01f796f94cfde5c8f9c84619751f1cac51f83ce0b4681fb19c5f2965a72d4a94fe5577846a SHA512 77e43a02d766c3d73b7e25c4aafb2e931d6b16e870510c22cef0cdb05c3acb7952b8908ebad12b10ef982c6efbe286364b1544586e715cf38390e483927904d8 DIST linux-4.4.tar.xz 87295988 BLAKE2B f260f1858994f5d481fd078c86e51bddbc958f7c5d1586f60dced772e1b1107ecf3aae0558c3e6f39c36f7d3aa1e6cd1e5c64ec9d6f2218f47b98413da6466fb SHA512 13c8459933a8b80608e226a1398e3d1848352ace84bcfb7e6a4a33cb230bbe1ab719d4b58e067283df91ce5311be6d2d595fc8c19e2ae6ecc652499415614b3e DIST linux-4.9.tar.xz 93192404 BLAKE2B 83ae310b17d47f1f18d6d28537c31e10f3e60458c5954c4611158ca99e71cc0da2e051272eabf27d5887df4a7cb4a5dd66ff993077c11d2221e92d300a0b48d7 SHA512 bf67ff812cc3cb7e5059e82cc5db0d9a7c5637f7ed9a42e4730c715bf7047c81ed3a571225f92a33ef0b6d65f35595bc32d773356646df2627da55e9bc7f1f1a diff --git a/sys-kernel/gentoo-sources/gentoo-sources-4.13.15.ebuild b/sys-kernel/gentoo-sources/gentoo-sources-4.13.15.ebuild deleted file mode 100644 index 40b91baf81dd..000000000000 --- a/sys-kernel/gentoo-sources/gentoo-sources-4.13.15.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="6" -ETYPE="sources" -K_WANT_GENPATCHES="base extras experimental" -K_GENPATCHES_VER="18" - -inherit kernel-2 -detect_version -detect_arch - -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" -HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches" -IUSE="experimental" - -DESCRIPTION="Full sources including the Gentoo patchset for the ${KV_MAJOR}.${KV_MINOR} kernel tree" -SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI}" - -pkg_postinst() { - kernel-2_pkg_postinst - einfo "For more info on this patchset, and how to report problems, see:" - einfo "${HOMEPAGE}" -} - -pkg_postrm() { - kernel-2_pkg_postrm -} diff --git a/sys-kernel/gentoo-sources/gentoo-sources-4.13.16.ebuild b/sys-kernel/gentoo-sources/gentoo-sources-4.13.16.ebuild deleted file mode 100644 index 6ab34ceb8611..000000000000 --- a/sys-kernel/gentoo-sources/gentoo-sources-4.13.16.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="6" -ETYPE="sources" -K_WANT_GENPATCHES="base extras experimental" -K_GENPATCHES_VER="19" - -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.14.8-r1.ebuild b/sys-kernel/gentoo-sources/gentoo-sources-4.14.8-r1.ebuild index 67c6e4feb86e..58283d68afaa 100644 --- a/sys-kernel/gentoo-sources/gentoo-sources-4.14.8-r1.ebuild +++ b/sys-kernel/gentoo-sources/gentoo-sources-4.14.8-r1.ebuild @@ -10,7 +10,7 @@ inherit kernel-2 detect_version detect_arch -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ppc64 ~s390 ~sh sparc x86" HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches" IUSE="experimental" diff --git a/sys-kernel/git-sources/Manifest b/sys-kernel/git-sources/Manifest index bdab613a34e0..76978972f006 100644 --- a/sys-kernel/git-sources/Manifest +++ b/sys-kernel/git-sources/Manifest @@ -3,3 +3,4 @@ DIST patch-4.15-rc1.patch 43506905 BLAKE2B b6126c5f86574042d1c1dc3f305eea3453b24 DIST patch-4.15-rc2.patch 44097969 BLAKE2B b0ebb776063a83eda0dab583a4c53cb19366dcc50ac32dc12eb7de7a033a8b8671f66f587ad34a62864958d111e16e1efe336e8fef0b6b188bccaaecce8d9451 SHA512 a1833e28b7e513c71c6a14e3caf6c1709ebb2c4cb9804ec31a4d0afd2a6b3f339f5fd6523197459f6a96d0b9b4ba4885e188a88365b1d195a8e38ced3c2910cb DIST patch-4.15-rc3.patch 45281665 BLAKE2B ff9051f836b8efeaa0c356a58221f5464413807dbe5c5e2b879e6b57f0ee67da1ab1b245f10de95db4054d3b20c799d3b30b8f6573a118172b38939d4b09575a SHA512 871bd2804f50ab732c73c67e9d41daa3f1bc427c00d846be06068155e5f2fb0e3a6b0941d949e8488f6b987953dd8ee06f23f34d676d567cadabae894f9b1025 DIST patch-4.15-rc4.patch 45578434 BLAKE2B cddb2beb403d3cbd0d0d98218dad90078fba989e386f5926af97cffdbcc5d5e1cb7c2d71aba428e4ed85e3c61811ee91d14d5864de6b1f88acad1eba9da28841 SHA512 378f693d76ee16043da844e9cd053bbfe086c31025ea8d295803845c9d71b1a310c816238703bae81ecbe76dbe45cc69bc007f0b3e7ff6d8eb9dbf621c401847 +DIST patch-4.15-rc5.patch 45928364 BLAKE2B 0e798993916680abae0ec40c4bc3128b4b79fd267a6c22448e2cf4bf574aed1b923681a406cf9f48ea1902df2a95f0962d8a300402cccb7dfc1fb9932c9fb6fa SHA512 90d19f5d373e9368d6346c047754a0cdc6e53072da63a533a49cadc8a7ed14e6eebfe109d8be6642f820398626a25d6e75577fcf59e9a9902c4e959fcc470604 diff --git a/sys-kernel/git-sources/git-sources-4.15_rc5.ebuild b/sys-kernel/git-sources/git-sources-4.15_rc5.ebuild new file mode 100644 index 000000000000..163014d38b8d --- /dev/null +++ b/sys-kernel/git-sources/git-sources-4.15_rc5.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI="5" +UNIPATCH_STRICTORDER="yes" +K_NOUSENAME="yes" +K_NOSETEXTRAVERSION="yes" +K_NOUSEPR="yes" +K_SECURITY_UNSUPPORTED="1" +K_BASE_VER="4.14" +K_EXP_GENPATCHES_NOUSE="1" +K_FROM_GIT="yes" +ETYPE="sources" +CKV="${PVR/-r/-git}" + +# only use this if it's not an _rc/_pre release +[ "${PV/_pre}" == "${PV}" ] && [ "${PV/_rc}" == "${PV}" ] && OKV="${PV}" +inherit kernel-2 +detect_version + +DESCRIPTION="The very latest -git version of the Linux kernel" +HOMEPAGE="https://www.kernel.org" +SRC_URI="${KERNEL_URI}" + +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +IUSE="" + +K_EXTRAEINFO="This kernel is not supported by Gentoo due to its unstable and +experimental nature. If you have any issues, try a matching vanilla-sources +ebuild -- if the problem is not there, please contact the upstream kernel +developers at https://bugzilla.kernel.org and on the linux-kernel mailing list to +report the problem so it can be fixed in time for the next kernel release." + +RDEPEND="" +DEPEND="${RDEPEND} + >=sys-devel/patch-2.7.5" + +pkg_postinst() { + postinst_sources +} diff --git a/sys-kernel/spl/Manifest b/sys-kernel/spl/Manifest index 025aa99de848..65587d311457 100644 --- a/sys-kernel/spl/Manifest +++ b/sys-kernel/spl/Manifest @@ -2,3 +2,4 @@ DIST spl-0.6.5.11.tar.gz 531710 BLAKE2B e89cb5a023d3f4b3949a385100b56e01c5fd0ff4 DIST spl-0.6.5.4-patches-p1.tar.xz 2020 BLAKE2B 82b836df5c18f68ebd967d5d33e65232167ff1c4b1da3998dadf49c1fd0ffad4a86fa418a30ba0ba106ee4baa190fc51dedabec68083af80e5eb5aa1b225dcc5 SHA512 2650f06bf23045bd2805ef58baa2561534373862e1fbbaf189cf93283aa8e18cbee989b4e81751b37da3058aeba357cf8e46db97331379e1b5eafde7faa33851 DIST spl-0.6.5.4.tar.gz 556298 BLAKE2B 142d92ece51f544ed53f8d15390a97469b322c0e8f16c6510eb72f69493a3489f98ead9fa4138765b364c22777ee0cb49a76c4d9b1c4ac4e5ce8c0e5dbfe9952 SHA512 a50d804008237820d6a8e7d938f6699df2966836ebedf0b6a4421f55bd6c24ae69e8f80eaf3aa2b7f6ed308983ab4ca11abfb32f98c8d070e4957b4802e00cac DIST spl-0.7.3.tar.gz 548434 BLAKE2B ecdf0b46d4e02f2ff7a06a68c87ee448502dd04a10720872ed52d594c6f6a80beac04d2a73c18cc8d5ea9ddd4c2ea30187f323f9bc972b4e59a310825b3fb054 SHA512 22d081449e699147f3bcd9791c89709196bb08cf3cd17cdd6fe2472fd9fb5011d6ea52e2c9c95be89d5cc46704b38a4ac57821584e1691b7bb8b0a705a6d78a1 +DIST spl-0.7.5.tar.gz 549272 BLAKE2B b645c68fa53e3e10a80788684efbeeafecb04753a1b515de32555943f372fa61c1c24cd7afac1cc646de572daa32f88c5b95662797a085c756519e03fdf3e46f SHA512 a797ddab6841cbe9c7eacc4f276537ecb5905a694604185044e98ed017b325367a1fdd1ea6830d29d4a21ed11a8d1ff0505bda7bbd2112418db319df128141a3 diff --git a/sys-kernel/spl/spl-0.7.5.ebuild b/sys-kernel/spl/spl-0.7.5.ebuild new file mode 100644 index 000000000000..515730e4bd78 --- /dev/null +++ b/sys-kernel/spl/spl-0.7.5.ebuild @@ -0,0 +1,110 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI="5" + +if [[ ${PV} == "9999" ]] ; then + AUTOTOOLS_AUTORECONF="1" + EGIT_REPO_URI="https://github.com/zfsonlinux/${PN}.git" + inherit git-r3 +else + SRC_URI="https://github.com/zfsonlinux/zfs/releases/download/zfs-${PV}/${P}.tar.gz" + KEYWORDS=" ~amd64" +fi + +inherit flag-o-matic linux-info linux-mod autotools-utils + +DESCRIPTION="The Solaris Porting Layer provides many of the Solaris kernel APIs" +HOMEPAGE="http://zfsonlinux.org/" + +LICENSE="GPL-2" +SLOT="0" +IUSE="custom-cflags debug" +RESTRICT="debug? ( strip ) test" + +COMMON_DEPEND="dev-lang/perl + virtual/awk" + +DEPEND="${COMMON_DEPEND}" + +RDEPEND="${COMMON_DEPEND} + !sys-devel/spl" + +AT_M4DIR="config" +AUTOTOOLS_IN_SOURCE_BUILD="1" +DOCS=( AUTHORS DISCLAIMER ) + +pkg_setup() { + linux-info_pkg_setup + CONFIG_CHECK=" + !DEBUG_LOCK_ALLOC + MODULES + KALLSYMS + !PAX_KERNEXEC_PLUGIN_METHOD_OR + !PAX_SIZE_OVERFLOW + ZLIB_DEFLATE + ZLIB_INFLATE + " + + use debug && CONFIG_CHECK="${CONFIG_CHECK} + FRAME_POINTER + DEBUG_INFO + !DEBUG_INFO_REDUCED + " + + kernel_is ge 2 6 32 || die "Linux 2.6.32 or newer required" + + [ ${PV} != "9999" ] && \ + { kernel_is le 4 14 || die "Linux 4.14 is the latest supported version."; } + + check_extra_config +} + +src_prepare() { + # Workaround for hard coded path + sed -i "s|/sbin/lsmod|/bin/lsmod|" "${S}/scripts/check.sh" || \ + die "Cannot patch check.sh" + + # splat is unnecessary unless we are debugging + use debug || { sed -e 's/^subdir-m += splat$//' -i "${S}/module/Makefile.in" || die ; } + + # Set module revision number + [ ${PV} != "9999" ] && \ + { sed -i "s/\(Release:\)\(.*\)1/\1\2${PR}-gentoo/" "${S}/META" || die "Could not set Gentoo release"; } + + autotools-utils_src_prepare +} + +src_configure() { + use custom-cflags || strip-flags + filter-ldflags -Wl,* + + set_arch_to_kernel + local myeconfargs=( + --bindir="${EPREFIX}/bin" + --sbindir="${EPREFIX}/sbin" + --with-config=all + --with-linux="${KV_DIR}" + --with-linux-obj="${KV_OUT_DIR}" + $(use_enable debug) + ) + autotools-utils_src_configure +} + +src_install() { + autotools-utils_src_install INSTALL_MOD_PATH="${INSTALL_MOD_PATH:-$EROOT}" +} + +pkg_postinst() { + linux-mod_pkg_postinst + + # Remove old modules + if [ -d "${EROOT}lib/modules/${KV_FULL}/addon/spl" ] + then + ewarn "${PN} now installs modules in ${EROOT}lib/modules/${KV_FULL}/extra/spl" + ewarn "Old modules were detected in ${EROOT}lib/modules/${KV_FULL}/addon/spl" + ewarn "Automatically removing old modules to avoid problems." + rm -r "${EROOT}lib/modules/${KV_FULL}/addon/spl" || die "Cannot remove modules" + rmdir --ignore-fail-on-non-empty "${EROOT}lib/modules/${KV_FULL}/addon" + fi +} diff --git a/sys-libs/Manifest.gz b/sys-libs/Manifest.gz index 38d67b61e214..f839eba37f70 100644 Binary files a/sys-libs/Manifest.gz and b/sys-libs/Manifest.gz differ diff --git a/sys-libs/glibc/glibc-2.25-r9.ebuild b/sys-libs/glibc/glibc-2.25-r9.ebuild index a82ae2ce8f57..62c5c1ac0cfd 100644 --- a/sys-libs/glibc/glibc-2.25-r9.ebuild +++ b/sys-libs/glibc/glibc-2.25-r9.ebuild @@ -9,7 +9,7 @@ DESCRIPTION="GNU libc6 (also called glibc2) C library" HOMEPAGE="https://www.gnu.org/software/libc/libc.html" LICENSE="LGPL-2.1+ BSD HPND ISC inner-net rc PCRE" -KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86" +KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86" RESTRICT="strip" # strip ourself #46186 EMULTILIB_PKG="true" diff --git a/sys-libs/libblockdev/libblockdev-2.14-r1.ebuild b/sys-libs/libblockdev/libblockdev-2.14-r1.ebuild index 0be5caad33d5..8f3472bebcc5 100644 --- a/sys-libs/libblockdev/libblockdev-2.14-r1.ebuild +++ b/sys-libs/libblockdev/libblockdev-2.14-r1.ebuild @@ -14,7 +14,7 @@ HOMEPAGE="https://github.com/rhinstaller/libblockdev" SRC_URI="https://github.com/rhinstaller/${PN}/archive/${MY_PV}.tar.gz -> ${MY_P}.tar.gz" LICENSE="LGPL-2+" SLOT="0" -KEYWORDS="amd64 ~arm64 ~ia64 ~ppc ~ppc64 x86" +KEYWORDS="amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 x86" IUSE="bcache +cryptsetup dmraid doc lvm kbd test" CDEPEND=" diff --git a/sys-libs/libblockdev/libblockdev-2.15-r1.ebuild b/sys-libs/libblockdev/libblockdev-2.15-r1.ebuild index 290bc81cfaac..73446ec8ac29 100644 --- a/sys-libs/libblockdev/libblockdev-2.15-r1.ebuild +++ b/sys-libs/libblockdev/libblockdev-2.15-r1.ebuild @@ -14,7 +14,7 @@ HOMEPAGE="https://github.com/rhinstaller/libblockdev" SRC_URI="https://github.com/rhinstaller/${PN}/archive/${MY_PV}.tar.gz -> ${MY_P}.tar.gz" LICENSE="LGPL-2+" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~ia64 ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~x86" IUSE="bcache +cryptsetup dmraid doc lvm kbd test" CDEPEND=" diff --git a/sys-libs/libomp/libomp-4.0.1.ebuild b/sys-libs/libomp/libomp-4.0.1.ebuild index 0ca953656f66..2eed580030c3 100644 --- a/sys-libs/libomp/libomp-4.0.1.ebuild +++ b/sys-libs/libomp/libomp-4.0.1.ebuild @@ -22,6 +22,8 @@ LICENSE="|| ( UoI-NCSA MIT ) MIT LLVM-Grant" SLOT="0" KEYWORDS="amd64 ~arm64 x86" IUSE="hwloc ompt test" +# Restrict tests to avoid hanging, https://bugs.gentoo.org/638410 +RESTRICT="test" RDEPEND="hwloc? ( sys-apps/hwloc:0=[${MULTILIB_USEDEP}] )" # tests: diff --git a/sys-libs/libomp/libomp-5.0.0.ebuild b/sys-libs/libomp/libomp-5.0.0.ebuild index 7b723ea293a9..f90baa29e665 100644 --- a/sys-libs/libomp/libomp-5.0.0.ebuild +++ b/sys-libs/libomp/libomp-5.0.0.ebuild @@ -22,6 +22,8 @@ LICENSE="|| ( UoI-NCSA MIT ) MIT LLVM-Grant" SLOT="0" KEYWORDS="~amd64 ~arm64 ~x86" IUSE="hwloc ompt test" +# Restrict tests to avoid hanging, https://bugs.gentoo.org/638410 +RESTRICT="test" RDEPEND="hwloc? ( sys-apps/hwloc:0=[${MULTILIB_USEDEP}] )" # tests: diff --git a/sys-libs/libomp/libomp-5.0.1.ebuild b/sys-libs/libomp/libomp-5.0.1.ebuild index 7b723ea293a9..f90baa29e665 100644 --- a/sys-libs/libomp/libomp-5.0.1.ebuild +++ b/sys-libs/libomp/libomp-5.0.1.ebuild @@ -22,6 +22,8 @@ LICENSE="|| ( UoI-NCSA MIT ) MIT LLVM-Grant" SLOT="0" KEYWORDS="~amd64 ~arm64 ~x86" IUSE="hwloc ompt test" +# Restrict tests to avoid hanging, https://bugs.gentoo.org/638410 +RESTRICT="test" RDEPEND="hwloc? ( sys-apps/hwloc:0=[${MULTILIB_USEDEP}] )" # tests: diff --git a/sys-libs/libomp/libomp-9999.ebuild b/sys-libs/libomp/libomp-9999.ebuild index 3a3f7466c591..6b0c0b5b8014 100644 --- a/sys-libs/libomp/libomp-9999.ebuild +++ b/sys-libs/libomp/libomp-9999.ebuild @@ -24,7 +24,8 @@ LICENSE="|| ( UoI-NCSA MIT ) MIT LLVM-Grant" SLOT="0" KEYWORDS="" IUSE="hwloc ompt test" -RESTRICT="!test? ( test )" +# Restrict tests to avoid hanging, https://bugs.gentoo.org/638410 +RESTRICT="test !test? ( test )" RDEPEND="hwloc? ( sys-apps/hwloc:0=[${MULTILIB_USEDEP}] )" # tests: diff --git a/sys-process/Manifest.gz b/sys-process/Manifest.gz index 58748c8ad268..f81efe6fea46 100644 Binary files a/sys-process/Manifest.gz and b/sys-process/Manifest.gz differ diff --git a/sys-process/htop/htop-2.0.2.ebuild b/sys-process/htop/htop-2.0.2.ebuild index b8537f91509d..864882f610bf 100644 --- a/sys-process/htop/htop-2.0.2.ebuild +++ b/sys-process/htop/htop-2.0.2.ebuild @@ -11,7 +11,7 @@ SRC_URI="http://hisham.hm/htop/releases/${PV}/${P}.tar.gz" LICENSE="BSD GPL-2" SLOT="0" -KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~amd64-linux ~x86-linux" +KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~amd64-linux ~x86-linux ~amd64-fbsd" IUSE="kernel_FreeBSD kernel_linux openvz unicode vserver" RDEPEND="sys-libs/ncurses:0=[unicode?]" diff --git a/sys-process/procps/procps-3.3.12-r1.ebuild b/sys-process/procps/procps-3.3.12-r1.ebuild index 783b0298eb95..118aed2504ba 100644 --- a/sys-process/procps/procps-3.3.12-r1.ebuild +++ b/sys-process/procps/procps-3.3.12-r1.ebuild @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}-ng/${PN}-ng-${PV}.tar.xz" LICENSE="GPL-2" SLOT="0/5" # libprocps.so -KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-linux ~x86-linux" IUSE="elogind +kill modern-top +ncurses nls selinux static-libs systemd test unicode" COMMON_DEPEND=" diff --git a/sys-process/vixie-cron/vixie-cron-4.1-r15.ebuild b/sys-process/vixie-cron/vixie-cron-4.1-r15.ebuild index 648cd5a4307c..465243348865 100644 --- a/sys-process/vixie-cron/vixie-cron-4.1-r15.ebuild +++ b/sys-process/vixie-cron/vixie-cron-4.1-r15.ebuild @@ -14,7 +14,7 @@ SRC_URI="mirror://gentoo/${P}.tar.bz2 mirror://gentoo/${P}-gentoo-${GENTOO_PATCH_REV}.patch.bz2" LICENSE="ISC BSD-2 BSD" -KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" +KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" IUSE="selinux pam debug" DEPEND="selinux? ( sys-libs/libselinux ) diff --git a/virtual/Manifest.gz b/virtual/Manifest.gz index 5d865f6b633e..c4fdb1de62d4 100644 Binary files a/virtual/Manifest.gz and b/virtual/Manifest.gz differ diff --git a/virtual/python-funcsigs/python-funcsigs-1.ebuild b/virtual/python-funcsigs/python-funcsigs-1.ebuild index 9673bfe352d1..14c2abf15159 100644 --- a/virtual/python-funcsigs/python-funcsigs-1.ebuild +++ b/virtual/python-funcsigs/python-funcsigs-1.ebuild @@ -9,7 +9,7 @@ inherit python-r1 DESCRIPTION="A Virtual for Python function signatures from PEP362 (py3.6 variant)" SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-linux ~x86-linux ~amd64-fbsd" REQUIRED_USE="${PYTHON_REQUIRED_USE}" RDEPEND=" diff --git a/www-client/Manifest.gz b/www-client/Manifest.gz index bcaf7920895f..581096e17fef 100644 Binary files a/www-client/Manifest.gz and b/www-client/Manifest.gz differ diff --git a/www-client/chromium/Manifest b/www-client/chromium/Manifest index 07b8f0951ead..b3f2105ad704 100644 --- a/www-client/chromium/Manifest +++ b/www-client/chromium/Manifest @@ -1,5 +1,5 @@ DIST chromium-63.0.3239.108.tar.xz 534294640 BLAKE2B f0f87115e91d7a2aa331cbab05475cac098f6ec37b8ca82b6a84911edcf0104a89557304467704911a3f3b3232d8a83d575bd545df1c31518e50c2563d83c095 SHA512 3cb7c8569d2d061f5abf4ad68d9ea1716a1b07bdf8dfa7b600d558d308374ff5dbda9f947e67e21186e3e716fe9524fc63e8eabd9eac1fa805f0eb7d994c32c8 -DIST chromium-63.0.3239.84.tar.xz 534280828 BLAKE2B 08437f625a97ea49f274140a0444dc5531e7a178a99d04592194158817169f4b9c42769dd76b5df624b5189705b17b9b049f61c2474b411ee520439213f12513 SHA512 049a09a821606ff7f52fa8f41d34f0e67c02a20a346841dfcbb06c4138c60a62240f33d9255662260251e5be913a14b004cb2a12873d2ed34751be2b1efb3f34 -DIST chromium-64.0.3282.14.tar.xz 482211216 BLAKE2B 0ffc69478719903e39998fd6f908883dadcb32580a64b1e8a93b270dfb221cb89b674c7e288649de24e468a56da78cdbf35af9693cd24f5cba158789db609d30 SHA512 75b851be4bf4814e91a4e7a036b7aa78d0c76e138605a42ebe9ce8d2017a1f95eb2dc67bd73f4fa911ce2a28cec769a699f52c98c2b1b3a037321af517692c28 DIST chromium-64.0.3282.24.tar.xz 482195676 BLAKE2B fdbe03cd5ee936913300beba18faf2a14b07a28a3904642bb4aef076c69914e1d058bde076e8f093836c4b5c548b7aa33c292b283f2807104ee5f5ebf87d6c91 SHA512 84bf757cf7a5ce08f81c4d2ef7b628b4bc393f457b81df8d86a4420a5cf68b61e01d5add6c6b221cbaf19f85b411228770d2c821e81cd8b0c16e27a455a96dff +DIST chromium-64.0.3282.39.tar.xz 482357636 BLAKE2B 7e7209aa1c4584210b552e82b29c57af549492c85e96204b15c3d27d9ed3c89b7109c9bc539709ecc7221147c2cd4957b6dacf18bfa358c2568175e39eeb4a84 SHA512 16d7c16b218fb42a1371fe105b87a04fce0397df0912824fd443667a1b93ee65b1b9f7c8c3007bea8fc241e6a1b6cb4fa29a4f37c83b3fdfdd8ed6a6523e6906 DIST chromium-65.0.3294.5.tar.xz 484687920 BLAKE2B 2d4d30ea83bfa0d5753eecd4ea735ec5d81097867b7c32c190853adee372c5032dac549c064fb22688555ef6231a3e2e43b274735883285f91a0a2d9c7a151ec SHA512 089bcc7eba7d5a2a964b5b6e94c7735653582cd6925325b9bdb2788bd4abb4b3cbc8c71f5c77004600864106a18da3fddda0adaa53ad54a96efe21498e45f23a +DIST chromium-65.0.3298.3.tar.xz 485716108 BLAKE2B 185b3f683b2a732343fa5f98b24171f1d3cf2cf8eeb63c56efa7699f6b038d2a7eea4f9277b0b7ee2fdfa207a4f13edbaf2cc9a591a79ec4d058a131ce44366b SHA512 f1ed9a403036e87da7897f173eeb1aa71fe2650efc5ef5b98f814c7d4d9c879971597f9ded11324c86d6edc7f12f3bcf2786a6fb022e9697dbdb8eae086e18b7 diff --git a/www-client/chromium/chromium-63.0.3239.108.ebuild b/www-client/chromium/chromium-63.0.3239.108.ebuild index be37d445c4f1..32f9dd27a348 100644 --- a/www-client/chromium/chromium-63.0.3239.108.ebuild +++ b/www-client/chromium/chromium-63.0.3239.108.ebuild @@ -532,7 +532,7 @@ src_configure() { bootstrap_gn einfo "Configuring Chromium..." - set -- out/Release/gn gen --args="${myconf_gn}" out/Release + set -- out/Release/gn gen --args="${myconf_gn} ${EXTRA_GN}" out/Release echo "$@" "$@" || die } diff --git a/www-client/chromium/chromium-64.0.3282.14.ebuild b/www-client/chromium/chromium-64.0.3282.39.ebuild similarity index 98% rename from www-client/chromium/chromium-64.0.3282.14.ebuild rename to www-client/chromium/chromium-64.0.3282.39.ebuild index c0f32ba37a41..a80dbf6b6262 100644 --- a/www-client/chromium/chromium-64.0.3282.14.ebuild +++ b/www-client/chromium/chromium-64.0.3282.39.ebuild @@ -146,6 +146,9 @@ PATCHES=( "${FILESDIR}/chromium-FORTIFY_SOURCE-r2.patch" "${FILESDIR}/chromium-webrtc-r0.patch" "${FILESDIR}/chromium-memcpy-r0.patch" + "${FILESDIR}/chromium-cups-r0.patch" + "${FILESDIR}/chromium-clang-r2.patch" + "${FILESDIR}/chromium-angle-r0.patch" ) pre_build_checks() { @@ -438,6 +441,9 @@ src_configure() { # Trying to use gold results in linker crash. myconf_gn+=" use_gold=false use_sysroot=false linux_use_bundled_binutils=false use_custom_libcxx=false" + # Disable forced lld, bug 641556 + myconf_gn+=" use_lld=false" + ffmpeg_branding="$(usex proprietary-codecs Chrome Chromium)" myconf_gn+=" proprietary_codecs=$(usex proprietary-codecs true false)" myconf_gn+=" ffmpeg_branding=\"${ffmpeg_branding}\"" @@ -534,7 +540,7 @@ src_configure() { bootstrap_gn einfo "Configuring Chromium..." - set -- out/Release/gn gen --args="${myconf_gn}" out/Release + set -- out/Release/gn gen --args="${myconf_gn} ${EXTRA_GN}" out/Release echo "$@" "$@" || die } diff --git a/www-client/chromium/chromium-65.0.3294.5.ebuild b/www-client/chromium/chromium-65.0.3294.5.ebuild index fe5b46bb9456..92ee58d2d8ea 100644 --- a/www-client/chromium/chromium-65.0.3294.5.ebuild +++ b/www-client/chromium/chromium-65.0.3294.5.ebuild @@ -545,7 +545,7 @@ src_configure() { bootstrap_gn einfo "Configuring Chromium..." - set -- out/Release/gn gen --args="${myconf_gn}" out/Release + set -- out/Release/gn gen --args="${myconf_gn} ${EXTRA_GN}" out/Release echo "$@" "$@" || die } diff --git a/www-client/chromium/chromium-63.0.3239.84.ebuild b/www-client/chromium/chromium-65.0.3298.3.ebuild similarity index 94% rename from www-client/chromium/chromium-63.0.3239.84.ebuild rename to www-client/chromium/chromium-65.0.3298.3.ebuild index be37d445c4f1..04bbef975cf8 100644 --- a/www-client/chromium/chromium-63.0.3239.84.ebuild +++ b/www-client/chromium/chromium-65.0.3298.3.ebuild @@ -16,7 +16,7 @@ SRC_URI="https://commondatastorage.googleapis.com/chromium-browser-official/${P} LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~x86" IUSE="component-build cups gnome-keyring +hangouts kerberos neon pic +proprietary-codecs pulseaudio selinux +suid +system-ffmpeg +system-icu +system-libvpx +tcmalloc widevine" RESTRICT="!system-ffmpeg? ( proprietary-codecs? ( bindist ) )" @@ -25,7 +25,7 @@ COMMON_DEPEND=" cups? ( >=net-print/cups-1.3.11:= ) dev-libs/expat:= dev-libs/glib:2 - system-icu? ( >=dev-libs/icu-59 =dev-libs/icu-59:= ) >=dev-libs/libxml2-2.9.4-r3:=[icu] dev-libs/libxslt:= dev-libs/nspr:= @@ -142,12 +142,12 @@ GTK+ icon theme. " PATCHES=( - "${FILESDIR}/${PN}-widevine-r1.patch" - "${FILESDIR}/${PN}-FORTIFY_SOURCE-r2.patch" - "${FILESDIR}/${PN}-gcc5-r4.patch" - "${FILESDIR}/${PN}-clang-r1.patch" - "${FILESDIR}/${PN}-webrtc-r0.patch" - "${FILESDIR}/${PN}-gcc5-r5.patch" + "${FILESDIR}/chromium-widevine-r1.patch" + "${FILESDIR}/chromium-FORTIFY_SOURCE-r2.patch" + "${FILESDIR}/chromium-webrtc-r0.patch" + "${FILESDIR}/chromium-memcpy-r0.patch" + "${FILESDIR}/chromium-clang-r2.patch" + "${FILESDIR}/chromium-gcc-u2f.patch" ) pre_build_checks() { @@ -184,13 +184,13 @@ pkg_pretend() { pkg_setup() { pre_build_checks - # Make sure the build system will use the right python, bug #344367. - python-any-r1_pkg_setup - chromium_suid_sandbox_check_kernel_config } src_prepare() { + # Calling this here supports resumption via FEATURES=keepwork + python_setup + default mkdir -p third_party/node/linux/node-linux-x64/bin || die @@ -220,6 +220,7 @@ src_prepare() { third_party/angle/src/third_party/trace_event third_party/blink third_party/boringssl + third_party/boringssl/src/third_party/fiat third_party/breakpad third_party/breakpad/breakpad/src/third_party/curl third_party/brotli @@ -235,7 +236,6 @@ src_prepare() { third_party/catapult/tracing/third_party/oboe third_party/catapult/tracing/third_party/pako third_party/ced - third_party/cld_2 third_party/cld_3 third_party/crc32c third_party/cros_system_api @@ -259,6 +259,8 @@ src_prepare() { third_party/leveldatabase third_party/libXNVCtrl third_party/libaddressinput + third_party/libaom + third_party/libaom/source/libaom/third_party/x86inc third_party/libjingle third_party/libphonenumber third_party/libsecret @@ -271,6 +273,7 @@ src_prepare() { third_party/lzma_sdk third_party/markupsafe third_party/mesa + third_party/metrics_proto third_party/modp_b64 third_party/mt19937ar third_party/node @@ -292,6 +295,7 @@ src_prepare() { third_party/protobuf third_party/protobuf/third_party/six third_party/qcms + third_party/s2cellid third_party/sfntly third_party/skia third_party/skia/third_party/gif @@ -314,6 +318,7 @@ src_prepare() { third_party/zlib/google url/third_party/mozilla v8/src/third_party/valgrind + v8/src/third_party/utf8-decoder v8/third_party/inspector_protocol # gyp -> gn leftovers @@ -359,6 +364,9 @@ bootstrap_gn() { } src_configure() { + # Calling this here supports resumption via FEATURES=keepwork + python_setup + local myconf_gn="" # GN needs explicit config for Debug/Release as opposed to inferring it from build directory. @@ -374,7 +382,7 @@ src_configure() { myconf_gn+=" enable_nacl=false" # Use system-provided libraries. - # TODO: freetype (https://bugs.chromium.org/p/pdfium/issues/detail?id=733). + # TODO: freetype -- remove sources (https://bugs.chromium.org/p/pdfium/issues/detail?id=733). # TODO: use_system_hunspell (upstream changes needed). # TODO: use_system_libsrtp (bug #459932). # TODO: use_system_protobuf (bug #525560). @@ -384,6 +392,8 @@ src_configure() { # libevent: https://bugs.gentoo.org/593458 local gn_system_libraries=( flac + fontconfig + freetype # Need harfbuzz_from_pkgconfig target #harfbuzz-ng libdrm @@ -436,6 +446,9 @@ src_configure() { # Trying to use gold results in linker crash. myconf_gn+=" use_gold=false use_sysroot=false linux_use_bundled_binutils=false use_custom_libcxx=false" + # Disable forced lld, bug 641556 + myconf_gn+=" use_lld=false" + ffmpeg_branding="$(usex proprietary-codecs Chrome Chromium)" myconf_gn+=" proprietary_codecs=$(usex proprietary-codecs true false)" myconf_gn+=" ffmpeg_branding=\"${ffmpeg_branding}\"" @@ -532,12 +545,15 @@ src_configure() { bootstrap_gn einfo "Configuring Chromium..." - set -- out/Release/gn gen --args="${myconf_gn}" out/Release + set -- out/Release/gn gen --args="${myconf_gn} ${EXTRA_GN}" out/Release echo "$@" "$@" || die } src_compile() { + # Calling this here supports resumption via FEATURES=keepwork + python_setup + # Build mksnapshot and pax-mark it. local x for x in mksnapshot v8_context_snapshot_generator; do diff --git a/www-client/chromium/files/chromium-angle-r0.patch b/www-client/chromium/files/chromium-angle-r0.patch new file mode 100644 index 000000000000..462b8ae44433 --- /dev/null +++ b/www-client/chromium/files/chromium-angle-r0.patch @@ -0,0 +1,89 @@ +From 030017a4855c7b6e7f2ff8d9566c146f31eb301b Mon Sep 17 00:00:00 2001 +From: Kai Ninomiya +Date: Wed, 06 Dec 2017 14:06:53 -0800 +Subject: [PATCH] Mark StaticType related functions as constexpr + +Fixes compilation on some versions of GCC and probably Clang. + +Follow-up to http://crrev.com/c/786317 + +Bug: angleproject:1432 +Change-Id: I3fc3ad0f65492f9543eb27fcdce6ca29a9ad06e5 +Reviewed-on: https://chromium-review.googlesource.com/812220 +Reviewed-by: Jamie Madill +Commit-Queue: Kai Ninomiya +--- + +diff --git a/third_party/angle/src/compiler/translator/StaticType.h b/third_party/angle/src/compiler/translator/StaticType.h +index e26e5ff..30b391a 100644 +--- a/third_party/angle/src/compiler/translator/StaticType.h ++++ b/third_party/angle/src/compiler/translator/StaticType.h +@@ -160,7 +160,7 @@ + TPrecision precision, + TQualifier qualifier, + unsigned char secondarySize> +-const TType *GetForVecMatHelper(unsigned char primarySize) ++constexpr const TType *GetForVecMatHelper(unsigned char primarySize) + { + static_assert(basicType == EbtFloat || basicType == EbtInt || basicType == EbtUInt || + basicType == EbtBool, +@@ -186,7 +186,7 @@ + template +-const TType *GetForVecMat(unsigned char primarySize, unsigned char secondarySize = 1) ++constexpr const TType *GetForVecMat(unsigned char primarySize, unsigned char secondarySize = 1) + { + static_assert(basicType == EbtFloat || basicType == EbtInt || basicType == EbtUInt || + basicType == EbtBool, +@@ -208,7 +208,7 @@ + } + + template +-const TType *GetForVec(TQualifier qualifier, unsigned char size) ++constexpr const TType *GetForVec(TQualifier qualifier, unsigned char size) + { + switch (qualifier) + { +diff --git a/third_party/angle/src/compiler/translator/SymbolTable.cpp b/third_party/angle/src/compiler/translator/SymbolTable.cpp +index adf1e4e..90d4c15 100644 +--- a/third_party/angle/src/compiler/translator/SymbolTable.cpp ++++ b/third_party/angle/src/compiler/translator/SymbolTable.cpp +@@ -236,7 +236,7 @@ + pop(); + } + +-bool IsGenType(const TType *type) ++constexpr bool IsGenType(const TType *type) + { + if (type) + { +@@ -248,7 +248,7 @@ + return false; + } + +-bool IsVecType(const TType *type) ++constexpr bool IsVecType(const TType *type) + { + if (type) + { +diff --git a/third_party/angle/src/compiler/translator/Types.h b/third_party/angle/src/compiler/translator/Types.h +index 04f46f1..a54d447 100644 +--- a/third_party/angle/src/compiler/translator/Types.h ++++ b/third_party/angle/src/compiler/translator/Types.h +@@ -142,13 +142,13 @@ + { + } + +- TBasicType getBasicType() const { return type; } ++ constexpr TBasicType getBasicType() const { return type; } + void setBasicType(TBasicType t); + + TPrecision getPrecision() const { return precision; } + void setPrecision(TPrecision p) { precision = p; } + +- TQualifier getQualifier() const { return qualifier; } ++ constexpr TQualifier getQualifier() const { return qualifier; } + void setQualifier(TQualifier q) { qualifier = q; } + + bool isInvariant() const { return invariant; } diff --git a/www-client/chromium/files/chromium-gcc-u2f.patch b/www-client/chromium/files/chromium-gcc-u2f.patch new file mode 100644 index 000000000000..20608da58d00 --- /dev/null +++ b/www-client/chromium/files/chromium-gcc-u2f.patch @@ -0,0 +1,45 @@ +From ee7f5ecc3b869660ded9882a9904cc7c6db7dc0d Mon Sep 17 00:00:00 2001 +From: Jose Dapena Paz +Date: Tue, 19 Dec 2017 19:25:00 +0000 +Subject: [PATCH] GCC build: workaround GCC bad "this" handling on lambda by + not using lambda. +MIME-Version: 1.0 +Content-Type: text/plain; charset=UTF-8 +Content-Transfer-Encoding: 8bit + +This is a workaround for the bug in GCC "Inconsistent `this->` +required when calling member function in a lambda +capturing `this` through another function" +https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67274 + +This fix just replaces the foreach call using lambda with a +regular C++ for-each-like for (:) construct in u2f discovery. + +Change-Id: I9ddf212a7687e02cd7d2d2b43cf76e21dd5dada2 +Reviewed-on: https://chromium-review.googlesource.com/833886 +Reviewed-by: Jan Wilken Dörrie +Commit-Queue: José Dapena Paz +Cr-Commit-Position: refs/heads/master@{#525104} +--- + device/u2f/u2f_hid_discovery.cc | 5 ++--- + 1 file changed, 2 insertions(+), 3 deletions(-) + +diff --git a/device/u2f/u2f_hid_discovery.cc b/device/u2f/u2f_hid_discovery.cc +index 0695778d2aab..6c4e71179ce7 100644 +--- a/device/u2f/u2f_hid_discovery.cc ++++ b/device/u2f/u2f_hid_discovery.cc +@@ -55,9 +55,8 @@ void U2fHidDiscovery::DeviceRemoved( + + void U2fHidDiscovery::OnGetDevices( + std::vector device_infos) { +- std::for_each( +- device_infos.begin(), device_infos.end(), +- [this](auto& device_info) { DeviceAdded(std::move(device_info)); }); ++ for (auto& device_info : device_infos) ++ DeviceAdded(std::move(device_info)); + NotifyDiscoveryStarted(true); + } + +-- +2.15.1 + diff --git a/www-client/opera/Manifest b/www-client/opera/Manifest index 54fed9c8cb3a..44fa45b1669c 100644 --- a/www-client/opera/Manifest +++ b/www-client/opera/Manifest @@ -2,5 +2,5 @@ DIST opera-12.16-1860.amd64.freebsd.tar.xz 13312684 BLAKE2B 2c4cd52a07999c5beabe DIST opera-12.16-1860.i386.freebsd.tar.xz 13385696 BLAKE2B 35fef5a5d1784941ce11ff3fed440d9c8f83ce5f9a0a8aad3f68deb470a7d82accfe7c9c93be225b458c0fc8e738ca7841d3d14abcaa201801321f3280f2b58f SHA512 0bb2c0548765ea476cdb8be6c84faf1d60dddb5a2c08b7312027f4cd17fa8ebd4fbc1a97657bbcb0ac07733e5f3b340b181a307a778c38543140adbfe7f8b844 DIST opera-12.16-1860.i386.linux.tar.xz 13154668 BLAKE2B 7f9ef54f44bc143c13173bce92543351c39288058455baf3fde19f9f8766c9acd72971216c8c340fd89e918f18e89320eb8d13c4be9ec71635e2073c94c90067 SHA512 a13ec53311e3e78f35103a9dd5337c0e9a555362860213080211ee9d21de88fbd6aae03bed20b7515874d5a09dfbab108954213745fb82175f5e48e555152613 DIST opera-12.16-1860.x86_64.linux.tar.xz 14018800 BLAKE2B e0cb727ea79868d1c3c692d445fc8949f554c3bbe2bf3c9f222885891458cab7af1a29096cd3caf6936e83068841dda4bff5b8a17eb55a86bebe39ce2b270183 SHA512 c1289f352ea5fc8133b105771f48fdc56ccd770920330b1a0ed939ff909abc68081447673572eabeb1aae6db5194b6ab35c93afad78a91d8f7a9a0f91e81ef8b -DIST opera-stable_49.0.2725.39_amd64.deb 51455304 BLAKE2B 529a673140551eb36fc9305dd7d1875e765c72d5648417a55e4238c4cce7497d5ccd82034494999b5f61482c5b9bd0f4720ec42e1bdf916cda6698e8fea029fc SHA512 30c6331c7a1cf0b8672fd46429b7a760a6e97fc06b24f5a4d71c7caae0f0f912bd94e9026b398ec8982946ae52f918e1710fd9e9bb600673ea49f494acb60ef4 DIST opera-stable_49.0.2725.56_amd64.deb 51407530 BLAKE2B b7d49e8c26f04b7ac194f0a31de1daa2b06220a8a60af047e02e5c58635ac79bf12f702bfbfafe3bfafca768b47118c4f022c47c0077376d95bf64efde2f75b1 SHA512 52f757cc92d02963597c979ccb9a13e1252c0550459978acec80b28d1830f343f156810199a3f6efd1dcf02ca4a8218f0007407d1fde8f30f87f889af94f9132 +DIST opera-stable_49.0.2725.64_amd64.deb 51396110 BLAKE2B 30bb45495f444bc0a7dfa0c7c72a72ce9d586a1218bd54ac7485db06fb23f48ab5f50ca21ff76ef8fbf3ae1b86344f283b0972c6b645131a8cbb24a9d22ad055 SHA512 52ce18e0f7ac53b1c17997859dd358576b8798d144cb090fb628eeedb0076a130735488474da47c0d40ec1eb4d1429c76a43c8d2fb7bd64803bed74de87a5d5a diff --git a/www-client/opera/opera-49.0.2725.39.ebuild b/www-client/opera/opera-49.0.2725.64.ebuild similarity index 100% rename from www-client/opera/opera-49.0.2725.39.ebuild rename to www-client/opera/opera-49.0.2725.64.ebuild diff --git a/www-client/vivaldi/Manifest b/www-client/vivaldi/Manifest index 9637d7d2cdee..f328f1a49a70 100644 --- a/www-client/vivaldi/Manifest +++ b/www-client/vivaldi/Manifest @@ -1,3 +1,3 @@ -DIST vivaldi-1.13.1008.36_p1-amd64.deb 49264956 BLAKE2B c262a9e5bf247f69b57def5ebf3422ab82c1d6f1a9a580499ceff95abe1bd14c2ca507bbe4686bd33c6503d7817aa30665660017a4c07578a2c169e8bd955551 SHA512 0a4c51a347a9936a695a815fd303d93a650c967bcc40dde56dc3a278436a38f39643080dff25f702c2acd4338eef79db4e15474c95fb65248c358fd1c346ce62 -DIST vivaldi-1.13.1008.36_p1-armhf.deb 45159082 BLAKE2B a5b2efa5dca3a9a65ee872f793279e5f44cd7c0c3d28310265cbd7241c5bae387b51d5f54070381ed25b634444336273b3a0cdaaf2c9c15d858d6681b875e221 SHA512 b04cc01713c535d8d5efbc11567e900d9f2dbaadec8885082f5bee770093cc024b089d34fc11906cc67171065b1ac2e7f514bbffce9fbfe673dd13b83f4dfc40 -DIST vivaldi-1.13.1008.36_p1-i386.deb 50137690 BLAKE2B 4e4e36bfd830076a5236d5a1a5711672f0235862f74186dcf9e5c1ed43b8727051fe86dd119afb3fc6043309844eddd888daa563c6276b1fff5ccd200f6b77de SHA512 abf2d654678c8194dc6a5ef7a0b856ba81320c90648268ffcd05aed9407053dfc99ce359a6ecfc0f32455fdb60cd76003819a9c900ee51e03baed409685f8af2 +DIST vivaldi-1.13.1008.40_p1-amd64.deb 49253000 BLAKE2B 539ce6ad91a58b3a200231f14b45f7ea6e40753e211f9fe6df10865deafbac03ec7f48cf2c00885c9255a0811831830608728e944475158585be5be094e4aa9a SHA512 73e3ffc9e02b6930e2d7bdbbf2719ba2c8c50e06b4025e591be8a9a5f70e41cc572a168276f011102445f69c8a8d8b760b4a49d261f1c16107282921efda250b +DIST vivaldi-1.13.1008.40_p1-armhf.deb 45155072 BLAKE2B cfc16940a7f97149907a2a95c195665ebe6d69bf1858d7fca2ff45868fc6c883877ac1ad294694c73ce4945227494552434cb685881a9212ed0e355e51c973e3 SHA512 7b636a8d4f9be825c126863e6761e2e0a1c4a07147984872f46678f1014b70c712071ba7ce15e65d0253d37a70c08e74a2a9fefa0c1f6c356445cb9e2dbcc84a +DIST vivaldi-1.13.1008.40_p1-i386.deb 50136764 BLAKE2B 5513beb2acb1dc762da778224f81798baa7fcc866876173fc3ab5d060cd6889b3c743927ac30082f75bc35d6a1e17833de3d37805132158d672e9d23e9c6bd59 SHA512 a11e007c2a986c8a360972d98f1e1bb6dca769e2a091e13f66b5b83f675cf00cd48646dc1a0bd37ab87a32c067672d4cce26558d0e9f062739bc6f093c9cd19d diff --git a/www-client/vivaldi/vivaldi-1.13.1008.36_p1.ebuild b/www-client/vivaldi/vivaldi-1.13.1008.40_p1.ebuild similarity index 100% rename from www-client/vivaldi/vivaldi-1.13.1008.36_p1.ebuild rename to www-client/vivaldi/vivaldi-1.13.1008.40_p1.ebuild diff --git a/www-plugins/Manifest.gz b/www-plugins/Manifest.gz index 76c6c2f39810..6f43451f3e1f 100644 Binary files a/www-plugins/Manifest.gz and b/www-plugins/Manifest.gz differ diff --git a/www-plugins/pdfjs/pdfjs-1.9.426.ebuild b/www-plugins/pdfjs/pdfjs-1.9.426.ebuild index 4c12535dad2d..cb1fdf9d83fc 100644 --- a/www-plugins/pdfjs/pdfjs-1.9.426.ebuild +++ b/www-plugins/pdfjs/pdfjs-1.9.426.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 DESCRIPTION="A PDF reader in JavaScript" -HOMEPAGE="http://mozilla.github.io/pdf.js/" +HOMEPAGE="https://mozilla.github.io/pdf.js/" SRC_URI="https://github.com/mozilla/pdf.js/releases/download/v${PV}/${P}-dist.zip -> ${P}.zip" LICENSE="Apache-2.0" diff --git a/x11-apps/Manifest.gz b/x11-apps/Manifest.gz index 5cdd98989582..1615b855994e 100644 Binary files a/x11-apps/Manifest.gz and b/x11-apps/Manifest.gz differ diff --git a/x11-apps/xinit/xinit-1.3.4-r3.ebuild b/x11-apps/xinit/xinit-1.3.4-r3.ebuild index e2265f0596c3..9cca45f03285 100644 --- a/x11-apps/xinit/xinit-1.3.4-r3.ebuild +++ b/x11-apps/xinit/xinit-1.3.4-r3.ebuild @@ -8,7 +8,7 @@ inherit xorg-2 DESCRIPTION="X Window System initializer" LICENSE="${LICENSE} GPL-2" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~arm-linux ~x86-linux" +KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~arm-linux ~x86-linux" IUSE="+minimal systemd" RDEPEND=" diff --git a/x11-libs/Manifest.gz b/x11-libs/Manifest.gz index afa3631932e8..d3d034187a0e 100644 Binary files a/x11-libs/Manifest.gz and b/x11-libs/Manifest.gz differ diff --git a/x11-libs/libdrm/libdrm-2.4.88.ebuild b/x11-libs/libdrm/libdrm-2.4.88.ebuild index 2a8c08c3155b..540ae302172f 100644 --- a/x11-libs/libdrm/libdrm-2.4.88.ebuild +++ b/x11-libs/libdrm/libdrm-2.4.88.ebuild @@ -14,7 +14,7 @@ else SRC_URI="https://dri.freedesktop.org/libdrm/${P}.tar.bz2" fi -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux" VIDEO_CARDS="amdgpu exynos freedreno intel nouveau omap radeon tegra vc4 vivante vmware" for card in ${VIDEO_CARDS}; do IUSE_VIDEO_CARDS+=" video_cards_${card}" diff --git a/x11-libs/libxklavier/libxklavier-5.4.ebuild b/x11-libs/libxklavier/libxklavier-5.4.ebuild index dcc8bb26f023..99004ed3b40c 100644 --- a/x11-libs/libxklavier/libxklavier-5.4.ebuild +++ b/x11-libs/libxklavier/libxklavier-5.4.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://people.freedesktop.org/~svu/${P}.tar.bz2" LICENSE="LGPL-2" SLOT="0/16" -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris" IUSE="+introspection vala" REQUIRED_USE="vala? ( introspection )" diff --git a/x11-libs/xcb-util-xrm/xcb-util-xrm-1.2.ebuild b/x11-libs/xcb-util-xrm/xcb-util-xrm-1.2.ebuild index 5263c0f25ed5..0a3f339d10e4 100644 --- a/x11-libs/xcb-util-xrm/xcb-util-xrm-1.2.ebuild +++ b/x11-libs/xcb-util-xrm/xcb-util-xrm-1.2.ebuild @@ -12,7 +12,7 @@ DESCRIPTION="X C-language Bindings sample implementations" HOMEPAGE="https://xcb.freedesktop.org/" SRC_URI="https://github.com/Airblader/${PN}/releases/download/v${PV}/${P}.tar.bz2" -KEYWORDS="amd64 ~arm x86" +KEYWORDS="amd64 ~arm ~arm64 x86" IUSE="test" RDEPEND=">=x11-libs/libxcb-1.9.1[${MULTILIB_USEDEP}] diff --git a/x11-misc/Manifest.gz b/x11-misc/Manifest.gz index bb8b34a947e3..fcfcc73d0f76 100644 Binary files a/x11-misc/Manifest.gz and b/x11-misc/Manifest.gz differ diff --git a/x11-misc/shared-mime-info/shared-mime-info-1.9.ebuild b/x11-misc/shared-mime-info/shared-mime-info-1.9.ebuild index b23322582b93..ed750e89c869 100644 --- a/x11-misc/shared-mime-info/shared-mime-info-1.9.ebuild +++ b/x11-misc/shared-mime-info/shared-mime-info-1.9.ebuild @@ -10,7 +10,7 @@ SRC_URI="https://people.freedesktop.org/~hadess/${P}.tar.xz" LICENSE="GPL-2" 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 ~arm-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 ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="test" RDEPEND=">=dev-libs/glib-2 diff --git a/x11-misc/xdg-user-dirs/xdg-user-dirs-0.16.ebuild b/x11-misc/xdg-user-dirs/xdg-user-dirs-0.16.ebuild index 6fb97a10bc35..d8b4ce09e4bb 100644 --- a/x11-misc/xdg-user-dirs/xdg-user-dirs-0.16.ebuild +++ b/x11-misc/xdg-user-dirs/xdg-user-dirs-0.16.ebuild @@ -10,7 +10,7 @@ SRC_URI="https://user-dirs.freedesktop.org/releases/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris" IUSE="gtk" RDEPEND="" diff --git a/x11-themes/Manifest.gz b/x11-themes/Manifest.gz index f67527e3edc3..672d93cfbb76 100644 Binary files a/x11-themes/Manifest.gz and b/x11-themes/Manifest.gz differ diff --git a/x11-themes/audacious-themes/audacious-themes-0.0.4.ebuild b/x11-themes/audacious-themes/audacious-themes-0.0.4.ebuild deleted file mode 100644 index 1db926d3a688..000000000000 --- a/x11-themes/audacious-themes/audacious-themes-0.0.4.ebuild +++ /dev/null @@ -1,144 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -DESCRIPTION="Collection of XMMS themes for Audacious" -HOMEPAGE="http://www.xmms.org" -THEME_URI="http://www.xmms.org/files/Skins" -SRC_URI="${THEME_URI}/AbsoluteE_Xmms.zip - ${THEME_URI}/Absolute_Blue-XMMS.zip - ${THEME_URI}/AdamAmp.zip - ${THEME_URI}/Apple_Platinum_Amp.zip - ${THEME_URI}/Aqua.zip - ${THEME_URI}/BlackXMMS.zip - ${THEME_URI}/BlueIce.zip - ${THEME_URI}/BlueSteel.zip - ${THEME_URI}/BlueSteel_xmms.zip - ${THEME_URI}/BrushedMetal_Xmms.zip - ${THEME_URI}/CX2.zip - ${THEME_URI}/ConceptX-Gold.zip - ${THEME_URI}/Concept_X.zip - ${THEME_URI}/Covenant.zip - ${THEME_URI}/Cyrus-XMMS.zip - ${THEME_URI}/FB_1.2.zip - ${THEME_URI}/FB_2.1.zip - ${THEME_URI}/FreeBSD.zip - ${THEME_URI}/Freshmeat_Amp.zip - ${THEME_URI}/GTK+.zip - ${THEME_URI}/Ghost-10.zip - ${THEME_URI}/HeliXMMS.zip - ${THEME_URI}/Inverse.zip - ${THEME_URI}/Marble.zip - ${THEME_URI}/NeXTAmp2-1.0pre1.zip - ${THEME_URI}/NeXTAmp2.4.zip - ${THEME_URI}/OmniAMP-1.3.zip - ${THEME_URI}/Panic.zip - ${THEME_URI}/Plume-XMMS-v1.zip - ${THEME_URI}/SuedE.zip - ${THEME_URI}/Ultrafina-pw.zip - ${THEME_URI}/Ultrafina.zip - ${THEME_URI}/Ultrafina2000.zip - ${THEME_URI}/UltrafinaSE.zip - ${THEME_URI}/UltrafinaSEM.zip - ${THEME_URI}/Vegetal_Blues.zip - ${THEME_URI}/Vegetali_1-1.zip - ${THEME_URI}/Vulcan.zip - ${THEME_URI}/Vulcan21.zip - ${THEME_URI}/WoodPanel.zip - ${THEME_URI}/X-Tra.zip - ${THEME_URI}/XMMS-AfterStep.zip - ${THEME_URI}/XMMS-Green.zip - ${THEME_URI}/XawMMS.zip - ${THEME_URI}/arctic_Xmms.zip - ${THEME_URI}/blackstar.zip - ${THEME_URI}/blueHeart-xmms-20.zip - ${THEME_URI}/blueHeart_Xmms.zip - ${THEME_URI}/bmXmms.zip - ${THEME_URI}/cart0onix.zip - ${THEME_URI}/chaos_XMMS.zip - ${THEME_URI}/cherry.zip - ${THEME_URI}/cracked.zip - ${THEME_URI}/detone_blue.zip - ${THEME_URI}/detone_green.zip - ${THEME_URI}/eMac-XMMS.zip - ${THEME_URI}/eMac_Xmms_color_schemes.zip - ${THEME_URI}/fyre.zip - ${THEME_URI}/gLaNDAmp-2.0.zip - ${THEME_URI}/minEguE-xmms-v2.zip - ${THEME_URI}/myway.zip - ${THEME_URI}/nuance-2.0.zip - ${THEME_URI}/nuance-green-2.0.zip - ${THEME_URI}/sinistar.zip - ${THEME_URI}/spiffMEDIA.zip - ${THEME_URI}/titanium.zip - ${THEME_URI}/xmms-256.zip - ${THEME_URI}/Cobalt-Obscura.tar.gz - ${THEME_URI}/ColderXMMS.tar.gz - ${THEME_URI}/Coolblue.tar.gz - ${THEME_URI}/Eclipse.tar.gz - ${THEME_URI}/LinuxDotCom.tar.gz - ${THEME_URI}/MarbleX.tar.gz - ${THEME_URI}/NoerdAmp-SE.tar.gz - ${THEME_URI}/Winamp_X_XMMS_1.01.tar.gz - ${THEME_URI}/cherry_best.tar.gz - ${THEME_URI}/fiRe.tar.gz - ${THEME_URI}/m2n.tar.gz - ${THEME_URI}/maXMMS.tar.gz - ${THEME_URI}/nixamp2.tar.gz - ${THEME_URI}/sword.tar.gz - ${THEME_URI}/xmmearth.tar.gz - http://www.kde-look.org/content/files/7947-plastik.zip - http://mrb.tagclan.com/files/Raj._I.O._Amp_in_2000.wsz - http://mrb.tagclan.com/files/bluemetal.wsz - http://mrb.tagclan.com/files/atlantis_-_meridian.wsz - http://mrb.tagclan.com/files/ace.wsz - http://waledawg.com/v5/files/wale_sub_contact.wsz - http://waledawg.com/v5/files/wale_crobial_hypothesis.wsz - http://waledawg.com/v5/files/wale_media_monks.wsz - http://waledawg.com/v5/files/wale_atmosphere.wsz - http://waledawg.com/v5/files/wale_RLH.wsz - http://waledawg.com/v5/files/wale_poopshingles.wsz - http://www.gnome-look.org/content/files/14870-Winamp5-XMMS.tar.bz2 - http://www.winamp.com/skins/download/145489?/Nucleo_AlienMind_v5.wsz" - -SLOT="0" -LICENSE="freedist" -KEYWORDS="alpha amd64 ppc ppc64 sparc x86 ~x86-fbsd" - -IUSE="" - -DEPEND="net-misc/wget" -RDEPEND=">=media-sound/audacious-0.1.2 - app-arch/unzip" - -src_unpack() { - local bn - mkdir "${S}" - cd "${S}" - for i in ${SRC_URI} ; do - bn=`basename $i` - if [ -n "`echo ${bn} | grep '\.zip'`" ] ; then - cp "${DISTDIR}"/${bn} . - else - if [ -n "`echo ${bn} | grep '\.wsz'`" ] ; then - cp "${DISTDIR}"/${bn} . - else - unpack ${bn} - fi - fi - done - - # remove nasty .xvpics directories in Fire theme - rm -rf Fire/.xvpics - - mv 7947-plastik.zip Plastik.zip -} - -src_compile() { - einfo "Nothing to compile" -} - -src_install () { - dodir /usr/share/audacious/Skins - cp -pR * "${D}/usr/share/audacious/Skins/" - chmod -R o-w "${D}/usr/share/audacious/Skins/" -} diff --git a/x11-themes/hicolor-icon-theme/hicolor-icon-theme-0.17.ebuild b/x11-themes/hicolor-icon-theme/hicolor-icon-theme-0.17.ebuild index 3c74f08e0367..c0a9718deadf 100644 --- a/x11-themes/hicolor-icon-theme/hicolor-icon-theme-0.17.ebuild +++ b/x11-themes/hicolor-icon-theme/hicolor-icon-theme-0.17.ebuild @@ -10,7 +10,7 @@ SRC_URI="https://icon-theme.freedesktop.org/releases/${P}.tar.xz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="" RDEPEND="" diff --git a/x11-wm/Manifest.gz b/x11-wm/Manifest.gz index 9359b0348565..0969c2359051 100644 Binary files a/x11-wm/Manifest.gz and b/x11-wm/Manifest.gz differ diff --git a/x11-wm/i3/i3-4.14.1.ebuild b/x11-wm/i3/i3-4.14.1.ebuild index a79166c8080f..1d884372499b 100644 --- a/x11-wm/i3/i3-4.14.1.ebuild +++ b/x11-wm/i3/i3-4.14.1.ebuild @@ -12,7 +12,7 @@ HOMEPAGE="https://i3wm.org/" SRC_URI="https://i3wm.org/downloads/${P}.tar.bz2" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~arm64 ~x86" IUSE="doc debug test" CDEPEND="dev-libs/libev diff --git a/x11-wm/icewm/icewm-1.4.2.ebuild b/x11-wm/icewm/icewm-1.4.2.ebuild index f3a910592803..fecd6660eaa3 100644 --- a/x11-wm/icewm/icewm-1.4.2.ebuild +++ b/x11-wm/icewm/icewm-1.4.2.ebuild @@ -11,7 +11,7 @@ LICENSE="GPL-2" SRC_URI="https://github.com/bbidulock/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" SLOT="0" -KEYWORDS="amd64 ~ppc x86" +KEYWORDS="amd64 ppc x86" IUSE="bidi debug doc minimal nls truetype uclibc xinerama" # Tests broken in all versions, patches welcome, bug #323907, #389533 diff --git a/x11-wm/xpra/xpra-1.0.9.ebuild b/x11-wm/xpra/xpra-1.0.9.ebuild index b727b06bcc77..e1fbabaa5fd3 100644 --- a/x11-wm/xpra/xpra-1.0.9.ebuild +++ b/x11-wm/xpra/xpra-1.0.9.ebuild @@ -13,7 +13,7 @@ SRC_URI="http://xpra.org/src/${P}.tar.xz" LICENSE="GPL-2 BSD" SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="+client +clipboard csc cups dbus dec_avcodec2 enc_ffmpeg enc_x264 enc_x265 libav +lz4 lzo opengl pillow pulseaudio server sound test vpx webcam webp" REQUIRED_USE="${PYTHON_REQUIRED_USE} diff --git a/x11-wm/xpra/xpra-2.1.3.ebuild b/x11-wm/xpra/xpra-2.1.3.ebuild index 8416455a5e66..2f9cea7ce6aa 100644 --- a/x11-wm/xpra/xpra-2.1.3.ebuild +++ b/x11-wm/xpra/xpra-2.1.3.ebuild @@ -13,7 +13,7 @@ SRC_URI="http://xpra.org/src/${P}.tar.xz" LICENSE="GPL-2 BSD" SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="+client +clipboard csc cups dbus dec_avcodec2 enc_ffmpeg enc_x264 enc_x265 jpeg libav +lz4 lzo opengl pillow pulseaudio server sound test vpx webcam" REQUIRED_USE="${PYTHON_REQUIRED_USE}