diff options
author | 2012-01-16 19:10:25 +0000 | |
---|---|---|
committer | 2012-01-16 19:10:25 +0000 | |
commit | 9a368925b9bd009c5124cb49d05a1f4409f9c726 (patch) | |
tree | 441d0605d1b899615a524fd215a82b5e1ca7cc19 /games-action/rune | |
parent | Migrate to cdrom.eclass, bug 398809. (diff) | |
download | gentoo-2-9a368925b9bd009c5124cb49d05a1f4409f9c726.tar.gz gentoo-2-9a368925b9bd009c5124cb49d05a1f4409f9c726.tar.bz2 gentoo-2-9a368925b9bd009c5124cb49d05a1f4409f9c726.zip |
Migrate to cdrom.eclass, bug 398809.
(Portage version: 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="" |