[gentoo-commits] repo/gentoo:master commit in: media-fonts/cantarell/
commit: f609b9a4902602d352cc514b6307496fb515386d Author: Mart Raudsepp gentoo org> AuthorDate: Wed Aug 19 06:21:49 2020 + Commit: Mart Raudsepp gentoo org> CommitDate: Wed Aug 19 06:25:01 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f609b9a4 media-fonts/cantarell: bump to 0.201 Package-Manager: Portage-2.3.103, Repoman-2.3.20 Signed-off-by: Mart Raudsepp gentoo.org> media-fonts/cantarell/Manifest | 1 + media-fonts/cantarell/cantarell-0.201.ebuild | 49 2 files changed, 50 insertions(+) diff --git a/media-fonts/cantarell/Manifest b/media-fonts/cantarell/Manifest index e6bde73952d..a6f23e272b3 100644 --- a/media-fonts/cantarell/Manifest +++ b/media-fonts/cantarell/Manifest @@ -1 +1,2 @@ DIST cantarell-fonts-0.111.tar.xz 326216 BLAKE2B dad338329670674cf3815b2045f8f9a739a9e08913189cec67577982e58df8328e0dc185439bffb6bda0529846b844d0b37a3c9615210f23d47616969f7874b2 SHA512 638298a6381a3ede862d1b100fcfea943bebb5e1c0dc4f1597ab2f841e933b484436b139090a669c770c02483a24f2b92bbd12bce71d7a40eb4c325573e3df9e +DIST cantarell-fonts-0.201.tar.xz 508372 BLAKE2B 5a0fcf66e9c19a54c0051b79305a6b2628a2fa5aa3f67677732ba92a4f7e1ceda0d6c05bc971b1139bb87b8c5fecf8e7a350fb521f56926c072e8a03e35d4399 SHA512 c512244a1ed343b1b9fef3a630c1c678c6ef7f06efcda883af0dbab5478823f31c9bd5fc38b92ad1747704528c6e2589584ab94743f433957644d5386dabdc98 diff --git a/media-fonts/cantarell/cantarell-0.201.ebuild b/media-fonts/cantarell/cantarell-0.201.ebuild new file mode 100644 index 000..95dbf3a00a1 --- /dev/null +++ b/media-fonts/cantarell/cantarell-0.201.ebuild @@ -0,0 +1,49 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +GNOME_ORG_MODULE="${PN}-fonts" + +inherit font gnome.org meson + +DESCRIPTION="Default fontset for GNOME Shell" +HOMEPAGE="https://wiki.gnome.org/Projects/CantarellFonts"; + +LICENSE="OFL-1.1" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +IUSE="" + +BDEPEND=" + >=sys-devel/gettext-0.20 + virtual/pkgconfig +" + +# This ebuild does not install any binaries +RESTRICT="binchecks strip" + +# Font eclass settings +FONT_S="${S}/prebuilt" +FONT_SUFFIX="otf" + +src_prepare() { + # Leave prebuilt font installation to font.eclass + sed -e "/subdir('prebuilt')/d" -i meson.build || die + + default +} + +src_configure() { + local emesonargs=( + -Dfontsdir=${FONTDIR} + -Duseprebuilt=true + -Dbuildappstream=true + ) + meson_src_configure +} + +src_install() { + font_src_install + local DOCS=( NEWS README.md ) + meson_src_install +}
[gentoo-commits] repo/gentoo:master commit in: profiles/arch/arm/armv4t/, gnome-base/gnome-light/, profiles/arch/arm/armv4/, ...
commit: 8ab3d82eb07722a1f8838924d18f12bf565650c6 Author: Mart Raudsepp gentoo org> AuthorDate: Wed Aug 19 06:24:31 2020 + Commit: Mart Raudsepp gentoo org> CommitDate: Wed Aug 19 06:25:01 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ab3d82e gnome-base/gnome-light: bump to 3.36.5 Package-Manager: Portage-2.3.103, Repoman-2.3.20 Signed-off-by: Mart Raudsepp gentoo.org> gnome-base/gnome-light/gnome-light-3.36.5.ebuild | 62 profiles/arch/arm/armv4/package.mask | 1 + profiles/arch/arm/armv4t/package.mask| 1 + profiles/arch/arm/armv5te/package.mask | 1 + 4 files changed, 65 insertions(+) diff --git a/gnome-base/gnome-light/gnome-light-3.36.5.ebuild b/gnome-base/gnome-light/gnome-light-3.36.5.ebuild new file mode 100644 index 000..c3b29d3732c --- /dev/null +++ b/gnome-base/gnome-light/gnome-light-3.36.5.ebuild @@ -0,0 +1,62 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +P_RELEASE="$(ver_cut 1-2)" + +DESCRIPTION="Meta package for GNOME-Light, merge this package to install" +HOMEPAGE="https://www.gnome.org/"; +LICENSE="metapackage" +SLOT="2.0" +IUSE="cups +gnome-shell" + +KEYWORDS="~amd64 ~arm ~ppc64 ~x86" + +# XXX: Note to developers: +# This is a wrapper for the 'light' GNOME 3 desktop, and should only consist of +# the bare minimum of libs/apps needed. It is basically gnome-base/gnome without +# any apps, but shouldn't be used by users unless they know what they are doing. +# cantarell minimum version is ensured here as gnome-shell depends on it. +RDEPEND=" + >=gnome-base/gnome-core-libs-${PV}[cups?] + + >=gnome-base/gnome-session-3.36.0 + >=gnome-base/gnome-settings-daemon-3.36.1[cups?] + >=gnome-base/gnome-control-center-3.36.4[cups?] + + >=gnome-base/nautilus-3.36.3 + + gnome-shell? ( + >=x11-wm/mutter-${PV} + >=dev-libs/gjs-1.64.4 + >=gnome-base/gnome-shell-${PV} + >=media-fonts/cantarell-0.201 ) + + >=x11-themes/adwaita-icon-theme-3.36.1 + >=x11-themes/gnome-themes-standard-3.28 + >=x11-themes/gnome-backgrounds-${P_RELEASE} + + >=x11-terms/gnome-terminal-3.36.2 +" +# adwaita-icon-theme kept back on purpose due to brokenness without rust librsvg, +# in the hope that the old icon package version is good enough for everything too +# until librsvg gets updated. This dep should be raised to 3.34 with 3.34.5 meta. +DEPEND="" +PDEPEND=">=gnome-base/gvfs-1.44.1" +BDEPEND="" +S="${WORKDIR}" + +pkg_pretend() { + if ! use gnome-shell; then + # Users probably want to use gnome-flashback, e16, sawfish, etc + ewarn "You're not installing GNOME Shell" + ewarn "You will have to install and manage a window manager by yourself" + fi +} + +pkg_postinst() { + # Remember people where to find our project information + elog "Please remember to look at https://wiki.gentoo.org/wiki/Project:GNOME"; + elog "for information about the project and documentation." +} diff --git a/profiles/arch/arm/armv4/package.mask b/profiles/arch/arm/armv4/package.mask index cc5226e0124..ebbb9d3323f 100644 --- a/profiles/arch/arm/armv4/package.mask +++ b/profiles/arch/arm/armv4/package.mask @@ -9,3 +9,4 @@ virtual/rust >=gnome-base/librsvg-2.41 >=gnome-base/gnome-core-libs-3.36.5 >=gnome-base/gnome-core-apps-3.36.5 +>=gnome-base/gnome-light-3.36.5 diff --git a/profiles/arch/arm/armv4t/package.mask b/profiles/arch/arm/armv4t/package.mask index cc5226e0124..ebbb9d3323f 100644 --- a/profiles/arch/arm/armv4t/package.mask +++ b/profiles/arch/arm/armv4t/package.mask @@ -9,3 +9,4 @@ virtual/rust >=gnome-base/librsvg-2.41 >=gnome-base/gnome-core-libs-3.36.5 >=gnome-base/gnome-core-apps-3.36.5 +>=gnome-base/gnome-light-3.36.5 diff --git a/profiles/arch/arm/armv5te/package.mask b/profiles/arch/arm/armv5te/package.mask index 99b380d0910..71c459a7e8e 100644 --- a/profiles/arch/arm/armv5te/package.mask +++ b/profiles/arch/arm/armv5te/package.mask @@ -9,3 +9,4 @@ virtual/rust >=gnome-base/librsvg-2.41 >=gnome-base/gnome-core-libs-3.36.5 >=gnome-base/gnome-core-apps-3.36.5 +>=gnome-base/gnome-light-3.36.5
[gentoo-commits] repo/gentoo:master commit in: dev-perl/Exporter-Cluster/
commit: 6e585436eb4f861de2786814334182e95d3f80d1 Author: Kent Fredric gentoo org> AuthorDate: Wed Aug 19 06:05:20 2020 + Commit: Kent Fredric gentoo org> CommitDate: Wed Aug 19 06:05:37 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e585436 dev-perl/Exporter-Cluster: -r bump for EAPI7 - EAPI7 - Parallel tests - Remove unused/empty variable assignments Package-Manager: Portage-2.3.103, Repoman-2.3.22 Signed-off-by: Kent Fredric gentoo.org> .../Exporter-Cluster/Exporter-Cluster-0.310.0-r2.ebuild | 13 + 1 file changed, 13 insertions(+) diff --git a/dev-perl/Exporter-Cluster/Exporter-Cluster-0.310.0-r2.ebuild b/dev-perl/Exporter-Cluster/Exporter-Cluster-0.310.0-r2.ebuild new file mode 100644 index 000..5e3e3f5e543 --- /dev/null +++ b/dev-perl/Exporter-Cluster/Exporter-Cluster-0.310.0-r2.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DIST_AUTHOR=DHAGEMAN +DIST_VERSION=0.31 +inherit perl-module + +DESCRIPTION="Extension for easy multiple module imports" + +SLOT="0" +KEYWORDS="~amd64 ~ia64 ~x86"
[gentoo-commits] proj/portage:master commit in: repoman/
commit: fa69f697fbacc041df1264c61a9987baa14ff2a7 Author: Zac Medico gentoo org> AuthorDate: Wed Aug 19 05:29:04 2020 + Commit: Zac Medico gentoo org> CommitDate: Wed Aug 19 05:38:03 2020 + URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=fa69f697 repoman: Update for a repoman-3.0.1 release Signed-off-by: Zac Medico gentoo.org> repoman/RELEASE-NOTES | 5 + repoman/setup.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/repoman/RELEASE-NOTES b/repoman/RELEASE-NOTES index 5769eac54..f0b50cef6 100644 --- a/repoman/RELEASE-NOTES +++ b/repoman/RELEASE-NOTES @@ -1,6 +1,11 @@ Release Notes; upgrade information mainly. Features/major bugfixes are listed in NEWS +repoman-3.0.1 +== +* Bug Fixes: +- Bug 737698 Update repoman for compatibility with portage-3.0.4. + repoman-3.0.0 == * Bug Fixes: diff --git a/repoman/setup.py b/repoman/setup.py index 6819de46d..b2c5fd43f 100755 --- a/repoman/setup.py +++ b/repoman/setup.py @@ -448,7 +448,7 @@ def get_manpages(): setup( name = 'repoman', - version = '3.0.0', + version = '3.0.1', url = 'https://wiki.gentoo.org/wiki/Project:Portage', author = 'Gentoo Portage Development Team', author_email = 'dev-port...@gentoo.org',
[gentoo-commits] proj/portage:master commit in: /
commit: 60bea8b50bf765d3674639ad63c02a3a0c0985ee Author: Zac Medico gentoo org> AuthorDate: Wed Aug 19 05:08:55 2020 + Commit: Zac Medico gentoo org> CommitDate: Wed Aug 19 05:09:39 2020 + URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=60bea8b5 Updates for portage-3.0.4 release Signed-off-by: Zac Medico gentoo.org> RELEASE-NOTES | 6 ++ setup.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 5051a3428..1e2239007 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -1,6 +1,12 @@ Release Notes; upgrade information mainly. Features/major bugfixes are listed in NEWS +portage-3.0.4 +== +* Bug Fixes: +- Bug 737698 fix hang for API consumers, involving support for local + event loops which may run in threads + portage-3.0.3 == * Bug Fixes: diff --git a/setup.py b/setup.py index 44b29dbdb..b9b956523 100755 --- a/setup.py +++ b/setup.py @@ -655,7 +655,7 @@ class build_ext(_build_ext): setup( name = 'portage', - version = '3.0.3', + version = '3.0.4', url = 'https://wiki.gentoo.org/wiki/Project:Portage', author = 'Gentoo Portage Development Team', author_email = 'dev-port...@gentoo.org',
[gentoo-commits] proj/portage: New tag: portage-3.0.4
commit: Commit: Zac Medico gentoo org> CommitDate: Wed Aug 19 05:43:55 2020 + New tag: portage-3.0.4
[gentoo-commits] repo/gentoo:master commit in: sys-apps/portage/
commit: 8304a26f4c4d5ef446cac60caa41df5529700929 Author: Zac Medico gentoo org> AuthorDate: Wed Aug 19 05:13:39 2020 + Commit: Zac Medico gentoo org> CommitDate: Wed Aug 19 05:43:16 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8304a26f sys-apps/portage: Bump to version 3.0.4 #737698 fix hang for API consumers, involving support for local event loops which may run in threads Bug: https://bugs.gentoo.org/733180 Bug: https://bugs.gentoo.org/737698 Package-Manager: Portage-3.0.3, Repoman-3.0.0 Signed-off-by: Zac Medico gentoo.org> sys-apps/portage/Manifest | 1 + sys-apps/portage/portage-3.0.4.ebuild | 264 ++ 2 files changed, 265 insertions(+) diff --git a/sys-apps/portage/Manifest b/sys-apps/portage/Manifest index 42c77bc242e..f5a26bf1173 100644 --- a/sys-apps/portage/Manifest +++ b/sys-apps/portage/Manifest @@ -3,3 +3,4 @@ DIST portage-2.3.89-bug-718578.patch 1325 BLAKE2B 7a3bc520274617736eac2e3d078e90 DIST portage-2.3.99.tar.bz2 1051210 BLAKE2B dd3f990dbc87e655a767ce01e1ee3f0b1d5226fa818949408e54b81a2f96e50a4215a79af42b00dc795792858c4f86453b238b14baef4f0793c937b5617534b8 SHA512 176842318a4134ce54c5aa6485fef296f5a14edd2a72421c2011973a0f1a6af39bc5398f1e9eb3b8666d5fc307589c5b91ab93c219bdedb2d307357d8ddefbf5 DIST portage-3.0.2.tar.bz2 1049718 BLAKE2B ce3ec52ab70a35ba2242aa05df20083e3d63bb0725b71f943b75a5bde375912da4e0200fa8b2542ec4efebe2e484329f98aba8a3301d1144023b16405569725f SHA512 9e433e6a3ebd3758432853dc42a7fdb087aa0ba26f6458ce20e0a2f4046c6cf92ecd36ac1795f1e6bbe02f58ed467010eb810574351825a0c88b028338029e64 DIST portage-3.0.3.tar.bz2 1042517 BLAKE2B 95ec2135b2a3b29b15feedcd54a4f7bf194382ca08f5928a42688def55c9c33c6442b2e520af3a2e3ff77c1e4581bc609dc225afcd50e6878cd32c04b4211843 SHA512 a2ef09682d185e56b8e01fd512217b5506c5bc589c395c35f801cb4533f22b1c48201c1541df1c36afd823c587d06350434e15a5897c2a066bf4b0be54b5daae +DIST portage-3.0.4.tar.bz2 1042654 BLAKE2B 6f869b2eb24f9e590bf8e01172050105a1bd9ea88657db5893133b4620231a0ddcda871d6fcc10623f7f2ef809116310c76355263819be6c3734b0ca184d5fc0 SHA512 7a0c39cd4ed65aebd84ff8bbadba29760b3aa392a0d606c5b29a1112fd0845c42f74eebb0728a069b2b097a6eb7eec2d18af615fd9edcc38f1018ae6ff686812 diff --git a/sys-apps/portage/portage-3.0.4.ebuild b/sys-apps/portage/portage-3.0.4.ebuild new file mode 100644 index 000..5578b8a560f --- /dev/null +++ b/sys-apps/portage/portage-3.0.4.ebuild @@ -0,0 +1,264 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DISTUTILS_USE_SETUPTOOLS=no +PYTHON_COMPAT=( pypy3 python3_{6..9} ) +PYTHON_REQ_USE='bzip2(+),threads(+)' + +inherit distutils-r1 linux-info systemd prefix + +DESCRIPTION="Portage is the package management and distribution system for Gentoo" +HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Portage"; + +LICENSE="GPL-2" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" +SLOT="0" +IUSE="apidoc build doc gentoo-dev +ipc +native-extensions +rsync-verify selinux xattr" + +DEPEND="!build? ( $(python_gen_impl_dep 'ssl(+)') ) + >=app-arch/tar-1.27 + dev-lang/python-exec:2 + >=sys-apps/sed-4.0.5 sys-devel/patch + doc? ( app-text/xmlto ~app-text/docbook-xml-dtd-4.4 ) + apidoc? ( + dev-python/sphinx + dev-python/sphinx-epytext + )" +# Require sandbox-2.2 for bug #288863. +# For whirlpool hash, require python[ssl] (bug #425046). +# For compgen, require bash[readline] (bug #445576). +# app-portage/gemato goes without PYTHON_USEDEP since we're calling +# the executable. +RDEPEND=" + app-arch/zstd + >=app-arch/tar-1.27 + dev-lang/python-exec:2 + !build? ( + >=sys-apps/sed-4.0.5 + app-shells/bash:0[readline] + >=app-admin/eselect-1.2 + rsync-verify? ( + >=app-portage/gemato-14.4-r1[${PYTHON_USEDEP}] + >=app-crypt/openpgp-keys-gentoo-release-20180706 + >=app-crypt/gnupg-2.2.4-r2[ssl(-)] + ) + ) + elibc_glibc? ( >=sys-apps/sandbox-2.2 ) + elibc_musl? ( >=sys-apps/sandbox-2.2 ) + elibc_uclibc? ( >=sys-apps/sandbox-2.2 ) + kernel_linux? ( sys-apps/util-linux ) + >=app-misc/pax-utils-0.1.17 + selinux? ( >=sys-libs/libselinux-2.0.94[python,${PYTHON_USEDEP}] ) + xattr? ( kernel_linux? ( + >=sys-apps/install-xattr-0.3 + ) ) + !https://dev.gentoo.org/~zmedico/portage/archives"; + +prefix_src_archives() { + local x y + for x in ${@}; do + for y in ${SRC_ARCHIVES}; do + echo ${y}/${x} + done + done +} + +TARBALL_PV=${PV} +SRC_URI="mirror://gentoo/${PN}-${TARBALL_PV}.tar.bz2 + $(prefix_src_archives ${PN}-${TARBALL_PV}.tar.bz2)" + +pkg_pretend() { +
[gentoo-commits] repo/gentoo:master commit in: app-portage/repoman/
commit: ed032cc07b8877e32f3c5d4a9f6e95096d6419ea Author: Zac Medico gentoo org> AuthorDate: Wed Aug 19 05:40:22 2020 + Commit: Zac Medico gentoo org> CommitDate: Wed Aug 19 05:43:17 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed032cc0 app-portage/repoman: Bump to version 3.0.1 #737698 Update repoman for compatibility with portage-3.0.4 Bug: https://bugs.gentoo.org/737698 Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Zac Medico gentoo.org> app-portage/repoman/Manifest | 1 + app-portage/repoman/repoman-3.0.1.ebuild | 64 2 files changed, 65 insertions(+) diff --git a/app-portage/repoman/Manifest b/app-portage/repoman/Manifest index c2e7e741193..4365393f612 100644 --- a/app-portage/repoman/Manifest +++ b/app-portage/repoman/Manifest @@ -1,2 +1,3 @@ DIST repoman-2.3.23.tar.bz2 87108 BLAKE2B c1190433bd8aedf59e1ddf192dd14cca13e3bdae7367decd6bf64a79021f54a63f21ec49d5737b90c46be3894f4d3ff11bf5bd2868c9ebf65e44b4eb3bb4eee0 SHA512 9d01fadc5820501a9bfb9c1b6d9634ecbc14aacdc448bb440d1e37d47f7e4bcdea8269f8ba90e3783d84f31121870a9d7b165f58b78f0d0f0f4e822a25687d1b DIST repoman-3.0.0.tar.bz2 88145 BLAKE2B 973caacb59df602d88ae1728f8615e869b999147b8f913b568fe564d906486f5c3e2446dd65b213183edd57b62ef3e22420c3fddd5774eaccf14663d1f601e3d SHA512 ce470d209e63c906016399064469dfe7f7612260bb39df548e139191e3d01062e104c3e05020a31d8db793123032a699fac4dee0ebdf44704001600f68243d50 +DIST repoman-3.0.1.tar.bz2 88134 BLAKE2B 270eb8c6220360d32076a402795df9bb1c7ce7ca6509707fc2b9307ca94b59131da3100b51519bed2f76dde703782db6ed74a052b51ea48c690e6558ceb9d24f SHA512 2da130a5dba547390151620f7e944de45e0a880165ab138000870661778f54c6f6c2e0eb61bab961a0cf17642a96fc8a2e5e508bb16cc1adfcf103074838196c diff --git a/app-portage/repoman/repoman-3.0.1.ebuild b/app-portage/repoman/repoman-3.0.1.ebuild new file mode 100644 index 000..65985692edb --- /dev/null +++ b/app-portage/repoman/repoman-3.0.1.ebuild @@ -0,0 +1,64 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DISTUTILS_USE_SETUPTOOLS=no +PYTHON_COMPAT=( python3_{6..9} ) +PYTHON_REQ_USE='bzip2(+)' + +inherit distutils-r1 + +if [[ ${PV} == * ]]; then + inherit git-r3 + EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/portage.git"; + S="${WORKDIR}/${P}/repoman" +else + SRC_URI="https://dev.gentoo.org/~zmedico/portage/archives/${P}.tar.bz2"; + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +fi + +DESCRIPTION="Repoman is a Quality Assurance tool for Gentoo ebuilds" +HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Portage"; + +LICENSE="GPL-2" +SLOT="0" +IUSE="" + +RDEPEND=" + >=sys-apps/portage-3.0.4[${PYTHON_USEDEP}] + >=dev-python/lxml-3.6.0[${PYTHON_USEDEP}] + dev-python/pyyaml[${PYTHON_USEDEP}] +" +DEPEND="${RDEPEND}" + +python_test() { + esetup.py test +} + +python_install() { + # Install sbin scripts to bindir for python-exec linking + # they will be relocated in pkg_preinst() + distutils-r1_python_install \ + --system-prefix="${EPREFIX}/usr" \ + --bindir="$(python_get_scriptdir)" \ + --docdir="${EPREFIX}/usr/share/doc/${PF}" \ + --htmldir="${EPREFIX}/usr/share/doc/${PF}/html" \ + --sbindir="$(python_get_scriptdir)" \ + --sysconfdir="${EPREFIX}/etc" \ + "${@}" +} + +pkg_postinst() { + if [[ -z {REPLACING_VERSIONS} ]]; then + elog "" + elog "This release of repoman is from the new portage/repoman split" + elog "release code base." + elog "This new repoman code base is still being developed. So its API's" + elog "are not to be considered stable and are subject to change." + elog "The code released has been tested and considered ready for use." + elog "This however does not guarantee it to be completely bug free." + elog "Please report any bugs you may encounter." + elog "" + fi +}
[gentoo-commits] repo/proj/guru:dev commit in: app-office/pyspread/
commit: 19c1747227a6db87f5076f30b301be4c60741db9 Author: Maciej Barć protonmail com> AuthorDate: Wed Aug 19 01:13:49 2020 + Commit: Maciej Barć protonmail com> CommitDate: Wed Aug 19 01:13:49 2020 + URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=19c17472 app-office/pyspread: new package; add version 1.99.2 and live Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Maciej Barć protonmail.com> app-office/pyspread/Manifest | 1 + app-office/pyspread/metadata.xml | 11 + app-office/pyspread/pyspread-1.99.2.ebuild | 39 ++ app-office/pyspread/pyspread-.ebuild | 39 ++ 4 files changed, 90 insertions(+) diff --git a/app-office/pyspread/Manifest b/app-office/pyspread/Manifest new file mode 100644 index 000..2fab60d --- /dev/null +++ b/app-office/pyspread/Manifest @@ -0,0 +1 @@ +DIST pyspread-v1.99.2.tar.gz 2350002 BLAKE2B 61550fa44ad32b32cf69a0aa423a053d90b91c54ee9a17a13a39665a2a7e719c1aa81063aca6216a6f0675e444bc705d21e5cdd927c542fcc229acba304ad2e0 SHA512 9261cf96f19d92a5743c09854236ccec5e1b103e22b78143ddee8fce0d25f793b86e7cc3775f13c5a43cf8dd4e3f434461677b6da5311fb439067d63ce6ac968 diff --git a/app-office/pyspread/metadata.xml b/app-office/pyspread/metadata.xml new file mode 100644 index 000..657200d --- /dev/null +++ b/app-office/pyspread/metadata.xml @@ -0,0 +1,11 @@ + +http://www.gentoo.org/dtd/metadata.dtd";> + + +x...@protonmail.com +Maciej Barć + + +pyspread/pyspread + + diff --git a/app-office/pyspread/pyspread-1.99.2.ebuild b/app-office/pyspread/pyspread-1.99.2.ebuild new file mode 100644 index 000..73f3f51 --- /dev/null +++ b/app-office/pyspread/pyspread-1.99.2.ebuild @@ -0,0 +1,39 @@ +# Copyright 2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{6,7,8} ) + +inherit eutils xdg distutils-r1 + +DESCRIPTION="Pyspread is a non-traditional spreadsheet written in Python" +HOMEPAGE="https://pyspread.gitlab.io"; + +if [[ ${PV} == ** ]]; then + inherit git-r3 + EGIT_REPO_URI="https://gitlab.com/pyspread/${PN}.git"; +else + SRC_URI="https://gitlab.com/pyspread/${PN}/-/archive/v${PV}/${PN}-v${PV}.tar.gz"; + KEYWORDS="~amd64" + S="${WORKDIR}/${PN}-v${PV}" +fi + +LICENSE="GPL-3" +SLOT="0" +IUSE="" + +RDEPEND=" + >=dev-python/PyQt5-5.10.0[svg,${PYTHON_USEDEP}] + >=dev-python/matplotlib-1.1.1[${PYTHON_USEDEP}] + >=dev-python/numpy-1.1.1[${PYTHON_USEDEP}] + >=dev-python/pyenchant-1.1.0[${PYTHON_USEDEP}] +" + +python_install() { + distutils-r1_python_install + + # Install the provided desktop file + insinto /usr/share/applications + doins "${PN}.desktop" +} diff --git a/app-office/pyspread/pyspread-.ebuild b/app-office/pyspread/pyspread-.ebuild new file mode 100644 index 000..73f3f51 --- /dev/null +++ b/app-office/pyspread/pyspread-.ebuild @@ -0,0 +1,39 @@ +# Copyright 2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{6,7,8} ) + +inherit eutils xdg distutils-r1 + +DESCRIPTION="Pyspread is a non-traditional spreadsheet written in Python" +HOMEPAGE="https://pyspread.gitlab.io"; + +if [[ ${PV} == ** ]]; then + inherit git-r3 + EGIT_REPO_URI="https://gitlab.com/pyspread/${PN}.git"; +else + SRC_URI="https://gitlab.com/pyspread/${PN}/-/archive/v${PV}/${PN}-v${PV}.tar.gz"; + KEYWORDS="~amd64" + S="${WORKDIR}/${PN}-v${PV}" +fi + +LICENSE="GPL-3" +SLOT="0" +IUSE="" + +RDEPEND=" + >=dev-python/PyQt5-5.10.0[svg,${PYTHON_USEDEP}] + >=dev-python/matplotlib-1.1.1[${PYTHON_USEDEP}] + >=dev-python/numpy-1.1.1[${PYTHON_USEDEP}] + >=dev-python/pyenchant-1.1.0[${PYTHON_USEDEP}] +" + +python_install() { + distutils-r1_python_install + + # Install the provided desktop file + insinto /usr/share/applications + doins "${PN}.desktop" +}
[gentoo-commits] proj/portage:master commit in: lib/portage/tests/process/, lib/portage/util/futures/_asyncio/, ...
commit: dc7919541712d846574e6b7d672a3bed0ca7ef1a Author: Zac Medico gentoo org> AuthorDate: Tue Aug 18 06:31:54 2020 + Commit: Zac Medico gentoo org> CommitDate: Wed Aug 19 04:01:46 2020 + URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=dc791954 coroutine: use explicit loop parameter (bug 737698) In order to support local event loops within API functions like doebuild, use an explicit loop parameter when calling a coroutine. Internal code will now raise an AssertionError if the loop parameter is omitted for a coroutine, but API consumers may omit it. Bug: https://bugs.gentoo.org/737698 Signed-off-by: Zac Medico gentoo.org> lib/_emerge/Binpkg.py | 8 ++-- lib/_emerge/EbuildPhase.py | 16 lib/_emerge/Scheduler.py | 4 +- lib/_emerge/SequentialTaskQueue.py | 4 +- lib/_emerge/SpawnProcess.py| 5 ++- lib/portage/dbapi/bintree.py | 12 +++--- lib/portage/dbapi/vartree.py | 8 ++-- .../repository/storage/hardlink_quarantine.py | 26 ++--- lib/portage/repository/storage/hardlink_rcu.py | 34 lib/portage/repository/storage/inplace.py | 10 ++--- lib/portage/repository/storage/interface.py| 10 ++--- lib/portage/sync/syncbase.py | 2 +- lib/portage/tests/dbapi/test_auxdb.py | 9 +++-- lib/portage/tests/emerge/test_simple.py| 6 +-- lib/portage/tests/process/test_AsyncFunction.py| 4 +- lib/portage/tests/process/test_PipeLogger.py | 2 +- .../util/futures/asyncio/test_child_watcher.py | 4 +- .../tests/util/futures/test_compat_coroutine.py| 45 -- lib/portage/tests/util/test_socks5.py | 2 +- lib/portage/util/_async/BuildLogger.py | 4 +- lib/portage/util/_async/ForkProcess.py | 6 +-- lib/portage/util/_async/PipeLogger.py | 4 +- lib/portage/util/_async/SchedulerInterface.py | 4 +- lib/portage/util/futures/_asyncio/process.py | 16 lib/portage/util/futures/_sync_decorator.py| 3 +- lib/portage/util/futures/compat_coroutine.py | 7 +++- lib/portage/util/socks5.py | 4 +- repoman/lib/repoman/modules/scan/depend/profile.py | 4 +- 28 files changed, 138 insertions(+), 125 deletions(-) diff --git a/lib/_emerge/Binpkg.py b/lib/_emerge/Binpkg.py index b5a69f8e7..9d2909d42 100644 --- a/lib/_emerge/Binpkg.py +++ b/lib/_emerge/Binpkg.py @@ -250,11 +250,11 @@ class Binpkg(CompositeTask): return self._start_task( - AsyncTaskFuture(future=self._unpack_metadata()), + AsyncTaskFuture(future=self._unpack_metadata(loop=self.scheduler)), self._unpack_metadata_exit) @coroutine - def _unpack_metadata(self): + def _unpack_metadata(self, loop=None): dir_path = self.settings['PORTAGE_BUILDDIR'] @@ -271,7 +271,7 @@ class Binpkg(CompositeTask): portage.prepare_build_dirs(self.settings["ROOT"], self.settings, 1) self._writemsg_level(">>> Extracting info\n") - yield self._bintree.dbapi.unpack_metadata(self.settings, infloc) + yield self._bintree.dbapi.unpack_metadata(self.settings, infloc, loop=self.scheduler) check_missing_metadata = ("CATEGORY", "PF") for k, v in zip(check_missing_metadata, self._bintree.dbapi.aux_get(self.pkg.cpv, check_missing_metadata)): @@ -333,7 +333,7 @@ class Binpkg(CompositeTask): self._start_task( AsyncTaskFuture(future=self._bintree.dbapi.unpack_contents( self.settings, - self._image_dir)), + self._image_dir, loop=self.scheduler)), self._unpack_contents_exit) def _unpack_contents_exit(self, unpack_contents): diff --git a/lib/_emerge/EbuildPhase.py b/lib/_emerge/EbuildPhase.py index 4bc2749bd..e4c0428a6 100644 --- a/lib/_emerge/EbuildPhase.py +++ b/lib/_emerge/EbuildPhase.py @@ -70,11 +70,11 @@ class EbuildPhase(CompositeTask): _locked_phases = ("setup", "preinst", "postinst", "prerm", "postrm") def _start(self): - future = asyncio.ensure_future(self._async_start(), loop=self.scheduler) + future = asyncio.ensure_future(self._async_start(loop=self.scheduler), loop=self.scheduler) self._start_task(AsyncTaskFuture(future=future), self._async_start_exit) @coroutine - def _async_start(self): + def _async_start(self, loop=None): need_builddir = self.phase not in EbuildProcess._phases_without_builddir @@
[gentoo-commits] repo/gentoo:master commit in: dev-perl/Exception-Warning/
commit: d858d783498cc328eef71741bd4c2784af06ee24 Author: Kent Fredric gentoo org> AuthorDate: Wed Aug 19 04:40:44 2020 + Commit: Kent Fredric gentoo org> CommitDate: Wed Aug 19 04:41:13 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d858d783 dev-perl/Exception-Warning: -r bump for EAPI7 + fixes - EAPI7 - Add USE="examples" - Improve deps - Parallel tests Package-Manager: Portage-2.3.103, Repoman-2.3.22 Signed-off-by: Kent Fredric gentoo.org> .../Exception-Warning-0.40.100-r2.ebuild | 29 ++ 1 file changed, 29 insertions(+) diff --git a/dev-perl/Exception-Warning/Exception-Warning-0.40.100-r2.ebuild b/dev-perl/Exception-Warning/Exception-Warning-0.40.100-r2.ebuild new file mode 100644 index 000..4efdc3607e7 --- /dev/null +++ b/dev-perl/Exception-Warning/Exception-Warning-0.40.100-r2.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DIST_AUTHOR=DEXTER +DIST_VERSION=0.0401 +DIST_EXAMPLES=("eg/*") +inherit perl-module + +DESCRIPTION="Convert simple warn into real exception object" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" +RESTRICT="!test? ( test )" + +RDEPEND=" + >=dev-perl/Exception-Base-0.210.0 +" +DEPEND="dev-perl/Module-Build" +BDEPEND="${RDEPEND} + dev-perl/Module-Build + test? ( + >=dev-perl/Test-Assert-0.50.0 + >=dev-perl/Test-Unit-Lite-0.120.0 + virtual/perl-parent + ) +"
[gentoo-commits] repo/gentoo:master commit in: app-shells/autojump/
commit: f85617214d5885329d50bf33b7439ab284df5cf6 Author: Matt Turner gentoo org> AuthorDate: Wed Aug 19 04:35:54 2020 + Commit: Matt Turner gentoo org> CommitDate: Wed Aug 19 04:38:09 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8561721 app-shells/autojump: Add Python 3.8 compatibility Signed-off-by: Matt Turner gentoo.org> app-shells/autojump/autojump-22.5.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-shells/autojump/autojump-22.5.3.ebuild b/app-shells/autojump/autojump-22.5.3.ebuild index 71d13b78703..4f243d7525f 100644 --- a/app-shells/autojump/autojump-22.5.3.ebuild +++ b/app-shells/autojump/autojump-22.5.3.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python{3_6,3_7} ) +PYTHON_COMPAT=( python3_{6..8} ) inherit bash-completion-r1 python-r1 vcs-snapshot prefix
[gentoo-commits] repo/gentoo:master commit in: app-shells/autojump/files/, app-shells/autojump/
commit: 93ec289e60f1a74adc57bef9dc673b6af2f8dff2 Author: Matt Turner gentoo org> AuthorDate: Wed Aug 19 04:36:34 2020 + Commit: Matt Turner gentoo org> CommitDate: Wed Aug 19 04:38:16 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93ec289e app-shells/autojump: Drop old versions Signed-off-by: Matt Turner gentoo.org> app-shells/autojump/Manifest | 2 - app-shells/autojump/autojump-22.2.4-r4.ebuild | 83 -- app-shells/autojump/autojump-22.5.1.ebuild | 76 .../autojump-22.2.4-fix-__aj_error-typo.patch | 22 -- .../autojump-22.2.4-fix-autojump.fish-bugs.patch | 67 - 5 files changed, 250 deletions(-) diff --git a/app-shells/autojump/Manifest b/app-shells/autojump/Manifest index 6127b32c7a8..02b5487c4db 100644 --- a/app-shells/autojump/Manifest +++ b/app-shells/autojump/Manifest @@ -1,3 +1 @@ -DIST autojump-22.2.4.tar.gz 52724 BLAKE2B 42d5db90d4a29c63f5cd79437ca005f9f6382a607ab9284244fd6bbcf539509c5043df71ab305a5e8420ec225f8d651411d327833762737e0a5ad828ac021d2b SHA512 bdfca07bb57b3a2733a2085af14f23c3e980b1b00db1c90247c2341ac73f60f171bdde29dd9917aac0808d0b8f2902d48096c990e09281745a71755f5abc921c -DIST autojump-22.5.1.tar.gz 54721 BLAKE2B ea3a852dddc13ece5ff177be0b3f384e5dcb19795d31d22edae90dba19fe3e78a4b78f48f08c338521d89d57af6251d5690c62eab445229812adb154286b0d5c SHA512 ed1bb28b62d14a481d5c8ee8ebbfc286d21ca54c961904f81ac123c784e17810217dfe1689bdd4b50fd7a9d72509c0cb13583a9817074f6afe26dc3144f64243 DIST autojump-22.5.3.tar.gz 55429 BLAKE2B 3a2773669f81d1a54c01cce9fe75bc01609265998b035b4ba1aa064f1132acf852b59eb04ebfa744e628152f0ab478cbef24e5aff326bf84cec6e2c9348e8360 SHA512 d1dd3cbb67fda4e0a17ec5028b947faf46be8a95a6cd8418127b927f42bc95b71538a06658b38b479c77d147a6cd5e8cef77639ef538c7d449414c469c13f140 diff --git a/app-shells/autojump/autojump-22.2.4-r4.ebuild b/app-shells/autojump/autojump-22.2.4-r4.ebuild deleted file mode 100644 index cbaa265735d..000 --- a/app-shells/autojump/autojump-22.2.4-r4.ebuild +++ /dev/null @@ -1,83 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python3_6 ) - -inherit bash-completion-r1 python-r1 vcs-snapshot - -DESCRIPTION="change directory command that learns" -HOMEPAGE="https://github.com/joelthelion/autojump"; -SRC_URI="https://github.com/joelthelion/${PN}/archive/release-v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="amd64 ~ppc ~ppc64 x86" -IUSE="ipython test" -REQUIRED_USE="ipython? ( ${PYTHON_REQUIRED_USE} )" - -# Not all tests pass. Need investigation. -RESTRICT="test" -RDEPEND="ipython? ( ${PYTHON_DEPS} )" -DEPEND="test? ( dev-python/flake8 dev-python/tox )" - -PATCHES=( - "${FILESDIR}/${P}-fix-autojump.fish-bugs.patch" - "${FILESDIR}/${P}-fix-__aj_error-typo.patch" -) - -src_prepare() { - sed -e "s: \(/etc/profile.d\): \"${EPREFIX}\1\":" \ - -e "s:/usr/local/share:/usr/share:" \ - -i bin/autojump.sh || die - - # autojump_argparse is only there for Python 2.6 compatibility - sed -e "s:autojump_argparse:argparse:" \ - -i bin/autojump || die - - # upstream fixes to the autojump.fish script; the first patch is needed for - # the second patch to apply - epatch "${PATCHES[@]}" -} - -src_compile() { - : -} - -src_install() { - dobin bin/"${PN}" - python_replicate_script "${ED}"/usr/bin/"${PN}" - - insinto /etc/profile.d - doins bin/"${PN}".sh - - insinto /usr/share/"${PN}"/ - doins bin/"${PN}.bash" - doins bin/"${PN}.zsh" - doins bin/"${PN}.fish" - insinto /usr/share/zsh/site-functions - doins bin/_j - - python_foreach_impl python_domodule bin/autojump_data.py bin/autojump_utils.py - if use ipython; then - python_foreach_impl python_domodule tools/autojump_ipython.py - fi - - doman docs/"${PN}.1" - dodoc README.md -} - -pkg_postinst() { - if use ipython; then - elog 'This tool provides "j" for ipython, please add' - elog '"import autojump_ipython" to your ipy_user_conf.py.' - elog - fi - - elog 'If you use app-shells/fish, add the following code to your' - elog 'config.fish to get autojump support:' - elog 'if test -f /usr/share/autojump/autojump.fish' - elog 'source /usr/share/autojump/autojump.fish' - elog 'end' -} diff --git a/app-shells/autojump/autojump-22.5.1.ebuild b/app-shells/autojump/autojump-22.5.1.ebuild deleted file mode 100644 index 245a0758bb7..000 --- a/app-shells/autojump/autojump-22.5.1.ebuild +++ /dev/null @@ -1,76 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python3_6 ) - -inherit
[gentoo-commits] repo/gentoo:master commit in: dev-perl/Data-URIEncode/
commit: 22d00af1eb4f23f98fab0523d23ba9b883dd630c Author: Kent Fredric gentoo org> AuthorDate: Wed Aug 19 04:12:42 2020 + Commit: Kent Fredric gentoo org> CommitDate: Wed Aug 19 04:14:40 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22d00af1 dev-perl/Data-URIEncode: Cleanup old 0.110.0-r1 Package-Manager: Portage-2.3.103, Repoman-2.3.22 Signed-off-by: Kent Fredric gentoo.org> dev-perl/Data-URIEncode/Data-URIEncode-0.110.0-r1.ebuild | 16 1 file changed, 16 deletions(-) diff --git a/dev-perl/Data-URIEncode/Data-URIEncode-0.110.0-r1.ebuild b/dev-perl/Data-URIEncode/Data-URIEncode-0.110.0-r1.ebuild deleted file mode 100644 index 6ab34c5ba6d..000 --- a/dev-perl/Data-URIEncode/Data-URIEncode-0.110.0-r1.ebuild +++ /dev/null @@ -1,16 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -MODULE_AUTHOR=RHANDOM -MODULE_VERSION=0.11 -inherit perl-module - -DESCRIPTION="Allow complex data structures to be encoded using flat URIs" - -SLOT="0" -KEYWORDS="~amd64 ~x86 ~x86-solaris" -IUSE="" - -SRC_TEST=do
[gentoo-commits] repo/gentoo:master commit in: dev-perl/DBD-MariaDB/
commit: a90f82c56a29643f5c12dd80ba9b8ce008f458a5 Author: Kent Fredric gentoo org> AuthorDate: Wed Aug 19 04:10:58 2020 + Commit: Kent Fredric gentoo org> CommitDate: Wed Aug 19 04:14:36 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a90f82c5 dev-perl/DBD-MariaDB: Cleanup old 1.210.0 Package-Manager: Portage-2.3.103, Repoman-2.3.22 Signed-off-by: Kent Fredric gentoo.org> dev-perl/DBD-MariaDB/DBD-MariaDB-1.210.0.ebuild | 76 - 1 file changed, 76 deletions(-) diff --git a/dev-perl/DBD-MariaDB/DBD-MariaDB-1.210.0.ebuild b/dev-perl/DBD-MariaDB/DBD-MariaDB-1.210.0.ebuild deleted file mode 100644 index 82ac4fa01fb..000 --- a/dev-perl/DBD-MariaDB/DBD-MariaDB-1.210.0.ebuild +++ /dev/null @@ -1,76 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DIST_AUTHOR=PALI -DIST_VERSION=1.21 -inherit perl-module - -DESCRIPTION="MariaDB and MySQL driver for the Perl5 Database Interface (DBI)" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test +mariadb mysql minimal" -RESTRICT="!test? ( test )" -REQUIRED_USE="^^ ( mysql mariadb )" - -RDEPEND=" - >=dev-perl/DBI-1.608.0 - virtual/perl-XSLoader - mysql? ( dev-db/mysql-connector-c:0= ) - mariadb? ( dev-db/mariadb-connector-c:0= ) -" -# New test-harness needed for parallel testing to work -DEPEND="${RDEPEND} - virtual/perl-Data-Dumper - >=dev-perl/Devel-CheckLib-1.120.0 - virtual/perl-ExtUtils-MakeMaker - virtual/perl-File-Spec - virtual/perl-Getopt-Long - test? ( - !minimal? ( - >=dev-perl/Net-SSLeay-1.430.0 - dev-perl/Proc-ProcessTable - virtual/perl-Storable - ) - virtual/perl-Encode - virtual/perl-File-Temp - dev-perl/Test-Deep - >=virtual/perl-Test-Harness-3.310.0 - >=virtual/perl-Test-Simple-0.900.0 - virtual/perl-Time-HiRes - virtual/perl-bignum - ) -" -PERL_RM_FILES=( - "t/pod.t" - "t/manifest.t" -) - -src_configure() { - local impl - impl=$(usex mariadb mariadb mysql) - if use test; then - myconf="${myconf} --testdb=test \ - --testhost=localhost \ - --testuser=test \ - --testpassword=test" - fi - myconf+=" --${impl}_config=${EROOT%/}/usr/bin/${impl}_config" - perl-module_src_configure -} - -src_test() { - einfo - einfo "If tests fail, you have to configure your MariaDB/MySQL instance" - einfo "to create and grant some privileges to the test user." - einfo "You can run the following commands at the MariaDB/MySQL prompt: " - einfo "> CREATE USER 'test'@'localhost' IDENTIFIED BY 'test';" - einfo "> CREATE DATABASE test;" - einfo "> GRANT ALL PRIVILEGES ON test.* TO 'test'@'localhost';" - einfo - sleep 5 - # Don't be a hero and try to do EXTENDED_TESTING=1 unless you can figure - # out why 60leaks.t fails - perl-module_src_test -}
[gentoo-commits] repo/gentoo:master commit in: dev-python/cython/
commit: 71adb67c9ae49be9f1cb5feb6c21ff0645533f82 Author: Sam James gentoo org> AuthorDate: Wed Aug 19 04:09:52 2020 + Commit: Sam James gentoo org> CommitDate: Wed Aug 19 04:09:52 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71adb67c dev-python/cython: Stabilize 0.29.21 arm64, #737740 Signed-off-by: Sam James gentoo.org> dev-python/cython/cython-0.29.21.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/cython/cython-0.29.21.ebuild b/dev-python/cython/cython-0.29.21.ebuild index 722278a0cee..5216fe8a9b7 100644 --- a/dev-python/cython/cython-0.29.21.ebuild +++ b/dev-python/cython/cython-0.29.21.ebuild @@ -15,7 +15,7 @@ SRC_URI="https://github.com/cython/cython/archive/${PV}.tar.gz -> ${P}.gh.tar.gz LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" IUSE="emacs test" RESTRICT="!test? ( test )"
[gentoo-commits] repo/gentoo:master commit in: dev-python/dnspython/
commit: 13fd361b803153f6eceeb9a5f5502355af717977 Author: Sam James gentoo org> AuthorDate: Wed Aug 19 04:09:09 2020 + Commit: Sam James gentoo org> CommitDate: Wed Aug 19 04:09:09 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13fd361b dev-python/dnspython: Stabilize 2.0.0 ALLARCHES, #737742 Signed-off-by: Sam James gentoo.org> dev-python/dnspython/dnspython-2.0.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/dnspython/dnspython-2.0.0.ebuild b/dev-python/dnspython/dnspython-2.0.0.ebuild index 7b20435..22c1262a3a0 100644 --- a/dev-python/dnspython/dnspython-2.0.0.ebuild +++ b/dev-python/dnspython/dnspython-2.0.0.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://github.com/rthalley/dnspython/archive/v${PV}.tar.gz -> ${P}.tar LICENSE="ISC" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris" IUSE="examples" RDEPEND="
[gentoo-commits] repo/gentoo:master commit in: dev-python/GitPython/
commit: 9de8480a85237aabb86fbd09eceb97eb6765edd9 Author: Sam James gentoo org> AuthorDate: Wed Aug 19 04:07:56 2020 + Commit: Sam James gentoo org> CommitDate: Wed Aug 19 04:07:56 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9de8480a dev-python/GitPython: Stabilize 3.1.7 ALLARCHES, #737726 Signed-off-by: Sam James gentoo.org> dev-python/GitPython/GitPython-3.1.7.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/GitPython/GitPython-3.1.7.ebuild b/dev-python/GitPython/GitPython-3.1.7.ebuild index 2dedec128a2..e7aa556f393 100644 --- a/dev-python/GitPython/GitPython-3.1.7.ebuild +++ b/dev-python/GitPython/GitPython-3.1.7.ebuild @@ -23,7 +23,7 @@ SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 arm64 x86 ~amd64-linux ~x86-linux" RDEPEND=" dev-vcs/git
[gentoo-commits] repo/gentoo:master commit in: dev-libs/libpcre2/
commit: 9bf779250bcd6c7c92f43df9b80dbd8a8e4c85cc Author: Sam James gentoo org> AuthorDate: Wed Aug 19 04:06:37 2020 + Commit: Sam James gentoo org> CommitDate: Wed Aug 19 04:07:08 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9bf77925 dev-libs/libpcre2: Stabilize 10.35 arm64, #737550 Signed-off-by: Sam James gentoo.org> dev-libs/libpcre2/libpcre2-10.35.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/libpcre2/libpcre2-10.35.ebuild b/dev-libs/libpcre2/libpcre2-10.35.ebuild index 89944f501cc..a8dd7746e88 100644 --- a/dev-libs/libpcre2/libpcre2-10.35.ebuild +++ b/dev-libs/libpcre2/libpcre2-10.35.ebuild @@ -25,7 +25,7 @@ fi LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="bzip2 +jit libedit pcre16 pcre32 +readline +recursion-limit static-libs unicode zlib" REQUIRED_USE="?? ( libedit readline )"
[gentoo-commits] repo/gentoo:master commit in: dev-util/gdbus-codegen/
commit: d71353cc561fc5e056a6a9303382389b445a9f73 Author: Jakov Smolic sartura hr> AuthorDate: Tue Aug 18 12:33:34 2020 + Commit: Matt Turner gentoo org> CommitDate: Wed Aug 19 03:56:52 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d71353cc dev-util/gdbus-codegen: update to 2.64.5 Signed-off-by: Jakov Smolic sartura.hr> Signed-off-by: Matt Turner gentoo.org> dev-util/gdbus-codegen/Manifest| 1 + dev-util/gdbus-codegen/gdbus-codegen-2.64.5.ebuild | 73 ++ 2 files changed, 74 insertions(+) diff --git a/dev-util/gdbus-codegen/Manifest b/dev-util/gdbus-codegen/Manifest index 49dda169d61..4027da58267 100644 --- a/dev-util/gdbus-codegen/Manifest +++ b/dev-util/gdbus-codegen/Manifest @@ -1,2 +1,3 @@ DIST glib-2.62.6.tar.xz 4703424 BLAKE2B 0a27245be2575c574dcc730dd051a8c284f421dbc46579aadc5fbbacb8f934af4374b61bb26085e5c9ab78a868c567818f3fb9d67adddce37f5c4fec00e0d276 SHA512 8e3972a371f3c1a50b7d245b30e4f740583ad72ba4ab325e0e15e0732be44dfb69b603fb39dcf4989255a23a181e9ea5dd25982dd94c386cd9f21952243ad6f5 DIST glib-2.64.4.tar.xz 4779456 BLAKE2B 2ff69c794689c97011103459cb109e6ca7021db20a605cf3942f57e7b73eda9971034b8f65f03191f357169affb278dfa9bff309b4ca44605fd5a0ba0d135d2a SHA512 f21fe33068a5cabdbfef54ef635b3f810b389416c3b4b66ae4975e84841834f7b7640d2518d52cb7341641af5761919eebd5e7b25bd2946f3bdd002c4902b090 +DIST glib-2.64.5.tar.xz 4778456 BLAKE2B 7fdee0e16a7ac820f4c4f7dc66d37add464d3005e89e6013302d3ef103319331811d68e9b42db072b82242c3d7badfbd085b69333e770012def89dc8aae7a2eb SHA512 a87537274619b6de88a0e68555059036ac18c748b5005c8d84728646b0db342fde0b8c5b303b9ad79f64d71ea4ed990d52a4fbd68cda3ca74aed5fe4d497e060 diff --git a/dev-util/gdbus-codegen/gdbus-codegen-2.64.5.ebuild b/dev-util/gdbus-codegen/gdbus-codegen-2.64.5.ebuild new file mode 100644 index 000..7ac03968168 --- /dev/null +++ b/dev-util/gdbus-codegen/gdbus-codegen-2.64.5.ebuild @@ -0,0 +1,73 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +GNOME_ORG_MODULE="glib" +PYTHON_COMPAT=( python3_{6,7,8} ) +PYTHON_REQ_USE="xml" +DISTUTILS_SINGLE_IMPL=1 +DISTUTILS_USE_SETUPTOOLS=no + +inherit gnome.org distutils-r1 + +DESCRIPTION="GDBus code and documentation generator" +HOMEPAGE="https://www.gtk.org/"; + +LICENSE="LGPL-2+" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos" +IUSE="" + +RDEPEND="${PYTHON_DEPS}" +DEPEND="${RDEPEND}" +BDEPEND=" + dev-libs/libxslt + app-text/docbook-xsl-stylesheets +" + +S="${WORKDIR}/glib-${PV}/gio/gdbus-2.0/codegen" + +python_prepare_all() { + PATCHES=( + "${FILESDIR}/${PN}-2.56.1-sitedir.patch" + ) + distutils-r1_python_prepare_all + + local MAJOR_VERSION=$(ver_cut 1) + local MINOR_VERSION=$(ver_cut 2) + sed -e 's:@PYTHON@:python:' gdbus-codegen.in > gdbus-codegen || die + sed -e "s:@VERSION@:${PV}:" \ + -e "s:@MAJOR_VERSION@:${MAJOR_VERSION}:" \ + -e "s:@MINOR_VERSION@:${MINOR_VERSION}:" config.py.in > config.py || die + cp "${FILESDIR}/setup.py-2.32.4" setup.py || die "cp failed" + sed -e "s/@PV@/${PV}/" -i setup.py || die "sed setup.py failed" +} + +do_xsltproc_command() { + # Taken from meson.build for manual manpage building - keep in sync (also copied to dev-util/glib-utils) + xsltproc \ + --nonet \ + --stringparam man.output.quietly 1 \ + --stringparam funcsynopsis.style ansi \ + --stringparam man.th.extra1.suppress 1 \ + --stringparam man.authors.section.enabled 0 \ + --stringparam man.copyright.section.enabled 0 \ + -o "${2}" \ + http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl \ + "${1}" || die "manpage generation failed" +} + +src_compile() { + distutils-r1_src_compile + do_xsltproc_command "${WORKDIR}/glib-${PV}/docs/reference/gio/gdbus-codegen.xml" "${WORKDIR}/glib-${PV}/docs/reference/gio/gdbus-codegen.1" +} + +src_test() { + einfo "Skipping tests. This package is tested by dev-libs/glib" + einfo "when merged with FEATURES=test" +} + +python_install_all() { + distutils-r1_python_install_all # no-op, but prevents QA warning + doman "${WORKDIR}/glib-${PV}/docs/reference/gio/gdbus-codegen.1" +}
[gentoo-commits] repo/gentoo:master commit in: dev-util/glib-utils/
commit: c9160803e48dfcc14af8375777ffa7f4da36fdb8 Author: Jakov Smolic sartura hr> AuthorDate: Tue Aug 18 12:35:25 2020 + Commit: Matt Turner gentoo org> CommitDate: Wed Aug 19 03:56:52 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9160803 dev-util/glib-utils: update to 2.64.5 Signed-off-by: Jakov Smolic sartura.hr> Signed-off-by: Matt Turner gentoo.org> dev-util/glib-utils/Manifest | 1 + dev-util/glib-utils/glib-utils-2.64.5.ebuild | 65 2 files changed, 66 insertions(+) diff --git a/dev-util/glib-utils/Manifest b/dev-util/glib-utils/Manifest index 49dda169d61..4027da58267 100644 --- a/dev-util/glib-utils/Manifest +++ b/dev-util/glib-utils/Manifest @@ -1,2 +1,3 @@ DIST glib-2.62.6.tar.xz 4703424 BLAKE2B 0a27245be2575c574dcc730dd051a8c284f421dbc46579aadc5fbbacb8f934af4374b61bb26085e5c9ab78a868c567818f3fb9d67adddce37f5c4fec00e0d276 SHA512 8e3972a371f3c1a50b7d245b30e4f740583ad72ba4ab325e0e15e0732be44dfb69b603fb39dcf4989255a23a181e9ea5dd25982dd94c386cd9f21952243ad6f5 DIST glib-2.64.4.tar.xz 4779456 BLAKE2B 2ff69c794689c97011103459cb109e6ca7021db20a605cf3942f57e7b73eda9971034b8f65f03191f357169affb278dfa9bff309b4ca44605fd5a0ba0d135d2a SHA512 f21fe33068a5cabdbfef54ef635b3f810b389416c3b4b66ae4975e84841834f7b7640d2518d52cb7341641af5761919eebd5e7b25bd2946f3bdd002c4902b090 +DIST glib-2.64.5.tar.xz 4778456 BLAKE2B 7fdee0e16a7ac820f4c4f7dc66d37add464d3005e89e6013302d3ef103319331811d68e9b42db072b82242c3d7badfbd085b69333e770012def89dc8aae7a2eb SHA512 a87537274619b6de88a0e68555059036ac18c748b5005c8d84728646b0db342fde0b8c5b303b9ad79f64d71ea4ed990d52a4fbd68cda3ca74aed5fe4d497e060 diff --git a/dev-util/glib-utils/glib-utils-2.64.5.ebuild b/dev-util/glib-utils/glib-utils-2.64.5.ebuild new file mode 100644 index 000..0dd0c2ddd68 --- /dev/null +++ b/dev-util/glib-utils/glib-utils-2.64.5.ebuild @@ -0,0 +1,65 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +PYTHON_COMPAT=( python3_{6,7,8} ) +GNOME_ORG_MODULE="glib" + +inherit gnome.org python-single-r1 + +DESCRIPTION="Build utilities for GLib using projects" +HOMEPAGE="https://www.gtk.org/"; + +LICENSE="LGPL-2.1+" +SLOT="0" # /usr/bin utilities that can't be parallel installed by their nature +IUSE="" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" + +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt" + +RDEPEND="${PYTHON_DEPS} + !http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl \ + "${1}" || die "manpage generation failed" +} + +src_compile() { + sed -e "s:@VERSION@:${PV}:g;s:@PYTHON@:python:g" gobject/glib-genmarshal.in > gobject/glib-genmarshal || die + sed -e "s:@VERSION@:${PV}:g;s:@PYTHON@:python:g" gobject/glib-mkenums.in > gobject/glib-mkenums || die + sed -e "s:@GLIB_VERSION@:${PV}:g;s:@PYTHON@:python:g" glib/gtester-report.in > glib/gtester-report || die + do_xsltproc_command docs/reference/gobject/glib-genmarshal.xml docs/reference/gobject/glib-genmarshal.1 + do_xsltproc_command docs/reference/gobject/glib-mkenums.xml docs/reference/gobject/glib-mkenums.1 + do_xsltproc_command docs/reference/glib/gtester-report.xml docs/reference/glib/gtester-report.1 +} + +src_install() { + python_fix_shebang gobject/glib-genmarshal + python_fix_shebang gobject/glib-mkenums + python_fix_shebang glib/gtester-report + exeinto /usr/bin + doexe gobject/glib-genmarshal + doexe gobject/glib-mkenums + doexe glib/gtester-report + doman docs/reference/gobject/glib-genmarshal.1 + doman docs/reference/gobject/glib-mkenums.1 + doman docs/reference/glib/gtester-report.1 +}
[gentoo-commits] repo/gentoo:master commit in: dev-libs/glib/
commit: 00e1351e8044fd5ceeaa46db562f260e8ed6f4fe Author: Jakov Smolic sartura hr> AuthorDate: Tue Aug 18 11:42:04 2020 + Commit: Matt Turner gentoo org> CommitDate: Wed Aug 19 03:56:52 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00e1351e dev-libs/glib: update to 2.64.5 Signed-off-by: Jakov Smolic sartura.hr> Closes: https://github.com/gentoo/gentoo/pull/17163 Signed-off-by: Matt Turner gentoo.org> dev-libs/glib/Manifest | 1 + dev-libs/glib/glib-2.64.5.ebuild | 288 +++ 2 files changed, 289 insertions(+) diff --git a/dev-libs/glib/Manifest b/dev-libs/glib/Manifest index 49dda169d61..4027da58267 100644 --- a/dev-libs/glib/Manifest +++ b/dev-libs/glib/Manifest @@ -1,2 +1,3 @@ DIST glib-2.62.6.tar.xz 4703424 BLAKE2B 0a27245be2575c574dcc730dd051a8c284f421dbc46579aadc5fbbacb8f934af4374b61bb26085e5c9ab78a868c567818f3fb9d67adddce37f5c4fec00e0d276 SHA512 8e3972a371f3c1a50b7d245b30e4f740583ad72ba4ab325e0e15e0732be44dfb69b603fb39dcf4989255a23a181e9ea5dd25982dd94c386cd9f21952243ad6f5 DIST glib-2.64.4.tar.xz 4779456 BLAKE2B 2ff69c794689c97011103459cb109e6ca7021db20a605cf3942f57e7b73eda9971034b8f65f03191f357169affb278dfa9bff309b4ca44605fd5a0ba0d135d2a SHA512 f21fe33068a5cabdbfef54ef635b3f810b389416c3b4b66ae4975e84841834f7b7640d2518d52cb7341641af5761919eebd5e7b25bd2946f3bdd002c4902b090 +DIST glib-2.64.5.tar.xz 4778456 BLAKE2B 7fdee0e16a7ac820f4c4f7dc66d37add464d3005e89e6013302d3ef103319331811d68e9b42db072b82242c3d7badfbd085b69333e770012def89dc8aae7a2eb SHA512 a87537274619b6de88a0e68555059036ac18c748b5005c8d84728646b0db342fde0b8c5b303b9ad79f64d71ea4ed990d52a4fbd68cda3ca74aed5fe4d497e060 diff --git a/dev-libs/glib/glib-2.64.5.ebuild b/dev-libs/glib/glib-2.64.5.ebuild new file mode 100644 index 000..00e2eea8a94 --- /dev/null +++ b/dev-libs/glib/glib-2.64.5.ebuild @@ -0,0 +1,288 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +PYTHON_COMPAT=( python3_{6,7,8} ) + +inherit flag-o-matic gnome.org gnome2-utils linux-info meson multilib multilib-minimal python-any-r1 toolchain-funcs xdg + +DESCRIPTION="The GLib library of C routines" +HOMEPAGE="https://www.gtk.org/"; + +LICENSE="LGPL-2.1+" +SLOT="2" +IUSE="dbus debug elibc_glibc fam gtk-doc kernel_linux +mime selinux static-libs systemtap test utils xattr" +RESTRICT="!test? ( test )" + +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux" + +# * libelf isn't strictly necessary, but makes gresource tool more useful, and +# the check is automagic in gio/meson.build. gresource is not a multilib tool +# right now, thus it doesn't matter if non-native ABI libelf exists or not +# (non-native binary is overwritten, it doesn't matter if libelf was linked to). +# * elfutils (via libelf) does not build on Windows. gresources are not embedded +# within ELF binaries on that platform anyway and inspecting ELF binaries from +# other platforms is not that useful so exclude the dependency in this case. +# * Technically static-libs is needed on zlib, util-linux and perhaps more, but +# these are used by GIO, which glib[static-libs] consumers don't really seem +# to need at all, thus not imposing the deps for now and once some consumers +# are actually found to static link libgio-2.0.a, we can revisit and either add +# them or just put the (build) deps in that rare consumer instead of recursive +# RDEPEND here (due to lack of recursive DEPEND). +RDEPEND=" + !=virtual/libiconv-0-r1[${MULTILIB_USEDEP}] + >=dev-libs/libpcre-8.31:3[${MULTILIB_USEDEP},static-libs?] + >=dev-libs/libffi-3.0.13-r1:=[${MULTILIB_USEDEP}] + >=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}] + >=virtual/libintl-0-r2[${MULTILIB_USEDEP}] + kernel_linux? ( >=sys-apps/util-linux-2.23[${MULTILIB_USEDEP}] ) + selinux? ( >=sys-libs/libselinux-2.2.2-r5[${MULTILIB_USEDEP}] ) + xattr? ( !elibc_glibc? ( >=sys-apps/attr-2.4.47-r1[${MULTILIB_USEDEP}] ) ) + !kernel_Winnt? ( virtual/libelf:0= ) + fam? ( >=virtual/fam-0-r1[${MULTILIB_USEDEP}] ) +" +DEPEND="${RDEPEND}" +# libxml2 used for optional tests that get automatically skipped +BDEPEND=" + app-text/docbook-xsl-stylesheets + dev-libs/libxslt + >=sys-devel/gettext-0.19.8 + gtk-doc? ( >=dev-util/gtk-doc-1.32-r2 + app-text/docbook-xml-dtd:4.2 + app-text/docbook-xml-dtd:4.5 ) + systemtap? ( >=dev-util/systemtap-1.3 ) + ${PYTHON_DEPS} + test? ( >=sys-apps/dbus-1.2.14 ) + virtual/pkgconfig +" +# TODO: >=dev-util/gdbus-codegen-${PV} test dep once we modify gio/tests/meson.build to use external gdbus-codegen + +PDEPEND=" + dbus? ( gnome-base/dconf ) + mime? ( x11-misc/shared-mime-info ) +" +# shared-mime-info needed for gio/xdgmime, bug #409481 +# dconf is needed to be able to save set
[gentoo-commits] repo/gentoo:master commit in: app-text/asciidoc/
commit: cafdf3e090f07d9a3d206af6bdc593db16b1c0a9 Author: Marc Joliet gmx de> AuthorDate: Sun Jul 5 14:34:36 2020 + Commit: Matt Turner gentoo org> CommitDate: Wed Aug 19 03:55:21 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cafdf3e0 app-text/asciidoc-9.0.2: version bump Bump app-text/asciidoc to version 9.0.2. This series updated to a new top-level Makefile, which the ebuild now makes use of. It also replaces the "examples" USE flag with "doc", since the new Makefile has a corresponding target "docs" that also includes the example website. This commit also adds Python 3.9 to $PYTHON_TARGETS, since the tests pass when run under it. Closes: https://bugs.gentoo.org/732658 Closes: https://github.com/gentoo/gentoo/pull/16934 Signed-off-by: Marc Joliet gmx.de> Signed-off-by: Matt Turner gentoo.org> app-text/asciidoc/Manifest | 2 +- ...idoc-9.0.0_rc2.ebuild => asciidoc-9.0.2.ebuild} | 26 +- 2 files changed, 11 insertions(+), 17 deletions(-) diff --git a/app-text/asciidoc/Manifest b/app-text/asciidoc/Manifest index 93bda0acf7c..53acfdadb8b 100644 --- a/app-text/asciidoc/Manifest +++ b/app-text/asciidoc/Manifest @@ -1,2 +1,2 @@ DIST asciidoc-8.6.10_p20181016.tar.gz 576694 BLAKE2B 4d255606675346d00ab03398bf48cb30d357f9f9366944e4faf66ae4c96dafce49acdd930fc848f3dbb2d704a004bb5815d17b53416a76c8368a92e4716328b2 SHA512 801f360b0c444e932f1c50897d446de0ec3f0fb2206080b5aa6dda396fede96065f7bb629a84c8a8e40c5d8897f305fdb1877512f04ae757f3b142fd3a7305d0 -DIST asciidoc-9.0.0_rc2.tar.gz 1145229 BLAKE2B e820a957a5e03f8b28e94fb0e9514b2beebe5b08a30357b7ab70db326894270972cfee1b44c30d51dc1c4794e91a09e36acbf9e464386d9e932ac7d32e2f8e93 SHA512 61ea1eb74a2e2da76f92e32ef279f8940fa4ea77a82078e15b54c7c6f134e9d177b0425c6eb8a239cfd2dc6a6f85ad5e93883a447a3e0e92850c0898747b5ea3 +DIST asciidoc-9.0.2.tar.gz 1144308 BLAKE2B 5f5deca6b8c15d4b86e2bd6fdb131908eecd862a5fdbbd8418937050d335a25ad012a3b1bc716379f5623db676176fc6da1a09691c2b42a213a6230281626b69 SHA512 ea8f64ce54d2f1aa38eceb3c1c9be17b388776de58038f3b888ac5ebed76337fa2779e43eb7f47174adf0a0446ee808dbd1e4f8f7e1d7db99db7c4c8584d5624 diff --git a/app-text/asciidoc/asciidoc-9.0.0_rc2.ebuild b/app-text/asciidoc/asciidoc-9.0.2.ebuild similarity index 78% rename from app-text/asciidoc/asciidoc-9.0.0_rc2.ebuild rename to app-text/asciidoc/asciidoc-9.0.2.ebuild index a9c28a00349..51bbc5e7936 100644 --- a/app-text/asciidoc/asciidoc-9.0.0_rc2.ebuild +++ b/app-text/asciidoc/asciidoc-9.0.2.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7,8} pypy3 ) +PYTHON_COMPAT=( python3_{6,7,8,9} pypy3 ) inherit autotools eutils python-single-r1 readme.gentoo-r1 @@ -14,7 +14,7 @@ SRC_URI="https://github.com/${PN}/${PN}-py3/archive/${PV/_/}.tar.gz -> ${P}.tar. LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="examples test" +IUSE="doc test" REQUIRED_USE="${PYTHON_REQUIRED_USE}" RESTRICT="!test? ( test )" @@ -54,6 +54,9 @@ src_prepare() { sed -i -e "s:^CONF_DIR=.*:CONF_DIR='${EPREFIX}/etc/asciidoc':" \ asciidoc.py || die + # enforce usage of the configured version of Python + sed -i -e "s:python3:${EPYTHON}:" Makefile.in || die + eautoreconf } @@ -61,25 +64,16 @@ src_configure() { econf --sysconfdir="${EPREFIX}"/usr/share } -src_test() { - local -x ASCIIDOC_PY=asciidoc.py - "${EPYTHON}" tests/test${PN}.py run || die -} - src_install() { default + + if use doc; then + emake DESTDIR="${D}" docs + fi + python_fix_shebang "${ED}"/usr/bin/*.py readme.gentoo_create_doc - - # Below results in some files being installed twice in different locations, but they are - # in the right place, uncompressed, and there won't be any broken links. See bug #483336 - if use examples; then - # examples/website is full of relative symlinks, - # deref them for copying, which dodoc doesn't do - cp -rL examples/website "${ED}"/usr/share/doc/${PF}/examples || die - docompress -x /usr/share/doc/${PF}/examples - fi } pkg_postinst() {
[gentoo-commits] repo/gentoo:master commit in: dev-ruby/rouge/
commit: a00960687b37b8a08a470280fda6a0b251def910 Author: Hans de Graaff gentoo org> AuthorDate: Wed Aug 19 03:54:02 2020 + Commit: Hans de Graaff gentoo org> CommitDate: Wed Aug 19 03:54:02 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0096068 dev-ruby/rouge: add 3.22.0 Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Hans de Graaff gentoo.org> dev-ruby/rouge/Manifest| 1 + dev-ruby/rouge/rouge-3.22.0.ebuild | 36 2 files changed, 37 insertions(+) diff --git a/dev-ruby/rouge/Manifest b/dev-ruby/rouge/Manifest index 39f3fc7b60e..b34bafcc2e1 100644 --- a/dev-ruby/rouge/Manifest +++ b/dev-ruby/rouge/Manifest @@ -1,3 +1,4 @@ DIST rouge-3.19.0.tar.gz 919603 BLAKE2B 53cffee53d8c6bd8e27dc0278f9ef8e9bff2a01d568d2342847ce0afe71ec72a8394f6e9184f575e38abad7893c61a4553ca73c8072bdcdb91f347ffe63a65e5 SHA512 4a59e5bebfb0c58be82bcc23e7a9906d9ff5cba8a636b47b94be00194ab0ab6cfae4d584586ee037e160245630abada889aa85332398289a214b7a493a8e825d DIST rouge-3.20.0.tar.gz 938340 BLAKE2B dcb61527f023e34be5c2fdc362f74b64be24cc26e32f88ce7122ab7fbbee5c44f5a29c5c1d8fb5e721ede2df0119cbb2c00b5e178d1462967c54a6d062ae2e53 SHA512 3eaee2d98c5cb252d783c5bae365de4c400d980917a59b943d6fe93490c48e9d36e51b7d92acf468c10e702c942074f1525fa7e1c81c7c37d9b0927e9d4f332b DIST rouge-3.21.0.tar.gz 945455 BLAKE2B f783bc6750bfc3b463bf63374127be28676428a13335c24b331f8ae327afc85d961c7f06319cfd6f80f31accd3ef874a780e7dd77816d9ff863ae491506f5fb2 SHA512 c71dfceae7902f8c4a02288053baa8d1285ac0570bcf754743bfae045a1d5fca177a13843aa223ded822bc95007d049187b363f4dd8f022336e6325919d2787c +DIST rouge-3.22.0.tar.gz 943288 BLAKE2B 9daa8166e05002a633ce6a99a794173148336f3f755f2c672879cffe177d1fda1b37723ed540d3bf8613725bab965213257043a4b7dfaa619650568c946378ba SHA512 83032099a0d540e77a25bd79c94481cb7f39c4a33e9b30f9f74d738ee0781ffc0c9bfbf9b90400d4833975df8a857231bed0739678153d08c716fe7e2cd3f8a8 diff --git a/dev-ruby/rouge/rouge-3.22.0.ebuild b/dev-ruby/rouge/rouge-3.22.0.ebuild new file mode 100644 index 000..7e43cc39b02 --- /dev/null +++ b/dev-ruby/rouge/rouge-3.22.0.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +USE_RUBY="ruby25 ruby26 ruby27" + +RUBY_FAKEGEM_TASK_TEST="spec" +RUBY_FAKEGEM_RECIPE_DOC="yard" + +RUBY_FAKEGEM_GEMSPEC="rouge.gemspec" + +inherit ruby-fakegem + +DESCRIPTION="Yet-another-markdown-parser using a strict syntax definition in pure Ruby" +HOMEPAGE="https://github.com/jneen/rouge"; +SRC_URI="https://github.com/jneen/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" + +SLOT="2" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" +IUSE="" + +ruby_add_bdepend "doc? ( dev-ruby/redcarpet ) + test? ( dev-ruby/minitest-power_assert ) + dev-ruby/yard +" + +ruby_add_rdepend "dev-ruby/redcarpet" + +all_ruby_prepare() { + rm -f tasks/{check/style,update/changelog}.rake || die + + sed -i -e '/bundler/I s:^:#: ; 5irequire "minitest-power_assert"' spec/spec_helper.rb || die + sed -i -e '/\(changelog\|bundler\|rubocop\)/ s:^:#: ; 1irequire "pathname"' Rakefile || die +}
[gentoo-commits] repo/gentoo:master commit in: dev-ruby/jwt/
commit: 5ba79d036e74e813f1ddebab587775cee476574e Author: Hans de Graaff gentoo org> AuthorDate: Wed Aug 19 03:47:39 2020 + Commit: Hans de Graaff gentoo org> CommitDate: Wed Aug 19 03:47:39 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ba79d03 dev-ruby/jwt: add 2.2.2 Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Hans de Graaff gentoo.org> dev-ruby/jwt/Manifest | 1 + dev-ruby/jwt/jwt-2.2.2.ebuild | 34 ++ 2 files changed, 35 insertions(+) diff --git a/dev-ruby/jwt/Manifest b/dev-ruby/jwt/Manifest index 9ca4091af1b..aab00c5f4cd 100644 --- a/dev-ruby/jwt/Manifest +++ b/dev-ruby/jwt/Manifest @@ -2,3 +2,4 @@ DIST jwt-1.5.6.tar.gz 28586 BLAKE2B d1fa2e735cf93126866c7a5eca14d63ee2646a66b975 DIST jwt-2.1.0.tar.gz 34188 BLAKE2B 0022dbb76cd8570aee84b6590f24639320977ae8d6d5fa53ef1d260da12bc732f9fdc01d59f6c994dc36642a7b67786b607ae76aca8044b7d5f5c60dc300966a SHA512 ad65b6ddd5fb7f33efe0036103f8f7482fd35090b8545219141e8885298fb4809d2386fd6e986c9bca0f85c823c9d4a6500785c0c5964db22d023a99c603ec47 DIST jwt-2.2.0.tar.gz 41060 BLAKE2B 80958a9a88ad0f281f0eb545e584bc1035d1f13ddd0e2c337896300981fcb09849dfdd97828a5820fd241a3387b545c67e600d9148314860380398819f321aff SHA512 66da3ea525041080ed6c1da50e61a7e5ec9c8de70d5dc592c781b89aab7feebcfc419ae4362504b793cdc8857b37797efaf2847eab9425a53628680f5acdc0ce DIST jwt-2.2.1.tar.gz 41269 BLAKE2B 51a47d07c9386c42dd22832d4b1c5a7c8c1b599dad15801d8192f023ee73336de4ee1c7c61c76ab9e181b26e168c661090cffca2d8db27a7a2f6a8be40dfb6e1 SHA512 cdc7af4bccc471a8a8ee3341c8b23d634b3f46522585fa51d228963c58305d16b45f3455c811a86bff13d3e4c3911e54d8a2932228d0feb5133ae43949c6 +DIST jwt-2.2.2.tar.gz 43084 BLAKE2B 998c2770e50cc65b5cb687f99f76b64a6a8d58a5c4312c32b642c7280abcf268f43588f7a8421d05c892072f7e39a6b48c1eb57dde950e92372f2bfe5eda9083 SHA512 04ac42afb09ad8648e2c428cb7493f738b1944e5fd273723cd2fc2550d6ab3486c2f3be5ae5bac7e36664e58d2fa913e5b38ba34361a98ebe1259d18008341b9 diff --git a/dev-ruby/jwt/jwt-2.2.2.ebuild b/dev-ruby/jwt/jwt-2.2.2.ebuild new file mode 100644 index 000..36bd96cb600 --- /dev/null +++ b/dev-ruby/jwt/jwt-2.2.2.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +USE_RUBY="ruby25 ruby26 ruby27" + +RUBY_FAKEGEM_RECIPE_TEST="rspec3" + +RUBY_FAKEGEM_RECIPE_DOC="rdoc" + +RUBY_FAKEGEM_BINWRAP="" + +inherit ruby-fakegem + +DESCRIPTION="A Ruby implementation of JSON Web Token draft 06" +HOMEPAGE="https://github.com/jwt/ruby-jwt"; +SRC_URI="https://github.com/jwt/ruby-jwt/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="2" +KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86" +IUSE="" + +RUBY_S="ruby-jwt-${PV}" + +ruby_add_bdepend "test? ( dev-ruby/rbnacl )" + +all_ruby_prepare() { + sed -i -e "/simplecov/ s:^:#:" \ + -e '/^SimpleCov.configure/,/^end/ s:^:#:' \ + -e '/codeclimate/I s:^:#:' \ + -e '/codacy/I s:^:#:' \ + spec/spec_helper.rb || die +}
[gentoo-commits] repo/gentoo:master commit in: dev-ruby/ruby-net-ldap/
commit: 20075294487227c23c664f538d16315bdc28e4ae Author: Hans de Graaff gentoo org> AuthorDate: Wed Aug 19 03:50:17 2020 + Commit: Hans de Graaff gentoo org> CommitDate: Wed Aug 19 03:50:17 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20075294 dev-ruby/ruby-net-ldap: add 0.16.3 Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Hans de Graaff gentoo.org> dev-ruby/ruby-net-ldap/Manifest| 1 + dev-ruby/ruby-net-ldap/ruby-net-ldap-0.16.3.ebuild | 27 ++ 2 files changed, 28 insertions(+) diff --git a/dev-ruby/ruby-net-ldap/Manifest b/dev-ruby/ruby-net-ldap/Manifest index 018162de197..a338bac7288 100644 --- a/dev-ruby/ruby-net-ldap/Manifest +++ b/dev-ruby/ruby-net-ldap/Manifest @@ -1 +1,2 @@ DIST net-ldap-0.16.2.gem 94208 BLAKE2B aebfc53b29c3bf81eecfc50a7422bd30b7dfe1894f8b7ceaeb82e346ae0e3ecbf463f3f15aab2200d42a391782a07cea8bbbf3f1c0d1cd0ae95959ef77bc8a14 SHA512 5d0e63473b5e1b1133463a49ed1c88fbf00fda06265a9a091fdb513f1d20fb45e5227c6384a9adc82ad71082ef07786cf63143060711b15386ceb7d3bd7b800b +DIST net-ldap-0.16.3.gem 94208 BLAKE2B 637fe661e1ccf962cfd224ca457c7c4b9b51ec15179d4ca8d429947c45be3ded8dfde1f99b5f4a2c7ecb51682828689086a8ed0598e03905c8b77448bfcb1244 SHA512 18b9b290eb37c2378953011db4d92d41c18d735ae7908a98650b0c941ccc0eb0f44a3686c8ad987066de2a3ff04a58acb9267215dc214212f44ae5fccfcbe30d diff --git a/dev-ruby/ruby-net-ldap/ruby-net-ldap-0.16.3.ebuild b/dev-ruby/ruby-net-ldap/ruby-net-ldap-0.16.3.ebuild new file mode 100644 index 000..c2909e1f1c2 --- /dev/null +++ b/dev-ruby/ruby-net-ldap/ruby-net-ldap-0.16.3.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +USE_RUBY="ruby25 ruby26 ruby27" + +RUBY_FAKEGEM_TASK_TEST="test spec" +RUBY_FAKEGEM_EXTRADOC="Contributors.rdoc History.rdoc README.rdoc" + +RUBY_FAKEGEM_NAME="net-ldap" + +inherit ruby-fakegem + +DESCRIPTION="Pure ruby LDAP client implementation" +HOMEPAGE="https://github.com/ruby-ldap/ruby-net-ldap"; +LICENSE="MIT" + +KEYWORDS="~amd64 ~x86" +SLOT="0" +IUSE="test" + +ruby_add_bdepend "test? ( >=dev-ruby/flexmock-1.3.0 )" + +each_ruby_test() { + ${RUBY} -Ilib:test:. -e 'Dir["test/**/test_*.rb"].each{|f| require f}' || die +}
[gentoo-commits] repo/gentoo:master commit in: dev-lang/python/
commit: aae70220c19054419c10ca1712b433eb7496842b Author: Michał Górny gentoo org> AuthorDate: Wed Aug 19 03:28:06 2020 + Commit: Michał Górny gentoo org> CommitDate: Wed Aug 19 03:34:45 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aae70220 dev-lang/python: Bump to 3.6.12 Signed-off-by: Michał Górny gentoo.org> dev-lang/python/Manifest | 2 + dev-lang/python/python-3.6.12.ebuild | 365 +++ 2 files changed, 367 insertions(+) diff --git a/dev-lang/python/Manifest b/dev-lang/python/Manifest index 4c0d5118607..0cad4dd2f33 100644 --- a/dev-lang/python/Manifest +++ b/dev-lang/python/Manifest @@ -1,11 +1,13 @@ DIST Python-2.7.18.tar.xz 12854736 BLAKE2B 060a621c91dd8e3d321aec99d44c17aa67381998256a1a002d316b38288349884d5960de35c49352d03129ed0bae599e641ec2225898158ebce50a7a2fd74d2c SHA512 a7bb62b51f48ff0b6df0b18f5b0312a523e3110f49c3237936bfe56ed0e26838c0274ff5401bda6fc21bf24337477ccac49e8026c5d651e4b4cafb5eb5086f6c DIST Python-3.6.11.tar.xz 17213036 BLAKE2B 4dae9d9c5eb7e97a8990b0b5739d40ba8a85081c7e03adc22a3305e713d39b3a98ff66c17b395b9d45355e124307eed87803211378d14360e8b3455f7146a1ba SHA512 c76969a6602e095641ba5fd0999a47cf0187eb26559ba9a6e80fe401b8928f6cd9eabd963f615f7c667e48f56603f2508d2b5692c83ea8da1e21292131fb11d6 +DIST Python-3.6.12.tar.xz 17202980 BLAKE2B c8d22e4d57bcaffe77cd902cda3a473e73adf2b74ab104c23b4d846f19632a24cc0c478af84079b16d784bd1c0956824c06c1f6134fd24f54e58aaab0fe96bb6 SHA512 1462801f3f6626a853097d34ccdca9838c4c5bd81ecc3abc751003f5f2f8d36eecdaa4130ef4218de351c5586093c11669639a34492668fbc5a2a4a241f4a070 DIST Python-3.7.8.tar.xz 17399552 BLAKE2B 4bf6c47b1132b6d31a79232002c4d38e2cd123ac05d52b21d6bfba5a4e19ec9130b8df8698d5ce6627e4297c4cf756643f036e694e36364c235306c72ef34bf8 SHA512 d2ba299e3cf8ed0f8fed9317f42bcd8d9af7e0e6175939b4be1be289c1658418bed17899e2608d762ffb15575021956cf6bf2054d7863c04b3bd7642f5b8c7ea DIST Python-3.8.4.tar.xz 18020412 BLAKE2B cfcfb293c413b25fc3ca48116cf8ffaba7bee18e9af9accf26be9b4373a0c62dd8e9da70e5a8a38ba6da4d1afbdbd589ae5ea4b618b65130ae061698b445908c SHA512 37a36d014a8372742be9d0bd9dd3a275e100dc21b1515c145bc62425d4d157327b6e63ad99bc888c0b36c1da4c05676c40eb086e75072d1906e3210ec3043dcb DIST Python-3.8.5.tar.xz 18019640 BLAKE2B bb3e0566afe28759e4ab129ad0986a0fc5103514f2e2b22ff4aa3973c3173ebdd24d4267fbaf903841814a611fd9ea122673e5a1918934366e5c0efaef9d7517 SHA512 460cee65d7df7150694590575502d7f22e548ebfc99c8f8b363eef8bf30ee72e58d8ffacb1d607824f877f880eb9fd6775a508388029583e1e1df3380f3f9587 DIST Python-3.9.0rc1.tar.xz 18798364 BLAKE2B 2ebf669720bcc057f7e1056aca6ff42686a8e567a5ea10304f19e53ae80ba6ba60b9157ae401427be4afa1ec296d97bb81a2b55c60a4df3dba39ae545484e0fc SHA512 8fddf940600bdd4096c0144f689fb9e803bdc7a1ee00f46ccfde3566342ed465c7ac6806613e4f61440fb65f8f83057204bd0dc432ac379759cd4d410c151eef DIST python-gentoo-patches-2.7.18-r1.tar.xz 15500 BLAKE2B 7008b29827dbbd80d4ab8f010ccf9efced99c6b4b9109e4430c0ba269ce53529cb6fedd832502c8d2d3aa21938749cc3591c2545b21c0a59a6e60f8598e84ccc SHA512 e656ab07281fd932b92165674619bbf55ecf410d2937ae4ae771d490b4532540498cc731d30d19c1e8aafd1f64df8a406bbfbb46ea985b3dcd8edb89a0b7f20f DIST python-gentoo-patches-3.6.11-r3.tar.xz 14064 BLAKE2B 416780c15ee12cfc06bfd1397d510dd42fea61abcaafd9cf54f27d843342debf0caa93c9700686feb14f04239ad4ea8f20ce8736029638abe7d7b9c57b9d659d SHA512 de6a4a5bec89e6149b85b383991c99bd9460a8f59f52a700d54edd0154557727ccc79daaa90336dff434b222657c3f28dda1228d2d474002d0a28f31c9ed0b10 +DIST python-gentoo-patches-3.6.12.tar.xz 11448 BLAKE2B a7fb7153ca6fd353649f9dc23f2d777e84ff144d67984d8c3d292619a4f671e3a71d8022bcc334b55f9f1f416ceeca113fb116da805e4bc45d8a67cbc098ead8 SHA512 7efb97abd3e058e4532b89205c99794836ba094079de2a6d7846fd2673ea8cc31e68573b83fd9f82453151653fb0ed9bc40b7961b41efdfe703b64cbed2576bf DIST python-gentoo-patches-3.7.8-r3.tar.xz 13232 BLAKE2B 9df47b1f61d08f62a80221bc48d73ec27cd74a9ade8219912c5b02eaea919b70d91b1154837cd03c0129a5839186e9c970167ca3398129c044c25c7853f1f920 SHA512 e1477d425cb6125ca2286d816f4aa4e9e3c789d6a4f4907bd7b78549598356cae5766f642e2cad9e7c3abe2e82c12cf3cb7db3513be68aa213cb64cc0abc678a DIST python-gentoo-patches-3.8.4-r2.tar.xz 12660 BLAKE2B 3197edc6beb2b1be05399f268ff9b337ed67f699e3867160fea8e50f763a62b184ddd7adcdfa55dafc8c14f91e020b409461027361d04858db667992794b1168 SHA512 c56adbec04bfb950f7fb65f38cc0b78eaae9783800c755b7ac934b07725fcf4d69bbc2c29f7d1255acd6e88559a216dc8a6088042a479aa0d453b706e318c0cf DIST python-gentoo-patches-3.8.5.tar.xz 11280 BLAKE2B 163c577da75f4ec0ebe86b5a08bea96d5ae406020bd211439b1405c0f8a5dddc9422a9ea5b16eed195433cbec010d9def3126a578d3f9716325482216b9e4d62 SHA512 6b7f72b8deb87fb7a169e97391185823984b5e9c99ec5232504c670843fbe0ca76afe32fc3fbe1f850ec6c42e9325cf4697022f36f7b00a4028b324069dd4d5b diff --git a/dev-lang/python/python-3.6.12.ebuild b/dev-lang/python/python-3.6.12.ebuild new file mode 100644 index 000..b1933246549 --- /de
[gentoo-commits] repo/gentoo:master commit in: dev-python/pyenchant/
commit: 91bc663e322dec89f11ac037ed3d42529340c836 Author: Michał Górny gentoo org> AuthorDate: Wed Aug 19 03:23:23 2020 + Commit: Michał Górny gentoo org> CommitDate: Wed Aug 19 03:34:43 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91bc663e dev-python/pyenchant: Disable apparently broken self-spelling test Closes: https://bugs.gentoo.org/731730 Signed-off-by: Michał Górny gentoo.org> dev-python/pyenchant/pyenchant-3.1.0.ebuild | 5 + 1 file changed, 5 insertions(+) diff --git a/dev-python/pyenchant/pyenchant-3.1.0.ebuild b/dev-python/pyenchant/pyenchant-3.1.0.ebuild index 50de6344eaa..b3913746642 100644 --- a/dev-python/pyenchant/pyenchant-3.1.0.ebuild +++ b/dev-python/pyenchant/pyenchant-3.1.0.ebuild @@ -25,3 +25,8 @@ BDEPEND=" )" distutils_enable_tests pytest + +src_prepare() { + rm tests/test_docstrings.py || die + distutils-r1_src_prepare +}
[gentoo-commits] repo/gentoo:master commit in: dev-python/sphinxcontrib-spelling/
commit: 133edb8b67f9d6e86961d2c3217191ad9c6a75a3 Author: Michał Górny gentoo org> AuthorDate: Wed Aug 19 03:24:30 2020 + Commit: Michał Górny gentoo org> CommitDate: Wed Aug 19 03:34:44 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=133edb8b dev-python/sphinxcontrib-spelling: Bump to 5.3.0 Signed-off-by: Michał Górny gentoo.org> dev-python/sphinxcontrib-spelling/Manifest | 1 + .../sphinxcontrib-spelling-5.3.0.ebuild| 46 ++ 2 files changed, 47 insertions(+) diff --git a/dev-python/sphinxcontrib-spelling/Manifest b/dev-python/sphinxcontrib-spelling/Manifest index d092f42b0d7..20e18ecf719 100644 --- a/dev-python/sphinxcontrib-spelling/Manifest +++ b/dev-python/sphinxcontrib-spelling/Manifest @@ -1,3 +1,4 @@ DIST sphinxcontrib-spelling-5.1.2.tar.gz 22962 BLAKE2B c7b15289b4b6dce5e6c5fb529c4be2cd7c1f41d8bfc6ac86daf1a982f711bd2c426d9b3a615471538fe221197b64ccd907efd4620ea2440f6ec07b2a078d6bee SHA512 4a0398b7c79a035e12d9ae96100fcaa4df42aeae07a01a73f7d875ba04fbbeb3d7441c9debe77491876d78b0a3753677cff4cb3a575e3490364fe5780f5a70b2 DIST sphinxcontrib-spelling-5.2.0.tar.gz 43860 BLAKE2B 535ec4d8d6f924c9f01b10599725295b1f96f47e999393fbc603725b0eb4ffccf7f12be636cc2d9d045251cae075a3e851f3de4cee5d64ca24ca2056a5406274 SHA512 a17932c5b656cfb76a1389d7c56d71b41d0dda37fae0449db2e03ae1694a6741d20ce2b057ff8bc5fc4fc26c91e07f5a1106470deeea2633ca7a60bc7537c2aa DIST sphinxcontrib-spelling-5.2.2.tar.gz 45029 BLAKE2B 4a14ed30155f51a97b8257d0d751cd1a4f504bdbe18243423f86cdd92a2745fb32e88aa1c6b4de5cfdedb2eba9b78ec077c3719a45751f9e601fc0b223d61331 SHA512 442df6e83dc6830a3593ccae9c86965369bb83493c4c8dbae1f1e94e85971533c8cfd69e38846be37fa7333ee1b1c23958097952cf173862f856228e5a72b48b +DIST sphinxcontrib-spelling-5.3.0.tar.gz 45665 BLAKE2B c44c8c2621aecd74734c6137e1344a763e99fb61b3ce882c8ea70364df17a7e2fac49acc8878753cab1b70df2cf084de5087bed77f8b1bffe311410ecec3504d SHA512 8f3c4718877e55b0ebcd3d8c0f078a6c06c27c2cdd3cc557fd2e0e990f0c8956179fd9a8b3135b280973e45c0c8657f71372746ef4b55319078db8f16c7e00e9 diff --git a/dev-python/sphinxcontrib-spelling/sphinxcontrib-spelling-5.3.0.ebuild b/dev-python/sphinxcontrib-spelling/sphinxcontrib-spelling-5.3.0.ebuild new file mode 100644 index 000..f0af7ff34fe --- /dev/null +++ b/dev-python/sphinxcontrib-spelling/sphinxcontrib-spelling-5.3.0.ebuild @@ -0,0 +1,46 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DISTUTILS_USE_SETUPTOOLS=rdepend +PYTHON_COMPAT=( python3_{6..9} ) + +inherit distutils-r1 + +DESCRIPTION="Sphinx spelling extension" +HOMEPAGE="https://github.com/sphinx-contrib/spelling"; +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="BSD-2" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~x86 ~amd64-linux ~x86-linux" + +RDEPEND=" + $(python_gen_cond_dep ' + >=dev-python/importlib_metadata-1.7.0[${PYTHON_USEDEP}] + ' python3_{6,7}) + dev-python/pbr[${PYTHON_USEDEP}] + dev-python/pyenchant[${PYTHON_USEDEP}] + dev-python/six[${PYTHON_USEDEP}] + dev-python/sphinx[${PYTHON_USEDEP}] +" +BDEPEND=" + test? ( + app-dicts/myspell-en + >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}] + dev-python/testtools[${PYTHON_USEDEP}] + ) +" + +distutils_enable_sphinx docs/source --no-autodoc +distutils_enable_tests pytest + +RDEPEND+=" + dev-python/namespace-sphinxcontrib[${PYTHON_USEDEP}] +" + +python_install_all() { + distutils-r1_python_install_all + find "${ED}" -name '*.pth' -delete || die +}
[gentoo-commits] repo/gentoo:master commit in: dev-lang/python/
commit: 3b6603a072194bd309cbc566fe70d7c5cce73079 Author: Michał Górny gentoo org> AuthorDate: Wed Aug 19 03:29:06 2020 + Commit: Michał Górny gentoo org> CommitDate: Wed Aug 19 03:34:46 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b6603a0 dev-lang/python: Bump to 3.7.9 Signed-off-by: Michał Górny gentoo.org> dev-lang/python/Manifest| 2 + dev-lang/python/python-3.7.9.ebuild | 351 2 files changed, 353 insertions(+) diff --git a/dev-lang/python/Manifest b/dev-lang/python/Manifest index 0cad4dd2f33..76cb3c76599 100644 --- a/dev-lang/python/Manifest +++ b/dev-lang/python/Manifest @@ -2,6 +2,7 @@ DIST Python-2.7.18.tar.xz 12854736 BLAKE2B 060a621c91dd8e3d321aec99d44c17aa67381 DIST Python-3.6.11.tar.xz 17213036 BLAKE2B 4dae9d9c5eb7e97a8990b0b5739d40ba8a85081c7e03adc22a3305e713d39b3a98ff66c17b395b9d45355e124307eed87803211378d14360e8b3455f7146a1ba SHA512 c76969a6602e095641ba5fd0999a47cf0187eb26559ba9a6e80fe401b8928f6cd9eabd963f615f7c667e48f56603f2508d2b5692c83ea8da1e21292131fb11d6 DIST Python-3.6.12.tar.xz 17202980 BLAKE2B c8d22e4d57bcaffe77cd902cda3a473e73adf2b74ab104c23b4d846f19632a24cc0c478af84079b16d784bd1c0956824c06c1f6134fd24f54e58aaab0fe96bb6 SHA512 1462801f3f6626a853097d34ccdca9838c4c5bd81ecc3abc751003f5f2f8d36eecdaa4130ef4218de351c5586093c11669639a34492668fbc5a2a4a241f4a070 DIST Python-3.7.8.tar.xz 17399552 BLAKE2B 4bf6c47b1132b6d31a79232002c4d38e2cd123ac05d52b21d6bfba5a4e19ec9130b8df8698d5ce6627e4297c4cf756643f036e694e36364c235306c72ef34bf8 SHA512 d2ba299e3cf8ed0f8fed9317f42bcd8d9af7e0e6175939b4be1be289c1658418bed17899e2608d762ffb15575021956cf6bf2054d7863c04b3bd7642f5b8c7ea +DIST Python-3.7.9.tar.xz 17389636 BLAKE2B 484833aa2aa4e29051a02969294f72099ff6f1a47d944b1a0dd15f8e6c22a0406d551bcbcd1048cf89defedaccf060733211e34b38e31fd8391dd823eaa35bc0 SHA512 e4217b25529b5336e43b63d17f3758a8177a58184564cf02bd92a312f58dba9e096485c9e3cb3544f966e847ea15b3ab30ed065d28a6ca52a6d7e0faddf7d9f9 DIST Python-3.8.4.tar.xz 18020412 BLAKE2B cfcfb293c413b25fc3ca48116cf8ffaba7bee18e9af9accf26be9b4373a0c62dd8e9da70e5a8a38ba6da4d1afbdbd589ae5ea4b618b65130ae061698b445908c SHA512 37a36d014a8372742be9d0bd9dd3a275e100dc21b1515c145bc62425d4d157327b6e63ad99bc888c0b36c1da4c05676c40eb086e75072d1906e3210ec3043dcb DIST Python-3.8.5.tar.xz 18019640 BLAKE2B bb3e0566afe28759e4ab129ad0986a0fc5103514f2e2b22ff4aa3973c3173ebdd24d4267fbaf903841814a611fd9ea122673e5a1918934366e5c0efaef9d7517 SHA512 460cee65d7df7150694590575502d7f22e548ebfc99c8f8b363eef8bf30ee72e58d8ffacb1d607824f877f880eb9fd6775a508388029583e1e1df3380f3f9587 DIST Python-3.9.0rc1.tar.xz 18798364 BLAKE2B 2ebf669720bcc057f7e1056aca6ff42686a8e567a5ea10304f19e53ae80ba6ba60b9157ae401427be4afa1ec296d97bb81a2b55c60a4df3dba39ae545484e0fc SHA512 8fddf940600bdd4096c0144f689fb9e803bdc7a1ee00f46ccfde3566342ed465c7ac6806613e4f61440fb65f8f83057204bd0dc432ac379759cd4d410c151eef @@ -9,6 +10,7 @@ DIST python-gentoo-patches-2.7.18-r1.tar.xz 15500 BLAKE2B 7008b29827dbbd80d4ab8f DIST python-gentoo-patches-3.6.11-r3.tar.xz 14064 BLAKE2B 416780c15ee12cfc06bfd1397d510dd42fea61abcaafd9cf54f27d843342debf0caa93c9700686feb14f04239ad4ea8f20ce8736029638abe7d7b9c57b9d659d SHA512 de6a4a5bec89e6149b85b383991c99bd9460a8f59f52a700d54edd0154557727ccc79daaa90336dff434b222657c3f28dda1228d2d474002d0a28f31c9ed0b10 DIST python-gentoo-patches-3.6.12.tar.xz 11448 BLAKE2B a7fb7153ca6fd353649f9dc23f2d777e84ff144d67984d8c3d292619a4f671e3a71d8022bcc334b55f9f1f416ceeca113fb116da805e4bc45d8a67cbc098ead8 SHA512 7efb97abd3e058e4532b89205c99794836ba094079de2a6d7846fd2673ea8cc31e68573b83fd9f82453151653fb0ed9bc40b7961b41efdfe703b64cbed2576bf DIST python-gentoo-patches-3.7.8-r3.tar.xz 13232 BLAKE2B 9df47b1f61d08f62a80221bc48d73ec27cd74a9ade8219912c5b02eaea919b70d91b1154837cd03c0129a5839186e9c970167ca3398129c044c25c7853f1f920 SHA512 e1477d425cb6125ca2286d816f4aa4e9e3c789d6a4f4907bd7b78549598356cae5766f642e2cad9e7c3abe2e82c12cf3cb7db3513be68aa213cb64cc0abc678a +DIST python-gentoo-patches-3.7.9.tar.xz 10588 BLAKE2B f60c8500671e7e3977412474c838905846e0609a7fdac787f2c6a8bfa53c887dcfd3466c5276772ffb8c20205e8b3f207f7d148c04524f19d095964b519da62d SHA512 11f411eb2d59fd45fbd80bdb1d1a83d413770779244045006942c5cb84837cba606673bcde102ae03b1d4579f526b551c93a64d39dba530b4584ba8dd8e9f13e DIST python-gentoo-patches-3.8.4-r2.tar.xz 12660 BLAKE2B 3197edc6beb2b1be05399f268ff9b337ed67f699e3867160fea8e50f763a62b184ddd7adcdfa55dafc8c14f91e020b409461027361d04858db667992794b1168 SHA512 c56adbec04bfb950f7fb65f38cc0b78eaae9783800c755b7ac934b07725fcf4d69bbc2c29f7d1255acd6e88559a216dc8a6088042a479aa0d453b706e318c0cf DIST python-gentoo-patches-3.8.5.tar.xz 11280 BLAKE2B 163c577da75f4ec0ebe86b5a08bea96d5ae406020bd211439b1405c0f8a5dddc9422a9ea5b16eed195433cbec010d9def3126a578d3f9716325482216b9e4d62 SHA512 6b7f72b8deb87fb7a169e97391185823984b5e9c99ec5232504c670843fbe0ca76afe32fc3fbe1f850ec6c42e9325cf4697022f36f7
[gentoo-commits] repo/gentoo:master commit in: dev-libs/libgpg-error/
commit: 13fb81ba9c67eb5ab335cfcde238762666cb4bfa Author: Sam James gentoo org> AuthorDate: Wed Aug 19 03:11:13 2020 + Commit: Sam James gentoo org> CommitDate: Wed Aug 19 03:11:13 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13fb81ba dev-libs/libgpg-error: Stabilize 1.38 arm64, #737162 Signed-off-by: Sam James gentoo.org> dev-libs/libgpg-error/libgpg-error-1.38.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/libgpg-error/libgpg-error-1.38.ebuild b/dev-libs/libgpg-error/libgpg-error-1.38.ebuild index 495b4b28150..d3bb7ceedd6 100644 --- a/dev-libs/libgpg-error/libgpg-error-1.38.ebuild +++ b/dev-libs/libgpg-error/libgpg-error-1.38.ebuild @@ -12,7 +12,7 @@ SRC_URI="mirror://gnupg/${PN}/${P}.tar.bz2 LICENSE="GPL-2 LGPL-2.1" SLOT="0" -KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv s390 sparc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv s390 sparc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="common-lisp nls static-libs" RDEPEND="nls? ( >=virtual/libintl-0-r1[${MULTILIB_USEDEP}] )"
[gentoo-commits] repo/gentoo:master commit in: sys-fabric/mstflint/
commit: 0aae82dd79585c8ce79a52b09ffebaff21166023 Author: Zac Medico gentoo org> AuthorDate: Wed Aug 19 02:24:35 2020 + Commit: Zac Medico gentoo org> CommitDate: Wed Aug 19 02:26:36 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0aae82dd sys-fabric/mstflint: Bump to version 4.14.0_p3 Package-Manager: Portage-3.0.3, Repoman-3.0.0 Signed-off-by: Zac Medico gentoo.org> sys-fabric/mstflint/Manifest | 1 + sys-fabric/mstflint/metadata.xml | 1 + sys-fabric/mstflint/mstflint-4.14.0_p3.ebuild | 46 +++ 3 files changed, 48 insertions(+) diff --git a/sys-fabric/mstflint/Manifest b/sys-fabric/mstflint/Manifest index 9585fabb6e5..525d0558b8f 100644 --- a/sys-fabric/mstflint/Manifest +++ b/sys-fabric/mstflint/Manifest @@ -1,3 +1,4 @@ DIST mstflint-4.10.0_p3.tar.gz 3208065 BLAKE2B 9d27bc41f3af4af2d430814a892bc26b302f4a57b2287cca4d5a64a37d7dd1b47e3f167b671be9ef1fadaf5dc51dff6094db811951ef1b5c6ad3ce746eb78546 SHA512 72077557f032bfa9c2c0b94f485b58c2d9efa955281997fed605e6351b1cfe73c46d8e4f293f93b58ebc4315d47b3dc3a4e8d72c8938647d34d291a2db89198f DIST mstflint-4.11.0_p5.tar.gz 3622665 BLAKE2B 119d1ca04eaf3ebc2e4b8175525fdc87079b27742013f210f8c38d2ac0e83b46c555e4b8b49d7f1562180473c0873456932939e942b1050e9c952a2e3172185a SHA512 c98f24acda519e62fd8db8e170c39c8ffe69b980bc2c9a167f20cfcb2575038648e463de0c7dfad3ddebe098b8a466640b7a125901c033f193a42ef1bfef00d8 DIST mstflint-4.13.3_p2.tar.gz 3809937 BLAKE2B bfe0d5a531a26547779f2e9377c4c6f393c28623d56c87a1f0210a0fbb767a43f5186c481609722ef2e5066bcdf0110009468b047ca0a8b25c096f4802b43229 SHA512 bd7e937eaed30c4b4479c3bc184d9bd8edff9aba23824fdd6a82f0e62d319854aa74954c783eb483074e322eec94f9a0cd5bd6a0ff4de2422f9b011680324706 +DIST mstflint-4.14.0_p3.tar.gz 4012564 BLAKE2B 4203c398665cbc7a0e9f86158e58270c903f546372aecf697c09b75f7fc44944304a4c5f1524362d442ed8e16f5dd9f35fe08ec638c5c556ed182cbac9f1c27b SHA512 c27872e34443df24fb152f2837d2fa31a7a459eff859654d00c815fc942182dc48d18991e83b79cc99bbd5fafe5b721b69e9bee9c927e2d54581eb78d7a5548e diff --git a/sys-fabric/mstflint/metadata.xml b/sys-fabric/mstflint/metadata.xml index 3a04694a94c..0f7655bbf7b 100644 --- a/sys-fabric/mstflint/metadata.xml +++ b/sys-fabric/mstflint/metadata.xml @@ -5,6 +5,7 @@ Mellanox/mstflint + Enable compiling the following tools: mstreg and mstlink Enable firmware updates for Mellanox SwitchX and ConnectIB devices diff --git a/sys-fabric/mstflint/mstflint-4.14.0_p3.ebuild b/sys-fabric/mstflint/mstflint-4.14.0_p3.ebuild new file mode 100644 index 000..0beaafa4fa0 --- /dev/null +++ b/sys-fabric/mstflint/mstflint-4.14.0_p3.ebuild @@ -0,0 +1,46 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit autotools + +DESCRIPTION="Mstflint - an open source version of MFT (Mellanox Firmware Tools)" +HOMEPAGE="https://github.com/Mellanox/mstflint"; +LICENSE="|| ( GPL-2 BSD-2 )" +KEYWORDS="~amd64 ~x86" +EGIT_COMMIT="f8056f78a64debbdbb2522db7181848b9203e428" +MY_PV=${PV/_p/-} +MY_P="" +SRC_URI="https://github.com/Mellanox/mstflint/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz" +IUSE="adb-generic-tools inband ssl" +SLOT="0" +RDEPEND="dev-db/sqlite:3= + sys-libs/zlib:= + inband? ( sys-fabric/libibmad ) + adb-generic-tools? ( + dev-libs/boost:= + dev-libs/expat:= + ) + ssl? ( dev-libs/openssl:= )" +DEPEND="${RDEPEND}" +S="${WORKDIR}/${PN}-${MY_PV}" + +src_prepare() { + default + echo '#define TOOLS_GIT_SHA "'${EGIT_COMMIT}'"' > ./common/gitversion.h || die +} + +src_configure() { + eautoreconf + econf $(use_enable inband) $(use_enable ssl openssl) $(use adb-generic-tools && printf -- '--enable-adb-generic-tools') +} + +src_compile() { + if use adb-generic-tools; then + pushd ext_libs/json >/dev/null || die + emake + popd >/dev/null || die + fi + default +}
[gentoo-commits] repo/gentoo:master commit in: dev-python/pyside2/
commit: a2cddf101e44de6bec50a8cab213c374d8debd0b Author: Rick Farina gentoo org> AuthorDate: Wed Aug 19 01:21:26 2020 + Commit: Rick Farina gentoo org> CommitDate: Wed Aug 19 01:21:37 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2cddf10 dev-python/pyside2: fix some pkgcheck warnings add a missing dep that is pretty meaningless Package-Manager: Portage-3.0.2, Repoman-2.3.23 Signed-off-by: Rick Farina gentoo.org> dev-python/pyside2/pyside2-5.14.2.ebuild | 11 ++- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/dev-python/pyside2/pyside2-5.14.2.ebuild b/dev-python/pyside2/pyside2-5.14.2.ebuild index a1aeea77d8e..2b915396cff 100644 --- a/dev-python/pyside2/pyside2-5.14.2.ebuild +++ b/dev-python/pyside2/pyside2-5.14.2.ebuild @@ -7,7 +7,7 @@ EAPI=7 # https://bugreports.qt.io/browse/PYSIDE-535 PYTHON_COMPAT=( python3_{6,7,8} ) -inherit cmake-utils python-r1 virtualx +inherit cmake python-r1 virtualx # TODO: Add conditional support for "QtRemoteObjects" via a new "remoteobjects" # USE flag after an external "dev-qt/qtremoteobjects" package has been created. @@ -79,6 +79,7 @@ QT_PV="$(ver_cut 1-2):5" RDEPEND="${PYTHON_DEPS} >=dev-python/shiboken2-${PV}[${PYTHON_USEDEP}] + dev-qt/qtcore:5= 3d? ( >=dev-qt/qt3d-${QT_PV}[qml?] ) charts? ( >=dev-qt/qtcharts-${QT_PV}[qml?] ) concurrent? ( >=dev-qt/qtconcurrent-${QT_PV} ) @@ -166,23 +167,23 @@ src_configure() { -DPYTHON_SITE_PACKAGES="$(python_get_sitedir)" -DSHIBOKEN_PYTHON_SHARED_LIBRARY_SUFFIX="-${EPYTHON}" ) - cmake-utils_src_configure + cmake_src_configure } python_foreach_impl pyside2_configure } src_compile() { - python_foreach_impl cmake-utils_src_compile + python_foreach_impl cmake_src_compile } src_test() { local -x PYTHONDONTWRITEBYTECODE - python_foreach_impl virtx cmake-utils_src_test + python_foreach_impl virtx cmake_src_test } src_install() { pyside2_install() { - cmake-utils_src_install + cmake_src_install python_optimize # Uniquify the shiboken2 pkgconfig dependency in the PySide2 pkgconfig
[gentoo-commits] repo/gentoo:master commit in: dev-python/pyside2/
commit: c354d685b82ea22fe776e50c2d8e93c9ff89d45c Author: Rick Farina gentoo org> AuthorDate: Tue Aug 18 15:22:29 2020 + Commit: Rick Farina gentoo org> CommitDate: Wed Aug 19 01:21:36 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c354d685 dev-python/pyside2: adjust default use please my pkgcheck overlord Package-Manager: Portage-3.0.2, Repoman-2.3.23 Signed-off-by: Rick Farina gentoo.org> dev-python/pyside2/pyside2-5.14.2.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-python/pyside2/pyside2-5.14.2.ebuild b/dev-python/pyside2/pyside2-5.14.2.ebuild index f5097497f21..a1aeea77d8e 100644 --- a/dev-python/pyside2/pyside2-5.14.2.ebuild +++ b/dev-python/pyside2/pyside2-5.14.2.ebuild @@ -35,10 +35,10 @@ LICENSE="|| ( GPL-2 GPL-3+ LGPL-3 )" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE=" - 3d charts concurrent datavis designer gles2-only gui help location - multimedia network positioning printsupport qml quick script scripttools + 3d charts concurrent datavis designer gles2-only +gui help location + multimedia +network positioning printsupport qml quick script scripttools scxml sensors speech sql svg test testlib webchannel webengine websockets - widgets x11extras xml xmlpatterns + +widgets x11extras xml xmlpatterns " # Manually reextract these requirements on version bumps by running the
[gentoo-commits] repo/gentoo:master commit in: sys-kernel/genkernel/files/, sys-kernel/genkernel/
commit: 739d9c4c3635ed4536ef385dc4475a3f15d9f6ab Author: Thomas Deutschmann gentoo org> AuthorDate: Wed Aug 19 01:17:23 2020 + Commit: Thomas Deutschmann gentoo org> CommitDate: Wed Aug 19 01:18:21 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=739d9c4c sys-kernel/genkernel: fix --bcache option Closes: https://bugs.gentoo.org/737894 Package-Manager: Portage-3.0.3, Repoman-3.0.0 Signed-off-by: Thomas Deutschmann gentoo.org> ...itramfs.patch => genkernel-4.1.0-post-release-fixes.patch} | 11 +++ .../{genkernel-4.1.0-r1.ebuild => genkernel-4.1.0-r2.ebuild} | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/sys-kernel/genkernel/files/genkernel-4.1.0-fix-integrated-initramfs.patch b/sys-kernel/genkernel/files/genkernel-4.1.0-post-release-fixes.patch similarity index 80% rename from sys-kernel/genkernel/files/genkernel-4.1.0-fix-integrated-initramfs.patch rename to sys-kernel/genkernel/files/genkernel-4.1.0-post-release-fixes.patch index afe3e99dbc5..ef121d9ccc6 100644 --- a/sys-kernel/genkernel/files/genkernel-4.1.0-fix-integrated-initramfs.patch +++ b/sys-kernel/genkernel/files/genkernel-4.1.0-post-release-fixes.patch @@ -26,3 +26,14 @@ || gen_die "Failed to set '${optname}=${optval}' in '${kconfig}'" [ ! -f "${KCONFIG_MODIFIED_MARKER}" ] && touch "${KCONFIG_MODIFIED_MARKER}" +--- a/gkbuilds/bcache-tools.gkbuild b/gkbuilds/bcache-tools.gkbuild +@@ -6,7 +6,7 @@ src_configure() { + } + + src_compile() { +- PKG_CONFIG="$(tc-getPKG_CONFIG) -static" \ ++ PKG_CONFIG="$(tc-getPKG_CONFIG) --static" \ + gkmake V=1 + } + diff --git a/sys-kernel/genkernel/genkernel-4.1.0-r1.ebuild b/sys-kernel/genkernel/genkernel-4.1.0-r2.ebuild similarity index 99% rename from sys-kernel/genkernel/genkernel-4.1.0-r1.ebuild rename to sys-kernel/genkernel/genkernel-4.1.0-r2.ebuild index 0b57d466b50..56ac783bac6 100644 --- a/sys-kernel/genkernel/genkernel-4.1.0-r1.ebuild +++ b/sys-kernel/genkernel/genkernel-4.1.0-r2.ebuild @@ -118,7 +118,7 @@ if [[ ${PV} == * ]]; then DEPEND="${DEPEND} app-text/asciidoc" fi -PATCHES=( "${FILESDIR}"/${P}-fix-integrated-initramfs.patch ) +PATCHES=( "${FILESDIR}"/${P}-post-release-fixes.patch ) src_unpack() { if [[ ${PV} == * ]]; then
[gentoo-commits] proj/genkernel:master commit in: gkbuilds/
commit: d1f25b7d50dffbff5ddbf63fba6294309a5a19b5 Author: Thomas Deutschmann gentoo org> AuthorDate: Wed Aug 19 01:13:19 2020 + Commit: Thomas Deutschmann gentoo org> CommitDate: Wed Aug 19 01:13:19 2020 + URL:https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=d1f25b7d bcache: Fix pkg-config call Bug: https://bugs.gentoo.org/737894 Signed-off-by: Thomas Deutschmann gentoo.org> gkbuilds/bcache-tools.gkbuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gkbuilds/bcache-tools.gkbuild b/gkbuilds/bcache-tools.gkbuild index f34828b..556e7f2 100644 --- a/gkbuilds/bcache-tools.gkbuild +++ b/gkbuilds/bcache-tools.gkbuild @@ -6,7 +6,7 @@ src_configure() { } src_compile() { - PKG_CONFIG="$(tc-getPKG_CONFIG) -static" \ + PKG_CONFIG="$(tc-getPKG_CONFIG) --static" \ gkmake V=1 }
[gentoo-commits] repo/gentoo:master commit in: dev-python/tox/
commit: e3d7689a171002d95731edf3c608cd53e6c3e94f Author: Sam James gentoo org> AuthorDate: Wed Aug 19 01:03:04 2020 + Commit: Sam James gentoo org> CommitDate: Wed Aug 19 01:03:04 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3d7689a dev-python/tox: Stabilize 3.17.1 ALLARCHES, #737796 Signed-off-by: Sam James gentoo.org> dev-python/tox/tox-3.17.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/tox/tox-3.17.1.ebuild b/dev-python/tox/tox-3.17.1.ebuild index 499658c518d..8fcf947120f 100644 --- a/dev-python/tox/tox-3.17.1.ebuild +++ b/dev-python/tox/tox-3.17.1.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://github.com/tox-dev/tox/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha amd64 arm arm64 ~ia64 ppc ppc64 sparc x86" # doc disabled because of missing deps in tree IUSE="test" RESTRICT="!test? ( test )"
[gentoo-commits] repo/gentoo:master commit in: dev-python/readthedocs-sphinx-ext/
commit: 69eb334ae8d1c128d335c3bccb95215de4299af4 Author: Sam James gentoo org> AuthorDate: Wed Aug 19 00:55:02 2020 + Commit: Sam James gentoo org> CommitDate: Wed Aug 19 00:55:02 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69eb334a dev-python/readthedocs-sphinx-ext: Stabilize 2.1.0 ALLARCHES, #737792 Signed-off-by: Sam James gentoo.org> dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-2.1.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-2.1.0.ebuild b/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-2.1.0.ebuild index e8bb844066b..1b290f5a107 100644 --- a/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-2.1.0.ebuild +++ b/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-2.1.0.ebuild @@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha amd64 arm arm64 ~ia64 ppc ppc64 sparc x86" RDEPEND=" >=dev-python/jinja-2.9[${PYTHON_USEDEP}]
[gentoo-commits] repo/gentoo:master commit in: net-p2p/bitcoind/
commit: 0fd888ad887fe492cc58a14766b4793880a044f6 Author: Luke Dashjr utopios org> AuthorDate: Tue Aug 18 04:15:45 2020 + Commit: Craig Andrews gentoo org> CommitDate: Wed Aug 19 00:54:24 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0fd888ad net-p2p/bitcoind: Bump to 0.20.1 Signed-off-by: Luke Dashjr utopios.org> Signed-off-by: Craig Andrews gentoo.org> net-p2p/bitcoind/Manifest | 2 + net-p2p/bitcoind/bitcoind-0.20.1.ebuild | 169 2 files changed, 171 insertions(+) diff --git a/net-p2p/bitcoind/Manifest b/net-p2p/bitcoind/Manifest index ffd60cbe421..caa968a9c39 100644 --- a/net-p2p/bitcoind/Manifest +++ b/net-p2p/bitcoind/Manifest @@ -1,6 +1,8 @@ DIST bitcoin-0.16.3.knots20180918.patches.tar.xz 466344 BLAKE2B c45b96513e4b6317e6a2a55cc3b47302fbe56fb87717ae0197010694013331b5d071b85a11a73c76f08f39e9f0294d3475e89ee63272047df83893de4dbaa390 SHA512 2c3540acc668aeef4b8f01774219736d95395201ddeaccaf70e0bad4a89f05cdd5ffaf630bae0577656efb3580fae92ce0ee4bb1a720ea757ca59e3fd66e1893 DIST bitcoin-0.19.1.knots20200304.patches.tar.xz 399864 BLAKE2B de5591072b62c65c8a0fdcee7a7ed4b74d13614e47b679a05f272207b9ca0a09d476aa8ecb66321f39953a320f4d47f7d2aa62848192d493de02525c3d5abdfa SHA512 3b08023f0788535dc5943e47a595da5637172263ac8c2ad97d42c0707da7468a9843efbf90a2eb6ac99db65e362e99cbe9209ab64785c79de908e20801ba4fe5 DIST bitcoin-0.20.0.knots20200614.patches.tar.xz 392356 BLAKE2B 17c5d5c89e279c870492ac4f98cfde6545fa3c4b5169f42c020e45ca14c133673e271b248e90286ae875aaef6b031e578d14554777a89dca5366aa4bda079012 SHA512 208234b2e7fa46e19da9954dab9828993aa62a7623d85de8e7d43ffd4b367c5e8641e82154357526a11b95c0426ec16039d2910dbbe9187daba9d14a3b2fda92 +DIST bitcoin-0.20.1.knots20200815.patches.tar.xz 413244 BLAKE2B bc8fd6bfe0454439ae514086ea3e728df4f1ba069d33f79b047049a1a4d18543334217f25607b738f7f2d1245f64e5289aed00473c94edf5d660e0953e4d6b93 SHA512 98468f4f22d5b9d35c616796aa5a8fda20f775606f0cd4927b3b822dd5afd0fc208c23136306f79d01dbfd532b14a5905a8fb60a2d171d5022d2008772cf7b58 DIST bitcoin-v0.16.3.tar.gz 6658712 BLAKE2B 2c20b32ea30aed264115d1bd336b62fa28de69cbf116385508718efd7ff22537c3bd402c0965e0f6ddd8e79fc8b51f388f52f885847d36207a24523e927ca63e SHA512 2da25f56fe9b1f5a81815c14e70ff1a69ec15f742424e2c24d71303a71d57c8050dea5d5ba57425bbe0a01a3995ad9b30f0beea5dbafd1632a627cd3fd9a984d DIST bitcoin-v0.19.1.tar.gz 6660702 BLAKE2B 93ed83f663a833f6be40195ddaf62a8ef9fcd86c3f983fe0cf1e75eaf9ae54cdc88fcdfc36d798842f29636dc8037af5b67e82643c90a6c276fa504ed022f863 SHA512 bc1afad7de5b43042d24780b07e3faf73dda69af9ef0c75fa1a32bd25b0b37e315955614ffbb2864fe827b77b63446fd88cae22da3d0706ff73df495a519ba5d DIST bitcoin-v0.20.0.tar.gz 6984988 BLAKE2B 2c189826b7171276df62fb8cbf713d8b4cb4307de413247f2951950ec173d069930447d7d420d1c73ba0abc97fd613a05fc527bcc796e5e2d2f3dfb57fb29b80 SHA512 7628efb70bf51e4165605d9e77f6119b855994e99d8cb6653dfbd89628304862f3a98cfe352aa8b435913000e74d297565d8a7e3f22a23006d1779b70d04a8cd +DIST bitcoin-v0.20.1.tar.gz 6986090 BLAKE2B ef0e6c424bcb7ffe9a2461e60499cebdfcd13faa794d534b4c508a61fa218dd58e64c9088584ea658736deeadc0306fbdf08daa3c395dac3d8f096a08ba42262 SHA512 73a103d4192eb12abed5aa84e9c7999d57e4da37f32e54107ab9f4297a29af64c0c56930674559073bed360f794d87ba5eb9e1ce4d1bd03402d56937490fa16e diff --git a/net-p2p/bitcoind/bitcoind-0.20.1.ebuild b/net-p2p/bitcoind/bitcoind-0.20.1.ebuild new file mode 100644 index 000..8611fe0564c --- /dev/null +++ b/net-p2p/bitcoind/bitcoind-0.20.1.ebuild @@ -0,0 +1,169 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DB_VER="4.8" +inherit autotools bash-completion-r1 db-use systemd + +BITCOINCORE_COMMITHASH="bf0dc356ac4a2bdeda1908af021dea2de0dfb35a" +KNOTS_PV="${PV}.knots20200815" +KNOTS_P="bitcoin-${KNOTS_PV}" + +DESCRIPTION="Original Bitcoin crypto-currency wallet for automated services" +HOMEPAGE="https://bitcoincore.org/ https://bitcoinknots.org/"; +SRC_URI=" + https://github.com/bitcoin/bitcoin/archive/${BITCOINCORE_COMMITHASH}.tar.gz -> bitcoin-v${PV}.tar.gz + https://bitcoinknots.org/files/0.20.x/${KNOTS_PV}/${KNOTS_P}.patches.txz -> ${KNOTS_P}.patches.tar.xz +" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" +IUSE="+asm examples knots +system-leveldb test upnp +wallet zeromq" +RESTRICT="!test? ( test )" + +DEPEND=" + acct-group/bitcoin + acct-user/bitcoin + >=dev-libs/boost-1.52.0:=[threads(+)] + dev-libs/libevent:= + >dev-libs/libsecp256k1-0.1_pre20170321:=[recovery] + >=dev-libs/univalue-1.0.4:= + system-leveldb? ( virtual/bitcoin-leveldb ) + upnp? ( >=net-libs/miniupnpc-1.9.20150916:= ) + wallet? ( sys-libs/db:$(db_ver_to_slot "${DB_VER}")=[cxx] ) + zeromq? ( net-libs/zeromq:= ) +" +RDEPEND="${DEPEND}" +BDEPEND=" + >=sys-devel/autoconf-2.69 + >=s
[gentoo-commits] repo/gentoo:master commit in: net-p2p/bitcoin-qt/
commit: f6751a510e0c3b0c2ff5b0e7fc7647492391bf34 Author: Luke Dashjr utopios org> AuthorDate: Tue Aug 18 04:14:18 2020 + Commit: Craig Andrews gentoo org> CommitDate: Wed Aug 19 00:54:24 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6751a51 net-p2p/bitcoin-qt: Bump to 0.20.1 Signed-off-by: Luke Dashjr utopios.org> Closes: https://github.com/gentoo/gentoo/pull/17153 Signed-off-by: Craig Andrews gentoo.org> net-p2p/bitcoin-qt/Manifest | 2 + net-p2p/bitcoin-qt/bitcoin-qt-0.20.1.ebuild | 185 2 files changed, 187 insertions(+) diff --git a/net-p2p/bitcoin-qt/Manifest b/net-p2p/bitcoin-qt/Manifest index ffd60cbe421..caa968a9c39 100644 --- a/net-p2p/bitcoin-qt/Manifest +++ b/net-p2p/bitcoin-qt/Manifest @@ -1,6 +1,8 @@ DIST bitcoin-0.16.3.knots20180918.patches.tar.xz 466344 BLAKE2B c45b96513e4b6317e6a2a55cc3b47302fbe56fb87717ae0197010694013331b5d071b85a11a73c76f08f39e9f0294d3475e89ee63272047df83893de4dbaa390 SHA512 2c3540acc668aeef4b8f01774219736d95395201ddeaccaf70e0bad4a89f05cdd5ffaf630bae0577656efb3580fae92ce0ee4bb1a720ea757ca59e3fd66e1893 DIST bitcoin-0.19.1.knots20200304.patches.tar.xz 399864 BLAKE2B de5591072b62c65c8a0fdcee7a7ed4b74d13614e47b679a05f272207b9ca0a09d476aa8ecb66321f39953a320f4d47f7d2aa62848192d493de02525c3d5abdfa SHA512 3b08023f0788535dc5943e47a595da5637172263ac8c2ad97d42c0707da7468a9843efbf90a2eb6ac99db65e362e99cbe9209ab64785c79de908e20801ba4fe5 DIST bitcoin-0.20.0.knots20200614.patches.tar.xz 392356 BLAKE2B 17c5d5c89e279c870492ac4f98cfde6545fa3c4b5169f42c020e45ca14c133673e271b248e90286ae875aaef6b031e578d14554777a89dca5366aa4bda079012 SHA512 208234b2e7fa46e19da9954dab9828993aa62a7623d85de8e7d43ffd4b367c5e8641e82154357526a11b95c0426ec16039d2910dbbe9187daba9d14a3b2fda92 +DIST bitcoin-0.20.1.knots20200815.patches.tar.xz 413244 BLAKE2B bc8fd6bfe0454439ae514086ea3e728df4f1ba069d33f79b047049a1a4d18543334217f25607b738f7f2d1245f64e5289aed00473c94edf5d660e0953e4d6b93 SHA512 98468f4f22d5b9d35c616796aa5a8fda20f775606f0cd4927b3b822dd5afd0fc208c23136306f79d01dbfd532b14a5905a8fb60a2d171d5022d2008772cf7b58 DIST bitcoin-v0.16.3.tar.gz 6658712 BLAKE2B 2c20b32ea30aed264115d1bd336b62fa28de69cbf116385508718efd7ff22537c3bd402c0965e0f6ddd8e79fc8b51f388f52f885847d36207a24523e927ca63e SHA512 2da25f56fe9b1f5a81815c14e70ff1a69ec15f742424e2c24d71303a71d57c8050dea5d5ba57425bbe0a01a3995ad9b30f0beea5dbafd1632a627cd3fd9a984d DIST bitcoin-v0.19.1.tar.gz 6660702 BLAKE2B 93ed83f663a833f6be40195ddaf62a8ef9fcd86c3f983fe0cf1e75eaf9ae54cdc88fcdfc36d798842f29636dc8037af5b67e82643c90a6c276fa504ed022f863 SHA512 bc1afad7de5b43042d24780b07e3faf73dda69af9ef0c75fa1a32bd25b0b37e315955614ffbb2864fe827b77b63446fd88cae22da3d0706ff73df495a519ba5d DIST bitcoin-v0.20.0.tar.gz 6984988 BLAKE2B 2c189826b7171276df62fb8cbf713d8b4cb4307de413247f2951950ec173d069930447d7d420d1c73ba0abc97fd613a05fc527bcc796e5e2d2f3dfb57fb29b80 SHA512 7628efb70bf51e4165605d9e77f6119b855994e99d8cb6653dfbd89628304862f3a98cfe352aa8b435913000e74d297565d8a7e3f22a23006d1779b70d04a8cd +DIST bitcoin-v0.20.1.tar.gz 6986090 BLAKE2B ef0e6c424bcb7ffe9a2461e60499cebdfcd13faa794d534b4c508a61fa218dd58e64c9088584ea658736deeadc0306fbdf08daa3c395dac3d8f096a08ba42262 SHA512 73a103d4192eb12abed5aa84e9c7999d57e4da37f32e54107ab9f4297a29af64c0c56930674559073bed360f794d87ba5eb9e1ce4d1bd03402d56937490fa16e diff --git a/net-p2p/bitcoin-qt/bitcoin-qt-0.20.1.ebuild b/net-p2p/bitcoin-qt/bitcoin-qt-0.20.1.ebuild new file mode 100644 index 000..cc3760916ae --- /dev/null +++ b/net-p2p/bitcoin-qt/bitcoin-qt-0.20.1.ebuild @@ -0,0 +1,185 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DB_VER="4.8" +inherit autotools bash-completion-r1 db-use desktop xdg-utils + +BITCOINCORE_COMMITHASH="bf0dc356ac4a2bdeda1908af021dea2de0dfb35a" +KNOTS_PV="${PV}.knots20200815" +KNOTS_P="bitcoin-${KNOTS_PV}" + +DESCRIPTION="An end-user Qt GUI for the Bitcoin crypto-currency" +HOMEPAGE="https://bitcoincore.org/ https://bitcoinknots.org/"; +SRC_URI=" + https://github.com/bitcoin/bitcoin/archive/${BITCOINCORE_COMMITHASH}.tar.gz -> bitcoin-v${PV}.tar.gz + https://bitcoinknots.org/files/0.20.x/${KNOTS_PV}/${KNOTS_P}.patches.txz -> ${KNOTS_P}.patches.tar.xz +" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" + +IUSE="+asm dbus kde knots +qrcode +system-leveldb test upnp +wallet zeromq" +RESTRICT="!test? ( test )" + +RDEPEND=" + >=dev-libs/boost-1.52.0:=[threads(+)] + >dev-libs/libsecp256k1-0.1_pre20170321:=[recovery] + >=dev-libs/univalue-1.0.4:= + dev-qt/qtcore:5 + dev-qt/qtgui:5 + dev-qt/qtnetwork:5 + dev-qt/qtwidgets:5 + system-leveldb? ( virtual/bitcoin-leveldb ) + dbus? ( dev-qt/qtdbus:5 ) + dev-libs/libevent:= + qrcode? ( + media-gfx/qrencode:= + ) + upnp
[gentoo-commits] repo/gentoo:master commit in: net-p2p/bitcoin-cli/
commit: d4db41678d4684c95762e23ea2c78c9934974ebb Author: Luke Dashjr utopios org> AuthorDate: Tue Aug 18 04:16:40 2020 + Commit: Craig Andrews gentoo org> CommitDate: Wed Aug 19 00:54:24 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4db4167 net-p2p/bitcoin-cli: Bump to 0.20.1 Signed-off-by: Luke Dashjr utopios.org> Signed-off-by: Craig Andrews gentoo.org> net-p2p/bitcoin-cli/Manifest | 2 + net-p2p/bitcoin-cli/bitcoin-cli-0.20.1.ebuild | 102 ++ 2 files changed, 104 insertions(+) diff --git a/net-p2p/bitcoin-cli/Manifest b/net-p2p/bitcoin-cli/Manifest index ffd60cbe421..caa968a9c39 100644 --- a/net-p2p/bitcoin-cli/Manifest +++ b/net-p2p/bitcoin-cli/Manifest @@ -1,6 +1,8 @@ DIST bitcoin-0.16.3.knots20180918.patches.tar.xz 466344 BLAKE2B c45b96513e4b6317e6a2a55cc3b47302fbe56fb87717ae0197010694013331b5d071b85a11a73c76f08f39e9f0294d3475e89ee63272047df83893de4dbaa390 SHA512 2c3540acc668aeef4b8f01774219736d95395201ddeaccaf70e0bad4a89f05cdd5ffaf630bae0577656efb3580fae92ce0ee4bb1a720ea757ca59e3fd66e1893 DIST bitcoin-0.19.1.knots20200304.patches.tar.xz 399864 BLAKE2B de5591072b62c65c8a0fdcee7a7ed4b74d13614e47b679a05f272207b9ca0a09d476aa8ecb66321f39953a320f4d47f7d2aa62848192d493de02525c3d5abdfa SHA512 3b08023f0788535dc5943e47a595da5637172263ac8c2ad97d42c0707da7468a9843efbf90a2eb6ac99db65e362e99cbe9209ab64785c79de908e20801ba4fe5 DIST bitcoin-0.20.0.knots20200614.patches.tar.xz 392356 BLAKE2B 17c5d5c89e279c870492ac4f98cfde6545fa3c4b5169f42c020e45ca14c133673e271b248e90286ae875aaef6b031e578d14554777a89dca5366aa4bda079012 SHA512 208234b2e7fa46e19da9954dab9828993aa62a7623d85de8e7d43ffd4b367c5e8641e82154357526a11b95c0426ec16039d2910dbbe9187daba9d14a3b2fda92 +DIST bitcoin-0.20.1.knots20200815.patches.tar.xz 413244 BLAKE2B bc8fd6bfe0454439ae514086ea3e728df4f1ba069d33f79b047049a1a4d18543334217f25607b738f7f2d1245f64e5289aed00473c94edf5d660e0953e4d6b93 SHA512 98468f4f22d5b9d35c616796aa5a8fda20f775606f0cd4927b3b822dd5afd0fc208c23136306f79d01dbfd532b14a5905a8fb60a2d171d5022d2008772cf7b58 DIST bitcoin-v0.16.3.tar.gz 6658712 BLAKE2B 2c20b32ea30aed264115d1bd336b62fa28de69cbf116385508718efd7ff22537c3bd402c0965e0f6ddd8e79fc8b51f388f52f885847d36207a24523e927ca63e SHA512 2da25f56fe9b1f5a81815c14e70ff1a69ec15f742424e2c24d71303a71d57c8050dea5d5ba57425bbe0a01a3995ad9b30f0beea5dbafd1632a627cd3fd9a984d DIST bitcoin-v0.19.1.tar.gz 6660702 BLAKE2B 93ed83f663a833f6be40195ddaf62a8ef9fcd86c3f983fe0cf1e75eaf9ae54cdc88fcdfc36d798842f29636dc8037af5b67e82643c90a6c276fa504ed022f863 SHA512 bc1afad7de5b43042d24780b07e3faf73dda69af9ef0c75fa1a32bd25b0b37e315955614ffbb2864fe827b77b63446fd88cae22da3d0706ff73df495a519ba5d DIST bitcoin-v0.20.0.tar.gz 6984988 BLAKE2B 2c189826b7171276df62fb8cbf713d8b4cb4307de413247f2951950ec173d069930447d7d420d1c73ba0abc97fd613a05fc527bcc796e5e2d2f3dfb57fb29b80 SHA512 7628efb70bf51e4165605d9e77f6119b855994e99d8cb6653dfbd89628304862f3a98cfe352aa8b435913000e74d297565d8a7e3f22a23006d1779b70d04a8cd +DIST bitcoin-v0.20.1.tar.gz 6986090 BLAKE2B ef0e6c424bcb7ffe9a2461e60499cebdfcd13faa794d534b4c508a61fa218dd58e64c9088584ea658736deeadc0306fbdf08daa3c395dac3d8f096a08ba42262 SHA512 73a103d4192eb12abed5aa84e9c7999d57e4da37f32e54107ab9f4297a29af64c0c56930674559073bed360f794d87ba5eb9e1ce4d1bd03402d56937490fa16e diff --git a/net-p2p/bitcoin-cli/bitcoin-cli-0.20.1.ebuild b/net-p2p/bitcoin-cli/bitcoin-cli-0.20.1.ebuild new file mode 100644 index 000..2a9e1703837 --- /dev/null +++ b/net-p2p/bitcoin-cli/bitcoin-cli-0.20.1.ebuild @@ -0,0 +1,102 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit autotools bash-completion-r1 + +BITCOINCORE_COMMITHASH="bf0dc356ac4a2bdeda1908af021dea2de0dfb35a" +KNOTS_PV="${PV}.knots20200815" +KNOTS_P="bitcoin-${KNOTS_PV}" + +DESCRIPTION="Command-line JSON-RPC client specifically for interfacing with bitcoind" +HOMEPAGE="https://bitcoincore.org/ https://bitcoinknots.org/"; +SRC_URI=" + https://github.com/bitcoin/bitcoin/archive/${BITCOINCORE_COMMITHASH}.tar.gz -> bitcoin-v${PV}.tar.gz + https://bitcoinknots.org/files/0.20.x/${KNOTS_PV}/${KNOTS_P}.patches.txz -> ${KNOTS_P}.patches.tar.xz +" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" +IUSE="knots" + +DEPEND=" + >=dev-libs/boost-1.52.0:=[threads(+)] + dev-libs/libevent:= + >=dev-libs/univalue-1.0.4:= +" +RDEPEND="${DEPEND}" +BDEPEND=" + >=sys-devel/autoconf-2.69 + >=sys-devel/automake-1.13 +" + +DOCS=( + doc/release-notes.md +) + +S="${WORKDIR}/bitcoin-${BITCOINCORE_COMMITHASH}" + +pkg_pretend() { + if use knots; then + elog "You are building ${PN} from Bitcoin Knots." + elog "For more information, see:" + elog "https://bitcoinknots.org/files/0.20.x/${KNOTS_PV}/${KNOTS_P}.desc.html"; + e
[gentoo-commits] repo/gentoo:master commit in: dev-util/bitcoin-tx/
commit: 6f2dd2b0fb520deaac8a6c6f338e7be1bdd1ae34 Author: Luke Dashjr utopios org> AuthorDate: Tue Aug 18 04:17:35 2020 + Commit: Craig Andrews gentoo org> CommitDate: Wed Aug 19 00:54:25 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f2dd2b0 dev-util/bitcoin-tx: Bump to 0.20.1 Signed-off-by: Luke Dashjr utopios.org> Signed-off-by: Craig Andrews gentoo.org> dev-util/bitcoin-tx/Manifest | 2 + dev-util/bitcoin-tx/bitcoin-tx-0.20.1.ebuild | 104 +++ 2 files changed, 106 insertions(+) diff --git a/dev-util/bitcoin-tx/Manifest b/dev-util/bitcoin-tx/Manifest index ffd60cbe421..caa968a9c39 100644 --- a/dev-util/bitcoin-tx/Manifest +++ b/dev-util/bitcoin-tx/Manifest @@ -1,6 +1,8 @@ DIST bitcoin-0.16.3.knots20180918.patches.tar.xz 466344 BLAKE2B c45b96513e4b6317e6a2a55cc3b47302fbe56fb87717ae0197010694013331b5d071b85a11a73c76f08f39e9f0294d3475e89ee63272047df83893de4dbaa390 SHA512 2c3540acc668aeef4b8f01774219736d95395201ddeaccaf70e0bad4a89f05cdd5ffaf630bae0577656efb3580fae92ce0ee4bb1a720ea757ca59e3fd66e1893 DIST bitcoin-0.19.1.knots20200304.patches.tar.xz 399864 BLAKE2B de5591072b62c65c8a0fdcee7a7ed4b74d13614e47b679a05f272207b9ca0a09d476aa8ecb66321f39953a320f4d47f7d2aa62848192d493de02525c3d5abdfa SHA512 3b08023f0788535dc5943e47a595da5637172263ac8c2ad97d42c0707da7468a9843efbf90a2eb6ac99db65e362e99cbe9209ab64785c79de908e20801ba4fe5 DIST bitcoin-0.20.0.knots20200614.patches.tar.xz 392356 BLAKE2B 17c5d5c89e279c870492ac4f98cfde6545fa3c4b5169f42c020e45ca14c133673e271b248e90286ae875aaef6b031e578d14554777a89dca5366aa4bda079012 SHA512 208234b2e7fa46e19da9954dab9828993aa62a7623d85de8e7d43ffd4b367c5e8641e82154357526a11b95c0426ec16039d2910dbbe9187daba9d14a3b2fda92 +DIST bitcoin-0.20.1.knots20200815.patches.tar.xz 413244 BLAKE2B bc8fd6bfe0454439ae514086ea3e728df4f1ba069d33f79b047049a1a4d18543334217f25607b738f7f2d1245f64e5289aed00473c94edf5d660e0953e4d6b93 SHA512 98468f4f22d5b9d35c616796aa5a8fda20f775606f0cd4927b3b822dd5afd0fc208c23136306f79d01dbfd532b14a5905a8fb60a2d171d5022d2008772cf7b58 DIST bitcoin-v0.16.3.tar.gz 6658712 BLAKE2B 2c20b32ea30aed264115d1bd336b62fa28de69cbf116385508718efd7ff22537c3bd402c0965e0f6ddd8e79fc8b51f388f52f885847d36207a24523e927ca63e SHA512 2da25f56fe9b1f5a81815c14e70ff1a69ec15f742424e2c24d71303a71d57c8050dea5d5ba57425bbe0a01a3995ad9b30f0beea5dbafd1632a627cd3fd9a984d DIST bitcoin-v0.19.1.tar.gz 6660702 BLAKE2B 93ed83f663a833f6be40195ddaf62a8ef9fcd86c3f983fe0cf1e75eaf9ae54cdc88fcdfc36d798842f29636dc8037af5b67e82643c90a6c276fa504ed022f863 SHA512 bc1afad7de5b43042d24780b07e3faf73dda69af9ef0c75fa1a32bd25b0b37e315955614ffbb2864fe827b77b63446fd88cae22da3d0706ff73df495a519ba5d DIST bitcoin-v0.20.0.tar.gz 6984988 BLAKE2B 2c189826b7171276df62fb8cbf713d8b4cb4307de413247f2951950ec173d069930447d7d420d1c73ba0abc97fd613a05fc527bcc796e5e2d2f3dfb57fb29b80 SHA512 7628efb70bf51e4165605d9e77f6119b855994e99d8cb6653dfbd89628304862f3a98cfe352aa8b435913000e74d297565d8a7e3f22a23006d1779b70d04a8cd +DIST bitcoin-v0.20.1.tar.gz 6986090 BLAKE2B ef0e6c424bcb7ffe9a2461e60499cebdfcd13faa794d534b4c508a61fa218dd58e64c9088584ea658736deeadc0306fbdf08daa3c395dac3d8f096a08ba42262 SHA512 73a103d4192eb12abed5aa84e9c7999d57e4da37f32e54107ab9f4297a29af64c0c56930674559073bed360f794d87ba5eb9e1ce4d1bd03402d56937490fa16e diff --git a/dev-util/bitcoin-tx/bitcoin-tx-0.20.1.ebuild b/dev-util/bitcoin-tx/bitcoin-tx-0.20.1.ebuild new file mode 100644 index 000..48114a6e529 --- /dev/null +++ b/dev-util/bitcoin-tx/bitcoin-tx-0.20.1.ebuild @@ -0,0 +1,104 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit autotools bash-completion-r1 + +BITCOINCORE_COMMITHASH="bf0dc356ac4a2bdeda1908af021dea2de0dfb35a" +KNOTS_PV="${PV}.knots20200815" +KNOTS_P="bitcoin-${KNOTS_PV}" + +DESCRIPTION="Command-line Bitcoin transaction tool" +HOMEPAGE="https://bitcoincore.org/ https://bitcoinknots.org/"; +SRC_URI=" + https://github.com/bitcoin/bitcoin/archive/${BITCOINCORE_COMMITHASH}.tar.gz -> bitcoin-v${PV}.tar.gz + https://bitcoinknots.org/files/0.20.x/${KNOTS_PV}/${KNOTS_P}.patches.txz -> ${KNOTS_P}.patches.tar.xz +" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" +IUSE="knots" + +DEPEND=" + >=dev-libs/boost-1.52.0:=[threads(+)] + >dev-libs/libsecp256k1-0.1_pre20170321:=[recovery] + >=dev-libs/univalue-1.0.4:= +" +RDEPEND="${DEPEND}" +BDEPEND=" + >=sys-devel/autoconf-2.69 + >=sys-devel/automake-1.13 +" + +DOCS=( + doc/bips.md + doc/release-notes.md +) + +S="${WORKDIR}/bitcoin-${BITCOINCORE_COMMITHASH}" + +pkg_pretend() { + if use knots; then + elog "You are building ${PN} from Bitcoin Knots." + elog "For more information, see:" + elog "https://bitcoinknots.org/files/0.20.x/${KNOTS_PV}/${KNOTS_P}.desc.html
[gentoo-commits] repo/gentoo:master commit in: net-libs/libbitcoinconsensus/
commit: fe94dc05127facd2d4b9edf71cb8a76c2f1d59d6 Author: Luke Dashjr utopios org> AuthorDate: Tue Aug 18 04:18:27 2020 + Commit: Craig Andrews gentoo org> CommitDate: Wed Aug 19 00:54:25 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe94dc05 net-libs/libbitcoinconsensus: Bump to 0.20.1 Signed-off-by: Luke Dashjr utopios.org> Signed-off-by: Craig Andrews gentoo.org> net-libs/libbitcoinconsensus/Manifest | 2 + .../libbitcoinconsensus-0.20.1.ebuild | 98 ++ 2 files changed, 100 insertions(+) diff --git a/net-libs/libbitcoinconsensus/Manifest b/net-libs/libbitcoinconsensus/Manifest index ffd60cbe421..caa968a9c39 100644 --- a/net-libs/libbitcoinconsensus/Manifest +++ b/net-libs/libbitcoinconsensus/Manifest @@ -1,6 +1,8 @@ DIST bitcoin-0.16.3.knots20180918.patches.tar.xz 466344 BLAKE2B c45b96513e4b6317e6a2a55cc3b47302fbe56fb87717ae0197010694013331b5d071b85a11a73c76f08f39e9f0294d3475e89ee63272047df83893de4dbaa390 SHA512 2c3540acc668aeef4b8f01774219736d95395201ddeaccaf70e0bad4a89f05cdd5ffaf630bae0577656efb3580fae92ce0ee4bb1a720ea757ca59e3fd66e1893 DIST bitcoin-0.19.1.knots20200304.patches.tar.xz 399864 BLAKE2B de5591072b62c65c8a0fdcee7a7ed4b74d13614e47b679a05f272207b9ca0a09d476aa8ecb66321f39953a320f4d47f7d2aa62848192d493de02525c3d5abdfa SHA512 3b08023f0788535dc5943e47a595da5637172263ac8c2ad97d42c0707da7468a9843efbf90a2eb6ac99db65e362e99cbe9209ab64785c79de908e20801ba4fe5 DIST bitcoin-0.20.0.knots20200614.patches.tar.xz 392356 BLAKE2B 17c5d5c89e279c870492ac4f98cfde6545fa3c4b5169f42c020e45ca14c133673e271b248e90286ae875aaef6b031e578d14554777a89dca5366aa4bda079012 SHA512 208234b2e7fa46e19da9954dab9828993aa62a7623d85de8e7d43ffd4b367c5e8641e82154357526a11b95c0426ec16039d2910dbbe9187daba9d14a3b2fda92 +DIST bitcoin-0.20.1.knots20200815.patches.tar.xz 413244 BLAKE2B bc8fd6bfe0454439ae514086ea3e728df4f1ba069d33f79b047049a1a4d18543334217f25607b738f7f2d1245f64e5289aed00473c94edf5d660e0953e4d6b93 SHA512 98468f4f22d5b9d35c616796aa5a8fda20f775606f0cd4927b3b822dd5afd0fc208c23136306f79d01dbfd532b14a5905a8fb60a2d171d5022d2008772cf7b58 DIST bitcoin-v0.16.3.tar.gz 6658712 BLAKE2B 2c20b32ea30aed264115d1bd336b62fa28de69cbf116385508718efd7ff22537c3bd402c0965e0f6ddd8e79fc8b51f388f52f885847d36207a24523e927ca63e SHA512 2da25f56fe9b1f5a81815c14e70ff1a69ec15f742424e2c24d71303a71d57c8050dea5d5ba57425bbe0a01a3995ad9b30f0beea5dbafd1632a627cd3fd9a984d DIST bitcoin-v0.19.1.tar.gz 6660702 BLAKE2B 93ed83f663a833f6be40195ddaf62a8ef9fcd86c3f983fe0cf1e75eaf9ae54cdc88fcdfc36d798842f29636dc8037af5b67e82643c90a6c276fa504ed022f863 SHA512 bc1afad7de5b43042d24780b07e3faf73dda69af9ef0c75fa1a32bd25b0b37e315955614ffbb2864fe827b77b63446fd88cae22da3d0706ff73df495a519ba5d DIST bitcoin-v0.20.0.tar.gz 6984988 BLAKE2B 2c189826b7171276df62fb8cbf713d8b4cb4307de413247f2951950ec173d069930447d7d420d1c73ba0abc97fd613a05fc527bcc796e5e2d2f3dfb57fb29b80 SHA512 7628efb70bf51e4165605d9e77f6119b855994e99d8cb6653dfbd89628304862f3a98cfe352aa8b435913000e74d297565d8a7e3f22a23006d1779b70d04a8cd +DIST bitcoin-v0.20.1.tar.gz 6986090 BLAKE2B ef0e6c424bcb7ffe9a2461e60499cebdfcd13faa794d534b4c508a61fa218dd58e64c9088584ea658736deeadc0306fbdf08daa3c395dac3d8f096a08ba42262 SHA512 73a103d4192eb12abed5aa84e9c7999d57e4da37f32e54107ab9f4297a29af64c0c56930674559073bed360f794d87ba5eb9e1ce4d1bd03402d56937490fa16e diff --git a/net-libs/libbitcoinconsensus/libbitcoinconsensus-0.20.1.ebuild b/net-libs/libbitcoinconsensus/libbitcoinconsensus-0.20.1.ebuild new file mode 100644 index 000..a7db9996ea9 --- /dev/null +++ b/net-libs/libbitcoinconsensus/libbitcoinconsensus-0.20.1.ebuild @@ -0,0 +1,98 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit autotools + +BITCOINCORE_COMMITHASH="bf0dc356ac4a2bdeda1908af021dea2de0dfb35a" +KNOTS_PV="${PV}.knots20200815" +KNOTS_P="bitcoin-${KNOTS_PV}" + +DESCRIPTION="Bitcoin Core consensus library" +HOMEPAGE="https://bitcoincore.org/ https://bitcoinknots.org/"; +SRC_URI=" + https://github.com/bitcoin/bitcoin/archive/${BITCOINCORE_COMMITHASH}.tar.gz -> bitcoin-v${PV}.tar.gz + https://bitcoinknots.org/files/0.20.x/${KNOTS_PV}/${KNOTS_P}.patches.txz -> ${KNOTS_P}.patches.tar.xz +" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" +IUSE="+asm knots" + +DEPEND=" + >dev-libs/libsecp256k1-0.1_pre20170321:=[recovery] +" +RDEPEND="${DEPEND}" +BDEPEND=" + >=sys-devel/autoconf-2.69 + >=sys-devel/automake-1.13 +" + +DOCS=( doc/bips.md doc/release-notes.md doc/shared-libraries.md ) + +S="${WORKDIR}/bitcoin-${BITCOINCORE_COMMITHASH}" + +pkg_pretend() { + if use knots; then + elog "You are building ${PN} from Bitcoin Knots." + elog "For more information, see:" + elog "https://bitcoinknots.org/files/0.20.x/${KNOTS_PV}/${KNOTS_P}.d
[gentoo-commits] repo/gentoo:master commit in: dev-php/phptal/
commit: 1deabc739b3b7c493b9ec17be2a7f35ab087296a Author: Thomas Deutschmann gentoo org> AuthorDate: Wed Aug 19 00:47:04 2020 + Commit: Thomas Deutschmann gentoo org> CommitDate: Wed Aug 19 00:47:04 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1deabc73 dev-php/phptal: Restrict https://bugs.gentoo.org/737842 Package-Manager: Portage-3.0.3, Repoman-3.0.0 Signed-off-by: Thomas Deutschmann gentoo.org> dev-php/phptal/phptal-1.3.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-php/phptal/phptal-1.3.1.ebuild b/dev-php/phptal/phptal-1.3.1.ebuild index 041baa9a91d..852ecd7ec34 100644 --- a/dev-php/phptal/phptal-1.3.1.ebuild +++ b/dev-php/phptal/phptal-1.3.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -16,7 +16,7 @@ IUSE="test" RESTRICT="!test? ( test )" RDEPEND="dev-lang/php:*" -DEPEND="test? ( ${RDEPEND} dev-php/phpunit )" +DEPEND="test? ( ${RDEPEND}
[gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-VersionControl_SVN/
commit: b4e5aca461252701619a00561cec5dfe596e6a04 Author: Thomas Deutschmann gentoo org> AuthorDate: Wed Aug 19 00:34:38 2020 + Commit: Thomas Deutschmann gentoo org> CommitDate: Wed Aug 19 00:34:45 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4e5aca4 dev-php/PEAR-VersionControl_SVN: Restrict https://bugs.gentoo.org/737854 Package-Manager: Portage-3.0.3, Repoman-3.0.0 Signed-off-by: Thomas Deutschmann gentoo.org> .../PEAR-VersionControl_SVN-0.5.2_p20180314.ebuild| 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-php/PEAR-VersionControl_SVN/PEAR-VersionControl_SVN-0.5.2_p20180314.ebuild b/dev-php/PEAR-VersionControl_SVN/PEAR-VersionControl_SVN-0.5.2_p20180314.ebuild index 87a974669e1..d1a06c8cfbf 100644 --- a/dev-php/PEAR-VersionControl_SVN/PEAR-VersionControl_SVN-0.5.2_p20180314.ebuild +++ b/dev-php/PEAR-VersionControl_SVN/PEAR-VersionControl_SVN-0.5.2_p20180314.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -13,7 +13,7 @@ KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="test" RESTRICT="!test? ( test )" RDEPEND="" -DEPEND="test? ( dev-vcs/subversion dev-php/phpunit )" +DEPEND="test? ( dev-vcs/subversion
[gentoo-commits] repo/gentoo:master commit in: dev-python/argcomplete/
commit: 110dc7a09cf3d933878d7486a8a1480543ea830b Author: Sam James gentoo org> AuthorDate: Tue Aug 18 23:48:09 2020 + Commit: Sam James gentoo org> CommitDate: Tue Aug 18 23:48:09 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=110dc7a0 dev-python/argcomplete: Stabilize 1.12.0 ALLARCHES, #737734 Signed-off-by: Sam James gentoo.org> dev-python/argcomplete/argcomplete-1.12.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/argcomplete/argcomplete-1.12.0.ebuild b/dev-python/argcomplete/argcomplete-1.12.0.ebuild index 7cf7945bd26..72f021a112d 100644 --- a/dev-python/argcomplete/argcomplete-1.12.0.ebuild +++ b/dev-python/argcomplete/argcomplete-1.12.0.ebuild @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos" IUSE="test" RESTRICT="!test? ( test )"
[gentoo-commits] repo/gentoo:master commit in: dev-libs/xerces-c/
commit: 6920235253be655762301e7b59f6db25a72a3b72 Author: Sam James gentoo org> AuthorDate: Tue Aug 18 23:47:32 2020 + Commit: Sam James gentoo org> CommitDate: Tue Aug 18 23:47:32 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69202352 dev-libs/xerces-c: Stabilize 3.2.3 arm64, #737588 Signed-off-by: Sam James gentoo.org> dev-libs/xerces-c/xerces-c-3.2.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/xerces-c/xerces-c-3.2.3.ebuild b/dev-libs/xerces-c/xerces-c-3.2.3.ebuild index 75d78b767d9..ea5ac23e96a 100644 --- a/dev-libs/xerces-c/xerces-c-3.2.3.ebuild +++ b/dev-libs/xerces-c/xerces-c-3.2.3.ebuild @@ -14,7 +14,7 @@ if [[ ${PV} == * ]] ; then inherit subversion else SRC_URI="mirror://apache/xerces/c/3/sources/${P}.tar.gz" - KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 sparc x86 ~amd64-linux ~x86-linux ~x64-macos" + KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~ppc ~ppc64 sparc x86 ~amd64-linux ~x86-linux ~x64-macos" fi LICENSE="Apache-2.0"
[gentoo-commits] proj/musl:master commit in: sys-auth/polkit/files/, sys-auth/polkit/
commit: bae8d953c47d62c398e1ee4ee5b3cf1e5f54bb61 Author: stefson yahoo de> AuthorDate: Sun Aug 2 11:53:51 2020 + Commit: Jory Pratt gentoo org> CommitDate: Tue Aug 18 23:47:51 2020 + URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=bae8d953 sys-auth/polkit: bump to v0.117 Signed-off-by: Steffen Kuhn yandex.com> Signed-off-by: Jory Pratt gentoo.org> Closes: https://github.com/gentoo/musl/pull/332 sys-auth/polkit/Manifest |1 + .../files/polkit-0.116-spidermonkey-68.patch | 1457 ...{polkit-0.116-r2.ebuild => polkit-0.117.ebuild} |5 +- 3 files changed, 2 insertions(+), 1461 deletions(-) diff --git a/sys-auth/polkit/Manifest b/sys-auth/polkit/Manifest index 8e04530..3fa4f06 100644 --- a/sys-auth/polkit/Manifest +++ b/sys-auth/polkit/Manifest @@ -1 +1,2 @@ DIST polkit-0.116.tar.gz 1548311 BLAKE2B e9761a2934136d453a47b81dd1f132f9fc96c45b731d5fceb2aa7706f5325b6499f6acbb68032befc1b21878b1b54754685607c916ca8e02a8accca3ca014b31 SHA512 b66b01cc2bb4349de70147f41f161f0f6f41e7230b581dfb054058b48969ec57041ab05b51787c749ccfc36aa5f317952d7e7ba337b4f6f6c0a923ed5866c2d5 +DIST polkit-0.117.tar.gz 1554536 BLAKE2B 1cf7e0ff9db19a29be626f4bea96c9e2ef8b1eab4b8287a5f1f4d2a818b86d58c1c4c4a41849d95e31559dba1b18853a31e934ebbadd8e07f94dfd58b45240e0 SHA512 c10ea984f2386fe436e58a2866e5323afc80d24f744f0ee61d966941259aa491bd96b07d911434aa731b300c3cca25b647804b396501175ab5b3c53384e94c70 diff --git a/sys-auth/polkit/files/polkit-0.116-spidermonkey-68.patch b/sys-auth/polkit/files/polkit-0.116-spidermonkey-68.patch deleted file mode 100644 index d944c24..000 --- a/sys-auth/polkit/files/polkit-0.116-spidermonkey-68.patch +++ /dev/null @@ -1,1457 +0,0 @@ -From 12f3d25fb73c68151f84c97c79acab7d5344f606 Mon Sep 17 00:00:00 2001 -From: =?UTF-8?q?X=E2=84=B9=20Ruoyao?= -Date: Fri, 13 Mar 2020 14:55:44 +0800 -Subject: [PATCH 1/5] Port JavaScript authority to mozjs-68 - - configure.ac | 2 +- - .../polkitbackendjsauthority.cpp | 136 ++ - 2 files changed, 76 insertions(+), 62 deletions(-) - -diff --git a/configure.ac b/configure.ac -index 5cedb4ec..cd678f1c 100644 a/configure.ac -+++ b/configure.ac -@@ -79,7 +79,7 @@ PKG_CHECK_MODULES(GLIB, [gmodule-2.0 gio-unix-2.0 >= 2.30.0]) - AC_SUBST(GLIB_CFLAGS) - AC_SUBST(GLIB_LIBS) - --PKG_CHECK_MODULES(LIBJS, [mozjs-60]) -+PKG_CHECK_MODULES(LIBJS, [mozjs-68]) - - AC_SUBST(LIBJS_CFLAGS) - AC_SUBST(LIBJS_CXXFLAGS) -diff --git a/src/polkitbackend/polkitbackendjsauthority.cpp b/src/polkitbackend/polkitbackendjsauthority.cpp -index 0f180856..d5113cb0 100644 a/src/polkitbackend/polkitbackendjsauthority.cpp -+++ b/src/polkitbackend/polkitbackendjsauthority.cpp -@@ -43,7 +43,12 @@ - #include - #endif /* HAVE_LIBSYSTEMD */ - -+#include -+#include - #include -+#include -+#include -+#include - #include - - #include "initjs.h" /* init.js */ -@@ -76,7 +81,7 @@ struct _PolkitBackendJsAuthorityPrivate - - JSContext *cx; - JS::Heap *js_global; -- JSAutoCompartment *ac; -+ JSAutoRealm *ac; - JS::Heap *js_polkit; - - GThread *runaway_killer_thread; -@@ -298,14 +303,35 @@ load_scripts (PolkitBackendJsAuthority *authority) - for (l = files; l != NULL; l = l->next) - { - const gchar *filename = (gchar *)l->data; -- JS::RootedScript script(authority->priv->cx); -+ GFile *file = g_file_new_for_path (filename); -+ char *contents; -+ gsize len; -+ if (!g_file_load_contents (file, NULL, &contents, &len, NULL, NULL)) -+{ -+ polkit_backend_authority_log (POLKIT_BACKEND_AUTHORITY (authority), -+"Error compiling script %s", -+filename); -+ continue; -+} -+ JS::SourceText source; -+ if (!source.init (authority->priv->cx, contents, len, -+JS::SourceOwnership::Borrowed)) -+{ -+ polkit_backend_authority_log (POLKIT_BACKEND_AUTHORITY (authority), -+"Error compiling script %s", -+filename); -+ g_free (contents); -+ continue; -+} - JS::CompileOptions options(authority->priv->cx); -- options.setUTF8(true); -- if (!JS::Compile (authority->priv->cx, options, filename, &script)) -+ JS::RootedScript script(authority->priv->cx, -+ JS::Compile (authority->priv->cx, options, source)); -+ if (!script) - { - polkit_backend_authority_log (POLKIT_BACKEND_AUTHORITY (authority), - "Error compiling script %s", - filename); -+ g_free (contents); - continue; - } - -@@ -318,11 +344,13 @@ load_scripts (PolkitBackendJsAuthority *authority) - polkit_bac
[gentoo-commits] repo/gentoo:master commit in: dev-libs/cyrus-sasl/
commit: 1b6fefd43fafad5ab3ea3979e69f934caef9eddd Author: Sam James gentoo org> AuthorDate: Tue Aug 18 23:46:41 2020 + Commit: Sam James gentoo org> CommitDate: Tue Aug 18 23:46:41 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b6fefd4 dev-libs/cyrus-sasl: Stabilize 2.1.27-r4 arm64, #737582 Signed-off-by: Sam James gentoo.org> dev-libs/cyrus-sasl/cyrus-sasl-2.1.27-r4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/cyrus-sasl/cyrus-sasl-2.1.27-r4.ebuild b/dev-libs/cyrus-sasl/cyrus-sasl-2.1.27-r4.ebuild index eece288993e..5e02c971cab 100644 --- a/dev-libs/cyrus-sasl/cyrus-sasl-2.1.27-r4.ebuild +++ b/dev-libs/cyrus-sasl/cyrus-sasl-2.1.27-r4.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://github.com/cyrusimap/${PN}/releases/download/${P}/${P}.tar.gz"; LICENSE="BSD-with-attribution" SLOT="2" -KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="authdaemond berkdb gdbm kerberos ldapdb libressl openldap mysql pam postgres sample selinux sqlite srp ssl static-libs urandom" CDEPEND="
[gentoo-commits] repo/gentoo:master commit in: app-office/libreoffice/
commit: 7e9dc414f75767acbd0e297979c6cfec53f6ddef Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Aug 18 23:04:50 2020 + Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Aug 18 23:07:40 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e9dc414 app-office/libreoffice: Link python bridge in site-packages, drop patch Essentially syncing with openSUSE changes. - Obsolete patching of officehelper.py, uno.py not to break tests, use heredoc - Fix finding pyuno by reshuffling imports - Obsolete patching of soffice.sh by symlinking py files to site-packages - Symlink byte-compiled files too Reported-by: gerion flump.de> Bug: https://bugs.gentoo.org/667802 Package-Manager: Portage-3.0.3, Repoman-3.0.0 Signed-off-by: Andreas Sturmlechner gentoo.org> app-office/libreoffice/libreoffice-6.4.6.2.ebuild | 34 ++- 1 file changed, 27 insertions(+), 7 deletions(-) diff --git a/app-office/libreoffice/libreoffice-6.4.6.2.ebuild b/app-office/libreoffice/libreoffice-6.4.6.2.ebuild index 6f4a72b4e47..291eb07b6f0 100644 --- a/app-office/libreoffice/libreoffice-6.4.6.2.ebuild +++ b/app-office/libreoffice/libreoffice-6.4.6.2.ebuild @@ -265,7 +265,6 @@ PATCHES=( # "${WORKDIR}"/${PATCHSET/.tar.xz/} # not upstreamable stuff - "${FILESDIR}/${PN}-5.4-system-pyuno.patch" "${FILESDIR}/${PN}-5.3.4.2-kioclient5.patch" "${FILESDIR}/${PN}-6.1-nomancompress.patch" @@ -333,12 +332,6 @@ src_prepare() { # hack in the autogen.sh touch autogen.lastrun - # system pyuno mess - sed -i \ - -e "s:%eprefix%:${EPREFIX}:g" \ - -e "s:%libdir%:$(get_libdir):g" \ - pyuno/source/module/uno.py \ - pyuno/source/officehelper.py || die # sed in the tests sed -i \ -e "s#all : build unitcheck#all : build#g" \ @@ -555,6 +548,33 @@ src_install() { # bug 703474 insinto /usr/include doins -r include/LibreOfficeKit + + local lodir=/usr/$(get_libdir)/libreoffice + # patching this would break tests + cat <<-EOF > "${T}"/uno.py +import sys, os +sys.path.append('${EPREFIX}${lodir}/program') +os.putenv('URE_BOOTSTRAP', 'vnd.sun.star.pathname:${EPREFIX}${lodir}/libreoffice/program/fundamentalrc') +EOF + sed -e "/^import sys/d" -e "/^import os/d" \ + -i "${D}"${lodir}/program/uno.py || die "cleanup dupl imports failed" + cat "${D}"${lodir}/program/uno.py >> "${T}"/uno.py || die + cp "${T}"/uno.py "${D}"${lodir}/program/uno.py || die + + # more system pyuno mess + sed -e "/sOffice = \"\" # lets hope for the best/s:\"\":\"${EPREFIX}${lodir}/program\":" \ + -i "${D}"${lodir}/program/officehelper.py || die + + python_optimize "${D}"${lodir}/program + # link python bridge in site-packages, bug 667802 + local py pyc loprogdir=$(get_libdir)/libreoffice/program + for py in uno.py unohelper.py officehelper.py; do + dosym ../../../${loprogdir}/${py} $(python_get_sitedir)/${py} + while IFS="" read -d $'\0' -r pyc; do + pyc=${pyc//*\/} + dosym ../../../../${loprogdir}/__pycache__/${pyc} $(python_get_sitedir)/__pycache__/${pyc} + done < <(find "${D}"${lodir}/program -type f -name ${py/.py/*.pyc} -print0) + done } pkg_postinst() {
[gentoo-commits] repo/gentoo:master commit in: app-office/libreoffice-l10n/
commit: 1b16dc1b51b9cb583ed9bae175a58cc95c3e4117 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Aug 18 23:01:38 2020 + Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Aug 18 23:07:22 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b16dc1b app-office/libreoffice-l10n: 6.4.6.2 version bump Package-Manager: Portage-3.0.3, Repoman-3.0.0 Signed-off-by: Andreas Sturmlechner gentoo.org> app-office/libreoffice-l10n/Manifest | 168 + .../libreoffice-l10n-6.4.6.2.ebuild| 91 +++ 2 files changed, 259 insertions(+) diff --git a/app-office/libreoffice-l10n/Manifest b/app-office/libreoffice-l10n/Manifest index 4be61dc237b..0b99968e141 100644 --- a/app-office/libreoffice-l10n/Manifest +++ b/app-office/libreoffice-l10n/Manifest @@ -334,3 +334,171 @@ DIST LibreOffice_6.4.5.2_Linux_x86-64_rpm_langpack_xh.tar.gz 292841 BLAKE2B de54 DIST LibreOffice_6.4.5.2_Linux_x86-64_rpm_langpack_zh-CN.tar.gz 844811 BLAKE2B ff9efb6ce3208c52f9c4157de8541f3ac660ef95da1bc635625e7ec4912dd896cabf94254409a3b18e973ab75af69001e2e48f78ab151dffdcd93704ffa6f26e SHA512 2fc8de8aabeb91aa41baddc17bc4f8c257ca37e82a6d2f9df95fdb4ab6a6b732489159975614df0daad9d09a7dd33ad4e97471b22801b85812cb14d9e6465243 DIST LibreOffice_6.4.5.2_Linux_x86-64_rpm_langpack_zh-TW.tar.gz 845987 BLAKE2B 0d99b01aef5dd828d2cfb23c52527313de15fbd9aa197d3351977fa571b966bdef5a3b06f7d86625d7bb4ff8987ebf23a73449e645ec125e924307a7031928fc SHA512 a1b6d235bb9e0e85d80a5b4a993520a94180abc78b11f26062746903302d2561ca67cd63441b88472cd85038fa132eaa6f0533edb47768e0e7df0deef05fdc05 DIST LibreOffice_6.4.5.2_Linux_x86-64_rpm_langpack_zu.tar.gz 323261 BLAKE2B 6d77026a0f011c371b5b42572a7a2cc3ef6be22492b138baf29735a287939bf76f159a37898d687f60b8b9387a89f9ce6de33a14b75b83f71b16219ca24df6d1 SHA512 11313d12673754c8ec70b3dc1537d8737b5a8dd9da81389163d6d3f1d59d359f261697e1ba7d259d49723caad8fcba7638a3ff7ccff3d7efabc455f12ed787c4 +DIST LibreOffice_6.4.6.2_Linux_x86-64_rpm_helppack_am.tar.gz 3552566 BLAKE2B 10e0ebcb1df1149a1b3ad58a4abf18f1697ea43edeb96a9ce233cdfe9d34c8e8e359df7894e160333596601937ab7cbc49e3a906279f0946dc5576f296d9a7a0 SHA512 bb236a44f692361ca6cd7f2956a2b6d98477e055cd1b61858faecc534b108906bd25d3f02bd55d2b5f8163835c2547052f445ca66465f6e78f24d591f8ee6421 +DIST LibreOffice_6.4.6.2_Linux_x86-64_rpm_helppack_ast.tar.gz 3294553 BLAKE2B 752aca2a433121b8fac50f68749471a627589e254c648815526367cff1c16dc89aa69a6561b059c91820f34184a0d4f805b6fdad0adef270b6ce344e10abd456 SHA512 02181d26bfd29c0b096a49af39ca8294ab8ac97e71a1f830e8c4a700be52d75864ac5d059f34e9cd78d4027847ed08afbbbf62064034cf3abfa1779ce48fa5e8 +DIST LibreOffice_6.4.6.2_Linux_x86-64_rpm_helppack_bg.tar.gz 3579900 BLAKE2B 4d0e6a209979e0a800d946bb6870b176ca0ceae7190e19421163113c25f48656d84d24ac5d0c8ac81612981436fc139ce3e6d37377682b25a9913dfb49deda7f SHA512 10f86be1bddad902f96b3d9c30933d08437c86f35a7ecaae1018d50fc8a4a10caad0829396869e8c03a41fbf3528eb0176c80c1fed6962240c65a615826c5e30 +DIST LibreOffice_6.4.6.2_Linux_x86-64_rpm_helppack_bn-IN.tar.gz 3705312 BLAKE2B ce8ee1ac3f3fb2352b2630dffe3788a9542410744aee603e798665dc58808ad5cfbc54c9a72d97d722366535ef5fa9ed8190abc670658cc9bb0e1a8985463390 SHA512 687922a253058b22d99401d8cf59154d16f5dd2ad3cc26d9eb2c74f219c27e65aa4e6bf3db5324fa5743f3d760e846df99385d42b275c053030a21143fabcc7d +DIST LibreOffice_6.4.6.2_Linux_x86-64_rpm_helppack_bn.tar.gz 3437497 BLAKE2B f6a18e50ead418e977ac2f14b9471c4da1d003fe6cf2a1560a391f3921391e0db2a81915aa57f73af07bedbbbd4b3027763007caf677af89251259847bebb707 SHA512 0975b9472e22d51649c6c5bf1ca9cd8b8c8a03efc969bc50876314b943b06a666eb0ae56d00bf718e5e6f7f15ff0c81e3a84f37ab3dff74960a565b184d90309 +DIST LibreOffice_6.4.6.2_Linux_x86-64_rpm_helppack_bo.tar.gz 3455482 BLAKE2B d391e10bcdcf1f1f49b9c08e3b03b7e3c467b77df648340863efd39e4dc1afb8c6241bbb2a475494e9b6bb126fcdf1b4c8f640c6a1e2d6f58e0e673a19067b20 SHA512 e74695efdce1db2bd05e14d91ddc13c72bb000f9e7b76216740c1187a8e291243c8ea320e64f47a9c2f75148c93ffb56a86cd07f4bfbedec74f0e1ac23930394 +DIST LibreOffice_6.4.6.2_Linux_x86-64_rpm_helppack_bs.tar.gz 3187275 BLAKE2B 35ae7fc8976c76cc8976f7827f61864e59afb38165216f57fd8271a49d18c79d246e7b0f3017da359f89d21dac30f63982a77093f35120180ffefa6fb2835301 SHA512 6300ffeaa1ed9e975a5dee32d0436b5cd67e32818645e3ea6288e20d82d8153ffdd19742a5e69e1149dc92e11642c6e9cdde344f072dab7ad899c0c16cc0d81d +DIST LibreOffice_6.4.6.2_Linux_x86-64_rpm_helppack_ca-valencia.tar.gz 3299746 BLAKE2B c34da6e03bcbe175f161f295e71c3f114650c2299122737bb5a6286fc0e19ab007e4426f1933b23192d3f161b5487bf775bd9f6acddc85193752e85312892839 SHA512 304b6f2a9fe2589de954027c3caf0b48de9249c28ce1958ea085a03b9c853cd12b0202299f30ea7e54705fcfb3c3d2b68acfca63518fee56729572872f05fd8a +DIST LibreOffice_6.4.6.2_Linux_x86-64_rpm_helppack_ca.tar.gz 3289469 BLAKE2B 9218be2a980eba316723abb431c6849302e5e759af63b918c28e9257872b6333583101f06fcd78603f4a81fcf9bf4bdbfca0f30dbaead72a2b668faf2fc7e789 SHA512
[gentoo-commits] repo/gentoo:master commit in: app-office/libreoffice/
commit: e8d05a2ff0ec40a915bd1cc4630aa9b65d76f540 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Aug 18 23:01:03 2020 + Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Aug 18 23:07:22 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8d05a2f app-office/libreoffice: 6.4.6.2 version bump Package-Manager: Portage-3.0.3, Repoman-3.0.0 Signed-off-by: Andreas Sturmlechner gentoo.org> app-office/libreoffice/Manifest | 2 + app-office/libreoffice/libreoffice-6.4.6.2.ebuild | 570 ++ 2 files changed, 572 insertions(+) diff --git a/app-office/libreoffice/Manifest b/app-office/libreoffice/Manifest index 5081b2e379e..0cb8d623534 100644 --- a/app-office/libreoffice/Manifest +++ b/app-office/libreoffice/Manifest @@ -19,7 +19,9 @@ DIST eeb2c7ddf0d302fba4bfc6e97eac9624-libbase-1.1.6.zip 427800 BLAKE2B d3ac085a3 DIST f94d9870737518e3b597f9265f4e9803-libserializer-1.1.6.zip 211919 BLAKE2B 2c72493e44d3ad1714d294fb7baaa85d33fef2eb4ce75bf507b65f78f1d9d399bb5eb72cee188a8abc4b234eb2845a26755791fb3ac104ffe6e55013ab41ca8b SHA512 c1a15ebbfe817ec79d4b3f1c97d096bf8511737d7d35d97302856ccfb3de14a1cd16bd31000415d9ab24bbd9ef770d37855cee4b819ff0e8fca2f2766920a114 DIST libreoffice-6.4.3.2.tar.xz 230409812 BLAKE2B f9cdad1540c45525bd70596dc3033e3466fcdf3d96547222b936141e49ff6d45581ca59d0e42c4bb79fcb63586d748ccafae712369e024105235e2a9b69be7ce SHA512 ee11c704fa7184ffe371aa36c835c4c7fb06ef03d08fa0a5a9e647e80610db275e091d1ac79c1fe11af0c7f14dd72c821da9e7e6ba59573fc88cec79f84c873a DIST libreoffice-6.4.5.2.tar.xz 236255044 BLAKE2B a83ad0c50d1b7e686188c35c5f319b73e7984ad214e125102824789d1f56083a4ed8795cf7d8942fc0b3ddf3cad13f326225812458007a97a166bc5543c47eda SHA512 f0a5ac37b9c8e46bfd50bf9137d193a83d55d8d451c5b27d86b7f257633e861eb79422e1e64f7c462ae4a9045e00827beed302ab6f0773f8864c03bb11d3b752 +DIST libreoffice-6.4.6.2.tar.xz 232180876 BLAKE2B b2e01cc8e56b36c16fc3e39ff88617d7c31d6b0a0f4a5c05c8536313e7129862fb962e1a6efc7e86e9b56c34dff7c2d895416f33fbb23dc45e447b25813b5654 SHA512 377675494d4422c4d9363fe3857a8587e38f6ccd39aebec9c23337aa3a88cb2526608b8d0bcb27985ed8f821a98ca541dad4b48d69db441bcb27e9fb81beb9ba DIST libreoffice-branding-gentoo-0.8.tar.xz 151568 BLAKE2B f03c7ddeb53c5ca3fd23401679601fcf2c4037ba17be4eb7b784c7ce7ebb71a24b8ab4aac8b7da8c6b1f14dd23bc1294ba85ff4f70ad271fb4ee3c5372e10883 SHA512 785031a699b1d1895ce4b50ffc3ddf645f3a0ef9acdf37facfd18cf75db9484cb8f53a50abb63d6006ead76a80b6ff5aa99661063245ebb84bd64013d713de7f DIST libreoffice-help-6.4.3.2.tar.xz 88297704 BLAKE2B bbd1af159c8b8db1909335f37095812ec3ce81d73644a30a85f3e37daeabeb9a158451b8e586f24d4b7544c8cd0948eeb20ede464384c3277d196f33322e63fb SHA512 9f8c1bcde27d153389d124af1393d0939262c85a1624f0b475a5515b5737612cb607d04742a069534771eee51ba98896926804ec7001d6bc2110dccdd6e7615a DIST libreoffice-help-6.4.5.2.tar.xz 88376816 BLAKE2B 8c5f8a3379dd77f41e3350314fa250ede503d998afda3cb2c8c95a4dd3b565bd6d0004b4dd7ff7b079fdb4de766fa105a8dbbd49b5ced5587e5a716aba31ba26 SHA512 fffa5338baa5ebd7bdf607f83b31440c66c19c42136b41505074fe1a7a4bb1630e080e4fc2dd114f8ab0654507f4a84d4190bb134a4756d895ec35010e11 +DIST libreoffice-help-6.4.6.2.tar.xz 88297908 BLAKE2B 919758e81ed46138331b49668f89c6bf7f50253d7632d113aa957f524ae26e2b99f2ba490b405830314822ea91185eb2308018df77c5bd3d7197cbba940ae2ba SHA512 8ada2568a40dc4f1c843cb37dde6abe3bd61b6e5d9910b985096821e1fce5af47d4a10bff8ae91913298e593130bc1f8668b4e1c59c46591d457157e3d4b7501 DIST skia-m83-8ce842d38d0b32149e874d6855c91e8c68ba65a7.tar.xz 8218672 BLAKE2B cfeb805d82ce1f5dd70c7365983fa8107d5ccda9409b2654c032115cdf8a1c32fa0451162b0cceec3dcc0054e3d0d0e13583ea93843b0d0a6eb948cc31c15ce0 SHA512 1018fc1cc8a7edc15745cc20791f9a22e5b318018ba619d6cb5b6995d3e81ab93c910bb3a42734872d3be54893c2ce7db507b2c61088660b2ce6630ff9b36ebb diff --git a/app-office/libreoffice/libreoffice-6.4.6.2.ebuild b/app-office/libreoffice/libreoffice-6.4.6.2.ebuild new file mode 100644 index 000..6f4a72b4e47 --- /dev/null +++ b/app-office/libreoffice/libreoffice-6.4.6.2.ebuild @@ -0,0 +1,570 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{6,7,8,9} ) +PYTHON_REQ_USE="threads(+),xml" + +MY_PV="${PV/_alpha/.alpha}" +MY_PV="${MY_PV/_beta/.beta}" +# experimental ; release ; old +# Usually the tarballs are moved a lot so this should make everyone happy. +DEV_URI=" + https://dev-builds.libreoffice.org/pre-releases/src + https://download.documentfoundation.org/libreoffice/src/${MY_PV:0:5}/ + https://downloadarchive.documentfoundation.org/libreoffice/old/${MY_PV}/src +" +ADDONS_URI="https://dev-www.libreoffice.org/src/"; + +BRANDING="${PN}-branding-gentoo-0.8.tar.xz" +# PATCHSET="${P}-patchset-01.tar.xz" + +[[ ${MY_PV} == ** ]] && inherit git-r3 +inherit autotools bash-completion-r1 check-reqs flag-o-matic java-pkg-opt-2 multiprocessing pytho
[gentoo-commits] repo/gentoo:master commit in: dev-php/recaptcha/
commit: 8dc4590c05d37551a1e1c9ef79fe41915b9fe251 Author: Thomas Deutschmann gentoo org> AuthorDate: Tue Aug 18 23:05:45 2020 + Commit: Thomas Deutschmann gentoo org> CommitDate: Tue Aug 18 23:05:55 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8dc4590c dev-php/recaptcha: Restrict https://bugs.gentoo.org/737874 Package-Manager: Portage-3.0.3, Repoman-3.0.0 Signed-off-by: Thomas Deutschmann gentoo.org> dev-php/recaptcha/recaptcha-1.2.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-php/recaptcha/recaptcha-1.2.1.ebuild b/dev-php/recaptcha/recaptcha-1.2.1.ebuild index b5d70a8d7ba..87981b66c8c 100644 --- a/dev-php/recaptcha/recaptcha-1.2.1.ebuild +++ b/dev-php/recaptcha/recaptcha-1.2.1.ebuild @@ -14,7 +14,7 @@ IUSE="examples test" RESTRICT="!test? ( test )" RDEPEND="dev-lang/php" -BDEPEND="test? ( ${RDEPEND} dev-php/phpunit )" +BDEPEND="test? ( ${RDEPEND}
[gentoo-commits] repo/gentoo:master commit in: media-libs/leptonica/
commit: 55c4b7f1b59c711a13100a6aeddc6cba07539334 Author: James Le Cuirot gentoo org> AuthorDate: Tue Aug 18 22:44:57 2020 + Commit: James Le Cuirot gentoo org> CommitDate: Tue Aug 18 22:48:16 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55c4b7f1 media-libs/leptonica: Version bump to 1.80.0 Package-Manager: Portage-3.0.3, Repoman-2.3.23 Signed-off-by: James Le Cuirot gentoo.org> media-libs/leptonica/Manifest| 1 + media-libs/leptonica/leptonica-1.80.0.ebuild | 74 2 files changed, 75 insertions(+) diff --git a/media-libs/leptonica/Manifest b/media-libs/leptonica/Manifest index c15d96e0731..ee59ba83a97 100644 --- a/media-libs/leptonica/Manifest +++ b/media-libs/leptonica/Manifest @@ -1,3 +1,4 @@ DIST leptonica-1.74.4.tar.gz 12349877 BLAKE2B 5c4a71c1c4f44b617f16b1b1029455badee268dc1ac459f1c7ffe6af5b8dbe702bdbaa6e5564af6e41d0881c59e1aa43dc40d5164f618f13ca2a563b2aa3bd0e SHA512 e74732c10218430463ca01f15e19d329dceb938e315586ed100c634c4d50809824f1d9bf7eeaf91654caf42ed78a5ae5de7c08e7a1d8884c580c536121627891 DIST leptonica-1.78.0.tar.gz 12905925 BLAKE2B 6a7b74e8aa78a3e4fa6429bbf180001e7d362ebd37d4fd179ba90df7a41993e52d708813ea5a2b30dc90516b7bec83e5386735025993d73f279ab595c39f6c9c SHA512 f059ccc8e7b5ff2c796aeb4ab18bd25e133ec4f38c36b9e2ee203db35a1e68cf45b8baf78ebc4acba4e3607328d1374ea0e8425f35cbe06c6c5728a1ec8c3f50 DIST leptonica-1.79.0.tar.gz 13438669 BLAKE2B 59c126c0bc4690cf48937171f818637f420b4e4c56ebf866ca4c0d2a9a8f2ae2653f6ef7650340138fb1dd2ca2d3826e0f844d44afddb14856e31daf10f41c41 SHA512 4d0830683757004bb47752a17985d80c6758b97c0fd6ec64d23bbf43c9c68b04bee751831574afa4c25f5d5030c0c9f7fc22d9fc8ef932aa990401344f588ba5 +DIST leptonica-1.80.0.tar.gz 13926793 BLAKE2B 1c8916acbea7411038c27ad422f7ac8d5769680ae0554a50da332676de4abdd3c6dfab69dfa4abc3525f3aa298062f4f2315548bda9d120e91abf6ffb5b41e1c SHA512 f8062a169b7ac558c8818615e534c0dcb5db48924af4d3106d0e0929e9b2f03347bdeaae45f80bded0b2aed135bb133f775244c8c752891ca4948b5d6b21e147 diff --git a/media-libs/leptonica/leptonica-1.80.0.ebuild b/media-libs/leptonica/leptonica-1.80.0.ebuild new file mode 100644 index 000..5cf65cc4ca8 --- /dev/null +++ b/media-libs/leptonica/leptonica-1.80.0.ebuild @@ -0,0 +1,74 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit libtool multilib-minimal + +DESCRIPTION="C library for image processing and analysis" +HOMEPAGE="http://www.leptonica.org/"; +SRC_URI="https://github.com/DanBloomberg/${PN}/releases/download/${PV}/${P}.tar.gz"; +LICENSE="Apache-2.0" +SLOT="0/5" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~ppc-macos" +IUSE="gif jpeg jpeg2k png static-libs test tiff utils webp zlib" +RESTRICT="!test? ( test )" + +# N.B. Tests need some features enabled: +REQUIRED_USE="test? ( jpeg png tiff zlib )" + +RDEPEND="gif? ( >=media-libs/giflib-5.1.3:=[${MULTILIB_USEDEP}] ) + jpeg? ( virtual/jpeg:0=[${MULTILIB_USEDEP}] ) + jpeg2k? ( media-libs/openjpeg:2=[${MULTILIB_USEDEP}] ) + png? ( media-libs/libpng:0=[${MULTILIB_USEDEP}] + sys-libs/zlib:=[${MULTILIB_USEDEP}] ) + tiff? ( media-libs/tiff:0=[${MULTILIB_USEDEP}] ) + webp? ( media-libs/libwebp:=[${MULTILIB_USEDEP}] ) + zlib? ( sys-libs/zlib:=[${MULTILIB_USEDEP}] )" + +DEPEND="${RDEPEND} + test? ( media-libs/tiff:0[zlib] )" + +ECONF_SOURCE="${S}" +DOCS=( README version-notes ) + +src_prepare() { + default + elibtoolize + + # unhtmlize docs + local X + for X in ${DOCS[@]}; do + awk '/<\/pre>/{s--} {if (s) print $0} //{s++}' \ + "${X}.html" > "${X}" || die 'awk failed' + rm -f -- "${X}.html" + done +} + +multilib_src_configure() { + econf \ + --enable-shared \ + $(use_with gif giflib) \ + $(use_with jpeg) \ + $(use_with jpeg2k libopenjpeg) \ + $(use_with png libpng) \ + $(use_with tiff libtiff) \ + $(use_with webp libwebp) \ + $(use_with webp libwebpmux) \ + $(use_with zlib) \ + $(use_enable static-libs static) \ + $(multilib_native_use_enable utils programs) +} + +multilib_src_test() { + default + + # ${TMPDIR} is not respected. It used to be but it lead to issues + # and there have been long debates with upstream about it. :( + rm -rf /tmp/lept/ || die +} + +multilib_src_install_all() { + # libtool archives covered by pkg-config. + find "${D}" -name "*.la" -delete || die +}
[gentoo-commits] repo/gentoo:master commit in: media-libs/leptonica/, media-libs/leptonica/files/
commit: e35c6156fd236dc36b1a01cd5f1fe729fc6a4488 Author: James Le Cuirot gentoo org> AuthorDate: Tue Aug 18 22:47:56 2020 + Commit: James Le Cuirot gentoo org> CommitDate: Tue Aug 18 22:48:20 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e35c6156 media-libs/leptonica: Drop old 1.78.0 and 1.79.0-r1 Package-Manager: Portage-3.0.3, Repoman-2.3.23 Signed-off-by: James Le Cuirot gentoo.org> media-libs/leptonica/Manifest | 2 - media-libs/leptonica/files/1.78.0-gnuplot.patch | 13 -- media-libs/leptonica/files/1.79.0-tests.patch | 299 media-libs/leptonica/leptonica-1.78.0.ebuild| 76 -- media-libs/leptonica/leptonica-1.79.0-r1.ebuild | 78 --- 5 files changed, 468 deletions(-) diff --git a/media-libs/leptonica/Manifest b/media-libs/leptonica/Manifest index ee59ba83a97..0d43b2fd2af 100644 --- a/media-libs/leptonica/Manifest +++ b/media-libs/leptonica/Manifest @@ -1,4 +1,2 @@ DIST leptonica-1.74.4.tar.gz 12349877 BLAKE2B 5c4a71c1c4f44b617f16b1b1029455badee268dc1ac459f1c7ffe6af5b8dbe702bdbaa6e5564af6e41d0881c59e1aa43dc40d5164f618f13ca2a563b2aa3bd0e SHA512 e74732c10218430463ca01f15e19d329dceb938e315586ed100c634c4d50809824f1d9bf7eeaf91654caf42ed78a5ae5de7c08e7a1d8884c580c536121627891 -DIST leptonica-1.78.0.tar.gz 12905925 BLAKE2B 6a7b74e8aa78a3e4fa6429bbf180001e7d362ebd37d4fd179ba90df7a41993e52d708813ea5a2b30dc90516b7bec83e5386735025993d73f279ab595c39f6c9c SHA512 f059ccc8e7b5ff2c796aeb4ab18bd25e133ec4f38c36b9e2ee203db35a1e68cf45b8baf78ebc4acba4e3607328d1374ea0e8425f35cbe06c6c5728a1ec8c3f50 -DIST leptonica-1.79.0.tar.gz 13438669 BLAKE2B 59c126c0bc4690cf48937171f818637f420b4e4c56ebf866ca4c0d2a9a8f2ae2653f6ef7650340138fb1dd2ca2d3826e0f844d44afddb14856e31daf10f41c41 SHA512 4d0830683757004bb47752a17985d80c6758b97c0fd6ec64d23bbf43c9c68b04bee751831574afa4c25f5d5030c0c9f7fc22d9fc8ef932aa990401344f588ba5 DIST leptonica-1.80.0.tar.gz 13926793 BLAKE2B 1c8916acbea7411038c27ad422f7ac8d5769680ae0554a50da332676de4abdd3c6dfab69dfa4abc3525f3aa298062f4f2315548bda9d120e91abf6ffb5b41e1c SHA512 f8062a169b7ac558c8818615e534c0dcb5db48924af4d3106d0e0929e9b2f03347bdeaae45f80bded0b2aed135bb133f775244c8c752891ca4948b5d6b21e147 diff --git a/media-libs/leptonica/files/1.78.0-gnuplot.patch b/media-libs/leptonica/files/1.78.0-gnuplot.patch deleted file mode 100644 index 758b78258dd..000 --- a/media-libs/leptonica/files/1.78.0-gnuplot.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/prog/reg_wrapper.sh b/prog/reg_wrapper.sh -index cee1f54..f16d980 100755 a/prog/reg_wrapper.sh -+++ b/prog/reg_wrapper.sh -@@ -31,7 +31,7 @@ TEST_NAME="${TEST##*/}" - TEST_NAME="${TEST_NAME%_reg*}" - - case "${TEST_NAME}" in -- baseline|boxa[12]|colormask|colorspace|dna|enhance|extrema|fpix1|italic|kernel|nearline|numa[12]|projection|rankbin|rankhisto|wordboxes) -+ baseline|boxa[1234]|colormask|colorspace|dna|enhance|extrema|fpix1|italic|kernel|nearline|numa[12]|projection|rankbin|rankhisto|wordboxes) - GNUPLOT=$(type -P gnuplot || type -P wgnuplot) - - if [ -z "${GNUPLOT}" ] || ! "${GNUPLOT}" -e "set terminal png" 2>/dev/null ; then diff --git a/media-libs/leptonica/files/1.79.0-tests.patch b/media-libs/leptonica/files/1.79.0-tests.patch deleted file mode 100644 index eb794240dbd..000 --- a/media-libs/leptonica/files/1.79.0-tests.patch +++ /dev/null @@ -1,299 +0,0 @@ -From b4cdb9256934c8f35cad558bf7288567211a792f Mon Sep 17 00:00:00 2001 -From: James Le Cuirot -Date: Tue, 24 Mar 2020 20:59:17 + -Subject: [PATCH] Fix parallel running of tests by using unique directories - -diff --git a/prog/pdfio2_reg.c b/prog/pdfio2_reg.c -index 3f2090d..19da5a3 100644 a/prog/pdfio2_reg.c -+++ b/prog/pdfio2_reg.c -@@ -55,7 +55,7 @@ L_REGPARAMS *rp; - return 1; - - l_pdfSetDateAndVersion(0); --lept_mkdir("lept/pdf"); -+lept_mkdir("lept/pdf2"); - - /* -- pdf convert segmented with image regions -- */ - fprintf(stderr, "\n*** Writing segmented images with image regions\n"); -@@ -65,6 +65,12 @@ L_REGPARAMS *rp; - * small bogus regions at the top, but we'll keep them for - * the demonstration. */ - pix1 = pixRead("rabi.png"); -+pix2 = pixScaleToGray2(pix1); -+pixWrite("/tmp/lept/pdf2/rabi8.jpg", pix2, IFF_JFIF_JPEG); -+pix3 = pixThresholdTo4bpp(pix2, 16, 1); -+pixWrite("/tmp/lept/pdf2/rabi4.png", pix3, IFF_PNG); -+pixDestroy(&pix2); -+pixDestroy(&pix3); - pixSetResolution(pix1, 300, 300); - pixGetDimensions(pix1, &w, &h, NULL); - pix2 = pixGenerateHalftoneMask(pix1, NULL, NULL, NULL); -@@ -77,41 +83,41 @@ L_REGPARAMS *rp; - - /* 1 bpp input */ - convertToPdfSegmented("rabi.png", 300, L_G4_ENCODE, 128, boxa1, -- 0, 0.25, NULL, "/tmp/lept/pdf/file00.pdf"); -+ 0, 0.25, NULL, "/tmp/lept/pdf2/file00.pdf"); - convertToPdfSegmented("
[gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-Crypt_GPG/
commit: 654061cdc733d48dbfa0bbf6aca38835ea90d53f Author: Thomas Deutschmann gentoo org> AuthorDate: Tue Aug 18 22:40:51 2020 + Commit: Thomas Deutschmann gentoo org> CommitDate: Tue Aug 18 22:40:51 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=654061cd dev-php/PEAR-Crypt_GPG: Restrict https://bugs.gentoo.org/737640 Package-Manager: Portage-3.0.3, Repoman-3.0.0 Signed-off-by: Thomas Deutschmann gentoo.org> dev-php/PEAR-Crypt_GPG/PEAR-Crypt_GPG-1.6.2.ebuild | 2 +- dev-php/PEAR-Crypt_GPG/PEAR-Crypt_GPG-1.6.3.ebuild | 2 +- dev-php/PEAR-Crypt_GPG/PEAR-Crypt_GPG-1.6.4.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-php/PEAR-Crypt_GPG/PEAR-Crypt_GPG-1.6.2.ebuild b/dev-php/PEAR-Crypt_GPG/PEAR-Crypt_GPG-1.6.2.ebuild index dfc934dcbed..53f4edf909e 100644 --- a/dev-php/PEAR-Crypt_GPG/PEAR-Crypt_GPG-1.6.2.ebuild +++ b/dev-php/PEAR-Crypt_GPG/PEAR-Crypt_GPG-1.6.2.ebuild @@ -20,7 +20,7 @@ RDEPEND="app-crypt/gnupg dev-lang/php:*[posix,unicode] dev-php/PEAR-Console_CommandLine dev-php/PEAR-Exception" -DEPEND="test? (${RDEPEND} dev-php/phpunit )" +DEPEND="test? (${RDEPEND}
[gentoo-commits] repo/gentoo:master commit in: dev-php/awl/
commit: 9cc9d19904f64c7c95d446f3c2f22b1d1150fa1d Author: Thomas Deutschmann gentoo org> AuthorDate: Tue Aug 18 22:37:09 2020 + Commit: Thomas Deutschmann gentoo org> CommitDate: Tue Aug 18 22:37:09 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9cc9d199 dev-php/awl: Restrict https://bugs.gentoo.org/737852 Package-Manager: Portage-3.0.3, Repoman-3.0.0 Signed-off-by: Thomas Deutschmann gentoo.org> dev-php/awl/awl-0.61.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-php/awl/awl-0.61.ebuild b/dev-php/awl/awl-0.61.ebuild index 52ae69f3df6..7cdc7c288e2 100644 --- a/dev-php/awl/awl-0.61.ebuild +++ b/dev-php/awl/awl-0.61.ebuild @@ -13,7 +13,7 @@ KEYWORDS="~amd64 ~x86" IUSE="test" RESTRICT="!test? ( test )" -BDEPEND="test? ( dev-php/phpunit )" +BDEPEND="test? (
[gentoo-commits] repo/gentoo:master commit in: dev-php/php-redmine-api/
commit: 58ee13a6d25add345a0c9e1f30fc86de846f2372 Author: Thomas Deutschmann gentoo org> AuthorDate: Tue Aug 18 22:35:40 2020 + Commit: Thomas Deutschmann gentoo org> CommitDate: Tue Aug 18 22:35:56 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58ee13a6 dev-php/php-redmine-api: Restrict https://bugs.gentoo.org/737868 Package-Manager: Portage-3.0.3, Repoman-3.0.0 Signed-off-by: Thomas Deutschmann gentoo.org> dev-php/php-redmine-api/php-redmine-api-1.5.16.ebuild | 2 +- dev-php/php-redmine-api/php-redmine-api-1.5.9.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-php/php-redmine-api/php-redmine-api-1.5.16.ebuild b/dev-php/php-redmine-api/php-redmine-api-1.5.16.ebuild index 4752a69d8ab..74bf4b9df94 100644 --- a/dev-php/php-redmine-api/php-redmine-api-1.5.16.ebuild +++ b/dev-php/php-redmine-api/php-redmine-api-1.5.16.ebuild @@ -14,7 +14,7 @@ IUSE="test" RESTRICT="!test? ( test )" RDEPEND="dev-lang/php:*[curl,json,simplexml]" -BDEPEND="test? ( ${RDEPEND} >=dev-php/phpunit-4 )" +BDEPEND="test? ( ${RDEPEND}
[gentoo-commits] repo/gentoo:master commit in: dev-php/symfony-finder/
commit: f640ec51eac4e18a6942f2c8c5483a2c0f132db7 Author: Guillaume Seren gmail com> AuthorDate: Tue Aug 18 19:42:23 2020 + Commit: Thomas Deutschmann gentoo org> CommitDate: Tue Aug 18 22:33:44 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f640ec51 dev-php/symfony-finder: Restrict https://bugs.gentoo.org/737870 Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Guillaume Seren gmail.com> Signed-off-by: Thomas Deutschmann gentoo.org> dev-php/symfony-finder/symfony-finder-3.4.38.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-php/symfony-finder/symfony-finder-3.4.38.ebuild b/dev-php/symfony-finder/symfony-finder-3.4.38.ebuild index cf2ac3ad9a1..27459275efb 100644 --- a/dev-php/symfony-finder/symfony-finder-3.4.38.ebuild +++ b/dev-php/symfony-finder/symfony-finder-3.4.38.ebuild @@ -15,7 +15,7 @@ RESTRICT="!test? ( test )" RDEPEND="dev-lang/php:* dev-php/fedora-autoloader" -DEPEND="test? ( ${RDEPEND} >=dev-php/phpunit-5.7.15 )" +DEPEND="test? ( ${RDEPEND}
[gentoo-commits] repo/gentoo:master commit in: dev-php/symfony-filesystem/
commit: 4c2e64b7e5c054ee57ff6bd83a75c17522ff797b Author: Guillaume Seren gmail com> AuthorDate: Tue Aug 18 19:52:25 2020 + Commit: Thomas Deutschmann gentoo org> CommitDate: Tue Aug 18 22:33:46 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c2e64b7 dev-php/symfony-filesystem: Restrict https://bugs.gentoo.org/737838 Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Guillaume Seren gmail.com> Closes: https://github.com/gentoo/gentoo/pull/17164 Signed-off-by: Thomas Deutschmann gentoo.org> dev-php/symfony-filesystem/symfony-filesystem-3.4.36.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-php/symfony-filesystem/symfony-filesystem-3.4.36.ebuild b/dev-php/symfony-filesystem/symfony-filesystem-3.4.36.ebuild index 03a6ae68819..e6f2b87627e 100644 --- a/dev-php/symfony-filesystem/symfony-filesystem-3.4.36.ebuild +++ b/dev-php/symfony-filesystem/symfony-filesystem-3.4.36.ebuild @@ -15,7 +15,7 @@ RESTRICT="!test? ( test )" RDEPEND="dev-lang/php:* dev-php/fedora-autoloader" -DEPEND="test? ( ${RDEPEND} >=dev-php/phpunit-5.7.15 )" +DEPEND="test? ( ${RDEPEND}
[gentoo-commits] repo/gentoo:master commit in: dev-php/symfony-config/
commit: 6b5a7167677273386f7eabf73007d7a138c3a7af Author: Guillaume Seren gmail com> AuthorDate: Tue Aug 18 19:50:04 2020 + Commit: Thomas Deutschmann gentoo org> CommitDate: Tue Aug 18 22:33:46 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b5a7167 dev-php/symfony-config: Restrict https://bugs.gentoo.org/737846 Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Guillaume Seren gmail.com> Signed-off-by: Thomas Deutschmann gentoo.org> dev-php/symfony-config/symfony-config-2.8.20.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-php/symfony-config/symfony-config-2.8.20.ebuild b/dev-php/symfony-config/symfony-config-2.8.20.ebuild index 9fe027e0622..0ec2d1882b6 100644 --- a/dev-php/symfony-config/symfony-config-2.8.20.ebuild +++ b/dev-php/symfony-config/symfony-config-2.8.20.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -18,7 +18,7 @@ RDEPEND=" dev-lang/php:* dev-php/fedora-autoloader dev-php/symfony-filesystem" -DEPEND="test? (${RDEPEND} >=dev-php/phpunit-5.7.15 )" +DEPEND="test? (${RDEPEND}
[gentoo-commits] repo/gentoo:master commit in: dev-php/symfony-event-dispatcher/
commit: f00bd6c8ea2aca1260b15498fbc46feafc083ca1 Author: Guillaume Seren gmail com> AuthorDate: Tue Aug 18 19:46:44 2020 + Commit: Thomas Deutschmann gentoo org> CommitDate: Tue Aug 18 22:33:46 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f00bd6c8 dev-php/symfony-event-dispatcher: Restrict https://bugs.gentoo.org/737850 Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Guillaume Seren gmail.com> Signed-off-by: Thomas Deutschmann gentoo.org> .../symfony-event-dispatcher/symfony-event-dispatcher-2.8.50.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-php/symfony-event-dispatcher/symfony-event-dispatcher-2.8.50.ebuild b/dev-php/symfony-event-dispatcher/symfony-event-dispatcher-2.8.50.ebuild index 43e947bc112..933cb529d6e 100644 --- a/dev-php/symfony-event-dispatcher/symfony-event-dispatcher-2.8.50.ebuild +++ b/dev-php/symfony-event-dispatcher/symfony-event-dispatcher-2.8.50.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -20,7 +20,7 @@ RDEPEND=" DEPEND=" test? ( ${RDEPEND} - dev-php/phpunit )" +
[gentoo-commits] repo/gentoo:master commit in: dev-util/patchelf/
commit: 76fccfc8f679ede1be607d88454573f9153f61a3 Author: James Le Cuirot gentoo org> AuthorDate: Tue Aug 18 22:31:15 2020 + Commit: James Le Cuirot gentoo org> CommitDate: Tue Aug 18 22:31:21 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76fccfc8 dev-util/patchelf: Version bump to 0.11 Bug: https://bugs.gentoo.org/708786 Package-Manager: Portage-3.0.3, Repoman-2.3.23 Signed-off-by: James Le Cuirot gentoo.org> dev-util/patchelf/Manifest | 1 + dev-util/patchelf/patchelf-0.11.ebuild | 32 2 files changed, 33 insertions(+) diff --git a/dev-util/patchelf/Manifest b/dev-util/patchelf/Manifest index 87e5c479f3f..4ac2f5003ee 100644 --- a/dev-util/patchelf/Manifest +++ b/dev-util/patchelf/Manifest @@ -1 +1,2 @@ DIST patchelf-0.10.tar.bz2 158604 BLAKE2B 6aed9c2e7f37ff0330ca517a9491c46a93212140367b720bf94da4e4ec29a4978c920b53ce306ec333b3f7ac0216ff59637048c6997cfea4a34a87f2a0448796 SHA512 647ad13b7d45b3c5d20683ef8fe9760cb7f213e879231b6c5780bf32771adfbf7c5e5ce694c08e5681dceda63857d7d8a2d53efb60f799d3e7290cebc02ab501 +DIST patchelf-0.11.tar.bz2 159046 BLAKE2B 48d8dd986c681facd8d925d8f471ed6b4cae6a06472d66c1c22a32ded796f50be8d30cefc2847890558c2799707c33beb64ffc5d09f6d142120363bea5e40456 SHA512 ad3a99db6952412a2dac27256640cb9152b8bf5d189f1685b7478b9773bb612e06621511fc7338b2defc435bcdc26f67f79c2d830570a6da70f9d280b123d977 diff --git a/dev-util/patchelf/patchelf-0.11.ebuild b/dev-util/patchelf/patchelf-0.11.ebuild new file mode 100644 index 000..ec5c769e0af --- /dev/null +++ b/dev-util/patchelf/patchelf-0.11.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit autotools + +DESCRIPTION="Small utility to modify the dynamic linker and RPATH of ELF executables" +HOMEPAGE="https://nixos.org/patchelf.html"; +SRC_URI="https://nixos.org/releases/${PN}/${P}/${P}.tar.bz2"; +SLOT="0" +KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux" +LICENSE="GPL-3" + +S="${WORKDIR}/${P}.20200609.d6b2a72" + +src_prepare() { + default + rm src/elf.h || die + + sed -i \ + -e 's:-Werror::g' \ + configure.ac || die + + eautoreconf +} + +src_test() { + emake check \ + CFLAGS+=" -no-pie" \ + CXXFLAGS+=" -no-pie" +}
[gentoo-commits] repo/gentoo:master commit in: media-sound/openmpt123/
commit: 5ec51e0261a1df4f0bebdb6da49d6e73c71eddf0 Author: James Le Cuirot gentoo org> AuthorDate: Tue Aug 18 22:21:38 2020 + Commit: James Le Cuirot gentoo org> CommitDate: Tue Aug 18 22:21:38 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ec51e02 media-sound/openmpt123: Bump to 0.5.1, drop old 0.5.0 Package-Manager: Portage-3.0.3, Repoman-2.3.23 Signed-off-by: James Le Cuirot gentoo.org> media-sound/openmpt123/Manifest | 2 +- .../openmpt123/{openmpt123-0.5.0.ebuild => openmpt123-0.5.1.ebuild} | 0 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/media-sound/openmpt123/Manifest b/media-sound/openmpt123/Manifest index 305a1ba4ed7..8b2446af2a5 100644 --- a/media-sound/openmpt123/Manifest +++ b/media-sound/openmpt123/Manifest @@ -1 +1 @@ -DIST libopenmpt-0.5.0+release.autotools.tar.gz 1463179 BLAKE2B 666862b67cd5c57877af0bde71960894ac109e57bb53bc0aac953b769823e73e4ac78766d6c8d1f039decc9df271d48ebb0e941913b198e27e6285d264c41825 SHA512 1b62e67deb1541eeeba91b87c393b0bb8a5412e2f4718bad341f14167238bbea0084de9a7c20e5bdd9621ecf5ed78b08924b41526c7148435c0ee5ba31ca9d82 +DIST libopenmpt-0.5.1+release.autotools.tar.gz 1465318 BLAKE2B 142aca3b946e5ee82fbba0f18360896baac5195412eb3f72f8f69a8ac99ba623e14ccf269bbca9cdbfba146520a14950e12fc7e427cbd930e7243512a10dbf18 SHA512 570787cfcf0b85ca10e753fe49b8a94ff69e1c881ffec5a1aee27a2bc1e142a62ae8cd79de5ab8cf4c7536688de13e9cb675b559a0aa755ad994a24010433a9f diff --git a/media-sound/openmpt123/openmpt123-0.5.0.ebuild b/media-sound/openmpt123/openmpt123-0.5.1.ebuild similarity index 100% rename from media-sound/openmpt123/openmpt123-0.5.0.ebuild rename to media-sound/openmpt123/openmpt123-0.5.1.ebuild
[gentoo-commits] repo/gentoo:master commit in: media-libs/libopenmpt/
commit: 6b604ac6a761ce978b94fc5e72140887ab80337b Author: James Le Cuirot gentoo org> AuthorDate: Tue Aug 18 22:21:00 2020 + Commit: James Le Cuirot gentoo org> CommitDate: Tue Aug 18 22:21:00 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b604ac6 media-libs/libopenmpt: Bump to 0.5.1, drop old 0.5.0 Package-Manager: Portage-3.0.3, Repoman-2.3.23 Signed-off-by: James Le Cuirot gentoo.org> media-libs/libopenmpt/Manifest | 2 +- .../libopenmpt/{libopenmpt-0.5.0.ebuild => libopenmpt-0.5.1.ebuild} | 0 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/libopenmpt/Manifest b/media-libs/libopenmpt/Manifest index 305a1ba4ed7..8b2446af2a5 100644 --- a/media-libs/libopenmpt/Manifest +++ b/media-libs/libopenmpt/Manifest @@ -1 +1 @@ -DIST libopenmpt-0.5.0+release.autotools.tar.gz 1463179 BLAKE2B 666862b67cd5c57877af0bde71960894ac109e57bb53bc0aac953b769823e73e4ac78766d6c8d1f039decc9df271d48ebb0e941913b198e27e6285d264c41825 SHA512 1b62e67deb1541eeeba91b87c393b0bb8a5412e2f4718bad341f14167238bbea0084de9a7c20e5bdd9621ecf5ed78b08924b41526c7148435c0ee5ba31ca9d82 +DIST libopenmpt-0.5.1+release.autotools.tar.gz 1465318 BLAKE2B 142aca3b946e5ee82fbba0f18360896baac5195412eb3f72f8f69a8ac99ba623e14ccf269bbca9cdbfba146520a14950e12fc7e427cbd930e7243512a10dbf18 SHA512 570787cfcf0b85ca10e753fe49b8a94ff69e1c881ffec5a1aee27a2bc1e142a62ae8cd79de5ab8cf4c7536688de13e9cb675b559a0aa755ad994a24010433a9f diff --git a/media-libs/libopenmpt/libopenmpt-0.5.0.ebuild b/media-libs/libopenmpt/libopenmpt-0.5.1.ebuild similarity index 100% rename from media-libs/libopenmpt/libopenmpt-0.5.0.ebuild rename to media-libs/libopenmpt/libopenmpt-0.5.1.ebuild
[gentoo-commits] repo/gentoo:master commit in: dev-python/blockdiag/
commit: 201d996879aca18c9496a97253dd0d4ee1380db8 Author: Sergei Trofimovich gentoo org> AuthorDate: Tue Aug 18 21:52:49 2020 + Commit: Sergei Trofimovich gentoo org> CommitDate: Tue Aug 18 21:53:23 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=201d9968 dev-python/blockdiag: keyworded 1.5.4 for ia64 keyworded wrt bug #737618 Package-Manager: Portage-3.0.3, Repoman-3.0.0 RepoMan-Options: --include-arches="ia64" Signed-off-by: Sergei Trofimovich gentoo.org> dev-python/blockdiag/blockdiag-1.5.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/blockdiag/blockdiag-1.5.4.ebuild b/dev-python/blockdiag/blockdiag-1.5.4.ebuild index 7be9f5a8363..bd5dfdea626 100644 --- a/dev-python/blockdiag/blockdiag-1.5.4.ebuild +++ b/dev-python/blockdiag/blockdiag-1.5.4.ebuild @@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 x86" +KEYWORDS="amd64 ~arm ~arm64 ~ia64 x86" IUSE="test" RESTRICT="!test? ( test )"
[gentoo-commits] repo/gentoo:master commit in: dev-python/async_timeout/
commit: 4793a30096c381688bfe33404fe844e53abe8148 Author: Sergei Trofimovich gentoo org> AuthorDate: Tue Aug 18 21:52:25 2020 + Commit: Sergei Trofimovich gentoo org> CommitDate: Tue Aug 18 21:53:21 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4793a300 dev-python/async_timeout: keyworded 3.0.1 for ia64 keyworded wrt bug #737618 Package-Manager: Portage-3.0.3, Repoman-3.0.0 RepoMan-Options: --include-arches="ia64" Signed-off-by: Sergei Trofimovich gentoo.org> dev-python/async_timeout/async_timeout-3.0.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/async_timeout/async_timeout-3.0.1.ebuild b/dev-python/async_timeout/async_timeout-3.0.1.ebuild index b0788bc692f..cb2456d5cf4 100644 --- a/dev-python/async_timeout/async_timeout-3.0.1.ebuild +++ b/dev-python/async_timeout/async_timeout-3.0.1.ebuild @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 x86" +KEYWORDS="amd64 ~arm ~arm64 ~ia64 x86" IUSE="test" RESTRICT="!test? ( test )" S=${WORKDIR}/${MY_P}
[gentoo-commits] repo/gentoo:master commit in: dev-python/sphinxcontrib-blockdiag/
commit: 40009c7955f1455ff18221bf6d6830feb597f485 Author: Sergei Trofimovich gentoo org> AuthorDate: Tue Aug 18 21:52:30 2020 + Commit: Sergei Trofimovich gentoo org> CommitDate: Tue Aug 18 21:53:21 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40009c79 dev-python/sphinxcontrib-blockdiag: keyworded 2.0.0 for ia64 keyworded wrt bug #737618 Package-Manager: Portage-3.0.3, Repoman-3.0.0 RepoMan-Options: --include-arches="ia64" Signed-off-by: Sergei Trofimovich gentoo.org> dev-python/sphinxcontrib-blockdiag/sphinxcontrib-blockdiag-2.0.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/sphinxcontrib-blockdiag/sphinxcontrib-blockdiag-2.0.0.ebuild b/dev-python/sphinxcontrib-blockdiag/sphinxcontrib-blockdiag-2.0.0.ebuild index 75e9b6ad582..40e89f1c643 100644 --- a/dev-python/sphinxcontrib-blockdiag/sphinxcontrib-blockdiag-2.0.0.ebuild +++ b/dev-python/sphinxcontrib-blockdiag/sphinxcontrib-blockdiag-2.0.0.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://github.com/blockdiag/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 x86" +KEYWORDS="amd64 ~arm ~arm64 ~ia64 x86" RDEPEND=" >=dev-python/sphinx-2.0[${PYTHON_USEDEP}]
[gentoo-commits] repo/gentoo:master commit in: dev-python/black/
commit: 4cb123edae86867e786b6fbee994ada6a49ce8f0 Author: Sergei Trofimovich gentoo org> AuthorDate: Tue Aug 18 21:52:16 2020 + Commit: Sergei Trofimovich gentoo org> CommitDate: Tue Aug 18 21:53:19 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4cb123ed dev-python/black: keyworded 19.10_beta0 for ia64 keyworded wrt bug #737618 Package-Manager: Portage-3.0.3, Repoman-3.0.0 RepoMan-Options: --include-arches="ia64" Signed-off-by: Sergei Trofimovich gentoo.org> dev-python/black/black-19.10_beta0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/black/black-19.10_beta0.ebuild b/dev-python/black/black-19.10_beta0.ebuild index 2fb31582c30..d2ef245ca70 100644 --- a/dev-python/black/black-19.10_beta0.ebuild +++ b/dev-python/black/black-19.10_beta0.ebuild @@ -17,7 +17,7 @@ S="${WORKDIR}/${MY_P}" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~x86" +KEYWORDS="~amd64 ~arm64 ~ia64 ~x86" IUSE="test" RDEPEND="
[gentoo-commits] repo/gentoo:master commit in: dev-python/aiohttp/
commit: b0bda5366f2ba4e0539d827db6ebfa0e12f33a32 Author: Sergei Trofimovich gentoo org> AuthorDate: Tue Aug 18 21:52:19 2020 + Commit: Sergei Trofimovich gentoo org> CommitDate: Tue Aug 18 21:53:20 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0bda536 dev-python/aiohttp: keyworded 3.6.2 for ia64 keyworded wrt bug #737618 Package-Manager: Portage-3.0.3, Repoman-3.0.0 RepoMan-Options: --include-arches="ia64" Signed-off-by: Sergei Trofimovich gentoo.org> dev-python/aiohttp/aiohttp-3.6.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/aiohttp/aiohttp-3.6.2.ebuild b/dev-python/aiohttp/aiohttp-3.6.2.ebuild index 7f218351467..2633950f67a 100644 --- a/dev-python/aiohttp/aiohttp-3.6.2.ebuild +++ b/dev-python/aiohttp/aiohttp-3.6.2.ebuild @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 x86" +KEYWORDS="amd64 ~arm ~arm64 ~ia64 x86" IUSE="doc test" RESTRICT="!test? ( test )"
[gentoo-commits] repo/gentoo:master commit in: dev-python/idna-ssl/
commit: 35bc7d748b67ea670346f954285c9521c3403d19 Author: Sergei Trofimovich gentoo org> AuthorDate: Tue Aug 18 21:51:31 2020 + Commit: Sergei Trofimovich gentoo org> CommitDate: Tue Aug 18 21:53:12 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35bc7d74 dev-python/idna-ssl: keyworded 1.1.0 for ia64 keyworded wrt bug #737618 Package-Manager: Portage-3.0.3, Repoman-3.0.0 RepoMan-Options: --include-arches="ia64" Signed-off-by: Sergei Trofimovich gentoo.org> dev-python/idna-ssl/idna-ssl-1.1.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/idna-ssl/idna-ssl-1.1.0.ebuild b/dev-python/idna-ssl/idna-ssl-1.1.0.ebuild index c80202c1db5..62405f0a1d1 100644 --- a/dev-python/idna-ssl/idna-ssl-1.1.0.ebuild +++ b/dev-python/idna-ssl/idna-ssl-1.1.0.ebuild @@ -15,7 +15,7 @@ SRC_URI=" SLOT="0" LICENSE="MIT" -KEYWORDS="amd64 ~arm ~arm64 x86" +KEYWORDS="amd64 ~arm ~arm64 ~ia64 x86" IUSE="" RDEPEND="dev-python/idna[${PYTHON_USEDEP}]"
[gentoo-commits] repo/gentoo:master commit in: dev-python/aiohttp-cors/
commit: fa5743f71843e4c069990fdbfd0bfe2067e84f59 Author: Sergei Trofimovich gentoo org> AuthorDate: Tue Aug 18 21:52:22 2020 + Commit: Sergei Trofimovich gentoo org> CommitDate: Tue Aug 18 21:53:20 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa5743f7 dev-python/aiohttp-cors: keyworded 0.7.0-r1 for ia64 keyworded wrt bug #737618 Package-Manager: Portage-3.0.3, Repoman-3.0.0 RepoMan-Options: --include-arches="ia64" Signed-off-by: Sergei Trofimovich gentoo.org> dev-python/aiohttp-cors/aiohttp-cors-0.7.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/aiohttp-cors/aiohttp-cors-0.7.0-r1.ebuild b/dev-python/aiohttp-cors/aiohttp-cors-0.7.0-r1.ebuild index 0b24ee6f77f..ff0831c3478 100644 --- a/dev-python/aiohttp-cors/aiohttp-cors-0.7.0-r1.ebuild +++ b/dev-python/aiohttp-cors/aiohttp-cors-0.7.0-r1.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://github.com/aio-libs/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~x86" +KEYWORDS="~amd64 ~arm64 ~ia64 ~x86" RDEPEND=">=dev-python/aiohttp-1.1.1[${PYTHON_USEDEP}]" BDEPEND="
[gentoo-commits] repo/gentoo:master commit in: dev-python/sphinx-aiohttp-theme/
commit: f4ddbace0c01723a2d2f8ca082d789bc70621077 Author: Sergei Trofimovich gentoo org> AuthorDate: Tue Aug 18 21:51:45 2020 + Commit: Sergei Trofimovich gentoo org> CommitDate: Tue Aug 18 21:53:13 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4ddbace dev-python/sphinx-aiohttp-theme: keyworded 0.1.6 for ia64 keyworded wrt bug #737618 Package-Manager: Portage-3.0.3, Repoman-3.0.0 RepoMan-Options: --include-arches="ia64" Signed-off-by: Sergei Trofimovich gentoo.org> dev-python/sphinx-aiohttp-theme/sphinx-aiohttp-theme-0.1.6.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/sphinx-aiohttp-theme/sphinx-aiohttp-theme-0.1.6.ebuild b/dev-python/sphinx-aiohttp-theme/sphinx-aiohttp-theme-0.1.6.ebuild index 79b69721380..da138046d4a 100644 --- a/dev-python/sphinx-aiohttp-theme/sphinx-aiohttp-theme-0.1.6.ebuild +++ b/dev-python/sphinx-aiohttp-theme/sphinx-aiohttp-theme-0.1.6.ebuild @@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 x86" +KEYWORDS="amd64 ~arm ~arm64 ~ia64 x86" IUSE="" RDEPEND="dev-python/sphinx[${PYTHON_USEDEP}]"
[gentoo-commits] repo/gentoo:master commit in: dev-python/funcparserlib/
commit: 26a0c3b725623fabbc5b1a624f6a4462fddd5973 Author: Sergei Trofimovich gentoo org> AuthorDate: Tue Aug 18 21:52:10 2020 + Commit: Sergei Trofimovich gentoo org> CommitDate: Tue Aug 18 21:53:16 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26a0c3b7 dev-python/funcparserlib: keyworded 0.3.6-r1 for ia64 keyworded wrt bug #737618 Package-Manager: Portage-3.0.3, Repoman-3.0.0 RepoMan-Options: --include-arches="ia64" Signed-off-by: Sergei Trofimovich gentoo.org> dev-python/funcparserlib/funcparserlib-0.3.6-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/funcparserlib/funcparserlib-0.3.6-r1.ebuild b/dev-python/funcparserlib/funcparserlib-0.3.6-r1.ebuild index 247045270b9..12a1c46e2b1 100644 --- a/dev-python/funcparserlib/funcparserlib-0.3.6-r1.ebuild +++ b/dev-python/funcparserlib/funcparserlib-0.3.6-r1.ebuild @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 ~arm arm64 x86" +KEYWORDS="amd64 ~arm arm64 ~ia64 x86" IUSE="" RDEPEND=""
[gentoo-commits] repo/gentoo:master commit in: dev-python/sphinx-testing/
commit: f86dc4e45e8b08d508a51e57dc43a8c611750734 Author: Sergei Trofimovich gentoo org> AuthorDate: Tue Aug 18 21:52:03 2020 + Commit: Sergei Trofimovich gentoo org> CommitDate: Tue Aug 18 21:53:15 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f86dc4e4 dev-python/sphinx-testing: keyworded 1.0.1-r1 for ia64 keyworded wrt bug #737618 Package-Manager: Portage-3.0.3, Repoman-3.0.0 RepoMan-Options: --include-arches="ia64" Signed-off-by: Sergei Trofimovich gentoo.org> dev-python/sphinx-testing/sphinx-testing-1.0.1-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/sphinx-testing/sphinx-testing-1.0.1-r1.ebuild b/dev-python/sphinx-testing/sphinx-testing-1.0.1-r1.ebuild index 97e5a116746..d922c86bad6 100644 --- a/dev-python/sphinx-testing/sphinx-testing-1.0.1-r1.ebuild +++ b/dev-python/sphinx-testing/sphinx-testing-1.0.1-r1.ebuild @@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD-2" SLOT="0" -KEYWORDS="amd64 ~arm arm64 x86" +KEYWORDS="amd64 ~arm arm64 ~ia64 x86" IUSE="test" RESTRICT="!test? ( test )"
[gentoo-commits] repo/gentoo:master commit in: dev-python/async_generator/
commit: fbb25e06a29ad27af36d02fbdeb7c8a5d1b4c060 Author: Sergei Trofimovich gentoo org> AuthorDate: Tue Aug 18 21:51:48 2020 + Commit: Sergei Trofimovich gentoo org> CommitDate: Tue Aug 18 21:53:14 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fbb25e06 dev-python/async_generator: keyworded 1.10 for ia64 keyworded wrt bug #737618 Package-Manager: Portage-3.0.3, Repoman-3.0.0 RepoMan-Options: --include-arches="ia64" Signed-off-by: Sergei Trofimovich gentoo.org> dev-python/async_generator/async_generator-1.10.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/async_generator/async_generator-1.10.ebuild b/dev-python/async_generator/async_generator-1.10.ebuild index 89e8356c1bd..e62b8ecf3ee 100644 --- a/dev-python/async_generator/async_generator-1.10.ebuild +++ b/dev-python/async_generator/async_generator-1.10.ebuild @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="|| ( MIT Apache-2.0 )" SLOT="0" -KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 x86" +KEYWORDS="amd64 arm arm64 ~ia64 ~ppc ~ppc64 x86" DOCS=( README.rst )
[gentoo-commits] repo/gentoo:master commit in: dev-python/sphinxcontrib-newsfeed/
commit: 5277cfb047d5a1a4c93482148690b5c60ccfefcd Author: Sergei Trofimovich gentoo org> AuthorDate: Tue Aug 18 21:51:39 2020 + Commit: Sergei Trofimovich gentoo org> CommitDate: Tue Aug 18 21:53:13 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5277cfb0 dev-python/sphinxcontrib-newsfeed: keyworded 0.1.4 for ia64 keyworded wrt bug #737618 Package-Manager: Portage-3.0.3, Repoman-3.0.0 RepoMan-Options: --include-arches="ia64" Signed-off-by: Sergei Trofimovich gentoo.org> dev-python/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-0.1.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-0.1.4.ebuild b/dev-python/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-0.1.4.ebuild index 7c66e8d5cfd..e9858b7d761 100644 --- a/dev-python/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-0.1.4.ebuild +++ b/dev-python/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-0.1.4.ebuild @@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD-2" SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~arm ~arm64 ~ia64 x86 ~amd64-linux ~x86-linux" IUSE="examples" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
[gentoo-commits] repo/gentoo:master commit in: dev-python/pyenchant/
commit: d26f5b22b2acc03bf905b2cf042b3940a329b830 Author: Sergei Trofimovich gentoo org> AuthorDate: Tue Aug 18 21:51:58 2020 + Commit: Sergei Trofimovich gentoo org> CommitDate: Tue Aug 18 21:53:15 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d26f5b22 dev-python/pyenchant: keyworded 3.1.0 for ia64 keyworded wrt bug #737618 Package-Manager: Portage-3.0.3, Repoman-3.0.0 RepoMan-Options: --include-arches="ia64" Signed-off-by: Sergei Trofimovich gentoo.org> dev-python/pyenchant/pyenchant-3.1.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pyenchant/pyenchant-3.1.0.ebuild b/dev-python/pyenchant/pyenchant-3.1.0.ebuild index b9de5586ac7..50de6344eaa 100644 --- a/dev-python/pyenchant/pyenchant-3.1.0.ebuild +++ b/dev-python/pyenchant/pyenchant-3.1.0.ebuild @@ -16,7 +16,7 @@ SRC_URI=" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~amd64 arm arm64 ~hppa ppc ppc64 sparc ~x86" +KEYWORDS="~amd64 arm arm64 ~hppa ~ia64 ppc ppc64 sparc ~x86" RDEPEND="app-text/enchant:*" BDEPEND="
[gentoo-commits] repo/gentoo:master commit in: www-servers/gunicorn/
commit: 6237f9d9394f39dcaf95c316da8ee147f83eff43 Author: Sergei Trofimovich gentoo org> AuthorDate: Tue Aug 18 21:51:51 2020 + Commit: Sergei Trofimovich gentoo org> CommitDate: Tue Aug 18 21:53:14 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6237f9d9 www-servers/gunicorn: keyworded 20.0.4 for ia64 keyworded wrt bug #737618 Package-Manager: Portage-3.0.3, Repoman-3.0.0 RepoMan-Options: --include-arches="ia64" Signed-off-by: Sergei Trofimovich gentoo.org> www-servers/gunicorn/gunicorn-20.0.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www-servers/gunicorn/gunicorn-20.0.4.ebuild b/www-servers/gunicorn/gunicorn-20.0.4.ebuild index 7105a5fd3e3..d06b018b809 100644 --- a/www-servers/gunicorn/gunicorn-20.0.4.ebuild +++ b/www-servers/gunicorn/gunicorn-20.0.4.ebuild @@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT PSF-2 doc? ( BSD )" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~x86" RDEPEND="dev-python/setproctitle[${PYTHON_USEDEP}]"
[gentoo-commits] repo/gentoo:master commit in: dev-python/sphinxcontrib-spelling/
commit: 45788d2729541f682e92cada94cc88332cc52b5f Author: Sergei Trofimovich gentoo org> AuthorDate: Tue Aug 18 21:52:35 2020 + Commit: Sergei Trofimovich gentoo org> CommitDate: Tue Aug 18 21:53:23 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45788d27 dev-python/sphinxcontrib-spelling: keyworded 5.2.2 for ia64 keyworded wrt bug #737618 Package-Manager: Portage-3.0.3, Repoman-3.0.0 RepoMan-Options: --include-arches="ia64" Signed-off-by: Sergei Trofimovich gentoo.org> dev-python/sphinxcontrib-spelling/sphinxcontrib-spelling-5.2.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/sphinxcontrib-spelling/sphinxcontrib-spelling-5.2.2.ebuild b/dev-python/sphinxcontrib-spelling/sphinxcontrib-spelling-5.2.2.ebuild index 9cd2451e069..f0af7ff34fe 100644 --- a/dev-python/sphinxcontrib-spelling/sphinxcontrib-spelling-5.2.2.ebuild +++ b/dev-python/sphinxcontrib-spelling/sphinxcontrib-spelling-5.2.2.ebuild @@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD-2" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~x86 ~amd64-linux ~x86-linux" RDEPEND=" $(python_gen_cond_dep '
[gentoo-commits] repo/gentoo:master commit in: dev-python/hypothesis/
commit: 48c671914aad64e59d88d2bf75ba23afb55816a6 Author: Sergei Trofimovich gentoo org> AuthorDate: Tue Aug 18 21:52:13 2020 + Commit: Sergei Trofimovich gentoo org> CommitDate: Tue Aug 18 21:53:19 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48c67191 dev-python/hypothesis: keyworded 5.26.0 for ia64 keyworded wrt bug #737618 Package-Manager: Portage-3.0.3, Repoman-3.0.0 RepoMan-Options: --include-arches="ia64" Signed-off-by: Sergei Trofimovich gentoo.org> dev-python/hypothesis/hypothesis-5.26.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/hypothesis/hypothesis-5.26.0.ebuild b/dev-python/hypothesis/hypothesis-5.26.0.ebuild index 36a076362ce..2ac74d435dc 100644 --- a/dev-python/hypothesis/hypothesis-5.26.0.ebuild +++ b/dev-python/hypothesis/hypothesis-5.26.0.ebuild @@ -16,7 +16,7 @@ S="${WORKDIR}/${PN}-${PN}-python-${PV}/${PN}-python" LICENSE="MPL-2.0" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~ia64 ~x86" IUSE="cli test" RESTRICT="!test? ( test )"
[gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-aiohttp/
commit: 19ba877563d00600fb01311f3695957189b48e32 Author: Sergei Trofimovich gentoo org> AuthorDate: Tue Aug 18 21:51:54 2020 + Commit: Sergei Trofimovich gentoo org> CommitDate: Tue Aug 18 21:53:15 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19ba8775 dev-python/pytest-aiohttp: keyworded 0.3.0-r1 for ia64 keyworded wrt bug #737618 Package-Manager: Portage-3.0.3, Repoman-3.0.0 RepoMan-Options: --include-arches="ia64" Signed-off-by: Sergei Trofimovich gentoo.org> dev-python/pytest-aiohttp/pytest-aiohttp-0.3.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pytest-aiohttp/pytest-aiohttp-0.3.0-r1.ebuild b/dev-python/pytest-aiohttp/pytest-aiohttp-0.3.0-r1.ebuild index 115b9ed5685..a274f95e139 100644 --- a/dev-python/pytest-aiohttp/pytest-aiohttp-0.3.0-r1.ebuild +++ b/dev-python/pytest-aiohttp/pytest-aiohttp-0.3.0-r1.ebuild @@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 x86" +KEYWORDS="amd64 ~arm ~arm64 ~ia64 x86" IUSE="" RDEPEND="
[gentoo-commits] repo/gentoo:master commit in: dev-python/reportlab/
commit: 9a2c3af69bdd042aa2c09037675f4529422ad6d9 Author: Sergei Trofimovich gentoo org> AuthorDate: Tue Aug 18 21:52:07 2020 + Commit: Sergei Trofimovich gentoo org> CommitDate: Tue Aug 18 21:53:16 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a2c3af6 dev-python/reportlab: keyworded 3.5.42 for ia64 keyworded wrt bug #737618 Package-Manager: Portage-3.0.3, Repoman-3.0.0 RepoMan-Options: --include-arches="ia64" Signed-off-by: Sergei Trofimovich gentoo.org> dev-python/reportlab/reportlab-3.5.42.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/reportlab/reportlab-3.5.42.ebuild b/dev-python/reportlab/reportlab-3.5.42.ebuild index 9b97a79d088..14abd20e320 100644 --- a/dev-python/reportlab/reportlab-3.5.42.ebuild +++ b/dev-python/reportlab/reportlab-3.5.42.ebuild @@ -18,7 +18,7 @@ SRC_URI=" LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ppc ppc64 sparc x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux" IUSE="test" RESTRICT="!test? ( test )"
[gentoo-commits] repo/gentoo:master commit in: xfce-base/garcon/
commit: 72f0a4de3ebd9dac4706496bad9ac5fb8668cb35 Author: Michał Górny gentoo org> AuthorDate: Tue Aug 18 21:29:17 2020 + Commit: Michał Górny gentoo org> CommitDate: Tue Aug 18 21:34:29 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72f0a4de xfce-base/garcon: Bump to 0.7.1 Signed-off-by: Michał Górny gentoo.org> xfce-base/garcon/Manifest| 1 + xfce-base/garcon/garcon-0.7.1.ebuild | 39 2 files changed, 40 insertions(+) diff --git a/xfce-base/garcon/Manifest b/xfce-base/garcon/Manifest index 7dd1d465b75..6e17ca947ca 100644 --- a/xfce-base/garcon/Manifest +++ b/xfce-base/garcon/Manifest @@ -1,2 +1,3 @@ DIST garcon-0.6.4.tar.bz2 519744 BLAKE2B 3d5e90d8a1159aac4eb2f2455978bbe1de99b523b5383037c021f3490800349bff1d6f5333853b08db34c9d18f3c5fc787f51927d94cfd2cd747e839b1529e38 SHA512 96a99eb163909ba411ca5928c3fc0a569a6d833fba92edcfa845eb90b56abb02e1428a2cbf61fc1c564f1659d51b24ce174e3864fcc987a37158703df0ac2510 DIST garcon-0.7.0.tar.bz2 508624 BLAKE2B 592d0078f4141b600f6a60818ed86cdffe289fda0f691d48b0e1992ed83191ec075483d200d312b27bd5f02e6bb0daabafeaf47a4492f489eb1e8c2af3283be2 SHA512 e865f68fe595bbc22d023d72ce4663c75e837a6789eb2158747e2cb7420ea2bba06dfd660e1de20675b9f9057cb2a9c1dc24221de8be93882e9b29bffb1fce37 +DIST garcon-0.7.1.tar.bz2 513717 BLAKE2B e87fb19ff0b3d0baf9e9def5ac028c481494334f425f28868c4e79b678e54ccdb925904980c5dc592c981c4159a8400af2d39f3350c525abef03622cd99d5be2 SHA512 90cc5c634200235a2a0d7f67584a14e32dedd9539bff627b699073a5d8797229245fd43a7256072cea40239e3b53da92691fec881195dc5d9d59f29e190054da diff --git a/xfce-base/garcon/garcon-0.7.1.ebuild b/xfce-base/garcon/garcon-0.7.1.ebuild new file mode 100644 index 000..4c320373517 --- /dev/null +++ b/xfce-base/garcon/garcon-0.7.1.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION="Xfce's freedesktop.org specification compatible menu implementation library" +HOMEPAGE="https://docs.xfce.org/xfce/exo/start"; +SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2"; + +LICENSE="LGPL-2+ FDL-1.1+" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~x86-solaris" +IUSE="introspection" + +RDEPEND=">=dev-libs/glib-2.30 + >=x11-libs/gtk+-3.20:3 + >=xfce-base/libxfce4util-4.15.2:=[introspection?] + >=xfce-base/libxfce4ui-4.15.2:=[introspection?] + introspection? ( dev-libs/gobject-introspection:= )" +DEPEND="${RDEPEND} + dev-util/glib-utils + dev-util/gtk-doc-am + dev-util/intltool + sys-devel/gettext + virtual/pkgconfig" + +src_configure() { + local myconf=( + $(use_enable introspection) + ) + + econf "${myconf[@]}" +} + +src_install() { + default + + find "${D}" -name '*.la' -delete || die +}
[gentoo-commits] repo/gentoo:master commit in: www-client/opera/
commit: 7fd1a49b0b531f2a46465ad9af1ac29ac01023e1 Author: Jeroen Roovers gentoo org> AuthorDate: Tue Aug 18 20:15:00 2020 + Commit: Jeroen Roovers gentoo org> CommitDate: Tue Aug 18 20:22:15 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7fd1a49b www-client/opera: Old Package-Manager: Portage-3.0.3, Repoman-3.0.0 Signed-off-by: Jeroen Roovers gentoo.org> www-client/opera/Manifest | 1 - www-client/opera/opera-70.0.3728.106.ebuild | 110 2 files changed, 111 deletions(-) diff --git a/www-client/opera/Manifest b/www-client/opera/Manifest index e1a623c4326..c32f1b11e79 100644 --- a/www-client/opera/Manifest +++ b/www-client/opera/Manifest @@ -1,2 +1 @@ -DIST opera-stable_70.0.3728.106_amd64.deb 67371992 BLAKE2B 0dc40ba6d13953f482af6655055d9c8b9dde72bf76cbfd2c17db205bc8e23cf1013f89e02dfe3a426b0f7a1225c0dc1191feb058260485360d74c360280ae488 SHA512 047d9638a82b28b2a3454c34f403b99b123152e36cb6e446dbdd88d56b9868959c3a1129962f6ccf436dd475de06abe6eca042451e73211493b2ff64d219c163 DIST opera-stable_70.0.3728.119_amd64.deb 67419040 BLAKE2B fbb33d208d952e2547213b87d4f5ff4b3381b10db4a08ef4ba7520ad855ccaae42f16c0a595137e41af17f40f33a92217e827adb582efab09bfb0be04e0aa848 SHA512 746a33f8ee3261eed14dd8f87dd3b06d5d6ddc7047de5ddf7e18fe199f71ad90f7e812caa41063556f7c5ba919bd5990eccbb82eac8e37684c0b22fb3ce10070 diff --git a/www-client/opera/opera-70.0.3728.106.ebuild b/www-client/opera/opera-70.0.3728.106.ebuild deleted file mode 100644 index fb69b98489d..000 --- a/www-client/opera/opera-70.0.3728.106.ebuild +++ /dev/null @@ -1,110 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -CHROMIUM_LANGS=" - be bg bn ca cs da de el en-GB en-US es-419 es fil fi fr-CA fr hi hr hu id - it ja ko lt lv ms nb nl pl pt-BR pt-PT ro ru sk sr sv sw ta te th tr uk vi - zh-CN zh-TW - -" -inherit chromium-2 multilib unpacker xdg-utils - -DESCRIPTION="A fast and secure web browser" -HOMEPAGE="https://www.opera.com/"; -LICENSE="OPERA-2014" -SLOT="0" -SRC_URI_BASE=" - https://download1.operacdn.com/pub/ - https://download2.operacdn.com/pub/ - https://download3.operacdn.com/pub/ - https://download4.operacdn.com/pub/ -" -for uri in ${SRC_URI_BASE}; do -SRC_URI+=" - "${uri}${PN}/desktop/${PV}/linux/${PN}-stable_${PV}_amd64.deb" -" -done -KEYWORDS="amd64" - -RDEPEND=" - dev-libs/expat - dev-libs/glib:2 - dev-libs/nspr - dev-libs/nss - media-libs/alsa-lib - media-libs/fontconfig - media-libs/freetype - net-misc/curl - net-print/cups - sys-apps/dbus - x11-libs/cairo - x11-libs/gdk-pixbuf - x11-libs/gtk+:3 - x11-libs/libX11 - x11-libs/libXScrnSaver - x11-libs/libXcomposite - x11-libs/libXcursor - x11-libs/libXdamage - x11-libs/libXext - x11-libs/libXfixes - x11-libs/libXi - x11-libs/libXrandr - x11-libs/libXrender - x11-libs/libXtst - x11-libs/libnotify - x11-libs/pango[X] -" - -QA_PREBUILT="*" -S=${WORKDIR} - -src_unpack() { - unpack_deb ${A} -} - -src_prepare() { - default - - OPERA_HOME="usr/$(get_libdir)/${PN}" - - case ${ARCH} in - amd64) - mv usr/lib/x86_64-linux-gnu usr/$(get_libdir) || die - rm -r usr/lib || die - ;; - esac - - rm usr/bin/${PN} || die - - rm usr/share/doc/${PN}-stable/copyright || die - mv usr/share/doc/${PN}-stable usr/share/doc/${PF} || die - gunzip usr/share/doc/${PF}/changelog.gz || die - - pushd "${OPERA_HOME}"/localization > /dev/null || die - chromium_remove_language_paks - popd > /dev/null || die - - sed -i \ - -e 's|^TargetEnvironment|X-&|g' \ - usr/share/applications/${PN}.desktop || die -} - -src_install() { - rm "${OPERA_HOME}"/${PN}_autoupdate || die - mv * "${D}" || die - dosym ../$(get_libdir)/${PN}/${PN} /usr/bin/${PN} - fperms 4711 /"${OPERA_HOME}"/opera_sandbox -} - -pkg_postrm() { - xdg_desktop_database_update - xdg_icon_cache_update - xdg_mimeinfo_database_update -} - -pkg_postinst() { - xdg_desktop_database_update - xdg_icon_cache_update - xdg_mimeinfo_database_update -}
[gentoo-commits] repo/gentoo:master commit in: x11-drivers/nvidia-drivers/
commit: 9eceb5db322b80c21ba2408058c9735576b8f011 Author: Jeroen Roovers gentoo org> AuthorDate: Tue Aug 18 20:14:26 2020 + Commit: Jeroen Roovers gentoo org> CommitDate: Tue Aug 18 20:22:15 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9eceb5db x11-drivers/nvidia-drivers: Version 450.66 Package-Manager: Portage-3.0.3, Repoman-3.0.0 Signed-off-by: Jeroen Roovers gentoo.org> x11-drivers/nvidia-drivers/Manifest| 3 + .../nvidia-drivers/nvidia-drivers-450.66.ebuild| 595 + 2 files changed, 598 insertions(+) diff --git a/x11-drivers/nvidia-drivers/Manifest b/x11-drivers/nvidia-drivers/Manifest index f7091a1bd0e..ae87c5b52dd 100644 --- a/x11-drivers/nvidia-drivers/Manifest +++ b/x11-drivers/nvidia-drivers/Manifest @@ -7,6 +7,7 @@ DIST NVIDIA-FreeBSD-x86_64-390.138.tar.gz 65280213 BLAKE2B 36d5651ceaf90cefcf9e8 DIST NVIDIA-FreeBSD-x86_64-435.21.tar.gz 64153630 BLAKE2B fee655cc843c004ac0c1ec85b9417292016a013136e04ad047d2513edbdc7c732561d6bcc4603c658905972dce6618de49d4d6ac583e84fdf212cf45397b48c1 SHA512 2c160c06ca58e3009deb1ba4a4a28d39419e251ced3bfa9a442942f9cce17003d67e8a8bfa23036d3916cc0e66f4bff0fbedaae73db6f10b995235a56d7eba7c DIST NVIDIA-FreeBSD-x86_64-440.100.tar.gz 82523267 BLAKE2B 9d8eddcf3a58787a03fab207c197d722ff047f8bc840ea41e8d38815fbfab9e54759b9fbeaa26e3d147f54cb4a510eec421708d3bbb21197922f4dc175ed6df5 SHA512 96f57e1f308f0e5f00ef09a128e91a68ac55033893000e84cf4ff1a910a88798743c911b3effcc26c3f27ae224b733d8c2f87e9ec0596149f65ad7bcd71edbc5 DIST NVIDIA-FreeBSD-x86_64-450.57.tar.gz 82770857 BLAKE2B 1e43f98bac3cc7bbb3a2a7cb45ace7914497840a24ae541f0c2a180aae3c4d97238505fbe29b1605e0ba7e95ba7ff88a60a5c74cd73718b6496ac4be52df5643 SHA512 f0f23b03617b2a33562dadb6e0ae57b1156413a89d5a93b1269397fbb0ab91b6a181ff366515611230d04a4152a685e0bc68cde4b1d95f1d3b6b71b16a6a4146 +DIST NVIDIA-FreeBSD-x86_64-450.66.tar.gz 82963662 BLAKE2B 8b0e0993600b4b9b5fa1648444f677c5a9f27523cdd8e3edbd67d7cecf67a7bcc2b975dface68dfa16e7d31f2219b0283f9313f4bd37023344bb8c4515a85c0f SHA512 744e912d7433a8db2af27f91854361054cc0085067951c03278a0ca1c6daacc7f9e34ed6db5bd87d78932c0836b28e77a79f306d6b5d3b43c2d21288774fb9fe DIST NVIDIA-Linux-armv7l-gnueabihf-390.132.run 29084574 BLAKE2B 4727627de610928f0808c0213c9d359c5566900972ab9fbd3d0c58b36c0a1331799ceea22b4defdcfb81c3132f6124d8a6357de8124921eef608938afdc1380d SHA512 2f78a722ec31ceda86afc1831cb42d0eab8f8698b94c7fbc8569a6d34693b50e74453d5aaf3c0180f1fc2511b8c237ac635aceb24bcbea468f2a092cb44f98ee DIST NVIDIA-Linux-armv7l-gnueabihf-390.138.run 28540622 BLAKE2B 342852dd6fa371f86d19547d73edef582fe3f04cf4f6e9ec247767951180671ba46f3ed2ee7bab11b0cf2f8bb1eb846b1d7481d318789c14ce79b54fefe0f830 SHA512 e04b8aca202c1df305f7b67ec372322494fa7b77f27cbf04f240527dcac0ce3ffa5e0e9df36b52045ac13fbc2f84b5033784040884ed19072f66f41385d11b97 DIST NVIDIA-Linux-x86-340.108.run 38902892 BLAKE2B 67e3c336a1f3e953e0fbccf96177bef7e0674c32243856660e9203e7c5fd4ada12a5fa784cebc2150d2133bdb16c19109f9fc5c04d4a138bd519def80c43164c SHA512 cf122c4cf724737cc647bc3d115e853bfe17027d5070c5ed68caf78e0dab718e7345bf824d0e8b33489bf299957dab8ff249cb0f837c3d17b2bb60887afe2818 @@ -18,9 +19,11 @@ DIST NVIDIA-Linux-x86_64-390.138.run 83780873 BLAKE2B 5e6a9d77dd2b9de17d92319810 DIST NVIDIA-Linux-x86_64-435.21.run 144387574 BLAKE2B e9afd6335182a28f5136dbef55195a2f2d8f768376ebc148190a0a82470a34d008ce04170ffc1aab36585605910c1300567a90443b5f58cb46ec3bff6ab9409c SHA512 e83b6dff80434971c0b254815945d485a45c978b8a19994244f50a463658863948b2eac8bc62d667bb10c23f41cf1c3521c409d23ac2ab6a0c0cd094a6e20270 DIST NVIDIA-Linux-x86_64-440.100.run 144653408 BLAKE2B a62e6324f5ac6033c1c4b59486c86a6d4f81b240e5a7ddf9f861f9cfec4daedbe08ef3af6556c1cd4260a5a6fcd1b8bfed886ae617677d87c3a900d0e313267b SHA512 274b3a8e4c801b67a3f71f11da93134bc1a16a48bc85a6bf63265c00bb3fd8caf935dd23c85c40285a162e83c146bd5e34bb0b1d74fc34e7122bfc4c3a8c81e7 DIST NVIDIA-Linux-x86_64-450.57.run 142648373 BLAKE2B fedc6d8a87a990be6485f5180efa2e0654025ff6048d9e7cbeb84b56675d11b5acaa65385d1f17d23b10b9cb8e336822fa0110747ead86b0b784366e5b41e421 SHA512 2c57f4752239a028f04a7bdc62e363600b67c8d83b5bfeb2649b41d2f5776c56780a46ced93ee9c22f22a0d820372d2ab0bfdde5044131eafe7f5f2df489fa81 +DIST NVIDIA-Linux-x86_64-450.66.run 141068918 BLAKE2B de8f76eade30bcd040d4a022edb96ab00be00190ed2a86b96584a4b147a2da935f8e83411f01d03f747c875a652f8e6f843bf273f905f1e8fa334e263bd941f3 SHA512 d4408cf2274602b7ee28f1056b8875468e8b9dae9f9e2dd8fe2dc505cbcdbb76eff2e2182252b8d5182008046ed5ca33c2fdc15d46e4c854b7ca46325724bc67 DIST nvidia-settings-340.108.tar.bz2 1550018 BLAKE2B 1acdfbcb0e7c02af33f5e86b9b140e356057efd9825fbc130971884ae76dd23765c2a0dbd00e1ac47bbff882f6d004e0a10c0195e6c6dce1408c72a00e0e6322 SHA512 d8b6dcbd3803af4da22cfffc039e1c050313f90b7ee86106a784863f7c203de9137ac2fee12aa800498cc56081dbe7e3aaa943c162037477ce97a07a237db41a DIST nvidia-settings-390.132.tar.bz2 1109373 BLAKE2B cec60b7409f6d352af
[gentoo-commits] repo/gentoo:master commit in: www-client/opera/
commit: 5113aa4d781317b9fd2219c0d97104a740a12e7c Author: Jeroen Roovers gentoo org> AuthorDate: Tue Aug 18 20:11:31 2020 + Commit: Jeroen Roovers gentoo org> CommitDate: Tue Aug 18 20:22:13 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5113aa4d www-client/opera: Version 70.0.3728.119 Package-Manager: Portage-3.0.3, Repoman-3.0.0 Signed-off-by: Jeroen Roovers gentoo.org> www-client/opera/Manifest | 1 + www-client/opera/opera-70.0.3728.119.ebuild | 110 2 files changed, 111 insertions(+) diff --git a/www-client/opera/Manifest b/www-client/opera/Manifest index 2c253644d4c..e1a623c4326 100644 --- a/www-client/opera/Manifest +++ b/www-client/opera/Manifest @@ -1 +1,2 @@ DIST opera-stable_70.0.3728.106_amd64.deb 67371992 BLAKE2B 0dc40ba6d13953f482af6655055d9c8b9dde72bf76cbfd2c17db205bc8e23cf1013f89e02dfe3a426b0f7a1225c0dc1191feb058260485360d74c360280ae488 SHA512 047d9638a82b28b2a3454c34f403b99b123152e36cb6e446dbdd88d56b9868959c3a1129962f6ccf436dd475de06abe6eca042451e73211493b2ff64d219c163 +DIST opera-stable_70.0.3728.119_amd64.deb 67419040 BLAKE2B fbb33d208d952e2547213b87d4f5ff4b3381b10db4a08ef4ba7520ad855ccaae42f16c0a595137e41af17f40f33a92217e827adb582efab09bfb0be04e0aa848 SHA512 746a33f8ee3261eed14dd8f87dd3b06d5d6ddc7047de5ddf7e18fe199f71ad90f7e812caa41063556f7c5ba919bd5990eccbb82eac8e37684c0b22fb3ce10070 diff --git a/www-client/opera/opera-70.0.3728.119.ebuild b/www-client/opera/opera-70.0.3728.119.ebuild new file mode 100644 index 000..58c0be89c0a --- /dev/null +++ b/www-client/opera/opera-70.0.3728.119.ebuild @@ -0,0 +1,110 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +CHROMIUM_LANGS=" + be bg bn ca cs da de el en-GB en-US es-419 es fil fi fr-CA fr hi hr hu id + it ja ko lt lv ms nb nl pl pt-BR pt-PT ro ru sk sr sv sw ta te th tr uk vi + zh-CN zh-TW + +" +inherit chromium-2 multilib unpacker xdg-utils + +DESCRIPTION="A fast and secure web browser" +HOMEPAGE="https://www.opera.com/"; +LICENSE="OPERA-2014" +SLOT="0" +SRC_URI_BASE=" + https://download1.operacdn.com/pub/ + https://download2.operacdn.com/pub/ + https://download3.operacdn.com/pub/ + https://download4.operacdn.com/pub/ +" +for uri in ${SRC_URI_BASE}; do +SRC_URI+=" + "${uri}${PN}/desktop/${PV}/linux/${PN}-stable_${PV}_amd64.deb" +" +done +KEYWORDS="~amd64" + +RDEPEND=" + dev-libs/expat + dev-libs/glib:2 + dev-libs/nspr + dev-libs/nss + media-libs/alsa-lib + media-libs/fontconfig + media-libs/freetype + net-misc/curl + net-print/cups + sys-apps/dbus + x11-libs/cairo + x11-libs/gdk-pixbuf + x11-libs/gtk+:3 + x11-libs/libX11 + x11-libs/libXScrnSaver + x11-libs/libXcomposite + x11-libs/libXcursor + x11-libs/libXdamage + x11-libs/libXext + x11-libs/libXfixes + x11-libs/libXi + x11-libs/libXrandr + x11-libs/libXrender + x11-libs/libXtst + x11-libs/libnotify + x11-libs/pango[X] +" + +QA_PREBUILT="*" +S=${WORKDIR} + +src_unpack() { + unpack_deb ${A} +} + +src_prepare() { + default + + OPERA_HOME="usr/$(get_libdir)/${PN}" + + case ${ARCH} in + amd64) + mv usr/lib/x86_64-linux-gnu usr/$(get_libdir) || die + rm -r usr/lib || die + ;; + esac + + rm usr/bin/${PN} || die + + rm usr/share/doc/${PN}-stable/copyright || die + mv usr/share/doc/${PN}-stable usr/share/doc/${PF} || die + gunzip usr/share/doc/${PF}/changelog.gz || die + + pushd "${OPERA_HOME}"/localization > /dev/null || die + chromium_remove_language_paks + popd > /dev/null || die + + sed -i \ + -e 's|^TargetEnvironment|X-&|g' \ + usr/share/applications/${PN}.desktop || die +} + +src_install() { + rm "${OPERA_HOME}"/${PN}_autoupdate || die + mv * "${D}" || die + dosym ../$(get_libdir)/${PN}/${PN} /usr/bin/${PN} + fperms 4711 /"${OPERA_HOME}"/opera_sandbox +} + +pkg_postrm() { + xdg_desktop_database_update + xdg_icon_cache_update + xdg_mimeinfo_database_update +} + +pkg_postinst() { + xdg_desktop_database_update + xdg_icon_cache_update + xdg_mimeinfo_database_update +}
[gentoo-commits] repo/gentoo:master commit in: www-client/opera/
commit: 461c76db4a57de1b5f4ce1bda30c9639ca855b9c Author: Jeroen Roovers gentoo org> AuthorDate: Tue Aug 18 20:12:44 2020 + Commit: Jeroen Roovers gentoo org> CommitDate: Tue Aug 18 20:22:14 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=461c76db www-client/opera: Stable Package-Manager: Portage-3.0.3, Repoman-3.0.0 Signed-off-by: Jeroen Roovers gentoo.org> www-client/opera/opera-70.0.3728.119.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www-client/opera/opera-70.0.3728.119.ebuild b/www-client/opera/opera-70.0.3728.119.ebuild index 58c0be89c0a..fb69b98489d 100644 --- a/www-client/opera/opera-70.0.3728.119.ebuild +++ b/www-client/opera/opera-70.0.3728.119.ebuild @@ -25,7 +25,7 @@ SRC_URI+=" "${uri}${PN}/desktop/${PV}/linux/${PN}-stable_${PV}_amd64.deb" " done -KEYWORDS="~amd64" +KEYWORDS="amd64" RDEPEND=" dev-libs/expat
[gentoo-commits] proj/kde:master commit in: kde-apps/libkdepim/
commit: 2c5a9190c1339c86229a1271cd84b5be6ba773f4 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Aug 18 19:30:41 2020 + Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Aug 18 19:31:53 2020 + URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=2c5a9190 kde-apps/libkdepim: Update DEPENDs Upstream commit: ec2e44f205f0520fd9af8432eafb348b43d20b70 860b0c57ccb00a8492b67495a73243d30ec11f71 Package-Manager: Portage-3.0.3, Repoman-3.0.0 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/libkdepim/libkdepim-.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/kde-apps/libkdepim/libkdepim-.ebuild b/kde-apps/libkdepim/libkdepim-.ebuild index 19e63a6266..5c35ac7e79 100644 --- a/kde-apps/libkdepim/libkdepim-.ebuild +++ b/kde-apps/libkdepim/libkdepim-.ebuild @@ -23,14 +23,13 @@ DEPEND=" >=dev-qt/qtgui-${QTMIN}:5 >=dev-qt/qtnetwork-${QTMIN}:5 >=dev-qt/qtwidgets-${QTMIN}:5 - >=kde-frameworks/kcmutils-${KFMIN}:5 >=kde-frameworks/kcodecs-${KFMIN}:5 >=kde-frameworks/kcompletion-${KFMIN}:5 >=kde-frameworks/kconfig-${KFMIN}:5 >=kde-frameworks/kconfigwidgets-${KFMIN}:5 >=kde-frameworks/kcoreaddons-${KFMIN}:5 + >=kde-frameworks/kguiaddons-${KFMIN}:5 >=kde-frameworks/ki18n-${KFMIN}:5 - >=kde-frameworks/kio-${KFMIN}:5 >=kde-frameworks/kitemviews-${KFMIN}:5 >=kde-frameworks/kjobwidgets-${KFMIN}:5 >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
[gentoo-commits] proj/kde:master commit in: dev-util/kdevelop/
commit: c89e980bdea20117371e14a128586c1e62b41146 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Aug 18 18:33:54 2020 + Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Aug 18 18:33:54 2020 + URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=c89e980b dev-util/kdevelop: Sort DEPENDs Package-Manager: Portage-3.0.3, Repoman-3.0.0 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-util/kdevelop/kdevelop-5.5.80.ebuild | 2 +- dev-util/kdevelop/kdevelop-5.6..ebuild | 2 +- dev-util/kdevelop/kdevelop-.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-util/kdevelop/kdevelop-5.5.80.ebuild b/dev-util/kdevelop/kdevelop-5.5.80.ebuild index 4c73915220..5a3edac39a 100644 --- a/dev-util/kdevelop/kdevelop-5.5.80.ebuild +++ b/dev-util/kdevelop/kdevelop-5.5.80.ebuild @@ -31,6 +31,7 @@ COMMON_DEPEND=" >=dev-qt/qthelp-${QTMIN}:5 >=dev-qt/qtnetwork-${QTMIN}:5 >=dev-qt/qttest-${QTMIN}:5 + >=dev-qt/qtwebengine-${QTMIN}:5[widgets] >=dev-qt/qtwidgets-${QTMIN}:5 >=dev-qt/qtxml-${QTMIN}:5 >=dev-util/astyle-3.1:= @@ -78,7 +79,6 @@ COMMON_DEPEND=" dev-libs/apr-util:1 dev-vcs/subversion ) - >=dev-qt/qtwebengine-${QTMIN}:5[widgets] " DEPEND="${COMMON_DEPEND} dev-libs/boost diff --git a/dev-util/kdevelop/kdevelop-5.6..ebuild b/dev-util/kdevelop/kdevelop-5.6..ebuild index 4c73915220..5a3edac39a 100644 --- a/dev-util/kdevelop/kdevelop-5.6..ebuild +++ b/dev-util/kdevelop/kdevelop-5.6..ebuild @@ -31,6 +31,7 @@ COMMON_DEPEND=" >=dev-qt/qthelp-${QTMIN}:5 >=dev-qt/qtnetwork-${QTMIN}:5 >=dev-qt/qttest-${QTMIN}:5 + >=dev-qt/qtwebengine-${QTMIN}:5[widgets] >=dev-qt/qtwidgets-${QTMIN}:5 >=dev-qt/qtxml-${QTMIN}:5 >=dev-util/astyle-3.1:= @@ -78,7 +79,6 @@ COMMON_DEPEND=" dev-libs/apr-util:1 dev-vcs/subversion ) - >=dev-qt/qtwebengine-${QTMIN}:5[widgets] " DEPEND="${COMMON_DEPEND} dev-libs/boost diff --git a/dev-util/kdevelop/kdevelop-.ebuild b/dev-util/kdevelop/kdevelop-.ebuild index 4c73915220..5a3edac39a 100644 --- a/dev-util/kdevelop/kdevelop-.ebuild +++ b/dev-util/kdevelop/kdevelop-.ebuild @@ -31,6 +31,7 @@ COMMON_DEPEND=" >=dev-qt/qthelp-${QTMIN}:5 >=dev-qt/qtnetwork-${QTMIN}:5 >=dev-qt/qttest-${QTMIN}:5 + >=dev-qt/qtwebengine-${QTMIN}:5[widgets] >=dev-qt/qtwidgets-${QTMIN}:5 >=dev-qt/qtxml-${QTMIN}:5 >=dev-util/astyle-3.1:= @@ -78,7 +79,6 @@ COMMON_DEPEND=" dev-libs/apr-util:1 dev-vcs/subversion ) - >=dev-qt/qtwebengine-${QTMIN}:5[widgets] " DEPEND="${COMMON_DEPEND} dev-libs/boost
[gentoo-commits] proj/kde:master commit in: kde-apps/mailcommon/
commit: c27aca621c1a31473a5c9bf9c692428c966f48bc Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Aug 18 19:33:44 2020 + Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Aug 18 19:33:44 2020 + URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=c27aca62 kde-apps/mailcommon: Add new DEPEND Upstream commit aa525f1a70490e8e3dae9a1410a541cdd12b6129 Package-Manager: Portage-3.0.3, Repoman-3.0.0 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/mailcommon/mailcommon-.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/kde-apps/mailcommon/mailcommon-.ebuild b/kde-apps/mailcommon/mailcommon-.ebuild index a02be09371..2c9fff3b4d 100644 --- a/kde-apps/mailcommon/mailcommon-.ebuild +++ b/kde-apps/mailcommon/mailcommon-.ebuild @@ -46,6 +46,7 @@ DEPEND=" >=kde-frameworks/kconfigwidgets-${KFMIN}:5 >=kde-frameworks/kcontacts-${KFMIN}:5 >=kde-frameworks/kdbusaddons-${KFMIN}:5 + >=kde-frameworks/kguiaddons-${KFMIN}:5 >=kde-frameworks/ki18n-${KFMIN}:5 >=kde-frameworks/kiconthemes-${KFMIN}:5 >=kde-frameworks/kio-${KFMIN}:5
[gentoo-commits] proj/kde:master commit in: media-gfx/digikam/
commit: 4d87fa70cd168a98c523932d9d8c43b8cf74d319 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Aug 18 18:34:38 2020 + Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Aug 18 18:35:06 2020 + URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=4d87fa70 media-gfx/digikam: Drop IUSE=webkit Package-Manager: Portage-3.0.3, Repoman-3.0.0 Signed-off-by: Andreas Sturmlechner gentoo.org> media-gfx/digikam/digikam-.ebuild | 7 +++ media-gfx/digikam/metadata.xml| 1 - 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/media-gfx/digikam/digikam-.ebuild b/media-gfx/digikam/digikam-.ebuild index f96bf0ae40..d630d405fe 100644 --- a/media-gfx/digikam/digikam-.ebuild +++ b/media-gfx/digikam/digikam-.ebuild @@ -24,7 +24,7 @@ HOMEPAGE="https://www.digikam.org/"; LICENSE="GPL-2" SLOT="5" -IUSE="addressbook calendar gphoto2 heif +imagemagick +lensfun marble mediaplayer mysql opengl openmp +panorama scanner semantic-desktop webkit X" +IUSE="addressbook calendar gphoto2 heif +imagemagick +lensfun marble mediaplayer mysql opengl openmp +panorama scanner semantic-desktop X" BDEPEND=" >=dev-util/cmake-3.14.3 @@ -42,6 +42,7 @@ COMMON_DEPEND=" >=dev-qt/qtnetwork-${QTMIN}:5 >=dev-qt/qtprintsupport-${QTMIN}:5 >=dev-qt/qtsql-${QTMIN}:5[mysql?] + >=dev-qt/qtwebengine-${QTMIN}:5[widgets] >=dev-qt/qtwidgets-${QTMIN}:5 >=dev-qt/qtxml-${QTMIN}:5 >=dev-qt/qtxmlpatterns-${QTMIN}:5 @@ -90,8 +91,6 @@ COMMON_DEPEND=" panorama? ( >=kde-frameworks/threadweaver-${KFMIN}:5 ) scanner? ( >=kde-apps/libksane-19.04.3:5 ) semantic-desktop? ( >=kde-frameworks/kfilemetadata-${KFMIN}:5 ) - !webkit? ( >=dev-qt/qtwebengine-${QTMIN}:5[widgets] ) - webkit? ( >=dev-qt/qtwebkit-5.212.0_pre20180120:5 ) X? ( >=dev-qt/qtx11extras-${QTMIN}:5 x11-libs/libX11 @@ -125,6 +124,7 @@ src_configure() { -DBUILD_TESTING=OFF # bug 698192 -DENABLE_APPSTYLES=ON -DCMAKE_DISABLE_FIND_PACKAGE_Jasper=ON + -DENABLE_QWEBENGINE=ON -DENABLE_AKONADICONTACTSUPPORT=$(usex addressbook) $(cmake_use_find_package calendar KF5CalendarCore) $(cmake_use_find_package gphoto2 Gphoto2) @@ -140,7 +140,6 @@ src_configure() { $(cmake_use_find_package panorama KF5ThreadWeaver) $(cmake_use_find_package scanner KF5Sane) $(cmake_use_find_package semantic-desktop KF5FileMetaData) - -DENABLE_QWEBENGINE=$(usex !webkit) $(cmake_use_find_package X X11) ) diff --git a/media-gfx/digikam/metadata.xml b/media-gfx/digikam/metadata.xml index f08d859d16..518cc8835a 100644 --- a/media-gfx/digikam/metadata.xml +++ b/media-gfx/digikam/metadata.xml @@ -17,6 +17,5 @@ Enable support for media player using media-libs/qtav Build the panorama plugin which requires media-gfx/hugin Enable kde-frameworks/kfilemetadata support - Build with dev-qt/qtwebkit instead of dev-qt/qtwebengine
[gentoo-commits] proj/kde:master commit in: kde-apps/kdepim-addons/
commit: 85399c4be315366e18122f9c37bede69fdbe1bd4 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Aug 18 19:24:09 2020 + Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Aug 18 19:24:09 2020 + URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=85399c4b kde-apps/kdepim-addons: Add new DEPEND Upstream commit bdffb9e24c5e9c29ca235c7b4b48500a7ba81800 Package-Manager: Portage-3.0.3, Repoman-3.0.0 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/kdepim-addons/kdepim-addons-.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/kde-apps/kdepim-addons/kdepim-addons-.ebuild b/kde-apps/kdepim-addons/kdepim-addons-.ebuild index 8a9c87842d..89b35063ae 100644 --- a/kde-apps/kdepim-addons/kdepim-addons-.ebuild +++ b/kde-apps/kdepim-addons/kdepim-addons-.ebuild @@ -52,6 +52,7 @@ RDEPEND=" >=kde-frameworks/kcontacts-${KFMIN}:5 >=kde-frameworks/kcoreaddons-${KFMIN}:5 >=kde-frameworks/kdbusaddons-${KFMIN}:5 + >=kde-frameworks/kguiaddons-${KFMIN}:5 >=kde-frameworks/ki18n-${KFMIN}:5 >=kde-frameworks/kiconthemes-${KFMIN}:5 >=kde-frameworks/kio-${KFMIN}:5
[gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-imagick/
commit: 7e35823ea6575479a06a39fbb3b8c222955d81bd Author: Thomas Deutschmann gentoo org> AuthorDate: Tue Aug 18 18:34:59 2020 + Commit: Thomas Deutschmann gentoo org> CommitDate: Tue Aug 18 18:38:24 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e35823e dev-php/pecl-imagick: require imagemagick[svg] Test 243_Tutorial_svgExample_basic requires SVG support. Bug: https://bugs.gentoo.org/737876 Package-Manager: Portage-3.0.3, Repoman-3.0.0 Signed-off-by: Thomas Deutschmann gentoo.org> dev-php/pecl-imagick/pecl-imagick-3.4.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-php/pecl-imagick/pecl-imagick-3.4.4.ebuild b/dev-php/pecl-imagick/pecl-imagick-3.4.4.ebuild index edf1aa7add1..d89a60267ea 100644 --- a/dev-php/pecl-imagick/pecl-imagick-3.4.4.ebuild +++ b/dev-php/pecl-imagick/pecl-imagick-3.4.4.ebuild @@ -21,6 +21,6 @@ RESTRICT="!test? ( test )" # https://github.com/mkoppanen/imagick#openmp RDEPEND=">=media-gfx/imagemagick-6.2.4:=[-openmp]" DEPEND="${RDEPEND} - test? ( >=media-gfx/imagemagick-6.2.4:=[jpeg,png,truetype] )" + test? ( >=media-gfx/imagemagick-6.2.4:=[jpeg,png,svg,truetype,xml] )" PHP_EXT_ECONF_ARGS="--with-imagick=${EPREFIX}/usr"
[gentoo-commits] repo/gentoo:master commit in: profiles/prefix/
commit: 292d94b82caf1ad354bad7baff4fe0de1d483831 Author: Fabian Groffen gentoo org> AuthorDate: Tue Aug 18 18:34:41 2020 + Commit: Fabian Groffen gentoo org> CommitDate: Tue Aug 18 18:34:41 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=292d94b8 profiles/prefix/packages: drop sys-apps/kmod from @system sys-apps/kmod was introduced in commit 7b31de882d430f1b625ee9dcb960323f71d5a757 but it is obviously not keyworded on most Prefix arches, and it isn't going to be useful, so remove it again. Signed-off-by: Fabian Groffen gentoo.org> profiles/prefix/packages | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/profiles/prefix/packages b/profiles/prefix/packages index 02d85af783f..bec16c0399b 100644 --- a/profiles/prefix/packages +++ b/profiles/prefix/packages @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # Prefix does not need busybox for emergency recovery, @@ -18,3 +18,4 @@ # linux only -*sys-process/procps -*sys-process/psmisc +-*sys-apps/kmod
[gentoo-commits] repo/gentoo:master commit in: dev-games/freecell-solver/
commit: 71bc29ecd391dff6c782ba42b9fc0ab1eef47d53 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Aug 18 18:19:12 2020 + Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Aug 18 18:19:33 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71bc29ec dev-games/freecell-solver: Drop ~arm64 from 6.0.1 Package-Manager: Portage-3.0.3, Repoman-3.0.0 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-games/freecell-solver/freecell-solver-6.0.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-games/freecell-solver/freecell-solver-6.0.1.ebuild b/dev-games/freecell-solver/freecell-solver-6.0.1.ebuild index 9816507ca29..94ebeef52d0 100644 --- a/dev-games/freecell-solver/freecell-solver-6.0.1.ebuild +++ b/dev-games/freecell-solver/freecell-solver-6.0.1.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://fc-solve.shlomifish.org/downloads/fc-solve/${P}.tar.xz"; LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~x86" +KEYWORDS="~amd64 ~x86" IUSE="tcmalloc" REQUIRED_USE="${PYTHON_REQUIRED_USE}"
[gentoo-commits] repo/gentoo:master commit in: profiles/base/
commit: 048124bd811cdc3e64d2b5c3c9f7ec7ca3699def Author: Patrick Lauer gentoo org> AuthorDate: Tue Aug 18 17:55:30 2020 + Commit: 罗百科 gentoo org> CommitDate: Tue Aug 18 17:57:35 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=048124bd use.mask: postgres_targets_postgres13 needs to wait until postgres13 is released Signed-off-by: Patrick Lauer gentoo.org> profiles/base/use.mask | 4 1 file changed, 4 insertions(+) diff --git a/profiles/base/use.mask b/profiles/base/use.mask index ca340753057..ba21ddebba3 100644 --- a/profiles/base/use.mask +++ b/profiles/base/use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Patrick Lauer (2020-08-18) +# pg13 is currently beta and has no keywords yet +postgres_targets_postgres13 + # Mikle Kolyada (2020-08-02) # consolekit is masked for removal consolekit
[gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-Text_Wiki_Mediawiki/
commit: 326ac01a8f639567e4be04ac852a92dccf545f89 Author: Thomas Deutschmann gentoo org> AuthorDate: Tue Aug 18 17:57:06 2020 + Commit: Thomas Deutschmann gentoo org> CommitDate: Tue Aug 18 17:57:21 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=326ac01a dev-php/PEAR-Text_Wiki_Mediawiki: not compatible with >=PHPUnit-6 Closes: https://bugs.gentoo.org/737872 Package-Manager: Portage-3.0.3, Repoman-3.0.0 Signed-off-by: Thomas Deutschmann gentoo.org> .../PEAR-Text_Wiki_Mediawiki-0.2.0_p20140604.ebuild| 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/dev-php/PEAR-Text_Wiki_Mediawiki/PEAR-Text_Wiki_Mediawiki-0.2.0_p20140604.ebuild b/dev-php/PEAR-Text_Wiki_Mediawiki/PEAR-Text_Wiki_Mediawiki-0.2.0_p20140604.ebuild index a83c1f9779e..ef46c5c3e25 100644 --- a/dev-php/PEAR-Text_Wiki_Mediawiki/PEAR-Text_Wiki_Mediawiki-0.2.0_p20140604.ebuild +++ b/dev-php/PEAR-Text_Wiki_Mediawiki/PEAR-Text_Wiki_Mediawiki-0.2.0_p20140604.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -13,7 +13,10 @@ KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="test" RESTRICT="!test? ( test )" RDEPEND=">=dev-php/PEAR-Text_Wiki-1.2.2_p20170904" -DEPEND="test? ( ${RDEPEND} dev-php/phpunit )" +DEPEND="test? ( + ${RDEPEND} +
[gentoo-commits] repo/gentoo:master commit in: dev-db/postgis/
commit: b970b744483a755b4b56bf45987fb4e4029ece90 Author: Patrick Lauer gentoo org> AuthorDate: Tue Aug 18 17:55:59 2020 + Commit: 罗百科 gentoo org> CommitDate: Tue Aug 18 17:57:35 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b970b744 dev-db/postgis: Bump Package-Manager: Portage-3.0.3, Repoman-3.0.0 Signed-off-by: Patrick Lauer gentoo.org> dev-db/postgis/Manifest | 2 + dev-db/postgis/postgis-2.5.5.ebuild | 137 dev-db/postgis/postgis-3.0.2.ebuild | 135 +++ 3 files changed, 274 insertions(+) diff --git a/dev-db/postgis/Manifest b/dev-db/postgis/Manifest index fa6f2df34dd..7e1d9c388b6 100644 --- a/dev-db/postgis/Manifest +++ b/dev-db/postgis/Manifest @@ -1,4 +1,6 @@ DIST postgis-2.5.3.tar.gz 16424752 BLAKE2B 94c2ccd41eb88a39c6db48ad7f4d142742a1b0791e3abe57adb2c778406dcc8286afc6d55c80067e0b94a1300eff1c76a227d3cfd813e12541c715edeea11a9b SHA512 1c9f873ba8f8ff4aeae248c68c001eb4174416de1e00ce6a0d0c9ea129b475e887a83235027068d52f587ab95c549adbfaa7e5dccdda77855e39c55dac0fdc2d DIST postgis-2.5.4.tar.gz 15882033 BLAKE2B 317e6f3857dce8b1c054b5cdb6c6b215b015b89266aeaa0187803b9355cdc3cbb62be89f36ffe29e2fcbc1e7b693a7f88fb23b5c172fcefea376f6afea3c064d SHA512 767c146245ae11545ce4e0764f9bd313cfdf2eed78c485c5aa5530517edb8e433bcdbaffcf4d92b0c0f3c997de9831b5e3beed7638fc3bc773f264b45e5d8ab4 +DIST postgis-2.5.5.tar.gz 15936193 BLAKE2B df5d0e51bb5042a72ecd070273c4a87738b2ba482993d39948137c8ba2da0a47845393023a6b4e45f01a91d37ef8fc9f89302203c639fb32b4451cb905fd08b3 SHA512 407c9ddf5b73aaa8d36ec606f974b86c16c9ed4aafbfd4a0b7f96cfc7a9f8a8fa38528cb4787bdd50de479416dbfb09934a85d189463cec549da66863060292e DIST postgis-3.0.0.tar.gz 17359802 BLAKE2B aa83bdc2d1950c517f99cbdd877eb7261f6c29ce2cbd9f67f1e606c290080fc3d02ab0b7ceb68ce852e0c0d3d4b7753f03cb5b0921da164ab65d68e23d1df538 SHA512 82c233681fa6444686f9979768e5d6d3a9b6ca9cbd4fc2b14bd0a5d1269a8d0f45ee067e64984077063407c7abc13fa0e37a29928d7ccbfe3a61b694f592bed2 DIST postgis-3.0.1.tar.gz 16839923 BLAKE2B 6888fa49562ab71929e92007de305fd6610c74988faaf08fbeabbf1d13029ebbb5da788826dc63d03ae5c873fbe408ae6c0f108b2975755d2b13bc69bed53558 SHA512 5ebce2303d672bb342f7fae6cade08140c8a687fc38e82e5b41eebb8465cdf3dc7bdbeae53b1179df8112a01842dd65f362fc107b381e2a1fa6e161b77a50227 +DIST postgis-3.0.2.tar.gz 16855299 BLAKE2B 99ee872abf52651ab53e4dd6203d99d428d366f60b949fabcae938980f5c17809872e9b23f7ab1f3480a60242e735c926e54122492e1b8966ed8c748eb7c4fe6 SHA512 763d7818d195eca0b07d94a864b13da68e5734ae57b7c93c285dc2d0fa4a155715745e5da67e1a3bca49d8d4f89dc495ed3912c079722290ce9f220afca33f4d diff --git a/dev-db/postgis/postgis-2.5.5.ebuild b/dev-db/postgis/postgis-2.5.5.ebuild new file mode 100644 index 000..1cdbc058b8d --- /dev/null +++ b/dev-db/postgis/postgis-2.5.5.ebuild @@ -0,0 +1,137 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +POSTGRES_COMPAT=( 9.{5..6} {10..12} ) +POSTGRES_USEDEP="server" +inherit autotools postgres-multi + +MY_P="${PN}-$(ver_rs 3 '')" + +if [[ ${PV} = ** ]] ; then + inherit git-r3 + EGIT_REPO_URI="https://git.osgeo.org/gitea/postgis/postgis.git"; +else + PGIS="$(ver_cut 1-2)" + SRC_URI="https://download.osgeo.org/postgis/source/${MY_P}.tar.gz"; + KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +fi + +DESCRIPTION="Geographic Objects for PostgreSQL" +HOMEPAGE="https://postgis.net"; + +S="${WORKDIR}/${MY_P}" + +LICENSE="GPL-2" +SLOT="0" +IUSE="address-standardizer doc gtk mapbox static-libs test topology" + +REQUIRED_USE="test? ( doc ) ${POSTGRES_REQ_USE}" + +# Needs a running psql instance, doesn't work out of the box +RESTRICT="test" + +RDEPEND="${POSTGRES_DEP} + dev-libs/json-c:= + dev-libs/libxml2:2 + dev-libs/protobuf-c + >=sci-libs/geos-3.5.0 + >=sci-libs/proj-4.6.0:= + >=sci-libs/gdal-1.10.0 + address-standardizer? ( dev-libs/libpcre ) + gtk? ( x11-libs/gtk+:2 ) + mapbox? ( dev-libs/protobuf-c:= ) +" +DEPEND="${RDEPEND} + virtual/pkgconfig + doc? ( + app-text/docbook-xsl-stylesheets + app-text/docbook-xml-dtd:4.5 + dev-libs/libxslt + virtual/imagemagick-tools[png] + ) + test? ( dev-util/cunit ) +" + +PATCHES=( "${FILESDIR}/${PN}-2.2.0-arflags.patch" ) + +src_prepare() { + default + + if [[ ${PV} = ** ]] ; then + source "${S}"/Version.config + PGIS="${POSTGIS_MAJOR_VERSION}.${POSTGIS_MINOR_VERSION}" + fi + + # These modules are built using the same *FLAGS that were used to build + # dev-db/postgresql. The right thing to do is to ignore the current + # *FLAGS settings. + QA_FLAGS_IGNORED="usr/lib(64)?/(rt)?postgis-${PGIS}\.so" + + local AT_M4DIR="macros" + eautoreconf + + postgres-multi_src_pre
[gentoo-commits] repo/gentoo:master commit in: profiles/base/
commit: 7ef2f4fdeeda471404fdefeec131ea63b049cb91 Author: Patrick Lauer gentoo org> AuthorDate: Tue Aug 18 17:54:30 2020 + Commit: 罗百科 gentoo org> CommitDate: Tue Aug 18 17:57:34 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ef2f4fd use.stable.mask: Remove obsolete pg12 mask Signed-off-by: Patrick Lauer gentoo.org> profiles/base/use.stable.mask | 4 1 file changed, 4 deletions(-) diff --git a/profiles/base/use.stable.mask b/profiles/base/use.stable.mask index a8422351f10..81ece61c137 100644 --- a/profiles/base/use.stable.mask +++ b/profiles/base/use.stable.mask @@ -13,10 +13,6 @@ python_single_target_python3_9 # dev-vcs/darcs (dev-lang/ghc) has no stable keywords. darcs -# Patrick Lauer (2019-10-04) -# No postgres-12 stable yet -postgres_targets_postgres12 - # Zac Medico (2016-09-01) # Needs dev-python/pypy* stable python_targets_pypy3