Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-misc/ipager: ChangeLog ipager-1.1.0.ebuild
Date: Sat, 06 Feb 2010 20:14:44
Message-Id: E1Ndr38-0007x9-Ug@stork.gentoo.org
1 ssuominen 10/02/06 20:14:38
2
3 Modified: ChangeLog ipager-1.1.0.ebuild
4 Log:
5 Missing USE depend wrt #248571 by Kacper Kowalik.
6 (Portage version: 2.2_rc62/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.3 x11-misc/ipager/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/ipager/ChangeLog?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/ipager/ChangeLog?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/ipager/ChangeLog?r1=1.2&r2=1.3
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-misc/ipager/ChangeLog,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- ChangeLog 9 Sep 2008 03:48:26 -0000 1.2
22 +++ ChangeLog 6 Feb 2010 20:14:38 -0000 1.3
23 @@ -1,6 +1,9 @@
24 # ChangeLog for x11-misc/ipager
25 -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/ipager/ChangeLog,v 1.2 2008/09/09 03:48:26 robbat2 Exp $
27 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/ipager/ChangeLog,v 1.3 2010/02/06 20:14:38 ssuominen Exp $
29 +
30 + 06 Feb 2010; Samuli Suominen <ssuominen@g.o> ipager-1.1.0.ebuild:
31 + Missing USE depend wrt #248571 by Kacper Kowalik.
32
33 09 Sep 2008; Robin H. Johnson <robbat2@g.o>
34 +files/ipager-1.1.0-gcc43.patch, +files/ipager-1.1.0-scons_flags.patch,
35
36
37
38 1.4 x11-misc/ipager/ipager-1.1.0.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/ipager/ipager-1.1.0.ebuild?rev=1.4&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/ipager/ipager-1.1.0.ebuild?rev=1.4&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/ipager/ipager-1.1.0.ebuild?r1=1.3&r2=1.4
43
44 Index: ipager-1.1.0.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/x11-misc/ipager/ipager-1.1.0.ebuild,v
47 retrieving revision 1.3
48 retrieving revision 1.4
49 diff -u -r1.3 -r1.4
50 --- ipager-1.1.0.ebuild 9 Sep 2008 03:58:16 -0000 1.3
51 +++ ipager-1.1.0.ebuild 6 Feb 2010 20:14:38 -0000 1.4
52 @@ -1,7 +1,8 @@
53 -# Copyright 1999-2008 Gentoo Foundation
54 +# Copyright 1999-2010 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/ipager/ipager-1.1.0.ebuild,v 1.3 2008/09/09 03:58:16 robbat2 Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/ipager/ipager-1.1.0.ebuild,v 1.4 2010/02/06 20:14:38 ssuominen Exp $
58
59 +EAPI=2
60 inherit eutils
61
62 DESCRIPTION="A themable desktop pager for fluxbox and other window managers"
63 @@ -10,18 +11,16 @@
64
65 LICENSE="MIT"
66 SLOT="0"
67 -KEYWORDS="~x86 ~amd64"
68 +KEYWORDS="~amd64 ~x86"
69 IUSE="xinerama"
70
71 -RDEPEND="media-libs/imlib2
72 - x11-libs/libXmu
73 - xinerama? ( x11-libs/libXinerama )"
74 -DEPEND="dev-util/scons
75 - ${RDEPEND}"
76 -
77 -src_unpack() {
78 - unpack ${A}
79 - cd "${S}"
80 +RDEPEND="media-libs/imlib2[X]
81 + x11-libs/libXmu
82 + xinerama? ( x11-libs/libXinerama )"
83 +DEPEND="${RDEPEND}
84 + dev-util/scons"
85 +
86 +src_prepare() {
87 epatch "${FILESDIR}"/${P}-scons_imlib2.patch
88 epatch "${FILESDIR}"/${P}-gcc43.patch
89 epatch "${FILESDIR}"/${P}-scons_flags.patch