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/kanjistrokeorders | |
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/kanjistrokeorders')
7 files changed, 134 insertions, 0 deletions
diff --git a/media-fonts/kanjistrokeorders/Manifest b/media-fonts/kanjistrokeorders/Manifest new file mode 100644 index 000000000000..bf031805e784 --- /dev/null +++ b/media-fonts/kanjistrokeorders/Manifest @@ -0,0 +1,5 @@ +DIST KanjiStrokeOrders_v2.012.zip 8961316 RMD160 5dcc1bc25ddf79ef335e2117e78d39e94324dc4f SHA1 b6b92b68275e1c2cbcdf8db041ee750cdfb3afd9 SHA256 d977085ead8c00aea57b5a92988c69eed9ff0ad47192cdea3a26bfb27b8d3b42 +DIST KanjiStrokeOrders_v2.013.zip 8964838 RMD160 f181b3ecfdc45de35d2b95f8788354c999c9885a SHA1 50a2866b96dc28ea089ec53567c4e3b4b578b92a SHA256 ef7cb642ec1917fd83551ff67cdb815ecadcce57c0ec0aedf82533b566cbd6ce +DIST KanjiStrokeOrders_v2.014.zip 8966175 RMD160 7eba6698f238778edce1c85a9b03c76c22ba715c SHA1 ba3a6a7904431c0969f196d2b2915ef6c87cff47 SHA256 c5f7285eb3fc0847dc4945888f0de489178c6a0cb0e23df61055f72bd333ebd2 +DIST KanjiStrokeOrders_v2.015.zip 8972752 RMD160 1f9a5d5ec25cb0a160806898c7e3e9e0e3b565a4 SHA1 dd2f5547049d0585fe153f94cdde19fad8b7ab4b SHA256 66bf95b01f2f6a48b3efdab41a37aec184b371d40eea780e3d2614f83ccd1a9f +DIST KanjiStrokeOrders_v2.016.zip 8982113 RMD160 f5b94f01835f4e98f48ea38dd97c556137c1009a SHA1 c4c82a3d935e8b6a98aaafef44db3d116ef4b619 SHA256 8a6fca2eb69b6f665455c0f9c95603a690217501fa15a199cbd55eb1e77d1f60 diff --git a/media-fonts/kanjistrokeorders/kanjistrokeorders-2.012.ebuild b/media-fonts/kanjistrokeorders/kanjistrokeorders-2.012.ebuild new file mode 100644 index 000000000000..d3de998c62e8 --- /dev/null +++ b/media-fonts/kanjistrokeorders/kanjistrokeorders-2.012.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +inherit font + +MY_P="KanjiStrokeOrders_v${PV}" +DESCRIPTION="font to view stroke order diagrams for Kanji, Kana and etc" +HOMEPAGE="http://sites.google.com/site/nihilistorguk/" +SRC_URI="http://sites.google.com/site/nihilistorguk/Home/${MY_P}.zip" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="amd64 x86" +IUSE="" + +# Only installs fonts +RESTRICT="strip binchecks" + +S="${WORKDIR}" +FONT_S="${S}" + +FONT_SUFFIX="ttf" +DOCS="readme_en_v${PV}.txt" diff --git a/media-fonts/kanjistrokeorders/kanjistrokeorders-2.013.ebuild b/media-fonts/kanjistrokeorders/kanjistrokeorders-2.013.ebuild new file mode 100644 index 000000000000..76008b91c4c3 --- /dev/null +++ b/media-fonts/kanjistrokeorders/kanjistrokeorders-2.013.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +inherit font + +MY_P="KanjiStrokeOrders_v${PV}" +DESCRIPTION="font to view stroke order diagrams for Kanji, Kana and etc" +HOMEPAGE="http://sites.google.com/site/nihilistorguk/" +SRC_URI="http://sites.google.com/site/nihilistorguk/Home/${MY_P}.zip" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +# Only installs fonts +RESTRICT="strip binchecks" + +S="${WORKDIR}" +FONT_S="${S}" + +FONT_SUFFIX="ttf" +DOCS="readme_en_v${PV}.txt" diff --git a/media-fonts/kanjistrokeorders/kanjistrokeorders-2.014.ebuild b/media-fonts/kanjistrokeorders/kanjistrokeorders-2.014.ebuild new file mode 100644 index 000000000000..76008b91c4c3 --- /dev/null +++ b/media-fonts/kanjistrokeorders/kanjistrokeorders-2.014.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +inherit font + +MY_P="KanjiStrokeOrders_v${PV}" +DESCRIPTION="font to view stroke order diagrams for Kanji, Kana and etc" +HOMEPAGE="http://sites.google.com/site/nihilistorguk/" +SRC_URI="http://sites.google.com/site/nihilistorguk/Home/${MY_P}.zip" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +# Only installs fonts +RESTRICT="strip binchecks" + +S="${WORKDIR}" +FONT_S="${S}" + +FONT_SUFFIX="ttf" +DOCS="readme_en_v${PV}.txt" diff --git a/media-fonts/kanjistrokeorders/kanjistrokeorders-2.015.ebuild b/media-fonts/kanjistrokeorders/kanjistrokeorders-2.015.ebuild new file mode 100644 index 000000000000..820966ea7cf0 --- /dev/null +++ b/media-fonts/kanjistrokeorders/kanjistrokeorders-2.015.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +inherit font + +MY_P="KanjiStrokeOrders_v${PV}" +DESCRIPTION="font to view stroke order diagrams for Kanji, Kana and etc" +HOMEPAGE="http://sites.google.com/site/nihilistorguk/" +SRC_URI="http://sites.google.com/site/nihilistorguk/Home/${MY_P}.zip" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +# Only installs fonts +RESTRICT="strip binchecks" + +S="${WORKDIR}" +FONT_S="${S}" + +FONT_SUFFIX="ttf" +DOCS="readme_en_v${PV}.txt" diff --git a/media-fonts/kanjistrokeorders/kanjistrokeorders-2.016.ebuild b/media-fonts/kanjistrokeorders/kanjistrokeorders-2.016.ebuild new file mode 100644 index 000000000000..b678dbd8dc04 --- /dev/null +++ b/media-fonts/kanjistrokeorders/kanjistrokeorders-2.016.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +inherit font + +MY_P="KanjiStrokeOrders_v${PV}" +DESCRIPTION="font to view stroke order diagrams for Kanji, Kana and etc" +HOMEPAGE="http://sites.google.com/site/nihilistorguk/" +SRC_URI="http://sites.google.com/site/nihilistorguk/Home/${MY_P}.zip" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +# Only installs fonts +RESTRICT="strip binchecks" + +DEPEND="app-arch/unzip" +RDEPEND="" + +S="${WORKDIR}" +FONT_S="${S}" + +FONT_SUFFIX="ttf" +DOCS="readme_en_v${PV}.txt" diff --git a/media-fonts/kanjistrokeorders/metadata.xml b/media-fonts/kanjistrokeorders/metadata.xml new file mode 100644 index 000000000000..89a87a77fa9c --- /dev/null +++ b/media-fonts/kanjistrokeorders/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> |