diff options
author | Ulrich Müller <ulm@gentoo.org> | 2013-04-14 06:58:59 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2013-04-14 06:58:59 +0000 |
commit | bbedc14747b2606abe3540cde352d9d67b33da30 (patch) | |
tree | d5bd523c24dc23ab15ddf1b32b229bcac20512a9 /games-arcade | |
parent | Cleanup. (diff) | |
download | gentoo-2-bbedc14747b2606abe3540cde352d9d67b33da30.tar.gz gentoo-2-bbedc14747b2606abe3540cde352d9d67b33da30.tar.bz2 gentoo-2-bbedc14747b2606abe3540cde352d9d67b33da30.zip |
Fix LICENSE, see README file. Add bindist restriction because the package includes data files that are non-redistributable.
(Portage version: 2.1.11.62/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
Diffstat (limited to 'games-arcade')
-rw-r--r-- | games-arcade/xrick/ChangeLog | 8 | ||||
-rw-r--r-- | games-arcade/xrick/xrick-021212-r1.ebuild | 8 |
2 files changed, 10 insertions, 6 deletions
diff --git a/games-arcade/xrick/ChangeLog b/games-arcade/xrick/ChangeLog index 0e438a8dc78c..fa519fa8a383 100644 --- a/games-arcade/xrick/ChangeLog +++ b/games-arcade/xrick/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-arcade/xrick -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/xrick/ChangeLog,v 1.15 2012/03/24 15:27:32 tupone Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-arcade/xrick/ChangeLog,v 1.16 2013/04/14 06:58:59 ulm Exp $ + + 14 Apr 2013; Ulrich Müller <ulm@gentoo.org> xrick-021212-r1.ebuild: + Fix LICENSE, see README file. Add bindist restriction because the package + includes data files that are non-redistributable. 24 Mar 2012; Tupone Alfredo <tupone@gentoo.org> +files/xrick-021212-zlib.patch: diff --git a/games-arcade/xrick/xrick-021212-r1.ebuild b/games-arcade/xrick/xrick-021212-r1.ebuild index c7ee9585bafe..b1b9d0233acc 100644 --- a/games-arcade/xrick/xrick-021212-r1.ebuild +++ b/games-arcade/xrick/xrick-021212-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/xrick/xrick-021212-r1.ebuild,v 1.15 2011/02/11 03:01:06 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/xrick/xrick-021212-r1.ebuild,v 1.16 2013/04/14 06:58:59 ulm Exp $ EAPI=2 inherit eutils games @@ -9,11 +9,11 @@ DESCRIPTION="Clone of the Rick Dangerous adventure game from the 80's" HOMEPAGE="http://www.bigorno.net/xrick/" SRC_URI="http://www.bigorno.net/xrick/${P}.tgz" -LICENSE="GPL-2 as-is" +LICENSE="GPL-1+ xrick" SLOT="0" KEYWORDS="amd64 ppc ppc64 x86 ~x86-fbsd" IUSE="" -RESTRICT="mirror" # bug #149097 +RESTRICT="mirror bindist" # bug #149097 DEPEND="media-libs/libsdl[video]" |