Gentoo Archives: gentoo-commits

From: "Christoph Junghans (ottxor)" <ottxor@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-misc/grive: grive-0.2.0.ebuild ChangeLog
Date: Sun, 26 Aug 2012 18:50:25
Message-Id: 20120826185016.6A39220821@flycatcher.gentoo.org
1 ottxor 12/08/26 18:50:16
2
3 Modified: grive-0.2.0.ebuild ChangeLog
4 Log:
5 switch to github
6
7 (Portage version: 2.2.0_alpha122/cvs/Linux i686)
8
9 Revision Changes Path
10 1.3 net-misc/grive/grive-0.2.0.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/grive/grive-0.2.0.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/grive/grive-0.2.0.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/grive/grive-0.2.0.ebuild?r1=1.2&r2=1.3
15
16 Index: grive-0.2.0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-misc/grive/grive-0.2.0.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- grive-0.2.0.ebuild 21 Jul 2012 19:20:33 -0000 1.2
23 +++ grive-0.2.0.ebuild 26 Aug 2012 18:50:16 -0000 1.3
24 @@ -1,17 +1,17 @@
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.0.ebuild,v 1.2 2012/07/21 19:20:33 ottxor Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-misc/grive/grive-0.2.0.ebuild,v 1.3 2012/08/26 18:50:16 ottxor Exp $
29
30 EAPI=4
31
32 inherit cmake-utils eutils multilib
33
34 -if [ "${PV}" != "9999" ]; then
35 - SRC_URI="http://www.lbreda.com/${PN}/_media/packages/${PV}/${P}.tar.gz"
36 -else
37 - SRC_URI=""
38 +if [[ ${PV} = *9999 ]]; then
39 inherit git-2
40 EGIT_REPO_URI="git://github.com/Grive/${PN}.git"
41 +else
42 + inherit vcs-snapshot
43 + SRC_URI="https://github.com/Grive/${PN}/tarball/v${PV} -> ${P}.tar.gz"
44 fi
45
46 DESCRIPTION="an open source Linux client for Google Drive"
47
48
49
50 1.5 net-misc/grive/ChangeLog
51
52 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/grive/ChangeLog?rev=1.5&view=markup
53 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/grive/ChangeLog?rev=1.5&content-type=text/plain
54 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/grive/ChangeLog?r1=1.4&r2=1.5
55
56 Index: ChangeLog
57 ===================================================================
58 RCS file: /var/cvsroot/gentoo-x86/net-misc/grive/ChangeLog,v
59 retrieving revision 1.4
60 retrieving revision 1.5
61 diff -u -r1.4 -r1.5
62 --- ChangeLog 21 Jul 2012 19:20:33 -0000 1.4
63 +++ ChangeLog 26 Aug 2012 18:50:16 -0000 1.5
64 @@ -1,6 +1,9 @@
65 # ChangeLog for net-misc/grive
66 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
67 -# $Header: /var/cvsroot/gentoo-x86/net-misc/grive/ChangeLog,v 1.4 2012/07/21 19:20:33 ottxor Exp $
68 +# $Header: /var/cvsroot/gentoo-x86/net-misc/grive/ChangeLog,v 1.5 2012/08/26 18:50:16 ottxor Exp $
69 +
70 + 26 Aug 2012; Christoph Junghans <ottxor@g.o> grive-0.2.0.ebuild:
71 + switch to github
72
73 21 Jul 2012; Christoph Junghans <ottxor@g.o> grive-0.2.0.ebuild:
74 fixed dependency (bug #426848)