1234567891011121314151617181920212223242526272829 |
- # Copyright 1999-2015 Gentoo Foundation
- # Distributed under the terms of the GNU General Public License v2
- EAPI=5
- DESCRIPTION="Meta ebuild for the Lohit family of Indic fonts"
- HOMEPAGE="https://fedorahosted.org/lohit"
- LICENSE="OFL-1.1"
- SLOT="0"
- KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~ppc-macos ~x86-macos"
- IUSE=""
- RDEPEND="
- =media-fonts/lohit-assamese-2*
- =media-fonts/lohit-bengali-2*
- =media-fonts/lohit-devanagari-2*
- =media-fonts/lohit-gujarati-2*
- =media-fonts/lohit-gurmukhi-2*
- =media-fonts/lohit-kannada-2*
- =media-fonts/lohit-malayalam-2*
- =media-fonts/lohit-marathi-2*
- =media-fonts/lohit-nepali-2*
- =media-fonts/lohit-odia-2*
- =media-fonts/lohit-tamil-2*
- =media-fonts/lohit-tamil-classical-2*
- =media-fonts/lohit-telugu-2*
- "
|