summaryrefslogtreecommitdiff
path: root/games-strategy/glob2/glob2-0.9.4.4-r2.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:58:29 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:58:29 +0100
commit0cf2f20608308acdf3cb922c3736446bbd8f3388 (patch)
tree07815070629c7c11000a7f51ceb8ccbccb49a809 /games-strategy/glob2/glob2-0.9.4.4-r2.ebuild
parent1798c4aeca70ac8d0a243684d6a798fbc65735f8 (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'games-strategy/glob2/glob2-0.9.4.4-r2.ebuild')
-rw-r--r--games-strategy/glob2/glob2-0.9.4.4-r2.ebuild64
1 files changed, 0 insertions, 64 deletions
diff --git a/games-strategy/glob2/glob2-0.9.4.4-r2.ebuild b/games-strategy/glob2/glob2-0.9.4.4-r2.ebuild
deleted file mode 100644
index fe7cdc7b1729..000000000000
--- a/games-strategy/glob2/glob2-0.9.4.4-r2.ebuild
+++ /dev/null
@@ -1,64 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit desktop gnome2-utils scons-utils
-
-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}"
-
-PATCHES=( "${FILESDIR}"/${P}-{gcc{44,49,6},scons-blows,underlinking}.patch )
-
-src_configure() {
- myesconsargs=(
- INSTALLDIR=/usr/share/${PN}
- DATADIR=/usr/share/${PN}
- )
- escons data
-}
-
-src_compile() {
- escons
-}
-
-src_install() {
- dobin src/${PN}
- insinto /usr/share/${PN}
- doins -r campaigns data maps scripts
- find "${ED}"/usr/share/${PN} -name SConscript -exec rm -f '{}' +
- newicon -s 48 data/icons/glob2-icon-48x48.png ${PN}.png
- make_desktop_entry glob2 "Globulation 2"
- einstalldocs
-}
-
-pkg_preinst() {
- gnome2_icon_savelist
-}
-
-pkg_postinst() {
- gnome2_icon_cache_update
-}
-
-pkg_postrm() {
- gnome2_icon_cache_update
-}