diff options
author | Michele Noberasco <s4t4n@gentoo.org> | 2005-11-08 08:55:51 +0000 |
---|---|---|
committer | Michele Noberasco <s4t4n@gentoo.org> | 2005-11-08 08:55:51 +0000 |
commit | 5939b689871f97ac1c4047143aa39e0a20bb0560 (patch) | |
tree | fff5b8226f6a315ddc36befb51e3bd481fd0c6ce /x11-plugins/wmhdplop | |
parent | Changed @ to 'at' in ChangeLog email. (diff) | |
download | gentoo-2-5939b689871f97ac1c4047143aa39e0a20bb0560.tar.gz gentoo-2-5939b689871f97ac1c4047143aa39e0a20bb0560.tar.bz2 gentoo-2-5939b689871f97ac1c4047143aa39e0a20bb0560.zip |
Added warning if X USE flag is not set, as this package needs imlib2 compiled with it. Closes bug #92100
(Portage version: 2.0.51.22-r3)
Diffstat (limited to 'x11-plugins/wmhdplop')
-rw-r--r-- | x11-plugins/wmhdplop/ChangeLog | 6 | ||||
-rw-r--r-- | x11-plugins/wmhdplop/Manifest | 2 | ||||
-rw-r--r-- | x11-plugins/wmhdplop/wmhdplop-0.9.7.ebuild | 10 |
3 files changed, 15 insertions, 3 deletions
diff --git a/x11-plugins/wmhdplop/ChangeLog b/x11-plugins/wmhdplop/ChangeLog index a0e9f9b93871..a2ce6f226cf8 100644 --- a/x11-plugins/wmhdplop/ChangeLog +++ b/x11-plugins/wmhdplop/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-plugins/wmhdplop # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmhdplop/ChangeLog,v 1.6 2005/11/07 12:55:47 s4t4n Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmhdplop/ChangeLog,v 1.7 2005/11/08 08:55:51 s4t4n Exp $ + + 08 Nov 2005; Michele Noberasco <s4t4n@gentoo.org> wmhdplop-0.9.7.ebuild: + Warn the user if 'X' USE flag is not set, as this package needs imlib2 + compiled with this USE flag set. Closes bug #92100. 07 Nov 2005; Michele Noberasco <s4t4n@gentoo.org> wmhdplop-0.9.7.ebuild: Stable for x86. diff --git a/x11-plugins/wmhdplop/Manifest b/x11-plugins/wmhdplop/Manifest index ecba1ceac7d0..16e3757cb3d5 100644 --- a/x11-plugins/wmhdplop/Manifest +++ b/x11-plugins/wmhdplop/Manifest @@ -1,4 +1,4 @@ -MD5 3cfc6ddea873833f81c2b699e70e3afa wmhdplop-0.9.7.ebuild 1163 +MD5 092164e42e26ac839d2f5779b1d7586b wmhdplop-0.9.7.ebuild 1328 MD5 3a717433abba83e1185faffb8a9c4fd0 ChangeLog 917 MD5 62ba71d3b2fa785a4cbd5d47fdbd0eb6 metadata.xml 165 MD5 0a55dceead9ad7a2f7205718807cc4df files/digest-wmhdplop-0.9.7 66 diff --git a/x11-plugins/wmhdplop/wmhdplop-0.9.7.ebuild b/x11-plugins/wmhdplop/wmhdplop-0.9.7.ebuild index 7a58eb860055..b6062d3a92b5 100644 --- a/x11-plugins/wmhdplop/wmhdplop-0.9.7.ebuild +++ b/x11-plugins/wmhdplop/wmhdplop-0.9.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmhdplop/wmhdplop-0.9.7.ebuild,v 1.2 2005/11/07 12:55:47 s4t4n Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmhdplop/wmhdplop-0.9.7.ebuild,v 1.3 2005/11/08 08:55:51 s4t4n Exp $ inherit eutils @@ -25,6 +25,14 @@ src_unpack() # Honour Gentoo CFLAGS, but retain some the package author chose himself epatch ${FILESDIR}/${PN}-cflags.patch + + if ! use X; then + echo + ewarn "This package depends on media-libs/imlib2, which needs" + ewarn "to be compiled with 'X' USE flag enabled..." + echo + epause + fi } src_compile() |