From 9817145c33fc239435b819805375d699d4dab0a3 Mon Sep 17 00:00:00 2001 From: Thilo Bangert Date: Fri, 28 Jun 2002 23:43:54 +0000 Subject: SLOT fix --- app-shells/bash-completion/ChangeLog | 17 ++++------------- .../bash-completion/bash-completion-20020624.ebuild | 4 ++-- 2 files changed, 6 insertions(+), 15 deletions(-) (limited to 'app-shells/bash-completion') diff --git a/app-shells/bash-completion/ChangeLog b/app-shells/bash-completion/ChangeLog index 2670005a9d23..9d35268bfa32 100644 --- a/app-shells/bash-completion/ChangeLog +++ b/app-shells/bash-completion/ChangeLog @@ -1,48 +1,39 @@ # ChangeLog for app-shells/bash-completion # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion/ChangeLog,v 1.8 2002/06/24 21:27:24 bangert Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion/ChangeLog,v 1.9 2002/06/28 23:43:54 bangert Exp $ + + 24 Jun 2002; Thilo Bangert bash-completion-20020624.ebuild : + fixed SLOT *bash-completion-20020624 (24 Jun 2002) 24 Jun 2002; Thilo Bangert bash-completion-20020624.ebuild : - version bump - *bash-completion-20020621 (19 Jun 2002) 21 Jun 2002; Thilo Bangert bash-completion-20020621.ebuild : - version bump 20 Jun 2002; Thilo Bangert bash-completion-20020619.ebuild : - added support for /etc/profile.d/bash-completion - *bash-completion-20020619 (19 Jun 2002) 19 Jun 2002; Thilo Bangert bash-completion-20020619.ebuild : - version bump - *bash-completion-20020521 (21 May 2002) 21 May 2002; Thilo Bangert bash-completion-20020521.ebuild : - version bump - LICENSE & minor fixor - *bash-completion-20020427 (27 Apr 2002) 27 Apr 2002; Thilo Bangert bash-completion-20020427.ebuild : - version bump - *bash-completion-20020422 (23 Apr 2002) 23 Apr 2002; Thilo Bangert ChangeLog : - initial release ;-) diff --git a/app-shells/bash-completion/bash-completion-20020624.ebuild b/app-shells/bash-completion/bash-completion-20020624.ebuild index 4f1c367d3486..f4278f316794 100644 --- a/app-shells/bash-completion/bash-completion-20020624.ebuild +++ b/app-shells/bash-completion/bash-completion-20020624.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 # Author: Thilo Bangert -# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion/bash-completion-20020624.ebuild,v 1.2 2002/06/25 10:22:03 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion/bash-completion-20020624.ebuild,v 1.3 2002/06/28 23:43:54 bangert Exp $ S=${WORKDIR}/${P/-/_} @@ -9,7 +9,7 @@ DESCRIPTION="Programmable Completion for bash (includes emerge and ebuild comman SRC_URI="http://www.caliban.org/files/bash/${P}.tar.bz2" HOMEPAGE="http://www.caliban.org/bash/index.shtml#completion" LICENSE="GPL-2" -SLOT="" +SLOT="0" RDEPEND=">=sys-apps/bash-2.05a" -- cgit v1.2.3-65-gdbad