summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2012-06-15 20:41:10 +0000
committerPacho Ramos <pacho@gentoo.org>2012-06-15 20:41:10 +0000
commitc022a59900e5c62ca948f05a21151b2419b021d4 (patch)
tree87cea879f4475a968ba3d1531c58ecd2ad2938ad /media-plugins/banshee-community-extensions
parentVersion bump, drop old. (diff)
downloadgentoo-2-c022a59900e5c62ca948f05a21151b2419b021d4.tar.gz
gentoo-2-c022a59900e5c62ca948f05a21151b2419b021d4.tar.bz2
gentoo-2-c022a59900e5c62ca948f05a21151b2419b021d4.zip
Version bump, drop old.
(Portage version: 2.1.10.65/cvs/Linux x86_64)
Diffstat (limited to 'media-plugins/banshee-community-extensions')
-rw-r--r--media-plugins/banshee-community-extensions/ChangeLog9
-rw-r--r--media-plugins/banshee-community-extensions/banshee-community-extensions-2.4.0.ebuild (renamed from media-plugins/banshee-community-extensions/banshee-community-extensions-2.2.0-r1.ebuild)13
2 files changed, 15 insertions, 7 deletions
diff --git a/media-plugins/banshee-community-extensions/ChangeLog b/media-plugins/banshee-community-extensions/ChangeLog
index cbed742bc3f5..ba3b00cf72ab 100644
--- a/media-plugins/banshee-community-extensions/ChangeLog
+++ b/media-plugins/banshee-community-extensions/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for media-plugins/banshee-community-extensions
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/banshee-community-extensions/ChangeLog,v 1.25 2012/02/06 12:28:57 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/banshee-community-extensions/ChangeLog,v 1.26 2012/06/15 20:41:10 pacho Exp $
+
+*banshee-community-extensions-2.4.0 (15 Jun 2012)
+
+ 15 Jun 2012; Pacho Ramos <pacho@gentoo.org>
+ +banshee-community-extensions-2.4.0.ebuild,
+ -banshee-community-extensions-2.2.0-r1.ebuild:
+ Version bump, drop old.
*banshee-community-extensions-2.2.0-r1 (06 Feb 2012)
diff --git a/media-plugins/banshee-community-extensions/banshee-community-extensions-2.2.0-r1.ebuild b/media-plugins/banshee-community-extensions/banshee-community-extensions-2.4.0.ebuild
index 141818dee0af..c25a053a4409 100644
--- a/media-plugins/banshee-community-extensions/banshee-community-extensions-2.2.0-r1.ebuild
+++ b/media-plugins/banshee-community-extensions/banshee-community-extensions-2.4.0.ebuild
@@ -1,13 +1,13 @@
# Copyright 1999-2012 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-2.2.0-r1.ebuild,v 1.1 2012/02/06 12:28:57 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/banshee-community-extensions/banshee-community-extensions-2.4.0.ebuild,v 1.1 2012/06/15 20:41:10 pacho Exp $
EAPI="4"
inherit base mono
DESCRIPTION="Community-developed plugins for the Banshee media player"
-HOMEPAGE="http://banshee.fm/"
+HOMEPAGE="http://banshee.fm/download/extensions/"
SRC_URI="http://download.banshee-project.org/${PN}/${PV}/${P}.tar.bz2"
LICENSE="MIT"
@@ -16,7 +16,7 @@ KEYWORDS="~amd64 ~x86"
IUSE="doc lastfmfingerprint lirc lyrics mirage telepathy zeitgeist"
DEPEND=">=dev-lang/mono-2.0
- >=media-sound/banshee-2.1.0[web]
+ >=media-sound/banshee-2.4.0[web]
>=gnome-base/gconf-2.0
dev-dotnet/gconf-sharp:2
doc? ( >=app-text/gnome-doc-utils-0.17.3 )
@@ -45,6 +45,8 @@ RDEPEND="${DEPEND}
!media-plugins/banshee-lyrics
!media-plugins/banshee-mirage"
+DOCS=( AUTHORS NEWS README )
+
src_configure() {
# Disable ClutterFlow as we don't have clutter-sharp and co in tree
# Disable UbuntuOneMusicStore as we don't have ubuntuone-sharp
@@ -62,7 +64,7 @@ src_configure() {
--disable-clutterflow --disable-appindicator --disable-openvp
--enable-ampache --enable-karaoke --enable-jamendo
--enable-randombylastfm --enable-albumartwriter
- --enable-duplicatesongdetector"
+ --enable-duplicatesongdetector --enable-foldersync"
econf \
$(use_enable doc user-help) \
@@ -78,6 +80,5 @@ src_configure() {
src_install() {
base_src_install
- find "${D}" -name "*.la" -delete || die "remove of la files failed"
- dodoc AUTHORS NEWS README
+ prune_libtool_files --all
}