commit: 6eb207c83f9e7d34ceebadc7e0d347dad4b4d84d Author: Vadim A. Misbakh-Soloviov <git <AT> mva <DOT> name> AuthorDate: Fri Jun 2 09:14:18 2017 +0000 Commit: Vadim A. Misbakh-Soloviov <mva <AT> mva <DOT> 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 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<maintainer> - <email>[email protected]</email> - <name>Marcel Unbehaun</name> -</maintainer> - <longdescription lang="en"> -Typhon is a slim and themeable opengl dashboard / program launcher. -</longdescription> - <use> - <flag name="mmd">enable mikumikudance model support</flag> - <flag name="p3t">enabled shared libp3t support</flag> - </use> -</pkgmetadata> 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 -}
