mr_bones_    15/03/23 07:48:44

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

Revision  Changes    Path
1.5                  dev-games/poker-eval/poker-eval-138.0.ebuild

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

Index: poker-eval-138.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-games/poker-eval/poker-eval-138.0.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- poker-eval-138.0.ebuild     5 Dec 2010 18:05:23 -0000       1.4
+++ poker-eval-138.0.ebuild     23 Mar 2015 07:48:44 -0000      1.5
@@ -1,12 +1,12 @@
-# Copyright 1999-2010 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/poker-eval/poker-eval-138.0.ebuild,v 1.4 
2010/12/05 18:05:23 armin76 Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-games/poker-eval/poker-eval-138.0.ebuild,v 1.5 
2015/03/23 07:48:44 mr_bones_ Exp $
 
-EAPI=2
+EAPI=5
 inherit eutils
 
 DESCRIPTION="A fast C library for evaluating poker hands"
-HOMEPAGE="http://pokersource.info/";
+HOMEPAGE="http://gna.org/projects/pokersource/";
 SRC_URI="http://download.gna.org/pokersource/sources/${P}.tar.gz";
 
 LICENSE="GPL-3"
@@ -16,17 +16,12 @@
 
 src_configure() {
        econf \
-               --disable-dependency-tracking \
                --without-ccache \
-               $(use_enable static-libs static) \
-               || die
+               $(use_enable static-libs static)
 }
 
 src_install() {
-       emake DESTDIR="${D}" install || die "emake install failed"
-       dodoc AUTHORS ChangeLog NEWS README TODO WHATS-HERE
-       if ! use static-libs ; then
-               find "${D}" -type f -name '*.la' -exec rm {} + \
-                       || die "la removal failed"
-       fi
+       DOCS="AUTHORS ChangeLog NEWS README TODO WHATS-HERE" \
+               default
+       prune_libtool_files
 }



1.23                 dev-games/poker-eval/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-games/poker-eval/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog   5 Dec 2010 18:05:25 -0000       1.22
+++ ChangeLog   23 Mar 2015 07:48:44 -0000      1.23
@@ -1,6 +1,9 @@
 # ChangeLog for dev-games/poker-eval
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-games/poker-eval/ChangeLog,v 1.22 
2010/12/05 18:05:25 armin76 Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-games/poker-eval/ChangeLog,v 1.23 
2015/03/23 07:48:44 mr_bones_ Exp $
+
+  23 Mar 2015; Michael Sterrett <mr_bon...@gentoo.org> poker-eval-138.0.ebuild:
+  EAPI=5
 
   05 Dec 2010; Raúl Porcel <armi...@gentoo.org> poker-eval-136.0.ebuild,
   poker-eval-138.0.ebuild:
@@ -89,4 +92,3 @@
   14 Jun 2006; Thomas Cort <tc...@gentoo.org> +metadata.xml,
   +poker-eval-131.0.ebuild:
   Initial commit. Ebuild from Bug #92515.
-




Reply via email to