Gentoo Archives: gentoo-commits

From: "Wulf Krueger (philantrop)" <philantrop@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-pda/jpilot-syncmal: jpilot-syncmal-0.72.1.ebuild ChangeLog jpilot-syncmal-0.80.ebuild
Date: Tue, 18 Sep 2007 05:26:25
Message-Id: E1IXVTv-0001Qx-Mu@stork.gentoo.org
1 philantrop 07/09/18 05:18:43
2
3 Modified: jpilot-syncmal-0.72.1.ebuild ChangeLog
4 Added: jpilot-syncmal-0.80.ebuild
5 Log:
6 Version bump to 0.80. Adjusted dependency on pilot-link for 0.72.1 to fix bug 186019.
7 (Portage version: 2.1.3.9)
8
9 Revision Changes Path
10 1.7 app-pda/jpilot-syncmal/jpilot-syncmal-0.72.1.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/jpilot-syncmal/jpilot-syncmal-0.72.1.ebuild?rev=1.7&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/jpilot-syncmal/jpilot-syncmal-0.72.1.ebuild?rev=1.7&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/jpilot-syncmal/jpilot-syncmal-0.72.1.ebuild?r1=1.6&r2=1.7
15
16 Index: jpilot-syncmal-0.72.1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-pda/jpilot-syncmal/jpilot-syncmal-0.72.1.ebuild,v
19 retrieving revision 1.6
20 retrieving revision 1.7
21 diff -u -r1.6 -r1.7
22 --- jpilot-syncmal-0.72.1.ebuild 29 Aug 2006 04:27:33 -0000 1.6
23 +++ jpilot-syncmal-0.72.1.ebuild 18 Sep 2007 05:18:43 -0000 1.7
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2006 Gentoo Foundation
26 +# Copyright 1999-2007 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-pda/jpilot-syncmal/jpilot-syncmal-0.72.1.ebuild,v 1.6 2006/08/29 04:27:33 chriswhite Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-pda/jpilot-syncmal/jpilot-syncmal-0.72.1.ebuild,v 1.7 2007/09/18 05:18:43 philantrop Exp $
30
31 DESCRIPTION="Syncmal plugin for jpilot"
32 SRC_URI="http://jasonday.home.att.net/code/syncmal/${P}.tar.gz"
33 @@ -8,13 +8,14 @@
34
35 SLOT="0"
36 LICENSE="GPL-2"
37 -KEYWORDS="~x86 ~alpha ~ppc"
38 +KEYWORDS="~alpha ~ppc ~x86"
39 IUSE="gtk"
40
41 RDEPEND="gtk? ( >=x11-libs/gtk+-2 )
42 >=app-pda/jpilot-0.99.7-r1"
43 DEPEND="${RDEPEND}
44 - gtk? ( dev-util/pkgconfig )"
45 + gtk? ( dev-util/pkgconfig )
46 + ~app-pda/pilot-link-0.11.8"
47
48 src_compile() {
49 econf $(use_enable gtk gtk2) || die "configure failed"
50 @@ -22,5 +23,5 @@
51 }
52
53 src_install() {
54 - make install DESTDIR=${D} || die
55 + make install DESTDIR="${D}" || die "installation failed"
56 }
57
58
59
60 1.6 app-pda/jpilot-syncmal/ChangeLog
61
62 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/jpilot-syncmal/ChangeLog?rev=1.6&view=markup
63 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/jpilot-syncmal/ChangeLog?rev=1.6&content-type=text/plain
64 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/jpilot-syncmal/ChangeLog?r1=1.5&r2=1.6
65
66 Index: ChangeLog
67 ===================================================================
68 RCS file: /var/cvsroot/gentoo-x86/app-pda/jpilot-syncmal/ChangeLog,v
69 retrieving revision 1.5
70 retrieving revision 1.6
71 diff -u -r1.5 -r1.6
72 --- ChangeLog 29 Aug 2007 16:51:22 -0000 1.5
73 +++ ChangeLog 18 Sep 2007 05:18:43 -0000 1.6
74 @@ -1,6 +1,13 @@
75 # ChangeLog for app-pda/jpilot-syncmal
76 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
77 -# $Header: /var/cvsroot/gentoo-x86/app-pda/jpilot-syncmal/ChangeLog,v 1.5 2007/08/29 16:51:22 phreak Exp $
78 +# $Header: /var/cvsroot/gentoo-x86/app-pda/jpilot-syncmal/ChangeLog,v 1.6 2007/09/18 05:18:43 philantrop Exp $
79 +
80 +*jpilot-syncmal-0.80 (18 Sep 2007)
81 +
82 + 18 Sep 2007; Wulf C. Krueger <philantrop@g.o>
83 + jpilot-syncmal-0.72.1.ebuild, +jpilot-syncmal-0.80.ebuild:
84 + Version bump to 0.80. Adjusted dependency on pilot-link for 0.72.1 to fix
85 + bug 186019.
86
87 29 Aug 2007; Christian Heim <phreak@g.o> metadata.xml:
88 Removing agriffis from metadata due to his retirement (see #182294 for
89
90
91
92 1.1 app-pda/jpilot-syncmal/jpilot-syncmal-0.80.ebuild
93
94 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/jpilot-syncmal/jpilot-syncmal-0.80.ebuild?rev=1.1&view=markup
95 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/jpilot-syncmal/jpilot-syncmal-0.80.ebuild?rev=1.1&content-type=text/plain
96
97 Index: jpilot-syncmal-0.80.ebuild
98 ===================================================================
99 # Copyright 1999-2007 Gentoo Foundation
100 # Distributed under the terms of the GNU General Public License v2
101 # $Header: /var/cvsroot/gentoo-x86/app-pda/jpilot-syncmal/jpilot-syncmal-0.80.ebuild,v 1.1 2007/09/18 05:18:43 philantrop Exp $
102
103 WANT_AUTOMAKE="1.9"
104
105 inherit multilib autotools
106
107 DESCRIPTION="Syncmal plugin for jpilot"
108 SRC_URI="http://jasonday.home.att.net/code/syncmal/${P}.tar.gz"
109 HOMEPAGE="http://jasonday.home.att.net/code/syncmal/syncmal.html"
110
111 SLOT="0"
112 LICENSE="GPL-2"
113 KEYWORDS="~alpha ~amd64 ~ppc ~x86"
114 IUSE=""
115
116 RDEPEND=">=app-pda/jpilot-0.99.9"
117 DEPEND="${RDEPEND}
118 >=app-pda/pilot-link-0.12.2
119 >=x11-libs/gtk+-2.6.10-r1
120 >=dev-libs/libmal-0.44"
121
122 src_compile() {
123 sed -i -e "s:/lib/jpilot/plugins:/$(get_libdir)/jpilot/plugins:" \
124 "${S}/Makefile.am" || die "sed'ing Makefile.am failed"
125
126 eautomake
127 econf --libdir="/usr/$(get_libdir)" || die "configure failed"
128 emake -j1 || die "make failed"
129 }
130
131 src_install() {
132 make install DESTDIR="${D}" || die "installation failed"
133 }
134
135
136
137 --
138 gentoo-commits@g.o mailing list