From 7bac4282f46608e792612e54144e6d9458d7f1d1 Mon Sep 17 00:00:00 2001 From: Thilo Bangert Date: Wed, 19 Jun 2002 15:34:05 +0000 Subject: hhm, i though repoman would do this for me... --- .../bash-completion-20020619.ebuild | 44 ++++++++++++++++++++++ .../files/digest-bash-completion-20020619 | 1 + 2 files changed, 45 insertions(+) create mode 100644 app-shells/bash-completion/bash-completion-20020619.ebuild create mode 100644 app-shells/bash-completion/files/digest-bash-completion-20020619 (limited to 'app-shells') diff --git a/app-shells/bash-completion/bash-completion-20020619.ebuild b/app-shells/bash-completion/bash-completion-20020619.ebuild new file mode 100644 index 000000000000..8c7eba8b52ec --- /dev/null +++ b/app-shells/bash-completion/bash-completion-20020619.ebuild @@ -0,0 +1,44 @@ +# 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-20020619.ebuild,v 1.1 2002/06/19 15:34:05 bangert Exp $ + +S=${WORKDIR}/bash_completion + +DESCRIPTION="Programmable Completion for bash (includes emerge and ebuild commands)." +SRC_URI="http://www.caliban.org/files/bash/${P}.tar.gz" +HOMEPAGE="http://www.caliban.org/bash/index.shtml#completion" + +RDEPEND=">=sys-apps/bash-2.05a" + +LICENSE="GPL-2" + +src_install () { + + insinto /etc + doins bash_completion + + insinto /etc/bash_completion.d + + doins contrib/dict + doins contrib/harbour + doins contrib/isql + doins contrib/larch + doins contrib/lilypond + doins contrib/p4 + doins contrib/ri + + doins ${FILESDIR}/gentoo.completion + + dodoc COPYING Changelog README + +} + +pkg_postinst() { + + echo + einfo "See /usr/share/doc/${P}/README.gz on how to " + einfo "add completion support to your bash" + echo + +} diff --git a/app-shells/bash-completion/files/digest-bash-completion-20020619 b/app-shells/bash-completion/files/digest-bash-completion-20020619 new file mode 100644 index 000000000000..3720456ac300 --- /dev/null +++ b/app-shells/bash-completion/files/digest-bash-completion-20020619 @@ -0,0 +1 @@ +MD5 e2f462c5ca695c76001a89665a881edd bash-completion-20020619.tar.gz 55821 -- cgit v1.2.3-65-gdbad