summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Holzer <mholzer@gentoo.org>2003-09-29 21:53:50 +0000
committerMartin Holzer <mholzer@gentoo.org>2003-09-29 21:53:50 +0000
commit8c6feeb5b04cca79d635a79d4983cc192e2b08ee (patch)
tree18eeede33aa2c0388769acabb984ef6431b2cb6a /x11-plugins/wmcms
parentheader fix (diff)
downloadgentoo-2-8c6feeb5b04cca79d635a79d4983cc192e2b08ee.tar.gz
gentoo-2-8c6feeb5b04cca79d635a79d4983cc192e2b08ee.tar.bz2
gentoo-2-8c6feeb5b04cca79d635a79d4983cc192e2b08ee.zip
headr fix
Diffstat (limited to 'x11-plugins/wmcms')
-rw-r--r--x11-plugins/wmcms/Manifest2
-rw-r--r--x11-plugins/wmcms/wmcms-0.3.5.ebuild10
2 files changed, 4 insertions, 8 deletions
diff --git a/x11-plugins/wmcms/Manifest b/x11-plugins/wmcms/Manifest
index 61e2b66314ef..eb00a3b75db7 100644
--- a/x11-plugins/wmcms/Manifest
+++ b/x11-plugins/wmcms/Manifest
@@ -1,3 +1,3 @@
MD5 7876be5351fb72eb1eb79ee05fcb8fab ChangeLog 970
-MD5 d8b1b2caa763ce73731ce5a9782aa54f wmcms-0.3.5.ebuild 579
+MD5 e8ce740f144909dfae52545047168d57 wmcms-0.3.5.ebuild 587
MD5 3d836ad986971d2cfdf3b9af4d1867f1 files/digest-wmcms-0.3.5 63
diff --git a/x11-plugins/wmcms/wmcms-0.3.5.ebuild b/x11-plugins/wmcms/wmcms-0.3.5.ebuild
index 666f753219a6..8c4de427e3c2 100644
--- a/x11-plugins/wmcms/wmcms-0.3.5.ebuild
+++ b/x11-plugins/wmcms/wmcms-0.3.5.ebuild
@@ -1,6 +1,6 @@
-# Copyright (c) Vitaly Kushneriuk
+# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmcms/wmcms-0.3.5.ebuild,v 1.5 2003/09/06 05:56:25 msterret Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmcms/wmcms-0.3.5.ebuild,v 1.6 2003/09/29 21:53:44 mholzer Exp $
IUSE=""
@@ -14,16 +14,12 @@ DEPEND="x11-libs/libdockapp"
SLOT="0"
LICENSE="GPL-2"
-KEYWORDS="x86 sparc "
+KEYWORDS="x86 sparc"
src_compile() {
-
make || die
-
}
src_install () {
-
dobin wmcms
-
}