diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-09-25 08:13:03 +0200 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-09-25 09:11:22 +0200 |
commit | 0fb6e70c611fd2ead2bfe7a9ecdfb43fd3bfae47 (patch) | |
tree | ffc7eefe5ed5ae6788a9e5c426a992f22260dd9b /eclass/webapp.eclass | |
parent | net-p2p/gtk-gnutella: cleanup (diff) | |
download | gentoo-0fb6e70c611fd2ead2bfe7a9ecdfb43fd3bfae47.tar.gz gentoo-0fb6e70c611fd2ead2bfe7a9ecdfb43fd3bfae47.tar.bz2 gentoo-0fb6e70c611fd2ead2bfe7a9ecdfb43fd3bfae47.zip |
eclass: gentoo.org has https per default
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'eclass/webapp.eclass')
-rw-r--r-- | eclass/webapp.eclass | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/eclass/webapp.eclass b/eclass/webapp.eclass index 1dddec1edaff..d14d922f41dc 100644 --- a/eclass/webapp.eclass +++ b/eclass/webapp.eclass @@ -78,7 +78,7 @@ webapp_checkfileexists() { if [[ ! -e "${my_prefix}${1}" ]]; then msg="ebuild fault: file '${1}' not found" eerror "$msg" - eerror "Please report this as a bug at http://bugs.gentoo.org/" + eerror "Please report this as a bug at https://bugs.gentoo.org/" die "$msg" fi } @@ -338,12 +338,12 @@ webapp_src_preinst() { eerror "This ebuild did not call webapp_pkg_setup() at the beginning" eerror "of the pkg_setup() function" eerror - eerror "Please log a bug on http://bugs.gentoo.org" + eerror "Please log a bug on https://bugs.gentoo.org" eerror eerror "You should use emerge -C to remove this package, as the" eerror "installation is incomplete" eerror - die "Ebuild did not call webapp_pkg_setup() - report to http://bugs.gentoo.org" + die "Ebuild did not call webapp_pkg_setup() - report to https://bugs.gentoo.org" fi # Hint, see the webapp_read_config() function to find where these are @@ -473,12 +473,12 @@ webapp_pkg_postinst() { eerror "This ebuild did not call webapp_src_install() at the end" eerror "of the src_install() function" eerror - eerror "Please log a bug on http://bugs.gentoo.org" + eerror "Please log a bug on https://bugs.gentoo.org" eerror eerror "You should use emerge -C to remove this package, as the" eerror "installation is incomplete" eerror - die "Ebuild did not call webapp_src_install() - report to http://bugs.gentoo.org" + die "Ebuild did not call webapp_src_install() - report to https://bugs.gentoo.org" fi if has vhosts ${IUSE}; then |