diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2022-12-25 20:23:14 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2022-12-25 20:23:52 +0100 |
commit | d34806e293071dd4cda5a19f662d56a6bbc2a8cd (patch) | |
tree | 8fc44fedf9eb9f08f1ecc8b40257e34598105b5c /app-vim | |
parent | dev-python/pyu2f: adjust pyfakefs usage (diff) | |
download | gentoo-d34806e293071dd4cda5a19f662d56a6bbc2a8cd.tar.gz gentoo-d34806e293071dd4cda5a19f662d56a6bbc2a8cd.tar.bz2 gentoo-d34806e293071dd4cda5a19f662d56a6bbc2a8cd.zip |
app-vim/airline-themes: drop out-of-sync 9999 ebuild
Closes: https://bugs.gentoo.org/830864
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-vim')
-rw-r--r-- | app-vim/airline-themes/airline-themes-9999.ebuild | 16 |
1 files changed, 0 insertions, 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}" |