diff options
author | 2011-02-27 14:55:45 +0000 | |
---|---|---|
committer | 2011-02-27 14:55:45 +0000 | |
commit | c409fefd909da216223fade34275f31e594bcd25 (patch) | |
tree | e520f019303fdcdacca6cf538cc8bac9aaa90180 | |
parent | Version bump, remove old. (diff) | |
download | gentoo-2-c409fefd909da216223fade34275f31e594bcd25.tar.gz gentoo-2-c409fefd909da216223fade34275f31e594bcd25.tar.bz2 gentoo-2-c409fefd909da216223fade34275f31e594bcd25.zip |
Remove old.
(Portage version: 2.1.9.41/cvs/Linux x86_64)
3 files changed, 7 insertions, 99 deletions
diff --git a/media-plugins/banshee-community-extensions/ChangeLog b/media-plugins/banshee-community-extensions/ChangeLog index 58f5beecfa6f..7ac45090cb68 100644 --- a/media-plugins/banshee-community-extensions/ChangeLog +++ b/media-plugins/banshee-community-extensions/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for media-plugins/banshee-community-extensions -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/banshee-community-extensions/ChangeLog,v 1.12 2010/11/17 20:57:57 hwoarang Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/banshee-community-extensions/ChangeLog,v 1.13 2011/02/27 14:55:45 pacho Exp $ + + 27 Feb 2011; Pacho Ramos <pacho@gentoo.org> + -files/banshee-community-extensions-1.5.5-magnatune-build-fix.patch, + -banshee-community-extensions-1.6.1.ebuild: + Remove old. 17 Nov 2010; Markos Chandras <hwoarang@gentoo.org> banshee-community-extensions-1.8.0.ebuild: diff --git a/media-plugins/banshee-community-extensions/banshee-community-extensions-1.6.1.ebuild b/media-plugins/banshee-community-extensions/banshee-community-extensions-1.6.1.ebuild deleted file mode 100644 index de66bb52b1de..000000000000 --- a/media-plugins/banshee-community-extensions/banshee-community-extensions-1.6.1.ebuild +++ /dev/null @@ -1,63 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/banshee-community-extensions/banshee-community-extensions-1.6.1.ebuild,v 1.3 2010/07/12 20:28:24 fauli Exp $ - -EAPI=3 - -inherit base mono - -DESCRIPTION="Community-developed plugins for the Banshee media player" -HOMEPAGE="http://banshee-project.org/" -SRC_URI="http://download.banshee-project.org/${PN}/${PV}/${P}.tar.bz2" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="lirc lyrics mirage telepathy" - -DEPEND=">=dev-lang/mono-2.0 - >=media-sound/banshee-1.5.4 - >=gnome-base/gconf-2.0 - dev-dotnet/gconf-sharp:2 - lyrics? ( - >=dev-dotnet/webkit-sharp-0.2 - ) - mirage? ( - dev-libs/glib:2 - dev-db/sqlite:3 - sci-libs/fftw:3.0 - media-libs/libsamplerate - >=media-libs/gstreamer-0.10.15 - >=media-libs/gst-plugins-base-0.10.15 - ) - telepathy? ( - dev-dotnet/notify-sharp - >=dev-lang/mono-2.4.2 - )" -RDEPEND="${DEPEND} - !media-plugins/banshee-lyrics - !media-plugins/banshee-mirage" - -src_configure() { - # Disable ClutterFlow as we don't have clutter in tree yet - # Disable UbuntuOneMusicStore as we don't have ubuntuone-sharp - # Disable AppIndicator as it's not in tree - local myconf="--enable-gnome --disable-static --enable-release - --with-gconf-schema-file-dir=/etc/gconf/schemas - --with-vendor-build-id=Gentoo/${PN}/${PVR} - --disable-clutterflow --enable-liveradio - --enable-coverwallpaper --enable-magnatune - --disable-ubuntuonemusicstore --disable-appindicator" - - econf \ - $(use_enable lirc) \ - $(use_enable lyrics) \ - $(use_enable mirage) \ - $(use_enable telepathy) \ - $(use_enable test tests) \ - ${myconf} -} - -src_install() { - base_src_install -} diff --git a/media-plugins/banshee-community-extensions/files/banshee-community-extensions-1.5.5-magnatune-build-fix.patch b/media-plugins/banshee-community-extensions/files/banshee-community-extensions-1.5.5-magnatune-build-fix.patch deleted file mode 100644 index 29edc169d093..000000000000 --- a/media-plugins/banshee-community-extensions/files/banshee-community-extensions-1.5.5-magnatune-build-fix.patch +++ /dev/null @@ -1,34 +0,0 @@ -From 039ca32b6787bf06a52e12d51952c4453e1c6bbe Mon Sep 17 00:00:00 2001 -From: Gabriel Burt <gabriel.burt@gmail.com> -Date: Thu, 11 Mar 2010 09:07:24 -0800 -Subject: [PATCH] [Magnatune] Replace unicode char with \u expansion - ---- - .../gtk-gui/Magnatune.Configuration.cs | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) - -diff --git a/src/Magnatune/Banshee.Magnatune/gtk-gui/Magnatune.Configuration.cs b/src/Magnatune/Banshee.Magnatune/gtk-gui/Magnatune.Configuration.cs -index ecb54b2..a5bf178 100644 ---- a/src/Magnatune/Banshee.Magnatune/gtk-gui/Magnatune.Configuration.cs -+++ b/src/Magnatune/Banshee.Magnatune/gtk-gui/Magnatune.Configuration.cs -@@ -66,7 +66,7 @@ namespace Banshee.Magnatune { - this.username.CanFocus = true; - this.username.Name = "username"; - this.username.IsEditable = true; -- this.username.InvisibleChar = '●'; -+ this.username.InvisibleChar = '\u25cf'; - this.hbox2.Add(this.username); - Gtk.Box.BoxChild w3 = ((Gtk.Box.BoxChild)(this.hbox2[this.username])); - w3.Position = 1; -@@ -94,7 +94,7 @@ namespace Banshee.Magnatune { - this.password.Name = "password"; - this.password.IsEditable = true; - this.password.Visibility = false; -- this.password.InvisibleChar = '●'; -+ this.password.InvisibleChar = '\u25cf'; - this.hbox1.Add(this.password); - Gtk.Box.BoxChild w6 = ((Gtk.Box.BoxChild)(this.hbox1[this.password])); - w6.Position = 1; --- -1.7.0.3 - |