diff options
Diffstat (limited to 'games-action')
-rw-r--r-- | games-action/postalplus/ChangeLog | 7 | ||||
-rw-r--r-- | games-action/postalplus/postalplus-1.ebuild | 7 |
2 files changed, 8 insertions, 6 deletions
diff --git a/games-action/postalplus/ChangeLog b/games-action/postalplus/ChangeLog index a9e869869148..0867278dd0a5 100644 --- a/games-action/postalplus/ChangeLog +++ b/games-action/postalplus/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-action/postalplus -# 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 $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-action/postalplus/ChangeLog,v 1.3 2012/01/16 19:09:15 ulm Exp $ + + 16 Jan 2012; Ulrich Müller <ulm@gentoo.org> postalplus-1.ebuild: + Migrate to cdrom.eclass, bug 398809. 14 Dec 2011; Mike Frysinger <vapier@gentoo.org> postalplus-1.ebuild: The games.eclass has dropped GAMES_CHECK_LICENSE support (since portage now diff --git a/games-action/postalplus/postalplus-1.ebuild b/games-action/postalplus/postalplus-1.ebuild index be971258ba92..2f65e9944fdf 100644 --- a/games-action/postalplus/postalplus-1.ebuild +++ b/games-action/postalplus/postalplus-1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 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.4 2011/12/14 17:13:13 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/postalplus/postalplus-1.ebuild,v 1.5 2012/01/16 19:09:15 ulm Exp $ -inherit eutils games +inherit eutils cdrom games DESCRIPTION="Ultraviolent and controversial game featuring the Postal Dude" HOMEPAGE="http://www.lokigames.com/products/postal/" @@ -13,7 +13,6 @@ SLOT="0" KEYWORDS="~x86" IUSE="" RESTRICT="strip" -PROPERTIES="interactive" S=${WORKDIR} |