mr_bones_    14/05/16 01:06:39

  Modified:             mah-jong-1.12.1.ebuild ChangeLog
  Log:
  EAPI=5; tidy; dirty -lm fix
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.5                  games-board/mah-jong/mah-jong-1.12.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/mah-jong/mah-jong-1.12.1.ebuild?rev=1.5&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/mah-jong/mah-jong-1.12.1.ebuild?rev=1.5&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/mah-jong/mah-jong-1.12.1.ebuild?r1=1.4&r2=1.5

Index: mah-jong-1.12.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-board/mah-jong/mah-jong-1.12.1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- mah-jong-1.12.1.ebuild      17 Oct 2012 02:58:23 -0000      1.4
+++ mah-jong-1.12.1.ebuild      16 May 2014 01:06:38 -0000      1.5
@@ -1,8 +1,8 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/games-board/mah-jong/mah-jong-1.12.1.ebuild,v 1.4 
2012/10/17 02:58:23 phajdan.jr Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/games-board/mah-jong/mah-jong-1.12.1.ebuild,v 1.5 
2014/05/16 01:06:38 mr_bones_ Exp $
 
-EAPI=2
+EAPI=5
 inherit eutils toolchain-funcs games
 
 MY_P="mj-${PV}-src"
@@ -22,9 +22,7 @@
 S=${WORKDIR}/${MY_P}
 
 src_prepare() {
-       sed -i \
-               -e '/^.TH/ s/1/6/' xmj.man \
-               || die "sed failed"
+       sed -i -e '/^.TH/ s/1/6/' xmj.man || die
        sed -i \
                -e "/^DESTDIR =/ s:=.*:= ${D}:" \
                -e "/^BINDIR =/ s:=.*:= ${GAMES_BINDIR}:" \
@@ -32,17 +30,16 @@
                -e '/^MANSUFFIX =/ s:1:6:' \
                -e "/^CC =/ s:gcc:$(tc-getCC):" \
                -e "/^CFLAGS =/ s:=:= ${CFLAGS}:" \
-               -e "/^LDLIBS =/ s:$:${LDFLAGS}:" \
+               -e "/^LDLIBS =/ s:$:${LDFLAGS} -lm:" \
                -e '/^INSTPGMFLAGS =/ s:-s::' \
                -e '/^CDEBUGFLAGS =/d' \
-               -e "/^TILESETPATH=/ s:NULL:\"${GAMES_DATADIR}/${PN}/\":" 
Makefile \
-               || die "sed failed"
+               -e "/^TILESETPATH=/ s:NULL:\"${GAMES_DATADIR}/${PN}/\":" 
Makefile || die
 }
 
 src_install() {
-       emake install install.man || die "emake install failed"
+       emake install install.man
        insinto "${GAMES_DATADIR}/${PN}"
-       doins -r fallbacktiles/ tiles-numbered/ tiles-small/ || die "doins 
failed"
+       doins -r fallbacktiles/ tiles-numbered/ tiles-small/
        newicon tiles-v1/tongE.xpm ${PN}.xpm
        make_desktop_entry xmj Mah-Jong ${PN}
        dodoc CHANGES ChangeLog *.txt



1.23                 games-board/mah-jong/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-board/mah-jong/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog   24 Jan 2013 19:32:25 -0000      1.22
+++ ChangeLog   16 May 2014 01:06:38 -0000      1.23
@@ -1,6 +1,9 @@
 # ChangeLog for games-board/mah-jong
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-board/mah-jong/ChangeLog,v 1.22 
2013/01/24 19:32:25 mr_bones_ Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-board/mah-jong/ChangeLog,v 1.23 
2014/05/16 01:06:38 mr_bones_ Exp $
+
+  16 May 2014; Michael Sterrett <[email protected]> mah-jong-1.12.1.ebuild:
+  EAPI=5; tidy; dirty -lm fix
 
   24 Jan 2013; Michael Sterrett <[email protected]> -mah-jong-1.10.ebuild:
   old




Reply via email to