* [gentoo-commits] repo/gentoo:master commit in: net-mail/tnef/
@ 2017-06-03 22:52 Thomas Deutschmann
0 siblings, 0 replies; 23+ messages in thread
From: Thomas Deutschmann @ 2017-06-03 22:52 UTC (permalink / raw
To: gentoo-commits
commit: c4a7b478e32e5d06bda8624f0f4d40b2b0b1b307
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 3 22:51:54 2017 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Sat Jun 3 22:51:54 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4a7b478
net-mail/tnef: Bump v1.4.15 (bug #618658)
Package-Manager: Portage-2.3.5, Repoman-2.3.2
net-mail/tnef/Manifest | 1 +
net-mail/tnef/tnef-1.4.15.ebuild | 22 ++++++++++++++++++++++
2 files changed, 23 insertions(+)
diff --git a/net-mail/tnef/Manifest b/net-mail/tnef/Manifest
index 84eb1a4c215..7f54b1c04e6 100644
--- a/net-mail/tnef/Manifest
+++ b/net-mail/tnef/Manifest
@@ -1,2 +1,3 @@
DIST tnef-1.4.12.tar.gz 4009945 SHA256 2e0735c940412d47f78eba1cf2c49f6cab9d673d1dc077915ec2c87878ca16ae SHA512 101741396ba3bd01a4b4a46b0c8ce56899e363878b49458b96294c6e98e07d824582d3f9b17bbc8f82b51f28d021db452f7d6b3ab75ac2a0902c9de11d82c84f WHIRLPOOL 53e8729a5f88ce965ec418f0fe188c1d3640e61bd00fd7861be065e317d9d426c4fa549ceaafdb346cdc9ff635e9a54f028a9edadb302d3ad70cccf8a5010b31
DIST tnef-1.4.14.tar.gz 4649748 SHA256 26cd7c1a91fa080b4a05b9e81cdee4af9fbd5c6cda44db5f112a2ae9b3c37bd8 SHA512 8111797c4185103df8cb662d0a038f386922b51344c5f68300050d012bc2cf5bfa2da509619786e62c4d57d4ac8479d15b2ab526d7252bc82e19117fae9d048f WHIRLPOOL 42e69ac14f0df25d53f0d7e86fcc7755b10760110469bd16e76c290f5549feed3fa568c282df9b4e0eedb9ecb95ca89351c234476b312763359a5c017a6bf4b8
+DIST tnef-1.4.15.tar.gz 4650572 SHA256 ca76ad6d95665549c46f98160f5e4a63903ccf912f5c667727db3304a2978486 SHA512 51a8c3abd99065fda59ab4129b1a6ca4d58919bfe1b8b10951787ddb007fac69a82d93b7d2a7f1799a9b04f531960f3e1bb7424bcb7cd831b1eb3fcdfad0e720 WHIRLPOOL 1fe0a4ff478b224ccf24ee4a33dcfb9af6cace55e3f6bb1e23f18e60b8364cd1a944cd06457a811cb288e2aa5ed7b77fa6588bceb214b9070488c6e76018b01a
diff --git a/net-mail/tnef/tnef-1.4.15.ebuild b/net-mail/tnef/tnef-1.4.15.ebuild
new file mode 100644
index 00000000000..5632a117629
--- /dev/null
+++ b/net-mail/tnef/tnef-1.4.15.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+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() {
+ eautoreconf
+ eapply_user
+}
+
+src_test() {
+ emake -j1 check
+}
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-mail/tnef/
@ 2023-12-14 4:13 Sam James
0 siblings, 0 replies; 23+ messages in thread
From: Sam James @ 2023-12-14 4:13 UTC (permalink / raw
To: gentoo-commits
commit: bca134e5da103a364352df8be28bb37c318ddcc1
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 14 04:13:13 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Dec 14 04:13:13 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bca134e5
net-mail/tnef: Keyword 1.4.18 arm64, #919747
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-mail/tnef/tnef-1.4.18.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/net-mail/tnef/tnef-1.4.18.ebuild b/net-mail/tnef/tnef-1.4.18.ebuild
index e9bff140cfb5..1fce8aafbaef 100644
--- a/net-mail/tnef/tnef-1.4.18.ebuild
+++ b/net-mail/tnef/tnef-1.4.18.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -10,7 +10,7 @@ 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"
+KEYWORDS="amd64 ~arm64 ~hppa ppc ppc64 sparc x86"
src_prepare() {
default
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-mail/tnef/
@ 2020-03-26 19:07 Thomas Deutschmann
0 siblings, 0 replies; 23+ messages in thread
From: Thomas Deutschmann @ 2020-03-26 19:07 UTC (permalink / raw
To: gentoo-commits
commit: a8a92e36c939319b84743e4ea814547ba9fae090
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 26 19:07:17 2020 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Thu Mar 26 19:07:43 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8a92e36
net-mail/tnef: security cleanup (bug #701816)
Bug: https://bugs.gentoo.org/701816
Package-Manager: Portage-2.3.96, Repoman-2.3.22
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
net-mail/tnef/Manifest | 2 --
net-mail/tnef/tnef-1.4.15.ebuild | 23 -----------------------
net-mail/tnef/tnef-1.4.17.ebuild | 23 -----------------------
3 files changed, 48 deletions(-)
diff --git a/net-mail/tnef/Manifest b/net-mail/tnef/Manifest
index a11dd52a506..9c3910c5d28 100644
--- a/net-mail/tnef/Manifest
+++ b/net-mail/tnef/Manifest
@@ -1,3 +1 @@
-DIST tnef-1.4.15.tar.gz 4650572 BLAKE2B 3feb389af7128dc197e919c002039ac7747aa49ca0a69bde2f5f35940c1d1a340a1c2557ac14f1109a0487dc45d7151271b18cdcac2ce8daf38c302608c26c83 SHA512 51a8c3abd99065fda59ab4129b1a6ca4d58919bfe1b8b10951787ddb007fac69a82d93b7d2a7f1799a9b04f531960f3e1bb7424bcb7cd831b1eb3fcdfad0e720
-DIST tnef-1.4.17.tar.gz 4649993 BLAKE2B bc069c57fa4a0da3404d6bb0ff0642c7b12ca61d32a5b64484cd06b8803b9a49751928869de4dce7a8c78301ae1aab8d9440a29bac17a926a7449822e3aeeeea SHA512 046da5345566e8b075480aa4dd7547f325c6f08075ec5b9edfa258efdce74e015f105e92d639e0293c0922b4c5d49d14d76d61a97b5c7698b662b86bb54afa65
DIST tnef-1.4.18.tar.gz 4650361 BLAKE2B e6c02cf06454932d32ac68f569fdbc29979bace8afe1b997a47a1ef0e42d9464426afcdd1641509501604191d1a99d8374a078e53f5531fe3bc887df7bce194b SHA512 bc53daaca9c260a804681c040d01f80bbd8b0d3597678c774975e988cdf83dad6b0d6c66b22e0d40ed2300efddef0bc663236ead4dfe687eb33af7f27dbb6000
diff --git a/net-mail/tnef/tnef-1.4.15.ebuild b/net-mail/tnef/tnef-1.4.15.ebuild
deleted file mode 100644
index 1709019ffa5..00000000000
--- a/net-mail/tnef/tnef-1.4.15.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-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
-}
diff --git a/net-mail/tnef/tnef-1.4.17.ebuild b/net-mail/tnef/tnef-1.4.17.ebuild
deleted file mode 100644
index 81748562525..00000000000
--- a/net-mail/tnef/tnef-1.4.17.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# 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
-}
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-mail/tnef/
@ 2020-03-26 19:01 Sergei Trofimovich
0 siblings, 0 replies; 23+ messages in thread
From: Sergei Trofimovich @ 2020-03-26 19:01 UTC (permalink / raw
To: gentoo-commits
commit: e3529faeaa080900f265b610be2024bdde12a40c
Author: Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
AuthorDate: Thu Mar 26 18:54:21 2020 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Thu Mar 26 19:01:46 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3529fae
net-mail/tnef: drop to ~hppa
Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer <eike <AT> sf-mail.de>
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
net-mail/tnef/tnef-1.4.15.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/net-mail/tnef/tnef-1.4.15.ebuild b/net-mail/tnef/tnef-1.4.15.ebuild
index 9ef7a269a4b..1709019ffa5 100644
--- a/net-mail/tnef/tnef-1.4.15.ebuild
+++ b/net-mail/tnef/tnef-1.4.15.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -10,7 +10,7 @@ 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"
+KEYWORDS="amd64 ~hppa ppc ppc64 sparc x86"
src_prepare() {
default
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-mail/tnef/
@ 2020-03-26 12:03 Agostino Sarubbo
0 siblings, 0 replies; 23+ messages in thread
From: Agostino Sarubbo @ 2020-03-26 12:03 UTC (permalink / raw
To: gentoo-commits
commit: be356c9ea2810e157d1cc99167a2d111f2b1a5ce
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 26 12:03:37 2020 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Thu Mar 26 12:03:37 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be356c9e
net-mail/tnef: ppc64 stable wrt bug #701816
Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
net-mail/tnef/tnef-1.4.18.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-mail/tnef/tnef-1.4.18.ebuild b/net-mail/tnef/tnef-1.4.18.ebuild
index c484c7315ae..e9bff140cfb 100644
--- a/net-mail/tnef/tnef-1.4.18.ebuild
+++ b/net-mail/tnef/tnef-1.4.18.ebuild
@@ -10,7 +10,7 @@ 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"
+KEYWORDS="amd64 ~hppa ppc ppc64 sparc x86"
src_prepare() {
default
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-mail/tnef/
@ 2020-03-26 10:24 Agostino Sarubbo
0 siblings, 0 replies; 23+ messages in thread
From: Agostino Sarubbo @ 2020-03-26 10:24 UTC (permalink / raw
To: gentoo-commits
commit: 5c1ccc196e6ef1618a8c766cf3b400c05559e3f2
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 26 10:23:37 2020 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Thu Mar 26 10:23:37 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c1ccc19
net-mail/tnef: x86 stable wrt bug #701816
Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
net-mail/tnef/tnef-1.4.18.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-mail/tnef/tnef-1.4.18.ebuild b/net-mail/tnef/tnef-1.4.18.ebuild
index 663aea349d3..c484c7315ae 100644
--- a/net-mail/tnef/tnef-1.4.18.ebuild
+++ b/net-mail/tnef/tnef-1.4.18.ebuild
@@ -10,7 +10,7 @@ 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"
+KEYWORDS="amd64 ~hppa ppc ~ppc64 sparc x86"
src_prepare() {
default
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-mail/tnef/
@ 2020-03-26 10:22 Agostino Sarubbo
0 siblings, 0 replies; 23+ messages in thread
From: Agostino Sarubbo @ 2020-03-26 10:22 UTC (permalink / raw
To: gentoo-commits
commit: 0399d2507310583fef884ebaea40b5624cb2068e
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 26 10:22:47 2020 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Thu Mar 26 10:22:47 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0399d250
net-mail/tnef: sparc stable wrt bug #701816
Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
net-mail/tnef/tnef-1.4.18.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-mail/tnef/tnef-1.4.18.ebuild b/net-mail/tnef/tnef-1.4.18.ebuild
index 63a65d02998..663aea349d3 100644
--- a/net-mail/tnef/tnef-1.4.18.ebuild
+++ b/net-mail/tnef/tnef-1.4.18.ebuild
@@ -10,7 +10,7 @@ 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"
+KEYWORDS="amd64 ~hppa ppc ~ppc64 sparc ~x86"
src_prepare() {
default
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-mail/tnef/
@ 2020-03-26 10:20 Agostino Sarubbo
0 siblings, 0 replies; 23+ messages in thread
From: Agostino Sarubbo @ 2020-03-26 10:20 UTC (permalink / raw
To: gentoo-commits
commit: 4739947c8e76da7262e317b9e0de827abcaf40f5
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 26 10:20:31 2020 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Thu Mar 26 10:20:31 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4739947c
net-mail/tnef: ppc stable wrt bug #701816
Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
net-mail/tnef/tnef-1.4.18.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-mail/tnef/tnef-1.4.18.ebuild b/net-mail/tnef/tnef-1.4.18.ebuild
index 18e2f9b9e5c..63a65d02998 100644
--- a/net-mail/tnef/tnef-1.4.18.ebuild
+++ b/net-mail/tnef/tnef-1.4.18.ebuild
@@ -10,7 +10,7 @@ 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"
+KEYWORDS="amd64 ~hppa ppc ~ppc64 ~sparc ~x86"
src_prepare() {
default
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-mail/tnef/
@ 2020-03-26 10:17 Agostino Sarubbo
0 siblings, 0 replies; 23+ messages in thread
From: Agostino Sarubbo @ 2020-03-26 10:17 UTC (permalink / raw
To: gentoo-commits
commit: 1d98d783dee5ceaa7002d4d2b952e2daa16edd0d
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 26 10:16:40 2020 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Thu Mar 26 10:16:40 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d98d783
net-mail/tnef: amd64 stable wrt bug #701816
Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
net-mail/tnef/tnef-1.4.18.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-mail/tnef/tnef-1.4.18.ebuild b/net-mail/tnef/tnef-1.4.18.ebuild
index a55c62c490d..18e2f9b9e5c 100644
--- a/net-mail/tnef/tnef-1.4.18.ebuild
+++ b/net-mail/tnef/tnef-1.4.18.ebuild
@@ -10,7 +10,7 @@ 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"
+KEYWORDS="amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
src_prepare() {
default
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-mail/tnef/
@ 2020-03-25 22:49 Thomas Deutschmann
0 siblings, 0 replies; 23+ messages in thread
From: Thomas Deutschmann @ 2020-03-25 22:49 UTC (permalink / raw
To: gentoo-commits
commit: aa778e19a5cb0e9158365fbfdc38b6bb3fe9c3b6
Author: Sam James (sam_c) <sam <AT> cmpct <DOT> info>
AuthorDate: Wed Mar 25 02:04:26 2020 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Wed Mar 25 22:49:00 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa778e19
net-mail/tnef: Security bump to 1.4.18
Bug: https://bugs.gentoo.org/701816
Signed-off-by: Sam James (sam_c) <sam <AT> cmpct.info>
Closes: https://github.com/gentoo/gentoo/pull/15099
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
net-mail/tnef/Manifest | 1 +
net-mail/tnef/tnef-1.4.18.ebuild | 23 +++++++++++++++++++++++
2 files changed, 24 insertions(+)
diff --git a/net-mail/tnef/Manifest b/net-mail/tnef/Manifest
index 45949737e04..a11dd52a506 100644
--- a/net-mail/tnef/Manifest
+++ b/net-mail/tnef/Manifest
@@ -1,2 +1,3 @@
DIST tnef-1.4.15.tar.gz 4650572 BLAKE2B 3feb389af7128dc197e919c002039ac7747aa49ca0a69bde2f5f35940c1d1a340a1c2557ac14f1109a0487dc45d7151271b18cdcac2ce8daf38c302608c26c83 SHA512 51a8c3abd99065fda59ab4129b1a6ca4d58919bfe1b8b10951787ddb007fac69a82d93b7d2a7f1799a9b04f531960f3e1bb7424bcb7cd831b1eb3fcdfad0e720
DIST tnef-1.4.17.tar.gz 4649993 BLAKE2B bc069c57fa4a0da3404d6bb0ff0642c7b12ca61d32a5b64484cd06b8803b9a49751928869de4dce7a8c78301ae1aab8d9440a29bac17a926a7449822e3aeeeea SHA512 046da5345566e8b075480aa4dd7547f325c6f08075ec5b9edfa258efdce74e015f105e92d639e0293c0922b4c5d49d14d76d61a97b5c7698b662b86bb54afa65
+DIST tnef-1.4.18.tar.gz 4650361 BLAKE2B e6c02cf06454932d32ac68f569fdbc29979bace8afe1b997a47a1ef0e42d9464426afcdd1641509501604191d1a99d8374a078e53f5531fe3bc887df7bce194b SHA512 bc53daaca9c260a804681c040d01f80bbd8b0d3597678c774975e988cdf83dad6b0d6c66b22e0d40ed2300efddef0bc663236ead4dfe687eb33af7f27dbb6000
diff --git a/net-mail/tnef/tnef-1.4.18.ebuild b/net-mail/tnef/tnef-1.4.18.ebuild
new file mode 100644
index 00000000000..a55c62c490d
--- /dev/null
+++ b/net-mail/tnef/tnef-1.4.18.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2020 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
+}
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-mail/tnef/
@ 2019-09-26 19:25 Jeroen Roovers
0 siblings, 0 replies; 23+ messages in thread
From: Jeroen Roovers @ 2019-09-26 19:25 UTC (permalink / raw
To: gentoo-commits
commit: 2d00b3f73180d65157c128aa7c0c103ef020243d
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 26 19:25:05 2019 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Thu Sep 26 19:25:26 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d00b3f7
net-mail/tnef: Version 1.4.17
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 <AT> gentoo.org>
net-mail/tnef/Manifest | 1 +
net-mail/tnef/tnef-1.4.17.ebuild | 23 +++++++++++++++++++++++
2 files changed, 24 insertions(+)
diff --git a/net-mail/tnef/Manifest b/net-mail/tnef/Manifest
index c3b421b6010..45949737e04 100644
--- a/net-mail/tnef/Manifest
+++ b/net-mail/tnef/Manifest
@@ -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
index 00000000000..81748562525
--- /dev/null
+++ b/net-mail/tnef/tnef-1.4.17.ebuild
@@ -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
+}
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-mail/tnef/
@ 2018-06-16 19:26 Sergei Trofimovich
0 siblings, 0 replies; 23+ messages in thread
From: Sergei Trofimovich @ 2018-06-16 19:26 UTC (permalink / raw
To: gentoo-commits
commit: c084b61e87507c04cf8da51d6dfba2831dac47d6
Author: Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
AuthorDate: Sat Jun 16 19:21:21 2018 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sat Jun 16 19:26:24 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c084b61e
net-mail/tnef: stable 1.4.15 for sparc
Bug: https://bugs.gentoo.org/618658
Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="sparc"
net-mail/tnef/tnef-1.4.15.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/net-mail/tnef/tnef-1.4.15.ebuild b/net-mail/tnef/tnef-1.4.15.ebuild
index 8db4423c789..9ef7a269a4b 100644
--- a/net-mail/tnef/tnef-1.4.15.ebuild
+++ b/net-mail/tnef/tnef-1.4.15.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -10,7 +10,7 @@ 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"
+KEYWORDS="amd64 hppa ppc ppc64 sparc x86"
src_prepare() {
default
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-mail/tnef/
@ 2017-10-11 6:34 Eray Aslan
0 siblings, 0 replies; 23+ messages in thread
From: Eray Aslan @ 2017-10-11 6:34 UTC (permalink / raw
To: gentoo-commits
commit: 71c5ac90eae4a1c209fba8818ba7be815c2ea442
Author: Eray Aslan <eras <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 11 06:28:46 2017 +0000
Commit: Eray Aslan <eras <AT> gentoo <DOT> org>
CommitDate: Wed Oct 11 06:28:46 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71c5ac90
net-mail/tnef: remove vulnerable
Package-Manager: Portage-2.3.11, Repoman-2.3.3
net-mail/tnef/Manifest | 1 -
net-mail/tnef/tnef-1.4.14.ebuild | 22 ----------------------
2 files changed, 23 deletions(-)
diff --git a/net-mail/tnef/Manifest b/net-mail/tnef/Manifest
index e29cedc0c2e..043f4d9ac7d 100644
--- a/net-mail/tnef/Manifest
+++ b/net-mail/tnef/Manifest
@@ -1,2 +1 @@
-DIST tnef-1.4.14.tar.gz 4649748 SHA256 26cd7c1a91fa080b4a05b9e81cdee4af9fbd5c6cda44db5f112a2ae9b3c37bd8 SHA512 8111797c4185103df8cb662d0a038f386922b51344c5f68300050d012bc2cf5bfa2da509619786e62c4d57d4ac8479d15b2ab526d7252bc82e19117fae9d048f WHIRLPOOL 42e69ac14f0df25d53f0d7e86fcc7755b10760110469bd16e76c290f5549feed3fa568c282df9b4e0eedb9ecb95ca89351c234476b312763359a5c017a6bf4b8
DIST tnef-1.4.15.tar.gz 4650572 SHA256 ca76ad6d95665549c46f98160f5e4a63903ccf912f5c667727db3304a2978486 SHA512 51a8c3abd99065fda59ab4129b1a6ca4d58919bfe1b8b10951787ddb007fac69a82d93b7d2a7f1799a9b04f531960f3e1bb7424bcb7cd831b1eb3fcdfad0e720 WHIRLPOOL 1fe0a4ff478b224ccf24ee4a33dcfb9af6cace55e3f6bb1e23f18e60b8364cd1a944cd06457a811cb288e2aa5ed7b77fa6588bceb214b9070488c6e76018b01a
diff --git a/net-mail/tnef/tnef-1.4.14.ebuild b/net-mail/tnef/tnef-1.4.14.ebuild
deleted file mode 100644
index 8e0461aaa7b..00000000000
--- a/net-mail/tnef/tnef-1.4.14.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-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() {
- eautoreconf
- eapply_user
-}
-
-src_test() {
- emake -j1 check
-}
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-mail/tnef/
@ 2017-10-09 15:16 Sergei Trofimovich
0 siblings, 0 replies; 23+ messages in thread
From: Sergei Trofimovich @ 2017-10-09 15:16 UTC (permalink / raw
To: gentoo-commits
commit: f433c54b5c2ac71addb0aafdf8ae14bb87df6a08
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 9 15:16:19 2017 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Mon Oct 9 15:16:40 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f433c54b
net-mail/tnef: stable 1.4.15 for hppa, bug #618658
Package-Manager: Portage-2.3.10, Repoman-2.3.3
RepoMan-Options: --include-arches="hppa"
net-mail/tnef/tnef-1.4.15.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-mail/tnef/tnef-1.4.15.ebuild b/net-mail/tnef/tnef-1.4.15.ebuild
index ce4baa771bd..8db4423c789 100644
--- a/net-mail/tnef/tnef-1.4.15.ebuild
+++ b/net-mail/tnef/tnef-1.4.15.ebuild
@@ -10,7 +10,7 @@ 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"
+KEYWORDS="amd64 hppa ppc ppc64 ~sparc x86"
src_prepare() {
default
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-mail/tnef/
@ 2017-06-23 6:28 Eray Aslan
0 siblings, 0 replies; 23+ messages in thread
From: Eray Aslan @ 2017-06-23 6:28 UTC (permalink / raw
To: gentoo-commits
commit: a20a3804bab3759dff9b663702d3cebe2c06c8c9
Author: Eray Aslan <eras <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 23 06:27:55 2017 +0000
Commit: Eray Aslan <eras <AT> gentoo <DOT> org>
CommitDate: Fri Jun 23 06:27:55 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a20a3804
net-mail/tnef: remove vulnerable version
Package-Manager: Portage-2.3.6, Repoman-2.3.2
net-mail/tnef/Manifest | 1 -
net-mail/tnef/tnef-1.4.12.ebuild | 16 ----------------
2 files changed, 17 deletions(-)
diff --git a/net-mail/tnef/Manifest b/net-mail/tnef/Manifest
index 7f54b1c04e6..e29cedc0c2e 100644
--- a/net-mail/tnef/Manifest
+++ b/net-mail/tnef/Manifest
@@ -1,3 +1,2 @@
-DIST tnef-1.4.12.tar.gz 4009945 SHA256 2e0735c940412d47f78eba1cf2c49f6cab9d673d1dc077915ec2c87878ca16ae SHA512 101741396ba3bd01a4b4a46b0c8ce56899e363878b49458b96294c6e98e07d824582d3f9b17bbc8f82b51f28d021db452f7d6b3ab75ac2a0902c9de11d82c84f WHIRLPOOL 53e8729a5f88ce965ec418f0fe188c1d3640e61bd00fd7861be065e317d9d426c4fa549ceaafdb346cdc9ff635e9a54f028a9edadb302d3ad70cccf8a5010b31
DIST tnef-1.4.14.tar.gz 4649748 SHA256 26cd7c1a91fa080b4a05b9e81cdee4af9fbd5c6cda44db5f112a2ae9b3c37bd8 SHA512 8111797c4185103df8cb662d0a038f386922b51344c5f68300050d012bc2cf5bfa2da509619786e62c4d57d4ac8479d15b2ab526d7252bc82e19117fae9d048f WHIRLPOOL 42e69ac14f0df25d53f0d7e86fcc7755b10760110469bd16e76c290f5549feed3fa568c282df9b4e0eedb9ecb95ca89351c234476b312763359a5c017a6bf4b8
DIST tnef-1.4.15.tar.gz 4650572 SHA256 ca76ad6d95665549c46f98160f5e4a63903ccf912f5c667727db3304a2978486 SHA512 51a8c3abd99065fda59ab4129b1a6ca4d58919bfe1b8b10951787ddb007fac69a82d93b7d2a7f1799a9b04f531960f3e1bb7424bcb7cd831b1eb3fcdfad0e720 WHIRLPOOL 1fe0a4ff478b224ccf24ee4a33dcfb9af6cace55e3f6bb1e23f18e60b8364cd1a944cd06457a811cb288e2aa5ed7b77fa6588bceb214b9070488c6e76018b01a
diff --git a/net-mail/tnef/tnef-1.4.12.ebuild b/net-mail/tnef/tnef-1.4.12.ebuild
deleted file mode 100644
index cf2ef379f91..00000000000
--- a/net-mail/tnef/tnef-1.4.12.ebuild
+++ /dev/null
@@ -1,16 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-DESCRIPTION="Decodes MS-TNEF MIME attachments"
-HOMEPAGE="http://world.std.com/~damned/software.html http://tnef.sourceforge.net/"
-SRC_URI="mirror://sourceforge/tnef/${P}.tar.gz"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="amd64 hppa ppc ppc64 ~sparc x86"
-
-src_test() {
- emake -j1 check
-}
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-mail/tnef/
@ 2017-06-04 10:42 Agostino Sarubbo
0 siblings, 0 replies; 23+ messages in thread
From: Agostino Sarubbo @ 2017-06-04 10:42 UTC (permalink / raw
To: gentoo-commits
commit: 5241d87549b1f22603d0403d71084622d051e357
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 4 10:41:05 2017 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Sun Jun 4 10:42:22 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5241d875
net-mail/tnef: x86 stable wrt bug #618658
Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
net-mail/tnef/tnef-1.4.15.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-mail/tnef/tnef-1.4.15.ebuild b/net-mail/tnef/tnef-1.4.15.ebuild
index 164972ba9d0..ca70b476b5f 100644
--- a/net-mail/tnef/tnef-1.4.15.ebuild
+++ b/net-mail/tnef/tnef-1.4.15.ebuild
@@ -10,7 +10,7 @@ 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"
+KEYWORDS="amd64 ~hppa ~ppc ~ppc64 ~sparc x86"
src_prepare() {
default
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-mail/tnef/
@ 2017-06-04 10:34 Agostino Sarubbo
0 siblings, 0 replies; 23+ messages in thread
From: Agostino Sarubbo @ 2017-06-04 10:34 UTC (permalink / raw
To: gentoo-commits
commit: 085be55bf7cebc72697088b65be282317c704689
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 4 10:32:51 2017 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Sun Jun 4 10:32:51 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=085be55b
net-mail/tnef: amd64 stable wrt bug #618658
Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
net-mail/tnef/tnef-1.4.15.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-mail/tnef/tnef-1.4.15.ebuild b/net-mail/tnef/tnef-1.4.15.ebuild
index 19c02d87cd4..164972ba9d0 100644
--- a/net-mail/tnef/tnef-1.4.15.ebuild
+++ b/net-mail/tnef/tnef-1.4.15.ebuild
@@ -10,7 +10,7 @@ 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"
+KEYWORDS="amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
src_prepare() {
default
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-mail/tnef/
@ 2017-06-03 23:24 Thomas Deutschmann
0 siblings, 0 replies; 23+ messages in thread
From: Thomas Deutschmann @ 2017-06-03 23:24 UTC (permalink / raw
To: gentoo-commits
commit: f60e2202c07ede51647cf6d04de69cb6eeb9c821
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 3 23:24:16 2017 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Sat Jun 3 23:24:31 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f60e2202
net-mail/tnef: Use "default" in src_prepare"
This allows the user to apply patches and buildsystem is still able to
catch up if needed.
Package-Manager: Portage-2.3.5, Repoman-2.3.2
net-mail/tnef/tnef-1.4.15.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/net-mail/tnef/tnef-1.4.15.ebuild b/net-mail/tnef/tnef-1.4.15.ebuild
index 5632a117629..19c02d87cd4 100644
--- a/net-mail/tnef/tnef-1.4.15.ebuild
+++ b/net-mail/tnef/tnef-1.4.15.ebuild
@@ -13,8 +13,9 @@ LICENSE="GPL-2"
KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
src_prepare() {
+ default
+
eautoreconf
- eapply_user
}
src_test() {
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-mail/tnef/
@ 2017-05-13 22:46 Michael Weber
0 siblings, 0 replies; 23+ messages in thread
From: Michael Weber @ 2017-05-13 22:46 UTC (permalink / raw
To: gentoo-commits
commit: f2a7197e80b30b56093901e428c767e8e0f3296f
Author: Michael Weber <xmw <AT> gentoo <DOT> org>
AuthorDate: Sat May 13 20:54:20 2017 +0000
Commit: Michael Weber <xmw <AT> gentoo <DOT> org>
CommitDate: Sat May 13 22:45:58 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2a7197e
net-mail/tnef: ppc ppc64 stable (bug 611426).
Package-Manager: Portage-2.3.5, Repoman-2.3.2
RepoMan-Options: --include-arches="ppc ppc64"
net-mail/tnef/tnef-1.4.14.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-mail/tnef/tnef-1.4.14.ebuild b/net-mail/tnef/tnef-1.4.14.ebuild
index 2cfd4341b46..8e0461aaa7b 100644
--- a/net-mail/tnef/tnef-1.4.14.ebuild
+++ b/net-mail/tnef/tnef-1.4.14.ebuild
@@ -10,7 +10,7 @@ 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"
+KEYWORDS="amd64 hppa ppc ppc64 ~sparc x86"
src_prepare() {
eautoreconf
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-mail/tnef/
@ 2017-05-04 15:55 Agostino Sarubbo
0 siblings, 0 replies; 23+ messages in thread
From: Agostino Sarubbo @ 2017-05-04 15:55 UTC (permalink / raw
To: gentoo-commits
commit: 702055363a1c3b57d5c628c5cf2d0e5328f66ba4
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Thu May 4 15:54:30 2017 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Thu May 4 15:54:30 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70205536
net-mail/tnef: x86 stable wrt bug #611426
Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
net-mail/tnef/tnef-1.4.14.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-mail/tnef/tnef-1.4.14.ebuild b/net-mail/tnef/tnef-1.4.14.ebuild
index a8aa4cf0241..2cfd4341b46 100644
--- a/net-mail/tnef/tnef-1.4.14.ebuild
+++ b/net-mail/tnef/tnef-1.4.14.ebuild
@@ -10,7 +10,7 @@ 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"
+KEYWORDS="amd64 hppa ~ppc ~ppc64 ~sparc x86"
src_prepare() {
eautoreconf
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-mail/tnef/
@ 2017-05-04 15:45 Jeroen Roovers
0 siblings, 0 replies; 23+ messages in thread
From: Jeroen Roovers @ 2017-05-04 15:45 UTC (permalink / raw
To: gentoo-commits
commit: 56d69fa0eb0200d66e83624cbb2ad697a2b30e3c
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Thu May 4 15:44:58 2017 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Thu May 4 15:44:58 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56d69fa0
net-mail/tnef: Stable for HPPA (bug #611426).
Package-Manager: Portage-2.3.5, Repoman-2.3.2
RepoMan-Options: --ignore-arches
net-mail/tnef/tnef-1.4.14.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-mail/tnef/tnef-1.4.14.ebuild b/net-mail/tnef/tnef-1.4.14.ebuild
index 0bfa093bdcc..a8aa4cf0241 100644
--- a/net-mail/tnef/tnef-1.4.14.ebuild
+++ b/net-mail/tnef/tnef-1.4.14.ebuild
@@ -10,7 +10,7 @@ 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"
+KEYWORDS="amd64 hppa ~ppc ~ppc64 ~sparc ~x86"
src_prepare() {
eautoreconf
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-mail/tnef/
@ 2017-05-04 13:07 Agostino Sarubbo
0 siblings, 0 replies; 23+ messages in thread
From: Agostino Sarubbo @ 2017-05-04 13:07 UTC (permalink / raw
To: gentoo-commits
commit: 3576b6f4f5b55a86b89450eb3ee3c4af0c241075
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Thu May 4 13:06:55 2017 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Thu May 4 13:06:55 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3576b6f4
net-mail/tnef: amd64 stable wrt bug #611426
Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
net-mail/tnef/tnef-1.4.14.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-mail/tnef/tnef-1.4.14.ebuild b/net-mail/tnef/tnef-1.4.14.ebuild
index 5632a117629..0bfa093bdcc 100644
--- a/net-mail/tnef/tnef-1.4.14.ebuild
+++ b/net-mail/tnef/tnef-1.4.14.ebuild
@@ -10,7 +10,7 @@ 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"
+KEYWORDS="amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
src_prepare() {
eautoreconf
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-mail/tnef/
@ 2017-05-04 8:11 Eray Aslan
0 siblings, 0 replies; 23+ messages in thread
From: Eray Aslan @ 2017-05-04 8:11 UTC (permalink / raw
To: gentoo-commits
commit: 141b8e370609a5fe752f746635f18c8de33a6162
Author: Eray Aslan <eras <AT> gentoo <DOT> org>
AuthorDate: Thu May 4 08:11:02 2017 +0000
Commit: Eray Aslan <eras <AT> gentoo <DOT> org>
CommitDate: Thu May 4 08:11:02 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=141b8e37
net-mail/tnef: security bump - bug 611426
Package-Manager: Portage-2.3.5, Repoman-2.3.2
net-mail/tnef/Manifest | 1 +
net-mail/tnef/tnef-1.4.14.ebuild | 22 ++++++++++++++++++++++
2 files changed, 23 insertions(+)
diff --git a/net-mail/tnef/Manifest b/net-mail/tnef/Manifest
index 80cdf3953ee..84eb1a4c215 100644
--- a/net-mail/tnef/Manifest
+++ b/net-mail/tnef/Manifest
@@ -1 +1,2 @@
DIST tnef-1.4.12.tar.gz 4009945 SHA256 2e0735c940412d47f78eba1cf2c49f6cab9d673d1dc077915ec2c87878ca16ae SHA512 101741396ba3bd01a4b4a46b0c8ce56899e363878b49458b96294c6e98e07d824582d3f9b17bbc8f82b51f28d021db452f7d6b3ab75ac2a0902c9de11d82c84f WHIRLPOOL 53e8729a5f88ce965ec418f0fe188c1d3640e61bd00fd7861be065e317d9d426c4fa549ceaafdb346cdc9ff635e9a54f028a9edadb302d3ad70cccf8a5010b31
+DIST tnef-1.4.14.tar.gz 4649748 SHA256 26cd7c1a91fa080b4a05b9e81cdee4af9fbd5c6cda44db5f112a2ae9b3c37bd8 SHA512 8111797c4185103df8cb662d0a038f386922b51344c5f68300050d012bc2cf5bfa2da509619786e62c4d57d4ac8479d15b2ab526d7252bc82e19117fae9d048f WHIRLPOOL 42e69ac14f0df25d53f0d7e86fcc7755b10760110469bd16e76c290f5549feed3fa568c282df9b4e0eedb9ecb95ca89351c234476b312763359a5c017a6bf4b8
diff --git a/net-mail/tnef/tnef-1.4.14.ebuild b/net-mail/tnef/tnef-1.4.14.ebuild
new file mode 100644
index 00000000000..5632a117629
--- /dev/null
+++ b/net-mail/tnef/tnef-1.4.14.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+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() {
+ eautoreconf
+ eapply_user
+}
+
+src_test() {
+ emake -j1 check
+}
^ permalink raw reply related [flat|nested] 23+ messages in thread
end of thread, other threads:[~2023-12-14 4:14 UTC | newest]
Thread overview: 23+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-03 22:52 [gentoo-commits] repo/gentoo:master commit in: net-mail/tnef/ Thomas Deutschmann
-- strict thread matches above, loose matches on Subject: below --
2023-12-14 4:13 Sam James
2020-03-26 19:07 Thomas Deutschmann
2020-03-26 19:01 Sergei Trofimovich
2020-03-26 12:03 Agostino Sarubbo
2020-03-26 10:24 Agostino Sarubbo
2020-03-26 10:22 Agostino Sarubbo
2020-03-26 10:20 Agostino Sarubbo
2020-03-26 10:17 Agostino Sarubbo
2020-03-25 22:49 Thomas Deutschmann
2019-09-26 19:25 Jeroen Roovers
2018-06-16 19:26 Sergei Trofimovich
2017-10-11 6:34 Eray Aslan
2017-10-09 15:16 Sergei Trofimovich
2017-06-23 6:28 Eray Aslan
2017-06-04 10:42 Agostino Sarubbo
2017-06-04 10:34 Agostino Sarubbo
2017-06-03 23:24 Thomas Deutschmann
2017-05-13 22:46 Michael Weber
2017-05-04 15:55 Agostino Sarubbo
2017-05-04 15:45 Jeroen Roovers
2017-05-04 13:07 Agostino Sarubbo
2017-05-04 8:11 Eray Aslan
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox