[gentoo-commits] repo/gentoo:master commit in: net-mail/ytnef/

2023-07-28 Thread Bernard Cafarelli
commit: 3f5a865cdad8441fe7275f542960c2bb80cb20e6
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Fri Jul 28 20:18:43 2023 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Fri Jul 28 20:18:43 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f5a865c

net-mail/ytnef: add 2.1.2

Signed-off-by: Bernard Cafarelli  gentoo.org>

 net-mail/ytnef/Manifest   |  1 +
 net-mail/ytnef/ytnef-2.1.2.ebuild | 32 
 2 files changed, 33 insertions(+)

diff --git a/net-mail/ytnef/Manifest b/net-mail/ytnef/Manifest
index b1b25893b20d..04a3136d9020 100644
--- a/net-mail/ytnef/Manifest
+++ b/net-mail/ytnef/Manifest
@@ -1,2 +1,3 @@
 DIST ytnef-2.0.tar.gz 301906 BLAKE2B 
3d42cf3bfc311a8d227424939cdb1e7b37a038314655b24ce54e26fbc0e5a0a7aa9fad0d4592297a5c521d3957c753b492e9724edb06c449d654faf68c7f43e7
 SHA512 
9ceba15a774f552911779859b7de11baddb7f980b0e8751c02a0c27275fa5624a4d4d24177bb4edba243acf3a9c5b89ddbbed1e759a330794bed8b2da63ffeb6
 DIST ytnef-2.1.1.tar.gz 301963 BLAKE2B 
257fa97a80b4f0d00f9d24605f484dc68fafe06527f448eac6f95e88e270bd37a51603fad2b3705b2ccba99f73e3b5619d502191ba646a2b79d45e661018d3fc
 SHA512 
2bc8c42117266090e236063ce31d0db49acca7c24c74dcaaee0338b5b5b4284297e4255c7d8ed0795075a145c6fc7ca036fd7a96fb7bab324c686ef327b8017d
+DIST ytnef-2.1.2.tar.gz 301969 BLAKE2B 
98971811f151a652324411660ca6d351b15ffd6a6768da366ea7a8decee1ef1c68cdef5f5ea11db6f03b990a17935a9c5db0a2826d13136fa24e3524aedacd05
 SHA512 
2b605d8e23309c613c208fa24d113d5720997393a8083565a546857bcc540ed87ad7f7b4b7e1b40aab272ab9646170ea9f3becca6ab81bba9653ffecfe37281c

diff --git a/net-mail/ytnef/ytnef-2.1.2.ebuild 
b/net-mail/ytnef/ytnef-2.1.2.ebuild
new file mode 100644
index ..19c571ce77e4
--- /dev/null
+++ b/net-mail/ytnef/ytnef-2.1.2.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+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"
+QA_PKGCONFIG_VERSION="${PV}.0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc 
~x86"
+IUSE="static-libs"
+
+DEPEND="sys-devel/libtool"
+RDEPEND="dev-perl/MIME-tools"
+
+src_prepare() {
+   default
+   eautoreconf
+}
+
+src_configure() {
+   econf $(use_enable static-libs static)
+}
+
+src_install() {
+   default
+   find "${ED}" -name "*.la" -delete || die
+}



[gentoo-commits] repo/gentoo:master commit in: net-mail/ytnef/

2023-07-27 Thread WANG Xuerui
commit: 9919611de15be6fbe16d3bbf0887ac0f2a4906cf
Author: WANG Xuerui  gentoo  org>
AuthorDate: Thu Jul 27 09:29:20 2023 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Thu Jul 27 10:21:31 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9919611d

net-mail/ytnef: keyword 2.1.1 for ~loong

Signed-off-by: WANG Xuerui  gentoo.org>

 net-mail/ytnef/ytnef-2.1.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-mail/ytnef/ytnef-2.1.1.ebuild 
b/net-mail/ytnef/ytnef-2.1.1.ebuild
index 500dfe8510ff..19c571ce77e4 100644
--- a/net-mail/ytnef/ytnef-2.1.1.ebuild
+++ b/net-mail/ytnef/ytnef-2.1.1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/Yeraze/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 LICENSE="GPL-2+"
 SLOT="0"
 QA_PKGCONFIG_VERSION="${PV}.0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc 
~x86"
 IUSE="static-libs"
 
 DEPEND="sys-devel/libtool"



[gentoo-commits] repo/gentoo:master commit in: net-mail/ytnef/

2023-05-14 Thread Bernard Cafarelli
commit: ae4301deed55caea1a6031852fa09eea60bd1c6a
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Sun May 14 10:00:15 2023 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Sun May 14 10:00:57 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae4301de

net-mail/ytnef: add 2.1.1

Signed-off-by: Bernard Cafarelli  gentoo.org>

 net-mail/ytnef/Manifest   |  1 +
 net-mail/ytnef/ytnef-2.1.1.ebuild | 32 
 2 files changed, 33 insertions(+)

diff --git a/net-mail/ytnef/Manifest b/net-mail/ytnef/Manifest
index 2ee1c6d6f98b..b1b25893b20d 100644
--- a/net-mail/ytnef/Manifest
+++ b/net-mail/ytnef/Manifest
@@ -1 +1,2 @@
 DIST ytnef-2.0.tar.gz 301906 BLAKE2B 
3d42cf3bfc311a8d227424939cdb1e7b37a038314655b24ce54e26fbc0e5a0a7aa9fad0d4592297a5c521d3957c753b492e9724edb06c449d654faf68c7f43e7
 SHA512 
9ceba15a774f552911779859b7de11baddb7f980b0e8751c02a0c27275fa5624a4d4d24177bb4edba243acf3a9c5b89ddbbed1e759a330794bed8b2da63ffeb6
+DIST ytnef-2.1.1.tar.gz 301963 BLAKE2B 
257fa97a80b4f0d00f9d24605f484dc68fafe06527f448eac6f95e88e270bd37a51603fad2b3705b2ccba99f73e3b5619d502191ba646a2b79d45e661018d3fc
 SHA512 
2bc8c42117266090e236063ce31d0db49acca7c24c74dcaaee0338b5b5b4284297e4255c7d8ed0795075a145c6fc7ca036fd7a96fb7bab324c686ef327b8017d

diff --git a/net-mail/ytnef/ytnef-2.1.1.ebuild 
b/net-mail/ytnef/ytnef-2.1.1.ebuild
new file mode 100644
index ..500dfe8510ff
--- /dev/null
+++ b/net-mail/ytnef/ytnef-2.1.1.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+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"
+QA_PKGCONFIG_VERSION="${PV}.0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86"
+IUSE="static-libs"
+
+DEPEND="sys-devel/libtool"
+RDEPEND="dev-perl/MIME-tools"
+
+src_prepare() {
+   default
+   eautoreconf
+}
+
+src_configure() {
+   econf $(use_enable static-libs static)
+}
+
+src_install() {
+   default
+   find "${ED}" -name "*.la" -delete || die
+}



[gentoo-commits] repo/gentoo:master commit in: net-mail/ytnef/

2022-07-21 Thread Bernard Cafarelli
commit: dd523025fa470385a9446e6ff9660a91ed8bbd82
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Thu Jul 21 20:50:48 2022 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Thu Jul 21 20:51:19 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd523025

net-mail/ytnef: pkg-config file has extra .0

Closes: https://bugs.gentoo.org/859496
Signed-off-by: Bernard Cafarelli  gentoo.org>

 net-mail/ytnef/ytnef-2.0.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/net-mail/ytnef/ytnef-2.0.ebuild b/net-mail/ytnef/ytnef-2.0.ebuild
index 102dea01756b..f5e3f0bbd2df 100644
--- a/net-mail/ytnef/ytnef-2.0.ebuild
+++ b/net-mail/ytnef/ytnef-2.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -10,6 +10,7 @@ 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"
+QA_PKGCONFIG_VERSION="${PV}.0"
 KEYWORDS="~alpha amd64 arm arm64 ~hppa ppc ppc64 ~riscv ~sparc x86"
 IUSE="static-libs"
 



[gentoo-commits] repo/gentoo:master commit in: net-mail/ytnef/

2022-07-10 Thread Bernard Cafarelli
commit: 5ce2cc8f7fe504a91f355a4ff2716dcfaa2bf95e
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Sun Jul 10 12:54:03 2022 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Sun Jul 10 12:55:04 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ce2cc8f

net-mail/ytnef: drop 1.9.3

Bug: https://bugs.gentoo.org/774255
Signed-off-by: Bernard Cafarelli  gentoo.org>

 net-mail/ytnef/Manifest   |  1 -
 net-mail/ytnef/ytnef-1.9.3.ebuild | 31 ---
 2 files changed, 32 deletions(-)

diff --git a/net-mail/ytnef/Manifest b/net-mail/ytnef/Manifest
index 130fa7b1c34a..2ee1c6d6f98b 100644
--- a/net-mail/ytnef/Manifest
+++ b/net-mail/ytnef/Manifest
@@ -1,2 +1 @@
-DIST ytnef-1.9.3.tar.gz 301338 BLAKE2B 
2a70453225c1c6acaa4a73f0d50e9be3076e0fd1e8dcf79029fe6f23dacbd94046b88d62e561c24914d44121eefbc968523c02302d2d5c6eb95ab68d2620560c
 SHA512 
be0a46e79561a5ff34f812b892a781809606cc7e38c6bfed15bae7773f952b4b55aed0fa784922e72839121672c540496db1bac602630c5a83141f8517a4a543
 DIST ytnef-2.0.tar.gz 301906 BLAKE2B 
3d42cf3bfc311a8d227424939cdb1e7b37a038314655b24ce54e26fbc0e5a0a7aa9fad0d4592297a5c521d3957c753b492e9724edb06c449d654faf68c7f43e7
 SHA512 
9ceba15a774f552911779859b7de11baddb7f980b0e8751c02a0c27275fa5624a4d4d24177bb4edba243acf3a9c5b89ddbbed1e759a330794bed8b2da63ffeb6

diff --git a/net-mail/ytnef/ytnef-1.9.3.ebuild 
b/net-mail/ytnef/ytnef-1.9.3.ebuild
deleted file mode 100644
index 232bf9cb8f1e..
--- a/net-mail/ytnef/ytnef-1.9.3.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-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 arm64 ~hppa ppc ppc64 ~sparc x86"
-IUSE="static-libs"
-
-DEPEND="sys-devel/libtool"
-RDEPEND="dev-perl/MIME-tools"
-
-src_prepare() {
-   default
-   eautoreconf
-}
-
-src_configure() {
-   econf $(use_enable static-libs static)
-}
-
-src_install() {
-   default
-   find "${ED}" -name "*.la" -delete || die
-}



[gentoo-commits] repo/gentoo:master commit in: net-mail/ytnef/

2022-07-10 Thread Bernard Cafarelli
commit: c74c0502122fc8febe47de4b95f216f6c8d35189
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Sun Jul 10 12:44:12 2022 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Sun Jul 10 12:55:04 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c74c0502

net-mail/ytnef: add myself as a maintainer

Signed-off-by: Bernard Cafarelli  gentoo.org>

 net-mail/ytnef/metadata.xml | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/net-mail/ytnef/metadata.xml b/net-mail/ytnef/metadata.xml
index fe4e02dd19cb..b90a43458ee9 100644
--- a/net-mail/ytnef/metadata.xml
+++ b/net-mail/ytnef/metadata.xml
@@ -1,7 +1,10 @@
 
 https://www.gentoo.org/dtd/metadata.dtd;>
 
-  
+  
+voyag...@gentoo.org
+Bernard Cafarelli
+  
   
 Yeraze/ytnef
   



[gentoo-commits] repo/gentoo:master commit in: net-mail/ytnef/

2021-10-18 Thread Sam James
commit: 76570066db60c38f39dd691a60d9fe92d7156253
Author: Sam James  gentoo  org>
AuthorDate: Mon Oct 18 23:48:59 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Oct 18 23:48:59 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76570066

net-mail/ytnef: Stabilize 2.0 arm64, #818736

Signed-off-by: Sam James  gentoo.org>

 net-mail/ytnef/ytnef-2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-mail/ytnef/ytnef-2.0.ebuild b/net-mail/ytnef/ytnef-2.0.ebuild
index 57430a21ac4..102dea01756 100644
--- a/net-mail/ytnef/ytnef-2.0.ebuild
+++ b/net-mail/ytnef/ytnef-2.0.ebuild
@@ -10,7 +10,7 @@ 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 ~arm64 ~hppa ppc ppc64 ~riscv ~sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ppc ppc64 ~riscv ~sparc x86"
 IUSE="static-libs"
 
 DEPEND="sys-devel/libtool"



[gentoo-commits] repo/gentoo:master commit in: net-mail/ytnef/

2021-10-18 Thread Sam James
commit: ee1142d51500afdbea8deefa0a44e95a92582af1
Author: Sam James  gentoo  org>
AuthorDate: Mon Oct 18 23:48:13 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Oct 18 23:48:13 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee1142d5

net-mail/ytnef: Stabilize 2.0 arm, #818736

Signed-off-by: Sam James  gentoo.org>

 net-mail/ytnef/ytnef-2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-mail/ytnef/ytnef-2.0.ebuild b/net-mail/ytnef/ytnef-2.0.ebuild
index 7dcda94aedf..57430a21ac4 100644
--- a/net-mail/ytnef/ytnef-2.0.ebuild
+++ b/net-mail/ytnef/ytnef-2.0.ebuild
@@ -10,7 +10,7 @@ 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 ~arm64 ~hppa ppc ppc64 ~riscv ~sparc x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ppc ppc64 ~riscv ~sparc x86"
 IUSE="static-libs"
 
 DEPEND="sys-devel/libtool"



[gentoo-commits] repo/gentoo:master commit in: net-mail/ytnef/

2021-10-17 Thread Sam James
commit: 9f9c869ef7bec3232a6146f71e480494e616b796
Author: Sam James  gentoo  org>
AuthorDate: Sun Oct 17 20:07:15 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Oct 17 20:07:15 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f9c869e

net-mail/ytnef: Stabilize 2.0 ppc, #818736

Signed-off-by: Sam James  gentoo.org>

 net-mail/ytnef/ytnef-2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-mail/ytnef/ytnef-2.0.ebuild b/net-mail/ytnef/ytnef-2.0.ebuild
index 74be9d6bf52..4e26abc8162 100644
--- a/net-mail/ytnef/ytnef-2.0.ebuild
+++ b/net-mail/ytnef/ytnef-2.0.ebuild
@@ -10,7 +10,7 @@ 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 ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ppc ~ppc64 ~riscv ~sparc x86"
 IUSE="static-libs"
 
 DEPEND="sys-devel/libtool"



[gentoo-commits] repo/gentoo:master commit in: net-mail/ytnef/

2021-10-17 Thread Sam James
commit: 23a12769771a4c3cb066df1e8ca33a1ab72dafbc
Author: Sam James  gentoo  org>
AuthorDate: Sun Oct 17 20:07:18 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Oct 17 20:07:18 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23a12769

net-mail/ytnef: Stabilize 2.0 ppc64, #818736

Signed-off-by: Sam James  gentoo.org>

 net-mail/ytnef/ytnef-2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-mail/ytnef/ytnef-2.0.ebuild b/net-mail/ytnef/ytnef-2.0.ebuild
index 4e26abc8162..7dcda94aedf 100644
--- a/net-mail/ytnef/ytnef-2.0.ebuild
+++ b/net-mail/ytnef/ytnef-2.0.ebuild
@@ -10,7 +10,7 @@ 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 ~arm64 ~hppa ppc ~ppc64 ~riscv ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ppc ppc64 ~riscv ~sparc x86"
 IUSE="static-libs"
 
 DEPEND="sys-devel/libtool"



[gentoo-commits] repo/gentoo:master commit in: net-mail/ytnef/

2021-10-17 Thread Sam James
commit: ad0386464095452ca5d4c8765f7166aa8a3b127c
Author: Sam James  gentoo  org>
AuthorDate: Sun Oct 17 20:03:23 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Oct 17 20:04:45 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad038646

net-mail/ytnef: Stabilize 2.0 x86, #818736

Signed-off-by: Sam James  gentoo.org>

 net-mail/ytnef/ytnef-2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-mail/ytnef/ytnef-2.0.ebuild b/net-mail/ytnef/ytnef-2.0.ebuild
index 46b67582798..f683b559a9c 100644
--- a/net-mail/ytnef/ytnef-2.0.ebuild
+++ b/net-mail/ytnef/ytnef-2.0.ebuild
@@ -10,7 +10,7 @@ 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 ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc x86"
 IUSE="static-libs"
 
 DEPEND="sys-devel/libtool"



[gentoo-commits] repo/gentoo:master commit in: net-mail/ytnef/

2021-10-17 Thread Sam James
commit: cbdd79b8198cba40d59670c0a4c254f538cb9877
Author: Sam James  gentoo  org>
AuthorDate: Sun Oct 17 20:03:55 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Oct 17 20:04:48 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbdd79b8

net-mail/ytnef: Stabilize 2.0 amd64, #818736

Signed-off-by: Sam James  gentoo.org>

 net-mail/ytnef/ytnef-2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-mail/ytnef/ytnef-2.0.ebuild b/net-mail/ytnef/ytnef-2.0.ebuild
index f683b559a9c..74be9d6bf52 100644
--- a/net-mail/ytnef/ytnef-2.0.ebuild
+++ b/net-mail/ytnef/ytnef-2.0.ebuild
@@ -10,7 +10,7 @@ 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 ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc x86"
 IUSE="static-libs"
 
 DEPEND="sys-devel/libtool"



[gentoo-commits] repo/gentoo:master commit in: net-mail/ytnef/

2021-09-25 Thread Marek Szuba
commit: d4a8444f78bab43d65fc0095932742528d267321
Author: Marek Szuba  gentoo  org>
AuthorDate: Sat Sep 25 18:48:26 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Sat Sep 25 21:59:29 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4a8444f

net-mail/ytnef: keyword 2.0 for ~riscv

Signed-off-by: Marek Szuba  gentoo.org>

 net-mail/ytnef/ytnef-2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-mail/ytnef/ytnef-2.0.ebuild b/net-mail/ytnef/ytnef-2.0.ebuild
index 0ba15afddf9..46b67582798 100644
--- a/net-mail/ytnef/ytnef-2.0.ebuild
+++ b/net-mail/ytnef/ytnef-2.0.ebuild
@@ -10,7 +10,7 @@ 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 ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86"
 IUSE="static-libs"
 
 DEPEND="sys-devel/libtool"



[gentoo-commits] repo/gentoo:master commit in: net-mail/ytnef/

2021-09-20 Thread Lars Wendler
commit: ba52d365d7a5c9e48b2911010cd26546896ba4ff
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Sep 20 14:21:28 2021 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Sep 20 14:21:42 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba52d365

net-mail/ytnef: Bump to version 2.0

Bug: https://bugs.gentoo.org/774255
Signed-off-by: Lars Wendler  gentoo.org>

 net-mail/ytnef/Manifest |  1 +
 net-mail/ytnef/ytnef-2.0.ebuild | 31 +++
 2 files changed, 32 insertions(+)

diff --git a/net-mail/ytnef/Manifest b/net-mail/ytnef/Manifest
index 68a870574ef..130fa7b1c34 100644
--- a/net-mail/ytnef/Manifest
+++ b/net-mail/ytnef/Manifest
@@ -1 +1,2 @@
 DIST ytnef-1.9.3.tar.gz 301338 BLAKE2B 
2a70453225c1c6acaa4a73f0d50e9be3076e0fd1e8dcf79029fe6f23dacbd94046b88d62e561c24914d44121eefbc968523c02302d2d5c6eb95ab68d2620560c
 SHA512 
be0a46e79561a5ff34f812b892a781809606cc7e38c6bfed15bae7773f952b4b55aed0fa784922e72839121672c540496db1bac602630c5a83141f8517a4a543
+DIST ytnef-2.0.tar.gz 301906 BLAKE2B 
3d42cf3bfc311a8d227424939cdb1e7b37a038314655b24ce54e26fbc0e5a0a7aa9fad0d4592297a5c521d3957c753b492e9724edb06c449d654faf68c7f43e7
 SHA512 
9ceba15a774f552911779859b7de11baddb7f980b0e8751c02a0c27275fa5624a4d4d24177bb4edba243acf3a9c5b89ddbbed1e759a330794bed8b2da63ffeb6

diff --git a/net-mail/ytnef/ytnef-2.0.ebuild b/net-mail/ytnef/ytnef-2.0.ebuild
new file mode 100644
index 000..0ba15afddf9
--- /dev/null
+++ b/net-mail/ytnef/ytnef-2.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+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 ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+IUSE="static-libs"
+
+DEPEND="sys-devel/libtool"
+RDEPEND="dev-perl/MIME-tools"
+
+src_prepare() {
+   default
+   eautoreconf
+}
+
+src_configure() {
+   econf $(use_enable static-libs static)
+}
+
+src_install() {
+   default
+   find "${ED}" -name "*.la" -delete || die
+}



[gentoo-commits] repo/gentoo:master commit in: net-mail/ytnef/

2021-03-30 Thread Sam James
commit: 69b448b12a0237b56f6a426dac9a6b003fe00192
Author: Sam James  gentoo  org>
AuthorDate: Tue Mar 30 00:24:51 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Mar 30 00:28:15 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69b448b1

net-mail/ytnef: Stabilize 1.9.3 arm64, #769764

Signed-off-by: Sam James  gentoo.org>

 net-mail/ytnef/ytnef-1.9.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-mail/ytnef/ytnef-1.9.3.ebuild 
b/net-mail/ytnef/ytnef-1.9.3.ebuild
index cb176694e93..232bf9cb8f1 100644
--- a/net-mail/ytnef/ytnef-1.9.3.ebuild
+++ b/net-mail/ytnef/ytnef-1.9.3.ebuild
@@ -10,7 +10,7 @@ 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 ~arm64 ~hppa ppc ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ppc ppc64 ~sparc x86"
 IUSE="static-libs"
 
 DEPEND="sys-devel/libtool"



[gentoo-commits] repo/gentoo:master commit in: net-mail/ytnef/

2021-03-05 Thread Sam James
commit: 452deea7897860b7ec30f2fb7be8c868283b90a9
Author: Sam James  gentoo  org>
AuthorDate: Fri Mar  5 20:34:05 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Mar  5 20:34:05 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=452deea7

net-mail/ytnef: Stabilize 1.9.3 arm, #769764

Signed-off-by: Sam James  gentoo.org>

 net-mail/ytnef/ytnef-1.9.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-mail/ytnef/ytnef-1.9.3.ebuild 
b/net-mail/ytnef/ytnef-1.9.3.ebuild
index ccdee16c446..cb176694e93 100644
--- a/net-mail/ytnef/ytnef-1.9.3.ebuild
+++ b/net-mail/ytnef/ytnef-1.9.3.ebuild
@@ -10,7 +10,7 @@ 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 ~arm64 ~hppa ppc ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ppc ppc64 ~sparc x86"
 IUSE="static-libs"
 
 DEPEND="sys-devel/libtool"



[gentoo-commits] repo/gentoo:master commit in: net-mail/ytnef/

2021-02-08 Thread Sam James
commit: 92e286bc3dec592a6480c076f77d1578c75c7006
Author: Sam James  gentoo  org>
AuthorDate: Mon Feb  8 17:22:37 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Feb  8 17:22:37 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92e286bc

net-mail/ytnef: Stabilize 1.9.3 ppc, #727572

Signed-off-by: Sam James  gentoo.org>

 net-mail/ytnef/ytnef-1.9.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-mail/ytnef/ytnef-1.9.3.ebuild 
b/net-mail/ytnef/ytnef-1.9.3.ebuild
index f102395908a..ccdee16c446 100644
--- a/net-mail/ytnef/ytnef-1.9.3.ebuild
+++ b/net-mail/ytnef/ytnef-1.9.3.ebuild
@@ -10,7 +10,7 @@ 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 ~arm64 ~hppa ~ppc ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ppc ppc64 ~sparc x86"
 IUSE="static-libs"
 
 DEPEND="sys-devel/libtool"



[gentoo-commits] repo/gentoo:master commit in: net-mail/ytnef/

2021-02-06 Thread Sam James
commit: 7ed499179a0b21e38ecab03f01718cd527ec396f
Author: Sam James  gentoo  org>
AuthorDate: Sat Feb  6 13:33:06 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Feb  6 13:33:06 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ed49917

net-mail/ytnef: Stabilize 1.9.3 ppc64, #727572

Signed-off-by: Sam James  gentoo.org>

 net-mail/ytnef/ytnef-1.9.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-mail/ytnef/ytnef-1.9.3.ebuild 
b/net-mail/ytnef/ytnef-1.9.3.ebuild
index f4756c9fa63..f102395908a 100644
--- a/net-mail/ytnef/ytnef-1.9.3.ebuild
+++ b/net-mail/ytnef/ytnef-1.9.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -10,7 +10,7 @@ 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 ~arm64 ~hppa ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ppc ppc64 ~sparc x86"
 IUSE="static-libs"
 
 DEPEND="sys-devel/libtool"



[gentoo-commits] repo/gentoo:master commit in: net-mail/ytnef/

2019-08-04 Thread Aaron Bauman
commit: 43f28115387167b0ae9bd976a17049708963ef6c
Author: Aaron Bauman  gentoo  org>
AuthorDate: Sun Aug  4 18:01:43 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Sun Aug  4 18:04:07 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43f28115

net-mail/ytnef: arm64 keyworded

Signed-off-by: Aaron Bauman  gentoo.org>
Package-Manager: Portage-2.3.70, Repoman-2.3.16

 net-mail/ytnef/ytnef-1.9.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-mail/ytnef/ytnef-1.9.3.ebuild 
b/net-mail/ytnef/ytnef-1.9.3.ebuild
index f05db7fb174..8445b62441d 100644
--- a/net-mail/ytnef/ytnef-1.9.3.ebuild
+++ b/net-mail/ytnef/ytnef-1.9.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -10,7 +10,7 @@ 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"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc x86"
 IUSE="static-libs"
 
 DEPEND="sys-devel/libtool"



[gentoo-commits] repo/gentoo:master commit in: net-mail/ytnef/

2018-09-13 Thread Lars Wendler
commit: 492d0d0db7b3f0ca9564d5be3042a781151152f8
Author: Lars Wendler  gentoo  org>
AuthorDate: Thu Sep 13 14:36:46 2018 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Thu Sep 13 14:36:46 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=492d0d0d

net-mail/ytnef: Security cleanup.

Bug: https://bugs.gentoo.org/626858
Package-Manager: Portage-2.3.49, Repoman-2.3.10

 net-mail/ytnef/Manifest   |  1 -
 net-mail/ytnef/ytnef-1.9.2.ebuild | 21 -
 2 files changed, 22 deletions(-)

diff --git a/net-mail/ytnef/Manifest b/net-mail/ytnef/Manifest
index e791a2f44d1..68a870574ef 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 8bb751a6ad2..000
--- 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
-}



[gentoo-commits] repo/gentoo:master commit in: net-mail/ytnef/

2018-09-13 Thread Tobias Klausmann
commit: 7a3145fa8aa5844a4d28a8233204ffab4d6d134e
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Thu Sep 13 14:31:15 2018 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Thu Sep 13 14:31:23 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a3145fa

net-mail/ytnef-1.9.3-r0: alpha stable

Gentoo-Bug: http://bugs.gentoo.org/626858

 net-mail/ytnef/ytnef-1.9.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-mail/ytnef/ytnef-1.9.3.ebuild 
b/net-mail/ytnef/ytnef-1.9.3.ebuild
index 9789444f67e..f05db7fb174 100644
--- a/net-mail/ytnef/ytnef-1.9.3.ebuild
+++ b/net-mail/ytnef/ytnef-1.9.3.ebuild
@@ -10,7 +10,7 @@ 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"
+KEYWORDS="alpha amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc x86"
 IUSE="static-libs"
 
 DEPEND="sys-devel/libtool"



[gentoo-commits] repo/gentoo:master commit in: net-mail/ytnef/

2018-07-28 Thread Thomas Deutschmann
commit: accbee2a4c0aa123176a5a02f9adde2c6f6186d9
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sat Jul 28 13:22:34 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sat Jul 28 13:24:49 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=accbee2a

net-mail/ytnef: x86 stable (bug #626858)

Package-Manager: Portage-2.3.43, Repoman-2.3.10

 net-mail/ytnef/ytnef-1.9.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-mail/ytnef/ytnef-1.9.3.ebuild 
b/net-mail/ytnef/ytnef-1.9.3.ebuild
index 511626ad589..9789444f67e 100644
--- a/net-mail/ytnef/ytnef-1.9.3.ebuild
+++ b/net-mail/ytnef/ytnef-1.9.3.ebuild
@@ -10,7 +10,7 @@ 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"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc x86"
 IUSE="static-libs"
 
 DEPEND="sys-devel/libtool"



[gentoo-commits] repo/gentoo:master commit in: net-mail/ytnef/

2018-07-25 Thread Agostino Sarubbo
commit: 350e268459442e9c89a8f9bec24ac6fe43468b5a
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Jul 25 08:24:07 2018 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Jul 25 08:24:49 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=350e2684

net-mail/ytnef: amd64 stable wrt bug #626858

Package-Manager: Portage-2.3.40, Repoman-2.3.9
RepoMan-Options: --include-arches="amd64"

 net-mail/ytnef/ytnef-1.9.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-mail/ytnef/ytnef-1.9.3.ebuild 
b/net-mail/ytnef/ytnef-1.9.3.ebuild
index 8abb17fe70f..511626ad589 100644
--- a/net-mail/ytnef/ytnef-1.9.3.ebuild
+++ b/net-mail/ytnef/ytnef-1.9.3.ebuild
@@ -10,7 +10,7 @@ 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"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86"
 IUSE="static-libs"
 
 DEPEND="sys-devel/libtool"



[gentoo-commits] repo/gentoo:master commit in: net-mail/ytnef/

2018-07-23 Thread Lars Wendler
commit: bd0f6d34271b64a12b8be31378a2b58610e60a8f
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Jul 23 09:45:43 2018 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Jul 23 09:45:43 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd0f6d34

net-mail/ytnef: Security bump to version 1.9.3

This fixes the following CVEs:

CVE-2017-9470
CVE-2017-9471
CVE-2017-9474
CVE-2017-9058
CVE-2017-12142
CVE-2017-12141
CVE-2017-12144

Bug: https://bugs.gentoo.org/626858
Closes: https://bugs.gentoo.org/619156
Package-Manager: Portage-2.3.43, Repoman-2.3.10

 net-mail/ytnef/Manifest   |  1 +
 net-mail/ytnef/ytnef-1.9.3.ebuild | 31 +++
 2 files changed, 32 insertions(+)

diff --git a/net-mail/ytnef/Manifest b/net-mail/ytnef/Manifest
index 2ca9c286592..e791a2f44d1 100644
--- a/net-mail/ytnef/Manifest
+++ b/net-mail/ytnef/Manifest
@@ -1 +1,2 @@
 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.3.ebuild 
b/net-mail/ytnef/ytnef-1.9.3.ebuild
new file mode 100644
index 000..8abb17fe70f
--- /dev/null
+++ b/net-mail/ytnef/ytnef-1.9.3.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+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="static-libs"
+
+DEPEND="sys-devel/libtool"
+RDEPEND="dev-perl/MIME-tools"
+
+src_prepare() {
+   default
+   eautoreconf
+}
+
+src_configure() {
+   econf $(use_enable static-libs static)
+}
+
+src_install() {
+   default
+   find "${ED}" -name "*.la" -delete || die
+}



[gentoo-commits] repo/gentoo:master commit in: net-mail/ytnef/

2018-03-13 Thread Sergei Trofimovich
commit: 42f954c91f77e6a3575fb2e18b688bcceb64905d
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Tue Mar 13 15:39:40 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue Mar 13 20:23:18 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42f954c9

net-mail/ytnef: keyworded 1.9.2 for sparc, bug #614064

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="sparc"

 net-mail/ytnef/ytnef-1.9.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-mail/ytnef/ytnef-1.9.2.ebuild 
b/net-mail/ytnef/ytnef-1.9.2.ebuild
index c42ba7ce469..8bb751a6ad2 100644
--- a/net-mail/ytnef/ytnef-1.9.2.ebuild
+++ b/net-mail/ytnef/ytnef-1.9.2.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 @@ 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 x86"
+KEYWORDS="alpha amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc x86"
 IUSE=""
 
 DEPEND="sys-devel/libtool"



[gentoo-commits] repo/gentoo:master commit in: net-mail/ytnef/

2017-10-15 Thread Thomas Deutschmann
commit: 9f3a7e6de73fc7488d504e4200652cf34a35fabc
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Oct 15 22:06:19 2017 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Oct 15 22:08:47 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f3a7e6d

net-mail/ytnef: x86 stable (bug #625826)

Package-Manager: Portage-2.3.10, Repoman-2.3.3

 net-mail/ytnef/ytnef-1.9.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-mail/ytnef/ytnef-1.9.2.ebuild 
b/net-mail/ytnef/ytnef-1.9.2.ebuild
index c4d520f82c0..c42ba7ce469 100644
--- a/net-mail/ytnef/ytnef-1.9.2.ebuild
+++ b/net-mail/ytnef/ytnef-1.9.2.ebuild
@@ -10,7 +10,7 @@ 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 ~x86"
+KEYWORDS="alpha amd64 ~arm ~hppa ~ppc ~ppc64 x86"
 IUSE=""
 
 DEPEND="sys-devel/libtool"



[gentoo-commits] repo/gentoo:master commit in: net-mail/ytnef/

2017-07-31 Thread Tobias Klausmann
commit: b1e34c5f60668cfb7c5dd4437d5ce37324f3a9d8
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Mon Jul 31 12:19:49 2017 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Mon Jul 31 12:19:49 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1e34c5f

net-mail/ytnef-1.9.2-r0: amd64 stable

Gentoo-Bug: 625826

 net-mail/ytnef/ytnef-1.9.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-mail/ytnef/ytnef-1.9.2.ebuild 
b/net-mail/ytnef/ytnef-1.9.2.ebuild
index a73499e3849..453cb6edeb9 100644
--- a/net-mail/ytnef/ytnef-1.9.2.ebuild
+++ b/net-mail/ytnef/ytnef-1.9.2.ebuild
@@ -10,7 +10,7 @@ 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 ~x86"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
 IUSE=""
 
 DEPEND="sys-devel/libtool"



[gentoo-commits] repo/gentoo:master commit in: net-mail/ytnef/

2017-05-09 Thread Tobias Klausmann
commit: e8bd62e5d913164718455447df24c5f3c8549977
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Tue May  9 07:33:27 2017 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Tue May  9 07:48:55 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8bd62e5

net-mail/ytnef-1.9.2-r0: add ~alpha keyword

Gentoo-Bug: 614064

 net-mail/ytnef/ytnef-1.9.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-mail/ytnef/ytnef-1.9.2.ebuild 
b/net-mail/ytnef/ytnef-1.9.2.ebuild
index e0f8d30131f..a73499e3849 100644
--- a/net-mail/ytnef/ytnef-1.9.2.ebuild
+++ b/net-mail/ytnef/ytnef-1.9.2.ebuild
@@ -10,7 +10,7 @@ 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 ~arm ~hppa ~ppc ~ppc64 ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
 IUSE=""
 
 DEPEND="sys-devel/libtool"



[gentoo-commits] repo/gentoo:master commit in: net-mail/ytnef/

2017-03-31 Thread Michael Weber
commit: 081d12855a9d2c6c9f53f4a894b506f0409cb81d
Author: Michael Weber  gentoo  org>
AuthorDate: Fri Mar 31 10:53:43 2017 +
Commit: Michael Weber  gentoo  org>
CommitDate: Fri Mar 31 10:53:43 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=081d1285

net-mail/ytnef: add ~ppc64 keyword (bug 614064).

Package-Manager: Portage-2.3.5, Repoman-2.3.2
RepoMan-Options: --include-arches="arm arm64 ppc ppc64"

 net-mail/ytnef/ytnef-1.9.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-mail/ytnef/ytnef-1.9.2.ebuild 
b/net-mail/ytnef/ytnef-1.9.2.ebuild
index 24655c8d604..ed24815dfcc 100644
--- a/net-mail/ytnef/ytnef-1.9.2.ebuild
+++ b/net-mail/ytnef/ytnef-1.9.2.ebuild
@@ -10,7 +10,7 @@ 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 ~hppa ~x86"
+KEYWORDS="~amd64 ~hppa ~ppc64 ~x86"
 IUSE=""
 
 DEPEND="sys-devel/libtool"



[gentoo-commits] repo/gentoo:master commit in: net-mail/ytnef/

2017-03-27 Thread Jeroen Roovers
commit: 17a345088a8fd154cc18759a93763ca9b1e75485
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Mon Mar 27 20:05:46 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Mon Mar 27 20:05:46 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17a34508

net-mail/ytnef: Mark ~hppa (bug #614064).

Package-Manager: Portage-2.3.5, Repoman-2.3.2
RepoMan-Options: --ignore-arches

 net-mail/ytnef/ytnef-1.9.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-mail/ytnef/ytnef-1.9.2.ebuild 
b/net-mail/ytnef/ytnef-1.9.2.ebuild
index 2d63166ad4d..24655c8d604 100644
--- a/net-mail/ytnef/ytnef-1.9.2.ebuild
+++ b/net-mail/ytnef/ytnef-1.9.2.ebuild
@@ -10,7 +10,7 @@ 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"
+KEYWORDS="~amd64 ~hppa ~x86"
 IUSE=""
 
 DEPEND="sys-devel/libtool"



[gentoo-commits] repo/gentoo:master commit in: net-mail/ytnef/

2017-03-27 Thread Lars Wendler
commit: 992fec3c6a257a7c9dc8bf313c986f3de042beac
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Mar 27 07:25:49 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Mar 27 07:39:04 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=992fec3c

net-mail/ytnef: Initial commit.

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 net-mail/ytnef/Manifest   |  1 +
 net-mail/ytnef/metadata.xml   | 11 +++
 net-mail/ytnef/ytnef-1.9.2.ebuild | 21 +
 3 files changed, 33 insertions(+)

diff --git a/net-mail/ytnef/Manifest b/net-mail/ytnef/Manifest
new file mode 100644
index 000..868147591ed
--- /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 000..2c11b238d56
--- /dev/null
+++ b/net-mail/ytnef/metadata.xml
@@ -0,0 +1,11 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+  
+polynomia...@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 000..2d63166ad4d
--- /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
+}