mr_bones_    15/02/07 04:05:15

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

Revision  Changes    Path
1.6                  dev-games/libnw/libnw-1.30.02.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/libnw/libnw-1.30.02.ebuild?rev=1.6&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/libnw/libnw-1.30.02.ebuild?rev=1.6&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/libnw/libnw-1.30.02.ebuild?r1=1.5&r2=1.6

Index: libnw-1.30.02.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-games/libnw/libnw-1.30.02.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- libnw-1.30.02.ebuild        13 Jul 2011 14:30:43 -0000      1.5
+++ libnw-1.30.02.ebuild        7 Feb 2015 04:05:15 -0000       1.6
@@ -1,8 +1,8 @@
-# Copyright 1999-2011 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/libnw/libnw-1.30.02.ebuild,v 1.5 
2011/07/13 14:30:43 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-games/libnw/libnw-1.30.02.ebuild,v 1.6 
2015/02/07 04:05:15 mr_bones_ Exp $
 
-EAPI=2
+EAPI=5
 inherit toolchain-funcs
 
 DESCRIPTION="Tools and libraries for NWN file manipulation"
@@ -22,12 +22,11 @@
        sed -i \
                -e '/^CC =/d' \
                -e '/^CXX =/d' \
-               $(find . -name Makefile.in) \
-               || die "sed failed"
+               $(find . -name Makefile.in) || die
        tc-export CC CXX
 }
 
 src_install() {
-       emake DESTDIR="${D}" install || die "emake install failed"
-       dodoc AUTHORS ChangeLog NEWS README README.tech TODO
+       DOCS="AUTHORS ChangeLog NEWS README README.tech TODO" \
+               default
 }



1.13                 dev-games/libnw/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-games/libnw/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog   13 Jul 2011 14:30:43 -0000      1.12
+++ ChangeLog   7 Feb 2015 04:05:15 -0000       1.13
@@ -1,6 +1,9 @@
 # ChangeLog for dev-games/libnw
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-games/libnw/ChangeLog,v 1.12 2011/07/13 
14:30:43 mr_bones_ Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-games/libnw/ChangeLog,v 1.13 2015/02/07 
04:05:15 mr_bones_ Exp $
+
+  07 Feb 2015; Michael Sterrett <mr_bon...@gentoo.org> libnw-1.30.02.ebuild:
+  EAPI=5
 
   13 Jul 2011; Michael Sterrett <mr_bon...@gentoo.org> libnw-1.30.02.ebuild:
   Add blocker for sci-biology/newick-utils (bug #375059)




Reply via email to