summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichele Noberasco <s4t4n@gentoo.org>2005-03-30 12:34:54 +0000
committerMichele Noberasco <s4t4n@gentoo.org>2005-03-30 12:34:54 +0000
commit219f8cd50abcbbc8dbf3efa79e134df98cce031b (patch)
tree49adbcbfcc91addbc88bcc98e09920906dfd9c32 /x11-plugins/wmsound
parentstable on amd64 wrt security bug #86541 (diff)
downloadgentoo-2-219f8cd50abcbbc8dbf3efa79e134df98cce031b.tar.gz
gentoo-2-219f8cd50abcbbc8dbf3efa79e134df98cce031b.tar.bz2
gentoo-2-219f8cd50abcbbc8dbf3efa79e134df98cce031b.zip
Apply esd patch only if esd USE flag is enabled. Closes bug #87223.
(Portage version: 2.0.51.19)
Diffstat (limited to 'x11-plugins/wmsound')
-rw-r--r--x11-plugins/wmsound/ChangeLog7
-rw-r--r--x11-plugins/wmsound/Manifest18
-rw-r--r--x11-plugins/wmsound/wmsound-0.9.5.ebuild6
3 files changed, 12 insertions, 19 deletions
diff --git a/x11-plugins/wmsound/ChangeLog b/x11-plugins/wmsound/ChangeLog
index 50c0b8349192..f5aababebdd8 100644
--- a/x11-plugins/wmsound/ChangeLog
+++ b/x11-plugins/wmsound/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-plugins/wmsound
-# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmsound/ChangeLog,v 1.3 2004/10/01 12:12:37 pyrania Exp $
+# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmsound/ChangeLog,v 1.4 2005/03/30 12:34:54 s4t4n Exp $
+
+ 30 Mar 2005; Michele Noberasco <s4t4n@gentoo.org> wmsound-0.9.5.ebuild:
+ Apply esd patch only if esd USE flag is enabled. Closes bug #87223.
01 Oct 2004; <pyrania@gentoo.org> wmsound-0.9.5.ebuild:
Marked stable on x86.
diff --git a/x11-plugins/wmsound/Manifest b/x11-plugins/wmsound/Manifest
index ffbd4f86eb13..db2213fc7ede 100644
--- a/x11-plugins/wmsound/Manifest
+++ b/x11-plugins/wmsound/Manifest
@@ -1,17 +1,7 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
+MD5 9f0c5541da851982ebc8f3d91eeaf431 wmsound-0.9.5.ebuild 1137
MD5 3e7c558dd169c45bf0bed0317964ffa2 ChangeLog 546
-MD5 552cfb0ab38b9b399eb98483b8b266fa wmsound-0.9.5.ebuild 1126
MD5 62ba71d3b2fa785a4cbd5d47fdbd0eb6 metadata.xml 165
-MD5 d04694a64e4326d5b21eaab7827c9c6c files/wmsound-ComplexProgramTargetNoMan.patch 304
-MD5 3bfb08591f212acd293b5f480afd4fab files/wmsound-config.patch 2466
-MD5 56668c80d9f0b2b99b5c9088016ed62a files/digest-wmsound-0.9.5 64
MD5 07c8b3d33fbbbed1700c4515b5311721 files/wmsound-esd.patch 2799
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.2.6 (GNU/Linux)
-
-iD8DBQFBXUlhI7fK2cqeyXkRAmcDAKCKBTt1uDn0jSlGYiHA/iBVP9+TiQCfXEaj
-KVO/CefrXSNKJ0S8r0+kJoE=
-=6hTi
------END PGP SIGNATURE-----
+MD5 56668c80d9f0b2b99b5c9088016ed62a files/digest-wmsound-0.9.5 64
+MD5 3bfb08591f212acd293b5f480afd4fab files/wmsound-config.patch 2466
+MD5 d04694a64e4326d5b21eaab7827c9c6c files/wmsound-ComplexProgramTargetNoMan.patch 304
diff --git a/x11-plugins/wmsound/wmsound-0.9.5.ebuild b/x11-plugins/wmsound/wmsound-0.9.5.ebuild
index 1d7d538353fc..5dda482d7fca 100644
--- a/x11-plugins/wmsound/wmsound-0.9.5.ebuild
+++ b/x11-plugins/wmsound/wmsound-0.9.5.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmsound/wmsound-0.9.5.ebuild,v 1.3 2004/10/01 12:12:37 pyrania Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmsound/wmsound-0.9.5.ebuild,v 1.4 2005/03/30 12:34:54 s4t4n Exp $
inherit eutils
@@ -27,7 +27,7 @@ src_unpack()
cd ${S}
epatch ${FILESDIR}/wmsound-config.patch
epatch ${FILESDIR}/wmsound-ComplexProgramTargetNoMan.patch
- epatch ${FILESDIR}/wmsound-esd.patch
+ use esd && epatch ${FILESDIR}/wmsound-esd.patch
}
src_compile()