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/pyxdg: pyxdg-0.25-r1.ebuild ChangeLog pyxdg-0.23.ebuild pyxdg-0.24.ebuild
Date: Wed, 26 Mar 2014 07:45:55
Message-Id: 20140326074551.C9F392004E@flycatcher.gentoo.org
1 idella4 14/03/26 07:45:51
2
3 Modified: ChangeLog
4 Added: pyxdg-0.25-r1.ebuild
5 Removed: pyxdg-0.23.ebuild pyxdg-0.24.ebuild
6 Log:
7 add sec patch wrt Bug #498934, rm old
8
9 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
10
11 Revision Changes Path
12 1.119 dev-python/pyxdg/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyxdg/ChangeLog?rev=1.119&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyxdg/ChangeLog?rev=1.119&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyxdg/ChangeLog?r1=1.118&r2=1.119
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/dev-python/pyxdg/ChangeLog,v
21 retrieving revision 1.118
22 retrieving revision 1.119
23 diff -u -r1.118 -r1.119
24 --- ChangeLog 12 Oct 2013 18:47:08 -0000 1.118
25 +++ ChangeLog 26 Mar 2014 07:45:51 -0000 1.119
26 @@ -1,6 +1,13 @@
27 # ChangeLog for dev-python/pyxdg
28 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyxdg/ChangeLog,v 1.118 2013/10/12 18:47:08 hwoarang Exp $
30 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
31 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyxdg/ChangeLog,v 1.119 2014/03/26 07:45:51 idella4 Exp $
32 +
33 +*pyxdg-0.25-r1 (26 Mar 2014)
34 +
35 + 26 Mar 2014; Ian Delaney <idella4@g.o>
36 + +files/sec-patch-CVE-2014-1624.patch, +pyxdg-0.25-r1.ebuild,
37 + -pyxdg-0.23.ebuild, -pyxdg-0.24.ebuild:
38 + add sec patch wrt Bug #498934, rm old
39
40 12 Oct 2013; Markos Chandras <hwoarang@g.o> pyxdg-0.25.ebuild:
41 Add ~mips
42
43
44
45 1.1 dev-python/pyxdg/pyxdg-0.25-r1.ebuild
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyxdg/pyxdg-0.25-r1.ebuild?rev=1.1&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyxdg/pyxdg-0.25-r1.ebuild?rev=1.1&content-type=text/plain
49
50 Index: pyxdg-0.25-r1.ebuild
51 ===================================================================
52 # Copyright 1999-2014 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 # $Header: /var/cvsroot/gentoo-x86/dev-python/pyxdg/pyxdg-0.25-r1.ebuild,v 1.1 2014/03/26 07:45:51 idella4 Exp $
55
56 EAPI=5
57
58 # py3.3 removed due to nosetests
59 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy2_0 )
60 inherit distutils-r1
61
62 DESCRIPTION="A Python module to deal with freedesktop.org specifications"
63 HOMEPAGE="http://freedesktop.org/wiki/Software/pyxdg http://cgit.freedesktop.org/xdg/pyxdg/"
64 SRC_URI="http://people.freedesktop.org/~takluyver/${P}.tar.gz"
65
66 LICENSE="LGPL-2"
67 SLOT="0"
68 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
69 IUSE="test"
70
71 DEPEND="test? ( dev-python/nose[${PYTHON_USEDEP}]
72 x11-themes/hicolor-icon-theme )"
73
74 DOCS=( AUTHORS ChangeLog README TODO )
75 PATCHES=( "${FILESDIR}"/sec-patch-CVE-2014-1624.patch )
76 python_test() {
77 nosetests || die
78 }