From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1R3rgL-0005YB-89 for garchives@archives.gentoo.org; Wed, 14 Sep 2011 15:47:25 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8A32E21C3AD; Wed, 14 Sep 2011 15:47:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 4CF8D21C3AC for ; Wed, 14 Sep 2011 15:47:10 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 935001B4040 for ; Wed, 14 Sep 2011 15:47:09 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id DDBA080042 for ; Wed, 14 Sep 2011 15:47:08 +0000 (UTC) From: "Marcel Unbehaun" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marcel Unbehaun" Message-ID: Subject: [gentoo-commits] proj/gamerlay:master commit in: x11-apps/typhon/ X-VCS-Repository: proj/gamerlay X-VCS-Files: x11-apps/typhon/metadata.xml x11-apps/typhon/typhon-9999.ebuild X-VCS-Directories: x11-apps/typhon/ X-VCS-Committer: frostwork X-VCS-Committer-Name: Marcel Unbehaun X-VCS-Revision: d5e7a929e63c8a6a495abc0f2a5d2b12d8b83576 Date: Wed, 14 Sep 2011 15:47:08 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 26d57fa4a912b48a69f5cdcecccd50ba commit: d5e7a929e63c8a6a495abc0f2a5d2b12d8b83576 Author: Marcel Unbehaun frostworx de> AuthorDate: Wed Sep 14 15:47:11 2011 +0000 Commit: Marcel Unbehaun gmx de> CommitDate: Wed Sep 14 15:47:11 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/gamerlay.git;= a=3Dcommit;h=3Dd5e7a929 [x11-apps/typhon] updated typhon-9999.ebuild [x11-apps/typhon] updated metadata.xml [x11-apps/typhon] new Manifest --- x11-apps/typhon/metadata.xml | 3 --- x11-apps/typhon/typhon-9999.ebuild | 8 +++----- 2 files changed, 3 insertions(+), 8 deletions(-) diff --git a/x11-apps/typhon/metadata.xml b/x11-apps/typhon/metadata.xml index 70a0cb4..841a2c7 100644 --- a/x11-apps/typhon/metadata.xml +++ b/x11-apps/typhon/metadata.xml @@ -12,8 +12,5 @@ Typhon is a slim and themeable opengl dashboard / progr= am launcher. enable mikumikudance model support=20 Add opencv support - enable sound - Add some system information support - Add p3t theme support diff --git a/x11-apps/typhon/typhon-9999.ebuild b/x11-apps/typhon/typhon-= 9999.ebuild index 904a217..4e24b96 100644 --- a/x11-apps/typhon/typhon-9999.ebuild +++ b/x11-apps/typhon/typhon-9999.ebuild @@ -17,26 +17,24 @@ HOMEPAGE=3D"http://www.frostworx.de/?p=3D1" LICENSE=3D"GPL-3" SLOT=3D"0" KEYWORDS=3D"" -IUSE=3D"debug glut mmd opencv +sound +xml" +IUSE=3D"debug mmd opencv +xml" =20 S=3D"${WORKDIR}/${P/_/-}" =20 RDEPEND=3D"media-libs/ftgl virtual/opengl media-libs/libpng - media-libs/libsfml + >=3Dmedia-libs/libsfml-2.0 opencv? ( media-libs/opencv ) sys-libs/zlib x11-libs/libXrender x11-libs/libXrandr mmd? ( media-libs/libmmd ) - xml? ( dev-libs/tinyxml ) - glut? ( media-libs/freeglut )" + xml? ( dev-libs/tinyxml )" DEPEND=3D"${RDEPEND}" =20 src_configure() { local mycmakeargs=3D( - $(cmake-utils_use !glut NOGLUT) $(cmake-utils_use debug DEBUG) $(cmake-utils_use xml xml) $(cmake-utils_use !mmd NOMMD)