summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKrzysztof Pawlik <nelchael@gentoo.org>2006-02-02 16:28:10 +0000
committerKrzysztof Pawlik <nelchael@gentoo.org>2006-02-02 16:28:10 +0000
commitad20e1c29314818370857900231fc27a2914cb4a (patch)
tree3941fe8c67a570cb4f66cc5847b5dd2823890481 /x11-plugins/wmgtemp/wmgtemp-0.6.ebuild
parentSwitched from blas-config to eselect in pkg_postinst(). This fixes bug #121284. (diff)
downloadgentoo-2-ad20e1c29314818370857900231fc27a2914cb4a.tar.gz
gentoo-2-ad20e1c29314818370857900231fc27a2914cb4a.tar.bz2
gentoo-2-ad20e1c29314818370857900231fc27a2914cb4a.zip
Fixed DEPEND for modular X.
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'x11-plugins/wmgtemp/wmgtemp-0.6.ebuild')
-rw-r--r--x11-plugins/wmgtemp/wmgtemp-0.6.ebuild37
1 files changed, 0 insertions, 37 deletions
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
-
-}