summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Volkov <pva@gentoo.org>2008-05-04 12:18:13 +0000
committerPeter Volkov <pva@gentoo.org>2008-05-04 12:18:13 +0000
commit4c613b81dc130834357baf614550856ae4776952 (patch)
tree27c491a6c418837ee5298ff39eacae4921275c41
parentstable x86, bug 219932 (diff)
downloadgentoo-2-4c613b81dc130834357baf614550856ae4776952.tar.gz
gentoo-2-4c613b81dc130834357baf614550856ae4776952.tar.bz2
gentoo-2-4c613b81dc130834357baf614550856ae4776952.zip
Use berlios mirror://, bug #218657, thank Gilles Dartiguelongue for report.
(Portage version: 2.1.4.4)
-rw-r--r--app-shells/bash-completion-config/ChangeLog9
-rw-r--r--app-shells/bash-completion-config/bash-completion-config-0.8-r2.ebuild12
2 files changed, 13 insertions, 8 deletions
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 <pva@gentoo.org>
+ bash-completion-config-0.8-r2.ebuild:
+ Use berlios mirror://, bug #218657, thank Gilles Dartiguelongue for
+ report.
19 Mar 2007; Bryan Østergaard <kloeri@gentoo.org> 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