From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1E27A139694 for ; Sun, 30 Jul 2017 10:04:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B40161FC2AC; Sun, 30 Jul 2017 10:04:40 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 96D501FC2AC for ; Sun, 30 Jul 2017 10:04:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D8EF1341A44 for ; Sun, 30 Jul 2017 10:04:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 261D574CC for ; Sun, 30 Jul 2017 10:04:37 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1501409063.99ae7c05a81b35ea344822b4973b2712daf40727.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-biology/bioruby/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-biology/bioruby/bioruby-1.4.3.0001-r1.ebuild sci-biology/bioruby/bioruby-9999.ebuild X-VCS-Directories: sci-biology/bioruby/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 99ae7c05a81b35ea344822b4973b2712daf40727 X-VCS-Branch: master Date: Sun, 30 Jul 2017 10:04:37 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: bfadaf67-5e5c-4bb3-bfa7-bafa5fe5c6fa X-Archives-Hash: 5e632ac55bf271dd576b9a01f1ac13c7 commit: 99ae7c05a81b35ea344822b4973b2712daf40727 Author: David Hicks hicks id au> AuthorDate: Sat Jul 29 18:45:00 2017 +0000 Commit: Michał Górny gentoo 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=""