diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2004-04-14 09:09:02 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2004-04-14 09:09:02 +0000 |
commit | 556497b567af64403ef3b9ea293b90d666c415f9 (patch) | |
tree | cb329d1b10ffd6655208a0642708148fe511469f /x11-misc/bbkeys | |
parent | Numerous small fixes, see ChangeLogs for details. (Manifest recommit) (diff) | |
download | gentoo-2-556497b567af64403ef3b9ea293b90d666c415f9.tar.gz gentoo-2-556497b567af64403ef3b9ea293b90d666c415f9.tar.bz2 gentoo-2-556497b567af64403ef3b9ea293b90d666c415f9.zip |
Numerous small fixes, see ChangeLogs for details.
Diffstat (limited to 'x11-misc/bbkeys')
-rw-r--r-- | x11-misc/bbkeys/ChangeLog | 4 | ||||
-rw-r--r-- | x11-misc/bbkeys/bbkeys-0.8.5.ebuild | 6 | ||||
-rw-r--r-- | x11-misc/bbkeys/bbkeys-0.8.6.ebuild | 6 |
3 files changed, 10 insertions, 6 deletions
diff --git a/x11-misc/bbkeys/ChangeLog b/x11-misc/bbkeys/ChangeLog index a39b179ea994..1609c19d1e4f 100644 --- a/x11-misc/bbkeys/ChangeLog +++ b/x11-misc/bbkeys/ChangeLog @@ -2,6 +2,10 @@ # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 # $Header + 14 Apr 2004; Daniel Ahlberg <aliz@gentoo.org> bbkeys-0.8.5.ebuild, + bbkeys-0.8.6.ebuild: + Removed S=, added IUSE= + 26 Jan 2004; Markus Nigbur <pyrania@gentoo.org> bbkeys-0.8.3-r1.ebuild, bbkeys-0.8.4.ebuild: Removed old ebuilds. diff --git a/x11-misc/bbkeys/bbkeys-0.8.5.ebuild b/x11-misc/bbkeys/bbkeys-0.8.5.ebuild index f39d8e0bc1f2..68971dc93776 100644 --- a/x11-misc/bbkeys/bbkeys-0.8.5.ebuild +++ b/x11-misc/bbkeys/bbkeys-0.8.5.ebuild @@ -1,8 +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-misc/bbkeys/bbkeys-0.8.5.ebuild,v 1.4 2003/02/13 17:07:50 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbkeys/bbkeys-0.8.5.ebuild,v 1.5 2004/04/14 09:09:01 aliz Exp $ -S=${WORKDIR}/${P} +IUSE="" DESCRIPTION="Use keyboard shortcuts in the blackbox wm" HOMEPAGE="http://bbkeys.sourceforge.net" SRC_URI="mirror://sourceforge/bbkeys/${P}.tar.gz" diff --git a/x11-misc/bbkeys/bbkeys-0.8.6.ebuild b/x11-misc/bbkeys/bbkeys-0.8.6.ebuild index a16f20760c6f..a5e0728be5ba 100644 --- a/x11-misc/bbkeys/bbkeys-0.8.6.ebuild +++ b/x11-misc/bbkeys/bbkeys-0.8.6.ebuild @@ -1,8 +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-misc/bbkeys/bbkeys-0.8.6.ebuild,v 1.2 2003/02/13 17:07:56 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbkeys/bbkeys-0.8.6.ebuild,v 1.3 2004/04/14 09:09:01 aliz Exp $ -S=${WORKDIR}/${P} +IUSE="" DESCRIPTION="Use keyboard shortcuts in the blackbox wm" HOMEPAGE="http://bbkeys.sourceforge.net" SRC_URI="mirror://sourceforge/bbkeys/${P}.tar.gz" |