Gentoo Archives: gentoo-commits

From: "Federico Ferri (mescalinum)" <mescalinum@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-pda/synce-librra: ChangeLog synce-librra-0.13.ebuild
Date: Wed, 21 Jan 2009 00:32:35
Message-Id: E1LPR1B-0000v0-Ej@stork.gentoo.org
1 mescalinum 09/01/21 00:32:29
2
3 Modified: ChangeLog
4 Added: synce-librra-0.13.ebuild
5 Log:
6 version bump, bug #254886
7 (Portage version: 2.2_rc23/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 app-pda/synce-librra/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/synce-librra/ChangeLog?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/synce-librra/ChangeLog?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/synce-librra/ChangeLog?r1=1.1&r2=1.2
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-pda/synce-librra/ChangeLog,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- ChangeLog 13 Nov 2008 00:11:49 -0000 1.1
23 +++ ChangeLog 21 Jan 2009 00:32:29 -0000 1.2
24 @@ -1,6 +1,12 @@
25 # ChangeLog for app-pda/synce-librra
26 -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-librra/ChangeLog,v 1.1 2008/11/13 00:11:49 mescalinum Exp $
28 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-librra/ChangeLog,v 1.2 2009/01/21 00:32:29 mescalinum Exp $
30 +
31 +*synce-librra-0.13 (21 Jan 2009)
32 +
33 + 21 Jan 2009; Federico Ferri <mescalinum@g.o>
34 + +synce-librra-0.13.ebuild:
35 + version bump, bug #254886
36
37 *synce-librra-0.12 (13 Nov 2008)
38 *synce-librra-0.11.1 (13 Nov 2008)
39
40
41
42 1.1 app-pda/synce-librra/synce-librra-0.13.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/synce-librra/synce-librra-0.13.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/synce-librra/synce-librra-0.13.ebuild?rev=1.1&content-type=text/plain
46
47 Index: synce-librra-0.13.ebuild
48 ===================================================================
49 # Copyright 1999-2009 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/app-pda/synce-librra/synce-librra-0.13.ebuild,v 1.1 2009/01/21 00:32:29 mescalinum Exp $
52
53 DESCRIPTION="SynCE - RRA protocol library"
54 HOMEPAGE="http://sourceforge.net/projects/synce/"
55 LICENSE="MIT"
56
57 SLOT="0"
58 KEYWORDS="~x86 ~amd64"
59 IUSE=""
60 DEPEND="dev-lang/python
61 dev-python/pyrex
62 dev-libs/libmimedir
63 !app-pda/synce-rra
64 ~app-pda/synce-libsynce-${PV}
65 ~app-pda/synce-librapi2-${PV}"
66 RDEPEND="${RDEPEND}"
67
68 MY_P="librra-${PV}"
69 SRC_URI="mirror://sourceforge/synce/${MY_P}.tar.gz"
70 S="${WORKDIR}/${MY_P}"
71
72 src_install() {
73 make DESTDIR="${D}" install || die
74 dodoc ChangeLog README TODO
75 }