Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 188118

Summary: add SLaTeX and fix drscheme's slatex
Product: Gentoo Linux Reporter: Marijn Schouten (RETIRED) <hkbst>
Component: New packagesAssignee: Scheme Project <scheme>
Status: RESOLVED FIXED    
Severity: normal CC: pchrist, tex
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
URL: http://www.ccs.neu.edu/home/dorai/slatex/slatxdoc.html
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: drscheme and slatex

Description Marijn Schouten (RETIRED) gentoo-dev 2007-08-08 14:45:54 UTC
make it possible to \usepackage{slatex} in LaTeX source files.
Comment 1 Marijn Schouten (RETIRED) gentoo-dev 2008-01-17 16:20:57 UTC
drscheme provides slatex too, but doesn't install slatex.sty in the right place
Comment 2 Marijn Schouten (RETIRED) gentoo-dev 2008-01-17 22:56:08 UTC
slatex has been added to main tree
Comment 3 massimo zanetti 2008-03-18 16:26:29 UTC
Created attachment 146498 [details]
drscheme and slatex
Comment 4 Marijn Schouten (RETIRED) gentoo-dev 2008-03-23 11:28:06 UTC
right, patch is:

--- drscheme-372.ebuild 2008-03-03 10:29:23.000000000 +0100
+++ drscheme-372-r1.ebuild      2008-03-18 22:24:32.000000000 +0100
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Header: /var/cvsroot/gentoo-x86/dev-scheme/drscheme/drscheme-372.ebuild,v 1.1 2008/03/03 09:29:23 hkbst Exp $

-inherit eutils
+inherit eutils latex-package

 SRC_URI="http://download.plt-scheme.org/bundles/${PV}/plt/plt-${PV}-src-unix.tgz
                 http://pre.plt-scheme.org/installers/plt-${PV}-src-unix.tgz"
@@ -61,6 +61,10 @@
 }

 src_install() {
+       # deal with slatex
+       insinto /usr/share/texmf/tex/latex/slatex/
+       doins collects/slatex/slatex.sty
+
        cd src
        export MZSCHEME_DYNEXT_LINKER_FLAGS=$(raw-ldflags)

Comment 5 Marijn Schouten (RETIRED) gentoo-dev 2008-03-23 11:52:17 UTC
committed, thanks Massimo.