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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 07F7D15808B for ; Fri, 18 Feb 2022 23:51:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3E179E0828; Fri, 18 Feb 2022 23:51:35 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 22BBEE0828 for ; Fri, 18 Feb 2022 23:51:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D893C343353 for ; Fri, 18 Feb 2022 23:51:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4F6B71EF for ; Fri, 18 Feb 2022 23:51:32 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1645228263.7dfe9ac79b9c9adfc810182f1f3c0ba40db62c2d.sam@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.28.12.ebuild X-VCS-Directories: net-print/cups-filters/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 7dfe9ac79b9c9adfc810182f1f3c0ba40db62c2d X-VCS-Branch: master Date: Fri, 18 Feb 2022 23:51:32 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 0e3c6361-5e38-4931-a490-03266f13f509 X-Archives-Hash: f1401f4d7fdd686564705baab26adfb4 commit: 7dfe9ac79b9c9adfc810182f1f3c0ba40db62c2d Author: Sam James gentoo org> AuthorDate: Fri Feb 18 23:49:46 2022 +0000 Commit: Sam James gentoo org> CommitDate: Fri Feb 18 23:51:03 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7dfe9ac7 net-print/cups-filters: drop USE=-test patch for 1.28.12 No longer needed, either. Closes: https://bugs.gentoo.org/833634 Signed-off-by: Sam James gentoo.org> net-print/cups-filters/cups-filters-1.28.12.ebuild | 28 ++++------------------ 1 file changed, 4 insertions(+), 24 deletions(-) diff --git a/net-print/cups-filters/cups-filters-1.28.12.ebuild b/net-print/cups-filters/cups-filters-1.28.12.ebuild index 7965f76a2226..0c972279f80c 100644 --- a/net-print/cups-filters/cups-filters-1.28.12.ebuild +++ b/net-print/cups-filters/cups-filters-1.28.12.ebuild @@ -5,17 +5,12 @@ EAPI=8 GENTOO_DEPEND_ON_PERL=no -inherit autotools perl-module systemd flag-o-matic - -if [[ "${PV}" == "9999" ]] ; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/OpenPrinting/cups-filters.git" -else - SRC_URI="http://www.openprinting.org/download/${PN}/${P}.tar.xz" - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" -fi +inherit perl-module systemd flag-o-matic + DESCRIPTION="Cups filters" HOMEPAGE="https://wiki.linuxfoundation.org/openprinting/cups-filters" +SRC_URI="http://www.openprinting.org/download/${PN}/${P}.tar.xz" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" LICENSE="MIT GPL-2" SLOT="0" @@ -53,21 +48,6 @@ BDEPEND=" test? ( media-fonts/dejavu ) " -src_prepare() { - local need_eautoreconf= - - default - - if ! use test ; then - eapply "${FILESDIR}"/${PN}-1.28.2-make-missing-testfont-non-fatal.patch - need_eautoreconf=yes - elif [[ "${PV}" == "9999" ]] ; then - need_eautoreconf=yes - fi - - [[ -n ${need_eautoreconf} ]] && eautoreconf -} - src_configure() { # Bug #626800 append-cxxflags -std=c++11