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 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 +} 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 +} 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..e352cdc0ea --- /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}/-/raw/main/${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 + + 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 + + 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 + + diff --git a/dev-python/types-protobuf/Manifest b/dev-python/types-protobuf/Manifest index 42bbe22b4c..30ea7c8225 100644 --- a/dev-python/types-protobuf/Manifest +++ b/dev-python/types-protobuf/Manifest @@ -1 +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.2.ebuild similarity index 100% rename from dev-python/types-protobuf/types-protobuf-4.23.0.1.ebuild rename to dev-python/types-protobuf/types-protobuf-4.23.0.2.ebuild diff --git a/dev-python/types-requests/Manifest b/dev-python/types-requests/Manifest index 2c69a37e25..bc4d3190e4 100644 --- a/dev-python/types-requests/Manifest +++ b/dev-python/types-requests/Manifest @@ -1 +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.2.ebuild similarity index 100% rename from dev-python/types-requests/types-requests-2.31.0.1.ebuild rename to dev-python/types-requests/types-requests-2.31.0.2.ebuild diff --git a/dev-python/types-urllib3/Manifest b/dev-python/types-urllib3/Manifest index 06abc03215..40b3f42e5e 100644 --- a/dev-python/types-urllib3/Manifest +++ b/dev-python/types-urllib3/Manifest @@ -1 +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.14.ebuild similarity index 100% rename from dev-python/types-urllib3/types-urllib3-1.26.25.13.ebuild rename to dev-python/types-urllib3/types-urllib3-1.26.25.14.ebuild 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 + + 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) 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..92d554f16c --- /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://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}/-/raw/main/${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/x11-misc/i3status-rust/Manifest b/x11-misc/i3status-rust/Manifest index 0084d20094..b4fb4ef2e3 100644 --- a/x11-misc/i3status-rust/Manifest +++ b/x11-misc/i3status-rust/Manifest @@ -107,8 +107,8 @@ 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 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.8.ebuild b/x11-misc/i3status-rust/i3status-rust-0.31.9.ebuild similarity index 100% rename from x11-misc/i3status-rust/i3status-rust-0.31.8.ebuild rename to x11-misc/i3status-rust/i3status-rust-0.31.9.ebuild