commit: d34806e293071dd4cda5a19f662d56a6bbc2a8cd Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Sun Dec 25 19:23:14 2022 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Sun Dec 25 19:23:52 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d34806e2
app-vim/airline-themes: drop out-of-sync 9999 ebuild Closes: https://bugs.gentoo.org/830864 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> app-vim/airline-themes/airline-themes-9999.ebuild | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/app-vim/airline-themes/airline-themes-9999.ebuild b/app-vim/airline-themes/airline-themes-9999.ebuild deleted file mode 100644 index a8942956de4f..000000000000 --- a/app-vim/airline-themes/airline-themes-9999.ebuild +++ /dev/null @@ -1,16 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit vim-plugin git-r3 - -EGIT_REPO_URI="https://github.com/vim-airline/vim-airline-themes.git" - -DESCRIPTION="vim plugin: a collection of themes for vim-airline" -HOMEPAGE="https://github.com/vim-airline/vim-airline-themes" -LICENSE="MIT" -IUSE="" - -DEPEND="app-vim/airline" -RDEPEND="${DEPEND}"
