Gentoo Archives: gentoo-commits

From: "Matti Bickel (mabi)" <mabi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-misc/shutterbug: ChangeLog shutterbug-1.6.29.ebuild shutterbug-1.6.19.ebuild
Date: Mon, 01 Oct 2007 01:42:17
Message-Id: E1IcA9z-0007qr-4B@stork.gentoo.org
1 mabi 07/10/01 01:33:23
2
3 Modified: ChangeLog
4 Added: shutterbug-1.6.29.ebuild
5 Removed: shutterbug-1.6.19.ebuild
6 Log:
7 version bump. cleanup
8 (Portage version: 2.1.3.11)
9
10 Revision Changes Path
11 1.10 x11-misc/shutterbug/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/shutterbug/ChangeLog?rev=1.10&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/shutterbug/ChangeLog?rev=1.10&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/shutterbug/ChangeLog?r1=1.9&r2=1.10
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/x11-misc/shutterbug/ChangeLog,v
20 retrieving revision 1.9
21 retrieving revision 1.10
22 diff -u -r1.9 -r1.10
23 --- ChangeLog 6 Jun 2007 10:02:31 -0000 1.9
24 +++ ChangeLog 1 Oct 2007 01:33:22 -0000 1.10
25 @@ -1,6 +1,12 @@
26 # ChangeLog for x11-misc/shutterbug
27 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/shutterbug/ChangeLog,v 1.9 2007/06/06 10:02:31 mabi Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/shutterbug/ChangeLog,v 1.10 2007/10/01 01:33:22 mabi Exp $
30 +
31 +*shutterbug-1.6.29 (01 Oct 2007)
32 +
33 + 01 Oct 2007; Matti Bickel <mabi@g.o> -shutterbug-1.6.19.ebuild,
34 + +shutterbug-1.6.29.ebuild:
35 + version bump. cleanup
36
37 *shutterbug-1.6.27 (06 Jun 2007)
38
39
40
41
42 1.1 x11-misc/shutterbug/shutterbug-1.6.29.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/shutterbug/shutterbug-1.6.29.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/shutterbug/shutterbug-1.6.29.ebuild?rev=1.1&content-type=text/plain
46
47 Index: shutterbug-1.6.29.ebuild
48 ===================================================================
49 # Copyright 1999-2007 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/x11-misc/shutterbug/shutterbug-1.6.29.ebuild,v 1.1 2007/10/01 01:33:22 mabi Exp $
52
53 inherit fox
54
55 DESCRIPTION="Screenshot utility based on the FOX Toolkit"
56
57 LICENSE="GPL-2"
58 SLOT="0"
59 KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
60 IUSE="jpeg png tiff"
61
62 DEPEND="~x11-libs/fox-${PV}
63 jpeg? ( >=media-libs/jpeg-6b )
64 png? ( >=media-libs/libpng-1.2.5 )
65 tiff? ( >=media-libs/tiff-3.5.7 )"
66
67 RDEPEND="${DEPEND}"
68
69 FOXCONF="$(use_enable jpeg) \
70 $(use_enable png) \
71 $(use_enable tiff)"
72
73
74
75 --
76 gentoo-commits@g.o mailing list