summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrandon Low <lostlogic@gentoo.org>2002-07-19 22:51:38 +0000
committerBrandon Low <lostlogic@gentoo.org>2002-07-19 22:51:38 +0000
commit65b21dca751188cd8739925b6e95c49ff48eb141 (patch)
treea6f273a6553a4f827035c02fa95f12410764b411 /x11-misc
parentFixed Dependencies. Fixes #4761 (diff)
downloadgentoo-2-65b21dca751188cd8739925b6e95c49ff48eb141.tar.gz
gentoo-2-65b21dca751188cd8739925b6e95c49ff48eb141.tar.bz2
gentoo-2-65b21dca751188cd8739925b6e95c49ff48eb141.zip
fix stupid dependency ommission and remove old version
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/wmalms/ChangeLog16
-rw-r--r--x11-misc/wmalms/files/digest-wmalms-1.0.0a1
-rw-r--r--x11-misc/wmalms/wmalms-1.0.0a-r1.ebuild5
-rw-r--r--x11-misc/wmalms/wmalms-1.0.0a.ebuild22
4 files changed, 15 insertions, 29 deletions
diff --git a/x11-misc/wmalms/ChangeLog b/x11-misc/wmalms/ChangeLog
index 32d5199b06cd..fe26ab42d50c 100644
--- a/x11-misc/wmalms/ChangeLog
+++ b/x11-misc/wmalms/ChangeLog
@@ -1,11 +1,19 @@
# ChangeLog for x11-misc/wmalms
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/wmalms/ChangeLog,v 1.2 2002/06/07 03:43:03 lostlogic Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/wmalms/ChangeLog,v 1.3 2002/07/19 22:51:38 lostlogic Exp $
-*wmalms-1.0.0a-r1 (6 Jun 2002) wmalms-1.0.0a-r1.ebuild :
+*wmalms-1.0.0a-r1 (6 Jun 2002)
- 6 Jun 2002; Brandon Low <lostlogic@gentoo.org> Fix doc locations
+ 19 Jul 2002; Brandon Low <lostlogic@gentoo.org> wmalms-1.0.0a-r1.ebuild :
+
+ add dependency on lm_sensors
+
+ 6 Jun 2002; Brandon Low <lostlogic@gentoo.org> wmalms-1.0.0a-r1.ebuild
+
+ Fix doc locations
*wmalms-1.0.0a (3 Jun 2002)
- 3 Jun 2002; Brandon Low <lostlogic@gentoo.org> Initial package
+ 3 Jun 2002; Brandon Low <lostlogic@gentoo.org> wmalms-1.0.0a.ebuild
+
+ Initial package
diff --git a/x11-misc/wmalms/files/digest-wmalms-1.0.0a b/x11-misc/wmalms/files/digest-wmalms-1.0.0a
deleted file mode 100644
index 33e98875a532..000000000000
--- a/x11-misc/wmalms/files/digest-wmalms-1.0.0a
+++ /dev/null
@@ -1 +0,0 @@
-MD5 0486f7b7d1b4c57da07240498216eae4 wmalms-1.0.0a.tar.gz 52588
diff --git a/x11-misc/wmalms/wmalms-1.0.0a-r1.ebuild b/x11-misc/wmalms/wmalms-1.0.0a-r1.ebuild
index 62d71cbeaf27..e5a2ffe93e12 100644
--- a/x11-misc/wmalms/wmalms-1.0.0a-r1.ebuild
+++ b/x11-misc/wmalms/wmalms-1.0.0a-r1.ebuild
@@ -1,8 +1,9 @@
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/wmalms/wmalms-1.0.0a-r1.ebuild,v 1.2 2002/07/08 21:31:07 aliz Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/wmalms/wmalms-1.0.0a-r1.ebuild,v 1.3 2002/07/19 22:51:38 lostlogic Exp $
DESCRIPTION="wmalms X-windows hardware sensors applet"
-DEPEND="x11-base/xfree"
+DEPEND="x11-base/xfree
+ sys-apps/lm_sensors"
RDEPEND="${DEPEND}"
LICENSE="GPL"
SLOT="0"
diff --git a/x11-misc/wmalms/wmalms-1.0.0a.ebuild b/x11-misc/wmalms/wmalms-1.0.0a.ebuild
deleted file mode 100644
index fa80ac30ddad..000000000000
--- a/x11-misc/wmalms/wmalms-1.0.0a.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/wmalms/wmalms-1.0.0a.ebuild,v 1.2 2002/07/08 21:31:07 aliz Exp $
-
-DESCRIPTION="wmalms X-windows hardware sensors applet"
-DEPEND="x11-base/xfree"
-RDEPEND="${DEPEND}"
-LICENSE="GPL"
-SLOT="0"
-KEYWORDS="x86"
-
-S=${WORKDIR}/${P}
-SRC_URI="http://www.geocities.com/wmalms/wmalms-1.0.0a.tar.gz"
-HOMEPAGE="http://www.geocities.com/wmalms"
-
-src_compile() {
- econf || die
- emake || die
-}
-
-src_install() {
- make BINDIR=${D}/usr/bin DOCDIR=${D}/usr/share/doc install
-}