summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Unbehaun <frostworks@gmx.de>2010-03-12 15:10:27 +0100
committerMarcel Unbehaun <frostworks@gmx.de>2010-03-12 15:10:27 +0100
commit933903d20bfc428b039d8afba47a891aa8aa0c68 (patch)
treea6799c2ed2571ebb49f8de4171f40c2c100512a9 /x11-apps
parent[x11-apps/typhon] added debug version typhon-0.6.4.2.ebuild (diff)
downloadgamerlay-933903d20bfc428b039d8afba47a891aa8aa0c68.tar.gz
gamerlay-933903d20bfc428b039d8afba47a891aa8aa0c68.tar.bz2
gamerlay-933903d20bfc428b039d8afba47a891aa8aa0c68.zip
[x11-apps/typhon] removed typhon-0.6.2.ebuild
[x11-apps/typhon] removed typhon-0.6.4.ebuild
Diffstat (limited to 'x11-apps')
-rw-r--r--x11-apps/typhon/typhon-0.6.2.ebuild49
-rw-r--r--x11-apps/typhon/typhon-0.6.4.ebuild54
2 files changed, 0 insertions, 103 deletions
diff --git a/x11-apps/typhon/typhon-0.6.2.ebuild b/x11-apps/typhon/typhon-0.6.2.ebuild
deleted file mode 100644
index aefbcb9..0000000
--- a/x11-apps/typhon/typhon-0.6.2.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: x11-apps/typhontyphon-0.6.2.ebuild,v 1.0 2010/02/23 13:02:11 by frostwork Exp $
-
-EAPI="2"
-
-inherit eutils
-
-DESCRIPTION="A slim and themeable opengl dashboard / program launcher"
-HOMEPAGE="http://www.frostworx.de/programs/typhon.html"
-SRC_URI="http://www.frostworx.de/typhon/${P}.tar.bz2"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~x86"
-IUSE="sdl fmod +glut"
-
-RDEPEND="media-libs/ftgl
- virtual/opengl
- glut? ( media-libs/freeglut )
- sdl? ( media-libs/sdl-mixer )
- fmod? ( =media-libs/fmod-3* )"
-DEPEND="${RDEPEND}"
-
-src_prepare() {
- if use sdl && use fmod ; then
- ewarn "both sdl and fmod useflag not possible!"
- die "disable fmod useflag in favour of sdl-mixer"
- fi
- if use fmod; then
- echo "SOUNDFLAGS = -DFMOD -DSOUND" >> Makefile
- echo "SOUNDLIBS = -lfmod" >> Makefile
- fi
- if use sdl; then
- echo "SOUNDFLAGS = -DSDLMIXER -DSOUND `sdl-config --cflags`" >> Makefile
- echo "SOUNDLIBS = `sdl-config --libs` -lSDL_mixer" >> Makefile
- fi
- if use glut; then
- echo "GLUTFLAGS = -DGLUT" >> Makefile
- echo "GLUTLIBS = -lglut" >> Makefile
- fi
-}
-
-src_install() {
- dobin ${PN}
- newicon ${PN}.png ${PN}.png
- make_desktop_entry ${PN} ${PN}
- dodoc README
-}
diff --git a/x11-apps/typhon/typhon-0.6.4.ebuild b/x11-apps/typhon/typhon-0.6.4.ebuild
deleted file mode 100644
index 122f2fd..0000000
--- a/x11-apps/typhon/typhon-0.6.4.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: x11-apps/typhontyphon-0.6.2.ebuild,v 1.0 2010/02/23 13:02:11 by frostwork Exp $
-
-EAPI="2"
-
-inherit eutils
-
-DESCRIPTION="A slim and themeable opengl dashboard / program launcher"
-HOMEPAGE="http://www.frostworx.de/programs/typhon.html"
-SRC_URI="http://www.frostworx.de/typhon/${P}.tar.bz2"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~x86"
-IUSE="sdl fmod glut png"
-
-RDEPEND="media-libs/ftgl
- virtual/opengl
- glut? ( media-libs/freeglut )
- png? ( media-libs/glpng )
- sdl? ( media-libs/sdl-mixer )
- fmod? ( =media-libs/fmod-3* )"
-DEPEND="${RDEPEND}"
-
-src_prepare() {
- if use sdl && use fmod ; then
- ewarn "both sdl and fmod useflag not possible!"
- die "disable fmod useflag in favour of sdl-mixer"
- fi
- if use fmod; then
- echo "SOUNDFLAGS = -DFMOD -DSOUND" >> Makefile
- echo "SOUNDLIBS = -lfmod" >> Makefile
- fi
- if use sdl; then
- echo "SOUNDFLAGS = -DSDLMIXER -DSOUND `sdl-config --cflags`" >> Makefile
- echo "SOUNDLIBS = `sdl-config --libs` -lSDL_mixer" >> Makefile
- fi
- if use glut; then
- echo "GLUTFLAGS = -DGLUT" >> Makefile
- echo "GLUTLIBS = -lglut" >> Makefile
- fi
- if use png; then
- echo "PICFLAGS = -DPNG" >> Makefile
- echo "PICLIBS = -lglpng" >> Makefile
- fi
-}
-
-src_install() {
- dobin ${PN}
- newicon ${PN}.png ${PN}.png
- make_desktop_entry ${PN} ${PN}
- dodoc README
-}