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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 24721138334 for ; Thu, 13 Sep 2018 14:37:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6E033E023C; Thu, 13 Sep 2018 14:37:01 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 454F4E023C for ; Thu, 13 Sep 2018 14:37:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A71A0335CFA for ; Thu, 13 Sep 2018 14:36:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D880C3C3 for ; Thu, 13 Sep 2018 14:36:57 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1536849406.492d0d0db7b3f0ca9564d5be3042a781151152f8.polynomial-c@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.2.ebuild X-VCS-Directories: net-mail/ytnef/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 492d0d0db7b3f0ca9564d5be3042a781151152f8 X-VCS-Branch: master Date: Thu, 13 Sep 2018 14:36:57 +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-Archives-Salt: ac3378f4-9ce5-4adc-abf1-bf101438e931 X-Archives-Hash: 2280098bbc6f63d10746090e3ebdd272 commit: 492d0d0db7b3f0ca9564d5be3042a781151152f8 Author: Lars Wendler gentoo org> AuthorDate: Thu Sep 13 14:36:46 2018 +0000 Commit: Lars Wendler gentoo org> CommitDate: Thu Sep 13 14:36:46 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=492d0d0d net-mail/ytnef: Security cleanup. Bug: https://bugs.gentoo.org/626858 Package-Manager: Portage-2.3.49, Repoman-2.3.10 net-mail/ytnef/Manifest | 1 - net-mail/ytnef/ytnef-1.9.2.ebuild | 21 --------------------- 2 files changed, 22 deletions(-) diff --git a/net-mail/ytnef/Manifest b/net-mail/ytnef/Manifest index e791a2f44d1..68a870574ef 100644 --- a/net-mail/ytnef/Manifest +++ b/net-mail/ytnef/Manifest @@ -1,2 +1 @@ -DIST ytnef-1.9.2.tar.gz 300945 BLAKE2B 3501137e544855909da87b2bf73de36899b9825a2a97c5ec8ac2ce00c06ba892d6aadd93d4c76b93d57fe527178b7fe457e81627b0e70388162ba0496df9e177 SHA512 125727a8afac959ac9c60fa977913da743b1ace05ea6af6cd75fff3a786ecf7cb54b49006c8c5249eb48d9aefe0ffcdc24af2944a8611f54a03eb4c24a78506e DIST ytnef-1.9.3.tar.gz 301338 BLAKE2B 2a70453225c1c6acaa4a73f0d50e9be3076e0fd1e8dcf79029fe6f23dacbd94046b88d62e561c24914d44121eefbc968523c02302d2d5c6eb95ab68d2620560c SHA512 be0a46e79561a5ff34f812b892a781809606cc7e38c6bfed15bae7773f952b4b55aed0fa784922e72839121672c540496db1bac602630c5a83141f8517a4a543 diff --git a/net-mail/ytnef/ytnef-1.9.2.ebuild b/net-mail/ytnef/ytnef-1.9.2.ebuild deleted file mode 100644 index 8bb751a6ad2..00000000000 --- a/net-mail/ytnef/ytnef-1.9.2.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -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 ~hppa ~ppc ~ppc64 ~sparc x86" -IUSE="" - -DEPEND="sys-devel/libtool" - -src_prepare() { - default - eautoreconf -}