commit:     99ae7c05a81b35ea344822b4973b2712daf40727
Author:     David Hicks <david <AT> hicks <DOT> id <DOT> au>
AuthorDate: Sat Jul 29 18:45:00 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Jul 30 10:04:23 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99ae7c05

sci-biology/bioruby: use HTTPS for GitHub, update SRC_URI and HOMEPAGE

* Use HTTPS for accessing GitHub domains
* Update SRC_URI and HOMEPAGE to remove "www" as this prefix is no
longer used on the bioruby website

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 sci-biology/bioruby/bioruby-1.4.3.0001-r1.ebuild | 4 ++--
 sci-biology/bioruby/bioruby-9999.ebuild          | 5 ++---
 2 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/sci-biology/bioruby/bioruby-1.4.3.0001-r1.ebuild 
b/sci-biology/bioruby/bioruby-1.4.3.0001-r1.ebuild
index 42b27e09b59..8b35f96390c 100644
--- a/sci-biology/bioruby/bioruby-1.4.3.0001-r1.ebuild
+++ b/sci-biology/bioruby/bioruby-1.4.3.0001-r1.ebuild
@@ -9,8 +9,8 @@ inherit ruby-fakegem
 
 DESCRIPTION="An integrated environment for bioinformatics using the Ruby 
language"
 LICENSE="Ruby"
-HOMEPAGE="http://www.bioruby.org/";
-SRC_URI="http://www.${PN}.org/archive/${P}.tar.gz";
+HOMEPAGE="http://bioruby.org/";
+SRC_URI="http://${PN}.org/archive/${P}.tar.gz";
 
 SLOT="0"
 IUSE=""

diff --git a/sci-biology/bioruby/bioruby-9999.ebuild 
b/sci-biology/bioruby/bioruby-9999.ebuild
index de0cd75b7e0..f93d8260e3c 100644
--- a/sci-biology/bioruby/bioruby-9999.ebuild
+++ b/sci-biology/bioruby/bioruby-9999.ebuild
@@ -4,14 +4,13 @@
 EAPI=5
 
 USE_RUBY="ruby21"
-EGIT_REPO_URI="git://github.com/bioruby/bioruby.git
-       https://github.com/bioruby/bioruby.git";
+EGIT_REPO_URI="https://github.com/bioruby/bioruby.git";
 
 inherit git-2 ruby-fakegem
 
 DESCRIPTION="An integrated environment for bioinformatics using the Ruby 
language"
 LICENSE="Ruby"
-HOMEPAGE="http://www.bioruby.org/";
+HOMEPAGE="http://bioruby.org/";
 SRC_URI=""
 SLOT="0"
 IUSE=""

Reply via email to