Gentoo Archives: gentoo-commits

From: "Christian Faulhammer (fauli)" <fauli@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-misc/aget: aget-0.4.ebuild ChangeLog
Date: Thu, 07 Jan 2010 15:57:26
Message-Id: E1NSuXo-0000Sg-Fu@stork.gentoo.org
1 fauli 10/01/07 15:45:04
2
3 Modified: aget-0.4.ebuild ChangeLog
4 Log:
5 Transfer Prefix keywords
6 (Portage version: 2.1.6.13/cvs/Linux i686)
7
8 Revision Changes Path
9 1.14 net-misc/aget/aget-0.4.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/aget/aget-0.4.ebuild?rev=1.14&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/aget/aget-0.4.ebuild?rev=1.14&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/aget/aget-0.4.ebuild?r1=1.13&r2=1.14
14
15 Index: aget-0.4.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/net-misc/aget/aget-0.4.ebuild,v
18 retrieving revision 1.13
19 retrieving revision 1.14
20 diff -u -r1.13 -r1.14
21 --- aget-0.4.ebuild 14 Jan 2009 03:27:27 -0000 1.13
22 +++ aget-0.4.ebuild 7 Jan 2010 15:45:03 -0000 1.14
23 @@ -1,6 +1,6 @@
24 -# Copyright 1999-2009 Gentoo Foundation
25 +# Copyright 1999-2010 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-misc/aget/aget-0.4.ebuild,v 1.13 2009/01/14 03:27:27 vapier Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-misc/aget/aget-0.4.ebuild,v 1.14 2010/01/07 15:45:03 fauli Exp $
29
30 inherit eutils
31
32 @@ -12,7 +12,7 @@
33
34 LICENSE="BSD"
35 SLOT="0"
36 -KEYWORDS="~amd64 ~mips ~ppc ppc64 ~sparc ~x86"
37 +KEYWORDS="~amd64 ~mips ~ppc ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
38 IUSE=""
39
40 src_unpack() {
41
42
43
44 1.15 net-misc/aget/ChangeLog
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/aget/ChangeLog?rev=1.15&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/aget/ChangeLog?rev=1.15&content-type=text/plain
48 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/aget/ChangeLog?r1=1.14&r2=1.15
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/net-misc/aget/ChangeLog,v
53 retrieving revision 1.14
54 retrieving revision 1.15
55 diff -u -r1.14 -r1.15
56 --- ChangeLog 14 Jan 2009 03:27:27 -0000 1.14
57 +++ ChangeLog 7 Jan 2010 15:45:03 -0000 1.15
58 @@ -1,6 +1,9 @@
59 # ChangeLog for net-misc/aget
60 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/net-misc/aget/ChangeLog,v 1.14 2009/01/14 03:27:27 vapier Exp $
62 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
63 +# $Header: /var/cvsroot/gentoo-x86/net-misc/aget/ChangeLog,v 1.15 2010/01/07 15:45:03 fauli Exp $
64 +
65 + 07 Jan 2010; Christian Faulhammer <fauli@g.o> aget-0.4.ebuild:
66 + Transfer Prefix keywords
67
68 14 Jan 2009; Mike Frysinger <vapier@g.o> aget-0.4.ebuild:
69 Fix building with glibc-2.8 #240914 by Diego E. Pettenò.