diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2018-09-13 16:36:46 +0200 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2018-09-13 16:36:46 +0200 |
commit | 492d0d0db7b3f0ca9564d5be3042a781151152f8 (patch) | |
tree | 7be962b23de23ef0d41a61f21179ddde11c05a7e /net-mail/ytnef | |
parent | x11-libs/wxGTK-3.0.4-r0: alpha stable (diff) | |
download | gentoo-492d0d0db7b3f0ca9564d5be3042a781151152f8.tar.gz gentoo-492d0d0db7b3f0ca9564d5be3042a781151152f8.tar.bz2 gentoo-492d0d0db7b3f0ca9564d5be3042a781151152f8.zip |
net-mail/ytnef: Security cleanup.
Bug: https://bugs.gentoo.org/626858
Package-Manager: Portage-2.3.49, Repoman-2.3.10
Diffstat (limited to 'net-mail/ytnef')
-rw-r--r-- | net-mail/ytnef/Manifest | 1 | ||||
-rw-r--r-- | net-mail/ytnef/ytnef-1.9.2.ebuild | 21 |
2 files changed, 0 insertions, 22 deletions
diff --git a/net-mail/ytnef/Manifest b/net-mail/ytnef/Manifest index e791a2f44d13..68a870574ef5 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 8bb751a6ad2b..000000000000 --- 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 -} |