summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2008-08-17 09:16:44 +0000
committerAlexis Ballier <aballier@gentoo.org>2008-08-17 09:16:44 +0000
commit2abce5b70cfa90774da0900dbe063074ce4e78fb (patch)
treef484779b590e1132589dfe4a18e3a963eb3d67cf /dev-tex/svninfo
parentremove old (diff)
downloadgentoo-2-2abce5b70cfa90774da0900dbe063074ce4e78fb.tar.gz
gentoo-2-2abce5b70cfa90774da0900dbe063074ce4e78fb.tar.bz2
gentoo-2-2abce5b70cfa90774da0900dbe063074ce4e78fb.zip
version bump
(Portage version: 2.2_rc8/cvs/Linux 2.6.26.2 x86_64)
Diffstat (limited to 'dev-tex/svninfo')
-rw-r--r--dev-tex/svninfo/ChangeLog7
-rw-r--r--dev-tex/svninfo/svninfo-0.7.3.ebuild26
2 files changed, 32 insertions, 1 deletions
diff --git a/dev-tex/svninfo/ChangeLog b/dev-tex/svninfo/ChangeLog
index 996535df411d..8a8837bbf602 100644
--- a/dev-tex/svninfo/ChangeLog
+++ b/dev-tex/svninfo/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-tex/svninfo
# Copyright 2005-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tex/svninfo/ChangeLog,v 1.14 2008/05/01 09:33:48 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tex/svninfo/ChangeLog,v 1.15 2008/08/17 09:16:44 aballier Exp $
+
+*svninfo-0.7.3 (17 Aug 2008)
+
+ 17 Aug 2008; Alexis Ballier <aballier@gentoo.org> +svninfo-0.7.3.ebuild:
+ version bump
*svninfo-0.7.2 (01 May 2008)
diff --git a/dev-tex/svninfo/svninfo-0.7.3.ebuild b/dev-tex/svninfo/svninfo-0.7.3.ebuild
new file mode 100644
index 000000000000..107a46c8d786
--- /dev/null
+++ b/dev-tex/svninfo/svninfo-0.7.3.ebuild
@@ -0,0 +1,26 @@
+# 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.ebuild,v 1.1 2008/08/17 09:16:44 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 svninfo.pdf"
+
+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"
+}