diff options
author | Matt Turner <mattst88@gentoo.org> | 2022-06-10 13:44:00 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2022-06-10 14:07:51 -0400 |
commit | 405ee578f1b685a7d34464a9221efd76147fc2bf (patch) | |
tree | a3776d7a5f405e80db54b4dca9efb072e399b094 /app-vim/merginal | |
parent | app-vim/lustyexplorer: Drop old versions (diff) | |
download | gentoo-405ee578f1b685a7d34464a9221efd76147fc2bf.tar.gz gentoo-405ee578f1b685a7d34464a9221efd76147fc2bf.tar.bz2 gentoo-405ee578f1b685a7d34464a9221efd76147fc2bf.zip |
app-vim/merginal: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'app-vim/merginal')
-rw-r--r-- | app-vim/merginal/Manifest | 1 | ||||
-rw-r--r-- | app-vim/merginal/merginal-2.1.0.ebuild | 26 |
2 files changed, 0 insertions, 27 deletions
diff --git a/app-vim/merginal/Manifest b/app-vim/merginal/Manifest index f726ade47058..289953725a3c 100644 --- a/app-vim/merginal/Manifest +++ b/app-vim/merginal/Manifest @@ -1,2 +1 @@ -DIST merginal-2.1.0.tar.gz 13510 BLAKE2B c44f3873f36ee540e69f1cd87558e2601f944f430d15ae0e863adbba5383637ddbae2bee01cf1f7788f677a159da7870a83b909562813f8817d610e85f9d4a96 SHA512 3514c210a016d3446e73b7acc8a8a4cc2427e0133df81d7c644aaa1465e9c5945d3f46b7cac697f70cac990563e595305360991cdaa8244032167aea5f88eaed DIST merginal-2.1.2.tar.gz 15156 BLAKE2B a8181ebd7aa67663b4541b5cb5028b6cadcca68c48f325dca07308ad13554d1d4b96b53f0a30e516cea732c880e68cb7e4cb7836b72cbd6b59a009e8d3c744b2 SHA512 70da5529ee22b3f06d83ecac62634d46d30472f064613a1844a7cdae31ed97366b5fcf6b31f4becd4cde246ccac32be6528c8c93ee2f02bdd32932388282f9bf diff --git a/app-vim/merginal/merginal-2.1.0.ebuild b/app-vim/merginal/merginal-2.1.0.ebuild deleted file mode 100644 index 4632645f0291..000000000000 --- a/app-vim/merginal/merginal-2.1.0.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit vim-plugin - -MY_PN=vim-${PN} -MY_P=${MY_PN}-${PV} - -if [[ ${PV} == "9999" ]] ; then - EGIT_REPO_URI="https://github.com/idanarye/${MY_PN}.git" - inherit git-r3 -else - SRC_URI="https://github.com/idanarye/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="amd64 x86" - S="${WORKDIR}/${MY_P}" -fi - -DESCRIPTION="vim script: fugitive extension to manage and merge git branches" -HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=4955 https://github.com/idanarye/vim-merginal/" -LICENSE="vim" - -RDEPEND="app-vim/fugitive" - -VIM_PLUGIN_HELPFILES="${PN}" |