diff options
author | Wim Muskee <wimmuskee@gmail.com> | 2016-12-20 20:44:39 +0100 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2016-12-22 00:51:58 +0100 |
commit | 97bf21c8dcb3c7ea93ef9f3f9f56709ae006af61 (patch) | |
tree | c51a58ea6a38ddf259460972571118bfde5f02c1 /app-vim | |
parent | dev-lang/go: remove 1.7.1 and 1.7.3 since 1.7.4 is going stable for #602766 (diff) | |
download | gentoo-97bf21c8dcb3c7ea93ef9f3f9f56709ae006af61.tar.gz gentoo-97bf21c8dcb3c7ea93ef9f3f9f56709ae006af61.tar.bz2 gentoo-97bf21c8dcb3c7ea93ef9f3f9f56709ae006af61.zip |
app-vim/vimoutliner: update HOMEPAGE.
Gentoo-Bug: https://bugs.gentoo.org/515092
Closes: https://github.com/gentoo/gentoo/pull/3187
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Diffstat (limited to 'app-vim')
-rw-r--r-- | app-vim/vimoutliner/metadata.xml | 3 | ||||
-rw-r--r-- | app-vim/vimoutliner/vimoutliner-0.3.4-r2.ebuild | 4 | ||||
-rw-r--r-- | app-vim/vimoutliner/vimoutliner-0.3.6.ebuild | 2 |
3 files changed, 6 insertions, 3 deletions
diff --git a/app-vim/vimoutliner/metadata.xml b/app-vim/vimoutliner/metadata.xml index 5c000c763084..8472d599577a 100644 --- a/app-vim/vimoutliner/metadata.xml +++ b/app-vim/vimoutliner/metadata.xml @@ -5,4 +5,7 @@ <email>vim@gentoo.org</email> <name>Gentoo Vim Project</name> </maintainer> + <upstream> + <remote-id type="github">vimoutliner/vimoutliner</remote-id> + </upstream> </pkgmetadata> diff --git a/app-vim/vimoutliner/vimoutliner-0.3.4-r2.ebuild b/app-vim/vimoutliner/vimoutliner-0.3.4-r2.ebuild index 6e1f43a7fbfa..d984b3015abb 100644 --- a/app-vim/vimoutliner/vimoutliner-0.3.4-r2.ebuild +++ b/app-vim/vimoutliner/vimoutliner-0.3.4-r2.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ inherit vim-plugin DESCRIPTION="vim plugin: easy and fast outlining" -HOMEPAGE="http://www.vimoutliner.org/" +HOMEPAGE="https://github.com/vimoutliner/vimoutliner" SRC_URI="mirror://gentoo/${P}.tar.gz" LICENSE="GPL-2" KEYWORDS="alpha amd64 ia64 ~mips ppc sparc x86" diff --git a/app-vim/vimoutliner/vimoutliner-0.3.6.ebuild b/app-vim/vimoutliner/vimoutliner-0.3.6.ebuild index 6f92f49a9514..68b76e85507b 100644 --- a/app-vim/vimoutliner/vimoutliner-0.3.6.ebuild +++ b/app-vim/vimoutliner/vimoutliner-0.3.6.ebuild @@ -7,7 +7,7 @@ EAPI=6 inherit vim-plugin DESCRIPTION="vim plugin: easy and fast outlining" -HOMEPAGE="http://www.vimoutliner.org/" +HOMEPAGE="https://github.com/vimoutliner/vimoutliner" SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.zip -> ${P}.zip" LICENSE="GPL-2" KEYWORDS="~alpha ~amd64 ~ia64 ~mips ~ppc ~sparc ~x86" |