Skip to content

Commit

Permalink
app-crypt/eid-mw: use HTTPS for GitHub and HOMEPAGE domain
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.6, Repoman-2.3.3
  • Loading branch information
davidhicks authored and mgorny committed Jul 30, 2017
1 parent 7a3551f commit a95b63b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 10 deletions.
5 changes: 2 additions & 3 deletions app-crypt/eid-mw/eid-mw-4.2.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ EAPI=6
inherit eutils autotools mozextension

if [[ ${PV} == "9999" ]] ; then
EGIT_REPO_URI="git://github.com/Fedict/${PN}.git
https://github.com/Fedict/${PN}.git"
EGIT_REPO_URI="https://github.com/Fedict/${PN}.git"
inherit git-r3
SRC_URI=""
else
Expand All @@ -20,7 +19,7 @@ SLOT="0"
LICENSE="LGPL-3"
DESCRIPTION="Electronic Identity Card middleware supplied by the Belgian Federal Government"

HOMEPAGE="http://eid.belgium.be"
HOMEPAGE="https://eid.belgium.be"

IUSE="+dialogs +gtk p11-kit +xpi"

Expand Down
3 changes: 1 addition & 2 deletions app-crypt/eid-mw/eid-mw-4.2.5.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ EAPI=6
inherit eutils autotools mozextension

if [[ ${PV} == "9999" ]] ; then
EGIT_REPO_URI="git://github.com/Fedict/${PN}.git
https://github.com/Fedict/${PN}.git"
EGIT_REPO_URI="https://github.com/Fedict/${PN}.git"
inherit git-r3
SRC_URI=""
else
Expand Down
3 changes: 1 addition & 2 deletions app-crypt/eid-mw/eid-mw-4.2.8.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ EAPI=6
inherit eutils autotools mozextension

if [[ ${PV} == "9999" ]] ; then
EGIT_REPO_URI="git://github.com/Fedict/${PN}.git
https://github.com/Fedict/${PN}.git"
EGIT_REPO_URI="https://github.com/Fedict/${PN}.git"
inherit git-r3
SRC_URI=""
else
Expand Down
5 changes: 2 additions & 3 deletions app-crypt/eid-mw/eid-mw-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ EAPI=6
inherit eutils autotools mozextension multilib

if [[ ${PV} == "9999" ]] ; then
EGIT_REPO_URI="git://github.com/Fedict/${PN}.git
https://github.com/Fedict/${PN}.git"
EGIT_REPO_URI="https://github.com/Fedict/${PN}.git"
inherit git-r3
SRC_URI=""
else
Expand All @@ -20,7 +19,7 @@ SLOT="0"
LICENSE="LGPL-3"
DESCRIPTION="Electronic Identity Card middleware supplied by the Belgian Federal Government"

HOMEPAGE="http://eid.belgium.be"
HOMEPAGE="https://eid.belgium.be"

IUSE="+dialogs +gtk p11-kit +xpi"

Expand Down

0 comments on commit a95b63b

Please sign in to comment.