Gentoo Archives: gentoo-commits

From: "Christian Faulhammer (fauli)" <fauli@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 08:10:23
Message-Id: E1M1FjH-00009O-KL@stork.gentoo.org
1 fauli 09/05/05 08:10:19
2
3 Modified: thumbs-2.0.ebuild ChangeLog
4 Log:
5 set explicit RDEPEND
6 (Portage version: 2.1.6.11/cvs/Linux i686)
7
8 Revision Changes Path
9 1.6 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.6&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/thumbs/thumbs-2.0.ebuild?rev=1.6&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/thumbs/thumbs-2.0.ebuild?r1=1.5&r2=1.6
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.5
19 retrieving revision 1.6
20 diff -u -r1.5 -r1.6
21 --- thumbs-2.0.ebuild 14 Jun 2008 23:30:42 -0000 1.5
22 +++ thumbs-2.0.ebuild 5 May 2009 08:10:19 -0000 1.6
23 @@ -1,6 +1,6 @@
24 -# Copyright 1999-2008 Gentoo Foundation
25 +# Copyright 1999-2009 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/thumbs/thumbs-2.0.ebuild,v 1.5 2008/06/14 23:30:42 ulm Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/thumbs/thumbs-2.0.ebuild,v 1.6 2009/05/05 08:10:19 fauli Exp $
29
30 inherit elisp eutils
31
32 @@ -14,5 +14,6 @@
33 IUSE=""
34
35 DEPEND="media-gfx/imagemagick"
36 +RDEPEND="${DEPEND}"
37
38 SITEFILE=51${PN}-gentoo.el
39
40
41
42 1.20 app-emacs/thumbs/ChangeLog
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/thumbs/ChangeLog?rev=1.20&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/thumbs/ChangeLog?rev=1.20&content-type=text/plain
46 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/thumbs/ChangeLog?r1=1.19&r2=1.20
47
48 Index: ChangeLog
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/app-emacs/thumbs/ChangeLog,v
51 retrieving revision 1.19
52 retrieving revision 1.20
53 diff -u -r1.19 -r1.20
54 --- ChangeLog 14 Jun 2008 23:30:42 -0000 1.19
55 +++ ChangeLog 5 May 2009 08:10:19 -0000 1.20
56 @@ -1,6 +1,9 @@
57 # ChangeLog for app-emacs/thumbs
58 -# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
59 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/thumbs/ChangeLog,v 1.19 2008/06/14 23:30:42 ulm Exp $
60 +# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
61 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/thumbs/ChangeLog,v 1.20 2009/05/05 08:10:19 fauli Exp $
62 +
63 + 05 May 2009; Christian Faulhammer <fauli@g.o> thumbs-2.0.ebuild:
64 + set explicit RDEPEND
65
66 14 Jun 2008; Ulrich Mueller <ulm@g.o> thumbs-2.0.ebuild:
67 Do not assign SIMPLE_ELISP since elisp.eclass now detects this case