Gentoo Archives: gentoo-commits

From: "Pacho Ramos (pacho)" <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-gfx/simple-scan: simple-scan-3.12.2.ebuild ChangeLog simple-scan-3.10.2.ebuild
Date: Tue, 28 Oct 2014 19:38:03
Message-Id: 20141028193756.82DCF8F3C@oystercatcher.gentoo.org
1 pacho 14/10/28 19:37:56
2
3 Modified: ChangeLog
4 Added: simple-scan-3.12.2.ebuild
5 Removed: simple-scan-3.10.2.ebuild
6 Log:
7 Version bump, drop old
8
9 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
10
11 Revision Changes Path
12 1.45 media-gfx/simple-scan/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/simple-scan/ChangeLog?rev=1.45&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/simple-scan/ChangeLog?rev=1.45&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/simple-scan/ChangeLog?r1=1.44&r2=1.45
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/media-gfx/simple-scan/ChangeLog,v
21 retrieving revision 1.44
22 retrieving revision 1.45
23 diff -u -r1.44 -r1.45
24 --- ChangeLog 30 Jul 2014 04:05:06 -0000 1.44
25 +++ ChangeLog 28 Oct 2014 19:37:56 -0000 1.45
26 @@ -1,6 +1,12 @@
27 # ChangeLog for media-gfx/simple-scan
28 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/simple-scan/ChangeLog,v 1.44 2014/07/30 04:05:06 ssuominen Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/simple-scan/ChangeLog,v 1.45 2014/10/28 19:37:56 pacho Exp $
31 +
32 +*simple-scan-3.12.2 (28 Oct 2014)
33 +
34 + 28 Oct 2014; Pacho Ramos <pacho@g.o> +simple-scan-3.12.2.ebuild,
35 + -simple-scan-3.10.2.ebuild:
36 + Version bump, drop old
37
38 30 Jul 2014; Samuli Suominen <ssuominen@g.o>
39 -simple-scan-3.12.0.ebuild, -simple-scan-3.12.1.ebuild:
40
41
42
43 1.1 media-gfx/simple-scan/simple-scan-3.12.2.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/simple-scan/simple-scan-3.12.2.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/simple-scan/simple-scan-3.12.2.ebuild?rev=1.1&content-type=text/plain
47
48 Index: simple-scan-3.12.2.ebuild
49 ===================================================================
50 # Copyright 1999-2014 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/media-gfx/simple-scan/simple-scan-3.12.2.ebuild,v 1.1 2014/10/28 19:37:56 pacho Exp $
53
54 EAPI="5"
55 GCONF_DEBUG="no"
56
57 inherit gnome2 versionator
58
59 DESCRIPTION="Simple document scanning utility"
60 HOMEPAGE="https://launchpad.net/simple-scan"
61
62 MY_PV=$(get_version_component_range 1-2)
63 SRC_URI="http://launchpad.net/${PN}/${MY_PV}/${PV}/+download/${P}.tar.xz"
64
65 LICENSE="GPL-3"
66 SLOT="0"
67 KEYWORDS="~amd64 ~arm ~x86"
68 IUSE=""
69
70 COMMON_DEPEND="
71 >=dev-libs/glib-2.32:2
72 >=media-gfx/sane-backends-1.0.20:=
73 >=sys-libs/zlib-1.2.3.1:=
74 virtual/jpeg:0=
75 virtual/libgudev:=
76 x11-libs/cairo:=
77 >=x11-libs/gtk+-3:3
78 || (
79 >=x11-misc/colord-0.1.24:=[udev]
80 x11-misc/colord:=[scanner] )
81 "
82 RDEPEND="${COMMON_DEPEND}
83 x11-misc/xdg-utils
84 x11-themes/gnome-icon-theme
85 "
86 DEPEND="${COMMON_DEPEND}
87 app-text/yelp-tools
88 >=dev-util/intltool-0.35.0
89 virtual/pkgconfig
90 "
91
92 src_configure() {
93 DOCS="NEWS README.md"
94 gnome2_src_configure \
95 VALAC=$(type -P true) \
96 ITSTOOL=$(type -P true)
97 }