summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2017-02-08 18:59:03 +0100
committerAlexis Ballier <aballier@gentoo.org>2017-02-08 18:59:03 +0100
commitdbca25f70470eb3997f3f6ed9bcbb0ce8d8b114f (patch)
treeeec976d06c8126499502155020e3d799ca7be6f4 /dev-tex
parentdev-tex/pgf: Add pgfsys-luatex.def file from Norbert Preining on the TeX Liv... (diff)
downloadgentoo-dbca25f70470eb3997f3f6ed9bcbb0ce8d8b114f.tar.gz
gentoo-dbca25f70470eb3997f3f6ed9bcbb0ce8d8b114f.tar.bz2
gentoo-dbca25f70470eb3997f3f6ed9bcbb0ce8d8b114f.zip
dev-tex/xcolor: Bump to 2.12
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-tex')
-rw-r--r--dev-tex/xcolor/Manifest1
-rw-r--r--dev-tex/xcolor/xcolor-2.12.ebuild35
2 files changed, 36 insertions, 0 deletions
diff --git a/dev-tex/xcolor/Manifest b/dev-tex/xcolor/Manifest
index 836e109ffcb3..852f93f091eb 100644
--- a/dev-tex/xcolor/Manifest
+++ b/dev-tex/xcolor/Manifest
@@ -1 +1,2 @@
DIST xcolor211.zip 745959 SHA256 509cc5725339caa2ea5d2fe75cd69e96bb8b95ba2d8c1294ed6915c171c9ab3d SHA512 bd504ad3ffce1e9c53dd8588e19568f673f92100a3aded5278ed6893525cc68e505eacce99b563bd94e8844ba6d3bc443c529a2d46505897daa6d30b6d61f430 WHIRLPOOL 25abb29d034a274f0f970534807ea139fbd452777046166bfa2e0f0ceb5fec6699cac79103503e97db13b4a39c55e46f0114de189d9b5b46840f2a71f64d84e2
+DIST xcolor212.zip 769972 SHA256 aca084293bff364d869b83bcfb30f779ab065c479e03b2f1027a022e275a026c SHA512 66255b29aa7d2eb11239fa9ce1a12e2b9397028d84b1503fb5bbf06276b597263224eccd064f1e87f7bdb2e96b0ae2d564bb7cb99b92907ccfc2468492a3479e WHIRLPOOL a9a57943be4dccc1e6ff536b05b5e34fbe79b77714d2c14cfd5c0d27cc172b85a1e8d155230b74056ad288b84482a68bbf1a3706be53fcf6f5f6ebbd8d5d955a
diff --git a/dev-tex/xcolor/xcolor-2.12.ebuild b/dev-tex/xcolor/xcolor-2.12.ebuild
new file mode 100644
index 000000000000..7ef1a07364be
--- /dev/null
+++ b/dev-tex/xcolor/xcolor-2.12.ebuild
@@ -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
+}