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/wmsmixer | |
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/wmsmixer')
-rw-r--r-- | x11-plugins/wmsmixer/ChangeLog | 7 | ||||
-rw-r--r-- | x11-plugins/wmsmixer/wmsmixer-0.5.ebuild | 6 |
2 files changed, 9 insertions, 4 deletions
diff --git a/x11-plugins/wmsmixer/ChangeLog b/x11-plugins/wmsmixer/ChangeLog index 4318fe972fde..86fb4c39a98e 100644 --- a/x11-plugins/wmsmixer/ChangeLog +++ b/x11-plugins/wmsmixer/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-plugins/wmsmixer -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmsmixer/ChangeLog,v 1.5 2003/12/10 23:26:52 pyrania Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmsmixer/ChangeLog,v 1.6 2004/03/19 10:04:28 aliz Exp $ + + 19 Mar 2004; Daniel Ahlberg <aliz@gentoo.org> wmsmixer-0.5.ebuild: + Inherit eutils. 11 Dec 2003; Markus Nigbur <pyrania@gentoo.org> wmsmixer-0.5.ebuild: Fixed permission problem. Thanks to Minati jean michel (bug 22983) diff --git a/x11-plugins/wmsmixer/wmsmixer-0.5.ebuild b/x11-plugins/wmsmixer/wmsmixer-0.5.ebuild index 6e228eaac386..4791bceade38 100644 --- a/x11-plugins/wmsmixer/wmsmixer-0.5.ebuild +++ b/x11-plugins/wmsmixer/wmsmixer-0.5.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/wmsmixer/wmsmixer-0.5.ebuild,v 1.6 2003/12/10 23:26:52 pyrania Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmsmixer/wmsmixer-0.5.ebuild,v 1.7 2004/03/19 10:04:28 aliz Exp $ + +inherit eutils DESCRIPTION="fork of wmmixer adding scrollwheel support and other features" HOMEPAGE="http://www.hibernaculum.net/wmsmixer.html" |