From 4d1a64ab9ecd14a9df9b9afad2e9b0cbdbf31ccc Mon Sep 17 00:00:00 2001 From: Artemis Everfree Date: Sun, 10 Sep 2023 04:18:44 -0700 Subject: [PATCH 1/4] www-apps/forgejo: add 1.20.4.0, drop 1.20.2.0 Signed-off-by: Artemis Everfree --- www-apps/forgejo/Manifest | 2 +- .../{forgejo-1.20.2.0.ebuild => forgejo-1.20.4.0.ebuild} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename www-apps/forgejo/{forgejo-1.20.2.0.ebuild => forgejo-1.20.4.0.ebuild} (100%) diff --git a/www-apps/forgejo/Manifest b/www-apps/forgejo/Manifest index 673aa76ca5..a32b24b4e8 100644 --- a/www-apps/forgejo/Manifest +++ b/www-apps/forgejo/Manifest @@ -1,3 +1,3 @@ DIST forgejo-1.19.4.0.tar.gz 60635393 BLAKE2B 7fe8e10f7aae8371c4a540290bb24c67a0521080eb58c7749c95d977320781e2e11ba754a42a333c706d243cf0170178dd62da5338540576d214f281b3da6daa SHA512 4870a7804c3cefab4aac38f30ac60874d9a7359b29e8f765ee9a1f41bc543fdd445a21c6e808f864c56ce22f79f6038b15eec4325c556ef6288ad6635977533f -DIST forgejo-1.20.2.0.tar.gz 54334985 BLAKE2B d00b3d841b9002ef6368569d07d3e3643fa6f17005446d9fb14303eb1a03e7ef9f018348822378dbb4e5b64bbaa20e586da0015c0c1a6dffde8dd1ec59ea9265 SHA512 16204c846a5ba66aa0d9d1ec35175737daa13e1bddfc6d5f72963b232381abe168887b852d592aff51b6cbbb34a50bee7391a8c013802d2ae74bc6baf4ee1f11 DIST forgejo-1.20.3.0.tar.gz 55513966 BLAKE2B e8e6700b91b213bd9b5e336d35d075c6ae1522085a35698a9dbdac0a72cab1d0ab7c63764a01b338dd4aff365d895dab50d299fbed6ec5255b4ec74a2d9d0daa SHA512 20aa0067b7123847f00ccc90868cb99dc215e8bfb541cb9adfb9d205de7a30ff4d94693e43bd3ca86ea876daebc3cbbc46c41f502434467f862fe98198e75a8b +DIST forgejo-1.20.4.0.tar.gz 55536470 BLAKE2B d7cc2c1a056a33b07f33c2366b839dff314fc66b3b98b59738aa932416255a48637f5631e7443f1f53fe3650563269abf255906112b222fd5c430d9704a1f70d SHA512 b8861e47f700d4d4850295d0ef53b2f8255a5023e2ca48e9bc72a705b13033d0b4d8ad10279417b0a21c03ebdd1b86c25c3b8d06902b2cff4000592cc7b34283 diff --git a/www-apps/forgejo/forgejo-1.20.2.0.ebuild b/www-apps/forgejo/forgejo-1.20.4.0.ebuild similarity index 100% rename from www-apps/forgejo/forgejo-1.20.2.0.ebuild rename to www-apps/forgejo/forgejo-1.20.4.0.ebuild From 4d7004fc93fc0fe3c5414b1a96e792c085f1451c Mon Sep 17 00:00:00 2001 From: Vitaly Zdanevich Date: Mon, 11 Sep 2023 10:37:48 +0400 Subject: [PATCH 2/4] sys-fs/mountpoint-s3-bin: new package, add 1.0.1 Signed-off-by: Vitaly Zdanevich --- sys-fs/mountpoint-s3-bin/Manifest | 1 + sys-fs/mountpoint-s3-bin/metadata.xml | 28 +++++++++++++++++++ .../mountpoint-s3-bin-1.0.1.ebuild | 21 ++++++++++++++ 3 files changed, 50 insertions(+) create mode 100644 sys-fs/mountpoint-s3-bin/Manifest create mode 100644 sys-fs/mountpoint-s3-bin/metadata.xml create mode 100644 sys-fs/mountpoint-s3-bin/mountpoint-s3-bin-1.0.1.ebuild diff --git a/sys-fs/mountpoint-s3-bin/Manifest b/sys-fs/mountpoint-s3-bin/Manifest new file mode 100644 index 0000000000..f1978fc90c --- /dev/null +++ b/sys-fs/mountpoint-s3-bin/Manifest @@ -0,0 +1 @@ +DIST mount-s3-1.0.1-x86_64.tar.gz 14139077 BLAKE2B 0cd32334cf893559253b26f71b06e996c0628bbc2bc0884cf897d72605944bed3b819554b93268547b364ad0f746c04b03bfba8f331ffb7209752aba54eff2bb SHA512 f5d2c2a79cea02d53000b63adaaa2efb05903d13ea4e5081beec50c2c24298ac598a275fcce8cf015a8e7245bf9b048d519e7313a88c653eba1b88137a59257f diff --git a/sys-fs/mountpoint-s3-bin/metadata.xml b/sys-fs/mountpoint-s3-bin/metadata.xml new file mode 100644 index 0000000000..3f41b359ac --- /dev/null +++ b/sys-fs/mountpoint-s3-bin/metadata.xml @@ -0,0 +1,28 @@ + + + + + Vitaly Zdanevich + zdanevich.vitaly@ya.ru + + +Mountpoint for Amazon S3 is a simple, high-throughput file client for mounting an Amazon S3 bucket as a local file system. With Mountpoint for Amazon S3, your applications can access objects stored in Amazon S3 through file operations like open and read. Mountpoint for Amazon S3 automatically translates these operations into S3 object API calls, giving your applications access to the elastic storage and throughput of Amazon S3 through a file interface. + +Mountpoint for Amazon S3 is optimized for applications that need high read throughput to large objects, potentially from many clients at once, and to write new objects sequentially from a single client at a time. This means it's a great fit for applications that use a file interface to: + +* read large objects from S3, potentially from many instances concurrently, without downloading them to local storage first +* access only some S3 objects out of a larger data set, but can't predict which objects in advance +* upload their output to S3 directly, or upload files from local storage with tools like cp + +but probably not the right fit for applications that: + +* use file operations that S3 doesn't natively support, like directory renaming or symlinks +* make edits to existing files (don't work on your Git repository or run vim in Mountpoint 😄) + +Mountpoint for Amazon S3 does not implement all the features of a POSIX file system, and there are some differences that may affect compatibility with your application. See Mountpoint file system behavior for a detailed description of Mountpoint for Amazon S3's behavior and POSIX support and how they could affect your application. + + + awslabs/mountpoint-s3 + https://github.com/awslabs/mountpoint-s3/issues + + diff --git a/sys-fs/mountpoint-s3-bin/mountpoint-s3-bin-1.0.1.ebuild b/sys-fs/mountpoint-s3-bin/mountpoint-s3-bin-1.0.1.ebuild new file mode 100644 index 0000000000..05fd6dc765 --- /dev/null +++ b/sys-fs/mountpoint-s3-bin/mountpoint-s3-bin-1.0.1.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2023 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION="Fuse for AWS S3 (Simple Storage Service), official" +HOMEPAGE="https://github.com/awslabs/mountpoint-s3" + +SRC_URI="https://s3.amazonaws.com/mountpoint-s3-release/${PV}/x86_64/mount-s3-${PV}-x86_64.tar.gz" +KEYWORDS="~amd64" + +LICENSE="Apache-2.0" +SLOT="0" + +RDEPEND="sys-fs/fuse:0" + +S="${WORKDIR}" + +src_install() { + newbin "${S}/bin/mount-s3" mount-s3-bin +} From d4f590f664d13f7cbb4292afea3c56eba6defe8d Mon Sep 17 00:00:00 2001 From: Vitaly Zdanevich Date: Mon, 11 Sep 2023 10:57:49 +0400 Subject: [PATCH 3/4] sys-fs/mountpoint-s3-bin: replace hardcode to ${PN} Signed-off-by: Vitaly Zdanevich --- sys-fs/mountpoint-s3-bin/mountpoint-s3-bin-1.0.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-fs/mountpoint-s3-bin/mountpoint-s3-bin-1.0.1.ebuild b/sys-fs/mountpoint-s3-bin/mountpoint-s3-bin-1.0.1.ebuild index 05fd6dc765..d10e0a3177 100644 --- a/sys-fs/mountpoint-s3-bin/mountpoint-s3-bin-1.0.1.ebuild +++ b/sys-fs/mountpoint-s3-bin/mountpoint-s3-bin-1.0.1.ebuild @@ -17,5 +17,5 @@ RDEPEND="sys-fs/fuse:0" S="${WORKDIR}" src_install() { - newbin "${S}/bin/mount-s3" mount-s3-bin + newbin "${S}/bin/mount-s3" ${PN} } From 87ce5b9f5daca42ec9db9dcaf18ab6e8088d93f9 Mon Sep 17 00:00:00 2001 From: Florian Schmaus Date: Mon, 11 Sep 2023 10:11:58 +0200 Subject: [PATCH 4/4] dev-util/gitlab-ci-local-bin: add 4.43.0 Signed-off-by: Florian Schmaus --- dev-util/gitlab-ci-local-bin/Manifest | 1 + .../gitlab-ci-local-bin-4.43.0.ebuild | 41 +++++++++++++++++++ 2 files changed, 42 insertions(+) create mode 100644 dev-util/gitlab-ci-local-bin/gitlab-ci-local-bin-4.43.0.ebuild diff --git a/dev-util/gitlab-ci-local-bin/Manifest b/dev-util/gitlab-ci-local-bin/Manifest index 9942a931ae..535267300b 100644 --- a/dev-util/gitlab-ci-local-bin/Manifest +++ b/dev-util/gitlab-ci-local-bin/Manifest @@ -1 +1,2 @@ DIST gitlab-ci-local-bin-4.42.0.gz 19647095 BLAKE2B 5aa7fda0b9bc59a2a201e7e9bc106ee0d39b561abe9ebc7d14e9da83f169452f778e1b91549e9d40d9bcdf827e6e9c2a759cd8ae1ddad89af02b65806daf2a55 SHA512 423bdefaf472bea71aa73d728fa1d1a75fa525de0ec360aa165c39af96c191c9aa421c3f8ce5e3d149f3f652abb0e010cc2460c106625bd39daa63cde3d88a54 +DIST gitlab-ci-local-bin-4.43.0.gz 19642956 BLAKE2B 9fe5bdc898e47ae20f910d210ac1195818d1e9086b108be117bb91bcca7576e988efa2ace8064792150ff60dd2f42cfcb613edc44a6bb5fd1df4cc057b73671c SHA512 e5464f8356137aca05cfe0742a707d9f2674eccb4a88ad7d5ff9d808a9801952065d93e048b1ea7f02f0be94bbf6796e5de8de2e5993e9a81a921be63827fd74 diff --git a/dev-util/gitlab-ci-local-bin/gitlab-ci-local-bin-4.43.0.ebuild b/dev-util/gitlab-ci-local-bin/gitlab-ci-local-bin-4.43.0.ebuild new file mode 100644 index 0000000000..7e5c8ce879 --- /dev/null +++ b/dev-util/gitlab-ci-local-bin/gitlab-ci-local-bin-4.43.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} +}