Gentoo Archives: gentoo-commits

From: "Mike Pagano (mpagano)" <mpagano@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-portage/mirrorselect: ChangeLog mirrorselect-1.3.ebuild
Date: Fri, 21 Dec 2007 19:06:22
Message-Id: E1J5nCL-0002xg-Ki@stork.gentoo.org
1 mpagano 07/12/21 19:06:17
2
3 Modified: ChangeLog
4 Added: mirrorselect-1.3.ebuild
5 Log:
6 Fixes for bug #200927 and bug #201511. Handling other and partial mirrors and reaining mounted filesystems in make.conf fix.
7 (Portage version: 2.1.3.19)
8
9 Revision Changes Path
10 1.68 app-portage/mirrorselect/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-portage/mirrorselect/ChangeLog?rev=1.68&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-portage/mirrorselect/ChangeLog?rev=1.68&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-portage/mirrorselect/ChangeLog?r1=1.67&r2=1.68
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-portage/mirrorselect/ChangeLog,v
19 retrieving revision 1.67
20 retrieving revision 1.68
21 diff -u -r1.67 -r1.68
22 --- ChangeLog 27 May 2007 00:40:39 -0000 1.67
23 +++ ChangeLog 21 Dec 2007 19:06:17 -0000 1.68
24 @@ -1,6 +1,13 @@
25 # ChangeLog for app-portage/mirrorselect
26 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-portage/mirrorselect/ChangeLog,v 1.67 2007/05/27 00:40:39 kumba Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-portage/mirrorselect/ChangeLog,v 1.68 2007/12/21 19:06:17 mpagano Exp $
29 +
30 +*mirrorselect-1.3 (21 Dec 2007)
31 +
32 + 21 Dec 2007; Mike Pagano <mpagano@g.o> +mirrorselect-1.3.ebuild:
33 + Fixes for bug #200927 and bug #201511. Handling Partial and Other mirrors
34 + (thanks to Gokdeniz Karadag) and a fix for retaining mounted filesystems in
35 + make.conf.
36
37 27 May 2007; Joshua Kinard <kumba@g.o> mirrorselect-1.1.7.ebuild:
38 Stable on mips.
39
40
41
42 1.1 app-portage/mirrorselect/mirrorselect-1.3.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-portage/mirrorselect/mirrorselect-1.3.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-portage/mirrorselect/mirrorselect-1.3.ebuild?rev=1.1&content-type=text/plain
46
47 Index: mirrorselect-1.3.ebuild
48 ===================================================================
49 # Copyright 1999-2007 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/app-portage/mirrorselect/mirrorselect-1.3.ebuild,v 1.1 2007/12/21 19:06:17 mpagano Exp $
52
53 DESCRIPTION="Tool to help select distfiles mirrors for Gentoo"
54 HOMEPAGE="http://www.gentoo.org/"
55 SRC_URI="mirror://gentoo/${PF}.tar.bz2"
56
57 LICENSE="GPL-2"
58 SLOT="0"
59 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh
60 ~sparc ~x86 ~x86-fbsd"
61 IUSE=""
62
63 RDEPEND=">=dev-util/dialog-0.7
64 net-analyzer/netselect"
65
66 S="${WORKDIR}"
67
68 src_install() {
69 dosbin "${S}"/mirrorselect || die
70 }
71
72
73
74 --
75 gentoo-commits@g.o mailing list