summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichele Noberasco <s4t4n@gentoo.org>2005-11-08 08:55:51 +0000
committerMichele Noberasco <s4t4n@gentoo.org>2005-11-08 08:55:51 +0000
commit2eea71564bb0303717505e658fca88e981124166 (patch)
tree976502defda9f83f6608a8db7dcc0167aaf37dc9
parentChanged @ to 'at' in ChangeLog email. (diff)
downloadhistorical-2eea71564bb0303717505e658fca88e981124166.tar.gz
historical-2eea71564bb0303717505e658fca88e981124166.tar.bz2
historical-2eea71564bb0303717505e658fca88e981124166.zip
Added warning if X USE flag is not set, as this package needs imlib2 compiled with it. Closes bug #92100
Package-Manager: portage-2.0.51.22-r3
-rw-r--r--x11-plugins/wmhdplop/ChangeLog6
-rw-r--r--x11-plugins/wmhdplop/Manifest4
-rw-r--r--x11-plugins/wmhdplop/wmhdplop-0.9.7.ebuild10
3 files changed, 16 insertions, 4 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..033fc8b1adf8 100644
--- a/x11-plugins/wmhdplop/Manifest
+++ b/x11-plugins/wmhdplop/Manifest
@@ -1,5 +1,5 @@
-MD5 3cfc6ddea873833f81c2b699e70e3afa wmhdplop-0.9.7.ebuild 1163
-MD5 3a717433abba83e1185faffb8a9c4fd0 ChangeLog 917
+MD5 53f08a69f1aa6696d1717e1b250a5f13 wmhdplop-0.9.7.ebuild 1328
+MD5 5231cdc49dc28427d9814a72ae1fb05d ChangeLog 1120
MD5 62ba71d3b2fa785a4cbd5d47fdbd0eb6 metadata.xml 165
MD5 0a55dceead9ad7a2f7205718807cc4df files/digest-wmhdplop-0.9.7 66
MD5 2745de508ae424a95df9b4ec8cbd8a1a files/wmhdplop-cflags.patch 313
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()