summaryrefslogtreecommitdiff
path: root/media-fonts/shinonome
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-11-03 16:06:58 +0000
committerV3n3RiX <venerix@redcorelinux.org>2019-11-03 16:06:58 +0000
commitbd4aeefe33e63f613512604e47bfca7b2187697d (patch)
treeadb35b5a9a00ee7ea591ab0c987f70167c23b597 /media-fonts/shinonome
parent48ece6662cbd443015f5a57ae6d8cbdbd69ef37c (diff)
gentoo resync : 03.11.2019
Diffstat (limited to 'media-fonts/shinonome')
-rw-r--r--media-fonts/shinonome/Manifest2
-rw-r--r--media-fonts/shinonome/shinonome-0.9.11.ebuild34
2 files changed, 18 insertions, 18 deletions
diff --git a/media-fonts/shinonome/Manifest b/media-fonts/shinonome/Manifest
index 86622a860a17..b8a7a1955898 100644
--- a/media-fonts/shinonome/Manifest
+++ b/media-fonts/shinonome/Manifest
@@ -1,3 +1,3 @@
DIST shinonome-0.9.11.tar.bz2 4943752 BLAKE2B 0cb04d55f89f60b01ed72e07ce9e27e0044ca5e16aab06556c01cf4afbaa288bdeaeff5a8956f76bbc51540d92a748c54ad8561c109677834c0580a98855c21b SHA512 9defcec9b02fa9f71b0ddf0ce544f2f49361697a45c2c6063cfa32f0b45db6c16f4ee7fc575a270aa64c0051859f01549dd773d1eb72695d93b9305a9b9d0a62
-EBUILD shinonome-0.9.11.ebuild 690 BLAKE2B a6df8dfac26eb04c59bb10fdbe338b5e7282375fbd033afc3041076159626a0f2e749236321c7b2294cf1818fcd1b9e2a51cd0aa80cf9eac625284996f327a41 SHA512 a84429f840ce8210d0ab23868ce99098ce203b9113c55f5ec6597586a6c64b804bab1efcd5adfc61b0da2f424cc9adafca3716a9dfaa2feb231e32ac0a9fd075
+EBUILD shinonome-0.9.11.ebuild 700 BLAKE2B 061c7f6f2001c3c7e8780ffb96de8d88641b7a14ed2d1ff8848cfa903a549c15f06de236608d35bd2a4193de46e87df8ad32406753905624dbc6d3c6265a99b7 SHA512 7bb5c8a07d8c45cf3911cee68423b9c5cc247c4ccbc8190e99df0f3393ffeb992ccda31aae11a1f4fae9bf6c08b32c03c984890c9cd473b4a9e720ba4f0f1af1
MISC metadata.xml 325 BLAKE2B 34e6ba11f6f4787d8e8461b289d83f3f1064f8bbd969d83d34e336e5427455a2d67186fc189f2d60a752fc02bd761702d7a8565b1ee95825bec740e395c67352 SHA512 08906f63ec5cd92c530ffbb4bd4075cbf162186929e8935cafdb1145eae9a0c79c54c3a21b1311304c040b9f5b893f194e4c646ca0b1fd1781a801bf206f9c41
diff --git a/media-fonts/shinonome/shinonome-0.9.11.ebuild b/media-fonts/shinonome/shinonome-0.9.11.ebuild
index 1a05e6cfaefc..dbb420925c3e 100644
--- a/media-fonts/shinonome/shinonome-0.9.11.ebuild
+++ b/media-fonts/shinonome/shinonome-0.9.11.ebuild
@@ -1,35 +1,35 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=0
+EAPI=7
inherit font
-IUSE=""
-
DESCRIPTION="Japanese bitmap fonts for X"
-SRC_URI="http://openlab.jp/efont/dist/shinonome/${P}.tar.bz2"
HOMEPAGE="http://openlab.jp/efont/shinonome/"
+SRC_URI="http://openlab.jp/efont/dist/shinonome/${P}.tar.bz2"
LICENSE="public-domain"
-SLOT=0
+SLOT="0"
KEYWORDS="alpha amd64 arm ia64 ppc ppc64 s390 sh sparc x86"
+# Only installs fonts
+RESTRICT="strip binchecks"
-DEPEND="x11-apps/bdftopcf"
-RDEPEND=""
+BDEPEND="x11-apps/bdftopcf"
-FONT_SUFFIX="pcf.gz"
-FONT_S=${S}
DOCS="AUTHORS BUGS ChangeLog* DESIGN* INSTALL LICENSE README THANKS TODO"
+FONT_S="${S}"
+FONT_SUFFIX="pcf.gz"
-# Only installs fonts
-RESTRICT="strip binchecks"
+src_configure() {
+ econf --with-pcf --without-bdf
+}
-src_compile(){
- econf --with-pcf --without-bdf || die
- emake || die
+src_compile() {
+ default
- for i in *.pcf ; do
- gzip -9 $i
+ local i
+ for i in *.pcf; do
+ gzip -9 "${i}" || die
done
}