diff options
author | 2007-01-16 10:53:16 +0000 | |
---|---|---|
committer | 2007-01-16 10:53:16 +0000 | |
commit | 60a142887154acd7808001a723d95bee21b21c67 (patch) | |
tree | ad095396bdd8571cc99c4a7065d9907dbaa65da5 /dev-tex/SIstyle/SIstyle-2.3.0.ebuild | |
parent | x11-misc/wbar: remove old version (diff) | |
download | sunrise-60a142887154acd7808001a723d95bee21b21c67.tar.gz sunrise-60a142887154acd7808001a723d95bee21b21c67.tar.bz2 sunrise-60a142887154acd7808001a723d95bee21b21c67.zip |
dev-tex/SIstyle: add some quotes, adjust DESCRIPTION a bit
svn path=/sunrise/; revision=2760
Diffstat (limited to 'dev-tex/SIstyle/SIstyle-2.3.0.ebuild')
-rw-r--r-- | dev-tex/SIstyle/SIstyle-2.3.0.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dev-tex/SIstyle/SIstyle-2.3.0.ebuild b/dev-tex/SIstyle/SIstyle-2.3.0.ebuild index 7a4378757..07c9329c1 100644 --- a/dev-tex/SIstyle/SIstyle-2.3.0.ebuild +++ b/dev-tex/SIstyle/SIstyle-2.3.0.ebuild @@ -4,7 +4,7 @@ inherit latex-package -DESCRIPTION="Package to typeset SI units, numbers and angles." +DESCRIPTION="LaTeX package to typeset SI units, numbers and angles." HOMEPAGE="http://www.ctan.org/tex-archive/macros/latex/contrib/SIstyle/" SRC_URI="http://www.rennings.net/gentoo/distfiles/${P}.zip" @@ -16,7 +16,7 @@ IUSE="" DEPEND="app-arch/unzip" RDEPEND="" -S=${WORKDIR}/${PN} +S="${WORKDIR}/${PN}" src_unpack() { @@ -33,10 +33,10 @@ src_install() { latex-package_src_install cd "${S}/source/latex/SIstyle" - insinto ${TEXMF}/source/latex/SIstyle + insinto "${TEXMF}/source/latex/SIstyle" doins sistyle.dtx sistyle.ins doins figs/fig{1,2}.*ps cd figs/graphs_scr - insinto ${TEXMF}/source/latex/SIstyle/graphs_src + insinto "${TEXMF}/source/latex/SIstyle/graphs_src" doins *.mp MPfig.bat readme_figs.txt *.m } |