summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2011-08-30 07:15:23 +0000
committerGilles Dartiguelongue <eva@gentoo.org>2011-08-30 07:15:23 +0000
commit404613cb5895286e52aaaa376844ff05b89c5bfc (patch)
tree78eb93c6d037655f8bc2ba14fdba7b99d846bbfb /media-sound/sound-juicer
parentVersion bump pyzmq to 2.1.9. (diff)
downloadgentoo-2-404613cb5895286e52aaaa376844ff05b89c5bfc.tar.gz
gentoo-2-404613cb5895286e52aaaa376844ff05b89c5bfc.tar.bz2
gentoo-2-404613cb5895286e52aaaa376844ff05b89c5bfc.zip
Add missing gnome2_src_prepare and fix position of src_prepare.
(Portage version: 2.2.0_alpha51/cvs/Linux x86_64)
Diffstat (limited to 'media-sound/sound-juicer')
-rw-r--r--media-sound/sound-juicer/ChangeLog6
-rw-r--r--media-sound/sound-juicer/sound-juicer-2.32.0-r1.ebuild13
2 files changed, 13 insertions, 6 deletions
diff --git a/media-sound/sound-juicer/ChangeLog b/media-sound/sound-juicer/ChangeLog
index a414a4261015..10c61faaf152 100644
--- a/media-sound/sound-juicer/ChangeLog
+++ b/media-sound/sound-juicer/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-sound/sound-juicer
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/sound-juicer/ChangeLog,v 1.207 2011/08/29 23:55:56 sping Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/sound-juicer/ChangeLog,v 1.208 2011/08/30 07:15:23 eva Exp $
+
+ 30 Aug 2011; Gilles Dartiguelongue <eva@gentoo.org>
+ sound-juicer-2.32.0-r1.ebuild:
+ Add missing gnome2_src_prepare and fix position of src_prepare.
*sound-juicer-2.32.0-r1 (29 Aug 2011)
diff --git a/media-sound/sound-juicer/sound-juicer-2.32.0-r1.ebuild b/media-sound/sound-juicer/sound-juicer-2.32.0-r1.ebuild
index 877ea2253853..a449267fbf72 100644
--- a/media-sound/sound-juicer/sound-juicer-2.32.0-r1.ebuild
+++ b/media-sound/sound-juicer/sound-juicer-2.32.0-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/sound-juicer/sound-juicer-2.32.0-r1.ebuild,v 1.1 2011/08/29 23:55:56 sping Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/sound-juicer/sound-juicer-2.32.0-r1.ebuild,v 1.2 2011/08/30 07:15:23 eva Exp $
EAPI="3"
GCONF_DEBUG="yes"
@@ -46,10 +46,6 @@ DEPEND="${COMMON_DEPEND}
app-text/gnome-doc-utils
test? ( ~app-text/docbook-xml-dtd-4.3 )"
-src_prepare() {
- epatch "${FILESDIR}"/${P}-desktop-file.patch
-}
-
pkg_setup() {
# GST_INSPECT needed to get around some sandboxing checks
G2CONF="${G2CONF}
@@ -58,6 +54,13 @@ pkg_setup() {
DOCS="AUTHORS ChangeLog NEWS README TODO"
}
+src_prepare() {
+ gnome2_src_prepare
+
+ # Fix description in desktop file, bug #377855
+ epatch "${FILESDIR}"/${P}-desktop-file.patch
+}
+
pkg_postinst() {
gnome2_pkg_postinst
ewarn "If ${PN} does not rip to some music format, please check your"