diff options
author | soredake <fdsfgs@krutt.org> | 2017-04-19 18:26:35 +0300 |
---|---|---|
committer | Jason Zaman <perfinion@gentoo.org> | 2017-04-23 16:21:27 +0800 |
commit | ae6d61871c0edff79ea4584d2eab68d03d5aae75 (patch) | |
tree | d145aae28f90ed5fd1beb27b03e7e8d9d818cd28 /xfce-extra/thunar-vcs-plugin | |
parent | dev-vcs/gitsh: add 0.11.2; add ruby22, ruby23 (diff) | |
download | gentoo-ae6d61871c0edff79ea4584d2eab68d03d5aae75.tar.gz gentoo-ae6d61871c0edff79ea4584d2eab68d03d5aae75.tar.bz2 gentoo-ae6d61871c0edff79ea4584d2eab68d03d5aae75.zip |
XFCE: update to https and fix broken links
Closes: https://github.com/gentoo/gentoo/pull/4449
Signed-off-by: Jason Zaman <perfinion@gentoo.org>
Diffstat (limited to 'xfce-extra/thunar-vcs-plugin')
-rw-r--r-- | xfce-extra/thunar-vcs-plugin/thunar-vcs-plugin-0.1.4.ebuild | 4 | ||||
-rw-r--r-- | xfce-extra/thunar-vcs-plugin/thunar-vcs-plugin-0.1.5.ebuild | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/xfce-extra/thunar-vcs-plugin/thunar-vcs-plugin-0.1.4.ebuild b/xfce-extra/thunar-vcs-plugin/thunar-vcs-plugin-0.1.4.ebuild index a2a6af4caf75..d6734f00aad1 100644 --- a/xfce-extra/thunar-vcs-plugin/thunar-vcs-plugin-0.1.4.ebuild +++ b/xfce-extra/thunar-vcs-plugin/thunar-vcs-plugin-0.1.4.ebuild @@ -5,7 +5,7 @@ EAPI=5 inherit xfconf DESCRIPTION="adds Subversion and GIT actions to the context menu of thunar" -HOMEPAGE="http://goodies.xfce.org/projects/thunar-plugins/thunar-vcs-plugin" +HOMEPAGE="https://goodies.xfce.org/projects/thunar-plugins/thunar-vcs-plugin" SRC_URI="mirror://xfce/src/thunar-plugins/${PN}/${PV%.*}/${P}.tar.bz2 https://dev.gentoo.org/~ssuominen/${P}-el.po.bz2 https://dev.gentoo.org/~ssuominen/${P}-eu.po.bz2 @@ -44,7 +44,7 @@ pkg_setup() { src_prepare() { # This won't be required for next release anymore, thanks to the following commit: - # http://git.xfce.org/thunar-plugins/thunar-vcs-plugin/commit/?id=e87584f7b87627a322f6e41025e5e52d65ebb4d8 + # https://git.xfce.org/thunar-plugins/thunar-vcs-plugin/commit/?id=e87584f7b87627a322f6e41025e5e52d65ebb4d8 local lang for lang in el eu ru ug uk; do mv "${WORKDIR}"/${P}-${lang}.po po/${lang}.po || die diff --git a/xfce-extra/thunar-vcs-plugin/thunar-vcs-plugin-0.1.5.ebuild b/xfce-extra/thunar-vcs-plugin/thunar-vcs-plugin-0.1.5.ebuild index b23c0e0ca05b..c7aec1616f9a 100644 --- a/xfce-extra/thunar-vcs-plugin/thunar-vcs-plugin-0.1.5.ebuild +++ b/xfce-extra/thunar-vcs-plugin/thunar-vcs-plugin-0.1.5.ebuild @@ -5,7 +5,7 @@ EAPI=5 inherit xfconf DESCRIPTION="Adds Subversion and GIT actions to the context menu of thunar" -HOMEPAGE="http://goodies.xfce.org/projects/thunar-plugins/thunar-vcs-plugin" +HOMEPAGE="https://goodies.xfce.org/projects/thunar-plugins/thunar-vcs-plugin" SRC_URI="mirror://xfce/src/thunar-plugins/${PN}/${PV%.*}/${P}.tar.bz2" LICENSE="GPL-2" |