From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B34C8139694 for ; Thu, 16 Feb 2017 10:22:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2DD5E21C0F3; Thu, 16 Feb 2017 10:22:31 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 08D3B21C0F3 for ; Thu, 16 Feb 2017 10:22:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4001134164B for ; Thu, 16 Feb 2017 10:22:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0A4A449B1 for ; Thu, 16 Feb 2017 10:22:24 +0000 (UTC) From: "Andreas Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Hüttel" Message-ID: <1487240537.dd7795a9f1496707b35b545c945ccea2501e7d4e.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-print/cups-filters/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-print/cups-filters/cups-filters-1.13.3-r1.ebuild net-print/cups-filters/cups-filters-1.13.3-r2.ebuild net-print/cups-filters/cups-filters-9999.ebuild X-VCS-Directories: net-print/cups-filters/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas Hüttel X-VCS-Revision: dd7795a9f1496707b35b545c945ccea2501e7d4e X-VCS-Branch: master Date: Thu, 16 Feb 2017 10:22:24 +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: 8cf30134-3e22-4d47-a5bc-0e6080c5b733 X-Archives-Hash: 29b3c8a78957cf21f9c8b881044596a9 commit: dd7795a9f1496707b35b545c945ccea2501e7d4e Author: Andreas K. Hüttel gentoo org> AuthorDate: Thu Feb 16 10:22:08 2017 +0000 Commit: Andreas Hüttel gentoo org> CommitDate: Thu Feb 16 10:22:17 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd7795a9 net-print/cups-filters: Fix what I broke. Bug 609256 Package-Manager: Portage-2.3.3, Repoman-2.3.1 .../{cups-filters-1.13.3-r1.ebuild => cups-filters-1.13.3-r2.ebuild} | 5 ----- net-print/cups-filters/cups-filters-9999.ebuild | 5 ----- 2 files changed, 10 deletions(-) diff --git a/net-print/cups-filters/cups-filters-1.13.3-r1.ebuild b/net-print/cups-filters/cups-filters-1.13.3-r2.ebuild similarity index 95% rename from net-print/cups-filters/cups-filters-1.13.3-r1.ebuild rename to net-print/cups-filters/cups-filters-1.13.3-r2.ebuild index b60a155e41..6f908a09f8 100644 --- a/net-print/cups-filters/cups-filters-1.13.3-r1.ebuild +++ b/net-print/cups-filters/cups-filters-1.13.3-r2.ebuild @@ -91,11 +91,6 @@ src_compile() { src_install() { default - if use foomatic; then - # workaround: some printer drivers still require this, bug 501466 - dosym /usr/bin/foomatic-rip /usr/libexec/cups/filter/foomatic-rip - fi - if use perl; then pushd "${S}/scripting/perl" > /dev/null perl-module_src_install diff --git a/net-print/cups-filters/cups-filters-9999.ebuild b/net-print/cups-filters/cups-filters-9999.ebuild index b60a155e41..6f908a09f8 100644 --- a/net-print/cups-filters/cups-filters-9999.ebuild +++ b/net-print/cups-filters/cups-filters-9999.ebuild @@ -91,11 +91,6 @@ src_compile() { src_install() { default - if use foomatic; then - # workaround: some printer drivers still require this, bug 501466 - dosym /usr/bin/foomatic-rip /usr/libexec/cups/filter/foomatic-rip - fi - if use perl; then pushd "${S}/scripting/perl" > /dev/null perl-module_src_install