diff options
author | Markus Nigbur <pyrania@gentoo.org> | 2004-04-11 15:08:00 +0000 |
---|---|---|
committer | Markus Nigbur <pyrania@gentoo.org> | 2004-04-11 15:08:00 +0000 |
commit | b0212c8fa8b74ebbe0f580f3df801c5e633692b3 (patch) | |
tree | c7db5b17c43879c6cd761682877c0b222fa7f190 /x11-misc/imwheel | |
parent | Marked stable. (Manifest recommit) (diff) | |
download | gentoo-2-b0212c8fa8b74ebbe0f580f3df801c5e633692b3.tar.gz gentoo-2-b0212c8fa8b74ebbe0f580f3df801c5e633692b3.tar.bz2 gentoo-2-b0212c8fa8b74ebbe0f580f3df801c5e633692b3.zip |
Go epatch!
Diffstat (limited to 'x11-misc/imwheel')
-rw-r--r-- | x11-misc/imwheel/ChangeLog | 7 | ||||
-rw-r--r-- | x11-misc/imwheel/imwheel-1.0.0_pre2.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/x11-misc/imwheel/ChangeLog b/x11-misc/imwheel/ChangeLog index 7581d08a1cb4..e4bd5a2b0363 100644 --- a/x11-misc/imwheel/ChangeLog +++ b/x11-misc/imwheel/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/imwheel -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/imwheel/ChangeLog,v 1.3 2003/11/04 03:40:44 abhishek Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/imwheel/ChangeLog,v 1.4 2004/04/11 15:08:00 pyrania Exp $ + + 11 Apr 2004; Markus Nigbur <pyrania@gentoo.org> imwheel-1.0.0_pre2.ebuild: + Go epatch! 03 Nov 2003; Abhishek Amit <abhishek@gentoo.org> metadata.xml: Added metadata.xml diff --git a/x11-misc/imwheel/imwheel-1.0.0_pre2.ebuild b/x11-misc/imwheel/imwheel-1.0.0_pre2.ebuild index 1eaab5709aa0..aff74c469911 100644 --- a/x11-misc/imwheel/imwheel-1.0.0_pre2.ebuild +++ b/x11-misc/imwheel/imwheel-1.0.0_pre2.ebuild @@ -1,6 +1,6 @@ -# 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-misc/imwheel/imwheel-1.0.0_pre2.ebuild,v 1.3 2003/12/12 20:46:14 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/imwheel/imwheel-1.0.0_pre2.ebuild,v 1.4 2004/04/11 15:08:00 pyrania Exp $ DESCRIPTION="mouse tool for advanced features such as wheels and 3+ buttons" HOMEPAGE="http://jcatki.dhs.org/imwheel/" @@ -20,7 +20,7 @@ src_unpack() { unpack ${A} cd ${S} - patch -p1 < ${FILESDIR}/${P}-gentoo.diff || die "patch failed" + epatch ${FILESDIR}/${P}-gentoo.diff } |