summaryrefslogtreecommitdiff
blob: a8942956de4f9f1be465f244ed116d72535efd12 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# 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}"