summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2010-10-24 14:46:30 +0000
committerAlexis Ballier <aballier@gentoo.org>2010-10-24 14:46:30 +0000
commit08d314793d2f4cdfd8455d8d2033a6428e963b76 (patch)
tree20f2b5107256b2c8248d634131bc31e71d837ef7 /dev-tex
parentMarking mod_jk-1.2.30 ppc for bug 315561 (diff)
downloadgentoo-2-08d314793d2f4cdfd8455d8d2033a6428e963b76.tar.gz
gentoo-2-08d314793d2f4cdfd8455d8d2033a6428e963b76.tar.bz2
gentoo-2-08d314793d2f4cdfd8455d8d2033a6428e963b76.zip
Version bump, by yoshi watanabe <yoshi3@autograf.pl>, bug #332211
(Portage version: 2.2.0_alpha1/cvs/Linux x86_64)
Diffstat (limited to 'dev-tex')
-rw-r--r--dev-tex/svninfo/ChangeLog7
-rw-r--r--dev-tex/svninfo/svninfo-0.7.4.ebuild28
2 files changed, 34 insertions, 1 deletions
diff --git a/dev-tex/svninfo/ChangeLog b/dev-tex/svninfo/ChangeLog
index 0c9c94f28bbc..e7e7c03b3aa9 100644
--- a/dev-tex/svninfo/ChangeLog
+++ b/dev-tex/svninfo/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-tex/svninfo
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tex/svninfo/ChangeLog,v 1.36 2010/01/03 11:42:43 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tex/svninfo/ChangeLog,v 1.37 2010/10/24 14:46:30 aballier Exp $
+
+*svninfo-0.7.4 (24 Oct 2010)
+
+ 24 Oct 2010; Alexis Ballier <aballier@gentoo.org> +svninfo-0.7.4.ebuild:
+ Version bump, by yoshi watanabe <yoshi3@autograf.pl>, bug #332211
03 Jan 2010; Christian Faulhammer <fauli@gentoo.org>
svninfo-0.7.3-r1.ebuild:
diff --git a/dev-tex/svninfo/svninfo-0.7.4.ebuild b/dev-tex/svninfo/svninfo-0.7.4.ebuild
new file mode 100644
index 000000000000..2b7b6c9eb8de
--- /dev/null
+++ b/dev-tex/svninfo/svninfo-0.7.4.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-tex/svninfo/svninfo-0.7.4.ebuild,v 1.1 2010/10/24 14:46:30 aballier Exp $
+
+inherit latex-package eutils
+
+LICENSE="LPPL-1.2"
+DESCRIPTION="A LaTeX module to access 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="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux"
+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"
+}