summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Ahlberg <aliz@gentoo.org>2004-03-19 10:04:28 +0000
committerDaniel Ahlberg <aliz@gentoo.org>2004-03-19 10:04:28 +0000
commitf33d48ec74fdcc397105e3a1de16d0be722e153e (patch)
tree465781502f7bc144f391d099dfefef6d2e386d5f /x11-plugins/wmcalc
parenttidy number of ebuilds (Manifest recommit) (diff)
downloadgentoo-2-f33d48ec74fdcc397105e3a1de16d0be722e153e.tar.gz
gentoo-2-f33d48ec74fdcc397105e3a1de16d0be722e153e.tar.bz2
gentoo-2-f33d48ec74fdcc397105e3a1de16d0be722e153e.zip
Mostly eutils fixes
Diffstat (limited to 'x11-plugins/wmcalc')
-rw-r--r--x11-plugins/wmcalc/ChangeLog5
-rw-r--r--x11-plugins/wmcalc/wmcalc-0.3.ebuild4
2 files changed, 7 insertions, 2 deletions
diff --git a/x11-plugins/wmcalc/ChangeLog b/x11-plugins/wmcalc/ChangeLog
index 9d5d3dd4b52f..6680c3006598 100644
--- a/x11-plugins/wmcalc/ChangeLog
+++ b/x11-plugins/wmcalc/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-plugins/wmcalc
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmcalc/ChangeLog,v 1.3 2004/01/21 20:08:37 tseng Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmcalc/ChangeLog,v 1.4 2004/03/19 10:04:28 aliz Exp $
+
+ 19 Mar 2004; Daniel Ahlberg <aliz@gentoo.org> wmcalc-0.3.ebuild:
+ Inherit eutils.
21 Jan 2004; Brandon Hale <tseng@gentoo.org> wmcalc-0.3.ebuild:
Fixing some seriously sloppy behavior in the ebuild, see bug 38885.
diff --git a/x11-plugins/wmcalc/wmcalc-0.3.ebuild b/x11-plugins/wmcalc/wmcalc-0.3.ebuild
index 26094e2a1a92..c1a8fe5854d7 100644
--- a/x11-plugins/wmcalc/wmcalc-0.3.ebuild
+++ b/x11-plugins/wmcalc/wmcalc-0.3.ebuild
@@ -1,6 +1,8 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmcalc/wmcalc-0.3.ebuild,v 1.7 2004/01/21 20:08:37 tseng Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmcalc/wmcalc-0.3.ebuild,v 1.8 2004/03/19 10:04:28 aliz Exp $
+
+inherit eutils
DESCRIPTION="A WindowMaker DockApp calculator"
HOMEPAGE="http://members.cox.net/ehf_dockapps/wmcalc/whatis.html"