radhermit    15/06/19 06:56:42

  Modified:             ChangeLog
  Added:                wit-2.31a.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
4AB3E85B4F064CA3)

Revision  Changes    Path
1.2                  games-util/wit/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/wit/ChangeLog?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/wit/ChangeLog?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/wit/ChangeLog?r1=1.1&r2=1.2

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-util/wit/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog   14 Dec 2014 00:10:51 -0000      1.1
+++ ChangeLog   19 Jun 2015 06:56:42 -0000      1.2
@@ -1,6 +1,11 @@
 # ChangeLog for games-util/wit
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-util/wit/ChangeLog,v 1.1 2014/12/14 
00:10:51 radhermit Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-util/wit/ChangeLog,v 1.2 2015/06/19 
06:56:42 radhermit Exp $
+
+*wit-2.31a (19 Jun 2015)
+
+  19 Jun 2015; Tim Harder <[email protected]> +wit-2.31a.ebuild:
+  Version bump.
 
 *wit-2.30a (14 Dec 2014)
 



1.1                  games-util/wit/wit-2.31a.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/wit/wit-2.31a.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/wit/wit-2.31a.ebuild?rev=1.1&content-type=text/plain

Index: wit-2.31a.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-util/wit/wit-2.31a.ebuild,v 1.1 
2015/06/19 06:56:42 radhermit Exp $

EAPI=5

inherit eutils toolchain-funcs

DESCRIPTION="A set of command line tools to manipulate Wii/GameCube ISO images 
and WBFS containers"
HOMEPAGE="http://wit.wiimm.de/";
SRC_URI="http://dev.gentoo.org/~radhermit/distfiles/${P}.tar.xz";

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="+fuse +zlib"

RDEPEND="
        app-arch/bzip2
        fuse? ( sys-fs/fuse )
        zlib? ( sys-libs/zlib )
"
DEPEND="${RDEPEND}"

DOCS="doc/*.txt"

src_prepare() {
        epatch "${FILESDIR}"/${PN}-2.30a-makefile.patch
        epatch "${FILESDIR}"/${PN}-2.30a-no-exec-stack.patch
        epatch "${FILESDIR}"/${PN}-2.30a-sizeof-pointer-memaccess.patch
}

src_compile() {
        export NO_FUSE=$(usex fuse 0 1)
        export NO_ZLIB=$(usex zlib 0 1)

        emake INSTALL_PATH="${D}"/usr CC="$(tc-getCC)"
        emake doc
}




Reply via email to