diff options
author | David Hicks <david@hicks.id.au> | 2017-07-30 04:45:00 +1000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-07-30 12:04:23 +0200 |
commit | 99ae7c05a81b35ea344822b4973b2712daf40727 (patch) | |
tree | 9dfa9273aecb881260ac83ab5e0b2ec6b602c6e7 /sci-biology | |
parent | sci-biology/bioperl-db: use HTTPS for GitHub (diff) | |
download | gentoo-99ae7c05a81b35ea344822b4973b2712daf40727.tar.gz gentoo-99ae7c05a81b35ea344822b4973b2712daf40727.tar.bz2 gentoo-99ae7c05a81b35ea344822b4973b2712daf40727.zip |
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
Diffstat (limited to 'sci-biology')
-rw-r--r-- | sci-biology/bioruby/bioruby-1.4.3.0001-r1.ebuild | 4 | ||||
-rw-r--r-- | 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 42b27e09b59b..8b35f96390c6 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 de0cd75b7e04..f93d8260e3c6 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="" |