commit:     06558bd5116200aecf0509450e85ee55af048cda
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 20 20:36:38 2017 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Wed Dec 20 20:37:09 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06558bd5

net-print/cups-filters: Removed old.

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 net-print/cups-filters/Manifest                   |   2 -
 net-print/cups-filters/cups-filters-1.13.5.ebuild | 129 --------------------
 net-print/cups-filters/cups-filters-1.17.8.ebuild | 137 ----------------------
 3 files changed, 268 deletions(-)

diff --git a/net-print/cups-filters/Manifest b/net-print/cups-filters/Manifest
index f7088e6ff2e..afafa34a5f3 100644
--- a/net-print/cups-filters/Manifest
+++ b/net-print/cups-filters/Manifest
@@ -1,5 +1,3 @@
-DIST cups-filters-1.13.5.tar.xz 1424764 BLAKE2B 
448012e8e618c9df63925b750c455e9692e52507670efb9f76169d6f0e47e33b3c1158dcd7a2afb7a0ed0dcf6ef9369731df689baa8aa186c600160b29fba87d
 SHA512 
1870b16ad64bc46068c8a74be7a112790a6ffc0be0e14cd858d83013b12e1c51efd905fbc4e189a42558814694348a9ef533b6fe504ef7bce3b4da149e0b3ea6
 DIST cups-filters-1.16.4.tar.xz 1440964 BLAKE2B 
d25525fe9db6e42b244f15550ddb3e9f58bd7048209f9d62b4896245945e11d5fa1658e5882faf0eb0aaa6a465153d222cd1d90cc94d25895522f5313b9089da
 SHA512 
367c2c1d6755800b88f79808ef0c595aa80b080634299d015828bfb8f0e27085aa052c77e3f3f1645833340caca709bec8e00b46070ff4d13b9994fb1400da60
-DIST cups-filters-1.17.8.tar.xz 1455096 BLAKE2B 
2484b4e2ae756f3b81f3516f6b187b3e0ad68f267d630532091b20287369f46c763430e21393aa92e2161686ed762e45499d0fcf4ce098bbe0193771d13ffa7b
 SHA512 
01f4499fb1db456a1fb11b8e39b5de273229c7aa2f87d079e237501ccd70bf637ca5e15d19fb9f7930be700ab6958e1a597bda8d0970260b5e7577eb5447f797
 DIST cups-filters-1.17.9.tar.xz 1454068 BLAKE2B 
7c4b1c1a017cbaaf5d413071195ce53e3088874e55fd98264018f033f0948449b70623adc2c6e136a7441cf4cbef4470811694379bc798aeff81fe3ed80e66ca
 SHA512 
811d2671c660a2129c207d5d8daaa576b027ba14ac4cf4753d0e8c1190866a684e284f1e7439b864aaab332e429befbc13c567bf6c9fc1a502fe2cd7d11e5ed4
 DIST cups-filters-1.18.0.tar.xz 1457748 BLAKE2B 
6db45707d3c0bdd369407023423a02f8909936daeccdecf1be6007d782888352c15c5590f845e074ca8da271ce1d7262c8b98a0ec8df6e383622654c06730d29
 SHA512 
260f4d4c635b4ca0222a9a90a6675d7ecb1cf8b4f4428431c263f50f9152537331d2c7d77c4fa0f899a12beecd6500f6ca146f4e2d087cc6525919aa0b922647

diff --git a/net-print/cups-filters/cups-filters-1.13.5.ebuild 
b/net-print/cups-filters/cups-filters-1.13.5.ebuild
deleted file mode 100644
index e15aedee2a2..00000000000
--- a/net-print/cups-filters/cups-filters-1.13.5.ebuild
+++ /dev/null
@@ -1,129 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-GENTOO_DEPEND_ON_PERL=no
-
-inherit eutils perl-module systemd
-
-if [[ "${PV}" == "9999" ]] ; then
-       inherit bzr autotools
-       EBZR_REPO_URI="http://bzr.linuxfoundation.org/openprinting/cups-filters";
-else
-       SRC_URI="http://www.openprinting.org/download/${PN}/${P}.tar.xz";
-       KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 sparc 
x86 ~amd64-fbsd ~m68k-mint"
-fi
-DESCRIPTION="Cups filters"
-HOMEPAGE="https://wiki.linuxfoundation.org/openprinting/cups-filters";
-
-LICENSE="MIT GPL-2"
-SLOT="0"
-IUSE="dbus +foomatic jpeg ldap pdf perl png +postscript static-libs test tiff 
zeroconf"
-
-RDEPEND="
-       postscript? ( >=app-text/ghostscript-gpl-9.09[cups] )
-       >=app-text/poppler-0.32:=[cxx,jpeg?,lcms,tiff?,utils]
-       >=app-text/qpdf-3.0.2:=
-       dev-libs/glib:2
-       media-libs/fontconfig
-       media-libs/freetype:2
-       media-libs/lcms:2
-       >=net-print/cups-1.7.3
-       !<=net-print/cups-1.5.9999
-       sys-devel/bc
-       sys-libs/zlib
-       dbus? ( sys-apps/dbus )
-       foomatic? ( !net-print/foomatic-filters )
-       jpeg? ( virtual/jpeg:0 )
-       ldap? ( net-nds/openldap )
-       pdf? ( app-text/mupdf )
-       perl? ( dev-lang/perl:= )
-       png? ( media-libs/libpng:0= )
-       tiff? ( media-libs/tiff:0 )
-       zeroconf? ( net-dns/avahi[dbus] )
-"
-DEPEND="${RDEPEND}
-       dev-util/gdbus-codegen
-       test? ( media-fonts/dejavu )
-"
-
-src_prepare() {
-       default
-       [[ "${PV}" == "9999" ]] && eautoreconf
-}
-
-src_configure() {
-       econf \
-               --docdir="${EPREFIX}/usr/share/doc/${PF}" \
-               --localstatedir="${EPREFIX}"/var \
-               --with-cups-rundir="${EPREFIX}"/run/cups \
-               $(use_enable dbus) \
-               $(use_enable zeroconf avahi) \
-               $(use_enable static-libs static) \
-               $(use_enable foomatic) \
-               $(use_enable ldap) \
-               $(use_enable pdf mutool) \
-               $(use_enable postscript ghostscript) \
-               $(use_enable postscript ijs) \
-               --with-fontdir="fonts/conf.avail" \
-               --with-pdftops=pdftops \
-               --enable-imagefilters \
-               $(use_with jpeg) \
-               $(use_with png) \
-               $(use_with tiff) \
-               --with-rcdir=no \
-               --with-browseremoteprotocols=DNSSD,CUPS \
-               --without-php
-}
-
-src_compile() {
-       default
-
-       if use perl; then
-               pushd "${S}/scripting/perl" > /dev/null
-               perl-module_src_configure
-               perl-module_src_compile
-               popd > /dev/null
-       fi
-}
-
-src_install() {
-       default
-
-       if use perl; then
-               pushd "${S}/scripting/perl" > /dev/null
-               perl-module_src_install
-               perl_delete_localpod
-               popd > /dev/null
-       fi
-
-       if use postscript; then
-               # workaround: some printer drivers still require pstoraster and 
pstopxl, bug #383831
-               dosym gstoraster /usr/libexec/cups/filter/pstoraster
-               dosym gstopxl /usr/libexec/cups/filter/pstopxl
-       fi
-
-       prune_libtool_files --all
-
-       cp "${FILESDIR}"/cups-browsed.init.d-r1 "${T}"/cups-browsed || die
-
-       if ! use zeroconf ; then
-               sed -i -e 's:need cupsd avahi-daemon:need cupsd:g' 
"${T}"/cups-browsed || die
-               sed -i -e 's:cups\.service 
avahi-daemon\.service:cups.service:g' "${S}"/utils/cups-browsed.service || die
-       fi
-
-       doinitd "${T}"/cups-browsed
-       systemd_dounit "${S}/utils/cups-browsed.service"
-}
-
-src_test() {
-       emake check
-}
-
-pkg_postinst() {
-       if ! use foomatic ; then
-               ewarn "You are disabling the foomatic code in cups-filters. 
Please do that ONLY if absolutely."
-               ewarn "necessary. net-print/foomatic-filters as replacement is 
deprecated and unmaintained."
-       fi
-}

diff --git a/net-print/cups-filters/cups-filters-1.17.8.ebuild 
b/net-print/cups-filters/cups-filters-1.17.8.ebuild
deleted file mode 100644
index bfed0b638e9..00000000000
--- a/net-print/cups-filters/cups-filters-1.17.8.ebuild
+++ /dev/null
@@ -1,137 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-GENTOO_DEPEND_ON_PERL=no
-
-inherit perl-module systemd flag-o-matic
-
-if [[ "${PV}" == "9999" ]] ; then
-       inherit bzr autotools
-       EBZR_REPO_URI="http://bzr.linuxfoundation.org/openprinting/cups-filters";
-else
-       SRC_URI="http://www.openprinting.org/download/${PN}/${P}.tar.xz";
-       KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 
~sparc ~x86 ~amd64-fbsd ~m68k-mint"
-fi
-DESCRIPTION="Cups filters"
-HOMEPAGE="https://wiki.linuxfoundation.org/openprinting/cups-filters";
-
-LICENSE="MIT GPL-2"
-SLOT="0"
-IUSE="dbus +foomatic ipp_autosetup jpeg ldap pclm pdf perl png +postscript 
static-libs test tiff zeroconf"
-
-RDEPEND="
-       >=app-text/poppler-0.32:=[cxx,jpeg?,lcms,tiff?,utils]
-       >=app-text/qpdf-3.0.2:=
-       dev-libs/glib:2
-       media-libs/fontconfig
-       media-libs/freetype:2
-       media-libs/lcms:2
-       >=net-print/cups-1.7.3
-       !<=net-print/cups-1.5.9999
-       sys-devel/bc
-       sys-libs/zlib
-       dbus? ( sys-apps/dbus )
-       foomatic? ( !net-print/foomatic-filters )
-       jpeg? ( virtual/jpeg:0 )
-       ldap? ( net-nds/openldap )
-       pclm? ( >=app-text/qpdf-7.0_beta1 )
-       pdf? ( app-text/mupdf )
-       perl? ( dev-lang/perl:= )
-       png? ( media-libs/libpng:0= )
-       postscript? ( >=app-text/ghostscript-gpl-9.09[cups] )
-       tiff? ( media-libs/tiff:0 )
-       zeroconf? ( net-dns/avahi[dbus] )
-"
-DEPEND="${RDEPEND}
-       dev-util/gdbus-codegen
-       test? ( media-fonts/dejavu )
-"
-
-src_prepare() {
-       default
-       [[ "${PV}" == "9999" ]] && eautoreconf
-
-       # Bug #626800
-       append-cxxflags -std=c++11
-}
-
-src_configure() {
-       local myeconfargs=(
-               --docdir="${EPREFIX}/usr/share/doc/${PF}"
-               --enable-imagefilters
-               --localstatedir="${EPREFIX}"/var
-               --with-browseremoteprotocols=DNSSD,CUPS
-               --with-cups-rundir="${EPREFIX}"/run/cups
-               --with-fontdir="fonts/conf.avail"
-               --with-pdftops=pdftops
-               --with-rcdir=no
-               --without-php
-               $(use_enable dbus)
-               $(use_enable foomatic)
-               $(use_enable ipp_autosetup auto-setup-driverless)
-               $(use_enable ldap)
-               $(use_enable pclm)
-               $(use_enable pdf mutool)
-               $(use_enable postscript ghostscript)
-               $(use_enable postscript ijs)
-               $(use_enable static-libs static)
-               $(use_enable zeroconf avahi)
-               $(use_with jpeg)
-               $(use_with png)
-               $(use_with tiff)
-       )
-       econf "${myeconfargs[@]}"
-}
-
-src_compile() {
-       default
-
-       if use perl; then
-               pushd "${S}/scripting/perl" > /dev/null
-               perl-module_src_configure
-               perl-module_src_compile
-               popd > /dev/null
-       fi
-}
-
-src_install() {
-       default
-
-       if use perl; then
-               pushd "${S}/scripting/perl" > /dev/null
-               perl-module_src_install
-               perl_delete_localpod
-               popd > /dev/null
-       fi
-
-       if use postscript; then
-               # workaround: some printer drivers still require pstoraster and 
pstopxl, bug #383831
-               dosym gstoraster /usr/libexec/cups/filter/pstoraster
-               dosym gstopxl /usr/libexec/cups/filter/pstopxl
-       fi
-
-       find "${ED}" \( -name "*.a" -o -name "*.la" \) -delete || die
-
-       cp "${FILESDIR}"/cups-browsed.init.d-r1 "${T}"/cups-browsed || die
-
-       if ! use zeroconf ; then
-               sed -i -e 's:need cupsd avahi-daemon:need cupsd:g' 
"${T}"/cups-browsed || die
-               sed -i -e 's:cups\.service 
avahi-daemon\.service:cups.service:g' "${S}"/utils/cups-browsed.service || die
-       fi
-
-       doinitd "${T}"/cups-browsed
-       systemd_dounit "${S}/utils/cups-browsed.service"
-}
-
-src_test() {
-       emake check
-}
-
-pkg_postinst() {
-       if ! use foomatic ; then
-               ewarn "You are disabling the foomatic code in cups-filters. 
Please do that ONLY if absolutely."
-               ewarn "necessary. net-print/foomatic-filters as replacement is 
deprecated and unmaintained."
-       fi
-}

Reply via email to