diff options
author | 2003-03-11 20:50:08 +0000 | |
---|---|---|
committer | 2003-03-11 20:50:08 +0000 | |
commit | d7b058f93ff11bb45771b9522bc61e8caed7634b (patch) | |
tree | 5bc82acc8652329cee06021de32dc0d0c93eb755 /app-shells/bash-completion | |
parent | add ~alpha (diff) | |
download | historical-d7b058f93ff11bb45771b9522bc61e8caed7634b.tar.gz historical-d7b058f93ff11bb45771b9522bc61e8caed7634b.tar.bz2 historical-d7b058f93ff11bb45771b9522bc61e8caed7634b.zip |
moved bash from sys-apps to app-shells
Diffstat (limited to 'app-shells/bash-completion')
4 files changed, 8 insertions, 8 deletions
diff --git a/app-shells/bash-completion/bash-completion-20021017.ebuild b/app-shells/bash-completion/bash-completion-20021017.ebuild index d70d9a86ca35..f89e1296d1c4 100644 --- a/app-shells/bash-completion/bash-completion-20021017.ebuild +++ b/app-shells/bash-completion/bash-completion-20021017.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion/bash-completion-20021017.ebuild,v 1.5 2003/02/13 09:28:11 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion/bash-completion-20021017.ebuild,v 1.6 2003/03/11 20:50:08 seemant Exp $ S=${WORKDIR}/${PN/-/_} @@ -12,7 +12,7 @@ LICENSE="GPL-2" SLOT="0" DEPEND="sys-apps/tar sys-apps/bzip2" -RDEPEND=">=sys-apps/bash-2.05a" +RDEPEND=">=app-shells/bash-2.05a" src_install() { insinto /etc diff --git a/app-shells/bash-completion/bash-completion-20021221.ebuild b/app-shells/bash-completion/bash-completion-20021221.ebuild index 58733c33cd0d..31d11d6bbdbf 100644 --- a/app-shells/bash-completion/bash-completion-20021221.ebuild +++ b/app-shells/bash-completion/bash-completion-20021221.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion/bash-completion-20021221.ebuild,v 1.3 2003/02/13 09:28:35 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion/bash-completion-20021221.ebuild,v 1.4 2003/03/11 20:50:08 seemant Exp $ S=${WORKDIR}/${PN/-/_} @@ -12,7 +12,7 @@ LICENSE="GPL-2" SLOT="0" DEPEND="sys-apps/tar sys-apps/bzip2" -RDEPEND=">=sys-apps/bash-2.05a" +RDEPEND=">=app-shells/bash-2.05a" src_install() { insinto /etc diff --git a/app-shells/bash-completion/bash-completion-20021231.ebuild b/app-shells/bash-completion/bash-completion-20021231.ebuild index d1c71e3ac97c..94d7fe66d158 100644 --- a/app-shells/bash-completion/bash-completion-20021231.ebuild +++ b/app-shells/bash-completion/bash-completion-20021231.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion/bash-completion-20021231.ebuild,v 1.2 2003/02/13 09:28:42 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion/bash-completion-20021231.ebuild,v 1.3 2003/03/11 20:50:08 seemant Exp $ S=${WORKDIR}/${PN/-/_} @@ -12,7 +12,7 @@ LICENSE="GPL-2" SLOT="0" DEPEND="sys-apps/tar sys-apps/bzip2" -RDEPEND=">=sys-apps/bash-2.05a" +RDEPEND=">=app-shells/bash-2.05a" src_install() { insinto /etc diff --git a/app-shells/bash-completion/bash-completion-20030209.ebuild b/app-shells/bash-completion/bash-completion-20030209.ebuild index e886c13df26f..d4047398bd66 100644 --- a/app-shells/bash-completion/bash-completion-20030209.ebuild +++ b/app-shells/bash-completion/bash-completion-20030209.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion/bash-completion-20030209.ebuild,v 1.1 2003/02/17 20:58:12 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion/bash-completion-20030209.ebuild,v 1.2 2003/03/11 20:50:08 seemant Exp $ S=${WORKDIR}/${PN/-/_} DESCRIPTION="Programmable Completion for bash (includes emerge and ebuild commands)." @@ -14,7 +14,7 @@ KEYWORDS="~x86 ~ppc ~sparc ~alpha ~mips ~hppa ~arm" DEPEND="sys-apps/tar sys-apps/bzip2" -RDEPEND=">=sys-apps/bash-2.05a" +RDEPEND=">=app-shells/bash-2.05a" src_install() { insinto /etc |