[gentoo-commits] repo/gentoo:master commit in: net-libs/libetpan/

2024-04-23 Thread Bernard Cafarelli
commit: b57f7745a548c4104151f06d0da66a2d0266af6f
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Tue Apr 23 20:47:09 2024 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Tue Apr 23 20:47:09 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b57f7745

net-libs/libetpan: drop 1.9.4-r1

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

 net-libs/libetpan/libetpan-1.9.4-r1.ebuild | 77 --
 1 file changed, 77 deletions(-)

diff --git a/net-libs/libetpan/libetpan-1.9.4-r1.ebuild 
b/net-libs/libetpan/libetpan-1.9.4-r1.ebuild
deleted file mode 100644
index 554b43f6158a..
--- a/net-libs/libetpan/libetpan-1.9.4-r1.ebuild
+++ /dev/null
@@ -1,77 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit autotools
-
-DESCRIPTION="A portable, efficient middleware for different kinds of mail 
access"
-HOMEPAGE="https://libetpan.sourceforge.net/;
-SRC_URI="https://github.com/dinhviethoa/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~mips ppc ppc64 ~riscv sparc x86 
~amd64-linux ~x86-linux ~ppc-macos"
-IUSE="berkdb gnutls ipv6 liblockfile lmdb sasl ssl static-libs"
-
-# BerkDB is only supported up to version 6.0
-DEPEND="sys-libs/zlib
-   !lmdb? ( berkdb? ( sys-libs/db:= ) )
-   lmdb? ( dev-db/lmdb )
-   ssl? (
-   gnutls? ( net-libs/gnutls:= )
-   !gnutls? (
-   dev-libs/openssl:0=
-   )
-   )
-   sasl? ( dev-libs/cyrus-sasl:2 )
-   liblockfile? ( net-libs/liblockfile )"
-RDEPEND="${DEPEND}"
-
-PATCHES=(
-   "${FILESDIR}"/${PN}-1.0-nonnull.patch
-   "${FILESDIR}"/${PN}-1.9.4-berkdb_lookup.patch #519846
-   "${FILESDIR}"/${PN}-1.9.4-pkgconfig_file_no_ldflags.patch
-   "${FILESDIR}"/${P}-CVE-2020-15953.patch #734130
-)
-
-pkg_pretend() {
-   if use gnutls && ! use ssl ; then
-   ewarn "You have \"gnutls\" USE flag enabled but \"ssl\" USE 
flag disabled!"
-   ewarn "No ssl support will be available in ${PN}."
-   fi
-
-   if use berkdb && use lmdb ; then
-   ewarn "You have \"berkdb\" _and_ \"lmdb\" USE flags enabled."
-   ewarn "Using lmdb as cache DB!"
-   fi
-}
-
-src_prepare() {
-   default
-   eautoreconf
-}
-
-src_configure() {
-   # in Prefix emake uses SHELL=${BASH}, export CONFIG_SHELL to the same so
-   # libtool recognises it as valid shell (bug #300211)
-   use prefix && export CONFIG_SHELL=${BASH}
-   local myeconfargs=(
-   # --enable-debug simply injects "-O2 -g" into CFLAGS
-   --disable-debug
-   $(use_enable ipv6)
-   $(use_enable liblockfile lockfile)
-   $(use_enable static-libs static)
-   $(use_with sasl)
-   $(usex lmdb '--enable-lmdb --disable-db' "$(use_enable berkdb 
db) --disable-lmdb")
-   $(usex ssl "$(use_with gnutls) $(use_with !gnutls openssl)" 
'--without-gnutls --without-openssl')
-   )
-   econf "${myeconfargs[@]}"
-}
-
-src_install() {
-   default
-   find "${ED}" -name "*.la" -delete || die
-   if ! use static-libs ; then
-   find "${ED}" -name "*.a" -delete || die
-   fi
-}



[gentoo-commits] repo/gentoo:master commit in: net-libs/libetpan/

2024-04-23 Thread Sam James
commit: 67672bfa43f7166d6f7b1587c30165f723b1bb7d
Author: Sam James  gentoo  org>
AuthorDate: Tue Apr 23 20:38:11 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Apr 23 20:38:11 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67672bfa

net-libs/libetpan: Stabilize 1.9.4-r2 x86, #930506

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

 net-libs/libetpan/libetpan-1.9.4-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/libetpan/libetpan-1.9.4-r2.ebuild 
b/net-libs/libetpan/libetpan-1.9.4-r2.ebuild
index a2e35d3e66ce..57d291f1fa06 100644
--- a/net-libs/libetpan/libetpan-1.9.4-r2.ebuild
+++ b/net-libs/libetpan/libetpan-1.9.4-r2.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://github.com/dinhviethoa/${PN}/archive/${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~mips ppc ppc64 ~riscv sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~mips ppc ppc64 ~riscv sparc x86 
~amd64-linux ~x86-linux ~ppc-macos"
 IUSE="berkdb gnutls ipv6 liblockfile lmdb sasl ssl static-libs"
 
 # BerkDB is only supported up to version 6.0



[gentoo-commits] repo/gentoo:master commit in: net-libs/libetpan/

2024-04-23 Thread Sam James
commit: a1ab28c4513f84c47e77d18c7561abd290713b8a
Author: Sam James  gentoo  org>
AuthorDate: Tue Apr 23 20:38:10 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Apr 23 20:38:10 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1ab28c4

net-libs/libetpan: Stabilize 1.9.4-r2 amd64, #930506

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

 net-libs/libetpan/libetpan-1.9.4-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/libetpan/libetpan-1.9.4-r2.ebuild 
b/net-libs/libetpan/libetpan-1.9.4-r2.ebuild
index d08476d1ff36..a2e35d3e66ce 100644
--- a/net-libs/libetpan/libetpan-1.9.4-r2.ebuild
+++ b/net-libs/libetpan/libetpan-1.9.4-r2.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://github.com/dinhviethoa/${PN}/archive/${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~mips ppc ppc64 ~riscv sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~mips ppc ppc64 ~riscv sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos"
 IUSE="berkdb gnutls ipv6 liblockfile lmdb sasl ssl static-libs"
 
 # BerkDB is only supported up to version 6.0



[gentoo-commits] repo/gentoo:master commit in: net-libs/libetpan/

2024-04-23 Thread Arthur Zamarin
commit: cacaf2cb9f3ddfe8987278c6ab3b4f8d9953371f
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Apr 23 17:10:37 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Apr 23 17:10:37 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cacaf2cb

net-libs/libetpan: Stabilize 1.9.4-r2 arm64, #930506

Signed-off-by: Arthur Zamarin  gentoo.org>

 net-libs/libetpan/libetpan-1.9.4-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/libetpan/libetpan-1.9.4-r2.ebuild 
b/net-libs/libetpan/libetpan-1.9.4-r2.ebuild
index d43a0f7ebefe..4da13fbae033 100644
--- a/net-libs/libetpan/libetpan-1.9.4-r2.ebuild
+++ b/net-libs/libetpan/libetpan-1.9.4-r2.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://github.com/dinhviethoa/${PN}/archive/${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos"
 IUSE="berkdb gnutls ipv6 liblockfile lmdb sasl ssl static-libs"
 
 # BerkDB is only supported up to version 6.0



[gentoo-commits] repo/gentoo:master commit in: net-libs/libetpan/

2024-04-23 Thread Arthur Zamarin
commit: 149048c0c9eb58d58d1af4134e793e1a95cbef73
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Apr 23 17:10:39 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Apr 23 17:10:39 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=149048c0

net-libs/libetpan: Stabilize 1.9.4-r2 sparc, #930506

Signed-off-by: Arthur Zamarin  gentoo.org>

 net-libs/libetpan/libetpan-1.9.4-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/libetpan/libetpan-1.9.4-r2.ebuild 
b/net-libs/libetpan/libetpan-1.9.4-r2.ebuild
index c884ccd422b4..d08476d1ff36 100644
--- a/net-libs/libetpan/libetpan-1.9.4-r2.ebuild
+++ b/net-libs/libetpan/libetpan-1.9.4-r2.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://github.com/dinhviethoa/${PN}/archive/${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~mips ppc ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~mips ppc ppc64 ~riscv sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos"
 IUSE="berkdb gnutls ipv6 liblockfile lmdb sasl ssl static-libs"
 
 # BerkDB is only supported up to version 6.0



[gentoo-commits] repo/gentoo:master commit in: net-libs/libetpan/

2024-04-23 Thread Arthur Zamarin
commit: 989446d85be66509907f050990f06934f322da58
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Apr 23 17:10:38 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Apr 23 17:10:38 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=989446d8

net-libs/libetpan: Stabilize 1.9.4-r2 ppc, #930506

Signed-off-by: Arthur Zamarin  gentoo.org>

 net-libs/libetpan/libetpan-1.9.4-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/libetpan/libetpan-1.9.4-r2.ebuild 
b/net-libs/libetpan/libetpan-1.9.4-r2.ebuild
index 22114fece621..c884ccd422b4 100644
--- a/net-libs/libetpan/libetpan-1.9.4-r2.ebuild
+++ b/net-libs/libetpan/libetpan-1.9.4-r2.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://github.com/dinhviethoa/${PN}/archive/${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~mips ~ppc ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~mips ppc ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos"
 IUSE="berkdb gnutls ipv6 liblockfile lmdb sasl ssl static-libs"
 
 # BerkDB is only supported up to version 6.0



[gentoo-commits] repo/gentoo:master commit in: net-libs/libetpan/

2024-04-23 Thread Arthur Zamarin
commit: 99c7e474631c38b55682811fb67b7980e0b3ea2a
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Apr 23 17:10:38 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Apr 23 17:10:38 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99c7e474

net-libs/libetpan: Stabilize 1.9.4-r2 ppc64, #930506

Signed-off-by: Arthur Zamarin  gentoo.org>

 net-libs/libetpan/libetpan-1.9.4-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/libetpan/libetpan-1.9.4-r2.ebuild 
b/net-libs/libetpan/libetpan-1.9.4-r2.ebuild
index 4da13fbae033..22114fece621 100644
--- a/net-libs/libetpan/libetpan-1.9.4-r2.ebuild
+++ b/net-libs/libetpan/libetpan-1.9.4-r2.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://github.com/dinhviethoa/${PN}/archive/${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~mips ~ppc ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos"
 IUSE="berkdb gnutls ipv6 liblockfile lmdb sasl ssl static-libs"
 
 # BerkDB is only supported up to version 6.0



[gentoo-commits] repo/gentoo:master commit in: net-libs/libetpan/

2024-04-23 Thread Arthur Zamarin
commit: 00d0e7f3dbb6fb31f89b67ee3fd2ef4780f575b7
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Apr 23 17:10:36 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Apr 23 17:10:36 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00d0e7f3

net-libs/libetpan: Stabilize 1.9.4-r2 arm, #930506

Signed-off-by: Arthur Zamarin  gentoo.org>

 net-libs/libetpan/libetpan-1.9.4-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/libetpan/libetpan-1.9.4-r2.ebuild 
b/net-libs/libetpan/libetpan-1.9.4-r2.ebuild
index 149c51e7ac5f..d43a0f7ebefe 100644
--- a/net-libs/libetpan/libetpan-1.9.4-r2.ebuild
+++ b/net-libs/libetpan/libetpan-1.9.4-r2.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://github.com/dinhviethoa/${PN}/archive/${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos"
 IUSE="berkdb gnutls ipv6 liblockfile lmdb sasl ssl static-libs"
 
 # BerkDB is only supported up to version 6.0



[gentoo-commits] repo/gentoo:master commit in: net-libs/libetpan/files/, net-libs/libetpan/

2024-04-22 Thread Bernard Cafarelli
commit: cbf4ae0b94c68b61515b0db19ac301ca8743deb8
Author: Christopher Fore  posteo  net>
AuthorDate: Mon Apr 22 04:05:04 2024 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Mon Apr 22 15:51:30 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbf4ae0b

net-libs/libetpan: Add patch for CVE-2022-4121

- Also bump EAPI to version 8
- Build succeeds on amd64
  - Tests don't seem to run

Bug: https://bugs.gentoo.org/891263
Signed-off-by: Christopher Fore  posteo.net>
Closes: https://github.com/gentoo/gentoo/pull/36351
Signed-off-by: Bernard Cafarelli  gentoo.org>

 .../files/libetpan-1.9.4-CVE-2022-4121.patch   | 29 
 net-libs/libetpan/libetpan-1.9.4-r2.ebuild | 78 ++
 2 files changed, 107 insertions(+)

diff --git a/net-libs/libetpan/files/libetpan-1.9.4-CVE-2022-4121.patch 
b/net-libs/libetpan/files/libetpan-1.9.4-CVE-2022-4121.patch
new file mode 100644
index ..2d97ac8e972e
--- /dev/null
+++ b/net-libs/libetpan/files/libetpan-1.9.4-CVE-2022-4121.patch
@@ -0,0 +1,29 @@
+From 5c9eb6b6ba64c4eb927d7a902317410181aacbba Mon Sep 17 00:00:00 2001
+From: Hoa Dinh 
+Date: Mon, 19 Dec 2022 08:16:32 -0800
+Subject: [PATCH] Fixed crash when st_info_list is NULL. Fixes #420. Fixes
+ CVE-2022-4121.
+
+---
+ src/low-level/imap/mailimap_types.c | 8 +---
+ 1 file changed, 5 insertions(+), 3 deletions(-)
+
+diff --git a/src/low-level/imap/mailimap_types.c 
b/src/low-level/imap/mailimap_types.c
+index 9923125c..79a0cc23 100644
+--- a/src/low-level/imap/mailimap_types.c
 b/src/low-level/imap/mailimap_types.c
+@@ -1389,9 +1389,11 @@ void
+ mailimap_mailbox_data_status_free(struct mailimap_mailbox_data_status * info)
+ {
+   mailimap_mailbox_free(info->st_mailbox);
+-  clist_foreach(info->st_info_list, (clist_func) mailimap_status_info_free,
+-   NULL);
+-  clist_free(info->st_info_list);
++  if (info->st_info_list != NULL) {
++clist_foreach(info->st_info_list, (clist_func) mailimap_status_info_free,
++  NULL);
++clist_free(info->st_info_list);
++  }
+   free(info);
+ }
+ 

diff --git a/net-libs/libetpan/libetpan-1.9.4-r2.ebuild 
b/net-libs/libetpan/libetpan-1.9.4-r2.ebuild
new file mode 100644
index ..149c51e7ac5f
--- /dev/null
+++ b/net-libs/libetpan/libetpan-1.9.4-r2.ebuild
@@ -0,0 +1,78 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+inherit autotools
+
+DESCRIPTION="A portable, efficient middleware for different kinds of mail 
access"
+HOMEPAGE="https://libetpan.sourceforge.net/;
+SRC_URI="https://github.com/dinhviethoa/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos"
+IUSE="berkdb gnutls ipv6 liblockfile lmdb sasl ssl static-libs"
+
+# BerkDB is only supported up to version 6.0
+DEPEND="sys-libs/zlib
+   !lmdb? ( berkdb? ( sys-libs/db:= ) )
+   lmdb? ( dev-db/lmdb )
+   ssl? (
+   gnutls? ( net-libs/gnutls:= )
+   !gnutls? (
+   dev-libs/openssl:0=
+   )
+   )
+   sasl? ( dev-libs/cyrus-sasl:2 )
+   liblockfile? ( net-libs/liblockfile )"
+RDEPEND="${DEPEND}"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-1.0-nonnull.patch
+   "${FILESDIR}"/${PN}-1.9.4-berkdb_lookup.patch #519846
+   "${FILESDIR}"/${PN}-1.9.4-pkgconfig_file_no_ldflags.patch
+   "${FILESDIR}"/${P}-CVE-2020-15953.patch #734130
+   "${FILESDIR}"/${P}-CVE-2022-4121.patch #891263
+)
+
+pkg_pretend() {
+   if use gnutls && ! use ssl ; then
+   ewarn "You have \"gnutls\" USE flag enabled but \"ssl\" USE 
flag disabled!"
+   ewarn "No ssl support will be available in ${PN}."
+   fi
+
+   if use berkdb && use lmdb ; then
+   ewarn "You have \"berkdb\" _and_ \"lmdb\" USE flags enabled."
+   ewarn "Using lmdb as cache DB!"
+   fi
+}
+
+src_prepare() {
+   default
+   eautoreconf
+}
+
+src_configure() {
+   # in Prefix emake uses SHELL=${BASH}, export CONFIG_SHELL to the same so
+   # libtool recognises it as valid shell (bug #300211)
+   use prefix && export CONFIG_SHELL=${BASH}
+   local myeconfargs=(
+   # --enable-debug simply injects "-O2 -g" into CFLAGS
+   --disable-debug
+   $(use_enable ipv6)
+   $(use_enable liblockfile lockfile)
+   $(use_enable static-libs static)
+   $(use_with sasl)
+   $(usex lmdb '--enable-lmdb --disable-db' "$(use_enable berkdb 
db) --disable-lmdb")
+   $(usex ssl "$(use_with gnutls) $(use_with !gnutls openssl)" 
'--without-gnutls --without-openssl')
+   )
+   econf "${myeconfargs[@]}"
+}
+
+src_install() {
+   default
+   find "${ED}" -name "*.la" -delete || die
+   if ! use static-libs ; then
+ 

[gentoo-commits] repo/gentoo:master commit in: net-libs/libetpan/

2022-07-10 Thread Bernard Cafarelli
commit: 89e98a1800155e7baf306266fd4bf02295ec061f
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Sun Jul 10 12:43:23 2022 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Sun Jul 10 12:55:03 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89e98a18

net-libs/libetpan: add myself as a maintainer

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

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

diff --git a/net-libs/libetpan/metadata.xml b/net-libs/libetpan/metadata.xml
index d2f539456b7b..3bb8281ff4b6 100644
--- a/net-libs/libetpan/metadata.xml
+++ b/net-libs/libetpan/metadata.xml
@@ -1,7 +1,10 @@
 
 https://www.gentoo.org/dtd/metadata.dtd;>
 
-   
+   
+   voyag...@gentoo.org
+   Bernard Cafarelli
+   

libEtPan ! is a mail purpose library. It will be used for 
low-level mail
handling : network protocols (IMAP/NNTP/POP3/SMTP over TCP/IP 
and



[gentoo-commits] repo/gentoo:master commit in: net-libs/libetpan/

2021-09-25 Thread Marek Szuba
commit: 1a90aff5e34a68faa6182b0cefc30fe94dddb18e
Author: Marek Szuba  gentoo  org>
AuthorDate: Sat Sep 25 18:48:46 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Sat Sep 25 21:59:30 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a90aff5

net-libs/libetpan: keyword 1.9.4-r1 for ~riscv

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

 net-libs/libetpan/libetpan-1.9.4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/libetpan/libetpan-1.9.4-r1.ebuild 
b/net-libs/libetpan/libetpan-1.9.4-r1.ebuild
index 73576da4da6..73e3f2ae838 100644
--- a/net-libs/libetpan/libetpan-1.9.4-r1.ebuild
+++ b/net-libs/libetpan/libetpan-1.9.4-r1.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://github.com/dinhviethoa/${PN}/archive/${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~mips ppc ppc64 sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~mips ppc ppc64 ~riscv sparc x86 
~amd64-linux ~x86-linux ~ppc-macos"
 IUSE="berkdb gnutls ipv6 liblockfile lmdb sasl ssl static-libs"
 
 # BerkDB is only supported up to version 6.0



[gentoo-commits] repo/gentoo:master commit in: net-libs/libetpan/

2021-05-02 Thread Mikle Kolyada
commit: c1f83d2620f52907a96c1a690895f202fb7f1879
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun May  2 10:08:19 2021 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun May  2 10:16:33 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1f83d26

net-libs/libetpan: remove libressl support

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Mikle Kolyada  gentoo.org>

 net-libs/libetpan/libetpan-1.9.4-r1.ebuild | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/net-libs/libetpan/libetpan-1.9.4-r1.ebuild 
b/net-libs/libetpan/libetpan-1.9.4-r1.ebuild
index 760073c0c5a..73576da4da6 100644
--- a/net-libs/libetpan/libetpan-1.9.4-r1.ebuild
+++ b/net-libs/libetpan/libetpan-1.9.4-r1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/dinhviethoa/${PN}/archive/${PV}.tar.gz -> ${P}.tar.g
 LICENSE="BSD"
 SLOT="0"
 KEYWORDS="~alpha amd64 arm arm64 ~hppa ~mips ppc ppc64 sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos"
-IUSE="berkdb gnutls ipv6 liblockfile libressl lmdb sasl ssl static-libs"
+IUSE="berkdb gnutls ipv6 liblockfile lmdb sasl ssl static-libs"
 
 # BerkDB is only supported up to version 6.0
 DEPEND="sys-libs/zlib
@@ -20,8 +20,7 @@ DEPEND="sys-libs/zlib
ssl? (
gnutls? ( net-libs/gnutls:= )
!gnutls? (
-   !libressl? ( dev-libs/openssl:0= )
-   libressl? ( dev-libs/libressl:0= )
+   dev-libs/openssl:0=
)
)
sasl? ( dev-libs/cyrus-sasl:2 )



[gentoo-commits] repo/gentoo:master commit in: net-libs/libetpan/

2021-03-30 Thread Sam James
commit: 2214ff85dc8ad4df94de2084dd195b8448c0250c
Author: Sam James  gentoo  org>
AuthorDate: Tue Mar 30 00:24:53 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Mar 30 00:28:17 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2214ff85

net-libs/libetpan: Stabilize 1.9.4-r1 arm64, #769764

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

 net-libs/libetpan/libetpan-1.9.4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/libetpan/libetpan-1.9.4-r1.ebuild 
b/net-libs/libetpan/libetpan-1.9.4-r1.ebuild
index 596b7ddb55b..760073c0c5a 100644
--- a/net-libs/libetpan/libetpan-1.9.4-r1.ebuild
+++ b/net-libs/libetpan/libetpan-1.9.4-r1.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://github.com/dinhviethoa/${PN}/archive/${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~mips ppc ppc64 sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~mips ppc ppc64 sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos"
 IUSE="berkdb gnutls ipv6 liblockfile libressl lmdb sasl ssl static-libs"
 
 # BerkDB is only supported up to version 6.0



[gentoo-commits] repo/gentoo:master commit in: net-libs/libetpan/

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

net-libs/libetpan: Stabilize 1.9.4-r1 arm, #769764

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

 net-libs/libetpan/libetpan-1.9.4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/libetpan/libetpan-1.9.4-r1.ebuild 
b/net-libs/libetpan/libetpan-1.9.4-r1.ebuild
index b2a3b73aff0..596b7ddb55b 100644
--- a/net-libs/libetpan/libetpan-1.9.4-r1.ebuild
+++ b/net-libs/libetpan/libetpan-1.9.4-r1.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://github.com/dinhviethoa/${PN}/archive/${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~mips ppc ppc64 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~mips ppc ppc64 sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos"
 IUSE="berkdb gnutls ipv6 liblockfile libressl lmdb sasl ssl static-libs"
 
 # BerkDB is only supported up to version 6.0



[gentoo-commits] repo/gentoo:master commit in: net-libs/libetpan/, net-libs/libetpan/files/

2020-07-30 Thread Lars Wendler
commit: 8bd0471b2367f4fa7a9f12bf333178b4f7e33f90
Author: Lars Wendler  gentoo  org>
AuthorDate: Thu Jul 30 21:15:03 2020 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Thu Jul 30 21:15:33 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8bd0471b

net-libs/libetpan: Security cleanup

Bug: https://bugs.gentoo.org/734130
Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Lars Wendler  gentoo.org>

 net-libs/libetpan/Manifest |  1 -
 .../files/libetpan-1.9.3-missing-stddev_h.patch| 30 -
 net-libs/libetpan/libetpan-1.9.3.ebuild| 77 --
 net-libs/libetpan/libetpan-1.9.4.ebuild| 77 --
 4 files changed, 185 deletions(-)

diff --git a/net-libs/libetpan/Manifest b/net-libs/libetpan/Manifest
index d37beb8e3f4..667fb19ac96 100644
--- a/net-libs/libetpan/Manifest
+++ b/net-libs/libetpan/Manifest
@@ -1,2 +1 @@
-DIST libetpan-1.9.3.tar.gz 549 BLAKE2B 
1664d93b112410a86935438aae5ff40202a9c10675701d40b60edf81e4f8bac45fb1f407e03714a37465c41a22c1b9fcbbc517d76dc47f812e154c932e05e600
 SHA512 
66e504fbf82445819845a3f1dcb8dc48ad2440993134d43752c754463cee2434a30080718687cd05c579f0da8df6b0f6dfc7572f2882d0dd9dfd327b4ae11fd6
 DIST libetpan-1.9.4.tar.gz 525 BLAKE2B 
dd98169134b7448d3dd129814d8011a3fa915b16f4763344230a89d02626b64ddea57495b4c21fd8f651164c36c95ad98ee9db073273b230e6af403b845aa681
 SHA512 
7b7047d084fb4ce0c91821c2ad78e921d6d009106851afb7f5b068713c84ebe6926f6bf7a7423f263eeebef617511e44f6b65448d892bbc058c447235fd55c0f

diff --git a/net-libs/libetpan/files/libetpan-1.9.3-missing-stddev_h.patch 
b/net-libs/libetpan/files/libetpan-1.9.3-missing-stddev_h.patch
deleted file mode 100644
index 9d53f90190b..000
--- a/net-libs/libetpan/files/libetpan-1.9.3-missing-stddev_h.patch
+++ /dev/null
@@ -1,30 +0,0 @@
-commit da9fd7839c9affea48f74a159a789fbb183b4be1
-Author: maxice8 <30738253+maxi...@users.noreply.github.com>
-Date:   Fri Feb 1 01:58:08 2019 -0200
-
-add missing stddef.h include for 'NULL' (#322)
-
-clientid.c: In function 'mailimap_clientid':
-clientid.c:66:38: error: 'NULL' undeclared (first use in this function)
-   if (mailimap_read_line(session) == NULL)
-  ^~~~
-clientid.c:66:38: note: 'NULL' is defined in header ''; did you 
forget to '#include '?
-clientid.c:39:1:
-+#include 
-
-clientid.c:66:38:
-   if (mailimap_read_line(session) == NULL)
-
-diff --git a/src/low-level/imap/clientid.c b/src/low-level/imap/clientid.c
-index 1c34637..38880dd 100644
 a/src/low-level/imap/clientid.c
-+++ b/src/low-level/imap/clientid.c
-@@ -33,6 +33,8 @@
- # include 
- #endif
- 
-+#include 
-+
- #include "mailimap_sender.h"
- #include "clientid_sender.h"
- #include "clientid.h"

diff --git a/net-libs/libetpan/libetpan-1.9.3.ebuild 
b/net-libs/libetpan/libetpan-1.9.3.ebuild
deleted file mode 100644
index 8fb6d3cd1d9..000
--- a/net-libs/libetpan/libetpan-1.9.3.ebuild
+++ /dev/null
@@ -1,77 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit autotools
-
-DESCRIPTION="A portable, efficient middleware for different kinds of mail 
access"
-HOMEPAGE="http://libetpan.sourceforge.net/;
-SRC_URI="https://github.com/dinhviethoa/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm hppa ~mips ppc ppc64 sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x86-macos"
-IUSE="berkdb gnutls ipv6 liblockfile libressl lmdb sasl ssl static-libs"
-
-# BerkDB is only supported up to version 6.0
-DEPEND="sys-libs/zlib
-   !lmdb? ( berkdb? ( http://libetpan.sourceforge.net/;
-SRC_URI="https://github.com/dinhviethoa/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x86-macos"
-IUSE="berkdb gnutls ipv6 liblockfile libressl lmdb sasl ssl static-libs"
-
-# BerkDB is only supported up to version 6.0
-DEPEND="sys-libs/zlib
-   !lmdb? ( berkdb? ( sys-libs/db:= ) )
-   lmdb? ( dev-db/lmdb )
-   ssl? (
-   gnutls? ( net-libs/gnutls:= )
-   !gnutls? (
-   !libressl? ( dev-libs/openssl:0= )
-   libressl? ( dev-libs/libressl:0= )
-   )
-   )
-   sasl? ( dev-libs/cyrus-sasl:2 )
-   liblockfile? ( net-libs/liblockfile )"
-RDEPEND="${DEPEND}"
-
-PATCHES=(
-   "${FILESDIR}"/${PN}-1.0-nonnull.patch
-   "${FILESDIR}"/${PN}-1.9.4-berkdb_lookup.patch #519846
-   "${FILESDIR}"/${PN}-1.9.4-pkgconfig_file_no_ldflags.patch
-)
-
-pkg_pretend() {
-   if use gnutls && ! use ssl ; then
-   ewarn "You have \"gnutls\" USE flag enabled but \"ssl\" USE 
flag disabled!"
-   ewarn "No ssl support will be available in ${PN}."
-   fi
-
-   

[gentoo-commits] repo/gentoo:master commit in: net-libs/libetpan/

2020-07-30 Thread Sergei Trofimovich
commit: 27649eaf0a87c392b6359b79b7bb4b3a78e5bef5
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Thu Jul 30 20:40:05 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Jul 30 20:53:49 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27649eaf

net-libs/libetpan: stable 1.9.4-r1 for hppa, bug #734130

Package-Manager: Portage-2.3.103, Repoman-2.3.23
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 net-libs/libetpan/libetpan-1.9.4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/libetpan/libetpan-1.9.4-r1.ebuild 
b/net-libs/libetpan/libetpan-1.9.4-r1.ebuild
index fb7ea1b6a7d..ccf8dbd5736 100644
--- a/net-libs/libetpan/libetpan-1.9.4-r1.ebuild
+++ b/net-libs/libetpan/libetpan-1.9.4-r1.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://github.com/dinhviethoa/${PN}/archive/${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~mips ppc ppc64 sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="~alpha amd64 ~arm hppa ~mips ppc ppc64 sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x86-macos"
 IUSE="berkdb gnutls ipv6 liblockfile libressl lmdb sasl ssl static-libs"
 
 # BerkDB is only supported up to version 6.0



[gentoo-commits] repo/gentoo:master commit in: net-libs/libetpan/

2020-07-29 Thread Sam James
commit: 68068c015478f2c0ddd8df0aca6ecb03388c966a
Author: Sam James  gentoo  org>
AuthorDate: Wed Jul 29 16:07:58 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Jul 29 16:21:19 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68068c01

net-libs/libetpan: ppc stable (bug #734130)

Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Sam James  gentoo.org>

 net-libs/libetpan/libetpan-1.9.4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/libetpan/libetpan-1.9.4-r1.ebuild 
b/net-libs/libetpan/libetpan-1.9.4-r1.ebuild
index 2e4e8058945..fb7ea1b6a7d 100644
--- a/net-libs/libetpan/libetpan-1.9.4-r1.ebuild
+++ b/net-libs/libetpan/libetpan-1.9.4-r1.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://github.com/dinhviethoa/${PN}/archive/${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~mips ~ppc ppc64 sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~mips ppc ppc64 sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x86-macos"
 IUSE="berkdb gnutls ipv6 liblockfile libressl lmdb sasl ssl static-libs"
 
 # BerkDB is only supported up to version 6.0



[gentoo-commits] repo/gentoo:master commit in: net-libs/libetpan/

2020-07-29 Thread Sam James
commit: 50f93655b131369bbd8c051ef0b3e896ef25887c
Author: Sam James  gentoo  org>
AuthorDate: Wed Jul 29 16:02:17 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Jul 29 16:21:18 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50f93655

net-libs/libetpan: ppc64 stable (bug #734130)

Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Sam James  gentoo.org>

 net-libs/libetpan/libetpan-1.9.4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/libetpan/libetpan-1.9.4-r1.ebuild 
b/net-libs/libetpan/libetpan-1.9.4-r1.ebuild
index 6612368f40b..2e4e8058945 100644
--- a/net-libs/libetpan/libetpan-1.9.4-r1.ebuild
+++ b/net-libs/libetpan/libetpan-1.9.4-r1.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://github.com/dinhviethoa/${PN}/archive/${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~mips ~ppc ~ppc64 sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~mips ~ppc ppc64 sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x86-macos"
 IUSE="berkdb gnutls ipv6 liblockfile libressl lmdb sasl ssl static-libs"
 
 # BerkDB is only supported up to version 6.0



[gentoo-commits] repo/gentoo:master commit in: net-libs/libetpan/

2020-07-28 Thread Sam James
commit: 33a8c5e0f12404996c6dfa02214af45b187b8f81
Author: Sam James  gentoo  org>
AuthorDate: Wed Jul 29 05:39:24 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Jul 29 05:39:44 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33a8c5e0

net-libs/libetpan: sparc stable (bug #734130)

Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Sam James  gentoo.org>

 net-libs/libetpan/libetpan-1.9.4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/libetpan/libetpan-1.9.4-r1.ebuild 
b/net-libs/libetpan/libetpan-1.9.4-r1.ebuild
index 8f037d7d944..6612368f40b 100644
--- a/net-libs/libetpan/libetpan-1.9.4-r1.ebuild
+++ b/net-libs/libetpan/libetpan-1.9.4-r1.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://github.com/dinhviethoa/${PN}/archive/${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~mips ~ppc ~ppc64 sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x86-macos"
 IUSE="berkdb gnutls ipv6 liblockfile libressl lmdb sasl ssl static-libs"
 
 # BerkDB is only supported up to version 6.0



[gentoo-commits] repo/gentoo:master commit in: net-libs/libetpan/

2020-07-27 Thread Sam James
commit: 5751408712aa551a7873b85c95679eb64440c100
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 27 23:22:18 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 27 23:22:18 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57514087

net-libs/libetpan: amd64 stable (bug #734130)

Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Sam James  gentoo.org>

 net-libs/libetpan/libetpan-1.9.4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/libetpan/libetpan-1.9.4-r1.ebuild 
b/net-libs/libetpan/libetpan-1.9.4-r1.ebuild
index c823bf3eb59..8f037d7d944 100644
--- a/net-libs/libetpan/libetpan-1.9.4-r1.ebuild
+++ b/net-libs/libetpan/libetpan-1.9.4-r1.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://github.com/dinhviethoa/${PN}/archive/${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x86-macos"
 IUSE="berkdb gnutls ipv6 liblockfile libressl lmdb sasl ssl static-libs"
 
 # BerkDB is only supported up to version 6.0



[gentoo-commits] repo/gentoo:master commit in: net-libs/libetpan/

2020-07-27 Thread Sam James
commit: 07ba98a155fc3bf56499ef018ad2dcd06601ffe7
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 27 23:21:47 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 27 23:21:47 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07ba98a1

net-libs/libetpan: x86 stable (bug #734130)

Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Sam James  gentoo.org>

 net-libs/libetpan/libetpan-1.9.4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/libetpan/libetpan-1.9.4-r1.ebuild 
b/net-libs/libetpan/libetpan-1.9.4-r1.ebuild
index 9c243979d6d..c823bf3eb59 100644
--- a/net-libs/libetpan/libetpan-1.9.4-r1.ebuild
+++ b/net-libs/libetpan/libetpan-1.9.4-r1.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://github.com/dinhviethoa/${PN}/archive/${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x86-macos"
 IUSE="berkdb gnutls ipv6 liblockfile libressl lmdb sasl ssl static-libs"
 
 # BerkDB is only supported up to version 6.0



[gentoo-commits] repo/gentoo:master commit in: net-libs/libetpan/, net-libs/libetpan/files/

2020-07-27 Thread Lars Wendler
commit: d7fe2e20aa1d6cecd9b076e4f0bbe06911576c66
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Jul 27 18:29:18 2020 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Jul 27 18:30:34 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7fe2e20

net-libs/libetpan: Security revbump to fix CVE-2020-15953

Bug: https://bugs.gentoo.org/734130
Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Lars Wendler  gentoo.org>

 .../files/libetpan-1.9.4-CVE-2020-15953.patch  | 86 ++
 net-libs/libetpan/libetpan-1.9.4-r1.ebuild | 78 
 2 files changed, 164 insertions(+)

diff --git a/net-libs/libetpan/files/libetpan-1.9.4-CVE-2020-15953.patch 
b/net-libs/libetpan/files/libetpan-1.9.4-CVE-2020-15953.patch
new file mode 100644
index 000..19e573569fa
--- /dev/null
+++ b/net-libs/libetpan/files/libetpan-1.9.4-CVE-2020-15953.patch
@@ -0,0 +1,86 @@
+From 1002a0121a8f5a9aee25357769807f2c519fa50b Mon Sep 17 00:00:00 2001
+From: Damian Poddebniak 
+Date: Fri, 24 Jul 2020 19:39:53 +0200
+Subject: [PATCH 1/2] Detect extra data after STARTTLS response and exit (#387)
+
+---
+ src/low-level/imap/mailimap.c | 7 +++
+ 1 file changed, 7 insertions(+)
+
+diff --git a/src/low-level/imap/mailimap.c b/src/low-level/imap/mailimap.c
+index bb17119..4ffcf55 100644
+--- a/src/low-level/imap/mailimap.c
 b/src/low-level/imap/mailimap.c
+@@ -2428,6 +2428,13 @@ int mailimap_starttls(mailimap * session)
+ 
+   mailimap_response_free(response);
+ 
++  // Detect if the server send extra data after the STARTTLS response.
++  // This *may* be a "response injection attack".
++  if (session->imap_stream->read_buffer_len != 0) {
++  // Since it is also an IMAP protocol violation, exit.
++  return MAILIMAP_ERROR_STARTTLS;
++  }
++
+   switch (error_code) {
+   case MAILIMAP_RESP_COND_STATE_OK:
+ return MAILIMAP_NO_ERROR;
+-- 
+2.28.0
+
+
+From 298460a2adaabd2f28f417a0f106cb3b68d27df9 Mon Sep 17 00:00:00 2001
+From: Fabian Ising 
+Date: Fri, 24 Jul 2020 19:40:48 +0200
+Subject: [PATCH 2/2] Detect extra data after STARTTLS responses in SMTP and
+ POP3 and exit (#388)
+
+* Detect extra data after STLS response and return error
+
+* Detect extra data after SMTP STARTTLS response and return error
+---
+ src/low-level/pop3/mailpop3.c | 8 
+ src/low-level/smtp/mailsmtp.c | 8 
+ 2 files changed, 16 insertions(+)
+
+diff --git a/src/low-level/pop3/mailpop3.c b/src/low-level/pop3/mailpop3.c
+index ab9535b..e2124bf 100644
+--- a/src/low-level/pop3/mailpop3.c
 b/src/low-level/pop3/mailpop3.c
+@@ -959,6 +959,14 @@ int mailpop3_stls(mailpop3 * f)
+ 
+   if (r != RESPONSE_OK)
+ return MAILPOP3_ERROR_STLS_NOT_SUPPORTED;
++
++  // Detect if the server send extra data after the STLS response.
++  // This *may* be a "response injection attack".
++  if (f->pop3_stream->read_buffer_len != 0) {
++// Since it is also protocol violation, exit.
++// There is no error type for STARTTLS errors in POP3
++return MAILPOP3_ERROR_SSL;
++  }
+   
+   return MAILPOP3_NO_ERROR;
+ }
+diff --git a/src/low-level/smtp/mailsmtp.c b/src/low-level/smtp/mailsmtp.c
+index b7fc459..3145cad 100644
+--- a/src/low-level/smtp/mailsmtp.c
 b/src/low-level/smtp/mailsmtp.c
+@@ -,6 +,14 @@ int mailesmtp_starttls(mailsmtp * session)
+ return MAILSMTP_ERROR_STREAM;
+   r = read_response(session);
+ 
++  // Detect if the server send extra data after the STARTTLS response.
++  // This *may* be a "response injection attack".
++  if (session->stream->read_buffer_len != 0) {
++// Since it is also protocol violation, exit.
++// There is no general error type for STARTTLS errors in SMTP
++return MAILSMTP_ERROR_SSL;
++  }
++
+   switch (r) {
+   case 220:
+ return MAILSMTP_NO_ERROR;
+-- 
+2.28.0
+

diff --git a/net-libs/libetpan/libetpan-1.9.4-r1.ebuild 
b/net-libs/libetpan/libetpan-1.9.4-r1.ebuild
new file mode 100644
index 000..9c243979d6d
--- /dev/null
+++ b/net-libs/libetpan/libetpan-1.9.4-r1.ebuild
@@ -0,0 +1,78 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit autotools
+
+DESCRIPTION="A portable, efficient middleware for different kinds of mail 
access"
+HOMEPAGE="http://libetpan.sourceforge.net/;
+SRC_URI="https://github.com/dinhviethoa/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x86-macos"
+IUSE="berkdb gnutls ipv6 liblockfile libressl lmdb sasl ssl static-libs"
+
+# BerkDB is only supported up to version 6.0
+DEPEND="sys-libs/zlib
+   !lmdb? ( berkdb? ( sys-libs/db:= ) )
+   lmdb? ( dev-db/lmdb )
+   ssl? (
+   gnutls? ( net-libs/gnutls:= )
+   !gnutls? (
+   !libressl? ( dev-libs/openssl:0= )
+   libressl? ( 

[gentoo-commits] repo/gentoo:master commit in: net-libs/libetpan/files/, net-libs/libetpan/

2019-11-05 Thread Lars Wendler
commit: 688ff0a0502de09115e883dc1a551ab6da13ae23
Author: Lars Wendler  gentoo  org>
AuthorDate: Tue Nov  5 15:56:55 2019 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Tue Nov  5 15:56:55 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=688ff0a0

net-libs/libetpan: Bump to version 1.9.4

Attempt to fix berkdb detection

Bug: https://bugs.gentoo.org/519846
Package-Manager: Portage-2.3.78, Repoman-2.3.17
Signed-off-by: Lars Wendler  gentoo.org>

 net-libs/libetpan/Manifest |  1 +
 .../files/libetpan-1.9.4-berkdb_lookup.patch   | 28 
 .../libetpan-1.9.4-pkgconfig_file_no_ldflags.patch | 24 +++
 net-libs/libetpan/libetpan-1.9.4.ebuild| 77 ++
 4 files changed, 130 insertions(+)

diff --git a/net-libs/libetpan/Manifest b/net-libs/libetpan/Manifest
index f27bf806618..d37beb8e3f4 100644
--- a/net-libs/libetpan/Manifest
+++ b/net-libs/libetpan/Manifest
@@ -1 +1,2 @@
 DIST libetpan-1.9.3.tar.gz 549 BLAKE2B 
1664d93b112410a86935438aae5ff40202a9c10675701d40b60edf81e4f8bac45fb1f407e03714a37465c41a22c1b9fcbbc517d76dc47f812e154c932e05e600
 SHA512 
66e504fbf82445819845a3f1dcb8dc48ad2440993134d43752c754463cee2434a30080718687cd05c579f0da8df6b0f6dfc7572f2882d0dd9dfd327b4ae11fd6
+DIST libetpan-1.9.4.tar.gz 525 BLAKE2B 
dd98169134b7448d3dd129814d8011a3fa915b16f4763344230a89d02626b64ddea57495b4c21fd8f651164c36c95ad98ee9db073273b230e6af403b845aa681
 SHA512 
7b7047d084fb4ce0c91821c2ad78e921d6d009106851afb7f5b068713c84ebe6926f6bf7a7423f263eeebef617511e44f6b65448d892bbc058c447235fd55c0f

diff --git a/net-libs/libetpan/files/libetpan-1.9.4-berkdb_lookup.patch 
b/net-libs/libetpan/files/libetpan-1.9.4-berkdb_lookup.patch
new file mode 100644
index 000..cfe0e8b5dc8
--- /dev/null
+++ b/net-libs/libetpan/files/libetpan-1.9.4-berkdb_lookup.patch
@@ -0,0 +1,28 @@
+From 1978a0d16bf7f14b863b208d55699b9f46918b7c Mon Sep 17 00:00:00 2001
+From: Lars Wendler 
+Date: Tue, 5 Nov 2019 16:31:53 +0100
+Subject: [PATCH] configure.ac: Only check reasonable berkdb versions
+
+https://bugs.gentoo.org/519846
+
+Signed-off-by: Lars Wendler 
+---
+ configure.ac | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/configure.ac b/configure.ac
+index 542f3bb..8f1edba 100644
+--- a/configure.ac
 b/configure.ac
+@@ -414,7 +414,7 @@ dnl Look for db3 or superior with db_create call
+   case "$DBVERS" in
+ 3)
+ AC_MSG_RESULT([version 3.x or above])
+-for lib in db-6.0 db-5.3 db-5.1 db-5.0 db-4.8 db-4.7 db-4.6 db-4.5 db-4.4 
db-4.3 db-4.2 db-4.1 db-4.0 db-4 db4 db-3.2 db-3 db3 db; do
++for lib in db-6.2 db-6.1 db-6.0 db-5.3 db-5.1 db-5.0 db-4.8 db; do
+   if test "x$DBLINKED" = "x0"; then
+ dnlAC_CHECK_LIB($lib, db_create, [DBLIB="-l$lib"; DBLINKED=1], [])
+ dnl installations of libdb4 function names are defined in db.h
+-- 
+2.24.0
+

diff --git 
a/net-libs/libetpan/files/libetpan-1.9.4-pkgconfig_file_no_ldflags.patch 
b/net-libs/libetpan/files/libetpan-1.9.4-pkgconfig_file_no_ldflags.patch
new file mode 100644
index 000..8dcb7fd1dc5
--- /dev/null
+++ b/net-libs/libetpan/files/libetpan-1.9.4-pkgconfig_file_no_ldflags.patch
@@ -0,0 +1,24 @@
+From 92bbf41fee9b88bd76377bbeed98fdb848f4af09 Mon Sep 17 00:00:00 2001
+From: Lars Wendler 
+Date: Tue, 5 Nov 2019 16:37:14 +0100
+Subject: [PATCH] libetpan.pc.in: Don't put user LDFLAGS into Libs
+
+Signed-off-by: Lars Wendler 
+---
+ libetpan.pc.in | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/libetpan.pc.in b/libetpan.pc.in
+index cbc1d2c..e0dc774 100644
+--- a/libetpan.pc.in
 b/libetpan.pc.in
+@@ -6,5 +6,5 @@ libdir=@libdir@
+ Name: libetpan
+ Description: Libetpan C library.
+ Version: @VERSION@
+-Libs: -L${libdir} -letpan@LIBSUFFIX@ @LDFLAGS@ @SSLLIBS@ @GNUTLSLIB@ 
@LIBICONV@ @DBLIB@ @LIBS@ @SASLLIBS@
++Libs: -L${libdir} -letpan@LIBSUFFIX@ @SSLLIBS@ @GNUTLSLIB@ @LIBICONV@ @DBLIB@ 
@LIBS@ @SASLLIBS@
+ Cflags: -I${includedir}
+-- 
+2.24.0
+

diff --git a/net-libs/libetpan/libetpan-1.9.4.ebuild 
b/net-libs/libetpan/libetpan-1.9.4.ebuild
new file mode 100644
index 000..373a43129b3
--- /dev/null
+++ b/net-libs/libetpan/libetpan-1.9.4.ebuild
@@ -0,0 +1,77 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit autotools
+
+DESCRIPTION="A portable, efficient middleware for different kinds of mail 
access"
+HOMEPAGE="http://libetpan.sourceforge.net/;
+SRC_URI="https://github.com/dinhviethoa/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x86-macos"
+IUSE="berkdb gnutls ipv6 liblockfile libressl lmdb sasl ssl static-libs"
+
+# BerkDB is only supported up to version 6.0
+DEPEND="sys-libs/zlib
+   !lmdb? ( berkdb? ( sys-libs/db:= ) )
+   lmdb? ( dev-db/lmdb )
+   ssl? (
+   gnutls? ( 

[gentoo-commits] repo/gentoo:master commit in: net-libs/libetpan/

2019-11-05 Thread Lars Wendler
commit: 4dd3a9669a8ca4dbfe27795ae5ba6ab1b5e61920
Author: Lars Wendler  gentoo  org>
AuthorDate: Tue Nov  5 15:04:08 2019 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Tue Nov  5 15:04:08 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4dd3a966

net-libs/libetpan: Take over maintenance

Package-Manager: Portage-2.3.78, Repoman-2.3.17
Signed-off-by: Lars Wendler  gentoo.org>

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

diff --git a/net-libs/libetpan/metadata.xml b/net-libs/libetpan/metadata.xml
index 9a31c81aef6..0d6cd469893 100644
--- a/net-libs/libetpan/metadata.xml
+++ b/net-libs/libetpan/metadata.xml
@@ -1,7 +1,10 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
+   
+   polynomia...@gentoo.org
+   Lars Wendler
+   

libEtPan ! is a mail purpose library. It will be used for 
low-level mail
handling : network protocols (IMAP/NNTP/POP3/SMTP over TCP/IP 
and



[gentoo-commits] repo/gentoo:master commit in: net-libs/libetpan/

2019-05-15 Thread Andreas Sturmlechner
commit: 7f300abfbeb7d52b01dc6d613074ee1bf5c9ebbb
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed May 15 15:30:37 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed May 15 18:38:01 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f300abf

net-libs/libetpan: Drop 1.8 and 1.9.2

Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 net-libs/libetpan/Manifest  |  2 -
 net-libs/libetpan/libetpan-1.8.ebuild   | 75 
 net-libs/libetpan/libetpan-1.9.2.ebuild | 76 -
 3 files changed, 153 deletions(-)

diff --git a/net-libs/libetpan/Manifest b/net-libs/libetpan/Manifest
index 7bebc449a5e..f27bf806618 100644
--- a/net-libs/libetpan/Manifest
+++ b/net-libs/libetpan/Manifest
@@ -1,3 +1 @@
-DIST libetpan-1.8.tar.gz 6188927 BLAKE2B 
730d9fc545ea2fbd4dbc0eaf3cdbd0540ec85984dee5448c5f22c83ad12e568a9e066e53734da96ef6a9c77942e5aea2eb241c2228f0ca7577755e67646aa589
 SHA512 
a5e97998803cc56dbd54356153c8579b52a9675fe95fbf642c3158215428d9d2cb30c4e0060c5f4dd760634fff5b1c2a32ce4bb70a5f2bc6398a071ce95e1efd
-DIST libetpan-1.9.2.tar.gz 6191522 BLAKE2B 
a5b3b93c94596d64b49150680a2599c930b5f010d29be7fbd325e43ba82b8d61032bae65155d2c5e0e2bbcd219db3d916b10a6ce5a98df2ac31fb88811491d71
 SHA512 
3e2e1de77fae2212374e909d15ed8564eee90883c38fee0ca69f58785733b1ac2df848da1bda6f55577d647e0ad27bc3057199e70b6ef01f2a7e2823b24113ba
 DIST libetpan-1.9.3.tar.gz 549 BLAKE2B 
1664d93b112410a86935438aae5ff40202a9c10675701d40b60edf81e4f8bac45fb1f407e03714a37465c41a22c1b9fcbbc517d76dc47f812e154c932e05e600
 SHA512 
66e504fbf82445819845a3f1dcb8dc48ad2440993134d43752c754463cee2434a30080718687cd05c579f0da8df6b0f6dfc7572f2882d0dd9dfd327b4ae11fd6

diff --git a/net-libs/libetpan/libetpan-1.8.ebuild 
b/net-libs/libetpan/libetpan-1.8.ebuild
deleted file mode 100644
index b6dfb6cdbfb..000
--- a/net-libs/libetpan/libetpan-1.8.ebuild
+++ /dev/null
@@ -1,75 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit autotools
-
-DESCRIPTION="A portable, efficient middleware for different kinds of mail 
access"
-HOMEPAGE="http://libetpan.sourceforge.net/;
-SRC_URI="https://github.com/dinhviethoa/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="alpha amd64 ~arm hppa ~mips ppc ppc64 sparc x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
-IUSE="berkdb debug gnutls ipv6 liblockfile libressl sasl ssl static-libs"
-
-DEPEND="sys-libs/zlib
-   berkdb? ( sys-libs/db:= )
-   ssl? (
-   gnutls? ( net-libs/gnutls:= )
-   !gnutls? (
-   !libressl? ( dev-libs/openssl:0= )
-   libressl? ( dev-libs/libressl:0= )
-   )
-   )
-   sasl? ( dev-libs/cyrus-sasl:2 )
-   liblockfile? ( net-libs/liblockfile )"
-RDEPEND="${DEPEND}"
-
-PATCHES=(
-   "${FILESDIR}"/${PN}-1.0-nonnull.patch
-)
-
-pkg_setup() {
-   if use gnutls && ! use ssl ; then
-   ewarn "You have \"gnutls\" USE flag enabled but \"ssl\" USE 
flag disabled!"
-   ewarn "No ssl support will be available in ${PN}."
-   fi
-}
-
-src_prepare() {
-   default
-
-   sed -i \
-   -e "s/-O2 -g//" \
-   configure.ac
-
-   eautoreconf
-}
-
-src_configure() {
-   # in Prefix emake uses SHELL=${BASH}, export CONFIG_SHELL to the same so
-   # libtool recognises it as valid shell (bug #300211)
-   use prefix && export CONFIG_SHELL=${BASH}
-   # The configure script contains an error, in that it doesn't check the
-   # argument of --enable-{debug,optim}, hence --disable-debug results in
-   # --enable-debug=no, which isn't checked and debugging flags are blindly
-   # injected.  So, avoid passing --disable-debug when we don't need it.
-   local myeconfargs=(
-   $(usex debug '--enable-debug' '')
-   $(use_enable berkdb db)
-   $(use_with sasl)
-   $(use_enable ipv6)
-   $(use_enable liblockfile lockfile)
-   $(usex ssl "$(use_with gnutls) $(use_with !gnutls openssl)" 
'--without-gnutls --without-openssl')
-   $(use_enable static-libs static)
-   )
-   econf "${myeconfargs[@]}"
-}
-
-src_install() {
-   default
-   if ! use static-libs ; then
-   find "${ED}" \( -name "*.a" -o -name "*.la" \) -delete || die
-   fi
-}

diff --git a/net-libs/libetpan/libetpan-1.9.2.ebuild 
b/net-libs/libetpan/libetpan-1.9.2.ebuild
deleted file mode 100644
index d364a29f58e..000
--- a/net-libs/libetpan/libetpan-1.9.2.ebuild
+++ /dev/null
@@ -1,76 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit autotools
-
-DESCRIPTION="A portable, efficient middleware 

[gentoo-commits] repo/gentoo:master commit in: net-libs/libetpan/

2019-05-12 Thread Thomas Deutschmann
commit: f5f97ddcd452c3b23d020493ecf98b60cffe57b7
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon May 13 00:22:02 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon May 13 00:37:45 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5f97ddc

net-libs/libetpan: x86 stable (bug #684628)

Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Thomas Deutschmann  gentoo.org>

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

diff --git a/net-libs/libetpan/libetpan-1.9.3.ebuild 
b/net-libs/libetpan/libetpan-1.9.3.ebuild
index 262ae83217d..e2b6c80ffef 100644
--- a/net-libs/libetpan/libetpan-1.9.3.ebuild
+++ b/net-libs/libetpan/libetpan-1.9.3.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://github.com/dinhviethoa/${PN}/archive/${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm hppa ~mips ppc ppc64 sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="alpha amd64 ~arm hppa ~mips ppc ppc64 sparc x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 IUSE="berkdb gnutls ipv6 liblockfile libressl lmdb sasl ssl static-libs"
 
 # BerkDB is only supported up to version 6.0



[gentoo-commits] repo/gentoo:master commit in: net-libs/libetpan/files/, net-libs/libetpan/

2019-05-10 Thread Anthony G. Basile
commit: cb76da37b02ed5bca29ca8f21be989f1dd5e80b6
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Sat May 11 02:21:18 2019 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Sat May 11 02:21:45 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb76da37

net-libs/libetpan: upstream patch to fix build on musl

Signed-off-by: Anthony G. Basile  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

 .../files/libetpan-1.9.3-missing-stddev_h.patch| 30 ++
 net-libs/libetpan/libetpan-1.9.3.ebuild|  1 +
 2 files changed, 31 insertions(+)

diff --git a/net-libs/libetpan/files/libetpan-1.9.3-missing-stddev_h.patch 
b/net-libs/libetpan/files/libetpan-1.9.3-missing-stddev_h.patch
new file mode 100644
index 000..9d53f90190b
--- /dev/null
+++ b/net-libs/libetpan/files/libetpan-1.9.3-missing-stddev_h.patch
@@ -0,0 +1,30 @@
+commit da9fd7839c9affea48f74a159a789fbb183b4be1
+Author: maxice8 <30738253+maxi...@users.noreply.github.com>
+Date:   Fri Feb 1 01:58:08 2019 -0200
+
+add missing stddef.h include for 'NULL' (#322)
+
+clientid.c: In function 'mailimap_clientid':
+clientid.c:66:38: error: 'NULL' undeclared (first use in this function)
+   if (mailimap_read_line(session) == NULL)
+  ^~~~
+clientid.c:66:38: note: 'NULL' is defined in header ''; did you 
forget to '#include '?
+clientid.c:39:1:
++#include 
+
+clientid.c:66:38:
+   if (mailimap_read_line(session) == NULL)
+
+diff --git a/src/low-level/imap/clientid.c b/src/low-level/imap/clientid.c
+index 1c34637..38880dd 100644
+--- a/src/low-level/imap/clientid.c
 b/src/low-level/imap/clientid.c
+@@ -33,6 +33,8 @@
+ # include 
+ #endif
+ 
++#include 
++
+ #include "mailimap_sender.h"
+ #include "clientid_sender.h"
+ #include "clientid.h"

diff --git a/net-libs/libetpan/libetpan-1.9.3.ebuild 
b/net-libs/libetpan/libetpan-1.9.3.ebuild
index b700e23e776..262ae83217d 100644
--- a/net-libs/libetpan/libetpan-1.9.3.ebuild
+++ b/net-libs/libetpan/libetpan-1.9.3.ebuild
@@ -30,6 +30,7 @@ RDEPEND="${DEPEND}"
 
 PATCHES=(
"${FILESDIR}"/${PN}-1.0-nonnull.patch
+   "${FILESDIR}"/${PN}-1.9.3-missing-stddev_h.patch
 )
 
 pkg_pretend() {



[gentoo-commits] repo/gentoo:master commit in: net-libs/libetpan/

2019-05-07 Thread Tobias Klausmann
commit: 80c9af25ddc2092227c602fa840c42a30d0aeec1
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Tue May  7 20:13:20 2019 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Tue May  7 20:13:30 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80c9af25

net-libs/libetpan-1.9.3-r0: alpha stable

Bug: http://bugs.gentoo.org/684628
Signed-off-by: Tobias Klausmann  gentoo.org>

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

diff --git a/net-libs/libetpan/libetpan-1.9.3.ebuild 
b/net-libs/libetpan/libetpan-1.9.3.ebuild
index 6c5254f45d5..b700e23e776 100644
--- a/net-libs/libetpan/libetpan-1.9.3.ebuild
+++ b/net-libs/libetpan/libetpan-1.9.3.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://github.com/dinhviethoa/${PN}/archive/${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm hppa ~mips ppc ppc64 sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="alpha amd64 ~arm hppa ~mips ppc ppc64 sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 IUSE="berkdb gnutls ipv6 liblockfile libressl lmdb sasl ssl static-libs"
 
 # BerkDB is only supported up to version 6.0



[gentoo-commits] repo/gentoo:master commit in: net-libs/libetpan/

2019-05-06 Thread Sergei Trofimovich
commit: 646bd721dfe5b5b4a69e3eb3eb09eb77356b940f
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Mon May  6 16:32:33 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon May  6 17:13:37 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=646bd721

net-libs/libetpan: stable 1.9.3 for hppa, bug #684628

Signed-off-by: Rolf Eike Beer  sf-mail.de>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/net-libs/libetpan/libetpan-1.9.3.ebuild 
b/net-libs/libetpan/libetpan-1.9.3.ebuild
index de51b5f01fb..6c5254f45d5 100644
--- a/net-libs/libetpan/libetpan-1.9.3.ebuild
+++ b/net-libs/libetpan/libetpan-1.9.3.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://github.com/dinhviethoa/${PN}/archive/${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~mips ppc ppc64 sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="~alpha amd64 ~arm hppa ~mips ppc ppc64 sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 IUSE="berkdb gnutls ipv6 liblockfile libressl lmdb sasl ssl static-libs"
 
 # BerkDB is only supported up to version 6.0



[gentoo-commits] repo/gentoo:master commit in: net-libs/libetpan/

2019-04-30 Thread Mikle Kolyada
commit: 609002551d06355ab557df0751feb7834546b6b5
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Tue Apr 30 10:00:55 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Tue Apr 30 10:00:55 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60900255

net-libs/libetpan: amd64 stable wrt bug #684628

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="amd64"

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

diff --git a/net-libs/libetpan/libetpan-1.9.3.ebuild 
b/net-libs/libetpan/libetpan-1.9.3.ebuild
index 4dd14851579..de51b5f01fb 100644
--- a/net-libs/libetpan/libetpan-1.9.3.ebuild
+++ b/net-libs/libetpan/libetpan-1.9.3.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://github.com/dinhviethoa/${PN}/archive/${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ppc ppc64 sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~mips ppc ppc64 sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 IUSE="berkdb gnutls ipv6 liblockfile libressl lmdb sasl ssl static-libs"
 
 # BerkDB is only supported up to version 6.0



[gentoo-commits] repo/gentoo:master commit in: net-libs/libetpan/

2019-04-29 Thread Sergei Trofimovich
commit: e68b1a837117da6098513a0d8c206f66ba2fbbb3
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Apr 29 20:10:48 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Apr 29 20:10:48 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e68b1a83

net-libs/libetpan: stable 1.9.3 for ppc64, bug #684628

Package-Manager: Portage-2.3.65, Repoman-2.3.12
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/net-libs/libetpan/libetpan-1.9.3.ebuild 
b/net-libs/libetpan/libetpan-1.9.3.ebuild
index 6fb91841f89..4dd14851579 100644
--- a/net-libs/libetpan/libetpan-1.9.3.ebuild
+++ b/net-libs/libetpan/libetpan-1.9.3.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://github.com/dinhviethoa/${PN}/archive/${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ppc ~ppc64 sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ppc ppc64 sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 IUSE="berkdb gnutls ipv6 liblockfile libressl lmdb sasl ssl static-libs"
 
 # BerkDB is only supported up to version 6.0



[gentoo-commits] repo/gentoo:master commit in: net-libs/libetpan/

2019-04-29 Thread Sergei Trofimovich
commit: 1fe08917972e2936dddf33cb0627194eba78e70a
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Apr 29 20:09:12 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Apr 29 20:09:12 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1fe08917

net-libs/libetpan: stable 1.9.3 for ppc, bug #684628

Package-Manager: Portage-2.3.65, Repoman-2.3.12
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/net-libs/libetpan/libetpan-1.9.3.ebuild 
b/net-libs/libetpan/libetpan-1.9.3.ebuild
index 543d05046b9..6fb91841f89 100644
--- a/net-libs/libetpan/libetpan-1.9.3.ebuild
+++ b/net-libs/libetpan/libetpan-1.9.3.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://github.com/dinhviethoa/${PN}/archive/${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ppc ~ppc64 sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 IUSE="berkdb gnutls ipv6 liblockfile libressl lmdb sasl ssl static-libs"
 
 # BerkDB is only supported up to version 6.0



[gentoo-commits] repo/gentoo:master commit in: net-libs/libetpan/

2019-04-29 Thread Sergei Trofimovich
commit: bb1bad546472dce9f531df34d4491577961c342d
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Mon Apr 29 18:04:47 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Apr 29 19:49:31 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb1bad54

net-libs/libetpan: stable 1.9.3 for sparc, bug #684628

Signed-off-by: Rolf Eike Beer  sf-mail.de>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/net-libs/libetpan/libetpan-1.9.3.ebuild 
b/net-libs/libetpan/libetpan-1.9.3.ebuild
index 93ca868c961..543d05046b9 100644
--- a/net-libs/libetpan/libetpan-1.9.3.ebuild
+++ b/net-libs/libetpan/libetpan-1.9.3.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://github.com/dinhviethoa/${PN}/archive/${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 IUSE="berkdb gnutls ipv6 liblockfile libressl lmdb sasl ssl static-libs"
 
 # BerkDB is only supported up to version 6.0



[gentoo-commits] repo/gentoo:master commit in: net-libs/libetpan/

2019-01-25 Thread Lars Wendler
commit: 3fdbcb42993b4e516467283bee483835ef958773
Author: Lars Wendler  gentoo  org>
AuthorDate: Fri Jan 25 16:11:13 2019 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Fri Jan 25 16:12:23 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3fdbcb42

net-libs/libetpan: Bump to version 1.9.3

Package-Manager: Portage-2.3.58, Repoman-2.3.12
Signed-off-by: Lars Wendler  gentoo.org>

 net-libs/libetpan/Manifest  |  1 +
 net-libs/libetpan/libetpan-1.9.3.ebuild | 76 +
 2 files changed, 77 insertions(+)

diff --git a/net-libs/libetpan/Manifest b/net-libs/libetpan/Manifest
index 9cf03ab661e..d7687c2881a 100644
--- a/net-libs/libetpan/Manifest
+++ b/net-libs/libetpan/Manifest
@@ -1,3 +1,4 @@
 DIST libetpan-1.8.tar.gz 6188927 BLAKE2B 
730d9fc545ea2fbd4dbc0eaf3cdbd0540ec85984dee5448c5f22c83ad12e568a9e066e53734da96ef6a9c77942e5aea2eb241c2228f0ca7577755e67646aa589
 SHA512 
a5e97998803cc56dbd54356153c8579b52a9675fe95fbf642c3158215428d9d2cb30c4e0060c5f4dd760634fff5b1c2a32ce4bb70a5f2bc6398a071ce95e1efd
 DIST libetpan-1.9.1.tar.gz 6189971 BLAKE2B 
d6cffd9c333c76451d7ac26e978e09b7f1a0b225ef1f318c80f28fe00047c523f2bba32cef5892e452bc84593ce0d635a4cd075e32575c812ff853d0932b01f9
 SHA512 
1dd72644672e15eecc9883ffb4b29ef34d4355c55aec950cac44e7b59f252d9355f37ef0ad37007c89728c09e057144b4c3b853496a011d693598b6027356286
 DIST libetpan-1.9.2.tar.gz 6191522 BLAKE2B 
a5b3b93c94596d64b49150680a2599c930b5f010d29be7fbd325e43ba82b8d61032bae65155d2c5e0e2bbcd219db3d916b10a6ce5a98df2ac31fb88811491d71
 SHA512 
3e2e1de77fae2212374e909d15ed8564eee90883c38fee0ca69f58785733b1ac2df848da1bda6f55577d647e0ad27bc3057199e70b6ef01f2a7e2823b24113ba
+DIST libetpan-1.9.3.tar.gz 549 BLAKE2B 
1664d93b112410a86935438aae5ff40202a9c10675701d40b60edf81e4f8bac45fb1f407e03714a37465c41a22c1b9fcbbc517d76dc47f812e154c932e05e600
 SHA512 
66e504fbf82445819845a3f1dcb8dc48ad2440993134d43752c754463cee2434a30080718687cd05c579f0da8df6b0f6dfc7572f2882d0dd9dfd327b4ae11fd6

diff --git a/net-libs/libetpan/libetpan-1.9.3.ebuild 
b/net-libs/libetpan/libetpan-1.9.3.ebuild
new file mode 100644
index 000..93ca868c961
--- /dev/null
+++ b/net-libs/libetpan/libetpan-1.9.3.ebuild
@@ -0,0 +1,76 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit autotools
+
+DESCRIPTION="A portable, efficient middleware for different kinds of mail 
access"
+HOMEPAGE="http://libetpan.sourceforge.net/;
+SRC_URI="https://github.com/dinhviethoa/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+IUSE="berkdb gnutls ipv6 liblockfile libressl lmdb sasl ssl static-libs"
+
+# BerkDB is only supported up to version 6.0
+DEPEND="sys-libs/zlib
+   !lmdb? ( berkdb? ( 

[gentoo-commits] repo/gentoo:master commit in: net-libs/libetpan/

2019-01-25 Thread Lars Wendler
commit: bbd98e8ecce4ec9fc6614c3a53d25405d4aeff4a
Author: Lars Wendler  gentoo  org>
AuthorDate: Fri Jan 25 16:11:44 2019 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Fri Jan 25 16:12:24 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbd98e8e

net-libs/libetpan: Removed old.

Package-Manager: Portage-2.3.58, Repoman-2.3.12
Signed-off-by: Lars Wendler  gentoo.org>

 net-libs/libetpan/Manifest  |  1 -
 net-libs/libetpan/libetpan-1.9.1.ebuild | 69 -
 2 files changed, 70 deletions(-)

diff --git a/net-libs/libetpan/Manifest b/net-libs/libetpan/Manifest
index d7687c2881a..7bebc449a5e 100644
--- a/net-libs/libetpan/Manifest
+++ b/net-libs/libetpan/Manifest
@@ -1,4 +1,3 @@
 DIST libetpan-1.8.tar.gz 6188927 BLAKE2B 
730d9fc545ea2fbd4dbc0eaf3cdbd0540ec85984dee5448c5f22c83ad12e568a9e066e53734da96ef6a9c77942e5aea2eb241c2228f0ca7577755e67646aa589
 SHA512 
a5e97998803cc56dbd54356153c8579b52a9675fe95fbf642c3158215428d9d2cb30c4e0060c5f4dd760634fff5b1c2a32ce4bb70a5f2bc6398a071ce95e1efd
-DIST libetpan-1.9.1.tar.gz 6189971 BLAKE2B 
d6cffd9c333c76451d7ac26e978e09b7f1a0b225ef1f318c80f28fe00047c523f2bba32cef5892e452bc84593ce0d635a4cd075e32575c812ff853d0932b01f9
 SHA512 
1dd72644672e15eecc9883ffb4b29ef34d4355c55aec950cac44e7b59f252d9355f37ef0ad37007c89728c09e057144b4c3b853496a011d693598b6027356286
 DIST libetpan-1.9.2.tar.gz 6191522 BLAKE2B 
a5b3b93c94596d64b49150680a2599c930b5f010d29be7fbd325e43ba82b8d61032bae65155d2c5e0e2bbcd219db3d916b10a6ce5a98df2ac31fb88811491d71
 SHA512 
3e2e1de77fae2212374e909d15ed8564eee90883c38fee0ca69f58785733b1ac2df848da1bda6f55577d647e0ad27bc3057199e70b6ef01f2a7e2823b24113ba
 DIST libetpan-1.9.3.tar.gz 549 BLAKE2B 
1664d93b112410a86935438aae5ff40202a9c10675701d40b60edf81e4f8bac45fb1f407e03714a37465c41a22c1b9fcbbc517d76dc47f812e154c932e05e600
 SHA512 
66e504fbf82445819845a3f1dcb8dc48ad2440993134d43752c754463cee2434a30080718687cd05c579f0da8df6b0f6dfc7572f2882d0dd9dfd327b4ae11fd6

diff --git a/net-libs/libetpan/libetpan-1.9.1.ebuild 
b/net-libs/libetpan/libetpan-1.9.1.ebuild
deleted file mode 100644
index 31edc45696c..000
--- a/net-libs/libetpan/libetpan-1.9.1.ebuild
+++ /dev/null
@@ -1,69 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit autotools
-
-DESCRIPTION="A portable, efficient middleware for different kinds of mail 
access"
-HOMEPAGE="http://libetpan.sourceforge.net/;
-SRC_URI="https://github.com/dinhviethoa/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
-IUSE="berkdb gnutls ipv6 liblockfile libressl sasl ssl static-libs"
-
-# BerkDB is only supported up to version 6.0
-DEPEND="sys-libs/zlib
-   berkdb? ( 

[gentoo-commits] repo/gentoo:master commit in: net-libs/libetpan/

2018-12-23 Thread Lars Wendler
commit: 64e5dcc1fb5ef6efa504ddf2330c2792dbed8925
Author: Lars Wendler  gentoo  org>
AuthorDate: Sun Dec 23 11:43:03 2018 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Sun Dec 23 11:43:15 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64e5dcc1

net-libs/libetpan: Bump to version 1.9.2

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Lars Wendler  gentoo.org>

 net-libs/libetpan/Manifest  |  1 +
 net-libs/libetpan/libetpan-1.9.2.ebuild | 76 +
 net-libs/libetpan/metadata.xml  |  1 +
 3 files changed, 78 insertions(+)

diff --git a/net-libs/libetpan/Manifest b/net-libs/libetpan/Manifest
index de46a350d8f..9cf03ab661e 100644
--- a/net-libs/libetpan/Manifest
+++ b/net-libs/libetpan/Manifest
@@ -1,2 +1,3 @@
 DIST libetpan-1.8.tar.gz 6188927 BLAKE2B 
730d9fc545ea2fbd4dbc0eaf3cdbd0540ec85984dee5448c5f22c83ad12e568a9e066e53734da96ef6a9c77942e5aea2eb241c2228f0ca7577755e67646aa589
 SHA512 
a5e97998803cc56dbd54356153c8579b52a9675fe95fbf642c3158215428d9d2cb30c4e0060c5f4dd760634fff5b1c2a32ce4bb70a5f2bc6398a071ce95e1efd
 DIST libetpan-1.9.1.tar.gz 6189971 BLAKE2B 
d6cffd9c333c76451d7ac26e978e09b7f1a0b225ef1f318c80f28fe00047c523f2bba32cef5892e452bc84593ce0d635a4cd075e32575c812ff853d0932b01f9
 SHA512 
1dd72644672e15eecc9883ffb4b29ef34d4355c55aec950cac44e7b59f252d9355f37ef0ad37007c89728c09e057144b4c3b853496a011d693598b6027356286
+DIST libetpan-1.9.2.tar.gz 6191522 BLAKE2B 
a5b3b93c94596d64b49150680a2599c930b5f010d29be7fbd325e43ba82b8d61032bae65155d2c5e0e2bbcd219db3d916b10a6ce5a98df2ac31fb88811491d71
 SHA512 
3e2e1de77fae2212374e909d15ed8564eee90883c38fee0ca69f58785733b1ac2df848da1bda6f55577d647e0ad27bc3057199e70b6ef01f2a7e2823b24113ba

diff --git a/net-libs/libetpan/libetpan-1.9.2.ebuild 
b/net-libs/libetpan/libetpan-1.9.2.ebuild
new file mode 100644
index 000..d364a29f58e
--- /dev/null
+++ b/net-libs/libetpan/libetpan-1.9.2.ebuild
@@ -0,0 +1,76 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit autotools
+
+DESCRIPTION="A portable, efficient middleware for different kinds of mail 
access"
+HOMEPAGE="http://libetpan.sourceforge.net/;
+SRC_URI="https://github.com/dinhviethoa/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+IUSE="berkdb gnutls ipv6 liblockfile libressl lmdb sasl ssl static-libs"
+
+# BerkDB is only supported up to version 6.0
+DEPEND="sys-libs/zlib
+   !lmdb? ( berkdb? ( 

Enable support for liblockfile 
library
+   Use dev-db/lmdb as cache DB


dinhviethoa/libetpan



[gentoo-commits] repo/gentoo:master commit in: net-libs/libetpan/

2018-09-19 Thread Lars Wendler
commit: 6a3eb699796bf5ee4d132f612cb781e7c5e72cbc
Author: Lars Wendler  gentoo  org>
AuthorDate: Wed Sep 19 12:36:50 2018 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Wed Sep 19 12:36:50 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a3eb699

net-libs/libetpan: Bump to version 1.9.1

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 net-libs/libetpan/Manifest  |  1 +
 net-libs/libetpan/libetpan-1.9.1.ebuild | 69 +
 2 files changed, 70 insertions(+)

diff --git a/net-libs/libetpan/Manifest b/net-libs/libetpan/Manifest
index e62aa4770b3..de46a350d8f 100644
--- a/net-libs/libetpan/Manifest
+++ b/net-libs/libetpan/Manifest
@@ -1 +1,2 @@
 DIST libetpan-1.8.tar.gz 6188927 BLAKE2B 
730d9fc545ea2fbd4dbc0eaf3cdbd0540ec85984dee5448c5f22c83ad12e568a9e066e53734da96ef6a9c77942e5aea2eb241c2228f0ca7577755e67646aa589
 SHA512 
a5e97998803cc56dbd54356153c8579b52a9675fe95fbf642c3158215428d9d2cb30c4e0060c5f4dd760634fff5b1c2a32ce4bb70a5f2bc6398a071ce95e1efd
+DIST libetpan-1.9.1.tar.gz 6189971 BLAKE2B 
d6cffd9c333c76451d7ac26e978e09b7f1a0b225ef1f318c80f28fe00047c523f2bba32cef5892e452bc84593ce0d635a4cd075e32575c812ff853d0932b01f9
 SHA512 
1dd72644672e15eecc9883ffb4b29ef34d4355c55aec950cac44e7b59f252d9355f37ef0ad37007c89728c09e057144b4c3b853496a011d693598b6027356286

diff --git a/net-libs/libetpan/libetpan-1.9.1.ebuild 
b/net-libs/libetpan/libetpan-1.9.1.ebuild
new file mode 100644
index 000..31edc45696c
--- /dev/null
+++ b/net-libs/libetpan/libetpan-1.9.1.ebuild
@@ -0,0 +1,69 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit autotools
+
+DESCRIPTION="A portable, efficient middleware for different kinds of mail 
access"
+HOMEPAGE="http://libetpan.sourceforge.net/;
+SRC_URI="https://github.com/dinhviethoa/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+IUSE="berkdb gnutls ipv6 liblockfile libressl sasl ssl static-libs"
+
+# BerkDB is only supported up to version 6.0
+DEPEND="sys-libs/zlib
+   berkdb? ( 

[gentoo-commits] repo/gentoo:master commit in: net-libs/libetpan/

2017-07-13 Thread Eray Aslan
commit: dea599e5a18f2b82ce26462941cde587d8c2eda8
Author: Eray Aslan  gentoo  org>
AuthorDate: Thu Jul 13 06:00:05 2017 +
Commit: Eray Aslan  gentoo  org>
CommitDate: Thu Jul 13 06:00:05 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dea599e5

net-libs/libetpan: remove vulnerable versions

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 net-libs/libetpan/Manifest |  2 -
 net-libs/libetpan/libetpan-1.6.ebuild  | 75 ---
 net-libs/libetpan/libetpan-1.7.2-r1.ebuild | 82 --
 3 files changed, 159 deletions(-)

diff --git a/net-libs/libetpan/Manifest b/net-libs/libetpan/Manifest
index 018e6242c5a..b9ca534c73a 100644
--- a/net-libs/libetpan/Manifest
+++ b/net-libs/libetpan/Manifest
@@ -1,3 +1 @@
-DIST libetpan-1.6.tar.gz 6144117 SHA256 
7962b1f9445be24d1eb72daddabaebb427074c14a50e9dad0cebdec044c71e17 SHA512 
e3f19cfe231e8cadbb6cba3a765611e3aaeb260fa78e05cea1153a59015abe547c0f3a8b84c6b41cbbd17d04a4c7ab7b14d1b1b44a1a4b24ac124cb200a191a5
 WHIRLPOOL 
b72a50513dbd55898e79b14a53088277b12ae7ac911ab0a9692d47f85dadd1b80a9ba616bd7a2beb89d9406940f4edf24cabf93aabef0cd27d6de6bef4e29a40
-DIST libetpan-1.7.2.tar.gz 6186628 SHA256 
32797282a420f3174f4a679548e20fa2bb4acb404b827d62c2f44d3de4eb3120 SHA512 
b7b7c201d65bc2ad595b93d310d2569ca3bf61e599010e0f46a7e776da6ebc6a897df6e073a4878cb134d6d4bec6ea65b2a3e02d44b60f9045b5aa58b689cdca
 WHIRLPOOL 
695b7104e79b9cfd0f482f686ad451aca319709b7455b14d8bdd3b788eb2c7e2c4a461c9fec2e4a9d4ffcc9fc1801113d8259524d9217c907fde0a2b631ce36f
 DIST libetpan-1.8.tar.gz 6188927 SHA256 
4e67a7b4abadcf3cc16fa16e1621a68e54d489dadfd9a7d1f960c172e953b6eb SHA512 
a5e97998803cc56dbd54356153c8579b52a9675fe95fbf642c3158215428d9d2cb30c4e0060c5f4dd760634fff5b1c2a32ce4bb70a5f2bc6398a071ce95e1efd
 WHIRLPOOL 
41e7e184a3f1789726055cb8bc9941057eb0c4b7bf6057dd94519b46905c1dd9fa45c403fa05c45eaa2b36a03af74b35097348ed471b9428f6bf4e864dbdd791

diff --git a/net-libs/libetpan/libetpan-1.6.ebuild 
b/net-libs/libetpan/libetpan-1.6.ebuild
deleted file mode 100644
index f3eb1e24d27..000
--- a/net-libs/libetpan/libetpan-1.6.ebuild
+++ /dev/null
@@ -1,75 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit autotools eutils
-
-DESCRIPTION="A portable, efficient middleware for different kinds of mail 
access"
-HOMEPAGE="http://libetpan.sourceforge.net/;
-SRC_URI="https://github.com/dinhviethoa/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="alpha amd64 ~arm hppa ~mips ppc ppc64 sparc x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
-IUSE="berkdb debug gnutls ipv6 liblockfile sasl ssl static-libs"
-
-DEPEND="berkdb? ( sys-libs/db:= )
-   ssl? (
-   gnutls? ( net-libs/gnutls )
-   !gnutls? ( dev-libs/openssl:0= )
-   )
-   sasl? ( dev-libs/cyrus-sasl )
-   liblockfile? ( net-libs/liblockfile )"
-RDEPEND="${DEPEND}"
-
-pkg_setup() {
-   if use gnutls && ! use ssl ; then
-   ewarn "You have \"gnutls\" USE flag enabled but \"ssl\" USE 
flag disabled!"
-   ewarn "No ssl support will be available in ${PN}."
-   fi
-}
-
-src_prepare() {
-   epatch "${FILESDIR}"/${PN}-1.0-nonnull.patch
-
-   sed -i \
-   -e "s/-O2 -g//" \
-   configure.ac
-
-   eautoreconf
-}
-
-src_configure() {
-   local sslconf
-
-   if use ssl; then
-   if use gnutls; then
-   sslconf="--with-gnutls --without-openssl"
-   else
-   sslconf="--without-gnutls --with-openssl"
-   fi
-   else
-   sslconf="--without-gnutls --without-openssl"
-   fi
-
-   # in Prefix emake uses SHELL=${BASH}, export CONFIG_SHELL to the same so
-   # libtool recognises it as valid shell (bug #300211)
-   use prefix && export CONFIG_SHELL=${BASH}
-   # The configure script contains an error, in that it doesn't check the
-   # argument of --enable-{debug,optim}, hence --disable-debug results in
-   # --enable-debug=no, which isn't checked and debugging flags are blindly
-   # injected.  So, avoid passing --disable-debug when we don't need it.
-   econf \
-   $(use debug && echo --enable-debug) \
-   $(use_enable berkdb db) \
-   $(use_with sasl) \
-   $(use_enable ipv6) \
-   $(use_enable liblockfile lockfile) \
-   $(use_enable static-libs static) \
-   ${sslconf}
-}
-
-src_install() {
-   default
-   use static-libs || prune_libtool_files --all
-}

diff --git a/net-libs/libetpan/libetpan-1.7.2-r1.ebuild 
b/net-libs/libetpan/libetpan-1.7.2-r1.ebuild
deleted file mode 100644
index b6f2d12e36c..000
--- a/net-libs/libetpan/libetpan-1.7.2-r1.ebuild
+++ /dev/null
@@ -1,82 +0,0 @@
-# Copyright 1999-2017 Gentoo 

[gentoo-commits] repo/gentoo:master commit in: net-libs/libetpan/

2017-05-22 Thread Tobias Klausmann
commit: 7deedba68288b3b806cf2be037ce577fb1fdba25
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Mon May 22 13:22:46 2017 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Mon May 22 13:24:40 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7deedba6

net-libs/libetpan-1.8-r0: add alpha keyword

Gentoo-Bug: 617936

 net-libs/libetpan/libetpan-1.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/libetpan/libetpan-1.8.ebuild 
b/net-libs/libetpan/libetpan-1.8.ebuild
index dbf6f56c96c..b6dfb6cdbfb 100644
--- a/net-libs/libetpan/libetpan-1.8.ebuild
+++ b/net-libs/libetpan/libetpan-1.8.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://github.com/dinhviethoa/${PN}/archive/${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm hppa ~mips ppc ppc64 sparc x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="alpha amd64 ~arm hppa ~mips ppc ppc64 sparc x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 IUSE="berkdb debug gnutls ipv6 liblockfile libressl sasl ssl static-libs"
 
 DEPEND="sys-libs/zlib



[gentoo-commits] repo/gentoo:master commit in: net-libs/libetpan/

2017-05-22 Thread Agostino Sarubbo
commit: f971aad755bc8be30ad5878183a67dfc0c04c8a3
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon May 22 11:39:10 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon May 22 11:39:10 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f971aad7

net-libs/libetpan: sparc stable wrt bug #617936

Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 net-libs/libetpan/libetpan-1.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/libetpan/libetpan-1.8.ebuild 
b/net-libs/libetpan/libetpan-1.8.ebuild
index a2603c1b7c9..dbf6f56c96c 100644
--- a/net-libs/libetpan/libetpan-1.8.ebuild
+++ b/net-libs/libetpan/libetpan-1.8.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://github.com/dinhviethoa/${PN}/archive/${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm hppa ~mips ppc ppc64 ~sparc x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="~alpha amd64 ~arm hppa ~mips ppc ppc64 sparc x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 IUSE="berkdb debug gnutls ipv6 liblockfile libressl sasl ssl static-libs"
 
 DEPEND="sys-libs/zlib



[gentoo-commits] repo/gentoo:master commit in: net-libs/libetpan/

2017-05-18 Thread Jeroen Roovers
commit: b17ff00c53494538c396faf5e0a3e6ef6c004229
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Thu May 18 07:20:11 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Thu May 18 07:20:11 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b17ff00c

net-libs/libetpan: Stable for HPPA (bug #617936).

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

 net-libs/libetpan/libetpan-1.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/libetpan/libetpan-1.8.ebuild 
b/net-libs/libetpan/libetpan-1.8.ebuild
index 07081d10f5b..a2603c1b7c9 100644
--- a/net-libs/libetpan/libetpan-1.8.ebuild
+++ b/net-libs/libetpan/libetpan-1.8.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://github.com/dinhviethoa/${PN}/archive/${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~mips ppc ppc64 ~sparc x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="~alpha amd64 ~arm hppa ~mips ppc ppc64 ~sparc x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 IUSE="berkdb debug gnutls ipv6 liblockfile libressl sasl ssl static-libs"
 
 DEPEND="sys-libs/zlib



[gentoo-commits] repo/gentoo:master commit in: net-libs/libetpan/

2017-05-17 Thread Michael Weber
commit: 95af9a4993d29398831cc46570a8985a61410751
Author: Michael Weber  gentoo  org>
AuthorDate: Wed May 17 15:49:21 2017 +
Commit: Michael Weber  gentoo  org>
CommitDate: Wed May 17 15:50:13 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95af9a49

net-libs/libetpan: ppc stable (bug 617936).

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

 net-libs/libetpan/libetpan-1.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/libetpan/libetpan-1.8.ebuild 
b/net-libs/libetpan/libetpan-1.8.ebuild
index f2346116e16..07081d10f5b 100644
--- a/net-libs/libetpan/libetpan-1.8.ebuild
+++ b/net-libs/libetpan/libetpan-1.8.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://github.com/dinhviethoa/${PN}/archive/${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~mips ~ppc ppc64 ~sparc x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~mips ppc ppc64 ~sparc x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 IUSE="berkdb debug gnutls ipv6 liblockfile libressl sasl ssl static-libs"
 
 DEPEND="sys-libs/zlib



[gentoo-commits] repo/gentoo:master commit in: net-libs/libetpan/

2017-05-16 Thread Agostino Sarubbo
commit: 945d1e8621360da9d89b102acb6910c24fbaa91a
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue May 16 13:04:20 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue May 16 13:05:30 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=945d1e86

net-libs/libetpan: ppc64 stable wrt bug #617936

Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 net-libs/libetpan/libetpan-1.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/libetpan/libetpan-1.8.ebuild 
b/net-libs/libetpan/libetpan-1.8.ebuild
index f1d32c4f091..f2346116e16 100644
--- a/net-libs/libetpan/libetpan-1.8.ebuild
+++ b/net-libs/libetpan/libetpan-1.8.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://github.com/dinhviethoa/${PN}/archive/${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~sparc x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~mips ~ppc ppc64 ~sparc x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 IUSE="berkdb debug gnutls ipv6 liblockfile libressl sasl ssl static-libs"
 
 DEPEND="sys-libs/zlib



[gentoo-commits] repo/gentoo:master commit in: net-libs/libetpan/

2017-05-16 Thread Agostino Sarubbo
commit: bae35e2bbcdc1dfd18dfabc23ba400c75e1e4000
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue May 16 12:57:36 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue May 16 12:57:36 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bae35e2b

net-libs/libetpan: x86 stable wrt bug #617936

Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 net-libs/libetpan/libetpan-1.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/libetpan/libetpan-1.8.ebuild 
b/net-libs/libetpan/libetpan-1.8.ebuild
index ddb45c50af8..f1d32c4f091 100644
--- a/net-libs/libetpan/libetpan-1.8.ebuild
+++ b/net-libs/libetpan/libetpan-1.8.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://github.com/dinhviethoa/${PN}/archive/${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~sparc x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 IUSE="berkdb debug gnutls ipv6 liblockfile libressl sasl ssl static-libs"
 
 DEPEND="sys-libs/zlib



[gentoo-commits] repo/gentoo:master commit in: net-libs/libetpan/

2017-05-16 Thread Agostino Sarubbo
commit: 855876be31c1dc5e378937fad5e87e2b65e0c1aa
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue May 16 12:24:50 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue May 16 12:24:50 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=855876be

net-libs/libetpan: amd64 stable wrt bug #617936

Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 net-libs/libetpan/libetpan-1.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/libetpan/libetpan-1.8.ebuild 
b/net-libs/libetpan/libetpan-1.8.ebuild
index 57ea8619945..ddb45c50af8 100644
--- a/net-libs/libetpan/libetpan-1.8.ebuild
+++ b/net-libs/libetpan/libetpan-1.8.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://github.com/dinhviethoa/${PN}/archive/${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 IUSE="berkdb debug gnutls ipv6 liblockfile libressl sasl ssl static-libs"
 
 DEPEND="sys-libs/zlib



[gentoo-commits] repo/gentoo:master commit in: net-libs/libetpan/

2017-05-09 Thread Lars Wendler
commit: 1f362f4f4744ccb668f63ea34f521e3671acd99e
Author: Lars Wendler  gentoo  org>
AuthorDate: Tue May  9 07:55:17 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Tue May  9 07:56:16 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f362f4f

net-libs/libetpan: Security bump to version 1.8 (bug #617936).

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 net-libs/libetpan/Manifest|  1 +
 net-libs/libetpan/libetpan-1.8.ebuild | 75 +++
 2 files changed, 76 insertions(+)

diff --git a/net-libs/libetpan/Manifest b/net-libs/libetpan/Manifest
index 7be5769d863..319b687252e 100644
--- a/net-libs/libetpan/Manifest
+++ b/net-libs/libetpan/Manifest
@@ -1,3 +1,4 @@
 DIST libetpan-1.6.tar.gz 6144117 SHA256 
7962b1f9445be24d1eb72daddabaebb427074c14a50e9dad0cebdec044c71e17 SHA512 
e3f19cfe231e8cadbb6cba3a765611e3aaeb260fa78e05cea1153a59015abe547c0f3a8b84c6b41cbbd17d04a4c7ab7b14d1b1b44a1a4b24ac124cb200a191a5
 WHIRLPOOL 
b72a50513dbd55898e79b14a53088277b12ae7ac911ab0a9692d47f85dadd1b80a9ba616bd7a2beb89d9406940f4edf24cabf93aabef0cd27d6de6bef4e29a40
 DIST libetpan-1.7.2.tar.gz 6186628 SHA256 
32797282a420f3174f4a679548e20fa2bb4acb404b827d62c2f44d3de4eb3120 SHA512 
b7b7c201d65bc2ad595b93d310d2569ca3bf61e599010e0f46a7e776da6ebc6a897df6e073a4878cb134d6d4bec6ea65b2a3e02d44b60f9045b5aa58b689cdca
 WHIRLPOOL 
695b7104e79b9cfd0f482f686ad451aca319709b7455b14d8bdd3b788eb2c7e2c4a461c9fec2e4a9d4ffcc9fc1801113d8259524d9217c907fde0a2b631ce36f
 DIST libetpan-1.7.tar.gz 6184289 SHA256 
47d0c049d8adcdcfd0698e9f1fcb85416b0b2f476eed1f52aae72c2883cf05b0 SHA512 
b90c46f6692df7a7889be68f5712a6b6d58ef1931edb82674da2cb6690c2150c935ca782fd32c1567c31cdff629261bd1ba23921b12431d781a086729489573e
 WHIRLPOOL 
b6c286a0554ecf4ad3c0d09dd45d1892a665bdc4eed4e19b65745de3a6195351cccef51da6447f34d57a29dacd01bbb16067d30911b837db914016ddb7ab2e87
+DIST libetpan-1.8.tar.gz 6188927 SHA256 
4e67a7b4abadcf3cc16fa16e1621a68e54d489dadfd9a7d1f960c172e953b6eb SHA512 
a5e97998803cc56dbd54356153c8579b52a9675fe95fbf642c3158215428d9d2cb30c4e0060c5f4dd760634fff5b1c2a32ce4bb70a5f2bc6398a071ce95e1efd
 WHIRLPOOL 
41e7e184a3f1789726055cb8bc9941057eb0c4b7bf6057dd94519b46905c1dd9fa45c403fa05c45eaa2b36a03af74b35097348ed471b9428f6bf4e864dbdd791

diff --git a/net-libs/libetpan/libetpan-1.8.ebuild 
b/net-libs/libetpan/libetpan-1.8.ebuild
new file mode 100644
index 000..57ea8619945
--- /dev/null
+++ b/net-libs/libetpan/libetpan-1.8.ebuild
@@ -0,0 +1,75 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit autotools
+
+DESCRIPTION="A portable, efficient middleware for different kinds of mail 
access"
+HOMEPAGE="http://libetpan.sourceforge.net/;
+SRC_URI="https://github.com/dinhviethoa/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+IUSE="berkdb debug gnutls ipv6 liblockfile libressl sasl ssl static-libs"
+
+DEPEND="sys-libs/zlib
+   berkdb? ( sys-libs/db:= )
+   ssl? (
+   gnutls? ( net-libs/gnutls:= )
+   !gnutls? (
+   !libressl? ( dev-libs/openssl:0= )
+   libressl? ( dev-libs/libressl:0= )
+   )
+   )
+   sasl? ( dev-libs/cyrus-sasl:2 )
+   liblockfile? ( net-libs/liblockfile )"
+RDEPEND="${DEPEND}"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-1.0-nonnull.patch
+)
+
+pkg_setup() {
+   if use gnutls && ! use ssl ; then
+   ewarn "You have \"gnutls\" USE flag enabled but \"ssl\" USE 
flag disabled!"
+   ewarn "No ssl support will be available in ${PN}."
+   fi
+}
+
+src_prepare() {
+   default
+
+   sed -i \
+   -e "s/-O2 -g//" \
+   configure.ac
+
+   eautoreconf
+}
+
+src_configure() {
+   # in Prefix emake uses SHELL=${BASH}, export CONFIG_SHELL to the same so
+   # libtool recognises it as valid shell (bug #300211)
+   use prefix && export CONFIG_SHELL=${BASH}
+   # The configure script contains an error, in that it doesn't check the
+   # argument of --enable-{debug,optim}, hence --disable-debug results in
+   # --enable-debug=no, which isn't checked and debugging flags are blindly
+   # injected.  So, avoid passing --disable-debug when we don't need it.
+   local myeconfargs=(
+   $(usex debug '--enable-debug' '')
+   $(use_enable berkdb db)
+   $(use_with sasl)
+   $(use_enable ipv6)
+   $(use_enable liblockfile lockfile)
+   $(usex ssl "$(use_with gnutls) $(use_with !gnutls openssl)" 
'--without-gnutls --without-openssl')
+   $(use_enable static-libs static)
+   )
+   econf "${myeconfargs[@]}"
+}
+
+src_install() {
+   default
+   if ! use static-libs ; then
+   

[gentoo-commits] repo/gentoo:master commit in: net-libs/libetpan/

2017-05-09 Thread Lars Wendler
commit: ef252f1305d18c4baf1c3e1dd20b4c469644cffe
Author: Lars Wendler  gentoo  org>
AuthorDate: Tue May  9 07:55:58 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Tue May  9 07:56:18 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef252f13

net-libs/libetpan: Removed old.

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 net-libs/libetpan/Manifest  |  1 -
 net-libs/libetpan/libetpan-1.7.2.ebuild | 79 -
 net-libs/libetpan/libetpan-1.7.ebuild   | 79 -
 3 files changed, 159 deletions(-)

diff --git a/net-libs/libetpan/Manifest b/net-libs/libetpan/Manifest
index 319b687252e..018e6242c5a 100644
--- a/net-libs/libetpan/Manifest
+++ b/net-libs/libetpan/Manifest
@@ -1,4 +1,3 @@
 DIST libetpan-1.6.tar.gz 6144117 SHA256 
7962b1f9445be24d1eb72daddabaebb427074c14a50e9dad0cebdec044c71e17 SHA512 
e3f19cfe231e8cadbb6cba3a765611e3aaeb260fa78e05cea1153a59015abe547c0f3a8b84c6b41cbbd17d04a4c7ab7b14d1b1b44a1a4b24ac124cb200a191a5
 WHIRLPOOL 
b72a50513dbd55898e79b14a53088277b12ae7ac911ab0a9692d47f85dadd1b80a9ba616bd7a2beb89d9406940f4edf24cabf93aabef0cd27d6de6bef4e29a40
 DIST libetpan-1.7.2.tar.gz 6186628 SHA256 
32797282a420f3174f4a679548e20fa2bb4acb404b827d62c2f44d3de4eb3120 SHA512 
b7b7c201d65bc2ad595b93d310d2569ca3bf61e599010e0f46a7e776da6ebc6a897df6e073a4878cb134d6d4bec6ea65b2a3e02d44b60f9045b5aa58b689cdca
 WHIRLPOOL 
695b7104e79b9cfd0f482f686ad451aca319709b7455b14d8bdd3b788eb2c7e2c4a461c9fec2e4a9d4ffcc9fc1801113d8259524d9217c907fde0a2b631ce36f
-DIST libetpan-1.7.tar.gz 6184289 SHA256 
47d0c049d8adcdcfd0698e9f1fcb85416b0b2f476eed1f52aae72c2883cf05b0 SHA512 
b90c46f6692df7a7889be68f5712a6b6d58ef1931edb82674da2cb6690c2150c935ca782fd32c1567c31cdff629261bd1ba23921b12431d781a086729489573e
 WHIRLPOOL 
b6c286a0554ecf4ad3c0d09dd45d1892a665bdc4eed4e19b65745de3a6195351cccef51da6447f34d57a29dacd01bbb16067d30911b837db914016ddb7ab2e87
 DIST libetpan-1.8.tar.gz 6188927 SHA256 
4e67a7b4abadcf3cc16fa16e1621a68e54d489dadfd9a7d1f960c172e953b6eb SHA512 
a5e97998803cc56dbd54356153c8579b52a9675fe95fbf642c3158215428d9d2cb30c4e0060c5f4dd760634fff5b1c2a32ce4bb70a5f2bc6398a071ce95e1efd
 WHIRLPOOL 
41e7e184a3f1789726055cb8bc9941057eb0c4b7bf6057dd94519b46905c1dd9fa45c403fa05c45eaa2b36a03af74b35097348ed471b9428f6bf4e864dbdd791

diff --git a/net-libs/libetpan/libetpan-1.7.2.ebuild 
b/net-libs/libetpan/libetpan-1.7.2.ebuild
deleted file mode 100644
index 69dffb1bcb0..000
--- a/net-libs/libetpan/libetpan-1.7.2.ebuild
+++ /dev/null
@@ -1,79 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit autotools eutils
-
-DESCRIPTION="A portable, efficient middleware for different kinds of mail 
access"
-HOMEPAGE="http://libetpan.sourceforge.net/;
-SRC_URI="https://github.com/dinhviethoa/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
-IUSE="berkdb debug gnutls ipv6 liblockfile sasl ssl static-libs"
-
-DEPEND="berkdb? ( sys-libs/db:= )
-   ssl? (
-   gnutls? ( net-libs/gnutls )
-   !gnutls? ( dev-libs/openssl:0= )
-   )
-   sasl? ( dev-libs/cyrus-sasl )
-   liblockfile? ( net-libs/liblockfile )"
-RDEPEND="${DEPEND}"
-
-PATCHES=(
-   "${FILESDIR}"/${PN}-1.0-nonnull.patch
-)
-
-pkg_setup() {
-   if use gnutls && ! use ssl ; then
-   ewarn "You have \"gnutls\" USE flag enabled but \"ssl\" USE 
flag disabled!"
-   ewarn "No ssl support will be available in ${PN}."
-   fi
-}
-
-src_prepare() {
-   default
-
-   sed -i \
-   -e "s/-O2 -g//" \
-   configure.ac
-
-   eautoreconf
-}
-
-src_configure() {
-   local sslconf
-
-   if use ssl; then
-   if use gnutls; then
-   sslconf="--with-gnutls --without-openssl"
-   else
-   sslconf="--without-gnutls --with-openssl"
-   fi
-   else
-   sslconf="--without-gnutls --without-openssl"
-   fi
-
-   # in Prefix emake uses SHELL=${BASH}, export CONFIG_SHELL to the same so
-   # libtool recognises it as valid shell (bug #300211)
-   use prefix && export CONFIG_SHELL=${BASH}
-   # The configure script contains an error, in that it doesn't check the
-   # argument of --enable-{debug,optim}, hence --disable-debug results in
-   # --enable-debug=no, which isn't checked and debugging flags are blindly
-   # injected.  So, avoid passing --disable-debug when we don't need it.
-   econf \
-   $(usex debug '--enable-debug' '') \
-   $(use_enable berkdb db) \
-   $(use_with sasl) \
-   $(use_enable ipv6) \
-   $(use_enable liblockfile lockfile) \
-   $(use_enable 

[gentoo-commits] repo/gentoo:master commit in: net-libs/libetpan/

2017-01-29 Thread Fabian Groffen
commit: ab5119355a9b696a9179c52dfb09055bc904520d
Author: Fabian Groffen  gentoo  org>
AuthorDate: Sun Jan 29 19:30:40 2017 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Sun Jan 29 19:33:28 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab511935

net-libs/libetpan: dropped ~x86-freebsd

Package-Manager: portage-2.3.3

 net-libs/libetpan/libetpan-1.6.ebuild  | 4 ++--
 net-libs/libetpan/libetpan-1.7.2-r1.ebuild | 4 ++--
 net-libs/libetpan/libetpan-1.7.2.ebuild| 4 ++--
 net-libs/libetpan/libetpan-1.7.ebuild  | 4 ++--
 4 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/net-libs/libetpan/libetpan-1.6.ebuild 
b/net-libs/libetpan/libetpan-1.6.ebuild
index 9108730..0e8d9da 100644
--- a/net-libs/libetpan/libetpan-1.6.ebuild
+++ b/net-libs/libetpan/libetpan-1.6.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/dinhviethoa/${PN}/archive/${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm hppa ~mips ppc ppc64 sparc x86 ~x86-fbsd 
~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="alpha amd64 ~arm hppa ~mips ppc ppc64 sparc x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 IUSE="berkdb debug gnutls ipv6 liblockfile sasl ssl static-libs"
 
 DEPEND="berkdb? ( sys-libs/db:= )

diff --git a/net-libs/libetpan/libetpan-1.7.2-r1.ebuild 
b/net-libs/libetpan/libetpan-1.7.2-r1.ebuild
index 71b7245..3a7a68b 100644
--- a/net-libs/libetpan/libetpan-1.7.2-r1.ebuild
+++ b/net-libs/libetpan/libetpan-1.7.2-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/dinhviethoa/${PN}/archive/${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 IUSE="berkdb debug gnutls ipv6 liblockfile libressl sasl ssl static-libs"
 
 DEPEND="berkdb? ( sys-libs/db:= )

diff --git a/net-libs/libetpan/libetpan-1.7.2.ebuild 
b/net-libs/libetpan/libetpan-1.7.2.ebuild
index e9ab62f..9e7b57a 100644
--- a/net-libs/libetpan/libetpan-1.7.2.ebuild
+++ b/net-libs/libetpan/libetpan-1.7.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/dinhviethoa/${PN}/archive/${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 IUSE="berkdb debug gnutls ipv6 liblockfile sasl ssl static-libs"
 
 DEPEND="berkdb? ( sys-libs/db:= )

diff --git a/net-libs/libetpan/libetpan-1.7.ebuild 
b/net-libs/libetpan/libetpan-1.7.ebuild
index e9ab62f..9e7b57a 100644
--- a/net-libs/libetpan/libetpan-1.7.ebuild
+++ b/net-libs/libetpan/libetpan-1.7.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/dinhviethoa/${PN}/archive/${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 IUSE="berkdb debug gnutls ipv6 liblockfile sasl ssl static-libs"
 
 DEPEND="berkdb? ( sys-libs/db:= )



[gentoo-commits] repo/gentoo:master commit in: net-libs/libetpan/files/

2017-01-15 Thread David Seifert
commit: 4886829f9397e9cb173e79985d6a8f34bf4d2c18
Author: Michael Mair-Keimberger (asterix)  gmail 
 com>
AuthorDate: Sun Jan 15 09:19:10 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Jan 15 09:49:39 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4886829f

net-libs/libetpan: remove unused patch

Closes: https://github.com/gentoo/gentoo/pull/3488

 net-libs/libetpan/files/libetpan-1.0-ldflags.patch | 18 --
 1 file changed, 18 deletions(-)

diff --git a/net-libs/libetpan/files/libetpan-1.0-ldflags.patch 
b/net-libs/libetpan/files/libetpan-1.0-ldflags.patch
deleted file mode 100644
index 2151282..
--- a/net-libs/libetpan/files/libetpan-1.0-ldflags.patch
+++ /dev/null
@@ -1,18 +0,0 @@
 configure.ac.orig  2010-04-20 20:29:01.136283062 +0200
-+++ configure.ac   2010-04-20 20:29:45.884283632 +0200
-@@ -455,11 +455,11 @@
-   for flag in "pthreads" "pthread"; do
- if test "x$checkpthread" = "xyes"; then
-   AC_MSG_CHECKING([for pthread_create with -$flag])
--  OLDFLAGS="$LDFLAGS"
--  LDFLAGS="-$flag $LDFLAGS"
--  AC_TRY_LINK([], [pthread_create();], 
-+   OLDLIBS="$LIBS"
-+   LIBS="$LIBS -l$flag"
-+   AC_TRY_LINK([], [pthread_create();], 
-   [pthflag=yes; checkpthread=no], 
--  [pthflag=no; LDFLAGS="$OLDFLAGS"])
-+  [pthflag=no; LIBS="$OLDLIBS"])
-   AC_MSG_RESULT($pthflag)
- fi
-   done



[gentoo-commits] repo/gentoo:master commit in: net-libs/libetpan/

2016-08-28 Thread Pacho Ramos
commit: 95a1695e64712a04803da953303d69cd1a9fe75d
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sun Aug 28 10:07:06 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sun Aug 28 10:07:06 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95a1695e

net-libs/libetpan: Support libressl (#565266 by Marek Behun)

Package-Manager: portage-2.3.0

 net-libs/libetpan/libetpan-1.7.2-r1.ebuild | 83 ++
 1 file changed, 83 insertions(+)

diff --git a/net-libs/libetpan/libetpan-1.7.2-r1.ebuild 
b/net-libs/libetpan/libetpan-1.7.2-r1.ebuild
new file mode 100644
index ..71b7245
--- /dev/null
+++ b/net-libs/libetpan/libetpan-1.7.2-r1.ebuild
@@ -0,0 +1,83 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit autotools eutils
+
+DESCRIPTION="A portable, efficient middleware for different kinds of mail 
access"
+HOMEPAGE="http://libetpan.sourceforge.net/;
+SRC_URI="https://github.com/dinhviethoa/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+IUSE="berkdb debug gnutls ipv6 liblockfile libressl sasl ssl static-libs"
+
+DEPEND="berkdb? ( sys-libs/db:= )
+   ssl? (
+   gnutls? ( net-libs/gnutls:= )
+   !gnutls? ( ssl? (
+   !libressl? ( dev-libs/openssl:0= )
+   libressl? ( dev-libs/libressl:0= )
+   ) )
+   )
+   sasl? ( dev-libs/cyrus-sasl:2 )
+   liblockfile? ( net-libs/liblockfile )"
+RDEPEND="${DEPEND}"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-1.0-nonnull.patch
+)
+
+pkg_setup() {
+   if use gnutls && ! use ssl ; then
+   ewarn "You have \"gnutls\" USE flag enabled but \"ssl\" USE 
flag disabled!"
+   ewarn "No ssl support will be available in ${PN}."
+   fi
+}
+
+src_prepare() {
+   default
+
+   sed -i \
+   -e "s/-O2 -g//" \
+   configure.ac
+
+   eautoreconf
+}
+
+src_configure() {
+   local sslconf
+
+   if use ssl; then
+   if use gnutls; then
+   sslconf="--with-gnutls --without-openssl"
+   else
+   sslconf="--without-gnutls --with-openssl"
+   fi
+   else
+   sslconf="--without-gnutls --without-openssl"
+   fi
+
+   # in Prefix emake uses SHELL=${BASH}, export CONFIG_SHELL to the same so
+   # libtool recognises it as valid shell (bug #300211)
+   use prefix && export CONFIG_SHELL=${BASH}
+   # The configure script contains an error, in that it doesn't check the
+   # argument of --enable-{debug,optim}, hence --disable-debug results in
+   # --enable-debug=no, which isn't checked and debugging flags are blindly
+   # injected.  So, avoid passing --disable-debug when we don't need it.
+   econf \
+   $(usex debug '--enable-debug' '') \
+   $(use_enable berkdb db) \
+   $(use_with sasl) \
+   $(use_enable ipv6) \
+   $(use_enable liblockfile lockfile) \
+   $(use_enable static-libs static) \
+   ${sslconf}
+}
+
+src_install() {
+   default
+   use static-libs || prune_libtool_files --all
+}



[gentoo-commits] repo/gentoo:master commit in: net-libs/libetpan/

2016-08-07 Thread Lars Wendler
commit: 4cae743ee6852f8a3452ae1cf53e6b571cffb48b
Author: Lars Wendler  gentoo  org>
AuthorDate: Sun Aug  7 18:19:56 2016 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Sun Aug  7 18:24:44 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4cae743e

net-libs/libetpan: Bump to version 1.7.2

Package-Manager: portage-2.3.0
Signed-off-by: Lars Wendler  gentoo.org>

 net-libs/libetpan/Manifest  |  1 +
 net-libs/libetpan/libetpan-1.7.2.ebuild | 80 +
 2 files changed, 81 insertions(+)

diff --git a/net-libs/libetpan/Manifest b/net-libs/libetpan/Manifest
index 5629653..7be5769 100644
--- a/net-libs/libetpan/Manifest
+++ b/net-libs/libetpan/Manifest
@@ -1,2 +1,3 @@
 DIST libetpan-1.6.tar.gz 6144117 SHA256 
7962b1f9445be24d1eb72daddabaebb427074c14a50e9dad0cebdec044c71e17 SHA512 
e3f19cfe231e8cadbb6cba3a765611e3aaeb260fa78e05cea1153a59015abe547c0f3a8b84c6b41cbbd17d04a4c7ab7b14d1b1b44a1a4b24ac124cb200a191a5
 WHIRLPOOL 
b72a50513dbd55898e79b14a53088277b12ae7ac911ab0a9692d47f85dadd1b80a9ba616bd7a2beb89d9406940f4edf24cabf93aabef0cd27d6de6bef4e29a40
+DIST libetpan-1.7.2.tar.gz 6186628 SHA256 
32797282a420f3174f4a679548e20fa2bb4acb404b827d62c2f44d3de4eb3120 SHA512 
b7b7c201d65bc2ad595b93d310d2569ca3bf61e599010e0f46a7e776da6ebc6a897df6e073a4878cb134d6d4bec6ea65b2a3e02d44b60f9045b5aa58b689cdca
 WHIRLPOOL 
695b7104e79b9cfd0f482f686ad451aca319709b7455b14d8bdd3b788eb2c7e2c4a461c9fec2e4a9d4ffcc9fc1801113d8259524d9217c907fde0a2b631ce36f
 DIST libetpan-1.7.tar.gz 6184289 SHA256 
47d0c049d8adcdcfd0698e9f1fcb85416b0b2f476eed1f52aae72c2883cf05b0 SHA512 
b90c46f6692df7a7889be68f5712a6b6d58ef1931edb82674da2cb6690c2150c935ca782fd32c1567c31cdff629261bd1ba23921b12431d781a086729489573e
 WHIRLPOOL 
b6c286a0554ecf4ad3c0d09dd45d1892a665bdc4eed4e19b65745de3a6195351cccef51da6447f34d57a29dacd01bbb16067d30911b837db914016ddb7ab2e87

diff --git a/net-libs/libetpan/libetpan-1.7.2.ebuild 
b/net-libs/libetpan/libetpan-1.7.2.ebuild
new file mode 100644
index 000..e9ab62f
--- /dev/null
+++ b/net-libs/libetpan/libetpan-1.7.2.ebuild
@@ -0,0 +1,80 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit autotools eutils
+
+DESCRIPTION="A portable, efficient middleware for different kinds of mail 
access"
+HOMEPAGE="http://libetpan.sourceforge.net/;
+SRC_URI="https://github.com/dinhviethoa/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+IUSE="berkdb debug gnutls ipv6 liblockfile sasl ssl static-libs"
+
+DEPEND="berkdb? ( sys-libs/db:= )
+   ssl? (
+   gnutls? ( net-libs/gnutls )
+   !gnutls? ( dev-libs/openssl:0= )
+   )
+   sasl? ( dev-libs/cyrus-sasl )
+   liblockfile? ( net-libs/liblockfile )"
+RDEPEND="${DEPEND}"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-1.0-nonnull.patch
+)
+
+pkg_setup() {
+   if use gnutls && ! use ssl ; then
+   ewarn "You have \"gnutls\" USE flag enabled but \"ssl\" USE 
flag disabled!"
+   ewarn "No ssl support will be available in ${PN}."
+   fi
+}
+
+src_prepare() {
+   default
+
+   sed -i \
+   -e "s/-O2 -g//" \
+   configure.ac
+
+   eautoreconf
+}
+
+src_configure() {
+   local sslconf
+
+   if use ssl; then
+   if use gnutls; then
+   sslconf="--with-gnutls --without-openssl"
+   else
+   sslconf="--without-gnutls --with-openssl"
+   fi
+   else
+   sslconf="--without-gnutls --without-openssl"
+   fi
+
+   # in Prefix emake uses SHELL=${BASH}, export CONFIG_SHELL to the same so
+   # libtool recognises it as valid shell (bug #300211)
+   use prefix && export CONFIG_SHELL=${BASH}
+   # The configure script contains an error, in that it doesn't check the
+   # argument of --enable-{debug,optim}, hence --disable-debug results in
+   # --enable-debug=no, which isn't checked and debugging flags are blindly
+   # injected.  So, avoid passing --disable-debug when we don't need it.
+   econf \
+   $(usex debug '--enable-debug' '') \
+   $(use_enable berkdb db) \
+   $(use_with sasl) \
+   $(use_enable ipv6) \
+   $(use_enable liblockfile lockfile) \
+   $(use_enable static-libs static) \
+   ${sslconf}
+}
+
+src_install() {
+   default
+   use static-libs || prune_libtool_files --all
+}



[gentoo-commits] repo/gentoo:master commit in: net-libs/libetpan/

2016-05-05 Thread Lars Wendler
commit: 3733cbed4798e5b0e93dbd194d1323017b8b9fb9
Author: Lars Wendler  gentoo  org>
AuthorDate: Thu May  5 16:37:24 2016 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Thu May  5 16:37:45 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3733cbed

net-libs/libetpan: Removed old.

Package-Manager: portage-2.2.28
Signed-off-by: Lars Wendler  gentoo.org>

 net-libs/libetpan/Manifest|  2 -
 net-libs/libetpan/libetpan-1.1.ebuild | 81 ---
 net-libs/libetpan/libetpan-1.5.ebuild | 72 ---
 3 files changed, 155 deletions(-)

diff --git a/net-libs/libetpan/Manifest b/net-libs/libetpan/Manifest
index 3715216..5629653 100644
--- a/net-libs/libetpan/Manifest
+++ b/net-libs/libetpan/Manifest
@@ -1,4 +1,2 @@
-DIST libetpan-1.1.tar.gz 1657767 SHA256 
ce3ac567d0f07e5b2d1fdb0045042a8295ec477cd933de1a391fd48139c1f75e SHA512 
fbcaf0e467d6f7541148aa60e89e1275f3cdb2b1039b8e6eaeba476e4b4411f44acfc01936eb7c4ab92cc0a574f3dcc4836e57bdf38861008bed0d015211f82b
 WHIRLPOOL 
a8c714937d797f4e8cabb59edf2b5880723e0bc6d4947ac78a3bd31f7b2e94f36c6699f7186f527b1075460f65dbb10d7c083442b6646cba1dbf2de68dd7c291
-DIST libetpan-1.5.tar.gz 6139416 SHA256 
42c4d858c3c1762c3e348889fbbf6cc5e5c5e654170d1df1ebb9c14aa4579736 SHA512 
7b0a3adff7d7b3a7e3ea1d1a330ef6fea5ed86077a9ccf3fb5e51548d337c6c1f1fbb9ca81560b478335a9acf34e08bfef1895a05c5a69c37e3b87651c255fd5
 WHIRLPOOL 
c408cbef9cc4e9bfec07a6e87a5afa96ea241770564c11f625776e4d692484c75ad01724c10923e38927d344616f4d396fa652d63d8cdcb2451d2a075dd0909e
 DIST libetpan-1.6.tar.gz 6144117 SHA256 
7962b1f9445be24d1eb72daddabaebb427074c14a50e9dad0cebdec044c71e17 SHA512 
e3f19cfe231e8cadbb6cba3a765611e3aaeb260fa78e05cea1153a59015abe547c0f3a8b84c6b41cbbd17d04a4c7ab7b14d1b1b44a1a4b24ac124cb200a191a5
 WHIRLPOOL 
b72a50513dbd55898e79b14a53088277b12ae7ac911ab0a9692d47f85dadd1b80a9ba616bd7a2beb89d9406940f4edf24cabf93aabef0cd27d6de6bef4e29a40
 DIST libetpan-1.7.tar.gz 6184289 SHA256 
47d0c049d8adcdcfd0698e9f1fcb85416b0b2f476eed1f52aae72c2883cf05b0 SHA512 
b90c46f6692df7a7889be68f5712a6b6d58ef1931edb82674da2cb6690c2150c935ca782fd32c1567c31cdff629261bd1ba23921b12431d781a086729489573e
 WHIRLPOOL 
b6c286a0554ecf4ad3c0d09dd45d1892a665bdc4eed4e19b65745de3a6195351cccef51da6447f34d57a29dacd01bbb16067d30911b837db914016ddb7ab2e87

diff --git a/net-libs/libetpan/libetpan-1.1.ebuild 
b/net-libs/libetpan/libetpan-1.1.ebuild
deleted file mode 100644
index dfea485..000
--- a/net-libs/libetpan/libetpan-1.1.ebuild
+++ /dev/null
@@ -1,81 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="4"
-
-inherit autotools eutils
-
-DESCRIPTION="A portable, efficient middleware for different kinds of mail 
access"
-HOMEPAGE="http://libetpan.sourceforge.net/;
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="alpha amd64 ~arm hppa ~mips ppc ppc64 sparc x86 ~x86-fbsd 
~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
-IUSE="berkdb debug gnutls ipv6 liblockfile sasl ssl static-libs"
-
-DEPEND="berkdb? ( sys-libs/db )
-   gnutls? ( net-libs/gnutls )
-   !gnutls? ( ssl? ( dev-libs/openssl ) )
-   sasl? ( dev-libs/cyrus-sasl )
-   liblockfile? ( net-libs/liblockfile )"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
-   epatch "${FILESDIR}"/${PN}-1.0-nonnull.patch
-
-   sed -i \
-   -e "s/-O2 -g//" \
-   -e "s/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/" \
-   configure.ac
-
-   eautoreconf
-}
-
-src_configure() {
-   local sslconf
-
-   if use ssl; then
-   if use gnutls; then
-   sslconf="--with-gnutls --without-openssl"
-   else
-   sslconf="--without-gnutls --with-openssl"
-   fi
-   else
-   if use gnutls; then
-   sslconf="--with-gnutls --without-openssl"
-   else
-   sslconf="--without-gnutls --without-openssl"
-   fi
-   fi
-
-   # in Prefix emake uses SHELL=${BASH}, export CONFIG_SHELL to the same so
-   # libtool recognises it as valid shell (bug #300211)
-   use prefix && export CONFIG_SHELL=${BASH}
-   # The configure script contains an error, in that it doesn't check the
-   # argument of --enable-{debug,optim}, hence --disable-debug results in
-   # --enable-debug=no, which isn't checked and debugging flags are blindly
-   # injected.  So, avoid passing --disable-debug when we don't need it.
-   econf \
-   $(use debug && echo --enable-debug) \
-   $(use_enable berkdb db) \
-   $(use_with sasl) \
-   $(use_enable ipv6) \
-   $(use_enable liblockfile lockfile) \
-   $(use_enable static-libs static) \
-   ${sslconf}
-}
-
-src_install() {
-   default
-   use 

[gentoo-commits] repo/gentoo:master commit in: net-libs/libetpan/files/, net-libs/libetpan/

2016-05-05 Thread Lars Wendler
commit: 3bdefd6d0add09b842437376a2d072b995918a27
Author: Lars Wendler  gentoo  org>
AuthorDate: Thu May  5 16:36:22 2016 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Thu May  5 16:37:43 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3bdefd6d

net-libs/libetpan: Bump to version 1.7

Package-Manager: portage-2.2.28
Signed-off-by: Lars Wendler  gentoo.org>

 net-libs/libetpan/Manifest |  1 +
 net-libs/libetpan/files/libetpan-1.0-nonnull.patch |  4 +-
 net-libs/libetpan/libetpan-1.7.ebuild  | 80 ++
 3 files changed, 83 insertions(+), 2 deletions(-)

diff --git a/net-libs/libetpan/Manifest b/net-libs/libetpan/Manifest
index 05d7b6f..3715216 100644
--- a/net-libs/libetpan/Manifest
+++ b/net-libs/libetpan/Manifest
@@ -1,3 +1,4 @@
 DIST libetpan-1.1.tar.gz 1657767 SHA256 
ce3ac567d0f07e5b2d1fdb0045042a8295ec477cd933de1a391fd48139c1f75e SHA512 
fbcaf0e467d6f7541148aa60e89e1275f3cdb2b1039b8e6eaeba476e4b4411f44acfc01936eb7c4ab92cc0a574f3dcc4836e57bdf38861008bed0d015211f82b
 WHIRLPOOL 
a8c714937d797f4e8cabb59edf2b5880723e0bc6d4947ac78a3bd31f7b2e94f36c6699f7186f527b1075460f65dbb10d7c083442b6646cba1dbf2de68dd7c291
 DIST libetpan-1.5.tar.gz 6139416 SHA256 
42c4d858c3c1762c3e348889fbbf6cc5e5c5e654170d1df1ebb9c14aa4579736 SHA512 
7b0a3adff7d7b3a7e3ea1d1a330ef6fea5ed86077a9ccf3fb5e51548d337c6c1f1fbb9ca81560b478335a9acf34e08bfef1895a05c5a69c37e3b87651c255fd5
 WHIRLPOOL 
c408cbef9cc4e9bfec07a6e87a5afa96ea241770564c11f625776e4d692484c75ad01724c10923e38927d344616f4d396fa652d63d8cdcb2451d2a075dd0909e
 DIST libetpan-1.6.tar.gz 6144117 SHA256 
7962b1f9445be24d1eb72daddabaebb427074c14a50e9dad0cebdec044c71e17 SHA512 
e3f19cfe231e8cadbb6cba3a765611e3aaeb260fa78e05cea1153a59015abe547c0f3a8b84c6b41cbbd17d04a4c7ab7b14d1b1b44a1a4b24ac124cb200a191a5
 WHIRLPOOL 
b72a50513dbd55898e79b14a53088277b12ae7ac911ab0a9692d47f85dadd1b80a9ba616bd7a2beb89d9406940f4edf24cabf93aabef0cd27d6de6bef4e29a40
+DIST libetpan-1.7.tar.gz 6184289 SHA256 
47d0c049d8adcdcfd0698e9f1fcb85416b0b2f476eed1f52aae72c2883cf05b0 SHA512 
b90c46f6692df7a7889be68f5712a6b6d58ef1931edb82674da2cb6690c2150c935ca782fd32c1567c31cdff629261bd1ba23921b12431d781a086729489573e
 WHIRLPOOL 
b6c286a0554ecf4ad3c0d09dd45d1892a665bdc4eed4e19b65745de3a6195351cccef51da6447f34d57a29dacd01bbb16067d30911b837db914016ddb7ab2e87

diff --git a/net-libs/libetpan/files/libetpan-1.0-nonnull.patch 
b/net-libs/libetpan/files/libetpan-1.0-nonnull.patch
index 0710cfd..f07a0fb 100644
--- a/net-libs/libetpan/files/libetpan-1.0-nonnull.patch
+++ b/net-libs/libetpan/files/libetpan-1.0-nonnull.patch
@@ -1,6 +1,6 @@
 
http://sourceforge.net/mailarchive/forum.php?thread_name=k2vfc2c80ae1004051048n4a2b5ab0y85ab946c2a556544%40mail.gmail.com_name=libetpan-devel
 src/low-level/nntp/Makefile.am 2011-06-14 15:37:14.511603732 +0300
-+++ src/low-level/nntp/Makefile.am 2011-06-14 15:38:42.0 +0300
+--- a/src/low-level/nntp/Makefile.am
 b/src/low-level/nntp/Makefile.am
 @@ -35,6 +35,8 @@
  AM_CPPFLAGS = -I$(top_builddir)/include \
-I$(top_srcdir)/src/data-types

diff --git a/net-libs/libetpan/libetpan-1.7.ebuild 
b/net-libs/libetpan/libetpan-1.7.ebuild
new file mode 100644
index 000..e9ab62f
--- /dev/null
+++ b/net-libs/libetpan/libetpan-1.7.ebuild
@@ -0,0 +1,80 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit autotools eutils
+
+DESCRIPTION="A portable, efficient middleware for different kinds of mail 
access"
+HOMEPAGE="http://libetpan.sourceforge.net/;
+SRC_URI="https://github.com/dinhviethoa/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+IUSE="berkdb debug gnutls ipv6 liblockfile sasl ssl static-libs"
+
+DEPEND="berkdb? ( sys-libs/db:= )
+   ssl? (
+   gnutls? ( net-libs/gnutls )
+   !gnutls? ( dev-libs/openssl:0= )
+   )
+   sasl? ( dev-libs/cyrus-sasl )
+   liblockfile? ( net-libs/liblockfile )"
+RDEPEND="${DEPEND}"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-1.0-nonnull.patch
+)
+
+pkg_setup() {
+   if use gnutls && ! use ssl ; then
+   ewarn "You have \"gnutls\" USE flag enabled but \"ssl\" USE 
flag disabled!"
+   ewarn "No ssl support will be available in ${PN}."
+   fi
+}
+
+src_prepare() {
+   default
+
+   sed -i \
+   -e "s/-O2 -g//" \
+   configure.ac
+
+   eautoreconf
+}
+
+src_configure() {
+   local sslconf
+
+   if use ssl; then
+   if use gnutls; then
+   sslconf="--with-gnutls --without-openssl"
+   else
+   sslconf="--without-gnutls --with-openssl"
+   fi
+   else
+   sslconf="--without-gnutls --without-openssl"
+  

[gentoo-commits] repo/gentoo:master commit in: net-libs/libetpan/

2016-01-05 Thread Agostino Sarubbo
commit: 7e2048b7042588af2c4ed5e80585c83f215ae96a
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Jan  5 10:38:22 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Jan  5 10:38:22 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e2048b7

net-libs/libetpan: alpha stable wrt bug #568954

Package-Manager: portage-2.2.26
RepoMan-Options: --include-arches="alpha"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 net-libs/libetpan/libetpan-1.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/libetpan/libetpan-1.6.ebuild 
b/net-libs/libetpan/libetpan-1.6.ebuild
index 6ca1d9b..75d5ed1 100644
--- a/net-libs/libetpan/libetpan-1.6.ebuild
+++ b/net-libs/libetpan/libetpan-1.6.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/dinhviethoa/${PN}/archive/${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm hppa ~mips ppc ~ppc64 sparc x86 ~x86-fbsd 
~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="alpha amd64 ~arm hppa ~mips ppc ~ppc64 sparc x86 ~x86-fbsd 
~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 IUSE="berkdb debug gnutls ipv6 liblockfile sasl ssl static-libs"
 
 DEPEND="berkdb? ( sys-libs/db:= )



[gentoo-commits] repo/gentoo:master commit in: net-libs/libetpan/

2016-01-05 Thread Agostino Sarubbo
commit: c824d15eef86faf0f70869a45ea38319e89778a3
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Jan  5 10:39:02 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Jan  5 10:39:02 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c824d15e

net-libs/libetpan: ppc64 stable wrt bug #568954

Package-Manager: portage-2.2.26
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 net-libs/libetpan/libetpan-1.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/libetpan/libetpan-1.6.ebuild 
b/net-libs/libetpan/libetpan-1.6.ebuild
index 75d5ed1..9108730 100644
--- a/net-libs/libetpan/libetpan-1.6.ebuild
+++ b/net-libs/libetpan/libetpan-1.6.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/dinhviethoa/${PN}/archive/${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm hppa ~mips ppc ~ppc64 sparc x86 ~x86-fbsd 
~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="alpha amd64 ~arm hppa ~mips ppc ppc64 sparc x86 ~x86-fbsd 
~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 IUSE="berkdb debug gnutls ipv6 liblockfile sasl ssl static-libs"
 
 DEPEND="berkdb? ( sys-libs/db:= )



[gentoo-commits] repo/gentoo:master commit in: net-libs/libetpan/

2015-12-28 Thread Jeroen Roovers
commit: ab948b6d8d61fce0e0b721ac051be96d62072992
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Tue Dec 29 06:39:45 2015 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Tue Dec 29 06:39:45 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab948b6d

net-libs/libetpan: Stable for HPPA (bug #568954).

Package-Manager: portage-2.2.26
RepoMan-Options: --ignore-arches

 net-libs/libetpan/libetpan-1.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/libetpan/libetpan-1.6.ebuild 
b/net-libs/libetpan/libetpan-1.6.ebuild
index ce9ff2c..6ca1d9b 100644
--- a/net-libs/libetpan/libetpan-1.6.ebuild
+++ b/net-libs/libetpan/libetpan-1.6.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/dinhviethoa/${PN}/archive/${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~mips ppc ~ppc64 sparc x86 ~x86-fbsd 
~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="~alpha amd64 ~arm hppa ~mips ppc ~ppc64 sparc x86 ~x86-fbsd 
~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 IUSE="berkdb debug gnutls ipv6 liblockfile sasl ssl static-libs"
 
 DEPEND="berkdb? ( sys-libs/db:= )



[gentoo-commits] repo/gentoo:master commit in: net-libs/libetpan/

2015-12-27 Thread Mikle Kolyada
commit: ff73aae4db159ed22b70db7b654a8a987f187f92
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Dec 27 09:47:41 2015 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Dec 27 09:47:41 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff73aae4

net-libs/libetpan: sparc stable wrt bug #568954

Package-Manager: portage-2.2.24

 net-libs/libetpan/libetpan-1.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/libetpan/libetpan-1.6.ebuild 
b/net-libs/libetpan/libetpan-1.6.ebuild
index 9ca0112..ce9ff2c 100644
--- a/net-libs/libetpan/libetpan-1.6.ebuild
+++ b/net-libs/libetpan/libetpan-1.6.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/dinhviethoa/${PN}/archive/${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~mips ppc ~ppc64 ~sparc x86 ~x86-fbsd 
~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~mips ppc ~ppc64 sparc x86 ~x86-fbsd 
~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 IUSE="berkdb debug gnutls ipv6 liblockfile sasl ssl static-libs"
 
 DEPEND="berkdb? ( sys-libs/db:= )



[gentoo-commits] repo/gentoo:master commit in: net-libs/libetpan/

2015-12-26 Thread Agostino Sarubbo
commit: 3fd036e585340c6bcb5159d958fcd971983321b2
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Dec 26 10:34:43 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Dec 26 10:34:43 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3fd036e5

net-libs/libetpan: ppc stable wrt bug #568954

Package-Manager: portage-2.2.24
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 net-libs/libetpan/libetpan-1.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/libetpan/libetpan-1.6.ebuild 
b/net-libs/libetpan/libetpan-1.6.ebuild
index dbc8af6..9ca0112 100644
--- a/net-libs/libetpan/libetpan-1.6.ebuild
+++ b/net-libs/libetpan/libetpan-1.6.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/dinhviethoa/${PN}/archive/${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~sparc x86 ~x86-fbsd 
~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~mips ppc ~ppc64 ~sparc x86 ~x86-fbsd 
~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 IUSE="berkdb debug gnutls ipv6 liblockfile sasl ssl static-libs"
 
 DEPEND="berkdb? ( sys-libs/db:= )



[gentoo-commits] repo/gentoo:master commit in: net-libs/libetpan/

2015-12-25 Thread Agostino Sarubbo
commit: c2823ccfee82055e7fdbb907e3544c23cf62465d
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Dec 25 16:19:54 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Dec 25 16:19:54 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2823ccf

net-libs/libetpan: x86 stable wrt bug #568954

Package-Manager: portage-2.2.24
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 net-libs/libetpan/libetpan-1.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/libetpan/libetpan-1.6.ebuild 
b/net-libs/libetpan/libetpan-1.6.ebuild
index c500258..dbc8af6 100644
--- a/net-libs/libetpan/libetpan-1.6.ebuild
+++ b/net-libs/libetpan/libetpan-1.6.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/dinhviethoa/${PN}/archive/${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~sparc x86 ~x86-fbsd 
~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 IUSE="berkdb debug gnutls ipv6 liblockfile sasl ssl static-libs"
 
 DEPEND="berkdb? ( sys-libs/db:= )



[gentoo-commits] repo/gentoo:master commit in: net-libs/libetpan/

2015-12-25 Thread Agostino Sarubbo
commit: a90373d6ef80a6f4ad3913599774822f044a902f
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Dec 25 15:13:24 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Dec 25 15:13:24 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a90373d6

net-libs/libetpan: amd64 stable wrt bug #568954

Package-Manager: portage-2.2.24
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 net-libs/libetpan/libetpan-1.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/libetpan/libetpan-1.6.ebuild 
b/net-libs/libetpan/libetpan-1.6.ebuild
index 5642112..c500258 100644
--- a/net-libs/libetpan/libetpan-1.6.ebuild
+++ b/net-libs/libetpan/libetpan-1.6.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/dinhviethoa/${PN}/archive/${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 IUSE="berkdb debug gnutls ipv6 liblockfile sasl ssl static-libs"
 
 DEPEND="berkdb? ( sys-libs/db:= )



[gentoo-commits] repo/gentoo:master commit in: net-libs/libetpan/

2015-09-14 Thread Lars Wendler
commit: 0cd5d4e44187cd9dbc30147b0882ad551f680617
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Sep 14 09:24:39 2015 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Sep 14 09:49:02 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0cd5d4e4

net-libs/libetpan: Bump to version 1.6

Package-Manager: portage-2.2.20.1
Signed-off-by: Lars Wendler  gentoo.org>

 net-libs/libetpan/Manifest|  1 +
 net-libs/libetpan/libetpan-1.6.ebuild | 76 +++
 2 files changed, 77 insertions(+)

diff --git a/net-libs/libetpan/Manifest b/net-libs/libetpan/Manifest
index 4c33ea6..05d7b6f 100644
--- a/net-libs/libetpan/Manifest
+++ b/net-libs/libetpan/Manifest
@@ -1,2 +1,3 @@
 DIST libetpan-1.1.tar.gz 1657767 SHA256 
ce3ac567d0f07e5b2d1fdb0045042a8295ec477cd933de1a391fd48139c1f75e SHA512 
fbcaf0e467d6f7541148aa60e89e1275f3cdb2b1039b8e6eaeba476e4b4411f44acfc01936eb7c4ab92cc0a574f3dcc4836e57bdf38861008bed0d015211f82b
 WHIRLPOOL 
a8c714937d797f4e8cabb59edf2b5880723e0bc6d4947ac78a3bd31f7b2e94f36c6699f7186f527b1075460f65dbb10d7c083442b6646cba1dbf2de68dd7c291
 DIST libetpan-1.5.tar.gz 6139416 SHA256 
42c4d858c3c1762c3e348889fbbf6cc5e5c5e654170d1df1ebb9c14aa4579736 SHA512 
7b0a3adff7d7b3a7e3ea1d1a330ef6fea5ed86077a9ccf3fb5e51548d337c6c1f1fbb9ca81560b478335a9acf34e08bfef1895a05c5a69c37e3b87651c255fd5
 WHIRLPOOL 
c408cbef9cc4e9bfec07a6e87a5afa96ea241770564c11f625776e4d692484c75ad01724c10923e38927d344616f4d396fa652d63d8cdcb2451d2a075dd0909e
+DIST libetpan-1.6.tar.gz 6144117 SHA256 
7962b1f9445be24d1eb72daddabaebb427074c14a50e9dad0cebdec044c71e17 SHA512 
e3f19cfe231e8cadbb6cba3a765611e3aaeb260fa78e05cea1153a59015abe547c0f3a8b84c6b41cbbd17d04a4c7ab7b14d1b1b44a1a4b24ac124cb200a191a5
 WHIRLPOOL 
b72a50513dbd55898e79b14a53088277b12ae7ac911ab0a9692d47f85dadd1b80a9ba616bd7a2beb89d9406940f4edf24cabf93aabef0cd27d6de6bef4e29a40

diff --git a/net-libs/libetpan/libetpan-1.6.ebuild 
b/net-libs/libetpan/libetpan-1.6.ebuild
new file mode 100644
index 000..5642112
--- /dev/null
+++ b/net-libs/libetpan/libetpan-1.6.ebuild
@@ -0,0 +1,76 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit autotools eutils
+
+DESCRIPTION="A portable, efficient middleware for different kinds of mail 
access"
+HOMEPAGE="http://libetpan.sourceforge.net/;
+SRC_URI="https://github.com/dinhviethoa/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+IUSE="berkdb debug gnutls ipv6 liblockfile sasl ssl static-libs"
+
+DEPEND="berkdb? ( sys-libs/db:= )
+   ssl? (
+   gnutls? ( net-libs/gnutls )
+   !gnutls? ( dev-libs/openssl:0= )
+   )
+   sasl? ( dev-libs/cyrus-sasl )
+   liblockfile? ( net-libs/liblockfile )"
+RDEPEND="${DEPEND}"
+
+pkg_setup() {
+   if use gnutls && ! use ssl ; then
+   ewarn "You have \"gnutls\" USE flag enabled but \"ssl\" USE 
flag disabled!"
+   ewarn "No ssl support will be available in ${PN}."
+   fi
+}
+
+src_prepare() {
+   epatch "${FILESDIR}"/${PN}-1.0-nonnull.patch
+
+   sed -i \
+   -e "s/-O2 -g//" \
+   configure.ac
+
+   eautoreconf
+}
+
+src_configure() {
+   local sslconf
+
+   if use ssl; then
+   if use gnutls; then
+   sslconf="--with-gnutls --without-openssl"
+   else
+   sslconf="--without-gnutls --with-openssl"
+   fi
+   else
+   sslconf="--without-gnutls --without-openssl"
+   fi
+
+   # in Prefix emake uses SHELL=${BASH}, export CONFIG_SHELL to the same so
+   # libtool recognises it as valid shell (bug #300211)
+   use prefix && export CONFIG_SHELL=${BASH}
+   # The configure script contains an error, in that it doesn't check the
+   # argument of --enable-{debug,optim}, hence --disable-debug results in
+   # --enable-debug=no, which isn't checked and debugging flags are blindly
+   # injected.  So, avoid passing --disable-debug when we don't need it.
+   econf \
+   $(use debug && echo --enable-debug) \
+   $(use_enable berkdb db) \
+   $(use_with sasl) \
+   $(use_enable ipv6) \
+   $(use_enable liblockfile lockfile) \
+   $(use_enable static-libs static) \
+   ${sslconf}
+}
+
+src_install() {
+   default
+   use static-libs || prune_libtool_files --all
+}