summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2018-04-15 20:49:20 +0200
committerPacho Ramos <pacho@gentoo.org>2018-04-15 21:00:32 +0200
commit7b5962cf6b21bb69e370886ea60f3ded15094b94 (patch)
tree987b5d4477ad8840c2168dc1ddaae2653adab2b9 /games-arcade
parentgames-arcade/criticalmass: Stop using games.eclass (diff)
downloadgentoo-7b5962cf6b21bb69e370886ea60f3ded15094b94.tar.gz
gentoo-7b5962cf6b21bb69e370886ea60f3ded15094b94.tar.bz2
gentoo-7b5962cf6b21bb69e370886ea60f3ded15094b94.zip
games-arcade/criticalmass: Drop old
Package-Manager: Portage-2.3.28, Repoman-2.3.9
Diffstat (limited to 'games-arcade')
-rw-r--r--games-arcade/criticalmass/criticalmass-1.0.2.ebuild57
1 files changed, 0 insertions, 57 deletions
diff --git a/games-arcade/criticalmass/criticalmass-1.0.2.ebuild b/games-arcade/criticalmass/criticalmass-1.0.2.ebuild
deleted file mode 100644
index 9306a54dd145..000000000000
--- a/games-arcade/criticalmass/criticalmass-1.0.2.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit autotools eutils flag-o-matic games
-
-DESCRIPTION="SDL/OpenGL space shoot'em up game"
-HOMEPAGE="http://criticalmass.sourceforge.net/"
-SRC_URI="mirror://sourceforge/criticalmass/CriticalMass-${PV}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="media-libs/sdl-mixer
- media-libs/sdl-image[png]
- media-libs/libpng:0
- virtual/opengl
- net-misc/curl"
-RDEPEND="${DEPEND}"
-
-S=${WORKDIR}/CriticalMass-${PV}
-
-src_prepare() {
- epatch "${FILESDIR}"/${P}-gcc43.patch \
- "${FILESDIR}"/${P}-system_curl.patch \
- "${FILESDIR}"/${P}-libpng14.patch \
- "${FILESDIR}"/${P}-cflags.patch \
- "${FILESDIR}"/${P}-libpng15.patch
- rm -rf curl
- eautoreconf
-}
-
-src_configure() {
- append-cxxflags -std=gnu++98 # Bug 612758
- default
-}
-
-src_install() {
- default
- rm -f "${D}${GAMES_BINDIR}/Packer"
- dohtml Readme.html
- newicon critter.png ${PN}.png
- make_desktop_entry critter "Critical Mass"
- prepgamesdirs
-}
-
-pkg_postinst() {
- games_pkg_postinst
- if ! has_version "media-libs/sdl-mixer[mod]" ; then
- ewarn
- ewarn "To hear music, you will have to rebuild media-libs/sdl-mixer"
- ewarn "with the \"mod\" USE flag turned on."
- ewarn
- fi
-}