diff options
author | Ben de Groot <yngwin@gentoo.org> | 2015-03-29 07:17:53 +0000 |
---|---|---|
committer | Ben de Groot <yngwin@gentoo.org> | 2015-03-29 07:17:53 +0000 |
commit | c1889e36e17702169bf933db03a81d8b7bac45ad (patch) | |
tree | 7c0c678422df0092d12d473ddc170a8c95ca68e8 /media-fonts/open-sans/open-sans-1.ebuild | |
parent | Create stable candidate. (diff) | |
download | gentoo-2-c1889e36e17702169bf933db03a81d8b7bac45ad.tar.gz gentoo-2-c1889e36e17702169bf933db03a81d8b7bac45ad.tar.bz2 gentoo-2-c1889e36e17702169bf933db03a81d8b7bac45ad.zip |
Initial commit from bug #542332
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0x4FDF9CFD2FAC514E!)
Diffstat (limited to 'media-fonts/open-sans/open-sans-1.ebuild')
-rw-r--r-- | media-fonts/open-sans/open-sans-1.ebuild | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/media-fonts/open-sans/open-sans-1.ebuild b/media-fonts/open-sans/open-sans-1.ebuild new file mode 100644 index 000000000000..7b07f5c54582 --- /dev/null +++ b/media-fonts/open-sans/open-sans-1.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-fonts/open-sans/open-sans-1.ebuild,v 1.1 2015/03/29 07:17:53 yngwin Exp $ + +EAPI=5 +inherit font + +DESCRIPTION="A clean and modern sans-serif typeface designed for legibility across interfaces" +HOMEPAGE="http://www.opensans.com/" +SRC_URI="http://dev.gentoo.org/~yngwin/distfiles/${P}.zip" +# renamed from unversioned google zip + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~arm ~x86" +IUSE="" + +DEPEND="app-arch/unzip" +S=${WORKDIR} +FONT_SUFFIX="ttf" |