diff options
author | 2012-01-16 19:10:25 +0000 | |
---|---|---|
committer | 2012-01-16 19:10:25 +0000 | |
commit | d50fd6c812edc14a0002e520d0ed6e1015cdcd0d (patch) | |
tree | abafe5b88c445d0d198243d9bd0a5893017037de /games-action/rune | |
parent | Stable on alpha, bug #372589 (diff) | |
download | historical-d50fd6c812edc14a0002e520d0ed6e1015cdcd0d.tar.gz historical-d50fd6c812edc14a0002e520d0ed6e1015cdcd0d.tar.bz2 historical-d50fd6c812edc14a0002e520d0ed6e1015cdcd0d.zip |
Migrate to cdrom.eclass, bug 398809.
Package-Manager: portage-2.1.10.44/cvs/Linux x86_64
Diffstat (limited to 'games-action/rune')
-rw-r--r-- | games-action/rune/ChangeLog | 7 | ||||
-rw-r--r-- | games-action/rune/rune-1.07-r2.ebuild | 7 |
2 files changed, 8 insertions, 6 deletions
diff --git a/games-action/rune/ChangeLog b/games-action/rune/ChangeLog index a3442401a326..81b11f622ea8 100644 --- a/games-action/rune/ChangeLog +++ b/games-action/rune/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-action/rune -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/rune/ChangeLog,v 1.19 2010/09/01 21:30:37 mr_bones_ Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-action/rune/ChangeLog,v 1.20 2012/01/16 19:10:25 ulm Exp $ + + 16 Jan 2012; Ulrich Müller <ulm@gentoo.org> rune-1.07-r2.ebuild: + Migrate to cdrom.eclass, bug 398809. 01 Sep 2010; Michael Sterrett <mr_bones_@gentoo.org> rune-1.07-r2.ebuild: EAPI=2; clean up SRC_URI diff --git a/games-action/rune/rune-1.07-r2.ebuild b/games-action/rune/rune-1.07-r2.ebuild index e8992e6ea393..978d768c3f4c 100644 --- a/games-action/rune/rune-1.07-r2.ebuild +++ b/games-action/rune/rune-1.07-r2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2010 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/rune/rune-1.07-r2.ebuild,v 1.10 2010/09/01 21:30:37 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/rune/rune-1.07-r2.ebuild,v 1.11 2012/01/16 19:10:25 ulm Exp $ EAPI=2 -inherit eutils games +inherit eutils cdrom games DESCRIPTION="Viking hack and slay game" HOMEPAGE="http://www.runegame.com" @@ -12,7 +12,6 @@ SRC_URI="mirror://gentoo/rune-all-0.2.tar.bz2" LICENSE="LOKI-EULA" SLOT="0" KEYWORDS="amd64 x86" -PROPERTIES="interactive" RESTRICT="strip" IUSE="" |