diff options
author | 2015-08-24 14:04:52 +0200 | |
---|---|---|
committer | 2015-08-24 14:04:52 +0200 | |
commit | 68bd169922f0b3ad5a6eaa4d9c470e594cdb8e7a (patch) | |
tree | ca4e4030d07279d14435f8b3fc14a6abfc861d9c /gnome-base/libglade | |
parent | Convert all URIs for launchpad.net from http to https (diff) | |
download | gentoo-68bd169922f0b3ad5a6eaa4d9c470e594cdb8e7a.tar.gz gentoo-68bd169922f0b3ad5a6eaa4d9c470e594cdb8e7a.tar.bz2 gentoo-68bd169922f0b3ad5a6eaa4d9c470e594cdb8e7a.zip |
Convert URIs for gnome.org and kde.org to https
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'gnome-base/libglade')
-rw-r--r-- | gnome-base/libglade/libglade-2.6.4-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnome-base/libglade/libglade-2.6.4-r2.ebuild b/gnome-base/libglade/libglade-2.6.4-r2.ebuild index fe80065d3b25..85e4e63f20c7 100644 --- a/gnome-base/libglade/libglade-2.6.4-r2.ebuild +++ b/gnome-base/libglade/libglade-2.6.4-r2.ebuild @@ -14,7 +14,7 @@ PYTHON_REQ_USE='xml(+)' inherit autotools eutils gnome2 multilib-minimal python-single-r1 virtualx DESCRIPTION="Library to construct graphical interfaces at runtime" -HOMEPAGE="http://library.gnome.org/devel/libglade/stable/" +HOMEPAGE="https://library.gnome.org/devel/libglade/stable/" LICENSE="LGPL-2" SLOT="2.0" @@ -95,7 +95,7 @@ multilib_src_install_all() { pkg_postinst() { echo ">>> Updating XML catalog" "${EPREFIX}"/usr/bin/xmlcatalog --noout --add "system" \ - "http://glade.gnome.org/glade-2.0.dtd" \ + "https://glade.gnome.org/glade-2.0.dtd" \ "${EPREFIX}"/usr/share/xml/libglade/glade-2.0.dtd /etc/xml/catalog gnome2_pkg_postinst } |