diff options
author | Heinrich Wendel <lanius@gentoo.org> | 2004-04-09 13:09:20 +0000 |
---|---|---|
committer | Heinrich Wendel <lanius@gentoo.org> | 2004-04-09 13:09:20 +0000 |
commit | 16ef251261a0246ee5488acf74b5f0997b151d9a (patch) | |
tree | 790bc9414d6c5177df2f3c647eabb15d59e2dd29 /x11-misc/hotkeys | |
parent | remove S=${WORKDIR}/${P} (Manifest recommit) (diff) | |
download | gentoo-2-16ef251261a0246ee5488acf74b5f0997b151d9a.tar.gz gentoo-2-16ef251261a0246ee5488acf74b5f0997b151d9a.tar.bz2 gentoo-2-16ef251261a0246ee5488acf74b5f0997b151d9a.zip |
cosmetic changes
Diffstat (limited to 'x11-misc/hotkeys')
-rw-r--r-- | x11-misc/hotkeys/ChangeLog | 7 | ||||
-rw-r--r-- | x11-misc/hotkeys/hotkeys-0.5.7.1.ebuild | 7 |
2 files changed, 8 insertions, 6 deletions
diff --git a/x11-misc/hotkeys/ChangeLog b/x11-misc/hotkeys/ChangeLog index 4409f57066d1..cb66b36070bf 100644 --- a/x11-misc/hotkeys/ChangeLog +++ b/x11-misc/hotkeys/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/hotkeys -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/hotkeys/ChangeLog,v 1.16 2004/03/02 14:03:14 lanius Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/hotkeys/ChangeLog,v 1.17 2004/04/09 13:09:20 lanius Exp $ + + 09 Apr 2004; Heinrich Wendel <lanius@gentoo.org> hotkeys-0.5.7.1.ebuild: + cosmetic changes 02 Mar 2004; Heinrich Wendel <lanius@gentoo.org> hotkeys-0.5.7.1-r1.ebuild: stable on x86 diff --git a/x11-misc/hotkeys/hotkeys-0.5.7.1.ebuild b/x11-misc/hotkeys/hotkeys-0.5.7.1.ebuild index c7a4f53ba006..29bbaac336cb 100644 --- a/x11-misc/hotkeys/hotkeys-0.5.7.1.ebuild +++ b/x11-misc/hotkeys/hotkeys-0.5.7.1.ebuild @@ -1,8 +1,7 @@ -# 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/hotkeys/hotkeys-0.5.7.1.ebuild,v 1.6 2003/11/22 16:54:20 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/hotkeys/hotkeys-0.5.7.1.ebuild,v 1.7 2004/04/09 13:09:20 lanius Exp $ -S=${WORKDIR}/${P} DESCRIPTION="Make use of extra buttons on newer keyboards." SRC_URI="http://ypwong.org/hotkeys/${PV}/${PN}_${PV}.tar.gz" HOMEPAGE="http://ypwong.org/hotkeys/" @@ -21,7 +20,7 @@ DEPEND="virtual/x11 src_unpack() { unpack ${A} cd ${S} - patch -p0 < ${FILESDIR}/${PF}-gentoo.diff + epatch ${FILESDIR}/${PF}-gentoo.diff } src_compile() { |