Gentoo Archives: gentoo-commits

From: "Raul Porcel (armin76)" <armin76@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-libs/libgmail: ChangeLog libgmail-0.1.11.ebuild libgmail-0.1.9.ebuild
Date: Mon, 29 Dec 2008 15:28:09
Message-Id: E1LHK2D-0001AU-3F@stork.gentoo.org
1 armin76 08/12/29 15:28:01
2
3 Modified: ChangeLog
4 Added: libgmail-0.1.11.ebuild
5 Removed: libgmail-0.1.9.ebuild
6 Log:
7 Version bump wrt #246031
8 (Portage version: 2.1.6.4/cvs/Linux 2.6.27-gentoo-r7 i686)
9
10 Revision Changes Path
11 1.19 net-libs/libgmail/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libgmail/ChangeLog?rev=1.19&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libgmail/ChangeLog?rev=1.19&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libgmail/ChangeLog?r1=1.18&r2=1.19
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/net-libs/libgmail/ChangeLog,v
20 retrieving revision 1.18
21 retrieving revision 1.19
22 diff -u -r1.18 -r1.19
23 --- ChangeLog 2 May 2008 16:16:37 -0000 1.18
24 +++ ChangeLog 29 Dec 2008 15:28:01 -0000 1.19
25 @@ -1,6 +1,12 @@
26 # ChangeLog for net-libs/libgmail
27 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libgmail/ChangeLog,v 1.18 2008/05/02 16:16:37 armin76 Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/net-libs/libgmail/ChangeLog,v 1.19 2008/12/29 15:28:01 armin76 Exp $
30 +
31 +*libgmail-0.1.11 (29 Dec 2008)
32 +
33 + 29 Dec 2008; Raúl Porcel <armin76@g.o> -libgmail-0.1.9.ebuild,
34 + +libgmail-0.1.11.ebuild:
35 + Version bump wrt #246031
36
37 *libgmail-0.1.9 (02 May 2008)
38
39
40
41
42 1.1 net-libs/libgmail/libgmail-0.1.11.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libgmail/libgmail-0.1.11.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libgmail/libgmail-0.1.11.ebuild?rev=1.1&content-type=text/plain
46
47 Index: libgmail-0.1.11.ebuild
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/net-libs/libgmail/libgmail-0.1.11.ebuild,v 1.1 2008/12/29 15:28:01 armin76 Exp $
52
53 inherit distutils
54
55 DESCRIPTION="Python bindings to access Google's gmail service"
56 HOMEPAGE="http://libgmail.sourceforge.net/"
57 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
58
59 LICENSE="GPL-2"
60 SLOT="0"
61 KEYWORDS="~amd64 ~ppc ~x86"
62
63 IUSE=""
64 DEPEND="dev-python/clientcookie
65 dev-python/mechanize"