diff options
author | Alexis Ballier <aballier@gentoo.org> | 2012-07-27 01:56:43 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2012-07-27 01:56:43 +0000 |
commit | 0514ebb797d8cd1838e3a19cd918689581653fb5 (patch) | |
tree | 5c7237a4e2c3973b0b07e54d7770da080e6dd9d9 /dev-texlive/texlive-humanities | |
parent | Bump to TeX Live 2012. (diff) | |
download | gentoo-2-0514ebb797d8cd1838e3a19cd918689581653fb5.tar.gz gentoo-2-0514ebb797d8cd1838e3a19cd918689581653fb5.tar.bz2 gentoo-2-0514ebb797d8cd1838e3a19cd918689581653fb5.zip |
Bump to TeX Live 2012.
(Portage version: 2.2.0_alpha120/cvs/Linux x86_64)
Diffstat (limited to 'dev-texlive/texlive-humanities')
-rw-r--r-- | dev-texlive/texlive-humanities/ChangeLog | 8 | ||||
-rw-r--r-- | dev-texlive/texlive-humanities/texlive-humanities-2012.ebuild | 21 |
2 files changed, 28 insertions, 1 deletions
diff --git a/dev-texlive/texlive-humanities/ChangeLog b/dev-texlive/texlive-humanities/ChangeLog index 53e2c604627a..b085da5dd34c 100644 --- a/dev-texlive/texlive-humanities/ChangeLog +++ b/dev-texlive/texlive-humanities/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-texlive/texlive-humanities # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-humanities/ChangeLog,v 1.51 2012/06/19 13:56:32 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-humanities/ChangeLog,v 1.52 2012/07/27 01:56:43 aballier Exp $ + +*texlive-humanities-2012 (27 Jul 2012) + + 27 Jul 2012; Alexis Ballier <aballier@gentoo.org> + +texlive-humanities-2012.ebuild: + Bump to TeX Live 2012. 19 Jun 2012; Alexis Ballier <aballier@gentoo.org> -texlive-humanities-2010.ebuild: diff --git a/dev-texlive/texlive-humanities/texlive-humanities-2012.ebuild b/dev-texlive/texlive-humanities/texlive-humanities-2012.ebuild new file mode 100644 index 000000000000..bd1e98d3f49b --- /dev/null +++ b/dev-texlive/texlive-humanities/texlive-humanities-2012.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-humanities/texlive-humanities-2012.ebuild,v 1.1 2012/07/27 01:56:43 aballier Exp $ + +EAPI="4" + +TEXLIVE_MODULE_CONTENTS="alnumsec arydshln bibleref bibleref-lds bibleref-mouth bibleref-parse covington dramatist ecltree edfnotes ednotes gb4e gmverse jura juraabbrev juramisc jurarsp ledmac lexikon lineno linguex liturg parallel parrun plari play poemscol poetrytex qobitree qtree rtklage screenplay sides stage tree-dvips verse xyling collection-humanities +" +TEXLIVE_MODULE_DOC_CONTENTS="alnumsec.doc arydshln.doc bibleref.doc bibleref-lds.doc bibleref-mouth.doc bibleref-parse.doc covington.doc dramatist.doc ecltree.doc edfnotes.doc ednotes.doc gb4e.doc gmverse.doc jura.doc juraabbrev.doc juramisc.doc jurarsp.doc ledmac.doc lexikon.doc lineno.doc linguex.doc liturg.doc parallel.doc parrun.doc plari.doc play.doc poemscol.doc poetrytex.doc qobitree.doc qtree.doc rtklage.doc screenplay.doc sides.doc stage.doc tree-dvips.doc verse.doc xyling.doc " +TEXLIVE_MODULE_SRC_CONTENTS="alnumsec.source arydshln.source bibleref.source bibleref-lds.source bibleref-mouth.source dramatist.source edfnotes.source jura.source juraabbrev.source jurarsp.source ledmac.source lineno.source liturg.source parallel.source parrun.source plari.source play.source poemscol.source poetrytex.source screenplay.source verse.source " +inherit texlive-module +DESCRIPTION="TeXLive Humanities packages" + +LICENSE="GPL-2 GPL-1 LPPL-1.2 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-latex-2012 +!dev-tex/lineno +" +RDEPEND="${DEPEND} " |