summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKrzysztof Pawlik <nelchael@gentoo.org>2006-09-21 11:47:02 +0000
committerKrzysztof Pawlik <nelchael@gentoo.org>2006-09-21 11:47:02 +0000
commit87e822eb99f8791745ae78bd5d72444b6b788a22 (patch)
tree7ca679e12cfbb542241a2f57a7a94bd0b984edad /x11-misc
parentadded postinst message explaining the need for a rebuild (diff)
downloadgentoo-2-87e822eb99f8791745ae78bd5d72444b6b788a22.tar.gz
gentoo-2-87e822eb99f8791745ae78bd5d72444b6b788a22.tar.bz2
gentoo-2-87e822eb99f8791745ae78bd5d72444b6b788a22.zip
Fix bug #148492 - missing dependency on imake.
(Portage version: 2.1.2_pre1)
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/xbatt/ChangeLog5
-rw-r--r--x11-misc/xbatt/files/digest-xbatt-1.2.12
-rw-r--r--x11-misc/xbatt/xbatt-1.2.1.ebuild6
3 files changed, 10 insertions, 3 deletions
diff --git a/x11-misc/xbatt/ChangeLog b/x11-misc/xbatt/ChangeLog
index d5ff0bca44dc..1bf2a6eac5c0 100644
--- a/x11-misc/xbatt/ChangeLog
+++ b/x11-misc/xbatt/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-misc/xbatt
# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xbatt/ChangeLog,v 1.8 2006/01/21 16:27:43 nelchael Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xbatt/ChangeLog,v 1.9 2006/09/21 11:47:02 nelchael Exp $
+
+ 21 Sep 2006; Krzysiek Pawlik <nelchael@gentoo.org> xbatt-1.2.1.ebuild:
+ Fix bug #148492 - missing dependency on imake.
21 Jan 2006; Krzysiek Pawlik <nelchael@gentoo.org> xbatt-1.2.1.ebuild:
Fixed DEPEND for modular X.
diff --git a/x11-misc/xbatt/files/digest-xbatt-1.2.1 b/x11-misc/xbatt/files/digest-xbatt-1.2.1
index e2d5d94741de..60f91d95d8ef 100644
--- a/x11-misc/xbatt/files/digest-xbatt-1.2.1
+++ b/x11-misc/xbatt/files/digest-xbatt-1.2.1
@@ -1 +1,3 @@
MD5 4ad4d31cd70182ffdad31e0cc885c433 xbatt-1.2.1.tar.gz 12779
+RMD160 3f33ecb224a0a452d113285288ee50e498c39206 xbatt-1.2.1.tar.gz 12779
+SHA256 6c184c23e2be2b4934ccfcae39b158d5bab81e9f602a412bdbce57b436fd3b66 xbatt-1.2.1.tar.gz 12779
diff --git a/x11-misc/xbatt/xbatt-1.2.1.ebuild b/x11-misc/xbatt/xbatt-1.2.1.ebuild
index fbcdbf5cac4b..4d2d1f2d2cc7 100644
--- a/x11-misc/xbatt/xbatt-1.2.1.ebuild
+++ b/x11-misc/xbatt/xbatt-1.2.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xbatt/xbatt-1.2.1.ebuild,v 1.7 2006/01/21 16:27:43 nelchael Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xbatt/xbatt-1.2.1.ebuild,v 1.8 2006/09/21 11:47:02 nelchael Exp $
DESCRIPTION="Notebook battery indicator for X"
HOMEPAGE="http://www.clave.gr.jp/~eto/xbatt/"
@@ -21,7 +21,9 @@ RDEPEND="|| ( (
x11-libs/libXpm )
virtual/x11 )"
DEPEND="${RDEPEND}
- || ( x11-proto/xextproto virtual/x11 )"
+ || ( ( x11-proto/xextproto
+ x11-misc/imake )
+ virtual/x11 )"
src_compile() {
xmkmf || die