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 C57F0158083 for ; Wed, 11 Sep 2024 06:52:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 119DFE29E3; Wed, 11 Sep 2024 06:52:56 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 pigeon.gentoo.org (Postfix) with ESMTPS id F260CE29E3 for ; Wed, 11 Sep 2024 06:52:55 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 426D734164C for ; Wed, 11 Sep 2024 06:52:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B451B1F46 for ; Wed, 11 Sep 2024 06:52:53 +0000 (UTC) From: "Petr Vaněk" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Petr Vaněk" Message-ID: <1726037539.91998426611fbd34377ea6efbbfb81c95798c754.arkamar@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.6.0-r1.ebuild X-VCS-Directories: dev-vcs/git-crypt/ X-VCS-Committer: arkamar X-VCS-Committer-Name: Petr Vaněk X-VCS-Revision: 91998426611fbd34377ea6efbbfb81c95798c754 X-VCS-Branch: master Date: Wed, 11 Sep 2024 06:52:53 +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: 2445d270-b081-411f-b5b1-dd4bbc93ad2d X-Archives-Hash: 51fc9d7e3e42040e83c8094257be3588 commit: 91998426611fbd34377ea6efbbfb81c95798c754 Author: Petr Vaněk gentoo org> AuthorDate: Wed Sep 11 06:36:28 2024 +0000 Commit: Petr Vaněk gentoo org> CommitDate: Wed Sep 11 06:52:19 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91998426 dev-vcs/git-crypt: drop 0.6.0-r1 Signed-off-by: Petr Vaněk gentoo.org> dev-vcs/git-crypt/Manifest | 1 - dev-vcs/git-crypt/git-crypt-0.6.0-r1.ebuild | 23 ----------------------- 2 files changed, 24 deletions(-) diff --git a/dev-vcs/git-crypt/Manifest b/dev-vcs/git-crypt/Manifest index 1dee4d421921..67eb27b5cce9 100644 --- a/dev-vcs/git-crypt/Manifest +++ b/dev-vcs/git-crypt/Manifest @@ -1,2 +1 @@ -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.6.0-r1.ebuild b/dev-vcs/git-crypt/git-crypt-0.6.0-r1.ebuild deleted file mode 100644 index d1f3a018f685..000000000000 --- a/dev-vcs/git-crypt/git-crypt-0.6.0-r1.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -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-libs/openssl:= - dev-vcs/git -" -DEPEND="${RDEPEND}" - -src_install() { - mkdir -p "${D}"/usr/bin || die - emake PREFIX="${D}"/usr install -}