diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 13:49:04 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 17:38:18 -0700 |
commit | 56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch) | |
tree | 3f91093cdb475e565ae857f1c5a7fd339e2d781e /media-fonts/ipaex | |
download | gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.gz gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.bz2 gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.zip |
proj/gentoo: Initial commit
This commit represents a new era for Gentoo:
Storing the gentoo-x86 tree in Git, as converted from CVS.
This commit is the start of the NEW history.
Any historical data is intended to be grafted onto this point.
Creation process:
1. Take final CVS checkout snapshot
2. Remove ALL ChangeLog* files
3. Transform all Manifests to thin
4. Remove empty Manifests
5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$
5.1. Do not touch files with -kb/-ko keyword flags.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests
X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project
X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration
X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn
X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts
X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration
X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging
X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed
Diffstat (limited to 'media-fonts/ipaex')
-rw-r--r-- | media-fonts/ipaex/Manifest | 1 | ||||
-rw-r--r-- | media-fonts/ipaex/files/66-ipaex.conf | 37 | ||||
-rw-r--r-- | media-fonts/ipaex/ipaex-002.01.ebuild | 27 | ||||
-rw-r--r-- | media-fonts/ipaex/metadata.xml | 6 |
4 files changed, 71 insertions, 0 deletions
diff --git a/media-fonts/ipaex/Manifest b/media-fonts/ipaex/Manifest new file mode 100644 index 000000000000..42d9ceeda754 --- /dev/null +++ b/media-fonts/ipaex/Manifest @@ -0,0 +1 @@ +DIST IPAexfont00201.zip 9764230 SHA256 9e327c0506f61a03ce899dd80ad4da8206b40a249040721e6ad5bd3b5a3f5ec3 SHA512 d23c4d320b0d69067f65054d8e14f8b65dc06f545d1c021f6146f34d980c1e655ed070d4d520ed810272fc7f7f6dd906b3e0da4d89514d8f3fcd2be83a3961d7 WHIRLPOOL 91af76a46d0a58f2a42908d259a39a67892549683502fcf94f92dffae766e7b3fd0c64dfae5b4cada27f45ad62e993e0b822b17672cc3aec1bbaf87d8f4c0c0b diff --git a/media-fonts/ipaex/files/66-ipaex.conf b/media-fonts/ipaex/files/66-ipaex.conf new file mode 100644 index 000000000000..70d53360c578 --- /dev/null +++ b/media-fonts/ipaex/files/66-ipaex.conf @@ -0,0 +1,37 @@ +<?xml version="1.0"?> +<!DOCTYPE fontconfig SYSTEM "fonts.dtd"> +<fontconfig> + <!-- Generic names --> + <alias> + <family>sans-serif</family> + <prefer> + <family>IPAexGothic</family> + </prefer> + </alias> + <alias> + <family>serif</family> + <prefer> + <family>IPAexMincho</family> + </prefer> + </alias> + <alias> + <family>monospace</family> + <prefer> + <family>IPAexGothic</family> + <family>IPAexMincho</family> + </prefer> + </alias> + + <!-- disable hinting --> +<!-- + <match target="font"> + <test name="family"> + <string>IPAexGothic</string> + <string>IPAexMincho</string> + </test> + <edit name="hinting" mode="assign"> + <bool>false</bool> + </edit> + </match> +--> +</fontconfig> diff --git a/media-fonts/ipaex/ipaex-002.01.ebuild b/media-fonts/ipaex/ipaex-002.01.ebuild new file mode 100644 index 000000000000..96624b8ed34d --- /dev/null +++ b/media-fonts/ipaex/ipaex-002.01.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +inherit font + +MY_P="IPAexfont${PV/.}" + +DESCRIPTION="Japanese IPA extended TrueType fonts" +HOMEPAGE="http://ipafont.ipa.go.jp/" +SRC_URI="http://dl.ipafont.ipa.go.jp/IPAexfont/${MY_P}.zip" + +LICENSE="IPAfont" +SLOT="0" +KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 ~s390 ~sh x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" +IUSE="" +RESTRICT="binchecks strip test" + +DEPEND="app-arch/unzip" +RDEPEND="" +S="${WORKDIR}/${MY_P}" + +FONT_SUFFIX="ttf" +FONT_S="${S}" +FONT_CONF=( "${FILESDIR}"/66-${PN}.conf ) +DOCS=( "Readme_${MY_P}.txt" ) diff --git a/media-fonts/ipaex/metadata.xml b/media-fonts/ipaex/metadata.xml new file mode 100644 index 000000000000..997affade248 --- /dev/null +++ b/media-fonts/ipaex/metadata.xml @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>fonts</herd> + <herd>cjk</herd> +</pkgmetadata> |