Gentoo Archives: gentoo-commits

From: "Diego Petteno (flameeyes)" <flameeyes@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-gfx/iscan-data: ChangeLog iscan-data-1.9.0.1.ebuild
Date: Wed, 27 Jul 2011 20:02:49
Message-Id: 20110727193218.48D762004B@flycatcher.gentoo.org
1 flameeyes 11/07/27 19:32:18
2
3 Modified: ChangeLog
4 Added: iscan-data-1.9.0.1.ebuild
5 Log:
6 Version bump, and use the full four-components version for future-proofing.
7
8 (Portage version: 2.2.0_alpha47/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.4 media-gfx/iscan-data/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/iscan-data/ChangeLog?rev=1.4&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/iscan-data/ChangeLog?rev=1.4&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/iscan-data/ChangeLog?r1=1.3&r2=1.4
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/media-gfx/iscan-data/ChangeLog,v
20 retrieving revision 1.3
21 retrieving revision 1.4
22 diff -u -r1.3 -r1.4
23 --- ChangeLog 3 Apr 2011 07:06:44 -0000 1.3
24 +++ ChangeLog 27 Jul 2011 19:32:18 -0000 1.4
25 @@ -1,6 +1,12 @@
26 # ChangeLog for media-gfx/iscan-data
27 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/iscan-data/ChangeLog,v 1.3 2011/04/03 07:06:44 ssuominen Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/iscan-data/ChangeLog,v 1.4 2011/07/27 19:32:18 flameeyes Exp $
30 +
31 +*iscan-data-1.9.0.1 (27 Jul 2011)
32 +
33 + 27 Jul 2011; Diego E. Pettenò <flameeyes@g.o>
34 + +iscan-data-1.9.0.1.ebuild:
35 + Version bump, and use the full four-components version for future-proofing.
36
37 03 Apr 2011; Samuli Suominen <ssuominen@g.o> iscan-data-1.0.1.ebuild,
38 iscan-data-1.8.0.ebuild:
39
40
41
42 1.1 media-gfx/iscan-data/iscan-data-1.9.0.1.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/iscan-data/iscan-data-1.9.0.1.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/iscan-data/iscan-data-1.9.0.1.ebuild?rev=1.1&content-type=text/plain
46
47 Index: iscan-data-1.9.0.1.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/iscan-data/iscan-data-1.9.0.1.ebuild,v 1.1 2011/07/27 19:32:18 flameeyes Exp $
52
53 EAPI=4
54
55 inherit eutils versionator
56
57 MY_PV="$(get_version_component_range 1-3)"
58 S="${WORKDIR}/${PN}-${MY_PV}"
59
60 DESCRIPTION="Image Scan! for Linux data files"
61 HOMEPAGE="http://avasys.jp/english/linux_e/"
62 SRC_URI="http://linux.avasys.jp/drivers/iscan-data/${MY_PV}/${PN}_$(replace_version_separator 3 -).tar.gz"
63 LICENSE="GPL-2"
64 SLOT="0"
65
66 KEYWORDS="~amd64 ~x86"
67 IUSE=""
68
69 DEPEND="dev-libs/libxslt"
70 RDEPEND="${DEPEND}"
71
72 src_install() {
73 emake DESTDIR="${D}" install || die "emake install failed"
74
75 # create udev rules
76 dodir /lib/udev/rules.d
77 "${D}usr/lib64/iscan-data/make-policy-file" \
78 --force --quiet --mode udev \
79 -d "${D}usr/share/iscan-data/epkowa.desc" \
80 -o "${D}lib/udev/rules.d/99-iscan.rules"
81
82 # install docs
83 dodoc NEWS SUPPORTED-DEVICES KNOWN-PROBLEMS
84 }