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, 28 Oct 2016 19:36:45
Message-Id: 1477683396.90e1e3d1d9f2a93bc69cdeb79f57269d20cb80d2.polynomial-c@gentoo
1 commit: 90e1e3d1d9f2a93bc69cdeb79f57269d20cb80d2
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Fri Oct 28 19:36:19 2016 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 28 19:36:36 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90e1e3d1
7
8 net-print/cups-filters: Removed old.
9
10 Package-Manager: portage-2.3.2
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.11.3.ebuild | 122 ----------------------
15 2 files changed, 123 deletions(-)
16
17 diff --git a/net-print/cups-filters/Manifest b/net-print/cups-filters/Manifest
18 index 599410a..249806c 100644
19 --- a/net-print/cups-filters/Manifest
20 +++ b/net-print/cups-filters/Manifest
21 @@ -1,4 +1,3 @@
22 -DIST cups-filters-1.11.3.tar.xz 1408372 SHA256 76734a44633bebb0a7a840a965c7b67b1e08cf8b70f24cb8c3d83980c10a405f SHA512 95b7c55ae459036afa2df1493d5f28e889929e59a702563c2761db0bde2fb807bd62e380683dc0ee0ee366fe416e1872b17566d01a26124256471a241c397957 WHIRLPOOL 729c3031d20630d50aeada4dd9fadc84b17748fe5a63a4bc955d9b0945418cbcd4a83e3dfa8d1473a0b809964a1715fea46bd184d0257a46f22affba9fc29a49
23 DIST cups-filters-1.11.4.tar.xz 1408760 SHA256 d6288dc9d13f16c54e74979fd2a3e3fceee882a13a47553967ae69f51d32b849 SHA512 80ba8a0c7c4f55e879a478a2a8ae78823fa55b988c65c7e9eb7f1a9750a593637be3bd5d7d4f57cc7819430d65da8b9148712bbbde56c0ccd8f0fcda13f133e4 WHIRLPOOL a2f42a9bd5a6881d023b1f1b0b7ea66f15067e828c4d714d32eb7f15ae8b09875504bc55b25d83f23a058ded863699a37cf20f6ffd627c10357dcf1251b36da1
24 DIST cups-filters-1.11.5.tar.xz 1409912 SHA256 0e0fb1da155eef71fe0b2819e5ff5131f07da094ca2bef8c52e1a8d01d0b97c1 SHA512 8c837ff4f7c9b9abdf7f6f0ff899aa60444a73934e7e41d0b840a865d44650090b2d00b8a211ea2618a94dd8c1506a83061e6de0fe03947a3aee0e8425349e4f WHIRLPOOL d39e0810fb7cdfe31f68653f4dd385c34d4ef7719befdc51219cccc1dc085fd7bd162a71929e6b24e93d301572b0f15825df695d669981618de62d7ab3927e5c
25 DIST cups-filters-1.5.0.tar.xz 1375588 SHA256 f22a8864e8d5b693795605a31345c08cc68f85120ebde9a0aa7bc27639815932 SHA512 81574f8368aaef61aeee4369caa394f2c8cdc717b03687d8a17c7927892f07cff68f1efb8d674757cb97001b55fd58fa5c14784a510ce9d31e385b1a73cd18c7 WHIRLPOOL 4201d08a2bb76d349a6b9f7220eb48dea86bb81c0cedbe8dcb8796c49ce26f67f6a7c49677b4fc7b6f865eb20e3c806746f565668e9f9e1e3935630621d032cd
26
27 diff --git a/net-print/cups-filters/cups-filters-1.11.3.ebuild b/net-print/cups-filters/cups-filters-1.11.3.ebuild
28 deleted file mode 100644
29 index 06ee8f4..00000000
30 --- a/net-print/cups-filters/cups-filters-1.11.3.ebuild
31 +++ /dev/null
32 @@ -1,122 +0,0 @@
33 -# Copyright 1999-2016 Gentoo Foundation
34 -# Distributed under the terms of the GNU General Public License v2
35 -# $Id$
36 -
37 -EAPI=6
38 -
39 -GENTOO_DEPEND_ON_PERL=no
40 -
41 -inherit eutils perl-module systemd
42 -
43 -if [[ "${PV}" == "9999" ]] ; then
44 - inherit bzr
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 PDF filters"
51 -HOMEPAGE="https://wiki.linuxfoundation.org/openprinting/pdf_as_standard_print_job_format"
52 -
53 -LICENSE="MIT GPL-2"
54 -SLOT="0"
55 -IUSE="dbus +foomatic jpeg ldap perl png +postscript static-libs tiff zeroconf"
56 -
57 -RDEPEND="
58 - postscript? ( >=app-text/ghostscript-gpl-9.09[cups] )
59 - >=app-text/poppler-0.32:=[cxx,jpeg?,lcms,tiff?,utils,xpdf-headers(+)]
60 - >=app-text/qpdf-3.0.2:=
61 - dev-libs/glib:2
62 - media-libs/fontconfig
63 - media-libs/freetype:2
64 - media-libs/lcms:2
65 - >=net-print/cups-1.7.3
66 - !<=net-print/cups-1.5.9999
67 - sys-devel/bc
68 - sys-libs/zlib
69 - dbus? ( sys-apps/dbus )
70 - foomatic? ( !net-print/foomatic-filters )
71 - jpeg? ( virtual/jpeg:0 )
72 - ldap? ( net-nds/openldap )
73 - perl? ( dev-lang/perl:= )
74 - png? ( media-libs/libpng:0= )
75 - tiff? ( media-libs/tiff:0 )
76 - zeroconf? ( net-dns/avahi[dbus] )
77 -"
78 -DEPEND="${RDEPEND}
79 - dev-util/gdbus-codegen
80 -"
81 -
82 -src_configure() {
83 - econf \
84 - --docdir="${EPREFIX}/usr/share/doc/${PF}" \
85 - --localstatedir="${EPREFIX}"/var \
86 - --with-cups-rundir="${EPREFIX}"/run/cups \
87 - $(use_enable dbus) \
88 - $(use_enable zeroconf avahi) \
89 - $(use_enable static-libs static) \
90 - $(use_enable foomatic) \
91 - $(use_enable ldap) \
92 - $(use_enable postscript ghostscript) \
93 - $(use_enable postscript ijs) \
94 - --with-fontdir="fonts/conf.avail" \
95 - --with-pdftops=pdftops \
96 - --enable-imagefilters \
97 - $(use_with jpeg) \
98 - $(use_with png) \
99 - $(use_with tiff) \
100 - --with-rcdir=no \
101 - --with-browseremoteprotocols=DNSSD,CUPS \
102 - --without-php
103 -}
104 -
105 -src_compile() {
106 - default
107 -
108 - if use perl; then
109 - pushd "${S}/scripting/perl" > /dev/null
110 - perl-module_src_configure
111 - perl-module_src_compile
112 - popd > /dev/null
113 - fi
114 -}
115 -
116 -src_install() {
117 - default
118 -
119 - if use perl; then
120 - pushd "${S}/scripting/perl" > /dev/null
121 - perl-module_src_install
122 - perl_delete_localpod
123 - popd > /dev/null
124 - fi
125 -
126 - if use postscript; then
127 - # workaround: some printer drivers still require pstoraster and pstopxl, bug #383831
128 - dosym gstoraster /usr/libexec/cups/filter/pstoraster
129 - dosym gstopxl /usr/libexec/cups/filter/pstopxl
130 - fi
131 -
132 - prune_libtool_files --all
133 -
134 - cp "${FILESDIR}"/cups-browsed.init.d-r1 "${T}"/cups-browsed || die
135 -
136 - if ! use zeroconf ; then
137 - sed -i -e 's:need cupsd avahi-daemon:need cupsd:g' "${T}"/cups-browsed || die
138 - sed -i -e 's:cups\.service avahi-daemon\.service:cups.service:g' "${S}"/utils/cups-browsed.service || die
139 - fi
140 -
141 - doinitd "${T}"/cups-browsed
142 - systemd_dounit "${S}/utils/cups-browsed.service"
143 -}
144 -
145 -src_test() {
146 - emake check
147 -}
148 -
149 -pkg_postinst() {
150 - if ! use foomatic ; then
151 - ewarn "You are disabling the foomatic code in cups-filters. Please do that ONLY if absolutely."
152 - ewarn "necessary. net-print/foomatic-filters as replacement is deprecated and unmaintained."
153 - fi
154 -}