summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2014-11-04 10:46:38 +0000
committerAlexis Ballier <aballier@gentoo.org>2014-11-04 10:46:38 +0000
commitd8d15d20a77c874a81346b0e5d55ef6a9760684e (patch)
tree68eea3d3f18d4e629d226e987872fd3275f0c8e9 /dev-texlive
parentremove texlive 2011 (diff)
downloadgentoo-2-d8d15d20a77c874a81346b0e5d55ef6a9760684e.tar.gz
gentoo-2-d8d15d20a77c874a81346b0e5d55ef6a9760684e.tar.bz2
gentoo-2-d8d15d20a77c874a81346b0e5d55ef6a9760684e.zip
remove texlive 2011
Signed-off-by: aballier@gentoo.org (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Diffstat (limited to 'dev-texlive')
-rw-r--r--dev-texlive/texlive-xetex/ChangeLog5
-rw-r--r--dev-texlive/texlive-xetex/texlive-xetex-2011.ebuild41
2 files changed, 4 insertions, 42 deletions
diff --git a/dev-texlive/texlive-xetex/ChangeLog b/dev-texlive/texlive-xetex/ChangeLog
index d7288774edd5..44dc50424620 100644
--- a/dev-texlive/texlive-xetex/ChangeLog
+++ b/dev-texlive/texlive-xetex/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-texlive/texlive-xetex
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-xetex/ChangeLog,v 1.73 2014/11/03 07:01:11 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-xetex/ChangeLog,v 1.74 2014/11/04 10:46:38 aballier Exp $
+
+ 04 Nov 2014; Alexis Ballier <aballier@gentoo.org> -texlive-xetex-2011.ebuild:
+ remove texlive 2011
*texlive-xetex-2014 (03 Nov 2014)
diff --git a/dev-texlive/texlive-xetex/texlive-xetex-2011.ebuild b/dev-texlive/texlive-xetex/texlive-xetex-2011.ebuild
deleted file mode 100644
index 21147da2fdcc..000000000000
--- a/dev-texlive/texlive-xetex/texlive-xetex-2011.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-xetex/texlive-xetex-2011.ebuild,v 1.10 2012/05/09 17:23:03 aballier Exp $
-
-EAPI="3"
-
-TEXLIVE_MODULE_CONTENTS="arabxetex euenc fixlatvian fontwrap mathspec philokalia polyglossia unisugar xecjk xecolour xecyr xeindex xepersian xesearch xetex xetex-def xetex-itrans xetex-pstricks xetexconfig xetexfontinfo xltxtra xunicode collection-xetex
-"
-TEXLIVE_MODULE_DOC_CONTENTS="arabxetex.doc euenc.doc fixlatvian.doc fontwrap.doc mathspec.doc philokalia.doc polyglossia.doc unisugar.doc xecjk.doc xecolour.doc xecyr.doc xeindex.doc xepersian.doc xesearch.doc xetex.doc xetex-itrans.doc xetex-pstricks.doc xetexfontinfo.doc xltxtra.doc xunicode.doc "
-TEXLIVE_MODULE_SRC_CONTENTS="arabxetex.source euenc.source fixlatvian.source philokalia.source polyglossia.source xecjk.source xepersian.source xltxtra.source "
-inherit font texlive-module
-DESCRIPTION="TeXLive XeTeX packages"
-
-LICENSE="GPL-2 Apache-2.0 GPL-1 LPPL-1.3 OFL public-domain "
-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=""
-DEPEND=">=dev-texlive/texlive-basic-2011
-!=app-text/texlive-core-2007*
->=dev-texlive/texlive-latexextra-2010
->=app-text/texlive-core-2010[xetex]
->=dev-texlive/texlive-genericrecommended-2010
->=dev-texlive/texlive-mathextra-2010
-"
-RDEPEND="${DEPEND} "
-FONT_CONF=( "${FILESDIR}"/09-texlive.conf )
-
-src_install() {
- texlive-module_src_install
- font_fontconfig
-}
-
-pkg_postinst() {
- texlive-module_pkg_postinst
- font_pkg_postinst
-}
-
-pkg_postrm() {
- texlive-module_pkg_postrm
- font_pkg_postrm
-}