diff options
author | Ben de Groot <yngwin@gentoo.org> | 2015-02-20 18:51:54 +0000 |
---|---|---|
committer | Ben de Groot <yngwin@gentoo.org> | 2015-02-20 18:51:54 +0000 |
commit | b36ac004459e9997d36d7cd851a97896930b9aa6 (patch) | |
tree | 8b2d11bc8ed065d4366596e9930f9c227e3836a2 /media-fonts | |
parent | Break up lohit-fonts into individual packages, as is done upstream (bug #3991... (diff) | |
download | gentoo-2-b36ac004459e9997d36d7cd851a97896930b9aa6.tar.gz gentoo-2-b36ac004459e9997d36d7cd851a97896930b9aa6.tar.bz2 gentoo-2-b36ac004459e9997d36d7cd851a97896930b9aa6.zip |
Transform lohit-fonts into a meta ebuild to pull in all individual lohit font packages (bug #399181)
(Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 0x4FDF9CFD2FAC514E!)
Diffstat (limited to 'media-fonts')
-rw-r--r-- | media-fonts/lohit-fonts/ChangeLog | 11 | ||||
-rw-r--r-- | media-fonts/lohit-fonts/lohit-fonts-2.20150220.ebuild | 29 |
2 files changed, 37 insertions, 3 deletions
diff --git a/media-fonts/lohit-fonts/ChangeLog b/media-fonts/lohit-fonts/ChangeLog index a6cbaeb71620..b616420e7d4c 100644 --- a/media-fonts/lohit-fonts/ChangeLog +++ b/media-fonts/lohit-fonts/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for media-fonts/lohit-fonts -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-fonts/lohit-fonts/ChangeLog,v 1.29 2012/02/01 10:20:20 ssuominen Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-fonts/lohit-fonts/ChangeLog,v 1.30 2015/02/20 18:51:54 yngwin Exp $ + +*lohit-fonts-2.20150220 (20 Feb 2015) + + 20 Feb 2015; Ben de Groot <yngwin@gentoo.org> +lohit-fonts-2.20150220.ebuild: + Transform lohit-fonts into a meta ebuild to pull in all individual lohit font + packages (bug #399181) 01 Feb 2012; Samuli Suominen <ssuominen@gentoo.org> -lohit-fonts-2.2.1.ebuild, -lohit-fonts-2.3.8.ebuild: @@ -130,4 +136,3 @@ all, thanks to the Redhat Lohit folks to creating and packaging these beautiful fonts, and thanks to Arun Raghavan in bug #157332 for starting the ebuild off - diff --git a/media-fonts/lohit-fonts/lohit-fonts-2.20150220.ebuild b/media-fonts/lohit-fonts/lohit-fonts-2.20150220.ebuild new file mode 100644 index 000000000000..1cdc51ed23ad --- /dev/null +++ b/media-fonts/lohit-fonts/lohit-fonts-2.20150220.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-fonts/lohit-fonts/lohit-fonts-2.20150220.ebuild,v 1.1 2015/02/20 18:51:54 yngwin Exp $ + +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* + " |