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 484601381F3 for ; Wed, 26 Jun 2013 07:39:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CA6F7E07F7; Wed, 26 Jun 2013 07:39:29 +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 5AFABE07F7 for ; Wed, 26 Jun 2013 07:39:29 +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 3A3B933DC38 for ; Wed, 26 Jun 2013 07:39:28 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id D6363E468F for ; Wed, 26 Jun 2013 07:39:26 +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: <1372232355.c975989ca5af7c747ed1d1ea62a57252b36e228b.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: c975989ca5af7c747ed1d1ea62a57252b36e228b X-VCS-Branch: master Date: Wed, 26 Jun 2013 07:39:26 +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: 59cf5647-28f5-48c9-af52-e39a933609f0 X-Archives-Hash: 609f3fefe0879908ee430f486b3114a7 Message-ID: <20130626073926.7q5Pq9n4MQBV-Lg3R5MVGKvPfAWrClXN_itBUp5AYZI@z> commit: c975989ca5af7c747ed1d1ea62a57252b36e228b Author: Justin Lecher gentoo org> AuthorDate: Wed Jun 26 07:14:10 2013 +0000 Commit: Justin Lecher gentoo org> CommitDate: Wed Jun 26 07:39:15 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=c975989c sci-chemistry/pymol: Update repo uri Package-Manager: portage-2.2.0_alpha184 Signed-off-by: Justin Lecher gentoo.org> --- sci-chemistry/pymol/ChangeLog | 3 +++ sci-chemistry/pymol/pymol-9999.ebuild | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/sci-chemistry/pymol/ChangeLog b/sci-chemistry/pymol/ChangeLog index f5e0f9b..80bd47e 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: $ + 26 Jun 2013; Justin Lecher pymol-9999.ebuild: + Update repo uri + 25 Mar 2013; Justin Lecher pymol-9999.ebuild, metadata.xml: Sync with tree diff --git a/sci-chemistry/pymol/pymol-9999.ebuild b/sci-chemistry/pymol/pymol-9999.ebuild index 564732c..fcdd516 100644 --- a/sci-chemistry/pymol/pymol-9999.ebuild +++ b/sci-chemistry/pymol/pymol-9999.ebuild @@ -12,7 +12,7 @@ inherit distutils-r1 fdo-mime subversion versionator DESCRIPTION="A Python-extensible molecular graphics system" HOMEPAGE="http://pymol.sourceforge.net/" SRC_URI="http://dev.gentoo.org/~jlec/distfiles/${PN}-icons.tar.xz" -ESVN_REPO_URI="https://pymol.svn.sourceforge.net/svnroot/pymol/trunk/pymol" +ESVN_REPO_URI="svn://svn.code.sf.net/p/pymol/code/trunk" LICENSE="PSF-2.2" SLOT="0"