diff options
-rw-r--r-- | dev-texlive/texlive-bibtexextra/ChangeLog | 10 | ||||
-rw-r--r-- | dev-texlive/texlive-bibtexextra/texlive-bibtexextra-2009.ebuild | 20 |
2 files changed, 28 insertions, 2 deletions
diff --git a/dev-texlive/texlive-bibtexextra/ChangeLog b/dev-texlive/texlive-bibtexextra/ChangeLog index fd5a48f622a9..44d4f0f59ca3 100644 --- a/dev-texlive/texlive-bibtexextra/ChangeLog +++ b/dev-texlive/texlive-bibtexextra/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-texlive/texlive-bibtexextra -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-bibtexextra/ChangeLog,v 1.28 2009/06/10 13:55:04 alexxy Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-bibtexextra/ChangeLog,v 1.29 2010/01/11 03:06:17 aballier Exp $ + +*texlive-bibtexextra-2009 (11 Jan 2010) + + 11 Jan 2010; Alexis Ballier <aballier@gentoo.org> + +texlive-bibtexextra-2009.ebuild: + Bump to TeX Live 2009 10 Jun 2009; Alexey Shvetsov <alexxy@gentoo.org> texlive-bibtexextra-2008.ebuild: diff --git a/dev-texlive/texlive-bibtexextra/texlive-bibtexextra-2009.ebuild b/dev-texlive/texlive-bibtexextra/texlive-bibtexextra-2009.ebuild new file mode 100644 index 000000000000..d1e73e10f32c --- /dev/null +++ b/dev-texlive/texlive-bibtexextra/texlive-bibtexextra-2009.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-bibtexextra/texlive-bibtexextra-2009.ebuild,v 1.1 2010/01/11 03:06:17 aballier Exp $ + +TEXLIVE_MODULE_CONTENTS="aichej amsrefs apacite apalike2 beebe bibarts bibexport bibhtml biblist bibtopic bibtopicprefix bibunits cell chicago chicago-annote chembst collref compactbib custom-bib din1505 dk-bib doipubmed elsevier-bib fbs figbib footbib harvard harvmac ijqc inlinebib iopart-num jneurosci jurabib listbib margbib multibib munich notes2bib perception pnas2009 rsc sort-by-letters splitbib urlbst collection-bibtexextra +" +TEXLIVE_MODULE_DOC_CONTENTS="amsrefs.doc apacite.doc bibarts.doc bibexport.doc bibhtml.doc biblist.doc bibtopic.doc bibtopicprefix.doc bibunits.doc cell.doc chicago-annote.doc chembst.doc collref.doc custom-bib.doc din1505.doc dk-bib.doc doipubmed.doc elsevier-bib.doc figbib.doc footbib.doc harvard.doc harvmac.doc ijqc.doc inlinebib.doc iopart-num.doc jneurosci.doc jurabib.doc listbib.doc margbib.doc multibib.doc munich.doc notes2bib.doc perception.doc rsc.doc sort-by-letters.doc splitbib.doc urlbst.doc " +TEXLIVE_MODULE_SRC_CONTENTS="amsrefs.source apacite.source bibarts.source bibexport.source biblist.source bibtopic.source bibtopicprefix.source bibunits.source chembst.source collref.source custom-bib.source dk-bib.source doipubmed.source footbib.source harvard.source jurabib.source listbib.source margbib.source multibib.source notes2bib.source rsc.source splitbib.source urlbst.source " +inherit texlive-module +DESCRIPTION="TeXLive Extra BibTeX styles" + +LICENSE="GPL-2 as-is GPL-1 LPPL-1.3 " +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-latexextra-2007* +!<dev-texlive/texlive-latex-2009 +" +RDEPEND="${DEPEND} " |