diff options
author | Alexis Ballier <aballier@gentoo.org> | 2012-07-27 02:51:17 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2012-07-27 02:51:17 +0000 |
commit | 1e5c4af220ac70b86664dfe2ac756adca755ce8a (patch) | |
tree | a6a36a33478fdc8a6a8a7ffad37fa808fd3978c4 /dev-texlive | |
parent | Bump to TeX Live 2012. (diff) | |
download | gentoo-2-1e5c4af220ac70b86664dfe2ac756adca755ce8a.tar.gz gentoo-2-1e5c4af220ac70b86664dfe2ac756adca755ce8a.tar.bz2 gentoo-2-1e5c4af220ac70b86664dfe2ac756adca755ce8a.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-music/ChangeLog | 7 | ||||
-rw-r--r-- | dev-texlive/texlive-music/texlive-music-2012.ebuild | 27 |
2 files changed, 33 insertions, 1 deletions
diff --git a/dev-texlive/texlive-music/ChangeLog b/dev-texlive/texlive-music/ChangeLog index 06ee342ae441..d30aec73b04c 100644 --- a/dev-texlive/texlive-music/ChangeLog +++ b/dev-texlive/texlive-music/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-texlive/texlive-music # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-music/ChangeLog,v 1.50 2012/05/29 18:32:28 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-music/ChangeLog,v 1.51 2012/07/27 02:51:17 aballier Exp $ + +*texlive-music-2012 (27 Jul 2012) + + 27 Jul 2012; Alexis Ballier <aballier@gentoo.org> +texlive-music-2012.ebuild: + Bump to TeX Live 2012. 29 May 2012; Alexis Ballier <aballier@gentoo.org> -texlive-music-2010.ebuild: remove old diff --git a/dev-texlive/texlive-music/texlive-music-2012.ebuild b/dev-texlive/texlive-music/texlive-music-2012.ebuild new file mode 100644 index 000000000000..17c67a72f422 --- /dev/null +++ b/dev-texlive/texlive-music/texlive-music-2012.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-music/texlive-music-2012.ebuild,v 1.1 2012/07/27 02:51:17 aballier Exp $ + +EAPI="4" + +TEXLIVE_MODULE_CONTENTS="abc figbas gchords gtrcrd guitar harmony m-tx musixguit musixtex musixtex-fonts pmx songbook collection-music +" +TEXLIVE_MODULE_DOC_CONTENTS="abc.doc gchords.doc gtrcrd.doc guitar.doc harmony.doc m-tx.doc musixguit.doc musixtex.doc musixtex-fonts.doc pmx.doc songbook.doc " +TEXLIVE_MODULE_SRC_CONTENTS="abc.source guitar.source musixtex.source songbook.source " +inherit texlive-module +DESCRIPTION="TeXLive Music typesetting" + +LICENSE="GPL-2 GPL-1 GPL-2 LGPL-2.1 LPPL-1.3 " +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 +!<app-text/texlive-core-2011 +" +RDEPEND="${DEPEND} " +TEXLIVE_MODULE_BINSCRIPTS=" + texmf-dist/scripts/musixtex/musixflx.lua + texmf-dist/scripts/musixtex/musixtex.lua + texmf-dist/scripts/m-tx/m-tx.lua + texmf-dist/scripts/pmx/pmx2pdf.lua +" |