From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 7CDCA1384C0 for ; Sun, 30 Aug 2015 09:36:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7302714040; Sun, 30 Aug 2015 09:36:11 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1704714040 for ; Sun, 30 Aug 2015 09:36:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1B9C0340836 for ; Sun, 30 Aug 2015 09:36:10 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 73715155 for ; Sun, 30 Aug 2015 09:36:08 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1437500261.4197acb9e406f292e0d811b6125c1eab56b55db1.ulm@gentoo> Subject: [gentoo-commits] dev/ulm:master commit in: net-print/brother-dcpj925dw/ X-VCS-Repository: dev/ulm X-VCS-Files: net-print/brother-dcpj925dw/ChangeLog net-print/brother-dcpj925dw/brother-dcpj925dw-20131010.ebuild X-VCS-Directories: net-print/brother-dcpj925dw/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 4197acb9e406f292e0d811b6125c1eab56b55db1 X-VCS-Branch: master Date: Sun, 30 Aug 2015 09:36:08 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 37578fdd-951a-4475-9fee-0e2ed48e8f32 X-Archives-Hash: 84c12a8ffd73f59b263e93e1d997291b Message-ID: <20150830093608.V6w7yUYPuGp0g3MuYMDDc8pCEl5b7yAywM6gIeTLMa8@z> commit: 4197acb9e406f292e0d811b6125c1eab56b55db1 Author: Ulrich Müller gentoo org> AuthorDate: Tue Jul 21 17:37:41 2015 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Tue Jul 21 17:37:41 2015 +0000 URL: https://gitweb.gentoo.org/dev/ulm.git/commit/?id=4197acb9 Install ppd file into subdirectory. Package-Manager: portage-2.2.20 net-print/brother-dcpj925dw/ChangeLog | 6 +++++- net-print/brother-dcpj925dw/brother-dcpj925dw-20131010.ebuild | 4 ++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/net-print/brother-dcpj925dw/ChangeLog b/net-print/brother-dcpj925dw/ChangeLog index ba2874f..001cd02 100644 --- a/net-print/brother-dcpj925dw/ChangeLog +++ b/net-print/brother-dcpj925dw/ChangeLog @@ -1,7 +1,11 @@ # ChangeLog for net-print/brother-dcpj925dw -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 21 Jul 2015; Ulrich Müller + brother-dcpj925dw-20131010.ebuild: + Install ppd file into subdirectory. + 04 Dec 2014; Ulrich Müller brother-dcpj925dw-20131010.ebuild: Fix some install locations and permission bits. diff --git a/net-print/brother-dcpj925dw/brother-dcpj925dw-20131010.ebuild b/net-print/brother-dcpj925dw/brother-dcpj925dw-20131010.ebuild index 7271a43..2125f0b 100644 --- a/net-print/brother-dcpj925dw/brother-dcpj925dw-20131010.ebuild +++ b/net-print/brother-dcpj925dw/brother-dcpj925dw-20131010.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ @@ -51,7 +51,7 @@ src_install() { insinto ${dest}/cupswrapper doins brother_${MODEL}_printer_en.ppd dosym ${dest}/cupswrapper/brother_${MODEL}_printer_en.ppd \ - /usr/share/cups/model/brother_${MODEL}_printer_en.ppd + /usr/share/cups/model/Brother/brother_${MODEL}_printer_en.ppd # The brprintconf utility is very broken and mangles the path # of the function list file. Therefore, don't install it.