net-mail/ytnef: Initial commit.
authorLars Wendler <polynomial-c@gentoo.org>
Mon, 27 Mar 2017 07:25:49 +0000 (09:25 +0200)
committerLars Wendler <polynomial-c@gentoo.org>
Mon, 27 Mar 2017 07:39:04 +0000 (09:39 +0200)
Package-Manager: Portage-2.3.5, Repoman-2.3.2

net-mail/ytnef/Manifest [new file with mode: 0644]
net-mail/ytnef/metadata.xml [new file with mode: 0644]
net-mail/ytnef/ytnef-1.9.2.ebuild [new file with mode: 0644]

diff --git a/net-mail/ytnef/Manifest b/net-mail/ytnef/Manifest
new file mode 100644 (file)
index 0000000..8681475
--- /dev/null
@@ -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 (file)
index 0000000..2c11b23
--- /dev/null
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <maintainer type="person">
+    <email>polynomial-c@gentoo.org</email>
+    <name>Lars Wendler</name>
+  </maintainer>
+  <upstream>
+    <remote-id type="github">Yeraze/ytnef</remote-id>
+  </upstream>
+</pkgmetadata>
diff --git a/net-mail/ytnef/ytnef-1.9.2.ebuild b/net-mail/ytnef/ytnef-1.9.2.ebuild
new file mode 100644 (file)
index 0000000..2d63166
--- /dev/null
@@ -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
+}