pacho 14/10/15 08:28:29
Modified: sacred-gold-1.0.ebuild sacred-gold-1.0.01.ebuild
ChangeLog
Log:
Support multilib providers for deps. Bump to EAPI=5.
(Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key
A188FBD4)
Revision Changes Path
1.4 games-rpg/sacred-gold/sacred-gold-1.0.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-rpg/sacred-gold/sacred-gold-1.0.ebuild?rev=1.4&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-rpg/sacred-gold/sacred-gold-1.0.ebuild?rev=1.4&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-rpg/sacred-gold/sacred-gold-1.0.ebuild?r1=1.3&r2=1.4
Index: sacred-gold-1.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-rpg/sacred-gold/sacred-gold-1.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sacred-gold-1.0.ebuild 16 Apr 2014 17:08:02 -0000 1.3
+++ sacred-gold-1.0.ebuild 15 Oct 2014 08:28:29 -0000 1.4
@@ -1,6 +1,8 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header:
/var/cvsroot/gentoo-x86/games-rpg/sacred-gold/sacred-gold-1.0.ebuild,v 1.3
2014/04/16 17:08:02 ulm Exp $
+# $Header:
/var/cvsroot/gentoo-x86/games-rpg/sacred-gold/sacred-gold-1.0.ebuild,v 1.4
2014/10/15 08:28:29 pacho Exp $
+
+EAPI=5
inherit eutils cdrom games
@@ -14,11 +16,20 @@
IUSE=""
RESTRICT="bindist strip"
-RDEPEND="virtual/opengl
- x86? ( x11-libs/libX11
- x11-libs/libXext
- x11-libs/libXi )
- amd64? ( app-emulation/emul-linux-x86-xlibs )"
+RDEPEND="
+ || (
+ (
+ x11-libs/libX11[abi_x86_32(-)]
+ x11-libs/libXext[abi_x86_32(-)]
+ x11-libs/libXi[abi_x86_32(-)]
+ virtual/opengl[abi_x86_32(-)]
+ )
+ amd64? (
+ app-emulation/emul-linux-x86-opengl[-abi_x86_32(-)]
+ app-emulation/emul-linux-x86-xlibs[-abi_x86_32(-)]
+ )
+ )
+"
DEPEND=""
S=${WORKDIR}
@@ -42,7 +53,7 @@
mv * "${D}/${dir}" || die
games_make_wrapper ${PN} ./sacred "${dir}" "${dir}"/lib
- newicon "${CDROM_ROOT}"/.data/icon.xpm ${PN}.xpm || die
+ newicon "${CDROM_ROOT}"/.data/icon.xpm ${PN}.xpm
make_desktop_entry ${PN} "Sacred - Gold" ${PN}
prepgamesdirs
1.5 games-rpg/sacred-gold/sacred-gold-1.0.01.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-rpg/sacred-gold/sacred-gold-1.0.01.ebuild?rev=1.5&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-rpg/sacred-gold/sacred-gold-1.0.01.ebuild?rev=1.5&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-rpg/sacred-gold/sacred-gold-1.0.01.ebuild?r1=1.4&r2=1.5
Index: sacred-gold-1.0.01.ebuild
===================================================================
RCS file:
/var/cvsroot/gentoo-x86/games-rpg/sacred-gold/sacred-gold-1.0.01.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sacred-gold-1.0.01.ebuild 16 Apr 2014 17:08:02 -0000 1.4
+++ sacred-gold-1.0.01.ebuild 15 Oct 2014 08:28:29 -0000 1.5
@@ -1,6 +1,8 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header:
/var/cvsroot/gentoo-x86/games-rpg/sacred-gold/sacred-gold-1.0.01.ebuild,v 1.4
2014/04/16 17:08:02 ulm Exp $
+# $Header:
/var/cvsroot/gentoo-x86/games-rpg/sacred-gold/sacred-gold-1.0.01.ebuild,v 1.5
2014/10/15 08:28:29 pacho Exp $
+
+EAPI=5
inherit versionator eutils cdrom unpacker games
@@ -17,11 +19,20 @@
IUSE=""
RESTRICT="mirror bindist strip"
-RDEPEND="virtual/opengl
- x86? ( x11-libs/libX11
- x11-libs/libXext
- x11-libs/libXi )
- amd64? ( app-emulation/emul-linux-x86-xlibs )"
+RDEPEND="
+ || (
+ (
+ x11-libs/libX11[abi_x86_32(-)]
+ x11-libs/libXext[abi_x86_32(-)]
+ x11-libs/libXi[abi_x86_32(-)]
+ virtual/opengl[abi_x86_32(-)]
+ )
+ amd64? (
+ app-emulation/emul-linux-x86-opengl[-abi_x86_32(-)]
+ app-emulation/emul-linux-x86-xlibs[-abi_x86_32(-)]
+ )
+ )
+"
DEPEND=""
S=${WORKDIR}
@@ -35,12 +46,12 @@
cp -f "${CDROM_ROOT}"/README* . || die
cp -f "${CDROM_ROOT}"/manual.pdf . || die
- mkdir -p patch
- cd patch
+ mkdir -p "patch"
+ cd "patch"
unpack_makeself ${MY_P}-x86.run
bin/Linux/x86/loki_patch patch.dat "${S}" || die "loki_patch failed"
cd "${S}"
- rm -rf patch
+ rm -rf "patch"
mv lib/lib{1,2}/* lib
rmdir lib/lib{1,2}
@@ -53,7 +64,7 @@
mv * "${D}/${dir}" || die
games_make_wrapper ${PN} ./sacred "${dir}" "${dir}"/lib
- newicon "${CDROM_ROOT}"/.data/icon.xpm ${PN}.xpm || die
+ newicon "${CDROM_ROOT}"/.data/icon.xpm ${PN}.xpm
make_desktop_entry ${PN} "Sacred - Gold" ${PN}
prepgamesdirs
1.7 games-rpg/sacred-gold/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-rpg/sacred-gold/ChangeLog?rev=1.7&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-rpg/sacred-gold/ChangeLog?rev=1.7&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-rpg/sacred-gold/ChangeLog?r1=1.6&r2=1.7
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-rpg/sacred-gold/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog 16 Apr 2014 17:08:02 -0000 1.6
+++ ChangeLog 15 Oct 2014 08:28:29 -0000 1.7
@@ -1,6 +1,10 @@
# ChangeLog for games-rpg/sacred-gold
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-rpg/sacred-gold/ChangeLog,v 1.6
2014/04/16 17:08:02 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-rpg/sacred-gold/ChangeLog,v 1.7
2014/10/15 08:28:29 pacho Exp $
+
+ 15 Oct 2014; Pacho Ramos <[email protected]> sacred-gold-1.0.01.ebuild,
+ sacred-gold-1.0.ebuild:
+ Support multilib providers for deps. Bump to EAPI=5.
16 Apr 2014; Ulrich Müller <[email protected]> sacred-gold-1.0.ebuild,
sacred-gold-1.0.01.ebuild:
@@ -26,4 +30,3 @@
29 Jul 2009; Denis Dupeyron <[email protected]> +sacred-gold-1.0.ebuild:
Initial commit. Enjoy.
-