Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 429780 | Differences between
and this patch

Collapse All | Expand All

(-)/usr/portage/media-fonts/source-pro/source-pro-20130316.ebuild (-5 / +11 lines)
Lines 6-18 Link Here
6
inherit font
6
inherit font
7
7
8
CODE_P=SourceCodePro_FontsOnly-1.017
8
CODE_P=SourceCodePro_FontsOnly-1.017
9
SANS_P=SourceSansPro_FontsOnly-1.038
9
SANS_P=SourceSansPro_FontsOnly-2.010roman-1.065-italic
10
SANS_D=source-sans-pro-2.010R-ro-1.065R-it
11
SERIF_P=SourceSerifPro_FontsOnly-1.014
12
SERIF_D=source-serif-pro-1.014R
10
13
11
DESCRIPTION="Adobe Source Pro, an open source multi-lingual font family"
14
DESCRIPTION="Adobe Source Pro, an open source multi-lingual font family"
12
HOMEPAGE="http://blogs.adobe.com/typblography/2012/08/source-sans-pro.html
15
HOMEPAGE="http://blog.typekit.com/2012/08/02/source-sans-pro/
13
	http://blogs.adobe.com/typblography/2012/09/source-code-pro.html"
16
	http://blog.typekit.com/2012/09/24/source-code-pro/
17
	http://blog.typekit.com/2014/05/20/source-serif-pro/"
14
SRC_URI="mirror://sourceforge/sourcecodepro.adobe/${CODE_P}.zip
18
SRC_URI="mirror://sourceforge/sourcecodepro.adobe/${CODE_P}.zip
15
	mirror://sourceforge/sourcesans.adobe/${SANS_P}.zip"
19
	mirror://sourceforge/sourcesans.adobe/${SANS_P}.zip
20
	mirror://sourceforge/sourceserifpro.adobe/${SERIF_P}.zip"
16
21
17
LICENSE="OFL-1.1"
22
LICENSE="OFL-1.1"
18
SLOT="0"
23
SLOT="0"
Lines 36-42 Link Here
36
	# alternating between having OTF/TTF subdirs and not, so it's easier just to
41
	# alternating between having OTF/TTF subdirs and not, so it's easier just to
37
	# glob for everything.
42
	# glob for everything.
38
	mv -vf ${CODE_P}/{OTF,TTF,""}/* .
43
	mv -vf ${CODE_P}/{OTF,TTF,""}/* .
39
	mv -vf ${SANS_P}/{OTF,TTF,""}/* .
44
	mv -vf ${SANS_D}/{OTF,TTF,""}/* .
45
	mv -vf ${SERIF_D}/{OTF,TTF,""}/* .
40
}
46
}
41
47
42
src_install() {
48
src_install() {

Return to bug 429780