diff options
author | Alexis Ballier <aballier@gentoo.org> | 2013-06-28 16:15:06 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2013-06-28 16:15:06 +0000 |
commit | c6cc1ef380fd03226e0a9b278e3c7dd6d7d7a5ea (patch) | |
tree | 3e75c6993e81293db86a929d67eb5055894fd281 /dev-texlive | |
parent | Bump to TeX Live 2013. (diff) | |
download | gentoo-2-c6cc1ef380fd03226e0a9b278e3c7dd6d7d7a5ea.tar.gz gentoo-2-c6cc1ef380fd03226e0a9b278e3c7dd6d7d7a5ea.tar.bz2 gentoo-2-c6cc1ef380fd03226e0a9b278e3c7dd6d7d7a5ea.zip |
Bump to TeX Live 2013.
(Portage version: 2.2.0_alpha185/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Diffstat (limited to 'dev-texlive')
-rw-r--r-- | dev-texlive/texlive-genericextra/ChangeLog | 8 | ||||
-rw-r--r-- | dev-texlive/texlive-genericextra/texlive-genericextra-2013.ebuild | 20 |
2 files changed, 27 insertions, 1 deletions
diff --git a/dev-texlive/texlive-genericextra/ChangeLog b/dev-texlive/texlive-genericextra/ChangeLog index b653757fe40d..0d89a2ba11c4 100644 --- a/dev-texlive/texlive-genericextra/ChangeLog +++ b/dev-texlive/texlive-genericextra/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-texlive/texlive-genericextra # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-genericextra/ChangeLog,v 1.65 2013/04/25 21:27:28 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-genericextra/ChangeLog,v 1.66 2013/06/28 16:15:06 aballier Exp $ + +*texlive-genericextra-2013 (28 Jun 2013) + + 28 Jun 2013; Alexis Ballier <aballier@gentoo.org> + +texlive-genericextra-2013.ebuild: + Bump to TeX Live 2013. 25 Apr 2013; Agostino Sarubbo <ago@gentoo.org> texlive-genericextra-2012.ebuild: diff --git a/dev-texlive/texlive-genericextra/texlive-genericextra-2013.ebuild b/dev-texlive/texlive-genericextra/texlive-genericextra-2013.ebuild new file mode 100644 index 000000000000..5ac9ed6adbb6 --- /dev/null +++ b/dev-texlive/texlive-genericextra/texlive-genericextra-2013.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-genericextra/texlive-genericextra-2013.ebuild,v 1.1 2013/06/28 16:15:06 aballier Exp $ + +EAPI="5" + +TEXLIVE_MODULE_CONTENTS="abbr abstyles barr bitelist borceux c-pascal catcodes chronosys colorsep dinat dirtree dowith eijkhout encxvlna epigram fenixpar fltpoint fntproof gates ifetex iftex insbox langcode lecturer librarian mathdots metatex midnight navigator ofs pdf-trans plainpkg schemata shade systeme tabto-generic texapi upca xlop yax collection-genericextra +" +TEXLIVE_MODULE_DOC_CONTENTS="abbr.doc abstyles.doc barr.doc bitelist.doc borceux.doc c-pascal.doc catcodes.doc chronosys.doc dinat.doc dirtree.doc dowith.doc encxvlna.doc fenixpar.doc fltpoint.doc fntproof.doc gates.doc ifetex.doc iftex.doc insbox.doc langcode.doc lecturer.doc librarian.doc mathdots.doc metatex.doc midnight.doc navigator.doc ofs.doc pdf-trans.doc plainpkg.doc schemata.doc shade.doc systeme.doc texapi.doc upca.doc xlop.doc yax.doc " +TEXLIVE_MODULE_SRC_CONTENTS="bitelist.source catcodes.source dirtree.source dowith.source fltpoint.source ifetex.source langcode.source mathdots.source plainpkg.source schemata.source xlop.source " +inherit texlive-module +DESCRIPTION="TeXLive Generic additional packages" + +LICENSE=" GPL-1 GPL-2 LPPL-1.3 public-domain TeX TeX-other-free " +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-2013 +" +RDEPEND="${DEPEND} " |