From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2C904138359 for ; Tue, 24 Nov 2020 03:47:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4D751E0827; Tue, 24 Nov 2020 03:47:47 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2E868E0826 for ; Tue, 24 Nov 2020 03:47:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A8F14340F74 for ; Tue, 24 Nov 2020 03:47:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2DD9E466 for ; Tue, 24 Nov 2020 03:47:44 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1606189658.9658fa23c87df4003f62f576cc3444888fdaf663.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/poco/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/poco/poco-1.10.1.ebuild X-VCS-Directories: dev-libs/poco/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 9658fa23c87df4003f62f576cc3444888fdaf663 X-VCS-Branch: master Date: Tue, 24 Nov 2020 03:47:44 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: afa7b0bb-e4d7-407a-8f35-5f96fa87e146 X-Archives-Hash: 5db1454ce9c10df864e7f601bc6ed234 commit: 9658fa23c87df4003f62f576cc3444888fdaf663 Author: Sam James gentoo org> AuthorDate: Tue Nov 24 03:47:33 2020 +0000 Commit: Sam James gentoo org> CommitDate: Tue Nov 24 03:47:38 2020 +0000 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 }