Gentoo Archives: gentoo-commits

From: "Sergey Popov (pinkbyte)" <pinkbyte@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-news/canto-daemon: ChangeLog canto-daemon-0.9.1.ebuild canto-daemon-0.8.2.ebuild
Date: Fri, 01 May 2015 06:51:12
Message-Id: 20150501065106.532939A7@oystercatcher.gentoo.org
1 pinkbyte 15/05/01 06:51:05
2
3 Modified: ChangeLog
4 Added: canto-daemon-0.9.1.ebuild
5 Removed: canto-daemon-0.8.2.ebuild
6 Log:
7 Version bump, wrt bug #548184. Drop old vulnerable version, wrt bug #533654. Thanks to Jack Miller <jack AT codezen.org> for discovering this issue
8
9 (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0x60C0742D1F357D42)
10
11 Revision Changes Path
12 1.4 net-news/canto-daemon/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-news/canto-daemon/ChangeLog?rev=1.4&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-news/canto-daemon/ChangeLog?rev=1.4&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-news/canto-daemon/ChangeLog?r1=1.3&r2=1.4
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/net-news/canto-daemon/ChangeLog,v
21 retrieving revision 1.3
22 retrieving revision 1.4
23 diff -u -r1.3 -r1.4
24 --- ChangeLog 8 Apr 2015 18:17:12 -0000 1.3
25 +++ ChangeLog 1 May 2015 06:51:05 -0000 1.4
26 @@ -1,6 +1,13 @@
27 # ChangeLog for net-news/canto-daemon
28 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/net-news/canto-daemon/ChangeLog,v 1.3 2015/04/08 18:17:12 mgorny Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/net-news/canto-daemon/ChangeLog,v 1.4 2015/05/01 06:51:05 pinkbyte Exp $
31 +
32 +*canto-daemon-0.9.1 (01 May 2015)
33 +
34 + 01 May 2015; Sergey Popov <pinkbyte@g.o> -canto-daemon-0.8.2.ebuild,
35 + +canto-daemon-0.9.1.ebuild:
36 + Version bump, wrt bug #548184. Drop old vulnerable version, wrt bug #533654.
37 + Thanks to Jack Miller <jack AT codezen.org> for discovering this issue
38
39 08 Apr 2015; Michał Górny <mgorny@g.o> canto-daemon-0.8.2.ebuild:
40 Drop old Python implementations
41
42
43
44 1.1 net-news/canto-daemon/canto-daemon-0.9.1.ebuild
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-news/canto-daemon/canto-daemon-0.9.1.ebuild?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-news/canto-daemon/canto-daemon-0.9.1.ebuild?rev=1.1&content-type=text/plain
48
49 Index: canto-daemon-0.9.1.ebuild
50 ===================================================================
51 # Copyright 1999-2015 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 # $Header: /var/cvsroot/gentoo-x86/net-news/canto-daemon/canto-daemon-0.9.1.ebuild,v 1.1 2015/05/01 06:51:05 pinkbyte Exp $
54
55 EAPI="5"
56
57 PYTHON_COMPAT=( python{3_3,3_4} )
58 PYTHON_REQ_USE="xml(+),threads(+)"
59 inherit distutils-r1 multilib
60
61 DESCRIPTION="Daemon part of Canto-NG RSS reader"
62 HOMEPAGE="http://codezen.org/canto-ng/"
63 SRC_URI="http://codezen.org/static/${P}.tar.gz"
64
65 LICENSE="GPL-2"
66 SLOT="0"
67 KEYWORDS="~amd64 ~x86"
68
69 RDEPEND="dev-python/feedparser[${PYTHON_USEDEP}]"
70
71 S="${WORKDIR}/canto-next-${PV}"
72
73 python_prepare_all() {
74 # Respect libdir during plugins installation
75 sed -i -e "s:lib/canto:$(get_libdir)/canto:" setup.py || die
76
77 distutils-r1_python_prepare_all
78 }