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 4C23313881B for ; Tue, 22 Sep 2015 19:26:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A4FA4E0878; Tue, 22 Sep 2015 19:26:12 +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 454E9E0878 for ; Tue, 22 Sep 2015 19:26:12 +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 00079340687 for ; Tue, 22 Sep 2015 19:26:11 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B0690185 for ; Tue, 22 Sep 2015 19:26:08 +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: <1442949923.e46036d0b00bdaf747bc51c4b74f42177dcc21d3.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/platon/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-chemistry/platon/Manifest sci-chemistry/platon/platon-20110126.ebuild sci-chemistry/platon/platon-20150921.ebuild X-VCS-Directories: sci-chemistry/platon/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: e46036d0b00bdaf747bc51c4b74f42177dcc21d3 X-VCS-Branch: master Date: Tue, 22 Sep 2015 19:26:08 +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: f9e34467-355b-4597-b1e5-4277d65f0496 X-Archives-Hash: 2647b930834fd3e2db118ad5a22dde68 commit: e46036d0b00bdaf747bc51c4b74f42177dcc21d3 Author: Justin Lecher gentoo org> AuthorDate: Tue Sep 22 18:12:20 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Tue Sep 22 19:25:23 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e46036d0 sci-chemistry/platon: Version Bump Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=392061 Package-Manager: portage-2.2.21 Signed-off-by: Justin Lecher gentoo.org> sci-chemistry/platon/Manifest | 2 +- .../platon/{platon-20110126.ebuild => platon-20150921.ebuild} | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/sci-chemistry/platon/Manifest b/sci-chemistry/platon/Manifest index df5e86c..8b5d3da 100644 --- a/sci-chemistry/platon/Manifest +++ b/sci-chemistry/platon/Manifest @@ -1 +1 @@ -DIST platon-20110126.tar.gz 10893404 SHA256 23651224b5f3653c82673f7d6c2339cfee1e8f59ad32fa51d7c9770f5cb014d6 +DIST platon-20150921.tar.gz 12019784 SHA256 a667ce5ae4c60edc12776f0da9f8c481bee451d1c78b4a9edc2bd2df18ee7612 SHA512 59786d3978c11167f5f12f8f487e6e478d0bc1f070a443ca4626d830e4014122ad974d6e1e1debc2c6c6bbc37d82b7b6b6bb89ad0c74fbd061af26a639db9448 WHIRLPOOL e42d651310da8ae4108b1ec8dfaa3d556236e55889fa153fdfd90d7abbe33b70931fe78a559b0e86afc5d07cc8eb47356d91e9bf0d90a168238d8ce14875c52c diff --git a/sci-chemistry/platon/platon-20110126.ebuild b/sci-chemistry/platon/platon-20150921.ebuild similarity index 95% rename from sci-chemistry/platon/platon-20110126.ebuild rename to sci-chemistry/platon/platon-20150921.ebuild index 2c376a3..70f0828 100644 --- a/sci-chemistry/platon/platon-20110126.ebuild +++ b/sci-chemistry/platon/platon-20150921.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=4 +EAPI=5 inherit eutils fortran-2 flag-o-matic multilib toolchain-funcs @@ -10,8 +10,8 @@ DESCRIPTION="Versatile, SHELX-97 compatible, multipurpose crystallographic tool" HOMEPAGE="http://www.cryst.chem.uu.nl/platon/" SRC_URI="http://www.cryst.chem.uu.nl/xraysoft/unix/${PN}.tar.gz -> ${P}.tar.gz" -LICENSE="free-noncomm" SLOT="0" +LICENSE="free-noncomm" KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux" IUSE="examples" @@ -31,8 +31,8 @@ pkg_nofetch() { } src_unpack() { - unpack ${A} - cd "${S}" + default + cd "${S}" || die gunzip platon.f.gz xdrvr.c.gz || die }