mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
app-vim/frawor: SRC_URI, HOMEPAGE, EAPI 7.
Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net> Closes: https://bugs.gentoo.org/739788 Closes: https://github.com/gentoo/gentoo/pull/19718 Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
This commit is contained in:
committed by
Patrice Clement
parent
38edf6c5de
commit
787374eba7
@@ -1 +1,2 @@
|
||||
DIST frawor-0.2.3.tar.gz 125909 BLAKE2B d82ddea09bba7a8b0e70b5fedbc54b40357003fb5652cc6cd94d70e50467775deb204d3c40e369675d87acaac5c3ecaf09281d90566f1d545a55c9091116d9ab SHA512 230adb0442a8c488eb3560f4d0b2ca4f70116ca30308e2ab4621b266f90eb975b10b449e3c4bdfdacb71988ba2df5191b220ff69c40499f9fc28737973cd2017
|
||||
DIST frawor-0.2.3.tar.xz 257268 BLAKE2B 4409de0fb392841676eac2d794e0e44f64e3978dea1b72b807b7660a9feb1da3850a1ba651287f624830da4d1529daea60da2b76db37e422b6a4827e73dcf8d6 SHA512 ad8c6939875b5783b3faa0a3194e187161ba10f662a896f06ea86aebf12b172bd8d419b14a95c0d14aedfb38ebc5de73895d6d472db64dc15f567509e55188b2
|
||||
|
||||
16
app-vim/frawor/frawor-0.2.3-r1.ebuild
Normal file
16
app-vim/frawor/frawor-0.2.3-r1.ebuild
Normal file
@@ -0,0 +1,16 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit vim-plugin
|
||||
|
||||
DESCRIPTION="vim plugin: modular vim framework"
|
||||
HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=3631 https://github.com/vim-scripts/frawor"
|
||||
SRC_URI="https://github.com/vim-scripts/frawor/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="vim"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
|
||||
# Tests rely on zsh. No.
|
||||
RESTRICT="test"
|
||||
Reference in New Issue
Block a user