summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKrzysztof Pawlik <nelchael@gentoo.org>2006-02-02 16:33:13 +0000
committerKrzysztof Pawlik <nelchael@gentoo.org>2006-02-02 16:33:13 +0000
commit5a0d0f5d71665a6e7b511697dfdc1a9bef0158e1 (patch)
treec1cd006878ed08538ddc545548e903b14b42e42e /x11-plugins/wmgtemp
parentSwitched from blas-config to eselect in pkg_postinst(). This fixes bug #121284. (diff)
downloadhistorical-5a0d0f5d71665a6e7b511697dfdc1a9bef0158e1.tar.gz
historical-5a0d0f5d71665a6e7b511697dfdc1a9bef0158e1.tar.bz2
historical-5a0d0f5d71665a6e7b511697dfdc1a9bef0158e1.zip
Fixed DEPEND for modular X.
Package-Manager: portage-2.1_pre4-r1
Diffstat (limited to 'x11-plugins/wmgtemp')
-rw-r--r--x11-plugins/wmgtemp/ChangeLog8
-rw-r--r--x11-plugins/wmgtemp/files/digest-wmgtemp-0.61
-rw-r--r--x11-plugins/wmgtemp/wmgtemp-0.6.ebuild37
-rw-r--r--x11-plugins/wmgtemp/wmgtemp-0.7.ebuild13
4 files changed, 16 insertions, 43 deletions
diff --git a/x11-plugins/wmgtemp/ChangeLog b/x11-plugins/wmgtemp/ChangeLog
index 9b648b61db18..c5d976e4416a 100644
--- a/x11-plugins/wmgtemp/ChangeLog
+++ b/x11-plugins/wmgtemp/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-plugins/wmgtemp
-# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmgtemp/ChangeLog,v 1.10 2005/11/10 09:13:51 s4t4n Exp $
+# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmgtemp/ChangeLog,v 1.11 2006/02/02 16:28:10 nelchael Exp $
+
+ 02 Feb 2006; Krzysiek Pawlik <nelchael@gentoo.org> -wmgtemp-0.6.ebuild,
+ wmgtemp-0.7.ebuild:
+ Fixed DEPEND for modular X.
10 Nov 2005; Michele Noberasco <s4t4n@gentoo.org> wmgtemp-0.7.ebuild,
wmgtemp-0.6.ebuild:
diff --git a/x11-plugins/wmgtemp/files/digest-wmgtemp-0.6 b/x11-plugins/wmgtemp/files/digest-wmgtemp-0.6
deleted file mode 100644
index b14d3016fc0d..000000000000
--- a/x11-plugins/wmgtemp/files/digest-wmgtemp-0.6
+++ /dev/null
@@ -1 +0,0 @@
-MD5 63bacb693a7499773c8746aa8c0e6489 wmgtemp-0.6.tar.gz 18999
diff --git a/x11-plugins/wmgtemp/wmgtemp-0.6.ebuild b/x11-plugins/wmgtemp/wmgtemp-0.6.ebuild
deleted file mode 100644
index 8f7bdb4e5449..000000000000
--- a/x11-plugins/wmgtemp/wmgtemp-0.6.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmgtemp/wmgtemp-0.6.ebuild,v 1.11 2005/11/10 09:13:51 s4t4n Exp $
-
-IUSE=""
-
-S="${WORKDIR}/${PN}"
-
-DESCRIPTION="CPU and SYS temperature dockapp"
-HOMEPAGE="http://www.fluxcode.net"
-SRC_URI="http://www.fluxcode.net/${P}.tar.gz"
-
-LICENSE="Artistic"
-SLOT="0"
-KEYWORDS="x86 -ppc -sparc amd64"
-
-DEPEND="sys-apps/lm_sensors
- >=sys-apps/sed-4"
-
-src_unpack() {
- unpack ${A} ; cd ${S}/src
- sed -i -e "s:-Wall -g:\$(CFLAGS):" Makefile
-}
-
-src_compile() {
- emake || die "parallel make failed"
-}
-
-src_install() {
-
- cd ${S}
- dodoc BUGS CREDITS README TODO
-
- cd ${S}/src
- dobin wmgtemp
-
-}
diff --git a/x11-plugins/wmgtemp/wmgtemp-0.7.ebuild b/x11-plugins/wmgtemp/wmgtemp-0.7.ebuild
index c47486ebcecc..69d7c1382a90 100644
--- a/x11-plugins/wmgtemp/wmgtemp-0.7.ebuild
+++ b/x11-plugins/wmgtemp/wmgtemp-0.7.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/wmgtemp/wmgtemp-0.7.ebuild,v 1.7 2005/11/10 09:13:51 s4t4n Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmgtemp/wmgtemp-0.7.ebuild,v 1.8 2006/02/02 16:28:10 nelchael Exp $
IUSE=""
@@ -12,7 +12,14 @@ LICENSE="Artistic"
SLOT="0"
KEYWORDS="x86 -ppc -sparc amd64"
-DEPEND="sys-apps/lm_sensors
+RDEPEND="|| ( (
+ x11-libs/libX11
+ x11-libs/libXext
+ x11-libs/libXpm )
+ virtual/x11 )"
+DEPEND="${RDEPEND}
+ || ( x11-proto/xextproto virtual/x11 )
+ sys-apps/lm_sensors
>=sys-apps/sed-4"
src_unpack() {