summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2010-12-08 17:01:34 +0000
committerGilles Dartiguelongue <eva@gentoo.org>2010-12-08 17:01:34 +0000
commitaaf7ef6a85fe9fcb43ffdb9ee154fd460bd25160 (patch)
treed0ca03748f96ceb5d3160d842bdad2e7350a7e9c
parentNeeds gnome-panel with bonobo support, let it work when python3 is set as mai... (diff)
downloadgentoo-2-aaf7ef6a85fe9fcb43ffdb9ee154fd460bd25160.tar.gz
gentoo-2-aaf7ef6a85fe9fcb43ffdb9ee154fd460bd25160.tar.bz2
gentoo-2-aaf7ef6a85fe9fcb43ffdb9ee154fd460bd25160.zip
Drop python eclass usage, it was wrongly added due to gnome-doc-utils usage.
(Portage version: 2.2.0_alpha7/cvs/Linux x86_64)
-rw-r--r--media-sound/sound-juicer/ChangeLog6
-rw-r--r--media-sound/sound-juicer/sound-juicer-2.32.0.ebuild8
2 files changed, 8 insertions, 6 deletions
diff --git a/media-sound/sound-juicer/ChangeLog b/media-sound/sound-juicer/ChangeLog
index 4aee6c413c04..41ebc4bc1b47 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-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/sound-juicer/ChangeLog,v 1.196 2010/10/17 19:47:52 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/sound-juicer/ChangeLog,v 1.197 2010/12/08 17:01:34 eva Exp $
+
+ 08 Dec 2010; Gilles Dartiguelongue <eva@gentoo.org>
+ sound-juicer-2.32.0.ebuild:
+ Drop python eclass usage, it was wrongly added due to gnome-doc-utils usage.
*sound-juicer-2.32.0 (17 Oct 2010)
diff --git a/media-sound/sound-juicer/sound-juicer-2.32.0.ebuild b/media-sound/sound-juicer/sound-juicer-2.32.0.ebuild
index 47f223ab6a3c..baebe7b62449 100644
--- a/media-sound/sound-juicer/sound-juicer-2.32.0.ebuild
+++ b/media-sound/sound-juicer/sound-juicer-2.32.0.ebuild
@@ -1,19 +1,18 @@
# Copyright 1999-2010 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.ebuild,v 1.1 2010/10/17 19:47:52 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/sound-juicer/sound-juicer-2.32.0.ebuild,v 1.2 2010/12/08 17:01:34 eva Exp $
EAPI="3"
GCONF_DEBUG="yes"
-PYTHON_DEPEND="2:2.4"
-inherit gnome2 python
+inherit gnome2
DESCRIPTION="CD ripper for GNOME 2"
HOMEPAGE="http://www.burtonini.com/blog/computers/sound-juicer/"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
IUSE="test"
COMMON_DEPEND=">=dev-libs/glib-2.18
@@ -51,7 +50,6 @@ pkg_setup() {
--with-gtk=2.0
--disable-scrollkeeper GST_INSPECT=/bin/true"
DOCS="AUTHORS ChangeLog NEWS README TODO"
- python_set_active_version 2
}
pkg_postinst() {