diff options
author | Jeremy Olexa <darkside@gentoo.org> | 2009-02-20 16:22:54 +0000 |
---|---|---|
committer | Jeremy Olexa <darkside@gentoo.org> | 2009-02-20 16:22:54 +0000 |
commit | 7e10373490cd4ce9effd5a64e1a88a4f8244d975 (patch) | |
tree | 8325da8f21c94c77076d94a4557239094032ebbc /app-shells/bash-completion | |
parent | Version bumped. (diff) | |
download | gentoo-2-7e10373490cd4ce9effd5a64e1a88a4f8244d975.tar.gz gentoo-2-7e10373490cd4ce9effd5a64e1a88a4f8244d975.tar.bz2 gentoo-2-7e10373490cd4ce9effd5a64e1a88a4f8244d975.zip |
New snapshot from upstream repo, only change is subversion module is now split up. Fixes bug 171909
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Diffstat (limited to 'app-shells/bash-completion')
-rw-r--r-- | app-shells/bash-completion/ChangeLog | 14 | ||||
-rw-r--r-- | app-shells/bash-completion/bash-completion-20081219.ebuild (renamed from app-shells/bash-completion/bash-completion-20081218-r1.ebuild) | 4 |
2 files changed, 15 insertions, 3 deletions
diff --git a/app-shells/bash-completion/ChangeLog b/app-shells/bash-completion/ChangeLog index b89f9af7b895..5b3871b814e1 100644 --- a/app-shells/bash-completion/ChangeLog +++ b/app-shells/bash-completion/ChangeLog @@ -1,6 +1,18 @@ # ChangeLog for app-shells/bash-completion # Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion/ChangeLog,v 1.152 2009/02/20 06:02:22 darkside Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion/ChangeLog,v 1.153 2009/02/20 16:22:54 darkside Exp $ + + 20 Feb 2009; Jeremy Olexa <darkside@gentoo.org> + -bash-completion-20081218-r1.ebuild, +bash-completion-20081219.ebuild: + New snapshot from upstream repo, only change is subversion module is now + split up. Fixes bug 171909 + +*bash-completion-20081219 (20 Feb 2009) + + 20 Feb 2009; Jeremy Olexa <darkside@gentoo.org> + -bash-completion-20081218-r1.ebuild, +bash-completion-20081219.ebuild: + New snapshot from upstream, only change is subversion module is now split + up. Fixes bug 171909 20 Feb 2009; Jeremy Olexa <darkside@gentoo.org> bash-completion-20081218-r1.ebuild: diff --git a/app-shells/bash-completion/bash-completion-20081218-r1.ebuild b/app-shells/bash-completion/bash-completion-20081219.ebuild index 22e6efb4d095..369f36455832 100644 --- a/app-shells/bash-completion/bash-completion-20081218-r1.ebuild +++ b/app-shells/bash-completion/bash-completion-20081219.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion/bash-completion-20081218-r1.ebuild,v 1.2 2009/02/20 06:02:22 darkside Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion/bash-completion-20081219.ebuild,v 1.1 2009/02/20 16:22:54 darkside Exp $ EAPI="2" DESCRIPTION="Programmable Completion for bash" HOMEPAGE="http://bash-completion.alioth.debian.org/" #SRC_URI="mirror://debian/pool/main/b/${PN}/${PN}_${PV}.tar.gz" -SRC_URI="mirror://gentoo/${PN}_${PV}.tar.gz" +SRC_URI="mirror://gentoo/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" |