summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2009-09-26 12:21:20 +0000
committerAlexis Ballier <aballier@gentoo.org>2009-09-26 12:21:20 +0000
commitf900909d6d97e44647fda519df96f7ed4f6e19c0 (patch)
treea4b0958b509d130be4f915a572695ab96b231bd0 /dev-ml/bin-prot
parentFix bug #278242. (diff)
downloadgentoo-2-f900909d6d97e44647fda519df96f7ed4f6e19c0.tar.gz
gentoo-2-f900909d6d97e44647fda519df96f7ed4f6e19c0.tar.bz2
gentoo-2-f900909d6d97e44647fda519df96f7ed4f6e19c0.zip
Version bump
(Portage version: 2.2_rc42/cvs/Linux x86_64)
Diffstat (limited to 'dev-ml/bin-prot')
-rw-r--r--dev-ml/bin-prot/ChangeLog8
-rw-r--r--dev-ml/bin-prot/bin-prot-1.2.20.ebuild (renamed from dev-ml/bin-prot/bin-prot-1.2.18.ebuild)12
2 files changed, 13 insertions, 7 deletions
diff --git a/dev-ml/bin-prot/ChangeLog b/dev-ml/bin-prot/ChangeLog
index a65bb35f6a24..902cbe12b1b1 100644
--- a/dev-ml/bin-prot/ChangeLog
+++ b/dev-ml/bin-prot/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-ml/bin-prot
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/bin-prot/ChangeLog,v 1.1 2009/09/19 12:49:26 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/bin-prot/ChangeLog,v 1.2 2009/09/26 12:21:20 aballier Exp $
+
+*bin-prot-1.2.20 (26 Sep 2009)
+
+ 26 Sep 2009; Alexis Ballier <aballier@gentoo.org> -bin-prot-1.2.18.ebuild,
+ +bin-prot-1.2.20.ebuild:
+ Version bump
*bin-prot-1.2.18 (19 Sep 2009)
diff --git a/dev-ml/bin-prot/bin-prot-1.2.18.ebuild b/dev-ml/bin-prot/bin-prot-1.2.20.ebuild
index 866e0c637d52..0c1fc4ebb995 100644
--- a/dev-ml/bin-prot/bin-prot-1.2.18.ebuild
+++ b/dev-ml/bin-prot/bin-prot-1.2.20.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/bin-prot/bin-prot-1.2.18.ebuild,v 1.2 2009/09/19 20:53:37 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/bin-prot/bin-prot-1.2.20.ebuild,v 1.1 2009/09/26 12:21:20 aballier Exp $
EAPI="2"
@@ -24,6 +24,10 @@ DEPEND="${RDEPEND}
src_compile() {
emake -j1 CFLAGS="${CFLAGS}" || die
+ if use doc; then
+ cd ../doc
+ VARTEXFONTS="${T}/fonts" pdflatex README.tex || die
+ fi
}
src_test() {
@@ -36,9 +40,5 @@ src_install() {
findlib_src_preinst
emake install || die "make install failed"
dodoc ../README.txt ../Changelog
- if use doc; then
- cd ../doc
- pdflatex README.tex
- dodoc README.pdf
- fi
+ use doc && dodoc ../doc/README.pdf
}