diff options
author | Alexis Ballier <aballier@gentoo.org> | 2010-01-11 03:26:53 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2010-01-11 03:26:53 +0000 |
commit | 492d5516e4f3fd2f1f682d275fd338606a6d8178 (patch) | |
tree | dbe9090cf8c2b3dfe2a504d729502d07a056e0ff /dev-texlive/texlive-langpolish | |
parent | Bump to TeX Live 2009 (diff) | |
download | gentoo-2-492d5516e4f3fd2f1f682d275fd338606a6d8178.tar.gz gentoo-2-492d5516e4f3fd2f1f682d275fd338606a6d8178.tar.bz2 gentoo-2-492d5516e4f3fd2f1f682d275fd338606a6d8178.zip |
Bump to TeX Live 2009
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Diffstat (limited to 'dev-texlive/texlive-langpolish')
-rw-r--r-- | dev-texlive/texlive-langpolish/ChangeLog | 10 | ||||
-rw-r--r-- | dev-texlive/texlive-langpolish/metadata.xml | 2 | ||||
-rw-r--r-- | dev-texlive/texlive-langpolish/texlive-langpolish-2009.ebuild | 19 |
3 files changed, 28 insertions, 3 deletions
diff --git a/dev-texlive/texlive-langpolish/ChangeLog b/dev-texlive/texlive-langpolish/ChangeLog index f7321cdb9df2..952a79b826fd 100644 --- a/dev-texlive/texlive-langpolish/ChangeLog +++ b/dev-texlive/texlive-langpolish/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-texlive/texlive-langpolish -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-langpolish/ChangeLog,v 1.28 2009/06/10 14:15:45 alexxy Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-langpolish/ChangeLog,v 1.29 2010/01/11 03:26:53 aballier Exp $ + +*texlive-langpolish-2009 (11 Jan 2010) + + 11 Jan 2010; Alexis Ballier <aballier@gentoo.org> + +texlive-langpolish-2009.ebuild, metadata.xml: + Bump to TeX Live 2009 10 Jun 2009; Alexey Shvetsov <alexxy@gentoo.org> texlive-langpolish-2008.ebuild: diff --git a/dev-texlive/texlive-langpolish/metadata.xml b/dev-texlive/texlive-langpolish/metadata.xml index 7d7b74d5dd13..b469c175469e 100644 --- a/dev-texlive/texlive-langpolish/metadata.xml +++ b/dev-texlive/texlive-langpolish/metadata.xml @@ -7,6 +7,6 @@ <name>Alexis Ballier</name> </maintainer> <longdescription lang="en"> -Pick this if you want Polish fonts and other packages +Support for typesetting Polish. </longdescription> </pkgmetadata> diff --git a/dev-texlive/texlive-langpolish/texlive-langpolish-2009.ebuild b/dev-texlive/texlive-langpolish/texlive-langpolish-2009.ebuild new file mode 100644 index 000000000000..75171b931c44 --- /dev/null +++ b/dev-texlive/texlive-langpolish/texlive-langpolish-2009.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-langpolish/texlive-langpolish-2009.ebuild,v 1.1 2010/01/11 03:26:53 aballier Exp $ + +TEXLIVE_MODULE_CONTENTS="cc-pl gustlib gustprog mex mwcls pl polski qpxqtx tap utf8mex hyphen-polish collection-langpolish +" +TEXLIVE_MODULE_DOC_CONTENTS="cc-pl.doc gustlib.doc gustprog.doc mex.doc mwcls.doc pl.doc polski.doc qpxqtx.doc tap.doc utf8mex.doc " +TEXLIVE_MODULE_SRC_CONTENTS="mex.source mwcls.source polski.source tap.source " +inherit texlive-module +DESCRIPTION="TeXLive Polish" + +LICENSE="GPL-2 LPPL-1.3 public-domain TeX " +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" +IUSE="" +DEPEND=">=dev-texlive/texlive-latex-2009 +>=dev-texlive/texlive-basic-2009 +" +RDEPEND="${DEPEND} " |