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/procheck/, sci-chemistry/procheck/files/
Date: Fri, 14 Apr 2017 11:56:12
Message-Id: 1492170966.78c04ff6ccc9d7a53282dc62da0317a4b5525e4d.jlec@gentoo
1 commit: 78c04ff6ccc9d7a53282dc62da0317a4b5525e4d
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 14 11:53:50 2017 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 14 11:56:06 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78c04ff6
7
8 sci-chemistry/procheck: QA fixes and EAPI bump
9
10 * Bump to EAPI 6
11 * Generate missing checksums
12
13 Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=614234
14 Package-Manager: Portage-2.3.5, Repoman-2.3.2
15 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
16
17 sci-chemistry/procheck/Manifest | 2 +-
18 .../{3.5.4-ldflags.patch => procheck-3.5.4-ldflags.patch} | 0
19 sci-chemistry/procheck/procheck-3.5.4-r1.ebuild | 4 ++--
20 .../{procheck-3.5.4-r2.ebuild => procheck-3.5.4-r3.ebuild} | 13 ++++++-------
21 4 files changed, 9 insertions(+), 10 deletions(-)
22
23 diff --git a/sci-chemistry/procheck/Manifest b/sci-chemistry/procheck/Manifest
24 index c50c49d6753..2a1321949b7 100644
25 --- a/sci-chemistry/procheck/Manifest
26 +++ b/sci-chemistry/procheck/Manifest
27 @@ -1,3 +1,3 @@
28 DIST procheck-3.5.4-README 6585 SHA256 202d5b4d9ffaebdad19c368e6e6fd8ab54744c511609b1c609ef46c21fa0ffa0 SHA512 c6eff94cef9b67fd61884e88fa77ec381553d4dba53f477023738e1e44a6191c4241b14543ee7ecb93b049f16f262db2a09cf5d1a63248057633aab290f1f82a WHIRLPOOL 53a618978a9285e8a8f09c7ebd3e34951a8c1056c0894c1f4e4c11f73ad3127829322c9c7597fc6dea98f1fa4c40552e6caf383eed15aaeef0594cf93887d196
29 -DIST procheck-3.5.4-manual.tar.gz 517840 SHA256 3c2faa505be05102ccbe23473abdddc1cd4dc87c6b5e74222b7ea5c27b18db5a
30 +DIST procheck-3.5.4-manual.tar.gz 517840 SHA256 3c2faa505be05102ccbe23473abdddc1cd4dc87c6b5e74222b7ea5c27b18db5a SHA512 0fa9c7d50b7ca43c626d5261c524166938d3a92be1d02221721bc7ce7e91ac4919e7200b946ce563f9bb696d7dab9588c1d1b31a4d551cafa2f2bce4931a212c WHIRLPOOL 591afad0a534762d654779722b229e3dcb9cc1ed0f9216c443d4872dd7379257638e5cf3ee5844adf15b2ec55d5c5b15ab585ae52ae993678311985642aa8eaf
31 DIST procheck-3.5.4.tar.gz 522013 SHA256 4923fe5a7b86d5369fd639d0c77cfb866e574f076ec8c52424d746e843a404f4 SHA512 1dd78b53070484fbcdca51001fd147ab13fd5e51b3d1da54fd529531917c31012393751ee514f0c79d579b17a1701dde04f81b1c9ac27b2b835a43fa96785ecc WHIRLPOOL 2732981bdbb5269567019a645b401009bd48d782ab20b4f68bd213a90f7248a9fa3f46ab3a026aa0515a677a99826040d4c3f5464816ed4390b5091a6a98b375
32
33 diff --git a/sci-chemistry/procheck/files/3.5.4-ldflags.patch b/sci-chemistry/procheck/files/procheck-3.5.4-ldflags.patch
34 similarity index 100%
35 rename from sci-chemistry/procheck/files/3.5.4-ldflags.patch
36 rename to sci-chemistry/procheck/files/procheck-3.5.4-ldflags.patch
37
38 diff --git a/sci-chemistry/procheck/procheck-3.5.4-r1.ebuild b/sci-chemistry/procheck/procheck-3.5.4-r1.ebuild
39 index 41e88d6c697..c93ea1996d6 100644
40 --- a/sci-chemistry/procheck/procheck-3.5.4-r1.ebuild
41 +++ b/sci-chemistry/procheck/procheck-3.5.4-r1.ebuild
42 @@ -1,4 +1,4 @@
43 -# Copyright 1999-2012 Gentoo Foundation
44 +# Copyright 1999-2017 Gentoo Foundation
45 # Distributed under the terms of the GNU General Public License v2
46
47 EAPI=4
48 @@ -35,7 +35,7 @@ pkg_nofetch() {
49 }
50
51 src_prepare() {
52 - epatch "${FILESDIR}"/${PV}-ldflags.patch
53 + epatch "${FILESDIR}"/${P}-ldflags.patch
54 }
55
56 src_compile() {
57
58 diff --git a/sci-chemistry/procheck/procheck-3.5.4-r2.ebuild b/sci-chemistry/procheck/procheck-3.5.4-r3.ebuild
59 similarity index 89%
60 rename from sci-chemistry/procheck/procheck-3.5.4-r2.ebuild
61 rename to sci-chemistry/procheck/procheck-3.5.4-r3.ebuild
62 index 87b8a962a0a..585c9b591d9 100644
63 --- a/sci-chemistry/procheck/procheck-3.5.4-r2.ebuild
64 +++ b/sci-chemistry/procheck/procheck-3.5.4-r3.ebuild
65 @@ -1,9 +1,9 @@
66 -# Copyright 1999-2015 Gentoo Foundation
67 +# Copyright 1999-2017 Gentoo Foundation
68 # Distributed under the terms of the GNU General Public License v2
69
70 -EAPI=5
71 +EAPI=6
72
73 -inherit eutils fortran-2 multilib toolchain-funcs versionator
74 +inherit fortran-2 multilib toolchain-funcs versionator
75
76 DESCRIPTION="Checks the stereochemical quality of a protein structure"
77 HOMEPAGE="http://www.biochem.ucl.ac.uk/~roman/procheck/procheck.html"
78 @@ -32,11 +32,10 @@ pkg_nofetch() {
79 use doc && elog "manual.tar.gz -> ${DISTDIR}/${P}-manual.tar.gz"
80 }
81
82 -src_prepare() {
83 - epatch \
84 - "${FILESDIR}"/${PV}-ldflags.patch \
85 +PATCHES=(
86 + "${FILESDIR}"/${P}-ldflags.patch
87 "${FILESDIR}"/${P}-close.patch
88 -}
89 +)
90
91 src_compile() {
92 emake \