Gentoo Archives: gentoo-commits

From: "Christoph Junghans (ottxor)" <ottxor@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-gfx/sane-backends: sane-backends-1.0.22-r2.ebuild ChangeLog
Date: Wed, 22 Aug 2012 02:09:22
Message-Id: 20120822020910.C66E8202C1@flycatcher.gentoo.org
1 ottxor 12/08/22 02:09:10
2
3 Modified: sane-backends-1.0.22-r2.ebuild ChangeLog
4 Log:
5 added prefix keywords
6
7 (Portage version: 2.2.0_alpha121/cvs/Linux i686)
8
9 Revision Changes Path
10 1.7 media-gfx/sane-backends/sane-backends-1.0.22-r2.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/sane-backends/sane-backends-1.0.22-r2.ebuild?rev=1.7&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/sane-backends/sane-backends-1.0.22-r2.ebuild?rev=1.7&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/sane-backends/sane-backends-1.0.22-r2.ebuild?r1=1.6&r2=1.7
15
16 Index: sane-backends-1.0.22-r2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-gfx/sane-backends/sane-backends-1.0.22-r2.ebuild,v
19 retrieving revision 1.6
20 retrieving revision 1.7
21 diff -u -r1.6 -r1.7
22 --- sane-backends-1.0.22-r2.ebuild 8 Jun 2012 03:01:10 -0000 1.6
23 +++ sane-backends-1.0.22-r2.ebuild 22 Aug 2012 02:09:10 -0000 1.7
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2012 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/sane-backends/sane-backends-1.0.22-r2.ebuild,v 1.6 2012/06/08 03:01:10 zmedico Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/sane-backends/sane-backends-1.0.22-r2.ebuild,v 1.7 2012/08/22 02:09:10 ottxor Exp $
29
30 EAPI="4"
31
32 @@ -139,7 +139,7 @@
33 ftp://ftp.sane-project.org/pub/sane/old-versions/${P}/${P}.tar.gz"
34 SLOT="0"
35 LICENSE="GPL-2 public-domain"
36 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
37 +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
38
39 pkg_setup() {
40 enewgroup scanner
41 @@ -220,7 +220,7 @@
42
43 src_install () {
44 emake INSTALL_LOCKPATH="" DESTDIR="${D}" install \
45 - docdir=/usr/share/doc/${PF} || die
46 + docdir="${EPREFIX}"/usr/share/doc/${PF} || die
47 keepdir /var/lib/lock/sane
48 fowners root:scanner /var/lib/lock/sane
49 fperms g+w /var/lib/lock/sane
50 @@ -231,12 +231,12 @@
51 doins tools/hotplug/libsane.usermap
52 doexe tools/hotplug/libusbscanner
53 newdoc tools/hotplug/README README.hotplug
54 - echo >> "${D}"/etc/env.d/30sane "USB_DEVFS_PATH=/dev/bus/usb"
55 + echo >> "${ED}"/etc/env.d/30sane "USB_DEVFS_PATH=/dev/bus/usb"
56 fi
57 insinto /lib/udev/rules.d
58 newins tools/udev/libsane.rules 41-libsane.rules
59
60 dodoc NEWS AUTHORS ChangeLog* README README.linux
61 - echo "SANE_CONFIG_DIR=/etc/sane.d" >> "${D}"/etc/env.d/30sane
62 - find "${D}" -name "*.la" | while read file; do rm "${file}"; done
63 + echo "SANE_CONFIG_DIR=${EPREFIX}/etc/sane.d" >> "${ED}"/etc/env.d/30sane
64 + find "${ED}" -name "*.la" | while read file; do rm "${file}"; done
65 }
66
67
68
69 1.205 media-gfx/sane-backends/ChangeLog
70
71 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/sane-backends/ChangeLog?rev=1.205&view=markup
72 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/sane-backends/ChangeLog?rev=1.205&content-type=text/plain
73 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/sane-backends/ChangeLog?r1=1.204&r2=1.205
74
75 Index: ChangeLog
76 ===================================================================
77 RCS file: /var/cvsroot/gentoo-x86/media-gfx/sane-backends/ChangeLog,v
78 retrieving revision 1.204
79 retrieving revision 1.205
80 diff -u -r1.204 -r1.205
81 --- ChangeLog 8 Jun 2012 03:01:10 -0000 1.204
82 +++ ChangeLog 22 Aug 2012 02:09:10 -0000 1.205
83 @@ -1,6 +1,10 @@
84 # ChangeLog for media-gfx/sane-backends
85 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
86 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/sane-backends/ChangeLog,v 1.204 2012/06/08 03:01:10 zmedico Exp $
87 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/sane-backends/ChangeLog,v 1.205 2012/08/22 02:09:10 ottxor Exp $
88 +
89 + 22 Aug 2012; Christoph Junghans <ottxor@g.o>
90 + sane-backends-1.0.22-r2.ebuild:
91 + added prefix keywords
92
93 08 Jun 2012; Zac Medico <zmedico@g.o> sane-backends-1.0.17.ebuild,
94 sane-backends-1.0.18-r6.ebuild, sane-backends-1.0.19-r2.ebuild,