Gentoo Archives: gentoo-commits

From: "Jesus Rivero (neurogeek)" <neurogeek@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/pyxdg: ChangeLog pyxdg-0.17-r1.ebuild pyxdg-0.17.ebuild
Date: Sun, 01 Mar 2009 09:30:20
Message-Id: E1Ldi02-00084i-2t@stork.gentoo.org
1 neurogeek 09/03/01 09:30:18
2
3 Modified: ChangeLog
4 Added: pyxdg-0.17-r1.ebuild
5 Removed: pyxdg-0.17.ebuild
6 Log:
7 Revision bump. Fixes bug #246997. Removed old version
8 (Portage version: 2.2_rc20/cvs/Linux 2.6.27-gentoo-r7 i686)
9
10 Revision Changes Path
11 1.46 dev-python/pyxdg/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyxdg/ChangeLog?rev=1.46&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyxdg/ChangeLog?rev=1.46&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyxdg/ChangeLog?r1=1.45&r2=1.46
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-python/pyxdg/ChangeLog,v
20 retrieving revision 1.45
21 retrieving revision 1.46
22 diff -u -r1.45 -r1.46
23 --- ChangeLog 6 Dec 2008 23:41:51 -0000 1.45
24 +++ ChangeLog 1 Mar 2009 09:30:17 -0000 1.46
25 @@ -1,6 +1,12 @@
26 # ChangeLog for dev-python/pyxdg
27 -# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyxdg/ChangeLog,v 1.45 2008/12/06 23:41:51 patrick Exp $
29 +# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyxdg/ChangeLog,v 1.46 2009/03/01 09:30:17 neurogeek Exp $
31 +
32 +*pyxdg-0.17-r1 (01 Mar 2009)
33 +
34 + 01 Mar 2009; Jesus Rivero <neurogeek@g.o>
35 + +files/pyxdg-subprocess.patch, -pyxdg-0.17.ebuild, +pyxdg-0.17-r1.ebuild:
36 + Revision bump. Fixes bug #246997. Removed old version
37
38 *pyxdg-0.17 (06 Dec 2008)
39
40
41
42
43 1.1 dev-python/pyxdg/pyxdg-0.17-r1.ebuild
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyxdg/pyxdg-0.17-r1.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyxdg/pyxdg-0.17-r1.ebuild?rev=1.1&content-type=text/plain
47
48 Index: pyxdg-0.17-r1.ebuild
49 ===================================================================
50 # Copyright 1999-2009 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/dev-python/pyxdg/pyxdg-0.17-r1.ebuild,v 1.1 2009/03/01 09:30:17 neurogeek Exp $
53
54 NEED_PYTHON=2.4
55
56 inherit distutils
57
58 DESCRIPTION="a python module to deal with freedesktop.org specifications."
59 SRC_URI="http://www.freedesktop.org/~lanius/${P}.tar.gz"
60 HOMEPAGE="http://pyxdg.freedesktop.org/"
61 LICENSE="LGPL-2"
62 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
63 SLOT="0"
64 IUSE=""
65
66 src_unpack() {
67 distutils_src_unpack
68 epatch "${FILESDIR}/${PN}-subprocess.patch"
69 }
70
71 src_install () {
72 DOCS="AUTHORS"
73 distutils_src_install
74
75 insinto /usr/share/doc/${P}/test
76 insopts -m 755
77 doins test/*
78 }