From 56bd759df1d0c750a065b8c845e93d5dfa6b549d Mon Sep 17 00:00:00 2001 From: "Robin H. Johnson" Date: Sat, 8 Aug 2015 13:49:04 -0700 Subject: proj/gentoo: Initial commit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson X-Thanks: Alec Warner - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring - wrote much python to improve cvs2svn X-Thanks: Rich Freeman - validation scripts X-Thanks: Patrick Lauer - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed --- .../texlive-luatex/texlive-luatex-2014.ebuild | 30 ++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 dev-texlive/texlive-luatex/texlive-luatex-2014.ebuild (limited to 'dev-texlive/texlive-luatex/texlive-luatex-2014.ebuild') diff --git a/dev-texlive/texlive-luatex/texlive-luatex-2014.ebuild b/dev-texlive/texlive-luatex/texlive-luatex-2014.ebuild new file mode 100644 index 000000000000..bd8a8e3b30bd --- /dev/null +++ b/dev-texlive/texlive-luatex/texlive-luatex-2014.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +TEXLIVE_MODULE_CONTENTS="checkcites chickenize enigma interpreter lua-check-hyphen lua-visual-debug lua2dox luabibentry luabidi luacode luaindex luainputenc luaintro lualatex-doc lualatex-math lualibs luamplib luaotfload luasseq luatexbase luatexko luatextra luatodonotes luaxml odsfile placeat selnolig showhyphens spelling collection-luatex +" +TEXLIVE_MODULE_DOC_CONTENTS="checkcites.doc chickenize.doc enigma.doc interpreter.doc lua-check-hyphen.doc lua-visual-debug.doc lua2dox.doc luabibentry.doc luabidi.doc luacode.doc luaindex.doc luainputenc.doc luaintro.doc lualatex-doc.doc lualatex-math.doc lualibs.doc luamplib.doc luaotfload.doc luasseq.doc luatexbase.doc luatexko.doc luatextra.doc luatodonotes.doc luaxml.doc odsfile.doc placeat.doc selnolig.doc showhyphens.doc spelling.doc " +TEXLIVE_MODULE_SRC_CONTENTS="chickenize.source luabibentry.source luacode.source luaindex.source luainputenc.source lualatex-doc.source lualatex-math.source lualibs.source luamplib.source luaotfload.source luasseq.source luatexbase.source luatextra.source luatodonotes.source placeat.source " +inherit texlive-module +DESCRIPTION="TeXLive LuaTeX packages" + +LICENSE=" BSD FDL-1.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-2014 +" +RDEPEND="${DEPEND} dev-texlive/texlive-xetex +" +TEXLIVE_MODULE_BINSCRIPTS=" + texmf-dist/scripts/luaotfload/luaotfload-tool.lua + texmf-dist/scripts/checkcites/checkcites.lua + texmf-dist/scripts/lua2dox/lua2dox_filter + " + +TEXLIVE_MODULE_BINLINKS=" + luaotfload-tool:mkluatexfontdb + " -- cgit v1.2.3-65-gdbad