public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/signify/
Date: Mon, 19 Apr 2021 22:56:01 +0000 (UTC)	[thread overview]
Message-ID: <1618872949.2979250b615aa3f58a6e780cab54dd83eaa53fd2.sam@gentoo> (raw)

commit:     2979250b615aa3f58a6e780cab54dd83eaa53fd2
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 19 22:47:44 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Apr 19 22:55:49 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2979250b

app-crypt/signify: drop 23, 24, 29

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-crypt/signify/Manifest          |  3 ---
 app-crypt/signify/signify-23.ebuild | 24 ------------------------
 app-crypt/signify/signify-24.ebuild | 24 ------------------------
 app-crypt/signify/signify-29.ebuild | 27 ---------------------------
 4 files changed, 78 deletions(-)

diff --git a/app-crypt/signify/Manifest b/app-crypt/signify/Manifest
index 052c0771236..89e1cd2d5f0 100644
--- a/app-crypt/signify/Manifest
+++ b/app-crypt/signify/Manifest
@@ -1,4 +1 @@
-DIST signify-23.tar.gz 95335 BLAKE2B 4cdbee5dae7f217644a5df41d4253938c5cb8fb1f621f945addfceb64090234199e8dd81d7ef42c41aae13e9e5158541f40062296ca07562977473e39f68cd0b SHA512 f0330994f3d308e9ad7c7bf4b6d6f8e8bef914d6d10d83507002ad97f853b4e0a829997a0225373e2c34829a611b70980d7d3674247d4b5b447204ad7f039608
-DIST signify-24.tar.gz 92038 BLAKE2B 4d9413a423534fb4f9adfb50494802b737e6099b47933eed9686ba751f7ffb6999b084c5a5431652a33baab11d7384e762c4709bab52bb0de4694a885c8eb570 SHA512 d612aca617f44ea7bf32a31d65da7e265dfdbe67f7983fc095b1f2d5c83cfa27f4c857279d98f6928199d15193c706cf3c77022fec70529a7b5d38b16ce64df5
-DIST signify-29.tar.gz 94553 BLAKE2B eba286618c5ea9fb9515c44330297276504009078a09d7b36c208225e4fd33e014623829dd582ededc2f35f207058ad2c93412ad006852966c37466ed87e7b9a SHA512 a0fc07c176f3e0e6ea32d059fb6cc27849159dcc3975c47b2b0a54f7047cb1f1dc0e032f2c55eaf84096b0a84288193afec0777e669851a7c7f97a880fb0f0ab
 DIST signify-30.tar.gz 94593 BLAKE2B 2d432cef9990a8ce23d0f05449ef02dcf7a00f4328a25dcab98cd25c2c74875fd8ea7ed7a67b7e4ac6c9f432a91564edcc1fc9260627c37352c19cc17581aea3 SHA512 4a1ebcdbf7aa74865b97cadbf5380460702306b6d0a77306e6c943bb0c3419ca929ecd3455522da4448d780a56c8eddeb26fb4d7fb006fc3bf23f69693c39e87

diff --git a/app-crypt/signify/signify-23.ebuild b/app-crypt/signify/signify-23.ebuild
deleted file mode 100644
index 8fe56566211..00000000000
--- a/app-crypt/signify/signify-23.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit toolchain-funcs
-
-DESCRIPTION="Cryptographically sign and verify files"
-HOMEPAGE="http://www.openbsd.org/ https://github.com/aperezdc/signify"
-SRC_URI="https://github.com/aperezdc/signify/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD-1"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND=">=dev-libs/libbsd-0.7"
-DEPEND="${RDEPEND}"
-
-src_configure() {
-	tc-export CC
-}
-
-src_install() {
-	DESTDIR="${D}" PREFIX="/usr" emake install
-}

diff --git a/app-crypt/signify/signify-24.ebuild b/app-crypt/signify/signify-24.ebuild
deleted file mode 100644
index cff3a751895..00000000000
--- a/app-crypt/signify/signify-24.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit toolchain-funcs
-
-DESCRIPTION="Cryptographically sign and verify files"
-HOMEPAGE="http://www.openbsd.org/ https://github.com/aperezdc/signify"
-SRC_URI="https://github.com/aperezdc/signify/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD-1"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND=">=dev-libs/libbsd-0.7"
-DEPEND="${RDEPEND}"
-
-src_configure() {
-	tc-export CC
-}
-
-src_install() {
-	DESTDIR="${D}" PREFIX="/usr" emake install
-}

diff --git a/app-crypt/signify/signify-29.ebuild b/app-crypt/signify/signify-29.ebuild
deleted file mode 100644
index 142c2f147c6..00000000000
--- a/app-crypt/signify/signify-29.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit toolchain-funcs
-
-DESCRIPTION="OpenBSD tool to sign and verify signatures on files"
-HOMEPAGE="http://www.openbsd.org/ https://github.com/aperezdc/signify"
-SRC_URI="https://github.com/aperezdc/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="ISC"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND=">=dev-libs/libbsd-0.8"
-DEPEND="${RDEPEND}"
-
-src_configure() {
-	tc-export CC
-	default
-}
-
-src_install() {
-	dobin signify
-	doman signify.1
-}


             reply	other threads:[~2021-04-19 22:56 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-19 22:56 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-11-25 22:38 [gentoo-commits] repo/gentoo:master commit in: app-crypt/signify/ Sam James
2024-11-23 16:02 Michał Górny
2022-09-05  5:23 Michał Górny
2022-09-05  5:23 Michał Górny
2022-09-04 21:49 Jakov Smolić
2022-09-04 17:45 Sam James
2022-07-09  8:28 罗百科
2022-07-08 10:22 罗百科
2022-04-29  3:09 Sam James
2022-04-09 19:23 Arthur Zamarin
2022-04-09 19:23 Arthur Zamarin
2022-04-02  7:43 Arthur Zamarin
2022-04-02  7:39 Arthur Zamarin
2022-03-31 19:07 Arthur Zamarin
2022-03-26 23:54 Yixun Lan
2022-03-25 19:03 Sam James
2022-03-25 19:03 Sam James
2021-12-23  4:03 Sam James
2021-12-19 12:20 Michał Górny
2021-12-19 12:20 Michał Górny
2020-12-20 19:26 Thomas Deutschmann
2020-09-26 14:33 Aaron Bauman
2020-09-02 21:07 Sam James
2018-09-29  7:11 Patrick Lauer
2017-12-07 20:34 Jeroen Roovers
2017-12-07 20:34 Jeroen Roovers
2017-04-27 12:44 Patrick Lauer
2016-04-22 17:21 Patrick Lauer
2016-04-17 11:08 Patrick Lauer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1618872949.2979250b615aa3f58a6e780cab54dd83eaa53fd2.sam@gentoo \
    --to=sam@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox