diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2021-03-21 16:18:27 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2021-03-21 20:05:58 +0100 |
commit | c50ceecfae1a04012e22743154482d2b36d99c20 (patch) | |
tree | 0c883f5de7fb5b51685b403f2e488cf42bcae6cf /media-fonts/ahem | |
parent | media-fonts/crosextrafonts-carlito: EAPI-7 bump, fix HOMEPAGE, https (diff) | |
download | gentoo-c50ceecfae1a04012e22743154482d2b36d99c20.tar.gz gentoo-c50ceecfae1a04012e22743154482d2b36d99c20.tar.bz2 gentoo-c50ceecfae1a04012e22743154482d2b36d99c20.zip |
media-fonts/ahem: 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/ahem')
-rw-r--r-- | media-fonts/ahem/ahem-1.0.ebuild | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/media-fonts/ahem/ahem-1.0.ebuild b/media-fonts/ahem/ahem-1.0.ebuild index 096fbd9cf5bf..a896e7c135b9 100644 --- a/media-fonts/ahem/ahem-1.0.ebuild +++ b/media-fonts/ahem/ahem-1.0.ebuild @@ -1,21 +1,18 @@ -# Copyright 1999-2016 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="A font developed to help test writers develop predictable tests" +DESCRIPTION="Font to help test writers develop predictable tests" HOMEPAGE="https://github.com/Kozea/Ahem" SRC_URI="https://github.com/Kozea/Ahem/archive/1.0.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}/${P/a/A}" LICENSE="CC0-1.0" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -DEPEND="" - -S="${WORKDIR}/${P/a/A}" -FONT_S=${S} FONT_SUFFIX="ttf" |