summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Unbehaun <frostworks@gmx.de>2011-01-26 11:34:54 +0100
committerMarcel Unbehaun <frostworks@gmx.de>2011-01-26 11:34:54 +0100
commita405636094e0c10213d6dd966de672021b60dcd2 (patch)
treeafcdb817c27df196d5993289b2f33a0ae6493d37 /x11-apps
parent[games-simulation/{flightgear,fgrun}] move back to eapi 2 (diff)
downloadgamerlay-a405636094e0c10213d6dd966de672021b60dcd2.tar.gz
gamerlay-a405636094e0c10213d6dd966de672021b60dcd2.tar.bz2
gamerlay-a405636094e0c10213d6dd966de672021b60dcd2.zip
[x11-apps/typhon] new typhon-1.0_rc1.ebuild
[x11-apps/typhon] updated Manifest [x11-apps/typhon] removed typhon-0.91.ebuild [x11-apps/typhon] removed typhon-0.92.ebuild
Diffstat (limited to 'x11-apps')
-rw-r--r--x11-apps/typhon/Manifest6
-rw-r--r--x11-apps/typhon/typhon-0.91.ebuild50
-rw-r--r--x11-apps/typhon/typhon-0.92.ebuild52
-rw-r--r--x11-apps/typhon/typhon-1.0_rc1.ebuild43
4 files changed, 45 insertions, 106 deletions
diff --git a/x11-apps/typhon/Manifest b/x11-apps/typhon/Manifest
index dfe8629..21dbdbb 100644
--- a/x11-apps/typhon/Manifest
+++ b/x11-apps/typhon/Manifest
@@ -1,6 +1,4 @@
-DIST typhon-0.91.tar.bz2 1230019 RMD160 bbcd8400e86ceb54e0077c2319a7c813be495ad6 SHA1 762a5d78eeb4a6ce3c5f63692ff24603ca1042b0 SHA256 7ee0ce837a67a00a8dbfc38d08db1264620233836287daad3021f2595722b540
-DIST typhon-0.92.tar.bz2 1239263 RMD160 2db077b4805fb2fbcf5cf01002f1e4f9e83217c8 SHA1 28326a2b9b887a8aadcf8a012f79b1969a7abfdf SHA256 d53045f6ced87f3b6e71906a04a5a737e06561de2df40864e9b31247d1c07b71
-EBUILD typhon-0.91.ebuild 1223 RMD160 d18e27383838b130c3860acdcd787b477a66dd81 SHA1 aa11a6c8d623c500be2b0ef36c1dda67a2e0090a SHA256 d06ed493775d4b3b023d37ee5ea4c53ca3589c039517ba90691048a9d4115de0
-EBUILD typhon-0.92.ebuild 1325 RMD160 ebf912bb82cfd8b18741069dcf951dd39d352ddf SHA1 aef95d361016f889c3eab2d1cd79af6941c3d1bf SHA256 0e63982df16675953f463489919251dac9bd8066e48f26d6a4fd2c2f8a8dd120
+DIST typhon-1.0_rc1.tar.bz2 1686065 RMD160 9d2950bbe2267ce35903f61a0eb749914c7ffc73 SHA1 1ac57985c742f4a41a138d30a70b857d44b336fb SHA256 0dfdb6c5b41b25351549e25dbe2dad53658d6b601cd12e25afd91bb3b0487706
+EBUILD typhon-1.0_rc1.ebuild 1051 RMD160 b88e948366bf64cbe2b0ba6c8c7a5a143dbdf4d2 SHA1 332755f52e83979ed0d0c9e668b1677610b70fc7 SHA256 0be3005373521404a3fbe955151e4cec16150d2bafef5f58039dd1226f1c8b19
EBUILD typhon-9999.ebuild 1122 RMD160 2c8b3816a2d96a23c3581fee2e6f37a3d99eeecf SHA1 dee54ea1be74b506241c9a5c9133dc0ddbef71ed SHA256 84b6e13bd06630756cd7d3a75f93631b898a01d9e2f0fd0bfe466f9c9bb099e0
MISC metadata.xml 549 RMD160 c2a908db39540d9045b1d4b6d80d2ca001ba1105 SHA1 e34694b330efda956f50b29a2f9d7e999565a9dc SHA256 805cb3fdc1c727a0a35ec1d1f2f87fdfc940059d4db1c59ed455ec1145dab0c3
diff --git a/x11-apps/typhon/typhon-0.91.ebuild b/x11-apps/typhon/typhon-0.91.ebuild
deleted file mode 100644
index dc230dc..0000000
--- a/x11-apps/typhon/typhon-0.91.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: x11-apps/typhontyphon-0.91.ebuild,v 1.0 2010/06/21 09:11:11 by frostwork Exp $
-
-EAPI="2"
-
-inherit cmake-utils eutils
-
-DESCRIPTION="A slim and themeable opengl dashboard / program launcher"
-HOMEPAGE="http://www.frostworx.de/?p=1"
-SRC_URI="http://www.frostworx.de/typhon/${P/_/-}.tar.bz2"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug glut +sound +sysinfo +themes"
-
-S="${WORKDIR}/${P/_/-}"
-
-RDEPEND="media-libs/ftgl
- virtual/opengl
- media-libs/devil
- x11-libs/libXrender
- x11-libs/libXrandr
- glut? ( media-libs/freeglut )
- sound? ( media-libs/sdl-mixer )"
-DEPEND="${RDEPEND}
- >=dev-util/cmake-2.8.0"
-
-src_configure() {
- local mycmakeargs+=(
- $(cmake-utils_use !sound NOSOUND)
- $(cmake-utils_use !glut NOGLUT)
- $(cmake-utils_use !themes NOP3T)
- $(cmake-utils_use !sysinfo NOSYSINFO)
- $(cmake-utils_use_enable debug DEBUG)
- )
-
- mycmakeargs+=(
- "-DCMAKE_INSTALL_PREFIX=/usr"
- "-DCMAKE_INSTALL_ICONDIR=/usr/share/pixmaps/"
- "-DCMAKE_INSTALL_DESKTOPDIR=/usr/share/applications/"
- "-DCMAKE_DATA_PATH=/usr/share/"
- )
- cmake-utils_src_configure
-}
-
-src_install() {
- cmake-utils_src_install
-}
diff --git a/x11-apps/typhon/typhon-0.92.ebuild b/x11-apps/typhon/typhon-0.92.ebuild
deleted file mode 100644
index 4ca4e18..0000000
--- a/x11-apps/typhon/typhon-0.92.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: x11-apps/typhontyphon-0.91.ebuild,v 1.0 2010/06/21 09:11:11 by frostwork Exp $
-
-EAPI="2"
-
-inherit cmake-utils eutils
-
-DESCRIPTION="A slim and themeable opengl dashboard / program launcher"
-HOMEPAGE="http://www.frostworx.de/?p=1"
-SRC_URI="http://www.frostworx.de/typhon/${P/_/-}.tar.bz2"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug ffmpeg glut +sound +sysinfo +themes"
-
-S="${WORKDIR}/${P/_/-}"
-
-RDEPEND="media-libs/ftgl
- virtual/opengl
- media-libs/devil
- x11-libs/libXrender
- x11-libs/libXrandr
- glut? ( media-libs/freeglut )
- ffmpeg? ( media-libs/freealut media-video/ffmpeg )
- sound? ( media-libs/sdl-mixer )"
-DEPEND="${RDEPEND}
- >=dev-util/cmake-2.8.0"
-
-src_configure() {
- local mycmakeargs+=(
- $(cmake-utils_use !sound NOSOUND)
- $(cmake-utils_use !glut NOGLUT)
- $(cmake-utils_use !themes NOP3T)
- $(cmake-utils_use !sysinfo NOSYSINFO)
- $(cmake-utils_use !ffmpeg NOVIDEOPLAYER)
- $(cmake-utils_use_enable debug DEBUG)
- )
-
- mycmakeargs+=(
- "-DCMAKE_INSTALL_PREFIX=/usr"
- "-DCMAKE_INSTALL_ICONDIR=/usr/share/pixmaps/"
- "-DCMAKE_INSTALL_DESKTOPDIR=/usr/share/applications/"
- "-DCMAKE_DATA_PATH=/usr/share/"
- )
- cmake-utils_src_configure
-}
-
-src_install() {
- cmake-utils_src_install
-}
diff --git a/x11-apps/typhon/typhon-1.0_rc1.ebuild b/x11-apps/typhon/typhon-1.0_rc1.ebuild
new file mode 100644
index 0000000..6cff728
--- /dev/null
+++ b/x11-apps/typhon/typhon-1.0_rc1.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: x11-apps/typhontyphon-9999.ebuild,v 1.0 2011/01/18 09:21:06 by frostwork Exp $
+
+EAPI="2"
+
+CMAKE_MIN_VERSION=2.8
+
+inherit cmake-utils eutils
+
+DESCRIPTION="A slim and themeable opengl dashboard / program launcher"
+HOMEPAGE="http://www.frostworx.de/?p=1"
+SRC_URI="http://www.frostworx.de/typhon/${P}.tar.bz2"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="debug ffmpeg glut +sound +xml"
+
+S="${WORKDIR}/${P/_/-}"
+
+RDEPEND="media-libs/ftgl
+ virtual/opengl
+ media-libs/devil[jpeg,opengl,png]
+ x11-libs/libXrender
+ x11-libs/libXrandr
+ xml? ( dev-libs/tinyxml )
+ glut? ( media-libs/freeglut )
+ ffmpeg? ( >=media-video/ffmpeg-0.6 )
+ sound? ( media-libs/sdl-mixer )"
+DEPEND="${RDEPEND}"
+
+src_configure() {
+ local mycmakeargs=(
+ $(cmake-utils_use !sound NOSOUND)
+ $(cmake-utils_use !glut NOGLUT)
+ $(cmake-utils_use !ffmpeg NOVIDEOPLAYER)
+ $(cmake-utils_use debug DEBUG)
+ $(cmake-utils_use xml xml)
+ )
+
+ cmake-utils_src_configure
+}