summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrej Kacian <ticho@gentoo.org>2006-02-09 21:33:56 +0000
committerAndrej Kacian <ticho@gentoo.org>2006-02-09 21:33:56 +0000
commitc93139762de1f2b014d665b36eb39fbe863e456f (patch)
treeaf546c2b3ebcfb4bdb16ec590769a1c4b4c511e6 /app-misc/multimon
parentnew version (diff)
downloadgentoo-2-c93139762de1f2b014d665b36eb39fbe863e456f.tar.gz
gentoo-2-c93139762de1f2b014d665b36eb39fbe863e456f.tar.bz2
gentoo-2-c93139762de1f2b014d665b36eb39fbe863e456f.zip
Added modular X dependencies.
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'app-misc/multimon')
-rw-r--r--app-misc/multimon/ChangeLog7
-rw-r--r--app-misc/multimon/Manifest10
-rw-r--r--app-misc/multimon/files/digest-multimon-1.02
-rw-r--r--app-misc/multimon/multimon-1.0.ebuild10
4 files changed, 22 insertions, 7 deletions
diff --git a/app-misc/multimon/ChangeLog b/app-misc/multimon/ChangeLog
index 51460bf10052..4414136988ff 100644
--- a/app-misc/multimon/ChangeLog
+++ b/app-misc/multimon/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-misc/multimon
-# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/multimon/ChangeLog,v 1.5 2005/07/21 17:24:42 dholm Exp $
+# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-misc/multimon/ChangeLog,v 1.6 2006/02/09 21:33:56 ticho Exp $
+
+ 09 Feb 2006; Andrej Kacian <ticho@gentoo.org> multimon-1.0.ebuild:
+ Added modular X dependencies.
21 Jul 2005; David Holm <dholm@gentoo.org> multimon-1.0.ebuild:
Added to ~ppc.
diff --git a/app-misc/multimon/Manifest b/app-misc/multimon/Manifest
index e3e5244fe2eb..1fe3d34ed5f5 100644
--- a/app-misc/multimon/Manifest
+++ b/app-misc/multimon/Manifest
@@ -1,3 +1,9 @@
MD5 bc4842269cf3675e4a6dcf40853f6afa ChangeLog 750
-MD5 fc9c86a0855b9b8d8db326a2f1316f87 multimon-1.0.ebuild 685
-MD5 fcc6822fd032308b964abefd957c84a7 files/digest-multimon-1.0 59
+RMD160 acf47d99ef063e8f3b3a71d8eb2daf187e92bf5e ChangeLog 750
+SHA256 dc3d0e6996032ae6c14a2b21a05ae34f625f66b4170b39918236905590074e25 ChangeLog 750
+MD5 ba78564f1f8822ad682acda8d9be3c26 files/digest-multimon-1.0 223
+RMD160 7c1ba429d8be342ffb6127983e0fb894f28a99a8 files/digest-multimon-1.0 223
+SHA256 3456823396b6fc4ee285c88acdbf2260fd7a69fa2b94a26d92e5c5378c62f840 files/digest-multimon-1.0 223
+MD5 fda2dfd6ccfdf4e41f181b042335a29d multimon-1.0.ebuild 781
+RMD160 91efc7b52c10d0f673d17316fd4295cc3e00507d multimon-1.0.ebuild 781
+SHA256 d580f5828305ef9fb849e1c5684799ca6868918c6f98765bb44cdfa66fd32c00 multimon-1.0.ebuild 781
diff --git a/app-misc/multimon/files/digest-multimon-1.0 b/app-misc/multimon/files/digest-multimon-1.0
index 92e9447ce934..523a9d36d55a 100644
--- a/app-misc/multimon/files/digest-multimon-1.0
+++ b/app-misc/multimon/files/digest-multimon-1.0
@@ -1 +1,3 @@
MD5 eea654c0cb0d006b0d3ea3d748cc570a multimon.tar.gz 49256
+RMD160 5e0fe8bd89a110a9856a1a71457349633a407e84 multimon.tar.gz 49256
+SHA256 bb4957f10ffbe0bdefb91170beeba22edba7cac265855fe47960d5f7033b5255 multimon.tar.gz 49256
diff --git a/app-misc/multimon/multimon-1.0.ebuild b/app-misc/multimon/multimon-1.0.ebuild
index 68f26e0b87e9..ee1bbfe97960 100644
--- a/app-misc/multimon/multimon-1.0.ebuild
+++ b/app-misc/multimon/multimon-1.0.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/multimon/multimon-1.0.ebuild,v 1.13 2005/07/21 17:24:42 dholm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/multimon/multimon-1.0.ebuild,v 1.14 2006/02/09 21:33:56 ticho Exp $
S=${WORKDIR}/multimon
SRC_URI="http://www.baycom.org/~tom/ham/linux/multimon.tar.gz"
@@ -12,7 +12,11 @@ LICENSE="GPL-2"
KEYWORDS="~ppc x86"
IUSE=""
-DEPEND="virtual/x11"
+RDEPEND="virtual/libc
+ || ( x11-libs/libX11 virtual/x11 )"
+
+DEPEND="${RDEPEND}
+ || ( x11-proto/xproto virtual/x11 )"
src_compile() {
make CFLAGS="${CFLAGS}" || die