Gentoo Archives: gentoo-commits

From: "Ben de Groot (yngwin)" <yngwin@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-misc/pypanel: pypanel-2.4.ebuild ChangeLog
Date: Sun, 27 Dec 2009 13:37:31
Message-Id: E1NOtJI-0000IA-Ug@stork.gentoo.org
1 yngwin 09/12/27 13:37:28
2
3 Modified: pypanel-2.4.ebuild ChangeLog
4 Log:
5 Add usedep on imlib2[X] (bug 297796). Some minor cleanups.
6 (Portage version: 2.2_rc61/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.10 x11-misc/pypanel/pypanel-2.4.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/pypanel/pypanel-2.4.ebuild?rev=1.10&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/pypanel/pypanel-2.4.ebuild?rev=1.10&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/pypanel/pypanel-2.4.ebuild?r1=1.9&r2=1.10
14
15 Index: pypanel-2.4.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-misc/pypanel/pypanel-2.4.ebuild,v
18 retrieving revision 1.9
19 retrieving revision 1.10
20 diff -u -r1.9 -r1.10
21 --- pypanel-2.4.ebuild 5 May 2009 18:16:04 -0000 1.9
22 +++ pypanel-2.4.ebuild 27 Dec 2009 13:37:28 -0000 1.10
23 @@ -1,14 +1,15 @@
24 # Copyright 1999-2009 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/pypanel/pypanel-2.4.ebuild,v 1.9 2009/05/05 18:16:04 ssuominen Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/pypanel/pypanel-2.4.ebuild,v 1.10 2009/12/27 13:37:28 yngwin Exp $
28
29 +EAPI="2"
30 inherit distutils eutils
31
32 MY_PN=${PN/pyp/PyP}
33 MY_P=${MY_PN}-${PV}
34
35 -DESCRIPTION="PyPanel is a lightweight panel/taskbar for X11 window managers."
36 -HOMEPAGE="http://pypanel.sourceforge.net"
37 +DESCRIPTION="A lightweight panel/taskbar for X11 window managers"
38 +HOMEPAGE="http://pypanel.sourceforge.net/"
39 SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
40
41 LICENSE="GPL-2"
42 @@ -17,10 +18,10 @@
43 IUSE=""
44
45 RDEPEND="x11-libs/libXft
46 - >=dev-lang/python-2.2.3-r1
47 - >=dev-python/python-xlib-0.12
48 - >=sys-apps/sed-4
49 - >=media-libs/imlib2-1.1"
50 + dev-lang/python
51 + dev-python/python-xlib
52 + sys-apps/sed
53 + media-libs/imlib2[X]"
54 DEPEND="${RDEPEND}"
55
56 S=${WORKDIR}/${MY_P}
57
58
59
60 1.38 x11-misc/pypanel/ChangeLog
61
62 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/pypanel/ChangeLog?rev=1.38&view=markup
63 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/pypanel/ChangeLog?rev=1.38&content-type=text/plain
64 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/pypanel/ChangeLog?r1=1.37&r2=1.38
65
66 Index: ChangeLog
67 ===================================================================
68 RCS file: /var/cvsroot/gentoo-x86/x11-misc/pypanel/ChangeLog,v
69 retrieving revision 1.37
70 retrieving revision 1.38
71 diff -u -r1.37 -r1.38
72 --- ChangeLog 20 Jan 2008 19:20:18 -0000 1.37
73 +++ ChangeLog 27 Dec 2009 13:37:28 -0000 1.38
74 @@ -1,6 +1,9 @@
75 # ChangeLog for x11-misc/pypanel
76 -# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
77 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/pypanel/ChangeLog,v 1.37 2008/01/20 19:20:18 angelos Exp $
78 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
79 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/pypanel/ChangeLog,v 1.38 2009/12/27 13:37:28 yngwin Exp $
80 +
81 + 27 Dec 2009; Ben de Groot <yngwin@g.o> pypanel-2.4.ebuild:
82 + Add usedep on imlib2[X] (bug 297796). Some minor cleanups.
83
84 20 Jan 2008; Christoph Mende <angelos@g.o> pypanel-2.4.ebuild:
85 Stable on amd64 wrt bug #206723