diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2021-03-21 15:13:00 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2021-03-21 20:05:54 +0100 |
commit | 9ed23c3ee64c0744d5fef0cd08f76955b8e03cf5 (patch) | |
tree | 614c8b584148017d936d4a092c1fd76e821fbdb7 /media-fonts | |
parent | media-fonts/droid: EAPI-7 bump, fix HOMEPAGE (diff) | |
download | gentoo-9ed23c3ee64c0744d5fef0cd08f76955b8e03cf5.tar.gz gentoo-9ed23c3ee64c0744d5fef0cd08f76955b8e03cf5.tar.bz2 gentoo-9ed23c3ee64c0744d5fef0cd08f76955b8e03cf5.zip |
media-fonts/roboto: EAPI-7 bump
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-fonts')
-rw-r--r-- | media-fonts/roboto/roboto-2.138.ebuild | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/media-fonts/roboto/roboto-2.138.ebuild b/media-fonts/roboto/roboto-2.138.ebuild index 3eb4aa954406..2bd9ec25fb65 100644 --- a/media-fonts/roboto/roboto-2.138.ebuild +++ b/media-fonts/roboto/roboto-2.138.ebuild @@ -1,12 +1,14 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 + inherit font DESCRIPTION="Standard font for Android 4.0 (Ice Cream Sandwich) and later" HOMEPAGE="https://github.com/google/roboto" SRC_URI="https://github.com/google/${PN}/releases/download/v${PV}/roboto-unhinted.zip -> ${P}.zip" +S="${WORKDIR}" LICENSE="Apache-2.0" SLOT="0" @@ -14,8 +16,5 @@ KEYWORDS="amd64 ~arm ~arm64 x86 ~amd64-linux ~x86-linux ~x64-macos" DEPEND="app-arch/unzip" -S=${WORKDIR} -FONT_S=${S} - -FONT_SUFFIX="ttf" FONT_CONF=( "${FILESDIR}"/90-roboto-regular.conf ) +FONT_SUFFIX="ttf" |