diff options
author | 2012-01-16 19:34:13 +0000 | |
---|---|---|
committer | 2012-01-16 19:34:13 +0000 | |
commit | a98bbd7d34231482741d950113cd020a7e94298d (patch) | |
tree | 46c051d27647d49e56640cd19f0818f885e6a9b2 /games-fps/tribes2 | |
parent | leftover unnecessary || die (diff) | |
download | historical-a98bbd7d34231482741d950113cd020a7e94298d.tar.gz historical-a98bbd7d34231482741d950113cd020a7e94298d.tar.bz2 historical-a98bbd7d34231482741d950113cd020a7e94298d.zip |
Migrate to cdrom.eclass, bug 398809.
Package-Manager: portage-2.1.10.44/cvs/Linux x86_64
Diffstat (limited to 'games-fps/tribes2')
-rw-r--r-- | games-fps/tribes2/ChangeLog | 7 | ||||
-rw-r--r-- | games-fps/tribes2/tribes2-25034.ebuild | 7 |
2 files changed, 8 insertions, 6 deletions
diff --git a/games-fps/tribes2/ChangeLog b/games-fps/tribes2/ChangeLog index e1c71aee5f92..c7c8fd07d62e 100644 --- a/games-fps/tribes2/ChangeLog +++ b/games-fps/tribes2/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-fps/tribes2 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/tribes2/ChangeLog,v 1.21 2011/12/14 17:27:48 vapier Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-fps/tribes2/ChangeLog,v 1.22 2012/01/16 19:27:02 ulm Exp $ + + 16 Jan 2012; Ulrich Müller <ulm@gentoo.org> tribes2-25034.ebuild: + Migrate to cdrom.eclass, bug 398809. 14 Dec 2011; Mike Frysinger <vapier@gentoo.org> tribes2-25034.ebuild: The games.eclass has dropped GAMES_CHECK_LICENSE support (since portage now diff --git a/games-fps/tribes2/tribes2-25034.ebuild b/games-fps/tribes2/tribes2-25034.ebuild index 11a9bf67ba4e..615afab32012 100644 --- a/games-fps/tribes2/tribes2-25034.ebuild +++ b/games-fps/tribes2/tribes2-25034.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-fps/tribes2/tribes2-25034.ebuild,v 1.21 2011/12/14 17:27:48 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/tribes2/tribes2-25034.ebuild,v 1.22 2012/01/16 19:27:02 ulm Exp $ -inherit eutils games +inherit eutils cdrom games IUSE="" DESCRIPTION="Tribes 2 - Team Combat on an Epic Scale" @@ -17,7 +17,6 @@ SLOT="0" # someone does fix the patching. KEYWORDS="-amd64 x86" RESTRICT="mirror strip" -PROPERTIES="interactive" DEPEND="sys-libs/glibc games-util/loki_patch" |