|
From: Yoda-JM <yo...@us...> - 2010-10-23 12:35:54
|
Module: performous
Branch: master
Commit: 543ecb238f02846da008295304358b739e7b10bc
Author: Vincent Le Ligeour <yo...@us...>
Date: Sat Oct 23 14:35:32 2010 +0200
Removed editor from gentoo's ebuild
---
.../games-arcade/performous/performous-9999.ebuild | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
diff --git a/portage-overlay/games-arcade/performous/performous-9999.ebuild b/portage-overlay/games-arcade/performous/performous-9999.ebuild
index 0c4c6b5..bb9baa1 100644
--- a/portage-overlay/games-arcade/performous/performous-9999.ebuild
+++ b/portage-overlay/games-arcade/performous/performous-9999.ebuild
@@ -34,7 +34,7 @@ LICENSE="GPL-2
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE="debug editor midi songs tools webcam"
+IUSE="debug midi songs tools webcam"
RDEPEND="gnome-base/librsvg
>=dev-libs/boost-1.39.0
@@ -45,7 +45,6 @@ RDEPEND="gnome-base/librsvg
media-libs/libpng
media-libs/jpeg
tools? ( media-gfx/imagemagick[png] )
- editor? ( media-gfx/imagemagick[png] )
webcam? ( media-libs/opencv[v4l] )
>=media-video/ffmpeg-0.4.9_p20070616-r20
media-libs/portaudio
@@ -78,7 +77,6 @@ src_prepare() {
src_configure() {
local mycmakeargs="
$(cmake-utils_use_enable tools TOOLS)
- $(cmake-utils_use_enable editor EDITOR)
$(cmake-utils_use_no webcam WEBCAM)
-DCMAKE_INSTALL_PREFIX=${GAMES_PREFIX}
-DGENTOO_DATA_DIR=${GAMES_DATADIR}/${PN}
|