* [gentoo-commits] proj/gamerlay:master commit in: x11-apps/typhon/, media-libs/sfemovie/
@ 2014-06-22 7:13 Marcel Unbehaun
0 siblings, 0 replies; only message in thread
From: Marcel Unbehaun @ 2014-06-22 7:13 UTC (permalink / raw
To: gentoo-commits
commit: ed670a4cced1e642f96b10e1b02b6f5a3bf30064
Author: frostwork <frostwork1 <AT> gmail <DOT> com>
AuthorDate: Sun Jun 22 07:13:53 2014 +0000
Commit: Marcel Unbehaun <frostworks <AT> gmx <DOT> de>
CommitDate: Sun Jun 22 07:13:53 2014 +0000
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-9999.ebuild | 26 ----------------------
x11-apps/typhon/metadata.xml | 1 -
x11-apps/typhon/typhon-2.0_rc1.ebuild | 37 --------------------------------
x11-apps/typhon/typhon-9999.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..0000000
--- 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>
- <email>frostworks@gmx.de</email>
- <name>Marcel 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-9999.ebuild b/media-libs/sfemovie/sfemovie-9999.ebuild
deleted file mode 100644
index c58b494..0000000
--- a/media-libs/sfemovie/sfemovie-9999.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-9999.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="mmd">enable mikumikudance model support</flag>
- <flag name="sfe">enabled shared sfemovie support</flag>
<flag name="p3t">enabled 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..0000000
--- 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-9999.ebuild b/x11-apps/typhon/typhon-9999.ebuild
index 906b83d..bbd324c 100644
--- a/x11-apps/typhon/typhon-9999.ebuild
+++ b/x11-apps/typhon/typhon-9999.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-9999.ebuild,v 1.1 2012/01/20 17:48:23 by frostwork Exp $
+# $Header: x11-apps/typhon-9999.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 dashboard / program launcher"
-HOMEPAGE="http://www.frostworx.de/?p=1"
-#SRC_URI="http://www.frostworx.de/typhon/${P/_/-}.tar.bz2"
+HOMEPAGE="https://code.google.com/p/typhon-launcher/"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS=""
-IUSE="debug mmd sfe +p3t"
+IUSE="debug mmd +p3t"
S="${WORKDIR}/${P/_/-}"
@@ -25,7 +24,6 @@ RDEPEND="virtual/opengl
dev-libs/tinyxml
media-libs/libpng
>=media-libs/libsfml-2.0
- sfe? ( media-libs/sfemovie )
sys-libs/zlib
mmd? ( media-libs/libmmd )
p3t? ( media-libs/libp3t )"
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2014-06-22 7:13 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-22 7:13 [gentoo-commits] proj/gamerlay:master commit in: x11-apps/typhon/, media-libs/sfemovie/ Marcel Unbehaun
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox