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 39498158094 for ; Sun, 10 Jul 2022 12:55:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 50517E0C2A; Sun, 10 Jul 2022 12:55:14 +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 2E355E0C2A for ; Sun, 10 Jul 2022 12:55:14 +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 2740C33BEAE for ; Sun, 10 Jul 2022 12:55:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9F2CF53A for ; Sun, 10 Jul 2022 12:55:10 +0000 (UTC) From: "Bernard Cafarelli" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Bernard Cafarelli" Message-ID: <1657457704.5ce2cc8f7fe504a91f355a4ff2716dcfaa2bf95e.voyageur@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/ytnef/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-mail/ytnef/Manifest net-mail/ytnef/ytnef-1.9.3.ebuild X-VCS-Directories: net-mail/ytnef/ X-VCS-Committer: voyageur X-VCS-Committer-Name: Bernard Cafarelli X-VCS-Revision: 5ce2cc8f7fe504a91f355a4ff2716dcfaa2bf95e X-VCS-Branch: master Date: Sun, 10 Jul 2022 12:55:10 +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: ab712239-3d7b-406a-a8b3-284fdcfd9145 X-Archives-Hash: 88c4f03b2cfa22a9292334ed47731d1d commit: 5ce2cc8f7fe504a91f355a4ff2716dcfaa2bf95e Author: Bernard Cafarelli gentoo org> AuthorDate: Sun Jul 10 12:54:03 2022 +0000 Commit: Bernard Cafarelli gentoo org> CommitDate: Sun Jul 10 12:55:04 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ce2cc8f net-mail/ytnef: drop 1.9.3 Bug: https://bugs.gentoo.org/774255 Signed-off-by: Bernard Cafarelli gentoo.org> net-mail/ytnef/Manifest | 1 - net-mail/ytnef/ytnef-1.9.3.ebuild | 31 ------------------------------- 2 files changed, 32 deletions(-) diff --git a/net-mail/ytnef/Manifest b/net-mail/ytnef/Manifest index 130fa7b1c34a..2ee1c6d6f98b 100644 --- a/net-mail/ytnef/Manifest +++ b/net-mail/ytnef/Manifest @@ -1,2 +1 @@ -DIST ytnef-1.9.3.tar.gz 301338 BLAKE2B 2a70453225c1c6acaa4a73f0d50e9be3076e0fd1e8dcf79029fe6f23dacbd94046b88d62e561c24914d44121eefbc968523c02302d2d5c6eb95ab68d2620560c SHA512 be0a46e79561a5ff34f812b892a781809606cc7e38c6bfed15bae7773f952b4b55aed0fa784922e72839121672c540496db1bac602630c5a83141f8517a4a543 DIST ytnef-2.0.tar.gz 301906 BLAKE2B 3d42cf3bfc311a8d227424939cdb1e7b37a038314655b24ce54e26fbc0e5a0a7aa9fad0d4592297a5c521d3957c753b492e9724edb06c449d654faf68c7f43e7 SHA512 9ceba15a774f552911779859b7de11baddb7f980b0e8751c02a0c27275fa5624a4d4d24177bb4edba243acf3a9c5b89ddbbed1e759a330794bed8b2da63ffeb6 diff --git a/net-mail/ytnef/ytnef-1.9.3.ebuild b/net-mail/ytnef/ytnef-1.9.3.ebuild deleted file mode 100644 index 232bf9cb8f1e..000000000000 --- a/net-mail/ytnef/ytnef-1.9.3.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit autotools - -DESCRIPTION="Yeraze's TNEF Stream Reader - for winmail.dat files" -HOMEPAGE="https://github.com/Yeraze/ytnef" -SRC_URI="https://github.com/Yeraze/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ppc ppc64 ~sparc x86" -IUSE="static-libs" - -DEPEND="sys-devel/libtool" -RDEPEND="dev-perl/MIME-tools" - -src_prepare() { - default - eautoreconf -} - -src_configure() { - econf $(use_enable static-libs static) -} - -src_install() { - default - find "${ED}" -name "*.la" -delete || die -}