summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek@gentoo.org>2009-05-30 17:29:09 +0530
committerNirbheek Chauhan <nirbheek@gentoo.org>2009-05-30 17:29:09 +0530
commita76486ac4a37c300146e5bbe8f17f6348a75cd7e (patch)
treee0ef7c9f82b2701e9a23815128c923dc94369e66
parentanyremote has been added to tree (diff)
downloadnirbheek-a76486ac4a37c300146e5bbe8f17f6348a75cd7e.tar.gz
nirbheek-a76486ac4a37c300146e5bbe8f17f6348a75cd7e.tar.bz2
nirbheek-a76486ac4a37c300146e5bbe8f17f6348a75cd7e.zip
Added to tree by someone
-rw-r--r--media-sound/jokosher/Manifest3
-rw-r--r--media-sound/jokosher/files/jokosher-0.11.1-disable-mime-and-sk-update.patch31
-rw-r--r--media-sound/jokosher/jokosher-0.11.1.ebuild56
3 files changed, 0 insertions, 90 deletions
diff --git a/media-sound/jokosher/Manifest b/media-sound/jokosher/Manifest
deleted file mode 100644
index f994085..0000000
--- a/media-sound/jokosher/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-AUX jokosher-0.11.1-disable-mime-and-sk-update.patch 1014 RMD160 805ce8a910f6d0f13c125e5f641e700b5ef06bef SHA1 b35f8e9cac10935103105ecdd5395226a4b3d158 SHA256 9351a5c6be8d6d55bad96e51448792c4ec33f13d79f40550d5f4b07cf5271cbc
-DIST jokosher-0.11.1.tar.gz 1223108 RMD160 022037b134152bab3f21fc41ec8cc49009a962d0 SHA1 383eeb63d8d4df33e6d56efb3a4871d0a6526a51 SHA256 852bf371c9aaad779d3ee04fcac207c3980a24d3ce243561953b50bff63a5cd0
-EBUILD jokosher-0.11.1.ebuild 1538 RMD160 e63ab23b05152f1ae8bd1a3d39b6a45df9c017e3 SHA1 2cb30123b4c5b153dd9377bea3e1419de1c718fa SHA256 4721d594f9043511fae598c683764602842b94515885dd65cdafd2bae1984d90
diff --git a/media-sound/jokosher/files/jokosher-0.11.1-disable-mime-and-sk-update.patch b/media-sound/jokosher/files/jokosher-0.11.1-disable-mime-and-sk-update.patch
deleted file mode 100644
index f73716b..0000000
--- a/media-sound/jokosher/files/jokosher-0.11.1-disable-mime-and-sk-update.patch
+++ /dev/null
@@ -1,31 +0,0 @@
-diff -Naur jokosher-0.11.1.orig/setup.py jokosher-0.11.1/setup.py
---- jokosher-0.11.1.orig/setup.py 2009-03-17 08:49:23.000000000 +0530
-+++ jokosher-0.11.1/setup.py 2009-04-10 00:10:48.465798839 +0530
-@@ -92,27 +92,6 @@
- for fileNum in range(0, len(installedOmfFiles)):
- call(["scrollkeeper-preinstall", HELPURI[fileNum],
- installedOmfFiles[fileNum], installedOmfFiles[fileNum]])
--
-- #Update the scrollkeeper catalog
-- if os.geteuid() == 0:
-- print "Updating the scrollkeeper index..."
-- call(["scrollkeeper-update", "-o", installroot + omfdir])
--
--# Update the mime types
--if os.geteuid() == 0 and dist != None:
-- print "Updating the mime-types...."
--
-- #update the mimetypes database
-- try:
-- call(["update-mime-database", "/usr/share/mime/"])
-- except:
-- pass
--
-- #update the .desktop file database
-- try:
-- call(["update-desktop-database"])
-- except:
-- pass
-
- print "\nInstallation finished! You can now run Jokosher by typing 'jokosher' or through your applications menu icon."
-
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
-}