jer         14/06/29 13:20:50

  Modified:             ChangeLog yacas-1.3.4.ebuild
  Log:
  Fix typo (bug #515670 by Juergen Rose).
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  Changes    Path
1.38                 sci-mathematics/yacas/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/yacas/ChangeLog?rev=1.38&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/yacas/ChangeLog?rev=1.38&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/yacas/ChangeLog?r1=1.37&r2=1.38

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/yacas/ChangeLog,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- ChangeLog   9 Jun 2014 22:09:14 -0000       1.37
+++ ChangeLog   29 Jun 2014 13:20:50 -0000      1.38
@@ -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 <j...@gentoo.org> yacas-1.3.4.ebuild:
+  Fix typo (bug #515670 by Juergen Rose).
 
   09 Jun 2014; Sébastien Fabbro <bicat...@gentoo.org>
   +files/yacas-1.3.4-java-version.patch, yacas-1.3.4.ebuild:



1.3                  sci-mathematics/yacas/yacas-1.3.4.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/yacas/yacas-1.3.4.ebuild?rev=1.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/yacas/yacas-1.3.4.ebuild?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/yacas/yacas-1.3.4.ebuild?r1=1.2&r2=1.3

Index: yacas-1.3.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/yacas/yacas-1.3.4.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- yacas-1.3.4.ebuild  9 Jun 2014 22:09:14 -0000       1.2
+++ yacas-1.3.4.ebuild  29 Jun 2014 13:20:50 -0000      1.3
@@ -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_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}




Reply via email to