Gentoo Archives: gentoo-commits

From: "Sergey Popov (pinkbyte)" <pinkbyte@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-misc/subsurface: ChangeLog subsurface-9999.ebuild subsurface-4.0.ebuild
Date: Thu, 27 Feb 2014 11:55:17
Message-Id: 20140227115511.073DF2004C@flycatcher.gentoo.org
1 pinkbyte 14/02/27 11:55:10
2
3 Modified: ChangeLog subsurface-9999.ebuild
4 subsurface-4.0.ebuild
5 Log:
6 Correct dependency on dev-libs/libdivecomputer
7
8 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x1F357D42)
9
10 Revision Changes Path
11 1.9 app-misc/subsurface/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/subsurface/ChangeLog?rev=1.9&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/subsurface/ChangeLog?rev=1.9&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/subsurface/ChangeLog?r1=1.8&r2=1.9
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-misc/subsurface/ChangeLog,v
20 retrieving revision 1.8
21 retrieving revision 1.9
22 diff -u -r1.8 -r1.9
23 --- ChangeLog 27 Feb 2014 08:34:12 -0000 1.8
24 +++ ChangeLog 27 Feb 2014 11:55:10 -0000 1.9
25 @@ -1,6 +1,10 @@
26 # ChangeLog for app-misc/subsurface
27 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-misc/subsurface/ChangeLog,v 1.8 2014/02/27 08:34:12 pinkbyte Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-misc/subsurface/ChangeLog,v 1.9 2014/02/27 11:55:10 pinkbyte Exp $
30 +
31 + 27 Feb 2014; Sergey Popov <pinkbyte@g.o> subsurface-4.0.ebuild,
32 + subsurface-9999.ebuild:
33 + Correct dependency on dev-libs/libdivecomputer
34
35 27 Feb 2014; Sergey Popov <pinkbyte@g.o> -subsurface-3.0.2-r1.ebuild,
36 -subsurface-3.1.ebuild:
37
38
39
40 1.5 app-misc/subsurface/subsurface-9999.ebuild
41
42 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/subsurface/subsurface-9999.ebuild?rev=1.5&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/subsurface/subsurface-9999.ebuild?rev=1.5&content-type=text/plain
44 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/subsurface/subsurface-9999.ebuild?r1=1.4&r2=1.5
45
46 Index: subsurface-9999.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/app-misc/subsurface/subsurface-9999.ebuild,v
49 retrieving revision 1.4
50 retrieving revision 1.5
51 diff -u -r1.4 -r1.5
52 --- subsurface-9999.ebuild 23 Dec 2013 16:57:35 -0000 1.4
53 +++ subsurface-9999.ebuild 27 Feb 2014 11:55:10 -0000 1.5
54 @@ -1,6 +1,6 @@
55 -# Copyright 1999-2013 Gentoo Foundation
56 +# Copyright 1999-2014 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 -# $Header: /var/cvsroot/gentoo-x86/app-misc/subsurface/subsurface-9999.ebuild,v 1.4 2013/12/23 16:57:35 tomwij Exp $
59 +# $Header: /var/cvsroot/gentoo-x86/app-misc/subsurface/subsurface-9999.ebuild,v 1.5 2014/02/27 11:55:10 pinkbyte Exp $
60
61 EAPI="5"
62
63 @@ -30,6 +30,7 @@
64
65 RDEPEND="dev-db/sqlite:3
66 dev-libs/glib:2
67 + >=dev-libs/libdivecomputer-${LIBDC_V}[usb?]
68 dev-libs/libxml2
69 dev-libs/libxslt
70 dev-libs/libzip
71 @@ -40,7 +41,6 @@
72 kde-base/marble
73 "
74 DEPEND="${RDEPEND}
75 - >=dev-libs/libdivecomputer-${LIBDC_V}[static-libs,usb?]
76 virtual/pkgconfig
77 doc? ( app-text/asciidoc )
78 "
79
80
81
82 1.2 app-misc/subsurface/subsurface-4.0.ebuild
83
84 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/subsurface/subsurface-4.0.ebuild?rev=1.2&view=markup
85 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/subsurface/subsurface-4.0.ebuild?rev=1.2&content-type=text/plain
86 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/subsurface/subsurface-4.0.ebuild?r1=1.1&r2=1.2
87
88 Index: subsurface-4.0.ebuild
89 ===================================================================
90 RCS file: /var/cvsroot/gentoo-x86/app-misc/subsurface/subsurface-4.0.ebuild,v
91 retrieving revision 1.1
92 retrieving revision 1.2
93 diff -u -r1.1 -r1.2
94 --- subsurface-4.0.ebuild 23 Dec 2013 16:57:35 -0000 1.1
95 +++ subsurface-4.0.ebuild 27 Feb 2014 11:55:10 -0000 1.2
96 @@ -1,6 +1,6 @@
97 -# Copyright 1999-2013 Gentoo Foundation
98 +# Copyright 1999-2014 Gentoo Foundation
99 # Distributed under the terms of the GNU General Public License v2
100 -# $Header: /var/cvsroot/gentoo-x86/app-misc/subsurface/subsurface-4.0.ebuild,v 1.1 2013/12/23 16:57:35 tomwij Exp $
101 +# $Header: /var/cvsroot/gentoo-x86/app-misc/subsurface/subsurface-4.0.ebuild,v 1.2 2014/02/27 11:55:10 pinkbyte Exp $
102
103 EAPI="5"
104
105 @@ -30,6 +30,7 @@
106
107 RDEPEND="dev-db/sqlite:3
108 dev-libs/glib:2
109 + >=dev-libs/libdivecomputer-${LIBDC_V}[usb?]
110 dev-libs/libxml2
111 dev-libs/libxslt
112 dev-libs/libzip
113 @@ -40,7 +41,6 @@
114 kde-base/marble
115 "
116 DEPEND="${RDEPEND}
117 - >=dev-libs/libdivecomputer-${LIBDC_V}[static-libs,usb?]
118 virtual/pkgconfig
119 doc? ( app-text/asciidoc )
120 "