Gentoo Archives: gentoo-commits

From: "Christoph Mende (angelos)" <angelos@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-gfx/raw-thumbnailer: ChangeLog raw-thumbnailer-0.2.ebuild
Date: Sat, 23 Feb 2008 15:02:06
Message-Id: E1JSvt6-0006ZO-GY@stork.gentoo.org
1 angelos 08/02/23 15:02:04
2
3 Modified: ChangeLog
4 Added: raw-thumbnailer-0.2.ebuild
5 Log:
6 Version bump
7 (Portage version: 2.1.4.4)
8
9 Revision Changes Path
10 1.15 media-gfx/raw-thumbnailer/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/raw-thumbnailer/ChangeLog?rev=1.15&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/raw-thumbnailer/ChangeLog?rev=1.15&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/raw-thumbnailer/ChangeLog?r1=1.14&r2=1.15
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-gfx/raw-thumbnailer/ChangeLog,v
19 retrieving revision 1.14
20 retrieving revision 1.15
21 diff -u -r1.14 -r1.15
22 --- ChangeLog 23 Jan 2008 19:08:49 -0000 1.14
23 +++ ChangeLog 23 Feb 2008 15:02:03 -0000 1.15
24 @@ -1,6 +1,12 @@
25 # ChangeLog for media-gfx/raw-thumbnailer
26 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/raw-thumbnailer/ChangeLog,v 1.14 2008/01/23 19:08:49 drac Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/raw-thumbnailer/ChangeLog,v 1.15 2008/02/23 15:02:03 angelos Exp $
29 +
30 +*raw-thumbnailer-0.2 (23 Feb 2008)
31 +
32 + 23 Feb 2008; Christoph Mende <angelos@g.o>
33 + +raw-thumbnailer-0.2.ebuild:
34 + Version bump
35
36 23 Jan 2008; Samuli Suominen <drac@g.o> raw-thumbnailer-0.1.ebuild:
37 Block gnome-raw-thumbnailer because both are providing same executable, main
38
39
40
41 1.1 media-gfx/raw-thumbnailer/raw-thumbnailer-0.2.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/raw-thumbnailer/raw-thumbnailer-0.2.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/raw-thumbnailer/raw-thumbnailer-0.2.ebuild?rev=1.1&content-type=text/plain
45
46 Index: raw-thumbnailer-0.2.ebuild
47 ===================================================================
48 # Copyright 1999-2008 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/media-gfx/raw-thumbnailer/raw-thumbnailer-0.2.ebuild,v 1.1 2008/02/23 15:02:03 angelos Exp $
51
52 inherit eutils
53
54 DESCRIPTION="A lightweight and fast raw image thumbnailer"
55 HOMEPAGE="http://code.google.com/p/raw-thumbnailer"
56 SRC_URI="http://${PN}.googlecode.com/files/${P}.tar.gz"
57
58 LICENSE="GPL-2"
59 SLOT="0"
60 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
61 IUSE=""
62
63 RDEPEND="media-libs/libopenraw
64 >=x11-libs/gtk+-2"
65 DEPEND="${RDEPEND}
66 dev-util/pkgconfig
67 !media-gfx/gnome-raw-thumbnailer"
68
69 pkg_setup() {
70 local fail="Re-emerge media-libs/libopenraw with USE gtk."
71
72 if ! built_with_use media-libs/libopenraw gtk; then
73 eerror "${fail}"
74 die "${fail}"
75 fi
76 }
77
78 src_install() {
79 emake DESTDIR="${D}" install || die
80 dodoc AUTHORS ChangeLog
81 }
82
83
84
85 --
86 gentoo-commits@l.g.o mailing list