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: Sat, 22 May 2010 15:30:50
Message-Id: 20100522153045.CC9182CB5D@corvid.gentoo.org
1 ulm 10/05/22 15:30:45
2
3 Modified: thumbs-2.0.ebuild ChangeLog
4 Log:
5 Fix HOMEPAGE. Remove stale site-init file.
6 (Portage version: 2.1.8.3/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.8 app-emacs/thumbs/thumbs-2.0.ebuild
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/thumbs/thumbs-2.0.ebuild?rev=1.8&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/thumbs/thumbs-2.0.ebuild?rev=1.8&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/thumbs/thumbs-2.0.ebuild?r1=1.7&r2=1.8
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.7
19 retrieving revision 1.8
20 diff -u -r1.7 -r1.8
21 --- thumbs-2.0.ebuild 5 May 2009 17:33:16 -0000 1.7
22 +++ thumbs-2.0.ebuild 22 May 2010 15:30:45 -0000 1.8
23 @@ -1,11 +1,11 @@
24 -# Copyright 1999-2009 Gentoo Foundation
25 +# Copyright 1999-2010 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.7 2009/05/05 17:33:16 ulm Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/thumbs/thumbs-2.0.ebuild,v 1.8 2010/05/22 15:30:45 ulm Exp $
29
30 inherit elisp
31
32 DESCRIPTION="Emacs thumbnail previewer for image files"
33 -HOMEPAGE="http://www.emacswiki.org/cgi-bin/wiki.pl?ThumbsMode"
34 +HOMEPAGE="http://www.emacswiki.org/emacs/ThumbsMode"
35 SRC_URI="mirror://gentoo/${P}.el.bz2"
36
37 LICENSE="GPL-2"
38 @@ -15,4 +15,4 @@
39
40 RDEPEND="media-gfx/imagemagick"
41
42 -SITEFILE="51${PN}-gentoo.el"
43 +SITEFILE="50${PN}-gentoo.el"
44
45
46
47 1.22 app-emacs/thumbs/ChangeLog
48
49 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/thumbs/ChangeLog?rev=1.22&view=markup
50 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/thumbs/ChangeLog?rev=1.22&content-type=text/plain
51 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/thumbs/ChangeLog?r1=1.21&r2=1.22
52
53 Index: ChangeLog
54 ===================================================================
55 RCS file: /var/cvsroot/gentoo-x86/app-emacs/thumbs/ChangeLog,v
56 retrieving revision 1.21
57 retrieving revision 1.22
58 diff -u -r1.21 -r1.22
59 --- ChangeLog 5 May 2009 17:33:16 -0000 1.21
60 +++ ChangeLog 22 May 2010 15:30:45 -0000 1.22
61 @@ -1,6 +1,10 @@
62 # ChangeLog for app-emacs/thumbs
63 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
64 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/thumbs/ChangeLog,v 1.21 2009/05/05 17:33:16 ulm Exp $
65 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
66 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/thumbs/ChangeLog,v 1.22 2010/05/22 15:30:45 ulm Exp $
67 +
68 + 22 May 2010; Ulrich Mueller <ulm@g.o> files/50thumbs-gentoo.el,
69 + thumbs-2.0.ebuild, -files/51thumbs-gentoo.el:
70 + Fix HOMEPAGE. Remove stale site-init file.
71
72 05 May 2009; Ulrich Mueller <ulm@g.o> thumbs-2.0.ebuild:
73 Fix dependencies: media-gfx/imagemagick is not needed at build time.