Gentoo Archives: gentoo-commits

From: "Peter Volkov (pva)" <pva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-shells/bash-completion-config: ChangeLog bash-completion-config-0.8-r2.ebuild
Date: Sun, 04 May 2008 12:18:16
Message-Id: E1JsdAT-0001rA-F7@stork.gentoo.org
1 pva 08/05/04 12:18:13
2
3 Modified: ChangeLog bash-completion-config-0.8-r2.ebuild
4 Log:
5 Use berlios mirror://, bug #218657, thank Gilles Dartiguelongue for report.
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.39 app-shells/bash-completion-config/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-shells/bash-completion-config/ChangeLog?rev=1.39&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-shells/bash-completion-config/ChangeLog?rev=1.39&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-shells/bash-completion-config/ChangeLog?r1=1.38&r2=1.39
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-shells/bash-completion-config/ChangeLog,v
18 retrieving revision 1.38
19 retrieving revision 1.39
20 diff -u -r1.38 -r1.39
21 --- ChangeLog 19 Mar 2007 01:43:15 -0000 1.38
22 +++ ChangeLog 4 May 2008 12:18:13 -0000 1.39
23 @@ -1,6 +1,11 @@
24 # ChangeLog for app-shells/bash-completion-config
25 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion-config/ChangeLog,v 1.38 2007/03/19 01:43:15 kloeri Exp $
27 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
28 +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion-config/ChangeLog,v 1.39 2008/05/04 12:18:13 pva Exp $
29 +
30 + 04 May 2008; Peter Volkov <pva@g.o>
31 + bash-completion-config-0.8-r2.ebuild:
32 + Use berlios mirror://, bug #218657, thank Gilles Dartiguelongue for
33 + report.
34
35 19 Mar 2007; Bryan Østergaard <kloeri@g.o> metadata.xml:
36 Remove ka0ttic from metadata.xml due to retirement.
37
38
39
40 1.7 app-shells/bash-completion-config/bash-completion-config-0.8-r2.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-shells/bash-completion-config/bash-completion-config-0.8-r2.ebuild?rev=1.7&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-shells/bash-completion-config/bash-completion-config-0.8-r2.ebuild?rev=1.7&content-type=text/plain
44 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-shells/bash-completion-config/bash-completion-config-0.8-r2.ebuild?r1=1.6&r2=1.7
45
46 Index: bash-completion-config-0.8-r2.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/app-shells/bash-completion-config/bash-completion-config-0.8-r2.ebuild,v
49 retrieving revision 1.6
50 retrieving revision 1.7
51 diff -u -r1.6 -r1.7
52 --- bash-completion-config-0.8-r2.ebuild 1 Mar 2007 10:00:41 -0000 1.6
53 +++ bash-completion-config-0.8-r2.ebuild 4 May 2008 12:18:13 -0000 1.7
54 @@ -1,6 +1,6 @@
55 -# Copyright 1999-2007 Gentoo Foundation
56 +# Copyright 1999-2008 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 -# $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 $
59 +# $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 $
60
61 inherit eutils
62
63 @@ -10,7 +10,7 @@
64
65 DESCRIPTION="Utility to easily add/remove bash-completions to your environment"
66 HOMEPAGE="http://developer.berlios.de/projects/bashcomp-config/"
67 -SRC_URI="http://download.berlios.de/${MY_PN}/${MY_P}.tar.bz2"
68 +SRC_URI="mirrot://berlios/${MY_PN}/${MY_P}.tar.bz2"
69
70 LICENSE="GPL-2"
71 SLOT="0"
72 @@ -21,8 +21,8 @@
73
74 src_unpack() {
75 unpack ${A}
76 - cd ${S}
77 - epatch ${FILESDIR}/${PV}-fix-all.diff
78 + cd "${S}"
79 + epatch "${FILESDIR}"/${PV}-fix-all.diff
80 }
81
82 src_install() {
83 @@ -30,7 +30,7 @@
84 dodoc AUTHORS TODO ChangeLog README
85
86 insinto /usr/share/bash-completion
87 - newins ${FILESDIR}/bashcomp ${PN} || die "failed to install bashcomp"
88 + newins "${FILESDIR}"/bashcomp ${PN} || die "failed to install bashcomp"
89 }
90
91 # remove files that bashcomp-config provides for non-Gentoo platforms
92
93
94
95 --
96 gentoo-commits@l.g.o mailing list