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 98B89139085 for ; Sun, 25 Dec 2016 22:03:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ECF3A234368; Sun, 25 Dec 2016 22:03:20 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C142E234368 for ; Sun, 25 Dec 2016 22:03:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 71251340FC1 for ; Sun, 25 Dec 2016 22:03:19 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0EE6C24B0 for ; Sun, 25 Dec 2016 22:03:18 +0000 (UTC) From: "Andrew Savchenko" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Savchenko" Message-ID: <1482703392.1c2a2775c14e6f82d1eb4e7b0bda8f068723a34a.bircoph@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/xrootd/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/xrootd/xrootd-4.5.0.ebuild X-VCS-Directories: net-libs/xrootd/ X-VCS-Committer: bircoph X-VCS-Committer-Name: Andrew Savchenko X-VCS-Revision: 1c2a2775c14e6f82d1eb4e7b0bda8f068723a34a X-VCS-Branch: master Date: Sun, 25 Dec 2016 22:03:18 +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-Archives-Salt: 7f9d999b-a3a1-4b7a-817b-6b5992981b7a X-Archives-Hash: 98abf2563357bb3073a2b5266b7f2b8a commit: 1c2a2775c14e6f82d1eb4e7b0bda8f068723a34a Author: Andrew Savchenko gentoo org> AuthorDate: Sun Dec 25 22:02:45 2016 +0000 Commit: Andrew Savchenko gentoo org> CommitDate: Sun Dec 25 22:03:12 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c2a2775 net-libs/xrootd: add python support - Add support for python bindings, upstream support only python-2.{4..7}. - Optionally install python docs and examples. - Add perl dep for provided utils. Package-Manager: portage-2.3.3 Signed-off-by: Andrew Savchenko gentoo.org> net-libs/xrootd/xrootd-4.5.0.ebuild | 51 +++++++++++++++++++++++++++++-------- 1 file changed, 41 insertions(+), 10 deletions(-) diff --git a/net-libs/xrootd/xrootd-4.5.0.ebuild b/net-libs/xrootd/xrootd-4.5.0.ebuild index c7f7625..c48d44f 100644 --- a/net-libs/xrootd/xrootd-4.5.0.ebuild +++ b/net-libs/xrootd/xrootd-4.5.0.ebuild @@ -4,7 +4,9 @@ EAPI=6 -inherit cmake-utils user +PYTHON_COMPAT=( python2_7 ) + +inherit cmake-utils python-single-r1 user DESCRIPTION="Extended ROOT remote file server" HOMEPAGE="http://xrootd.org/" @@ -13,26 +15,38 @@ SRC_URI="http://xrootd.org/download/v${PV}/${P}.tar.gz" LICENSE="LGPL-3" SLOT="0" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE="doc fuse http kerberos readline rbd ssl test" +IUSE="doc examples fuse http kerberos python readline rbd ssl test" -RDEPEND=" +CDEPEND=" !