pinkbyte    15/05/01 06:51:05

  Modified:             ChangeLog
  Added:                canto-daemon-0.9.1.ebuild
  Removed:              canto-daemon-0.8.2.ebuild
  Log:
  Version bump, wrt bug #548184. Drop old vulnerable version, wrt bug #533654. 
Thanks to Jack Miller <jack AT codezen.org> for discovering this issue
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0x60C0742D1F357D42)

Revision  Changes    Path
1.4                  net-news/canto-daemon/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-news/canto-daemon/ChangeLog?rev=1.4&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-news/canto-daemon/ChangeLog?rev=1.4&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-news/canto-daemon/ChangeLog?r1=1.3&r2=1.4

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-news/canto-daemon/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog   8 Apr 2015 18:17:12 -0000       1.3
+++ ChangeLog   1 May 2015 06:51:05 -0000       1.4
@@ -1,6 +1,13 @@
 # ChangeLog for net-news/canto-daemon
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-news/canto-daemon/ChangeLog,v 1.3 
2015/04/08 18:17:12 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-news/canto-daemon/ChangeLog,v 1.4 
2015/05/01 06:51:05 pinkbyte Exp $
+
+*canto-daemon-0.9.1 (01 May 2015)
+
+  01 May 2015; Sergey Popov <[email protected]> -canto-daemon-0.8.2.ebuild,
+  +canto-daemon-0.9.1.ebuild:
+  Version bump, wrt bug #548184. Drop old vulnerable version, wrt bug #533654.
+  Thanks to Jack Miller <jack AT codezen.org> for discovering this issue
 
   08 Apr 2015; Michał Górny <[email protected]> canto-daemon-0.8.2.ebuild:
   Drop old Python implementations



1.1                  net-news/canto-daemon/canto-daemon-0.9.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-news/canto-daemon/canto-daemon-0.9.1.ebuild?rev=1.1&view=markup
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

Index: canto-daemon-0.9.1.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $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 $

EAPI="5"

PYTHON_COMPAT=( python{3_3,3_4} )
PYTHON_REQ_USE="xml(+),threads(+)"
inherit distutils-r1 multilib

DESCRIPTION="Daemon part of Canto-NG RSS reader"
HOMEPAGE="http://codezen.org/canto-ng/";
SRC_URI="http://codezen.org/static/${P}.tar.gz";

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"

RDEPEND="dev-python/feedparser[${PYTHON_USEDEP}]"

S="${WORKDIR}/canto-next-${PV}"

python_prepare_all() {
        # Respect libdir during plugins installation
        sed -i -e "s:lib/canto:$(get_libdir)/canto:" setup.py || die

        distutils-r1_python_prepare_all
}




Reply via email to