diff options
author | Alexis Ballier <aballier@gentoo.org> | 2008-09-03 04:58:58 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2008-09-03 04:58:58 +0000 |
commit | af53295915eff4b8af7668d51705ddb5f5d4951d (patch) | |
tree | c148ca0786174cd741c04c78bcb38aa138ed11a0 /dev-tex/svninfo/svninfo-0.7.3-r1.ebuild | |
parent | remove unused versions (diff) | |
download | gentoo-2-af53295915eff4b8af7668d51705ddb5f5d4951d.tar.gz gentoo-2-af53295915eff4b8af7668d51705ddb5f5d4951d.tar.bz2 gentoo-2-af53295915eff4b8af7668d51705ddb5f5d4951d.zip |
rev bump to install to texmf-site and so that the pdf does not end up compressed.
(Portage version: 2.2_rc8/cvs/Linux 2.6.26.3 x86_64)
Diffstat (limited to 'dev-tex/svninfo/svninfo-0.7.3-r1.ebuild')
-rw-r--r-- | dev-tex/svninfo/svninfo-0.7.3-r1.ebuild | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/dev-tex/svninfo/svninfo-0.7.3-r1.ebuild b/dev-tex/svninfo/svninfo-0.7.3-r1.ebuild new file mode 100644 index 000000000000..84d4484f1fe0 --- /dev/null +++ b/dev-tex/svninfo/svninfo-0.7.3-r1.ebuild @@ -0,0 +1,28 @@ +# Copyright 2005-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-tex/svninfo/svninfo-0.7.3-r1.ebuild,v 1.1 2008/09/03 04:58:58 aballier Exp $ + +inherit latex-package eutils + +LICENSE="LPPL-1.2" +DESCRIPTION="A LaTeX module to acces SVN version info" +HOMEPAGE="http://www.brucker.ch/projects/svninfo/index.en.html" +SRC_URI="http://www.brucker.ch/projects/svninfo/download/${P}.tar.gz" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DOCS="README" + +TEXMF=/usr/share/texmf-site + +src_unpack() { + unpack ${A} + cd "${S}" + epatch "${FILESDIR}/${PN}-0.5-latex-compile.patch" +} + +src_compile() { + export VARTEXFONTS="${T}/fonts" + emake -j1 || die "compilation failed" +} |