Gentoo Archives: gentoo-commits

From: "Gilles Dartiguelongue (eva)" <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-gfx/simple-scan: ChangeLog simple-scan-2.32.0.2.ebuild
Date: Tue, 26 Apr 2011 21:23:24
Message-Id: 20110426212311.5D06F20054@flycatcher.gentoo.org
1 eva 11/04/26 21:23:11
2
3 Modified: ChangeLog
4 Added: simple-scan-2.32.0.2.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.2.0_alpha30/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.6 media-gfx/simple-scan/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/simple-scan/ChangeLog?rev=1.6&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/simple-scan/ChangeLog?rev=1.6&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/simple-scan/ChangeLog?r1=1.5&r2=1.6
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/media-gfx/simple-scan/ChangeLog,v
20 retrieving revision 1.5
21 retrieving revision 1.6
22 diff -u -r1.5 -r1.6
23 --- ChangeLog 26 Feb 2011 18:24:37 -0000 1.5
24 +++ ChangeLog 26 Apr 2011 21:23:11 -0000 1.6
25 @@ -1,6 +1,12 @@
26 # ChangeLog for media-gfx/simple-scan
27 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/simple-scan/ChangeLog,v 1.5 2011/02/26 18:24:37 signals Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/simple-scan/ChangeLog,v 1.6 2011/04/26 21:23:11 eva Exp $
30 +
31 +*simple-scan-2.32.0.2 (26 Apr 2011)
32 +
33 + 26 Apr 2011; Gilles Dartiguelongue <eva@g.o>
34 + +simple-scan-2.32.0.2.ebuild:
35 + Version bump.
36
37 26 Feb 2011; Kevin McCarthy <signals@g.o> simple-scan-2.31.91.ebuild:
38 Updated depends from media-libs/jpeg to virtual/jpeg
39
40
41
42 1.1 media-gfx/simple-scan/simple-scan-2.32.0.2.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/simple-scan/simple-scan-2.32.0.2.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/simple-scan/simple-scan-2.32.0.2.ebuild?rev=1.1&content-type=text/plain
46
47 Index: simple-scan-2.32.0.2.ebuild
48 ===================================================================
49 # Copyright 1999-2011 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/media-gfx/simple-scan/simple-scan-2.32.0.2.ebuild,v 1.1 2011/04/26 21:23:11 eva Exp $
52
53 EAPI=3
54
55 GCONF_DEBUG="no"
56
57 inherit autotools eutils gnome2
58
59 DESCRIPTION="Simple document scanning utility"
60 HOMEPAGE="https://launchpad.net/simple-scan"
61 SRC_URI="http://launchpad.net/${PN}/trunk/${PV}/+download/${P}.tar.gz"
62
63 LICENSE="GPL-3"
64 SLOT="0"
65 KEYWORDS="~amd64 ~x86"
66 IUSE=""
67
68 COMMON_DEPEND="
69 >=x11-libs/gtk+-2.18.0:2
70 dev-libs/glib:2
71 gnome-base/gconf:2
72 >=media-gfx/sane-backends-1.0.20
73 virtual/jpeg
74 sys-fs/udev[extras]
75 sys-libs/zlib
76 x11-libs/cairo"
77 RDEPEND="${COMMON_DEPEND}
78 x11-misc/xdg-utils
79 x11-themes/gnome-icon-theme"
80 DEPEND="${COMMON_DEPEND}
81 app-text/gnome-doc-utils
82 gnome-base/gnome-common
83 >=dev-util/intltool-0.35.0
84 dev-util/pkgconfig"
85
86 DOCS="AUTHORS ChangeLog NEWS README"
87
88 src_prepare() {
89 gnome2_src_prepare
90
91 # Expects a zlib with pkg-config support (>=1.2.5).
92 epatch "${FILESDIR}"/${PN}-2.31.90.2-support-non-pkgconfig-zlib.patch
93
94 intltoolize --force --copy --automake || die "intltoolize failed"
95 eautoreconf
96 }