mr_bones_    15/04/19 06:41:03

  Modified:             cegui-0.6.2b.ebuild ChangeLog
  Removed:              cegui-0.7.7-r1.ebuild cegui-0.7.9.ebuild
  Log:
  old
  
  (Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.13                 dev-games/cegui/cegui-0.6.2b.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/cegui/cegui-0.6.2b.ebuild?rev=1.13&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/cegui/cegui-0.6.2b.ebuild?rev=1.13&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/cegui/cegui-0.6.2b.ebuild?r1=1.12&r2=1.13

Index: cegui-0.6.2b.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-games/cegui/cegui-0.6.2b.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- cegui-0.6.2b.ebuild 3 May 2012 06:35:30 -0000       1.12
+++ cegui-0.6.2b.ebuild 19 Apr 2015 06:41:02 -0000      1.13
@@ -1,8 +1,8 @@
-# Copyright 1999-2012 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/cegui/cegui-0.6.2b.ebuild,v 1.12 
2012/05/03 06:35:30 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-games/cegui/cegui-0.6.2b.ebuild,v 1.13 
2015/04/19 06:41:02 mr_bones_ Exp $
 
-EAPI=2
+EAPI=5
 inherit autotools eutils
 
 MY_P=CEGUI-${PV%b}
@@ -45,12 +45,11 @@
                "${FILESDIR}"/${P}-gcc46.patch
        sed -i \
                -e 's/ILvoid/void/g' \
-               ImageCodecModules/DevILImageCodec/CEGUIDevILImageCodec.cpp \
-               || die "sed failed"
+               ImageCodecModules/DevILImageCodec/CEGUIDevILImageCodec.cpp || 
die
        if use examples ; then
-               cp -r Samples Samples.clean
-               rm -f $(find Samples.clean -name 'Makefile*')
-               rm -rf Samples.clean/bin
+               cp -r Samples Samples.clean || die
+               rm -f $(find Samples.clean -name 'Makefile*') || die
+               rm -rf Samples.clean/bin || die
        fi
        eautoreconf #220040
 }
@@ -84,14 +83,13 @@
 }
 
 src_install() {
-       emake DESTDIR="${D}" install || die "emake install failed"
-       dodoc AUTHORS ChangeLog README TODO
+       default
        if use doc ; then
-               dohtml -r documentation/api_reference || die "dohtml failed"
-               dodoc documentation/*.pdf || die "dodoc failed"
+               dohtml -r documentation/api_reference
+               dodoc documentation/*.pdf
        fi
        if use examples ; then
                insinto /usr/share/doc/${PF}/Samples
-               doins -r Samples.clean/* || die "doins failed"
+               doins -r Samples.clean/*
        fi
 }



1.71                 dev-games/cegui/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-games/cegui/ChangeLog,v
retrieving revision 1.70
retrieving revision 1.71
diff -u -r1.70 -r1.71
--- ChangeLog   25 Mar 2015 13:49:09 -0000      1.70
+++ ChangeLog   19 Apr 2015 06:41:02 -0000      1.71
@@ -1,6 +1,11 @@
 # ChangeLog for dev-games/cegui
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-games/cegui/ChangeLog,v 1.70 2015/03/25 
13:49:09 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-games/cegui/ChangeLog,v 1.71 2015/04/19 
06:41:02 mr_bones_ Exp $
+
+  19 Apr 2015; Michael Sterrett <[email protected]> -cegui-0.7.7-r1.ebuild,
+  -cegui-0.7.9.ebuild, -files/cegui-0.7.7-irrlicht-1.8.patch,
+  cegui-0.6.2b.ebuild:
+  old
 
   25 Mar 2015; Agostino Sarubbo <[email protected]> cegui-0.8.4.ebuild:
   Stable for x86, wrt bug #542734




Reply via email to