[gentoo-commits] repo/gentoo:master commit in: net-dns/knot/
commit: 4f3bb3c1adecf4350f65b6a22ba2cf3b9642c39c Author: Yixun Lan gentoo org> AuthorDate: Fri Nov 4 14:17:01 2022 + Commit: Yixun Lan gentoo org> CommitDate: Sat Nov 5 06:57:18 2022 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f3bb3c1 net-dns/knot: Keyword 3.2.2 riscv, #879553 Signed-off-by: Yixun Lan gentoo.org> net-dns/knot/knot-3.2.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-dns/knot/knot-3.2.2.ebuild b/net-dns/knot/knot-3.2.2.ebuild index 29120ab563c0..822878ee80f6 100644 --- a/net-dns/knot/knot-3.2.2.ebuild +++ b/net-dns/knot/knot-3.2.2.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://secure.nic.cz/files/knot-dns/${P/_/-}.tar.xz"; LICENSE="GPL-3+" SLOT="0/${KNOT_SUBSLOT}" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~riscv" KNOT_MODULES=( "+cookies"
[gentoo-commits] repo/gentoo:master commit in: net-libs/ngtcp2/
commit: f4979144cb54bbad7bae775642cd90076e15ebf8 Author: Yixun Lan gentoo org> AuthorDate: Fri Nov 4 14:16:58 2022 + Commit: Yixun Lan gentoo org> CommitDate: Sat Nov 5 06:57:15 2022 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4979144 net-libs/ngtcp2: Keyword 0.10.0 riscv, #879553 Signed-off-by: Yixun Lan gentoo.org> net-libs/ngtcp2/ngtcp2-0.10.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-libs/ngtcp2/ngtcp2-0.10.0.ebuild b/net-libs/ngtcp2/ngtcp2-0.10.0.ebuild index 24ec2747596c..707656ab86a7 100644 --- a/net-libs/ngtcp2/ngtcp2-0.10.0.ebuild +++ b/net-libs/ngtcp2/ngtcp2-0.10.0.ebuild @@ -10,7 +10,7 @@ if [[ ${PV} == ]] ; then inherit git-r3 else SRC_URI="https://github.com/ngtcp2/ngtcp2/releases/download/v${PV}/${P}.tar.xz"; - KEYWORDS="~amd64 ~hppa" + KEYWORDS="~amd64 ~hppa ~riscv" fi DESCRIPTION="Implementation of the IETF QUIC Protocol"
[gentoo-commits] repo/gentoo:master commit in: dev-qt/qt-creator/
commit: d5b662bb7fc5976478227e330e949ae6bbd4b70a Author: Peter Levine gmail com> AuthorDate: Mon Oct 31 01:17:26 2022 + Commit: Sam James gentoo org> CommitDate: Sat Nov 5 06:32:44 2022 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5b662bb dev-qt/qt-creator: drop 8.0.1 Signed-off-by: Peter Levine gmail.com> Closes: https://github.com/gentoo/gentoo/pull/28047 Signed-off-by: Sam James gentoo.org> dev-qt/qt-creator/Manifest| 1 - dev-qt/qt-creator/qt-creator-8.0.1.ebuild | 444 -- 2 files changed, 445 deletions(-) diff --git a/dev-qt/qt-creator/Manifest b/dev-qt/qt-creator/Manifest index 3512b8464ddb..9fd838575706 100644 --- a/dev-qt/qt-creator/Manifest +++ b/dev-qt/qt-creator/Manifest @@ -1,2 +1 @@ -DIST qt-creator-opensource-src-8.0.1.tar.xz 46918596 BLAKE2B 07ab50ae9ee77372c2d79a472da8cb3c65b269b8def670f66426daf9875ca44f2a66bb2ab0c01d8591420d6c43b7ca57f6ac2a6b8443cc8a5af7c89599e3966d SHA512 ffef39e8d0694b38549f301a143dec6e2fe026a1e6098acc41bd8f9c80c93d1dbb60616042901093bdaa13380034b9dd8234d82300b1fa89ab9bce81bd3f1672 DIST qt-creator-opensource-src-8.0.2.tar.xz 48874868 BLAKE2B 53f491441ba28f9420c76cd4adfdcb7c7ef432d756fc5bf64a507c2cd1022b35700418a7b35b7119d97f9947b5dac2a8acc56b600c3e75001f80565f1619c072 SHA512 59ff62e6592fd33ff74aeab13dd33f3817ba132fb98f8a87ea818e1e52b4af0dc292e362085733665f0867d67ff867794755b2f02067897a9fb1c14023c6fb23 diff --git a/dev-qt/qt-creator/qt-creator-8.0.1.ebuild b/dev-qt/qt-creator/qt-creator-8.0.1.ebuild deleted file mode 100644 index 138e0e37a74e.. --- a/dev-qt/qt-creator/qt-creator-8.0.1.ebuild +++ /dev/null @@ -1,444 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 -LLVM_MAX_SLOT=14 -PLOCALES="cs da de fr hr ja pl ru sl uk zh-CN zh-TW" - -inherit cmake llvm optfeature virtualx xdg - -DESCRIPTION="Lightweight IDE for C++/QML development centering around Qt" -HOMEPAGE="https://doc.qt.io/qtcreator/"; - -if [[ ${PV} == * ]]; then - inherit git-r3 - EGIT_REPO_URI="https://code.qt.io/${PN}/${PN}.git"; - EGIT_SUBMODULES=( - perfparser - qtscript # Need the dev branch - src/libs/qlitehtml - src/libs/qlitehtml/src/3rdparty/litehtml - ) -else - MY_PV=${PV/_/-} - MY_P=${PN}-opensource-src-${MY_PV} - [[ ${MY_PV} == ${PV} ]] && MY_REL=official || MY_REL=development - SRC_URI="https://download.qt.io/${MY_REL}_releases/${PN/-}/$(ver_cut 1-2)/${MY_PV}/${MY_P}.tar.xz" - S="${WORKDIR}"/${MY_P} - KEYWORDS="~amd64 ~arm ~x86" -fi - -LICENSE="GPL-3" -SLOT="0" - -QTCREATOR_PLUGINS=( - # Misc - +autotest beautifier coco conan cppcheck ctfvisualizer +designer docker - +help imageviewer modeling perfprofiler qmlprofiler scxml serialterminal - silversearcher valgrind - - # Buildsystems - autotools +cmake incredibuild meson qbs +qmake - - # Languages - glsl +lsp nim python - - # Platforms - android baremetal boot2qt mcu qnx remotelinux webassembly - - # VCS - bazaar clearcase cvs +git mercurial perforce subversion -) - -IUSE="+clang debug doc +qml systemd test wayland webengine - ${QTCREATOR_PLUGINS[@]}" - -REQUIRED_USE=" - android? ( lsp ) - boot2qt? ( remotelinux ) - clang? ( lsp ) - coco? ( lsp ) - mcu? ( baremetal cmake ) - python? ( lsp ) - qml? ( qmake ) - qnx? ( remotelinux ) - test? ( qbs qmake ) -" - -# minimum Qt version required -QT_PV="5.15.2:5" - -BDEPEND=" - >=dev-qt/linguist-tools-${QT_PV} - doc? ( >=dev-qt/qdoc-${QT_PV} ) - help? ( !webengine? ( virtual/pkgconfig ) ) -" -CDEPEND=" - clang? ( - >=dev-cpp/yaml-cpp-0.6.2:= - sys-devel/clang:14= - ) - >=dev-qt/qtconcurrent-${QT_PV} - >=dev-qt/qtcore-${QT_PV} - >=dev-qt/qtdeclarative-${QT_PV}[widgets] - >=dev-qt/qtgui-${QT_PV} - >=dev-qt/qtnetwork-${QT_PV}[ssl] - >=dev-qt/qtprintsupport-${QT_PV} - >=dev-qt/qtquickcontrols-${QT_PV} - >=dev-qt/qtsql-${QT_PV}[sqlite] - >=dev-qt/qtwidgets-${QT_PV} - >=dev-qt/qtxml-${QT_PV} - >=kde-frameworks/syntax-highlighting-5.87:5 - - designer? ( >=dev-qt/designer-${QT_PV} ) - help? ( - >=dev-qt/qthelp-${QT_PV} - webengine? ( >=dev-qt/qtwebengine-${QT_PV}[widgets] ) - !webengine? ( dev-libs/gumbo ) - ) - imageviewer? ( >=dev-qt/qtsvg-${QT_PV} ) - perfprofiler? ( - app-arch/zstd - dev-libs/elfutils - ) - serialterminal? ( >=dev-qt/qtserialport-${QT_PV} ) - systemd? ( sys-apps/systemd:= ) - test? ( mcu? ( dev-cpp/gtest:= ) ) -" -DEPEND=" - ${CDEPEND} - test? ( - dev-cpp/benchmark - dev-
[gentoo-commits] repo/gentoo:master commit in: dev-qt/qt-creator/
commit: b46bf0e8d4bac2fa871c1a1ee351599760e06c6d Author: Peter Levine gmail com> AuthorDate: Mon Oct 31 00:56:49 2022 + Commit: Sam James gentoo org> CommitDate: Sat Nov 5 06:32:44 2022 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b46bf0e8 dev-qt/qt-creator: add 8.0.2 Signed-off-by: Peter Levine gmail.com> Signed-off-by: Sam James gentoo.org> dev-qt/qt-creator/Manifest| 1 + dev-qt/qt-creator/qt-creator-8.0.2.ebuild | 444 ++ 2 files changed, 445 insertions(+) diff --git a/dev-qt/qt-creator/Manifest b/dev-qt/qt-creator/Manifest index 45540d8edfe6..3512b8464ddb 100644 --- a/dev-qt/qt-creator/Manifest +++ b/dev-qt/qt-creator/Manifest @@ -1 +1,2 @@ DIST qt-creator-opensource-src-8.0.1.tar.xz 46918596 BLAKE2B 07ab50ae9ee77372c2d79a472da8cb3c65b269b8def670f66426daf9875ca44f2a66bb2ab0c01d8591420d6c43b7ca57f6ac2a6b8443cc8a5af7c89599e3966d SHA512 ffef39e8d0694b38549f301a143dec6e2fe026a1e6098acc41bd8f9c80c93d1dbb60616042901093bdaa13380034b9dd8234d82300b1fa89ab9bce81bd3f1672 +DIST qt-creator-opensource-src-8.0.2.tar.xz 48874868 BLAKE2B 53f491441ba28f9420c76cd4adfdcb7c7ef432d756fc5bf64a507c2cd1022b35700418a7b35b7119d97f9947b5dac2a8acc56b600c3e75001f80565f1619c072 SHA512 59ff62e6592fd33ff74aeab13dd33f3817ba132fb98f8a87ea818e1e52b4af0dc292e362085733665f0867d67ff867794755b2f02067897a9fb1c14023c6fb23 diff --git a/dev-qt/qt-creator/qt-creator-8.0.2.ebuild b/dev-qt/qt-creator/qt-creator-8.0.2.ebuild new file mode 100644 index ..138e0e37a74e --- /dev/null +++ b/dev-qt/qt-creator/qt-creator-8.0.2.ebuild @@ -0,0 +1,444 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +LLVM_MAX_SLOT=14 +PLOCALES="cs da de fr hr ja pl ru sl uk zh-CN zh-TW" + +inherit cmake llvm optfeature virtualx xdg + +DESCRIPTION="Lightweight IDE for C++/QML development centering around Qt" +HOMEPAGE="https://doc.qt.io/qtcreator/"; + +if [[ ${PV} == * ]]; then + inherit git-r3 + EGIT_REPO_URI="https://code.qt.io/${PN}/${PN}.git"; + EGIT_SUBMODULES=( + perfparser + qtscript # Need the dev branch + src/libs/qlitehtml + src/libs/qlitehtml/src/3rdparty/litehtml + ) +else + MY_PV=${PV/_/-} + MY_P=${PN}-opensource-src-${MY_PV} + [[ ${MY_PV} == ${PV} ]] && MY_REL=official || MY_REL=development + SRC_URI="https://download.qt.io/${MY_REL}_releases/${PN/-}/$(ver_cut 1-2)/${MY_PV}/${MY_P}.tar.xz" + S="${WORKDIR}"/${MY_P} + KEYWORDS="~amd64 ~arm ~x86" +fi + +LICENSE="GPL-3" +SLOT="0" + +QTCREATOR_PLUGINS=( + # Misc + +autotest beautifier coco conan cppcheck ctfvisualizer +designer docker + +help imageviewer modeling perfprofiler qmlprofiler scxml serialterminal + silversearcher valgrind + + # Buildsystems + autotools +cmake incredibuild meson qbs +qmake + + # Languages + glsl +lsp nim python + + # Platforms + android baremetal boot2qt mcu qnx remotelinux webassembly + + # VCS + bazaar clearcase cvs +git mercurial perforce subversion +) + +IUSE="+clang debug doc +qml systemd test wayland webengine + ${QTCREATOR_PLUGINS[@]}" + +REQUIRED_USE=" + android? ( lsp ) + boot2qt? ( remotelinux ) + clang? ( lsp ) + coco? ( lsp ) + mcu? ( baremetal cmake ) + python? ( lsp ) + qml? ( qmake ) + qnx? ( remotelinux ) + test? ( qbs qmake ) +" + +# minimum Qt version required +QT_PV="5.15.2:5" + +BDEPEND=" + >=dev-qt/linguist-tools-${QT_PV} + doc? ( >=dev-qt/qdoc-${QT_PV} ) + help? ( !webengine? ( virtual/pkgconfig ) ) +" +CDEPEND=" + clang? ( + >=dev-cpp/yaml-cpp-0.6.2:= + sys-devel/clang:14= + ) + >=dev-qt/qtconcurrent-${QT_PV} + >=dev-qt/qtcore-${QT_PV} + >=dev-qt/qtdeclarative-${QT_PV}[widgets] + >=dev-qt/qtgui-${QT_PV} + >=dev-qt/qtnetwork-${QT_PV}[ssl] + >=dev-qt/qtprintsupport-${QT_PV} + >=dev-qt/qtquickcontrols-${QT_PV} + >=dev-qt/qtsql-${QT_PV}[sqlite] + >=dev-qt/qtwidgets-${QT_PV} + >=dev-qt/qtxml-${QT_PV} + >=kde-frameworks/syntax-highlighting-5.87:5 + + designer? ( >=dev-qt/designer-${QT_PV} ) + help? ( + >=dev-qt/qthelp-${QT_PV} + webengine? ( >=dev-qt/qtwebengine-${QT_PV}[widgets] ) + !webengine? ( dev-libs/gumbo ) + ) + imageviewer? ( >=dev-qt/qtsvg-${QT_PV} ) + perfprofiler? ( + app-arch/zstd + dev-libs/elfutils + ) + serialterminal? ( >=dev-qt/qtserialport-${QT_PV} ) + systemd? ( sys-apps/systemd:= ) + test? ( mcu? ( dev-cpp/gtest:= ) ) +" +DEPEND=" + ${CDEPEND} + test? ( + dev-cpp/benchmark + dev-cpp/eigen + dev-cpp/gtest +
[gentoo-commits] repo/gentoo:master commit in: dev-python/PyQt5/
commit: c21dfb8e0e69b0670d455030a45f89166a515dc1 Author: Sam James gentoo org> AuthorDate: Sat Nov 5 06:34:39 2022 + Commit: Sam James gentoo org> CommitDate: Sat Nov 5 06:34:39 2022 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c21dfb8e dev-python/PyQt5: crank up dev-python/sip dependency It was after the tag, but: ``` 2022-10-30 Phil Thompson riverbankcomputing.com> * NEWS, lib/pyproject.toml: SIP v6.6.2 is now a minimum requirement for the array support. [bd2a905b5345] [tip] <5.15-maint> 2022-10-28 Phil Thompson riverbankcomputing.com> * NEWS, pyuic/uic/__init__.py: Fixed uic.compileUiDir() when the default system encoding is not UTF8. [50050fc4cd93] <5.15-maint> 2022-10-10 Phil Thompson riverbankcomputing.com> * NEWS, PyQt5.msp: Fixed QBoxLayout.insertItem() ownership bug. [dd1a6abd2427] <5.15-maint> 2022-09-17 Phil Thompson riverbankcomputing.com> * NEWS, qpy/QtCore/qpycore_qobject_helpers.cpp: Fixed calling QObject::inherits() from C++ on instances that were created by Python (and so was an instance of a generated derived class), had it's ownership transfered to C++ and the Python object garbage collected. This broke all sub-class converter code. [2e3c3b71f118] <5.15-maint> ``` These are the only commits since the 5.15.7 tag and various array commits were just before, so it seems likely that 5.15.7 actually does need >= 6.6.2. Signed-off-by: Sam James gentoo.org> dev-python/PyQt5/PyQt5-5.15.7.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/PyQt5/PyQt5-5.15.7.ebuild b/dev-python/PyQt5/PyQt5-5.15.7.ebuild index 5ae008467538..11b7294e4819 100644 --- a/dev-python/PyQt5/PyQt5-5.15.7.ebuild +++ b/dev-python/PyQt5/PyQt5-5.15.7.ebuild @@ -88,7 +88,7 @@ RDEPEND="${DEPEND} " BDEPEND=" >=dev-python/PyQt-builder-1.10[${PYTHON_USEDEP}] - >=dev-python/sip-6.4[${PYTHON_USEDEP}] + >=dev-python/sip-6.6.2[${PYTHON_USEDEP}] >=dev-qt/qtcore-${QT_PV} dbus? ( virtual/pkgconfig ) "
[gentoo-commits] repo/gentoo:master commit in: dev-qt/qt-creator/
commit: e41b0b28956d54254c714b6dc6b0fd3983c614c7 Author: Peter Levine gmail com> AuthorDate: Tue Nov 1 23:36:12 2022 + Commit: Sam James gentoo org> CommitDate: Sat Nov 5 06:32:43 2022 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e41b0b28 dev-qt/qt-creator: fix unnecessary dependence on dev-cpp/yaml-cpp Including the clangtools plugin's CMakeLists.txt causes an unconditional dependence on dev-cpp/yaml-cpp, whether or not the plugin is enabled. Removing 'add_subdirectory(clangtools)' from the parent directory's CMakeLists.txt when the clangtools USE flag is disabled resolves it. Bug: https://bugs.gentoo.org/878753 Signed-off-by: Peter Levine gmail.com> Signed-off-by: Sam James gentoo.org> dev-qt/qt-creator/qt-creator-8.0.1.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dev-qt/qt-creator/qt-creator-8.0.1.ebuild b/dev-qt/qt-creator/qt-creator-8.0.1.ebuild index e110647e5230..138e0e37a74e 100644 --- a/dev-qt/qt-creator/qt-creator-8.0.1.ebuild +++ b/dev-qt/qt-creator/qt-creator-8.0.1.ebuild @@ -180,6 +180,8 @@ src_prepare() { src/libs/CMakeLists.txt cmake_use_remove_addsubdirectory qml advanceddockingsystem \ src/libs/CMakeLists.txt + cmake_use_remove_addsubdirectory clang clangtools \ + src/plugins/CMakeLists.txt cmake_use_remove_addsubdirectory test test \ src/plugins/mcusupport/CMakeLists.txt @@ -338,7 +340,6 @@ src_configure() { # Clang stuff -DBUILD_PLUGIN_CLANGCODEMODEL=$(usex clang) -DBUILD_PLUGIN_CLANGFORMAT=$(usex clang) - -DBUILD_PLUGIN_CLANGTOOLS=$(usex clang) # QML stuff # -DBUILD_PLUGIN_QMLDESIGNER=$(usex qml) #Qt6 only @@ -362,6 +363,7 @@ src_configure() { -DClang_DIR="${CLANG_PREFIX}/$(get_libdir)/cmake/clang" -DLLVM_DIR="${CLANG_PREFIX}/$(get_libdir)/cmake/llvm" -DCLANGTOOLING_LINK_CLANG_DYLIB=YES + -DBUILD_PLUGIN_CLANGTOOLS=YES ) fi if use help; then
[gentoo-commits] repo/gentoo:master commit in: dev-python/sip/
commit: 2c7f2d51f490c7e18fa9cc6ce8da8c5f3ea427cc Author: Sam James gentoo org> AuthorDate: Sat Nov 5 06:31:42 2022 + Commit: Sam James gentoo org> CommitDate: Sat Nov 5 06:31:42 2022 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c7f2d51 dev-python/sip: add 6.7.4 Closes: https://bugs.gentoo.org/879523 Signed-off-by: Sam James gentoo.org> dev-python/sip/Manifest | 1 + dev-python/sip/sip-6.7.4.ebuild | 34 ++ 2 files changed, 35 insertions(+) diff --git a/dev-python/sip/Manifest b/dev-python/sip/Manifest index 2e4bb57347c2..f1494f41121a 100644 --- a/dev-python/sip/Manifest +++ b/dev-python/sip/Manifest @@ -1,3 +1,4 @@ DIST sip-4.19.25.tar.gz 1056384 BLAKE2B f92e105e6b30e871aea2883dc9cd459e4032fb139a9eaff153a3412a66b39df4d7ac985711a2693aee83195ff3850ae648bee4102f7fc3cc30d09885799f2b98 SHA512 60fb4133c68869bf0993144978b4847d94a0f9c7b477f64a346ea133cfe35bc11820204ab327dcf9a929b6f65a26d16cc7efbce65e49967c3347b39376e57001 DIST sip-6.6.2.tar.gz 1143535 BLAKE2B 92158af35be47a7581b71d97d1d79f6ca9022144144e3e44e09ccbfa3a285ebb4cec1264e621275159345c33f0f45c86183f7ea1fb3792aca2aeb64d9e46f7ad SHA512 5e031baa9ff6d8d19f4c36ef7c3900c6440d261102259cdc12fce28471a849fed80c123bf31ad506b099a925b2967eb5863e6736ac00fbcff99198711cf0e5e5 DIST sip-6.7.3.tar.gz 1160568 BLAKE2B 00956d592ce7e2d2b2a20a710ea421751d4924cb7859ffa8b3d16501ac86caa43e14b0e3bde98fdc38c1285d221a3b58f50f468d8f4d3bd41677b622cec1ed8d SHA512 1b061dcc81f71e3879a0f2e153c24142957b7f627e553b3e7f1216cae6bf8280e6d7943cde89f2d00035f47734352abead15588565a006287ba6d136b6282ac4 +DIST sip-6.7.4.tar.gz 1160740 BLAKE2B 35cd2b3c084977083cfc6a7dfcfa48704adab63fef099aa3651c61efc249a79abe63662c3925327ffc1b92273aabe0867119e20e4e3412b217ed76019089a731 SHA512 a3278a89eab0d0e8bf78617a1abfaae9c035b7932f169cc74cf6be0656531c47dd23e9ea6409a03cb7a494ef965f124c29387c72c3a9664a4e54d29163625fb4 diff --git a/dev-python/sip/sip-6.7.4.ebuild b/dev-python/sip/sip-6.7.4.ebuild new file mode 100644 index ..77c031e024db --- /dev/null +++ b/dev-python/sip/sip-6.7.4.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{8..11} ) +DISTUTILS_USE_PEP517=setuptools +inherit distutils-r1 + +DESCRIPTION="Python bindings generator for C/C++ libraries" +HOMEPAGE="https://www.riverbankcomputing.com/software/sip/ https://pypi.org/project/sip/"; + +MY_P=${PN}-${PV/_pre/.dev} +if [[ ${PV} == *_pre* ]]; then + SRC_URI="https://dev.gentoo.org/~pesa/distfiles/${MY_P}.tar.gz"; +else + SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz" +fi +S=${WORKDIR}/${MY_P} + +LICENSE="|| ( GPL-2 GPL-3 SIP )" +SLOT="5" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86" + +RDEPEND=" + !
[gentoo-commits] repo/gentoo:master commit in: dev-python/sip/
commit: 350a9431779c5ae619234fb749e5e344662995ba Author: Sam James gentoo org> AuthorDate: Sat Nov 5 06:31:58 2022 + Commit: Sam James gentoo org> CommitDate: Sat Nov 5 06:31:58 2022 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=350a9431 dev-python/sip: drop 6.7.3 Bug: https://bugs.gentoo.org/879523 Signed-off-by: Sam James gentoo.org> dev-python/sip/Manifest | 1 - dev-python/sip/sip-6.7.3.ebuild | 34 -- 2 files changed, 35 deletions(-) diff --git a/dev-python/sip/Manifest b/dev-python/sip/Manifest index f1494f41121a..77c141217679 100644 --- a/dev-python/sip/Manifest +++ b/dev-python/sip/Manifest @@ -1,4 +1,3 @@ DIST sip-4.19.25.tar.gz 1056384 BLAKE2B f92e105e6b30e871aea2883dc9cd459e4032fb139a9eaff153a3412a66b39df4d7ac985711a2693aee83195ff3850ae648bee4102f7fc3cc30d09885799f2b98 SHA512 60fb4133c68869bf0993144978b4847d94a0f9c7b477f64a346ea133cfe35bc11820204ab327dcf9a929b6f65a26d16cc7efbce65e49967c3347b39376e57001 DIST sip-6.6.2.tar.gz 1143535 BLAKE2B 92158af35be47a7581b71d97d1d79f6ca9022144144e3e44e09ccbfa3a285ebb4cec1264e621275159345c33f0f45c86183f7ea1fb3792aca2aeb64d9e46f7ad SHA512 5e031baa9ff6d8d19f4c36ef7c3900c6440d261102259cdc12fce28471a849fed80c123bf31ad506b099a925b2967eb5863e6736ac00fbcff99198711cf0e5e5 -DIST sip-6.7.3.tar.gz 1160568 BLAKE2B 00956d592ce7e2d2b2a20a710ea421751d4924cb7859ffa8b3d16501ac86caa43e14b0e3bde98fdc38c1285d221a3b58f50f468d8f4d3bd41677b622cec1ed8d SHA512 1b061dcc81f71e3879a0f2e153c24142957b7f627e553b3e7f1216cae6bf8280e6d7943cde89f2d00035f47734352abead15588565a006287ba6d136b6282ac4 DIST sip-6.7.4.tar.gz 1160740 BLAKE2B 35cd2b3c084977083cfc6a7dfcfa48704adab63fef099aa3651c61efc249a79abe63662c3925327ffc1b92273aabe0867119e20e4e3412b217ed76019089a731 SHA512 a3278a89eab0d0e8bf78617a1abfaae9c035b7932f169cc74cf6be0656531c47dd23e9ea6409a03cb7a494ef965f124c29387c72c3a9664a4e54d29163625fb4 diff --git a/dev-python/sip/sip-6.7.3.ebuild b/dev-python/sip/sip-6.7.3.ebuild deleted file mode 100644 index 77c031e024db.. --- a/dev-python/sip/sip-6.7.3.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{8..11} ) -DISTUTILS_USE_PEP517=setuptools -inherit distutils-r1 - -DESCRIPTION="Python bindings generator for C/C++ libraries" -HOMEPAGE="https://www.riverbankcomputing.com/software/sip/ https://pypi.org/project/sip/"; - -MY_P=${PN}-${PV/_pre/.dev} -if [[ ${PV} == *_pre* ]]; then - SRC_URI="https://dev.gentoo.org/~pesa/distfiles/${MY_P}.tar.gz"; -else - SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz" -fi -S=${WORKDIR}/${MY_P} - -LICENSE="|| ( GPL-2 GPL-3 SIP )" -SLOT="5" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86" - -RDEPEND=" - !
[gentoo-commits] repo/gentoo:master commit in: dev-qt/qt-creator/
commit: 166a265815ff2e354e8d83e4fb6b076f058774bc Author: Peter Levine gmail com> AuthorDate: Mon Oct 31 00:48:35 2022 + Commit: Sam James gentoo org> CommitDate: Sat Nov 5 06:32:43 2022 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=166a2658 dev-qt/qt-creator: fix pkgconfig bdep virtual/pkgconfig should be included as a build dependency if building without qtwebengine support. Also, such a dep should be explicitly searched for by cmake with the 'find_package' command. Closes: https://bugs.gentoo.org/878753 Signed-off-by: Peter Levine gmail.com> Signed-off-by: Sam James gentoo.org> dev-qt/qt-creator/qt-creator-8.0.1.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dev-qt/qt-creator/qt-creator-8.0.1.ebuild b/dev-qt/qt-creator/qt-creator-8.0.1.ebuild index f03c7c4f74e0..e110647e5230 100644 --- a/dev-qt/qt-creator/qt-creator-8.0.1.ebuild +++ b/dev-qt/qt-creator/qt-creator-8.0.1.ebuild @@ -71,6 +71,7 @@ QT_PV="5.15.2:5" BDEPEND=" >=dev-qt/linguist-tools-${QT_PV} doc? ( >=dev-qt/qdoc-${QT_PV} ) + help? ( !webengine? ( virtual/pkgconfig ) ) " CDEPEND=" clang? ( @@ -213,7 +214,8 @@ src_prepare() { if use help && ! use webengine; then # unbundled gumbo doesn't use cmake - local gumbo_dep='pkg_check_modules(gumbo REQUIRED IMPORTED_TARGET gumbo)\n' + local gumbo_dep='find_package(PkgConfig REQUIRED)\n' + gumbo_dep+='pkg_check_modules(gumbo REQUIRED IMPORTED_TARGET gumbo)\n' sed -i -e '/^\s*gumbo/s|gumbo|PkgConfig::gumbo|' \ -e "/^find_package(litehtml/s|^|${gumbo_dep}|" \ src/libs/qlitehtml/src/CMakeLists.txt || die
[gentoo-commits] repo/gentoo:master commit in: dev-libs/librep/files/, dev-libs/librep/
commit: a935681a6fcabf47524c72420050b6a9030f555d Author: Sam James gentoo org> AuthorDate: Sat Nov 5 06:09:35 2022 + Commit: Sam James gentoo org> CommitDate: Sat Nov 5 06:10:13 2022 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a935681a dev-libs/librep: update EAPI 7 -> 8; fix build w/ Clang 16; partial slibtool fix re slibtool: per linked bug, there's still an issue in slibtool itself to be fixed with --mode=execute. Bug: https://bugs.gentoo.org/790812 Signed-off-by: Sam James gentoo.org> .../files/librep-0.92.7-configure-clang16.patch| 74 +++ dev-libs/librep/files/librep-0.92.7-libtool.patch | 47 dev-libs/librep/librep-0.92.7-r2.ebuild| 83 ++ 3 files changed, 204 insertions(+) diff --git a/dev-libs/librep/files/librep-0.92.7-configure-clang16.patch b/dev-libs/librep/files/librep-0.92.7-configure-clang16.patch new file mode 100644 index ..43c458690e43 --- /dev/null +++ b/dev-libs/librep/files/librep-0.92.7-configure-clang16.patch @@ -0,0 +1,74 @@ +https://github.com/SawfishWM/librep/pull/17 + +From 5c653297288fc1d82f92d224c745d89f9e6734fd Mon Sep 17 00:00:00 2001 +From: Sam James +Date: Sat, 5 Nov 2022 06:04:27 + +Subject: [PATCH] build: fix -Wimplicit-int, -Wimplicit-function-declaration + +Clang 16 will make -Wimplicit-int and -Wimplicit-function-declaration +errors by default. + +In this case, it manifests as: +``` +checking for data type to store Lisp values... configure: error: cannot find Lisp value type; set --with-value-type (see README) +``` + +For more information, see LWN.net [0] or LLVM's Discourse [1], or the +(new) c-std-porting mailing list [2]. + +[0] https://lwn.net/Articles/913505/ +[1] https://discourse.llvm.org/t/configure-script-breakage-with-the-new-werror-implicit-function-declaration/65213 +[2] hosted at lists.linux.dev. + +Signed-off-by: Sam James +--- a/configure.ac b/configure.ac +@@ -432,15 +432,18 @@ AC_ARG_WITH(value-type, + as a pointer. [TYPE=] (see README)], [], + [with_value_type="undef"]) + if test "${with_value_type}" = "undef"; then +- AC_TRY_RUN([main () { exit (!(sizeof (int) >= sizeof (void *)));}], ++ AC_TRY_RUN([#include ++ int main () { exit (!(sizeof (int) >= sizeof (void *)));}], +[with_value_type=int]) + fi + if test "${with_value_type}" = "undef"; then +- AC_TRY_RUN([main () { exit (!(sizeof (long int) >= sizeof (void *)));}], ++ AC_TRY_RUN([#include ++ int main () { exit (!(sizeof (long int) >= sizeof (void *)));}], +[with_value_type="long int"]) + fi + if test "${with_value_type}" = "undef"; then +- AC_TRY_RUN([main () { exit (!(sizeof (long long int) >= sizeof (void *)));}], ++ AC_TRY_RUN([#include ++ int main () { exit (!(sizeof (long long int) >= sizeof (void *)));}], +[with_value_type="long long int"]) + fi + if test "${with_value_type}" = "undef"; then +@@ -457,7 +460,8 @@ AC_ARG_WITH(value-sizeof, + if test "${with_value_sizeof}" = "undef"; then + dnl the following fragment is inspired by AC_CHECK_SIZEOF + AC_TRY_RUN([#include +-main () { ++ #include ++ int main () { + FILE *f = fopen ("conftestval", "w"); + if (!f) exit (1); + fprintf (f, "%d\n", sizeof (${with_value_type})); +@@ -548,11 +552,12 @@ if test "${with_stack_direction}" = unknown; then + esac + fi + if test "${with_stack_direction}" = unknown; then +- AC_TRY_RUN([ int level = 1; +- void inner (char *foo) { char bar; ++ AC_TRY_RUN([#include ++ int level = 1; ++ void inner (char *foo) { char bar; +if (level) { --level; inner (foo); } +exit (!(foo >= &bar)); } +- void main () { char foo; inner (&foo); } ], ++ int main () { char foo; inner (&foo); } ], +[AC_MSG_RESULT([downwards]) + with_stack_direction=-1], +[AC_MSG_RESULT([upwards]) + diff --git a/dev-libs/librep/files/librep-0.92.7-libtool.patch b/dev-libs/librep/files/librep-0.92.7-libtool.patch new file mode 100644 index ..fd23c1fb0995 --- /dev/null +++ b/dev-libs/librep/files/librep-0.92.7-libtool.patch @@ -0,0 +1,47 @@ +https://github.com/SawfishWM/librep/commit/2c064d70e25137915ceaef616c2be5c8bbcc42da + +From 2c064d70e25137915ceaef616c2be5c8bbcc42da Mon Sep 17 00:00:00 2001 +From: orbea +Date: Wed, 19 May 2021 13:19:49 -0700 +Subject: [PATCH] build: Respect $(LIBTOOL) + +downstream issue: https://bugs.gentoo.org/790812 + +Signed-off-by: orbea +--- a/Makedefs.in b/Makedefs.in +@@ -83,7 +83,6 @@ COMPILE_ENV = REPLISPDIR=$(top_builddir)/lisp \ + REPDOCFILE=$(top_builddir)/doc-strings + + include $(top_srcdir)/rules.mk +-rep_LIBTOOL=@LIBTOOL@ + + # Rule for ``normal'' C objects + %.o : %.c +--- a/rules.mk.in b/rules.mk.in +@@ -3,19 +3,18 @@ + repcomm
[gentoo-commits] repo/gentoo:master commit in: dev-util/lttng-ust/
commit: 53015e76e920602730d9fe353f5d4b996b136a77 Author: Sam James gentoo org> AuthorDate: Sat Nov 5 05:56:29 2022 + Commit: Sam James gentoo org> CommitDate: Sat Nov 5 06:10:12 2022 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53015e76 dev-util/lttng-ust: add github upstream metadata Signed-off-by: Sam James gentoo.org> dev-util/lttng-ust/metadata.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dev-util/lttng-ust/metadata.xml b/dev-util/lttng-ust/metadata.xml index 6d1b6a6bf421..60ae8bb1cee8 100644 --- a/dev-util/lttng-ust/metadata.xml +++ b/dev-util/lttng-ust/metadata.xml @@ -8,4 +8,7 @@ The userspace tracer is designed to provide detailed information about userspace activity. UST is a port of the LTTng kernel tracer to userspace. Like the LTTng kernel tracer, performance is the main goal. Tracing does not require system calls or traps. UST instrumentation points may be added in any userspace code including signal handlers and libraries. + + lttng/lttng-ust +
[gentoo-commits] repo/gentoo:master commit in: net-misc/vde/
commit: cd7d0044432112428f3d9d61c2995e2570211bd9 Author: Sam James gentoo org> AuthorDate: Sat Nov 5 06:27:01 2022 + Commit: Sam James gentoo org> CommitDate: Sat Nov 5 06:27:01 2022 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd7d0044 net-misc/vde: Stabilize 2.3.2_p20191011-r1 amd64, #879803 Signed-off-by: Sam James gentoo.org> net-misc/vde/vde-2.3.2_p20191011-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-misc/vde/vde-2.3.2_p20191011-r1.ebuild b/net-misc/vde/vde-2.3.2_p20191011-r1.ebuild index f4a05ba486c8..7d2b3d4ca431 100644 --- a/net-misc/vde/vde-2.3.2_p20191011-r1.ebuild +++ b/net-misc/vde/vde-2.3.2_p20191011-r1.ebuild @@ -13,7 +13,7 @@ elif [[ ${PV} = *_p* ]]; then MY_PN="vde-2" COMMIT="c7b36a57831a9067c8619c3e17a03e595623b3eb" SRC_URI="https://github.com/virtualsquare/${MY_PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 arm64 ~loong ~ppc ppc64 ~riscv ~x86" + KEYWORDS="amd64 arm64 ~loong ~ppc ppc64 ~riscv ~x86" S="${WORKDIR}/${MY_PN}-${COMMIT}" else
[gentoo-commits] repo/gentoo:master commit in: dev-python/discogs-client/
commit: cd60fb26e925a3f49ddd8dadf05b8f898a3c7019 Author: Sam James gentoo org> AuthorDate: Sat Nov 5 06:27:00 2022 + Commit: Sam James gentoo org> CommitDate: Sat Nov 5 06:27:00 2022 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd60fb26 dev-python/discogs-client: Stabilize 2.5 ALLARCHES, #879597 Signed-off-by: Sam James gentoo.org> dev-python/discogs-client/discogs-client-2.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/discogs-client/discogs-client-2.5.ebuild b/dev-python/discogs-client/discogs-client-2.5.ebuild index c8b04833cbf4..259b45e3f147 100644 --- a/dev-python/discogs-client/discogs-client-2.5.ebuild +++ b/dev-python/discogs-client/discogs-client-2.5.ebuild @@ -13,7 +13,7 @@ if [[ ${PV} == ]]; then inherit git-r3 else SRC_URI="mirror://pypi/p/python3-${PN}/python3-${P}.tar.gz" - KEYWORDS="~amd64 ~x86" + KEYWORDS="amd64 ~x86" S="${WORKDIR}/python3-${P}" fi
[gentoo-commits] repo/gentoo:master commit in: dev-util/lttng-modules/
commit: 2b316d5bd5d65012b92349d75bb3a98381f818be Author: Sam James gentoo org> AuthorDate: Sat Nov 5 05:56:48 2022 + Commit: Sam James gentoo org> CommitDate: Sat Nov 5 06:10:13 2022 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b316d5b dev-util/lttng-modules: add github upstream metadata Signed-off-by: Sam James gentoo.org> dev-util/lttng-modules/metadata.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dev-util/lttng-modules/metadata.xml b/dev-util/lttng-modules/metadata.xml index a559bf3a7dcd..a3465ae4f01d 100644 --- a/dev-util/lttng-modules/metadata.xml +++ b/dev-util/lttng-modules/metadata.xml @@ -5,4 +5,7 @@ Use the kernel tracer if you are debugging a system-wide performance problem or a kernel problem. This tracer comes with an instrumentation patch for most kernel subsystems, which is enough to debug many problems. This includes system calls, IRQs, traps, memory management, softIRQs, scheduling and many others. Of course, the kernel tracer allows you to add your own instrumentation anywhere in the kernel code. + + lttng/lttng-modules +
[gentoo-commits] repo/gentoo:master commit in: app-shells/fzf/
commit: b8bd4d59ffccc8abb218caea79093244e5b0440d Author: Sam James gentoo org> AuthorDate: Sat Nov 5 06:26:59 2022 + Commit: Sam James gentoo org> CommitDate: Sat Nov 5 06:26:59 2022 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8bd4d59 app-shells/fzf: Stabilize 0.34.0 amd64, #879245 Signed-off-by: Sam James gentoo.org> app-shells/fzf/fzf-0.34.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-shells/fzf/fzf-0.34.0.ebuild b/app-shells/fzf/fzf-0.34.0.ebuild index dfb1e1fbede0..c3242b902382 100644 --- a/app-shells/fzf/fzf-0.34.0.ebuild +++ b/app-shells/fzf/fzf-0.34.0.ebuild @@ -19,7 +19,7 @@ SRC_URI+=" https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${P}-deps.tar LICENSE="MIT BSD-with-disclosure" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" +KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv ~x86" src_prepare() { default
[gentoo-commits] repo/gentoo:master commit in: dev-util/lttng-tools/
commit: 558ce51d122a8d64bdeb66e391eb6f91c39399e2 Author: Sam James gentoo org> AuthorDate: Sat Nov 5 05:56:08 2022 + Commit: Sam James gentoo org> CommitDate: Sat Nov 5 06:10:12 2022 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=558ce51d dev-util/lttng-tools: add github upstream metadata Signed-off-by: Sam James gentoo.org> dev-util/lttng-tools/metadata.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dev-util/lttng-tools/metadata.xml b/dev-util/lttng-tools/metadata.xml index 1eb9a06b1909..70a66c71a336 100644 --- a/dev-util/lttng-tools/metadata.xml +++ b/dev-util/lttng-tools/metadata.xml @@ -8,4 +8,7 @@ Support LTTng-UST (Userspace Tracing) + + lttng/lttng-tools +
[gentoo-commits] repo/gentoo:master commit in: media-video/totem/
commit: 1e9e78b6ee5f1a21c995f879b078a1481eada2f7 Author: Arthur Zamarin gentoo org> AuthorDate: Sat Nov 5 05:57:54 2022 + Commit: Arthur Zamarin gentoo org> CommitDate: Sat Nov 5 05:58:19 2022 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e9e78b6 media-video/totem: Stabilize 43.0 arm64, #879807 Signed-off-by: Arthur Zamarin gentoo.org> media-video/totem/totem-43.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-video/totem/totem-43.0.ebuild b/media-video/totem/totem-43.0.ebuild index 5786f84eb326..d7bfd9dc1d69 100644 --- a/media-video/totem/totem-43.0.ebuild +++ b/media-video/totem/totem-43.0.ebuild @@ -19,7 +19,7 @@ REQUIRED_USE=" " RESTRICT="!test? ( test )" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86" +KEYWORDS="~amd64 ~arm arm64 ~ppc64 ~riscv ~x86" COMMON_DEPEND=" >=dev-libs/glib-2.72.0:2
[gentoo-commits] repo/gentoo:master commit in: gui-libs/gtksourceview/
commit: 0fe4202beef29a43a3918fc12deb6a451cb9189a Author: Arthur Zamarin gentoo org> AuthorDate: Sat Nov 5 05:57:52 2022 + Commit: Arthur Zamarin gentoo org> CommitDate: Sat Nov 5 05:58:17 2022 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0fe4202b gui-libs/gtksourceview: Stabilize 5.6.1 arm64, #879807 Signed-off-by: Arthur Zamarin gentoo.org> gui-libs/gtksourceview/gtksourceview-5.6.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui-libs/gtksourceview/gtksourceview-5.6.1.ebuild b/gui-libs/gtksourceview/gtksourceview-5.6.1.ebuild index ff010dbd6254..85ec3730633b 100644 --- a/gui-libs/gtksourceview/gtksourceview-5.6.1.ebuild +++ b/gui-libs/gtksourceview/gtksourceview-5.6.1.ebuild @@ -16,7 +16,7 @@ REQUIRED_USE=" gtk-doc? ( introspection ) vala? ( introspection ) " -KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86" +KEYWORDS="~amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86" RDEPEND=" >=dev-libs/glib-2.72:2
[gentoo-commits] repo/gentoo:master commit in: gnome-extra/yelp/
commit: e7209d9152a07462db5965b4626019eed2e38cc7 Author: Arthur Zamarin gentoo org> AuthorDate: Sat Nov 5 05:57:52 2022 + Commit: Arthur Zamarin gentoo org> CommitDate: Sat Nov 5 05:58:17 2022 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7209d91 gnome-extra/yelp: Stabilize 42.2 arm64, #879807 Signed-off-by: Arthur Zamarin gentoo.org> gnome-extra/yelp/yelp-42.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnome-extra/yelp/yelp-42.2.ebuild b/gnome-extra/yelp/yelp-42.2.ebuild index db120a9de577..c5efb95fc5ca 100644 --- a/gnome-extra/yelp/yelp-42.2.ebuild +++ b/gnome-extra/yelp/yelp-42.2.ebuild @@ -11,7 +11,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Yelp"; LICENSE="GPL-2+" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~x86-solaris" +KEYWORDS="~amd64 ~arm arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~x86-solaris" RDEPEND=" app-arch/bzip2:=
[gentoo-commits] repo/gentoo:master commit in: sys-apps/baobab/
commit: 2e28d27a292698e2e9e1d082e2738d8639c0ec26 Author: Arthur Zamarin gentoo org> AuthorDate: Sat Nov 5 05:57:55 2022 + Commit: Arthur Zamarin gentoo org> CommitDate: Sat Nov 5 05:58:19 2022 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e28d27a sys-apps/baobab: Stabilize 43.0 arm64, #879807 Signed-off-by: Arthur Zamarin gentoo.org> sys-apps/baobab/baobab-43.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-apps/baobab/baobab-43.0.ebuild b/sys-apps/baobab/baobab-43.0.ebuild index 9275faf00175..7a4e9790e7b2 100644 --- a/sys-apps/baobab/baobab-43.0.ebuild +++ b/sys-apps/baobab/baobab-43.0.ebuild @@ -10,7 +10,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Baobab"; LICENSE="GPL-2+ FDL-1.1+" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux" RDEPEND=" >=dev-libs/glib-2.44:2
[gentoo-commits] repo/gentoo:master commit in: sys-apps/gnome-disk-utility/
commit: 3823743d2d26cce89af7375190e4599c1b1eb3fa Author: Arthur Zamarin gentoo org> AuthorDate: Sat Nov 5 05:57:55 2022 + Commit: Arthur Zamarin gentoo org> CommitDate: Sat Nov 5 05:58:19 2022 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3823743d sys-apps/gnome-disk-utility: Stabilize 43.0 arm64, #879807 Signed-off-by: Arthur Zamarin gentoo.org> sys-apps/gnome-disk-utility/gnome-disk-utility-43.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-apps/gnome-disk-utility/gnome-disk-utility-43.0.ebuild b/sys-apps/gnome-disk-utility/gnome-disk-utility-43.0.ebuild index 7151173932fa..5c7a2a4cdc98 100644 --- a/sys-apps/gnome-disk-utility/gnome-disk-utility-43.0.ebuild +++ b/sys-apps/gnome-disk-utility/gnome-disk-utility-43.0.ebuild @@ -12,7 +12,7 @@ LICENSE="GPL-2+" SLOT="0" IUSE="fat elogind gnome systemd" REQUIRED_USE="?? ( elogind systemd )" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86" DEPEND=" >=media-libs/libdvdread-4.2.0:0=
[gentoo-commits] repo/gentoo:master commit in: x11-themes/gnome-backgrounds/
commit: d8dcc4585b03b2cb2397671d7e2310b78cd78962 Author: Arthur Zamarin gentoo org> AuthorDate: Sat Nov 5 05:57:56 2022 + Commit: Arthur Zamarin gentoo org> CommitDate: Sat Nov 5 05:58:20 2022 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8dcc458 x11-themes/gnome-backgrounds: Stabilize 43-r1 arm64, #879807 Signed-off-by: Arthur Zamarin gentoo.org> x11-themes/gnome-backgrounds/gnome-backgrounds-43-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-themes/gnome-backgrounds/gnome-backgrounds-43-r1.ebuild b/x11-themes/gnome-backgrounds/gnome-backgrounds-43-r1.ebuild index 3dd5045293f7..55e9d88697ab 100644 --- a/x11-themes/gnome-backgrounds/gnome-backgrounds-43-r1.ebuild +++ b/x11-themes/gnome-backgrounds/gnome-backgrounds-43-r1.ebuild @@ -9,7 +9,7 @@ HOMEPAGE="https://gitlab.gnome.org/GNOME/gnome-backgrounds"; LICENSE="CC-BY-SA-2.0 CC-BY-SA-3.0 CC-BY-2.0 CC-BY-4.0" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ~arm arm64 ~ppc ~ppc64 ~x86" RDEPEND="gui-libs/gdk-pixbuf-loader-webp" BDEPEND=">=sys-devel/gettext-0.19.8"
[gentoo-commits] repo/gentoo:master commit in: sys-apps/osinfo-db/
commit: f83468083ff0fc291ed4a3f2527d1998be7892f0 Author: Arthur Zamarin gentoo org> AuthorDate: Sat Nov 5 05:57:56 2022 + Commit: Arthur Zamarin gentoo org> CommitDate: Sat Nov 5 05:58:20 2022 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8346808 sys-apps/osinfo-db: Stabilize 20221018 arm64, #879807 Signed-off-by: Arthur Zamarin gentoo.org> sys-apps/osinfo-db/osinfo-db-20221018.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-apps/osinfo-db/osinfo-db-20221018.ebuild b/sys-apps/osinfo-db/osinfo-db-20221018.ebuild index 28ae854564ac..83f0186bcf31 100644 --- a/sys-apps/osinfo-db/osinfo-db-20221018.ebuild +++ b/sys-apps/osinfo-db/osinfo-db-20221018.ebuild @@ -11,7 +11,7 @@ S="${WORKDIR}" LICENSE="GPL-2+" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86" BDEPEND="sys-apps/osinfo-db-tools"
[gentoo-commits] repo/gentoo:master commit in: net-libs/sofia-sip/
commit: 7a855788121ab5509691ccad6a49d18e8fab7a1b Author: Arthur Zamarin gentoo org> AuthorDate: Sat Nov 5 05:57:55 2022 + Commit: Arthur Zamarin gentoo org> CommitDate: Sat Nov 5 05:58:19 2022 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a855788 net-libs/sofia-sip: Stabilize 1.13.9 arm64, #879807 Signed-off-by: Arthur Zamarin gentoo.org> net-libs/sofia-sip/sofia-sip-1.13.9.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-libs/sofia-sip/sofia-sip-1.13.9.ebuild b/net-libs/sofia-sip/sofia-sip-1.13.9.ebuild index d974b5a9f4df..800c67fd0127 100644 --- a/net-libs/sofia-sip/sofia-sip-1.13.9.ebuild +++ b/net-libs/sofia-sip/sofia-sip-1.13.9.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/freeswitch/${PN}/archive/refs/tags/v${PV}.tar.gz -> LICENSE="LGPL-2.1+ BSD public-domain" # See COPYRIGHT SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-linux" +KEYWORDS="~alpha ~amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-linux" IUSE="ssl test" RESTRICT="!test? ( test )"
[gentoo-commits] repo/gentoo:master commit in: media-gfx/shotwell/
commit: 89b14cf194a2d16b302ca51411a629f92bb3e21e Author: Arthur Zamarin gentoo org> AuthorDate: Sat Nov 5 05:57:54 2022 + Commit: Arthur Zamarin gentoo org> CommitDate: Sat Nov 5 05:58:18 2022 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89b14cf1 media-gfx/shotwell: Stabilize 0.30.17-r1 arm64, #879807 Signed-off-by: Arthur Zamarin gentoo.org> media-gfx/shotwell/shotwell-0.30.17-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-gfx/shotwell/shotwell-0.30.17-r1.ebuild b/media-gfx/shotwell/shotwell-0.30.17-r1.ebuild index 7809bb7020f0..54cfac409d44 100644 --- a/media-gfx/shotwell/shotwell-0.30.17-r1.ebuild +++ b/media-gfx/shotwell/shotwell-0.30.17-r1.ebuild @@ -11,7 +11,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Shotwell"; LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~sparc ~x86" +KEYWORDS="~amd64 ~arm arm64 ~ppc64 ~riscv ~sparc ~x86" IUSE="opencv udev wayland" DEPEND="
[gentoo-commits] repo/gentoo:master commit in: media-gfx/gnome-font-viewer/
commit: 630cd1a43e2a44a1c67a5e326e15577da6361f9b Author: Arthur Zamarin gentoo org> AuthorDate: Sat Nov 5 05:57:53 2022 + Commit: Arthur Zamarin gentoo org> CommitDate: Sat Nov 5 05:58:18 2022 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=630cd1a4 media-gfx/gnome-font-viewer: Stabilize 43.0 arm64, #879807 Signed-off-by: Arthur Zamarin gentoo.org> media-gfx/gnome-font-viewer/gnome-font-viewer-43.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-gfx/gnome-font-viewer/gnome-font-viewer-43.0.ebuild b/media-gfx/gnome-font-viewer/gnome-font-viewer-43.0.ebuild index c9080c054f92..74c7854c5896 100644 --- a/media-gfx/gnome-font-viewer/gnome-font-viewer-43.0.ebuild +++ b/media-gfx/gnome-font-viewer/gnome-font-viewer-43.0.ebuild @@ -9,7 +9,7 @@ HOMEPAGE="https://gitlab.gnome.org/GNOME/gnome-font-viewer"; LICENSE="GPL-2+ LGPL-2.1+" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux" DEPEND=" >=dev-libs/glib-2.56.0:2
[gentoo-commits] repo/gentoo:master commit in: gui-libs/libwpe/
commit: aac81b8eb7aa314ae161a5d690ad8ca24d5a7a61 Author: Arthur Zamarin gentoo org> AuthorDate: Sat Nov 5 05:57:53 2022 + Commit: Arthur Zamarin gentoo org> CommitDate: Sat Nov 5 05:58:18 2022 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aac81b8e gui-libs/libwpe: Stabilize 1.14.0 arm64, #879807 Signed-off-by: Arthur Zamarin gentoo.org> gui-libs/libwpe/libwpe-1.14.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui-libs/libwpe/libwpe-1.14.0.ebuild b/gui-libs/libwpe/libwpe-1.14.0.ebuild index 8013625898c1..c30961b02fc6 100644 --- a/gui-libs/libwpe/libwpe-1.14.0.ebuild +++ b/gui-libs/libwpe/libwpe-1.14.0.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://wpewebkit.org/releases/${P}.tar.xz"; LICENSE="BSD-2" SLOT="1.0" -KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86" +KEYWORDS="~amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86" RDEPEND=" media-libs/mesa[egl(+)]
[gentoo-commits] repo/gentoo:master commit in: gui-libs/wpebackend-fdo/
commit: ba9ec1945cbdccb14b384b74bfb33299292b27d5 Author: Arthur Zamarin gentoo org> AuthorDate: Sat Nov 5 05:57:53 2022 + Commit: Arthur Zamarin gentoo org> CommitDate: Sat Nov 5 05:58:18 2022 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba9ec194 gui-libs/wpebackend-fdo: Stabilize 1.14.0 arm64, #879807 Signed-off-by: Arthur Zamarin gentoo.org> gui-libs/wpebackend-fdo/wpebackend-fdo-1.14.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui-libs/wpebackend-fdo/wpebackend-fdo-1.14.0.ebuild b/gui-libs/wpebackend-fdo/wpebackend-fdo-1.14.0.ebuild index 0b98d16fc95c..486b4b879e89 100644 --- a/gui-libs/wpebackend-fdo/wpebackend-fdo-1.14.0.ebuild +++ b/gui-libs/wpebackend-fdo/wpebackend-fdo-1.14.0.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://wpewebkit.org/releases/${P}.tar.xz"; LICENSE="BSD-2" SLOT="1.0" -KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86" +KEYWORDS="~amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86" RDEPEND=" media-libs/libepoxy[egl]
[gentoo-commits] repo/gentoo:master commit in: app-i18n/unicode-data/
commit: 8019bb0da8ff8bb8602b745c0190f1696bb6301f Author: Arthur Zamarin gentoo org> AuthorDate: Sat Nov 5 05:57:51 2022 + Commit: Arthur Zamarin gentoo org> CommitDate: Sat Nov 5 05:58:16 2022 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8019bb0d app-i18n/unicode-data: Stabilize 15.0.0 arm64, #879807 Signed-off-by: Arthur Zamarin gentoo.org> app-i18n/unicode-data/unicode-data-15.0.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-i18n/unicode-data/unicode-data-15.0.0.ebuild b/app-i18n/unicode-data/unicode-data-15.0.0.ebuild index ec27827c571d..df54dafc546d 100644 --- a/app-i18n/unicode-data/unicode-data-15.0.0.ebuild +++ b/app-i18n/unicode-data/unicode-data-15.0.0.ebuild @@ -10,7 +10,7 @@ SRC_URI="https://unicode.org/Public/zipped/${PV}/UCD.zip -> ${P}-UCD.zip LICENSE="unicode" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" DEPEND="app-arch/unzip" S="${WORKDIR}"
[gentoo-commits] repo/gentoo:master commit in: gnome-extra/yelp-xsl/
commit: 26bb32ed36d5304815adbea4fb67a78397e6f41e Author: Arthur Zamarin gentoo org> AuthorDate: Sat Nov 5 05:57:51 2022 + Commit: Arthur Zamarin gentoo org> CommitDate: Sat Nov 5 05:58:17 2022 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26bb32ed gnome-extra/yelp-xsl: Stabilize 42.1 arm64, #879807 Signed-off-by: Arthur Zamarin gentoo.org> gnome-extra/yelp-xsl/yelp-xsl-42.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnome-extra/yelp-xsl/yelp-xsl-42.1.ebuild b/gnome-extra/yelp-xsl/yelp-xsl-42.1.ebuild index c54bc133810f..25c233cc29c5 100644 --- a/gnome-extra/yelp-xsl/yelp-xsl-42.1.ebuild +++ b/gnome-extra/yelp-xsl/yelp-xsl-42.1.ebuild @@ -9,7 +9,7 @@ HOMEPAGE="https://gitlab.gnome.org/GNOME/yelp-xsl"; LICENSE="GPL-2+ LGPL-2.1+ MIT FDL-1.1+" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux" DEPEND=" >=dev-libs/libxml2-2.6.12:=
[gentoo-commits] repo/gentoo:master commit in: gnome-extra/gucharmap/
commit: 6fe716d3133f2db9c9f8b07b253da14edf606657 Author: Arthur Zamarin gentoo org> AuthorDate: Sat Nov 5 05:57:51 2022 + Commit: Arthur Zamarin gentoo org> CommitDate: Sat Nov 5 05:58:17 2022 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6fe716d3 gnome-extra/gucharmap: Stabilize 15.0.1 arm64, #879807 Signed-off-by: Arthur Zamarin gentoo.org> gnome-extra/gucharmap/gucharmap-15.0.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnome-extra/gucharmap/gucharmap-15.0.1.ebuild b/gnome-extra/gucharmap/gucharmap-15.0.1.ebuild index 6308b8aae15b..03be9d078f60 100644 --- a/gnome-extra/gucharmap/gucharmap-15.0.1.ebuild +++ b/gnome-extra/gucharmap/gucharmap-15.0.1.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://gitlab.gnome.org/GNOME/${PN}/-/archive/${PV}/${P}.tar.gz"; LICENSE="GPL-3+" SLOT="2.90" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86" UNICODE_VERSION="15.0"
[gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-user-share/
commit: 4ed91f14ff6841527334271462beebfa84af Author: Arthur Zamarin gentoo org> AuthorDate: Sat Nov 5 05:57:50 2022 + Commit: Arthur Zamarin gentoo org> CommitDate: Sat Nov 5 05:58:16 2022 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ed91f10 gnome-extra/gnome-user-share: Stabilize 43.0 arm64, #879807 Signed-off-by: Arthur Zamarin gentoo.org> gnome-extra/gnome-user-share/gnome-user-share-43.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnome-extra/gnome-user-share/gnome-user-share-43.0.ebuild b/gnome-extra/gnome-user-share/gnome-user-share-43.0.ebuild index 7ac3d6ae7122..acbf70cda09f 100644 --- a/gnome-extra/gnome-user-share/gnome-user-share-43.0.ebuild +++ b/gnome-extra/gnome-user-share/gnome-user-share-43.0.ebuild @@ -10,7 +10,7 @@ HOMEPAGE="https://gitlab.gnome.org/GNOME/gnome-user-share"; LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~riscv ~x86" +KEYWORDS="~amd64 arm64 ~riscv ~x86" # FIXME: could libnotify be made optional ? # FIXME: selinux automagic support
[gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-weather/
commit: 2fadf44a6a0bc53e32bb63e3d369431b9b9d58c5 Author: Arthur Zamarin gentoo org> AuthorDate: Sat Nov 5 05:57:50 2022 + Commit: Arthur Zamarin gentoo org> CommitDate: Sat Nov 5 05:58:16 2022 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2fadf44a gnome-extra/gnome-weather: Stabilize 43.0 arm64, #879807 Signed-off-by: Arthur Zamarin gentoo.org> gnome-extra/gnome-weather/gnome-weather-43.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnome-extra/gnome-weather/gnome-weather-43.0.ebuild b/gnome-extra/gnome-weather/gnome-weather-43.0.ebuild index e5d01492a546..b5d60421a623 100644 --- a/gnome-extra/gnome-weather/gnome-weather-43.0.ebuild +++ b/gnome-extra/gnome-weather/gnome-weather-43.0.ebuild @@ -10,7 +10,7 @@ HOMEPAGE="https://wiki.gnome.org/Design/Apps/Weather"; LICENSE="GPL-2+ LGPL-2+ MIT CC-BY-3.0 CC-BY-SA-3.0" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" +KEYWORDS="~amd64 arm64 ~ppc64 ~riscv ~x86" DEPEND=" >=dev-libs/glib-2.32:2
[gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-user-docs/
commit: 16b8fc7a9d49c3b5ea533503fe32bc4358f91d79 Author: Arthur Zamarin gentoo org> AuthorDate: Sat Nov 5 05:57:49 2022 + Commit: Arthur Zamarin gentoo org> CommitDate: Sat Nov 5 05:58:16 2022 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16b8fc7a gnome-extra/gnome-user-docs: Stabilize 43.0 arm64, #879807 Signed-off-by: Arthur Zamarin gentoo.org> gnome-extra/gnome-user-docs/gnome-user-docs-43.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnome-extra/gnome-user-docs/gnome-user-docs-43.0.ebuild b/gnome-extra/gnome-user-docs/gnome-user-docs-43.0.ebuild index 889d05a30d13..464999c16031 100644 --- a/gnome-extra/gnome-user-docs/gnome-user-docs-43.0.ebuild +++ b/gnome-extra/gnome-user-docs/gnome-user-docs-43.0.ebuild @@ -9,7 +9,7 @@ HOMEPAGE="https://gitlab.gnome.org/GNOME/gnome-user-docs"; LICENSE="CC-BY-3.0" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86" IUSE="test" BDEPEND="test? ( dev-libs/libxml2 )"
[gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-characters/
commit: 3ac8f09429715481eb9c1ea92bd636780a080b3c Author: Arthur Zamarin gentoo org> AuthorDate: Sat Nov 5 05:57:49 2022 + Commit: Arthur Zamarin gentoo org> CommitDate: Sat Nov 5 05:58:15 2022 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ac8f094 gnome-extra/gnome-characters: Stabilize 43.0 arm64, #879807 Signed-off-by: Arthur Zamarin gentoo.org> gnome-extra/gnome-characters/gnome-characters-43.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnome-extra/gnome-characters/gnome-characters-43.0.ebuild b/gnome-extra/gnome-characters/gnome-characters-43.0.ebuild index 7d12676ca9a8..ade53c2fb838 100644 --- a/gnome-extra/gnome-characters/gnome-characters-43.0.ebuild +++ b/gnome-extra/gnome-characters/gnome-characters-43.0.ebuild @@ -10,7 +10,7 @@ HOMEPAGE="https://wiki.gnome.org/Design/Apps/CharacterMap"; LICENSE="GPL-2+ BSD" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" +KEYWORDS="~amd64 arm64 ~ppc64 ~riscv ~x86" RDEPEND=" >=dev-libs/gjs-1.50
[gentoo-commits] repo/gentoo:master commit in: gnome-base/gdm/
commit: 263b3c10938efffc794292263b6f95f5d565a11e Author: Arthur Zamarin gentoo org> AuthorDate: Sat Nov 5 05:57:49 2022 + Commit: Arthur Zamarin gentoo org> CommitDate: Sat Nov 5 05:58:15 2022 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=263b3c10 gnome-base/gdm: Stabilize 43.0 arm64, #879807 Signed-off-by: Arthur Zamarin gentoo.org> gnome-base/gdm/gdm-43.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnome-base/gdm/gdm-43.0.ebuild b/gnome-base/gdm/gdm-43.0.ebuild index aa9d0eca249c..bfedbd1986ba 100644 --- a/gnome-base/gdm/gdm-43.0.ebuild +++ b/gnome-base/gdm/gdm-43.0.ebuild @@ -23,7 +23,7 @@ IUSE="accessibility audit bluetooth-sound branding elogind fprint plymouth selin RESTRICT="!test? ( test )" REQUIRED_USE="^^ ( elogind systemd )" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86" +KEYWORDS="~amd64 ~arm arm64 ~ppc64 ~riscv ~x86" # dconf, dbus and g-s-d are needed at install time for dconf update # keyutils is automagic dep that makes autologin unlock login keyring when all the passwords match (disk encryption, user pw and login keyring)
[gentoo-commits] repo/gentoo:master commit in: gnome-base/libgnomekbd/
commit: 05c7d03d0e629931a39c128c4070ce8601a0c4f4 Author: Arthur Zamarin gentoo org> AuthorDate: Sat Nov 5 05:57:48 2022 + Commit: Arthur Zamarin gentoo org> CommitDate: Sat Nov 5 05:58:14 2022 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05c7d03d gnome-base/libgnomekbd: Stabilize 3.28.1 arm64, #879807 Signed-off-by: Arthur Zamarin gentoo.org> gnome-base/libgnomekbd/libgnomekbd-3.28.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnome-base/libgnomekbd/libgnomekbd-3.28.1.ebuild b/gnome-base/libgnomekbd/libgnomekbd-3.28.1.ebuild index a87b7335273f..1839adf1c41c 100644 --- a/gnome-base/libgnomekbd/libgnomekbd-3.28.1.ebuild +++ b/gnome-base/libgnomekbd/libgnomekbd-3.28.1.ebuild @@ -10,7 +10,7 @@ HOMEPAGE="https://gitlab.gnome.org/GNOME/libgnomekbd"; LICENSE="LGPL-2+" SLOT="0/8" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~x86-solaris" +KEYWORDS="~alpha ~amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~x86-solaris" IUSE="+introspection" RDEPEND="
[gentoo-commits] repo/gentoo:master commit in: gnome-base/gnome-control-center/
commit: 550e40656b34ac792363f80f8335679bc0cd88b8 Author: Arthur Zamarin gentoo org> AuthorDate: Sat Nov 5 05:57:48 2022 + Commit: Arthur Zamarin gentoo org> CommitDate: Sat Nov 5 05:58:15 2022 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=550e4065 gnome-base/gnome-control-center: Stabilize 43.1 arm64, #879807 Signed-off-by: Arthur Zamarin gentoo.org> gnome-base/gnome-control-center/gnome-control-center-43.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnome-base/gnome-control-center/gnome-control-center-43.1.ebuild b/gnome-base/gnome-control-center/gnome-control-center-43.1.ebuild index 8667b835a0b8..435eacb8ba59 100644 --- a/gnome-base/gnome-control-center/gnome-control-center-43.1.ebuild +++ b/gnome-base/gnome-control-center/gnome-control-center-43.1.ebuild @@ -19,7 +19,7 @@ RESTRICT="!test? ( test )" REQUIRED_USE=" ^^ ( elogind systemd ) " # Theoretically "?? ( elogind systemd )" is fine too, lacking some functionality at runtime, but needs testing if handled gracefully enough -KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~x86" +KEYWORDS="~amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 ~riscv ~x86" # meson.build depends on python unconditionally BDEPEND="${PYTHON_DEPS}"
[gentoo-commits] repo/gentoo:master commit in: sys-apps/xdg-desktop-portal/
commit: dd97088adc83bc74a60a6c3ab0c982692be4d318 Author: Arthur Zamarin gentoo org> AuthorDate: Sat Nov 5 05:57:47 2022 + Commit: Arthur Zamarin gentoo org> CommitDate: Sat Nov 5 05:58:14 2022 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd97088a sys-apps/xdg-desktop-portal: Stabilize 1.15.0 arm64, #879807 Signed-off-by: Arthur Zamarin gentoo.org> sys-apps/xdg-desktop-portal/xdg-desktop-portal-1.15.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-apps/xdg-desktop-portal/xdg-desktop-portal-1.15.0.ebuild b/sys-apps/xdg-desktop-portal/xdg-desktop-portal-1.15.0.ebuild index 8a507cb3af1f..275e6809f1db 100644 --- a/sys-apps/xdg-desktop-portal/xdg-desktop-portal-1.15.0.ebuild +++ b/sys-apps/xdg-desktop-portal/xdg-desktop-portal-1.15.0.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/flatpak/${PN}/releases/download/${PV}/${P}.tar.xz"; LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86" +KEYWORDS="~amd64 ~arm arm64 ~loong ~ppc ~ppc64 ~riscv ~x86" IUSE="geolocation screencast systemd" DEPEND="
[gentoo-commits] repo/gentoo:master commit in: gnome-base/gnome-shell/
commit: eb588a38fe3f38ec172524bb8608e65cc70658d4 Author: Arthur Zamarin gentoo org> AuthorDate: Sat Nov 5 05:57:48 2022 + Commit: Arthur Zamarin gentoo org> CommitDate: Sat Nov 5 05:58:15 2022 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb588a38 gnome-base/gnome-shell: Stabilize 42.5-r2 arm64, #879807 Signed-off-by: Arthur Zamarin gentoo.org> gnome-base/gnome-shell/gnome-shell-42.5-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnome-base/gnome-shell/gnome-shell-42.5-r2.ebuild b/gnome-base/gnome-shell/gnome-shell-42.5-r2.ebuild index 73c44fbd2502..390f7db16613 100644 --- a/gnome-base/gnome-shell/gnome-shell-42.5-r2.ebuild +++ b/gnome-base/gnome-shell/gnome-shell-42.5-r2.ebuild @@ -16,7 +16,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE} ?? ( elogind systemd )" RESTRICT="!test? ( test )" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86" +KEYWORDS="~amd64 ~arm arm64 ~ppc64 ~riscv ~x86" # libXfixes-5.0 needed for pointer barriers and #include # FIXME:
[gentoo-commits] repo/gentoo:master commit in: sys-apps/xdg-desktop-portal-gnome/
commit: 4274970f950ac08ddd1b975de54280f04decfe45 Author: Arthur Zamarin gentoo org> AuthorDate: Sat Nov 5 05:57:47 2022 + Commit: Arthur Zamarin gentoo org> CommitDate: Sat Nov 5 05:58:14 2022 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4274970f sys-apps/xdg-desktop-portal-gnome: Stabilize 43.1 arm64, #879807 Signed-off-by: Arthur Zamarin gentoo.org> sys-apps/xdg-desktop-portal-gnome/xdg-desktop-portal-gnome-43.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-apps/xdg-desktop-portal-gnome/xdg-desktop-portal-gnome-43.1.ebuild b/sys-apps/xdg-desktop-portal-gnome/xdg-desktop-portal-gnome-43.1.ebuild index a29af51cf559..ec2b0b15ac40 100644 --- a/sys-apps/xdg-desktop-portal-gnome/xdg-desktop-portal-gnome-43.1.ebuild +++ b/sys-apps/xdg-desktop-portal-gnome/xdg-desktop-portal-gnome-43.1.ebuild @@ -10,7 +10,7 @@ HOMEPAGE="https://gitlab.gnome.org/GNOME/xdg-desktop-portal-gnome"; LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86" +KEYWORDS="~amd64 ~arm arm64 ~loong ~ppc ~ppc64 ~riscv ~x86" IUSE="wayland X" BDEPEND="
[gentoo-commits] repo/gentoo:master commit in: dev-lang/rust/, dev-lang/rust/files/
commit: ffc05948d5adf061d45416d65c86506bf5aef7e7 Author: Georgy Yakovlev gentoo org> AuthorDate: Sat Nov 5 05:33:17 2022 + Commit: Georgy Yakovlev gentoo org> CommitDate: Sat Nov 5 05:56:45 2022 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ffc05948 dev-lang/rust: add 1.65.0 pull slotted lld don't set doc-stage = 2 Signed-off-by: Georgy Yakovlev gentoo.org> dev-lang/rust/Manifest | 34 + 0-ignore-broken-and-non-applicable-tests.patch | 40 ++ dev-lang/rust/rust-1.65.0.ebuild | 758 + 3 files changed, 832 insertions(+) diff --git a/dev-lang/rust/Manifest b/dev-lang/rust/Manifest index 62da41629e45..91aa11db9f43 100644 --- a/dev-lang/rust/Manifest +++ b/dev-lang/rust/Manifest @@ -62,7 +62,41 @@ DIST rust-1.63.0-x86_64-unknown-linux-gnu.tar.xz 155435832 BLAKE2B d5427a7380a21 DIST rust-1.63.0-x86_64-unknown-linux-gnu.tar.xz.asc 801 BLAKE2B 0b4465f1afbf2f5f9135cf722632ffd7df9ef4e92c65e9ef6d4aede5b1ff392973949a6737e88685033ee571dfefe9b099d477480d7aaec2a329926a87a6f5b2 SHA512 0c8d339204a23000cdebfaee7faaa576673bd8d98111ea187f5e19f03f7231f3bbec8158c5b04d8d903877f1addeebc9f4fdc6b1de0fc0ad2995742987eafb1c DIST rust-1.63.0-x86_64-unknown-linux-musl.tar.xz 254705824 BLAKE2B 8d35bbc3ffa53b52d7d7aacc51b90283d9703a40d5623c184a79195799aa3768a34942e235e2002a0b72d76110c0d66fb5ea403f9d0c81021ead52cea2a51e40 SHA512 995530319a14bd6674d5be145e777b7fd482953e62ecf672a29e2c5b4bf567e010d7db4d5c6acef1603d79135e74f21955d9fc13ed7e1c33279d05aae39bdfec DIST rust-1.63.0-x86_64-unknown-linux-musl.tar.xz.asc 801 BLAKE2B 2681d77ffb4c40305ff532f975a9e31ea72a50fa2a25661ecd721a50f081a4ab3a659b2a06500540dbf21357af098add2a4a4dec63f50d5b3ed4c041fe4b49dd SHA512 012b2cb560e0d2514eb288960e6a3703f9be9a7e611b915f07f1150645b8527fe653d3fbb795ad62c5e431cb4ca175a915710913eb2b9f2912c188d17baa0d14 +DIST rust-1.64.0-aarch64-unknown-linux-gnu.tar.xz 245636524 BLAKE2B 90e405bc6e7f47aec091924bcd7a35017d591936b2697f2b0ddc5271e65fa431cc193a2b392489b6636896fa2d4f3d8f5096d197cfed36e812ea7f3986130c85 SHA512 c163b19a56148646ebbdb10b5b20459a206b4a1c45a2de9ce69f2e45dc5527cc69920f81007ee6fb75080782d534a2a39f7580d0c8cfdcf36ebed971b2513b63 +DIST rust-1.64.0-aarch64-unknown-linux-gnu.tar.xz.asc 801 BLAKE2B 3ed79e6a5168676c19b9092692576b72b7bee6cc6fc6fc9213d492ac9641974e0bfefd9eee2663852580ee05038becb3045ff4410fe96aa8e529afc4d3652abb SHA512 14e635fbd60512e8d36c50c2c07d510236cc73661a6294f0a01fe260a945581885c60783e72cbcc0d85b87a161e0940b34b496380bbab659c6e5d0dbb4050a4d +DIST rust-1.64.0-aarch64-unknown-linux-musl.tar.xz 226328036 BLAKE2B 43119c95866b3bd7e1b0832079f4fa23d79f5168e1aeb1d9a984897486cdaabbf035150e5633114c3d87afc8cf47e2d591e7c32961cc7cef99595fec303bc348 SHA512 8af3a7293b73d5f3129a17651cc8009290e5eade4802a872bb2a568444c60b4227a89d419c751fa394bf81a38f553a7418a0abd6ec3234737148d1561b91bace +DIST rust-1.64.0-aarch64-unknown-linux-musl.tar.xz.asc 801 BLAKE2B 4807f2cef672af6be484e5a7368110ebc84d4bb7aa0f97819171c43b066fac041aa341bc5df696347ecdc7e5de37dc8c159ef7308c8a487c105b977edc794a7b SHA512 ec4c9eb3d9207970f19ca9d6b12bfc293786fed57e20a3a9fa25fc6b70a80a12752c6f57c095731edc1fde1c608a94f7d89e89219f8ecd89a13758df891cc0ee +DIST rust-1.64.0-arm-unknown-linux-gnueabi.tar.xz 207018112 BLAKE2B 1f8d1bb48e5f529b84c99a6941aa0c3c6d49287492b9f63f8e9d5688bd530c67ce9ea2dcd8951a34c96d54d559f4e84cdb569397613bbedba892341fd90817d9 SHA512 07dfe4449359c89719f440da7986f35fdc1873270a8910a708a0f37daef10cf7d8dca7b6b4fb6d741bed490ba12d4e9b455aa1d13d9ae80f22e2b9c879beafac +DIST rust-1.64.0-arm-unknown-linux-gnueabi.tar.xz.asc 801 BLAKE2B d0653612a7e9bd4cf27ae5f7f4152ee0f14fde8d5e20a7b738a6925e395083ac851500e2b65e0a40a5b883fa441f11ec7574a5e40b4964fb38f237bdf0b17349 SHA512 3314a83af0a0fd2dbd73531952002a47d89ef155cf68037b387c5c7afbe7dc69c68bf0fa429eb45a721ae9176a82a876de04091e8fc3929c3c4825ee214c6124 +DIST rust-1.64.0-arm-unknown-linux-gnueabihf.tar.xz 208017632 BLAKE2B fc10f068fb154021391c309f36d2d18bdfe09b3e17d9ac02e8f0c258d87959ce7b62dfab80ebbfc6d0c68fa6beeb25daa7b7b3a7ce763637121c7afdcb32699a SHA512 bac5fe98e68a782683a5df0d199e8ce67d9db9fbe9f590075b34e33c898198d372abd94eeef48330d1a7799fa1396add3b1ffc154281dd5bd276f4409e3b4027 +DIST rust-1.64.0-arm-unknown-linux-gnueabihf.tar.xz.asc 801 BLAKE2B 210e7de45ab02fd2c83c1978104cedd28daa2499e475143660d5e3a6a4dd4897a866c6df22f929c61da08d2b61df489277fff73492a7e7a7749f2fe293de97df SHA512 221a0a70c03e049d2c6095575a2aabe1d32937123c86550b1f6f1b23734e996ff4bfc167b7e679809e3e383c25f15100772d8f75456e556d4ebd3aa73d789908 +DIST rust-1.64.0-armv7-unknown-linux-gnueabihf.tar.xz 212867232 BLAKE2B b3f9501c4cd68d9ca59d8a5c49cc512c0a97605eb74158c590db4ceabce5ff1aa99373c676d15676627c0631de8b58bfc4ca21463dd1109d6ec6451db909bea4 SHA512 3fc482ed9dd1648ccfd2fb459eb7c738ca26eab396b1a39b316cef10b8663e97b0ec008035936cf5e47f7cf9f8a0416cf09d638af174ffdf5b58b54b2ecb6975 +DIST rust-1.64.0-armv7-unknown-linux-gnueabihf.
[gentoo-commits] repo/gentoo:master commit in: dev-lang/rust/
commit: ec128832c39662fec523d84fb344b0f4a1fbf7be Author: Georgy Yakovlev gentoo org> AuthorDate: Sat Nov 5 05:56:24 2022 + Commit: Georgy Yakovlev gentoo org> CommitDate: Sat Nov 5 05:56:47 2022 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec128832 dev-lang/rust: unkeyword 1.65.0 Signed-off-by: Georgy Yakovlev gentoo.org> dev-lang/rust/rust-1.65.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-lang/rust/rust-1.65.0.ebuild b/dev-lang/rust/rust-1.65.0.ebuild index ade6b118fbd8..eed4becde219 100644 --- a/dev-lang/rust/rust-1.65.0.ebuild +++ b/dev-lang/rust/rust-1.65.0.ebuild @@ -19,7 +19,7 @@ else SLOT="stable/${ABI_VER}" MY_P="rustc-${PV}" SRC="${MY_P}-src.tar.xz" - KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc64 ~riscv ~sparc ~x86" +# KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc64 ~riscv ~sparc ~x86" fi RUST_STAGE0_VERSION="1.$(($(ver_cut 2) - 1)).0"
[gentoo-commits] repo/gentoo:master commit in: dev-lang/rust-bin/
commit: f0530853cd85f3fe9350d0b37e8194ec705156b9 Author: Georgy Yakovlev gentoo org> AuthorDate: Sat Nov 5 05:55:11 2022 + Commit: Georgy Yakovlev gentoo org> CommitDate: Sat Nov 5 05:56:45 2022 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0530853 dev-lang/rust-bin: add 1.65.0 Signed-off-by: Georgy Yakovlev gentoo.org> dev-lang/rust-bin/Manifest | 33 + dev-lang/rust-bin/rust-bin-1.65.0.ebuild | 229 +++ 2 files changed, 262 insertions(+) diff --git a/dev-lang/rust-bin/Manifest b/dev-lang/rust-bin/Manifest index ff4b9152b91a..dbc7ab473056 100644 --- a/dev-lang/rust-bin/Manifest +++ b/dev-lang/rust-bin/Manifest @@ -31,4 +31,37 @@ DIST rust-1.64.0-x86_64-unknown-linux-gnu.tar.xz 161922032 BLAKE2B e8a0d13deab59 DIST rust-1.64.0-x86_64-unknown-linux-gnu.tar.xz.asc 801 BLAKE2B d13ab08a8ce4b9a92c60ab5b8c21087158b66d9a673b7a960103757a2b12216cab8e7713cda08753a5f5f921aa9c7d571da77a90166d6e7362549a49d6c1a501 SHA512 fda5b45652c0929fea19146dd2c5a895ae4c6db9a1bf448a7364899854ffa06a8eb52b35bfe28c8acdfb1633cd8afe6c5eabd622b7887ed267b1b72220ef4e6f DIST rust-1.64.0-x86_64-unknown-linux-musl.tar.xz 265843112 BLAKE2B 2b267b5b9aae610734759a690e36600dab7e0b679e651df269d7b71b147984c1d16cab4658076f05a8a854afc74d83e6e61dac3a8a6bf2b56660d3483285 SHA512 c722ddb6a7bfc5b8767e2a37e697f625b4e775582423720d1b01737ec3269c82e2212f7e5a672a062fa49c8c15c0d2d182ea14dd048cfd9e07704cbc04fd8ef0 DIST rust-1.64.0-x86_64-unknown-linux-musl.tar.xz.asc 801 BLAKE2B 783791aca41910e8074fd1c7f29e6fc1fdf51f80b1515bac99431305dbe6085574b2b2366c087675b6a9d98931a0cff1117cd864f634fdb4dd53792aab8ce5f9 SHA512 a6d0a72e9edbbc1e6caef7a9c0ec46518b95172afa4a33b2258286458d7b9afe72f9de8411a83567520a126b837e125cc639bac197a0495f17120fbcc1ad +DIST rust-1.65.0-aarch64-unknown-linux-gnu.tar.xz 244905108 BLAKE2B 437213698ea99f4113f294ded23ae0e5dd27dec2715b37495a991deac462aecc36d34311014a822c8a94c50852abcab8f08d8df900509f2b29716c6ace939f16 SHA512 be706f4432a8ae3b8f9b6f41eb2dcb3bc5b8f648970d5324c0de4979f1d58b9d8d5f774628090fee8f8c59eff2c4a55ce96743d4b23ae209e1951fbbc486797b +DIST rust-1.65.0-aarch64-unknown-linux-gnu.tar.xz.asc 801 BLAKE2B 1f023c371059404fa8fdb4d558117a650d323acf99c6ebbf937b337fcddb195bc68d739a3d06b4b8647d245a6e4effaff0008aad357b65e1e50bb62345e39bd0 SHA512 80285639fb445ac8b1c0cd36a28b72930e8c0e9c761473c5e2ee4d3daccc669afd7d2eb5e2788e5a3394e215bb5cb705fb1fd0d25a79d863c62a5e8d31282257 +DIST rust-1.65.0-aarch64-unknown-linux-musl.tar.xz 226435448 BLAKE2B 01388644e9383e1b1638b121b3af3a75787a3c243d9675df1a3c6bd45b8b52900fd7178b6a46c22b31a0cf2a33fa177370eec43c75ce5d050d8c4c716c4c25ff SHA512 654f4684dc6f9ee38f509f9abcd0628644df894d47e9cb139a990124cd34124da960656596a05eacf78bb762edb42e5e7536975a37e77736d6f381766068 +DIST rust-1.65.0-aarch64-unknown-linux-musl.tar.xz.asc 801 BLAKE2B 111c2cf8308cce95c764d7e4c852d0070060a64db263a7ebc7de339a5084d42d9fb735c051cfda05eca2dc0481d7bd684dbd2a71b2ad4b527699619b5b2cd002 SHA512 d45b95d327fd3e6ed93e177cec7a53895450fa6a3b6bd71d7581c135aa3d36d45cdaa1e63977d966f60318cfa193a5af01227fd19e5b0e6edf6d15f67f03f49d +DIST rust-1.65.0-arm-unknown-linux-gnueabi.tar.xz 205884452 BLAKE2B 79d399452cc745bce3fd350059a0cfdbcf8eef590af1f3b6963461ce962e86739d51b948fd7a7fd8a7bbedd9744b9d6b7d141bb25539452db6449aef6e654a12 SHA512 160a7daf5720a4349154eaee83ce42c412efe98ecf1c5bcc406efd8271038ca5b64d39ef8b7113acc5f7e08d7d41d53cc2ff342df2022aeccdf75a18570b6d2d +DIST rust-1.65.0-arm-unknown-linux-gnueabi.tar.xz.asc 801 BLAKE2B 0cf153865d61e041d680d5c984f952464a26acdcfb1265b2e34857b4e9ce2f575db56fa477cdeb3a8ae7505cced6644a3ddfe5a537a1184e463cb0ccb5157a1b SHA512 ab7dfb3e9e17daebd9fc02103585ef388688e91d50f72600456702970b9092847e1f08d4679474a1656b809e459a63d73f2bd717e97d389c614cbcf1a0be6c86 +DIST rust-1.65.0-arm-unknown-linux-gnueabihf.tar.xz 206130456 BLAKE2B e7e1cf41d0f1bb14788664b40d343f6b971d4a4a402991f540e64070e41d1605cb9e747915f5cdad99fae257481f3d8924d9349462caca8f878a50705447 SHA512 36b1f984248162e13a39f17ac601dd5946fe6684217523952a4096bba4799cbf50e339619e5cfba6f2c0968e3f1991ab3054c2dbe9ca14851115dcfcb437327e +DIST rust-1.65.0-arm-unknown-linux-gnueabihf.tar.xz.asc 801 BLAKE2B 71266fec366ab842bc2f974ddab79226d7dcdd451b4728b80642a9deb7062f672e18ecfceb427bd5c6660f1ee3393d7e60db22bf71d8f433d5debf8a20221ce2 SHA512 2666e29e5c1a0722c5d94c9c7ed893aef09ef780bb54cc0eb486922e747b39a26cbc383313f67929cd94155a0527f165ebe3b4e6a9a1e166942e6c1c53fe8ae8 +DIST rust-1.65.0-armv7-unknown-linux-gnueabihf.tar.xz 211761236 BLAKE2B 1e53831405ebc8bf2a24020715207a9d1c283e78f3d7feebebbe1029aa6495f7549aacceed291b209adaec135f2ef782d9e6dc97e018e21cff605cdcc6d8669a SHA512 3a54dee8768a67a08ad81cc89925971ff7b2e1fd054cb387c4f0dc5319e2bacaa4cdcb32bfa78e296401d07e5f4152d74ab6dbb1d0af068b01523b66e4cc1e48 +DIST rust-1.65.0-armv7-unknown-linux-gnueabihf.tar.xz.asc 801 BLAKE2B 0ee1b71d77b777c32037f348203893be76310ae7548c40461a457b293376ffe61
[gentoo-commits] repo/gentoo:master commit in: dev-lang/rust-bin/
commit: a49b4ccaf6841c2cffb816744ce3da7b1c196371 Author: Georgy Yakovlev gentoo org> AuthorDate: Sat Nov 5 05:56:39 2022 + Commit: Georgy Yakovlev gentoo org> CommitDate: Sat Nov 5 05:56:47 2022 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a49b4cca dev-lang/rust-bin: unkeyword 1.65.0 Signed-off-by: Georgy Yakovlev gentoo.org> dev-lang/rust-bin/rust-bin-1.65.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-lang/rust-bin/rust-bin-1.65.0.ebuild b/dev-lang/rust-bin/rust-bin-1.65.0.ebuild index c1eaa22696c7..80ac71badeff 100644 --- a/dev-lang/rust-bin/rust-bin-1.65.0.ebuild +++ b/dev-lang/rust-bin/rust-bin-1.65.0.ebuild @@ -20,7 +20,7 @@ SRC_URI="$(rust_all_arch_uris ${MY_P}) LICENSE="|| ( MIT Apache-2.0 ) BSD-1 BSD-2 BSD-4 UoI-NCSA" SLOT="stable" -KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~s390 ~x86" +#KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~s390 ~x86" IUSE="clippy cpu_flags_x86_sse2 doc prefix rls rust-analyzer rust-src rustfmt" DEPEND=""
[gentoo-commits] repo/gentoo:master commit in: virtual/rust/
commit: 41848b55259fb6fde60571dc32d19ccff914e099 Author: Georgy Yakovlev gentoo org> AuthorDate: Sat Nov 5 05:55:40 2022 + Commit: Georgy Yakovlev gentoo org> CommitDate: Sat Nov 5 05:56:46 2022 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41848b55 virtual/rust: add 1.65.0 Signed-off-by: Georgy Yakovlev gentoo.org> virtual/rust/rust-1.65.0.ebuild | 19 +++ 1 file changed, 19 insertions(+) diff --git a/virtual/rust/rust-1.65.0.ebuild b/virtual/rust/rust-1.65.0.ebuild new file mode 100644 index ..a7d950afd9b7 --- /dev/null +++ b/virtual/rust/rust-1.65.0.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit multilib-build + +DESCRIPTION="Virtual for Rust language compiler" + +LICENSE="" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" +IUSE="rustfmt" + +BDEPEND="" +RDEPEND="|| ( + ~dev-lang/rust-${PV}[rustfmt?,${MULTILIB_USEDEP}] + ~dev-lang/rust-bin-${PV}[rustfmt?,${MULTILIB_USEDEP}] +)"
[gentoo-commits] repo/gentoo:master commit in: virtual/rust/
commit: feb23814f357d7b87c95a9f61348fde41d02cc59 Author: Georgy Yakovlev gentoo org> AuthorDate: Sat Nov 5 05:56:06 2022 + Commit: Georgy Yakovlev gentoo org> CommitDate: Sat Nov 5 05:56:46 2022 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=feb23814 virtual/rust: unkeyword 1.65.0 Signed-off-by: Georgy Yakovlev gentoo.org> virtual/rust/rust-1.65.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/virtual/rust/rust-1.65.0.ebuild b/virtual/rust/rust-1.65.0.ebuild index a7d950afd9b7..fa697f3e1e2d 100644 --- a/virtual/rust/rust-1.65.0.ebuild +++ b/virtual/rust/rust-1.65.0.ebuild @@ -9,7 +9,7 @@ DESCRIPTION="Virtual for Rust language compiler" LICENSE="" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" +#KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" IUSE="rustfmt" BDEPEND=""
[gentoo-commits] repo/gentoo:master commit in: media-sound/qjackctl/
commit: 895cb4df44329ecb0c7bca0552728df56cfeaed1 Author: Miroslav Å ulc gentoo org> AuthorDate: Sat Nov 5 05:44:36 2022 + Commit: Miroslav Å ulc gentoo org> CommitDate: Sat Nov 5 05:44:41 2022 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=895cb4df media-sound/qjackctl: dropped obsolete 0.9.7 Bug: https://bugs.gentoo.org/879261 Signed-off-by: Miroslav Å ulc gentoo.org> media-sound/qjackctl/Manifest | 1 - media-sound/qjackctl/qjackctl-0.9.7.ebuild | 46 -- 2 files changed, 47 deletions(-) diff --git a/media-sound/qjackctl/Manifest b/media-sound/qjackctl/Manifest index 6402fd29a2f2..707773371d49 100644 --- a/media-sound/qjackctl/Manifest +++ b/media-sound/qjackctl/Manifest @@ -1,2 +1 @@ -DIST qjackctl-0.9.7.tar.gz 1273517 BLAKE2B 7f6803868c079dfd6c734a32eff066b326cd89508a5c9c94ae29589e6f318e511c59404ab0fbc8e5ecf71695522c9b8130710c571dbd00233942e107e300f810 SHA512 dcec597019c0e59ae74efede555a5f1534fa4d17e6c3d30af43ac7292552cbe48298ae39dce739225b035c0daeaafac7f2ea0b8df6ff25c36e6bd9336e1827bc DIST qjackctl-0.9.8.tar.gz 1274469 BLAKE2B 6ed3b594b501c89603c48d382736e13d9ab16f25eeb11e47b9619e0cb33d6749de2ed2aabf8e252f0a146713fafe65810c45fd25c7f288c4c6c6977db9de7961 SHA512 270b14865ed12456dc30f6d9c7d6b9a03753f087f4317e4aed2e524bff742c1ca0cfcd11be08983117117e2301da16eae3cf572075152f3cc9f993c73ef76ece diff --git a/media-sound/qjackctl/qjackctl-0.9.7.ebuild b/media-sound/qjackctl/qjackctl-0.9.7.ebuild deleted file mode 100644 index 42aae0d3e969.. --- a/media-sound/qjackctl/qjackctl-0.9.7.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit xdg cmake - -DESCRIPTION="Qt GUI to control the JACK Audio Connection Kit and ALSA sequencer connections" -HOMEPAGE="https://qjackctl.sourceforge.io/"; -SRC_URI="mirror://sourceforge/qjackctl/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="alsa dbus debug portaudio" - -BDEPEND="dev-qt/linguist-tools:5" -DEPEND=" - dev-qt/qtcore:5 - dev-qt/qtgui:5 - dev-qt/qtnetwork:5 - dev-qt/qtwidgets:5 - dev-qt/qtx11extras:5 - dev-qt/qtxml:5 - virtual/jack - alsa? ( media-libs/alsa-lib ) - dbus? ( dev-qt/qtdbus:5 ) - portaudio? ( media-libs/portaudio ) -" -RDEPEND="${DEPEND} - dev-qt/qtsvg:5 -" - -PATCHES=( - "${FILESDIR}/${PN}-0.9.1-disable-git.patch" -) - -src_configure() { - local mycmakeargs=( - -DCONFIG_ALSA_SEQ=$(usex alsa 1 0) - -DCONFIG_DBUS=$(usex dbus 1 0) - -DCONFIG_DEBUG=$(usex debug 1 0) - -DCONFIG_PORTAUDIO=$(usex portaudio 1 0) - ) - cmake_src_configure -}
[gentoo-commits] repo/gentoo:master commit in: dev-python/setuptools/
commit: 7f01ef88a512969224ffb07ace06376b8b8c38e1 Author: Arthur Zamarin gentoo org> AuthorDate: Sat Nov 5 05:42:06 2022 + Commit: Arthur Zamarin gentoo org> CommitDate: Sat Nov 5 05:42:06 2022 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f01ef88 dev-python/setuptools: Stabilize 65.5.1 ALLARCHES, #879811 Signed-off-by: Arthur Zamarin gentoo.org> dev-python/setuptools/setuptools-65.5.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/setuptools/setuptools-65.5.1.ebuild b/dev-python/setuptools/setuptools-65.5.1.ebuild index e13db86f37f1..d9fd0a1489b8 100644 --- a/dev-python/setuptools/setuptools-65.5.1.ebuild +++ b/dev-python/setuptools/setuptools-65.5.1.ebuild @@ -24,7 +24,7 @@ SRC_URI=" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~arm64-macos ~x64-macos ~x64-solaris" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~arm64-macos ~x64-macos ~x64-solaris" IUSE="test" RESTRICT="!test? ( test )"
[gentoo-commits] repo/gentoo:master commit in: dev-python/ensurepip-setuptools/
commit: eec80179fe82156a6f71946c958967706b22fbbd Author: Arthur Zamarin gentoo org> AuthorDate: Sat Nov 5 05:42:06 2022 + Commit: Arthur Zamarin gentoo org> CommitDate: Sat Nov 5 05:42:06 2022 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eec80179 dev-python/ensurepip-setuptools: Stabilize 65.5.1 ALLARCHES, #879811 Signed-off-by: Arthur Zamarin gentoo.org> dev-python/ensurepip-setuptools/ensurepip-setuptools-65.5.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/ensurepip-setuptools/ensurepip-setuptools-65.5.1.ebuild b/dev-python/ensurepip-setuptools/ensurepip-setuptools-65.5.1.ebuild index 96c75c915768..4dc09f674370 100644 --- a/dev-python/ensurepip-setuptools/ensurepip-setuptools-65.5.1.ebuild +++ b/dev-python/ensurepip-setuptools/ensurepip-setuptools-65.5.1.ebuild @@ -15,7 +15,7 @@ S=${DISTDIR} LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86" RDEPEND=" !
[gentoo-commits] repo/gentoo:master commit in: dev-java/zstd-jni/files/, dev-java/zstd-jni/
commit: 0a91ca7e3d8d7be9a4e27ccb55f440178cc5a55a Author: Volkmar W. Pogatzki pogatzki net> AuthorDate: Fri Nov 4 10:56:05 2022 + Commit: Miroslav Å ulc gentoo org> CommitDate: Sat Nov 5 05:41:05 2022 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a91ca7e dev-java/zstd-jni: drop 1.5.0.5 Signed-off-by: Volkmar W. Pogatzki pogatzki.net> Closes: https://github.com/gentoo/gentoo/pull/28135 Signed-off-by: Miroslav Å ulc gentoo.org> dev-java/zstd-jni/Manifest | 1 - .../files/zstd-jni-1.5.0.4-filter-flags.patch | 9 dev-java/zstd-jni/zstd-jni-1.5.0.5.ebuild | 60 -- 3 files changed, 70 deletions(-) diff --git a/dev-java/zstd-jni/Manifest b/dev-java/zstd-jni/Manifest index 5b766999bc7c..14a650f44f39 100644 --- a/dev-java/zstd-jni/Manifest +++ b/dev-java/zstd-jni/Manifest @@ -1,2 +1 @@ -DIST zstd-jni-1.5.0.5.tar.gz 9297542 BLAKE2B 96b2aa09d62c7a45c352d52358aa47a66c95c1b122bfc61b7e2b3aaa829e011a8ed6f71373130700ecdb7d8541ca6971c2cd7fda01be396053532c4aeeca3cb1 SHA512 b63858d58c7d1b2c9d120f49d1289caa7e5b429d0f8c3c95b7f58a5d432f09d41504c5f5b0934f53be8eadf3c1ab02a1a872e292bac465907fffe2a67108267e DIST zstd-jni-1.5.2.4.tar.gz 9343792 BLAKE2B 8a446b229d49671b3f38d630ecf2c2688210176af95b66c788027de89986ad1f23615582d670f1d7a0b3866572b05c722ad6c71783d208401844287e8149f65c SHA512 bf67fc6573f2b1e45bd4985186814a54fb948a1b7280b5cf2f6d2577626c1f70626a58994291ffb228f097c91d60e3ed52d56ad92830c8f386b96b11fb6cf4a2 diff --git a/dev-java/zstd-jni/files/zstd-jni-1.5.0.4-filter-flags.patch b/dev-java/zstd-jni/files/zstd-jni-1.5.0.4-filter-flags.patch deleted file mode 100644 index 8c880da46623.. --- a/dev-java/zstd-jni/files/zstd-jni-1.5.0.4-filter-flags.patch +++ /dev/null @@ -1,9 +0,0 @@ -diff --git a/CMakeLists.txt b/CMakeLists.txt -index 5d0092f..d0f45b5 100644 a/CMakeLists.txt -+++ b/CMakeLists.txt -@@ -10,4 +10,3 @@ file(GLOB_RECURSE SOURCES RELATIVE ${CMAKE_SOURCE_DIR} "src/*.c") - add_library(zstd-jni-${NATIVE_VERSION} SHARED ${SOURCES}) - add_definitions("-DZSTD_MULTITHREAD=1") - add_definitions("-DZSTD_LEGACY_SUPPORT=4") --add_definitions("-Oz") diff --git a/dev-java/zstd-jni/zstd-jni-1.5.0.5.ebuild b/dev-java/zstd-jni/zstd-jni-1.5.0.5.ebuild deleted file mode 100644 index 90da21d386e6.. --- a/dev-java/zstd-jni/zstd-jni-1.5.0.5.ebuild +++ /dev/null @@ -1,60 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -MAVEN_ID="com.github.luben:zstd-jni:1.5.0-5" -MY_PV="$(ver_rs 3 -)" - -inherit java-pkg-2 java-pkg-simple cmake - -DESCRIPTION="JNI bindings for Zstd native library" - -HOMEPAGE="https://github.com/luben/zstd-jni"; -SRC_URI="https://github.com/luben/${PN}/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz" -S="${WORKDIR}/${PN}-${MY_PV}" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 ~arm arm64 ppc64 x86" - -RDEPEND=">=virtual/jre-1.8:*" -DEPEND=">=virtual/jdk-1.8:*" - -PATCHES=( - "${FILESDIR}/zstd-jni-1.5.0.4-filter-flags.patch" -) - -JAVA_SRC_DIR="src/main/java" - -src_prepare() { - cmake_src_prepare - - echo -e "package com.github.luben.zstd.util;\n\npublic class ZstdVersion\n{\n\tpublic static final String VERSION = \"${PV}\";\n}\n" \ - >> ${JAVA_SRC_DIR}/com/github/luben/zstd/util/ZstdVersion.java || die "Failed to generate version class" -} - -src_configure() { - local mycmakeargs=( - -DJAVA_HOME="$(java-config -g JAVA_HOME)" - # Resolve bug #776910 - # Reference: https://stackoverflow.com/a/51764145 - -DJAVA_AWT_LIBRARY="NotNeeded" - ) - cmake_src_configure -} - -src_compile() { - cmake_src_compile - - mkdir -p "${S}/target/classes/META-INF" || die "Failed to create META-INF dir" - echo "Manifest-Version: 1.0 -Implementation-Version: ${MY_PV} -Bundle-NativeCode: libzstd-jni.so;osname=Linux" > "${S}/target/classes/META-INF/MANIFEST.MF" || die "Failed to create MANIFEST.MF" - java-pkg-simple_src_compile - java-pkg_addres ${JAVA_JAR_FILENAME} "${BUILD_DIR}" -name libzstd-jni.so || die "Failed to add library to jar" -} - -src_install() { - java-pkg-simple_src_install -}
[gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-commander/
commit: 9ee03f5fd6f33d7283ee72f7122733a54565d0da Author: Sam James gentoo org> AuthorDate: Sat Nov 5 05:34:56 2022 + Commit: Sam James gentoo org> CommitDate: Sat Nov 5 05:34:56 2022 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ee03f5f gnome-extra/gnome-commander: Stabilize 1.14.3 amd64, #879247 Signed-off-by: Sam James gentoo.org> gnome-extra/gnome-commander/gnome-commander-1.14.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnome-extra/gnome-commander/gnome-commander-1.14.3.ebuild b/gnome-extra/gnome-commander/gnome-commander-1.14.3.ebuild index 3cf67a8ee2a4..9dd9c8e4977b 100644 --- a/gnome-extra/gnome-commander/gnome-commander-1.14.3.ebuild +++ b/gnome-extra/gnome-commander/gnome-commander-1.14.3.ebuild @@ -10,7 +10,7 @@ HOMEPAGE="https://gcmd.github.io/"; LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="exif gsf pdf samba taglib test +unique" RESTRICT="!test? ( test )"
[gentoo-commits] repo/gentoo:master commit in: sci-mathematics/octave/
commit: 3af5c40a901d2cdf343e90c88f7e93cb5a3f37ba Author: Sam James gentoo org> AuthorDate: Sat Nov 5 05:34:30 2022 + Commit: Sam James gentoo org> CommitDate: Sat Nov 5 05:34:37 2022 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3af5c40a sci-mathematics/octave: add 7.3.0 Signed-off-by: Sam James gentoo.org> sci-mathematics/octave/Manifest| 1 + sci-mathematics/octave/octave-7.3.0.ebuild | 208 + 2 files changed, 209 insertions(+) diff --git a/sci-mathematics/octave/Manifest b/sci-mathematics/octave/Manifest index 5ce57ee4f2a9..01f81cd55afc 100644 --- a/sci-mathematics/octave/Manifest +++ b/sci-mathematics/octave/Manifest @@ -1,3 +1,4 @@ DIST octave-5.2.0.tar.gz 33360285 BLAKE2B 6d53a48a7fbe929e372fd51d084c0269befd3140341f3f3a1f2cae02f9f085ed434c3336c770c9a856081197c93ee306f481dd116b958685175bc294e4db62ae SHA512 fa2076fb22415e0797964c66cfb8d24643f178f45eb9c14ebb4c082767e0a53509fde550f579fa4a816348bd0f7cbc74f24144f9a30a5b9c09ebe1b3949db498 DIST octave-6.4.0.tar.gz 32873157 BLAKE2B afa729c3c9917f724e7d97fe3af42986f323d3ff849e0a33ac9f183237e68d989d4f3dacd644405b648ec050ad07d8973abddbd8657b810de6f65d5b5ae37c02 SHA512 91ff031f6dfff8506fa738fd4f1f07276501fdfe003f8ed992cccf91da14d9d33da6d08923322b0dae5f5b696b49856b0f5c5065e26b0701b0d1630173807435 DIST octave-7.2.0.tar.gz 34180572 BLAKE2B 311021c339b92b3a94b0272f0fb7c788b78ae18fa7a4bddf8302c181401854f35ea7b8e6738d1a294c9baa343c7e8ec365d33f5af2d984ac6ea6853f5d53cf23 SHA512 b1f484fb97ca9270c3090f73b01f1ec0dcd6d3f838ecf7f46c50eb6245a1fa454fbc15dcf87b462a71532ba324cccd4d547b8a5b6a8e7a0914ea14981386b024 +DIST octave-7.3.0.tar.xz 26215288 BLAKE2B 53fff89e798f8b8795f83e46f66793f2cf37f98933fa62a47d5ec389f89a3447eb96128c1d6b68a4184630d071ecf1a4323299c251b43c3211a8f781486b32e5 SHA512 1399d7010cbd4e83d6dc60ab8cc2abb20e64a762e905a00066e6331c5350df93b4ff8f2670fd52fc183918cea21bc176cb263ca71080de6e4041f5e0ea21558e diff --git a/sci-mathematics/octave/octave-7.3.0.ebuild b/sci-mathematics/octave/octave-7.3.0.ebuild new file mode 100644 index ..ab0821420539 --- /dev/null +++ b/sci-mathematics/octave/octave-7.3.0.ebuild @@ -0,0 +1,208 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit autotools flag-o-matic fortran-2 java-pkg-opt-2 pax-utils qmake-utils toolchain-funcs xdg + +DESCRIPTION="High-level interactive language for numerical computations" +HOMEPAGE="https://www.gnu.org/software/octave/"; +SRC_URI="mirror://gnu/${PN}/${P}.tar.xz" + +LICENSE="GPL-3" +SLOT="0/${PV}" +IUSE="curl doc fftw +glpk gnuplot gui hdf5 java json opengl portaudio postscript +qhull +qrupdate readline sndfile +sparse ssl static-libs sundials X zlib" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux" + +# Although it is listed in INSTALL.OCTAVE as a build tool, Octave runs +# "makeinfo" from sys-apps/texinfo at runtime to convert its texinfo +# documentation to text (see scripts/help/help.m). +# +# (un)zip isn't mentioned, but there's a test that uses it (bug #775254). +# +RDEPEND=" + app-arch/bzip2 + app-arch/unzip + app-arch/zip + app-text/ghostscript-gpl + sys-apps/texinfo + dev-libs/libpcre:= + sys-libs/ncurses:= + sys-libs/zlib + virtual/blas + virtual/lapack + curl? ( net-misc/curl:= ) + fftw? ( sci-libs/fftw:3.0= ) + glpk? ( sci-mathematics/glpk:= ) + gnuplot? ( sci-visualization/gnuplot ) + gui? ( + dev-qt/qtcore:5 + dev-qt/qtgui:5 + dev-qt/qthelp:5 + dev-qt/qtnetwork:5 + dev-qt/qtopengl:5 + dev-qt/qtprintsupport:5 + dev-qt/qtwidgets:5 + x11-libs/qscintilla:= + ) + hdf5? ( sci-libs/hdf5:= ) + java? ( >=virtual/jre-1.8:* ) + json? ( dev-libs/rapidjson ) + opengl? ( + media-libs/freetype:= + media-libs/fontconfig:= + virtual/glu + >=x11-libs/fltk-1.3:1=[opengl,xft] + x11-libs/gl2ps:= + ) + portaudio? ( media-libs/portaudio ) + postscript? ( + app-text/epstool + media-gfx/pstoedit + media-gfx/transfig + ) + qhull? ( media-libs/qhull:= ) + qrupdate? ( sci-libs/qrupdate:= ) + readline? ( sys-libs/readline:= ) + sndfile? ( media-libs/libsndfile ) + sparse? ( + sci-libs/arpack:= + sci-libs/camd:= + sci-libs/ccolamd:= + sci-libs/cholmod:= + sci-libs/colamd:= + sci-libs/cxsparse:= + sci-libs/umfpack:= + ) + ssl? ( + dev-libs/openssl:= + ) + sundials? ( >=sci-libs/sundials-4:= ) + X? ( x11-libs/libX11:= ) +" +DEPEND="${RDEPEND}" +BDEPEND=" + de
[gentoo-commits] repo/gentoo:master commit in: net-misc/vde/
commit: 725d8337d0a50c3bf48ba6c6cac746e3aa4ccac9 Author: Arthur Zamarin gentoo org> AuthorDate: Sat Nov 5 05:07:04 2022 + Commit: Arthur Zamarin gentoo org> CommitDate: Sat Nov 5 05:07:04 2022 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=725d8337 net-misc/vde: Stabilize 2.3.2_p20191011-r1 arm64, #879803 Signed-off-by: Arthur Zamarin gentoo.org> net-misc/vde/vde-2.3.2_p20191011-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-misc/vde/vde-2.3.2_p20191011-r1.ebuild b/net-misc/vde/vde-2.3.2_p20191011-r1.ebuild index 56570977898c..f4a05ba486c8 100644 --- a/net-misc/vde/vde-2.3.2_p20191011-r1.ebuild +++ b/net-misc/vde/vde-2.3.2_p20191011-r1.ebuild @@ -13,7 +13,7 @@ elif [[ ${PV} = *_p* ]]; then MY_PN="vde-2" COMMIT="c7b36a57831a9067c8619c3e17a03e595623b3eb" SRC_URI="https://github.com/virtualsquare/${MY_PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~arm64 ~loong ~ppc ppc64 ~riscv ~x86" + KEYWORDS="~amd64 arm64 ~loong ~ppc ppc64 ~riscv ~x86" S="${WORKDIR}/${MY_PN}-${COMMIT}" else
[gentoo-commits] repo/gentoo:master commit in: dev-python/google-api-python-client/
commit: 2fb7d67e03ccf73ddd68ced21b3f6cc7cf66cf03 Author: Michał Górny gentoo org> AuthorDate: Sat Nov 5 05:03:30 2022 + Commit: Michał Górny gentoo org> CommitDate: Sat Nov 5 05:03:30 2022 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2fb7d67e dev-python/google-api-python-client: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/google-api-python-client/Manifest | 1 - .../google-api-python-client-2.63.0.ebuild | 53 -- 2 files changed, 54 deletions(-) diff --git a/dev-python/google-api-python-client/Manifest b/dev-python/google-api-python-client/Manifest index df5ede3f97db..7903639dddb5 100644 --- a/dev-python/google-api-python-client/Manifest +++ b/dev-python/google-api-python-client/Manifest @@ -1,3 +1,2 @@ -DIST google-api-python-client-2.63.0.gh.tar.gz 34736367 BLAKE2B 4657dd86a62def7d2858cefd63d8c8b23b36a38f65aa3e76f4436eb4d3334321fbda9530684b2d001883ba0345ef7de6d8447a86208023a3e77dae59269ef255 SHA512 a8253904fc9db8687be7a04356e9e11202073ce05c77f770d51ed973e0c87db32c4b39750e1a48d813186530dfeae0f76452df7241686d6a64afbdff35626387 DIST google-api-python-client-2.64.0.gh.tar.gz 36028133 BLAKE2B 8e9abaa17d078210c9cdf5e18db02199bae1ee6f7e5364002266ca9795100fefd8dbbfbaecd5c9e2b74e5125e42535e23f9735fb83b8fe5bc1adae1fe815 SHA512 a525d26224e7b4b647bf5fde82434fbe0e221ff55591b1564b0a3af5e1d49492b3ea157d75bec0328bda754318b9d5e57d78b4d8d532afad2e3b8cbfc650f876 DIST google-api-python-client-2.65.0.gh.tar.gz 36079173 BLAKE2B 32e60989dbc6e02ed2bd128772a71c24670d16da09ca4e5be6d4f56ebf16c94ccac120e233b4efb5fb9c9b8c464d052129eb6305a57fb61f732ca9d593f1297c SHA512 3b215e290c9a63aca914c08478342ab41ef760c135d3d5a13387be52a2993b814568c86cad752de6afe16fb3097989f4d7df06f4c9ce9c453fb7d0cb55f17053 diff --git a/dev-python/google-api-python-client/google-api-python-client-2.63.0.ebuild b/dev-python/google-api-python-client/google-api-python-client-2.63.0.ebuild deleted file mode 100644 index 1c528a1a0c2d.. --- a/dev-python/google-api-python-client/google-api-python-client-2.63.0.ebuild +++ /dev/null @@ -1,53 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8..10} ) - -inherit distutils-r1 - -DESCRIPTION="Google API Client for Python" -HOMEPAGE=" - https://github.com/googleapis/google-api-python-client/ - https://pypi.org/project/google-api-python-client/ -" -SRC_URI=" - https://github.com/googleapis/google-api-python-client/archive/v${PV}.tar.gz - -> ${P}.gh.tar.gz -" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 x86" - -RDEPEND=" - >=dev-python/httplib2-0.15[${PYTHON_USEDEP}] - =dev-python/google-api-core-2.3.1[${PYTHON_USEDEP}] - >=dev-python/google-auth-1.35.0[${PYTHON_USEDEP}] - >=dev-python/google-auth-httplib2-0.1.0[${PYTHON_USEDEP}] - >=dev-python/uritemplate-3.0.0[${PYTHON_USEDEP}] -
[gentoo-commits] repo/gentoo:master commit in: dev-python/ensurepip-setuptools/
commit: d6683bf5d39040550caa10c8246c5b40602fe4a7 Author: Michał Górny gentoo org> AuthorDate: Sat Nov 5 04:39:57 2022 + Commit: Michał Górny gentoo org> CommitDate: Sat Nov 5 05:00:00 2022 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6683bf5 dev-python/ensurepip-setuptools: Bump to 65.5.1 Signed-off-by: Michał Górny gentoo.org> dev-python/ensurepip-setuptools/Manifest | 1 + .../ensurepip-setuptools-65.5.1.ebuild | 27 ++ 2 files changed, 28 insertions(+) diff --git a/dev-python/ensurepip-setuptools/Manifest b/dev-python/ensurepip-setuptools/Manifest index 8648f7527005..cdf375b884e3 100644 --- a/dev-python/ensurepip-setuptools/Manifest +++ b/dev-python/ensurepip-setuptools/Manifest @@ -1,2 +1,3 @@ DIST setuptools-65.4.1-py3-none-any.whl 1232518 BLAKE2B 545caa5f7c551090e3dcb71c388477c4aad8aaee1dbf4a7f7fc08f27a296a81a055310b41c3d4af7cb3cf375c5ab465fec29ef3e29456281f56b7df544dd0eca SHA512 c0bc3f5f3b7c8a8b83df4d12f5f99d41ea910220abc16e8b93e3b533dc8d665802608c447e8c1eb070c19c24b1baa83faf2ac42488f95808ed585c169afadd58 DIST setuptools-65.5.0-py3-none-any.whl 1232695 BLAKE2B 4079fddb68bcd123a3864a1a1bc42b88b40343caebbf4365bf7eb6379e73c7792eea36b53d7a4e63a4621f64a74fd440f555092e6a251e0943dd6eb526f89b0d SHA512 b179096ad073fd1fc2c9b68b4eecc6df5cb5e54250020b16a689f7c89ddad75ec88b8031fe4249cd609ee18e1aa22e7bc011d9ddb32b7b661e57f0645879e710 +DIST setuptools-65.5.1-py3-none-any.whl 1232712 BLAKE2B 7ffda4e3e3e148a2ec55964ddb2a191710e6b5c8ec77c2f1af0cb2427992bce90c1fe309c916e404afe7cac8dcb87e8ef6351d0946432a455bdd91a9b6550884 SHA512 8fe0472001b1589caf81f1e0fe1e524f003fc414d0a17a431209ba5aa8292741bdf13ae4346227afba2491099ea7369bf767ce621ef3fa38dda7b304b5c0 diff --git a/dev-python/ensurepip-setuptools/ensurepip-setuptools-65.5.1.ebuild b/dev-python/ensurepip-setuptools/ensurepip-setuptools-65.5.1.ebuild new file mode 100644 index ..96c75c915768 --- /dev/null +++ b/dev-python/ensurepip-setuptools/ensurepip-setuptools-65.5.1.ebuild @@ -0,0 +1,27 @@ +# Copyright 2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +MY_PN=${PN#ensurepip-} +WHL=${MY_PN}-${PV}-py3-none-any.whl + +DESCRIPTION="Shared setuptools wheel for ensurepip Python module" +HOMEPAGE="https://pypi.org/project/setuptools/"; +SRC_URI=" + https://files.pythonhosted.org/packages/py3/${MY_PN::1}/${MY_PN}/${WHL} +" +S=${DISTDIR} + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" + +RDEPEND=" + !
[gentoo-commits] repo/gentoo:master commit in: dev-python/sphinx_rtd_theme/
commit: dc3d8aaece7a550cf108bf4a08d13a89f99f02d7 Author: Michał Górny gentoo org> AuthorDate: Sat Nov 5 04:31:35 2022 + Commit: Michał Górny gentoo org> CommitDate: Sat Nov 5 04:59:58 2022 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc3d8aae dev-python/sphinx_rtd_theme: Bump to 1.1.1 Signed-off-by: Michał Górny gentoo.org> dev-python/sphinx_rtd_theme/Manifest | 1 + .../sphinx_rtd_theme/sphinx_rtd_theme-1.1.1.ebuild | 43 ++ 2 files changed, 44 insertions(+) diff --git a/dev-python/sphinx_rtd_theme/Manifest b/dev-python/sphinx_rtd_theme/Manifest index e8f13b0582d9..71d04ba1a0db 100644 --- a/dev-python/sphinx_rtd_theme/Manifest +++ b/dev-python/sphinx_rtd_theme/Manifest @@ -1,2 +1,3 @@ DIST sphinx_rtd_theme-1.0.0.tar.gz 2780623 BLAKE2B 02e72ddade0632423d21e512ab86fbdcc9f18eddbef328ba766f1b06a49c838808af4ee000e57c8f0f40112569b35c1b62c9c0c8853c237fd2ddb6de76d48a21 SHA512 06025445e1358c994bf0c15a382ec8f8f3f2114dfac19f340585a3660d91a279100c2d16ef665d9eb8d38b0e4ed264e96d3ac6814dd01b9430d2f8a0d8275178 DIST sphinx_rtd_theme-1.1.0.tar.gz 2782178 BLAKE2B d121a9eb2514c5f23260bdb97e360d7a611b895a35155592671fab557995904d6ba2db8fdc83cec390acbf800442289138995f680655cc7a1d9ff9edfcaf557c SHA512 49a87d97a0d4edd8e5e1244fb02dcf37d06e4d64a97b939678ba006b1159b06f173d18a7f5b5eaefade8818a5bee1bb9455131bfd0ec54d42063295595d45b14 +DIST sphinx_rtd_theme-1.1.1.tar.gz 2783043 BLAKE2B c132cc4bba5459ca29740222cc917aac0fa5afb26748b1bd3d457ed0a02e63cd973deecd9a3d509187f54ae85798cb63fdfaa293615eae278228753808fd8c50 SHA512 c3e6e3a9d25b9c48a9830e696ca5c8f0c185a0328c76032cbe6dcfb93cda7ad9a724ec4e0e2a99079db28f35aa61ef2f569b87ce98a01c47a9701a6070bc395e diff --git a/dev-python/sphinx_rtd_theme/sphinx_rtd_theme-1.1.1.ebuild b/dev-python/sphinx_rtd_theme/sphinx_rtd_theme-1.1.1.ebuild new file mode 100644 index ..849354151794 --- /dev/null +++ b/dev-python/sphinx_rtd_theme/sphinx_rtd_theme-1.1.1.ebuild @@ -0,0 +1,43 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{8..11} pypy3 ) + +inherit distutils-r1 + +DESCRIPTION="ReadTheDocs.org theme for Sphinx" +HOMEPAGE=" + https://github.com/readthedocs/sphinx_rtd_theme/ + https://pypi.org/project/sphinx-rtd-theme/ +" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos" +IUSE="" + +RDEPEND=" + dev-python/docutils[${PYTHON_USEDEP}] + >=dev-python/sphinx-1.6[${PYTHON_USEDEP}] +" +BDEPEND=" + test? ( + dev-python/readthedocs-sphinx-ext[${PYTHON_USEDEP}] + ) +" + +distutils_enable_tests pytest + +src_prepare() { + # unpin docutils + sed -i -e '/docutils/s:<0.18::' setup.cfg || die + distutils-r1_src_prepare + + # CI=1 disables rebuilding webpack that requires npm use + # yes, that surely makes sense + export CI=1 +}
[gentoo-commits] repo/gentoo:master commit in: dev-python/PyGithub/
commit: 50126f01ec0d79f85b817dbe5c6ce2f4fc772fdb Author: Michał Górny gentoo org> AuthorDate: Sat Nov 5 04:08:58 2022 + Commit: Michał Górny gentoo org> CommitDate: Sat Nov 5 04:59:53 2022 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50126f01 dev-python/PyGithub: Bump to 1.57 Signed-off-by: Michał Górny gentoo.org> dev-python/PyGithub/Manifest | 1 + dev-python/PyGithub/PyGithub-1.57.ebuild | 39 2 files changed, 40 insertions(+) diff --git a/dev-python/PyGithub/Manifest b/dev-python/PyGithub/Manifest index f6c986408afa..430b17000cdb 100644 --- a/dev-python/PyGithub/Manifest +++ b/dev-python/PyGithub/Manifest @@ -1,2 +1,3 @@ DIST PyGithub-1.55.gh.tar.gz 3123996 BLAKE2B 58522db764b44286bb4b65cfa13fcce8fcaac99f1b71d62afe6cfda2bc8b13537de0b0db65e0cbc5c6e4a346cfdbf0084c0c8f4c13ed046d8bea33b10fa51382 SHA512 7ea9e67428e98330f90f1d78e5a003dbe1a6d5cd98b6c729f2030a73d21b4a72a7957382c888fac0b7bae4a409cfb53473a19e7e73df46b251df0327871e173a DIST PyGithub-1.56.gh.tar.gz 3144624 BLAKE2B 04ee4784802f04b39da3fe28b67a884f14adc3d60f3085a5490d91e7b56fcadb735e70e8295ffddb63f21ca417932f1f8da0adf592e59034d3f7449d3c837aad SHA512 fe20d5eaa0f0267c49141fdd4d37bff81fe766a7db48662ceabc5a3f69ae7587bba6958d959a67dd224d4402f9b5785b67b461cac4c2f1bf5a15e8fcf8ae98ec +DIST PyGithub-1.57.gh.tar.gz 3159952 BLAKE2B e753a72c0fe20f0697ff3246fd2c3445571079ae18bee50abf6543da51d9e889c67cafa0bf36a980223f3423cf880c36d24ce74a6bf245117a080186a209ddcb SHA512 6c8880d21c5134581be6bc5549184c3f13cef8f360a46a459234f22f3dd4fc5f8b573cc3a5d870bba6c6129ff7b670e739d87e42f2e34ddcdf357a3fe2b3cadc diff --git a/dev-python/PyGithub/PyGithub-1.57.ebuild b/dev-python/PyGithub/PyGithub-1.57.ebuild new file mode 100644 index ..b1550f8817e5 --- /dev/null +++ b/dev-python/PyGithub/PyGithub-1.57.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{8..11} ) + +inherit distutils-r1 + +DESCRIPTION="Python library to access the Github API v3" +HOMEPAGE=" + https://github.com/PyGithub/PyGithub/ + https://pypi.org/project/PyGithub/ +" +SRC_URI=" + https://github.com/PyGithub/PyGithub/archive/v${PV}.tar.gz + -> ${P}.gh.tar.gz +" + +LICENSE="LGPL-3+" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND=" + dev-python/deprecated[${PYTHON_USEDEP}] + >=dev-python/pyjwt-2.4.0[${PYTHON_USEDEP}] + >=dev-python/pynacl-1.4.0[${PYTHON_USEDEP}] + >=dev-python/requests-2.14.0[${PYTHON_USEDEP}] + dev-python/six[${PYTHON_USEDEP}] +" +BDEPEND=" + test? ( + dev-python/cryptography[${PYTHON_USEDEP}] + >=dev-python/httpretty-0.9.6[${PYTHON_USEDEP}] + ) +" + +distutils_enable_tests pytest
[gentoo-commits] repo/gentoo:master commit in: dev-python/keyring/
commit: b7f3fb82e019b751d3096b4d19cfdd549fd4a8aa Author: Michał Górny gentoo org> AuthorDate: Sat Nov 5 04:16:19 2022 + Commit: Michał Górny gentoo org> CommitDate: Sat Nov 5 04:59:55 2022 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7f3fb82 dev-python/keyring: Bump to 23.10.0 Signed-off-by: Michał Górny gentoo.org> dev-python/keyring/Manifest | 1 + dev-python/keyring/keyring-23.10.0.ebuild | 52 +++ 2 files changed, 53 insertions(+) diff --git a/dev-python/keyring/Manifest b/dev-python/keyring/Manifest index eeb8480c04a1..ab9ad9665951 100644 --- a/dev-python/keyring/Manifest +++ b/dev-python/keyring/Manifest @@ -1,2 +1,3 @@ +DIST keyring-23.10.0.gh.tar.gz 47127 BLAKE2B 1179cd0b835d2c394f9649782c692ff719d55ee15e975266951df356f97d946a0d7270e454bcaf4dca902ab511d90460c935369773ddf8f553835e0a83123479 SHA512 74d0049b300c2740b00d89de1a9688fc5901006d1d499af9a33f6f12d8634b749450d2527420404086ac7ec7606ca9fad4cb002fd217dfa82ccef173aa8e61e9 DIST keyring-23.9.1.gh.tar.gz 46768 BLAKE2B 4b1acd33f53244a8932efbd54a8edc065071cf2ce2049d590a7804b171b90719fb18d982aa7bea217f76beab80e2cce5d4ff4f5440d23342879aed5ee79d7c82 SHA512 e384c4e592b2c4b9b6505c1fe22d9192c6d577add52e874490833dadaf1aba9dfc708593762471de0f5995bc6bb35f61ba541590a152528b489128fca629c623 DIST keyring-23.9.3.gh.tar.gz 46913 BLAKE2B d55425c8e18f65362aab531b707e261b0990ab9c4f890286a63964fd2b29380ad9e2c19eae4c723848e3fcfff0eb6d3dcd4377e7151fa2dc5731987f2b468121 SHA512 8ee5da4f464fae90237f246037e2c675740dfda4945d6afcf2e5a4fdaf076766442590db92f9d32bda2dc820446a95a6e8ee3ccbccdb9c09e6c71bbd0e52f5b1 diff --git a/dev-python/keyring/keyring-23.10.0.ebuild b/dev-python/keyring/keyring-23.10.0.ebuild new file mode 100644 index ..e3c99b84fc3b --- /dev/null +++ b/dev-python/keyring/keyring-23.10.0.ebuild @@ -0,0 +1,52 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{8..11} pypy3 ) + +inherit distutils-r1 + +DESCRIPTION="Provides access to the system keyring service" +HOMEPAGE=" + https://github.com/jaraco/keyring/ + https://pypi.org/project/keyring/ +" +SRC_URI=" + https://github.com/jaraco/keyring/archive/v${PV}.tar.gz + -> ${P}.gh.tar.gz +" + +SLOT="0" +LICENSE="PSF-2" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos" + +RDEPEND=" + >=dev-python/secretstorage-3.2[${PYTHON_USEDEP}] + dev-python/jaraco-classes[${PYTHON_USEDEP}] + >=dev-python/jeepney-0.4.2[${PYTHON_USEDEP}] + $(python_gen_cond_dep ' + >=dev-python/importlib_metadata-4.11.4[${PYTHON_USEDEP}] + ' 3.8 3.9 3.10 3.11) +" +BDEPEND=" + dev-python/setuptools_scm[${PYTHON_USEDEP}] +" + +distutils_enable_tests pytest + +export SETUPTOOLS_SCM_PRETEND_VERSION=${PV} + +EPYTEST_DESELECT=( + # this test fails if importlib-metadata returns more than one + # entry, i.e. when keyring is installed already + tests/test_packaging.py::test_entry_point +) + +EPYTEST_IGNORE=( + # apparently does not unlock the keyring properly + tests/backends/test_libsecret.py + # hangs + tests/backends/test_kwallet.py +)
[gentoo-commits] repo/gentoo:master commit in: dev-python/setuptools/
commit: 071fe3c202028dd56b53aaf7861c86f7562e82f7 Author: Michał Górny gentoo org> AuthorDate: Sat Nov 5 04:39:39 2022 + Commit: Michał Górny gentoo org> CommitDate: Sat Nov 5 04:59:59 2022 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=071fe3c2 dev-python/setuptools: Bump to 65.5.1 Signed-off-by: Michał Górny gentoo.org> dev-python/setuptools/Manifest | 1 + dev-python/setuptools/setuptools-65.5.1.ebuild | 127 + 2 files changed, 128 insertions(+) diff --git a/dev-python/setuptools/Manifest b/dev-python/setuptools/Manifest index 3200aa86c41c..bb52a6837f72 100644 --- a/dev-python/setuptools/Manifest +++ b/dev-python/setuptools/Manifest @@ -1,2 +1,3 @@ DIST setuptools-65.4.1.tar.gz 2615710 BLAKE2B 12e644412c7f910a8bf6fb470e0c7e78bcd11a9403d7d0821eecad156d0a4ed03751de6bd6c51ebc2ce1c0925386120971c0da129ebd7e1b8376feee1f8edc7e SHA512 d13253bb556380b1b45d4b51dc7922b0cffa390ba92d97ccbc43c314aceccdcf51ee8b5c751cf6f36c6c8955836bc248214d55fe7419ff0332719862772f0f95 DIST setuptools-65.5.0.tar.gz 2616463 BLAKE2B b2f4ea3750a6ebd2d83a99e2c6beaccebf2c167dac23c901937fecb3fff9891c8c2cf4f150281c00656d2057c89ede80a7b47c73c783b268c91a3700426fd66d SHA512 5f65765a2971662ef4864473d7b54d7d5357fba2b6e9369f1b7923ef5466463852a714e6ee0b6581835c1524069cdfefd907cc65681c7f2b73c6ef278bff6228 +DIST setuptools-65.5.1.tar.gz 2616576 BLAKE2B 84ecb833305e06861d4e0ab5377235f6a5e3a109db9d5296f19f7d67840ba220847a18e6e2529265aadec265cabc8ed3d43f9ebf755f8eb8eacb092291b9248d SHA512 e75eb7fdb0bc5ffdc76ed864cf753c2672d097a60f8747ac5cd40a49276d33df31fb619877234b4c22693b627d9978ecdd48a5c6c48aa0bbb856d48dec70fb0a diff --git a/dev-python/setuptools/setuptools-65.5.1.ebuild b/dev-python/setuptools/setuptools-65.5.1.ebuild new file mode 100644 index ..e13db86f37f1 --- /dev/null +++ b/dev-python/setuptools/setuptools-65.5.1.ebuild @@ -0,0 +1,127 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +# please keep this ebuild at EAPI 7 -- sys-apps/portage dep +EAPI=7 + +# please bump dev-python/ensurepip-setuptools along with this package! + +DISTUTILS_USE_PEP517=standalone +PYTHON_TESTED=( python3_{8..11} pypy3 ) +PYTHON_COMPAT=( "${PYTHON_TESTED[@]}" ) +PYTHON_REQ_USE="xml(+)" + +inherit distutils-r1 multiprocessing + +DESCRIPTION="Collection of extensions to Distutils" +HOMEPAGE=" + https://github.com/pypa/setuptools/ + https://pypi.org/project/setuptools/ +" +SRC_URI=" + mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz +" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~arm64-macos ~x64-macos ~x64-solaris" +IUSE="test" +RESTRICT="!test? ( test )" + +RDEPEND=" + >=dev-python/appdirs-1.4.4-r2[${PYTHON_USEDEP}] + >=dev-python/jaraco-text-3.7.0-r1[${PYTHON_USEDEP}] + >=dev-python/more-itertools-8.12.0-r1[${PYTHON_USEDEP}] + >=dev-python/nspektr-0.3.0[${PYTHON_USEDEP}] + >=dev-python/ordered-set-4.0.2-r1[${PYTHON_USEDEP}] + >=dev-python/packaging-21.3-r2[${PYTHON_USEDEP}] + >=dev-python/tomli-2.0.1[${PYTHON_USEDEP}] + $(python_gen_cond_dep ' + >=dev-python/importlib_metadata-4.11.1[${PYTHON_USEDEP}] + ' 3.8 3.9) + $(python_gen_cond_dep ' + >=dev-python/importlib_resources-5.4.0-r3[${PYTHON_USEDEP}] + ' 3.8) +" +BDEPEND=" + ${RDEPEND} + >=dev-python/wheel-0.37.1-r1[${PYTHON_USEDEP}] + test? ( + $(python_gen_cond_dep ' + dev-python/build[${PYTHON_USEDEP}] + >=dev-python/ini2toml-0.9[${PYTHON_USEDEP}] + >=dev-python/filelock-3.4.0[${PYTHON_USEDEP}] + >=dev-python/jaraco-envs-2.2[${PYTHON_USEDEP}] + >=dev-python/jaraco-path-3.2.0[${PYTHON_USEDEP}] + dev-python/pip[${PYTHON_USEDEP}] + dev-python/pip-run[${PYTHON_USEDEP}] + dev-python/pytest[${PYTHON_USEDEP}] + dev-python/pytest-fixture-config[${PYTHON_USEDEP}] + dev-python/pytest-timeout[${PYTHON_USEDEP}] + dev-python/pytest-virtualenv[${PYTHON_USEDEP}] + dev-python/pytest-xdist[${PYTHON_USEDEP}] + >=dev-python/tomli-w-1.0.0[${PYTHON_USEDEP}] + >=dev-python/virtualenv-20[${PYTHON_USEDEP}] + dev-python/wheel[${PYTHON_USEDEP}] + ' "${PYTHON_TESTED[@]}") + ) +" +PDEPEND=" + >=dev-python/certifi-2016.9.26[${PYTHON_USEDEP}] + dev-python/setuptools_scm[${PYTHON_USEDEP}] +" + +DOCS=( {CHANGES,README}.rst ) + +src_prepare() { + local PATCHES=( + # TODO: remove this when we're 100% PEP517 mode + "${FILESDIR}"/setuptools-62.4.0-py-compile.patch
[gentoo-commits] repo/gentoo:master commit in: dev-python/statsmodels/
commit: c9563b2ee37fa58df631b20535ce366e966c0558 Author: Michał Górny gentoo org> AuthorDate: Sat Nov 5 04:27:10 2022 + Commit: Michał Górny gentoo org> CommitDate: Sat Nov 5 04:59:57 2022 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9563b2e dev-python/statsmodels: Enable py3.11 Signed-off-by: Michał Górny gentoo.org> dev-python/statsmodels/statsmodels-0.13.5.ebuild | 23 +++ 1 file changed, 15 insertions(+), 8 deletions(-) diff --git a/dev-python/statsmodels/statsmodels-0.13.5.ebuild b/dev-python/statsmodels/statsmodels-0.13.5.ebuild index 5caea8067c6e..ee45e827714e 100644 --- a/dev-python/statsmodels/statsmodels-0.13.5.ebuild +++ b/dev-python/statsmodels/statsmodels-0.13.5.ebuild @@ -4,29 +4,37 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..11} ) + inherit distutils-r1 multiprocessing optfeature DESCRIPTION="Statistical computations and models for use with SciPy" -HOMEPAGE="https://www.statsmodels.org/stable/index.html"; +HOMEPAGE=" + https://www.statsmodels.org/stable/index.html + https://github.com/statsmodels/statsmodels/ + https://pypi.org/project/statsmodels/ +" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~s390 ~x86 ~amd64-linux ~x86-linux" IUSE="examples" DEPEND=" >=dev-python/numpy-1.17[${PYTHON_USEDEP}] - >=dev-python/scipy-1.3[${PYTHON_USEDEP}]" -RDEPEND="${DEPEND} + >=dev-python/scipy-1.3[${PYTHON_USEDEP}] +" +RDEPEND=" + ${DEPEND} >=dev-python/numpy-1.17[${PYTHON_USEDEP}] >=dev-python/packaging-21.3[${PYTHON_USEDEP}] >=dev-python/pandas-0.25[${PYTHON_USEDEP}] >=dev-python/patsy-0.5.2[${PYTHON_USEDEP}] >=dev-python/scipy-1.3[${PYTHON_USEDEP}] " -BDEPEND="${DEPEND} +BDEPEND=" + ${DEPEND} dev-python/cython[${PYTHON_USEDEP}] test? ( dev-python/pytest-xdist[${PYTHON_USEDEP}] @@ -62,8 +70,7 @@ python_test() { ) cd "${BUILD_DIR}/install$(python_get_sitedir)" || die - epytest ${PN} -n "$(makeopts_jobs "${MAKEOPTS}" "$(get_nproc)")" - rm -r ${PN}/.pytest_cache || die + epytest ${PN} -n "$(makeopts_jobs)" } python_install_all() {
[gentoo-commits] repo/gentoo:master commit in: dev-python/trimesh/
commit: 04bba997b86db4a99bd88b1d6e13de4fbd8d7b5c Author: Michał Górny gentoo org> AuthorDate: Sat Nov 5 04:18:17 2022 + Commit: Michał Górny gentoo org> CommitDate: Sat Nov 5 04:59:56 2022 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04bba997 dev-python/trimesh: Bump to 3.16.0 Signed-off-by: Michał Górny gentoo.org> dev-python/trimesh/Manifest | 1 + dev-python/trimesh/trimesh-3.16.0.ebuild | 65 2 files changed, 66 insertions(+) diff --git a/dev-python/trimesh/Manifest b/dev-python/trimesh/Manifest index a07b5d20a367..9c41eb72522d 100644 --- a/dev-python/trimesh/Manifest +++ b/dev-python/trimesh/Manifest @@ -1,3 +1,4 @@ DIST trimesh-3.15.5.gh.tar.gz 11956403 BLAKE2B 5e36a7fd57689f5151ee710a707bf44ff4c9538c3f541cd3d29bb08722b4bfeead7f138dab02a58a80d18b4831044d1ac674e3defd0e378420540976c422fc22 SHA512 4433480ff96be561d32412870c71420699713c53d34b2f84eabb1fa1eaa9e70d74940674e62a547c31e22dd941bb036179785a35ff2c8d27288300033497d5ac DIST trimesh-3.15.7.gh.tar.gz 11972453 BLAKE2B 0f1c10d096289122bb1cc853f4879718f3e03dd9b4297a25be4db2a232a08b0e8d496ec5cc98b2d4c4214ba29291fe24b7dcc5d2e430105ba46cb4fb5838 SHA512 c09862de650829e853d7d4f2b53b72ddeac48ad313975dc2919c0bbb11d16d0fe5aa69810d488291b187e827b63caeb03847c143cd6812ae09c2d98d51e42270 DIST trimesh-3.15.8.gh.tar.gz 11972365 BLAKE2B 2dd76c5f3c6949b79992dc23a4a80f3fc80c63c08ac7f8c6c11d6b1209b7b23f4843fe0da74528fbec0738bf83d2791260183cca710d2fe046c1bb8ef747c82b SHA512 806a8a10ff86a5198f7dc134f07fa3fd3f84d8e1b10f2d1f8dbc4a5783d2d24474d7c32f0427fd740f2af63d544fc4f3e710f1904cca0412390e6913092b1741 +DIST trimesh-3.16.0.gh.tar.gz 11970053 BLAKE2B 3898dd2fd12fd070bc9a3a10e21bd255b75f7758deb38e0d36314524b4e24b7ada6514865c06677a1db39b1723b918e5ec6dcf491bf0c946c3e22495cf7dcd01 SHA512 7b56a5007614eae8a7cef1a69334ef3b21499572b5bfaa414bd29097a431266e1ec4d7dda540dbf502a57f5b0ce9d3fb3763675821714ac25d924e0d15e22c71 diff --git a/dev-python/trimesh/trimesh-3.16.0.ebuild b/dev-python/trimesh/trimesh-3.16.0.ebuild new file mode 100644 index ..11e1a73dfac5 --- /dev/null +++ b/dev-python/trimesh/trimesh-3.16.0.ebuild @@ -0,0 +1,65 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{8..10} ) + +inherit distutils-r1 multiprocessing optfeature + +DESCRIPTION="Python library for loading and using triangular meshes" +HOMEPAGE=" + https://trimsh.org/ + https://github.com/mikedh/trimesh/ + https://pypi.org/project/trimesh/ +" +SRC_URI=" + https://github.com/mikedh/${PN}/archive/${PV}.tar.gz + -> ${P}.gh.tar.gz +" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~arm64 ~x86" + +RDEPEND=" + dev-python/chardet[${PYTHON_USEDEP}] + dev-python/colorlog[${PYTHON_USEDEP}] + dev-python/jsonschema[${PYTHON_USEDEP}] + dev-python/lxml[${PYTHON_USEDEP}] + dev-python/msgpack[${PYTHON_USEDEP}] + dev-python/networkx[${PYTHON_USEDEP}] + dev-python/numpy[${PYTHON_USEDEP}] + dev-python/pillow[${PYTHON_USEDEP}] + dev-python/pycollada[${PYTHON_USEDEP}] + dev-python/pyglet[${PYTHON_USEDEP}] + dev-python/requests[${PYTHON_USEDEP}] + dev-python/scipy[${PYTHON_USEDEP}] + dev-python/setuptools[${PYTHON_USEDEP}] + >=dev-python/shapely-1.8.2[${PYTHON_USEDEP}] + dev-python/svg-path[${PYTHON_USEDEP}] + dev-python/sympy[${PYTHON_USEDEP}] + dev-python/xxhash[${PYTHON_USEDEP}] + sci-libs/rtree[${PYTHON_USEDEP}] +" +BDEPEND=" + test? ( + dev-python/pytest-xdist[${PYTHON_USEDEP}] + ) +" + +distutils_enable_tests pytest + +python_test() { + epytest -n "$(makeopts_jobs)" +} + +pkg_postinst() { + optfeature_header "${PN} functionality can be extended by installing the following packages:" + optfeature "making GUI applications with 3D stuff" dev-python/glooey + optfeature "2D triangulations of polygons" dev-python/mapbox_earcut + optfeature "loading a number of additional mesh formats" dev-python/meshio + optfeature "figuring out how much memory we have" dev-python/psutil + optfeature "marching cubes and other nice stuff" sci-libs/scikit-image +}
[gentoo-commits] repo/gentoo:master commit in: dev-python/paramiko/, dev-python/paramiko/files/
commit: 82f480da4dce9d9e32b6f72cb83f7004a305756a Author: Michał Górny gentoo org> AuthorDate: Sat Nov 5 04:09:48 2022 + Commit: Michał Górny gentoo org> CommitDate: Sat Nov 5 04:59:54 2022 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82f480da dev-python/paramiko: Bump to 2.12.0 Signed-off-by: Michał Górny gentoo.org> dev-python/paramiko/Manifest | 1 + .../files/paramiko-2.12.0-pytest-relaxed.patch | 93 ++ dev-python/paramiko/paramiko-2.12.0.ebuild | 61 ++ 3 files changed, 155 insertions(+) diff --git a/dev-python/paramiko/Manifest b/dev-python/paramiko/Manifest index aa0b682d200c..eb655f12f935 100644 --- a/dev-python/paramiko/Manifest +++ b/dev-python/paramiko/Manifest @@ -1 +1,2 @@ DIST paramiko-2.11.0.tar.gz 350793 BLAKE2B 86358e08407f8a820a9b33a60e771ac3adb8f3e003ccbc4704ba69a52bd427f38a9c49a20e6a07220d07c25dbcc35a472b2091fa9f7bc1447bab0d7a1ce16b35 SHA512 59e439bd54d83938f91d6c9888f2278bafa4ca48582939580bdabc6207dbe6dc856f6006ad26b7ec91b9d39e92ca70dc6270c6b5d4f77a5e1fa0ec8bd084d4b5 +DIST paramiko-2.12.0.gh.tar.gz 351956 BLAKE2B d41668f32f28a5c2c3af1d2b5c85bb4c3d2f5af9028cd5ebcb2b8aa21bc25df2c1ead5ddfe61ff12cfacec4b92913833e267f8a3fef07fa9a794f4b064fdb472 SHA512 1bf325ffd393447cb90009d01dc1104d0d43a6acdd08cc6d28310063a649a23748800dab119ab5e10833975e68f5f5702044fc247a2e8058122a5327f2c7 diff --git a/dev-python/paramiko/files/paramiko-2.12.0-pytest-relaxed.patch b/dev-python/paramiko/files/paramiko-2.12.0-pytest-relaxed.patch new file mode 100644 index ..cf34fbfd1c60 --- /dev/null +++ b/dev-python/paramiko/files/paramiko-2.12.0-pytest-relaxed.patch @@ -0,0 +1,93 @@ +From 935507cc60b6f0b2b83c9c0e3be3900297b41757 Mon Sep 17 00:00:00 2001 +From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= +Date: Tue, 17 May 2022 07:26:36 +0200 +Subject: [PATCH] Replace pytest-relaxed with plain pytest.raises + +There is really no technical reason to bring pytest-relaxed to call +@raises as a decorator while plain pytest works just fine. Plus, +pytest.raises() is used in test_sftp already. + +pytest-relaxed causes humongous breakage to other packages +on the system. It has been banned from Gentoo for this reason. +--- + dev-requirements.txt | 1 - + pytest.ini | 3 --- + tests/test_client.py | 19 +-- + 3 files changed, 9 insertions(+), 14 deletions(-) + +diff --git a/dev-requirements.txt b/dev-requirements.txt +index 3ed9eb40..e90f3373 100644 +--- a/dev-requirements.txt b/dev-requirements.txt +@@ -2,7 +2,6 @@ + invoke==1.6.0 + invocations==2.6.0 + pytest==4.4.2 +-pytest-relaxed==1.1.5 + # pytest-xdist for test dir watching and the inv guard task + pytest-xdist==1.28.0 + mock==2.0.0 +diff --git a/pytest.ini b/pytest.ini +index be207cd8..5a506bcd 100644 +--- a/pytest.ini b/pytest.ini +@@ -1,7 +1,4 @@ + [pytest] +-# We use pytest-relaxed just for its utils at the moment, so disable it at the +-# plugin level until we adapt test organization to really use it. +-addopts = -p no:relaxed + # Loop on failure + looponfailroots = tests paramiko + # Ignore some warnings we cannot easily handle. +diff --git a/tests/test_client.py b/tests/test_client.py +index 3eaad4fb..66c41b0b 100644 +--- a/tests/test_client.py b/tests/test_client.py +@@ -34,7 +34,6 @@ import weakref + from tempfile import mkstemp + + import pytest +-from pytest_relaxed import raises + from mock import patch, Mock + + import paramiko +@@ -787,11 +786,11 @@ class PasswordPassphraseTests(ClientTest): + + # TODO: more granular exception pending #387; should be signaling "no auth + # methods available" because no key and no password +-@raises(SSHException) + @requires_sha1_signing + def test_passphrase_kwarg_not_used_for_password_auth(self): +-# Using the "right" password in the "wrong" field shouldn't work. +-self._test_connection(passphrase="pygmalion") ++with pytest.raises(SSHException): ++# Using the "right" password in the "wrong" field shouldn't work. ++self._test_connection(passphrase="pygmalion") + + @requires_sha1_signing + def test_passphrase_kwarg_used_for_key_passphrase(self): +@@ -811,15 +810,15 @@ class PasswordPassphraseTests(ClientTest): + password="television", + ) + +-@raises(AuthenticationException) # TODO: more granular + @requires_sha1_signing + def test_password_kwarg_not_used_for_passphrase_when_passphrase_kwarg_given( # noqa + self + ): + # Sanity: if we're given both fields, the password field is NOT used as + # a passphrase. +-self._test_connection( +-key_filename=_support("test_rsa_password.key"), +-password="television", +-passphrase="wat? lol no", +-) ++with pytest.raises(AuthenticationException): ++self._test_connection( ++key_filename
[gentoo-commits] repo/gentoo:master commit in: dev-python/botocore/
commit: 8f7b516ef2878d71c21192ff82c42f5028aa937f Author: Michał Górny gentoo org> AuthorDate: Sat Nov 5 04:06:56 2022 + Commit: Michał Górny gentoo org> CommitDate: Sat Nov 5 04:59:51 2022 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f7b516e dev-python/botocore: Bump to 1.29.3 Signed-off-by: Michał Górny gentoo.org> dev-python/botocore/Manifest | 1 + dev-python/botocore/botocore-1.29.3.ebuild | 72 ++ 2 files changed, 73 insertions(+) diff --git a/dev-python/botocore/Manifest b/dev-python/botocore/Manifest index 9927613da9b3..f12fd0dac2fa 100644 --- a/dev-python/botocore/Manifest +++ b/dev-python/botocore/Manifest @@ -9,3 +9,4 @@ DIST botocore-1.28.5.gh.tar.gz 9842427 BLAKE2B ed185346c21eeb0d05b39b55e99e065d9 DIST botocore-1.29.0.gh.tar.gz 10570614 BLAKE2B 08c48caba9516cb7345204d426942779dc8e2060cd3b95f634fe6293f6314c6a825c3c75371a446c22365f855f888c86ce303f50b53ecb6348f3453c5c9b9cab SHA512 b35322e8636fbf9d1743e234889dd370f8cc4853eb0318ad55e563de7a3f3be47fe0842be1ead8fa7c4eaf455264aa7bc15c0a8313fc2343f82d419b7cad781b DIST botocore-1.29.1.gh.tar.gz 10572059 BLAKE2B d0adb21a47ae4e4b092a7965630b599e8ad7322e11f808bc18632e7bc79afacf743e5149aecad788fe8d6479a68e99b125fd07bd48e3b3bc5901784b3ca12423 SHA512 ce9b7d2b8a2a590993a3fad259ec3a7b038cad8234cad3e8fdbb5523db278e682a391f40e59811dfda3f312f8e5a158246f8654b7e08bfafe817a7e62ee5ef04 DIST botocore-1.29.2.gh.tar.gz 10572801 BLAKE2B 3a2512deabf0780fa8ca112753a161c066de19757999c3b948f2e25c4954600ef7477e645b92b706493c0b973478e6f246eb18bb83256946e538fd720c9f5c3b SHA512 efc6229adc9f48ce23432609832de0d20d385217087a23006ede4cc0e415c52a7c80774c57b7a86b804ecd3b1fecd437c7d15d05582c3f585afb670969dbca9d +DIST botocore-1.29.3.gh.tar.gz 10578018 BLAKE2B 26ef86833ad6cbc3786f7a5e40a6847d40c48571b3f5028e9d40570bf693bc68e2dd1f9536566a038e05854bc629664731d46fcc858e9d05d78f08a3fdfa8e17 SHA512 4000887b78882534e4d1e062186fee49e3fc66521d359fb3c22db009a23901cbbc35194b4eafdd1e4d6aaa398749588bc4f6c444692e5380a10856dc1c2e00d0 diff --git a/dev-python/botocore/botocore-1.29.3.ebuild b/dev-python/botocore/botocore-1.29.3.ebuild new file mode 100644 index ..d1a6948e70e5 --- /dev/null +++ b/dev-python/botocore/botocore-1.29.3.ebuild @@ -0,0 +1,72 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{8..11} ) + +inherit distutils-r1 multiprocessing + +DESCRIPTION="Low-level, data-driven core of boto 3" +HOMEPAGE=" + https://github.com/boto/botocore/ + https://pypi.org/project/botocore/ +" +LICENSE="Apache-2.0" +SLOT="0" + +if [[ "${PV}" == "" ]]; then + EGIT_REPO_URI="https://github.com/boto/botocore"; + inherit git-r3 +else + SRC_URI=" + https://github.com/boto/botocore/archive/${PV}.tar.gz + -> ${P}.gh.tar.gz + " + KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux" +fi + +RDEPEND=" + dev-python/six[${PYTHON_USEDEP}] + =dev-python/urllib3-1.25.4[${PYTHON_USEDEP}] +" +BDEPEND=" + test? ( + dev-python/jsonschema[${PYTHON_USEDEP}] + dev-python/pytest-xdist[${PYTHON_USEDEP}] + ) +" + +distutils_enable_sphinx docs/source \ + 'dev-python/guzzle_sphinx_theme' +distutils_enable_tests pytest + +src_prepare() { + # unpin deps + sed -i -e "s:>=.*':':" setup.py || die + + # unbundle deps + rm -r botocore/vendored || die + find -name '*.py' -exec sed -i \ + -e 's:from botocore[.]vendored import:import:' \ + -e 's:from botocore[.]vendored[.]:from :' \ + {} + || die + + distutils-r1_src_prepare +} + +python_test() { + local EPYTEST_DESELECT=( + # rely on bundled six + tests/functional/test_six_imports.py::test_no_bare_six_imports + tests/functional/test_six_threading.py::test_six_thread_safety + # fails on unrelated warnings + tests/unit/test_client.py::TestAutoGeneratedClient::test_BOTO_DISABLE_COMMONNAME + tests/unit/test_client.py::TestClientErrors::test_BOTO_DISABLE_COMMONNAME + ) + + epytest tests/{functional,unit} -n "$(makeopts_jobs)" +}
[gentoo-commits] repo/gentoo:master commit in: dev-python/gsd/
commit: 599ef8110cc5ddd00e264445ded976377759c344 Author: Michał Górny gentoo org> AuthorDate: Sat Nov 5 04:22:39 2022 + Commit: Michał Górny gentoo org> CommitDate: Sat Nov 5 04:59:57 2022 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=599ef811 dev-python/gsd: Bump to 2.6.1 Signed-off-by: Michał Górny gentoo.org> dev-python/gsd/Manifest | 1 + dev-python/gsd/gsd-2.6.1.ebuild | 41 + 2 files changed, 42 insertions(+) diff --git a/dev-python/gsd/Manifest b/dev-python/gsd/Manifest index f5b8da240349..be3e84713281 100644 --- a/dev-python/gsd/Manifest +++ b/dev-python/gsd/Manifest @@ -1,2 +1,3 @@ DIST gsd-v2.5.3.tar.gz 106104 BLAKE2B 39cadcca6a6660c736be8ce576b45d86a82a499bd21b6c818dcc6d307750940a8be85fdd63883d7aac9a416f5eddc55793ca2ab0da0b2373901c394d63ebe3f7 SHA512 3e3d5f8dece5553a4bc68b23aff8320b99169da5b995d1655da85c37e84a9e69d30f73ed3925e2e49b1c97dc875c594258dd15f3669337ca4c91914cab90d49c DIST gsd-v2.6.0.tar.gz 105895 BLAKE2B d320829fb3a1d44feb637bf1c567908f74f0a0c82502b6af147921b547aca8fb0082cc185872398c5fbaefb6b797c0595ead9d1c8ce73ad3a72b961cb18f2a7f SHA512 968bdd0d2c3aeb993d0a91c3e69c17bcf8d8f0e6ff70cf3ff18655a87320cf522174e98996f5688ee205ac2ce2036b7cf7c1b4b21286a481ac21aa4a94ec38f6 +DIST gsd-v2.6.1.tar.gz 106134 BLAKE2B 2b2e54c9ee654f384340c642e52a9c154520490c48ec87b31a7186b2ccd494cf4918620c999456d03e128a0b36b588e4dc180904f5f553aef832e7e217e60a56 SHA512 732d291e410a47885449584bf09521398075e3074c4abe49301f07f4cb30a6841c2ddc8431d8aadbc4896f61cf32605b22422b7278da26827c303b4f6476e459 diff --git a/dev-python/gsd/gsd-2.6.1.ebuild b/dev-python/gsd/gsd-2.6.1.ebuild new file mode 100644 index ..fd7b6e2d2c6e --- /dev/null +++ b/dev-python/gsd/gsd-2.6.1.ebuild @@ -0,0 +1,41 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{8..11} ) + +inherit distutils-r1 + +MY_P=${P/-/-v} +DESCRIPTION="GSD - file format specification and a library to read and write it" +HOMEPAGE=" + https://github.com/glotzerlab/gsd/ + https://pypi.org/project/gsd/ +" +SRC_URI=" + https://github.com/glotzerlab/gsd/releases/download/v${PV}/${MY_P}.tar.gz +" +S=${WORKDIR}/${MY_P} + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +DEPEND=" + >=dev-python/numpy-1.23.4[${PYTHON_USEDEP}] +" +RDEPEND=" + ${DEPEND} +" +BDEPEND=" + dev-python/cython[${PYTHON_USEDEP}] +" + +distutils_enable_tests pytest + +python_test() { + cd "${T}" || die + epytest --pyargs gsd +}
[gentoo-commits] repo/gentoo:master commit in: dev-python/boto3/
commit: f467b06bd6abc3b75fc0f49d31aa3a582943ba06 Author: Michał Górny gentoo org> AuthorDate: Sat Nov 5 04:07:09 2022 + Commit: Michał Górny gentoo org> CommitDate: Sat Nov 5 04:59:52 2022 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f467b06b dev-python/boto3: Bump to 1.26.3 Signed-off-by: Michał Górny gentoo.org> dev-python/boto3/Manifest| 1 + dev-python/boto3/boto3-1.26.3.ebuild | 68 2 files changed, 69 insertions(+) diff --git a/dev-python/boto3/Manifest b/dev-python/boto3/Manifest index 55094377f955..f4fbafb9ac64 100644 --- a/dev-python/boto3/Manifest +++ b/dev-python/boto3/Manifest @@ -9,3 +9,4 @@ DIST boto3-1.25.5.gh.tar.gz 550814 BLAKE2B 85f345b635fe16a978853d21192f49804837b DIST boto3-1.26.0.gh.tar.gz 551306 BLAKE2B fb72315724321f1f41b7ff8f90eb5386b5361f049913ed87ac884140c405587ee0dc7acfc13300851566e96d12de16d3c6f1db52af44b27ea320c4e6deaaf2c9 SHA512 eafff7ba7792fb62d2ba93213588e1a034b6d51fcc7e8167dcf15e0276c3b499440d3ff340cb2145aedf2f432c0de563cbc69111543530c5b4a4705cd08871bf DIST boto3-1.26.1.gh.tar.gz 551830 BLAKE2B 85dff3350796fcb06ea927d469d5afdbe43c448cc5c267364edc2641d25aac8d33a76a3cae06cf414a52874bce626d88f15252f3273530c1a2a791791134fafa SHA512 d1ccea2a2155d22c765504597dfb185190c52f99e7b1c9210eedf9832d9a191d7bbb1205930682f906a7bf6316226836b61dbece5b54ca24dbc91073b0a41591 DIST boto3-1.26.2.gh.tar.gz 552193 BLAKE2B 07b12ab669bc0eae08d4f74b8b8f0b979b90b75b24c87172bb2bda7d9a7051e41a6971d758c48b764da35b4e38ff02c0ba2a57971f70aed6e79517225e4f2461 SHA512 ce5362af3109d412de633f74ebb08d60c229ff7644c02c86e2692c2d85611269254be05041e0eedf88dda7e76e7f5d81a20abad6a3367c87585b7b52f7968a08 +DIST boto3-1.26.3.gh.tar.gz 552510 BLAKE2B 58c9040c1273cad53719f17a82c909fdd05a7f56b91e39b61dabfa75871a2d8b011acd8136c11101ee8e87c9e22c82075358c53b4e3fc6210e3b02438d747a2b SHA512 ba63aa8f6c5cf08031fd74661c52527153b02af5a08d4a8e9bfdcf11706e8573b56319195d7d74850a8d5e48174a8076ad8200877494ce3297f3d9a435b8765f diff --git a/dev-python/boto3/boto3-1.26.3.ebuild b/dev-python/boto3/boto3-1.26.3.ebuild new file mode 100644 index ..6edcc751d54b --- /dev/null +++ b/dev-python/boto3/boto3-1.26.3.ebuild @@ -0,0 +1,68 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{8..11} ) + +inherit distutils-r1 multiprocessing + +DESCRIPTION="The AWS SDK for Python" +HOMEPAGE=" + https://github.com/boto/boto3/ + https://pypi.org/project/boto3/ +" +LICENSE="Apache-2.0" +SLOT="0" + +if [[ "${PV}" == "" ]]; then + EGIT_REPO_URI="https://github.com/boto/boto3"; + inherit git-r3 + BOTOCORE_PV=${PV} +else + SRC_URI=" + https://github.com/boto/boto3/archive/${PV}.tar.gz + -> ${P}.gh.tar.gz + " + KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux" + + # botocore is x.(y+3).z + BOTOCORE_PV="$(ver_cut 1).$(( $(ver_cut 2) + 3)).$(ver_cut 3-)" +fi + +RDEPEND=" + >=dev-python/botocore-${BOTOCORE_PV}[${PYTHON_USEDEP}] + >=dev-python/jmespath-0.7.1[${PYTHON_USEDEP}] + >=dev-python/s3transfer-0.6.0[${PYTHON_USEDEP}] +" +BDEPEND=" + test? ( + dev-python/mock[${PYTHON_USEDEP}] + dev-python/pytest-xdist[${PYTHON_USEDEP}] + ) +" + +distutils_enable_sphinx docs/source \ + 'dev-python/guzzle_sphinx_theme' +distutils_enable_tests pytest + +python_prepare_all() { + # don't lock versions to narrow ranges + sed -e '/botocore/ d' \ + -e '/jmespath/ d' \ + -e '/s3transfer/ d' \ + -i setup.py || die + + # do not rely on bundled deps in botocore (sic!) + find -name '*.py' -exec sed -i \ + -e 's:from botocore[.]vendored import:import:' \ + -e 's:from botocore[.]vendored[.]:from :' \ + {} + || die + + distutils-r1_python_prepare_all +} + +python_test() { + epytest tests/{functional,unit} -n "$(makeopts_jobs)" +}
[gentoo-commits] repo/gentoo:master commit in: app-admin/awscli/
commit: 4a225cb0ec669d4f74593ab445099ffbd505862a Author: Michał Górny gentoo org> AuthorDate: Sat Nov 5 04:07:21 2022 + Commit: Michał Górny gentoo org> CommitDate: Sat Nov 5 04:59:53 2022 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a225cb0 app-admin/awscli: Bump to 1.27.3 Signed-off-by: Michał Górny gentoo.org> app-admin/awscli/Manifest | 1 + app-admin/awscli/awscli-1.27.3.ebuild | 72 +++ 2 files changed, 73 insertions(+) diff --git a/app-admin/awscli/Manifest b/app-admin/awscli/Manifest index d7db6699de7c..0ec1c146acbe 100644 --- a/app-admin/awscli/Manifest +++ b/app-admin/awscli/Manifest @@ -9,3 +9,4 @@ DIST aws-cli-1.26.5.gh.tar.gz 2294226 BLAKE2B 5c52d77679dcb999626751a7aa9abe3d81 DIST aws-cli-1.27.0.gh.tar.gz 2294372 BLAKE2B 5cf6f745ae11155dffbdcd58f0850c26667cec8eac0546a7e1b4031270336bc4d5258946d00c3a649ad0c7a88ff82a1770139f21ffcc3bba2394c9388176304f SHA512 b294c72ec36010b042a2b84cd423270c1920c28b40b866fc5fbbfc4625f1525ddd18dfcce66eca8f3f65b2bdd4641eaec2b11a8d7bc1f257d97cdd6f69168653 DIST aws-cli-1.27.1.gh.tar.gz 2294930 BLAKE2B 720981aa974ee3999806fc480f9a20afef9a8c5c36a81d7beef8f692b5e6a3b0c567979c5cba6d243d695b310e63391d64138e8ed51ec3df8208c7d20a758ec1 SHA512 021c97ebd2f52d14a99d54143ef8a657e939caab32423b9747fa78f53430b914d4c93998cbe52e685550d3823a4d2f2049b3e3895c6c0ecec5e4535bd068008a DIST aws-cli-1.27.2.gh.tar.gz 2295292 BLAKE2B 6a2bf1e05b8e72880c8f2337da4fbe6dde6844371bbb441043fbb4fe319a68c7f97034eed7415098063a55da8c655332b757f9e18e2c4de8b63f580fe46da41c SHA512 19e0b420e3283c208b75fe0028d26296bf358d8a40e804b0c413bc1ead26d66f88c9dfbc609931d9f5a677d95d9b701089abf4f1df60f0d0ba3cba5e08ea51ac +DIST aws-cli-1.27.3.gh.tar.gz 2295495 BLAKE2B cd396d324f2a7c81df2488e61cd021819d2498fbd1ff58f7e75d24f523df7d17f463eb419f429be4f8b1e3ae4eab20dc0bf45b140c2aaa7a91d576f9274e SHA512 6efeae8478486073aac0ebbf56ea10cf337b06be6b2306ebbbc489600e52fac28f4c95f8b8435f5e3a9a9342da59c9ca164a019d04ec17363ecbba533a53d7d5 diff --git a/app-admin/awscli/awscli-1.27.3.ebuild b/app-admin/awscli/awscli-1.27.3.ebuild new file mode 100644 index ..7bff39ee809a --- /dev/null +++ b/app-admin/awscli/awscli-1.27.3.ebuild @@ -0,0 +1,72 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{8..11} ) + +inherit bash-completion-r1 distutils-r1 multiprocessing + +MY_P=aws-cli-${PV} +DESCRIPTION="Universal Command Line Environment for AWS" +HOMEPAGE=" + https://github.com/aws/aws-cli/ + https://pypi.org/project/awscli/ +" +SRC_URI=" + https://github.com/aws/aws-cli/archive/${PV}.tar.gz + -> ${MY_P}.gh.tar.gz +" +S=${WORKDIR}/${MY_P} + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~arm64 ~riscv ~x86" + +# botocore is x.(y+2).z +BOTOCORE_PV="$(ver_cut 1).$(( $(ver_cut 2) + 2)).$(ver_cut 3-)" +RDEPEND=" + >=dev-python/botocore-${BOTOCORE_PV}[${PYTHON_USEDEP}] + dev-python/colorama[${PYTHON_USEDEP}] + dev-python/docutils[${PYTHON_USEDEP}] + dev-python/rsa[${PYTHON_USEDEP}] + >=dev-python/s3transfer-0.6.0[${PYTHON_USEDEP}] + dev-python/pyyaml[${PYTHON_USEDEP}] + !app-admin/awscli-bin +" +BDEPEND=" + test? ( + dev-python/pytest-forked[${PYTHON_USEDEP}] + dev-python/pytest-xdist[${PYTHON_USEDEP}] + ) +" + +distutils_enable_tests pytest + +src_prepare() { + # do not rely on bundled deps in botocore (sic!) + find -name '*.py' -exec sed -i \ + -e 's:from botocore[.]vendored import:import:' \ + -e 's:from botocore[.]vendored[.]:from :' \ + {} + || die + # strip overzealous upper bounds on requirements + sed -i -e 's:,<[0-9.]*::' -e 's:==:>=:' setup.py || die + distutils-r1_src_prepare +} + +python_test() { + # integration tests require AWS credentials and Internet access + epytest tests/{functional,unit} -n "$(makeopts_jobs)" --forked +} + +python_install_all() { + newbashcomp bin/aws_bash_completer aws + + insinto /usr/share/zsh/site-functions + newins bin/aws_zsh_completer.sh _aws + + distutils-r1_python_install_all + + rm "${ED}"/usr/bin/{aws.cmd,aws_bash_completer,aws_zsh_completer.sh} || die +}
[gentoo-commits] repo/gentoo:master commit in: dev-python/tldextract/
commit: 4967430b506dc3a05af89754994fe053bcf9db44 Author: Sam James gentoo org> AuthorDate: Sat Nov 5 04:42:00 2022 + Commit: Sam James gentoo org> CommitDate: Sat Nov 5 04:42:00 2022 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4967430b dev-python/tldextract: Stabilize 3.4.0 amd64, #879587 Signed-off-by: Sam James gentoo.org> dev-python/tldextract/tldextract-3.4.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/tldextract/tldextract-3.4.0.ebuild b/dev-python/tldextract/tldextract-3.4.0.ebuild index db32a575a668..f45266876ce2 100644 --- a/dev-python/tldextract/tldextract-3.4.0.ebuild +++ b/dev-python/tldextract/tldextract-3.4.0.ebuild @@ -17,7 +17,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~x86" +KEYWORDS="amd64 ~arm64 ~x86" RDEPEND=" dev-python/filelock[${PYTHON_USEDEP}]
[gentoo-commits] repo/gentoo:master commit in: net-misc/vde/
commit: 82a64a8f1012442f81cd2fb12f45f947c1e9 Author: Sam James gentoo org> AuthorDate: Sat Nov 5 04:42:00 2022 + Commit: Sam James gentoo org> CommitDate: Sat Nov 5 04:42:00 2022 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82a64a8f net-misc/vde: Stabilize 2.3.2_p20191011-r1 ppc64, #879803 Signed-off-by: Sam James gentoo.org> net-misc/vde/vde-2.3.2_p20191011-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-misc/vde/vde-2.3.2_p20191011-r1.ebuild b/net-misc/vde/vde-2.3.2_p20191011-r1.ebuild index b8cab1c90092..56570977898c 100644 --- a/net-misc/vde/vde-2.3.2_p20191011-r1.ebuild +++ b/net-misc/vde/vde-2.3.2_p20191011-r1.ebuild @@ -13,7 +13,7 @@ elif [[ ${PV} = *_p* ]]; then MY_PN="vde-2" COMMIT="c7b36a57831a9067c8619c3e17a03e595623b3eb" SRC_URI="https://github.com/virtualsquare/${MY_PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86" + KEYWORDS="~amd64 ~arm64 ~loong ~ppc ppc64 ~riscv ~x86" S="${WORKDIR}/${MY_PN}-${COMMIT}" else
[gentoo-commits] repo/gentoo:master commit in: net-misc/vde/
commit: 6df02680ccd23e1442c85af151e06f817e6f3f13 Author: Sam James gentoo org> AuthorDate: Sat Nov 5 03:36:03 2022 + Commit: Sam James gentoo org> CommitDate: Sat Nov 5 04:41:38 2022 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6df02680 net-misc/vde: drop 2.3.2_p20191011 Signed-off-by: Sam James gentoo.org> net-misc/vde/vde-2.3.2_p20191011.ebuild | 79 - 1 file changed, 79 deletions(-) diff --git a/net-misc/vde/vde-2.3.2_p20191011.ebuild b/net-misc/vde/vde-2.3.2_p20191011.ebuild deleted file mode 100644 index abd8c9c4d9f3.. --- a/net-misc/vde/vde-2.3.2_p20191011.ebuild +++ /dev/null @@ -1,79 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit flag-o-matic - -if [[ ${PV} == ]]; then - inherit autotools git-r3 - EGIT_REPO_URI="https://github.com/virtualsqaure/MY_PN"; -elif [[ ${PV} = *_p* ]]; then - inherit autotools - MY_PN="vde-2" - COMMIT="c7b36a57831a9067c8619c3e17a03e595623b3eb" - SRC_URI="https://github.com/virtualsquare/${MY_PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~x86" - - S="${WORKDIR}/${MY_PN}-${COMMIT}" -else - MY_P="${PN}2-${PV}" - SRC_URI="mirror://sourceforge/vde/${MY_P}.tar.bz2" - S="${WORKDIR}/${MY_P}" -fi - -DESCRIPTION="Virtual distributed ethernet emulator for emulators like qemu, bochs, and uml" -HOMEPAGE="https://virtualsquare.org"; - -LICENSE="GPL-2" -SLOT="0" -# upstream switched to wolfssl -IUSE="pcap selinux static-libs" - -COMMON_DEPS="pcap? ( net-libs/libpcap )" -DEPEND="${COMMON_DEPS}" -RDEPEND="${COMMON_DEPS} - acct-group/qemu - selinux? ( sec-policy/selinux-vde )" - -# upstream switched to wolfssl -src_prepare() { - default - if [[ ${PV} == ]] || [[ ${PV} == *_p* ]]; then - eautoreconf - fi -# upstream switched to wolfssl -# has_version ">=dev-libs/openssl-1.1.0" && \ -# eapply "${FILESDIR}/${PN}-2.3.2-openssl-1.1.patch" -} - -src_configure() { - filter-flags -O0 -Os -# upstream switched to wolfssl -# $(use_enable ssl cryptcab) \ - econf \ - --disable-python \ - --disable-cryptcab \ - $(use_enable pcap) \ - $(use_enable static-libs static) -} - -src_compile() { - # https://github.com/virtualsquare/vde-2/issues/6 - emake -j1 -} - -src_install() { - default - find "${D}" -name '*.la' -type f -delete || die - - newinitd "${FILESDIR}"/vde.init-r1 vde - newconfd "${FILESDIR}"/vde.conf-r1 vde -} - -pkg_postinst() { - einfo "To start vde automatically add it to the default runlevel:" - einfo "# rc-update add vde default" - einfo "You need to setup tap0 in /etc/conf.d/net" - einfo "To use it as an user be sure to set a group in /etc/conf.d/vde" -}
[gentoo-commits] repo/gentoo:master commit in: net-mail/ezmlm-idx/
commit: 4a619bff4de12aad95238f2fbf260ff5d1c04e70 Author: Sam James gentoo org> AuthorDate: Sat Nov 5 04:41:58 2022 + Commit: Sam James gentoo org> CommitDate: Sat Nov 5 04:41:58 2022 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a619bff net-mail/ezmlm-idx: Stabilize 7.2.2-r1 amd64, #763831 Signed-off-by: Sam James gentoo.org> net-mail/ezmlm-idx/ezmlm-idx-7.2.2-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-mail/ezmlm-idx/ezmlm-idx-7.2.2-r1.ebuild b/net-mail/ezmlm-idx/ezmlm-idx-7.2.2-r1.ebuild index b4a26ae05801..67c596c13791 100644 --- a/net-mail/ezmlm-idx/ezmlm-idx-7.2.2-r1.ebuild +++ b/net-mail/ezmlm-idx/ezmlm-idx-7.2.2-r1.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://untroubled.org/ezmlm/archive/${PV}/${P}.tar.gz"; LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~mips ppc sparc ~x86" +KEYWORDS="~alpha amd64 ~hppa ~mips ppc sparc ~x86" #KEYWORDS="~alpha amd64 ~hppa ~mips ppc sparc x86" IUSE="mysql postgres sqlite"
[gentoo-commits] repo/gentoo:master commit in: app-arch/cfv/
commit: 640f8e674a25c16d37f95ba1b647628615847f5f Author: Louis Sautier gentoo org> AuthorDate: Sat Nov 5 03:26:00 2022 + Commit: Louis Sautier gentoo org> CommitDate: Sat Nov 5 04:30:28 2022 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=640f8e67 app-arch/cfv: resurrect package, version 3.0.0 Signed-off-by: Louis Sautier gentoo.org> app-arch/cfv/Manifest | 1 + app-arch/cfv/cfv-3.0.0.ebuild | 48 +++ app-arch/cfv/metadata.xml | 20 ++ 3 files changed, 69 insertions(+) diff --git a/app-arch/cfv/Manifest b/app-arch/cfv/Manifest new file mode 100644 index ..db038dfc39a1 --- /dev/null +++ b/app-arch/cfv/Manifest @@ -0,0 +1 @@ +DIST cfv-3.0.0.gh.tar.gz 91600 BLAKE2B 5a0d53a2b75973967ef976ce55d5262f71af97a8d7c64e8ea94ed9d66fd12778e10321e82bdbc4b8037df3f1a9c9c817694a7cd5e60615fc903127df9057b04f SHA512 9a44bf20f0a4f48a93631353d0b0ab79ea15d19f1da5492296dd4bd4e6208d3f0d71e957165e31d07b5faa7fc75122f0ae5ddbd8d54b9c6b633c43695b362640 diff --git a/app-arch/cfv/cfv-3.0.0.ebuild b/app-arch/cfv/cfv-3.0.0.ebuild new file mode 100644 index ..5b940295d074 --- /dev/null +++ b/app-arch/cfv/cfv-3.0.0.ebuild @@ -0,0 +1,48 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +# Tests fail with pypy3 as of PyPy 7.3.9 / Python 3.9.12 +PYTHON_COMPAT=( python3_{8..11} ) + +inherit distutils-r1 optfeature + +DESCRIPTION="Command-line File Verify - versatile file checksum creator and verifier" +HOMEPAGE="https://github.com/cfv-project/cfv/"; +# Tests aren't included in PyPI tarballs +SRC_URI="https://github.com/cfv-project/${PN}/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~amd64" +IUSE="test" +RESTRICT="!test? ( test )" + +BDEPEND=" + test? ( + app-arch/cksfv + ) +" + +python_prepare_all() { + # Remove upstream's attempt to install the man page + sed -i '/\sdata_files=/d' setup.py || die + distutils-r1_python_prepare_all +} + +python_test() { + # In order to run integration tests in addition to unit tests, we can't + # just rely on pytest here, we need to use upstream's runner. + "${EPYTHON}" "test/test.py" || die "Tests failed with ${EPYTHON}" +} + +python_install_all() { + distutils-r1_python_install_all + doman cfv.1 +} + +pkg_postinst() { + optfeature "the dimension column of JPEG Sheriff crc files" dev-python/pillow +} diff --git a/app-arch/cfv/metadata.xml b/app-arch/cfv/metadata.xml new file mode 100644 index ..373591c9c7a7 --- /dev/null +++ b/app-arch/cfv/metadata.xml @@ -0,0 +1,20 @@ + +http://www.gentoo.org/dtd/metadata.dtd";> + + + sb...@gentoo.org + Louis Sautier + + + cfv is a utility to test and create a wide range of checksum + verification files. It currently supports testing and creating sfv, + sfvmd5, csv, csv2, csv4, md5, bsdmd5, sha1, sha224, sha256, sha384, + sha512, torrent and crc files. Test-only support is available for par, + par2. + + + cfv + cfv-project/cfv + https://github.com/cfv-project/cfv/issues + +
[gentoo-commits] repo/gentoo:master commit in: dev-libs/libgrapheme/
commit: 11ead22c499ed762595d1586958a25f7954428b4 Author: Ionen Wolkens gentoo org> AuthorDate: Sat Nov 5 04:01:46 2022 + Commit: Ionen Wolkens gentoo org> CommitDate: Sat Nov 5 04:02:50 2022 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11ead22c dev-libs/libgrapheme: drop 2.0.1 Signed-off-by: Ionen Wolkens gentoo.org> dev-libs/libgrapheme/Manifest | 1 - dev-libs/libgrapheme/libgrapheme-2.0.1.ebuild | 38 --- 2 files changed, 39 deletions(-) diff --git a/dev-libs/libgrapheme/Manifest b/dev-libs/libgrapheme/Manifest index f0b32b211424..b1f7e97a6966 100644 --- a/dev-libs/libgrapheme/Manifest +++ b/dev-libs/libgrapheme/Manifest @@ -1,2 +1 @@ -DIST libgrapheme-2.0.1.tar.gz 845666 BLAKE2B 872617d492e64ac0af2562e2842c0011e47f103551b72f0ed4979c1c486401fac0881614d7205da4db4b375c8cd89c00a02e1063428caea0110d5cd3a92602aa SHA512 bc52d4384332a2e2cb01a2697b21e8a3a9742e8ae95dd6e815b69de0a82fdaa2286c44038688a94812dde09d5479a625b0b5c9f839a69789e40d4b76a2def808 DIST libgrapheme-2.0.2.tar.gz 846990 BLAKE2B ade6c3ca8481bf3c3e1b1512a3c02caa9f7f2bcb3e9a59f0f3c5af7a1603c2ff2bf4f689d25e47e156d663d95c4e9e209e03504fcde27a9daf1791bc4954663e SHA512 640fb0926f8f46ae98aaba708f8bd1539f7485f150d4b8021195268813ff361ebfc05a49f27ef6eaca9f2051e648912e70b9dac7fbbef84cedefdd4f2cdcb45e diff --git a/dev-libs/libgrapheme/libgrapheme-2.0.1.ebuild b/dev-libs/libgrapheme/libgrapheme-2.0.1.ebuild deleted file mode 100644 index d86626bd309d.. --- a/dev-libs/libgrapheme/libgrapheme-2.0.1.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 2021-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit flag-o-matic toolchain-funcs - -DESCRIPTION="Unicode string library" -HOMEPAGE="https://libs.suckless.org/libgrapheme/"; -SRC_URI="https://dl.suckless.org/libgrapheme/${P}.tar.gz"; - -LICENSE="ISC Unicode-DFS-2016" -SLOT="0/$(ver_cut 1-2)" -KEYWORDS="amd64 x86" -# upstream suggests keeping the static option, others have requested it too -IUSE="static-libs" - -src_prepare() { - default - - append-cflags ${CPPFLAGS} - tc-export CC AR RANLIB - tc-export_build_env BUILD_CC - sed -Ei '/^(BUILD_|)(CC|AR|RANLIB|CFLAGS|LDFLAGS|LDCONFIG).*=/d' config.mk || die -} - -src_install() { - local emakeargs=( - DESTDIR="${D}" - PREFIX="${EPREFIX}"/usr - LIBPREFIX="${EPREFIX}"/usr/$(get_libdir) - ) - - emake "${emakeargs[@]}" install - einstalldocs - - use static-libs || rm "${ED}"/usr/$(get_libdir)/${PN}.a || die -}
[gentoo-commits] repo/gentoo:master commit in: dev-libs/libgrapheme/
commit: d9cc10e07b1fea6f0d2633034aff84bc40272311 Author: Ionen Wolkens gentoo org> AuthorDate: Sat Nov 5 04:01:36 2022 + Commit: Ionen Wolkens gentoo org> CommitDate: Sat Nov 5 04:02:43 2022 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9cc10e0 dev-libs/libgrapheme: stabilize 2.0.2 for amd64, x86 Signed-off-by: Ionen Wolkens gentoo.org> dev-libs/libgrapheme/libgrapheme-2.0.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/libgrapheme/libgrapheme-2.0.2.ebuild b/dev-libs/libgrapheme/libgrapheme-2.0.2.ebuild index 7a7149cccb1d..d86626bd309d 100644 --- a/dev-libs/libgrapheme/libgrapheme-2.0.2.ebuild +++ b/dev-libs/libgrapheme/libgrapheme-2.0.2.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://dl.suckless.org/libgrapheme/${P}.tar.gz"; LICENSE="ISC Unicode-DFS-2016" SLOT="0/$(ver_cut 1-2)" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" # upstream suggests keeping the static option, others have requested it too IUSE="static-libs"
[gentoo-commits] repo/gentoo:master commit in: net-misc/vde/
commit: 98470fc56fafa3b7906b0944c00ba56c85649d66 Author: Sam James gentoo org> AuthorDate: Sat Nov 5 03:14:15 2022 + Commit: Sam James gentoo org> CommitDate: Sat Nov 5 03:34:07 2022 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98470fc5 net-misc/vde: add github upstream metadata Signed-off-by: Sam James gentoo.org> net-misc/vde/metadata.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/net-misc/vde/metadata.xml b/net-misc/vde/metadata.xml index bf886246ff69..8284456aa7c7 100644 --- a/net-misc/vde/metadata.xml +++ b/net-misc/vde/metadata.xml @@ -14,5 +14,6 @@ vde +virtualsquare/vde-2
[gentoo-commits] repo/gentoo:master commit in: net-misc/vde/
commit: ec4ca3875c8798c0de8ddd6aa88978a4f5bfe939 Author: Sam James gentoo org> AuthorDate: Sat Nov 5 03:33:37 2022 + Commit: Sam James gentoo org> CommitDate: Sat Nov 5 03:34:07 2022 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec4ca387 net-misc/vde: add 2.3.3 Closes: https://bugs.gentoo.org/776982 Signed-off-by: Sam James gentoo.org> net-misc/vde/Manifest | 1 + net-misc/vde/vde-2.3.3.ebuild | 71 net-misc/vde/vde-.ebuild | 75 --- 3 files changed, 106 insertions(+), 41 deletions(-) diff --git a/net-misc/vde/Manifest b/net-misc/vde/Manifest index 8c5ef64fd5de..471d0f18b7d1 100644 --- a/net-misc/vde/Manifest +++ b/net-misc/vde/Manifest @@ -1,2 +1,3 @@ DIST vde-2.3.2_p20191011.tar.gz 381468 BLAKE2B 6d25df2a4cf89a0159875eac1c2c3a27e6b6856f24494ee2e181ab8d8a2fa9c3350b9c7b9b9474cbcbd8afd50fc61fd167a5cc18398b771d05178c5c3a402f73 SHA512 0e9f9f28a8ef0acd765307908dfd9ab9462f67df21b06be5b48ed1795900be546e28e1869528ee8e5a6d7eb6e6fa91ded116b826a501e13ec7f1562f1b84f971 +DIST vde-2.3.3.tar.gz 234790 BLAKE2B e3ed7423edc03a6af09967484613c0e2a701f74a4323eeab720cabe9a899120023425527054662ee1dbd207327b7e6dd375bceb4999fd708666df13c08acf348 SHA512 d0495aa700984dcc82f85cf7c8125cc10505a8a077fceec45b7fd2bec9c389966381682842e886469fa49239badd9442403d091c2ae5282685085e8262396387 DIST vde2-2.3.2.tar.bz2 600527 BLAKE2B 6c4900578b992eff914136f29395a822bc52945906d291eee78b3bf7cb806bbf4d8ebeec2080daa10923e98b648d071ce1f846214143e4dce749da9be8b48990 SHA512 51be75fde5a526b988060f25322a8b20289b1677db2e3aa6dbee55875c1d7af564f9d8d201a0a4a1a842471cce06f29fcd83e55a5ff7acfdc36a8349cb2f3cc6 diff --git a/net-misc/vde/vde-2.3.3.ebuild b/net-misc/vde/vde-2.3.3.ebuild new file mode 100644 index ..4cacbb0f887b --- /dev/null +++ b/net-misc/vde/vde-2.3.3.ebuild @@ -0,0 +1,71 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit autotools flag-o-matic + +if [[ ${PV} == ]]; then + EGIT_REPO_URI="https://github.com/virtualsquare/vde-2"; + inherit git-r3 +elif [[ ${PV} == *_p* ]]; then + MY_COMMIT="c7b36a57831a9067c8619c3e17a03e595623b3eb" + SRC_URI="https://github.com/virtualsquare/vde-2/archive/${MY_COMMIT}.tar.gz -> ${P}.tar.gz" + S="${WORKDIR}/vde-2-${COMMIT}" +else + MY_P="${PN}2-${PV}" + SRC_URI="https://github.com/virtualsquare/vde-2/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" + S="${WORKDIR}/vde-2-${PV}" +fi + +DESCRIPTION="Virtual distributed ethernet emulator for emulators like qemu, bochs, and uml" +HOMEPAGE="https://virtualsquare.org/"; + +LICENSE="GPL-2" +SLOT="0" +if [[ ${PV} != ]] ; then + KEYWORDS="~amd64 ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86" +fi +IUSE="pcap selinux static-libs" + +DEPEND="pcap? ( net-libs/libpcap )" +RDEPEND=" + ${DEPEND} + acct-group/qemu + selinux? ( sec-policy/selinux-vde ) +" + +src_prepare() { + default + + eautoreconf +} + +src_configure() { + filter-flags -O0 -Os + + local myeconfargs=( + # Upstream switched to wolfssl, so no SSL support for now + --disable-cryptcab + $(use_enable pcap) + $(use_enable static-libs static) + ) + + econf "${myeconfargs[@]}" +} + +src_install() { + default + + find "${ED}" -name '*.la' -type f -delete || die + + newinitd "${FILESDIR}"/vde.init-r1 vde + newconfd "${FILESDIR}"/vde.conf-r1 vde +} + +pkg_postinst() { + einfo "To start vde automatically, add it to the default runlevel:" + einfo "# rc-update add vde default" + einfo "You need to setup tap0 in ${EROOT}/etc/conf.d/net" + einfo "To use it as an user, be sure to set a group in ${EROOT}/etc/conf.d/vde" +} diff --git a/net-misc/vde/vde-.ebuild b/net-misc/vde/vde-.ebuild index 32de524f78b9..4cacbb0f887b 100644 --- a/net-misc/vde/vde-.ebuild +++ b/net-misc/vde/vde-.ebuild @@ -1,78 +1,71 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 -inherit flag-o-matic +inherit autotools flag-o-matic if [[ ${PV} == ]]; then - inherit autotools git-r3 - EGIT_REPO_URI="https://github.com/virtualsqaure/MY_PN"; -elif [[ ${PV} = *_p* ]]; then - inherit autotools - MY_PN="vde-2" - COMMIT="c7b36a57831a9067c8619c3e17a03e595623b3eb" - SRC_URI="https://github.com/virtualsquare/${MY_PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" - - S="${WORKDIR}/${MY_PN}-${COMMIT}" + EGIT_REPO_URI="https://github.com/virtualsquare/vde-2"; + inherit git-r3 +elif [[ ${PV} == *_p* ]]; then + MY_COMMIT="c7b36a57831a9067c8619c3e17a03e595623b3eb" + SRC_URI="https://github.com/virtualsquare/vde-2/arc
[gentoo-commits] repo/gentoo:master commit in: dev-python/msgpack/
commit: a41abb2adb8839df8daf4506764a43102c399ac9 Author: Michał Górny gentoo org> AuthorDate: Sat Nov 5 03:20:22 2022 + Commit: Michał Górny gentoo org> CommitDate: Sat Nov 5 03:20:46 2022 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a41abb2a dev-python/msgpack: Remove six for real this time Also, it's a test-BDEP, so the revbump was unnecessary. Closes: https://bugs.gentoo.org/878915 Signed-off-by: Michał Górny gentoo.org> dev-python/msgpack/{msgpack-1.0.4-r1.ebuild => msgpack-1.0.4.ebuild} | 3 --- 1 file changed, 3 deletions(-) diff --git a/dev-python/msgpack/msgpack-1.0.4-r1.ebuild b/dev-python/msgpack/msgpack-1.0.4.ebuild similarity index 95% rename from dev-python/msgpack/msgpack-1.0.4-r1.ebuild rename to dev-python/msgpack/msgpack-1.0.4.ebuild index 983998ac6572..51d4abbb5f91 100644 --- a/dev-python/msgpack/msgpack-1.0.4-r1.ebuild +++ b/dev-python/msgpack/msgpack-1.0.4.ebuild @@ -28,9 +28,6 @@ BDEPEND=" >=dev-python/cython-0.29.30[${PYTHON_USEDEP}] ' 'python*') ) - test? ( - dev-python/six[${PYTHON_USEDEP}] - ) " distutils_enable_tests pytest
[gentoo-commits] repo/gentoo:master commit in: net-mail/ezmlm-idx/
commit: 451471228dae62dc530722d6342c94517d9a20ef Author: Sam James gentoo org> AuthorDate: Sat Nov 5 02:37:53 2022 + Commit: Sam James gentoo org> CommitDate: Sat Nov 5 02:37:53 2022 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45147122 net-mail/ezmlm-idx: Stabilize 7.2.2-r1 sparc, #763831 Signed-off-by: Sam James gentoo.org> net-mail/ezmlm-idx/ezmlm-idx-7.2.2-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-mail/ezmlm-idx/ezmlm-idx-7.2.2-r1.ebuild b/net-mail/ezmlm-idx/ezmlm-idx-7.2.2-r1.ebuild index 108d106b308d..b4a26ae05801 100644 --- a/net-mail/ezmlm-idx/ezmlm-idx-7.2.2-r1.ebuild +++ b/net-mail/ezmlm-idx/ezmlm-idx-7.2.2-r1.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://untroubled.org/ezmlm/archive/${PV}/${P}.tar.gz"; LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~mips ppc ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~hppa ~mips ppc sparc ~x86" #KEYWORDS="~alpha amd64 ~hppa ~mips ppc sparc x86" IUSE="mysql postgres sqlite"
[gentoo-commits] repo/gentoo:master commit in: dev-python/google-api-python-client/
commit: 2fc34831c2e058a45c248acce9364502daed801e Author: Sam James gentoo org> AuthorDate: Sat Nov 5 02:37:54 2022 + Commit: Sam James gentoo org> CommitDate: Sat Nov 5 02:37:54 2022 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2fc34831 dev-python/google-api-python-client: Stabilize 2.64.0 ALLARCHES, #879593 Signed-off-by: Sam James gentoo.org> .../google-api-python-client/google-api-python-client-2.64.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/google-api-python-client/google-api-python-client-2.64.0.ebuild b/dev-python/google-api-python-client/google-api-python-client-2.64.0.ebuild index 7e8aaa05d6d4..1c528a1a0c2d 100644 --- a/dev-python/google-api-python-client/google-api-python-client-2.64.0.ebuild +++ b/dev-python/google-api-python-client/google-api-python-client-2.64.0.ebuild @@ -20,7 +20,7 @@ SRC_URI=" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~x86" +KEYWORDS="amd64 ~arm ~arm64 x86" RDEPEND=" >=dev-python/httplib2-0.15[${PYTHON_USEDEP}]
[gentoo-commits] repo/gentoo:master commit in: profiles/arch/amd64/
commit: 17a467511e1bdb30dc7080856449db6d25bf28a2 Author: Ionen Wolkens gentoo org> AuthorDate: Sat Nov 5 02:19:51 2022 + Commit: Ionen Wolkens gentoo org> CommitDate: Sat Nov 5 02:29:14 2022 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17a46751 profiles/arch/amd64: drop www-client/qutebrowser pdf stable mask Signed-off-by: Ionen Wolkens gentoo.org> profiles/arch/amd64/package.use.stable.mask | 4 1 file changed, 4 deletions(-) diff --git a/profiles/arch/amd64/package.use.stable.mask b/profiles/arch/amd64/package.use.stable.mask index 8b2edec403b9..bb1c0370ebfe 100644 --- a/profiles/arch/amd64/package.use.stable.mask +++ b/profiles/arch/amd64/package.use.stable.mask @@ -17,10 +17,6 @@ #--- END OF EXAMPLES --- -# Ionen Wolkens (2022-11-04) -# www-plugins/pdfjs is not stable yet -www-client/qutebrowser pdf - # Kai-Chun Ning (2022-05-23) # Dependency media-libs/intel-hybrid-codec-driver is only available on unstable # branch
[gentoo-commits] repo/gentoo:master commit in: net-libs/webkit-gtk/
commit: 4430fac2668d50c31905c542541a8a8aefbc3ee7 Author: Matt Turner gentoo org> AuthorDate: Sat Nov 5 02:25:46 2022 + Commit: Matt Turner gentoo org> CommitDate: Sat Nov 5 02:28:42 2022 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4430fac2 net-libs/webkit-gtk: Version bump to 2.38.2 Bug: https://bugs.gentoo.org/879571 Signed-off-by: Matt Turner gentoo.org> net-libs/webkit-gtk/Manifest | 1 + net-libs/webkit-gtk/webkit-gtk-2.38.2-r410.ebuild | 259 ++ net-libs/webkit-gtk/webkit-gtk-2.38.2-r500.ebuild | 253 + net-libs/webkit-gtk/webkit-gtk-2.38.2.ebuild | 249 + 4 files changed, 762 insertions(+) diff --git a/net-libs/webkit-gtk/Manifest b/net-libs/webkit-gtk/Manifest index 9f42148ee299..5df75a8f006e 100644 --- a/net-libs/webkit-gtk/Manifest +++ b/net-libs/webkit-gtk/Manifest @@ -2,3 +2,4 @@ DIST webkitgtk-2.36.7.tar.xz 26594424 BLAKE2B 1f7450e47bffa3875aa4448925a013ec90 DIST webkitgtk-2.36.8.tar.xz 26610100 BLAKE2B d3862fdf18b6095c32af517b7bd175797375fff8a9d68f04d773375c0c3cea284c23466f25e3e53811ef622974f58211b4b11cb32a47ff08951cdd65b085b815 SHA512 50576f13ea84c0634d174ccf0b70d0eb28752589b2b9ce7a82ffeee1b4b6c849a802f7ae83a3c5a74d0da2b7e3321876ead33e819d8006b8153376074cb57036 DIST webkitgtk-2.38.0.tar.xz 32997240 BLAKE2B 6612d2192b8865af625af297c88caf02e329d51e9c166b931b8bc6061f36fb1f1f2b06407adad0aa7bf5beaafe707c1d9a64d437e2ed99ed8ff1865c09f8e0dc SHA512 8380d11eedec3c4eedf3a0f5591fd279ee42b28a38aaa13d7eb88f8a004cbe8aac7dc8f19409440e5c1272ad1555a781f1242bca6c89beed2dc5fd2de5f3d525 DIST webkitgtk-2.38.1.tar.xz 33006384 BLAKE2B 404ff4e52331f9fe929922a23bed8ab5a70cb2a6523ae23c390415bfbd3c88797f91f95b74c9c8301f462bff708c85dc7155d6b37d2c3a66d4794ca184e1ca7c SHA512 d81e85a5a43c33a63f88964907053888bb971c8fa1fe7fc90f71461c440458a21e09730c558be2b5efe42e02eb1c3d789a2571dc6d795f9c6d95fd499683a9e2 +DIST webkitgtk-2.38.2.tar.xz 33006668 BLAKE2B 822c4d526774fc1fe08e704045cd2fb59b70cbe98b861e86e9f2052be3fcff3ff2ff3df078e76b1691e0dfce6861a92a78a35a6f27e21eaef2dc2c5763c4095c SHA512 177e792ce10e3c03e9b1e11459f03433cf70ad2a505a3bcca0542c4f9e77b1171953cf0cf1c3bcde0559bd5935167fac50f7dbac948635392ea663b3bb4b1c37 diff --git a/net-libs/webkit-gtk/webkit-gtk-2.38.2-r410.ebuild b/net-libs/webkit-gtk/webkit-gtk-2.38.2-r410.ebuild new file mode 100644 index ..529800cbc326 --- /dev/null +++ b/net-libs/webkit-gtk/webkit-gtk-2.38.2-r410.ebuild @@ -0,0 +1,259 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +PYTHON_REQ_USE="xml(+)" +PYTHON_COMPAT=( python3_{8..11} ) +USE_RUBY="ruby27 ruby30 ruby31" + +inherit check-reqs flag-o-matic gnome2 optfeature python-any-r1 ruby-single toolchain-funcs cmake + +MY_P="webkitgtk-${PV}" +DESCRIPTION="Open source web browser engine" +HOMEPAGE="https://www.webkitgtk.org"; +SRC_URI="https://www.webkitgtk.org/releases/${MY_P}.tar.xz"; + +LICENSE="LGPL-2+ BSD" +SLOT="4.1/0" # soname version of libwebkit2gtk-4.1 +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86" + +IUSE="aqua avif +egl examples gamepad gles2-only gnome-keyring +gstreamer +introspection pdf +jpeg2k +jumbo-build lcms seccomp spell systemd test wayland X" + +# gstreamer with opengl/gles2 needs egl +REQUIRED_USE=" + gles2-only? ( egl ) + gstreamer? ( egl ) + wayland? ( egl ) + || ( aqua wayland X ) +" + +# Tests fail to link for inexplicable reasons +# https://bugs.webkit.org/show_bug.cgi?id=148210 +RESTRICT="test" + +# Dependencies found at Source/cmake/OptionsGTK.cmake +# Missing WebRTC support, but ENABLE_MEDIA_STREAM/ENABLE_WEB_RTC is experimental upstream (PRIVATE OFF) and shouldn't be used yet in 2.30 +# >=gst-plugins-opus-1.14.4-r1 for opusparse (required by MSE) +# TODO: gst-plugins-base[X] is only needed when build configuration ends up with GLX set, but that's a bit automagic too to fix +# Softblocking webkit-gtk-2.38:4 as we going to use webkit-2.38:4.1's WebKitDriver binary +RDEPEND=" + >=x11-libs/cairo-1.16.0[X?] + >=media-libs/fontconfig-2.13.0:1.0 + >=media-libs/freetype-2.9.0:2 + >=dev-libs/libgcrypt-1.7.0:0= + >=x11-libs/gtk+-3.22.0:3[aqua?,introspection?,wayland?,X?] + >=media-libs/harfbuzz-1.4.2:=[icu(+)] + >=dev-libs/icu-61.2:= + media-libs/libjpeg-turbo:0= + >=net-libs/libsoup-3.0.8:3.0[introspection?] + >=dev-libs/libxml2-2.8.0:2 + >=media-libs/libpng-1.4:0= + dev-db/sqlite:3 + sys-libs/zlib:0 + >=app-accessibility/at-spi2-core-2.46.0:2 + media-libs/libwebp:= + + >=dev-libs/glib-2.67.1:2 + >=dev-libs/libxslt-1.1.7 + media-libs/woff2 + gnome-keyring? ( app-crypt/libsecret ) + introspection? ( >=dev-libs/gobject-introspection-1.59.1:= ) + dev-libs/libtasn1:= + spell? ( >=app-text/enchant-0.22:2 ) + gstreamer? (
[gentoo-commits] repo/gentoo:master commit in: net-p2p/torrentinfo/files/, net-p2p/torrentinfo/
commit: aa35d194bad0b5845fc9fdbe00b36de306c45708 Author: Louis Sautier gentoo org> AuthorDate: Sat Nov 5 02:15:20 2022 + Commit: Louis Sautier gentoo org> CommitDate: Sat Nov 5 02:22:13 2022 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa35d194 net-p2p/torrentinfo: support Python 3.11, drop nose Closes: https://bugs.gentoo.org/878719 Signed-off-by: Louis Sautier gentoo.org> .../files/torrentinfo-1.8.6-remove-nose.patch | 38 ++ net-p2p/torrentinfo/torrentinfo-1.8.6-r3.ebuild| 26 +++ 2 files changed, 64 insertions(+) diff --git a/net-p2p/torrentinfo/files/torrentinfo-1.8.6-remove-nose.patch b/net-p2p/torrentinfo/files/torrentinfo-1.8.6-remove-nose.patch new file mode 100644 index ..260b5c494321 --- /dev/null +++ b/net-p2p/torrentinfo/files/torrentinfo-1.8.6-remove-nose.patch @@ -0,0 +1,38 @@ +From ce97e73493bded33bf83934bd7affd49aff58379 Mon Sep 17 00:00:00 2001 +From: Louis Sautier +Date: Sat, 5 Nov 2022 02:54:34 +0100 +Subject: [PATCH] Remove dependency on nose, fixes #17 + +Also rename the test file so that it uses a standard name that pytest +autodetects. +--- + test/{tests.py => test_torrentinfo.py} | 5 - + 1 file changed, 5 deletions(-) + rename test/{tests.py => test_torrentinfo.py} (99%) + mode change 100755 => 100644 + +diff --git a/test/tests.py b/test/test_torrentinfo.py +old mode 100755 +new mode 100644 +similarity index 99% +rename from test/tests.py +rename to test/test_torrentinfo.py +index 9e67c9c..ba9bbc7 +--- a/test/tests.py b/test/test_torrentinfo.py +@@ -27,7 +27,6 @@ + from io import StringIO + + import unittest +-import nose + import re + import torrentinfo + +@@ -704,7 +703,3 @@ def test_is_printable_ascii_success(self): + test_string = 'perfectly printable ascii' + torrentinfo.dump(test_string, self.config, 0, newline=False) + self.assertEqual(self.out.getvalue(), test_string) +- +- +-if __name__ == '__main__': +-nose.main(buffer=True) diff --git a/net-p2p/torrentinfo/torrentinfo-1.8.6-r3.ebuild b/net-p2p/torrentinfo/torrentinfo-1.8.6-r3.ebuild new file mode 100644 index ..877569c19445 --- /dev/null +++ b/net-p2p/torrentinfo/torrentinfo-1.8.6-r3.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( pypy3 python3_{8..11} ) + +inherit distutils-r1 + +DESCRIPTION="A torrent file parser" +HOMEPAGE="https://github.com/Fuuzetsu/torrentinfo"; +SRC_URI="https://github.com/Fuuzetsu/torrentinfo/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +PATCHES=( + # https://github.com/Fuuzetsu/torrentinfo/pull/16 + "${FILESDIR}/${P}-fix-tests.patch" + # https://github.com/Fuuzetsu/torrentinfo/pull/18 + "${FILESDIR}/${P}-remove-nose.patch" +) + +distutils_enable_tests pytest
[gentoo-commits] repo/gentoo:master commit in: www-plugins/pdfjs/
commit: 60f82a4dd59b499be86b642519e3b769f57ff547 Author: Sam James gentoo org> AuthorDate: Sat Nov 5 02:07:03 2022 + Commit: Sam James gentoo org> CommitDate: Sat Nov 5 02:07:03 2022 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60f82a4d www-plugins/pdfjs: Stabilize 2.14.305 amd64, #879509 Signed-off-by: Sam James gentoo.org> www-plugins/pdfjs/pdfjs-2.14.305.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www-plugins/pdfjs/pdfjs-2.14.305.ebuild b/www-plugins/pdfjs/pdfjs-2.14.305.ebuild index 34038e4308fb..91a845a731df 100644 --- a/www-plugins/pdfjs/pdfjs-2.14.305.ebuild +++ b/www-plugins/pdfjs/pdfjs-2.14.305.ebuild @@ -10,7 +10,7 @@ S="${WORKDIR}" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~x86" +KEYWORDS="amd64 ~arm64 ~x86" BDEPEND="app-arch/unzip"
[gentoo-commits] repo/gentoo:master commit in: media-sound/jack2/
commit: f52cdcf8a4f02b4ed0952732ebcd509f0f5ffa92 Author: Sam James gentoo org> AuthorDate: Sat Nov 5 02:07:07 2022 + Commit: Sam James gentoo org> CommitDate: Sat Nov 5 02:07:07 2022 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f52cdcf8 media-sound/jack2: Keyword 1.9.21 arm64, #879669 Signed-off-by: Sam James gentoo.org> media-sound/jack2/jack2-1.9.21.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-sound/jack2/jack2-1.9.21.ebuild b/media-sound/jack2/jack2-1.9.21.ebuild index e1e0330c41de..19109f595b7f 100644 --- a/media-sound/jack2/jack2-1.9.21.ebuild +++ b/media-sound/jack2/jack2-1.9.21.ebuild @@ -12,7 +12,7 @@ if [[ ${PV} == ]]; then EGIT_REPO_URI="https://github.com/jackaudio/${PN}.git"; else SRC_URI="https://github.com/jackaudio/jack2/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~x86" + KEYWORDS="~amd64 ~arm64 ~x86" fi DESCRIPTION="Jackdmp jack implemention for multi-processor machine"
[gentoo-commits] repo/gentoo:master commit in: media-sound/jack-example-tools/
commit: 35730fabcb88c667a91fe6397213b57d08c005bf Author: Sam James gentoo org> AuthorDate: Sat Nov 5 02:07:07 2022 + Commit: Sam James gentoo org> CommitDate: Sat Nov 5 02:07:07 2022 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35730fab media-sound/jack-example-tools: Keyword 3 arm64, #879669 Signed-off-by: Sam James gentoo.org> media-sound/jack-example-tools/jack-example-tools-3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-sound/jack-example-tools/jack-example-tools-3.ebuild b/media-sound/jack-example-tools/jack-example-tools-3.ebuild index f56fdd6a8a5b..34231f105f22 100644 --- a/media-sound/jack-example-tools/jack-example-tools-3.ebuild +++ b/media-sound/jack-example-tools/jack-example-tools-3.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/jackaudio/jack-example-tools/archive/refs/tags/${PV} LICENSE="GPL-2+ zalsa? ( GPL-3+ )" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~arm64 ~x86" IUSE="alsa jack-net jack-netsource opus +readline sndfile zalsa" RDEPEND="
[gentoo-commits] repo/gentoo:master commit in: media-sound/jack-example-tools/
commit: 8b57be37bd89f98b41e2dc79fd1dfebe77cd490d Author: Sam James gentoo org> AuthorDate: Sat Nov 5 02:07:09 2022 + Commit: Sam James gentoo org> CommitDate: Sat Nov 5 02:07:09 2022 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b57be37 media-sound/jack-example-tools: Keyword 3 arm, #879669 Signed-off-by: Sam James gentoo.org> media-sound/jack-example-tools/jack-example-tools-3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-sound/jack-example-tools/jack-example-tools-3.ebuild b/media-sound/jack-example-tools/jack-example-tools-3.ebuild index 34231f105f22..387a9b8f5083 100644 --- a/media-sound/jack-example-tools/jack-example-tools-3.ebuild +++ b/media-sound/jack-example-tools/jack-example-tools-3.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/jackaudio/jack-example-tools/archive/refs/tags/${PV} LICENSE="GPL-2+ zalsa? ( GPL-3+ )" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~x86" IUSE="alsa jack-net jack-netsource opus +readline sndfile zalsa" RDEPEND="
[gentoo-commits] repo/gentoo:master commit in: media-sound/jack2/
commit: ec716c9268a9a343ef6fa7843280630fe4cd8d62 Author: Sam James gentoo org> AuthorDate: Sat Nov 5 02:07:08 2022 + Commit: Sam James gentoo org> CommitDate: Sat Nov 5 02:07:08 2022 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec716c92 media-sound/jack2: Keyword 1.9.21 arm, #879669 Signed-off-by: Sam James gentoo.org> media-sound/jack2/jack2-1.9.21.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-sound/jack2/jack2-1.9.21.ebuild b/media-sound/jack2/jack2-1.9.21.ebuild index 19109f595b7f..a4ebc078d4c1 100644 --- a/media-sound/jack2/jack2-1.9.21.ebuild +++ b/media-sound/jack2/jack2-1.9.21.ebuild @@ -12,7 +12,7 @@ if [[ ${PV} == ]]; then EGIT_REPO_URI="https://github.com/jackaudio/${PN}.git"; else SRC_URI="https://github.com/jackaudio/jack2/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~arm64 ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~x86" fi DESCRIPTION="Jackdmp jack implemention for multi-processor machine"
[gentoo-commits] repo/gentoo:master commit in: app-backup/rear/
commit: 89ed36fab46204fec9b3e7e03901ef93ca3afc88 Author: Sam James gentoo org> AuthorDate: Sat Nov 5 02:07:05 2022 + Commit: Sam James gentoo org> CommitDate: Sat Nov 5 02:07:05 2022 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89ed36fa app-backup/rear: Stabilize 2.7 amd64, #879621 Signed-off-by: Sam James gentoo.org> app-backup/rear/rear-2.7.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-backup/rear/rear-2.7.ebuild b/app-backup/rear/rear-2.7.ebuild index 4af6aaf7f73d..acdfadf8be1f 100644 --- a/app-backup/rear/rear-2.7.ebuild +++ b/app-backup/rear/rear-2.7.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-3+" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="udev" RDEPEND="
[gentoo-commits] repo/gentoo:master commit in: media-libs/xine-lib/
commit: a4f31904fcf1fe0315d9ae68c6f6edf76df128d5 Author: Sam James gentoo org> AuthorDate: Fri Nov 4 23:48:29 2022 + Commit: Sam James gentoo org> CommitDate: Sat Nov 5 02:06:33 2022 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4f31904 media-libs/xine-lib: sync live Signed-off-by: Sam James gentoo.org> media-libs/xine-lib/xine-lib-1.2.12-r4.ebuild | 2 +- media-libs/xine-lib/xine-lib-1.2..ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/media-libs/xine-lib/xine-lib-1.2.12-r4.ebuild b/media-libs/xine-lib/xine-lib-1.2.12-r4.ebuild index eeef0113e84e..9269a240c709 100644 --- a/media-libs/xine-lib/xine-lib-1.2.12-r4.ebuild +++ b/media-libs/xine-lib/xine-lib-1.2.12-r4.ebuild @@ -94,7 +94,7 @@ RDEPEND=" X? ( x11-libs/libX11 x11-libs/libXext - x11-libs/libxcb + x11-libs/libxcb:= ) xinerama? ( x11-libs/libXinerama ) xv? ( x11-libs/libXv ) diff --git a/media-libs/xine-lib/xine-lib-1.2..ebuild b/media-libs/xine-lib/xine-lib-1.2..ebuild index 3b2359bfed24..2935680fc418 100644 --- a/media-libs/xine-lib/xine-lib-1.2..ebuild +++ b/media-libs/xine-lib/xine-lib-1.2..ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 inherit flag-o-matic libtool
[gentoo-commits] repo/gentoo:master commit in: app-admin/sudo/files/, app-admin/sudo/
commit: 5eca952121b4f64dc7c40f81338384bf299ee771 Author: John Helmert III gentoo org> AuthorDate: Sat Nov 5 00:39:58 2022 + Commit: Sam James gentoo org> CommitDate: Sat Nov 5 02:06:35 2022 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5eca9521 app-admin/sudo: patch CVE-2022-43995 Bug: https://bugs.gentoo.org/879209 Signed-off-by: John Helmert III gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/28143 Signed-off-by: Sam James gentoo.org> .../sudo/files/sudo-1.9.12-CVE-2022-43995.patch| 53 app-admin/sudo/sudo-1.9.12-r1.ebuild | 287 + 2 files changed, 340 insertions(+) diff --git a/app-admin/sudo/files/sudo-1.9.12-CVE-2022-43995.patch b/app-admin/sudo/files/sudo-1.9.12-CVE-2022-43995.patch new file mode 100644 index ..2601669eecfd --- /dev/null +++ b/app-admin/sudo/files/sudo-1.9.12-CVE-2022-43995.patch @@ -0,0 +1,53 @@ +Bug: https://bugs.gentoo.org/879209 +Upstream: https://github.com/sudo-project/sudo/commit/bd209b9f16fcd1270c13db27ae3329c677d48050 + +From bd209b9f16fcd1270c13db27ae3329c677d48050 Mon Sep 17 00:00:00 2001 +From: "Todd C. Miller" +Date: Fri, 28 Oct 2022 07:29:55 -0600 +Subject: [PATCH] Fix CVE-2022-43995, potential heap overflow for passwords < 8 + characters. Starting with sudo 1.8.0 the plaintext password buffer is + dynamically sized so it is not safe to assume that it is at least 9 bytes in + size. Found by Hugo Lefeuvre (University of Manchester) with ConfFuzz. + +--- + plugins/sudoers/auth/passwd.c | 11 +-- + 1 file changed, 5 insertions(+), 6 deletions(-) + +diff --git a/plugins/sudoers/auth/passwd.c b/plugins/sudoers/auth/passwd.c +index b2046eca2..0416861e9 100644 +--- a/plugins/sudoers/auth/passwd.c b/plugins/sudoers/auth/passwd.c +@@ -63,7 +63,7 @@ sudo_passwd_init(struct passwd *pw, sudo_auth *auth) + int + sudo_passwd_verify(struct passwd *pw, char *pass, sudo_auth *auth, struct sudo_conv_callback *callback) + { +-char sav, *epass; ++char des_pass[9], *epass; + char *pw_epasswd = auth->data; + size_t pw_len; + int matched = 0; +@@ -75,12 +75,12 @@ sudo_passwd_verify(struct passwd *pw, char *pass, sudo_auth *auth, struct sudo_c + + /* + * Truncate to 8 chars if standard DES since not all crypt()'s do this. +- * If this turns out not to be safe we will have to use OS #ifdef's (sigh). + */ +-sav = pass[8]; + pw_len = strlen(pw_epasswd); +-if (pw_len == DESLEN || HAS_AGEINFO(pw_epasswd, pw_len)) +- pass[8] = '\0'; ++if (pw_len == DESLEN || HAS_AGEINFO(pw_epasswd, pw_len)) { ++ strlcpy(des_pass, pass, sizeof(des_pass)); ++ pass = des_pass; ++} + + /* + * Normal UN*X password check. +@@ -88,7 +88,6 @@ sudo_passwd_verify(struct passwd *pw, char *pass, sudo_auth *auth, struct sudo_c + * only compare the first DESLEN characters in that case. + */ + epass = (char *) crypt(pass, pw_epasswd); +-pass[8] = sav; + if (epass != NULL) { + if (HAS_AGEINFO(pw_epasswd, pw_len) && strlen(epass) == DESLEN) + matched = !strncmp(pw_epasswd, epass, DESLEN); diff --git a/app-admin/sudo/sudo-1.9.12-r1.ebuild b/app-admin/sudo/sudo-1.9.12-r1.ebuild new file mode 100644 index ..04850cee909d --- /dev/null +++ b/app-admin/sudo/sudo-1.9.12-r1.ebuild @@ -0,0 +1,287 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit pam libtool tmpfiles toolchain-funcs + +MY_P="${P/_/}" +MY_P="${MY_P/beta/b}" + +DESCRIPTION="Allows users or groups to run commands as other users" +HOMEPAGE="https://www.sudo.ws/"; +if [[ ${PV} == ]] ; then + inherit mercurial + EHG_REPO_URI="https://www.sudo.ws/repos/sudo"; +else + VERIFY_SIG_OPENPGP_KEY_PATH="${BROOT}"/usr/share/openpgp-keys/sudo.ws.asc + inherit verify-sig + + uri_prefix= + case ${P} in + *_beta*|*_rc*) uri_prefix=beta/ ;; + esac + + SRC_URI="https://www.sudo.ws/sudo/dist/${uri_prefix}${MY_P}.tar.gz + ftp://ftp.sudo.ws/pub/sudo/${uri_prefix}${MY_P}.tar.gz + verify-sig? ( + https://www.sudo.ws/sudo/dist/${uri_prefix}${MY_P}.tar.gz.sig + ftp://ftp.sudo.ws/pub/sudo/${uri_prefix}${MY_P}.tar.gz.sig + )" + if [[ ${PV} != *_beta* ]] && [[ ${PV} != *_rc* ]] ; then + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~sparc-solaris" + fi + + BDEPEND+="verify-sig? ( sec-keys/openpgp-keys-sudo )" +fi + +# Basic license is ISC-style as-is, some files are released under +# 3-clause BSD license +LICENSE="ISC BSD" +SLOT="0" +IUSE="gcrypt ldap nls offensive pam sasl +secure-path selinux +sendmail skey ssl sssd" + +DEPEND=" + sys-libs/zlib:= + virtual/libcrypt:= + gcrypt? ( dev-libs/libgcryp
[gentoo-commits] repo/gentoo:master commit in: app-shells/starship/
commit: a18c1b98623dc6e8b9c0953ef841a0eaa80392ff Author: Sam James gentoo org> AuthorDate: Sat Nov 5 02:07:04 2022 + Commit: Sam James gentoo org> CommitDate: Sat Nov 5 02:07:04 2022 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a18c1b98 app-shells/starship: Stabilize 1.10.3 amd64, #879585 Signed-off-by: Sam James gentoo.org> app-shells/starship/starship-1.10.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-shells/starship/starship-1.10.3.ebuild b/app-shells/starship/starship-1.10.3.ebuild index 94efc12ef8ab..bc533b456e59 100644 --- a/app-shells/starship/starship-1.10.3.ebuild +++ b/app-shells/starship/starship-1.10.3.ebuild @@ -385,7 +385,7 @@ SRC_URI=" LICENSE="Apache-2.0 BSD BSD-2 CC0-1.0 ISC MIT MPL-2.0 Unlicense WTFPL-2 ZLIB" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="amd64" BDEPEND=">=virtual/rust-1.59"
[gentoo-commits] repo/gentoo:master commit in: games-action/geki2-KXL/files/, games-action/geki2-KXL/
commit: 45a08073b16549f3514937634d28fef811e6578c Author: Ionen Wolkens gentoo org> AuthorDate: Fri Nov 4 22:57:31 2022 + Commit: Ionen Wolkens gentoo org> CommitDate: Sat Nov 5 02:00:29 2022 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45a08073 games-action/geki2-KXL: fix build w/ upcoming clang16 Also adjust old patch since moved string.h to geki2.h. Essentially same fixes as geki3-KXL except with two missing function declarations in less. Closes: https://bugs.gentoo.org/874639 Signed-off-by: Ionen Wolkens gentoo.org> games-action/geki2-KXL/files/geki2-KXL-2.0.3-clang.patch | 8 +--- games-action/geki2-KXL/files/geki2-KXL-2.0.3-clang16.patch | 14 ++ ...geki2-KXL-2.0.3-r4.ebuild => geki2-KXL-2.0.3-r5.ebuild} | 3 ++- 3 files changed, 17 insertions(+), 8 deletions(-) diff --git a/games-action/geki2-KXL/files/geki2-KXL-2.0.3-clang.patch b/games-action/geki2-KXL/files/geki2-KXL-2.0.3-clang.patch index 5d621e2de638..ff7f45fc09f3 100644 --- a/games-action/geki2-KXL/files/geki2-KXL-2.0.3-clang.patch +++ b/games-action/geki2-KXL/files/geki2-KXL-2.0.3-clang.patch @@ -1,13 +1,7 @@ -Use void so that clang does not complain about missing (unused) -return value, and also add missing string.h. https://bugs.gentoo.org/730848 --- a/src/ranking.c +++ b/src/ranking.c -@@ -1,2 +1,3 @@ - #include -+#include - #include "geki2.h" -@@ -7,3 +8,3 @@ +@@ -7,3 +7,3 @@ **/ -int ScoreRanking(void) +void ScoreRanking(void) diff --git a/games-action/geki2-KXL/files/geki2-KXL-2.0.3-clang16.patch b/games-action/geki2-KXL/files/geki2-KXL-2.0.3-clang16.patch new file mode 100644 index ..fb7892f3b68d --- /dev/null +++ b/games-action/geki2-KXL/files/geki2-KXL-2.0.3-clang16.patch @@ -0,0 +1,14 @@ +https://bugs.gentoo.org/874639 +--- a/src/geki2.h b/src/geki2.h +@@ -11,2 +11,4 @@ + #include ++#include ++#include + #include +--- a/src/load.h b/src/load.h +@@ -11,2 +11,3 @@ + void LoadStageData(void); ++void UnLoadStageData(void); + diff --git a/games-action/geki2-KXL/geki2-KXL-2.0.3-r4.ebuild b/games-action/geki2-KXL/geki2-KXL-2.0.3-r5.ebuild similarity index 93% rename from games-action/geki2-KXL/geki2-KXL-2.0.3-r4.ebuild rename to games-action/geki2-KXL/geki2-KXL-2.0.3-r5.ebuild index 781b3790bff7..8f7fda9fe303 100644 --- a/games-action/geki2-KXL/geki2-KXL-2.0.3-r4.ebuild +++ b/games-action/geki2-KXL/geki2-KXL-2.0.3-r5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -26,6 +26,7 @@ RDEPEND=" PATCHES=( "${FILESDIR}"/${P}-cflags.patch "${FILESDIR}"/${P}-clang.patch + "${FILESDIR}"/${P}-clang16.patch ) src_prepare() {
[gentoo-commits] repo/gentoo:master commit in: media-libs/blib/, media-libs/blib/files/
commit: d037eb068c98bd2ddbf76a7de3c442bf882ef3f0 Author: Ionen Wolkens gentoo org> AuthorDate: Sat Nov 5 01:44:44 2022 + Commit: Ionen Wolkens gentoo org> CommitDate: Sat Nov 5 02:00:29 2022 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d037eb06 media-libs/blib: EAPI6->8, fix aa+gtk automagic and build w/ clang16 This used `--disable-gtk2/aalib` when the options actually are `--disable-gtk/aa`. Also add several missing deps. Closes: https://bugs.gentoo.org/874642 Signed-off-by: Ionen Wolkens gentoo.org> media-libs/blib/blib-1.1.7-r2.ebuild | 45 -- media-libs/blib/blib-1.1.7-r3.ebuild | 57 +++ media-libs/blib/files/blib-1.1.7-deprecated.patch | 14 ++ 3 files changed, 71 insertions(+), 45 deletions(-) diff --git a/media-libs/blib/blib-1.1.7-r2.ebuild b/media-libs/blib/blib-1.1.7-r2.ebuild deleted file mode 100644 index 972273ede564.. --- a/media-libs/blib/blib-1.1.7-r2.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DESCRIPTION="blib is a library full of useful things to hack the Blinkenlights" -HOMEPAGE="http://www.blinkenlights.de"; -SRC_URI="http://www.blinkenlights.de/dist/${P}.tar.gz"; - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="aalib gtk" - -RDEPEND=" - >=dev-libs/glib-2:2 - aalib? ( >=media-libs/aalib-1.4_rc4-r2 ) - gtk? ( >=x11-libs/gtk+-2.4.4:2 ) -" -DEPEND="${RDEPEND} - virtual/pkgconfig -" - -src_prepare() { - default - # Drop DEPRECATED flags, bug #391105 - sed -i -e 's:-D[A-Z_]*DISABLE_DEPRECATED:$(NULL):g' \ - blib/Makefile.am blib/Makefile.in \ - gfx/Makefile.am gfx/Makefile.in \ - modules/Makefile.am modules/Makefile.in \ - test/modules/Makefile.am test/modules/Makefile.in || die -} - -src_configure() { - econf \ - --disable-directfb \ - --disable-static \ - $(use_enable aalib) \ - $(use_enable gtk gtk2) -} - -src_install() { - default - find "${D}" -name '*.la' -delete || die -} diff --git a/media-libs/blib/blib-1.1.7-r3.ebuild b/media-libs/blib/blib-1.1.7-r3.ebuild new file mode 100644 index ..fd6cbbc9415e --- /dev/null +++ b/media-libs/blib/blib-1.1.7-r3.ebuild @@ -0,0 +1,57 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION="Library full of useful things to hack the Blinkenlights" +HOMEPAGE="http://www.blinkenlights.de"; +SRC_URI="http://www.blinkenlights.de/dist/${P}.tar.gz"; + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="amd64 x86" +IUSE="aalib gtk" + +RDEPEND=" + dev-libs/glib:2 + x11-libs/gdk-pixbuf:2 + aalib? ( media-libs/aalib ) + gtk? ( + app-accessibility/at-spi2-core:2 + media-libs/fontconfig + media-libs/freetype + media-libs/harfbuzz:= + x11-libs/cairo + x11-libs/gtk+:2 + x11-libs/pango + )" +DEPEND="${RDEPEND}" +BDEPEND="virtual/pkgconfig" + +PATCHES=( + "${FILESDIR}"/${P}-deprecated.patch +) + +src_prepare() { + default + + # drop DEPRECATED flags, bug #391105 + sed -e 's:-D[A-Z_]*DISABLE_DEPRECATED:$(NULL):g' \ + -i {blib,gfx,{,test/}modules}/Makefile.{am,in} || die +} + +src_configure() { + local econfargs=( + $(use_enable aalib aa) + --disable-directfb + $(use_enable gtk) + ) + + econf "${econfargs[@]}" +} + +src_install() { + default + + find "${ED}" -type f -name '*.la' -delete || die +} diff --git a/media-libs/blib/files/blib-1.1.7-deprecated.patch b/media-libs/blib/files/blib-1.1.7-deprecated.patch new file mode 100644 index ..13e43aedadf1 --- /dev/null +++ b/media-libs/blib/files/blib-1.1.7-deprecated.patch @@ -0,0 +1,14 @@ +This disables deprecated functions, then proceeds to use newly +deprecated functions. Given GTK2 is now EOL and unchanging, +there's no reason to avoid these without migration to newer GTK. + +https://bugs.gentoo.org/874642 +https://bugs.gentoo.org/391105 (see also) +--- a/test/test-module.c b/test/test-module.c +@@ -23,5 +23,4 @@ + #include + +-#define GTK_DISABLE_DEPRECATED + + #include
[gentoo-commits] repo/gentoo:master commit in: sci-astronomy/stellarium/files/, sci-astronomy/stellarium/
commit: 28410219672502497f887670ae4fc9eda6cd13ff Author: Alexey Sokolov asokolov org> AuthorDate: Fri Nov 4 23:11:05 2022 + Commit: Jason Zaman gentoo org> CommitDate: Sat Nov 5 01:32:24 2022 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28410219 sci-astronomy/stellarium: add 1.1 Signed-off-by: Alexey Sokolov asokolov.org> Closes: https://bugs.gentoo.org/862249 Bug: https://bugs.gentoo.org/745234 Signed-off-by: Jason Zaman gentoo.org> sci-astronomy/stellarium/Manifest | 3 + .../stellarium/files/stellarium-1.1-qxlsx.patch| 11 ++ sci-astronomy/stellarium/metadata.xml | 3 + sci-astronomy/stellarium/stellarium-1.1.ebuild | 172 + 4 files changed, 189 insertions(+) diff --git a/sci-astronomy/stellarium/Manifest b/sci-astronomy/stellarium/Manifest index beecdeb0e8ee..2fcaef527f78 100644 --- a/sci-astronomy/stellarium/Manifest +++ b/sci-astronomy/stellarium/Manifest @@ -4,5 +4,8 @@ DIST stars_6_2v0_1.cat 148352404 BLAKE2B c605b284b3d768cb1619ada3f58d406fa7737f0 DIST stars_7_2v0_1.cat 305710678 BLAKE2B 1cc9b4a6bc35a9339e495f7e0da4f7e90a0e92b05b5de8599be1bbdd2a8053cbcec44b0e58bc9248364666db9cdf23449edf236e3f21fdc0e8f1a4a706afc919 SHA512 43b866eb793e8812c9d5502101a6c985d2055fb88bdbda274726bcd51e1527ecf342b22acd673318c9c8e88cac68eace18de8f27d29ffe64933fd32a5b84c5e3 DIST stars_8_2v0_1.cat 559068934 BLAKE2B c040a369cdf6885759998e1315b554d21a5e2b9b149a67967a8af45606aebf57bec407fab5ce1904978af0dc529aa6bddd267331ca45f58617bbf56d5ca99dee SHA512 06d4fa298b9dff8452f550377df99fcaa5e7107cfc7b75c9a4769b3cb6d97a822a54213c706102c1d7ef2dabc16df32a85f46b2f6d6c6f76a4e919353b739de4 DIST stellarium-0.22.2.tar.gz 409151525 BLAKE2B c49abfb17a8bf7b120d8a0dffbe58b83e18f86b7ef2764cddc946e0cbaad9bf01adaf8d008557108f6354ed11d79e56d94c92c2a07befbd955aed8d201b68292 SHA512 ed905f58e1ff8b257b1e054ca76c83470915b00a04f7925b63784aa62b74e972f332e0b7dc605ffc17bb6516ef4f045943cb564d9637238726b9d7ceb2d44dda +DIST stellarium-1.1.1.tar.gz 413806998 BLAKE2B bd5679aa32edfa44807e941d0febcb1c1749eada6c2834cb16de4cc9850735c3033122fd1e4afc8b8550441b8a8f70865f6a7b3eb178bf906c8b64d7829ea3f6 SHA512 4564b8df21afb5d266c21e4d59a5df52a0695f102dc68d59d37ea29e520495132c7fb01235ceac5d68b0812fc05d35b5f8c7a5c337c55007ce562f770e3a3612 DIST stellarium-dso-catalog-3.16.dat 28678822 BLAKE2B 130513b5dcb0d06dd605ed62d6bdf12bfd636a5e5f5c33f02c7adb77a6712245a98ce3d56332fce6fea0f18c9b7915af4bb3d9812b1fd09bfc036d4135cef4f5 SHA512 9320d2a3c9af93d19cc4414f371991993793b78315448cafcd83b82de6dc16715b0cab2ddeafca667af31a9086420cbe758708333e5b95215de8a46305324c41 +DIST stellarium-dso-catalog-3.17.dat 28678790 BLAKE2B 8ec14dd34c749a5bea19cc5567b2d703a7e5d4192eda6636fcec9fb2ef0301fd654aefdf4b33db70210da73eb9e385ace2265a57199f5660ec7034887fdcc80f SHA512 c0c679bd9de9e7ac000be5902d3a1e863853e8f9c382186253dd2d77a658fe93a9e2e206ecd1396f64b7b6cd4e738ecc2e11ea43bc6f71a098a44eb77875978a DIST stellarium_user_guide-0.22.2-1.pdf 35082446 BLAKE2B c9bb7f344a9377fe86b714904aa713c7e6cda59d31f8e547b571da0a057d141fa1b998b4adb3dbdcee0bb7a152b6f6e18b58a4a08c345dc0e77efca6ffb5a801 SHA512 45adfe53fa9c7432952152d95ab96a446a6459348fa6724fff83aababb0c967d9467cc0ca3bd24b834fd189fb69c782e521d94528a60a704062aa445e749a4a5 +DIST stellarium_user_guide-1.1-1.pdf 36567672 BLAKE2B d1b7f9c8d8974aeabe92e3127c84a79b92dd9c3a0057b7831a1851c7fc88c13ec456375847e90576448a5dbe655846142637c91067cc10df20ae2b9373190e8e SHA512 2dbcf4100c1f24770fa23b2995103b94f0736eacca76031cecac582364948a4cb0e32aabdb554a30a7a64ed53eaa3538d59d7af2434eb74a04d562f1453bc89d diff --git a/sci-astronomy/stellarium/files/stellarium-1.1-qxlsx.patch b/sci-astronomy/stellarium/files/stellarium-1.1-qxlsx.patch new file mode 100644 index ..f3e4c9c38ab7 --- /dev/null +++ b/sci-astronomy/stellarium/files/stellarium-1.1-qxlsx.patch @@ -0,0 +1,11 @@ +--- a/CMakeLists.txt b/CMakeLists.txt +@@ -815,7 +815,7 @@ IF(ENABLE_XLSX) + # TODO: switch to something like vcpkg or conan, and plain find_package, + # without the fallback of cmake downloading the dep itself. + # But some libraries are not available there yet. +- CPMFindPackage(NAME QXlsx ++ CPMFindPackage(NAME QXlsxQt${QT_VERSION_MAJOR} +URL https://github.com/QtExcel/QXlsx/archive/refs/tags/v1.4.4.zip +URL_HASH SHA256=3efbd6f63a1ffd521c535dce7b5a5a7e9ebd23db51e6ae8e3e2eb89796e57675 +DOWNLOAD_ONLY yes diff --git a/sci-astronomy/stellarium/metadata.xml b/sci-astronomy/stellarium/metadata.xml index a164ddaabccc..d4860f0597dd 100644 --- a/sci-astronomy/stellarium/metadata.xml +++ b/sci-astronomy/stellarium/metadata.xml @@ -22,9 +22,12 @@ Install extra deep sky objects catalog (may affect performance) Enable sound and video support + Enable JS scripting via dev-qt/qtscript in Qt5 or using Qml via dev-qt/qtdeclarative in Qt6 + Enable a b
[gentoo-commits] repo/gentoo:master commit in: sci-astronomy/calcmysky/
commit: 3f8c2e83358874c6537eb37488e289c3d0e3284b Author: Alexey Sokolov asokolov org> AuthorDate: Sun Oct 9 10:13:49 2022 + Commit: Jason Zaman gentoo org> CommitDate: Sat Nov 5 01:32:23 2022 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f8c2e83 sci-astronomy/calcmysky: new package, add 0.2.1 Signed-off-by: Alexey Sokolov asokolov.org> Signed-off-by: Jason Zaman gentoo.org> sci-astronomy/calcmysky/Manifest | 1 + sci-astronomy/calcmysky/calcmysky-0.2.1.ebuild | 65 ++ sci-astronomy/calcmysky/metadata.xml | 19 3 files changed, 85 insertions(+) diff --git a/sci-astronomy/calcmysky/Manifest b/sci-astronomy/calcmysky/Manifest new file mode 100644 index ..90a19e9a9852 --- /dev/null +++ b/sci-astronomy/calcmysky/Manifest @@ -0,0 +1 @@ +DIST calcmysky-0.2.1.tar.gz 2161314 BLAKE2B b0aa1abc75f59c9c16429749bb8669e49e17e3dc7716bb78f472a9181c7d77a2c82c2f3800529f620604f233f88855908b0b55d824bf259d0912e157b9537faf SHA512 3915b965ee656b259ce7f158dfdd3c9c11a6c3ff907307899ae55e88ad6c1ccfbec8e0a1f784f5232fb0cb2c8300422fa25b8b1d4d11639d3ebb8c76d67059e5 diff --git a/sci-astronomy/calcmysky/calcmysky-0.2.1.ebuild b/sci-astronomy/calcmysky/calcmysky-0.2.1.ebuild new file mode 100644 index ..47c8b4a34689 --- /dev/null +++ b/sci-astronomy/calcmysky/calcmysky-0.2.1.ebuild @@ -0,0 +1,65 @@ +# Copyright 2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit multibuild cmake + +DESCRIPTION="Simulator of light scattering by planetary atmospheres" +HOMEPAGE="https://github.com/10110111/CalcMySky"; +SRC_URI=" + https://github.com/10110111/CalcMySky/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz +" + +LICENSE="GPL-3" +# subslot is soversion +SLOT="0/14" +KEYWORDS="~amd64" + +IUSE="qt5 qt6" +REQUIRED_USE="|| ( qt5 qt6 )" + +DEPEND=" + dev-cpp/eigen:3 + media-libs/glm + qt5? ( + dev-qt/qtcore:5 + dev-qt/qtgui:5[-gles2-only] + dev-qt/qtopengl:5[-gles2-only] + dev-qt/qtwidgets:5[-gles2-only] + ) + qt6? ( + dev-qt/qtbase:6[gui,opengl,widgets,-gles2-only] + ) +" +RDEPEND="${DEPEND}" + +S="${WORKDIR}/CalcMySky-${PV}" + +pkg_setup() { + MULTIBUILD_VARIANTS=( $(usev qt5) $(usev qt6) ) +} + +src_configure() { + my_src_configure() { + local mycmakeargs=( + -DQT_VERSION="${MULTIBUILD_VARIANT/qt/}" + ) + + cmake_src_configure + } + + multibuild_foreach_variant my_src_configure +} + +src_compile() { + multibuild_foreach_variant cmake_src_compile +} + +src_test() { + multibuild_foreach_variant cmake_build check +} + +src_install() { + multibuild_foreach_variant cmake_src_install +} diff --git a/sci-astronomy/calcmysky/metadata.xml b/sci-astronomy/calcmysky/metadata.xml new file mode 100644 index ..ef26156cdf6d --- /dev/null +++ b/sci-astronomy/calcmysky/metadata.xml @@ -0,0 +1,19 @@ + +http://www.gentoo.org/dtd/metadata.dtd";> + + + alexey+gen...@asokolov.org + Alexey Sokolov + + + proxy-ma...@gentoo.org + Proxy Maintainers + + + sci-astron...@gentoo.org + Gentoo Astronomy Project + + + 10110111/CalcMySky + +
[gentoo-commits] repo/gentoo:master commit in: dev-libs/qxlsx/, dev-libs/qxlsx/files/
commit: 345537cf13b319747ab5b42fbec5831409721aed Author: Alexey Sokolov asokolov org> AuthorDate: Thu Aug 25 23:30:55 2022 + Commit: Jason Zaman gentoo org> CommitDate: Sat Nov 5 01:32:22 2022 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=345537cf dev-libs/qxlsx: new package, add 1.4.4 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Alexey Sokolov asokolov.org> Signed-off-by: Jason Zaman gentoo.org> dev-libs/qxlsx/Manifest | 1 + dev-libs/qxlsx/files/qxlsx-1.4.4-libdir.patch| 26 +++ dev-libs/qxlsx/files/qxlsx-1.4.4-qtdefs.patch| 24 +++ dev-libs/qxlsx/files/qxlsx-1.4.4-qtversion.patch | 92 dev-libs/qxlsx/files/qxlsx-1.4.4-soversion.patch | 23 ++ dev-libs/qxlsx/metadata.xml | 15 dev-libs/qxlsx/qxlsx-1.4.4.ebuild| 62 7 files changed, 243 insertions(+) diff --git a/dev-libs/qxlsx/Manifest b/dev-libs/qxlsx/Manifest new file mode 100644 index ..5ff17575c7b0 --- /dev/null +++ b/dev-libs/qxlsx/Manifest @@ -0,0 +1 @@ +DIST qxlsx-1.4.4.tar.gz 4703732 BLAKE2B 0acf5e708f4dc981723a34b524c820a53a66cb13bf1ce5a1086106230e45dcac2ea6587b3c4ca039de491565ac886a2e5bd1225ee39437ee89a2ff7560da6fd7 SHA512 e6c3dd8822f2a8ab8bcd1a7434db7b202291e3d8de407e4629bdfc1afef507b57da4bc4a715d57b8d75915ce4b623189269083824c35d8e02d49d3e8909cceee diff --git a/dev-libs/qxlsx/files/qxlsx-1.4.4-libdir.patch b/dev-libs/qxlsx/files/qxlsx-1.4.4-libdir.patch new file mode 100644 index ..ffdf8483f41a --- /dev/null +++ b/dev-libs/qxlsx/files/qxlsx-1.4.4-libdir.patch @@ -0,0 +1,26 @@ +From 5d1059941f85365019ed08254e79abdb4ba80ee5 Mon Sep 17 00:00:00 2001 +From: Alexey Sokolov +Date: Sun, 4 Sep 2022 01:22:30 +0100 +Subject: [PATCH] Install library to the correct lib dir + +--- + QXlsx/CMakeLists.txt | 6 +++--- + 1 file changed, 3 insertions(+), 3 deletions(-) + +diff --git a/QXlsx/CMakeLists.txt b/QXlsx/CMakeLists.txt +index a6b1944..fc32918 100644 +--- a/CMakeLists.txt b/CMakeLists.txt +@@ -181,9 +181,9 @@ set_target_properties(QXlsx PROPERTIES + + install(TARGETS QXlsx + EXPORT QXlsxTargets DESTINATION ${CMAKE_INSTALL_LIBDIR} +-RUNTIME DESTINATION bin COMPONENT runtime +-ARCHIVE DESTINATION lib COMPONENT devel +-PUBLIC_HEADER DESTINATION include/QXlsx COMPONENT devel ++RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR} COMPONENT runtime ++ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR} COMPONENT devel ++PUBLIC_HEADER DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/QXlsx COMPONENT devel + ) + + install(EXPORT QXlsxTargets diff --git a/dev-libs/qxlsx/files/qxlsx-1.4.4-qtdefs.patch b/dev-libs/qxlsx/files/qxlsx-1.4.4-qtdefs.patch new file mode 100644 index ..15795c645d47 --- /dev/null +++ b/dev-libs/qxlsx/files/qxlsx-1.4.4-qtdefs.patch @@ -0,0 +1,24 @@ +From 8e83402db866ae7a67582da28aa68c83545f13c8 Mon Sep 17 00:00:00 2001 +From: Alexey Sokolov +Date: Fri, 26 Aug 2022 01:36:53 +0100 +Subject: [PATCH] Don't force Qt definitions onto users + +It breaks users who use "signals" keyword and convert const char* to +QString. +--- + QXlsx/CMakeLists.txt | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/QXlsx/CMakeLists.txt b/QXlsx/CMakeLists.txt +index aa774b1..a6b1944 100644 +--- a/CMakeLists.txt b/CMakeLists.txt +@@ -140,7 +140,7 @@ add_library(QXlsx + + add_library(QXlsx::QXlsx ALIAS QXlsx) + +-target_compile_definitions(QXlsx PUBLIC ++target_compile_definitions(QXlsx PRIVATE + -DQT_NO_KEYWORDS + -DQT_NO_CAST_TO_ASCII + -DQT_NO_CAST_FROM_ASCII diff --git a/dev-libs/qxlsx/files/qxlsx-1.4.4-qtversion.patch b/dev-libs/qxlsx/files/qxlsx-1.4.4-qtversion.patch new file mode 100644 index ..f94aa6e46414 --- /dev/null +++ b/dev-libs/qxlsx/files/qxlsx-1.4.4-qtversion.patch @@ -0,0 +1,92 @@ +commit e3565f2b3999ead739066b33fa0fd346eb072d87 +Author: Alexey Sokolov +Date: Sun Oct 2 22:46:03 2022 +0100 + +Support installing qt5 and qt6 versions in parallel + +diff --git a/QXlsx/CMakeLists.txt b/QXlsx/CMakeLists.txt +index 5640d8a..8d34020 100644 +--- a/CMakeLists.txt b/CMakeLists.txt +@@ -15,8 +15,8 @@ include(GNUInstallDirs) + +-find_package(QT NAMES Qt6 Qt5 COMPONENTS Core Gui REQUIRED) + find_package(Qt${QT_VERSION_MAJOR} COMPONENTS Core Gui REQUIRED) ++set(EXPORT_NAME QXlsxQt${QT_VERSION_MAJOR}) + +-if (QT_MAJOR_VERSION EQUAL 6) ++if (QT_VERSION_MAJOR EQUAL 6) + set(CMAKE_CXX_STANDARD 17 CACHE STRING "") + else() + set(CMAKE_CXX_STANDARD 11 CACHE STRING "") +@@ -166,7 +167,7 @@ if (BUILD_SHARED_LIBS) + target_compile_definitions(QXlsx PUBLIC QXlsx_SHAREDLIB) + endif() + +-target_link_libraries(${PROJECT_NAME} ++target_link_libraries(QXlsx +Qt${QT_VERSION_MAJOR}::Core +Qt${QT_VERSION_MAJOR}::GuiPrivate + ) +@@ -180,39 +181,38 @@ PUBLIC + ) + + set_target_properties(QXlsx PROPERTIES +-EXPORT_NAME QXlsx ++OUTPUT_NAME ${
[gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus-m17n/
commit: 13664315cdc693960ebbcce0999003a5a5577f87 Author: Akinori Hattori gentoo org> AuthorDate: Sat Nov 5 01:10:23 2022 + Commit: Akinori Hattori gentoo org> CommitDate: Sat Nov 5 01:10:23 2022 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13664315 app-i18n/ibus-m17n: amd64/x86 stable Signed-off-by: Akinori Hattori gentoo.org> app-i18n/ibus-m17n/ibus-m17n-1.4.17.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-i18n/ibus-m17n/ibus-m17n-1.4.17.ebuild b/app-i18n/ibus-m17n/ibus-m17n-1.4.17.ebuild index 1466a2deebfc..da3b9ae13bd6 100644 --- a/app-i18n/ibus-m17n/ibus-m17n-1.4.17.ebuild +++ b/app-i18n/ibus-m17n/ibus-m17n-1.4.17.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/ibus/${PN}/releases/download/${PV}/${P}.tar.gz"; LICENSE="GPL-2+" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="gtk nls" DEPEND="app-i18n/ibus
[gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus-m17n/
commit: 573b6d1ce5bbb5cb94b626e00e7216e6e60d6802 Author: Akinori Hattori gentoo org> AuthorDate: Sat Nov 5 01:11:15 2022 + Commit: Akinori Hattori gentoo org> CommitDate: Sat Nov 5 01:11:15 2022 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=573b6d1c app-i18n/ibus-m17n: drop old Signed-off-by: Akinori Hattori gentoo.org> app-i18n/ibus-m17n/Manifest| 2 -- app-i18n/ibus-m17n/ibus-m17n-1.4.10.ebuild | 45 -- app-i18n/ibus-m17n/ibus-m17n-1.4.13.ebuild | 45 -- 3 files changed, 92 deletions(-) diff --git a/app-i18n/ibus-m17n/Manifest b/app-i18n/ibus-m17n/Manifest index 293f417eaed7..0937546966a3 100644 --- a/app-i18n/ibus-m17n/Manifest +++ b/app-i18n/ibus-m17n/Manifest @@ -1,3 +1 @@ -DIST ibus-m17n-1.4.10.tar.gz 642940 BLAKE2B f00b4392925a6ad24e5cbfc266d13a68e4b7641a4f70c93bb381d4bea13d03b40af659e2ba27533ce7514477aed2744eaac0b1aa25d7c4280fda8adf1ee5dde7 SHA512 7e8ab477de7fb75fbbcdd25d6f13b0dc1fdaae6ab23a2c5c18de7eadcd88c3ff4d441a32f58d4b4bde0d20685d45dd57fa24c5e61361ad5b6bbb29075949d396 -DIST ibus-m17n-1.4.13.tar.gz 646334 BLAKE2B 1fac0920adde05977e9f3f3993a17a8257992f493272c71a56f6b946d89245cc9353e20275a2bda94d6a627d0afc9a71aff0d1edba42c2ee8bbe4ce6ea962852 SHA512 5753a8c1888a2fefa87986d7396d3ad56e3e1109c0dd01fadcaf1e7a7a056dc45323d204f9b5a548900752e1bfc69d638076f51884a8948fa5ba16c7a17d5640 DIST ibus-m17n-1.4.17.tar.gz 646856 BLAKE2B e2a1c93afa5adf76689a6883b5b2a08a8ebc4f122ae484797df9ae9fd220023c188a894789069f83ba598a321e3d6c89045f278f1b1f51988c34728e005ba5cd SHA512 794dfce969f447354a092758d20999637e3d0a1006f8e078845ae3e79b63b7a467f9f28a7bdeeac4f4709d6750e7156efbc3d341bfa574ac7002266d0dce2b95 diff --git a/app-i18n/ibus-m17n/ibus-m17n-1.4.10.ebuild b/app-i18n/ibus-m17n/ibus-m17n-1.4.10.ebuild deleted file mode 100644 index da3b9ae13bd6.. --- a/app-i18n/ibus-m17n/ibus-m17n-1.4.10.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="8" - -inherit gnome2-utils xdg - -DESCRIPTION="M17N engine for IBus" -HOMEPAGE="https://github.com/ibus/ibus/wiki"; -SRC_URI="https://github.com/ibus/${PN}/releases/download/${PV}/${P}.tar.gz"; - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="gtk nls" - -DEPEND="app-i18n/ibus - dev-libs/m17n-lib - gtk? ( x11-libs/gtk+:3 ) - nls? ( virtual/libintl )" -RDEPEND="${DEPEND} - >=dev-db/m17n-db-1.7" -BDEPEND="sys-devel/gettext - virtual/pkgconfig" - -src_configure() { - econf \ - $(use_enable nls) \ - $(use_with gtk gtk 3.0) -} - -pkg_preinst() { - xdg_pkg_preinst - gnome2_schemas_savelist -} - -pkg_postinst() { - xdg_pkg_postinst - gnome2_schemas_update -} - -pkg_postrm() { - xdg_pkg_postrm - gnome2_schemas_update -} diff --git a/app-i18n/ibus-m17n/ibus-m17n-1.4.13.ebuild b/app-i18n/ibus-m17n/ibus-m17n-1.4.13.ebuild deleted file mode 100644 index 1466a2deebfc.. --- a/app-i18n/ibus-m17n/ibus-m17n-1.4.13.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="8" - -inherit gnome2-utils xdg - -DESCRIPTION="M17N engine for IBus" -HOMEPAGE="https://github.com/ibus/ibus/wiki"; -SRC_URI="https://github.com/ibus/${PN}/releases/download/${PV}/${P}.tar.gz"; - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="gtk nls" - -DEPEND="app-i18n/ibus - dev-libs/m17n-lib - gtk? ( x11-libs/gtk+:3 ) - nls? ( virtual/libintl )" -RDEPEND="${DEPEND} - >=dev-db/m17n-db-1.7" -BDEPEND="sys-devel/gettext - virtual/pkgconfig" - -src_configure() { - econf \ - $(use_enable nls) \ - $(use_with gtk gtk 3.0) -} - -pkg_preinst() { - xdg_pkg_preinst - gnome2_schemas_savelist -} - -pkg_postinst() { - xdg_pkg_postinst - gnome2_schemas_update -} - -pkg_postrm() { - xdg_pkg_postrm - gnome2_schemas_update -}
[gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus-table/
commit: 1e78e82d52b1a2cf5468c26c02537945bdc772a9 Author: Akinori Hattori gentoo org> AuthorDate: Sat Nov 5 01:06:02 2022 + Commit: Akinori Hattori gentoo org> CommitDate: Sat Nov 5 01:07:48 2022 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e78e82d app-i18n/ibus-table: drop old Signed-off-by: Akinori Hattori gentoo.org> app-i18n/ibus-table/Manifest | 1 - app-i18n/ibus-table/ibus-table-1.16.11.ebuild | 55 --- 2 files changed, 56 deletions(-) diff --git a/app-i18n/ibus-table/Manifest b/app-i18n/ibus-table/Manifest index 2bc569e19b84..916d74681de4 100644 --- a/app-i18n/ibus-table/Manifest +++ b/app-i18n/ibus-table/Manifest @@ -1,2 +1 @@ -DIST ibus-table-1.16.11.tar.gz 1518653 BLAKE2B fec1deed7b96492bc9cead734b5063e47d553f690f9c71362a213a81f905f176811d9f397ae72c4a40815611d47df90b5a2bb56851ac28d5ca2dc2efc405716b SHA512 f5da239a05337f368769e7679a0639e73812021579467a195795678d68cf8d70b1f9bd4d31739c60298d60c9da6291c704e592750677ecc59734dd8c4292bf43 DIST ibus-table-1.16.12.tar.gz 1519559 BLAKE2B c0e236ae58cbcc7c52bc29f30f2be5ed02590bab96fb9866bb829986fef9e01964b3f4b55caa1d417840372b0c3c230a93713aa774272375b5cd21a2a851bba8 SHA512 edbbb4842a6b49cdf8a830187422b7042c47b9ddf4876eb114acdb1e449024a6f4f48d46cb97d4420d65dffc14b3e3e9400d31b92ac68ccd2e9a327151dcaa3f diff --git a/app-i18n/ibus-table/ibus-table-1.16.11.ebuild b/app-i18n/ibus-table/ibus-table-1.16.11.ebuild deleted file mode 100644 index dcbbc265378a.. --- a/app-i18n/ibus-table/ibus-table-1.16.11.ebuild +++ /dev/null @@ -1,55 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="8" -PYTHON_COMPAT=( python3_{8..10} ) -PYTHON_REQ_USE="sqlite(+)" - -inherit gnome2-utils python-single-r1 xdg - -DESCRIPTION="Tables engines for IBus" -HOMEPAGE="https://github.com/ibus/ibus/wiki"; -SRC_URI="https://github.com/kaio/${PN}/releases/download/${PV}/${P}.tar.gz"; - -LICENSE="GPL-2 LGPL-2.1" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="nls" -RESTRICT="test" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -RDEPEND="${PYTHON_DEPS} - $(python_gen_cond_dep ' - app-i18n/ibus[python(+),${PYTHON_USEDEP}] - dev-python/pygobject:3[${PYTHON_USEDEP}] - ') - virtual/libiconv - nls? ( virtual/libintl )" -DEPEND="${RDEPEND}" -BDEPEND="virtual/pkgconfig - nls? ( sys-devel/gettext )" - -src_prepare() { - python_fix_shebang . - - default -} - -src_configure() { - econf $(use_enable nls) -} - -pkg_preinst() { - xdg_pkg_preinst - gnome2_schemas_savelist -} - -pkg_postinst() { - xdg_pkg_postinst - gnome2_schemas_update -} - -pkg_postrm() { - xdg_pkg_postrm - gnome2_schemas_update -}
[gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus-table/
commit: f9451e4b3176fc297eb31bdce113148ea2e64dfd Author: Akinori Hattori gentoo org> AuthorDate: Sat Nov 5 01:04:40 2022 + Commit: Akinori Hattori gentoo org> CommitDate: Sat Nov 5 01:07:48 2022 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9451e4b app-i18n/ibus-table: amd64/x86 stable Signed-off-by: Akinori Hattori gentoo.org> app-i18n/ibus-table/ibus-table-1.16.12.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-i18n/ibus-table/ibus-table-1.16.12.ebuild b/app-i18n/ibus-table/ibus-table-1.16.12.ebuild index 7314f41b0540..dcbbc265378a 100644 --- a/app-i18n/ibus-table/ibus-table-1.16.12.ebuild +++ b/app-i18n/ibus-table/ibus-table-1.16.12.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://github.com/kaio/${PN}/releases/download/${PV}/${P}.tar.gz"; LICENSE="GPL-2 LGPL-2.1" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="nls" RESTRICT="test" REQUIRED_USE="${PYTHON_REQUIRED_USE}"