summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArun Raghavan <ford_prefect@gentoo.org>2010-04-01 08:10:18 +0000
committerArun Raghavan <ford_prefect@gentoo.org>2010-04-01 08:10:18 +0000
commit605adb51d04c37bc6e097559e27573f64c5b38c1 (patch)
tree8038697c1bceb86a947b913a5955e5f9a1ca773e /media-plugins/banshee-community-extensions
parentBump to 1.6.0. Mostly bug fixes, and a new plugin we don't care about. (diff)
downloadgentoo-2-605adb51d04c37bc6e097559e27573f64c5b38c1.tar.gz
gentoo-2-605adb51d04c37bc6e097559e27573f64c5b38c1.tar.bz2
gentoo-2-605adb51d04c37bc6e097559e27573f64c5b38c1.zip
Clean up pre-release ebuilds.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'media-plugins/banshee-community-extensions')
-rw-r--r--media-plugins/banshee-community-extensions/ChangeLog7
-rw-r--r--media-plugins/banshee-community-extensions/banshee-community-extensions-1.5.4.ebuild53
-rw-r--r--media-plugins/banshee-community-extensions/banshee-community-extensions-1.5.5.ebuild67
3 files changed, 6 insertions, 121 deletions
diff --git a/media-plugins/banshee-community-extensions/ChangeLog b/media-plugins/banshee-community-extensions/ChangeLog
index 25b8f006817d..9b5be9874536 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.3 2010/04/01 07:58:08 ford_prefect Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/banshee-community-extensions/ChangeLog,v 1.4 2010/04/01 08:10:18 ford_prefect Exp $
+
+ 01 Apr 2010; Arun Raghavan <ford_prefect@gentoo.org>
+ -banshee-community-extensions-1.5.4.ebuild,
+ -banshee-community-extensions-1.5.5.ebuild:
+ Clean up pre-release ebuilds.
*banshee-community-extensions-1.6.0 (01 Apr 2010)
diff --git a/media-plugins/banshee-community-extensions/banshee-community-extensions-1.5.4.ebuild b/media-plugins/banshee-community-extensions/banshee-community-extensions-1.5.4.ebuild
deleted file mode 100644
index 3569688d859c..000000000000
--- a/media-plugins/banshee-community-extensions/banshee-community-extensions-1.5.4.ebuild
+++ /dev/null
@@ -1,53 +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.5.4.ebuild,v 1.1 2010/02/26 06:29:52 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"
-
-DEPEND=">=dev-lang/mono-2.0
- >=media-sound/banshee-1.5.3
- >=gnome-base/gconf-2.0
- lyrics? (
- dev-dotnet/gconf-sharp:2
- >=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
- )"
-RDEPEND="${DEPEND}
- !media-plugins/banshee-lyrics
- !media-plugins/banshee-mirage"
-
-src_configure() {
- # Disable ClutterFlow as we don't have clutter in tree yet
- 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"
-
- econf \
- $(use_enable lirc) \
- $(use_enable lyrics) \
- $(use_enable mirage) \
- ${myconf}
-}
-
-src_install() {
- base_src_install
-}
diff --git a/media-plugins/banshee-community-extensions/banshee-community-extensions-1.5.5.ebuild b/media-plugins/banshee-community-extensions/banshee-community-extensions-1.5.5.ebuild
deleted file mode 100644
index 92c9608db4d1..000000000000
--- a/media-plugins/banshee-community-extensions/banshee-community-extensions-1.5.5.ebuild
+++ /dev/null
@@ -1,67 +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.5.5.ebuild,v 1.1 2010/03/25 22:30:34 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.3
- >=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_prepare() {
- # From upstream git
- epatch "${FILESDIR}/${P}-magnatune-build-fix.patch"
-}
-
-src_configure() {
- # Disable ClutterFlow as we don't have clutter in tree yet
- # Disable UbuntuOneMusicStore as we don't have ubuntuone-sharp
- 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"
-
- econf \
- $(use_enable lirc) \
- $(use_enable lyrics) \
- $(use_enable mirage) \
- $(use_enable telepathy) \
- $(use_enable test tests) \
- ${myconf}
-}
-
-src_install() {
- base_src_install
-}