diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2004-03-19 10:04:28 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2004-03-19 10:04:28 +0000 |
commit | 29f9bfb0cb739717857d8cc6d675f2e937a3c8bb (patch) | |
tree | fb2639160b920459c352c9d1fa45d07a108bf5cb /x11-plugins/wmitime | |
parent | fix depend (bug #45110); tidy (diff) | |
download | historical-29f9bfb0cb739717857d8cc6d675f2e937a3c8bb.tar.gz historical-29f9bfb0cb739717857d8cc6d675f2e937a3c8bb.tar.bz2 historical-29f9bfb0cb739717857d8cc6d675f2e937a3c8bb.zip |
Mostly eutils fixes
Diffstat (limited to 'x11-plugins/wmitime')
-rw-r--r-- | x11-plugins/wmitime/ChangeLog | 7 | ||||
-rw-r--r-- | x11-plugins/wmitime/wmitime-0.3.ebuild | 6 |
2 files changed, 9 insertions, 4 deletions
diff --git a/x11-plugins/wmitime/ChangeLog b/x11-plugins/wmitime/ChangeLog index b188d189b315..894474bc1fd3 100644 --- a/x11-plugins/wmitime/ChangeLog +++ b/x11-plugins/wmitime/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-plugins/wmitime -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmitime/ChangeLog,v 1.2 2003/02/12 09:41:39 vapier Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmitime/ChangeLog,v 1.3 2004/03/19 10:04:28 aliz Exp $ + + 19 Mar 2004; Daniel Ahlberg <aliz@gentoo.org> wmitime-0.3.ebuild: + Inherit eutils. *wmitime-0.3 (04 Oct 2002) diff --git a/x11-plugins/wmitime/wmitime-0.3.ebuild b/x11-plugins/wmitime/wmitime-0.3.ebuild index e43cdb226846..160550dcb5c9 100644 --- a/x11-plugins/wmitime/wmitime-0.3.ebuild +++ b/x11-plugins/wmitime/wmitime-0.3.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmitime/wmitime-0.3.ebuild,v 1.5 2004/01/04 18:36:48 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmitime/wmitime-0.3.ebuild,v 1.6 2004/03/19 10:04:28 aliz Exp $ + +inherit eutils S="${WORKDIR}/${PN}" |