This commit is contained in:
Micha Glave 2014-04-16 10:47:49 +02:00
parent b030e0615d
commit fb56288d89
2 changed files with 26 additions and 0 deletions

View File

@ -0,0 +1,2 @@
DIST SourceSansPro_FontsOnly-1.050.zip 1556479 SHA256 c379f5ef53981757b9aa115cfd0775e9fa92175f5d611ab3bbe57689fa3c5f00 SHA512 5be96e3733d825f38df76be6abfbb0a55b4aadad48faffe93a9c3e3a303b6bc3f6c0ce37794968c4d122d52719f5e5502be65221aa8c6099b5246ce71da7d50e WHIRLPOOL 41d7603d57a77ad6c286f561da81ab94e3318d20cb102ec71ecdd24c8eb0f076393ff281538a7af90729564fc3c0a9820eb92f656b540e5f38d64bfc078bb66f
EBUILD sourcesanspro-1.050.ebuild 794 SHA256 9fea69596c305c1dfc0783a6e7cdeb79b3a37aa74e60c168df8c46a971d3c2ad SHA512 89589a7f4521da1c877408796c9ba873b738120ec11533acbe7ea137f8273cf4212a4453e21fd656c7219a50fcde4cd602e5ce30ff2eae9e60720b7c27e6e6ea WHIRLPOOL 1084a8fcbec45de7b08abd7b81f096ee913eb9fb1be92c463a102fba77f3e6b4b9d6ec2b7a0cec73937c60c4e43bdb5ced1dd9350bb21a95257c4410f52fedf0

View File

@ -0,0 +1,24 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-fonts/freefont-ttf/freefont-ttf-20090104.ebuild,v 1.4 2009/05/28 19:43:05 beandog Exp $
# based on https://github.com/travisghansen/chaos
inherit font
MY_P="SourceSansPro"
DESCRIPTION="A set of OpenType fonts designed for user interfaces"
HOMEPAGE="http://store1.adobe.com/cfusion/store/html/index.cfm?store=OLS-US&event=displayFontPackage&code=1959"
SRC_URI="mirror://sourceforge/sourcesans.adobe/${MY_P}_FontsOnly-${PV}.zip"
# actually SIL Open Font License
LICENSE="CC"
SLOT="0"
KEYWORDS="alpha amd64 ia64 ~ppc ~ppc64 sparc x86"
IUSE=""
FONT_SUFFIX="otf"
S="${WORKDIR}/${MY_P}_FontsOnly-${PV}"
FONT_S=${S}/OTF
RESTRICT="strip binchecks"