diff options
author | Alexis Ballier <aballier@gentoo.org> | 2012-07-27 01:41:30 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2012-07-27 01:41:30 +0000 |
commit | fb6608c40e8b9bf106005cf27cb9c4f1ec6ba364 (patch) | |
tree | 0e3b810aeffa1781de626a6667f232c999d25031 /dev-texlive | |
parent | Bump to TeX Live 2012. (diff) | |
download | gentoo-2-fb6608c40e8b9bf106005cf27cb9c4f1ec6ba364.tar.gz gentoo-2-fb6608c40e8b9bf106005cf27cb9c4f1ec6ba364.tar.bz2 gentoo-2-fb6608c40e8b9bf106005cf27cb9c4f1ec6ba364.zip |
Bump to TeX Live 2012.
(Portage version: 2.2.0_alpha120/cvs/Linux x86_64)
Diffstat (limited to 'dev-texlive')
-rw-r--r-- | dev-texlive/texlive-documentation-portuguese/ChangeLog | 8 | ||||
-rw-r--r-- | dev-texlive/texlive-documentation-portuguese/texlive-documentation-portuguese-2012.ebuild | 20 |
2 files changed, 27 insertions, 1 deletions
diff --git a/dev-texlive/texlive-documentation-portuguese/ChangeLog b/dev-texlive/texlive-documentation-portuguese/ChangeLog index 2127b416dede..f6a7bf05efc8 100644 --- a/dev-texlive/texlive-documentation-portuguese/ChangeLog +++ b/dev-texlive/texlive-documentation-portuguese/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-texlive/texlive-documentation-portuguese # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-documentation-portuguese/ChangeLog,v 1.49 2012/05/29 18:07:07 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-documentation-portuguese/ChangeLog,v 1.50 2012/07/27 01:41:30 aballier Exp $ + +*texlive-documentation-portuguese-2012 (27 Jul 2012) + + 27 Jul 2012; Alexis Ballier <aballier@gentoo.org> + +texlive-documentation-portuguese-2012.ebuild: + Bump to TeX Live 2012. 29 May 2012; Alexis Ballier <aballier@gentoo.org> -texlive-documentation-portuguese-2010.ebuild: diff --git a/dev-texlive/texlive-documentation-portuguese/texlive-documentation-portuguese-2012.ebuild b/dev-texlive/texlive-documentation-portuguese/texlive-documentation-portuguese-2012.ebuild new file mode 100644 index 000000000000..1d9cd08084aa --- /dev/null +++ b/dev-texlive/texlive-documentation-portuguese/texlive-documentation-portuguese-2012.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-documentation-portuguese/texlive-documentation-portuguese-2012.ebuild,v 1.1 2012/07/27 01:41:30 aballier Exp $ + +EAPI="4" + +TEXLIVE_MODULE_CONTENTS="beamer-tut-pt cursolatex latexcheat-ptbr lshort-portuguese xypic-tut-pt collection-documentation-portuguese +" +TEXLIVE_MODULE_DOC_CONTENTS="beamer-tut-pt.doc cursolatex.doc latexcheat-ptbr.doc lshort-portuguese.doc xypic-tut-pt.doc " +TEXLIVE_MODULE_SRC_CONTENTS="" +inherit texlive-module +DESCRIPTION="TeXLive Portuguese documentation" + +LICENSE="GPL-2 GPL-1 LPPL-1.3 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-documentation-base-2012 +" +RDEPEND="${DEPEND} " |