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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2B831158021 for ; Tue, 1 Nov 2022 23:22:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 31C7FE0AA1; Tue, 1 Nov 2022 23:21:59 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1872FE0AA1 for ; Tue, 1 Nov 2022 23:21:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 17C8B341217 for ; Tue, 1 Nov 2022 23:21:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5EAD0625 for ; Tue, 1 Nov 2022 23:21:56 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1667344565.afcb7f713732686924071d264af386df97b757bb.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/git-crypt/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-vcs/git-crypt/Manifest dev-vcs/git-crypt/git-crypt-0.7.0.ebuild X-VCS-Directories: dev-vcs/git-crypt/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: afcb7f713732686924071d264af386df97b757bb X-VCS-Branch: master Date: Tue, 1 Nov 2022 23:21:56 +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: e2f4d320-e56c-4c7a-a585-cb91f14f530f X-Archives-Hash: b746f2f6e7ac5d8bdd55a35ec7711d59 commit: afcb7f713732686924071d264af386df97b757bb Author: Sam James gentoo org> AuthorDate: Tue Nov 1 23:14:39 2022 +0000 Commit: Sam James gentoo org> CommitDate: Tue Nov 1 23:16:05 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afcb7f71 dev-vcs/git-crypt: add 0.7.0 Closes: https://bugs.gentoo.org/522286 Closes: https://bugs.gentoo.org/689180 Closes: https://bugs.gentoo.org/805545 Thanks-to: John R. Graham gentoo.org> Signed-off-by: Sam James gentoo.org> dev-vcs/git-crypt/Manifest | 1 + dev-vcs/git-crypt/git-crypt-0.7.0.ebuild | 34 ++++++++++++++++++++++++++++++++ 2 files changed, 35 insertions(+) diff --git a/dev-vcs/git-crypt/Manifest b/dev-vcs/git-crypt/Manifest index f861fde81c85..1dee4d421921 100644 --- a/dev-vcs/git-crypt/Manifest +++ b/dev-vcs/git-crypt/Manifest @@ -1 +1,2 @@ DIST git-crypt-0.6.0.tar.gz 57584 BLAKE2B 6557121ef4a3f49b2294f7c6268a55323b7ec192b851fac548e76a9301c65655be72f67eecc248205cefcb0184d52a55f8a462ccec0082552fce3115a18b7267 SHA512 06fd9f6dbdc5c9fa9196f3e81a87cd3688089623b2658daf9c98809d5ca14df0b7ca69fdfe8279abf575957c366f2f93bd5a6885092eb533bd0d1ed9fe9dfac5 +DIST git-crypt-0.7.0.tar.gz 57621 BLAKE2B 3307420f2ddeb6742ea53b8e58351dfa68e34e8d83cf6eada626fc9778387c356cd38cfa29f70729ebe39fb9acb9388e489487be7839e40d0a4a47a1b12f4ece SHA512 88eb730f0f0b4622c1a3ce64c62fa97a9a4da0716f4cce86fad8d700e2cb248dae8fc9e92996448564903564dbcddaa1f87201cf7ebc77144660f3044ae92904 diff --git a/dev-vcs/git-crypt/git-crypt-0.7.0.ebuild b/dev-vcs/git-crypt/git-crypt-0.7.0.ebuild new file mode 100644 index 000000000000..8a641959908a --- /dev/null +++ b/dev-vcs/git-crypt/git-crypt-0.7.0.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit flag-o-matic toolchain-funcs + +DESCRIPTION="Transparent file encryption in git" +HOMEPAGE="https://www.agwa.name/projects/git-crypt/" +SRC_URI="https://www.agwa.name/projects/git-crypt/downloads/${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND=" + dev-libs/openssl:= + dev-vcs/git +" +DEPEND="${RDEPEND}" +BDEPEND="dev-libs/libxslt" + +src_configure() { + append-cppflags -DOPENSSL_API_COMPAT=0x30000000L + tc-export CXX + + # bug #689180 + export ENABLE_MAN=yes +} + +src_install() { + mkdir -p "${D}"/usr/bin || die + emake PREFIX="${D}"/usr install +}