diff options
author | Matt Turner <mattst88@gentoo.org> | 2022-06-10 13:43:12 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2022-06-10 14:07:49 -0400 |
commit | 7bb5756ab8819c70a71df7f235ad3a49cd2684ca (patch) | |
tree | 9fa28721bf4290044dbf1eb2bbebc530f214bbdc /app-vim | |
parent | app-vim/bufexplorer: Drop old versions (diff) | |
download | gentoo-7bb5756ab8819c70a71df7f235ad3a49cd2684ca.tar.gz gentoo-7bb5756ab8819c70a71df7f235ad3a49cd2684ca.tar.bz2 gentoo-7bb5756ab8819c70a71df7f235ad3a49cd2684ca.zip |
app-vim/csound-syntax: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'app-vim')
-rw-r--r-- | app-vim/csound-syntax/Manifest | 1 | ||||
-rw-r--r-- | app-vim/csound-syntax/csound-syntax-0.8.1.ebuild | 19 |
2 files changed, 0 insertions, 20 deletions
diff --git a/app-vim/csound-syntax/Manifest b/app-vim/csound-syntax/Manifest index 782d85f0c0c8..13e5c0d5e4bf 100644 --- a/app-vim/csound-syntax/Manifest +++ b/app-vim/csound-syntax/Manifest @@ -1,2 +1 @@ -DIST csound-syntax-0.8.1.tar.gz 404555 BLAKE2B a26d158a3a050b3767cade77a0ccb8f12491a4b9e6957c6c8ccf1de5402367f58ddf9c367f314c0410346de08ddde49964cc4c5e38f6bc7605a4965f28afcedd SHA512 a87458efabcef4e3681b8f6b6325ad1fbe5b68befbf602fe858db2baf455c66c3a5b953a6aeeb28155867f7c53ae29618801c6b66a30118346069a1598b5ada1 DIST csound-syntax-20160804.tar.bz2 326658 BLAKE2B 04ba7e1eb3afee6b32de4603e91f78fdc7fd3b70b137bd05ecac5ace2b34222a1cc8c095cd7776abe46b7bb18bd67d1711bca75f20e2f656162d414f2c6e2b2f SHA512 83ba89768be3d9e5dd701cc8323fbbff75ce399210891fc1e5676e278c39cfdb4b5e4a354c93c1f439a667d0ea65f459aea0b6f79740a061381e22d2557c0eb8 diff --git a/app-vim/csound-syntax/csound-syntax-0.8.1.ebuild b/app-vim/csound-syntax/csound-syntax-0.8.1.ebuild deleted file mode 100644 index f72f8e04261f..000000000000 --- a/app-vim/csound-syntax/csound-syntax-0.8.1.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit vim-plugin -MY_P="csound-vim-${PV}" - -DESCRIPTION="vim plugin: set of tools for editing Csound files with vim" -HOMEPAGE="https://github.com/luisjure/csound" -SRC_URI="https://github.com/luisjure/csound-vim/archive/v${PV}.tar.gz -> ${P}.tar.gz" -S="${WORKDIR}/${MY_P}" - -LICENSE="MIT" -KEYWORDS="~amd64 ~x86" - -VIM_PLUGIN_HELPFILES="${PN}" - -PATCHES=( "${FILESDIR}/${PN}-doc.patch" ) |