Gentoo Archives: gentoo-commits

From: "Diego Petteno (flameeyes)" <flameeyes@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-pda/libopensync: ChangeLog libopensync-0.36.ebuild libopensync-9999.ebuild
Date: Sun, 20 Apr 2008 17:07:46
Message-Id: E1Jnd0x-0006wG-2u@stork.gentoo.org
1 flameeyes 08/04/20 17:07:43
2
3 Modified: ChangeLog libopensync-0.36.ebuild
4 libopensync-9999.ebuild
5 Log:
6 Make swig a build-time only dependency, fixes bug #216996.
7 (Portage version: 2.1.5_rc5)
8
9 Revision Changes Path
10 1.26 app-pda/libopensync/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/libopensync/ChangeLog?rev=1.26&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/libopensync/ChangeLog?rev=1.26&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/libopensync/ChangeLog?r1=1.25&r2=1.26
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-pda/libopensync/ChangeLog,v
19 retrieving revision 1.25
20 retrieving revision 1.26
21 diff -u -r1.25 -r1.26
22 --- ChangeLog 2 Mar 2008 17:34:47 -0000 1.25
23 +++ ChangeLog 20 Apr 2008 17:07:42 -0000 1.26
24 @@ -1,6 +1,10 @@
25 # ChangeLog for app-pda/libopensync
26 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-pda/libopensync/ChangeLog,v 1.25 2008/03/02 17:34:47 dirtyepic Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-pda/libopensync/ChangeLog,v 1.26 2008/04/20 17:07:42 flameeyes Exp $
29 +
30 + 20 Apr 2008; Diego Pettenò <flameeyes@g.o>
31 + libopensync-0.36.ebuild, libopensync-9999.ebuild:
32 + Make swig a build-time only dependency, fixes bug #216996.
33
34 02 Mar 2008; Ryan Hill <dirtyepic@g.o> libopensync-0.22.ebuild:
35 ~mips
36
37
38
39 1.2 app-pda/libopensync/libopensync-0.36.ebuild
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/libopensync/libopensync-0.36.ebuild?rev=1.2&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/libopensync/libopensync-0.36.ebuild?rev=1.2&content-type=text/plain
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/libopensync/libopensync-0.36.ebuild?r1=1.1&r2=1.2
44
45 Index: libopensync-0.36.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/app-pda/libopensync/libopensync-0.36.ebuild,v
48 retrieving revision 1.1
49 retrieving revision 1.2
50 diff -u -r1.1 -r1.2
51 --- libopensync-0.36.ebuild 27 Jan 2008 17:39:42 -0000 1.1
52 +++ libopensync-0.36.ebuild 20 Apr 2008 17:07:42 -0000 1.2
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2008 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/app-pda/libopensync/libopensync-0.36.ebuild,v 1.1 2008/01/27 17:39:42 peper Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/app-pda/libopensync/libopensync-0.36.ebuild,v 1.2 2008/04/20 17:07:42 flameeyes Exp $
58
59 inherit cmake-utils eutils
60
61 @@ -21,9 +21,10 @@
62 RDEPEND=">=dev-db/sqlite-3
63 >=dev-libs/glib-2
64 dev-libs/libxml2
65 - python? ( >=dev-lang/python-2.2 >=dev-lang/swig-1.3.17 )"
66 + python? ( >=dev-lang/python-2.2 )"
67
68 DEPEND="${RDEPEND}
69 + python? ( >=dev-lang/swig-1.3.17 )
70 >=dev-util/cmake-2.4.7
71 >=dev-util/pkgconfig-0.9.0
72 doc? ( app-doc/doxygen )"
73
74
75
76 1.4 app-pda/libopensync/libopensync-9999.ebuild
77
78 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/libopensync/libopensync-9999.ebuild?rev=1.4&view=markup
79 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/libopensync/libopensync-9999.ebuild?rev=1.4&content-type=text/plain
80 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/libopensync/libopensync-9999.ebuild?r1=1.3&r2=1.4
81
82 Index: libopensync-9999.ebuild
83 ===================================================================
84 RCS file: /var/cvsroot/gentoo-x86/app-pda/libopensync/libopensync-9999.ebuild,v
85 retrieving revision 1.3
86 retrieving revision 1.4
87 diff -u -r1.3 -r1.4
88 --- libopensync-9999.ebuild 23 Dec 2007 02:19:16 -0000 1.3
89 +++ libopensync-9999.ebuild 20 Apr 2008 17:07:42 -0000 1.4
90 @@ -1,6 +1,6 @@
91 -# Copyright 1999-2007 Gentoo Foundation
92 +# Copyright 1999-2008 Gentoo Foundation
93 # Distributed under the terms of the GNU General Public License v2
94 -# $Header: /var/cvsroot/gentoo-x86/app-pda/libopensync/libopensync-9999.ebuild,v 1.3 2007/12/23 02:19:16 peper Exp $
95 +# $Header: /var/cvsroot/gentoo-x86/app-pda/libopensync/libopensync-9999.ebuild,v 1.4 2008/04/20 17:07:42 flameeyes Exp $
96
97 inherit cmake-utils eutils subversion
98
99 @@ -23,9 +23,10 @@
100 RDEPEND=">=dev-db/sqlite-3
101 >=dev-libs/glib-2
102 dev-libs/libxml2
103 - python? ( >=dev-lang/python-2.2 >=dev-lang/swig-1.3.17 )"
104 + python? ( >=dev-lang/python-2.2 )"
105
106 DEPEND="${RDEPEND}
107 + python? ( >=dev-lang/swig-1.3.17 )
108 >=dev-util/cmake-2.4.7
109 >=dev-util/pkgconfig-0.9.0
110 doc? ( app-doc/doxygen )"
111
112
113
114 --
115 gentoo-commits@l.g.o mailing list