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/paratype
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/paratype')
-rw-r--r--media-fonts/paratype/Manifest3
-rw-r--r--media-fonts/paratype/metadata.xml5
-rw-r--r--media-fonts/paratype/paratype-2.5.ebuild25
3 files changed, 33 insertions, 0 deletions
diff --git a/media-fonts/paratype/Manifest b/media-fonts/paratype/Manifest
new file mode 100644
index 000000000000..ba8dd1daedc7
--- /dev/null
+++ b/media-fonts/paratype/Manifest
@@ -0,0 +1,3 @@
+DIST paratype-2.5_Mono.zip 179606 SHA256 e34e729f9509cf85acc52caadf68e96db90457b7164ba45719967d53e7a20dcc SHA512 1ef322b42c423925f70a8863c7fbd0da80ffe103fef452e567f49bcd805a545d802de8b23e0263270ff6966b3dfd84d63db044eecb6f9cfdef5fc28f421fec02 WHIRLPOOL 435af99641b0c644a0ec8cd7e371f189e97ebf6c29072f56cd1467df8d7917a8a26b4f07c1fa40daf356cf26e8e5b589fcba153875242db5a9d4e3f415609a5b
+DIST paratype-2.5_Sans.zip 1563419 SHA256 57448741b709c5f022127134ffd49506e3925242bd06f73a039e070765d1d637 SHA512 6cd6fe48fbc4dbebfd2b094f0f46473608c82bd8007d2306c1b84826e3448e61ea8cf475e850beb98f87814e4d3d6c14cd44d9c1ee053a5c52755518d07c359c WHIRLPOOL b29f2394469f8de5a98be47339e1b0d22aef04aef66c70d0946d7961848a51742b66a4b4e9f41f6910252ef908d13730cadaafad6163fe464b203154e177dbfb
+DIST paratype-2.5_Serif.zip 950474 SHA256 e7a2a27ed0481d20973f0d3b589362d055269082e3fc4d96f81dacd58bad8dcc SHA512 177ed7adaeff2bb306d9910f761411a25f69abbe379a2e2a957e8dc60d152bae8e0cd70d4b94205565a921af7078673f972bb68cd067cea952a2a001184cc2de WHIRLPOOL 5d5f9ab8d6592dfe3446831f84fc0c422c9f2725bb6232849959cc15195031e36e7ed2276b1d12e6eecfa635d84c3a0963c7a54b45a97f98bc9377f0f552f921
diff --git a/media-fonts/paratype/metadata.xml b/media-fonts/paratype/metadata.xml
new file mode 100644
index 000000000000..696065edd338
--- /dev/null
+++ b/media-fonts/paratype/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>fonts</herd>
+</pkgmetadata>
diff --git a/media-fonts/paratype/paratype-2.5.ebuild b/media-fonts/paratype/paratype-2.5.ebuild
new file mode 100644
index 000000000000..011cc25b8df2
--- /dev/null
+++ b/media-fonts/paratype/paratype-2.5.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit font
+
+DESCRIPTION="ParaType font collection for languages of Russia"
+HOMEPAGE="http://www.paratype.com/public/"
+SRC_URI="http://www.paratype.ru/uni/public/PTSansOFL.zip -> ${P}_Sans.zip
+ http://www.paratype.ru/uni/public/PTSerifOFL.zip -> ${P}_Serif.zip
+ http://www.paratype.ru/uni/public/PTMonoOFL.zip -> ${P}_Mono.zip"
+
+LICENSE="OFL-1.1"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="X"
+
+DEPEND="app-arch/unzip"
+RDEPEND=""
+
+S=${WORKDIR}
+FONT_S=${WORKDIR}
+FONT_SUFFIX="ttf"