diff options
author | Michele Noberasco <s4t4n@gentoo.org> | 2005-03-30 12:34:54 +0000 |
---|---|---|
committer | Michele Noberasco <s4t4n@gentoo.org> | 2005-03-30 12:34:54 +0000 |
commit | 91fca9d6670f7cb3aba94ccf9beaf90844463403 (patch) | |
tree | fd2ec6789045913707eba2fd5914e38edb1f8eb6 /x11-plugins/wmsound | |
parent | stable on amd64 wrt security bug #86541 (diff) | |
download | historical-91fca9d6670f7cb3aba94ccf9beaf90844463403.tar.gz historical-91fca9d6670f7cb3aba94ccf9beaf90844463403.tar.bz2 historical-91fca9d6670f7cb3aba94ccf9beaf90844463403.zip |
Apply esd patch only if esd USE flag is enabled. Closes bug #87223.
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'x11-plugins/wmsound')
-rw-r--r-- | x11-plugins/wmsound/ChangeLog | 7 | ||||
-rw-r--r-- | x11-plugins/wmsound/Manifest | 20 | ||||
-rw-r--r-- | x11-plugins/wmsound/wmsound-0.9.5.ebuild | 6 |
3 files changed, 13 insertions, 20 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..994d8b478f85 100644 --- a/x11-plugins/wmsound/Manifest +++ b/x11-plugins/wmsound/Manifest @@ -1,17 +1,7 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -MD5 3e7c558dd169c45bf0bed0317964ffa2 ChangeLog 546 -MD5 552cfb0ab38b9b399eb98483b8b266fa wmsound-0.9.5.ebuild 1126 +MD5 572daff455937ba257c0c60d632469d5 wmsound-0.9.5.ebuild 1135 +MD5 ac4c123fdd0b3d1bf53b67a164e2d239 ChangeLog 689 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() |