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 D34141384C0 for ; Fri, 28 Aug 2015 13:22:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0375FE0839; Fri, 28 Aug 2015 13:22:40 +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 A237EE0839 for ; Fri, 28 Aug 2015 13:22:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9DC6B340AF9 for ; Fri, 28 Aug 2015 13:22:38 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5F994161 for ; Fri, 28 Aug 2015 13:22:36 +0000 (UTC) From: "Manuel Rüger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Manuel Rüger" Message-ID: <1440768143.97c958c4420dbf3c81da2bd73e298311d025983b.mrueg@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-print/foomatic-db-ppds/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-print/foomatic-db-ppds/foomatic-db-ppds-4.0.20150819-r1.ebuild net-print/foomatic-db-ppds/foomatic-db-ppds-4.0.20150819.ebuild X-VCS-Directories: net-print/foomatic-db-ppds/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: 97c958c4420dbf3c81da2bd73e298311d025983b X-VCS-Branch: master Date: Fri, 28 Aug 2015 13:22:36 +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: 9ad39c8a-c494-4b54-9e6e-ced5d87506e6 X-Archives-Hash: db47f0d100d1e42be0f62d29688d1ba7 commit: 97c958c4420dbf3c81da2bd73e298311d025983b Author: Manuel Rüger gentoo org> AuthorDate: Fri Aug 28 13:22:23 2015 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Fri Aug 28 13:22:23 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97c958c4 net-print/foomatic-db-ppds: Don't install ReadMe file into ppds directory Gentoo-Bug: #559008 Package-Manager: portage-2.2.20.1 ...-ppds-4.0.20150819.ebuild => foomatic-db-ppds-4.0.20150819-r1.ebuild} | 1 + 1 file changed, 1 insertion(+) diff --git a/net-print/foomatic-db-ppds/foomatic-db-ppds-4.0.20150819.ebuild b/net-print/foomatic-db-ppds/foomatic-db-ppds-4.0.20150819-r1.ebuild similarity index 93% rename from net-print/foomatic-db-ppds/foomatic-db-ppds-4.0.20150819.ebuild rename to net-print/foomatic-db-ppds/foomatic-db-ppds-4.0.20150819-r1.ebuild index 1c7bc84..8878292 100644 --- a/net-print/foomatic-db-ppds/foomatic-db-ppds-4.0.20150819.ebuild +++ b/net-print/foomatic-db-ppds/foomatic-db-ppds-4.0.20150819-r1.ebuild @@ -21,6 +21,7 @@ S="${WORKDIR}/${PN/-ppds}-$(get_version_component_range 3 ${PV})" src_prepare() { epatch "${FILESDIR}/Makefile.in-4.0.20120117.patch" + rm db/source/PPD/Kyocera/ReadMe.htm || die # bug #559008 } src_install() {