summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Le Cuirot <chewi@gentoo.org>2018-03-26 22:23:52 +0100
committerJames Le Cuirot <chewi@gentoo.org>2018-03-26 22:25:02 +0100
commit4611aae3bf39ad8470371c9ef3dda919e36bb169 (patch)
treea46793436b23633b56cfc477493db2807f9dcac2 /games-strategy/maxr
parentgames-strategy/maxr: Update icon cache (diff)
downloadgentoo-4611aae3bf39ad8470371c9ef3dda919e36bb169.tar.gz
gentoo-4611aae3bf39ad8470371c9ef3dda919e36bb169.tar.bz2
gentoo-4611aae3bf39ad8470371c9ef3dda919e36bb169.zip
games-strategy/maxr: Drop old and broken 0.2.8
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'games-strategy/maxr')
-rw-r--r--games-strategy/maxr/Manifest1
-rw-r--r--games-strategy/maxr/maxr-0.2.8.ebuild29
2 files changed, 0 insertions, 30 deletions
diff --git a/games-strategy/maxr/Manifest b/games-strategy/maxr/Manifest
index 19b5872fa688..e5cdde8f8a63 100644
--- a/games-strategy/maxr/Manifest
+++ b/games-strategy/maxr/Manifest
@@ -1,2 +1 @@
-DIST maxr-0.2.8.tar.gz 14738324 BLAKE2B 1e0e224cf823e3f9632a28124e9a78c46d6d417894c2df8137a3876b0143c35fb5cf63d2668f947da3e65d3317863fa686c3c7b28a31f38d8bd39ae7739124fb SHA512 22fec9ca773ea68f2639f3cb034ed271a926f99b9b17547bbbdf12a3b47ee445ab311b0766b0656c71b88a258165590431e189e695ef1a86e0fb3b799d1eaa80
DIST maxr-0.2.9.tar.gz 14847180 BLAKE2B eac99b06f84a2559a6ba601396a43b98014ccea2339bd5f7b8327d000d5a5ddf032c2a1fd1c0bec9e3be16e95e170acf93bc99438400d92eb637c2fa68ebcfed SHA512 8c92d85edf152b1730a8b9e1047d41687cfac816ea854e1ec0b5068a650d399cd3cfc4c47593a2eb83604fd649a05ba649763251104fd70d49bb1cb33d4f58fc
diff --git a/games-strategy/maxr/maxr-0.2.8.ebuild b/games-strategy/maxr/maxr-0.2.8.ebuild
deleted file mode 100644
index b183ec9420f9..000000000000
--- a/games-strategy/maxr/maxr-0.2.8.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-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 FDL-1.2+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="media-libs/libsdl[video]
- media-libs/sdl-mixer[vorbis]
- media-libs/sdl-net"
-RDEPEND="${DEPEND}"
-
-src_install() {
- dogamesbin src/${PN}
- insinto "${GAMES_DATADIR}"/${PN}
- doins -r data/*
- dodoc ABOUT CHANGELOG
- doicon data/maxr.png
- make_desktop_entry maxr "Mechanized Assault and Exploration Reloaded"
- prepgamesdirs
-}