commit: 9f295d94f8d8aeaa717ba4875fda3a80a0250886 Author: Johannes Huber <johu <AT> gentoo <DOT> org> AuthorDate: Tue May 22 19:20:17 2018 +0000 Commit: Johannes Huber <johu <AT> gentoo <DOT> org> CommitDate: Tue May 22 19:20:36 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f295d94
media-fonts/Humor-Sans: Remove 1.0 (r0) Uses deprecated EAPI 5. Package-Manager: Portage-2.3.38, Repoman-2.3.9 media-fonts/Humor-Sans/Humor-Sans-1.0.ebuild | 23 ----------------------- 1 file changed, 23 deletions(-) diff --git a/media-fonts/Humor-Sans/Humor-Sans-1.0.ebuild b/media-fonts/Humor-Sans/Humor-Sans-1.0.ebuild deleted file mode 100644 index 79abfa716fb..00000000000 --- a/media-fonts/Humor-Sans/Humor-Sans-1.0.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="5" - -inherit font - -DESCRIPTION="A sanserif typeface in the style of xkcd" -HOMEPAGE="http://antiyawn.com/uploads/humorsans.html" -SRC_URI="http://www.antiyawn.com/uploads/${P}.ttf" - -LICENSE="OFL-1.1" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -S="${WORKDIR}" - -FONT_S="${S}" -FONT_SUFFIX="ttf" - -src_unpack() { - cp "${DISTDIR}/${A}" "${FONT_S}/${PN}.${FONT_SUFFIX}" -}
