Gentoo Archives: gentoo-commits

From: "Yixun Lan (dlan)" <dlan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/libdivecomputer: libdivecomputer-9999.ebuild ChangeLog
Date: Fri, 29 Aug 2014 08:37:40
Message-Id: 20140829083736.2CF2A4269@oystercatcher.gentoo.org
1 dlan 14/08/29 08:37:36
2
3 Modified: libdivecomputer-9999.ebuild ChangeLog
4 Log:
5 fix bug 503572, proxy for maintainer, thanks Martin Gysel (bearsh)
6
7 (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 0xAABEFD55)
8
9 Revision Changes Path
10 1.5 dev-libs/libdivecomputer/libdivecomputer-9999.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libdivecomputer/libdivecomputer-9999.ebuild?rev=1.5&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libdivecomputer/libdivecomputer-9999.ebuild?rev=1.5&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libdivecomputer/libdivecomputer-9999.ebuild?r1=1.4&r2=1.5
15
16 Index: libdivecomputer-9999.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-libs/libdivecomputer/libdivecomputer-9999.ebuild,v
19 retrieving revision 1.4
20 retrieving revision 1.5
21 diff -u -r1.4 -r1.5
22 --- libdivecomputer-9999.ebuild 10 Aug 2014 20:35:08 -0000 1.4
23 +++ libdivecomputer-9999.ebuild 29 Aug 2014 08:37:36 -0000 1.5
24 @@ -1,13 +1,13 @@
25 # Copyright 1999-2014 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libdivecomputer/libdivecomputer-9999.ebuild,v 1.4 2014/08/10 20:35:08 slyfox Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libdivecomputer/libdivecomputer-9999.ebuild,v 1.5 2014/08/29 08:37:36 dlan Exp $
29
30 EAPI="5"
31
32 if [[ ${PV} = *9999* ]]; then
33 EGIT_REPO_URI="git://libdivecomputer.git.sourceforge.net/gitroot/libdivecomputer/libdivecomputer"
34 GIT_ECLASS="git-2"
35 - AUTOTOOLIZE=yes
36 + AUTOTOOLS_AUTORECONF=1
37 KEYWORDS=""
38 else
39 KEYWORDS="~amd64 ~x86"
40 @@ -33,14 +33,6 @@
41 DEPEND="${RDEPEND}
42 virtual/pkgconfig"
43
44 -src_prepare() {
45 - if [[ -n ${AUTOTOOLIZE} ]]; then
46 - autotools-utils_src_prepare
47 - else
48 - epatch_user
49 - fi
50 -}
51 -
52 src_configure() {
53 autotools-utils_src_configure
54
55 @@ -49,10 +41,6 @@
56 fi
57 }
58
59 -src_compile() {
60 - autotools-utils_src_compile
61 -}
62 -
63 src_install() {
64 autotools-utils_src_install
65
66
67
68
69 1.14 dev-libs/libdivecomputer/ChangeLog
70
71 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libdivecomputer/ChangeLog?rev=1.14&view=markup
72 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libdivecomputer/ChangeLog?rev=1.14&content-type=text/plain
73 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libdivecomputer/ChangeLog?r1=1.13&r2=1.14
74
75 Index: ChangeLog
76 ===================================================================
77 RCS file: /var/cvsroot/gentoo-x86/dev-libs/libdivecomputer/ChangeLog,v
78 retrieving revision 1.13
79 retrieving revision 1.14
80 diff -u -r1.13 -r1.14
81 --- ChangeLog 10 Aug 2014 20:35:08 -0000 1.13
82 +++ ChangeLog 29 Aug 2014 08:37:36 -0000 1.14
83 @@ -1,6 +1,9 @@
84 # ChangeLog for dev-libs/libdivecomputer
85 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
86 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libdivecomputer/ChangeLog,v 1.13 2014/08/10 20:35:08 slyfox Exp $
87 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libdivecomputer/ChangeLog,v 1.14 2014/08/29 08:37:36 dlan Exp $
88 +
89 + 29 Aug 2014; Yixun Lan <dlan@g.o> libdivecomputer-9999.ebuild:
90 + fix bug 503572, proxy for maintainer, thanks Martin Gysel (bearsh)
91
92 10 Aug 2014; Sergei Trofimovich <slyfox@g.o>
93 libdivecomputer-0.4.1.ebuild, libdivecomputer-0.4.2.ebuild,