diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-08-24 13:35:05 +0200 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-08-24 13:35:41 +0200 |
commit | 769c75f84ac0d1be61ecaeaff0fcc8c509063ec5 (patch) | |
tree | b2ac9f34d4991495f829bd5db62f51c7579e4a4e /x11-apps | |
parent | sys-cluster/util-vserver: Version bump. Fixes bug 541750. (diff) | |
download | gentoo-769c75f84ac0d1be61ecaeaff0fcc8c509063ec5.tar.gz gentoo-769c75f84ac0d1be61ecaeaff0fcc8c509063ec5.tar.bz2 gentoo-769c75f84ac0d1be61ecaeaff0fcc8c509063ec5.zip |
Enable https for all google URIs
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'x11-apps')
-rw-r--r-- | x11-apps/ardesia/ardesia-1.0.ebuild | 2 | ||||
-rw-r--r-- | x11-apps/ardesia/metadata.xml | 8 | ||||
-rw-r--r-- | x11-apps/python-whiteboard/metadata.xml | 2 | ||||
-rw-r--r-- | x11-apps/spotlighter/spotlighter-0.1.ebuild | 2 | ||||
-rw-r--r-- | x11-apps/whyteboard/whyteboard-0.41.1.ebuild | 2 |
5 files changed, 8 insertions, 8 deletions
diff --git a/x11-apps/ardesia/ardesia-1.0.ebuild b/x11-apps/ardesia/ardesia-1.0.ebuild index 9ceffa501eb0..4521960a6235 100644 --- a/x11-apps/ardesia/ardesia-1.0.ebuild +++ b/x11-apps/ardesia/ardesia-1.0.ebuild @@ -4,7 +4,7 @@ EAPI=4 -HOMEPAGE="http://code.google.com/p/ardesia/" +HOMEPAGE="https://code.google.com/p/ardesia/" SRC_URI="http://ardesia.googlecode.com/files/${P}.tar.bz2" DESCRIPTION="Color, record and share free-hand annotations on screen and on network" diff --git a/x11-apps/ardesia/metadata.xml b/x11-apps/ardesia/metadata.xml index 76c291180b12..e86dc69ba7df 100644 --- a/x11-apps/ardesia/metadata.xml +++ b/x11-apps/ardesia/metadata.xml @@ -22,10 +22,10 @@ record it and share on the network. <email>alpha@paranoici.org</email> <name>Pietro Pilloli</name> </maintainer> - <changelog>http://code.google.com/p/ardesia/source/list</changelog> - <doc>http://code.google.com/p/ardesia/wiki/FAQ</doc> - <bugs-to>http://code.google.com/p/ardesia/issues/list</bugs-to> - <remote-id type="google-code">http://code.google.com/p/ardesia</remote-id> + <changelog>https://code.google.com/p/ardesia/source/list</changelog> + <doc>https://code.google.com/p/ardesia/wiki/FAQ</doc> + <bugs-to>https://code.google.com/p/ardesia/issues/list</bugs-to> + <remote-id type="google-code">https://code.google.com/p/ardesia</remote-id> </upstream> </pkgmetadata> diff --git a/x11-apps/python-whiteboard/metadata.xml b/x11-apps/python-whiteboard/metadata.xml index 703af3c11f5d..0fa85321dd50 100644 --- a/x11-apps/python-whiteboard/metadata.xml +++ b/x11-apps/python-whiteboard/metadata.xml @@ -22,7 +22,7 @@ </maintainer> <changelog>https://github.com/pnegre/python-whiteboard/commits/master</changelog> <doc>https://github.com/pnegre/python-whiteboard/wiki</doc> - <bugs-to>http://groups.google.com/group/python-whiteboard</bugs-to> + <bugs-to>https://groups.google.com/group/python-whiteboard</bugs-to> <remote-id type="sourceforge">git://github.com/pnegre/python-whiteboard.git</remote-id> <remote-id type="github">pnegre/python-whiteboard</remote-id> </upstream> diff --git a/x11-apps/spotlighter/spotlighter-0.1.ebuild b/x11-apps/spotlighter/spotlighter-0.1.ebuild index 00c8479728ef..21e9d771f474 100644 --- a/x11-apps/spotlighter/spotlighter-0.1.ebuild +++ b/x11-apps/spotlighter/spotlighter-0.1.ebuild @@ -6,7 +6,7 @@ EAPI=3 SRC_URI="http://ardesia.googlecode.com/files/${P}.tar.gz" DESCRIPTION="Shows a movable and resizable spotlight on the screen" -HOMEPAGE="http://code.google.com/p/ardesia/" +HOMEPAGE="https://code.google.com/p/ardesia/" LICENSE="GPL-3" SLOT="0" diff --git a/x11-apps/whyteboard/whyteboard-0.41.1.ebuild b/x11-apps/whyteboard/whyteboard-0.41.1.ebuild index 368d06dc490f..ad247d58eecd 100644 --- a/x11-apps/whyteboard/whyteboard-0.41.1.ebuild +++ b/x11-apps/whyteboard/whyteboard-0.41.1.ebuild @@ -9,7 +9,7 @@ PYTHON_COMPAT=( python2_7 ) inherit eutils python-single-r1 multilib DESCRIPTION="A simple image, PDF and postscript file annotator" -HOMEPAGE="http://code.google.com/p/whyteboard" +HOMEPAGE="https://code.google.com/p/whyteboard" SRC_URI=" http://whyteboard.googlecode.com/files/${P}.tar.gz https://dev.gentoo.org/~lxnay/${PN}/${PN}.png" |