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 AF1A915800F for ; Mon, 13 Feb 2023 04:25:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E6554E07B3; Mon, 13 Feb 2023 04:25:43 +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 CAE72E07B3 for ; Mon, 13 Feb 2023 04:25:43 +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 CFD32335C7E for ; Mon, 13 Feb 2023 04:25:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 69B0E888 for ; Mon, 13 Feb 2023 04:25:41 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1676262292.ab05255b246cfca95025d9f966e62028f4242dea.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/libmd/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-crypt/libmd/libmd-1.0.4.ebuild app-crypt/libmd/libmd-9999.ebuild X-VCS-Directories: app-crypt/libmd/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: ab05255b246cfca95025d9f966e62028f4242dea X-VCS-Branch: master Date: Mon, 13 Feb 2023 04:25:41 +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: 6d04606d-5baf-446b-a365-30370128d6a6 X-Archives-Hash: 95307110fc84727254718fd10ca5f4e5 commit: ab05255b246cfca95025d9f966e62028f4242dea Author: Sam James gentoo org> AuthorDate: Mon Feb 13 04:24:52 2023 +0000 Commit: Sam James gentoo org> CommitDate: Mon Feb 13 04:24:52 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab05255b app-crypt/libmd: drop live It's not like there's tonnes of changes upstream often and the live ebuild isn't in sync here anyway. Signed-off-by: Sam James gentoo.org> app-crypt/libmd/libmd-1.0.4.ebuild | 2 +- app-crypt/libmd/libmd-9999.ebuild | 27 --------------------------- 2 files changed, 1 insertion(+), 28 deletions(-) diff --git a/app-crypt/libmd/libmd-1.0.4.ebuild b/app-crypt/libmd/libmd-1.0.4.ebuild index 62869ee7db54..1cae95fb395f 100644 --- a/app-crypt/libmd/libmd-1.0.4.ebuild +++ b/app-crypt/libmd/libmd-1.0.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 diff --git a/app-crypt/libmd/libmd-9999.ebuild b/app-crypt/libmd/libmd-9999.ebuild deleted file mode 100644 index b28c93edaff6..000000000000 --- a/app-crypt/libmd/libmd-9999.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit autotools multilib-minimal git-r3 - -DESCRIPTION="Message Digest functions from BSD systems" -HOMEPAGE="https://www.hadrons.org/software/libmd/" -EGIT_REPO_URI="https://git.hadrons.org/git/libmd.git" - -LICENSE="|| ( BSD BSD-2 ISC BEER-WARE public-domain )" -SLOT="0" - -src_prepare() { - default - eautoreconf -} - -multilib_src_configure() { - ECONF_SOURCE="${S}" econf -} - -multilib_src_install() { - default - find "${ED}" -type f -name "*.la" -delete || die -}