From 4c613b81dc130834357baf614550856ae4776952 Mon Sep 17 00:00:00 2001 From: Peter Volkov Date: Sun, 4 May 2008 12:18:13 +0000 Subject: Use berlios mirror://, bug #218657, thank Gilles Dartiguelongue for report. (Portage version: 2.1.4.4) --- app-shells/bash-completion-config/ChangeLog | 9 +++++++-- .../bash-completion-config-0.8-r2.ebuild | 12 ++++++------ 2 files changed, 13 insertions(+), 8 deletions(-) (limited to 'app-shells') diff --git a/app-shells/bash-completion-config/ChangeLog b/app-shells/bash-completion-config/ChangeLog index 0da5f06e2811..a652c3af526f 100644 --- a/app-shells/bash-completion-config/ChangeLog +++ b/app-shells/bash-completion-config/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-shells/bash-completion-config -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion-config/ChangeLog,v 1.38 2007/03/19 01:43:15 kloeri Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion-config/ChangeLog,v 1.39 2008/05/04 12:18:13 pva Exp $ + + 04 May 2008; Peter Volkov + bash-completion-config-0.8-r2.ebuild: + Use berlios mirror://, bug #218657, thank Gilles Dartiguelongue for + report. 19 Mar 2007; Bryan Østergaard metadata.xml: Remove ka0ttic from metadata.xml due to retirement. diff --git a/app-shells/bash-completion-config/bash-completion-config-0.8-r2.ebuild b/app-shells/bash-completion-config/bash-completion-config-0.8-r2.ebuild index 4a48aa12e720..22cf60aab279 100644 --- a/app-shells/bash-completion-config/bash-completion-config-0.8-r2.ebuild +++ b/app-shells/bash-completion-config/bash-completion-config-0.8-r2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 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-r2.ebuild,v 1.6 2007/03/01 10:00:41 genstef Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion-config/bash-completion-config-0.8-r2.ebuild,v 1.7 2008/05/04 12:18:13 pva Exp $ inherit eutils @@ -10,7 +10,7 @@ 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" +SRC_URI="mirrot://berlios/${MY_PN}/${MY_P}.tar.bz2" LICENSE="GPL-2" SLOT="0" @@ -21,8 +21,8 @@ DEPEND=">=app-shells/bash-2.05" src_unpack() { unpack ${A} - cd ${S} - epatch ${FILESDIR}/${PV}-fix-all.diff + cd "${S}" + epatch "${FILESDIR}"/${PV}-fix-all.diff } src_install() { @@ -30,7 +30,7 @@ src_install() { dodoc AUTHORS TODO ChangeLog README insinto /usr/share/bash-completion - newins ${FILESDIR}/bashcomp ${PN} || die "failed to install bashcomp" + newins "${FILESDIR}"/bashcomp ${PN} || die "failed to install bashcomp" } # remove files that bashcomp-config provides for non-Gentoo platforms -- cgit v1.2.3-65-gdbad