[gentoo-commits] repo/gentoo:master commit in: dev-libs/poco/

2024-01-14 Thread Ionen Wolkens
commit: 3fe1228f9d41aafba39a37798efc036f4b07b7d0
Author: Matoro Mahri  matoro  tk>
AuthorDate: Mon Jan 15 00:36:07 2024 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Mon Jan 15 03:20:14 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3fe1228f

dev-libs/poco: Stabilize 1.12.4 arm, #911206

Signed-off-by: Matoro Mahri  matoro.tk>
Signed-off-by: Ionen Wolkens  gentoo.org>

 dev-libs/poco/poco-1.12.4.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-libs/poco/poco-1.12.4.ebuild b/dev-libs/poco/poco-1.12.4.ebuild
index 02ce7ed9ee1c..53b41bdf2c35 100644
--- a/dev-libs/poco/poco-1.12.4.ebuild
+++ b/dev-libs/poco/poco-1.12.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -13,7 +13,7 @@ S="${WORKDIR}/${PN}-${P}-release"
 LICENSE="Boost-1.0"
 # SHARED_LIBRARY_VERSION -> "${S}"/libversion
 SLOT="0/94"
-KEYWORDS="amd64 ~arm arm64 ppc64 x86"
+KEYWORDS="amd64 arm arm64 ppc64 x86"
 IUSE="7z activerecord cppparser +data examples +file2pagecompiler iodbc +json 
jwt mariadb +mongodb mysql +net odbc +pagecompiler pdf pocodoc postgres 
prometheus sqlite +ssl test +util +xml +zip"
 RESTRICT="!test? ( test )"
 REQUIRED_USE="



[gentoo-commits] repo/gentoo:master commit in: dev-libs/poco/

2023-10-05 Thread Joonas Niilola
commit: d0540bc9f7d78c9147dc0c012ae40ecb07d48bf5
Author: David Roman  gmail  com>
AuthorDate: Mon Sep  4 12:53:03 2023 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Thu Oct  5 14:33:17 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0540bc9

dev-libs/poco: make activerecord USE flag depens on xml

Closes: https://bugs.gentoo.org/911234
Signed-off-by: David Roman  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/32604
Signed-off-by: Joonas Niilola  gentoo.org>

 dev-libs/poco/poco-1.12.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/poco/poco-1.12.4.ebuild b/dev-libs/poco/poco-1.12.4.ebuild
index e56133b863f3..af3a59a24aee 100644
--- a/dev-libs/poco/poco-1.12.4.ebuild
+++ b/dev-libs/poco/poco-1.12.4.ebuild
@@ -17,7 +17,7 @@ KEYWORDS="amd64 ~arm ~arm64 ppc64 x86"
 IUSE="7z activerecord cppparser +data examples +file2pagecompiler iodbc +json 
jwt mariadb +mongodb mysql +net odbc +pagecompiler pdf pocodoc postgres 
prometheus sqlite +ssl test +util +xml +zip"
 RESTRICT="!test? ( test )"
 REQUIRED_USE="
-   activerecord? ( util )
+   activerecord? ( util xml )
7z? ( xml )
file2pagecompiler? ( pagecompiler )
iodbc? ( odbc )



[gentoo-commits] repo/gentoo:master commit in: dev-libs/poco/

2023-08-15 Thread Joonas Niilola
commit: be27b3866ec10465cd2e5fa0f6405b1e06c7f154
Author: David Roman  gmail  com>
AuthorDate: Thu Jul 27 14:14:53 2023 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Tue Aug 15 12:17:39 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be27b386

dev-libs/poco: fix missing USE flag dependency

Closes: https://bugs.gentoo.org/911235
Signed-off-by: David Roman  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/32068
Signed-off-by: Joonas Niilola  gentoo.org>

 dev-libs/poco/poco-1.12.4.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-libs/poco/poco-1.12.4.ebuild b/dev-libs/poco/poco-1.12.4.ebuild
index eb055fc6a77a..e56133b863f3 100644
--- a/dev-libs/poco/poco-1.12.4.ebuild
+++ b/dev-libs/poco/poco-1.12.4.ebuild
@@ -17,6 +17,7 @@ KEYWORDS="amd64 ~arm ~arm64 ppc64 x86"
 IUSE="7z activerecord cppparser +data examples +file2pagecompiler iodbc +json 
jwt mariadb +mongodb mysql +net odbc +pagecompiler pdf pocodoc postgres 
prometheus sqlite +ssl test +util +xml +zip"
 RESTRICT="!test? ( test )"
 REQUIRED_USE="
+   activerecord? ( util )
7z? ( xml )
file2pagecompiler? ( pagecompiler )
iodbc? ( odbc )



[gentoo-commits] repo/gentoo:master commit in: dev-libs/poco/

2023-07-25 Thread Joonas Niilola
commit: c4660ea7a01bf6184e5e990227be1a35ccbc00a2
Author: Joonas Niilola  gentoo  org>
AuthorDate: Wed Jul 26 05:15:44 2023 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Wed Jul 26 05:15:57 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4660ea7

dev-libs/poco: Stabilize 1.12.4 x86, #911206

Signed-off-by: Joonas Niilola  gentoo.org>

 dev-libs/poco/poco-1.12.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/poco/poco-1.12.4.ebuild b/dev-libs/poco/poco-1.12.4.ebuild
index 623bb887301a..eb055fc6a77a 100644
--- a/dev-libs/poco/poco-1.12.4.ebuild
+++ b/dev-libs/poco/poco-1.12.4.ebuild
@@ -13,7 +13,7 @@ S="${WORKDIR}/${PN}-${P}-release"
 LICENSE="Boost-1.0"
 # SHARED_LIBRARY_VERSION -> "${S}"/libversion
 SLOT="0/94"
-KEYWORDS="amd64 ~arm ~arm64 ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ppc64 x86"
 IUSE="7z activerecord cppparser +data examples +file2pagecompiler iodbc +json 
jwt mariadb +mongodb mysql +net odbc +pagecompiler pdf pocodoc postgres 
prometheus sqlite +ssl test +util +xml +zip"
 RESTRICT="!test? ( test )"
 REQUIRED_USE="



[gentoo-commits] repo/gentoo:master commit in: dev-libs/poco/

2023-07-25 Thread Joonas Niilola
commit: 5b18a59a8f147ff462a2aa3ec0c7b7bfcf502467
Author: Joonas Niilola  gentoo  org>
AuthorDate: Wed Jul 26 05:15:24 2023 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Wed Jul 26 05:15:57 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b18a59a

dev-libs/poco: Stabilize 1.12.4 amd64, #911206

Signed-off-by: Joonas Niilola  gentoo.org>

 dev-libs/poco/poco-1.12.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/poco/poco-1.12.4.ebuild b/dev-libs/poco/poco-1.12.4.ebuild
index 72819c6366e6..623bb887301a 100644
--- a/dev-libs/poco/poco-1.12.4.ebuild
+++ b/dev-libs/poco/poco-1.12.4.ebuild
@@ -13,7 +13,7 @@ S="${WORKDIR}/${PN}-${P}-release"
 LICENSE="Boost-1.0"
 # SHARED_LIBRARY_VERSION -> "${S}"/libversion
 SLOT="0/94"
-KEYWORDS="~amd64 ~arm ~arm64 ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ppc64 ~x86"
 IUSE="7z activerecord cppparser +data examples +file2pagecompiler iodbc +json 
jwt mariadb +mongodb mysql +net odbc +pagecompiler pdf pocodoc postgres 
prometheus sqlite +ssl test +util +xml +zip"
 RESTRICT="!test? ( test )"
 REQUIRED_USE="



[gentoo-commits] repo/gentoo:master commit in: dev-libs/poco/

2023-07-25 Thread Arthur Zamarin
commit: 8adf522b890acd51e69f4d32d5f6869b886765c5
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Jul 25 18:12:40 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Jul 25 18:12:40 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8adf522b

dev-libs/poco: Stabilize 1.12.4 ppc64, #911206

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

 dev-libs/poco/poco-1.12.4.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-libs/poco/poco-1.12.4.ebuild b/dev-libs/poco/poco-1.12.4.ebuild
index 596b7ffa8933..72819c6366e6 100644
--- a/dev-libs/poco/poco-1.12.4.ebuild
+++ b/dev-libs/poco/poco-1.12.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -13,7 +13,7 @@ S="${WORKDIR}/${PN}-${P}-release"
 LICENSE="Boost-1.0"
 # SHARED_LIBRARY_VERSION -> "${S}"/libversion
 SLOT="0/94"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ppc64 ~x86"
 IUSE="7z activerecord cppparser +data examples +file2pagecompiler iodbc +json 
jwt mariadb +mongodb mysql +net odbc +pagecompiler pdf pocodoc postgres 
prometheus sqlite +ssl test +util +xml +zip"
 RESTRICT="!test? ( test )"
 REQUIRED_USE="



[gentoo-commits] repo/gentoo:master commit in: dev-libs/poco/

2022-12-24 Thread Andreas Sturmlechner
commit: fa5cb158f56c0d76671ef21f5afff3d44672e6ef
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Dec 20 19:09:50 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Dec 24 08:58:57 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa5cb158

dev-libs/poco: drop 1.10.1

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 dev-libs/poco/Manifest   |   1 -
 dev-libs/poco/poco-1.10.1.ebuild | 135 ---
 2 files changed, 136 deletions(-)

diff --git a/dev-libs/poco/Manifest b/dev-libs/poco/Manifest
index be9006b70e27..e53e47643ea1 100644
--- a/dev-libs/poco/Manifest
+++ b/dev-libs/poco/Manifest
@@ -1,4 +1,3 @@
-DIST poco-1.10.1.tar.gz 10224204 BLAKE2B 
644bb2134c571e10b63937ca15b3f5d7255767bcc99dd6b6107a13d64ed7ac83d499d74f04084c666bbf5ef6f033d57d2fb1de0b8b8487844e3aaf8cefe6fba8
 SHA512 
40aa8049c68651f461280937c1c733e13d1cedbec12bc44a7f3a6c131d31229c5445067052441427071f6102fd1965d238bc0689279dd156b4e261ac9e73
 DIST poco-1.11.2.tar.gz 10935312 BLAKE2B 
66b4cdb6cb4b5dd4f5f0eee744e1d147d66e98561ec4286ed09693b638d565fbf084c3e40eff3f6a9a88cff167b1d774da08e8c8424986aefe13d029a540afe2
 SHA512 
3f9e46dbfb0a85f19389b269725cb6272172d993d8239f13da8110c0c6ce9ed2b6595708d5dba91a027292c74358c87da988e22587a74011e84707816a6a277c
 DIST poco-1.12.2.tar.gz 11268579 BLAKE2B 
fe23216884d1effb7e93072c5e90d5eabf813c6cf0326af5c4b6d3646d54e5411966485e97d50960df97cd545b3a265eb4b43c1cb041ff97b4457f53f6bd06bc
 SHA512 
86b6b106e9a677397c73139e949a65925e78611cad478fc4206a6a7365613307fc1549b1160faf6ca8f02fb7f7ae58858c3913cb70b7cbb5ffcbe5363bb3
 DIST poco-1.12.4.tar.gz 11296139 BLAKE2B 
45e1214616e78041d5ca512cee46621c006fe21f51231f3261dc40ca4941eb3cd4e52db493aa826779784f9d3f35cfd08e3e9d08fb35ebec2d610fb6528c635a
 SHA512 
730700a24b5a00d44aa85914e7d3c9eff76969a123a67315ba5e9b2d18c0ace70d2664d8a611496851f497aa4985d36685a67813a95e814461ae0fffdb460d91

diff --git a/dev-libs/poco/poco-1.10.1.ebuild b/dev-libs/poco/poco-1.10.1.ebuild
deleted file mode 100644
index a6b8dd9f..
--- a/dev-libs/poco/poco-1.10.1.ebuild
+++ /dev/null
@@ -1,135 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake
-
-DESCRIPTION="C++ libraries for building network-based applications"
-HOMEPAGE="https://pocoproject.org/;
-SRC_URI="https://github.com/pocoproject/${PN}/archive/${P}-release.tar.gz -> 
${P}.tar.gz"
-S="${WORKDIR}/${PN}-${P}-release"
-
-LICENSE="Boost-1.0"
-SLOT="0"
-KEYWORDS="amd64 arm ~arm64 ~ppc64 x86"
-IUSE="7z cppparser +crypto +data examples +file2pagecompiler iodbc +json 
mariadb +mongodb mysql +net odbc +pagecompiler pdf pocodoc sqlite +ssl test 
+util +xml +zip"
-RESTRICT="!test? ( test )"
-REQUIRED_USE="
-   7z? ( xml )
-   file2pagecompiler? ( pagecompiler )
-   iodbc? ( odbc )
-   mongodb? ( data )
-   mysql? ( data )
-   odbc? ( data )
-   pagecompiler? ( json net util xml )
-   pocodoc? ( cppparser util xml )
-   sqlite? ( data )
-   ssl? ( util )
-   test? ( data? ( sqlite ) json util xml )
-"
-
-BDEPEND="virtual/pkgconfig"
-RDEPEND="
-   >=dev-libs/libpcre-8.42
-   mysql? ( !mariadb? ( dev-db/mysql-connector-c:0= )
-mariadb? ( dev-db/mariadb-connector-c:0= ) )
-   odbc? ( iodbc? ( dev-db/libiodbc )
-   !iodbc? ( dev-db/unixODBC ) )
-   sqlite? ( dev-db/sqlite:3 )
-   ssl? (
-   dev-libs/openssl:0=
-   )
-   xml? ( dev-libs/expat )
-   zip? ( sys-libs/zlib )
-"
-DEPEND="${RDEPEND}"
-
-PATCHES=( "${FILESDIR}/${PN}-1.10.1-iodbc-incdir.patch" )
-
-src_prepare() {
-   cmake_src_prepare
-
-   if use test ; then
-   # ignore missing tests on experimental library
-   # and tests requiring running DB-servers, internet connections, 
etc.
-   sed -i -e '/testsuite/d' \
-   
{Data/{MySQL,ODBC},MongoDB,Net,NetSSL_OpenSSL,PDF,Redis}/CMakeLists.txt || die
-   # Poco expands ~ using passwd, which does not match $HOME in 
the build environment
-   sed -i -e '/CppUnit_addTest.*testExpand/d' \
-   Foundation/testsuite/src/PathTest.cpp || die
-   # ignore failing Crypto test since upstream does not seem to 
care,
-   # see https://github.com/pocoproject/poco/issues/1209
-   sed -i -e '/RSATest, testRSACipherLarge/d' \
-   Crypto/testsuite/src/RSATest.cpp || die
-   fi
-
-   if use mariadb ; then
-   # Fix MariaDB detection
-   sed -i -e 's~/usr/include/mysql~~' \
-   -e 's/STATUS "Couldn/FATAL_ERROR "Couldn/' \
-   cmake/FindMySQL.cmake || die
-   else
-   # Fix MySQL detection
-   sed -i -e 's/mysqlclient_r/mysqlclient/' \
-   -e 's/STATUS "Couldn/FATAL_ERROR 

[gentoo-commits] repo/gentoo:master commit in: dev-libs/poco/

2022-12-17 Thread Sam James
commit: 05dcd92282164c1b8f39295a2b59ab1d56cbe7bb
Author: Sam James  gentoo  org>
AuthorDate: Sun Dec 18 03:52:37 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Dec 18 04:01:27 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05dcd922

dev-libs/poco: switch 1.12.x to libpcre2

1.12.0 was the first release w/ pcre2.

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

 dev-libs/poco/{poco-1.12.2-r1.ebuild => poco-1.12.2-r2.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/poco/poco-1.12.2-r1.ebuild 
b/dev-libs/poco/poco-1.12.2-r2.ebuild
similarity index 99%
rename from dev-libs/poco/poco-1.12.2-r1.ebuild
rename to dev-libs/poco/poco-1.12.2-r2.ebuild
index b1bc0558e7d7..61de015e64b6 100644
--- a/dev-libs/poco/poco-1.12.2-r1.ebuild
+++ b/dev-libs/poco/poco-1.12.2-r2.ebuild
@@ -33,7 +33,7 @@ REQUIRED_USE="
 
 BDEPEND="virtual/pkgconfig"
 RDEPEND="
-   >=dev-libs/libpcre-8.42
+   >=dev-libs/libpcre2-10.40
activerecord? ( !app-arch/arc )
mysql? ( dev-db/mysql-connector-c:0= )
mariadb? ( dev-db/mariadb-connector-c:0= )



[gentoo-commits] repo/gentoo:master commit in: dev-libs/poco/

2022-12-17 Thread Sam James
commit: d294ec27fc083a99ae9c6d2140d4bb368f09dc6d
Author: Sam James  gentoo  org>
AuthorDate: Sun Dec 18 04:01:18 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Dec 18 04:01:28 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d294ec27

dev-libs/poco: add 1.12.4

Note that release notes mention a "security issue" but it's
just about bundled libs.

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

 dev-libs/poco/Manifest   |   1 +
 dev-libs/poco/poco-1.12.4.ebuild | 145 +++
 2 files changed, 146 insertions(+)

diff --git a/dev-libs/poco/Manifest b/dev-libs/poco/Manifest
index 8767155dec9b..be9006b70e27 100644
--- a/dev-libs/poco/Manifest
+++ b/dev-libs/poco/Manifest
@@ -1,3 +1,4 @@
 DIST poco-1.10.1.tar.gz 10224204 BLAKE2B 
644bb2134c571e10b63937ca15b3f5d7255767bcc99dd6b6107a13d64ed7ac83d499d74f04084c666bbf5ef6f033d57d2fb1de0b8b8487844e3aaf8cefe6fba8
 SHA512 
40aa8049c68651f461280937c1c733e13d1cedbec12bc44a7f3a6c131d31229c5445067052441427071f6102fd1965d238bc0689279dd156b4e261ac9e73
 DIST poco-1.11.2.tar.gz 10935312 BLAKE2B 
66b4cdb6cb4b5dd4f5f0eee744e1d147d66e98561ec4286ed09693b638d565fbf084c3e40eff3f6a9a88cff167b1d774da08e8c8424986aefe13d029a540afe2
 SHA512 
3f9e46dbfb0a85f19389b269725cb6272172d993d8239f13da8110c0c6ce9ed2b6595708d5dba91a027292c74358c87da988e22587a74011e84707816a6a277c
 DIST poco-1.12.2.tar.gz 11268579 BLAKE2B 
fe23216884d1effb7e93072c5e90d5eabf813c6cf0326af5c4b6d3646d54e5411966485e97d50960df97cd545b3a265eb4b43c1cb041ff97b4457f53f6bd06bc
 SHA512 
86b6b106e9a677397c73139e949a65925e78611cad478fc4206a6a7365613307fc1549b1160faf6ca8f02fb7f7ae58858c3913cb70b7cbb5ffcbe5363bb3
+DIST poco-1.12.4.tar.gz 11296139 BLAKE2B 
45e1214616e78041d5ca512cee46621c006fe21f51231f3261dc40ca4941eb3cd4e52db493aa826779784f9d3f35cfd08e3e9d08fb35ebec2d610fb6528c635a
 SHA512 
730700a24b5a00d44aa85914e7d3c9eff76969a123a67315ba5e9b2d18c0ace70d2664d8a611496851f497aa4985d36685a67813a95e814461ae0fffdb460d91

diff --git a/dev-libs/poco/poco-1.12.4.ebuild b/dev-libs/poco/poco-1.12.4.ebuild
new file mode 100644
index ..596b7ffa8933
--- /dev/null
+++ b/dev-libs/poco/poco-1.12.4.ebuild
@@ -0,0 +1,145 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+DESCRIPTION="C++ libraries for building network-based applications"
+HOMEPAGE="https://pocoproject.org/;
+SRC_URI="https://github.com/pocoproject/${PN}/archive/${P}-release.tar.gz -> 
${P}.tar.gz"
+S="${WORKDIR}/${PN}-${P}-release"
+
+LICENSE="Boost-1.0"
+# SHARED_LIBRARY_VERSION -> "${S}"/libversion
+SLOT="0/94"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+IUSE="7z activerecord cppparser +data examples +file2pagecompiler iodbc +json 
jwt mariadb +mongodb mysql +net odbc +pagecompiler pdf pocodoc postgres 
prometheus sqlite +ssl test +util +xml +zip"
+RESTRICT="!test? ( test )"
+REQUIRED_USE="
+   7z? ( xml )
+   file2pagecompiler? ( pagecompiler )
+   iodbc? ( odbc )
+   jwt? ( json ssl )
+   mongodb? ( data )
+   mysql? ( data )
+   odbc? ( data )
+   postgres? ( data )
+   pagecompiler? ( json net util xml )
+   pocodoc? ( cppparser util xml )
+   sqlite? ( data )
+   ssl? ( util )
+   test? ( data? ( sqlite ) json util xml )
+"
+
+BDEPEND="virtual/pkgconfig"
+RDEPEND="
+   >=dev-libs/libpcre2-10.40
+   activerecord? ( !app-arch/arc )
+   mysql? ( dev-db/mysql-connector-c:= )
+   mariadb? ( dev-db/mariadb-connector-c:= )
+   postgres? ( dev-db/postgresql:= )
+   odbc? (
+   iodbc? ( dev-db/libiodbc )
+   !iodbc? ( dev-db/unixODBC )
+   )
+   sqlite? ( dev-db/sqlite:3 )
+   ssl? (
+   dev-libs/openssl:=
+   )
+   xml? ( dev-libs/expat )
+   zip? ( sys-libs/zlib:= )
+"
+DEPEND="${RDEPEND}"
+
+PATCHES=( "${FILESDIR}/${PN}-1.10.1-iodbc-incdir.patch" )
+
+src_prepare() {
+   cmake_src_prepare
+
+   if [[ ${SLOT} != 0/$(< "${S}"/libversion) ]] ; then
+   die "Please update subslot in ebuild to the version in 
${S}/libversion!"
+   fi
+
+   if use test ; then
+   # ignore missing tests on experimental library
+   # and tests requiring running DB-servers, internet connections, 
etc.
+   sed -i -e '/testsuite/d' \
+   
{Data/{MySQL,ODBC},MongoDB,Net,NetSSL_OpenSSL,PDF,Redis}/CMakeLists.txt || die
+   # Poco expands ~ using passwd, which does not match $HOME in 
the build environment
+   sed -i -e '/CppUnit_addTest.*testExpand/d' \
+   Foundation/testsuite/src/PathTest.cpp || die
+   # ignore failing Crypto test since upstream does not seem to 
care,
+   # see https://github.com/pocoproject/poco/issues/1209
+   sed -i -e '/RSATest, testRSACipherLarge/d' \
+   

[gentoo-commits] repo/gentoo:master commit in: dev-libs/poco/

2022-11-15 Thread Sam James
commit: 766a3a671b7917e02b47ee160b0823b4f9c8d9c4
Author: Anna Vyalkova  sysrq  in>
AuthorDate: Wed Nov  2 15:21:01 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Nov 15 08:32:12 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=766a3a67

dev-libs/poco: add slot operator for zlib

Signed-off-by: Anna Vyalkova  sysrq.in>
Closes: https://github.com/gentoo/gentoo/pull/28108
Signed-off-by: Sam James  gentoo.org>

 dev-libs/poco/poco-1.12.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/poco/poco-1.12.2-r1.ebuild 
b/dev-libs/poco/poco-1.12.2-r1.ebuild
index 8932a52505b1..b1bc0558e7d7 100644
--- a/dev-libs/poco/poco-1.12.2-r1.ebuild
+++ b/dev-libs/poco/poco-1.12.2-r1.ebuild
@@ -47,7 +47,7 @@ RDEPEND="
dev-libs/openssl:0=
)
xml? ( dev-libs/expat )
-   zip? ( sys-libs/zlib )
+   zip? ( sys-libs/zlib:= )
 "
 DEPEND="${RDEPEND}"
 



[gentoo-commits] repo/gentoo:master commit in: dev-libs/poco/

2022-11-15 Thread Sam James
commit: 6c8a22442f360829473a3bc73c0778ba8155e04d
Author: Anna Vyalkova  sysrq  in>
AuthorDate: Wed Nov  2 15:13:44 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Nov 15 08:32:11 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c8a2244

dev-libs/poco: fix automagic dependency on dev-libs/openssl

Closes: https://bugs.gentoo.org/879187
Signed-off-by: Anna Vyalkova  sysrq.in>
Signed-off-by: Sam James  gentoo.org>

 dev-libs/poco/metadata.xml  | 1 +
 dev-libs/poco/{poco-1.12.2.ebuild => poco-1.12.2-r1.ebuild} | 4 +++-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/dev-libs/poco/metadata.xml b/dev-libs/poco/metadata.xml
index 5f1faf2571bf..7aa25bdef8f1 100644
--- a/dev-libs/poco/metadata.xml
+++ b/dev-libs/poco/metadata.xml
@@ -37,6 +37,7 @@ done quickly and working on the features that make their 
application unique.
Database abstraction layer to easily 
send/retrieve data to/from various databases
Utility to convert ordinary 
files to Page Compiler source files
Add JSON support
+   Add 
JSON Web Token support
Prefer 
dev-db/mariadb-connector-c over 
dev-db/mysql-connector-c
Add dev-db/mongodb 
support
Classes to write network clients  
servers

diff --git a/dev-libs/poco/poco-1.12.2.ebuild 
b/dev-libs/poco/poco-1.12.2-r1.ebuild
similarity index 95%
rename from dev-libs/poco/poco-1.12.2.ebuild
rename to dev-libs/poco/poco-1.12.2-r1.ebuild
index 33b7323596c5..69708db02e81 100644
--- a/dev-libs/poco/poco-1.12.2.ebuild
+++ b/dev-libs/poco/poco-1.12.2-r1.ebuild
@@ -13,12 +13,13 @@ S="${WORKDIR}/${PN}-${P}-release"
 LICENSE="Boost-1.0"
 SLOT="0"
 KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
-IUSE="7z activerecord cppparser +crypto +data examples +file2pagecompiler 
iodbc +json mariadb +mongodb mysql +net odbc +pagecompiler pdf pocodoc postgres 
prometheus sqlite +ssl test +util +xml +zip"
+IUSE="7z activerecord cppparser +crypto +data examples +file2pagecompiler 
iodbc +json jwt mariadb +mongodb mysql +net odbc +pagecompiler pdf pocodoc 
postgres prometheus sqlite +ssl test +util +xml +zip"
 RESTRICT="!test? ( test )"
 REQUIRED_USE="
7z? ( xml )
file2pagecompiler? ( pagecompiler )
iodbc? ( odbc )
+   jwt? ( json ssl )
mongodb? ( data )
mysql? ( data )
odbc? ( data )
@@ -98,6 +99,7 @@ src_configure() {
-DENABLE_DATA_POSTGRESQL="$(usex postgres)"
-DENABLE_DATA_SQLITE="$(usex sqlite)"
-DENABLE_JSON="$(usex util)"
+   -DENABLE_JWT="$(usex jwt)"
-DENABLE_MONGODB="$(usex mongodb)"
-DENABLE_NET="$(usex net)"
-DENABLE_NETSSL="$(usex ssl)"



[gentoo-commits] repo/gentoo:master commit in: dev-libs/poco/

2022-11-15 Thread Sam James
commit: e441d1605fc9ffe2feac4730a03086332290348b
Author: Anna Vyalkova  sysrq  in>
AuthorDate: Wed Nov  2 15:16:23 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Nov 15 08:32:11 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e441d160

dev-libs/poco: drop unused "crypto" flag

Signed-off-by: Anna Vyalkova  sysrq.in>
Signed-off-by: Sam James  gentoo.org>

 dev-libs/poco/metadata.xml  | 2 +-
 dev-libs/poco/poco-1.12.2-r1.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-libs/poco/metadata.xml b/dev-libs/poco/metadata.xml
index 7aa25bdef8f1..47052fc34e8a 100644
--- a/dev-libs/poco/metadata.xml
+++ b/dev-libs/poco/metadata.xml
@@ -33,7 +33,7 @@ done quickly and working on the features that make their 
application unique.
Add Support for the 7z archive format
Add ActiveRecord support
Build and install a minimal C++ 
parser
-   Encryption and digital signing 
classes
+   Encryption and digital signing 
classes
Database abstraction layer to easily 
send/retrieve data to/from various databases
Utility to convert ordinary 
files to Page Compiler source files
Add JSON support

diff --git a/dev-libs/poco/poco-1.12.2-r1.ebuild 
b/dev-libs/poco/poco-1.12.2-r1.ebuild
index 69708db02e81..8932a52505b1 100644
--- a/dev-libs/poco/poco-1.12.2-r1.ebuild
+++ b/dev-libs/poco/poco-1.12.2-r1.ebuild
@@ -13,7 +13,7 @@ S="${WORKDIR}/${PN}-${P}-release"
 LICENSE="Boost-1.0"
 SLOT="0"
 KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
-IUSE="7z activerecord cppparser +crypto +data examples +file2pagecompiler 
iodbc +json jwt mariadb +mongodb mysql +net odbc +pagecompiler pdf pocodoc 
postgres prometheus sqlite +ssl test +util +xml +zip"
+IUSE="7z activerecord cppparser +data examples +file2pagecompiler iodbc +json 
jwt mariadb +mongodb mysql +net odbc +pagecompiler pdf pocodoc postgres 
prometheus sqlite +ssl test +util +xml +zip"
 RESTRICT="!test? ( test )"
 REQUIRED_USE="
7z? ( xml )



[gentoo-commits] repo/gentoo:master commit in: dev-libs/poco/

2022-10-25 Thread Arthur Zamarin
commit: e893c16ea70a9e9fea403eb95083574c774b9b74
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Oct 25 18:48:34 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Oct 25 18:48:34 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e893c16e

dev-libs/poco: Stabilize 1.11.2-r1 arm64, #868573

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

 dev-libs/poco/poco-1.11.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/poco/poco-1.11.2-r1.ebuild 
b/dev-libs/poco/poco-1.11.2-r1.ebuild
index 8eaeb3549134..f8a7efd588a8 100644
--- a/dev-libs/poco/poco-1.11.2-r1.ebuild
+++ b/dev-libs/poco/poco-1.11.2-r1.ebuild
@@ -12,7 +12,7 @@ S="${WORKDIR}/${PN}-${P}-release"
 
 LICENSE="Boost-1.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ppc64 x86"
+KEYWORDS="amd64 ~arm arm64 ppc64 x86"
 IUSE="7z activerecord cppparser +crypto +data examples +file2pagecompiler 
iodbc +json mariadb +mongodb mysql +net odbc +pagecompiler pdf pocodoc sqlite 
+ssl test +util +xml +zip"
 RESTRICT="!test? ( test )"
 REQUIRED_USE="



[gentoo-commits] repo/gentoo:master commit in: dev-libs/poco/

2022-10-25 Thread Arthur Zamarin
commit: ade92190103591e37b3aaad7b502e24bebf35cf0
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Oct 25 18:48:37 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Oct 25 18:48:37 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ade92190

dev-libs/poco: Stabilize 1.11.2-r1 arm, #868573

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

 dev-libs/poco/poco-1.11.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/poco/poco-1.11.2-r1.ebuild 
b/dev-libs/poco/poco-1.11.2-r1.ebuild
index f8a7efd588a8..e9754d726988 100644
--- a/dev-libs/poco/poco-1.11.2-r1.ebuild
+++ b/dev-libs/poco/poco-1.11.2-r1.ebuild
@@ -12,7 +12,7 @@ S="${WORKDIR}/${PN}-${P}-release"
 
 LICENSE="Boost-1.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ppc64 x86"
+KEYWORDS="amd64 arm arm64 ppc64 x86"
 IUSE="7z activerecord cppparser +crypto +data examples +file2pagecompiler 
iodbc +json mariadb +mongodb mysql +net odbc +pagecompiler pdf pocodoc sqlite 
+ssl test +util +xml +zip"
 RESTRICT="!test? ( test )"
 REQUIRED_USE="



[gentoo-commits] repo/gentoo:master commit in: dev-libs/poco/

2022-10-24 Thread Joonas Niilola
commit: e2570b6d4f7f8cc8bf98e5c206ab1646f64e5d04
Author: Joonas Niilola  gentoo  org>
AuthorDate: Mon Oct 24 07:12:08 2022 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Mon Oct 24 07:12:49 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2570b6d

dev-libs/poco: Stabilize 1.11.2-r1 ppc64, #868573

Signed-off-by: Joonas Niilola  gentoo.org>

 dev-libs/poco/poco-1.11.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/poco/poco-1.11.2-r1.ebuild 
b/dev-libs/poco/poco-1.11.2-r1.ebuild
index e8b28f52cfb2..8eaeb3549134 100644
--- a/dev-libs/poco/poco-1.11.2-r1.ebuild
+++ b/dev-libs/poco/poco-1.11.2-r1.ebuild
@@ -12,7 +12,7 @@ S="${WORKDIR}/${PN}-${P}-release"
 
 LICENSE="Boost-1.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
+KEYWORDS="amd64 ~arm ~arm64 ppc64 x86"
 IUSE="7z activerecord cppparser +crypto +data examples +file2pagecompiler 
iodbc +json mariadb +mongodb mysql +net odbc +pagecompiler pdf pocodoc sqlite 
+ssl test +util +xml +zip"
 RESTRICT="!test? ( test )"
 REQUIRED_USE="



[gentoo-commits] repo/gentoo:master commit in: dev-libs/poco/

2022-10-12 Thread Sam James
commit: 08b16de11040d66407a6cbb65b1103b4830c7e98
Author: Sam James  gentoo  org>
AuthorDate: Wed Oct 12 19:21:12 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Oct 12 19:21:12 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08b16de1

dev-libs/poco: Stabilize 1.11.2-r1 amd64, #868573

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

 dev-libs/poco/poco-1.11.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/poco/poco-1.11.2-r1.ebuild 
b/dev-libs/poco/poco-1.11.2-r1.ebuild
index 077d9497733b..e8b28f52cfb2 100644
--- a/dev-libs/poco/poco-1.11.2-r1.ebuild
+++ b/dev-libs/poco/poco-1.11.2-r1.ebuild
@@ -12,7 +12,7 @@ S="${WORKDIR}/${PN}-${P}-release"
 
 LICENSE="Boost-1.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
 IUSE="7z activerecord cppparser +crypto +data examples +file2pagecompiler 
iodbc +json mariadb +mongodb mysql +net odbc +pagecompiler pdf pocodoc sqlite 
+ssl test +util +xml +zip"
 RESTRICT="!test? ( test )"
 REQUIRED_USE="



[gentoo-commits] repo/gentoo:master commit in: dev-libs/poco/

2022-10-10 Thread Joonas Niilola
commit: b5fb13a67d35c6e32aea82fc584a0f142feb23c0
Author: David Roman  gmail  com>
AuthorDate: Tue Sep  6 20:54:57 2022 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Mon Oct 10 13:17:20 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5fb13a6

dev-libs/poco: fix tests

Closes: https://bugs.gentoo.org/868660
Signed-off-by: David Roman  gmail.com>
Signed-off-by: Joonas Niilola  gentoo.org>

 dev-libs/poco/poco-1.11.2-r1.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-libs/poco/poco-1.11.2-r1.ebuild 
b/dev-libs/poco/poco-1.11.2-r1.ebuild
index ed567a1a2abf..077d9497733b 100644
--- a/dev-libs/poco/poco-1.11.2-r1.ebuild
+++ b/dev-libs/poco/poco-1.11.2-r1.ebuild
@@ -100,6 +100,7 @@ src_configure() {
-DENABLE_DATA_MYSQL="$(usex mysql)"
-DENABLE_DATA_ODBC="$(usex odbc)"
-DENABLE_DATA_SQLITE="$(usex sqlite)"
+   -DENABLE_DATA_POSTGRESQL=OFF
-DENABLE_JSON="$(usex util)"
-DENABLE_MONGODB="$(usex mongodb)"
-DENABLE_NET="$(usex net)"



[gentoo-commits] repo/gentoo:master commit in: dev-libs/poco/

2022-10-10 Thread Joonas Niilola
commit: 7a19d1927cd5b073b2e2f7abf1c5c927665707e9
Author: David Roman  gmail  com>
AuthorDate: Tue Sep  6 21:52:28 2022 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Mon Oct 10 13:18:05 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a19d192

dev-libs/poco: add 1.12.2

Signed-off-by: David Roman  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/27171
Signed-off-by: Joonas Niilola  gentoo.org>

 dev-libs/poco/Manifest   |   1 +
 dev-libs/poco/metadata.xml   |   1 +
 dev-libs/poco/poco-1.12.2.ebuild | 138 +++
 3 files changed, 140 insertions(+)

diff --git a/dev-libs/poco/Manifest b/dev-libs/poco/Manifest
index 637aaa23cbaa..8767155dec9b 100644
--- a/dev-libs/poco/Manifest
+++ b/dev-libs/poco/Manifest
@@ -1,2 +1,3 @@
 DIST poco-1.10.1.tar.gz 10224204 BLAKE2B 
644bb2134c571e10b63937ca15b3f5d7255767bcc99dd6b6107a13d64ed7ac83d499d74f04084c666bbf5ef6f033d57d2fb1de0b8b8487844e3aaf8cefe6fba8
 SHA512 
40aa8049c68651f461280937c1c733e13d1cedbec12bc44a7f3a6c131d31229c5445067052441427071f6102fd1965d238bc0689279dd156b4e261ac9e73
 DIST poco-1.11.2.tar.gz 10935312 BLAKE2B 
66b4cdb6cb4b5dd4f5f0eee744e1d147d66e98561ec4286ed09693b638d565fbf084c3e40eff3f6a9a88cff167b1d774da08e8c8424986aefe13d029a540afe2
 SHA512 
3f9e46dbfb0a85f19389b269725cb6272172d993d8239f13da8110c0c6ce9ed2b6595708d5dba91a027292c74358c87da988e22587a74011e84707816a6a277c
+DIST poco-1.12.2.tar.gz 11268579 BLAKE2B 
fe23216884d1effb7e93072c5e90d5eabf813c6cf0326af5c4b6d3646d54e5411966485e97d50960df97cd545b3a265eb4b43c1cb041ff97b4457f53f6bd06bc
 SHA512 
86b6b106e9a677397c73139e949a65925e78611cad478fc4206a6a7365613307fc1549b1160faf6ca8f02fb7f7ae58858c3913cb70b7cbb5ffcbe5363bb3

diff --git a/dev-libs/poco/metadata.xml b/dev-libs/poco/metadata.xml
index fca24ff1efb4..5f1faf2571bf 100644
--- a/dev-libs/poco/metadata.xml
+++ b/dev-libs/poco/metadata.xml
@@ -42,6 +42,7 @@ done quickly and working on the features that make their 
application unique.
Classes to write network clients  
servers
Simple compiler translating HTML 
pages containing embedded C++ code into HTTPRequestHandler classes
POCO documentation generator
+   Add prometheus monitoring system 
support
Several utility classes (like logger, timer, 
config file parser)
Add support for the zip  gz archive 
formats


diff --git a/dev-libs/poco/poco-1.12.2.ebuild b/dev-libs/poco/poco-1.12.2.ebuild
new file mode 100644
index ..33b7323596c5
--- /dev/null
+++ b/dev-libs/poco/poco-1.12.2.ebuild
@@ -0,0 +1,138 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+DESCRIPTION="C++ libraries for building network-based applications"
+HOMEPAGE="https://pocoproject.org/;
+SRC_URI="https://github.com/pocoproject/${PN}/archive/${P}-release.tar.gz -> 
${P}.tar.gz"
+S="${WORKDIR}/${PN}-${P}-release"
+
+LICENSE="Boost-1.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+IUSE="7z activerecord cppparser +crypto +data examples +file2pagecompiler 
iodbc +json mariadb +mongodb mysql +net odbc +pagecompiler pdf pocodoc postgres 
prometheus sqlite +ssl test +util +xml +zip"
+RESTRICT="!test? ( test )"
+REQUIRED_USE="
+   7z? ( xml )
+   file2pagecompiler? ( pagecompiler )
+   iodbc? ( odbc )
+   mongodb? ( data )
+   mysql? ( data )
+   odbc? ( data )
+   postgres? ( data )
+   pagecompiler? ( json net util xml )
+   pocodoc? ( cppparser util xml )
+   sqlite? ( data )
+   ssl? ( util )
+   test? ( data? ( sqlite ) json util xml )
+"
+
+BDEPEND="virtual/pkgconfig"
+RDEPEND="
+   >=dev-libs/libpcre-8.42
+   activerecord? ( !app-arch/arc )
+   mysql? ( dev-db/mysql-connector-c:0= )
+   mariadb? ( dev-db/mariadb-connector-c:0= )
+   postgres? ( dev-db/postgresql:= )
+   odbc? (
+   iodbc? ( dev-db/libiodbc )
+   !iodbc? ( dev-db/unixODBC )
+   )
+   sqlite? ( dev-db/sqlite:3 )
+   ssl? (
+   dev-libs/openssl:0=
+   )
+   xml? ( dev-libs/expat )
+   zip? ( sys-libs/zlib )
+"
+DEPEND="${RDEPEND}"
+
+PATCHES=( "${FILESDIR}/${PN}-1.10.1-iodbc-incdir.patch" )
+
+src_prepare() {
+   cmake_src_prepare
+
+   if use test ; then
+   # ignore missing tests on experimental library
+   # and tests requiring running DB-servers, internet connections, 
etc.
+   sed -i -e '/testsuite/d' \
+   
{Data/{MySQL,ODBC},MongoDB,Net,NetSSL_OpenSSL,PDF,Redis}/CMakeLists.txt || die
+   # Poco expands ~ using passwd, which does not match $HOME in 
the build environment
+   sed -i -e '/CppUnit_addTest.*testExpand/d' \
+   Foundation/testsuite/src/PathTest.cpp || die
+   # ignore failing Crypto test since 

[gentoo-commits] repo/gentoo:master commit in: dev-libs/poco/

2022-09-05 Thread Jakov Smolić
commit: 2f2fc0daf71f248e5e3f4a3b22d6dbee7def5da7
Author: Jakov Smolić  gentoo  org>
AuthorDate: Mon Sep  5 14:36:21 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Mon Sep  5 14:36:21 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f2fc0da

dev-libs/poco: Stabilize 1.11.2-r1 x86, #868573

Signed-off-by: Jakov Smolić  gentoo.org>

 dev-libs/poco/poco-1.11.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/poco/poco-1.11.2-r1.ebuild 
b/dev-libs/poco/poco-1.11.2-r1.ebuild
index 40f8cc859b35..ed567a1a2abf 100644
--- a/dev-libs/poco/poco-1.11.2-r1.ebuild
+++ b/dev-libs/poco/poco-1.11.2-r1.ebuild
@@ -12,7 +12,7 @@ S="${WORKDIR}/${PN}-${P}-release"
 
 LICENSE="Boost-1.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 x86"
 IUSE="7z activerecord cppparser +crypto +data examples +file2pagecompiler 
iodbc +json mariadb +mongodb mysql +net odbc +pagecompiler pdf pocodoc sqlite 
+ssl test +util +xml +zip"
 RESTRICT="!test? ( test )"
 REQUIRED_USE="



[gentoo-commits] repo/gentoo:master commit in: dev-libs/poco/

2022-06-23 Thread Joonas Niilola
commit: 81fdba3f2e525a9d688c34cf70d9fd0de86d7afe
Author: Joonas Niilola  gentoo  org>
AuthorDate: Thu Jun 23 09:21:47 2022 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Thu Jun 23 09:21:47 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81fdba3f

dev-libs/poco: revbump 1.11.2 due to the blocker update

Signed-off-by: Joonas Niilola  gentoo.org>

 dev-libs/poco/{poco-1.11.2.ebuild => poco-1.11.2-r1.ebuild} | 8 +---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/dev-libs/poco/poco-1.11.2.ebuild 
b/dev-libs/poco/poco-1.11.2-r1.ebuild
similarity index 97%
rename from dev-libs/poco/poco-1.11.2.ebuild
rename to dev-libs/poco/poco-1.11.2-r1.ebuild
index 6bf897f4f91c..40f8cc859b35 100644
--- a/dev-libs/poco/poco-1.11.2.ebuild
+++ b/dev-libs/poco/poco-1.11.2-r1.ebuild
@@ -34,9 +34,11 @@ RDEPEND="
>=dev-libs/libpcre-8.42
activerecord? ( !app-arch/arc )
mysql? ( !mariadb? ( dev-db/mysql-connector-c:0= )
-mariadb? ( dev-db/mariadb-connector-c:0= ) )
-   odbc? ( iodbc? ( dev-db/libiodbc )
-   !iodbc? ( dev-db/unixODBC ) )
+   mariadb? ( dev-db/mariadb-connector-c:0= ) )
+   odbc? (
+   iodbc? ( dev-db/libiodbc )
+   !iodbc? ( dev-db/unixODBC )
+   )
sqlite? ( dev-db/sqlite:3 )
ssl? (
dev-libs/openssl:0=



[gentoo-commits] repo/gentoo:master commit in: dev-libs/poco/

2022-06-23 Thread Joonas Niilola
commit: 5fa922f223e69f0cfee227c40fb783fd1611f412
Author: David Roman  gmail  com>
AuthorDate: Tue Jun  7 13:42:59 2022 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Thu Jun 23 09:20:23 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5fa922f2

dev-libs/poco: fix collision with app-arch/arc

Closes: https://bugs.gentoo.org/847067
Signed-off-by: David Roman  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/25791
Signed-off-by: Joonas Niilola  gentoo.org>

 dev-libs/poco/poco-1.11.2.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-libs/poco/poco-1.11.2.ebuild b/dev-libs/poco/poco-1.11.2.ebuild
index 260b3ec77580..6bf897f4f91c 100644
--- a/dev-libs/poco/poco-1.11.2.ebuild
+++ b/dev-libs/poco/poco-1.11.2.ebuild
@@ -91,6 +91,7 @@ src_configure() {
-DPOCO_UNBUNDLED=ON
-DENABLE_APACHECONNECTOR=OFF
-DENABLE_ACTIVERECORD="$(usex activerecord)"
+   -DENABLE_ACTIVERECORD_COMPILER="$(usex activerecord)"
-DENABLE_CPPPARSER="$(usex cppparser)"
-DENABLE_CRYPTO="$(usex ssl)"
-DENABLE_DATA="$(usex data)"



[gentoo-commits] repo/gentoo:master commit in: dev-libs/poco/

2022-05-10 Thread Florian Schmaus
commit: b6cddfe855d537c2a7bec616f59730d83d997a92
Author: David Roman  gmail  com>
AuthorDate: Sun May  8 20:11:42 2022 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Tue May 10 19:52:50 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6cddfe8

dev-libs/poco: fix file collision

Closes: https://bugs.gentoo.org/842900
Signed-off-by: David Roman  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/25391
Signed-off-by: Florian Schmaus  gentoo.org>

 dev-libs/poco/poco-1.11.2.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-libs/poco/poco-1.11.2.ebuild b/dev-libs/poco/poco-1.11.2.ebuild
index 90b4ba570fd3..260b3ec77580 100644
--- a/dev-libs/poco/poco-1.11.2.ebuild
+++ b/dev-libs/poco/poco-1.11.2.ebuild
@@ -32,6 +32,7 @@ REQUIRED_USE="
 BDEPEND="virtual/pkgconfig"
 RDEPEND="
>=dev-libs/libpcre-8.42
+   activerecord? ( !app-arch/arc )
mysql? ( !mariadb? ( dev-db/mysql-connector-c:0= )
 mariadb? ( dev-db/mariadb-connector-c:0= ) )
odbc? ( iodbc? ( dev-db/libiodbc )



[gentoo-commits] repo/gentoo:master commit in: dev-libs/poco/, dev-libs/poco/files/

2022-05-06 Thread Sam James
commit: ee5d943e8ee9a1f2264aa4dbd603cecadb43e9b6
Author: David Roman  gmail  com>
AuthorDate: Tue May  3 18:07:06 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri May  6 07:47:19 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee5d943e

dev-libs/poco: clean old ebuild

Closes: https://bugs.gentoo.org/805050
Closes: https://bugs.gentoo.org/656174
Closes: https://bugs.gentoo.org/720978
Closes: https://bugs.gentoo.org/738718
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: David Roman  gmail.com>
Signed-off-by: Sam James  gentoo.org>

 dev-libs/poco/Manifest|   1 -
 dev-libs/poco/files/poco-1.7.2-iodbc-incdir.patch |  13 --
 dev-libs/poco/poco-1.9.0-r2.ebuild| 137 --
 3 files changed, 151 deletions(-)

diff --git a/dev-libs/poco/Manifest b/dev-libs/poco/Manifest
index 0dc485b0a315..67505d010258 100644
--- a/dev-libs/poco/Manifest
+++ b/dev-libs/poco/Manifest
@@ -1,2 +1 @@
 DIST poco-1.10.1.tar.gz 10224204 BLAKE2B 
644bb2134c571e10b63937ca15b3f5d7255767bcc99dd6b6107a13d64ed7ac83d499d74f04084c666bbf5ef6f033d57d2fb1de0b8b8487844e3aaf8cefe6fba8
 SHA512 
40aa8049c68651f461280937c1c733e13d1cedbec12bc44a7f3a6c131d31229c5445067052441427071f6102fd1965d238bc0689279dd156b4e261ac9e73
-DIST poco-1.9.0.tar.gz 10012966 BLAKE2B 
98848e87008c71dc5131dbd1c2b17afc414074a3e26237918baf231b4e56ce3d69347cf7a3017715895f4ee56a428672fcb804fb3c732daccc9790b0081d
 SHA512 
de2346d62b2e89ba04abe62a83f6ede7a496e80bcbe53a880a1aa8e87a8ebd9a430dd70fdc6aada836bb1021c6df21375fd0cbcf62dbb6e29a2f65d6d90cf2b9

diff --git a/dev-libs/poco/files/poco-1.7.2-iodbc-incdir.patch 
b/dev-libs/poco/files/poco-1.7.2-iodbc-incdir.patch
deleted file mode 100644
index e41d8f390d9f..
--- a/dev-libs/poco/files/poco-1.7.2-iodbc-incdir.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/cmake/FindODBC.cmake b/cmake/FindODBC.cmake
-index 9e229ed..5d79c7e 100644
 a/cmake/FindODBC.cmake
-+++ b/cmake/FindODBC.cmake
-@@ -16,7 +16,7 @@
- find_path(ODBC_INCLUDE_DIRECTORIES 
-   NAMES sql.h
-   HINTS
--  /usr/include
-+  /usr/include/iodbc
-   /usr/include/odbc
-   /usr/local/include
-   /usr/local/include/odbc

diff --git a/dev-libs/poco/poco-1.9.0-r2.ebuild 
b/dev-libs/poco/poco-1.9.0-r2.ebuild
deleted file mode 100644
index 191b5135b95c..
--- a/dev-libs/poco/poco-1.9.0-r2.ebuild
+++ /dev/null
@@ -1,137 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake
-
-DESCRIPTION="C++ libraries for building network-based applications"
-HOMEPAGE="https://pocoproject.org/;
-SRC_URI="https://github.com/pocoproject/${PN}/archive/${P}-release.tar.gz -> 
${P}.tar.gz"
-LICENSE="Boost-1.0"
-SLOT="0"
-KEYWORDS="amd64 arm x86"
-
-IUSE="7z cppparser +crypto +data examples +file2pagecompiler iodbc +json 
mariadb +mongodb mysql +net odbc +pagecompiler pdf pocodoc sqlite +ssl test 
+util +xml +zip"
-RESTRICT="!test? ( test )"
-REQUIRED_USE="
-   7z? ( xml )
-   file2pagecompiler? ( pagecompiler )
-   iodbc? ( odbc )
-   mongodb? ( data )
-   mysql? ( data )
-   odbc? ( data )
-   pagecompiler? ( json net util xml )
-   pocodoc? ( cppparser util xml )
-   sqlite? ( data )
-   ssl? ( util )
-   test? ( data? ( sqlite ) json util xml )
-"
-
-BDEPEND="
-   virtual/pkgconfig
-"
-RDEPEND="
-   >=dev-libs/libpcre-8.42
-   mysql? ( !mariadb? ( dev-db/mysql-connector-c:0= )
-mariadb? ( dev-db/mariadb-connector-c:0= ) )
-   odbc? ( iodbc? ( dev-db/libiodbc )
-   !iodbc? ( dev-db/unixODBC ) )
-   sqlite? ( dev-db/sqlite:3 )
-   ssl? (
-   dev-libs/openssl:0=
-   )
-   xml? ( dev-libs/expat )
-   zip? ( sys-libs/zlib )
-"
-DEPEND="${RDEPEND}"
-
-S="${WORKDIR}/${PN}-${P}-release"
-
-PATCHES=( "${FILESDIR}/${PN}-1.7.2-iodbc-incdir.patch" )
-
-src_prepare() {
-   cmake_src_prepare
-
-   if use test ; then
-   # ignore missing tests on experimental library
-   # and tests requiring running DB-servers, internet connections, 
etc.
-   sed -i -e '/testsuite/d' \
-   
{Data/{MySQL,ODBC},MongoDB,Net,NetSSL_OpenSSL,PDF,Redis}/CMakeLists.txt || die
-   # Poco expands ~ using passwd, which does not match $HOME in 
the build environment
-   sed -i -e '/CppUnit_addTest.*testExpand/d' \
-   Foundation/testsuite/src/PathTest.cpp || die
-   # ignore failing Crypto test since upstream does not seem to 
care,
-   # see https://github.com/pocoproject/poco/issues/1209
-   sed -i -e '/RSATest, testRSACipherLarge/d' \
-   Crypto/testsuite/src/RSATest.cpp || die
-   fi
-
-   if use mariadb ; then
-   # Fix MariaDB detection
-   sed -i -e 

[gentoo-commits] repo/gentoo:master commit in: dev-libs/poco/

2022-05-06 Thread Sam James
commit: 4e8ef05532ffb65388ab6fbdb3ec0096ea0acebf
Author: David Roman  gmail  com>
AuthorDate: Tue May  3 19:51:13 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri May  6 07:47:20 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e8ef055

dev-libs/poco: verbump to 1.11.2

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: David Roman  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/25307
Signed-off-by: Sam James  gentoo.org>

 dev-libs/poco/Manifest   |   1 +
 dev-libs/poco/metadata.xml   |   1 +
 dev-libs/poco/poco-1.11.2.ebuild | 136 +++
 3 files changed, 138 insertions(+)

diff --git a/dev-libs/poco/Manifest b/dev-libs/poco/Manifest
index 67505d010258..637aaa23cbaa 100644
--- a/dev-libs/poco/Manifest
+++ b/dev-libs/poco/Manifest
@@ -1 +1,2 @@
 DIST poco-1.10.1.tar.gz 10224204 BLAKE2B 
644bb2134c571e10b63937ca15b3f5d7255767bcc99dd6b6107a13d64ed7ac83d499d74f04084c666bbf5ef6f033d57d2fb1de0b8b8487844e3aaf8cefe6fba8
 SHA512 
40aa8049c68651f461280937c1c733e13d1cedbec12bc44a7f3a6c131d31229c5445067052441427071f6102fd1965d238bc0689279dd156b4e261ac9e73
+DIST poco-1.11.2.tar.gz 10935312 BLAKE2B 
66b4cdb6cb4b5dd4f5f0eee744e1d147d66e98561ec4286ed09693b638d565fbf084c3e40eff3f6a9a88cff167b1d774da08e8c8424986aefe13d029a540afe2
 SHA512 
3f9e46dbfb0a85f19389b269725cb6272172d993d8239f13da8110c0c6ce9ed2b6595708d5dba91a027292c74358c87da988e22587a74011e84707816a6a277c

diff --git a/dev-libs/poco/metadata.xml b/dev-libs/poco/metadata.xml
index e87aecd0e1e0..fca24ff1efb4 100644
--- a/dev-libs/poco/metadata.xml
+++ b/dev-libs/poco/metadata.xml
@@ -31,6 +31,7 @@ done quickly and working on the features that make their 
application unique.


Add Support for the 7z archive format
+   Add ActiveRecord support
Build and install a minimal C++ 
parser
Encryption and digital signing 
classes
Database abstraction layer to easily 
send/retrieve data to/from various databases

diff --git a/dev-libs/poco/poco-1.11.2.ebuild b/dev-libs/poco/poco-1.11.2.ebuild
new file mode 100644
index ..90b4ba570fd3
--- /dev/null
+++ b/dev-libs/poco/poco-1.11.2.ebuild
@@ -0,0 +1,136 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+DESCRIPTION="C++ libraries for building network-based applications"
+HOMEPAGE="https://pocoproject.org/;
+SRC_URI="https://github.com/pocoproject/${PN}/archive/${P}-release.tar.gz -> 
${P}.tar.gz"
+S="${WORKDIR}/${PN}-${P}-release"
+
+LICENSE="Boost-1.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+IUSE="7z activerecord cppparser +crypto +data examples +file2pagecompiler 
iodbc +json mariadb +mongodb mysql +net odbc +pagecompiler pdf pocodoc sqlite 
+ssl test +util +xml +zip"
+RESTRICT="!test? ( test )"
+REQUIRED_USE="
+   7z? ( xml )
+   file2pagecompiler? ( pagecompiler )
+   iodbc? ( odbc )
+   mongodb? ( data )
+   mysql? ( data )
+   odbc? ( data )
+   pagecompiler? ( json net util xml )
+   pocodoc? ( cppparser util xml )
+   sqlite? ( data )
+   ssl? ( util )
+   test? ( data? ( sqlite ) json util xml )
+"
+
+BDEPEND="virtual/pkgconfig"
+RDEPEND="
+   >=dev-libs/libpcre-8.42
+   mysql? ( !mariadb? ( dev-db/mysql-connector-c:0= )
+mariadb? ( dev-db/mariadb-connector-c:0= ) )
+   odbc? ( iodbc? ( dev-db/libiodbc )
+   !iodbc? ( dev-db/unixODBC ) )
+   sqlite? ( dev-db/sqlite:3 )
+   ssl? (
+   dev-libs/openssl:0=
+   )
+   xml? ( dev-libs/expat )
+   zip? ( sys-libs/zlib )
+"
+DEPEND="${RDEPEND}"
+
+PATCHES=( "${FILESDIR}/${PN}-1.10.1-iodbc-incdir.patch" )
+
+src_prepare() {
+   cmake_src_prepare
+
+   if use test ; then
+   # ignore missing tests on experimental library
+   # and tests requiring running DB-servers, internet connections, 
etc.
+   sed -i -e '/testsuite/d' \
+   
{Data/{MySQL,ODBC},MongoDB,Net,NetSSL_OpenSSL,PDF,Redis}/CMakeLists.txt || die
+   # Poco expands ~ using passwd, which does not match $HOME in 
the build environment
+   sed -i -e '/CppUnit_addTest.*testExpand/d' \
+   Foundation/testsuite/src/PathTest.cpp || die
+   # ignore failing Crypto test since upstream does not seem to 
care,
+   # see https://github.com/pocoproject/poco/issues/1209
+   sed -i -e '/RSATest, testRSACipherLarge/d' \
+   Crypto/testsuite/src/RSATest.cpp || die
+   fi
+
+   if use mariadb ; then
+   # Fix MariaDB detection
+   sed -i -e 's~/usr/include/mysql~~' \
+   -e 's/STATUS "Couldn/FATAL_ERROR "Couldn/' \
+   cmake/FindMySQL.cmake || die
+   else
+   # 

[gentoo-commits] repo/gentoo:master commit in: dev-libs/poco/

2022-02-14 Thread Sam James
commit: ffcde26ab6cbf1613939e4e3a0af465802fc42c2
Author: Sam James  gentoo  org>
AuthorDate: Mon Feb 14 20:45:00 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Feb 14 20:45:00 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ffcde26a

dev-libs/poco: Keyword 1.10.1 arm64, #832821

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

 dev-libs/poco/poco-1.10.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/poco/poco-1.10.1.ebuild b/dev-libs/poco/poco-1.10.1.ebuild
index 45c67056b20f..a6b8dd9f 100644
--- a/dev-libs/poco/poco-1.10.1.ebuild
+++ b/dev-libs/poco/poco-1.10.1.ebuild
@@ -12,7 +12,7 @@ S="${WORKDIR}/${PN}-${P}-release"
 
 LICENSE="Boost-1.0"
 SLOT="0"
-KEYWORDS="amd64 arm ~ppc64 x86"
+KEYWORDS="amd64 arm ~arm64 ~ppc64 x86"
 IUSE="7z cppparser +crypto +data examples +file2pagecompiler iodbc +json 
mariadb +mongodb mysql +net odbc +pagecompiler pdf pocodoc sqlite +ssl test 
+util +xml +zip"
 RESTRICT="!test? ( test )"
 REQUIRED_USE="



[gentoo-commits] repo/gentoo:master commit in: dev-libs/poco/

2022-02-13 Thread Sam James
commit: d763e964cf97f76dea0e3ec9a22cde7b7ff071b7
Author: Sam James  gentoo  org>
AuthorDate: Mon Feb 14 00:55:30 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Feb 14 00:55:30 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d763e964

dev-libs/poco: Keyword 1.10.1 ppc64, #832821

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

 dev-libs/poco/poco-1.10.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-libs/poco/poco-1.10.1.ebuild b/dev-libs/poco/poco-1.10.1.ebuild
index 47a8c8a18c4c..45c67056b20f 100644
--- a/dev-libs/poco/poco-1.10.1.ebuild
+++ b/dev-libs/poco/poco-1.10.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -12,7 +12,7 @@ S="${WORKDIR}/${PN}-${P}-release"
 
 LICENSE="Boost-1.0"
 SLOT="0"
-KEYWORDS="amd64 arm x86"
+KEYWORDS="amd64 arm ~ppc64 x86"
 IUSE="7z cppparser +crypto +data examples +file2pagecompiler iodbc +json 
mariadb +mongodb mysql +net odbc +pagecompiler pdf pocodoc sqlite +ssl test 
+util +xml +zip"
 RESTRICT="!test? ( test )"
 REQUIRED_USE="



[gentoo-commits] repo/gentoo:master commit in: dev-libs/poco/

2021-10-10 Thread Sam James
commit: 4e8f89f602436ba70e34738b5d39b7f47545e1cc
Author: Sam James  gentoo  org>
AuthorDate: Sun Oct 10 23:17:02 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Oct 10 23:17:02 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e8f89f6

dev-libs/poco: Stabilize 1.10.1 arm, #772092

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

 dev-libs/poco/poco-1.10.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/poco/poco-1.10.1.ebuild b/dev-libs/poco/poco-1.10.1.ebuild
index d615fee5812..47a8c8a18c4 100644
--- a/dev-libs/poco/poco-1.10.1.ebuild
+++ b/dev-libs/poco/poco-1.10.1.ebuild
@@ -12,7 +12,7 @@ S="${WORKDIR}/${PN}-${P}-release"
 
 LICENSE="Boost-1.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm x86"
+KEYWORDS="amd64 arm x86"
 IUSE="7z cppparser +crypto +data examples +file2pagecompiler iodbc +json 
mariadb +mongodb mysql +net odbc +pagecompiler pdf pocodoc sqlite +ssl test 
+util +xml +zip"
 RESTRICT="!test? ( test )"
 REQUIRED_USE="



[gentoo-commits] repo/gentoo:master commit in: dev-libs/poco/

2021-06-03 Thread Sam James
commit: 714eb8d7c5e6387fe08a4274d30e8d0eee43b3da
Author: Sam James  gentoo  org>
AuthorDate: Thu Jun  3 22:50:02 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jun  3 22:50:02 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=714eb8d7

dev-libs/poco: Stabilize 1.10.1 amd64, #772092

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

 dev-libs/poco/poco-1.10.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/poco/poco-1.10.1.ebuild b/dev-libs/poco/poco-1.10.1.ebuild
index 23d3c166ee3..d615fee5812 100644
--- a/dev-libs/poco/poco-1.10.1.ebuild
+++ b/dev-libs/poco/poco-1.10.1.ebuild
@@ -12,7 +12,7 @@ S="${WORKDIR}/${PN}-${P}-release"
 
 LICENSE="Boost-1.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm x86"
+KEYWORDS="amd64 ~arm x86"
 IUSE="7z cppparser +crypto +data examples +file2pagecompiler iodbc +json 
mariadb +mongodb mysql +net odbc +pagecompiler pdf pocodoc sqlite +ssl test 
+util +xml +zip"
 RESTRICT="!test? ( test )"
 REQUIRED_USE="



[gentoo-commits] repo/gentoo:master commit in: dev-libs/poco/

2021-06-02 Thread Sam James
commit: 721a87a542d73dce372e49467e96f9a0f7a0901e
Author: Sam James  gentoo  org>
AuthorDate: Wed Jun  2 19:00:24 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Jun  2 19:00:24 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=721a87a5

dev-libs/poco: Stabilize 1.10.1 x86, #772092

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

 dev-libs/poco/poco-1.10.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/poco/poco-1.10.1.ebuild b/dev-libs/poco/poco-1.10.1.ebuild
index 6597a6da68d..23d3c166ee3 100644
--- a/dev-libs/poco/poco-1.10.1.ebuild
+++ b/dev-libs/poco/poco-1.10.1.ebuild
@@ -12,7 +12,7 @@ S="${WORKDIR}/${PN}-${P}-release"
 
 LICENSE="Boost-1.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="~amd64 ~arm x86"
 IUSE="7z cppparser +crypto +data examples +file2pagecompiler iodbc +json 
mariadb +mongodb mysql +net odbc +pagecompiler pdf pocodoc sqlite +ssl test 
+util +xml +zip"
 RESTRICT="!test? ( test )"
 REQUIRED_USE="



[gentoo-commits] repo/gentoo:master commit in: dev-libs/poco/

2021-05-02 Thread Mikle Kolyada
commit: 890eaad0b907564a4e0f50c2af9e4b38d5356c18
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun May  2 15:36:08 2021 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun May  2 15:38:32 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=890eaad0

dev-libs/poco: remove libressl support

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

 dev-libs/poco/poco-1.10.1.ebuild   | 7 +++
 dev-libs/poco/poco-1.9.0-r2.ebuild | 7 +++
 2 files changed, 6 insertions(+), 8 deletions(-)

diff --git a/dev-libs/poco/poco-1.10.1.ebuild b/dev-libs/poco/poco-1.10.1.ebuild
index dcdec18fa2e..6597a6da68d 100644
--- a/dev-libs/poco/poco-1.10.1.ebuild
+++ b/dev-libs/poco/poco-1.10.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -13,7 +13,7 @@ S="${WORKDIR}/${PN}-${P}-release"
 LICENSE="Boost-1.0"
 SLOT="0"
 KEYWORDS="~amd64 ~arm ~x86"
-IUSE="7z cppparser +crypto +data examples +file2pagecompiler iodbc +json 
libressl mariadb +mongodb mysql +net odbc +pagecompiler pdf pocodoc sqlite +ssl 
test +util +xml +zip"
+IUSE="7z cppparser +crypto +data examples +file2pagecompiler iodbc +json 
mariadb +mongodb mysql +net odbc +pagecompiler pdf pocodoc sqlite +ssl test 
+util +xml +zip"
 RESTRICT="!test? ( test )"
 REQUIRED_USE="
7z? ( xml )
@@ -38,8 +38,7 @@ RDEPEND="
!iodbc? ( dev-db/unixODBC ) )
sqlite? ( dev-db/sqlite:3 )
ssl? (
-   !libressl? ( dev-libs/openssl:0= )
-   libressl? ( dev-libs/libressl:0= )
+   dev-libs/openssl:0=
)
xml? ( dev-libs/expat )
zip? ( sys-libs/zlib )

diff --git a/dev-libs/poco/poco-1.9.0-r2.ebuild 
b/dev-libs/poco/poco-1.9.0-r2.ebuild
index c4df5abf24b..6e68ea76db7 100644
--- a/dev-libs/poco/poco-1.9.0-r2.ebuild
+++ b/dev-libs/poco/poco-1.9.0-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -12,7 +12,7 @@ LICENSE="Boost-1.0"
 SLOT="0"
 KEYWORDS="amd64 arm x86"
 
-IUSE="7z cppparser +crypto +data examples +file2pagecompiler iodbc +json 
libressl mariadb +mongodb mysql +net odbc +pagecompiler pdf pocodoc sqlite +ssl 
test +util +xml +zip"
+IUSE="7z cppparser +crypto +data examples +file2pagecompiler iodbc +json 
mariadb +mongodb mysql +net odbc +pagecompiler pdf pocodoc sqlite +ssl test 
+util +xml +zip"
 RESTRICT="!test? ( test )"
 REQUIRED_USE="
7z? ( xml )
@@ -39,8 +39,7 @@ RDEPEND="
!iodbc? ( dev-db/unixODBC ) )
sqlite? ( dev-db/sqlite:3 )
ssl? (
-   !libressl? ( dev-libs/openssl:0= )
-   libressl? ( dev-libs/libressl:0= )
+   dev-libs/openssl:0=
)
xml? ( dev-libs/expat )
zip? ( sys-libs/zlib )



[gentoo-commits] repo/gentoo:master commit in: dev-libs/poco/, dev-libs/poco/files/

2020-11-23 Thread Sam James
commit: 8c3ac02e46ac320c8206e46d2144cb43718ca175
Author: David Roman  gmail  com>
AuthorDate: Mon Nov 23 16:33:06 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Nov 24 03:47:38 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c3ac02e

dev-libs/poco: verbump to 1.10.1

Closes: https://bugs.gentoo.org/665880
Closes: https://bugs.gentoo.org/707106
Package-Manager: Portage-3.0.10, Repoman-3.0.2
Signed-off-by: David Roman  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/18378
Signed-off-by: Sam James  gentoo.org>

 dev-libs/poco/Manifest |   1 +
 dev-libs/poco/files/poco-1.10.1-iodbc-incdir.patch |  13 ++
 dev-libs/poco/metadata.xml |   9 +-
 dev-libs/poco/poco-1.10.1.ebuild   | 138 +
 4 files changed, 160 insertions(+), 1 deletion(-)

diff --git a/dev-libs/poco/Manifest b/dev-libs/poco/Manifest
index 2fdbe4b3bef..0dc485b0a31 100644
--- a/dev-libs/poco/Manifest
+++ b/dev-libs/poco/Manifest
@@ -1 +1,2 @@
+DIST poco-1.10.1.tar.gz 10224204 BLAKE2B 
644bb2134c571e10b63937ca15b3f5d7255767bcc99dd6b6107a13d64ed7ac83d499d74f04084c666bbf5ef6f033d57d2fb1de0b8b8487844e3aaf8cefe6fba8
 SHA512 
40aa8049c68651f461280937c1c733e13d1cedbec12bc44a7f3a6c131d31229c5445067052441427071f6102fd1965d238bc0689279dd156b4e261ac9e73
 DIST poco-1.9.0.tar.gz 10012966 BLAKE2B 
98848e87008c71dc5131dbd1c2b17afc414074a3e26237918baf231b4e56ce3d69347cf7a3017715895f4ee56a428672fcb804fb3c732daccc9790b0081d
 SHA512 
de2346d62b2e89ba04abe62a83f6ede7a496e80bcbe53a880a1aa8e87a8ebd9a430dd70fdc6aada836bb1021c6df21375fd0cbcf62dbb6e29a2f65d6d90cf2b9

diff --git a/dev-libs/poco/files/poco-1.10.1-iodbc-incdir.patch 
b/dev-libs/poco/files/poco-1.10.1-iodbc-incdir.patch
new file mode 100644
index 000..afac9bc7922
--- /dev/null
+++ b/dev-libs/poco/files/poco-1.10.1-iodbc-incdir.patch
@@ -0,0 +1,13 @@
+diff --git a/cmake/FindODBC.cmake b/cmake/FindODBC.cmake
+index 55318b520..fb7efbffe 100644
+--- a/cmake/FindODBC.cmake
 b/cmake/FindODBC.cmake
+@@ -34,7 +34,7 @@ find_path(ODBC_INCLUDE_DIR
+   ${ODBC_ROOT_INCLUDE_DIRS}
+   PATHS
+   ${PC_ODBC_INCLUDE_DIRS}
+-  /usr/include
++  /usr/include/iodbc
+   /usr/local/include
+   /usr/local/odbc/include
+   /usr/local/iodbc/include

diff --git a/dev-libs/poco/metadata.xml b/dev-libs/poco/metadata.xml
index 6c90e505339..efd7d2d6116 100644
--- a/dev-libs/poco/metadata.xml
+++ b/dev-libs/poco/metadata.xml
@@ -1,7 +1,14 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
+   
+   davidroma...@gmail.com
+   David Roman
+   
+   
+   proxy-ma...@gentoo.org
+   Proxy Maintainers
+   

 POCO, the C++ Portable Components, is a collection of open source
 C++ class libraries that simplify and accelerate the development of

diff --git a/dev-libs/poco/poco-1.10.1.ebuild b/dev-libs/poco/poco-1.10.1.ebuild
new file mode 100644
index 000..1c464f71967
--- /dev/null
+++ b/dev-libs/poco/poco-1.10.1.ebuild
@@ -0,0 +1,138 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake
+
+DESCRIPTION="C++ libraries for building network-based applications"
+HOMEPAGE="https://pocoproject.org/;
+SRC_URI="https://github.com/pocoproject/${PN}/archive/${P}-release.tar.gz -> 
${P}.tar.gz"
+LICENSE="Boost-1.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+
+IUSE="7z cppparser +crypto +data examples +file2pagecompiler iodbc +json 
libressl mariadb +mongodb mysql +net odbc +pagecompiler pdf pocodoc sqlite +ssl 
test +util +xml +zip"
+RESTRICT="!test? ( test )"
+REQUIRED_USE="
+   7z? ( xml )
+   file2pagecompiler? ( pagecompiler )
+   iodbc? ( odbc )
+   mongodb? ( data )
+   mysql? ( data )
+   odbc? ( data )
+   pagecompiler? ( json net util xml )
+   pocodoc? ( cppparser util xml )
+   sqlite? ( data )
+   ssl? ( util )
+   test? ( data? ( sqlite ) json util xml )
+"
+
+BDEPEND="
+   virtual/pkgconfig
+"
+RDEPEND="
+   >=dev-libs/libpcre-8.42
+   mysql? ( !mariadb? ( dev-db/mysql-connector-c:0= )
+mariadb? ( dev-db/mariadb-connector-c:0= ) )
+   odbc? ( iodbc? ( dev-db/libiodbc )
+   !iodbc? ( dev-db/unixODBC ) )
+   sqlite? ( dev-db/sqlite:3 )
+   ssl? (
+   !libressl? ( dev-libs/openssl:0= )
+   libressl? ( dev-libs/libressl:0= )
+   )
+   xml? ( dev-libs/expat )
+   zip? ( sys-libs/zlib )
+"
+DEPEND="${RDEPEND}"
+
+S="${WORKDIR}/${PN}-${P}-release"
+
+PATCHES=( "${FILESDIR}/${PN}-1.10.1-iodbc-incdir.patch" )
+
+src_prepare() {
+   cmake_src_prepare
+
+   if use test ; then
+   # ignore missing tests on experimental library
+   # and tests requiring running DB-servers, internet 

[gentoo-commits] repo/gentoo:master commit in: dev-libs/poco/

2020-11-23 Thread Sam James
commit: 9658fa23c87df4003f62f576cc3444888fdaf663
Author: Sam James  gentoo  org>
AuthorDate: Tue Nov 24 03:47:33 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Nov 24 03:47:38 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9658fa23

dev-libs/poco: post-merge fixups

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

 dev-libs/poco/poco-1.10.1.ebuild | 12 +---
 1 file changed, 5 insertions(+), 7 deletions(-)

diff --git a/dev-libs/poco/poco-1.10.1.ebuild b/dev-libs/poco/poco-1.10.1.ebuild
index 1c464f71967..dcdec18fa2e 100644
--- a/dev-libs/poco/poco-1.10.1.ebuild
+++ b/dev-libs/poco/poco-1.10.1.ebuild
@@ -8,10 +8,11 @@ inherit cmake
 DESCRIPTION="C++ libraries for building network-based applications"
 HOMEPAGE="https://pocoproject.org/;
 SRC_URI="https://github.com/pocoproject/${PN}/archive/${P}-release.tar.gz -> 
${P}.tar.gz"
+S="${WORKDIR}/${PN}-${P}-release"
+
 LICENSE="Boost-1.0"
 SLOT="0"
 KEYWORDS="~amd64 ~arm ~x86"
-
 IUSE="7z cppparser +crypto +data examples +file2pagecompiler iodbc +json 
libressl mariadb +mongodb mysql +net odbc +pagecompiler pdf pocodoc sqlite +ssl 
test +util +xml +zip"
 RESTRICT="!test? ( test )"
 REQUIRED_USE="
@@ -28,9 +29,7 @@ REQUIRED_USE="
test? ( data? ( sqlite ) json util xml )
 "
 
-BDEPEND="
-   virtual/pkgconfig
-"
+BDEPEND="virtual/pkgconfig"
 RDEPEND="
>=dev-libs/libpcre-8.42
mysql? ( !mariadb? ( dev-db/mysql-connector-c:0= )
@@ -47,8 +46,6 @@ RDEPEND="
 "
 DEPEND="${RDEPEND}"
 
-S="${WORKDIR}/${PN}-${P}-release"
-
 PATCHES=( "${FILESDIR}/${PN}-1.10.1-iodbc-incdir.patch" )
 
 src_prepare() {
@@ -130,9 +127,10 @@ src_install() {
docinto examples/${sd%/samples}
dodoc -r ${sd}
done
+
find "${D}/usr/share/doc/${PF}/examples" \
-iname "*.sln" -or -iname "*.vcproj" -or \
-iname "*.vmsbuild" -or -iname "*.properties" \
-   | xargs rm
+   | xargs rm -v || die
fi
 }



[gentoo-commits] repo/gentoo:master commit in: dev-libs/poco/

2019-10-11 Thread Andreas Sturmlechner
commit: e9fdc8d9d9948e6673058bc49347c365cfbaad32
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Oct 11 18:26:08 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Oct 11 18:28:33 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9fdc8d9

dev-libs/poco: Drop duplicate cmake-utils_src_prepare call

Conflict resolution mistake

Closes: https://bugs.gentoo.org/697502
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 dev-libs/poco/poco-1.9.0-r2.ebuild | 2 --
 1 file changed, 2 deletions(-)

diff --git a/dev-libs/poco/poco-1.9.0-r2.ebuild 
b/dev-libs/poco/poco-1.9.0-r2.ebuild
index af5af0d7e30..f2c9dd98dac 100644
--- a/dev-libs/poco/poco-1.9.0-r2.ebuild
+++ b/dev-libs/poco/poco-1.9.0-r2.ebuild
@@ -82,8 +82,6 @@ src_prepare() {
# Add missing directory that breaks the build
mkdir -p Encodings/testsuite/data || die
 
-   cmake-utils_src_prepare
-
if ! use iodbc ; then
sed -i -e 's|iodbc||' cmake/FindODBC.cmake || die
fi



[gentoo-commits] repo/gentoo:master commit in: dev-libs/poco/

2019-10-10 Thread Andreas Sturmlechner
commit: 0977dbfcabb86f483b2cce220361105205877c67
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun May 19 09:48:02 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Oct 10 18:57:24 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0977dbfc

dev-libs/poco: Minor EAPI-7/DEPEND fix, sorting, whitespace cleanup

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

 dev-libs/poco/poco-1.9.0-r2.ebuild | 35 ++-
 1 file changed, 18 insertions(+), 17 deletions(-)

diff --git a/dev-libs/poco/poco-1.9.0-r2.ebuild 
b/dev-libs/poco/poco-1.9.0-r2.ebuild
index 0e799b657b1..af5af0d7e30 100644
--- a/dev-libs/poco/poco-1.9.0-r2.ebuild
+++ b/dev-libs/poco/poco-1.9.0-r2.ebuild
@@ -2,6 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
+
 inherit cmake-utils
 
 DESCRIPTION="C++ libraries for building network-based applications"
@@ -11,7 +12,7 @@ LICENSE="Boost-1.0"
 SLOT="0"
 KEYWORDS="amd64 arm x86"
 
-IUSE="7z cppparser +crypto +data examples +file2pagecompiler +json 
+pagecompiler iodbc libressl mariadb +mongodb mysql +net odbc pdf pocodoc 
sqlite +ssl test +util +xml +zip"
+IUSE="7z cppparser +crypto +data examples +file2pagecompiler iodbc +json 
libressl mariadb +mongodb mysql +net odbc +pagecompiler pdf pocodoc sqlite +ssl 
test +util +xml +zip"
 REQUIRED_USE="
7z? ( xml )
file2pagecompiler? ( pagecompiler )
@@ -21,48 +22,48 @@ REQUIRED_USE="
odbc? ( data )
pagecompiler? ( json net util xml )
pocodoc? ( cppparser util xml )
-   ssl? ( util )
sqlite? ( data )
+   ssl? ( util )
test? ( data? ( sqlite ) json util xml )
 "
 
+BDEPEND="
+   virtual/pkgconfig
+"
 RDEPEND="
>=dev-libs/libpcre-8.42
-   xml? ( dev-libs/expat )
mysql? ( !mariadb? ( dev-db/mysql-connector-c:0= )
 mariadb? ( dev-db/mariadb-connector-c:0= ) )
odbc? ( iodbc? ( dev-db/libiodbc )
!iodbc? ( dev-db/unixODBC ) )
+   sqlite? ( dev-db/sqlite:3 )
ssl? (
!libressl? ( dev-libs/openssl:0= )
libressl? ( dev-libs/libressl:0= )
)
-   sqlite? ( dev-db/sqlite:3 )
+   xml? ( dev-libs/expat )
zip? ( sys-libs/zlib )
 "
-DEPEND="${DEPEND}
-   virtual/pkgconfig
-"
+DEPEND="${RDEPEND}"
 
 S="${WORKDIR}/${PN}-${P}-release"
 
 PATCHES=( "${FILESDIR}/${PN}-1.7.2-iodbc-incdir.patch" )
 
 src_prepare() {
+   cmake-utils_src_prepare
+
if use test ; then
# ignore missing tests on experimental library
# and tests requiring running DB-servers, internet connections, 
etc.
-   sed -i \
-   -e '/testsuite/d' \
+   sed -i -e '/testsuite/d' \

{Data/{MySQL,ODBC},MongoDB,Net,NetSSL_OpenSSL,PDF,Redis}/CMakeLists.txt || die
# Poco expands ~ using passwd, which does not match $HOME in 
the build environment
-   sed -i \
-   -e '/CppUnit_addTest.*testExpand/d' \
+   sed -i -e '/CppUnit_addTest.*testExpand/d' \
Foundation/testsuite/src/PathTest.cpp || die
# ignore failing Crypto test since upstream does not seem to 
care,
# see https://github.com/pocoproject/poco/issues/1209
-   sed -i \
-   -e '/RSATest, testRSACipherLarge/d' \
+   sed -i -e '/RSATest, testRSACipherLarge/d' \
Crypto/testsuite/src/RSATest.cpp || die
fi
 
@@ -82,6 +83,10 @@ src_prepare() {
mkdir -p Encodings/testsuite/data || die
 
cmake-utils_src_prepare
+
+   if ! use iodbc ; then
+   sed -i -e 's|iodbc||' cmake/FindODBC.cmake || die
+   fi
 }
 
 src_configure() {
@@ -111,10 +116,6 @@ src_configure() {
-DENABLE_ZIP="$(usex zip)"
)
 
-   if ! use iodbc ; then
-   sed -i -e 's|iodbc||' cmake/FindODBC.cmake || die
-   fi
-
cmake-utils_src_configure
 }
 



[gentoo-commits] repo/gentoo:master commit in: dev-libs/poco/, dev-libs/poco/files/

2019-07-18 Thread Andreas Sturmlechner
commit: 36839682b59cea6c5997846e3a43d06f3cfee3ea
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Jul 18 21:06:09 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Jul 18 21:06:09 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36839682

dev-libs/poco: Drop 1.4.6_p4

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

 dev-libs/poco/Manifest |   2 -
 dev-libs/poco/files/1.4.6_p4-gentoo.patch  |  71 -
 .../files/poco-1.4.4-patch-for-libpcre-8.32.patch  |  45 
 dev-libs/poco/poco-1.4.6_p4.ebuild | 118 -
 4 files changed, 236 deletions(-)

diff --git a/dev-libs/poco/Manifest b/dev-libs/poco/Manifest
index e2d003c8c1d..2fdbe4b3bef 100644
--- a/dev-libs/poco/Manifest
+++ b/dev-libs/poco/Manifest
@@ -1,3 +1 @@
-DIST poco-1.4.6-all-doc.zip 2072762 BLAKE2B 
51b8426d050e7ae373fbb0f3959657e37f1c3aeda75f5bf5cd3dc99e08414a9e65f61ea71dee6d8c40148f41157e2eac0888e64c5020707352c74b262ffae741
 SHA512 
458e1a3c6a6017b5ae5efcbd0d7b2bbf50aedd6ddc7ae7befddac07ed133b7243208aadd6ecdb17b3fa273e04eb0da4d73b1d3e5591aee98b754e430b2248e52
-DIST poco-1.4.6p4-all.tar.bz2 3158594 BLAKE2B 
76accf617ddd087131a5960c131680451959704fee4b17b65bf85367a172d2fe023c9c7efde59fe5bd4142c7ca153734fb4ccbbf06bd5d0365a59d6e75a328a5
 SHA512 
ae4e1190a0ba719f807d0abaf1c47ff445a8f5867157f209260672546f3755ff021c7073bc8d5e656be383d5667dc15ad7eae8208728053fb61439c4c80a7fca
 DIST poco-1.9.0.tar.gz 10012966 BLAKE2B 
98848e87008c71dc5131dbd1c2b17afc414074a3e26237918baf231b4e56ce3d69347cf7a3017715895f4ee56a428672fcb804fb3c732daccc9790b0081d
 SHA512 
de2346d62b2e89ba04abe62a83f6ede7a496e80bcbe53a880a1aa8e87a8ebd9a430dd70fdc6aada836bb1021c6df21375fd0cbcf62dbb6e29a2f65d6d90cf2b9

diff --git a/dev-libs/poco/files/1.4.6_p4-gentoo.patch 
b/dev-libs/poco/files/1.4.6_p4-gentoo.patch
deleted file mode 100644
index 8cfc9237db0..000
--- a/dev-libs/poco/files/1.4.6_p4-gentoo.patch
+++ /dev/null
@@ -1,71 +0,0 @@
 components 2012-11-18 16:56:59.0 +0100
-+++ components 2012-12-06 12:29:07.779546771 +0100
-@@ -1,14 +1,8 @@
--CppUnit
- Foundation
- XML
- Util
- Net
--Crypto
--NetSSL_OpenSSL
- Data
--Data/SQLite
--Data/ODBC
--Data/MySQL
- Zip
- PageCompiler
- PageCompiler/File2Page
 Data/ODBC/ODBC.make2014-04-18 13:41:55.0 +0200
-+++ Data/ODBC/ODBC.make.new2014-12-29 13:44:03.0 +0100
-@@ -14,9 +14,9 @@
- ifeq (0, $(shell test -d /usr/lib/$(OSARCH)-linux-gnu; echo $$?))
- ODBCLIBDIR = /usr/lib/$(OSARCH)-linux-gnu
- else ifeq (0, $(shell test -d /usr/lib64; echo $$?))
--ODBCLIBDIR = /usr/lib64
-+ODBCLIBDIR = /usr/$(LIBDIR)
- else 
--ODBCLIBDIR = /usr/lib
-+ODBCLIBDIR = /usr/$(LIBDIR)
- endif
- endif
- 
-@@ -35,10 +35,10 @@
- # -DODBCVER=0x0300: SQLHandle declaration issue
- # -DNOMINMAX  : MIN/MAX macros defined in windows conflict with libstdc++
- CXXFLAGS += -DODBCVER=0x0300 -DNOMINMAX
--else ifeq (0, $(shell test -e $(ODBCLIBDIR)/libodbc$(LIBLINKEXT); echo $$?))
-+else ifeq (unixodbc, $(GENTOO_ODBC))
- SYSLIBS += -lodbc
- COMMONFLAGS += -DPOCO_UNIXODBC
--else ifeq (0, $(shell test -e $(ODBCLIBDIR)/libiodbc$(LIBLINKEXT); echo $$?))
-+else ifeq (unixodbc, $(GENTOO_ODBC))
- SYSLIBS += -liodbc -liodbcinst
- COMMONFLAGS += -DPOCO_IODBC -I/usr/include/iodbc
- else
 Makefile   2012-11-18 16:57:00.0 +0100
-+++ Makefile   2012-12-06 12:29:07.779546771 +0100
-@@ -33,7 +33,7 @@
- 
- install: libexecs
-   mkdir -p $(INSTALLDIR)/include/Poco
--  mkdir -p $(INSTALLDIR)/lib
-+  mkdir -p $(INSTALLDIR)/$(LIBDIR)
-   mkdir -p $(INSTALLDIR)/bin
-   for comp in $(COMPONENTS) ; do \
-   if [ -d "$(POCO_BASE)/$$comp/include" ] ; then \
-@@ -43,11 +43,11 @@
-   find $(POCO_BUILD)/$$comp/bin -perm -700 -type f -exec 
cp -f {} $(INSTALLDIR)/bin \; ; \
-   fi ; \
-   done
--  find $(POCO_BUILD)/lib -name "libPoco*" -type f -exec cp -f {} 
$(INSTALLDIR)/lib \;
--  find $(POCO_BUILD)/lib -name "libPoco*" -type l -exec cp -Rf {} 
$(INSTALLDIR)/lib \;
-+  find $(POCO_BUILD)/$(LIBDIR) -name "libPoco*" -type f -exec cp -f {} 
$(INSTALLDIR)/$(LIBDIR) \;
-+  find $(POCO_BUILD)/$(LIBDIR) -name "libPoco*" -type l -exec cp -Rf {} 
$(INSTALLDIR)/$(LIBDIR) \;
- 
--libexecs =  Foundation-libexec XML-libexec Util-libexec Net-libexec 
Crypto-libexec NetSSL_OpenSSL-libexec Data-libexec Data/SQLite-libexec 
Data/ODBC-libexec Data/MySQL-libexec Zip-libexec PageCompiler-libexec 
PageCompiler/File2Page-libexec
--tests=  Foundation-tests XML-tests Util-tests Net-tests Crypto-tests 
NetSSL_OpenSSL-tests Data-tests Data/SQLite-tests Data/ODBC-tests 
Data/MySQL-tests Zip-tests
-+libexecs =  Foundation-libexec XML-libexec Util-libexec Net-libexec 
Data-libexec Zip-libexec PageCompiler-libexec
-+tests=  Foundation-tests XML-tests Util-tests Net-tests Data-tests 

[gentoo-commits] repo/gentoo:master commit in: dev-libs/poco/

2019-07-17 Thread Agostino Sarubbo
commit: f175625085d0642a3131ae6a6d0462e6f2e2673f
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Jul 17 13:59:17 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Jul 17 13:59:17 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1756250

dev-libs/poco: x86 stable wrt bug #609252

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

 dev-libs/poco/poco-1.9.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/poco/poco-1.9.0-r2.ebuild 
b/dev-libs/poco/poco-1.9.0-r2.ebuild
index 151789c1733..0e799b657b1 100644
--- a/dev-libs/poco/poco-1.9.0-r2.ebuild
+++ b/dev-libs/poco/poco-1.9.0-r2.ebuild
@@ -9,7 +9,7 @@ HOMEPAGE="https://pocoproject.org/;
 SRC_URI="https://github.com/pocoproject/${PN}/archive/${P}-release.tar.gz -> 
${P}.tar.gz"
 LICENSE="Boost-1.0"
 SLOT="0"
-KEYWORDS="amd64 arm ~x86"
+KEYWORDS="amd64 arm x86"
 
 IUSE="7z cppparser +crypto +data examples +file2pagecompiler +json 
+pagecompiler iodbc libressl mariadb +mongodb mysql +net odbc pdf pocodoc 
sqlite +ssl test +util +xml +zip"
 REQUIRED_USE="



[gentoo-commits] repo/gentoo:master commit in: dev-libs/poco/

2019-07-16 Thread Hans de Graaff
commit: 3f713bd7a27a7fb1a971581175a31aeae81154f6
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Jul 16 08:26:38 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Jul 16 10:20:58 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f713bd7

dev-libs/poco: cleanup

Signed-off-by: Hans de Graaff  gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11

 dev-libs/poco/metadata.xml|   1 -
 dev-libs/poco/poco-1.4.6_p4-r1.ebuild | 121 
 dev-libs/poco/poco-1.9.0-r1.ebuild| 128 --
 3 files changed, 250 deletions(-)

diff --git a/dev-libs/poco/metadata.xml b/dev-libs/poco/metadata.xml
index 56b0f650afc..6c90e505339 100644
--- a/dev-libs/poco/metadata.xml
+++ b/dev-libs/poco/metadata.xml
@@ -24,7 +24,6 @@ done quickly and working on the features that make their 
application unique.


Add Support for the 7z archive format
-   Enable support to write Apache modules 
using POCO
Build and install a minimal C++ 
parser
Encryption and digital signing 
classes
Database abstraction layer to easily 
send/retrieve data to/from various databases

diff --git a/dev-libs/poco/poco-1.4.6_p4-r1.ebuild 
b/dev-libs/poco/poco-1.4.6_p4-r1.ebuild
deleted file mode 100644
index c148f9b0f5e..000
--- a/dev-libs/poco/poco-1.4.6_p4-r1.ebuild
+++ /dev/null
@@ -1,121 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-inherit eutils toolchain-funcs flag-o-matic multilib versionator
-
-MY_P="${P/_}"
-MY_DOCP="${PN}-$(get_version_component_range 1-3)-all-doc"
-
-DESCRIPTION="C++ libraries for building network-based applications"
-HOMEPAGE="https://pocoproject.org/;
-SRC_URI="https://pocoproject.org/releases/poco-$(get_version_component_range 
1-3)/${MY_P}-all.tar.bz2
-   doc? ( mirror://sourceforge/poco/${MY_DOCP}.zip )"
-LICENSE="Boost-1.0"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE="doc examples iodbc libressl mysql odbc sqlite ssl test"
-
-DEPEND=">=dev-libs/libpcre-8.13
-   dev-libs/expat
-   sys-libs/zlib
-   mysql? ( virtual/mysql )
-   odbc? ( iodbc? ( dev-db/libiodbc )
-   !iodbc? ( dev-db/unixODBC ) )
-   ssl? (
-   !libressl? ( dev-libs/openssl:0= )
-   libressl? ( dev-libs/libressl )
-   )
-   sqlite? ( dev-db/sqlite:3 )"
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/${MY_P}-all"
-
-src_prepare() {
-   epatch \
-   "${FILESDIR}"/${PV}-gentoo.patch \
-   "${FILESDIR}"/poco-1.4.4-patch-for-libpcre-8.32.patch
-}
-
-src_configure() {
-   targets="libexecs"
-   odbc="unixodbc"
-
-   if use ssl; then
-   targets="${targets} NetSSL_OpenSSL-libexec Crypto-libexec"
-   echo NetSSL_OpenSSL >> components
-   echo Crypto >> components
-   fi
-   if use odbc; then
-   targets="${targets} Data/ODBC-libexec"
-   echo Data/ODBC >> components
-   if use iodbc; then
-   append-flags "-I/usr/include/iodbc"
-   odbc="iodbc"
-   fi
-   fi
-   if use sqlite; then
-   targets="${targets} Data/SQLite-libexec"
-   echo Data/SQLite >> components
-   fi
-   if use mysql; then
-   targets="${targets} Data/MySQL-libexec"
-   echo Data/MySQL >> components
-   fi
-
-   if use test; then
-   targets="${targets} cppunit tests"
-   echo CppUnit >> components
-   use ssl && targets="${targets} NetSSL_OpenSSL-tests 
Crypto-tests"
-   use odbc && targets="${targets} Data/ODBC-tests"
-   use sqlite && targets="${targets} Data/SQLite-tests"
-   use mysql && targets="${targets} Data/MySQL-tests"
-   fi
-
-   local myconf
-   use test || myconf="--no-tests"
-   # not autoconf
-   ./configure \
-   --no-samples ${myconf} \
-   --prefix=/usr \
-   --unbundled \
-   || die "configure failed"
-
-   sed -i \
-   -e 's|-O2||g' \
-   -e "s|CC  = .*|CC  = $(tc-getCC)|" \
-   -e "s|CXX = .*|CXX = $(tc-getCXX)|" \
-   -e "s|RANLIB  = .*|RANLIB  = $(tc-getRANLIB)|" \
-   -e "s|LIB = ar|LIB = $(tc-getAR)|" \
-   -e "s|STRIP   = .*|STRIP   = /bin/true|" \
-   -e "s|CFLAGS  = |CFLAGS  = ${CFLAGS}|" \
-   -e "s|CXXFLAGS= |CXXFLAGS= ${CXXFLAGS} |" \
-   -e "s|LINKFLAGS   =|LINKFLAGS   = ${LDFLAGS} |" \
-   -e "s|SHAREDOPT_LINK  = -Wl,-rpath,\$(LIBPATH)|SHAREDOPT_LINK  
=|" \
-   build/config/Linux build/config/FreeBSD || die "sed failed"
-   

[gentoo-commits] repo/gentoo:master commit in: dev-libs/poco/

2019-07-16 Thread Hans de Graaff
commit: cc91239fffd673154143d1841544dbef34c02b45
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Jul 16 10:20:38 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Jul 16 10:20:59 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc91239f

dev-libs/poco: fix tests

- Redis tests require a running redis server
- Crypto tests require the POCO_BASE env variable to be set

Fixes: https://bugs.gentoo.org/682272
Signed-off-by: Hans de Graaff  gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11

 dev-libs/poco/poco-1.9.0-r2.ebuild | 13 ++---
 1 file changed, 10 insertions(+), 3 deletions(-)

diff --git a/dev-libs/poco/poco-1.9.0-r2.ebuild 
b/dev-libs/poco/poco-1.9.0-r2.ebuild
index dabc308f3bb..151789c1733 100644
--- a/dev-libs/poco/poco-1.9.0-r2.ebuild
+++ b/dev-libs/poco/poco-1.9.0-r2.ebuild
@@ -54,7 +54,7 @@ src_prepare() {
# and tests requiring running DB-servers, internet connections, 
etc.
sed -i \
-e '/testsuite/d' \
-   
{Data/{MySQL,ODBC},MongoDB,Net,NetSSL_OpenSSL,PDF}/CMakeLists.txt || die
+   
{Data/{MySQL,ODBC},MongoDB,Net,NetSSL_OpenSSL,PDF,Redis}/CMakeLists.txt || die
# Poco expands ~ using passwd, which does not match $HOME in 
the build environment
sed -i \
-e '/CppUnit_addTest.*testExpand/d' \
@@ -67,17 +67,20 @@ src_prepare() {
fi
 
if use mariadb ; then
-   # Fix MariaDB detection
+   # Fix MariaDB detection
sed -i -e 's~/usr/include/mysql~~' \
-e 's/STATUS "Couldn/FATAL_ERROR "Couldn/' \
cmake/FindMySQL.cmake || die
else
-   # Fix MySQL detection
+   # Fix MySQL detection
sed -i -e 's/mysqlclient_r/mysqlclient/' \
-e 's/STATUS "Couldn/FATAL_ERROR "Couldn/' \
cmake/FindMySQL.cmake || die
fi
 
+   # Add missing directory that breaks the build
+   mkdir -p Encodings/testsuite/data || die
+
cmake-utils_src_prepare
 }
 
@@ -115,6 +118,10 @@ src_configure() {
cmake-utils_src_configure
 }
 
+src_test() {
+   POCO_BASE="${S}" cmake-utils_src_test
+}
+
 src_install() {
cmake-utils_src_install
 



[gentoo-commits] repo/gentoo:master commit in: dev-libs/poco/

2019-04-07 Thread Mikle Kolyada
commit: f9b04f65318e3a0c9406c05c7abbb29feff3b0a6
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Apr  7 21:45:20 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Apr  7 21:45:20 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9b04f65

dev-libs/poco: arm stable wrt bug #609252

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

 dev-libs/poco/poco-1.9.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/poco/poco-1.9.0-r2.ebuild 
b/dev-libs/poco/poco-1.9.0-r2.ebuild
index e2ade79bc88..dabc308f3bb 100644
--- a/dev-libs/poco/poco-1.9.0-r2.ebuild
+++ b/dev-libs/poco/poco-1.9.0-r2.ebuild
@@ -9,7 +9,7 @@ HOMEPAGE="https://pocoproject.org/;
 SRC_URI="https://github.com/pocoproject/${PN}/archive/${P}-release.tar.gz -> 
${P}.tar.gz"
 LICENSE="Boost-1.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~x86"
+KEYWORDS="amd64 arm ~x86"
 
 IUSE="7z cppparser +crypto +data examples +file2pagecompiler +json 
+pagecompiler iodbc libressl mariadb +mongodb mysql +net odbc pdf pocodoc 
sqlite +ssl test +util +xml +zip"
 REQUIRED_USE="



[gentoo-commits] repo/gentoo:master commit in: dev-libs/poco/

2019-03-24 Thread Agostino Sarubbo
commit: 1a7a4a161f8d27c95324e816d72c5cbd60a16725
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Mar 24 09:58:00 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Mar 24 09:58:00 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a7a4a16

dev-libs/poco: amd64 stable wrt bug #609252

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

 dev-libs/poco/poco-1.9.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/poco/poco-1.9.0-r2.ebuild 
b/dev-libs/poco/poco-1.9.0-r2.ebuild
index 602c95e0da5..e2ade79bc88 100644
--- a/dev-libs/poco/poco-1.9.0-r2.ebuild
+++ b/dev-libs/poco/poco-1.9.0-r2.ebuild
@@ -9,7 +9,7 @@ HOMEPAGE="https://pocoproject.org/;
 SRC_URI="https://github.com/pocoproject/${PN}/archive/${P}-release.tar.gz -> 
${P}.tar.gz"
 LICENSE="Boost-1.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="amd64 ~arm ~x86"
 
 IUSE="7z cppparser +crypto +data examples +file2pagecompiler +json 
+pagecompiler iodbc libressl mariadb +mongodb mysql +net odbc pdf pocodoc 
sqlite +ssl test +util +xml +zip"
 REQUIRED_USE="



[gentoo-commits] repo/gentoo:master commit in: dev-libs/poco/

2019-03-23 Thread Pacho Ramos
commit: 9cb889f92a3eba8a498804cec6d516c8912331d9
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sat Mar 23 12:24:17 2019 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Mar 23 12:25:16 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9cb889f9

dev-libs/poco: Fix deps, drop dead apache support

Closes: https://bugs.gentoo.org/675052
Closes: https://bugs.gentoo.org/673158
Closes: https://bugs.gentoo.org/658202
Closes: https://bugs.gentoo.org/620224
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Pacho Ramos  gentoo.org>

 dev-libs/poco/poco-1.9.0-r2.ebuild | 131 +
 1 file changed, 131 insertions(+)

diff --git a/dev-libs/poco/poco-1.9.0-r2.ebuild 
b/dev-libs/poco/poco-1.9.0-r2.ebuild
new file mode 100644
index 000..602c95e0da5
--- /dev/null
+++ b/dev-libs/poco/poco-1.9.0-r2.ebuild
@@ -0,0 +1,131 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit cmake-utils
+
+DESCRIPTION="C++ libraries for building network-based applications"
+HOMEPAGE="https://pocoproject.org/;
+SRC_URI="https://github.com/pocoproject/${PN}/archive/${P}-release.tar.gz -> 
${P}.tar.gz"
+LICENSE="Boost-1.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+
+IUSE="7z cppparser +crypto +data examples +file2pagecompiler +json 
+pagecompiler iodbc libressl mariadb +mongodb mysql +net odbc pdf pocodoc 
sqlite +ssl test +util +xml +zip"
+REQUIRED_USE="
+   7z? ( xml )
+   file2pagecompiler? ( pagecompiler )
+   iodbc? ( odbc )
+   mongodb? ( data )
+   mysql? ( data )
+   odbc? ( data )
+   pagecompiler? ( json net util xml )
+   pocodoc? ( cppparser util xml )
+   ssl? ( util )
+   sqlite? ( data )
+   test? ( data? ( sqlite ) json util xml )
+"
+
+RDEPEND="
+   >=dev-libs/libpcre-8.42
+   xml? ( dev-libs/expat )
+   mysql? ( !mariadb? ( dev-db/mysql-connector-c:0= )
+mariadb? ( dev-db/mariadb-connector-c:0= ) )
+   odbc? ( iodbc? ( dev-db/libiodbc )
+   !iodbc? ( dev-db/unixODBC ) )
+   ssl? (
+   !libressl? ( dev-libs/openssl:0= )
+   libressl? ( dev-libs/libressl:0= )
+   )
+   sqlite? ( dev-db/sqlite:3 )
+   zip? ( sys-libs/zlib )
+"
+DEPEND="${DEPEND}
+   virtual/pkgconfig
+"
+
+S="${WORKDIR}/${PN}-${P}-release"
+
+PATCHES=( "${FILESDIR}/${PN}-1.7.2-iodbc-incdir.patch" )
+
+src_prepare() {
+   if use test ; then
+   # ignore missing tests on experimental library
+   # and tests requiring running DB-servers, internet connections, 
etc.
+   sed -i \
+   -e '/testsuite/d' \
+   
{Data/{MySQL,ODBC},MongoDB,Net,NetSSL_OpenSSL,PDF}/CMakeLists.txt || die
+   # Poco expands ~ using passwd, which does not match $HOME in 
the build environment
+   sed -i \
+   -e '/CppUnit_addTest.*testExpand/d' \
+   Foundation/testsuite/src/PathTest.cpp || die
+   # ignore failing Crypto test since upstream does not seem to 
care,
+   # see https://github.com/pocoproject/poco/issues/1209
+   sed -i \
+   -e '/RSATest, testRSACipherLarge/d' \
+   Crypto/testsuite/src/RSATest.cpp || die
+   fi
+
+   if use mariadb ; then
+   # Fix MariaDB detection
+   sed -i -e 's~/usr/include/mysql~~' \
+   -e 's/STATUS "Couldn/FATAL_ERROR "Couldn/' \
+   cmake/FindMySQL.cmake || die
+   else
+   # Fix MySQL detection
+   sed -i -e 's/mysqlclient_r/mysqlclient/' \
+   -e 's/STATUS "Couldn/FATAL_ERROR "Couldn/' \
+   cmake/FindMySQL.cmake || die
+   fi
+
+   cmake-utils_src_prepare
+}
+
+src_configure() {
+   # apache support is dead and buggy, 
https://github.com/pocoproject/poco/issues/1764
+   local mycmakeargs=(
+   -DPOCO_UNBUNDLED=ON
+   -DENABLE_APACHECONNECTOR=OFF
+   -DENABLE_CPPPARSER="$(usex cppparser)"
+   -DENABLE_CRYPTO="$(usex ssl)"
+   -DENABLE_DATA="$(usex data)"
+   -DENABLE_DATA_MYSQL="$(usex mysql)"
+   -DENABLE_DATA_ODBC="$(usex odbc)"
+   -DENABLE_DATA_SQLITE="$(usex sqlite)"
+   -DENABLE_JSON="$(usex util)"
+   -DENABLE_MONGODB="$(usex mongodb)"
+   -DENABLE_NET="$(usex net)"
+   -DENABLE_NETSSL="$(usex ssl)"
+   -DENABLE_NETSSL_WIN=OFF
+   -DENABLE_PAGECOMPILER="$(usex pagecompiler)"
+   -DENABLE_PAGECOMPILER_FILE2PAGE="$(usex file2pagecompiler)"
+   -DENABLE_PDF="$(usex pdf)"
+   -DENABLE_POCODOC="$(usex pocodoc)"
+   -DENABLE_SEVENZIP="$(usex 7z)"
+   -DENABLE_TESTS="$(usex test)"

[gentoo-commits] repo/gentoo:master commit in: dev-libs/poco/

2019-03-23 Thread Pacho Ramos
commit: ecfca7a34cd83f204fe792f12a03c02ea954b6e5
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sat Mar 23 12:25:02 2019 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Mar 23 12:25:18 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ecfca7a3

dev-libs/poco: Drop old

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Pacho Ramos  gentoo.org>

 dev-libs/poco/Manifest |   1 -
 dev-libs/poco/poco-1.7.6-r1.ebuild | 119 -
 dev-libs/poco/poco-1.7.6.ebuild| 115 ---
 dev-libs/poco/poco-1.9.0.ebuild| 115 ---
 4 files changed, 350 deletions(-)

diff --git a/dev-libs/poco/Manifest b/dev-libs/poco/Manifest
index 11f74b01b3c..e2d003c8c1d 100644
--- a/dev-libs/poco/Manifest
+++ b/dev-libs/poco/Manifest
@@ -1,4 +1,3 @@
 DIST poco-1.4.6-all-doc.zip 2072762 BLAKE2B 
51b8426d050e7ae373fbb0f3959657e37f1c3aeda75f5bf5cd3dc99e08414a9e65f61ea71dee6d8c40148f41157e2eac0888e64c5020707352c74b262ffae741
 SHA512 
458e1a3c6a6017b5ae5efcbd0d7b2bbf50aedd6ddc7ae7befddac07ed133b7243208aadd6ecdb17b3fa273e04eb0da4d73b1d3e5591aee98b754e430b2248e52
 DIST poco-1.4.6p4-all.tar.bz2 3158594 BLAKE2B 
76accf617ddd087131a5960c131680451959704fee4b17b65bf85367a172d2fe023c9c7efde59fe5bd4142c7ca153734fb4ccbbf06bd5d0365a59d6e75a328a5
 SHA512 
ae4e1190a0ba719f807d0abaf1c47ff445a8f5867157f209260672546f3755ff021c7073bc8d5e656be383d5667dc15ad7eae8208728053fb61439c4c80a7fca
-DIST poco-1.7.6.tar.gz 8044937 BLAKE2B 
ad9bf61eb00ce4e1ef5079e07be04ceff79bf823cba49ffb0e144a1e579d9de4f6f8d3df6b629c522de5c2b7b4c7df0933777686b72190d717e407bc28ae2a49
 SHA512 
a02b7ff66acf080942517b3b8644d6e5c7136c5edc6e58fd13083a74b97b5619253fc9db7863284a565226f95410ad4da1fa9738d14885f560aeb03c1f7c18aa
 DIST poco-1.9.0.tar.gz 10012966 BLAKE2B 
98848e87008c71dc5131dbd1c2b17afc414074a3e26237918baf231b4e56ce3d69347cf7a3017715895f4ee56a428672fcb804fb3c732daccc9790b0081d
 SHA512 
de2346d62b2e89ba04abe62a83f6ede7a496e80bcbe53a880a1aa8e87a8ebd9a430dd70fdc6aada836bb1021c6df21375fd0cbcf62dbb6e29a2f65d6d90cf2b9

diff --git a/dev-libs/poco/poco-1.7.6-r1.ebuild 
b/dev-libs/poco/poco-1.7.6-r1.ebuild
deleted file mode 100644
index 0f6dc738686..000
--- a/dev-libs/poco/poco-1.7.6-r1.ebuild
+++ /dev/null
@@ -1,119 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils
-
-DESCRIPTION="C++ libraries for building network-based applications"
-HOMEPAGE="https://pocoproject.org/;
-SRC_URI="https://github.com/pocoproject/${PN}/archive/${P}-release.tar.gz -> 
${P}.tar.gz"
-LICENSE="Boost-1.0"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE="7z apache cppparser +crypto +data examples +file2pagecompiler +json 
+pagecompiler iodbc libressl +mongodb mysql +net odbc pdf pocodoc sqlite +ssl 
test +util +xml +zip"
-REQUIRED_USE="7z? ( xml )
-   apache? ( net util )
-   file2pagecompiler? ( pagecompiler )
-   iodbc? ( odbc )
-   mongodb? ( data )
-   mysql? ( data )
-   odbc? ( data )
-   pagecompiler? ( json net util xml )
-   pocodoc? ( cppparser util xml )
-   sqlite? ( data )
-   test? ( data? ( sqlite ) json util xml )"
-
-RDEPEND=">=dev-libs/libpcre-8.13
-   xml? ( dev-libs/expat )
-   apache? ( dev-libs/apr
-   dev-libs/apr-util
-   www-servers/apache )
-   mysql? ( dev-db/mysql-connector-c:0= )
-   odbc? ( iodbc? ( dev-db/libiodbc )
-   !iodbc? ( dev-db/unixODBC ) )
-   ssl? (
-   !libressl? ( https://github.com/pocoproject/poco/issues/1209
-   sed -i \
-   -e '/RSATest, testRSACipherLarge/d' \
-   Crypto/testsuite/src/RSATest.cpp || die
-   fi
-
-   # Fix MySQL detection
-   sed -i -e 's/mysqlclient_r/mysqlclient/' \
-   -e 's/STATUS "Couldn/FATAL_ERROR "Couldn/' \
-   cmake/FindMySQL.cmake || die
-   cmake-utils_src_prepare
-}
-
-src_configure() {
-   local mycmakeargs=(
-   -DPOCO_UNBUNDLED=ON
-   -DENABLE_APACHECONNECTOR="$(usex apache)"
-   -DENABLE_CPPPARSER="$(usex cppparser)"
-   -DENABLE_CRYPTO="$(usex ssl)"
-   -DENABLE_DATA="$(usex data)"
-   -DENABLE_DATA_MYSQL="$(usex mysql)"
-   -DENABLE_DATA_ODBC="$(usex odbc)"
-   -DENABLE_DATA_SQLITE="$(usex sqlite)"
-   -DENABLE_JSON="$(usex util)"
-   -DENABLE_MONGODB="$(usex mongodb)"
-   -DENABLE_NET="$(usex net)"
-   -DENABLE_NETSSL="$(usex ssl)"
-   -DENABLE_NETSSL_WIN=OFF
-   -DENABLE_PAGECOMPILER="$(usex pagecompiler)"
-   -DENABLE_PAGECOMPILER_FILE2PAGE="$(usex file2pagecompiler)"
-   -DENABLE_PDF="$(usex pdf)"
-   -DENABLE_POCODOC="$(usex pocodoc)"
-   

[gentoo-commits] repo/gentoo:master commit in: dev-libs/poco/

2019-02-09 Thread Brian Evans
commit: ec8daf15e08a001221b6cebc7c905c6b7bdb0e75
Author: Brian Evans  gentoo  org>
AuthorDate: Sun Feb 10 03:00:27 2019 +
Commit: Brian Evans  gentoo  org>
CommitDate: Sun Feb 10 03:00:27 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec8daf15

dev-libs/poco: Revbump to fix MySQL dependencies and detection

Bug: https://bugs.gentoo.org/665880
Package-Manager: Portage-2.3.59, Repoman-2.3.12
Signed-off-by: Brian Evans  gentoo.org>

 dev-libs/poco/metadata.xml |   1 +
 dev-libs/poco/poco-1.7.6-r1.ebuild | 119 ++
 dev-libs/poco/poco-1.9.0-r1.ebuild | 128 +
 3 files changed, 248 insertions(+)

diff --git a/dev-libs/poco/metadata.xml b/dev-libs/poco/metadata.xml
index a2b0f1f2ac3..f7a05b32b68 100644
--- a/dev-libs/poco/metadata.xml
+++ b/dev-libs/poco/metadata.xml
@@ -33,6 +33,7 @@ done quickly and working on the features that make their 
application unique.
Database abstraction layer to easily 
send/retrieve data to/from various databases
Utility to convert ordinary 
files to Page Compiler source files
Add JSON support
+   Prefer 
dev-db/mariadb-connector-c over 
dev-db/mysql-connector-c
Add dev-db/mongodb 
support
Classes to write network clients  
servers
Simple compiler translating HTML 
pages containing embedded C++ code into HTTPRequestHandler classes

diff --git a/dev-libs/poco/poco-1.7.6-r1.ebuild 
b/dev-libs/poco/poco-1.7.6-r1.ebuild
new file mode 100644
index 000..0f6dc738686
--- /dev/null
+++ b/dev-libs/poco/poco-1.7.6-r1.ebuild
@@ -0,0 +1,119 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit cmake-utils
+
+DESCRIPTION="C++ libraries for building network-based applications"
+HOMEPAGE="https://pocoproject.org/;
+SRC_URI="https://github.com/pocoproject/${PN}/archive/${P}-release.tar.gz -> 
${P}.tar.gz"
+LICENSE="Boost-1.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE="7z apache cppparser +crypto +data examples +file2pagecompiler +json 
+pagecompiler iodbc libressl +mongodb mysql +net odbc pdf pocodoc sqlite +ssl 
test +util +xml +zip"
+REQUIRED_USE="7z? ( xml )
+   apache? ( net util )
+   file2pagecompiler? ( pagecompiler )
+   iodbc? ( odbc )
+   mongodb? ( data )
+   mysql? ( data )
+   odbc? ( data )
+   pagecompiler? ( json net util xml )
+   pocodoc? ( cppparser util xml )
+   sqlite? ( data )
+   test? ( data? ( sqlite ) json util xml )"
+
+RDEPEND=">=dev-libs/libpcre-8.13
+   xml? ( dev-libs/expat )
+   apache? ( dev-libs/apr
+   dev-libs/apr-util
+   www-servers/apache )
+   mysql? ( dev-db/mysql-connector-c:0= )
+   odbc? ( iodbc? ( dev-db/libiodbc )
+   !iodbc? ( dev-db/unixODBC ) )
+   ssl? (
+   !libressl? ( https://github.com/pocoproject/poco/issues/1209
+   sed -i \
+   -e '/RSATest, testRSACipherLarge/d' \
+   Crypto/testsuite/src/RSATest.cpp || die
+   fi
+
+   # Fix MySQL detection
+   sed -i -e 's/mysqlclient_r/mysqlclient/' \
+   -e 's/STATUS "Couldn/FATAL_ERROR "Couldn/' \
+   cmake/FindMySQL.cmake || die
+   cmake-utils_src_prepare
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -DPOCO_UNBUNDLED=ON
+   -DENABLE_APACHECONNECTOR="$(usex apache)"
+   -DENABLE_CPPPARSER="$(usex cppparser)"
+   -DENABLE_CRYPTO="$(usex ssl)"
+   -DENABLE_DATA="$(usex data)"
+   -DENABLE_DATA_MYSQL="$(usex mysql)"
+   -DENABLE_DATA_ODBC="$(usex odbc)"
+   -DENABLE_DATA_SQLITE="$(usex sqlite)"
+   -DENABLE_JSON="$(usex util)"
+   -DENABLE_MONGODB="$(usex mongodb)"
+   -DENABLE_NET="$(usex net)"
+   -DENABLE_NETSSL="$(usex ssl)"
+   -DENABLE_NETSSL_WIN=OFF
+   -DENABLE_PAGECOMPILER="$(usex pagecompiler)"
+   -DENABLE_PAGECOMPILER_FILE2PAGE="$(usex file2pagecompiler)"
+   -DENABLE_PDF="$(usex pdf)"
+   -DENABLE_POCODOC="$(usex pocodoc)"
+   -DENABLE_SEVENZIP="$(usex 7z)"
+   -DENABLE_TESTS="$(usex test)"
+   -DENABLE_UTIL="$(usex util)"
+   -DENABLE_XML="$(usex xml)"
+   -DENABLE_ZIP="$(usex zip)"
+   )
+
+   if ! use iodbc ; then
+   sed -i -e 's|iodbc||' cmake/FindODBC.cmake || die
+   fi
+
+   cmake-utils_src_configure
+}
+
+src_install() {
+   cmake-utils_src_install
+
+   if use examples ; then
+   for sd in */samples ; do
+   insinto /usr/share/doc/${PF}/examples/${sd%/samples}
+   doins -r ${sd}
+   done
+   find 

[gentoo-commits] repo/gentoo:master commit in: dev-libs/poco/

2019-01-07 Thread Lars Wendler
commit: d9628d9726056383d4ea23440bf73a3d986ce361
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Jan  7 18:00:23 2019 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Jan  7 19:15:25 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9628d97

dev-libs/poco: Adjusted sub-slot dep on dev-libs/openssl

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

 dev-libs/poco/poco-1.4.6_p4-r1.ebuild | 4 ++--
 dev-libs/poco/poco-1.4.6_p4.ebuild| 4 ++--
 dev-libs/poco/poco-1.7.6.ebuild   | 4 ++--
 dev-libs/poco/poco-1.9.0.ebuild   | 4 ++--
 4 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/dev-libs/poco/poco-1.4.6_p4-r1.ebuild 
b/dev-libs/poco/poco-1.4.6_p4-r1.ebuild
index 24c307774d5..c148f9b0f5e 100644
--- a/dev-libs/poco/poco-1.4.6_p4-r1.ebuild
+++ b/dev-libs/poco/poco-1.4.6_p4-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
@@ -24,7 +24,7 @@ DEPEND=">=dev-libs/libpcre-8.13
odbc? ( iodbc? ( dev-db/libiodbc )
!iodbc? ( dev-db/unixODBC ) )
ssl? (
-   !libressl? ( dev-libs/openssl:0 )
+   !libressl? ( dev-libs/openssl:0= )
libressl? ( dev-libs/libressl )
)
sqlite? ( dev-db/sqlite:3 )"

diff --git a/dev-libs/poco/poco-1.4.6_p4.ebuild 
b/dev-libs/poco/poco-1.4.6_p4.ebuild
index 1a4742f5ae5..93c4559ec12 100644
--- a/dev-libs/poco/poco-1.4.6_p4.ebuild
+++ b/dev-libs/poco/poco-1.4.6_p4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
@@ -23,7 +23,7 @@ DEPEND=">=dev-libs/libpcre-8.13
mysql? ( virtual/mysql )
odbc? ( iodbc? ( dev-db/libiodbc )
!iodbc? ( dev-db/unixODBC ) )
-   ssl? ( dev-libs/openssl )
+   ssl? ( dev-libs/openssl:0= )
sqlite? ( dev-db/sqlite:3 )"
 RDEPEND="${DEPEND}"
 

diff --git a/dev-libs/poco/poco-1.7.6.ebuild b/dev-libs/poco/poco-1.7.6.ebuild
index 127c9d0ac2c..e4cc18980d1 100644
--- a/dev-libs/poco/poco-1.7.6.ebuild
+++ b/dev-libs/poco/poco-1.7.6.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -33,7 +33,7 @@ RDEPEND=">=dev-libs/libpcre-8.13
odbc? ( iodbc? ( dev-db/libiodbc )
!iodbc? ( dev-db/unixODBC ) )
ssl? (
-   !libressl? ( 

[gentoo-commits] repo/gentoo:master commit in: dev-libs/poco/

2018-11-22 Thread Michał Górny
commit: 5e583420208819c963744936005af62daa783381
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Nov 22 23:14:25 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Nov 22 23:16:23 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e583420

dev-libs/poco: Drop tommy@, as requested via email

Signed-off-by: Michał Górny  gentoo.org>

 dev-libs/poco/metadata.xml | 4 
 1 file changed, 4 deletions(-)

diff --git a/dev-libs/poco/metadata.xml b/dev-libs/poco/metadata.xml
index e115e946586..a2b0f1f2ac3 100644
--- a/dev-libs/poco/metadata.xml
+++ b/dev-libs/poco/metadata.xml
@@ -1,10 +1,6 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   to...@gentoo.org
-   Thomas Sachau (Tommy[D])
-   

c...@gentoo.org
Gentoo C++ Project



[gentoo-commits] repo/gentoo:master commit in: dev-libs/poco/

2018-06-23 Thread Aaron Bauman
commit: d1c3d0ca02660d28ce515cb8e4c4cf8fe205c881
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Sun Jun 17 09:06:01 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Sat Jun 23 21:55:05 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1c3d0ca

dev-libs/poco: use HTTPs

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

 dev-libs/poco/poco-1.9.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/poco/poco-1.9.0.ebuild b/dev-libs/poco/poco-1.9.0.ebuild
index b6b741001ba..127c9d0ac2c 100644
--- a/dev-libs/poco/poco-1.9.0.ebuild
+++ b/dev-libs/poco/poco-1.9.0.ebuild
@@ -6,7 +6,7 @@ EAPI=6
 inherit cmake-utils
 
 DESCRIPTION="C++ libraries for building network-based applications"
-HOMEPAGE="http://pocoproject.org/;
+HOMEPAGE="https://pocoproject.org/;
 SRC_URI="https://github.com/pocoproject/${PN}/archive/${P}-release.tar.gz -> 
${P}.tar.gz"
 LICENSE="Boost-1.0"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: dev-libs/poco/

2018-06-15 Thread Vladimir Smirnov
commit: 369ceeaf4161191121b6f382ed3a16435a8698a5
Author: Vladimir Smirnov  gentoo  org>
AuthorDate: Fri Jun 15 19:54:55 2018 +
Commit: Vladimir Smirnov  gentoo  org>
CommitDate: Fri Jun 15 19:54:55 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=369ceeaf

dev-libs/poco: Bump to 1.9.0

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-libs/poco/Manifest  |   1 +
 dev-libs/poco/poco-1.9.0.ebuild | 115 
 2 files changed, 116 insertions(+)

diff --git a/dev-libs/poco/Manifest b/dev-libs/poco/Manifest
index a7555b63be0..11f74b01b3c 100644
--- a/dev-libs/poco/Manifest
+++ b/dev-libs/poco/Manifest
@@ -1,3 +1,4 @@
 DIST poco-1.4.6-all-doc.zip 2072762 BLAKE2B 
51b8426d050e7ae373fbb0f3959657e37f1c3aeda75f5bf5cd3dc99e08414a9e65f61ea71dee6d8c40148f41157e2eac0888e64c5020707352c74b262ffae741
 SHA512 
458e1a3c6a6017b5ae5efcbd0d7b2bbf50aedd6ddc7ae7befddac07ed133b7243208aadd6ecdb17b3fa273e04eb0da4d73b1d3e5591aee98b754e430b2248e52
 DIST poco-1.4.6p4-all.tar.bz2 3158594 BLAKE2B 
76accf617ddd087131a5960c131680451959704fee4b17b65bf85367a172d2fe023c9c7efde59fe5bd4142c7ca153734fb4ccbbf06bd5d0365a59d6e75a328a5
 SHA512 
ae4e1190a0ba719f807d0abaf1c47ff445a8f5867157f209260672546f3755ff021c7073bc8d5e656be383d5667dc15ad7eae8208728053fb61439c4c80a7fca
 DIST poco-1.7.6.tar.gz 8044937 BLAKE2B 
ad9bf61eb00ce4e1ef5079e07be04ceff79bf823cba49ffb0e144a1e579d9de4f6f8d3df6b629c522de5c2b7b4c7df0933777686b72190d717e407bc28ae2a49
 SHA512 
a02b7ff66acf080942517b3b8644d6e5c7136c5edc6e58fd13083a74b97b5619253fc9db7863284a565226f95410ad4da1fa9738d14885f560aeb03c1f7c18aa
+DIST poco-1.9.0.tar.gz 10012966 BLAKE2B 
98848e87008c71dc5131dbd1c2b17afc414074a3e26237918baf231b4e56ce3d69347cf7a3017715895f4ee56a428672fcb804fb3c732daccc9790b0081d
 SHA512 
de2346d62b2e89ba04abe62a83f6ede7a496e80bcbe53a880a1aa8e87a8ebd9a430dd70fdc6aada836bb1021c6df21375fd0cbcf62dbb6e29a2f65d6d90cf2b9

diff --git a/dev-libs/poco/poco-1.9.0.ebuild b/dev-libs/poco/poco-1.9.0.ebuild
new file mode 100644
index 000..b6b741001ba
--- /dev/null
+++ b/dev-libs/poco/poco-1.9.0.ebuild
@@ -0,0 +1,115 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit cmake-utils
+
+DESCRIPTION="C++ libraries for building network-based applications"
+HOMEPAGE="http://pocoproject.org/;
+SRC_URI="https://github.com/pocoproject/${PN}/archive/${P}-release.tar.gz -> 
${P}.tar.gz"
+LICENSE="Boost-1.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE="7z apache cppparser +crypto +data examples +file2pagecompiler +json 
+pagecompiler iodbc libressl +mongodb mysql +net odbc pdf pocodoc sqlite +ssl 
test +util +xml +zip"
+REQUIRED_USE="7z? ( xml )
+   apache? ( net util )
+   file2pagecompiler? ( pagecompiler )
+   iodbc? ( odbc )
+   mongodb? ( data )
+   mysql? ( data )
+   odbc? ( data )
+   pagecompiler? ( json net util xml )
+   pocodoc? ( cppparser util xml )
+   sqlite? ( data )
+   test? ( data? ( sqlite ) json util xml )"
+
+RDEPEND=">=dev-libs/libpcre-8.13
+   xml? ( dev-libs/expat )
+   apache? ( dev-libs/apr
+   dev-libs/apr-util
+   www-servers/apache )
+   mysql? ( virtual/mysql )
+   odbc? ( iodbc? ( dev-db/libiodbc )
+   !iodbc? ( dev-db/unixODBC ) )
+   ssl? (
+   !libressl? ( https://github.com/pocoproject/poco/issues/1209
+   sed -i \
+   -e '/RSATest, testRSACipherLarge/d' \
+   Crypto/testsuite/src/RSATest.cpp || die
+   fi
+
+   cmake-utils_src_prepare
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -DPOCO_UNBUNDLED=ON
+   -DENABLE_APACHECONNECTOR="$(usex apache)"
+   -DENABLE_CPPPARSER="$(usex cppparser)"
+   -DENABLE_CRYPTO="$(usex ssl)"
+   -DENABLE_DATA="$(usex data)"
+   -DENABLE_DATA_MYSQL="$(usex mysql)"
+   -DENABLE_DATA_ODBC="$(usex odbc)"
+   -DENABLE_DATA_SQLITE="$(usex sqlite)"
+   -DENABLE_JSON="$(usex util)"
+   -DENABLE_MONGODB="$(usex mongodb)"
+   -DENABLE_NET="$(usex net)"
+   -DENABLE_NETSSL="$(usex ssl)"
+   -DENABLE_NETSSL_WIN=OFF
+   -DENABLE_PAGECOMPILER="$(usex pagecompiler)"
+   -DENABLE_PAGECOMPILER_FILE2PAGE="$(usex file2pagecompiler)"
+   -DENABLE_PDF="$(usex pdf)"
+   -DENABLE_POCODOC="$(usex pocodoc)"
+   -DENABLE_SEVENZIP="$(usex 7z)"
+   -DENABLE_TESTS="$(usex test)"
+   -DENABLE_UTIL="$(usex util)"
+   -DENABLE_XML="$(usex xml)"
+   -DENABLE_ZIP="$(usex zip)"
+   )
+
+   if ! use iodbc ; then
+   sed -i -e 's|iodbc||' cmake/FindODBC.cmake || die
+   fi
+
+   cmake-utils_src_configure
+}
+
+src_install() {
+   

[gentoo-commits] repo/gentoo:master commit in: dev-libs/poco/

2018-04-13 Thread Aaron Bauman
commit: 840f6eadc9dd864c60479feae48910bee4a908db
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Tue Apr 10 11:32:02 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Fri Apr 13 23:21:39 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=840f6ead

dev-libs/poco: use HTTPS

 dev-libs/poco/poco-1.4.6_p4-r1.ebuild | 6 +++---
 dev-libs/poco/poco-1.4.6_p4.ebuild| 6 +++---
 dev-libs/poco/poco-1.7.6.ebuild   | 4 ++--
 3 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/dev-libs/poco/poco-1.4.6_p4-r1.ebuild 
b/dev-libs/poco/poco-1.4.6_p4-r1.ebuild
index 77806a18259..24c307774d5 100644
--- a/dev-libs/poco/poco-1.4.6_p4-r1.ebuild
+++ b/dev-libs/poco/poco-1.4.6_p4-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
@@ -9,8 +9,8 @@ MY_P="${P/_}"
 MY_DOCP="${PN}-$(get_version_component_range 1-3)-all-doc"
 
 DESCRIPTION="C++ libraries for building network-based applications"
-HOMEPAGE="http://pocoproject.org/;
-SRC_URI="http://pocoproject.org/releases/poco-$(get_version_component_range 
1-3)/${MY_P}-all.tar.bz2
+HOMEPAGE="https://pocoproject.org/;
+SRC_URI="https://pocoproject.org/releases/poco-$(get_version_component_range 
1-3)/${MY_P}-all.tar.bz2
doc? ( mirror://sourceforge/poco/${MY_DOCP}.zip )"
 LICENSE="Boost-1.0"
 SLOT="0"

diff --git a/dev-libs/poco/poco-1.4.6_p4.ebuild 
b/dev-libs/poco/poco-1.4.6_p4.ebuild
index a84174e298b..1a4742f5ae5 100644
--- a/dev-libs/poco/poco-1.4.6_p4.ebuild
+++ b/dev-libs/poco/poco-1.4.6_p4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
@@ -9,8 +9,8 @@ MY_P="${P/_}"
 MY_DOCP="${PN}-$(get_version_component_range 1-3)-all-doc"
 
 DESCRIPTION="C++ libraries for building network-based applications"
-HOMEPAGE="http://pocoproject.org/;
-SRC_URI="http://pocoproject.org/releases/poco-$(get_version_component_range 
1-3)/${MY_P}-all.tar.bz2
+HOMEPAGE="https://pocoproject.org/;
+SRC_URI="https://pocoproject.org/releases/poco-$(get_version_component_range 
1-3)/${MY_P}-all.tar.bz2
doc? ( mirror://sourceforge/poco/${MY_DOCP}.zip )"
 LICENSE="Boost-1.0"
 SLOT="0"

diff --git a/dev-libs/poco/poco-1.7.6.ebuild b/dev-libs/poco/poco-1.7.6.ebuild
index cd5a524f279..127c9d0ac2c 100644
--- a/dev-libs/poco/poco-1.7.6.ebuild
+++ b/dev-libs/poco/poco-1.7.6.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -6,7 +6,7 @@ EAPI=6
 inherit cmake-utils
 
 DESCRIPTION="C++ libraries for building network-based applications"
-HOMEPAGE="http://pocoproject.org/;
+HOMEPAGE="https://pocoproject.org/;
 SRC_URI="https://github.com/pocoproject/${PN}/archive/${P}-release.tar.gz -> 
${P}.tar.gz"
 LICENSE="Boost-1.0"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: dev-libs/poco/, dev-libs/poco/files/

2016-11-16 Thread Tiziano Müller
commit: c55f5c034450fe1034b2e583da85197a9e9b93d1
Author: Tiziano Müller  gentoo  org>
AuthorDate: Wed Nov 16 09:03:14 2016 +
Commit: Tiziano Müller  gentoo  org>
CommitDate: Wed Nov 16 09:04:25 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c55f5c03

dev-libs/poco: version bump (bug #550976)

Package-Manager: portage-2.3.2

 dev-libs/poco/Manifest|   1 +
 dev-libs/poco/files/poco-1.7.2-iodbc-incdir.patch |  13 +++
 dev-libs/poco/metadata.xml|  15 +++
 dev-libs/poco/poco-1.7.6.ebuild   | 116 ++
 4 files changed, 145 insertions(+)

diff --git a/dev-libs/poco/Manifest b/dev-libs/poco/Manifest
index 666dbdb..0a28625 100644
--- a/dev-libs/poco/Manifest
+++ b/dev-libs/poco/Manifest
@@ -1,2 +1,3 @@
 DIST poco-1.4.6-all-doc.zip 2072762 SHA256 
a1cfb143a671bcef7a2bafcbba095edf8ed21e51a30ae7eb19955e73bb23067d SHA512 
458e1a3c6a6017b5ae5efcbd0d7b2bbf50aedd6ddc7ae7befddac07ed133b7243208aadd6ecdb17b3fa273e04eb0da4d73b1d3e5591aee98b754e430b2248e52
 WHIRLPOOL 
af52385b3557853ea4fcd1a31092a5e1fa009e082bc4fcec8e51e42207147400eca7c26c9a65c84de24d322677fcfaa364207dc83f88299ddca2fd06cf9a26af
 DIST poco-1.4.6p4-all.tar.bz2 3158594 SHA256 
e48ce805702048e099eee4965f3db573728e32bd9a15ff643f5ea856926f2dd6 SHA512 
ae4e1190a0ba719f807d0abaf1c47ff445a8f5867157f209260672546f3755ff021c7073bc8d5e656be383d5667dc15ad7eae8208728053fb61439c4c80a7fca
 WHIRLPOOL 
fd4efd270103dc7ce248481d5e9048a88caf1ece985384fdd2385d381a3d0bc5cad124b6230dbc6ba9679c3ae4ce69dbe77ae5d684798eb2c4a916d373f87e4a
+DIST poco-1.7.6.tar.gz 8044937 SHA256 
b9590f10493deb6379452cc926bdf13bdf1fb941ad63c983ffecc140e97ba5c9 SHA512 
a02b7ff66acf080942517b3b8644d6e5c7136c5edc6e58fd13083a74b97b5619253fc9db7863284a565226f95410ad4da1fa9738d14885f560aeb03c1f7c18aa
 WHIRLPOOL 
d51074280980a7794204a44fd1510bca5dc2ff3fcc83deec3ea324caff485b65489e6ec51d08570b241cabeb0818f17abaea722c2297d9278fa2b8613c73db0d

diff --git a/dev-libs/poco/files/poco-1.7.2-iodbc-incdir.patch 
b/dev-libs/poco/files/poco-1.7.2-iodbc-incdir.patch
new file mode 100644
index ..e41d8f3
--- /dev/null
+++ b/dev-libs/poco/files/poco-1.7.2-iodbc-incdir.patch
@@ -0,0 +1,13 @@
+diff --git a/cmake/FindODBC.cmake b/cmake/FindODBC.cmake
+index 9e229ed..5d79c7e 100644
+--- a/cmake/FindODBC.cmake
 b/cmake/FindODBC.cmake
+@@ -16,7 +16,7 @@
+ find_path(ODBC_INCLUDE_DIRECTORIES 
+   NAMES sql.h
+   HINTS
+-  /usr/include
++  /usr/include/iodbc
+   /usr/include/odbc
+   /usr/local/include
+   /usr/local/include/odbc

diff --git a/dev-libs/poco/metadata.xml b/dev-libs/poco/metadata.xml
index 929b5dc..b6d3c4a 100644
--- a/dev-libs/poco/metadata.xml
+++ b/dev-libs/poco/metadata.xml
@@ -28,4 +28,19 @@ done quickly and working on the features that make their 
application unique.

poco

+   
+   Add Support for the 7z archive format
+   Enable support to write Apache modules 
using POCO
+   Build and install a minimal C++ 
parser
+   Encryption and digital signing 
classes
+   Database abstraction layer to easily 
send/retrieve data to/from various databases
+   Utility to convert ordinary 
files to Page Compiler source files
+   Add JSON support
+   Add dev-db/mongodb 
support
+   Classes to write network clients  
servers
+   Simple compiler translating HTML 
pages containing embedded C++ code into HTTPRequestHandler classes
+   POCO documentation generator
+   Several utility classes (like logger, timer, 
config file parser)
+   Add support for the zip  gz archive 
formats
+   
 

diff --git a/dev-libs/poco/poco-1.7.6.ebuild b/dev-libs/poco/poco-1.7.6.ebuild
new file mode 100644
index ..1b0b2f8
--- /dev/null
+++ b/dev-libs/poco/poco-1.7.6.ebuild
@@ -0,0 +1,116 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit cmake-utils
+
+DESCRIPTION="C++ class libraries for building network- and internet-based 
applications"
+HOMEPAGE="http://pocoproject.org/;
+SRC_URI="https://github.com/pocoproject/${PN}/archive/${P}-release.tar.gz -> 
${P}.tar.gz"
+LICENSE="Boost-1.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE="7z apache cppparser +crypto +data examples +file2pagecompiler +json 
+pagecompiler iodbc libressl +mongodb mysql +net odbc pdf pocodoc sqlite +ssl 
test +util +xml +zip"
+REQUIRED_USE="7z? ( xml )
+   apache? ( net util )
+   file2pagecompiler? ( pagecompiler )
+   iodbc? ( odbc )
+   mongodb? ( data )
+   mysql? ( data )
+   odbc? ( data )
+   pagecompiler? ( json net util xml )
+   pocodoc? ( cppparser util xml )
+   sqlite? ( data )
+   test? ( data? ( sqlite ) json util xml )"
+
+RDEPEND=">=dev-libs/libpcre-8.13
+   xml? ( 

[gentoo-commits] repo/gentoo:master commit in: dev-libs/poco/files/

2016-09-04 Thread David Seifert
commit: 0a94f11955f1bbb9fead0319baf6780c5172eb9e
Author: Michael Mair-Keimberger (asterix)  gmail 
 com>
AuthorDate: Sun Sep  4 11:56:09 2016 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Sep  4 13:08:40 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a94f119

dev-libs/poco: remove unused patches

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

Signed-off-by: David Seifert  gentoo.org>

 dev-libs/poco/files/1.3.3_p1-gcc44.patch |  16 --
 dev-libs/poco/files/1.3.3_p1-gentoo.patch|  80 -
 dev-libs/poco/files/1.3.3_p1-openssl-1.patch |  16 --
 dev-libs/poco/files/1.3.3_p1-unbundle_libs.patch | 197 ---
 dev-libs/poco/files/1.3.6_p2-gentoo.patch|  85 --
 dev-libs/poco/files/1.4.3_p1-gentoo.patch|  85 --
 dev-libs/poco/files/1.4.5-gentoo.patch   |  74 -
 dev-libs/poco/files/1.4.6_p1-gentoo.patch|  74 -
 dev-libs/poco/files/libpcre-8.13.patch   |  10 --
 9 files changed, 637 deletions(-)

diff --git a/dev-libs/poco/files/1.3.3_p1-gcc44.patch 
b/dev-libs/poco/files/1.3.3_p1-gcc44.patch
deleted file mode 100644
index 990aff1..
--- a/dev-libs/poco/files/1.3.3_p1-gcc44.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-diff -NrU5 poco-1.3.3p1-all.orig/Foundation/src/Environment.cpp 
poco-1.3.3p1-all/Foundation/src/Environment.cpp
 poco-1.3.3p1-all.orig/Foundation/src/Environment.cpp   2009-05-15 
20:44:37.0 -0600
-+++ poco-1.3.3p1-all/Foundation/src/Environment.cpp2009-05-15 
20:46:12.0 -0600
-@@ -34,11 +34,11 @@
- //
- 
- 
- #include "Poco/Environment.h"
- #include 
--
-+#include 
- 
- #if defined(POCO_OS_FAMILY_VMS)
- #include "Environment_VMS.cpp"
- #elif defined(POCO_OS_FAMILY_UNIX)
- #include "Environment_UNIX.cpp"

diff --git a/dev-libs/poco/files/1.3.3_p1-gentoo.patch 
b/dev-libs/poco/files/1.3.3_p1-gentoo.patch
deleted file mode 100644
index f162cd1..
--- a/dev-libs/poco/files/1.3.3_p1-gentoo.patch
+++ /dev/null
@@ -1,80 +0,0 @@
-diff -Naur poco-1.3.3p1-all.orig/components poco-1.3.3p1-all/components
 poco-1.3.3p1-all.orig/components   2008-10-20 19:40:05.0 +0200
-+++ poco-1.3.3p1-all/components2008-10-20 20:11:19.0 +0200
-@@ -1,12 +1,6 @@
--CppUnit
- Foundation
- XML
- Util
- Net
--NetSSL_OpenSSL
- Data
--Data/SQLite
--Data/ODBC
--Data/MySQL
--Crypto
- Zip
-diff -Naur poco-1.3.3p1-all.orig/Data/ODBC/Makefile 
poco-1.3.3p1-all/Data/ODBC/Makefile
 poco-1.3.3p1-all.orig/Data/ODBC/Makefile   2008-10-20 19:40:05.0 
+0200
-+++ poco-1.3.3p1-all/Data/ODBC/Makefile2008-10-20 19:54:07.0 
+0200
-@@ -11,19 +11,19 @@
- ifeq ($(POCO_CONFIG),MinGW)
- # Lack of unixODBC or iODBC is not an error for MinGW platform since it uses 
Windows odbc32.lib
- else
--ifeq (0, $(shell test -e /usr/lib/libodbc$(SHAREDLIBLINKEXT); echo $$?))
-+ifeq (unixodbc, $(GENTOO_ODBC))
- SYSLIBS += -lodbc -lodbcinst
- COMMONFLAGS += -DPOCO_UNIXODBC
- else
--ifeq (0, $(shell test -h /usr/lib/libodbc$(SHAREDLIBLINKEXT); echo $$?))
-+ifeq (unixodbc, $(GENTOO_ODBC))
- SYSLIBS += -lodbc -lodbcinst
- COMMONFLAGS += -DPOCO_UNIXODBC
- else
--ifeq (0, $(shell test -e /usr/lib/libiodbc$(SHAREDLIBLINKEXT); echo $$?))
-+ifeq (iodbc, $(GENTOO_ODBC))
- SYSLIBS += -liodbc -liodbcinst
- COMMONFLAGS += -DPOCO_IODBC
- else
--ifeq (0, $(shell test -h /usr/lib/libiodbc$(SHAREDLIBLINKEXT); echo $$?))
-+ifeq (iodbc, $(GENTOO_ODBC))
- SYSLIBS += -liodbc -liodbcinst
- COMMONFLAGS += -DPOCO_IODBC
- else
-diff -Naur poco-1.3.3p1-all.orig/Makefile poco-1.3.3p1-all/Makefile
 poco-1.3.3p1-all.orig/Makefile 2008-10-20 19:40:05.0 +0200
-+++ poco-1.3.3p1-all/Makefile  2008-10-20 20:12:09.0 +0200
-@@ -21,7 +21,7 @@
- 
- .PHONY: all libexecs cppunit tests samples clean distclean install
- 
--all: libexecs tests samples
-+all: libexecs
- 
- INSTALLDIR = $(DESTDIR)$(POCO_PREFIX)
- COMPONENTS = Foundation XML Util Net NetSSL_OpenSSL Data Data/SQLite 
Data/ODBC Data/MySQL Crypto Zip
-@@ -31,7 +31,7 @@
- 
- install: libexecs
-   mkdir -p $(INSTALLDIR)/include/Poco
--  mkdir -p $(INSTALLDIR)/lib
-+  mkdir -p $(INSTALLDIR)/$(LIBDIR)
-   mkdir -p $(INSTALLDIR)/bin
-   for comp in $(COMPONENTS) ; do \
-   if [ -d "$(POCO_BASE)/$$comp/include" ] ; then \
-@@ -41,11 +41,11 @@
-   find $(POCO_BUILD)/$$comp/bin -perm -700 -type f -exec 
cp -f {} $(INSTALLDIR)/bin \; ; \
-   fi ; \
-   done
--  find $(POCO_BUILD)/lib -name "libPoco*" -type f -exec cp -f {} 
$(INSTALLDIR)/lib \;
--  find $(POCO_BUILD)/lib -name "libPoco*" -type l -exec cp -Rf {} 
$(INSTALLDIR)/lib \;
-+  find $(POCO_BUILD)/$(LIBDIR) -name "libPoco*" -type f -exec cp -f {} 
$(INSTALLDIR)/$(LIBDIR) \;
-+  find $(POCO_BUILD)/$(LIBDIR) -name "libPoco*" -type l -exec cp -Rf {} 
$(INSTALLDIR)/$(LIBDIR) \;
- 
--libexecs =  Foundation-libexec XML-libexec Util-libexec 

[gentoo-commits] repo/gentoo:master commit in: dev-libs/poco/

2015-10-05 Thread Julian Ospald
commit: 1be55360957328366f0baa16cd65652ac716d8f3
Author: Julian Ospald  gentoo  org>
AuthorDate: Mon Oct  5 08:44:27 2015 +
Commit: Julian Ospald  gentoo  org>
CommitDate: Mon Oct  5 08:45:16 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1be55360

dev-libs/poco: add libressl support

 dev-libs/poco/poco-1.4.6_p4-r1.ebuild | 122 ++
 1 file changed, 122 insertions(+)

diff --git a/dev-libs/poco/poco-1.4.6_p4-r1.ebuild 
b/dev-libs/poco/poco-1.4.6_p4-r1.ebuild
new file mode 100644
index 000..0e0e4d4
--- /dev/null
+++ b/dev-libs/poco/poco-1.4.6_p4-r1.ebuild
@@ -0,0 +1,122 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+inherit eutils toolchain-funcs flag-o-matic multilib versionator
+
+MY_P="${P/_}"
+MY_DOCP="${PN}-$(get_version_component_range 1-3)-all-doc"
+
+DESCRIPTION="C++ class libraries to simplify the development of 
network-centric, portable applications"
+HOMEPAGE="http://pocoproject.org/;
+SRC_URI="http://pocoproject.org/releases/poco-$(get_version_component_range 
1-3)/${MY_P}-all.tar.bz2
+   doc? ( mirror://sourceforge/poco/${MY_DOCP}.zip )"
+LICENSE="Boost-1.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE="doc examples iodbc libressl mysql odbc sqlite ssl test"
+
+DEPEND=">=dev-libs/libpcre-8.13
+   dev-libs/expat
+   sys-libs/zlib
+   mysql? ( virtual/mysql )
+   odbc? ( iodbc? ( dev-db/libiodbc )
+   !iodbc? ( dev-db/unixODBC ) )
+   ssl? (
+   !libressl? ( dev-libs/openssl:0 )
+   libressl? ( dev-libs/libressl )
+   )
+   sqlite? ( dev-db/sqlite:3 )"
+RDEPEND="${DEPEND}"
+
+S="${WORKDIR}/${MY_P}-all"
+
+src_prepare() {
+   epatch \
+   "${FILESDIR}"/${PV}-gentoo.patch \
+   "${FILESDIR}"/poco-1.4.4-patch-for-libpcre-8.32.patch
+}
+
+src_configure() {
+   targets="libexecs"
+   odbc="unixodbc"
+
+   if use ssl; then
+   targets="${targets} NetSSL_OpenSSL-libexec Crypto-libexec"
+   echo NetSSL_OpenSSL >> components
+   echo Crypto >> components
+   fi
+   if use odbc; then
+   targets="${targets} Data/ODBC-libexec"
+   echo Data/ODBC >> components
+   if use iodbc; then
+   append-flags "-I/usr/include/iodbc"
+   odbc="iodbc"
+   fi
+   fi
+   if use sqlite; then
+   targets="${targets} Data/SQLite-libexec"
+   echo Data/SQLite >> components
+   fi
+   if use mysql; then
+   targets="${targets} Data/MySQL-libexec"
+   echo Data/MySQL >> components
+   fi
+
+   if use test; then
+   targets="${targets} cppunit tests"
+   echo CppUnit >> components
+   use ssl && targets="${targets} NetSSL_OpenSSL-tests 
Crypto-tests"
+   use odbc && targets="${targets} Data/ODBC-tests"
+   use sqlite && targets="${targets} Data/SQLite-tests"
+   use mysql && targets="${targets} Data/MySQL-tests"
+   fi
+
+   local myconf
+   use test || myconf="--no-tests"
+   # not autoconf
+   ./configure \
+   --no-samples ${myconf} \
+   --prefix=/usr \
+   --unbundled \
+   || die "configure failed"
+
+   sed -i \
+   -e 's|-O2||g' \
+   -e "s|CC  = .*|CC  = $(tc-getCC)|" \
+   -e "s|CXX = .*|CXX = $(tc-getCXX)|" \
+   -e "s|RANLIB  = .*|RANLIB  = $(tc-getRANLIB)|" \
+   -e "s|LIB = ar|LIB = $(tc-getAR)|" \
+   -e "s|STRIP   = .*|STRIP   = /bin/true|" \
+   -e "s|CFLAGS  = |CFLAGS  = ${CFLAGS}|" \
+   -e "s|CXXFLAGS= |CXXFLAGS= ${CXXFLAGS} |" \
+   -e "s|LINKFLAGS   =|LINKFLAGS   = ${LDFLAGS} |" \
+   -e "s|SHAREDOPT_LINK  = -Wl,-rpath,\$(LIBPATH)|SHAREDOPT_LINK  
=|" \
+   build/config/Linux build/config/FreeBSD || die "sed failed"
+   sed -i -e "s|SHLIBFLAGS)|SHLIBFLAGS) ${LDFLAGS}|" build/rules/lib || die
+}
+
+src_compile() {
+   emake POCO_PREFIX=/usr GENTOO_ODBC="${odbc}" LIBDIR="$(get_libdir)" 
${targets} || die "emake failed"
+}
+
+src_install() {
+   emake POCO_PREFIX=/usr LIBDIR="$(get_libdir)" DESTDIR="${D}" install || 
die "emake install failed"
+
+   dodoc CHANGELOG CONTRIBUTORS NEWS README
+
+   use doc && dohtml -r "${WORKDIR}/${MY_DOCP}"/*
+
+   if use examples ; then
+   for d in Net XML Data Util NetSSL_OpenSSL Foundation ; do
+   insinto /usr/share/doc/${PF}/examples/${d}
+   doins -r ${d}/samples
+   done
+   find "${D}/usr/share/doc/${PF}/examples" \
+   -iname "*.sln" -or -iname