public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Alexey Shvetsov" <alexxy@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] dev/alexxy:master commit in: dev-tex/pscyr/, dev-tex/pscyr/files/
Date: Thu, 17 May 2012 18:54:18 +0000 (UTC)	[thread overview]
Message-ID: <1337280769.09e1301d29dfe85a5641f519120988757a5cba13.alexxy@gentoo> (raw)

commit:     09e1301d29dfe85a5641f519120988757a5cba13
Author:     Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
AuthorDate: Thu May 17 18:52:49 2012 +0000
Commit:     Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
CommitDate: Thu May 17 18:52:49 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/alexxy.git;a=commit;h=09e1301d

[dev-tex/pscyr] Initial iport from bug #108850

(Portage version: 2.2.0_alpha107/git/Linux x86_64, unsigned Manifest commit)

---
 dev-tex/pscyr/Manifest                |    2 +
 dev-tex/pscyr/files/90pscyr.cfg       |    2 +
 dev-tex/pscyr/metadata.xml            |    8 +++++
 dev-tex/pscyr/pscyr-0.4d_beta9.ebuild |   54 +++++++++++++++++++++++++++++++++
 4 files changed, 66 insertions(+), 0 deletions(-)

diff --git a/dev-tex/pscyr/Manifest b/dev-tex/pscyr/Manifest
new file mode 100644
index 0000000..e8c99ba
--- /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 0000000..8a72106
--- /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 0000000..247f458
--- /dev/null
+++ b/dev-tex/pscyr/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<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 0000000..c90a43c
--- /dev/null
+++ b/dev-tex/pscyr/pscyr-0.4d_beta9.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-tex/aastex/aastex-5.2.ebuild,v 1.9 2006/09/04 01:22:21 kumba Exp $
+
+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="as-is"
+
+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
+}
+
+pkg_postinst() {
+	latex-package_pkg_postinst
+	updmap
+}
+
+pkg_postrm() {
+	latex-package_pkg_postrm
+	updmap
+}



             reply	other threads:[~2012-05-17 18:54 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-05-17 18:54 Alexey Shvetsov [this message]
  -- strict thread matches above, loose matches on Subject: below --
2012-05-30  7:47 [gentoo-commits] dev/alexxy:master commit in: dev-tex/pscyr/, dev-tex/pscyr/files/ Alexey Shvetsov

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1337280769.09e1301d29dfe85a5641f519120988757a5cba13.alexxy@gentoo \
    --to=alexxy@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox