summaryrefslogtreecommitdiff
path: root/dev-tex/xcolor
diff options
context:
space:
mode:
Diffstat (limited to 'dev-tex/xcolor')
-rw-r--r--dev-tex/xcolor/Manifest3
-rw-r--r--dev-tex/xcolor/metadata.xml8
-rw-r--r--dev-tex/xcolor/xcolor-2.12-r1.ebuild45
3 files changed, 0 insertions, 56 deletions
diff --git a/dev-tex/xcolor/Manifest b/dev-tex/xcolor/Manifest
deleted file mode 100644
index 4c45b0f754be..000000000000
--- a/dev-tex/xcolor/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST xcolor212.zip 769972 BLAKE2B 4d8b1dbf123fae07e6ecfdd90150d82b4932e64941598774d8bad4b009db15491d831bdaa03266a925724bac2d22bd28adf7e936f991d4d0d90a14de4ec81722 SHA512 66255b29aa7d2eb11239fa9ce1a12e2b9397028d84b1503fb5bbf06276b597263224eccd064f1e87f7bdb2e96b0ae2d564bb7cb99b92907ccfc2468492a3479e
-EBUILD xcolor-2.12-r1.ebuild 1030 BLAKE2B 1c45fb32724b604dd53355684ba78af4bcbef34a583ebff9cef3cbc1f83519b7ad5431282f8adf75b82e8b8c8ff6258c9f5f7bc4c06fdde9dc5f3255dba546d4 SHA512 8a3e5d2a9213ac0b029f13a928fcfbd5043d4baf657140a9079fdf588d3e1e5832ba069de2e863eb1bcbbba37aad3e065aeafae408da64716f22a8fe159ae15f
-MISC metadata.xml 245 BLAKE2B ee3a163cfe0a4bc59c0dfb46f9ddb580e2d259b4d0e33cb4e684eb9e6d4b901bf97c6edd891f3b75a613a782f1b89318d0ee3ec9bee4e34c4441d9e8f4267678 SHA512 1653777623e2c15e1ce13229e396723b2cc9c214983e0f8592de98c01a31badc6c38c6735ed44f937d145883b43fb6f049af3eddb9ff96b18c96ccf8f67dd690
diff --git a/dev-tex/xcolor/metadata.xml b/dev-tex/xcolor/metadata.xml
deleted file mode 100644
index 13170c3184d8..000000000000
--- a/dev-tex/xcolor/metadata.xml
+++ /dev/null
@@ -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>
diff --git a/dev-tex/xcolor/xcolor-2.12-r1.ebuild b/dev-tex/xcolor/xcolor-2.12-r1.ebuild
deleted file mode 100644
index c71b621bf3ed..000000000000
--- a/dev-tex/xcolor/xcolor-2.12-r1.ebuild
+++ /dev/null
@@ -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
-}