public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-sound/banshee: banshee-1.8.1.ebuild
@ 2011-03-11 16:22 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 2+ messages in thread
From: Samuli Suominen (ssuominen) @ 2011-03-11 16:22 UTC (permalink / raw
  To: gentoo-commits

ssuominen    11/03/11 16:22:27

  Modified:             banshee-1.8.1.ebuild
  Log:
  fixup cosmetics
  
  (Portage version: 2.2.0_alpha26/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  media-sound/banshee/banshee-1.8.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/banshee/banshee-1.8.1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/banshee/banshee-1.8.1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/banshee/banshee-1.8.1.ebuild?r1=1.2&r2=1.3

Index: banshee-1.8.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/banshee/banshee-1.8.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- banshee-1.8.1.ebuild	11 Mar 2011 16:21:06 -0000	1.2
+++ banshee-1.8.1.ebuild	11 Mar 2011 16:22:27 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/banshee/banshee-1.8.1.ebuild,v 1.2 2011/03/11 16:21:06 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/banshee/banshee-1.8.1.ebuild,v 1.3 2011/03/11 16:22:27 ssuominen Exp $
 
 EAPI=2
 
@@ -84,7 +84,7 @@
 		dev-dotnet/gkeyfile-sharp
 		dev-dotnet/gtk-sharp-beans
 		dev-dotnet/gio-sharp
-		)"
+	)"
 
 DEPEND="${RDEPEND}
 	dev-util/pkgconfig"






^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in media-sound/banshee: banshee-1.8.1.ebuild
@ 2011-03-21 17:05 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 2+ messages in thread
From: Samuli Suominen (ssuominen) @ 2011-03-21 17:05 UTC (permalink / raw
  To: gentoo-commits

ssuominen    11/03/21 17:05:30

  Modified:             banshee-1.8.1.ebuild
  Log:
  punt useless comments, minor syntax tweak
  
  (Portage version: 2.2.0_alpha28/cvs/Linux x86_64)

Revision  Changes    Path
1.5                  media-sound/banshee/banshee-1.8.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/banshee/banshee-1.8.1.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/banshee/banshee-1.8.1.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/banshee/banshee-1.8.1.ebuild?r1=1.4&r2=1.5

Index: banshee-1.8.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/banshee/banshee-1.8.1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- banshee-1.8.1.ebuild	12 Mar 2011 11:58:57 -0000	1.4
+++ banshee-1.8.1.ebuild	21 Mar 2011 17:05:30 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/banshee/banshee-1.8.1.ebuild,v 1.4 2011/03/12 11:58:57 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/banshee/banshee-1.8.1.ebuild,v 1.5 2011/03/21 17:05:30 ssuominen Exp $
 
 EAPI=2
 
@@ -21,7 +21,6 @@
 KEYWORDS="~amd64 ~x86"
 IUSE="+aac +cdda boo daap doc +encode ipod karma mtp podcast test udev +web youtube"
 
-# Hal is required until upstream bug 612616 is solved
 RDEPEND=">=dev-lang/mono-2.4.3
 	gnome-base/gnome-settings-daemon
 	x11-themes/gnome-icon-theme
@@ -94,11 +93,6 @@
 S=${WORKDIR}/${PN}-1-${PV}
 
 src_prepare () {
-	# Fix intltool b0rkage similar to
-	# https://bugzilla.gnome.org/show_bug.cgi?id=577133
-#	sed "s:'\^\$\$lang\$\$':\^\$\$lang\$\$:g" -i po/Makefile.in.in \
-#		|| die "sed failed"
-
 	epatch "${FILESDIR}/${PN}-1.7.4-make-webkit-optional.patch"
 	AT_M4DIR="-I build/m4/banshee -I build/m4/shamrock -I build/m4/shave" \
 		eautoreconf
@@ -138,8 +132,8 @@
 }
 
 src_install() {
-	emake DESTDIR="${D}" install || die "emake install efailed"
-	find "${D}" -name '*.la' -delete
+	emake DESTDIR="${D}" install || die
+	find "${D}" -name '*.la' -exec rm -f {} +
 }
 
 pkg_preinst() {






^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-03-21 17:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-21 17:05 [gentoo-commits] gentoo-x86 commit in media-sound/banshee: banshee-1.8.1.ebuild Samuli Suominen (ssuominen)
  -- strict thread matches above, loose matches on Subject: below --
2011-03-11 16:22 Samuli Suominen (ssuominen)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox