diff options
author | Ulrich Müller <ulm@gentoo.org> | 2014-04-26 09:48:06 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2014-04-26 09:48:06 +0000 |
commit | 30d6d55ccd2984fb08accf42ddd6b4dd96f74ca1 (patch) | |
tree | 6e14ea3a1bd354ef001aaa76e2f3b947df818ae4 /games-strategy | |
parent | Add ruby21. (diff) | |
download | gentoo-2-30d6d55ccd2984fb08accf42ddd6b4dd96f74ca1.tar.gz gentoo-2-30d6d55ccd2984fb08accf42ddd6b4dd96f74ca1.tar.bz2 gentoo-2-30d6d55ccd2984fb08accf42ddd6b4dd96f74ca1.zip |
Fix LICENSE, add bindist restriction, bug 505778.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
Diffstat (limited to 'games-strategy')
-rw-r--r-- | games-strategy/savage-bin/ChangeLog | 7 | ||||
-rw-r--r-- | games-strategy/savage-bin/savage-bin-2.00e.ebuild | 8 |
2 files changed, 9 insertions, 6 deletions
diff --git a/games-strategy/savage-bin/ChangeLog b/games-strategy/savage-bin/ChangeLog index a9652ce36fd9..c0969ca988cf 100644 --- a/games-strategy/savage-bin/ChangeLog +++ b/games-strategy/savage-bin/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-strategy/savage-bin -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/savage-bin/ChangeLog,v 1.16 2013/08/01 20:55:44 ssuominen Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/savage-bin/ChangeLog,v 1.17 2014/04/26 09:48:06 ulm Exp $ + + 26 Apr 2014; Ulrich Müller <ulm@gentoo.org> savage-bin-2.00e.ebuild: + Fix LICENSE, add bindist restriction, bug 505778. 01 Aug 2013; Samuli Suominen <ssuominen@gentoo.org> savage-bin-2.00e.ebuild: Fix libjpeg.so.62 dependency. diff --git a/games-strategy/savage-bin/savage-bin-2.00e.ebuild b/games-strategy/savage-bin/savage-bin-2.00e.ebuild index 104703137ae7..7d98c502adee 100644 --- a/games-strategy/savage-bin/savage-bin-2.00e.ebuild +++ b/games-strategy/savage-bin/savage-bin-2.00e.ebuild @@ -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-strategy/savage-bin/savage-bin-2.00e.ebuild,v 1.15 2013/08/01 20:55:44 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/savage-bin/savage-bin-2.00e.ebuild,v 1.16 2014/04/26 09:48:06 ulm Exp $ EAPI=2 inherit eutils games @@ -16,11 +16,11 @@ SRC_URI="http://www.newerth.com/?id=downloads&op=downloadFile&file=SFE-Standalon http://www.newerth.com/?id=downloads&op=downloadFile&file=lin-client-auth-patch.zip&mirrorid=2 -> lin-client-auth-patch.zip http://www.newerth.com/?id=downloads&op=downloadFile&file=lin-client-auth-patch.zip&mirrorid=3 -> lin-client-auth-patch.zip" -LICENSE="as-is" +LICENSE="all-rights-reserved" SLOT="0" KEYWORDS="amd64 x86" IUSE="" -RESTRICT="mirror strip" +RESTRICT="mirror bindist strip" RDEPEND="virtual/opengl x86? ( media-libs/libsdl |