mr_bones_    15/03/26 19:21:55

  Modified:             libbulletml-0.0.6.ebuild ChangeLog
  Log:
  EAPI=5
  
  (Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.11                 dev-libs/libbulletml/libbulletml-0.0.6.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libbulletml/libbulletml-0.0.6.ebuild?rev=1.11&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libbulletml/libbulletml-0.0.6.ebuild?rev=1.11&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libbulletml/libbulletml-0.0.6.ebuild?r1=1.10&r2=1.11

Index: libbulletml-0.0.6.ebuild
===================================================================
RCS file: 
/var/cvsroot/gentoo-x86/dev-libs/libbulletml/libbulletml-0.0.6.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- libbulletml-0.0.6.ebuild    7 Jun 2012 17:29:16 -0000       1.10
+++ libbulletml-0.0.6.ebuild    26 Mar 2015 19:21:55 -0000      1.11
@@ -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-libs/libbulletml/libbulletml-0.0.6.ebuild,v 1.10 
2012/06/07 17:29:16 mr_bones_ Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-libs/libbulletml/libbulletml-0.0.6.ebuild,v 1.11 
2015/03/26 19:21:55 mr_bones_ Exp $
 
-EAPI=2
+EAPI=5
 inherit eutils
 
 DESCRIPTION="A Library of Bullet Markup Language"
@@ -15,30 +15,31 @@
 IUSE=""
 
 DEPEND="dev-libs/boost"
+RDEPEND=${DEPEND}
 
 S=${WORKDIR}/${PN#lib}/src
 
 src_prepare() {
        epatch "${FILESDIR}"/${P}-gcc43.patch \
                "${FILESDIR}"/${P}-gcc46.patch
-       rm -r boost || die "remove of local boost failed"
+       rm -r boost || die
 }
 
 src_compile() {
-       emake CFLAGS="${CFLAGS}" CXXFLAGS="${CXXFLAGS}" || die
+       emake CFLAGS="${CFLAGS}" CXXFLAGS="${CXXFLAGS}"
 }
 
 src_install() {
-       dolib.a libbulletml.a || die
+       dolib.a libbulletml.a
 
        insinto /usr/include/bulletml
-       doins *.h || die
+       doins *.h
 
        insinto /usr/include/bulletml/tinyxml
-       doins tinyxml/tinyxml.h || die
+       doins tinyxml/tinyxml.h
 
        insinto /usr/include/bulletml/ygg
-       doins ygg/ygg.h || die
+       doins ygg/ygg.h
 
        dodoc ../README*
 }



1.11                 dev-libs/libbulletml/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libbulletml/ChangeLog?rev=1.11&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libbulletml/ChangeLog?rev=1.11&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libbulletml/ChangeLog?r1=1.10&r2=1.11

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libbulletml/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog   7 Jun 2012 17:29:16 -0000       1.10
+++ ChangeLog   26 Mar 2015 19:21:55 -0000      1.11
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/libbulletml
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libbulletml/ChangeLog,v 1.10 
2012/06/07 17:29:16 mr_bones_ Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libbulletml/ChangeLog,v 1.11 
2015/03/26 19:21:55 mr_bones_ Exp $
+
+  26 Mar 2015; Michael Sterrett <mr_bon...@gentoo.org> 
libbulletml-0.0.6.ebuild:
+  EAPI=5
 
   07 Jun 2012; Michael Sterrett <mr_bon...@gentoo.org> 
libbulletml-0.0.6.ebuild:
   update SRC_URI and HOMEPAGE
@@ -39,4 +42,3 @@
   26 Sep 2004; Michael Sterrett <mr_bon...@gentoo.org> +metadata.xml,
   +libbulletml-0.0.6.ebuild:
   initial commit - ebuild submitted by Atzm Watanabe via bug #45038
-




Reply via email to