summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2015-08-24 12:36:23 +0200
committerJustin Lecher <jlec@gentoo.org>2015-08-24 12:36:23 +0200
commit71dc24457e7c41a2f9ee8baee773124df6f86a00 (patch)
treee4cbe29b6d056c3b011285fc8142356298f8347f /app-text
parentAdd missing remote-id (diff)
downloadgentoo-71dc24457e7c41a2f9ee8baee773124df6f86a00.tar.gz
gentoo-71dc24457e7c41a2f9ee8baee773124df6f86a00.tar.bz2
gentoo-71dc24457e7c41a2f9ee8baee773124df6f86a00.zip
Use https by default
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'app-text')
-rw-r--r--app-text/jist/jist-1.5.1.ebuild2
-rw-r--r--app-text/nfoview/nfoview-1.10.ebuild2
-rw-r--r--app-text/nfoview/nfoview-1.15.1.ebuild2
-rw-r--r--app-text/nfoview/nfoview-9999.ebuild2
-rw-r--r--app-text/pdfminer/pdfminer-20131113.ebuild2
-rw-r--r--app-text/pdfminer/pdfminer-20140328.ebuild2
-rw-r--r--app-text/pelican/pelican-3.4.0.ebuild2
-rw-r--r--app-text/pelican/pelican-3.5.0.ebuild2
-rw-r--r--app-text/pelican/pelican-3.6.0.ebuild2
-rw-r--r--app-text/pytextile/pytextile-2.2.1.ebuild2
-rw-r--r--app-text/pytextile/pytextile-2.2.2.ebuild2
-rw-r--r--app-text/ronn/ronn-0.7.3-r2.ebuild2
-rw-r--r--app-text/ronn/ronn-0.7.3-r3.ebuild2
13 files changed, 13 insertions, 13 deletions
diff --git a/app-text/jist/jist-1.5.1.ebuild b/app-text/jist/jist-1.5.1.ebuild
index 88543c36288d..c805dca6f716 100644
--- a/app-text/jist/jist-1.5.1.ebuild
+++ b/app-text/jist/jist-1.5.1.ebuild
@@ -12,7 +12,7 @@ RUBY_FAKEGEM_EXTRADOC="README.md"
inherit ruby-fakegem
DESCRIPTION="A ruby gem to publish a gist"
-HOMEPAGE="http://github.com/ConradIrwin/jist"
+HOMEPAGE="https://github.com/ConradIrwin/jist"
LICENSE="MIT"
SLOT="0"
diff --git a/app-text/nfoview/nfoview-1.10.ebuild b/app-text/nfoview/nfoview-1.10.ebuild
index 824ed221ddef..c436277819ae 100644
--- a/app-text/nfoview/nfoview-1.10.ebuild
+++ b/app-text/nfoview/nfoview-1.10.ebuild
@@ -11,7 +11,7 @@ RESTRICT_PYTHON_ABIS="2.*"
inherit distutils fdo-mime gnome2-utils
if [[ ${PV} == "9999" ]] ; then
EGIT_REPO_URI="git://github.com/otsaloma/nfoview.git
- http://github.com/otsaloma/nfoview.git"
+ https://github.com/otsaloma/nfoview.git"
inherit git-2
SRC_URI=""
#KEYWORDS=""
diff --git a/app-text/nfoview/nfoview-1.15.1.ebuild b/app-text/nfoview/nfoview-1.15.1.ebuild
index 809881c5aae5..30977aa94416 100644
--- a/app-text/nfoview/nfoview-1.15.1.ebuild
+++ b/app-text/nfoview/nfoview-1.15.1.ebuild
@@ -9,7 +9,7 @@ PYTHON_COMPAT=( python{3_3,3_4} )
inherit distutils-r1 fdo-mime gnome2-utils
if [[ ${PV} == "9999" ]] ; then
EGIT_REPO_URI="git://github.com/otsaloma/nfoview.git
- http://github.com/otsaloma/nfoview.git"
+ https://github.com/otsaloma/nfoview.git"
inherit git-2
SRC_URI=""
#KEYWORDS=""
diff --git a/app-text/nfoview/nfoview-9999.ebuild b/app-text/nfoview/nfoview-9999.ebuild
index e7a3f0d204a3..ae1f824bb9f3 100644
--- a/app-text/nfoview/nfoview-9999.ebuild
+++ b/app-text/nfoview/nfoview-9999.ebuild
@@ -9,7 +9,7 @@ PYTHON_COMPAT=( python{3_3,3_4} )
inherit distutils-r1 fdo-mime gnome2-utils
if [[ ${PV} == "9999" ]] ; then
EGIT_REPO_URI="git://github.com/otsaloma/nfoview.git
- http://github.com/otsaloma/nfoview.git"
+ https://github.com/otsaloma/nfoview.git"
inherit git-2
SRC_URI=""
#KEYWORDS=""
diff --git a/app-text/pdfminer/pdfminer-20131113.ebuild b/app-text/pdfminer/pdfminer-20131113.ebuild
index 029256e13ec3..d9009d02e13f 100644
--- a/app-text/pdfminer/pdfminer-20131113.ebuild
+++ b/app-text/pdfminer/pdfminer-20131113.ebuild
@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 )
inherit distutils-r1
DESCRIPTION="Python tool for extracting information from PDF documents"
-HOMEPAGE="http://www.unixuser.org/~euske/python/pdfminer/ http://pypi.python.org/pypi/pdfminer/"
+HOMEPAGE="http://www.unixuser.org/~euske/python/pdfminer/ https://pypi.python.org/pypi/pdfminer/"
SRC_URI="mirror://pypi/p/${PN}/${P}.tar.gz"
LICENSE="MIT"
diff --git a/app-text/pdfminer/pdfminer-20140328.ebuild b/app-text/pdfminer/pdfminer-20140328.ebuild
index 7ddb6758d0e6..87860a1bb974 100644
--- a/app-text/pdfminer/pdfminer-20140328.ebuild
+++ b/app-text/pdfminer/pdfminer-20140328.ebuild
@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 pypy )
inherit distutils-r1
DESCRIPTION="Python tool for extracting information from PDF documents"
-HOMEPAGE="http://www.unixuser.org/~euske/python/pdfminer/ http://pypi.python.org/pypi/pdfminer/"
+HOMEPAGE="http://www.unixuser.org/~euske/python/pdfminer/ https://pypi.python.org/pypi/pdfminer/"
SRC_URI="mirror://pypi/p/${PN}/${P}.tar.gz"
LICENSE="MIT"
diff --git a/app-text/pelican/pelican-3.4.0.ebuild b/app-text/pelican/pelican-3.4.0.ebuild
index f39bdcfbe150..4340bf1ca0cf 100644
--- a/app-text/pelican/pelican-3.4.0.ebuild
+++ b/app-text/pelican/pelican-3.4.0.ebuild
@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python{2_7,3_3} )
inherit distutils-r1
DESCRIPTION="A tool to generate a static blog, with restructured text (or markdown) input files"
-HOMEPAGE="http://pelican.notmyidea.org/ http://pypi.python.org/pypi/pelican"
+HOMEPAGE="http://pelican.notmyidea.org/ https://pypi.python.org/pypi/pelican"
SRC_URI="https://github.com/getpelican/pelican/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="AGPL-3"
diff --git a/app-text/pelican/pelican-3.5.0.ebuild b/app-text/pelican/pelican-3.5.0.ebuild
index 4567f25ff98f..3f26761a20c4 100644
--- a/app-text/pelican/pelican-3.5.0.ebuild
+++ b/app-text/pelican/pelican-3.5.0.ebuild
@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python{2_7,3_3,3_4} )
inherit distutils-r1
DESCRIPTION="A tool to generate a static blog, with restructured text (or markdown) input files"
-HOMEPAGE="http://pelican.notmyidea.org/ http://pypi.python.org/pypi/pelican"
+HOMEPAGE="http://pelican.notmyidea.org/ https://pypi.python.org/pypi/pelican"
SRC_URI="https://github.com/getpelican/pelican/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="AGPL-3"
diff --git a/app-text/pelican/pelican-3.6.0.ebuild b/app-text/pelican/pelican-3.6.0.ebuild
index 25a51e46989c..a16143d1e200 100644
--- a/app-text/pelican/pelican-3.6.0.ebuild
+++ b/app-text/pelican/pelican-3.6.0.ebuild
@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python{2_7,3_3,3_4} )
inherit distutils-r1
DESCRIPTION="A tool to generate a static blog, with restructured text (or markdown) input files"
-HOMEPAGE="http://pelican.notmyidea.org/ http://pypi.python.org/pypi/pelican"
+HOMEPAGE="http://pelican.notmyidea.org/ https://pypi.python.org/pypi/pelican"
SRC_URI="https://github.com/getpelican/pelican/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="AGPL-3"
diff --git a/app-text/pytextile/pytextile-2.2.1.ebuild b/app-text/pytextile/pytextile-2.2.1.ebuild
index 9ce8fb6e522d..345ea872770c 100644
--- a/app-text/pytextile/pytextile-2.2.1.ebuild
+++ b/app-text/pytextile/pytextile-2.2.1.ebuild
@@ -11,7 +11,7 @@ MY_PN="textile"
MY_P="${MY_PN}-${PV}"
DESCRIPTION="A Python implementation of Textile, Dean Allen's Human Text Generator for creating (X)HTML"
-HOMEPAGE="http://github.com/textile/python-textile"
+HOMEPAGE="https://github.com/textile/python-textile"
SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
LICENSE="BSD"
diff --git a/app-text/pytextile/pytextile-2.2.2.ebuild b/app-text/pytextile/pytextile-2.2.2.ebuild
index 9ce8fb6e522d..345ea872770c 100644
--- a/app-text/pytextile/pytextile-2.2.2.ebuild
+++ b/app-text/pytextile/pytextile-2.2.2.ebuild
@@ -11,7 +11,7 @@ MY_PN="textile"
MY_P="${MY_PN}-${PV}"
DESCRIPTION="A Python implementation of Textile, Dean Allen's Human Text Generator for creating (X)HTML"
-HOMEPAGE="http://github.com/textile/python-textile"
+HOMEPAGE="https://github.com/textile/python-textile"
SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
LICENSE="BSD"
diff --git a/app-text/ronn/ronn-0.7.3-r2.ebuild b/app-text/ronn/ronn-0.7.3-r2.ebuild
index c121215a6e2c..61467415091b 100644
--- a/app-text/ronn/ronn-0.7.3-r2.ebuild
+++ b/app-text/ronn/ronn-0.7.3-r2.ebuild
@@ -11,7 +11,7 @@ RUBY_FAKEGEM_EXTRADOC="AUTHORS CHANGES README.md"
inherit ruby-fakegem
DESCRIPTION="Ronn converts simple, human readable textfiles to roff for terminal display, and also to HTML"
-HOMEPAGE="http://github.com/rtomayko/ronn/"
+HOMEPAGE="https://github.com/rtomayko/ronn/"
LICENSE="MIT"
SLOT="0"
diff --git a/app-text/ronn/ronn-0.7.3-r3.ebuild b/app-text/ronn/ronn-0.7.3-r3.ebuild
index 38f0316c801d..88112fe347a5 100644
--- a/app-text/ronn/ronn-0.7.3-r3.ebuild
+++ b/app-text/ronn/ronn-0.7.3-r3.ebuild
@@ -11,7 +11,7 @@ RUBY_FAKEGEM_EXTRADOC="AUTHORS CHANGES README.md"
inherit ruby-fakegem
DESCRIPTION="Ronn converts simple, human readable textfiles to roff for terminal display, and also to HTML"
-HOMEPAGE="http://github.com/rtomayko/ronn/"
+HOMEPAGE="https://github.com/rtomayko/ronn/"
LICENSE="MIT"
SLOT="0"