diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2003-09-06 05:45:21 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2003-09-06 05:45:21 +0000 |
commit | 5183192d4add64fda1fe3d4f80b82e7e399c4c94 (patch) | |
tree | 26c47d9e244e638370e84369f879c4e94044bee3 /x11-plugins/wmsensormon | |
parent | oops someone forgot me ! (diff) | |
download | historical-5183192d4add64fda1fe3d4f80b82e7e399c4c94.tar.gz historical-5183192d4add64fda1fe3d4f80b82e7e399c4c94.tar.bz2 historical-5183192d4add64fda1fe3d4f80b82e7e399c4c94.zip |
whitespace cleanup
Diffstat (limited to 'x11-plugins/wmsensormon')
-rw-r--r-- | x11-plugins/wmsensormon/Manifest | 2 | ||||
-rw-r--r-- | x11-plugins/wmsensormon/wmsensormon-1.2_beta.ebuild | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/x11-plugins/wmsensormon/Manifest b/x11-plugins/wmsensormon/Manifest index c892d90ab991..7ff9b5e170c2 100644 --- a/x11-plugins/wmsensormon/Manifest +++ b/x11-plugins/wmsensormon/Manifest @@ -1,3 +1,3 @@ -MD5 dbd3af93bff9a783420dd1875fdcf5b3 wmsensormon-1.2_beta.ebuild 894 MD5 c52dbed5c9adadacb44b47a3c18d91f2 ChangeLog 493 +MD5 49aade85b626b6a67673909dcc30a3f7 wmsensormon-1.2_beta.ebuild 868 MD5 c2a7f98d9997f51f020c3e1113ed7257 files/digest-wmsensormon-1.2_beta 71 diff --git a/x11-plugins/wmsensormon/wmsensormon-1.2_beta.ebuild b/x11-plugins/wmsensormon/wmsensormon-1.2_beta.ebuild index 234c85c2f353..8fc3dbc9bea9 100644 --- a/x11-plugins/wmsensormon/wmsensormon-1.2_beta.ebuild +++ b/x11-plugins/wmsensormon/wmsensormon-1.2_beta.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2. -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmsensormon/wmsensormon-1.2_beta.ebuild,v 1.4 2003/05/29 09:38:48 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmsensormon/wmsensormon-1.2_beta.ebuild,v 1.5 2003/09/06 05:45:18 msterret Exp $ S=${WORKDIR}/${P/_/-}/${PN} DESCRIPTION="WindowMaker DockApp: Monitors sensors using lm_sensors" @@ -15,8 +15,8 @@ DEPEND="virtual/x11 src_compile() { cd ${S} mv Makefile Makefile.orig - sed 's/^CFLAGS/#CFLAGS/' Makefile.orig > Makefile - rm Makefile.orig + sed 's/^CFLAGS/#CFLAGS/' Makefile.orig > Makefile + rm Makefile.orig emake || die } |