summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2003-09-06 05:45:21 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2003-09-06 05:45:21 +0000
commit5183192d4add64fda1fe3d4f80b82e7e399c4c94 (patch)
tree26c47d9e244e638370e84369f879c4e94044bee3 /x11-plugins/wmcube
parentoops someone forgot me ! (diff)
downloadhistorical-5183192d4add64fda1fe3d4f80b82e7e399c4c94.tar.gz
historical-5183192d4add64fda1fe3d4f80b82e7e399c4c94.tar.bz2
historical-5183192d4add64fda1fe3d4f80b82e7e399c4c94.zip
whitespace cleanup
Diffstat (limited to 'x11-plugins/wmcube')
-rw-r--r--x11-plugins/wmcube/Manifest2
-rw-r--r--x11-plugins/wmcube/wmcube-0.98.ebuild19
2 files changed, 9 insertions, 12 deletions
diff --git a/x11-plugins/wmcube/Manifest b/x11-plugins/wmcube/Manifest
index 3f39462ca1e7..4c830ce9730b 100644
--- a/x11-plugins/wmcube/Manifest
+++ b/x11-plugins/wmcube/Manifest
@@ -1,3 +1,3 @@
MD5 2f11ce7f63c7ec7caee54ce2ae192d4b ChangeLog 560
-MD5 8743f3a423fce55c21320d0519070002 wmcube-0.98.ebuild 726
+MD5 60673d8f71243ed4180d31dab7333c08 wmcube-0.98.ebuild 718
MD5 8342d498dd6e6c16135385f642627896 files/digest-wmcube-0.98 62
diff --git a/x11-plugins/wmcube/wmcube-0.98.ebuild b/x11-plugins/wmcube/wmcube-0.98.ebuild
index 605f8bcda624..dd8f10671828 100644
--- a/x11-plugins/wmcube/wmcube-0.98.ebuild
+++ b/x11-plugins/wmcube/wmcube-0.98.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/wmcube/wmcube-0.98.ebuild,v 1.3 2003/02/13 17:29:02 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmcube/wmcube-0.98.ebuild,v 1.4 2003/09/06 05:45:17 msterret Exp $
DESCRIPTION="a dockapp cpu monitor with spinning 3d objects"
HOMEPAGE="http://kling.mine.nu/kling/wmcube.htm"
@@ -24,16 +24,13 @@ src_compile() {
}
src_install() {
+ dobin wmcube
- dobin wmcube
-
- cd ..
- dodoc README CHANGES
-
- SHARE=${DESTTREE}/share/wmcube
- dodir ${SHARE}
- insinto ${SHARE}
- doins 3dObjects/*
+ cd ..
+ dodoc README CHANGES
+ SHARE=${DESTTREE}/share/wmcube
+ dodir ${SHARE}
+ insinto ${SHARE}
+ doins 3dObjects/*
}
-