Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in xfce-extra/thunar-thumbnailers: thunar-thumbnailers-4.7.0.ebuild ChangeLog
Date: Tue, 28 Sep 2010 07:29:12
Message-Id: 20100928072908.6847D20051@flycatcher.gentoo.org
1 ssuominen 10/09/28 07:29:08
2
3 Modified: ChangeLog
4 Added: thunar-thumbnailers-4.7.0.ebuild
5 Log:
6 Ensure sane upgrade path for users from thunar-thumbnailers into tumbler. This ebuild will be removed from tree after stabilization of 4.8ish with pkgmove.
7
8 (Portage version: 2.2_rc87/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.67 xfce-extra/thunar-thumbnailers/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/thunar-thumbnailers/ChangeLog?rev=1.67&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/thunar-thumbnailers/ChangeLog?rev=1.67&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/thunar-thumbnailers/ChangeLog?r1=1.66&r2=1.67
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/xfce-extra/thunar-thumbnailers/ChangeLog,v
20 retrieving revision 1.66
21 retrieving revision 1.67
22 diff -u -r1.66 -r1.67
23 --- ChangeLog 23 May 2010 11:02:36 -0000 1.66
24 +++ ChangeLog 28 Sep 2010 07:29:08 -0000 1.67
25 @@ -1,6 +1,14 @@
26 # ChangeLog for xfce-extra/thunar-thumbnailers
27 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-thumbnailers/ChangeLog,v 1.66 2010/05/23 11:02:36 angelos Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-thumbnailers/ChangeLog,v 1.67 2010/09/28 07:29:08 ssuominen Exp $
30 +
31 +*thunar-thumbnailers-4.7.0 (28 Sep 2010)
32 +
33 + 28 Sep 2010; Samuli Suominen <ssuominen@g.o>
34 + +thunar-thumbnailers-4.7.0.ebuild:
35 + Ensure sane upgrade path for users from thunar-thumbnailers into tumbler.
36 + This ebuild will be removed from tree after stabilization of 4.8ish with
37 + pkgmove.
38
39 23 May 2010; Christoph Mende <angelos@g.o>
40 thunar-thumbnailers-0.4.1.ebuild:
41
42
43
44 1.1 xfce-extra/thunar-thumbnailers/thunar-thumbnailers-4.7.0.ebuild
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/thunar-thumbnailers/thunar-thumbnailers-4.7.0.ebuild?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/thunar-thumbnailers/thunar-thumbnailers-4.7.0.ebuild?rev=1.1&content-type=text/plain
48
49 Index: thunar-thumbnailers-4.7.0.ebuild
50 ===================================================================
51 # Copyright 1999-2010 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 # $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-thumbnailers/thunar-thumbnailers-4.7.0.ebuild,v 1.1 2010/09/28 07:29:08 ssuominen Exp $
54
55 # Ensure sane upgrade path for users.
56
57 EAPI=2
58
59 DESCRIPTION="A D-Bus service for applications to request thumbnails"
60 HOMEPAGE="http://www.xfce.org/"
61 SRC_URI=""
62
63 LICENSE="GPL-2"
64 SLOT="0"
65 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
66 IUSE=""
67
68 RDEPEND="xfce-base/tumbler"
69
70 pkg_postinst() {
71 ewarn
72 ewarn "This is merely a convience package for moving into xfce-base/tumbler."
73 ewarn
74 }