app-vim/vimwiki: Drop package

Signed-off-by: Nils Freydank <nils.freydank@posteo.de>
This commit is contained in:
Nils Freydank 2022-12-18 21:40:40 +01:00
parent 8c583d06ce
commit 8979b3ba06
Signed by: nfr
GPG Key ID: 0F1DEAB2D36AD112
4 changed files with 0 additions and 68 deletions

View File

@ -1 +0,0 @@
DIST vimwiki-2.5.tar.gz 1642297 BLAKE2B 20d77f12aca001708c30835027d7146b0f589776cf7e3f92615d8b50cc8397d43ef8c3453c1007fa82b032a743a3a4ecca4dc73123487c1603f87312cf085e90 SHA512 d99232aeb040a3aa3ef6212653074f72d48451a541aeba2c5fbc5444d2d383ffe59cdce4acda6e0d6a75fd7eda22f48e8c99a5780f6c33a31a6f52dcb7c54d6c

View File

@ -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">vimwiki/vimwiki</remote-id>
</upstream>
</pkgmetadata>

View File

@ -1,50 +0,0 @@
# Copyright 2021-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="8"
inherit vim-plugin
DESCRIPTION="vim plugin: Personal Wiki"
HOMEPAGE="https://github.com/vimwiki/vimwiki"
LICENSE="MIT"
IUSE="test"
RESTRICT="!test? ( test )"
if [[ ${PV} == *9999 ]]
then
inherit git-r3
EGIT_REPO_URI="https://github.com/vimwiki/vimwiki.git"
else
SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64 ~x86"
fi
DOCS=(
CONTRIBUTING.md
DesignNotes.md
README.md
README-cn.md
)
src_prepare() {
default
if ! use test; then
rm -r test Dockerfile || die
fi
# We store the appropriate license information inside the portage tree.
rm -r LICENSE.md || die
}
pkg_postinst() {
if [[ -z "${REPLACING_VERSIONS}" ]]; then
# ^this is a new installation, so:
elog ""
elog "Please ensure that you have set the following in your vimrc:"
elog "set nocompatible"
elog "set filetype plugin on"
elog "syntax on"
elog "For details see https://github.com/vimwiki/vimwiki#prerequisites"
fi
}

View File

@ -4,9 +4,3 @@
# author <email address> (LANG=C date -u +"%Y-%m-%d)
# reason
#
# Nils Freydank <holgersson@posteo.de> (2022-11-12)
# As I didn't use this package in a fairly long time I will drop it.
# Without testing it or actually peeking inside the ebuild the vimwiki-cli
# package from guru overlay might be a valid replacement.
# Removal after 2022-12-12
app-vim/vimwiki