[gentoo-commits] proj/gamerlay:master commit in: x11-apps/typhon/

2017-06-02 Thread Vadim A. Misbakh-Soloviov
commit: 6eb207c83f9e7d34ceebadc7e0d347dad4b4d84d
Author: Vadim A. Misbakh-Soloviov  mva  name>
AuthorDate: Fri Jun  2 09:14:18 2017 +
Commit: Vadim A. Misbakh-Soloviov  mva  name>
CommitDate: Fri Jun  2 09:14:18 2017 +
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-.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..000
--- a/x11-apps/typhon/metadata.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-
-   frostwo...@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-.ebuild 
b/x11-apps/typhon/typhon-.ebuild
deleted file mode 100644
index bbd324c..000
--- a/x11-apps/typhon/typhon-.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-.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
-}



[gentoo-commits] proj/gamerlay:master commit in: x11-apps/typhon/, media-libs/sfemovie/

2014-06-22 Thread Marcel Unbehaun
commit: ed670a4cced1e642f96b10e1b02b6f5a3bf30064
Author: frostwork frostwork1 AT gmail DOT com
AuthorDate: Sun Jun 22 07:13:53 2014 +
Commit: Marcel Unbehaun frostworks AT gmx DOT de
CommitDate: Sun Jun 22 07:13:53 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/gamerlay.git;a=commit;h=ed670a4c

minor updates

---
 media-libs/sfemovie/metadata.xml | 16 --
 media-libs/sfemovie/sfemovie-.ebuild | 26 --
 x11-apps/typhon/metadata.xml |  1 -
 x11-apps/typhon/typhon-2.0_rc1.ebuild| 37 
 x11-apps/typhon/typhon-.ebuild   | 10 -
 5 files changed, 4 insertions(+), 86 deletions(-)

diff --git a/media-libs/sfemovie/metadata.xml b/media-libs/sfemovie/metadata.xml
deleted file mode 100644
index 1168ca7..000
--- a/media-libs/sfemovie/metadata.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-?xml version = '1.0' encoding = 'UTF-8'?
-!DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
-pkgmetadata
-   maintainer
-   emailfrostwo...@gmx.de/email
-   nameMarcel Unbehaun/name
-   /maintainer
-   longdescription lang=en
-   The Simple and Fast Multimedia Library (SFML) is a portable and easy to 
use
-   multimedia API written in C++. You can see it as a modern, 
object-oriented
-   alternative to SDL. SFML is composed of several packages to suit your 
needs.
-   You can use SFML as a minimal windowing system to interface with 
OpenGL, or
-   as a fully-featured multimedia library for building games or interactive
-   programs.
-   /longdescription
-/pkgmetadata

diff --git a/media-libs/sfemovie/sfemovie-.ebuild 
b/media-libs/sfemovie/sfemovie-.ebuild
deleted file mode 100644
index c58b494..000
--- a/media-libs/sfemovie/sfemovie-.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/sfemovie-.ebuild,v 1.2 
2012/03/24 13:44:53 frostwork Exp $
-
-EAPI=4
-
-inherit cmake-utils eutils git-2 multilib
-
-#MY_P=SFML-${PV}
-DESCRIPTION=ffmpeg based movie library for SFML
-HOMEPAGE=https://github.com/Yalir/sfeMovie;
-EGIT_REPO_URI=https://github.com/Yalir/sfeMovie.git;
-
-LICENSE=LGPL-2.1
-SLOT=0
-KEYWORDS=
-IUSE=
-
-DEPEND=media-libs/libsfml
-   virtual/ffmpeg
-RDEPEND=${DEPEND}
-
-src_prepare() {
-   sed -i -e s:add_sub:#add_sub:g -i CMakeLists.txt
-   sed -i -e 's:./cmake:${CMAKE_SOURCE_DIR}/cmake:g' -i CMakeLists.txt
-}

diff --git a/x11-apps/typhon/metadata.xml b/x11-apps/typhon/metadata.xml
index 505ccdd..236be99 100644
--- a/x11-apps/typhon/metadata.xml
+++ b/x11-apps/typhon/metadata.xml
@@ -10,7 +10,6 @@ Typhon is a slim and themeable opengl dashboard / program 
launcher.
 /longdescription
   use
flag name=mmdenable mikumikudance model support/flag 
-   flag name=sfeenabled shared sfemovie support/flag
flag name=p3tenabled shared libp3t support/flag
   /use
 /pkgmetadata

diff --git a/x11-apps/typhon/typhon-2.0_rc1.ebuild 
b/x11-apps/typhon/typhon-2.0_rc1.ebuild
deleted file mode 100644
index 07e962e..000
--- a/x11-apps/typhon/typhon-2.0_rc1.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: x11-apps/typhon-2.0-rc1.ebuild,v 1.1 2012/08/15 17:48:23 by 
frostwork Exp $
-
-EAPI=4
-
-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 mmd sfe +p3t
-
-RDEPEND=virtual/opengl
-   dev-libs/tinyxml
-   media-libs/libpng
-   =media-libs/libsfml-1.99
-   sfe? ( media-libs/sfemovie )
-   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
-}

diff --git a/x11-apps/typhon/typhon-.ebuild 
b/x11-apps/typhon/typhon-.ebuild
index 906b83d..bbd324c 100644
--- a/x11-apps/typhon/typhon-.ebuild
+++ b/x11-apps/typhon/typhon-.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: x11-apps/typhontyphon-.ebuild,v 1.1 2012/01/20 17:48:23 by 
frostwork Exp $
+# $Header: x11-apps/typhon-.ebuild,v 1.2 2014/06/22 09:08:23 by frostwork 
Exp $
 
 EAPI=4
 
@@ -11,13 +11,12 @@ inherit cmake-utils eutils subversion
 ESVN_REPO_URI=http://typhon-launcher.googlecode.com/svn/trunk/;
 
 DESCRIPTION=A slim and themeable opengl