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.2.ebuild
Date: Sun, 21 Jun 2009 21:34:10
Message-Id: E1MIUft-0004dU-FA@stork.gentoo.org
1 zmedico 09/06/21 21:34:05
2
3 Modified: ChangeLog
4 Added: mirrorselect-1.4.2.ebuild
5 Log:
6 21 Jun 2009; Zac Medico <zmedico@g.o> +mirrorselect-1.4.2.ebuild:
7 1.4.2 bump. This fixes bug #274935 (missing timeout when closing initial
8 "wake up" connections).
9 (Portage version: 2.2_rc33_p13658/cvs/Linux i686)
10
11 Revision Changes Path
12 1.72 app-portage/mirrorselect/ChangeLog
13
14 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-portage/mirrorselect/ChangeLog?rev=1.72&view=markup
15 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-portage/mirrorselect/ChangeLog?rev=1.72&content-type=text/plain
16 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-portage/mirrorselect/ChangeLog?r1=1.71&r2=1.72
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/app-portage/mirrorselect/ChangeLog,v
21 retrieving revision 1.71
22 retrieving revision 1.72
23 diff -u -r1.71 -r1.72
24 --- ChangeLog 1 Jan 2009 06:09:04 -0000 1.71
25 +++ ChangeLog 21 Jun 2009 21:34:05 -0000 1.72
26 @@ -1,6 +1,12 @@
27 # ChangeLog for app-portage/mirrorselect
28 -# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/app-portage/mirrorselect/ChangeLog,v 1.71 2009/01/01 06:09:04 zmedico Exp $
30 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
31 +# $Header: /var/cvsroot/gentoo-x86/app-portage/mirrorselect/ChangeLog,v 1.72 2009/06/21 21:34:05 zmedico Exp $
32 +
33 +*mirrorselect-1.4.2 (21 Jun 2009)
34 +
35 + 21 Jun 2009; Zac Medico <zmedico@g.o> +mirrorselect-1.4.2.ebuild:
36 + 1.4.2 bump. This fixes bug #274935 (missing timeout when closing initial
37 + "wake up" connections).
38
39 *mirrorselect-1.4.1 (01 Jan 2009)
40
41
42
43
44 1.1 app-portage/mirrorselect/mirrorselect-1.4.2.ebuild
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-portage/mirrorselect/mirrorselect-1.4.2.ebuild?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-portage/mirrorselect/mirrorselect-1.4.2.ebuild?rev=1.1&content-type=text/plain
48
49 Index: mirrorselect-1.4.2.ebuild
50 ===================================================================
51 # Copyright 1999-2009 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 # $Header: /var/cvsroot/gentoo-x86/app-portage/mirrorselect/mirrorselect-1.4.2.ebuild,v 1.1 2009/06/21 21:34:05 zmedico Exp $
54
55 inherit eutils
56
57 DESCRIPTION="Tool to help select distfiles mirrors for Gentoo"
58 HOMEPAGE="http://www.gentoo.org/"
59 SRC_URI="mirror://gentoo/${PF%.*}.tar.bz2 mirror://gentoo/$PF.patch.bz2"
60
61 LICENSE="GPL-2"
62 SLOT="0"
63 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh
64 ~sparc ~x86 ~x86-fbsd"
65 IUSE=""
66
67 RDEPEND=">=dev-util/dialog-0.7
68 net-analyzer/netselect"
69
70 S=$WORKDIR
71
72 src_unpack() {
73 unpack $A
74 epatch $PF.patch
75 }
76
77 src_install() {
78 dosbin mirrorselect || die
79 }