Gentoo Archives: gentoo-commits

From: Marcel Unbehaun <frostworks@×××.de>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gamerlay:master commit in: x11-apps/typhon/, media-libs/sfemovie/
Date: Sun, 22 Jun 2014 07:13:58
Message-Id: 1403421233.ed670a4cced1e642f96b10e1b02b6f5a3bf30064.frostwork@gentoo
1 commit: ed670a4cced1e642f96b10e1b02b6f5a3bf30064
2 Author: frostwork <frostwork1 <AT> gmail <DOT> com>
3 AuthorDate: Sun Jun 22 07:13:53 2014 +0000
4 Commit: Marcel Unbehaun <frostworks <AT> gmx <DOT> de>
5 CommitDate: Sun Jun 22 07:13:53 2014 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gamerlay.git;a=commit;h=ed670a4c
7
8 minor updates
9
10 ---
11 media-libs/sfemovie/metadata.xml | 16 --------------
12 media-libs/sfemovie/sfemovie-9999.ebuild | 26 ----------------------
13 x11-apps/typhon/metadata.xml | 1 -
14 x11-apps/typhon/typhon-2.0_rc1.ebuild | 37 --------------------------------
15 x11-apps/typhon/typhon-9999.ebuild | 10 ++++-----
16 5 files changed, 4 insertions(+), 86 deletions(-)
17
18 diff --git a/media-libs/sfemovie/metadata.xml b/media-libs/sfemovie/metadata.xml
19 deleted file mode 100644
20 index 1168ca7..0000000
21 --- a/media-libs/sfemovie/metadata.xml
22 +++ /dev/null
23 @@ -1,16 +0,0 @@
24 -<?xml version = '1.0' encoding = 'UTF-8'?>
25 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
26 -<pkgmetadata>
27 - <maintainer>
28 - <email>frostworks@×××.de</email>
29 - <name>Marcel Unbehaun</name>
30 - </maintainer>
31 - <longdescription lang="en">
32 - The Simple and Fast Multimedia Library (SFML) is a portable and easy to use
33 - multimedia API written in C++. You can see it as a modern, object-oriented
34 - alternative to SDL. SFML is composed of several packages to suit your needs.
35 - You can use SFML as a minimal windowing system to interface with OpenGL, or
36 - as a fully-featured multimedia library for building games or interactive
37 - programs.
38 - </longdescription>
39 -</pkgmetadata>
40
41 diff --git a/media-libs/sfemovie/sfemovie-9999.ebuild b/media-libs/sfemovie/sfemovie-9999.ebuild
42 deleted file mode 100644
43 index c58b494..0000000
44 --- a/media-libs/sfemovie/sfemovie-9999.ebuild
45 +++ /dev/null
46 @@ -1,26 +0,0 @@
47 -# Copyright 1999-2013 Gentoo Foundation
48 -# Distributed under the terms of the GNU General Public License v2
49 -# $Header: /var/cvsroot/gentoo-x86/media-libs/sfemovie-9999.ebuild,v 1.2 2012/03/24 13:44:53 frostwork Exp $
50 -
51 -EAPI=4
52 -
53 -inherit cmake-utils eutils git-2 multilib
54 -
55 -#MY_P="SFML-${PV}"
56 -DESCRIPTION="ffmpeg based movie library for SFML"
57 -HOMEPAGE="https://github.com/Yalir/sfeMovie"
58 -EGIT_REPO_URI="https://github.com/Yalir/sfeMovie.git"
59 -
60 -LICENSE="LGPL-2.1"
61 -SLOT="0"
62 -KEYWORDS=""
63 -IUSE=""
64 -
65 -DEPEND="media-libs/libsfml
66 - virtual/ffmpeg"
67 -RDEPEND="${DEPEND}"
68 -
69 -src_prepare() {
70 - sed -i -e "s:add_sub:#add_sub:g" -i CMakeLists.txt
71 - sed -i -e 's:./cmake:${CMAKE_SOURCE_DIR}/cmake:g' -i CMakeLists.txt
72 -}
73
74 diff --git a/x11-apps/typhon/metadata.xml b/x11-apps/typhon/metadata.xml
75 index 505ccdd..236be99 100644
76 --- a/x11-apps/typhon/metadata.xml
77 +++ b/x11-apps/typhon/metadata.xml
78 @@ -10,7 +10,6 @@ Typhon is a slim and themeable opengl dashboard / program launcher.
79 </longdescription>
80 <use>
81 <flag name="mmd">enable mikumikudance model support</flag>
82 - <flag name="sfe">enabled shared sfemovie support</flag>
83 <flag name="p3t">enabled shared libp3t support</flag>
84 </use>
85 </pkgmetadata>
86
87 diff --git a/x11-apps/typhon/typhon-2.0_rc1.ebuild b/x11-apps/typhon/typhon-2.0_rc1.ebuild
88 deleted file mode 100644
89 index 07e962e..0000000
90 --- a/x11-apps/typhon/typhon-2.0_rc1.ebuild
91 +++ /dev/null
92 @@ -1,37 +0,0 @@
93 -# Copyright 1999-2012 Gentoo Foundation
94 -# Distributed under the terms of the GNU General Public License v2
95 -# $Header: x11-apps/typhon-2.0-rc1.ebuild,v 1.1 2012/08/15 17:48:23 by frostwork Exp $
96 -
97 -EAPI="4"
98 -
99 -CMAKE_MIN_VERSION=2.8
100 -
101 -inherit cmake-utils eutils
102 -
103 -DESCRIPTION="A slim and themeable opengl dashboard / program launcher"
104 -HOMEPAGE="http://www.frostworx.de/?p=1"
105 -SRC_URI="http://www.frostworx.de/typhon/${P}.tar.bz2"
106 -
107 -LICENSE="GPL-3"
108 -SLOT="0"
109 -KEYWORDS="~amd64 ~x86"
110 -IUSE="debug mmd sfe +p3t"
111 -
112 -RDEPEND="virtual/opengl
113 - dev-libs/tinyxml
114 - media-libs/libpng
115 - >=media-libs/libsfml-1.99
116 - sfe? ( media-libs/sfemovie )
117 - sys-libs/zlib
118 - mmd? ( media-libs/libmmd )
119 - p3t? ( media-libs/libp3t )"
120 -DEPEND="${RDEPEND}"
121 -
122 -src_configure() {
123 - local mycmakeargs=(
124 - $(cmake-utils_use debug DEBUG)
125 - $(cmake-utils_use !mmd NOMMD)
126 - )
127 -
128 - cmake-utils_src_configure
129 -}
130
131 diff --git a/x11-apps/typhon/typhon-9999.ebuild b/x11-apps/typhon/typhon-9999.ebuild
132 index 906b83d..bbd324c 100644
133 --- a/x11-apps/typhon/typhon-9999.ebuild
134 +++ b/x11-apps/typhon/typhon-9999.ebuild
135 @@ -1,6 +1,6 @@
136 -# Copyright 1999-2012 Gentoo Foundation
137 +# Copyright 1999-2014 Gentoo Foundation
138 # Distributed under the terms of the GNU General Public License v2
139 -# $Header: x11-apps/typhontyphon-9999.ebuild,v 1.1 2012/01/20 17:48:23 by frostwork Exp $
140 +# $Header: x11-apps/typhon-9999.ebuild,v 1.2 2014/06/22 09:08:23 by frostwork Exp $
141
142 EAPI="4"
143
144 @@ -11,13 +11,12 @@ inherit cmake-utils eutils subversion
145 ESVN_REPO_URI="http://typhon-launcher.googlecode.com/svn/trunk/"
146
147 DESCRIPTION="A slim and themeable opengl dashboard / program launcher"
148 -HOMEPAGE="http://www.frostworx.de/?p=1"
149 -#SRC_URI="http://www.frostworx.de/typhon/${P/_/-}.tar.bz2"
150 +HOMEPAGE="https://code.google.com/p/typhon-launcher/"
151
152 LICENSE="GPL-3"
153 SLOT="0"
154 KEYWORDS=""
155 -IUSE="debug mmd sfe +p3t"
156 +IUSE="debug mmd +p3t"
157
158 S="${WORKDIR}/${P/_/-}"
159
160 @@ -25,7 +24,6 @@ RDEPEND="virtual/opengl
161 dev-libs/tinyxml
162 media-libs/libpng
163 >=media-libs/libsfml-2.0
164 - sfe? ( media-libs/sfemovie )
165 sys-libs/zlib
166 mmd? ( media-libs/libmmd )
167 p3t? ( media-libs/libp3t )"