Gentoo Archives: gentoo-commits

From: "Ulrich Mueller (ulm)" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-emacs/thumbs: thumbs-2.0.ebuild ChangeLog
Date: Tue, 05 May 2009 17:33:19
Message-Id: E1M1OW4-00039w-JR@stork.gentoo.org
1 ulm 09/05/05 17:33:16
2
3 Modified: thumbs-2.0.ebuild ChangeLog
4 Log:
5 Fix dependencies: media-gfx/imagemagick is not needed at build time. Don't inherit eutils.
6 (Portage version: 2.2_rc31/cvs/Linux i686)
7
8 Revision Changes Path
9 1.7 app-emacs/thumbs/thumbs-2.0.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/thumbs/thumbs-2.0.ebuild?rev=1.7&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/thumbs/thumbs-2.0.ebuild?rev=1.7&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/thumbs/thumbs-2.0.ebuild?r1=1.6&r2=1.7
14
15 Index: thumbs-2.0.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-emacs/thumbs/thumbs-2.0.ebuild,v
18 retrieving revision 1.6
19 retrieving revision 1.7
20 diff -u -r1.6 -r1.7
21 --- thumbs-2.0.ebuild 5 May 2009 08:10:19 -0000 1.6
22 +++ thumbs-2.0.ebuild 5 May 2009 17:33:16 -0000 1.7
23 @@ -1,8 +1,8 @@
24 # Copyright 1999-2009 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/thumbs/thumbs-2.0.ebuild,v 1.6 2009/05/05 08:10:19 fauli Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/thumbs/thumbs-2.0.ebuild,v 1.7 2009/05/05 17:33:16 ulm Exp $
28
29 -inherit elisp eutils
30 +inherit elisp
31
32 DESCRIPTION="Emacs thumbnail previewer for image files"
33 HOMEPAGE="http://www.emacswiki.org/cgi-bin/wiki.pl?ThumbsMode"
34 @@ -13,7 +13,6 @@
35 KEYWORDS="amd64 ~ppc sparc x86"
36 IUSE=""
37
38 -DEPEND="media-gfx/imagemagick"
39 -RDEPEND="${DEPEND}"
40 +RDEPEND="media-gfx/imagemagick"
41
42 -SITEFILE=51${PN}-gentoo.el
43 +SITEFILE="51${PN}-gentoo.el"
44
45
46
47 1.21 app-emacs/thumbs/ChangeLog
48
49 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/thumbs/ChangeLog?rev=1.21&view=markup
50 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/thumbs/ChangeLog?rev=1.21&content-type=text/plain
51 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/thumbs/ChangeLog?r1=1.20&r2=1.21
52
53 Index: ChangeLog
54 ===================================================================
55 RCS file: /var/cvsroot/gentoo-x86/app-emacs/thumbs/ChangeLog,v
56 retrieving revision 1.20
57 retrieving revision 1.21
58 diff -u -r1.20 -r1.21
59 --- ChangeLog 5 May 2009 08:10:19 -0000 1.20
60 +++ ChangeLog 5 May 2009 17:33:16 -0000 1.21
61 @@ -1,6 +1,10 @@
62 # ChangeLog for app-emacs/thumbs
63 -# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
64 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/thumbs/ChangeLog,v 1.20 2009/05/05 08:10:19 fauli Exp $
65 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
66 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/thumbs/ChangeLog,v 1.21 2009/05/05 17:33:16 ulm Exp $
67 +
68 + 05 May 2009; Ulrich Mueller <ulm@g.o> thumbs-2.0.ebuild:
69 + Fix dependencies: media-gfx/imagemagick is not needed at build time.
70 + Don't inherit eutils.
71
72 05 May 2009; Christian Faulhammer <fauli@g.o> thumbs-2.0.ebuild:
73 set explicit RDEPEND