Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] dev/ulm:master commit in: net-print/brother-dcpj925dw/
Date: Sun, 30 Aug 2015 09:36:14
Message-Id: 1437500261.4197acb9e406f292e0d811b6125c1eab56b55db1.ulm@gentoo
1 commit: 4197acb9e406f292e0d811b6125c1eab56b55db1
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jul 21 17:37:41 2015 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Tue Jul 21 17:37:41 2015 +0000
6 URL: https://gitweb.gentoo.org/dev/ulm.git/commit/?id=4197acb9
7
8 Install ppd file into subdirectory.
9
10 Package-Manager: portage-2.2.20
11
12 net-print/brother-dcpj925dw/ChangeLog | 6 +++++-
13 net-print/brother-dcpj925dw/brother-dcpj925dw-20131010.ebuild | 4 ++--
14 2 files changed, 7 insertions(+), 3 deletions(-)
15
16 diff --git a/net-print/brother-dcpj925dw/ChangeLog b/net-print/brother-dcpj925dw/ChangeLog
17 index ba2874f..001cd02 100644
18 --- a/net-print/brother-dcpj925dw/ChangeLog
19 +++ b/net-print/brother-dcpj925dw/ChangeLog
20 @@ -1,7 +1,11 @@
21 # ChangeLog for net-print/brother-dcpj925dw
22 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
23 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
24 # $Header: $
25
26 + 21 Jul 2015; Ulrich Müller <ulm@g.o>
27 + brother-dcpj925dw-20131010.ebuild:
28 + Install ppd file into subdirectory.
29 +
30 04 Dec 2014; Ulrich Müller <ulm@g.o>
31 brother-dcpj925dw-20131010.ebuild:
32 Fix some install locations and permission bits.
33
34 diff --git a/net-print/brother-dcpj925dw/brother-dcpj925dw-20131010.ebuild b/net-print/brother-dcpj925dw/brother-dcpj925dw-20131010.ebuild
35 index 7271a43..2125f0b 100644
36 --- a/net-print/brother-dcpj925dw/brother-dcpj925dw-20131010.ebuild
37 +++ b/net-print/brother-dcpj925dw/brother-dcpj925dw-20131010.ebuild
38 @@ -1,4 +1,4 @@
39 -# Copyright 1999-2014 Gentoo Foundation
40 +# Copyright 1999-2015 Gentoo Foundation
41 # Distributed under the terms of the GNU General Public License v2
42 # $Header: $
43
44 @@ -51,7 +51,7 @@ src_install() {
45 insinto ${dest}/cupswrapper
46 doins brother_${MODEL}_printer_en.ppd
47 dosym ${dest}/cupswrapper/brother_${MODEL}_printer_en.ppd \
48 - /usr/share/cups/model/brother_${MODEL}_printer_en.ppd
49 + /usr/share/cups/model/Brother/brother_${MODEL}_printer_en.ppd
50
51 # The brprintconf utility is very broken and mangles the path
52 # of the function list file. Therefore, don't install it.