summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-sound/jokosher/jokosher-0.11.1.ebuild')
-rw-r--r--media-sound/jokosher/jokosher-0.11.1.ebuild56
1 files changed, 0 insertions, 56 deletions
diff --git a/media-sound/jokosher/jokosher-0.11.1.ebuild b/media-sound/jokosher/jokosher-0.11.1.ebuild
deleted file mode 100644
index 990ba27..0000000
--- a/media-sound/jokosher/jokosher-0.11.1.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/jokosher/jokosher-0.9.ebuild,v 1.5 2007/12/30 21:31:55 drac Exp $
-
-inherit eutils gnome2 distutils versionator
-
-DESCRIPTION="A simple yet powerful multi-track studio"
-HOMEPAGE="http://www.jokosher.org"
-SRC_URI="http://launchpad.net/${PN}/$(get_version_component_range 1-2)/${PV}/+download/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-# NOTE: setuptools are a runtime requirement as the app
-# loads its extensions via pkg_resources
-RDEPEND="dev-python/dbus-python
- dev-python/gnome-python
- >=dev-python/gst-python-0.10.8
- dev-python/pycairo
- >=dev-python/pygtk-2.10
- dev-python/pyxml
- gnome-base/librsvg
- >=media-libs/gnonlin-0.10.9
- >=media-libs/gst-plugins-good-0.10.6
- >=media-libs/gst-plugins-bad-0.10.5
- >=media-plugins/gst-plugins-alsa-0.10.14
- >=media-plugins/gst-plugins-flac-0.10.6
- >=media-plugins/gst-plugins-gnomevfs-0.10.14
- >=media-plugins/gst-plugins-lame-0.10.6
- >=media-plugins/gst-plugins-ogg-0.10.14
- >=media-plugins/gst-plugins-vorbis-0.10.14
- >=media-plugins/gst-plugins-ladspa-0.10.5
- x11-themes/hicolor-icon-theme
- dev-python/setuptools"
-DEPEND="${RDEPEND}
- app-text/scrollkeeper"
-
-PYTHON_MODNAME="Jokosher"
-
-src_unpack() {
- gnome2_src_unpack
-
- epatch "${FILESDIR}/${P}-disable-mime-and-sk-update.patch"
-}
-
-pkg_postinst() {
- distutils_pkg_postinst
- gnome2_pkg_postinst
-}
-
-pkg_postrm() {
- distutils_pkg_postrm
- gnome2_pkg_postrm
-}