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 7342F158093 for ; Mon, 4 Jul 2022 15:56:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0C62EE0AF4; Mon, 4 Jul 2022 15:56:48 +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 DC1D3E0AF6 for ; Mon, 4 Jul 2022 15:56:47 +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 D902234193B for ; Mon, 4 Jul 2022 15:56:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2B95E522 for ; Mon, 4 Jul 2022 15:56:45 +0000 (UTC) From: "Ionen Wolkens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" Message-ID: <1656950162.0ea2f7e3d57bb8d671f1992223aa3642366107a3.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/d0_blind_id/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/d0_blind_id/Manifest dev-libs/d0_blind_id/d0_blind_id-1.0_p20201124.ebuild X-VCS-Directories: dev-libs/d0_blind_id/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: 0ea2f7e3d57bb8d671f1992223aa3642366107a3 X-VCS-Branch: master Date: Mon, 4 Jul 2022 15:56:45 +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: f8d41699-bc0c-42d0-84b4-c8b699d7309c X-Archives-Hash: cd9c63bb557fc91cc74862a46f8eba21 commit: 0ea2f7e3d57bb8d671f1992223aa3642366107a3 Author: Ionen Wolkens gentoo org> AuthorDate: Mon Jul 4 15:34:06 2022 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Mon Jul 4 15:56:02 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ea2f7e3 dev-libs/d0_blind_id: add 1.0_p20201124 Matches what's used for xonotic-0.8.5. Signed-off-by: Ionen Wolkens gentoo.org> dev-libs/d0_blind_id/Manifest | 1 + .../d0_blind_id/d0_blind_id-1.0_p20201124.ebuild | 46 ++++++++++++++++++++++ 2 files changed, 47 insertions(+) diff --git a/dev-libs/d0_blind_id/Manifest b/dev-libs/d0_blind_id/Manifest index 503768c68dea..0ced04afd21a 100644 --- a/dev-libs/d0_blind_id/Manifest +++ b/dev-libs/d0_blind_id/Manifest @@ -1 +1,2 @@ DIST d0_blind_id-1.0.tar.gz 49110 BLAKE2B 1977bb9c71d6655e8a84aab9daf5aee470ac3f3e140e7beff3555a41a81baebab5e4e5019b0550594b8c6e8b936706bb9790e5e3171c1348abf3212349d07109 SHA512 dbee0bec44a008a6843ec367211e4cdfa25f6c4577b48d942d19301d5ff885d4fde8d40ea304a114d349d8e90283a50854afb2fb322bf19640842ded025849f2 +DIST d0_blind_id-1.0_p20201124.tar.gz 49380 BLAKE2B 7ab544c512a720165d26b637e63825c09e5a8628f84eaf43663cef0f9b0a8655437438560da288179141bb7314e89f53c7e4725957b2b4b5973174340527b33a SHA512 72cec41e88302cb8ea8bc5b2e115e4b2939475ca2c6e1e3cf8e90d2fde99c8ab1c1ae7c18e804b9c19549e4d331fda8c46a1e6ca4d0057742c6d71298dca96f8 diff --git a/dev-libs/d0_blind_id/d0_blind_id-1.0_p20201124.ebuild b/dev-libs/d0_blind_id/d0_blind_id-1.0_p20201124.ebuild new file mode 100644 index 000000000000..b619ed49cf9e --- /dev/null +++ b/dev-libs/d0_blind_id/d0_blind_id-1.0_p20201124.ebuild @@ -0,0 +1,46 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit autotools + +D0BLIND_HASH="c32ee93edd10288ca40e1eb81263f0a37309b32c" # xonotic-0.8.5 + +DESCRIPTION="Blind-ID library for user identification using RSA blind signatures" +HOMEPAGE="https://gitlab.com/xonotic/d0_blind_id/" +SRC_URI="https://gitlab.com/xonotic/d0_blind_id/-/archive/${D0BLIND_HASH}/${P}.tar.gz" +S="${WORKDIR}/${PN}-${D0BLIND_HASH}" + +LICENSE="BSD public-domain" +SLOT="0" +KEYWORDS="~amd64 ~arm64 ~x86" + +RDEPEND="dev-libs/gmp:=" +DEPEND="${RDEPEND}" +BDEPEND="virtual/pkgconfig" + +src_prepare() { + default + + eautoreconf +} + +src_configure() { + local econfargs=( + --enable-rijndael + --without-openssl + --without-tfm + --without-tommath + ) + + econf "${econfargs[@]}" +} + +src_install() { + default + + dodoc d0_blind_id.txt + + find "${ED}" -type f -name "*.la" -delete || die +}