mr_bones_    15/05/08 16:16:21

  Modified:             crystalspace-2.0.ebuild ChangeLog
  Log:
  tidy
  
  (Portage version: 2.2.18/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.4                  dev-games/crystalspace/crystalspace-2.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/crystalspace/crystalspace-2.0.ebuild?rev=1.4&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/crystalspace/crystalspace-2.0.ebuild?rev=1.4&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/crystalspace/crystalspace-2.0.ebuild?r1=1.3&r2=1.4

Index: crystalspace-2.0.ebuild
===================================================================
RCS file: 
/var/cvsroot/gentoo-x86/dev-games/crystalspace/crystalspace-2.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- crystalspace-2.0.ebuild     21 Nov 2014 09:58:26 -0000      1.3
+++ crystalspace-2.0.ebuild     8 May 2015 16:16:21 -0000       1.4
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-games/crystalspace/crystalspace-2.0.ebuild,v 1.3 
2014/11/21 09:58:26 vapier Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-games/crystalspace/crystalspace-2.0.ebuild,v 1.4 
2015/05/08 16:16:21 mr_bones_ Exp $
 
 EAPI=5
 inherit eutils flag-o-matic multilib java-pkg-opt-2 autotools wxwidgets 
versionator multiprocessing
@@ -56,8 +56,7 @@
        sed -i \
                -e "/^InstallDoc/d" \
                Jamfile.in \
-               docs/Jamfile \
-               || die "sed failed"
+               docs/Jamfile || die
        epatch "${FILESDIR}"/${P}-gcc47.patch
        AT_M4DIR=mk/autoconf
        eautoreconf
@@ -95,22 +94,20 @@
                $(use_with alsa asound)
        #remove unwanted CFLAGS added by ./configure
        sed -i -e '/COMPILER\.CFLAGS\.optimize/d' \
-               Jamconfig \
-               || die "sed failed"
+               Jamconfig || die
 }
 
 src_compile() {
-       jam -q -dx -j$(makeopts_jobs) || die "compile failed"
+       jam -q -dx -j$(makeopts_jobs) || die
 }
 
 src_install() {
        for installTarget in bin plugin lib include data config bindings
        do
-               jam -q -s DESTDIR="${D}" install_${installTarget} \
-                       || die "jam install_${installTarget} failed"
+               jam -q -s DESTDIR="${D}" install_${installTarget} || die
        done
        if use doc; then
-               jam -q -s DESTDIR="${D}" install_doc || die "jam install_doc 
failed"
+               jam -q -s DESTDIR="${D}" install_doc || die
        fi
        dodoc README docs/history*
 



1.62                 dev-games/crystalspace/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/crystalspace/ChangeLog?rev=1.62&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/crystalspace/ChangeLog?rev=1.62&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/crystalspace/ChangeLog?r1=1.61&r2=1.62

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-games/crystalspace/ChangeLog,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -r1.61 -r1.62
--- ChangeLog   21 Nov 2014 09:58:26 -0000      1.61
+++ ChangeLog   8 May 2015 16:16:21 -0000       1.62
@@ -1,6 +1,9 @@
 # ChangeLog for dev-games/crystalspace
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-games/crystalspace/ChangeLog,v 1.61 
2014/11/21 09:58:26 vapier Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-games/crystalspace/ChangeLog,v 1.62 
2015/05/08 16:16:21 mr_bones_ Exp $
+
+  08 May 2015; Michael Sterrett <mr_bon...@gentoo.org> crystalspace-2.0.ebuild:
+  tidy
 
   21 Nov 2014; Mike Frysinger <vap...@gentoo.org> crystalspace-2.0.ebuild:
   Use makeopts_jobs instead of parsing MAKEOPTS by hand.




Reply via email to