commit:     7dfe9ac79b9c9adfc810182f1f3c0ba40db62c2d
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 18 23:49:46 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> 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 <sam <AT> 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

Reply via email to