Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(141)

Side by Side Diff: media-fonts/croscorefonts/croscorefonts-0.0.3.ebuild

Issue 3109016: bump up croscorefonts ebuild rev to 0.0.3. (Closed) Base URL: ssh://git@chromiumos-git/chromiumos-overlay.git
Patch Set: Created 10 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2010 The Chromium OS Authors. All rights reserved. 1 # Copyright (c) 2010 The Chromium OS Authors. All rights reserved.
2 # Distributed under the terms of the GNU General Public License v2 2 # Distributed under the terms of the GNU General Public License v2
3 # $Header: $ 3 # $Header: $
4 4
5 inherit font 5 inherit font
6 6
7 DESCRIPTION="Arimo, Tinos and Cousine in 4 weights developed by Ascender for Chr om*OS" 7 DESCRIPTION="Arimo, Tinos and Cousine in 4 weights developed by Ascender for Chr om*OS"
8 SRC_URI="http://build.chromium.org/mirror/chromiumos/localmirror/distfiles/${P}. tar.gz" 8 SRC_URI="http://commondatastorage.googleapis.com/chromeos-localmirror/distfiles/ ${P}.tar.gz"
9 9
10 LICENSE="OFL-1.1" 10 LICENSE="OFL-1.1"
11 SLOT="0" 11 SLOT="0"
12 KEYWORDS="~alpha ~amd64 arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh x86 ~x86-fbsd" 12 KEYWORDS="~alpha ~amd64 arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh x86 ~x86-fbsd"
13 IUSE="" 13 IUSE=""
14 14
15 FONT_SUFFIX="ttf" 15 FONT_SUFFIX="ttf"
16 FONT_S="${S}" 16 FONT_S="${S}"
17 FONTDIR="/usr/share/fonts/croscore" 17 FONTDIR="/usr/share/fonts/croscore"
18 18
19 19
20 # Only installs fonts 20 # Only installs fonts
21 RESTRICT="strip binchecks" 21 RESTRICT="strip binchecks"
22 22
23 src_install() { 23 src_install() {
24 # call src_install() in font.eclass. 24 # call src_install() in font.eclass.
25 font_src_install 25 font_src_install
26 } 26 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698