net-mail/tnef: Version 1.4.17
authorJeroen Roovers <jer@gentoo.org>
Thu, 26 Sep 2019 19:25:05 +0000 (21:25 +0200)
committerJeroen Roovers <jer@gentoo.org>
Thu, 26 Sep 2019 19:25:26 +0000 (21:25 +0200)
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Bug: https://bugs.gentoo.org/show_bug.cgi?id=695570
Signed-off-by: Jeroen Roovers <jer@gentoo.org>
net-mail/tnef/Manifest
net-mail/tnef/tnef-1.4.17.ebuild [new file with mode: 0644]

index c3b421b6010dbbeef4d649ee4e5f9ba756cf8424..45949737e047847ddc2595c27269738009089416 100644 (file)
@@ -1 +1,2 @@
 DIST tnef-1.4.15.tar.gz 4650572 BLAKE2B 3feb389af7128dc197e919c002039ac7747aa49ca0a69bde2f5f35940c1d1a340a1c2557ac14f1109a0487dc45d7151271b18cdcac2ce8daf38c302608c26c83 SHA512 51a8c3abd99065fda59ab4129b1a6ca4d58919bfe1b8b10951787ddb007fac69a82d93b7d2a7f1799a9b04f531960f3e1bb7424bcb7cd831b1eb3fcdfad0e720
+DIST tnef-1.4.17.tar.gz 4649993 BLAKE2B bc069c57fa4a0da3404d6bb0ff0642c7b12ca61d32a5b64484cd06b8803b9a49751928869de4dce7a8c78301ae1aab8d9440a29bac17a926a7449822e3aeeeea SHA512 046da5345566e8b075480aa4dd7547f325c6f08075ec5b9edfa258efdce74e015f105e92d639e0293c0922b4c5d49d14d76d61a97b5c7698b662b86bb54afa65
diff --git a/net-mail/tnef/tnef-1.4.17.ebuild b/net-mail/tnef/tnef-1.4.17.ebuild
new file mode 100644 (file)
index 0000000..8174856
--- /dev/null
@@ -0,0 +1,23 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit autotools
+
+DESCRIPTION="Decodes MS-TNEF MIME attachments"
+HOMEPAGE="https://github.com/verdammelt/tnef/"
+SRC_URI="https://github.com/verdammelt/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+
+src_prepare() {
+       default
+
+       eautoreconf
+}
+
+src_test() {
+       emake -j1 check
+}