public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-sound/mpd: mpd-0.15.9.ebuild
@ 2010-05-26 17:49 Christoph Mende (angelos)
  0 siblings, 0 replies; only message in thread
From: Christoph Mende (angelos) @ 2010-05-26 17:49 UTC (permalink / raw
  To: gentoo-commits

angelos     10/05/26 17:49:54

  Modified:             mpd-0.15.9.ebuild
  Log:
  Minor improvements
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  media-sound/mpd/mpd-0.15.9.ebuild

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

Index: mpd-0.15.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/mpd/mpd-0.15.9.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mpd-0.15.9.ebuild	1 May 2010 11:20:43 -0000	1.1
+++ mpd-0.15.9.ebuild	26 May 2010 17:49:54 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/mpd/mpd-0.15.9.ebuild,v 1.1 2010/05/01 11:20:43 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/mpd/mpd-0.15.9.ebuild,v 1.2 2010/05/26 17:49:54 angelos Exp $
 
 EAPI=2
 inherit eutils flag-o-matic multilib
@@ -18,7 +18,7 @@
 vorbis wavpack zip"
 
 RDEPEND="!sys-cluster/mpich2
-	>=dev-libs/glib-2.4:2
+	>=dev-libs/glib-2.6:2
 	aac? ( >=media-libs/faad2-2 )
 	alsa? ( media-sound/alsa-utils )
 	ao? ( >=media-libs/libao-0.8.4[alsa?,pulseaudio?] )
@@ -65,8 +65,9 @@
 }
 
 src_configure() {
-	local mpdconf="--enable-tcp --enable-un --disable-wildmidi
-		--disable-libOggFLACtest --disable-documentation"
+	local mpdconf="--disable-dependency-tracking --enable-tcp --enable-un
+		--disable-wildmidi --disable-libOggFLACtest --disable-documentation
+		--docdir=${EPREFIX}/usr/share/doc/${PF}"
 
 	if use network; then
 		mpdconf+=" --enable-shout $(use_enable vorbis vorbis-encoder)
@@ -119,9 +120,6 @@
 	keepdir /var/run/mpd
 
 	emake DESTDIR="${D}" install || die "emake install failed"
-	rm -rf "${D}"/usr/share/doc/mpd
-
-	dodoc AUTHORS NEWS README UPGRADING doc/mpdconf.dist
 
 	insinto /etc
 	newins doc/mpdconf.example mpd.conf






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-05-26 17:49 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-26 17:49 [gentoo-commits] gentoo-x86 commit in media-sound/mpd: mpd-0.15.9.ebuild Christoph Mende (angelos)

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