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: Sat, 24 Nov 2018 12:22:54
Message-Id: 1543062163.bd8ae620ef38129d2e8a2f2629a7442efab0c292.polynomial-c@gentoo
1 commit: bd8ae620ef38129d2e8a2f2629a7442efab0c292
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Sat Nov 24 12:22:29 2018 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Sat Nov 24 12:22:43 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd8ae620
7
8 net-print/cups-filters: Removed old.
9
10 Package-Manager: Portage-2.3.52, Repoman-2.3.12
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.21.2.ebuild | 137 ----------------------
15 2 files changed, 138 deletions(-)
16
17 diff --git a/net-print/cups-filters/Manifest b/net-print/cups-filters/Manifest
18 index badb1d3539b..7fbb9926e42 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.17.9.tar.xz 1454068 BLAKE2B 7c4b1c1a017cbaaf5d413071195ce53e3088874e55fd98264018f033f0948449b70623adc2c6e136a7441cf4cbef4470811694379bc798aeff81fe3ed80e66ca SHA512 811d2671c660a2129c207d5d8daaa576b027ba14ac4cf4753d0e8c1190866a684e284f1e7439b864aaab332e429befbc13c567bf6c9fc1a502fe2cd7d11e5ed4
23 DIST cups-filters-1.20.4.tar.xz 1474700 BLAKE2B 70948565e4a2b35d0c3bc510e7c03d77ac1ed47ab16a22bc9f60a7293fe5b5b08fdb1e95dd7a32f4c99a18676e50c48a515a954d437283ce7011ab616804e235 SHA512 4001cefbee945c326e3c597869763286e8665dee098b9aff76340dd249ef3e615f2a8df5c8e802e388b91dfd06ba9e8313b27908ca89ca120f899060785a6f07
24 -DIST cups-filters-1.21.2.tar.xz 1473008 BLAKE2B fea7f0f92464f5e95f57f71b6f6bb5acc9cd6ccb8c97a6a54a40be4f462b76603879f85c9ae0a0c5f47d113e6de9642ee9707d7af1b5cf93f3c47a619db2be55 SHA512 07672737108e1593374fa95582e2c8ad7a3fec6202846ba85224c1c89f65b7b89de96ebf67841ec5d948fe556dddd06ae6a58ad6c5c0a25a82ce643c9384aaf0
25 DIST cups-filters-1.21.3.tar.xz 1474152 BLAKE2B 7e5193b6d6989675fa9567cb76b7f29f411b28e251ff9c6fd8fafec9c9c3d914f21d7e51eb562820954b3cee70974c5a55351eb08a1f231fe820513a2ce92644 SHA512 2b00023ac4177046e3ab3c5b563b7bd92bb49e57e645e6e67e7b9358d00919e2d4ca43ef5d57684523d97f1f1df5d1014fc0a3a895476ce285ccb3ed2e3bc758
26 DIST cups-filters-1.21.4.tar.xz 1474564 BLAKE2B 10a9ac9133ebefe1e04f329d1ce3ad1a30c4c1922a31e9af10fa26b3d8401753e1f1b66ef4c2869d4a7329af440e6da8c883bc00fddf614af1716a9d9cb83f4f SHA512 6e1e20be0354ba96cf4222c05aadd4a2b3d033d730ff9b7489ba6a3b2b0e1a02ac80a1ebcf5e765b80e5baab2ae0c091c8abbdf159913b70592fb9ba0afd9a5b
27
28 diff --git a/net-print/cups-filters/cups-filters-1.21.2.ebuild b/net-print/cups-filters/cups-filters-1.21.2.ebuild
29 deleted file mode 100644
30 index 79068417916..00000000000
31 --- a/net-print/cups-filters/cups-filters-1.21.2.ebuild
32 +++ /dev/null
33 @@ -1,137 +0,0 @@
34 -# Copyright 1999-2018 Gentoo Foundation
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=6
38 -
39 -GENTOO_DEPEND_ON_PERL=no
40 -
41 -inherit perl-module systemd flag-o-matic
42 -
43 -if [[ "${PV}" == "9999" ]] ; then
44 - inherit bzr autotools
45 - EBZR_REPO_URI="http://bzr.linuxfoundation.org/openprinting/cups-filters"
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.1.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 - pclm? ( >=app-text/qpdf-8.1.0:= )
73 - pdf? ( app-text/mupdf )
74 - perl? ( dev-lang/perl:= )
75 - png? ( media-libs/libpng:0= )
76 - postscript? ( >=app-text/ghostscript-gpl-9.09[cups] )
77 - tiff? ( media-libs/tiff:0 )
78 - zeroconf? ( net-dns/avahi[dbus] )
79 -"
80 -DEPEND="${RDEPEND}
81 - dev-util/gdbus-codegen
82 - test? ( media-fonts/dejavu )
83 -"
84 -
85 -src_prepare() {
86 - default
87 - [[ "${PV}" == "9999" ]] && eautoreconf
88 -
89 - # Bug #626800
90 - append-cxxflags -std=c++11
91 -}
92 -
93 -src_configure() {
94 - local myeconfargs=(
95 - --docdir="${EPREFIX}/usr/share/doc/${PF}"
96 - --enable-imagefilters
97 - --localstatedir="${EPREFIX}"/var
98 - --with-browseremoteprotocols=DNSSD,CUPS
99 - --with-cups-rundir="${EPREFIX}"/run/cups
100 - --with-fontdir="fonts/conf.avail"
101 - --with-pdftops=pdftops
102 - --with-rcdir=no
103 - --without-php
104 - $(use_enable dbus)
105 - $(use_enable foomatic)
106 - $(use_enable ipp_autosetup auto-setup-driverless)
107 - $(use_enable ldap)
108 - $(use_enable pclm)
109 - $(use_enable pdf mutool)
110 - $(use_enable postscript ghostscript)
111 - $(use_enable postscript ijs)
112 - $(use_enable static-libs static)
113 - $(use_enable zeroconf avahi)
114 - $(use_with jpeg)
115 - $(use_with png)
116 - $(use_with tiff)
117 - )
118 - econf "${myeconfargs[@]}"
119 -}
120 -
121 -src_compile() {
122 - default
123 -
124 - if use perl; then
125 - pushd "${S}/scripting/perl" > /dev/null
126 - perl-module_src_configure
127 - perl-module_src_compile
128 - popd > /dev/null
129 - fi
130 -}
131 -
132 -src_install() {
133 - default
134 -
135 - if use perl; then
136 - pushd "${S}/scripting/perl" > /dev/null
137 - perl-module_src_install
138 - perl_delete_localpod
139 - popd > /dev/null
140 - fi
141 -
142 - if use postscript; then
143 - # workaround: some printer drivers still require pstoraster and pstopxl, bug #383831
144 - dosym gstoraster /usr/libexec/cups/filter/pstoraster
145 - dosym gstopxl /usr/libexec/cups/filter/pstopxl
146 - fi
147 -
148 - find "${ED}" \( -name "*.a" -o -name "*.la" \) -delete || die
149 -
150 - cp "${FILESDIR}"/cups-browsed.init.d-r1 "${T}"/cups-browsed || die
151 -
152 - if ! use zeroconf ; then
153 - sed -i -e 's:need cupsd avahi-daemon:need cupsd:g' "${T}"/cups-browsed || die
154 - sed -i -e 's:cups\.service avahi-daemon\.service:cups.service:g' "${S}"/utils/cups-browsed.service || die
155 - fi
156 -
157 - doinitd "${T}"/cups-browsed
158 - systemd_dounit "${S}/utils/cups-browsed.service"
159 -}
160 -
161 -src_test() {
162 - emake check
163 -}
164 -
165 -pkg_postinst() {
166 - if ! use foomatic ; then
167 - ewarn "You are disabling the foomatic code in cups-filters. Please do that ONLY if absolutely."
168 - ewarn "necessary. net-print/foomatic-filters as replacement is deprecated and unmaintained."
169 - fi
170 -}