Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-biology/stride/
Date: Sat, 17 Aug 2019 11:19:44
Message-Id: 1566040756.df9c66e3f92c66049585731e041358710860dc29.soap@gentoo
1 commit: df9c66e3f92c66049585731e041358710860dc29
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sat Aug 17 11:19:16 2019 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 17 11:19:16 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df9c66e3
7
8 sci-biology/stride: [QA] Version the distfile
9
10 Package-Manager: Portage-2.3.71, Repoman-2.3.17
11 Signed-off-by: David Seifert <soap <AT> gentoo.org>
12
13 sci-biology/stride/Manifest | 2 +-
14 sci-biology/stride/stride-20011129-r1.ebuild | 4 ++--
15 2 files changed, 3 insertions(+), 3 deletions(-)
16
17 diff --git a/sci-biology/stride/Manifest b/sci-biology/stride/Manifest
18 index 8e64ce6ccbf..8d9e9236f0c 100644
19 --- a/sci-biology/stride/Manifest
20 +++ b/sci-biology/stride/Manifest
21 @@ -1,2 +1,2 @@
22 +DIST stride-20011129.tar.gz 56441 BLAKE2B 4d4cd3f9f6cef997fff10571aecb70cb21056e88c5130e7dfdafe15a6fb353656d0635b4d65895ef115479a87dcf600b659455d15460344c838543a2e356bfae SHA512 cbd40fce4684728f363520540132fc1a0003126954a145d59aeff48adb20fdaa66520bd12b56ee5d2906e8ea97bf78a225204105b820f7f368aee5e790a6471b
23 DIST stride-20060723-update.patch.bz2 5621 BLAKE2B 266a7371c0963a996430c1f809b46196e8bf179fcf2afb4380f6eccd092c03b29d5b09b8a8438ee7848d0f411920db2e4465ef646c75a406197412f35e880179 SHA512 e06eb68b907615e12dc1a9981be157400e9ffed9391a906cb4eb3ef4067b7027c26cc600298053bfc5d2bbbebbbfefe0e6b18d0e4f6fef2172768e6f95498af1
24 -DIST stride.tar.gz 56441 BLAKE2B 4d4cd3f9f6cef997fff10571aecb70cb21056e88c5130e7dfdafe15a6fb353656d0635b4d65895ef115479a87dcf600b659455d15460344c838543a2e356bfae SHA512 cbd40fce4684728f363520540132fc1a0003126954a145d59aeff48adb20fdaa66520bd12b56ee5d2906e8ea97bf78a225204105b820f7f368aee5e790a6471b
25
26 diff --git a/sci-biology/stride/stride-20011129-r1.ebuild b/sci-biology/stride/stride-20011129-r1.ebuild
27 index c76883b861e..77a19f3ea89 100644
28 --- a/sci-biology/stride/stride-20011129-r1.ebuild
29 +++ b/sci-biology/stride/stride-20011129-r1.ebuild
30 @@ -1,4 +1,4 @@
31 -# Copyright 1999-2015 Gentoo Foundation
32 +# Copyright 1999-2019 Gentoo Authors
33 # Distributed under the terms of the GNU General Public License v2
34
35 EAPI=5
36 @@ -8,7 +8,7 @@ inherit eutils toolchain-funcs
37 DESCRIPTION="Protein secondary structure assignment from atomic coordinates"
38 HOMEPAGE="http://webclu.bio.wzw.tum.de/stride/"
39 SRC_URI="
40 - ftp://ftp.ebi.ac.uk/pub/software/unix/${PN}/src/${PN}.tar.gz
41 + ftp://ftp.ebi.ac.uk/pub/software/unix/${PN}/src/${PN}.tar.gz -> ${P}.tar.gz
42 https://dev.gentoo.org/~jlec/distfiles/${PN}-20060723-update.patch.bz2"
43
44 SLOT="0"