Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/platon/
Date: Tue, 22 Sep 2015 19:26:13
Message-Id: 1442949923.e46036d0b00bdaf747bc51c4b74f42177dcc21d3.jlec@gentoo
1 commit: e46036d0b00bdaf747bc51c4b74f42177dcc21d3
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 22 18:12:20 2015 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 22 19:25:23 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e46036d0
7
8 sci-chemistry/platon: Version Bump
9
10 Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=392061
11
12 Package-Manager: portage-2.2.21
13 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
14
15 sci-chemistry/platon/Manifest | 2 +-
16 .../platon/{platon-20110126.ebuild => platon-20150921.ebuild} | 10 +++++-----
17 2 files changed, 6 insertions(+), 6 deletions(-)
18
19 diff --git a/sci-chemistry/platon/Manifest b/sci-chemistry/platon/Manifest
20 index df5e86c..8b5d3da 100644
21 --- a/sci-chemistry/platon/Manifest
22 +++ b/sci-chemistry/platon/Manifest
23 @@ -1 +1 @@
24 -DIST platon-20110126.tar.gz 10893404 SHA256 23651224b5f3653c82673f7d6c2339cfee1e8f59ad32fa51d7c9770f5cb014d6
25 +DIST platon-20150921.tar.gz 12019784 SHA256 a667ce5ae4c60edc12776f0da9f8c481bee451d1c78b4a9edc2bd2df18ee7612 SHA512 59786d3978c11167f5f12f8f487e6e478d0bc1f070a443ca4626d830e4014122ad974d6e1e1debc2c6c6bbc37d82b7b6b6bb89ad0c74fbd061af26a639db9448 WHIRLPOOL e42d651310da8ae4108b1ec8dfaa3d556236e55889fa153fdfd90d7abbe33b70931fe78a559b0e86afc5d07cc8eb47356d91e9bf0d90a168238d8ce14875c52c
26
27 diff --git a/sci-chemistry/platon/platon-20110126.ebuild b/sci-chemistry/platon/platon-20150921.ebuild
28 similarity index 95%
29 rename from sci-chemistry/platon/platon-20110126.ebuild
30 rename to sci-chemistry/platon/platon-20150921.ebuild
31 index 2c376a3..70f0828 100644
32 --- a/sci-chemistry/platon/platon-20110126.ebuild
33 +++ b/sci-chemistry/platon/platon-20150921.ebuild
34 @@ -1,8 +1,8 @@
35 -# Copyright 1999-2012 Gentoo Foundation
36 +# Copyright 1999-2015 Gentoo Foundation
37 # Distributed under the terms of the GNU General Public License v2
38 # $Id$
39
40 -EAPI=4
41 +EAPI=5
42
43 inherit eutils fortran-2 flag-o-matic multilib toolchain-funcs
44
45 @@ -10,8 +10,8 @@ DESCRIPTION="Versatile, SHELX-97 compatible, multipurpose crystallographic tool"
46 HOMEPAGE="http://www.cryst.chem.uu.nl/platon/"
47 SRC_URI="http://www.cryst.chem.uu.nl/xraysoft/unix/${PN}.tar.gz -> ${P}.tar.gz"
48
49 -LICENSE="free-noncomm"
50 SLOT="0"
51 +LICENSE="free-noncomm"
52 KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
53 IUSE="examples"
54
55 @@ -31,8 +31,8 @@ pkg_nofetch() {
56 }
57
58 src_unpack() {
59 - unpack ${A}
60 - cd "${S}"
61 + default
62 + cd "${S}" || die
63 gunzip platon.f.gz xdrvr.c.gz || die
64 }