diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2009-06-20 06:55:43 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2009-06-20 06:55:43 +0000 |
commit | 68f30521d4bf0c2462df71f91685a40d4407bceb (patch) | |
tree | 76cc67d0ead6c0ab5e135e0c55e64cfc8755d6a3 /media-sound/jokosher | |
parent | old (diff) | |
download | gentoo-2-68f30521d4bf0c2462df71f91685a40d4407bceb.tar.gz gentoo-2-68f30521d4bf0c2462df71f91685a40d4407bceb.tar.bz2 gentoo-2-68f30521d4bf0c2462df71f91685a40d4407bceb.zip |
old
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'media-sound/jokosher')
4 files changed, 1 insertions, 104 deletions
diff --git a/media-sound/jokosher/files/jokosher-0.9-desktop-entry.patch b/media-sound/jokosher/files/jokosher-0.9-desktop-entry.patch deleted file mode 100644 index cddc09b0deb1..000000000000 --- a/media-sound/jokosher/files/jokosher-0.9-desktop-entry.patch +++ /dev/null @@ -1,18 +0,0 @@ -diff -ur jokosher-0.9.orig/bin/jokosher.desktop jokosher-0.9/bin/jokosher.desktop ---- jokosher-0.9.orig/bin/jokosher.desktop 2007-04-22 18:04:13.000000000 +0300 -+++ jokosher-0.9/bin/jokosher.desktop 2007-09-17 18:56:25.000000000 +0300 -@@ -1,6 +1,5 @@ - [Desktop Entry] --Version=0.9 --Encoding=UTF-8 -+Version=1.0 - Name=Jokosher Audio Editor - GenericName=Jokosher audio editor - Comment=Simply and easily create multi-track audio -@@ -9,5 +8,5 @@ - Terminal=false - Type=Application - MimeType=application/x-jokosher; --Categories=AudioVideoEditing;GTK;Recorder -+Categories=AudioVideo;Recorder;GTK; - GenericName[en_CA]=Jokosher audio editor diff --git a/media-sound/jokosher/files/jokosher-0.9-update-database.patch b/media-sound/jokosher/files/jokosher-0.9-update-database.patch deleted file mode 100644 index 08363be51a58..000000000000 --- a/media-sound/jokosher/files/jokosher-0.9-update-database.patch +++ /dev/null @@ -1,25 +0,0 @@ -diff -ur jokosher-0.9.orig/setup.py jokosher-0.9/setup.py ---- jokosher-0.9.orig/setup.py 2007-03-07 04:22:42.000000000 +0200 -+++ jokosher-0.9/setup.py 2007-09-17 19:03:00.000000000 +0300 -@@ -92,21 +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 -- call(["update-mime-database", "/usr/share/mime/"]) -- -- #update the .desktop file database -- call(["update-desktop-database"]) - - 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 index 020e4f817c65..b0d09aa0c53c 100644 --- a/media-sound/jokosher/jokosher-0.11.1.ebuild +++ b/media-sound/jokosher/jokosher-0.11.1.ebuild @@ -1,6 +1,6 @@ # 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.11.1.ebuild,v 1.2 2009/06/11 13:49:26 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/jokosher/jokosher-0.11.1.ebuild,v 1.3 2009/06/20 06:55:43 ssuominen Exp $ NEED_PYTHON=2.4 inherit eutils gnome2 distutils @@ -16,8 +16,6 @@ IUSE="gnome" # NOTE: setuptools are a runtime requirement as the app # loads its extensions via pkg_resources -# Removed gnome-python and pyxml from deps because Ubuntu -# doesn't dep on them. Let me know if there is trouble, ssuominen. RDEPEND="dev-python/dbus-python >=dev-python/gst-python-0.10.8 dev-python/pycairo diff --git a/media-sound/jokosher/jokosher-0.9.ebuild b/media-sound/jokosher/jokosher-0.9.ebuild deleted file mode 100644 index 16707bee7a95..000000000000 --- a/media-sound/jokosher/jokosher-0.9.ebuild +++ /dev/null @@ -1,58 +0,0 @@ -# Copyright 1999-2007 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 $ - -NEED_PYTHON=2.4 - -inherit eutils gnome2 distutils - -DESCRIPTION="A simple yet powerful multi-track studio" -HOMEPAGE="http://www.jokosher.org" -SRC_URI="http://www.jokosher.org/downloads/source/${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}-desktop-entry.patch - epatch "${FILESDIR}"/${P}-update-database.patch -} - -pkg_postinst() { - distutils_pkg_postinst - gnome2_pkg_postinst -} - -pkg_postrm() { - distutils_pkg_postrm - gnome2_pkg_postrm -} |