diff options
author | Aaron Walker <ka0ttic@gentoo.org> | 2005-06-09 11:42:06 +0000 |
---|---|---|
committer | Aaron Walker <ka0ttic@gentoo.org> | 2005-06-09 11:42:06 +0000 |
commit | e270692f1a35c067e04439fc8ee8d9eb93ab47c0 (patch) | |
tree | a4448accb4c1eede50e6f157a31dd18faa1bd022 /app-shells/bash-completion-config | |
parent | DESTDIR deserves some respect; fixes access violation (bug 95364). (diff) | |
download | gentoo-2-e270692f1a35c067e04439fc8ee8d9eb93ab47c0.tar.gz gentoo-2-e270692f1a35c067e04439fc8ee8d9eb93ab47c0.tar.bz2 gentoo-2-e270692f1a35c067e04439fc8ee8d9eb93ab47c0.zip |
Tidy old ebuilds.
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'app-shells/bash-completion-config')
6 files changed, 8 insertions, 89 deletions
diff --git a/app-shells/bash-completion-config/ChangeLog b/app-shells/bash-completion-config/ChangeLog index b515108ee36b..5484dda07939 100644 --- a/app-shells/bash-completion-config/ChangeLog +++ b/app-shells/bash-completion-config/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-shells/bash-completion-config # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion-config/ChangeLog,v 1.35 2005/06/02 17:07:49 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion-config/ChangeLog,v 1.36 2005/06/09 11:42:06 ka0ttic Exp $ + + 09 Jun 2005; Aaron Walker <ka0ttic@gentoo.org> + -bash-completion-config-0.7.ebuild, -bash-completion-config-0.8-r1.ebuild: + Tidy old ebuilds. 02 Jun 2005; Joseph Jezak <josejx@gentoo.org> bash-completion-config-0.8-r2.ebuild: diff --git a/app-shells/bash-completion-config/Manifest b/app-shells/bash-completion-config/Manifest index 2b2b4f471a8a..0c98697f24df 100644 --- a/app-shells/bash-completion-config/Manifest +++ b/app-shells/bash-completion-config/Manifest @@ -1,10 +1,6 @@ -MD5 cd9acf7867bf78b82977cea6b21c3efd ChangeLog 5756 -MD5 99ce5509db4b50f28a1f6675f8c09b2b metadata.xml 258 -MD5 78e06af59f6b0b14fd9b64694daf3976 bash-completion-config-0.8-r1.ebuild 1304 MD5 51581845a1050dc2d9ede2ef24d78c26 bash-completion-config-0.8-r2.ebuild 1397 -MD5 11db45bbec40f85c7e6bc6e8e92f8a1d bash-completion-config-0.7.ebuild 1197 -MD5 6c6a3d1b8b03c9858723d66578596562 files/bashcomp 3183 +MD5 06fc6e598a3be8b32dc5fb565d84dfb7 ChangeLog 5903 +MD5 99ce5509db4b50f28a1f6675f8c09b2b metadata.xml 258 MD5 4867900c2f58751082d053b8519e359f files/digest-bash-completion-config-0.8-r2 72 MD5 13f8fe753a2d860406d6cf48d6603acc files/0.8-fix-all.diff 913 -MD5 4867900c2f58751082d053b8519e359f files/digest-bash-completion-config-0.8-r1 72 -MD5 7350eb647c4ed74167513478041f538f files/digest-bash-completion-config-0.7 72 +MD5 6c6a3d1b8b03c9858723d66578596562 files/bashcomp 3183 diff --git a/app-shells/bash-completion-config/bash-completion-config-0.7.ebuild b/app-shells/bash-completion-config/bash-completion-config-0.7.ebuild deleted file mode 100644 index 4ea112461386..000000000000 --- a/app-shells/bash-completion-config/bash-completion-config-0.7.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion-config/bash-completion-config-0.7.ebuild,v 1.10 2005/01/04 12:39:47 ka0ttic Exp $ - -MY_PN="bashcomp-config" -MY_P="${MY_PN}-${PV}" -S="${WORKDIR}/${MY_P}" - -DESCRIPTION="Utility to easily add/remove bash-completions to your environment" -HOMEPAGE="http://developer.berlios.de/projects/bashcomp-config/" -SRC_URI="http://download.berlios.de/${MY_PN}/${MY_P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 ppc-macos s390 sparc x86" -IUSE="" - -DEPEND=">=app-shells/bash-2.05" - -src_install() { - make DESTDIR="${D}" install || die "make install failed" - dodoc AUTHORS TODO ChangeLog README -} - -# remove files that bashcomp-config provides for non-Gentoo platforms -pkg_preinst() { - [ -e "${ROOT}/etc/profile.d/bash-completion" ] && rm -fr "${D}/etc" - rm -fr "${D}/usr/share/${PN}" -} - -pkg_postinst() { - echo - einfo "To enable command-line completion for bash-completion-config," - einfo "run the following as root:" - einfo - einfo " bash-completion-config --global --install bash-completion-config" - echo -} diff --git a/app-shells/bash-completion-config/bash-completion-config-0.8-r1.ebuild b/app-shells/bash-completion-config/bash-completion-config-0.8-r1.ebuild deleted file mode 100644 index 6bb4d8234a4d..000000000000 --- a/app-shells/bash-completion-config/bash-completion-config-0.8-r1.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion-config/bash-completion-config-0.8-r1.ebuild,v 1.2 2005/04/08 12:30:03 corsair Exp $ - -MY_PN="bashcomp-config" -MY_P="${MY_PN}-${PV}" -S="${WORKDIR}/${MY_P}" - -DESCRIPTION="Utility to easily add/remove bash-completions to your environment" -HOMEPAGE="http://developer.berlios.de/projects/bashcomp-config/" -SRC_URI="http://download.berlios.de/${MY_PN}/${MY_P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 ~ppc-macos s390 sparc x86" -IUSE="" - -DEPEND=">=app-shells/bash-2.05" - -src_install() { - make DESTDIR="${D}" install || die "make install failed" - dodoc AUTHORS TODO ChangeLog README - - insinto /usr/share/bash-completion - newins ${FILESDIR}/bashcomp ${PN} || die "failed to install bashcomp" -} - -# remove files that bashcomp-config provides for non-Gentoo platforms -pkg_preinst() { - [[ -e ${ROOT}/etc/profile.d/bash-completion ]] && rm -fr ${D}/etc - rm -fr ${D}/usr/share/${PN} -} - -pkg_postinst() { - echo - einfo "To enable command-line completion for bash-completion-config," - einfo "run the following as root:" - einfo - einfo " bash-completion-config --global --install bash-completion-config" - echo -} diff --git a/app-shells/bash-completion-config/files/digest-bash-completion-config-0.7 b/app-shells/bash-completion-config/files/digest-bash-completion-config-0.7 deleted file mode 100644 index 45a47c1f3f1a..000000000000 --- a/app-shells/bash-completion-config/files/digest-bash-completion-config-0.7 +++ /dev/null @@ -1 +0,0 @@ -MD5 d05f2e4b843257985d27b471489207f9 bashcomp-config-0.7.tar.bz2 107345 diff --git a/app-shells/bash-completion-config/files/digest-bash-completion-config-0.8-r1 b/app-shells/bash-completion-config/files/digest-bash-completion-config-0.8-r1 deleted file mode 100644 index d094e4018e48..000000000000 --- a/app-shells/bash-completion-config/files/digest-bash-completion-config-0.8-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 b9b9dddc10b01d0679559a78a7d04f7f bashcomp-config-0.8.tar.bz2 108587 |