diff options
author | 2004-03-19 10:04:28 +0000 | |
---|---|---|
committer | 2004-03-19 10:04:28 +0000 | |
commit | 29f9bfb0cb739717857d8cc6d675f2e937a3c8bb (patch) | |
tree | fb2639160b920459c352c9d1fa45d07a108bf5cb /x11-plugins/wmnet | |
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/wmnet')
-rw-r--r-- | x11-plugins/wmnet/ChangeLog | 7 | ||||
-rw-r--r-- | x11-plugins/wmnet/wmnet-1.06.ebuild | 6 |
2 files changed, 9 insertions, 4 deletions
diff --git a/x11-plugins/wmnet/ChangeLog b/x11-plugins/wmnet/ChangeLog index 0183dae6a571..a5235de91c47 100644 --- a/x11-plugins/wmnet/ChangeLog +++ b/x11-plugins/wmnet/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-plugins/wmnet -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmnet/ChangeLog,v 1.9 2004/01/04 18:36:48 aliz Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmnet/ChangeLog,v 1.10 2004/03/19 10:04:28 aliz Exp $ + + 19 Mar 2004; Daniel Ahlberg <aliz@gentoo.org> wmnet-1.06.ebuild: + Inherit eutils. 14 Dec 2003; Lars Weiler <pylon@gentoo.org> wmnet-1.06.ebuild: Make stable on ppc diff --git a/x11-plugins/wmnet/wmnet-1.06.ebuild b/x11-plugins/wmnet/wmnet-1.06.ebuild index 31da267f4710..7e8b7390cfcb 100644 --- a/x11-plugins/wmnet/wmnet-1.06.ebuild +++ b/x11-plugins/wmnet/wmnet-1.06.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/wmnet/wmnet-1.06.ebuild,v 1.11 2004/01/04 18:36:48 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmnet/wmnet-1.06.ebuild,v 1.12 2004/03/19 10:04:28 aliz Exp $ + +inherit eutils S=${WORKDIR}/${P} |