From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7F95E1382C5 for ; Thu, 17 Jun 2021 06:49:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A4F81E0826; Thu, 17 Jun 2021 06:49:25 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 862F0E0821 for ; Thu, 17 Jun 2021 06:49:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 97CCF340928 for ; Thu, 17 Jun 2021 06:49:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3420A7AC for ; Thu, 17 Jun 2021 06:49:23 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1623912555.7872b30e6a4fad9db17d86c1bef8a1f20760e906.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-fs/s3backer/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-fs/s3backer/Manifest net-fs/s3backer/s3backer-1.6.1.ebuild X-VCS-Directories: net-fs/s3backer/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 7872b30e6a4fad9db17d86c1bef8a1f20760e906 X-VCS-Branch: master Date: Thu, 17 Jun 2021 06:49:23 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: e9f65de1-8633-4cfb-b231-824f0aedf39e X-Archives-Hash: 4eb7b7958ff28376f0230a7753189b21 commit: 7872b30e6a4fad9db17d86c1bef8a1f20760e906 Author: Alexey Korepanov yandex ru> AuthorDate: Sun May 23 09:52:30 2021 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Thu Jun 17 06:49:15 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7872b30e net-fs/s3backer: version bump 1.6.1 Signed-off-by: Alexey Korepanov yandex.ru> Closes: https://github.com/gentoo/gentoo/pull/20946 Signed-off-by: Joonas Niilola gentoo.org> net-fs/s3backer/Manifest | 1 + net-fs/s3backer/s3backer-1.6.1.ebuild | 35 +++++++++++++++++++++++++++++++++++ 2 files changed, 36 insertions(+) diff --git a/net-fs/s3backer/Manifest b/net-fs/s3backer/Manifest index 0298646a845..d789d0772f4 100644 --- a/net-fs/s3backer/Manifest +++ b/net-fs/s3backer/Manifest @@ -1 +1,2 @@ DIST s3backer-1.4.5.tar.gz 103318 BLAKE2B 0fb93418ddf0fe295002fe0335f8ea626b8d0cb584f0fab6bcd60964b8dc14b883b35c2e2a973d542715732efe3afb3f7e214b96208a6f33aa991915a4a9ccdc SHA512 9feb42266639981e6f7da5618ec356a5c87fdc3c26fe17b27773509d161df62dcf4e42efbc4bb5d55e2f1cd9ea4cef563274ed5fd4119cf1fb3924e91180f589 +DIST s3backer-1.6.1.tar.gz 119768 BLAKE2B 135d5da2e77286d444964b0fca7f152270b4dd1f9e64e4a6d09f50308647add132ce23936f236bcaf9979d75165bc2aa83b3b0f7ddddf03697a275d17ae6836a SHA512 ac75958f15cdbb57b11a829a365bf476b616a9ca596df33dca0d0aff8777e457dd6b15597fe3d2dfc13373304efb8b7cc5ad5d31db9d4760b6fff6981b81a1e4 diff --git a/net-fs/s3backer/s3backer-1.6.1.ebuild b/net-fs/s3backer/s3backer-1.6.1.ebuild new file mode 100644 index 00000000000..e714ef0c40d --- /dev/null +++ b/net-fs/s3backer/s3backer-1.6.1.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit autotools + +DESCRIPTION="FUSE-based single file backing store via Amazon S3" +HOMEPAGE="https://github.com/archiecobbs/s3backer" +SRC_URI="https://github.com/archiecobbs/s3backer/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +DEPEND="net-misc/curl + sys-fs/fuse:0 + sys-libs/zlib + dev-libs/expat + dev-libs/openssl:0=" +RDEPEND="${DEPEND}" + +src_prepare() { + default + + sed -e "/docdir=/s:packages/\$(PACKAGE):${PF}:" \ + -e "/doc_DATA=/d" \ + -i Makefile.am || die + + eautoreconf +} + +src_compile() { + emake CFLAGS="${CFLAGS}" +}