summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Bauman <bman@gentoo.org>2019-05-30 21:11:07 -0400
committerAaron Bauman <bman@gentoo.org>2019-05-30 21:24:00 -0400
commit7ee3827356fd524db25546c0f5e4f14d264d7d9e (patch)
tree6a8aa5c16e7ae3dacb4cbd1c6d3f9cab4b6a80ef /dev-tex
parentsys-apps/util-linux: Bump to version 2.34_rc2. Removed old. (diff)
downloadgentoo-7ee3827356fd524db25546c0f5e4f14d264d7d9e.tar.gz
gentoo-7ee3827356fd524db25546c0f5e4f14d264d7d9e.tar.bz2
gentoo-7ee3827356fd524db25546c0f5e4f14d264d7d9e.zip
dev-tex/xcolor: drop old EAPI=0
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'dev-tex')
-rw-r--r--dev-tex/xcolor/Manifest1
-rw-r--r--dev-tex/xcolor/xcolor-2.11.ebuild36
2 files changed, 0 insertions, 37 deletions
diff --git a/dev-tex/xcolor/Manifest b/dev-tex/xcolor/Manifest
index 642c4be2d1f9..2af0515ba01f 100644
--- a/dev-tex/xcolor/Manifest
+++ b/dev-tex/xcolor/Manifest
@@ -1,2 +1 @@
-DIST xcolor211.zip 745959 BLAKE2B 3eb312f4e06f96511e16828a38746a306d3f1132fbf93eab028b50787db215c054ddb8cb03a93dce48d4f0de330934ccfad4a70feb5f1357fec9f510dc35d7b2 SHA512 bd504ad3ffce1e9c53dd8588e19568f673f92100a3aded5278ed6893525cc68e505eacce99b563bd94e8844ba6d3bc443c529a2d46505897daa6d30b6d61f430
DIST xcolor212.zip 769972 BLAKE2B 4d8b1dbf123fae07e6ecfdd90150d82b4932e64941598774d8bad4b009db15491d831bdaa03266a925724bac2d22bd28adf7e936f991d4d0d90a14de4ec81722 SHA512 66255b29aa7d2eb11239fa9ce1a12e2b9397028d84b1503fb5bbf06276b597263224eccd064f1e87f7bdb2e96b0ae2d564bb7cb99b92907ccfc2468492a3479e
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
-}