Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-print/cups-filters/
Date: Fri, 06 Sep 2019 18:07:23
Message-Id: 1567793232.b457b5eca51f4efdb661299547c04e7661e29df5.polynomial-c@gentoo
1 commit: b457b5eca51f4efdb661299547c04e7661e29df5
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 6 18:07:12 2019 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 6 18:07:12 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b457b5ec
7
8 net-print/cups-filters: Removed old
9
10 Package-Manager: Portage-2.3.75, Repoman-2.3.17
11 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
12
13 net-print/cups-filters/Manifest | 1 -
14 net-print/cups-filters/cups-filters-1.25.3.ebuild | 134 ----------------------
15 2 files changed, 135 deletions(-)
16
17 diff --git a/net-print/cups-filters/Manifest b/net-print/cups-filters/Manifest
18 index 7673124610f..1b503ee05c9 100644
19 --- a/net-print/cups-filters/Manifest
20 +++ b/net-print/cups-filters/Manifest
21 @@ -1,5 +1,4 @@
22 DIST cups-filters-1.21.6.tar.xz 1474944 BLAKE2B a4c3418accb9d2bf46a366ec6004919d2a5c2c0a02022102270da17fb81915428275aadf58f1f50f8ca022e1c09cbdbd7300492fa38c53d4a2cbc4c4b86a09e3 SHA512 804250745ac710706ff1bfa6e161c0b1a8a65a74850a76a311b7614694a7e5d07f01dfd15f277ad79ed7fe1e84ea680bab1643e0b82cefa3e26603fa2eea935a
23 DIST cups-filters-1.22.6.tar.xz 1477584 BLAKE2B 7d833c3e97c510eabcc906bbd01d4d1ef2bf3106d963bdec7f735942e96a830c53ec2c03a4ef580d9fc01f19bae3962c1bd2a98d2af7f03f71988ae374366fee SHA512 6c1c46bd74f700b3ab0a46cb4b5b7ecc93000122e9deb20b43878d876cbe2ceeeb4a3c16ef6de00497b10447d04f2689a5d939d0d49212e7274cc51b4617c296
24 -DIST cups-filters-1.25.3.tar.xz 1448840 BLAKE2B d58d93995d1742ceea861896399687717b7791ef6208daaf50e6df715943ac7c5a8709ad93b5d0c66e412ae4832b1969b238f277bdefb1da61b00dd0cb984fc9 SHA512 df3c5fc9e4e0449943abbff19a537057f9def3a18504241581727ed6a39ecad30315d5593bdf31d04d51181dd402a418805185afa15c22dabf34e1e9eea90a81
25 DIST cups-filters-1.25.4.tar.xz 1449676 BLAKE2B 1ba36c013d37d57ebf04a9395638bee8aa3935832ed5f0235f50fcfbc61e4002701dec15f7c45952975fc1e53e7f57fd93f86b9af153a732795745e21e38d329 SHA512 0386c4640249a0325257f9b10a0eee387bc6e8129bde734b6c35704719c0ad60624f9ad44c73cd199768373ffd331fc1b4b4c4c8641f5ec8792ddf8850da510a
26 DIST cups-filters-1.25.5.tar.xz 1450264 BLAKE2B 126f32604ff4b2599154406177f8aeaf061f9624255177de968f88706a9138ed9fc8f170987bc25bb4c3801b33432c51c304d2b4a1bdc7249b7472d9cbaadca6 SHA512 4e7126f4c439cb7392484dd3531023da5a1c885c7a6c7377260e7cccc2f3f51e3d0aa879965ecdb2625217d6f9ee1ca9c860c4fc05a7959697cd269696f10f59
27
28 diff --git a/net-print/cups-filters/cups-filters-1.25.3.ebuild b/net-print/cups-filters/cups-filters-1.25.3.ebuild
29 deleted file mode 100644
30 index cdc922f82de..00000000000
31 --- a/net-print/cups-filters/cups-filters-1.25.3.ebuild
32 +++ /dev/null
33 @@ -1,134 +0,0 @@
34 -# Copyright 1999-2019 Gentoo Authors
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=7
38 -
39 -GENTOO_DEPEND_ON_PERL=no
40 -
41 -inherit perl-module systemd flag-o-matic
42 -
43 -if [[ "${PV}" == "9999" ]] ; then
44 - inherit autotools git-r3
45 - EGIT_REPO_URI="https://github.com/OpenPrinting/cups-filters.git"
46 -else
47 - SRC_URI="http://www.openprinting.org/download/${PN}/${P}.tar.xz"
48 - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-fbsd ~m68k-mint"
49 -fi
50 -DESCRIPTION="Cups filters"
51 -HOMEPAGE="https://wiki.linuxfoundation.org/openprinting/cups-filters"
52 -
53 -LICENSE="MIT GPL-2"
54 -SLOT="0"
55 -IUSE="dbus +foomatic ipp_autosetup jpeg ldap pclm pdf perl png +postscript static-libs test tiff zeroconf"
56 -
57 -RDEPEND="
58 - >=app-text/poppler-0.32:=[cxx,jpeg?,lcms,tiff?,utils]
59 - >=app-text/qpdf-8.3.0:=
60 - dev-libs/glib:2
61 - media-libs/fontconfig
62 - media-libs/freetype:2
63 - media-libs/lcms:2
64 - >=net-print/cups-1.7.3
65 - !<=net-print/cups-1.5.9999
66 - sys-devel/bc
67 - sys-libs/zlib
68 - dbus? ( sys-apps/dbus )
69 - foomatic? ( !net-print/foomatic-filters )
70 - jpeg? ( virtual/jpeg:0 )
71 - ldap? ( net-nds/openldap )
72 - pdf? ( app-text/mupdf )
73 - perl? ( dev-lang/perl:= )
74 - png? ( media-libs/libpng:0= )
75 - postscript? ( >=app-text/ghostscript-gpl-9.09[cups] )
76 - tiff? ( media-libs/tiff:0 )
77 - zeroconf? ( net-dns/avahi[dbus] )
78 -"
79 -DEPEND="${RDEPEND}
80 - dev-util/gdbus-codegen
81 - test? ( media-fonts/dejavu )
82 -"
83 -
84 -src_prepare() {
85 - default
86 - [[ "${PV}" == "9999" ]] && eautoreconf
87 -
88 - # Bug #626800
89 - append-cxxflags -std=c++11
90 -}
91 -
92 -src_configure() {
93 - local myeconfargs=(
94 - --enable-imagefilters
95 - --localstatedir="${EPREFIX}"/var
96 - --with-browseremoteprotocols=DNSSD,CUPS
97 - --with-cups-rundir="${EPREFIX}"/run/cups
98 - --with-fontdir="fonts/conf.avail"
99 - --with-pdftops=pdftops
100 - --with-rcdir=no
101 - --without-php
102 - $(use_enable dbus)
103 - $(use_enable foomatic)
104 - $(use_enable ipp_autosetup auto-setup-driverless)
105 - $(use_enable ldap)
106 - $(use_enable pclm)
107 - $(use_enable pdf mutool)
108 - $(use_enable postscript ghostscript)
109 - $(use_enable static-libs static)
110 - $(use_enable zeroconf avahi)
111 - $(use_with jpeg)
112 - $(use_with png)
113 - $(use_with tiff)
114 - )
115 - econf "${myeconfargs[@]}"
116 -}
117 -
118 -src_compile() {
119 - default
120 -
121 - if use perl; then
122 - pushd "${S}/scripting/perl" > /dev/null
123 - perl-module_src_configure
124 - perl-module_src_compile
125 - popd > /dev/null
126 - fi
127 -}
128 -
129 -src_install() {
130 - default
131 -
132 - if use perl; then
133 - pushd "${S}/scripting/perl" > /dev/null
134 - perl-module_src_install
135 - perl_delete_localpod
136 - popd > /dev/null
137 - fi
138 -
139 - if use postscript; then
140 - # workaround: some printer drivers still require pstoraster and pstopxl, bug #383831
141 - dosym gstoraster /usr/libexec/cups/filter/pstoraster
142 - dosym gstopxl /usr/libexec/cups/filter/pstopxl
143 - fi
144 -
145 - find "${ED}" \( -name "*.a" -o -name "*.la" \) -delete || die
146 -
147 - cp "${FILESDIR}"/cups-browsed.init.d-r1 "${T}"/cups-browsed || die
148 -
149 - if ! use zeroconf ; then
150 - sed -i -e 's:need cupsd avahi-daemon:need cupsd:g' "${T}"/cups-browsed || die
151 - sed -i -e 's:cups\.service avahi-daemon\.service:cups.service:g' "${S}"/utils/cups-browsed.service || die
152 - fi
153 -
154 - doinitd "${T}"/cups-browsed
155 - systemd_dounit "${S}/utils/cups-browsed.service"
156 -}
157 -
158 -src_test() {
159 - emake check
160 -}
161 -
162 -pkg_postinst() {
163 - if ! use foomatic ; then
164 - ewarn "You are disabling the foomatic code in cups-filters. Please do that ONLY if absolutely."
165 - ewarn "necessary. net-print/foomatic-filters as replacement is deprecated and unmaintained."
166 - fi
167 -}