diff options
author | Christian Birchinger <joker@gentoo.org> | 2003-11-01 22:18:11 +0000 |
---|---|---|
committer | Christian Birchinger <joker@gentoo.org> | 2003-11-01 22:18:11 +0000 |
commit | 7de8c1a203eb24d990eb043efaca1a53ae2f063a (patch) | |
tree | e77992c557741a86c41fa47abf194ba8570ef25a /app-shells | |
parent | Remove rcs ids from patch so patch doesn't get confused. (diff) | |
download | gentoo-2-7de8c1a203eb24d990eb043efaca1a53ae2f063a.tar.gz gentoo-2-7de8c1a203eb24d990eb043efaca1a53ae2f063a.tar.bz2 gentoo-2-7de8c1a203eb24d990eb043efaca1a53ae2f063a.zip |
Version bump
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/bash-completion/ChangeLog | 9 | ||||
-rw-r--r-- | app-shells/bash-completion/Manifest | 8 | ||||
-rw-r--r-- | app-shells/bash-completion/bash-completion-20030821.ebuild | 55 | ||||
-rw-r--r-- | app-shells/bash-completion/bash-completion-20031022.ebuild (renamed from app-shells/bash-completion/bash-completion-20030911.ebuild) | 2 | ||||
-rw-r--r-- | app-shells/bash-completion/files/digest-bash-completion-20030821 | 1 | ||||
-rw-r--r-- | app-shells/bash-completion/files/digest-bash-completion-20030911 | 1 | ||||
-rw-r--r-- | app-shells/bash-completion/files/digest-bash-completion-20031022 | 1 |
7 files changed, 13 insertions, 64 deletions
diff --git a/app-shells/bash-completion/ChangeLog b/app-shells/bash-completion/ChangeLog index d60a6c3caeaa..971ad13c7972 100644 --- a/app-shells/bash-completion/ChangeLog +++ b/app-shells/bash-completion/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for app-shells/bash-completion # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion/ChangeLog,v 1.41 2003/09/24 22:31:40 joker Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion/ChangeLog,v 1.42 2003/11/01 22:18:05 joker Exp $ + +*bash-completion-20031022 (01 Nov 2003) + + 01 Nov 2003; Christian Birchinger <joker@gentoo.org> + bash-completion-20030821.ebuild, bash-completion-20030911.ebuild, + bash-completion-20031022.ebuild: + Version bump *bash-completion-20030911-r1 (25 Sep 2003) diff --git a/app-shells/bash-completion/Manifest b/app-shells/bash-completion/Manifest index 1c1537b5cde4..3a2ff49744a6 100644 --- a/app-shells/bash-completion/Manifest +++ b/app-shells/bash-completion/Manifest @@ -1,10 +1,8 @@ -MD5 b166e22605a875678eafc00e3a20b9b1 ChangeLog 5331 +MD5 2db2c2aa5b6537f549357332007543a7 ChangeLog 5546 MD5 08842292a3c766f25177d4bc7beec53f bash-completion-20030911-r1.ebuild 1461 -MD5 50fcce59b9431ba9f2793307e242816e bash-completion-20030821.ebuild 1458 -MD5 1649be05c198e025a4f55fad21039188 bash-completion-20030911.ebuild 1466 +MD5 8b9f7700016e0a9680bf339648d0104f bash-completion-20031022.ebuild 1466 MD5 c85a85bd33aac22ae4872c85733e581f files/README.gentoo 491 MD5 9b22241df7258cb9677cf9a1497e07c5 files/bash-completion 625 MD5 659a0dbd2bc885c9b718cb86d91f6a16 files/digest-bash-completion-20030911-r1 76 MD5 f96c9b92f176d02ecb313feb104f8af1 files/gentoo.completion 15731 -MD5 27ea6237a77a7e7edf98246e855b0a82 files/digest-bash-completion-20030821 76 -MD5 659a0dbd2bc885c9b718cb86d91f6a16 files/digest-bash-completion-20030911 76 +MD5 d1f32363cc61f2087aca4a0c19f85b83 files/digest-bash-completion-20031022 76 diff --git a/app-shells/bash-completion/bash-completion-20030821.ebuild b/app-shells/bash-completion/bash-completion-20030821.ebuild deleted file mode 100644 index ea0fe2d03b49..000000000000 --- a/app-shells/bash-completion/bash-completion-20030821.ebuild +++ /dev/null @@ -1,55 +0,0 @@ -# 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-20030821.ebuild,v 1.2 2003/09/12 16:10:13 joker Exp $ - -S=${WORKDIR}/${PN/-/_} -DESCRIPTION="Programmable Completion for bash (includes emerge and ebuild commands)." -HOMEPAGE="http://www.caliban.org/bash/index.shtml#completion" -SRC_URI="http://www.caliban.org/files/bash/${P}.tar.bz2" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="x86 ppc sparc alpha mips hppa arm amd64" - -DEPEND="sys-apps/tar - sys-apps/bzip2" - -RDEPEND=">=app-shells/bash-2.05a" - -src_install() { - insinto /etc - doins bash_completion - - insinto /etc/bash_completion.d - - doins contrib/unrar - doins contrib/harbour - doins contrib/isql - doins contrib/larch - doins contrib/lilypond - doins contrib/p4 - doins contrib/ri - - newins ${FILESDIR}/gentoo.completion gentoo - - insinto /etc/profile.d - doins ${FILESDIR}/bash-completion - - dodoc COPYING Changelog README -} - -pkg_postinst() { - echo - einfo "Add the following line to your ~/.bashrc to" - einfo "activate completion support in your bash:" - einfo "[ -f /etc/profile.d/bash-completion ] && source /etc/profile.d/bash-completion" - echo - - if [ -f /etc/bash_completion.d/gentoo.completion ] - then - echo - ewarn "The file 'gentoo.completion' in '/etc/bash_completion.d/' has been" - ewarn "replaced with 'gentoo'. Remove gentoo.completion to avoid problems." - echo - fi -} diff --git a/app-shells/bash-completion/bash-completion-20030911.ebuild b/app-shells/bash-completion/bash-completion-20031022.ebuild index 4856c04fee55..6a7ae646c46d 100644 --- a/app-shells/bash-completion/bash-completion-20030911.ebuild +++ b/app-shells/bash-completion/bash-completion-20031022.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-20030911.ebuild,v 1.1 2003/09/12 16:14:33 joker Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion/bash-completion-20031022.ebuild,v 1.1 2003/11/01 22:18:05 joker Exp $ S=${WORKDIR}/${PN/-/_} DESCRIPTION="Programmable Completion for bash (includes emerge and ebuild commands)." diff --git a/app-shells/bash-completion/files/digest-bash-completion-20030821 b/app-shells/bash-completion/files/digest-bash-completion-20030821 deleted file mode 100644 index 5a9dfd23a577..000000000000 --- a/app-shells/bash-completion/files/digest-bash-completion-20030821 +++ /dev/null @@ -1 +0,0 @@ -MD5 62208abed378d4441d9cf5907dbe5129 bash-completion-20030821.tar.bz2 71045 diff --git a/app-shells/bash-completion/files/digest-bash-completion-20030911 b/app-shells/bash-completion/files/digest-bash-completion-20030911 deleted file mode 100644 index 1bda8a1127f4..000000000000 --- a/app-shells/bash-completion/files/digest-bash-completion-20030911 +++ /dev/null @@ -1 +0,0 @@ -MD5 594efc56cc2b2d10a6118a6c01bee328 bash-completion-20030911.tar.bz2 71443 diff --git a/app-shells/bash-completion/files/digest-bash-completion-20031022 b/app-shells/bash-completion/files/digest-bash-completion-20031022 new file mode 100644 index 000000000000..135bd88985b8 --- /dev/null +++ b/app-shells/bash-completion/files/digest-bash-completion-20031022 @@ -0,0 +1 @@ +MD5 dc31a362fa9eff2a63917b271cb4e480 bash-completion-20031022.tar.bz2 71803 |