summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKrzysztof Pawlik <nelchael@gentoo.org>2006-01-22 12:29:30 +0000
committerKrzysztof Pawlik <nelchael@gentoo.org>2006-01-22 12:29:30 +0000
commit2bba4f3e9acb4d3a8c0999573e8e525c7d2838f2 (patch)
treea9c13157ba253d051ca7da675a702cd25a91ee6d /x11-plugins/wmapm
parentFixed DEPEND for modular X. (diff)
downloadhistorical-2bba4f3e9acb4d3a8c0999573e8e525c7d2838f2.tar.gz
historical-2bba4f3e9acb4d3a8c0999573e8e525c7d2838f2.tar.bz2
historical-2bba4f3e9acb4d3a8c0999573e8e525c7d2838f2.zip
Fixed DEPEND for modular X.
Package-Manager: portage-2.1_pre3-r1
Diffstat (limited to 'x11-plugins/wmapm')
-rw-r--r--x11-plugins/wmapm/ChangeLog8
-rw-r--r--x11-plugins/wmapm/Manifest2
-rw-r--r--x11-plugins/wmapm/files/digest-wmapm-3.11
-rw-r--r--x11-plugins/wmapm/wmapm-3.1-r1.ebuild15
-rw-r--r--x11-plugins/wmapm/wmapm-3.1.ebuild21
5 files changed, 18 insertions, 29 deletions
diff --git a/x11-plugins/wmapm/ChangeLog b/x11-plugins/wmapm/ChangeLog
index 55ed7ebd04c5..fb5472605d4e 100644
--- a/x11-plugins/wmapm/ChangeLog
+++ b/x11-plugins/wmapm/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-plugins/wmapm
-# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmapm/ChangeLog,v 1.7 2005/10/31 13:35:48 nelchael Exp $
+# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmapm/ChangeLog,v 1.8 2006/01/22 12:29:30 nelchael Exp $
+
+ 22 Jan 2006; Krzysiek Pawlik <nelchael@gentoo.org> -wmapm-3.1.ebuild,
+ wmapm-3.1-r1.ebuild:
+ Fixed DEPEND for modular X.
31 Oct 2005; Krzysiek Pawlik <nelchael@gentoo.org> wmapm-3.1-r1.ebuild:
Fixed dodoc not to install COPYING and INSTALL.
diff --git a/x11-plugins/wmapm/Manifest b/x11-plugins/wmapm/Manifest
index f8aa0b971b0e..dd6f4bdb2648 100644
--- a/x11-plugins/wmapm/Manifest
+++ b/x11-plugins/wmapm/Manifest
@@ -1,6 +1,4 @@
MD5 867125244c8daa7c9bb7ab360c30cca6 ChangeLog 1148
-MD5 9ab1770653f3d1f164714a1862b98560 files/digest-wmapm-3.1 60
MD5 9ab1770653f3d1f164714a1862b98560 files/digest-wmapm-3.1-r1 60
MD5 3b259a5f363f33db91782a3a521d9d2f metadata.xml 490
MD5 b6599084b9e476307c33094887de8d84 wmapm-3.1-r1.ebuild 643
-MD5 7a752ea45dcff7d445468d3f589a989c wmapm-3.1.ebuild 619
diff --git a/x11-plugins/wmapm/files/digest-wmapm-3.1 b/x11-plugins/wmapm/files/digest-wmapm-3.1
deleted file mode 100644
index 377c50dcf695..000000000000
--- a/x11-plugins/wmapm/files/digest-wmapm-3.1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 5a62620d49b5cc4c2250e013149ca1e9 wmapm-3.1.tar.gz 28321
diff --git a/x11-plugins/wmapm/wmapm-3.1-r1.ebuild b/x11-plugins/wmapm/wmapm-3.1-r1.ebuild
index 9dedbb1080e5..39f5969a0f73 100644
--- a/x11-plugins/wmapm/wmapm-3.1-r1.ebuild
+++ b/x11-plugins/wmapm/wmapm-3.1-r1.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/x11-plugins/wmapm/wmapm-3.1-r1.ebuild,v 1.11 2005/10/31 13:35:48 nelchael Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmapm/wmapm-3.1-r1.ebuild,v 1.12 2006/01/22 12:29:30 nelchael Exp $
IUSE=""
S=${WORKDIR}/${P}/${PN}
@@ -12,7 +12,16 @@ SLOT="0"
LICENSE="GPL-2"
KEYWORDS="x86 sparc amd64 ppc"
-DEPEND="virtual/x11"
+RDEPEND="|| ( (
+ x11-libs/libX11
+ x11-libs/libXext
+ x11-libs/libXpm )
+ virtual/x11 )"
+DEPEND="${RDEPEND}
+ || ( (
+ x11-proto/xproto
+ x11-proto/xextproto )
+ virtual/x11 )"
src_install () {
cd ${S}
diff --git a/x11-plugins/wmapm/wmapm-3.1.ebuild b/x11-plugins/wmapm/wmapm-3.1.ebuild
deleted file mode 100644
index 8be566079a7f..000000000000
--- a/x11-plugins/wmapm/wmapm-3.1.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmapm/wmapm-3.1.ebuild,v 1.9 2004/06/24 23:04:41 agriffis Exp $
-
-IUSE=""
-DESCRIPTION="WMaker DockApp: Battery/Power status monitor for laptops"
-SRC_URI="http://nis-www.lanl.gov/~mgh/WindowMaker/${P}.tar.gz"
-HOMEPAGE="http://nis-www.lanl.gov/~mgh/WindowMaker/DockApps.shtml"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86 sparc amd64 ppc"
-
-DEPEND="virtual/x11"
-
-S=${WORKDIR}/${P}/${PN}
-
-src_install() {
- dodir /usr/bin /usr/man/man1
- make DESTDIR=${D}/usr install || die
-}