From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 17F69139695 for ; Fri, 2 Jun 2017 13:02:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 500DAE0DD0; Fri, 2 Jun 2017 13:02:29 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 32469E0DA2 for ; Fri, 2 Jun 2017 13:02:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A2D39341777 for ; Fri, 2 Jun 2017 13:02:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4D0FA746D for ; Fri, 2 Jun 2017 13:02:26 +0000 (UTC) From: "Vadim A. Misbakh-Soloviov" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Vadim A. Misbakh-Soloviov" Message-ID: <1496394858.6eb207c83f9e7d34ceebadc7e0d347dad4b4d84d.mva@gentoo> 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: mva X-VCS-Committer-Name: Vadim A. Misbakh-Soloviov X-VCS-Revision: 6eb207c83f9e7d34ceebadc7e0d347dad4b4d84d X-VCS-Branch: master Date: Fri, 2 Jun 2017 13:02:26 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: c7e21390-1364-4ccc-b659-ec8ec8b26826 X-Archives-Hash: ac547c3969c95f8391de072393452e15 commit: 6eb207c83f9e7d34ceebadc7e0d347dad4b4d84d Author: Vadim A. Misbakh-Soloviov mva name> AuthorDate: Fri Jun 2 09:14:18 2017 +0000 Commit: Vadim A. Misbakh-Soloviov mva name> CommitDate: Fri Jun 2 09:14:18 2017 +0000 URL: https://gitweb.gentoo.org/proj/gamerlay.git/commit/?id=6eb207c8 typhon: cooglecode is dead x11-apps/typhon/metadata.xml | 15 --------------- x11-apps/typhon/typhon-9999.ebuild | 39 -------------------------------------- 2 files changed, 54 deletions(-) diff --git a/x11-apps/typhon/metadata.xml b/x11-apps/typhon/metadata.xml deleted file mode 100644 index 236be99..0000000 --- a/x11-apps/typhon/metadata.xml +++ /dev/null @@ -1,15 +0,0 @@ - - - - - frostworks@gmx.de - Marcel Unbehaun - - -Typhon is a slim and themeable opengl dashboard / program launcher. - - - enable mikumikudance model support - enabled shared libp3t support - - diff --git a/x11-apps/typhon/typhon-9999.ebuild b/x11-apps/typhon/typhon-9999.ebuild deleted file mode 100644 index bbd324c..0000000 --- a/x11-apps/typhon/typhon-9999.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: x11-apps/typhon-9999.ebuild,v 1.2 2014/06/22 09:08:23 by frostwork Exp $ - -EAPI="4" - -CMAKE_MIN_VERSION=2.8 - -inherit cmake-utils eutils subversion - -ESVN_REPO_URI="http://typhon-launcher.googlecode.com/svn/trunk/" - -DESCRIPTION="A slim and themeable opengl dashboard / program launcher" -HOMEPAGE="https://code.google.com/p/typhon-launcher/" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="" -IUSE="debug mmd +p3t" - -S="${WORKDIR}/${P/_/-}" - -RDEPEND="virtual/opengl - dev-libs/tinyxml - media-libs/libpng - >=media-libs/libsfml-2.0 - sys-libs/zlib - mmd? ( media-libs/libmmd ) - p3t? ( media-libs/libp3t )" -DEPEND="${RDEPEND}" - -src_configure() { - local mycmakeargs=( - $(cmake-utils_use debug DEBUG) - $(cmake-utils_use !mmd NOMMD) - ) - - cmake-utils_src_configure -}