diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2021-03-21 17:21:17 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2021-03-21 20:06:02 +0100 |
commit | 32ec2079e410ad633e41e201fd874a19e11d51dc (patch) | |
tree | 31441a60753a90b9a07e26ecb7a3c84efb1dc4e9 /media-fonts/cm-unicode | |
parent | media-fonts/montecarlo: EAPI-7 bump, use https (diff) | |
download | gentoo-32ec2079e410ad633e41e201fd874a19e11d51dc.tar.gz gentoo-32ec2079e410ad633e41e201fd874a19e11d51dc.tar.bz2 gentoo-32ec2079e410ad633e41e201fd874a19e11d51dc.zip |
media-fonts/cm-unicode: 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/cm-unicode')
-rw-r--r-- | media-fonts/cm-unicode/cm-unicode-0.7.0-r1.ebuild | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/media-fonts/cm-unicode/cm-unicode-0.7.0-r1.ebuild b/media-fonts/cm-unicode/cm-unicode-0.7.0-r1.ebuild index 07bd331d58f4..32d10001d698 100644 --- a/media-fonts/cm-unicode/cm-unicode-0.7.0-r1.ebuild +++ b/media-fonts/cm-unicode/cm-unicode-0.7.0-r1.ebuild @@ -1,12 +1,12 @@ -# 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="Computer Modern Unicode fonts" -HOMEPAGE="http://cm-unicode.sourceforge.net/" +HOMEPAGE="https://cm-unicode.sourceforge.io/" SRC_URI="mirror://sourceforge/${PN}/${PV}/${P}-ttf.tar.xz" LICENSE="OFL-1.1" @@ -14,5 +14,6 @@ SLOT="0" KEYWORDS="amd64 x86" IUSE="" +DOCS=( Changes FAQ FontLog.txt README ) + FONT_SUFFIX="ttf" -DOCS="Changes FAQ FontLog.txt README" |