diff options
author | Ulrich Müller <ulm@gentoo.org> | 2014-04-17 16:21:16 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2014-04-17 16:21:16 +0000 |
commit | 0dad7ac9d3bf07f51622e8f988343f5df244dc75 (patch) | |
tree | ef0a06b649967cb56ca564addd4f1845ce246027 /games-puzzle/triptych-demo | |
parent | Version bump to 1.8.0. (diff) | |
download | gentoo-2-0dad7ac9d3bf07f51622e8f988343f5df244dc75.tar.gz gentoo-2-0dad7ac9d3bf07f51622e8f988343f5df244dc75.tar.bz2 gentoo-2-0dad7ac9d3bf07f51622e8f988343f5df244dc75.zip |
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!)
Diffstat (limited to 'games-puzzle/triptych-demo')
-rw-r--r-- | games-puzzle/triptych-demo/ChangeLog | 7 | ||||
-rw-r--r-- | games-puzzle/triptych-demo/triptych-demo-0.ebuild | 11 |
2 files changed, 11 insertions, 7 deletions
diff --git a/games-puzzle/triptych-demo/ChangeLog b/games-puzzle/triptych-demo/ChangeLog index d181ba9a111e..42554ad97aa3 100644 --- a/games-puzzle/triptych-demo/ChangeLog +++ b/games-puzzle/triptych-demo/ChangeLog @@ -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 <ulm@gentoo.org> triptych-demo-0.ebuild: + Fix LICENSE, add mirror and bindist restrictions, update SRC_URI, bug 505728. 13 Mar 2008; Chris Gianelloni <wolf31o2@gentoo.org> triptych-demo-0.ebuild: diff --git a/games-puzzle/triptych-demo/triptych-demo-0.ebuild b/games-puzzle/triptych-demo/triptych-demo-0.ebuild index 472c28f76c53..c0d252aa0163 100644 --- a/games-puzzle/triptych-demo/triptych-demo-0.ebuild +++ b/games-puzzle/triptych-demo/triptych-demo-0.ebuild @@ -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 |