diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-08-24 14:13:39 +0200 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-08-24 14:13:39 +0200 |
commit | 8af89b55d36e444e62a39c09c1e6a5db6c9fb6f5 (patch) | |
tree | 91711ca75bd858cab4d80a0aa3e1eb329d7b4376 /xfce-extra | |
parent | Convert URIs for gnome.org and kde.org to https (diff) | |
download | gentoo-8af89b55d36e444e62a39c09c1e6a5db6c9fb6f5.tar.gz gentoo-8af89b55d36e444e62a39c09c1e6a5db6c9fb6f5.tar.bz2 gentoo-8af89b55d36e444e62a39c09c1e6a5db6c9fb6f5.zip |
Convert all URIs for enlightenment.org and bugzilla.xfce.org to https
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'xfce-extra')
4 files changed, 7 insertions, 7 deletions
diff --git a/xfce-extra/thunar-shares-plugin/thunar-shares-plugin-0.2.0_p20101105.ebuild b/xfce-extra/thunar-shares-plugin/thunar-shares-plugin-0.2.0_p20101105.ebuild index 12fe8baf735a..52b646a9030c 100644 --- a/xfce-extra/thunar-shares-plugin/thunar-shares-plugin-0.2.0_p20101105.ebuild +++ b/xfce-extra/thunar-shares-plugin/thunar-shares-plugin-0.2.0_p20101105.ebuild @@ -34,7 +34,7 @@ pkg_setup() { } src_prepare() { - # http://bugzilla.xfce.org/show_bug.cgi?id=10032 + # https://bugzilla.xfce.org/show_bug.cgi?id=10032 sed -i -e 's:AM_CONFIG_HEADER:AC_CONFIG_HEADERS:' configure.in || die xfconf_src_prepare } diff --git a/xfce-extra/xfce4-screenshooter/xfce4-screenshooter-1.8.1.ebuild b/xfce-extra/xfce4-screenshooter/xfce4-screenshooter-1.8.1.ebuild index 4df8b67574fc..9c68b7e8a927 100644 --- a/xfce-extra/xfce4-screenshooter/xfce4-screenshooter-1.8.1.ebuild +++ b/xfce-extra/xfce4-screenshooter/xfce4-screenshooter-1.8.1.ebuild @@ -41,9 +41,9 @@ pkg_setup() { } src_prepare() { - # http://bugzilla.xfce.org/show_bug.cgi?id=8822 + # https://bugzilla.xfce.org/show_bug.cgi?id=8822 sed -i -e 's:$(datadir)/xfce4/doc:$(docdir)/html:' Makefile.am || die - # http://bugzilla.xfce.org/show_bug.cgi?id=10030 + # https://bugzilla.xfce.org/show_bug.cgi?id=10030 sed -i -e 's:AM_CONFIG_HEADER:AC_CONFIG_HEADERS:' configure.ac || die xfconf_src_prepare } diff --git a/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.2.5.ebuild b/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.2.5.ebuild index 31553a37df47..0b7516c240c1 100644 --- a/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.2.5.ebuild +++ b/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.2.5.ebuild @@ -50,9 +50,9 @@ src_prepare() { # Use flags from xfce4-dev-tools instead of defining them again in # configure.in wrt #386979 # Remove AC_PROG_LIBTOOL because LT_INIT([disable-static]) is also present: - # http://bugzilla.xfce.org/show_bug.cgi?id=8888 + # https://bugzilla.xfce.org/show_bug.cgi?id=8888 # Use AC_CONFIG_HEADERS for automake-1.13 compability, see: - # http://bugzilla.xfce.org/show_bug.cgi?id=10031 + # https://bugzilla.xfce.org/show_bug.cgi?id=10031 sed -i \ -e '/PLATFORM_CFLAGS/s:-Werror::' \ -e '/AC_PROG_LIBTOOL/d' \ diff --git a/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.2.6.ebuild b/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.2.6.ebuild index 6ba2485ec59c..7340e761247f 100644 --- a/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.2.6.ebuild +++ b/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.2.6.ebuild @@ -50,9 +50,9 @@ src_prepare() { # Use flags from xfce4-dev-tools instead of defining them again in # configure.in wrt #386979 # Remove AC_PROG_LIBTOOL because LT_INIT([disable-static]) is also present: - # http://bugzilla.xfce.org/show_bug.cgi?id=8888 + # https://bugzilla.xfce.org/show_bug.cgi?id=8888 # Use AC_CONFIG_HEADERS for automake-1.13 compability, see: - # http://bugzilla.xfce.org/show_bug.cgi?id=10031 + # https://bugzilla.xfce.org/show_bug.cgi?id=10031 sed -i \ -e '/PLATFORM_CFLAGS/s:-Werror::' \ configure.ac || die |