mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-17 19:13:13 -04:00
Merge updates from master
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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}
|
||||
}
|
||||
1
sys-fs/mountpoint-s3-bin/Manifest
Normal file
1
sys-fs/mountpoint-s3-bin/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST mount-s3-1.0.1-x86_64.tar.gz 14139077 BLAKE2B 0cd32334cf893559253b26f71b06e996c0628bbc2bc0884cf897d72605944bed3b819554b93268547b364ad0f746c04b03bfba8f331ffb7209752aba54eff2bb SHA512 f5d2c2a79cea02d53000b63adaaa2efb05903d13ea4e5081beec50c2c24298ac598a275fcce8cf015a8e7245bf9b048d519e7313a88c653eba1b88137a59257f
|
||||
28
sys-fs/mountpoint-s3-bin/metadata.xml
Normal file
28
sys-fs/mountpoint-s3-bin/metadata.xml
Normal file
@@ -0,0 +1,28 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<name>Vitaly Zdanevich</name>
|
||||
<email>zdanevich.vitaly@ya.ru</email>
|
||||
</maintainer>
|
||||
<longdescription lang="en">
|
||||
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.
|
||||
</longdescription>
|
||||
<upstream>
|
||||
<remote-id type="github">awslabs/mountpoint-s3</remote-id>
|
||||
<bugs-to>https://github.com/awslabs/mountpoint-s3/issues</bugs-to>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
21
sys-fs/mountpoint-s3-bin/mountpoint-s3-bin-1.0.1.ebuild
Normal file
21
sys-fs/mountpoint-s3-bin/mountpoint-s3-bin-1.0.1.ebuild
Normal file
@@ -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" ${PN}
|
||||
}
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user