Cleanup.
authorDiego Elio Pettenò <flameeyes@gentoo.org>
Thu, 4 Jan 2007 15:24:41 +0000 (15:24 +0000)
committerDiego Elio Pettenò <flameeyes@gentoo.org>
Thu, 4 Jan 2007 15:24:41 +0000 (15:24 +0000)
Package-Manager: portage-2.1.2_rc4-r5

media-libs/libmustux/ChangeLog
media-libs/libmustux/libmustux-0.20.2-r1.ebuild

index 96db2d108106a67c8e98b6217a888fcbca947807..ed0b4399d4649b8ee8521f033a21db771e3af488 100644 (file)
@@ -1,6 +1,10 @@
 # ChangeLog for media-libs/libmustux
-# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libmustux/ChangeLog,v 1.31 2006/11/03 21:06:43 dang Exp $
+# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libmustux/ChangeLog,v 1.32 2007/01/04 15:24:41 flameeyes Exp $
+
+  04 Jan 2007; Diego Pettenò <flameeyes@gentoo.org>
+  -libmustux-0.20.2.ebuild, libmustux-0.20.2-r1.ebuild:
+  Cleanup.
 
   03 Nov 2006; Daniel Gryniewicz <dang@gentoo.org>
   libmustux-0.20.2-r1.ebuild:
index bd46bbc7beae7412a17a599c35003527346019d0..06a247d40b7df393af4652ce390f295366c3987a 100644 (file)
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libmustux/libmustux-0.20.2-r1.ebuild,v 1.9 2006/11/03 21:06:43 dang Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libmustux/libmustux-0.20.2-r1.ebuild,v 1.10 2007/01/04 15:24:41 flameeyes Exp $
 
 WANT_AUTOCONF="latest"
 WANT_AUTOMAKE="latest"
@@ -17,8 +17,7 @@ SLOT="0"
 LICENSE="GPL-2"
 KEYWORDS="amd64 ~ppc x86"
 
-RDEPEND="|| ( ( x11-libs/libXt )
-       virtual/x11 )
+RDEPEND="x11-libs/libXt
        =x11-libs/qt-3*
        media-libs/alsa-lib"
 
@@ -26,7 +25,7 @@ set-qtdir 3
 
 src_unpack() {
        unpack ${A}
-       cd ${S}
+       cd "${S}"
 
        epatch "${FILESDIR}/${P}-qualifications.patch"
 
@@ -42,6 +41,6 @@ src_compile() {
 }
 
 src_install() {
-       make DESTDIR=${D} install || die
+       make DESTDIR="${D}" install || die
        dodoc AUTHORS COPYRIGHT ChangeLog NEWS README TODO
 }