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 8E26D1381F3 for ; Mon, 19 Aug 2013 23:33:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CEED8E0F16; Mon, 19 Aug 2013 23:33:52 +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 301AEE0F16 for ; Mon, 19 Aug 2013 23:33:52 +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 13BAC33EBF5 for ; Mon, 19 Aug 2013 23:33:51 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 4E70FE468F for ; Mon, 19 Aug 2013 23:33:48 +0000 (UTC) From: "Sebastien Fabbro" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sebastien Fabbro" Message-ID: <1376649149.2033bfc18df64f7191ccd714560fdfae2bfa5331.bicatali@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-chemistry/chimera-bin/ X-VCS-Repository: proj/sci X-VCS-Files: sci-chemistry/chimera-bin/ChangeLog sci-chemistry/chimera-bin/chimera-bin-1.6.2.ebuild sci-chemistry/chimera-bin/chimera-bin-1.8.ebuild sci-chemistry/chimera-bin/metadata.xml X-VCS-Directories: sci-chemistry/chimera-bin/ X-VCS-Committer: bicatali X-VCS-Committer-Name: Sebastien Fabbro X-VCS-Revision: 2033bfc18df64f7191ccd714560fdfae2bfa5331 X-VCS-Branch: master Date: Mon, 19 Aug 2013 23:33:48 +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: 409a5c4d-191d-483c-8546-9ddd70e8ee41 X-Archives-Hash: 809f927c8ae78beb7df96edacba5640f commit: 2033bfc18df64f7191ccd714560fdfae2bfa5331 Author: Justin Lecher gentoo org> AuthorDate: Fri Aug 16 10:32:29 2013 +0000 Commit: Sebastien Fabbro gentoo org> CommitDate: Fri Aug 16 10:32:29 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=2033bfc1 sci-chemistry/chimera-bin: Version and EAPI BUmp Package-Manager: portage-2.2.0 --- sci-chemistry/chimera-bin/ChangeLog | 8 +++++++- sci-chemistry/chimera-bin/chimera-bin-1.6.2.ebuild | 8 ++++---- .../{chimera-bin-1.6.2.ebuild => chimera-bin-1.8.ebuild} | 8 ++++---- sci-chemistry/chimera-bin/metadata.xml | 2 +- 4 files changed, 16 insertions(+), 10 deletions(-) diff --git a/sci-chemistry/chimera-bin/ChangeLog b/sci-chemistry/chimera-bin/ChangeLog index b302a50..734fbb8 100644 --- a/sci-chemistry/chimera-bin/ChangeLog +++ b/sci-chemistry/chimera-bin/ChangeLog @@ -1,7 +1,13 @@ # ChangeLog for sci-chemistry/chimera-bin -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ +*chimera-bin-1.8 (16 Aug 2013) + + 16 Aug 2013; Justin Lecher chimera-bin-1.6.2.ebuild, + +chimera-bin-1.8.ebuild, metadata.xml: + Version and EAPI BUmp + 14 Nov 2012; Justin Lecher chimera-bin-1.6.2.ebuild: Add dep on virtual/opengl diff --git a/sci-chemistry/chimera-bin/chimera-bin-1.6.2.ebuild b/sci-chemistry/chimera-bin/chimera-bin-1.6.2.ebuild index 9a0a287..558fddc 100644 --- a/sci-chemistry/chimera-bin/chimera-bin-1.6.2.ebuild +++ b/sci-chemistry/chimera-bin/chimera-bin-1.6.2.ebuild @@ -1,16 +1,16 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 inherit eutils DESCRIPTION="An extensible Molecular Modelling System" HOMEPAGE="http://www.cgl.ucsf.edu/chimera" SRC_URI=" - amd64? ( chimera-1.6.2-linux_x86_64.bin ) - x86? ( chimera-1.6.2-linux.bin )" + amd64? ( chimera-${PV}-linux_x86_64.bin ) + x86? ( chimera-${PV}-linux.bin )" SLOT="0" LICENSE="chimera" diff --git a/sci-chemistry/chimera-bin/chimera-bin-1.6.2.ebuild b/sci-chemistry/chimera-bin/chimera-bin-1.8.ebuild similarity index 93% copy from sci-chemistry/chimera-bin/chimera-bin-1.6.2.ebuild copy to sci-chemistry/chimera-bin/chimera-bin-1.8.ebuild index 9a0a287..558fddc 100644 --- a/sci-chemistry/chimera-bin/chimera-bin-1.6.2.ebuild +++ b/sci-chemistry/chimera-bin/chimera-bin-1.8.ebuild @@ -1,16 +1,16 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 inherit eutils DESCRIPTION="An extensible Molecular Modelling System" HOMEPAGE="http://www.cgl.ucsf.edu/chimera" SRC_URI=" - amd64? ( chimera-1.6.2-linux_x86_64.bin ) - x86? ( chimera-1.6.2-linux.bin )" + amd64? ( chimera-${PV}-linux_x86_64.bin ) + x86? ( chimera-${PV}-linux.bin )" SLOT="0" LICENSE="chimera" diff --git a/sci-chemistry/chimera-bin/metadata.xml b/sci-chemistry/chimera-bin/metadata.xml index e42d0af..51fdeda 100644 --- a/sci-chemistry/chimera-bin/metadata.xml +++ b/sci-chemistry/chimera-bin/metadata.xml @@ -1,5 +1,5 @@ - sci-chemistry + sci-chemistry