diff options
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/gentoo-bashcomp/ChangeLog | 6 | ||||
-rw-r--r-- | app-shells/gentoo-bashcomp/gentoo-bashcomp-20050516.ebuild | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/app-shells/gentoo-bashcomp/ChangeLog b/app-shells/gentoo-bashcomp/ChangeLog index 8a99d4e5b104..9b8340e01340 100644 --- a/app-shells/gentoo-bashcomp/ChangeLog +++ b/app-shells/gentoo-bashcomp/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-shells/gentoo-bashcomp # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/gentoo-bashcomp/ChangeLog,v 1.17 2007/03/19 01:42:07 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/gentoo-bashcomp/ChangeLog,v 1.18 2007/12/27 12:01:50 armin76 Exp $ + + 27 Dec 2007; Raúl Porcel <armin76@gentoo.org> + gentoo-bashcomp-20050516.ebuild: + Remove NEWS from dodoc, bug #203330 19 Mar 2007; Bryan Østergaard <kloeri@gentoo.org> metadata.xml: Remove ka0ttic from metadata.xml due to retirement. diff --git a/app-shells/gentoo-bashcomp/gentoo-bashcomp-20050516.ebuild b/app-shells/gentoo-bashcomp/gentoo-bashcomp-20050516.ebuild index d86975a34432..fff3f80132b8 100644 --- a/app-shells/gentoo-bashcomp/gentoo-bashcomp-20050516.ebuild +++ b/app-shells/gentoo-bashcomp/gentoo-bashcomp-20050516.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/gentoo-bashcomp/gentoo-bashcomp-20050516.ebuild,v 1.11 2007/03/01 10:03:40 genstef Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/gentoo-bashcomp/gentoo-bashcomp-20050516.ebuild,v 1.12 2007/12/27 12:01:50 armin76 Exp $ DESCRIPTION="Gentoo-specific bash command-line completions (emerge, ebuild, equery, etc)" HOMEPAGE="http://developer.berlios.de/projects/gentoo-bashcomp/" @@ -15,7 +15,7 @@ RDEPEND=">=app-shells/bash-completion-20050121-r3" src_install() { make DESTDIR="${D}" install || die "make install failed" - dodoc AUTHORS ChangeLog TODO NEWS + dodoc AUTHORS ChangeLog TODO } pkg_postinst() { |