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/malsync: malsync-2.2.0.ebuild ChangeLog
Date: Mon, 17 Sep 2007 18:53:06
Message-Id: E1IXLb2-00071v-AX@stork.gentoo.org
1 philantrop 07/09/17 18:45:24
2
3 Modified: malsync-2.2.0.ebuild ChangeLog
4 Log:
5 Changed pilot-link dependency to 0.11.8 as it doesn't compile with newer versions.
6 (Portage version: 2.1.3.9)
7
8 Revision Changes Path
9 1.7 app-pda/malsync/malsync-2.2.0.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/malsync/malsync-2.2.0.ebuild?rev=1.7&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/malsync/malsync-2.2.0.ebuild?rev=1.7&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/malsync/malsync-2.2.0.ebuild?r1=1.6&r2=1.7
14
15 Index: malsync-2.2.0.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-pda/malsync/malsync-2.2.0.ebuild,v
18 retrieving revision 1.6
19 retrieving revision 1.7
20 diff -u -r1.6 -r1.7
21 --- malsync-2.2.0.ebuild 22 Jul 2005 17:21:23 -0000 1.6
22 +++ malsync-2.2.0.ebuild 17 Sep 2007 18:45:23 -0000 1.7
23 @@ -1,6 +1,6 @@
24 -# Copyright 1999-2005 Gentoo Foundation
25 +# Copyright 1999-2007 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-pda/malsync/malsync-2.2.0.ebuild,v 1.6 2005/07/22 17:21:23 dholm Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-pda/malsync/malsync-2.2.0.ebuild,v 1.7 2007/09/17 18:45:23 philantrop Exp $
29
30 inherit eutils
31
32 @@ -11,23 +11,20 @@
33
34 LICENSE="MPL-1.0"
35 SLOT="0"
36 -KEYWORDS="~ppc ~x86"
37 +KEYWORDS="~amd64 ~ppc ~x86"
38 IUSE=""
39
40 -DEPEND=">=app-pda/pilot-link-0.11.7"
41 +DEPEND="~app-pda/pilot-link-0.11.8
42 + !=dev-libs/libmal-0.44"
43
44 -S=${WORKDIR}/${PN}
45 +S="${WORKDIR}/${PN}"
46
47 src_unpack() {
48 unpack ${A}
49 - epatch ${FILESDIR}/Makefile-pilot-link.diff
50 -}
51 -
52 -src_compile() {
53 - emake || die
54 + epatch "${FILESDIR}/Makefile-pilot-link.diff"
55 }
56
57 src_install() {
58 - dobin malsync || die
59 - dodoc Doc/*
60 + dobin malsync
61 + dodoc Doc/* || die "installing docs failed"
62 }
63
64
65
66 1.7 app-pda/malsync/ChangeLog
67
68 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/malsync/ChangeLog?rev=1.7&view=markup
69 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/malsync/ChangeLog?rev=1.7&content-type=text/plain
70 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/malsync/ChangeLog?r1=1.6&r2=1.7
71
72 Index: ChangeLog
73 ===================================================================
74 RCS file: /var/cvsroot/gentoo-x86/app-pda/malsync/ChangeLog,v
75 retrieving revision 1.6
76 retrieving revision 1.7
77 diff -u -r1.6 -r1.7
78 --- ChangeLog 13 May 2007 18:31:38 -0000 1.6
79 +++ ChangeLog 17 Sep 2007 18:45:23 -0000 1.7
80 @@ -1,6 +1,10 @@
81 # ChangeLog for app-pda/malsync
82 # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
83 -# $Header: /var/cvsroot/gentoo-x86/app-pda/malsync/ChangeLog,v 1.6 2007/05/13 18:31:38 bangert Exp $
84 +# $Header: /var/cvsroot/gentoo-x86/app-pda/malsync/ChangeLog,v 1.7 2007/09/17 18:45:23 philantrop Exp $
85 +
86 + 17 Sep 2007; Wulf C. Krueger <philantrop@g.o> malsync-2.2.0.ebuild:
87 + Changed pilot-link dependency to 0.11.8 as it doesn't compile with newer
88 + versions.
89
90 13 May 2007; Thilo Bangert <bangert@g.o> metadata.xml:
91 add <herd>no-herd</herd>
92
93
94
95 --
96 gentoo-commits@g.o mailing list