diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2021-03-20 19:32:52 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2021-03-21 20:05:31 +0100 |
commit | 0a0b5408d84c74a6197b7c10ff6588c9f3c7737a (patch) | |
tree | 0940c5ee12f95d5e4c3c9159f6da0eec520cbc7d /media-fonts/ohsnap | |
parent | media-fonts/jomolhari: EAPI-7 bump, fix HOMEPAGE, SRC_URI (diff) | |
download | gentoo-0a0b5408d84c74a6197b7c10ff6588c9f3c7737a.tar.gz gentoo-0a0b5408d84c74a6197b7c10ff6588c9f3c7737a.tar.bz2 gentoo-0a0b5408d84c74a6197b7c10ff6588c9f3c7737a.zip |
media-fonts/ohsnap: EAPI-7 bump, fix DESCRIPTION
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-fonts/ohsnap')
-rw-r--r-- | media-fonts/ohsnap/ohsnap-1.8.0.ebuild | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/media-fonts/ohsnap/ohsnap-1.8.0.ebuild b/media-fonts/ohsnap/ohsnap-1.8.0.ebuild index a67f71a3c09f..2652a86162e1 100644 --- a/media-fonts/ohsnap/ohsnap-1.8.0.ebuild +++ b/media-fonts/ohsnap/ohsnap-1.8.0.ebuild @@ -1,10 +1,11 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 + inherit font -DESCRIPTION="The ohsnap / osnap monospace font (based on Artwiz Snap)" +DESCRIPTION="Monospace font based on Artwiz Snap with bold and versions with status icons" HOMEPAGE="https://sourceforge.net/projects/osnapfont" SRC_URI="mirror://sourceforge/osnapfont/${P}.tar.gz" @@ -14,4 +15,5 @@ KEYWORDS="~amd64 ~x86" IUSE="" FONT_SUFFIX="pcf" -DOCS="README.ohsnap" + +DOCS=( README.ohsnap ) |