Gentoo Archives: gentoo-commits

From: "Agostino Sarubbo (ago)" <ago@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-misc/grive: grive-0.2_pre20120628.ebuild ChangeLog
Date: Sun, 01 Jul 2012 17:46:07
Message-Id: 20120701174556.96B212004B@flycatcher.gentoo.org
1 ago 12/07/01 17:45:56
2
3 Modified: grive-0.2_pre20120628.ebuild ChangeLog
4 Log:
5 add ~amd64, wrt to bug #424425
6
7 (Portage version: 2.1.10.65/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 net-misc/grive/grive-0.2_pre20120628.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/grive/grive-0.2_pre20120628.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/grive/grive-0.2_pre20120628.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/grive/grive-0.2_pre20120628.ebuild?r1=1.1&r2=1.2
15
16 Index: grive-0.2_pre20120628.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-misc/grive/grive-0.2_pre20120628.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- grive-0.2_pre20120628.ebuild 30 Jun 2012 00:56:07 -0000 1.1
23 +++ grive-0.2_pre20120628.ebuild 1 Jul 2012 17:45:56 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2012 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-misc/grive/grive-0.2_pre20120628.ebuild,v 1.1 2012/06/30 00:56:07 ottxor Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-misc/grive/grive-0.2_pre20120628.ebuild,v 1.2 2012/07/01 17:45:56 ago Exp $
29
30 EAPI=4
31
32 @@ -11,7 +11,7 @@
33 else
34 SRC_URI=""
35 inherit git-2
36 - EGIT_REPO_URI="git://github.com/Grive/grive.git"
37 + EGIT_REPO_URI="git://github.com/Grive/${PN}.git"
38 fi
39
40 DESCRIPTION="an open source Linux client for Google Drive"
41 @@ -19,7 +19,7 @@
42
43 LICENSE="GPL-2"
44 SLOT="0"
45 -KEYWORDS="~x86"
46 +KEYWORDS="~amd64 ~x86"
47 IUSE=""
48
49 RDEPEND="
50
51
52
53 1.2 net-misc/grive/ChangeLog
54
55 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/grive/ChangeLog?rev=1.2&view=markup
56 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/grive/ChangeLog?rev=1.2&content-type=text/plain
57 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/grive/ChangeLog?r1=1.1&r2=1.2
58
59 Index: ChangeLog
60 ===================================================================
61 RCS file: /var/cvsroot/gentoo-x86/net-misc/grive/ChangeLog,v
62 retrieving revision 1.1
63 retrieving revision 1.2
64 diff -u -r1.1 -r1.2
65 --- ChangeLog 30 Jun 2012 00:56:07 -0000 1.1
66 +++ ChangeLog 1 Jul 2012 17:45:56 -0000 1.2
67 @@ -1,6 +1,9 @@
68 # ChangeLog for net-misc/grive
69 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
70 -# $Header: /var/cvsroot/gentoo-x86/net-misc/grive/ChangeLog,v 1.1 2012/06/30 00:56:07 ottxor Exp $
71 +# $Header: /var/cvsroot/gentoo-x86/net-misc/grive/ChangeLog,v 1.2 2012/07/01 17:45:56 ago Exp $
72 +
73 + 01 Jul 2012; Agostino Sarubbo <ago@g.o> grive-0.2_pre20120628.ebuild:
74 + add ~amd64, wrt to bug #424425
75
76 *grive-0.2_pre20120628 (30 Jun 2012)