mr_bones_ 15/03/12 17:22:27 Modified: xboxgw-1.082.ebuild ChangeLog Log: EAPI=5; install in /opt with patch submission from Michael Palimaka (bug #335087) (Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path 1.6 games-util/xboxgw/xboxgw-1.082.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/xboxgw/xboxgw-1.082.ebuild?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/xboxgw/xboxgw-1.082.ebuild?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/xboxgw/xboxgw-1.082.ebuild?r1=1.5&r2=1.6 Index: xboxgw-1.082.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-util/xboxgw/xboxgw-1.082.ebuild,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- xboxgw-1.082.ebuild 5 Dec 2007 04:12:52 -0000 1.5 +++ xboxgw-1.082.ebuild 12 Mar 2015 17:22:27 -0000 1.6 @@ -1,9 +1,13 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-util/xboxgw/xboxgw-1.082.ebuild,v 1.5 2007/12/05 04:12:52 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-util/xboxgw/xboxgw-1.082.ebuild,v 1.6 2015/03/12 17:22:27 mr_bones_ Exp $ + +EAPI=5 +inherit eutils XBOXGW_P="${PN}-1.08-2" HMLIBS_P="hmlibs-1.07-2" + DESCRIPTION="Tunnels XBox system link games over the net" HOMEPAGE="http://www.xboxgw.com/" SRC_URI="http://www.xboxgw.com/rel/dist2.1/tarballs/i386/${XBOXGW_P}.tgz @@ -14,16 +18,30 @@ KEYWORDS="~amd64 x86" IUSE="" +QA_PREBUILT="opt/${PN}/lib/libhmdb.so + opt/${PN}/lib/libhmsched.so + opt/${PN}/lib/libhmcli.so + opt/${PN}/lib/libhmsdb.so + opt/${PN}/bin/hmdbdump + opt/${PN}/bin/xboxgw + opt/${PN}/bin/xbifsetup" + S=${WORKDIR} src_install() { + into /opt/${PN} + cd "${WORKDIR}/${HMLIBS_P}" - dolib.so *.so || die - dobin hmdbdump || die + dolib.so *.so + dobin hmdbdump insinto /usr/include/hmlibs - doins *.h || die + doins *.h cd "${WORKDIR}/${XBOXGW_P}" - dobin xboxgw xbifsetup || die + dobin xboxgw xbifsetup dodoc *.txt + + if use amd64 ; then + mv "${D}"/opt/${PN}/lib64 "${D}"/opt/${PN}/lib || die + fi } 1.7 games-util/xboxgw/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/xboxgw/ChangeLog?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/xboxgw/ChangeLog?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/xboxgw/ChangeLog?r1=1.6&r2=1.7 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-util/xboxgw/ChangeLog,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- ChangeLog 8 Feb 2007 22:45:55 -0000 1.6 +++ ChangeLog 12 Mar 2015 17:22:27 -0000 1.7 @@ -1,6 +1,10 @@ # ChangeLog for games-util/xboxgw -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-util/xboxgw/ChangeLog,v 1.6 2007/02/08 22:45:55 wolf31o2 Exp $ +# Copyright 2002-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-util/xboxgw/ChangeLog,v 1.7 2015/03/12 17:22:27 mr_bones_ Exp $ + + 12 Mar 2015; Michael Sterrett <[email protected]> xboxgw-1.082.ebuild: + EAPI=5; install in /opt with patch submission from Michael Palimaka (bug + #335087) 08 Feb 2007; Chris Gianelloni <[email protected]> ChangeLog: Regenerate digest in Manifest2 format.
