public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Akinori Hattori" <hattya@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-fonts/mplus-fonts/
Date: Wed, 24 Nov 2021 14:25:53 +0000 (UTC)	[thread overview]
Message-ID: <1637763948.361e0e69e74ccaf89ad0f1462e9aac5fa783d2ad.hattya@gentoo> (raw)

commit:     361e0e69e74ccaf89ad0f1462e9aac5fa783d2ad
Author:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 24 14:23:34 2021 +0000
Commit:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
CommitDate: Wed Nov 24 14:25:48 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=361e0e69

media-fonts/mplus-fonts: tidy

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Akinori Hattori <hattya <AT> gentoo.org>

 .../mplus-fonts/mplus-fonts-2.2.4-r1.ebuild        | 25 ++++++++++------------
 1 file changed, 11 insertions(+), 14 deletions(-)

diff --git a/media-fonts/mplus-fonts/mplus-fonts-2.2.4-r1.ebuild b/media-fonts/mplus-fonts/mplus-fonts-2.2.4-r1.ebuild
index 7df74fe1160e..09a9326afaa8 100644
--- a/media-fonts/mplus-fonts/mplus-fonts-2.2.4-r1.ebuild
+++ b/media-fonts/mplus-fonts/mplus-fonts-2.2.4-r1.ebuild
@@ -1,31 +1,28 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI="7"
+FONT_PN=${PN%-*}
 
-FONT_PN=mplus
-MY_P="mplus_bitmap_fonts-${PV}"
 inherit font
 
+MY_P="${P/-/_bitmap_}"
+
 DESCRIPTION="M+ Japanese bitmap fonts"
 HOMEPAGE="https://mplus-fonts.osdn.jp/about-en.html"
 SRC_URI="mirror://sourceforge.jp/${PN}/5030/${MY_P}.tar.gz"
-S="${WORKDIR}/${MY_P}"
 
 LICENSE="mplus-fonts"
 SLOT="0"
 KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86"
-IUSE="X"
+IUSE=""
+RESTRICT="binchecks strip"
 
-# Only installs fonts
-RESTRICT="strip binchecks"
-
-BDEPEND="
-	x11-apps/bdftopcf
-	>=x11-apps/mkfontscale-1.2.0
-"
+BDEPEND="x11-apps/bdftopcf
+	x11-apps/mkfontscale"
+S="${WORKDIR}/${MY_P}"
 
 src_install() {
-	DESTDIR="${D}${FONTDIR}" ./install_mplus_fonts || die
-	dodoc README* INSTALL*
+	DESTDIR="${ED}"${FONTDIR} ./install_${PN/-/_} || die
+	einstalldocs
 }


             reply	other threads:[~2021-11-24 14:25 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-11-24 14:25 Akinori Hattori [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-11-24 14:25 [gentoo-commits] repo/gentoo:master commit in: media-fonts/mplus-fonts/ Akinori Hattori
2019-10-05  7:24 Michał Górny
2019-03-13 22:34 Sergei Trofimovich
2019-03-11 22:42 Sergei Trofimovich
2019-03-03 16:07 Sergei Trofimovich
2019-03-03  6:41 Mikle Kolyada
2019-03-03  6:41 Mikle Kolyada
2019-03-03  6:41 Mikle Kolyada
2019-03-03  6:40 Mikle Kolyada
2019-03-02 20:49 Thomas Deutschmann
2019-03-02 20:02 Sergei Trofimovich
2019-03-02 19:52 Sergei Trofimovich
2018-09-20 22:10 Sebastian Pipping

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1637763948.361e0e69e74ccaf89ad0f1462e9aac5fa783d2ad.hattya@gentoo \
    --to=hattya@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox