Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-biology/bioruby/
Date: Sun, 30 Jul 2017 10:04:43
Message-Id: 1501409063.99ae7c05a81b35ea344822b4973b2712daf40727.mgorny@gentoo
1 commit: 99ae7c05a81b35ea344822b4973b2712daf40727
2 Author: David Hicks <david <AT> hicks <DOT> id <DOT> au>
3 AuthorDate: Sat Jul 29 18:45:00 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 30 10:04:23 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99ae7c05
7
8 sci-biology/bioruby: use HTTPS for GitHub, update SRC_URI and HOMEPAGE
9
10 * Use HTTPS for accessing GitHub domains
11 * Update SRC_URI and HOMEPAGE to remove "www" as this prefix is no
12 longer used on the bioruby website
13
14 Package-Manager: Portage-2.3.6, Repoman-2.3.3
15
16 sci-biology/bioruby/bioruby-1.4.3.0001-r1.ebuild | 4 ++--
17 sci-biology/bioruby/bioruby-9999.ebuild | 5 ++---
18 2 files changed, 4 insertions(+), 5 deletions(-)
19
20 diff --git a/sci-biology/bioruby/bioruby-1.4.3.0001-r1.ebuild b/sci-biology/bioruby/bioruby-1.4.3.0001-r1.ebuild
21 index 42b27e09b59..8b35f96390c 100644
22 --- a/sci-biology/bioruby/bioruby-1.4.3.0001-r1.ebuild
23 +++ b/sci-biology/bioruby/bioruby-1.4.3.0001-r1.ebuild
24 @@ -9,8 +9,8 @@ inherit ruby-fakegem
25
26 DESCRIPTION="An integrated environment for bioinformatics using the Ruby language"
27 LICENSE="Ruby"
28 -HOMEPAGE="http://www.bioruby.org/"
29 -SRC_URI="http://www.${PN}.org/archive/${P}.tar.gz"
30 +HOMEPAGE="http://bioruby.org/"
31 +SRC_URI="http://${PN}.org/archive/${P}.tar.gz"
32
33 SLOT="0"
34 IUSE=""
35
36 diff --git a/sci-biology/bioruby/bioruby-9999.ebuild b/sci-biology/bioruby/bioruby-9999.ebuild
37 index de0cd75b7e0..f93d8260e3c 100644
38 --- a/sci-biology/bioruby/bioruby-9999.ebuild
39 +++ b/sci-biology/bioruby/bioruby-9999.ebuild
40 @@ -4,14 +4,13 @@
41 EAPI=5
42
43 USE_RUBY="ruby21"
44 -EGIT_REPO_URI="git://github.com/bioruby/bioruby.git
45 - https://github.com/bioruby/bioruby.git"
46 +EGIT_REPO_URI="https://github.com/bioruby/bioruby.git"
47
48 inherit git-2 ruby-fakegem
49
50 DESCRIPTION="An integrated environment for bioinformatics using the Ruby language"
51 LICENSE="Ruby"
52 -HOMEPAGE="http://www.bioruby.org/"
53 +HOMEPAGE="http://bioruby.org/"
54 SRC_URI=""
55 SLOT="0"
56 IUSE=""