Gentoo Archives: gentoo-commits

From: "Ian Delaney (idella4)" <idella4@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/twisted-news: twisted-news-13.2.0.ebuild ChangeLog
Date: Mon, 20 Jan 2014 23:41:21
Message-Id: 20140120233600.70E06200B1@flycatcher.gentoo.org
1 idella4 14/01/20 23:36:00
2
3 Modified: ChangeLog
4 Added: twisted-news-13.2.0.ebuild
5 Log:
6 bump
7
8 (Portage version: 2.2.8/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
9
10 Revision Changes Path
11 1.71 dev-python/twisted-news/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-news/ChangeLog?rev=1.71&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-news/ChangeLog?rev=1.71&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-news/ChangeLog?r1=1.70&r2=1.71
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-python/twisted-news/ChangeLog,v
20 retrieving revision 1.70
21 retrieving revision 1.71
22 diff -u -r1.70 -r1.71
23 --- ChangeLog 24 Nov 2013 18:37:31 -0000 1.70
24 +++ ChangeLog 20 Jan 2014 23:36:00 -0000 1.71
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-python/twisted-news
27 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-news/ChangeLog,v 1.70 2013/11/24 18:37:31 ago Exp $
29 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-news/ChangeLog,v 1.71 2014/01/20 23:36:00 idella4 Exp $
31 +
32 +*twisted-news-13.2.0 (20 Jan 2014)
33 +
34 + 20 Jan 2014; Ian Delaney <idella4@g.o> +twisted-news-13.2.0.ebuild:
35 + bump
36
37 24 Nov 2013; Agostino Sarubbo <ago@g.o> twisted-news-12.3.0.ebuild:
38 Stable for arm, wrt bug #468150
39
40
41
42 1.1 dev-python/twisted-news/twisted-news-13.2.0.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-news/twisted-news-13.2.0.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-news/twisted-news-13.2.0.ebuild?rev=1.1&content-type=text/plain
46
47 Index: twisted-news-13.2.0.ebuild
48 ===================================================================
49 # Copyright 1999-2014 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-news/twisted-news-13.2.0.ebuild,v 1.1 2014/01/20 23:36:00 idella4 Exp $
52
53 EAPI="5"
54 PYTHON_COMPAT=( python{2_6,2_7} )
55
56 inherit twisted-r1
57
58 DESCRIPTION="Twisted News is an NNTP server and programming library."
59
60 KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
61 IUSE=""
62
63 DEPEND="=dev-python/twisted-core-${TWISTED_RELEASE}*[${PYTHON_USEDEP}]
64 =dev-python/twisted-mail-${TWISTED_RELEASE}*[${PYTHON_USEDEP}]"
65 RDEPEND="${DEPEND}"