From 357a367ecd7c86e923b4479c8c829e4e0970c0cb Mon Sep 17 00:00:00 2001 From: David Roman Date: Tue, 1 Aug 2023 17:00:04 +0200 Subject: [PATCH 01/20] dev-python/PythonQwt: new package, add 0.10.2 Signed-off-by: David Roman --- dev-python/PythonQwt/Manifest | 1 + dev-python/PythonQwt/PythonQwt-0.10.2.ebuild | 21 ++++++++++++++++++++ dev-python/PythonQwt/metadata.xml | 11 ++++++++++ 3 files changed, 33 insertions(+) create mode 100644 dev-python/PythonQwt/Manifest create mode 100644 dev-python/PythonQwt/PythonQwt-0.10.2.ebuild create mode 100644 dev-python/PythonQwt/metadata.xml diff --git a/dev-python/PythonQwt/Manifest b/dev-python/PythonQwt/Manifest new file mode 100644 index 0000000000..600a56bf35 --- /dev/null +++ b/dev-python/PythonQwt/Manifest @@ -0,0 +1 @@ +DIST PythonQwt-0.10.2.tar.gz 1044022 BLAKE2B 12019566a2465b37aceeb5e6e0c587274b99bcaaadd20bc18a697548278a2a3ee13e34cff7563f1751b27a3d7fd51eaee91cf83cc702064db8b9400c9a4e4597 SHA512 949ebf5b76253f1d7a9d8410ebb01f24ab90547e3c13a017d19f3c96f2735134993165073f7e18d4887b4e224b31f4a3cb1a1896063128be2591cad294a3a2ed diff --git a/dev-python/PythonQwt/PythonQwt-0.10.2.ebuild b/dev-python/PythonQwt/PythonQwt-0.10.2.ebuild new file mode 100644 index 0000000000..8141313035 --- /dev/null +++ b/dev-python/PythonQwt/PythonQwt-0.10.2.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2023 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYPI_NO_NORMALIZE=true +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{11,12} ) + +inherit distutils-r1 pypi + +DESCRIPTION="Qt plotting widgets for Python " +HOMEPAGE="https://pypi.python.org/pypi/PythonQwt" +LICENSE="MIT" + +SLOT="0" +RETRICT="test" + +RDEPEND="dev-python/PyQt5[${PYTHON_USEDEP},svg]" + +KEYWORDS="~amd64 ~x86" diff --git a/dev-python/PythonQwt/metadata.xml b/dev-python/PythonQwt/metadata.xml new file mode 100644 index 0000000000..e255c3cdfc --- /dev/null +++ b/dev-python/PythonQwt/metadata.xml @@ -0,0 +1,11 @@ + + + + + davidroman96@gmail.com + David Roman + + + PythonQwt + + From 0170091abcd972763c8516051977ef0385c010e1 Mon Sep 17 00:00:00 2001 From: David Roman Date: Tue, 1 Aug 2023 17:14:37 +0200 Subject: [PATCH 02/20] dev-python/guiqwt: new package, add 4.4.1 Signed-off-by: David Roman --- dev-python/guiqwt/Manifest | 1 + dev-python/guiqwt/guiqwt-4.4.1.ebuild | 23 +++++++++++++++++++++++ dev-python/guiqwt/metadata.xml | 11 +++++++++++ 3 files changed, 35 insertions(+) create mode 100644 dev-python/guiqwt/Manifest create mode 100644 dev-python/guiqwt/guiqwt-4.4.1.ebuild create mode 100644 dev-python/guiqwt/metadata.xml diff --git a/dev-python/guiqwt/Manifest b/dev-python/guiqwt/Manifest new file mode 100644 index 0000000000..6203c8c6b2 --- /dev/null +++ b/dev-python/guiqwt/Manifest @@ -0,0 +1 @@ +DIST guiqwt-4.4.1.tar.gz 3292649 BLAKE2B 730550ceeb619e6184145562e437d8c90799218654dd2f43718692f1951b877eb8d687ebe43abd13e83ac7be921d3e2e8b43891719354b17a5b570d68685d01d SHA512 ea92919d88c1691c7098b7dfa51185b39b9568101b86335f19f7da72138d35f06ffce6e9763c2e2c8a02b20f362dab9a069e8748c19f8aed72d35763f346ae32 diff --git a/dev-python/guiqwt/guiqwt-4.4.1.ebuild b/dev-python/guiqwt/guiqwt-4.4.1.ebuild new file mode 100644 index 0000000000..82922c881a --- /dev/null +++ b/dev-python/guiqwt/guiqwt-4.4.1.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2019 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_11 ) + +inherit distutils-r1 pypi + +DESCRIPTION="Efficient 2D plotting Python library based on PythonQwt " +HOMEPAGE="https://pypi.python.org/pypi/guiqwt" +LICENSE="MIT" + +SLOT="0" +RETRICT="test" + +RDEPEND=" + dev-python/cython[${PYTHON_USEDEP}] + dev-python/guidata[${PYTHON_USEDEP}] +" + +KEYWORDS="~amd64 ~x86" diff --git a/dev-python/guiqwt/metadata.xml b/dev-python/guiqwt/metadata.xml new file mode 100644 index 0000000000..287c0f3260 --- /dev/null +++ b/dev-python/guiqwt/metadata.xml @@ -0,0 +1,11 @@ + + + + + davidroman96@gmail.com + David Roman + + + guiqwt + + From d40141fee350169429f6aebd61c723eb8aac499b Mon Sep 17 00:00:00 2001 From: Roberto Alfieri Date: Tue, 1 Aug 2023 18:44:06 +0200 Subject: [PATCH 03/20] app-admin/chezmoi: add 2.36.1, drop 2.35.2 Signed-off-by: Roberto Alfieri --- app-admin/chezmoi/Manifest | 4 ++-- .../chezmoi/{chezmoi-2.35.2.ebuild => chezmoi-2.36.1.ebuild} | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename app-admin/chezmoi/{chezmoi-2.35.2.ebuild => chezmoi-2.36.1.ebuild} (100%) diff --git a/app-admin/chezmoi/Manifest b/app-admin/chezmoi/Manifest index 235bacecef..bc748de0d4 100644 --- a/app-admin/chezmoi/Manifest +++ b/app-admin/chezmoi/Manifest @@ -1,2 +1,2 @@ -DIST chezmoi-2.35.2-deps.tar.xz 137638440 BLAKE2B 155aeb32850911035cc74f68a5b73a161fa3bbc8d92cec8290bd223948a4bde7f183f3e3fa5447a3d325a493ddc1e98fac673ed6cb448fdadfeeacb5491b7d9a SHA512 522b8d99683959ff6e11d24cb707786e32a68be8c02306de250e6195145b265e063d8ae320b229814de617a32023a55cf3c8d3467c89b9dead11456dd5f74ccf -DIST chezmoi-2.35.2.tar.gz 2403390 BLAKE2B f97f54606eb7968219eee8d74afaf1a39ea3bc2366d6d16d60386584a4dc590d13e16ecb1446800303bfd84e899f1bdd85d33137781d353eb319f1b081e42c7a SHA512 43beb0601bda7da951d0e51c278b891fb257117504a3bff0c2ccd98d5b0514a6e0251cb3e4422dc36d95a231fb5ffb21bc51ed5c85abe9827e4d8269863dae9d +DIST chezmoi-2.36.1-deps.tar.xz 138754024 BLAKE2B 469ee6ef8b64be7fb84cf94e5a8fbeecfc1c9df905bed24a997f949ed54013a097dc7e8f1cb3e56d2718b0e67231e7887ad6c29c370c9281ec7386ff5765a276 SHA512 3d09d650e2c5c1118de9894c41686af7c44e041c46bf5cc9674fac765cc0ee4250e0748f446338a152fcd75e49fc1e177c5436169dbb20aec48279e0cb3d8869 +DIST chezmoi-2.36.1.tar.gz 2408617 BLAKE2B c8eaf8d41ddc317966f55cf865e11dfbd175f1cc017758448b952f01ab2dbaaccec1eb35eaa9b4e67429d5b93556c7d54b4aaa770b304c5f998774df2661c7ed SHA512 7308b545f0144dec465c8e3a903352cefe1de207bb408a010ba5f64c899f3f6fe30e7bebfb875c87b41da9331f5edc3b06279bba1e39c6170518113a5d0b73e5 diff --git a/app-admin/chezmoi/chezmoi-2.35.2.ebuild b/app-admin/chezmoi/chezmoi-2.36.1.ebuild similarity index 100% rename from app-admin/chezmoi/chezmoi-2.35.2.ebuild rename to app-admin/chezmoi/chezmoi-2.36.1.ebuild From 8e223fab305f03c56fe1517229cc4041a287ddbe Mon Sep 17 00:00:00 2001 From: Jonas Frei Date: Tue, 1 Aug 2023 20:31:06 +0200 Subject: [PATCH 04/20] net-mail/pop: new package, add 0.2.0 Signed-off-by: Jonas Frei --- net-mail/pop/Manifest | 2 ++ net-mail/pop/metadata.xml | 12 ++++++++++++ net-mail/pop/pop-0.2.0.ebuild | 35 +++++++++++++++++++++++++++++++++++ 3 files changed, 49 insertions(+) create mode 100644 net-mail/pop/Manifest create mode 100644 net-mail/pop/metadata.xml create mode 100644 net-mail/pop/pop-0.2.0.ebuild diff --git a/net-mail/pop/Manifest b/net-mail/pop/Manifest new file mode 100644 index 0000000000..a56727d673 --- /dev/null +++ b/net-mail/pop/Manifest @@ -0,0 +1,2 @@ +DIST pop-0.2.0-deps.tar.xz 30638132 BLAKE2B b672b33c7e20a74f62eb8f0f67b51ea6a2f9c817fb512808638288c162090d27651c6c463ce8605cb80bb1c71e4822aa7b194cc2d2928fc9f1ef7f3b636b5564 SHA512 78b6446897aa8e02e045b921ca5abdcbcc74af980105fc1711cc46ee16cb6880f4488a78140f172039a67b4de421c842c5813041164314b535076c575b294d00 +DIST pop-0.2.0.tar.gz 18853 BLAKE2B 7d59db09b5593de39f61fec4a8c0d433ed0e65993fa0b6ca25e79b7dc2fbee210a852f742ed3ce967e89d1d2c85546366128a73d2102b92795180f3ab84e6e8a SHA512 396c69ca1e5cec2456cdc420594ef9143c27d12567afbae1beb22acc063bfcc1e4ccac3aa80233c2f057916771de1ccae557b5909c77c4de39df90852e7faa81 diff --git a/net-mail/pop/metadata.xml b/net-mail/pop/metadata.xml new file mode 100644 index 0000000000..d75171cf9b --- /dev/null +++ b/net-mail/pop/metadata.xml @@ -0,0 +1,12 @@ + + + + + freijon@pm.me + Jonas Frei + + + charmbracelet/pop + https://github.com/charmbracelet/pop/issues + + diff --git a/net-mail/pop/pop-0.2.0.ebuild b/net-mail/pop/pop-0.2.0.ebuild new file mode 100644 index 0000000000..568ac0098b --- /dev/null +++ b/net-mail/pop/pop-0.2.0.ebuild @@ -0,0 +1,35 @@ +# Copyright 2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit go-module + +DESCRIPTION="Send emails from your terminal" +HOMEPAGE="https://github.com/charmbracelet/pop" +SRC_URI="https://github.com/charmbracelet/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" + +# Using a dependency tarball as per https://devmanual.gentoo.org/eclass-reference/go-module.eclass/index.html +DEPS_URI="https://gitlab.com/freijon_gentoo/${CATEGORY}/${PN}/uploads/7f29f486dd58e399fd05ca93587660c5/${P}-deps.tar.xz" +SRC_URI+=" ${DEPS_URI}" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +DEPEND="" +RDEPEND="${DEPEND}" +BDEPEND=" + dev-lang/go +" + +src_compile() { + ego build . +} + +src_install() { + dobin ${PN} + dodoc "README.md" + default +} From 2a67d10bdb2ac57fdf141fe7b8ec7e7f5fc1a94f Mon Sep 17 00:00:00 2001 From: Jonas Frei Date: Tue, 1 Aug 2023 20:31:28 +0200 Subject: [PATCH 05/20] app-office/invoice: new package, add 0.1.0 Signed-off-by: Jonas Frei --- app-office/invoice/Manifest | 2 ++ app-office/invoice/invoice-0.1.0.ebuild | 35 +++++++++++++++++++++++++ app-office/invoice/metadata.xml | 12 +++++++++ 3 files changed, 49 insertions(+) create mode 100644 app-office/invoice/Manifest create mode 100644 app-office/invoice/invoice-0.1.0.ebuild create mode 100644 app-office/invoice/metadata.xml diff --git a/app-office/invoice/Manifest b/app-office/invoice/Manifest new file mode 100644 index 0000000000..032644ab49 --- /dev/null +++ b/app-office/invoice/Manifest @@ -0,0 +1,2 @@ +DIST invoice-0.1.0-deps.tar.xz 21517072 BLAKE2B 8e351b4aa74994f632ae35d88eb60838a7240551e717fda5657576eba4a1cb6e139870d1830980897d14c12842f54edc49638782f149cafc4f50a8208b5a1aad SHA512 01924501b6d9009027e7ffcf0100149ddaac6dde551a65e9cf150d52c48f0e423ffe29c9d6d232086b4b8e3426580b4342177dec1e9315bf7ddbb63b32cf07c4 +DIST invoice-0.1.0.tar.gz 22300950 BLAKE2B 245d317c82306e70047545b0914e76aa7b69a2e7958387bb0bdbe76d1a77f4e9e873a8a206efec0a0996f614f647c5c918aa871efd301e5b2cfcd4b55b630998 SHA512 534350bcfae7226888295e9227582be5c1a5bb64100f9465af74a991d6406466df9305f1a2fe1f64065bb90b458afe3dc8fb925090032ba22d62c16fe4183696 diff --git a/app-office/invoice/invoice-0.1.0.ebuild b/app-office/invoice/invoice-0.1.0.ebuild new file mode 100644 index 0000000000..f258ceb7dc --- /dev/null +++ b/app-office/invoice/invoice-0.1.0.ebuild @@ -0,0 +1,35 @@ +# Copyright 2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit go-module + +DESCRIPTION="Generate invoices from the command line" +HOMEPAGE="https://github.com/maaslalani/invoice" +SRC_URI="https://github.com/maaslalani/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" + +# Using a dependency tarball as per https://devmanual.gentoo.org/eclass-reference/go-module.eclass/index.html +DEPS_URI="https://gitlab.com/freijon_gentoo/${CATEGORY}/${PN}/uploads/c7abf25c03f3397186c9deff055a9e89/${P}-deps.tar.xz" +SRC_URI+=" ${DEPS_URI}" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +DEPEND="" +RDEPEND="${DEPEND}" +BDEPEND=" + dev-lang/go +" + +src_compile() { + ego build . +} + +src_install() { + dobin ${PN} + dodoc "README.md" + default +} diff --git a/app-office/invoice/metadata.xml b/app-office/invoice/metadata.xml new file mode 100644 index 0000000000..978566aa50 --- /dev/null +++ b/app-office/invoice/metadata.xml @@ -0,0 +1,12 @@ + + + + + freijon@pm.me + Jonas Frei + + + maaslalani/invoice + https://github.com/maaslalani/invoice/issues + + From df67fc2629e3aeec884651b24c87823390daad1c Mon Sep 17 00:00:00 2001 From: Jonas Frei Date: Tue, 1 Aug 2023 20:35:28 +0200 Subject: [PATCH 06/20] net-mail/pop: update HOMEPAGE Signed-off-by: Jonas Frei --- net-mail/pop/pop-0.2.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-mail/pop/pop-0.2.0.ebuild b/net-mail/pop/pop-0.2.0.ebuild index 568ac0098b..cf85154128 100644 --- a/net-mail/pop/pop-0.2.0.ebuild +++ b/net-mail/pop/pop-0.2.0.ebuild @@ -6,7 +6,7 @@ EAPI=8 inherit go-module DESCRIPTION="Send emails from your terminal" -HOMEPAGE="https://github.com/charmbracelet/pop" +HOMEPAGE="https://charm.sh" SRC_URI="https://github.com/charmbracelet/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" # Using a dependency tarball as per https://devmanual.gentoo.org/eclass-reference/go-module.eclass/index.html From 3e9618553e3c444da7906157b027b5930a418a88 Mon Sep 17 00:00:00 2001 From: Mykyta Holubakha Date: Tue, 1 Aug 2023 23:50:02 +0300 Subject: [PATCH 07/20] media-gfx/swayimg: bump to 1.12, add exr support Signed-off-by: Mykyta Holubakha --- media-gfx/swayimg/Manifest | 2 +- .../swayimg/{swayimg-1.11.ebuild => swayimg-1.12.ebuild} | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) rename media-gfx/swayimg/{swayimg-1.11.ebuild => swayimg-1.12.ebuild} (90%) diff --git a/media-gfx/swayimg/Manifest b/media-gfx/swayimg/Manifest index 9ca60d04dd..5b967d7771 100644 --- a/media-gfx/swayimg/Manifest +++ b/media-gfx/swayimg/Manifest @@ -1 +1 @@ -DIST swayimg-1.11.tar.gz 390650 BLAKE2B 5ab45417f214d63ac36f6f28d89848a0f0d55e8fe3051f003838206c80501d67be7ba3d9cdeb0e23c8a305778586665d2800c72ff857adf5acb550cccd0a014c SHA512 6a9722b101c4e4cc2bee5c18f9ca46d2602460521dfd0fe05da1c0d631d4dbaae492c6d27cb38d759d4f4ef10159897f952bb23499ac26123f2b5d646152bbf8 +DIST swayimg-1.12.tar.gz 395978 BLAKE2B 5e610e9556dfa4bbfd4324d993015aa95d836ab629ee54a541f7be5406cdee19c8230955423cbf9822760854b3017794b3e16dde339dd0b5675d747a45c5bc12 SHA512 47cdf60449da0787179a4299edc48b0dde4227cd462832b2bbbcb0e2ce95f2e784e6bc8cb424a6154539e8d61a36ed274fb86505ba8b8fb2aaa37eb75d1a15af diff --git a/media-gfx/swayimg/swayimg-1.11.ebuild b/media-gfx/swayimg/swayimg-1.12.ebuild similarity index 90% rename from media-gfx/swayimg/swayimg-1.11.ebuild rename to media-gfx/swayimg/swayimg-1.12.ebuild index 9da31ffdb5..8dfa19474e 100644 --- a/media-gfx/swayimg/swayimg-1.11.ebuild +++ b/media-gfx/swayimg/swayimg-1.12.ebuild @@ -21,6 +21,7 @@ RDEPEND=" x11-libs/libxkbcommon bash-completion? ( app-shells/bash-completion ) exif? ( media-libs/libexif ) + exr? ( media-libs/openexr ) gif? ( media-libs/giflib ) heif? ( media-libs/libheif ) jpeg? ( media-libs/libjpeg-turbo ) @@ -33,11 +34,12 @@ DEPEND="${RDEPEND} dev-libs/wayland-protocols" BDEPEND="dev-util/wayland-scanner" -IUSE="+exif +gif heif +jpeg jpegxl +png svg tiff webp bash-completion zsh-completion" +IUSE="+exif exr +gif heif +jpeg jpegxl +png svg tiff webp bash-completion zsh-completion" src_configure() { local emesonargs=( $(meson_feature exif) + $(meson_feature exr) $(meson_feature gif) $(meson_feature heif) $(meson_feature jpeg) From f7661d54e2b80c420d6c49b870d6fda71720717b Mon Sep 17 00:00:00 2001 From: Alexey Zapparov Date: Wed, 2 Aug 2023 05:25:20 +0200 Subject: [PATCH 08/20] app-admin/pulumi-bin: add 3.76.1 Signed-off-by: Alexey Zapparov --- app-admin/pulumi-bin/Manifest | 1 + app-admin/pulumi-bin/pulumi-bin-3.76.1.ebuild | 34 +++++++++++++++++++ 2 files changed, 35 insertions(+) create mode 100644 app-admin/pulumi-bin/pulumi-bin-3.76.1.ebuild diff --git a/app-admin/pulumi-bin/Manifest b/app-admin/pulumi-bin/Manifest index 8c17a16c70..c598446394 100644 --- a/app-admin/pulumi-bin/Manifest +++ b/app-admin/pulumi-bin/Manifest @@ -1,3 +1,4 @@ DIST pulumi-v3.74.0-linux-x64.tar.gz 143408310 BLAKE2B 8da70b0aae12b4adae556aa769b82348f54d40d8ac50002074caac74873d63cc0155a126abdad715da83bedb36e92f8e40a05a712335ae16b54d4c094696f751 SHA512 8e5e12a4c210601d7290a21e65b6860fa3980af2c67248aa6c1ba3a55441d9b7165686d7eec2c0029832dcc62715fcffef47d8d308069e6ebea386e992567ded DIST pulumi-v3.75.0-linux-x64.tar.gz 143145995 BLAKE2B 1260fc4db976ddedbd7a978f4ddfdcc0264dd194878d77b52faad985705931e1dec3a04f4b62097cd9a4c7326e6764ac41cda9d148de5185aa82e74cb9b53b9c SHA512 b46ae96bd50c2d32c9005e20c699c48dd105e36874d414eba53ec74f963497cef460efaf19021e6728b6de172d7791acaced41fc4f08102ce94d3e2f186370f9 DIST pulumi-v3.76.0-linux-x64.tar.gz 143198514 BLAKE2B 959f47b0552d011f9640f25c72861f7be15d46431f57bb42cc087b91ee5a06deb07732604eeb91237e7fbac725a40eee58b6885c2d38d92ffe12db3e37d66848 SHA512 02fa76ca1b7b022b89ef7767016a77fecba89541ff05bba68f7b4023724547afa7ca1be541f7281b3e15b5fa847c98bf80a60c11ac0ad52435d44a34f347b5c8 +DIST pulumi-v3.76.1-linux-x64.tar.gz 143217071 BLAKE2B 1e79b43e3a5e5343c07ee77b7198e0b1b2206dc9c2f41d7523bfb1473cd29c11a2e793b12dc7ae0d4639d744a34f823da44e517d823d26dcb3f863f937c06e8e SHA512 d2191faa3f067c7a6ef69aec42960af6a08d0eb9d7596f3123df07d67ce68122157bf72e2c92d300e2931e8ca96707ecb20c509aa3777d14c75b09da9d40b3eb diff --git a/app-admin/pulumi-bin/pulumi-bin-3.76.1.ebuild b/app-admin/pulumi-bin/pulumi-bin-3.76.1.ebuild new file mode 100644 index 0000000000..febb59ec18 --- /dev/null +++ b/app-admin/pulumi-bin/pulumi-bin-3.76.1.ebuild @@ -0,0 +1,34 @@ +# Copyright 2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit bash-completion-r1 + +DESCRIPTION="Infrastructure as code in any programming language" +HOMEPAGE=" + https://www.pulumi.com/ + https://github.com/pulumi/pulumi +" +SRC_URI=" + amd64? ( https://github.com/pulumi/pulumi/releases/download/v${PV}/pulumi-v${PV}-linux-x64.tar.gz ) +" + +S="${WORKDIR}/pulumi" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64" + +QA_PREBUILT="*" + +src_install() { + dobin pulumi* + + ./pulumi gen-completion bash > pulumi.bash-completion || die "Cannot generate bash completions" + newbashcomp pulumi.bash-completion pulumi + + ./pulumi gen-completion zsh > pulumi.zsh-completion || die "Cannot generate zsh completions" + insinto /usr/share/zsh/site-functions + newins pulumi.zsh-completion _pulumi +} From 400e1bb79d7b7c27b6e0d162c5907fac4cdddfd5 Mon Sep 17 00:00:00 2001 From: Remigiusz Micielski Date: Wed, 2 Aug 2023 10:31:39 +0200 Subject: [PATCH 09/20] app-misc/nwg-look: add 0.2.4 Signed-off-by: Remigiusz Micielski --- app-misc/nwg-look/Manifest | 2 + app-misc/nwg-look/nwg-look-0.2.4.ebuild | 54 +++++++++++++++++++++++++ 2 files changed, 56 insertions(+) create mode 100644 app-misc/nwg-look/nwg-look-0.2.4.ebuild diff --git a/app-misc/nwg-look/Manifest b/app-misc/nwg-look/Manifest index 64e345ff55..f2eda5d7f3 100644 --- a/app-misc/nwg-look/Manifest +++ b/app-misc/nwg-look/Manifest @@ -2,3 +2,5 @@ DIST nwg-look-0.2.1-vendor.tar.xz 657808 BLAKE2B 979e1547e9f43696251d12c1c86cfef DIST nwg-look-0.2.1.tar.gz 21610 BLAKE2B 17fdeb383302f453b035538d66ca0dd287d2d19a3f3c60e02808409359037795c82519d581990f0b19e8b52352d19ffb59c3f2b2a08c030a28bdf5491b3d81a2 SHA512 2282bd8fb81a85dc739939cc501ef868def6bf01315910e9e8543b16c9d049cc248e4a642a3f31ae51e3e04fddbdeb17d9d2e6313eb4c29af71df28e058eb57a DIST nwg-look-0.2.2-vendor.tar.xz 657976 BLAKE2B a5881334b18a30333542fa63575f2db86b943c5fbf1dcf841cee49ad0732a17b5ea82d790d71148b7532133829b5774d4a2f7b942524071d00247133f7afb5c4 SHA512 6feacf9cc122ff8d2d839316a9edeb462a6bc491ba61078cf1d450db0718dfd87d2224d7dd4620ec7dd125e918e64ba2ef21b175d48bf27ed449af0adf957d65 DIST nwg-look-0.2.2.tar.gz 22701 BLAKE2B 5e901ca96de67bd4241945ec6f99bb8a4f06b62fb9c87909a035ff2b4b8899d06afc5c9edcebab8871bee7f73ca20b145dd3c775c9a2bef9aac5b2dcd964e95a SHA512 eab302f39639757b5c19443e0dc9c11807c17e657db671d41d7b9a36573d60fcbf3aab48168984c74d4e4d0215f1c894092456748e3d8f20af3c9f90627b56bc +DIST nwg-look-0.2.4-vendor.tar.xz 661292 BLAKE2B efc7b0083af61ac5dc21ecfc58feb915e1def5e013c304443b7649e9027a467cfbab7a3dab7cac31d8fba1dd77841b0fdd550c311f22aeb8420733c1fc5a729d SHA512 430d2c8410364adfa73d073c745947906dffc3bd3c1dc365688b2fd3faa2c866b430c229c6223f1773dacdefed784b815ac5331eebef213c88446fdd1fce8f4c +DIST nwg-look-0.2.4.tar.gz 23389 BLAKE2B 3b036acd265b3b3defe2ba56388d8c5909047054b34a16c140f8b30e529d93214b4094d5f077a8cd80282b5f00dfde6f7f59de44e2a36bae5cc2749a207d6ee4 SHA512 8fd6521ebbabb7f0843da54e5dd02afc89c2a1f366c3c5d4317e434c465179ee9ada4ca4d602e5a0a21aa4624dda7b0eb880eb09f311ae4c4b55ad263757eff5 diff --git a/app-misc/nwg-look/nwg-look-0.2.4.ebuild b/app-misc/nwg-look/nwg-look-0.2.4.ebuild new file mode 100644 index 0000000000..2668d02b86 --- /dev/null +++ b/app-misc/nwg-look/nwg-look-0.2.4.ebuild @@ -0,0 +1,54 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION="GTK3 settings editor adapted to work in the sway / wlroots environment" +HOMEPAGE="https://github.com/nwg-piotr/nwg-look" +SRC_URI="https://github.com/nwg-piotr/nwg-look/archive/refs/tags/v${PV}.tar.gz -> nwg-look-${PV}.tar.gz + https://github.com/micielski/nwg-look-vendor/releases/download/${PV}/nwg-look-${PV}-vendor.tar.xz +" + +inherit go-module xdg-utils desktop + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +DEPEND=" + media-libs/fontconfig + media-libs/freetype + media-libs/harfbuzz + x11-apps/xcur2png + x11-libs/cairo + x11-libs/gdk-pixbuf + x11-libs/gtk+:3 + x11-libs/pango +" +RDEPEND="${DEPEND}" +BDEPEND="" + +src_compile() { + ego build +} + +src_install() { + dobin nwg-look + insinto /usr/share/nwg-look + doins -r langs + doins stuff/main.glade + insinto /usr/share/pixmaps + doins stuff/nwg-look.svg + domenu stuff/nwg-look.desktop +} + +pkg_postinst() { + xdg_desktop_database_update + xdg_mimeinfo_database_update +} + +pkg_postrm() { + xdg_desktop_database_update + xdg_mimeinfo_database_update +} From 0c9fa4400219ece87c2c35531a94e0e127873510 Mon Sep 17 00:00:00 2001 From: Lucio Sauer Date: Wed, 2 Aug 2023 11:27:19 +0200 Subject: [PATCH 10/20] x11-misc/i3status-rust: add 0.31.9 Signed-off-by: Lucio Sauer --- x11-misc/i3status-rust/Manifest | 2 + .../i3status-rust/i3status-rust-0.31.9.ebuild | 374 ++++++++++++++++++ 2 files changed, 376 insertions(+) create mode 100644 x11-misc/i3status-rust/i3status-rust-0.31.9.ebuild diff --git a/x11-misc/i3status-rust/Manifest b/x11-misc/i3status-rust/Manifest index 0084d20094..047d3f89cd 100644 --- a/x11-misc/i3status-rust/Manifest +++ b/x11-misc/i3status-rust/Manifest @@ -109,6 +109,8 @@ DIST hyper-0.14.27.crate 195700 BLAKE2B 4c079a6f99b1da3816c08df3935b5c9c1a3acf87 DIST hyper-tls-0.5.0.crate 13257 BLAKE2B 50cbe4ca7c1862fd3fff192de070341dd32bfb9f108b516e1e261ec8da7c4f7972b7b66e3d45c1497733a913b0281bef706994270ec8bd03eba7368612127aa4 SHA512 45dc16cc9ce48706e0b3575dca35ba1b6b3084dda8c2cc489d126e1c4f0bb96a9b2baa860d09f68c5e0a48c2a69e3eaf62f4f0406fffc4efefcd79d26c82896e DIST i3status-rust-0.31.8-man.1 118796 BLAKE2B 61ecf206d96edbf30d0d58a5306f15aa4f9c6f5140ea27101b620de7194ced1c95b2fe2c98894752e8455bc185ceb777e64d44b77e7b150a1734dc5e65dd8973 SHA512 03684d417bb5efba1d869244275eb9e5aaac20f7047e3ef63ff25eb69477e84b2a30d5e2d51b84b5ae66e9c21f738a9050d8275b15974fde090927e9da84b15c DIST i3status-rust-0.31.8.gh.tar.gz 325408 BLAKE2B e75f67c7cf6b3ab16e8feb228376167755642d7e3a56a7f5aaeca9538d7f9bd9f0ed3531e21b6247db32a6785d16f1a18683aa30ab44f93c3a35677cb1f07790 SHA512 ada45179348911fb5ee9d0ba2d752e4ee6e8a6350d23ed3b9de399048b85c9ca0c56344b84a2a2d69e3d98936b4cdd0f18fc54f74e5ff074149b1901f24f4808 +DIST i3status-rust-0.31.9-man.1 117504 BLAKE2B 9644403f2f3e0c5fe5ab6cff4b611bb998bbb868f792980892ed45325f8fa48c538e13eb7be178b509d0a215520eb81dbdb9022125f785e533ee0a2eee16c94b SHA512 6817e3ae53054435814f282a46e6e98ac0cdec8c341978627e33e952ed354cc1afbb12ab5f4216c54a4f3b672513179811da709a5e986056c3c226ef8a4d4b20 +DIST i3status-rust-0.31.9.gh.tar.gz 410599 BLAKE2B 4a45667c0689897dc6f7f7f388022a9b91fba03935163c34984cad345e3b18039b05d07c5f69b8e008ffa8888954db24e2755cbb129d9e396e26380bfb78424c SHA512 9f08f92ba4935bbd844579a776716006d90f64f1c6db2c2e5cb026bed665e69673d47b086783d42b2736f0bc9ad706d81611cff9cd7ce3eff6702c28eb5d67a7 DIST iana-time-zone-0.1.57.crate 19785 BLAKE2B 2304a63e4d3a477125ed07fccd5a84832f775c4a0fbd60a995e6f1850aaf3f5047c6f70975c9f6334f96def12770d470677e1f536e9817f8ab1df8a312622cfe SHA512 79bc0fe559dce022cd3c15ffc3b6f870c14a40de6d5a61b4a5a6ad28fe7efce82a16ac5102073a3510f3ba683843475f7fb8a4029bbafbc1cc25e48b98ce2fe8 DIST iana-time-zone-haiku-0.1.2.crate 7185 BLAKE2B 37fa14b589ff092377b9271c414d4e584c5a531f13f70ac48df26df3cc03353db635b4630ba192fc65b800cce11823e91b91f03dfad85e4bed55aa18398156cb SHA512 448224ecafa935472ff6f0aab7cb71f9dabdbe71569c4b94fcc65baea925ef48841577687c9a31106a1826c2105e8dd73c748e9d27fd002648e5b0ce838af6b2 DIST ident_case-1.0.1.crate 3492 BLAKE2B bc79ebeefbb7e3ed1139e3f41d8d20fb175786bb123bdb9c1a92ea70effb4a0e5e798f24b068cd66a1bf20d53eea4bf24de495b5568c2d649ea804389a1327ab SHA512 81003a43f18da5997d644319274502e2066af9f9fd1400afda7cf2986b3ae0b7355b932302723cd3bda2d46b264340434d9279dea58425bad13785698d5808a9 diff --git a/x11-misc/i3status-rust/i3status-rust-0.31.9.ebuild b/x11-misc/i3status-rust/i3status-rust-0.31.9.ebuild new file mode 100644 index 0000000000..3de9d49f80 --- /dev/null +++ b/x11-misc/i3status-rust/i3status-rust-0.31.9.ebuild @@ -0,0 +1,374 @@ +# Copyright 2020-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +# Autogenerated by pycargoebuild 0.10 + +EAPI=8 + +CRATES=" + addr2line@0.19.0 + adler@1.0.2 + aho-corasick@1.0.2 + android-tzdata@0.1.1 + android_system_properties@0.1.5 + anstream@0.3.2 + anstyle-parse@0.2.1 + anstyle-query@1.0.0 + anstyle-wincon@1.0.1 + anstyle@1.0.1 + anyhow@1.0.71 + async-broadcast@0.5.1 + async-channel@1.8.0 + async-io@1.13.0 + async-lock@2.7.0 + async-once-cell@0.5.2 + async-pidfd@0.1.4 + async-process@1.7.0 + async-recursion@1.0.4 + async-task@4.4.0 + async-trait@0.1.68 + atomic-waker@1.1.1 + autocfg@1.1.0 + backon@0.4.1 + backtrace@0.3.67 + base64@0.13.1 + base64@0.21.2 + bitflags@1.3.2 + block-buffer@0.10.4 + blocking@1.3.1 + bumpalo@3.13.0 + byteorder@1.4.3 + bytes@1.4.0 + calibright@0.1.4 + cc@1.0.79 + cfg-if@1.0.0 + charset@0.1.3 + chrono-tz-build@0.2.0 + chrono-tz@0.8.3 + chrono@0.4.26 + clap@4.3.9 + clap_builder@4.3.9 + clap_derive@4.3.2 + clap_lex@0.5.0 + clap_mangen@0.2.12 + colorchoice@1.0.0 + concurrent-queue@2.2.0 + convert_case@0.6.0 + core-foundation-sys@0.8.4 + core-foundation@0.9.3 + cpufeatures@0.2.8 + crossbeam-channel@0.5.8 + crossbeam-utils@0.8.16 + crypto-common@0.1.6 + darling@0.10.2 + darling@0.20.1 + darling_core@0.10.2 + darling_core@0.20.1 + darling_macro@0.10.2 + darling_macro@0.20.1 + data-encoding@2.4.0 + derivative@2.2.0 + digest@0.10.7 + dirs-sys@0.4.1 + dirs@5.0.1 + either@1.8.1 + encoding_rs@0.8.32 + enumflags2@0.7.7 + enumflags2_derive@0.7.7 + env_logger@0.10.0 + equivalent@1.0.0 + errno-dragonfly@0.1.2 + errno@0.3.1 + event-listener@2.5.3 + fastrand@1.9.0 + filetime@0.2.21 + fnv@1.0.7 + foreign-types-shared@0.1.1 + foreign-types@0.3.2 + form_urlencoded@1.2.0 + from_variants@0.6.0 + from_variants_impl@0.6.0 + futures-channel@0.3.28 + futures-core@0.3.28 + futures-executor@0.3.28 + futures-io@0.3.28 + futures-lite@1.13.0 + futures-sink@0.3.28 + futures-task@0.3.28 + futures-util@0.3.28 + futures@0.3.28 + generic-array@0.14.7 + gethostname@0.2.3 + getrandom@0.2.10 + gimli@0.27.3 + glob@0.3.1 + h2@0.3.20 + hashbrown@0.12.3 + hashbrown@0.14.0 + heck@0.4.1 + hermit-abi@0.3.1 + hex@0.4.3 + http-body@0.4.5 + http@0.2.9 + httparse@1.8.0 + httpdate@1.0.2 + humantime@2.1.0 + hyper-tls@0.5.0 + hyper@0.14.27 + iana-time-zone-haiku@0.1.2 + iana-time-zone@0.1.57 + ident_case@1.0.1 + idna@0.4.0 + indexmap@1.9.3 + indexmap@2.0.0 + inotify-sys@0.1.5 + inotify@0.10.1 + inotify@0.9.6 + instant@0.1.12 + io-lifetimes@1.0.11 + ipnet@2.8.0 + is-terminal@0.4.7 + itertools@0.8.2 + itoa@1.0.6 + js-sys@0.3.64 + kqueue-sys@1.0.3 + kqueue@1.0.7 + lazy_static@1.4.0 + libc@0.2.147 + libpulse-binding@2.27.1 + libpulse-sys@1.20.1 + libsensors-sys@0.2.0 + linux-raw-sys@0.3.8 + log@0.4.19 + maildir@0.6.4 + mailparse@0.14.0 + memchr@2.5.0 + memoffset@0.7.1 + mime@0.3.17 + minimal-lexical@0.2.1 + miniz_oxide@0.6.2 + mio@0.8.8 + native-tls@0.2.11 + neli-proc-macros@0.1.3 + neli-wifi@0.5.1 + neli@0.6.4 + nix@0.26.2 + nom@7.1.3 + notify@5.2.0 + notmuch@0.8.0 + num-derive@0.3.3 + num-traits@0.2.15 + num_cpus@1.16.0 + object@0.30.4 + once_cell@1.18.0 + openssl-macros@0.1.1 + openssl-probe@0.1.5 + openssl-sys@0.9.90 + openssl@0.10.55 + option-ext@0.2.0 + ordered-stream@0.2.0 + pandoc@0.8.10 + parking@2.1.0 + parse-zoneinfo@0.3.0 + percent-encoding@2.3.0 + phf@0.11.2 + phf_codegen@0.11.2 + phf_generator@0.11.2 + phf_shared@0.11.2 + pin-project-internal@1.1.1 + pin-project-lite@0.2.9 + pin-project@1.1.1 + pin-utils@0.1.0 + pkg-config@0.3.27 + polling@2.8.0 + ppv-lite86@0.2.17 + proc-macro-crate@1.3.1 + proc-macro2@1.0.63 + pure-rust-locales@0.5.6 + quick-xml@0.29.0 + quote@1.0.29 + quoted_printable@0.4.8 + rand@0.8.5 + rand_chacha@0.3.1 + rand_core@0.6.4 + redox_syscall@0.2.16 + redox_syscall@0.3.5 + redox_users@0.4.3 + regex-syntax@0.7.2 + regex@1.8.4 + reqwest@0.11.18 + roff@0.2.1 + rustc-demangle@0.1.23 + rustix@0.37.20 + ryu@1.0.13 + same-file@1.0.6 + schannel@0.1.21 + security-framework-sys@2.9.0 + security-framework@2.9.1 + sensors@0.2.2 + serde@1.0.164 + serde_derive@1.0.164 + serde_json@1.0.99 + serde_repr@0.1.12 + serde_spanned@0.6.3 + serde_urlencoded@0.7.1 + serde_with@3.0.0 + serde_with_macros@3.0.0 + sha1@0.10.5 + shellexpand@3.1.0 + signal-hook-registry@1.4.1 + signal-hook-tokio@0.3.1 + signal-hook@0.3.15 + siphasher@0.3.10 + slab@0.4.8 + smart-default@0.7.1 + socket2@0.4.9 + static_assertions@1.1.0 + strsim@0.10.0 + strsim@0.9.3 + swayipc-async@2.0.1 + swayipc-types@1.3.0 + syn@1.0.109 + syn@2.0.22 + tempfile@3.6.0 + termcolor@1.2.0 + thiserror-impl@1.0.40 + thiserror@1.0.40 + time-core@0.1.1 + time-macros@0.2.9 + time@0.3.22 + tinyvec@1.6.0 + tinyvec_macros@0.1.1 + tokio-macros@2.1.0 + tokio-native-tls@0.3.1 + tokio-util@0.7.8 + tokio@1.29.0 + toml@0.7.5 + toml_datetime@0.6.3 + toml_edit@0.19.11 + tower-service@0.3.2 + tracing-attributes@0.1.26 + tracing-core@0.1.31 + tracing@0.1.37 + try-lock@0.2.4 + typenum@1.16.0 + uds_windows@1.0.2 + unicode-bidi@0.3.13 + unicode-ident@1.0.9 + unicode-normalization@0.1.22 + unicode-segmentation@1.10.1 + url@2.4.0 + utf8parse@0.2.1 + vcpkg@0.2.15 + version_check@0.9.4 + waker-fn@1.1.0 + walkdir@2.3.3 + want@0.3.1 + wasi@0.11.0+wasi-snapshot-preview1 + wasm-bindgen-backend@0.2.87 + wasm-bindgen-futures@0.4.37 + wasm-bindgen-macro-support@0.2.87 + wasm-bindgen-macro@0.2.87 + wasm-bindgen-shared@0.2.87 + wasm-bindgen@0.2.87 + wayrs-client@0.10.5 + wayrs-protocols@0.10.5 + wayrs-scanner@0.10.5 + web-sys@0.3.64 + winapi-i686-pc-windows-gnu@0.4.0 + winapi-util@0.1.5 + winapi-x86_64-pc-windows-gnu@0.4.0 + winapi@0.3.9 + windows-sys@0.42.0 + windows-sys@0.45.0 + windows-sys@0.48.0 + windows-targets@0.42.2 + windows-targets@0.48.1 + windows@0.48.0 + windows_aarch64_gnullvm@0.42.2 + windows_aarch64_gnullvm@0.48.0 + windows_aarch64_msvc@0.42.2 + windows_aarch64_msvc@0.48.0 + windows_i686_gnu@0.42.2 + windows_i686_gnu@0.48.0 + windows_i686_msvc@0.42.2 + windows_i686_msvc@0.48.0 + windows_x86_64_gnu@0.42.2 + windows_x86_64_gnu@0.48.0 + windows_x86_64_gnullvm@0.42.2 + windows_x86_64_gnullvm@0.48.0 + windows_x86_64_msvc@0.42.2 + windows_x86_64_msvc@0.48.0 + winnow@0.4.7 + winreg@0.10.1 + xdg-home@1.0.0 + zbus@3.14.1 + zbus_macros@3.14.1 + zbus_names@2.6.0 + zvariant@3.15.0 + zvariant_derive@3.15.0 + zvariant_utils@1.0.1 +" +inherit cargo optfeature + +DESCRIPTION="A feature-rich and resource-friendly replacement for i3status, written in Rust." +HOMEPAGE="https://github.com/greshake/i3status-rust/" +SRC_URI="${CARGO_CRATE_URIS} + https://github.com/greshake/i3status-rust/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz + https://git.sr.ht/~antecrescent/gentoo-files/blob/main/x11-misc/i3status-rust/${P}-man.1" + +LICENSE="GPL-3" +# Dependent crate licenses +LICENSE+=" + 0BSD Apache-2.0 BSD GPL-3 GPL-3+ ISC MIT MPL-2.0 MirOS + Unicode-DFS-2016 + || ( Artistic-2 CC0-1.0 ) +" +SLOT="0" +KEYWORDS="~amd64" +IUSE="notmuch pulseaudio" + +DEPEND="dev-libs/openssl:= + sys-apps/lm-sensors:= + notmuch? ( net-mail/notmuch:= ) + pulseaudio? ( media-libs/libpulse )" +RDEPEND="${DEPEND}" +BDEPEND=">=virtual/rust-1.70.0" + +QA_FLAGS_IGNORED="usr/bin/i3status-rs" + +src_configure() { + local myfeatures=( + $(usex debug debug_borders "") + $(usev notmuch) + maildir + ) + cargo_src_configure $(usex pulseaudio '' --no-default-features) +} + +src_install() { + cargo_src_install + newman "${DISTDIR}"/${P}-man.1 i3status-rs.1 + insinto /usr/share/i3status-rust + doins -r files/icons files/themes + dodoc NEWS.md CONTRIBUTING.md + docinto examples + dodoc examples/*.toml +} + +pkg_postinst() { + optfeature_header "Configurable fonts for themes and icons:" + optfeature "themes using the Powerline arrow char" media-fonts/powerline-symbols + optfeature "the awesome{5,6} icon set" media-fonts/fontawesome + optfeature_header "Status bar blocks with additional requirements:" + optfeature "ALSA volume support" media-sound/alsa-utils + optfeature "advanced/non-standard battery support" sys-power/apcupsd sys-power/upower + optfeature "bluetooth support" net-wireless/bluez + optfeature "KDE Connect support" kde-misc/kdeconnect + optfeature "speedtest support" net-analyzer/speedtest-cli + # optfeature "VPN support" net-vpn/nordvpn # nordvpn overlay + elog "The music block supports all music players that implement the MPRIS" + elog "interface. These include media-sound/rhythmbox, media-sound/mpv and" + elog "www-client/firefox among others. MPRIS support may be built-in or" + elog "require additional plugins." +} From 884d1bf622cf55c58d8f5e37dbc16fca55404b9e Mon Sep 17 00:00:00 2001 From: Lucio Sauer Date: Wed, 2 Aug 2023 11:27:46 +0200 Subject: [PATCH 11/20] x11-misc/i3status-rust: drop 0.31.8 Signed-off-by: Lucio Sauer --- x11-misc/i3status-rust/Manifest | 2 - .../i3status-rust/i3status-rust-0.31.8.ebuild | 374 ------------------ 2 files changed, 376 deletions(-) delete mode 100644 x11-misc/i3status-rust/i3status-rust-0.31.8.ebuild diff --git a/x11-misc/i3status-rust/Manifest b/x11-misc/i3status-rust/Manifest index 047d3f89cd..b4fb4ef2e3 100644 --- a/x11-misc/i3status-rust/Manifest +++ b/x11-misc/i3status-rust/Manifest @@ -107,8 +107,6 @@ DIST httpdate-1.0.2.crate 10673 BLAKE2B fbe2230262cd041e1ea8d6f9782376c25b0e841d DIST humantime-2.1.0.crate 16749 BLAKE2B e2ae8325b037fb175b9200cc5c1944ce579056c6662cce307beb6701894552362a25e371aad65f8fb9384945b48815ca74bb8b544a32e0a5845b7edd30b918c9 SHA512 3bf29ddd1391d82897c22baa0ff3ed58ef6d6959859f1f8ed54d324caba5b6fb4422e56790511ce82f902cd11467f93c8ab7fc7b0e0bdb719308a4d0a446ae0c DIST hyper-0.14.27.crate 195700 BLAKE2B 4c079a6f99b1da3816c08df3935b5c9c1a3acf878111f4afffe67cbe816975aae0bd49577fa7cdc1bd55ed78dd2328cb1b0cc09064e9bf6caadde91403159912 SHA512 580f2589dc1f938d2563d3fdfd1cb2f1b11278333ac54e813e4dbe50a0e63952546385f057b20eb123516b2f74e19b62a3ed0cd546fdf868f6a5770cd95643a2 DIST hyper-tls-0.5.0.crate 13257 BLAKE2B 50cbe4ca7c1862fd3fff192de070341dd32bfb9f108b516e1e261ec8da7c4f7972b7b66e3d45c1497733a913b0281bef706994270ec8bd03eba7368612127aa4 SHA512 45dc16cc9ce48706e0b3575dca35ba1b6b3084dda8c2cc489d126e1c4f0bb96a9b2baa860d09f68c5e0a48c2a69e3eaf62f4f0406fffc4efefcd79d26c82896e -DIST i3status-rust-0.31.8-man.1 118796 BLAKE2B 61ecf206d96edbf30d0d58a5306f15aa4f9c6f5140ea27101b620de7194ced1c95b2fe2c98894752e8455bc185ceb777e64d44b77e7b150a1734dc5e65dd8973 SHA512 03684d417bb5efba1d869244275eb9e5aaac20f7047e3ef63ff25eb69477e84b2a30d5e2d51b84b5ae66e9c21f738a9050d8275b15974fde090927e9da84b15c -DIST i3status-rust-0.31.8.gh.tar.gz 325408 BLAKE2B e75f67c7cf6b3ab16e8feb228376167755642d7e3a56a7f5aaeca9538d7f9bd9f0ed3531e21b6247db32a6785d16f1a18683aa30ab44f93c3a35677cb1f07790 SHA512 ada45179348911fb5ee9d0ba2d752e4ee6e8a6350d23ed3b9de399048b85c9ca0c56344b84a2a2d69e3d98936b4cdd0f18fc54f74e5ff074149b1901f24f4808 DIST i3status-rust-0.31.9-man.1 117504 BLAKE2B 9644403f2f3e0c5fe5ab6cff4b611bb998bbb868f792980892ed45325f8fa48c538e13eb7be178b509d0a215520eb81dbdb9022125f785e533ee0a2eee16c94b SHA512 6817e3ae53054435814f282a46e6e98ac0cdec8c341978627e33e952ed354cc1afbb12ab5f4216c54a4f3b672513179811da709a5e986056c3c226ef8a4d4b20 DIST i3status-rust-0.31.9.gh.tar.gz 410599 BLAKE2B 4a45667c0689897dc6f7f7f388022a9b91fba03935163c34984cad345e3b18039b05d07c5f69b8e008ffa8888954db24e2755cbb129d9e396e26380bfb78424c SHA512 9f08f92ba4935bbd844579a776716006d90f64f1c6db2c2e5cb026bed665e69673d47b086783d42b2736f0bc9ad706d81611cff9cd7ce3eff6702c28eb5d67a7 DIST iana-time-zone-0.1.57.crate 19785 BLAKE2B 2304a63e4d3a477125ed07fccd5a84832f775c4a0fbd60a995e6f1850aaf3f5047c6f70975c9f6334f96def12770d470677e1f536e9817f8ab1df8a312622cfe SHA512 79bc0fe559dce022cd3c15ffc3b6f870c14a40de6d5a61b4a5a6ad28fe7efce82a16ac5102073a3510f3ba683843475f7fb8a4029bbafbc1cc25e48b98ce2fe8 diff --git a/x11-misc/i3status-rust/i3status-rust-0.31.8.ebuild b/x11-misc/i3status-rust/i3status-rust-0.31.8.ebuild deleted file mode 100644 index 3de9d49f80..0000000000 --- a/x11-misc/i3status-rust/i3status-rust-0.31.8.ebuild +++ /dev/null @@ -1,374 +0,0 @@ -# Copyright 2020-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -# Autogenerated by pycargoebuild 0.10 - -EAPI=8 - -CRATES=" - addr2line@0.19.0 - adler@1.0.2 - aho-corasick@1.0.2 - android-tzdata@0.1.1 - android_system_properties@0.1.5 - anstream@0.3.2 - anstyle-parse@0.2.1 - anstyle-query@1.0.0 - anstyle-wincon@1.0.1 - anstyle@1.0.1 - anyhow@1.0.71 - async-broadcast@0.5.1 - async-channel@1.8.0 - async-io@1.13.0 - async-lock@2.7.0 - async-once-cell@0.5.2 - async-pidfd@0.1.4 - async-process@1.7.0 - async-recursion@1.0.4 - async-task@4.4.0 - async-trait@0.1.68 - atomic-waker@1.1.1 - autocfg@1.1.0 - backon@0.4.1 - backtrace@0.3.67 - base64@0.13.1 - base64@0.21.2 - bitflags@1.3.2 - block-buffer@0.10.4 - blocking@1.3.1 - bumpalo@3.13.0 - byteorder@1.4.3 - bytes@1.4.0 - calibright@0.1.4 - cc@1.0.79 - cfg-if@1.0.0 - charset@0.1.3 - chrono-tz-build@0.2.0 - chrono-tz@0.8.3 - chrono@0.4.26 - clap@4.3.9 - clap_builder@4.3.9 - clap_derive@4.3.2 - clap_lex@0.5.0 - clap_mangen@0.2.12 - colorchoice@1.0.0 - concurrent-queue@2.2.0 - convert_case@0.6.0 - core-foundation-sys@0.8.4 - core-foundation@0.9.3 - cpufeatures@0.2.8 - crossbeam-channel@0.5.8 - crossbeam-utils@0.8.16 - crypto-common@0.1.6 - darling@0.10.2 - darling@0.20.1 - darling_core@0.10.2 - darling_core@0.20.1 - darling_macro@0.10.2 - darling_macro@0.20.1 - data-encoding@2.4.0 - derivative@2.2.0 - digest@0.10.7 - dirs-sys@0.4.1 - dirs@5.0.1 - either@1.8.1 - encoding_rs@0.8.32 - enumflags2@0.7.7 - enumflags2_derive@0.7.7 - env_logger@0.10.0 - equivalent@1.0.0 - errno-dragonfly@0.1.2 - errno@0.3.1 - event-listener@2.5.3 - fastrand@1.9.0 - filetime@0.2.21 - fnv@1.0.7 - foreign-types-shared@0.1.1 - foreign-types@0.3.2 - form_urlencoded@1.2.0 - from_variants@0.6.0 - from_variants_impl@0.6.0 - futures-channel@0.3.28 - futures-core@0.3.28 - futures-executor@0.3.28 - futures-io@0.3.28 - futures-lite@1.13.0 - futures-sink@0.3.28 - futures-task@0.3.28 - futures-util@0.3.28 - futures@0.3.28 - generic-array@0.14.7 - gethostname@0.2.3 - getrandom@0.2.10 - gimli@0.27.3 - glob@0.3.1 - h2@0.3.20 - hashbrown@0.12.3 - hashbrown@0.14.0 - heck@0.4.1 - hermit-abi@0.3.1 - hex@0.4.3 - http-body@0.4.5 - http@0.2.9 - httparse@1.8.0 - httpdate@1.0.2 - humantime@2.1.0 - hyper-tls@0.5.0 - hyper@0.14.27 - iana-time-zone-haiku@0.1.2 - iana-time-zone@0.1.57 - ident_case@1.0.1 - idna@0.4.0 - indexmap@1.9.3 - indexmap@2.0.0 - inotify-sys@0.1.5 - inotify@0.10.1 - inotify@0.9.6 - instant@0.1.12 - io-lifetimes@1.0.11 - ipnet@2.8.0 - is-terminal@0.4.7 - itertools@0.8.2 - itoa@1.0.6 - js-sys@0.3.64 - kqueue-sys@1.0.3 - kqueue@1.0.7 - lazy_static@1.4.0 - libc@0.2.147 - libpulse-binding@2.27.1 - libpulse-sys@1.20.1 - libsensors-sys@0.2.0 - linux-raw-sys@0.3.8 - log@0.4.19 - maildir@0.6.4 - mailparse@0.14.0 - memchr@2.5.0 - memoffset@0.7.1 - mime@0.3.17 - minimal-lexical@0.2.1 - miniz_oxide@0.6.2 - mio@0.8.8 - native-tls@0.2.11 - neli-proc-macros@0.1.3 - neli-wifi@0.5.1 - neli@0.6.4 - nix@0.26.2 - nom@7.1.3 - notify@5.2.0 - notmuch@0.8.0 - num-derive@0.3.3 - num-traits@0.2.15 - num_cpus@1.16.0 - object@0.30.4 - once_cell@1.18.0 - openssl-macros@0.1.1 - openssl-probe@0.1.5 - openssl-sys@0.9.90 - openssl@0.10.55 - option-ext@0.2.0 - ordered-stream@0.2.0 - pandoc@0.8.10 - parking@2.1.0 - parse-zoneinfo@0.3.0 - percent-encoding@2.3.0 - phf@0.11.2 - phf_codegen@0.11.2 - phf_generator@0.11.2 - phf_shared@0.11.2 - pin-project-internal@1.1.1 - pin-project-lite@0.2.9 - pin-project@1.1.1 - pin-utils@0.1.0 - pkg-config@0.3.27 - polling@2.8.0 - ppv-lite86@0.2.17 - proc-macro-crate@1.3.1 - proc-macro2@1.0.63 - pure-rust-locales@0.5.6 - quick-xml@0.29.0 - quote@1.0.29 - quoted_printable@0.4.8 - rand@0.8.5 - rand_chacha@0.3.1 - rand_core@0.6.4 - redox_syscall@0.2.16 - redox_syscall@0.3.5 - redox_users@0.4.3 - regex-syntax@0.7.2 - regex@1.8.4 - reqwest@0.11.18 - roff@0.2.1 - rustc-demangle@0.1.23 - rustix@0.37.20 - ryu@1.0.13 - same-file@1.0.6 - schannel@0.1.21 - security-framework-sys@2.9.0 - security-framework@2.9.1 - sensors@0.2.2 - serde@1.0.164 - serde_derive@1.0.164 - serde_json@1.0.99 - serde_repr@0.1.12 - serde_spanned@0.6.3 - serde_urlencoded@0.7.1 - serde_with@3.0.0 - serde_with_macros@3.0.0 - sha1@0.10.5 - shellexpand@3.1.0 - signal-hook-registry@1.4.1 - signal-hook-tokio@0.3.1 - signal-hook@0.3.15 - siphasher@0.3.10 - slab@0.4.8 - smart-default@0.7.1 - socket2@0.4.9 - static_assertions@1.1.0 - strsim@0.10.0 - strsim@0.9.3 - swayipc-async@2.0.1 - swayipc-types@1.3.0 - syn@1.0.109 - syn@2.0.22 - tempfile@3.6.0 - termcolor@1.2.0 - thiserror-impl@1.0.40 - thiserror@1.0.40 - time-core@0.1.1 - time-macros@0.2.9 - time@0.3.22 - tinyvec@1.6.0 - tinyvec_macros@0.1.1 - tokio-macros@2.1.0 - tokio-native-tls@0.3.1 - tokio-util@0.7.8 - tokio@1.29.0 - toml@0.7.5 - toml_datetime@0.6.3 - toml_edit@0.19.11 - tower-service@0.3.2 - tracing-attributes@0.1.26 - tracing-core@0.1.31 - tracing@0.1.37 - try-lock@0.2.4 - typenum@1.16.0 - uds_windows@1.0.2 - unicode-bidi@0.3.13 - unicode-ident@1.0.9 - unicode-normalization@0.1.22 - unicode-segmentation@1.10.1 - url@2.4.0 - utf8parse@0.2.1 - vcpkg@0.2.15 - version_check@0.9.4 - waker-fn@1.1.0 - walkdir@2.3.3 - want@0.3.1 - wasi@0.11.0+wasi-snapshot-preview1 - wasm-bindgen-backend@0.2.87 - wasm-bindgen-futures@0.4.37 - wasm-bindgen-macro-support@0.2.87 - wasm-bindgen-macro@0.2.87 - wasm-bindgen-shared@0.2.87 - wasm-bindgen@0.2.87 - wayrs-client@0.10.5 - wayrs-protocols@0.10.5 - wayrs-scanner@0.10.5 - web-sys@0.3.64 - winapi-i686-pc-windows-gnu@0.4.0 - winapi-util@0.1.5 - winapi-x86_64-pc-windows-gnu@0.4.0 - winapi@0.3.9 - windows-sys@0.42.0 - windows-sys@0.45.0 - windows-sys@0.48.0 - windows-targets@0.42.2 - windows-targets@0.48.1 - windows@0.48.0 - windows_aarch64_gnullvm@0.42.2 - windows_aarch64_gnullvm@0.48.0 - windows_aarch64_msvc@0.42.2 - windows_aarch64_msvc@0.48.0 - windows_i686_gnu@0.42.2 - windows_i686_gnu@0.48.0 - windows_i686_msvc@0.42.2 - windows_i686_msvc@0.48.0 - windows_x86_64_gnu@0.42.2 - windows_x86_64_gnu@0.48.0 - windows_x86_64_gnullvm@0.42.2 - windows_x86_64_gnullvm@0.48.0 - windows_x86_64_msvc@0.42.2 - windows_x86_64_msvc@0.48.0 - winnow@0.4.7 - winreg@0.10.1 - xdg-home@1.0.0 - zbus@3.14.1 - zbus_macros@3.14.1 - zbus_names@2.6.0 - zvariant@3.15.0 - zvariant_derive@3.15.0 - zvariant_utils@1.0.1 -" -inherit cargo optfeature - -DESCRIPTION="A feature-rich and resource-friendly replacement for i3status, written in Rust." -HOMEPAGE="https://github.com/greshake/i3status-rust/" -SRC_URI="${CARGO_CRATE_URIS} - https://github.com/greshake/i3status-rust/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz - https://git.sr.ht/~antecrescent/gentoo-files/blob/main/x11-misc/i3status-rust/${P}-man.1" - -LICENSE="GPL-3" -# Dependent crate licenses -LICENSE+=" - 0BSD Apache-2.0 BSD GPL-3 GPL-3+ ISC MIT MPL-2.0 MirOS - Unicode-DFS-2016 - || ( Artistic-2 CC0-1.0 ) -" -SLOT="0" -KEYWORDS="~amd64" -IUSE="notmuch pulseaudio" - -DEPEND="dev-libs/openssl:= - sys-apps/lm-sensors:= - notmuch? ( net-mail/notmuch:= ) - pulseaudio? ( media-libs/libpulse )" -RDEPEND="${DEPEND}" -BDEPEND=">=virtual/rust-1.70.0" - -QA_FLAGS_IGNORED="usr/bin/i3status-rs" - -src_configure() { - local myfeatures=( - $(usex debug debug_borders "") - $(usev notmuch) - maildir - ) - cargo_src_configure $(usex pulseaudio '' --no-default-features) -} - -src_install() { - cargo_src_install - newman "${DISTDIR}"/${P}-man.1 i3status-rs.1 - insinto /usr/share/i3status-rust - doins -r files/icons files/themes - dodoc NEWS.md CONTRIBUTING.md - docinto examples - dodoc examples/*.toml -} - -pkg_postinst() { - optfeature_header "Configurable fonts for themes and icons:" - optfeature "themes using the Powerline arrow char" media-fonts/powerline-symbols - optfeature "the awesome{5,6} icon set" media-fonts/fontawesome - optfeature_header "Status bar blocks with additional requirements:" - optfeature "ALSA volume support" media-sound/alsa-utils - optfeature "advanced/non-standard battery support" sys-power/apcupsd sys-power/upower - optfeature "bluetooth support" net-wireless/bluez - optfeature "KDE Connect support" kde-misc/kdeconnect - optfeature "speedtest support" net-analyzer/speedtest-cli - # optfeature "VPN support" net-vpn/nordvpn # nordvpn overlay - elog "The music block supports all music players that implement the MPRIS" - elog "interface. These include media-sound/rhythmbox, media-sound/mpv and" - elog "www-client/firefox among others. MPRIS support may be built-in or" - elog "require additional plugins." -} From 79ead91299e0c79f35f48e276f9dce5ac997a53d Mon Sep 17 00:00:00 2001 From: Lucio Sauer Date: Wed, 2 Aug 2023 11:43:28 +0200 Subject: [PATCH 12/20] dev-python/types-protobuf: add 4.23.0.2 Signed-off-by: Lucio Sauer --- dev-python/types-protobuf/Manifest | 1 + .../types-protobuf-4.23.0.2.ebuild | 18 ++++++++++++++++++ 2 files changed, 19 insertions(+) create mode 100644 dev-python/types-protobuf/types-protobuf-4.23.0.2.ebuild diff --git a/dev-python/types-protobuf/Manifest b/dev-python/types-protobuf/Manifest index 42bbe22b4c..dad3153e65 100644 --- a/dev-python/types-protobuf/Manifest +++ b/dev-python/types-protobuf/Manifest @@ -1 +1,2 @@ DIST types-protobuf-4.23.0.1.tar.gz 47077 BLAKE2B cf3ccfbbf06e9e549811bf7edfec7d5ced17ee2baa102b15a568ea57f3986447db074ad4c64bd3e5cb348ac41a69bfaa6b3e4dbe93394643cd75d8bfa47291d4 SHA512 914bdd95ce5777f00cd406e6e10e0094e3834e9e51868abdffb08b91894e2b896e4eaa6d3ba1a534e0b8f1231c3bef0afca89a4ab38c149d1d7ce4725bd70af6 +DIST types-protobuf-4.23.0.2.tar.gz 47502 BLAKE2B 22e42fd9863eba077a2553b93bfc2ef170b991c36e48d14a3cb533bd81d37762b496aa974ab2f5850b4ad09e844ec25c07acbf68b8e72334eb4d0474d5c1ae83 SHA512 03b40ed9042f6edc1e90fa4e96eb0709375887a562fb3ae9f06e701d71d6cbc2ea2bbc788e1f09b30309c8077cdce3e0ba3b160fdb423f2459fdf5dec50511a3 diff --git a/dev-python/types-protobuf/types-protobuf-4.23.0.2.ebuild b/dev-python/types-protobuf/types-protobuf-4.23.0.2.ebuild new file mode 100644 index 0000000000..522a3b2df2 --- /dev/null +++ b/dev-python/types-protobuf/types-protobuf-4.23.0.2.ebuild @@ -0,0 +1,18 @@ +# Copyright 2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYPI_NO_NORMALIZE=1 +PYTHON_COMPAT=( python3_{10,11} ) +inherit distutils-r1 pypi + +DESCRIPTION="Typing stubs for protobuf" +HOMEPAGE=" + https://pypi.org/project/types-protobuf/ + https://github.com/python/typeshed/tree/master/stubs/protobuf/ +" +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64" From a37b357bf3fecb50f8f23b934b9eb3b6ec216846 Mon Sep 17 00:00:00 2001 From: Lucio Sauer Date: Wed, 2 Aug 2023 11:43:47 +0200 Subject: [PATCH 13/20] dev-python/types-protobuf: drop 4.23.0.1 Signed-off-by: Lucio Sauer --- dev-python/types-protobuf/Manifest | 1 - .../types-protobuf-4.23.0.1.ebuild | 18 ------------------ 2 files changed, 19 deletions(-) delete mode 100644 dev-python/types-protobuf/types-protobuf-4.23.0.1.ebuild diff --git a/dev-python/types-protobuf/Manifest b/dev-python/types-protobuf/Manifest index dad3153e65..30ea7c8225 100644 --- a/dev-python/types-protobuf/Manifest +++ b/dev-python/types-protobuf/Manifest @@ -1,2 +1 @@ -DIST types-protobuf-4.23.0.1.tar.gz 47077 BLAKE2B cf3ccfbbf06e9e549811bf7edfec7d5ced17ee2baa102b15a568ea57f3986447db074ad4c64bd3e5cb348ac41a69bfaa6b3e4dbe93394643cd75d8bfa47291d4 SHA512 914bdd95ce5777f00cd406e6e10e0094e3834e9e51868abdffb08b91894e2b896e4eaa6d3ba1a534e0b8f1231c3bef0afca89a4ab38c149d1d7ce4725bd70af6 DIST types-protobuf-4.23.0.2.tar.gz 47502 BLAKE2B 22e42fd9863eba077a2553b93bfc2ef170b991c36e48d14a3cb533bd81d37762b496aa974ab2f5850b4ad09e844ec25c07acbf68b8e72334eb4d0474d5c1ae83 SHA512 03b40ed9042f6edc1e90fa4e96eb0709375887a562fb3ae9f06e701d71d6cbc2ea2bbc788e1f09b30309c8077cdce3e0ba3b160fdb423f2459fdf5dec50511a3 diff --git a/dev-python/types-protobuf/types-protobuf-4.23.0.1.ebuild b/dev-python/types-protobuf/types-protobuf-4.23.0.1.ebuild deleted file mode 100644 index 522a3b2df2..0000000000 --- a/dev-python/types-protobuf/types-protobuf-4.23.0.1.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYPI_NO_NORMALIZE=1 -PYTHON_COMPAT=( python3_{10,11} ) -inherit distutils-r1 pypi - -DESCRIPTION="Typing stubs for protobuf" -HOMEPAGE=" - https://pypi.org/project/types-protobuf/ - https://github.com/python/typeshed/tree/master/stubs/protobuf/ -" -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64" From 9ddf0a4e0a197cce633b1dc776dd3a0f3590e0b0 Mon Sep 17 00:00:00 2001 From: Lucio Sauer Date: Wed, 2 Aug 2023 11:45:39 +0200 Subject: [PATCH 14/20] dev-python/types-requests: add 2.31.0.2 Signed-off-by: Lucio Sauer --- dev-python/types-requests/Manifest | 1 + .../types-requests-2.31.0.2.ebuild | 22 +++++++++++++++++++ 2 files changed, 23 insertions(+) create mode 100644 dev-python/types-requests/types-requests-2.31.0.2.ebuild diff --git a/dev-python/types-requests/Manifest b/dev-python/types-requests/Manifest index 2c69a37e25..cd820abd44 100644 --- a/dev-python/types-requests/Manifest +++ b/dev-python/types-requests/Manifest @@ -1 +1,2 @@ DIST types-requests-2.31.0.1.tar.gz 15151 BLAKE2B cd0509f711842cc358aaeb62782da075dbc0046e5f075f0422f2aac3faf1e4f7fd1e8a4a81c3aba6c9da70645d2dda214e5b3796e66d2fbe90a587fb51ee68ba SHA512 381f5983c4c128c43139038a57a57148fa8e951c3e78d52dce9a3b0a0ebefeb7dba130b24f2a62cf5bca78e04285aee7ad22af26a06cb3d659a525d050bc9e45 +DIST types-requests-2.31.0.2.tar.gz 15293 BLAKE2B 84028b7732acd481b1898a492a1bbcb08f7fe5fe17e44d37e7b2b439275e7e38e660f07b0d28e80e741448d6e5c1fab1c99dd1cc6c52badd332e9a3f2568037e SHA512 848def44e7f43c23c3db80069c29186ca21446da2854652014bd3717af16544b4e05234310d0c2b8889d629e7aad949738f3cbbf2c44824e13a09e1c0d4689f4 diff --git a/dev-python/types-requests/types-requests-2.31.0.2.ebuild b/dev-python/types-requests/types-requests-2.31.0.2.ebuild new file mode 100644 index 0000000000..9cba92dc63 --- /dev/null +++ b/dev-python/types-requests/types-requests-2.31.0.2.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYPI_NO_NORMALIZE=1 +PYTHON_COMPAT=( python3_{10..11} pypy3 ) + +inherit distutils-r1 pypi + +DESCRIPTION="Typing stubs for requests" +HOMEPAGE=" + https://pypi.org/project/types-requests/ + https://github.com/python/typeshed/tree/master/stubs/requests +" + +SLOT="0" +LICENSE="Apache-2.0" +KEYWORDS="~amd64" + +RDEPEND="dev-python/types-urllib3" From bd652f2484041467f57ab9aadd1d532f3437abd4 Mon Sep 17 00:00:00 2001 From: Lucio Sauer Date: Wed, 2 Aug 2023 11:45:53 +0200 Subject: [PATCH 15/20] dev-python/types-requests: drop 2.31.0.1 Signed-off-by: Lucio Sauer --- dev-python/types-requests/Manifest | 1 - .../types-requests-2.31.0.1.ebuild | 22 ------------------- 2 files changed, 23 deletions(-) delete mode 100644 dev-python/types-requests/types-requests-2.31.0.1.ebuild diff --git a/dev-python/types-requests/Manifest b/dev-python/types-requests/Manifest index cd820abd44..bc4d3190e4 100644 --- a/dev-python/types-requests/Manifest +++ b/dev-python/types-requests/Manifest @@ -1,2 +1 @@ -DIST types-requests-2.31.0.1.tar.gz 15151 BLAKE2B cd0509f711842cc358aaeb62782da075dbc0046e5f075f0422f2aac3faf1e4f7fd1e8a4a81c3aba6c9da70645d2dda214e5b3796e66d2fbe90a587fb51ee68ba SHA512 381f5983c4c128c43139038a57a57148fa8e951c3e78d52dce9a3b0a0ebefeb7dba130b24f2a62cf5bca78e04285aee7ad22af26a06cb3d659a525d050bc9e45 DIST types-requests-2.31.0.2.tar.gz 15293 BLAKE2B 84028b7732acd481b1898a492a1bbcb08f7fe5fe17e44d37e7b2b439275e7e38e660f07b0d28e80e741448d6e5c1fab1c99dd1cc6c52badd332e9a3f2568037e SHA512 848def44e7f43c23c3db80069c29186ca21446da2854652014bd3717af16544b4e05234310d0c2b8889d629e7aad949738f3cbbf2c44824e13a09e1c0d4689f4 diff --git a/dev-python/types-requests/types-requests-2.31.0.1.ebuild b/dev-python/types-requests/types-requests-2.31.0.1.ebuild deleted file mode 100644 index 9cba92dc63..0000000000 --- a/dev-python/types-requests/types-requests-2.31.0.1.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYPI_NO_NORMALIZE=1 -PYTHON_COMPAT=( python3_{10..11} pypy3 ) - -inherit distutils-r1 pypi - -DESCRIPTION="Typing stubs for requests" -HOMEPAGE=" - https://pypi.org/project/types-requests/ - https://github.com/python/typeshed/tree/master/stubs/requests -" - -SLOT="0" -LICENSE="Apache-2.0" -KEYWORDS="~amd64" - -RDEPEND="dev-python/types-urllib3" From c7148be728e778d9b049261ffa744f33e20a3bd4 Mon Sep 17 00:00:00 2001 From: Lucio Sauer Date: Wed, 2 Aug 2023 11:47:51 +0200 Subject: [PATCH 16/20] dev-python/types-urllib3: add 1.26.25.14 Signed-off-by: Lucio Sauer --- dev-python/types-urllib3/Manifest | 1 + .../types-urllib3-1.26.25.14.ebuild | 20 +++++++++++++++++++ 2 files changed, 21 insertions(+) create mode 100644 dev-python/types-urllib3/types-urllib3-1.26.25.14.ebuild diff --git a/dev-python/types-urllib3/Manifest b/dev-python/types-urllib3/Manifest index 06abc03215..13e5d2242e 100644 --- a/dev-python/types-urllib3/Manifest +++ b/dev-python/types-urllib3/Manifest @@ -1 +1,2 @@ DIST types-urllib3-1.26.25.13.tar.gz 11035 BLAKE2B 4bb9c4b3761afa72dc6e0b6706261788908dd34f8d58593dc2d82845c3b0cac3b19cfe9b3fcfa75714c585be028b0ab57888affb4263efcc7aca083f4dce1689 SHA512 ba543c6365f590d5d7b1682da7cc6fdbab1ff144edf4d05865dd44ac0c9198c5aec14e884e3c6fbc945a67b7216624721d6af2d9730858b105ef8748f246bfd4 +DIST types-urllib3-1.26.25.14.tar.gz 11239 BLAKE2B 700dcab5816468256acdbfa9c2fa75cfc65ba064dd1cddbfb01a5b250147eb5689894c3afd40f6488c21f2c49f793073426dd08752a242fc5e42fc3a097f819b SHA512 42fffc81660a6cad33ea7280c0d7e99fd65c6f02f14b68882aa3761c1d6ca54dc36bbfde511f2b9d3bd2c32f38dfaa969a0a24126a7fd64eea75cc9c45804622 diff --git a/dev-python/types-urllib3/types-urllib3-1.26.25.14.ebuild b/dev-python/types-urllib3/types-urllib3-1.26.25.14.ebuild new file mode 100644 index 0000000000..b4d59a67d1 --- /dev/null +++ b/dev-python/types-urllib3/types-urllib3-1.26.25.14.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYPI_NO_NORMALIZE=1 +PYTHON_COMPAT=( python3_{9..11} pypy3 ) + +inherit distutils-r1 pypi + +DESCRIPTION="Typing stubs for urllib3" +HOMEPAGE=" + https://pypi.org/project/types-urllib3/ + https://github.com/python/typeshed/tree/master/stubs/urllib3 +" + +SLOT="0" +LICENSE="Apache-2.0" +KEYWORDS="~amd64" From d834c901da2bcb6d45d2d9ee3e3184f887ad9626 Mon Sep 17 00:00:00 2001 From: Lucio Sauer Date: Wed, 2 Aug 2023 11:48:05 +0200 Subject: [PATCH 17/20] dev-python/types-urllib3: drop 1.26.25.13 Signed-off-by: Lucio Sauer --- dev-python/types-urllib3/Manifest | 1 - .../types-urllib3-1.26.25.13.ebuild | 20 ------------------- 2 files changed, 21 deletions(-) delete mode 100644 dev-python/types-urllib3/types-urllib3-1.26.25.13.ebuild diff --git a/dev-python/types-urllib3/Manifest b/dev-python/types-urllib3/Manifest index 13e5d2242e..40b3f42e5e 100644 --- a/dev-python/types-urllib3/Manifest +++ b/dev-python/types-urllib3/Manifest @@ -1,2 +1 @@ -DIST types-urllib3-1.26.25.13.tar.gz 11035 BLAKE2B 4bb9c4b3761afa72dc6e0b6706261788908dd34f8d58593dc2d82845c3b0cac3b19cfe9b3fcfa75714c585be028b0ab57888affb4263efcc7aca083f4dce1689 SHA512 ba543c6365f590d5d7b1682da7cc6fdbab1ff144edf4d05865dd44ac0c9198c5aec14e884e3c6fbc945a67b7216624721d6af2d9730858b105ef8748f246bfd4 DIST types-urllib3-1.26.25.14.tar.gz 11239 BLAKE2B 700dcab5816468256acdbfa9c2fa75cfc65ba064dd1cddbfb01a5b250147eb5689894c3afd40f6488c21f2c49f793073426dd08752a242fc5e42fc3a097f819b SHA512 42fffc81660a6cad33ea7280c0d7e99fd65c6f02f14b68882aa3761c1d6ca54dc36bbfde511f2b9d3bd2c32f38dfaa969a0a24126a7fd64eea75cc9c45804622 diff --git a/dev-python/types-urllib3/types-urllib3-1.26.25.13.ebuild b/dev-python/types-urllib3/types-urllib3-1.26.25.13.ebuild deleted file mode 100644 index b4d59a67d1..0000000000 --- a/dev-python/types-urllib3/types-urllib3-1.26.25.13.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYPI_NO_NORMALIZE=1 -PYTHON_COMPAT=( python3_{9..11} pypy3 ) - -inherit distutils-r1 pypi - -DESCRIPTION="Typing stubs for urllib3" -HOMEPAGE=" - https://pypi.org/project/types-urllib3/ - https://github.com/python/typeshed/tree/master/stubs/urllib3 -" - -SLOT="0" -LICENSE="Apache-2.0" -KEYWORDS="~amd64" From 1d729ea97c3c6f12b51aa0a7f6f57fc8178c1be1 Mon Sep 17 00:00:00 2001 From: Jonas Frei Date: Wed, 2 Aug 2023 13:01:17 +0200 Subject: [PATCH 18/20] net-mail/pop: Modified dependency tarball URI Signed-off-by: Jonas Frei --- net-mail/pop/pop-0.2.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-mail/pop/pop-0.2.0.ebuild b/net-mail/pop/pop-0.2.0.ebuild index cf85154128..92d554f16c 100644 --- a/net-mail/pop/pop-0.2.0.ebuild +++ b/net-mail/pop/pop-0.2.0.ebuild @@ -10,7 +10,7 @@ HOMEPAGE="https://charm.sh" SRC_URI="https://github.com/charmbracelet/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" # Using a dependency tarball as per https://devmanual.gentoo.org/eclass-reference/go-module.eclass/index.html -DEPS_URI="https://gitlab.com/freijon_gentoo/${CATEGORY}/${PN}/uploads/7f29f486dd58e399fd05ca93587660c5/${P}-deps.tar.xz" +DEPS_URI="https://gitlab.com/freijon_gentoo/${CATEGORY}/${PN}/-/raw/main/${P}-deps.tar.xz" SRC_URI+=" ${DEPS_URI}" LICENSE="MIT" From 7032c216933475d408c49efe540f2efc0686f04a Mon Sep 17 00:00:00 2001 From: Jonas Frei Date: Wed, 2 Aug 2023 13:03:29 +0200 Subject: [PATCH 19/20] app-office/invoice: Modified dependency tarball URI Signed-off-by: Jonas Frei --- app-office/invoice/invoice-0.1.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-office/invoice/invoice-0.1.0.ebuild b/app-office/invoice/invoice-0.1.0.ebuild index f258ceb7dc..e352cdc0ea 100644 --- a/app-office/invoice/invoice-0.1.0.ebuild +++ b/app-office/invoice/invoice-0.1.0.ebuild @@ -10,7 +10,7 @@ HOMEPAGE="https://github.com/maaslalani/invoice" SRC_URI="https://github.com/maaslalani/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" # Using a dependency tarball as per https://devmanual.gentoo.org/eclass-reference/go-module.eclass/index.html -DEPS_URI="https://gitlab.com/freijon_gentoo/${CATEGORY}/${PN}/uploads/c7abf25c03f3397186c9deff055a9e89/${P}-deps.tar.xz" +DEPS_URI="https://gitlab.com/freijon_gentoo/${CATEGORY}/${PN}/-/raw/main/${P}-deps.tar.xz" SRC_URI+=" ${DEPS_URI}" LICENSE="MIT" From 174dcf903f357e5f7f1a6260854336a100d86866 Mon Sep 17 00:00:00 2001 From: Florian Schmaus Date: Wed, 2 Aug 2023 18:31:08 +0200 Subject: [PATCH 20/20] dev-util/gitlab-ci-local-bin: new package, add 4.42.0 Signed-off-by: Florian Schmaus --- dev-util/gitlab-ci-local-bin/Manifest | 1 + .../gitlab-ci-local-bin-4.42.0.ebuild | 41 +++++++++++++++++++ dev-util/gitlab-ci-local-bin/metadata.xml | 11 +++++ 3 files changed, 53 insertions(+) create mode 100644 dev-util/gitlab-ci-local-bin/Manifest create mode 100644 dev-util/gitlab-ci-local-bin/gitlab-ci-local-bin-4.42.0.ebuild create mode 100644 dev-util/gitlab-ci-local-bin/metadata.xml diff --git a/dev-util/gitlab-ci-local-bin/Manifest b/dev-util/gitlab-ci-local-bin/Manifest new file mode 100644 index 0000000000..9942a931ae --- /dev/null +++ b/dev-util/gitlab-ci-local-bin/Manifest @@ -0,0 +1 @@ +DIST gitlab-ci-local-bin-4.42.0.gz 19647095 BLAKE2B 5aa7fda0b9bc59a2a201e7e9bc106ee0d39b561abe9ebc7d14e9da83f169452f778e1b91549e9d40d9bcdf827e6e9c2a759cd8ae1ddad89af02b65806daf2a55 SHA512 423bdefaf472bea71aa73d728fa1d1a75fa525de0ec360aa165c39af96c191c9aa421c3f8ce5e3d149f3f652abb0e010cc2460c106625bd39daa63cde3d88a54 diff --git a/dev-util/gitlab-ci-local-bin/gitlab-ci-local-bin-4.42.0.ebuild b/dev-util/gitlab-ci-local-bin/gitlab-ci-local-bin-4.42.0.ebuild new file mode 100644 index 0000000000..7e5c8ce879 --- /dev/null +++ b/dev-util/gitlab-ci-local-bin/gitlab-ci-local-bin-4.42.0.ebuild @@ -0,0 +1,41 @@ +# Copyright 2022-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit shell-completion + +DESCRIPTION="Run gitlab pipelines locally as shell executor or docker executor" +HOMEPAGE="https://github.com/firecow/gitlab-ci-local" +SRC_URI="https://github.com/firecow/gitlab-ci-local/releases/download/${PV}/linux.gz -> ${P}.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" + +# gitlab-ci-local requires debug information to run, as it performs a +# sort of self-introspection. +RESTRICT="strip" + +S="${WORKDIR}" + +MY_PN="${PN/-bin/}" + +QA_PREBUILT="usr/bin/gitlab-ci-local" + +src_prepare() { + default + + chmod 755 ${P} || die +} + +src_compile() { + # Generate zsh completion. + ./${P} --completion > _${MY_PN} || die +} + +src_install() { + newbin ${P} ${MY_PN} + + dozshcomp _${MY_PN} +} diff --git a/dev-util/gitlab-ci-local-bin/metadata.xml b/dev-util/gitlab-ci-local-bin/metadata.xml new file mode 100644 index 0000000000..0368e58bb7 --- /dev/null +++ b/dev-util/gitlab-ci-local-bin/metadata.xml @@ -0,0 +1,11 @@ + + + + + Florian Schmaus + flow@gentoo.org + + + firecow/gitlab-ci-local + +