From 40aaaa64e86ba6710bbeb31c4615a6ce80e75e11 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 28 Apr 2021 20:21:43 +0100 Subject: gentoo resync : 28.04.2021 --- dev-vcs/git-crypt/Manifest | 2 +- dev-vcs/git-crypt/git-crypt-0.6.0.ebuild | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'dev-vcs/git-crypt') diff --git a/dev-vcs/git-crypt/Manifest b/dev-vcs/git-crypt/Manifest index 00857e97b675..687d02288e6d 100644 --- a/dev-vcs/git-crypt/Manifest +++ b/dev-vcs/git-crypt/Manifest @@ -1,3 +1,3 @@ DIST git-crypt-0.6.0.tar.gz 57584 BLAKE2B 6557121ef4a3f49b2294f7c6268a55323b7ec192b851fac548e76a9301c65655be72f67eecc248205cefcb0184d52a55f8a462ccec0082552fce3115a18b7267 SHA512 06fd9f6dbdc5c9fa9196f3e81a87cd3688089623b2658daf9c98809d5ca14df0b7ca69fdfe8279abf575957c366f2f93bd5a6885092eb533bd0d1ed9fe9dfac5 -EBUILD git-crypt-0.6.0.ebuild 463 BLAKE2B 3ba00302628888e104e0f05bbfc80481be9691a7b6a3f96abfd2ada758035387c84ad4c2398e434ecbb3faf453d983a2b73b25d88d482f45dca225c0d089b54d SHA512 0abbd6dda1fe03dfb67f9e481da37f1f4c5c97543dab66c8eb5c7abefa523935a96704ed7f7e7bbc1281bfdef18f7fbea6406a7303308164b04c6695f2cdc08f +EBUILD git-crypt-0.6.0.ebuild 467 BLAKE2B 85c6549dd984b8f379b783e781c79d51f75522da667f630527bc5b0155e661b762ef1b0787871c0de23cea0096a8d2bb17bc7187ef169c304d938aca4e85ca8e SHA512 b9798b44e47469d4ce9e85b9e10f6ad5dfefa62daa0cbedd854cb0f1691d68f47abd7a897595d6b72a62eb814e3c5f517f848fb41728fb67b02d07fed2d7bfa0 MISC metadata.xml 326 BLAKE2B 200218b3accdd8e5485e442fd23fb2eb914b4e33a5bb545573a65526740f3c48c9514cff5b34a75c39d364f94c8f19cc11522fbc168b9fed766925c65ca5e388 SHA512 b75574fb4627e4e52be50ab98bb207b8bc8f50fd67da8fa88dc00a5dbaedc36d1e955573e2abb7e27a94fa87d2a239b3e4f48900ccb7d27fc92d5009f20b6e29 diff --git a/dev-vcs/git-crypt/git-crypt-0.6.0.ebuild b/dev-vcs/git-crypt/git-crypt-0.6.0.ebuild index f107562053ad..c7e0f1a2401a 100644 --- a/dev-vcs/git-crypt/git-crypt-0.6.0.ebuild +++ b/dev-vcs/git-crypt/git-crypt-0.6.0.ebuild @@ -1,20 +1,20 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 DESCRIPTION="transparent file encryption in git" HOMEPAGE="https://www.agwa.name/projects/git-crypt/" SRC_URI="https://github.com/AGWA/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" + LICENSE="GPL-3" SLOT="0" - KEYWORDS="~amd64 ~x86" RDEPEND="dev-vcs/git" DEPEND="${RDEPEND}" src_install() { - mkdir -p "${D}"/usr/bin + mkdir -p "${D}"/usr/bin || die emake PREFIX="${D}"/usr install } -- cgit v1.2.3