From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id D61E21387FF for ; Mon, 20 Oct 2014 07:24:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1E14CE08A2; Mon, 20 Oct 2014 07:24:15 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C5021E08A2 for ; Mon, 20 Oct 2014 07:24:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1E23F340418 for ; Mon, 20 Oct 2014 07:24:13 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B89535C79 for ; Mon, 20 Oct 2014 07:24:11 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1413789552.0ea640fba1bbdfa7a73a48ee8dcbe81185f21193.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-chemistry/pymol/files/, sci-chemistry/pymol/ X-VCS-Repository: proj/sci X-VCS-Files: sci-chemistry/pymol/ChangeLog sci-chemistry/pymol/files/pymol-9999-options.patch sci-chemistry/pymol/pymol-9999.ebuild X-VCS-Directories: sci-chemistry/pymol/files/ sci-chemistry/pymol/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 0ea640fba1bbdfa7a73a48ee8dcbe81185f21193 X-VCS-Branch: master Date: Mon, 20 Oct 2014 07:24:11 +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: f8fcb05c-2fa3-43c1-b598-3d5336ba6c34 X-Archives-Hash: d73fbf03b2532e29c3959e31a531c596 commit: 0ea640fba1bbdfa7a73a48ee8dcbe81185f21193 Author: Justin Lecher gentoo org> AuthorDate: Mon Oct 20 07:19:12 2014 +0000 Commit: Justin Lecher gentoo org> CommitDate: Mon Oct 20 07:19:12 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=0ea640fb sci-chemistry/pymol: Fix upstream buildsystem Package-Manager: portage-2.2.14_rc1 --- sci-chemistry/pymol/ChangeLog | 4 ++++ sci-chemistry/pymol/files/pymol-9999-options.patch | 15 +++++++++++++++ sci-chemistry/pymol/pymol-9999.ebuild | 4 ++++ 3 files changed, 23 insertions(+) diff --git a/sci-chemistry/pymol/ChangeLog b/sci-chemistry/pymol/ChangeLog index bb3c5db..2cce805 100644 --- a/sci-chemistry/pymol/ChangeLog +++ b/sci-chemistry/pymol/ChangeLog @@ -2,6 +2,10 @@ # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 20 Oct 2014; Justin Lecher pymol-9999.ebuild, + +files/pymol-9999-options.patch: + Fix upstream buildsystem + 17 Oct 2014; Justin Lecher pymol-9999.ebuild: Import tree changes diff --git a/sci-chemistry/pymol/files/pymol-9999-options.patch b/sci-chemistry/pymol/files/pymol-9999-options.patch new file mode 100644 index 0000000..ce05e17 --- /dev/null +++ b/sci-chemistry/pymol/files/pymol-9999-options.patch @@ -0,0 +1,15 @@ + pymol/setup.py | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/pymol/setup.py b/pymol/setup.py +index c446d6c..b7b353b 100644 +--- a/pymol/setup.py ++++ b/pymol/setup.py +@@ -51,6 +51,7 @@ def CCompiler_compile(self, sources, output_dir=None, macros=None, + class options: + osx_frameworks = False + jobs = int(os.getenv('JOBS', 0)) ++ no_libxml = False + + try: + import argparse diff --git a/sci-chemistry/pymol/pymol-9999.ebuild b/sci-chemistry/pymol/pymol-9999.ebuild index b45111e..a811e69 100644 --- a/sci-chemistry/pymol/pymol-9999.ebuild +++ b/sci-chemistry/pymol/pymol-9999.ebuild @@ -37,6 +37,10 @@ DEPEND=" web? ( !dev-python/webpy[${PYTHON_USEDEP}] )" RDEPEND="${DEPEND}" +PATCHES=( + "${FILESDIR}"/${P}-options.patch +) + src_unpack() { unpack ${A} subversion_src_unpack