diff options
author | Mike Frysinger <vapier@gentoo.org> | 2011-12-14 17:31:19 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2011-12-14 17:31:19 +0000 |
commit | b903d4e2cd5cd2f325e4f033066996de5328b7ed (patch) | |
tree | a2af2e387406f40a3b261b7d51229998e5af8022 /games-simulation | |
parent | The games.eclass has dropped GAMES_CHECK_LICENSE support (since portage now h... (diff) | |
download | gentoo-2-b903d4e2cd5cd2f325e4f033066996de5328b7ed.tar.gz gentoo-2-b903d4e2cd5cd2f325e4f033066996de5328b7ed.tar.bz2 gentoo-2-b903d4e2cd5cd2f325e4f033066996de5328b7ed.zip |
Since portage now has ACCEPT_LICENSE support, no need for check_license anymore.
(Portage version: 2.2.0_alpha79/cvs/Linux x86_64)
Diffstat (limited to 'games-simulation')
-rw-r--r-- | games-simulation/bcs-demo/ChangeLog | 8 | ||||
-rw-r--r-- | games-simulation/bcs-demo/bcs-demo-1.3.ebuild | 8 |
2 files changed, 9 insertions, 7 deletions
diff --git a/games-simulation/bcs-demo/ChangeLog b/games-simulation/bcs-demo/ChangeLog index 2582d34b51e5..bfaf4c697cf7 100644 --- a/games-simulation/bcs-demo/ChangeLog +++ b/games-simulation/bcs-demo/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-simulation/bcs-demo -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-simulation/bcs-demo/ChangeLog,v 1.8 2007/09/29 13:23:23 angelos Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-simulation/bcs-demo/ChangeLog,v 1.9 2011/12/14 17:31:19 vapier Exp $ + + 14 Dec 2011; Mike Frysinger <vapier@gentoo.org> bcs-demo-1.3.ebuild: + Since portage now has ACCEPT_LICENSE support, no need for check_license + anymore. 29 Sep 2007; Christoph Mende <angelos@gentoo.org> bcs-demo-1.3.ebuild: Added ~amd64 diff --git a/games-simulation/bcs-demo/bcs-demo-1.3.ebuild b/games-simulation/bcs-demo/bcs-demo-1.3.ebuild index e326172c9436..1eb347bc8bec 100644 --- a/games-simulation/bcs-demo/bcs-demo-1.3.ebuild +++ b/games-simulation/bcs-demo/bcs-demo-1.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-simulation/bcs-demo/bcs-demo-1.3.ebuild,v 1.8 2009/04/14 07:30:50 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-simulation/bcs-demo/bcs-demo-1.3.ebuild,v 1.9 2011/12/14 17:31:19 vapier Exp $ inherit eutils games @@ -12,9 +12,8 @@ SRC_URI="ftp://ggdev-1.homelan.com/bcs/bcsdemo_v${PV/./_}.sh.bin LICENSE="BCS" SLOT="0" KEYWORDS="-* ~amd64 x86" -RESTRICT="strip" -PROPERTIES="interactive" IUSE="" +RESTRICT="strip" RDEPEND="sys-libs/glibc virtual/opengl @@ -30,7 +29,6 @@ RDEPEND="sys-libs/glibc S=${WORKDIR} -GAMES_CHECK_LICENSE="yes" dir=${GAMES_PREFIX_OPT}/${PN} Ddir=${D}/${dir} |