summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2014-06-29 13:20:50 +0000
committerJeroen Roovers <jer@gentoo.org>2014-06-29 13:20:50 +0000
commit23f3d9c53393436d820ad7ddf8fe0a6812df5bdb (patch)
tree33b2b438ecc5187077f409e969d3a252c197166a /sci-mathematics
parentbump to 0.9.9.6 (diff)
downloadgentoo-2-23f3d9c53393436d820ad7ddf8fe0a6812df5bdb.tar.gz
gentoo-2-23f3d9c53393436d820ad7ddf8fe0a6812df5bdb.tar.bz2
gentoo-2-23f3d9c53393436d820ad7ddf8fe0a6812df5bdb.zip
Fix typo (bug #515670 by Juergen Rose).
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Diffstat (limited to 'sci-mathematics')
-rw-r--r--sci-mathematics/yacas/ChangeLog5
-rw-r--r--sci-mathematics/yacas/yacas-1.3.4.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-mathematics/yacas/ChangeLog b/sci-mathematics/yacas/ChangeLog
index e4f5b92d5ec4..21247af0157e 100644
--- a/sci-mathematics/yacas/ChangeLog
+++ b/sci-mathematics/yacas/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sci-mathematics/yacas
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/yacas/ChangeLog,v 1.37 2014/06/09 22:09:14 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/yacas/ChangeLog,v 1.38 2014/06/29 13:20:50 jer Exp $
+
+ 29 Jun 2014; Jeroen Roovers <jer@gentoo.org> yacas-1.3.4.ebuild:
+ Fix typo (bug #515670 by Juergen Rose).
09 Jun 2014; Sébastien Fabbro <bicatali@gentoo.org>
+files/yacas-1.3.4-java-version.patch, yacas-1.3.4.ebuild:
diff --git a/sci-mathematics/yacas/yacas-1.3.4.ebuild b/sci-mathematics/yacas/yacas-1.3.4.ebuild
index f95600be4de5..f54fcf60c2df 100644
--- a/sci-mathematics/yacas/yacas-1.3.4.ebuild
+++ b/sci-mathematics/yacas/yacas-1.3.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/yacas/yacas-1.3.4.ebuild,v 1.2 2014/06/09 22:09:14 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/yacas/yacas-1.3.4.ebuild,v 1.3 2014/06/29 13:20:50 jer Exp $
EAPI=5
@@ -46,7 +46,7 @@ src_compile() {
src_install() {
autotools-utils_src_install
if use java; then
- cd "${BUILD_DIR}}"/JavaYacas || die
+ cd "${BUILD_DIR}"/JavaYacas || die
java-pkg_dojar yacas.jar
java-pkg_dolauncher jyacas --main net.sf.yacas.YacasConsole
insinto /usr/share/${PN}