Gentoo Archives: gentoo-commits

From: "Christian Ruppert (idl0r)" <idl0r@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-misc/hsetroot: hsetroot-1.0.2.ebuild ChangeLog
Date: Thu, 02 Jul 2009 20:49:34
Message-Id: E1MMTDo-00019W-Er@stork.gentoo.org
1 idl0r 09/07/02 20:49:32
2
3 Modified: hsetroot-1.0.2.ebuild ChangeLog
4 Log:
5 Fixed dependencies, bug 248569.
6 (Portage version: 2.2_rc33/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.12 x11-misc/hsetroot/hsetroot-1.0.2.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/hsetroot/hsetroot-1.0.2.ebuild?rev=1.12&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/hsetroot/hsetroot-1.0.2.ebuild?rev=1.12&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/hsetroot/hsetroot-1.0.2.ebuild?r1=1.11&r2=1.12
14
15 Index: hsetroot-1.0.2.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-misc/hsetroot/hsetroot-1.0.2.ebuild,v
18 retrieving revision 1.11
19 retrieving revision 1.12
20 diff -u -r1.11 -r1.12
21 --- hsetroot-1.0.2.ebuild 17 May 2009 17:50:54 -0000 1.11
22 +++ hsetroot-1.0.2.ebuild 2 Jul 2009 20:49:32 -0000 1.12
23 @@ -1,6 +1,10 @@
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/hsetroot/hsetroot-1.0.2.ebuild,v 1.11 2009/05/17 17:50:54 nixnut Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/hsetroot/hsetroot-1.0.2.ebuild,v 1.12 2009/07/02 20:49:32 idl0r Exp $
28 +
29 +EAPI="2"
30 +
31 +inherit autotools
32
33 DESCRIPTION="Tool which allows you to compose wallpapers ('root pixmaps') for X"
34 HOMEPAGE="http://thegraveyard.org/hsetroot.php"
35 @@ -12,14 +16,16 @@
36 IUSE=""
37
38 RDEPEND="x11-libs/libX11
39 - x11-libs/libXext
40 - >=media-libs/imlib2-1.0.6.2003"
41 + >=media-libs/imlib2-1.0.6.2003[X]"
42 DEPEND="${RDEPEND}
43 - x11-proto/xproto
44 - x11-libs/libX11
45 - x11-libs/libXt"
46 + x11-proto/xproto"
47 +
48 +src_prepare() {
49 + # The pre-generated configure script contains unneeded deps
50 + eautoreconf
51 +}
52
53 src_install() {
54 emake install DESTDIR="${D}" || die
55 - dodoc AUTHORS ChangeLog NEWS README
56 + dodoc AUTHORS ChangeLog NEWS README || die
57 }
58
59
60
61 1.10 x11-misc/hsetroot/ChangeLog
62
63 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/hsetroot/ChangeLog?rev=1.10&view=markup
64 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/hsetroot/ChangeLog?rev=1.10&content-type=text/plain
65 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/hsetroot/ChangeLog?r1=1.9&r2=1.10
66
67 Index: ChangeLog
68 ===================================================================
69 RCS file: /var/cvsroot/gentoo-x86/x11-misc/hsetroot/ChangeLog,v
70 retrieving revision 1.9
71 retrieving revision 1.10
72 diff -u -r1.9 -r1.10
73 --- ChangeLog 17 May 2009 17:50:54 -0000 1.9
74 +++ ChangeLog 2 Jul 2009 20:49:32 -0000 1.10
75 @@ -1,6 +1,9 @@
76 # ChangeLog for x11-misc/hsetroot
77 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
78 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/hsetroot/ChangeLog,v 1.9 2009/05/17 17:50:54 nixnut Exp $
79 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/hsetroot/ChangeLog,v 1.10 2009/07/02 20:49:32 idl0r Exp $
80 +
81 + 02 Jul 2009; Christian Ruppert <idl0r@g.o> hsetroot-1.0.2.ebuild:
82 + Fixed dependencies, bug 248569.
83
84 17 May 2009; nixnut <nixnut@g.o> hsetroot-1.0.2.ebuild:
85 ppc stable #266096