-DIST xcolor211.zip 745959 BLAKE2B 3eb312f4e06f96511e16828a38746a306d3f1132fbf93eab028b50787db215c054ddb8cb03a93dce48d4f0de330934ccfad4a70feb5f1357fec9f510dc35d7b2 SHA512 bd504ad3ffce1e9c53dd8588e19568f673f92100a3aded5278ed6893525cc68e505eacce99b563bd94e8844ba6d3bc443c529a2d46505897daa6d30b6d61f430
DIST xcolor212.zip 769972 BLAKE2B 4d8b1dbf123fae07e6ecfdd90150d82b4932e64941598774d8bad4b009db15491d831bdaa03266a925724bac2d22bd28adf7e936f991d4d0d90a14de4ec81722 SHA512 66255b29aa7d2eb11239fa9ce1a12e2b9397028d84b1503fb5bbf06276b597263224eccd064f1e87f7bdb2e96b0ae2d564bb7cb99b92907ccfc2468492a3479e
+++ /dev/null
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-inherit latex-package
-
-DESCRIPTION="xcolor -- 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 hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~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
- )
- app-arch/unzip"
-
-S="${WORKDIR}/${PN}"
-
-TEXMF="/usr/share/texmf-site"
-
-src_install() {
- export VARTEXFONTS="${T}/fonts"
-
- latex-package_src_install || die
-
- dodoc README ChangeLog
-}