diff options
author | Alexis Ballier <aballier@gentoo.org> | 2015-07-16 09:19:03 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2015-07-16 09:19:03 +0000 |
commit | 2808498564f7caec56d3557141a2fa13c3364b0f (patch) | |
tree | eede4a3691521528d881eb642dab33544121f404 /dev-texlive/texlive-langfrench | |
parent | bump to texlive 2015 (diff) | |
download | gentoo-2-2808498564f7caec56d3557141a2fa13c3364b0f.tar.gz gentoo-2-2808498564f7caec56d3557141a2fa13c3364b0f.tar.bz2 gentoo-2-2808498564f7caec56d3557141a2fa13c3364b0f.zip |
bump to texlive 2015
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Diffstat (limited to 'dev-texlive/texlive-langfrench')
-rw-r--r-- | dev-texlive/texlive-langfrench/ChangeLog | 8 | ||||
-rw-r--r-- | dev-texlive/texlive-langfrench/texlive-langfrench-2015.ebuild | 21 |
2 files changed, 28 insertions, 1 deletions
diff --git a/dev-texlive/texlive-langfrench/ChangeLog b/dev-texlive/texlive-langfrench/ChangeLog index 90e1c2e969ea..1ed4e5f7c941 100644 --- a/dev-texlive/texlive-langfrench/ChangeLog +++ b/dev-texlive/texlive-langfrench/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-texlive/texlive-langfrench # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-langfrench/ChangeLog,v 1.68 2015/07/12 17:51:20 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-langfrench/ChangeLog,v 1.69 2015/07/16 09:19:03 aballier Exp $ + +*texlive-langfrench-2015 (16 Jul 2015) + + 16 Jul 2015; Alexis Ballier <aballier@gentoo.org> + +texlive-langfrench-2015.ebuild: + bump to texlive 2015 12 Jul 2015; Mikle Kolyada <zlogene@gentoo.org> texlive-langfrench-2014.ebuild: diff --git a/dev-texlive/texlive-langfrench/texlive-langfrench-2015.ebuild b/dev-texlive/texlive-langfrench/texlive-langfrench-2015.ebuild new file mode 100644 index 000000000000..b3977d59c475 --- /dev/null +++ b/dev-texlive/texlive-langfrench/texlive-langfrench-2015.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-langfrench/texlive-langfrench-2015.ebuild,v 1.1 2015/07/16 09:19:03 aballier Exp $ + +EAPI="5" + +TEXLIVE_MODULE_CONTENTS="aeguill apprends-latex babel-basque babel-french basque-book basque-date bib-fr bibleref-french booktabs-fr droit-fr epslatex-fr facture frenchle frletter hyphen-basque hyphen-french impatient-fr impnattypo l2tabu-french lshort-french mafr tabvar tdsfrmath texlive-fr translation-array-fr translation-dcolumn-fr translation-natbib-fr translation-tabbing-fr variations collection-langfrench +" +TEXLIVE_MODULE_DOC_CONTENTS="aeguill.doc apprends-latex.doc babel-basque.doc babel-french.doc basque-book.doc basque-date.doc bib-fr.doc bibleref-french.doc booktabs-fr.doc droit-fr.doc epslatex-fr.doc facture.doc frenchle.doc frletter.doc impatient-fr.doc impnattypo.doc l2tabu-french.doc lshort-french.doc mafr.doc tabvar.doc tdsfrmath.doc texlive-fr.doc translation-array-fr.doc translation-dcolumn-fr.doc translation-natbib-fr.doc translation-tabbing-fr.doc variations.doc " +TEXLIVE_MODULE_SRC_CONTENTS="babel-basque.source babel-french.source basque-book.source basque-date.source bibleref-french.source facture.source impnattypo.source tabvar.source tdsfrmath.source " +inherit texlive-module +DESCRIPTION="TeXLive French" + +LICENSE=" GPL-1 GPL-2 LPPL-1.2 LPPL-1.3 public-domain TeX-other-free " +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~s390 ~sh ~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-2015 +!dev-texlive/texlive-documentation-french +" +RDEPEND="${DEPEND} " |