diff options
Diffstat (limited to 'app-vim/voom')
-rw-r--r-- | app-vim/voom/Manifest | 4 | ||||
-rw-r--r-- | app-vim/voom/metadata.xml | 3 | ||||
-rw-r--r-- | app-vim/voom/voom-5.3-r1.ebuild | 2 |
3 files changed, 6 insertions, 3 deletions
diff --git a/app-vim/voom/Manifest b/app-vim/voom/Manifest index 25de1f168682..2d682a45f943 100644 --- a/app-vim/voom/Manifest +++ b/app-vim/voom/Manifest @@ -1,3 +1,3 @@ DIST voom-5.3.tar.gz 115841 BLAKE2B 6e88c4121b796a75ee623537483ff579acb4de73ff353408381ee64ce708cff1d7f8c45bdbe1e0c9761b5a17dd3aa54b3a0a2cf83873628bd1490e1524962ea2 SHA512 f51f30641d8b3d0ff5cd0d6b31cd1d8a15cb14f20f973ac83b9b5d046b94452e6e4e4ff0b28ce7842aa7f9b656a9dd631297aeae16ea75eea4411d911057873e -EBUILD voom-5.3-r1.ebuild 691 BLAKE2B 61aa3175514d1670a9fc8807f2faf88994a331685be66bbc10995bee7b427567d0e5765d87645ecb4fb2ce77e8ca3ec1f20c41c9315968fa909dfa660c16aef6 SHA512 6999b08e1145e5bd070f803ea8bcb6c99bc9061821fa082e0aa2d956ae1999a6dde1af27775fdb9cb6903883667281a0669a9d0de5a9fbf40aad01ab5a14e19a -MISC metadata.xml 246 BLAKE2B 410fd0eb2d2b412bb4ca13905fea3351e818dbeed07d7063df2ebfe9000dd45ba7ac827a33c8961913ac567db7caa61646229e43b527edbd704795cc09ba3c94 SHA512 2c66e46cc1cc61356d6784064205b832cd2854c3dbfb6dc79ba55b968d1886e2063a7bdb4b2541651e4f289c09bd344cd4eb7d48b2bda67c955b09f142b63c55 +EBUILD voom-5.3-r1.ebuild 690 BLAKE2B a69d433b5f260a523335db8e786429f4794aade0fab1f41d08a0ac150ec25d3624162841557a4e4891af488a007f9bbc263c087e1268fa55bbcb9afe7b64e098 SHA512 317f995b13a4c530595a9f1968f05d9515a9ea11e945e452562937cdfad2ad2732a9eef0cb9ff6a95dcf8bc82e70d9336aa86b8b53fb871535218deb49fd612c +MISC metadata.xml 321 BLAKE2B 0eec3bae803a13649c258e090eb27fc86937621e534ba948e7dfaa53a04a6fdb9c18cebebaedea087b3cb870c611ff61cec7b7b0b35eb403cd07463cccf51473 SHA512 8fe0fdbdec5a2a508da3ea2d7118a29e8ab8596363e0fb2f97900eed787cff2161a98ee54c24610c0b84ac28c5bd6304426518e79a7a855f75ef4f64e7eeaf1c diff --git a/app-vim/voom/metadata.xml b/app-vim/voom/metadata.xml index 6be55e0ac363..57522e202a89 100644 --- a/app-vim/voom/metadata.xml +++ b/app-vim/voom/metadata.xml @@ -5,4 +5,7 @@ <email>vim@gentoo.org</email> <name>Gentoo Vim Project</name> </maintainer> +<upstream> + <remote-id type="github">vim-voom/VOoM</remote-id> +</upstream> </pkgmetadata> diff --git a/app-vim/voom/voom-5.3-r1.ebuild b/app-vim/voom/voom-5.3-r1.ebuild index b8cc20da21f7..ed6527121986 100644 --- a/app-vim/voom/voom-5.3-r1.ebuild +++ b/app-vim/voom/voom-5.3-r1.ebuild @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python3_{9..10} ) inherit python-single-r1 vim-plugin DESCRIPTION="vim plugin: emulates a two-pane text outliner" -HOMEPAGE="https://vim-voom.github.com/ https://www.vim.org/scripts/script.php?script_id=2657" +HOMEPAGE="https://vim-voom.github.io/ https://www.vim.org/scripts/script.php?script_id=2657" SRC_URI="https://github.com/vim-voom/VOoM/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="CC0-1.0" |