[gentoo-commits] repo/gentoo:master commit in: app-text/poppler/
commit: e5ca2d39147c6e797f644f5bab810d43c3ab7a63 Author: Sam James gentoo org> AuthorDate: Sat May 27 06:44:39 2023 + Commit: Sam James gentoo org> CommitDate: Sat May 27 06:55:13 2023 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5ca2d39 app-text/poppler: wire up tests Signed-off-by: Sam James gentoo.org> app-text/poppler/Manifest | 1 + app-text/poppler/poppler-23.05.0.ebuild | 27 +++ app-text/poppler/poppler-.ebuild| 27 +++ 3 files changed, 39 insertions(+), 16 deletions(-) diff --git a/app-text/poppler/Manifest b/app-text/poppler/Manifest index ab1269221d59..e7f35b8ed217 100644 --- a/app-text/poppler/Manifest +++ b/app-text/poppler/Manifest @@ -2,3 +2,4 @@ DIST poppler-23.03.0.tar.xz 1849324 BLAKE2B 1247b7cf62466f65c46b739f0784e8ba9791 DIST poppler-23.03.0.tar.xz.sig 833 BLAKE2B a8a07aac9068a3edc6cdce4d59c2b5d3d792dd6addcd420d5b92f013041cfd934c0da04a21eabefdd25167fb89b940945f8ca03e7a7280d03a47b6df8490bdf4 SHA512 3d950ff4b1a368b6edd8333677d1d125f60b4b1a052e20a2be6a0d38489e7af393be8359fc2c75010b2a28673e201507da4bf4c8458904fa712247d8ebda4786 DIST poppler-23.05.0.tar.xz 1856488 BLAKE2B 837d532855da3816c3d83ff3401e9a545451d9f341b0e0260536f56d3eb56cdc1757ab057b49b8c8e1a2b9e4c34650807ea08138fb76d1ea86492bba51876dbd SHA512 b7fdd519737b95c5898f3ff83a294430390c330d0f3e5526180c956550656be9374a534d6c4e7ebffccaac3364b01d74b75a82d3f703e2575cc1b1273e7a12c3 DIST poppler-23.05.0.tar.xz.sig 833 BLAKE2B c372ded3a5ea3fcf46cccd3d1417d95b449f0b2abfbc114f4bae0d3574040140a8081c23da3c048b3eecca484ed75baee700d2484a12a86d4a5ae82337530f8c SHA512 c9b359dfe67d901578ba6708f1224d1d45b3307a97f3e14e6bac0da748dd2c4457d6e8ff8949b2def5e84acd770198c653e0c5ef8b91088168c38bebf4f3be50 +DIST poppler-test-eea2a4a355eb49ca70d944afd5245b24578af287.tar.bz2 5196899 BLAKE2B 926e148953a703249fa6369254f3aaacd945e0d08effdecec826a0b9c207c9b91d4af8dbeefb0a1a52decb5e941ff6b0f654fbaf15d5ed4d280ae1a7a3542534 SHA512 0c861f95a318f8a966851c7f12524d9311fba1914750527492bb4e5196d5d0be0deae7e3265fff78a5536617130b708285fed5b1edcb85c34ba83ca77226a7cd diff --git a/app-text/poppler/poppler-23.05.0.ebuild b/app-text/poppler/poppler-23.05.0.ebuild index 1a585a2a33e5..12b2f50d86e7 100644 --- a/app-text/poppler/poppler-23.05.0.ebuild +++ b/app-text/poppler/poppler-23.05.0.ebuild @@ -13,7 +13,9 @@ else VERIFY_SIG_OPENPGP_KEY_PATH="${BROOT}"/usr/share/openpgp-keys/aacid.asc inherit verify-sig + TEST_COMMIT="eea2a4a355eb49ca70d944afd5245b24578af287" SRC_URI="https://poppler.freedesktop.org/${P}.tar.xz"; + SRC_URI+=" test? ( https://gitlab.freedesktop.org/poppler/test/-/archive/${TEST_COMMIT}/test-${TEST_COMMIT}.tar.bz2 -> ${PN}-test-${TEST_COMMIT}.tar.bz2 )" SRC_URI+=" verify-sig? ( https://poppler.freedesktop.org/${P}.tar.xz.sig )" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" SLOT="0/128" # CHECK THIS WHEN BUMPING!!! SUBSLOT IS libpoppler.so SOVERSION @@ -23,10 +25,8 @@ DESCRIPTION="PDF rendering library based on the xpdf-3.0 code base" HOMEPAGE="https://poppler.freedesktop.org/"; LICENSE="GPL-2" -IUSE="boost cairo cjk curl +cxx debug doc +introspection +jpeg +jpeg2k +lcms nss png qt5 tiff +utils" - -# No test data provided -RESTRICT="test" +IUSE="boost cairo cjk curl +cxx debug doc +introspection +jpeg +jpeg2k +lcms nss png qt5 test tiff +utils" +RESTRICT="!test? ( test )" COMMON_DEPEND=" >=media-libs/fontconfig-2.13 @@ -73,6 +73,16 @@ PATCHES=( "${FILESDIR}/${PN}-0.57.0-disable-internal-jpx.patch" ) +src_unpack() { + if [[ ${PV} == ** ]] ; then + git-r3_src_unpack + elif use verify-sig ; then + verify-sig_verify_detached "${DISTDIR}"/${P}.tar.xz{,.sig} + fi + + default +} + src_prepare() { cmake_src_prepare @@ -95,10 +105,11 @@ src_configure() { append-lfs-flags # bug #898506 local mycmakeargs=( - -DBUILD_GTK_TESTS=OFF - -DBUILD_QT5_TESTS=OFF - -DBUILD_CPP_TESTS=OFF - -DBUILD_MANUAL_TESTS=OFF + -DBUILD_GTK_TESTS=OFFF + -DBUILD_QT5_TESTS=$(usex test $(usex qt5)) + -DBUILD_CPP_TESTS=$(usex test) + -DBUILD_MANUAL_TESTS=$(usex test) + -DTESTDATADIR="${WORKDIR}"/test-${TEST_COMMIT} -DRUN_GPERF_IF_PRESENT=OFF -DENABLE_BOOST="$(usex boost)" -DENABLE_ZLIB=ON diff --git a/app-text/poppler/poppler-.ebuild b/app-text/poppler/poppler-.ebuild index 1a585a2a33e5..12b2f50d86e7 100644 --- a/app-text/poppler/poppler-.ebuild +++ b/app-text/poppler/poppler-.ebuild @@ -13,7 +13,9 @@ else VERIFY_SIG_OPENPGP_KEY_PATH="${BROOT}"/usr/share/openpgp-keys/aacid.asc
[gentoo-commits] repo/gentoo:master commit in: dev-libs/libunibreak/
commit: 6a80623ade0d340d920b5725f9b8b648dfddafa1 Author: Sam James gentoo org> AuthorDate: Sat May 27 06:53:43 2023 + Commit: Sam James gentoo org> CommitDate: Sat May 27 06:55:14 2023 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a80623a dev-libs/libunibreak: wire up tests Signed-off-by: Sam James gentoo.org> dev-libs/libunibreak/Manifest | 3 +++ dev-libs/libunibreak/libunibreak-5.1.ebuild | 23 ++- 2 files changed, 21 insertions(+), 5 deletions(-) diff --git a/dev-libs/libunibreak/Manifest b/dev-libs/libunibreak/Manifest index 6d9ac523642c..ca51c25ba479 100644 --- a/dev-libs/libunibreak/Manifest +++ b/dev-libs/libunibreak/Manifest @@ -1,3 +1,6 @@ DIST libunibreak-4.3.tar.gz 639886 BLAKE2B ec044b659f1a837b4e6627067b96a6f19ee8302602d635e1e32aab9533486b5cd063aa99114c6443ede9d76d3f382d7492eac8b52b84a4baa2ccd9c2129e79d8 SHA512 4b53fd169912033403b6ca09047b7b928211fab3607ef26070ab731054138b9a291f7d138d3a479f9cde8edb0fabf8da114da68aee32e60cddf45cc3baae1170 DIST libunibreak-5.0.tar.gz 664105 BLAKE2B 4755f77da7aeece8e43f121e35124f85afa31740394cecc1a192d0b284d8d683765a6a38898f5ffd8a567e2d65a086fdc25a816a77337f242df7be5c14ae6e98 SHA512 33ce584208fea1f2f22dcc49592a467b0fdc04a8b9ed80c97d7ce2058e8d6c919b4a173c9ec3ca38411ffa497d95d2abe207dfc09866f9fcba125867015cf9fb DIST libunibreak-5.1.tar.gz 658914 BLAKE2B 005cd37102f4f55616ef0f2273bcb546331f67156c24a003bbb101dc0db091bcb514bffb7cc879f809f6cc71a61674fb722d711d50e55dd8074b01d2d6774d18 SHA512 c7762c0a5212a69de69fde7dcb3281e0d642a27da881337a6b0f71fac84fd097940dc92059d3daaf91dd21ae8b77d835432da058371958d0eb15af30077e2fba +DIST libunibreak-GraphemeBreakTest.txt 83691 BLAKE2B 5ee2204bd8f4b2bf682f62553832c6f50b542a15b5e8d7d4eda6e35b33d723127a1f5fdb4b8c659ed4c71b5ffa09c5abaf65931116fabe2953193f545efb9a50 SHA512 d619baf8987e7b74c1d6b4b61b25aa7faf17c12b888ffef3f1cab021e668b9767281bdab3161ceaeebaffb758848ae153e01f98801b8a455d86d0d0bcef540ac +DIST libunibreak-LineBreakTest.txt 1085570 BLAKE2B 306ab92a18e38e021baa887a16e70658afe0ab54458d9f6bfeaeb4b2c4cf4d352025b109f336e7ca65884d354185324fa499590c694297a3aded8aa02edfa56d SHA512 3dfafabd1394d4c31ba7ba11e0eea077fd9260714339959bc82ac8383f74692ece32849a7cd8265387780379bea16e30dd038cd168d118573dede96ce15d578e +DIST libunibreak-WordBreakTest.txt 297534 BLAKE2B 261e4582feadfda276c404572ddf33b7b91c9803639cae316e1eaa6dfebfaf748116b345838ee08c05e946efea6ec21de3bcf32eb8b69921051dd06bd04d5ce4 SHA512 54a87ffa10a424b690ed226b411aa66ac5e52c6b34e4f361bfc5dfe14f841ff35d76a98691f62f9257b5c2ced0bfb826a55880f64294d271a06fccb52d20e7d3 diff --git a/dev-libs/libunibreak/libunibreak-5.1.ebuild b/dev-libs/libunibreak/libunibreak-5.1.ebuild index ee39d6ae81d0..c914a23956fc 100644 --- a/dev-libs/libunibreak/libunibreak-5.1.ebuild +++ b/dev-libs/libunibreak/libunibreak-5.1.ebuild @@ -6,23 +6,36 @@ EAPI=8 DESCRIPTION="Line and word breaking library" HOMEPAGE="http://vimgadgets.sourceforge.net/libunibreak/"; SRC_URI="https://github.com/adah1972/${PN}/releases/download/${PN}_$(ver_rs 1- '_')/${P}.tar.gz" +SRC_URI+=" + test? ( + http://www.unicode.org/Public/UNIDATA/auxiliary/LineBreakTest.txt -> ${PN}-LineBreakTest.txt + http://www.unicode.org/Public/UNIDATA/auxiliary/WordBreakTest.txt -> ${PN}-WordBreakTest.txt + http://www.unicode.org/Public/UNIDATA/auxiliary/GraphemeBreakTest.txt -> ${PN}-GraphemeBreakTest.txt + ) +" LICENSE="ZLIB" SLOT="0/5" KEYWORDS="~amd64 ~arm ~ppc ~x86" -IUSE="doc +man static-libs" - -# Tests require internet access to www.unicode.org -RESTRICT="test" +IUSE="doc +man static-libs test" +RESTRICT="!test? ( test )" BDEPEND="man? ( app-doc/doxygen )" src_prepare() { + default + if use man; then echo 'GENERATE_MAN=YES' >> Doxyfile || die echo 'GENERATE_HTML=NO' >> Doxyfile || die fi - default + + if use test; then + local file + for file in LineBreakTest.txt WordBreakTest.txt GraphemeBreakTest.txt ; do + ln -s "${DISTDIR}"/${PN}-${file} "${S}"/src/${file} || die + done + fi } src_configure() {
[gentoo-commits] repo/gentoo:master commit in: dev-libs/libunibreak/
commit: e85aa3e4fb5c7db44a0c1d6920e708c4fb156855 Author: Sam James gentoo org> AuthorDate: Sat May 27 06:56:12 2023 + Commit: Sam James gentoo org> CommitDate: Sat May 27 06:56:12 2023 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e85aa3e4 dev-libs/libunibreak: add github upstream metadata Signed-off-by: Sam James gentoo.org> dev-libs/libunibreak/metadata.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dev-libs/libunibreak/metadata.xml b/dev-libs/libunibreak/metadata.xml index 6e8a9edb3969..3618bfe8d2ce 100644 --- a/dev-libs/libunibreak/metadata.xml +++ b/dev-libs/libunibreak/metadata.xml @@ -12,4 +12,7 @@ Install html API documentation. + + adah1972/libunibreak +
[gentoo-commits] proj/kde:master commit in: eclass/
commit: af9f38d884d0a009f06774f68c7cf9b3498c12d3 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu May 25 20:04:48 2023 + Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat May 27 06:52:08 2023 + URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=af9f38d8 ecm.eclass: Use QT_QPA_PLATFORM=offscreen instead of virtualx.eclass Keep inheriting virtualx.eclass since it is expected from ecm.eclass for now. Signed-off-by: Andreas Sturmlechner gentoo.org> eclass/ecm.eclass | 10 -- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/eclass/ecm.eclass b/eclass/ecm.eclass index 542993b6ec..59c6fac220 100644 --- a/eclass/ecm.eclass +++ b/eclass/ecm.eclass @@ -29,6 +29,9 @@ esac if [[ -z ${_ECM_ECLASS} ]]; then _ECM_ECLASS=1 +inherit cmake flag-o-matic toolchain-funcs + +if [[ ${EAPI} == 8 ]]; then # @ECLASS_VARIABLE: VIRTUALX_REQUIRED # @DESCRIPTION: # For proper description see virtualx.eclass manpage. @@ -36,7 +39,8 @@ _ECM_ECLASS=1 # for tests you should proceed with setting VIRTUALX_REQUIRED=test. : "${VIRTUALX_REQUIRED:=manual}" -inherit cmake flag-o-matic toolchain-funcs virtualx +inherit virtualx +fi # @ECLASS_VARIABLE: ECM_NONGUI # @DEFAULT_UNSET @@ -610,13 +614,15 @@ ecm_src_test() { KDE_DEBUG=1 cmake_src_test } + local -x QT_QPA_PLATFORM=offscreen + # When run as normal user during ebuild development with the ebuild command, # tests tend to access the session DBUS. This however is not possible in a # real emerge or on the tinderbox. # make sure it does not happen, so bad tests can be recognized and disabled unset DBUS_SESSION_BUS_ADDRESS DBUS_SESSION_BUS_PID - if [[ ${VIRTUALX_REQUIRED} = always || ${VIRTUALX_REQUIRED} = test ]]; then + if [[ ${EAPI} == 8 ]] && [[ ${VIRTUALX_REQUIRED} = always || ${VIRTUALX_REQUIRED} = test ]]; then virtx _test_runner else _test_runner
[gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-firewall/
commit: bdb1ccc8262612b2945cddaed03288121eca0778 Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri May 26 08:56:15 2023 + Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat May 27 06:52:08 2023 + URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=bdb1ccc8 kde-plasma/plasma-firewall: Drop obsolete src_test override Now done by ecm.eclass. Signed-off-by: Andreas Sturmlechner gentoo.org> kde-plasma/plasma-firewall/plasma-firewall-5.27.49..ebuild | 5 - kde-plasma/plasma-firewall/plasma-firewall-.ebuild | 5 - 2 files changed, 10 deletions(-) diff --git a/kde-plasma/plasma-firewall/plasma-firewall-5.27.49..ebuild b/kde-plasma/plasma-firewall/plasma-firewall-5.27.49..ebuild index d5015b8da0..64411472d3 100644 --- a/kde-plasma/plasma-firewall/plasma-firewall-5.27.49..ebuild +++ b/kde-plasma/plasma-firewall/plasma-firewall-5.27.49..ebuild @@ -55,11 +55,6 @@ src_configure() { ecm_src_configure } -src_test() { - local -x QT_QPA_PLATFORM=offscreen - ecm_src_test -} - pkg_postinst () { ecm_pkg_postinst diff --git a/kde-plasma/plasma-firewall/plasma-firewall-.ebuild b/kde-plasma/plasma-firewall/plasma-firewall-.ebuild index d5015b8da0..64411472d3 100644 --- a/kde-plasma/plasma-firewall/plasma-firewall-.ebuild +++ b/kde-plasma/plasma-firewall/plasma-firewall-.ebuild @@ -55,11 +55,6 @@ src_configure() { ecm_src_configure } -src_test() { - local -x QT_QPA_PLATFORM=offscreen - ecm_src_test -} - pkg_postinst () { ecm_pkg_postinst
[gentoo-commits] proj/kde:master commit in: kde-plasma/discover/, kde-apps/kitinerary/, kde-apps/kpimtextedit/, ...
commit: 9115be36ac5858adb404fbc47b6c62f458b041c5 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu May 25 20:21:27 2023 + Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat May 27 06:52:08 2023 + URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=9115be36 */*: Drop VIRTUALX_REQUIRED everywhere Signed-off-by: Andreas Sturmlechner gentoo.org> app-editors/okteta/okteta-.ebuild | 1 - app-office/kmymoney/kmymoney-5.1..ebuild | 1 - app-office/kmymoney/kmymoney-.ebuild | 1 - app-office/ktimetracker/ktimetracker-.ebuild | 1 - app-office/libalkimia/libalkimia-8..ebuild | 1 - app-office/libalkimia/libalkimia-.ebuild | 1 - app-office/skrooge/skrooge-.ebuild | 1 - dev-libs/grantlee/grantlee-.ebuild | 10 +- dev-libs/kdiagram/kdiagram-.ebuild | 1 - dev-libs/kirigami-addons/kirigami-addons-.ebuild | 1 - dev-libs/kreport/kreport-.ebuild | 1 - dev-libs/ktextaddons/ktextaddons-.ebuild | 1 - dev-libs/kuserfeedback/kuserfeedback-.ebuild | 1 - dev-util/kdevelop-krazy2/kdevelop-krazy2-.ebuild | 1 - dev-util/kdevelop-php/kdevelop-php-23.04.49..ebuild| 1 - dev-util/kdevelop-php/kdevelop-php-.ebuild | 1 - dev-util/kdevelop/kdevelop-23.04.49..ebuild| 1 - dev-util/kdevelop/kdevelop-.ebuild | 1 - kde-apps/akonadi-search/akonadi-search-23.04.49..ebuild| 1 - kde-apps/akonadi-search/akonadi-search-.ebuild | 1 - kde-apps/akonadi/akonadi-23.04.49..ebuild | 1 - kde-apps/akonadi/akonadi-.ebuild | 1 - kde-apps/analitza/analitza-23.04.49..ebuild| 1 - kde-apps/analitza/analitza-.ebuild | 1 - kde-apps/ark/ark-23.04.49..ebuild | 1 - kde-apps/ark/ark-.ebuild | 1 - kde-apps/calendarsupport/calendarsupport-23.04.49..ebuild | 1 - kde-apps/calendarsupport/calendarsupport-.ebuild | 1 - kde-apps/dolphin/dolphin-23.04.49..ebuild | 1 - kde-apps/dolphin/dolphin-.ebuild | 1 - kde-apps/eventviews/eventviews-23.04.49..ebuild| 1 - kde-apps/eventviews/eventviews-.ebuild | 1 - kde-apps/incidenceeditor/incidenceeditor-23.04.49..ebuild | 1 - kde-apps/incidenceeditor/incidenceeditor-.ebuild | 1 - kde-apps/kaddressbook/kaddressbook-23.04.49..ebuild| 1 - kde-apps/kaddressbook/kaddressbook-.ebuild | 1 - kde-apps/kamoso/kamoso-23.04.49..ebuild| 1 - kde-apps/kamoso/kamoso-.ebuild | 1 - kde-apps/kate-addons/kate-addons-23.04.49..ebuild | 1 - kde-apps/kate-addons/kate-addons-.ebuild | 1 - kde-apps/kate-lib/kate-lib-23.04.49..ebuild| 1 - kde-apps/kate-lib/kate-lib-.ebuild | 1 - kde-apps/kate/kate-23.04.49..ebuild| 1 - kde-apps/kate/kate-.ebuild | 1 - kde-apps/kblocks/kblocks-23.04.49..ebuild | 1 - kde-apps/kblocks/kblocks-.ebuild | 1 - kde-apps/kcalutils/kcalutils-23.04.49..ebuild | 1 - kde-apps/kcalutils/kcalutils-.ebuild | 1 - kde-apps/kdebugsettings/kdebugsettings-23.04.49..ebuild| 1 - kde-apps/kdebugsettings/kdebugsettings-.ebuild | 1 - kde-apps/kdenlive/kdenlive-23.04.49..ebuild| 1 - kde-apps/kdenlive/kdenlive-.ebuild | 1 - kde-apps/kdepim-addons/kdepim-addons-23.04.49..ebuild | 1 - kde-apps/kdepim-addons/kdepim-addons-.ebuild | 1 - kde-apps/kdepim-runtime/kdepim-runtime-23.04.49..ebuild| 1 - kde-apps/kdepim-runtime/kdepim-runtime-.ebuild | 1 - kde-apps/keditbookmarks/keditbookmarks-23.04.49..ebuild| 1 - kde-apps/keditbookmarks/keditbookmarks-.ebuild | 1 - kde-apps/kget/kget-23.04.49..ebuild| 1 - kde-apps/kget/kget-.ebuild | 1 - .../kidentitymanagement-23.04.49..ebuild | 1 - kde-apps/kidentitymanagement/kidentitymanagement-.ebuild | 1 - kde-apps/kio-extras/kio-extras-23.04.49..ebuild| 1 - kde-apps/kio-extras/kio-extras-.ebuild | 1 - kde-apps/kitinerary/kitinerary-23.04.49..ebuil
[gentoo-commits] proj/kde:master commit in: net-im/tokodon/
commit: 680331e2e19b71ee5a3176eac0f590494c277f22 Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri May 26 08:56:48 2023 + Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat May 27 06:52:08 2023 + URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=680331e2 net-im/tokodon: Drop obsolete src_test override Now done by ecm.eclass. Signed-off-by: Andreas Sturmlechner gentoo.org> net-im/tokodon/tokodon-23.04.49..ebuild | 5 - net-im/tokodon/tokodon-.ebuild | 5 - 2 files changed, 10 deletions(-) diff --git a/net-im/tokodon/tokodon-23.04.49..ebuild b/net-im/tokodon/tokodon-23.04.49..ebuild index c34f222f51..20dfa69879 100644 --- a/net-im/tokodon/tokodon-23.04.49..ebuild +++ b/net-im/tokodon/tokodon-23.04.49..ebuild @@ -41,8 +41,3 @@ DEPEND=" " RDEPEND="${DEPEND}" BDEPEND="virtual/pkgconfig" - -src_test() { - local -x QT_QPA_PLATFORM=offscreen - ecm_src_test -} diff --git a/net-im/tokodon/tokodon-.ebuild b/net-im/tokodon/tokodon-.ebuild index c34f222f51..20dfa69879 100644 --- a/net-im/tokodon/tokodon-.ebuild +++ b/net-im/tokodon/tokodon-.ebuild @@ -41,8 +41,3 @@ DEPEND=" " RDEPEND="${DEPEND}" BDEPEND="virtual/pkgconfig" - -src_test() { - local -x QT_QPA_PLATFORM=offscreen - ecm_src_test -}
[gentoo-commits] repo/gentoo:master commit in: dev-libs/hyperscan/
commit: 77478493b909b9da1daa8ca4c4bc3f95825624a9 Author: Joonas Niilola gentoo org> AuthorDate: Sat May 27 06:39:42 2023 + Commit: Joonas Niilola gentoo org> CommitDate: Sat May 27 06:42:34 2023 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77478493 dev-libs/hyperscan: Stabilize 5.4.2 amd64, #905345 Signed-off-by: Joonas Niilola gentoo.org> dev-libs/hyperscan/hyperscan-5.4.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/hyperscan/hyperscan-5.4.2.ebuild b/dev-libs/hyperscan/hyperscan-5.4.2.ebuild index 19e846a09a83..2b7b9a7d6270 100644 --- a/dev-libs/hyperscan/hyperscan-5.4.2.ebuild +++ b/dev-libs/hyperscan/hyperscan-5.4.2.ebuild @@ -16,7 +16,7 @@ HOMEPAGE=" LICENSE="BSD" SLOT="0" -KEYWORDS="-* ~amd64 ~x86" +KEYWORDS="-* amd64 ~x86" IUSE="cpu_flags_x86_avx2 cpu_flags_x86_ssse3" RDEPEND="dev-libs/boost:="
[gentoo-commits] repo/gentoo:master commit in: dev-libs/hyperscan/
commit: 081e88b6a7723c3a365bb088ad1be6a34702a488 Author: Joonas Niilola gentoo org> AuthorDate: Sat May 27 06:42:19 2023 + Commit: Joonas Niilola gentoo org> CommitDate: Sat May 27 06:42:34 2023 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=081e88b6 dev-libs/hyperscan: Stabilize 5.4.2 x86, #905345 Signed-off-by: Joonas Niilola gentoo.org> dev-libs/hyperscan/hyperscan-5.4.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/hyperscan/hyperscan-5.4.2.ebuild b/dev-libs/hyperscan/hyperscan-5.4.2.ebuild index 2b7b9a7d6270..c82f020ea277 100644 --- a/dev-libs/hyperscan/hyperscan-5.4.2.ebuild +++ b/dev-libs/hyperscan/hyperscan-5.4.2.ebuild @@ -16,7 +16,7 @@ HOMEPAGE=" LICENSE="BSD" SLOT="0" -KEYWORDS="-* amd64 ~x86" +KEYWORDS="-* amd64 x86" IUSE="cpu_flags_x86_avx2 cpu_flags_x86_ssse3" RDEPEND="dev-libs/boost:="
[gentoo-commits] repo/gentoo:master commit in: dev-cpp/cpp-httplib/
commit: dcf8efe48b205672878d993373da9d05f5735739 Author: Joonas Niilola gentoo org> AuthorDate: Sat May 27 06:38:19 2023 + Commit: Joonas Niilola gentoo org> CommitDate: Sat May 27 06:42:34 2023 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dcf8efe4 dev-cpp/cpp-httplib: Stabilize 0.12.2 amd64, #907191 Signed-off-by: Joonas Niilola gentoo.org> dev-cpp/cpp-httplib/cpp-httplib-0.12.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-cpp/cpp-httplib/cpp-httplib-0.12.2.ebuild b/dev-cpp/cpp-httplib/cpp-httplib-0.12.2.ebuild index c9a985c777d7..b49ba1397202 100644 --- a/dev-cpp/cpp-httplib/cpp-httplib-0.12.2.ebuild +++ b/dev-cpp/cpp-httplib/cpp-httplib-0.12.2.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://github.com/yhirose/cpp-httplib/archive/v${PV}.tar.gz LICENSE="MIT" SLOT="0/$(ver_cut 1-2)" # soversion -KEYWORDS="~amd64 ~loong ~x86" +KEYWORDS="amd64 ~loong ~x86" IUSE="brotli ssl test zlib" REQUIRED_USE="test? ( brotli ssl zlib )"
[gentoo-commits] repo/gentoo:master commit in: mail-filter/rspamd/
commit: 4b4703ef2b9188dfdd9ff0ea50cae35367318404 Author: Joonas Niilola gentoo org> AuthorDate: Sat May 27 06:39:42 2023 + Commit: Joonas Niilola gentoo org> CommitDate: Sat May 27 06:42:34 2023 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b4703ef mail-filter/rspamd: Stabilize 3.5-r1 amd64, #905345 Signed-off-by: Joonas Niilola gentoo.org> mail-filter/rspamd/rspamd-3.5-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mail-filter/rspamd/rspamd-3.5-r1.ebuild b/mail-filter/rspamd/rspamd-3.5-r1.ebuild index 836c73d46150..e3d6bbc2e688 100644 --- a/mail-filter/rspamd/rspamd-3.5-r1.ebuild +++ b/mail-filter/rspamd/rspamd-3.5-r1.ebuild @@ -15,7 +15,7 @@ if [[ ${PV} == * ]] ; then inherit git-r3 else SRC_URI="https://github.com/rspamd/rspamd/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~x86" + KEYWORDS="amd64 ~x86" fi DESCRIPTION="Rapid spam filtering system"
[gentoo-commits] repo/gentoo:master commit in: mail-filter/rspamd/
commit: 61921027bdde1d418b66fe4000454e138a595a10 Author: Joonas Niilola gentoo org> AuthorDate: Sat May 27 06:42:19 2023 + Commit: Joonas Niilola gentoo org> CommitDate: Sat May 27 06:42:34 2023 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61921027 mail-filter/rspamd: Stabilize 3.5-r1 x86, #905345 Signed-off-by: Joonas Niilola gentoo.org> mail-filter/rspamd/rspamd-3.5-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mail-filter/rspamd/rspamd-3.5-r1.ebuild b/mail-filter/rspamd/rspamd-3.5-r1.ebuild index e3d6bbc2e688..eaa2b34643f9 100644 --- a/mail-filter/rspamd/rspamd-3.5-r1.ebuild +++ b/mail-filter/rspamd/rspamd-3.5-r1.ebuild @@ -15,7 +15,7 @@ if [[ ${PV} == * ]] ; then inherit git-r3 else SRC_URI="https://github.com/rspamd/rspamd/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="amd64 ~x86" + KEYWORDS="amd64 x86" fi DESCRIPTION="Rapid spam filtering system"
[gentoo-commits] repo/gentoo:master commit in: dev-libs/weston/
commit: 59e152bbdf1e96d5abd0980c46c35f9867718254 Author: Arthur Zamarin gentoo org> AuthorDate: Sat May 27 06:34:59 2023 + Commit: Arthur Zamarin gentoo org> CommitDate: Sat May 27 06:34:59 2023 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59e152bb dev-libs/weston: Stabilize 11.0.1 x86, #905606 Signed-off-by: Arthur Zamarin gentoo.org> dev-libs/weston/weston-11.0.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/weston/weston-11.0.1.ebuild b/dev-libs/weston/weston-11.0.1.ebuild index e8b081914e14..c5d8bf1ada2a 100644 --- a/dev-libs/weston/weston-11.0.1.ebuild +++ b/dev-libs/weston/weston-11.0.1.ebuild @@ -19,7 +19,7 @@ if [[ ${PV} = ** ]]; then SRC_URI="${SRC_PATCHES}" else SRC_URI="https://gitlab.freedesktop.org/wayland/${PN}/uploads/f5648c818fba5432edc3ea63c4db4813/${P}.tar.xz"; - KEYWORDS="amd64 arm arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86" + KEYWORDS="amd64 arm arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc x86" fi LICENSE="MIT CC-BY-SA-3.0"
[gentoo-commits] repo/gentoo:master commit in: dev-libs/weston/
commit: 1d39769b23f6cb2183f3671c6e904d3e6cc8b0df Author: Arthur Zamarin gentoo org> AuthorDate: Sat May 27 06:34:56 2023 + Commit: Arthur Zamarin gentoo org> CommitDate: Sat May 27 06:34:56 2023 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d39769b dev-libs/weston: Stabilize 11.0.1 amd64, #905606 Signed-off-by: Arthur Zamarin gentoo.org> dev-libs/weston/weston-11.0.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/weston/weston-11.0.1.ebuild b/dev-libs/weston/weston-11.0.1.ebuild index d4a3749013cf..e8b081914e14 100644 --- a/dev-libs/weston/weston-11.0.1.ebuild +++ b/dev-libs/weston/weston-11.0.1.ebuild @@ -19,7 +19,7 @@ if [[ ${PV} = ** ]]; then SRC_URI="${SRC_PATCHES}" else SRC_URI="https://gitlab.freedesktop.org/wayland/${PN}/uploads/f5648c818fba5432edc3ea63c4db4813/${P}.tar.xz"; - KEYWORDS="~amd64 arm arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86" + KEYWORDS="amd64 arm arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86" fi LICENSE="MIT CC-BY-SA-3.0"
[gentoo-commits] repo/gentoo:master commit in: dev-libs/weston/
commit: 0ed9de6a78508a4a3c49704b8aebd211a20f0d60 Author: Arthur Zamarin gentoo org> AuthorDate: Sat May 27 06:32:46 2023 + Commit: Arthur Zamarin gentoo org> CommitDate: Sat May 27 06:32:46 2023 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ed9de6a dev-libs/weston: Stabilize 11.0.1 arm, #905606 Signed-off-by: Arthur Zamarin gentoo.org> dev-libs/weston/weston-11.0.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/weston/weston-11.0.1.ebuild b/dev-libs/weston/weston-11.0.1.ebuild index 3f101d59f22f..d4a3749013cf 100644 --- a/dev-libs/weston/weston-11.0.1.ebuild +++ b/dev-libs/weston/weston-11.0.1.ebuild @@ -19,7 +19,7 @@ if [[ ${PV} = ** ]]; then SRC_URI="${SRC_PATCHES}" else SRC_URI="https://gitlab.freedesktop.org/wayland/${PN}/uploads/f5648c818fba5432edc3ea63c4db4813/${P}.tar.xz"; - KEYWORDS="~amd64 ~arm arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86" + KEYWORDS="~amd64 arm arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86" fi LICENSE="MIT CC-BY-SA-3.0"
[gentoo-commits] repo/gentoo:master commit in: dev-util/cppcheck/
commit: e28cf9d69fccab6f31b1ec62b5e2df6cec073d40 Author: Arthur Zamarin gentoo org> AuthorDate: Sat May 27 06:32:42 2023 + Commit: Arthur Zamarin gentoo org> CommitDate: Sat May 27 06:32:42 2023 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e28cf9d6 dev-util/cppcheck: Stabilize 2.9 arm64, #905455 Signed-off-by: Arthur Zamarin gentoo.org> dev-util/cppcheck/cppcheck-2.9.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/cppcheck/cppcheck-2.9.ebuild b/dev-util/cppcheck/cppcheck-2.9.ebuild index d5b1d0986178..d600a652833a 100644 --- a/dev-util/cppcheck/cppcheck-2.9.ebuild +++ b/dev-util/cppcheck/cppcheck-2.9.ebuild @@ -17,7 +17,7 @@ SRC_URI="https://github.com/danmar/cppcheck/archive/refs/tags/${PV}.tar.gz -> ${ LICENSE="GPL-3+" SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ~hppa ~loong ~ppc64 ~riscv sparc x86" +KEYWORDS="amd64 ~arm arm64 ~hppa ~loong ~ppc64 ~riscv sparc x86" IUSE="htmlreport pcre qt5 test" REQUIRED_USE="${PYTHON_REQUIRED_USE}" RESTRICT="!test? ( test )"
[gentoo-commits] repo/gentoo:master commit in: dev-util/cppcheck/
commit: 3133d0a759d223b289444eecc367d57f9a6c4109 Author: Arthur Zamarin gentoo org> AuthorDate: Sat May 27 06:32:39 2023 + Commit: Arthur Zamarin gentoo org> CommitDate: Sat May 27 06:32:39 2023 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3133d0a7 dev-util/cppcheck: Stabilize 2.9 sparc, #905455 Signed-off-by: Arthur Zamarin gentoo.org> dev-util/cppcheck/cppcheck-2.9.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/cppcheck/cppcheck-2.9.ebuild b/dev-util/cppcheck/cppcheck-2.9.ebuild index e0aeeea2d874..d5b1d0986178 100644 --- a/dev-util/cppcheck/cppcheck-2.9.ebuild +++ b/dev-util/cppcheck/cppcheck-2.9.ebuild @@ -17,7 +17,7 @@ SRC_URI="https://github.com/danmar/cppcheck/archive/refs/tags/${PV}.tar.gz -> ${ LICENSE="GPL-3+" SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ~hppa ~loong ~ppc64 ~riscv ~sparc x86" +KEYWORDS="amd64 ~arm ~arm64 ~hppa ~loong ~ppc64 ~riscv sparc x86" IUSE="htmlreport pcre qt5 test" REQUIRED_USE="${PYTHON_REQUIRED_USE}" RESTRICT="!test? ( test )"
[gentoo-commits] repo/gentoo:master commit in: dev-python/botocore/
commit: c01aef7ed44bdc858ba55e64b8df3c5192945e9e Author: Sam James gentoo org> AuthorDate: Sat May 27 06:14:27 2023 + Commit: Sam James gentoo org> CommitDate: Sat May 27 06:14:27 2023 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c01aef7e dev-python/botocore: Stabilize 1.29.133 ALLARCHES, #907234 Signed-off-by: Sam James gentoo.org> dev-python/botocore/botocore-1.29.133.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/botocore/botocore-1.29.133.ebuild b/dev-python/botocore/botocore-1.29.133.ebuild index 491b6bbc21f2..d6d0f2607297 100644 --- a/dev-python/botocore/botocore-1.29.133.ebuild +++ b/dev-python/botocore/botocore-1.29.133.ebuild @@ -24,7 +24,7 @@ else https://github.com/boto/botocore/archive/${PV}.tar.gz -> ${P}.gh.tar.gz " - KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux" + KEYWORDS="amd64 arm arm64 ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux" fi RDEPEND="
[gentoo-commits] repo/gentoo:master commit in: app-admin/awscli/
commit: b6e003b00f4fea379dc5015fc7621910e063e9ce Author: Sam James gentoo org> AuthorDate: Sat May 27 06:14:28 2023 + Commit: Sam James gentoo org> CommitDate: Sat May 27 06:14:28 2023 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6e003b0 app-admin/awscli: Stabilize 1.27.133 ALLARCHES, #907234 Signed-off-by: Sam James gentoo.org> app-admin/awscli/awscli-1.27.133.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-admin/awscli/awscli-1.27.133.ebuild b/app-admin/awscli/awscli-1.27.133.ebuild index 62c19f3a63fb..2d91a172182b 100644 --- a/app-admin/awscli/awscli-1.27.133.ebuild +++ b/app-admin/awscli/awscli-1.27.133.ebuild @@ -22,7 +22,7 @@ S=${WORKDIR}/${MY_P} LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86" +KEYWORDS="amd64 arm arm64 ppc ppc64 ~riscv sparc x86" # botocore is x.(y+2).z BOTOCORE_PV="$(ver_cut 1).$(( $(ver_cut 2) + 2)).$(ver_cut 3-)"
[gentoo-commits] repo/gentoo:master commit in: dev-python/boto3/
commit: 68b49f8827937f976bdaad3b553ebc7ed1e35b8f Author: Sam James gentoo org> AuthorDate: Sat May 27 06:14:26 2023 + Commit: Sam James gentoo org> CommitDate: Sat May 27 06:14:26 2023 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68b49f88 dev-python/boto3: Stabilize 1.26.133 ALLARCHES, #907234 Signed-off-by: Sam James gentoo.org> dev-python/boto3/boto3-1.26.133.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/boto3/boto3-1.26.133.ebuild b/dev-python/boto3/boto3-1.26.133.ebuild index 2a4a7643203e..736d8a002190 100644 --- a/dev-python/boto3/boto3-1.26.133.ebuild +++ b/dev-python/boto3/boto3-1.26.133.ebuild @@ -25,7 +25,7 @@ else https://github.com/boto/boto3/archive/${PV}.tar.gz -> ${P}.gh.tar.gz " - KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux" + KEYWORDS="amd64 arm arm64 ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux" # botocore is x.(y+3).z BOTOCORE_PV="$(ver_cut 1).$(( $(ver_cut 2) + 3)).$(ver_cut 3-)"
[gentoo-commits] repo/gentoo:master commit in: sys-apps/elfix/
commit: 070bd3b85bf308afdfbb064c8deac031932cf555 Author: Sam James gentoo org> AuthorDate: Sat May 27 06:05:05 2023 + Commit: Sam James gentoo org> CommitDate: Sat May 27 06:12:14 2023 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=070bd3b8 sys-apps/elfix: wire up (restricted) tests Signed-off-by: Sam James gentoo.org> sys-apps/elfix/elfix-0.9.5.ebuild | 15 +++ sys-apps/elfix/elfix-.ebuild | 17 - 2 files changed, 15 insertions(+), 17 deletions(-) diff --git a/sys-apps/elfix/elfix-0.9.5.ebuild b/sys-apps/elfix/elfix-0.9.5.ebuild index d3dc77ed17fb..0f1ed96f6f05 100644 --- a/sys-apps/elfix/elfix-0.9.5.ebuild +++ b/sys-apps/elfix/elfix-0.9.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -17,14 +17,12 @@ HOMEPAGE="https://www.gentoo.org/proj/en/hardened/pax-quickstart.xml LICENSE="GPL-3" SLOT="0" -IUSE="+ptpax +xtpax" - -DOCS=( AUTHORS ChangeLog INSTALL README THANKS TODO ) - +IUSE="+ptpax test +xtpax" REQUIRED_USE="|| ( ptpax xtpax )" - # These only work with a properly configured PaX kernel -RESTRICT="test" +RESTRICT="!test? ( test ) test" + +DOCS=( AUTHORS ChangeLog INSTALL README THANKS TODO ) DEPEND="~dev-python/pypax-${PV}[ptpax=,xtpax=] ptpax? ( dev-libs/elfutils ) @@ -42,7 +40,8 @@ src_prepare() { src_configure() { rm -f "${S}/scripts/setup.py" - econf --disable-tests \ + econf \ + $(use_enable test tests) \ $(use_enable ptpax) \ $(use_enable xtpax) } diff --git a/sys-apps/elfix/elfix-.ebuild b/sys-apps/elfix/elfix-.ebuild index a7a57400096c..05b415e1f5d3 100644 --- a/sys-apps/elfix/elfix-.ebuild +++ b/sys-apps/elfix/elfix-.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -8,7 +8,7 @@ if [[ ${PV} == ** ]] ; then inherit autotools git-r3 else SRC_URI="https://dev.gentoo.org/~blueness/elfix/${P}.tar.gz"; - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86" fi DESCRIPTION="A suite of tools to work with ELF objects on Hardened Gentoo" @@ -17,14 +17,12 @@ HOMEPAGE="https://www.gentoo.org/proj/en/hardened/pax-quickstart.xml LICENSE="GPL-3" SLOT="0" -IUSE="+ptpax +xtpax" - -DOCS=( AUTHORS ChangeLog INSTALL README THANKS TODO ) - +IUSE="+ptpax test +xtpax" REQUIRED_USE="|| ( ptpax xtpax )" - # These only work with a properly configured PaX kernel -RESTRICT="test" +RESTRICT="!test? ( test ) test" + +DOCS=( AUTHORS ChangeLog INSTALL README THANKS TODO ) DEPEND="~dev-python/pypax-${PV}[ptpax=,xtpax=] ptpax? ( dev-libs/elfutils ) @@ -42,7 +40,8 @@ src_prepare() { src_configure() { rm -f "${S}/scripts/setup.py" - econf --disable-tests \ + econf \ + $(use_enable test tests) \ $(use_enable ptpax) \ $(use_enable xtpax) }
[gentoo-commits] repo/gentoo:master commit in: dev-libs/tntnet/
commit: 00c564eaa6d7dbec1b2f932db238f9a592690ed0 Author: Sam James gentoo org> AuthorDate: Sat May 27 05:18:25 2023 + Commit: Sam James gentoo org> CommitDate: Sat May 27 06:12:12 2023 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00c564ea dev-libs/tntnet: wire up tests Signed-off-by: Sam James gentoo.org> dev-libs/tntnet/tntnet-3.0.ebuild | 25 ++--- 1 file changed, 18 insertions(+), 7 deletions(-) diff --git a/dev-libs/tntnet/tntnet-3.0.ebuild b/dev-libs/tntnet/tntnet-3.0.ebuild index 24ed5d0c4ea1..af01d14155c8 100644 --- a/dev-libs/tntnet/tntnet-3.0.ebuild +++ b/dev-libs/tntnet/tntnet-3.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 2021 Gentoo Authors +# Copyright 2021-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -12,9 +12,11 @@ SRC_URI="http://www.tntnet.org/download/${P}.tar.gz"; LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="amd64 ~sparc x86" -IUSE="doc gnutls server ssl" +IUSE="doc gnutls server ssl test" +RESTRICT="!test? ( test )" -RDEPEND=">=dev-libs/cxxtools-3.0 +RDEPEND=" + >=dev-libs/cxxtools-3.0 sys-libs/zlib[minizip] ssl? ( gnutls? ( @@ -24,10 +26,13 @@ RDEPEND=">=dev-libs/cxxtools-3.0 !gnutls? ( dev-libs/openssl:0= ) - )" + ) +" DEPEND="${RDEPEND}" -BDEPEND="virtual/pkgconfig - app-arch/zip" +BDEPEND=" + app-arch/zip + virtual/pkgconfig +" PATCHES=( "${FILESDIR}/${PN}-3.0-autoconf-2.70.patch" @@ -48,7 +53,7 @@ src_prepare() { } src_configure() { - local myconf="" + local myconf="$(use_enable test unittest)" if ! use server; then myconf="${myconf} --disable-server" @@ -57,6 +62,12 @@ src_configure() { econf ${myconf} } +src_test() { + cd test || die + emake || die + ./tntnet-test || die +} + src_install() { emake DESTDIR="${D}" install
[gentoo-commits] repo/gentoo:master commit in: media-sound/jalv/
commit: d8d979e0bda3d2f4be903e20846ceba321e39c72 Author: Sam James gentoo org> AuthorDate: Sat May 27 05:59:08 2023 + Commit: Sam James gentoo org> CommitDate: Sat May 27 06:12:13 2023 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8d979e0 media-sound/jalv: conditionally build tests Signed-off-by: Sam James gentoo.org> media-sound/jalv/jalv-1.6.8.ebuild | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/media-sound/jalv/jalv-1.6.8.ebuild b/media-sound/jalv/jalv-1.6.8.ebuild index e6469c2fab7e..da48f7dfbce1 100644 --- a/media-sound/jalv/jalv-1.6.8.ebuild +++ b/media-sound/jalv/jalv-1.6.8.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -12,8 +12,9 @@ SRC_URI="https://download.drobilla.net/${P}.tar.xz"; LICENSE="ISC" SLOT="0" KEYWORDS="amd64" -IUSE="gtk +jack portaudio qt5" +IUSE="gtk +jack portaudio qt5 test" REQUIRED_USE="^^ ( jack portaudio )" +RESTRICT="!test? ( test )" RDEPEND=" dev-libs/serd @@ -49,6 +50,7 @@ src_configure() { $(meson_feature jack) $(meson_feature portaudio) $(meson_feature qt5) + $(meson_feature test tests) ) meson_src_configure }
[gentoo-commits] repo/gentoo:master commit in: dev-libs/libee/
commit: c50f3066ecb86708a26a52744c657cacc84e0592 Author: Sam James gentoo org> AuthorDate: Sat May 27 05:10:29 2023 + Commit: Sam James gentoo org> CommitDate: Sat May 27 06:12:12 2023 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c50f3066 dev-libs/libee: conditionally build tests Signed-off-by: Sam James gentoo.org> dev-libs/libee/libee-0.4.1.ebuild | 10 ++ 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/dev-libs/libee/libee-0.4.1.ebuild b/dev-libs/libee/libee-0.4.1.ebuild index 9355b1f0a058..0c199a5b8e31 100644 --- a/dev-libs/libee/libee-0.4.1.ebuild +++ b/dev-libs/libee/libee-0.4.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -10,17 +10,19 @@ SRC_URI="http://www.libee.org/files/download/${P}.tar.gz"; LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="amd64 arm ~arm64 ~hppa x86 ~amd64-linux" -IUSE="debug" +IUSE="debug test" +RESTRICT="!test? ( test )" RDEPEND=" dev-libs/libxml2 - dev-libs/libestr" + dev-libs/libestr +" DEPEND="${RDEPEND}" src_configure() { econf \ --disable-static \ - --enable-testbench \ + $(use_enable test testbench) \ $(use_enable debug) }
[gentoo-commits] repo/proj/guru:master commit in: x11-themes/papirus-claws-mail-theme/
commit: f3f4fbaa53f82a30eca346470e44fafef3e36da6 Author: Rahul Sandhu sandhuservices dev> AuthorDate: Sat May 27 02:31:06 2023 + Commit: Viorel Munteanu gentoo org> CommitDate: Sat May 27 02:31:06 2023 + URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f3f4fbaa x11-themes/papirus-claws-mail-theme: add github upstream metadata Signed-off-by: Rahul Sandhu sandhuservices.dev> x11-themes/papirus-claws-mail-theme/metadata.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/x11-themes/papirus-claws-mail-theme/metadata.xml b/x11-themes/papirus-claws-mail-theme/metadata.xml index da58abed9..0665aae1b 100644 --- a/x11-themes/papirus-claws-mail-theme/metadata.xml +++ b/x11-themes/papirus-claws-mail-theme/metadata.xml @@ -5,4 +5,7 @@ gen...@tastytea.de tastytea + + PapirusDevelopmentTeam/papirus-claws-mail-theme +
[gentoo-commits] repo/proj/guru:master commit in: net-wireless/rtl8723bu/
commit: 1a1281609e1829d5677971f332b997a1967aa678 Author: Rahul Sandhu sandhuservices dev> AuthorDate: Sat May 27 01:24:17 2023 + Commit: Viorel Munteanu gentoo org> CommitDate: Sat May 27 01:24:17 2023 + URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1a128160 net-wireless/rtl8723bu: add , drop 999 Signed-off-by: Rahul Sandhu sandhuservices.dev> net-wireless/rtl8723bu/{rtl8723bu-999.ebuild => rtl8723bu-.ebuild} | 0 1 file changed, 0 insertions(+), 0 deletions(-) diff --git a/net-wireless/rtl8723bu/rtl8723bu-999.ebuild b/net-wireless/rtl8723bu/rtl8723bu-.ebuild similarity index 100% rename from net-wireless/rtl8723bu/rtl8723bu-999.ebuild rename to net-wireless/rtl8723bu/rtl8723bu-.ebuild
[gentoo-commits] repo/proj/guru:master commit in: net-im/discord-canary-bin/
commit: 6deab56f56da9854eb577992fc03ede1e1284fe0 Author: Rahul Sandhu sandhuservices dev> AuthorDate: Sat May 27 02:21:35 2023 + Commit: Viorel Munteanu gentoo org> CommitDate: Sat May 27 02:21:35 2023 + URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6deab56f net-im/discord-canary-bin: fix dependencies Signed-off-by: Rahul Sandhu sandhuservices.dev> net-im/discord-canary-bin/discord-canary-bin-0.0.154.ebuild | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/net-im/discord-canary-bin/discord-canary-bin-0.0.154.ebuild b/net-im/discord-canary-bin/discord-canary-bin-0.0.154.ebuild index a3bf3c422..fcffb37c2 100644 --- a/net-im/discord-canary-bin/discord-canary-bin-0.0.154.ebuild +++ b/net-im/discord-canary-bin/discord-canary-bin-0.0.154.ebuild @@ -19,9 +19,7 @@ KEYWORDS="~amd64" RESTRICT="bindist mirror strip test" RDEPEND=" - app-accessibility/at-spi2-atk:2 - app-accessibility/at-spi2-core:2 - dev-libs/atk + >=app-accessibility/at-spi2-core-2.46.0 dev-libs/expat dev-libs/glib:2 dev-libs/nspr
[gentoo-commits] repo/proj/guru:master commit in: media-fonts/jetbrainsmono-nerdfont/
commit: 09fab4eaa00e9f641ed782cb99bc1f7171026546 Author: Rahul Sandhu sandhuservices dev> AuthorDate: Sat May 27 01:13:54 2023 + Commit: Viorel Munteanu gentoo org> CommitDate: Sat May 27 01:13:54 2023 + URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=09fab4ea media-fonts/jetbrainsmono-nerdfont: add 3.0.1 Signed-off-by: Rahul Sandhu sandhuservices.dev> media-fonts/jetbrainsmono-nerdfont/Manifest| 1 + .../jetbrainsmono-nerdfont-3.0.1.ebuild| 25 ++ 2 files changed, 26 insertions(+) diff --git a/media-fonts/jetbrainsmono-nerdfont/Manifest b/media-fonts/jetbrainsmono-nerdfont/Manifest index 47dbb2243..bf67e4905 100644 --- a/media-fonts/jetbrainsmono-nerdfont/Manifest +++ b/media-fonts/jetbrainsmono-nerdfont/Manifest @@ -1 +1,2 @@ DIST jetbrainsmono-nerdfont-2.2.2.zip 76924136 BLAKE2B eca3c4487739008c898f93702de564656cf76d5d94406c69cd7d1b12f9ab8db1ef32a29e3de88311159fc292be4994537d8a106794845ed99eecd40410c22919 SHA512 1b009498a2a8a23c80002264e7f1d37d56261c8ff4a7baad3db8bb52dee8fa760c5b3e2cc0921443754a0e5d08f6b553b3857971f0dd34591eb85965204e +DIST jetbrainsmono-nerdfont-3.0.1.tar.xz 3602592 BLAKE2B cf98ef5f58935e19e1ccb925445adc69f26ea60151b21b1b53a519c7d5e06192eadb5137faf223192950d676781b4836798934df14d7ba5523c4cdaf0c348eac SHA512 8fa6337603684d5da8f219e3db377d28ebda576614481477471c5f81f9ce3f1e163fa354e14ecdb3649feacb0e7c00ecf52268987eb16f3ecaa55999e194f0f2 diff --git a/media-fonts/jetbrainsmono-nerdfont/jetbrainsmono-nerdfont-3.0.1.ebuild b/media-fonts/jetbrainsmono-nerdfont/jetbrainsmono-nerdfont-3.0.1.ebuild new file mode 100644 index 0..417102b50 --- /dev/null +++ b/media-fonts/jetbrainsmono-nerdfont/jetbrainsmono-nerdfont-3.0.1.ebuild @@ -0,0 +1,25 @@ +# Copyright 2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit font + +DESCRIPTION="A free and open-source typeface for developers" +HOMEPAGE="https://github.com/ryanoasis/nerd-fonts"; +SRC_URI="https://github.com/ryanoasis/nerd-fonts/releases/download/v${PV}/JetBrainsMono.tar.xz -> ${P}.tar.xz" + +LICENSE="OFL-1.1" +SLOT="0" +KEYWORDS="~amd64" + +S="${WORKDIR}" +FONT_SUFFIX="ttf" + +pkg_postinst() { + ewarn "Upstream has recently made some major changes since version 3.0.0." + ewarn "The older Material Design Icon codepoints have been dropped." + ewarn "See issue 1059, comment 1404891287 at upstream for a translation table." + ewarn "More information can be found here:" + ewarn "https://github.com/ryanoasis/nerd-fonts/tree/v3.0.0"; +}
[gentoo-commits] repo/proj/guru:master commit in: x11-misc/tbsm/
commit: 95caacabe27a2b1a55005ce758bf0d06fd2be796 Author: Rahul Sandhu sandhuservices dev> AuthorDate: Sat May 27 02:26:57 2023 + Commit: Viorel Munteanu gentoo org> CommitDate: Sat May 27 02:26:57 2023 + URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=95caacab x11-misc/tbsm: add github upstream metadata Signed-off-by: Rahul Sandhu sandhuservices.dev> x11-misc/tbsm/metadata.xml | 11 +++ 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/x11-misc/tbsm/metadata.xml b/x11-misc/tbsm/metadata.xml index 29c730db2..01db6eb70 100644 --- a/x11-misc/tbsm/metadata.xml +++ b/x11-misc/tbsm/metadata.xml @@ -1,8 +1,11 @@ https://www.gentoo.org/dtd/metadata.dtd";> - -gen...@aisha.cc -Aisha Tammy - + + gen...@aisha.cc + Aisha Tammy + + + loh-tar/tbsm +
[gentoo-commits] repo/proj/guru:master commit in: gui-wm/swayfx/
commit: dee60c27f57c48761dc74f63236ca070a096df82 Author: Rahul Sandhu sandhuservices dev> AuthorDate: Sat May 27 02:23:50 2023 + Commit: Viorel Munteanu gentoo org> CommitDate: Sat May 27 02:23:50 2023 + URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=dee60c27 gui-wm/swayfx: remove unused use flags Signed-off-by: Rahul Sandhu sandhuservices.dev> gui-wm/swayfx/metadata.xml | 4 1 file changed, 4 deletions(-) diff --git a/gui-wm/swayfx/metadata.xml b/gui-wm/swayfx/metadata.xml index 9fcd742b9..c8faabfab 100644 --- a/gui-wm/swayfx/metadata.xml +++ b/gui-wm/swayfx/metadata.xml @@ -20,10 +20,6 @@ Install 'grimshot': script for taking screenshots Install 'swaybar': sway's status bar component - Install 'swaybg': allows to set a desktop background image - Install 'swayidle': idle manager to run commands when user is inactive - Install 'swaylock': sway's screen locker - Install 'swaymsg': tool for communicating with a running sway instance Install 'swaynag': shows a message with buttons Enable support for StatusNotifierItem tray specification Install sway's default wallpaper image
[gentoo-commits] repo/proj/guru:master commit in: gui-wm/swayfx/
commit: ac620bab323ec0139b7b862638ae37f82c498542 Author: Rahul Sandhu sandhuservices dev> AuthorDate: Sat May 27 02:06:53 2023 + Commit: Viorel Munteanu gentoo org> CommitDate: Sat May 27 02:06:53 2023 + URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ac620bab gui-wm/swayfx: drop 0.1, update 0.2 Signed-off-by: Rahul Sandhu sandhuservices.dev> gui-wm/swayfx/Manifest | 3 +- gui-wm/swayfx/swayfx-0.1.ebuild | 101 gui-wm/swayfx/swayfx-0.2.ebuild | 8 ++-- 3 files changed, 4 insertions(+), 108 deletions(-) diff --git a/gui-wm/swayfx/Manifest b/gui-wm/swayfx/Manifest index fd45304a2..3ce8ce494 100644 --- a/gui-wm/swayfx/Manifest +++ b/gui-wm/swayfx/Manifest @@ -1,3 +1,2 @@ -DIST 0.1.tar.gz 5514855 BLAKE2B 57be3ab5b66cb71a826ed6d7cd2dc70cc415f0f207420aa2b545f63ccfca5f7504d6a44554ff7e8000b35797540e52043902a5d6264cf1f8290a34e9876ef372 SHA512 9dd17d3628d59c2d2de521c26a3d49780fb95acd18b886dd7f515e210c0f876b51b37e83119ed082aa1fc28ae4631ae794cd81d20516ba77566639b2ba49e9fb -DIST 0.2.tar.gz 5534158 BLAKE2B e01ac28ea24743d5fe937d953114c8316f3de27b7813f83cce0f6f76bf524f079357be810845791c4431db7e315f096411e6d7a0e2174673e4247d16e3e44bc1 SHA512 0884513a0851b19546f2cc647d8590c7d82494604028ed71b2e6fefbac7f3fff141be26e783ccc504b8da84bbed6c1e12a2194f0713c920e1cc34a6360ac318c +DIST swayfx-0.2.tar.gz 5534158 BLAKE2B e01ac28ea24743d5fe937d953114c8316f3de27b7813f83cce0f6f76bf524f079357be810845791c4431db7e315f096411e6d7a0e2174673e4247d16e3e44bc1 SHA512 0884513a0851b19546f2cc647d8590c7d82494604028ed71b2e6fefbac7f3fff141be26e783ccc504b8da84bbed6c1e12a2194f0713c920e1cc34a6360ac318c DIST swayfx-0.3.tar.gz 5746551 BLAKE2B 6455416f54d9e36d33f2f17146c3f2c41ff77a154fcb49f12906c5ba5b2ced3eecb9f052423ad5916885a9e6602160a404bd9fe351272c34cc5b375656b75604 SHA512 a6054d167c9d41a6e3fe9247683267c40ac55637a565649724fad0d7caf340d8aa51ab65767a7f8becc0480eced1eb42a5c851dfc5d815a73c3ae99eb1c39572 diff --git a/gui-wm/swayfx/swayfx-0.1.ebuild b/gui-wm/swayfx/swayfx-0.1.ebuild deleted file mode 100644 index ac081a87a..0 --- a/gui-wm/swayfx/swayfx-0.1.ebuild +++ /dev/null @@ -1,101 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit meson optfeature - -DESCRIPTION="i3-compatible Wayland window manager" -HOMEPAGE="https://swaywm.org"; - -MY_PV=${PV/_rc/-rc} -SRC_URI="https://github.com/WillPower3309/swayfx/archive/refs/tags/${PV}.tar.gz"; -KEYWORDS="~amd64" -S="${WORKDIR}/${PN}-${MY_PV}" - -LICENSE="MIT" -SLOT="0" -IUSE="grimshot +man +swaybar +swaynag tray wallpapers X" - -DEPEND=" - >=dev-libs/json-c-0.13:0= - >=dev-libs/libinput-1.6.0:0= - sys-auth/seatd:= - dev-libs/libpcre - >=dev-libs/wayland-1.20.0 - x11-libs/cairo - x11-libs/libxkbcommon - x11-libs/pango - x11-libs/pixman - media-libs/mesa[gles2,libglvnd(+)] - swaybar? ( x11-libs/gdk-pixbuf:2 ) - tray? ( || ( - sys-apps/systemd - sys-auth/elogind - sys-libs/basu - ) ) - wallpapers? ( gui-apps/swaybg[gdk-pixbuf(+)] ) - X? ( x11-libs/libxcb:0= ) -" -DEPEND+=" - >=gui-libs/wlroots-0.15:=[X?] - https://github.com/swaywm/sway/wiki/Useful-add-ons-for-sway"; - einfo "Please note that some of them might not (yet) available on gentoo" -} diff --git a/gui-wm/swayfx/swayfx-0.2.ebuild b/gui-wm/swayfx/swayfx-0.2.ebuild index 35d2bcf8e..d6a85d917 100644 --- a/gui-wm/swayfx/swayfx-0.2.ebuild +++ b/gui-wm/swayfx/swayfx-0.2.ebuild @@ -5,13 +5,11 @@ EAPI=8 inherit meson optfeature -DESCRIPTION="i3-compatible Wayland window manager" -HOMEPAGE="https://swaywm.org"; +DESCRIPTION="SwayFX: Sway, but with eye candy!" +HOMEPAGE="https://github.com/WillPower3309/swayfx"; -MY_PV=${PV/_rc/-rc} -SRC_URI="https://github.com/WillPower3309/swayfx/archive/refs/tags/${PV}.tar.gz"; +SRC_URI="https://github.com/WillPower3309/swayfx/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="~amd64" -S="${WORKDIR}/${PN}-${MY_PV}" LICENSE="MIT" SLOT="0"
[gentoo-commits] repo/proj/guru:master commit in: x11-misc/xob/
commit: 4fcf140390b27d1d23b8f2f7cecb39004ae8189d Author: Rahul Sandhu sandhuservices dev> AuthorDate: Sat May 27 02:28:26 2023 + Commit: Viorel Munteanu gentoo org> CommitDate: Sat May 27 02:28:26 2023 + URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4fcf1403 x11-misc/xob: add github upstream metadata Signed-off-by: Rahul Sandhu sandhuservices.dev> x11-misc/xob/metadata.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/x11-misc/xob/metadata.xml b/x11-misc/xob/metadata.xml index da58abed9..9ff3ca9fa 100644 --- a/x11-misc/xob/metadata.xml +++ b/x11-misc/xob/metadata.xml @@ -5,4 +5,7 @@ gen...@tastytea.de tastytea + + florentc/xob +
[gentoo-commits] repo/proj/guru:master commit in: gui-wm/swayfx/
commit: 5777162501be23a0c6210fec2abe00e4d8f80592 Author: Rahul Sandhu sandhuservices dev> AuthorDate: Sat May 27 02:00:05 2023 + Commit: Viorel Munteanu gentoo org> CommitDate: Sat May 27 02:00:05 2023 + URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=57771625 gui-wm/swayfx: add 0.3 Signed-off-by: Rahul Sandhu sandhuservices.dev> gui-wm/swayfx/Manifest | 1 + gui-wm/swayfx/metadata.xml | 12 ++--- gui-wm/swayfx/swayfx-0.3.ebuild | 101 3 files changed, 108 insertions(+), 6 deletions(-) diff --git a/gui-wm/swayfx/Manifest b/gui-wm/swayfx/Manifest index 46085d9f6..1d06f5501 100644 --- a/gui-wm/swayfx/Manifest +++ b/gui-wm/swayfx/Manifest @@ -1,2 +1,3 @@ DIST 0.1.tar.gz 5514855 BLAKE2B 57be3ab5b66cb71a826ed6d7cd2dc70cc415f0f207420aa2b545f63ccfca5f7504d6a44554ff7e8000b35797540e52043902a5d6264cf1f8290a34e9876ef372 SHA512 9dd17d3628d59c2d2de521c26a3d49780fb95acd18b886dd7f515e210c0f876b51b37e83119ed082aa1fc28ae4631ae794cd81d20516ba77566639b2ba49e9fb DIST 0.2.tar.gz 5534158 BLAKE2B e01ac28ea24743d5fe937d953114c8316f3de27b7813f83cce0f6f76bf524f079357be810845791c4431db7e315f096411e6d7a0e2174673e4247d16e3e44bc1 SHA512 0884513a0851b19546f2cc647d8590c7d82494604028ed71b2e6fefbac7f3fff141be26e783ccc504b8da84bbed6c1e12a2194f0713c920e1cc34a6360ac318c +DIST 0.3.tar.gz 5746551 BLAKE2B 6455416f54d9e36d33f2f17146c3f2c41ff77a154fcb49f12906c5ba5b2ced3eecb9f052423ad5916885a9e6602160a404bd9fe351272c34cc5b375656b75604 SHA512 a6054d167c9d41a6e3fe9247683267c40ac55637a565649724fad0d7caf340d8aa51ab65767a7f8becc0480eced1eb42a5c851dfc5d815a73c3ae99eb1c39572 diff --git a/gui-wm/swayfx/metadata.xml b/gui-wm/swayfx/metadata.xml index 2d648c8b9..9fcd742b9 100644 --- a/gui-wm/swayfx/metadata.xml +++ b/gui-wm/swayfx/metadata.xml @@ -31,10 +31,10 @@ WillPower3309/swayfx - -William McKinnon - -https://github.com/WillPower3309/swayfx/issues -https://github.com/WillPower3309/swayfx/releases - + + William McKinnon + + https://github.com/WillPower3309/swayfx/issues + https://github.com/WillPower3309/swayfx/releases + diff --git a/gui-wm/swayfx/swayfx-0.3.ebuild b/gui-wm/swayfx/swayfx-0.3.ebuild new file mode 100644 index 0..422be6474 --- /dev/null +++ b/gui-wm/swayfx/swayfx-0.3.ebuild @@ -0,0 +1,101 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit meson optfeature + +DESCRIPTION="i3-compatible Wayland window manager" +HOMEPAGE="https://swaywm.org"; + +MY_PV=${PV/_rc/-rc} +SRC_URI="https://github.com/WillPower3309/swayfx/archive/refs/tags/${PV}.tar.gz"; +KEYWORDS="~amd64" +S="${WORKDIR}/${PN}-${MY_PV}" + +LICENSE="MIT" +SLOT="0" +IUSE="grimshot +man +swaybar +swaynag tray wallpapers X" + +DEPEND=" + >=dev-libs/json-c-0.13:0= + >=dev-libs/libinput-1.21.0:0= + sys-auth/seatd:= + dev-libs/libpcre + >=dev-libs/wayland-1.20.0 + x11-libs/cairo + x11-libs/libxkbcommon + x11-libs/pango + x11-libs/pixman + media-libs/mesa[gles2,libglvnd(+)] + swaybar? ( x11-libs/gdk-pixbuf:2 ) + tray? ( || ( + sys-apps/systemd + sys-auth/elogind + sys-libs/basu + ) ) + wallpapers? ( gui-apps/swaybg[gdk-pixbuf(+)] ) + X? ( x11-libs/libxcb:0= ) +" +DEPEND+=" + >=gui-libs/wlroots-0.16:=[X?] + https://github.com/swaywm/sway/wiki/Useful-add-ons-for-sway"; + einfo "Please note that some of them might not (yet) available on gentoo" +}
[gentoo-commits] repo/proj/guru:master commit in: app-misc/cpufetch/
commit: 886939745e3ed20c77edf0eef0b691918519da24 Author: Rahul Sandhu sandhuservices dev> AuthorDate: Sat May 27 02:11:50 2023 + Commit: Viorel Munteanu gentoo org> CommitDate: Sat May 27 02:11:50 2023 + URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=88693974 app-misc/cpufetch: add 1.04 Signed-off-by: Rahul Sandhu sandhuservices.dev> app-misc/cpufetch/Manifest | 1 + app-misc/cpufetch/cpufetch-1.04.ebuild | 27 +++ 2 files changed, 28 insertions(+) diff --git a/app-misc/cpufetch/Manifest b/app-misc/cpufetch/Manifest index 2cd52201d..bfe51ce66 100644 --- a/app-misc/cpufetch/Manifest +++ b/app-misc/cpufetch/Manifest @@ -1,2 +1,3 @@ DIST cpufetch-1.01.tar.gz 2759620 BLAKE2B 4d16cc0b1be94706b3e5d9481a2846d8c90807b792212389e7159739952d8df3f3cc02f6e828e53fe17a51ecba4370a273c5152c0af237fa0cededac88c76e3f SHA512 069580b6dd548af394c28b74af72b2979be16a69879c51c42e2f26611ea8bf78412bedb6bbc6ddbfd2f98f8b26f930cc2d8afcc81e4d6494c382cfec9de771c1 DIST cpufetch-1.02.tar.gz 2767499 BLAKE2B 041ac6ac304faa6fb2cc71fb4841d8e9a263d57ae6b79e0d6cdcf5149fd6bf0e89135f9f7eeaf25681d4a4ad73861d2eb45883cee1626b0cfa1bc21957110e44 SHA512 b548af4dccd632c2899a3b0fd70e67f7abdc4bd66371927876c851168d0df47e23bd8f798d82509b83b268c50b0e9a6697a56f6fcf7772711108e2538cd1c09a +DIST cpufetch-1.04.tar.gz 2779927 BLAKE2B 9e8a5f205344cfadf4893a2d4bd1564267ca21f1a14e5b7c99be6eaf519aca13bee0086ee8db6b584a86324b79e8496704c92850b4f7069fc4a749acaa91c8a6 SHA512 06c41439f033309ef31eafe576fb797d9f68900026ec2e01545a0ace0abdeb9dfa19865fe3aa3ab5f40ea1a5fb70ea672e114d5e65257ac04aa28a42acfdfb45 diff --git a/app-misc/cpufetch/cpufetch-1.04.ebuild b/app-misc/cpufetch/cpufetch-1.04.ebuild new file mode 100644 index 0..03e235a57 --- /dev/null +++ b/app-misc/cpufetch/cpufetch-1.04.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit toolchain-funcs + +DESCRIPTION="Simplistic yet fancy CPU architecture fetching tool" +HOMEPAGE="https://github.com/Dr-Noob/cpufetch"; +SRC_URI="https://github.com/Dr-Noob/cpufetch/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}/${PN}-${PV}" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~amd64" + +src_prepare() { + default + tc-export CC +} + +src_install() { + dobin "${PN}" + doman "${PN}.1" + newdoc README.md README + dodoc -r doc/. +}
[gentoo-commits] repo/proj/guru:master commit in: media-fonts/firacode-nerdfont/
commit: 538fa15bf735364a5a963a4089463be425c51c32 Author: Rahul Sandhu sandhuservices dev> AuthorDate: Sat May 27 01:37:21 2023 + Commit: Viorel Munteanu gentoo org> CommitDate: Sat May 27 01:37:21 2023 + URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=538fa15b media-fonts/firacode-nerdfont-3.0.1: More of that whitespace Signed-off-by: Rahul Sandhu sandhuservices.dev> media-fonts/firacode-nerdfont/firacode-nerdfont-3.0.1.ebuild | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/media-fonts/firacode-nerdfont/firacode-nerdfont-3.0.1.ebuild b/media-fonts/firacode-nerdfont/firacode-nerdfont-3.0.1.ebuild index 54d34657d..7c07d3cdd 100644 --- a/media-fonts/firacode-nerdfont/firacode-nerdfont-3.0.1.ebuild +++ b/media-fonts/firacode-nerdfont/firacode-nerdfont-3.0.1.ebuild @@ -17,9 +17,9 @@ S="${WORKDIR}" FONT_SUFFIX="ttf" pkg_postinst() { -ewarn "Upstream has recently made some major changes since version 3.0.0." -ewarn "The older Material Design Icon codepoints have been dropped." -ewarn "See issue 1059, comment 1404891287 at upstream for a translation table." -ewarn "More information can be found here:" -ewarn "https://github.com/ryanoasis/nerd-fonts/tree/v3.0.0"; + ewarn "Upstream has recently made some major changes since version 3.0.0." + ewarn "The older Material Design Icon codepoints have been dropped." + ewarn "See issue 1059, comment 1404891287 at upstream for a translation table." + ewarn "More information can be found here:" + ewarn "https://github.com/ryanoasis/nerd-fonts/tree/v3.0.0"; }
[gentoo-commits] repo/proj/guru:master commit in: media-fonts/iosevka-nerdfont/
commit: 08243f4ffaa4a8d3477dbad807fb2eb3b4e74f9c Author: Rahul Sandhu sandhuservices dev> AuthorDate: Sat May 27 01:34:50 2023 + Commit: Viorel Munteanu gentoo org> CommitDate: Sat May 27 01:34:50 2023 + URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=08243f4f media-fonts/iosevka-nerdfont-3.0.1: Actually fix leading whitespace Signed-off-by: Rahul Sandhu sandhuservices.dev> media-fonts/iosevka-nerdfont/iosevka-nerdfont-3.0.1.ebuild | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/media-fonts/iosevka-nerdfont/iosevka-nerdfont-3.0.1.ebuild b/media-fonts/iosevka-nerdfont/iosevka-nerdfont-3.0.1.ebuild index 047c117ba..6c36b8138 100644 --- a/media-fonts/iosevka-nerdfont/iosevka-nerdfont-3.0.1.ebuild +++ b/media-fonts/iosevka-nerdfont/iosevka-nerdfont-3.0.1.ebuild @@ -17,9 +17,9 @@ S="${WORKDIR}" FONT_SUFFIX="ttf" pkg_postinst() { -ewarn "Upstream has recently made some major changes since version 3.0.0." -ewarn "The older Material Design Icon codepoints have been dropped." -ewarn "See issue 1059, comment 1404891287 at upstream for a translation table." -ewarn "More information can be found here:" -ewarn "https://github.com/ryanoasis/nerd-fonts/tree/v3.0.0"; + ewarn "Upstream has recently made some major changes since version 3.0.0." + ewarn "The older Material Design Icon codepoints have been dropped." + ewarn "See issue 1059, comment 1404891287 at upstream for a translation table." + ewarn "More information can be found here:" + ewarn "https://github.com/ryanoasis/nerd-fonts/tree/v3.0.0"; }
[gentoo-commits] repo/proj/guru:master commit in: gui-wm/swayfx/
commit: 7cb779eefcd23d02971f4efad9f398910e561f64 Author: Rahul Sandhu sandhuservices dev> AuthorDate: Sat May 27 02:04:10 2023 + Commit: Viorel Munteanu gentoo org> CommitDate: Sat May 27 02:04:10 2023 + URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7cb779ee gui-wm/swayfx: update DESCRIPTION, HOMEPAGE, SRC_URI Signed-off-by: Rahul Sandhu sandhuservices.dev> gui-wm/swayfx/Manifest | 2 +- gui-wm/swayfx/swayfx-0.3.ebuild | 8 +++- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/gui-wm/swayfx/Manifest b/gui-wm/swayfx/Manifest index 1d06f5501..fd45304a2 100644 --- a/gui-wm/swayfx/Manifest +++ b/gui-wm/swayfx/Manifest @@ -1,3 +1,3 @@ DIST 0.1.tar.gz 5514855 BLAKE2B 57be3ab5b66cb71a826ed6d7cd2dc70cc415f0f207420aa2b545f63ccfca5f7504d6a44554ff7e8000b35797540e52043902a5d6264cf1f8290a34e9876ef372 SHA512 9dd17d3628d59c2d2de521c26a3d49780fb95acd18b886dd7f515e210c0f876b51b37e83119ed082aa1fc28ae4631ae794cd81d20516ba77566639b2ba49e9fb DIST 0.2.tar.gz 5534158 BLAKE2B e01ac28ea24743d5fe937d953114c8316f3de27b7813f83cce0f6f76bf524f079357be810845791c4431db7e315f096411e6d7a0e2174673e4247d16e3e44bc1 SHA512 0884513a0851b19546f2cc647d8590c7d82494604028ed71b2e6fefbac7f3fff141be26e783ccc504b8da84bbed6c1e12a2194f0713c920e1cc34a6360ac318c -DIST 0.3.tar.gz 5746551 BLAKE2B 6455416f54d9e36d33f2f17146c3f2c41ff77a154fcb49f12906c5ba5b2ced3eecb9f052423ad5916885a9e6602160a404bd9fe351272c34cc5b375656b75604 SHA512 a6054d167c9d41a6e3fe9247683267c40ac55637a565649724fad0d7caf340d8aa51ab65767a7f8becc0480eced1eb42a5c851dfc5d815a73c3ae99eb1c39572 +DIST swayfx-0.3.tar.gz 5746551 BLAKE2B 6455416f54d9e36d33f2f17146c3f2c41ff77a154fcb49f12906c5ba5b2ced3eecb9f052423ad5916885a9e6602160a404bd9fe351272c34cc5b375656b75604 SHA512 a6054d167c9d41a6e3fe9247683267c40ac55637a565649724fad0d7caf340d8aa51ab65767a7f8becc0480eced1eb42a5c851dfc5d815a73c3ae99eb1c39572 diff --git a/gui-wm/swayfx/swayfx-0.3.ebuild b/gui-wm/swayfx/swayfx-0.3.ebuild index 422be6474..b0bd4e92a 100644 --- a/gui-wm/swayfx/swayfx-0.3.ebuild +++ b/gui-wm/swayfx/swayfx-0.3.ebuild @@ -5,13 +5,11 @@ EAPI=8 inherit meson optfeature -DESCRIPTION="i3-compatible Wayland window manager" -HOMEPAGE="https://swaywm.org"; +DESCRIPTION="SwayFX: Sway, but with eye candy!" +HOMEPAGE="https://github.com/WillPower3309/swayfx"; -MY_PV=${PV/_rc/-rc} -SRC_URI="https://github.com/WillPower3309/swayfx/archive/refs/tags/${PV}.tar.gz"; +SRC_URI="https://github.com/WillPower3309/swayfx/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="~amd64" -S="${WORKDIR}/${PN}-${MY_PV}" LICENSE="MIT" SLOT="0"
[gentoo-commits] repo/proj/guru:master commit in: media-fonts/ubuntumono-nerdfont/
commit: 1bb0d123377a0f284807e904860c0c1d1bb2f24e Author: Rahul Sandhu sandhuservices dev> AuthorDate: Sat May 27 01:41:51 2023 + Commit: Viorel Munteanu gentoo org> CommitDate: Sat May 27 01:41:51 2023 + URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1bb0d123 media-fonts/ubuntumono-nerdfont: add 3.0.1 Signed-off-by: Rahul Sandhu sandhuservices.dev> media-fonts/ubuntumono-nerdfont/Manifest | 1 + .../ubuntumono-nerdfont-3.0.1.ebuild | 25 ++ 2 files changed, 26 insertions(+) diff --git a/media-fonts/ubuntumono-nerdfont/Manifest b/media-fonts/ubuntumono-nerdfont/Manifest index 06010faf4..74ba45346 100644 --- a/media-fonts/ubuntumono-nerdfont/Manifest +++ b/media-fonts/ubuntumono-nerdfont/Manifest @@ -1 +1,2 @@ DIST ubuntumono-nerdfont-2.2.2.zip 9741947 BLAKE2B 91ab5d244327351fedbc27e8d406c846a06747ce1747d96f88142c7ca8fc895078446ac6d9ba41fb49f5d7954a7a603a6645c3c785b0736145c917e97e20e498 SHA512 7687bac3861d9e7d74ea2584d4e5c57635e1faa0c6c09c3495cde7d635e6aee80bd8a356771369bf34794bd60610d60d0e318c65a7c9a6d70fac067cc55f1c5b +DIST ubuntumono-nerdfont-3.0.1.tar.xz 1890968 BLAKE2B a36911475607cc711ed18cca4634723f1623fcd3c3f0d9a00b09e8ce42dd039e73808708e55fb84de5c4dd513a27bac55c054c31162b63d297ba32b2fd2913ee SHA512 d2e6a516eb065a2ae1fdbcd165a8ba235dbe1264a108fd76036c556f3677dfe985caa2bff6ab98881faaac347334b02753fee6114d0f31c2ac620232a2f50a7a diff --git a/media-fonts/ubuntumono-nerdfont/ubuntumono-nerdfont-3.0.1.ebuild b/media-fonts/ubuntumono-nerdfont/ubuntumono-nerdfont-3.0.1.ebuild new file mode 100644 index 0..b16ecc2c3 --- /dev/null +++ b/media-fonts/ubuntumono-nerdfont/ubuntumono-nerdfont-3.0.1.ebuild @@ -0,0 +1,25 @@ +# Copyright 2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit font + +DESCRIPTION="A free and open-source typeface for developers" +HOMEPAGE="https://github.com/ryanoasis/nerd-fonts"; +SRC_URI="https://github.com/ryanoasis/nerd-fonts/releases/download/v${PV}/UbuntuMono.tar.xz -> ${P}.tar.xz" + +LICENSE="OFL-1.1" +SLOT="0" +KEYWORDS="~amd64" + +S="${WORKDIR}" +FONT_SUFFIX="ttf" + +pkg_postinst() { + ewarn "Upstream has recently made some major changes since version 3.0.0." + ewarn "The older Material Design Icon codepoints have been dropped." + ewarn "See issue 1059, comment 1404891287 at upstream for a translation table." + ewarn "More information can be found here:" + ewarn "https://github.com/ryanoasis/nerd-fonts/tree/v3.0.0"; +}
[gentoo-commits] repo/proj/guru:master commit in: net-wireless/rtl8723bu/
commit: 3fe19265fb0d57404ebee71bbde277fd0176a6c2 Author: Rahul Sandhu sandhuservices dev> AuthorDate: Sat May 27 01:56:13 2023 + Commit: Viorel Munteanu gentoo org> CommitDate: Sat May 27 01:56:13 2023 + URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3fe19265 net-wireless/rtl8723bu: unkeyword for ~amd64, ~x86 Signed-off-by: Rahul Sandhu sandhuservices.dev> net-wireless/rtl8723bu/rtl8723bu-.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/net-wireless/rtl8723bu/rtl8723bu-.ebuild b/net-wireless/rtl8723bu/rtl8723bu-.ebuild index 671921125..891b73ef3 100644 --- a/net-wireless/rtl8723bu/rtl8723bu-.ebuild +++ b/net-wireless/rtl8723bu/rtl8723bu-.ebuild @@ -10,7 +10,6 @@ HOMEPAGE="https://github.com/lwfinger/rtl8723bu"; EGIT_REPO_URI="https://github.com/lwfinger/rtl8723bu.git"; LICENSE="GPL-2" -KEYWORDS="~amd64 ~x86" RDEPEND="sys-kernel/linux-firmware"
[gentoo-commits] repo/proj/guru:master commit in: media-fonts/robotomono-nerdfont/
commit: 3ae4ce2d20034177fe8ccd988e281d56688c9c0a Author: Rahul Sandhu sandhuservices dev> AuthorDate: Sat May 27 01:40:33 2023 + Commit: Viorel Munteanu gentoo org> CommitDate: Sat May 27 01:40:33 2023 + URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3ae4ce2d media-fonts/robotomono-nerdfont: add 3.0.1 Signed-off-by: Rahul Sandhu sandhuservices.dev> media-fonts/robotomono-nerdfont/Manifest | 1 + .../robotomono-nerdfont-3.0.1.ebuild | 25 ++ 2 files changed, 26 insertions(+) diff --git a/media-fonts/robotomono-nerdfont/Manifest b/media-fonts/robotomono-nerdfont/Manifest index 97fb9e3c2..ac217be9a 100644 --- a/media-fonts/robotomono-nerdfont/Manifest +++ b/media-fonts/robotomono-nerdfont/Manifest @@ -1 +1,2 @@ DIST robotomono-nerdfont-2.2.2.zip 25182334 BLAKE2B 2c6baed85ce0bdd3b0efdafdede08004d3fa16758d9e2baed12fba89a7d73c0f9a0130e71db5603de9addba366e1fb40ffeb5edfaba96adf1d312dcdd8ff22df SHA512 47f509e446ee1b48eb21d880e111abcb13e489ce45d95561e9eed2292692159b9bfcfd7da6addfe9f868dedbc5d7283a07d35cdaace008125937215e7f96a0ee +DIST robotomono-nerdfont-3.0.1.tar.xz 3054304 BLAKE2B 3ca931004f42c53fd7f7210548f9614338bde2fe6fa10c27a1420ab395823feb00b2f01b2cc83e65a4edc2360ae07c21cc9572701536fa60fc33e87d2613c561 SHA512 ffa1ab6643e2552969b1345272bb23c34e69c44708ccae3fd629a3988b318caf4d3e261da8d52ed17a019b035545f8576e248ce70ceb4f65dce09e6b1cddf501 diff --git a/media-fonts/robotomono-nerdfont/robotomono-nerdfont-3.0.1.ebuild b/media-fonts/robotomono-nerdfont/robotomono-nerdfont-3.0.1.ebuild new file mode 100644 index 0..115877137 --- /dev/null +++ b/media-fonts/robotomono-nerdfont/robotomono-nerdfont-3.0.1.ebuild @@ -0,0 +1,25 @@ +# Copyright 2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit font + +DESCRIPTION="A free and open-source typeface for developers" +HOMEPAGE="https://github.com/ryanoasis/nerd-fonts"; +SRC_URI="https://github.com/ryanoasis/nerd-fonts/releases/download/v${PV}/RobotoMono.tar.xz -> ${P}.tar.xz" + +LICENSE="OFL-1.1" +SLOT="0" +KEYWORDS="~amd64" + +S="${WORKDIR}" +FONT_SUFFIX="ttf" + +pkg_postinst() { + ewarn "Upstream has recently made some major changes since version 3.0.0." + ewarn "The older Material Design Icon codepoints have been dropped." + ewarn "See issue 1059, comment 1404891287 at upstream for a translation table." + ewarn "More information can be found here:" + ewarn "https://github.com/ryanoasis/nerd-fonts/tree/v3.0.0"; +}
[gentoo-commits] repo/proj/guru:master commit in: media-fonts/iosevka-nerdfont/
commit: 67656883d19a134309236999482a8997a0db884f Author: Rahul Sandhu sandhuservices dev> AuthorDate: Sat May 27 01:33:10 2023 + Commit: Viorel Munteanu gentoo org> CommitDate: Sat May 27 01:33:10 2023 + URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=67656883 media-fonts/iosevka-nerdfont-3.0.1: Remove leading whitespace Signed-off-by: Rahul Sandhu sandhuservices.dev> media-fonts/iosevka-nerdfont/iosevka-nerdfont-3.0.1.ebuild | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/media-fonts/iosevka-nerdfont/iosevka-nerdfont-3.0.1.ebuild b/media-fonts/iosevka-nerdfont/iosevka-nerdfont-3.0.1.ebuild index d805bb417..047c117ba 100644 --- a/media-fonts/iosevka-nerdfont/iosevka-nerdfont-3.0.1.ebuild +++ b/media-fonts/iosevka-nerdfont/iosevka-nerdfont-3.0.1.ebuild @@ -17,9 +17,9 @@ S="${WORKDIR}" FONT_SUFFIX="ttf" pkg_postinst() { -ewarn "Upstream has recently made some major changes since version 3.0.0." -ewarn "The older Material Design Icon codepoints have been dropped." -ewarn "See issue 1059, comment 1404891287 at upstream for a translation table." -ewarn "More information can be found here:" -ewarn "https://github.com/ryanoasis/nerd-fonts/tree/v3.0.0"; +ewarn "Upstream has recently made some major changes since version 3.0.0." +ewarn "The older Material Design Icon codepoints have been dropped." +ewarn "See issue 1059, comment 1404891287 at upstream for a translation table." +ewarn "More information can be found here:" +ewarn "https://github.com/ryanoasis/nerd-fonts/tree/v3.0.0"; }
[gentoo-commits] repo/proj/guru:master commit in: media-fonts/iosevka-nerdfont/
commit: 0c7f167762aad45467183d7e2ffb2f5bcf1307e3 Author: Rahul Sandhu sandhuservices dev> AuthorDate: Sat May 27 01:32:18 2023 + Commit: Viorel Munteanu gentoo org> CommitDate: Sat May 27 01:32:18 2023 + URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0c7f1677 media-fonts/iosevka-nerdfont: add 3.0.1 Signed-off-by: Rahul Sandhu sandhuservices.dev> media-fonts/iosevka-nerdfont/Manifest | 1 + .../iosevka-nerdfont/iosevka-nerdfont-3.0.1.ebuild | 25 ++ 2 files changed, 26 insertions(+) diff --git a/media-fonts/iosevka-nerdfont/Manifest b/media-fonts/iosevka-nerdfont/Manifest index 1381b9313..eca76ed59 100644 --- a/media-fonts/iosevka-nerdfont/Manifest +++ b/media-fonts/iosevka-nerdfont/Manifest @@ -1,2 +1,3 @@ DIST iosevka-nerdfont-2.2.2.zip 486465366 BLAKE2B 04fe963c0e2c4bc076854c1b6d7382a4e9222ead92e320ad369a230c771be9c88300cd2f2cd4d8b4bfbe9a66d76577390fa750e46735be993b51eb0f9e87631e SHA512 99ec42555babde800cfe320a5e48eba6dafaaecfb86ff8964a092e321bac8635dd6a5ffe9a792e56dbf83794f1a7da5368a14ff3ac3c4a70a066999fd6604153 DIST iosevka-nerdfont-2.3.3.zip 684962518 BLAKE2B d374f91e1253e29e682ea9199a049d1b95ad51749e26a03b312b3bc64b53f43f1dd998fbfcb22e71f67782eec1ee92c0242da0cf3deca33d7bcee258afe0bfdd SHA512 48096d703a25bd9e38df66ee4fbee1a289564ef30a2eb29236c24fb669074df82d95f68b6e0b18e74ef64682cc1cfa4903f943c6dd81534371bb45ae5edcef26 +DIST iosevka-nerdfont-3.0.1.tar.xz 28066692 BLAKE2B 3797f3bd800d41b69bc019ebb518aa8c73ee51082ff91ed783865f2afe93b3ad14a89afec51ae99f1ce6f2d223fd6d5d26a73a600a190609efe3c759e7dda06c SHA512 4079c76daf75a8dcb51697e04fc7cb5c86be0c2ad0d670e736d2605be370849308bec84cb567db9184e3d2f3b1e819fd1b24afd974b0e9dadecb4e3a6c3dc5c4 diff --git a/media-fonts/iosevka-nerdfont/iosevka-nerdfont-3.0.1.ebuild b/media-fonts/iosevka-nerdfont/iosevka-nerdfont-3.0.1.ebuild new file mode 100644 index 0..d805bb417 --- /dev/null +++ b/media-fonts/iosevka-nerdfont/iosevka-nerdfont-3.0.1.ebuild @@ -0,0 +1,25 @@ +# Copyright 2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit font + +DESCRIPTION="A free and open-source typeface for developers" +HOMEPAGE="https://github.com/ryanoasis/nerd-fonts"; +SRC_URI="https://github.com/ryanoasis/nerd-fonts/releases/download/v${PV}/Iosevka.tar.xz -> ${P}.tar.xz" + +LICENSE="OFL-1.1" +SLOT="0" +KEYWORDS="~amd64" + +S="${WORKDIR}" +FONT_SUFFIX="ttf" + +pkg_postinst() { +ewarn "Upstream has recently made some major changes since version 3.0.0." +ewarn "The older Material Design Icon codepoints have been dropped." +ewarn "See issue 1059, comment 1404891287 at upstream for a translation table." +ewarn "More information can be found here:" +ewarn "https://github.com/ryanoasis/nerd-fonts/tree/v3.0.0"; +}
[gentoo-commits] repo/proj/guru:master commit in: media-fonts/firacode-nerdfont/
commit: 455ba8a0bfe16b6275a959838ebec7e0fa0e3b3e Author: Rahul Sandhu sandhuservices dev> AuthorDate: Sat May 27 01:28:45 2023 + Commit: Viorel Munteanu gentoo org> CommitDate: Sat May 27 01:28:45 2023 + URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=455ba8a0 media-fonts/firacode-nerdfont: add 3.0.1 Signed-off-by: Rahul Sandhu sandhuservices.dev> media-fonts/firacode-nerdfont/Manifest | 1 + .../firacode-nerdfont-3.0.1.ebuild | 25 ++ 2 files changed, 26 insertions(+) diff --git a/media-fonts/firacode-nerdfont/Manifest b/media-fonts/firacode-nerdfont/Manifest index 20e3d4baf..654ba3c6f 100644 --- a/media-fonts/firacode-nerdfont/Manifest +++ b/media-fonts/firacode-nerdfont/Manifest @@ -1 +1,2 @@ DIST firacode-nerdfont-2.2.2.zip 17241908 BLAKE2B 9f8ada87945ff10d9eced99369f7c6d469f9eaf2192490623a93b2397fe5b6ee3f0df6923b59eb87e92789840a205adf53c6278e526dbeeb25d0a6d307a07b18 SHA512 ab284afb20cc535d24d4bc0c3aa181547ac0ab7afb5c09c931699a8690a3813024194c123b99c526269897c256b5d8f078075bcf20bc9120a64206a2728236b3 +DIST firacode-nerdfont-3.0.1.tar.xz 2239404 BLAKE2B 99676220697e673fdb00c8baf5960b2961109abc8530efe61c687d99f4624526ec86b83112a7e582ede0e16c7352d0a8002b44db87c1454c35833e89071758c6 SHA512 a5d4202b8fdadc295bdc08a0bf226c187102492aef94e17f9327b1683c1370ab535c8d6fa725f89935b79a26352da765b2066468326ff846f21dbe0929fcc016 diff --git a/media-fonts/firacode-nerdfont/firacode-nerdfont-3.0.1.ebuild b/media-fonts/firacode-nerdfont/firacode-nerdfont-3.0.1.ebuild new file mode 100644 index 0..54d34657d --- /dev/null +++ b/media-fonts/firacode-nerdfont/firacode-nerdfont-3.0.1.ebuild @@ -0,0 +1,25 @@ +# Copyright 2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit font + +DESCRIPTION="A free and open-source typeface for developers" +HOMEPAGE="https://github.com/ryanoasis/nerd-fonts"; +SRC_URI="https://github.com/ryanoasis/nerd-fonts/releases/download/v${PV}/FiraCode.tar.xz -> ${P}.tar.xz" + +LICENSE="OFL-1.1" +SLOT="0" +KEYWORDS="~amd64" + +S="${WORKDIR}" +FONT_SUFFIX="ttf" + +pkg_postinst() { +ewarn "Upstream has recently made some major changes since version 3.0.0." +ewarn "The older Material Design Icon codepoints have been dropped." +ewarn "See issue 1059, comment 1404891287 at upstream for a translation table." +ewarn "More information can be found here:" +ewarn "https://github.com/ryanoasis/nerd-fonts/tree/v3.0.0"; +}
[gentoo-commits] repo/proj/guru:master commit in: net-wireless/rtl8723bu/
commit: 60e497542d7940b4bd6210fc5281b9b4d0af3046 Author: Alexis Praga proton me> AuthorDate: Fri May 26 18:16:39 2023 + Commit: Viorel Munteanu gentoo org> CommitDate: Fri May 26 18:29:53 2023 + URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=60e49754 net-wireless/rtl8723bu: adding amd64 keyword Removing redundant dependency. Signed-off-by: Alexis Praga proton.me> net-wireless/rtl8723bu/rtl8723bu-999.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/net-wireless/rtl8723bu/rtl8723bu-999.ebuild b/net-wireless/rtl8723bu/rtl8723bu-999.ebuild index 288d0a8cb..671921125 100644 --- a/net-wireless/rtl8723bu/rtl8723bu-999.ebuild +++ b/net-wireless/rtl8723bu/rtl8723bu-999.ebuild @@ -3,13 +3,14 @@ EAPI=8 -inherit git-r3 linux-mod linux-info +inherit git-r3 linux-mod DESCRIPTION="Driver for the rtl8723 wireless chipset" HOMEPAGE="https://github.com/lwfinger/rtl8723bu"; EGIT_REPO_URI="https://github.com/lwfinger/rtl8723bu.git"; LICENSE="GPL-2" +KEYWORDS="~amd64 ~x86" RDEPEND="sys-kernel/linux-firmware"
[gentoo-commits] repo/proj/guru:master commit in: net-im/discord-canary-bin/
commit: 8c0974ff0860e09f84253cc91b456cd230c4bb3c Author: Niko Huuskonen gmail com> AuthorDate: Fri May 26 18:03:46 2023 + Commit: Viorel Munteanu gentoo org> CommitDate: Fri May 26 18:03:46 2023 + URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8c0974ff net-im/discord-canary-bin: update 0.0.150 -> 0.0.154 Signed-off-by: Niko Huuskonen gmail.com> net-im/discord-canary-bin/Manifest | 2 +- ...cord-canary-bin-0.0.150.ebuild => discord-canary-bin-0.0.154.ebuild} | 0 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/net-im/discord-canary-bin/Manifest b/net-im/discord-canary-bin/Manifest index 9dd5304a8..9b7a15a9b 100644 --- a/net-im/discord-canary-bin/Manifest +++ b/net-im/discord-canary-bin/Manifest @@ -1 +1 @@ -DIST discord-canary-0.0.150.deb 92559610 BLAKE2B ba1b6a9538ef3f38ab98803632f44a2cdc49831efe935a269e9d7365096ce35e13ce9ec7436ef0481652900a8ad6f6fa39c611d9cbf2e91c942640ba2c0e524a SHA512 f5ef7b8656ae38d3100c2b5d96333f7cd405ec95deb2a9f2ca329d1ebc500babef6697c7de609bf10abd50518909290168bc2353f7de4ed0b77aeb29f3841b9e +DIST discord-canary-0.0.154.deb 92150282 BLAKE2B 8dbaa51e6de929cad73f7192234cb9cc07f1b8fb0360c2897adbacedd1d722dc4243ad2e8ba8fd62b19eb27c9bf2d5f9ea47bbf13f5eed574c249dd555cecaef SHA512 5c1395a02a25a6a013b9d7a949d03c1836046d9a32966300d45b1122e6ff444df5db27ccaab9ebbe44ed56270019e8ff85898c9b34660ced6cfb503f7ef8be6d diff --git a/net-im/discord-canary-bin/discord-canary-bin-0.0.150.ebuild b/net-im/discord-canary-bin/discord-canary-bin-0.0.154.ebuild similarity index 100% rename from net-im/discord-canary-bin/discord-canary-bin-0.0.150.ebuild rename to net-im/discord-canary-bin/discord-canary-bin-0.0.154.ebuild
[gentoo-commits] repo/proj/guru:master commit in: gui-apps/wlsunset/
commit: ed49cd6fc42689c498d01370befd41ae2a887a0d Author: Rahul Sandhu sandhuservices dev> AuthorDate: Sat May 27 01:20:24 2023 + Commit: Viorel Munteanu gentoo org> CommitDate: Sat May 27 01:20:24 2023 + URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ed49cd6f gui-apps/wlsunset: add sourcehut upstream metadata Signed-off-by: Rahul Sandhu sandhuservices.dev> gui-apps/wlsunset/metadata.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gui-apps/wlsunset/metadata.xml b/gui-apps/wlsunset/metadata.xml index 2092bcc33..712231130 100644 --- a/gui-apps/wlsunset/metadata.xml +++ b/gui-apps/wlsunset/metadata.xml @@ -5,4 +5,7 @@ cont...@hacktivis.me Haelwenn (lanodan) Monnier + + ~kennylevinsen/wlsunset +
[gentoo-commits] repo/proj/guru:dev commit in: dev-python/survey/
commit: 73c49ce75c6b851c918f84abcdd1fe221dba6bb4 Author: Viorel Munteanu gentoo org> AuthorDate: Sat May 27 06:03:55 2023 + Commit: Viorel Munteanu gentoo org> CommitDate: Sat May 27 06:03:55 2023 + URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=73c49ce7 dev-python/survey: disable py3.10 Signed-off-by: Viorel Munteanu gentoo.org> dev-python/survey/survey-4.2.0_alpha.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/survey/survey-4.2.0_alpha.ebuild b/dev-python/survey/survey-4.2.0_alpha.ebuild index 240097f0e..f028ba416 100644 --- a/dev-python/survey/survey-4.2.0_alpha.ebuild +++ b/dev-python/survey/survey-4.2.0_alpha.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_11 ) inherit distutils-r1 MY_PV=${PV/_/-}
[gentoo-commits] repo/proj/guru:dev commit in: dev-python/survey/
commit: 9d77e34d175c70ff2c45c4ff26fa7917b99a7c83 Author: Viorel Munteanu gentoo org> AuthorDate: Sat May 27 06:02:40 2023 + Commit: Viorel Munteanu gentoo org> CommitDate: Sat May 27 06:02:40 2023 + URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9d77e34d dev-python/survey: drop 4.1.1_alpha Signed-off-by: Viorel Munteanu gentoo.org> dev-python/survey/Manifest | 1 - dev-python/survey/survey-4.1.1_alpha.ebuild | 25 - 2 files changed, 26 deletions(-) diff --git a/dev-python/survey/Manifest b/dev-python/survey/Manifest index 030e3869d..e9bb5a955 100644 --- a/dev-python/survey/Manifest +++ b/dev-python/survey/Manifest @@ -1,3 +1,2 @@ DIST survey-3.4.3.tar.gz 21219 BLAKE2B e866addd9233409c603f2b34bbf811209f3f6c2ade1bee00258c4f25d741dc526948d16b2e9e0dc3632e6e20fa7863f573c4c27ed1f48ddaa954c7d53a8c51e3 SHA512 47ff72dd1223a32ec038ccf57709e8fe64806ecc9bb8e54daaced27afaa1c2a45e76fc1b149232a107729c462db7657ad0fd08d8b14bb314e3905aabd23fff4a -DIST survey-4.1.1_alpha.gh.tar.gz 826697 BLAKE2B f762a08d6501a0e513f778326ed117847722004a40ded469e6742d1ba8e27aaa390bb79bfd14c6ade546096c590bb94910e0e16a9fe619946cb04ed17084ceda SHA512 00dc7d8d37481cd40a0ddb18df93f64ad15791506ce8ce7c3b06865cf11659c433bd6099e60455814a511473d7654dfcd9dfbf009d0a3b58f2a342272f2859f3 DIST survey-4.2.0_alpha.gh.tar.gz 826841 BLAKE2B 3b434a32429b0c6b9ae175cc4c71d5297c0e81f2698f60412e3cb61fc95f6312a20db9645c2ae8c80d99d600c03279d12095c9bdc756b37418928abb9ea56245 SHA512 08acfc3b891b8400845cc28cc237f36bf6375c5c392ace2aebaa9e218879f434bd8dc01cfe15c67a2b6de9703e06accc8e890f755855dab2aeb549a2e0312c72 diff --git a/dev-python/survey/survey-4.1.1_alpha.ebuild b/dev-python/survey/survey-4.1.1_alpha.ebuild deleted file mode 100644 index 382d6f9d1..0 --- a/dev-python/survey/survey-4.1.1_alpha.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 2021-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..11} ) -inherit distutils-r1 - -MY_PV=${PV/_/-} - -DESCRIPTION="A simple library for creating beautiful interactive prompts" -HOMEPAGE=" - https://github.com/Exahilosys/survey - https://pypi.org/project/survey/ -" -SRC_URI="https://github.com/Exahilosys/${PN}/archive/refs/tags/v${MY_PV}.tar.gz -> ${P}.gh.tar.gz" -S="${WORKDIR}/${PN}-${MY_PV}" - -LICENSE="MIT" -SLOT="0" - -RDEPEND=" - >=dev-python/wrapio-1.0.0[${PYTHON_USEDEP}] -"
[gentoo-commits] repo/proj/guru:dev commit in: dev-python/survey/
commit: 6f328092fbd97ff49b3414264bf9dc16939e073c Author: Viorel Munteanu gentoo org> AuthorDate: Sat May 27 06:02:30 2023 + Commit: Viorel Munteanu gentoo org> CommitDate: Sat May 27 06:02:30 2023 + URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6f328092 dev-python/survey: add 4.2.0_alpha Signed-off-by: Viorel Munteanu gentoo.org> dev-python/survey/Manifest | 3 ++- dev-python/survey/survey-4.2.0_alpha.ebuild | 21 + 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/dev-python/survey/Manifest b/dev-python/survey/Manifest index 4f3b0a3b5..030e3869d 100644 --- a/dev-python/survey/Manifest +++ b/dev-python/survey/Manifest @@ -1,2 +1,3 @@ DIST survey-3.4.3.tar.gz 21219 BLAKE2B e866addd9233409c603f2b34bbf811209f3f6c2ade1bee00258c4f25d741dc526948d16b2e9e0dc3632e6e20fa7863f573c4c27ed1f48ddaa954c7d53a8c51e3 SHA512 47ff72dd1223a32ec038ccf57709e8fe64806ecc9bb8e54daaced27afaa1c2a45e76fc1b149232a107729c462db7657ad0fd08d8b14bb314e3905aabd23fff4a -DIST survey-4.1.1_alpha.gh.tar.gz 826697 BLAKE2B 3ce5e3f1490182eeb54b5081636ecc6ef1acd038b01e69de54f9a36a6e3c8de3ece3093c81821b03714b214da3673f04334ae25bcef740a360eadecfacc83e6c SHA512 e9b27e9ab5fcb5ac2c73b1163970be2b465aa1fe6ce1116041e6e4972d4bf386ea94bfe0f9a26a92e1dba46de22926cbdb322df0e33d460cc23d2fcf7b58fec4 +DIST survey-4.1.1_alpha.gh.tar.gz 826697 BLAKE2B f762a08d6501a0e513f778326ed117847722004a40ded469e6742d1ba8e27aaa390bb79bfd14c6ade546096c590bb94910e0e16a9fe619946cb04ed17084ceda SHA512 00dc7d8d37481cd40a0ddb18df93f64ad15791506ce8ce7c3b06865cf11659c433bd6099e60455814a511473d7654dfcd9dfbf009d0a3b58f2a342272f2859f3 +DIST survey-4.2.0_alpha.gh.tar.gz 826841 BLAKE2B 3b434a32429b0c6b9ae175cc4c71d5297c0e81f2698f60412e3cb61fc95f6312a20db9645c2ae8c80d99d600c03279d12095c9bdc756b37418928abb9ea56245 SHA512 08acfc3b891b8400845cc28cc237f36bf6375c5c392ace2aebaa9e218879f434bd8dc01cfe15c67a2b6de9703e06accc8e890f755855dab2aeb549a2e0312c72 diff --git a/dev-python/survey/survey-4.2.0_alpha.ebuild b/dev-python/survey/survey-4.2.0_alpha.ebuild new file mode 100644 index 0..240097f0e --- /dev/null +++ b/dev-python/survey/survey-4.2.0_alpha.ebuild @@ -0,0 +1,21 @@ +# Copyright 2021-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{10..11} ) +inherit distutils-r1 + +MY_PV=${PV/_/-} + +DESCRIPTION="A simple library for creating beautiful interactive prompts" +HOMEPAGE=" + https://github.com/Exahilosys/survey + https://pypi.org/project/survey/ +" +SRC_URI="https://github.com/Exahilosys/${PN}/archive/refs/tags/v${MY_PV}.tar.gz -> ${P}.gh.tar.gz" +S="${WORKDIR}/${PN}-${MY_PV}" + +LICENSE="MIT" +SLOT="0"
[gentoo-commits] repo/gentoo:master commit in: dev-ml/llvm-ocaml/
commit: 57d13285a866f63e1492bd60ad87ff69e5de24f3 Author: Michał Górny gentoo org> AuthorDate: Sat May 27 05:48:38 2023 + Commit: Michał Górny gentoo org> CommitDate: Sat May 27 05:52:10 2023 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57d13285 dev-ml/llvm-ocaml: Remove old snapshots Signed-off-by: Michał Górny gentoo.org> dev-ml/llvm-ocaml/Manifest | 2 - .../llvm-ocaml-17.0.0_pre20230502.ebuild | 112 - .../llvm-ocaml-17.0.0_pre20230512.ebuild | 112 - 3 files changed, 226 deletions(-) diff --git a/dev-ml/llvm-ocaml/Manifest b/dev-ml/llvm-ocaml/Manifest index 8526c1e2e3e1..03db32342aab 100644 --- a/dev-ml/llvm-ocaml/Manifest +++ b/dev-ml/llvm-ocaml/Manifest @@ -6,6 +6,4 @@ DIST llvm-project-16.0.3.src.tar.xz 117998136 BLAKE2B 6117586a117c30515e9a5623ab DIST llvm-project-16.0.3.src.tar.xz.sig 566 BLAKE2B bbd96268b006fecffd7402452ae7559bd2ea42c7b771999f58893a48d66b1b056b476a7022c70e2ab8f11dba8318ccc141f97a05ece3b9ed3b4405a6890b0c3a SHA512 cdd5e1c2a252ba58f9b7f8687d6cf9a330c188988707bd72f4632a8158a2db9ac180b3936da99b87e7e99886c39cb8517ebbb04b7d1be198e76964e31ec8dc58 DIST llvm-project-16.0.4.src.tar.xz 117996332 BLAKE2B 2ea3ef25290ce6180d271e42fbf5e02da973a21e3929c1ac8d1e3e7b268d39db97611e15654ca7e6527add24542d0eed0ee2b1b9d85dfd0ba661e55356bac5d3 SHA512 860bcb999005f55bed25691304983d7bf707f8e3246000595b412b9e88f4a1614be0adb43bbff9c30f49b969373fa0becab02a56ac37915a5f83c52ca8ea3f95 DIST llvm-project-16.0.4.src.tar.xz.sig 566 BLAKE2B 43cb2147f12f98f864797158e8efcfed9c6780fae3b5c71c0f1aea19a4131ee91c36bdf5b10e44f478f2370c8d22a9038038ecd607f25a95f2d3e33628eb9ac0 SHA512 c902d1b652e6e144fcf74f550539f56665475b6bdf673ba5bf2f1731c3bb8f5717ed56433d488c54bbf2f429b432da84e0bfb4b5fb5f2b7fa208b4f24f682be7 -DIST llvm-project-52882de0e641487329c9e093a90ea3dad01842c8.tar.gz 182953335 BLAKE2B 98682729992d73202e35b540d5d0d87e2acf44e4ab6896a0b6f9ac4a7423f55ad370ae1d7e919a6c86dc7f138a66890ac89b852b03305612d248ab567833f8be SHA512 3685aff0f648e9b477e1e01edebe4799498c21587e2ed5577e2fdef98bb21ea215e206606a11692fbb93a0989fd59fd324faff2c4d97b7afca0851b53f123f05 -DIST llvm-project-7d436d56b60b36508b94e39d08761f1405a9c770.tar.gz 183363091 BLAKE2B e0d3520814b3455e33107715697f00d653ad46bb8d8200caf42c42743520f389217ea2e57449bbc2e98126b602b2aa344e4125e4b1f92152f7957a11a9b9a150 SHA512 65a8e30702217e5e1309efe3daeda5115eeb2e8d25238db1fa4e8dcfc729d75655a10b3394f2f70b7e7efb8ea33a31b6e2482065cc81805023101da00584a81e DIST llvm-project-abbb22cc0c9c33dedb8d53c2bd3e703f92baace7.tar.gz 183193919 BLAKE2B 75c63d39918f7ec0faca0b1d03ba17dbd7d39a6f1d3a031dcb005ae1729933d8481f0bd745ec029ab21779525b2ddaf2989eaca2aed2b0e9b60c50ef71c7fc11 SHA512 f0c1b6fe2e087db202d32de05613b7570bd9a82dfef2e464014c9d4c9ba02c20d423cb783aa40ce5e9c9e074288efb2e5b6d70d55913bd285108e747400f55e7 diff --git a/dev-ml/llvm-ocaml/llvm-ocaml-17.0.0_pre20230502.ebuild b/dev-ml/llvm-ocaml/llvm-ocaml-17.0.0_pre20230502.ebuild deleted file mode 100644 index 1e54d201785c.. --- a/dev-ml/llvm-ocaml/llvm-ocaml-17.0.0_pre20230502.ebuild +++ /dev/null @@ -1,112 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{9..11} ) -inherit cmake llvm llvm.org python-any-r1 - -DESCRIPTION="OCaml bindings for LLVM" -HOMEPAGE="https://llvm.org/"; - -LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA" -SLOT="0/${PV}" -KEYWORDS="" -IUSE="+debug test" -RESTRICT="!test? ( test )" - -RDEPEND=" - >=dev-lang/ocaml-4.00.0:0= - dev-ml/ocaml-ctypes:= - ~sys-devel/llvm-${PV}:=[debug?] - !sys-devel/llvm[ocaml(-)] -" - -DEPEND=" - ${RDEPEND} -" -BDEPEND=" - ${PYTHON_DEPS} - dev-lang/perl - dev-ml/findlib - >=dev-util/cmake-3.16 -" - -LLVM_COMPONENTS=( llvm cmake third-party ) -LLVM_USE_TARGETS=llvm -llvm.org_set_globals - -pkg_setup() { - LLVM_MAX_SLOT=${LLVM_MAJOR} llvm_pkg_setup - python-any-r1_pkg_setup -} - -src_configure() { - local libdir=$(get_libdir) - local mycmakeargs=( - -DLLVM_LIBDIR_SUFFIX=${libdir#lib} - - -DBUILD_SHARED_LIBS=OFF - -DLLVM_BUILD_LLVM_DYLIB=ON - -DLLVM_LINK_LLVM_DYLIB=ON - -DLLVM_OCAML_OUT_OF_TREE=ON - - # cheap hack: LLVM combines both anyway, and the only difference - # is that the former list is explicitly verified at cmake time - -DLLVM_TARGETS_TO_BUILD="" - -DLLVM_EXPERIMENTAL_TARGETS_TO_BUILD="${LLVM_TARGETS// /;}" - -DLLVM_BUILD_TESTS=$(usex test) - - # disable various irrelevant deps and settings - -DLLVM_ENABLE_FFI=OFF - -DLLVM_ENABLE_TERMINFO=OFF - -DHAVE_HISTEDIT_H=NO - -DLLVM_ENABLE_ASSERTIONS=$(usex debug) - -DLLVM_
[gentoo-commits] repo/gentoo:master commit in: sys-devel/llvm-common/
commit: 7933973d56f2ee9bed47db9c3e5683fc5415b8d8 Author: Michał Górny gentoo org> AuthorDate: Sat May 27 05:48:41 2023 + Commit: Michał Górny gentoo org> CommitDate: Sat May 27 05:52:12 2023 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7933973d sys-devel/llvm-common: Remove old snapshots Signed-off-by: Michał Górny gentoo.org> sys-devel/llvm-common/Manifest | 2 -- .../llvm-common-17.0.0_pre20230502.ebuild | 28 -- .../llvm-common-17.0.0_pre20230512.ebuild | 28 -- 3 files changed, 58 deletions(-) diff --git a/sys-devel/llvm-common/Manifest b/sys-devel/llvm-common/Manifest index 8526c1e2e3e1..03db32342aab 100644 --- a/sys-devel/llvm-common/Manifest +++ b/sys-devel/llvm-common/Manifest @@ -6,6 +6,4 @@ DIST llvm-project-16.0.3.src.tar.xz 117998136 BLAKE2B 6117586a117c30515e9a5623ab DIST llvm-project-16.0.3.src.tar.xz.sig 566 BLAKE2B bbd96268b006fecffd7402452ae7559bd2ea42c7b771999f58893a48d66b1b056b476a7022c70e2ab8f11dba8318ccc141f97a05ece3b9ed3b4405a6890b0c3a SHA512 cdd5e1c2a252ba58f9b7f8687d6cf9a330c188988707bd72f4632a8158a2db9ac180b3936da99b87e7e99886c39cb8517ebbb04b7d1be198e76964e31ec8dc58 DIST llvm-project-16.0.4.src.tar.xz 117996332 BLAKE2B 2ea3ef25290ce6180d271e42fbf5e02da973a21e3929c1ac8d1e3e7b268d39db97611e15654ca7e6527add24542d0eed0ee2b1b9d85dfd0ba661e55356bac5d3 SHA512 860bcb999005f55bed25691304983d7bf707f8e3246000595b412b9e88f4a1614be0adb43bbff9c30f49b969373fa0becab02a56ac37915a5f83c52ca8ea3f95 DIST llvm-project-16.0.4.src.tar.xz.sig 566 BLAKE2B 43cb2147f12f98f864797158e8efcfed9c6780fae3b5c71c0f1aea19a4131ee91c36bdf5b10e44f478f2370c8d22a9038038ecd607f25a95f2d3e33628eb9ac0 SHA512 c902d1b652e6e144fcf74f550539f56665475b6bdf673ba5bf2f1731c3bb8f5717ed56433d488c54bbf2f429b432da84e0bfb4b5fb5f2b7fa208b4f24f682be7 -DIST llvm-project-52882de0e641487329c9e093a90ea3dad01842c8.tar.gz 182953335 BLAKE2B 98682729992d73202e35b540d5d0d87e2acf44e4ab6896a0b6f9ac4a7423f55ad370ae1d7e919a6c86dc7f138a66890ac89b852b03305612d248ab567833f8be SHA512 3685aff0f648e9b477e1e01edebe4799498c21587e2ed5577e2fdef98bb21ea215e206606a11692fbb93a0989fd59fd324faff2c4d97b7afca0851b53f123f05 -DIST llvm-project-7d436d56b60b36508b94e39d08761f1405a9c770.tar.gz 183363091 BLAKE2B e0d3520814b3455e33107715697f00d653ad46bb8d8200caf42c42743520f389217ea2e57449bbc2e98126b602b2aa344e4125e4b1f92152f7957a11a9b9a150 SHA512 65a8e30702217e5e1309efe3daeda5115eeb2e8d25238db1fa4e8dcfc729d75655a10b3394f2f70b7e7efb8ea33a31b6e2482065cc81805023101da00584a81e DIST llvm-project-abbb22cc0c9c33dedb8d53c2bd3e703f92baace7.tar.gz 183193919 BLAKE2B 75c63d39918f7ec0faca0b1d03ba17dbd7d39a6f1d3a031dcb005ae1729933d8481f0bd745ec029ab21779525b2ddaf2989eaca2aed2b0e9b60c50ef71c7fc11 SHA512 f0c1b6fe2e087db202d32de05613b7570bd9a82dfef2e464014c9d4c9ba02c20d423cb783aa40ce5e9c9e074288efb2e5b6d70d55913bd285108e747400f55e7 diff --git a/sys-devel/llvm-common/llvm-common-17.0.0_pre20230502.ebuild b/sys-devel/llvm-common/llvm-common-17.0.0_pre20230502.ebuild deleted file mode 100644 index ce5f03ca34a5.. --- a/sys-devel/llvm-common/llvm-common-17.0.0_pre20230502.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit llvm.org - -DESCRIPTION="Common files shared between multiple slots of LLVM" -HOMEPAGE="https://llvm.org/"; - -LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA" -SLOT="0" -KEYWORDS="" - -RDEPEND=" - !sys-devel/llvm:0 -" - -LLVM_COMPONENTS=( llvm/utils/vim ) -llvm.org_set_globals - -src_install() { - insinto /usr/share/vim/vimfiles - doins -r */ - # some users may find it useful - newdoc README README.vim - dodoc vimrc -} diff --git a/sys-devel/llvm-common/llvm-common-17.0.0_pre20230512.ebuild b/sys-devel/llvm-common/llvm-common-17.0.0_pre20230512.ebuild deleted file mode 100644 index ce5f03ca34a5.. --- a/sys-devel/llvm-common/llvm-common-17.0.0_pre20230512.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit llvm.org - -DESCRIPTION="Common files shared between multiple slots of LLVM" -HOMEPAGE="https://llvm.org/"; - -LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA" -SLOT="0" -KEYWORDS="" - -RDEPEND=" - !sys-devel/llvm:0 -" - -LLVM_COMPONENTS=( llvm/utils/vim ) -llvm.org_set_globals - -src_install() { - insinto /usr/share/vim/vimfiles - doins -r */ - # some users may find it useful - newdoc README README.vim - dodoc vimrc -}
[gentoo-commits] repo/gentoo:master commit in: dev-python/lit/
commit: ca73c2e25079e1c4733624a9f1284304b2cc0830 Author: Michał Górny gentoo org> AuthorDate: Sat May 27 05:48:33 2023 + Commit: Michał Górny gentoo org> CommitDate: Sat May 27 05:52:06 2023 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca73c2e2 dev-python/lit: Remove old snapshots Signed-off-by: Michał Górny gentoo.org> dev-python/lit/Manifest | 2 -- dev-python/lit/lit-17.0.0_pre20230502.ebuild | 42 dev-python/lit/lit-17.0.0_pre20230512.ebuild | 42 3 files changed, 86 deletions(-) diff --git a/dev-python/lit/Manifest b/dev-python/lit/Manifest index 8526c1e2e3e1..03db32342aab 100644 --- a/dev-python/lit/Manifest +++ b/dev-python/lit/Manifest @@ -6,6 +6,4 @@ DIST llvm-project-16.0.3.src.tar.xz 117998136 BLAKE2B 6117586a117c30515e9a5623ab DIST llvm-project-16.0.3.src.tar.xz.sig 566 BLAKE2B bbd96268b006fecffd7402452ae7559bd2ea42c7b771999f58893a48d66b1b056b476a7022c70e2ab8f11dba8318ccc141f97a05ece3b9ed3b4405a6890b0c3a SHA512 cdd5e1c2a252ba58f9b7f8687d6cf9a330c188988707bd72f4632a8158a2db9ac180b3936da99b87e7e99886c39cb8517ebbb04b7d1be198e76964e31ec8dc58 DIST llvm-project-16.0.4.src.tar.xz 117996332 BLAKE2B 2ea3ef25290ce6180d271e42fbf5e02da973a21e3929c1ac8d1e3e7b268d39db97611e15654ca7e6527add24542d0eed0ee2b1b9d85dfd0ba661e55356bac5d3 SHA512 860bcb999005f55bed25691304983d7bf707f8e3246000595b412b9e88f4a1614be0adb43bbff9c30f49b969373fa0becab02a56ac37915a5f83c52ca8ea3f95 DIST llvm-project-16.0.4.src.tar.xz.sig 566 BLAKE2B 43cb2147f12f98f864797158e8efcfed9c6780fae3b5c71c0f1aea19a4131ee91c36bdf5b10e44f478f2370c8d22a9038038ecd607f25a95f2d3e33628eb9ac0 SHA512 c902d1b652e6e144fcf74f550539f56665475b6bdf673ba5bf2f1731c3bb8f5717ed56433d488c54bbf2f429b432da84e0bfb4b5fb5f2b7fa208b4f24f682be7 -DIST llvm-project-52882de0e641487329c9e093a90ea3dad01842c8.tar.gz 182953335 BLAKE2B 98682729992d73202e35b540d5d0d87e2acf44e4ab6896a0b6f9ac4a7423f55ad370ae1d7e919a6c86dc7f138a66890ac89b852b03305612d248ab567833f8be SHA512 3685aff0f648e9b477e1e01edebe4799498c21587e2ed5577e2fdef98bb21ea215e206606a11692fbb93a0989fd59fd324faff2c4d97b7afca0851b53f123f05 -DIST llvm-project-7d436d56b60b36508b94e39d08761f1405a9c770.tar.gz 183363091 BLAKE2B e0d3520814b3455e33107715697f00d653ad46bb8d8200caf42c42743520f389217ea2e57449bbc2e98126b602b2aa344e4125e4b1f92152f7957a11a9b9a150 SHA512 65a8e30702217e5e1309efe3daeda5115eeb2e8d25238db1fa4e8dcfc729d75655a10b3394f2f70b7e7efb8ea33a31b6e2482065cc81805023101da00584a81e DIST llvm-project-abbb22cc0c9c33dedb8d53c2bd3e703f92baace7.tar.gz 183193919 BLAKE2B 75c63d39918f7ec0faca0b1d03ba17dbd7d39a6f1d3a031dcb005ae1729933d8481f0bd745ec029ab21779525b2ddaf2989eaca2aed2b0e9b60c50ef71c7fc11 SHA512 f0c1b6fe2e087db202d32de05613b7570bd9a82dfef2e464014c9d4c9ba02c20d423cb783aa40ce5e9c9e074288efb2e5b6d70d55913bd285108e747400f55e7 diff --git a/dev-python/lit/lit-17.0.0_pre20230502.ebuild b/dev-python/lit/lit-17.0.0_pre20230502.ebuild deleted file mode 100644 index f4b401a77373.. --- a/dev-python/lit/lit-17.0.0_pre20230502.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..11} ) - -inherit distutils-r1 llvm.org - -DESCRIPTION="A stand-alone install of the LLVM suite testing tool" -HOMEPAGE="https://llvm.org/"; - -LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA" -SLOT="0" -KEYWORDS="" -IUSE="test" -RESTRICT="!test? ( test )" - -# Tests require 'FileCheck' and 'not' utilities (from llvm) -BDEPEND=" - test? ( - dev-python/psutil[${PYTHON_USEDEP}] - sys-devel/llvm - ) -" - -LLVM_COMPONENTS=( llvm/utils/lit ) -llvm.org_set_globals - -# TODO: move the manpage generation here (from sys-devel/llvm) - -src_prepare() { - cd "${WORKDIR}" || die - distutils-r1_src_prepare -} - -python_test() { - local -x LIT_PRESERVES_TMP=1 - local litflags=$(get_lit_flags) - ./lit.py ${litflags//;/ } tests || die -} diff --git a/dev-python/lit/lit-17.0.0_pre20230512.ebuild b/dev-python/lit/lit-17.0.0_pre20230512.ebuild deleted file mode 100644 index f4b401a77373.. --- a/dev-python/lit/lit-17.0.0_pre20230512.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..11} ) - -inherit distutils-r1 llvm.org - -DESCRIPTION="A stand-alone install of the LLVM suite testing tool" -HOMEPAGE="https://llvm.org/"; - -LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA" -SLOT="0" -KEYWORDS="" -IUSE="test" -RESTRICT="!test? ( test )" - -# Tests require 'FileCheck' and 'not' utilities (from llvm) -BDEPEND=" - test? ( - dev-python/psutil[${PYTHON_USEDEP}] - sys-devel/llvm -
[gentoo-commits] repo/gentoo:master commit in: sys-libs/llvm-libunwind/
commit: fae029b1e4993e52297fbf734a2f5de40c112dd6 Author: Michał Górny gentoo org> AuthorDate: Sat May 27 05:48:27 2023 + Commit: Michał Górny gentoo org> CommitDate: Sat May 27 05:52:01 2023 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fae029b1 sys-libs/llvm-libunwind: Remove old snapshots Signed-off-by: Michał Górny gentoo.org> sys-libs/llvm-libunwind/Manifest | 2 - .../llvm-libunwind-17.0.0_pre20230502.ebuild | 123 - .../llvm-libunwind-17.0.0_pre20230512.ebuild | 123 - 3 files changed, 248 deletions(-) diff --git a/sys-libs/llvm-libunwind/Manifest b/sys-libs/llvm-libunwind/Manifest index 8526c1e2e3e1..03db32342aab 100644 --- a/sys-libs/llvm-libunwind/Manifest +++ b/sys-libs/llvm-libunwind/Manifest @@ -6,6 +6,4 @@ DIST llvm-project-16.0.3.src.tar.xz 117998136 BLAKE2B 6117586a117c30515e9a5623ab DIST llvm-project-16.0.3.src.tar.xz.sig 566 BLAKE2B bbd96268b006fecffd7402452ae7559bd2ea42c7b771999f58893a48d66b1b056b476a7022c70e2ab8f11dba8318ccc141f97a05ece3b9ed3b4405a6890b0c3a SHA512 cdd5e1c2a252ba58f9b7f8687d6cf9a330c188988707bd72f4632a8158a2db9ac180b3936da99b87e7e99886c39cb8517ebbb04b7d1be198e76964e31ec8dc58 DIST llvm-project-16.0.4.src.tar.xz 117996332 BLAKE2B 2ea3ef25290ce6180d271e42fbf5e02da973a21e3929c1ac8d1e3e7b268d39db97611e15654ca7e6527add24542d0eed0ee2b1b9d85dfd0ba661e55356bac5d3 SHA512 860bcb999005f55bed25691304983d7bf707f8e3246000595b412b9e88f4a1614be0adb43bbff9c30f49b969373fa0becab02a56ac37915a5f83c52ca8ea3f95 DIST llvm-project-16.0.4.src.tar.xz.sig 566 BLAKE2B 43cb2147f12f98f864797158e8efcfed9c6780fae3b5c71c0f1aea19a4131ee91c36bdf5b10e44f478f2370c8d22a9038038ecd607f25a95f2d3e33628eb9ac0 SHA512 c902d1b652e6e144fcf74f550539f56665475b6bdf673ba5bf2f1731c3bb8f5717ed56433d488c54bbf2f429b432da84e0bfb4b5fb5f2b7fa208b4f24f682be7 -DIST llvm-project-52882de0e641487329c9e093a90ea3dad01842c8.tar.gz 182953335 BLAKE2B 98682729992d73202e35b540d5d0d87e2acf44e4ab6896a0b6f9ac4a7423f55ad370ae1d7e919a6c86dc7f138a66890ac89b852b03305612d248ab567833f8be SHA512 3685aff0f648e9b477e1e01edebe4799498c21587e2ed5577e2fdef98bb21ea215e206606a11692fbb93a0989fd59fd324faff2c4d97b7afca0851b53f123f05 -DIST llvm-project-7d436d56b60b36508b94e39d08761f1405a9c770.tar.gz 183363091 BLAKE2B e0d3520814b3455e33107715697f00d653ad46bb8d8200caf42c42743520f389217ea2e57449bbc2e98126b602b2aa344e4125e4b1f92152f7957a11a9b9a150 SHA512 65a8e30702217e5e1309efe3daeda5115eeb2e8d25238db1fa4e8dcfc729d75655a10b3394f2f70b7e7efb8ea33a31b6e2482065cc81805023101da00584a81e DIST llvm-project-abbb22cc0c9c33dedb8d53c2bd3e703f92baace7.tar.gz 183193919 BLAKE2B 75c63d39918f7ec0faca0b1d03ba17dbd7d39a6f1d3a031dcb005ae1729933d8481f0bd745ec029ab21779525b2ddaf2989eaca2aed2b0e9b60c50ef71c7fc11 SHA512 f0c1b6fe2e087db202d32de05613b7570bd9a82dfef2e464014c9d4c9ba02c20d423cb783aa40ce5e9c9e074288efb2e5b6d70d55913bd285108e747400f55e7 diff --git a/sys-libs/llvm-libunwind/llvm-libunwind-17.0.0_pre20230502.ebuild b/sys-libs/llvm-libunwind/llvm-libunwind-17.0.0_pre20230502.ebuild deleted file mode 100644 index 51cf06f1cda3.. --- a/sys-libs/llvm-libunwind/llvm-libunwind-17.0.0_pre20230502.ebuild +++ /dev/null @@ -1,123 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{9..11} ) -inherit cmake-multilib flag-o-matic llvm llvm.org python-any-r1 \ - toolchain-funcs - -DESCRIPTION="C++ runtime stack unwinder from LLVM" -HOMEPAGE="https://llvm.org/docs/ExceptionHandling.html"; - -LICENSE="Apache-2.0-with-LLVM-exceptions || ( UoI-NCSA MIT )" -SLOT="0" -KEYWORDS="" -IUSE="+clang +debug static-libs test" -REQUIRED_USE="test? ( clang )" -RESTRICT="!test? ( test )" - -RDEPEND=" - !sys-libs/libunwind -" -DEPEND=" - sys-devel/llvm:${LLVM_MAJOR} -" -BDEPEND=" - clang? ( - sys-devel/clang:${LLVM_MAJOR} - ) - !test? ( - ${PYTHON_DEPS} - ) - test? ( - $(python_gen_any_dep 'dev-python/lit[${PYTHON_USEDEP}]') - ) -" - -LLVM_COMPONENTS=( runtimes libunwind libcxx llvm/cmake cmake ) -LLVM_TEST_COMPONENTS=( libcxxabi llvm/utils/llvm-lit ) -llvm.org_set_globals - -python_check_deps() { - use test || return 0 - python_has_version "dev-python/lit[${PYTHON_USEDEP}]" -} - -pkg_setup() { - LLVM_MAX_SLOT=${LLVM_MAJOR} llvm_pkg_setup - python-any-r1_pkg_setup -} - -multilib_src_configure() { - local libdir=$(get_libdir) - - # https://github.com/llvm/llvm-project/issues/56825 - # also separately bug #863917 - filter-lto - - if use clang; then - local -x CC=${CHOST}-clang - local -x CXX=${CHOST}-clang++ - strip-unsupported-flags - fi - - # link to compiler-rt - # https://github.com/gentoo/gentoo/pull/21516 - local use_compiler_rt=OFF - [[
[gentoo-commits] repo/gentoo:master commit in: sys-devel/llvm/
commit: 1415dc817624ea19a1688d83e43f239f17bddac0 Author: Michał Górny gentoo org> AuthorDate: Sat May 27 05:48:40 2023 + Commit: Michał Górny gentoo org> CommitDate: Sat May 27 05:52:11 2023 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1415dc81 sys-devel/llvm: Remove old snapshots Signed-off-by: Michał Górny gentoo.org> sys-devel/llvm/Manifest | 2 - sys-devel/llvm/llvm-17.0.0_pre20230502.ebuild | 534 -- sys-devel/llvm/llvm-17.0.0_pre20230512.ebuild | 534 -- 3 files changed, 1070 deletions(-) diff --git a/sys-devel/llvm/Manifest b/sys-devel/llvm/Manifest index e08bf1b6df9a..db97f90d9471 100644 --- a/sys-devel/llvm/Manifest +++ b/sys-devel/llvm/Manifest @@ -14,6 +14,4 @@ DIST llvm-project-16.0.3.src.tar.xz 117998136 BLAKE2B 6117586a117c30515e9a5623ab DIST llvm-project-16.0.3.src.tar.xz.sig 566 BLAKE2B bbd96268b006fecffd7402452ae7559bd2ea42c7b771999f58893a48d66b1b056b476a7022c70e2ab8f11dba8318ccc141f97a05ece3b9ed3b4405a6890b0c3a SHA512 cdd5e1c2a252ba58f9b7f8687d6cf9a330c188988707bd72f4632a8158a2db9ac180b3936da99b87e7e99886c39cb8517ebbb04b7d1be198e76964e31ec8dc58 DIST llvm-project-16.0.4.src.tar.xz 117996332 BLAKE2B 2ea3ef25290ce6180d271e42fbf5e02da973a21e3929c1ac8d1e3e7b268d39db97611e15654ca7e6527add24542d0eed0ee2b1b9d85dfd0ba661e55356bac5d3 SHA512 860bcb999005f55bed25691304983d7bf707f8e3246000595b412b9e88f4a1614be0adb43bbff9c30f49b969373fa0becab02a56ac37915a5f83c52ca8ea3f95 DIST llvm-project-16.0.4.src.tar.xz.sig 566 BLAKE2B 43cb2147f12f98f864797158e8efcfed9c6780fae3b5c71c0f1aea19a4131ee91c36bdf5b10e44f478f2370c8d22a9038038ecd607f25a95f2d3e33628eb9ac0 SHA512 c902d1b652e6e144fcf74f550539f56665475b6bdf673ba5bf2f1731c3bb8f5717ed56433d488c54bbf2f429b432da84e0bfb4b5fb5f2b7fa208b4f24f682be7 -DIST llvm-project-52882de0e641487329c9e093a90ea3dad01842c8.tar.gz 182953335 BLAKE2B 98682729992d73202e35b540d5d0d87e2acf44e4ab6896a0b6f9ac4a7423f55ad370ae1d7e919a6c86dc7f138a66890ac89b852b03305612d248ab567833f8be SHA512 3685aff0f648e9b477e1e01edebe4799498c21587e2ed5577e2fdef98bb21ea215e206606a11692fbb93a0989fd59fd324faff2c4d97b7afca0851b53f123f05 -DIST llvm-project-7d436d56b60b36508b94e39d08761f1405a9c770.tar.gz 183363091 BLAKE2B e0d3520814b3455e33107715697f00d653ad46bb8d8200caf42c42743520f389217ea2e57449bbc2e98126b602b2aa344e4125e4b1f92152f7957a11a9b9a150 SHA512 65a8e30702217e5e1309efe3daeda5115eeb2e8d25238db1fa4e8dcfc729d75655a10b3394f2f70b7e7efb8ea33a31b6e2482065cc81805023101da00584a81e DIST llvm-project-abbb22cc0c9c33dedb8d53c2bd3e703f92baace7.tar.gz 183193919 BLAKE2B 75c63d39918f7ec0faca0b1d03ba17dbd7d39a6f1d3a031dcb005ae1729933d8481f0bd745ec029ab21779525b2ddaf2989eaca2aed2b0e9b60c50ef71c7fc11 SHA512 f0c1b6fe2e087db202d32de05613b7570bd9a82dfef2e464014c9d4c9ba02c20d423cb783aa40ce5e9c9e074288efb2e5b6d70d55913bd285108e747400f55e7 diff --git a/sys-devel/llvm/llvm-17.0.0_pre20230502.ebuild b/sys-devel/llvm/llvm-17.0.0_pre20230502.ebuild deleted file mode 100644 index 1ae16d3ef49a.. --- a/sys-devel/llvm/llvm-17.0.0_pre20230502.ebuild +++ /dev/null @@ -1,534 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{9..11} ) -inherit cmake llvm.org multilib-minimal pax-utils python-any-r1 \ - toolchain-funcs flag-o-matic - -DESCRIPTION="Low Level Virtual Machine" -HOMEPAGE="https://llvm.org/"; - -# Additional licenses: -# 1. OpenBSD regex: Henry Spencer's license ('rc' in Gentoo) + BSD. -# 2. xxhash: BSD. -# 3. MD5 code: public-domain. -# 4. ConvertUTF.h: TODO. - -LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA BSD public-domain rc" -SLOT="${LLVM_MAJOR}/${LLVM_SOABI}" -KEYWORDS="" -IUSE=" - +binutils-plugin +debug debuginfod doc exegesis libedit +libffi - ncurses test xar xml z3 zstd -" -RESTRICT="!test? ( test )" - -RDEPEND=" - sys-libs/zlib:0=[${MULTILIB_USEDEP}] - debuginfod? ( - net-misc/curl:= - dev-cpp/cpp-httplib:= - ) - exegesis? ( dev-libs/libpfm:= ) - libedit? ( dev-libs/libedit:0=[${MULTILIB_USEDEP}] ) - libffi? ( >=dev-libs/libffi-3.0.13-r1:0=[${MULTILIB_USEDEP}] ) - ncurses? ( >=sys-libs/ncurses-5.9-r3:0=[${MULTILIB_USEDEP}] ) - xar? ( app-arch/xar ) - xml? ( dev-libs/libxml2:2=[${MULTILIB_USEDEP}] ) - z3? ( >=sci-mathematics/z3-4.7.1:0=[${MULTILIB_USEDEP}] ) - zstd? ( app-arch/zstd:=[${MULTILIB_USEDEP}] ) -" -DEPEND=" - ${RDEPEND} - binutils-plugin? ( sys-libs/binutils-libs ) -" -BDEPEND=" - ${PYTHON_DEPS} - dev-lang/perl - >=dev-util/cmake-3.16 - sys-devel/gnuconfig - kernel_Darwin? ( - =sys-devel/binutils-apple-5.1 - ) - doc? ( $(python_gen_any_dep ' - dev-python/recommonmark[${PYTHON_USEDEP}] - dev-python/sphinx[${PYTHON_USEDEP}] - ') ) -
[gentoo-commits] repo/gentoo:master commit in: eclass/
commit: 9ef377360950d138c2dd53118c92c22a50f2de03 Author: Michał Górny gentoo org> AuthorDate: Sat May 27 05:48:51 2023 + Commit: Michał Górny gentoo org> CommitDate: Sat May 27 05:52:13 2023 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ef37736 llvm.org.eclass: Remove old snapshots Signed-off-by: Michał Górny gentoo.org> eclass/llvm.org.eclass | 6 -- 1 file changed, 6 deletions(-) diff --git a/eclass/llvm.org.eclass b/eclass/llvm.org.eclass index 9b44d7f42f39..b5963705eb82 100644 --- a/eclass/llvm.org.eclass +++ b/eclass/llvm.org.eclass @@ -75,12 +75,6 @@ if [[ -z ${_LLVM_SOURCE_TYPE+1} ]]; then 17.0.0_pre20230520) EGIT_COMMIT=abbb22cc0c9c33dedb8d53c2bd3e703f92baace7 ;; - 17.0.0_pre20230512) - EGIT_COMMIT=7d436d56b60b36508b94e39d08761f1405a9c770 - ;; - 17.0.0_pre20230502) - EGIT_COMMIT=52882de0e641487329c9e093a90ea3dad01842c8 - ;; *) die "Unknown snapshot: ${PV}" ;;
[gentoo-commits] repo/gentoo:master commit in: sys-devel/clang/
commit: 3a68733d3052e3ea19c82e901e768c6bc8672819 Author: Michał Górny gentoo org> AuthorDate: Sat May 27 05:48:36 2023 + Commit: Michał Górny gentoo org> CommitDate: Sat May 27 05:52:08 2023 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a68733d sys-devel/clang: Remove old snapshots Signed-off-by: Michał Górny gentoo.org> sys-devel/clang/Manifest| 2 - sys-devel/clang/clang-17.0.0_pre20230502.ebuild | 481 sys-devel/clang/clang-17.0.0_pre20230512.ebuild | 481 3 files changed, 964 deletions(-) diff --git a/sys-devel/clang/Manifest b/sys-devel/clang/Manifest index e08bf1b6df9a..db97f90d9471 100644 --- a/sys-devel/clang/Manifest +++ b/sys-devel/clang/Manifest @@ -14,6 +14,4 @@ DIST llvm-project-16.0.3.src.tar.xz 117998136 BLAKE2B 6117586a117c30515e9a5623ab DIST llvm-project-16.0.3.src.tar.xz.sig 566 BLAKE2B bbd96268b006fecffd7402452ae7559bd2ea42c7b771999f58893a48d66b1b056b476a7022c70e2ab8f11dba8318ccc141f97a05ece3b9ed3b4405a6890b0c3a SHA512 cdd5e1c2a252ba58f9b7f8687d6cf9a330c188988707bd72f4632a8158a2db9ac180b3936da99b87e7e99886c39cb8517ebbb04b7d1be198e76964e31ec8dc58 DIST llvm-project-16.0.4.src.tar.xz 117996332 BLAKE2B 2ea3ef25290ce6180d271e42fbf5e02da973a21e3929c1ac8d1e3e7b268d39db97611e15654ca7e6527add24542d0eed0ee2b1b9d85dfd0ba661e55356bac5d3 SHA512 860bcb999005f55bed25691304983d7bf707f8e3246000595b412b9e88f4a1614be0adb43bbff9c30f49b969373fa0becab02a56ac37915a5f83c52ca8ea3f95 DIST llvm-project-16.0.4.src.tar.xz.sig 566 BLAKE2B 43cb2147f12f98f864797158e8efcfed9c6780fae3b5c71c0f1aea19a4131ee91c36bdf5b10e44f478f2370c8d22a9038038ecd607f25a95f2d3e33628eb9ac0 SHA512 c902d1b652e6e144fcf74f550539f56665475b6bdf673ba5bf2f1731c3bb8f5717ed56433d488c54bbf2f429b432da84e0bfb4b5fb5f2b7fa208b4f24f682be7 -DIST llvm-project-52882de0e641487329c9e093a90ea3dad01842c8.tar.gz 182953335 BLAKE2B 98682729992d73202e35b540d5d0d87e2acf44e4ab6896a0b6f9ac4a7423f55ad370ae1d7e919a6c86dc7f138a66890ac89b852b03305612d248ab567833f8be SHA512 3685aff0f648e9b477e1e01edebe4799498c21587e2ed5577e2fdef98bb21ea215e206606a11692fbb93a0989fd59fd324faff2c4d97b7afca0851b53f123f05 -DIST llvm-project-7d436d56b60b36508b94e39d08761f1405a9c770.tar.gz 183363091 BLAKE2B e0d3520814b3455e33107715697f00d653ad46bb8d8200caf42c42743520f389217ea2e57449bbc2e98126b602b2aa344e4125e4b1f92152f7957a11a9b9a150 SHA512 65a8e30702217e5e1309efe3daeda5115eeb2e8d25238db1fa4e8dcfc729d75655a10b3394f2f70b7e7efb8ea33a31b6e2482065cc81805023101da00584a81e DIST llvm-project-abbb22cc0c9c33dedb8d53c2bd3e703f92baace7.tar.gz 183193919 BLAKE2B 75c63d39918f7ec0faca0b1d03ba17dbd7d39a6f1d3a031dcb005ae1729933d8481f0bd745ec029ab21779525b2ddaf2989eaca2aed2b0e9b60c50ef71c7fc11 SHA512 f0c1b6fe2e087db202d32de05613b7570bd9a82dfef2e464014c9d4c9ba02c20d423cb783aa40ce5e9c9e074288efb2e5b6d70d55913bd285108e747400f55e7 diff --git a/sys-devel/clang/clang-17.0.0_pre20230502.ebuild b/sys-devel/clang/clang-17.0.0_pre20230502.ebuild deleted file mode 100644 index 2813c02d3a12.. --- a/sys-devel/clang/clang-17.0.0_pre20230502.ebuild +++ /dev/null @@ -1,481 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{9..11} ) -inherit cmake llvm llvm.org multilib multilib-minimal \ - prefix python-single-r1 toolchain-funcs flag-o-matic - -DESCRIPTION="C language family frontend for LLVM" -HOMEPAGE="https://llvm.org/"; - -# MSVCSetupApi.h: MIT -# sorttable.js: MIT - -LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA MIT" -SLOT="${LLVM_MAJOR}/${LLVM_SOABI}" -KEYWORDS="" -IUSE="+debug doc +extra ieee-long-double +pie +static-analyzer test xml" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" -RESTRICT="!test? ( test )" - -DEPEND=" - ~sys-devel/llvm-${PV}:${LLVM_MAJOR}=[debug=,${MULTILIB_USEDEP}] - static-analyzer? ( dev-lang/perl:* ) - xml? ( dev-libs/libxml2:2=[${MULTILIB_USEDEP}] ) -" - -RDEPEND=" - ${PYTHON_DEPS} - ${DEPEND} - >=sys-devel/clang-common-${PV} -" -BDEPEND=" - ${PYTHON_DEPS} - >=dev-util/cmake-3.16 - doc? ( $(python_gen_cond_dep ' - dev-python/recommonmark[${PYTHON_USEDEP}] - dev-python/sphinx[${PYTHON_USEDEP}] - ') ) - xml? ( virtual/pkgconfig ) -" -PDEPEND=" - ~sys-devel/clang-runtime-${PV} - sys-devel/clang-toolchain-symlinks:${LLVM_MAJOR} -" - -LLVM_COMPONENTS=( - clang clang-tools-extra cmake - llvm/lib/Transforms/Hello -) -LLVM_MANPAGES=1 -LLVM_TEST_COMPONENTS=( - llvm/utils -) -LLVM_USE_TARGETS=llvm -llvm.org_set_globals - -# Multilib notes: -# 1. ABI_* flags control ABIs libclang* is built for only. -# 2. clang is always capable of compiling code for all ABIs for enabled -#target. However, you will need appropriate crt* files (installed -#e.g. by sys-devel/gcc and sys-libs/glibc). -# 3. ${CHOST}-clang wrappers are al
[gentoo-commits] repo/gentoo:master commit in: sys-devel/clang-common/
commit: 7719546c77567b01796236b387fe823128ffaba3 Author: Michał Górny gentoo org> AuthorDate: Sat May 27 05:48:37 2023 + Commit: Michał Górny gentoo org> CommitDate: Sat May 27 05:52:09 2023 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7719546c sys-devel/clang-common: Remove old snapshots Signed-off-by: Michał Górny gentoo.org> sys-devel/clang-common/Manifest| 2 - .../clang-common-17.0.0_pre20230502.ebuild | 190 - .../clang-common-17.0.0_pre20230512.ebuild | 190 - 3 files changed, 382 deletions(-) diff --git a/sys-devel/clang-common/Manifest b/sys-devel/clang-common/Manifest index 8526c1e2e3e1..03db32342aab 100644 --- a/sys-devel/clang-common/Manifest +++ b/sys-devel/clang-common/Manifest @@ -6,6 +6,4 @@ DIST llvm-project-16.0.3.src.tar.xz 117998136 BLAKE2B 6117586a117c30515e9a5623ab DIST llvm-project-16.0.3.src.tar.xz.sig 566 BLAKE2B bbd96268b006fecffd7402452ae7559bd2ea42c7b771999f58893a48d66b1b056b476a7022c70e2ab8f11dba8318ccc141f97a05ece3b9ed3b4405a6890b0c3a SHA512 cdd5e1c2a252ba58f9b7f8687d6cf9a330c188988707bd72f4632a8158a2db9ac180b3936da99b87e7e99886c39cb8517ebbb04b7d1be198e76964e31ec8dc58 DIST llvm-project-16.0.4.src.tar.xz 117996332 BLAKE2B 2ea3ef25290ce6180d271e42fbf5e02da973a21e3929c1ac8d1e3e7b268d39db97611e15654ca7e6527add24542d0eed0ee2b1b9d85dfd0ba661e55356bac5d3 SHA512 860bcb999005f55bed25691304983d7bf707f8e3246000595b412b9e88f4a1614be0adb43bbff9c30f49b969373fa0becab02a56ac37915a5f83c52ca8ea3f95 DIST llvm-project-16.0.4.src.tar.xz.sig 566 BLAKE2B 43cb2147f12f98f864797158e8efcfed9c6780fae3b5c71c0f1aea19a4131ee91c36bdf5b10e44f478f2370c8d22a9038038ecd607f25a95f2d3e33628eb9ac0 SHA512 c902d1b652e6e144fcf74f550539f56665475b6bdf673ba5bf2f1731c3bb8f5717ed56433d488c54bbf2f429b432da84e0bfb4b5fb5f2b7fa208b4f24f682be7 -DIST llvm-project-52882de0e641487329c9e093a90ea3dad01842c8.tar.gz 182953335 BLAKE2B 98682729992d73202e35b540d5d0d87e2acf44e4ab6896a0b6f9ac4a7423f55ad370ae1d7e919a6c86dc7f138a66890ac89b852b03305612d248ab567833f8be SHA512 3685aff0f648e9b477e1e01edebe4799498c21587e2ed5577e2fdef98bb21ea215e206606a11692fbb93a0989fd59fd324faff2c4d97b7afca0851b53f123f05 -DIST llvm-project-7d436d56b60b36508b94e39d08761f1405a9c770.tar.gz 183363091 BLAKE2B e0d3520814b3455e33107715697f00d653ad46bb8d8200caf42c42743520f389217ea2e57449bbc2e98126b602b2aa344e4125e4b1f92152f7957a11a9b9a150 SHA512 65a8e30702217e5e1309efe3daeda5115eeb2e8d25238db1fa4e8dcfc729d75655a10b3394f2f70b7e7efb8ea33a31b6e2482065cc81805023101da00584a81e DIST llvm-project-abbb22cc0c9c33dedb8d53c2bd3e703f92baace7.tar.gz 183193919 BLAKE2B 75c63d39918f7ec0faca0b1d03ba17dbd7d39a6f1d3a031dcb005ae1729933d8481f0bd745ec029ab21779525b2ddaf2989eaca2aed2b0e9b60c50ef71c7fc11 SHA512 f0c1b6fe2e087db202d32de05613b7570bd9a82dfef2e464014c9d4c9ba02c20d423cb783aa40ce5e9c9e074288efb2e5b6d70d55913bd285108e747400f55e7 diff --git a/sys-devel/clang-common/clang-common-17.0.0_pre20230502.ebuild b/sys-devel/clang-common/clang-common-17.0.0_pre20230502.ebuild deleted file mode 100644 index 51e0f70c6470.. --- a/sys-devel/clang-common/clang-common-17.0.0_pre20230502.ebuild +++ /dev/null @@ -1,190 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit bash-completion-r1 llvm.org - -DESCRIPTION="Common files shared between multiple slots of clang" -HOMEPAGE="https://llvm.org/"; - -LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA" -SLOT="0" -KEYWORDS="" -IUSE=" - default-compiler-rt default-libcxx default-lld llvm-libunwind - hardened stricter -" - -PDEPEND=" - sys-devel/clang:* - default-compiler-rt? ( - sys-devel/clang-runtime[compiler-rt] - llvm-libunwind? ( sys-libs/llvm-libunwind[static-libs] ) - !llvm-libunwind? ( sys-libs/libunwind[static-libs] ) - ) - !default-compiler-rt? ( sys-devel/gcc ) - default-libcxx? ( >=sys-libs/libcxx-${PV} ) - !default-libcxx? ( sys-devel/gcc ) - default-lld? ( sys-devel/lld ) - !default-lld? ( sys-devel/binutils ) -" -IDEPEND=" - !default-compiler-rt? ( sys-devel/gcc-config ) - !default-libcxx? ( sys-devel/gcc-config ) -" - -LLVM_COMPONENTS=( clang/utils ) -llvm.org_set_globals - -pkg_pretend() { - [[ ${CLANG_IGNORE_DEFAULT_RUNTIMES} ]] && return - - local flag missing_flags=() - for flag in default-{compiler-rt,libcxx,lld}; do - if ! use "${flag}" && has_version "sys-devel/clang[${flag}]"; then - missing_flags+=( "${flag}" ) - fi - done - - if [[ ${missing_flags[@]} ]]; then - eerror "It seems that you have the following flags set on sys-devel/clang:" - eerror - eerror " ${missing_flags[*]}" - eerror - eerror "The default runtimes are now
[gentoo-commits] repo/gentoo:master commit in: dev-util/lldb/
commit: bbb3d5992110d32679e3158666fbb55c1afa99d8 Author: Michał Górny gentoo org> AuthorDate: Sat May 27 05:48:30 2023 + Commit: Michał Górny gentoo org> CommitDate: Sat May 27 05:52:04 2023 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbb3d599 dev-util/lldb: Remove old snapshots Signed-off-by: Michał Górny gentoo.org> dev-util/lldb/Manifest | 2 - dev-util/lldb/lldb-17.0.0_pre20230502.ebuild | 114 --- dev-util/lldb/lldb-17.0.0_pre20230512.ebuild | 114 --- 3 files changed, 230 deletions(-) diff --git a/dev-util/lldb/Manifest b/dev-util/lldb/Manifest index 8526c1e2e3e1..03db32342aab 100644 --- a/dev-util/lldb/Manifest +++ b/dev-util/lldb/Manifest @@ -6,6 +6,4 @@ DIST llvm-project-16.0.3.src.tar.xz 117998136 BLAKE2B 6117586a117c30515e9a5623ab DIST llvm-project-16.0.3.src.tar.xz.sig 566 BLAKE2B bbd96268b006fecffd7402452ae7559bd2ea42c7b771999f58893a48d66b1b056b476a7022c70e2ab8f11dba8318ccc141f97a05ece3b9ed3b4405a6890b0c3a SHA512 cdd5e1c2a252ba58f9b7f8687d6cf9a330c188988707bd72f4632a8158a2db9ac180b3936da99b87e7e99886c39cb8517ebbb04b7d1be198e76964e31ec8dc58 DIST llvm-project-16.0.4.src.tar.xz 117996332 BLAKE2B 2ea3ef25290ce6180d271e42fbf5e02da973a21e3929c1ac8d1e3e7b268d39db97611e15654ca7e6527add24542d0eed0ee2b1b9d85dfd0ba661e55356bac5d3 SHA512 860bcb999005f55bed25691304983d7bf707f8e3246000595b412b9e88f4a1614be0adb43bbff9c30f49b969373fa0becab02a56ac37915a5f83c52ca8ea3f95 DIST llvm-project-16.0.4.src.tar.xz.sig 566 BLAKE2B 43cb2147f12f98f864797158e8efcfed9c6780fae3b5c71c0f1aea19a4131ee91c36bdf5b10e44f478f2370c8d22a9038038ecd607f25a95f2d3e33628eb9ac0 SHA512 c902d1b652e6e144fcf74f550539f56665475b6bdf673ba5bf2f1731c3bb8f5717ed56433d488c54bbf2f429b432da84e0bfb4b5fb5f2b7fa208b4f24f682be7 -DIST llvm-project-52882de0e641487329c9e093a90ea3dad01842c8.tar.gz 182953335 BLAKE2B 98682729992d73202e35b540d5d0d87e2acf44e4ab6896a0b6f9ac4a7423f55ad370ae1d7e919a6c86dc7f138a66890ac89b852b03305612d248ab567833f8be SHA512 3685aff0f648e9b477e1e01edebe4799498c21587e2ed5577e2fdef98bb21ea215e206606a11692fbb93a0989fd59fd324faff2c4d97b7afca0851b53f123f05 -DIST llvm-project-7d436d56b60b36508b94e39d08761f1405a9c770.tar.gz 183363091 BLAKE2B e0d3520814b3455e33107715697f00d653ad46bb8d8200caf42c42743520f389217ea2e57449bbc2e98126b602b2aa344e4125e4b1f92152f7957a11a9b9a150 SHA512 65a8e30702217e5e1309efe3daeda5115eeb2e8d25238db1fa4e8dcfc729d75655a10b3394f2f70b7e7efb8ea33a31b6e2482065cc81805023101da00584a81e DIST llvm-project-abbb22cc0c9c33dedb8d53c2bd3e703f92baace7.tar.gz 183193919 BLAKE2B 75c63d39918f7ec0faca0b1d03ba17dbd7d39a6f1d3a031dcb005ae1729933d8481f0bd745ec029ab21779525b2ddaf2989eaca2aed2b0e9b60c50ef71c7fc11 SHA512 f0c1b6fe2e087db202d32de05613b7570bd9a82dfef2e464014c9d4c9ba02c20d423cb783aa40ce5e9c9e074288efb2e5b6d70d55913bd285108e747400f55e7 diff --git a/dev-util/lldb/lldb-17.0.0_pre20230502.ebuild b/dev-util/lldb/lldb-17.0.0_pre20230502.ebuild deleted file mode 100644 index bc7ef862dfa0.. --- a/dev-util/lldb/lldb-17.0.0_pre20230502.ebuild +++ /dev/null @@ -1,114 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{9..11} ) -inherit cmake llvm llvm.org python-single-r1 - -DESCRIPTION="The LLVM debugger" -HOMEPAGE="https://llvm.org/"; - -LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA" -SLOT="0/${LLVM_SOABI}" -KEYWORDS="" -IUSE="+debug +libedit lzma ncurses +python test +xml" -RESTRICT="test" -REQUIRED_USE=${PYTHON_REQUIRED_USE} - -DEPEND=" - libedit? ( dev-libs/libedit:0= ) - lzma? ( app-arch/xz-utils:= ) - ncurses? ( >=sys-libs/ncurses-5.9-r3:0= ) - xml? ( dev-libs/libxml2:= ) - ~sys-devel/clang-${PV} - ~sys-devel/llvm-${PV} -" -RDEPEND=" - ${DEPEND} - python? ( - $(python_gen_cond_dep ' - dev-python/six[${PYTHON_USEDEP}] - ') - ${PYTHON_DEPS} - ) -" -BDEPEND=" - ${PYTHON_DEPS} - >=dev-util/cmake-3.16 - python? ( - >=dev-lang/swig-3.0.11 - $(python_gen_cond_dep ' - dev-python/six[${PYTHON_USEDEP}] - ') - ) - test? ( - $(python_gen_cond_dep " - ~dev-python/lit-${PV}[\${PYTHON_USEDEP}] - dev-python/psutil[\${PYTHON_USEDEP}] - ") - sys-devel/lld - ) -" - -LLVM_COMPONENTS=( lldb cmake llvm/utils ) -LLVM_TEST_COMPONENTS=( llvm/lib/Testing/Support third-party ) -llvm.org_set_globals - -pkg_setup() { - LLVM_MAX_SLOT=${LLVM_MAJOR} llvm_pkg_setup - python-single-r1_pkg_setup -} - -src_configure() { - # LLVM_ENABLE_ASSERTIONS=NO does not guarantee this for us, #614844 - use debug || local -x CPPFLAGS="${CPPFLAGS} -DNDEBUG" - - local mycmakeargs=( - -
[gentoo-commits] repo/gentoo:master commit in: sys-libs/compiler-rt-sanitizers/
commit: 3ec9ff9682ffb4c344e8765828e119c50d93b33b Author: Michał Górny gentoo org> AuthorDate: Sat May 27 05:48:28 2023 + Commit: Michał Górny gentoo org> CommitDate: Sat May 27 05:52:02 2023 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ec9ff96 sys-libs/compiler-rt-sanitizers: Remove old snapshots Signed-off-by: Michał Górny gentoo.org> sys-libs/compiler-rt-sanitizers/Manifest | 2 - ...ompiler-rt-sanitizers-17.0.0_pre20230502.ebuild | 216 - ...ompiler-rt-sanitizers-17.0.0_pre20230512.ebuild | 216 - 3 files changed, 434 deletions(-) diff --git a/sys-libs/compiler-rt-sanitizers/Manifest b/sys-libs/compiler-rt-sanitizers/Manifest index 27d4c5e376d8..9d9fed6d66d8 100644 --- a/sys-libs/compiler-rt-sanitizers/Manifest +++ b/sys-libs/compiler-rt-sanitizers/Manifest @@ -8,6 +8,4 @@ DIST llvm-project-16.0.3.src.tar.xz 117998136 BLAKE2B 6117586a117c30515e9a5623ab DIST llvm-project-16.0.3.src.tar.xz.sig 566 BLAKE2B bbd96268b006fecffd7402452ae7559bd2ea42c7b771999f58893a48d66b1b056b476a7022c70e2ab8f11dba8318ccc141f97a05ece3b9ed3b4405a6890b0c3a SHA512 cdd5e1c2a252ba58f9b7f8687d6cf9a330c188988707bd72f4632a8158a2db9ac180b3936da99b87e7e99886c39cb8517ebbb04b7d1be198e76964e31ec8dc58 DIST llvm-project-16.0.4.src.tar.xz 117996332 BLAKE2B 2ea3ef25290ce6180d271e42fbf5e02da973a21e3929c1ac8d1e3e7b268d39db97611e15654ca7e6527add24542d0eed0ee2b1b9d85dfd0ba661e55356bac5d3 SHA512 860bcb999005f55bed25691304983d7bf707f8e3246000595b412b9e88f4a1614be0adb43bbff9c30f49b969373fa0becab02a56ac37915a5f83c52ca8ea3f95 DIST llvm-project-16.0.4.src.tar.xz.sig 566 BLAKE2B 43cb2147f12f98f864797158e8efcfed9c6780fae3b5c71c0f1aea19a4131ee91c36bdf5b10e44f478f2370c8d22a9038038ecd607f25a95f2d3e33628eb9ac0 SHA512 c902d1b652e6e144fcf74f550539f56665475b6bdf673ba5bf2f1731c3bb8f5717ed56433d488c54bbf2f429b432da84e0bfb4b5fb5f2b7fa208b4f24f682be7 -DIST llvm-project-52882de0e641487329c9e093a90ea3dad01842c8.tar.gz 182953335 BLAKE2B 98682729992d73202e35b540d5d0d87e2acf44e4ab6896a0b6f9ac4a7423f55ad370ae1d7e919a6c86dc7f138a66890ac89b852b03305612d248ab567833f8be SHA512 3685aff0f648e9b477e1e01edebe4799498c21587e2ed5577e2fdef98bb21ea215e206606a11692fbb93a0989fd59fd324faff2c4d97b7afca0851b53f123f05 -DIST llvm-project-7d436d56b60b36508b94e39d08761f1405a9c770.tar.gz 183363091 BLAKE2B e0d3520814b3455e33107715697f00d653ad46bb8d8200caf42c42743520f389217ea2e57449bbc2e98126b602b2aa344e4125e4b1f92152f7957a11a9b9a150 SHA512 65a8e30702217e5e1309efe3daeda5115eeb2e8d25238db1fa4e8dcfc729d75655a10b3394f2f70b7e7efb8ea33a31b6e2482065cc81805023101da00584a81e DIST llvm-project-abbb22cc0c9c33dedb8d53c2bd3e703f92baace7.tar.gz 183193919 BLAKE2B 75c63d39918f7ec0faca0b1d03ba17dbd7d39a6f1d3a031dcb005ae1729933d8481f0bd745ec029ab21779525b2ddaf2989eaca2aed2b0e9b60c50ef71c7fc11 SHA512 f0c1b6fe2e087db202d32de05613b7570bd9a82dfef2e464014c9d4c9ba02c20d423cb783aa40ce5e9c9e074288efb2e5b6d70d55913bd285108e747400f55e7 diff --git a/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-17.0.0_pre20230502.ebuild b/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-17.0.0_pre20230502.ebuild deleted file mode 100644 index f3ca3131c8d6.. --- a/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-17.0.0_pre20230502.ebuild +++ /dev/null @@ -1,216 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{9..11} ) -inherit check-reqs cmake flag-o-matic llvm llvm.org python-any-r1 - -DESCRIPTION="Compiler runtime libraries for clang (sanitizers & xray)" -HOMEPAGE="https://llvm.org/"; - -LICENSE="Apache-2.0-with-LLVM-exceptions || ( UoI-NCSA MIT )" -SLOT="${LLVM_MAJOR}" -KEYWORDS="" -IUSE="+abi_x86_32 abi_x86_64 +clang +debug test" -# base targets -IUSE+=" +libfuzzer +memprof +orc +profile +xray" -# sanitizer targets, keep in sync with config-ix.cmake -# NB: ubsan, scudo deliberately match two entries -SANITIZER_FLAGS=( - asan dfsan lsan msan hwasan tsan ubsan safestack cfi scudo - shadowcallstack gwp-asan -) -IUSE+=" ${SANITIZER_FLAGS[@]/#/+}" -REQUIRED_USE=" - || ( ${SANITIZER_FLAGS[*]} libfuzzer orc profile xray ) - test? ( - cfi? ( ubsan ) - gwp-asan? ( scudo ) - ) -" -RESTRICT=" - !clang? ( test ) - !test? ( test ) -" - -DEPEND=" - sys-devel/llvm:${LLVM_MAJOR} - virtual/libcrypt[abi_x86_32(-)?,abi_x86_64(-)?] -" -BDEPEND=" - >=dev-util/cmake-3.16 - clang? ( sys-devel/clang ) - elibc_glibc? ( net-libs/libtirpc ) - test? ( - $(python_gen_any_dep ">=dev-python/lit-15[\${PYTHON_USEDEP}]") - =sys-devel/clang-${LLVM_VERSION}*:${LLVM_MAJOR} - sys-libs/compiler-rt:${LLVM_MAJOR} - ) - !test? ( - ${PYTHON_DEPS} - ) -" - -LLVM_COMPONENTS=( compiler-rt cmake llvm/cmake ) -LLVM_TEST_COMPONENTS=( llvm/lib
[gentoo-commits] repo/gentoo:master commit in: dev-python/clang-python/
commit: f6d07aefbd5e9585cba97c845141a7a32e2884e1 Author: Michał Górny gentoo org> AuthorDate: Sat May 27 05:48:34 2023 + Commit: Michał Górny gentoo org> CommitDate: Sat May 27 05:52:07 2023 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6d07aef dev-python/clang-python: Remove old snapshots Signed-off-by: Michał Górny gentoo.org> dev-python/clang-python/Manifest | 2 - .../clang-python-17.0.0_pre20230502.ebuild | 54 -- .../clang-python-17.0.0_pre20230512.ebuild | 54 -- 3 files changed, 110 deletions(-) diff --git a/dev-python/clang-python/Manifest b/dev-python/clang-python/Manifest index 8526c1e2e3e1..03db32342aab 100644 --- a/dev-python/clang-python/Manifest +++ b/dev-python/clang-python/Manifest @@ -6,6 +6,4 @@ DIST llvm-project-16.0.3.src.tar.xz 117998136 BLAKE2B 6117586a117c30515e9a5623ab DIST llvm-project-16.0.3.src.tar.xz.sig 566 BLAKE2B bbd96268b006fecffd7402452ae7559bd2ea42c7b771999f58893a48d66b1b056b476a7022c70e2ab8f11dba8318ccc141f97a05ece3b9ed3b4405a6890b0c3a SHA512 cdd5e1c2a252ba58f9b7f8687d6cf9a330c188988707bd72f4632a8158a2db9ac180b3936da99b87e7e99886c39cb8517ebbb04b7d1be198e76964e31ec8dc58 DIST llvm-project-16.0.4.src.tar.xz 117996332 BLAKE2B 2ea3ef25290ce6180d271e42fbf5e02da973a21e3929c1ac8d1e3e7b268d39db97611e15654ca7e6527add24542d0eed0ee2b1b9d85dfd0ba661e55356bac5d3 SHA512 860bcb999005f55bed25691304983d7bf707f8e3246000595b412b9e88f4a1614be0adb43bbff9c30f49b969373fa0becab02a56ac37915a5f83c52ca8ea3f95 DIST llvm-project-16.0.4.src.tar.xz.sig 566 BLAKE2B 43cb2147f12f98f864797158e8efcfed9c6780fae3b5c71c0f1aea19a4131ee91c36bdf5b10e44f478f2370c8d22a9038038ecd607f25a95f2d3e33628eb9ac0 SHA512 c902d1b652e6e144fcf74f550539f56665475b6bdf673ba5bf2f1731c3bb8f5717ed56433d488c54bbf2f429b432da84e0bfb4b5fb5f2b7fa208b4f24f682be7 -DIST llvm-project-52882de0e641487329c9e093a90ea3dad01842c8.tar.gz 182953335 BLAKE2B 98682729992d73202e35b540d5d0d87e2acf44e4ab6896a0b6f9ac4a7423f55ad370ae1d7e919a6c86dc7f138a66890ac89b852b03305612d248ab567833f8be SHA512 3685aff0f648e9b477e1e01edebe4799498c21587e2ed5577e2fdef98bb21ea215e206606a11692fbb93a0989fd59fd324faff2c4d97b7afca0851b53f123f05 -DIST llvm-project-7d436d56b60b36508b94e39d08761f1405a9c770.tar.gz 183363091 BLAKE2B e0d3520814b3455e33107715697f00d653ad46bb8d8200caf42c42743520f389217ea2e57449bbc2e98126b602b2aa344e4125e4b1f92152f7957a11a9b9a150 SHA512 65a8e30702217e5e1309efe3daeda5115eeb2e8d25238db1fa4e8dcfc729d75655a10b3394f2f70b7e7efb8ea33a31b6e2482065cc81805023101da00584a81e DIST llvm-project-abbb22cc0c9c33dedb8d53c2bd3e703f92baace7.tar.gz 183193919 BLAKE2B 75c63d39918f7ec0faca0b1d03ba17dbd7d39a6f1d3a031dcb005ae1729933d8481f0bd745ec029ab21779525b2ddaf2989eaca2aed2b0e9b60c50ef71c7fc11 SHA512 f0c1b6fe2e087db202d32de05613b7570bd9a82dfef2e464014c9d4c9ba02c20d423cb783aa40ce5e9c9e074288efb2e5b6d70d55913bd285108e747400f55e7 diff --git a/dev-python/clang-python/clang-python-17.0.0_pre20230502.ebuild b/dev-python/clang-python/clang-python-17.0.0_pre20230502.ebuild deleted file mode 100644 index 5ec556a2ca20.. --- a/dev-python/clang-python/clang-python-17.0.0_pre20230502.ebuild +++ /dev/null @@ -1,54 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{9..11} ) -inherit llvm.org python-r1 - -DESCRIPTION="Python bindings for sys-devel/clang" -HOMEPAGE="https://llvm.org/"; - -LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA" -SLOT="0" -KEYWORDS="" -IUSE="test" -RESTRICT="!test? ( test )" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -# The module is opening libclang.so directly, and doing some blasphemy -# on top of it. -DEPEND=" - >=sys-devel/clang-${PV}:* - !sys-devel/llvm:0[clang(-),python(-)] - !sys-devel/clang:0[python(-)] -" -RDEPEND=" - ${DEPEND} - ${PYTHON_DEPS} -" -BDEPEND=" - ${PYTHON_DEPS} - test? ( - sys-devel/clang:${LLVM_MAJOR} - ) -" - -LLVM_COMPONENTS=( clang/bindings/python ) -llvm.org_set_globals - -python_test() { - # tests rely on results from a specific clang version, so override - # the search path - local -x CLANG_LIBRARY_PATH=${BROOT}/usr/lib/llvm/${LLVM_MAJOR}/$(get_libdir) - local -x CLANG_NO_DEFAULT_CONFIG=1 - "${EPYTHON}" -m unittest discover -v || die "Tests fail with ${EPYTHON}" -} - -src_test() { - python_foreach_impl python_test -} - -src_install() { - python_foreach_impl python_domodule clang -} diff --git a/dev-python/clang-python/clang-python-17.0.0_pre20230512.ebuild b/dev-python/clang-python/clang-python-17.0.0_pre20230512.ebuild deleted file mode 100644 index 5ec556a2ca20.. --- a/dev-python/clang-python/clang-python-17.0.0_pre20230512.ebuild +++ /dev/null @@ -1,54 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public Li
[gentoo-commits] repo/gentoo:master commit in: sys-devel/lld/
commit: 5b4cb81a97940c7d8666dc379ee349e9fe5185c2 Author: Michał Górny gentoo org> AuthorDate: Sat May 27 05:48:32 2023 + Commit: Michał Górny gentoo org> CommitDate: Sat May 27 05:52:05 2023 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b4cb81a sys-devel/lld: Remove old snapshots Signed-off-by: Michał Górny gentoo.org> sys-devel/lld/Manifest | 2 - sys-devel/lld/lld-17.0.0_pre20230502.ebuild | 89 - sys-devel/lld/lld-17.0.0_pre20230512.ebuild | 89 - 3 files changed, 180 deletions(-) diff --git a/sys-devel/lld/Manifest b/sys-devel/lld/Manifest index 8526c1e2e3e1..03db32342aab 100644 --- a/sys-devel/lld/Manifest +++ b/sys-devel/lld/Manifest @@ -6,6 +6,4 @@ DIST llvm-project-16.0.3.src.tar.xz 117998136 BLAKE2B 6117586a117c30515e9a5623ab DIST llvm-project-16.0.3.src.tar.xz.sig 566 BLAKE2B bbd96268b006fecffd7402452ae7559bd2ea42c7b771999f58893a48d66b1b056b476a7022c70e2ab8f11dba8318ccc141f97a05ece3b9ed3b4405a6890b0c3a SHA512 cdd5e1c2a252ba58f9b7f8687d6cf9a330c188988707bd72f4632a8158a2db9ac180b3936da99b87e7e99886c39cb8517ebbb04b7d1be198e76964e31ec8dc58 DIST llvm-project-16.0.4.src.tar.xz 117996332 BLAKE2B 2ea3ef25290ce6180d271e42fbf5e02da973a21e3929c1ac8d1e3e7b268d39db97611e15654ca7e6527add24542d0eed0ee2b1b9d85dfd0ba661e55356bac5d3 SHA512 860bcb999005f55bed25691304983d7bf707f8e3246000595b412b9e88f4a1614be0adb43bbff9c30f49b969373fa0becab02a56ac37915a5f83c52ca8ea3f95 DIST llvm-project-16.0.4.src.tar.xz.sig 566 BLAKE2B 43cb2147f12f98f864797158e8efcfed9c6780fae3b5c71c0f1aea19a4131ee91c36bdf5b10e44f478f2370c8d22a9038038ecd607f25a95f2d3e33628eb9ac0 SHA512 c902d1b652e6e144fcf74f550539f56665475b6bdf673ba5bf2f1731c3bb8f5717ed56433d488c54bbf2f429b432da84e0bfb4b5fb5f2b7fa208b4f24f682be7 -DIST llvm-project-52882de0e641487329c9e093a90ea3dad01842c8.tar.gz 182953335 BLAKE2B 98682729992d73202e35b540d5d0d87e2acf44e4ab6896a0b6f9ac4a7423f55ad370ae1d7e919a6c86dc7f138a66890ac89b852b03305612d248ab567833f8be SHA512 3685aff0f648e9b477e1e01edebe4799498c21587e2ed5577e2fdef98bb21ea215e206606a11692fbb93a0989fd59fd324faff2c4d97b7afca0851b53f123f05 -DIST llvm-project-7d436d56b60b36508b94e39d08761f1405a9c770.tar.gz 183363091 BLAKE2B e0d3520814b3455e33107715697f00d653ad46bb8d8200caf42c42743520f389217ea2e57449bbc2e98126b602b2aa344e4125e4b1f92152f7957a11a9b9a150 SHA512 65a8e30702217e5e1309efe3daeda5115eeb2e8d25238db1fa4e8dcfc729d75655a10b3394f2f70b7e7efb8ea33a31b6e2482065cc81805023101da00584a81e DIST llvm-project-abbb22cc0c9c33dedb8d53c2bd3e703f92baace7.tar.gz 183193919 BLAKE2B 75c63d39918f7ec0faca0b1d03ba17dbd7d39a6f1d3a031dcb005ae1729933d8481f0bd745ec029ab21779525b2ddaf2989eaca2aed2b0e9b60c50ef71c7fc11 SHA512 f0c1b6fe2e087db202d32de05613b7570bd9a82dfef2e464014c9d4c9ba02c20d423cb783aa40ce5e9c9e074288efb2e5b6d70d55913bd285108e747400f55e7 diff --git a/sys-devel/lld/lld-17.0.0_pre20230502.ebuild b/sys-devel/lld/lld-17.0.0_pre20230502.ebuild deleted file mode 100644 index 5d38213eefc3.. --- a/sys-devel/lld/lld-17.0.0_pre20230502.ebuild +++ /dev/null @@ -1,89 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{9..11} ) -inherit cmake flag-o-matic llvm llvm.org python-any-r1 toolchain-funcs - -DESCRIPTION="The LLVM linker (link editor)" -HOMEPAGE="https://llvm.org/"; - -LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA" -SLOT="${LLVM_MAJOR}/${LLVM_SOABI}" -KEYWORDS="" -IUSE="+debug test zstd" -RESTRICT="!test? ( test )" - -DEPEND=" - ~sys-devel/llvm-${PV}[debug=,zstd=] - sys-libs/zlib:= - zstd? ( app-arch/zstd:= ) -" -RDEPEND=" - ${DEPEND} - !sys-devel/lld:0 -" -BDEPEND=" - sys-devel/llvm:${LLVM_MAJOR} - test? ( - >=dev-util/cmake-3.16 - $(python_gen_any_dep ">=dev-python/lit-${PV}[\${PYTHON_USEDEP}]") - ) -" -PDEPEND=" - >=sys-devel/lld-toolchain-symlinks-16-r2:${LLVM_MAJOR} -" - -LLVM_COMPONENTS=( lld cmake libunwind/include/mach-o ) -llvm.org_set_globals - -python_check_deps() { - python_has_version ">=dev-python/lit-${PV}[${PYTHON_USEDEP}]" -} - -pkg_setup() { - LLVM_MAX_SLOT=${LLVM_MAJOR} llvm_pkg_setup - use test && python-any-r1_pkg_setup -} - -src_unpack() { - llvm.org_src_unpack - - # Directory ${WORKDIR}/llvm does not exist with USE="-test", - # but LLVM_MAIN_SRC_DIR="${WORKDIR}/llvm" is set below, - # and ${LLVM_MAIN_SRC_DIR}/../libunwind/include is used by build system - # (lld/MachO/CMakeLists.txt) and is expected to be resolvable - # to existent directory ${WORKDIR}/libunwind/include. - mkdir -p "${WORKDIR}/llvm" || die -} - -src_configure() { - # LLVM_ENABLE_ASSERTIONS=NO does not guarantee this for us, #614844 - use debug || local -x CPPFLAGS="${CPPFLAGS} -DNDEBUG" - - use elibc_musl && append-ldflags -Wl,-z,stac
[gentoo-commits] repo/gentoo:master commit in: sys-devel/clang-runtime/
commit: 8fd31b93db11b8db13929568f667767f4afad67a Author: Michał Górny gentoo org> AuthorDate: Sat May 27 05:48:23 2023 + Commit: Michał Górny gentoo org> CommitDate: Sat May 27 05:51:57 2023 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fd31b93 sys-devel/clang-runtime: Remove old snapshots Signed-off-by: Michał Górny gentoo.org> .../clang-runtime-17.0.0_pre20230502.ebuild| 41 -- .../clang-runtime-17.0.0_pre20230512.ebuild| 41 -- 2 files changed, 82 deletions(-) diff --git a/sys-devel/clang-runtime/clang-runtime-17.0.0_pre20230502.ebuild b/sys-devel/clang-runtime/clang-runtime-17.0.0_pre20230502.ebuild deleted file mode 100644 index 67b42357665e.. --- a/sys-devel/clang-runtime/clang-runtime-17.0.0_pre20230502.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit multilib-build toolchain-funcs - -DESCRIPTION="Meta-ebuild for clang runtime libraries" -HOMEPAGE="https://clang.llvm.org/"; - -LICENSE="metapackage" -SLOT="${PV%%.*}" -KEYWORDS="" -IUSE="+compiler-rt libcxx openmp +sanitize" -REQUIRED_USE="sanitize? ( compiler-rt )" -PROPERTIES="live" - -RDEPEND=" - compiler-rt? ( - ~sys-libs/compiler-rt-${PV}:${SLOT}[abi_x86_32(+)?,abi_x86_64(+)?] - sanitize? ( - ~sys-libs/compiler-rt-sanitizers-${PV}:${SLOT}[abi_x86_32(+)?,abi_x86_64(+)?] - ) - ) - libcxx? ( >=sys-libs/libcxx-${PV}[${MULTILIB_USEDEP}] ) - openmp? ( >=sys-libs/libomp-${PV}[${MULTILIB_USEDEP}] ) -" - -pkg_pretend() { - if tc-is-clang; then - ewarn "You seem to be using clang as a system compiler. As of clang-16," - ewarn "upstream has turned a few warnings that commonly occur during" - ewarn "configure script runs into errors by default. This causes some" - ewarn "configure tests to start failing, sometimes resulting in silent" - ewarn "breakage, missing functionality or runtime misbehavior. It is" - ewarn "not yet clear whether the change will remain or be reverted." - ewarn - ewarn "For more information, please see:" - ewarn "https://discourse.llvm.org/t/configure-script-breakage-with-the-new-werror-implicit-function-declaration/65213"; - fi -} diff --git a/sys-devel/clang-runtime/clang-runtime-17.0.0_pre20230512.ebuild b/sys-devel/clang-runtime/clang-runtime-17.0.0_pre20230512.ebuild deleted file mode 100644 index 67b42357665e.. --- a/sys-devel/clang-runtime/clang-runtime-17.0.0_pre20230512.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit multilib-build toolchain-funcs - -DESCRIPTION="Meta-ebuild for clang runtime libraries" -HOMEPAGE="https://clang.llvm.org/"; - -LICENSE="metapackage" -SLOT="${PV%%.*}" -KEYWORDS="" -IUSE="+compiler-rt libcxx openmp +sanitize" -REQUIRED_USE="sanitize? ( compiler-rt )" -PROPERTIES="live" - -RDEPEND=" - compiler-rt? ( - ~sys-libs/compiler-rt-${PV}:${SLOT}[abi_x86_32(+)?,abi_x86_64(+)?] - sanitize? ( - ~sys-libs/compiler-rt-sanitizers-${PV}:${SLOT}[abi_x86_32(+)?,abi_x86_64(+)?] - ) - ) - libcxx? ( >=sys-libs/libcxx-${PV}[${MULTILIB_USEDEP}] ) - openmp? ( >=sys-libs/libomp-${PV}[${MULTILIB_USEDEP}] ) -" - -pkg_pretend() { - if tc-is-clang; then - ewarn "You seem to be using clang as a system compiler. As of clang-16," - ewarn "upstream has turned a few warnings that commonly occur during" - ewarn "configure script runs into errors by default. This causes some" - ewarn "configure tests to start failing, sometimes resulting in silent" - ewarn "breakage, missing functionality or runtime misbehavior. It is" - ewarn "not yet clear whether the change will remain or be reverted." - ewarn - ewarn "For more information, please see:" - ewarn "https://discourse.llvm.org/t/configure-script-breakage-with-the-new-werror-implicit-function-declaration/65213"; - fi -}
[gentoo-commits] repo/gentoo:master commit in: sys-libs/compiler-rt/
commit: a4eeff18cdb613b3488501b5873e943c27c87891 Author: Michał Górny gentoo org> AuthorDate: Sat May 27 05:48:29 2023 + Commit: Michał Górny gentoo org> CommitDate: Sat May 27 05:52:03 2023 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4eeff18 sys-libs/compiler-rt: Remove old snapshots Signed-off-by: Michał Górny gentoo.org> sys-libs/compiler-rt/Manifest | 2 - .../compiler-rt-17.0.0_pre20230502.ebuild | 149 - .../compiler-rt-17.0.0_pre20230512.ebuild | 149 - 3 files changed, 300 deletions(-) diff --git a/sys-libs/compiler-rt/Manifest b/sys-libs/compiler-rt/Manifest index 8e4a2ceb69cd..ef4bbaa5aade 100644 --- a/sys-libs/compiler-rt/Manifest +++ b/sys-libs/compiler-rt/Manifest @@ -8,6 +8,4 @@ DIST llvm-project-16.0.3.src.tar.xz 117998136 BLAKE2B 6117586a117c30515e9a5623ab DIST llvm-project-16.0.3.src.tar.xz.sig 566 BLAKE2B bbd96268b006fecffd7402452ae7559bd2ea42c7b771999f58893a48d66b1b056b476a7022c70e2ab8f11dba8318ccc141f97a05ece3b9ed3b4405a6890b0c3a SHA512 cdd5e1c2a252ba58f9b7f8687d6cf9a330c188988707bd72f4632a8158a2db9ac180b3936da99b87e7e99886c39cb8517ebbb04b7d1be198e76964e31ec8dc58 DIST llvm-project-16.0.4.src.tar.xz 117996332 BLAKE2B 2ea3ef25290ce6180d271e42fbf5e02da973a21e3929c1ac8d1e3e7b268d39db97611e15654ca7e6527add24542d0eed0ee2b1b9d85dfd0ba661e55356bac5d3 SHA512 860bcb999005f55bed25691304983d7bf707f8e3246000595b412b9e88f4a1614be0adb43bbff9c30f49b969373fa0becab02a56ac37915a5f83c52ca8ea3f95 DIST llvm-project-16.0.4.src.tar.xz.sig 566 BLAKE2B 43cb2147f12f98f864797158e8efcfed9c6780fae3b5c71c0f1aea19a4131ee91c36bdf5b10e44f478f2370c8d22a9038038ecd607f25a95f2d3e33628eb9ac0 SHA512 c902d1b652e6e144fcf74f550539f56665475b6bdf673ba5bf2f1731c3bb8f5717ed56433d488c54bbf2f429b432da84e0bfb4b5fb5f2b7fa208b4f24f682be7 -DIST llvm-project-52882de0e641487329c9e093a90ea3dad01842c8.tar.gz 182953335 BLAKE2B 98682729992d73202e35b540d5d0d87e2acf44e4ab6896a0b6f9ac4a7423f55ad370ae1d7e919a6c86dc7f138a66890ac89b852b03305612d248ab567833f8be SHA512 3685aff0f648e9b477e1e01edebe4799498c21587e2ed5577e2fdef98bb21ea215e206606a11692fbb93a0989fd59fd324faff2c4d97b7afca0851b53f123f05 -DIST llvm-project-7d436d56b60b36508b94e39d08761f1405a9c770.tar.gz 183363091 BLAKE2B e0d3520814b3455e33107715697f00d653ad46bb8d8200caf42c42743520f389217ea2e57449bbc2e98126b602b2aa344e4125e4b1f92152f7957a11a9b9a150 SHA512 65a8e30702217e5e1309efe3daeda5115eeb2e8d25238db1fa4e8dcfc729d75655a10b3394f2f70b7e7efb8ea33a31b6e2482065cc81805023101da00584a81e DIST llvm-project-abbb22cc0c9c33dedb8d53c2bd3e703f92baace7.tar.gz 183193919 BLAKE2B 75c63d39918f7ec0faca0b1d03ba17dbd7d39a6f1d3a031dcb005ae1729933d8481f0bd745ec029ab21779525b2ddaf2989eaca2aed2b0e9b60c50ef71c7fc11 SHA512 f0c1b6fe2e087db202d32de05613b7570bd9a82dfef2e464014c9d4c9ba02c20d423cb783aa40ce5e9c9e074288efb2e5b6d70d55913bd285108e747400f55e7 diff --git a/sys-libs/compiler-rt/compiler-rt-17.0.0_pre20230502.ebuild b/sys-libs/compiler-rt/compiler-rt-17.0.0_pre20230502.ebuild deleted file mode 100644 index 5bb8f9d050ac.. --- a/sys-libs/compiler-rt/compiler-rt-17.0.0_pre20230502.ebuild +++ /dev/null @@ -1,149 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{9..11} ) -inherit cmake flag-o-matic llvm llvm.org python-any-r1 toolchain-funcs - -DESCRIPTION="Compiler runtime library for clang (built-in part)" -HOMEPAGE="https://llvm.org/"; - -LICENSE="Apache-2.0-with-LLVM-exceptions || ( UoI-NCSA MIT )" -SLOT="${LLVM_MAJOR}" -KEYWORDS="" -IUSE="+abi_x86_32 abi_x86_64 +clang +debug test" -RESTRICT="!test? ( test ) !clang? ( test )" - -DEPEND=" - sys-devel/llvm:${LLVM_MAJOR} -" -BDEPEND=" - >=dev-util/cmake-3.16 - clang? ( sys-devel/clang ) - test? ( - $(python_gen_any_dep ">=dev-python/lit-15[\${PYTHON_USEDEP}]") - =sys-devel/clang-${LLVM_VERSION}*:${LLVM_MAJOR} - ) - !test? ( - ${PYTHON_DEPS} - ) -" - -LLVM_COMPONENTS=( compiler-rt cmake llvm/cmake ) -llvm.org_set_globals - -python_check_deps() { - use test || return 0 - python_has_version ">=dev-python/lit-15[${PYTHON_USEDEP}]" -} - -pkg_pretend() { - if ! use clang && ! tc-is-clang; then - ewarn "Building using a compiler other than clang may result in broken atomics" - ewarn "library. Enable USE=clang unless you have a very good reason not to." - fi -} - -pkg_setup() { - # Darwin Prefix builds do not have llvm installed yet, so rely on - # bootstrap-prefix to set the appropriate path vars to LLVM instead - # of using llvm_pkg_setup. - if [[ ${CHOST} != *-darwin* ]] || has_version sys-devel/llvm; then - LLVM_MAX_SLOT=${LLVM_MAJOR} llvm_pkg_setup - fi - python-any-r1_pkg_setup -} - -test_compiler() { - $(tc-ge
[gentoo-commits] repo/gentoo:master commit in: sys-libs/libcxx/
commit: 547a704c421f17ec0dc2f069a9673987dc1cf8df Author: Michał Górny gentoo org> AuthorDate: Sat May 27 05:48:25 2023 + Commit: Michał Górny gentoo org> CommitDate: Sat May 27 05:51:59 2023 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=547a704c sys-libs/libcxx: Remove old snapshots Signed-off-by: Michał Górny gentoo.org> sys-libs/libcxx/Manifest | 2 - sys-libs/libcxx/libcxx-17.0.0_pre20230502.ebuild | 204 --- sys-libs/libcxx/libcxx-17.0.0_pre20230512.ebuild | 204 --- 3 files changed, 410 deletions(-) diff --git a/sys-libs/libcxx/Manifest b/sys-libs/libcxx/Manifest index 5592133d2920..da9707b32d70 100644 --- a/sys-libs/libcxx/Manifest +++ b/sys-libs/libcxx/Manifest @@ -8,6 +8,4 @@ DIST llvm-project-16.0.3.src.tar.xz 117998136 BLAKE2B 6117586a117c30515e9a5623ab DIST llvm-project-16.0.3.src.tar.xz.sig 566 BLAKE2B bbd96268b006fecffd7402452ae7559bd2ea42c7b771999f58893a48d66b1b056b476a7022c70e2ab8f11dba8318ccc141f97a05ece3b9ed3b4405a6890b0c3a SHA512 cdd5e1c2a252ba58f9b7f8687d6cf9a330c188988707bd72f4632a8158a2db9ac180b3936da99b87e7e99886c39cb8517ebbb04b7d1be198e76964e31ec8dc58 DIST llvm-project-16.0.4.src.tar.xz 117996332 BLAKE2B 2ea3ef25290ce6180d271e42fbf5e02da973a21e3929c1ac8d1e3e7b268d39db97611e15654ca7e6527add24542d0eed0ee2b1b9d85dfd0ba661e55356bac5d3 SHA512 860bcb999005f55bed25691304983d7bf707f8e3246000595b412b9e88f4a1614be0adb43bbff9c30f49b969373fa0becab02a56ac37915a5f83c52ca8ea3f95 DIST llvm-project-16.0.4.src.tar.xz.sig 566 BLAKE2B 43cb2147f12f98f864797158e8efcfed9c6780fae3b5c71c0f1aea19a4131ee91c36bdf5b10e44f478f2370c8d22a9038038ecd607f25a95f2d3e33628eb9ac0 SHA512 c902d1b652e6e144fcf74f550539f56665475b6bdf673ba5bf2f1731c3bb8f5717ed56433d488c54bbf2f429b432da84e0bfb4b5fb5f2b7fa208b4f24f682be7 -DIST llvm-project-52882de0e641487329c9e093a90ea3dad01842c8.tar.gz 182953335 BLAKE2B 98682729992d73202e35b540d5d0d87e2acf44e4ab6896a0b6f9ac4a7423f55ad370ae1d7e919a6c86dc7f138a66890ac89b852b03305612d248ab567833f8be SHA512 3685aff0f648e9b477e1e01edebe4799498c21587e2ed5577e2fdef98bb21ea215e206606a11692fbb93a0989fd59fd324faff2c4d97b7afca0851b53f123f05 -DIST llvm-project-7d436d56b60b36508b94e39d08761f1405a9c770.tar.gz 183363091 BLAKE2B e0d3520814b3455e33107715697f00d653ad46bb8d8200caf42c42743520f389217ea2e57449bbc2e98126b602b2aa344e4125e4b1f92152f7957a11a9b9a150 SHA512 65a8e30702217e5e1309efe3daeda5115eeb2e8d25238db1fa4e8dcfc729d75655a10b3394f2f70b7e7efb8ea33a31b6e2482065cc81805023101da00584a81e DIST llvm-project-abbb22cc0c9c33dedb8d53c2bd3e703f92baace7.tar.gz 183193919 BLAKE2B 75c63d39918f7ec0faca0b1d03ba17dbd7d39a6f1d3a031dcb005ae1729933d8481f0bd745ec029ab21779525b2ddaf2989eaca2aed2b0e9b60c50ef71c7fc11 SHA512 f0c1b6fe2e087db202d32de05613b7570bd9a82dfef2e464014c9d4c9ba02c20d423cb783aa40ce5e9c9e074288efb2e5b6d70d55913bd285108e747400f55e7 diff --git a/sys-libs/libcxx/libcxx-17.0.0_pre20230502.ebuild b/sys-libs/libcxx/libcxx-17.0.0_pre20230502.ebuild deleted file mode 100644 index 56140d06df64.. --- a/sys-libs/libcxx/libcxx-17.0.0_pre20230502.ebuild +++ /dev/null @@ -1,204 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{9..11} ) -inherit cmake-multilib flag-o-matic llvm llvm.org python-any-r1 \ - toolchain-funcs - -DESCRIPTION="New implementation of the C++ standard library, targeting C++11" -HOMEPAGE="https://libcxx.llvm.org/"; - -LICENSE="Apache-2.0-with-LLVM-exceptions || ( UoI-NCSA MIT )" -SLOT="0" -KEYWORDS="" -IUSE="+clang +libcxxabi static-libs test" -REQUIRED_USE="test? ( clang )" -RESTRICT="!test? ( test )" - -RDEPEND=" - libcxxabi? ( - ~sys-libs/libcxxabi-${PV}[static-libs?,${MULTILIB_USEDEP}] - ) - !libcxxabi? ( >=sys-devel/gcc-4.7:=[cxx] ) -" -DEPEND=" - ${RDEPEND} - sys-devel/llvm:${LLVM_MAJOR} -" -BDEPEND=" - clang? ( - sys-devel/clang:${LLVM_MAJOR} - ) - !test? ( - ${PYTHON_DEPS} - ) - test? ( - >=dev-util/cmake-3.16 - sys-devel/gdb[python] - $(python_gen_any_dep 'dev-python/lit[${PYTHON_USEDEP}]') - ) -" - -LLVM_COMPONENTS=( runtimes libcxx{,abi} llvm/{cmake,utils/llvm-lit} cmake ) -llvm.org_set_globals - -python_check_deps() { - use test || return 0 - python_has_version "dev-python/lit[${PYTHON_USEDEP}]" -} - -pkg_setup() { - # Darwin Prefix builds do not have llvm installed yet, so rely on - # bootstrap-prefix to set the appropriate path vars to LLVM instead - # of using llvm_pkg_setup. - if [[ ${CHOST} != *-darwin* ]] || has_version sys-devel/llvm; then - LLVM_MAX_SLOT=${LLVM_MAJOR} llvm_pkg_setup - fi - python-any-r1_pkg_setup - - if ! use libcxxabi && ! tc-is-gcc ; then - eerror "To build ${PN} against libsupc
[gentoo-commits] repo/gentoo:master commit in: sys-libs/libomp/
commit: 3afc9eb52107225377e7be38c690a11ff21bbc21 Author: Michał Górny gentoo org> AuthorDate: Sat May 27 05:48:24 2023 + Commit: Michał Górny gentoo org> CommitDate: Sat May 27 05:51:58 2023 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3afc9eb5 sys-libs/libomp: Remove old snapshots Signed-off-by: Michał Górny gentoo.org> sys-libs/libomp/Manifest | 2 - sys-libs/libomp/libomp-17.0.0_pre20230502.ebuild | 151 --- sys-libs/libomp/libomp-17.0.0_pre20230512.ebuild | 151 --- 3 files changed, 304 deletions(-) diff --git a/sys-libs/libomp/Manifest b/sys-libs/libomp/Manifest index 0db10047d26b..51ed5725e392 100644 --- a/sys-libs/libomp/Manifest +++ b/sys-libs/libomp/Manifest @@ -9,6 +9,4 @@ DIST llvm-project-16.0.3.src.tar.xz 117998136 BLAKE2B 6117586a117c30515e9a5623ab DIST llvm-project-16.0.3.src.tar.xz.sig 566 BLAKE2B bbd96268b006fecffd7402452ae7559bd2ea42c7b771999f58893a48d66b1b056b476a7022c70e2ab8f11dba8318ccc141f97a05ece3b9ed3b4405a6890b0c3a SHA512 cdd5e1c2a252ba58f9b7f8687d6cf9a330c188988707bd72f4632a8158a2db9ac180b3936da99b87e7e99886c39cb8517ebbb04b7d1be198e76964e31ec8dc58 DIST llvm-project-16.0.4.src.tar.xz 117996332 BLAKE2B 2ea3ef25290ce6180d271e42fbf5e02da973a21e3929c1ac8d1e3e7b268d39db97611e15654ca7e6527add24542d0eed0ee2b1b9d85dfd0ba661e55356bac5d3 SHA512 860bcb999005f55bed25691304983d7bf707f8e3246000595b412b9e88f4a1614be0adb43bbff9c30f49b969373fa0becab02a56ac37915a5f83c52ca8ea3f95 DIST llvm-project-16.0.4.src.tar.xz.sig 566 BLAKE2B 43cb2147f12f98f864797158e8efcfed9c6780fae3b5c71c0f1aea19a4131ee91c36bdf5b10e44f478f2370c8d22a9038038ecd607f25a95f2d3e33628eb9ac0 SHA512 c902d1b652e6e144fcf74f550539f56665475b6bdf673ba5bf2f1731c3bb8f5717ed56433d488c54bbf2f429b432da84e0bfb4b5fb5f2b7fa208b4f24f682be7 -DIST llvm-project-52882de0e641487329c9e093a90ea3dad01842c8.tar.gz 182953335 BLAKE2B 98682729992d73202e35b540d5d0d87e2acf44e4ab6896a0b6f9ac4a7423f55ad370ae1d7e919a6c86dc7f138a66890ac89b852b03305612d248ab567833f8be SHA512 3685aff0f648e9b477e1e01edebe4799498c21587e2ed5577e2fdef98bb21ea215e206606a11692fbb93a0989fd59fd324faff2c4d97b7afca0851b53f123f05 -DIST llvm-project-7d436d56b60b36508b94e39d08761f1405a9c770.tar.gz 183363091 BLAKE2B e0d3520814b3455e33107715697f00d653ad46bb8d8200caf42c42743520f389217ea2e57449bbc2e98126b602b2aa344e4125e4b1f92152f7957a11a9b9a150 SHA512 65a8e30702217e5e1309efe3daeda5115eeb2e8d25238db1fa4e8dcfc729d75655a10b3394f2f70b7e7efb8ea33a31b6e2482065cc81805023101da00584a81e DIST llvm-project-abbb22cc0c9c33dedb8d53c2bd3e703f92baace7.tar.gz 183193919 BLAKE2B 75c63d39918f7ec0faca0b1d03ba17dbd7d39a6f1d3a031dcb005ae1729933d8481f0bd745ec029ab21779525b2ddaf2989eaca2aed2b0e9b60c50ef71c7fc11 SHA512 f0c1b6fe2e087db202d32de05613b7570bd9a82dfef2e464014c9d4c9ba02c20d423cb783aa40ce5e9c9e074288efb2e5b6d70d55913bd285108e747400f55e7 diff --git a/sys-libs/libomp/libomp-17.0.0_pre20230502.ebuild b/sys-libs/libomp/libomp-17.0.0_pre20230502.ebuild deleted file mode 100644 index 0da07fface9a.. --- a/sys-libs/libomp/libomp-17.0.0_pre20230502.ebuild +++ /dev/null @@ -1,151 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{9..11} ) -inherit flag-o-matic cmake-multilib linux-info llvm llvm.org -inherit python-single-r1 toolchain-funcs - -DESCRIPTION="OpenMP runtime library for LLVM/clang compiler" -HOMEPAGE="https://openmp.llvm.org"; - -LICENSE="Apache-2.0-with-LLVM-exceptions || ( UoI-NCSA MIT )" -SLOT="0/${LLVM_SOABI}" -KEYWORDS="" -IUSE=" - +debug gdb-plugin hwloc offload ompt test - llvm_targets_AMDGPU llvm_targets_NVPTX -" -REQUIRED_USE=" - gdb-plugin? ( ${PYTHON_REQUIRED_USE} ) -" -RESTRICT="!test? ( test )" - -RDEPEND=" - gdb-plugin? ( ${PYTHON_DEPS} ) - hwloc? ( >=sys-apps/hwloc-2.5:0=[${MULTILIB_USEDEP}] ) - offload? ( - dev-libs/libffi:=[${MULTILIB_USEDEP}] - ~sys-devel/llvm-${PV}[${MULTILIB_USEDEP}] - llvm_targets_AMDGPU? ( dev-libs/rocr-runtime:= ) - ) -" -# tests: -# - dev-python/lit provides the test runner -# - sys-devel/llvm provide test utils (e.g. FileCheck) -# - sys-devel/clang provides the compiler to run tests -DEPEND=" - ${RDEPEND} -" -BDEPEND=" - dev-lang/perl - offload? ( - llvm_targets_AMDGPU? ( sys-devel/clang ) - llvm_targets_NVPTX? ( sys-devel/clang ) - virtual/pkgconfig - ) - test? ( - ${PYTHON_DEPS} - $(python_gen_cond_dep ' - dev-python/lit[${PYTHON_USEDEP}] - ') - sys-devel/clang - ) -" - -LLVM_COMPONENTS=( openmp cmake llvm/include ) -llvm.org_set_globals - -kernel_pds_check() { - if use kernel_linux && kernel_is -lt 4 15 && kernel_is -ge 4 13; then - local CONFIG_CHECK="~!SCHED_P
[gentoo-commits] repo/gentoo:master commit in: sys-libs/libcxxabi/
commit: 27018e65f9b7ddd85e1c78b7a71b22fe5786f11e Author: Michał Górny gentoo org> AuthorDate: Sat May 27 05:48:26 2023 + Commit: Michał Górny gentoo org> CommitDate: Sat May 27 05:52:00 2023 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27018e65 sys-libs/libcxxabi: Remove old snapshots Signed-off-by: Michał Górny gentoo.org> sys-libs/libcxxabi/Manifest| 2 - .../libcxxabi/libcxxabi-17.0.0_pre20230502.ebuild | 116 - .../libcxxabi/libcxxabi-17.0.0_pre20230512.ebuild | 116 - 3 files changed, 234 deletions(-) diff --git a/sys-libs/libcxxabi/Manifest b/sys-libs/libcxxabi/Manifest index 8526c1e2e3e1..03db32342aab 100644 --- a/sys-libs/libcxxabi/Manifest +++ b/sys-libs/libcxxabi/Manifest @@ -6,6 +6,4 @@ DIST llvm-project-16.0.3.src.tar.xz 117998136 BLAKE2B 6117586a117c30515e9a5623ab DIST llvm-project-16.0.3.src.tar.xz.sig 566 BLAKE2B bbd96268b006fecffd7402452ae7559bd2ea42c7b771999f58893a48d66b1b056b476a7022c70e2ab8f11dba8318ccc141f97a05ece3b9ed3b4405a6890b0c3a SHA512 cdd5e1c2a252ba58f9b7f8687d6cf9a330c188988707bd72f4632a8158a2db9ac180b3936da99b87e7e99886c39cb8517ebbb04b7d1be198e76964e31ec8dc58 DIST llvm-project-16.0.4.src.tar.xz 117996332 BLAKE2B 2ea3ef25290ce6180d271e42fbf5e02da973a21e3929c1ac8d1e3e7b268d39db97611e15654ca7e6527add24542d0eed0ee2b1b9d85dfd0ba661e55356bac5d3 SHA512 860bcb999005f55bed25691304983d7bf707f8e3246000595b412b9e88f4a1614be0adb43bbff9c30f49b969373fa0becab02a56ac37915a5f83c52ca8ea3f95 DIST llvm-project-16.0.4.src.tar.xz.sig 566 BLAKE2B 43cb2147f12f98f864797158e8efcfed9c6780fae3b5c71c0f1aea19a4131ee91c36bdf5b10e44f478f2370c8d22a9038038ecd607f25a95f2d3e33628eb9ac0 SHA512 c902d1b652e6e144fcf74f550539f56665475b6bdf673ba5bf2f1731c3bb8f5717ed56433d488c54bbf2f429b432da84e0bfb4b5fb5f2b7fa208b4f24f682be7 -DIST llvm-project-52882de0e641487329c9e093a90ea3dad01842c8.tar.gz 182953335 BLAKE2B 98682729992d73202e35b540d5d0d87e2acf44e4ab6896a0b6f9ac4a7423f55ad370ae1d7e919a6c86dc7f138a66890ac89b852b03305612d248ab567833f8be SHA512 3685aff0f648e9b477e1e01edebe4799498c21587e2ed5577e2fdef98bb21ea215e206606a11692fbb93a0989fd59fd324faff2c4d97b7afca0851b53f123f05 -DIST llvm-project-7d436d56b60b36508b94e39d08761f1405a9c770.tar.gz 183363091 BLAKE2B e0d3520814b3455e33107715697f00d653ad46bb8d8200caf42c42743520f389217ea2e57449bbc2e98126b602b2aa344e4125e4b1f92152f7957a11a9b9a150 SHA512 65a8e30702217e5e1309efe3daeda5115eeb2e8d25238db1fa4e8dcfc729d75655a10b3394f2f70b7e7efb8ea33a31b6e2482065cc81805023101da00584a81e DIST llvm-project-abbb22cc0c9c33dedb8d53c2bd3e703f92baace7.tar.gz 183193919 BLAKE2B 75c63d39918f7ec0faca0b1d03ba17dbd7d39a6f1d3a031dcb005ae1729933d8481f0bd745ec029ab21779525b2ddaf2989eaca2aed2b0e9b60c50ef71c7fc11 SHA512 f0c1b6fe2e087db202d32de05613b7570bd9a82dfef2e464014c9d4c9ba02c20d423cb783aa40ce5e9c9e074288efb2e5b6d70d55913bd285108e747400f55e7 diff --git a/sys-libs/libcxxabi/libcxxabi-17.0.0_pre20230502.ebuild b/sys-libs/libcxxabi/libcxxabi-17.0.0_pre20230502.ebuild deleted file mode 100644 index 16f40d6829fa.. --- a/sys-libs/libcxxabi/libcxxabi-17.0.0_pre20230502.ebuild +++ /dev/null @@ -1,116 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{9..11} ) -inherit cmake-multilib flag-o-matic llvm llvm.org python-any-r1 \ - toolchain-funcs - -DESCRIPTION="Low level support for a standard C++ library" -HOMEPAGE="https://libcxxabi.llvm.org/"; - -LICENSE="Apache-2.0-with-LLVM-exceptions || ( UoI-NCSA MIT )" -SLOT="0" -KEYWORDS="" -IUSE="+clang static-libs test" -REQUIRED_USE="test? ( clang )" -RESTRICT="!test? ( test )" - -# in 15.x, cxxabi.h is moving from libcxx to libcxxabi -RDEPEND+=" - !https://libcxxabi.llvm.org/"; - -LICENSE="Apache-2.0-with-LLVM-exceptions || ( UoI-NCSA MIT )" -SLOT="0" -KEYWORDS="" -IUSE="+clang static-libs test" -REQUIRED_USE="test? ( clang )" -RESTRICT="!test? ( test )" - -# in 15.x, cxxabi.h is moving from libcxx to libcxxabi -RDEPEND+=" - !
[gentoo-commits] repo/gentoo:master commit in: dev-libs/libclc/
commit: ad3db492d4c8b238108bf85bc5e4499f8f231860 Author: Michał Górny gentoo org> AuthorDate: Sat May 27 05:48:22 2023 + Commit: Michał Górny gentoo org> CommitDate: Sat May 27 05:51:56 2023 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad3db492 dev-libs/libclc: Remove old snapshots Signed-off-by: Michał Górny gentoo.org> dev-libs/libclc/Manifest | 2 - dev-libs/libclc/libclc-17.0.0_pre20230502.ebuild | 88 dev-libs/libclc/libclc-17.0.0_pre20230512.ebuild | 88 3 files changed, 178 deletions(-) diff --git a/dev-libs/libclc/Manifest b/dev-libs/libclc/Manifest index 8526c1e2e3e1..03db32342aab 100644 --- a/dev-libs/libclc/Manifest +++ b/dev-libs/libclc/Manifest @@ -6,6 +6,4 @@ DIST llvm-project-16.0.3.src.tar.xz 117998136 BLAKE2B 6117586a117c30515e9a5623ab DIST llvm-project-16.0.3.src.tar.xz.sig 566 BLAKE2B bbd96268b006fecffd7402452ae7559bd2ea42c7b771999f58893a48d66b1b056b476a7022c70e2ab8f11dba8318ccc141f97a05ece3b9ed3b4405a6890b0c3a SHA512 cdd5e1c2a252ba58f9b7f8687d6cf9a330c188988707bd72f4632a8158a2db9ac180b3936da99b87e7e99886c39cb8517ebbb04b7d1be198e76964e31ec8dc58 DIST llvm-project-16.0.4.src.tar.xz 117996332 BLAKE2B 2ea3ef25290ce6180d271e42fbf5e02da973a21e3929c1ac8d1e3e7b268d39db97611e15654ca7e6527add24542d0eed0ee2b1b9d85dfd0ba661e55356bac5d3 SHA512 860bcb999005f55bed25691304983d7bf707f8e3246000595b412b9e88f4a1614be0adb43bbff9c30f49b969373fa0becab02a56ac37915a5f83c52ca8ea3f95 DIST llvm-project-16.0.4.src.tar.xz.sig 566 BLAKE2B 43cb2147f12f98f864797158e8efcfed9c6780fae3b5c71c0f1aea19a4131ee91c36bdf5b10e44f478f2370c8d22a9038038ecd607f25a95f2d3e33628eb9ac0 SHA512 c902d1b652e6e144fcf74f550539f56665475b6bdf673ba5bf2f1731c3bb8f5717ed56433d488c54bbf2f429b432da84e0bfb4b5fb5f2b7fa208b4f24f682be7 -DIST llvm-project-52882de0e641487329c9e093a90ea3dad01842c8.tar.gz 182953335 BLAKE2B 98682729992d73202e35b540d5d0d87e2acf44e4ab6896a0b6f9ac4a7423f55ad370ae1d7e919a6c86dc7f138a66890ac89b852b03305612d248ab567833f8be SHA512 3685aff0f648e9b477e1e01edebe4799498c21587e2ed5577e2fdef98bb21ea215e206606a11692fbb93a0989fd59fd324faff2c4d97b7afca0851b53f123f05 -DIST llvm-project-7d436d56b60b36508b94e39d08761f1405a9c770.tar.gz 183363091 BLAKE2B e0d3520814b3455e33107715697f00d653ad46bb8d8200caf42c42743520f389217ea2e57449bbc2e98126b602b2aa344e4125e4b1f92152f7957a11a9b9a150 SHA512 65a8e30702217e5e1309efe3daeda5115eeb2e8d25238db1fa4e8dcfc729d75655a10b3394f2f70b7e7efb8ea33a31b6e2482065cc81805023101da00584a81e DIST llvm-project-abbb22cc0c9c33dedb8d53c2bd3e703f92baace7.tar.gz 183193919 BLAKE2B 75c63d39918f7ec0faca0b1d03ba17dbd7d39a6f1d3a031dcb005ae1729933d8481f0bd745ec029ab21779525b2ddaf2989eaca2aed2b0e9b60c50ef71c7fc11 SHA512 f0c1b6fe2e087db202d32de05613b7570bd9a82dfef2e464014c9d4c9ba02c20d423cb783aa40ce5e9c9e074288efb2e5b6d70d55913bd285108e747400f55e7 diff --git a/dev-libs/libclc/libclc-17.0.0_pre20230502.ebuild b/dev-libs/libclc/libclc-17.0.0_pre20230502.ebuild deleted file mode 100644 index 5c4da7c66833.. --- a/dev-libs/libclc/libclc-17.0.0_pre20230502.ebuild +++ /dev/null @@ -1,88 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{9..11} ) -inherit cmake llvm llvm.org python-any-r1 - -DESCRIPTION="OpenCL C library" -HOMEPAGE="https://libclc.llvm.org/"; - -LICENSE="Apache-2.0-with-LLVM-exceptions || ( MIT BSD )" -SLOT="0" -KEYWORDS="" -IUSE="+spirv video_cards_nvidia video_cards_r600 video_cards_radeonsi" - -LLVM_MAX_SLOT=17 -BDEPEND=" - ${PYTHON_DEPS} - || ( - ( - sys-devel/clang:17 - spirv? ( dev-util/spirv-llvm-translator:17 ) - ) - ( - sys-devel/clang:16 - spirv? ( dev-util/spirv-llvm-translator:16 ) - ) - ( - sys-devel/clang:15 - spirv? ( dev-util/spirv-llvm-translator:15 ) - ) - ( - sys-devel/clang:14 - spirv? ( dev-util/spirv-llvm-translator:14 ) - ) - ( - sys-devel/clang:13 - spirv? ( dev-util/spirv-llvm-translator:13 ) - ) - ) -" - -LLVM_COMPONENTS=( libclc ) -llvm.org_set_globals - -llvm_check_deps() { - if use spirv; then - has_version -b "dev-util/spirv-llvm-translator:${LLVM_SLOT}" || - return 1 - fi - has_version -b "sys-devel/clang:${LLVM_SLOT}" -} - -pkg_setup() { - llvm_pkg_setup - python-any-r1_pkg_setup -} - -src_configure() { - local libclc_targets=() - - use spirv && libclc_targets+=( - "spirv-mesa3d-" - "spirv64-mesa3d-" - ) - use video_cards_nvidia && libclc_targets+=(
[gentoo-commits] repo/gentoo:master commit in: dev-tex/latex-beamer/
commit: 1b2b11b1087b35bc206e9c7c8b4a99c132ed39b9 Author: Andrey Grozin gentoo org> AuthorDate: Sat May 27 05:34:53 2023 + Commit: Andrey Grozin gentoo org> CommitDate: Sat May 27 05:34:53 2023 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b2b11b1 dev-tex/latex-beamer: bump to 3.70 Signed-off-by: Andrey Grozin gentoo.org> dev-tex/latex-beamer/Manifest | 1 + dev-tex/latex-beamer/latex-beamer-3.70.ebuild | 40 +++ dev-tex/latex-beamer/metadata.xml | 4 +++ 3 files changed, 45 insertions(+) diff --git a/dev-tex/latex-beamer/Manifest b/dev-tex/latex-beamer/Manifest index 2ca831970ce4..303108761965 100644 --- a/dev-tex/latex-beamer/Manifest +++ b/dev-tex/latex-beamer/Manifest @@ -1,2 +1,3 @@ DIST latex-beamer-3.68.tar.gz 667803 BLAKE2B 6a7ad8cd32a53ed3588c343787d925f110ae20abaa828aa276ca4143a892afd5549f58f6e3d4a7546d369d28d75d456cdb83aa69e5aca564b7266015d3344586 SHA512 df5118c8909420974f38530b660a56ebe750a99cc4605ddab884044b81f9a389c920ded463ad9dddf187a044195dca634ddb30cf2b6ca4a20588a3014282c383 DIST latex-beamer-3.69.tar.gz 668714 BLAKE2B 290379e8677a9d15d3967ad652ecd63bd72831f32dee6a2692c70dbc289584b3d0a8422a1b08a3353f69f76c2802358b77eea2509f998e6c0b2d966031ebb3af SHA512 d33c4cfd0446427450f6ca044e13e248c0cf1c6d33fd3bdfb382b0cdd89c05291148822fa185574e590ebd7f6915e5cd544da37873ef68a4a6d72fb5dfa417df +DIST latex-beamer-3.70.tar.gz 670042 BLAKE2B 95e221920b2a306c3ef58abc3fe13a3befbd03bcf75bfa963836d01c5a6eaf2a4d76bfe98f8ec3e90934c1c1faa8248b09e253bbc2deea6c99209b8d7f21e177 SHA512 a8acc0afdbff6523860be10bb16f2e11356f0cdf50687206017331e8b3a4b703be1ff0e333c38033e061b3c45fe32f710ac38856848655cecf052748f2bba340 diff --git a/dev-tex/latex-beamer/latex-beamer-3.70.ebuild b/dev-tex/latex-beamer/latex-beamer-3.70.ebuild new file mode 100644 index ..6e9430ace16e --- /dev/null +++ b/dev-tex/latex-beamer/latex-beamer-3.70.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit latex-package + +DESCRIPTION="LaTeX class for creating presentations using a video projector" +HOMEPAGE="https://github.com/josephwright/beamer"; +SRC_URI="https://github.com/josephwright/beamer/archive/v${PV}.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}/beamer-${PV}" + +LICENSE="GPL-2 FDL-1.2 LPPL-1.3c" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" +IUSE="doc" + +BDEPEND="dev-texlive/texlive-latex" +RDEPEND=" + >=dev-tex/pgf-1.10 + dev-texlive/texlive-latexrecommended +" + +src_prepare() { + default + rm -r doc/licenses || die +} + +src_install() { + insinto /usr/share/texmf-site/tex/latex/beamer + doins -r base + + dodoc README.md + + if use doc ; then + docinto doc + dodoc -r doc + dosym ../../../../../usr/share/doc/${PF}/doc/ "${TEXMF}/doc/latex/beamer" + fi +} diff --git a/dev-tex/latex-beamer/metadata.xml b/dev-tex/latex-beamer/metadata.xml index f97ae5b22ebd..f1d9a8881278 100644 --- a/dev-tex/latex-beamer/metadata.xml +++ b/dev-tex/latex-beamer/metadata.xml @@ -1,6 +1,10 @@ https://www.gentoo.org/dtd/metadata.dtd";> + + gro...@gentoo.org + Andrey Grozin + t...@gentoo.org Gentoo TeX Project
[gentoo-commits] repo/gentoo:master commit in: dev-python/pyzmq/
commit: 04443a6d2e39048c8a4f8fc5419603de1301a0f1 Author: Michał Górny gentoo org> AuthorDate: Sat May 27 05:29:13 2023 + Commit: Michał Górny gentoo org> CommitDate: Sat May 27 05:32:55 2023 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04443a6d dev-python/pyzmq: Update test deselects Signed-off-by: Michał Górny gentoo.org> dev-python/pyzmq/pyzmq-25.1.0.ebuild | 17 + 1 file changed, 5 insertions(+), 12 deletions(-) diff --git a/dev-python/pyzmq/pyzmq-25.1.0.ebuild b/dev-python/pyzmq/pyzmq-25.1.0.ebuild index 2c1cdd0b2335..2a5adc9d8913 100644 --- a/dev-python/pyzmq/pyzmq-25.1.0.ebuild +++ b/dev-python/pyzmq/pyzmq-25.1.0.ebuild @@ -59,22 +59,14 @@ PATCHES=( EPYTEST_DESELECT=( # TODO - zmq/tests/test_constants.py::TestConstants::test_draft - zmq/tests/test_cython.py::test_cython - - # Hangs often - zmq/tests/test_log.py::TestPubLog::test_blank_root_topic + zmq/tests/test_auth.py + zmq/tests/test_cython.py + zmq/tests/test_zmqstream.py ) EPYTEST_IGNORE=( # Avoid dependency on mypy zmq/tests/test_mypy.py - - # Broken upstream - zmq/tests/test_auth.py - - # pytest-asyncio incompatibility? - zmq/tests/test_zmqstream.py ) distutils_enable_tests pytest @@ -91,6 +83,7 @@ python_prepare_all() { } python_test() { + local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1 cd "${BUILD_DIR}/install$(python_get_sitedir)" || die - epytest -p no:flaky + epytest -p asyncio -p rerunfailures }
[gentoo-commits] repo/gentoo:master commit in: dev-python/icalendar/
commit: bdda1e59b649a0718c513cbe75c7d915cbc7b9d5 Author: Michał Górny gentoo org> AuthorDate: Sat May 27 04:53:48 2023 + Commit: Michał Górny gentoo org> CommitDate: Sat May 27 05:32:49 2023 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bdda1e59 dev-python/icalendar: Bump to 5.0.6 Signed-off-by: Michał Górny gentoo.org> dev-python/icalendar/Manifest | 1 + dev-python/icalendar/icalendar-5.0.6.ebuild | 42 + 2 files changed, 43 insertions(+) diff --git a/dev-python/icalendar/Manifest b/dev-python/icalendar/Manifest index c7ab30fd42c9..ccde9b6a34d1 100644 --- a/dev-python/icalendar/Manifest +++ b/dev-python/icalendar/Manifest @@ -1 +1,2 @@ DIST icalendar-5.0.5.tar.gz 103204 BLAKE2B 20887b535f595ab222f3aca8ac396a71b53975816663693f89277a03be41885780d0b15269cd5955e00eeda0867db46781ea2300f542bca1a18687d50e025989 SHA512 1c1e6c94e2caa07686bc12389c3a5b823478f1652695bc167af95c26f92bbd3d60fb4e540d74eb90db289c647bfd6e1c82e83ee8f89bc87b80100d8b6fe5dd90 +DIST icalendar-5.0.6.tar.gz 103352 BLAKE2B 642d5adace1358001f3691697443824a39347ab86cab2643f428e64cc47f1c231ed501b6d4fabe21a357ce357ed951467d41ccdbbce70bbe666b8aeda1c19e67 SHA512 696240e7e4efe57a194be5fa0e6158284e297277e72f7aea0bc547db5f638dae05ca8cafcadedb43673f1d9f19241f25516d90e8247a79660d8b2ef71c5da11a diff --git a/dev-python/icalendar/icalendar-5.0.6.ebuild b/dev-python/icalendar/icalendar-5.0.6.ebuild new file mode 100644 index ..8c55d51ef344 --- /dev/null +++ b/dev-python/icalendar/icalendar-5.0.6.ebuild @@ -0,0 +1,42 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{10..11} ) + +inherit distutils-r1 pypi + +DESCRIPTION="Package used for parsing and generating iCalendar files (RFC 2445)" +HOMEPAGE=" + https://github.com/collective/icalendar/ + https://pypi.org/project/icalendar/ +" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86" + +RDEPEND=" + dev-python/python-dateutil[${PYTHON_USEDEP}] + dev-python/pytz[${PYTHON_USEDEP}] + $(python_gen_cond_dep ' + dev-python/backports-zoneinfo[${PYTHON_USEDEP}] + ' 3.8) +" +BDEPEND=" + test? ( + dev-python/hypothesis[${PYTHON_USEDEP}] + ) +" + +distutils_enable_sphinx docs +distutils_enable_tests pytest + +python_prepare_all() { + # reset conf.py to not read version from an installed instance + sed -e "s:pkg_resources.get_distribution('icalendar').version:'${PV}':" \ + -i docs/conf.py || die + distutils-r1_python_prepare_all +}
[gentoo-commits] repo/gentoo:master commit in: dev-python/dask/
commit: 4e775e584a18a713da63bd2d13fe0973dffaa3e2 Author: Michał Górny gentoo org> AuthorDate: Sat May 27 04:53:13 2023 + Commit: Michał Górny gentoo org> CommitDate: Sat May 27 05:32:48 2023 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e775e58 dev-python/dask: Bump to 2023.5.1 Signed-off-by: Michał Górny gentoo.org> dev-python/dask/Manifest | 1 + dev-python/dask/dask-2023.5.1.ebuild | 75 2 files changed, 76 insertions(+) diff --git a/dev-python/dask/Manifest b/dev-python/dask/Manifest index 62a576edcae1..70016ebc638d 100644 --- a/dev-python/dask/Manifest +++ b/dev-python/dask/Manifest @@ -1,3 +1,4 @@ DIST dask-2023.4.0.gh.tar.gz 8511473 BLAKE2B 3b6a4e07e0ddc1a40b9494089250e80254b16002c18b091911aa007e1e455f146a192e5f8f9c49b5cf73bc60d942429e1d5ff399516f2b81120ae8f4d79b1dbb SHA512 40071fc3f5597312af28a5c545ebb14d2e2aa3d1a3a0a5d81d335fce3a7a8e7036c900a1caa43f84f76335c469b1bf138f662588f0d015943c4a4bf931c20349 DIST dask-2023.4.1.gh.tar.gz 8514681 BLAKE2B 5bdf8e81692f16b16f3c38ac45e309f73bf85b51aa3c2d9edaae36dc1d43b96a91a8f79e5219ea2a380d26f75c0954dec507b5913b74fdfabe691b340656c75f SHA512 e640ec2bb532dd2723db1c51a023b62aba1198a393beea8eec359f47388a2a42e7a0fe20d06f393ba0538b86fe2f6e0d29eb00eada9cf4ca22acc45b80062dc9 DIST dask-2023.5.0.gh.tar.gz 8515830 BLAKE2B b703407b238057be5238dce1987b280e6e5a38389091b6c9bd08ee06a042309e69fa20d2f511b35a7c74982fc91115507da3c125c74df16ebfbee97fc1782a77 SHA512 12381da648753e675920c29f2071b962319fa7a653b0f75cf9f5e6cd1319d8c2f9d2cac74de1097b5f162886a46499b90787f16bb22526f5bf6c1e6449f1629a +DIST dask-2023.5.1.gh.tar.gz 8523514 BLAKE2B e34c9d44eaa8ab9b0d6af871503f3eefcf7167f8669d11b7348bde8e80a3c2dff99670b90c39f8746d56e5cea1126fd1cad7ace4627e9374ce763ac29c6d8bfd SHA512 603d0deb0e88cc2ae5a5fdbc4352f454e68f836b7c3a9039ec20f9493b2b4c72684bb5981d6e985de5bb32d73fc48d0faa2834c9c56a04277755ea3c8e77fb75 diff --git a/dev-python/dask/dask-2023.5.1.ebuild b/dev-python/dask/dask-2023.5.1.ebuild new file mode 100644 index ..555d07273c87 --- /dev/null +++ b/dev-python/dask/dask-2023.5.1.ebuild @@ -0,0 +1,75 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{10..11} ) + +inherit distutils-r1 + +DESCRIPTION="Task scheduling and blocked algorithms for parallel processing" +HOMEPAGE=" + https://www.dask.org/ + https://github.com/dask/dask/ + https://pypi.org/project/dask/ +" +SRC_URI=" + https://github.com/dask/dask/archive/${PV}.tar.gz -> ${P}.gh.tar.gz +" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux" + +RDEPEND=" + >=dev-python/click-8.0[${PYTHON_USEDEP}] + >=dev-python/cloudpickle-1.5.0[${PYTHON_USEDEP}] + >=dev-python/fsspec-2021.9.0[${PYTHON_USEDEP}] + >=dev-python/importlib-metadata-4.13.0[${PYTHON_USEDEP}] + >=dev-python/numpy-1.21[${PYTHON_USEDEP}] + >=dev-python/pandas-1.3[${PYTHON_USEDEP}] + >=dev-python/packaging-20.0[${PYTHON_USEDEP}] + >=dev-python/partd-1.2.0[${PYTHON_USEDEP}] + dev-python/psutil[${PYTHON_USEDEP}] + >=dev-python/pyyaml-5.3.1[${PYTHON_USEDEP}] + >=dev-python/toolz-0.10.0[${PYTHON_USEDEP}] +" +BDEPEND=" + dev-python/toolz[${PYTHON_USEDEP}] + >=dev-python/versioneer-0.28[${PYTHON_USEDEP}] + test? ( + dev-python/moto[${PYTHON_USEDEP}] + dev-python/numexpr[${PYTHON_USEDEP}] + dev-python/pytest-rerunfailures[${PYTHON_USEDEP}] + dev-python/scipy[${PYTHON_USEDEP}] + ) +" + +distutils_enable_tests pytest + +EPYTEST_DESELECT=( + # more tests relying on -Werror + "dask/array/tests/test_overlap.py::test_map_overlap_no_depth[None]" + dask/array/tests/test_random.py::test_RandomState_only_funcs + # TODO + dask/array/tests/test_reductions.py::test_mean_func_does_not_warn + dask/tests/test_config.py::test__get_paths + dask/array/tests/test_linalg.py::test_solve_assume_a + "dask/dataframe/tests/test_dataframe.py::test_repartition_npartitions[0-float-5-1-True]" + "dask/dataframe/tests/test_dataframe.py::test_repartition_npartitions[1-float-5-1-True]" + dask/array/tests/test_image.py::test_preprocess + # require sqlalchemy<2.0 + dask/dataframe/io/tests/test_sql.py +) + +src_prepare() { + # fails with sqlalchemy-2.0, even though we don't use it x_x + sed -i -e '/RemovedIn20Warning/d' pyproject.toml || die + sed -i -e 's:--cov-config=pyproject.toml::' pyproject.toml || die + distutils-r1_src_prepare +} + +python_test() { + epytest -p no:flaky -m "not network" +}
[gentoo-commits] repo/gentoo:master commit in: dev-python/rq/
commit: b71b355d48a0fc1993fdbc10441f88efb08de805 Author: Michał Górny gentoo org> AuthorDate: Sat May 27 04:52:06 2023 + Commit: Michał Górny gentoo org> CommitDate: Sat May 27 05:32:47 2023 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b71b355d dev-python/rq: Bump to 1.15 Signed-off-by: Michał Górny gentoo.org> dev-python/rq/Manifest | 1 + dev-python/rq/rq-1.15.ebuild | 61 2 files changed, 62 insertions(+) diff --git a/dev-python/rq/Manifest b/dev-python/rq/Manifest index e26122540200..dcc13ef44bb9 100644 --- a/dev-python/rq/Manifest +++ b/dev-python/rq/Manifest @@ -1,3 +1,4 @@ DIST rq-1.13.0.gh.tar.gz 616679 BLAKE2B 026914ab01f769797e1f7fabc944b5ccdeb1ce1957c7acc72d067e0bdd113ebb30f0060ea5adbceaac5e69b40e176c09a0b1f216cffb02132772e72151b79986 SHA512 6c3b4bb868cae6ffd07718b3f517350eba2effc1b3ae70ef601984cc525ecfb3f82f8569a2b0f333c5f248d3befbe3d4953f5058f8e9cb2f08ce6dadae963902 DIST rq-1.14.1.gh.tar.gz 628713 BLAKE2B fbd0904faa64ea3207636f765e36042ed8ca2f0b3b57c634c3f9a6254cab811725719bb3c3974f9e19f173e4422355119f550c09a7176e1a4fca26cf26bb6e5d SHA512 f75fe944c041fb8dfe9607b480dbf62d72f8715934e014b4c666f19c73123e7062ab0e17190f572b2cdad6a916dbf2190637255af5c1db51b41765d448ad2120 DIST rq-1.14.gh.tar.gz 627836 BLAKE2B 4127d6c183826ee84eb290145098b545938cdeca2daf836c08ae49a07265cebfc4eb0dbdd92c640605ce630e37a13184010dd8a6a2a2face5369c00c22fc286c SHA512 5e74a2b57b673ef9333dd1ec3f7f3cecb9c9b2d48d93617dd46de833a6edce213b2488822d77eea9fde42f9949fa5e935be4d8f95f43b29e6c8f0f46593d5ce5 +DIST rq-1.15.gh.tar.gz 633276 BLAKE2B 885b4ef343924b8f4a88c6c3e93bbed1b62022e72217922e874b8f6be36c3656110037f862bfe27f134d57c41d1b741e5fa23e6ab48fbd787ff08bf628a5e207 SHA512 b1c9614b376b74795436333cff6a5bb62795e73d95376e8e18b2472fda3eb720608d495c57e3c2c1b2c237b7fc409602828bea631c1b8905d7df71c74e6c705c diff --git a/dev-python/rq/rq-1.15.ebuild b/dev-python/rq/rq-1.15.ebuild new file mode 100644 index ..1ba364f0bdbc --- /dev/null +++ b/dev-python/rq/rq-1.15.ebuild @@ -0,0 +1,61 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{10..11} ) + +inherit distutils-r1 + +DESCRIPTION="Simple, lightweight library for creating and processing background jobs" +HOMEPAGE=" + https://python-rq.org/ + https://github.com/rq/rq/ + https://pypi.org/project/rq/ +" +# Tests missing from sdist, as of 1.14.1 +SRC_URI=" + https://github.com/rq/rq/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz +" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86" + +RDEPEND=" + >=dev-python/click-5.0[${PYTHON_USEDEP}] + >=dev-python/redis-4.0.0[${PYTHON_USEDEP}] +" +BDEPEND=" + test? ( + dev-db/redis + dev-python/psutil[${PYTHON_USEDEP}] + dev-python/sentry-sdk[${PYTHON_USEDEP}] + ) +" + +distutils_enable_tests pytest + +src_test() { + local redis_pid="${T}"/redis.pid + local redis_port=6379 + local redis_test_config="daemonize yes + pidfile ${redis_pid} + port ${redis_port} + bind 127.0.0.1 + " + + # Spawn Redis itself for testing purposes + # NOTE: On sam@'s machine, spawning Redis can hang in the sandbox. + # I'm not restricting tests yet because this doesn't happen for anyone else AFAICT. + einfo "Spawning Redis" + einfo "NOTE: Port ${redis_port} must be free" + /usr/sbin/redis-server - <<< "${redis_test_config}" || die + + # Run the actual tests + distutils-r1_src_test + + # Clean up afterwards + kill "$(<"${redis_pid}")" || die +}
[gentoo-commits] repo/gentoo:master commit in: dev-python/flatbuffers/
commit: b135f045ae1f88eff5bc29acfc8e6eabe247a24e Author: Michał Górny gentoo org> AuthorDate: Sat May 27 05:25:21 2023 + Commit: Michał Górny gentoo org> CommitDate: Sat May 27 05:32:54 2023 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b135f045 dev-python/flatbuffers: Bump to 23.5.26 Signed-off-by: Michał Górny gentoo.org> dev-python/flatbuffers/Manifest | 1 + dev-python/flatbuffers/flatbuffers-23.5.26.ebuild | 39 +++ 2 files changed, 40 insertions(+) diff --git a/dev-python/flatbuffers/Manifest b/dev-python/flatbuffers/Manifest index ad0423302a49..939cb14a6d29 100644 --- a/dev-python/flatbuffers/Manifest +++ b/dev-python/flatbuffers/Manifest @@ -1 +1,2 @@ DIST flatbuffers-23.3.3.gh.tar.gz 2197401 BLAKE2B be5e3c8ea81ce4b6f2e2c1b2f22e1172434c435f096fa7dade060578c506cff0310e3e2ef0627e26ce2be44f740652eb9a8e1b63578c18f430f7925820f04e66 SHA512 4066c94f2473c7ea16917d29a613e16f840a329089c88e0bdbdb999aef3442ba00abfd2aa92266fa9c067e399dc88e6f0ccac40dc151378857e665638e78bbf0 +DIST flatbuffers-23.5.26.gh.tar.gz 2257271 BLAKE2B 147425e7c018072f4ae4cdb3e034a4f434362d88d5e27b09375965993c279acfbed36064014c8f4fbe3fb81175ac0aa9b07629675e2c7ad33d59a9c85f2c3bb8 SHA512 cd0a5efad8016e1217d01a181d6b02e546f5693c6412361bfeaee820d5dfe5e2a424cee1963270e851c1a4f936ae8a0032a51c5bb16ee19313e0ecc77dc4ba31 diff --git a/dev-python/flatbuffers/flatbuffers-23.5.26.ebuild b/dev-python/flatbuffers/flatbuffers-23.5.26.ebuild new file mode 100644 index ..14742b4d5b04 --- /dev/null +++ b/dev-python/flatbuffers/flatbuffers-23.5.26.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{10..11} ) + +inherit distutils-r1 + +DESCRIPTION="RFC 7049 - Concise Binary Object Representation" +HOMEPAGE=" + https://github.com/google/flatbuffers/ + https://pypi.org/project/flatbuffers/ +" +SRC_URI=" + https://github.com/google/${PN}/archive/v${PV}.tar.gz + -> ${P}.gh.tar.gz +" +S=${WORKDIR}/${P}/python + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~sparc ~x86" +IUSE="test" +RESTRICT="!test? ( test )" + +BDEPEND=" + test? ( + dev-python/numpy[${PYTHON_USEDEP}] + ) +" + +python_test() { + cd "${WORKDIR}/${P}/tests" || die + # zeroes means without benchmarks + "${EPYTHON}" py_test.py 0 0 0 false || die + "${EPYTHON}" py_flexbuffers_test.py -v || die +}
[gentoo-commits] repo/gentoo:master commit in: dev-libs/flatbuffers/
commit: b433ba8d9a0532560dc7b7de3376dd0317e2c21b Author: Michał Górny gentoo org> AuthorDate: Sat May 27 05:24:59 2023 + Commit: Michał Górny gentoo org> CommitDate: Sat May 27 05:32:53 2023 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b433ba8d dev-libs/flatbuffers: Bump to 23.5.26 Signed-off-by: Michał Górny gentoo.org> dev-libs/flatbuffers/Manifest | 1 + dev-libs/flatbuffers/flatbuffers-23.5.26.ebuild | 33 + 2 files changed, 34 insertions(+) diff --git a/dev-libs/flatbuffers/Manifest b/dev-libs/flatbuffers/Manifest index ad0423302a49..939cb14a6d29 100644 --- a/dev-libs/flatbuffers/Manifest +++ b/dev-libs/flatbuffers/Manifest @@ -1 +1,2 @@ DIST flatbuffers-23.3.3.gh.tar.gz 2197401 BLAKE2B be5e3c8ea81ce4b6f2e2c1b2f22e1172434c435f096fa7dade060578c506cff0310e3e2ef0627e26ce2be44f740652eb9a8e1b63578c18f430f7925820f04e66 SHA512 4066c94f2473c7ea16917d29a613e16f840a329089c88e0bdbdb999aef3442ba00abfd2aa92266fa9c067e399dc88e6f0ccac40dc151378857e665638e78bbf0 +DIST flatbuffers-23.5.26.gh.tar.gz 2257271 BLAKE2B 147425e7c018072f4ae4cdb3e034a4f434362d88d5e27b09375965993c279acfbed36064014c8f4fbe3fb81175ac0aa9b07629675e2c7ad33d59a9c85f2c3bb8 SHA512 cd0a5efad8016e1217d01a181d6b02e546f5693c6412361bfeaee820d5dfe5e2a424cee1963270e851c1a4f936ae8a0032a51c5bb16ee19313e0ecc77dc4ba31 diff --git a/dev-libs/flatbuffers/flatbuffers-23.5.26.ebuild b/dev-libs/flatbuffers/flatbuffers-23.5.26.ebuild new file mode 100644 index ..c8139e30f141 --- /dev/null +++ b/dev-libs/flatbuffers/flatbuffers-23.5.26.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit cmake + +DESCRIPTION="Memory efficient serialization library" +HOMEPAGE=" + https://flatbuffers.dev/ + https://github.com/google/flatbuffers/ +" +SRC_URI=" + https://github.com/google/flatbuffers/archive/v${PV}.tar.gz + -> ${P}.gh.tar.gz +" + +LICENSE="Apache-2.0" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86" +IUSE="static-libs test" +RESTRICT="!test? ( test )" + +src_configure() { + local mycmakeargs=( + -DFLATBUFFERS_BUILD_FLATLIB=$(usex static-libs) + -DFLATBUFFERS_BUILD_SHAREDLIB=ON + -DFLATBUFFERS_BUILD_TESTS=$(usex test) + -DFLATBUFFERS_BUILD_BENCHMARKS=OFF + ) + + cmake_src_configure +}
[gentoo-commits] repo/gentoo:master commit in: dev-python/pyzmq/, dev-python/pyzmq/files/
commit: cb34db8c6f877b1239ed40e1bd423561c55cd2c2 Author: Michał Górny gentoo org> AuthorDate: Sat May 27 05:21:24 2023 + Commit: Michał Górny gentoo org> CommitDate: Sat May 27 05:32:52 2023 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb34db8c dev-python/pyzmq: Use PEP517 build Signed-off-by: Michał Górny gentoo.org> .../pyzmq/files/pyzmq-25.1.0-build_ext.patch | 50 ++ dev-python/pyzmq/pyzmq-25.1.0.ebuild | 7 ++- 2 files changed, 55 insertions(+), 2 deletions(-) diff --git a/dev-python/pyzmq/files/pyzmq-25.1.0-build_ext.patch b/dev-python/pyzmq/files/pyzmq-25.1.0-build_ext.patch new file mode 100644 index ..491ae6b23ea4 --- /dev/null +++ b/dev-python/pyzmq/files/pyzmq-25.1.0-build_ext.patch @@ -0,0 +1,50 @@ +From 24d65e10bee5b68751dc36e2ee7e6d6ed35751e5 Mon Sep 17 00:00:00 2001 +From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= +Date: Sat, 27 May 2023 07:11:24 +0200 +Subject: [PATCH] =?UTF-8?q?Call=20distutils'=20finalize=5Foptions()=20earl?= + =?UTF-8?q?y=20to=20fix=20build=5Fext=20-j=E2=80=A6?= +MIME-Version: 1.0 +Content-Type: text/plain; charset=UTF-8 +Content-Transfer-Encoding: 8bit + +Call the `finalize_options()` method of overridden distutils commands +before running the `configure` command, in order to fix errors due +to unconfigured `--jobs` option. This can be reproduced by running: + +$ python setup.py build_ext -j12 +[…] +error: '<' not supported between instances of 'str' and 'int' + +Fatal: Falling back on bundled libzmq, but config has explicitly prohibited building the libzmq extension. +--- + setup.py | 4 ++-- + 1 file changed, 2 insertions(+), 2 deletions(-) + +diff --git a/setup.py b/setup.py +index c52723d1..a4f8b4e3 100755 +--- a/setup.py b/setup.py +@@ -1107,9 +1107,9 @@ class CheckingBuildExt(build_ext): + patch_lib_paths(ext_path, self.compiler.library_dirs) + + def finalize_options(self): ++super().finalize_options() + # check version, to prevent confusing undefined constant errors + self.distribution.run_command("configure") +-return super().finalize_options() + + + class ConstantsCommand(Command): +@@ -1258,8 +1258,8 @@ else: + patch_lib_paths(ext_path, self.compiler.library_dirs) + + def finalize_options(self): ++super().finalize_options() + self.distribution.run_command("configure") +-return super().finalize_options() + + cmdclass["cython"] = CythonCommand + cmdclass["build_ext"] = zbuild_ext +-- +2.40.1 + diff --git a/dev-python/pyzmq/pyzmq-25.1.0.ebuild b/dev-python/pyzmq/pyzmq-25.1.0.ebuild index 6041abf2a4db..2c1cdd0b2335 100644 --- a/dev-python/pyzmq/pyzmq-25.1.0.ebuild +++ b/dev-python/pyzmq/pyzmq-25.1.0.ebuild @@ -6,7 +6,7 @@ EAPI=8 DISTUTILS_EXT=1 # TODO: Find out exactly where this error comes from # error: '<' not supported between instances of 'str' and 'int' -#DISTUTILS_USE_PEP517=setuptools +DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( python3_{10..11} ) PYTHON_REQ_USE="threads(+)" @@ -52,6 +52,9 @@ BDEPEND=" PATCHES=( "${FILESDIR}"/${PN}-23.2.0-libdir.patch + # fix build_ext -j... invocation used by PEP517 build + # https://github.com/zeromq/pyzmq/pull/1872 + "${FILESDIR}"/${P}-build_ext.patch ) EPYTEST_DESELECT=( @@ -88,6 +91,6 @@ python_prepare_all() { } python_test() { - cd "${BUILD_DIR}/lib" || die + cd "${BUILD_DIR}/install$(python_get_sitedir)" || die epytest -p no:flaky }
[gentoo-commits] repo/gentoo:master commit in: dev-python/pyzmq/
commit: f0932f1ca1a0cad95ae6df6c7683221b40833a54 Author: Michał Górny gentoo org> AuthorDate: Sat May 27 04:59:28 2023 + Commit: Michał Górny gentoo org> CommitDate: Sat May 27 05:32:51 2023 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0932f1c dev-python/pyzmq: Bump to 25.1.0 Signed-off-by: Michał Górny gentoo.org> dev-python/pyzmq/Manifest| 1 + dev-python/pyzmq/pyzmq-25.1.0.ebuild | 93 2 files changed, 94 insertions(+) diff --git a/dev-python/pyzmq/Manifest b/dev-python/pyzmq/Manifest index ce1a15fce2ad..d38c7e62d2fe 100644 --- a/dev-python/pyzmq/Manifest +++ b/dev-python/pyzmq/Manifest @@ -1 +1,2 @@ DIST pyzmq-25.0.2.gh.tar.gz 398050 BLAKE2B 501aea8b46ef5c06ca75489869047b2e6aefd06d121b540fdfc85c45ea2f9a40b58b84433555d8001fbfb1671ad6df1953c79567aabc8cffba26516a4a60626c SHA512 dcba8fb561d1be135ba03e28078ed68835dc20a52ef9c47be240bd1edd37eb92d4da184045e8eff666f3d84a376ae35ca08172fc207823b5255160e9e3b1ef01 +DIST pyzmq-25.1.0.gh.tar.gz 399044 BLAKE2B c5507819844f174fcc5245fd89e6bff231ddc99add2c431a77a73955ce5e874f7387727380dee6a0618842762ed19a867699efed69c7997d5d4bcca480e30c44 SHA512 5a2a80162da4d1eb34cc13bc831cf01b98a1cfb62dd0595b81e47e77d752ecd59110fd447e5a936f74239253073fc5ceb6451e924928cd2c472e2ac61d26a78c diff --git a/dev-python/pyzmq/pyzmq-25.1.0.ebuild b/dev-python/pyzmq/pyzmq-25.1.0.ebuild new file mode 100644 index ..6041abf2a4db --- /dev/null +++ b/dev-python/pyzmq/pyzmq-25.1.0.ebuild @@ -0,0 +1,93 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_EXT=1 +# TODO: Find out exactly where this error comes from +# error: '<' not supported between instances of 'str' and 'int' +#DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_REQ_USE="threads(+)" + +inherit distutils-r1 + +DESCRIPTION="Lightweight and super-fast messaging library built on top of the ZeroMQ library" +HOMEPAGE=" + https://zeromq.org/languages/python/ + https://pypi.org/project/pyzmq/ + https://github.com/zeromq/pyzmq/ +" +SRC_URI=" + https://github.com/zeromq/pyzmq/archive/v${PV}.tar.gz + -> ${P}.gh.tar.gz +" + +LICENSE="LGPL-3" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux" +IUSE="drafts" + +# There are additional test failures if zeromq has the draft api enabled, but pyzmq has it disabled. +DEPEND=" + >=net-libs/zeromq-4.2.2-r2:=[drafts=] +" +# It uses cffi backend for pypy, cython backend for cpython +RDEPEND="${DEPEND} + $(python_gen_cond_dep ' + dev-python/py[${PYTHON_USEDEP}] + dev-python/cffi:=[${PYTHON_USEDEP}] + ' pypy3) +" +BDEPEND=" + $(python_gen_cond_dep ' + dev-python/cython[${PYTHON_USEDEP}] + ' 'python*') + test? ( + dev-python/pytest-asyncio[${PYTHON_USEDEP}] + dev-python/pytest-rerunfailures[${PYTHON_USEDEP}] + >=dev-python/tornado-5.0.2[${PYTHON_USEDEP}] + ) +" + +PATCHES=( + "${FILESDIR}"/${PN}-23.2.0-libdir.patch +) + +EPYTEST_DESELECT=( + # TODO + zmq/tests/test_constants.py::TestConstants::test_draft + zmq/tests/test_cython.py::test_cython + + # Hangs often + zmq/tests/test_log.py::TestPubLog::test_blank_root_topic +) + +EPYTEST_IGNORE=( + # Avoid dependency on mypy + zmq/tests/test_mypy.py + + # Broken upstream + zmq/tests/test_auth.py + + # pytest-asyncio incompatibility? + zmq/tests/test_zmqstream.py +) + +distutils_enable_tests pytest +# TODO: Package enum_tools +# distutils_enable_sphinx docs/source \ +# dev-python/numpydoc \ +# dev-python/sphinx-rtd-theme \ +# dev-python/myst-parser + +python_prepare_all() { + export ZMQ_DRAFT_API=$(usex drafts '1' '0') + export ZMQ_PREFIX="${EPREFIX}/usr" + distutils-r1_python_prepare_all +} + +python_test() { + cd "${BUILD_DIR}/lib" || die + epytest -p no:flaky +}
[gentoo-commits] repo/gentoo:master commit in: dev-python/icalendar/
commit: c0dd63cac53d4580b877092202d0eab5bbe175b6 Author: Michał Górny gentoo org> AuthorDate: Sat May 27 04:54:13 2023 + Commit: Michał Górny gentoo org> CommitDate: Sat May 27 05:32:50 2023 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0dd63ca dev-python/icalendar: Enable py3.12 Signed-off-by: Michał Górny gentoo.org> dev-python/icalendar/icalendar-5.0.6.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/icalendar/icalendar-5.0.6.ebuild b/dev-python/icalendar/icalendar-5.0.6.ebuild index 8c55d51ef344..531c29848677 100644 --- a/dev-python/icalendar/icalendar-5.0.6.ebuild +++ b/dev-python/icalendar/icalendar-5.0.6.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit distutils-r1 pypi
[gentoo-commits] repo/gentoo:master commit in: dev-util/pycharm-community/
commit: 1ea441fac77db7fe554a540b93558b5e82afc79d Author: Andrey Grozin gentoo org> AuthorDate: Sat May 27 05:07:16 2023 + Commit: Andrey Grozin gentoo org> CommitDate: Sat May 27 05:07:16 2023 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ea441fa dev-util/pycharm-community: remove old version Signed-off-by: Andrey Grozin gentoo.org> dev-util/pycharm-community/Manifest| 1 - .../pycharm-community-2022.2.3.ebuild | 122 - 2 files changed, 123 deletions(-) diff --git a/dev-util/pycharm-community/Manifest b/dev-util/pycharm-community/Manifest index 962ec2ddb7d9..341ec1d87b07 100644 --- a/dev-util/pycharm-community/Manifest +++ b/dev-util/pycharm-community/Manifest @@ -1,3 +1,2 @@ -DIST pycharm-community-2022.2.3.tar.gz 535902788 BLAKE2B c8eb4776a5a3ac0fda0a5f3d2e00b1af34904d631a58b977cfdffb29fa259b4df60f7e464d74437e6549e610640dd166122aca56999133601cdc5519a6850cc4 SHA512 473f65d7119710f6e36a0b90c939988496fb071e5a17d305dc873c7e025183129f572b4c439a1115836f377e7235800020d4a758c6fa226fe509f7b0d766ed2f DIST pycharm-community-2023.1.1.tar.gz 577304778 BLAKE2B c630c4a21edc2c36e972965e35df63500dafe8ecbd5eee9c6246785bf9e6962e048759a8674160fd47de810a75ffcefe0df14149746ca789b8064623551bed19 SHA512 d0c2419b77ca34c04579f8d52a20427a927fc4d7b3edb1e7787ed515cdc3777b19d963c22975c932c3e568c1861ec7806955514921a1156e497b584f816cd6a2 DIST pycharm-community-2023.1.2.tar.gz 577374290 BLAKE2B ed21b0874f4d0fc575f5b8e9e4e1ec23706de7216009ffd27440dac245f0513566b9df6e3a962ee5df9783aa9f6c9ce2c626883d173723222d08b5288d71f153 SHA512 1d251cfeef0b7c6a5d7fa563ddef99df2c143116e893878346c04788776052aba2cbb0c790e6fe72ad44e86f785bcb76e2cefae15bda387c0a48a6d01b429813 diff --git a/dev-util/pycharm-community/pycharm-community-2022.2.3.ebuild b/dev-util/pycharm-community/pycharm-community-2022.2.3.ebuild deleted file mode 100644 index 2da3b0c1001d.. --- a/dev-util/pycharm-community/pycharm-community-2022.2.3.ebuild +++ /dev/null @@ -1,122 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit desktop readme.gentoo-r1 wrapper xdg-utils - -DESCRIPTION="Intelligent Python IDE with unique code assistance and analysis" -HOMEPAGE="http://www.jetbrains.com/pycharm/"; -SRC_URI="http://download.jetbrains.com/python/${P}.tar.gz"; - -LICENSE="Apache-2.0 BSD CDDL MIT-with-advertising" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="+bundled-jdk" - -BDEPEND="dev-util/patchelf" - -RDEPEND="!bundled-jdk? ( >=virtual/jre-1.8 ) - app-arch/brotli - app-arch/zstd - app-crypt/p11-kit - dev-libs/fribidi - dev-libs/glib - dev-libs/json-c - dev-libs/libbsd - dev-libs/libdbusmenu - dev-libs/nss - dev-python/pip - media-fonts/dejavu - media-gfx/graphite2 - media-libs/alsa-lib - media-libs/fontconfig - media-libs/freetype:2= - media-libs/harfbuzz - media-libs/libglvnd - media-libs/libjpeg-turbo:0= - media-libs/libpng:0= - net-libs/gnutls - net-print/cups - sys-apps/dbus - sys-libs/libcap - sys-libs/zlib - x11-libs/libX11 - x11-libs/libxcb - x11-libs/libXext - x11-libs/libXi - x11-libs/libXrandr - x11-libs/libXrender - x11-libs/libXtst - x11-libs/pango -" - -RESTRICT="mirror" - -QA_PREBUILT="opt/${P}/*" - -MY_PN=${PN/-community/} - -src_prepare() { - default - - rm -vf "${S}"/help/ReferenceCardForMac.pdf || die - - rm -vf "${S}"/bin/phpstorm.vmoptions || die - - rm -vf "${S}"/plugins/performanceTesting/bin/libyjpagent.so || die - rm -vf "${S}"/plugins/performanceTesting/bin/*.dll || die - rm -vf "${S}"/plugins/performanceTesting/bin/libyjpagent.dylib || die - rm -vrf "${S}"/lib/pty4j-native/linux/{aarch64,arm,mips64el,ppc64le,x86} || die - rm -vf "${S}"/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/attach_linux_x86.so - - sed -i \ - -e "\$a" \ - -e "\$a#---" \ - -e "\$a# Disable automatic updates as these are handled through Gentoo's" \ - -e "\$a# package manager. See bug #704494" \ - -e "\$a#---" \ - -e "\$aide.no.platform.update=Gentoo" bin/idea.properties - - for file in "jbr/lib/"/{libjcef.so,jcef_helper} - do - if [[ -f "${file}" ]]; then - patchelf --set-rpath '$ORIGIN' ${file} || die - fi - done -} - -src_install() { - local DIR="/opt/${PN}" - local JRE_DIR="jbr" - - insinto ${DIR} - doins -r * - - if ! use bundled-jdk; then - rm -r "${JRE_DIR}" || die - fi - - fperms 755 "${D
[gentoo-commits] repo/gentoo:master commit in: app-admin/awscli/
commit: e8b5d226c8e3c0fb3fdd4a1f7a6b9a03e16a6115 Author: Michał Górny gentoo org> AuthorDate: Sat May 27 04:02:04 2023 + Commit: Michał Górny gentoo org> CommitDate: Sat May 27 04:02:04 2023 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8b5d226 app-admin/awscli: Bump to 1.27.142 Signed-off-by: Michał Górny gentoo.org> app-admin/awscli/Manifest | 1 + app-admin/awscli/awscli-1.27.142.ebuild | 80 + 2 files changed, 81 insertions(+) diff --git a/app-admin/awscli/Manifest b/app-admin/awscli/Manifest index 22787a3fd19c..4929ffcce981 100644 --- a/app-admin/awscli/Manifest +++ b/app-admin/awscli/Manifest @@ -5,3 +5,4 @@ DIST aws-cli-1.27.138.gh.tar.gz 2424550 BLAKE2B eff6712357722f6ade0fa8365f034dcd DIST aws-cli-1.27.139.gh.tar.gz 2425326 BLAKE2B 4fafb3611931cef28017b8d1dabaff694cdd14fe327c7d5ddac6f7e7623b2321bc51b5ae5219b1ddb9c10e22b2398932ef3ce41d8784bcc2da4363bbf2a1b63b SHA512 3fb7c62c9fb21e4f45d0b6c93fbb2524bbb3a2f2c62f79ecbc33d8fbae0dafae642452e8a8fe87083f219a6dd8fbe0c5a3bb217e88f6e2300a11d993443bfde2 DIST aws-cli-1.27.140.gh.tar.gz 2425531 BLAKE2B febb388738dac60d0cd6ed6b5ad0749710af307cf9657d6d4c6c0bca4cfa527c8dad13402723bdc858de286eadf98bee86aef59ba28d439716b939dce0216b16 SHA512 73d7530b61e1bafd873ac430bd182833875c0e05af90761c9219682f0d400c1caa4ec2e74fd8d4eef9e7203abe3aeef18746c61a03fb4b963e15c7c7d7fd4cf7 DIST aws-cli-1.27.141.gh.tar.gz 2426793 BLAKE2B 85092e14e16792b209fda51b24553e21532c7e46f08f45ca8cb38ec01680aabee660011c8b0917dbac4b28f1e0625a869eac59a3814131a0c902f906cb2b9212 SHA512 f8bd840125c2c41fb0badb9240e4769f8ff6ed5a8cdb01a9bc6213a1554d1bab8998b44754cdbf185e9fbfc702d1b4ef9ff54cf19f7f68b1983c61fe1aa189e8 +DIST aws-cli-1.27.142.gh.tar.gz 2426758 BLAKE2B 587791e0102d51b9681718a71c1225c673f1545f98d2cbd679d266c559ae4252e92ec2c41a640584b5ce1e4aced885489723edb90e0700846e3fd74968be42bd SHA512 cb2ba71dc955ddd5a738f6e703a16216effdbd1232fa4e14c5974bf59c6f871ba80a4a61614dccb0fc110c689ce24f466c4142967be83f48c5de41699450d092 diff --git a/app-admin/awscli/awscli-1.27.142.ebuild b/app-admin/awscli/awscli-1.27.142.ebuild new file mode 100644 index ..62c19f3a63fb --- /dev/null +++ b/app-admin/awscli/awscli-1.27.142.ebuild @@ -0,0 +1,80 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{10..11} ) + +inherit bash-completion-r1 distutils-r1 multiprocessing + +MY_P=aws-cli-${PV} +DESCRIPTION="Universal Command Line Environment for AWS" +HOMEPAGE=" + https://github.com/aws/aws-cli/ + https://pypi.org/project/awscli/ +" +SRC_URI=" + https://github.com/aws/aws-cli/archive/${PV}.tar.gz + -> ${MY_P}.gh.tar.gz +" +S=${WORKDIR}/${MY_P} + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86" + +# botocore is x.(y+2).z +BOTOCORE_PV="$(ver_cut 1).$(( $(ver_cut 2) + 2)).$(ver_cut 3-)" +RDEPEND=" + >=dev-python/botocore-${BOTOCORE_PV}[${PYTHON_USEDEP}] + dev-python/colorama[${PYTHON_USEDEP}] + dev-python/docutils[${PYTHON_USEDEP}] + dev-python/rsa[${PYTHON_USEDEP}] + >=dev-python/s3transfer-0.6.0[${PYTHON_USEDEP}] + dev-python/pyyaml[${PYTHON_USEDEP}] + !app-admin/awscli-bin +" +BDEPEND=" + test? ( + dev-python/pytest-forked[${PYTHON_USEDEP}] + dev-python/pytest-xdist[${PYTHON_USEDEP}] + ) +" + +distutils_enable_tests pytest + +src_prepare() { + # do not rely on bundled deps in botocore (sic!) + find -name '*.py' -exec sed -i \ + -e 's:from botocore[.]vendored import:import:' \ + -e 's:from botocore[.]vendored[.]:from :' \ + {} + || die + # strip overzealous upper bounds on requirements + sed -i -e 's:,<[0-9.]*::' -e 's:==:>=:' setup.py || die + distutils-r1_src_prepare +} + +python_test() { + local EPYTEST_DESELECT=( + # TODO + tests/functional/eks/test_kubeconfig.py::TestKubeconfigLoader::test_load_simple + tests/unit/customizations/eks/test_update_kubeconfig.py::TestKubeconfigSelector::test_choose_env_only + tests/unit/customizations/eks/test_update_kubeconfig.py::TestKubeconfigSelector::test_choose_existing + tests/unit/customizations/eks/test_kubeconfig.py::TestKubeconfigValidator::test_valid + ) + + # integration tests require AWS credentials and Internet access + epytest tests/{functional,unit} -n "$(makeopts_jobs)" --forked +} + +python_install_all() { + newbashcomp bin/aws_bash_completer aws + + insinto /usr/share/zsh/site-functions + newins bin/aws_zsh_completer.sh _aws + + distutils-r1_python_install_all + + rm "${ED}"/usr/bin/{aws.cmd,aws_bash_completer,aws_zsh_completer.sh} || die +}
[gentoo-commits] repo/gentoo:master commit in: dev-python/botocore/
commit: 39553bc8cf28199e2e3299e361fb4d04bc257d03 Author: Michał Górny gentoo org> AuthorDate: Sat May 27 04:01:08 2023 + Commit: Michał Górny gentoo org> CommitDate: Sat May 27 04:01:08 2023 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39553bc8 dev-python/botocore: Bump to 1.29.142 Signed-off-by: Michał Górny gentoo.org> dev-python/botocore/Manifest | 1 + dev-python/botocore/botocore-1.29.142.ebuild | 79 2 files changed, 80 insertions(+) diff --git a/dev-python/botocore/Manifest b/dev-python/botocore/Manifest index 6a7faedc98ce..af897dbb537c 100644 --- a/dev-python/botocore/Manifest +++ b/dev-python/botocore/Manifest @@ -5,3 +5,4 @@ DIST botocore-1.29.138.gh.tar.gz 11516247 BLAKE2B eb8195ff412de996fcdd9cb2f44f20 DIST botocore-1.29.139.gh.tar.gz 11517015 BLAKE2B 4c765477aae729788325fef1a7f13bc5ed641883f5d0bfa423bfa942a229c15a8d3e87a7670ffae673fec5dcd25416d9f77072bda41af9e18a9784668aea54a8 SHA512 374054ff9006c2deaf1b7d5c796ca0d1473bd6313402bcbb9b2d1ae25fe97b5d3d02e015952fb9d9dfdda3aaedae02359e943dbb8b0f9acb50595a98ca20b8b6 DIST botocore-1.29.140.gh.tar.gz 11521020 BLAKE2B 9d7ed6713b9005285bb94dc3cf69d622d70042feb6a306bb7aab06bed2f7d2c4f316f830dc18befb73c0c77d0502f592f29c2cf86eab8a6e6426adca25cf11e4 SHA512 243d58f8f2c61402f2b84e3a62076579a03e278d8a4c8d42e80106e23a3c72e73f666c617834717fee9bb22cf0ad45ec0f8e622a20a8165a269659b6d305fbe7 DIST botocore-1.29.141.gh.tar.gz 11526447 BLAKE2B 1568e42d0013ad144536597084dbe9922194d8d0a9c84fd1194d260ad1d46f6e66cc05257c21b5f435a50bbb3149055d3617ad4fb4f8858885bb00c77e52c0af SHA512 e16add447c0217a60a1db283bb1d7b08d36e74f21ef979a0a8bdfc0168b19084a7b41beb760a46c17d6487f1dd4ebcec04076d651b73cb2f68bd993ca6528fb6 +DIST botocore-1.29.142.gh.tar.gz 11528069 BLAKE2B 860a5ab68d26424702006b221e62e29cfe21ba93593be61e4ef7e89ab50c6afb4b305f2ef3b2d80fd428cf7791933e43b20e1d4934d330653290a7b2aa16f6c4 SHA512 f408175054095bdd3094dd789de333e4e669cee72fdbc5b03551fc006cbcda5cf69eaa6daa2eb3bf09b30524f50d4b7b334d7b18051e55eca12caa16529b41bf diff --git a/dev-python/botocore/botocore-1.29.142.ebuild b/dev-python/botocore/botocore-1.29.142.ebuild new file mode 100644 index ..3ced99abe4ff --- /dev/null +++ b/dev-python/botocore/botocore-1.29.142.ebuild @@ -0,0 +1,79 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{10..11} ) + +inherit distutils-r1 multiprocessing + +DESCRIPTION="Low-level, data-driven core of boto 3" +HOMEPAGE=" + https://github.com/boto/botocore/ + https://pypi.org/project/botocore/ +" +LICENSE="Apache-2.0" +SLOT="0" + +if [[ "${PV}" == "" ]]; then + EGIT_REPO_URI="https://github.com/boto/botocore"; + inherit git-r3 +else + SRC_URI=" + https://github.com/boto/botocore/archive/${PV}.tar.gz + -> ${P}.gh.tar.gz + " + KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux" +fi + +RDEPEND=" + dev-python/six[${PYTHON_USEDEP}] + =dev-python/urllib3-1.25.4[${PYTHON_USEDEP}] +" +BDEPEND=" + test? ( + dev-python/jsonschema[${PYTHON_USEDEP}] + dev-python/pytest-xdist[${PYTHON_USEDEP}] + ) +" + +distutils_enable_tests pytest + +src_prepare() { + # unpin deps + sed -i -e "s:>=.*':':" setup.py || die + + # unbundle deps + rm -r botocore/vendored || die + find -name '*.py' -exec sed -i \ + -e 's:from botocore[.]vendored import:import:' \ + -e 's:from botocore[.]vendored[.]:from :' \ + {} + || die + + distutils-r1_src_prepare +} + +python_test() { + local EPYTEST_DESELECT=( + # rely on bundled six + tests/functional/test_six_imports.py::test_no_bare_six_imports + tests/functional/test_six_threading.py::test_six_thread_safety + # fails on unrelated warnings + tests/unit/test_client.py::TestAutoGeneratedClient::test_BOTO_DISABLE_COMMONNAME + tests/unit/test_client.py::TestClientErrors::test_BOTO_DISABLE_COMMONNAME + # TODO + tests/functional/test_credentials.py::SSOSessionTest::test_token_chosen_from_provider + # urllib3-2 compatibility, mock relies on implementation details + tests/unit/test_awsrequest.py::TestAWSHTTPConnection::test_expect_100_continue_no_response_from_server + tests/unit/test_awsrequest.py::TestAWSHTTPConnection::test_expect_100_continue_returned + tests/unit/test_awsrequest.py::TestAWSHTTPConnection::test_expect_100_continue_sends_307 + tests/unit/test_awsrequest.py::TestAWSHTTPConnection::test_expect_100_sends_connection_header + tests/unit/test_awsrequest.py::TestAWSHTTPConnection
[gentoo-commits] repo/gentoo:master commit in: dev-python/boto3/
commit: 78d3aa92915a5a4d8a13480f60aa3fd1e3b7ba86 Author: Michał Górny gentoo org> AuthorDate: Sat May 27 04:01:27 2023 + Commit: Michał Górny gentoo org> CommitDate: Sat May 27 04:01:27 2023 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78d3aa92 dev-python/boto3: Bump to 1.26.142 Signed-off-by: Michał Górny gentoo.org> dev-python/boto3/Manifest | 1 + dev-python/boto3/boto3-1.26.142.ebuild | 66 ++ 2 files changed, 67 insertions(+) diff --git a/dev-python/boto3/Manifest b/dev-python/boto3/Manifest index d667a16706e9..238272830303 100644 --- a/dev-python/boto3/Manifest +++ b/dev-python/boto3/Manifest @@ -5,3 +5,4 @@ DIST boto3-1.26.138.gh.tar.gz 651104 BLAKE2B 58c7c71c97567b167d9c0afc376161b6015 DIST boto3-1.26.139.gh.tar.gz 651459 BLAKE2B ba1c0c45c0cd78622ca34bcbfb3c8961c0555ed9fa16d8cb89363880d8cf6911183758ed7e4f44a098413b47d2d6b3c1ee4e57f05561947d7660a969e4e7be2d SHA512 971ce067318642e2f4a13cb77b29410d97b5c8e7cff28e76d7983f95bb5f593697bebc6d744517b5c7e760b5b30980370befe86a97d1162882a13428833b0a5b DIST boto3-1.26.140.gh.tar.gz 651805 BLAKE2B 2b58cee4e5c199af29e359790abfbb6eb536be3ded95aead640fdf179a0150875753cc9d066b70b08b0f9db6ef12d9fd3e5dbc4d9c481872f894c24a5f279f5f SHA512 f73fddf2674ee0bdbca37b6231d9b512286c73f5e815573eadb1f8ae855749a58492eed20fd03a2494392b7f146c86ba355ed2381aefbc5251fcae366749c277 DIST boto3-1.26.141.gh.tar.gz 652608 BLAKE2B 8e11b0cdc694f751dfa99391a2364b3c809c8f5f9bbcd37341fb44f14d49a9c702f812cb76ea7ec1473f7ce32ffef62bc86d28664ce7f88bf44f23ea86516b1d SHA512 441b8e76fd658fc1146b0df0734e3ad8c0ffb4afa284387615dcd6706f3d4efb6af8e61f1a62b4e0b9aa6a516aa9c63d7b627c6c0f37b24375fa5091d1672181 +DIST boto3-1.26.142.gh.tar.gz 655602 BLAKE2B e9d5671308e71bb43a97953407f4aba5b78594ed39b26c3c992af9db8864e3c363ab874a66b5b015083c4a18fe7415bb1761137367783a70ff22564ada8a8842 SHA512 c2eabdb47898aa26fc8ba8a8ebfa43a86153188af1f1600bfa741bd3af1ce68a8692e461aecb5a29df94885e1c977b06c3cd009f1cec52a2e7a9dc853a2c3942 diff --git a/dev-python/boto3/boto3-1.26.142.ebuild b/dev-python/boto3/boto3-1.26.142.ebuild new file mode 100644 index ..2a4a7643203e --- /dev/null +++ b/dev-python/boto3/boto3-1.26.142.ebuild @@ -0,0 +1,66 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{10..11} ) + +inherit distutils-r1 multiprocessing + +DESCRIPTION="The AWS SDK for Python" +HOMEPAGE=" + https://github.com/boto/boto3/ + https://pypi.org/project/boto3/ +" +LICENSE="Apache-2.0" +SLOT="0" + +if [[ "${PV}" == "" ]]; then + EGIT_REPO_URI="https://github.com/boto/boto3"; + inherit git-r3 + BOTOCORE_PV=${PV} +else + SRC_URI=" + https://github.com/boto/boto3/archive/${PV}.tar.gz + -> ${P}.gh.tar.gz + " + KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux" + + # botocore is x.(y+3).z + BOTOCORE_PV="$(ver_cut 1).$(( $(ver_cut 2) + 3)).$(ver_cut 3-)" +fi + +RDEPEND=" + >=dev-python/botocore-${BOTOCORE_PV}[${PYTHON_USEDEP}] + >=dev-python/jmespath-0.7.1[${PYTHON_USEDEP}] + >=dev-python/s3transfer-0.6.0[${PYTHON_USEDEP}] +" +BDEPEND=" + test? ( + dev-python/mock[${PYTHON_USEDEP}] + dev-python/pytest-xdist[${PYTHON_USEDEP}] + ) +" + +distutils_enable_tests pytest + +python_prepare_all() { + # don't lock versions to narrow ranges + sed -e '/botocore/ d' \ + -e '/jmespath/ d' \ + -e '/s3transfer/ d' \ + -i setup.py || die + + # do not rely on bundled deps in botocore (sic!) + find -name '*.py' -exec sed -i \ + -e 's:from botocore[.]vendored import:import:' \ + -e 's:from botocore[.]vendored[.]:from :' \ + {} + || die + + distutils-r1_python_prepare_all +} + +python_test() { + epytest tests/{functional,unit} -n "$(makeopts_jobs)" +}
[gentoo-commits] repo/gentoo:master commit in: dev-python/ruamel-yaml-clib/
commit: feb332de29f2be65229b91dc546885972fe52c4d Author: Michał Górny gentoo org> AuthorDate: Sat May 27 04:10:58 2023 + Commit: Michał Górny gentoo org> CommitDate: Sat May 27 04:10:58 2023 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=feb332de dev-python/ruamel-yaml-clib: Switch from cythonize(1) to cython(1) cythonize(1) is a bigger tool that can automatically compile all Cython files from a package and build the extensions from them. We don't need that, so just use the reference cython(1) invocation. Signed-off-by: Michał Górny gentoo.org> dev-python/ruamel-yaml-clib/ruamel-yaml-clib-0.2.7.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/ruamel-yaml-clib/ruamel-yaml-clib-0.2.7.ebuild b/dev-python/ruamel-yaml-clib/ruamel-yaml-clib-0.2.7.ebuild index affc2ec8b558..73dd7fb50ddc 100644 --- a/dev-python/ruamel-yaml-clib/ruamel-yaml-clib-0.2.7.ebuild +++ b/dev-python/ruamel-yaml-clib/ruamel-yaml-clib-0.2.7.ebuild @@ -7,7 +7,7 @@ DISTUTILS_EXT=1 DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( pypy3 python3_{10..12} ) -inherit distutils-r1 multiprocessing +inherit distutils-r1 MY_PN="${PN//-/.}" MY_P="${MY_PN}-${PV}" @@ -36,5 +36,5 @@ src_unpack() { } src_configure() { - cythonize -3 _ruamel_yaml.pyx "-j$(makeopts_jobs)" -f || die + cython -f -3 _ruamel_yaml.pyx || die }
[gentoo-commits] repo/gentoo:master commit in: app-doc/doxygen/files/, app-doc/doxygen/
commit: fc9a4259cd3050b1e94947dc2c9738bf29f62036 Author: Sam James gentoo org> AuthorDate: Sat May 27 03:05:07 2023 + Commit: Sam James gentoo org> CommitDate: Sat May 27 03:05:30 2023 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc9a4259 app-doc/doxygen: fix build w/ musl-1.2.4 Closes: https://bugs.gentoo.org/906920 Signed-off-by: Sam James gentoo.org> app-doc/doxygen/doxygen-1.9.7-r1.ebuild| 1 + app-doc/doxygen/doxygen-.ebuild| 1 + .../doxygen/files/doxygen-1.9.7-musl-1.2.4.patch | 26 ++ 3 files changed, 28 insertions(+) diff --git a/app-doc/doxygen/doxygen-1.9.7-r1.ebuild b/app-doc/doxygen/doxygen-1.9.7-r1.ebuild index 3d5cb989116b..367e877520b0 100644 --- a/app-doc/doxygen/doxygen-1.9.7-r1.ebuild +++ b/app-doc/doxygen/doxygen-1.9.7-r1.ebuild @@ -65,6 +65,7 @@ PATCHES=( "${FILESDIR}/${PN}-1.9.4-link_with_pthread.patch" "${FILESDIR}/${PN}-1.9.1-ignore-bad-encoding.patch" "${FILESDIR}/${PN}-1.9.1-do_not_force_libcxx.patch" + "${FILESDIR}/${PN}-1.9.7-musl-1.2.4.patch" ) DOCS=( LANGUAGE.HOWTO README.md ) diff --git a/app-doc/doxygen/doxygen-.ebuild b/app-doc/doxygen/doxygen-.ebuild index 3d5cb989116b..367e877520b0 100644 --- a/app-doc/doxygen/doxygen-.ebuild +++ b/app-doc/doxygen/doxygen-.ebuild @@ -65,6 +65,7 @@ PATCHES=( "${FILESDIR}/${PN}-1.9.4-link_with_pthread.patch" "${FILESDIR}/${PN}-1.9.1-ignore-bad-encoding.patch" "${FILESDIR}/${PN}-1.9.1-do_not_force_libcxx.patch" + "${FILESDIR}/${PN}-1.9.7-musl-1.2.4.patch" ) DOCS=( LANGUAGE.HOWTO README.md ) diff --git a/app-doc/doxygen/files/doxygen-1.9.7-musl-1.2.4.patch b/app-doc/doxygen/files/doxygen-1.9.7-musl-1.2.4.patch new file mode 100644 index ..2c71a0af9ae8 --- /dev/null +++ b/app-doc/doxygen/files/doxygen-1.9.7-musl-1.2.4.patch @@ -0,0 +1,26 @@ +https://bugs.gentoo.org/906920 +https://gitlab.exherbo.org/exherbo/arbor/-/commit/7b517ba0068adc471fe7b2ed8cfbb191a197ca17 + +From 6d713aa98b36ee8219294515142c0225fbd09dfc Mon Sep 17 00:00:00 2001 +From: Heiko Becker +Date: Thu, 25 May 2023 10:52:29 +0200 +Subject: [PATCH] Apply upstream fix for spdlog + +Fixes the build with musl >= 1.2.4, see +https://github.com/gabime/spdlog/commit/287a00d364990edbb621fe5e392aeb550135fb96 +for details. +--- a/deps/spdlog/include/spdlog/details/os-inl.h b/deps/spdlog/include/spdlog/details/os-inl.h +@@ -236,8 +236,8 @@ SPDLOG_INLINE size_t filesize(FILE *f) + #else + int fd = ::fileno(f); + #endif +-// 64 bits(but not in osx or cygwin, where fstat64 is deprecated) +-#if (defined(__linux__) || defined(__sun) || defined(_AIX)) && (defined(__LP64__) || defined(_LP64)) ++// 64 bits(but not in osx, linux/musl or cygwin, where fstat64 is deprecated) ++#if ((defined(__linux__) && defined(__GLIBC__)) || defined(__sun) || defined(_AIX)) && (defined(__LP64__) || defined(_LP64)) + struct stat64 st; + if (::fstat64(fd, &st) == 0) + { +-- +2.41.0.rc2
[gentoo-commits] repo/gentoo:master commit in: dev-libs/spdlog/, dev-libs/spdlog/files/
commit: 3c28815d55e0281a356bed17449b012b27c08c07 Author: Sam James gentoo org> AuthorDate: Sat May 27 03:02:58 2023 + Commit: Sam James gentoo org> CommitDate: Sat May 27 03:02:58 2023 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c28815d dev-libs/spdlog: fix build w/ musl-1.2.4 Closes: https://bugs.gentoo.org/906954 Signed-off-by: Sam James gentoo.org> dev-libs/spdlog/files/spdlog-musl-1.2.4.patch | 30 ++ ...pdlog-1.11.0.ebuild => spdlog-1.11.0-r1.ebuild} | 1 + 2 files changed, 31 insertions(+) diff --git a/dev-libs/spdlog/files/spdlog-musl-1.2.4.patch b/dev-libs/spdlog/files/spdlog-musl-1.2.4.patch new file mode 100644 index ..cd1240d36f46 --- /dev/null +++ b/dev-libs/spdlog/files/spdlog-musl-1.2.4.patch @@ -0,0 +1,30 @@ +https://bugs.gentoo.org/906954 +https://github.com/gabime/spdlog/commit/287a00d364990edbb621fe5e392aeb550135fb96 + +From 287a00d364990edbb621fe5e392aeb550135fb96 Mon Sep 17 00:00:00 2001 +From: Khem Raj +Date: Tue, 3 Jan 2023 09:54:50 -0800 +Subject: [PATCH] Do not use LFS64 functions on linux/musl (#2589) + +On musl, off_t is 64bit always ( even on 32bit platforms ), therefore +using LFS64 funcitons is not needed on such platforms. Moreover, musl +has stopped providing aliases for these functions [1] which means it +wont compile on newer musl systems. Therefore only use it on 32bit +glibc/linux platforms and exclude musl like cygwin or OSX + +[1] https://git.musl-libc.org/cgit/musl/commit/?id=246f1c811448f37a44b41cd8df8d0ef9736d95f4 +Signed-off-by: Khem Raj +--- a/include/spdlog/details/os-inl.h b/include/spdlog/details/os-inl.h +@@ -236,8 +236,8 @@ SPDLOG_INLINE size_t filesize(FILE *f) + #else + int fd = ::fileno(f); + #endif +-// 64 bits(but not in osx or cygwin, where fstat64 is deprecated) +-#if (defined(__linux__) || defined(__sun) || defined(_AIX)) && (defined(__LP64__) || defined(_LP64)) ++// 64 bits(but not in osx, linux/musl or cygwin, where fstat64 is deprecated) ++#if ((defined(__linux__) && defined(__GLIBC__)) || defined(__sun) || defined(_AIX)) && (defined(__LP64__) || defined(_LP64)) + struct stat64 st; + if (::fstat64(fd, &st) == 0) + { + diff --git a/dev-libs/spdlog/spdlog-1.11.0.ebuild b/dev-libs/spdlog/spdlog-1.11.0-r1.ebuild similarity index 96% rename from dev-libs/spdlog/spdlog-1.11.0.ebuild rename to dev-libs/spdlog/spdlog-1.11.0-r1.ebuild index ebda7ae2f4a2..311db3477688 100644 --- a/dev-libs/spdlog/spdlog-1.11.0.ebuild +++ b/dev-libs/spdlog/spdlog-1.11.0-r1.ebuild @@ -31,6 +31,7 @@ RDEPEND="${DEPEND}" PATCHES=( "${FILESDIR}/${PN}-force_external_fmt.patch" + "${FILESDIR}/${PN}-musl-1.2.4.patch" ) src_prepare() {
[gentoo-commits] repo/gentoo:master commit in: media-video/vlc/files/
commit: 59d26c40982765c7a36e7da8c21dec5e3a8b43ef Author: Sam James gentoo org> AuthorDate: Sat May 27 02:47:15 2023 + Commit: Sam James gentoo org> CommitDate: Sat May 27 02:47:19 2023 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59d26c40 media-video/vlc: scrub patches Accidentally left in dummy commit msg, oops. Bug: https://bugs.gentoo.org/901995 Signed-off-by: Sam James gentoo.org> media-video/vlc/files/vlc--configure-lua-version.patch | 9 - media-video/vlc/files/vlc--fix-libtremor-libs.patch| 9 - 2 files changed, 18 deletions(-) diff --git a/media-video/vlc/files/vlc--configure-lua-version.patch b/media-video/vlc/files/vlc--configure-lua-version.patch index d0ac9493a0fd..223841de8a3c 100644 --- a/media-video/vlc/files/vlc--configure-lua-version.patch +++ b/media-video/vlc/files/vlc--configure-lua-version.patch @@ -1,9 +1,3 @@ -From 543ae8e4118dd902e5ec9464caf315213e317089 Mon Sep 17 00:00:00 2001 -From: Sam James -Date: Sat, 27 May 2023 03:14:49 +0100 -Subject: [PATCH 2/2] foo3 - -Signed-off-by: Sam James --- a/configure.ac +++ b/configure.ac @@ -1847,43 +1847,10 @@ AC_ARG_ENABLE([lua], @@ -54,6 +48,3 @@ Signed-off-by: Sam James if test "${have_lua}" != "yes" ; then AC_MSG_ERROR([Could not find lua. Lua is needed for some interfaces (rc, telnet, http) as well as many other custom scripts. Use --disable-lua to ignore this error.]) --- -2.40.1 - diff --git a/media-video/vlc/files/vlc--fix-libtremor-libs.patch b/media-video/vlc/files/vlc--fix-libtremor-libs.patch index 690cb73acfc4..3703cea1f10d 100644 --- a/media-video/vlc/files/vlc--fix-libtremor-libs.patch +++ b/media-video/vlc/files/vlc--fix-libtremor-libs.patch @@ -1,9 +1,3 @@ -From 9f8193bd55f7b75c213a60a48a3302f009bdf054 Mon Sep 17 00:00:00 2001 -From: Sam James -Date: Sat, 27 May 2023 03:13:38 +0100 -Subject: [PATCH 1/2] foo1 - -Signed-off-by: Sam James --- a/modules/codec/Makefile.am +++ b/modules/codec/Makefile.am @@ -332,7 +332,7 @@ codec_LTLIBRARIES += $(LTLIBdaala) @@ -15,6 +9,3 @@ Signed-off-by: Sam James EXTRA_LTLIBRARIES += libtremor_plugin.la codec_LTLIBRARIES += $(LTLIBtremor) --- -2.40.1 -
[gentoo-commits] repo/gentoo:master commit in: dev-python/ruamel-yaml-clib/, dev-python/ruamel-yaml-clib/files/
commit: 8d3d6ac7e5935463fd877b6b31c3605dbd16af96 Author: Sam James gentoo org> AuthorDate: Sat May 27 02:43:37 2023 + Commit: Sam James gentoo org> CommitDate: Sat May 27 02:44:28 2023 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d3d6ac7 dev-python/ruamel-yaml-clib: fix cythonize call to always regenerate Ionen took a look and ended up spotting that it wasn't really regenerating it (and that the Clang 16 patch is touching only the generated sources, so is being overwritten now). Also, while here, I noticed it doesn't respect MAKEOPTS, so fix that. Now Python 3.12 builds again. Bug: https://bugs.gentoo.org/880651 Signed-off-by: Sam James gentoo.org> .../files/ruamel-yaml-clib-0.2.7-clang-16.patch| 34 -- .../ruamel-yaml-clib/ruamel-yaml-clib-0.2.7.ebuild | 8 ++--- 2 files changed, 2 insertions(+), 40 deletions(-) diff --git a/dev-python/ruamel-yaml-clib/files/ruamel-yaml-clib-0.2.7-clang-16.patch b/dev-python/ruamel-yaml-clib/files/ruamel-yaml-clib-0.2.7-clang-16.patch deleted file mode 100644 index bf4200c15ea0.. --- a/dev-python/ruamel-yaml-clib/files/ruamel-yaml-clib-0.2.7-clang-16.patch +++ /dev/null @@ -1,34 +0,0 @@ -https://bugs.gentoo.org/880651 -https://sourceforge.net/p/ruamel-yaml-clib/code/merge-requests/3/ - a/_ruamel_yaml.c -+++ b/_ruamel_yaml.c -@@ -1553,8 +1553,8 @@ - static PyTypeObject *__pyx_ptype_12_ruamel_yaml_Mark = 0; - static PyTypeObject *__pyx_ptype_12_ruamel_yaml_CParser = 0; - static PyTypeObject *__pyx_ptype_12_ruamel_yaml_CEmitter = 0; --static int __pyx_f_12_ruamel_yaml_input_handler(void *, char *, int, int *); /*proto*/ --static int __pyx_f_12_ruamel_yaml_output_handler(void *, char *, int); /*proto*/ -+static int __pyx_f_12_ruamel_yaml_input_handler(void *, unsigned char *, unsigned long, unsigned long *); /*proto*/ -+static int __pyx_f_12_ruamel_yaml_output_handler(void *, unsigned char *, unsigned long); /*proto*/ - static PyObject *__pyx_f_12_ruamel_yaml___pyx_unpickle_Mark__set_state(struct __pyx_obj_12_ruamel_yaml_Mark *, PyObject *); /*proto*/ - #define __Pyx_MODULE_NAME "_ruamel_yaml" - extern int __pyx_module_is_main__ruamel_yaml; -@@ -14551,7 +14551,7 @@ - * parser = data - */ - --static int __pyx_f_12_ruamel_yaml_input_handler(void *__pyx_v_data, char *__pyx_v_buffer, int __pyx_v_size, int *__pyx_v_read) { -+static int __pyx_f_12_ruamel_yaml_input_handler(void *__pyx_v_data, unsigned char *__pyx_v_buffer, unsigned long __pyx_v_size, unsigned long *__pyx_v_read) { - struct __pyx_obj_12_ruamel_yaml_CParser *__pyx_v_parser = 0; - PyObject *__pyx_v_value = NULL; - int __pyx_r; -@@ -23430,7 +23430,7 @@ - * emitter = data - */ - --static int __pyx_f_12_ruamel_yaml_output_handler(void *__pyx_v_data, char *__pyx_v_buffer, int __pyx_v_size) { -+static int __pyx_f_12_ruamel_yaml_output_handler(void *__pyx_v_data, unsigned char *__pyx_v_buffer, unsigned long __pyx_v_size) { - struct __pyx_obj_12_ruamel_yaml_CEmitter *__pyx_v_emitter = 0; - PyObject *__pyx_v_value = NULL; - int __pyx_r; diff --git a/dev-python/ruamel-yaml-clib/ruamel-yaml-clib-0.2.7.ebuild b/dev-python/ruamel-yaml-clib/ruamel-yaml-clib-0.2.7.ebuild index 01025ef409a9..affc2ec8b558 100644 --- a/dev-python/ruamel-yaml-clib/ruamel-yaml-clib-0.2.7.ebuild +++ b/dev-python/ruamel-yaml-clib/ruamel-yaml-clib-0.2.7.ebuild @@ -7,7 +7,7 @@ DISTUTILS_EXT=1 DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( pypy3 python3_{10..12} ) -inherit distutils-r1 +inherit distutils-r1 multiprocessing MY_PN="${PN//-/.}" MY_P="${MY_PN}-${PV}" @@ -30,15 +30,11 @@ BDEPEND=" dev-python/cython[${PYTHON_USEDEP}] " -PATCHES=( - "${FILESDIR}"/${PN}-0.2.7-clang-16.patch -) - src_unpack() { default mv "${MY_P}" ruamel_yaml_clib || die } src_configure() { - cythonize -3 _ruamel_yaml.pyx || die + cythonize -3 _ruamel_yaml.pyx "-j$(makeopts_jobs)" -f || die }
[gentoo-commits] repo/proj/guru:dev commit in: x11-themes/papirus-claws-mail-theme/
commit: f3f4fbaa53f82a30eca346470e44fafef3e36da6 Author: Rahul Sandhu sandhuservices dev> AuthorDate: Sat May 27 02:31:06 2023 + Commit: Rahul Sandhu sandhuservices dev> CommitDate: Sat May 27 02:31:06 2023 + URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f3f4fbaa x11-themes/papirus-claws-mail-theme: add github upstream metadata Signed-off-by: Rahul Sandhu sandhuservices.dev> x11-themes/papirus-claws-mail-theme/metadata.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/x11-themes/papirus-claws-mail-theme/metadata.xml b/x11-themes/papirus-claws-mail-theme/metadata.xml index da58abed9..0665aae1b 100644 --- a/x11-themes/papirus-claws-mail-theme/metadata.xml +++ b/x11-themes/papirus-claws-mail-theme/metadata.xml @@ -5,4 +5,7 @@ gen...@tastytea.de tastytea + + PapirusDevelopmentTeam/papirus-claws-mail-theme +
[gentoo-commits] repo/proj/guru:dev commit in: x11-misc/xob/
commit: 4fcf140390b27d1d23b8f2f7cecb39004ae8189d Author: Rahul Sandhu sandhuservices dev> AuthorDate: Sat May 27 02:28:26 2023 + Commit: Rahul Sandhu sandhuservices dev> CommitDate: Sat May 27 02:28:26 2023 + URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4fcf1403 x11-misc/xob: add github upstream metadata Signed-off-by: Rahul Sandhu sandhuservices.dev> x11-misc/xob/metadata.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/x11-misc/xob/metadata.xml b/x11-misc/xob/metadata.xml index da58abed9..9ff3ca9fa 100644 --- a/x11-misc/xob/metadata.xml +++ b/x11-misc/xob/metadata.xml @@ -5,4 +5,7 @@ gen...@tastytea.de tastytea + + florentc/xob +
[gentoo-commits] repo/proj/guru:dev commit in: x11-misc/tbsm/
commit: 95caacabe27a2b1a55005ce758bf0d06fd2be796 Author: Rahul Sandhu sandhuservices dev> AuthorDate: Sat May 27 02:26:57 2023 + Commit: Rahul Sandhu sandhuservices dev> CommitDate: Sat May 27 02:26:57 2023 + URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=95caacab x11-misc/tbsm: add github upstream metadata Signed-off-by: Rahul Sandhu sandhuservices.dev> x11-misc/tbsm/metadata.xml | 11 +++ 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/x11-misc/tbsm/metadata.xml b/x11-misc/tbsm/metadata.xml index 29c730db2..01db6eb70 100644 --- a/x11-misc/tbsm/metadata.xml +++ b/x11-misc/tbsm/metadata.xml @@ -1,8 +1,11 @@ https://www.gentoo.org/dtd/metadata.dtd";> - -gen...@aisha.cc -Aisha Tammy - + + gen...@aisha.cc + Aisha Tammy + + + loh-tar/tbsm +
[gentoo-commits] repo/proj/guru:dev commit in: gui-wm/swayfx/
commit: dee60c27f57c48761dc74f63236ca070a096df82 Author: Rahul Sandhu sandhuservices dev> AuthorDate: Sat May 27 02:23:50 2023 + Commit: Rahul Sandhu sandhuservices dev> CommitDate: Sat May 27 02:23:50 2023 + URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=dee60c27 gui-wm/swayfx: remove unused use flags Signed-off-by: Rahul Sandhu sandhuservices.dev> gui-wm/swayfx/metadata.xml | 4 1 file changed, 4 deletions(-) diff --git a/gui-wm/swayfx/metadata.xml b/gui-wm/swayfx/metadata.xml index 9fcd742b9..c8faabfab 100644 --- a/gui-wm/swayfx/metadata.xml +++ b/gui-wm/swayfx/metadata.xml @@ -20,10 +20,6 @@ Install 'grimshot': script for taking screenshots Install 'swaybar': sway's status bar component - Install 'swaybg': allows to set a desktop background image - Install 'swayidle': idle manager to run commands when user is inactive - Install 'swaylock': sway's screen locker - Install 'swaymsg': tool for communicating with a running sway instance Install 'swaynag': shows a message with buttons Enable support for StatusNotifierItem tray specification Install sway's default wallpaper image
[gentoo-commits] repo/proj/guru:dev commit in: net-im/discord-canary-bin/
commit: 6deab56f56da9854eb577992fc03ede1e1284fe0 Author: Rahul Sandhu sandhuservices dev> AuthorDate: Sat May 27 02:21:35 2023 + Commit: Rahul Sandhu sandhuservices dev> CommitDate: Sat May 27 02:21:35 2023 + URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6deab56f net-im/discord-canary-bin: fix dependencies Signed-off-by: Rahul Sandhu sandhuservices.dev> net-im/discord-canary-bin/discord-canary-bin-0.0.154.ebuild | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/net-im/discord-canary-bin/discord-canary-bin-0.0.154.ebuild b/net-im/discord-canary-bin/discord-canary-bin-0.0.154.ebuild index a3bf3c422..fcffb37c2 100644 --- a/net-im/discord-canary-bin/discord-canary-bin-0.0.154.ebuild +++ b/net-im/discord-canary-bin/discord-canary-bin-0.0.154.ebuild @@ -19,9 +19,7 @@ KEYWORDS="~amd64" RESTRICT="bindist mirror strip test" RDEPEND=" - app-accessibility/at-spi2-atk:2 - app-accessibility/at-spi2-core:2 - dev-libs/atk + >=app-accessibility/at-spi2-core-2.46.0 dev-libs/expat dev-libs/glib:2 dev-libs/nspr
[gentoo-commits] repo/gentoo:master commit in: media-video/vlc/, media-video/vlc/files/
commit: e269d743a4ffd1a74e8efeeb2b088bfb2da47b72 Author: Sam James gentoo org> AuthorDate: Sat May 27 02:16:24 2023 + Commit: Sam James gentoo org> CommitDate: Sat May 27 02:16:51 2023 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e269d743 media-video/vlc: rebase live patches Closes: https://bugs.gentoo.org/901995 Signed-off-by: Sam James gentoo.org> patch => vlc--configure-lua-version.patch} | 24 +- .../vlc/files/vlc--fix-libtremor-libs.patch| 20 ++ media-video/vlc/vlc-.ebuild| 5 ++--- 3 files changed, 36 insertions(+), 13 deletions(-) diff --git a/media-video/vlc/files/vlc-configure_lua_version.patch b/media-video/vlc/files/vlc--configure-lua-version.patch similarity index 82% rename from media-video/vlc/files/vlc-configure_lua_version.patch rename to media-video/vlc/files/vlc--configure-lua-version.patch index 2628075535a6..d0ac9493a0fd 100644 --- a/media-video/vlc/files/vlc-configure_lua_version.patch +++ b/media-video/vlc/files/vlc--configure-lua-version.patch @@ -1,10 +1,12 @@ -Only look for one single version of Lua: the one pointed to by the -pkgconfig package 'lua'. The wrapper set up by lua eclasses will take care -of the rest. +From 543ae8e4118dd902e5ec9464caf315213e317089 Mon Sep 17 00:00:00 2001 +From: Sam James +Date: Sat, 27 May 2023 03:14:49 +0100 +Subject: [PATCH 2/2] foo3 a/configure.ac 2021-06-11 12:20:01.222417096 +0200 -+++ b/configure.ac 2021-06-11 12:21:00.257419197 +0200 -@@ -1907,44 +1907,10 @@ +Signed-off-by: Sam James +--- a/configure.ac b/configure.ac +@@ -1847,43 +1847,10 @@ AC_ARG_ENABLE([lua], [disable LUA scripting support (default enabled)])) if test "${enable_lua}" != "no" then @@ -45,11 +47,13 @@ of the rest. - AS_IF([test "${have_lua_lib}" = "yes"], [ - AC_CHECK_HEADERS([lua.h lauxlib.h lualib.h], [ have_lua=yes ], []) ]) - ]) -- + PKG_CHECK_MODULES(LUA, lua, +[ have_lua=yes ], +[ have_lua=no ] -+) - if test "x${have_lua}" != "xyes" ; then ++ ) + + if test "${have_lua}" != "yes" ; then AC_MSG_ERROR([Could not find lua. Lua is needed for some interfaces (rc, telnet, http) as well as many other custom scripts. Use --disable-lua to ignore this error.]) - fi +-- +2.40.1 + diff --git a/media-video/vlc/files/vlc--fix-libtremor-libs.patch b/media-video/vlc/files/vlc--fix-libtremor-libs.patch new file mode 100644 index ..690cb73acfc4 --- /dev/null +++ b/media-video/vlc/files/vlc--fix-libtremor-libs.patch @@ -0,0 +1,20 @@ +From 9f8193bd55f7b75c213a60a48a3302f009bdf054 Mon Sep 17 00:00:00 2001 +From: Sam James +Date: Sat, 27 May 2023 03:13:38 +0100 +Subject: [PATCH 1/2] foo1 + +Signed-off-by: Sam James +--- a/modules/codec/Makefile.am b/modules/codec/Makefile.am +@@ -332,7 +332,7 @@ codec_LTLIBRARIES += $(LTLIBdaala) + libtremor_plugin_la_SOURCES = codec/vorbis.c + libtremor_plugin_la_CPPFLAGS = $(AM_CPPFLAGS) -DPLUGIN_TREMOR + libtremor_plugin_la_LDFLAGS = $(AM_LDFLAGS) -rpath '$(codecdir)' +-libtremor_plugin_la_LIBADD = -lvorbisdec -logg ++libtremor_plugin_la_LIBADD = $(VORBIS_LIBS) $(OGG_LIBS) + EXTRA_LTLIBRARIES += libtremor_plugin.la + codec_LTLIBRARIES += $(LTLIBtremor) + +-- +2.40.1 + diff --git a/media-video/vlc/vlc-.ebuild b/media-video/vlc/vlc-.ebuild index d46d85184e77..f27bd375a84e 100644 --- a/media-video/vlc/vlc-.ebuild +++ b/media-video/vlc/vlc-.ebuild @@ -230,9 +230,8 @@ DEPEND="${RDEPEND} " PATCHES=( - "${FILESDIR}"/${PN}-2.1.0-fix-libtremor-libs.patch # build system - "${FILESDIR}"/${PN}-2.2.8-freerdp-2.patch # bug 590164 - "${FILESDIR}"/${PN}-configure_lua_version.patch + "${FILESDIR}"/${PN}--fix-libtremor-libs.patch # build system + "${FILESDIR}"/${PN}--configure-lua-version.patch ) DOCS=( AUTHORS THANKS NEWS README.md doc/fortunes.txt )
[gentoo-commits] repo/proj/guru:dev commit in: app-misc/cpufetch/
commit: 886939745e3ed20c77edf0eef0b691918519da24 Author: Rahul Sandhu sandhuservices dev> AuthorDate: Sat May 27 02:11:50 2023 + Commit: Rahul Sandhu sandhuservices dev> CommitDate: Sat May 27 02:11:50 2023 + URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=88693974 app-misc/cpufetch: add 1.04 Signed-off-by: Rahul Sandhu sandhuservices.dev> app-misc/cpufetch/Manifest | 1 + app-misc/cpufetch/cpufetch-1.04.ebuild | 27 +++ 2 files changed, 28 insertions(+) diff --git a/app-misc/cpufetch/Manifest b/app-misc/cpufetch/Manifest index 2cd52201d..bfe51ce66 100644 --- a/app-misc/cpufetch/Manifest +++ b/app-misc/cpufetch/Manifest @@ -1,2 +1,3 @@ DIST cpufetch-1.01.tar.gz 2759620 BLAKE2B 4d16cc0b1be94706b3e5d9481a2846d8c90807b792212389e7159739952d8df3f3cc02f6e828e53fe17a51ecba4370a273c5152c0af237fa0cededac88c76e3f SHA512 069580b6dd548af394c28b74af72b2979be16a69879c51c42e2f26611ea8bf78412bedb6bbc6ddbfd2f98f8b26f930cc2d8afcc81e4d6494c382cfec9de771c1 DIST cpufetch-1.02.tar.gz 2767499 BLAKE2B 041ac6ac304faa6fb2cc71fb4841d8e9a263d57ae6b79e0d6cdcf5149fd6bf0e89135f9f7eeaf25681d4a4ad73861d2eb45883cee1626b0cfa1bc21957110e44 SHA512 b548af4dccd632c2899a3b0fd70e67f7abdc4bd66371927876c851168d0df47e23bd8f798d82509b83b268c50b0e9a6697a56f6fcf7772711108e2538cd1c09a +DIST cpufetch-1.04.tar.gz 2779927 BLAKE2B 9e8a5f205344cfadf4893a2d4bd1564267ca21f1a14e5b7c99be6eaf519aca13bee0086ee8db6b584a86324b79e8496704c92850b4f7069fc4a749acaa91c8a6 SHA512 06c41439f033309ef31eafe576fb797d9f68900026ec2e01545a0ace0abdeb9dfa19865fe3aa3ab5f40ea1a5fb70ea672e114d5e65257ac04aa28a42acfdfb45 diff --git a/app-misc/cpufetch/cpufetch-1.04.ebuild b/app-misc/cpufetch/cpufetch-1.04.ebuild new file mode 100644 index 0..03e235a57 --- /dev/null +++ b/app-misc/cpufetch/cpufetch-1.04.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit toolchain-funcs + +DESCRIPTION="Simplistic yet fancy CPU architecture fetching tool" +HOMEPAGE="https://github.com/Dr-Noob/cpufetch"; +SRC_URI="https://github.com/Dr-Noob/cpufetch/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}/${PN}-${PV}" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~amd64" + +src_prepare() { + default + tc-export CC +} + +src_install() { + dobin "${PN}" + doman "${PN}.1" + newdoc README.md README + dodoc -r doc/. +}
[gentoo-commits] repo/gentoo:master commit in: sys-devel/gcc/
commit: 834efba80e67952db57786c14327662b191d9962 Author: Sam James gentoo org> AuthorDate: Sat May 27 02:08:11 2023 + Commit: Sam James gentoo org> CommitDate: Sat May 27 02:08:58 2023 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=834efba8 sys-devel/gcc: add 12.3.1_p20230526 Signed-off-by: Sam James gentoo.org> sys-devel/gcc/Manifest| 1 + sys-devel/gcc/gcc-12.3.1_p20230526.ebuild | 56 +++ 2 files changed, 57 insertions(+) diff --git a/sys-devel/gcc/Manifest b/sys-devel/gcc/Manifest index 8bc2cfb8e36c..b5c2d2af7d6d 100644 --- a/sys-devel/gcc/Manifest +++ b/sys-devel/gcc/Manifest @@ -11,6 +11,7 @@ DIST gcc-11.4.0-patches-10.tar.xz 13852 BLAKE2B 54937d13e30e2a5303c7e197fae09eee DIST gcc-11.4.0-patches-9.tar.xz 14704 BLAKE2B 9aa2ecbac493d3040694e9930738e57d59a764b90ab92b91709c319b883f28ad108767e5d11e8b62af40bf1e583d5ff83a03e8c895f904bc6f41315ce9ab4f0a SHA512 ac8b7c6c382ffacc4e9d08299440fc237fa366ec36fb8eb7a8d426b64a4186384a262e6380dc83ed7f7240125ce26a8435c8a4e0e13976ef2652067a7129bd17 DIST gcc-12-20230428.tar.xz 79744932 BLAKE2B f9dcdd2f1b0af79f281851b3b0fe0ac50f14468844e1ee596f8ed1ccf33f55c7617464d88df7e4b3435d58fedecf640592e0661fd1be9ba163acd26dae68 SHA512 992f9cd71f9910efea401048540ba2b43360170f76ce992cf356b1ab383240f481e29c5b0ad32fa4efb2bdbb397477506cb83a825268cfbdd2cde7044d43c758 DIST gcc-12-20230519.tar.xz 79757700 BLAKE2B 81c18adedc9f0eae729a72814a47ae496c9ae78f13e9cf2f442b3ea09c577e84e3261a6004d1634125bbc77c39298328a0879eea1dab26966b85f9f10887f114 SHA512 cd24ad69a6c47a95384d8fd4fcb7e895f8fb4d8e0c4b74d1300943fa8198624e3c40b0bd7702cb78f40849a09b5069e50e36bc191bd206b36c956ca25126ee02 +DIST gcc-12-20230526.tar.xz 79780444 BLAKE2B 6f6eca272ab506e16a231003c399e28572595c82fbaaec9deb14b78ff9fc493fb24afe1c375d4f2fd75e9813805934857ef2ceb6c05b7977dbfe2e50abdc3ec9 SHA512 fb190ce5bf3d38a1899016475c1551550d44c6f71f1f1a71ced545cbb2aff0446bd2765230b0920379579a13103a507ffc1e197ac69afb0a4f08efe11b50918d DIST gcc-12.3.0-musl-patches-1.tar.xz 3572 BLAKE2B c7bf65f7c9ea8023ddaac821ee2b778622fa310ac72a72b2f7032494a8f304eac86217f9204622e6c21aaef9952bece0d09bc126facd4f42b602927909815ab5 SHA512 babc279fea2c1fd4c018815f2f5630214fd46015ce9f365c28af242681d51818eaca30ce298eddcab1eed5ac5f2759e2b47b2335afab9d722b4469a6d4fec326 DIST gcc-12.3.0-patches-2.tar.xz 14236 BLAKE2B 06c43662c9abb0fa3cf90d5e2273c69aecb9158e6cf6f23c04754ed5d686be2616e81e2502eb16f4298ddd50518ca7677e13249da9e9b091162d3931ff65e4fe SHA512 b0d4b85dbf1a541997203b872e3106906b4ad49cde57e1428bc22b2f8e2d73b8cb10ae0d0b792aebaf664594da4d1dea04c44ddc34e59047410766db04d1 DIST gcc-12.3.0.tar.xz 85491976 BLAKE2B a239749089e284887435b9fabc360a36764be1095f4c78eeac6f056f91dd23c49dab2ebec5da32a81bcc08fe8277dd3c714ad114ad725d24317faac03354d595 SHA512 8fb799dfa2e5de5284edf8f821e3d40c2781e4c570f5adfdb1ca0671fcae3fb7f794ea783e80f01ec7bfbf912ca508e478bd749b2755c2c14e4055648146c204 diff --git a/sys-devel/gcc/gcc-12.3.1_p20230526.ebuild b/sys-devel/gcc/gcc-12.3.1_p20230526.ebuild new file mode 100644 index ..4e2eee4f27cd --- /dev/null +++ b/sys-devel/gcc/gcc-12.3.1_p20230526.ebuild @@ -0,0 +1,56 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +TOOLCHAIN_PATCH_DEV="sam" +PATCH_VER="2" +PATCH_GCC_VER="12.3.0" +MUSL_VER="1" +MUSL_GCC_VER="12.3.0" + +if [[ $(ver_cut 3) == ]] ; then + MY_PV_2=$(ver_cut 2) + if [[ ${MY_PV_2} == 0 ]] ; then + MY_PV_2=0 + else + MY_PV_2=$(($(ver_cut 2) - 1)) + fi + + # e.g. 12.2. -> 12.1.1 + TOOLCHAIN_GCC_PV=$(ver_cut 1).${MY_PV_2}.$(($(ver_cut 3) - 9998)) +elif [[ -n ${TOOLCHAIN_GCC_RC} ]] ; then + # Cheesy hack for RCs + # Sometimes the RCs are e.g. 12.3 and not 12.3.0... + #MY_PV=$(ver_cut 1).$((($(ver_cut 2) + 1))).$((($(ver_cut 3) - 1)))-RC-$(ver_cut 5) + MY_PV=$(ver_cut 1).$((($(ver_cut 2) + 1)))-RC-$(ver_cut 5) + MY_P=${PN}-${MY_PV} + GCC_TARBALL_SRC_URI="mirror://gcc/snapshots/${MY_PV}/${MY_P}.tar.xz" + TOOLCHAIN_SET_S=no + S="${WORKDIR}"/${MY_P} +fi + +inherit toolchain + +# Needs to be after inherit (for now?), bug #830908 +EGIT_BRANCH=releases/gcc-$(ver_cut 1) + +# Don't keyword live ebuilds +#if ! tc_is_live && [[ -z ${TOOLCHAIN_USE_GIT_PATCHES} ]] ; then +# KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" +#fi + +if [[ ${CATEGORY} != cross-* ]] ; then + # Technically only if USE=hardened *too* right now, but no point in complicating it further. + # If GCC is enabling CET by default, we need glibc to be built with support for it. + # bug #830454 + RDEPEND="elibc_glibc? ( sys-libs/glibc[cet
[gentoo-commits] repo/gentoo:master commit in: sys-devel/gcc/
commit: f8bdc5b510fd937a4431d0921d09efe76afb6f70 Author: Sam James gentoo org> AuthorDate: Sat May 27 02:06:54 2023 + Commit: Sam James gentoo org> CommitDate: Sat May 27 02:06:54 2023 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8bdc5b5 sys-devel/gcc: add 11.3.1_p20230525 Signed-off-by: Sam James gentoo.org> sys-devel/gcc/Manifest| 1 + sys-devel/gcc/gcc-11.3.1_p20230525.ebuild | 54 +++ 2 files changed, 55 insertions(+) diff --git a/sys-devel/gcc/Manifest b/sys-devel/gcc/Manifest index 060510f932f7..8bc2cfb8e36c 100644 --- a/sys-devel/gcc/Manifest +++ b/sys-devel/gcc/Manifest @@ -5,6 +5,7 @@ DIST gcc-10.5.0-musl-patches-2.tar.xz 3452 BLAKE2B 5387e516d07d81477b3f39b8b3bd9 DIST gcc-10.5.0-patches-6.tar.xz 18208 BLAKE2B 4cac3340108fb378c76ad62b728429f3c97f348d178744e7536575f3576ca8aa682b878b7df3b1c162dccae64a3cb56c66d8d60eae323e1ece2de4278084fdbd SHA512 9d6c84325fbc118cee01347468ce729c278e5b026b16da945fe54050726e26f86a46ee7b71a01a47cf927b70bfcce459c49a6bc4fb93dcfaa047c76d4c5bc5bc DIST gcc-11-20230427.tar.xz 76165128 BLAKE2B dd896b418c1fce35a61005d5b5c90cfd1246d37d23c2a8fc08bacd7d7ca84c353f3ccf5de2370ae5e5ca95c7ae3deab3565b3f65eb78b611dbe5ad4a256516f0 SHA512 fada917a832be5d2e15ee32f24e19fc87b851dc8e6fc75d1be6d25d3510dba408ae3ef3b245ff239c51aa3d243c95f12269695611e5c8965ba55f5aa4730778d DIST gcc-11-20230518.tar.xz 76192980 BLAKE2B 8397a32e6f5800b3ed7be3d7f4afd03511ecd39e93b210a73d59a9a6bf9a7daf8e20524842a661597727df16548fba1a650884d7a4518d647387cd48825116de SHA512 5259726703a8769e0a170dffdb84ce605ac43289b13a9b2cbb95fa19a9abc37859176e5184ca8958e209991ebe4eb9e3ce2fe22f66c7cec1d434a630a68d50c3 +DIST gcc-11-20230525.tar.xz 76192248 BLAKE2B 58f0ca1b6a8daa8a7fc23da47d851e6345ff1ebc0e741458700fe835a044625ee0ac1e42b3fad39fadd5926d15cca625d6c72c51ab4e9b70608a7526973aff39 SHA512 7ad900cd95e5d2e7e9679d1a18781a91ad7796e017ba0e1401da14c7e47133778bceec2a62b2e9b7a9b912e9db0f21ccd5f93972a7ca1324e394a9bcdc530714 DIST gcc-11.4.0-musl-patches-2.tar.xz 4308 BLAKE2B a2335e155fc57816fed822a648e0eaefafcba9d04e1ad0fd7baeea5a694ab6f5e3c1678cb406f2a1bd17bab25cb01699d032713a1ccf337948dfda2093844607 SHA512 17b84f907cb1bd763873655e6f35fd3ed55a40b602b70a626f04f83b4cc89c6261db1661de78d4d969187a8c56e9f6305b742515a3836b962248a21df0df5d0c DIST gcc-11.4.0-patches-10.tar.xz 13852 BLAKE2B 54937d13e30e2a5303c7e197fae09eeed35ca0b9783625e02578fcee829b5503fb22d664366322b304df7d01ae807d00af7c93db3e3ceebe4851e15647724f87 SHA512 31b4d7a2e7cc589e92e12c3583d13d41c523cafbd309bc0532df9b68ea2473c89daef4c0edd3ce2917b5823d81a7792f145b9449f16277d0d64c22ceff50bbb9 DIST gcc-11.4.0-patches-9.tar.xz 14704 BLAKE2B 9aa2ecbac493d3040694e9930738e57d59a764b90ab92b91709c319b883f28ad108767e5d11e8b62af40bf1e583d5ff83a03e8c895f904bc6f41315ce9ab4f0a SHA512 ac8b7c6c382ffacc4e9d08299440fc237fa366ec36fb8eb7a8d426b64a4186384a262e6380dc83ed7f7240125ce26a8435c8a4e0e13976ef2652067a7129bd17 diff --git a/sys-devel/gcc/gcc-11.3.1_p20230525.ebuild b/sys-devel/gcc/gcc-11.3.1_p20230525.ebuild new file mode 100644 index ..a43b016c3fc3 --- /dev/null +++ b/sys-devel/gcc/gcc-11.3.1_p20230525.ebuild @@ -0,0 +1,54 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +TOOLCHAIN_PATCH_SUFFIX="xz" +TOOLCHAIN_PATCH_DEV="sam" +PATCH_VER="10" +PATCH_GCC_VER="11.4.0" +MUSL_VER="2" +MUSL_GCC_VER="11.4.0" + +if [[ $(ver_cut 3) == ]] ; then + MY_PV_2=$(ver_cut 2) + if [[ ${MY_PV_2} == 0 ]] ; then + MY_PV_2=0 + else + MY_PV_2=$(($(ver_cut 2) - 1)) + fi + + # e.g. 12.2. -> 12.1.1 + TOOLCHAIN_GCC_PV=$(ver_cut 1).${MY_PV_2}.$(($(ver_cut 3) - 9998)) +fi + +inherit toolchain +# Needs to be after inherit (for now?), bug #830908 +EGIT_BRANCH=releases/gcc-$(ver_cut 1) + +# Don't keyword live ebuilds +if ! tc_is_live && [[ -z ${TOOLCHAIN_USE_GIT_PATCHES} ]] ; then + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" +fi + +if [[ ${CATEGORY} != cross-* ]] ; then + # Technically only if USE=hardened *too* right now, but no point in complicating it further. + # If GCC is enabling CET by default, we need glibc to be built with support for it. + # bug #830454 + RDEPEND="elibc_glibc? ( sys-libs/glibc[cet(-)?] )" + DEPEND="${RDEPEND}" + BDEPEND=">=${CATEGORY}/binutils-2.30[cet(-)?]" +fi + +src_prepare() { + local p upstreamed_patches=( + # add them here + ) + for p in "${upstreamed_patches[@]}"; do + rm -v "${WORKDIR}/patch/${p}" || die + done + + toolchain_src_prepare + + eapply_user +}
[gentoo-commits] repo/gentoo:master commit in: sys-devel/gcc/
commit: dbf440b4c0367889ea2a682e0627d77cc4df6568 Author: Sam James gentoo org> AuthorDate: Sat May 27 02:09:12 2023 + Commit: Sam James gentoo org> CommitDate: Sat May 27 02:09:12 2023 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbf440b4 sys-devel/gcc: keyword 12.3.1_p20230526 Closes: https://bugs.gentoo.org/905818 Signed-off-by: Sam James gentoo.org> sys-devel/gcc/gcc-12.3.1_p20230526.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sys-devel/gcc/gcc-12.3.1_p20230526.ebuild b/sys-devel/gcc/gcc-12.3.1_p20230526.ebuild index 4e2eee4f27cd..963e5466b141 100644 --- a/sys-devel/gcc/gcc-12.3.1_p20230526.ebuild +++ b/sys-devel/gcc/gcc-12.3.1_p20230526.ebuild @@ -36,9 +36,9 @@ inherit toolchain EGIT_BRANCH=releases/gcc-$(ver_cut 1) # Don't keyword live ebuilds -#if ! tc_is_live && [[ -z ${TOOLCHAIN_USE_GIT_PATCHES} ]] ; then -# KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" -#fi +if ! tc_is_live && [[ -z ${TOOLCHAIN_USE_GIT_PATCHES} ]] ; then + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" +fi if [[ ${CATEGORY} != cross-* ]] ; then # Technically only if USE=hardened *too* right now, but no point in complicating it further.
[gentoo-commits] repo/proj/guru:dev commit in: gui-wm/swayfx/
commit: ac620bab323ec0139b7b862638ae37f82c498542 Author: Rahul Sandhu sandhuservices dev> AuthorDate: Sat May 27 02:06:53 2023 + Commit: Rahul Sandhu sandhuservices dev> CommitDate: Sat May 27 02:06:53 2023 + URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ac620bab gui-wm/swayfx: drop 0.1, update 0.2 Signed-off-by: Rahul Sandhu sandhuservices.dev> gui-wm/swayfx/Manifest | 3 +- gui-wm/swayfx/swayfx-0.1.ebuild | 101 gui-wm/swayfx/swayfx-0.2.ebuild | 8 ++-- 3 files changed, 4 insertions(+), 108 deletions(-) diff --git a/gui-wm/swayfx/Manifest b/gui-wm/swayfx/Manifest index fd45304a2..3ce8ce494 100644 --- a/gui-wm/swayfx/Manifest +++ b/gui-wm/swayfx/Manifest @@ -1,3 +1,2 @@ -DIST 0.1.tar.gz 5514855 BLAKE2B 57be3ab5b66cb71a826ed6d7cd2dc70cc415f0f207420aa2b545f63ccfca5f7504d6a44554ff7e8000b35797540e52043902a5d6264cf1f8290a34e9876ef372 SHA512 9dd17d3628d59c2d2de521c26a3d49780fb95acd18b886dd7f515e210c0f876b51b37e83119ed082aa1fc28ae4631ae794cd81d20516ba77566639b2ba49e9fb -DIST 0.2.tar.gz 5534158 BLAKE2B e01ac28ea24743d5fe937d953114c8316f3de27b7813f83cce0f6f76bf524f079357be810845791c4431db7e315f096411e6d7a0e2174673e4247d16e3e44bc1 SHA512 0884513a0851b19546f2cc647d8590c7d82494604028ed71b2e6fefbac7f3fff141be26e783ccc504b8da84bbed6c1e12a2194f0713c920e1cc34a6360ac318c +DIST swayfx-0.2.tar.gz 5534158 BLAKE2B e01ac28ea24743d5fe937d953114c8316f3de27b7813f83cce0f6f76bf524f079357be810845791c4431db7e315f096411e6d7a0e2174673e4247d16e3e44bc1 SHA512 0884513a0851b19546f2cc647d8590c7d82494604028ed71b2e6fefbac7f3fff141be26e783ccc504b8da84bbed6c1e12a2194f0713c920e1cc34a6360ac318c DIST swayfx-0.3.tar.gz 5746551 BLAKE2B 6455416f54d9e36d33f2f17146c3f2c41ff77a154fcb49f12906c5ba5b2ced3eecb9f052423ad5916885a9e6602160a404bd9fe351272c34cc5b375656b75604 SHA512 a6054d167c9d41a6e3fe9247683267c40ac55637a565649724fad0d7caf340d8aa51ab65767a7f8becc0480eced1eb42a5c851dfc5d815a73c3ae99eb1c39572 diff --git a/gui-wm/swayfx/swayfx-0.1.ebuild b/gui-wm/swayfx/swayfx-0.1.ebuild deleted file mode 100644 index ac081a87a..0 --- a/gui-wm/swayfx/swayfx-0.1.ebuild +++ /dev/null @@ -1,101 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit meson optfeature - -DESCRIPTION="i3-compatible Wayland window manager" -HOMEPAGE="https://swaywm.org"; - -MY_PV=${PV/_rc/-rc} -SRC_URI="https://github.com/WillPower3309/swayfx/archive/refs/tags/${PV}.tar.gz"; -KEYWORDS="~amd64" -S="${WORKDIR}/${PN}-${MY_PV}" - -LICENSE="MIT" -SLOT="0" -IUSE="grimshot +man +swaybar +swaynag tray wallpapers X" - -DEPEND=" - >=dev-libs/json-c-0.13:0= - >=dev-libs/libinput-1.6.0:0= - sys-auth/seatd:= - dev-libs/libpcre - >=dev-libs/wayland-1.20.0 - x11-libs/cairo - x11-libs/libxkbcommon - x11-libs/pango - x11-libs/pixman - media-libs/mesa[gles2,libglvnd(+)] - swaybar? ( x11-libs/gdk-pixbuf:2 ) - tray? ( || ( - sys-apps/systemd - sys-auth/elogind - sys-libs/basu - ) ) - wallpapers? ( gui-apps/swaybg[gdk-pixbuf(+)] ) - X? ( x11-libs/libxcb:0= ) -" -DEPEND+=" - >=gui-libs/wlroots-0.15:=[X?] - https://github.com/swaywm/sway/wiki/Useful-add-ons-for-sway"; - einfo "Please note that some of them might not (yet) available on gentoo" -} diff --git a/gui-wm/swayfx/swayfx-0.2.ebuild b/gui-wm/swayfx/swayfx-0.2.ebuild index 35d2bcf8e..d6a85d917 100644 --- a/gui-wm/swayfx/swayfx-0.2.ebuild +++ b/gui-wm/swayfx/swayfx-0.2.ebuild @@ -5,13 +5,11 @@ EAPI=8 inherit meson optfeature -DESCRIPTION="i3-compatible Wayland window manager" -HOMEPAGE="https://swaywm.org"; +DESCRIPTION="SwayFX: Sway, but with eye candy!" +HOMEPAGE="https://github.com/WillPower3309/swayfx"; -MY_PV=${PV/_rc/-rc} -SRC_URI="https://github.com/WillPower3309/swayfx/archive/refs/tags/${PV}.tar.gz"; +SRC_URI="https://github.com/WillPower3309/swayfx/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="~amd64" -S="${WORKDIR}/${PN}-${MY_PV}" LICENSE="MIT" SLOT="0"
[gentoo-commits] repo/proj/guru:dev commit in: gui-wm/swayfx/
commit: 7cb779eefcd23d02971f4efad9f398910e561f64 Author: Rahul Sandhu sandhuservices dev> AuthorDate: Sat May 27 02:04:10 2023 + Commit: Rahul Sandhu sandhuservices dev> CommitDate: Sat May 27 02:04:10 2023 + URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7cb779ee gui-wm/swayfx: update DESCRIPTION, HOMEPAGE, SRC_URI Signed-off-by: Rahul Sandhu sandhuservices.dev> gui-wm/swayfx/Manifest | 2 +- gui-wm/swayfx/swayfx-0.3.ebuild | 8 +++- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/gui-wm/swayfx/Manifest b/gui-wm/swayfx/Manifest index 1d06f5501..fd45304a2 100644 --- a/gui-wm/swayfx/Manifest +++ b/gui-wm/swayfx/Manifest @@ -1,3 +1,3 @@ DIST 0.1.tar.gz 5514855 BLAKE2B 57be3ab5b66cb71a826ed6d7cd2dc70cc415f0f207420aa2b545f63ccfca5f7504d6a44554ff7e8000b35797540e52043902a5d6264cf1f8290a34e9876ef372 SHA512 9dd17d3628d59c2d2de521c26a3d49780fb95acd18b886dd7f515e210c0f876b51b37e83119ed082aa1fc28ae4631ae794cd81d20516ba77566639b2ba49e9fb DIST 0.2.tar.gz 5534158 BLAKE2B e01ac28ea24743d5fe937d953114c8316f3de27b7813f83cce0f6f76bf524f079357be810845791c4431db7e315f096411e6d7a0e2174673e4247d16e3e44bc1 SHA512 0884513a0851b19546f2cc647d8590c7d82494604028ed71b2e6fefbac7f3fff141be26e783ccc504b8da84bbed6c1e12a2194f0713c920e1cc34a6360ac318c -DIST 0.3.tar.gz 5746551 BLAKE2B 6455416f54d9e36d33f2f17146c3f2c41ff77a154fcb49f12906c5ba5b2ced3eecb9f052423ad5916885a9e6602160a404bd9fe351272c34cc5b375656b75604 SHA512 a6054d167c9d41a6e3fe9247683267c40ac55637a565649724fad0d7caf340d8aa51ab65767a7f8becc0480eced1eb42a5c851dfc5d815a73c3ae99eb1c39572 +DIST swayfx-0.3.tar.gz 5746551 BLAKE2B 6455416f54d9e36d33f2f17146c3f2c41ff77a154fcb49f12906c5ba5b2ced3eecb9f052423ad5916885a9e6602160a404bd9fe351272c34cc5b375656b75604 SHA512 a6054d167c9d41a6e3fe9247683267c40ac55637a565649724fad0d7caf340d8aa51ab65767a7f8becc0480eced1eb42a5c851dfc5d815a73c3ae99eb1c39572 diff --git a/gui-wm/swayfx/swayfx-0.3.ebuild b/gui-wm/swayfx/swayfx-0.3.ebuild index 422be6474..b0bd4e92a 100644 --- a/gui-wm/swayfx/swayfx-0.3.ebuild +++ b/gui-wm/swayfx/swayfx-0.3.ebuild @@ -5,13 +5,11 @@ EAPI=8 inherit meson optfeature -DESCRIPTION="i3-compatible Wayland window manager" -HOMEPAGE="https://swaywm.org"; +DESCRIPTION="SwayFX: Sway, but with eye candy!" +HOMEPAGE="https://github.com/WillPower3309/swayfx"; -MY_PV=${PV/_rc/-rc} -SRC_URI="https://github.com/WillPower3309/swayfx/archive/refs/tags/${PV}.tar.gz"; +SRC_URI="https://github.com/WillPower3309/swayfx/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="~amd64" -S="${WORKDIR}/${PN}-${MY_PV}" LICENSE="MIT" SLOT="0"
[gentoo-commits] repo/proj/guru:dev commit in: gui-wm/swayfx/
commit: 5777162501be23a0c6210fec2abe00e4d8f80592 Author: Rahul Sandhu sandhuservices dev> AuthorDate: Sat May 27 02:00:05 2023 + Commit: Rahul Sandhu sandhuservices dev> CommitDate: Sat May 27 02:00:05 2023 + URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=57771625 gui-wm/swayfx: add 0.3 Signed-off-by: Rahul Sandhu sandhuservices.dev> gui-wm/swayfx/Manifest | 1 + gui-wm/swayfx/metadata.xml | 12 ++--- gui-wm/swayfx/swayfx-0.3.ebuild | 101 3 files changed, 108 insertions(+), 6 deletions(-) diff --git a/gui-wm/swayfx/Manifest b/gui-wm/swayfx/Manifest index 46085d9f6..1d06f5501 100644 --- a/gui-wm/swayfx/Manifest +++ b/gui-wm/swayfx/Manifest @@ -1,2 +1,3 @@ DIST 0.1.tar.gz 5514855 BLAKE2B 57be3ab5b66cb71a826ed6d7cd2dc70cc415f0f207420aa2b545f63ccfca5f7504d6a44554ff7e8000b35797540e52043902a5d6264cf1f8290a34e9876ef372 SHA512 9dd17d3628d59c2d2de521c26a3d49780fb95acd18b886dd7f515e210c0f876b51b37e83119ed082aa1fc28ae4631ae794cd81d20516ba77566639b2ba49e9fb DIST 0.2.tar.gz 5534158 BLAKE2B e01ac28ea24743d5fe937d953114c8316f3de27b7813f83cce0f6f76bf524f079357be810845791c4431db7e315f096411e6d7a0e2174673e4247d16e3e44bc1 SHA512 0884513a0851b19546f2cc647d8590c7d82494604028ed71b2e6fefbac7f3fff141be26e783ccc504b8da84bbed6c1e12a2194f0713c920e1cc34a6360ac318c +DIST 0.3.tar.gz 5746551 BLAKE2B 6455416f54d9e36d33f2f17146c3f2c41ff77a154fcb49f12906c5ba5b2ced3eecb9f052423ad5916885a9e6602160a404bd9fe351272c34cc5b375656b75604 SHA512 a6054d167c9d41a6e3fe9247683267c40ac55637a565649724fad0d7caf340d8aa51ab65767a7f8becc0480eced1eb42a5c851dfc5d815a73c3ae99eb1c39572 diff --git a/gui-wm/swayfx/metadata.xml b/gui-wm/swayfx/metadata.xml index 2d648c8b9..9fcd742b9 100644 --- a/gui-wm/swayfx/metadata.xml +++ b/gui-wm/swayfx/metadata.xml @@ -31,10 +31,10 @@ WillPower3309/swayfx - -William McKinnon - -https://github.com/WillPower3309/swayfx/issues -https://github.com/WillPower3309/swayfx/releases - + + William McKinnon + + https://github.com/WillPower3309/swayfx/issues + https://github.com/WillPower3309/swayfx/releases + diff --git a/gui-wm/swayfx/swayfx-0.3.ebuild b/gui-wm/swayfx/swayfx-0.3.ebuild new file mode 100644 index 0..422be6474 --- /dev/null +++ b/gui-wm/swayfx/swayfx-0.3.ebuild @@ -0,0 +1,101 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit meson optfeature + +DESCRIPTION="i3-compatible Wayland window manager" +HOMEPAGE="https://swaywm.org"; + +MY_PV=${PV/_rc/-rc} +SRC_URI="https://github.com/WillPower3309/swayfx/archive/refs/tags/${PV}.tar.gz"; +KEYWORDS="~amd64" +S="${WORKDIR}/${PN}-${MY_PV}" + +LICENSE="MIT" +SLOT="0" +IUSE="grimshot +man +swaybar +swaynag tray wallpapers X" + +DEPEND=" + >=dev-libs/json-c-0.13:0= + >=dev-libs/libinput-1.21.0:0= + sys-auth/seatd:= + dev-libs/libpcre + >=dev-libs/wayland-1.20.0 + x11-libs/cairo + x11-libs/libxkbcommon + x11-libs/pango + x11-libs/pixman + media-libs/mesa[gles2,libglvnd(+)] + swaybar? ( x11-libs/gdk-pixbuf:2 ) + tray? ( || ( + sys-apps/systemd + sys-auth/elogind + sys-libs/basu + ) ) + wallpapers? ( gui-apps/swaybg[gdk-pixbuf(+)] ) + X? ( x11-libs/libxcb:0= ) +" +DEPEND+=" + >=gui-libs/wlroots-0.16:=[X?] + https://github.com/swaywm/sway/wiki/Useful-add-ons-for-sway"; + einfo "Please note that some of them might not (yet) available on gentoo" +}
[gentoo-commits] repo/proj/guru:dev commit in: media-fonts/ubuntumono-nerdfont/
commit: 1bb0d123377a0f284807e904860c0c1d1bb2f24e Author: Rahul Sandhu sandhuservices dev> AuthorDate: Sat May 27 01:41:51 2023 + Commit: Rahul Sandhu sandhuservices dev> CommitDate: Sat May 27 01:41:51 2023 + URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1bb0d123 media-fonts/ubuntumono-nerdfont: add 3.0.1 Signed-off-by: Rahul Sandhu sandhuservices.dev> media-fonts/ubuntumono-nerdfont/Manifest | 1 + .../ubuntumono-nerdfont-3.0.1.ebuild | 25 ++ 2 files changed, 26 insertions(+) diff --git a/media-fonts/ubuntumono-nerdfont/Manifest b/media-fonts/ubuntumono-nerdfont/Manifest index 06010faf4..74ba45346 100644 --- a/media-fonts/ubuntumono-nerdfont/Manifest +++ b/media-fonts/ubuntumono-nerdfont/Manifest @@ -1 +1,2 @@ DIST ubuntumono-nerdfont-2.2.2.zip 9741947 BLAKE2B 91ab5d244327351fedbc27e8d406c846a06747ce1747d96f88142c7ca8fc895078446ac6d9ba41fb49f5d7954a7a603a6645c3c785b0736145c917e97e20e498 SHA512 7687bac3861d9e7d74ea2584d4e5c57635e1faa0c6c09c3495cde7d635e6aee80bd8a356771369bf34794bd60610d60d0e318c65a7c9a6d70fac067cc55f1c5b +DIST ubuntumono-nerdfont-3.0.1.tar.xz 1890968 BLAKE2B a36911475607cc711ed18cca4634723f1623fcd3c3f0d9a00b09e8ce42dd039e73808708e55fb84de5c4dd513a27bac55c054c31162b63d297ba32b2fd2913ee SHA512 d2e6a516eb065a2ae1fdbcd165a8ba235dbe1264a108fd76036c556f3677dfe985caa2bff6ab98881faaac347334b02753fee6114d0f31c2ac620232a2f50a7a diff --git a/media-fonts/ubuntumono-nerdfont/ubuntumono-nerdfont-3.0.1.ebuild b/media-fonts/ubuntumono-nerdfont/ubuntumono-nerdfont-3.0.1.ebuild new file mode 100644 index 0..b16ecc2c3 --- /dev/null +++ b/media-fonts/ubuntumono-nerdfont/ubuntumono-nerdfont-3.0.1.ebuild @@ -0,0 +1,25 @@ +# Copyright 2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit font + +DESCRIPTION="A free and open-source typeface for developers" +HOMEPAGE="https://github.com/ryanoasis/nerd-fonts"; +SRC_URI="https://github.com/ryanoasis/nerd-fonts/releases/download/v${PV}/UbuntuMono.tar.xz -> ${P}.tar.xz" + +LICENSE="OFL-1.1" +SLOT="0" +KEYWORDS="~amd64" + +S="${WORKDIR}" +FONT_SUFFIX="ttf" + +pkg_postinst() { + ewarn "Upstream has recently made some major changes since version 3.0.0." + ewarn "The older Material Design Icon codepoints have been dropped." + ewarn "See issue 1059, comment 1404891287 at upstream for a translation table." + ewarn "More information can be found here:" + ewarn "https://github.com/ryanoasis/nerd-fonts/tree/v3.0.0"; +}