diff options
author | Ulrich Müller <ulm@gentoo.org> | 2012-01-16 19:09:15 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2012-01-16 19:09:15 +0000 |
commit | 59bef73c12aab9df9368474654b9afdc4ed2a339 (patch) | |
tree | 8a91521ba344daebead97e0a5948f7c2f3ebe6e6 | |
parent | Migrate to cdrom.eclass, bug 398809. (diff) | |
download | gentoo-2-59bef73c12aab9df9368474654b9afdc4ed2a339.tar.gz gentoo-2-59bef73c12aab9df9368474654b9afdc4ed2a339.tar.bz2 gentoo-2-59bef73c12aab9df9368474654b9afdc4ed2a339.zip |
Migrate to cdrom.eclass, bug 398809.
(Portage version: 2.1.10.44/cvs/Linux x86_64)
-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} |