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 /dev-tex/pscyr
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 'dev-tex/pscyr')
-rw-r--r--dev-tex/pscyr/Manifest2
-rw-r--r--dev-tex/pscyr/files/90pscyr.cfg2
-rw-r--r--dev-tex/pscyr/metadata.xml9
-rw-r--r--dev-tex/pscyr/pscyr-0.4d_beta9.ebuild44
4 files changed, 57 insertions, 0 deletions
diff --git a/dev-tex/pscyr/Manifest b/dev-tex/pscyr/Manifest
new file mode 100644
index 000000000000..e8c99ba50eb0
--- /dev/null
+++ b/dev-tex/pscyr/Manifest
@@ -0,0 +1,2 @@
+DIST PSCyr-0.4-beta9-tex.tar.gz 535507 SHA256 d55fcbb113b5b5bad566f2d25b2249ef8e8be3fe77936a15359f650f8b9411c1 SHA512 2cd1c99b4a85e72cda7824869036374436b82fe787eaa2307263e64237ad5955b22279c33c436e4b1d4c0d065751984f57bbbb91422f1055b1bdff6581631429 WHIRLPOOL 48a109f38d667b7fc81047ad093cb033fc6f9b66febc8d2d0d7dc3ab66eee3c9e64f414794ece3b93b547b181a1c903ce33bb7159c18197c2e26a6de6f48177b
+DIST PSCyr-0.4-beta9-type1.tar.gz 2041127 SHA256 dae8bbd0b8782e0ab7bdd2d55238d9b97a6657452e4136109f7a49b10a34c7f0 SHA512 b648a60a768f14102e30dcc6d628d1a0f3cf1e2351d973621d3468c2bdf502726f12089cf0ac2d129ca6fbd694b78a48f184ce02e19d4d5641adebfea2e382f2 WHIRLPOOL e12c90fd1d905092c063fa2e5dbc32cda34e884bb8676e4bbadb1aa20da8aa25d3e2ebbe1340844ad927d4fcebe76458774a578d431ebbf46ee95b6fdf21e117
diff --git a/dev-tex/pscyr/files/90pscyr.cfg b/dev-tex/pscyr/files/90pscyr.cfg
new file mode 100644
index 000000000000..8a721064fad5
--- /dev/null
+++ b/dev-tex/pscyr/files/90pscyr.cfg
@@ -0,0 +1,2 @@
+# PSCyr fonts
+Map pscyr.map
diff --git a/dev-tex/pscyr/metadata.xml b/dev-tex/pscyr/metadata.xml
new file mode 100644
index 000000000000..940b48761f8d
--- /dev/null
+++ b/dev-tex/pscyr/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>tex</herd>
+ <maintainer>
+ <email>alexxy@gentoo.org</email>
+ <name>Alexey Shvetsov</name>
+ </maintainer>
+</pkgmetadata>
diff --git a/dev-tex/pscyr/pscyr-0.4d_beta9.ebuild b/dev-tex/pscyr/pscyr-0.4d_beta9.ebuild
new file mode 100644
index 000000000000..fa93bdf32ffe
--- /dev/null
+++ b/dev-tex/pscyr/pscyr-0.4d_beta9.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=4
+
+inherit latex-package
+
+DESCRIPTION="Type1 cyrillic fonts collection"
+HOMEPAGE="ftp://scon155.phys.msu.su/pub/russian/psfonts/"
+SRC_URI="ftp://scon155.phys.msu.su/pub/russian/psfonts/0.4d-beta/PSCyr-0.4-beta9-tex.tar.gz
+ ftp://scon155.phys.msu.su/pub/russian/psfonts/0.4d-beta/PSCyr-0.4-beta9-type1.tar.gz"
+LICENSE="LPPL-1.2"
+
+SLOT="0"
+IUSE=""
+KEYWORDS="~amd64 ~x86"
+
+SUPPLIER="public"
+
+S="${WORKDIR}/PSCyr"
+
+src_install() {
+
+ for each in dvips/pscyr tex/latex/pscyr fonts/tfm/public/pscyr \
+ fonts/vf/public/pscyr fonts/type1/public/pscyr fonts/afm/public/pscyr; do
+ cd "${S}"
+ cd "$each"
+ latex-package_src_install
+ done
+ cd "${S}"
+ insinto "${TEXMF}/fonts/map/dvips/pscyr"
+ doins dvips/pscyr/pscyr.map || die "doins $i failed"
+
+ for each in dvips/pscyr/*.enc; do
+ insinto "${TEXMF}/fonts/enc/dvips/pscyr"
+ doins "$each" || die "doins $i failed"
+ done
+
+ insinto /etc/texmf/updmap.d
+ doins "${FILESDIR}/90pscyr.cfg"
+
+ dodoc doc/README.* doc/PROBLEMS ChangeLog
+}