From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 65CE913835A for ; Fri, 18 Jun 2021 11:37:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B2EEFE0825; Fri, 18 Jun 2021 11:37:42 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9E4C9E0825 for ; Fri, 18 Jun 2021 11:37:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 92CD43405BB for ; Fri, 18 Jun 2021 11:37:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2E6B37B1 for ; Fri, 18 Jun 2021 11:37:40 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1624016221.a70c3d6095b930ab63c0b317621ae2a7d7cea690.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-fonts/joypixels/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-fonts/joypixels/joypixels-6.5.0.ebuild X-VCS-Directories: media-fonts/joypixels/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: a70c3d6095b930ab63c0b317621ae2a7d7cea690 X-VCS-Branch: master Date: Fri, 18 Jun 2021 11:37:40 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 1c165081-1efb-4981-87f2-576986329648 X-Archives-Hash: cdec76f93a501776edd858e03b29b94a commit: a70c3d6095b930ab63c0b317621ae2a7d7cea690 Author: Joonas Niilola gentoo org> AuthorDate: Fri Jun 18 11:37:01 2021 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Fri Jun 18 11:37:01 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a70c3d60 media-fonts/joypixels: add pkg_postinst phase Signed-off-by: Joonas Niilola gentoo.org> media-fonts/joypixels/joypixels-6.5.0.ebuild | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/media-fonts/joypixels/joypixels-6.5.0.ebuild b/media-fonts/joypixels/joypixels-6.5.0.ebuild index f8ff8c34130..6c5b197d6a2 100644 --- a/media-fonts/joypixels/joypixels-6.5.0.ebuild +++ b/media-fonts/joypixels/joypixels-6.5.0.ebuild @@ -20,9 +20,8 @@ RESTRICT="bindist mirror" FONT_CONF=( "${FILESDIR}"/99-joypixels.conf ) -DOC_CONTENTS="Free for personal/education use only, -premium/enterprise license required for any other use: - https://www.joypixels.com/licenses" +DOC_CONTENTS="Free for personal/education use only, premium/enterprise license + required for any other use. See: https://www.joypixels.com/licenses" src_prepare() { default @@ -33,3 +32,7 @@ src_install() { font_src_install readme.gentoo_create_doc } + +pkg_postinst() { + readme.gentoo_print_elog +}