diff options
author | Mike Frysinger <vapier@gentoo.org> | 2011-12-14 17:13:20 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2011-12-14 17:13:20 +0000 |
commit | b6040641782c610577f559cd740af06132720500 (patch) | |
tree | 0b5237329b63836aee1b1d5ba6513fdc81c33307 /games-action/postalplus | |
parent | Stable for AMD64, wrt bug #389681 (diff) | |
download | historical-b6040641782c610577f559cd740af06132720500.tar.gz historical-b6040641782c610577f559cd740af06132720500.tar.bz2 historical-b6040641782c610577f559cd740af06132720500.zip |
The games.eclass has dropped GAMES_CHECK_LICENSE support (since portage now has ACCEPT_LICENSE), so drop it here too.
Package-Manager: portage-2.2.0_alpha79/cvs/Linux x86_64
Diffstat (limited to 'games-action/postalplus')
-rw-r--r-- | games-action/postalplus/ChangeLog | 8 | ||||
-rw-r--r-- | games-action/postalplus/postalplus-1.ebuild | 6 |
2 files changed, 8 insertions, 6 deletions
diff --git a/games-action/postalplus/ChangeLog b/games-action/postalplus/ChangeLog index a887373b2a23..a9e869869148 100644 --- a/games-action/postalplus/ChangeLog +++ b/games-action/postalplus/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-action/postalplus -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/postalplus/ChangeLog,v 1.1 2009/01/31 03:45:32 mr_bones_ Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-action/postalplus/ChangeLog,v 1.2 2011/12/14 17:13:13 vapier Exp $ + + 14 Dec 2011; Mike Frysinger <vapier@gentoo.org> postalplus-1.ebuild: + The games.eclass has dropped GAMES_CHECK_LICENSE support (since portage now + has ACCEPT_LICENSE), so drop it here too. *postalplus-1 (31 Jan 2009) diff --git a/games-action/postalplus/postalplus-1.ebuild b/games-action/postalplus/postalplus-1.ebuild index 6391f6131520..be971258ba92 100644 --- a/games-action/postalplus/postalplus-1.ebuild +++ b/games-action/postalplus/postalplus-1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/postalplus/postalplus-1.ebuild,v 1.3 2009/05/25 22:22:49 nyhm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/postalplus/postalplus-1.ebuild,v 1.4 2011/12/14 17:13:13 vapier Exp $ inherit eutils games @@ -17,8 +17,6 @@ PROPERTIES="interactive" S=${WORKDIR} -GAMES_CHECK_LICENSE="yes" - src_install() { local dir=${GAMES_PREFIX_OPT}/${PN} |