diff options
author | Ulrich Müller <ulm@gentoo.org> | 2014-05-04 18:40:15 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2014-05-04 18:40:15 +0000 |
commit | 42f740fd9ad0ce8841e2dce9be80ce9a2eec3ed7 (patch) | |
tree | c68e437803aad3df6dd676247a29f982cf1566dc /games-strategy | |
parent | Add a dependency on mod_unixd for Apache 2.4. (diff) | |
download | gentoo-2-42f740fd9ad0ce8841e2dce9be80ce9a2eec3ed7.tar.gz gentoo-2-42f740fd9ad0ce8841e2dce9be80ce9a2eec3ed7.tar.bz2 gentoo-2-42f740fd9ad0ce8841e2dce9be80ce9a2eec3ed7.zip |
Change LICENSE to all-rights-reserved, add bindist restriction, bug 505758.
(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/dominions2/ChangeLog | 7 | ||||
-rw-r--r-- | games-strategy/dominions2/dominions2-2.16.ebuild | 14 |
2 files changed, 12 insertions, 9 deletions
diff --git a/games-strategy/dominions2/ChangeLog b/games-strategy/dominions2/ChangeLog index b1dddca310e9..fd2243e025ca 100644 --- a/games-strategy/dominions2/ChangeLog +++ b/games-strategy/dominions2/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-strategy/dominions2 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/dominions2/ChangeLog,v 1.10 2013/06/06 04:29:53 tupone Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/dominions2/ChangeLog,v 1.11 2014/05/04 18:40:15 ulm Exp $ + + 04 May 2014; Ulrich Müller <ulm@gentoo.org> dominions2-2.16.ebuild: + Change LICENSE to all-rights-reserved, add bindist restriction, bug 505758. 06 Jun 2013; Alfredo Tupone <tupone@gentoo.org> dominions2-2.16.ebuild: Fixing broken homepage. Bug #471806 by Jonas Stein diff --git a/games-strategy/dominions2/dominions2-2.16.ebuild b/games-strategy/dominions2/dominions2-2.16.ebuild index 1f7981aee0b6..dbbebfec1ea1 100644 --- a/games-strategy/dominions2/dominions2-2.16.ebuild +++ b/games-strategy/dominions2/dominions2-2.16.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/dominions2/dominions2-2.16.ebuild,v 1.10 2013/06/06 04:29:53 tupone Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/dominions2/dominions2-2.16.ebuild,v 1.11 2014/05/04 18:40:15 ulm Exp $ inherit eutils cdrom games @@ -16,14 +16,13 @@ SRC_URI="x86? ( http://www.shrapnelgames.com/downloads/manual_addenda.pdf ) mirror://gentoo/${PN}.png" +# I am not sure what license applies to Dominions II and I couldn't find +# further information on their homepage or on the game CD :( +LICENSE="all-rights-reserved" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" IUSE="doc" -RESTRICT="strip" - -# I am not sure what license applies to Dominions II and I couldn't find -# further information on their homepage or on the game CD :( -LICENSE="as-is" +RESTRICT="bindist strip" DEPEND="virtual/opengl virtual/glu @@ -31,6 +30,7 @@ DEPEND="virtual/opengl ppc? ( media-libs/libsdl ) amd64? ( app-emulation/emul-linux-x86-xlibs app-emulation/emul-linux-x86-sdl )" +RDEPEND="${DEPEND}" dir=${GAMES_PREFIX_OPT}/${PN} Ddir=${D}/${dir} |