[gentoo-commits] repo/gentoo:master commit in: www-servers/uwsgi/
commit: 420a5cafba8eba6c324f6f62a338ba2a313f62c0 Author: Hans de Graaff gentoo org> AuthorDate: Sat Aug 3 06:24:00 2019 + Commit: Hans de Graaff gentoo org> CommitDate: Sat Aug 3 06:24:14 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=420a5caf www-servers/uwsgi: add ruby26 Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Hans de Graaff gentoo.org> www-servers/uwsgi/uwsgi-2.0.18.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www-servers/uwsgi/uwsgi-2.0.18.ebuild b/www-servers/uwsgi/uwsgi-2.0.18.ebuild index 918ff7c51ab..08bbfffa282 100644 --- a/www-servers/uwsgi/uwsgi-2.0.18.ebuild +++ b/www-servers/uwsgi/uwsgi-2.0.18.ebuild @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy ) PYTHON_REQ_USE="threads(+)" RUBY_OPTIONAL="yes" -USE_RUBY="ruby23 ruby24 ruby25" +USE_RUBY="ruby23 ruby24 ruby25 ruby26" PHP_EXT_INI="no" PHP_EXT_NAME="dummy"
[gentoo-commits] repo/gentoo:master commit in: www-servers/uwsgi/
commit: 2c8fe3dd4747bd3ad67f99d52e77f73dd87bf5da Author: Hans de Graaff gentoo org> AuthorDate: Sat Aug 3 06:22:21 2019 + Commit: Hans de Graaff gentoo org> CommitDate: Sat Aug 3 06:24:14 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c8fe3dd www-servers/uwsgi: avoid using obsolete ruby targets Only use ruby targets that are still available, rather than those listed in USE_RUBY. Fixes: https://bugs.gentoo.org/687762 Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Hans de Graaff gentoo.org> www-servers/uwsgi/uwsgi-2.0.17.1-r1.ebuild | 10 -- www-servers/uwsgi/uwsgi-2.0.17.1.ebuild| 10 -- www-servers/uwsgi/uwsgi-2.0.17.ebuild | 10 -- www-servers/uwsgi/uwsgi-2.0.18.ebuild | 10 -- 4 files changed, 16 insertions(+), 24 deletions(-) diff --git a/www-servers/uwsgi/uwsgi-2.0.17.1-r1.ebuild b/www-servers/uwsgi/uwsgi-2.0.17.1-r1.ebuild index f3a4990dac3..972eee8c233 100644 --- a/www-servers/uwsgi/uwsgi-2.0.17.1-r1.ebuild +++ b/www-servers/uwsgi/uwsgi-2.0.17.1-r1.ebuild @@ -389,12 +389,10 @@ pkg_postinst() { use python && python_foreach_impl python_pkg_postinst if use ruby ; then - for ruby in $USE_RUBY; do - if use ruby_targets_${ruby} ; then - elog " '--plugins rack_${ruby/.}' for ${ruby}" - elog " '--plugins fiber_${ruby/.}' for ${ruby} fibers" - elog " '--plugins rbthreads_${ruby/.}' for ${ruby} rbthreads" - fi + for ruby in $(ruby_get_use_implementations) ; do + elog " '--plugins rack_${ruby/.}' for ${ruby}" + elog " '--plugins fiber_${ruby/.}' for ${ruby} fibers" + elog " '--plugins rbthreads_${ruby/.}' for ${ruby} rbthreads" done fi } diff --git a/www-servers/uwsgi/uwsgi-2.0.17.1.ebuild b/www-servers/uwsgi/uwsgi-2.0.17.1.ebuild index 29267552f1d..dbf4130313b 100644 --- a/www-servers/uwsgi/uwsgi-2.0.17.1.ebuild +++ b/www-servers/uwsgi/uwsgi-2.0.17.1.ebuild @@ -399,12 +399,10 @@ pkg_postinst() { use python && python_foreach_impl python_pkg_postinst if use ruby ; then - for ruby in $USE_RUBY; do - if use ruby_targets_${ruby} ; then - elog " '--plugins rack_${ruby/.}' for ${ruby}" - elog " '--plugins fiber_${ruby/.}' for ${ruby} fibers" - elog " '--plugins rbthreads_${ruby/.}' for ${ruby} rbthreads" - fi + for ruby in $(ruby_get_use_implementations) ; do + elog " '--plugins rack_${ruby/.}' for ${ruby}" + elog " '--plugins fiber_${ruby/.}' for ${ruby} fibers" + elog " '--plugins rbthreads_${ruby/.}' for ${ruby} rbthreads" done fi } diff --git a/www-servers/uwsgi/uwsgi-2.0.17.ebuild b/www-servers/uwsgi/uwsgi-2.0.17.ebuild index 07c27595255..91962faabb4 100644 --- a/www-servers/uwsgi/uwsgi-2.0.17.ebuild +++ b/www-servers/uwsgi/uwsgi-2.0.17.ebuild @@ -404,12 +404,10 @@ pkg_postinst() { use python && python_foreach_impl python_pkg_postinst if use ruby ; then - for ruby in $USE_RUBY; do - if use ruby_targets_${ruby} ; then - elog " '--plugins rack_${ruby/.}' for ${ruby}" - elog " '--plugins fiber_${ruby/.}' for ${ruby} fibers" - elog " '--plugins rbthreads_${ruby/.}' for ${ruby} rbthreads" - fi + for ruby in $(ruby_get_use_implementations) ; do + elog " '--plugins rack_${ruby/.}' for ${ruby}" + elog " '--plugins fiber_${ruby/.}' for ${ruby} fibers" + elog " '--plugins rbthreads_${ruby/.}' for ${ruby} rbthreads" done fi } diff --git a/www-servers/uwsgi/uwsgi-2.0.18.ebuild b/www-servers/uwsgi/uwsgi-2.0.18.ebuild index badd0a9e1c3..918ff7c51ab 100644 --- a/www-servers/uwsgi/uwsgi-2.0.18.ebuild +++ b/www-servers/uwsgi/uwsgi-2.0.18.ebuild @@ -390,12 +390,10 @@ pkg_postinst() { use python && python_foreach_impl python_pkg_postinst if use ruby ; then - for ruby in $USE_RUBY; do - if use ruby_targets_${ruby} ; then - elog " '--plugins rack_${ruby/.}' for ${ruby}" - elog " '--plugins fiber_${ruby/.}' for ${ruby} fibers" - elog " '--plugins rbthreads_${ruby/.}' for ${ruby} rbthreads" - fi + for ruby in $(ruby_get_use_implementations) ; do + elog " '--plugins rack_${ruby/.}'
[gentoo-commits] repo/gentoo:master commit in: dev-python/google-auth-oauthlib/
commit: 57911d8951e9829a77541f3c9ba41bece6590c10 Author: Gabriel Linder gmail com> AuthorDate: Fri Mar 15 21:04:53 2019 + Commit: Joonas Niilola gentoo org> CommitDate: Sat Aug 3 06:21:30 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57911d89 dev-python/google-auth-oauthlib: Google Authentication Library Signed-off-by: Gabriel Linder gmail.com> Package-Manager: Portage-2.3.69, Repoman-2.3.16 Closes: https://github.com/gentoo/gentoo/pull/11379 Signed-off-by: Joonas Niilola gentoo.org> dev-python/google-auth-oauthlib/Manifest | 1 + .../google-auth-oauthlib-0.4.0.ebuild | 22 ++ dev-python/google-auth-oauthlib/metadata.xml | 15 +++ 3 files changed, 38 insertions(+) diff --git a/dev-python/google-auth-oauthlib/Manifest b/dev-python/google-auth-oauthlib/Manifest new file mode 100644 index 000..519330df1e4 --- /dev/null +++ b/dev-python/google-auth-oauthlib/Manifest @@ -0,0 +1 @@ +DIST google-auth-oauthlib-0.4.0.tar.gz 73664 BLAKE2B bc98af5a85b26ced36171dae4e9a498b08ddfb92cf557805a238d68fe8bc251c61be6f051db391f4c30fae0aacf139cd0cd88c3e42cdc73efeaaa36407c9496d SHA512 49760914c02b41b7252062c8cb99b133b342463aa2b66b42dd5f320320010425e6952009514cbf89a4704648113693b35db1d3aa3636fc1297a25e59635a7dd5 diff --git a/dev-python/google-auth-oauthlib/google-auth-oauthlib-0.4.0.ebuild b/dev-python/google-auth-oauthlib/google-auth-oauthlib-0.4.0.ebuild new file mode 100644 index 000..65c76dd --- /dev/null +++ b/dev-python/google-auth-oauthlib/google-auth-oauthlib-0.4.0.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python2_7 python3_{5,6} ) +inherit distutils-r1 + +DESCRIPTION="Google Authentication Library" +HOMEPAGE="https://pypi.org/project/google-auth-oauthlib/ https://github.com/googleapis/google-auth-library-python-oauthlib"; +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND=" + dev-python/click[${PYTHON_USEDEP}] + dev-python/google-auth[${PYTHON_USEDEP}] + >=dev-python/requests-oauthlib-0.7.0[${PYTHON_USEDEP}] + dev-python/setuptools[${PYTHON_USEDEP}] +" diff --git a/dev-python/google-auth-oauthlib/metadata.xml b/dev-python/google-auth-oauthlib/metadata.xml new file mode 100644 index 000..ce124ee72b8 --- /dev/null +++ b/dev-python/google-auth-oauthlib/metadata.xml @@ -0,0 +1,15 @@ + +http://www.gentoo.org/dtd/metadata.dtd";> + + +linder.gabr...@gmail.com +Gabriel Linder + + +proxy-ma...@gentoo.org +Proxy Maintainers + + +google-auth-oauthlib + +
[gentoo-commits] repo/gentoo:master commit in: net-vpn/networkmanager-sstp/, sys-apps/etckeeper/, net-misc/sstp-client/, ...
commit: 5e131ab0f434e92e0fc1b21d5a795e5f37323dc1 Author: Michał Górny gentoo org> AuthorDate: Sat Aug 3 06:13:41 2019 + Commit: Michał Górny gentoo org> CommitDate: Sat Aug 3 06:16:24 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e131ab0 */*: Retire Michael Everitt from proxied maintainer role Retire the inactive proxied maintainer. Last submission in Oct 2018. All packages need a version bump, and some have unresolved bugs. Furthermore, the metadata is no longer correct and the maintainer has ignored the request to fix it for over two weeks. Closes: https://bugs.gentoo.org/633246 Signed-off-by: Michał Górny gentoo.org> dev-embedded/esptool/metadata.xml| 9 + net-misc/sstp-client/metadata.xml| 8 net-vpn/networkmanager-sstp/metadata.xml | 9 + sys-apps/etckeeper/metadata.xml | 9 + 4 files changed, 3 insertions(+), 32 deletions(-) diff --git a/dev-embedded/esptool/metadata.xml b/dev-embedded/esptool/metadata.xml index 4f9e54266a0..c8023306d2d 100644 --- a/dev-embedded/esptool/metadata.xml +++ b/dev-embedded/esptool/metadata.xml @@ -1,14 +1,7 @@ http://www.gentoo.org/dtd/metadata.dtd";> - - m.j.ever...@iee.org - Michael Everitt - - - proxy-ma...@gentoo.org - Proxy Maintainers - + espressif/esptool diff --git a/net-misc/sstp-client/metadata.xml b/net-misc/sstp-client/metadata.xml index 0829a0755cd..c5411f6a282 100644 --- a/net-misc/sstp-client/metadata.xml +++ b/net-misc/sstp-client/metadata.xml @@ -1,18 +1,10 @@ http://www.gentoo.org/dtd/metadata.dtd";> - - m.j.ever...@iee.org - Michael Everitt - maksbo...@gentoo.org Maxim Koltsov - - proxy-ma...@gentoo.org - Proxy Maintainers - sstp-client diff --git a/net-vpn/networkmanager-sstp/metadata.xml b/net-vpn/networkmanager-sstp/metadata.xml index 8ca1d600ab1..5edb3b0e65a 100644 --- a/net-vpn/networkmanager-sstp/metadata.xml +++ b/net-vpn/networkmanager-sstp/metadata.xml @@ -1,14 +1,7 @@ http://www.gentoo.org/dtd/metadata.dtd";> - - m.j.ever...@iee.org - Michael Everitt - - - proxy-ma...@gentoo.org - Proxy Maintainers - + sstp-client diff --git a/sys-apps/etckeeper/metadata.xml b/sys-apps/etckeeper/metadata.xml index 380a1241b6c..8d9bc56c585 100644 --- a/sys-apps/etckeeper/metadata.xml +++ b/sys-apps/etckeeper/metadata.xml @@ -1,14 +1,7 @@ http://www.gentoo.org/dtd/metadata.dtd";> - - m.j.ever...@iee.org - Michael Everitt - - - proxy-ma...@gentoo.org - Proxy Maintainers - + Support dev-vcs/bzr based repository
[gentoo-commits] repo/gentoo:master commit in: media-plugins/alsaequal/
commit: 98955a92619bb777caa863cb761322aaf217d9c2 Author: Ferenc Erki gmail com> AuthorDate: Fri Nov 30 20:35:12 2018 + Commit: Joonas Niilola gentoo org> CommitDate: Sat Aug 3 06:09:35 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98955a92 media-plugins/alsaequal: re-add package Courtesy of David Racine from the bassdr overlay (https://github.com/bassdr/gentoo-local-overlay). Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Ferenc Erki gmail.com> Closes: https://github.com/gentoo/gentoo/pull/10529 Signed-off-by: Joonas Niilola gentoo.org> media-plugins/alsaequal/Manifest | 1 + media-plugins/alsaequal/alsaequal-0.7.1.ebuild | 41 ++ media-plugins/alsaequal/metadata.xml | 16 ++ 3 files changed, 58 insertions(+) diff --git a/media-plugins/alsaequal/Manifest b/media-plugins/alsaequal/Manifest new file mode 100644 index 000..9b4830f0660 --- /dev/null +++ b/media-plugins/alsaequal/Manifest @@ -0,0 +1 @@ +DIST alsaequal-0.7.1.tar.gz 15761 BLAKE2B cfcaf4ce108a08cebf9410b5f44360f9eda87f9ca131102aa5bfa8319482b1cc9e622ff5d3c7b5fde9bd2b0363143a66ca357cabad9718600af0d28da842af7c SHA512 ede59a1981c43c70a128d555834b7f1fef334d7c718aa6fcd389ed644b1842e32c9afddc3ab8f026ef20c7afb260ad7fcddec0fa80c01174a72076c55ccdcd83 diff --git a/media-plugins/alsaequal/alsaequal-0.7.1.ebuild b/media-plugins/alsaequal/alsaequal-0.7.1.ebuild new file mode 100644 index 000..06802aa79d4 --- /dev/null +++ b/media-plugins/alsaequal/alsaequal-0.7.1.ebuild @@ -0,0 +1,41 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +inherit multilib-minimal toolchain-funcs + +DESCRIPTION="A real-time adjustable equalizer plugin for ALSA" +HOMEPAGE="https://github.com/bassdr/alsaequal"; +SRC_URI="https://github.com/bassdr/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=" + media-libs/alsa-lib[${MULTILIB_USEDEP}] + media-plugins/caps-plugins[${MULTILIB_USEDEP}] +" +DEPEND="${RDEPEND}" + +src_prepare() { + default + multilib_copy_sources +} + +multilib_src_compile() { + emake \ + CC="$(tc-getCC)" \ + CFLAGS="${CFLAGS} -Wall -fPIC -DPIC" \ + LD="$(tc-getCC)" \ + LDFLAGS="${LDFLAGS} -shared" \ + Q= \ + SND_PCM_LIBS="-lasound" \ + SND_CTL_LIBS="-lasound" +} + +multilib_src_install() { + insinto /usr/$(get_libdir)/alsa-lib + doins *.so +} diff --git a/media-plugins/alsaequal/metadata.xml b/media-plugins/alsaequal/metadata.xml new file mode 100644 index 000..df391b3e9aa --- /dev/null +++ b/media-plugins/alsaequal/metadata.xml @@ -0,0 +1,16 @@ + +http://www.gentoo.org/dtd/metadata.dtd";> + + + bass...@hotmail.com + David Racine + + + erkifer...@gmail.com + Ferenc Erki + + + proxy-ma...@gentoo.org + Proxy Maintainers + +
[gentoo-commits] repo/gentoo:master commit in: profiles/
commit: bc647dd08f1bb33a96714a193b445101385af342 Author: Hans de Graaff gentoo org> AuthorDate: Sat Aug 3 05:53:17 2019 + Commit: Hans de Graaff gentoo org> CommitDate: Sat Aug 3 05:53:17 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc647dd0 profiles/package.mask: mask dev-ruby/priorityqueue Fixes: https://bugs.gentoo.org/691302 Signed-off-by: Hans de Graaff gentoo.org> profiles/package.mask | 6 ++ 1 file changed, 6 insertions(+) diff --git a/profiles/package.mask b/profiles/package.mask index 0529b6418a3..fc879e91ae2 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -29,6 +29,12 @@ #--- END OF EXAMPLES --- +# Hans de Graaff (2019-08-03) +# ruby24-only, no longer compiles with gcc 9, last release in 2009, +# upstream gone, no reverse dependencies. +# Masked for removal in 30 days, bug #691302 +dev-ruby/priorityqueue + # Matt Turner (2019-08-02) # Incompatible with guile-2 # Masked for removal in 30 days, Bugs #592188
[gentoo-commits] repo/gentoo:master commit in: dev-db/mysql-workbench/
commit: da2e4a92ecef9c0feca6764faad7aade66bf05ef Author: Hans de Graaff gentoo org> AuthorDate: Sat Aug 3 05:46:56 2019 + Commit: Hans de Graaff gentoo org> CommitDate: Sat Aug 3 05:46:56 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da2e4a92 dev-db/mysql-workbench: drop unused gnome-keyring USE flag mysql-workbench now depends unconditionally on libsecret. Fixes: https://bugs.gentoo.org/691318 Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Hans de Graaff gentoo.org> dev-db/mysql-workbench/mysql-workbench-8.0.17.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dev-db/mysql-workbench/mysql-workbench-8.0.17.ebuild b/dev-db/mysql-workbench/mysql-workbench-8.0.17.ebuild index 885387e35cc..10955e2f43b 100644 --- a/dev-db/mysql-workbench/mysql-workbench-8.0.17.ebuild +++ b/dev-db/mysql-workbench/mysql-workbench-8.0.17.ebuild @@ -20,7 +20,7 @@ SRC_URI="mirror://mysql/Downloads/MySQLGUITools/${MY_P}.tar.gz https://www.antlr LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE="debug doc gnome-keyring" +IUSE="debug doc" REQUIRED_USE="${PYTHON_REQUIRED_USE}" # glibc: deprecated mutex functions, removed in 2.36.0 @@ -51,7 +51,6 @@ CDEPEND="${PYTHON_DEPS} >=dev-db/mysql-connector-c++-1.1.8 dev-db/vsqlite++ || ( dev-db/libiodbc dev-db/unixODBC ) - gnome-keyring? ( gnome-base/libgnome-keyring ) dev-python/pexpect >=dev-python/paramiko-1.7.4 "
[gentoo-commits] repo/gentoo:master commit in: dev-db/mysql-workbench/
commit: 6f63f3cc045d889ac00fc65ff997266c989aa493 Author: Hans de Graaff gentoo org> AuthorDate: Sat Aug 3 05:40:05 2019 + Commit: Hans de Graaff gentoo org> CommitDate: Sat Aug 3 05:40:05 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f63f3cc dev-db/mysql-workbench: cleanup Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Hans de Graaff gentoo.org> dev-db/mysql-workbench/Manifest| 1 - .../mysql-workbench/mysql-workbench-8.0.14.ebuild | 109 - 2 files changed, 110 deletions(-) diff --git a/dev-db/mysql-workbench/Manifest b/dev-db/mysql-workbench/Manifest index 769fac0237c..42c7197df33 100644 --- a/dev-db/mysql-workbench/Manifest +++ b/dev-db/mysql-workbench/Manifest @@ -1,4 +1,3 @@ DIST antlr-4.7.1-complete.jar 2240116 BLAKE2B 3acf99b3701b2092cad2fb6e91f27791cbedd82f26888d7329e481be29fce4ec644eb57f663e515b92dea46c24222d4fb090aae5cae30c57c412a38932ea72ed SHA512 de1c230d7294e05ac7b451cbc639bab9d416a674b281e21092fb4a9329ca8b6d4b92b9ad78a9771cff475a1610f1d0419819c4619bdff36c683019da67ef13b1 -DIST mysql-workbench-community-8.0.14-src.tar.gz 15631739 BLAKE2B f37dbe83ecc642d08dc4996e343944b4f1c1c00a84d581ce79944d7f431910cd89b0c53fda14e8ff4c912ed8a1eaab517710d24e0bef89f2ed566d0d5f0730e4 SHA512 fc09bb73692956b40b003e23c9b6b6b710082c98393ad4de988dc4f4d5c78d7476a7f56f7fa5d201bf5a267643b13a30db385016fe800b57893355b9225aaf71 DIST mysql-workbench-community-8.0.16-src.tar.gz 15653536 BLAKE2B c76cd35e88167641037a779b85245c620b31e2a2943260309d8ba461391892d9ec5856023c8eb25e1ea40c12ece796a1d2e36f1638187db4bd2739eb273232c9 SHA512 e9495e78aec58f70cc586ad73908408d3b8d5071c815279c1019d5268c97f53f10f4e59a47fe0ffea03b795de8e283c1175e03e2585a81fc58b62461d665cfe9 DIST mysql-workbench-community-8.0.17-src.tar.gz 15777302 BLAKE2B ba1aebfc5f9b55e88529bdbc5ebe42da594fce1da0ea64bd0153294293fe4c2533bbc00aac9c1ba0942577eff90c1b522ef1af803e56edf0c361876ac5dea764 SHA512 c7b5f68e4a2fe30d33fde5f18a03342e034a8c10edc2506278dc09751f264884f1dba3d68c430594ac09d26b692465409d2189c2b2a440d80aca7ad00188a39f diff --git a/dev-db/mysql-workbench/mysql-workbench-8.0.14.ebuild b/dev-db/mysql-workbench/mysql-workbench-8.0.14.ebuild deleted file mode 100644 index 937637fa44f..000 --- a/dev-db/mysql-workbench/mysql-workbench-8.0.14.ebuild +++ /dev/null @@ -1,109 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -GCONF_DEBUG="no" - -PYTHON_COMPAT=( python2_7 ) -PYTHON_REQ_USE="sqlite" - -inherit gnome2 eutils flag-o-matic python-single-r1 cmake-utils - -MY_P="${PN}-community-${PV}-src" - -DESCRIPTION="MySQL Workbench" -HOMEPAGE="https://www.mysql.com/products/workbench/"; -SRC_URI="mirror://mysql/Downloads/MySQLGUITools/${MY_P}.tar.gz http://www.antlr.org/download/antlr-4.7.1-complete.jar"; - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux" -IUSE="debug doc gnome-keyring" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -# glibc: deprecated mutex functions, removed in 2.36.0 -CDEPEND="${PYTHON_DEPS} - app-crypt/libsecret - dev-libs/glib:2 - dev-cpp/antlr-cpp:4 - dev-cpp/atkmm - dev-cpp/pangomm - >=dev-cpp/glibmm-2.14:2 - dev-cpp/gtkmm:3.0 - dev-libs/atk - >=net-libs/libssh-0.7.3[server] - x11-libs/pango - x11-libs/gtk+:3 - gnome-base/libglade:2.0 - >=x11-libs/cairo-1.5.12[glib,svg] - dev-libs/libsigc++:2 - >=dev-libs/boost-1.55.0[nls] - >=dev-cpp/ctemplate-0.95 - >=dev-libs/libxml2-2.6.2:2 - dev-libs/libzip - dev-libs/libpcre[cxx] - >=sci-libs/gdal-1.11.1-r1[-mdb] - virtual/opengl - || ( sys-libs/e2fsprogs-libs dev-libs/ossp-uuid ) - dev-libs/tinyxml[stl] - >=dev-db/mysql-connector-c++-1.1.8 - dev-db/vsqlite++ - || ( dev-db/libiodbc dev-db/unixODBC ) - gnome-keyring? ( gnome-base/libgnome-keyring ) - dev-python/pexpect - >=dev-python/paramiko-1.7.4 -" - -RDEPEND="${CDEPEND} - app-admin/sudo - >=sys-apps/net-tools-1.60_p20120127084908" - -DEPEND="${CDEPEND} - dev-lang/swig - virtual/jre - virtual/pkgconfig" - -S="${WORKDIR}"/"${MY_P}" - -PATCHES=( - "${FILESDIR}/${PN}-6.2.5-wbcopytables.patch" - "${FILESDIR}/${PN}-6.3.10-i386-json.patch" -) - -src_unpack() { - unpack ${PN}-community-${PV}-src.tar.gz -} - -src_prepare() { - sed -i -e '/target_link_libraries/ s/sqlparser.grt/sqlparser.grt sqlparser/' \ - modules/db.mysql.sqlparser/CMakeLists.txt - - ## remove hardcoded CXXFLAGS - sed -i -e 's/-O0 -g3//' ext/scintilla/gtk
[gentoo-commits] repo/gentoo:master commit in: dev-ruby/faker/
commit: c16dcde6ea0cdaeaff863580c8c819b867232269 Author: Hans de Graaff gentoo org> AuthorDate: Sat Aug 3 05:33:21 2019 + Commit: Hans de Graaff gentoo org> CommitDate: Sat Aug 3 05:33:58 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c16dcde6 dev-ruby/faker: add 1.9.6 Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Hans de Graaff gentoo.org> dev-ruby/faker/Manifest | 1 + dev-ruby/faker/faker-1.9.6.ebuild | 29 + 2 files changed, 30 insertions(+) diff --git a/dev-ruby/faker/Manifest b/dev-ruby/faker/Manifest index 1eb281c961a..388b0786b1f 100644 --- a/dev-ruby/faker/Manifest +++ b/dev-ruby/faker/Manifest @@ -1,2 +1,3 @@ DIST faker-1.9.3.tar.gz 974178 BLAKE2B 456cff1c57de07f6f0a5d068e45bcc76db6205bd3ab91aae12584bd5342d6ab0ce7e35f7d681915eab371f4211cc1d24443d5496dd31c8a406d73119aed56828 SHA512 b521372e152ce035363e31b140085210bd78763aa45d9e37867b727accd868fcaea7c5b5c07a5795e859dcdbf48ca49233083de231f771e6b7ae7705487c9e32 DIST faker-1.9.5.tar.gz 991845 BLAKE2B 0f0824d320cf2449c2b8d9c55f30d6d8f6519bd71951b6f4a7a725bf295e62b18a44bcac8749d6ad445a441ecc53432b3864ab70d794220b3d21f6baa8c229d2 SHA512 ef5d31407d6209e37e8fbc5691904c6b242b97069c96d5a3d4d744c91894038255286b50dceadcd512742634f76bfe8d6088b53b46e7a20720fb98dbb2e7042f +DIST faker-1.9.6.tar.gz 1833392 BLAKE2B 826ee480515873d1e250147e5c3749e222b1273a00fd4ae0a2a28dca91c5981290c8540602d89d406e91d98a0f5dbc6fc4a54ab6d7d2b716a4d4957ab32254dc SHA512 1ea0c4194603b5eaec0f4abc2460fb39cb9de97179d7699c3cb37673731ebf8bf03d20fb422911d4725d4308691d4c92a82f5a661e034381cc04066ddcc955bc diff --git a/dev-ruby/faker/faker-1.9.6.ebuild b/dev-ruby/faker/faker-1.9.6.ebuild new file mode 100644 index 000..7bc73ab6971 --- /dev/null +++ b/dev-ruby/faker/faker-1.9.6.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +USE_RUBY="ruby24 ruby25 ruby26" + +RUBY_FAKEGEM_RECIPE_DOC="none" + +RUBY_FAKEGEM_GEMSPEC="faker.gemspec" + +inherit ruby-fakegem + +DESCRIPTION="A library for generating fake data such as names, addresses, and phone numbers" +HOMEPAGE="https://github.com/stympy/faker"; +SRC_URI="https://github.com/stympy/faker/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~arm ~x86" +IUSE="test" + +ruby_add_rdepend ">=dev-ruby/i18n-0.7:*" + +ruby_add_bdepend "test? ( dev-ruby/timecop )" + +all_ruby_prepare() { + sed -i -e '/simplecov/,/^end/ s:^:#:' test/test_helper.rb || die +}
[gentoo-commits] repo/gentoo:master commit in: media-gfx/optipng/
commit: e7b970f4cf953dc38642e67096b733770ba4aeca Author: Sergei Trofimovich gentoo org> AuthorDate: Sat Aug 3 02:38:14 2019 + Commit: Sergei Trofimovich gentoo org> CommitDate: Sat Aug 3 02:38:14 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7b970f4 media-gfx/optipng: stable 0.7.7 for ppc/ppc64, bug #690826 Package-Manager: Portage-2.3.69, Repoman-2.3.16 RepoMan-Options: --include-arches="ppc ppc64" Signed-off-by: Sergei Trofimovich gentoo.org> media-gfx/optipng/optipng-0.7.7.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-gfx/optipng/optipng-0.7.7.ebuild b/media-gfx/optipng/optipng-0.7.7.ebuild index 5f514448728..5dcdd92896b 100644 --- a/media-gfx/optipng/optipng-0.7.7.ebuild +++ b/media-gfx/optipng/optipng-0.7.7.ebuild @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="ZLIB" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" +KEYWORDS="~alpha ~amd64 ~arm arm64 ppc ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" IUSE="" RDEPEND="sys-libs/zlib
[gentoo-commits] repo/gentoo:master commit in: app-doc/doxygen/
commit: 7a28a7d49bcef35ce749a03fc0fe50dcd5395449 Author: Sergei Trofimovich gentoo org> AuthorDate: Sat Aug 3 02:38:22 2019 + Commit: Sergei Trofimovich gentoo org> CommitDate: Sat Aug 3 02:38:22 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a28a7d4 app-doc/doxygen: stable 1.8.15 for ppc/ppc64, bug #691282 Package-Manager: Portage-2.3.69, Repoman-2.3.16 RepoMan-Options: --include-arches="ppc ppc64" Signed-off-by: Sergei Trofimovich gentoo.org> app-doc/doxygen/doxygen-1.8.15.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-doc/doxygen/doxygen-1.8.15.ebuild b/app-doc/doxygen/doxygen-1.8.15.ebuild index e8adc625034..a1536be10f1 100644 --- a/app-doc/doxygen/doxygen-1.8.15.ebuild +++ b/app-doc/doxygen/doxygen-1.8.15.ebuild @@ -13,7 +13,7 @@ if [[ ${PV} = ** ]]; then SRC_URI="" else SRC_URI="http://doxygen.nl/files/${P}.src.tar.gz"; - KEYWORDS="~alpha ~amd64 ~arm arm64 hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" + KEYWORDS="~alpha ~amd64 ~arm arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" fi DESCRIPTION="Documentation system for most programming languages"
[gentoo-commits] repo/gentoo:master commit in: net-libs/libssh/
commit: c985e401a483c4da412fd633e5c801fc97a4b0e2 Author: Sergei Trofimovich gentoo org> AuthorDate: Sat Aug 3 02:36:51 2019 + Commit: Sergei Trofimovich gentoo org> CommitDate: Sat Aug 3 02:36:51 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c985e401 net-libs/libssh: stable 0.9.0 for ia64, bug #691110 Package-Manager: Portage-2.3.69, Repoman-2.3.16 RepoMan-Options: --include-arches="ia64" Signed-off-by: Sergei Trofimovich gentoo.org> net-libs/libssh/libssh-0.9.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-libs/libssh/libssh-0.9.0.ebuild b/net-libs/libssh/libssh-0.9.0.ebuild index 6a62c77f19a..2d08ceb11b3 100644 --- a/net-libs/libssh/libssh-0.9.0.ebuild +++ b/net-libs/libssh/libssh-0.9.0.ebuild @@ -13,7 +13,7 @@ if [[ "${PV}" == * ]] ; then EGIT_REPO_URI="https://git.libssh.org/projects/libssh.git"; else SRC_URI="https://www.libssh.org/files/$(ver_cut 1-2)/${P}.tar.xz" - KEYWORDS="alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~amd64-fbsd ~amd64-linux ~x86-linux" + KEYWORDS="alpha amd64 ~arm arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 sparc x86 ~amd64-fbsd ~amd64-linux ~x86-linux" fi LICENSE="LGPL-2.1"
[gentoo-commits] repo/gentoo:master commit in: app-doc/doxygen/
commit: f3b8bebc1beaad98c4d21f60c06002f8f74cfa82 Author: Sergei Trofimovich gentoo org> AuthorDate: Sat Aug 3 02:36:55 2019 + Commit: Sergei Trofimovich gentoo org> CommitDate: Sat Aug 3 02:36:55 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3b8bebc app-doc/doxygen: stable 1.8.15 for ia64, bug #691282 Package-Manager: Portage-2.3.69, Repoman-2.3.16 RepoMan-Options: --include-arches="ia64" Signed-off-by: Sergei Trofimovich gentoo.org> app-doc/doxygen/doxygen-1.8.15.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-doc/doxygen/doxygen-1.8.15.ebuild b/app-doc/doxygen/doxygen-1.8.15.ebuild index f69327b..e8adc625034 100644 --- a/app-doc/doxygen/doxygen-1.8.15.ebuild +++ b/app-doc/doxygen/doxygen-1.8.15.ebuild @@ -13,7 +13,7 @@ if [[ ${PV} = ** ]]; then SRC_URI="" else SRC_URI="http://doxygen.nl/files/${P}.src.tar.gz"; - KEYWORDS="~alpha ~amd64 ~arm arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" + KEYWORDS="~alpha ~amd64 ~arm arm64 hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" fi DESCRIPTION="Documentation system for most programming languages"
[gentoo-commits] repo/gentoo:master commit in: app-doc/doxygen/
commit: 84ee1d7dc321a6dccedf235ca9c54d282e1fcee1 Author: Sergei Trofimovich gentoo org> AuthorDate: Sat Aug 3 02:35:31 2019 + Commit: Sergei Trofimovich gentoo org> CommitDate: Sat Aug 3 02:35:44 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84ee1d7d app-doc/doxygen: stable 1.8.15 for hppa, bug #691282 Package-Manager: Portage-2.3.69, Repoman-2.3.16 RepoMan-Options: --include-arches="hppa" Signed-off-by: Sergei Trofimovich gentoo.org> app-doc/doxygen/doxygen-1.8.15.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-doc/doxygen/doxygen-1.8.15.ebuild b/app-doc/doxygen/doxygen-1.8.15.ebuild index c1c1b9d6bd6..f69327b 100644 --- a/app-doc/doxygen/doxygen-1.8.15.ebuild +++ b/app-doc/doxygen/doxygen-1.8.15.ebuild @@ -13,7 +13,7 @@ if [[ ${PV} = ** ]]; then SRC_URI="" else SRC_URI="http://doxygen.nl/files/${P}.src.tar.gz"; - KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" + KEYWORDS="~alpha ~amd64 ~arm arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" fi DESCRIPTION="Documentation system for most programming languages"
[gentoo-commits] repo/gentoo:master commit in: profiles/
commit: 669f3e1e67094593199b145b1b8e30c6d95170a9 Author: Matt Turner gentoo org> AuthorDate: Sat Aug 3 01:16:49 2019 + Commit: Matt Turner gentoo org> CommitDate: Sat Aug 3 01:16:49 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=669f3e1e profiles: Mask sci-mathematics/drgeo for removal Bug: https://bugs.gentoo.org/592188 Signed-off-by: Matt Turner gentoo.org> profiles/package.mask | 5 + 1 file changed, 5 insertions(+) diff --git a/profiles/package.mask b/profiles/package.mask index 87b22da0b0d..0529b6418a3 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -29,6 +29,11 @@ #--- END OF EXAMPLES --- +# Matt Turner (2019-08-02) +# Incompatible with guile-2 +# Masked for removal in 30 days, Bugs #592188 +sci-mathematics/drgeo + # Matt Turner (2019-08-02) # Incompatible with guile-2. No longer a use case # Masked for removal in 30 days, Bugs #617792
[gentoo-commits] repo/gentoo:master commit in: profiles/
commit: 11ed82f885c4f2b5e416aa1cd61f8f85e1b0642b Author: Matt Turner gentoo org> AuthorDate: Sat Aug 3 01:15:12 2019 + Commit: Matt Turner gentoo org> CommitDate: Sat Aug 3 01:15:12 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11ed82f8 profiles: Mask mail-filter/anubis for removal Bug: https://bugs.gentoo.org/617792 Signed-off-by: Matt Turner gentoo.org> profiles/package.mask | 5 + 1 file changed, 5 insertions(+) diff --git a/profiles/package.mask b/profiles/package.mask index 004f890015d..87b22da0b0d 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -29,6 +29,11 @@ #--- END OF EXAMPLES --- +# Matt Turner (2019-08-02) +# Incompatible with guile-2. No longer a use case +# Masked for removal in 30 days, Bugs #617792 +mail-filter/anubis + # Matt Turner (2019-08-02) # Unmaintained in Gentoo. Incompatible with guile-2 # Masked for removal in 30 days, Bugs #685540, #629058
[gentoo-commits] repo/gentoo:master commit in: profiles/
commit: 7fdc053024377382155383d3709f80089be930f0 Author: Matt Turner gentoo org> AuthorDate: Sat Aug 3 01:11:32 2019 + Commit: Matt Turner gentoo org> CommitDate: Sat Aug 3 01:13:03 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7fdc0530 profiles: Mask sci-physics/meep and sci-libs/libctl for removal Mask sci-physics/harminv for removal as well as meep is the only reverse dependency. Bug: https://bugs.gentoo.org/629058 Bug: https://bugs.gentoo.org/685540 Signed-off-by: Matt Turner gentoo.org> profiles/package.mask | 7 +++ 1 file changed, 7 insertions(+) diff --git a/profiles/package.mask b/profiles/package.mask index ab113d39fd7..004f890015d 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -29,6 +29,13 @@ #--- END OF EXAMPLES --- +# Matt Turner (2019-08-02) +# Unmaintained in Gentoo. Incompatible with guile-2 +# Masked for removal in 30 days, Bugs #685540, #629058 +sci-libs/libctl +sci-physics/harminv +sci-physics/meep + # Matt Turner (2019-08-02) # Unmaintained. Incompatible with guile-2 # Masked for removal in 30 days, Bugs #641864, #647536, #688244
[gentoo-commits] repo/gentoo:master commit in: profiles/
commit: d85b5a568e2ab2c3e24d89f3eca3c9b18ef6c9ed Author: Matt Turner gentoo org> AuthorDate: Sat Aug 3 00:56:53 2019 + Commit: Matt Turner gentoo org> CommitDate: Sat Aug 3 00:57:45 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d85b5a56 profiles: Mask x11-libs/guile-gtk for removal Bug: https://bugs.gentoo.org/641864 Bug: https://bugs.gentoo.org/647536 Bug: https://bugs.gentoo.org/688244 Signed-off-by: Matt Turner gentoo.org> profiles/package.mask | 5 + 1 file changed, 5 insertions(+) diff --git a/profiles/package.mask b/profiles/package.mask index 6996b0f3e42..ab113d39fd7 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -29,6 +29,11 @@ #--- END OF EXAMPLES --- +# Matt Turner (2019-08-02) +# Unmaintained. Incompatible with guile-2 +# Masked for removal in 30 days, Bugs #641864, #647536, #688244 +x11-libs/guile-gtk + # Thomas Deutschmann (2019-08-02) # Ebuild is still in development and shouldn't be used. =dev-db/mysql-8*
[gentoo-commits] repo/gentoo:master commit in: sys-kernel/linux-firmware/
commit: 514ee76d7a70e92b3b7605522ac59b19194bbff9 Author: Thomas Deutschmann gentoo org> AuthorDate: Sat Aug 3 00:53:32 2019 + Commit: Thomas Deutschmann gentoo org> CommitDate: Sat Aug 3 00:53:56 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=514ee76d sys-kernel/linux-firmware: add missing GIT_COMMIT value Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Thomas Deutschmann gentoo.org> sys-kernel/linux-firmware/linux-firmware-20190726.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-kernel/linux-firmware/linux-firmware-20190726.ebuild b/sys-kernel/linux-firmware/linux-firmware-20190726.ebuild index c2afff9ee0c..9baa48016e3 100644 --- a/sys-kernel/linux-firmware/linux-firmware-20190726.ebuild +++ b/sys-kernel/linux-firmware/linux-firmware-20190726.ebuild @@ -8,7 +8,7 @@ if [[ ${PV} == * ]]; then inherit git-r3 EGIT_REPO_URI="https://git.kernel.org/pub/scm/linux/kernel/git/firmware/${PN}.git"; else - GIT_COMMIT="" + GIT_COMMIT="dff98c6c57383fe343407bcb7b6e775e0b87274f" SRC_URI="https://git.kernel.org/cgit/linux/kernel/git/firmware/linux-firmware.git/snapshot/linux-firmware-${GIT_COMMIT}.tar.gz -> ${P}.tar.gz" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" fi
[gentoo-commits] proj/genkernel:master commit in: /
commit: c47369316bd38b737fc2806723049211db2461e1 Author: Thomas Deutschmann gentoo org> AuthorDate: Sat Aug 3 00:18:15 2019 + Commit: Thomas Deutschmann gentoo org> CommitDate: Sat Aug 3 00:41:01 2019 + URL:https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=c4736931 gen_initramfs.sh: create_initramfs(): Always show warning that --microcode-initramfs is deprecated Now that we can generate amd-uc.img via sys-kernel/linux-firmware[initramfs] and intel-uc.img via sys-firmware/intel-microcode[initramfs] tell all users that --microcode-initramfs is deprecated. Loading microcode via /boot/{amd,intel}-uc.img instead of embedding into initramfs is recommended because this will allow user to update microcode independently of initramfs updates through package updates. Signed-off-by: Thomas Deutschmann gentoo.org> gen_initramfs.sh | 7 +++ 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/gen_initramfs.sh b/gen_initramfs.sh index fb269b8..36b4678 100755 --- a/gen_initramfs.sh +++ b/gen_initramfs.sh @@ -1806,15 +1806,14 @@ create_initramfs() { print_info 1"$(get_indent 2) ${BOLD}Note:${NORMAL} You can set --no-microcode-initramfs if you load microcode on your own" fi - if ! isTrue "${WRAP_INITRD}" && [[ "${MICROCODE}" == intel ]] + if ! isTrue "${WRAP_INITRD}" then - # Only show this information for Intel users because we have no mechanism yet - # to generate amd-*.img in /boot after sys-kernel/linux-firmware update print_info 1 '' print_info 1 "${BOLD}Note:${NORMAL}" print_info 1 '--microcode-initramfs option is enabled by default for backward compatability.' print_info 1 'If your bootloader can load multiple initramfs it is recommended to load' - print_info 1 '/boot/intel-uc.img instead of embedding microcode into initramfs.' + print_info 1 '/boot/{amd,intel}-uc.img instead of embedding microcode into initramfs so you' + print_info 1 'can update microcode via package update independently of initramfs updates.' fi else print_info 3 "$(get_indent 1)>> --no-microcode-initramfs is set; Skipping early-microcode support ..."
[gentoo-commits] repo/gentoo:master commit in: x11-wm/mutter/
commit: d7b4c1e1691eadd612fb48dfc282c826237a1356 Author: Aaron Bauman gentoo org> AuthorDate: Sat Aug 3 00:31:02 2019 + Commit: Aaron Bauman gentoo org> CommitDate: Sat Aug 3 00:31:02 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7b4c1e1 x11-wm/mutter: arm64 keyworded Signed-off-by: Aaron Bauman gentoo.org> x11-wm/mutter/mutter-3.30.2-r3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-wm/mutter/mutter-3.30.2-r3.ebuild b/x11-wm/mutter/mutter-3.30.2-r3.ebuild index 67f779d7452..5b88d60c9a8 100644 --- a/x11-wm/mutter/mutter-3.30.2-r3.ebuild +++ b/x11-wm/mutter/mutter-3.30.2-r3.ebuild @@ -17,7 +17,7 @@ IUSE="debug elogind gles2 input_devices_wacom +introspection systemd test udev w REQUIRED_USE=" wayland? ( ^^ ( elogind systemd ) )" -KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" # libXi-1.7.4 or newer needed per: # https://bugzilla.gnome.org/show_bug.cgi?id=738944
[gentoo-commits] repo/gentoo:master commit in: sys-kernel/linux-firmware/
commit: 5664514caccfc55e2e529fcc9e6927e03b942f79 Author: Thomas Deutschmann gentoo org> AuthorDate: Fri Aug 2 23:48:23 2019 + Commit: Thomas Deutschmann gentoo org> CommitDate: Fri Aug 2 23:59:06 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5664514c sys-kernel/linux-firmware: bump snapshot Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Thomas Deutschmann gentoo.org> sys-kernel/linux-firmware/Manifest | 1 + .../linux-firmware/linux-firmware-20190726.ebuild | 335 + 2 files changed, 336 insertions(+) diff --git a/sys-kernel/linux-firmware/Manifest b/sys-kernel/linux-firmware/Manifest index 3c2462dca1b..78f899746d0 100644 --- a/sys-kernel/linux-firmware/Manifest +++ b/sys-kernel/linux-firmware/Manifest @@ -4,3 +4,4 @@ DIST linux-firmware-20190603.tar.gz 186855626 BLAKE2B 66e3bf709ae9a3df1ac9b7b9bd DIST linux-firmware-20190620.tar.gz 190401448 BLAKE2B a31bbe2f2bf00b9b4f5dfe43f1b764b1cd66e07baf12b21a9f9ab0186c6075c0e78b70b22ac0c3e0762d54dd1624c55f1ae177c445472e28be7c46f570dc015e SHA512 f09ed91c57d6b9f181131030e0af66766c0b49e06cce732744f5df44ed989b635e9a275ec5b140418586fd6fec7f3a1d703dd22b9257f4e5dc7c52f1194f75ae DIST linux-firmware-20190712.tar.gz 193523688 BLAKE2B 2c2751d41b7e17eb40092af43d9dd196ef5544ed43a77392780b77a2def50306f7479aa5b682507b29e471e9acdc446cc44e4ef2c0cceba9d116dbeea5a4d981 SHA512 db60dc1d42603c4fba663b7a7ff7fa8de66dd17d8dd99560162c7e763f73012d2e0ded0bb3827d80efa9a4eec4689c11000d44dc094a59242e62f92670b4aca0 DIST linux-firmware-20190717.tar.gz 193982388 BLAKE2B 9f3795aba9d1d4127bae4cbf758844bf2ef8dbc185858d2de9c89017b51f410d5f1267aa29b9ce9e41cabfc306a73f5c4d3658aa7929b0b2701b74b13b7af86e SHA512 f50a63ec9f28d4a6f6800559469a43986b1f66c09950f96d1c6ad1402ae5a02599c8f86468d96b014ede00a0a1a7cedf1aa28d53075308bf5d7f12a355fbbe20 +DIST linux-firmware-20190726.tar.gz 195272955 BLAKE2B 0997ad87830a73909943d01a01a40b8bad06798e4f039bebee663e49ba0694de368164c596033d4dffb146b684a151cc89f98de956ec3743f0a9407097954d9f SHA512 c7503f889b9b37f18f8c4489c1c666fa49e4d6d31329f51f0b59a7ec69eeb9cbc3aa9324e09f373609df242db8f51e1890fd4a61f54bcb7731a642555fd807fe diff --git a/sys-kernel/linux-firmware/linux-firmware-20190726.ebuild b/sys-kernel/linux-firmware/linux-firmware-20190726.ebuild new file mode 100644 index 000..c2afff9ee0c --- /dev/null +++ b/sys-kernel/linux-firmware/linux-firmware-20190726.ebuild @@ -0,0 +1,335 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +inherit mount-boot savedconfig + +if [[ ${PV} == * ]]; then + inherit git-r3 + EGIT_REPO_URI="https://git.kernel.org/pub/scm/linux/kernel/git/firmware/${PN}.git"; +else + GIT_COMMIT="" + SRC_URI="https://git.kernel.org/cgit/linux/kernel/git/firmware/linux-firmware.git/snapshot/linux-firmware-${GIT_COMMIT}.tar.gz -> ${P}.tar.gz" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +fi + +DESCRIPTION="Linux firmware files" +HOMEPAGE="https://git.kernel.org/?p=linux/kernel/git/firmware/linux-firmware.git"; + +LICENSE="GPL-2 GPL-2+ GPL-3 BSD MIT || ( MPL-1.1 GPL-2 ) + redistributable? ( + linux-fw-redistributable ( BSD-2 BSD BSD-4 ISC MIT no-source-code ) ) + unknown-license? ( all-rights-reserved )" +SLOT="0" +IUSE="initramfs +redistributable savedconfig unknown-license" +RESTRICT="binchecks strip + unknown-license? ( bindist )" + +BDEPEND="initramfs? ( app-arch/cpio )" + +RDEPEND="!savedconfig? ( + redistributable? ( + !sys-firmware/alsa-firmware[alsa_cards_ca0132] + !media-tv/cx18-firmware + ! "${UCODETMP}/early_cpio" + + local amd_ucode_file="${UCODEDIR}/AuthenticAMD.bin" + cat "${S}"/amd-ucode/*.bin > "${amd_ucode_file}" || die "Failed to concat amd cpu ucode" + + if [[ ! -s "${amd_ucode_file}" ]]; then + die "Sanity check failed: '${amd_ucode_file}' is empty!" + fi + + pushd "${UCODETMP}" &>/dev/null || die + find . -print0 | cpio --quiet --null -o -H newc -R 0:0 > "${S}"/amd-uc.img + popd &>/dev/null || die + if [[ ! -s "${S}/amd-uc.img" ]]; then + die "Failed to create '${S}/amd-uc.img'!" + fi + else + # If this will ever happen something has changed which + # must be reviewed + die "'${S}/amd-ucode' not found!" + fi + fi + + echo "# Remove files that shall not be installed from this list." > ${PN}.conf + find * ! -type d \( ! -name ${PN}.conf -o -name amd-uc.img \) >> ${PN}.conf + +
[gentoo-commits] repo/gentoo:master commit in: sys-kernel/linux-firmware/
commit: 3547ee0e2205ce4b8db5acd193d9215d61769511 Author: Thomas Deutschmann gentoo org> AuthorDate: Fri Aug 2 23:46:36 2019 + Commit: Thomas Deutschmann gentoo org> CommitDate: Fri Aug 2 23:59:05 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3547ee0e sys-kernel/linux-firmware: add USE=initramfs USE=initramfs will create /boot/amd-uc.img. Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Thomas Deutschmann gentoo.org> .../linux-firmware/linux-firmware-.ebuild | 40 -- sys-kernel/linux-firmware/metadata.xml | 7 ++-- 2 files changed, 40 insertions(+), 7 deletions(-) diff --git a/sys-kernel/linux-firmware/linux-firmware-.ebuild b/sys-kernel/linux-firmware/linux-firmware-.ebuild index f439b40eab4..c2afff9ee0c 100644 --- a/sys-kernel/linux-firmware/linux-firmware-.ebuild +++ b/sys-kernel/linux-firmware/linux-firmware-.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit savedconfig +inherit mount-boot savedconfig if [[ ${PV} == * ]]; then inherit git-r3 @@ -21,10 +21,12 @@ LICENSE="GPL-2 GPL-2+ GPL-3 BSD MIT || ( MPL-1.1 GPL-2 ) linux-fw-redistributable ( BSD-2 BSD BSD-4 ISC MIT no-source-code ) ) unknown-license? ( all-rights-reserved )" SLOT="0" -IUSE="+redistributable savedconfig unknown-license" +IUSE="initramfs +redistributable savedconfig unknown-license" RESTRICT="binchecks strip unknown-license? ( bindist )" +BDEPEND="initramfs? ( app-arch/cpio )" + RDEPEND="!savedconfig? ( redistributable? ( !sys-firmware/alsa-firmware[alsa_cards_ca0132] @@ -244,8 +246,35 @@ src_prepare() { IFS=$' \t\n' fi + if use initramfs; then + if [[ -d "${S}/amd-ucode" ]]; then + local UCODETMP="${T}/ucode_tmp" + local UCODEDIR="${UCODETMP}/kernel/x86/microcode" + mkdir -p "${UCODEDIR}" || die + echo 1 > "${UCODETMP}/early_cpio" + + local amd_ucode_file="${UCODEDIR}/AuthenticAMD.bin" + cat "${S}"/amd-ucode/*.bin > "${amd_ucode_file}" || die "Failed to concat amd cpu ucode" + + if [[ ! -s "${amd_ucode_file}" ]]; then + die "Sanity check failed: '${amd_ucode_file}' is empty!" + fi + + pushd "${UCODETMP}" &>/dev/null || die + find . -print0 | cpio --quiet --null -o -H newc -R 0:0 > "${S}"/amd-uc.img + popd &>/dev/null || die + if [[ ! -s "${S}/amd-uc.img" ]]; then + die "Failed to create '${S}/amd-uc.img'!" + fi + else + # If this will ever happen something has changed which + # must be reviewed + die "'${S}/amd-ucode' not found!" + fi + fi + echo "# Remove files that shall not be installed from this list." > ${PN}.conf - find * ! -type d ! -name ${PN}.conf >> ${PN}.conf + find * ! -type d \( ! -name ${PN}.conf -o -name amd-uc.img \) >> ${PN}.conf if use savedconfig; then restore_config ${PN}.conf @@ -268,6 +297,11 @@ src_install() { fi rm ${PN}.conf || die + if use initramfs ; then + mkdir "${ED}/boot" || die + mv "${S}"/amd-uc.img "${ED}/boot" || die + fi + if ! ( shopt -s failglob; : * ) 2>/dev/null; then eerror "No files to install. Check your USE flag settings" eerror "and the list of files in your saved configuration." diff --git a/sys-kernel/linux-firmware/metadata.xml b/sys-kernel/linux-firmware/metadata.xml index 7370ea010cc..b1cdaa4debb 100644 --- a/sys-kernel/linux-firmware/metadata.xml +++ b/sys-kernel/linux-firmware/metadata.xml @@ -14,10 +14,9 @@ Gentoo Kernel Project - Install also non-free (but redistributable) - firmware files + Create and install initramfs for early microcode loading in /boot (only AMD for now) + Install also non-free (but redistributable) firmware files Allows individual selection of firmware files - Install firmware files whose license is - unknown + Install firmware files whose license is unknown
[gentoo-commits] repo/gentoo:master commit in: profiles/arch/x86/, profiles/base/, profiles/arch/amd64/
commit: 46c4f8e5d1c31c2e3053fda19eea9260cc5cef15 Author: Thomas Deutschmann gentoo org> AuthorDate: Fri Aug 2 23:57:44 2019 + Commit: Thomas Deutschmann gentoo org> CommitDate: Fri Aug 2 23:59:07 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46c4f8e5 profiles: Allow sys-kernel/linux-firmware[initramfs] only where supported Signed-off-by: Thomas Deutschmann gentoo.org> profiles/arch/amd64/package.use.mask | 4 profiles/arch/x86/package.use.mask | 4 profiles/base/package.use.mask | 4 3 files changed, 12 insertions(+) diff --git a/profiles/arch/amd64/package.use.mask b/profiles/arch/amd64/package.use.mask index 4cab4ec782a..f339e0fa602 100644 --- a/profiles/arch/amd64/package.use.mask +++ b/profiles/arch/amd64/package.use.mask @@ -17,6 +17,10 @@ #--- END OF EXAMPLES --- +# Thomas Deutschmann (2019-08-03) +# Early microcode loading is supported on amd64 +sys-kernel/linux-firmware -initramfs + # Lars Wendler (2019-07-26) # dev-libs/gumbo is keyworded on amd64 mail-client/claws-mail -litehtml diff --git a/profiles/arch/x86/package.use.mask b/profiles/arch/x86/package.use.mask index e2d885cbb7b..e2976b7f3f6 100644 --- a/profiles/arch/x86/package.use.mask +++ b/profiles/arch/x86/package.use.mask @@ -3,6 +3,10 @@ # This file requires >=portage-2.1.1 +# Thomas Deutschmann (2019-08-03) +# Early microcode loading is supported on x86 +sys-kernel/linux-firmware -initramfs + # Lars Wendler (2019-07-26) # dev-libs/gumbo is keyworded on x86 mail-client/claws-mail -litehtml diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask index f1a5693fc8d..21f1dc8bcf8 100644 --- a/profiles/base/package.use.mask +++ b/profiles/base/package.use.mask @@ -7,6 +7,10 @@ # This file is only for generic masks. For arch-specific masks (i.e. # mask everywhere, unmask on arch/*) use arch/base. +# Thomas Deutschmann (2019-08-03) +# Early microcode loading is only supported on amd64 & x86 +sys-kernel/linux-firmware initramfs + # Lars Wendler (2019-07-26) # Requires dev-libs/gumbo which is only keyworded for amd64 and x86 mail-client/claws-mail litehtml
[gentoo-commits] repo/gentoo:master commit in: dev-db/mariadb/
commit: c38fe1abc758f3cb5718b67d0c5e5ebed31d2714 Author: Brian Evans gentoo org> AuthorDate: Fri Aug 2 22:08:10 2019 + Commit: Brian Evans gentoo org> CommitDate: Fri Aug 2 22:08:34 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c38fe1ab dev-db/mariadb: Fix file collisions and missing static binding 2 man files will collide with mysql-connector-c, removed USE="galera" inadvertainly builds but does not install 2 dynamic libs as they are meant to be static and the EAPI=7 cmake change causes issues Make these libs static Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Brian Evans gentoo.org> dev-db/mariadb/mariadb-10.1.41.ebuild | 5 + dev-db/mariadb/mariadb-10.2.26.ebuild | 5 + dev-db/mariadb/mariadb-10.3.17.ebuild | 5 + dev-db/mariadb/mariadb-10.4.7.ebuild | 11 +++ dev-db/mariadb/mariadb-5.5.65.ebuild | 5 + 5 files changed, 31 insertions(+) diff --git a/dev-db/mariadb/mariadb-10.1.41.ebuild b/dev-db/mariadb/mariadb-10.1.41.ebuild index 8a6a85ca423..40a3c6f6fd6 100644 --- a/dev-db/mariadb/mariadb-10.1.41.ebuild +++ b/dev-db/mariadb/mariadb-10.1.41.ebuild @@ -267,6 +267,11 @@ src_prepare() { use oqgraph || _disable_engine oqgraph _disable_engine example + # Don't clash with dev-db/mysql-connector-c + sed -i -e 's/ my_print_defaults.1//' \ + -e 's/ perror.1//' \ + "${S}"/man/CMakeLists.txt || die + cmake-utils_src_prepare java-pkg-opt-2_src_prepare } diff --git a/dev-db/mariadb/mariadb-10.2.26.ebuild b/dev-db/mariadb/mariadb-10.2.26.ebuild index 5e2edb0efa6..b43d53dfd0b 100644 --- a/dev-db/mariadb/mariadb-10.2.26.ebuild +++ b/dev-db/mariadb/mariadb-10.2.26.ebuild @@ -305,6 +305,11 @@ src_prepare() { _disable_engine mroonga fi + # Don't clash with dev-db/mysql-connector-c + sed -i -e 's/ my_print_defaults.1//' \ + -e 's/ perror.1//' \ + "${S}"/man/CMakeLists.txt || die + cmake-utils_src_prepare java-pkg-opt-2_src_prepare } diff --git a/dev-db/mariadb/mariadb-10.3.17.ebuild b/dev-db/mariadb/mariadb-10.3.17.ebuild index 958d9f1cb1e..d960aec7eba 100644 --- a/dev-db/mariadb/mariadb-10.3.17.ebuild +++ b/dev-db/mariadb/mariadb-10.3.17.ebuild @@ -295,6 +295,11 @@ src_prepare() { _disable_engine mroonga fi + # Don't clash with dev-db/mysql-connector-c + sed -i -e 's/ my_print_defaults.1//' \ + -e 's/ perror.1//' \ + "${S}"/man/CMakeLists.txt || die + cmake-utils_src_prepare java-pkg-opt-2_src_prepare } diff --git a/dev-db/mariadb/mariadb-10.4.7.ebuild b/dev-db/mariadb/mariadb-10.4.7.ebuild index ca6d9f79031..4ab8c38d372 100644 --- a/dev-db/mariadb/mariadb-10.4.7.ebuild +++ b/dev-db/mariadb/mariadb-10.4.7.ebuild @@ -296,6 +296,17 @@ src_prepare() { _disable_engine mroonga fi + # Fix static bindings in galera replication + sed -i -e 's~add_library(wsrep_api_v26$~add_library(wsrep_api_v26 STATIC~' \ + "${S}"/wsrep-lib/wsrep-API/CMakeLists.txt || die + sed -i -e 's~add_library(wsrep-lib$~add_library(wsrep-lib STATIC~' \ + "${S}"/wsrep-lib/src/CMakeLists.txt || die + + # Don't clash with dev-db/mysql-connector-c + sed -i -e 's/ my_print_defaults.1//' \ + -e 's/ perror.1//' \ + "${S}"/man/CMakeLists.txt || die + cmake-utils_src_prepare java-pkg-opt-2_src_prepare } diff --git a/dev-db/mariadb/mariadb-5.5.65.ebuild b/dev-db/mariadb/mariadb-5.5.65.ebuild index c09952b96da..25cab0615e8 100644 --- a/dev-db/mariadb/mariadb-5.5.65.ebuild +++ b/dev-db/mariadb/mariadb-5.5.65.ebuild @@ -229,6 +229,11 @@ src_prepare() { _disable_engine oqgraph fi + # Don't clash with dev-db/mysql-connector-c + sed -i -e 's/ my_print_defaults.1//' \ + -e 's/ perror.1//' \ + "${S}"/man/CMakeLists.txt || die + cmake-utils_src_prepare }
[gentoo-commits] repo/gentoo:master commit in: dev-db/mysql-connector-c/
commit: 26c8d4910e85d0ea562285356a9cdac0a514d0d4 Author: Thomas Deutschmann gentoo org> AuthorDate: Fri Aug 2 22:06:21 2019 + Commit: Thomas Deutschmann gentoo org> CommitDate: Fri Aug 2 22:06:21 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26c8d491 dev-db/mysql-connector-c: sh keyworded (bug #556246) Adding keywords due to arch team timeout based on buildd.debian.org stats. Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Thomas Deutschmann gentoo.org> dev-db/mysql-connector-c/mysql-connector-c-6.1.11-r2.ebuild | 2 +- dev-db/mysql-connector-c/mysql-connector-c-8.0.17-r1.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-db/mysql-connector-c/mysql-connector-c-6.1.11-r2.ebuild b/dev-db/mysql-connector-c/mysql-connector-c-6.1.11-r2.ebuild index 7fffab40fcc..73f2092c4ba 100644 --- a/dev-db/mysql-connector-c/mysql-connector-c-6.1.11-r2.ebuild +++ b/dev-db/mysql-connector-c/mysql-connector-c-6.1.11-r2.ebuild @@ -18,7 +18,7 @@ LICENSE="GPL-2" SRC_URI="https://dev.mysql.com/get/Downloads/Connector-C/${P}-src.tar.gz"; S="${WORKDIR}/${P}-src" -KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sparc x86" +KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86" SUBSLOT="18" SLOT="0/${SUBSLOT}" diff --git a/dev-db/mysql-connector-c/mysql-connector-c-8.0.17-r1.ebuild b/dev-db/mysql-connector-c/mysql-connector-c-8.0.17-r1.ebuild index 667251898c9..8bde003962a 100644 --- a/dev-db/mysql-connector-c/mysql-connector-c-8.0.17-r1.ebuild +++ b/dev-db/mysql-connector-c/mysql-connector-c-8.0.17-r1.ebuild @@ -13,7 +13,7 @@ HOMEPAGE="https://dev.mysql.com/downloads/"; LICENSE="GPL-2" SRC_URI="https://dev.mysql.com/get/Downloads/MySQL-8.0/mysql-boost-${PV}.tar.gz"; -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" SLOT="0/21" IUSE="ldap libressl +ssl static-libs"
[gentoo-commits] repo/gentoo:master commit in: dev-db/mysql/
commit: 491567701dec41a4ee81746709fcf6a510ced4d6 Author: Thomas Deutschmann gentoo org> AuthorDate: Fri Aug 2 21:58:35 2019 + Commit: Thomas Deutschmann gentoo org> CommitDate: Fri Aug 2 21:58:47 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49156770 dev-db/mysql: drop unneeded empty line Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Thomas Deutschmann gentoo.org> dev-db/mysql/mysql-5.7.27.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/dev-db/mysql/mysql-5.7.27.ebuild b/dev-db/mysql/mysql-5.7.27.ebuild index 51372d0a361..05cb0dc5f93 100644 --- a/dev-db/mysql/mysql-5.7.27.ebuild +++ b/dev-db/mysql/mysql-5.7.27.ebuild @@ -303,7 +303,6 @@ src_prepare() { man/zlib_decompress.1 \ || die - if use libressl ; then sed -i 's/OPENSSL_MAJOR_VERSION STREQUAL "1"/OPENSSL_MAJOR_VERSION STREQUAL "2"/' \ "${S}/cmake/ssl.cmake" || die
[gentoo-commits] repo/gentoo:master commit in: games-strategy/lightyears/
commit: 74f1923749f790d26dc46a0e92c0b308f98aabdf Author: James Le Cuirot gentoo org> AuthorDate: Fri Aug 2 21:20:31 2019 + Commit: James Le Cuirot gentoo org> CommitDate: Fri Aug 2 21:42:45 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74f19237 games-strategy/lightyears: Fix dependencies, https, EAPI 7 Closes: https://bugs.gentoo.org/685662 Package-Manager: Portage-2.3.70, Repoman-2.3.16 Signed-off-by: James Le Cuirot gentoo.org> ...ears-1.4-r2.ebuild => lightyears-1.4-r3.ebuild} | 28 +- 1 file changed, 17 insertions(+), 11 deletions(-) diff --git a/games-strategy/lightyears/lightyears-1.4-r2.ebuild b/games-strategy/lightyears/lightyears-1.4-r3.ebuild similarity index 66% rename from games-strategy/lightyears/lightyears-1.4-r2.ebuild rename to games-strategy/lightyears/lightyears-1.4-r3.ebuild index 7e7344951fc..4d4cfa964e4 100644 --- a/games-strategy/lightyears/lightyears-1.4-r2.ebuild +++ b/games-strategy/lightyears/lightyears-1.4-r3.ebuild @@ -1,34 +1,37 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 + PYTHON_COMPAT=( python2_7 ) -inherit desktop python-single-r1 +inherit desktop python-single-r1 xdg-utils DESCRIPTION="A single-player game with a science-fiction theme" -HOMEPAGE="http://www.jwhitham.org/20kly/"; -SRC_URI="http://www.jwhitham.org/20kly/${P}.tar.bz2"; - +HOMEPAGE="https://www.jwhitham.org/20kly/"; +SRC_URI="https://www.jwhitham.org/20kly/${P}.tar.bz2"; LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" - -IUSE="" -REQUIRED_USE=${PYTHON_REQUIRED_USE} +REQUIRED_USE="${PYTHON_REQUIRED_USE}" RDEPEND="${PYTHON_DEPS} dev-python/pygame[${PYTHON_USEDEP}] " -RDEPEND="${DEPEND}" +DEPEND="${RDEPEND}" + +PATCHES=( + "${FILESDIR}/${P}"-gentoo.patch +) src_prepare() { default - eapply "${FILESDIR}/${P}"-gentoo.patch + sed -i \ -e "s:@GENTOO_LIBDIR@:/usr/$(get_libdir)/${PN}:" \ -e "s:@GENTOO_DATADIR@:/usr/share/${PN}:" \ ${PN} || die + python_fix_shebang . } @@ -48,3 +51,6 @@ src_install() { newicon data/32.png ${PN}.png make_desktop_entry ${PN} "Light Years Into Space" } + +pkg_postinst() { xdg_icon_cache_update; } +pkg_postrm() { xdg_icon_cache_update; }
[gentoo-commits] repo/gentoo:master commit in: games-board/pychess/
commit: a1e0aa922214922dd4170f10ef2345f2b97bec45 Author: James Le Cuirot gentoo org> AuthorDate: Fri Aug 2 21:42:17 2019 + Commit: James Le Cuirot gentoo org> CommitDate: Fri Aug 2 21:42:48 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1e0aa92 games-board/pychess: Drop old Closes: https://bugs.gentoo.org/675126 Package-Manager: Portage-2.3.70, Repoman-2.3.16 Signed-off-by: James Le Cuirot gentoo.org> games-board/pychess/Manifest | 2 - games-board/pychess/pychess-0.12.4.ebuild | 71 --- games-board/pychess/pychess-0.99.3.ebuild | 71 --- 3 files changed, 144 deletions(-) diff --git a/games-board/pychess/Manifest b/games-board/pychess/Manifest index 230263964cb..cf02b110ce8 100644 --- a/games-board/pychess/Manifest +++ b/games-board/pychess/Manifest @@ -1,3 +1 @@ -DIST pychess-0.12.4.tar.gz 4728410 BLAKE2B 4fd95e85983ce9e7d588e98a27a1695d116f102290942e2c747046ee9e4289b53734dbd949af4f88fc4186fc3e52b9ff41b1e18e2763c5f48b2d371ae22f44fe SHA512 bf2a6cffca50742fbdfba04bc33807b53e4b7485cb6c9b6bb84816e176fd99f3929dbc8e504b46053cdcd30f691d6df948f5153508b2b6d3504f85a31eaccf62 -DIST pychess-0.99.3.tar.gz 12325822 BLAKE2B 603615283a1415b9f06062fc7e1ea0c97be4b9a6c28d959081f3b0fc5f0a4572fb73133e791614a8eb05ac40877ec63d7a6bcb743a9ac4a03de2170b7cf4daa9 SHA512 45f82fecdd9931129d14d8fcfef1de2df2c501f009c4f9cda3c8b699e2b4f35b615eafbd8ccf1cd2554869bfe3ba5aa2eb66d0408f1cb4076a11d43b0401e7c7 DIST pychess-0.99.4.tar.gz 12318797 BLAKE2B ae0741d724516b85c4158e25bc7a2ea1f7642bfa165365d6022c6de6c4447b5f9d3baa2f801bdcbf2449de53f95df3ec68d9a5c898d962c1864a5a2b0c5183b6 SHA512 79b5a3a780864ca8b92be19b213442030752694fa9cd3a4bf71140d2364042521f534adf94843094531550b1029bb6f80150953dd661631ec45b1b08014cf9dc diff --git a/games-board/pychess/pychess-0.12.4.ebuild b/games-board/pychess/pychess-0.12.4.ebuild deleted file mode 100644 index f5fe5647325..000 --- a/games-board/pychess/pychess-0.12.4.ebuild +++ /dev/null @@ -1,71 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -PYTHON_COMPAT=( python2_7 ) -PYTHON_REQ_USE="sqlite" - -inherit fdo-mime gnome2-utils distutils-r1 - -DESCRIPTION="A chess client for Gnome" -HOMEPAGE="http://pychess.org/"; -SRC_URI="http://pychess.org/download/${P}.tar.gz"; - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="gstreamer" - -DEPEND=" - dev-python/pycairo[${PYTHON_USEDEP}] - dev-python/pygobject:3[${PYTHON_USEDEP}] - gnome-base/librsvg:2 - x11-libs/gtksourceview:3.0 - x11-libs/pango - x11-themes/adwaita-icon-theme - gstreamer? ( - dev-python/gst-python:1.0 - media-libs/gstreamer:1.0 - media-libs/gst-plugins-base:1.0 ) -" -RDEPEND=${DEPEND} - -python_install() { - distutils-r1_python_install - - # bug 487706 - sed -i \ - -e "s/@PYTHON@/${EPYTHON}/" \ - "${ED%/}/$(python_get_sitedir)"/${PN}/Players/engineNest.py || die -} - -python_install_all() { - DOCS="AUTHORS README.md" \ - distutils-r1_python_install_all -} - -src_prepare() { - distutils-r1_src_prepare -} - -src_compile() { - distutils-r1_src_compile -} - -src_install() { - distutils-r1_src_install -} - -pkg_preinst() { - gnome2_icon_savelist -} - -pkg_postinst() { - gnome2_icon_cache_update - fdo-mime_desktop_database_update -} - -pkg_postrm() { - gnome2_icon_cache_update - fdo-mime_desktop_database_update -} diff --git a/games-board/pychess/pychess-0.99.3.ebuild b/games-board/pychess/pychess-0.99.3.ebuild deleted file mode 100644 index 0dd61cd1b48..000 --- a/games-board/pychess/pychess-0.99.3.ebuild +++ /dev/null @@ -1,71 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -PYTHON_COMPAT=( python3_{5,6} ) -PYTHON_REQ_USE="sqlite" - -inherit gnome2-utils distutils-r1 xdg-utils - -DESCRIPTION="A chess client for Gnome" -HOMEPAGE="http://pychess.org/"; -SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV}/${P}.tar.gz"; - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="gstreamer" - -DEPEND=" - dev-python/pycairo[${PYTHON_USEDEP}] - dev-python/pygobject:3[${PYTHON_USEDEP}] - gnome-base/librsvg:2 - x11-libs/gtksourceview:3.0 - x11-libs/pango - x11-themes/adwaita-icon-theme - gstreamer? ( - dev-python/gst-python:1.0 - media-libs/gstreamer:1.0 - media-libs/gst-plugins-base:1.0 ) -" -RDEPEND=${DEPEND} - -python_install() { - distutils-r1_python_install - - # bug 487706 - sed -i \ - -e "s/@PYTHON@/${EPYTHON}/" \ - "${ED%/}/$(python_get_sitedir)"/${PN}/Players/engineNest.py || die -} - -python_install_all() { -
[gentoo-commits] repo/gentoo:master commit in: games-arcade/commandergenius/
commit: e6aff8e3a5963a885378be3dc46194239a2819e4 Author: James Le Cuirot gentoo org> AuthorDate: Fri Aug 2 21:11:55 2019 + Commit: James Le Cuirot gentoo org> CommitDate: Fri Aug 2 21:42:41 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6aff8e3 games-arcade/commandergenius: Add missing REQUIRED_USE Package-Manager: Portage-2.3.70, Repoman-2.3.16 Signed-off-by: James Le Cuirot gentoo.org> games-arcade/commandergenius/commandergenius-2.3.3.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/games-arcade/commandergenius/commandergenius-2.3.3.ebuild b/games-arcade/commandergenius/commandergenius-2.3.3.ebuild index 4c3fc02b572..e2625339eed 100644 --- a/games-arcade/commandergenius/commandergenius-2.3.3.ebuild +++ b/games-arcade/commandergenius/commandergenius-2.3.3.ebuild @@ -17,6 +17,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="+downloader opengl +python" +REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" RESTRICT="mirror" # contains keen files, but we do not install them RDEPEND="media-libs/libsdl2[opengl?,video]
[gentoo-commits] repo/gentoo:master commit in: dev-util/gn/
commit: ce20efb355280ce20608e921cefe11fff0c8f886 Author: Aaron Bauman gentoo org> AuthorDate: Fri Aug 2 21:07:08 2019 + Commit: Aaron Bauman gentoo org> CommitDate: Fri Aug 2 21:07:08 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce20efb3 dev-util/gn: arm64 keyworded (bug #691026) Signed-off-by: Aaron Bauman gentoo.org> Package-Manager: Portage-2.3.69, Repoman-2.3.16 dev-util/gn/gn-0.1544.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/gn/gn-0.1544.ebuild b/dev-util/gn/gn-0.1544.ebuild index 92d8f91252f..2ab8a04093f 100644 --- a/dev-util/gn/gn-0.1544.ebuild +++ b/dev-util/gn/gn-0.1544.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://dev.gentoo.org/~floppym/dist/${P}.tar.gz"; LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~arm64 ~x86" IUSE="vim-syntax" BDEPEND="
[gentoo-commits] repo/gentoo:master commit in: www-client/chromium/
commit: 9f002773a6f562d10e7f84e6baf50bbb599e7f91 Author: Aaron Bauman gentoo org> AuthorDate: Fri Aug 2 21:06:57 2019 + Commit: Aaron Bauman gentoo org> CommitDate: Fri Aug 2 21:06:57 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f002773 www-client/chromium: arm64 keyworded (bug #691026) Signed-off-by: Aaron Bauman gentoo.org> Package-Manager: Portage-2.3.69, Repoman-2.3.16 www-client/chromium/chromium-76.0.3809.87.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www-client/chromium/chromium-76.0.3809.87.ebuild b/www-client/chromium/chromium-76.0.3809.87.ebuild index 8da832b3d8c..2771f0fc1ff 100644 --- a/www-client/chromium/chromium-76.0.3809.87.ebuild +++ b/www-client/chromium/chromium-76.0.3809.87.ebuild @@ -16,7 +16,7 @@ SRC_URI="https://commondatastorage.googleapis.com/chromium-browser-official/${P} LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 ~x86" +KEYWORDS="amd64 ~arm64 ~x86" IUSE="+closure-compile component-build cups cpu_flags_arm_neon gnome-keyring +hangouts jumbo-build kerberos pic +proprietary-codecs pulseaudio selinux +suid +system-ffmpeg +system-icu +system-libvpx +tcmalloc widevine" RESTRICT="!system-ffmpeg? ( proprietary-codecs? ( bindist ) )" REQUIRED_USE="component-build? ( !suid )"
[gentoo-commits] repo/gentoo:master commit in: games-simulation/train-valley/
commit: 7c9adb59daba6e9d352585b527022cb8698371d2 Author: James Le Cuirot gentoo org> AuthorDate: Fri Aug 2 20:59:53 2019 + Commit: James Le Cuirot gentoo org> CommitDate: Fri Aug 2 20:59:53 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c9adb59 games-simulation/train-valley: New package Package-Manager: Portage-2.3.70, Repoman-2.3.16 Signed-off-by: James Le Cuirot gentoo.org> games-simulation/train-valley/Manifest | 1 + games-simulation/train-valley/metadata.xml | 11 .../train-valley/train-valley-1.3.31403.ebuild | 61 ++ 3 files changed, 73 insertions(+) diff --git a/games-simulation/train-valley/Manifest b/games-simulation/train-valley/Manifest new file mode 100644 index 000..2e3e1fcf138 --- /dev/null +++ b/games-simulation/train-valley/Manifest @@ -0,0 +1 @@ +DIST train_valley_1_3_31403.sh 196066169 BLAKE2B fe9e6ae5b0ef76794823dc86ed100fdac355d3929d85a9a12096f79cf9e6f946e2c85b5b737ebcab813ceef29094734f74546fff06124fe4bf07ef224d5842ff SHA512 16fd627f8ca6399579b17d7a4ce29caba554fbfb0dc72b40827f1c3a061d8c238a7faeb1b5171917362d381642e8cb066cdad5556fb71f4d27225bf227d735cd diff --git a/games-simulation/train-valley/metadata.xml b/games-simulation/train-valley/metadata.xml new file mode 100644 index 000..1dbebd848c8 --- /dev/null +++ b/games-simulation/train-valley/metadata.xml @@ -0,0 +1,11 @@ + +http://www.gentoo.org/dtd/metadata.dtd";> + + + ga...@gentoo.org + Gentoo Games Project + + + Install the GUI for configuring screen resolution and input + + diff --git a/games-simulation/train-valley/train-valley-1.3.31403.ebuild b/games-simulation/train-valley/train-valley-1.3.31403.ebuild new file mode 100644 index 000..eeda5d017b7 --- /dev/null +++ b/games-simulation/train-valley/train-valley-1.3.31403.ebuild @@ -0,0 +1,61 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit eutils desktop unpacker xdg-utils + +DESCRIPTION="Build railroads in order to connect cities, tunnels, and bridges" +HOMEPAGE="http://train-valley.com/tv1.html"; +SRC_URI="${P//[-.]/_}.sh" +LICENSE="all-rights-reserved" +SLOT="0" +KEYWORDS="-* ~amd64 ~x86" +IUSE="+gui" +RESTRICT="bindist fetch splitdebug" + +RDEPEND=" + virtual/opengl + x11-libs/libX11 + x11-libs/libXrandr + gui? ( + dev-libs/glib:2 + x11-libs/gdk-pixbuf:2 + x11-libs/gtk+:2 + ) +" + +S="${WORKDIR}/data/noarch/game" + +DIR="/opt/${PN}" +QA_PREBUILT="${DIR}/*" + +pkg_nofetch() { + einfo "Please buy and download ${SRC_URI} from:" + einfo " https://www.gog.com/game/${PN//-/_}"; + einfo "and move it to your distfiles directory." +} + +src_unpack() { + unpack_zip ${A} +} + +src_install() { + exeinto "${DIR}" + newexe ${PN}.$(usex amd64 x86_64 x86) ${PN} + make_wrapper ${PN} "${DIR}"/${PN} + + insinto "${DIR}" + doins -r ${PN}_Data/ + rm -r "${ED}/${DIR}"/${PN}_Data/*/$(usex amd64 x86 x86_64) || die + + if ! use gui; then + rm "${ED}/${DIR}"/${PN}_Data/Plugins/*/ScreenSelector.so || die + fi + + newicon -s 128 ${PN}_Data/Resources/UnityPlayer.png ${PN}.png + make_desktop_entry ${PN} "Train Valley" +} + +pkg_postinst() { xdg_icon_cache_update; } +pkg_postrm() { xdg_icon_cache_update; }
[gentoo-commits] repo/gentoo:master commit in: www-client/chromium/files/, www-client/chromium/
commit: 428b14974c57a82ac01c21b8b9ed1bf2bd93b184 Author: Stephan Hartmann googlemail com> AuthorDate: Fri Aug 2 16:52:43 2019 + Commit: Mike Gilbert gentoo org> CommitDate: Fri Aug 2 20:42:17 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=428b1497 www-client/chromium: security cleanup Bug: https://bugs.gentoo.org/691098 Closes: https://github.com/gentoo/gentoo/pull/12600 Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Stephan Hartmann googlemail.com> Signed-off-by: Mike Gilbert gentoo.org> www-client/chromium/Manifest | 1 - www-client/chromium/chromium-75.0.3770.142.ebuild | 708 - .../chromium/files/chromium-75-fix-gn-gen.patch| 27 - .../chromium/files/chromium-75-gcc-angle-fix.patch | 20 - www-client/chromium/files/chromium-75-llvm8.patch | 17 - .../chromium/files/chromium-75-noexcept.patch | 101 --- .../files/chromium-75-post-task-crash.patch| 52 -- .../chromium/files/chromium-75-unique_ptr.patch| 31 - .../chromium/files/chromium-compiler-r9.patch | 196 -- 9 files changed, 1153 deletions(-) diff --git a/www-client/chromium/Manifest b/www-client/chromium/Manifest index 82e5661af7c..e23e84adab7 100644 --- a/www-client/chromium/Manifest +++ b/www-client/chromium/Manifest @@ -1,2 +1 @@ -DIST chromium-75.0.3770.142.tar.xz 709968204 BLAKE2B 0e3456127796e7580c50edc0dc16c6989108837a380c96704c96bbd14b042f6d7059dc082a099a7f7752b3b3c6c072e9e9ecc89f3528b914f13a4a923a4488dd SHA512 89534fafe06281cf8ac328f7a17c192f4a03cbc8e6b410626ea2e7993231b4ba195b4190a3f183fad63a03602df7b763a776f10802b1330c737f0249bf17a792 DIST chromium-76.0.3809.87.tar.xz 728890984 BLAKE2B d09b6b4dd84d6e2ad6a24602296bfab99294ca09c21553312fa55979eb308d1b3a42cc0e31b4e619cd19c0dfc38dda89bca3b5d2787a96b8836d720f0763f124 SHA512 f237cb794bff68cbc2ea3daadea2852df810543873ceaefa4be901702b3578ce7b23a0f083b76373de20e60ea2dc1245c58de0888fb6c72ca465bca0ee0e7c1a diff --git a/www-client/chromium/chromium-75.0.3770.142.ebuild b/www-client/chromium/chromium-75.0.3770.142.ebuild deleted file mode 100644 index 9dc1a9c45b4..000 --- a/www-client/chromium/chromium-75.0.3770.142.ebuild +++ /dev/null @@ -1,708 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -PYTHON_COMPAT=( python2_7 ) - -CHROMIUM_LANGS="am ar bg bn ca cs da de el en-GB es es-419 et fa fi fil fr gu he - hi hr hu id it ja kn ko lt lv ml mr ms nb nl pl pt-BR pt-PT ro ru sk sl sr - sv sw ta te th tr uk vi zh-CN zh-TW" - -inherit check-reqs chromium-2 desktop flag-o-matic multilib ninja-utils pax-utils portability python-any-r1 readme.gentoo-r1 toolchain-funcs xdg-utils - -DESCRIPTION="Open-source version of Google Chrome web browser" -HOMEPAGE="http://chromium.org/"; -SRC_URI="https://commondatastorage.googleapis.com/chromium-browser-official/${P}.tar.xz"; - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 ~x86" -IUSE="+closure-compile component-build cups gnome-keyring +hangouts jumbo-build kerberos neon pic +proprietary-codecs pulseaudio selinux +suid +system-ffmpeg +system-icu +system-libvpx +tcmalloc widevine" -RESTRICT="!system-ffmpeg? ( proprietary-codecs? ( bindist ) )" -REQUIRED_USE="component-build? ( !suid )" - -COMMON_DEPEND=" - >=app-accessibility/at-spi2-atk-2.26:2 - app-arch/bzip2:= - cups? ( >=net-print/cups-1.3.11:= ) - >=dev-libs/atk-2.26 - dev-libs/expat:= - dev-libs/glib:2 - system-icu? ( >=dev-libs/icu-64:= ) - >=dev-libs/libxml2-2.9.4-r3:=[icu] - dev-libs/libxslt:= - dev-libs/nspr:= - >=dev-libs/nss-3.26:= - >=dev-libs/re2-0.2016.11.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-2.2.0: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-4:= - || ( - media-video/ffmpeg[-samba] - >=net-fs/samba-4.5.10-r1[-debug(-)] - ) - !=net-fs/samba-4.5.12-r0 - 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:= - ap
[gentoo-commits] repo/gentoo:master commit in: sys-apps/systemd/files/
commit: e60754ead10554205e458a6c37ca1017c459b522 Author: Michael Mair-Keimberger gmail com> AuthorDate: Fri Aug 2 18:51:51 2019 + Commit: Mike Gilbert gentoo org> CommitDate: Fri Aug 2 20:41:01 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e60754ea sys-apps/systemd: remove unused patches Closes: https://github.com/gentoo/gentoo/pull/12601 Signed-off-by: Michael Mair-Keimberger gmail.com> Signed-off-by: Mike Gilbert gentoo.org> sys-apps/systemd/files/241-version-dep.patch | 111 - .../systemd/files/241-wrapper-msan-unpoinson.patch | 76 -- sys-apps/systemd/files/gentoo-uucp-group-r1.patch | 11 -- 3 files changed, 198 deletions(-) diff --git a/sys-apps/systemd/files/241-version-dep.patch b/sys-apps/systemd/files/241-version-dep.patch deleted file mode 100644 index 55abea98931..000 --- a/sys-apps/systemd/files/241-version-dep.patch +++ /dev/null @@ -1,111 +0,0 @@ -From 60722ad778d005790231038eecc4ba3034c1a0fc Mon Sep 17 00:00:00 2001 -From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= -Date: Sun, 24 Feb 2019 22:49:38 +0100 -Subject: [PATCH] meson: declare version.h as dep for various targets that - include build.h - -Should fix #11565. - meson.build | 19 +-- - src/core/meson.build | 3 ++- - src/udev/meson.build | 1 + - 3 files changed, 16 insertions(+), 7 deletions(-) - -diff --git a/meson.build b/meson.build -index ed787d47492..82ecb4d0e69 100644 a/meson.build -+++ b/meson.build -@@ -1634,7 +1634,8 @@ exe = executable('systemd-analyze', - include_directories : includes, - link_with : [libcore, - libshared], -- dependencies : [threads, -+ dependencies : [versiondep, -+ threads, - librt, - libseccomp, - libselinux, -@@ -2180,7 +2181,8 @@ if conf.get('ENABLE_IMPORTD') == 1 - systemd_pull_sources, - include_directories : includes, - link_with : [libshared], -- dependencies : [libcurl, -+ dependencies : [versiondep, -+ libcurl, - libz, - libbzip2, - libxz, -@@ -2229,7 +2231,8 @@ if conf.get('ENABLE_REMOTE') == 1 and conf.get('HAVE_LIBCURL') == 1 - systemd_journal_upload_sources, - include_directories : includes, - link_with : [libshared], -- dependencies : [threads, -+ dependencies : [versiondep, -+ threads, - libcurl, - libgnutls, - libxz, -@@ -2555,6 +2558,7 @@ exe = executable('systemd-stdio-bridge', - 'src/stdio-bridge/stdio-bridge.c', - include_directories : includes, - link_with : [libshared], -+ dependencies : [versiondep], - install_rpath : rootlibexecdir, - install : true) - public_programs += exe -@@ -2638,7 +2642,8 @@ exe = executable('systemd-udevd', - link_with : [libudev_core, - libsystemd_network, - libudev_static], -- dependencies : [threads, -+ dependencies : [versiondep, -+ threads, - libkmod, - libidn, - libacl, -@@ -2655,7 +2660,8 @@ exe = executable('udevadm', - link_with : [libudev_core, - libsystemd_network, - libudev_static], -- dependencies : [threads, -+ dependencies : [versiondep, -+ threads, - libkmod, - libidn, - libacl, -@@ -2795,7 +2801,8 @@ foreach tuple : tests - sources, - include_directories : incs, - link_with : link_with, --dependencies : dependencies, -+dependencies : [versiondep, -+dependencies], - c_args : defs, - build_by_default : want_tests != 'false', - install_
[gentoo-commits] proj/portage:master commit in: lib/portage/
commit: 3572449357927d40e43c937bc35e26d78eb3b91a Author: Mike Gilbert gentoo org> AuthorDate: Fri Aug 2 15:57:39 2019 + Commit: Mike Gilbert gentoo org> CommitDate: Fri Aug 2 20:01:10 2019 + URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=35724493 process: redirect IPv6 'ip' command output to /dev/null Bug: https://bugs.gentoo.org/691290 Signed-off-by: Mike Gilbert gentoo.org> lib/portage/process.py | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/lib/portage/process.py b/lib/portage/process.py index 77f7fac02..690421815 100644 --- a/lib/portage/process.py +++ b/lib/portage/process.py @@ -478,8 +478,10 @@ def _configure_loopback_interface(): try: subprocess.call(['ip', 'address', 'add', '10.0.0.1/8', 'dev', 'lo']) - subprocess.call(['ip', 'address', 'add', 'fd00::1/8', 'dev', 'lo']) - except OSError as e: + with open(os.devnull, 'wb', 0) as devnull: + subprocess.call(['ip', 'address', 'add', 'fd00::1/8', 'dev', 'lo'], + stdout=devnull, stderr=devnull) + except EnvironmentError as e: writemsg("Error calling 'ip': %s\n" % e.strerror, noiselevel=-1) def _exec(binary, mycommand, opt_name, fd_pipes,
[gentoo-commits] repo/gentoo:master commit in: app-emulation/containers-storage/
commit: 593732c0676b745c477c3117920519077b245e9b Author: Zac Medico gentoo org> AuthorDate: Fri Aug 2 19:48:03 2019 + Commit: Zac Medico gentoo org> CommitDate: Fri Aug 2 19:55:26 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=593732c0 app-emulation/containers-storage: Bump to version 1.12.16 Package-Manager: Portage-2.3.70, Repoman-2.3.16 Signed-off-by: Zac Medico gentoo.org> app-emulation/containers-storage/Manifest | 1 + .../containers-storage-1.12.16.ebuild | 110 + 2 files changed, 111 insertions(+) diff --git a/app-emulation/containers-storage/Manifest b/app-emulation/containers-storage/Manifest index a9d84bc80de..8aaa370a6f9 100644 --- a/app-emulation/containers-storage/Manifest +++ b/app-emulation/containers-storage/Manifest @@ -1,4 +1,5 @@ DIST containers-storage-1.12.10.tar.gz 1593313 BLAKE2B 4b0c412304dc6b3aa79064a6071abfdd325cffd7405c50d57008f3139cfd9afd450a21773e4463650b63720210381e58e11b8c019efcf0297377821c3b76c276 SHA512 83b7e353efe89192e1c956742202395981849f68d53967df14a6952e36c458a2a2adaed4cf7d959e3b73114906deb5056591b8fc3aefbc83b85f9f5dd378f031 DIST containers-storage-1.12.15.tar.gz 5968064 BLAKE2B 180583da6271c23f828ba5d91e8f1db64ac1aa8f9bb1f308b59e0eb0bdcd7afb94509aa0556bfc86a4e182cbdb6501b9c51b58499a61c2773254b03a6c3bc621 SHA512 523e4d35995fa169701551f91362fafd67f25ad1cbe733a5ae2614a198a4d71c5b5f319a539dd5a6a38e79ca46b8979ed62918a3bd69fb39d8d14d259f197408 +DIST containers-storage-1.12.16.tar.gz 5970004 BLAKE2B 0e9f473c9315acb22b94c9cd17072659afe2270e05d7c7c595d0563bd4d96420b3ecaaaeaf61ce4a10647e40c7177b7483aadf62ce40237dea10c23cb91bba62 SHA512 17a073bb338547c1e64065a1a0013e083565abeb6aa366989160c90dfb6bd6d306ea25fc938194b607b0cc74918b1ff40b12ea274b3df771e2d848b2bbab2b5c DIST containers-storage-1.12.9.tar.gz 1593286 BLAKE2B f53ef233e3d08dad84cda9154271254f9fe04e951643f20e8ab5bd37456e4eeb7083c1810656072c2b4bdeea0f6188871d4db566363c8363d2c2087ab9a4d3cb SHA512 0b5ad6cb52b4b74da7c574ec6841d74b92ef20f853e8d8fed83e0f9d529a7749692225e26ae4ab89fbd2a6202651c8a3a44a57bc1f42bcbb755fdba26e9cb3fd DIST github.com-pquerna-ffjson-e517b90714f7c0eabe6d2e570a5886ae077d6db6.tar.gz 103470 BLAKE2B 81f0f6ea6648997cb61723d09d456802e60a3d1eb35134c4bbc8af5943b955b1402fe2b3f8d0d4d2d0293ab256a9be66d53262d5f79ca00bf8c18ded39dc44f4 SHA512 fadca5a7bd0c0578b23281720a08c505054f3497daeee8efa36b5acafa4118feb4b8a96c4acb4c279d72ebcd50846307cfbb846a355b62f350c961f9102c93a6 diff --git a/app-emulation/containers-storage/containers-storage-1.12.16.ebuild b/app-emulation/containers-storage/containers-storage-1.12.16.ebuild new file mode 100644 index 000..23a29fc2a6f --- /dev/null +++ b/app-emulation/containers-storage/containers-storage-1.12.16.ebuild @@ -0,0 +1,110 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +EGO_VENDOR=( + "github.com/pquerna/ffjson e517b90714f7c0eabe6d2e570a5886ae077d6db6" +) + +inherit golang-vcs-snapshot + +KEYWORDS="~amd64" +DESCRIPTION="containers/storage library" +HOMEPAGE="https://github.com/containers/storage"; +LICENSE="Apache-2.0" +SLOT="0" +IUSE="btrfs +device-mapper ostree test" +EGO_PN="${HOMEPAGE#*//}" +EGIT_COMMIT="v${PV}" +SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz + ${EGO_VENDOR_URI}" +RDEPEND=" + btrfs? ( sys-fs/btrfs-progs ) + device-mapper? ( sys-fs/lvm2:= ) + ostree? ( + dev-libs/glib:= + dev-util/ostree:= + )" +DEPEND="${RDEPEND} + dev-go/go-md2man + test? ( + sys-fs/btrfs-progs + sys-fs/lvm2 + sys-apps/util-linux + )" +RESTRICT="test? ( userpriv ) !test? ( test )" + +src_unpack() { + golang-vcs-snapshot_src_unpack +} + +src_prepare() { + default + + [[ -f ${S}/src/${EGO_PN}/hack/btrfs_tag.sh ]] || die + use btrfs || { echo -e "#!/bin/sh\necho btrfs_noversion" > \ + "${S}/src/${EGO_PN}/hack/btrfs_tag.sh" || die; } + + [[ -f ${S}/src/${EGO_PN}/hack/libdm_tag.sh ]] || die + use device-mapper || { echo -e "#!/bin/sh\necho btrfs_noversion exclude_graphdriver_devicemapper" > \ + "${S}/src/${EGO_PN}/hack/libdm_tag.sh" || die; } + + [[ -f ${S}/src/${EGO_PN}/hack/ostree_tag.sh ]] || die + use ostree || { echo -e "#!/bin/sh\ntrue" > \ + "${S}/src/${EGO_PN}/hack/ostree_tag.sh" || die; } + + sed -e 's:TestChrootUntarPath(:_\0:' \ + -i "${S}/src/${EGO_PN}/pkg/chrootarchive/archive_test.go" || die + sed -e 's:TestTarUntar(:_\0:' \ + -e 's:TestTarWithOptionsChownOptsAlwaysOverridesIdPair(:_\0:' \ + -e 's:TestTarWithOptions(:_\0:' \ + -i "${S}/src/${EGO_PN}/pkg/archive/archive_test.go" || die + sed -e 's:TestTarUntarWithXattr(:_\0:' \ + -e 's:TestTarWithBlockCharFifo(:_\
[gentoo-commits] repo/gentoo:master commit in: dev-python/libvirt-python/
commit: 8d48c8f40aedcca7770532235beded41ab78f546 Author: Matthias Maier gentoo org> AuthorDate: Fri Aug 2 19:41:34 2019 + Commit: Matthias Maier gentoo org> CommitDate: Fri Aug 2 19:45:50 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d48c8f4 dev-python/libvirt-python: drop old Package-Manager: Portage-2.3.70, Repoman-2.3.16 Signed-off-by: Matthias Maier gentoo.org> dev-python/libvirt-python/Manifest | 1 - .../libvirt-python/libvirt-python-5.4.0.ebuild | 46 -- 2 files changed, 47 deletions(-) diff --git a/dev-python/libvirt-python/Manifest b/dev-python/libvirt-python/Manifest index 4b3636fff21..41a3202009f 100644 --- a/dev-python/libvirt-python/Manifest +++ b/dev-python/libvirt-python/Manifest @@ -1,3 +1,2 @@ DIST libvirt-python-5.2.0.tar.gz 193270 BLAKE2B fecd1a07091746779a91e0cfeb9c3068048ee7e51d2f79064b4ee529a19b78d04ba53a5abab68182a1fa9c4a82f459fa9e971c33fcd10b42fe7011be17f7c6e2 SHA512 afee2dcaf08d530e6298fdf2db674af217b9e4115941258b5815aba00087d96db6eb421c9854d7dca0f9dfe24069df72aadd969c924545e72be216f01bc173cc -DIST libvirt-python-5.4.0.tar.gz 193623 BLAKE2B b19ebde80c4e922139802d316a82a6d0b45d6087a4dbd5f801507c18fc5558bfd8983171df55b4efb6c2ad36235f6ddab402473b66450b4d031a5e4ce7705266 SHA512 589cd68189d7a8b611127f6dbae4853659ce98c02d22242b6c8ab646dd04e657f912ddc8f11595f656ac14a1fc4528a941b8a05d52cdb1951ce91c89af0599c6 DIST libvirt-python-5.5.0.tar.gz 200364 BLAKE2B 198c9858573c383ab818deae6bd42c6ad7efd58b9a661a80f06f4f0fc0d72e9da98546b07443397609d4c9454ece4e02759b53016f078bdae84580474e2bb49d SHA512 3098c5a0315488aa515a9b00e69add8de3dc372d2f82a8b1cbc6d01287a133855095f7c34510ad900adbd1c56e6a53bdfe3d251c48411acd243c2300d659332b diff --git a/dev-python/libvirt-python/libvirt-python-5.4.0.ebuild b/dev-python/libvirt-python/libvirt-python-5.4.0.ebuild deleted file mode 100644 index a020f327387..000 --- a/dev-python/libvirt-python/libvirt-python-5.4.0.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} ) - -MY_P="${P/_rc/-rc}" - -inherit distutils-r1 - -if [[ ${PV} = ** ]]; then - inherit git-r3 - EGIT_REPO_URI="https://libvirt.org/git/libvirt-python.git"; - SRC_URI="" - KEYWORDS="" - RDEPEND="app-emulation/libvirt:=[-python(-)]" -else - SRC_URI="https://libvirt.org/sources/python/${MY_P}.tar.gz"; - KEYWORDS="~amd64 ~arm64 ~x86" - RDEPEND="app-emulation/libvirt:0/${PV}" -fi -S="${WORKDIR}/${P%_rc*}" - -DESCRIPTION="libvirt Python bindings" -HOMEPAGE="https://www.libvirt.org"; -LICENSE="LGPL-2" -SLOT="0" -IUSE="examples test" - -DEPEND="${RDEPEND} - virtual/pkgconfig - test? ( dev-python/lxml[${PYTHON_USEDEP}] - dev-python/nose[${PYTHON_USEDEP}] )" - -python_test() { - esetup.py test -} - -python_install_all() { - if use examples; then - dodoc -r examples - docompress -x /usr/share/doc/${PF}/examples - fi - distutils-r1_python_install_all -}
[gentoo-commits] repo/gentoo:master commit in: app-emulation/libvirt/
commit: a5b2246874f8adbfe7745614296ece8adb2b23f0 Author: Matthias Maier gentoo org> AuthorDate: Fri Aug 2 19:39:05 2019 + Commit: Matthias Maier gentoo org> CommitDate: Fri Aug 2 19:45:47 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5b22468 app-emulation/libvirt: block sys-apps/systemd[-cgroup-hypbrid(+)] For the time being we have to ensure that systemd is configured with hybrid cgroup layout. Otherwise libvirt-lxc ceases to work. Bug: https://bugs.gentoo.org/691310 Package-Manager: Portage-2.3.70, Repoman-2.3.16 Signed-off-by: Matthias Maier gentoo.org> app-emulation/libvirt/libvirt-5.2.0-r2.ebuild | 1 + app-emulation/libvirt/libvirt-5.5.0-r1.ebuild | 1 + app-emulation/libvirt/libvirt-.ebuild | 1 + 3 files changed, 3 insertions(+) diff --git a/app-emulation/libvirt/libvirt-5.2.0-r2.ebuild b/app-emulation/libvirt/libvirt-5.2.0-r2.ebuild index 69d15a2c447..e28616330c6 100644 --- a/app-emulation/libvirt/libvirt-5.2.0-r2.ebuild +++ b/app-emulation/libvirt/libvirt-5.2.0-r2.ebuild @@ -75,6 +75,7 @@ RDEPEND=" iscsi-direct? ( >=net-libs/libiscsi-1.18.0 ) libssh? ( net-libs/libssh ) lvm? ( >=sys-fs/lvm2-2.02.48-r2[-device-mapper-only(-)] ) + lxc? ( !sys-apps/systemd[-cgroup-hybrid(+)] ) nfs? ( net-fs/nfs-utils ) numa? ( >sys-process/numactl-2.0.2 diff --git a/app-emulation/libvirt/libvirt-5.5.0-r1.ebuild b/app-emulation/libvirt/libvirt-5.5.0-r1.ebuild index 5c4936718f6..9524712908a 100644 --- a/app-emulation/libvirt/libvirt-5.5.0-r1.ebuild +++ b/app-emulation/libvirt/libvirt-5.5.0-r1.ebuild @@ -76,6 +76,7 @@ RDEPEND=" iscsi-direct? ( >=net-libs/libiscsi-1.18.0 ) libssh? ( net-libs/libssh ) lvm? ( >=sys-fs/lvm2-2.02.48-r2[-device-mapper-only(-)] ) + lxc? ( !sys-apps/systemd[-cgroup-hybrid(+)] ) nfs? ( net-fs/nfs-utils ) numa? ( >sys-process/numactl-2.0.2 diff --git a/app-emulation/libvirt/libvirt-.ebuild b/app-emulation/libvirt/libvirt-.ebuild index f12c9732aa3..9128fe282b5 100644 --- a/app-emulation/libvirt/libvirt-.ebuild +++ b/app-emulation/libvirt/libvirt-.ebuild @@ -76,6 +76,7 @@ RDEPEND=" iscsi-direct? ( >=net-libs/libiscsi-1.18.0 ) libssh? ( net-libs/libssh ) lvm? ( >=sys-fs/lvm2-2.02.48-r2[-device-mapper-only(-)] ) + lxc? ( !sys-apps/systemd[-cgroup-hybrid(+)] ) nfs? ( net-fs/nfs-utils ) numa? ( >sys-process/numactl-2.0.2
[gentoo-commits] repo/gentoo:master commit in: app-emulation/libvirt/
commit: 5e7e08b1530512c342529c10591fdea1b8662a69 Author: Matthias Maier gentoo org> AuthorDate: Fri Aug 2 19:44:00 2019 + Commit: Matthias Maier gentoo org> CommitDate: Fri Aug 2 19:45:54 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e7e08b1 app-emulation/libvirt: drop old Package-Manager: Portage-2.3.70, Repoman-2.3.16 Signed-off-by: Matthias Maier gentoo.org> app-emulation/libvirt/Manifest| 1 - app-emulation/libvirt/libvirt-5.2.0-r3.ebuild | 383 -- app-emulation/libvirt/libvirt-5.4.0-r1.ebuild | 383 -- 3 files changed, 767 deletions(-) diff --git a/app-emulation/libvirt/Manifest b/app-emulation/libvirt/Manifest index 7bda9a3afd6..89a3ea63740 100644 --- a/app-emulation/libvirt/Manifest +++ b/app-emulation/libvirt/Manifest @@ -1,3 +1,2 @@ DIST libvirt-5.2.0.tar.xz 14992888 BLAKE2B d68aedb634a70063a116e112689f252d3fc2fe5369a4cdde8cacd392e806203bf277406bb10c751bae27f34f27a38355fde84573b6221fc4843393f9ae60ae5c SHA512 378dc1552263cce746117487abc0a1f3411e5be149331717158ba23825734ceae7ca474290264d71de798fdd089ad9672026bcb242fa5b3aef87294284d06f04 -DIST libvirt-5.4.0.tar.xz 12346896 BLAKE2B 28efa8ddc1b3262cf195bb114d3fad8307e7b4b4578a8dca05c03e36c85c7bffb4a4f6c73f89d156fc5b046f8ff7f27950dc5cadfd944e9f3c1b854ad03f328c SHA512 03fa932d041d147cab79eab200bb33f8db72579be72ec7cbff3305f4a8d574835a80f1b99936eddf67f83d21cc5567f45c86e555209de6cd702f43f91197cfd0 DIST libvirt-5.5.0.tar.xz 12930224 BLAKE2B 4add0b727e4754bd1b2b4e9020942b17872533737e496ddf7976bf86a0fd3bcfbebd83387a8f3bab8dcc9afb05755b245e55682ed17d6094085d3dc96d94eefe SHA512 47923aaca605fb43a53238ac535abc1f88f73435336b8f3e88cb01df277ed205d99c586991e523aa32b50c832a0a7c949ab5f84dc78eb8d18a4951cfc791448d diff --git a/app-emulation/libvirt/libvirt-5.2.0-r3.ebuild b/app-emulation/libvirt/libvirt-5.2.0-r3.ebuild deleted file mode 100644 index 8709e69b6fd..000 --- a/app-emulation/libvirt/libvirt-5.2.0-r3.ebuild +++ /dev/null @@ -1,383 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{5,6,7} ) - -inherit autotools bash-completion-r1 eutils linux-info python-any-r1 readme.gentoo-r1 systemd - -if [[ ${PV} = ** ]]; then - inherit git-r3 - EGIT_REPO_URI="https://libvirt.org/git/libvirt.git"; - SRC_URI="" - KEYWORDS="" - SLOT="0" -else - SRC_URI="https://libvirt.org/sources/${P}.tar.xz"; - KEYWORDS="~amd64 ~arm64 ~x86" - SLOT="0/${PV}" -fi - -DESCRIPTION="C toolkit to manipulate virtual machines" -HOMEPAGE="http://www.libvirt.org/"; -LICENSE="LGPL-2.1" -IUSE=" - apparmor audit +caps +dbus firewalld fuse glusterfs iscsi iscsi-direct - +libvirtd lvm libssh lxc +macvtap nfs nls numa openvz parted pcap phyp - policykit +qemu rbd sasl selinux +udev +vepa virtualbox virt-network - wireshark-plugins xen zeroconf zfs -" - -REQUIRED_USE=" - firewalld? ( virt-network ) - libvirtd? ( || ( lxc openvz qemu virtualbox xen ) ) - lxc? ( caps libvirtd ) - openvz? ( libvirtd ) - policykit? ( dbus ) - qemu? ( libvirtd ) - vepa? ( macvtap ) - virt-network? ( libvirtd ) - virtualbox? ( libvirtd ) - xen? ( libvirtd )" - -# gettext.sh command is used by the libvirt command wrappers, and it's -# non-optional, so put it into RDEPEND. -# We can use both libnl:1.1 and libnl:3, but if you have both installed, the -# package will use 3 by default. Since we don't have slot pinning in an API, -# we must go with the most recent -RDEPEND=" - acct-user/qemu - policykit? ( acct-group/libvirt ) - app-misc/scrub - dev-libs/libgcrypt:0 - dev-libs/libnl:3 - >=dev-libs/libxml2-2.7.6 - >=net-analyzer/openbsd-netcat-1.105-r1 - >=net-libs/gnutls-1.0.25:0= - net-libs/libssh2 - net-libs/libtirpc - net-libs/rpcsvc-proto - >=net-misc/curl-7.18.0 - sys-apps/dmidecode - >=sys-apps/util-linux-2.17 - sys-devel/gettext - sys-libs/ncurses:0= - sys-libs/readline:= - apparmor? ( sys-libs/libapparmor ) - audit? ( sys-process/audit ) - caps? ( sys-libs/libcap-ng ) - dbus? ( sys-apps/dbus ) - firewalld? ( >=net-firewall/firewalld-0.6.3 ) - fuse? ( >=sys-fs/fuse-2.8.6:= ) - glusterfs? ( >=sys-cluster/glusterfs-3.4.1 ) - iscsi? ( sys-block/open-iscsi ) - iscsi-direct? ( >=net-libs/libiscsi-1.18.0 ) - libssh? ( net-libs/libssh ) - lvm? ( >=sys-fs/lvm2-2.02.48-r2[-device-mapper-only(-)] ) - nfs? ( net-fs/nfs-utils ) - numa? ( - >sys-process/numactl-2.0.2 - sys-process/numad - ) - parted? ( - >=sys-block/parted-1.8[device-mapper] - sys-fs/lvm2[-device-mapper-only(-)] - ) - pcap? ( >=net-libs/libpcap-1
[gentoo-commits] repo/gentoo:master commit in: sys-apps/man-pages/
commit: 30cf053843f5edd338a1803e6028e2b5cae7cb23 Author: Lars Wendler gentoo org> AuthorDate: Fri Aug 2 19:39:33 2019 + Commit: Lars Wendler gentoo org> CommitDate: Fri Aug 2 19:39:33 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30cf0538 sys-apps/man-pages: Bump to EAPI-7 Package-Manager: Portage-2.3.70, Repoman-2.3.16 Signed-off-by: Lars Wendler gentoo.org> sys-apps/man-pages/man-pages-5.02.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-apps/man-pages/man-pages-5.02.ebuild b/sys-apps/man-pages/man-pages-5.02.ebuild index 16630251062..8c3cec6cb63 100644 --- a/sys-apps/man-pages/man-pages-5.02.ebuild +++ b/sys-apps/man-pages/man-pages-5.02.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 GENTOO_PATCH=2
[gentoo-commits] repo/gentoo:master commit in: sys-apps/man-pages/
commit: 9eadf2f115d7e66e1cf86061638dae77e22a843b Author: Lars Wendler gentoo org> AuthorDate: Fri Aug 2 19:41:42 2019 + Commit: Lars Wendler gentoo org> CommitDate: Fri Aug 2 19:41:42 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9eadf2f1 sys-apps/man-pages: Removed old. Package-Manager: Portage-2.3.70, Repoman-2.3.16 Signed-off-by: Lars Wendler gentoo.org> sys-apps/man-pages/Manifest | 1 - sys-apps/man-pages/man-pages-5.00.ebuild | 53 2 files changed, 54 deletions(-) diff --git a/sys-apps/man-pages/Manifest b/sys-apps/man-pages/Manifest index 3633e188c57..b4ba405e7f5 100644 --- a/sys-apps/man-pages/Manifest +++ b/sys-apps/man-pages/Manifest @@ -1,4 +1,3 @@ -DIST man-pages-5.00.tar.xz 1659648 BLAKE2B 7b4da6767613ad1453618e47a3cfaa4e2273600c4b55cac5290dd93db79fe61810bbaefdf0ee42c910824430beddca207228caa8466d19b65d1b401da742d0ba SHA512 7ab44d5c8ed06696e7c463ec5118305fada7a6d284fc38d32e0771faa3ff12b74a8b696f9577481a0d1d2c7f1e5e78a21a72d80d2f34bd50955622b226b39fa2 DIST man-pages-5.01.tar.xz 1662512 BLAKE2B e2b77aea38eaed44fcefbfc21a59ae3f972901a055d3491effda286f0ef7cd8d1e32b4a610707c5ba8ad18ac7d5ff81df4927f7c68c99f54753af49b40c07f17 SHA512 0f95198e230fe28da2821c931f0078adf67bc4d92434b4da5e67dcfe3b462fd22b3268b7c0b9385603f0bfa7aa273c97ae152edd2b6f6975b9199b6e73e1f457 DIST man-pages-5.02.tar.xz 1668616 BLAKE2B 91fb6618e13d25c1ad81ac5f6acc20ac0075b0e33b5ecfc271a4a4abcfffb37e4f22dbd15128a3a54ea2a7ed03c0374b907998da15dde90f4b9fb0da7ebf0947 SHA512 424d382f69611e29bd512ad166db7189633dea92b9d57466480a88cc69e83e6f364e16d4303efea19f2252bc9681c14158d60eef79c4cc4be41185300b67a4fd DIST man-pages-gentoo-2.tar.bz2 5141 BLAKE2B c5c7956ab47c8a473e258b1902d5d19d9eb2e9d01786e907d9c3ba691c2a506834ed96cd1f54e8d8415e65d4fea0056659537f0faffe68fcbed33aa728a5e61e SHA512 6e6524b8ad6f1b8c9b147665ee32af49e05603dac61d433acd6b4f1164adef27cd542898f272b07d8659725013dac59c7f34a858968cc054a4785c945e14a770 diff --git a/sys-apps/man-pages/man-pages-5.00.ebuild b/sys-apps/man-pages/man-pages-5.00.ebuild deleted file mode 100644 index 54ff0e614ce..000 --- a/sys-apps/man-pages/man-pages-5.00.ebuild +++ /dev/null @@ -1,53 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -GENTOO_PATCH=2 - -DESCRIPTION="A somewhat comprehensive collection of Linux man pages" -HOMEPAGE="https://www.kernel.org/doc/man-pages/"; -SRC_URI="mirror://kernel/linux/docs/man-pages/Archive/${P}.tar.xz - mirror://kernel/linux/docs/man-pages/${P}.tar.xz - mirror://gentoo/man-pages-gentoo-${GENTOO_PATCH}.tar.bz2 - https://dev.gentoo.org/~cardoe/files/man-pages-gentoo-${GENTOO_PATCH}.tar.bz2"; - -LICENSE="man-pages GPL-2+ BSD" -SLOT="0" -KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 ~riscv s390 sh sparc x86 ~amd64-linux ~x86-linux" -IUSE_L10N=" da de fr it ja nl pl ru zh-CN" -IUSE="nls ${IUSE_L10N// / l10n_}" -RESTRICT="binchecks" - -# Block packages that used to install colliding man pages #341953 #548900 #612640 #617462 -RDEPEND="virtual/man - !
[gentoo-commits] repo/gentoo:master commit in: sys-apps/man-pages/
commit: 85a3c2b1dd413e9d2e74dd97326e2051f61c7faa Author: Lars Wendler gentoo org> AuthorDate: Fri Aug 2 19:40:41 2019 + Commit: Lars Wendler gentoo org> CommitDate: Fri Aug 2 19:40:41 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85a3c2b1 sys-apps/man-pages: Version 5.01 stable for all arches. Package-Manager: Portage-2.3.70, Repoman-2.3.16 Signed-off-by: Lars Wendler gentoo.org> sys-apps/man-pages/man-pages-5.01.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-apps/man-pages/man-pages-5.01.ebuild b/sys-apps/man-pages/man-pages-5.01.ebuild index 16630251062..54ff0e614ce 100644 --- a/sys-apps/man-pages/man-pages-5.01.ebuild +++ b/sys-apps/man-pages/man-pages-5.01.ebuild @@ -14,7 +14,7 @@ SRC_URI="mirror://kernel/linux/docs/man-pages/Archive/${P}.tar.xz LICENSE="man-pages GPL-2+ BSD" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 ~riscv s390 sh sparc x86 ~amd64-linux ~x86-linux" IUSE_L10N=" da de fr it ja nl pl ru zh-CN" IUSE="nls ${IUSE_L10N// / l10n_}" RESTRICT="binchecks"
[gentoo-commits] repo/gentoo:master commit in: app-emulation/buildah/
commit: 804825fa390472af34171ec02cb14f85765f60c6 Author: Zac Medico gentoo org> AuthorDate: Fri Aug 2 19:31:30 2019 + Commit: Zac Medico gentoo org> CommitDate: Fri Aug 2 19:31:56 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=804825fa app-emulation/buildah: Bump to version 1.10.0 Package-Manager: Portage-2.3.70, Repoman-2.3.16 Signed-off-by: Zac Medico gentoo.org> app-emulation/buildah/Manifest | 1 + app-emulation/buildah/buildah-1.10.0.ebuild | 57 + 2 files changed, 58 insertions(+) diff --git a/app-emulation/buildah/Manifest b/app-emulation/buildah/Manifest index 958766bd4f2..7ee3ce8326f 100644 --- a/app-emulation/buildah/Manifest +++ b/app-emulation/buildah/Manifest @@ -1,3 +1,4 @@ +DIST buildah-1.10.0.tar.gz 9362108 BLAKE2B 691b5273056f9eb3e1f1dabf22c299ae281af8db13e680351bc0f4e0b6560b0ac20def5a1b3a039d14b97bb35a935a34ae83eeadc6272ad4d68a494439cc5f57 SHA512 33d33bb622e69512a2e11592455d654f6478994e78894bd0f73e03cc01e12c7e30b1fc25bbd6b44a3ce83b9e261ffb47c3d08a99bf523f4fe0e3ff00d93861a8 DIST buildah-1.8.3.tar.gz 5114332 BLAKE2B 55ef5e10e8a2a2b95ef8f8cd28a3ccdb3e734fc3ef64a890900e20a5b8994f92571e2cdec875813203fc4e98a8c4f09656d16bc4c6242194131a25713e054492 SHA512 f875c448f81ef272ad0b7be9c1579d6650983fed4e471095cd645ae1126b49d91ec15b55a072e722205154b681eefc0fb32f5a452d827e875eb0c4779f5d712b DIST buildah-1.8.4.tar.gz 5122400 BLAKE2B b02a1cac77f5f16ab6cec3a74f11ee94675c717ead21fd791feb4cfbd08dcfb4313a1ee3134d3b9f9d20218935db35e28dab406a9f706ff2f46a2beb1abaa56b SHA512 a316e5e2bea7cded1db089bbc7831c9af69242caa6108c78d63864c012053bda3dc3da5bf70248b2742b2be1ad66aeb59c844558022c20f79236f5b1292d6366 DIST buildah-1.9.0.tar.gz 5123317 BLAKE2B d38c36c2407b3a77a5f738e00ae08c4312945d5c2a4bb930e116e32171ea22c20e0a78e56cce7977844ff0d60306f5446a9c1a117d790ea83cc53e1e83e63417 SHA512 8defe72b267790a6d777eed2a68f89721184eab8df972ef59287e69e1719d1174cb120d6a0c254f8a3963721d34414ec614fb5d3e52fb85a6940c659ee720686 diff --git a/app-emulation/buildah/buildah-1.10.0.ebuild b/app-emulation/buildah/buildah-1.10.0.ebuild new file mode 100644 index 000..397b42831fd --- /dev/null +++ b/app-emulation/buildah/buildah-1.10.0.ebuild @@ -0,0 +1,57 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +inherit bash-completion-r1 golang-vcs-snapshot + +KEYWORDS="~amd64" +DESCRIPTION="A tool that facilitates building OCI images" +HOMEPAGE="https://github.com/containers/buildah"; +LICENSE="Apache-2.0" +SLOT="0" +IUSE="ostree selinux" +EGO_PN="${HOMEPAGE#*//}" +EGIT_COMMIT="v${PV}" +GIT_COMMIT="5a3e9fb" +SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz" +RDEPEND="app-crypt/gpgme:= + app-emulation/skopeo + dev-libs/libgpg-error:= + dev-libs/libassuan:= + sys-fs/lvm2:= + sys-libs/libseccomp:= + selinux? ( sys-libs/libselinux:= )" +DEPEND="${RDEPEND}" +RESTRICT="test" +REQUIRED_USE="!selinux? ( !ostree )" +S="${WORKDIR}/${P}/src/${EGO_PN}" + +src_prepare() { + default + sed -e 's|^\(GIT_COMMIT ?= \).*|\1'${GIT_COMMIT}'|' -i Makefile || die + + [[ -f ostree_tag.sh ]] || die + use ostree || { echo -e "#!/bin/sh\necho containers_image_ostree_stub" > \ + ostree_tag.sh || die; } + + [[ -f selinux_tag.sh ]] || die + use selinux || { echo -e "#!/bin/sh\ntrue" > \ + selinux_tag.sh || die; } +} + +src_compile() { + export -n GOCACHE XDG_CACHE_HOME + GOPATH="${WORKDIR}/${P}" emake all +} + +src_install() { + dodoc CHANGELOG.md CONTRIBUTING.md README.md install.md troubleshooting.md + doman docs/*.1 + dodoc -r docs/tutorials + dobin ${PN} imgtype + dobashcomp contrib/completions/bash/buildah +} + +src_test() { + GOPATH="${WORKDIR}/${P}" emake test-unit +}
[gentoo-commits] repo/gentoo:master commit in: app-doc/doxygen/
commit: b5088cf6bf737de68a979fa1afe50464ed4eada2 Author: Rolf Eike Beer sf-mail de> AuthorDate: Fri Aug 2 18:42:07 2019 + Commit: Sergei Trofimovich gentoo org> CommitDate: Fri Aug 2 19:29:56 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5088cf6 app-doc/doxygen: stable 1.8.15 for sparc, bug #691282 Package-Manager: Portage-2.3.69, Repoman-2.3.16 RepoMan-Options: --include-arches="sparc" Signed-off-by: Rolf Eike Beer sf-mail.de> Signed-off-by: Sergei Trofimovich gentoo.org> app-doc/doxygen/doxygen-1.8.15.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-doc/doxygen/doxygen-1.8.15.ebuild b/app-doc/doxygen/doxygen-1.8.15.ebuild index ccb92fc52f3..c1c1b9d6bd6 100644 --- a/app-doc/doxygen/doxygen-1.8.15.ebuild +++ b/app-doc/doxygen/doxygen-1.8.15.ebuild @@ -13,7 +13,7 @@ if [[ ${PV} = ** ]]; then SRC_URI="" else SRC_URI="http://doxygen.nl/files/${P}.src.tar.gz"; - KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" + KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" fi DESCRIPTION="Documentation system for most programming languages"
[gentoo-commits] repo/gentoo:master commit in: dev-util/re2c/
commit: c65333de6b4a81b7b6901e4c2e38b647d501a3d4 Author: Sergei Trofimovich gentoo org> AuthorDate: Fri Aug 2 19:23:19 2019 + Commit: Sergei Trofimovich gentoo org> CommitDate: Fri Aug 2 19:28:39 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c65333de dev-util/re2c: bump up to 1.2 Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Sergei Trofimovich gentoo.org> dev-util/re2c/Manifest| 1 + dev-util/re2c/re2c-1.2.ebuild | 26 ++ 2 files changed, 27 insertions(+) diff --git a/dev-util/re2c/Manifest b/dev-util/re2c/Manifest index a0ecb1f0961..fd2602eb3dc 100644 --- a/dev-util/re2c/Manifest +++ b/dev-util/re2c/Manifest @@ -1 +1,2 @@ DIST re2c-1.1.1.tar.gz 5907416 BLAKE2B da2544573de0dbca94db8a8e2112de5549ffbbad91bdba187e95c9d8dd36537e099dbc2871b54d62630d91928cdaf384ab069e5e1624f8ff749c2e2743cff766 SHA512 a6fe73611103588043748340976f0e6d07169a6546cb80627c0ccd2ceac83f362dbbf371530361d893537fd95deb19503b2c73c41ed40efe7787210d6c757397 +DIST re2c-1.2.tar.xz 2064236 BLAKE2B ebc721de4fe1588a3043bb05298324b61214e074154ebc2adff19c6e5a3cc6a94314216a20020e88069d89768c31ae5c3f09b18176cd241d7aa10aa7b2daf183 SHA512 d029abc3493a26761eaa911cf73961f5b8ec2e00958c97740e73f568fc72b02b5f56d80e09657a95dcf2e7767f3e5085775bb78f0f5bc472d506682a3a7fc278 diff --git a/dev-util/re2c/re2c-1.2.ebuild b/dev-util/re2c/re2c-1.2.ebuild new file mode 100644 index 000..20575ddeb6f --- /dev/null +++ b/dev-util/re2c/re2c-1.2.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION="tool for generating C-based recognizers from regular expressions" +HOMEPAGE="http://re2c.org/"; +SRC_URI="https://github.com/skvadrik/re2c/releases/download/${PV}/${P}.tar.xz"; + +LICENSE="public-domain" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sh ~sparc ~x86 ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" +IUSE="debug" + +src_configure() { + econf \ + ac_cv_path_BISON="no" \ + $(use_enable debug) +} + +src_install() { + default + + docompress -x /usr/share/doc/${PF}/examples + dodoc -r README.md CHANGELOG examples +}
[gentoo-commits] repo/gentoo:master commit in: sys-apps/systemd/
commit: d2202248997bf8b8a025306b28a5a98969b016f7 Author: Mike Gilbert gentoo org> AuthorDate: Fri Aug 2 19:24:18 2019 + Commit: Mike Gilbert gentoo org> CommitDate: Fri Aug 2 19:24:18 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2202248 sys-apps/systemd: add cgroup-hybrid USE flag Bug: https://bugs.gentoo.org/691310 Package-Manager: Portage-2.3.70_p1, Repoman-2.3.16_p21 Signed-off-by: Mike Gilbert gentoo.org> sys-apps/systemd/metadata.xml | 1 + sys-apps/systemd/{systemd-243_rc1.ebuild => systemd-243_rc1-r1.ebuild} | 3 ++- sys-apps/systemd/systemd-.ebuild | 3 ++- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/sys-apps/systemd/metadata.xml b/sys-apps/systemd/metadata.xml index 05423b63bbd..76658cc29c5 100644 --- a/sys-apps/systemd/metadata.xml +++ b/sys-apps/systemd/metadata.xml @@ -11,6 +11,7 @@ Enable AppArmor support Enable support for sys-process/audit + Default to hybrid cgroup hierarchy instead of unified. Enable support for uploading journals Enable cryptsetup tools (includes unit generator for crypttab) Enable DNS-over-TLS support diff --git a/sys-apps/systemd/systemd-243_rc1.ebuild b/sys-apps/systemd/systemd-243_rc1-r1.ebuild similarity index 97% rename from sys-apps/systemd/systemd-243_rc1.ebuild rename to sys-apps/systemd/systemd-243_rc1-r1.ebuild index 3f4f5a43b84..a3e140a028c 100644 --- a/sys-apps/systemd/systemd-243_rc1.ebuild +++ b/sys-apps/systemd/systemd-243_rc1-r1.ebuild @@ -23,7 +23,7 @@ HOMEPAGE="https://www.freedesktop.org/wiki/Software/systemd"; LICENSE="GPL-2 LGPL-2.1 MIT public-domain" SLOT="0/2" -IUSE="acl apparmor audit build cryptsetup curl dns-over-tls elfutils +gcrypt gnuefi http idn importd +kmod +lz4 lzma nat pam pcre policykit qrcode +resolvconf +seccomp selinux split-usr +sysv-utils test vanilla xkb" +IUSE="acl apparmor audit build cgroup-hybrid cryptsetup curl dns-over-tls elfutils +gcrypt gnuefi http idn importd +kmod +lz4 lzma nat pam pcre policykit qrcode +resolvconf +seccomp selinux split-usr +sysv-utils test vanilla xkb" REQUIRED_USE="importd? ( curl gcrypt lzma )" RESTRICT="!test? ( test )" @@ -245,6 +245,7 @@ multilib_src_configure() { # no deps -Defi=$(meson_multilib) -Dima=true + -Ddefault-hierarchy=$(usex cgroup-hybrid hybrid unified) # Optional components/dependencies -Dacl=$(meson_multilib_native_use acl) -Dapparmor=$(meson_multilib_native_use apparmor) diff --git a/sys-apps/systemd/systemd-.ebuild b/sys-apps/systemd/systemd-.ebuild index a2bb8171bab..ac715e3359e 100644 --- a/sys-apps/systemd/systemd-.ebuild +++ b/sys-apps/systemd/systemd-.ebuild @@ -23,7 +23,7 @@ HOMEPAGE="https://www.freedesktop.org/wiki/Software/systemd"; LICENSE="GPL-2 LGPL-2.1 MIT public-domain" SLOT="0/2" -IUSE="acl apparmor audit build cryptsetup curl dns-over-tls elfutils +gcrypt gnuefi http idn importd +kmod +lz4 lzma nat pam pcre policykit qrcode +resolvconf +seccomp selinux split-usr +sysv-utils test vanilla xkb" +IUSE="acl apparmor audit build cgroup-hybrid cryptsetup curl dns-over-tls elfutils +gcrypt gnuefi http idn importd +kmod +lz4 lzma nat pam pcre policykit qrcode +resolvconf +seccomp selinux split-usr +sysv-utils test vanilla xkb" REQUIRED_USE="importd? ( curl gcrypt lzma )" RESTRICT="!test? ( test )" @@ -244,6 +244,7 @@ multilib_src_configure() { # no deps -Defi=$(meson_multilib) -Dima=true + -Ddefault-hierarchy=$(usex cgroup-hybrid hybrid unified) # Optional components/dependencies -Dacl=$(meson_multilib_native_use acl) -Dapparmor=$(meson_multilib_native_use apparmor)
[gentoo-commits] repo/gentoo:master commit in: app-emulation/skopeo/
commit: 4df8f398a998045347378806fcfcae6d817874c3 Author: Zac Medico gentoo org> AuthorDate: Fri Aug 2 19:17:00 2019 + Commit: Zac Medico gentoo org> CommitDate: Fri Aug 2 19:17:00 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4df8f398 app-emulation/skopeo: Bump to version 0.1.38 Package-Manager: Portage-2.3.70, Repoman-2.3.16 Signed-off-by: Zac Medico gentoo.org> app-emulation/skopeo/Manifest | 1 + app-emulation/skopeo/skopeo-0.1.38.ebuild | 55 +++ 2 files changed, 56 insertions(+) diff --git a/app-emulation/skopeo/Manifest b/app-emulation/skopeo/Manifest index 10f4a13dd4b..e7852105860 100644 --- a/app-emulation/skopeo/Manifest +++ b/app-emulation/skopeo/Manifest @@ -1 +1,2 @@ DIST skopeo-0.1.37.tar.gz 2766509 BLAKE2B 59e3f4cf37694b4ae59fe4eca6afd8abe4f7ab1aec3c0cee409be6f0f648fd2929092ee9b5a2b167c5041202dac908cd39f693d8ae8eebf621be47f302bd885c SHA512 e2de3c65f864572fe74ca55ee107703a49855f0da71c440784b06d13ed724456cf7bf30e18a5cb15cf2e136edc688b56321cf7838a2cc66f39c4ea9d9686441e +DIST skopeo-0.1.38.tar.gz 2947365 BLAKE2B 1d2d6ea2ed677f2b068ecca9b8dcee9d31280acb3f7acd8e0a59321d178244b506f4124eba8dd0519a3f5b307a6001d05a093cdf93189eccb55cf7c9cc41895b SHA512 83e53eb7632761eb444d4f824b6fee7a2e265e386fd1ba58e2d3194750f794a0e1cdc94a76222d12f589f851c459b165756661a76c09cc9c7dd9b2d6fff2b39f diff --git a/app-emulation/skopeo/skopeo-0.1.38.ebuild b/app-emulation/skopeo/skopeo-0.1.38.ebuild new file mode 100644 index 000..d6afc826266 --- /dev/null +++ b/app-emulation/skopeo/skopeo-0.1.38.ebuild @@ -0,0 +1,55 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +EGO_PN=github.com/containers/skopeo +COMMIT=37f616e +inherit golang-vcs-snapshot bash-completion-r1 + +DESCRIPTION="Command line utility foroperations on container images and image repositories" +HOMEPAGE="https://github.com/containers/skopeo"; +SRC_URI="https://github.com/containers/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +COMMON_DEPEND=">=app-crypt/gpgme-1.5.5:= + >=dev-libs/libassuan-2.4.3:= + dev-libs/libgpg-error:= + >=sys-fs/btrfs-progs-4.0.1 + >=sys-fs/lvm2-2.02.145:=" +DEPEND="${COMMON_DEPEND} + dev-go/go-md2man" +RDEPEND="${COMMON_DEPEND}" + +S="${WORKDIR}/${P}/src/${EGO_PN}" + +RESTRICT="test" + +src_compile() { + local BUILDTAGS="containers_image_ostree_stub" + set -- env -u GOCACHE -u XDG_CACHE_HOME GOPATH="${WORKDIR}/${P}" \ + go build -ldflags "-X main.gitCommit=${COMMIT}" \ + -gcflags "${GOGCFLAGS}" -tags "${BUILDTAGS}" \ + -o skopeo ./cmd/skopeo + echo "$@" + "$@" || die + cd docs || die + for f in *.1.md; do + go-md2man -in ${f} -out ${f%%.md} || die + done +} + +src_install() { + dobin skopeo + doman docs/*.1 + dobashcomp completions/bash/skopeo + insinto /etc/containers + newins default-policy.json policy.json + insinto /etc/containers/registries.d + doins default.yaml + keepdir /var/lib/atomic/sigstore + einstalldocs +}
[gentoo-commits] repo/gentoo:master commit in: app-emulation/skopeo/
commit: 1aeea08a1dd7de99b3b8f53bb90df419f45e6a5a Author: Zac Medico gentoo org> AuthorDate: Fri Aug 2 19:13:21 2019 + Commit: Zac Medico gentoo org> CommitDate: Fri Aug 2 19:13:21 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1aeea08a app-emulation/skopeo: Remove old versions Package-Manager: Portage-2.3.70, Repoman-2.3.16 Signed-off-by: Zac Medico gentoo.org> app-emulation/skopeo/Manifest | 7 app-emulation/skopeo/skopeo-0.1.22.ebuild | 57 --- app-emulation/skopeo/skopeo-0.1.30.ebuild | 53 app-emulation/skopeo/skopeo-0.1.31.ebuild | 53 app-emulation/skopeo/skopeo-0.1.32.ebuild | 53 app-emulation/skopeo/skopeo-0.1.34.ebuild | 54 - app-emulation/skopeo/skopeo-0.1.35.ebuild | 54 - app-emulation/skopeo/skopeo-0.1.36.ebuild | 55 - 8 files changed, 386 deletions(-) diff --git a/app-emulation/skopeo/Manifest b/app-emulation/skopeo/Manifest index 3965943f94c..10f4a13dd4b 100644 --- a/app-emulation/skopeo/Manifest +++ b/app-emulation/skopeo/Manifest @@ -1,8 +1 @@ -DIST skopeo-0.1.22.tar.gz 1921286 BLAKE2B 141f78d14cb47494af9e55541eeaa973c9e2065d6dcdc73a6ee296fd160a981b88a4464ebf803df56378f9de7d812721eab877386a4b756e6b914d2c08e44aca SHA512 10ed4e577b07f672540ff86774b5c5b6b7531765fd36313b9e4e6bf974840fee98ede193014977c381b96875cb9147307ee690f4fc8dd4f97d87681d7fa2f4f2 -DIST skopeo-0.1.30.tar.gz 2700275 BLAKE2B d80125e1be32f3b490f5d66caa5b1bd482dc2203d0c37824bd40d06e240c347468f9635623344e6f9badd9dbbeed59383d5ec8ad81a9b8e01284bc48114470f6 SHA512 05ea7c54f1de7ab9676903a973c8039520fa023f295c705e600d01520c0f300d255268e41b9c716dc4a1f01e951d9b73acf24d5a1bc891f694798a3eb085f061 -DIST skopeo-0.1.31.tar.gz 2886364 BLAKE2B 9ef9eb4fdd722216f15e14de6702aa0dfe3331b83acb803221b8f76a36428749b6bc302cb3ea2772dd42aefc336a80ad823cfcda9fc054a01f672cf7464592a1 SHA512 660856d962310f0274f3c2507a9a5cbfd8ceb205a3d2fdf30ebde856602151917492082356f6031e5d041ce02e53e562e83cba58259cdc456363f7af56b2507b -DIST skopeo-0.1.32.tar.gz 4366298 BLAKE2B b358cb197475d693fa47cdfda738a78f70c9f59c5e3e61e55f3be21ea137640de2e9c61eb6437faca9a8f0e8dd6dda673e1cd645922a23533e6101eb326ef789 SHA512 c5285aa01448c9742d4e415e3ce6f2e0ef4e26a55758202baecb573ad8e3efb94c762d4c303fb21b896998b32e19f919a7382dfd6b17df2a96d66d07267b -DIST skopeo-0.1.34.tar.gz 2859957 BLAKE2B f36062374b2afa7363a02d6410bd35bbf5ccd0599eea7eb6d68b769e9fbf492dc7843dbd184fccc742250fcd3e573e33bd5454971730bcec2151a52a32b81680 SHA512 3ba99fcbff9f46fa1a4226bfc54961cf640150e0e0ac6b3457e862ef94991fa05a7bd609cbf8c87a0424df6942653fb5492a3893fa5282242c4df6913c4312a2 -DIST skopeo-0.1.35.tar.gz 2723348 BLAKE2B 74a98e43ff2b32ea29b9e57ea6ba20323660b631f4a7541aa1c720e283286809c501d655af18aa794123b3af727ca54bb41686a6b0d79b33c8f82f8642cc6176 SHA512 ec5aeb596aaf51512c049dc55353ce2d076ac30ae0fc3f9e90b8a8a9fb07ec86aafe5d38e2d34ea5193c0a6f9e74a69536bf5b759fdedfa0c97deb211894 -DIST skopeo-0.1.36.tar.gz 2754977 BLAKE2B 4a25bf092b45084d252f8cf0c50f2389210e06bb8ee4f2939cfc93e1e66764ee340d77ca7ff0e731b55dfc42c48bc69b567e6d43d10da1119f5eeeae34aba291 SHA512 2ee51017a8d768c2a7b264f4c50d4a29d8b99e30049277bca5a5d47ff0ff09bb1c92c54f7f5230d966976b41353f7c8ffb9aa5571da2471f526ec8476cb127b2 DIST skopeo-0.1.37.tar.gz 2766509 BLAKE2B 59e3f4cf37694b4ae59fe4eca6afd8abe4f7ab1aec3c0cee409be6f0f648fd2929092ee9b5a2b167c5041202dac908cd39f693d8ae8eebf621be47f302bd885c SHA512 e2de3c65f864572fe74ca55ee107703a49855f0da71c440784b06d13ed724456cf7bf30e18a5cb15cf2e136edc688b56321cf7838a2cc66f39c4ea9d9686441e diff --git a/app-emulation/skopeo/skopeo-0.1.22.ebuild b/app-emulation/skopeo/skopeo-0.1.22.ebuild deleted file mode 100644 index 091fb0c410f..000 --- a/app-emulation/skopeo/skopeo-0.1.22.ebuild +++ /dev/null @@ -1,57 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -EGO_PN=github.com/projectatomic/skopeo -COMMIT=5d24b67 -inherit golang-vcs-snapshot - -DESCRIPTION="Command line utility foroperations on container images and image repositories" -HOMEPAGE="https://github.com/projectatomic/skopeo"; -SRC_URI="https://github.com/projectatomic/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64" -IUSE="" - -COMMON_DEPEND=">=app-crypt/gpgme-1.5.5:= - >=dev-libs/libassuan-2.4.3 - >=sys-fs/btrfs-progs-4.0.1 - >=sys-fs/lvm2-2.02.145" -DEPEND="${COMMON_DEPEND} -dev-go/go-md2man" -RDEPEND="${COMMON_DEPEND}" - -PATCHES=( - "${FILESDIR}"/${P}-make-ostree-optional.patch -) - -S="${WORKDIR}/${P}/src/${EGO_PN}" - -RESTRICT="test" - -src_compile() { - local BUILDTAGS="containers_image_ostree_stub" - set -- env GOPATH="${WORKDIR}/${P}" \ - go build -ldflags "-X main.gitCommit=${
[gentoo-commits] repo/gentoo:master commit in: app-misc/radeontop/
commit: abffb53ad741030e5a682c4eb3ceb255de78d8ba Author: Michael Mair-Keimberger gmail com> AuthorDate: Thu Aug 1 17:06:58 2019 + Commit: Joonas Niilola gentoo org> CommitDate: Fri Aug 2 19:03:35 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abffb53a app-misc/radeontop: bump to 1.2 Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Michael Mair-Keimberger gmail.com> Closes: https://github.com/gentoo/gentoo/pull/12595 Signed-off-by: Joonas Niilola gentoo.org> app-misc/radeontop/Manifest | 1 + app-misc/radeontop/radeontop-1.2.ebuild | 54 + 2 files changed, 55 insertions(+) diff --git a/app-misc/radeontop/Manifest b/app-misc/radeontop/Manifest index 4b0f2900728..e11d5e3b37b 100644 --- a/app-misc/radeontop/Manifest +++ b/app-misc/radeontop/Manifest @@ -1,2 +1,3 @@ DIST radeontop-1.0.tar.gz 32677 BLAKE2B e3445c400dff0f8afaa743d349477b67ccc4da187cbf979fe42c63b9e60f246f54e5fa2076ef6af789fea093c175d0ec66fa9f0f30bfb926a28f1aa12f2b10cf SHA512 bd7e8ecff962d8ac3072f3f1fa7a5d9981e2da28b38a1f234f6fe550511c3fbda2c1c6e9a6d1120bf99ef3ae621a91ff67c451eaf98dfa1264e9e6a59ae55e08 DIST radeontop-1.1.tar.gz 33527 BLAKE2B 920376e5fb8acffb181b7a9e1362f46bad2de66fcf3665dc212f931d9b6fb9bf3f6765e2f8de78f8b2ba7d13cc5baae3e4d3b0612a1097f917420a43b3215f8d SHA512 abf4e51582cc668e1abbcd87bfa6ec5f16a301c3327a276a6f27fe928f780acf1442a696bb00bdbd3e8cad21a1416ffcf500a865dd4bac9517fac1a43d851c5a +DIST radeontop-1.2.tar.gz 35319 BLAKE2B 52a92b86379c9340b8f59b3039a4ad725827e1b3ee2bb7d2f544d6ec8730e03ab1baab266edbc263195e68ca56a4e7b3f251337401775fff588fbfb8bae0751d SHA512 f36c2e418fe8add77080642e575b99c092afeda24811f33ee161a8c9341decb611f631e5511a5255089d63e172eda6836295e5795c3ebd3f5cad172f7599d862 diff --git a/app-misc/radeontop/radeontop-1.2.ebuild b/app-misc/radeontop/radeontop-1.2.ebuild new file mode 100644 index 000..0a3872644e8 --- /dev/null +++ b/app-misc/radeontop/radeontop-1.2.ebuild @@ -0,0 +1,54 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +inherit toolchain-funcs + +DESCRIPTION="Utility to view Radeon GPU utilization" +HOMEPAGE="https://github.com/clbr/radeontop"; +SRC_URI="https://github.com/clbr/radeontop/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="nls" + +RDEPEND=" + sys-libs/ncurses:0= + x11-libs/libdrm + x11-libs/libpciaccess + x11-libs/libxcb + nls? ( + sys-libs/ncurses:0=[unicode] + virtual/libintl + ) +" +DEPEND="${RDEPEND} + nls? ( sys-devel/gettext ) +" +BDEPEND="virtual/pkgconfig" + +src_prepare() { + default + + cat > include/version.h <<-EOF || die + #ifndef VER_H + #define VER_H + + #define VERSION "${PV}" + + #endif + EOF + >getver.sh || die + touch .git || die +} + +src_configure() { + tc-export CC + export LIBDIR=$(get_libdir) + export nls=$(usex nls 1 0) + export amdgpu=1 + export xcb=1 + # Do not add -g or -s to CFLAGS + export plain=1 +}
[gentoo-commits] repo/gentoo:master commit in: dev-python/pillow/
commit: 5a44ed6adaf48de1f3ac6a4a539b75026ff1f090 Author: Rolf Eike Beer sf-mail de> AuthorDate: Fri Aug 2 14:42:13 2019 + Commit: Sergei Trofimovich gentoo org> CommitDate: Fri Aug 2 18:57:30 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a44ed6a dev-python/pillow: keyworded 6.1.0 for sparc, bug #659320 Package-Manager: Portage-2.3.69, Repoman-2.3.16 RepoMan-Options: --include-arches="sparc" Signed-off-by: Rolf Eike Beer sf-mail.de> Signed-off-by: Sergei Trofimovich gentoo.org> dev-python/pillow/pillow-6.1.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pillow/pillow-6.1.0.ebuild b/dev-python/pillow/pillow-6.1.0.ebuild index ca751b2624c..cbb40c52feb 100644 --- a/dev-python/pillow/pillow-6.1.0.ebuild +++ b/dev-python/pillow/pillow-6.1.0.ebuild @@ -17,7 +17,7 @@ SRC_URI="https://github.com/python-pillow/Pillow/archive/${PV}.tar.gz -> ${P}.ta LICENSE="HPND" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux" IUSE="doc examples imagequant jpeg jpeg2k lcms test tiff tk truetype webp zlib" REQUIRED_USE="test? ( jpeg tiff )"
[gentoo-commits] repo/gentoo:master commit in: net-fs/minio/
commit: 1886c42b2c72436fef47a1efda85f49dc5a7c36b Author: Mikle Kolyada gentoo org> AuthorDate: Fri Aug 2 18:36:56 2019 + Commit: Mikle Kolyada gentoo org> CommitDate: Fri Aug 2 18:37:30 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1886c42b net-fs/minio: Version bump Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Mikle Kolyada gentoo.org> net-fs/minio/Manifest | 1 + net-fs/minio/minio-2019.08.01.22.18.54.ebuild | 191 ++ 2 files changed, 192 insertions(+) diff --git a/net-fs/minio/Manifest b/net-fs/minio/Manifest index eff4d8957f4..6a8cee0d8fd 100644 --- a/net-fs/minio/Manifest +++ b/net-fs/minio/Manifest @@ -143,3 +143,4 @@ DIST minio-2019.04.18.21.44.59.tar.gz 4816682 BLAKE2B 63a43028f3f8af24674ff49490 DIST minio-2019.04.23.23.50.36.tar.gz 4816780 BLAKE2B 9591e8938d2f67a507d1b60dab0fd534d6770d37c3fa839b2da22b4d15c04335ce3c6fdeb22a76504072844d17ed7afca1826cb6e653398befaee67e0f9406f4 SHA512 a98e1a46443d9afa8ddc2a04273870440b2a5f4a04dd0fb7b21335471dbdfbe2a30c68da332e66a1d94bb9ad6326acfdd859e25f818ad8d84df869c93cf6ac05 DIST minio-2019.07.24.02.02.23.tar.gz 6071931 BLAKE2B 927d20dd4d0d905004bd4f6f696226e9517b479e2df98dac436d80584403007c891c901a75ca70c2fb35e98515aeaf83c085840e6bf646c07bd31db51afef05d SHA512 3cc62ee11c8a4e074d975d6fa207f21a1d5c8dae004d7778803ebbcde00e52901114d58e718a7e4a986baa08cf305f29fc4f62fe93464bbd37ef743c813de2fb DIST minio-2019.07.31.18.57.56.tar.gz 6075316 BLAKE2B f1ce00ac4ef82a543afadf8d816b5f3e771b5ca6e1f24d31fbec25f2e6202ba740b3887c4530df9583a518b2bc364dc5949a18943353876e145408585f6b4efa SHA512 ecceb4d66caafafa5a0af80d493822d2dd2f93ba53f876d6eecb94cfb7e8963034e64ac138f818f1bc114f2a26b9b3d26ae732fd03f1d3ffea7a166dc0041676 +DIST minio-2019.08.01.22.18.54.tar.gz 6075510 BLAKE2B 73d21e067c5e067465a98dbbfc0442317f11ae6c08c1b910624dfbfc7850022b12e29bdff75c6cd2c0d5f45b2ff6607349bebce17864d69db1079be5be4860b8 SHA512 a2a6008a5516210048e2258c0c3dff9788efc6f7c510225d4e49da78d7c9ebae84be696796d4ca49bddea7cf8804784e743fcd1fab635ea9c6eb613678a6b8dd diff --git a/net-fs/minio/minio-2019.08.01.22.18.54.ebuild b/net-fs/minio/minio-2019.08.01.22.18.54.ebuild new file mode 100644 index 000..4f57a0ebede --- /dev/null +++ b/net-fs/minio/minio-2019.08.01.22.18.54.ebuild @@ -0,0 +1,191 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +EGO_VENDOR=( "gopkg.in/yaml.v2 51d6538a90f86fe93ac480b35f37b2be17fef232 github.com/go-yaml/yaml" +"gopkg.in/olivere/elastic.v5 f72acaba629a7ec879103d17b7426a31bc38e199 github.com/olivere/elastic" +"gopkg.in/Shopify/sarama.v1 879f631812a30a580659e8035e7cda9994bb99ac github.com/Shopify/sarama" +"google.golang.org/api/option bce707a4d0ea3488942724b3bcc1c8338f38f991 github.com/googleapis/google-api-go-client" +"google.golang.org/api/iterator bce707a4d0ea3488942724b3bcc1c8338f38f991 github.com/googleapis/google-api-go-client" +"google.golang.org/api/googleapi bce707a4d0ea3488942724b3bcc1c8338f38f991 github.com/googleapis/google-api-go-client" +"golang.org/x/time 9d24e82272b4f38b78bc8cff74fa936d31ccd8ef github.com/golang/time" +"golang.org/x/sys 81d4e9dc473e5e8c933f2aaeba2a3d81efb9aed2 github.com/golang/sys" +"golang.org/x/net eb5bcb51f2a31c7d5141d810b70815c05d9c9146 github.com/golang/net" +"golang.org/x/text e3703dcdd614d2d7488fff034c75c551ea25da95 github.com/golang/text" +"golang.org/x/crypto 38d8ce5564a5b71b2e3a00553993f1b9a7ae852f github.com/golang/crypto" +"go.uber.org/atomic 1ea20fb1cbb1cc08cbd0d913a96dead89aa18289 github.com/uber-go/atomic" +"github.com/valyala/tcplisten ceec8f93295a060cdb565ec25e4ccf17941dbd55" +"cloud.google.com/go/storage a4ed3b9f8c7419c692a60bbf780ab0f1c4af5ce4 github.com/googleapis/google-cloud-go" +"github.com/tidwall/sjson 25fb082a20e29e83fb7b7ef5f5919166aad1f084" +"github.com/tidwall/gjson eee0b6226f0d1db2675a176fdfaa8419bcad4ca8" +"github.com/tidwall/pretty 1166b9ac2b65e46a43d8618d30d1554f4652d49b" +"github.com/tidwall/match 33827db735fff6510490d69a8622612558a557ed" +"github.com/streadway/amqp 14f78b41ce6da3d698c2ef2cc8c0ea7ce9e26688" +"github.com/skyrings/skyring-common d1c0bb1cbd5ed8438be1385c85c4f494608cde1e" +"github.com/segmentio/go-prompt f0d19b6901ade831d5a3204edc0d6a7d6457fbb2" +"github.com/rs/cors 9a47f48565a795472d43519dd49aac781f3034fb" +"github.com/rjeczalik/notify 69d839f37b13a8cb7a78366f7633a4071cb43be7" +"github.com/rcrowley/go-metrics 3113b8401b8a98917cde58f8bbd42a1b1c03b1fd" +"github.com/prometheus/client_golang 505eaef017263e299324067d40ca2c48f6a2cf50" +"github.com/prometheus/procfs 55ae3d9d55734
[gentoo-commits] repo/gentoo:master commit in: net-im/yowsup/files/, net-im/yowsup/
commit: f7e529155909025558089340c0f828c4c22977b6 Author: Conrad Kostecki kostecki com> AuthorDate: Fri Jul 26 21:18:08 2019 + Commit: Joonas Niilola gentoo org> CommitDate: Fri Aug 2 18:14:42 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7e52915 net-im/yowsup: bump to version 3.2.3 This is a new major release of net-im/yowsup, which needs new dependencies: dev-python/consonance dev-python/dissononce dev-python/transitions Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Conrad Kostecki kostecki.com> Closes: https://github.com/gentoo/gentoo/pull/12550 Signed-off-by: Joonas Niilola gentoo.org> net-im/yowsup/Manifest | 1 + .../files/yowsup-3.2.3-fix-install-path.patch | 21 net-im/yowsup/yowsup-3.2.3.ebuild | 40 ++ 3 files changed, 62 insertions(+) diff --git a/net-im/yowsup/Manifest b/net-im/yowsup/Manifest index e767fd6b519..e46ebc8f7b3 100644 --- a/net-im/yowsup/Manifest +++ b/net-im/yowsup/Manifest @@ -1 +1,2 @@ DIST yowsup-2.5.7.tar.gz 125732 BLAKE2B 31896cfef601bfe4b65df3518ce6812ad66a98902ec7c8ca5b2ffda15c48c9390010fce58e1158f6ddc325911fd78d1be2bc708d499ab11b725835c5cd5ea246 SHA512 e64e119e8301d6cd9244a24ce960fdd00a5372a7766cf2f52dfd7610828358086e6c4f77fba6f962c1b84f6b28fa6b6d4d708bbb50c281e5a6563b99634b9495 +DIST yowsup-3.2.3.tar.gz 140038 BLAKE2B 45df9151e897eea4f2997246d8c66409bc58160e01a84ee632f3e834058efcaed1d03047ddc6e8e7acbaa566d5fab2451fb21b30daf477bc83dfdd0bee7e6b59 SHA512 a1be36df5dc632071385cf0e252a208efb8982df98966d2c5a7b7558c626112e1ac2688be25fb6de1db9e9e04d36ab96784e589aeb90fcc6c6770edac791e568 diff --git a/net-im/yowsup/files/yowsup-3.2.3-fix-install-path.patch b/net-im/yowsup/files/yowsup-3.2.3-fix-install-path.patch new file mode 100644 index 000..eba10fbced5 --- /dev/null +++ b/net-im/yowsup/files/yowsup-3.2.3-fix-install-path.patch @@ -0,0 +1,21 @@ +--- a/setup.py 2019-05-07 18:52:38.0 +0200 b/setup.py 2019-07-26 23:05:18.0 +0200 +@@ -33,7 +33,6 @@ + #long_description=long_description, + packages= find_packages(), + include_package_data=True, +-data_files = [('yowsup/common', ['yowsup/common/mime.types'])], + platforms='any', + #test_suite='', + classifiers = [ +--- a/yowsup/common/tools.py 2019-05-07 18:52:38.0 +0200 b/yowsup/common/tools.py 2019-07-26 23:05:38.0 +0200 +@@ -173,7 +173,7 @@ + return preview + + class MimeTools: +-MIME_FILE = os.path.join(os.path.dirname(__file__), 'mime.types') ++MIME_FILE = os.path.join('/usr/share/yowsup/common', 'mime.types') + mimetypes.init() # Load default mime.types + try: + mimetypes.init([MIME_FILE]) # Append whatsapp mime.types diff --git a/net-im/yowsup/yowsup-3.2.3.ebuild b/net-im/yowsup/yowsup-3.2.3.ebuild new file mode 100644 index 000..69b80264ed2 --- /dev/null +++ b/net-im/yowsup/yowsup-3.2.3.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python2_7 python3_{5,6,7} ) +PYTHON_REQ_USE="readline" + +inherit distutils-r1 + +DESCRIPTION="A library that enables you to build applications which use the WhatsApp service" +HOMEPAGE="https://github.com/tgalal/yowsup"; +SRC_URI="https://github.com/tgalal/yowsup/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND=" + dev-python/appdirs[${PYTHON_USEDEP}] + dev-python/configargparse[${PYTHON_USEDEP}] + dev-python/consonance[${PYTHON_USEDEP}] + dev-python/pillow[${PYTHON_USEDEP}] + dev-python/protobuf-python[${PYTHON_USEDEP}] + dev-python/python-axolotl[${PYTHON_USEDEP}] + dev-python/six[${PYTHON_USEDEP}] +" + +DEPEND="${RDEPEND}" + +BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" + +PATCHES=( "${FILESDIR}/${P}-fix-install-path.patch" ) + +pkg_postinst() { + einfo "Warning: It seems that recently yowsup gets detected during registration" + einfo "resulting in an instant ban for your number right after registering" + einfo "with the code you receive by sms/voice." + einfo "See https://github.com/tgalal/yowsup/issues/2829 for more information." +}
[gentoo-commits] repo/gentoo:master commit in: dev-python/dissononce/files/, dev-python/dissononce/
commit: 3447f783465da762b956c9261199dbc8d1eca193 Author: Conrad Kostecki kostecki com> AuthorDate: Fri Jul 26 21:14:26 2019 + Commit: Joonas Niilola gentoo org> CommitDate: Fri Aug 2 18:14:41 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3447f783 dev-python/dissononce: New package This is a new dependency for the >=net-im/yowsup-3 version bump. Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Conrad Kostecki kostecki.com> Signed-off-by: Joonas Niilola gentoo.org> dev-python/dissononce/Manifest | 1 + dev-python/dissononce/dissononce-0.34.3.ebuild | 45 ++ .../dissononce-0.34.3-fix-test-requirements.patch | 32 +++ dev-python/dissononce/metadata.xml | 22 +++ 4 files changed, 100 insertions(+) diff --git a/dev-python/dissononce/Manifest b/dev-python/dissononce/Manifest new file mode 100644 index 000..2f18f353500 --- /dev/null +++ b/dev-python/dissononce/Manifest @@ -0,0 +1 @@ +DIST dissononce-0.34.3.tar.gz 594227 BLAKE2B e37ce7a41aa71f36a60b14b3da50df5c387aa64c472a48fe76d66f05ee495673b2719fb0ca0fab196992c4920eeba72701d47defceb70c2d85f5f894d13d40dd SHA512 f192c3f6abc3943fa8fffe959d3db74e810483c9f5868cc128a851ffc42069d084c0d935ca74fd45d5bcce3fe2cfeeb788094dc34f0567ed709ddfb57275fa18 diff --git a/dev-python/dissononce/dissononce-0.34.3.ebuild b/dev-python/dissononce/dissononce-0.34.3.ebuild new file mode 100644 index 000..c5583d3590b --- /dev/null +++ b/dev-python/dissononce/dissononce-0.34.3.ebuild @@ -0,0 +1,45 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python2_7 python3_{5,6,7} ) + +inherit distutils-r1 + +DESCRIPTION="A python implementation for Noise Protocol Framework" +HOMEPAGE="https://github.com/tgalal/dissononce"; +SRC_URI="https://github.com/tgalal/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="examples test" + +# Currently no tests are available, +# they will be added in future by upstream. +RESTRICT="test" + +RDEPEND=" + dev-python/cryptography[${PYTHON_USEDEP}] + dev-python/transitions[${PYTHON_USEDEP}] +" + +DEPEND=" + ${RDEPEND} + test? ( dev-python/pytest[${PYTHON_USEDEP}] ) +" + +BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" + +PATCHES=( "${FILESDIR}/${P}-fix-test-requirements.patch" ) + +python_test() { + esetup.py test +} + +src_install() { + distutils-r1_src_install + + use examples && dodoc examples/patterns/*.py +} diff --git a/dev-python/dissononce/files/dissononce-0.34.3-fix-test-requirements.patch b/dev-python/dissononce/files/dissononce-0.34.3-fix-test-requirements.patch new file mode 100644 index 000..037706f4866 --- /dev/null +++ b/dev-python/dissononce/files/dissononce-0.34.3-fix-test-requirements.patch @@ -0,0 +1,32 @@ +From 4fad01ef1689380b6de685aef5e85ebb1696cce5 Mon Sep 17 00:00:00 2001 +From: Conrad Kostecki +Date: Sun, 2 Jun 2019 01:19:16 +0200 +Subject: [PATCH] setup.py: fix test requirements + +/usr/lib64/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'test_requires' +Package installs 'tests' package which is forbidden and likely a bug in the build system. + +Signed-off-by: Conrad Kostecki +--- + setup.py | 4 ++-- + 1 file changed, 2 insertions(+), 2 deletions(-) + +diff --git a/setup.py b/setup.py +index 77cd54b..4d4423f 100644 +--- a/setup.py b/setup.py +@@ -5,12 +5,12 @@ + setup( + name='dissononce', + version=dissononce.__version__, +-packages=find_packages(exclude=['tests', 'examples']), ++packages=find_packages(exclude=['tests*', 'examples']), + install_requires=['cryptography>=2.5'], + extras_require={ + 'GuardedHandshakeState': ['transitions'] + }, +-test_requires=['pytest'], ++tests_require=['pytest'], + license='MIT', + author='Tarek Galal', + author_email='tare2.ga...@gmail.com', diff --git a/dev-python/dissononce/metadata.xml b/dev-python/dissononce/metadata.xml new file mode 100644 index 000..e93d01b1546 --- /dev/null +++ b/dev-python/dissononce/metadata.xml @@ -0,0 +1,22 @@ + +http://www.gentoo.org/dtd/metadata.dtd";> + + + ck+gen...@bl4ckb0x.de + Conrad Kostecki + + + proxy-ma...@gentoo.org + Proxy Maintainers + + + Dissononce is a python implementation for Noise Protocol Framework. + A main goal of this project is to provide a simple, + easy to read and understand practical reference for Noise enthusiasts, + implementers and users. + + + https://github.com/tgalal/dissononce/issues + tgalal/dissononce + +
[gentoo-commits] repo/gentoo:master commit in: dev-python/transitions/
commit: bc6ccad3aa985c47a13cd975cc9db8746dc00848 Author: Conrad Kostecki kostecki com> AuthorDate: Fri Jul 26 21:15:46 2019 + Commit: Joonas Niilola gentoo org> CommitDate: Fri Aug 2 18:14:42 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc6ccad3 dev-python/transitions: New package This is a new dependency for the >=net-im/yowsup-3 version bump. Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Conrad Kostecki kostecki.com> Signed-off-by: Joonas Niilola gentoo.org> dev-python/transitions/Manifest | 1 + dev-python/transitions/metadata.xml | 22 dev-python/transitions/transitions-0.6.9.ebuild | 46 + 3 files changed, 69 insertions(+) diff --git a/dev-python/transitions/Manifest b/dev-python/transitions/Manifest new file mode 100644 index 000..8d1cbfa876d --- /dev/null +++ b/dev-python/transitions/Manifest @@ -0,0 +1 @@ +DIST transitions-0.6.9.tar.gz 1354465 BLAKE2B bb536c1209c08717b29d5d60e4b31253b1f5bc759b7693a3ef82d4894cd55bc8a2dd3417e03ba5232d35de060c73cef664994c44c8f14be9ed0743170e7c1c09 SHA512 8104d98795c4212e40ba8274332e2e87336421e61a4398c58907a675708cddc7d3b77bbcada1e2cc16fd9dd518c94f07c2079cf0507b8647a435435151f5eb51 diff --git a/dev-python/transitions/metadata.xml b/dev-python/transitions/metadata.xml new file mode 100644 index 000..a48ef5d38ad --- /dev/null +++ b/dev-python/transitions/metadata.xml @@ -0,0 +1,22 @@ + +http://www.gentoo.org/dtd/metadata.dtd";> + + + ck+gen...@bl4ckb0x.de + Conrad Kostecki + + + proxy-ma...@gentoo.org + Proxy Maintainers + + + A lightweight, object-oriented state machine implementation in Python. + A state machine is a mathematical model of computation. + It is an abstract machine that can be in exactly one of a + finite number of states at any given time. + + + https://github.com/pytransitions/transitions/issues + pytransitions/transitions + + diff --git a/dev-python/transitions/transitions-0.6.9.ebuild b/dev-python/transitions/transitions-0.6.9.ebuild new file mode 100644 index 000..65a89daacac --- /dev/null +++ b/dev-python/transitions/transitions-0.6.9.ebuild @@ -0,0 +1,46 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python2_7 python3_{5,6,7} ) + +inherit distutils-r1 + +DESCRIPTION="A lightweight, object-oriented state machine implementation in Python" +HOMEPAGE="https://github.com/pytransitions/transitions"; +SRC_URI="https://github.com/pytransitions/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="examples test" + +RESTRICT="!test? ( test )" + +RDEPEND=" + dev-python/pygraphviz[${PYTHON_USEDEP}] + dev-python/six[${PYTHON_USEDEP}] +" + +DEPEND=" + ${RDEPEND} + test? ( + dev-python/pycodestyle[${PYTHON_USEDEP}] + dev-python/dill[${PYTHON_USEDEP}] + dev-python/mock[${PYTHON_USEDEP}] + dev-python/nose[${PYTHON_USEDEP}] + ) +" + +BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" + +python_test() { + esetup.py test +} + +src_install() { + distutils-r1_src_install + + use examples && dodoc examples/*.ipynb +}
[gentoo-commits] repo/gentoo:master commit in: dev-python/consonance/
commit: 58ed1ade0c4177dc554cae465f3c2b210b61cefe Author: Conrad Kostecki kostecki com> AuthorDate: Fri Jul 26 21:13:26 2019 + Commit: Joonas Niilola gentoo org> CommitDate: Fri Aug 2 18:14:36 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58ed1ade dev-python/consonance: New package This is a new dependency for the >=net-im/yowsup-3 version bump. Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Conrad Kostecki kostecki.com> Signed-off-by: Joonas Niilola gentoo.org> dev-python/consonance/Manifest| 1 + dev-python/consonance/consonance-0.1.3.ebuild | 42 +++ dev-python/consonance/metadata.xml| 21 ++ 3 files changed, 64 insertions(+) diff --git a/dev-python/consonance/Manifest b/dev-python/consonance/Manifest new file mode 100644 index 000..1cc521e240c --- /dev/null +++ b/dev-python/consonance/Manifest @@ -0,0 +1 @@ +DIST consonance-0.1.3.tar.gz 30762 BLAKE2B c30db2741a851ae1ef02361102c432d931925125d8648c0e5b1a88005f480219eaf81e8205559dd709b43e98b3925777d1fecf702577e38c3ec1c8f4e8a19cce SHA512 9f36f81b453dc4de2217a997580bb3f8747c86a8116275ba5a0e86cc66ec62d6490ae20c0e5f7401d1c16d601686936ba7b78941c657a0b508ce0dea1cea diff --git a/dev-python/consonance/consonance-0.1.3.ebuild b/dev-python/consonance/consonance-0.1.3.ebuild new file mode 100644 index 000..fa72b7ed54a --- /dev/null +++ b/dev-python/consonance/consonance-0.1.3.ebuild @@ -0,0 +1,42 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python2_7 python3_{5,6,7} ) + +inherit distutils-r1 + +DESCRIPTION="WhatsApp's handshake implementation using Noise Protocol" +HOMEPAGE="https://github.com/tgalal/consonance"; +SRC_URI="https://github.com/tgalal/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-3+" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="examples" + +# Tests require an active internet connection +RESTRICT="test" + +RDEPEND=" + dev-python/cryptography[${PYTHON_USEDEP}] + dev-python/dissononce[${PYTHON_USEDEP}] + dev-python/protobuf-python[${PYTHON_USEDEP}] + dev-python/python-axolotl-curve25519[${PYTHON_USEDEP}] + dev-python/transitions[${PYTHON_USEDEP}] +" + +DEPEND="${RDEPEND}" + +BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" + +python_test() { + esetup.py test +} + +src_install() { + distutils-r1_src_install + + use examples && dodoc examples/*.py +} diff --git a/dev-python/consonance/metadata.xml b/dev-python/consonance/metadata.xml new file mode 100644 index 000..79d7a64269f --- /dev/null +++ b/dev-python/consonance/metadata.xml @@ -0,0 +1,21 @@ + +http://www.gentoo.org/dtd/metadata.dtd";> + + + ck+gen...@bl4ckb0x.de + Conrad Kostecki + + + proxy-ma...@gentoo.org + Proxy Maintainers + + + Consonance implements WhatsApp's handshake process + which makes use of Noise Pipes with Curve25519, AES-GCM, + and SHA256 from Noise Protocol. + + + https://github.com/tgalal/consonance/issues + tgalal/consonance + +
[gentoo-commits] repo/gentoo:master commit in: sys-apps/lsd/
commit: 42061ee9020b5a818ad5e384a0d075c49e182667 Author: Georgy Yakovlev gentoo org> AuthorDate: Fri Aug 2 14:43:11 2019 + Commit: Georgy Yakovlev gentoo org> CommitDate: Fri Aug 2 17:38:08 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42061ee9 sys-apps/lsd: bump to 0.16.0 Package-Manager: Portage-2.3.70, Repoman-2.3.16 Signed-off-by: Georgy Yakovlev gentoo.org> sys-apps/lsd/Manifest | 18 ++ sys-apps/lsd/lsd-0.16.0.ebuild | 79 ++ 2 files changed, 97 insertions(+) diff --git a/sys-apps/lsd/Manifest b/sys-apps/lsd/Manifest index 8f69b4daab5..349976076a8 100644 --- a/sys-apps/lsd/Manifest +++ b/sys-apps/lsd/Manifest @@ -1,9 +1,13 @@ DIST ansi_term-0.11.0.crate 17087 BLAKE2B 9bd35c045a01ce4c6c4a5db1b4f15e9412bb97426eec19d4421dffbec633de8d13452c13c1dc1b30998690b78d7ed38311aca700087f13a81f66bd1d5d7300c4 SHA512 a637466a380748f939b3af090b8c0333f35581925bc03f4dda9b3f95d338836403cf5487ae3af9ff68f8245a837f8ab061aabe57a126a6a2c20f2e972c77d1fa DIST atty-0.2.11.crate 5916 BLAKE2B e502c23faaa9dd27cc5865b68a721b0403071edb483fca0c745707f4c0ca1b1787b5677b2d8ad7f327b8f5588ba784126ce78496c1db54f7ca4ce0ccea669499 SHA512 9d6417dc1e8abdb4969418525b36c451274fd76769adb57bef9875ef62ef521c50d58626ebc4f96d2bea32cbadb6999fd67653b570293d7253b403b6d0736c79 +DIST autocfg-0.1.4.crate 10937 BLAKE2B 272fc9d216749941cb73d37d5233d1df4bde5abcf9a6e75ed928ee6493e9011922a06551dac1f6b1d0c34dce587c6ce1442ea62e88457c0cecf985e7a3d5e47e SHA512 811b68ea24a836980026abba12598b35359abdff5660e6e9d3cc65e3edbedcd10dffc208900af5d4c21e983e1218b5fb5499117c05ab60b3e4716f0529b231ce DIST bitflags-1.0.4.crate 15282 BLAKE2B 63f5feb47460c344983cef8822804b1c4ac2f3adfffcf206df2b05fafb9c7bfd73986721cde46705a3e4a0dc72a40683e4d369f2339adfc1b55208bad1766875 SHA512 81850d2be62eabb8486024ab263da67e6eb8ebfa732cac3a5d46a9186c564b2065cba15fa3da468bbd26eaf2b67038680e5de19d5dd99d78f60dae8a1776c8de +DIST cfg-if-0.1.9.crate 7353 BLAKE2B 5556f3fdbf49708e6e4f08f2c536ee093b5f04dcf1fe4f68355189d129c416c338820143b5cf5f215323b38175ee0fd34eef4b2ff58179b190a63a9728fe2839 SHA512 45f7322217d291b3905ffdc45cadd5a7a7baf440f9a82a5b5596192ed0ac54353a3ecae0326d5807aae99bc4d79e0406d71bd65745ec8d9f8815a7c9436d648c DIST chrono-0.4.6.crate 133108 BLAKE2B ac9573577f4ea6516007df2f9948f9df4e8170e53119ba7cf1e55592bc594bd1cbf05759ce2baf9b6397b68a72aa9e0518ab0b7a9c63bd043ee4a7a8b81e36b4 SHA512 c869cab6da906d50531476c892510042eeccb3daf790ef13b3014121c805b3f8e23c7a6ffccb3bb11d15a1615e997df4180e41f0140a2c327cc816b94f28976d DIST chrono-humanize-0.0.11.crate 11546 BLAKE2B dc0627852f00daa020f529fc37d5caeefe4c4847c1864c51fa2538769c9c8cea2c45176910f594f7e208c8bca8d1479ceac27c41fe393a02187572d508836bb6 SHA512 47ca23567abf41975007025bdbb2b30ae9a59d8381069408716ff9d2c60f77bcd8c9aadd5cb672902d73cb85b3123b7818c20c8823a27f3a99cecd50cae47cd3 DIST clap-2.32.0.crate 196073 BLAKE2B c262241a3ad1d0f944467f4ea9884ca3dc05b5e05656fd7b73700e0daeec035c07a5d06316cc1273e37f74f2c00429b0ee99da298804dc4deff9a252ca56ce07 SHA512 ee2a66cec0d867d73fce35c055bcac77cc3ea9537b355be04be3ee17ddabefebfe3649cbdfc30ea356c54cf9f066369540eac4f5dc67e60cdadc9c66be014ef0 +DIST cloudabi-0.0.3.crate 22156 BLAKE2B e12054fd474754031f8f5038d5e2829e1586db974d38230cfd8774db591a58dfdcaea9fb61fc0b35366889d348b2c73ceaabbb462f1abeeffeaab167013c986f SHA512 691ed793e9b35ba382f03897f4c0efc31a528394862a27b814ba8993ad30bbe0ebc9808484baf580e8b69d9c13ad1612776a1efd0f6981545b420139ff83592c +DIST fuchsia-cprng-0.1.1.crate 2950 BLAKE2B 8519407ab5d1f04d03cc946a07050db4dd7bc70e03894e35b9e66910a3be11224084a86ba45103fdec845e94b7ba4defbd7c5217b035a0796c0c4a94b9562cd7 SHA512 ea9f5beb0dfcb023c22cfc2b37ce52dfcf3a2cbbed0f79c332878858386805c65dce8469a431002367562d857a6c064e075688540c27fcb4056a110059d2 DIST fuchsia-zircon-0.3.3.crate 22565 BLAKE2B a4dac3457036efab8f79fe5d5b4545e4091e994d3dc63188f71fafbcc28bf98ef359dcd20add30ac1d990ab2e66159723302fb66697349c65fab0aa58d54535e SHA512 a43ee59452d49742111e506d6bdd8b8399a3a646e08648e25292864d7f71460c1dd1f2d77b8efa8ed09ac21fa4ff0442a2709f16d8833a3849bde0c388d83a93 DIST fuchsia-zircon-sys-0.3.3.crate 7191 BLAKE2B 530bb5d475ac828843af248c6bbd24ca3b5dd8118c8884ccc6d7261818cff1c79038077114ffa04bc73a078177527824c4d9d20a9b022e4057afee3330258cff SHA512 978b7e8795a5877a68409ed3a1d7b4246263f8e7e7ce9ba8a022643be98f58f329cc1c234717df80a509db849da4394f39e90a8e2a6f56f8fa8dd3c07e7d4386 DIST glob-0.2.11.crate 18065 BLAKE2B 8531890ce378023f0119baccd5c556f297128d3f09c07d320d5cdc3c90032447f2e5a4f2fad0097bd3c6faf93b83256b387d232b3c9f9d3c40e54c48245321eb SHA512 91a1a751bc4ed3b13154aa056180f2b8123c33627cbe972bdd7986fb0b6f1ef90e59abd4128d6e4db5e69523d757440c7df9b9721a61f5ea5a091ffc9843e10e @@ -14,14 +18,28 @@ DIST lscolors-0.5.0.crate 15937 BLAKE2B 27c9d42fbdfa32ce9f01fc627c2a758544dccd72 DIST lsd-0.14.0.tar.gz 33646 BLAKE2B b0bc5f8c9ef764e8e2c1a17da144e507ff6181bbde88a002950b47fb1678f4f4790e1cd
[gentoo-commits] repo/gentoo:master commit in: sys-apps/man-pages/
commit: 42b07f1f6d7126b4e9b35187a5439c91795564bc Author: Patrick McLean sony com> AuthorDate: Fri Aug 2 17:18:55 2019 + Commit: Patrick McLean gentoo org> CommitDate: Fri Aug 2 17:18:55 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42b07f1f sys-apps/man-pages: Version bump to 5.02 Copyright: Sony Interactive Entertainment Inc. Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Patrick McLean gentoo.org> sys-apps/man-pages/Manifest | 1 + sys-apps/man-pages/man-pages-5.02.ebuild | 53 2 files changed, 54 insertions(+) diff --git a/sys-apps/man-pages/Manifest b/sys-apps/man-pages/Manifest index 2c46e84ccc4..3633e188c57 100644 --- a/sys-apps/man-pages/Manifest +++ b/sys-apps/man-pages/Manifest @@ -1,3 +1,4 @@ DIST man-pages-5.00.tar.xz 1659648 BLAKE2B 7b4da6767613ad1453618e47a3cfaa4e2273600c4b55cac5290dd93db79fe61810bbaefdf0ee42c910824430beddca207228caa8466d19b65d1b401da742d0ba SHA512 7ab44d5c8ed06696e7c463ec5118305fada7a6d284fc38d32e0771faa3ff12b74a8b696f9577481a0d1d2c7f1e5e78a21a72d80d2f34bd50955622b226b39fa2 DIST man-pages-5.01.tar.xz 1662512 BLAKE2B e2b77aea38eaed44fcefbfc21a59ae3f972901a055d3491effda286f0ef7cd8d1e32b4a610707c5ba8ad18ac7d5ff81df4927f7c68c99f54753af49b40c07f17 SHA512 0f95198e230fe28da2821c931f0078adf67bc4d92434b4da5e67dcfe3b462fd22b3268b7c0b9385603f0bfa7aa273c97ae152edd2b6f6975b9199b6e73e1f457 +DIST man-pages-5.02.tar.xz 1668616 BLAKE2B 91fb6618e13d25c1ad81ac5f6acc20ac0075b0e33b5ecfc271a4a4abcfffb37e4f22dbd15128a3a54ea2a7ed03c0374b907998da15dde90f4b9fb0da7ebf0947 SHA512 424d382f69611e29bd512ad166db7189633dea92b9d57466480a88cc69e83e6f364e16d4303efea19f2252bc9681c14158d60eef79c4cc4be41185300b67a4fd DIST man-pages-gentoo-2.tar.bz2 5141 BLAKE2B c5c7956ab47c8a473e258b1902d5d19d9eb2e9d01786e907d9c3ba691c2a506834ed96cd1f54e8d8415e65d4fea0056659537f0faffe68fcbed33aa728a5e61e SHA512 6e6524b8ad6f1b8c9b147665ee32af49e05603dac61d433acd6b4f1164adef27cd542898f272b07d8659725013dac59c7f34a858968cc054a4785c945e14a770 diff --git a/sys-apps/man-pages/man-pages-5.02.ebuild b/sys-apps/man-pages/man-pages-5.02.ebuild new file mode 100644 index 000..16630251062 --- /dev/null +++ b/sys-apps/man-pages/man-pages-5.02.ebuild @@ -0,0 +1,53 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +GENTOO_PATCH=2 + +DESCRIPTION="A somewhat comprehensive collection of Linux man pages" +HOMEPAGE="https://www.kernel.org/doc/man-pages/"; +SRC_URI="mirror://kernel/linux/docs/man-pages/Archive/${P}.tar.xz + mirror://kernel/linux/docs/man-pages/${P}.tar.xz + mirror://gentoo/man-pages-gentoo-${GENTOO_PATCH}.tar.bz2 + https://dev.gentoo.org/~cardoe/files/man-pages-gentoo-${GENTOO_PATCH}.tar.bz2"; + +LICENSE="man-pages GPL-2+ BSD" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux" +IUSE_L10N=" da de fr it ja nl pl ru zh-CN" +IUSE="nls ${IUSE_L10N// / l10n_}" +RESTRICT="binchecks" + +# Block packages that used to install colliding man pages #341953 #548900 #612640 #617462 +RDEPEND="virtual/man + !
[gentoo-commits] repo/gentoo:master commit in: dev-db/percona-server/
commit: e8a03f6f28dbc3607c4fce461675767e728fd100 Author: Thomas Deutschmann gentoo org> AuthorDate: Fri Aug 2 16:48:24 2019 + Commit: Thomas Deutschmann gentoo org> CommitDate: Fri Aug 2 16:56:20 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8a03f6f dev-db/percona-server: don't install man pages installed by mysql-connector-c Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Thomas Deutschmann gentoo.org> dev-db/percona-server/percona-server-5.7.26.29.ebuild | 7 +++ 1 file changed, 7 insertions(+) diff --git a/dev-db/percona-server/percona-server-5.7.26.29.ebuild b/dev-db/percona-server/percona-server-5.7.26.29.ebuild index 61f7b02b6e2..b69fc97ed14 100644 --- a/dev-db/percona-server/percona-server-5.7.26.29.ebuild +++ b/dev-db/percona-server/percona-server-5.7.26.29.ebuild @@ -335,6 +335,13 @@ src_prepare() { "${S}"/zlib \ || die + # Don't clash with dev-db/mysql-connector-c + rm \ + man/my_print_defaults.1 \ + man/perror.1 \ + man/zlib_decompress.1 \ + || die + # Remove the centos and rhel selinux policies to support mysqld_safe under SELinux if [[ -d "${S}/support-files/SELinux" ]] ; then echo > "${S}/support-files/SELinux/CMakeLists.txt" || die
[gentoo-commits] repo/gentoo:master commit in: dev-db/mysql/
commit: 30850af5d50a14ca417cf33ae740189af717347d Author: Thomas Deutschmann gentoo org> AuthorDate: Fri Aug 2 16:45:59 2019 + Commit: Thomas Deutschmann gentoo org> CommitDate: Fri Aug 2 16:56:19 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30850af5 dev-db/mysql: don't install man pages installed by mysql-connector-c Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Thomas Deutschmann gentoo.org> dev-db/mysql/mysql-5.6.45.ebuild | 7 +++ dev-db/mysql/mysql-5.7.27.ebuild | 8 2 files changed, 15 insertions(+) diff --git a/dev-db/mysql/mysql-5.6.45.ebuild b/dev-db/mysql/mysql-5.6.45.ebuild index 6801847b241..5526aadc972 100644 --- a/dev-db/mysql/mysql-5.6.45.ebuild +++ b/dev-db/mysql/mysql-5.6.45.ebuild @@ -196,6 +196,13 @@ src_prepare() { echo > "${S}/support-files/SELinux/CMakeLists.txt" || die fi + # Don't clash with dev-db/mysql-connector-c + rm \ + man/my_print_defaults.1 \ + man/perror.1 \ + man/zlib_decompress.1 \ + || die + if use libressl ; then sed -i 's/OPENSSL_MAJOR_VERSION STREQUAL "1"/OPENSSL_MAJOR_VERSION STREQUAL "2"/' \ "${S}/cmake/ssl.cmake" || die diff --git a/dev-db/mysql/mysql-5.7.27.ebuild b/dev-db/mysql/mysql-5.7.27.ebuild index ded6636a984..51372d0a361 100644 --- a/dev-db/mysql/mysql-5.7.27.ebuild +++ b/dev-db/mysql/mysql-5.7.27.ebuild @@ -296,6 +296,14 @@ src_prepare() { "${S}"/zlib \ || die + # Don't clash with dev-db/mysql-connector-c + rm \ + man/my_print_defaults.1 \ + man/perror.1 \ + man/zlib_decompress.1 \ + || die + + if use libressl ; then sed -i 's/OPENSSL_MAJOR_VERSION STREQUAL "1"/OPENSSL_MAJOR_VERSION STREQUAL "2"/' \ "${S}/cmake/ssl.cmake" || die
[gentoo-commits] repo/gentoo:master commit in: dev-db/mysql/
commit: eacde4b3cff7b96724f2d1a9d0dda5925033dc1a Author: Thomas Deutschmann gentoo org> AuthorDate: Fri Aug 2 16:42:14 2019 + Commit: Thomas Deutschmann gentoo org> CommitDate: Fri Aug 2 16:56:18 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eacde4b3 dev-db/mysql: don't install my_print_defaults man page Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Thomas Deutschmann gentoo.org> dev-db/mysql/mysql-8.0.17_pre1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-db/mysql/mysql-8.0.17_pre1.ebuild b/dev-db/mysql/mysql-8.0.17_pre1.ebuild index bc4fb0cad0c..a1c1a4d312e 100644 --- a/dev-db/mysql/mysql-8.0.17_pre1.ebuild +++ b/dev-db/mysql/mysql-8.0.17_pre1.ebuild @@ -237,6 +237,7 @@ src_prepare() { # man pages for client-lib tools we don't install rm \ + man/my_print_defaults.1 \ man/perror.1 \ man/zlib_decompress.1 \ || die
[gentoo-commits] repo/gentoo:master commit in: app-misc/tracker/
commit: 9ee8caa72dae95aa4b3f4eacaa458af7c0b5850c Author: Mart Raudsepp gentoo org> AuthorDate: Fri Aug 2 16:46:56 2019 + Commit: Mart Raudsepp gentoo org> CommitDate: Fri Aug 2 16:47:41 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ee8caa7 app-misc/tracker: workaround compilation issue against vala:0.44 Limit to vala-0.42 and older for now. With >=vala-0.44.5:0.44 it is crashing g-ir-compiler somehow, while it is fine with older vala, including 0.44.4. It seems to also be fine with p.masked vala-0.45.3. Needs more investigation, as it may be affecting other packages as well if it's a vala:0.44 regression, not a tracker problem, but meanwhile this workaround gets things going for ~arch users again. Bug: https://bugs.gentoo.org/691072 Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Mart Raudsepp gentoo.org> app-misc/tracker/tracker-2.1.8.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/app-misc/tracker/tracker-2.1.8.ebuild b/app-misc/tracker/tracker-2.1.8.ebuild index 5ee135fd3cc..3bce3d5c217 100644 --- a/app-misc/tracker/tracker-2.1.8.ebuild +++ b/app-misc/tracker/tracker-2.1.8.ebuild @@ -3,6 +3,7 @@ EAPI=6 PYTHON_COMPAT=( python3_{5,6,7} ) +VALA_MAX_API_VERSION="0.42" inherit bash-completion-r1 eapi7-ver gnome.org linux-info meson python-any-r1 systemd vala xdg
[gentoo-commits] repo/gentoo:master commit in: dev-db/mysql-connector-c/
commit: 78b1b26d1f94c28578a016470b33b10117c64831 Author: Thomas Deutschmann gentoo org> AuthorDate: Fri Aug 2 16:38:34 2019 + Commit: Thomas Deutschmann gentoo org> CommitDate: Fri Aug 2 16:39:56 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78b1b26d dev-db/mysql-connector-c: move stable keywords Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Thomas Deutschmann gentoo.org> dev-db/mysql-connector-c/mysql-connector-c-6.1.11-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-db/mysql-connector-c/mysql-connector-c-6.1.11-r2.ebuild b/dev-db/mysql-connector-c/mysql-connector-c-6.1.11-r2.ebuild index 7b194c341a1..7fffab40fcc 100644 --- a/dev-db/mysql-connector-c/mysql-connector-c-6.1.11-r2.ebuild +++ b/dev-db/mysql-connector-c/mysql-connector-c-6.1.11-r2.ebuild @@ -18,7 +18,7 @@ LICENSE="GPL-2" SRC_URI="https://dev.mysql.com/get/Downloads/Connector-C/${P}-src.tar.gz"; S="${WORKDIR}/${P}-src" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86" +KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sparc x86" SUBSLOT="18" SLOT="0/${SUBSLOT}"
[gentoo-commits] repo/gentoo:master commit in: www-client/chromium/
commit: b077b2d59190760fa758028d0dcc026ece52b75d Author: Matt Turner gentoo org> AuthorDate: Fri Aug 2 16:39:59 2019 + Commit: Matt Turner gentoo org> CommitDate: Fri Aug 2 16:40:10 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b077b2d5 www-client/chromium-76.0.3809.87: amd64 stable, bug 691098 Signed-off-by: Matt Turner gentoo.org> www-client/chromium/chromium-76.0.3809.87.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www-client/chromium/chromium-76.0.3809.87.ebuild b/www-client/chromium/chromium-76.0.3809.87.ebuild index 042571d8313..8da832b3d8c 100644 --- a/www-client/chromium/chromium-76.0.3809.87.ebuild +++ b/www-client/chromium/chromium-76.0.3809.87.ebuild @@ -16,7 +16,7 @@ SRC_URI="https://commondatastorage.googleapis.com/chromium-browser-official/${P} LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="+closure-compile component-build cups cpu_flags_arm_neon gnome-keyring +hangouts jumbo-build kerberos pic +proprietary-codecs pulseaudio selinux +suid +system-ffmpeg +system-icu +system-libvpx +tcmalloc widevine" RESTRICT="!system-ffmpeg? ( proprietary-codecs? ( bindist ) )" REQUIRED_USE="component-build? ( !suid )"
[gentoo-commits] repo/gentoo:master commit in: dev-db/mysql-connector-c/
commit: 556838823c8745f90d0da8cc163cf37fe650dc04 Author: Thomas Deutschmann gentoo org> AuthorDate: Fri Aug 2 16:39:04 2019 + Commit: Thomas Deutschmann gentoo org> CommitDate: Fri Aug 2 16:39:58 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55683882 dev-db/mysql-connector-c: drop old Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Thomas Deutschmann gentoo.org> dev-db/mysql-connector-c/Manifest | 1 - .../mysql-connector-c-6.1.11-r1.ebuild | 88 - .../mysql-connector-c-8.0.16.ebuild| 92 -- 3 files changed, 181 deletions(-) diff --git a/dev-db/mysql-connector-c/Manifest b/dev-db/mysql-connector-c/Manifest index da74276fc3e..8ca24c1f198 100644 --- a/dev-db/mysql-connector-c/Manifest +++ b/dev-db/mysql-connector-c/Manifest @@ -1,3 +1,2 @@ -DIST mysql-boost-8.0.16.tar.gz 145939027 BLAKE2B f8e94c6aa686a3f3a2fd231676070760081c6bbf0d652ce09e9bfb6f9dc86fc96dba5739ac8721bfd55c947e44c7de4c37ff5f8bb56db5e08484cf586e143add SHA512 4de08d74637d1fef4f570148e66c8ddf2b59d1c0a49d715ca632da7f572645b65ec5f7c115aaf0bd179b0a9f1ba2bc40357c371f170a674118159d99b2c49516 DIST mysql-boost-8.0.17.tar.gz 189322239 BLAKE2B f9f46e5fdc3e9869b203626bc09edfbcdbabcd68eba43f9c6a33b9a52cffb3a32f39704c6d22a66899aac16fa2efb271c5dc7af7522768b45542ac8dc615cd8a SHA512 a278ee263670cb1f79d67c4b87c4b88632569c3b20a4297a6e77d550155db20902f22992ea851cf59ea523bb97d5e08707e3457f71a678e9f1ac2fa4ca5b7a2d DIST mysql-connector-c-6.1.11-src.tar.gz 3489345 BLAKE2B 813512520ef660521221565a4466e81d902629d0ee731f746b68eed2b9129ea8361fcabe184537ec8ba91aed5a4b02dfb3450b36524c2e98f81fba148eee0cf1 SHA512 271395c888a93b833e0bbe1840b9987ecdb37d0f1cf89904207cc9aa99ed32e538aee8c9529ff39b6533947159776a8f5aa079da86ed51b1d26b086f4ffdd7c6 diff --git a/dev-db/mysql-connector-c/mysql-connector-c-6.1.11-r1.ebuild b/dev-db/mysql-connector-c/mysql-connector-c-6.1.11-r1.ebuild deleted file mode 100644 index b233a4a4ffb..000 --- a/dev-db/mysql-connector-c/mysql-connector-c-6.1.11-r1.ebuild +++ /dev/null @@ -1,88 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit cmake-multilib - -MULTILIB_WRAPPED_HEADERS+=( - /usr/include/mysql/my_config.h -) - -# wrap the config script -MULTILIB_CHOST_TOOLS=( /usr/bin/mysql_config ) - -DESCRIPTION="C client library for MariaDB/MySQL" -HOMEPAGE="https://dev.mysql.com/downloads/connector/c/"; -LICENSE="GPL-2" - -SRC_URI="https://dev.mysql.com/get/Downloads/Connector-C/${P}-src.tar.gz"; -S="${WORKDIR}/${P}-src" -KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sparc x86" - -SUBSLOT="18" -SLOT="0/${SUBSLOT}" -IUSE="libressl static-libs" - -CDEPEND=" - sys-libs/zlib:=[${MULTILIB_USEDEP}] - libressl? ( dev-libs/libressl:0=[${MULTILIB_USEDEP}] ) - !libressl? ( dev-libs/openssl:0=[${MULTILIB_USEDEP}] ) - " -RDEPEND="${CDEPEND} - !dev-db/mysql[client-libs(+)] - !dev-db/mysql-cluster[client-libs(+)] - !dev-db/mariadb[client-libs(+)] - !dev-db/mariadb-connector-c[mysqlcompat] - !dev-db/mariadb-galera[client-libs(+)] - !dev-db/percona-server[client-libs(+)] - " -DEPEND="${CDEPEND}" - -DOCS=( README ) -PATCHES=( - "${FILESDIR}/mysql_com.patch" - "${FILESDIR}/20028_all_mysql-5.6-gcc7.patch" - "${FILESDIR}/6.1.11-openssl-1.1.patch" -) - -src_prepare() { - sed -i -e 's/CLIENT_LIBS/CONFIG_CLIENT_LIBS/' "${S}/scripts/CMakeLists.txt" || die - if use libressl ; then - sed -i 's/OPENSSL_MAJOR_VERSION STREQUAL "1"/OPENSSL_MAJOR_VERSION STREQUAL "2"/' \ - "${S}/cmake/ssl.cmake" || die - fi - cmake-utils_src_prepare -} - -multilib_src_configure() { - local mycmakeargs=( - -DINSTALL_LAYOUT=RPM - -DINSTALL_LIBDIR=$(get_libdir) - -DWITH_DEFAULT_COMPILER_OPTIONS=OFF - -DWITH_DEFAULT_FEATURE_SET=OFF - -DENABLED_LOCAL_INFILE=ON - -DMYSQL_UNIX_ADDR="${EPREFIX}/var/run/mysqld/mysqld.sock" - -DWITH_ZLIB=system - -DENABLE_DTRACE=OFF - -DWITH_SSL=system - -DLIBMYSQL_OS_OUTPUT_NAME=mysqlclient - -DSHARED_LIB_PATCH_VERSION="0" - ) - cmake-utils_src_configure -} - -multilib_src_install_all() { - if ! use static-libs ; then - find "${ED}" -name "*.a" -delete || die - fi -} - -pkg_preinst() { - if [[ -z ${REPLACING_VERSIONS} && -e "${EROOT}usr/$(get_libdir)/libmysqlclient.so" ]] ; then - elog "Due to ABI changes when switching between different client libraries," - elog "revdep-rebuild must find and rebuild all packages linking to libmysqlclient." - elog "Please run: revdep-rebuild --library libmysqlclient.so.${SUBSLOT
[gentoo-commits] repo/gentoo:master commit in: dev-db/mysql-connector-c/
commit: 207066dc7b24435039513fad71e393600600c398 Author: Thomas Deutschmann gentoo org> AuthorDate: Fri Aug 2 16:34:00 2019 + Commit: Thomas Deutschmann gentoo org> CommitDate: Fri Aug 2 16:39:56 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=207066dc dev-db/mysql-connector-c: install man pages for installed programs Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Thomas Deutschmann gentoo.org> ...-connector-c-8.0.17.ebuild => mysql-connector-c-8.0.17-r1.ebuild} | 5 + 1 file changed, 5 insertions(+) diff --git a/dev-db/mysql-connector-c/mysql-connector-c-8.0.17.ebuild b/dev-db/mysql-connector-c/mysql-connector-c-8.0.17-r1.ebuild similarity index 96% rename from dev-db/mysql-connector-c/mysql-connector-c-8.0.17.ebuild rename to dev-db/mysql-connector-c/mysql-connector-c-8.0.17-r1.ebuild index db884fd4848..667251898c9 100644 --- a/dev-db/mysql-connector-c/mysql-connector-c-8.0.17.ebuild +++ b/dev-db/mysql-connector-c/mysql-connector-c-8.0.17-r1.ebuild @@ -86,6 +86,11 @@ multilib_src_install() { } multilib_src_install_all() { + doman \ + man/my_print_defaults.1 \ + man/perror.1 \ + man/zlib_decompress.1 + if ! use static-libs ; then find "${ED}" -name "*.a" -delete || die fi
[gentoo-commits] repo/gentoo:master commit in: dev-lang/php/
commit: 2ee212f8c5ebeb4a25f62c069c49e90a2229560b Author: Brian Evans gentoo org> AuthorDate: Fri Aug 2 16:21:01 2019 + Commit: Brian Evans gentoo org> CommitDate: Fri Aug 2 16:21:01 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ee212f8 dev-lang/php: Revbump 5.6 with security backports from 7.1.31 Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Brian Evans gentoo.org> dev-lang/php/Manifest | 1 + dev-lang/php/php-5.6.40-r5.ebuild | 789 ++ 2 files changed, 790 insertions(+) diff --git a/dev-lang/php/Manifest b/dev-lang/php/Manifest index 26b559bef7d..c21fbe5c5bd 100644 --- a/dev-lang/php/Manifest +++ b/dev-lang/php/Manifest @@ -7,3 +7,4 @@ DIST php-7.3.7.tar.xz 11993760 BLAKE2B 0d634171825b9fd0a831a45486f4d67142bf59204 DIST php-7.3.8.tar.xz 12064620 BLAKE2B cfe2fde5e48080e13bd21cb2e2ca0c0ae38da03c94d0692e11bfe6722e50bd0b864d629a0ef6aed4ac5d9830ec4b4b214b9abdf917519a0c0cb70a4362fc8390 SHA512 9e9e13845350f3d4a8a80c3e2fe8291996e2749b2c862261b96346c01e5e24640cb81adad5e3b7668b56b2266c1fcbb713e8c38da4f9aa474f5f632f91378a8d DIST php-7.4.0beta1.tar.xz 10200060 BLAKE2B f49c49fcebe0309bbe266dec5c468037499fc96908a4130454403e57caa3ef7da3c46dbc83829bb290c46edfc14921f71fafddb8b0777c23adec35fbb57ad68c SHA512 3e4307201c91cec238c9bc6c27a629a93de8baba0307f2e61cb4bb242720178382dd50b38e7a18fbd65baf25068b358faf571dcb895e7cd6fb292038dee3ed6b DIST php-patches-7.1.30bp.tar.bz2 30698 BLAKE2B 74bbab7e3d721ce823f1820b9fad1dd61c9b109e50392ae6cf08f9ae1f6b813273d50edad2644913b016b369f6fc32ff5bf1abe0687c23876596f3f18ec20e1a SHA512 832f97636a346c88089190dc0a0d98d39ef69244b441e553a7775da602227338f1f4a6cb90295b4f5fb117f6c64b259120840dbfe0da7352819d94392aff9fd6 +DIST php-patches-7.1.31bp.tar.bz2 37219 BLAKE2B 4f3ead2f69adf00ac1317371172c8adbb823f597cd8e3cafe7044d6a46671437fd2e5eaef4309a6fd5825123394044543284d3cbe892c918353a5b07c12b7401 SHA512 eb52679d035ceb4124c8e9175024f4f753e20d139479af4a57e01de941991716b2ce37f6190242c1bec46fd5305bad1f91613b04ee849a0d94f4a33ce013781e diff --git a/dev-lang/php/php-5.6.40-r5.ebuild b/dev-lang/php/php-5.6.40-r5.ebuild new file mode 100644 index 000..11592d2ee3d --- /dev/null +++ b/dev-lang/php/php-5.6.40-r5.ebuild @@ -0,0 +1,789 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI="7" + +inherit autotools flag-o-matic systemd + +PATCH_V="7.1.31bp" + +DESCRIPTION="The PHP language runtime engine" +HOMEPAGE="https://secure.php.net/"; +SRC_URI="https://php.net/distributions/${P}.tar.xz + https://gitweb.gentoo.org/proj/php-patches.git/snapshot/php-patches-${PATCH_V}.tar.bz2"; + +LICENSE="PHP-3.01 + BSD + Zend-2.0 + bcmath? ( LGPL-2.1+ ) + fpm? ( BSD-2 ) + gd? ( gd ) + unicode? ( BSD-2 LGPL-2.1 )" + +SLOT="$(ver_cut 1-2)" +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" + +# We can build the following SAPIs in the given order +SAPIS="embed cli cgi fpm apache2" + +# SAPIs and SAPI-specific USE flags (cli SAPI is default on): +IUSE="${IUSE} + ${SAPIS/cli/+cli} + threads" + +IUSE="${IUSE} acl bcmath berkdb bzip2 calendar cdb cjk + coverage crypt +ctype curl debug + enchant exif +fileinfo +filter firebird + +flatfile ftp gd gdbm gmp +hash +iconv imap inifile + intl iodbc ipv6 +json kerberos ldap ldap-sasl libedit libressl + mhash mssql mysql libmysqlclient mysqli nls + oci8-instant-client odbc +opcache pcntl pdo +phar +posix postgres qdbm + readline recode selinux +session sharedmem + +simplexml snmp soap sockets spell sqlite ssl + sybase-ct sysvipc systemd tidy +tokenizer truetype unicode vpx wddx + +xml xmlreader xmlwriter xmlrpc xpm xslt zip zlib" + +# The supported (that is, autodetected) versions of BDB are listed in +# the ./configure script. Other versions *work*, but we need to stick to +# the ones that can be detected to avoid a repeat of bug #564824. +COMMON_DEPEND=" + >=app-eselect/eselect-php-0.9.1[apache2?,fpm?] + >=dev-libs/libpcre-8.32[unicode] + fpm? ( acl? ( sys-apps/acl ) ) + apache2? ( || ( >=www-servers/apache-2.4[apache2_modules_unixd,threads=] + =dev-libs/libmcrypt-2.4 ) + curl? ( >=net-misc/curl-7.10.5 ) + enchant? ( app-text/enchant ) + exif? ( !gd? ( + virtual/jpeg:0 + media-libs/libpng:0= + sys-libs/zlib:0= + ) ) + firebird? ( dev-db/firebird ) + gd? ( virtual/jpeg:0 media-libs/libpng:0= sys-libs/zlib:0= ) + gdbm? ( >=sys-libs/gdbm-1.8.0:0= ) + gmp? ( dev-libs/gmp:0= ) + iconv? ( virtual/libiconv ) + imap? ( virtual/imap-c-client[kerberos=,ssl=] ) + intl? ( dev-libs/icu:= ) + iodbc? ( dev-db/libiodbc
[gentoo-commits] repo/gentoo:master commit in: app-doc/doxygen/
commit: 326d1735d29211f622431dfc48f4a9c3438b8b89 Author: Aaron Bauman gentoo org> AuthorDate: Fri Aug 2 16:17:57 2019 + Commit: Aaron Bauman gentoo org> CommitDate: Fri Aug 2 16:18:12 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=326d1735 app-doc/doxygen: arm64 stable (bug #691282) Signed-off-by: Aaron Bauman gentoo.org> Package-Manager: Portage-2.3.69, Repoman-2.3.16 RepoMan-Options: --include-arches="arm64" app-doc/doxygen/doxygen-1.8.15.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-doc/doxygen/doxygen-1.8.15.ebuild b/app-doc/doxygen/doxygen-1.8.15.ebuild index ed0edb35d97..ccb92fc52f3 100644 --- a/app-doc/doxygen/doxygen-1.8.15.ebuild +++ b/app-doc/doxygen/doxygen-1.8.15.ebuild @@ -13,7 +13,7 @@ if [[ ${PV} = ** ]]; then SRC_URI="" else SRC_URI="http://doxygen.nl/files/${P}.src.tar.gz"; - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" + KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" fi DESCRIPTION="Documentation system for most programming languages"
[gentoo-commits] repo/gentoo:master commit in: dev-db/mysql/files/, dev-db/mysql/
commit: e3ccd5cdcf12217d37448a857929c6ee28b7b0e4 Author: Thomas Deutschmann gentoo org> AuthorDate: Fri Aug 2 15:56:14 2019 + Commit: Thomas Deutschmann gentoo org> CommitDate: Fri Aug 2 16:04:04 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3ccd5cd dev-db/mysql: update ebuild draft - Add USE=router to control building of MySQL router program - Add GLEP 81 support - Use USE=ssl logic from dev-db/mysql-connector-c (=use bundled WolfSSL when no system SSL is used) - Don't install perror and zlib_decompress man pages (these are client tools, i.e. should be installed via dev-db/mysql-connector-c package) - Use CMAKE_POSITION_INDEPENDENT_CODE=ON - Provide own config files for MySQL v8.0 (mainly because of new default charset) - Update LibreSSL patch Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Thomas Deutschmann gentoo.org> dev-db/mysql/Manifest | 2 +- dev-db/mysql/files/my.cnf-8.0.distro-client| 21 +++ dev-db/mysql/files/my.cnf-8.0.distro-server| 28 + dev-db/mysql/metadata.xml | 1 + ...-8.0.17_pre.ebuild => mysql-8.0.17_pre1.ebuild} | 72 -- 5 files changed, 90 insertions(+), 34 deletions(-) diff --git a/dev-db/mysql/Manifest b/dev-db/mysql/Manifest index d07218b8b2b..e62e6cdd338 100644 --- a/dev-db/mysql/Manifest +++ b/dev-db/mysql/Manifest @@ -17,4 +17,4 @@ DIST mysql-extras-2018-2314Z.tar.bz2 329013 BLAKE2B fa928b699ef0e6f092e028fc DIST mysql-extras-20190303-1852Z.tar.bz2 331026 BLAKE2B ee033fce8f1b6a58f1f690710fb9709a585cd45564b35e71d4f840a3a7f83a5d80f53c24236c9976319abd89c68c62c74a7111517f1b9721d3cbd0898bf0dd8d SHA512 30361a0b848ed27f9170b1116458a9bc13b1b585c5fa1933c99927541c31e9bda4008b0563f2fc7db286f998089ebebf1fe3f18fce7a45e62acbf769ac62d8c1 DIST mysql-extras-20190524-1046Z.tar.bz2 331517 BLAKE2B e6d48e34b0a7f7176de8740971f8151923beb20a520df73c22d44005059ef6779ad5aa8437e30018b9bbfe1d6d69043cbd8522b6f3662746205193b44372a6b3 SHA512 2f7238578f3aabd1701e1c54da36bc0100c9479871e3c77b22131fd6cde865037307f93b3343ea5e52251c45ef35cdc52cc2dec5a26d44fd41700598282c5c2c DIST mysql-extras-20190604-1109Z.tar.bz2 331780 BLAKE2B 48b6f6ff36818ba3d1d9c0580b0ff5e2343d92a42ee78b6804841d7c4f511adcdc3d5cd0590f769f308ca52e271c07cb34219450f9b86e918ddcd0a4b956e18e SHA512 19a85ba5a4c2de1688f39feb6ce1c1802e4d886436dc02afe1ba508b91365a0ac67d668cf7126588145ee55641992ad71b0d094246a94c89065876b9bb897425 -DIST mysql-extras-20190802-0031Z.tar.bz2 332871 BLAKE2B 233b25bc0f3fb215c273210f688a9864fe98ace95859d5e5e530d7f9a77a1fa08bdb0ef773fa8db3858b512479e0b13fcbc3cc5bea3ece695393a9db02e3babf SHA512 b74a9058f5ee439cac7063844b2a462e3b0ce6f906198bbb2aa966b93bfc2fb060d1d68cb4c0aafc4d1100338e48befcc53f4f5f74fa59aca305eee5882a971b +DIST mysql-extras-20190802-1549Z.tar.bz2 335077 BLAKE2B c4c4e38d30c9e4e02cdbcf4117f020e044374370bf32f6e013aa37ae6794445f3ef12e46abbdb5fefd85a68fe5af6b417363012a64d1fd97d79d478bb4b3749d SHA512 5c19a9ce9fe0d95788cc25fed0c2f987b46fa85accf7440a569066f4ac1b9f8522a0855fa884a128d7ccee17fecc25f4b16a16b3cd962c39f3670819eef2f6dc diff --git a/dev-db/mysql/files/my.cnf-8.0.distro-client b/dev-db/mysql/files/my.cnf-8.0.distro-client new file mode 100644 index 000..5325c1a6d8f --- /dev/null +++ b/dev-db/mysql/files/my.cnf-8.0.distro-client @@ -0,0 +1,21 @@ +# @GENTOO_PORTAGE_EPREFIX@/etc/mysql/50-distro-client.cnf: The global mysql configuration file. + +# The following options will be passed to all MySQL clients +[client] +socket = @GENTOO_PORTAGE_EPREFIX@/var/run/mysqld/mysqld.sock +character-sets-dir = @GENTOO_PORTAGE_EPREFIX@/usr/share/mysql/charsets +loose-default-character-set= utf8mb4 + +[mysql] +# uncomment the next directive if you are not familiar with SQL +#safe-updates + +[mysqldump] +quick +max_allowed_packet = 16M + +[myisamchk] +character-sets-dir=@GENTOO_PORTAGE_EPREFIX@/usr/share/mysql/charsets + +[myisampack] +character-sets-dir=@GENTOO_PORTAGE_EPREFIX@/usr/share/mysql/charsets diff --git a/dev-db/mysql/files/my.cnf-8.0.distro-server b/dev-db/mysql/files/my.cnf-8.0.distro-server new file mode 100644 index 000..248c68e393a --- /dev/null +++ b/dev-db/mysql/files/my.cnf-8.0.distro-server @@ -0,0 +1,28 @@ +# @GENTOO_PORTAGE_EPREFIX@/etc/mysql/50-distro-server.cnf: The global mysql configuration file. + +# add a section [mysqld-8.0] for specific configurations +[mysqld] +character-set-server = utf8mb4 +user = mysql +port = 3306 +socket = @GENTOO_PORTAGE_EPREFIX@/var/run/mysqld/mysqld.sock +pid-file = @GENTOO_PORTAGE_EPREFIX@/var/run/mysqld/mys
[gentoo-commits] proj/mysql-extras: New tag: mysql-extras-20190802-1549Z
commit: Commit: Thomas Deutschmann gentoo org> CommitDate: Fri Aug 2 15:49:42 2019 + New tag: mysql-extras-20190802-1549Z
[gentoo-commits] proj/mysql-extras:master commit in: /
commit: 511aab731f9fcb6e61f1eb1977f14b30682bb1ad Author: Thomas Deutschmann gentoo org> AuthorDate: Fri Aug 2 15:48:22 2019 + Commit: Thomas Deutschmann gentoo org> CommitDate: Fri Aug 2 15:49:21 2019 + URL:https://gitweb.gentoo.org/proj/mysql-extras.git/commit/?id=511aab73 Fix MySQL 8.0 patch set - Fix 20018_all_mysql-8.0.17-fix-libressl-support.patch - Fix 20018_all_mysql-8.0.17-without-clientlibs-tools.patch Signed-off-by: Thomas Deutschmann gentoo.org> 20018_all_mysql-8.0.17-fix-libressl-support.patch | 266 - ...all_mysql-8.0.17-without-clientlibs-tools.patch | 13 + 2 files changed, 269 insertions(+), 10 deletions(-) diff --git a/20018_all_mysql-8.0.17-fix-libressl-support.patch b/20018_all_mysql-8.0.17-fix-libressl-support.patch index 44596cf..340f894 100644 --- a/20018_all_mysql-8.0.17-fix-libressl-support.patch +++ b/20018_all_mysql-8.0.17-fix-libressl-support.patch @@ -1,12 +1,258 @@ a/sql/auth/sha2_password_common.cc -+++ b/sql/auth/sha2_password_common.cc -@@ -101,7 +101,8 @@ bool SHA256_digest::retrieve_digest(unsigned char *digest, - DBUG_RETURN(true); +From: Stefan Strogin +Date: Sat, 8 Jun 2019 15:52:26 +0300 +Subject: [PATCH] Fix build with LibreSSL + +- Fix version checks as OPENSSL_VERSION_NUMBER in OpenSSL is always + 0x2000L. +- FIPS support is removed from LibreSSL, do not use it. +- Check for TLS1_3_VERSION define, not OpenSSL/LibreSSL version. + Theoretically even OpenSSL >=1.1.1 can be built with TLS 1.3 disabled. + + +--- a/cmake/ssl.cmake b/cmake/ssl.cmake +@@ -304,13 +304,14 @@ MACRO (MYSQL_CHECK_SSL) + OPENSSL_FIX_VERSION "${OPENSSL_VERSION_NUMBER}" + ) + ENDIF() +- IF("${OPENSSL_MAJOR_VERSION}.${OPENSSL_MINOR_VERSION}.${OPENSSL_FIX_VERSION}" VERSION_GREATER "1.1.0") ++CHECK_SYMBOL_EXISTS(TLS1_3_VERSION "openssl/tls1.h" HAVE_TLS1_3_VERSION) ++IF(HAVE_TLS1_3_VERSION) +ADD_DEFINITIONS(-DHAVE_TLSv13) + ENDIF() + IF(OPENSSL_INCLUDE_DIR AND +OPENSSL_LIBRARY AND +CRYPTO_LIBRARY AND +- OPENSSL_MAJOR_VERSION STREQUAL "1" ++ OPENSSL_MAJOR_VERSION VERSION_GREATER_EQUAL "1" + ) + SET(OPENSSL_FOUND TRUE) + FIND_PROGRAM(OPENSSL_EXECUTABLE openssl +--- a/extra/libevent/openssl-compat.h b/extra/libevent/openssl-compat.h +@@ -24,7 +24,6 @@ static inline BIO_METHOD *BIO_meth_new(int type, const char *name) + #define BIO_set_init(b, val) (b)->init = (val) + #define BIO_set_data(b, val) (b)->ptr = (val) + #define BIO_set_shutdown(b, val) (b)->shutdown = (val) +-#define BIO_get_init(b) (b)->init + #define BIO_get_data(b) (b)->ptr + #define BIO_get_shutdown(b) (b)->shutdown + +@@ -32,4 +31,8 @@ static inline BIO_METHOD *BIO_meth_new(int type, const char *name) + + #endif /* OPENSSL_VERSION_NUMBER < 0x1010L */ + ++#if OPENSSL_VERSION_NUMBER < 0x1010L || defined(LIBRESSL_VERSION_NUMBER) ++#define BIO_get_init(b) (b)->init ++#endif ++ + #endif /* OPENSSL_COMPAT_H */ +--- a/mysys/my_md5.cc b/mysys/my_md5.cc +@@ -56,7 +56,7 @@ static void my_md5_hash(unsigned char *digest, unsigned const char *buf, + int compute_md5_hash(char *digest, const char *buf, int len) { + int retval = 0; + int fips_mode = 0; +-#if !defined(HAVE_WOLFSSL) ++#if !defined(HAVE_WOLFSSL) && !defined(LIBRESSL_VERSION_NUMBER) + fips_mode = FIPS_mode(); + #endif /* HAVE_WOLFSSL */ + /* If fips mode is ON/STRICT restricted method calls will result into abort, +--- a/plugin/group_replication/libmysqlgcs/src/bindings/xcom/xcom/xcom_ssl_transport.c b/plugin/group_replication/libmysqlgcs/src/bindings/xcom/xcom/xcom_ssl_transport.c +@@ -297,7 +297,7 @@ error: + return 1; + } + +-#ifndef HAVE_WOLFSSL ++#if !defined(HAVE_WOLFSSL) && !defined(LIBRESSL_VERSION_NUMBER) + #define OPENSSL_ERROR_LENGTH 512 + static int configure_ssl_fips_mode(const uint fips_mode) { + int rc = -1; +@@ -521,7 +521,7 @@ int xcom_init_ssl(const char *server_key_file, const char *server_cert_file, + int verify_server = SSL_VERIFY_NONE; + int verify_client = SSL_VERIFY_NONE; + +-#ifndef HAVE_WOLFSSL ++#if !defined(HAVE_WOLFSSL) && !defined(LIBRESSL_VERSION_NUMBER) + if (configure_ssl_fips_mode(ssl_fips_mode) != 1) { + G_ERROR("Error setting the ssl fips mode"); + goto error; +--- a/plugin/x/client/xconnection_impl.cc b/plugin/x/client/xconnection_impl.cc +@@ -523,7 +523,7 @@ XError Connection_impl::get_ssl_error(const int error_id) { + return XError(CR_SSL_CONNECTION_ERROR, buffer); + } + +-#ifndef HAVE_WOLFSSL ++#if !defined(HAVE_WOLFSSL) && !defined(LIBRESSL_VERSION_NUMBER) + /** + Set fips mode in openssl library, + When we set fips mode ON/STRICT, it will perform following operations: +@@ -573,7 +573,7 @@ XError Connection_impl::activate_tls() { + if (!m_context->m_ssl_config.is_configured()) + return XError{CR_SSL_CONNECTION_ERROR, ER_TEXT_TLS_NOT_CONFIGURATED}; + +-#ifndef HAVE_WOLFSSL ++#if !defined(HAVE
[gentoo-commits] repo/gentoo:master commit in: sys-apps/inxi/
commit: 585749dabddd17b9114e4320b6fe335e0be38ea4 Author: Jonas Stein gentoo org> AuthorDate: Fri Aug 2 15:37:22 2019 + Commit: Jonas Stein gentoo org> CommitDate: Fri Aug 2 15:37:22 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=585749da sys-apps/inxi: Drop old Removed old versions Package-Manager: Portage-2.3.70, Repoman-2.3.16 Signed-off-by: Jonas Stein gentoo.org> sys-apps/inxi/Manifest | 5 - sys-apps/inxi/inxi-2.3.43.ebuild | 32 sys-apps/inxi/inxi-2.3.47.ebuild | 32 sys-apps/inxi/inxi-2.3.50.ebuild | 32 sys-apps/inxi/inxi-2.3.55.ebuild | 32 sys-apps/inxi/inxi-2.3.56.ebuild | 33 - 6 files changed, 166 deletions(-) diff --git a/sys-apps/inxi/Manifest b/sys-apps/inxi/Manifest index ea3d49cfd1e..67e3a2df579 100644 --- a/sys-apps/inxi/Manifest +++ b/sys-apps/inxi/Manifest @@ -1,7 +1,2 @@ -DIST inxi-2.3.43.tar.gz 457941 BLAKE2B cbcdb3061643ba3516c93dc13e5e0e25d0740e4aa39519643467b03913a10e4ad1eed9cd52f62e7dd344b70f41124f248e48e7d1abacd55dbcb1401b07b1a88b SHA512 33c9ae788ab139f5a2511a3b5bd51276dafb3b847920345b02ad717e1da71f9a78fffc9e55b1085c91d014c2da940b1c64f72db9b59f7bb8d7e442bbbc0bd947 -DIST inxi-2.3.47.tar.gz 462826 BLAKE2B c825b80b5b05fabfad22cbcee685d5c5caa7835493555f1e930dfc11aac35fbe7529fa4738d41dfaae4c6130211d42f576d77ba9f764864bfe89b70a4c0d602a SHA512 be2e0f1880e1b7604acd1f7b8f6595536e12fbe0998f85a195e0892bf1b9942c08f791779f99526a337d097259ea8d3cd0b04da465f8deb1b30bbba9fea4dc4e -DIST inxi-2.3.50.tar.gz 467912 BLAKE2B e4d42fbcf073c5815451848d55ad24b782a0851d7701ca87f88ec97467a7968577d6ebe3818cd2b5a59017fecc11baa686d23ffaf0f18ab086bdba0393a07fba SHA512 5f32abb56f8466b5c166616680bc7b6ab5d38b76720ecf3d7d065c5ae08de0bdcf14c31b9ab207adaa7c46f4f292c9971022f27aabe5aa14bb3e828a01bff97c -DIST inxi-2.3.55.tar.gz 471764 BLAKE2B 0615ab13b4d3164ea180b3c34ec6e2d4cacad9712d1c7d3161821398498ee31515db8a84019ac64f7e5c8bfda12473341869432dada4649d4d0e65f411eb0903 SHA512 4b5ca427bfe77bbce95f2889e118cc051c7219328f26c1281d8c4fff5b6de1a34c9813367a79d1a92f5808cbd13c669e463d6a5b965def7c3d4ed29c2aa91148 -DIST inxi-2.3.56.tar.gz 227754 BLAKE2B e3edc0cbe2bc98304b950f420f39f25d52717f7ebda83e7106b35e6b04c8fcef118108f95ebce53140ef50a017d3be1c02dd58653940c23b5e3049c3731c3b5b SHA512 db14a63f59cecf490cc456a4b9d7d7d42ee8c1041785c4635611634e3fbe653d2bcd39eeec3becb42e85d100bcb2d2fadba806566eeb8a6182cd0485e97ac1cd DIST inxi-3.0.33.1.tar.gz 306370 BLAKE2B 9ebd8d6e00fe241d5fdf52ddbfc01bdb03682f10baf79cf600a4ad94d36870cd5676fb74cbaebd5edfe9288df3c8f649e4f99dd6bbcd12681663423554f74114 SHA512 7239920311e8066f08a6d81525f3608bb555d229bc4f9e33d45442cef4ee219266bdd7c4a7a25de386db8079d1ef496e3fc22620ada772ce6a51c04cb7023256 DIST inxi-3.0.34.1.tar.gz 308373 BLAKE2B 290a0887a7885b040f614140a99cbd7e0a8f8b89943e2f39cf00f033fb88fbe6a65dd4b5848f4ff7758f5fe81112404abef6102c44f4732308cda0e4ce887766 SHA512 cfc221ce5cd87dd2418ef0a6f916b17ed4a90aa9c6485ffc40a37d87d337f18d1ad98ae53fa366dc56b5250f2e95dc14c528b14d8f796b6d1b26b982cbf0b22b diff --git a/sys-apps/inxi/inxi-2.3.43.ebuild b/sys-apps/inxi/inxi-2.3.43.ebuild deleted file mode 100644 index c9a896d0871..000 --- a/sys-apps/inxi/inxi-2.3.43.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -MY_COMMIT="0e7227d25cbf9e83f7fc6af5e1bcb919855f9ecf" -# ^^ because upstream refuses to tag commits with version numbers - -DESCRIPTION="The CLI inxi collects and prints hardware and system information" -HOMEPAGE="https://github.com/smxi/inxi"; -SRC_URI="https://github.com/smxi/${PN}/tarball/${MY_COMMIT} -> ${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86" -IUSE="bluetooth hddtemp opengl" - -DEPEND="" -RDEPEND="sys-apps/pciutils - sys-apps/usbutils - bluetooth? ( net-wireless/bluez ) - hddtemp? ( app-admin/hddtemp ) - opengl? ( x11-apps/mesa-progs ) - " - -S="${WORKDIR}/smxi-${PN}-${MY_COMMIT:0:7}" - -src_install() { - dobin ${PN} - unpack ./${PN}.1.gz - doman ${PN}.1 -} diff --git a/sys-apps/inxi/inxi-2.3.47.ebuild b/sys-apps/inxi/inxi-2.3.47.ebuild deleted file mode 100644 index e5a4735c577..000 --- a/sys-apps/inxi/inxi-2.3.47.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -MY_COMMIT="0a9ac17c8ea0b0ab61ba0ad50b34c9a4765ed7a0" -# ^^ because upstream refuses to tag commits with version numbers - -DESCRIPTION="The CLI inxi collects and prints hardware and system information" -HOMEPAGE="https://github.com/smxi/inxi"; -SRC_URI="https://github.com/smxi/${PN}/tarball/${MY_COMMIT} -> ${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~arm ~ppc
[gentoo-commits] repo/gentoo:master commit in: dev-lang/php/
commit: 25da70cd3fd469d53731730f68dbb0244e0bd4f6 Author: Brian Evans gentoo org> AuthorDate: Fri Aug 2 14:59:25 2019 + Commit: Brian Evans gentoo org> CommitDate: Fri Aug 2 14:59:25 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25da70cd dev-lang/php: Version bump for 7.1.31 Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Brian Evans gentoo.org> dev-lang/php/Manifest | 1 + dev-lang/php/php-7.1.31.ebuild | 737 + 2 files changed, 738 insertions(+) diff --git a/dev-lang/php/Manifest b/dev-lang/php/Manifest index f23a58b79ee..26b559bef7d 100644 --- a/dev-lang/php/Manifest +++ b/dev-lang/php/Manifest @@ -1,5 +1,6 @@ DIST php-5.6.40.tar.xz 12472236 BLAKE2B f41147eaec9b15e965540f9e871691cc88848dd619bae6af85e7bba0130b71ce91bad5cdbbadbb537c42df83369f5c731007339a9d9e21e689e913c135201afc SHA512 997b5a952a60cf9166671cc91fcc34c674dd62bfd5cb0a9cdf3fdf2d088b5d19943d94c1cf193f8ab71fc4957d9a9a4c7c2fb8826f937501c1c0a0858f10e329 DIST php-7.1.30.tar.xz 12221980 BLAKE2B 7b2550e8f1c3cbd40223d9ed1d3e9e7a32550a057ecf0c83ce105a5e17805a57266130830adf60adeb4bbcd4cb787539a04783b0588d84e9771ce036de8b176e SHA512 7c6654e118931a8dab4896a7b62221b863b5a235a9bbce3e0c09abf5e55b964f86b1d2b2c96683b09254829c2569e72620f4d8d50cd05153ee56617e62ad37c1 +DIST php-7.1.31.tar.xz 12370928 BLAKE2B 18b7d5398380324243321a39d337bd10a7eb82812f3dbb9b2ea9eb4808ef585d6452cc5953b56d24bcf817994e249b8b20cd9b4658e1df6c77de78eecb48a3a7 SHA512 989cd157e0d67c6f03192ce9e1afaa01ff72ccc83f3e6b94ac8dc3d4c2717258a46bd64fb20e4649baec1fe2545805013eedc1de78e556d09c2b0ae64d4272d8 DIST php-7.2.20.tar.xz 12183712 BLAKE2B d163afbc56c0d32a3d0f24d3db2c4016a71bb745642f27a01bdfbe29015106f5708ee3aabfc482b01f48c147ca9e28e9b6d1da613284bc3d35651e2aa0862940 SHA512 7c61b7277181f70a8abae560e72f765f598712afe9be6cef0b9a50402e0eca74b773237866e0375e41a4e6f76111035c92e823120a4be2b7647517b01ef6b5c7 DIST php-7.2.21.tar.xz 12298448 BLAKE2B f82b35fd3cdf45d8c84639d044729602340c2d34695b5603a194e2d504627c0e041ab156c3720d218d8d6ca51c9ef71d8d0ee37585142aa30ed0cce51fbcb91e SHA512 c7fe01626c1e25e8882d8f2b69d77a5479567d2daa3bf25d1ce3f45314a882f79ce9914a2aa1b3052b6289b46873f466e457049ce1db6e31b60ba4995187507c DIST php-7.3.7.tar.xz 11993760 BLAKE2B 0d634171825b9fd0a831a45486f4d67142bf592042571025a26d8a01e236ef6735af11cffb645ca19d245fe56f1b0085b32545360668b68686524f4307898d07 SHA512 583a28aa346c3322998bfda81bf00f2f2b84ff1e2311f0877288d7d4f02639e953e9bd8cb59372cd4bec9aeffa3ec00375c4b03a3ee8ec1db05a095a28164908 diff --git a/dev-lang/php/php-7.1.31.ebuild b/dev-lang/php/php-7.1.31.ebuild new file mode 100644 index 000..938d10c7b54 --- /dev/null +++ b/dev-lang/php/php-7.1.31.ebuild @@ -0,0 +1,737 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI="7" + +inherit flag-o-matic systemd autotools + +DESCRIPTION="The PHP language runtime engine" +HOMEPAGE="https://php.net/"; +SRC_URI="https://php.net/distributions/${P}.tar.xz"; + +LICENSE="PHP-3.01 + BSD + Zend-2.0 + bcmath? ( LGPL-2.1+ ) + fpm? ( BSD-2 ) + gd? ( gd ) + unicode? ( BSD-2 LGPL-2.1 )" + +SLOT="$(ver_cut 1-2)" +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" + +# We can build the following SAPIs in the given order +SAPIS="embed cli cgi fpm apache2 phpdbg" + +# SAPIs and SAPI-specific USE flags (cli SAPI is default on): +IUSE="${IUSE} + ${SAPIS/cli/+cli} + threads" + +IUSE="${IUSE} acl bcmath berkdb bzip2 calendar cdb cjk + coverage crypt +ctype curl debug + enchant exif +fileinfo +filter firebird + +flatfile ftp gd gdbm gmp +hash +iconv imap inifile + intl iodbc ipv6 +json kerberos ldap ldap-sasl libedit libressl + mhash mssql mysql mysqli nls + oci8-instant-client odbc +opcache pcntl pdo +phar +posix postgres qdbm + readline recode selinux +session session-mm sharedmem + +simplexml snmp soap sockets spell sqlite ssl + sysvipc systemd test tidy +tokenizer truetype unicode wddx webp + +xml xmlreader xmlwriter xmlrpc xpm xslt zip zlib" + +# The supported (that is, autodetected) versions of BDB are listed in +# the ./configure script. Other versions *work*, but we need to stick to +# the ones that can be detected to avoid a repeat of bug #564824. +COMMON_DEPEND=" + >=app-eselect/eselect-php-0.9.1[apache2?,fpm?] + >=dev-libs/libpcre-8.32[unicode] + fpm? ( acl? ( sys-apps/acl ) ) + apache2? ( || ( >=www-servers/apache-2.4[apache2_modules_unixd,threads=] + =dev-libs/libmcrypt-2.4 ) + curl? ( >=net-misc/curl-7.10.5 ) + enchant? ( =sys-libs/gdbm-1.8.0:0= ) + gmp? ( dev-libs/gmp:0= ) + iconv? ( virtual/libiconv ) + imap? ( virtual/imap-c-client[kerberos=,
[gentoo-commits] repo/gentoo:master commit in: dev-db/mysql-connector-c/, dev-db/mysql-connector-c/files/
commit: c6112871c2e83ad7d1bd64b277386eb2c5efa089 Author: Thomas Deutschmann gentoo org> AuthorDate: Fri Aug 2 14:22:45 2019 + Commit: Thomas Deutschmann gentoo org> CommitDate: Fri Aug 2 14:38:45 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6112871 dev-db/mysql-connector-c: bump to v8.0.17 Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Thomas Deutschmann gentoo.org> dev-db/mysql-connector-c/Manifest | 1 + .../files/mysql-connector-c-8.0.17-libressl.patch | 258 + .../mysql-connector-c-8.0.17.ebuild| 92 3 files changed, 351 insertions(+) diff --git a/dev-db/mysql-connector-c/Manifest b/dev-db/mysql-connector-c/Manifest index 91a4121bd4d..da74276fc3e 100644 --- a/dev-db/mysql-connector-c/Manifest +++ b/dev-db/mysql-connector-c/Manifest @@ -1,2 +1,3 @@ DIST mysql-boost-8.0.16.tar.gz 145939027 BLAKE2B f8e94c6aa686a3f3a2fd231676070760081c6bbf0d652ce09e9bfb6f9dc86fc96dba5739ac8721bfd55c947e44c7de4c37ff5f8bb56db5e08484cf586e143add SHA512 4de08d74637d1fef4f570148e66c8ddf2b59d1c0a49d715ca632da7f572645b65ec5f7c115aaf0bd179b0a9f1ba2bc40357c371f170a674118159d99b2c49516 +DIST mysql-boost-8.0.17.tar.gz 189322239 BLAKE2B f9f46e5fdc3e9869b203626bc09edfbcdbabcd68eba43f9c6a33b9a52cffb3a32f39704c6d22a66899aac16fa2efb271c5dc7af7522768b45542ac8dc615cd8a SHA512 a278ee263670cb1f79d67c4b87c4b88632569c3b20a4297a6e77d550155db20902f22992ea851cf59ea523bb97d5e08707e3457f71a678e9f1ac2fa4ca5b7a2d DIST mysql-connector-c-6.1.11-src.tar.gz 3489345 BLAKE2B 813512520ef660521221565a4466e81d902629d0ee731f746b68eed2b9129ea8361fcabe184537ec8ba91aed5a4b02dfb3450b36524c2e98f81fba148eee0cf1 SHA512 271395c888a93b833e0bbe1840b9987ecdb37d0f1cf89904207cc9aa99ed32e538aee8c9529ff39b6533947159776a8f5aa079da86ed51b1d26b086f4ffdd7c6 diff --git a/dev-db/mysql-connector-c/files/mysql-connector-c-8.0.17-libressl.patch b/dev-db/mysql-connector-c/files/mysql-connector-c-8.0.17-libressl.patch new file mode 100644 index 000..340f894a895 --- /dev/null +++ b/dev-db/mysql-connector-c/files/mysql-connector-c-8.0.17-libressl.patch @@ -0,0 +1,258 @@ +From: Stefan Strogin +Date: Sat, 8 Jun 2019 15:52:26 +0300 +Subject: [PATCH] Fix build with LibreSSL + +- Fix version checks as OPENSSL_VERSION_NUMBER in OpenSSL is always + 0x2000L. +- FIPS support is removed from LibreSSL, do not use it. +- Check for TLS1_3_VERSION define, not OpenSSL/LibreSSL version. + Theoretically even OpenSSL >=1.1.1 can be built with TLS 1.3 disabled. + + +--- a/cmake/ssl.cmake b/cmake/ssl.cmake +@@ -304,13 +304,14 @@ MACRO (MYSQL_CHECK_SSL) + OPENSSL_FIX_VERSION "${OPENSSL_VERSION_NUMBER}" + ) + ENDIF() +- IF("${OPENSSL_MAJOR_VERSION}.${OPENSSL_MINOR_VERSION}.${OPENSSL_FIX_VERSION}" VERSION_GREATER "1.1.0") ++CHECK_SYMBOL_EXISTS(TLS1_3_VERSION "openssl/tls1.h" HAVE_TLS1_3_VERSION) ++IF(HAVE_TLS1_3_VERSION) +ADD_DEFINITIONS(-DHAVE_TLSv13) + ENDIF() + IF(OPENSSL_INCLUDE_DIR AND +OPENSSL_LIBRARY AND +CRYPTO_LIBRARY AND +- OPENSSL_MAJOR_VERSION STREQUAL "1" ++ OPENSSL_MAJOR_VERSION VERSION_GREATER_EQUAL "1" + ) + SET(OPENSSL_FOUND TRUE) + FIND_PROGRAM(OPENSSL_EXECUTABLE openssl +--- a/extra/libevent/openssl-compat.h b/extra/libevent/openssl-compat.h +@@ -24,7 +24,6 @@ static inline BIO_METHOD *BIO_meth_new(int type, const char *name) + #define BIO_set_init(b, val) (b)->init = (val) + #define BIO_set_data(b, val) (b)->ptr = (val) + #define BIO_set_shutdown(b, val) (b)->shutdown = (val) +-#define BIO_get_init(b) (b)->init + #define BIO_get_data(b) (b)->ptr + #define BIO_get_shutdown(b) (b)->shutdown + +@@ -32,4 +31,8 @@ static inline BIO_METHOD *BIO_meth_new(int type, const char *name) + + #endif /* OPENSSL_VERSION_NUMBER < 0x1010L */ + ++#if OPENSSL_VERSION_NUMBER < 0x1010L || defined(LIBRESSL_VERSION_NUMBER) ++#define BIO_get_init(b) (b)->init ++#endif ++ + #endif /* OPENSSL_COMPAT_H */ +--- a/mysys/my_md5.cc b/mysys/my_md5.cc +@@ -56,7 +56,7 @@ static void my_md5_hash(unsigned char *digest, unsigned const char *buf, + int compute_md5_hash(char *digest, const char *buf, int len) { + int retval = 0; + int fips_mode = 0; +-#if !defined(HAVE_WOLFSSL) ++#if !defined(HAVE_WOLFSSL) && !defined(LIBRESSL_VERSION_NUMBER) + fips_mode = FIPS_mode(); + #endif /* HAVE_WOLFSSL */ + /* If fips mode is ON/STRICT restricted method calls will result into abort, +--- a/plugin/group_replication/libmysqlgcs/src/bindings/xcom/xcom/xcom_ssl_transport.c b/plugin/group_replication/libmysqlgcs/src/bindings/xcom/xcom/xcom_ssl_transport.c +@@ -297,7 +297,7 @@ error: + return 1; + } + +-#ifndef HAVE_WOLFSSL ++#if !defined(HAVE_WOLFSSL) && !defined(LIBRESSL_VERSION_NUMBER) + #define OPENSSL_ERROR_LENGTH 512 + static int configure_ssl_fips_mode(const uint fips_mode) { + int rc = -1; +@@ -521,7 +521,7 @@ int xcom_i
[gentoo-commits] repo/gentoo:master commit in: dev-python/rst-linker/
commit: ce99983fec8e454fa153424e043af4f919aa10e9 Author: Louis Sautier gentoo org> AuthorDate: Fri Aug 2 13:59:11 2019 + Commit: Louis Sautier gentoo org> CommitDate: Fri Aug 2 13:59:11 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce99983f dev-python/rst-linker: re-add previously dropped ~arm64 keyword Since dev-python/importlib_metadata is now keyworded for arm64. Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Louis Sautier gentoo.org> dev-python/rst-linker/rst-linker-1.11.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/rst-linker/rst-linker-1.11.ebuild b/dev-python/rst-linker/rst-linker-1.11.ebuild index 58af20aacf4..e49b066b821 100644 --- a/dev-python/rst-linker/rst-linker-1.11.ebuild +++ b/dev-python/rst-linker/rst-linker-1.11.ebuild @@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd" IUSE="doc test" RDEPEND="
[gentoo-commits] repo/gentoo:master commit in: dev-python/jaraco-packaging/
commit: b00adb9282047190bf59182983d553f03dac8fc1 Author: Louis Sautier gentoo org> AuthorDate: Fri Aug 2 13:58:22 2019 + Commit: Louis Sautier gentoo org> CommitDate: Fri Aug 2 13:58:22 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b00adb92 dev-python/jaraco-packaging: re-add previously dropped ~arm64 keyword Since dev-python/importlib_metadata is now keyworded for arm64. Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Louis Sautier gentoo.org> dev-python/jaraco-packaging/jaraco-packaging-6.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/jaraco-packaging/jaraco-packaging-6.2.ebuild b/dev-python/jaraco-packaging/jaraco-packaging-6.2.ebuild index f272bf466b4..bea4c9193a3 100644 --- a/dev-python/jaraco-packaging/jaraco-packaging-6.2.ebuild +++ b/dev-python/jaraco-packaging/jaraco-packaging-6.2.ebuild @@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86" IUSE="doc test" RDEPEND="
[gentoo-commits] repo/gentoo:master commit in: dev-util/uftrace/
commit: 9b86c3b4a297ff41349a1e53443266b598330c79 Author: Luca Barbato gentoo org> AuthorDate: Fri Aug 2 13:51:37 2019 + Commit: Luca Barbato gentoo org> CommitDate: Fri Aug 2 13:53:13 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b86c3b4 dev-util/uftrace: Address QA reports And drop the older ebuild, it is ~ as well. Package-Manager: Portage-2.3.67, Repoman-2.3.12 Signed-off-by: Luca Barbato gentoo.org> dev-util/uftrace/Manifest | 1 - dev-util/uftrace/metadata.xml | 4 ++-- dev-util/uftrace/uftrace-0.9.1.ebuild | 28 dev-util/uftrace/uftrace-0.9.3.ebuild | 6 +- 4 files changed, 7 insertions(+), 32 deletions(-) diff --git a/dev-util/uftrace/Manifest b/dev-util/uftrace/Manifest index 03add0ce8e4..9db5f04e0e1 100644 --- a/dev-util/uftrace/Manifest +++ b/dev-util/uftrace/Manifest @@ -1,2 +1 @@ -DIST uftrace-0.9.1.tar.gz 967083 BLAKE2B 2e381f5cda92fadd963fc7e0ccebaec6b6796acd75d8436b66f9b6ee4257141f704471832e224712bb65e7570fe4997f953458455b2b0f257ead7f4093140313 SHA512 a906664f883e08f19063229e7dd43aebc9115b08829d866fb887dd281a0375a5684332920c3f7307a4d62baa14e982cb7535bdfe454ab3ad5d8ec7fb5792402e DIST uftrace-0.9.3.tar.gz 1003880 BLAKE2B ae5e1c44412055ea59e85378877cf3c18f33e0c6ae3a904253b03587dae2c7cce4350f1480f499e645375b1b2502a51a8b8d44e9b7ff1ee588be7180c12b63f3 SHA512 671486a05da8c44400169f21426505266db89e94ef9483370dff8f465b673f70fba994174458f3033991ea0640225e13c639418380a6a580d24c302d42327382 diff --git a/dev-util/uftrace/metadata.xml b/dev-util/uftrace/metadata.xml index 83b016d1540..0162146a7ba 100644 --- a/dev-util/uftrace/metadata.xml +++ b/dev-util/uftrace/metadata.xml @@ -6,6 +6,6 @@ namhyung/uftrace -Use capstone to provide dynamic tracing without recompilation - + Use capstone to provide dynamic tracing without recompilation + diff --git a/dev-util/uftrace/uftrace-0.9.1.ebuild b/dev-util/uftrace/uftrace-0.9.1.ebuild deleted file mode 100644 index 60c4d379344..000 --- a/dev-util/uftrace/uftrace-0.9.1.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2018 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DESCRIPTION="Function (graph) tracer for user-space" -HOMEPAGE="https://github.com/namhyung/uftrace"; -SRC_URI="https://github.com/namhyung/uftrace/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64" -IUSE="" - -RESTRICT="test" - -RDEPEND=" - dev-lang/python:2.7 - sys-devel/gcc:*[cxx] - sys-libs/ncurses:= - virtual/libelf:= -" -DEPEND="${RDEPEND}" - -src_prepare() { - default - sed -i -e "s/ARCH/MYARCH/g" -e "/ldconfig/d" Makefile || die -} diff --git a/dev-util/uftrace/uftrace-0.9.3.ebuild b/dev-util/uftrace/uftrace-0.9.3.ebuild index 4ba08924007..9520ab25fb8 100644 --- a/dev-util/uftrace/uftrace-0.9.3.ebuild +++ b/dev-util/uftrace/uftrace-0.9.3.ebuild @@ -3,6 +3,10 @@ EAPI=7 +PYTHON_COMPAT=( python2_7 ) + +inherit python-single-r1 + DESCRIPTION="Function (graph) tracer for user-space" HOMEPAGE="https://github.com/namhyung/uftrace"; SRC_URI="https://github.com/namhyung/uftrace/archive/v${PV}.tar.gz -> ${P}.tar.gz" @@ -15,7 +19,7 @@ IUSE="capstone" RESTRICT="test" RDEPEND=" - dev-lang/python:2.7 + ${PYTHON_DEPS} sys-devel/gcc:*[cxx] sys-libs/ncurses:= virtual/libelf:=
[gentoo-commits] repo/gentoo:master commit in: games-emulation/pcsx2/
commit: 21bbe718f0351390f638220b40e1090b669c3b65 Author: Joonas Niilola gentoo org> AuthorDate: Fri Aug 2 13:50:39 2019 + Commit: Joonas Niilola gentoo org> CommitDate: Fri Aug 2 13:50:39 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21bbe718 games-emulation/pcsx2: add missing slot for libxml2 on - Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Joonas Niilola gentoo.org> games-emulation/pcsx2/pcsx2-.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games-emulation/pcsx2/pcsx2-.ebuild b/games-emulation/pcsx2/pcsx2-.ebuild index 8f76b115aca..f79952eccb6 100644 --- a/games-emulation/pcsx2/pcsx2-.ebuild +++ b/games-emulation/pcsx2/pcsx2-.ebuild @@ -18,7 +18,7 @@ RDEPEND=" app-arch/bzip2[abi_x86_32(-)] app-arch/xz-utils[abi_x86_32(-)] dev-libs/libaio[abi_x86_32(-)] - dev-libs/libxml2[abi_x86_32(-)] + dev-libs/libxml2:2[abi_x86_32(-)] media-libs/alsa-lib[abi_x86_32(-)] media-libs/libpng:=[abi_x86_32(-)] media-libs/libsdl2[abi_x86_32(-),haptic,joystick,sound]
[gentoo-commits] proj/php-patches:php5.6 commit in: exif/, /
commit: 18843221d055bd2e1cc22832ecdbba545d90d471 Author: Brian Evans gentoo org> AuthorDate: Fri Aug 2 13:47:48 2019 + Commit: Brian Evans gentoo org> CommitDate: Fri Aug 2 13:47:48 2019 + URL:https://gitweb.gentoo.org/proj/php-patches.git/commit/?id=18843221 Add backports from 7.1.31 Signed-off-by: Brian Evans gentoo.org> 00190_July2019-backports.patch | 833 + exif/bug78222.jpg | Bin 0 -> 91 bytes exif/bug78256.jpg | Bin 0 -> 69 bytes 3 files changed, 833 insertions(+) diff --git a/00190_July2019-backports.patch b/00190_July2019-backports.patch new file mode 100644 index 000..a9efbb0 --- /dev/null +++ b/00190_July2019-backports.patch @@ -0,0 +1,833 @@ +From ab48bc89c5442807407748e9b50952b8a60cf7c4 Mon Sep 17 00:00:00 2001 +From: "Holly Li (WIPRO LIMITED)" +Date: Wed, 3 Jul 2019 12:05:58 -0700 +Subject: [PATCH 1/7] fix tests + +--- + ext/dom/tests/dom005.phpt | 3 +- + ext/mysqli/tests/bug68077.phpt| 7 +- + ext/mysqli/tests/mysqli_expire_password.phpt | 5 +- + .../tests/openssl_error_string_basic.phpt | 80 +++ + ext/phar/tests/bug69720.phpt | 3 +- + ext/phar/tests/bug77396.phpt | 2 +- + ext/phar/tests/create_path_error.phpt | 10 +-- + ext/simplexml/tests/008.phpt | 4 +- + ext/standard/tests/file/bug41655_1.phpt | 6 ++ + .../tests/file/pathinfo_basic1-win32.phpt | 26 +++--- + .../tests/file/pathinfo_basic2-win32.phpt | 8 +- + ext/standard/tests/serialize/bug64146.phpt| 2 + + .../stream_socket_enable_crypto-win32.phpt| 2 + + ext/standard/tests/strings/bug65769.phpt | 11 ++- + ext/xmlreader/tests/bug64230.phpt | 4 +- + 15 files changed, 101 insertions(+), 72 deletions(-) + +diff --git a/ext/dom/tests/dom005.phpt b/ext/dom/tests/dom005.phpt +index 715aec4024..d7e828cc32 100644 +--- a/ext/dom/tests/dom005.phpt b/ext/dom/tests/dom005.phpt +@@ -5,7 +5,7 @@ Test 5: HTML Test + --FILE-- + loadHTMLFile(dirname(__FILE__)."/test.html"); ++$dom->loadHTMLFile(dirname(__FILE__)."/test.html", LIBXML_NOBLANKS); + print "--- save as XML\n"; + + print adjustDoctype($dom->saveXML()); +@@ -16,7 +16,6 @@ print adjustDoctype($dom->saveHTML()); + function adjustDoctype($xml) { + return str_replace(array("DOCTYPE HTML",'',''),array("DOCTYPE html",'',''),$xml); + } +- + --EXPECT-- + --- save as XML + +diff --git a/ext/mysqli/tests/bug68077.phpt b/ext/mysqli/tests/bug68077.phpt +index 3b6fa92ae3..639603aa50 100644 +--- a/ext/mysqli/tests/bug68077.phpt b/ext/mysqli/tests/bug68077.phpt +@@ -17,6 +17,9 @@ if ($msg = check_local_infile_support($link, $engine)) + mysqli_close($link); + ?> + --INI-- ++mysqli.allow_local_infile=1 ++mysqli.allow_persistent=1 ++mysqli.max_persistent=1 + open_basedir= + --FILE-- + query("SELECT 1 FROM DUAL")) + printf("[005] [%d] %s\n", $link->errno, $link->error); + +- if (!$link->query("LOAD DATA LOCAL INFILE '" . __DIR__ . "/bug53503.data' INTO TABLE test")) { ++ if (!$link->query("LOAD DATA LOCAL INFILE '" . str_replace("\\", "/", __DIR__) . "/bug53503.data' INTO TABLE test")) { + printf("[006] [%d] %s\n", $link->errno, $link->error); + echo "bug\n"; + } else { +@@ -74,7 +77,7 @@ $link->close(); + + unlink('bug53503.data'); + ?> +---EXPECTF-- ++--EXPECT-- + done + [006] [2000] open_basedir restriction in effect. Unable to open file + done +diff --git a/ext/mysqli/tests/mysqli_expire_password.phpt b/ext/mysqli/tests/mysqli_expire_password.phpt +index 4fdf902c79..4a3e8836d2 100644 +--- a/ext/mysqli/tests/mysqli_expire_password.phpt b/ext/mysqli/tests/mysqli_expire_password.phpt +@@ -126,11 +126,10 @@ if (!mysqli_query($link, sprintf("GRANT SELECT ON TABLE %s.test TO expiretest@'% + mysqli_query($link, 'DROP USER expiretest@localhost'); + ?> + --EXPECTF-- +- +-Warning: mysqli_real_connect(): (HY000/1862): %s in %s on line %d ++Warning: mysqli%sconnect(): (HY000/1862): %s in %s on line %d + [001] Cannot connect [1862] %s + +-Warning: mysqli_real_connect(): (HY000/1862): %s in %s on line %d ++Warning: mysqli%sconnect(): (HY000/1862): %s in %s on line %d + [003] Cannot connect [1862] %s + [006] Connect allowed, query fail, [1820] %s + [008] Connect allowed, pw set, [0%A +diff --git a/ext/openssl/tests/openssl_error_string_basic.phpt b/ext/openssl/tests/openssl_error_string_basic.phpt +index 82f3099264..cdf558e9a5 100644 +--- a/ext/openssl/tests/openssl_error_string_basic.phpt b/ext/openssl/tests/openssl_error_string_basic.phpt +@@ -6,35 +6,46 @@ openssl_error_string() tests + 14) { +- $error_code = substr($error_string, 6, 8); +- if (isset($expected_errors[$error_code])) { +- $expected_errors[$error_code] = true; +- } +- } ++$exp
[gentoo-commits] repo/gentoo:master commit in: games-emulation/pcsx2/
commit: 3f0762336f75db97453e6221e0df7a53cfd2565b Author: Ilya Trukhanov gmail com> AuthorDate: Mon Jul 22 17:22:37 2019 + Commit: Joonas Niilola gentoo org> CommitDate: Fri Aug 2 13:47:58 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f076233 games-emulation/pcsx2: add libxml2 and libpcap dependencies Required for Linux networking support since: https://github.com/PCSX2/pcsx2/commit/da1eb056a395e32b20f3ff26e5b12632492f2821 Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Ilya Trukhanov gmail.com> Closes: https://github.com/gentoo/gentoo/pull/12514 Signed-off-by: Joonas Niilola gentoo.org> games-emulation/pcsx2/pcsx2-.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/games-emulation/pcsx2/pcsx2-.ebuild b/games-emulation/pcsx2/pcsx2-.ebuild index 78e81473e33..8f76b115aca 100644 --- a/games-emulation/pcsx2/pcsx2-.ebuild +++ b/games-emulation/pcsx2/pcsx2-.ebuild @@ -18,11 +18,13 @@ RDEPEND=" app-arch/bzip2[abi_x86_32(-)] app-arch/xz-utils[abi_x86_32(-)] dev-libs/libaio[abi_x86_32(-)] + dev-libs/libxml2[abi_x86_32(-)] media-libs/alsa-lib[abi_x86_32(-)] media-libs/libpng:=[abi_x86_32(-)] media-libs/libsdl2[abi_x86_32(-),haptic,joystick,sound] media-libs/libsoundtouch[abi_x86_32(-)] media-libs/portaudio[abi_x86_32(-)] + net-libs/libpcap[abi_x86_32(-)] >=sys-libs/zlib-1.2.4[abi_x86_32(-)] virtual/libudev[abi_x86_32(-)] virtual/opengl[abi_x86_32(-)]
[gentoo-commits] proj/php-patches: New tag: 7.1.31bp
commit: Commit: Brian Evans gentoo org> CommitDate: Fri Aug 2 13:48:23 2019 + New tag: 7.1.31bp
[gentoo-commits] repo/gentoo:master commit in: media-sound/ario/
commit: 60b9f37423792db315fd0f04cbeba801cb16279e Author: Jenny Danzmayr evilscientress at> AuthorDate: Wed Jul 24 13:17:55 2019 + Commit: Joonas Niilola gentoo org> CommitDate: Fri Aug 2 13:04:00 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60b9f374 media-sound/ario: bump to version 1.6 Closes: https://bugs.gentoo.org/679514 Signed-off-by: Jenny Danzmayr evilscientress.at> Signed-off-by: Joonas Niilola gentoo.org> media-sound/ario/Manifest| 1 + media-sound/ario/ario-1.6.ebuild | 61 media-sound/ario/metadata.xml| 9 +- 3 files changed, 70 insertions(+), 1 deletion(-) diff --git a/media-sound/ario/Manifest b/media-sound/ario/Manifest index 33a8684239d..a90fd24f115 100644 --- a/media-sound/ario/Manifest +++ b/media-sound/ario/Manifest @@ -1 +1,2 @@ DIST ario-1.5.1.tar.gz 1135444 BLAKE2B 2d91a7b8ce9c6c6069ec7230e10e7c358a146272474d0dbb298e038a3fb31d524c6ad7a8428af12f580853bbc6ea484ce3ffa6919cd454060d19e9f4cde42200 SHA512 78c3d881d51c3109b73252da0742da2a77bcc24ec21ff2ff02fd3527d62d49a75e412bf092051a9035863d645cba73e6cd2fc674d97629909b931ae9d3ec002b +DIST ario-1.6.tar.gz 1151747 BLAKE2B 2a9a5d9c9e528f92a198270a4715a225d254a8fd684928ef39c4ed792bda2a82eefaa45824d5422598f9fe242b6b621768780655b009043cc3447d8d5643 SHA512 93057da62616e79f6ba6f7204fabac37417fb34c350b53eeea61508f4c65322fabaef7a9fdbe7beb8dcbf92c8f86f0d33caf1ffa0ad76de8050fe72d57408ec0 diff --git a/media-sound/ario/ario-1.6.ebuild b/media-sound/ario/ario-1.6.ebuild new file mode 100644 index 000..a909b0299b6 --- /dev/null +++ b/media-sound/ario/ario-1.6.ebuild @@ -0,0 +1,61 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit xdg-utils + +DESCRIPTION="GTK client for MPD inspired by Rhythmbox but much lighter and faster" +HOMEPAGE="http://ario-player.sourceforge.net"; +SRC_URI="mirror://sourceforge/${PN}-player/${P}.tar.gz" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="dbus debug +idle nls taglib zeroconf" + +RDEPEND="dev-libs/glib:2 + dev-libs/libxml2:2 + media-libs/libmpdclient + net-misc/curl + x11-libs/gtk+:3 + dbus? ( dev-libs/dbus-glib ) + taglib? ( media-libs/taglib ) + zeroconf? ( net-dns/avahi )" +DEPEND="${RDEPEND}" +BDEPEND="dev-util/intltool + virtual/pkgconfig + nls? ( sys-devel/gettext )" + +DOCS=( AUTHORS ) + +src_configure() { + local myconf=( + --disable-static + --disable-xmms2 + --enable-libmpdclient2 + --enable-search + --enable-playlists + --disable-deprecations + $(use_enable dbus) + $(use_enable debug) + $(use_enable idle mpdidle) + $(use_enable nls) + $(use_enable taglib) + $(use_enable zeroconf avahi) + ) + econf "${myconf[@]}" +} + +src_install() { + default + find "${D}" -name '*.la' -delete || die +} + +pkg_postinst() { + xdg_icon_cache_update +} + +pkg_postrm() { + xdg_icon_cache_update +} diff --git a/media-sound/ario/metadata.xml b/media-sound/ario/metadata.xml index 0d5b7ea3ec5..8d7f9eb01e6 100644 --- a/media-sound/ario/metadata.xml +++ b/media-sound/ario/metadata.xml @@ -1,7 +1,14 @@ http://www.gentoo.org/dtd/metadata.dtd";> - + + m...@evilscientress.at + Jenny Danzmayr + + + proxy-ma...@gentoo.org + Proxy Maintainers + Enable experimental support for MPD's idle command to reduce bandwidth and cpu usage, requires MPD 0.14 Enable audioscrobbler/last.fm support net-libs/libsoup
[gentoo-commits] repo/gentoo:master commit in: net-p2p/qbittorrent/
commit: c41d91455847c1fd05bdbcc1b114ba083da8ac2f Author: Mikle Kolyada gentoo org> AuthorDate: Fri Aug 2 13:03:05 2019 + Commit: Mikle Kolyada gentoo org> CommitDate: Fri Aug 2 13:03:05 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c41d9145 net-p2p/qbittorrent: mark stable Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Mikle Kolyada gentoo.org> net-p2p/qbittorrent/qbittorrent-4.1.6-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-p2p/qbittorrent/qbittorrent-4.1.6-r1.ebuild b/net-p2p/qbittorrent/qbittorrent-4.1.6-r1.ebuild index ae75d7415fa..1031d3dfb61 100644 --- a/net-p2p/qbittorrent/qbittorrent-4.1.6-r1.ebuild +++ b/net-p2p/qbittorrent/qbittorrent-4.1.6-r1.ebuild @@ -14,7 +14,7 @@ if [[ ${PV} == * ]]; then EGIT_REPO_URI="https://github.com/${PN}/qBittorrent.git"; else SRC_URI="https://github.com/qbittorrent/qBittorrent/archive/release-${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~arm ~ppc64 ~x86" + KEYWORDS="amd64 ~arm ~ppc64 x86" S="${WORKDIR}/qBittorrent-release-${PV}" fi
[gentoo-commits] repo/gentoo:master commit in: www-servers/lighttpd/
commit: 4f9e97123ec9cc6d74a697fe63d645989e9e398a Author: Mikle Kolyada gentoo org> AuthorDate: Fri Aug 2 12:19:07 2019 + Commit: Mikle Kolyada gentoo org> CommitDate: Fri Aug 2 12:19:07 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f9e9712 www-servers/lighttpd: Version bump (v1.4.54) Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Mikle Kolyada gentoo.org> www-servers/lighttpd/Manifest | 1 + www-servers/lighttpd/lighttpd-1.4.54.ebuild | 227 2 files changed, 228 insertions(+) diff --git a/www-servers/lighttpd/Manifest b/www-servers/lighttpd/Manifest index 72842d8ef55..02e20318b9b 100644 --- a/www-servers/lighttpd/Manifest +++ b/www-servers/lighttpd/Manifest @@ -1 +1,2 @@ DIST lighttpd-1.4.53.tar.xz 732160 BLAKE2B 75848ab259226fc77b232dfb365c6c656e4605055fb5beba1aea60f54f01cb76c3260ca97e59110dc3dd3d1ba7cb3f2fad646f91f37baee69a8cdbaefcf125a4 SHA512 bf5ea1c9f6f664c9ddcdf33ddba5b2bff760960d03c29a2181e73e3aceb45b523bb90003d0e0bc565334751830e6027cd7be2e92d030cde90813511957c9ea76 +DIST lighttpd-1.4.54.tar.xz 763248 BLAKE2B 0425dde326dc514a55790256ab7f3e6c704417fe2ac01c49d109d5f463fb41605140c0773dc3988bd27e1dbee316c5fc96231c9c8699ec40db3acf2c54ec077d SHA512 aa180a2751711a77b9da91a6a285c967d2c183ccbabe3e9064aea74e44629c3b0227ac98c7d720c8d4d223ce4b31e8b221b05b928adc917b199ab1015fcdba37 diff --git a/www-servers/lighttpd/lighttpd-1.4.54.ebuild b/www-servers/lighttpd/lighttpd-1.4.54.ebuild new file mode 100644 index 000..55fbdba211d --- /dev/null +++ b/www-servers/lighttpd/lighttpd-1.4.54.ebuild @@ -0,0 +1,227 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit autotools flag-o-matic readme.gentoo-r1 systemd user + +DESCRIPTION="Lightweight high-performance web server" +HOMEPAGE="https://www.lighttpd.net https://github.com/lighttpd"; +SRC_URI="https://download.lighttpd.net/lighttpd/releases-1.4.x/${P}.tar.xz"; + +LICENSE="BSD GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" +IUSE="bzip2 dbi doc fam gdbm geoip ipv6 kerberos ldap libev libressl lua minimal mmap memcached mysql pcre php postgres rrdtool sasl selinux ssl sqlite test webdav xattr zlib" + +REQUIRED_USE="kerberos? ( ssl !libressl ) webdav? ( sqlite )" + +BDEPEND="dev-libs/libgamin + virtual/pkgconfig" + +COMMON_DEPEND=" + bzip2?( app-arch/bzip2 ) + dbi?( dev-db/libdbi ) + fam?( virtual/fam ) + gdbm? ( sys-libs/gdbm ) + geoip? ( dev-libs/geoip ) + ldap? ( >=net-nds/openldap-2.1.26 ) + libev? ( >=dev-libs/libev-4.01 ) + lua?( >=dev-lang/lua-5.1:= ) + memcached? ( dev-libs/libmemcached ) + mysql? ( dev-db/mysql-connector-c:= ) + pcre? ( >=dev-libs/libpcre-3.1 ) + php? ( dev-lang/php:*[cgi] ) + postgres? ( dev-db/postgresql:* ) + rrdtool? ( net-analyzer/rrdtool ) + sasl? ( dev-libs/cyrus-sasl ) + ssl? ( + !libressl? ( >=dev-libs/openssl-0.9.7:0=[kerberos(-)?] ) + libressl? ( dev-libs/libressl:= ) + ) + sqlite? ( dev-db/sqlite:3 ) + webdav? ( + dev-libs/libxml2 + sys-fs/e2fsprogs + ) + xattr? ( kernel_linux? ( sys-apps/attr ) ) + zlib? ( >=sys-libs/zlib-1.1 )" + +DEPEND="${COMMON_DEPEND} + doc? ( dev-python/docutils ) + test? ( + virtual/perl-Test-Harness + dev-libs/fcgi + )" + +RDEPEND="${COMMON_DEPEND} + selinux? ( sec-policy/selinux-apache ) +" + +# update certain parts of lighttpd.conf based on conditionals +update_config() { + local config="${D}/etc/lighttpd/lighttpd.conf" + + # enable php/mod_fastcgi settings + use php && { sed -i -e 's|#.*\(include.*fastcgi.*$\)|\1|' ${config} || die; } + + # enable stat() caching + use fam && { sed -i -e 's|#\(.*stat-cache.*$\)|\1|' ${config} || die; } + + # automatically listen on IPv6 if built with USE=ipv6. Bug #234987 + use ipv6 && { sed -i -e 's|# server.use-ipv6|server.use-ipv6|' ${config} || die; } +} + +# remove non-essential stuff (for USE=minimal) +remove_non_essential() { + local libdir="${D}/usr/$(get_libdir)/${PN}" + + # text docs + use doc || rm -fr "${D}"/usr/share/doc/${PF}/txt + + # non-essential modules + rm -f \ + ${libdir}/mod_{compress,evhost,expire,proxy,scgi,secdownload,simple_vhost,status,setenv,trigger*,usertrack}.* || die + + # allow users to keep some based on USE flags + use pcre|| rm -f ${libdir}/mod_{ssi,re{direct,write}}.* + use webdav || rm -f ${libdir}/mod_webdav.* + use mysql || rm -f ${libdir}/mod_mysql_vhost.* + use lua || rm -f ${libdir}/mod_{cml,magnet}.* + use rrdtool || rm -f ${libdir}/mod_rr
[gentoo-commits] repo/gentoo:master commit in: www-servers/lighttpd/files/conf/, www-servers/lighttpd/files/
commit: 2a1116bbd96aba9fe0c9afdd0a2f227e147b1388 Author: Mikle Kolyada gentoo org> AuthorDate: Fri Aug 2 12:08:19 2019 + Commit: Mikle Kolyada gentoo org> CommitDate: Fri Aug 2 12:08:19 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a1116bb www-servers/lighttpd: migrate to /run Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Mikle Kolyada gentoo.org> www-servers/lighttpd/files/conf/lighttpd.conf | 2 +- www-servers/lighttpd/files/conf/mod_fastcgi.conf | 2 +- www-servers/lighttpd/files/lighttpd.tmpfiles.conf | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/www-servers/lighttpd/files/conf/lighttpd.conf b/www-servers/lighttpd/files/conf/lighttpd.conf index 763170c6ff0..2a13a57c1c8 100644 --- a/www-servers/lighttpd/files/conf/lighttpd.conf +++ b/www-servers/lighttpd/files/conf/lighttpd.conf @@ -47,7 +47,7 @@ server.username = "lighttpd" server.groupname = "lighttpd" server.document-root = var.basedir + "/htdocs" -server.pid-file = "/var/run/lighttpd.pid" +server.pid-file = "/run/lighttpd.pid" server.errorlog = var.logdir + "/error.log" # log errors to syslog instead diff --git a/www-servers/lighttpd/files/conf/mod_fastcgi.conf b/www-servers/lighttpd/files/conf/mod_fastcgi.conf index b72b1ce604b..5d5ea51ef25 100644 --- a/www-servers/lighttpd/files/conf/mod_fastcgi.conf +++ b/www-servers/lighttpd/files/conf/mod_fastcgi.conf @@ -7,7 +7,7 @@ server.modules += ("mod_fastcgi") fastcgi.server = ( ".php" => ( "localhost" => ( - "socket"=> "/var/run/lighttpd/lighttpd-fastcgi-php-" + PID + ".socket", + "socket"=> "/run/lighttpd/lighttpd-fastcgi-php-" + PID + ".socket", "bin-path" => "/usr/bin/php-cgi" ) ) diff --git a/www-servers/lighttpd/files/lighttpd.tmpfiles.conf b/www-servers/lighttpd/files/lighttpd.tmpfiles.conf index 325ab13d839..4ba7262b637 100644 --- a/www-servers/lighttpd/files/lighttpd.tmpfiles.conf +++ b/www-servers/lighttpd/files/lighttpd.tmpfiles.conf @@ -1 +1 @@ -d /var/run/lighttpd 0750 lighttpd lighttpd - \ No newline at end of file +d /run/lighttpd 0750 lighttpd lighttpd -
[gentoo-commits] repo/gentoo:master commit in: www-servers/lighttpd/
commit: 16b48daf8c7e657d533a2747112117648bdc2813 Author: Mikle Kolyada gentoo org> AuthorDate: Fri Aug 2 12:03:16 2019 + Commit: Mikle Kolyada gentoo org> CommitDate: Fri Aug 2 12:03:16 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16b48daf www-servers/lighttpd: mark stable Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Mikle Kolyada gentoo.org> www-servers/lighttpd/lighttpd-1.4.53.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www-servers/lighttpd/lighttpd-1.4.53.ebuild b/www-servers/lighttpd/lighttpd-1.4.53.ebuild index aab14ef82eb..ee33f1c375e 100644 --- a/www-servers/lighttpd/lighttpd-1.4.53.ebuild +++ b/www-servers/lighttpd/lighttpd-1.4.53.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://download.lighttpd.net/lighttpd/releases-1.4.x/${P}.tar.xz"; LICENSE="BSD GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" +KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 ~x86-fbsd" IUSE="bzip2 dbi doc fam gdbm geoip ipv6 kerberos ldap libev libressl lua minimal mmap memcached mysql pcre php postgres rrdtool sasl selinux ssl sqlite test webdav xattr zlib" REQUIRED_USE="kerberos? ( ssl !libressl ) webdav? ( sqlite )"
[gentoo-commits] repo/gentoo:master commit in: www-servers/lighttpd/
commit: b4302409e09b15abb924e8447a8c77ff5126f18c Author: Mikle Kolyada gentoo org> AuthorDate: Fri Aug 2 12:00:44 2019 + Commit: Mikle Kolyada gentoo org> CommitDate: Fri Aug 2 12:00:44 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4302409 www-servers/lighttpd: update live ebuild Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Mikle Kolyada gentoo.org> www-servers/lighttpd/lighttpd-.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/www-servers/lighttpd/lighttpd-.ebuild b/www-servers/lighttpd/lighttpd-.ebuild index 72943866311..46f8da74bb1 100644 --- a/www-servers/lighttpd/lighttpd-.ebuild +++ b/www-servers/lighttpd/lighttpd-.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -151,7 +151,7 @@ src_test() { } src_install() { - emake DESTDIR="${D}" install + default # init script stuff newinitd "${FILESDIR}"/lighttpd.initd lighttpd @@ -174,7 +174,7 @@ src_install() { newdoc doc/config//lighttpd.conf lighttpd.conf.distrib use ipv6 && readme.gentoo_create_doc - use doc && dohtml -r doc/* + use doc && dodoc -r doc docinto txt dodoc doc/outdated/*.txt
[gentoo-commits] repo/gentoo:master commit in: www-servers/lighttpd/files/, www-servers/lighttpd/
commit: e2e0a687a7aa18e4a5811a0e41815ce98f425cf9 Author: Mikle Kolyada gentoo org> AuthorDate: Fri Aug 2 12:04:16 2019 + Commit: Mikle Kolyada gentoo org> CommitDate: Fri Aug 2 12:04:16 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2e0a687 www-servers/lighttpd: Drop old Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Mikle Kolyada gentoo.org> www-servers/lighttpd/Manifest | 1 - www-servers/lighttpd/files/lighttpd.logrotate | 16 -- www-servers/lighttpd/lighttpd-1.4.51.ebuild | 225 -- 3 files changed, 242 deletions(-) diff --git a/www-servers/lighttpd/Manifest b/www-servers/lighttpd/Manifest index f35b0eaff44..72842d8ef55 100644 --- a/www-servers/lighttpd/Manifest +++ b/www-servers/lighttpd/Manifest @@ -1,2 +1 @@ -DIST lighttpd-1.4.51.tar.xz 723268 BLAKE2B 524874a5cc29b3fad23b1d2d623bcaf5b781556d7f11848047bc02fb4793480acfc5b5eb6f60304be9472a8b42c87e8c23baf85352bc9479ea156c4a03990bad SHA512 ee4f150c30322dae50760b99cddd0bd935195ee21e042809fa8d303425d12081c23c00d8ea8fcd3d023b6b414a46b9b953edc4ed25400fe39f10487f0956561f DIST lighttpd-1.4.53.tar.xz 732160 BLAKE2B 75848ab259226fc77b232dfb365c6c656e4605055fb5beba1aea60f54f01cb76c3260ca97e59110dc3dd3d1ba7cb3f2fad646f91f37baee69a8cdbaefcf125a4 SHA512 bf5ea1c9f6f664c9ddcdf33ddba5b2bff760960d03c29a2181e73e3aceb45b523bb90003d0e0bc565334751830e6027cd7be2e92d030cde90813511957c9ea76 diff --git a/www-servers/lighttpd/files/lighttpd.logrotate b/www-servers/lighttpd/files/lighttpd.logrotate deleted file mode 100644 index 80a8644e2c9..000 --- a/www-servers/lighttpd/files/lighttpd.logrotate +++ /dev/null @@ -1,16 +0,0 @@ -# lighttpd logrotate script for Gentoo - -/var/log/lighttpd/*.log { -daily -missingok - copytruncate -rotate 7 -compress -notifempty -sharedscripts -postrotate - if [ -f /var/run/lighttpd.pid ]; then \ -/etc/init.d/lighttpd reload > /dev/null 2>&1 || true ; \ - fi; -endscript -} diff --git a/www-servers/lighttpd/lighttpd-1.4.51.ebuild b/www-servers/lighttpd/lighttpd-1.4.51.ebuild deleted file mode 100644 index 7e25904b433..000 --- a/www-servers/lighttpd/lighttpd-1.4.51.ebuild +++ /dev/null @@ -1,225 +0,0 @@ -# Copyright 1999-2018 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit autotools flag-o-matic readme.gentoo-r1 systemd user - -DESCRIPTION="Lightweight high-performance web server" -HOMEPAGE="https://www.lighttpd.net https://github.com/lighttpd"; -SRC_URI="https://download.lighttpd.net/lighttpd/releases-1.4.x/${P}.tar.xz"; - -LICENSE="BSD GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 ~x86-fbsd" -IUSE="bzip2 dbi doc fam gdbm geoip ipv6 kerberos ldap libev libressl lua minimal mmap memcached mysql pcre php postgres rrdtool sasl selinux ssl sqlite test webdav xattr zlib" - -REQUIRED_USE="kerberos? ( ssl !libressl ) webdav? ( sqlite )" - -CDEPEND=" - bzip2?( app-arch/bzip2 ) - dbi?( dev-db/libdbi ) - fam?( virtual/fam ) - gdbm? ( sys-libs/gdbm ) - geoip? ( dev-libs/geoip ) - ldap? ( >=net-nds/openldap-2.1.26 ) - libev? ( >=dev-libs/libev-4.01 ) - lua?( >=dev-lang/lua-5.1:= ) - memcached? ( dev-libs/libmemcached ) - mysql? ( dev-db/mysql-connector-c:= ) - pcre? ( >=dev-libs/libpcre-3.1 ) - php? ( dev-lang/php:*[cgi] ) - postgres? ( dev-db/postgresql:* ) - rrdtool? ( net-analyzer/rrdtool ) - sasl? ( dev-libs/cyrus-sasl ) - ssl? ( - !libressl? ( >=dev-libs/openssl-0.9.7:0=[kerberos?] ) - libressl? ( dev-libs/libressl:= ) - ) - sqlite? ( dev-db/sqlite:3 ) - webdav? ( - dev-libs/libxml2 - sys-fs/e2fsprogs - ) - xattr? ( kernel_linux? ( sys-apps/attr ) ) - zlib? ( >=sys-libs/zlib-1.1 )" - -DEPEND="${CDEPEND} - virtual/pkgconfig - doc? ( dev-python/docutils ) - test? ( - virtual/perl-Test-Harness - dev-libs/fcgi - )" - -RDEPEND="${CDEPEND} - selinux? ( sec-policy/selinux-apache ) -" - -# update certain parts of lighttpd.conf based on conditionals -update_config() { - local config="${D}/etc/lighttpd/lighttpd.conf" - - # enable php/mod_fastcgi settings - use php && { sed -i -e 's|#.*\(include.*fastcgi.*$\)|\1|' ${config} || die; } - - # enable stat() caching - use fam && { sed -i -e 's|#\(.*stat-cache.*$\)|\1|' ${config} || die; } - - # automatically listen on IPv6 if built with USE=ipv6. Bug #234987 - use ipv6 && { sed -i -e 's|# server.use-ipv6|server.use-ipv6|' ${config} || die; } -} - -# remove non-essential stuff (for USE=minimal) -remove_non_essential() { - local libdir="$
[gentoo-commits] repo/gentoo:master commit in: dev-db/pgpool2/
commit: 1caa97ee3938729cde928897df06609b0e3278f8 Author: Mikle Kolyada gentoo org> AuthorDate: Fri Aug 2 11:38:13 2019 + Commit: Mikle Kolyada gentoo org> CommitDate: Fri Aug 2 11:38:31 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1caa97ee dev-db/pgpool2: amd64 stable wrt bug #688470 Package-Manager: Portage-2.3.69, Repoman-2.3.16 RepoMan-Options: --include-arches="amd64" Signed-off-by: Mikle Kolyada gentoo.org> dev-db/pgpool2/pgpool2-3.7.10.ebuild | 2 +- dev-db/pgpool2/pgpool2-4.0.5.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-db/pgpool2/pgpool2-3.7.10.ebuild b/dev-db/pgpool2/pgpool2-3.7.10.ebuild index 49283366da9..b4e21052dd4 100644 --- a/dev-db/pgpool2/pgpool2-3.7.10.ebuild +++ b/dev-db/pgpool2/pgpool2-3.7.10.ebuild @@ -15,7 +15,7 @@ SRC_URI="https://www.pgpool.net/download.php?f=${MY_P}.tar.gz -> ${MY_P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 x86" +KEYWORDS="amd64 x86" IUSE="doc libressl memcached pam ssl static-libs" diff --git a/dev-db/pgpool2/pgpool2-4.0.5.ebuild b/dev-db/pgpool2/pgpool2-4.0.5.ebuild index 9641913446b..8934e8bcb85 100644 --- a/dev-db/pgpool2/pgpool2-4.0.5.ebuild +++ b/dev-db/pgpool2/pgpool2-4.0.5.ebuild @@ -15,7 +15,7 @@ SRC_URI="https://www.pgpool.net/download.php?f=${MY_P}.tar.gz -> ${MY_P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 x86" +KEYWORDS="amd64 x86" IUSE="doc libressl memcached pam ssl static-libs"
[gentoo-commits] repo/gentoo:master commit in: media-libs/libggi/
commit: e59ffb3ff77ebc2f4f9adadd3a8afb1b202368c8 Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Aug 2 11:36:18 2019 + Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Aug 2 11:36:18 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e59ffb3f media-libs/libggi: Drop 2.2.2 (r0) Closes: https://bugs.gentoo.org/669354 Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Andreas Sturmlechner gentoo.org> media-libs/libggi/libggi-2.2.2.ebuild | 61 --- 1 file changed, 61 deletions(-) diff --git a/media-libs/libggi/libggi-2.2.2.ebuild b/media-libs/libggi/libggi-2.2.2.ebuild deleted file mode 100644 index 521bb6974d0..000 --- a/media-libs/libggi/libggi-2.2.2.ebuild +++ /dev/null @@ -1,61 +0,0 @@ -# Copyright 1999-2018 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=0 - -DESCRIPTION="Provides an opaque interface to the display's acceleration function" -HOMEPAGE="https://ibiblio.org/ggicore/packages/libggi.html"; -SRC_URI="mirror://sourceforge/ggi/${P}.src.tar.bz2" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd" -IUSE="X aalib svga fbcon directfb 3dfx debug cpu_flags_x86_mmx vis" - -RDEPEND=">=media-libs/libgii-1.0.2 - X? ( x11-libs/libXt - x11-libs/libXxf86dga - x11-libs/libXxf86vm - x11-libs/libXt ) - svga? ( >=media-libs/svgalib-1.4.2 ) - aalib? ( >=media-libs/aalib-1.2-r1 )" -DEPEND="${RDEPEND} - X? ( x11-base/xorg-proto )" - -src_compile() { - local myconf="" - - use svga || myconf="${myconf} --disable-svga --disable-vgagl" - - if use !fbcon && use !directfb; then - myconf="${myconf} --disable-fbdev --disable-directfb" - elif use directfb; then - myconf="${myconf} --enable-fbdev --enable-directfb" - else - myconf="${myconf} --enable-fbdev" - fi - - if use amd64 || use ppc64 || use ia64 ; then - myconf="${myconf} --enable-64bitc" - else - myconf="${myconf} --disable-64bitc" - fi - - econf $(use_enable 3dfx glide) \ - $(use_enable aalib aa) \ - $(use_enable debug) \ - $(use_enable cpu_flags_x86_mmx mmx) \ - $(use_enable vis) \ - $(use_with X x) \ - $(use_enable X x) \ - ${myconf} - emake || die -} - -src_install () { - emake DESTDIR="${D}" install || die - - dodoc ChangeLog* FAQ NEWS README - docinto txt - dodoc doc/*.txt -}
[gentoo-commits] repo/gentoo:master commit in: dev-libs/double-conversion/
commit: 3d233a1f6329da5cf80db4d70478ffd169a4440b Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Aug 2 11:28:09 2019 + Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Aug 2 11:33:07 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d233a1f dev-libs/double-conversion: Drop 3.0.3 Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-libs/double-conversion/Manifest| 1 - .../double-conversion-3.0.3.ebuild | 53 -- 2 files changed, 54 deletions(-) diff --git a/dev-libs/double-conversion/Manifest b/dev-libs/double-conversion/Manifest index 50fee14e1ea..9b9c44c6289 100644 --- a/dev-libs/double-conversion/Manifest +++ b/dev-libs/double-conversion/Manifest @@ -1,2 +1 @@ -DIST double-conversion-3.0.3.tar.gz 7019705 BLAKE2B 65d7729b55dbb9fd0cf31b258738f3e9f3350b4ecf0204d3d2d23de24cb24651788e844aa1a10d6ec452ca6484c43ed1d218d434fc18be7bb1f15bf8ba97102a SHA512 3a8e956da485195753508c90cd6fa3d9fde42103291a8e65a0d95488faa02e98dddff21935625519c0ce49d8911d66d0773ddf6012264094f3edd851b461f62b DIST double-conversion-3.1.4.tar.gz 7022872 BLAKE2B 270f318e6b37205ab3da3ccf5c598ca7a02dc2e728a5d8e3467523bc8f21039651bea3f70aeb9f8579505812d63181de9d1e8106997795a79efeb663e1bc22d7 SHA512 715a34ace2ff74b79d80a8c003c16cfbf958ebc92264e28cc572e1a12a786e1df9678abb46f032c2be387495e1a3d02957b12fa4a245ec6cfe19ca637519ac3c diff --git a/dev-libs/double-conversion/double-conversion-3.0.3.ebuild b/dev-libs/double-conversion/double-conversion-3.0.3.ebuild deleted file mode 100644 index cc79bf78884..000 --- a/dev-libs/double-conversion/double-conversion-3.0.3.ebuild +++ /dev/null @@ -1,53 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit cmake-utils multibuild - -DESCRIPTION="Binary-decimal and decimal-binary conversion routines for IEEE doubles" -HOMEPAGE="https://github.com/google/double-conversion"; -SRC_URI="https://github.com/google/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="BSD" -SLOT="0/2" -KEYWORDS="amd64 arm ~arm64 hppa ~mips ppc ppc64 sparc x86 ~amd64-fbsd ~amd64-linux ~x86-linux" -IUSE="static-libs test" - -pkg_setup() { - MULTIBUILD_VARIANTS=( shared $(usev static-libs) ) -} - -src_configure() { - myconfigure() { - local mycmakeargs=( -DBUILD_TESTING=$(usex test) ) - if [[ ${MULTIBUILD_VARIANT} = shared ]]; then - mycmakeargs+=( -DBUILD_SHARED_LIBS=ON ) - fi - if [[ ${MULTIBUILD_VARIANT} = static-libs ]]; then - mycmakeargs+=( -DBUILD_SHARED_LIBS=OFF ) - fi - - cmake-utils_src_configure - } - - multibuild_foreach_variant myconfigure -} - -src_compile() { - multibuild_foreach_variant cmake-utils_src_compile -} - -src_test() { - [[ ${MULTIBUILD_VARIANT} = shared ]] && cmake-utils_src_test -} - -src_install() { - myinstall() { - [[ ${MULTIBUILD_VARIANT} = shared ]] && cmake-utils_src_install - [[ ${MULTIBUILD_VARIANT} = static-libs ]] && \ - dolib.a ${BUILD_DIR}/double-conversion/libdouble-conversion.a - } - - multibuild_foreach_variant myinstall -}
[gentoo-commits] repo/gentoo:master commit in: media-fonts/polarsys-b612-fonts/
commit: 8a5e023259a72e2ed23efca1c92eb6a22341 Author: Mikle Kolyada gentoo org> AuthorDate: Fri Aug 2 11:30:43 2019 + Commit: Mikle Kolyada gentoo org> CommitDate: Fri Aug 2 11:30:43 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a5e0232 media-fonts/polarsys-b612-fonts: arm stable wrt bug #687962 Package-Manager: Portage-2.3.69, Repoman-2.3.16 RepoMan-Options: --include-arches="arm" Signed-off-by: Mikle Kolyada gentoo.org> media-fonts/polarsys-b612-fonts/polarsys-b612-fonts-1.003.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-fonts/polarsys-b612-fonts/polarsys-b612-fonts-1.003.ebuild b/media-fonts/polarsys-b612-fonts/polarsys-b612-fonts-1.003.ebuild index b645e4b5515..e09b9c12ea6 100644 --- a/media-fonts/polarsys-b612-fonts/polarsys-b612-fonts-1.003.ebuild +++ b/media-fonts/polarsys-b612-fonts/polarsys-b612-fonts-1.003.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://git.polarsys.org/c/b612/b612.git/snapshot/b612-bd14fde2544566e6 LICENSE="EPL-1.0" SLOT="0" -KEYWORDS="amd64 ~arm arm64 ppc ppc64 x86" +KEYWORDS="amd64 arm arm64 ppc ppc64 x86" IUSE="" FONT_S="${S}/TTF"
[gentoo-commits] repo/gentoo:master commit in: net-libs/miniupnpc/
commit: 22556607ae114f09d54ba16fda576a3f48e0e42f Author: Mikle Kolyada gentoo org> AuthorDate: Fri Aug 2 11:25:14 2019 + Commit: Mikle Kolyada gentoo org> CommitDate: Fri Aug 2 11:25:40 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22556607 net-libs/miniupnpc: arm stable wrt bug #690886 Package-Manager: Portage-2.3.69, Repoman-2.3.16 RepoMan-Options: --include-arches="arm" Signed-off-by: Mikle Kolyada gentoo.org> net-libs/miniupnpc/miniupnpc-2.1.20190625.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-libs/miniupnpc/miniupnpc-2.1.20190625.ebuild b/net-libs/miniupnpc/miniupnpc-2.1.20190625.ebuild index 886a063a24b..ec25ddae0e6 100644 --- a/net-libs/miniupnpc/miniupnpc-2.1.20190625.ebuild +++ b/net-libs/miniupnpc/miniupnpc-2.1.20190625.ebuild @@ -11,7 +11,7 @@ SRC_URI="http://miniupnp.free.fr/files/${P}.tar.gz"; LICENSE="BSD" SLOT="0/17" -KEYWORDS="amd64 ~arm arm64 hppa ~mips ppc ppc64 s390 sparc x86 ~x86-fbsd" +KEYWORDS="amd64 arm arm64 hppa ~mips ppc ppc64 s390 sparc x86 ~x86-fbsd" IUSE="ipv6 kernel_linux static-libs" RDEPEND=""
[gentoo-commits] repo/gentoo:master commit in: app-crypt/swtpm/, app-crypt/swtpm/files/
commit: 29420beac9c404288d3c9577958515f6018abd46 Author: Salah Coronya gmail com> AuthorDate: Fri Aug 2 01:55:12 2019 + Commit: Joonas Niilola gentoo org> CommitDate: Fri Aug 2 11:25:05 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29420bea app-crypt/swtpm: New ebuild swtpm is a libtpms TPM emulator. It is used by qemu to emulate a TPM for guests. Closes: https://bugs.gentoo.org/675298 Signed-off-by: Salah Coronya gmail.com> Package-Manager: Portage-2.3.66, Repoman-2.3.11 Closes: https://github.com/gentoo/gentoo/pull/11247 Signed-off-by: Joonas Niilola gentoo.org> app-crypt/swtpm/Manifest | 1 + .../files/swtpm-disable-test-dependencies.patch| 36 + app-crypt/swtpm/files/swtpm-fix-localca-path.patch | 29 ++ app-crypt/swtpm/metadata.xml | 16 ++ app-crypt/swtpm/swtpm-0.2.0.ebuild | 63 ++ 5 files changed, 145 insertions(+) diff --git a/app-crypt/swtpm/Manifest b/app-crypt/swtpm/Manifest new file mode 100644 index 000..c3415f424e0 --- /dev/null +++ b/app-crypt/swtpm/Manifest @@ -0,0 +1 @@ +DIST swtpm-0.2.0.tar.gz 297419 BLAKE2B 9045cfd127d2f7e8e2e202818a375b4f6398806a097ed0df73abb76426db3af65a0d27f5e7212ce099d796862d3a9b3d421e987cf159bdce8879fc764eb5e923 SHA512 bda54690c0438138ff7adcc212fb125d2bb62618b10305eeced776e014bb135ea1a1dd1271a99fb2c60bf7e418644ded029c3c09ec2c6c1258e5062122cacf19 diff --git a/app-crypt/swtpm/files/swtpm-disable-test-dependencies.patch b/app-crypt/swtpm/files/swtpm-disable-test-dependencies.patch new file mode 100644 index 000..ff253667663 --- /dev/null +++ b/app-crypt/swtpm/files/swtpm-disable-test-dependencies.patch @@ -0,0 +1,36 @@ +diff --git a/Makefile.am b/Makefile.am +index 47b091a..61192bf 100644 +--- a/Makefile.am b/Makefile.am +@@ -9,9 +9,7 @@ SUBDIRS = \ + include \ + man \ + samples \ +- src \ +- tests +- ++ src + ACLOCAL_AMFLAGS = -I m4 + + EXTRA_DIST = \ +diff --git a/configure.ac b/configure.ac +index c7b4e98..8e6445b 100644 +--- a/configure.ac b/configure.ac +@@ -330,16 +330,6 @@ if test "x$GAWK" = "x"; then + AC_MSG_ERROR([gawk is required: gawk package]) + fi + +-AC_PATH_PROG([SOCAT], socat) +-if test "x$SOCAT" = "x"; then +- AC_MSG_ERROR([socat is required: socat package]) +-fi +- +-AC_PATH_PROG([PYTHON], python3) +-if test "x$PYTHON" = "x"; then +- AC_MSG_ERROR([python3 is required]) +-fi +- + AC_ARG_ENABLE([hardening], + AS_HELP_STRING([--disable-hardening], [Disable hardening flags])) + diff --git a/app-crypt/swtpm/files/swtpm-fix-localca-path.patch b/app-crypt/swtpm/files/swtpm-fix-localca-path.patch new file mode 100644 index 000..c83758da563 --- /dev/null +++ b/app-crypt/swtpm/files/swtpm-fix-localca-path.patch @@ -0,0 +1,29 @@ +diff --git a/samples/Makefile.am b/samples/Makefile.am +index 4558d66..6fc6d77 100644 +--- a/samples/Makefile.am b/samples/Makefile.am +@@ -16,9 +16,9 @@ samplessysconf_DATA = \ + swtpm-localca.options + + install-data-local: +- $(MKDIR_P) $(DESTDIR)$(localstatedir)/lib/swtpm-localca ++ $(MKDIR_P) $(DESTDIR)$(localstatedir)/swtpm-localca + if test -z $(DESTDIR); then \ +- chown @TSS_USER@:@TSS_GROUP@ $(DESTDIR)$(localstatedir)/lib/swtpm-localca || true; \ ++ chown @TSS_USER@:@TSS_GROUP@ $(DESTDIR)$(localstatedir)/swtpm-localca || true; \ + fi + + EXTRA_DIST= \ +diff --git a/samples/swtpm-localca.conf.in b/samples/swtpm-localca.conf.in +index 1f0b48d..63f1fed 100644 +--- a/samples/swtpm-localca.conf.in b/samples/swtpm-localca.conf.in +@@ -1,4 +1,4 @@ +-statedir = @LOCALSTATEDIR@/lib/swtpm-localca +-signingkey = @LOCALSTATEDIR@/lib/swtpm-localca/signkey.pem +-issuercert = @LOCALSTATEDIR@/lib/swtpm-localca/issuercert.pem +-certserial = @LOCALSTATEDIR@/lib/swtpm-localca/certserial ++statedir = @LOCALSTATEDIR@/swtpm-localca ++signingkey = @LOCALSTATEDIR@/swtpm-localca/signkey.pem ++issuercert = @LOCALSTATEDIR@/swtpm-localca/issuercert.pem ++certserial = @LOCALSTATEDIR@/swtpm-localca/certserial diff --git a/app-crypt/swtpm/metadata.xml b/app-crypt/swtpm/metadata.xml new file mode 100644 index 000..261b73cab05 --- /dev/null +++ b/app-crypt/swtpm/metadata.xml @@ -0,0 +1,16 @@ + +http://www.gentoo.org/dtd/metadata.dtd";> + + + salah.coro...@gmail.com + Salah Coronya + + + proxy-ma...@gentoo.org + Proxy Maintainers + + + Support sys-fs/fuse based /dev/tpm interface + + + diff --git a/app-crypt/swtpm/swtpm-0.2.0.ebuild b/app-crypt/swtpm/swtpm-0.2.0.ebuild new file mode 100644 index 000..0ee3facecab --- /dev/null +++ b/app-crypt/swtpm/swtpm-0.2.0.ebuild @@ -0,0 +1,63 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +
[gentoo-commits] repo/gentoo:master commit in: dev-libs/libtpms/
commit: c3a5d320ff902b26b5a89097408ee01ae3187dba Author: Salah Coronya gmail com> AuthorDate: Fri Aug 2 01:55:12 2019 + Commit: Joonas Niilola gentoo org> CommitDate: Fri Aug 2 11:24:59 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3a5d320 dev-libs/libtpms: New ebuild libtpms is a library providing software emultion of a TPM. It is used by swtpm. Closes: https://bugs.gentoo.org/675296 Signed-off-by: Salah Coronya gmail.com> Package-Manager: Portage-2.3.66, Repoman-2.3.11 Signed-off-by: Joonas Niilola gentoo.org> dev-libs/libtpms/Manifest | 1 + dev-libs/libtpms/libtpms-0.7.0.ebuild | 27 +++ dev-libs/libtpms/metadata.xml | 13 + 3 files changed, 41 insertions(+) diff --git a/dev-libs/libtpms/Manifest b/dev-libs/libtpms/Manifest new file mode 100644 index 000..84d03d4014d --- /dev/null +++ b/dev-libs/libtpms/Manifest @@ -0,0 +1 @@ +DIST libtpms-0.7.0.tar.gz 1203837 BLAKE2B ca5a3b78dc63c09c4ff084124838fedeb5be0580f709ad6165680159ba7ba4b1f751b9fbc67f6b5a8f39b82bdd420afb47087412a47b72cbe5b418a97a4860fe SHA512 92d1eb5d1a1cae08e97cceaca56fc9bc6d43c54a93edae2accf19807a4e93e19d88064a0b11db796c79d32c821e6b320ebbacb65cd20da3e5b1205f3b861cef2 diff --git a/dev-libs/libtpms/libtpms-0.7.0.ebuild b/dev-libs/libtpms/libtpms-0.7.0.ebuild new file mode 100644 index 000..ea28c3dd94f --- /dev/null +++ b/dev-libs/libtpms/libtpms-0.7.0.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit autotools + +DESCRIPTION="Library providing software emultion of a TPM" +HOMEPAGE="https://github.com/stefanberger/libtpms"; +SRC_URI="https://github.com/stefanberger/libtpms/archive/v${PV}.tar.gz -> ${P}.tar.gz" +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64" + +DEPEND="dev-libs/openssl:0=" +RDEPEND="${DEPEND}" + +src_prepare() { + default + eautoreconf +} + +src_configure() { + econf \ + --with-openssl \ + --with-tpm2 +} diff --git a/dev-libs/libtpms/metadata.xml b/dev-libs/libtpms/metadata.xml new file mode 100644 index 000..6ddd104074b --- /dev/null +++ b/dev-libs/libtpms/metadata.xml @@ -0,0 +1,13 @@ + +http://www.gentoo.org/dtd/metadata.dtd";> + + + salah.coro...@gmail.com + Salah Coronya + + + proxy-ma...@gentoo.org + Proxy Maintainers + + +
[gentoo-commits] repo/gentoo:master commit in: dev-db/mysql/
commit: c1059254f4b4a40ee8a0afa92a9d607f3e27a7f1 Author: Mikle Kolyada gentoo org> AuthorDate: Fri Aug 2 11:22:43 2019 + Commit: Mikle Kolyada gentoo org> CommitDate: Fri Aug 2 11:22:43 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1059254 dev-db/mysql: ppc stable wrt bug #691136 Package-Manager: Portage-2.3.69, Repoman-2.3.16 RepoMan-Options: --include-arches="ppc" Signed-off-by: Mikle Kolyada gentoo.org> dev-db/mysql/mysql-5.6.44.ebuild | 2 +- dev-db/mysql/mysql-5.7.26.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-db/mysql/mysql-5.6.44.ebuild b/dev-db/mysql/mysql-5.6.44.ebuild index 86500d4b2fb..d9a7702647a 100644 --- a/dev-db/mysql/mysql-5.6.44.ebuild +++ b/dev-db/mysql/mysql-5.6.44.ebuild @@ -37,7 +37,7 @@ RESTRICT="libressl? ( test )" REQUIRED_USE="?? ( tcmalloc jemalloc ) static? ( yassl )" -KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" # Shorten the path because the socket path length must be shorter than 107 chars # and we will run a mysql server during test phase diff --git a/dev-db/mysql/mysql-5.7.26.ebuild b/dev-db/mysql/mysql-5.7.26.ebuild index c72919981ab..063ada90d06 100644 --- a/dev-db/mysql/mysql-5.7.26.ebuild +++ b/dev-db/mysql/mysql-5.7.26.ebuild @@ -34,7 +34,7 @@ RESTRICT="libressl? ( test )" REQUIRED_USE="?? ( tcmalloc jemalloc ) static? ( yassl )" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" # Shorten the path because the socket path length must be shorter than 107 chars # and we will run a mysql server during test phase
[gentoo-commits] repo/gentoo:master commit in: dev-db/mysql/
commit: 77ab17487cac5a01d23f3570a3965d91ff098ee5 Author: Mikle Kolyada gentoo org> AuthorDate: Fri Aug 2 11:23:27 2019 + Commit: Mikle Kolyada gentoo org> CommitDate: Fri Aug 2 11:23:27 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77ab1748 dev-db/mysql: x86 stable wrt bug #691136 Package-Manager: Portage-2.3.69, Repoman-2.3.16 RepoMan-Options: --include-arches="x86" Signed-off-by: Mikle Kolyada gentoo.org> dev-db/mysql/mysql-5.6.44.ebuild | 2 +- dev-db/mysql/mysql-5.7.26.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-db/mysql/mysql-5.6.44.ebuild b/dev-db/mysql/mysql-5.6.44.ebuild index 74c1e75a2f0..312951b5e58 100644 --- a/dev-db/mysql/mysql-5.6.44.ebuild +++ b/dev-db/mysql/mysql-5.6.44.ebuild @@ -37,7 +37,7 @@ RESTRICT="libressl? ( test )" REQUIRED_USE="?? ( tcmalloc jemalloc ) static? ( yassl )" -KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" # Shorten the path because the socket path length must be shorter than 107 chars # and we will run a mysql server during test phase diff --git a/dev-db/mysql/mysql-5.7.26.ebuild b/dev-db/mysql/mysql-5.7.26.ebuild index 93e8843434c..a956940eb6f 100644 --- a/dev-db/mysql/mysql-5.7.26.ebuild +++ b/dev-db/mysql/mysql-5.7.26.ebuild @@ -34,7 +34,7 @@ RESTRICT="libressl? ( test )" REQUIRED_USE="?? ( tcmalloc jemalloc ) static? ( yassl )" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" # Shorten the path because the socket path length must be shorter than 107 chars # and we will run a mysql server during test phase
[gentoo-commits] repo/gentoo:master commit in: dev-db/mysql/
commit: bae29f45c7e76abb57a36467e4b5980fa2e4ea47 Author: Mikle Kolyada gentoo org> AuthorDate: Fri Aug 2 11:21:59 2019 + Commit: Mikle Kolyada gentoo org> CommitDate: Fri Aug 2 11:21:59 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bae29f45 dev-db/mysql: amd64 stable wrt bug #691136 Package-Manager: Portage-2.3.69, Repoman-2.3.16 RepoMan-Options: --include-arches="amd64" Signed-off-by: Mikle Kolyada gentoo.org> dev-db/mysql/mysql-5.6.44.ebuild | 2 +- dev-db/mysql/mysql-5.7.26.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-db/mysql/mysql-5.6.44.ebuild b/dev-db/mysql/mysql-5.6.44.ebuild index a05fea40118..2880c979259 100644 --- a/dev-db/mysql/mysql-5.6.44.ebuild +++ b/dev-db/mysql/mysql-5.6.44.ebuild @@ -37,7 +37,7 @@ RESTRICT="libressl? ( test )" REQUIRED_USE="?? ( tcmalloc jemalloc ) static? ( yassl )" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" # Shorten the path because the socket path length must be shorter than 107 chars # and we will run a mysql server during test phase diff --git a/dev-db/mysql/mysql-5.7.26.ebuild b/dev-db/mysql/mysql-5.7.26.ebuild index 1092df51ae0..f02796213c6 100644 --- a/dev-db/mysql/mysql-5.7.26.ebuild +++ b/dev-db/mysql/mysql-5.7.26.ebuild @@ -34,7 +34,7 @@ RESTRICT="libressl? ( test )" REQUIRED_USE="?? ( tcmalloc jemalloc ) static? ( yassl )" -KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" # Shorten the path because the socket path length must be shorter than 107 chars # and we will run a mysql server during test phase
[gentoo-commits] repo/gentoo:master commit in: dev-db/mysql/
commit: f535855027696a994ed81931c580d4519d7c5a5d Author: Mikle Kolyada gentoo org> AuthorDate: Fri Aug 2 11:23:03 2019 + Commit: Mikle Kolyada gentoo org> CommitDate: Fri Aug 2 11:23:03 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5358550 dev-db/mysql: ppc64 stable wrt bug #691136 Package-Manager: Portage-2.3.69, Repoman-2.3.16 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Mikle Kolyada gentoo.org> dev-db/mysql/mysql-5.6.44.ebuild | 2 +- dev-db/mysql/mysql-5.7.26.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-db/mysql/mysql-5.6.44.ebuild b/dev-db/mysql/mysql-5.6.44.ebuild index d9a7702647a..74c1e75a2f0 100644 --- a/dev-db/mysql/mysql-5.6.44.ebuild +++ b/dev-db/mysql/mysql-5.6.44.ebuild @@ -37,7 +37,7 @@ RESTRICT="libressl? ( test )" REQUIRED_USE="?? ( tcmalloc jemalloc ) static? ( yassl )" -KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" # Shorten the path because the socket path length must be shorter than 107 chars # and we will run a mysql server during test phase diff --git a/dev-db/mysql/mysql-5.7.26.ebuild b/dev-db/mysql/mysql-5.7.26.ebuild index 063ada90d06..93e8843434c 100644 --- a/dev-db/mysql/mysql-5.7.26.ebuild +++ b/dev-db/mysql/mysql-5.7.26.ebuild @@ -34,7 +34,7 @@ RESTRICT="libressl? ( test )" REQUIRED_USE="?? ( tcmalloc jemalloc ) static? ( yassl )" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" # Shorten the path because the socket path length must be shorter than 107 chars # and we will run a mysql server during test phase
[gentoo-commits] repo/gentoo:master commit in: dev-db/mysql/
commit: 9d9df88457bdbbf33b86a480ffcd02d412c4d1d8 Author: Mikle Kolyada gentoo org> AuthorDate: Fri Aug 2 11:22:21 2019 + Commit: Mikle Kolyada gentoo org> CommitDate: Fri Aug 2 11:22:21 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d9df884 dev-db/mysql: arm stable wrt bug #691136 Package-Manager: Portage-2.3.69, Repoman-2.3.16 RepoMan-Options: --include-arches="arm" Signed-off-by: Mikle Kolyada gentoo.org> dev-db/mysql/mysql-5.6.44.ebuild | 2 +- dev-db/mysql/mysql-5.7.26.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-db/mysql/mysql-5.6.44.ebuild b/dev-db/mysql/mysql-5.6.44.ebuild index 2880c979259..86500d4b2fb 100644 --- a/dev-db/mysql/mysql-5.6.44.ebuild +++ b/dev-db/mysql/mysql-5.6.44.ebuild @@ -37,7 +37,7 @@ RESTRICT="libressl? ( test )" REQUIRED_USE="?? ( tcmalloc jemalloc ) static? ( yassl )" -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" # Shorten the path because the socket path length must be shorter than 107 chars # and we will run a mysql server during test phase diff --git a/dev-db/mysql/mysql-5.7.26.ebuild b/dev-db/mysql/mysql-5.7.26.ebuild index f02796213c6..c72919981ab 100644 --- a/dev-db/mysql/mysql-5.7.26.ebuild +++ b/dev-db/mysql/mysql-5.7.26.ebuild @@ -34,7 +34,7 @@ RESTRICT="libressl? ( test )" REQUIRED_USE="?? ( tcmalloc jemalloc ) static? ( yassl )" -KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" # Shorten the path because the socket path length must be shorter than 107 chars # and we will run a mysql server during test phase