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 | f33d48ec74fdcc397105e3a1de16d0be722e153e (patch) | |
tree | 465781502f7bc144f391d099dfefef6d2e386d5f /x11-plugins/wmget | |
parent | tidy number of ebuilds (Manifest recommit) (diff) | |
download | gentoo-2-f33d48ec74fdcc397105e3a1de16d0be722e153e.tar.gz gentoo-2-f33d48ec74fdcc397105e3a1de16d0be722e153e.tar.bz2 gentoo-2-f33d48ec74fdcc397105e3a1de16d0be722e153e.zip |
Mostly eutils fixes
Diffstat (limited to 'x11-plugins/wmget')
-rw-r--r-- | x11-plugins/wmget/ChangeLog | 8 | ||||
-rw-r--r-- | x11-plugins/wmget/wmget-0.4.4.ebuild | 6 | ||||
-rw-r--r-- | x11-plugins/wmget/wmget-0.5.0.ebuild | 4 |
3 files changed, 13 insertions, 5 deletions
diff --git a/x11-plugins/wmget/ChangeLog b/x11-plugins/wmget/ChangeLog index 33e28f00dbbb..481cc79cbe39 100644 --- a/x11-plugins/wmget/ChangeLog +++ b/x11-plugins/wmget/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-plugins/wmget -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmget/ChangeLog,v 1.3 2003/03/09 20:11:53 aliz Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmget/ChangeLog,v 1.4 2004/03/19 10:04:28 aliz Exp $ + + 19 Mar 2004; Daniel Ahlberg <aliz@gentoo.org> wmget-0.4.4.ebuild, + wmget-0.5.0.ebuild: + Inherit eutils. *wmget-0.5.0 (09 Mar 2003) diff --git a/x11-plugins/wmget/wmget-0.4.4.ebuild b/x11-plugins/wmget/wmget-0.4.4.ebuild index 802b4e783eb5..ba941d989038 100644 --- a/x11-plugins/wmget/wmget-0.4.4.ebuild +++ b/x11-plugins/wmget/wmget-0.4.4.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/wmget/wmget-0.4.4.ebuild,v 1.5 2004/01/04 18:36:48 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmget/wmget-0.4.4.ebuild,v 1.6 2004/03/19 10:04:28 aliz Exp $ + +inherit eutils S="${WORKDIR}/wmget" diff --git a/x11-plugins/wmget/wmget-0.5.0.ebuild b/x11-plugins/wmget/wmget-0.5.0.ebuild index 569be6c9c107..78e111289b79 100644 --- a/x11-plugins/wmget/wmget-0.5.0.ebuild +++ b/x11-plugins/wmget/wmget-0.5.0.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmget/wmget-0.5.0.ebuild,v 1.3 2004/01/04 18:36:48 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmget/wmget-0.5.0.ebuild,v 1.4 2004/03/19 10:04:28 aliz Exp $ + +inherit eutils S="${WORKDIR}/${PN}" |