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, 30 Jun 2017 10:01:16
Message-Id: 1498816866.9cf0ed054654fc22569c8c20e80c6c1f81017a14.polynomial-c@gentoo
1 commit: 9cf0ed054654fc22569c8c20e80c6c1f81017a14
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jun 30 10:00:47 2017 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Fri Jun 30 10:01:06 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9cf0ed05
7
8 net-print/cups-filters: Removed old.
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11
12 net-print/cups-filters/Manifest | 1 -
13 net-print/cups-filters/cups-filters-1.13.4.ebuild | 128 ----------------------
14 2 files changed, 129 deletions(-)
15
16 diff --git a/net-print/cups-filters/Manifest b/net-print/cups-filters/Manifest
17 index c1ff54b1833..a5353d95fc1 100644
18 --- a/net-print/cups-filters/Manifest
19 +++ b/net-print/cups-filters/Manifest
20 @@ -1,4 +1,3 @@
21 -DIST cups-filters-1.13.4.tar.xz 1421224 SHA256 94c7d6624f16a8c11683c863e6457c5daa70e60f9a739c355349b45c3abc8dbd SHA512 848451193c9f0b0f397bc2c8efafab20112525eb2357892b5c46a4900d3d7e4ef52e537353c04779de2d17c8918cb1fe653e3c8db81f6ef246deca7e4241ce3b WHIRLPOOL bc6697f7fa36b14a172f84da48cf87e54b131976dc0f4e13e311f93e74b6cd77a491e6382fc7a0fb7cd2bf0ae8769b31aa3e1797c9ef7c482a0fd27a5248b0a6
22 DIST cups-filters-1.13.5.tar.xz 1424764 SHA256 35db1c5821c9ff0e0fedcf87b3ae68a424ad951bd8af421a2a1aac5613e17b8d SHA512 1870b16ad64bc46068c8a74be7a112790a6ffc0be0e14cd858d83013b12e1c51efd905fbc4e189a42558814694348a9ef533b6fe504ef7bce3b4da149e0b3ea6 WHIRLPOOL bcf3cf952d531bce5d7092a74dd9db819a13374155bc306eb88fdc2a22e78fa4918c70159f447f8b2b48eda6da713ab85936474fca63f8eb7c2e4318bb2a5386
23 DIST cups-filters-1.14.0.tar.xz 1425104 SHA256 7aa4274df6e6d9b5ff66e079d78dde8254570367c745025e58bc6194371fa5ec SHA512 409b02ea34d92306e1e09a990d148d565fb77e716c1fe23e12f667814cb380ee367165c98c3ba7434f34a222f9e36ee2c46c06f364de18e2dc46e4709265fd83 WHIRLPOOL af93043d2f767c0503d61532ef006927dd3e5c0ae2fd92bb03127e84fce501b5e9150e9cf6ef087babcfbeeff874d149164cc301d6c0b5c0fa98490382b7016d
24 DIST cups-filters-1.14.1.tar.xz 1426140 SHA256 f1393731df54ffdd947621c302a66afa17cd3d6c7e107ee05cc77a7d3194e504 SHA512 fcc5ad217fe4c0d2f9377b065fe007589d605f9358ad274881df25176cc9548aa233ee6b6efad544f2b0ea4687b09c4270c5c9ac5014c5bcacc4bd9807b6be4e WHIRLPOOL 1dc45519d22248f5f4710e3692f84168c37cf33aa69d3ab23db8ea6939ffeeade5d0bd6e28674ad7b02017f761b6a691ac1f4515bda829acbbaae0dbfbb5d70d
25
26 diff --git a/net-print/cups-filters/cups-filters-1.13.4.ebuild b/net-print/cups-filters/cups-filters-1.13.4.ebuild
27 deleted file mode 100644
28 index 1ba90766ae0..00000000000
29 --- a/net-print/cups-filters/cups-filters-1.13.4.ebuild
30 +++ /dev/null
31 @@ -1,128 +0,0 @@
32 -# Copyright 1999-2017 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=6
36 -
37 -GENTOO_DEPEND_ON_PERL=no
38 -
39 -inherit eutils perl-module systemd
40 -
41 -if [[ "${PV}" == "9999" ]] ; then
42 - inherit bzr autotools
43 - EBZR_REPO_URI="http://bzr.linuxfoundation.org/openprinting/cups-filters"
44 -else
45 - SRC_URI="http://www.openprinting.org/download/${PN}/${P}.tar.xz"
46 - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-fbsd ~m68k-mint"
47 -fi
48 -DESCRIPTION="Cups PDF filters"
49 -HOMEPAGE="https://wiki.linuxfoundation.org/openprinting/pdf_as_standard_print_job_format"
50 -
51 -LICENSE="MIT GPL-2"
52 -SLOT="0"
53 -IUSE="dbus +foomatic jpeg ldap pdf perl png +postscript static-libs tiff zeroconf"
54 -
55 -RDEPEND="
56 - postscript? ( >=app-text/ghostscript-gpl-9.09[cups] )
57 - >=app-text/poppler-0.32:=[cxx,jpeg?,lcms,tiff?,utils]
58 - >=app-text/qpdf-3.0.2:=
59 - dev-libs/glib:2
60 - media-libs/fontconfig
61 - media-libs/freetype:2
62 - media-libs/lcms:2
63 - >=net-print/cups-1.7.3
64 - !<=net-print/cups-1.5.9999
65 - sys-devel/bc
66 - sys-libs/zlib
67 - dbus? ( sys-apps/dbus )
68 - foomatic? ( !net-print/foomatic-filters )
69 - jpeg? ( virtual/jpeg:0 )
70 - ldap? ( net-nds/openldap )
71 - pdf? ( app-text/mupdf )
72 - perl? ( dev-lang/perl:= )
73 - png? ( media-libs/libpng:0= )
74 - tiff? ( media-libs/tiff:0 )
75 - zeroconf? ( net-dns/avahi[dbus] )
76 -"
77 -DEPEND="${RDEPEND}
78 - dev-util/gdbus-codegen
79 -"
80 -
81 -src_prepare() {
82 - default
83 - [[ "${PV}" == "9999" ]] && eautoreconf
84 -}
85 -
86 -src_configure() {
87 - econf \
88 - --docdir="${EPREFIX}/usr/share/doc/${PF}" \
89 - --localstatedir="${EPREFIX}"/var \
90 - --with-cups-rundir="${EPREFIX}"/run/cups \
91 - $(use_enable dbus) \
92 - $(use_enable zeroconf avahi) \
93 - $(use_enable static-libs static) \
94 - $(use_enable foomatic) \
95 - $(use_enable ldap) \
96 - $(use_enable pdf mutool) \
97 - $(use_enable postscript ghostscript) \
98 - $(use_enable postscript ijs) \
99 - --with-fontdir="fonts/conf.avail" \
100 - --with-pdftops=pdftops \
101 - --enable-imagefilters \
102 - $(use_with jpeg) \
103 - $(use_with png) \
104 - $(use_with tiff) \
105 - --with-rcdir=no \
106 - --with-browseremoteprotocols=DNSSD,CUPS \
107 - --without-php
108 -}
109 -
110 -src_compile() {
111 - default
112 -
113 - if use perl; then
114 - pushd "${S}/scripting/perl" > /dev/null
115 - perl-module_src_configure
116 - perl-module_src_compile
117 - popd > /dev/null
118 - fi
119 -}
120 -
121 -src_install() {
122 - default
123 -
124 - if use perl; then
125 - pushd "${S}/scripting/perl" > /dev/null
126 - perl-module_src_install
127 - perl_delete_localpod
128 - popd > /dev/null
129 - fi
130 -
131 - if use postscript; then
132 - # workaround: some printer drivers still require pstoraster and pstopxl, bug #383831
133 - dosym gstoraster /usr/libexec/cups/filter/pstoraster
134 - dosym gstopxl /usr/libexec/cups/filter/pstopxl
135 - fi
136 -
137 - prune_libtool_files --all
138 -
139 - cp "${FILESDIR}"/cups-browsed.init.d-r1 "${T}"/cups-browsed || die
140 -
141 - if ! use zeroconf ; then
142 - sed -i -e 's:need cupsd avahi-daemon:need cupsd:g' "${T}"/cups-browsed || die
143 - sed -i -e 's:cups\.service avahi-daemon\.service:cups.service:g' "${S}"/utils/cups-browsed.service || die
144 - fi
145 -
146 - doinitd "${T}"/cups-browsed
147 - systemd_dounit "${S}/utils/cups-browsed.service"
148 -}
149 -
150 -src_test() {
151 - emake check
152 -}
153 -
154 -pkg_postinst() {
155 - if ! use foomatic ; then
156 - ewarn "You are disabling the foomatic code in cups-filters. Please do that ONLY if absolutely."
157 - ewarn "necessary. net-print/foomatic-filters as replacement is deprecated and unmaintained."
158 - fi
159 -}