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: ChangeLog thumbs-2.0.ebuild
Date: Thu, 20 Sep 2007 22:15:14
Message-Id: E1IYUB2-0002oP-Cv@stork.gentoo.org
1 ulm 07/09/20 22:07:16
2
3 Modified: ChangeLog
4 Added: thumbs-2.0.ebuild
5 Log:
6 Version bump. Use autoloads.
7 (Portage version: 2.1.3.9)
8
9 Revision Changes Path
10 1.14 app-emacs/thumbs/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/thumbs/ChangeLog?rev=1.14&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/thumbs/ChangeLog?rev=1.14&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/thumbs/ChangeLog?r1=1.13&r2=1.14
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-emacs/thumbs/ChangeLog,v
19 retrieving revision 1.13
20 retrieving revision 1.14
21 diff -u -r1.13 -r1.14
22 --- ChangeLog 3 Jul 2007 19:45:38 -0000 1.13
23 +++ ChangeLog 20 Sep 2007 22:07:15 -0000 1.14
24 @@ -1,6 +1,12 @@
25 # ChangeLog for app-emacs/thumbs
26 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/thumbs/ChangeLog,v 1.13 2007/07/03 19:45:38 ulm Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/thumbs/ChangeLog,v 1.14 2007/09/20 22:07:15 ulm Exp $
29 +
30 +*thumbs-2.0 (20 Sep 2007)
31 +
32 + 20 Sep 2007; Ulrich Mueller <ulm@g.o> +files/51thumbs-gentoo.el,
33 + +thumbs-2.0.ebuild:
34 + Version bump. Use autoloads.
35
36 03 Jul 2007; Ulrich Mueller <ulm@g.o> thumbs-1.8.ebuild:
37 Remove redundant functions.
38
39
40
41 1.1 app-emacs/thumbs/thumbs-2.0.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/thumbs/thumbs-2.0.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/thumbs/thumbs-2.0.ebuild?rev=1.1&content-type=text/plain
45
46 Index: thumbs-2.0.ebuild
47 ===================================================================
48 # Copyright 1999-2007 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/app-emacs/thumbs/thumbs-2.0.ebuild,v 1.1 2007/09/20 22:07:15 ulm Exp $
51
52 inherit elisp
53
54 DESCRIPTION="Emacs thumbnail previewer for image files"
55 HOMEPAGE="http://www.emacswiki.org/cgi-bin/wiki.pl?ThumbsMode"
56 SRC_URI="mirror://gentoo/${P}.el.bz2"
57
58 LICENSE="GPL-2"
59 SLOT="0"
60 KEYWORDS="~ppc ~sparc ~x86"
61 IUSE=""
62
63 DEPEND="media-gfx/imagemagick"
64
65 SIMPLE_ELISP=t
66 SITEFILE=51${PN}-gentoo.el
67
68
69
70 --
71 gentoo-commits@g.o mailing list