summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2013-01-22 18:06:55 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2013-01-22 18:06:55 +0000
commit579bf1b066279fb4e3d696b431580f7b0101240c (patch)
tree024695e23b74401eaab494e6787b2fc736489a2d /games-strategy/maxr
parentold (diff)
downloadgentoo-2-579bf1b066279fb4e3d696b431580f7b0101240c.tar.gz
gentoo-2-579bf1b066279fb4e3d696b431580f7b0101240c.tar.bz2
gentoo-2-579bf1b066279fb4e3d696b431580f7b0101240c.zip
old
(Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'games-strategy/maxr')
-rw-r--r--games-strategy/maxr/ChangeLog5
-rw-r--r--games-strategy/maxr/maxr-0.2.6.ebuild29
2 files changed, 4 insertions, 30 deletions
diff --git a/games-strategy/maxr/ChangeLog b/games-strategy/maxr/ChangeLog
index 2451d61d6a5d..d32c80f74c7e 100644
--- a/games-strategy/maxr/ChangeLog
+++ b/games-strategy/maxr/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for games-strategy/maxr
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/maxr/ChangeLog,v 1.7 2013/01/13 11:30:18 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/maxr/ChangeLog,v 1.8 2013/01/22 18:06:55 mr_bones_ Exp $
+
+ 22 Jan 2013; Michael Sterrett <mr_bones_@gentoo.org> -maxr-0.2.6.ebuild:
+ old
13 Jan 2013; Agostino Sarubbo <ago@gentoo.org> maxr-0.2.8.ebuild:
Stable for x86, wrt bug #449912
diff --git a/games-strategy/maxr/maxr-0.2.6.ebuild b/games-strategy/maxr/maxr-0.2.6.ebuild
deleted file mode 100644
index 7c2cc227a2ab..000000000000
--- a/games-strategy/maxr/maxr-0.2.6.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/maxr/maxr-0.2.6.ebuild,v 1.3 2009/11/17 21:45:29 volkmar Exp $
-
-EAPI=2
-inherit eutils games
-
-DESCRIPTION="Mechanized Assault and Exploration Reloaded"
-HOMEPAGE="http://www.maxr.org/"
-SRC_URI="http://www.maxr.org/downloads/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE=""
-
-DEPEND="media-libs/libsdl
- media-libs/sdl-mixer[vorbis]
- media-libs/sdl-net"
-
-src_install() {
- dogamesbin src/${PN} || die "dogamesbin failed"
- insinto "${GAMES_DATADIR}"/${PN}
- doins -r data/* || die "doins failed"
- dodoc ABOUT CHANGELOG
- doicon data/maxr.png
- make_desktop_entry maxr "Mechanized Assault and Exploration Reloaded"
- prepgamesdirs
-}