Diff clearsans-1.00 with a clearsans-1.00_p20230107
/usr/portage/media-fonts/clearsans/clearsans-1.00_p20230107.ebuild 2023-10-09 14:52:31.596368403 +0300 | ||
---|---|---|
1 |
# Copyright 1999-2022 Gentoo Authors |
|
1 |
# Copyright 1999-2023 Gentoo Authors |
|
2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
3 | 3 | |
4 |
EAPI=7 |
|
4 |
EAPI=8 |
|
5 | ||
6 |
EGIT_COMMIT="1993725b24a36af21e7ebaa8977103983b608572" |
|
7 |
MY_PN="clear-sans" |
|
5 | 8 | |
6 | 9 |
inherit font |
7 | 10 | |
8 | 11 |
DESCRIPTION="OpenType font optimized for readability on small screens" |
9 |
HOMEPAGE="https://01.org/clear-sans" |
|
10 |
SRC_URI="https://01.org/sites/default/files/downloads/clear-sans/${P}.zip" |
|
11 |
S="${WORKDIR}" |
|
12 |
HOMEPAGE="https://github.com/intel/clear-sans" |
|
13 |
SRC_URI="https://github.com/intel/${MY_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz" |
|
14 | ||
15 |
S="${WORKDIR}/${MY_PN}-${EGIT_COMMIT}" |
|
12 | 16 | |
13 | 17 |
LICENSE="Apache-2.0" |
14 | 18 |
SLOT="0" |
15 | 19 |
KEYWORDS="amd64 ~loong ~ppc64 ~riscv x86" |
16 |
IUSE="" |
|
17 | ||
18 |
RESTRICT="binchecks strip" |
|
19 | ||
20 |
BDEPEND="app-arch/unzip" |
|
21 | 20 | |
22 | 21 |
FONT_S="${S}/TTF" |
23 | 22 |
FONT_SUFFIX="ttf" |