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 B97C7138359 for ; Sat, 26 Sep 2020 14:33:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C5250E0867; Sat, 26 Sep 2020 14:33:44 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 ADC24E0867 for ; Sat, 26 Sep 2020 14:33:44 +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 74135340D9F for ; Sat, 26 Sep 2020 14:33:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E3A9138C for ; Sat, 26 Sep 2020 14:33:40 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1601130811.e6f374e1036e6b5eda400d2eccfe0a31785dfc31.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/jetring/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-crypt/jetring/Manifest app-crypt/jetring/jetring-0.25.ebuild X-VCS-Directories: app-crypt/jetring/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: e6f374e1036e6b5eda400d2eccfe0a31785dfc31 X-VCS-Branch: master Date: Sat, 26 Sep 2020 14:33:40 +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: c135d880-60ae-49c3-8a70-e6585a965f66 X-Archives-Hash: 774637a0d32cfcd0efe29f77467d9072 commit: e6f374e1036e6b5eda400d2eccfe0a31785dfc31 Author: Aaron Bauman gentoo org> AuthorDate: Sat Sep 26 13:44:10 2020 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Sat Sep 26 14:33:31 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6f374e1 app-crypt/jetring: drop old EAPI=5 Signed-off-by: Aaron Bauman gentoo.org> app-crypt/jetring/Manifest | 1 - app-crypt/jetring/jetring-0.25.ebuild | 39 ----------------------------------- 2 files changed, 40 deletions(-) diff --git a/app-crypt/jetring/Manifest b/app-crypt/jetring/Manifest index 02ee98a4f84..71b71f5beeb 100644 --- a/app-crypt/jetring/Manifest +++ b/app-crypt/jetring/Manifest @@ -1,2 +1 @@ -DIST jetring_0.25.tar.xz 208944 BLAKE2B 417565c1590f677542f81b6f457482ff1c8219317b90d12666a8b497608f5ee16466c03f68d8c4424c4bb92a0713fefb243dc621eee9cd10f7cf3495590143bd SHA512 aa9de0c7c034093789bf74c75533e678b0822cf0d1261d1b906fd5ef2decb41654bf2facc5c06b469367bb1a0fea4c862c0836fd00635779a2e8dd4f3c08ff46 DIST jetring_0.27.tar.xz 209376 BLAKE2B 08081611d42f63dbfd0d8c44c67932ae6428ce244f9f2c01466bae0baef54e4ccaa67f78825004a0292bc619efd44b247b7982669cf5b29b366c4c20f776984a SHA512 707f480d6b5ef2943fcd54776631d2290ec892bcccb0a3099f28262e4660d844d1db135fa4070538ffcf1ddeda00c09dd258707857e0f1af0fcadb407cca383a diff --git a/app-crypt/jetring/jetring-0.25.ebuild b/app-crypt/jetring/jetring-0.25.ebuild deleted file mode 100644 index 1e93e84f2d9..00000000000 --- a/app-crypt/jetring/jetring-0.25.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="5" - -inherit eutils - -DESCRIPTION="GPG keyring maintenance using changesets" -HOMEPAGE="http://joeyh.name/code/jetring/" -SRC_URI="mirror://debian/pool/main/${PN:0:1}/${PN}/${PN}_${PV}.tar.xz" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="~amd64 ~arm64 ~x86" -IUSE="" - -DEPEND="app-crypt/gnupg" -RDEPEND=" - ${DEPEND} - dev-lang/perl - " - -src_prepare() { - epatch "${FILESDIR}"/${PN}-0.21-parallel.patch -} - -src_compile() { - addpredict "/run/user/$(id -u)/gnupg/" - default -} - -src_install() { - default - - insinto /usr/share/${PN}/ - doins -r example - - doman ${PN}*.[0-9] -}