dev-tex/xcolor: remove last-rited pkg

Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
This commit is contained in:
Mikle Kolyada
2019-12-01 11:43:32 +03:00
parent 8a358656d8
commit 5286cc0b5d
3 changed files with 0 additions and 54 deletions

View File

@@ -1 +0,0 @@
DIST xcolor212.zip 769972 BLAKE2B 4d8b1dbf123fae07e6ecfdd90150d82b4932e64941598774d8bad4b009db15491d831bdaa03266a925724bac2d22bd28adf7e936f991d4d0d90a14de4ec81722 SHA512 66255b29aa7d2eb11239fa9ce1a12e2b9397028d84b1503fb5bbf06276b597263224eccd064f1e87f7bdb2e96b0ae2d564bb7cb99b92907ccfc2468492a3479e

View File

@@ -1,8 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>tex@gentoo.org</email>
<name>Gentoo TeX Project</name>
</maintainer>
</pkgmetadata>

View File

@@ -1,45 +0,0 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit latex-package
DESCRIPTION="Easy driver-independent access to colors"
HOMEPAGE="http://www.ukern.de/tex/xcolor.html"
SRC_URI="http://www.ukern.de/tex/xcolor/ctan/${P//[.-]/}.zip"
LICENSE="LPPL-1.2"
SLOT="0"
KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
IUSE="doc"
RDEPEND="dev-texlive/texlive-latex"
DEPEND="${RDEPEND}
doc? (
dev-texlive/texlive-pstricks
dev-texlive/texlive-latexextra
)"
BDEPEND="app-arch/unzip"
S="${WORKDIR}/${PN}"
TEXMF="/usr/share/texmf-site"
src_prepare() {
if has_version '>=dev-texlive/texlive-latexrecommended-2019'; then
#sty filename has been changed in tl2019
sed -i -e s#fvrb-ex#fancyvrb-ex# xcolor.dtx || die
fi
default
}
src_install() {
export VARTEXFONTS="${T}/fonts"
latex-package_src_install
dodoc README ChangeLog
}