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/sil-abyssinica | |
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/sil-abyssinica')
-rw-r--r-- | media-fonts/sil-abyssinica/Manifest | 2 | ||||
-rw-r--r-- | media-fonts/sil-abyssinica/metadata.xml | 21 | ||||
-rw-r--r-- | media-fonts/sil-abyssinica/sil-abyssinica-1.0.ebuild | 25 | ||||
-rw-r--r-- | media-fonts/sil-abyssinica/sil-abyssinica-1.200.ebuild | 32 |
4 files changed, 80 insertions, 0 deletions
diff --git a/media-fonts/sil-abyssinica/Manifest b/media-fonts/sil-abyssinica/Manifest new file mode 100644 index 000000000000..b0a2fe9eed1f --- /dev/null +++ b/media-fonts/sil-abyssinica/Manifest @@ -0,0 +1,2 @@ +DIST AbyssinicaSIL1.200.zip 1021262 RMD160 966eb1ec49835e41905041c56f64ebb0cf385693 SHA1 4438c0e73dabef733a80132cd99178807cc4a073 SHA256 f0c0960b4ff8ec78d1547d04e2fb94d77069f500225db356a6ac8b27e03e2350 +DIST ttf-sil-abyssinica-1.0.tgz 730808 RMD160 e4b96d71aeff0a06ecfc1adfe16c4e502e540824 SHA1 3c8ec4eb3a2b01a49860b3d72d38a871c923d625 SHA256 c8fa9e6886f897c0fef55a8ed05b2a5850680d76369d7d14a15df0e1baaaf079 diff --git a/media-fonts/sil-abyssinica/metadata.xml b/media-fonts/sil-abyssinica/metadata.xml new file mode 100644 index 000000000000..8df0e8873059 --- /dev/null +++ b/media-fonts/sil-abyssinica/metadata.xml @@ -0,0 +1,21 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>fonts</herd> + <longdescription lang="en"> + The Ethiopic script is used for writing many of the languages of + Ethiopia and Eritrea. Ethiopic (U+1200..U+137F) was added to + Unicode 3.0. Ethiopic Supplement (U+1380..U+139F) and Ethiopic + Extended (U+2D80..U+2DDF) were added to Unicode 4.1. Abyssinica + SIL supports all Ethiopic characters which are in Unicode + including the Unicode 4.1 extensions. Some languages of Ethiopia + are not yet able to be fully represented in Unicode and, where + necessary, we have included non-Unicode characters in the Private + Use Area (see Private-use (PUA) characters supported by Abyssinica + SIL). + + Abyssinica SIL is based on Ethiopic calligraphic traditions. This + release is a regular typeface, with no bold or italic version + available or planned. + </longdescription> +</pkgmetadata> diff --git a/media-fonts/sil-abyssinica/sil-abyssinica-1.0.ebuild b/media-fonts/sil-abyssinica/sil-abyssinica-1.0.ebuild new file mode 100644 index 000000000000..3176ac1cad37 --- /dev/null +++ b/media-fonts/sil-abyssinica/sil-abyssinica-1.0.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +inherit font + +DESCRIPTION="SIL Opentype Unicode fonts for Ethiopic languages" +HOMEPAGE="http://scripts.sil.org/AbyssinicaSIL" +SRC_URI="mirror://gentoo/ttf-${P}.tgz" + +LICENSE="OFL" +SLOT="0" +KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~ppc-macos ~x86-macos" +IUSE="doc" + +DOCS="OFL-FAQ.txt" +FONT_SUFFIX="ttf" + +FONT_S="${WORKDIR}/ttf-${P}" +S="${FONT_S}" + +src_install() { + font_src_install + use doc && dodoc *.pdf +} diff --git a/media-fonts/sil-abyssinica/sil-abyssinica-1.200.ebuild b/media-fonts/sil-abyssinica/sil-abyssinica-1.200.ebuild new file mode 100644 index 000000000000..da0c21789bf7 --- /dev/null +++ b/media-fonts/sil-abyssinica/sil-abyssinica-1.200.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="4" + +inherit font + +MY_PN="AbyssinicaSIL" + +DESCRIPTION="SIL Opentype Unicode fonts for Ethiopic languages" +HOMEPAGE="http://scripts.sil.org/AbyssinicaSIL" +SRC_URI="mirror://gentoo/${MY_PN}${PV}.zip" + +LICENSE="OFL-1.1" +SLOT="0" +KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~ppc-macos ~x86-macos" +IUSE="doc" + +DEPEND="app-arch/unzip" +RDEPEND="" + +DOCS="FONTLOG.txt OFL-FAQ.txt README.txt" +FONT_SUFFIX="ttf" + +FONT_S="${WORKDIR}/${MY_PN}-${PV}" +S="${FONT_S}" + +src_install() { + font_src_install + use doc && dodoc -r "${S}"/documentation +} |