Gentoo Archives: gentoo-commits

From: "Zac Medico (zmedico)" <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-portage/mirrorselect: ChangeLog mirrorselect-1.4.ebuild
Date: Thu, 01 Jan 2009 01:10:36
Message-Id: E1LIC53-0007iQ-31@stork.gentoo.org
1 zmedico 09/01/01 01:10:33
2
3 Modified: ChangeLog
4 Added: mirrorselect-1.4.ebuild
5 Log:
6 1.4 bump. This fixes bug #189659 (dependency on which) and bug #235857 (make
7 deep mode account for dns and routing), and bug #244997 (ipv6 support).
8 (Portage version: 2.2_rc20_p12370/cvs/Linux 2.6.28-1225-x86-64 i686)
9
10 Revision Changes Path
11 1.70 app-portage/mirrorselect/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-portage/mirrorselect/ChangeLog?rev=1.70&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-portage/mirrorselect/ChangeLog?rev=1.70&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-portage/mirrorselect/ChangeLog?r1=1.69&r2=1.70
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-portage/mirrorselect/ChangeLog,v
20 retrieving revision 1.69
21 retrieving revision 1.70
22 diff -u -r1.69 -r1.70
23 --- ChangeLog 25 Dec 2007 16:12:08 -0000 1.69
24 +++ ChangeLog 1 Jan 2009 01:10:32 -0000 1.70
25 @@ -1,6 +1,12 @@
26 # ChangeLog for app-portage/mirrorselect
27 -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-portage/mirrorselect/ChangeLog,v 1.69 2007/12/25 16:12:08 phreak Exp $
29 +# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/app-portage/mirrorselect/ChangeLog,v 1.70 2009/01/01 01:10:32 zmedico Exp $
31 +
32 +*mirrorselect-1.4 (01 Jan 2009)
33 +
34 + 01 Jan 2009; Zac Medico <zmedico@g.o> +mirrorselect-1.4.ebuild:
35 + 1.4 bump. This fixes bug #189659 (dependency on which) and bug #235857 (make
36 + deep mode account for dns and routing), and bug #244997 (ipv6 support).
37
38 25 Dec 2007; Christian Heim <phreak@g.o> metadata.xml:
39 Removing tercel from metadata.xml as per #88960.
40
41
42
43 1.1 app-portage/mirrorselect/mirrorselect-1.4.ebuild
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-portage/mirrorselect/mirrorselect-1.4.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-portage/mirrorselect/mirrorselect-1.4.ebuild?rev=1.1&content-type=text/plain
47
48 Index: mirrorselect-1.4.ebuild
49 ===================================================================
50 # Copyright 1999-2009 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/app-portage/mirrorselect/mirrorselect-1.4.ebuild,v 1.1 2009/01/01 01:10:33 zmedico Exp $
53
54 DESCRIPTION="Tool to help select distfiles mirrors for Gentoo"
55 HOMEPAGE="http://www.gentoo.org/"
56 SRC_URI="mirror://gentoo/${PF}.tar.bz2"
57
58 LICENSE="GPL-2"
59 SLOT="0"
60 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh
61 ~sparc ~x86 ~x86-fbsd"
62 IUSE=""
63
64 RDEPEND=">=dev-util/dialog-0.7
65 net-analyzer/netselect"
66
67 S="${WORKDIR}"
68
69 src_install() {
70 dosbin "${S}"/mirrorselect || die
71 }