ulm 14/04/17 16:21:16 Modified: ChangeLog triptych-demo-0.ebuild Log: Fix LICENSE, add mirror and bindist restrictions, update SRC_URI, bug 505728. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
Revision Changes Path 1.10 games-puzzle/triptych-demo/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/triptych-demo/ChangeLog?rev=1.10&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/triptych-demo/ChangeLog?rev=1.10&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/triptych-demo/ChangeLog?r1=1.9&r2=1.10 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-puzzle/triptych-demo/ChangeLog,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- ChangeLog 13 Mar 2008 18:18:59 -0000 1.9 +++ ChangeLog 17 Apr 2014 16:21:16 -0000 1.10 @@ -1,6 +1,9 @@ # ChangeLog for games-puzzle/triptych-demo -# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/triptych-demo/ChangeLog,v 1.9 2008/03/13 18:18:59 wolf31o2 Exp $ +# Copyright 2000-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/triptych-demo/ChangeLog,v 1.10 2014/04/17 16:21:16 ulm Exp $ + + 17 Apr 2014; Ulrich Müller <[email protected]> triptych-demo-0.ebuild: + Fix LICENSE, add mirror and bindist restrictions, update SRC_URI, bug 505728. 13 Mar 2008; Chris Gianelloni <[email protected]> triptych-demo-0.ebuild: 1.10 games-puzzle/triptych-demo/triptych-demo-0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/triptych-demo/triptych-demo-0.ebuild?rev=1.10&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/triptych-demo/triptych-demo-0.ebuild?rev=1.10&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/triptych-demo/triptych-demo-0.ebuild?r1=1.9&r2=1.10 Index: triptych-demo-0.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-puzzle/triptych-demo/triptych-demo-0.ebuild,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- triptych-demo-0.ebuild 13 Mar 2008 18:18:59 -0000 1.9 +++ triptych-demo-0.ebuild 17 Apr 2014 16:21:16 -0000 1.10 @@ -1,22 +1,23 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/triptych-demo/triptych-demo-0.ebuild,v 1.9 2008/03/13 18:18:59 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/triptych-demo/triptych-demo-0.ebuild,v 1.10 2014/04/17 16:21:16 ulm Exp $ inherit eutils games DESCRIPTION="fast-paced tetris-like puzzler" HOMEPAGE="http://www.chroniclogic.com/triptych.htm" -SRC_URI="http://www.chroniclogic.com/demo/triptych.tar.gz" +SRC_URI="http://s159260531.onlinehome.us/demos/triptych.tar.gz" -LICENSE="as-is" +LICENSE="all-rights-reserved" SLOT="0" KEYWORDS="-* x86" -RESTRICT="strip" IUSE="" +RESTRICT="mirror bindist strip" DEPEND="x11-libs/libXext media-libs/libsdl virtual/opengl" +RDEPEND="" S=${WORKDIR}/triptych
