Gentoo Archives: gentoo-commits

From: "Ben de Groot (yngwin)" <yngwin@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-fonts/source-pro: source-pro-20141211.ebuild ChangeLog
Date: Sat, 07 Mar 2015 10:44:33
Message-Id: 20150307104429.A3B7E133AB@oystercatcher.gentoo.org
1 yngwin 15/03/07 10:44:29
2
3 Modified: ChangeLog
4 Added: source-pro-20141211.ebuild
5 Log:
6 version bump, bug #429780
7
8 (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0x4FDF9CFD2FAC514E!)
9
10 Revision Changes Path
11 1.6 media-fonts/source-pro/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/source-pro/ChangeLog?rev=1.6&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/source-pro/ChangeLog?rev=1.6&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/source-pro/ChangeLog?r1=1.5&r2=1.6
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/media-fonts/source-pro/ChangeLog,v
20 retrieving revision 1.5
21 retrieving revision 1.6
22 diff -u -r1.5 -r1.6
23 --- ChangeLog 21 Oct 2013 12:18:39 -0000 1.5
24 +++ ChangeLog 7 Mar 2015 10:44:29 -0000 1.6
25 @@ -1,6 +1,12 @@
26 # ChangeLog for media-fonts/source-pro
27 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/media-fonts/source-pro/ChangeLog,v 1.5 2013/10/21 12:18:39 grobian Exp $
29 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/media-fonts/source-pro/ChangeLog,v 1.6 2015/03/07 10:44:29 yngwin Exp $
31 +
32 +*source-pro-20141211 (07 Mar 2015)
33 +
34 + 07 Mar 2015; Ben de Groot <yngwin@g.o> +source-pro-20141211.ebuild,
35 + files/63-source-pro.conf:
36 + version bump, bug #429780
37
38 21 Oct 2013; Fabian Groffen <grobian@g.o> source-pro-20130316.ebuild:
39 Marked ~x64-macos, bug #486818
40
41
42
43 1.1 media-fonts/source-pro/source-pro-20141211.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/source-pro/source-pro-20141211.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/source-pro/source-pro-20141211.ebuild?rev=1.1&content-type=text/plain
47
48 Index: source-pro-20141211.ebuild
49 ===================================================================
50 # Copyright 1999-2015 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/media-fonts/source-pro/source-pro-20141211.ebuild,v 1.1 2015/03/07 10:44:29 yngwin Exp $
53
54 EAPI=5
55 inherit font
56
57 SANSV="2.010R-ro/1.065R-it"
58 SERIFV="1.017R"
59 CODEV="1.017R"
60
61 DESCRIPTION="Adobe's open source typeface family designed for UI environments"
62 HOMEPAGE="http://adobe-fonts.github.io/source-sans-pro
63 http://adobe-fonts.github.io/source-serif-pro
64 http://adobe-fonts.github.io/source-code-pro"
65 SRC_URI="https://github.com/adobe-fonts/source-sans-pro/archive/${SANSV}.tar.gz -> source-sans-pro-${PV}.tar.gz
66 https://github.com/adobe-fonts/source-serif-pro/archive/${SERIFV}.tar.gz -> source-serif-pro-${PV}.tar.gz
67 https://github.com/adobe-fonts/source-code-pro/archive/${CODEV}.tar.gz -> source-code-pro-${PV}.tar.gz"
68
69 LICENSE="OFL-1.1"
70 SLOT="0"
71 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x64-macos"
72 IUSE=""
73
74 # This ebuild does not install any binaries
75 RESTRICT="binchecks strip"
76
77 RDEPEND="media-libs/fontconfig"
78 DEPEND=""
79
80 S=${WORKDIR}
81 FONT_S="${S}"
82 FONT_SUFFIX="otf"
83 FONT_CONF=( "${FILESDIR}"/63-${PN}.conf )
84
85 src_prepare() {
86 mv source-*/OTF/*.otf . || die
87 }
88
89 src_install() {
90 font_src_install
91 for d in source-sans-pro-${SANSV/\//-} source-serif-pro-${SERIFV} source-code-pro-${CODEV}; do
92 dohtml ${d}/*.html
93 done
94 }