summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2021-03-21 17:01:42 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2021-03-21 20:05:54 +0100
commita56c46571650642b7d00104b67680642fc81c6ff (patch)
treef413b5dab5bd136cf222397b0298b9ae18bf5013 /media-fonts
parentmedia-fonts/dejavu: EAPI-7 bump, drop versionator (diff)
downloadgentoo-a56c46571650642b7d00104b67680642fc81c6ff.tar.gz
gentoo-a56c46571650642b7d00104b67680642fc81c6ff.tar.bz2
gentoo-a56c46571650642b7d00104b67680642fc81c6ff.zip
media-fonts/droid: EAPI-7 bump, fix HOMEPAGE
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/droid/droid-113-r5.ebuild14
1 files changed, 6 insertions, 8 deletions
diff --git a/media-fonts/droid/droid-113-r5.ebuild b/media-fonts/droid/droid-113-r5.ebuild
index 80a8f16631e0..06a2a1d627c4 100644
--- a/media-fonts/droid/droid-113-r5.ebuild
+++ b/media-fonts/droid/droid-113-r5.ebuild
@@ -1,33 +1,31 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
-
-inherit font
+EAPI=7
MY_PN="${PN/d/D}"
+inherit font
# $PV is a build number, use fontforge to find it out. 113 was taken from:
# https://android.git.kernel.org/?p=platform/frameworks/base.git;a=tree;f=data/fonts;hb=HEAD
DESCRIPTION="Font family from Google's Android project"
-HOMEPAGE="https://code.google.com/android/RELEASENOTES.html http://www.cosmix.org/software/"
+HOMEPAGE="https://www.cosmix.org/software/#Drois%20Sans%20Mono%20%28Slashed%20Zero%29"
SRC_URI="mirror://gentoo/${P}-r1.tar.bz2
mirror://gentoo/${MY_PN}SansMonoSlashed-112_p1.ttf.bz2
mirror://gentoo/${MY_PN}SansMonoDotted-112_p1.ttf.bz2"
+S="${WORKDIR}/${PN}"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="amd64 arm arm64 ppc ppc64 x86"
IUSE=""
-S="${WORKDIR}/${PN}"
-FONT_S="${S}"
-FONT_SUFFIX="ttf"
FONT_CONF=(
"${FILESDIR}/59-google-droid-sans-mono.conf"
"${FILESDIR}/59-google-droid-sans.conf"
"${FILESDIR}/59-google-droid-serif.conf"
)
+FONT_SUFFIX="ttf"
src_prepare() {
default