app-vim/riv: Drop package from overlay
This commit is contained in:
parent
3017bc3ff9
commit
173e3c3c97
@ -1 +0,0 @@
|
||||
DIST riv-0.793_p20210809.tar.gz 174204 BLAKE2B f4638c72c0f9d285577cca01a5ffd18e9edf4c5c9a711b5f7d6faf28803571c058d54c2ff8dd8857aa9c6b496880710f176de86d9721ece2770c41eb0dba13ae SHA512 5149190184168259953547447c8ac05b576ee808fe38dad93ca9b8b5b681a0d7bb6727f4fa4c6814153d065b294e74be45d8ec6b651ae928baab76c9dd3001eb
|
@ -1,11 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>holgersson@posteo.de</email>
|
||||
<name>Nils Freydank</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="github">gu-fan/riv.vim</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
@ -1,28 +0,0 @@
|
||||
# Copyright 2018-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="7"
|
||||
|
||||
inherit vim-plugin
|
||||
|
||||
COMMIT_ID="201ffc4e8dbfc3deeb26c6e278980f53d81d7f6a"
|
||||
|
||||
DESCRIPTION="vim plugin: Take Notes in rst"
|
||||
HOMEPAGE="https://github.com/gu-fan/riv.vim"
|
||||
LICENSE="MIT"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
if [[ ${PV} == *9999 ]]
|
||||
then
|
||||
inherit git-r3
|
||||
# EGIT_REPO_URI="https://git.holgersson.xyz/mirror/riv.vim"
|
||||
EGIT_REPO_URI="https://github.com/gu-fan/riv.vim.git"
|
||||
else
|
||||
SRC_URI="https://github.com/gu-fan/riv.vim/archive/${COMMIT_ID}.tar.gz -> ${P}.tar.gz"
|
||||
S="${WORKDIR}/riv.vim-${COMMIT_ID}"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
fi
|
||||
|
||||
# FIXME/upstream: /usr/share/vim/vimfiles/after/syntax/python.vim file collision
|
||||
DEPEND="!!app-vim/jedi"
|
@ -1,28 +0,0 @@
|
||||
# Copyright 2018-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="7"
|
||||
|
||||
inherit vim-plugin
|
||||
|
||||
COMMIT_ID="201ffc4e8dbfc3deeb26c6e278980f53d81d7f6a"
|
||||
|
||||
DESCRIPTION="vim plugin: Take Notes in rst"
|
||||
HOMEPAGE="https://github.com/gu-fan/riv.vim"
|
||||
LICENSE="MIT"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
if [[ ${PV} == *9999 ]]
|
||||
then
|
||||
inherit git-r3
|
||||
# EGIT_REPO_URI="https://git.holgersson.xyz/mirror/riv.vim"
|
||||
EGIT_REPO_URI="https://github.com/gu-fan/riv.vim.git"
|
||||
else
|
||||
SRC_URI="https://github.com/gu-fan/riv.vim/archive/${COMMIT_ID}.tar.gz -> ${P}.tar.gz"
|
||||
S="${WORKDIR}/riv.vim-${COMMIT_ID}"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
fi
|
||||
|
||||
# FIXME/upstream: /usr/share/vim/vimfiles/after/syntax/python.vim file collision
|
||||
DEPEND="!!app-vim/jedi"
|
@ -7,6 +7,5 @@
|
||||
# Nils Freydank <holgersson@posteo.de> (2021-08-31)
|
||||
# Packages that I do not use (or use not anymore).
|
||||
# Removal after 2021-10-01.
|
||||
app-vim/riv
|
||||
dev-python/python-nmap
|
||||
dev-python/uliengineering
|
||||
|
Loading…
Reference in New Issue
Block a user