summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2010-07-05 22:10:56 +0000
committerPacho Ramos <pacho@gentoo.org>2010-07-05 22:10:56 +0000
commit551b2b309360d1de5ea9d7e434fe1601e404e9d9 (patch)
tree2c74b08e8bc7e979102d71955d41b8503bd38ab5 /media-plugins/banshee-community-extensions
parentMask media-plugins/mythnetvision. Thanks to Samuli (diff)
downloadgentoo-2-551b2b309360d1de5ea9d7e434fe1601e404e9d9.tar.gz
gentoo-2-551b2b309360d1de5ea9d7e434fe1601e404e9d9.tar.bz2
gentoo-2-551b2b309360d1de5ea9d7e434fe1601e404e9d9.zip
Remove old.
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'media-plugins/banshee-community-extensions')
-rw-r--r--media-plugins/banshee-community-extensions/ChangeLog6
-rw-r--r--media-plugins/banshee-community-extensions/banshee-community-extensions-1.6.0.ebuild63
2 files changed, 5 insertions, 64 deletions
diff --git a/media-plugins/banshee-community-extensions/ChangeLog b/media-plugins/banshee-community-extensions/ChangeLog
index ecd65ee21ce5..0a9f21f5faea 100644
--- a/media-plugins/banshee-community-extensions/ChangeLog
+++ b/media-plugins/banshee-community-extensions/ChangeLog
@@ -1,6 +1,10 @@
# 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.5 2010/06/18 20:01:23 ford_prefect Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/banshee-community-extensions/ChangeLog,v 1.6 2010/07/05 22:10:56 pacho Exp $
+
+ 05 Jul 2010; Pacho Ramos <pacho@gentoo.org>
+ -banshee-community-extensions-1.6.0.ebuild:
+ Remove old.
*banshee-community-extensions-1.6.1 (18 Jun 2010)
diff --git a/media-plugins/banshee-community-extensions/banshee-community-extensions-1.6.0.ebuild b/media-plugins/banshee-community-extensions/banshee-community-extensions-1.6.0.ebuild
deleted file mode 100644
index 5fedfae40762..000000000000
--- a/media-plugins/banshee-community-extensions/banshee-community-extensions-1.6.0.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.0.ebuild,v 1.1 2010/04/01 07:58:08 ford_prefect 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
-}