From: Lars Wendler Date: Mon, 27 Mar 2017 07:25:49 +0000 (+0200) Subject: net-mail/ytnef: Initial commit. X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=992fec3c6a257a7c9dc8bf313c986f3de042beac;p=gentoo.git net-mail/ytnef: Initial commit. Package-Manager: Portage-2.3.5, Repoman-2.3.2 --- diff --git a/net-mail/ytnef/Manifest b/net-mail/ytnef/Manifest new file mode 100644 index 000000000000..868147591ed8 --- /dev/null +++ b/net-mail/ytnef/Manifest @@ -0,0 +1 @@ +DIST ytnef-1.9.2.tar.gz 300945 SHA256 48f7d7272ba74b267d3f98a1b14c81fef54cfb53460346d7c36a9604df1f95ad SHA512 125727a8afac959ac9c60fa977913da743b1ace05ea6af6cd75fff3a786ecf7cb54b49006c8c5249eb48d9aefe0ffcdc24af2944a8611f54a03eb4c24a78506e WHIRLPOOL e891b28c611165501233d604f128bb61f5f2b0273ad6faa099ac12984a9b728521fd0d4afd4b37007864abbad6ee7e9f1eca0b17788e70aa47c99e22f7d6ae42 diff --git a/net-mail/ytnef/metadata.xml b/net-mail/ytnef/metadata.xml new file mode 100644 index 000000000000..2c11b238d560 --- /dev/null +++ b/net-mail/ytnef/metadata.xml @@ -0,0 +1,11 @@ + + + + + polynomial-c@gentoo.org + Lars Wendler + + + Yeraze/ytnef + + diff --git a/net-mail/ytnef/ytnef-1.9.2.ebuild b/net-mail/ytnef/ytnef-1.9.2.ebuild new file mode 100644 index 000000000000..2d63166ad4da --- /dev/null +++ b/net-mail/ytnef/ytnef-1.9.2.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2017 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="~amd64 ~x86" +IUSE="" + +DEPEND="sys-devel/libtool" + +src_prepare() { + default + eautoreconf +}