diff options
author | David Hicks <david@hicks.id.au> | 2017-07-29 19:40:31 +1000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-07-30 11:15:36 +0200 |
commit | 341067b356e5322ae6f0a152077a1d5cdd3355d1 (patch) | |
tree | 1f9df2da8c209de3e7759b1c1ae11500639ea5b2 /dev-libs/libRocket | |
parent | dev-libs/hidapi: use HTTPS for GitHub (diff) | |
download | gentoo-341067b356e5322ae6f0a152077a1d5cdd3355d1.tar.gz gentoo-341067b356e5322ae6f0a152077a1d5cdd3355d1.tar.bz2 gentoo-341067b356e5322ae6f0a152077a1d5cdd3355d1.zip |
dev-libs/libRocket: use HTTPS for GitHub and HOMEPAGE domain
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'dev-libs/libRocket')
-rw-r--r-- | dev-libs/libRocket/libRocket-1.2.1_p20130110-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-libs/libRocket/libRocket-1.3.0.0.ebuild | 4 | ||||
-rw-r--r-- | dev-libs/libRocket/libRocket-9999.ebuild | 6 |
3 files changed, 7 insertions, 7 deletions
diff --git a/dev-libs/libRocket/libRocket-1.2.1_p20130110-r1.ebuild b/dev-libs/libRocket/libRocket-1.2.1_p20130110-r1.ebuild index 1f40935019df..9d21accbda41 100644 --- a/dev-libs/libRocket/libRocket-1.2.1_p20130110-r1.ebuild +++ b/dev-libs/libRocket/libRocket-1.2.1_p20130110-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python2_7 ) inherit cmake-utils eutils python-r1 multilib-minimal DESCRIPTION="A HTML/CSS User Interface library" -HOMEPAGE="http://librocket.com/" +HOMEPAGE="https://librocket.com/" SRC_URI="https://dev.gentoo.org/~hasufell/distfiles/${P}.tar.xz" LICENSE="MIT" diff --git a/dev-libs/libRocket/libRocket-1.3.0.0.ebuild b/dev-libs/libRocket/libRocket-1.3.0.0.ebuild index d2715405b2a5..a99590e83998 100644 --- a/dev-libs/libRocket/libRocket-1.3.0.0.ebuild +++ b/dev-libs/libRocket/libRocket-1.3.0.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python2_7 ) inherit cmake-utils eutils python-r1 multilib-minimal DESCRIPTION="A HTML/CSS User Interface library" -HOMEPAGE="http://librocket.com/" +HOMEPAGE="https://librocket.com/" SRC_URI="https://github.com/libRocket/libRocket/archive/release-${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" diff --git a/dev-libs/libRocket/libRocket-9999.ebuild b/dev-libs/libRocket/libRocket-9999.ebuild index 89978b68f2b0..8612a41c005f 100644 --- a/dev-libs/libRocket/libRocket-9999.ebuild +++ b/dev-libs/libRocket/libRocket-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -7,9 +7,9 @@ PYTHON_COMPAT=( python2_7 ) inherit cmake-utils git-2 python-r1 multilib-minimal DESCRIPTION="A HTML/CSS User Interface library" -HOMEPAGE="http://librocket.com/" +HOMEPAGE="https://librocket.com/" SRC_URI="" -EGIT_REPO_URI="git://github.com/hasufell/libRocket.git" +EGIT_REPO_URI="https://github.com/hasufell/libRocket.git" LICENSE="MIT" SLOT="0" |