summaryrefslogtreecommitdiff
path: root/dev-tex/xcolor
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-06-02 21:45:28 +0100
committerV3n3RiX <venerix@redcorelinux.org>2019-06-02 21:45:28 +0100
commit2018227e9344edb9da15fc6a4a8298086cc2aa77 (patch)
treec18e1c09e605e94e2a1e93345ad25746cc9e14b9 /dev-tex/xcolor
parent6f8038813c460b4f0572d5ef595cdfa94af3a94d (diff)
gentoo resync : 02.06.2019
Diffstat (limited to 'dev-tex/xcolor')
-rw-r--r--dev-tex/xcolor/Manifest2
-rw-r--r--dev-tex/xcolor/xcolor-2.11.ebuild36
2 files changed, 0 insertions, 38 deletions
diff --git a/dev-tex/xcolor/Manifest b/dev-tex/xcolor/Manifest
index 561342855f00..8421e4aeab81 100644
--- a/dev-tex/xcolor/Manifest
+++ b/dev-tex/xcolor/Manifest
@@ -1,5 +1,3 @@
-DIST xcolor211.zip 745959 BLAKE2B 3eb312f4e06f96511e16828a38746a306d3f1132fbf93eab028b50787db215c054ddb8cb03a93dce48d4f0de330934ccfad4a70feb5f1357fec9f510dc35d7b2 SHA512 bd504ad3ffce1e9c53dd8588e19568f673f92100a3aded5278ed6893525cc68e505eacce99b563bd94e8844ba6d3bc443c529a2d46505897daa6d30b6d61f430
DIST xcolor212.zip 769972 BLAKE2B 4d8b1dbf123fae07e6ecfdd90150d82b4932e64941598774d8bad4b009db15491d831bdaa03266a925724bac2d22bd28adf7e936f991d4d0d90a14de4ec81722 SHA512 66255b29aa7d2eb11239fa9ce1a12e2b9397028d84b1503fb5bbf06276b597263224eccd064f1e87f7bdb2e96b0ae2d564bb7cb99b92907ccfc2468492a3479e
-EBUILD xcolor-2.11.ebuild 858 BLAKE2B 21a321baca910d0921b50bf6bc9452984a5d740c6649908a864bdac04d81eae4658a7204e370fa2e129c6dbe79717a8369b9f2d5e4c32f8a73dbfeb4d4a819d4 SHA512 b6d97fec226e15b68c81197d92b2580fcd9da45443afaaad0411a29fb5f3d98a80378365f82e6243b068d5172390fe2dfce9e723892f0968c1a941a3634573c7
EBUILD xcolor-2.12.ebuild 863 BLAKE2B ab751b55b4184f46d469ac76ab50bc8de142b86770eca5f4f06c3ec8f056263ada0d7dfc3d476d91d4c810bdc6364cf6466782eee5f7671489099e4446b905a6 SHA512 52dca55a50799ec384cda8e619659ffcfa5e149fe755a671bed077af470bd41dd6963138c6bca8d72268589ca91e43d10e4387a95cc072297fca332a21aaa4c5
MISC metadata.xml 245 BLAKE2B ee3a163cfe0a4bc59c0dfb46f9ddb580e2d259b4d0e33cb4e684eb9e6d4b901bf97c6edd891f3b75a613a782f1b89318d0ee3ec9bee4e34c4441d9e8f4267678 SHA512 1653777623e2c15e1ce13229e396723b2cc9c214983e0f8592de98c01a31badc6c38c6735ed44f937d145883b43fb6f049af3eddb9ff96b18c96ccf8f67dd690
diff --git a/dev-tex/xcolor/xcolor-2.11.ebuild b/dev-tex/xcolor/xcolor-2.11.ebuild
deleted file mode 100644
index 6f7dcf0def51..000000000000
--- a/dev-tex/xcolor/xcolor-2.11.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# 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
-}