ulm 14/04/15 11:50:54 Modified: ChangeLog aquaria-1.1.3.ebuild Log: Fix LICENSE, add bindist restriction, bug 505618. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
Revision Changes Path 1.6 games-arcade/aquaria/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/aquaria/ChangeLog?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/aquaria/ChangeLog?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/aquaria/ChangeLog?r1=1.5&r2=1.6 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-arcade/aquaria/ChangeLog,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- ChangeLog 14 Nov 2013 21:30:17 -0000 1.5 +++ ChangeLog 15 Apr 2014 11:50:54 -0000 1.6 @@ -1,6 +1,9 @@ # ChangeLog for games-arcade/aquaria -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/aquaria/ChangeLog,v 1.5 2013/11/14 21:30:17 mr_bones_ Exp $ +# 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 $ + + 15 Apr 2014; Ulrich Müller <[email protected]> aquaria-1.1.3.ebuild: + Fix LICENSE, add bindist restriction, bug 505618. 14 Nov 2013; Michael Sterrett <[email protected]> aquaria-1.1.3.ebuild: tidy 1.6 games-arcade/aquaria/aquaria-1.1.3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/aquaria/aquaria-1.1.3.ebuild?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/aquaria/aquaria-1.1.3.ebuild?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/aquaria/aquaria-1.1.3.ebuild?r1=1.5&r2=1.6 Index: aquaria-1.1.3.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-arcade/aquaria/aquaria-1.1.3.ebuild,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- aquaria-1.1.3.ebuild 14 Nov 2013 21:30:17 -0000 1.5 +++ aquaria-1.1.3.ebuild 15 Apr 2014 11:50:54 -0000 1.6 @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# 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.ebuild,v 1.5 2013/11/14 21:30:17 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/aquaria/aquaria-1.1.3.ebuild,v 1.6 2014/04/15 11:50:54 ulm Exp $ inherit unpacker eutils games @@ -8,11 +8,11 @@ HOMEPAGE="http://www.bit-blot.com/aquaria/" SRC_URI="aquaria-lnx-humble-bundle.mojo.run" -LICENSE="as-is" +LICENSE="all-rights-reserved" SLOT="0" KEYWORDS="-* ~amd64 ~x86" IUSE="" -RESTRICT="strip fetch" +RESTRICT="strip fetch bindist" DEPEND="app-arch/unzip" RDEPEND="x86? ( media-libs/libsdl >=media-libs/openal-1.5 )
