* [gentoo-commits] gentoo-x86 commit in games-arcade/aquaria: aquaria-1.1.3-r1.ebuild ChangeLog
@ 2014-06-26 18:51 Ian Stakenvicius (axs)
0 siblings, 0 replies; 2+ messages in thread
From: Ian Stakenvicius (axs) @ 2014-06-26 18:51 UTC (permalink / raw
To: gentoo-commits
axs 14/06/26 18:51:55
Modified: ChangeLog
Added: aquaria-1.1.3-r1.ebuild
Log:
bumped EAPI to 5; converted deps to gx86-multilib, note that i had no access to the distfile so i can not confirm deps are truely correct
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 2B6559ED)
Revision Changes Path
1.7 games-arcade/aquaria/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/aquaria/ChangeLog?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/aquaria/ChangeLog?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/aquaria/ChangeLog?r1=1.6&r2=1.7
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-arcade/aquaria/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog 15 Apr 2014 11:50:54 -0000 1.6
+++ ChangeLog 26 Jun 2014 18:51:54 -0000 1.7
@@ -1,6 +1,13 @@
# ChangeLog for games-arcade/aquaria
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/aquaria/ChangeLog,v 1.6 2014/04/15 11:50:54 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/aquaria/ChangeLog,v 1.7 2014/06/26 18:51:54 axs Exp $
+
+*aquaria-1.1.3-r1 (26 Jun 2014)
+
+ 26 Jun 2014; Ian Stakenvicius (_AxS_) <axs@gentoo.org>
+ +aquaria-1.1.3-r1.ebuild:
+ bumped EAPI to 5; converted deps to gx86-multilib, note that i had no access
+ to the distfile so i can not confirm deps are truely correct
15 Apr 2014; Ulrich Müller <ulm@gentoo.org> aquaria-1.1.3.ebuild:
Fix LICENSE, add bindist restriction, bug 505618.
1.1 games-arcade/aquaria/aquaria-1.1.3-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/aquaria/aquaria-1.1.3-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/aquaria/aquaria-1.1.3-r1.ebuild?rev=1.1&content-type=text/plain
Index: aquaria-1.1.3-r1.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-arcade/aquaria/aquaria-1.1.3-r1.ebuild,v 1.1 2014/06/26 18:51:54 axs Exp $
EAPI=5
inherit unpacker eutils games
DESCRIPTION="A 2D scroller set in a massive ocean world"
HOMEPAGE="http://www.bit-blot.com/aquaria/"
SRC_URI="aquaria-lnx-humble-bundle.mojo.run"
LICENSE="all-rights-reserved"
SLOT="0"
KEYWORDS="-* ~amd64 ~x86"
IUSE=""
RESTRICT="strip fetch bindist"
DEPEND="app-arch/unzip"
RDEPEND="|| (
(
>=media-libs/libsdl-1.2.15-r4[abi_x86_32(-)]
>=media-libs/openal-1.15.1[abi_x86_32(-)]
)
amd64? ( app-emulation/emul-linux-x86-sdl[-abi_x86_32(-)] )
)"
S=${WORKDIR}/data
pkg_nofetch() {
echo
elog "Download ${SRC_URI} from ${HOMEPAGE} and place it in ${DISTDIR}"
echo
}
src_unpack() {
unpack_zip ${A}
}
src_install() {
local dir="${GAMES_PREFIX_OPT}/${PN}"
insinto "${dir}"
exeinto "${dir}"
doins -r *.xml */
doexe "${PN}"
doicon "${PN}.png"
dodoc README-linux.txt
mv "${ED}/${dir}"/docs "${ED}/usr/share/doc/${PF}/html" || die
dosym /usr/share/doc/${PF}/html "${dir}"/docs
games_make_wrapper "${PN}" "./${PN}" "${dir}"
make_desktop_entry "${PN}" "Aquaria"
prepgamesdirs
}
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in games-arcade/aquaria: aquaria-1.1.3-r1.ebuild ChangeLog
@ 2015-06-01 21:44 Michael Sterrett (mr_bones_)
0 siblings, 0 replies; 2+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2015-06-01 21:44 UTC (permalink / raw
To: gentoo-commits
mr_bones_ 15/06/01 21:44:39
Modified: aquaria-1.1.3-r1.ebuild ChangeLog
Log:
clean up app-emulation/emul-linux which has been removed
(Portage version: 2.2.18/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path
1.2 games-arcade/aquaria/aquaria-1.1.3-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/aquaria/aquaria-1.1.3-r1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/aquaria/aquaria-1.1.3-r1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/aquaria/aquaria-1.1.3-r1.ebuild?r1=1.1&r2=1.2
Index: aquaria-1.1.3-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-arcade/aquaria/aquaria-1.1.3-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- aquaria-1.1.3-r1.ebuild 26 Jun 2014 18:51:54 -0000 1.1
+++ aquaria-1.1.3-r1.ebuild 1 Jun 2015 21:44:39 -0000 1.2
@@ -1,9 +1,8 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/aquaria/aquaria-1.1.3-r1.ebuild,v 1.1 2014/06/26 18:51:54 axs Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/aquaria/aquaria-1.1.3-r1.ebuild,v 1.2 2015/06/01 21:44:39 mr_bones_ Exp $
EAPI=5
-
inherit unpacker eutils games
DESCRIPTION="A 2D scroller set in a massive ocean world"
@@ -17,13 +16,9 @@
RESTRICT="strip fetch bindist"
DEPEND="app-arch/unzip"
-RDEPEND="|| (
- (
- >=media-libs/libsdl-1.2.15-r4[abi_x86_32(-)]
- >=media-libs/openal-1.15.1[abi_x86_32(-)]
- )
- amd64? ( app-emulation/emul-linux-x86-sdl[-abi_x86_32(-)] )
-)"
+RDEPEND="
+ >=media-libs/libsdl-1.2.15-r4[abi_x86_32(-)]
+ >=media-libs/openal-1.15.1[abi_x86_32(-)]"
S=${WORKDIR}/data
1.9 games-arcade/aquaria/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/aquaria/ChangeLog?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/aquaria/ChangeLog?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/aquaria/ChangeLog?r1=1.8&r2=1.9
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-arcade/aquaria/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog 25 Aug 2014 20:46:39 -0000 1.8
+++ ChangeLog 1 Jun 2015 21:44:39 -0000 1.9
@@ -1,6 +1,9 @@
# ChangeLog for games-arcade/aquaria
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/aquaria/ChangeLog,v 1.8 2014/08/25 20:46:39 mr_bones_ Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/aquaria/ChangeLog,v 1.9 2015/06/01 21:44:39 mr_bones_ Exp $
+
+ 01 Jun 2015; Michael Sterrett <mr_bones_@gentoo.org> aquaria-1.1.3-r1.ebuild:
+ clean up app-emulation/emul-linux which has been removed
25 Aug 2014; Michael Sterrett <mr_bones_@gentoo.org> -aquaria-1.1.3.ebuild:
old
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-06-01 21:44 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-26 18:51 [gentoo-commits] gentoo-x86 commit in games-arcade/aquaria: aquaria-1.1.3-r1.ebuild ChangeLog Ian Stakenvicius (axs)
-- strict thread matches above, loose matches on Subject: below --
2015-06-01 21:44 Michael Sterrett (mr_bones_)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox