diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-08-24 12:47:45 +0200 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-08-24 12:49:19 +0200 |
commit | eaaface92ee81f30a6ac66fe7acbcc42c00dc450 (patch) | |
tree | 6a380aa33005e1997c9dbe6f1c00520274543303 /sci-biology/rebase | |
parent | sci-libs/ViSP: Disable Coin3D to avoid automagic. Bug #558498. (diff) | |
download | gentoo-eaaface92ee81f30a6ac66fe7acbcc42c00dc450.tar.gz gentoo-eaaface92ee81f30a6ac66fe7acbcc42c00dc450.tar.bz2 gentoo-eaaface92ee81f30a6ac66fe7acbcc42c00dc450.zip |
Use https by default
Convert all URLs for sites supporting encrypted connections from http to https
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'sci-biology/rebase')
-rw-r--r-- | sci-biology/rebase/metadata.xml | 2 | ||||
-rw-r--r-- | sci-biology/rebase/rebase-1507.ebuild | 2 | ||||
-rw-r--r-- | sci-biology/rebase/rebase-1508.ebuild | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/sci-biology/rebase/metadata.xml b/sci-biology/rebase/metadata.xml index 734fcff7e215..dd0f62c9e614 100644 --- a/sci-biology/rebase/metadata.xml +++ b/sci-biology/rebase/metadata.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> <herd>sci-biology</herd> <longdescription> diff --git a/sci-biology/rebase/rebase-1507.ebuild b/sci-biology/rebase/rebase-1507.ebuild index 6b32ba231a2e..0088b50aa25b 100644 --- a/sci-biology/rebase/rebase-1507.ebuild +++ b/sci-biology/rebase/rebase-1507.ebuild @@ -8,7 +8,7 @@ MY_PV=${PV#1} DESCRIPTION="A restriction enzyme database" HOMEPAGE="http://rebase.neb.com" -SRC_URI="http://dev.gentoo.org/~jlec/distfiles/${P}.tar.xz" +SRC_URI="https://dev.gentoo.org/~jlec/distfiles/${P}.tar.xz" SLOT="0" LICENSE="public-domain" diff --git a/sci-biology/rebase/rebase-1508.ebuild b/sci-biology/rebase/rebase-1508.ebuild index f171a569ee83..1bfa8ba6880d 100644 --- a/sci-biology/rebase/rebase-1508.ebuild +++ b/sci-biology/rebase/rebase-1508.ebuild @@ -8,7 +8,7 @@ MY_PV=${PV#1} DESCRIPTION="A restriction enzyme database" HOMEPAGE="http://rebase.neb.com" -SRC_URI="http://dev.gentoo.org/~jlec/distfiles/${P}.tar.xz" +SRC_URI="https://dev.gentoo.org/~jlec/distfiles/${P}.tar.xz" SLOT="0" LICENSE="public-domain" |