diff options
author | Ben de Groot <yngwin@gentoo.org> | 2015-03-29 07:33:06 +0000 |
---|---|---|
committer | Ben de Groot <yngwin@gentoo.org> | 2015-03-29 07:33:06 +0000 |
commit | 7be40d9cc4d02139caac5a6f64be8863eedf7e71 (patch) | |
tree | c18c9cbb4aa8006587fea7dadadd916000177bdf /media-fonts/gidole/gidole-2.0.2.ebuild | |
parent | fix checkpath typo (bug #544748) (diff) | |
download | gentoo-2-7be40d9cc4d02139caac5a6f64be8863eedf7e71.tar.gz gentoo-2-7be40d9cc4d02139caac5a6f64be8863eedf7e71.tar.bz2 gentoo-2-7be40d9cc4d02139caac5a6f64be8863eedf7e71.zip |
initial commit
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0x4FDF9CFD2FAC514E!)
Diffstat (limited to 'media-fonts/gidole/gidole-2.0.2.ebuild')
-rw-r--r-- | media-fonts/gidole/gidole-2.0.2.ebuild | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/media-fonts/gidole/gidole-2.0.2.ebuild b/media-fonts/gidole/gidole-2.0.2.ebuild new file mode 100644 index 000000000000..38a6d57f637c --- /dev/null +++ b/media-fonts/gidole/gidole-2.0.2.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-fonts/gidole/gidole-2.0.2.ebuild,v 1.1 2015/03/29 07:33:06 yngwin Exp $ + +EAPI=5 +inherit font + +DESCRIPTION="Open source modern DIN fonts" +HOMEPAGE="http://gidole.github.io/" +SRC_URI="http://dev.gentoo.org/~yngwin/distfiles/${P}.zip" + +LICENSE="OFL-1.1" +SLOT="0" +KEYWORDS="~amd64 ~arm ~x86" +IUSE="" + +DEPEND="app-arch/unzip" +S="${WORKDIR}/GidoleFont" +FONT_SUFFIX="otf ttf" |