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.1.ebuild mirrorselect-1.4.ebuild
Date: Thu, 01 Jan 2009 06:09:07
Message-Id: E1LIGjw-0007BX-TV@stork.gentoo.org
1 zmedico 09/01/01 06:09:04
2
3 Modified: ChangeLog
4 Added: mirrorselect-1.4.1.ebuild
5 Removed: mirrorselect-1.4.ebuild
6 Log:
7 1.4.1 bump. This fixes a bug in the new 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.71 app-portage/mirrorselect/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-portage/mirrorselect/ChangeLog?rev=1.71&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-portage/mirrorselect/ChangeLog?rev=1.71&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-portage/mirrorselect/ChangeLog?r1=1.70&r2=1.71
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-portage/mirrorselect/ChangeLog,v
20 retrieving revision 1.70
21 retrieving revision 1.71
22 diff -u -r1.70 -r1.71
23 --- ChangeLog 1 Jan 2009 01:10:32 -0000 1.70
24 +++ ChangeLog 1 Jan 2009 06:09:04 -0000 1.71
25 @@ -1,6 +1,12 @@
26 # ChangeLog for app-portage/mirrorselect
27 # Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-portage/mirrorselect/ChangeLog,v 1.70 2009/01/01 01:10:32 zmedico Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-portage/mirrorselect/ChangeLog,v 1.71 2009/01/01 06:09:04 zmedico Exp $
30 +
31 +*mirrorselect-1.4.1 (01 Jan 2009)
32 +
33 + 01 Jan 2009; Zac Medico <zmedico@g.o> -mirrorselect-1.4.ebuild,
34 + +mirrorselect-1.4.1.ebuild:
35 + 1.4.1 bump. This fixes a bug in the new ipv6 support.
36
37 *mirrorselect-1.4 (01 Jan 2009)
38
39
40
41
42 1.1 app-portage/mirrorselect/mirrorselect-1.4.1.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-portage/mirrorselect/mirrorselect-1.4.1.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-portage/mirrorselect/mirrorselect-1.4.1.ebuild?rev=1.1&content-type=text/plain
46
47 Index: mirrorselect-1.4.1.ebuild
48 ===================================================================
49 # Copyright 1999-2009 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.4.1.ebuild,v 1.1 2009/01/01 06:09:04 zmedico Exp $
52
53 inherit eutils
54
55 DESCRIPTION="Tool to help select distfiles mirrors for Gentoo"
56 HOMEPAGE="http://www.gentoo.org/"
57 SRC_URI="mirror://gentoo/${PF%.*}.tar.bz2 mirror://gentoo/$PF.patch.bz2"
58
59 LICENSE="GPL-2"
60 SLOT="0"
61 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh
62 ~sparc ~x86 ~x86-fbsd"
63 IUSE=""
64
65 RDEPEND=">=dev-util/dialog-0.7
66 net-analyzer/netselect"
67
68 S=$WORKDIR
69
70 src_unpack() {
71 unpack $A
72 epatch $PF.patch
73 }
74
75 src_install() {
76 dosbin mirrorselect || die
77 }