Gentoo Archives: gentoo-commits

From: "Peter Alfredsen (loki_val)" <loki_val@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-pda/multisync-gui: ChangeLog multisync-gui-0.92.0_pre20080531.ebuild
Date: Sat, 31 May 2008 14:12:56
Message-Id: E1K2RpB-00049X-Hk@stork.gentoo.org
1 loki_val 08/05/31 14:12:49
2
3 Modified: ChangeLog
4 Added: multisync-gui-0.92.0_pre20080531.ebuild
5 Log:
6 Adding multisync-gui-0.92.0_pre20080531 package.masked as per bug 224319
7 (Portage version: 2.1.5.2)
8
9 Revision Changes Path
10 1.9 app-pda/multisync-gui/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/multisync-gui/ChangeLog?rev=1.9&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/multisync-gui/ChangeLog?rev=1.9&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/multisync-gui/ChangeLog?r1=1.8&r2=1.9
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-pda/multisync-gui/ChangeLog,v
19 retrieving revision 1.8
20 retrieving revision 1.9
21 diff -u -r1.8 -r1.9
22 --- ChangeLog 21 May 2008 12:46:16 -0000 1.8
23 +++ ChangeLog 31 May 2008 14:12:49 -0000 1.9
24 @@ -1,6 +1,12 @@
25 # ChangeLog for app-pda/multisync-gui
26 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-pda/multisync-gui/ChangeLog,v 1.8 2008/05/21 12:46:16 drac Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-pda/multisync-gui/ChangeLog,v 1.9 2008/05/31 14:12:49 loki_val Exp $
29 +
30 +*multisync-gui-0.92.0_pre20080531 (31 May 2008)
31 +
32 + 31 May 2008; Peter Alfredsen <loki_val@g.o>
33 + +multisync-gui-0.92.0_pre20080531.ebuild:
34 + Adding multisync-gui-0.92.0_pre20080531 package.masked as per bug 224319
35
36 21 May 2008; Samuli Suominen <drac@g.o>
37 multisync-gui-0.91.0.ebuild:
38
39
40
41 1.1 app-pda/multisync-gui/multisync-gui-0.92.0_pre20080531.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/multisync-gui/multisync-gui-0.92.0_pre20080531.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/multisync-gui/multisync-gui-0.92.0_pre20080531.ebuild?rev=1.1&content-type=text/plain
45
46 Index: multisync-gui-0.92.0_pre20080531.ebuild
47 ===================================================================
48
49 # Copyright 1999-2008 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/app-pda/multisync-gui/multisync-gui-0.92.0_pre20080531.ebuild,v 1.1 2008/05/31 14:12:49 loki_val Exp $
52
53 inherit toolchain-funcs cmake-utils
54
55 DESCRIPTION="OpenSync multisync-gui"
56 HOMEPAGE="http://www.opensync.org/"
57 SRC_URI="mirror://gentoo/${P}.tar.bz2"
58
59 KEYWORDS="~amd64 ~ppc ~x86"
60 SLOT="0"
61 LICENSE="GPL-2"
62 IUSE=""
63
64 RDEPEND=">=app-pda/libopensync-0.36
65 >=dev-libs/libxml2-2.6.30
66 >=gnome-base/libglade-2.6.2
67 >=x11-libs/gtk+-2.6
68 dev-libs/atk"
69 DEPEND="${RDEPEND}
70 >=dev-util/pkgconfig-0.22"
71
72 pkg_postinst() {
73 elog "${CATEGORY}/${PF} contains support for syncing with"
74 elog "the Evolution mail client. To take advantage of this, do:"
75 elog "# emerge mail-client/evolution"
76 }
77
78
79
80 --
81 gentoo-commits@l.g.o mailing list