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-arabicfonts | |
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-arabicfonts')
-rw-r--r-- | media-fonts/sil-arabicfonts/Manifest | 2 | ||||
-rw-r--r-- | media-fonts/sil-arabicfonts/metadata.xml | 23 | ||||
-rw-r--r-- | media-fonts/sil-arabicfonts/sil-arabicfonts-1.005.ebuild | 25 |
3 files changed, 50 insertions, 0 deletions
diff --git a/media-fonts/sil-arabicfonts/Manifest b/media-fonts/sil-arabicfonts/Manifest new file mode 100644 index 000000000000..9f952ee859b6 --- /dev/null +++ b/media-fonts/sil-arabicfonts/Manifest @@ -0,0 +1,2 @@ +DIST LateefRegOT_1.001.zip 121996 RMD160 c6ba409f4564c36038e65549e24990c896484482 SHA1 376e9c645a43e9e11093f4e2558f871fbad08d14 SHA256 ca3f84555007975d69c18f3d958f6a1a1c79c5b550c13d168d600e07efac1c09 +DIST ScheherazadeRegOT-1.005.zip 125091 RMD160 731313d9b80895067477cad72e2a3494380f95a5 SHA1 f3f42177ce4393b1403c1d40840880752e7b7415 SHA256 5d621578fb946473492c3bd1f1a59fe55080dd7949e3bf28af01fa4fe2859e8b diff --git a/media-fonts/sil-arabicfonts/metadata.xml b/media-fonts/sil-arabicfonts/metadata.xml new file mode 100644 index 000000000000..a2a8c2d020d3 --- /dev/null +++ b/media-fonts/sil-arabicfonts/metadata.xml @@ -0,0 +1,23 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>fonts</herd> + <longdescription lang="en"> + Scheherazade and Lateef are extended Arabic script fonts designed + by SIL International for modern Unicode-based systems using either + OpenType or AAT (Apple Advanced Typography) for complex-script + rendering. They support virtually all of the Unicode 4.1 Arabic + character repertoire (excluding the Arabic Presentation Forms + blocks, which are not recommended for normal use). Each typeface + is currently available in Regular weight only. + + Scheherazade, named after the heroine of the classic Arabian + Nights tale, is designed in a similar style to traditional + typefaces such as Monotype Naskh, extended to cover the full + Unicode Arabic repertoire. + + Lateef is named after Shah Abdul Lateef Bhitai, the famous Sindhi + mystic and poet. It is intended to be an appropriate style for use + in Sindhi and other languages of the South Asian region. + </longdescription> +</pkgmetadata> diff --git a/media-fonts/sil-arabicfonts/sil-arabicfonts-1.005.ebuild b/media-fonts/sil-arabicfonts/sil-arabicfonts-1.005.ebuild new file mode 100644 index 000000000000..c43dd0dbcc42 --- /dev/null +++ b/media-fonts/sil-arabicfonts/sil-arabicfonts-1.005.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="4" + +inherit font + +DESCRIPTION="SIL Opentype Unicode fonts for Arabic Languages" +HOMEPAGE="http://scripts.sil.org/ArabicFonts" +SRC_URI="mirror://gentoo/ScheherazadeRegOT-1.005.zip + mirror://gentoo/LateefRegOT_1.001.zip" + +LICENSE="OFL-1.1" +SLOT="0" +KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86 ~x86-fbsd" + +DEPEND="app-arch/unzip" +RDEPEND="" +IUSE="" + +DOCS="FONTLOG.txt OFL-FAQ.txt" +FONT_SUFFIX="ttf" +S="${WORKDIR}" +FONT_S="${S}" |