dev-tex/xcolor: Bump to 2.12

Package-Manager: Portage-2.3.3, Repoman-2.3.1
This commit is contained in:
Alexis Ballier
2017-02-08 18:59:03 +01:00
parent 1393c21c9d
commit dbca25f704
2 changed files with 36 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST xcolor211.zip 745959 SHA256 509cc5725339caa2ea5d2fe75cd69e96bb8b95ba2d8c1294ed6915c171c9ab3d SHA512 bd504ad3ffce1e9c53dd8588e19568f673f92100a3aded5278ed6893525cc68e505eacce99b563bd94e8844ba6d3bc443c529a2d46505897daa6d30b6d61f430 WHIRLPOOL 25abb29d034a274f0f970534807ea139fbd452777046166bfa2e0f0ceb5fec6699cac79103503e97db13b4a39c55e46f0114de189d9b5b46840f2a71f64d84e2
DIST xcolor212.zip 769972 SHA256 aca084293bff364d869b83bcfb30f779ab065c479e03b2f1027a022e275a026c SHA512 66255b29aa7d2eb11239fa9ce1a12e2b9397028d84b1503fb5bbf06276b597263224eccd064f1e87f7bdb2e96b0ae2d564bb7cb99b92907ccfc2468492a3479e WHIRLPOOL a9a57943be4dccc1e6ff536b05b5e34fbe79b77714d2c14cfd5c0d27cc172b85a1e8d155230b74056ad288b84482a68bbf1a3706be53fcf6f5f6ebbd8d5d955a

View File

@@ -0,0 +1,35 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
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
}