summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2015-08-08 13:49:04 -0700
committerRobin H. Johnson <robbat2@gentoo.org>2015-08-08 17:38:18 -0700
commit56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch)
tree3f91093cdb475e565ae857f1c5a7fd339e2d781e /media-fonts/wqy-microhei
downloadgentoo-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/wqy-microhei')
-rw-r--r--media-fonts/wqy-microhei/Manifest2
-rw-r--r--media-fonts/wqy-microhei/metadata.xml9
-rw-r--r--media-fonts/wqy-microhei/wqy-microhei-0.2.0_beta-r1.ebuild33
-rw-r--r--media-fonts/wqy-microhei/wqy-microhei-0.2.0_beta.ebuild24
4 files changed, 68 insertions, 0 deletions
diff --git a/media-fonts/wqy-microhei/Manifest b/media-fonts/wqy-microhei/Manifest
new file mode 100644
index 000000000000..f0dca24c03eb
--- /dev/null
+++ b/media-fonts/wqy-microhei/Manifest
@@ -0,0 +1,2 @@
+DIST wqy-microhei-0.2.0-beta.tar.gz 2418536 SHA256 2802ac8023aa36a66ea6e7445854e3a078d377ffff42169341bd237871f7213e SHA512 c1e09c83f6427f637b3c93c7f89e427bde7fb22cedcfbb806fb036f13a553551f28d985516c7ab4c2602b4159502de36b52e6cc9b41c9b6d6e36778a6de74037 WHIRLPOOL 6158750a4ce7b9eed4696a7c78bab2d447d439573d803b71bf0d60b6d6c0e35df50eb2d2d89fd14911cd0b5aabfe346d5d9608bdf03a198cfdd5ee579d1e5dba
+DIST wqy-microhei.ttc.xd3 1896 SHA256 da93a41a885c2d786145ff853332c3a2f421b86edac5250f8a6708642642b276 SHA512 e18bbbb98e80c231dc6a4211b57b44f5025de17887e7e09efad0f5125c0b93ca5c6098c2064d65087b0c901b0563b06258c87f801c4348422eb6c738e55ddbd9 WHIRLPOOL 08a5538db28408a4fee8e5a6328583c80d11a65f47b538776629d6f7374c10cc310ac04f302a0d1c24d280e9d454a4524067cbd29ccdc0d44c66539f4f464e10
diff --git a/media-fonts/wqy-microhei/metadata.xml b/media-fonts/wqy-microhei/metadata.xml
new file mode 100644
index 000000000000..35afcbc30f07
--- /dev/null
+++ b/media-fonts/wqy-microhei/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>fonts</herd>
+ <herd>cjk</herd>
+ <upstream>
+ <remote-id type="sourceforge">wqy</remote-id>
+ </upstream>
+</pkgmetadata>
diff --git a/media-fonts/wqy-microhei/wqy-microhei-0.2.0_beta-r1.ebuild b/media-fonts/wqy-microhei/wqy-microhei-0.2.0_beta-r1.ebuild
new file mode 100644
index 000000000000..7531b9bdb107
--- /dev/null
+++ b/media-fonts/wqy-microhei/wqy-microhei-0.2.0_beta-r1.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit font
+
+MY_P="${P/_/-}"
+DESCRIPTION="A droid derived Sans-Serif style CJK font"
+HOMEPAGE="http://wqy.sourceforge.net/en/"
+SRC_URI="mirror://sourceforge/wqy/${MY_P}.tar.gz
+ http://dev.gentoo.org/~dlan/distfiles/${PN}.ttc.xd3"
+
+LICENSE="Apache-2.0 GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+# Only installs fonts
+RESTRICT="strip binchecks"
+
+S="${WORKDIR}/${PN}"
+FONT_S="${S}"
+
+FONT_SUFFIX="ttc"
+DOCS="AUTHORS.txt ChangeLog.txt README.txt"
+
+DEPEND="${DEPEND}
+ dev-util/xdelta:3"
+
+src_prepare() {
+ xdelta3 -f -d -s "${S}"/wqy-microhei.ttc "${DISTDIR}"/wqy-microhei.ttc.xd3 "${S}"/wqy-microhei.ttc || die
+}
diff --git a/media-fonts/wqy-microhei/wqy-microhei-0.2.0_beta.ebuild b/media-fonts/wqy-microhei/wqy-microhei-0.2.0_beta.ebuild
new file mode 100644
index 000000000000..4575de559e27
--- /dev/null
+++ b/media-fonts/wqy-microhei/wqy-microhei-0.2.0_beta.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+inherit font
+
+MY_P="${P/_/-}"
+DESCRIPTION="A droid derived Sans-Serif style CJK font"
+HOMEPAGE="http://wqy.sourceforge.net/en/"
+SRC_URI="mirror://sourceforge/wqy/${MY_P}.tar.gz"
+
+LICENSE="Apache-2.0 GPL-3"
+SLOT="0"
+KEYWORDS="amd64 ~arm x86"
+IUSE=""
+
+# Only installs fonts
+RESTRICT="strip binchecks"
+
+S="${WORKDIR}/${PN}"
+FONT_S="${S}"
+
+FONT_SUFFIX="ttc"
+DOCS="AUTHORS.txt ChangeLog.txt README.txt"