mirror of
https://github.com/TrentSPalmer/gentoo-overlay-trent.git
synced 2024-11-22 02:11:29 -08:00
remove category app-nvim
This commit is contained in:
parent
da39b2b6d0
commit
8182062206
@ -1,7 +0,0 @@
|
||||
This is a custom category. To enable, create a text file
|
||||
`/etc/portage/categories`
|
||||
|
||||
```conf
|
||||
# /etc/portage/categories
|
||||
app-nvim
|
||||
```
|
@ -1,3 +0,0 @@
|
||||
EBUILD deoplete-jedi-20171216-r2.ebuild 1050 SHA256 9d1f250278bec739633a39d750cf10541002e9d2cf461effc5d6255820cdd63e SHA512 6c773b231c4c5f0748c5a3477bdab5874064a2c8becb4c15847ddde77c8b5f9de46dcda08d52187cca962a71bf37f3713463460426fa7e51e8d514db572ae601 WHIRLPOOL c84e4dcaa880665943a1c69ea1cc3f22d9e7ef0d656be5444955b9b130a74a4e15154a30baa58f828ff59fc2b8c3dfa96d37caf5f60d4bc5049cff22f1d0b88c
|
||||
EBUILD deoplete-jedi-20180219-r1.ebuild 1050 SHA256 7fe637caa82af0a57e6a6d0fbfc4eead2586f12b090bda722c49d338a9a43ee6 SHA512 7c5e5e361113664e1a239fe75911bf4617ff41f80dec7d24eb3f6b81e08e9071bc0bfb55dbe6eb7676752c95dfad11573ec5a93a22f28edabe913f6b14bcdce8 WHIRLPOOL 0c6e5316f34407ec37b24d9dda6cb4b50f8ff754b5dbab8f3440b9074497bff7c42e9ad86129477fb161a413c4a8392af559aab426f3d96e24a5b4a7930c1721
|
||||
MISC metadata.xml 222 SHA256 f41a53e7bfb1eeafcb57bea0b0a2249a053267c03d444ce6cb62077bb5fc27e9 SHA512 dad470f0096a4fb3af9eeb60dab3216ece032790f6c49a3b014799ee0c02dee96a67317a672344e32f5614c5e05419727cc99113c6ecc37ae594931dd6441eef WHIRLPOOL 2e6b58f457c8d368b58e8396edba4364c28d9890a1903973809089e175457f754be7ea65400a9ee2b6223ed4cf23dde7fbdc7162537ecc218e9c637e78a814c0
|
@ -1,40 +0,0 @@
|
||||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
inherit git-r3
|
||||
|
||||
DESCRIPTION="deoplete-jedi"
|
||||
HOMEPAGE="https://github.com/zchee/deoplete-jedi"
|
||||
EGIT_REPO_URI="https://github.com/zchee/deoplete-jedi.git"
|
||||
EGIT_COMMIT="715acf2847b8fa8d436a10a4c3dfd7187d53b72f"
|
||||
SRC_URI=""
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
|
||||
PROPERTIES="live"
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
IUSE="+doc"
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND="app-nvim/deoplete
|
||||
dev-python/jedi"
|
||||
|
||||
src_compile() {
|
||||
true
|
||||
}
|
||||
|
||||
src_install() {
|
||||
insinto /usr/share/nvim/runtime
|
||||
doins -r rplugin
|
||||
use doc && dodoc README.md
|
||||
find "${D}" -name ".git*" -exec rm -rf {} +
|
||||
find "${D}" -name .travis.yml -exec rm -rf {} +
|
||||
use doc || find "${D}" -name LICENSE.txt -exec rm -rf {} +
|
||||
use doc || find "${D}" -name README.rst -exec rm -rf {} +
|
||||
use doc || find "${D}" -name AUTHORS.txt -exec rm -rf {} +
|
||||
use doc || find "${D}" -name README.md -exec rm -rf {} +
|
||||
use doc || find "${D}" -name CHANGELOG.rst -exec rm -rf {} +
|
||||
use doc || find "${D}" -name CONTRIBUTING.md -exec rm -rf {} +
|
||||
}
|
@ -1,40 +0,0 @@
|
||||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
inherit git-r3
|
||||
|
||||
DESCRIPTION="deoplete-jedi"
|
||||
HOMEPAGE="https://github.com/zchee/deoplete-jedi"
|
||||
EGIT_REPO_URI="https://github.com/zchee/deoplete-jedi.git"
|
||||
EGIT_COMMIT="f7a0c4ffc53c16a931f761819240f60eafec9604"
|
||||
SRC_URI=""
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
|
||||
PROPERTIES="live"
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
IUSE="+doc"
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND="app-nvim/deoplete
|
||||
dev-python/jedi"
|
||||
|
||||
src_compile() {
|
||||
true
|
||||
}
|
||||
|
||||
src_install() {
|
||||
insinto /usr/share/nvim/runtime
|
||||
doins -r rplugin
|
||||
use doc && dodoc README.md
|
||||
find "${D}" -name ".git*" -exec rm -rf {} +
|
||||
find "${D}" -name .travis.yml -exec rm -rf {} +
|
||||
use doc || find "${D}" -name LICENSE.txt -exec rm -rf {} +
|
||||
use doc || find "${D}" -name README.rst -exec rm -rf {} +
|
||||
use doc || find "${D}" -name AUTHORS.txt -exec rm -rf {} +
|
||||
use doc || find "${D}" -name README.md -exec rm -rf {} +
|
||||
use doc || find "${D}" -name CHANGELOG.rst -exec rm -rf {} +
|
||||
use doc || find "${D}" -name CONTRIBUTING.md -exec rm -rf {} +
|
||||
}
|
@ -1,7 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>trenttdually@gmail.com</email>
|
||||
</maintainer>
|
||||
</pkgmetadata>
|
@ -1,3 +0,0 @@
|
||||
EBUILD deoplete-20171216-r2.ebuild 1086 SHA256 9d2f6ef97464d76288abfeab5bbdab4c1b3487d7cfafc1ee1277126122d662ed SHA512 6873ebd5148200a6a8d65d3e248df9c7c50301dcaa591f3a0149be4c210797e43f11fd73e59ca33f1336153bbe3eeeee5ebdb2292f539541438366962b022c09 WHIRLPOOL b0cab2b204c33888343f15f0117b64657269e09157bee3945b2382661ae94c1cd09aa71f7ea0c54870375ec04d6e5d82c21541491b1a2fa552173cb3f44f9b18
|
||||
EBUILD deoplete-20180219-r1.ebuild 1086 SHA256 7ab40c30aeb0fb350cc348cd45833e0771d999a6b12b681588c40e503e61610d SHA512 97be2a437039c6ee92bdcf6161a4cdf58c5c93edf1bfbdf7c9a40ed9acb33087996916478fb4484f10336c770ebb7214148df235a9004f18a201e3423a3e4514 WHIRLPOOL 33f68d8ff1a9b0ed65efeddca6a12e20427ce8605e5fa6811faa96154952689b8b22555ae2ec0aae583181c844c0f0fa7076956ca73f90275958763f61d2a946
|
||||
MISC metadata.xml 222 SHA256 f41a53e7bfb1eeafcb57bea0b0a2249a053267c03d444ce6cb62077bb5fc27e9 SHA512 dad470f0096a4fb3af9eeb60dab3216ece032790f6c49a3b014799ee0c02dee96a67317a672344e32f5614c5e05419727cc99113c6ecc37ae594931dd6441eef WHIRLPOOL 2e6b58f457c8d368b58e8396edba4364c28d9890a1903973809089e175457f754be7ea65400a9ee2b6223ed4cf23dde7fbdc7162537ecc218e9c637e78a814c0
|
@ -1,46 +0,0 @@
|
||||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
inherit git-r3
|
||||
|
||||
DESCRIPTION="Dark powered asynchronous completion framework for neovim"
|
||||
HOMEPAGE="https://github.com/Shougo/deoplete.nvim"
|
||||
EGIT_REPO_URI="https://github.com/Shougo/deoplete.nvim.git"
|
||||
EGIT_COMMIT="28e2a57d891b69080ddd3a1fc56c69c78b3c21bc"
|
||||
SRC_URI=""
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
|
||||
PROPERTIES="live"
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
IUSE="+doc"
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND="app-editors/neovim[python]"
|
||||
|
||||
src_compile() {
|
||||
true
|
||||
}
|
||||
|
||||
src_install() {
|
||||
insinto /usr/share/nvim/runtime
|
||||
doins -r autoload
|
||||
use doc && doins -r doc
|
||||
doins -r plugin
|
||||
doins -r rplugin
|
||||
use doc && dodoc README.md
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
echo -n "Updating neovim (nvim) help tags..."
|
||||
/usr/bin/nvim --noplugins -u NONE -U NONE --cmd ":helptags /usr/share/nvim/runtime/doc" --cmd ":q" > /dev/null 2>&1
|
||||
echo "done. "
|
||||
}
|
||||
|
||||
pkg_postrm() {
|
||||
echo -n "Updating neovim (nvim) help tags..."
|
||||
/usr/bin/nvim --noplugins -u NONE -U NONE --cmd ":helptags /usr/share/nvim/runtime/doc" --cmd ":q" > /dev/null 2>&1
|
||||
echo "done. "
|
||||
}
|
@ -1,46 +0,0 @@
|
||||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
inherit git-r3
|
||||
|
||||
DESCRIPTION="Dark powered asynchronous completion framework for neovim"
|
||||
HOMEPAGE="https://github.com/Shougo/deoplete.nvim"
|
||||
EGIT_REPO_URI="https://github.com/Shougo/deoplete.nvim.git"
|
||||
EGIT_COMMIT="cbd884d21ddac0af7c743b4bc4b602d4585ffed9"
|
||||
SRC_URI=""
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
|
||||
PROPERTIES="live"
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
IUSE="+doc"
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND="app-editors/neovim[python]"
|
||||
|
||||
src_compile() {
|
||||
true
|
||||
}
|
||||
|
||||
src_install() {
|
||||
insinto /usr/share/nvim/runtime
|
||||
doins -r autoload
|
||||
use doc && doins -r doc
|
||||
doins -r plugin
|
||||
doins -r rplugin
|
||||
use doc && dodoc README.md
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
echo -n "Updating neovim (nvim) help tags..."
|
||||
/usr/bin/nvim --noplugins -u NONE -U NONE --cmd ":helptags /usr/share/nvim/runtime/doc" --cmd ":q" > /dev/null 2>&1
|
||||
echo "done. "
|
||||
}
|
||||
|
||||
pkg_postrm() {
|
||||
echo -n "Updating neovim (nvim) help tags..."
|
||||
/usr/bin/nvim --noplugins -u NONE -U NONE --cmd ":helptags /usr/share/nvim/runtime/doc" --cmd ":q" > /dev/null 2>&1
|
||||
echo "done. "
|
||||
}
|
@ -1,7 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>trenttdually@gmail.com</email>
|
||||
</maintainer>
|
||||
</pkgmetadata>
|
Loading…
Reference in New Issue
Block a user