Gentoo Archives: gentoo-commits

From: "Patrick Lauer (patrick)" <patrick@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/rec: ChangeLog rec-1.6.ebuild
Date: Sun, 21 Feb 2010 11:59:19
Message-Id: E1NjASy-0000PD-El@stork.gentoo.org
1 patrick 10/02/21 11:59:16
2
3 Modified: ChangeLog rec-1.6.ebuild
4 Log:
5 Adding ~amd64 for #302892
6 (Portage version: 2.2_rc63/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.7 dev-util/rec/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/rec/ChangeLog?rev=1.7&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/rec/ChangeLog?rev=1.7&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/rec/ChangeLog?r1=1.6&r2=1.7
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-util/rec/ChangeLog,v
18 retrieving revision 1.6
19 retrieving revision 1.7
20 diff -u -r1.6 -r1.7
21 --- ChangeLog 14 Oct 2008 03:23:02 -0000 1.6
22 +++ ChangeLog 21 Feb 2010 11:59:15 -0000 1.7
23 @@ -1,6 +1,9 @@
24 # ChangeLog for dev-util/rec
25 -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-util/rec/ChangeLog,v 1.6 2008/10/14 03:23:02 darkside Exp $
27 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 +# $Header: /var/cvsroot/gentoo-x86/dev-util/rec/ChangeLog,v 1.7 2010/02/21 11:59:15 patrick Exp $
29 +
30 + 21 Feb 2010; Patrick Lauer <patrick@g.o> rec-1.6.ebuild:
31 + Adding ~amd64 for #302892
32
33 14 Oct 2008; Jeremy Olexa <darkside@g.o> rec-1.6.ebuild:
34 (non maintainer commit) restrict stripping on dev-util/rec because that
35
36
37
38 1.7 dev-util/rec/rec-1.6.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/rec/rec-1.6.ebuild?rev=1.7&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/rec/rec-1.6.ebuild?rev=1.7&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/rec/rec-1.6.ebuild?r1=1.6&r2=1.7
43
44 Index: rec-1.6.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/dev-util/rec/rec-1.6.ebuild,v
47 retrieving revision 1.6
48 retrieving revision 1.7
49 diff -u -r1.6 -r1.7
50 --- rec-1.6.ebuild 14 Oct 2008 03:23:02 -0000 1.6
51 +++ rec-1.6.ebuild 21 Feb 2010 11:59:15 -0000 1.7
52 @@ -1,6 +1,6 @@
53 -# Copyright 1999-2008 Gentoo Foundation
54 +# Copyright 1999-2010 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/dev-util/rec/rec-1.6.ebuild,v 1.6 2008/10/14 03:23:02 darkside Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/dev-util/rec/rec-1.6.ebuild,v 1.7 2010/02/21 11:59:15 patrick Exp $
58
59 inherit eutils
60
61 @@ -9,7 +9,7 @@
62 SRC_URI="http://www.backerstreet.com/rec/rec16lx.zip"
63 LICENSE="as-is"
64 SLOT="0"
65 -KEYWORDS="-* ~x86"
66 +KEYWORDS="-* ~amd64 ~x86"
67 IUSE=""
68 RESTRICT="strip"
69 DEPEND="app-arch/unzip"