summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2018-05-02 19:25:08 +0200
committerPacho Ramos <pacho@gentoo.org>2018-05-02 21:27:39 +0200
commitc3603cf6c49ffab5dcbb9897a783980470de87e6 (patch)
treeaf6a346095c86a09ef1c049fb608c1ec29f7a2c5 /games-strategy
parentgames-strategy/glob2: Stop using games.eclass (diff)
downloadgentoo-c3603cf6c49ffab5dcbb9897a783980470de87e6.tar.gz
gentoo-c3603cf6c49ffab5dcbb9897a783980470de87e6.tar.bz2
gentoo-c3603cf6c49ffab5dcbb9897a783980470de87e6.zip
games-strategy/glob2: Drop old
Package-Manager: Portage-2.3.31, Repoman-2.3.9
Diffstat (limited to 'games-strategy')
-rw-r--r--games-strategy/glob2/glob2-0.9.4.4-r1.ebuild68
1 files changed, 0 insertions, 68 deletions
diff --git a/games-strategy/glob2/glob2-0.9.4.4-r1.ebuild b/games-strategy/glob2/glob2-0.9.4.4-r1.ebuild
deleted file mode 100644
index 2268ae605173..000000000000
--- a/games-strategy/glob2/glob2-0.9.4.4-r1.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils gnome2-utils scons-utils games
-
-DESCRIPTION="Real Time Strategy (RTS) game involving a brave army of globs"
-HOMEPAGE="http://globulation2.org/"
-SRC_URI="mirror://nongnu/glob2/${PV:0:5}/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="
- >=dev-libs/boost-1.34[threads]
- dev-libs/fribidi
- media-libs/libsdl[opengl]
- media-libs/libvorbis
- media-libs/sdl-image[png]
- media-libs/sdl-net
- media-libs/sdl-ttf
- media-libs/speex
- virtual/glu
- virtual/opengl"
-DEPEND="${RDEPEND}"
-
-src_prepare() {
- epatch "${FILESDIR}"/${P}-{gcc{44,49,6},scons-blows,underlinking}.patch
-}
-
-src_configure() {
- myesconsargs=(
- INSTALLDIR="${GAMES_DATADIR}"/${PN}
- DATADIR="${GAMES_DATADIR}"/${PN}
- )
- escons data
-}
-
-src_compile() {
- escons
-}
-
-src_install() {
- dogamesbin src/${PN}
- insinto "${GAMES_DATADIR}"/${PN}
- doins -r campaigns data maps scripts
- find "${D}/${GAMES_DATADIR}"/${PN} -name SConscript -exec rm -f '{}' +
- newicon -s 48 data/icons/glob2-icon-48x48.png ${PN}.png
- make_desktop_entry glob2 "Globulation 2"
- dodoc README*
- prepgamesdirs
-}
-
-pkg_preinst() {
- games_pkg_preinst
- gnome2_icon_savelist
-}
-
-pkg_postinst() {
- games_pkg_postinst
- gnome2_icon_cache_update
-}
-
-pkg_postrm() {
- gnome2_icon_cache_update
-}