summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2012-02-26 03:34:01 +0000
committerTim Harder <radhermit@gentoo.org>2012-02-26 03:34:01 +0000
commit00ad8df1ef55464895ee5a66b865dba34e2ddcb4 (patch)
tree8582b5c2a17e4de4a69678c6b4cc4f7de7c56502 /media-sound
parentRestricting pypy and jython (diff)
downloadgentoo-2-00ad8df1ef55464895ee5a66b865dba34e2ddcb4.tar.gz
gentoo-2-00ad8df1ef55464895ee5a66b865dba34e2ddcb4.tar.bz2
gentoo-2-00ad8df1ef55464895ee5a66b865dba34e2ddcb4.zip
Remove old.
(Portage version: 2.2.0_alpha87/cvs/Linux x86_64)
Diffstat (limited to 'media-sound')
-rw-r--r--media-sound/musescore/ChangeLog8
-rw-r--r--media-sound/musescore/files/musescore-0.9.4-build.patch35
-rw-r--r--media-sound/musescore/musescore-0.9.4.ebuild55
3 files changed, 6 insertions, 92 deletions
diff --git a/media-sound/musescore/ChangeLog b/media-sound/musescore/ChangeLog
index 377618b33e59..0432de3f7e2a 100644
--- a/media-sound/musescore/ChangeLog
+++ b/media-sound/musescore/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-sound/musescore
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/musescore/ChangeLog,v 1.24 2011/12/18 18:14:52 armin76 Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/musescore/ChangeLog,v 1.25 2012/02/26 03:34:00 radhermit Exp $
+
+ 26 Feb 2012; Tim Harder <radhermit@gentoo.org> -musescore-0.9.4.ebuild,
+ -files/musescore-0.9.4-build.patch:
+ Remove old.
18 Dec 2011; Raúl Porcel <armin76@gentoo.org> musescore-0.9.4.ebuild:
Drop sparc keywords
diff --git a/media-sound/musescore/files/musescore-0.9.4-build.patch b/media-sound/musescore/files/musescore-0.9.4-build.patch
deleted file mode 100644
index 03da90c06bea..000000000000
--- a/media-sound/musescore/files/musescore-0.9.4-build.patch
+++ /dev/null
@@ -1,35 +0,0 @@
-diff -ur mscore-0.9.4.orig/mscore/awl/CMakeLists.txt mscore-0.9.4/mscore/awl/CMakeLists.txt
---- mscore-0.9.4.orig/mscore/awl/CMakeLists.txt 2009-02-06 12:32:19.000000000 +0200
-+++ mscore-0.9.4/mscore/awl/CMakeLists.txt 2009-05-10 16:34:42.000000000 +0300
-@@ -83,6 +83,8 @@
- colorlabel.h
- )
-
-+if (BUILD_AWL_PLUGIN)
-+
- add_library (
- awlplugin SHARED
- ${PROJECT_BINARY_DIR}/all.h
-@@ -107,4 +109,6 @@
-
- install( TARGETS awlplugin DESTINATION ${QT_PLUGINS_DIR}/designer/ )
-
-+endif (BUILD_AWL_PLUGIN)
-+
- endif (NOT MINGW AND NOT APPLE)
-diff -ur mscore-0.9.4.orig/mscore/CMakeLists.txt mscore-0.9.4/mscore/CMakeLists.txt
---- mscore-0.9.4.orig/mscore/CMakeLists.txt 2009-02-06 12:37:31.000000000 +0200
-+++ mscore-0.9.4/mscore/CMakeLists.txt 2009-05-10 16:34:42.000000000 +0300
-@@ -28,8 +28,10 @@
-
- set(USE_GLOBAL_FLUID FALSE) # use internal fluid lib
-
--set(BUILD_SCRIPT_INTERFACE TRUE) # this requires qt >= 4.4 && cmake 2.6
--set(BUILD_SCRIPT_DEBUG TRUE)
-+set(BUILD_AWL_PLUGIN FALSE)
-+
-+set(BUILD_SCRIPT_INTERFACE FALSE) # this requires qt >= 4.4 && cmake 2.6
-+set(BUILD_SCRIPT_DEBUG FALSE)
- set(STATIC_SCRIPT_BINDINGS FALSE) # this requires qt 4.5
-
- if (MINGW)
diff --git a/media-sound/musescore/musescore-0.9.4.ebuild b/media-sound/musescore/musescore-0.9.4.ebuild
deleted file mode 100644
index 1ecd5ed39b68..000000000000
--- a/media-sound/musescore/musescore-0.9.4.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/musescore/musescore-0.9.4.ebuild,v 1.4 2011/12/18 18:14:52 armin76 Exp $
-
-EAPI=2
-inherit cmake-utils eutils font
-
-MY_P=mscore-${PV}
-
-DESCRIPTION="WYSIWYG Music Score Typesetter"
-HOMEPAGE="http://mscore.sourceforge.net"
-SRC_URI="mirror://sourceforge/mscore/${MY_P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="sys-libs/zlib
- media-libs/alsa-lib
- media-sound/fluidsynth
- media-sound/jack-audio-connection-kit
- media-libs/portaudio
- x11-libs/qt-core:4
- x11-libs/qt-script:4
- x11-libs/qt-qt3support:4
- x11-libs/qt-gui:4
- x11-libs/qt-svg:4"
-DEPEND="${RDEPEND}
- dev-texlive/texlive-context
- app-doc/doxygen
- dev-util/pkgconfig"
-
-S=${WORKDIR}/${MY_P}/mscore
-VARTEXFONTS=${T}/fonts
-FONT_SUFFIX=ttf
-FONT_S=${S}/mscore/fonts
-MAKEOPTS="${MAKEOPTS} -j1"
-
-src_prepare() {
- epatch "${FILESDIR}"/${P}-build.patch
-}
-
-src_compile() {
- cmake-utils_src_make lupdate
- cmake-utils_src_make lrelease
- cmake-utils_src_make
-}
-
-src_install() {
- cmake-utils_src_install
- font_src_install
- dodoc ChangeLog NEWS README
- doman packaging/mscore.1
-}