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 B9033158064 for ; Sun, 5 May 2024 13:19:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 762AD2BC03A; Sun, 5 May 2024 13:19:21 +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 2AAF62BC03A for ; Sun, 5 May 2024 13:19:21 +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 EDE14343160 for ; Sun, 5 May 2024 13:19:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5E9EB1A2E for ; Sun, 5 May 2024 13:19:17 +0000 (UTC) From: "Julien Roy" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Julien Roy" Message-ID: <1714871464.6cd12c6ccfa35e923fcba100aa08440c88a92f9e.julien@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-libs/lsbcrypt/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-libs/lsbcrypt/lsbcrypt-1.0.0-r1.ebuild X-VCS-Directories: dev-libs/lsbcrypt/ X-VCS-Committer: julien X-VCS-Committer-Name: Julien Roy X-VCS-Revision: 6cd12c6ccfa35e923fcba100aa08440c88a92f9e X-VCS-Branch: master Date: Sun, 5 May 2024 13:19:17 +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: bb6fac9f-4242-49ae-9d78-7e2eb3e70797 X-Archives-Hash: e9c32d2c8bfa342aff307525fcec585c commit: 6cd12c6ccfa35e923fcba100aa08440c88a92f9e Author: Okamura Kazuya danceylove net> AuthorDate: Sun May 5 01:11:04 2024 +0000 Commit: Julien Roy jroy ca> CommitDate: Sun May 5 01:11:04 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6cd12c6c dev-libs/lsbcrypt: drop 1.0.0-r1 Signed-off-by: Okamura Kazuya danceylove.net> dev-libs/lsbcrypt/lsbcrypt-1.0.0-r1.ebuild | 31 ------------------------------ 1 file changed, 31 deletions(-) diff --git a/dev-libs/lsbcrypt/lsbcrypt-1.0.0-r1.ebuild b/dev-libs/lsbcrypt/lsbcrypt-1.0.0-r1.ebuild deleted file mode 100644 index 62d5ed367a..0000000000 --- a/dev-libs/lsbcrypt/lsbcrypt-1.0.0-r1.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -COMMIT="55ff64349dec3012cfbbb1c4f92d4dbd46920213" - -DESCRIPTION="libcrypt wrapper for LiteSpeedTech" -HOMEPAGE="https://github.com/litespeedtech/libbcrypt/" -SRC_URI="https://github.com/litespeedtech/libbcrypt/archive/${COMMIT}.tar.gz -> ${P}.gh.tar.gz" - -S="${WORKDIR}/libbcrypt-${COMMIT}" - -LICENSE="CC0-1.0 public-domain" -SLOT="0" -KEYWORDS="~amd64" - -PATCHES=( - "${FILESDIR}"/${PV}-fix-tests.patch -) - -src_test() { - default - ./bcrypt_test || die "Tests failed!" -} - -src_install() { - newlib.a bcrypt.a libbcrypt.a - newheader bcrypt.h libbcrypt.h - einstalldocs -}