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 E9DE9138B1B for ; Tue, 19 Feb 2013 19:35:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CA80221C054; Tue, 19 Feb 2013 19:35:13 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5BA7221C054 for ; Tue, 19 Feb 2013 19:35:13 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7625B33DC04 for ; Tue, 19 Feb 2013 19:35:12 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 1C864E407D for ; Tue, 19 Feb 2013 19:35: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: <1361219058.6b38186682ba69818cb5803b33a8c0bf72f2c030.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-chemistry/pymol/ X-VCS-Repository: proj/sci X-VCS-Files: sci-chemistry/pymol/ChangeLog sci-chemistry/pymol/pymol-9999.ebuild X-VCS-Directories: sci-chemistry/pymol/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 6b38186682ba69818cb5803b33a8c0bf72f2c030 X-VCS-Branch: master Date: Tue, 19 Feb 2013 19:35: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: cbc84729-a881-470f-813e-ac155f4ebf6c X-Archives-Hash: 83fcd1850fb341057135a7400a79b525 commit: 6b38186682ba69818cb5803b33a8c0bf72f2c030 Author: Justin Lecher gentoo org> AuthorDate: Mon Feb 18 20:24:18 2013 +0000 Commit: Justin Lecher gentoo org> CommitDate: Mon Feb 18 20:24:18 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=6b381866 sci-chemistry/pymol: Fix sed syntax Package-Manager: portage-2.2.0_alpha163 --- sci-chemistry/pymol/ChangeLog | 3 +++ sci-chemistry/pymol/pymol-9999.ebuild | 2 +- 2 files changed, 4 insertions(+), 1 deletions(-) diff --git a/sci-chemistry/pymol/ChangeLog b/sci-chemistry/pymol/ChangeLog index 9652f4b..380939b 100644 --- a/sci-chemistry/pymol/ChangeLog +++ b/sci-chemistry/pymol/ChangeLog @@ -2,6 +2,9 @@ # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 18 Feb 2013; Justin Lecher pymol-9999.ebuild: + Fix sed syntax + 18 Feb 2013; Justin Lecher pymol-9999.ebuild, -files/pymol-9999-flags.patch, -files/pymol-9999-prefix.patch, metadata.xml: Adapt to current HEAD diff --git a/sci-chemistry/pymol/pymol-9999.ebuild b/sci-chemistry/pymol/pymol-9999.ebuild index cd05037..d1e847f 100644 --- a/sci-chemistry/pymol/pymol-9999.ebuild +++ b/sci-chemistry/pymol/pymol-9999.ebuild @@ -45,7 +45,7 @@ src_unpack() { python_prepare_all() { sed \ -e "s:\"/usr:\"${EPREFIX}/usr:g" \ - -e "/ext_comp_args/s:=.*$:=:g" \ + -e "/ext_comp_args/s:=.*$:= \[\]:g" \ -i setup.py || die rm ./modules/pmg_tk/startup/apbs_tools.py || die