diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-08-24 14:04:52 +0200 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-08-24 14:04:52 +0200 |
commit | 68bd169922f0b3ad5a6eaa4d9c470e594cdb8e7a (patch) | |
tree | ca4e4030d07279d14435f8b3fc14a6abfc861d9c /app-misc | |
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 'app-misc')
-rw-r--r-- | app-misc/tasque/tasque-0.1.11.ebuild | 4 | ||||
-rw-r--r-- | app-misc/tomboy/tomboy-1.14.1.ebuild | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/app-misc/tasque/tasque-0.1.11.ebuild b/app-misc/tasque/tasque-0.1.11.ebuild index 08f916a47318..3454f951d882 100644 --- a/app-misc/tasque/tasque-0.1.11.ebuild +++ b/app-misc/tasque/tasque-0.1.11.ebuild @@ -7,7 +7,7 @@ EAPI="4" inherit eutils gnome.org mono DESCRIPTION="Tasky is a simple task management app (TODO list) for the Linux Desktop" -HOMEPAGE="http://live.gnome.org/Tasque" +HOMEPAGE="https://live.gnome.org/Tasque" LICENSE="MIT" SLOT="0" @@ -41,7 +41,7 @@ pkg_setup() { } src_configure() { - #http://bugzilla.gnome.org/show_bug.cgi?id=568910 + #https://bugzilla.gnome.org/show_bug.cgi?id=568910 export GTK_DOTNET_20_LIBS=" " \ GTK_DOTNET_20_CFLAGS=" " econf --disable-backend-icecore \ diff --git a/app-misc/tomboy/tomboy-1.14.1.ebuild b/app-misc/tomboy/tomboy-1.14.1.ebuild index 57f99e7d0d7e..6b74bff3946b 100644 --- a/app-misc/tomboy/tomboy-1.14.1.ebuild +++ b/app-misc/tomboy/tomboy-1.14.1.ebuild @@ -9,7 +9,7 @@ GNOME2_LA_PUNT="yes" inherit autotools eutils gnome2 mono DESCRIPTION="Desktop note-taking application" -HOMEPAGE="http://projects.gnome.org/tomboy/" +HOMEPAGE="https://projects.gnome.org/tomboy/" LICENSE="LGPL-2.1" SLOT="0" |