Gentoo Archives: gentoo-commits

From: Martin Mokrejs <mmokrejs@×××××××××××××××.cz>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/ruffus/
Date: Fri, 28 Jul 2017 20:05:32
Message-Id: 1501272319.ea56a43cf0e2a5ead0e9549eed6fb8a9f32f9415.mmokrejs@gentoo
1 commit: ea56a43cf0e2a5ead0e9549eed6fb8a9f32f9415
2 Author: Martin Mokrejš <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
3 AuthorDate: Fri Jul 28 19:16:30 2017 +0000
4 Commit: Martin Mokrejs <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
5 CommitDate: Fri Jul 28 20:05:19 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=ea56a43c
7
8 sci-biology/ruffus: pint EGIT_REPO_URI to the archive URL of code.google.com
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.3
11
12 sci-biology/ruffus/ruffus-9999.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/sci-biology/ruffus/ruffus-9999.ebuild b/sci-biology/ruffus/ruffus-9999.ebuild
16 index a786ba432..9c12d9170 100644
17 --- a/sci-biology/ruffus/ruffus-9999.ebuild
18 +++ b/sci-biology/ruffus/ruffus-9999.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2014 Gentoo Foundation
21 +# Copyright 1999-2017 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=5
25 @@ -10,7 +10,7 @@ inherit distutils-r1 git-r3
26 DESCRIPTION="Python module to support computational pipelines"
27 HOMEPAGE="http://www.ruffus.org.uk"
28 # SRC_URI="http://code.google.com/p/ruffus/downloads/detail?name=ruffus-2.4beta3.tar.gz"
29 -EGIT_REPO_URI="http://code.google.com/p/ruffus"
30 +EGIT_REPO_URI="https://code.google.com/archive/p/ruffus"
31 # git@××××××.com:bunbun/ruffus.git
32
33 LICENSE="MIT"