[gentoo-commits] repo/gentoo:master commit in: dev-util/cmake/
commit: c954ab1a05cc31c3fffdb605fb39f1be5b4230c3 Author: Lars Wendler gentoo org> AuthorDate: Tue Feb 16 07:59:25 2021 + Commit: Lars Wendler gentoo org> CommitDate: Tue Feb 16 07:59:49 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c954ab1a dev-util/cmake: Removed old Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Lars Wendler gentoo.org> dev-util/cmake/Manifest| 1 - dev-util/cmake/cmake-3.19.3.ebuild | 230 - 2 files changed, 231 deletions(-) diff --git a/dev-util/cmake/Manifest b/dev-util/cmake/Manifest index ff09f0d193d..bb0ee2845d2 100644 --- a/dev-util/cmake/Manifest +++ b/dev-util/cmake/Manifest @@ -1,6 +1,5 @@ DIST cmake-3.13.5.tar.gz 8618821 BLAKE2B 765678bc92821207c53bfb4ac995a791b938f20236c3a6fda873b8edd11cd1401b4f4c05f170b8f600f38bde5f1227c715499eee072a8de3bb29d4f5cd230226 SHA512 99e3a8f5bc147dd90b9cab11f06892d87f289aa1354ad323711fe96ebc9c32b1e887e8f9d3575a37831c4d2153a070ff9115c5e27a185d54170bad9dbbaabc26 DIST cmake-3.17.4.tar.gz 9473549 BLAKE2B 2ce29415525b5292ae9e06d73570ed0af2173d8d15612f4d645f22d4f55cb99018663c374c4282731e09f8c6e4ffd59316d65f38aef9db5c34d874ca8992382b SHA512 6af879502e52388f3be02a4edfb006274840ad1afa8f28ffd6ec69b0310c7f718812b2272e5f77ffa422717f61407a6d482deb95941555c21c73fc5f62356a4e DIST cmake-3.18.5.tar.gz 8975784 BLAKE2B 62ea68b602e7e352c22ba6122aa010fb78fb5c4e484aa51bc336e750280d5fc03ffa439bd8005d2c43176f5a5db4ebfd419beca65cc59c5b8cd5666e38394fb8 SHA512 c15e0937a9c0ce0b6164c3d02a147e679ea57e1119cff4189a15de71429a7facb3c04eb8db467471876b5da5dbd4a25acb228efa7101fe78efd205f0d2c96343 -DIST cmake-3.19.3.tar.gz 9265831 BLAKE2B 133ca8b12c0ccff0f9d833543c66cac597d72898d6e8602c74ef2875c90059b0a19d059b8801e407a7d5931b8aa50b253aef970330454789e13e2e63a7bb6d97 SHA512 54c91fa76882152d3933b696d7e547bc4edf6f97f3810e8dd57ca28c98e9fcaf757eac7c77e1e7fab88aced10937ed354917aeac3997edef406313dcf76ba0c5 DIST cmake-3.19.4.tar.gz 9266976 BLAKE2B b5ac44fa426a47031e37fca990130d9289909a5f21eed2ebb0987da9202db16f654a1f3eeaca2465693b2fca09de05b9bb452dd71df9a65ffd27c02da577a1c5 SHA512 e2781479d2185f8f927439b795120a0f4957e9da7730804ff8ec06d6bbe75a0069e49d95e642706179520a7229ae82e53bab891fa8cfd859913c0cb5fd4e843f DIST cmake-3.19.5.tar.gz 9270284 BLAKE2B 4620f5f2a08e16a90350559e539a701606a0e8b4ee358ae5d1668c1f1d43674ac75a06ae335e52363fad9750bde430938faa2497108c2db6038479058412969a SHA512 de8645c7c03bd48987f6eefc19bc2856c2a939e537cf204e1c9749d5a3e21c71695080bee246e94871f82996ede9d1a8771972266434549b48df9924fbb4c6f2 diff --git a/dev-util/cmake/cmake-3.19.3.ebuild b/dev-util/cmake/cmake-3.19.3.ebuild deleted file mode 100644 index 99b8eab6c2f..000 --- a/dev-util/cmake/cmake-3.19.3.ebuild +++ /dev/null @@ -1,230 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -CMAKE_MAKEFILE_GENERATOR="emake" # TODO RunCMake.LinkWhatYouUse fails consistently w/ ninja -CMAKE_REMOVE_MODULES_LIST=( none ) -inherit bash-completion-r1 cmake elisp-common flag-o-matic multiprocessing \ - toolchain-funcs virtualx xdg-utils - -MY_P="${P/_/-}" - -DESCRIPTION="Cross platform Make" -HOMEPAGE="https://cmake.org/"; -SRC_URI="https://cmake.org/files/v$(ver_cut 1-2)/${MY_P}.tar.gz" - -LICENSE="CMake" -SLOT="0" -[[ "${PV}" = *_rc* ]] || \ -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="doc emacs ncurses qt5 test" -RESTRICT="!test? ( test )" - -RDEPEND=" - >=app-arch/libarchive-3.3.3:= - app-crypt/rhash - >=dev-libs/expat-2.0.1 - >=dev-libs/jsoncpp-1.9.2-r2:0= - >=dev-libs/libuv-1.10.0:= - >=net-misc/curl-7.21.5[ssl] - sys-libs/zlib - virtual/pkgconfig - emacs? ( >=app-editors/emacs-23.1:* ) - ncurses? ( sys-libs/ncurses:0= ) - qt5? ( - dev-qt/qtcore:5 - dev-qt/qtgui:5 - dev-qt/qtwidgets:5 - ) -" -DEPEND="${RDEPEND}" -BDEPEND=" - doc? ( - dev-python/requests - dev-python/sphinx - ) - test? ( app-arch/libarchive[zstd] ) -" - -S="${WORKDIR}/${MY_P}" - -SITEFILE="50${PN}-gentoo.el" - -PATCHES=( - # prefix - "${FILESDIR}"/${PN}-3.16.0_rc4-darwin-bundle.patch - "${FILESDIR}"/${PN}-3.14.0_rc3-prefix-dirs.patch - "${FILESDIR}"/${PN}-3.19.1-darwin-gcc.patch - - # handle gentoo packaging in find modules - "${FILESDIR}"/${PN}-3.17.0_rc1-FindBLAS.patch - # Next patch needs to be reworked - #"${FILESDIR}"/${PN}-3.17.0_rc1-FindLAPACK.patch - "${FILESDIR}"/${PN}-3.5.2-FindQt4.patch - - # respect python eclasses - "${FILESDIR}"/${PN}-2.8.10.2-FindPythonLibs.patch - "${FILESDIR}"/${PN}-3.9.0_rc2-FindPythonInterp.patch - - "${F
[gentoo-commits] repo/gentoo:master commit in: dev-util/cmake/
commit: 9914d3750d81cd53544697a436b9db30cdeaf361 Author: Lars Wendler gentoo org> AuthorDate: Tue Feb 16 07:57:22 2021 + Commit: Lars Wendler gentoo org> CommitDate: Tue Feb 16 07:59:48 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9914d375 dev-util/cmake: Bump to version 3.19.5 Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Lars Wendler gentoo.org> dev-util/cmake/Manifest| 1 + dev-util/cmake/cmake-3.19.5.ebuild | 230 + 2 files changed, 231 insertions(+) diff --git a/dev-util/cmake/Manifest b/dev-util/cmake/Manifest index 01312a5205f..ff09f0d193d 100644 --- a/dev-util/cmake/Manifest +++ b/dev-util/cmake/Manifest @@ -3,3 +3,4 @@ DIST cmake-3.17.4.tar.gz 9473549 BLAKE2B 2ce29415525b5292ae9e06d73570ed0af2173d8 DIST cmake-3.18.5.tar.gz 8975784 BLAKE2B 62ea68b602e7e352c22ba6122aa010fb78fb5c4e484aa51bc336e750280d5fc03ffa439bd8005d2c43176f5a5db4ebfd419beca65cc59c5b8cd5666e38394fb8 SHA512 c15e0937a9c0ce0b6164c3d02a147e679ea57e1119cff4189a15de71429a7facb3c04eb8db467471876b5da5dbd4a25acb228efa7101fe78efd205f0d2c96343 DIST cmake-3.19.3.tar.gz 9265831 BLAKE2B 133ca8b12c0ccff0f9d833543c66cac597d72898d6e8602c74ef2875c90059b0a19d059b8801e407a7d5931b8aa50b253aef970330454789e13e2e63a7bb6d97 SHA512 54c91fa76882152d3933b696d7e547bc4edf6f97f3810e8dd57ca28c98e9fcaf757eac7c77e1e7fab88aced10937ed354917aeac3997edef406313dcf76ba0c5 DIST cmake-3.19.4.tar.gz 9266976 BLAKE2B b5ac44fa426a47031e37fca990130d9289909a5f21eed2ebb0987da9202db16f654a1f3eeaca2465693b2fca09de05b9bb452dd71df9a65ffd27c02da577a1c5 SHA512 e2781479d2185f8f927439b795120a0f4957e9da7730804ff8ec06d6bbe75a0069e49d95e642706179520a7229ae82e53bab891fa8cfd859913c0cb5fd4e843f +DIST cmake-3.19.5.tar.gz 9270284 BLAKE2B 4620f5f2a08e16a90350559e539a701606a0e8b4ee358ae5d1668c1f1d43674ac75a06ae335e52363fad9750bde430938faa2497108c2db6038479058412969a SHA512 de8645c7c03bd48987f6eefc19bc2856c2a939e537cf204e1c9749d5a3e21c71695080bee246e94871f82996ede9d1a8771972266434549b48df9924fbb4c6f2 diff --git a/dev-util/cmake/cmake-3.19.5.ebuild b/dev-util/cmake/cmake-3.19.5.ebuild new file mode 100644 index 000..99b8eab6c2f --- /dev/null +++ b/dev-util/cmake/cmake-3.19.5.ebuild @@ -0,0 +1,230 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +CMAKE_MAKEFILE_GENERATOR="emake" # TODO RunCMake.LinkWhatYouUse fails consistently w/ ninja +CMAKE_REMOVE_MODULES_LIST=( none ) +inherit bash-completion-r1 cmake elisp-common flag-o-matic multiprocessing \ + toolchain-funcs virtualx xdg-utils + +MY_P="${P/_/-}" + +DESCRIPTION="Cross platform Make" +HOMEPAGE="https://cmake.org/"; +SRC_URI="https://cmake.org/files/v$(ver_cut 1-2)/${MY_P}.tar.gz" + +LICENSE="CMake" +SLOT="0" +[[ "${PV}" = *_rc* ]] || \ +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +IUSE="doc emacs ncurses qt5 test" +RESTRICT="!test? ( test )" + +RDEPEND=" + >=app-arch/libarchive-3.3.3:= + app-crypt/rhash + >=dev-libs/expat-2.0.1 + >=dev-libs/jsoncpp-1.9.2-r2:0= + >=dev-libs/libuv-1.10.0:= + >=net-misc/curl-7.21.5[ssl] + sys-libs/zlib + virtual/pkgconfig + emacs? ( >=app-editors/emacs-23.1:* ) + ncurses? ( sys-libs/ncurses:0= ) + qt5? ( + dev-qt/qtcore:5 + dev-qt/qtgui:5 + dev-qt/qtwidgets:5 + ) +" +DEPEND="${RDEPEND}" +BDEPEND=" + doc? ( + dev-python/requests + dev-python/sphinx + ) + test? ( app-arch/libarchive[zstd] ) +" + +S="${WORKDIR}/${MY_P}" + +SITEFILE="50${PN}-gentoo.el" + +PATCHES=( + # prefix + "${FILESDIR}"/${PN}-3.16.0_rc4-darwin-bundle.patch + "${FILESDIR}"/${PN}-3.14.0_rc3-prefix-dirs.patch + "${FILESDIR}"/${PN}-3.19.1-darwin-gcc.patch + + # handle gentoo packaging in find modules + "${FILESDIR}"/${PN}-3.17.0_rc1-FindBLAS.patch + # Next patch needs to be reworked + #"${FILESDIR}"/${PN}-3.17.0_rc1-FindLAPACK.patch + "${FILESDIR}"/${PN}-3.5.2-FindQt4.patch + + # respect python eclasses + "${FILESDIR}"/${PN}-2.8.10.2-FindPythonLibs.patch + "${FILESDIR}"/${PN}-3.9.0_rc2-FindPythonInterp.patch + + "${FILESDIR}"/${PN}-3.18.0-filter_distcc_warning.patch # bug 691544 + + # upstream fixes (can usually be removed with a version bump) +) + +cmake_src_bootstrap() { + # disable running of cmake in bootstrap command + sed -i \ + -e '/"${cmake_bootstrap_dir}\/cmake"/s/^/#DONOTRUN /' \ + bootstrap || die "sed failed" + + # execinfo.h on Solaris isn't quite what it is on Darwin + if [[ ${CHOST} == *-solaris* ]] ; then + sed -i -e 's/execinfo\.h/blablabla.h/' \ +
[gentoo-commits] repo/proj/guru:dev commit in: profiles/updates/
commit: cbfa4473c9003e0ae26ff0b93cb576368c41b23c Author: Theo Anderson posteo de> AuthorDate: Tue Feb 16 07:42:01 2021 + Commit: Theo Anderson posteo de> CommitDate: Tue Feb 16 07:42:01 2021 + URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=cbfa4473 profiles: move dev-python/faker::guru to dev-python/Faker::gentoo Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Theo Anderson posteo.de> profiles/updates/1Q-2021 | 1 + 1 file changed, 1 insertion(+) diff --git a/profiles/updates/1Q-2021 b/profiles/updates/1Q-2021 new file mode 100644 index ..998970ae --- /dev/null +++ b/profiles/updates/1Q-2021 @@ -0,0 +1 @@ +move dev-python/faker dev-python/Faker
[gentoo-commits] repo/proj/guru:dev commit in: .github/workflows/
commit: 3f8187117d046f18624d46594501a7a8fdfbd76c Author: Theo Anderson posteo de> AuthorDate: Tue Feb 16 07:51:35 2021 + Commit: Theo Anderson posteo de> CommitDate: Tue Feb 16 07:51:35 2021 + URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3f818711 .github: [pkgcheck] ignore OldPackageUpdate checks These updates are used for packages which have moved from ::guru to ::gentoo under a different category/name. Pkgcheck only looks for the updated package within ::guru even if it still exists in ::gentoo Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Theo Anderson posteo.de> .github/workflows/pkgcheck.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pkgcheck.yml b/.github/workflows/pkgcheck.yml index 48527c88..bf3af980 100644 --- a/.github/workflows/pkgcheck.yml +++ b/.github/workflows/pkgcheck.yml @@ -28,4 +28,4 @@ jobs: sudo ln -s /var/db/repos/gentoo/profiles/default/linux/amd64/17.1 /etc/portage/make.profile - name: Test with pkgcheck run: | -pkgcheck scan --exit --checks=-RedundantVersionCheck --keywords=-MissingAccountIdentifier +pkgcheck scan --exit --checks=-RedundantVersionCheck --keywords=-MissingAccountIdentifier,-OldPackageUpdate
[gentoo-commits] repo/gentoo:master commit in: sys-kernel/linux-headers/
commit: da0fed46aff9282dde6668074314bb9aea64d98b Author: Sergei Trofimovich gentoo org> AuthorDate: Mon Feb 15 22:23:48 2021 + Commit: Sergei Trofimovich gentoo org> CommitDate: Tue Feb 16 07:37:05 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da0fed46 sys-kernel/linux-headers: bump up to 5.11 Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Sergei Trofimovich gentoo.org> sys-kernel/linux-headers/Manifest | 2 + sys-kernel/linux-headers/linux-headers-5.11.ebuild | 46 ++ 2 files changed, 48 insertions(+) diff --git a/sys-kernel/linux-headers/Manifest b/sys-kernel/linux-headers/Manifest index 658edf3d507..07525a77f9e 100644 --- a/sys-kernel/linux-headers/Manifest +++ b/sys-kernel/linux-headers/Manifest @@ -4,6 +4,7 @@ DIST gentoo-headers-4.19-1.tar.xz 4040 BLAKE2B 4ccaf4fb6bde84f0b1f29534cf2f6effc DIST gentoo-headers-4.4-1.tar.xz 6624 BLAKE2B 9cdf0c22520e413f175942c4994dd90b0fed8f72c67332a05e7ed72b901ee04594f4e4a3c0252e0a6e057d9c08c4d653387dc36cda82ce9ef8a16e7317ba9ea0 SHA512 dd8a5c627a9cd373022d7afa1beb126f15694f80452821f31fc5c1a3439635814d205bcbc873a5869946472d86cdec872a44f4870751b96d42e89893fca1b983 DIST gentoo-headers-4.9-1.tar.xz 5416 BLAKE2B 2538870b340d4e4b260ada37b0571ba770a4bf93b0f0cf78819b4bf68b8ddc43c314d7fc5d12a78bc71c9bb12306d986ae0ae74159ec7edc7deea371f6b5f015 SHA512 1069f50c58f25ceb8a13c8e53dce6a21e352e2a624da3b9a6d139939e7613e9a97226eb0173fa060ee69443c6a50b53b6d5c6d752dcaebffbe2a78f06cfbe2b6 DIST gentoo-headers-5.10-1.tar.xz 4304 BLAKE2B b5006ff13c8ef8394806919d547f1b15ac32cc4d290e8c5f5a5073f54112db194a9e743177ae54941d8a504e15b662751258259183c47c574936744d7c51b405 SHA512 3154558df20e3a8821af23b2a585eaccb6c40877850b1cf752c435c170f7f322a48e77cee63bcc061b69aff8602987f4506d803c73f394929716295aface4f3d +DIST gentoo-headers-5.11-1.tar.xz 3624 BLAKE2B 378eed88876a911e47ea08563f4fea840bfc11def916bce47c3268029ba926ced06e621edb53c9248fed4de547cfb447cc25daa864983a746fec06fb60d9 SHA512 896cacd48e9965ea724c13ca5a69b8c9aa4f47e631b539c71e4936462d50da3d34863e7419217ba434bcd97ebf8b05d2fc65bc9e60a584a108e864f4cf7f02fc DIST gentoo-headers-5.4-1.tar.xz 4720 BLAKE2B 74c1f47d8ad77a2df36db005adb25f81ba6128037357dfc1b6d65deb2a5d3e53d2f3b5af60098c3f3f514f85e53bef4c906fb182101d35ae32d73a5af417a583 SHA512 9d83a68c6e9a463bc27efd469a79d58690bdd0fd93d77c1de29938d7192bb546b63d9acad9633e6e043d0089638e67ee39382e987d7403c43d3f3edc83c5ccba DIST gentoo-headers-5.4-2.tar.xz 11352 BLAKE2B 0ff989dbfff9070c291efe1a8b925462770e71d0c3faeb2e53581dcce02abe45969ec293a7293b6d843f483927b15f4accc1f24ee4966483164e8f72727cfad8 SHA512 b460e4d00bdd9ec2ecf229f3b2dde7c6468f775399ba6a49fa0533c0688628c7b27d83835c21eab07407fd98c220043cd1b20e37cc4decbd08a3f2fd9cf6c2be DIST gentoo-headers-5.9-1.tar.xz 4304 BLAKE2B 5dda91dac529cf3afca220d0ec323f679eae00e850e127ca6fb7dd42313afe7d4e2b23860a5b58673c070456e1ebd6b0d48efd681a764eef1bab996de579fd11 SHA512 3522d25e4d13f703e69a7e8da1813b38c8977821363b56af1988d78c446087dea4c3499283a2fdef2dc000fde29b945abb821a01f53ac0ac6c2b551699b3b18c @@ -13,5 +14,6 @@ DIST gentoo-headers-base-4.19.tar.xz 7956220 BLAKE2B 5b6868188b6cb505556b8f30797 DIST gentoo-headers-base-4.4.tar.xz 3911752 BLAKE2B 5031ecd48b99cb0c9c35ca935fa6a62cc36c076bab193ec397fc0d543170f29c6d5a0827a2ea5517eb68fc838819cbe3e5abd125bb920992492369d5e5c1e7cb SHA512 1cd3de58ff790c3730bea38138c7a45ef95d04288c69ffeabebb884fab3add13bd9c99785ddd87a3ee467a0e1b1cdc457bbd28da349e7c178b4d2374c5fb78a3 DIST gentoo-headers-base-4.9.tar.xz 4052748 BLAKE2B e279954c56170fbfa4ebae8dade731825b3d5f0cd5d73a5b33cd93a9c8f5fa140e14edf0d5ac26a452fe8a61b16fdcc851f5329f56e4c8dcf4472a995de44c4c SHA512 a03418cfba7fa4531279d9122411af3e285e962506e8df9279fbbb27ae08a4e30725bd1cf03f48ad523f61f2889195e6c844fa4c7b4ef2f828baf47ef402abfa DIST linux-5.10.tar.xz 116606704 BLAKE2B b923d7b66309224f42f35f8a5fa219421b0a9362d2adacdadd8d96251f61f7230878ea297a269a7f3b3c56830f0b177e068691e1d7f88501a05653b0a13274d1 SHA512 95bc137d0cf9148da6a9d1f1a878698dc27b40f68e22c597544010a6c591ce1b256f083489d3ff45ff77753289b535135590194d88ef9f007d0ddab3d74de70e +DIST linux-5.11.tar.xz 117619104 BLAKE2B 81300c27bd5476387a83123aaeb4163c73eb61e9245806c23660cb5e6a4fa88ffc9def027031335fa0270fc4080506cd415990014364e3a98b9d2e8c58a29524 SHA512 a567ec133018bb5ec00c60281479b466c26e02137a93a9c690e83997947df02b6fd94e76e8df748f6d70ceb58a19bacc3b1467de10b7a1fad2763db32b3f1330 DIST linux-5.4.tar.xz 109441440 BLAKE2B 193bc4a3147e147d5529956164ec4912fad5d5c6fb07f909ff1056e57235834173194afc686993ccd785c1ff15804de0961b625f3008cca0e27493efc8f27b13 SHA512 9f60f77e8ab972b9438ac648bed17551c8491d6585a5e85f694b2eaa4c623fbc61eb18419b2656b6795eac5deec0edaa04547fc6723fbda52256bd7f3486898f DIST linux-5.9.tar.xz 115507140 BLAKE2B e8d11472d63a9f8409ca12a2e8c97c6963a3d4516b5a398b627d6ece565584526f9b5a1377a2fa4bd184c09c7db94c987428bc5d52df0c788464a67e9e8d6dcb SHA512 d3d92ce4246bad74c9a7842
[gentoo-commits] repo/proj/guru:dev commit in: app-editors/vscodium-bin/
commit: bfcfed135fbd445d15677551d3516accce1df534 Author: Theo Anderson posteo de> AuthorDate: Tue Feb 16 04:52:45 2021 + Commit: Theo Anderson posteo de> CommitDate: Tue Feb 16 04:52:45 2021 + URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=bfcfed13 app-editors/vscodium-bin: bump to 1.53.2 Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Theo Anderson posteo.de> app-editors/vscodium-bin/Manifest | 3 + .../vscodium-bin/vscodium-bin-1.53.2.ebuild| 75 ++ 2 files changed, 78 insertions(+) diff --git a/app-editors/vscodium-bin/Manifest b/app-editors/vscodium-bin/Manifest index d805c655..a09b97e1 100644 --- a/app-editors/vscodium-bin/Manifest +++ b/app-editors/vscodium-bin/Manifest @@ -1,9 +1,12 @@ DIST VSCodium-linux-arm64-1.52.1.tar.gz 99006948 BLAKE2B 933e5b283e011873b7da60a838e7778d8ff1cf69006e5bf370fdeba7aa6709c2b8ea427936d353c75c0331d1a78defb7c0983d73d59c71163cde6ca32cf1ac32 SHA512 e96c79b1176a07f6cbd1a1d30d4a4d0d66d519d854bc0aa0e24e9baa4b0f6fe959e12b4888330188210957763febc644601f958b635deaa7e900f55f0eb5550f DIST VSCodium-linux-arm64-1.53.0.tar.gz 103943330 BLAKE2B 0a21141faf6d36a7021714f53bf3ccda09e747bf493f0beb4e28e62a33f29299ef5705231069741579be5748144e4d597e818935cef883ac0d34eb4be9501c5e SHA512 fa0373ca303a6a03cf6e0b9dab6d8127b58e9f3dcd6363b99c401206726cd9eea3ac7b9bca37cc25ad388b4c4333679591bc93a19494ffc07d29172117967835 DIST VSCodium-linux-arm64-1.53.1.tar.gz 103872235 BLAKE2B 6c6cba021047f7e52b2dbfe754e4835ac2948a2bbdd56844d801a10fb97be421a6f411ebe5c619b5ac7dba66e4df785fdf133ec058d914c60befe825e314ea1b SHA512 40362151925df2be4ce8e71d7288fe3f7186e94b96904095a1b2c19a3643b911f86f289b3ff2c35749fe8a760fcfc272200793da2280ee1a37b8aa3ab335f1e3 +DIST VSCodium-linux-arm64-1.53.2.tar.gz 103889450 BLAKE2B 12d62008e59cb0735f16cce47c712f732d50c68aec57efcae08effa0a2fa31055103bc361ba8c39309478aa64b655d8493babb6dded28858e97e4cbd2b11fe84 SHA512 109dc4e5bd41d93ca0b751c6c25a2a30feac7b5bb89bd17d47dd8cd8611285355b309c44cbe7f166465c96ab35a2a9b7fc8b593933bb18dda33a45044f48fd87 DIST VSCodium-linux-armhf-1.52.1.tar.gz 85288104 BLAKE2B 3df56d4708f44e5029a9cfed05185957951ead696885f16e8d3da8587f812f9e088e37e2b355157989a0e272661f367a1bd2d70cfbc7953a1f07f166b7b8292d SHA512 ffd5b2b476896d4aed67ed0bd157ca14819f493534c9e15eba247998becb06042c6c0caa88ee2db7e76529da252dac57c43c86371430b57a5819ce392cdcdcb5 DIST VSCodium-linux-armhf-1.53.0.tar.gz 88824725 BLAKE2B 1664b45e747eb288788b7ea7816ca26e6ce28da6bb73929ba81d68a1d646a950312f1939dd0bdf2919bf0cce4de3fed00538c448724412077aa905eecaf38068 SHA512 44112551c22b591f326eb2fe1f1fb53aafdb3bd9b8e987494cf0dd2f2684d0e10841e0e5f7f148581c0f0d87f725c496de9198b7859692ec32a92d33b8160367 DIST VSCodium-linux-armhf-1.53.1.tar.gz 88817109 BLAKE2B 62774e0597fd318451deca29edf1b8c85fc25b2b039298129a96b75faffd50c1c263ff22bcab7ae3c445b90fdf39f0830ded6f176fb504eb9db28b09bbc68aa4 SHA512 ec8832656133e224da6bc100a06eebb3c7613026c6f558817f422ccbe44e7f6721a650cf4fc985ca74f5ca9b7b28fb48706d3f74bfd3dff69875ce58639126b9 +DIST VSCodium-linux-armhf-1.53.2.tar.gz 88825934 BLAKE2B 97502ce2cf5a08bd2c989e7b933d95baad0d1b6a193d7affb8245c73a33a2d9c99594ab06f3643a1dc8ffb78ec53578265301bd4529448d1144d9a53976b4f06 SHA512 4a2c824e21a5ec486d08bedff4a67efa853e0b89a2ffcebe7137b7d8c37b565c5acb7f60faec279dd2f7e00348f1363544cfcda7e628f57adbff4d4ee14c4292 DIST VSCodium-linux-x64-1.52.1.tar.gz 96026417 BLAKE2B 0d06ddef0de3af3d22de4757bd5b81742cdfb6605192c61374857fdacfd8df374adf180aaa1f31f0397ead97e7f668320125ef1f806c71689348ac4a3c8bab8d SHA512 9a60f6821e7a796eaca842817fd3853c8099d74418ccabeacabed01c4f7b46b49c52bb11a032c317c27e3cef7ef2c49d2cf967ca2d2d79013790994a6aa9159f DIST VSCodium-linux-x64-1.53.0.tar.gz 99375183 BLAKE2B 451a49ef357d4a23b419e2d3d19c0215002f2d722cc05e0461d189c942200954f9064989d60770e1bf95c8c86153d4b833918587e664836696d96ea640531144 SHA512 36964c259ea826729ddd8993e88580dfcf54301bd103c9656f12c7cdf3fe5f815ad324779cdb0615a6d259935bc58a787426493790a72619575aaa330a779198 DIST VSCodium-linux-x64-1.53.1.tar.gz 99374765 BLAKE2B f99bef342689e718df8c2f79f8429383653816c71fef59fc2b4d048860efb8bb68ebc40bb052ce56d86e150e3dbfc4cd600b6bbf54642df888e7da77969067b1 SHA512 0911b512da2deb4777ec7e11f4e8066b184331218b00c3c54f785be5acfd139ef8e68140da36842dd8afc4563b7c93127382d2062e79b317c9d1d74ad9bc6834 +DIST VSCodium-linux-x64-1.53.2.tar.gz 99377369 BLAKE2B 5a33fc4fa099736a053cb27741841cce6037bab486a09b4f130333ff67858e873bbe962c4a775b440d1586f29b1f4edc0a27caa713aab69aac2fdd226ffb9a17 SHA512 47ecbf45820e54e49e3bcc358bc07c1ec0c5d03e508ef71cf132be85e0316ee75f41afdc5191a096e9ead27e53a5b39fbe55bc1a9aca15e67e2c17f11edef43c diff --git a/app-editors/vscodium-bin/vscodium-bin-1.53.2.ebuild b/app-editors/vscodium-bin/vscodium-bin-1.53.2.ebuild new file mode 100644 index ..862b3ce5 --- /dev/null +++ b/app-editors/vscodium-bin/vscodium-bin-1.53.2.ebuild @@ -0,0 +1,75 @@ +# Copyright 2020-2021
[gentoo-commits] repo/gentoo:master commit in: media-gfx/freecad/files/
commit: b74dc61c869a750563368af98db0758853b7cd23 Author: Joonas Niilola gentoo org> AuthorDate: Tue Feb 16 07:11:09 2021 + Commit: Joonas Niilola gentoo org> CommitDate: Tue Feb 16 07:11:09 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b74dc61c media-gfx/freecad: fix patch file formatting Closes: https://bugs.gentoo.org/770820 Signed-off-by: Joonas Niilola gentoo.org> ...001-FindCoin3DDoc.cmake-fix-patch-for-coin-docs.patch | 16 ...re20201231-0003-Gentoo-specific-don-t-check-vcs.patch | 16 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/media-gfx/freecad/files/freecad-0.19_pre20201231-0001-FindCoin3DDoc.cmake-fix-patch-for-coin-docs.patch b/media-gfx/freecad/files/freecad-0.19_pre20201231-0001-FindCoin3DDoc.cmake-fix-patch-for-coin-docs.patch index d0097ab0730..9f4131f15a3 100644 --- a/media-gfx/freecad/files/freecad-0.19_pre20201231-0001-FindCoin3DDoc.cmake-fix-patch-for-coin-docs.patch +++ b/media-gfx/freecad/files/freecad-0.19_pre20201231-0001-FindCoin3DDoc.cmake-fix-patch-for-coin-docs.patch @@ -13,14 +13,14 @@ index c6c92f2..1af53c2 100644 --- a/cMake/FindCoin3DDoc.cmake +++ b/cMake/FindCoin3DDoc.cmake @@ -22,7 +22,7 @@ IF (COIN3D_FOUND) - # Unix systems - find_path(COIN3D_DOC_PATH index.html - /usr/share/doc/libcoin80-doc/html --/usr/share/doc/coin/html -+/usr/share/doc/coin-4.0.0/html - /usr/share/doc/Coin/html - ) - IF( EXISTS ${COIN3D_DOC_PATH}) + # Unix systems + find_path(COIN3D_DOC_PATH index.html + /usr/share/doc/libcoin80-doc/html +-/usr/share/doc/coin/html ++/usr/share/doc/coin-4.0.0/html + /usr/share/doc/Coin/html + ) + IF( EXISTS ${COIN3D_DOC_PATH}) -- 2.30.0 diff --git a/media-gfx/freecad/files/freecad-0.19_pre20201231-0003-Gentoo-specific-don-t-check-vcs.patch b/media-gfx/freecad/files/freecad-0.19_pre20201231-0003-Gentoo-specific-don-t-check-vcs.patch index 1a384198ae3..ac8d194d00e 100644 --- a/media-gfx/freecad/files/freecad-0.19_pre20201231-0003-Gentoo-specific-don-t-check-vcs.patch +++ b/media-gfx/freecad/files/freecad-0.19_pre20201231-0003-Gentoo-specific-don-t-check-vcs.patch @@ -13,14 +13,14 @@ index 9795450..59938bd 100644 --- a/src/Tools/SubWCRev.py +++ b/src/Tools/SubWCRev.py @@ -455,7 +455,7 @@ def main(): - if o in ("-b", "--bindir"): - bindir = a - --vcs=[GitControl(), DebianGitHub(), BazaarControl(), Subversion(), MercurialControl(), DebianChangelog(), UnknownControl()] -+vcs=[UnknownControl()] - for i in vcs: - if i.extractInfo(srcdir, bindir): - # Open the template file and the version file + if o in ("-b", "--bindir"): + bindir = a + +-vcs=[GitControl(), DebianGitHub(), BazaarControl(), Subversion(), MercurialControl(), DebianChangelog(), UnknownControl()] ++vcs=[UnknownControl()] + for i in vcs: + if i.extractInfo(srcdir, bindir): + # Open the template file and the version file -- 2.30.1
[gentoo-commits] repo/gentoo:master commit in: games-util/lutris/
commit: cd7651c0c10634b19cb3e6986339528ee0652923 Author: Lars Wendler gentoo org> AuthorDate: Tue Feb 16 06:59:27 2021 + Commit: Lars Wendler gentoo org> CommitDate: Tue Feb 16 06:59:27 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd7651c0 games-util/lutris: Bump to version 0.5.8.3 Closes: https://bugs.gentoo.org/770865 Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Lars Wendler gentoo.org> games-util/lutris/Manifest | 1 + games-util/lutris/lutris-0.5.8.3.ebuild | 78 + 2 files changed, 79 insertions(+) diff --git a/games-util/lutris/Manifest b/games-util/lutris/Manifest index 281ec26d2b7..b848dd3d8ee 100644 --- a/games-util/lutris/Manifest +++ b/games-util/lutris/Manifest @@ -1,3 +1,4 @@ DIST lutris_0.5.7.1.tar.xz 2145584 BLAKE2B eb766d5e36aca63af7af8f2e85f51b4e3e37b8372b13a59702c545a0c697fa5feb1403cd9589d22c2bdff6593f69ed39e1bcb7ecb28ecc24b7a77b09ed1b2f89 SHA512 9efff4d92ae4d9051a7253324047dfa57f463188ebdbcede5feba2c0268494e8fa7929d2ef30bfe85e52824bbb9c05b1f1688b6658376597cc4cc35c26a19da3 DIST lutris_0.5.8.1.tar.xz 893328 BLAKE2B 67c66b59c3fa78af46f953b6e27fb3dd77d0e4cb0746f490716c7c074e81afa4f9c4e8c10dc6d4dab3e2b37d03254bae5eda0b777da72bc17f18dda5fd1f990a SHA512 da3b5ebf3e5dcc5011351197c5a80e8547e54df4555ea9124a8404877c5b75225cfae970819a171c55454fef73afdd927dafbf427301b71618c33660a1c8c022 +DIST lutris_0.5.8.3.tar.xz 942716 BLAKE2B f831c6ad6f67c3948f07e89f9caacd0d8aa3878b912fe987afea85eea549f41347044967255fa80e4e0c4544d148d9782dfe3c5bf08a123436e8a5ef7034901f SHA512 8f653d38a9a551298fa344cde67d53bf50cfd2a0a0667e344d04f6e17dda4ef358037755975d1a7f74ecd39824d58f9586e8a82b70dccc26619f22fee94d1144 DIST lutris_0.5.8.tar.xz 892740 BLAKE2B eaa8c71ade35392e701b3fd1d8ef2c0077e7fb7b96c3f037b5e4353d89b50b82e8a75fb2fb537e6ceeb9b6faaa5962e0ffe425f52820168b60eed742024610a4 SHA512 dcd963ff8b3c6d66fe79acc1e1c237196f7351d87bf1b4e5920201ecd7f1b2a80ac59f7151287e70e68c402c2b1b00e961d7314e6d5cbbbae0f4ca5fda562a0f diff --git a/games-util/lutris/lutris-0.5.8.3.ebuild b/games-util/lutris/lutris-0.5.8.3.ebuild new file mode 100644 index 000..eb14c714095 --- /dev/null +++ b/games-util/lutris/lutris-0.5.8.3.ebuild @@ -0,0 +1,78 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_REQ_USE="sqlite,threads(+)" +DISTUTILS_SINGLE_IMPL="1" + +inherit distutils-r1 virtualx xdg + +DESCRIPTION="An open source gaming platform for GNU/Linux" +HOMEPAGE="https://lutris.net/"; + +if [[ ${PV} == ** ]] ; then + EGIT_REPO_URI="https://github.com/lutris/lutris.git"; + inherit git-r3 +else + SRC_URI="https://lutris.net/releases/${P/-/_}.tar.xz"; + KEYWORDS="~amd64 ~x86" + S="${WORKDIR}/${PN}" +fi + +LICENSE="GPL-3" +SLOT="0" + +RESTRICT="!test? ( test )" + +BDEPEND=" + test? ( + $(python_gen_cond_dep ' + dev-python/nose[${PYTHON_USEDEP}] + ') + ) +" +RDEPEND=" + app-arch/cabextract + app-arch/p7zip + app-arch/unzip + $(python_gen_cond_dep ' + dev-python/dbus-python[${PYTHON_USEDEP}] + dev-python/pillow[${PYTHON_USEDEP}] + dev-python/pygobject:3[${PYTHON_USEDEP}] + dev-python/python-evdev[${PYTHON_USEDEP}] + dev-python/python-magic[${PYTHON_USEDEP}] + dev-python/pyyaml[${PYTHON_USEDEP}] + dev-python/requests[${PYTHON_USEDEP}] + ') + gnome-base/gnome-desktop:3[introspection] + media-sound/fluid-soundfont + net-libs/libsoup + net-libs/webkit-gtk:4[introspection] + x11-apps/mesa-progs + x11-apps/xgamma + x11-apps/xrandr + x11-libs/gtk+:3[introspection] + x11-libs/libnotify[introspection] +" + +python_install_all() { + local DOCS=( AUTHORS README.rst docs/installers.rst ) + distutils-r1_python_install_all + python_fix_shebang "${ED}"/usr/share/lutris/bin/lutris-wrapper #740048 +} + +python_test() { + virtx nosetests -v +} + +pkg_postinst() { + xdg_pkg_postinst + + # Quote README.rst + elog "Lutris installations are fully automated through scripts, which can" + elog "be written in either JSON or YAML. The scripting syntax is described" + elog "in ${EROOT}/usr/share/doc/${PF}/installers.rst.bz2, and is also" + elog "available online at lutris.net." +}
[gentoo-commits] repo/gentoo:master commit in: games-util/lutris/
commit: 70ebfcc794343e4b3a0edc315ee09b21e3fef57b Author: Lars Wendler gentoo org> AuthorDate: Tue Feb 16 07:00:59 2021 + Commit: Lars Wendler gentoo org> CommitDate: Tue Feb 16 07:00:59 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70ebfcc7 games-util/lutris: Removed old Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Lars Wendler gentoo.org> games-util/lutris/Manifest | 2 - games-util/lutris/lutris-0.5.7.1.ebuild | 81 - games-util/lutris/lutris-0.5.8.ebuild | 78 --- 3 files changed, 161 deletions(-) diff --git a/games-util/lutris/Manifest b/games-util/lutris/Manifest index b848dd3d8ee..34940b5f080 100644 --- a/games-util/lutris/Manifest +++ b/games-util/lutris/Manifest @@ -1,4 +1,2 @@ -DIST lutris_0.5.7.1.tar.xz 2145584 BLAKE2B eb766d5e36aca63af7af8f2e85f51b4e3e37b8372b13a59702c545a0c697fa5feb1403cd9589d22c2bdff6593f69ed39e1bcb7ecb28ecc24b7a77b09ed1b2f89 SHA512 9efff4d92ae4d9051a7253324047dfa57f463188ebdbcede5feba2c0268494e8fa7929d2ef30bfe85e52824bbb9c05b1f1688b6658376597cc4cc35c26a19da3 DIST lutris_0.5.8.1.tar.xz 893328 BLAKE2B 67c66b59c3fa78af46f953b6e27fb3dd77d0e4cb0746f490716c7c074e81afa4f9c4e8c10dc6d4dab3e2b37d03254bae5eda0b777da72bc17f18dda5fd1f990a SHA512 da3b5ebf3e5dcc5011351197c5a80e8547e54df4555ea9124a8404877c5b75225cfae970819a171c55454fef73afdd927dafbf427301b71618c33660a1c8c022 DIST lutris_0.5.8.3.tar.xz 942716 BLAKE2B f831c6ad6f67c3948f07e89f9caacd0d8aa3878b912fe987afea85eea549f41347044967255fa80e4e0c4544d148d9782dfe3c5bf08a123436e8a5ef7034901f SHA512 8f653d38a9a551298fa344cde67d53bf50cfd2a0a0667e344d04f6e17dda4ef358037755975d1a7f74ecd39824d58f9586e8a82b70dccc26619f22fee94d1144 -DIST lutris_0.5.8.tar.xz 892740 BLAKE2B eaa8c71ade35392e701b3fd1d8ef2c0077e7fb7b96c3f037b5e4353d89b50b82e8a75fb2fb537e6ceeb9b6faaa5962e0ffe425f52820168b60eed742024610a4 SHA512 dcd963ff8b3c6d66fe79acc1e1c237196f7351d87bf1b4e5920201ecd7f1b2a80ac59f7151287e70e68c402c2b1b00e961d7314e6d5cbbbae0f4ca5fda562a0f diff --git a/games-util/lutris/lutris-0.5.7.1.ebuild b/games-util/lutris/lutris-0.5.7.1.ebuild deleted file mode 100644 index e6bdb8c568a..000 --- a/games-util/lutris/lutris-0.5.7.1.ebuild +++ /dev/null @@ -1,81 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{7..9} ) -PYTHON_REQ_USE="sqlite,threads(+)" -DISTUTILS_SINGLE_IMPL="1" - -inherit distutils-r1 virtualx xdg - -DESCRIPTION="An open source gaming platform for GNU/Linux" -HOMEPAGE="https://lutris.net/"; - -if [[ ${PV} == ** ]] ; then - EGIT_REPO_URI="https://github.com/lutris/lutris.git"; - inherit git-r3 -else - SRC_URI="https://lutris.net/releases/${P/-/_}.tar.xz"; - KEYWORDS="~amd64 ~x86" - S="${WORKDIR}/${PN}" -fi - -LICENSE="GPL-3" -SLOT="0" - -RESTRICT="!test? ( test )" - -BDEPEND=" - test? ( - $(python_gen_cond_dep ' - dev-python/nose[${PYTHON_USEDEP}] - ') - ) -" -RDEPEND=" - app-arch/cabextract - app-arch/p7zip - app-arch/unzip - $(python_gen_cond_dep ' - dev-python/dbus-python[${PYTHON_USEDEP}] - dev-python/pillow[${PYTHON_USEDEP}] - dev-python/pygobject:3[${PYTHON_USEDEP}] - dev-python/python-evdev[${PYTHON_USEDEP}] - dev-python/pyyaml[${PYTHON_USEDEP}] - dev-python/requests[${PYTHON_USEDEP}] - ') - gnome-base/gnome-desktop:3[introspection] - media-sound/fluid-soundfont - net-libs/libsoup - net-libs/webkit-gtk:4[introspection] - x11-apps/mesa-progs - x11-apps/xgamma - x11-apps/xrandr - x11-libs/gtk+:3[introspection] - x11-libs/libnotify[introspection] -" - -PATCHES=( - "${FILESDIR}/${PN}-0.5.7-copy_paste_fix.patch" -) - -python_install_all() { - local DOCS=( AUTHORS README.rst docs/installers.rst ) - distutils-r1_python_install_all - python_fix_shebang "${ED}"/usr/share/lutris/bin/lutris-wrapper #740048 -} - -python_test() { - virtx nosetests -v -} - -pkg_postinst() { - xdg_pkg_postinst - - # Quote README.rst - elog "Lutris installations are fully automated through scripts, which can" - elog "be written in either JSON or YAML. The scripting syntax is described" - elog "in ${EROOT}/usr/share/doc/${PF}/installers.rst.bz2, and is also" - elog "available online at lutris.net." -} diff --git a/games-util/lutris/lutris-0.5.8.ebuild b/games-util/lutris/lutris-0.5.8.ebuild deleted file mode 100644 index b736e697168..000 --- a/games-util/lutris/lutris-0.5.8.ebuild +++ /dev/null @@ -1,78 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{7..9} ) -PYTHON_REQ_
[gentoo-commits] repo/gentoo:master commit in: net-misc/whois/
commit: 01e980289d303c40fb95fe3cfcfb415c808bd150 Author: Lars Wendler gentoo org> AuthorDate: Tue Feb 16 06:55:01 2021 + Commit: Lars Wendler gentoo org> CommitDate: Tue Feb 16 06:55:17 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01e98028 net-misc/whois: Bump to version 5.5.8 Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Lars Wendler gentoo.org> net-misc/whois/Manifest | 1 + net-misc/whois/whois-5.5.8.ebuild | 77 +++ 2 files changed, 78 insertions(+) diff --git a/net-misc/whois/Manifest b/net-misc/whois/Manifest index 3b381460699..83932f068bd 100644 --- a/net-misc/whois/Manifest +++ b/net-misc/whois/Manifest @@ -1,2 +1,3 @@ DIST whois-5.5.6.tar.gz 103581 BLAKE2B 7e4aebeb440b95a278a0f0d0e51dbec2003599ee9f6e6355f29a5b043ba5cbad19310058964120142d417e6a5df86bd68d03d7ac4358be488538584c2a56740f SHA512 97a139a8e24b9a92c5597bc31e1b8d5d5bcab1ec4cc53f80cbdb7f2e5b7e54f36b3a8a8d90fd7b86452aad36adc0ba2015aaf936643b290c8a777f5f6cb27ef3 DIST whois-5.5.7.tar.gz 102666 BLAKE2B 33ead2ffdeef4ccb838eb0401cbd774837b58cbf0e9d0e079a89b1e0d29ec2303022d442c5e5bbe5c7f16099b0e1525e0d1144f0f7a6f362545d89e4990c3f8d SHA512 a0b3f1ce46dfaa165c765b8d39d33d026842c74d26aec35bbe9d6b9e12364b37065f5799913f32da04f1896c9b69a6932ad70975c91e0b51ac9d4d30679e1c2c +DIST whois-5.5.8.tar.gz 102750 BLAKE2B 87225c4472d4ac26b44f25773b5c2ec3696b8e00cf8ad48f551fcb0b1aa96b5d2b59cf09067a43f78af44caaf20bbd072c4a19f12bffee9d5566524bb21df763 SHA512 80f748f34aae9bd6053bc5c9357b7ffa8d713972486b2bf091b04378082dfe13e368de6873fc1de647527e74b07ff5a4198ff1bbd10152097341534668b5cdb7 diff --git a/net-misc/whois/whois-5.5.8.ebuild b/net-misc/whois/whois-5.5.8.ebuild new file mode 100644 index 000..4420819a3d8 --- /dev/null +++ b/net-misc/whois/whois-5.5.8.ebuild @@ -0,0 +1,77 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit toolchain-funcs + +MY_P="${P/-/_}" +DESCRIPTION="improved Whois Client" +HOMEPAGE="https://github.com/rfc1036/whois"; +if [[ "${PV}" == * ]] ; then + inherit git-r3 + EGIT_REPO_URI="https://github.com/rfc1036/whois.git"; +else + #SRC_URI="mirror://debian/pool/main/w/whois/${MY_P}.tar.xz" + SRC_URI="https://github.com/rfc1036/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux" +fi +LICENSE="GPL-2" +SLOT="0" +IUSE="iconv idn nls xcrypt" +RESTRICT="test" #59327 + +RDEPEND=" + iconv? ( virtual/libiconv ) + idn? ( net-dns/libidn2:= ) + nls? ( virtual/libintl ) + xcrypt? ( >=sys-libs/libxcrypt-4.1 ) +" +DEPEND="${RDEPEND}" +BDEPEND=" + app-arch/xz-utils + >=dev-lang/perl-5 + virtual/pkgconfig + nls? ( sys-devel/gettext )" + +PATCHES=( + "${FILESDIR}"/${PN}-4.7.2-config-file.patch + "${FILESDIR}"/${PN}-5.3.0-libidn_automagic.patch + "${FILESDIR}"/${PN}-5.5.6-libxcrypt_automagic.patch +) + +src_prepare() { + default + if use nls ; then + sed -i -e 's:#\(.*pos\):\1:' Makefile || die + else + sed -i -e '/ENABLE_NLS/s:define:undef:' config.h || die + + # don't generate po files when nls is disabled (bug #419889) + sed -i -e '/^all:/s/ pos//' \ + -e '/^install:/s/ install-pos//' Makefile || die + fi +} + +src_configure() { :; } # expected no-op + +src_compile() { + unset HAVE_ICONV HAVE_LIBIDN + use iconv && export HAVE_ICONV=1 + use idn && export HAVE_LIBIDN=1 + use xcrypt && export HAVE_XCRYPT=1 + tc-export CC + emake CFLAGS="${CFLAGS} ${CPPFLAGS}" +} + +src_install() { + emake BASEDIR="${ED}" prefix=/usr install + insinto /etc + doins whois.conf + dodoc README debian/changelog + + if [[ ${USERLAND} != "GNU" ]]; then + mv "${ED}"/usr/share/man/man1/{whois,mdwhois}.1 || die + mv "${ED}"/usr/bin/{whois,mdwhois} || die + fi +}
[gentoo-commits] repo/gentoo:master commit in: dev-ruby/oauth/
commit: 585bbe0358a31778d115945af53933b2a1d96aaf Author: Hans de Graaff gentoo org> AuthorDate: Tue Feb 16 05:57:57 2021 + Commit: Hans de Graaff gentoo org> CommitDate: Tue Feb 16 05:57:57 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=585bbe03 dev-ruby/oauth: add ruby27 Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Hans de Graaff gentoo.org> dev-ruby/oauth/oauth-0.5.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/oauth/oauth-0.5.5.ebuild b/dev-ruby/oauth/oauth-0.5.5.ebuild index 016e9a7ac23..7fdf4be49c4 100644 --- a/dev-ruby/oauth/oauth-0.5.5.ebuild +++ b/dev-ruby/oauth/oauth-0.5.5.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -USE_RUBY="ruby25 ruby26" +USE_RUBY="ruby25 ruby26 ruby27" RUBY_FAKEGEM_EXTRADOC="HISTORY README.rdoc TODO"
[gentoo-commits] repo/gentoo:master commit in: dev-ruby/rubytter/
commit: 58ddebc459bd203242f5986c010b9956c3fb079f Author: Hans de Graaff gentoo org> AuthorDate: Tue Feb 16 06:03:06 2021 + Commit: Hans de Graaff gentoo org> CommitDate: Tue Feb 16 06:03:06 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58ddebc4 dev-ruby/rubytter: EAPI=7; add ruby27 Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Hans de Graaff gentoo.org> dev-ruby/rubytter/rubytter-1.5.1-r2.ebuild | 25 + 1 file changed, 25 insertions(+) diff --git a/dev-ruby/rubytter/rubytter-1.5.1-r2.ebuild b/dev-ruby/rubytter/rubytter-1.5.1-r2.ebuild new file mode 100644 index 000..7f8529cad3d --- /dev/null +++ b/dev-ruby/rubytter/rubytter-1.5.1-r2.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +USE_RUBY="ruby25 ruby26 ruby27" + +RUBY_FAKEGEM_RECIPE_TEST="rspec" + +RUBY_FAKEGEM_EXTRADOC="History.txt README.rdoc examples/*" + +inherit ruby-fakegem + +DESCRIPTION="Rubytter is a simple twitter library" +HOMEPAGE="https://wiki.github.com/jugyo/rubytter"; + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +ruby_add_rdepend ">=dev-ruby/json-1.1.3:* >=dev-ruby/oauth-0.3.6" + +all_ruby_prepare() { + sed -i -e '/bundler/d' -e '/check_dependencies/ s:^:#:' Rakefile || die +}
[gentoo-commits] repo/gentoo:master commit in: dev-ruby/webmock/
commit: a6c9f2e6dc228b71ed44f3e19d70537255ff10b2 Author: Hans de Graaff gentoo org> AuthorDate: Tue Feb 16 05:54:26 2021 + Commit: Hans de Graaff gentoo org> CommitDate: Tue Feb 16 05:54:26 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6c9f2e6 dev-ruby/webmock: add 3.11.2 Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Hans de Graaff gentoo.org> dev-ruby/webmock/Manifest | 1 + dev-ruby/webmock/webmock-3.11.2.ebuild | 69 ++ 2 files changed, 70 insertions(+) diff --git a/dev-ruby/webmock/Manifest b/dev-ruby/webmock/Manifest index 820b5133358..4739365f000 100644 --- a/dev-ruby/webmock/Manifest +++ b/dev-ruby/webmock/Manifest @@ -1,3 +1,4 @@ DIST webmock-3.11.0.gem 125440 BLAKE2B 8c57ca5b49922a61590595cdeeb5d3306edb3be616fd8e5c68617838831537f2106664201580f645de58322f11e684dfc8404d91139eaead5810c0cb40d5dc1f SHA512 dda7318d32dd88dcd4bc1fee9d1f4644f272348b532cbb59afde2e6a1fc42f359125b28d605ff1a18edac4ed71c00aceb1c67a364c15cfa56092e226588b449c +DIST webmock-3.11.2.gem 125440 BLAKE2B a0a3bd2294ccfd5a360736edbd70fcb3a2734048dca933798502f07583f8b08a0d5aa5e25d4b0e262ada82e0bf9d1fccc28b932e0648180922db402a84f6f101 SHA512 757e2c19853b7e7a934cc308970ec4a2174df3592ed1eb1e1b7e1fce9cfb99720d826bad069f821d8271a7b5b04ec4f30009d124ae86b2a93604c1bc24f9f65d DIST webmock-3.7.6.gem 122368 BLAKE2B 9bc40971f1eec96d88217544acc67b7abfe6c0815a0696119e12fc5629b4f51e1164ecc982525d2c02fa50c7b1b09548c4831c1d597f06acde04a83227ba0dc9 SHA512 85455495476b22d94b23e34a92db3f0f8cf1aa5bb52ea6a8eb71f5f0bcbdad1edc13dff778c62806ec27850320e9f4e17f12525bbac552e5e105ee1ecd771efd DIST webmock-3.8.3.gem 122880 BLAKE2B 66371028294f3b15172d718e0fa9402ad6ed1bf7beedb0c62621ad31758d25e401af9cd982a6f29cd1161a7e4d7954f6f9df22ab2e0c44c970a0edca3c0f1304 SHA512 6c845c4ed0c82ba4bb1f32d0d87a87eb945c54e159317aa14e2238b497d38282b7e81542e78c0d68d4b8d4a08e46137de84503829b7381e6d945e45474ebb507 diff --git a/dev-ruby/webmock/webmock-3.11.2.ebuild b/dev-ruby/webmock/webmock-3.11.2.ebuild new file mode 100644 index 000..0b2512f21df --- /dev/null +++ b/dev-ruby/webmock/webmock-3.11.2.ebuild @@ -0,0 +1,69 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +USE_RUBY="ruby25 ruby26 ruby27" + +RUBY_FAKEGEM_TASK_TEST="test spec NO_CONNECTION=true" + +RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md" + +inherit ruby-fakegem + +DESCRIPTION="Allows stubbing HTTP requests and setting expectations on HTTP requests" +HOMEPAGE="https://github.com/bblimke/webmock"; + +LICENSE="GPL-2" +SLOT="3" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris ~x86-solaris" +IUSE="" + +ruby_add_rdepend " + >=dev-ruby/addressable-2.3.6 + >=dev-ruby/crack-0.3.2 + >=dev-ruby/hashdiff-0.4.0:0 +" + +ruby_add_bdepend "test? ( + dev-ruby/minitest:5 + dev-ruby/rspec:3 + >=dev-ruby/test-unit-3.0.0 + dev-ruby/rack + >=dev-ruby/httpclient-2.8.0 +)" + +all_ruby_prepare() { + # Remove bundler support + rm Gemfile || die + sed -i -e '/[Bb]undler/d' Rakefile || die + sed -i -e '/simplecov/I s:^:#:' spec/spec_helper.rb || die + sed -i -e '1igem "test-unit"' test/test_helper.rb || die + + # There is now optional support for curb and typhoeus which we don't + # have in Gentoo yet. em_http_request is available in Gentoo but its + # version is too old. patron's latest version is not compatible. + sed -i -e '/\(curb\|typhoeus\|em-http\|patron\)/ s:^:#:' spec/spec_helper.rb || die + rm -f spec/acceptance/{typhoeus,curb,excon,em_http_request,patron,async_http_client}/* || die + + # Drop tests for dev-ruby/http for now since this package only works with ruby26 + sed -i -e '/http_rb/ s:^:#:' spec/spec_helper.rb || die + rm -f spec/acceptance/http_rb/* || die + + # Avoid httpclient specs that require network access, most likely + # because mocking does not fully work. + sed -i -e '/httpclient streams response/,/^ end/ s:^:#:' \ + -e '/are detected when manually specifying Authorization header/,/^end/ s:^:#:' \ + spec/acceptance/httpclient/httpclient_spec.rb + + # Avoid specs that require network access + sed -i -e '/when request is not stubbed/,/^ end/ s:^:#:' spec/acceptance/shared/callbacks.rb +} + +each_ruby_test() { + ${RUBY} -S rake test NO_CONNECTION=true || die + ${RUBY} -S rspec-3 spec || die + + einfo "Delay to allow the test server to stop" + sleep 10 +}
[gentoo-commits] repo/gentoo:master commit in: dev-ruby/arel-helpers/
commit: 447848201455a873ad615f20890ced31edb23535 Author: Hans de Graaff gentoo org> AuthorDate: Tue Feb 16 05:45:07 2021 + Commit: Hans de Graaff gentoo org> CommitDate: Tue Feb 16 05:45:17 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44784820 dev-ruby/arel-helpers: add 2.12.0 Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Hans de Graaff gentoo.org> dev-ruby/arel-helpers/Manifest | 1 + dev-ruby/arel-helpers/arel-helpers-2.12.0.ebuild | 38 2 files changed, 39 insertions(+) diff --git a/dev-ruby/arel-helpers/Manifest b/dev-ruby/arel-helpers/Manifest index 55840b87454..d9ab3a5810f 100644 --- a/dev-ruby/arel-helpers/Manifest +++ b/dev-ruby/arel-helpers/Manifest @@ -1 +1,2 @@ DIST arel-helpers-2.11.0.gem 12800 BLAKE2B 7e7008049a87e323e6f7919e6104f8ac2bfe5d7ac096557a72a0baec35890721d83f021c62e431ec441aaa6ce7314f312f0ce8b8889da7691a4ba43f09ebbcc7 SHA512 06426cfa8b77ce875af2daddfa6cfe96339fa462718ba1ab7a0f9f759c16ace03aff4c6f0cc6c3fc165df2f55ff024f67247e652cc3cf4c39d07468ae7080445 +DIST arel-helpers-2.12.0.gem 21504 BLAKE2B f2897b70e679df8a58ace7b88204a3345a2f22bedcaf13ef27f4176a5f02a716e9c7a0b09c3d242c8bef96cc6423a513820d20b15999415d99eb3d61b3b93889 SHA512 6da9d69b49d18f70dd911a5f1cf6edb29055423b6179858ae65f8f826f9c98fae7b9d4a7d6f1365c5efe382adbaeb42f30898c2329b721941428b0a6f58b3aef diff --git a/dev-ruby/arel-helpers/arel-helpers-2.12.0.ebuild b/dev-ruby/arel-helpers/arel-helpers-2.12.0.ebuild new file mode 100644 index 000..90fe06a86ca --- /dev/null +++ b/dev-ruby/arel-helpers/arel-helpers-2.12.0.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +USE_RUBY="ruby25 ruby26 ruby27" + +RUBY_FAKEGEM_RECIPE_TEST="rspec3" + +inherit ruby-fakegem + +DESCRIPTION="Tools to help construct database queries" +HOMEPAGE="https://github.com/camertron/arel-helpers"; + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~arm ~x86" +IUSE="" + +ruby_add_rdepend "|| ( + dev-ruby/activerecord:6.1 + dev-ruby/activerecord:6.0 + dev-ruby/activerecord:5.2 + )" + +ruby_add_bdepend "test? ( + dev-ruby/rr + dev-ruby/activerecord[sqlite] + dev-ruby/bundler +)" + +all_ruby_prepare() { + sed -i -e '/pry-/ s:^:#:' spec/spec_helper.rb || die + sed -e '/rake/ s/~>/>=/' -e '/appraisal/ s:^:#:' -e '/database_cleaner/ s/1.8/1.7/' -i arel-helpers.gemspec || die +} + +each_ruby_test() { + bundle exec rspec spec || die +}
[gentoo-commits] repo/gentoo:master commit in: dev-ruby/acts_as_list/
commit: d6dbfc6c6a4fbc9b9ab42d032484fd582845d663 Author: Hans de Graaff gentoo org> AuthorDate: Tue Feb 16 05:35:53 2021 + Commit: Hans de Graaff gentoo org> CommitDate: Tue Feb 16 05:45:17 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6dbfc6c dev-ruby/acts_as_list: add 1.0.3 Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Hans de Graaff gentoo.org> dev-ruby/acts_as_list/Manifest | 1 + dev-ruby/acts_as_list/acts_as_list-1.0.3.ebuild | 37 + 2 files changed, 38 insertions(+) diff --git a/dev-ruby/acts_as_list/Manifest b/dev-ruby/acts_as_list/Manifest index dba70345d04..1e42db6fada 100644 --- a/dev-ruby/acts_as_list/Manifest +++ b/dev-ruby/acts_as_list/Manifest @@ -1 +1,2 @@ DIST acts_as_list-1.0.1.gem 39424 BLAKE2B 278705cd57bf3fcf2d1d9e2f4ad8757c9842f768bc36470e5b9a2f52f0d695f4c7bbab71200dde8e1fb099840495ea5a6ad131d1a213b8389dce49e08240eb3a SHA512 15a0cd7e6c89ba6ed218c5e866b15c33ae64f5ed1587de67ec6ea20480fa622ec32f3131e714ff0d5196189a46d5d745ff5de026c451a485ebb735df73ef9ce5 +DIST acts_as_list-1.0.3.gem 40448 BLAKE2B dd847fc30b374d2d0087fcdef95aabbcf0b5237597ec908c422708519fb3a39892a419a0acb5e33751005f64bf5c30ea76927e17b77a7970764009c19ef83663 SHA512 efcfb79cb09543867d6938766c39c4a89de09f957c1d37a716e41c895dbea8d324c40f17952d878cc97a2a449fb01f24823109978bf4901771ddfdb4929f6ee4 diff --git a/dev-ruby/acts_as_list/acts_as_list-1.0.3.ebuild b/dev-ruby/acts_as_list/acts_as_list-1.0.3.ebuild new file mode 100644 index 000..600bb27fcc3 --- /dev/null +++ b/dev-ruby/acts_as_list/acts_as_list-1.0.3.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +USE_RUBY="ruby25 ruby26 ruby27" + +inherit ruby-fakegem + +RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md" +RUBY_FAKEGEM_EXTRAINSTALL="init.rb" + +RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec" + +DESCRIPTION="Capabilities for sorting and reordering a number of objects in a list" +HOMEPAGE="https://github.com/swanandp/acts_as_list"; + +LICENSE="MIT" +SLOT="3" +KEYWORDS="~amd64" +IUSE="" + +ruby_add_rdepend ">=dev-ruby/activerecord-4.2:*" + +ruby_add_bdepend " + test? ( + dev-ruby/mocha + dev-ruby/test-unit:2 + dev-ruby/activerecord[sqlite] + )" + +all_ruby_prepare() { + rm Gemfile || die + sed -i -e '/[Bb]undler/d' Rakefile || die + sed -i -e '/bundler/,/^end/ s:^:#:' test/helper.rb || die + sed -i -e '/git ls/d' ${RUBY_FAKEGEM_GEMSPEC} || die + sed -i -e '/github_changelog/,$ s:^:#:' Rakefile || die +}
[gentoo-commits] repo/gentoo:master commit in: sys-block/tgt/
commit: a791c733be2a68ef79899fee630ee7e769fcd670 Author: Matthew Thode gentoo org> AuthorDate: Tue Feb 16 03:08:10 2021 + Commit: Matthew Thode gentoo org> CommitDate: Tue Feb 16 03:08:31 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a791c733 sys-block/tgt: fix S dir for new sources (and fix manifest) Closes: https://bugs.gentoo.org/770772 Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Matthew Thode gentoo.org> sys-block/tgt/Manifest | 2 +- sys-block/tgt/tgt-1.0.80.ebuild | 4 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/sys-block/tgt/Manifest b/sys-block/tgt/Manifest index d0c3b0bc637..4895093e57e 100644 --- a/sys-block/tgt/Manifest +++ b/sys-block/tgt/Manifest @@ -1,2 +1,2 @@ DIST tgt-1.0.79.tar.gz 297898 BLAKE2B d0f18dac863d6983a00eb9513bcbe17b5cbed76fad998af74b65311c1ace6f281bfb1bf639713e10124a520ad3916ef79ca0a81cef97b5ef678c25cfa9a71eaa SHA512 d71b0a08bd1cdc717e22c4dd0a229e84bd19e02e01037231ee80d9ab24848bc7274050e1ffe7d9a3d50149c892ed1e6ea382e54dacc341650f4534629116be07 -DIST tgt-1.0.80.tar.gz 298354 BLAKE2B 5a70cf4901967fe66a351b7f5fd209b11508581ad770dab13965055f3d592c9ae1d7813597f306883bc3f1346a8b8b43916dcddae9e4c38012946d08c252c9ac SHA512 eb32542f652b22cdb28083cc92015ca218c4af0730765ee2a00f6b14dd7da0546fc4017d103f212a684d8e08100e6e565ef52fe403ea407f764aaea3019602b8 +DIST tgt-1.0.80.tar.gz 298256 BLAKE2B 3a678730b3c492832b96e160e9672354aa32a3cc463e2845b1b475c238172b99c1706d3d387697c199c4f3004d8b2c4230d17bd356ce9103028525f8007c89a9 SHA512 6e48013a7da527799f25dc224bb261f7c5cf0aa3893bc337b9f4878a45d116be701a373c533ab6fa79771ccd633501c83b48084828bf6167af72e35795bb1c4f diff --git a/sys-block/tgt/tgt-1.0.80.ebuild b/sys-block/tgt/tgt-1.0.80.ebuild index 180742932ac..56d41db46e3 100644 --- a/sys-block/tgt/tgt-1.0.80.ebuild +++ b/sys-block/tgt/tgt-1.0.80.ebuild @@ -4,8 +4,6 @@ EAPI=7 inherit toolchain-funcs systemd -MY_TREE="6bd8382" - DESCRIPTION="Linux SCSI target framework (tgt)" HOMEPAGE="http://stgt.sourceforge.net"; SRC_URI="https://github.com/fujita/tgt/archive/v${PV}.tar.gz -> ${P}.tar.gz" @@ -28,8 +26,6 @@ RDEPEND="${DEPEND} dev-libs/libaio sys-apps/sg3_utils" -S=${WORKDIR}/fujita-tgt-${MY_TREE} - pkg_setup() { tc-export CC }
[gentoo-commits] repo/gentoo:master commit in: app-admin/sshguard/
commit: f44f9ac34cb7b0d7929765834916195d6e6ba554 Author: Yixun Lan gentoo org> AuthorDate: Tue Feb 16 02:36:54 2021 + Commit: Yixun Lan gentoo org> CommitDate: Tue Feb 16 02:36:54 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f44f9ac3 app-admin/sshguard: amd64 stable tested on amd64/systemd profile Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Yixun Lan gentoo.org> app-admin/sshguard/sshguard-2.4.1-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-admin/sshguard/sshguard-2.4.1-r1.ebuild b/app-admin/sshguard/sshguard-2.4.1-r1.ebuild index ee4653a215e..ac8eb27187e 100644 --- a/app-admin/sshguard/sshguard-2.4.1-r1.ebuild +++ b/app-admin/sshguard/sshguard-2.4.1-r1.ebuild @@ -12,7 +12,7 @@ if [[ "${PV}" == 9 ]] ; then EGIT_REPO_URI="https://bitbucket.org/${PN}/${PN}"; else SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 ~arm ~arm64 ~x86" fi LICENSE="BSD"
[gentoo-commits] proj/x11:master commit in: x11-libs/libXxf86dga/, x11-libs/libFS/, x11-drivers/xf86-input-mouse/, ...
commit: 308a1716b7915e524a73298e0751d7ab4bf8d76f Author: Matt Turner gentoo org> AuthorDate: Tue Feb 16 02:31:57 2021 + Commit: Matt Turner gentoo org> CommitDate: Tue Feb 16 02:31:57 2021 + URL:https://gitweb.gentoo.org/proj/x11.git/commit/?id=308a1716 Remove unmaintained cruft Lots of xorg-2 / EAPI=5 stuff. Signed-off-by: Matt Turner gentoo.org> dev-libs/libevdev/libevdev-.ebuild | 25 - dev-libs/libevdev/metadata.xml | 5 - profiles/package.mask | 77 --- profiles/updates/1Q-2012 | 1 - x11-apps/mkfontdir/mkfontdir-.ebuild | 14 --- x11-apps/mkfontscale/metadata.xml | 5 - x11-apps/mkfontscale/mkfontscale-.ebuild | 24 - x11-apps/smproxy/smproxy-.ebuild | 15 --- x11-apps/x11perf/x11perf-.ebuild | 18 x11-apps/xcursorgen/xcursorgen-.ebuild | 16 --- x11-apps/xdriinfo/metadata.xml | 6 -- x11-apps/xdriinfo/xdriinfo-.ebuild | 21 x11-apps/xev/xev-.ebuild | 17 x11-apps/xinit/files/00-xhost | 7 -- x11-apps/xinit/files/Xsession | 107 - x11-apps/xinit/files/Xsession.desktop | 9 -- x11-apps/xinit/files/chooser.sh| 52 -- x11-apps/xinit/files/startDM.sh| 31 -- .../files/xinit-1.3.3-gentoo-customizations.patch | 61 x11-apps/xinit/files/xserverrc.1 | 6 -- x11-apps/xinit/metadata.xml| 11 --- x11-apps/xinit/xinit-.ebuild | 67 - x11-apps/xinput/metadata.xml | 5 - x11-apps/xinput/xinput-.ebuild | 19 x11-apps/xkbevd/xkbevd-.ebuild | 17 x11-apps/xkbutils/xkbutils-.ebuild | 19 x11-apps/xman/xman-.ebuild | 17 x11-apps/xrandr/metadata.xml | 5 - x11-apps/xrandr/xrandr-.ebuild | 22 - x11-apps/xwininfo/metadata.xml | 5 - x11-apps/xwininfo/xwininfo-.ebuild | 26 - x11-drivers/xf86-input-evdev/metadata.xml | 9 -- .../xf86-input-evdev/xf86-input-evdev-.ebuild | 24 - x11-drivers/xf86-input-joystick/metadata.xml | 9 -- .../xf86-input-joystick-.ebuild| 14 --- x11-drivers/xf86-input-keyboard/metadata.xml | 9 -- .../xf86-input-keyboard-.ebuild| 14 --- x11-drivers/xf86-input-mouse/metadata.xml | 5 - .../xf86-input-mouse/xf86-input-mouse-.ebuild | 14 --- .../xf86-input-plpevtch-0.5.0.ebuild | 24 - x11-drivers/xf86-input-synaptics/metadata.xml | 18 .../xf86-input-synaptics-.ebuild | 38 x11-drivers/xf86-input-wacom/metadata.xml | 10 -- .../xf86-input-wacom/xf86-input-wacom-.ebuild | 59 .../xf86-video-glint/xf86-video-glint-.ebuild | 15 --- x11-drivers/xf86-video-nouveau/metadata.xml| 5 - .../xf86-video-nouveau-.ebuild | 19 .../xf86-video-vmware-.ebuild | 16 --- x11-libs/libFS/libFS-.ebuild | 23 - x11-libs/libFS/metadata.xml| 5 - x11-libs/libICE/libICE-.ebuild | 29 -- x11-libs/libICE/metadata.xml | 5 - x11-libs/libSM/libSM-.ebuild | 58 --- x11-libs/libSM/metadata.xml| 10 -- .../libX11/files/libX11-1.1.4-aix-pthread.patch| 11 --- x11-libs/libX11/files/libX11-1.1.5-solaris.patch | 13 --- .../libX11/files/libX11-1.1.5-winnt-private.patch | 13 --- x11-libs/libX11/libX11-.ebuild | 58 --- x11-libs/libX11/metadata.xml | 5 - x11-libs/libXScrnSaver/libXScrnSaver-.ebuild | 17 x11-libs/libXTrap/libXTrap-.ebuild | 17 x11-libs/libXamine/libXamine-.ebuild | 18 x11-libs/libXau/libXau-.ebuild | 16 --- x11-libs/libXaw/libXaw-.ebuild | 33 --- x11-libs/libXaw/metadata.xml | 8 -- x11-libs/libXaw3d/libXaw3d-.ebuild | 31 -- x11-libs/libXaw3d/metadata.xml | 5 - x11-libs/libXcomposite/libXcomposite-.ebuild | 27 -- x11-libs/libXcomposite/metadata.xml| 5 - x11-libs/libXcursor/libXcursor-.ebuild | 23 - x11-libs/libXcursor/metadata.xml | 5 - x11-libs/libXdamage/libXdamage-.ebuild | 19 x11-libs/libXdmcp/libXdmcp-.ebuild |
[gentoo-commits] proj/x11:master commit in: app-benchmarks/glmark2/files/, app-benchmarks/glmark2/
commit: 2c59152249ccc83c4e200cc57b177a44331139dd Author: Marty E. Plummer startmail com> AuthorDate: Sun Jun 28 17:49:32 2020 + Commit: Matt Turner gentoo org> CommitDate: Tue Feb 16 02:18:00 2021 + URL:https://gitweb.gentoo.org/proj/x11.git/commit/?id=2c591522 app-benchmarks/glmark2: update to 2020.04 Satisfy some trivial repoman warnings as well. Closes: https://github.com/gentoo/x11/pull/3 Signed-off-by: Signed-off-by: Marty E. Plummer startmail.com> Signed-off-by: Matt Turner gentoo.org> ...020.04-Build-Fix-Python-3-incompatibility.patch | 25 ++ app-benchmarks/glmark2/glmark2-2012.12_p285.ebuild | 5 ++--- app-benchmarks/glmark2/glmark2-2014.03.ebuild | 5 ++--- ...mark2-2014.03.ebuild => glmark2-2020.04.ebuild} | 19 app-benchmarks/glmark2/metadata.xml| 24 +++-- 5 files changed, 52 insertions(+), 26 deletions(-) diff --git a/app-benchmarks/glmark2/files/glmark2-2020.04-Build-Fix-Python-3-incompatibility.patch b/app-benchmarks/glmark2/files/glmark2-2020.04-Build-Fix-Python-3-incompatibility.patch new file mode 100644 index ..ca13bb8b --- /dev/null +++ b/app-benchmarks/glmark2/files/glmark2-2020.04-Build-Fix-Python-3-incompatibility.patch @@ -0,0 +1,25 @@ +From 06e4728ba7312efa0fd595e30745e60ce88f1a4f Mon Sep 17 00:00:00 2001 +From: Marvin Schmidt +Date: Sun, 3 May 2020 18:20:05 +0200 +Subject: [PATCH] Build: Fix Python 3 incompatibility + +--- + wscript | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/wscript b/wscript +index aefde70..e09fa78 100644 +--- a/wscript b/wscript +@@ -20,7 +20,7 @@ FLAVORS = { + 'x11-gl' : 'glmark2', + 'x11-glesv2' : 'glmark2-es2', + } +-FLAVORS_STR = ", ".join(sorted(FLAVORS.keys() + ['all-linux', 'all-win32'])) ++FLAVORS_STR = ", ".join(sorted(list(FLAVORS) + ['all-linux', 'all-win32'])) + + def linux_flavors(): + return [f for f in FLAVORS.keys() if not f.startswith('win32')] +-- +2.27.0 + diff --git a/app-benchmarks/glmark2/glmark2-2012.12_p285.ebuild b/app-benchmarks/glmark2/glmark2-2012.12_p285.ebuild index bfa50a43..ce4a9ced 100644 --- a/app-benchmarks/glmark2/glmark2-2012.12_p285.ebuild +++ b/app-benchmarks/glmark2/glmark2-2012.12_p285.ebuild @@ -1,6 +1,5 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -# $Id$ EAPI=5 @@ -15,7 +14,7 @@ SRC_URI="http://bazaar.launchpad.net/~glmark2-dev/glmark2/trunk/tarball/${REV} - LICENSE="GPL-3" SLOT="0" -KEYWORDS="~arm ~amd64 ~x86" +KEYWORDS="~amd64 ~arm ~x86" IUSE="drm +gles2 opengl wayland X" RDEPEND="media-libs/libpng diff --git a/app-benchmarks/glmark2/glmark2-2014.03.ebuild b/app-benchmarks/glmark2/glmark2-2014.03.ebuild index 4d47a987..19c7b21c 100644 --- a/app-benchmarks/glmark2/glmark2-2014.03.ebuild +++ b/app-benchmarks/glmark2/glmark2-2014.03.ebuild @@ -1,6 +1,5 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -# $Id$ EAPI=5 @@ -15,7 +14,7 @@ SRC_URI="https://launchpad.net/${PN}/trunk/${PV}/+download/${P}.tar.gz"; LICENSE="GPL-3" SLOT="0" -KEYWORDS="~arm ~amd64 ~x86" +KEYWORDS="~amd64 ~arm ~x86" IUSE="drm gles2 +opengl wayland X" RDEPEND="media-libs/libpng diff --git a/app-benchmarks/glmark2/glmark2-2014.03.ebuild b/app-benchmarks/glmark2/glmark2-2020.04.ebuild similarity index 74% copy from app-benchmarks/glmark2/glmark2-2014.03.ebuild copy to app-benchmarks/glmark2/glmark2-2020.04.ebuild index 4d47a987..230109a4 100644 --- a/app-benchmarks/glmark2/glmark2-2014.03.ebuild +++ b/app-benchmarks/glmark2/glmark2-2020.04.ebuild @@ -1,21 +1,20 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -# $Id$ -EAPI=5 +EAPI=6 -PYTHON_COMPAT=( python2_7 ) +PYTHON_COMPAT=( python3_{7,8,9} ) inherit waf-utils python-single-r1 REV=${PV#*_p} DESCRIPTION="Opengl test suite" HOMEPAGE="https://launchpad.net/glmark2"; -SRC_URI="https://launchpad.net/${PN}/trunk/${PV}/+download/${P}.tar.gz"; +SRC_URI="https://github.com/glmark2/glmark2/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-3" SLOT="0" -KEYWORDS="~arm ~amd64 ~x86" +KEYWORDS="~amd64 ~arm ~x86" IUSE="drm gles2 +opengl wayland X" RDEPEND="media-libs/libpng @@ -28,11 +27,13 @@ DEPEND="${RDEPEND} REQUIRED_USE="|| ( opengl gles2 ) || ( drm wayland X )" +PATCHES=( + "${FILESDIR}/${PN}"-2020.04-Build-Fix-Python-3-incompatibility.patch +) + src_prepare() { + default rm -rf "${S}/src/libpng" - sed -i "s/libpng15/libpng/g" "${S}/wscript" # allow build with >= libpng:1.6 - sed -i "/req_funcs/ s/,..sqrt.*\]/\]/" "${S}/wscript" # sqrt patch - sed -i "s/-Werror//" "${S}/wscript" } src_configure() { diff --git
[gentoo-commits] proj/x11:master commit in: app-benchmarks/glmark2/
commit: acf64d44f89f2e8a4cd77f069be558fc1a04e589 Author: Matt Turner gentoo org> AuthorDate: Tue Feb 16 02:19:47 2021 + Commit: Matt Turner gentoo org> CommitDate: Tue Feb 16 02:20:05 2021 + URL:https://gitweb.gentoo.org/proj/x11.git/commit/?id=acf64d44 app-benchmarks/glmark2: Drop old versions Signed-off-by: Matt Turner gentoo.org> app-benchmarks/glmark2/glmark2-2012.12_p285.ebuild | 64 -- app-benchmarks/glmark2/glmark2-2014.03.ebuild | 64 -- 2 files changed, 128 deletions(-) diff --git a/app-benchmarks/glmark2/glmark2-2012.12_p285.ebuild b/app-benchmarks/glmark2/glmark2-2012.12_p285.ebuild deleted file mode 100644 index ce4a9ced.. --- a/app-benchmarks/glmark2/glmark2-2012.12_p285.ebuild +++ /dev/null @@ -1,64 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python{2_6,2_7} ) -inherit waf-utils python-single-r1 - -REV=${PV#*_p} - -DESCRIPTION="Opengl test suite" -HOMEPAGE="https://launchpad.net/glmark2"; -SRC_URI="http://bazaar.launchpad.net/~glmark2-dev/glmark2/trunk/tarball/${REV} -> ${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~arm ~x86" -IUSE="drm +gles2 opengl wayland X" - -RDEPEND="media-libs/libpng - media-libs/mesa[gles2?] - X? ( x11-libs/libX11 ) - wayland? ( >=dev-libs/wayland-1.2 )" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -REQUIRED_USE="|| ( opengl gles2 ) - || ( drm wayland X )" - -S="${WORKDIR}/~${PN}-dev/${PN}/trunk/" - -src_prepare() { - rm -rf "${S}/src/libpng" - sed -i "s/libpng15/libpng/g" "${S}/wscript" # allow build with >= libpng:1.6 -} - -src_configure() { - : ${WAF_BINARY:="${S}/waf"} - - local myconf - - if use X; then - use opengl && myconf+="x11-gl" - use gles2 && myconf+=",x11-glesv2" - fi - - if use drm; then - use opengl && myconf+=",drm-gl" - use gles2 && myconf+=",drm-glesv2" - fi - - if use wayland; then - use opengl && myconf+=",wayland-gl" - use gles2 && myconf+=",wayland-glesv2" - - fi - myconf=${myconf#,} - - # it does not know --libdir specification, dandy huh - CCFLAGS="${CFLAGS}" LINKFLAGS="${LDFLAGS}" "${WAF_BINARY}" \ - --prefix=/usr \ - --with-flavors ${myconf} \ - configure || die "configure failed" -} diff --git a/app-benchmarks/glmark2/glmark2-2014.03.ebuild b/app-benchmarks/glmark2/glmark2-2014.03.ebuild deleted file mode 100644 index 19c7b21c.. --- a/app-benchmarks/glmark2/glmark2-2014.03.ebuild +++ /dev/null @@ -1,64 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python2_7 ) -inherit waf-utils python-single-r1 - -REV=${PV#*_p} - -DESCRIPTION="Opengl test suite" -HOMEPAGE="https://launchpad.net/glmark2"; -SRC_URI="https://launchpad.net/${PN}/trunk/${PV}/+download/${P}.tar.gz"; - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~arm ~x86" -IUSE="drm gles2 +opengl wayland X" - -RDEPEND="media-libs/libpng - media-libs/mesa[gles2?] - X? ( x11-libs/libX11 ) - wayland? ( >=dev-libs/wayland-1.2 )" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -REQUIRED_USE="|| ( opengl gles2 ) - || ( drm wayland X )" - -src_prepare() { - rm -rf "${S}/src/libpng" - sed -i "s/libpng15/libpng/g" "${S}/wscript" # allow build with >= libpng:1.6 - sed -i "/req_funcs/ s/,..sqrt.*\]/\]/" "${S}/wscript" # sqrt patch - sed -i "s/-Werror//" "${S}/wscript" -} - -src_configure() { - : ${WAF_BINARY:="${S}/waf"} - - local myconf - - if use X; then - use opengl && myconf+="x11-gl" - use gles2 && myconf+=",x11-glesv2" - fi - - if use drm; then - use opengl && myconf+=",drm-gl" - use gles2 && myconf+=",drm-glesv2" - fi - - if use wayland; then - use opengl && myconf+=",wayland-gl" - use gles2 && myconf+=",wayland-glesv2" - - fi - myconf=${myconf#,} - - # it does not know --libdir specification, dandy huh - CCFLAGS="${CFLAGS}" LINKFLAGS="${LDFLAGS}" "${WAF_BINARY}" \ - --prefix=/usr \ - --with-flavors ${myconf} \ - configure || die "configure failed" -}
[gentoo-commits] repo/gentoo:master commit in: acct-group/sobby/
commit: 4f46a157dcb02d4a1bebc5b61314929435f354f1 Author: David Michael gmail com> AuthorDate: Tue Feb 9 17:29:20 2021 + Commit: Matt Turner gentoo org> CommitDate: Tue Feb 16 01:25:30 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f46a157 acct-group/sobby: new package Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: David Michael gmail.com> Signed-off-by: Matt Turner gentoo.org> acct-group/sobby/metadata.xml | 5 + acct-group/sobby/sobby-0.ebuild | 8 2 files changed, 13 insertions(+) diff --git a/acct-group/sobby/metadata.xml b/acct-group/sobby/metadata.xml new file mode 100644 index 000..7a38bb90096 --- /dev/null +++ b/acct-group/sobby/metadata.xml @@ -0,0 +1,5 @@ + +http://www.gentoo.org/dtd/metadata.dtd";> + + + diff --git a/acct-group/sobby/sobby-0.ebuild b/acct-group/sobby/sobby-0.ebuild new file mode 100644 index 000..0f95a3ce646 --- /dev/null +++ b/acct-group/sobby/sobby-0.ebuild @@ -0,0 +1,8 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit acct-group + +ACCT_GROUP_ID=322
[gentoo-commits] repo/gentoo:master commit in: app-editors/amyedit/
commit: fb1edabafb228bb7c94ae75804963a9cea26e671 Author: David Michael gmail com> AuthorDate: Sat Feb 6 22:34:56 2021 + Commit: Matt Turner gentoo org> CommitDate: Tue Feb 16 01:25:32 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb1edaba app-editors/amyedit: Specify the libsigc++ slot Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: David Michael gmail.com> Signed-off-by: Matt Turner gentoo.org> app-editors/amyedit/{amyedit-1.0-r2.ebuild => amyedit-1.0-r3.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-editors/amyedit/amyedit-1.0-r2.ebuild b/app-editors/amyedit/amyedit-1.0-r3.ebuild similarity index 92% rename from app-editors/amyedit/amyedit-1.0-r2.ebuild rename to app-editors/amyedit/amyedit-1.0-r3.ebuild index 91c331ece32..5a41b9a271c 100644 --- a/app-editors/amyedit/amyedit-1.0-r2.ebuild +++ b/app-editors/amyedit/amyedit-1.0-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -13,7 +13,7 @@ KEYWORDS="amd64 ppc x86" IUSE="" RDEPEND=">=dev-cpp/gtkmm-2.6:2.4 >=dev-cpp/glibmm-2.14:2 - >=dev-libs/libsigc++-2.2 + >=dev-libs/libsigc++-2.2:2 x11-libs/gtksourceview:2.0 dev-cpp/gtksourceviewmm:2.0 app-text/aspell"
[gentoo-commits] repo/gentoo:master commit in: net-im/centerim/
commit: b70d0c4769e8cf02f64c2aae8b5023708a5ac5df Author: David Michael gmail com> AuthorDate: Sat Feb 6 22:31:05 2021 + Commit: Matt Turner gentoo org> CommitDate: Tue Feb 16 01:25:30 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b70d0c47 net-im/centerim: Specify the libsigc++ slot Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: David Michael gmail.com> Signed-off-by: Matt Turner gentoo.org> net-im/centerim/{centerim-5.0.1.ebuild => centerim-5.0.1-r1.ebuild} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/net-im/centerim/centerim-5.0.1.ebuild b/net-im/centerim/centerim-5.0.1-r1.ebuild similarity index 80% rename from net-im/centerim/centerim-5.0.1.ebuild rename to net-im/centerim/centerim-5.0.1-r1.ebuild index 1237f60626b..9645e450a65 100644 --- a/net-im/centerim/centerim-5.0.1.ebuild +++ b/net-im/centerim/centerim-5.0.1-r1.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="6" MY_P="${PN}5-${PV/_}" -DESCRIPTION="CenterIM is a ncurses ICQ/Yahoo!/AIM/IRC/MSN/Jabber/GaduGadu/RSS/LiveJournal Client" +DESCRIPTION="Ncurses ICQ/Yahoo!/AIM/IRC/MSN/Jabber/GaduGadu/RSS/LiveJournal client" SRC_URI="http://www.centerim.org/download/cim5/${MY_P}.tar.gz"; HOMEPAGE="http://www.centerim.org/"; SLOT="0" @@ -16,7 +16,7 @@ IUSE="debug nls" DEPEND=">=sys-libs/ncurses-5.2:= >=net-im/pidgin-2.7.0 >=dev-libs/glib-2.16.0 - >=dev-libs/libsigc++-2.2.0" + >=dev-libs/libsigc++-2.2.0:2" RDEPEND="${DEPEND} nls? ( sys-devel/gettext )" DEPEND="${DEPEND}
[gentoo-commits] repo/gentoo:master commit in: acct-user/sobby/
commit: 460bacf7cc88459e6a564f5031511e6297d62010 Author: David Michael gmail com> AuthorDate: Tue Feb 9 17:29:45 2021 + Commit: Matt Turner gentoo org> CommitDate: Tue Feb 16 01:25:31 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=460bacf7 acct-user/sobby: new package Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: David Michael gmail.com> Signed-off-by: Matt Turner gentoo.org> acct-user/sobby/metadata.xml | 5 + acct-user/sobby/sobby-0.ebuild | 14 ++ 2 files changed, 19 insertions(+) diff --git a/acct-user/sobby/metadata.xml b/acct-user/sobby/metadata.xml new file mode 100644 index 000..7a38bb90096 --- /dev/null +++ b/acct-user/sobby/metadata.xml @@ -0,0 +1,5 @@ + +http://www.gentoo.org/dtd/metadata.dtd";> + + + diff --git a/acct-user/sobby/sobby-0.ebuild b/acct-user/sobby/sobby-0.ebuild new file mode 100644 index 000..e3bb30a78d1 --- /dev/null +++ b/acct-user/sobby/sobby-0.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit acct-user + +DESCRIPTION="User for running sobby" +ACCT_USER_ID=322 +ACCT_USER_GROUPS=( sobby ) +ACCT_USER_HOME=/var/lib/sobby +ACCT_USER_HOME_PERMS=0700 + +acct-user_add_deps
[gentoo-commits] repo/gentoo:master commit in: media-sound/pulseeffects/
commit: 78b1c4716799f344c8acaba5e63808a257430733 Author: David Michael gmail com> AuthorDate: Sat Feb 6 22:28:50 2021 + Commit: Matt Turner gentoo org> CommitDate: Tue Feb 16 01:25:29 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78b1c471 media-sound/pulseeffects: Specify the glibmm slot Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: David Michael gmail.com> Signed-off-by: Matt Turner gentoo.org> .../{pulseeffects-4.7.2-r1.ebuild => pulseeffects-4.7.2-r2.ebuild}| 4 ++-- .../{pulseeffects-4.8.4.ebuild => pulseeffects-4.8.4-r1.ebuild} | 4 ++-- .../{pulseeffects-5.0.0.ebuild => pulseeffects-5.0.0-r1.ebuild} | 2 +- media-sound/pulseeffects/pulseeffects-.ebuild | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/media-sound/pulseeffects/pulseeffects-4.7.2-r1.ebuild b/media-sound/pulseeffects/pulseeffects-4.7.2-r2.ebuild similarity index 96% rename from media-sound/pulseeffects/pulseeffects-4.7.2-r1.ebuild rename to media-sound/pulseeffects/pulseeffects-4.7.2-r2.ebuild index b12d12b7438..6f046476075 100644 --- a/media-sound/pulseeffects/pulseeffects-4.7.2-r1.ebuild +++ b/media-sound/pulseeffects/pulseeffects-4.7.2-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -24,7 +24,7 @@ IUSE="bs2b calf mda-lv2 rubberband" #TODO: optional : lilv, zam-plugins (check from archlinux pkg) RDEPEND=" >=dev-libs/boost-1.41:= - >=dev-cpp/glibmm-2.56.0 + >=dev-cpp/glibmm-2.56.0:2 >=dev-cpp/gtkmm-3.20:3.0 >=dev-libs/glib-2.56:2 >=dev-libs/libsigc++-2.10:2 diff --git a/media-sound/pulseeffects/pulseeffects-4.8.4.ebuild b/media-sound/pulseeffects/pulseeffects-4.8.4-r1.ebuild similarity index 96% rename from media-sound/pulseeffects/pulseeffects-4.8.4.ebuild rename to media-sound/pulseeffects/pulseeffects-4.8.4-r1.ebuild index 2da1d6c26e6..42ea432b44d 100644 --- a/media-sound/pulseeffects/pulseeffects-4.8.4.ebuild +++ b/media-sound/pulseeffects/pulseeffects-4.8.4-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -24,7 +24,7 @@ IUSE="bs2b calf rubberband" #TODO: optional : lilv, zam-plugins (check from archlinux pkg) RDEPEND=" >=dev-libs/boost-1.41:= - >=dev-cpp/glibmm-2.56.0 + >=dev-cpp/glibmm-2.56.0:2 >=dev-cpp/gtkmm-3.24:3.0 >=dev-libs/glib-2.56:2 >=dev-libs/libsigc++-2.10:2 diff --git a/media-sound/pulseeffects/pulseeffects-5.0.0.ebuild b/media-sound/pulseeffects/pulseeffects-5.0.0-r1.ebuild similarity index 98% rename from media-sound/pulseeffects/pulseeffects-5.0.0.ebuild rename to media-sound/pulseeffects/pulseeffects-5.0.0-r1.ebuild index 434a705868e..8915be106aa 100644 --- a/media-sound/pulseeffects/pulseeffects-5.0.0.ebuild +++ b/media-sound/pulseeffects/pulseeffects-5.0.0-r1.ebuild @@ -24,7 +24,7 @@ IUSE="bs2b calf rubberband" #TODO: optional : lilv, zam-plugins (check from archlinux pkg) RDEPEND=" >=dev-libs/boost-1.41:= - >=dev-cpp/glibmm-2.56.0 + >=dev-cpp/glibmm-2.56.0:2 >=dev-cpp/gtkmm-3.24:3.0 >=dev-libs/glib-2.56:2 >=dev-libs/libsigc++-2.10:2 diff --git a/media-sound/pulseeffects/pulseeffects-.ebuild b/media-sound/pulseeffects/pulseeffects-.ebuild index 434a705868e..8915be106aa 100644 --- a/media-sound/pulseeffects/pulseeffects-.ebuild +++ b/media-sound/pulseeffects/pulseeffects-.ebuild @@ -24,7 +24,7 @@ IUSE="bs2b calf rubberband" #TODO: optional : lilv, zam-plugins (check from archlinux pkg) RDEPEND=" >=dev-libs/boost-1.41:= - >=dev-cpp/glibmm-2.56.0 + >=dev-cpp/glibmm-2.56.0:2 >=dev-cpp/gtkmm-3.24:3.0 >=dev-libs/glib-2.56:2 >=dev-libs/libsigc++-2.10:2
[gentoo-commits] repo/gentoo:master commit in: media-video/subtitleeditor/
commit: 387251e41b9680553783ede8d331849ed3034c30 Author: David Michael gmail com> AuthorDate: Sat Feb 6 22:30:01 2021 + Commit: Matt Turner gentoo org> CommitDate: Tue Feb 16 01:25:29 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=387251e4 media-video/subtitleeditor: Specify the cairomm slot Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: David Michael gmail.com> Signed-off-by: Matt Turner gentoo.org> .../{subtitleeditor-0.54.0.ebuild => subtitleeditor-0.54.0-r1.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-video/subtitleeditor/subtitleeditor-0.54.0.ebuild b/media-video/subtitleeditor/subtitleeditor-0.54.0-r1.ebuild similarity index 95% rename from media-video/subtitleeditor/subtitleeditor-0.54.0.ebuild rename to media-video/subtitleeditor/subtitleeditor-0.54.0-r1.ebuild index 80b462e5b9b..83ce58f4ad7 100644 --- a/media-video/subtitleeditor/subtitleeditor-0.54.0.ebuild +++ b/media-video/subtitleeditor/subtitleeditor-0.54.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -19,7 +19,7 @@ IUSE="debug nls" RDEPEND=" >=app-text/enchant-1.4:0 app-text/iso-codes - >=dev-cpp/cairomm-1.12 + >=dev-cpp/cairomm-1.12:0 >=dev-cpp/glibmm-2.46:2 >=dev-cpp/gtkmm-3.18:3.0 >=dev-cpp/gstreamermm-1.0:1.0=
[gentoo-commits] repo/gentoo:master commit in: net-misc/sobby/
commit: a217b04cf9b9a68e2ef750557a304a0ebc0d215d Author: David Michael gmail com> AuthorDate: Sat Feb 6 22:33:40 2021 + Commit: Matt Turner gentoo org> CommitDate: Tue Feb 16 01:25:32 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a217b04c net-misc/sobby: Specify the glibmm+libsigc++ slots, EAPI 7, GLEP 81 Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: David Michael gmail.com> Signed-off-by: Matt Turner gentoo.org> ...sobby-0.4.8-r1.ebuild => sobby-0.4.8-r2.ebuild} | 30 ++ 1 file changed, 13 insertions(+), 17 deletions(-) diff --git a/net-misc/sobby/sobby-0.4.8-r1.ebuild b/net-misc/sobby/sobby-0.4.8-r2.ebuild similarity index 73% rename from net-misc/sobby/sobby-0.4.8-r1.ebuild rename to net-misc/sobby/sobby-0.4.8-r2.ebuild index 551d727f052..ce4e8e8f322 100644 --- a/net-misc/sobby/sobby-0.4.8-r1.ebuild +++ b/net-misc/sobby/sobby-0.4.8-r2.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 -inherit eutils flag-o-matic user +EAPI=7 +inherit flag-o-matic DESCRIPTION="Standalone Obby server" HOMEPAGE="http://gobby.0x539.de/"; @@ -12,23 +12,24 @@ SLOT="0" KEYWORDS="amd64 ~arm ~ppc x86" IUSE="zeroconf" -RDEPEND=" - >=dev-cpp/glibmm-2.6 - >=dev-libs/libsigc++-2.0 +DEPEND=" + >=dev-cpp/glibmm-2.6:2 + >=dev-libs/libsigc++-2.0:2 >=dev-libs/gmp-4.1.4:0 >=dev-cpp/libxmlpp-2.6:2.6 >=net-libs/net6-1.3.12 >=net-libs/obby-0.4.6[zeroconf=] " -DEPEND="${RDEPEND} +RDEPEND="${DEPEND} + acct-group/sobby + acct-user/sobby +" +BDEPEND=" + acct-group/sobby + acct-user/sobby virtual/pkgconfig " -pkg_setup() { - enewgroup sobby - enewuser sobby -1 -1 /var/lib/sobby sobby -} - src_configure() { append-cxxflags -std=c++11 econf $(use_enable zeroconf) @@ -43,12 +44,7 @@ src_install() { insinto /etc/sobby doins "${FILESDIR}/sobby.xml" - keepdir /var/lib/sobby - - fperms -R 0700 /var/lib/sobby fperms -R 0700 /etc/sobby - - fowners sobby:sobby /var/lib/sobby fowners -R sobby:sobby /etc/sobby }
[gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-menuorg/
commit: 1cdcfcbfc7b94190b11608dcaafa8363c9d0dd72 Author: David Michael gmail com> AuthorDate: Sat Feb 6 22:22:13 2021 + Commit: Matt Turner gentoo org> CommitDate: Tue Feb 16 01:25:27 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1cdcfcbf media-plugins/vdr-menuorg: Specify the glibmm slot Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: David Michael gmail.com> Signed-off-by: Matt Turner gentoo.org> .../{vdr-menuorg-0.5.1.ebuild => vdr-menuorg-0.5.1-r1.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-plugins/vdr-menuorg/vdr-menuorg-0.5.1.ebuild b/media-plugins/vdr-menuorg/vdr-menuorg-0.5.1-r1.ebuild similarity index 91% rename from media-plugins/vdr-menuorg/vdr-menuorg-0.5.1.ebuild rename to media-plugins/vdr-menuorg/vdr-menuorg-0.5.1-r1.ebuild index fc902d70a03..0e976fd8129 100644 --- a/media-plugins/vdr-menuorg/vdr-menuorg-0.5.1.ebuild +++ b/media-plugins/vdr-menuorg/vdr-menuorg-0.5.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -18,7 +18,7 @@ IUSE="" DEPEND=">=media-video/vdr-2.0.0[menuorg] dev-cpp/libxmlpp:2.6 - dev-cpp/glibmm" + dev-cpp/glibmm:2" RDEPEND="${DEPEND}" src_compile() {
[gentoo-commits] repo/gentoo:master commit in: dev-python/graph-tool/
commit: 9b7c5e346c0b05db39c8d04d402bc38097df7003 Author: David Michael gmail com> AuthorDate: Sat Feb 6 22:06:45 2021 + Commit: Matt Turner gentoo org> CommitDate: Tue Feb 16 01:25:24 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b7c5e34 dev-python/graph-tool: Specify the cairomm slot Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: David Michael gmail.com> Signed-off-by: Matt Turner gentoo.org> .../graph-tool/{graph-tool-2.35.ebuild => graph-tool-2.35-r1.ebuild} | 4 ++-- dev-python/graph-tool/graph-tool-.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-python/graph-tool/graph-tool-2.35.ebuild b/dev-python/graph-tool/graph-tool-2.35-r1.ebuild similarity index 96% rename from dev-python/graph-tool/graph-tool-2.35.ebuild rename to dev-python/graph-tool/graph-tool-2.35-r1.ebuild index 7f2bafe429c..7f89339ef83 100644 --- a/dev-python/graph-tool/graph-tool-2.35.ebuild +++ b/dev-python/graph-tool/graph-tool-2.35-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -31,7 +31,7 @@ RDEPEND=" dev-python/scipy[${PYTHON_USEDEP}] sci-mathematics/cgal:= cairo? ( - dev-cpp/cairomm + dev-cpp/cairomm:0 dev-python/pycairo[${PYTHON_USEDEP}] ) dev-python/matplotlib[${PYTHON_USEDEP}]" diff --git a/dev-python/graph-tool/graph-tool-.ebuild b/dev-python/graph-tool/graph-tool-.ebuild index 7f2bafe429c..7f89339ef83 100644 --- a/dev-python/graph-tool/graph-tool-.ebuild +++ b/dev-python/graph-tool/graph-tool-.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -31,7 +31,7 @@ RDEPEND=" dev-python/scipy[${PYTHON_USEDEP}] sci-mathematics/cgal:= cairo? ( - dev-cpp/cairomm + dev-cpp/cairomm:0 dev-python/pycairo[${PYTHON_USEDEP}] ) dev-python/matplotlib[${PYTHON_USEDEP}]"
[gentoo-commits] repo/gentoo:master commit in: media-sound/ardour/
commit: 9d33bf973865dcdb67e558b162ae8f227c00c242 Author: David Michael gmail com> AuthorDate: Sat Feb 6 22:24:54 2021 + Commit: Matt Turner gentoo org> CommitDate: Tue Feb 16 01:25:28 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d33bf97 media-sound/ardour: Specify the glibmm slot Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: David Michael gmail.com> Signed-off-by: Matt Turner gentoo.org> media-sound/ardour/{ardour-6.5-r1.ebuild => ardour-6.5-r2.ebuild} | 2 +- media-sound/ardour/ardour-.ebuild | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/media-sound/ardour/ardour-6.5-r1.ebuild b/media-sound/ardour/ardour-6.5-r2.ebuild similarity index 99% rename from media-sound/ardour/ardour-6.5-r1.ebuild rename to media-sound/ardour/ardour-6.5-r2.ebuild index 7a6e537e563..8db68c8d6a8 100644 --- a/media-sound/ardour/ardour-6.5-r1.ebuild +++ b/media-sound/ardour/ardour-6.5-r2.ebuild @@ -24,7 +24,7 @@ SLOT="6" IUSE="altivec doc jack nls phonehome pulseaudio cpu_flags_x86_sse cpu_flags_x86_mmx cpu_flags_x86_3dnow" RDEPEND=" - dev-cpp/glibmm + dev-cpp/glibmm:2 dev-cpp/gtkmm:2.4 dev-cpp/libgnomecanvasmm:2.6 dev-libs/boost:= diff --git a/media-sound/ardour/ardour-.ebuild b/media-sound/ardour/ardour-.ebuild index 9cc16d9c4da..9d4f2f8cc5a 100644 --- a/media-sound/ardour/ardour-.ebuild +++ b/media-sound/ardour/ardour-.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -24,7 +24,7 @@ SLOT="6" IUSE="altivec doc jack nls phonehome pulseaudio cpu_flags_x86_sse cpu_flags_x86_mmx cpu_flags_x86_3dnow" RDEPEND=" - dev-cpp/glibmm + dev-cpp/glibmm:2 dev-cpp/gtkmm:2.4 dev-cpp/libgnomecanvasmm:2.6 dev-libs/boost:=
[gentoo-commits] repo/gentoo:master commit in: media-sound/paprefs/
commit: fd0e1c1064fce3d0889c6725e7d9a706cb2ecc86 Author: David Michael gmail com> AuthorDate: Sat Feb 6 22:26:31 2021 + Commit: Matt Turner gentoo org> CommitDate: Tue Feb 16 01:25:28 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd0e1c10 media-sound/paprefs: Specify the atkmm slot Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: David Michael gmail.com> Signed-off-by: Matt Turner gentoo.org> media-sound/paprefs/{paprefs-1.1.ebuild => paprefs-1.1-r1.ebuild} | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/media-sound/paprefs/paprefs-1.1.ebuild b/media-sound/paprefs/paprefs-1.1-r1.ebuild similarity index 92% rename from media-sound/paprefs/paprefs-1.1.ebuild rename to media-sound/paprefs/paprefs-1.1-r1.ebuild index 7c72a37b093..fcf064732a0 100644 --- a/media-sound/paprefs/paprefs-1.1.ebuild +++ b/media-sound/paprefs/paprefs-1.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -11,9 +11,8 @@ SRC_URI="https://freedesktop.org/software/pulseaudio/${PN}/${P}.tar.xz"; LICENSE="GPL-2+" SLOT="0" KEYWORDS="amd64 ~ppc ~sparc x86" -IUSE="" -RDEPEND="dev-cpp/atkmm +RDEPEND="dev-cpp/atkmm:0 dev-cpp/glibmm:2 dev-cpp/gtkmm:3.0 dev-libs/glib:2
[gentoo-commits] repo/gentoo:master commit in: media-gfx/inkscape/
commit: b179f32e9993f634f7f93acd310af69df9c85fab Author: David Michael gmail com> AuthorDate: Sat Feb 6 22:20:41 2021 + Commit: Matt Turner gentoo org> CommitDate: Tue Feb 16 01:25:26 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b179f32e media-gfx/inkscape: Specify the cairomm+glibmm+pangomm+libsigc++ slots Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: David Michael gmail.com> Signed-off-by: Matt Turner gentoo.org> .../inkscape/{inkscape-1.0.1.ebuild => inkscape-1.0.1-r1.ebuild} | 8 .../inkscape/{inkscape-1.0.2.ebuild => inkscape-1.0.2-r1.ebuild} | 8 media-gfx/inkscape/inkscape-.ebuild | 8 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/media-gfx/inkscape/inkscape-1.0.1.ebuild b/media-gfx/inkscape/inkscape-1.0.1-r1.ebuild similarity index 97% rename from media-gfx/inkscape/inkscape-1.0.1.ebuild rename to media-gfx/inkscape/inkscape-1.0.1-r1.ebuild index 01a5f16bfc2..861ac2210cd 100644 --- a/media-gfx/inkscape/inkscape-1.0.1.ebuild +++ b/media-gfx/inkscape/inkscape-1.0.1-r1.ebuild @@ -32,14 +32,14 @@ BDEPEND=" " COMMON_DEPEND="${PYTHON_DEPS} >=app-text/poppler-0.57.0:=[cairo] - >=dev-cpp/cairomm-1.12 - >=dev-cpp/glibmm-2.54.1 + >=dev-cpp/cairomm-1.12:0 + >=dev-cpp/glibmm-2.54.1:2 dev-cpp/gtkmm:3.0 - >=dev-cpp/pangomm-2.40 + >=dev-cpp/pangomm-2.40:1.4 >=dev-libs/boehm-gc-7.1:= dev-libs/double-conversion:= >=dev-libs/glib-2.41 - >=dev-libs/libsigc++-2.8 + >=dev-libs/libsigc++-2.8:2 >=dev-libs/libxml2-2.7.4 >=dev-libs/libxslt-1.1.25 dev-libs/gdl:3 diff --git a/media-gfx/inkscape/inkscape-1.0.2.ebuild b/media-gfx/inkscape/inkscape-1.0.2-r1.ebuild similarity index 97% rename from media-gfx/inkscape/inkscape-1.0.2.ebuild rename to media-gfx/inkscape/inkscape-1.0.2-r1.ebuild index ed4d6019f5e..6e4e248cea3 100644 --- a/media-gfx/inkscape/inkscape-1.0.2.ebuild +++ b/media-gfx/inkscape/inkscape-1.0.2-r1.ebuild @@ -28,14 +28,14 @@ BDEPEND=" " COMMON_DEPEND="${PYTHON_DEPS} >=app-text/poppler-0.57.0:=[cairo] - >=dev-cpp/cairomm-1.12 - >=dev-cpp/glibmm-2.54.1 + >=dev-cpp/cairomm-1.12:0 + >=dev-cpp/glibmm-2.54.1:2 dev-cpp/gtkmm:3.0 - >=dev-cpp/pangomm-2.40 + >=dev-cpp/pangomm-2.40:1.4 >=dev-libs/boehm-gc-7.1:= dev-libs/double-conversion:= >=dev-libs/glib-2.41 - >=dev-libs/libsigc++-2.8 + >=dev-libs/libsigc++-2.8:2 >=dev-libs/libxml2-2.7.4 >=dev-libs/libxslt-1.1.25 dev-libs/gdl:3 diff --git a/media-gfx/inkscape/inkscape-.ebuild b/media-gfx/inkscape/inkscape-.ebuild index d9978ad99f8..e29603e7c82 100644 --- a/media-gfx/inkscape/inkscape-.ebuild +++ b/media-gfx/inkscape/inkscape-.ebuild @@ -28,14 +28,14 @@ BDEPEND=" " COMMON_DEPEND="${PYTHON_DEPS} >=app-text/poppler-0.57.0:=[cairo] - >=dev-cpp/cairomm-1.12 - >=dev-cpp/glibmm-2.54.1 + >=dev-cpp/cairomm-1.12:0 + >=dev-cpp/glibmm-2.54.1:2 dev-cpp/gtkmm:3.0 - >=dev-cpp/pangomm-2.40 + >=dev-cpp/pangomm-2.40:1.4 >=dev-libs/boehm-gc-7.1:= dev-libs/double-conversion:= >=dev-libs/glib-2.41 - >=dev-libs/libsigc++-2.8 + >=dev-libs/libsigc++-2.8:2 >=dev-libs/libxml2-2.7.4 >=dev-libs/libxslt-1.1.25 dev-libs/gdl:3
[gentoo-commits] repo/gentoo:master commit in: dev-util/emilpro/
commit: 2fb5d40d1d46bd70a7dc92a276736f9fc6eb3fe1 Author: David Michael gmail com> AuthorDate: Sat Feb 6 22:11:20 2021 + Commit: Matt Turner gentoo org> CommitDate: Tue Feb 16 01:25:25 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2fb5d40d dev-util/emilpro: Specify the cairomm+glibmm+pangomm slots Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: David Michael gmail.com> Signed-off-by: Matt Turner gentoo.org> dev-util/emilpro/{emilpro-3-r3.ebuild => emilpro-3-r4.ebuild} | 6 +++--- dev-util/emilpro/emilpro-.ebuild | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/dev-util/emilpro/emilpro-3-r3.ebuild b/dev-util/emilpro/emilpro-3-r4.ebuild similarity index 96% rename from dev-util/emilpro/emilpro-3-r3.ebuild rename to dev-util/emilpro/emilpro-3-r4.ebuild index 2aa682d6d64..d34b5c3dcfb 100644 --- a/dev-util/emilpro/emilpro-3-r3.ebuild +++ b/dev-util/emilpro/emilpro-3-r4.ebuild @@ -23,12 +23,12 @@ SLOT="0" IUSE="+system-binutils" DEPEND=" + dev-cpp/cairomm:0 + dev-cpp/glibmm:2 dev-cpp/gtkmm:3.0 dev-cpp/gtksourceviewmm:3.0 dev-cpp/libxmlpp:2.6 - dev-cpp/glibmm - dev-cpp/pangomm - dev-cpp/cairomm + dev-cpp/pangomm:1.4 dev-libs/libsigc++:2 dev-libs/glib:2 system-binutils? ( >=sys-libs/binutils-libs-2.25.1-r2:=[multitarget] ) diff --git a/dev-util/emilpro/emilpro-.ebuild b/dev-util/emilpro/emilpro-.ebuild index c8d92eb8760..95e42ec49ae 100644 --- a/dev-util/emilpro/emilpro-.ebuild +++ b/dev-util/emilpro/emilpro-.ebuild @@ -23,12 +23,12 @@ SLOT="0" IUSE="+system-binutils" DEPEND=" + dev-cpp/cairomm:0 + dev-cpp/glibmm:2 dev-cpp/gtkmm:3.0 dev-cpp/gtksourceviewmm:3.0 dev-cpp/libxmlpp:2.6 - dev-cpp/glibmm - dev-cpp/pangomm - dev-cpp/cairomm + dev-cpp/pangomm:1.4 dev-libs/libsigc++:2 dev-libs/glib:2 system-binutils? ( >=sys-libs/binutils-libs-2.25.1-r2:=[multitarget] )
[gentoo-commits] repo/gentoo:master commit in: dev-cpp/pangomm/
commit: 93a2232e1aa3c2deb14b24eee9efaf6b6757d26f Author: David Michael gmail com> AuthorDate: Sat Feb 6 20:17:18 2021 + Commit: Matt Turner gentoo org> CommitDate: Tue Feb 16 01:25:20 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93a2232e dev-cpp/pangomm: Update stable deps to understand slots Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: David Michael gmail.com> Signed-off-by: Matt Turner gentoo.org> dev-cpp/pangomm/{pangomm-2.42.1.ebuild => pangomm-2.42.1-r1.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-cpp/pangomm/pangomm-2.42.1.ebuild b/dev-cpp/pangomm/pangomm-2.42.1-r1.ebuild similarity index 90% rename from dev-cpp/pangomm/pangomm-2.42.1.ebuild rename to dev-cpp/pangomm/pangomm-2.42.1-r1.ebuild index 4569f9de7ba..5b8d5a7f6e5 100644 --- a/dev-cpp/pangomm/pangomm-2.42.1.ebuild +++ b/dev-cpp/pangomm/pangomm-2.42.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -15,7 +15,7 @@ IUSE="doc" COMMON_DEPEND=" >=x11-libs/pango-1.41.0[${MULTILIB_USEDEP}] >=dev-cpp/glibmm-2.48.0:2[${MULTILIB_USEDEP}] - >=dev-cpp/cairomm-1.12.0[${MULTILIB_USEDEP}] + >=dev-cpp/cairomm-1.12.0:0[${MULTILIB_USEDEP}] >=dev-libs/libsigc++-2.3.2:2[${MULTILIB_USEDEP}] " DEPEND="${COMMON_DEPEND}
[gentoo-commits] repo/gentoo:master commit in: dev-util/regexxer/
commit: 304a21ce0708d7f6c5c4004038ab78bbcf34d104 Author: David Michael gmail com> AuthorDate: Sat Feb 6 22:12:53 2021 + Commit: Matt Turner gentoo org> CommitDate: Tue Feb 16 01:25:25 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=304a21ce dev-util/regexxer: Specify the glibmm slot Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: David Michael gmail.com> Signed-off-by: Matt Turner gentoo.org> dev-util/regexxer/{regexxer-0.10.ebuild => regexxer-0.10-r1.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-util/regexxer/regexxer-0.10.ebuild b/dev-util/regexxer/regexxer-0.10-r1.ebuild similarity index 90% rename from dev-util/regexxer/regexxer-0.10.ebuild rename to dev-util/regexxer/regexxer-0.10-r1.ebuild index 2e3e14fec72..061dcaec6a0 100644 --- a/dev-util/regexxer/regexxer-0.10.ebuild +++ b/dev-util/regexxer/regexxer-0.10-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -14,7 +14,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 ~ppc x86" -RDEPEND=">=dev-cpp/glibmm-2.28 +RDEPEND=">=dev-cpp/glibmm-2.28:2 dev-cpp/gtkmm:3.0 dev-cpp/gtksourceviewmm:3.0" DEPEND="${RDEPEND}
[gentoo-commits] repo/gentoo:master commit in: app-text/cherrytree/
commit: e48bfe8ff24393951f3342f386928ede7662face Author: David Michael gmail com> AuthorDate: Sat Feb 6 21:59:15 2021 + Commit: Matt Turner gentoo org> CommitDate: Tue Feb 16 01:25:22 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e48bfe8f app-text/cherrytree: Specify the pangomm slot Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: David Michael gmail.com> Signed-off-by: Matt Turner gentoo.org> ...-0.99.0_p20200523.ebuild => cherrytree-0.99.0_p20200523-r1.ebuild} | 4 ++-- app-text/cherrytree/cherrytree-.ebuild| 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app-text/cherrytree/cherrytree-0.99.0_p20200523.ebuild b/app-text/cherrytree/cherrytree-0.99.0_p20200523-r1.ebuild similarity index 97% rename from app-text/cherrytree/cherrytree-0.99.0_p20200523.ebuild rename to app-text/cherrytree/cherrytree-0.99.0_p20200523-r1.ebuild index a828bbf0917..55a62632c25 100644 --- a/app-text/cherrytree/cherrytree-0.99.0_p20200523.ebuild +++ b/app-text/cherrytree/cherrytree-0.99.0_p20200523-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -38,7 +38,7 @@ RDEPEND=" dev-cpp/gtksourceviewmm:3.0 dev-libs/libxml2:2 dev-cpp/libxmlpp:2.6 - dev-cpp/pangomm + dev-cpp/pangomm:1.4 dev-db/sqlite:3" DEPEND="${RDEPEND} $(python_gen_any_dep 'dev-python/lxml[${PYTHON_USEDEP}]')" diff --git a/app-text/cherrytree/cherrytree-.ebuild b/app-text/cherrytree/cherrytree-.ebuild index a828bbf0917..55a62632c25 100644 --- a/app-text/cherrytree/cherrytree-.ebuild +++ b/app-text/cherrytree/cherrytree-.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -38,7 +38,7 @@ RDEPEND=" dev-cpp/gtksourceviewmm:3.0 dev-libs/libxml2:2 dev-cpp/libxmlpp:2.6 - dev-cpp/pangomm + dev-cpp/pangomm:1.4 dev-db/sqlite:3" DEPEND="${RDEPEND} $(python_gen_any_dep 'dev-python/lxml[${PYTHON_USEDEP}]')"
[gentoo-commits] repo/gentoo:master commit in: gui-libs/wayfire-plugins-extra/
commit: 41d8f1a2ff6d23573c6f4e01620bc7d2195a260c Author: David Michael gmail com> AuthorDate: Sat Feb 6 22:14:17 2021 + Commit: Matt Turner gentoo org> CommitDate: Tue Feb 16 01:25:26 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41d8f1a2 gui-libs/wayfire-plugins-extra: Specify the glibmm slot Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: David Michael gmail.com> Signed-off-by: Matt Turner gentoo.org> ...ugins-extra-0.6.0.ebuild => wayfire-plugins-extra-0.6.0-r1.ebuild} | 4 ++-- gui-libs/wayfire-plugins-extra/wayfire-plugins-extra-0.7.0.ebuild | 2 +- gui-libs/wayfire-plugins-extra/wayfire-plugins-extra-.ebuild | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/gui-libs/wayfire-plugins-extra/wayfire-plugins-extra-0.6.0.ebuild b/gui-libs/wayfire-plugins-extra/wayfire-plugins-extra-0.6.0-r1.ebuild similarity index 92% rename from gui-libs/wayfire-plugins-extra/wayfire-plugins-extra-0.6.0.ebuild rename to gui-libs/wayfire-plugins-extra/wayfire-plugins-extra-0.6.0-r1.ebuild index 74ef87cc752..825614adab0 100644 --- a/gui-libs/wayfire-plugins-extra/wayfire-plugins-extra-0.6.0.ebuild +++ b/gui-libs/wayfire-plugins-extra/wayfire-plugins-extra-0.6.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 2019-2020 Gentoo Authors +# Copyright 2019-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -20,7 +20,7 @@ LICENSE="MIT" SLOT="0" DEPEND=" - dev-cpp/glibmm + dev-cpp/glibmm:2 >=gui-libs/wlroots-0.11.0 >=gui-wm/wayfire-${PV%.*} x11-libs/cairo diff --git a/gui-libs/wayfire-plugins-extra/wayfire-plugins-extra-0.7.0.ebuild b/gui-libs/wayfire-plugins-extra/wayfire-plugins-extra-0.7.0.ebuild index cc17eb4c723..8b6d8095961 100644 --- a/gui-libs/wayfire-plugins-extra/wayfire-plugins-extra-0.7.0.ebuild +++ b/gui-libs/wayfire-plugins-extra/wayfire-plugins-extra-0.7.0.ebuild @@ -20,7 +20,7 @@ LICENSE="MIT" SLOT="0" DEPEND=" - dev-cpp/glibmm + dev-cpp/glibmm:2 >=gui-libs/wlroots-0.11.0 >=gui-wm/wayfire-${PV%.*} x11-libs/cairo diff --git a/gui-libs/wayfire-plugins-extra/wayfire-plugins-extra-.ebuild b/gui-libs/wayfire-plugins-extra/wayfire-plugins-extra-.ebuild index cc17eb4c723..8b6d8095961 100644 --- a/gui-libs/wayfire-plugins-extra/wayfire-plugins-extra-.ebuild +++ b/gui-libs/wayfire-plugins-extra/wayfire-plugins-extra-.ebuild @@ -20,7 +20,7 @@ LICENSE="MIT" SLOT="0" DEPEND=" - dev-cpp/glibmm + dev-cpp/glibmm:2 >=gui-libs/wlroots-0.11.0 >=gui-wm/wayfire-${PV%.*} x11-libs/cairo
[gentoo-commits] repo/gentoo:master commit in: dev-cpp/gtkmm/
commit: a8ddb59047fc28ff85017bc2c1df9a0c0cdf428f Author: David Michael gmail com> AuthorDate: Sat Feb 6 20:45:20 2021 + Commit: Matt Turner gentoo org> CommitDate: Tue Feb 16 01:25:21 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8ddb590 dev-cpp/gtkmm: Update slot 3.0 to version 3.24.3 Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: David Michael gmail.com> Signed-off-by: Matt Turner gentoo.org> dev-cpp/gtkmm/Manifest| 1 + dev-cpp/gtkmm/gtkmm-3.24.3.ebuild | 59 +++ 2 files changed, 60 insertions(+) diff --git a/dev-cpp/gtkmm/Manifest b/dev-cpp/gtkmm/Manifest index 42cb60b844e..7435d63a858 100644 --- a/dev-cpp/gtkmm/Manifest +++ b/dev-cpp/gtkmm/Manifest @@ -1,2 +1,3 @@ DIST gtkmm-2.24.5.tar.xz 12022024 BLAKE2B 6b2bca9fe6ad81cd956e1f3cc3140bc503b78386cf3931c8eeac08c8b2a08c73450bdbb703d1febaee67cdf834093ff5e89790f866357190822613a68a596ad3 SHA512 c50e52830977c37181439f4b82a30ac8bead0cf9022d2bec8225f8dc33e08414f863bf67056e1938fae8f888c09a5a6d757acc011fa9331a78caa6bb626dd51e DIST gtkmm-3.24.2.tar.xz 13336236 BLAKE2B 93f3a04b8a2f02323bf6a1161c10eaae2ad9c26d0e235b1658fc7abbb8d48f67abc42739726c4b6657fa59b033b3708ad1428e629538ab5a6fd27590f5311f30 SHA512 c8f9f03d54006a729fdad7563d3be37aa180f9153c222314c1b8cfddc5ab417d184422a1d44f780574248ea52e679f1e360eac67e03f67d29ecf847c0ab19689 +DIST gtkmm-3.24.3.tar.xz 13539040 BLAKE2B 24664773ec7b0666575346aa0532e8961fc19d965ef34244ed97707f7e3eb4d1d0f016abf733531269bf3e3201defe31559990e32f4f43faa8d3bb5d1f02fdb7 SHA512 e373807ec245057708655fa5dbf18d5391656a55b008fd6aa0fdc5a56e80d288813c3bbb0093f39aa7679df866a176f1e6b0e842d4d1b18b775a5928eed9fef5 diff --git a/dev-cpp/gtkmm/gtkmm-3.24.3.ebuild b/dev-cpp/gtkmm/gtkmm-3.24.3.ebuild new file mode 100644 index 000..e7e4f9df423 --- /dev/null +++ b/dev-cpp/gtkmm/gtkmm-3.24.3.ebuild @@ -0,0 +1,59 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +inherit gnome.org meson multilib-minimal virtualx + +DESCRIPTION="C++ interface for GTK+" +HOMEPAGE="https://www.gtkmm.org"; + +LICENSE="LGPL-2.1+" +SLOT="3.0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~x86-solaris" + +IUSE="aqua doc test wayland X" +REQUIRED_USE="|| ( aqua wayland X )" +RESTRICT="!test? ( test )" + +RDEPEND=" + >=dev-cpp/atkmm-2.24.2:0[doc?,${MULTILIB_USEDEP}] + >=dev-cpp/cairomm-1.12.0:0[doc?,${MULTILIB_USEDEP}] + >=dev-cpp/glibmm-2.54.0:2[doc?,${MULTILIB_USEDEP}] + >=dev-cpp/pangomm-2.38.2:1.4[doc?,${MULTILIB_USEDEP}] + >=dev-libs/libsigc++-2.3.2:2[doc?,${MULTILIB_USEDEP}] + >=media-libs/libepoxy-1.2[${MULTILIB_USEDEP}] + >=x11-libs/gdk-pixbuf-2.35.5:2[${MULTILIB_USEDEP}] + >=x11-libs/gtk+-3.24.0:3[aqua?,wayland?,X?,${MULTILIB_USEDEP}] +" +DEPEND="${RDEPEND}" +BDEPEND=" + virtual/pkgconfig + doc? ( + app-doc/doxygen[dot] + dev-lang/perl + dev-libs/libxslt + ) +" + +multilib_src_configure() { + local emesonargs=( + -Dbuild-atkmm-api=true + -Dbuild-demos=false + -Dbuild-documentation=$(multilib_native_usex doc true false) + -Dbuild-tests=$(usex test true false) + -Dbuild-x11-api=$(usex X true false) + ) + meson_src_configure +} + +multilib_src_compile() { + meson_src_compile +} + +multilib_src_install() { + meson_src_install +} + +multilib_src_test() { + virtx meson_src_test +}
[gentoo-commits] repo/gentoo:master commit in: dev-cpp/libxmlpp/
commit: 577a619d261ced4c6c84f7196ea5c427ee2e95c3 Author: David Michael gmail com> AuthorDate: Sat Feb 6 22:04:59 2021 + Commit: Matt Turner gentoo org> CommitDate: Tue Feb 16 01:25:23 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=577a619d dev-cpp/libxmlpp: Specify the glibmm slot Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: David Michael gmail.com> Signed-off-by: Matt Turner gentoo.org> .../libxmlpp/{libxmlpp-2.40.1.ebuild => libxmlpp-2.40.1-r1.ebuild}| 4 ++-- dev-cpp/libxmlpp/{libxmlpp-3.0.1.ebuild => libxmlpp-3.0.1-r1.ebuild} | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-cpp/libxmlpp/libxmlpp-2.40.1.ebuild b/dev-cpp/libxmlpp/libxmlpp-2.40.1-r1.ebuild similarity index 89% rename from dev-cpp/libxmlpp/libxmlpp-2.40.1.ebuild rename to dev-cpp/libxmlpp/libxmlpp-2.40.1-r1.ebuild index 3e7993b987c..e9ebf804474 100644 --- a/dev-cpp/libxmlpp/libxmlpp-2.40.1.ebuild +++ b/dev-cpp/libxmlpp/libxmlpp-2.40.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -17,7 +17,7 @@ IUSE="doc" RDEPEND=" >=dev-libs/libxml2-2.7.7[${MULTILIB_USEDEP}] - >=dev-cpp/glibmm-2.32[${MULTILIB_USEDEP}] + >=dev-cpp/glibmm-2.32:2[${MULTILIB_USEDEP}] " DEPEND="${RDEPEND} virtual/pkgconfig diff --git a/dev-cpp/libxmlpp/libxmlpp-3.0.1.ebuild b/dev-cpp/libxmlpp/libxmlpp-3.0.1-r1.ebuild similarity index 89% rename from dev-cpp/libxmlpp/libxmlpp-3.0.1.ebuild rename to dev-cpp/libxmlpp/libxmlpp-3.0.1-r1.ebuild index 561537df491..06c753d80b9 100644 --- a/dev-cpp/libxmlpp/libxmlpp-3.0.1.ebuild +++ b/dev-cpp/libxmlpp/libxmlpp-3.0.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -16,7 +16,7 @@ IUSE="doc" RDEPEND=" >=dev-libs/libxml2-2.7.7[${MULTILIB_USEDEP}] - >=dev-cpp/glibmm-2.32[${MULTILIB_USEDEP}] + >=dev-cpp/glibmm-2.32:2[${MULTILIB_USEDEP}] " DEPEND="${RDEPEND} virtual/pkgconfig
[gentoo-commits] repo/gentoo:master commit in: dev-cpp/gtkmm/
commit: 6a3f62d82c8ca9057daf0e41a30bbe1000a1ffd8 Author: David Michael gmail com> AuthorDate: Sat Feb 6 20:48:05 2021 + Commit: Matt Turner gentoo org> CommitDate: Tue Feb 16 01:25:22 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a3f62d8 dev-cpp/gtkmm: Update stable deps to understand slots Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: David Michael gmail.com> Signed-off-by: Matt Turner gentoo.org> dev-cpp/gtkmm/{gtkmm-2.24.5.ebuild => gtkmm-2.24.5-r1.ebuild} | 6 +++--- dev-cpp/gtkmm/{gtkmm-3.24.2.ebuild => gtkmm-3.24.2-r1.ebuild} | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/dev-cpp/gtkmm/gtkmm-2.24.5.ebuild b/dev-cpp/gtkmm/gtkmm-2.24.5-r1.ebuild similarity index 91% rename from dev-cpp/gtkmm/gtkmm-2.24.5.ebuild rename to dev-cpp/gtkmm/gtkmm-2.24.5-r1.ebuild index e4cf763c5ba..2a6ef94ab53 100644 --- a/dev-cpp/gtkmm/gtkmm-2.24.5.ebuild +++ b/dev-cpp/gtkmm/gtkmm-2.24.5-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -18,8 +18,8 @@ RDEPEND=" >=dev-cpp/glibmm-2.34.1:2[${MULTILIB_USEDEP}] >=x11-libs/gtk+-2.24.15:2[${MULTILIB_USEDEP}] >=x11-libs/gdk-pixbuf-2.28:2[${MULTILIB_USEDEP}] - >=dev-cpp/atkmm-2.22.7[${MULTILIB_USEDEP}] - >=dev-cpp/cairomm-1.10.0-r1[${MULTILIB_USEDEP}] + >=dev-cpp/atkmm-2.22.7:0[${MULTILIB_USEDEP}] + >=dev-cpp/cairomm-1.10.0-r1:0[${MULTILIB_USEDEP}] >=dev-cpp/pangomm-2.34.0:1.4[${MULTILIB_USEDEP}] >=dev-libs/libsigc++-2.3.2:2[${MULTILIB_USEDEP}] " diff --git a/dev-cpp/gtkmm/gtkmm-3.24.2.ebuild b/dev-cpp/gtkmm/gtkmm-3.24.2-r1.ebuild similarity index 93% rename from dev-cpp/gtkmm/gtkmm-3.24.2.ebuild rename to dev-cpp/gtkmm/gtkmm-3.24.2-r1.ebuild index c3fddd7e3b3..70fdb34353f 100644 --- a/dev-cpp/gtkmm/gtkmm-3.24.2.ebuild +++ b/dev-cpp/gtkmm/gtkmm-3.24.2-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -19,8 +19,8 @@ RDEPEND=" >=dev-cpp/glibmm-2.54.0:2[${MULTILIB_USEDEP}] >=x11-libs/gtk+-3.24.0:3[aqua?,wayland?,X?,${MULTILIB_USEDEP}] >=x11-libs/gdk-pixbuf-2.35.5:2[${MULTILIB_USEDEP}] - >=dev-cpp/atkmm-2.24.2[${MULTILIB_USEDEP}] - >=dev-cpp/cairomm-1.12.0[${MULTILIB_USEDEP}] + >=dev-cpp/atkmm-2.24.2:0[${MULTILIB_USEDEP}] + >=dev-cpp/cairomm-1.12.0:0[${MULTILIB_USEDEP}] >=dev-cpp/pangomm-2.38.2:1.4[${MULTILIB_USEDEP}] >=dev-libs/libsigc++-2.3.2:2[${MULTILIB_USEDEP}] "
[gentoo-commits] repo/gentoo:master commit in: dev-cpp/gtksourceviewmm/
commit: 20a045fef9f4b11286882873a10936bb219be6f2 Author: David Michael gmail com> AuthorDate: Sat Feb 6 22:02:32 2021 + Commit: Matt Turner gentoo org> CommitDate: Tue Feb 16 01:25:23 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20a045fe dev-cpp/gtksourceviewmm: Specify the atkmm+cairomm slots Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: David Michael gmail.com> Signed-off-by: Matt Turner gentoo.org> ...urceviewmm-2.10.3-r1.ebuild => gtksourceviewmm-2.10.3-r2.ebuild} | 4 ++-- ...ksourceviewmm-3.18.0.ebuild => gtksourceviewmm-3.18.0-r1.ebuild} | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/dev-cpp/gtksourceviewmm/gtksourceviewmm-2.10.3-r1.ebuild b/dev-cpp/gtksourceviewmm/gtksourceviewmm-2.10.3-r2.ebuild similarity index 94% rename from dev-cpp/gtksourceviewmm/gtksourceviewmm-2.10.3-r1.ebuild rename to dev-cpp/gtksourceviewmm/gtksourceviewmm-2.10.3-r2.ebuild index 0d30e55b5a8..9df83973b55 100644 --- a/dev-cpp/gtksourceviewmm/gtksourceviewmm-2.10.3-r1.ebuild +++ b/dev-cpp/gtksourceviewmm/gtksourceviewmm-2.10.3-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -17,7 +17,7 @@ LICENSE="LGPL-2.1" RDEPEND=" >=dev-cpp/gtkmm-2.12:2.4 - dev-cpp/atkmm + dev-cpp/atkmm:0 >=x11-libs/gtksourceview-2.10.0:2.0 !>=dev-cpp/libgtksourceviewmm-1 " diff --git a/dev-cpp/gtksourceviewmm/gtksourceviewmm-3.18.0.ebuild b/dev-cpp/gtksourceviewmm/gtksourceviewmm-3.18.0-r1.ebuild similarity index 88% rename from dev-cpp/gtksourceviewmm/gtksourceviewmm-3.18.0.ebuild rename to dev-cpp/gtksourceviewmm/gtksourceviewmm-3.18.0-r1.ebuild index 78ea3e11d33..a44c29f5fc7 100644 --- a/dev-cpp/gtksourceviewmm/gtksourceviewmm-3.18.0.ebuild +++ b/dev-cpp/gtksourceviewmm/gtksourceviewmm-3.18.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -19,8 +19,8 @@ RDEPEND=" >=dev-cpp/gtkmm-3.18.0:3.0 >=x11-libs/gtksourceview-3.18.0:3.0 - dev-cpp/atkmm - dev-cpp/cairomm + dev-cpp/atkmm:0 + dev-cpp/cairomm:0 dev-cpp/pangomm:1.4 " DEPEND="${RDEPEND}
[gentoo-commits] repo/gentoo:master commit in: dev-cpp/atkmm/
commit: f68966d36fdf3572f8257d5c0e2364eb61896c4e Author: David Michael gmail com> AuthorDate: Sat Feb 6 20:43:17 2021 + Commit: Matt Turner gentoo org> CommitDate: Tue Feb 16 01:25:21 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f68966d3 dev-cpp/atkmm: Update slot 0 to version 2.28.1 Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: David Michael gmail.com> Signed-off-by: Matt Turner gentoo.org> dev-cpp/atkmm/Manifest| 1 + dev-cpp/atkmm/atkmm-2.28.1.ebuild | 47 +++ 2 files changed, 48 insertions(+) diff --git a/dev-cpp/atkmm/Manifest b/dev-cpp/atkmm/Manifest index c0e05a6f0a3..b143a5cb3cd 100644 --- a/dev-cpp/atkmm/Manifest +++ b/dev-cpp/atkmm/Manifest @@ -1,2 +1,3 @@ DIST atkmm-2.28.0.tar.xz 891904 BLAKE2B 8172effa5f4dc542020b58d7e3d3bea66b0affa98db977e94249dfd8fa6c4fdea88cabb385dcfdb2d79874017c4e648a737413bae021121d1423d62e335d2737 SHA512 8457cff58648c3d3944d6a9fb400062985c70a714856a5d84d4553cb6b1202bdc47aa48c612851fea1cc1b7ab59381116c65d2a22212907e3c4b7090601946bc +DIST atkmm-2.28.1.tar.xz 688912 BLAKE2B dd18c2e0151192eb56cc81ceb6d8da2b41850e9c31e357f14822ac99418f57237e5ffe876b0c0b05768ad93ffb9d2e5edfddd518c838a1cc916b40df7b7c0933 SHA512 9f336b594930b62e9789011f4584f569d40b6153e5f3f04ac0f5b48704c50fb7b99d3f5d8639eec8dfd42b9c268df3cf21c2ae2372fdb781729fa29c57365916 DIST atkmm-2.36.0.tar.xz 735400 BLAKE2B d8b821f27d10f1995aa6bb8ab8a2ccc3357c7553656e30ee45e4ad677457b7a64a86ee9511124547c1680b5f95c3fd306fb315f3911787a6f0817ca5e130 SHA512 8527dfa50191919a7dcf6db6699767352cb0dac800d834ee39ed21694eee3136a41a7532d600b8b3c0fcea52da6129b623e8e61ada728d806aa61fdc8dc8dedf diff --git a/dev-cpp/atkmm/atkmm-2.28.1.ebuild b/dev-cpp/atkmm/atkmm-2.28.1.ebuild new file mode 100644 index 000..e6e27efadfb --- /dev/null +++ b/dev-cpp/atkmm/atkmm-2.28.1.ebuild @@ -0,0 +1,47 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +inherit gnome.org meson multilib-minimal + +DESCRIPTION="C++ interface for the ATK library" +HOMEPAGE="https://www.gtkmm.org"; + +LICENSE="LGPL-2.1+" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris" +IUSE="doc" + +DEPEND=" + >=dev-cpp/glibmm-2.46.2:2[doc?,${MULTILIB_USEDEP}] + >=dev-libs/atk-2.18.0[${MULTILIB_USEDEP}] + >=dev-libs/libsigc++-2.3.2:2[doc?,${MULTILIB_USEDEP}] +" +RDEPEND="${DEPEND}" +BDEPEND=" + virtual/pkgconfig + doc? ( + app-doc/doxygen[dot] + dev-lang/perl + dev-libs/libxslt + ) +" + +multilib_src_configure() { + local emesonargs=( + -Dbuild-documentation=$(multilib_native_usex doc true false) + ) + meson_src_configure +} + +multilib_src_compile() { + meson_src_compile +} + +multilib_src_install() { + meson_src_install +} + +multilib_src_test() { + meson_src_test +}
[gentoo-commits] repo/gentoo:master commit in: dev-cpp/cairomm/
commit: 1586fed6937a88bbe2cf1949c95f1ba929d5e71a Author: David Michael gmail com> AuthorDate: Sat Feb 6 20:08:33 2021 + Commit: Matt Turner gentoo org> CommitDate: Tue Feb 16 01:25:19 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1586fed6 dev-cpp/cairomm: Update slot 0 to version 1.14.2 Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: David Michael gmail.com> Signed-off-by: Matt Turner gentoo.org> dev-cpp/cairomm/Manifest | 1 + dev-cpp/cairomm/cairomm-1.14.2.ebuild | 57 +++ 2 files changed, 58 insertions(+) diff --git a/dev-cpp/cairomm/Manifest b/dev-cpp/cairomm/Manifest index 7067e7356e9..3fde9e70d05 100644 --- a/dev-cpp/cairomm/Manifest +++ b/dev-cpp/cairomm/Manifest @@ -1,2 +1,3 @@ DIST cairomm-1.12.0.tar.xz 789588 BLAKE2B 4c864705ce4b232a3dcaf7251cf22f7f9ac2f964253552cdac5a115bc7e085f38a58375e33f99ea03105b59d056a53e91ea9234c4c6b49d8701c01c8a1e12dc2 SHA512 750e05f079c2ee9786d1a1ddb66ff90405549a82aeb542d585f904f7147994a451950a77ecb563f290cf2358f7010360ab03d9aa3a319651615c48bd25aeb7e8 +DIST cairomm-1.14.2.tar.xz 603804 BLAKE2B 37417fc13f3213c1cd51ac2b0f17e0624c0592f6115a66c96295b6fa2f9974bee7c138f5087b130211a6e4f9fba045404d85e9aa08a36d9000415132400d4da8 SHA512 aef374fca25ad22770407e36512046b266d71ebeccd47fb629cfbf2f67783aa314bb335b972088a88d98417a4774d6f144cd2769c452f8aa23770eae08dca592 DIST cairomm-1.16.0.tar.xz 579604 BLAKE2B 3aaac8039d13f13ef8fb844e38cb0cd9b0565559544c7a4cab544a46f8f8bdb6d4ee1b8318ec5d9991c33264cd3335a8796e6a49553735516a184565875e1d08 SHA512 51929620feeac45377da5d486ea7a091bbd10ad8376fb16525328947b9e6ee740cdc8e8bd190a247b457cc9fec685a829c81de29b26cabaf95383ef04cce80d3 diff --git a/dev-cpp/cairomm/cairomm-1.14.2.ebuild b/dev-cpp/cairomm/cairomm-1.14.2.ebuild new file mode 100644 index 000..79302671e41 --- /dev/null +++ b/dev-cpp/cairomm/cairomm-1.14.2.ebuild @@ -0,0 +1,57 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit meson multilib-minimal + +DESCRIPTION="C++ bindings for the Cairo vector graphics library" +HOMEPAGE="https://cairographics.org/cairomm/"; +SRC_URI="https://www.cairographics.org/releases/${P}.tar.xz"; + +LICENSE="LGPL-2+" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris" +IUSE="doc test" +RESTRICT="!test? ( test )" + +RDEPEND=" + >=dev-libs/libsigc++-2.6.0:2[doc?,${MULTILIB_USEDEP}] + >=x11-libs/cairo-1.12.0[${MULTILIB_USEDEP}] +" +DEPEND="${RDEPEND} + test? ( + dev-libs/boost[${MULTILIB_USEDEP}] + media-libs/fontconfig[${MULTILIB_USEDEP}] + ) +" +BDEPEND=" + virtual/pkgconfig + doc? ( + app-doc/doxygen[dot] + dev-lang/perl + dev-libs/libxslt + ) +" + +multilib_src_configure() { + local emesonargs=( + -Dbuild-documentation=$(multilib_native_usex doc true false) + -Dbuild-examples=false + -Dbuild-tests=$(usex test true false) + -Dboost-shared=true + ) + meson_src_configure +} + +multilib_src_compile() { + meson_src_compile +} + +multilib_src_install() { + meson_src_install +} + +multilib_src_test() { + meson_src_test +}
[gentoo-commits] repo/gentoo:master commit in: dev-cpp/cairomm/
commit: 8317dbb23bab2a29ce68d4eb6a98108828203478 Author: David Michael gmail com> AuthorDate: Sat Feb 6 20:04:12 2021 + Commit: Matt Turner gentoo org> CommitDate: Tue Feb 16 01:25:19 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8317dbb2 dev-cpp/cairomm: Fix slot 1.16 Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: David Michael gmail.com> Signed-off-by: Matt Turner gentoo.org> dev-cpp/cairomm/cairomm-1.16.0.ebuild | 9 + 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/dev-cpp/cairomm/cairomm-1.16.0.ebuild b/dev-cpp/cairomm/cairomm-1.16.0.ebuild index 0877ccc6371..67a60abc457 100644 --- a/dev-cpp/cairomm/cairomm-1.16.0.ebuild +++ b/dev-cpp/cairomm/cairomm-1.16.0.ebuild @@ -10,13 +10,14 @@ HOMEPAGE="https://cairographics.org/cairomm/"; SRC_URI="https://www.cairographics.org/releases/${P}.tar.xz"; LICENSE="LGPL-2+" -SLOT="0" +SLOT="1.16" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris" IUSE="doc test" +RESTRICT="!test? ( test )" RDEPEND=" + dev-libs/libsigc++:3[doc?,${MULTILIB_USEDEP}] >=x11-libs/cairo-1.12.10[${MULTILIB_USEDEP}] - dev-libs/libsigc++:3[${MULTILIB_USEDEP}] " DEPEND="${RDEPEND} test? ( @@ -27,9 +28,9 @@ DEPEND="${RDEPEND} BDEPEND=" virtual/pkgconfig doc? ( - app-doc/doxygen + app-doc/doxygen[dot] + dev-lang/perl dev-libs/libxslt - media-gfx/graphviz ) "
[gentoo-commits] repo/gentoo:master commit in: dev-cpp/pangomm/
commit: 1e047c4cb31c15757008bd7253334f30caf96df7 Author: David Michael gmail com> AuthorDate: Sat Feb 6 20:14:42 2021 + Commit: Matt Turner gentoo org> CommitDate: Tue Feb 16 01:25:20 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e047c4c dev-cpp/pangomm: Update slot 1.4 to version 2.42.2 Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: David Michael gmail.com> Signed-off-by: Matt Turner gentoo.org> dev-cpp/pangomm/Manifest | 1 + dev-cpp/pangomm/pangomm-2.42.2.ebuild | 48 +++ 2 files changed, 49 insertions(+) diff --git a/dev-cpp/pangomm/Manifest b/dev-cpp/pangomm/Manifest index bbc346c09c5..36643b7d443 100644 --- a/dev-cpp/pangomm/Manifest +++ b/dev-cpp/pangomm/Manifest @@ -1 +1,2 @@ DIST pangomm-2.42.1.tar.xz 882508 BLAKE2B 34b6a93d931e1a27c7859e3cc407c714588890122639a61d30d9886bc3d861f11e1fcb97a08b6be8bddcde776d86f8b6c4cdc4a53da245ea1dc81f50d402303c SHA512 46ba375e61dd32e268397ecb8e69364b642ea3d9a6c4d9e3e52500e1e1c9fa0c6aa822c6d5046f49a2fe4d9a872c6c2b354134d39c17370abcfc6a1d752223b0 +DIST pangomm-2.42.2.tar.xz 656760 BLAKE2B 8fae779aa78b2337b83759adc7aadec1f61c08c54d892e3cdd05180e2ab032a61faa72c39281fab649bcd08591c5d7ace9ea65b25f76ce17d6f4d96f38900b6a SHA512 5e4826d64c0178527b4df73e901d2fdf5661d41777e189f5e2d4b26577e42689efaccf5a28502246c6b3926571ccd5876cb23d33267b44ace7ee164322c14667 diff --git a/dev-cpp/pangomm/pangomm-2.42.2.ebuild b/dev-cpp/pangomm/pangomm-2.42.2.ebuild new file mode 100644 index 000..439b237a3a0 --- /dev/null +++ b/dev-cpp/pangomm/pangomm-2.42.2.ebuild @@ -0,0 +1,48 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +inherit gnome.org meson multilib-minimal + +DESCRIPTION="C++ interface for pango" +HOMEPAGE="https://www.gtkmm.org"; + +LICENSE="LGPL-2.1+" +SLOT="1.4" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris" +IUSE="doc" + +DEPEND=" + >=dev-cpp/cairomm-1.2.2:0[doc?,${MULTILIB_USEDEP}] + >=dev-cpp/glibmm-2.48.0:2[doc?,${MULTILIB_USEDEP}] + dev-libs/libsigc++:2[doc?,${MULTILIB_USEDEP}] + >=x11-libs/pango-1.41.0[${MULTILIB_USEDEP}] +" +RDEPEND="${DEPEND}" +BDEPEND=" + virtual/pkgconfig + doc? ( + app-doc/doxygen[dot] + dev-lang/perl + dev-libs/libxslt + ) +" + +multilib_src_configure() { + local emesonargs=( + -Dbuild-documentation=$(multilib_native_usex doc true false) + ) + meson_src_configure +} + +multilib_src_compile() { + meson_src_compile +} + +multilib_src_install() { + meson_src_install +} + +multilib_src_test() { + meson_src_test +}
[gentoo-commits] data/api:master commit in: files/
commit: d951f6a45e5785a952eabcde3ef399aca3e57cd8 Author: David Michael gmail com> AuthorDate: Tue Feb 9 17:49:24 2021 + Commit: Matt Turner gentoo org> CommitDate: Tue Feb 16 01:50:26 2021 + URL:https://gitweb.gentoo.org/data/api.git/commit/?id=d951f6a4 uid-gid.txt: Add UID/GID for sobby (322) Closes: https://github.com/gentoo/api-gentoo-org/pull/368 Signed-off-by: David Michael gmail.com> Signed-off-by: Matt Turner gentoo.org> files/uid-gid.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/files/uid-gid.txt b/files/uid-gid.txt index 44a5e41..6559719 100644 --- a/files/uid-gid.txt +++ b/files/uid-gid.txt @@ -247,6 +247,7 @@ lldpd 315 315 acct exabgp 316 316 acct apt-cacher-ng 319 319 acct openntpd 321 321 acct +sobby 322 322 acct trojan 326 326 acct radicale 327 327 acct snort 328 328 acct
[gentoo-commits] repo/proj/guru:dev commit in: app-text/OCRmyPDF/
commit: 59ec6fd66029c7437ea8ff78b192d8b38a11a829 Author: Theo Anderson posteo de> AuthorDate: Tue Feb 16 02:03:32 2021 + Commit: Theo Anderson posteo de> CommitDate: Tue Feb 16 02:03:32 2021 + URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=59ec6fd6 app-text/OCRmyPDF: bump to 11.6.2 Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Theo Anderson posteo.de> app-text/OCRmyPDF/Manifest | 1 + app-text/OCRmyPDF/OCRmyPDF-11.6.2.ebuild | 58 2 files changed, 59 insertions(+) diff --git a/app-text/OCRmyPDF/Manifest b/app-text/OCRmyPDF/Manifest index ae61fd6b..f904cb5d 100644 --- a/app-text/OCRmyPDF/Manifest +++ b/app-text/OCRmyPDF/Manifest @@ -1,2 +1,3 @@ DIST OCRmyPDF-11.5.0.tar.gz 7884615 BLAKE2B e0b298e011aa648b9d94febbead532d97af510e7281d1d0a8b828843627b9ad326a863e4bc7060a6fd746f114676449ea3575d94d60c30cf08873b06eb31b244 SHA512 e40d28a6b21e729077f34d3e1012965a3f162e4374c0e8c88acc05b143c14626829f25f2c91bb8995aca7609778fac78c91d89c6186109194fc1f211a3462e41 DIST OCRmyPDF-11.6.0.tar.gz 7884950 BLAKE2B 408693ccb73e3c4c0298de27f2c8bff76ca50805a2dc1f84d25e8e5731d31631be238780a8b169d6d42c8a948b58d8708d95b0f0baf30d75deae4e4eac787106 SHA512 d77bbd5adb67a5e354162690665db62cd5baaa6f68443d2303f319d029c0a61b93d9363f5758fabf6d84959a8e07c164be7518f4bcc9f1d4d3408f116bc8caad +DIST OCRmyPDF-11.6.2.tar.gz 7885633 BLAKE2B a4c09a8088abe3f9e984e8c7ce1b58699c5e40c46de8e9f81ac43838772541758467887b22c3a9fe8026fb8cd125466968e5745af69c9760a0f470879e40685b SHA512 1f92022352b63d2642a0fd49ea72d70973c08d2b2cc84d3d92f06bfd883a858f7dba06f83a921245846d20fc90a1afa0570e7d58fe673e1dfad82e5e047e8de3 diff --git a/app-text/OCRmyPDF/OCRmyPDF-11.6.2.ebuild b/app-text/OCRmyPDF/OCRmyPDF-11.6.2.ebuild new file mode 100644 index ..ed5786c9 --- /dev/null +++ b/app-text/OCRmyPDF/OCRmyPDF-11.6.2.ebuild @@ -0,0 +1,58 @@ +# Copyright 2020-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{7..8} ) +DISTUTILS_USE_SETUPTOOLS=rdepend + +inherit bash-completion-r1 distutils-r1 + +DESCRIPTION="OCRmyPDF adds an OCR text layer to scanned PDF files" +HOMEPAGE="https://github.com/jbarlow83/OCRmyPDF"; +SRC_URI="https://github.com/jbarlow83/OCRmyPDF/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MPL-2.0" +SLOT="0" +KEYWORDS="~amd64" + +# This uses *a lot* of RAM, I have 32gb and these tests tried to use it all +RESTRICT="test" +IUSE="jbig2enc" + +RDEPEND=" + app-text/ghostscript-gpl + app-text/tesseract + app-text/unpaper + dev-python/cffi[${PYTHON_USEDEP}] + dev-python/coloredlogs[${PYTHON_USEDEP}] + >=dev-python/pdfminer-six-20191110[${PYTHON_USEDEP}] + <=dev-python/pdfminer-six-20201018[${PYTHON_USEDEP}] + dev-python/pikepdf[${PYTHON_USEDEP}] + dev-python/pillow[${PYTHON_USEDEP}] + dev-python/pluggy[${PYTHON_USEDEP}] + dev-python/reportlab[${PYTHON_USEDEP}] + dev-python/tqdm[${PYTHON_USEDEP}] + media-gfx/img2pdf[${PYTHON_USEDEP}] + media-gfx/pngquant + media-libs/leptonica + virtual/python-cffi[${PYTHON_USEDEP}] + jbig2enc? ( media-libs/jbig2enc ) +" +DEPEND=" + test? ( + dev-python/pytest-helpers-namespace[${PYTHON_USEDEP}] + dev-python/pytest-xdist[${PYTHON_USEDEP}] + ~dev-python/python-xmp-toolkit-2.0.1[${PYTHON_USEDEP}] + ) +" + +distutils_enable_tests pytest +distutils_enable_sphinx docs --no-autodoc + +src_install() { + distutils-r1_src_install + newbashcomp misc/completion/ocrmypdf.bash "${PN,,}" + insinto /usr/share/fish/vendor_completions.d + doins misc/completion/ocrmypdf.fish +}
[gentoo-commits] repo/proj/guru:dev commit in: app-text/OCRmyPDF/
commit: ba64e8c19dbda1dfdbe99978ec94dc22e6e08e16 Author: Theo Anderson posteo de> AuthorDate: Tue Feb 16 02:03:50 2021 + Commit: Theo Anderson posteo de> CommitDate: Tue Feb 16 02:03:50 2021 + URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ba64e8c1 app-text/OCRmyPDF: drop old Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Theo Anderson posteo.de> app-text/OCRmyPDF/Manifest | 1 - app-text/OCRmyPDF/OCRmyPDF-11.5.0.ebuild | 67 2 files changed, 68 deletions(-) diff --git a/app-text/OCRmyPDF/Manifest b/app-text/OCRmyPDF/Manifest index f904cb5d..f4b96e17 100644 --- a/app-text/OCRmyPDF/Manifest +++ b/app-text/OCRmyPDF/Manifest @@ -1,3 +1,2 @@ -DIST OCRmyPDF-11.5.0.tar.gz 7884615 BLAKE2B e0b298e011aa648b9d94febbead532d97af510e7281d1d0a8b828843627b9ad326a863e4bc7060a6fd746f114676449ea3575d94d60c30cf08873b06eb31b244 SHA512 e40d28a6b21e729077f34d3e1012965a3f162e4374c0e8c88acc05b143c14626829f25f2c91bb8995aca7609778fac78c91d89c6186109194fc1f211a3462e41 DIST OCRmyPDF-11.6.0.tar.gz 7884950 BLAKE2B 408693ccb73e3c4c0298de27f2c8bff76ca50805a2dc1f84d25e8e5731d31631be238780a8b169d6d42c8a948b58d8708d95b0f0baf30d75deae4e4eac787106 SHA512 d77bbd5adb67a5e354162690665db62cd5baaa6f68443d2303f319d029c0a61b93d9363f5758fabf6d84959a8e07c164be7518f4bcc9f1d4d3408f116bc8caad DIST OCRmyPDF-11.6.2.tar.gz 7885633 BLAKE2B a4c09a8088abe3f9e984e8c7ce1b58699c5e40c46de8e9f81ac43838772541758467887b22c3a9fe8026fb8cd125466968e5745af69c9760a0f470879e40685b SHA512 1f92022352b63d2642a0fd49ea72d70973c08d2b2cc84d3d92f06bfd883a858f7dba06f83a921245846d20fc90a1afa0570e7d58fe673e1dfad82e5e047e8de3 diff --git a/app-text/OCRmyPDF/OCRmyPDF-11.5.0.ebuild b/app-text/OCRmyPDF/OCRmyPDF-11.5.0.ebuild deleted file mode 100644 index bf5a296b.. --- a/app-text/OCRmyPDF/OCRmyPDF-11.5.0.ebuild +++ /dev/null @@ -1,67 +0,0 @@ -# Copyright 2020-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{7..8} ) -DISTUTILS_USE_SETUPTOOLS=rdepend - -inherit bash-completion-r1 distutils-r1 - -DESCRIPTION="OCRmyPDF adds an OCR text layer to scanned PDF files" -HOMEPAGE="https://github.com/jbarlow83/OCRmyPDF"; -SRC_URI="https://github.com/jbarlow83/OCRmyPDF/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64" - -# This uses *a lot* of RAM, I have 32gb and these tests tried to use it all -RESTRICT="test" -IUSE="jbig2enc" - -RDEPEND=" - app-text/ghostscript-gpl - app-text/tesseract - app-text/unpaper - dev-python/cffi[${PYTHON_USEDEP}] - dev-python/coloredlogs[${PYTHON_USEDEP}] - >=dev-python/pdfminer-six-20191110[${PYTHON_USEDEP}] - <=dev-python/pdfminer-six-20201018[${PYTHON_USEDEP}] - dev-python/pikepdf[${PYTHON_USEDEP}] - dev-python/pillow[${PYTHON_USEDEP}] - dev-python/pluggy[${PYTHON_USEDEP}] - dev-python/reportlab[${PYTHON_USEDEP}] - dev-python/tqdm[${PYTHON_USEDEP}] - media-gfx/img2pdf[${PYTHON_USEDEP}] - media-gfx/pngquant - media-libs/leptonica - virtual/python-cffi[${PYTHON_USEDEP}] - jbig2enc? ( media-libs/jbig2enc ) -" -DEPEND=" - test? ( - dev-python/pytest-helpers-namespace[${PYTHON_USEDEP}] - dev-python/pytest-xdist[${PYTHON_USEDEP}] - ~dev-python/python-xmp-toolkit-2.0.1[${PYTHON_USEDEP}] - ) -" - -distutils_enable_tests pytest -distutils_enable_sphinx docs --no-autodoc - -python_prepare_all() { - # do not depend on deprecated dep - sed -i -e '/pytest-runner/d' setup.py || die - - distutils-r1_python_prepare_all -} - -src_install() { - distutils-r1_src_install - - newbashcomp "${S}"/misc/completion/ocrmypdf.bash "${PN,,}" - - insinto /usr/share/fish/vendor_completions.d - doins "${S}"/misc/completion/ocrmypdf.fish -}
[gentoo-commits] repo/proj/guru:dev commit in: dev-python/kitchen/, net-misc/tuir/
commit: 528a0340b2504ae205bf70dd53c521912d382fa0 Author: Simon van der Maas protonmail com> AuthorDate: Mon Feb 15 21:43:40 2021 + Commit: Simon van der Maas protonmail com> CommitDate: Mon Feb 15 21:52:53 2021 + URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=528a0340 net-misc/tuir: Added "tuir" and library "kitchen" Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Simon van der Maas protonmail.com> dev-python/kitchen/Manifest | 1 + dev-python/kitchen/kitchen-1.2.6.ebuild | 18 ++ dev-python/kitchen/metadata.xml | 8 net-misc/tuir/Manifest | 1 + net-misc/tuir/metadata.xml | 8 net-misc/tuir/tuir-1.29.0.ebuild| 26 ++ 6 files changed, 62 insertions(+) diff --git a/dev-python/kitchen/Manifest b/dev-python/kitchen/Manifest new file mode 100644 index ..7af3047e --- /dev/null +++ b/dev-python/kitchen/Manifest @@ -0,0 +1 @@ +DIST 1.2.6.tar.gz 258124 BLAKE2B 7fbe5cd65cd01783fd7802a205fca3a8cd2ee724614ed012f5978fe0302fdb0453453249b95a6c9303413ae7daa284888fa0cdab4fba6e5318e606ee579c25cf SHA512 d2ebefece3131333594aa8f914f34336615ee1121aa73707c252e501ebab1361ab96071395ff6ebcfb0f1241e1ed6f396d62e1ba37e4c00f0ec81b85474523c7 diff --git a/dev-python/kitchen/kitchen-1.2.6.ebuild b/dev-python/kitchen/kitchen-1.2.6.ebuild new file mode 100644 index ..2b58ff54 --- /dev/null +++ b/dev-python/kitchen/kitchen-1.2.6.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION="Kitchen contains a cornucopia of useful code" +HOMEPAGE="https://github.com/fedora-infra/kitchen"; +SRC_URI="https://github.com/fedora-infra/kitchen/archive/1.2.6.tar.gz"; + +S="${WORKDIR}" + +LICENSE="LGPL-2.1" + +SLOT="0" + +KEYWORDS="~amd64" + +DEPEND="dev-lang/python" diff --git a/dev-python/kitchen/metadata.xml b/dev-python/kitchen/metadata.xml new file mode 100644 index ..ad8cead2 --- /dev/null +++ b/dev-python/kitchen/metadata.xml @@ -0,0 +1,8 @@ + +http://www.gentoo.org/dtd/metadata.dtd";> + + +svdm-gen...@protonmail.com +Simon van der Maas + + diff --git a/net-misc/tuir/Manifest b/net-misc/tuir/Manifest new file mode 100644 index ..7f0c32ed --- /dev/null +++ b/net-misc/tuir/Manifest @@ -0,0 +1 @@ +DIST tuir-v1.29.0.tar.gz 17689935 BLAKE2B 8bd2c046a350804eaa02f83ab71b8c3e838411dc5b78929b873f95808dd09cd3b2634a377747a8094e896f02875f3af75e239a1cd7713a295bc573b0aa79b605 SHA512 254dcbb825011d0651f4a899d2fbfbd7f4366f68aad95dcc9790876c0af63d5b2ced4d50f36d98e683b2d53d7e5819110ec3e5964fb92b9c69f40b3d43f04e1b diff --git a/net-misc/tuir/metadata.xml b/net-misc/tuir/metadata.xml new file mode 100644 index ..ad8cead2 --- /dev/null +++ b/net-misc/tuir/metadata.xml @@ -0,0 +1,8 @@ + +http://www.gentoo.org/dtd/metadata.dtd";> + + +svdm-gen...@protonmail.com +Simon van der Maas + + diff --git a/net-misc/tuir/tuir-1.29.0.ebuild b/net-misc/tuir/tuir-1.29.0.ebuild new file mode 100644 index ..07564543 --- /dev/null +++ b/net-misc/tuir/tuir-1.29.0.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python{3_7,3_8,3_9} ) +PYTHON_REQ_USE="ncurses" +inherit distutils-r1 + +DESCRIPTION="A text-based interface (TUI) to view and interact with Reddit from your terminal" +HOMEPAGE="https://github.com/proycon/tuir"; +SRC_URI="https://gitlab.com/ajak/tuir/-/archive/v1.29.0/tuir-v1.29.0.tar.gz"; + +S="${WORKDIR}/${PN}-v${PV}" + +LICENSE="MIT" + +SLOT="0" + +KEYWORDS="~amd64" + +DEPEND="dev-python/beautifulsoup +dev-python/decorator +dev-python/requests +dev-python/six +dev-python/kitchen"
[gentoo-commits] repo/proj/guru:dev commit in: dev-python/validators/
commit: 337796e08183606c4daaa2553ad2ea138d1e1731 Author: Theo Anderson posteo de> AuthorDate: Tue Feb 16 01:36:59 2021 + Commit: Theo Anderson posteo de> CommitDate: Tue Feb 16 01:36:59 2021 + URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=337796e0 dev-python/validators: remove package added to ::gentoo Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Theo Anderson posteo.de> dev-python/validators/Manifest | 1 - dev-python/validators/metadata.xml | 24 -- dev-python/validators/validators-0.18.2.ebuild | 34 -- 3 files changed, 59 deletions(-) diff --git a/dev-python/validators/Manifest b/dev-python/validators/Manifest deleted file mode 100644 index f9d7f128.. --- a/dev-python/validators/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST validators-0.18.2.tar.gz 30299 BLAKE2B 96be7c0bed74e32143d2ea9de7b595599d567b6a8c81b85d92ba7be035e7fe26361240896ada08b2b5f30ce5519a6828dc4350b6ce7ecdb27525e40934a10d31 SHA512 8213736508e56b5d4ddaa9c8e707a7ceb398c8b2c41b938d626459d8bf134aa113116f49cef0cd317033a683d18493448ac4107a5f50151899946bbd48197411 diff --git a/dev-python/validators/metadata.xml b/dev-python/validators/metadata.xml deleted file mode 100644 index 1ca4382d.. --- a/dev-python/validators/metadata.xml +++ /dev/null @@ -1,24 +0,0 @@ - -http://www.gentoo.org/dtd/metadata.dtd";> - - -lssndrbarbi...@gmail.com -Alessandro Barbieri - - -Python data validation for Humans. - -Python has all kinds of data validation tools, but every one of them seems to require defining a schema or form. I wanted to create a simple validation library where validating a simple value does not require defining a form or a schema. - - -https://github.com/kvesteri/validators/issues - https://raw.githubusercontent.com/kvesteri/validators/master/CHANGES.rst -https://validators.readthedocs.io/en/latest - - kon...@fastmonkeys.com - Konsta Vesterinen - -kvesteri/validators -validators - - diff --git a/dev-python/validators/validators-0.18.2.ebuild b/dev-python/validators/validators-0.18.2.ebuild deleted file mode 100644 index 0e69cd3d.. --- a/dev-python/validators/validators-0.18.2.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="7" - -PYTHON_COMPAT=( python3_{7,8,9} pypy3 ) - -inherit distutils-r1 - -DESCRIPTION="Python Data Validation for Humans" -HOMEPAGE=" - https://github.com/kvesteri/validators - https://pypi.org/project/validators -" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -KEYWORDS="~amd64 ~x86" -LICENSE="MIT" -SLOT="0" - -RDEPEND=" - >=dev-python/decorator-3.4.0[${PYTHON_USEDEP}] - >=dev-python/six-1.4.0[${PYTHON_USEDEP}] -" - -python_prepare_all() { - # sphinx.ext.pngmath has been replace in sphinx>2 - sed -i -e 's/sphinx.ext.pngmath/sphinx.ext.imgmath/g' docs/conf.py || die - - distutils-r1_python_prepare_all -} - -distutils_enable_tests pytest -distutils_enable_sphinx docs
[gentoo-commits] repo/proj/guru:dev commit in: dev-python/factory_boy/, dev-python/faker/, dev-python/pytest-randomly/
commit: afd6fe816e09d7e7769ee1e8cd8f1a44ade21e9a Author: Theo Anderson posteo de> AuthorDate: Tue Feb 16 01:43:57 2021 + Commit: Theo Anderson posteo de> CommitDate: Tue Feb 16 01:43:57 2021 + URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=afd6fe81 dev-python/faker: remove package added to ::gentoo (dev-python/Faker) Closes: https://github.com/gentoo/guru/issues/40 Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Theo Anderson posteo.de> dev-python/factory_boy/factory_boy-3.1.0.ebuild| 4 +- dev-python/faker/Manifest | 1 - dev-python/faker/faker-5.0.2.ebuild| 43 -- dev-python/faker/metadata.xml | 35 -- .../pytest-randomly/pytest-randomly-3.5.0.ebuild | 4 +- 5 files changed, 4 insertions(+), 83 deletions(-) diff --git a/dev-python/factory_boy/factory_boy-3.1.0.ebuild b/dev-python/factory_boy/factory_boy-3.1.0.ebuild index 8b9ce83f..f7cd9f10 100644 --- a/dev-python/factory_boy/factory_boy-3.1.0.ebuild +++ b/dev-python/factory_boy/factory_boy-3.1.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" @@ -15,7 +15,7 @@ LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~x86" -RDEPEND="dev-python/faker[${PYTHON_USEDEP}]" +RDEPEND="dev-python/Faker[${PYTHON_USEDEP}]" BDEPEND=" test? ( $(python_gen_impl_dep sqlite) diff --git a/dev-python/faker/Manifest b/dev-python/faker/Manifest deleted file mode 100644 index 15e14850.. --- a/dev-python/faker/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST faker-5.0.2.tar.gz 1070479 BLAKE2B 72627ef272bde4692cc524b5970d5080772efaddcb0c0116709cfd7881a94f73052573aab1cdca5813e907429ae6f054fb9cd11c6a7a02b8035f74576641c9bb SHA512 b7694b3d5ec34ab136d4a6ff87815c3bd5e69f88b339e0382ba8dda62df09df5a4d291a18958e4b2807572893707c10793da092464de5f9f03a63e4a07f35501 diff --git a/dev-python/faker/faker-5.0.2.ebuild b/dev-python/faker/faker-5.0.2.ebuild deleted file mode 100644 index d5a17fb9.. --- a/dev-python/faker/faker-5.0.2.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="7" - -DISTUTILS_USE_SETUPTOOLS=rdepend -PYTHON_COMPAT=( python3_{7,8,9} ) - -inherit distutils-r1 - -DESCRIPTION="Python package that generates fake data" -HOMEPAGE=" - https://github.com/joke2k/faker - https://pypi.org/project/Faker -" -SRC_URI="https://github.com/joke2k/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -RDEPEND=" - >=dev-python/python-dateutil-2.4[${PYTHON_USEDEP}] - >=dev-python/text-unidecode-1.3[${PYTHON_USEDEP}] -" -BDEPEND="test? ( - dev-python/freezegun[${PYTHON_USEDEP}] - >=dev-python/pytest-6.0.1[${PYTHON_USEDEP}] - >=dev-python/random2-1.0.1[${PYTHON_USEDEP}] - >=dev-python/ukpostcodeparser-1.1.1[${PYTHON_USEDEP}] - >=dev-python/validators-0.13.0[${PYTHON_USEDEP}] - ) -" - -src_prepare() { - export READTHEDOCS=True || die - default -} - -distutils_enable_tests --install pytest -#TODO: make docs working -#Handler for event 'builder-inited' threw an exception (exception: [Errno 2] No such file or directory: '/var/tmp/portage/dev-python/faker-5.0.0/work/docs/providers.rst') -#distutils_enable_sphinx docs --no-autodoc diff --git a/dev-python/faker/metadata.xml b/dev-python/faker/metadata.xml deleted file mode 100644 index df805486.. --- a/dev-python/faker/metadata.xml +++ /dev/null @@ -1,35 +0,0 @@ - -http://www.gentoo.org/dtd/metadata.dtd";> - - - lssndrbarbi...@gmail.com - Alessandro Barbieri - - - Python package that generates fake data for you. - Whether you need to bootstrap your database, create good-looking - XML documents, fill-in your persistence to stress test it, - or anonymize data taken from a production service, Faker is for you. - - - - - Daniele Faraglia - - - jok...@gmail.com - - - - https://faker.readthedocs.io/en/stable - - - https://github.com/joke2k/faker/issues - - - https://raw.githubusercontent.com/joke2k/faker/master/CHANGELOG.rst - - joke2k/faker - Faker - - diff --git a/dev-python/pytest-randomly/pytest-randomly-3.5.0.ebuild b/dev-python/pytest-randomly/pytest-randomly-3.5.0.ebuild index cd01e648..d26ebd55 100644 --- a/dev-python/pytest-randomly/pytest-rando
[gentoo-commits] repo/proj/guru:dev commit in: dev-python/sniffio/
commit: 2358fe1084bca5a8a5423240645d6502a025f332 Author: Theo Anderson posteo de> AuthorDate: Tue Feb 16 01:36:31 2021 + Commit: Theo Anderson posteo de> CommitDate: Tue Feb 16 01:36:31 2021 + URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2358fe10 dev-python/sniffio: remove package added to ::gentoo Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Theo Anderson posteo.de> dev-python/sniffio/Manifest | 1 - dev-python/sniffio/metadata.xml | 20 dev-python/sniffio/sniffio-1.2.0.ebuild | 29 - 3 files changed, 50 deletions(-) diff --git a/dev-python/sniffio/Manifest b/dev-python/sniffio/Manifest deleted file mode 100644 index daec3e14.. --- a/dev-python/sniffio/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST sniffio-1.2.0.tar.gz 17132 BLAKE2B d42442a231c07834803e8552812dc177defbc0d062418fa576e7368a973eaa1ea20e4933e145a26178a707da72fb00529b19d44ea850f0a14c78bb2b5dab0d9a SHA512 96da4e0f0fff99b122aa729da052e97c2dd75f19aab4dd3728f8e337875b0fac1b3d8d96c8c3a67ca96f15dbf07a593b89e323bf04a8ee0501d7414454030719 diff --git a/dev-python/sniffio/metadata.xml b/dev-python/sniffio/metadata.xml deleted file mode 100644 index 220983f8.. --- a/dev-python/sniffio/metadata.xml +++ /dev/null @@ -1,20 +0,0 @@ - -http://www.gentoo.org/dtd/metadata.dtd";> - - - -andrewammerl...@riseup.net -Andrew Ammerlaan - - -sniffio: Sniff out which async library your code is running under - -You're writing a library. You've decided to be ambitious, and support multiple async I/O packages, like Trio, and asyncio, and ... You've written a bunch of clever code to handle all the differences. But... how do you know which piece of clever code to run? - -This is a tiny package whose only purpose is to let you detect which async library your code is running under. - - -python-trio/sniffio -sniffio - - diff --git a/dev-python/sniffio/sniffio-1.2.0.ebuild b/dev-python/sniffio/sniffio-1.2.0.ebuild deleted file mode 100644 index ad474c26.. --- a/dev-python/sniffio/sniffio-1.2.0.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{7,8,9} ) - -inherit distutils-r1 - -DESCRIPTION="Sniff out which async library your code is running under" -HOMEPAGE=" - https://github.com/python-trio/sniffio - https://pypi.org/project/sniffio -" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="|| ( Apache-2.0 MIT )" -KEYWORDS="~amd64 ~x86" -SLOT="0" - -DEPEND="test? ( dev-python/curio[${PYTHON_USEDEP}] )" - -distutils_enable_sphinx docs/source dev-python/sphinxcontrib-trio -distutils_enable_tests pytest - -python_test() { - PYTHONPATH="${S}" - pytest -vv || die "Tests fail with ${EPYTHON}" -}
[gentoo-commits] repo/gentoo:master commit in: dev-python/pydot/
commit: c1ec7d9c08ab8b66c6fbe2cbfb039c7d714d33fe Author: Michał Górny gentoo org> AuthorDate: Tue Feb 16 00:20:23 2021 + Commit: Michał Górny gentoo org> CommitDate: Tue Feb 16 00:32:30 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1ec7d9c dev-python/pydot: Bump to 1.4.2 Signed-off-by: Michał Górny gentoo.org> dev-python/pydot/Manifest | 1 + dev-python/pydot/metadata.xml | 2 +- dev-python/pydot/pydot-1.4.2.ebuild | 32 3 files changed, 34 insertions(+), 1 deletion(-) diff --git a/dev-python/pydot/Manifest b/dev-python/pydot/Manifest index 9ff10b2684c..a7b463d35d0 100644 --- a/dev-python/pydot/Manifest +++ b/dev-python/pydot/Manifest @@ -1 +1,2 @@ DIST pydot-1.4.1.tar.gz 264987 BLAKE2B 61db2b6dbeab582981bf96054686c927d8d4548ac19a6c197ab1725f92c87e973c2dcd84d4c6c04cb2ca76b8f40814cfee1d5a53e4952065a538fc271e75d2a0 SHA512 b5f16b59908586df61cd415cb1a3e242fb69c39674a82b171862beff1f3727f47cba39bdd806901cb56bc8a6888783a53d112b1b70044e124ea992789d77f938 +DIST pydot-1.4.2.tar.gz 272678 BLAKE2B 966f2c4ef3e26a63cc50ab89b5b6b5b413aabdfeddf994f2d5ba9dedaa1ed3152dd8060186e7380c3e768b783f7bfe1971cd600c18d1b73f7ac63db08ee3ace9 SHA512 caa8051561710129b5164fd1392da941829fd977092a6ec8b00efe7a199d2d60bc7ef13cb0e51615f384550f0fb80190d0f56b83d8d80d1fe372efb5dbbd3632 diff --git a/dev-python/pydot/metadata.xml b/dev-python/pydot/metadata.xml index a44c00e7d6b..479f36316c2 100644 --- a/dev-python/pydot/metadata.xml +++ b/dev-python/pydot/metadata.xml @@ -7,6 +7,6 @@ pydot -erocarrera/pydot +pydot/pydot diff --git a/dev-python/pydot/pydot-1.4.2.ebuild b/dev-python/pydot/pydot-1.4.2.ebuild new file mode 100644 index 000..5a4226cebe8 --- /dev/null +++ b/dev-python/pydot/pydot-1.4.2.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +PYTHON_COMPAT=( python3_{7..9} ) + +inherit distutils-r1 + +DESCRIPTION="Python interface to Graphviz's Dot language" +HOMEPAGE="https://github.com/pydot/pydot https://pypi.org/project/pydot/"; +# pypi releases don't include tests +SRC_URI="https://github.com/pydot/pydot/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~ppc-macos ~x64-macos ~sparc-solaris" +IUSE="test" +RESTRICT="!test? ( test )" + +RDEPEND=" + >=dev-python/pyparsing-2.1.4[${PYTHON_USEDEP}] + media-gfx/graphviz" +BDEPEND=" + test? ( + ${RDEPEND} + dev-python/chardet[${PYTHON_USEDEP}] + )" + +python_test() { + cd test || die + "${PYTHON}" pydot_unittest.py || die "Test failed with ${EPYTHON}" +}
[gentoo-commits] repo/gentoo:master commit in: dev-python/sentry-sdk/
commit: e8fbccbb4e150d69c8d2eaf6a43ed1a0e0229b1e Author: Michał Górny gentoo org> AuthorDate: Tue Feb 16 00:20:48 2021 + Commit: Michał Górny gentoo org> CommitDate: Tue Feb 16 00:32:31 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8fbccbb dev-python/sentry-sdk: Bump to 0.20.2 Signed-off-by: Michał Górny gentoo.org> dev-python/sentry-sdk/Manifest | 1 + dev-python/sentry-sdk/sentry-sdk-0.20.2.ebuild | 67 ++ 2 files changed, 68 insertions(+) diff --git a/dev-python/sentry-sdk/Manifest b/dev-python/sentry-sdk/Manifest index 07a014e6ad6..864352ceb6c 100644 --- a/dev-python/sentry-sdk/Manifest +++ b/dev-python/sentry-sdk/Manifest @@ -1,2 +1,3 @@ DIST sentry-sdk-0.19.5.tar.gz 206164 BLAKE2B 9d7ce2a64fcb511c659188dc18bc4af18052c0f12ff5d31848f341ef20cbc6c9cf1102d17e6e8d8b741eb8000f94978f840f3ec66b43367820e0ccce97b1fd1b SHA512 082ace137656e8cc8317e70cf4fe9823ccf8cc3ed7b54af059990cede72179924a36896a31a806de4adbbf3bd66e54d5385eb630c047b929583e32c39ed69d61 DIST sentry-sdk-0.20.1.tar.gz 210762 BLAKE2B 64ff322667374c914aa00a80ffa5eca2d92ec0965bc6bf7bdc65cf89e75a3cd5f5db32cd7e442caae515348b1f7948209e9810729f4fbc913730337f06444b73 SHA512 cd7871bd3da31340752477058fcf788401910a4e0b4ac38d53beafbedcdfe62b3216d6d2bcf2d1998e8c3e02886da76f6a8aa2809ba1e473421f96257890e75c +DIST sentry-sdk-0.20.2.tar.gz 210799 BLAKE2B 7a7b4350b664ee6947fcba64aa07a4e9f8ec274de7433d64acce55d490ea91f97a19ab7116e7af3109f806c91261f50127c72627bca1bbf76c43ad4ac89455e2 SHA512 3fb2d4ae960c86582e778afb0fdf12f3ff9103a83fb12a6c920bd6fe1e210842d29d2cfba12c254199a491a5b42288df0c388b37a8709fdabc9e6e9687b178c1 diff --git a/dev-python/sentry-sdk/sentry-sdk-0.20.2.ebuild b/dev-python/sentry-sdk/sentry-sdk-0.20.2.ebuild new file mode 100644 index 000..7b31e702fe5 --- /dev/null +++ b/dev-python/sentry-sdk/sentry-sdk-0.20.2.ebuild @@ -0,0 +1,67 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{7..9} ) + +inherit distutils-r1 + +DESCRIPTION="Python client for Sentry" +HOMEPAGE="https://sentry.io/ https://pypi.org/project/sentry-sdk/"; +SRC_URI="https://github.com/getsentry/sentry-python/archive/${PV}.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}/sentry-python-${PV}" + +LICENSE="PSF-2" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86" + +RDEPEND=" + dev-python/urllib3[${PYTHON_USEDEP}] + dev-python/certifi[${PYTHON_USEDEP}] +" +BDEPEND=" + test? ( + dev-python/asttokens[${PYTHON_USEDEP}] + dev-python/django[${PYTHON_USEDEP}] + dev-python/executing[${PYTHON_USEDEP}] + dev-python/eventlet[${PYTHON_USEDEP}] + dev-python/fakeredis[${PYTHON_USEDEP}] + dev-python/flask-login[${PYTHON_USEDEP}] + dev-python/gevent[${PYTHON_USEDEP}] + dev-python/jsonschema[${PYTHON_USEDEP}] + dev-python/pyrsistent[${PYTHON_USEDEP}] + dev-python/pytest-aiohttp[${PYTHON_USEDEP}] + dev-python/pytest-django[${PYTHON_USEDEP}] + dev-python/pytest-forked[${PYTHON_USEDEP}] + dev-python/pytest-localserver[${PYTHON_USEDEP}] + dev-python/werkzeug[${PYTHON_USEDEP}] + ) +" + +distutils_enable_tests pytest + +python_test() { + local deselect=( + # tests require Internet access + tests/integrations/stdlib/test_httplib.py + tests/integrations/requests/test_requests.py + # wtf is it supposed to do?! + tests/integrations/gcp/test_gcp.py + # hangs + 'tests/test_transport.py::test_transport_works[eventlet' + # TODO + 'tests/test_basics.py::test_auto_enabling_integrations_catches_import_error' + tests/test_client.py::test_databag_depth_stripping + tests/test_client.py::test_databag_string_stripping + tests/test_client.py::test_databag_breadth_stripping + # test_circular_references: apparently fragile + 'tests/integrations/threading/test_threading.py::test_circular_references' + ) + + # Prevent tests/integrations/modules/test_modules.py:test_basic failure + # Needs to detect sentry-sdk in the installed modules + distutils_install_for_testing + + pytest -vv ${deselect[@]/#/--deselect } || die "Tests failed with ${EPYTHON}" +}
[gentoo-commits] repo/gentoo:master commit in: dev-python/cfn-python-lint/
commit: b8a1792fcdd76d1df47aee24089310bfc199d523 Author: Michał Górny gentoo org> AuthorDate: Tue Feb 16 00:19:01 2021 + Commit: Michał Górny gentoo org> CommitDate: Tue Feb 16 00:32:28 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8a1792f dev-python/cfn-python-lint: Bump to 0.45.0 Signed-off-by: Michał Górny gentoo.org> dev-python/cfn-python-lint/Manifest| 1 + .../cfn-python-lint/cfn-python-lint-0.45.0.ebuild | 52 ++ 2 files changed, 53 insertions(+) diff --git a/dev-python/cfn-python-lint/Manifest b/dev-python/cfn-python-lint/Manifest index 5e3b557c790..e642092ab5b 100644 --- a/dev-python/cfn-python-lint/Manifest +++ b/dev-python/cfn-python-lint/Manifest @@ -5,3 +5,4 @@ DIST cfn-python-lint-0.44.4.tar.gz 5632477 BLAKE2B 3520cb016f926e180bb1547b4e467 DIST cfn-python-lint-0.44.5.tar.gz 5657765 BLAKE2B e35fca9cf8232bc802666333184a52b544bad5858ec8e4c16fe435ea5c421ca25296bb9d8a3bf351276dc1e36ee3101cb0c950ca9d8ce87f5dd2f64cf347ba30 SHA512 e23e415f7d5dd3933e70e7c5b0d9d001bc9aefd0ec67ba9245b4cecbad0c5470376439c12d2cd532eb39e900a325de52c4856351bba2ca27cdc0760ed091ccca DIST cfn-python-lint-0.44.6.tar.gz 5689226 BLAKE2B 19f6d4f09a621d8389893234dea2cc5c9e2e04fae7f1519bbd95657f5bf1ff97e34c1ed66a6f2bb0ffc2851e99cae5ea2734aacac58b87088a5430346ce0d102 SHA512 8c4414145e039d8b2b32008871dc0d2dbe946bd10eb9b7a78a070ce16ca13c3c0f4a37212bae07fa798b8b0d0868b342735ef406c6b651f6c85b8ec92bd563b2 DIST cfn-python-lint-0.44.7.tar.gz 5711448 BLAKE2B b38b90ca7d181dc655b07a0151acad6a22ed1a0d34223cb813c3257cceb0f9ef5ca175cd4992a9d72a843c2b40b0830c433cbbe8b71550c9c9c482ea62783142 SHA512 a4ed91383f80e437338f7afee55de5e7cb0f3f8690c4324de77f2d35a665e5947f07945449aedddbd9d996270495ee63418e38b97639c4b7852b1fe50e8ce6e4 +DIST cfn-python-lint-0.45.0.tar.gz 6259853 BLAKE2B d6b930ac2dcdb5b629e5bfc1cd37cd694355de16585712a55a2b5f1cf5e2f234668c180dc77c1904d9de1d588e2675523210bad0bdf69d5b9e9032d47e73c2e1 SHA512 d89a6fc6f2a29c3d8294b7daa033f22b5e2f45576d8cd6abc25a30c3039c4c539bab2a8c45cde094e2cf4482227a09b1da34abba0424861307ced91b957ce13c diff --git a/dev-python/cfn-python-lint/cfn-python-lint-0.45.0.ebuild b/dev-python/cfn-python-lint/cfn-python-lint-0.45.0.ebuild new file mode 100644 index 000..c3edcec5c4e --- /dev/null +++ b/dev-python/cfn-python-lint/cfn-python-lint-0.45.0.ebuild @@ -0,0 +1,52 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +PYTHON_COMPAT=( python3_{7..9} ) +DISTUTILS_USE_SETUPTOOLS=rdepend +inherit distutils-r1 + +DESCRIPTION="CloudFormation Linter" +HOMEPAGE="https://pypi.org/project/cfn-lint/ https://github.com/aws-cloudformation/cfn-python-lint"; +SRC_URI="https://github.com/aws-cloudformation/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~x86" + +RDEPEND=" + >=dev-python/aws-sam-translator-1.25.0[${PYTHON_USEDEP}] + $(python_gen_cond_dep ' + dev-python/importlib_resources[${PYTHON_USEDEP}] + ' python3_6) + dev-python/jsonpatch[${PYTHON_USEDEP}] + >=dev-python/jsonschema-3.0[${PYTHON_USEDEP}] + dev-python/junit-xml[${PYTHON_USEDEP}] + dev-python/networkx[${PYTHON_USEDEP}] + dev-python/pyyaml[${PYTHON_USEDEP}] + >=dev-python/requests-2.15.0[${PYTHON_USEDEP}] + >=dev-python/six-1.11[${PYTHON_USEDEP}] +" +BDEPEND=" + test? ( + dev-python/mock[${PYTHON_USEDEP}] + ) +" + +distutils_enable_tests --install unittest + +PATCHES=( + "${FILESDIR}/cfn-python-lint-0.30.1-tests.patch" +) + +src_prepare() { + # unpin the deps + sed -e 's:~=[0-9.]*::' -i setup.py || die + # requires git checkout + sed -e 's:test_update_docs:_&:' \ + -i test/unit/module/maintenance/test_update_documentation.py || die + # requires Internet + sed -e 's:test_update_resource_specs_python:_&:' \ + -i test/unit/module/maintenance/test_update_resource_specs.py || die + distutils-r1_src_prepare +}
[gentoo-commits] repo/gentoo:master commit in: dev-python/astroid/
commit: fa9302df1c1171b6cd886402b9b0d0d8613ac9ec Author: Michał Górny gentoo org> AuthorDate: Tue Feb 16 00:15:17 2021 + Commit: Michał Górny gentoo org> CommitDate: Tue Feb 16 00:32:24 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa9302df dev-python/astroid: Bump to 2.5 Signed-off-by: Michał Górny gentoo.org> dev-python/astroid/Manifest | 1 + dev-python/astroid/astroid-2.5.ebuild | 67 +++ 2 files changed, 68 insertions(+) diff --git a/dev-python/astroid/Manifest b/dev-python/astroid/Manifest index 5ddde6ca1c7..d05a68c09e8 100644 --- a/dev-python/astroid/Manifest +++ b/dev-python/astroid/Manifest @@ -1 +1,2 @@ DIST astroid-2.4.2.tar.gz 310972 BLAKE2B 23ebe5ef418ce19b64eb1c0f8d711c3f0d86ae32cff112d9a99db48d20a34c73cfa97c96229fd0f0f1169720d24e2cfd0b5a327c29ea0fc0f54a57ede45fcebe SHA512 f5d759c07a13e06d3d071faacff2dc775924566aaef8bdb6e526c4ebf723b6b561f5824b711b33e33a2a69df0a2ff4cbf0f4302c9a0d55610e031e81c4a4be91 +DIST astroid-2.5.tar.gz 304788 BLAKE2B 3d9304dcfff72aa8172fe88b5ee53b723b47b3e602b7c30cae15a61d0cff7d578ccfde4885b56c09c8254ca3fe185fcf297bf85184d68798eb51f1860c516db6 SHA512 eba7e757a12f89a74bff579731a157fda3c8d8dd1b5a4369791d47f7f6e321b23e167260d0988d389428222c8c98929e66ad26f379ff937e274dcd1abdb3b3d2 diff --git a/dev-python/astroid/astroid-2.5.ebuild b/dev-python/astroid/astroid-2.5.ebuild new file mode 100644 index 000..c706f048451 --- /dev/null +++ b/dev-python/astroid/astroid-2.5.ebuild @@ -0,0 +1,67 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{7..9} ) + +inherit distutils-r1 + +DESCRIPTION="Abstract Syntax Tree for logilab packages" +HOMEPAGE="https://github.com/PyCQA/astroid https://pypi.org/project/astroid/"; +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="test" +RESTRICT="!test? ( test )" + +# Version specified in __pkginfo__.py. +RDEPEND=" + dev-python/lazy-object-proxy[${PYTHON_USEDEP}] + dev-python/six[${PYTHON_USEDEP}] + >=dev-python/wrapt-1.11.2[${PYTHON_USEDEP}] + >=dev-python/typed-ast-1.4.0[${PYTHON_USEDEP}]" +DEPEND=" + dev-python/setuptools[${PYTHON_USEDEP}] + test? ( + ${RDEPEND} + dev-python/nose[${PYTHON_USEDEP}] + dev-python/numpy[${PYTHON_USEDEP}] + dev-python/pytest[${PYTHON_USEDEP}] + dev-python/python-dateutil[${PYTHON_USEDEP}] + )" + +PATCHES=( + "${FILESDIR}"/astroid-2.4.2-no-pytest-runner.patch +) + +distutils_enable_tests pytest + +python_prepare_all() { + sed -r -e 's:"(wrapt|six|lazy_object_proxy)(~|=)=.+":"\1":' \ + -i astroid/__pkginfo__.py || die + + distutils-r1_python_prepare_all +} + +python_test() { + local deselect=( + # no clue why it's broken + --deselect + tests/unittest_modutils.py::GetModulePartTest::test_knownValues_get_builtin_module_part + ) + [[ ${EPYTHON} == python3.9 ]] && deselect+=( + --deselect + tests/unittest_brain.py::TypingBrain::test_namedtuple_few_args + --deselect + tests/unittest_brain.py::TypingBrain::test_namedtuple_few_fields + --deselect + tests/unittest_brain.py::TypingBrain::test_namedtuple_inference_nonliteral + --deselect + tests/unittest_inference.py::test_dataclasses_subscript_inference_recursion_error + ) + + pytest -vv "${deselect[@]}" || die "Tests failed with ${EPYTHON}" +}
[gentoo-commits] repo/gentoo:master commit in: dev-python/uvloop/
commit: fe286237739853a644d95e53a91a2d678b1c4f98 Author: Michał Górny gentoo org> AuthorDate: Tue Feb 16 00:19:34 2021 + Commit: Michał Górny gentoo org> CommitDate: Tue Feb 16 00:32:29 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe286237 dev-python/uvloop: Bump to 0.15.1 Signed-off-by: Michał Górny gentoo.org> dev-python/uvloop/Manifest | 1 + dev-python/uvloop/uvloop-0.15.1.ebuild | 54 ++ 2 files changed, 55 insertions(+) diff --git a/dev-python/uvloop/Manifest b/dev-python/uvloop/Manifest index 00454ce7b1f..47c79dc50fb 100644 --- a/dev-python/uvloop/Manifest +++ b/dev-python/uvloop/Manifest @@ -1,2 +1,3 @@ DIST uvloop-0.14.0.tar.gz 2009041 BLAKE2B 4d984f5023e0974ee68795e6cf29585cee32345e8a682611a72dbc36efefdfeeecb3c22aecb581ff7e5ae826345e1de3b0e6c7a6e8319829b0b3cbe5a180ed11 SHA512 8a9a64c91fd34c65a1c40d8d76ad7dbd7e959d45188ef81cdc06995312f52106b2c648a504d51b64b470e54dfc4854dcf9a05cafa3d4a42f1bc1e31766114d61 DIST uvloop-0.15.0.tar.gz 2086686 BLAKE2B 34bbce58f47a4da1c8fa27011c4a39e864ba1959affe2584eb33425ddb3fbb3a59783e3cf771669cdb1343299bbc7a7a8a14f4bfcbf2b694ac71b9fc055341d1 SHA512 fcb18511a1af89c11cd4022ecb6e8893915a159b34a054bab5e82da3b9127b886ab3e785a98ca39e612cdf2b18abd95bd7fc505808cccf9d4ac281f5a0b6e0d7 +DIST uvloop-0.15.1.tar.gz 2087966 BLAKE2B 31892cfa2cacb02ae8a78ced2066a60012dfdc95ff9b1d68119487ec543e45fe7867c6a4b597b2ee83632c48d6d53216f648005a6202036e99f38b34b8d5e60a SHA512 104153760781b5596b552f00d0c897144fe2fbe208c2216e94daf5eef08ebde2ec45ddeaf6a24d1b28f9351d241832541a754124229af71245695da262458ffc diff --git a/dev-python/uvloop/uvloop-0.15.1.ebuild b/dev-python/uvloop/uvloop-0.15.1.ebuild new file mode 100644 index 000..1ce46b172f5 --- /dev/null +++ b/dev-python/uvloop/uvloop-0.15.1.ebuild @@ -0,0 +1,54 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{7..9} ) +inherit distutils-r1 + +DESCRIPTION="Ultra-fast implementation of asyncio event loop on top of libuv" +HOMEPAGE="https://github.com/magicstack/uvloop"; +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +KEYWORDS="~amd64 ~x86" +LICENSE="MIT" +SLOT="0" +IUSE="doc examples" + +RDEPEND=">=dev-libs/libuv-1.11.0:=" +DEPEND="${RDEPEND}" +BDEPEND=" + doc? ( + >=dev-python/alabaster-0.6.2[${PYTHON_USEDEP}] + dev-python/sphinx[${PYTHON_USEDEP}] + ) + test? ( + dev-python/aiohttp[${PYTHON_USEDEP}] + dev-python/pyopenssl[${PYTHON_USEDEP}] + dev-python/psutil[${PYTHON_USEDEP}] + ) +" + +distutils_enable_tests setup.py + +python_prepare_all() { + cat <> setup.cfg || die +[build_ext] +use-system-libuv=1 +EOF + + # flake8 only + rm tests/test_sourcecode.py || die + + distutils-r1_python_prepare_all +} + +python_compile_all() { + use doc && esetup.py build_ext --inplace build_sphinx +} + +python_install_all() { + use examples && dodoc -r examples + use doc && local HTML_DOCS=( "${BUILD_DIR}/sphinx/html/." ) + distutils-r1_python_install_all +}
[gentoo-commits] repo/gentoo:master commit in: dev-python/flufl-i18n/
commit: 82206ee22f494704e1ca1077c898960b2d8c8ca4 Author: Michał Górny gentoo org> AuthorDate: Tue Feb 16 00:18:17 2021 + Commit: Michał Górny gentoo org> CommitDate: Tue Feb 16 00:32:27 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82206ee2 dev-python/flufl-i18n: Bump to 3.1.5 Signed-off-by: Michał Górny gentoo.org> dev-python/flufl-i18n/Manifest| 1 + dev-python/flufl-i18n/flufl-i18n-3.1.5.ebuild | 37 +++ 2 files changed, 38 insertions(+) diff --git a/dev-python/flufl-i18n/Manifest b/dev-python/flufl-i18n/Manifest index 1fe6181654f..8a694121f5d 100644 --- a/dev-python/flufl-i18n/Manifest +++ b/dev-python/flufl-i18n/Manifest @@ -1,2 +1,3 @@ DIST flufl-i18n-2.0.2.tar.gz 19106 BLAKE2B 407f69708234e4c24403733c752ed79dfc0ff7d269a325c2d599ac00a0de077dfe63078fd050556f683008296885f397a59ea42b6d0692549856535166e63805 SHA512 05d9283bed456ee8d48704dc595f514e13b0c74096df177ed49bf178987baeee014ddc4331cc7d36edffbee1dcb58fcae152c2cb317b7ce73d9630864b98f1cd DIST flufl.i18n-3.1.4.tar.gz 24058 BLAKE2B 1652ea9d0ff7b853298b3647da0fa4c692b9f227f42873194dcff00b119316f425012c534bbd5df87125517bf12cdd7a6d5eaa807f1bacf7c6c82967e8880adb SHA512 02de410e1ca911e2c452b5dd48868c8c409817b867c58dbebdda6aff6dfe4d09b2f7ac4c293cbc1306eb5caa17c1f5a63e9d8c0ee59e8e41058ce0a4517257ea +DIST flufl.i18n-3.1.5.tar.gz 24116 BLAKE2B 6fef2f6d1cca30ccd21d71fa4f6209fb01f14e576951ba7137326ca18184983adb4825b721f046dd85a39803630c3090d5a29cbda68cf4687aee620cf3afbc63 SHA512 16222e243bdc7527f040bff8e7492fafa15a7c49ef20218d4563a70b885fb497d3b4b7a8a008079b7ca6185fa640105062c0d5e26dfbd11922d7fcccd5c3b786 diff --git a/dev-python/flufl-i18n/flufl-i18n-3.1.5.ebuild b/dev-python/flufl-i18n/flufl-i18n-3.1.5.ebuild new file mode 100644 index 000..bc9300e4f4e --- /dev/null +++ b/dev-python/flufl-i18n/flufl-i18n-3.1.5.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{7..9} ) +inherit distutils-r1 + +MY_P=${P/-/.} +DESCRIPTION="A high level API for Python internationalization" +HOMEPAGE="https://gitlab.com/warsaw/flufl.i18n"; +SRC_URI="mirror://pypi/${PN::1}/${PN/-/.}/${MY_P}.tar.gz" +S=${WORKDIR}/${MY_P} + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND=" + dev-python/atpublic[${PYTHON_USEDEP}] + $(python_gen_cond_dep ' + dev-python/typing-extensions[${PYTHON_USEDEP}] + ' python3_7)" +BDEPEND=" + test? ( dev-python/sybil[${PYTHON_USEDEP}] )" + +distutils_enable_tests pytest + +src_prepare() { + sed -i -e 's:--cov=flufl::' setup.cfg || die + distutils-r1_src_prepare +} + +python_install_all() { + distutils-r1_python_install_all + find "${D}" -name '*.pth' -delete || die +}
[gentoo-commits] repo/gentoo:master commit in: dev-python/boto3/
commit: 67123638411d438009b08b720a110d486120074e Author: Michał Górny gentoo org> AuthorDate: Tue Feb 16 00:17:40 2021 + Commit: Michał Górny gentoo org> CommitDate: Tue Feb 16 00:32:26 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67123638 dev-python/boto3: Bump to 1.17.8 Signed-off-by: Michał Górny gentoo.org> dev-python/boto3/Manifest| 1 + dev-python/boto3/boto3-1.17.8.ebuild | 56 2 files changed, 57 insertions(+) diff --git a/dev-python/boto3/Manifest b/dev-python/boto3/Manifest index 91535222551..c153b171734 100644 --- a/dev-python/boto3/Manifest +++ b/dev-python/boto3/Manifest @@ -13,3 +13,4 @@ DIST boto3-1.17.4.tar.gz 346342 BLAKE2B 3fba8f8b68edb268f20919bb65c5f8715d6c89c5 DIST boto3-1.17.5.tar.gz 346437 BLAKE2B 43cec95e82c2f4b78132966aebb3fb1b8e8e01929731e0a9aace2a281a86fb789ec940a62b13c2c8f82e03d7c2a7c89b3b919aa39be85e6d14e1459782b90ef8 SHA512 bd3dde9acd33371eaee9715c4d5dfa095f6571f728213992455864da15a8f49053991babe4cc57bb808bc7733101b50baeab6ed6a6e58fc04f25a4eee00b774a DIST boto3-1.17.6.tar.gz 346445 BLAKE2B 778dd820ab134a0c9bc0e67e692e8e1200f84335895a5ed3150eda53ac90dadef09f44c18c2a80858e2c37617c315ff411efec8f1008b8c21179ff519fc4bf9f SHA512 0cca89bd4bfbda7039262ce570c4235bd2ae33e46972026e5f6f66ae42cee9562d23854c3ea23e0fb9b472fc2a28cdabfbb740ae1f0db306c6342cea3c077e82 DIST boto3-1.17.7.tar.gz 346682 BLAKE2B 08c06dda1d59b4f555cad075673917b38cbf9ad8d0037f66027b17076e60b4d5fd32a93e088635320ebc3226a9cd8809c9208ec84f8588c26a77766b21dbee98 SHA512 2ba1817575c4a64c232c84a75a9d3b0db1de8634ded9aa31844930a82ccf4611805c6dd31b2e4d36cc9a2cc1813d233b4d7366305eaf28efd46a3b843d3c2993 +DIST boto3-1.17.8.tar.gz 346837 BLAKE2B 44a89727a93320ae8feeef584ed8a04fc5e95598252b3943cfba8b6dad7a6fd3872d5f6f6b7c77063cec0081f49d000adaf26f447386193758902e0a45ff63d6 SHA512 ef5fb47f1023f1c6e968bec9eb6be7f2cf06b5517cf5f9e19656be0cdec3dd75f749decd6fada9f789e378cbef7bb9d71c1bc94aebfa8b84b5efe0647e59250a diff --git a/dev-python/boto3/boto3-1.17.8.ebuild b/dev-python/boto3/boto3-1.17.8.ebuild new file mode 100644 index 000..74b9170a911 --- /dev/null +++ b/dev-python/boto3/boto3-1.17.8.ebuild @@ -0,0 +1,56 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +PYTHON_COMPAT=( python3_{7..9} ) +DISTUTILS_USE_SETUPTOOLS=bdepend +inherit distutils-r1 + +DESCRIPTION="The AWS SDK for Python" +HOMEPAGE="https://github.com/boto/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/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" + KEYWORDS="~amd64 ~arm ~arm64 ~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.3.0[${PYTHON_USEDEP}] +" +BDEPEND=" + test? ( + dev-python/mock[${PYTHON_USEDEP}] + ) +" + +distutils_enable_sphinx docs/source \ + 'dev-python/guzzle_sphinx_theme' +distutils_enable_tests nose + +python_prepare_all() { + # don't lock versions to narrow ranges + sed -e '/botocore/ d' \ + -e '/jmespath/ d' \ + -e '/s3transfer/ d' \ + -i setup.py || die + + # prevent an infinite loop + rm tests/functional/docs/test_smoke.py || die + + distutils-r1_python_prepare_all +} + +python_test() { + nosetests -v tests/unit/ tests/functional/ || die "test failed under ${EPYTHON}" +}
[gentoo-commits] repo/gentoo:master commit in: dev-python/rsa/
commit: 3485bf7b99e595033c3acc6b76fe4c7a70e19525 Author: Michał Górny gentoo org> AuthorDate: Tue Feb 16 00:13:41 2021 + Commit: Michał Górny gentoo org> CommitDate: Tue Feb 16 00:32:24 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3485bf7b dev-python/rsa: Bump to 4.7.1 Signed-off-by: Michał Górny gentoo.org> dev-python/rsa/Manifest | 1 + dev-python/rsa/rsa-4.7.1.ebuild | 37 + 2 files changed, 38 insertions(+) diff --git a/dev-python/rsa/Manifest b/dev-python/rsa/Manifest index 2e39bd35d95..cd9c4a74b8d 100644 --- a/dev-python/rsa/Manifest +++ b/dev-python/rsa/Manifest @@ -1 +1,2 @@ +DIST python-rsa-version-4.7.1.gh.tar.gz 65085 BLAKE2B e63200a7861f13177d042ae92dbb9f8eb4ba3c30174e21b12cb4d84d9a39d3cbb59d6dacec5d4e3d2375ca100bf48c12dabff3f90011f3a3c795ece9e863893f SHA512 f06eee5d6e72c11cdf68ee756ffef7fd9d002ee93939158593ee6d0b5cf1abbfad31c50f6cfd4676d9f64247faee6019d8b214d22324706c82d07068f55ebd94 DIST python-rsa-version-4.7.gh.tar.gz 64870 BLAKE2B 1e8c8c1a2c4261fdfacf5c83a76b0828dd2fabd26c0a76c0d39e7043a3005058e74a50c1d8f6ed705f5a47ab5d7c077587061ff097cad87424a2e82a8b478b3f SHA512 a88c8f04860e8babe762eb70e6096c55fbb4bbde43525564ecc719f5e6c56fdb65fa7b82a907c6de529a8effea26b1f6f8ffa3440dab99bff97664f7ce5fe31a diff --git a/dev-python/rsa/rsa-4.7.1.ebuild b/dev-python/rsa/rsa-4.7.1.ebuild new file mode 100644 index 000..32aff8b85fb --- /dev/null +++ b/dev-python/rsa/rsa-4.7.1.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{7..9} ) +DISTUTILS_USE_SETUPTOOLS=rdepend + +inherit distutils-r1 + +MY_P=python-rsa-version-${PV} +DESCRIPTION="Pure-Python RSA implementation" +HOMEPAGE=" + https://stuvel.eu/rsa/ + https://pypi.org/project/rsa/"; +SRC_URI=" + https://github.com/sybrenstuvel/python-rsa/archive/version-${PV}.tar.gz + -> ${MY_P}.gh.tar.gz" +S=${WORKDIR}/${MY_P} + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86" + +RDEPEND=" + >=dev-python/pyasn1-0.1.3[${PYTHON_USEDEP}] +" +BDEPEND=" + test? ( dev-python/mock[${PYTHON_USEDEP}] ) +" + +distutils_enable_tests unittest + +src_prepare() { + rm tests/test_mypy.py || die + distutils-r1_src_prepare +}
[gentoo-commits] repo/gentoo:master commit in: dev-python/botocore/
commit: 00021c81f5bc48f265d4cb7256f2419f6c20ecd0 Author: Michał Górny gentoo org> AuthorDate: Tue Feb 16 00:17:29 2021 + Commit: Michał Górny gentoo org> CommitDate: Tue Feb 16 00:32:25 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00021c81 dev-python/botocore: Bump to 1.20.8 Signed-off-by: Michał Górny gentoo.org> dev-python/botocore/Manifest | 1 + dev-python/botocore/botocore-1.20.8.ebuild | 59 ++ 2 files changed, 60 insertions(+) diff --git a/dev-python/botocore/Manifest b/dev-python/botocore/Manifest index 0fc2094b785..4c6f6241612 100644 --- a/dev-python/botocore/Manifest +++ b/dev-python/botocore/Manifest @@ -13,3 +13,4 @@ DIST botocore-1.20.4.tar.gz 7447611 BLAKE2B 05cb501cf40748ac1053c4687bd6de7a17d9 DIST botocore-1.20.5.tar.gz 7447859 BLAKE2B 56b6ecbec1834c414983679e4f3cd01f295c48c87bc972ccec77fe972b88a1785ef82c403576f6aa96ebe9041a29535566280228f8b5a5e35d2e4fdb14cac472 SHA512 488584be3ea9b8a7467384a3947349704d0bf0e6817936a70fda69bc8d682d88601188446d50eeae29b4f0680e8f20d717519011d6beecd3f35cb322fb526853 DIST botocore-1.20.6.tar.gz 7450975 BLAKE2B 56ad69b958233a94f6bacff28bffb644bde8cc87dcb8d842f542059548d2aaf5762666077f9b429bc0487808282b806725a05dcd3def6c975f4418f209fc2ec8 SHA512 558c3c3b123aeeeb5aff420e7ff3edbba9165e1cf434f8136ead21e9d94dd85d857732902b10e09386ddc80754d7be37970573ce039296e532b593a101a97950 DIST botocore-1.20.7.tar.gz 7458254 BLAKE2B 8b9a1edda73e2564d3a3d67c6b3542d1ec9372403cb4d88396e58dfbcb5987821f278f2757e079e1ab32e03243ed3a6d1023ecc591b965512b3af5e2d43ea7b0 SHA512 9b023a31be866a50b94017a28aca40b5fe2e720959c928a3fd93db96041f3886049717f50461222a09572c0c56c5961a4614b80e400e4fa6d8b3ff4b4ab681df +DIST botocore-1.20.8.tar.gz 7460687 BLAKE2B 51a11afa10058fee4cfcd17ce9181bb39910833f2f1e002041ebf713b292ed8fe6b5622c1742a641691e9d662d8d21e66bcabcf1ebf25b1ce1663f251050550f SHA512 6ec14c1c81c3f4d79a6783d5bba934140703a63bd0c852e71a9e1ec78016b531300ac6932f349561a4018487c82e8a4b44315cdf9eae4394920b710fcf4adbbb diff --git a/dev-python/botocore/botocore-1.20.8.ebuild b/dev-python/botocore/botocore-1.20.8.ebuild new file mode 100644 index 000..4e5d698e619 --- /dev/null +++ b/dev-python/botocore/botocore-1.20.8.ebuild @@ -0,0 +1,59 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +PYTHON_COMPAT=( python3_{7..9} ) + +inherit distutils-r1 + +DESCRIPTION="Low-level, data-driven core of boto 3" +HOMEPAGE="https://github.com/boto/botocore"; +LICENSE="Apache-2.0" +SLOT="0" + +if [[ "${PV}" == "" ]]; then + EGIT_REPO_URI="https://github.com/boto/botocore"; + inherit git-r3 +else + SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux" +fi + +RDEPEND=" + dev-python/six[${PYTHON_USEDEP}] + dev-python/jmespath[${PYTHON_USEDEP}] + dev-python/python-dateutil[${PYTHON_USEDEP}] + >=dev-python/urllib3-1.25.4[${PYTHON_USEDEP}] +" +BDEPEND=" + test? ( + dev-python/mock[${PYTHON_USEDEP}] + dev-python/jsonschema[${PYTHON_USEDEP}] + ) +" + +PATCHES=( + "${FILESDIR}/1.8.6-tests-pass-all-env-vars-to-cmd-runner.patch" +) + +distutils_enable_sphinx docs/source \ + 'dev-python/guzzle_sphinx_theme' +distutils_enable_tests nose + +src_prepare() { + # unpin deps + sed -i -e "s:>=.*':':" setup.py || die + # very unstable + sed -i -e 's:test_stress_test_token_bucket:_&:' \ + tests/functional/retries/test_bucket.py || die + distutils-r1_src_prepare +} + +python_test() { + # note: suites need to be run separately as one of the unit tests + # seems to be leaking mocks and breaking a few functional tests + nosetests -v tests/unit || + die "unit tests failed under ${EPYTHON}" + nosetests -v tests/functional || + die "functional tests failed under ${EPYTHON}" +}
[gentoo-commits] repo/gentoo:master commit in: media-libs/taglib/, media-libs/taglib/files/
commit: bf7746b7c8a729749e4f9c266e7757f622995bda Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Feb 15 22:51:10 2021 + Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Feb 16 00:15:12 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf7746b7 media-libs/taglib: 1.12 version bump, add IUSE=doc, fix tests Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner gentoo.org> media-libs/taglib/Manifest | 1 + media-libs/taglib/files/taglib-1.12-cmake.patch | 525 media-libs/taglib/taglib-1.12.ebuild| 63 +++ 3 files changed, 589 insertions(+) diff --git a/media-libs/taglib/Manifest b/media-libs/taglib/Manifest index 935619532ed..29937cf62ab 100644 --- a/media-libs/taglib/Manifest +++ b/media-libs/taglib/Manifest @@ -1 +1,2 @@ DIST taglib-1.11.1_p20190920.tar.gz 1290100 BLAKE2B 38f65450b5e7c33b14187ab461bfd18d77f93d1ecab5ccf0c898ca6e67fd05aebac09318d4e1cabf1fdbca38800332ef9d0d5d1317087e69672734d1dec1dfe2 SHA512 4f7ad2a0713d38e8885b10d08041abdfb6c669369edd16e8345d7d679c16c15f191ca378e6690e06347f29e0e9cadebcb95ba26dc583c1127c4531558df27173 +DIST taglib-1.12.tar.gz 1364231 BLAKE2B 414a61a302fbdd1af8dae70fcec96311023d3ef85a659b8dc598c8c73cf31142b4a254c843f4d415eff0fda84e62e18f1bb63921f1868400990f023aa01b1a41 SHA512 63c96297d65486450908bda7cc1583ec338fa5a56a7c088fc37d6e125e1ee76e6d20343556a8f3d36f5b7e5187c58a5d15be964c996e3586ea1438910152b1a6 diff --git a/media-libs/taglib/files/taglib-1.12-cmake.patch b/media-libs/taglib/files/taglib-1.12-cmake.patch new file mode 100644 index 000..185a1e23ed2 --- /dev/null +++ b/media-libs/taglib/files/taglib-1.12-cmake.patch @@ -0,0 +1,525 @@ +From 5d5315c5ddf2e3a6d92d6b5dba8a120b7c04f46a Mon Sep 17 00:00:00 2001 +From: Andreas Sturmlechner +Date: Mon, 15 Feb 2021 22:50:56 +0100 +Subject: [PATCH 1/7] Use CMake's CTest which includes BUILD_TESTING option + +BUILD_TESTING is default enabled, which is a good default anyway. +Move the CppUnit check to the root CMakeLists.txt, simpler and clearer. +BUILD_TESTS is obsolete. + +The need for BUILD_SHARED_LIBS=OFF for testing is not clear, it works on Linux. +But I kept it in the instructions for now. + +Signed-off-by: Andreas Sturmlechner +--- + CMakeLists.txt| 13 + + ConfigureChecks.cmake | 10 -- + INSTALL.md| 6 +++--- + 3 files changed, 12 insertions(+), 17 deletions(-) + +diff --git a/CMakeLists.txt b/CMakeLists.txt +index 5fc91cc6..770fa046 100644 +--- a/CMakeLists.txt b/CMakeLists.txt +@@ -4,6 +4,8 @@ project(taglib) + + list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake/modules") + ++include(CTest) ++ + if(DEFINED ENABLE_STATIC) + message(FATAL_ERROR "This option is no longer available, use BUILD_SHARED_LIBS instead") + endif() +@@ -32,7 +34,6 @@ if(ENABLE_CCACHE) + endif() + + option(VISIBILITY_HIDDEN "Build with -fvisibility=hidden" OFF) +-option(BUILD_TESTS "Build the test suite" OFF) + option(BUILD_EXAMPLES "Build the examples" OFF) + option(BUILD_BINDINGS "Build the bindings" ON) + +@@ -147,9 +148,13 @@ if(BUILD_BINDINGS) + add_subdirectory(bindings) + endif() + +-if(BUILD_TESTS AND NOT BUILD_SHARED_LIBS) +- enable_testing() +- add_subdirectory(tests) ++if(BUILD_TESTING) ++ find_package(CppUnit) ++ if(CppUnit_FOUND) ++add_subdirectory(tests) ++ else() ++message(WARNING "BUILD_TESTING requested, but CppUnit not found, skipping tests.") ++ endif() + endif() + + if(BUILD_EXAMPLES) +diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake +index bcdbfe20..2fe2f129 100644 +--- a/ConfigureChecks.cmake b/ConfigureChecks.cmake +@@ -187,16 +187,6 @@ if(NOT ZLIB_SOURCE) + endif() + endif() + +-# Determine whether CppUnit is installed. +- +-if(BUILD_TESTS AND NOT BUILD_SHARED_LIBS) +- find_package(CppUnit) +- if(NOT CppUnit_FOUND) +-message(STATUS "CppUnit not found, disabling tests.") +-set(BUILD_TESTS OFF) +- endif() +-endif() +- + # Detect WinRT mode + if(CMAKE_SYSTEM_NAME STREQUAL "WindowsStore") + set(PLATFORM WINRT 1) +diff --git a/INSTALL.md b/INSTALL.md +index a398654e..19771aca 100644 +--- a/INSTALL.md b/INSTALL.md +@@ -167,7 +167,7 @@ Unit Tests + + If you want to run the test suite to make sure TagLib works properly on your + system, you need to have cppunit installed. To build the tests, include +-the option `-DBUILD_TESTS=ON -DBUILD_SHARED_LIBS=OFF` when running cmake. ++the option `-DBUILD_TESTING=ON` when running cmake. + + The test suite has a custom target in the build system, so you can run + the tests using make: +@@ -183,7 +183,7 @@ Windows MinGW: + - `mingw32-make; mingw32-make install DESTDIR=/path/to/install/dir` + * Build TagLib with testing enabled: + - ``` +-cmake -G "MinGW Makefiles" -DBUILD_TESTS=ON -DBUILD_EXAMPLES=ON -DBUILD_SHARED_LIBS=OFF \ ++cmake -G "MinGW Makefiles" -DBUILD_TESTING=ON -DBUILD_EXAMPLES
[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kdnssd/
commit: dbaf71ebf9c3b5372e6ef3847be9cc5372e9b2e5 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Feb 16 00:11:17 2021 + Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Feb 16 00:15:12 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbaf71eb kde-frameworks/kdnssd: 5.79.1 version bump See also: https://mail.kde.org/pipermail/release-team/2021-February/01.html Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-frameworks/kdnssd/Manifest | 1 + kde-frameworks/kdnssd/kdnssd-5.79.1.ebuild | 33 ++ 2 files changed, 34 insertions(+) diff --git a/kde-frameworks/kdnssd/Manifest b/kde-frameworks/kdnssd/Manifest index 83f5fcdfb2f..47e967a5810 100644 --- a/kde-frameworks/kdnssd/Manifest +++ b/kde-frameworks/kdnssd/Manifest @@ -1,2 +1,3 @@ DIST kdnssd-5.77.0.tar.xz 57492 BLAKE2B a4017049a8ae7d4317b7366d2a49dba924e616cbec63079a23e05b3c2f12d75d27d31dbe847e3ddb94060dae9d246109cfa31e7597d95c88be0f6e33cc168961 SHA512 cc24ac9fb6947a7c7e1cd849216dadd9b580dfab204d1203e4bf6a2e3a70cb54591c115aa5fc6836f4b8d83f5eb56366f4f7ad2bea97718b774a46f2c5b6e50d DIST kdnssd-5.79.0.tar.xz 57688 BLAKE2B 33606ee1e00d8ffe7c3d272d95426a8f93edce6059e8952b489fc2bbc9e8981229ff072c1e2fa923c9ba34915c91fcf5410e9e6c7dd2642b51151839ac669bcc SHA512 75e948056736af970e7997e6acbea4121b7438dbb88ed93eff2dbca3820fd975c0791608884255c9fe9af4971167ec5fa8f04c4a791bc4c505b40b95501859ad +DIST kdnssd-5.79.1.tar.xz 57880 BLAKE2B 979d62c477f28c877306d98897f55eb6829d6edeea1a9b681ab789c22ea27df3a5fa15e24dd6415052e995f708b0b58e9f5a65d2269672e3296070b5d547bc0e SHA512 4ac737ce2442fafa7d1bc2baab860892b547cd8eb67f73756ff8024d569b1a4a0608d5f28e15916a4264abac9cb94d01c9df83c4cedf1ef4fdc684b96cecfc26 diff --git a/kde-frameworks/kdnssd/kdnssd-5.79.1.ebuild b/kde-frameworks/kdnssd/kdnssd-5.79.1.ebuild new file mode 100644 index 000..57dc346bb8a --- /dev/null +++ b/kde-frameworks/kdnssd/kdnssd-5.79.1.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +QTMIN=5.15.2 +inherit ecm kde.org + +DESCRIPTION="Framework for network service discovery using Zeroconf" +LICENSE="LGPL-2+" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" +IUSE="nls zeroconf" + +BDEPEND=" + nls? ( >=dev-qt/linguist-tools-${QTMIN}:5 ) +" +DEPEND=" + >=dev-qt/qtnetwork-${QTMIN}:5 + zeroconf? ( + >=dev-qt/qtdbus-${QTMIN}:5 + net-dns/avahi[mdnsresponder-compat] + ) +" +RDEPEND="${DEPEND}" + +src_configure() { + local mycmakeargs=( + -DCMAKE_DISABLE_FIND_PACKAGE_DNSSD=ON + $(cmake_use_find_package zeroconf Avahi) + ) + + ecm_src_configure +}
[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kdnssd/
commit: 3dc680cfaadba841eb6ab76eb338d7aeffaa841c Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Feb 16 00:13:03 2021 + Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Feb 16 00:15:12 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3dc680cf kde-frameworks/kdnssd: Drop 5.79.0 Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-frameworks/kdnssd/Manifest | 1 - kde-frameworks/kdnssd/kdnssd-5.79.0.ebuild | 33 -- 2 files changed, 34 deletions(-) diff --git a/kde-frameworks/kdnssd/Manifest b/kde-frameworks/kdnssd/Manifest index 47e967a5810..d91a4554135 100644 --- a/kde-frameworks/kdnssd/Manifest +++ b/kde-frameworks/kdnssd/Manifest @@ -1,3 +1,2 @@ DIST kdnssd-5.77.0.tar.xz 57492 BLAKE2B a4017049a8ae7d4317b7366d2a49dba924e616cbec63079a23e05b3c2f12d75d27d31dbe847e3ddb94060dae9d246109cfa31e7597d95c88be0f6e33cc168961 SHA512 cc24ac9fb6947a7c7e1cd849216dadd9b580dfab204d1203e4bf6a2e3a70cb54591c115aa5fc6836f4b8d83f5eb56366f4f7ad2bea97718b774a46f2c5b6e50d -DIST kdnssd-5.79.0.tar.xz 57688 BLAKE2B 33606ee1e00d8ffe7c3d272d95426a8f93edce6059e8952b489fc2bbc9e8981229ff072c1e2fa923c9ba34915c91fcf5410e9e6c7dd2642b51151839ac669bcc SHA512 75e948056736af970e7997e6acbea4121b7438dbb88ed93eff2dbca3820fd975c0791608884255c9fe9af4971167ec5fa8f04c4a791bc4c505b40b95501859ad DIST kdnssd-5.79.1.tar.xz 57880 BLAKE2B 979d62c477f28c877306d98897f55eb6829d6edeea1a9b681ab789c22ea27df3a5fa15e24dd6415052e995f708b0b58e9f5a65d2269672e3296070b5d547bc0e SHA512 4ac737ce2442fafa7d1bc2baab860892b547cd8eb67f73756ff8024d569b1a4a0608d5f28e15916a4264abac9cb94d01c9df83c4cedf1ef4fdc684b96cecfc26 diff --git a/kde-frameworks/kdnssd/kdnssd-5.79.0.ebuild b/kde-frameworks/kdnssd/kdnssd-5.79.0.ebuild deleted file mode 100644 index 57dc346bb8a..000 --- a/kde-frameworks/kdnssd/kdnssd-5.79.0.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -QTMIN=5.15.2 -inherit ecm kde.org - -DESCRIPTION="Framework for network service discovery using Zeroconf" -LICENSE="LGPL-2+" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" -IUSE="nls zeroconf" - -BDEPEND=" - nls? ( >=dev-qt/linguist-tools-${QTMIN}:5 ) -" -DEPEND=" - >=dev-qt/qtnetwork-${QTMIN}:5 - zeroconf? ( - >=dev-qt/qtdbus-${QTMIN}:5 - net-dns/avahi[mdnsresponder-compat] - ) -" -RDEPEND="${DEPEND}" - -src_configure() { - local mycmakeargs=( - -DCMAKE_DISABLE_FIND_PACKAGE_DNSSD=ON - $(cmake_use_find_package zeroconf Avahi) - ) - - ecm_src_configure -}
[gentoo-commits] repo/gentoo:master commit in: dev-lang/python/
commit: b5a326329d0121f8a618e73feb3fe1dfb31f9e1f Author: Michał Górny gentoo org> AuthorDate: Mon Feb 15 23:44:52 2021 + Commit: Michał Górny gentoo org> CommitDate: Tue Feb 16 00:12:52 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5a32632 dev-lang/python: Backport CVE-2021-23336 fix to 3.8 Bug: https://bugs.gentoo.org/770853 Signed-off-by: Michał Górny gentoo.org> dev-lang/python/Manifest | 1 + dev-lang/python/python-3.8.7_p2.ebuild | 337 + 2 files changed, 338 insertions(+) diff --git a/dev-lang/python/Manifest b/dev-lang/python/Manifest index d8f1cadb971..7fd9dcf150a 100644 --- a/dev-lang/python/Manifest +++ b/dev-lang/python/Manifest @@ -26,6 +26,7 @@ DIST python-gentoo-patches-3.7.9-r1.tar.xz 15664 BLAKE2B 271b95a52f4ba83c1aee6f6 DIST python-gentoo-patches-3.7.9-r2.tar.xz 17068 BLAKE2B 2cb838e6ab2f76b5d08df42a1187f3cdeaf3e26d845307ddb6f492eb46cfb14da26f7ceaca7ca09a5304ba717006d182cb632a0927029419064673e58a06d232 SHA512 fd9bdc0ed989ff9ca5f343d2fd04a9e7f4c078e434b03288b19797dab71006d89d601cf91d651a1dbb8cc6c66e829c977cec98e971b30c5f5cc29a751dc34d50 DIST python-gentoo-patches-3.8.6-r1.tar.xz 15880 BLAKE2B 9a08cd23af56bcc2ed0dffe4850698be6e0bcf7c44d3eafeb250e328a93833dc3e9ce084f1be89450d1e123cd72d81c6271edfe34046d1bab3d7c10a98d0d9c5 SHA512 83474915cab0928d1d2f4229832bef7c093b2943770fa900a7445bfaa633544f50791aa8b4bc4191662af56feef166814d98eb6fad2c0a0eb9db1f8f4806e689 DIST python-gentoo-patches-3.8.7-r1.tar.xz 12572 BLAKE2B 7658ae56993674a7f57cb2b6d9f23e9d01fa75f00edcc67dc3474bba0361373555c44d47c155cf9ffcbd8551ff2ae56bc22a25bef1bf6b3efed7314b2824d777 SHA512 76d0e4d18fbeedc28430a3dd1656cfafdfefdae28978baddd3e0102d0fce83be173b58da74203fc6a90cf50c63fa612f0b78e65bc59a41dce4739eead398d352 +DIST python-gentoo-patches-3.8.7_p2.tar.xz 17708 BLAKE2B 495a24e0496be246d2beddfaaa8886049197ca5973dadccfcd26b3b2237e4b06b85f0e4d418db411d055ca3d0c1173e03dd5a62e29f64c133e8da6261b17c99b SHA512 c06f2fc1fe48be010e8230ac3d474b9c8386bba8f762dbe35d128ad63eaa1a4c2a5a991ec6044564331d0dec4f248a71e37959ebe666b0693d6ed41f460a67f7 DIST python-gentoo-patches-3.9.0-r1.tar.xz 13728 BLAKE2B 50e85194c6bafefb8a0ddc4c9dea39227fc2c170db37ab44fa1e068340fa2fc5a59489f50431f0792024df551fc54a20de594579b57717c89fa134b3f000bb6d SHA512 a38c2800e3a0740af79f75f4120c925c7a891aa1f14a71ab56ad97fbabca3573c571140da3f34050bd9f97bd854a704453a910fa6883162196e6d1335a965b61 DIST python-gentoo-patches-3.9.1-r1.tar.xz 10464 BLAKE2B d69ce207020b7a34eb45c149ce88001167704763fbc373a8d5aff48a1d6337774dfb6c75d477442516b8dceb87b116e6d8cf3231334ced9b03aa970aa0d2e8e1 SHA512 72b1e37b1ceac9a0e95aa63a7dd404c69f60ae7a8aac472b8c17100c873a4d28d3291231643862c9d1cfaf990040f8e780590274314047adee199c159d745369 DIST python-gentoo-patches-3.9.1_p2.tar.xz 15556 BLAKE2B 5e265ef8edee70694d73c6df6eb908a747be34e1e89b900d2470d41e7e043d179408bc643a52ade6e54e61a210ee8850d02a2cb452a9336f3973345c1d027158 SHA512 eabfd304b39975258705f5e9b238f709196ce0cbd3803f157dc77d864631a3eea380084a3a4de180e3ba7e92239608ae369e810f8066c0f1ff9fa251bbc1816c diff --git a/dev-lang/python/python-3.8.7_p2.ebuild b/dev-lang/python/python-3.8.7_p2.ebuild new file mode 100644 index 000..71bd7c3f061 --- /dev/null +++ b/dev-lang/python/python-3.8.7_p2.ebuild @@ -0,0 +1,337 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI="7" +WANT_LIBTOOL="none" + +inherit autotools flag-o-matic multiprocessing pax-utils \ + python-utils-r1 toolchain-funcs verify-sig + +MY_P="Python-${PV%_p*}" +PYVER=$(ver_cut 1-2) +PATCHSET="python-gentoo-patches-${PV}" + +DESCRIPTION="An interpreted, interactive, object-oriented programming language" +HOMEPAGE="https://www.python.org/"; +SRC_URI="https://www.python.org/ftp/python/${PV%_*}/${MY_P}.tar.xz + https://dev.gentoo.org/~mgorny/dist/python/${PATCHSET}.tar.xz + verify-sig? ( + https://www.python.org/ftp/python/${PV%_*}/${MY_P}.tar.xz.asc + )" +S="${WORKDIR}/${MY_P}" + +LICENSE="PSF-2" +SLOT="${PYVER}" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" +IUSE="bluetooth build examples gdbm hardened ipv6 libressl +ncurses +readline sqlite +ssl test tk wininst +xml" +RESTRICT="!test? ( test )" + +# Do not add a dependency on dev-lang/python to this ebuild. +# If you need to apply a patch which requires python for bootstrapping, please +# run the bootstrap code on your dev box and include the results in the +# patchset. See bug 447752. + +RDEPEND="app-arch/bzip2:= + app-arch/xz-utils:= + dev-libs/libffi:= + sys-apps/util-linux:= + >=sys-libs/zlib-1.1.3:= + virtual/libcrypt:= + virtual/libintl + gdbm? ( sys-libs/gdbm:=[berkdb] ) + ncurses? ( >=sys-libs/ncurses-5.2:= ) + readline? ( >=sys-libs/readline-4.1:= ) + sqlite? ( >=dev-db/sqlite-3.3.8:3= ) +
[gentoo-commits] repo/gentoo:master commit in: dev-lang/python/
commit: 266ba3cecffea1dfde91ac09ba3ce44a95b6fdf5 Author: Michał Górny gentoo org> AuthorDate: Mon Feb 15 23:46:10 2021 + Commit: Michał Górny gentoo org> CommitDate: Tue Feb 16 00:12:53 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=266ba3ce dev-lang/python: Backport CVE-2021-23336 fix to 3.7 Bug: https://bugs.gentoo.org/770853 Signed-off-by: Michał Górny gentoo.org> dev-lang/python/Manifest | 1 + dev-lang/python/python-3.7.9_p3.ebuild | 333 + 2 files changed, 334 insertions(+) diff --git a/dev-lang/python/Manifest b/dev-lang/python/Manifest index 7fd9dcf150a..cc70e777ff9 100644 --- a/dev-lang/python/Manifest +++ b/dev-lang/python/Manifest @@ -24,6 +24,7 @@ DIST python-gentoo-patches-3.6.12-r1.tar.xz 16540 BLAKE2B 8204b6f25e1f7c6fef0249 DIST python-gentoo-patches-3.6.12-r2.tar.xz 17988 BLAKE2B c252bce5ac49b9af11174d3c974d95c24ec280230cede75a7650cb914f8acb3d41b8d575e469fe7f274c6d3bc238847b82e815bf1444c5afd7292e00248e3365 SHA512 50813fbd810c8b865c0f0f8d56780af7a9e094336ba486ddd94ba8fb0a83b5373f41274bbb10c3d732449ee5b2076b7430404c02bfac10fb9b27f92de79c25e2 DIST python-gentoo-patches-3.7.9-r1.tar.xz 15664 BLAKE2B 271b95a52f4ba83c1aee6f68385462c9af8f2ab575267ac068a793e99f7c9739eb4b98dfa7e9280510a709557d418db04f26b5b31bbfe95dfdc13c1773510d2d SHA512 38df628de2f2835f975f6f06395d32cd63051af87b9bf8b06eef2f987bde26a883923bcab333568c122554b900bb17995a8c7290b6a58f942bd942dcbc70d030 DIST python-gentoo-patches-3.7.9-r2.tar.xz 17068 BLAKE2B 2cb838e6ab2f76b5d08df42a1187f3cdeaf3e26d845307ddb6f492eb46cfb14da26f7ceaca7ca09a5304ba717006d182cb632a0927029419064673e58a06d232 SHA512 fd9bdc0ed989ff9ca5f343d2fd04a9e7f4c078e434b03288b19797dab71006d89d601cf91d651a1dbb8cc6c66e829c977cec98e971b30c5f5cc29a751dc34d50 +DIST python-gentoo-patches-3.7.9_p3.tar.xz 22000 BLAKE2B ca23030243727349f3c055854ad8ecf144dc567dd3ef5bf7d0b8cec8e2c97ba123d9b7af3c46e18c108e44fa9fea287c6cbb2e5438d84d5efa18023f82567610 SHA512 4d9f00352dd9f0d7aaf04bacb4a286dcefda25054bf7bef22ec5e5b4655bc0eac0a6b119291cb969d835167d5b81a831480ca12af734b11d44eb607c194ac616 DIST python-gentoo-patches-3.8.6-r1.tar.xz 15880 BLAKE2B 9a08cd23af56bcc2ed0dffe4850698be6e0bcf7c44d3eafeb250e328a93833dc3e9ce084f1be89450d1e123cd72d81c6271edfe34046d1bab3d7c10a98d0d9c5 SHA512 83474915cab0928d1d2f4229832bef7c093b2943770fa900a7445bfaa633544f50791aa8b4bc4191662af56feef166814d98eb6fad2c0a0eb9db1f8f4806e689 DIST python-gentoo-patches-3.8.7-r1.tar.xz 12572 BLAKE2B 7658ae56993674a7f57cb2b6d9f23e9d01fa75f00edcc67dc3474bba0361373555c44d47c155cf9ffcbd8551ff2ae56bc22a25bef1bf6b3efed7314b2824d777 SHA512 76d0e4d18fbeedc28430a3dd1656cfafdfefdae28978baddd3e0102d0fce83be173b58da74203fc6a90cf50c63fa612f0b78e65bc59a41dce4739eead398d352 DIST python-gentoo-patches-3.8.7_p2.tar.xz 17708 BLAKE2B 495a24e0496be246d2beddfaaa8886049197ca5973dadccfcd26b3b2237e4b06b85f0e4d418db411d055ca3d0c1173e03dd5a62e29f64c133e8da6261b17c99b SHA512 c06f2fc1fe48be010e8230ac3d474b9c8386bba8f762dbe35d128ad63eaa1a4c2a5a991ec6044564331d0dec4f248a71e37959ebe666b0693d6ed41f460a67f7 diff --git a/dev-lang/python/python-3.7.9_p3.ebuild b/dev-lang/python/python-3.7.9_p3.ebuild new file mode 100644 index 000..f61897fc796 --- /dev/null +++ b/dev-lang/python/python-3.7.9_p3.ebuild @@ -0,0 +1,333 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI="7" +WANT_LIBTOOL="none" + +inherit autotools flag-o-matic multiprocessing pax-utils \ + python-utils-r1 toolchain-funcs verify-sig + +MY_P="Python-${PV%_p*}" +PYVER=$(ver_cut 1-2) +PATCHSET="python-gentoo-patches-${PV}" + +DESCRIPTION="An interpreted, interactive, object-oriented programming language" +HOMEPAGE="https://www.python.org/"; +SRC_URI="https://www.python.org/ftp/python/${PV%_*}/${MY_P}.tar.xz + https://dev.gentoo.org/~mgorny/dist/python/${PATCHSET}.tar.xz + verify-sig? ( + https://www.python.org/ftp/python/${PV%_*}/${MY_P}.tar.xz.asc + )" +S="${WORKDIR}/${MY_P}" + +LICENSE="PSF-2" +SLOT="${PYVER}/${PYVER}m" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" +IUSE="bluetooth build examples gdbm hardened ipv6 libressl +ncurses +readline sqlite +ssl test tk wininst +xml" +RESTRICT="!test? ( test )" + +# Do not add a dependency on dev-lang/python to this ebuild. +# If you need to apply a patch which requires python for bootstrapping, please +# run the bootstrap code on your dev box and include the results in the +# patchset. See bug 447752. + +RDEPEND="app-arch/bzip2:= + app-arch/xz-utils:= + dev-libs/libffi:= + sys-apps/util-linux:= + >=sys-libs/zlib-1.1.3:= + virtual/libcrypt:= + virtual/libintl + gdbm? ( sys-libs/gdbm:=[berkdb] ) + ncurses? ( >=sys-libs/ncurses-5.2:= ) + readline? ( >=sys-libs/readline-4.1:= ) + sqlite? ( >=dev-db/sqlite-3.3.8
[gentoo-commits] repo/gentoo:master commit in: dev-lang/python/
commit: 6b22068f64c351ccf7d6140b362559a78593f29b Author: Michał Górny gentoo org> AuthorDate: Mon Feb 15 23:47:23 2021 + Commit: Michał Górny gentoo org> CommitDate: Tue Feb 16 00:12:54 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b22068f dev-lang/python: Backport CVE-2021-23336 fix to 3.6 Bug: https://bugs.gentoo.org/770853 Signed-off-by: Michał Górny gentoo.org> dev-lang/python/Manifest| 1 + dev-lang/python/python-3.6.12_p3.ebuild | 341 2 files changed, 342 insertions(+) diff --git a/dev-lang/python/Manifest b/dev-lang/python/Manifest index cc70e777ff9..2cca4dd0a81 100644 --- a/dev-lang/python/Manifest +++ b/dev-lang/python/Manifest @@ -22,6 +22,7 @@ DIST python-gentoo-patches-3.10.0a5.tar.xz 8972 BLAKE2B b407e501037f2732ec0844ab DIST python-gentoo-patches-3.10.0a5_p1.tar.xz 14336 BLAKE2B 953d77e59460bbd53bf41bc57e48957f6a6d08dc9f8a1adb4ad3c64a0a1281a15142952e6733c1dd9a5eadd6d81332db54dc4eb906e73ccfd35e0d18a8363962 SHA512 2c0f01c39e530a612e1ce64298d3f019f7313258b2dc75964b6ebdfcd98139d46fc5f673ee2e509602a2f825de23e3a6d96c234745098e1da83b6779dbbeb1fb DIST python-gentoo-patches-3.6.12-r1.tar.xz 16540 BLAKE2B 8204b6f25e1f7c6fef024933d54bfa6085158ac624a6e5a8d51576da2047b6db791be5d071c483fdec5c033b8fa8ee3d4e176a3e442defa556b34a304de3b7f3 SHA512 ad74c73b4f963427e66ac6187e1569dbfbbe3c916c24971a1eba4ad7e2f94e39c970f80e197c0498820451f036b12f3076b46cfd73bb5d6d56183ac05453d9ad DIST python-gentoo-patches-3.6.12-r2.tar.xz 17988 BLAKE2B c252bce5ac49b9af11174d3c974d95c24ec280230cede75a7650cb914f8acb3d41b8d575e469fe7f274c6d3bc238847b82e815bf1444c5afd7292e00248e3365 SHA512 50813fbd810c8b865c0f0f8d56780af7a9e094336ba486ddd94ba8fb0a83b5373f41274bbb10c3d732449ee5b2076b7430404c02bfac10fb9b27f92de79c25e2 +DIST python-gentoo-patches-3.6.12_p3.tar.xz 22416 BLAKE2B deddb2b4b23f7caa2b40a0916f5426f28f616b8fc6834c237623fb4e633dfbe1f946ff7e54989664a662184e01721f15f21a1d379db633d7f245b23fac3d7e47 SHA512 49ffeba37003dc1afe27811d880469a991583efb73c28871717e51711533927996293c576082e35fff17db98e7ba6e512e84289c4b7ed5a6880b011a9741a59b DIST python-gentoo-patches-3.7.9-r1.tar.xz 15664 BLAKE2B 271b95a52f4ba83c1aee6f68385462c9af8f2ab575267ac068a793e99f7c9739eb4b98dfa7e9280510a709557d418db04f26b5b31bbfe95dfdc13c1773510d2d SHA512 38df628de2f2835f975f6f06395d32cd63051af87b9bf8b06eef2f987bde26a883923bcab333568c122554b900bb17995a8c7290b6a58f942bd942dcbc70d030 DIST python-gentoo-patches-3.7.9-r2.tar.xz 17068 BLAKE2B 2cb838e6ab2f76b5d08df42a1187f3cdeaf3e26d845307ddb6f492eb46cfb14da26f7ceaca7ca09a5304ba717006d182cb632a0927029419064673e58a06d232 SHA512 fd9bdc0ed989ff9ca5f343d2fd04a9e7f4c078e434b03288b19797dab71006d89d601cf91d651a1dbb8cc6c66e829c977cec98e971b30c5f5cc29a751dc34d50 DIST python-gentoo-patches-3.7.9_p3.tar.xz 22000 BLAKE2B ca23030243727349f3c055854ad8ecf144dc567dd3ef5bf7d0b8cec8e2c97ba123d9b7af3c46e18c108e44fa9fea287c6cbb2e5438d84d5efa18023f82567610 SHA512 4d9f00352dd9f0d7aaf04bacb4a286dcefda25054bf7bef22ec5e5b4655bc0eac0a6b119291cb969d835167d5b81a831480ca12af734b11d44eb607c194ac616 diff --git a/dev-lang/python/python-3.6.12_p3.ebuild b/dev-lang/python/python-3.6.12_p3.ebuild new file mode 100644 index 000..0070a101751 --- /dev/null +++ b/dev-lang/python/python-3.6.12_p3.ebuild @@ -0,0 +1,341 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI="7" +WANT_LIBTOOL="none" + +inherit autotools flag-o-matic multiprocessing pax-utils \ + python-utils-r1 toolchain-funcs verify-sig + +MY_P="Python-${PV%_p*}" +PYVER=$(ver_cut 1-2) +PATCHSET="python-gentoo-patches-${PV}" + +DESCRIPTION="An interpreted, interactive, object-oriented programming language" +HOMEPAGE="https://www.python.org/"; +SRC_URI="https://www.python.org/ftp/python/${PV%_*}/${MY_P}.tar.xz + https://dev.gentoo.org/~mgorny/dist/python/${PATCHSET}.tar.xz + verify-sig? ( + https://www.python.org/ftp/python/${PV%_*}/${MY_P}.tar.xz.asc + )" +S="${WORKDIR}/${MY_P}" + +LICENSE="PSF-2" +SLOT="${PYVER}/${PYVER}m" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86" +IUSE="bluetooth build examples gdbm hardened ipv6 libressl +ncurses +readline sqlite +ssl test +threads tk wininst +xml" +RESTRICT="!test? ( test )" + +# Do not add a dependency on dev-lang/python to this ebuild. +# If you need to apply a patch which requires python for bootstrapping, please +# run the bootstrap code on your dev box and include the results in the +# patchset. See bug 447752. + +RDEPEND="app-arch/bzip2:= + app-arch/xz-utils:= + dev-libs/libffi:= + >=sys-libs/zlib-1.1.3:= + virtual/libcrypt:= + virtual/libintl + gdbm? ( sys-libs/gdbm:=[berkdb] ) + ncurses? ( >=sys-libs/ncurses-5.2:= ) + readline? ( >=sys-libs/readline-4.1:= ) + sqlite? ( >=dev-db/sqlite-3.3.8:3= ) + ssl?
[gentoo-commits] repo/gentoo:master commit in: dev-python/django-auth-ldap/
commit: ef2ba2e94247c98320edd9201fed2d33bf96d66d Author: Michał Górny gentoo org> AuthorDate: Tue Feb 16 00:00:37 2021 + Commit: Michał Górny gentoo org> CommitDate: Tue Feb 16 00:12:57 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef2ba2e9 dev-python/django-auth-ldap: Bump to 2.3.0 Signed-off-by: Michał Górny gentoo.org> dev-python/django-auth-ldap/Manifest | 1 + .../django-auth-ldap/django-auth-ldap-2.3.0.ebuild | 38 ++ 2 files changed, 39 insertions(+) diff --git a/dev-python/django-auth-ldap/Manifest b/dev-python/django-auth-ldap/Manifest index 79f8d7f469c..81188127295 100644 --- a/dev-python/django-auth-ldap/Manifest +++ b/dev-python/django-auth-ldap/Manifest @@ -1,2 +1,3 @@ DIST django-auth-ldap-2.1.0.tar.gz 51027 BLAKE2B 1229d184746cf05f9c7ddb9e6674b2c529a0fc6d051f78ba01de6a80b0e5e408a8da10e35087efad60f1fef90be708e8a0c05b04c4408500329d9dfb567c0f8b SHA512 4c204eee856e33fae80a22a80bd0f3a21d1f2ee33b1ad56087832f89e91d7e1441579cf77541c1c35e8e0532d4da937b736fe3b4708d7c2d7bbccacbb0b24061 DIST django-auth-ldap-2.2.0.tar.gz 53148 BLAKE2B 1f83a2f174d9fcbd264ce7e298c0dfebc720482b058e55833416440627c9e1fc02f2ad4e585e6fe01102f100337df5835020b8ff48a5dccb850cfff28ef902a0 SHA512 2ed1913e81a4801d683280586018df57067ec84b44299da4c6415452c978c8f1d2ca1d36eaced40efa0737180d7e35971e4570753f60d946b32d846b455ab744 +DIST django-auth-ldap-2.3.0.tar.gz 53383 BLAKE2B a07b487f386cec06b89a90979ef904790fcc1460bf0cab5a5b3539b4fee28cc281487c0db1996ac5b1d2bae756cb8a353fa92796654b689a82a13854cb1be9dd SHA512 08bde0ea25baaf1bcc42b500572e63636ab247a846222d3f16f25874c26c6799b37fa23dc2bfde3dfbcfb041c942ec7a2e7a4e6c7bb391eb3210568f77a8657b diff --git a/dev-python/django-auth-ldap/django-auth-ldap-2.3.0.ebuild b/dev-python/django-auth-ldap/django-auth-ldap-2.3.0.ebuild new file mode 100644 index 000..d87561115bc --- /dev/null +++ b/dev-python/django-auth-ldap/django-auth-ldap-2.3.0.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{7..9} ) + +inherit distutils-r1 + +DESCRIPTION="Django LDAP authentication backend" +HOMEPAGE="https://github.com/django-auth-ldap/django-auth-ldap + https://pypi.org/project/django-auth-ldap/"; +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +KEYWORDS="~amd64 ~x86" +IUSE="test" +RESTRICT="!test? ( test )" + +LICENSE="BSD-2" +SLOT="0" + +RDEPEND=" + >=dev-python/django-2.2[${PYTHON_USEDEP}] + >=dev-python/python-ldap-3.1[${PYTHON_USEDEP}]" +BDEPEND=" + test? ( + $(python_gen_impl_dep sqlite) + net-nds/openldap[-minimal] + )" + +distutils_enable_sphinx docs --no-autodoc + +python_test() { + # for slapd and slapdtest + local -x SBIN=/usr/sbin:/usr/$(get_libdir)/openldap + django-admin test -v 2 --settings tests.settings \ + || die "Tests failed with ${EPYTHON}" +}
[gentoo-commits] repo/gentoo:master commit in: dev-python/atpublic/
commit: e53553cfff16a46575bba1d04d3909a2ebbcf782 Author: Michał Górny gentoo org> AuthorDate: Mon Feb 15 23:59:49 2021 + Commit: Michał Górny gentoo org> CommitDate: Tue Feb 16 00:12:56 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e53553cf dev-python/atpublic: Bump to 2.1.3 Signed-off-by: Michał Górny gentoo.org> dev-python/atpublic/Manifest | 1 + dev-python/atpublic/atpublic-2.1.3.ebuild | 29 + 2 files changed, 30 insertions(+) diff --git a/dev-python/atpublic/Manifest b/dev-python/atpublic/Manifest index 33894b1b4cb..e64b94195aa 100644 --- a/dev-python/atpublic/Manifest +++ b/dev-python/atpublic/Manifest @@ -1,2 +1,3 @@ DIST atpublic-1.0.tar.gz 13611 BLAKE2B b5ce4cbbe950943c001e25c3f0c1fe6c25a99a96e4c630844a409cb0ae9a2e7d8fae8d010864364bb2bc948ce78ed17bef5c1f1ca1435faca439f62521bcc719 SHA512 f9e6f7bbbe12d86df5bc849c432e789fb55c6d19b9d6b3fb2462ea38aa8ad6602504a30a95ec14e001f62709ae5e11ae29258b9cb7a71eaa48879f9cb0cb19d8 DIST atpublic-2.1.2.tar.gz 16298 BLAKE2B c388743e2348b9143926f4c3a5e7908382799b6728d1768fcc5779eae93d45b5741ec080b5255de39be14a2a3a9e2fecc657802f91df1df8e626910582785a9b SHA512 cfde028756f56c7ca83b91e7d8653cee4575fb581669ee02c56a08c92ae2a6c1e51db76b6def1959354d3e931418a4dd09b78236268170d8c79620477836fe08 +DIST atpublic-2.1.3.tar.gz 16373 BLAKE2B a93a53fbee7b46eb949090d6c8ffa911db613b926f9acdd56932576b492a5ac3949ba958ff6bb988e0f2783c4630a7bffd9610af41cc983a63983d198962b342 SHA512 deba5654471330454b6327e0911f71426e31f78128b8c5607e4dfca292f017da2c2326a6a59e76097ed30560e3404a47a0c0e034bc053c8348c20f40c002ec9f diff --git a/dev-python/atpublic/atpublic-2.1.3.ebuild b/dev-python/atpublic/atpublic-2.1.3.ebuild new file mode 100644 index 000..81e2361f4d0 --- /dev/null +++ b/dev-python/atpublic/atpublic-2.1.3.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{7..9} ) +inherit distutils-r1 + +DESCRIPTION="A decorator to populate __all__ and the module globals" +HOMEPAGE="https://gitlab.com/warsaw/public"; +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND=" + $(python_gen_cond_dep ' + dev-python/typing-extensions[${PYTHON_USEDEP}] + ' python3_7)" +BDEPEND=" + test? ( dev-python/sybil[${PYTHON_USEDEP}] )" + +distutils_enable_tests pytest + +src_prepare() { + sed -i -e 's:--cov=public::' setup.cfg || die + distutils-r1_src_prepare +}
[gentoo-commits] repo/gentoo:master commit in: dev-lang/python/
commit: f2a53a94f3b6b6395ef4541051a02d80c61442d0 Author: Michał Górny gentoo org> AuthorDate: Mon Feb 15 23:48:16 2021 + Commit: Michał Górny gentoo org> CommitDate: Tue Feb 16 00:12:55 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2a53a94 dev-lang/python: Backport CVE-2021-23336 fix to 2.7 Bug: https://bugs.gentoo.org/770853 Signed-off-by: Michał Górny gentoo.org> dev-lang/python/Manifest| 1 + dev-lang/python/python-2.7.18_p7.ebuild | 358 2 files changed, 359 insertions(+) diff --git a/dev-lang/python/Manifest b/dev-lang/python/Manifest index 2cca4dd0a81..c34a27c72c1 100644 --- a/dev-lang/python/Manifest +++ b/dev-lang/python/Manifest @@ -17,6 +17,7 @@ DIST Python-3.9.1.tar.xz 18897104 BLAKE2B bcbce176510e8e7c6ba6070588bedc52121c21 DIST Python-3.9.1.tar.xz.asc 833 BLAKE2B dc445ed9797668c5f0777259ea83330815ee516dafc752e6a0d903bae5355e76360afa5ed318ce09bbbcfb4df6269b06b6fb6b7d9c074678b612bb1ea9e3148a SHA512 400259f499820e0499290402f095ee5454168907f539de705cad4f0e5586b1c67a0ac45b89bf099701be55146a5eed73dbc9e2cb15562fef34da2813ac82f342 DIST python-gentoo-patches-2.7.18-r4.tar.xz 21352 BLAKE2B d322f5afd63813d7c9280c75f942bde75ee19793e121d0406c4f229ead53324bf3996342eed9a6c1aa474894afe7f2dd70aec38aee8042993a5274abc288fd31 SHA512 1cb0be8e79d0c6c55fcbe3f3dabf8b760aea0e60d888ea39d3e69de03b55738c50b2cca06586c1cd2896956f5764eefd6d3f9fbf2de0d0ddfd8aab86837976b6 DIST python-gentoo-patches-2.7.18-r6.tar.xz 22740 BLAKE2B 1727fcab273dfe5e5739c7ce1cd7fb3c6bd13c2bda25a2e4e0609a2e727a69318a46b7c2173ea7746f8a124e778b276408adc9968ed2025b8643e660bb3d3ea3 SHA512 975fe72c5b2f4577563e8e972c70b7eec7203790a500e6f051fab1f66c71e5ae46fcb3c571a9e6346bf3a0d1dd48594a61bf2751007e4f5e3d19f8db6146c99d +DIST python-gentoo-patches-2.7.18_p7.tar.xz 26392 BLAKE2B 94a6312698789810af835a2ac8d87c34dc8d435a1ff4d5c9b7ae9175b92da6a4b204feabf9bb6db498fc6dcc17bb1b042b2b0b17ddc781587589b1ab0905396d SHA512 a3cd34f38a717183d9a8d6b91817a6ac989fb8ae4275f35cba4be810813a4c9c45f4e72d16aee33904eddaee77c4719b516392d629d2c4627c840e4ecc6bc121 DIST python-gentoo-patches-3.10.0a3-r1.tar.xz 10068 BLAKE2B 8b305a31cf0aab4da9e27e671b4fd48be6224ff8508ed1831ad4149761bb263cd9a694e90d52335390643a537dee2d6cab4e086bd521c99217e81845b4f9bcf1 SHA512 69c52c61dd2f1ca097fafe13c27cd1979280675bef6af8e8e300f3791d7eb50368311e3d055075f4bca01ce02d9e97a94fcd2662c78f14cfb6a37d77c39a158f DIST python-gentoo-patches-3.10.0a5.tar.xz 8972 BLAKE2B b407e501037f2732ec0844ab033fcd6226ff96731f5e752b5a807c69aa57e678e9f170aab5dd3f69bd9d2951c82ecca4664354c11aca88a4a742281ab5d28887 SHA512 4dceba9adc33b06196f326dbeacb8b17eaeffebee98f0025d4faef8f047be9c20a153a8eb89a2b64f9248cbd8810ae4a5ebfc2534770a940825a5d8a4a02e068 DIST python-gentoo-patches-3.10.0a5_p1.tar.xz 14336 BLAKE2B 953d77e59460bbd53bf41bc57e48957f6a6d08dc9f8a1adb4ad3c64a0a1281a15142952e6733c1dd9a5eadd6d81332db54dc4eb906e73ccfd35e0d18a8363962 SHA512 2c0f01c39e530a612e1ce64298d3f019f7313258b2dc75964b6ebdfcd98139d46fc5f673ee2e509602a2f825de23e3a6d96c234745098e1da83b6779dbbeb1fb diff --git a/dev-lang/python/python-2.7.18_p7.ebuild b/dev-lang/python/python-2.7.18_p7.ebuild new file mode 100644 index 000..65446e2f1ae --- /dev/null +++ b/dev-lang/python/python-2.7.18_p7.ebuild @@ -0,0 +1,358 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI="7" +WANT_LIBTOOL="none" + +inherit autotools flag-o-matic pax-utils \ + python-utils-r1 toolchain-funcs verify-sig + +MY_P="Python-${PV%_p*}" +PYVER=$(ver_cut 1-2) +PATCHSET="python-gentoo-patches-${PV}" + +DESCRIPTION="An interpreted, interactive, object-oriented programming language" +HOMEPAGE="https://www.python.org/"; +SRC_URI="https://www.python.org/ftp/python/${PV%_*}/${MY_P}.tar.xz + https://dev.gentoo.org/~mgorny/dist/python/${PATCHSET}.tar.xz + verify-sig? ( + https://www.python.org/ftp/python/${PV%_*}/${MY_P}.tar.xz.asc + )" +S="${WORKDIR}/${MY_P}" + +LICENSE="PSF-2" +SLOT="${PYVER}" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86" +IUSE="-berkdb bluetooth build elibc_uclibc examples gdbm hardened ipv6 libressl +ncurses +readline sqlite +ssl +threads tk +wide-unicode wininst +xml" + +# Do not add a dependency on dev-lang/python to this ebuild. +# If you need to apply a patch which requires python for bootstrapping, please +# run the bootstrap code on your dev box and include the results in the +# patchset. See bug 447752. + +RDEPEND="app-arch/bzip2:= + dev-libs/libffi:= + >=sys-libs/zlib-1.1.3:= + virtual/libcrypt:= + virtual/libintl + berkdb? ( || ( + sys-libs/db:5.3 + sys-libs/db:5.1 + sys-libs/db:4.8 + sys-libs/db:4.7 + sys-libs/db:4.6 + sys-libs/db:4.5 + sys-libs/db:4.4 +
[gentoo-commits] repo/gentoo:master commit in: dev-lang/python/
commit: 1144374a1b5cf6f7fe32d536d8ef454d1e96b7e8 Author: Michał Górny gentoo org> AuthorDate: Mon Feb 15 23:43:45 2021 + Commit: Michał Górny gentoo org> CommitDate: Tue Feb 16 00:12:51 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1144374a dev-lang/python: Backport CVE-2021-23336 fix to 3.9 Bug: https://bugs.gentoo.org/770853 Signed-off-by: Michał Górny gentoo.org> dev-lang/python/Manifest | 1 + dev-lang/python/python-3.9.1_p2.ebuild | 346 + 2 files changed, 347 insertions(+) diff --git a/dev-lang/python/Manifest b/dev-lang/python/Manifest index 9ec17d14bd3..d8f1cadb971 100644 --- a/dev-lang/python/Manifest +++ b/dev-lang/python/Manifest @@ -28,3 +28,4 @@ DIST python-gentoo-patches-3.8.6-r1.tar.xz 15880 BLAKE2B 9a08cd23af56bcc2ed0dffe DIST python-gentoo-patches-3.8.7-r1.tar.xz 12572 BLAKE2B 7658ae56993674a7f57cb2b6d9f23e9d01fa75f00edcc67dc3474bba0361373555c44d47c155cf9ffcbd8551ff2ae56bc22a25bef1bf6b3efed7314b2824d777 SHA512 76d0e4d18fbeedc28430a3dd1656cfafdfefdae28978baddd3e0102d0fce83be173b58da74203fc6a90cf50c63fa612f0b78e65bc59a41dce4739eead398d352 DIST python-gentoo-patches-3.9.0-r1.tar.xz 13728 BLAKE2B 50e85194c6bafefb8a0ddc4c9dea39227fc2c170db37ab44fa1e068340fa2fc5a59489f50431f0792024df551fc54a20de594579b57717c89fa134b3f000bb6d SHA512 a38c2800e3a0740af79f75f4120c925c7a891aa1f14a71ab56ad97fbabca3573c571140da3f34050bd9f97bd854a704453a910fa6883162196e6d1335a965b61 DIST python-gentoo-patches-3.9.1-r1.tar.xz 10464 BLAKE2B d69ce207020b7a34eb45c149ce88001167704763fbc373a8d5aff48a1d6337774dfb6c75d477442516b8dceb87b116e6d8cf3231334ced9b03aa970aa0d2e8e1 SHA512 72b1e37b1ceac9a0e95aa63a7dd404c69f60ae7a8aac472b8c17100c873a4d28d3291231643862c9d1cfaf990040f8e780590274314047adee199c159d745369 +DIST python-gentoo-patches-3.9.1_p2.tar.xz 15556 BLAKE2B 5e265ef8edee70694d73c6df6eb908a747be34e1e89b900d2470d41e7e043d179408bc643a52ade6e54e61a210ee8850d02a2cb452a9336f3973345c1d027158 SHA512 eabfd304b39975258705f5e9b238f709196ce0cbd3803f157dc77d864631a3eea380084a3a4de180e3ba7e92239608ae369e810f8066c0f1ff9fa251bbc1816c diff --git a/dev-lang/python/python-3.9.1_p2.ebuild b/dev-lang/python/python-3.9.1_p2.ebuild new file mode 100644 index 000..c53d918faa4 --- /dev/null +++ b/dev-lang/python/python-3.9.1_p2.ebuild @@ -0,0 +1,346 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI="7" +WANT_LIBTOOL="none" + +inherit autotools check-reqs flag-o-matic multiprocessing pax-utils \ + python-utils-r1 toolchain-funcs verify-sig + +MY_P="Python-${PV%_p*}" +PYVER=$(ver_cut 1-2) +PATCHSET="python-gentoo-patches-${PV}" + +DESCRIPTION="An interpreted, interactive, object-oriented programming language" +HOMEPAGE="https://www.python.org/"; +SRC_URI="https://www.python.org/ftp/python/${PV%_*}/${MY_P}.tar.xz + https://dev.gentoo.org/~mgorny/dist/python/${PATCHSET}.tar.xz + verify-sig? ( + https://www.python.org/ftp/python/${PV%_*}/${MY_P}.tar.xz.asc + )" +S="${WORKDIR}/${MY_P}" + +LICENSE="PSF-2" +SLOT="${PYVER}" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" +IUSE="bluetooth build examples gdbm hardened ipv6 libressl +ncurses +readline sqlite +ssl test tk wininst +xml" +RESTRICT="!test? ( test )" + +# Do not add a dependency on dev-lang/python to this ebuild. +# If you need to apply a patch which requires python for bootstrapping, please +# run the bootstrap code on your dev box and include the results in the +# patchset. See bug 447752. + +RDEPEND="app-arch/bzip2:= + app-arch/xz-utils:= + dev-libs/libffi:= + sys-apps/util-linux:= + >=sys-libs/zlib-1.1.3:= + virtual/libcrypt:= + virtual/libintl + gdbm? ( sys-libs/gdbm:=[berkdb] ) + ncurses? ( >=sys-libs/ncurses-5.2:= ) + readline? ( >=sys-libs/readline-4.1:= ) + sqlite? ( >=dev-db/sqlite-3.3.8:3= ) + ssl? ( + !libressl? ( dev-libs/openssl:= ) + libressl? ( dev-libs/libressl:= ) + ) + tk? ( + >=dev-lang/tcl-8.0:= + >=dev-lang/tk-8.0:= + dev-tcltk/blt:= + dev-tcltk/tix + ) + xml? ( >=dev-libs/expat-2.1:= )" +# bluetooth requires headers from bluez +DEPEND="${RDEPEND} + bluetooth? ( net-wireless/bluez ) + test? ( app-arch/xz-utils[extra-filters(+)] )" +BDEPEND=" + virtual/pkgconfig + verify-sig? ( app-crypt/openpgp-keys-python ) + !sys-devel/gcc[libffi(-)]" +RDEPEND+=" !build? ( app-misc/mime-types )" +PDEPEND="app-eselect/eselect-python" + +VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/python.org.asc + +# large file tests involve a 2.5G file being copied (duplicated) +CHECKREQS_DISK_BUILD=5500M + +pkg_pretend() { + use test && check-reqs_pkg_pretend +} + +pkg_setup() { + use test && check-reqs_p
[gentoo-commits] repo/gentoo:master commit in: dev-lang/python/
commit: b67b5c6ab21333995d79ae8b7ffad18163639768 Author: Michał Górny gentoo org> AuthorDate: Mon Feb 15 23:38:46 2021 + Commit: Michał Górny gentoo org> CommitDate: Tue Feb 16 00:12:50 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b67b5c6a dev-lang/python: Backport CVE-2021-23336 fix to 3.10 Bug: https://bugs.gentoo.org/770853 Signed-off-by: Michał Górny gentoo.org> dev-lang/python/Manifest | 1 + dev-lang/python/python-3.10.0_alpha5_p1.ebuild | 349 + 2 files changed, 350 insertions(+) diff --git a/dev-lang/python/Manifest b/dev-lang/python/Manifest index 7ddca9ebd2e..9ec17d14bd3 100644 --- a/dev-lang/python/Manifest +++ b/dev-lang/python/Manifest @@ -19,6 +19,7 @@ DIST python-gentoo-patches-2.7.18-r4.tar.xz 21352 BLAKE2B d322f5afd63813d7c9280c DIST python-gentoo-patches-2.7.18-r6.tar.xz 22740 BLAKE2B 1727fcab273dfe5e5739c7ce1cd7fb3c6bd13c2bda25a2e4e0609a2e727a69318a46b7c2173ea7746f8a124e778b276408adc9968ed2025b8643e660bb3d3ea3 SHA512 975fe72c5b2f4577563e8e972c70b7eec7203790a500e6f051fab1f66c71e5ae46fcb3c571a9e6346bf3a0d1dd48594a61bf2751007e4f5e3d19f8db6146c99d DIST python-gentoo-patches-3.10.0a3-r1.tar.xz 10068 BLAKE2B 8b305a31cf0aab4da9e27e671b4fd48be6224ff8508ed1831ad4149761bb263cd9a694e90d52335390643a537dee2d6cab4e086bd521c99217e81845b4f9bcf1 SHA512 69c52c61dd2f1ca097fafe13c27cd1979280675bef6af8e8e300f3791d7eb50368311e3d055075f4bca01ce02d9e97a94fcd2662c78f14cfb6a37d77c39a158f DIST python-gentoo-patches-3.10.0a5.tar.xz 8972 BLAKE2B b407e501037f2732ec0844ab033fcd6226ff96731f5e752b5a807c69aa57e678e9f170aab5dd3f69bd9d2951c82ecca4664354c11aca88a4a742281ab5d28887 SHA512 4dceba9adc33b06196f326dbeacb8b17eaeffebee98f0025d4faef8f047be9c20a153a8eb89a2b64f9248cbd8810ae4a5ebfc2534770a940825a5d8a4a02e068 +DIST python-gentoo-patches-3.10.0a5_p1.tar.xz 14336 BLAKE2B 953d77e59460bbd53bf41bc57e48957f6a6d08dc9f8a1adb4ad3c64a0a1281a15142952e6733c1dd9a5eadd6d81332db54dc4eb906e73ccfd35e0d18a8363962 SHA512 2c0f01c39e530a612e1ce64298d3f019f7313258b2dc75964b6ebdfcd98139d46fc5f673ee2e509602a2f825de23e3a6d96c234745098e1da83b6779dbbeb1fb DIST python-gentoo-patches-3.6.12-r1.tar.xz 16540 BLAKE2B 8204b6f25e1f7c6fef024933d54bfa6085158ac624a6e5a8d51576da2047b6db791be5d071c483fdec5c033b8fa8ee3d4e176a3e442defa556b34a304de3b7f3 SHA512 ad74c73b4f963427e66ac6187e1569dbfbbe3c916c24971a1eba4ad7e2f94e39c970f80e197c0498820451f036b12f3076b46cfd73bb5d6d56183ac05453d9ad DIST python-gentoo-patches-3.6.12-r2.tar.xz 17988 BLAKE2B c252bce5ac49b9af11174d3c974d95c24ec280230cede75a7650cb914f8acb3d41b8d575e469fe7f274c6d3bc238847b82e815bf1444c5afd7292e00248e3365 SHA512 50813fbd810c8b865c0f0f8d56780af7a9e094336ba486ddd94ba8fb0a83b5373f41274bbb10c3d732449ee5b2076b7430404c02bfac10fb9b27f92de79c25e2 DIST python-gentoo-patches-3.7.9-r1.tar.xz 15664 BLAKE2B 271b95a52f4ba83c1aee6f68385462c9af8f2ab575267ac068a793e99f7c9739eb4b98dfa7e9280510a709557d418db04f26b5b31bbfe95dfdc13c1773510d2d SHA512 38df628de2f2835f975f6f06395d32cd63051af87b9bf8b06eef2f987bde26a883923bcab333568c122554b900bb17995a8c7290b6a58f942bd942dcbc70d030 diff --git a/dev-lang/python/python-3.10.0_alpha5_p1.ebuild b/dev-lang/python/python-3.10.0_alpha5_p1.ebuild new file mode 100644 index 000..0e3988598fb --- /dev/null +++ b/dev-lang/python/python-3.10.0_alpha5_p1.ebuild @@ -0,0 +1,349 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI="7" +WANT_LIBTOOL="none" + +inherit autotools check-reqs flag-o-matic multiprocessing pax-utils \ + python-utils-r1 toolchain-funcs verify-sig + +MY_PV=${PV/_alpha/a} +MY_P="Python-${MY_PV%_p*}" +PYVER=$(ver_cut 1-2) +PATCHSET="python-gentoo-patches-${MY_PV}" + +DESCRIPTION="An interpreted, interactive, object-oriented programming language" +HOMEPAGE="https://www.python.org/"; +SRC_URI="https://www.python.org/ftp/python/${PV%%_*}/${MY_P}.tar.xz + https://dev.gentoo.org/~mgorny/dist/python/${PATCHSET}.tar.xz + verify-sig? ( + https://www.python.org/ftp/python/${PV%%_*}/${MY_P}.tar.xz.asc + )" +S="${WORKDIR}/${MY_P}" + +LICENSE="PSF-2" +SLOT="${PYVER}" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" +IUSE="bluetooth build examples gdbm hardened ipv6 libressl +ncurses +readline sqlite +ssl test tk wininst +xml" +RESTRICT="!test? ( test )" + +# Do not add a dependency on dev-lang/python to this ebuild. +# If you need to apply a patch which requires python for bootstrapping, please +# run the bootstrap code on your dev box and include the results in the +# patchset. See bug 447752. + +RDEPEND="app-arch/bzip2:= + app-arch/xz-utils:= + dev-libs/libffi:= + sys-apps/util-linux:= + >=sys-libs/zlib-1.1.3:= + virtual/libcrypt:= + virtual/libintl + gdbm? ( sys-libs/gdbm:=[berkdb] ) + ncurses? ( >=sys-libs/ncurses-5.2:= ) + readline
[gentoo-commits] repo/gentoo:master commit in: app-misc/ca-certificates/
commit: 9aabfb1b53560cbdcd3c6b1de6582cc7721b2801 Author: Mike Frysinger gentoo org> AuthorDate: Mon Feb 15 23:43:30 2021 + Commit: Mike Frysinger gentoo org> CommitDate: Mon Feb 15 23:43:30 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9aabfb1b app-misc/ca-certificates: move debugging tips to the wiki Signed-off-by: Mike Frysinger gentoo.org> .../ca-certificates/ca-certificates-20200601.3.53.ebuild | 12 ++-- .../ca-certificates/ca-certificates-20200601.3.59.ebuild | 12 ++-- .../ca-certificates/ca-certificates-20200601.3.60.ebuild | 12 ++-- 3 files changed, 6 insertions(+), 30 deletions(-) diff --git a/app-misc/ca-certificates/ca-certificates-20200601.3.53.ebuild b/app-misc/ca-certificates/ca-certificates-20200601.3.53.ebuild index 0858beed32b..db37dd8ef65 100644 --- a/app-misc/ca-certificates/ca-certificates-20200601.3.53.ebuild +++ b/app-misc/ca-certificates/ca-certificates-20200601.3.53.ebuild @@ -13,16 +13,8 @@ # now we know our cert database is kept in sync with nss and, if need be, # can be sync with nss tip of tree more frequently to respond to bugs. -# When triaging bugs from users, here's some handy tips: -# - To see what cert is hitting errors, use openssl: -# openssl s_client -port 443 -CApath /etc/ssl/certs/ -host $HOSTNAME -# Focus on the errors written to stderr. -# -# - Look at the upstream log as to why certs were added/removed: -# https://hg.mozilla.org/projects/nss/log/tip/lib/ckfw/builtins/certdata.txt -# -# - If people want to add/remove certs, tell them to file w/mozilla: -# https://bugzilla.mozilla.org/enter_bug.cgi?product=NSS&component=CA%20Certificates&version=trunk +# When triaging user reports, refer to our wiki for tips: +# https://wiki.gentoo.org/wiki/Certificates#Debugging_certificate_issues EAPI=6 diff --git a/app-misc/ca-certificates/ca-certificates-20200601.3.59.ebuild b/app-misc/ca-certificates/ca-certificates-20200601.3.59.ebuild index de868281fd5..65559a6386b 100644 --- a/app-misc/ca-certificates/ca-certificates-20200601.3.59.ebuild +++ b/app-misc/ca-certificates/ca-certificates-20200601.3.59.ebuild @@ -13,16 +13,8 @@ # now we know our cert database is kept in sync with nss and, if need be, # can be sync with nss tip of tree more frequently to respond to bugs. -# When triaging bugs from users, here's some handy tips: -# - To see what cert is hitting errors, use openssl: -# openssl s_client -port 443 -CApath /etc/ssl/certs/ -host $HOSTNAME -# Focus on the errors written to stderr. -# -# - Look at the upstream log as to why certs were added/removed: -# https://hg.mozilla.org/projects/nss/log/tip/lib/ckfw/builtins/certdata.txt -# -# - If people want to add/remove certs, tell them to file w/mozilla: -# https://bugzilla.mozilla.org/enter_bug.cgi?product=NSS&component=CA%20Certificates&version=trunk +# When triaging user reports, refer to our wiki for tips: +# https://wiki.gentoo.org/wiki/Certificates#Debugging_certificate_issues EAPI=6 diff --git a/app-misc/ca-certificates/ca-certificates-20200601.3.60.ebuild b/app-misc/ca-certificates/ca-certificates-20200601.3.60.ebuild index efcdad63373..2f777c592fc 100644 --- a/app-misc/ca-certificates/ca-certificates-20200601.3.60.ebuild +++ b/app-misc/ca-certificates/ca-certificates-20200601.3.60.ebuild @@ -13,16 +13,8 @@ # now we know our cert database is kept in sync with nss and, if need be, # can be sync with nss tip of tree more frequently to respond to bugs. -# When triaging bugs from users, here's some handy tips: -# - To see what cert is hitting errors, use openssl: -# openssl s_client -port 443 -CApath /etc/ssl/certs/ -host $HOSTNAME -# Focus on the errors written to stderr. -# -# - Look at the upstream log as to why certs were added/removed: -# https://hg.mozilla.org/projects/nss/log/tip/lib/ckfw/builtins/certdata.txt -# -# - If people want to add/remove certs, tell them to file w/mozilla: -# https://bugzilla.mozilla.org/enter_bug.cgi?product=NSS&component=CA%20Certificates&version=trunk +# When triaging user reports, refer to our wiki for tips: +# https://wiki.gentoo.org/wiki/Certificates#Debugging_certificate_issues EAPI=7
[gentoo-commits] repo/gentoo:master commit in: sys-apps/systemd/
commit: 8e31cdca41fa4bdfd525ee197e5d4cd39a20b425 Author: David Michael gmail com> AuthorDate: Mon Feb 15 22:15:44 2021 + Commit: Mike Gilbert gentoo org> CommitDate: Mon Feb 15 23:23:58 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e31cdca sys-apps/systemd: point all gnu-efi options at SYSROOT Closes: https://bugs.gentoo.org/770850 Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: David Michael gmail.com> Signed-off-by: Mike Gilbert gentoo.org> sys-apps/systemd/systemd-246-r2.ebuild | 4 +++- sys-apps/systemd/systemd-246.6.ebuild| 2 ++ sys-apps/systemd/systemd-247.2-r4.ebuild | 2 ++ sys-apps/systemd/systemd-.ebuild | 2 ++ 4 files changed, 9 insertions(+), 1 deletion(-) diff --git a/sys-apps/systemd/systemd-246-r2.ebuild b/sys-apps/systemd/systemd-246-r2.ebuild index a91e932db0d..1c2b227b30d 100644 --- a/sys-apps/systemd/systemd-246-r2.ebuild +++ b/sys-apps/systemd/systemd-246-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 2011-2020 Gentoo Authors +# Copyright 2011-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -272,6 +272,8 @@ multilib_src_configure() { -Delfutils=$(meson_multilib_native_use elfutils) -Dgcrypt=$(meson_use gcrypt) -Dgnu-efi=$(meson_multilib_native_use gnuefi) + -Defi-includedir="${ESYSROOT}/usr/include/efi" + -Defi-ld="$(tc-getLD)" -Defi-libdir="${ESYSROOT}/usr/$(get_libdir)" -Dhomed=$(meson_multilib_native_use homed) -Dhwdb=$(meson_multilib_native_use hwdb) diff --git a/sys-apps/systemd/systemd-246.6.ebuild b/sys-apps/systemd/systemd-246.6.ebuild index 52ae9bc4baa..587173ad06b 100644 --- a/sys-apps/systemd/systemd-246.6.ebuild +++ b/sys-apps/systemd/systemd-246.6.ebuild @@ -274,6 +274,8 @@ multilib_src_configure() { -Delfutils=$(meson_multilib_native_use elfutils) -Dgcrypt=$(meson_use gcrypt) -Dgnu-efi=$(meson_multilib_native_use gnuefi) + -Defi-includedir="${ESYSROOT}/usr/include/efi" + -Defi-ld="$(tc-getLD)" -Defi-libdir="${ESYSROOT}/usr/$(get_libdir)" -Dhomed=$(meson_multilib_native_use homed) -Dhwdb=$(meson_multilib_native_use hwdb) diff --git a/sys-apps/systemd/systemd-247.2-r4.ebuild b/sys-apps/systemd/systemd-247.2-r4.ebuild index abf3150703d..51361983396 100644 --- a/sys-apps/systemd/systemd-247.2-r4.ebuild +++ b/sys-apps/systemd/systemd-247.2-r4.ebuild @@ -279,6 +279,8 @@ multilib_src_configure() { -Delfutils=$(meson_multilib_native_use elfutils) -Dgcrypt=$(meson_use gcrypt) -Dgnu-efi=$(meson_multilib_native_use gnuefi) + -Defi-includedir="${ESYSROOT}/usr/include/efi" + -Defi-ld="$(tc-getLD)" -Defi-libdir="${ESYSROOT}/usr/$(get_libdir)" -Dhomed=$(meson_multilib_native_use homed) -Dhwdb=$(meson_multilib_native_use hwdb) diff --git a/sys-apps/systemd/systemd-.ebuild b/sys-apps/systemd/systemd-.ebuild index abf3150703d..51361983396 100644 --- a/sys-apps/systemd/systemd-.ebuild +++ b/sys-apps/systemd/systemd-.ebuild @@ -279,6 +279,8 @@ multilib_src_configure() { -Delfutils=$(meson_multilib_native_use elfutils) -Dgcrypt=$(meson_use gcrypt) -Dgnu-efi=$(meson_multilib_native_use gnuefi) + -Defi-includedir="${ESYSROOT}/usr/include/efi" + -Defi-ld="$(tc-getLD)" -Defi-libdir="${ESYSROOT}/usr/$(get_libdir)" -Dhomed=$(meson_multilib_native_use homed) -Dhwdb=$(meson_multilib_native_use hwdb)
[gentoo-commits] repo/gentoo:master commit in: eclass/
commit: 7e0c04acea49b63cdfbc5de84c3b3d01e272660f Author: David Michael gmail com> AuthorDate: Mon Feb 15 21:54:31 2021 + Commit: Mike Gilbert gentoo org> CommitDate: Mon Feb 15 23:23:04 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e0c04ac meson.eclass: define objcopy Closes: https://bugs.gentoo.org/770844 Signed-off-by: David Michael gmail.com> Signed-off-by: Mike Gilbert gentoo.org> eclass/meson.eclass | 2 ++ 1 file changed, 2 insertions(+) diff --git a/eclass/meson.eclass b/eclass/meson.eclass index 67b7ca831fd..d0ce5adb355 100644 --- a/eclass/meson.eclass +++ b/eclass/meson.eclass @@ -169,6 +169,7 @@ _meson_create_cross_file() { llvm-config = '$(tc-getPROG LLVM_CONFIG llvm-config)' nm = $(_meson_env_array "$(tc-getNM)") objc = $(_meson_env_array "$(tc-getPROG OBJC cc)") + objcopy = $(_meson_env_array "$(tc-getOBJCOPY)") objcpp = $(_meson_env_array "$(tc-getPROG OBJCXX c++)") pkgconfig = '$(tc-getPKG_CONFIG)' strip = $(_meson_env_array "$(tc-getSTRIP)") @@ -220,6 +221,7 @@ _meson_create_native_file() { llvm-config = '$(tc-getBUILD_PROG LLVM_CONFIG llvm-config)' nm = $(_meson_env_array "$(tc-getBUILD_NM)") objc = $(_meson_env_array "$(tc-getBUILD_PROG OBJC cc)") + objcopy = $(_meson_env_array "$(tc-getBUILD_OBJCOPY)") objcpp = $(_meson_env_array "$(tc-getBUILD_PROG OBJCXX c++)") pkgconfig = '$(tc-getBUILD_PKG_CONFIG)' strip = $(_meson_env_array "$(tc-getBUILD_STRIP)")
[gentoo-commits] proj/toolchain/linux-headers-patches:master commit in: /
commit: 362e2796bfbafe26478ff0e70efe02cd26211cef Author: Sergei Trofimovich gentoo org> AuthorDate: Mon Feb 15 22:40:36 2021 + Commit: Sergei Trofimovich gentoo org> CommitDate: Mon Feb 15 22:40:36 2021 + URL: https://gitweb.gentoo.org/proj/toolchain/linux-headers-patches.git/commit/?id=362e2796 testing.txt: drop outdated net-wireless/irda-utils package Signed-off-by: Sergei Trofimovich gentoo.org> testing.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/testing.txt b/testing.txt index b1bc08d..e0bdaec 100644 --- a/testing.txt +++ b/testing.txt @@ -56,7 +56,6 @@ net-misc/sntpd net-misc/socat net-proxy/shadowsocks-libev net-vpn/ipsec-tools -net-wireless/irda-utils net-wireless/iw net-wireless/wireless-tools net-wireless/wpa_supplicant
[gentoo-commits] proj/toolchain/linux-headers-patches:master commit in: 5.11/
commit: 65891d99975ddf5a2f19979e81a5ce1a2a6f44e0 Author: Sergei Trofimovich gentoo org> AuthorDate: Mon Feb 15 22:16:08 2021 + Commit: Sergei Trofimovich gentoo org> CommitDate: Mon Feb 15 22:16:08 2021 + URL: https://gitweb.gentoo.org/proj/toolchain/linux-headers-patches.git/commit/?id=65891d99 5.11: new patchset, a copy of 5.10 with one patch dropped 00_all_0009_glibc-specific-inclusion-of-sysinfo.h-in-kernel.h.patch is dropped as upstream slightly reordered headers not to include sysinfo.h for most cases. Signed-off-by: Sergei Trofimovich gentoo.org> ...0001-linux-stat.h-remove-__GLIBC__-checks.patch | 28 +++ 5.11/00_all_0003-convert-PAGE_SIZE-usage.patch | 54 ++ ...ric-fcntl.h-namespace-kernel-file-structs.patch | 54 ++ ..._0005-unifdef-drop-unused-errno.h-include.patch | 32 + ...build-relocs-tool-when-installing-headers.patch | 33 + ...k-drop-int-cast-on-length-arg-in-NLMSG_OK.patch | 43 + ...008-uapi-fix-System-V-buf-header-includes.patch | 28 +++ 7 files changed, 272 insertions(+) diff --git a/5.11/00_all_0001-linux-stat.h-remove-__GLIBC__-checks.patch b/5.11/00_all_0001-linux-stat.h-remove-__GLIBC__-checks.patch new file mode 100644 index 000..24a4199 --- /dev/null +++ b/5.11/00_all_0001-linux-stat.h-remove-__GLIBC__-checks.patch @@ -0,0 +1,28 @@ +From 1f4498530090a5fe7f6b2c46f2beb8818d7cb27b Mon Sep 17 00:00:00 2001 +From: Mike Frysinger +Date: Mon, 29 Dec 2008 06:52:59 -0500 +Subject: [PATCH] linux/stat.h: remove __GLIBC__ checks + +Only check __KERNEL__ so we don't assume the C library is glibc. + +Signed-off-by: Mike Frysinger +--- + include/uapi/linux/stat.h | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/include/uapi/linux/stat.h b/include/uapi/linux/stat.h +index 7b35e98d3c58..eb7474652d27 100644 +--- a/include/uapi/linux/stat.h b/include/uapi/linux/stat.h +@@ -4,7 +4,7 @@ + + #include + +-#if defined(__KERNEL__) || !defined(__GLIBC__) || (__GLIBC__ < 2) ++#if defined(__KERNEL__) + + #define S_IFMT 0017 + #define S_IFSOCK 014 +-- +2.16.1 + diff --git a/5.11/00_all_0003-convert-PAGE_SIZE-usage.patch b/5.11/00_all_0003-convert-PAGE_SIZE-usage.patch new file mode 100644 index 000..fbc2c45 --- /dev/null +++ b/5.11/00_all_0003-convert-PAGE_SIZE-usage.patch @@ -0,0 +1,54 @@ +From 25f2bcfa6c8a9e7cee2b92a823495479fe0ccc92 Mon Sep 17 00:00:00 2001 +From: Mike Frysinger +Date: Sat, 13 Feb 2010 03:09:23 -0500 +Subject: [PATCH] convert PAGE_SIZE usage + +The size of a page may change at runtime or based on kernel settings, so +a static value at compile time doesn't work. More importantly, no one +exports PAGE_SIZE to user space anymore. + +URL: http://bugs.gentoo.org/301431 +Signed-off-by: Mike Frysinger +--- + include/uapi/linux/binfmts.h | 3 ++- + include/uapi/linux/resource.h | 3 ++- + 2 files changed, 4 insertions(+), 2 deletions(-) + +diff --git a/include/uapi/linux/binfmts.h b/include/uapi/linux/binfmts.h +index 4abad03a8853..3e98cfc84d1c 100644 +--- a/include/uapi/linux/binfmts.h b/include/uapi/linux/binfmts.h +@@ -2,6 +2,7 @@ + #ifndef _UAPI_LINUX_BINFMTS_H + #define _UAPI_LINUX_BINFMTS_H + ++#include + #include + + struct pt_regs; +@@ -12,7 +13,7 @@ struct pt_regs; + * prevent the kernel from being unduly impacted by misaddressed pointers. + * MAX_ARG_STRINGS is chosen to fit in a signed 32-bit integer. + */ +-#define MAX_ARG_STRLEN (PAGE_SIZE * 32) ++#define MAX_ARG_STRLEN (sysconf(_SC_PAGESIZE) * 32) + #define MAX_ARG_STRINGS 0x7FFF + + /* sizeof(linux_binprm->buf) */ +diff --git a/include/uapi/linux/resource.h b/include/uapi/linux/resource.h +index cc00fd079631..6f9e76f513b5 100644 +--- a/include/uapi/linux/resource.h b/include/uapi/linux/resource.h +@@ -69,7 +69,8 @@ struct rlimit64 { + * GPG2 wants 64kB of mlocked memory, to make sure pass phrases + * and other sensitive information are never written to disk. + */ +-#define MLOCK_LIMIT ((PAGE_SIZE > 64*1024) ? PAGE_SIZE : 64*1024) ++/* No one currently defines PAGE_SIZE bigger than 64kB */ ++#define MLOCK_LIMIT (64 * 1024) + + /* + * Due to binary compatibility, the actual resource numbers +-- +2.16.1 + diff --git a/5.11/00_all_0004-asm-generic-fcntl.h-namespace-kernel-file-structs.patch b/5.11/00_all_0004-asm-generic-fcntl.h-namespace-kernel-file-structs.patch new file mode 100644 index 000..625fb6e --- /dev/null +++ b/5.11/00_all_0004-asm-generic-fcntl.h-namespace-kernel-file-structs.patch @@ -0,0 +1,54 @@ +From 091dfce6aed898f4bc4eaca0edab942dd03b8016 Mon Sep 17 00:00:00 2001 +From: Mike Frysinger +Date: Mon, 29 Dec 2008 07:39:14 -0500 +Subject: [PATCH] asm-generic/fcntl.h: namespace kernel file structs + +No one should be using these structs, but just in case they are, +keep them available in the __kernel_ namespace. + +Otherwise, trying to include something like: + #include + #incl
[gentoo-commits] repo/gentoo:master commit in: dev-vcs/hub/
commit: 6fc68b75da22d2fbfda9ee2c0ec00da65f832aef Author: William Hubbs gentoo org> AuthorDate: Mon Feb 15 21:00:41 2021 + Commit: William Hubbs gentoo org> CommitDate: Mon Feb 15 21:01:55 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6fc68b75 dev-vcs/hub: remove old versions Signed-off-by: William Hubbs gentoo.org> dev-vcs/hub/Manifest | 2 -- dev-vcs/hub/hub-2.13.0.ebuild | 37 - dev-vcs/hub/hub-2.14.1.ebuild | 37 - 3 files changed, 76 deletions(-) diff --git a/dev-vcs/hub/Manifest b/dev-vcs/hub/Manifest index 78024a8eaf4..7c96a3f89a2 100644 --- a/dev-vcs/hub/Manifest +++ b/dev-vcs/hub/Manifest @@ -1,3 +1 @@ -DIST hub-2.13.0.tar.gz 2074748 BLAKE2B e790c13cfab9070699b3995c91c3adfad89b438d70b4f0683dcf2f487349c785d97f1aa845620cf0ccabf93f6738a3a1d45410bd1155c861d55f3d2568312235 SHA512 77cc86948a4725a56b09eacdecb3227b46022de93f6ca8eb298441e32bda83cd8e6bb7874e029caae06852c6edcedfaa19382599d6f6ad9760663ff2573d2342 -DIST hub-2.14.1.tar.gz 2077137 BLAKE2B 35e209766e73979c6629c4542d405d0a724b2ec77d89ef14c50b7630118e55b8d4afc96d1dd7daadf6d790b55dae45b33a855ec49ac9ff87d347849874078ef0 SHA512 dc4fc1ea27c4338ace1233089eea45fe4b636d6b000ef49b2ae44481d508b76c4c2035573acb0654efb2a3986ebdeb7b57dee9e77bbbdedc319c6dbba4ea6f8c DIST hub-2.14.2.tar.gz 2080107 BLAKE2B b0ff7bcebca7f4b515acf412b756da8512dad7c89f1976cc749c68d70303ff7172b6817e92c839c1864b55ac137e67cf1c99fa07e09b01fd76ad3d40be8d2163 SHA512 4809d12966cc983f42c8aef482e07bc4226e25fc4deba838e418664ce14ac9d2ac42842d0721a46466a80c0e492392542ecfaaccc2cea0efdd60df8b60a3ca02 diff --git a/dev-vcs/hub/hub-2.13.0.ebuild b/dev-vcs/hub/hub-2.13.0.ebuild deleted file mode 100644 index 02a51219754..000 --- a/dev-vcs/hub/hub-2.13.0.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit bash-completion-r1 go-module - -DESCRIPTION="Command-line wrapper for git that makes you better at GitHub" -HOMEPAGE="https://github.com/github/hub"; -SRC_URI="https://github.com/github/hub/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" - -RDEPEND=">=dev-vcs/git-1.7.3" - -src_compile() { - emake bin/hub man-pages -} - -src_test() { - emake test -} - -src_install() { - dobin bin/${PN} - dodoc README.md - doman share/man/man1/*.1 - - newbashcomp etc/${PN}.bash_completion.sh ${PN} - - insinto /usr/share/vim/vimfiles -doins -r share/vim/vimfiles/* - insinto /usr/share/zsh/site-functions - newins etc/hub.zsh_completion _${PN} -} diff --git a/dev-vcs/hub/hub-2.14.1.ebuild b/dev-vcs/hub/hub-2.14.1.ebuild deleted file mode 100644 index 6f811000511..000 --- a/dev-vcs/hub/hub-2.14.1.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit bash-completion-r1 go-module - -DESCRIPTION="Command-line wrapper for git that makes you better at GitHub" -HOMEPAGE="https://github.com/github/hub"; -SRC_URI="https://github.com/github/hub/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~ppc64 ~x86 ~amd64-linux ~x86-linux" - -RDEPEND=">=dev-vcs/git-1.7.3" - -src_compile() { - emake bin/hub man-pages -} - -src_test() { - emake test -} - -src_install() { - dobin bin/${PN} - dodoc README.md - doman share/man/man1/*.1 - - newbashcomp etc/${PN}.bash_completion.sh ${PN} - - insinto /usr/share/vim/vimfiles - doins -r share/vim/vimfiles/* - insinto /usr/share/zsh/site-functions - newins etc/hub.zsh_completion _${PN} -}
[gentoo-commits] repo/gentoo:master commit in: net-im/prosody/
commit: 990a8911c8ba9cdcd836d4c93a91dc0c23b498df Author: Conrad Kostecki gentoo org> AuthorDate: Mon Feb 15 20:58:24 2021 + Commit: Conrad Kostecki gentoo org> CommitDate: Mon Feb 15 20:58:41 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=990a8911 net-im/prosody: bump to version 0.11.8 Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Conrad Kostecki gentoo.org> net-im/prosody/Manifest | 1 + net-im/prosody/prosody-0.11.8.ebuild | 103 +++ 2 files changed, 104 insertions(+) diff --git a/net-im/prosody/Manifest b/net-im/prosody/Manifest index 6db7e0ac624..f6531f73dd6 100644 --- a/net-im/prosody/Manifest +++ b/net-im/prosody/Manifest @@ -1 +1,2 @@ DIST prosody-0.11.7.tar.gz 429369 BLAKE2B 8ef7377810702d5e1f480d84c09d6e3cc6aab674cca56fc1ce5e211d32df63ffeb57869c9d98429a81ea715ee19fca2ac015daa6b88b8c140efbeccb906defa6 SHA512 923aa92598ef851ed8408931942859f78f1e3d700fee251f4f5ca67abdcdae43448318ed90a9a1cdc7824d5f4dc5a4732fad4b9ed36d97455fa9b3bff0881a20 +DIST prosody-0.11.8.tar.gz 429762 BLAKE2B e7c945d0f99ed02cd54175f989241ee4731677600db39475365d3a4227afe2fa2b6f2075e3820fa9b7840d65014f43f786fa218a60765f7be319ddd7d30b67d4 SHA512 b0b7e1d3e41f47f0f88ad5b76444e4959b20f4c7a937f3cc605ba6ed5d92e713a3054dcb61ee6629063883a8f9ff1a03952893de4a0d840dcec4e5e42079eb57 diff --git a/net-im/prosody/prosody-0.11.8.ebuild b/net-im/prosody/prosody-0.11.8.ebuild new file mode 100644 index 000..80d5d1f0593 --- /dev/null +++ b/net-im/prosody/prosody-0.11.8.ebuild @@ -0,0 +1,103 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +LUA_COMPAT=( lua5-{1..3} luajit ) +LUA_REQ_USE="deprecated(+)" + +inherit lua-single systemd tmpfiles toolchain-funcs + +DESCRIPTION="Prosody is a modern XMPP communication server" +HOMEPAGE="https://prosody.im/"; +SRC_URI="https://prosody.im/downloads/source/${P}.tar.gz"; + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~x86" +IUSE="icu +idn +libevent libressl mysql postgres selinux +sqlite +ssl test +zlib" +REQUIRED_USE=" + ^^ ( icu idn ) + ${LUA_REQUIRED_USE} +" +RESTRICT="!test? ( test )" + +DEPEND=" + $(lua_gen_cond_dep 'dev-lua/luaexpat[${LUA_USEDEP}]') + $(lua_gen_cond_dep 'dev-lua/luafilesystem[${LUA_USEDEP}]') + $(lua_gen_cond_dep 'dev-lua/luasocket[${LUA_USEDEP}]') + net-im/jabber-base + icu? ( dev-libs/icu:= ) + idn? ( net-dns/libidn:= ) + libevent? ( $(lua_gen_cond_dep 'dev-lua/luaevent[${LUA_USEDEP}]') ) + libressl? ( dev-libs/libressl:= ) + !libressl? ( dev-libs/openssl:0= ) + lua_single_target_lua5-1? ( $(lua_gen_cond_dep 'dev-lua/lua-bit32[lua_targets_lua5-1(-)]') ) + mysql? ( $(lua_gen_cond_dep 'dev-lua/luadbi[mysql,${LUA_USEDEP}]') ) + postgres? ( $(lua_gen_cond_dep 'dev-lua/luadbi[postgres,${LUA_USEDEP}]') ) + sqlite? ( $(lua_gen_cond_dep 'dev-lua/luadbi[sqlite,${LUA_USEDEP}]') ) + ssl? ( $(lua_gen_cond_dep 'dev-lua/luasec[${LUA_USEDEP}]') ) + zlib? ( $(lua_gen_cond_dep 'dev-lua/lua-zlib[${LUA_USEDEP}]') ) + ${LUA_DEPS} +" + +RDEPEND=" + ${DEPEND} + selinux? ( sec-policy/selinux-jabber ) +" + +BDEPEND=" + virtual/pkgconfig + test? ( $(lua_gen_cond_dep 'dev-lua/busted[${LUA_USEDEP}]') ) +" + +PATCHES=( "${FILESDIR}/${PN}-0.11.7-gentoo.patch" ) + +src_prepare() { + default + + # Set correct plugin path for optional net-im/prosody-modules package + sed -e "s/GENTOO_LIBDIR/$(get_libdir)/g" -i prosody.cfg.lua.dist || die +} + +src_configure() { + local myeconfargs=( + --add-cflags="${CFLAGS}" + --add-ldflags="${LDFLAGS}" + --c-compiler="$(tc-getCC)" + --datadir="${EPREFIX}/var/spool/jabber" + --idn-library="$(usex idn 'idn' 'icu')" + --libdir="${EPREFIX}/usr/$(get_libdir)" + --linker="$(tc-getCC)" + --lua-version="$(usex lua_single_target_luajit '5.1' $(ver_cut 1-2 $(lua_get_version)))" + --no-example-certs + --ostype="linux" + --prefix="${EPREFIX}/usr" + --runwith="${ELUA}" + --sysconfdir="${EPREFIX}/etc/jabber" + --with-lua-include="${EPREFIX}/$(lua_get_include_dir)" + --with-lua-lib="${EPREFIX}/$(lua_get_cmod_dir)" + ) + + # Since the configure script is handcrafted, + # and yells at unknown options, do not use 'econf'. + ./configure "${myeconfargs[@]}" || die + + rm makefile || die + mv GNUmakefile Makefile || die +} + +src_install() { + default + + keepdir /var/spool/jabber + + newinitd "${FILESDIR}"/prosody.initd-r5 prosody + systemd_newunit "${FILESDIR}"/prosody.service-r2 prosody.service + + newtmpfiles "${FILESDIR}"/prosody.tmpfilesd-r1 prosody.conf +} +
[gentoo-commits] repo/gentoo:master commit in: app-admin/selint/
commit: 25af7bcd746298e45168d2bf3695230fa02683ca Author: Jonathan Davies protonmail com> AuthorDate: Tue Jan 26 23:20:54 2021 + Commit: Jason Zaman gentoo org> CommitDate: Mon Feb 15 20:21:05 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25af7bcd app-admin/selint: Version updated to 1.2.0. Closes: https://github.com/gentoo/gentoo/pull/19231 Signed-off-by: Jonathan Davies protonmail.com> Signed-off-by: Jason Zaman gentoo.org> app-admin/selint/Manifest| 1 + app-admin/selint/selint-1.2.0.ebuild | 39 2 files changed, 40 insertions(+) diff --git a/app-admin/selint/Manifest b/app-admin/selint/Manifest index efeb4bfb72e..1bca72c5998 100644 --- a/app-admin/selint/Manifest +++ b/app-admin/selint/Manifest @@ -1 +1,2 @@ DIST selint-1.1.0.tar.gz 283926 BLAKE2B 0908f8830ce4b569c54e8c025dd92c39af59172fee0b8061f5b8cdaf61222979a78c3726a5647af9161ce7e4a7ddd5bee64772afecd2024368afa76294b3d317 SHA512 3af358e0f42a285a0360ce2b4db9014ef1e4f0b792623007f88cf510799080975d9e44817e8911bbd32b141704a7fd11e1b4d8f91e124d0fa91c38f71a978c91 +DIST selint-1.2.0.tar.gz 306527 BLAKE2B 842d796d3beea327ac937b977123a9248f317f0ab88e8187ff5ef7b7da2efd9b6c4bccda2dc1fd4661691904f90f346df0120f9398733e62942e70bef5c3c5ab SHA512 e289cb0a25454b1fd5f5435e11f3d956e6c545e79b7a47d40681746d8eb66bb78bdb541f2629a4f23435853568a8e52d10e6f8dde8e8ddb03f4493ea7504 diff --git a/app-admin/selint/selint-1.2.0.ebuild b/app-admin/selint/selint-1.2.0.ebuild new file mode 100644 index 000..a0e18d3a3fe --- /dev/null +++ b/app-admin/selint/selint-1.2.0.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI="7" + +inherit toolchain-funcs + +DESCRIPTION="Static code analysis of refpolicy style SELinux policy" +HOMEPAGE="https://github.com/TresysTechnology/selint/wiki"; + +if [[ ${PV} == ]] ; then + inherit autotools git-r3 + EGIT_REPO_URI="https://github.com/TresysTechnology/selint.git"; +else + SRC_URI="https://github.com/TresysTechnology/selint/releases/download/v${PV}/${P}.tar.gz"; + KEYWORDS="~amd64 ~x86" +fi + +LICENSE="Apache-2.0" +SLOT="0" +IUSE="test" +RESTRICT="!test? ( test )" + +RDEPEND=" + dev-libs/confuse:= + dev-libs/uthash" + +DEPEND="${RDEPEND} + test? ( dev-libs/check )" + +src_prepare() { + [[ ${PV} == ]] && eautoreconf + + eapply_user +} + +src_configure() { + econf $(use_with test check) +}
[gentoo-commits] repo/gentoo:master commit in: media-sound/sc2mpd/files/
commit: e704e0eb6e7c95669db6b6a31a020fce756cf429 Author: Michael Mair-Keimberger levelnine at> AuthorDate: Mon Feb 15 16:54:27 2021 + Commit: Conrad Kostecki gentoo org> CommitDate: Mon Feb 15 20:13:19 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e704e0eb media-sound/sc2mpd: remove unused patches Closes: https://github.com/gentoo/gentoo/pull/19476 Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Michael Mair-Keimberger levelnine.at> Signed-off-by: Conrad Kostecki gentoo.org> media-sound/sc2mpd/files/ohnet.makefile.patch | 35 --- media-sound/sc2mpd/files/ohnet.optionparser.patch | 12 .../sc2mpd/files/ohnetgenerated.commonmk.patch | 24 .../sc2mpd/files/ohnetgenerated.makefile.patch | 30 - media-sound/sc2mpd/files/sc2mpd-1.1.5-werror.patch | 72 -- 5 files changed, 173 deletions(-) diff --git a/media-sound/sc2mpd/files/ohnet.makefile.patch b/media-sound/sc2mpd/files/ohnet.makefile.patch deleted file mode 100644 index 29a29bcc9bb..000 --- a/media-sound/sc2mpd/files/ohnet.makefile.patch +++ /dev/null @@ -1,35 +0,0 @@ -diff --git a/Makefile b/Makefile -index 29f2d6a..038b05e 100644 a/Makefile -+++ b/Makefile -@@ -82,12 +82,19 @@ else - ifneq (,$(findstring arm,$(gcc_machine))) - ifneq (,$(findstring linux-gnueabihf,$(gcc_machine))) - detected_openhome_architecture = armhf -+else ifneq (,$(findstring armv7hl,$(gcc_machine))) -+# cubox: armv7hl-redhat-linux-gnueabi -+detected_openhome_architecture = armhf - else ifeq (${detected_openhome_system},Qnap) - detected_openhome_architecture = x19 - else - detected_openhome_architecture = armel - endif - endif -+ifneq (,$(findstring aarch64,$(gcc_machine))) -+ # odroid64: aarch64-linux-gnu -+ detected_openhome_architecture = arm64 -+endif - ifneq (,$(findstring i686,$(gcc_machine))) - detected_openhome_architecture = x86 - endif -@@ -375,6 +382,10 @@ mkdir = mkdir -p - rmdir = rm -rf - uset4 = no - -+# This avoids errors in Generated/Devices.mak (they apparently have no -+# consequences anyway because we use make native_only=yes) -+t4 = echo -+ - ifeq ($(managed_only), yes) - build_targets_base = make_obj_dir ohNet.net.dll CpProxyDotNetAssemblies DvDeviceDotNetAssemblies - else diff --git a/media-sound/sc2mpd/files/ohnet.optionparser.patch b/media-sound/sc2mpd/files/ohnet.optionparser.patch deleted file mode 100644 index a3165768427..000 --- a/media-sound/sc2mpd/files/ohnet.optionparser.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff --git a/OpenHome/TestFramework/OptionParser.cpp b/OpenHome/TestFramework/OptionParser.cpp -index fe90233..644fc0b 100644 a/OpenHome/TestFramework/OptionParser.cpp -+++ b/OpenHome/TestFramework/OptionParser.cpp -@@ -282,6 +282,6 @@ void OptionParser::SetUsage(const TChar* aUsage) - { - delete iUsage; - iUsage = NULL; --iUsage = new TChar[strlen(iUsage)]; -+iUsage = new TChar[strlen(aUsage)]; - (void)strcpy(iUsage, aUsage); - } diff --git a/media-sound/sc2mpd/files/ohnetgenerated.commonmk.patch b/media-sound/sc2mpd/files/ohnetgenerated.commonmk.patch deleted file mode 100644 index a4f28f9a700..000 --- a/media-sound/sc2mpd/files/ohnetgenerated.commonmk.patch +++ /dev/null @@ -1,24 +0,0 @@ -diff -u ./Common.mak ../../openhome/ohNetGenerated/Common.mak ./Common.mak 2017-09-19 10:51:13.0 +0200 -+++ ./Common.mak 2017-09-19 13:21:25.984071432 +0200 -@@ -17,20 +17,6 @@ - $(objdir)ohnet-generated.jar : CpProxyJavaClasses DvDeviceJavaClasses - $(jar) $(jarflags) $(objdir)ohnet-generated.jar -C $(objdir) org - --Generated$(dirsep)GenerateSourceFiles.mak : $(tt) OpenHome$(dirsep)Net$(dirsep)Service$(dirsep)Services.xml OpenHome/Net/T4/Templates/UpnpMakeT4.tt -- $(mkdir) Generated -- $(t4) -o Generated$(dirsep)GenerateSourceFiles.mak OpenHome/Net/T4/Templates/UpnpMakeT4.tt -a xml:OpenHome/Net/Service/Services.xml -- @echo Attention: a makefile has been re-generated. -- --Generated$(dirsep)Proxies.mak : $(tt) OpenHome$(dirsep)Net$(dirsep)Service$(dirsep)Services.xml OpenHome/Net/T4/Templates/CpUpnpMakeProxies.tt -- $(mkdir) Generated -- $(t4) -o Generated$(dirsep)Proxies.mak OpenHome/Net/T4/Templates/CpUpnpMakeProxies.tt -a xml:OpenHome/Net/Service/Services.xml -- @echo Attention: a makefile has been re-generated. -- --Generated$(dirsep)Devices.mak : $(tt) OpenHome$(dirsep)Net$(dirsep)Service$(dirsep)Services.xml OpenHome/Net/T4/Templates/DvUpnpMakeDevices.tt -- $(mkdir) Generated -- $(t4) -o Generated$(dirsep)Devices.mak OpenHome/Net/T4/Templates/DvUpnpMakeDevices.tt -a xml:OpenHome/Net/Service/Services.xml -- @echo Attention: a makefile has been re-generated. - - native_targets = make_obj_dir copy_build_includes proxies devices - diff -
[gentoo-commits] repo/gentoo:master commit in: media-video/vlc/files/
commit: f4cc9af8940ec5d328a6d2bfbf52fcc803cb31f8 Author: Michael Mair-Keimberger levelnine at> AuthorDate: Mon Feb 15 17:03:51 2021 + Commit: Conrad Kostecki gentoo org> CommitDate: Mon Feb 15 20:11:25 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4cc9af8 media-video/vlc: remove unused patch Closes: https://github.com/gentoo/gentoo/pull/19480 Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Michael Mair-Keimberger levelnine.at> Signed-off-by: Conrad Kostecki gentoo.org> media-video/vlc/files/vlc-3.0.8-qt-5.15.patch | 30 --- 1 file changed, 30 deletions(-) diff --git a/media-video/vlc/files/vlc-3.0.8-qt-5.15.patch b/media-video/vlc/files/vlc-3.0.8-qt-5.15.patch deleted file mode 100644 index 7bdc24de4af..000 --- a/media-video/vlc/files/vlc-3.0.8-qt-5.15.patch +++ /dev/null @@ -1,30 +0,0 @@ a/modules/gui/qt/util/timetooltip.hpp 2018-05-03 14:03:21.0 +0200 -+++ b/modules/gui/qt/util/timetooltip.hpp 2020-04-21 00:57:48.570508113 +0200 -@@ -24,6 +24,7 @@ - - #include "qt.hpp" - -+#include - #include - - class TimeTooltip : public QWidget a/modules/gui/qt/dialogs/plugins.cpp 2017-11-24 16:29:17.0 +0100 -+++ b/modules/gui/qt/dialogs/plugins.cpp 2020-04-21 01:10:14.916737405 +0200 -@@ -53,6 +53,7 @@ - #include - #include - #include -+#include - #include - #include - #include a/modules/gui/qt/components/playlist/views.cpp 2017-11-24 16:29:17.0 +0100 -+++ b/modules/gui/qt/components/playlist/views.cpp 2020-04-21 01:12:28.002665729 +0200 -@@ -27,6 +27,7 @@ - #include "input_manager.hpp" /* THEMIM */ - - #include -+#include - #include - #include - #include
[gentoo-commits] repo/gentoo:master commit in: games-server/minecraft-server/
commit: 49097c70da7e2e5bd14275a8d6131f1c124f8eea Author: Conrad Kostecki gentoo org> AuthorDate: Mon Feb 15 20:04:39 2021 + Commit: Conrad Kostecki gentoo org> CommitDate: Mon Feb 15 20:04:39 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49097c70 games-server/minecraft-server: amd64 stable Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Conrad Kostecki gentoo.org> games-server/minecraft-server/minecraft-server-1.16.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games-server/minecraft-server/minecraft-server-1.16.5.ebuild b/games-server/minecraft-server/minecraft-server-1.16.5.ebuild index 5a052dd2df7..c85404e7bc9 100644 --- a/games-server/minecraft-server/minecraft-server-1.16.5.ebuild +++ b/games-server/minecraft-server/minecraft-server-1.16.5.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://launcher.mojang.com/v1/objects/${EGIT_COMMIT}/server.jar -> ${P LICENSE="Mojang" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~x86" +KEYWORDS="amd64 ~arm64 ~x86" RDEPEND=" acct-group/minecraft
[gentoo-commits] repo/gentoo:master commit in: sci-libs/openlibm/files/
commit: 76942a585550fe7181c52e84f115b52f0ad79c65 Author: Michael Mair-Keimberger levelnine at> AuthorDate: Mon Feb 15 16:52:31 2021 + Commit: Conrad Kostecki gentoo org> CommitDate: Mon Feb 15 20:10:30 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76942a58 sci-libs/openlibm: remove unused patch(es) Closes: https://github.com/gentoo/gentoo/pull/19478 Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Michael Mair-Keimberger levelnine.at> Signed-off-by: Conrad Kostecki gentoo.org> .../openlibm/files/openlibm-0.7.2-make_inc.patch | 81 -- 1 file changed, 81 deletions(-) diff --git a/sci-libs/openlibm/files/openlibm-0.7.2-make_inc.patch b/sci-libs/openlibm/files/openlibm-0.7.2-make_inc.patch deleted file mode 100644 index dc42a98c68d..000 --- a/sci-libs/openlibm/files/openlibm-0.7.2-make_inc.patch +++ /dev/null @@ -1,81 +0,0 @@ -diff --git a/Make.inc b/Make.inc -index adeb33d..36520f0 100644 a/Make.inc -+++ b/Make.inc -@@ -10,41 +10,41 @@ VERSION = 0.7.0 - SOMAJOR = 3 - SOMINOR = 0 - DESTDIR = --prefix = /usr/local --bindir = $(prefix)/bin --libdir = $(prefix)/lib --includedir = $(prefix)/include -+prefix ?= /usr/local -+bindir ?= $(prefix)/bin -+libdir ?= $(prefix)/lib -+includedir ?= $(prefix)/include - - ifeq ($(OS), FreeBSD) --pkgconfigdir = $(prefix)/libdata/pkgconfig -+pkgconfigdir ?= $(prefix)/libdata/pkgconfig - else --pkgconfigdir = $(libdir)/pkgconfig -+pkgconfigdir ?= $(libdir)/pkgconfig - endif - --USEGCC = 1 --USECLANG = 0 -+USEGCC ?= 1 -+USECLANG ?= 0 - - ifneq (,$(findstring $(OS),Darwin FreeBSD OpenBSD)) --USEGCC = 0 --USECLANG = 1 -+USEGCC ?= 0 -+USECLANG ?= 1 - endif - - AR = $(TOOLPREFIX)ar - - ifeq ($(ARCH),wasm32) --CC = clang-8 --USEGCC = 0 -+CC ?= clang-8 -+USEGCC ?= 0 - CFLAGS_add += -fno-builtin -fno-strict-aliasing - endif - - ifeq ($(USECLANG),1) --USEGCC = 0 --CC = clang -+USEGCC ?= 0 -+CC ?= clang - CFLAGS_add += -fno-builtin -fno-strict-aliasing - endif - - ifeq ($(USEGCC),1) --CC = $(TOOLPREFIX)gcc -+CC ?= $(TOOLPREFIX)gcc - CFLAGS_add += -fno-gnu89-inline -fno-builtin - endif - -@@ -84,9 +84,6 @@ override ARCH := mips - endif - - # If CFLAGS does not contain a -O optimization flag, default to -O3 --ifeq ($(findstring -O,$(CFLAGS)),) --CFLAGS_add += -O3 --endif - - ifneq (,$(findstring MINGW,$(OS))) - override OS=WINNT -@@ -111,9 +111,6 @@ shlibdir = $(libdir) - endif - - # Add `-march` to our CFLAGS if it's defined --ifneq ($(MARCH),) --CFLAGS_arch += -march=$(MARCH) --endif - - ifeq ($(ARCH),i387) - CFLAGS_arch += -m32
[gentoo-commits] repo/gentoo:master commit in: media-tv/mythtv/files/
commit: 27afa4f1ecbbd975a3c5d90c72748daab82a Author: Michael Mair-Keimberger levelnine at> AuthorDate: Mon Feb 15 16:58:58 2021 + Commit: Conrad Kostecki gentoo org> CommitDate: Mon Feb 15 20:08:08 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27afa4f1 media-tv/mythtv: remove unused file Closes: https://github.com/gentoo/gentoo/pull/19475 Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Michael Mair-Keimberger levelnine.at> Signed-off-by: Conrad Kostecki gentoo.org> media-tv/mythtv/files/mythbackend.init-r2 | 72 --- 1 file changed, 72 deletions(-) diff --git a/media-tv/mythtv/files/mythbackend.init-r2 b/media-tv/mythtv/files/mythbackend.init-r2 deleted file mode 100644 index dc063030d47..000 --- a/media-tv/mythtv/files/mythbackend.init-r2 +++ /dev/null @@ -1,72 +0,0 @@ -#!/sbin/openrc-run -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -description="MythTV backend recording daemon" -extra_started_commands="resched upnprebuild" -description_resched="Forces the recording scheduler to update" -description_upnprebuild="Rebuilds the UPnP media cache" - -MYTHBACKEND_OPTS=${MYTHBACKEND_OPTS:-"${MYTHBACKEND_OPTS}"} -MYTHBACKEND_VERBOSE=${MYTHBACKEND_VERBOSE:-"general"} -MYTHBACKEND_LOGGING=${MYTHBACKEND_LOGGING:-"files"} - -name="MythTV backend" -command="/usr/bin/mythbackend" -pidfile="/run/mythtv/mythbackend.pid" -start_stop_daemon_args="--pidfile ${pidfile} --user mythtv:video" -command_args="--daemon --pidfile ${pidfile} --verbose ${MYTHBACKEND_VERBOSE} ${MYTHBACKEND_OPTS}" - -depend() { - # mythbackend doesn't need to run on the same machine that - # mysql runs on. so its use for that reason - use logger net.lo mysql LCDd -} - -start_pre() { - case "${MYTHBACKEND_LOGGING}" in - database) logging="--enable-dblog" ;; - syslog\ *) logging="--${MYTHBACKEND_LOGGING}" ;; - files) logging="--logpath /var/log/mythtv" ;; - console) logging="--nologserver" ;; - *) - eerror "Invalid MYTHBACKEND_LOGGING value" - exit 1 - ;; - esac - - #fixes for bug #101308 - unset DISPLAY - unset SESSION_MANAGER - - # Work around any strange permissions that may be on these files. - [ "x${MYTHBACKEND_LOGGING}" = "xfiles" ] && \ - checkpath --directory --owner mythtv:video --mode 0755 /var/log/mythtv - checkpath --directory --owner mythtv:video --mode 0775 /home/mythtv - checkpath --directory --owner mythtv:video --mode 0750 /run/mythtv -} - -start() { - ebegin "Starting ${name}" - start-stop-daemon --start ${start_stop_daemon_args} --exec ${command} \ - -- ${command_args} ${logging} - eend $? -} - -stop() { - ebegin "Stopping ${name}" - start-stop-daemon --stop --retry 10 --progress --pidfile ${pidfile} - eend $? -} - -resched() { - ebegin "Updating the recording scheduler" - ${command} --resched - eend $? -} - -upnprebuild() { - ebegin "Rebuilding UPnP media cache" - ${command} --upnprebuild - eend $? -}
[gentoo-commits] repo/gentoo:master commit in: app-text/epstool/files/
commit: f82a9d0feab8d5452ca9f564853eab195f4c3162 Author: Michael Mair-Keimberger levelnine at> AuthorDate: Mon Feb 15 16:53:25 2021 + Commit: Conrad Kostecki gentoo org> CommitDate: Mon Feb 15 20:09:35 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f82a9d0f app-text/epstool: remove unused patch Closes: https://github.com/gentoo/gentoo/pull/19477 Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Michael Mair-Keimberger levelnine.at> Signed-off-by: Conrad Kostecki gentoo.org> app-text/epstool/files/gcc43.patch | 20 1 file changed, 20 deletions(-) diff --git a/app-text/epstool/files/gcc43.patch b/app-text/epstool/files/gcc43.patch deleted file mode 100644 index b50250a9af1..000 --- a/app-text/epstool/files/gcc43.patch +++ /dev/null @@ -1,20 +0,0 @@ a/src/epstool.c -+++ b/src/epstool.c -@@ -2824,7 +2824,7 @@ - code = -1; - } - if ((code==0) && stdout_name && (hChildStdoutWr == -1)) { -- handle = open(stdout_name, O_WRONLY | O_CREAT); -+ handle = open(stdout_name, O_WRONLY | O_CREAT, 0644); - hChildStdoutWr = dup2(handle, 1); - if (handle != -1) - close(handle); -@@ -2832,7 +2832,7 @@ - code = -1; - } - if ((code==0) && stderr_name && (hChildStderrWr == -1)) { -- handle = open(stderr_name, O_WRONLY | O_CREAT); -+ handle = open(stderr_name, O_WRONLY | O_CREAT, 0644); - hChildStderrWr = dup2(handle, 2); - if (handle != -1) - close(handle);
[gentoo-commits] repo/gentoo:master commit in: games-server/minecraft-server/
commit: 8f674a0835f960daeb135c4c211dc8156544eb6e Author: Conrad Kostecki gentoo org> AuthorDate: Mon Feb 15 20:05:29 2021 + Commit: Conrad Kostecki gentoo org> CommitDate: Mon Feb 15 20:05:29 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f674a08 games-server/minecraft-server: x86 stable Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Conrad Kostecki gentoo.org> games-server/minecraft-server/minecraft-server-1.16.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games-server/minecraft-server/minecraft-server-1.16.5.ebuild b/games-server/minecraft-server/minecraft-server-1.16.5.ebuild index c85404e7bc9..f5a67d91eb1 100644 --- a/games-server/minecraft-server/minecraft-server-1.16.5.ebuild +++ b/games-server/minecraft-server/minecraft-server-1.16.5.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://launcher.mojang.com/v1/objects/${EGIT_COMMIT}/server.jar -> ${P LICENSE="Mojang" SLOT="0" -KEYWORDS="amd64 ~arm64 ~x86" +KEYWORDS="amd64 ~arm64 x86" RDEPEND=" acct-group/minecraft
[gentoo-commits] repo/gentoo:master commit in: games-server/minecraft-server/
commit: 652ad361546af6a1b532303e88fbf36282afb769 Author: Conrad Kostecki gentoo org> AuthorDate: Mon Feb 15 20:06:19 2021 + Commit: Conrad Kostecki gentoo org> CommitDate: Mon Feb 15 20:06:19 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=652ad361 games-server/minecraft-server: drop old version Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Conrad Kostecki gentoo.org> games-server/minecraft-server/Manifest | 1 - .../minecraft-server-1.16.4.ebuild | 54 -- 2 files changed, 55 deletions(-) diff --git a/games-server/minecraft-server/Manifest b/games-server/minecraft-server/Manifest index d88fad88a7b..5b8c162f425 100644 --- a/games-server/minecraft-server/Manifest +++ b/games-server/minecraft-server/Manifest @@ -1,2 +1 @@ -DIST minecraft-server-1.16.4.jar 37961464 BLAKE2B 1578a1ad52c81c038a1a5ee63b68dba03ff54005991095bde9d88a9275b427dc86144e26466dc2ad0313740f387fafd7c23cbdf61c452fff8df4ca82ec6367b5 SHA512 2807168800da30e6e58a22fc9f1981b58be6ba986d12dc138c19013269fcf51976db21a0488c3a95468e4f8016646db3a9966ac2065f6950ba9b733056df47bd DIST minecraft-server-1.16.5.jar 37962360 BLAKE2B 355715b809c09581e457f54618bd6ddab91b1c488d709d402fa6690d32244298d44191d439b8d9f27f4853f7e7658bfa2db88b61697a1caeb66da76ab211d9f8 SHA512 8321c50d788c6a3a3e8b2146bf1b20f6a3da87dd21ec4bd1fda0031d26f728d64e56a6a230ba5d857f4d500d7ba281eb4e3c28b6715f29d8dcba79d8c0ddf03f diff --git a/games-server/minecraft-server/minecraft-server-1.16.4.ebuild b/games-server/minecraft-server/minecraft-server-1.16.4.ebuild deleted file mode 100644 index 95540a10c56..000 --- a/games-server/minecraft-server/minecraft-server-1.16.4.ebuild +++ /dev/null @@ -1,54 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -EGIT_COMMIT="35139deedbd5182953cf1caa23835da59ca3d7cd" -README_GENTOO_SUFFIX="-r1" - -inherit readme.gentoo-r1 java-pkg-2 systemd - -DESCRIPTION="The official server for the sandbox video game" -HOMEPAGE="https://www.minecraft.net/"; -SRC_URI="https://launcher.mojang.com/v1/objects/${EGIT_COMMIT}/server.jar -> ${P}.jar" - -LICENSE="Mojang" -SLOT="0" -KEYWORDS="amd64 ~arm64 x86" - -RDEPEND=" - acct-group/minecraft - acct-user/minecraft - app-misc/dtach - || ( - >=virtual/jre-1.8 - >=virtual/jdk-1.8 - ) -" - -RESTRICT="bindist mirror" - -S="${WORKDIR}" - -src_unpack() { - cp "${DISTDIR}/${A}" "${WORKDIR}" || die -} - -src_compile() { - :; -} - -src_install() { - java-pkg_newjar minecraft-server-${PV}.jar minecraft-server.jar - java-pkg_dolauncher minecraft-server --jar minecraft-server.jar --java_args "\${JAVA_OPTS}" - - newinitd "${FILESDIR}"/minecraft-server.initd-r4 minecraft-server - newconfd "${FILESDIR}"/minecraft-server.confd-r1 minecraft-server - systemd_newunit "${FILESDIR}"/minecraft-server.service minecraft-server@.service - - readme.gentoo_create_doc -} - -pkg_postinst() { - readme.gentoo_print_elog -}
[gentoo-commits] repo/gentoo:master commit in: www-client/qutebrowser/
commit: b1b7ad638453d1db10e4bf4bb76d15c43fa3b791 Author: Stefan Strogin gentoo org> AuthorDate: Mon Feb 15 19:10:58 2021 + Commit: Stefan Strogin gentoo org> CommitDate: Mon Feb 15 19:11:48 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1b7ad63 www-client/qutebrowser: upgrade to 2.0.2 Closes: https://bugs.gentoo.org/768717 Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Stefan Strogin gentoo.org> www-client/qutebrowser/Manifest | 1 + www-client/qutebrowser/qutebrowser-2.0.2.ebuild | 90 + 2 files changed, 91 insertions(+) diff --git a/www-client/qutebrowser/Manifest b/www-client/qutebrowser/Manifest index 57d3242a869..45fcf1299ea 100644 --- a/www-client/qutebrowser/Manifest +++ b/www-client/qutebrowser/Manifest @@ -1,2 +1,3 @@ DIST qutebrowser-1.14.0.tar.gz 4144761 BLAKE2B cc220990c119904c18932b7f240e428fd36baaf42a592f8fe15e9a1b1e5506cf82291ac0365fd43c75ffa78b403cbe35616f8bd5b362a686db389f5ab7a02345 SHA512 7330b685b5852c7700738bf1063121c6cb19b190143e4b98680563ae1a6ce7affaf9691db8c3a4e3686172be7da26ce841709dbc5d31a941326d7432c857cb25 DIST qutebrowser-1.14.1.tar.gz 4161759 BLAKE2B 5ea4d032cb8137af1ac9add9fe85b7dc0b8d9c78c838bd91b09444035f3e433d7cfd75672fbaafc1eceb2a0e1bac8f54b8419a7ff0d7c3b272d588818194a260 SHA512 2902b1f320c80601195f0a87b4cd1ce6dac7e79df82df692b08d00f1f0be449fcc7d7a855f4fc2cc5773f3b2142f508b0dfc6612778c416401f1117acc081de8 +DIST qutebrowser-2.0.2.tar.gz 6190348 BLAKE2B 0646f7879c049f3c754c98d6929f2851507804cc95fe117cafbac8477203799afd9af5c8e6b97fd48a09dffcc17f41982b035a0459737e289f02ab34eef63f7e SHA512 523eb6a46e88fc3bea724867d92042e86f75948a660159e4bf7c21b98737dd67e05fd62840d3de06c5562c8e8833a2178cfd9fd620b95b7521d695044e08f5bd diff --git a/www-client/qutebrowser/qutebrowser-2.0.2.ebuild b/www-client/qutebrowser/qutebrowser-2.0.2.ebuild new file mode 100644 index 000..defe2baa7c4 --- /dev/null +++ b/www-client/qutebrowser/qutebrowser-2.0.2.ebuild @@ -0,0 +1,90 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{7,8,9} ) + +inherit desktop distutils-r1 optfeature xdg-utils + +DESCRIPTION="A keyboard-driven, vim-like browser based on PyQt5 and QtWebEngine" +HOMEPAGE="https://www.qutebrowser.org/ https://github.com/qutebrowser/qutebrowser"; +SRC_URI="https://github.com/${PN}/${PN}/releases/download/v${PV}/${P}.tar.gz"; + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~arm64 ~x86" +IUSE="scripts test" + +BDEPEND=" + app-text/asciidoc" +RDEPEND=" + dev-python/colorama[${PYTHON_USEDEP}] + $(python_gen_cond_dep 'dev-python/importlib_resources[${PYTHON_USEDEP}]' python3_{7,8}) + dev-python/jinja[${PYTHON_USEDEP}] + dev-python/markupsafe[${PYTHON_USEDEP}] + dev-python/pygments[${PYTHON_USEDEP}] + dev-python/PyQt5[${PYTHON_USEDEP},declarative,multimedia,gui,network,opengl,printsupport,sql,widgets] + dev-python/PyQtWebEngine[${PYTHON_USEDEP}] + >=dev-python/pyyaml-5.3.1[${PYTHON_USEDEP},libyaml] +" + +distutils_enable_tests setup.py + +# Tests restricted as the deplist (misc/requirements/requirements-tests.txt) +# isn't complete and X11 is required in order to start up qutebrowser. +RESTRICT="test" + +python_compile_all() { + a2x -f manpage doc/${PN}.1.asciidoc || die "Failed generating man page" +} + +python_install_all() { + doman doc/${PN}.1 + domenu misc/org.${PN}.${PN}.desktop + doicon -s scalable icons/${PN}.svg + + if use scripts; then + insinto /usr/share/qutebrowser/userscripts/ + doins misc/userscripts/README.md + exeinto /usr/share/qutebrowser/userscripts/ + doexe misc/userscripts/add-nextcloud-bookmarks \ + misc/userscripts/add-nextcloud-cookbook \ + misc/userscripts/cast \ + misc/userscripts/dmenu_qutebrowser \ + misc/userscripts/format_json \ + misc/userscripts/getbib \ + misc/userscripts/kodi \ + misc/userscripts/open_download \ + misc/userscripts/openfeeds \ + misc/userscripts/password_fill \ + misc/userscripts/qr \ + misc/userscripts/qute-bitwarden \ + misc/userscripts/qutedmenu \ + misc/userscripts/qute-keepass \ + misc/userscripts/qute-lastpass \ + misc/userscripts/qute-pass \ + misc/userscripts/readability \ + misc/userscripts/readability-js \ + misc/userscripts/ripbang \ + misc/userscripts/rss \ + misc/userscripts/taskadd \ + misc/userscripts/tor_identity \ + misc/userscripts/view_in_m
[gentoo-commits] repo/gentoo:master commit in: profiles/
commit: faa58e7de92bad222e4a1729334dbebefde9a394 Author: Lars Wendler gentoo org> AuthorDate: Mon Feb 15 18:59:01 2021 + Commit: Lars Wendler gentoo org> CommitDate: Mon Feb 15 18:59:01 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=faa58e7d package.mask: Masked net-misc/kea development versions Signed-off-by: Lars Wendler gentoo.org> profiles/package.mask | 4 1 file changed, 4 insertions(+) diff --git a/profiles/package.mask b/profiles/package.mask index 0ba8f1bbd8e..f4ff692530a 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -32,6 +32,10 @@ #--- END OF EXAMPLES --- +# Lars Wendler (2021-02-15) +# Mask development versions now that they were bumped... +=net-misc/kea-1.9* + # Sam James (2021-02-14) # This version seems to have broken ABI. # Masking until investigation completed
[gentoo-commits] repo/gentoo:master commit in: dev-ruby/rubygems/
commit: 06e88f8331ac3b5e4a23ff72ac2163e797be4b6a Author: Hans de Graaff gentoo org> AuthorDate: Mon Feb 15 18:40:08 2021 + Commit: Hans de Graaff gentoo org> CommitDate: Mon Feb 15 18:40:08 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06e88f83 dev-ruby/rubygems: cleanup Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Hans de Graaff gentoo.org> dev-ruby/rubygems/Manifest | 3 - dev-ruby/rubygems/rubygems-3.0.8.ebuild | 96 - dev-ruby/rubygems/rubygems-3.1.4.ebuild | 103 dev-ruby/rubygems/rubygems-3.1.5.ebuild | 103 4 files changed, 305 deletions(-) diff --git a/dev-ruby/rubygems/Manifest b/dev-ruby/rubygems/Manifest index 262d6667a5b..2c9ae798b8a 100644 --- a/dev-ruby/rubygems/Manifest +++ b/dev-ruby/rubygems/Manifest @@ -1,10 +1,7 @@ DIST rubygems-2.7.10.tgz 863618 BLAKE2B 26a453d2808cbf03caa6f2ef4a829418de58f4ed0c7584935a0ad5fc722d7fbdf9f442261f96fdca4b6975b62608965d2f0053d3046da59771be373bed21154a SHA512 48a18c0f202f463c38cf5dafecfbc7cc39245e63c7a059ef2cefadda478483794a929ea6b7e0ef062dd4423230746f1f09d7bec06a97fe3ceccc3325397a3e71 DIST rubygems-2.7.11.tgz 861642 BLAKE2B 6632296d8bcd47d52d92db3c09a0d95118c72877c712a9bfa01f4d4c8aff1bc62ee7e663f763a73b2c2e3dfd2d261ea965ff932a77b84f70e63fab1445d19d8a SHA512 83592f4089a768f6d58be975995855ad3aa6b481de5e2d31789d1c8d96a33f5347a914e5d7450819bb2e8e434ee65c4d3f5c978965ccaefad6c167a29801b7bd DIST rubygems-3.0.3.tgz 904175 BLAKE2B d99de4bdd51779ab214bc4a81f55483341a2c193d4304b8eeb6105cb95877e0a33fe03d93c47433ad3c6bdc8d3e453e33ffb799fd36164feac31616f95eeced4 SHA512 1dd585243341901c7b4cc60a4902000c10ce57fe2cc9c28e27e274a2e6029f936cde1c99d7097c93c2c5b2c8bcee5d692c8fe5cc00c996a040e4954b674e330e -DIST rubygems-3.0.8.tgz 888058 BLAKE2B e5cf7985fb67f2d4647fffa7679241a8722d5b7c3262432cfb06ba36716d8acaca6df3704a85e24d2f14c56f260f507067f31c3ccdd9321b922e8f13d085398c SHA512 ac8906360bea6e089c987308b1ee661d2f1c68e1ed66dcb7c5afd7ebfe5bef81c5a01ab6113c5eb5b0738129105f3176e0c595a0883a952082a048b7f20a5dbf DIST rubygems-3.0.9.tgz 886153 BLAKE2B 942f641c7dec30d3dd2f0756d04b1b6b071f5d3b5a9481c406e51ab125fa9da0e4e1ebde79c6a663e8847125c1ed8657f6af69000cf0d7191360e7aab99ba508 SHA512 1a6d7b3b08024d95988e033c772bfb6b5ed8f94ff4ddb194280bd3a7530cc384cb90fd56d44b6d56760cffbb23c5a6ab5917737ca46ec85fe61e1ae79d7ba4ca -DIST rubygems-3.1.4.tgz 997835 BLAKE2B 21b8060f28e2228b7400533fa1d9fa1ae8bcaff3ebf9354e64f7d70ae35366147805a6f169986c956766bf41f34ce458d30c326c2b6f996620b14761fdf224b3 SHA512 86bb42736ccf320929eb12c83b3ce55fe95053ce5b38434902604d8d61d78c3f3cd8f20858d0fed66c473ef9fd70d7cb596c077cd06506caeac3e62ee6812ad2 -DIST rubygems-3.1.5.tgz 995812 BLAKE2B 43471515e4da8a6fe47a419f67f26efc9855334d44338eff9008cc0bc62e1477498f3e04044fa41d5f45ec0f132ca55dccb420f031b9e4945f3299c8618e2b94 SHA512 0eb2c4d18dc9304142d7d06badfd6bc1a72ba67c3b8a70f608dd127d0f7b016bc004af8dae67897685d43ddf87e468668bc89cec00b969da2f2dd67bee61a261 DIST rubygems-3.1.6.tgz 996339 BLAKE2B 8dc242a64c6f934b876de841cb6ea86455d7754cbe3902620a10ac40bb97264c03c1002b45a5734d1882617d95e8b390873ed390d00fe7e54b6d8f11a301c2b3 SHA512 730381cf683cd57f7ea7889f63cf21abb699bf28d2a25fa63f510756ece285cb63e4208130c20fa7c0232d6093d869e5d99d5b5fdad9bc68be5e8ead21863d97 DIST rubygems-3.2.6.tgz 984320 BLAKE2B 846202460722a9212df0958fca9bc8df9e3b0fb9aec3fbd0887f166ee5d25226d5325918ada816b5b166544e654d501a8db80ca2d9d7f1de42decddfb39f13d6 SHA512 b9303994bc2ef8a4e66f14f745f8ae493ee2725737cea6caf557f8943ac165a4934c865542c7080bf2d7b0c0be441d4e818ee8d42fdd9ae4419540943ed695ec DIST rubygems-3.2.7.tgz 985071 BLAKE2B f8075429c42a53b648ddd11128c91789b214f04f048261fbb071c0ee1250241a06c0dc2ab4e608f2282a0fc9690a35df371c02f5d7f0b6397a631e4a2af36b2e SHA512 b01c9d78ac172981650aa94e26d9b07fb97e63a2d1cfbcb55462d6333c45ce16635491dcfa95a177ead429f22a5ec450ab049a7024e14e20466f5f60cf4c53b7 diff --git a/dev-ruby/rubygems/rubygems-3.0.8.ebuild b/dev-ruby/rubygems/rubygems-3.0.8.ebuild deleted file mode 100644 index 2fe717cbbd5..000 --- a/dev-ruby/rubygems/rubygems-3.0.8.ebuild +++ /dev/null @@ -1,96 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -USE_RUBY="ruby24 ruby25 ruby26" - -inherit ruby-ng prefix - -DESCRIPTION="Centralized Ruby extension management system" -HOMEPAGE="https://rubygems.org/"; -LICENSE="GPL-2 || ( Ruby MIT )" - -SRC_URI="https://rubygems.org/rubygems/${P}.tgz"; - -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -SLOT="0" -IUSE="server test" -RESTRICT="!test? ( test )" - -PDEPEND="server? ( =dev-ruby/builder-3* )" - -ruby_add_depend "virtual/ruby-ssl" - -ruby_add_bdepend " - test? ( - dev-ruby/json -
[gentoo-commits] repo/gentoo:master commit in: media-video/vdr/files/
commit: 0dcc953a8ef7cc3dac909c34e3ad7ec6daa11603 Author: Michael Mair-Keimberger levelnine at> AuthorDate: Mon Feb 15 17:01:54 2021 + Commit: Jörg Bornkessel gentoo org> CommitDate: Mon Feb 15 18:23:01 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0dcc953a media-video/vdr: remove unused patch Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Michael Mair-Keimberger levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/19479 Signed-off-by: Joerg Bornkessel gentoo.org> .../vdr/files/vdr-2.4.6_remove_plugins.patch | 24 -- 1 file changed, 24 deletions(-) diff --git a/media-video/vdr/files/vdr-2.4.6_remove_plugins.patch b/media-video/vdr/files/vdr-2.4.6_remove_plugins.patch deleted file mode 100644 index d2571ea687c..000 --- a/media-video/vdr/files/vdr-2.4.6_remove_plugins.patch +++ /dev/null @@ -1,24 +0,0 @@ -we do not install any plugins from core vdr - -Signed-off-by: Joerg Bornkessel 2021/Feb/11 -diff -Naur vdr-2.4.6.orig/Makefile vdr-2.4.6/Makefile vdr-2.4.6.orig/Makefile2020-06-27 11:13:04.0 +0200 -+++ vdr-2.4.6/Makefile 2020-08-08 18:16:02.519719542 +0200 -@@ -136,7 +136,7 @@ - VDRVERSION = $(shell sed -ne '/define VDRVERSION/s/^.*"\(.*\)".*$$/\1/p' config.h) - APIVERSION = $(shell sed -ne '/define APIVERSION/s/^.*"\(.*\)".*$$/\1/p' config.h) - --all: vdr i18n plugins -+all: vdr i18n - - # Implicit rules: - -@@ -282,7 +282,7 @@ - - # Install the files (note that 'install-pc' must be first!): - --install: install-pc install-bin install-conf install-doc install-plugins install-i18n install-includes -+install: install-pc install-bin install-conf install-doc install-i18n install-includes - - # VDR binary: -
[gentoo-commits] repo/gentoo:master commit in: net-analyzer/openbsd-netcat/files/, net-analyzer/openbsd-netcat/
commit: 376fbe9ba6cedba285000bdb909a5ea46b0955e7 Author: Fabian Groffen gentoo org> AuthorDate: Mon Feb 15 17:42:32 2021 + Commit: Fabian Groffen gentoo org> CommitDate: Mon Feb 15 17:43:28 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=376fbe9b net-analyzer/openbsd-netcat: update darwin patch so it applies to 1.195 Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Fabian Groffen gentoo.org> .../files/openbsd-netcat-1.190-darwin.patch | 17 + net-analyzer/openbsd-netcat/openbsd-netcat-1.195.ebuild | 4 ++-- 2 files changed, 7 insertions(+), 14 deletions(-) diff --git a/net-analyzer/openbsd-netcat/files/openbsd-netcat-1.190-darwin.patch b/net-analyzer/openbsd-netcat/files/openbsd-netcat-1.190-darwin.patch index e1a462e746b..a8453c09067 100644 --- a/net-analyzer/openbsd-netcat/files/openbsd-netcat-1.190-darwin.patch +++ b/net-analyzer/openbsd-netcat/files/openbsd-netcat-1.190-darwin.patch @@ -4,7 +4,7 @@ diff --git a/netcat.c b/netcat.c index a0fb51b..bbb5dd1 100644 --- a/netcat.c +++ b/netcat.c -@@ -51,11 +51,13 @@ +@@ -51,11 +51,16 @@ # include #endif @@ -18,6 +18,9 @@ index a0fb51b..bbb5dd1 100644 -# define IPTOS_LOWCOST 0x02 # define IPTOS_MINCOST IPTOS_LOWCOST #endif /* IPTOS_LOWDELAY */ ++#ifndef SOCK_CLOEXEC ++# define SOCK_CLOEXEC 0 ++#endif @@ -108,8 +110,9 @@ # include @@ -87,17 +90,7 @@ index a0fb51b..bbb5dd1 100644 /* For now, all errnos are fatal */ err(1, "accept"); } -@@ -1092,14 +1091,16 @@ - int s, save_errno; - - if (uflag) { -- if ((s = unix_bind(unix_dg_tmp_socket, SOCK_CLOEXEC)) < 0) -+ if ((s = unix_bind(unix_dg_tmp_socket, 0)) < 0) - return -1; - } else { -- if ((s = socket(AF_UNIX, SOCK_STREAM | SOCK_CLOEXEC, 0)) < 0) { -+ if ((s = socket(AF_UNIX, SOCK_STREAM, 0)) < 0) { - errx(1,"create unix socket failed"); +@@ -1100,6 +1099,8 @@ return -1; } } diff --git a/net-analyzer/openbsd-netcat/openbsd-netcat-1.195.ebuild b/net-analyzer/openbsd-netcat/openbsd-netcat-1.195.ebuild index 7994e7f7ba3..9e669ea4b2a 100644 --- a/net-analyzer/openbsd-netcat/openbsd-netcat-1.195.ebuild +++ b/net-analyzer/openbsd-netcat/openbsd-netcat-1.195.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -30,7 +30,7 @@ src_prepare() { done if [[ ${CHOST} == *-darwin* ]] ; then # this undoes some of the Debian/Linux changes - eapply "${FILESDIR}"/${P}-darwin.patch + eapply "${FILESDIR}"/${PN}-1.190-darwin.patch fi default }
[gentoo-commits] data/api:master commit in: files/mirrors/
commit: 08460e1085548c49e8367661a6d838f8ec35f6b7 Author: Jonathan Davies protonmail com> AuthorDate: Thu Oct 22 13:28:43 2020 + Commit: Joonas Niilola gentoo org> CommitDate: Mon Feb 15 16:04:55 2021 + URL:https://gitweb.gentoo.org/data/api.git/commit/?id=08460e10 mirrors: Marked University of Waterloo as IPv6-enabled and added rsync URL. Signed-off-by: Jonathan Davies protonmail.com> Signed-off-by: Joonas Niilola gentoo.org> files/mirrors/distfiles.xml | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/files/mirrors/distfiles.xml b/files/mirrors/distfiles.xml index 2c3f489..b8df64a 100644 --- a/files/mirrors/distfiles.xml +++ b/files/mirrors/distfiles.xml @@ -11,9 +11,10 @@ vim: ft=xml et ts=2 sts=2 sw=2: University of Waterloo - ftp://mirror.csclub.uwaterloo.ca/gentoo-distfiles/ - https://mirror.csclub.uwaterloo.ca/gentoo-distfiles/ - http://mirror.csclub.uwaterloo.ca/gentoo-distfiles/ + ftp://mirror.csclub.uwaterloo.ca/gentoo-distfiles/ + https://mirror.csclub.uwaterloo.ca/gentoo-distfiles/ + http://mirror.csclub.uwaterloo.ca/gentoo-distfiles/ + rsync://mirror.csclub.uwaterloo.ca/gentoo-distfiles Gossamer Threads
[gentoo-commits] data/api:master commit in: files/mirrors/
commit: 8203e6b0739a8f15348f9182a4c575902af2756f Author: Jonathan Davies protonmail com> AuthorDate: Thu Oct 22 13:47:00 2020 + Commit: Joonas Niilola gentoo org> CommitDate: Mon Feb 15 16:04:56 2021 + URL:https://gitweb.gentoo.org/data/api.git/commit/?id=8203e6b0 mirrors: Marked Hamakor FOSS Society as IPv6-enabled. Signed-off-by: Jonathan Davies protonmail.com> Signed-off-by: Joonas Niilola gentoo.org> files/mirrors/distfiles.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/files/mirrors/distfiles.xml b/files/mirrors/distfiles.xml index 6868e18..1602cbf 100644 --- a/files/mirrors/distfiles.xml +++ b/files/mirrors/distfiles.xml @@ -475,8 +475,8 @@ vim: ft=xml et ts=2 sts=2 sw=2: Hamakor FOSS Society - https://mirror.isoc.org.il/pub/gentoo/ - http://mirror.isoc.org.il/pub/gentoo/ + https://mirror.isoc.org.il/pub/gentoo/ + http://mirror.isoc.org.il/pub/gentoo/
[gentoo-commits] data/api:master commit in: files/mirrors/
commit: 8978ff7c7bf5be0f12609bb76fd8bb9f5ec37372 Author: Jonathan Davies protonmail com> AuthorDate: Thu Oct 22 13:33:57 2020 + Commit: Joonas Niilola gentoo org> CommitDate: Mon Feb 15 16:04:55 2021 + URL:https://gitweb.gentoo.org/data/api.git/commit/?id=8978ff7c mirrors: Marked Web4U mirror as IPv6-enabled. Signed-off-by: Jonathan Davies protonmail.com> Signed-off-by: Joonas Niilola gentoo.org> files/mirrors/distfiles.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/files/mirrors/distfiles.xml b/files/mirrors/distfiles.xml index b095f34..4291e12 100644 --- a/files/mirrors/distfiles.xml +++ b/files/mirrors/distfiles.xml @@ -104,8 +104,8 @@ vim: ft=xml et ts=2 sts=2 sw=2: Web4U Mirror - http://gentoo.mirror.web4u.cz/ - ftp://gentoo.mirror.web4u.cz/ + http://gentoo.mirror.web4u.cz/ + ftp://gentoo.mirror.web4u.cz/ UPC Česká republika, a.s.
[gentoo-commits] data/api:master commit in: files/mirrors/
commit: 3211444c003c66de24a541c2be25b33caa5d6992 Author: Jonathan Davies protonmail com> AuthorDate: Thu Oct 22 13:47:36 2020 + Commit: Joonas Niilola gentoo org> CommitDate: Mon Feb 15 16:04:56 2021 + URL:https://gitweb.gentoo.org/data/api.git/commit/?id=3211444c mirrors: Marked Neo Lab's as IPv6-enabled. Signed-off-by: Jonathan Davies protonmail.com> Closes: https://github.com/gentoo/api-gentoo-org/pull/307 Signed-off-by: Joonas Niilola gentoo.org> files/mirrors/distfiles.xml | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/files/mirrors/distfiles.xml b/files/mirrors/distfiles.xml index 1602cbf..a9a19c5 100644 --- a/files/mirrors/distfiles.xml +++ b/files/mirrors/distfiles.xml @@ -482,10 +482,10 @@ vim: ft=xml et ts=2 sts=2 sw=2: Neo Lab's - https://mirror.ps.kz/gentoo/pub - http://mirror.ps.kz/gentoo/pub - ftp://mirror.ps.kz/gentoo/pub - rsync://mirror.ps.kz/gentoo + https://mirror.ps.kz/gentoo/pub + http://mirror.ps.kz/gentoo/pub + ftp://mirror.ps.kz/gentoo/pub + rsync://mirror.ps.kz/gentoo
[gentoo-commits] data/api:master commit in: files/mirrors/
commit: 9e5ee6734a8013b11a3755cb9155951408e06f02 Author: Jonathan Davies protonmail com> AuthorDate: Thu Oct 22 13:41:11 2020 + Commit: Joonas Niilola gentoo org> CommitDate: Mon Feb 15 16:04:56 2021 + URL:https://gitweb.gentoo.org/data/api.git/commit/?id=9e5ee673 mirrors: Marked University of Applied Sciences, Esslingen as IPv6-enabled. Signed-off-by: Jonathan Davies protonmail.com> Signed-off-by: Joonas Niilola gentoo.org> files/mirrors/distfiles.xml | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/files/mirrors/distfiles.xml b/files/mirrors/distfiles.xml index dcd3a7d..17a50b8 100644 --- a/files/mirrors/distfiles.xml +++ b/files/mirrors/distfiles.xml @@ -180,9 +180,10 @@ vim: ft=xml et ts=2 sts=2 sw=2: University of Applied Sciences, Esslingen - https://ftp-stud.hs-esslingen.de/pub/Mirrors/gentoo/ - http://ftp-stud.hs-esslingen.de/pub/Mirrors/gentoo/ - rsync://ftp-stud.hs-esslingen.de/gentoo/ + https://ftp-stud.hs-esslingen.de/pub/Mirrors/gentoo/ + http://ftp-stud.hs-esslingen.de/pub/Mirrors/gentoo/ + ftp://ftp-stud.hs-esslingen.de/pub/Mirrors/gentoo/ + rsync://ftp-stud.hs-esslingen.de/gentoo/ 1&1 Internet SE
[gentoo-commits] data/api:master commit in: files/mirrors/
commit: 9b80bce577d7a0e25ed79fdbd81559e6bc620c07 Author: Jonathan Davies protonmail com> AuthorDate: Thu Oct 22 13:40:05 2020 + Commit: Joonas Niilola gentoo org> CommitDate: Mon Feb 15 16:04:55 2021 + URL:https://gitweb.gentoo.org/data/api.git/commit/?id=9b80bce5 mirrors: Added HTTP and rsync URLs for Dresden University of Technology. Signed-off-by: Jonathan Davies protonmail.com> Signed-off-by: Joonas Niilola gentoo.org> files/mirrors/distfiles.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/files/mirrors/distfiles.xml b/files/mirrors/distfiles.xml index 955978d..dcd3a7d 100644 --- a/files/mirrors/distfiles.xml +++ b/files/mirrors/distfiles.xml @@ -174,7 +174,9 @@ vim: ft=xml et ts=2 sts=2 sw=2: Dresden University of Technology/AG DSN + http://ftp.wh2.tu-dresden.de/pub/mirrors/gentoo ftp://ftp.wh2.tu-dresden.de/pub/mirrors/gentoo + rsync://ftp.wh2.tu-dresden.de/gentoo University of Applied Sciences, Esslingen
[gentoo-commits] data/api:master commit in: files/mirrors/
commit: 7f7fee510278a0bd7110bf87da582e06fdcbe824 Author: Jonathan Davies protonmail com> AuthorDate: Thu Oct 22 13:37:40 2020 + Commit: Joonas Niilola gentoo org> CommitDate: Mon Feb 15 16:04:55 2021 + URL:https://gitweb.gentoo.org/data/api.git/commit/?id=7f7fee51 mirrors: Added FTP and rsync URLs for Ruhr-Universität Bochum. Signed-off-by: Jonathan Davies protonmail.com> Signed-off-by: Joonas Niilola gentoo.org> files/mirrors/distfiles.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/files/mirrors/distfiles.xml b/files/mirrors/distfiles.xml index 63d450f..955978d 100644 --- a/files/mirrors/distfiles.xml +++ b/files/mirrors/distfiles.xml @@ -162,6 +162,8 @@ vim: ft=xml et ts=2 sts=2 sw=2: Ruhr-Universität Bochum https://linux.rz.ruhr-uni-bochum.de/download/gentoo-mirror/ http://linux.rz.ruhr-uni-bochum.de/download/gentoo-mirror/ + ftp://linux.rz.ruhr-uni-bochum.de/gentoo-mirror/ + rsync://linux.rz.ruhr-uni-bochum.de/gentoo Uni Erlangen-Nürnberg