Gentoo Archives: gentoo-commits

From: "Patrick Lauer (patrick)" <patrick@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-im/pebrot: pebrot-0.8.9.ebuild ChangeLog
Date: Sat, 28 Feb 2009 23:52:12
Message-Id: E1LdYyZ-0000AN-HT@stork.gentoo.org
1 patrick 09/02/28 23:52:11
2
3 Modified: ChangeLog
4 Added: pebrot-0.8.9.ebuild
5 Log:
6 Bump to 0.8.9, fixes #256919
7 (Portage version: 2.2_rc23/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.9 net-im/pebrot/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/pebrot/ChangeLog?rev=1.9&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/pebrot/ChangeLog?rev=1.9&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/pebrot/ChangeLog?r1=1.8&r2=1.9
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-im/pebrot/ChangeLog,v
19 retrieving revision 1.8
20 retrieving revision 1.9
21 diff -u -r1.8 -r1.9
22 --- ChangeLog 27 Mar 2008 13:47:20 -0000 1.8
23 +++ ChangeLog 28 Feb 2009 23:52:11 -0000 1.9
24 @@ -1,6 +1,11 @@
25 # ChangeLog for net-im/pebrot
26 -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-im/pebrot/ChangeLog,v 1.8 2008/03/27 13:47:20 coldwind Exp $
28 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/net-im/pebrot/ChangeLog,v 1.9 2009/02/28 23:52:11 patrick Exp $
30 +
31 +*pebrot-0.8.9 (28 Feb 2009)
32 +
33 + 28 Feb 2009; Patrick Lauer <patrick@g.o> +pebrot-0.8.9.ebuild:
34 + Bump to 0.8.9, fixes #256919
35
36 27 Mar 2008; Santiago M. Mola <coldwind@g.o> -pebrot-0.8.6.ebuild,
37 -pebrot-0.8.7.ebuild:
38
39
40
41 1.1 net-im/pebrot/pebrot-0.8.9.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/pebrot/pebrot-0.8.9.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/pebrot/pebrot-0.8.9.ebuild?rev=1.1&content-type=text/plain
45
46 Index: pebrot-0.8.9.ebuild
47 ===================================================================
48 # Copyright 1999-2009 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/net-im/pebrot/pebrot-0.8.9.ebuild,v 1.1 2009/02/28 23:52:11 patrick Exp $
51
52 inherit distutils
53
54 DESCRIPTION="curses-based MSN client"
55 HOMEPAGE="http://pebrot.sourceforge.net"
56 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
57 IUSE=""
58
59 LICENSE="GPL-2"
60 SLOT="0"
61 KEYWORDS="~x86 ~ppc ~amd64"
62
63 DEPEND=">=dev-lang/python-2.2"
64
65 DOCS="AUTHORS README PKG-INFO INSTALL ChangeLog COPYING"