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 F0271138B1C 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 464E821C057; Tue, 19 Feb 2013 19:35:14 +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 8D61521C058 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 9E8F633DC97 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 3DC5BE4083 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: <1361219200.e330d790ad278e88972ddadfe1c4875fb12cf7fa.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: e330d790ad278e88972ddadfe1c4875fb12cf7fa 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: ac873676-656d-4b9b-b504-190945bd80a1 X-Archives-Hash: 0b52ef70ae59afe65119ca57ef3d2a61 commit: e330d790ad278e88972ddadfe1c4875fb12cf7fa Author: Justin Lecher gentoo org> AuthorDate: Mon Feb 18 20:26:40 2013 +0000 Commit: Justin Lecher gentoo org> CommitDate: Mon Feb 18 20:26:40 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=e330d790 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 380939b..062b4a9 100644 --- a/sci-chemistry/pymol/ChangeLog +++ b/sci-chemistry/pymol/ChangeLog @@ -5,6 +5,9 @@ 18 Feb 2013; Justin Lecher pymol-9999.ebuild: Fix sed syntax + 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 d1e847f..6f6c5f7 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