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: Wed, 30 May 2012 07:47:28 +0000 (UTC) [thread overview]
Message-ID: <1338363952.26dfa7f3588cb0e9922f72c3141d5d9a13810b87.alexxy@gentoo> (raw)
commit: 26dfa7f3588cb0e9922f72c3141d5d9a13810b87
Author: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
AuthorDate: Wed May 30 07:45:52 2012 +0000
Commit: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
CommitDate: Wed May 30 07:45:52 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=dev/alexxy.git;a=commit;h=26dfa7f3
[dev-tex/pscyr] Moved to tree
Signed-off-by: Alexey Shvetsov <alexxy <AT> gentoo.org>
---
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, 0 insertions(+), 66 deletions(-)
diff --git a/dev-tex/pscyr/Manifest b/dev-tex/pscyr/Manifest
deleted file mode 100644
index e8c99ba..0000000
--- a/dev-tex/pscyr/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-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
deleted file mode 100644
index 8a72106..0000000
--- a/dev-tex/pscyr/files/90pscyr.cfg
+++ /dev/null
@@ -1,2 +0,0 @@
-# PSCyr fonts
-Map pscyr.map
diff --git a/dev-tex/pscyr/metadata.xml b/dev-tex/pscyr/metadata.xml
deleted file mode 100644
index 247f458..0000000
--- a/dev-tex/pscyr/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?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
deleted file mode 100644
index c90a43c..0000000
--- a/dev-tex/pscyr/pscyr-0.4d_beta9.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# 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
-}
next reply other threads:[~2012-05-30 7:47 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-05-30 7:47 Alexey Shvetsov [this message]
-- strict thread matches above, loose matches on Subject: below --
2012-05-17 18:54 [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=1338363952.26dfa7f3588cb0e9922f72c3141d5d9a13810b87.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